@lvce-editor/server 0.39.0 → 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 (1838) hide show
  1. package/ThirdPartyNotices.txt +2 -2
  2. package/package.json +3 -2
  3. package/src/server.js +100 -76
  4. package/static/95c7ea1/config/colorTheme.json +0 -98
  5. package/static/95c7ea1/config/defaultSettings.json +0 -58
  6. package/static/95c7ea1/config/fileMap.json +0 -16
  7. package/static/95c7ea1/config/webExtensions.json +0 -1
  8. package/static/95c7ea1/css/App.css +0 -2881
  9. package/static/95c7ea1/css/parts/Animation.css +0 -9
  10. package/static/95c7ea1/css/parts/DebugButtons.css +0 -22
  11. package/static/95c7ea1/css/parts/DebugValue.css +0 -24
  12. package/static/95c7ea1/css/parts/E2eTest.css +0 -48
  13. package/static/95c7ea1/css/parts/E2eTests.css +0 -30
  14. package/static/95c7ea1/css/parts/EditorHover.css +0 -6
  15. package/static/95c7ea1/css/parts/EditorMessage.css +0 -23
  16. package/static/95c7ea1/css/parts/ImagePreview.css +0 -33
  17. package/static/95c7ea1/css/parts/InlineDiffEditor.css +0 -27
  18. package/static/95c7ea1/css/parts/Key.css +0 -12
  19. package/static/95c7ea1/css/parts/KeyBindingsHeader.css +0 -36
  20. package/static/95c7ea1/css/parts/KeyBindingsTable.css +0 -51
  21. package/static/95c7ea1/css/parts/Markdown.css +0 -701
  22. package/static/95c7ea1/css/parts/Progress.css +0 -5
  23. package/static/95c7ea1/css/parts/SearchToggleButton.css +0 -16
  24. package/static/95c7ea1/css/parts/Select.css +0 -11
  25. package/static/95c7ea1/css/parts/ViewletAbout.css +0 -9
  26. package/static/95c7ea1/css/parts/ViewletBrowserViewOverview.css +0 -4
  27. package/static/95c7ea1/css/parts/ViewletDebugConsole.css +0 -16
  28. package/static/95c7ea1/css/parts/ViewletDefineKeyBinding.css +0 -21
  29. package/static/95c7ea1/css/parts/ViewletDialog.css +0 -150
  30. package/static/95c7ea1/css/parts/ViewletDiffEditor.css +0 -31
  31. package/static/95c7ea1/css/parts/ViewletEditorWidgetError.css +0 -9
  32. package/static/95c7ea1/css/parts/ViewletExtensionDetail.css +0 -79
  33. package/static/95c7ea1/css/parts/ViewletExtensions.css +0 -185
  34. package/static/95c7ea1/css/parts/ViewletKeyBindings.css +0 -34
  35. package/static/95c7ea1/css/parts/ViewletMedia.css +0 -23
  36. package/static/95c7ea1/css/parts/ViewletOutput.css +0 -17
  37. package/static/95c7ea1/css/parts/ViewletPanel.css +0 -23
  38. package/static/95c7ea1/css/parts/ViewletPanelTabs.css +0 -35
  39. package/static/95c7ea1/css/parts/ViewletPdf.css +0 -49
  40. package/static/95c7ea1/css/parts/ViewletProblems.css +0 -95
  41. package/static/95c7ea1/css/parts/ViewletReferences.css +0 -22
  42. package/static/95c7ea1/css/parts/ViewletRunAndDebug.css +0 -87
  43. package/static/95c7ea1/css/parts/ViewletScreenCapture.css +0 -3
  44. package/static/95c7ea1/css/parts/ViewletSearch.css +0 -34
  45. package/static/95c7ea1/css/parts/ViewletSimpleBrowser.css +0 -21
  46. package/static/95c7ea1/css/parts/ViewletSourceControl.css +0 -67
  47. package/static/95c7ea1/css/parts/ViewletStorage.css +0 -21
  48. package/static/95c7ea1/css/parts/ViewletTerminal.css +0 -10
  49. package/static/95c7ea1/css/parts/ViewletTerminalTabs.css +0 -31
  50. package/static/95c7ea1/extensions/builtin.language-basics-bat/README.md +0 -14
  51. package/static/95c7ea1/extensions/builtin.language-basics-bat/extension.json +0 -12
  52. package/static/95c7ea1/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -17
  53. package/static/95c7ea1/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -33
  54. package/static/95c7ea1/extensions/builtin.language-basics-c/README.md +0 -14
  55. package/static/95c7ea1/extensions/builtin.language-basics-c/extension.json +0 -12
  56. package/static/95c7ea1/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -211
  57. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/README.md +0 -14
  58. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/extension.json +0 -12
  59. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -257
  60. package/static/95c7ea1/extensions/builtin.language-basics-cpp/README.md +0 -14
  61. package/static/95c7ea1/extensions/builtin.language-basics-cpp/extension.json +0 -32
  62. package/static/95c7ea1/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -5
  63. package/static/95c7ea1/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -321
  64. package/static/95c7ea1/extensions/builtin.language-basics-cson/README.md +0 -16
  65. package/static/95c7ea1/extensions/builtin.language-basics-cson/extension.json +0 -13
  66. package/static/95c7ea1/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -21
  67. package/static/95c7ea1/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -207
  68. package/static/95c7ea1/extensions/builtin.language-basics-css/README.md +0 -16
  69. package/static/95c7ea1/extensions/builtin.language-basics-css/extension.json +0 -13
  70. package/static/95c7ea1/extensions/builtin.language-basics-css/languageConfiguration.json +0 -21
  71. package/static/95c7ea1/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -691
  72. package/static/95c7ea1/extensions/builtin.language-basics-dart/README.md +0 -14
  73. package/static/95c7ea1/extensions/builtin.language-basics-dart/extension.json +0 -12
  74. package/static/95c7ea1/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -139
  75. package/static/95c7ea1/extensions/builtin.language-basics-desktop/README.md +0 -14
  76. package/static/95c7ea1/extensions/builtin.language-basics-desktop/extension.json +0 -12
  77. package/static/95c7ea1/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -166
  78. package/static/95c7ea1/extensions/builtin.language-basics-docker/README.md +0 -14
  79. package/static/95c7ea1/extensions/builtin.language-basics-docker/extension.json +0 -24
  80. package/static/95c7ea1/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -131
  81. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/README.md +0 -14
  82. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/extension.json +0 -26
  83. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -341
  84. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/README.md +0 -14
  85. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/extension.json +0 -12
  86. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -173
  87. package/static/95c7ea1/extensions/builtin.language-basics-elixir/README.md +0 -14
  88. package/static/95c7ea1/extensions/builtin.language-basics-elixir/extension.json +0 -12
  89. package/static/95c7ea1/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -180
  90. package/static/95c7ea1/extensions/builtin.language-basics-elm/README.md +0 -14
  91. package/static/95c7ea1/extensions/builtin.language-basics-elm/extension.json +0 -12
  92. package/static/95c7ea1/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -301
  93. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/README.md +0 -14
  94. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/extension.json +0 -12
  95. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -159
  96. package/static/95c7ea1/extensions/builtin.language-basics-gn/README.md +0 -14
  97. package/static/95c7ea1/extensions/builtin.language-basics-gn/extension.json +0 -12
  98. package/static/95c7ea1/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -178
  99. package/static/95c7ea1/extensions/builtin.language-basics-go/README.md +0 -14
  100. package/static/95c7ea1/extensions/builtin.language-basics-go/extension.json +0 -13
  101. package/static/95c7ea1/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -295
  102. package/static/95c7ea1/extensions/builtin.language-basics-graphql/README.md +0 -14
  103. package/static/95c7ea1/extensions/builtin.language-basics-graphql/extension.json +0 -12
  104. package/static/95c7ea1/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -452
  105. package/static/95c7ea1/extensions/builtin.language-basics-html/README.md +0 -14
  106. package/static/95c7ea1/extensions/builtin.language-basics-html/extension.json +0 -13
  107. package/static/95c7ea1/extensions/builtin.language-basics-html/languageConfiguration.json +0 -66
  108. package/static/95c7ea1/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -557
  109. package/static/95c7ea1/extensions/builtin.language-basics-java/README.md +0 -14
  110. package/static/95c7ea1/extensions/builtin.language-basics-java/extension.json +0 -13
  111. package/static/95c7ea1/extensions/builtin.language-basics-java/languageConfiguration.json +0 -31
  112. package/static/95c7ea1/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -284
  113. package/static/95c7ea1/extensions/builtin.language-basics-javascript/README.md +0 -14
  114. package/static/95c7ea1/extensions/builtin.language-basics-javascript/extension.json +0 -14
  115. package/static/95c7ea1/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -40
  116. package/static/95c7ea1/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -619
  117. package/static/95c7ea1/extensions/builtin.language-basics-json/README.md +0 -14
  118. package/static/95c7ea1/extensions/builtin.language-basics-json/extension.json +0 -60
  119. package/static/95c7ea1/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -362
  120. package/static/95c7ea1/extensions/builtin.language-basics-json5/README.md +0 -16
  121. package/static/95c7ea1/extensions/builtin.language-basics-json5/extension.json +0 -12
  122. package/static/95c7ea1/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -346
  123. package/static/95c7ea1/extensions/builtin.language-basics-jsx/README.md +0 -14
  124. package/static/95c7ea1/extensions/builtin.language-basics-jsx/extension.json +0 -13
  125. package/static/95c7ea1/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -661
  126. package/static/95c7ea1/extensions/builtin.language-basics-julia/README.md +0 -18
  127. package/static/95c7ea1/extensions/builtin.language-basics-julia/extension.json +0 -12
  128. package/static/95c7ea1/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -181
  129. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/README.md +0 -14
  130. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/extension.json +0 -12
  131. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -274
  132. package/static/95c7ea1/extensions/builtin.language-basics-less/LICENSE +0 -21
  133. package/static/95c7ea1/extensions/builtin.language-basics-less/README.md +0 -14
  134. package/static/95c7ea1/extensions/builtin.language-basics-less/extension.json +0 -12
  135. package/static/95c7ea1/extensions/builtin.language-basics-less/languageConfiguration.json +0 -17
  136. package/static/95c7ea1/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -612
  137. package/static/95c7ea1/extensions/builtin.language-basics-markdown/README.md +0 -14
  138. package/static/95c7ea1/extensions/builtin.language-basics-markdown/extension.json +0 -12
  139. package/static/95c7ea1/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -471
  140. package/static/95c7ea1/extensions/builtin.language-basics-mdx/README.md +0 -14
  141. package/static/95c7ea1/extensions/builtin.language-basics-mdx/extension.json +0 -12
  142. package/static/95c7ea1/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -395
  143. package/static/95c7ea1/extensions/builtin.language-basics-nix/README.md +0 -16
  144. package/static/95c7ea1/extensions/builtin.language-basics-nix/extension.json +0 -13
  145. package/static/95c7ea1/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -21
  146. package/static/95c7ea1/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -224
  147. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/README.md +0 -14
  148. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/extension.json +0 -12
  149. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -30
  150. package/static/95c7ea1/extensions/builtin.language-basics-perl/README.md +0 -14
  151. package/static/95c7ea1/extensions/builtin.language-basics-perl/extension.json +0 -13
  152. package/static/95c7ea1/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -200
  153. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/README.md +0 -14
  154. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/extension.json +0 -12
  155. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -28
  156. package/static/95c7ea1/extensions/builtin.language-basics-powershell/README.md +0 -14
  157. package/static/95c7ea1/extensions/builtin.language-basics-powershell/extension.json +0 -12
  158. package/static/95c7ea1/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -141
  159. package/static/95c7ea1/extensions/builtin.language-basics-python/README.md +0 -14
  160. package/static/95c7ea1/extensions/builtin.language-basics-python/extension.json +0 -15
  161. package/static/95c7ea1/extensions/builtin.language-basics-python/languageConfiguration.json +0 -5
  162. package/static/95c7ea1/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -326
  163. package/static/95c7ea1/extensions/builtin.language-basics-r/README.md +0 -14
  164. package/static/95c7ea1/extensions/builtin.language-basics-r/extension.json +0 -12
  165. package/static/95c7ea1/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -71
  166. package/static/95c7ea1/extensions/builtin.language-basics-ruby/README.md +0 -14
  167. package/static/95c7ea1/extensions/builtin.language-basics-ruby/extension.json +0 -48
  168. package/static/95c7ea1/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -248
  169. package/static/95c7ea1/extensions/builtin.language-basics-rust/LICENSE +0 -21
  170. package/static/95c7ea1/extensions/builtin.language-basics-rust/README.md +0 -14
  171. package/static/95c7ea1/extensions/builtin.language-basics-rust/extension.json +0 -12
  172. package/static/95c7ea1/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -17
  173. package/static/95c7ea1/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -205
  174. package/static/95c7ea1/extensions/builtin.language-basics-scss/README.md +0 -14
  175. package/static/95c7ea1/extensions/builtin.language-basics-scss/extension.json +0 -12
  176. package/static/95c7ea1/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -17
  177. package/static/95c7ea1/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -683
  178. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/README.md +0 -14
  179. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/extension.json +0 -56
  180. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -572
  181. package/static/95c7ea1/extensions/builtin.language-basics-svelte/README.md +0 -14
  182. package/static/95c7ea1/extensions/builtin.language-basics-svelte/extension.json +0 -13
  183. package/static/95c7ea1/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -428
  184. package/static/95c7ea1/extensions/builtin.language-basics-terraform/README.md +0 -16
  185. package/static/95c7ea1/extensions/builtin.language-basics-terraform/extension.json +0 -13
  186. package/static/95c7ea1/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -243
  187. package/static/95c7ea1/extensions/builtin.language-basics-toml/README.md +0 -14
  188. package/static/95c7ea1/extensions/builtin.language-basics-toml/extension.json +0 -14
  189. package/static/95c7ea1/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -299
  190. package/static/95c7ea1/extensions/builtin.language-basics-typescript/README.md +0 -16
  191. package/static/95c7ea1/extensions/builtin.language-basics-typescript/extension.json +0 -17
  192. package/static/95c7ea1/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -1683
  193. package/static/95c7ea1/extensions/builtin.language-basics-vue/README.md +0 -14
  194. package/static/95c7ea1/extensions/builtin.language-basics-vue/extension.json +0 -13
  195. package/static/95c7ea1/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -481
  196. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/README.md +0 -16
  197. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/extension.json +0 -13
  198. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -21
  199. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -226
  200. package/static/95c7ea1/extensions/builtin.language-basics-xml/README.md +0 -14
  201. package/static/95c7ea1/extensions/builtin.language-basics-xml/extension.json +0 -85
  202. package/static/95c7ea1/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -328
  203. package/static/95c7ea1/extensions/builtin.language-basics-yaml/README.md +0 -14
  204. package/static/95c7ea1/extensions/builtin.language-basics-yaml/extension.json +0 -13
  205. package/static/95c7ea1/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -405
  206. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/README.md +0 -11
  207. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -235
  208. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/extension.json +0 -12
  209. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  210. package/static/95c7ea1/extensions/builtin.theme-ayu/README.md +0 -11
  211. package/static/95c7ea1/extensions/builtin.theme-ayu/color-theme.json +0 -234
  212. package/static/95c7ea1/extensions/builtin.theme-ayu/extension.json +0 -12
  213. package/static/95c7ea1/extensions/builtin.theme-cobalt2/README.md +0 -20
  214. package/static/95c7ea1/extensions/builtin.theme-cobalt2/color-theme.json +0 -208
  215. package/static/95c7ea1/extensions/builtin.theme-cobalt2/extension.json +0 -13
  216. package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  217. package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  218. package/static/95c7ea1/extensions/builtin.theme-gruvbox/README.md +0 -20
  219. package/static/95c7ea1/extensions/builtin.theme-gruvbox/color-theme.json +0 -217
  220. package/static/95c7ea1/extensions/builtin.theme-gruvbox/extension.json +0 -12
  221. package/static/95c7ea1/extensions/builtin.theme-high-contrast/README.md +0 -9
  222. package/static/95c7ea1/extensions/builtin.theme-high-contrast/color-theme.json +0 -86
  223. package/static/95c7ea1/extensions/builtin.theme-high-contrast/extension.json +0 -11
  224. package/static/95c7ea1/extensions/builtin.theme-material/README.md +0 -9
  225. package/static/95c7ea1/extensions/builtin.theme-material/color-theme.json +0 -183
  226. package/static/95c7ea1/extensions/builtin.theme-material/extension.json +0 -12
  227. package/static/95c7ea1/extensions/builtin.theme-monokai/README.md +0 -10
  228. package/static/95c7ea1/extensions/builtin.theme-monokai/color-theme.json +0 -151
  229. package/static/95c7ea1/extensions/builtin.theme-monokai/extension.json +0 -11
  230. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/README.md +0 -11
  231. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/color-theme.json +0 -211
  232. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/extension.json +0 -12
  233. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  234. package/static/95c7ea1/extensions/builtin.theme-palenight/README.md +0 -11
  235. package/static/95c7ea1/extensions/builtin.theme-palenight/color-theme.json +0 -209
  236. package/static/95c7ea1/extensions/builtin.theme-palenight/extension.json +0 -12
  237. package/static/95c7ea1/extensions/builtin.theme-palenight/images/demo.png +0 -0
  238. package/static/95c7ea1/extensions/builtin.theme-slime/README.md +0 -5
  239. package/static/95c7ea1/extensions/builtin.theme-slime/color-theme.json +0 -298
  240. package/static/95c7ea1/extensions/builtin.theme-slime/extension.json +0 -13
  241. package/static/95c7ea1/extensions/builtin.theme-slime/icon.png +0 -0
  242. package/static/95c7ea1/extensions/builtin.vscode-icons/README.md +0 -20
  243. package/static/95c7ea1/extensions/builtin.vscode-icons/extension.json +0 -13
  244. package/static/95c7ea1/extensions/builtin.vscode-icons/icon-theme.json +0 -4151
  245. package/static/95c7ea1/extensions/builtin.vscode-icons/icon.png +0 -0
  246. package/static/95c7ea1/file-icons/default_file.svg +0 -1
  247. package/static/95c7ea1/file-icons/default_folder.svg +0 -1
  248. package/static/95c7ea1/file-icons/default_folder_opened.svg +0 -1
  249. package/static/95c7ea1/file-icons/default_root_folder.svg +0 -1
  250. package/static/95c7ea1/file-icons/default_root_folder_opened.svg +0 -1
  251. package/static/95c7ea1/file-icons/file_type_access.svg +0 -1
  252. package/static/95c7ea1/file-icons/file_type_access2.svg +0 -1
  253. package/static/95c7ea1/file-icons/file_type_actionscript.svg +0 -1
  254. package/static/95c7ea1/file-icons/file_type_actionscript2.svg +0 -1
  255. package/static/95c7ea1/file-icons/file_type_ada.svg +0 -1
  256. package/static/95c7ea1/file-icons/file_type_advpl.svg +0 -1
  257. package/static/95c7ea1/file-icons/file_type_affectscript.svg +0 -1
  258. package/static/95c7ea1/file-icons/file_type_affinitydesigner.svg +0 -1
  259. package/static/95c7ea1/file-icons/file_type_affinityphoto.svg +0 -1
  260. package/static/95c7ea1/file-icons/file_type_affinitypublisher.svg +0 -1
  261. package/static/95c7ea1/file-icons/file_type_ai.svg +0 -1
  262. package/static/95c7ea1/file-icons/file_type_ai2.svg +0 -1
  263. package/static/95c7ea1/file-icons/file_type_al.svg +0 -1
  264. package/static/95c7ea1/file-icons/file_type_al_dal.svg +0 -1
  265. package/static/95c7ea1/file-icons/file_type_allcontributors.svg +0 -1
  266. package/static/95c7ea1/file-icons/file_type_angular.svg +0 -1
  267. package/static/95c7ea1/file-icons/file_type_ansible.svg +0 -1
  268. package/static/95c7ea1/file-icons/file_type_antlr.svg +0 -1
  269. package/static/95c7ea1/file-icons/file_type_anyscript.svg +0 -1
  270. package/static/95c7ea1/file-icons/file_type_apache.svg +0 -1
  271. package/static/95c7ea1/file-icons/file_type_apex.svg +0 -1
  272. package/static/95c7ea1/file-icons/file_type_api_extractor.svg +0 -1
  273. package/static/95c7ea1/file-icons/file_type_apib.svg +0 -1
  274. package/static/95c7ea1/file-icons/file_type_apib2.svg +0 -1
  275. package/static/95c7ea1/file-icons/file_type_apl.svg +0 -1
  276. package/static/95c7ea1/file-icons/file_type_applescript.svg +0 -1
  277. package/static/95c7ea1/file-icons/file_type_appscript.svg +0 -1
  278. package/static/95c7ea1/file-icons/file_type_appsemble.svg +0 -1
  279. package/static/95c7ea1/file-icons/file_type_appveyor.svg +0 -1
  280. package/static/95c7ea1/file-icons/file_type_arduino.svg +0 -1
  281. package/static/95c7ea1/file-icons/file_type_asciidoc.svg +0 -1
  282. package/static/95c7ea1/file-icons/file_type_asp.svg +0 -1
  283. package/static/95c7ea1/file-icons/file_type_aspx.svg +0 -1
  284. package/static/95c7ea1/file-icons/file_type_assembly.svg +0 -1
  285. package/static/95c7ea1/file-icons/file_type_astro.svg +0 -1
  286. package/static/95c7ea1/file-icons/file_type_astroconfig.svg +0 -1
  287. package/static/95c7ea1/file-icons/file_type_atom.svg +0 -1
  288. package/static/95c7ea1/file-icons/file_type_ats.svg +0 -1
  289. package/static/95c7ea1/file-icons/file_type_audio.svg +0 -1
  290. package/static/95c7ea1/file-icons/file_type_aurelia.svg +0 -1
  291. package/static/95c7ea1/file-icons/file_type_autohotkey.svg +0 -1
  292. package/static/95c7ea1/file-icons/file_type_autoit.svg +0 -1
  293. package/static/95c7ea1/file-icons/file_type_avif.svg +0 -1
  294. package/static/95c7ea1/file-icons/file_type_avro.svg +0 -1
  295. package/static/95c7ea1/file-icons/file_type_awk.svg +0 -1
  296. package/static/95c7ea1/file-icons/file_type_aws.svg +0 -1
  297. package/static/95c7ea1/file-icons/file_type_azure.svg +0 -1
  298. package/static/95c7ea1/file-icons/file_type_azurepipelines.svg +0 -1
  299. package/static/95c7ea1/file-icons/file_type_babel.svg +0 -1
  300. package/static/95c7ea1/file-icons/file_type_babel2.svg +0 -1
  301. package/static/95c7ea1/file-icons/file_type_ballerina.svg +0 -1
  302. package/static/95c7ea1/file-icons/file_type_bat.svg +0 -1
  303. package/static/95c7ea1/file-icons/file_type_bats.svg +0 -1
  304. package/static/95c7ea1/file-icons/file_type_bazaar.svg +0 -1
  305. package/static/95c7ea1/file-icons/file_type_bazel.svg +0 -1
  306. package/static/95c7ea1/file-icons/file_type_bazel_ignore.svg +0 -1
  307. package/static/95c7ea1/file-icons/file_type_bazel_version.svg +0 -1
  308. package/static/95c7ea1/file-icons/file_type_befunge.svg +0 -1
  309. package/static/95c7ea1/file-icons/file_type_bicep.svg +0 -1
  310. package/static/95c7ea1/file-icons/file_type_biml.svg +0 -1
  311. package/static/95c7ea1/file-icons/file_type_binary.svg +0 -1
  312. package/static/95c7ea1/file-icons/file_type_biome.svg +0 -1
  313. package/static/95c7ea1/file-icons/file_type_bitbucketpipeline.svg +0 -1
  314. package/static/95c7ea1/file-icons/file_type_bithound.svg +0 -1
  315. package/static/95c7ea1/file-icons/file_type_blade.svg +0 -1
  316. package/static/95c7ea1/file-icons/file_type_blitzbasic.svg +0 -1
  317. package/static/95c7ea1/file-icons/file_type_bolt.svg +0 -1
  318. package/static/95c7ea1/file-icons/file_type_bosque.svg +0 -1
  319. package/static/95c7ea1/file-icons/file_type_bower.svg +0 -1
  320. package/static/95c7ea1/file-icons/file_type_bower2.svg +0 -1
  321. package/static/95c7ea1/file-icons/file_type_browserslist.svg +0 -1
  322. package/static/95c7ea1/file-icons/file_type_bruno.svg +0 -1
  323. package/static/95c7ea1/file-icons/file_type_buckbuild.svg +0 -1
  324. package/static/95c7ea1/file-icons/file_type_buf.svg +0 -1
  325. package/static/95c7ea1/file-icons/file_type_bun.svg +0 -1
  326. package/static/95c7ea1/file-icons/file_type_bundlemon.svg +0 -1
  327. package/static/95c7ea1/file-icons/file_type_bundler.svg +0 -1
  328. package/static/95c7ea1/file-icons/file_type_bunfig.svg +0 -1
  329. package/static/95c7ea1/file-icons/file_type_c.svg +0 -1
  330. package/static/95c7ea1/file-icons/file_type_c2.svg +0 -1
  331. package/static/95c7ea1/file-icons/file_type_c3.svg +0 -1
  332. package/static/95c7ea1/file-icons/file_type_c_al.svg +0 -1
  333. package/static/95c7ea1/file-icons/file_type_cabal.svg +0 -1
  334. package/static/95c7ea1/file-icons/file_type_caddy.svg +0 -1
  335. package/static/95c7ea1/file-icons/file_type_cake.svg +0 -1
  336. package/static/95c7ea1/file-icons/file_type_cakephp.svg +0 -1
  337. package/static/95c7ea1/file-icons/file_type_capacitor.svg +0 -1
  338. package/static/95c7ea1/file-icons/file_type_cargo.svg +0 -1
  339. package/static/95c7ea1/file-icons/file_type_casc.svg +0 -1
  340. package/static/95c7ea1/file-icons/file_type_cddl.svg +0 -1
  341. package/static/95c7ea1/file-icons/file_type_cert.svg +0 -1
  342. package/static/95c7ea1/file-icons/file_type_ceylon.svg +0 -1
  343. package/static/95c7ea1/file-icons/file_type_cf.svg +0 -1
  344. package/static/95c7ea1/file-icons/file_type_cf2.svg +0 -1
  345. package/static/95c7ea1/file-icons/file_type_cfc.svg +0 -1
  346. package/static/95c7ea1/file-icons/file_type_cfc2.svg +0 -1
  347. package/static/95c7ea1/file-icons/file_type_cfm.svg +0 -1
  348. package/static/95c7ea1/file-icons/file_type_cfm2.svg +0 -1
  349. package/static/95c7ea1/file-icons/file_type_cheader.svg +0 -1
  350. package/static/95c7ea1/file-icons/file_type_chef.svg +0 -1
  351. package/static/95c7ea1/file-icons/file_type_chef_cookbook.svg +0 -1
  352. package/static/95c7ea1/file-icons/file_type_circleci.svg +0 -1
  353. package/static/95c7ea1/file-icons/file_type_class.svg +0 -1
  354. package/static/95c7ea1/file-icons/file_type_clojure.svg +0 -1
  355. package/static/95c7ea1/file-icons/file_type_clojurescript.svg +0 -1
  356. package/static/95c7ea1/file-icons/file_type_cloudfoundry.svg +0 -1
  357. package/static/95c7ea1/file-icons/file_type_cmake.svg +0 -1
  358. package/static/95c7ea1/file-icons/file_type_cobol.svg +0 -1
  359. package/static/95c7ea1/file-icons/file_type_codacy.svg +0 -1
  360. package/static/95c7ea1/file-icons/file_type_codeclimate.svg +0 -1
  361. package/static/95c7ea1/file-icons/file_type_codecov.svg +0 -1
  362. package/static/95c7ea1/file-icons/file_type_codekit.svg +0 -1
  363. package/static/95c7ea1/file-icons/file_type_codeowners.svg +0 -1
  364. package/static/95c7ea1/file-icons/file_type_codeql.svg +0 -1
  365. package/static/95c7ea1/file-icons/file_type_coderabbit.svg +0 -1
  366. package/static/95c7ea1/file-icons/file_type_coffeelint.svg +0 -1
  367. package/static/95c7ea1/file-icons/file_type_coffeescript.svg +0 -1
  368. package/static/95c7ea1/file-icons/file_type_commitizen.svg +0 -1
  369. package/static/95c7ea1/file-icons/file_type_commitlint.svg +0 -1
  370. package/static/95c7ea1/file-icons/file_type_compass.svg +0 -1
  371. package/static/95c7ea1/file-icons/file_type_composer.svg +0 -1
  372. package/static/95c7ea1/file-icons/file_type_conan.svg +0 -1
  373. package/static/95c7ea1/file-icons/file_type_conda.svg +0 -1
  374. package/static/95c7ea1/file-icons/file_type_config.svg +0 -1
  375. package/static/95c7ea1/file-icons/file_type_confluence.svg +0 -1
  376. package/static/95c7ea1/file-icons/file_type_coverage.svg +0 -1
  377. package/static/95c7ea1/file-icons/file_type_coveralls.svg +0 -1
  378. package/static/95c7ea1/file-icons/file_type_cpp.svg +0 -1
  379. package/static/95c7ea1/file-icons/file_type_cpp2.svg +0 -1
  380. package/static/95c7ea1/file-icons/file_type_cpp3.svg +0 -1
  381. package/static/95c7ea1/file-icons/file_type_cppheader.svg +0 -1
  382. package/static/95c7ea1/file-icons/file_type_crowdin.svg +0 -1
  383. package/static/95c7ea1/file-icons/file_type_crystal.svg +0 -1
  384. package/static/95c7ea1/file-icons/file_type_csharp.svg +0 -1
  385. package/static/95c7ea1/file-icons/file_type_csharp2.svg +0 -1
  386. package/static/95c7ea1/file-icons/file_type_cspell.svg +0 -1
  387. package/static/95c7ea1/file-icons/file_type_csproj.svg +0 -1
  388. package/static/95c7ea1/file-icons/file_type_css.svg +0 -1
  389. package/static/95c7ea1/file-icons/file_type_csscomb.svg +0 -1
  390. package/static/95c7ea1/file-icons/file_type_csslint.svg +0 -1
  391. package/static/95c7ea1/file-icons/file_type_cssmap.svg +0 -1
  392. package/static/95c7ea1/file-icons/file_type_cucumber.svg +0 -1
  393. package/static/95c7ea1/file-icons/file_type_cuda.svg +0 -1
  394. package/static/95c7ea1/file-icons/file_type_cvs.svg +0 -1
  395. package/static/95c7ea1/file-icons/file_type_cypress.svg +0 -1
  396. package/static/95c7ea1/file-icons/file_type_cypress_spec.svg +0 -1
  397. package/static/95c7ea1/file-icons/file_type_cython.svg +0 -1
  398. package/static/95c7ea1/file-icons/file_type_dal.svg +0 -1
  399. package/static/95c7ea1/file-icons/file_type_darcs.svg +0 -1
  400. package/static/95c7ea1/file-icons/file_type_dartlang.svg +0 -1
  401. package/static/95c7ea1/file-icons/file_type_dartlang_generated.svg +0 -1
  402. package/static/95c7ea1/file-icons/file_type_dartlang_ignore.svg +0 -1
  403. package/static/95c7ea1/file-icons/file_type_datadog.svg +0 -1
  404. package/static/95c7ea1/file-icons/file_type_db.svg +0 -1
  405. package/static/95c7ea1/file-icons/file_type_debian.svg +0 -1
  406. package/static/95c7ea1/file-icons/file_type_delphi.svg +0 -1
  407. package/static/95c7ea1/file-icons/file_type_deno.svg +0 -1
  408. package/static/95c7ea1/file-icons/file_type_denoify.svg +0 -1
  409. package/static/95c7ea1/file-icons/file_type_dependabot.svg +0 -1
  410. package/static/95c7ea1/file-icons/file_type_dependencies.svg +0 -1
  411. package/static/95c7ea1/file-icons/file_type_devcontainer.svg +0 -1
  412. package/static/95c7ea1/file-icons/file_type_dhall.svg +0 -1
  413. package/static/95c7ea1/file-icons/file_type_diff.svg +0 -1
  414. package/static/95c7ea1/file-icons/file_type_django.svg +0 -1
  415. package/static/95c7ea1/file-icons/file_type_dlang.svg +0 -1
  416. package/static/95c7ea1/file-icons/file_type_docker.svg +0 -1
  417. package/static/95c7ea1/file-icons/file_type_docker2.svg +0 -1
  418. package/static/95c7ea1/file-icons/file_type_dockertest.svg +0 -1
  419. package/static/95c7ea1/file-icons/file_type_dockertest2.svg +0 -1
  420. package/static/95c7ea1/file-icons/file_type_docpad.svg +0 -1
  421. package/static/95c7ea1/file-icons/file_type_docz.svg +0 -1
  422. package/static/95c7ea1/file-icons/file_type_dojo.svg +0 -1
  423. package/static/95c7ea1/file-icons/file_type_doppler.svg +0 -1
  424. package/static/95c7ea1/file-icons/file_type_dotenv.svg +0 -1
  425. package/static/95c7ea1/file-icons/file_type_dotjs.svg +0 -1
  426. package/static/95c7ea1/file-icons/file_type_doxygen.svg +0 -1
  427. package/static/95c7ea1/file-icons/file_type_drawio.svg +0 -1
  428. package/static/95c7ea1/file-icons/file_type_drone.svg +0 -1
  429. package/static/95c7ea1/file-icons/file_type_drools.svg +0 -1
  430. package/static/95c7ea1/file-icons/file_type_dtd.svg +0 -1
  431. package/static/95c7ea1/file-icons/file_type_dustjs.svg +0 -1
  432. package/static/95c7ea1/file-icons/file_type_dvc.svg +0 -1
  433. package/static/95c7ea1/file-icons/file_type_dylan.svg +0 -1
  434. package/static/95c7ea1/file-icons/file_type_earthly.svg +0 -1
  435. package/static/95c7ea1/file-icons/file_type_eas-metadata.svg +0 -1
  436. package/static/95c7ea1/file-icons/file_type_edge.svg +0 -1
  437. package/static/95c7ea1/file-icons/file_type_edge2.svg +0 -1
  438. package/static/95c7ea1/file-icons/file_type_editorconfig.svg +0 -1
  439. package/static/95c7ea1/file-icons/file_type_eex.svg +0 -1
  440. package/static/95c7ea1/file-icons/file_type_ejs.svg +0 -1
  441. package/static/95c7ea1/file-icons/file_type_elastic.svg +0 -1
  442. package/static/95c7ea1/file-icons/file_type_elasticbeanstalk.svg +0 -1
  443. package/static/95c7ea1/file-icons/file_type_eleventy.svg +0 -1
  444. package/static/95c7ea1/file-icons/file_type_eleventy2.svg +0 -1
  445. package/static/95c7ea1/file-icons/file_type_elixir.svg +0 -1
  446. package/static/95c7ea1/file-icons/file_type_elm.svg +0 -1
  447. package/static/95c7ea1/file-icons/file_type_elm2.svg +0 -1
  448. package/static/95c7ea1/file-icons/file_type_emacs.svg +0 -1
  449. package/static/95c7ea1/file-icons/file_type_ember.svg +0 -1
  450. package/static/95c7ea1/file-icons/file_type_ensime.svg +0 -1
  451. package/static/95c7ea1/file-icons/file_type_eps.svg +0 -1
  452. package/static/95c7ea1/file-icons/file_type_erb.svg +0 -1
  453. package/static/95c7ea1/file-icons/file_type_erlang.svg +0 -1
  454. package/static/95c7ea1/file-icons/file_type_erlang2.svg +0 -1
  455. package/static/95c7ea1/file-icons/file_type_esbuild.svg +0 -1
  456. package/static/95c7ea1/file-icons/file_type_eslint.svg +0 -1
  457. package/static/95c7ea1/file-icons/file_type_eslint2.svg +0 -1
  458. package/static/95c7ea1/file-icons/file_type_esphome.svg +0 -1
  459. package/static/95c7ea1/file-icons/file_type_excalidraw.svg +0 -1
  460. package/static/95c7ea1/file-icons/file_type_excel.svg +0 -1
  461. package/static/95c7ea1/file-icons/file_type_excel2.svg +0 -1
  462. package/static/95c7ea1/file-icons/file_type_expo.svg +0 -1
  463. package/static/95c7ea1/file-icons/file_type_falcon.svg +0 -1
  464. package/static/95c7ea1/file-icons/file_type_fantasticon.svg +0 -1
  465. package/static/95c7ea1/file-icons/file_type_fauna.svg +0 -1
  466. package/static/95c7ea1/file-icons/file_type_favicon.svg +0 -1
  467. package/static/95c7ea1/file-icons/file_type_fbx.svg +0 -1
  468. package/static/95c7ea1/file-icons/file_type_firebase.svg +0 -1
  469. package/static/95c7ea1/file-icons/file_type_firebasehosting.svg +0 -1
  470. package/static/95c7ea1/file-icons/file_type_firestore.svg +0 -1
  471. package/static/95c7ea1/file-icons/file_type_fitbit.svg +0 -1
  472. package/static/95c7ea1/file-icons/file_type_fla.svg +0 -1
  473. package/static/95c7ea1/file-icons/file_type_flareact.svg +0 -1
  474. package/static/95c7ea1/file-icons/file_type_flash.svg +0 -1
  475. package/static/95c7ea1/file-icons/file_type_floobits.svg +0 -1
  476. package/static/95c7ea1/file-icons/file_type_flow.svg +0 -1
  477. package/static/95c7ea1/file-icons/file_type_flutter.svg +0 -1
  478. package/static/95c7ea1/file-icons/file_type_flutter_package.svg +0 -1
  479. package/static/95c7ea1/file-icons/file_type_font.svg +0 -1
  480. package/static/95c7ea1/file-icons/file_type_formkit.svg +0 -1
  481. package/static/95c7ea1/file-icons/file_type_fortran.svg +0 -1
  482. package/static/95c7ea1/file-icons/file_type_fossa.svg +0 -1
  483. package/static/95c7ea1/file-icons/file_type_fossil.svg +0 -1
  484. package/static/95c7ea1/file-icons/file_type_freemarker.svg +0 -1
  485. package/static/95c7ea1/file-icons/file_type_frontcommerce.svg +0 -1
  486. package/static/95c7ea1/file-icons/file_type_fsharp.svg +0 -1
  487. package/static/95c7ea1/file-icons/file_type_fsharp2.svg +0 -1
  488. package/static/95c7ea1/file-icons/file_type_fsproj.svg +0 -1
  489. package/static/95c7ea1/file-icons/file_type_fthtml.svg +0 -1
  490. package/static/95c7ea1/file-icons/file_type_funding.svg +0 -1
  491. package/static/95c7ea1/file-icons/file_type_fusebox.svg +0 -1
  492. package/static/95c7ea1/file-icons/file_type_galen.svg +0 -1
  493. package/static/95c7ea1/file-icons/file_type_galen2.svg +0 -1
  494. package/static/95c7ea1/file-icons/file_type_gamemaker.svg +0 -1
  495. package/static/95c7ea1/file-icons/file_type_gamemaker2.svg +0 -1
  496. package/static/95c7ea1/file-icons/file_type_gamemaker81.svg +0 -1
  497. package/static/95c7ea1/file-icons/file_type_gatsby.svg +0 -1
  498. package/static/95c7ea1/file-icons/file_type_gcloud.svg +0 -1
  499. package/static/95c7ea1/file-icons/file_type_gcode.svg +0 -1
  500. package/static/95c7ea1/file-icons/file_type_gdscript.svg +0 -1
  501. package/static/95c7ea1/file-icons/file_type_genstat.svg +0 -1
  502. package/static/95c7ea1/file-icons/file_type_git.svg +0 -1
  503. package/static/95c7ea1/file-icons/file_type_git2.svg +0 -1
  504. package/static/95c7ea1/file-icons/file_type_gitlab.svg +0 -1
  505. package/static/95c7ea1/file-icons/file_type_gitpod.svg +0 -1
  506. package/static/95c7ea1/file-icons/file_type_gleam.svg +0 -1
  507. package/static/95c7ea1/file-icons/file_type_gleamconfig.svg +0 -1
  508. package/static/95c7ea1/file-icons/file_type_glide.svg +0 -1
  509. package/static/95c7ea1/file-icons/file_type_glitter.svg +0 -1
  510. package/static/95c7ea1/file-icons/file_type_glsl.svg +0 -1
  511. package/static/95c7ea1/file-icons/file_type_glyphs.svg +0 -1
  512. package/static/95c7ea1/file-icons/file_type_gnu.svg +0 -1
  513. package/static/95c7ea1/file-icons/file_type_gnuplot.svg +0 -1
  514. package/static/95c7ea1/file-icons/file_type_go.svg +0 -1
  515. package/static/95c7ea1/file-icons/file_type_go_aqua.svg +0 -1
  516. package/static/95c7ea1/file-icons/file_type_go_black.svg +0 -1
  517. package/static/95c7ea1/file-icons/file_type_go_fuchsia.svg +0 -1
  518. package/static/95c7ea1/file-icons/file_type_go_gopher.svg +0 -1
  519. package/static/95c7ea1/file-icons/file_type_go_lightblue.svg +0 -1
  520. package/static/95c7ea1/file-icons/file_type_go_package.svg +0 -1
  521. package/static/95c7ea1/file-icons/file_type_go_white.svg +0 -1
  522. package/static/95c7ea1/file-icons/file_type_go_work.svg +0 -1
  523. package/static/95c7ea1/file-icons/file_type_go_yellow.svg +0 -1
  524. package/static/95c7ea1/file-icons/file_type_goctl.svg +0 -1
  525. package/static/95c7ea1/file-icons/file_type_godot.svg +0 -1
  526. package/static/95c7ea1/file-icons/file_type_gpg.svg +0 -1
  527. package/static/95c7ea1/file-icons/file_type_gradle.svg +0 -1
  528. package/static/95c7ea1/file-icons/file_type_gradle2.svg +0 -1
  529. package/static/95c7ea1/file-icons/file_type_grain.svg +0 -1
  530. package/static/95c7ea1/file-icons/file_type_graphql.svg +0 -1
  531. package/static/95c7ea1/file-icons/file_type_graphql_config.svg +0 -1
  532. package/static/95c7ea1/file-icons/file_type_graphviz.svg +0 -1
  533. package/static/95c7ea1/file-icons/file_type_greenkeeper.svg +0 -1
  534. package/static/95c7ea1/file-icons/file_type_gridsome.svg +0 -1
  535. package/static/95c7ea1/file-icons/file_type_groovy.svg +0 -1
  536. package/static/95c7ea1/file-icons/file_type_groovy2.svg +0 -1
  537. package/static/95c7ea1/file-icons/file_type_grunt.svg +0 -1
  538. package/static/95c7ea1/file-icons/file_type_gulp.svg +0 -1
  539. package/static/95c7ea1/file-icons/file_type_haml.svg +0 -1
  540. package/static/95c7ea1/file-icons/file_type_handlebars.svg +0 -1
  541. package/static/95c7ea1/file-icons/file_type_handlebars2.svg +0 -1
  542. package/static/95c7ea1/file-icons/file_type_harbour.svg +0 -1
  543. package/static/95c7ea1/file-icons/file_type_hardhat.svg +0 -1
  544. package/static/95c7ea1/file-icons/file_type_hashicorp.svg +0 -1
  545. package/static/95c7ea1/file-icons/file_type_haskell.svg +0 -1
  546. package/static/95c7ea1/file-icons/file_type_haskell2.svg +0 -1
  547. package/static/95c7ea1/file-icons/file_type_haxe.svg +0 -1
  548. package/static/95c7ea1/file-icons/file_type_haxecheckstyle.svg +0 -1
  549. package/static/95c7ea1/file-icons/file_type_haxedevelop.svg +0 -1
  550. package/static/95c7ea1/file-icons/file_type_helix.svg +0 -1
  551. package/static/95c7ea1/file-icons/file_type_helm.svg +0 -1
  552. package/static/95c7ea1/file-icons/file_type_hjson.svg +0 -1
  553. package/static/95c7ea1/file-icons/file_type_hlsl.svg +0 -1
  554. package/static/95c7ea1/file-icons/file_type_homeassistant.svg +0 -1
  555. package/static/95c7ea1/file-icons/file_type_horusec.svg +0 -1
  556. package/static/95c7ea1/file-icons/file_type_host.svg +0 -1
  557. package/static/95c7ea1/file-icons/file_type_html.svg +0 -1
  558. package/static/95c7ea1/file-icons/file_type_htmlhint.svg +0 -1
  559. package/static/95c7ea1/file-icons/file_type_htmlvalidate.svg +0 -1
  560. package/static/95c7ea1/file-icons/file_type_http.svg +0 -1
  561. package/static/95c7ea1/file-icons/file_type_hunspell.svg +0 -1
  562. package/static/95c7ea1/file-icons/file_type_husky.svg +0 -1
  563. package/static/95c7ea1/file-icons/file_type_hy.svg +0 -1
  564. package/static/95c7ea1/file-icons/file_type_hygen.svg +0 -1
  565. package/static/95c7ea1/file-icons/file_type_hypr.svg +0 -1
  566. package/static/95c7ea1/file-icons/file_type_icl.svg +0 -1
  567. package/static/95c7ea1/file-icons/file_type_idris.svg +0 -1
  568. package/static/95c7ea1/file-icons/file_type_idrisbin.svg +0 -1
  569. package/static/95c7ea1/file-icons/file_type_idrispkg.svg +0 -1
  570. package/static/95c7ea1/file-icons/file_type_image.svg +0 -1
  571. package/static/95c7ea1/file-icons/file_type_imba.svg +0 -1
  572. package/static/95c7ea1/file-icons/file_type_inc.svg +0 -1
  573. package/static/95c7ea1/file-icons/file_type_infopath.svg +0 -1
  574. package/static/95c7ea1/file-icons/file_type_informix.svg +0 -1
  575. package/static/95c7ea1/file-icons/file_type_ini.svg +0 -1
  576. package/static/95c7ea1/file-icons/file_type_ink.svg +0 -1
  577. package/static/95c7ea1/file-icons/file_type_innosetup.svg +0 -1
  578. package/static/95c7ea1/file-icons/file_type_io.svg +0 -1
  579. package/static/95c7ea1/file-icons/file_type_iodine.svg +0 -1
  580. package/static/95c7ea1/file-icons/file_type_ionic.svg +0 -1
  581. package/static/95c7ea1/file-icons/file_type_jake.svg +0 -1
  582. package/static/95c7ea1/file-icons/file_type_janet.svg +0 -1
  583. package/static/95c7ea1/file-icons/file_type_jar.svg +0 -1
  584. package/static/95c7ea1/file-icons/file_type_jasmine.svg +0 -1
  585. package/static/95c7ea1/file-icons/file_type_java.svg +0 -1
  586. package/static/95c7ea1/file-icons/file_type_jbuilder.svg +0 -1
  587. package/static/95c7ea1/file-icons/file_type_jekyll.svg +0 -1
  588. package/static/95c7ea1/file-icons/file_type_jenkins.svg +0 -1
  589. package/static/95c7ea1/file-icons/file_type_jest.svg +0 -1
  590. package/static/95c7ea1/file-icons/file_type_jest_snapshot.svg +0 -1
  591. package/static/95c7ea1/file-icons/file_type_jinja.svg +0 -1
  592. package/static/95c7ea1/file-icons/file_type_jpm.svg +0 -1
  593. package/static/95c7ea1/file-icons/file_type_js.svg +0 -1
  594. package/static/95c7ea1/file-icons/file_type_js_official.svg +0 -1
  595. package/static/95c7ea1/file-icons/file_type_jsbeautify.svg +0 -1
  596. package/static/95c7ea1/file-icons/file_type_jsconfig.svg +0 -1
  597. package/static/95c7ea1/file-icons/file_type_jscpd.svg +0 -1
  598. package/static/95c7ea1/file-icons/file_type_jshint.svg +0 -1
  599. package/static/95c7ea1/file-icons/file_type_jsmap.svg +0 -1
  600. package/static/95c7ea1/file-icons/file_type_json.svg +0 -1
  601. package/static/95c7ea1/file-icons/file_type_json2.svg +0 -1
  602. package/static/95c7ea1/file-icons/file_type_json5.svg +0 -1
  603. package/static/95c7ea1/file-icons/file_type_json_official.svg +0 -1
  604. package/static/95c7ea1/file-icons/file_type_json_schema.svg +0 -1
  605. package/static/95c7ea1/file-icons/file_type_jsonld.svg +0 -1
  606. package/static/95c7ea1/file-icons/file_type_jsonnet.svg +0 -1
  607. package/static/95c7ea1/file-icons/file_type_jsp.svg +0 -1
  608. package/static/95c7ea1/file-icons/file_type_jss.svg +0 -1
  609. package/static/95c7ea1/file-icons/file_type_juice.svg +0 -1
  610. package/static/95c7ea1/file-icons/file_type_julia.svg +0 -1
  611. package/static/95c7ea1/file-icons/file_type_julia2.svg +0 -1
  612. package/static/95c7ea1/file-icons/file_type_jupyter.svg +0 -1
  613. package/static/95c7ea1/file-icons/file_type_k.svg +0 -1
  614. package/static/95c7ea1/file-icons/file_type_karma.svg +0 -1
  615. package/static/95c7ea1/file-icons/file_type_key.svg +0 -1
  616. package/static/95c7ea1/file-icons/file_type_kitchenci.svg +0 -1
  617. package/static/95c7ea1/file-icons/file_type_kite.svg +0 -1
  618. package/static/95c7ea1/file-icons/file_type_kivy.svg +0 -1
  619. package/static/95c7ea1/file-icons/file_type_knip.svg +0 -1
  620. package/static/95c7ea1/file-icons/file_type_kos.svg +0 -1
  621. package/static/95c7ea1/file-icons/file_type_kotlin.svg +0 -1
  622. package/static/95c7ea1/file-icons/file_type_kusto.svg +0 -1
  623. package/static/95c7ea1/file-icons/file_type_latino.svg +0 -1
  624. package/static/95c7ea1/file-icons/file_type_layout.svg +0 -1
  625. package/static/95c7ea1/file-icons/file_type_lerna.svg +0 -1
  626. package/static/95c7ea1/file-icons/file_type_less.svg +0 -1
  627. package/static/95c7ea1/file-icons/file_type_lex.svg +0 -1
  628. package/static/95c7ea1/file-icons/file_type_liara.svg +0 -1
  629. package/static/95c7ea1/file-icons/file_type_libreoffice_base.svg +0 -1
  630. package/static/95c7ea1/file-icons/file_type_libreoffice_calc.svg +0 -1
  631. package/static/95c7ea1/file-icons/file_type_libreoffice_draw.svg +0 -1
  632. package/static/95c7ea1/file-icons/file_type_libreoffice_impress.svg +0 -1
  633. package/static/95c7ea1/file-icons/file_type_libreoffice_math.svg +0 -1
  634. package/static/95c7ea1/file-icons/file_type_libreoffice_writer.svg +0 -1
  635. package/static/95c7ea1/file-icons/file_type_license.svg +0 -1
  636. package/static/95c7ea1/file-icons/file_type_licensebat.svg +0 -1
  637. package/static/95c7ea1/file-icons/file_type_light_actionscript2.svg +0 -1
  638. package/static/95c7ea1/file-icons/file_type_light_ada.svg +0 -1
  639. package/static/95c7ea1/file-icons/file_type_light_apl.svg +0 -1
  640. package/static/95c7ea1/file-icons/file_type_light_astro.svg +0 -1
  641. package/static/95c7ea1/file-icons/file_type_light_astroconfig.svg +0 -1
  642. package/static/95c7ea1/file-icons/file_type_light_babel.svg +0 -1
  643. package/static/95c7ea1/file-icons/file_type_light_babel2.svg +0 -1
  644. package/static/95c7ea1/file-icons/file_type_light_cabal.svg +0 -1
  645. package/static/95c7ea1/file-icons/file_type_light_circleci.svg +0 -1
  646. package/static/95c7ea1/file-icons/file_type_light_cloudfoundry.svg +0 -1
  647. package/static/95c7ea1/file-icons/file_type_light_codacy.svg +0 -1
  648. package/static/95c7ea1/file-icons/file_type_light_codeclimate.svg +0 -1
  649. package/static/95c7ea1/file-icons/file_type_light_codeowners.svg +0 -1
  650. package/static/95c7ea1/file-icons/file_type_light_config.svg +0 -1
  651. package/static/95c7ea1/file-icons/file_type_light_crystal.svg +0 -1
  652. package/static/95c7ea1/file-icons/file_type_light_cypress.svg +0 -1
  653. package/static/95c7ea1/file-icons/file_type_light_cypress_spec.svg +0 -1
  654. package/static/95c7ea1/file-icons/file_type_light_db.svg +0 -1
  655. package/static/95c7ea1/file-icons/file_type_light_deno.svg +0 -1
  656. package/static/95c7ea1/file-icons/file_type_light_dhall.svg +0 -1
  657. package/static/95c7ea1/file-icons/file_type_light_docpad.svg +0 -1
  658. package/static/95c7ea1/file-icons/file_type_light_drone.svg +0 -1
  659. package/static/95c7ea1/file-icons/file_type_light_eas-metadata.svg +0 -1
  660. package/static/95c7ea1/file-icons/file_type_light_eleventy.svg +0 -1
  661. package/static/95c7ea1/file-icons/file_type_light_eleventy2.svg +0 -1
  662. package/static/95c7ea1/file-icons/file_type_light_esphome.svg +0 -1
  663. package/static/95c7ea1/file-icons/file_type_light_expo.svg +0 -1
  664. package/static/95c7ea1/file-icons/file_type_light_firebasehosting.svg +0 -1
  665. package/static/95c7ea1/file-icons/file_type_light_fla.svg +0 -1
  666. package/static/95c7ea1/file-icons/file_type_light_font.svg +0 -1
  667. package/static/95c7ea1/file-icons/file_type_light_gamemaker2.svg +0 -1
  668. package/static/95c7ea1/file-icons/file_type_light_gradle.svg +0 -1
  669. package/static/95c7ea1/file-icons/file_type_light_hashicorp.svg +0 -1
  670. package/static/95c7ea1/file-icons/file_type_light_hjson.svg +0 -1
  671. package/static/95c7ea1/file-icons/file_type_light_ini.svg +0 -1
  672. package/static/95c7ea1/file-icons/file_type_light_io.svg +0 -1
  673. package/static/95c7ea1/file-icons/file_type_light_js.svg +0 -1
  674. package/static/95c7ea1/file-icons/file_type_light_jsconfig.svg +0 -1
  675. package/static/95c7ea1/file-icons/file_type_light_jsmap.svg +0 -1
  676. package/static/95c7ea1/file-icons/file_type_light_json.svg +0 -1
  677. package/static/95c7ea1/file-icons/file_type_light_json5.svg +0 -1
  678. package/static/95c7ea1/file-icons/file_type_light_json_schema.svg +0 -1
  679. package/static/95c7ea1/file-icons/file_type_light_jsonld.svg +0 -1
  680. package/static/95c7ea1/file-icons/file_type_light_kite.svg +0 -1
  681. package/static/95c7ea1/file-icons/file_type_light_lerna.svg +0 -1
  682. package/static/95c7ea1/file-icons/file_type_light_mailing.svg +0 -1
  683. package/static/95c7ea1/file-icons/file_type_light_mdx-components.svg +0 -1
  684. package/static/95c7ea1/file-icons/file_type_light_mdx.svg +0 -1
  685. package/static/95c7ea1/file-icons/file_type_light_mlang.svg +0 -1
  686. package/static/95c7ea1/file-icons/file_type_light_mustache.svg +0 -1
  687. package/static/95c7ea1/file-icons/file_type_light_netlify.svg +0 -1
  688. package/static/95c7ea1/file-icons/file_type_light_next.svg +0 -1
  689. package/static/95c7ea1/file-icons/file_type_light_nim.svg +0 -1
  690. package/static/95c7ea1/file-icons/file_type_light_nx.svg +0 -1
  691. package/static/95c7ea1/file-icons/file_type_light_objidconfig.svg +0 -1
  692. package/static/95c7ea1/file-icons/file_type_light_openHAB.svg +0 -1
  693. package/static/95c7ea1/file-icons/file_type_light_pcl.svg +0 -1
  694. package/static/95c7ea1/file-icons/file_type_light_pnpm.svg +0 -1
  695. package/static/95c7ea1/file-icons/file_type_light_prettier.svg +0 -1
  696. package/static/95c7ea1/file-icons/file_type_light_prisma.svg +0 -1
  697. package/static/95c7ea1/file-icons/file_type_light_purescript.svg +0 -1
  698. package/static/95c7ea1/file-icons/file_type_light_quasar.svg +0 -1
  699. package/static/95c7ea1/file-icons/file_type_light_raku.svg +0 -1
  700. package/static/95c7ea1/file-icons/file_type_light_razzle.svg +0 -1
  701. package/static/95c7ea1/file-icons/file_type_light_rehype.svg +0 -1
  702. package/static/95c7ea1/file-icons/file_type_light_remark.svg +0 -1
  703. package/static/95c7ea1/file-icons/file_type_light_replit.svg +0 -1
  704. package/static/95c7ea1/file-icons/file_type_light_retext.svg +0 -1
  705. package/static/95c7ea1/file-icons/file_type_light_rome.svg +0 -1
  706. package/static/95c7ea1/file-icons/file_type_light_rubocop.svg +0 -1
  707. package/static/95c7ea1/file-icons/file_type_light_rust.svg +0 -1
  708. package/static/95c7ea1/file-icons/file_type_light_rust_toolchain.svg +0 -1
  709. package/static/95c7ea1/file-icons/file_type_light_safetensors.svg +0 -1
  710. package/static/95c7ea1/file-icons/file_type_light_shaderlab.svg +0 -1
  711. package/static/95c7ea1/file-icons/file_type_light_solidity.svg +0 -1
  712. package/static/95c7ea1/file-icons/file_type_light_spin.svg +0 -1
  713. package/static/95c7ea1/file-icons/file_type_light_stylelint.svg +0 -1
  714. package/static/95c7ea1/file-icons/file_type_light_stylus.svg +0 -1
  715. package/static/95c7ea1/file-icons/file_type_light_symfony.svg +0 -1
  716. package/static/95c7ea1/file-icons/file_type_light_systemd.svg +0 -1
  717. package/static/95c7ea1/file-icons/file_type_light_systemverilog.svg +0 -1
  718. package/static/95c7ea1/file-icons/file_type_light_testcafe.svg +0 -1
  719. package/static/95c7ea1/file-icons/file_type_light_testjs.svg +0 -1
  720. package/static/95c7ea1/file-icons/file_type_light_tex.svg +0 -1
  721. package/static/95c7ea1/file-icons/file_type_light_tm.svg +0 -1
  722. package/static/95c7ea1/file-icons/file_type_light_tmux.svg +0 -1
  723. package/static/95c7ea1/file-icons/file_type_light_todo.svg +0 -1
  724. package/static/95c7ea1/file-icons/file_type_light_toit.svg +0 -1
  725. package/static/95c7ea1/file-icons/file_type_light_toml.svg +0 -1
  726. package/static/95c7ea1/file-icons/file_type_light_tree.svg +0 -1
  727. package/static/95c7ea1/file-icons/file_type_light_turbo.svg +0 -1
  728. package/static/95c7ea1/file-icons/file_type_light_unibeautify.svg +0 -1
  729. package/static/95c7ea1/file-icons/file_type_light_vash.svg +0 -1
  730. package/static/95c7ea1/file-icons/file_type_light_vercel.svg +0 -1
  731. package/static/95c7ea1/file-icons/file_type_light_vsix.svg +0 -1
  732. package/static/95c7ea1/file-icons/file_type_light_vsixmanifest.svg +0 -1
  733. package/static/95c7ea1/file-icons/file_type_light_xfl.svg +0 -1
  734. package/static/95c7ea1/file-icons/file_type_light_xorg.svg +0 -1
  735. package/static/95c7ea1/file-icons/file_type_light_yaml.svg +0 -1
  736. package/static/95c7ea1/file-icons/file_type_light_zeit.svg +0 -1
  737. package/static/95c7ea1/file-icons/file_type_lighthouse.svg +0 -1
  738. package/static/95c7ea1/file-icons/file_type_lilypond.svg +0 -1
  739. package/static/95c7ea1/file-icons/file_type_lime.svg +0 -1
  740. package/static/95c7ea1/file-icons/file_type_lintstagedrc.svg +0 -1
  741. package/static/95c7ea1/file-icons/file_type_liquid.svg +0 -1
  742. package/static/95c7ea1/file-icons/file_type_lisp.svg +0 -1
  743. package/static/95c7ea1/file-icons/file_type_livescript.svg +0 -1
  744. package/static/95c7ea1/file-icons/file_type_lnk.svg +0 -1
  745. package/static/95c7ea1/file-icons/file_type_locale.svg +0 -1
  746. package/static/95c7ea1/file-icons/file_type_log.svg +0 -1
  747. package/static/95c7ea1/file-icons/file_type_lolcode.svg +0 -1
  748. package/static/95c7ea1/file-icons/file_type_lsl.svg +0 -1
  749. package/static/95c7ea1/file-icons/file_type_lua.svg +0 -1
  750. package/static/95c7ea1/file-icons/file_type_luau.svg +0 -1
  751. package/static/95c7ea1/file-icons/file_type_lync.svg +0 -1
  752. package/static/95c7ea1/file-icons/file_type_mailing.svg +0 -1
  753. package/static/95c7ea1/file-icons/file_type_makefile.svg +0 -1
  754. package/static/95c7ea1/file-icons/file_type_manifest.svg +0 -1
  755. package/static/95c7ea1/file-icons/file_type_manifest_bak.svg +0 -1
  756. package/static/95c7ea1/file-icons/file_type_manifest_skip.svg +0 -1
  757. package/static/95c7ea1/file-icons/file_type_map.svg +0 -1
  758. package/static/95c7ea1/file-icons/file_type_mariadb.svg +0 -1
  759. package/static/95c7ea1/file-icons/file_type_markdown.svg +0 -1
  760. package/static/95c7ea1/file-icons/file_type_markdownlint.svg +0 -1
  761. package/static/95c7ea1/file-icons/file_type_markdownlint_ignore.svg +0 -1
  762. package/static/95c7ea1/file-icons/file_type_marko.svg +0 -1
  763. package/static/95c7ea1/file-icons/file_type_markojs.svg +0 -1
  764. package/static/95c7ea1/file-icons/file_type_master-co.svg +0 -1
  765. package/static/95c7ea1/file-icons/file_type_matlab.svg +0 -1
  766. package/static/95c7ea1/file-icons/file_type_maven.svg +0 -1
  767. package/static/95c7ea1/file-icons/file_type_maxscript.svg +0 -1
  768. package/static/95c7ea1/file-icons/file_type_maya.svg +0 -1
  769. package/static/95c7ea1/file-icons/file_type_mdx-components.svg +0 -1
  770. package/static/95c7ea1/file-icons/file_type_mdx.svg +0 -1
  771. package/static/95c7ea1/file-icons/file_type_mediawiki.svg +0 -1
  772. package/static/95c7ea1/file-icons/file_type_mercurial.svg +0 -1
  773. package/static/95c7ea1/file-icons/file_type_mermaid.svg +0 -1
  774. package/static/95c7ea1/file-icons/file_type_meson.svg +0 -1
  775. package/static/95c7ea1/file-icons/file_type_meteor.svg +0 -1
  776. package/static/95c7ea1/file-icons/file_type_mivascript.svg +0 -1
  777. package/static/95c7ea1/file-icons/file_type_mjml.svg +0 -1
  778. package/static/95c7ea1/file-icons/file_type_mlang.svg +0 -1
  779. package/static/95c7ea1/file-icons/file_type_mocha.svg +0 -1
  780. package/static/95c7ea1/file-icons/file_type_modernizr.svg +0 -1
  781. package/static/95c7ea1/file-icons/file_type_mojo.svg +0 -1
  782. package/static/95c7ea1/file-icons/file_type_mojolicious.svg +0 -1
  783. package/static/95c7ea1/file-icons/file_type_moleculer.svg +0 -1
  784. package/static/95c7ea1/file-icons/file_type_mondoo.svg +0 -1
  785. package/static/95c7ea1/file-icons/file_type_mongo.svg +0 -1
  786. package/static/95c7ea1/file-icons/file_type_monotone.svg +0 -1
  787. package/static/95c7ea1/file-icons/file_type_motif.svg +0 -1
  788. package/static/95c7ea1/file-icons/file_type_mson.svg +0 -1
  789. package/static/95c7ea1/file-icons/file_type_mustache.svg +0 -1
  790. package/static/95c7ea1/file-icons/file_type_mvt.svg +0 -1
  791. package/static/95c7ea1/file-icons/file_type_mvtcss.svg +0 -1
  792. package/static/95c7ea1/file-icons/file_type_mvtjs.svg +0 -1
  793. package/static/95c7ea1/file-icons/file_type_mysql.svg +0 -1
  794. package/static/95c7ea1/file-icons/file_type_ndst.svg +0 -1
  795. package/static/95c7ea1/file-icons/file_type_nearly.svg +0 -1
  796. package/static/95c7ea1/file-icons/file_type_nest_adapter_js.svg +0 -1
  797. package/static/95c7ea1/file-icons/file_type_nest_adapter_ts.svg +0 -1
  798. package/static/95c7ea1/file-icons/file_type_nest_controller_js.svg +0 -1
  799. package/static/95c7ea1/file-icons/file_type_nest_controller_ts.svg +0 -1
  800. package/static/95c7ea1/file-icons/file_type_nest_decorator_js.svg +0 -1
  801. package/static/95c7ea1/file-icons/file_type_nest_decorator_ts.svg +0 -1
  802. package/static/95c7ea1/file-icons/file_type_nest_filter_js.svg +0 -1
  803. package/static/95c7ea1/file-icons/file_type_nest_filter_ts.svg +0 -1
  804. package/static/95c7ea1/file-icons/file_type_nest_gateway_js.svg +0 -1
  805. package/static/95c7ea1/file-icons/file_type_nest_gateway_ts.svg +0 -1
  806. package/static/95c7ea1/file-icons/file_type_nest_guard_js.svg +0 -1
  807. package/static/95c7ea1/file-icons/file_type_nest_guard_ts.svg +0 -1
  808. package/static/95c7ea1/file-icons/file_type_nest_interceptor_js.svg +0 -1
  809. package/static/95c7ea1/file-icons/file_type_nest_interceptor_ts.svg +0 -1
  810. package/static/95c7ea1/file-icons/file_type_nest_middleware_js.svg +0 -1
  811. package/static/95c7ea1/file-icons/file_type_nest_middleware_ts.svg +0 -1
  812. package/static/95c7ea1/file-icons/file_type_nest_module_js.svg +0 -1
  813. package/static/95c7ea1/file-icons/file_type_nest_module_ts.svg +0 -1
  814. package/static/95c7ea1/file-icons/file_type_nest_pipe_js.svg +0 -1
  815. package/static/95c7ea1/file-icons/file_type_nest_pipe_ts.svg +0 -1
  816. package/static/95c7ea1/file-icons/file_type_nest_service_js.svg +0 -1
  817. package/static/95c7ea1/file-icons/file_type_nest_service_ts.svg +0 -1
  818. package/static/95c7ea1/file-icons/file_type_nestjs.svg +0 -1
  819. package/static/95c7ea1/file-icons/file_type_netlify.svg +0 -1
  820. package/static/95c7ea1/file-icons/file_type_next.svg +0 -1
  821. package/static/95c7ea1/file-icons/file_type_nextflow.svg +0 -1
  822. package/static/95c7ea1/file-icons/file_type_ng_component_css.svg +0 -1
  823. package/static/95c7ea1/file-icons/file_type_ng_component_dart.svg +0 -1
  824. package/static/95c7ea1/file-icons/file_type_ng_component_html.svg +0 -1
  825. package/static/95c7ea1/file-icons/file_type_ng_component_js.svg +0 -1
  826. package/static/95c7ea1/file-icons/file_type_ng_component_js2.svg +0 -1
  827. package/static/95c7ea1/file-icons/file_type_ng_component_less.svg +0 -1
  828. package/static/95c7ea1/file-icons/file_type_ng_component_sass.svg +0 -1
  829. package/static/95c7ea1/file-icons/file_type_ng_component_scss.svg +0 -1
  830. package/static/95c7ea1/file-icons/file_type_ng_component_ts.svg +0 -1
  831. package/static/95c7ea1/file-icons/file_type_ng_component_ts2.svg +0 -1
  832. package/static/95c7ea1/file-icons/file_type_ng_controller_js.svg +0 -1
  833. package/static/95c7ea1/file-icons/file_type_ng_controller_ts.svg +0 -1
  834. package/static/95c7ea1/file-icons/file_type_ng_directive_dart.svg +0 -1
  835. package/static/95c7ea1/file-icons/file_type_ng_directive_js.svg +0 -1
  836. package/static/95c7ea1/file-icons/file_type_ng_directive_js2.svg +0 -1
  837. package/static/95c7ea1/file-icons/file_type_ng_directive_ts.svg +0 -1
  838. package/static/95c7ea1/file-icons/file_type_ng_directive_ts2.svg +0 -1
  839. package/static/95c7ea1/file-icons/file_type_ng_guard_dart.svg +0 -1
  840. package/static/95c7ea1/file-icons/file_type_ng_guard_js.svg +0 -1
  841. package/static/95c7ea1/file-icons/file_type_ng_guard_ts.svg +0 -1
  842. package/static/95c7ea1/file-icons/file_type_ng_interceptor_dart.svg +0 -1
  843. package/static/95c7ea1/file-icons/file_type_ng_interceptor_js.svg +0 -1
  844. package/static/95c7ea1/file-icons/file_type_ng_interceptor_ts.svg +0 -1
  845. package/static/95c7ea1/file-icons/file_type_ng_module_dart.svg +0 -1
  846. package/static/95c7ea1/file-icons/file_type_ng_module_js.svg +0 -1
  847. package/static/95c7ea1/file-icons/file_type_ng_module_js2.svg +0 -1
  848. package/static/95c7ea1/file-icons/file_type_ng_module_ts.svg +0 -1
  849. package/static/95c7ea1/file-icons/file_type_ng_module_ts2.svg +0 -1
  850. package/static/95c7ea1/file-icons/file_type_ng_pipe_dart.svg +0 -1
  851. package/static/95c7ea1/file-icons/file_type_ng_pipe_js.svg +0 -1
  852. package/static/95c7ea1/file-icons/file_type_ng_pipe_js2.svg +0 -1
  853. package/static/95c7ea1/file-icons/file_type_ng_pipe_ts.svg +0 -1
  854. package/static/95c7ea1/file-icons/file_type_ng_pipe_ts2.svg +0 -1
  855. package/static/95c7ea1/file-icons/file_type_ng_routing_dart.svg +0 -1
  856. package/static/95c7ea1/file-icons/file_type_ng_routing_js.svg +0 -1
  857. package/static/95c7ea1/file-icons/file_type_ng_routing_js2.svg +0 -1
  858. package/static/95c7ea1/file-icons/file_type_ng_routing_ts.svg +0 -1
  859. package/static/95c7ea1/file-icons/file_type_ng_routing_ts2.svg +0 -1
  860. package/static/95c7ea1/file-icons/file_type_ng_service_dart.svg +0 -1
  861. package/static/95c7ea1/file-icons/file_type_ng_service_js.svg +0 -1
  862. package/static/95c7ea1/file-icons/file_type_ng_service_js2.svg +0 -1
  863. package/static/95c7ea1/file-icons/file_type_ng_service_ts.svg +0 -1
  864. package/static/95c7ea1/file-icons/file_type_ng_service_ts2.svg +0 -1
  865. package/static/95c7ea1/file-icons/file_type_ng_smart_component_dart.svg +0 -1
  866. package/static/95c7ea1/file-icons/file_type_ng_smart_component_js.svg +0 -1
  867. package/static/95c7ea1/file-icons/file_type_ng_smart_component_js2.svg +0 -1
  868. package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts.svg +0 -1
  869. package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts2.svg +0 -1
  870. package/static/95c7ea1/file-icons/file_type_ng_tailwind.svg +0 -1
  871. package/static/95c7ea1/file-icons/file_type_nginx.svg +0 -1
  872. package/static/95c7ea1/file-icons/file_type_nim.svg +0 -1
  873. package/static/95c7ea1/file-icons/file_type_nimble.svg +0 -1
  874. package/static/95c7ea1/file-icons/file_type_ninja.svg +0 -1
  875. package/static/95c7ea1/file-icons/file_type_nix.svg +0 -1
  876. package/static/95c7ea1/file-icons/file_type_njsproj.svg +0 -1
  877. package/static/95c7ea1/file-icons/file_type_noc.svg +0 -1
  878. package/static/95c7ea1/file-icons/file_type_node.svg +0 -1
  879. package/static/95c7ea1/file-icons/file_type_node2.svg +0 -1
  880. package/static/95c7ea1/file-icons/file_type_nodemon.svg +0 -1
  881. package/static/95c7ea1/file-icons/file_type_npm.svg +0 -1
  882. package/static/95c7ea1/file-icons/file_type_nsi.svg +0 -1
  883. package/static/95c7ea1/file-icons/file_type_nsri-integrity.svg +0 -1
  884. package/static/95c7ea1/file-icons/file_type_nsri.svg +0 -1
  885. package/static/95c7ea1/file-icons/file_type_nuget.svg +0 -1
  886. package/static/95c7ea1/file-icons/file_type_numpy.svg +0 -1
  887. package/static/95c7ea1/file-icons/file_type_nunjucks.svg +0 -1
  888. package/static/95c7ea1/file-icons/file_type_nuxt.svg +0 -1
  889. package/static/95c7ea1/file-icons/file_type_nx.svg +0 -1
  890. package/static/95c7ea1/file-icons/file_type_nyc.svg +0 -1
  891. package/static/95c7ea1/file-icons/file_type_objectivec.svg +0 -1
  892. package/static/95c7ea1/file-icons/file_type_objectivecpp.svg +0 -1
  893. package/static/95c7ea1/file-icons/file_type_objidconfig.svg +0 -1
  894. package/static/95c7ea1/file-icons/file_type_ocaml.svg +0 -1
  895. package/static/95c7ea1/file-icons/file_type_ocaml_intf.svg +0 -1
  896. package/static/95c7ea1/file-icons/file_type_ogone.svg +0 -1
  897. package/static/95c7ea1/file-icons/file_type_onenote.svg +0 -1
  898. package/static/95c7ea1/file-icons/file_type_openHAB.svg +0 -1
  899. package/static/95c7ea1/file-icons/file_type_opencl.svg +0 -1
  900. package/static/95c7ea1/file-icons/file_type_openscad.svg +0 -1
  901. package/static/95c7ea1/file-icons/file_type_org.svg +0 -1
  902. package/static/95c7ea1/file-icons/file_type_outlook.svg +0 -1
  903. package/static/95c7ea1/file-icons/file_type_ovpn.svg +0 -1
  904. package/static/95c7ea1/file-icons/file_type_package.svg +0 -1
  905. package/static/95c7ea1/file-icons/file_type_paket.svg +0 -1
  906. package/static/95c7ea1/file-icons/file_type_pandacss.svg +0 -1
  907. package/static/95c7ea1/file-icons/file_type_patch.svg +0 -1
  908. package/static/95c7ea1/file-icons/file_type_pcl.svg +0 -1
  909. package/static/95c7ea1/file-icons/file_type_pddl.svg +0 -1
  910. package/static/95c7ea1/file-icons/file_type_pddl_happenings.svg +0 -1
  911. package/static/95c7ea1/file-icons/file_type_pddl_plan.svg +0 -1
  912. package/static/95c7ea1/file-icons/file_type_pdf.svg +0 -1
  913. package/static/95c7ea1/file-icons/file_type_pdf2.svg +0 -1
  914. package/static/95c7ea1/file-icons/file_type_pdm.svg +0 -1
  915. package/static/95c7ea1/file-icons/file_type_peeky.svg +0 -1
  916. package/static/95c7ea1/file-icons/file_type_perl.svg +0 -1
  917. package/static/95c7ea1/file-icons/file_type_perl2.svg +0 -1
  918. package/static/95c7ea1/file-icons/file_type_perl6.svg +0 -1
  919. package/static/95c7ea1/file-icons/file_type_pgsql.svg +0 -1
  920. package/static/95c7ea1/file-icons/file_type_photoshop.svg +0 -1
  921. package/static/95c7ea1/file-icons/file_type_photoshop2.svg +0 -1
  922. package/static/95c7ea1/file-icons/file_type_php.svg +0 -1
  923. package/static/95c7ea1/file-icons/file_type_php2.svg +0 -1
  924. package/static/95c7ea1/file-icons/file_type_php3.svg +0 -1
  925. package/static/95c7ea1/file-icons/file_type_phpcsfixer.svg +0 -1
  926. package/static/95c7ea1/file-icons/file_type_phpstan.svg +0 -1
  927. package/static/95c7ea1/file-icons/file_type_phpunit.svg +0 -1
  928. package/static/95c7ea1/file-icons/file_type_phraseapp.svg +0 -1
  929. package/static/95c7ea1/file-icons/file_type_pine.svg +0 -1
  930. package/static/95c7ea1/file-icons/file_type_pip.svg +0 -1
  931. package/static/95c7ea1/file-icons/file_type_pipeline.svg +0 -1
  932. package/static/95c7ea1/file-icons/file_type_plantuml.svg +0 -1
  933. package/static/95c7ea1/file-icons/file_type_platformio.svg +0 -1
  934. package/static/95c7ea1/file-icons/file_type_playwright.svg +0 -1
  935. package/static/95c7ea1/file-icons/file_type_plsql.svg +0 -1
  936. package/static/95c7ea1/file-icons/file_type_plsql_package.svg +0 -1
  937. package/static/95c7ea1/file-icons/file_type_plsql_package_body.svg +0 -1
  938. package/static/95c7ea1/file-icons/file_type_plsql_package_header.svg +0 -1
  939. package/static/95c7ea1/file-icons/file_type_plsql_package_spec.svg +0 -1
  940. package/static/95c7ea1/file-icons/file_type_pm2.svg +0 -1
  941. package/static/95c7ea1/file-icons/file_type_pnpm.svg +0 -1
  942. package/static/95c7ea1/file-icons/file_type_poedit.svg +0 -1
  943. package/static/95c7ea1/file-icons/file_type_poetry.svg +0 -1
  944. package/static/95c7ea1/file-icons/file_type_polymer.svg +0 -1
  945. package/static/95c7ea1/file-icons/file_type_pony.svg +0 -1
  946. package/static/95c7ea1/file-icons/file_type_postcss.svg +0 -1
  947. package/static/95c7ea1/file-icons/file_type_postcssconfig.svg +0 -1
  948. package/static/95c7ea1/file-icons/file_type_postman.svg +0 -1
  949. package/static/95c7ea1/file-icons/file_type_powerpoint.svg +0 -1
  950. package/static/95c7ea1/file-icons/file_type_powerpoint2.svg +0 -1
  951. package/static/95c7ea1/file-icons/file_type_powershell.svg +0 -1
  952. package/static/95c7ea1/file-icons/file_type_powershell2.svg +0 -1
  953. package/static/95c7ea1/file-icons/file_type_powershell_format.svg +0 -1
  954. package/static/95c7ea1/file-icons/file_type_powershell_psd.svg +0 -1
  955. package/static/95c7ea1/file-icons/file_type_powershell_psd2.svg +0 -1
  956. package/static/95c7ea1/file-icons/file_type_powershell_psm.svg +0 -1
  957. package/static/95c7ea1/file-icons/file_type_powershell_psm2.svg +0 -1
  958. package/static/95c7ea1/file-icons/file_type_powershell_types.svg +0 -1
  959. package/static/95c7ea1/file-icons/file_type_preact.svg +0 -1
  960. package/static/95c7ea1/file-icons/file_type_precommit.svg +0 -1
  961. package/static/95c7ea1/file-icons/file_type_prettier.svg +0 -1
  962. package/static/95c7ea1/file-icons/file_type_prisma.svg +0 -1
  963. package/static/95c7ea1/file-icons/file_type_processinglang.svg +0 -1
  964. package/static/95c7ea1/file-icons/file_type_procfile.svg +0 -1
  965. package/static/95c7ea1/file-icons/file_type_progress.svg +0 -1
  966. package/static/95c7ea1/file-icons/file_type_prolog.svg +0 -1
  967. package/static/95c7ea1/file-icons/file_type_prometheus.svg +0 -1
  968. package/static/95c7ea1/file-icons/file_type_protobuf.svg +0 -1
  969. package/static/95c7ea1/file-icons/file_type_protractor.svg +0 -1
  970. package/static/95c7ea1/file-icons/file_type_publiccode.svg +0 -1
  971. package/static/95c7ea1/file-icons/file_type_publisher.svg +0 -1
  972. package/static/95c7ea1/file-icons/file_type_pug.svg +0 -1
  973. package/static/95c7ea1/file-icons/file_type_pulumi.svg +0 -1
  974. package/static/95c7ea1/file-icons/file_type_puppet.svg +0 -1
  975. package/static/95c7ea1/file-icons/file_type_purescript.svg +0 -1
  976. package/static/95c7ea1/file-icons/file_type_pyenv.svg +0 -1
  977. package/static/95c7ea1/file-icons/file_type_pyret.svg +0 -1
  978. package/static/95c7ea1/file-icons/file_type_pyscript.svg +0 -1
  979. package/static/95c7ea1/file-icons/file_type_python.svg +0 -1
  980. package/static/95c7ea1/file-icons/file_type_pythowo.svg +0 -1
  981. package/static/95c7ea1/file-icons/file_type_pytyped.svg +0 -1
  982. package/static/95c7ea1/file-icons/file_type_pyup.svg +0 -1
  983. package/static/95c7ea1/file-icons/file_type_q.svg +0 -1
  984. package/static/95c7ea1/file-icons/file_type_qbs.svg +0 -1
  985. package/static/95c7ea1/file-icons/file_type_qlikview.svg +0 -1
  986. package/static/95c7ea1/file-icons/file_type_qml.svg +0 -1
  987. package/static/95c7ea1/file-icons/file_type_qmldir.svg +0 -1
  988. package/static/95c7ea1/file-icons/file_type_qsharp.svg +0 -1
  989. package/static/95c7ea1/file-icons/file_type_quasar.svg +0 -1
  990. package/static/95c7ea1/file-icons/file_type_r.svg +0 -1
  991. package/static/95c7ea1/file-icons/file_type_ra_syntax_tree.svg +0 -1
  992. package/static/95c7ea1/file-icons/file_type_racket.svg +0 -1
  993. package/static/95c7ea1/file-icons/file_type_rails.svg +0 -1
  994. package/static/95c7ea1/file-icons/file_type_rake.svg +0 -1
  995. package/static/95c7ea1/file-icons/file_type_raku.svg +0 -1
  996. package/static/95c7ea1/file-icons/file_type_raml.svg +0 -1
  997. package/static/95c7ea1/file-icons/file_type_razor.svg +0 -1
  998. package/static/95c7ea1/file-icons/file_type_razzle.svg +0 -1
  999. package/static/95c7ea1/file-icons/file_type_reactjs.svg +0 -1
  1000. package/static/95c7ea1/file-icons/file_type_reacttemplate.svg +0 -1
  1001. package/static/95c7ea1/file-icons/file_type_reactts.svg +0 -1
  1002. package/static/95c7ea1/file-icons/file_type_reason.svg +0 -1
  1003. package/static/95c7ea1/file-icons/file_type_red.svg +0 -1
  1004. package/static/95c7ea1/file-icons/file_type_registry.svg +0 -1
  1005. package/static/95c7ea1/file-icons/file_type_rego.svg +0 -1
  1006. package/static/95c7ea1/file-icons/file_type_rehype.svg +0 -1
  1007. package/static/95c7ea1/file-icons/file_type_remark.svg +0 -1
  1008. package/static/95c7ea1/file-icons/file_type_renovate.svg +0 -1
  1009. package/static/95c7ea1/file-icons/file_type_replit.svg +0 -1
  1010. package/static/95c7ea1/file-icons/file_type_rescript.svg +0 -1
  1011. package/static/95c7ea1/file-icons/file_type_rest.svg +0 -1
  1012. package/static/95c7ea1/file-icons/file_type_retext.svg +0 -1
  1013. package/static/95c7ea1/file-icons/file_type_rexx.svg +0 -1
  1014. package/static/95c7ea1/file-icons/file_type_riot.svg +0 -1
  1015. package/static/95c7ea1/file-icons/file_type_rmd.svg +0 -1
  1016. package/static/95c7ea1/file-icons/file_type_rnc.svg +0 -1
  1017. package/static/95c7ea1/file-icons/file_type_robotframework.svg +0 -1
  1018. package/static/95c7ea1/file-icons/file_type_robots.svg +0 -1
  1019. package/static/95c7ea1/file-icons/file_type_rollup.svg +0 -1
  1020. package/static/95c7ea1/file-icons/file_type_rome.svg +0 -1
  1021. package/static/95c7ea1/file-icons/file_type_ron.svg +0 -1
  1022. package/static/95c7ea1/file-icons/file_type_rproj.svg +0 -1
  1023. package/static/95c7ea1/file-icons/file_type_rspec.svg +0 -1
  1024. package/static/95c7ea1/file-icons/file_type_rss.svg +0 -1
  1025. package/static/95c7ea1/file-icons/file_type_rubocop.svg +0 -1
  1026. package/static/95c7ea1/file-icons/file_type_ruby.svg +0 -1
  1027. package/static/95c7ea1/file-icons/file_type_rust.svg +0 -1
  1028. package/static/95c7ea1/file-icons/file_type_rust_toolchain.svg +0 -1
  1029. package/static/95c7ea1/file-icons/file_type_s-lang.svg +0 -1
  1030. package/static/95c7ea1/file-icons/file_type_safetensors.svg +0 -1
  1031. package/static/95c7ea1/file-icons/file_type_sails.svg +0 -1
  1032. package/static/95c7ea1/file-icons/file_type_saltstack.svg +0 -1
  1033. package/static/95c7ea1/file-icons/file_type_san.svg +0 -1
  1034. package/static/95c7ea1/file-icons/file_type_sapphire_framework_cli.svg +0 -1
  1035. package/static/95c7ea1/file-icons/file_type_sas.svg +0 -1
  1036. package/static/95c7ea1/file-icons/file_type_sass.svg +0 -1
  1037. package/static/95c7ea1/file-icons/file_type_sbt.svg +0 -1
  1038. package/static/95c7ea1/file-icons/file_type_scala.svg +0 -1
  1039. package/static/95c7ea1/file-icons/file_type_scilab.svg +0 -1
  1040. package/static/95c7ea1/file-icons/file_type_script.svg +0 -1
  1041. package/static/95c7ea1/file-icons/file_type_scss.svg +0 -1
  1042. package/static/95c7ea1/file-icons/file_type_scss2.svg +0 -1
  1043. package/static/95c7ea1/file-icons/file_type_sdlang.svg +0 -1
  1044. package/static/95c7ea1/file-icons/file_type_search_result.svg +0 -1
  1045. package/static/95c7ea1/file-icons/file_type_sentry.svg +0 -1
  1046. package/static/95c7ea1/file-icons/file_type_sequelize.svg +0 -1
  1047. package/static/95c7ea1/file-icons/file_type_serverless.svg +0 -1
  1048. package/static/95c7ea1/file-icons/file_type_shaderlab.svg +0 -1
  1049. package/static/95c7ea1/file-icons/file_type_shell.svg +0 -1
  1050. package/static/95c7ea1/file-icons/file_type_shellcheck.svg +0 -1
  1051. package/static/95c7ea1/file-icons/file_type_shuttle.svg +0 -1
  1052. package/static/95c7ea1/file-icons/file_type_silverstripe.svg +0 -1
  1053. package/static/95c7ea1/file-icons/file_type_sino.svg +0 -1
  1054. package/static/95c7ea1/file-icons/file_type_siyuan.svg +0 -1
  1055. package/static/95c7ea1/file-icons/file_type_sketch.svg +0 -1
  1056. package/static/95c7ea1/file-icons/file_type_skipper.svg +0 -1
  1057. package/static/95c7ea1/file-icons/file_type_slang.svg +0 -1
  1058. package/static/95c7ea1/file-icons/file_type_slashup.svg +0 -1
  1059. package/static/95c7ea1/file-icons/file_type_slice.svg +0 -1
  1060. package/static/95c7ea1/file-icons/file_type_slim.svg +0 -1
  1061. package/static/95c7ea1/file-icons/file_type_slint.svg +0 -1
  1062. package/static/95c7ea1/file-icons/file_type_sln.svg +0 -1
  1063. package/static/95c7ea1/file-icons/file_type_sln2.svg +0 -1
  1064. package/static/95c7ea1/file-icons/file_type_smarty.svg +0 -1
  1065. package/static/95c7ea1/file-icons/file_type_snakemake.svg +0 -1
  1066. package/static/95c7ea1/file-icons/file_type_snapcraft.svg +0 -1
  1067. package/static/95c7ea1/file-icons/file_type_snaplet.svg +0 -1
  1068. package/static/95c7ea1/file-icons/file_type_snort.svg +0 -1
  1069. package/static/95c7ea1/file-icons/file_type_snyk.svg +0 -1
  1070. package/static/95c7ea1/file-icons/file_type_solidarity.svg +0 -1
  1071. package/static/95c7ea1/file-icons/file_type_solidity.svg +0 -1
  1072. package/static/95c7ea1/file-icons/file_type_source.svg +0 -1
  1073. package/static/95c7ea1/file-icons/file_type_spacengine.svg +0 -1
  1074. package/static/95c7ea1/file-icons/file_type_sparql.svg +0 -1
  1075. package/static/95c7ea1/file-icons/file_type_spin.svg +0 -1
  1076. package/static/95c7ea1/file-icons/file_type_sqf.svg +0 -1
  1077. package/static/95c7ea1/file-icons/file_type_sql.svg +0 -1
  1078. package/static/95c7ea1/file-icons/file_type_sqlite.svg +0 -1
  1079. package/static/95c7ea1/file-icons/file_type_squirrel.svg +0 -1
  1080. package/static/95c7ea1/file-icons/file_type_sss.svg +0 -1
  1081. package/static/95c7ea1/file-icons/file_type_sst.svg +0 -1
  1082. package/static/95c7ea1/file-icons/file_type_stan.svg +0 -1
  1083. package/static/95c7ea1/file-icons/file_type_stata.svg +0 -1
  1084. package/static/95c7ea1/file-icons/file_type_stencil.svg +0 -1
  1085. package/static/95c7ea1/file-icons/file_type_storyboard.svg +0 -1
  1086. package/static/95c7ea1/file-icons/file_type_storybook.svg +0 -1
  1087. package/static/95c7ea1/file-icons/file_type_stryker.svg +0 -1
  1088. package/static/95c7ea1/file-icons/file_type_stylable.svg +0 -1
  1089. package/static/95c7ea1/file-icons/file_type_style.svg +0 -1
  1090. package/static/95c7ea1/file-icons/file_type_styled.svg +0 -1
  1091. package/static/95c7ea1/file-icons/file_type_stylelint.svg +0 -1
  1092. package/static/95c7ea1/file-icons/file_type_stylish_haskell.svg +0 -1
  1093. package/static/95c7ea1/file-icons/file_type_stylus.svg +0 -1
  1094. package/static/95c7ea1/file-icons/file_type_sublime.svg +0 -1
  1095. package/static/95c7ea1/file-icons/file_type_subversion.svg +0 -1
  1096. package/static/95c7ea1/file-icons/file_type_svelte.svg +0 -1
  1097. package/static/95c7ea1/file-icons/file_type_svelteconfig.svg +0 -1
  1098. package/static/95c7ea1/file-icons/file_type_svg.svg +0 -1
  1099. package/static/95c7ea1/file-icons/file_type_svgo.svg +0 -1
  1100. package/static/95c7ea1/file-icons/file_type_swagger.svg +0 -1
  1101. package/static/95c7ea1/file-icons/file_type_swc.svg +0 -1
  1102. package/static/95c7ea1/file-icons/file_type_swift.svg +0 -1
  1103. package/static/95c7ea1/file-icons/file_type_swig.svg +0 -1
  1104. package/static/95c7ea1/file-icons/file_type_symfony.svg +0 -1
  1105. package/static/95c7ea1/file-icons/file_type_systemd.svg +0 -1
  1106. package/static/95c7ea1/file-icons/file_type_systemverilog.svg +0 -1
  1107. package/static/95c7ea1/file-icons/file_type_t4tt.svg +0 -1
  1108. package/static/95c7ea1/file-icons/file_type_tailwind.svg +0 -1
  1109. package/static/95c7ea1/file-icons/file_type_tamagui.svg +0 -1
  1110. package/static/95c7ea1/file-icons/file_type_taskfile.svg +0 -1
  1111. package/static/95c7ea1/file-icons/file_type_tauri.svg +0 -1
  1112. package/static/95c7ea1/file-icons/file_type_tcl.svg +0 -1
  1113. package/static/95c7ea1/file-icons/file_type_teal.svg +0 -1
  1114. package/static/95c7ea1/file-icons/file_type_templ.svg +0 -1
  1115. package/static/95c7ea1/file-icons/file_type_tera.svg +0 -1
  1116. package/static/95c7ea1/file-icons/file_type_terraform.svg +0 -1
  1117. package/static/95c7ea1/file-icons/file_type_test.svg +0 -1
  1118. package/static/95c7ea1/file-icons/file_type_testcafe.svg +0 -1
  1119. package/static/95c7ea1/file-icons/file_type_testjs.svg +0 -1
  1120. package/static/95c7ea1/file-icons/file_type_testplane.svg +0 -1
  1121. package/static/95c7ea1/file-icons/file_type_testts.svg +0 -1
  1122. package/static/95c7ea1/file-icons/file_type_tex.svg +0 -1
  1123. package/static/95c7ea1/file-icons/file_type_text.svg +0 -1
  1124. package/static/95c7ea1/file-icons/file_type_textile.svg +0 -1
  1125. package/static/95c7ea1/file-icons/file_type_tfs.svg +0 -1
  1126. package/static/95c7ea1/file-icons/file_type_tiltfile.svg +0 -1
  1127. package/static/95c7ea1/file-icons/file_type_tm.svg +0 -1
  1128. package/static/95c7ea1/file-icons/file_type_tmux.svg +0 -1
  1129. package/static/95c7ea1/file-icons/file_type_todo.svg +0 -1
  1130. package/static/95c7ea1/file-icons/file_type_toit.svg +0 -1
  1131. package/static/95c7ea1/file-icons/file_type_toml.svg +0 -1
  1132. package/static/95c7ea1/file-icons/file_type_tox.svg +0 -1
  1133. package/static/95c7ea1/file-icons/file_type_travis.svg +0 -1
  1134. package/static/95c7ea1/file-icons/file_type_tree.svg +0 -1
  1135. package/static/95c7ea1/file-icons/file_type_tres.svg +0 -1
  1136. package/static/95c7ea1/file-icons/file_type_truffle.svg +0 -1
  1137. package/static/95c7ea1/file-icons/file_type_trunk.svg +0 -1
  1138. package/static/95c7ea1/file-icons/file_type_tsbuildinfo.svg +0 -1
  1139. package/static/95c7ea1/file-icons/file_type_tscn.svg +0 -1
  1140. package/static/95c7ea1/file-icons/file_type_tsconfig.svg +0 -1
  1141. package/static/95c7ea1/file-icons/file_type_tsconfig_official.svg +0 -1
  1142. package/static/95c7ea1/file-icons/file_type_tslint.svg +0 -1
  1143. package/static/95c7ea1/file-icons/file_type_tt.svg +0 -1
  1144. package/static/95c7ea1/file-icons/file_type_ttcn.svg +0 -1
  1145. package/static/95c7ea1/file-icons/file_type_tuc.svg +0 -1
  1146. package/static/95c7ea1/file-icons/file_type_turbo.svg +0 -1
  1147. package/static/95c7ea1/file-icons/file_type_twig.svg +0 -1
  1148. package/static/95c7ea1/file-icons/file_type_typedoc.svg +0 -1
  1149. package/static/95c7ea1/file-icons/file_type_typescript.svg +0 -1
  1150. package/static/95c7ea1/file-icons/file_type_typescript_official.svg +0 -1
  1151. package/static/95c7ea1/file-icons/file_type_typescriptdef.svg +0 -1
  1152. package/static/95c7ea1/file-icons/file_type_typescriptdef_official.svg +0 -1
  1153. package/static/95c7ea1/file-icons/file_type_typo3.svg +0 -1
  1154. package/static/95c7ea1/file-icons/file_type_uiua.svg +0 -1
  1155. package/static/95c7ea1/file-icons/file_type_unibeautify.svg +0 -1
  1156. package/static/95c7ea1/file-icons/file_type_unison.svg +0 -1
  1157. package/static/95c7ea1/file-icons/file_type_unlicense.svg +0 -1
  1158. package/static/95c7ea1/file-icons/file_type_unocss.svg +0 -1
  1159. package/static/95c7ea1/file-icons/file_type_vagrant.svg +0 -1
  1160. package/static/95c7ea1/file-icons/file_type_vala.svg +0 -1
  1161. package/static/95c7ea1/file-icons/file_type_vanilla_extract.svg +0 -1
  1162. package/static/95c7ea1/file-icons/file_type_vapi.svg +0 -1
  1163. package/static/95c7ea1/file-icons/file_type_vapor.svg +0 -1
  1164. package/static/95c7ea1/file-icons/file_type_vash.svg +0 -1
  1165. package/static/95c7ea1/file-icons/file_type_vb.svg +0 -1
  1166. package/static/95c7ea1/file-icons/file_type_vba.svg +0 -1
  1167. package/static/95c7ea1/file-icons/file_type_vbhtml.svg +0 -1
  1168. package/static/95c7ea1/file-icons/file_type_vbproj.svg +0 -1
  1169. package/static/95c7ea1/file-icons/file_type_vcxproj.svg +0 -1
  1170. package/static/95c7ea1/file-icons/file_type_velocity.svg +0 -1
  1171. package/static/95c7ea1/file-icons/file_type_vento.svg +0 -1
  1172. package/static/95c7ea1/file-icons/file_type_vercel.svg +0 -1
  1173. package/static/95c7ea1/file-icons/file_type_verilog.svg +0 -1
  1174. package/static/95c7ea1/file-icons/file_type_vhdl.svg +0 -1
  1175. package/static/95c7ea1/file-icons/file_type_video.svg +0 -1
  1176. package/static/95c7ea1/file-icons/file_type_view.svg +0 -1
  1177. package/static/95c7ea1/file-icons/file_type_vim.svg +0 -1
  1178. package/static/95c7ea1/file-icons/file_type_vite.svg +0 -1
  1179. package/static/95c7ea1/file-icons/file_type_vitest.svg +0 -1
  1180. package/static/95c7ea1/file-icons/file_type_vlang.svg +0 -1
  1181. package/static/95c7ea1/file-icons/file_type_volt.svg +0 -1
  1182. package/static/95c7ea1/file-icons/file_type_vscode-insiders.svg +0 -1
  1183. package/static/95c7ea1/file-icons/file_type_vscode.svg +0 -1
  1184. package/static/95c7ea1/file-icons/file_type_vscode2.svg +0 -1
  1185. package/static/95c7ea1/file-icons/file_type_vscode3.svg +0 -1
  1186. package/static/95c7ea1/file-icons/file_type_vscode_test.svg +0 -1
  1187. package/static/95c7ea1/file-icons/file_type_vsix.svg +0 -1
  1188. package/static/95c7ea1/file-icons/file_type_vsixmanifest.svg +0 -1
  1189. package/static/95c7ea1/file-icons/file_type_vue.svg +0 -1
  1190. package/static/95c7ea1/file-icons/file_type_vueconfig.svg +0 -1
  1191. package/static/95c7ea1/file-icons/file_type_vyper.svg +0 -1
  1192. package/static/95c7ea1/file-icons/file_type_wallaby.svg +0 -1
  1193. package/static/95c7ea1/file-icons/file_type_wally.svg +0 -1
  1194. package/static/95c7ea1/file-icons/file_type_wasm.svg +0 -1
  1195. package/static/95c7ea1/file-icons/file_type_watchmanconfig.svg +0 -1
  1196. package/static/95c7ea1/file-icons/file_type_wdio.svg +0 -1
  1197. package/static/95c7ea1/file-icons/file_type_webpack.svg +0 -1
  1198. package/static/95c7ea1/file-icons/file_type_wenyan.svg +0 -1
  1199. package/static/95c7ea1/file-icons/file_type_wercker.svg +0 -1
  1200. package/static/95c7ea1/file-icons/file_type_wgsl.svg +0 -1
  1201. package/static/95c7ea1/file-icons/file_type_wikitext.svg +0 -1
  1202. package/static/95c7ea1/file-icons/file_type_windi.svg +0 -1
  1203. package/static/95c7ea1/file-icons/file_type_wit.svg +0 -1
  1204. package/static/95c7ea1/file-icons/file_type_wolfram.svg +0 -1
  1205. package/static/95c7ea1/file-icons/file_type_word.svg +0 -1
  1206. package/static/95c7ea1/file-icons/file_type_word2.svg +0 -1
  1207. package/static/95c7ea1/file-icons/file_type_wpml.svg +0 -1
  1208. package/static/95c7ea1/file-icons/file_type_wurst.svg +0 -1
  1209. package/static/95c7ea1/file-icons/file_type_wxml.svg +0 -1
  1210. package/static/95c7ea1/file-icons/file_type_wxss.svg +0 -1
  1211. package/static/95c7ea1/file-icons/file_type_wxt.svg +0 -1
  1212. package/static/95c7ea1/file-icons/file_type_xcode.svg +0 -1
  1213. package/static/95c7ea1/file-icons/file_type_xfl.svg +0 -1
  1214. package/static/95c7ea1/file-icons/file_type_xib.svg +0 -1
  1215. package/static/95c7ea1/file-icons/file_type_xliff.svg +0 -1
  1216. package/static/95c7ea1/file-icons/file_type_xmake.svg +0 -1
  1217. package/static/95c7ea1/file-icons/file_type_xml.svg +0 -1
  1218. package/static/95c7ea1/file-icons/file_type_xo.svg +0 -1
  1219. package/static/95c7ea1/file-icons/file_type_xorg.svg +0 -1
  1220. package/static/95c7ea1/file-icons/file_type_xquery.svg +0 -1
  1221. package/static/95c7ea1/file-icons/file_type_xsl.svg +0 -1
  1222. package/static/95c7ea1/file-icons/file_type_yacc.svg +0 -1
  1223. package/static/95c7ea1/file-icons/file_type_yaml.svg +0 -1
  1224. package/static/95c7ea1/file-icons/file_type_yamllint.svg +0 -1
  1225. package/static/95c7ea1/file-icons/file_type_yandex.svg +0 -1
  1226. package/static/95c7ea1/file-icons/file_type_yang.svg +0 -1
  1227. package/static/95c7ea1/file-icons/file_type_yarn.svg +0 -1
  1228. package/static/95c7ea1/file-icons/file_type_yeoman.svg +0 -1
  1229. package/static/95c7ea1/file-icons/file_type_zeit.svg +0 -1
  1230. package/static/95c7ea1/file-icons/file_type_zig.svg +0 -1
  1231. package/static/95c7ea1/file-icons/file_type_zip.svg +0 -1
  1232. package/static/95c7ea1/file-icons/file_type_zip2.svg +0 -1
  1233. package/static/95c7ea1/file-icons/folder_type_android.svg +0 -1
  1234. package/static/95c7ea1/file-icons/folder_type_android_opened.svg +0 -1
  1235. package/static/95c7ea1/file-icons/folder_type_api.svg +0 -1
  1236. package/static/95c7ea1/file-icons/folder_type_api_opened.svg +0 -1
  1237. package/static/95c7ea1/file-icons/folder_type_app.svg +0 -1
  1238. package/static/95c7ea1/file-icons/folder_type_app_opened.svg +0 -1
  1239. package/static/95c7ea1/file-icons/folder_type_arangodb.svg +0 -1
  1240. package/static/95c7ea1/file-icons/folder_type_arangodb_opened.svg +0 -1
  1241. package/static/95c7ea1/file-icons/folder_type_asset.svg +0 -1
  1242. package/static/95c7ea1/file-icons/folder_type_asset_opened.svg +0 -1
  1243. package/static/95c7ea1/file-icons/folder_type_audio.svg +0 -1
  1244. package/static/95c7ea1/file-icons/folder_type_audio_opened.svg +0 -1
  1245. package/static/95c7ea1/file-icons/folder_type_aurelia.svg +0 -1
  1246. package/static/95c7ea1/file-icons/folder_type_aurelia_opened.svg +0 -1
  1247. package/static/95c7ea1/file-icons/folder_type_aws.svg +0 -1
  1248. package/static/95c7ea1/file-icons/folder_type_aws_opened.svg +0 -1
  1249. package/static/95c7ea1/file-icons/folder_type_azure.svg +0 -1
  1250. package/static/95c7ea1/file-icons/folder_type_azure_opened.svg +0 -1
  1251. package/static/95c7ea1/file-icons/folder_type_azurepipelines.svg +0 -1
  1252. package/static/95c7ea1/file-icons/folder_type_azurepipelines_opened.svg +0 -1
  1253. package/static/95c7ea1/file-icons/folder_type_binary.svg +0 -1
  1254. package/static/95c7ea1/file-icons/folder_type_binary_opened.svg +0 -1
  1255. package/static/95c7ea1/file-icons/folder_type_bloc.svg +0 -1
  1256. package/static/95c7ea1/file-icons/folder_type_bloc_opened.svg +0 -1
  1257. package/static/95c7ea1/file-icons/folder_type_blueprint.svg +0 -1
  1258. package/static/95c7ea1/file-icons/folder_type_blueprint_opened.svg +0 -1
  1259. package/static/95c7ea1/file-icons/folder_type_bot.svg +0 -1
  1260. package/static/95c7ea1/file-icons/folder_type_bot_opened.svg +0 -1
  1261. package/static/95c7ea1/file-icons/folder_type_bower.svg +0 -1
  1262. package/static/95c7ea1/file-icons/folder_type_bower_opened.svg +0 -1
  1263. package/static/95c7ea1/file-icons/folder_type_buildkite.svg +0 -1
  1264. package/static/95c7ea1/file-icons/folder_type_buildkite_opened.svg +0 -1
  1265. package/static/95c7ea1/file-icons/folder_type_cake.svg +0 -1
  1266. package/static/95c7ea1/file-icons/folder_type_cake_opened.svg +0 -1
  1267. package/static/95c7ea1/file-icons/folder_type_certificate.svg +0 -1
  1268. package/static/95c7ea1/file-icons/folder_type_certificate_opened.svg +0 -1
  1269. package/static/95c7ea1/file-icons/folder_type_changesets.svg +0 -1
  1270. package/static/95c7ea1/file-icons/folder_type_changesets_opened.svg +0 -1
  1271. package/static/95c7ea1/file-icons/folder_type_chef.svg +0 -1
  1272. package/static/95c7ea1/file-icons/folder_type_chef_opened.svg +0 -1
  1273. package/static/95c7ea1/file-icons/folder_type_circleci.svg +0 -1
  1274. package/static/95c7ea1/file-icons/folder_type_circleci_opened.svg +0 -1
  1275. package/static/95c7ea1/file-icons/folder_type_cli.svg +0 -1
  1276. package/static/95c7ea1/file-icons/folder_type_cli_opened.svg +0 -1
  1277. package/static/95c7ea1/file-icons/folder_type_client.svg +0 -1
  1278. package/static/95c7ea1/file-icons/folder_type_client_opened.svg +0 -1
  1279. package/static/95c7ea1/file-icons/folder_type_cmake.svg +0 -1
  1280. package/static/95c7ea1/file-icons/folder_type_cmake_opened.svg +0 -1
  1281. package/static/95c7ea1/file-icons/folder_type_common.svg +0 -1
  1282. package/static/95c7ea1/file-icons/folder_type_common_opened.svg +0 -1
  1283. package/static/95c7ea1/file-icons/folder_type_component.svg +0 -1
  1284. package/static/95c7ea1/file-icons/folder_type_component_opened.svg +0 -1
  1285. package/static/95c7ea1/file-icons/folder_type_composer.svg +0 -1
  1286. package/static/95c7ea1/file-icons/folder_type_composer_opened.svg +0 -1
  1287. package/static/95c7ea1/file-icons/folder_type_config.svg +0 -1
  1288. package/static/95c7ea1/file-icons/folder_type_config_opened.svg +0 -1
  1289. package/static/95c7ea1/file-icons/folder_type_controller.svg +0 -1
  1290. package/static/95c7ea1/file-icons/folder_type_controller_opened.svg +0 -1
  1291. package/static/95c7ea1/file-icons/folder_type_coverage.svg +0 -1
  1292. package/static/95c7ea1/file-icons/folder_type_coverage_opened.svg +0 -1
  1293. package/static/95c7ea1/file-icons/folder_type_css.svg +0 -1
  1294. package/static/95c7ea1/file-icons/folder_type_css_opened.svg +0 -1
  1295. package/static/95c7ea1/file-icons/folder_type_cubit.svg +0 -1
  1296. package/static/95c7ea1/file-icons/folder_type_cubit_opened.svg +0 -1
  1297. package/static/95c7ea1/file-icons/folder_type_cypress.svg +0 -1
  1298. package/static/95c7ea1/file-icons/folder_type_cypress_opened.svg +0 -1
  1299. package/static/95c7ea1/file-icons/folder_type_dapr.svg +0 -1
  1300. package/static/95c7ea1/file-icons/folder_type_dapr_opened.svg +0 -1
  1301. package/static/95c7ea1/file-icons/folder_type_datadog.svg +0 -1
  1302. package/static/95c7ea1/file-icons/folder_type_datadog_opened.svg +0 -1
  1303. package/static/95c7ea1/file-icons/folder_type_db.svg +0 -1
  1304. package/static/95c7ea1/file-icons/folder_type_db_opened.svg +0 -1
  1305. package/static/95c7ea1/file-icons/folder_type_debian.svg +0 -1
  1306. package/static/95c7ea1/file-icons/folder_type_debian_opened.svg +0 -1
  1307. package/static/95c7ea1/file-icons/folder_type_dependabot.svg +0 -1
  1308. package/static/95c7ea1/file-icons/folder_type_dependabot_opened.svg +0 -1
  1309. package/static/95c7ea1/file-icons/folder_type_devcontainer.svg +0 -1
  1310. package/static/95c7ea1/file-icons/folder_type_devcontainer_opened.svg +0 -1
  1311. package/static/95c7ea1/file-icons/folder_type_dist.svg +0 -1
  1312. package/static/95c7ea1/file-icons/folder_type_dist_opened.svg +0 -1
  1313. package/static/95c7ea1/file-icons/folder_type_docker.svg +0 -1
  1314. package/static/95c7ea1/file-icons/folder_type_docker_opened.svg +0 -1
  1315. package/static/95c7ea1/file-icons/folder_type_docs.svg +0 -1
  1316. package/static/95c7ea1/file-icons/folder_type_docs_opened.svg +0 -1
  1317. package/static/95c7ea1/file-icons/folder_type_e2e.svg +0 -1
  1318. package/static/95c7ea1/file-icons/folder_type_e2e_opened.svg +0 -1
  1319. package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk.svg +0 -1
  1320. package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -1
  1321. package/static/95c7ea1/file-icons/folder_type_electron.svg +0 -1
  1322. package/static/95c7ea1/file-icons/folder_type_electron_opened.svg +0 -1
  1323. package/static/95c7ea1/file-icons/folder_type_expo.svg +0 -1
  1324. package/static/95c7ea1/file-icons/folder_type_expo_opened.svg +0 -1
  1325. package/static/95c7ea1/file-icons/folder_type_favicon.svg +0 -1
  1326. package/static/95c7ea1/file-icons/folder_type_favicon_opened.svg +0 -1
  1327. package/static/95c7ea1/file-icons/folder_type_flow.svg +0 -1
  1328. package/static/95c7ea1/file-icons/folder_type_flow_opened.svg +0 -1
  1329. package/static/95c7ea1/file-icons/folder_type_fonts.svg +0 -1
  1330. package/static/95c7ea1/file-icons/folder_type_fonts_opened.svg +0 -1
  1331. package/static/95c7ea1/file-icons/folder_type_frontcommerce.svg +0 -1
  1332. package/static/95c7ea1/file-icons/folder_type_frontcommerce_opened.svg +0 -1
  1333. package/static/95c7ea1/file-icons/folder_type_gcp.svg +0 -1
  1334. package/static/95c7ea1/file-icons/folder_type_gcp_opened.svg +0 -1
  1335. package/static/95c7ea1/file-icons/folder_type_git.svg +0 -1
  1336. package/static/95c7ea1/file-icons/folder_type_git_opened.svg +0 -1
  1337. package/static/95c7ea1/file-icons/folder_type_github.svg +0 -1
  1338. package/static/95c7ea1/file-icons/folder_type_github_opened.svg +0 -1
  1339. package/static/95c7ea1/file-icons/folder_type_gitlab.svg +0 -1
  1340. package/static/95c7ea1/file-icons/folder_type_gitlab_opened.svg +0 -1
  1341. package/static/95c7ea1/file-icons/folder_type_gradle.svg +0 -1
  1342. package/static/95c7ea1/file-icons/folder_type_gradle_opened.svg +0 -1
  1343. package/static/95c7ea1/file-icons/folder_type_graphql.svg +0 -1
  1344. package/static/95c7ea1/file-icons/folder_type_graphql_opened.svg +0 -1
  1345. package/static/95c7ea1/file-icons/folder_type_grunt.svg +0 -1
  1346. package/static/95c7ea1/file-icons/folder_type_grunt_opened.svg +0 -1
  1347. package/static/95c7ea1/file-icons/folder_type_gulp.svg +0 -1
  1348. package/static/95c7ea1/file-icons/folder_type_gulp_opened.svg +0 -1
  1349. package/static/95c7ea1/file-icons/folder_type_haxelib.svg +0 -1
  1350. package/static/95c7ea1/file-icons/folder_type_haxelib_opened.svg +0 -1
  1351. package/static/95c7ea1/file-icons/folder_type_helper.svg +0 -1
  1352. package/static/95c7ea1/file-icons/folder_type_helper_opened.svg +0 -1
  1353. package/static/95c7ea1/file-icons/folder_type_hook.svg +0 -1
  1354. package/static/95c7ea1/file-icons/folder_type_hook_opened.svg +0 -1
  1355. package/static/95c7ea1/file-icons/folder_type_husky.svg +0 -1
  1356. package/static/95c7ea1/file-icons/folder_type_husky_opened.svg +0 -1
  1357. package/static/95c7ea1/file-icons/folder_type_idea.svg +0 -1
  1358. package/static/95c7ea1/file-icons/folder_type_idea_opened.svg +0 -1
  1359. package/static/95c7ea1/file-icons/folder_type_images.svg +0 -1
  1360. package/static/95c7ea1/file-icons/folder_type_images_opened.svg +0 -1
  1361. package/static/95c7ea1/file-icons/folder_type_include.svg +0 -1
  1362. package/static/95c7ea1/file-icons/folder_type_include_opened.svg +0 -1
  1363. package/static/95c7ea1/file-icons/folder_type_interfaces.svg +0 -1
  1364. package/static/95c7ea1/file-icons/folder_type_interfaces_opened.svg +0 -1
  1365. package/static/95c7ea1/file-icons/folder_type_ios.svg +0 -1
  1366. package/static/95c7ea1/file-icons/folder_type_ios_opened.svg +0 -1
  1367. package/static/95c7ea1/file-icons/folder_type_js.svg +0 -1
  1368. package/static/95c7ea1/file-icons/folder_type_js_opened.svg +0 -1
  1369. package/static/95c7ea1/file-icons/folder_type_json.svg +0 -1
  1370. package/static/95c7ea1/file-icons/folder_type_json_official.svg +0 -1
  1371. package/static/95c7ea1/file-icons/folder_type_json_official_opened.svg +0 -1
  1372. package/static/95c7ea1/file-icons/folder_type_json_opened.svg +0 -1
  1373. package/static/95c7ea1/file-icons/folder_type_kubernetes.svg +0 -1
  1374. package/static/95c7ea1/file-icons/folder_type_kubernetes_opened.svg +0 -1
  1375. package/static/95c7ea1/file-icons/folder_type_less.svg +0 -1
  1376. package/static/95c7ea1/file-icons/folder_type_less_opened.svg +0 -1
  1377. package/static/95c7ea1/file-icons/folder_type_library.svg +0 -1
  1378. package/static/95c7ea1/file-icons/folder_type_library_opened.svg +0 -1
  1379. package/static/95c7ea1/file-icons/folder_type_light_cypress.svg +0 -1
  1380. package/static/95c7ea1/file-icons/folder_type_light_cypress_opened.svg +0 -1
  1381. package/static/95c7ea1/file-icons/folder_type_light_electron.svg +0 -1
  1382. package/static/95c7ea1/file-icons/folder_type_light_electron_opened.svg +0 -1
  1383. package/static/95c7ea1/file-icons/folder_type_light_expo.svg +0 -1
  1384. package/static/95c7ea1/file-icons/folder_type_light_expo_opened.svg +0 -1
  1385. package/static/95c7ea1/file-icons/folder_type_light_fonts.svg +0 -1
  1386. package/static/95c7ea1/file-icons/folder_type_light_fonts_opened.svg +0 -1
  1387. package/static/95c7ea1/file-icons/folder_type_light_gradle.svg +0 -1
  1388. package/static/95c7ea1/file-icons/folder_type_light_gradle_opened.svg +0 -1
  1389. package/static/95c7ea1/file-icons/folder_type_light_meteor.svg +0 -1
  1390. package/static/95c7ea1/file-icons/folder_type_light_meteor_opened.svg +0 -1
  1391. package/static/95c7ea1/file-icons/folder_type_light_mysql.svg +0 -1
  1392. package/static/95c7ea1/file-icons/folder_type_light_mysql_opened.svg +0 -1
  1393. package/static/95c7ea1/file-icons/folder_type_light_node.svg +0 -1
  1394. package/static/95c7ea1/file-icons/folder_type_light_node_opened.svg +0 -1
  1395. package/static/95c7ea1/file-icons/folder_type_light_redux.svg +0 -1
  1396. package/static/95c7ea1/file-icons/folder_type_light_redux_opened.svg +0 -1
  1397. package/static/95c7ea1/file-icons/folder_type_light_sass.svg +0 -1
  1398. package/static/95c7ea1/file-icons/folder_type_light_sass_opened.svg +0 -1
  1399. package/static/95c7ea1/file-icons/folder_type_linux.svg +0 -1
  1400. package/static/95c7ea1/file-icons/folder_type_linux_opened.svg +0 -1
  1401. package/static/95c7ea1/file-icons/folder_type_locale.svg +0 -1
  1402. package/static/95c7ea1/file-icons/folder_type_locale_opened.svg +0 -1
  1403. package/static/95c7ea1/file-icons/folder_type_log.svg +0 -1
  1404. package/static/95c7ea1/file-icons/folder_type_log_opened.svg +0 -1
  1405. package/static/95c7ea1/file-icons/folder_type_macos.svg +0 -1
  1406. package/static/95c7ea1/file-icons/folder_type_macos_opened.svg +0 -1
  1407. package/static/95c7ea1/file-icons/folder_type_mariadb.svg +0 -1
  1408. package/static/95c7ea1/file-icons/folder_type_mariadb_opened.svg +0 -1
  1409. package/static/95c7ea1/file-icons/folder_type_maven.svg +0 -1
  1410. package/static/95c7ea1/file-icons/folder_type_maven_opened.svg +0 -1
  1411. package/static/95c7ea1/file-icons/folder_type_mediawiki.svg +0 -1
  1412. package/static/95c7ea1/file-icons/folder_type_mediawiki_opened.svg +0 -1
  1413. package/static/95c7ea1/file-icons/folder_type_memcached.svg +0 -1
  1414. package/static/95c7ea1/file-icons/folder_type_memcached_opened.svg +0 -1
  1415. package/static/95c7ea1/file-icons/folder_type_meteor.svg +0 -1
  1416. package/static/95c7ea1/file-icons/folder_type_meteor_opened.svg +0 -1
  1417. package/static/95c7ea1/file-icons/folder_type_middleware.svg +0 -1
  1418. package/static/95c7ea1/file-icons/folder_type_middleware_opened.svg +0 -1
  1419. package/static/95c7ea1/file-icons/folder_type_minikube.svg +0 -1
  1420. package/static/95c7ea1/file-icons/folder_type_minikube_opened.svg +0 -1
  1421. package/static/95c7ea1/file-icons/folder_type_mjml.svg +0 -1
  1422. package/static/95c7ea1/file-icons/folder_type_mjml_opened.svg +0 -1
  1423. package/static/95c7ea1/file-icons/folder_type_mock.svg +0 -1
  1424. package/static/95c7ea1/file-icons/folder_type_mock_opened.svg +0 -1
  1425. package/static/95c7ea1/file-icons/folder_type_model.svg +0 -1
  1426. package/static/95c7ea1/file-icons/folder_type_model_opened.svg +0 -1
  1427. package/static/95c7ea1/file-icons/folder_type_module.svg +0 -1
  1428. package/static/95c7ea1/file-icons/folder_type_module_opened.svg +0 -1
  1429. package/static/95c7ea1/file-icons/folder_type_mojo.svg +0 -1
  1430. package/static/95c7ea1/file-icons/folder_type_mojo_opened.svg +0 -1
  1431. package/static/95c7ea1/file-icons/folder_type_mongodb.svg +0 -1
  1432. package/static/95c7ea1/file-icons/folder_type_mongodb_opened.svg +0 -1
  1433. package/static/95c7ea1/file-icons/folder_type_mysql.svg +0 -1
  1434. package/static/95c7ea1/file-icons/folder_type_mysql_opened.svg +0 -1
  1435. package/static/95c7ea1/file-icons/folder_type_next.svg +0 -1
  1436. package/static/95c7ea1/file-icons/folder_type_next_opened.svg +0 -1
  1437. package/static/95c7ea1/file-icons/folder_type_nginx.svg +0 -1
  1438. package/static/95c7ea1/file-icons/folder_type_nginx_opened.svg +0 -1
  1439. package/static/95c7ea1/file-icons/folder_type_nix.svg +0 -1
  1440. package/static/95c7ea1/file-icons/folder_type_nix_opened.svg +0 -1
  1441. package/static/95c7ea1/file-icons/folder_type_node.svg +0 -1
  1442. package/static/95c7ea1/file-icons/folder_type_node_opened.svg +0 -1
  1443. package/static/95c7ea1/file-icons/folder_type_notebooks.svg +0 -1
  1444. package/static/95c7ea1/file-icons/folder_type_notebooks_opened.svg +0 -1
  1445. package/static/95c7ea1/file-icons/folder_type_notification.svg +0 -1
  1446. package/static/95c7ea1/file-icons/folder_type_notification_opened.svg +0 -1
  1447. package/static/95c7ea1/file-icons/folder_type_nuget.svg +0 -1
  1448. package/static/95c7ea1/file-icons/folder_type_nuget_opened.svg +0 -1
  1449. package/static/95c7ea1/file-icons/folder_type_nuxt.svg +0 -1
  1450. package/static/95c7ea1/file-icons/folder_type_nuxt_opened.svg +0 -1
  1451. package/static/95c7ea1/file-icons/folder_type_package.svg +0 -1
  1452. package/static/95c7ea1/file-icons/folder_type_package_opened.svg +0 -1
  1453. package/static/95c7ea1/file-icons/folder_type_paket.svg +0 -1
  1454. package/static/95c7ea1/file-icons/folder_type_paket_opened.svg +0 -1
  1455. package/static/95c7ea1/file-icons/folder_type_php.svg +0 -1
  1456. package/static/95c7ea1/file-icons/folder_type_php_opened.svg +0 -1
  1457. package/static/95c7ea1/file-icons/folder_type_platformio.svg +0 -1
  1458. package/static/95c7ea1/file-icons/folder_type_platformio_opened.svg +0 -1
  1459. package/static/95c7ea1/file-icons/folder_type_plugin.svg +0 -1
  1460. package/static/95c7ea1/file-icons/folder_type_plugin_opened.svg +0 -1
  1461. package/static/95c7ea1/file-icons/folder_type_prisma.svg +0 -1
  1462. package/static/95c7ea1/file-icons/folder_type_prisma_opened.svg +0 -1
  1463. package/static/95c7ea1/file-icons/folder_type_private.svg +0 -1
  1464. package/static/95c7ea1/file-icons/folder_type_private_opened.svg +0 -1
  1465. package/static/95c7ea1/file-icons/folder_type_public.svg +0 -1
  1466. package/static/95c7ea1/file-icons/folder_type_public_opened.svg +0 -1
  1467. package/static/95c7ea1/file-icons/folder_type_python.svg +0 -1
  1468. package/static/95c7ea1/file-icons/folder_type_python_opened.svg +0 -1
  1469. package/static/95c7ea1/file-icons/folder_type_ravendb.svg +0 -1
  1470. package/static/95c7ea1/file-icons/folder_type_ravendb_opened.svg +0 -1
  1471. package/static/95c7ea1/file-icons/folder_type_redis.svg +0 -1
  1472. package/static/95c7ea1/file-icons/folder_type_redis_opened.svg +0 -1
  1473. package/static/95c7ea1/file-icons/folder_type_redux.svg +0 -1
  1474. package/static/95c7ea1/file-icons/folder_type_redux_opened.svg +0 -1
  1475. package/static/95c7ea1/file-icons/folder_type_route.svg +0 -1
  1476. package/static/95c7ea1/file-icons/folder_type_route_opened.svg +0 -1
  1477. package/static/95c7ea1/file-icons/folder_type_sass.svg +0 -1
  1478. package/static/95c7ea1/file-icons/folder_type_sass_opened.svg +0 -1
  1479. package/static/95c7ea1/file-icons/folder_type_script.svg +0 -1
  1480. package/static/95c7ea1/file-icons/folder_type_script_opened.svg +0 -1
  1481. package/static/95c7ea1/file-icons/folder_type_server.svg +0 -1
  1482. package/static/95c7ea1/file-icons/folder_type_server_opened.svg +0 -1
  1483. package/static/95c7ea1/file-icons/folder_type_services.svg +0 -1
  1484. package/static/95c7ea1/file-icons/folder_type_services_opened.svg +0 -1
  1485. package/static/95c7ea1/file-icons/folder_type_shared.svg +0 -1
  1486. package/static/95c7ea1/file-icons/folder_type_shared_opened.svg +0 -1
  1487. package/static/95c7ea1/file-icons/folder_type_snaplet.svg +0 -1
  1488. package/static/95c7ea1/file-icons/folder_type_snaplet_opened.svg +0 -1
  1489. package/static/95c7ea1/file-icons/folder_type_spin.svg +0 -1
  1490. package/static/95c7ea1/file-icons/folder_type_spin_opened.svg +0 -1
  1491. package/static/95c7ea1/file-icons/folder_type_src.svg +0 -1
  1492. package/static/95c7ea1/file-icons/folder_type_src_opened.svg +0 -1
  1493. package/static/95c7ea1/file-icons/folder_type_sso.svg +0 -1
  1494. package/static/95c7ea1/file-icons/folder_type_sso_opened.svg +0 -1
  1495. package/static/95c7ea1/file-icons/folder_type_story.svg +0 -1
  1496. package/static/95c7ea1/file-icons/folder_type_story_opened.svg +0 -1
  1497. package/static/95c7ea1/file-icons/folder_type_style.svg +0 -1
  1498. package/static/95c7ea1/file-icons/folder_type_style_opened.svg +0 -1
  1499. package/static/95c7ea1/file-icons/folder_type_supabase.svg +0 -1
  1500. package/static/95c7ea1/file-icons/folder_type_supabase_opened.svg +0 -1
  1501. package/static/95c7ea1/file-icons/folder_type_svelte.svg +0 -1
  1502. package/static/95c7ea1/file-icons/folder_type_svelte_opened.svg +0 -1
  1503. package/static/95c7ea1/file-icons/folder_type_tauri.svg +0 -1
  1504. package/static/95c7ea1/file-icons/folder_type_tauri_opened.svg +0 -1
  1505. package/static/95c7ea1/file-icons/folder_type_temp.svg +0 -1
  1506. package/static/95c7ea1/file-icons/folder_type_temp_opened.svg +0 -1
  1507. package/static/95c7ea1/file-icons/folder_type_template.svg +0 -1
  1508. package/static/95c7ea1/file-icons/folder_type_template_opened.svg +0 -1
  1509. package/static/95c7ea1/file-icons/folder_type_test.svg +0 -1
  1510. package/static/95c7ea1/file-icons/folder_type_test_opened.svg +0 -1
  1511. package/static/95c7ea1/file-icons/folder_type_theme.svg +0 -1
  1512. package/static/95c7ea1/file-icons/folder_type_theme_opened.svg +0 -1
  1513. package/static/95c7ea1/file-icons/folder_type_tools.svg +0 -1
  1514. package/static/95c7ea1/file-icons/folder_type_tools_opened.svg +0 -1
  1515. package/static/95c7ea1/file-icons/folder_type_travis.svg +0 -1
  1516. package/static/95c7ea1/file-icons/folder_type_travis_opened.svg +0 -1
  1517. package/static/95c7ea1/file-icons/folder_type_trunk.svg +0 -1
  1518. package/static/95c7ea1/file-icons/folder_type_trunk_opened.svg +0 -1
  1519. package/static/95c7ea1/file-icons/folder_type_turbo.svg +0 -1
  1520. package/static/95c7ea1/file-icons/folder_type_turbo_opened.svg +0 -1
  1521. package/static/95c7ea1/file-icons/folder_type_typescript.svg +0 -1
  1522. package/static/95c7ea1/file-icons/folder_type_typescript_opened.svg +0 -1
  1523. package/static/95c7ea1/file-icons/folder_type_typings.svg +0 -1
  1524. package/static/95c7ea1/file-icons/folder_type_typings2.svg +0 -1
  1525. package/static/95c7ea1/file-icons/folder_type_typings2_opened.svg +0 -1
  1526. package/static/95c7ea1/file-icons/folder_type_typings_opened.svg +0 -1
  1527. package/static/95c7ea1/file-icons/folder_type_vagrant.svg +0 -1
  1528. package/static/95c7ea1/file-icons/folder_type_vagrant_opened.svg +0 -1
  1529. package/static/95c7ea1/file-icons/folder_type_vercel.svg +0 -1
  1530. package/static/95c7ea1/file-icons/folder_type_vercel_opened.svg +0 -1
  1531. package/static/95c7ea1/file-icons/folder_type_video.svg +0 -1
  1532. package/static/95c7ea1/file-icons/folder_type_video_opened.svg +0 -1
  1533. package/static/95c7ea1/file-icons/folder_type_view.svg +0 -1
  1534. package/static/95c7ea1/file-icons/folder_type_view_opened.svg +0 -1
  1535. package/static/95c7ea1/file-icons/folder_type_vs.svg +0 -1
  1536. package/static/95c7ea1/file-icons/folder_type_vs2.svg +0 -1
  1537. package/static/95c7ea1/file-icons/folder_type_vs2_opened.svg +0 -1
  1538. package/static/95c7ea1/file-icons/folder_type_vs_opened.svg +0 -1
  1539. package/static/95c7ea1/file-icons/folder_type_vscode.svg +0 -1
  1540. package/static/95c7ea1/file-icons/folder_type_vscode2.svg +0 -1
  1541. package/static/95c7ea1/file-icons/folder_type_vscode2_opened.svg +0 -1
  1542. package/static/95c7ea1/file-icons/folder_type_vscode3.svg +0 -1
  1543. package/static/95c7ea1/file-icons/folder_type_vscode3_opened.svg +0 -1
  1544. package/static/95c7ea1/file-icons/folder_type_vscode_opened.svg +0 -1
  1545. package/static/95c7ea1/file-icons/folder_type_vscode_test.svg +0 -1
  1546. package/static/95c7ea1/file-icons/folder_type_vscode_test2.svg +0 -1
  1547. package/static/95c7ea1/file-icons/folder_type_vscode_test2_opened.svg +0 -1
  1548. package/static/95c7ea1/file-icons/folder_type_vscode_test3.svg +0 -1
  1549. package/static/95c7ea1/file-icons/folder_type_vscode_test3_opened.svg +0 -1
  1550. package/static/95c7ea1/file-icons/folder_type_vscode_test_opened.svg +0 -1
  1551. package/static/95c7ea1/file-icons/folder_type_webpack.svg +0 -1
  1552. package/static/95c7ea1/file-icons/folder_type_webpack_opened.svg +0 -1
  1553. package/static/95c7ea1/file-icons/folder_type_windows.svg +0 -1
  1554. package/static/95c7ea1/file-icons/folder_type_windows_opened.svg +0 -1
  1555. package/static/95c7ea1/file-icons/folder_type_wit.svg +0 -1
  1556. package/static/95c7ea1/file-icons/folder_type_wit_opened.svg +0 -1
  1557. package/static/95c7ea1/file-icons/folder_type_www.svg +0 -1
  1558. package/static/95c7ea1/file-icons/folder_type_www_opened.svg +0 -1
  1559. package/static/95c7ea1/file-icons/folder_type_yarn.svg +0 -1
  1560. package/static/95c7ea1/file-icons/folder_type_yarn_opened.svg +0 -1
  1561. package/static/95c7ea1/fonts/FiraCode-VariableFont.ttf +0 -0
  1562. package/static/95c7ea1/icons/add.svg +0 -1
  1563. package/static/95c7ea1/icons/arrow-down.svg +0 -3
  1564. package/static/95c7ea1/icons/arrow-left.svg +0 -3
  1565. package/static/95c7ea1/icons/arrow-right.svg +0 -3
  1566. package/static/95c7ea1/icons/arrow-up.svg +0 -3
  1567. package/static/95c7ea1/icons/blank.svg +0 -1
  1568. package/static/95c7ea1/icons/book.svg +0 -1
  1569. package/static/95c7ea1/icons/case-sensitive.svg +0 -1
  1570. package/static/95c7ea1/icons/check.svg +0 -1
  1571. package/static/95c7ea1/icons/chevron-down.svg +0 -1
  1572. package/static/95c7ea1/icons/chevron-left.svg +0 -1
  1573. package/static/95c7ea1/icons/chevron-right.svg +0 -3
  1574. package/static/95c7ea1/icons/chevron-up.svg +0 -1
  1575. package/static/95c7ea1/icons/chrome-close.svg +0 -3
  1576. package/static/95c7ea1/icons/chrome-maximize.svg +0 -3
  1577. package/static/95c7ea1/icons/chrome-minimize.svg +0 -3
  1578. package/static/95c7ea1/icons/chrome-restore.svg +0 -1
  1579. package/static/95c7ea1/icons/circle-filled.svg +0 -1
  1580. package/static/95c7ea1/icons/clear-all.svg +0 -1
  1581. package/static/95c7ea1/icons/close.svg +0 -1
  1582. package/static/95c7ea1/icons/cloud.svg +0 -1
  1583. package/static/95c7ea1/icons/collapse-all.svg +0 -1
  1584. package/static/95c7ea1/icons/debug-all.svg +0 -1
  1585. package/static/95c7ea1/icons/debug-alt-2.svg +0 -3
  1586. package/static/95c7ea1/icons/debug-alt-small.svg +0 -1
  1587. package/static/95c7ea1/icons/debug-alt.svg +0 -1
  1588. package/static/95c7ea1/icons/debug-breakpoint-conditional-unverified.svg +0 -1
  1589. package/static/95c7ea1/icons/debug-breakpoint-conditional.svg +0 -1
  1590. package/static/95c7ea1/icons/debug-breakpoint-data-unverified.svg +0 -1
  1591. package/static/95c7ea1/icons/debug-breakpoint-data.svg +0 -1
  1592. package/static/95c7ea1/icons/debug-breakpoint-function-unverified.svg +0 -1
  1593. package/static/95c7ea1/icons/debug-breakpoint-function.svg +0 -1
  1594. package/static/95c7ea1/icons/debug-breakpoint-log-unverified.svg +0 -1
  1595. package/static/95c7ea1/icons/debug-breakpoint-log.svg +0 -1
  1596. package/static/95c7ea1/icons/debug-breakpoint-unsupported.svg +0 -1
  1597. package/static/95c7ea1/icons/debug-console.svg +0 -1
  1598. package/static/95c7ea1/icons/debug-continue-small.svg +0 -1
  1599. package/static/95c7ea1/icons/debug-continue.svg +0 -1
  1600. package/static/95c7ea1/icons/debug-coverage.svg +0 -1
  1601. package/static/95c7ea1/icons/debug-disconnect.svg +0 -1
  1602. package/static/95c7ea1/icons/debug-line-by-line.svg +0 -1
  1603. package/static/95c7ea1/icons/debug-pause.svg +0 -1
  1604. package/static/95c7ea1/icons/debug-rerun.svg +0 -1
  1605. package/static/95c7ea1/icons/debug-restart-frame.svg +0 -1
  1606. package/static/95c7ea1/icons/debug-restart.svg +0 -1
  1607. package/static/95c7ea1/icons/debug-reverse-continue.svg +0 -1
  1608. package/static/95c7ea1/icons/debug-stackframe-active.svg +0 -1
  1609. package/static/95c7ea1/icons/debug-stackframe.svg +0 -1
  1610. package/static/95c7ea1/icons/debug-start.svg +0 -1
  1611. package/static/95c7ea1/icons/debug-step-back.svg +0 -1
  1612. package/static/95c7ea1/icons/debug-step-into.svg +0 -1
  1613. package/static/95c7ea1/icons/debug-step-out.svg +0 -1
  1614. package/static/95c7ea1/icons/debug-step-over.svg +0 -1
  1615. package/static/95c7ea1/icons/debug-stop.svg +0 -1
  1616. package/static/95c7ea1/icons/debug.svg +0 -1
  1617. package/static/95c7ea1/icons/discard.svg +0 -1
  1618. package/static/95c7ea1/icons/edit.svg +0 -1
  1619. package/static/95c7ea1/icons/ellipsis.svg +0 -5
  1620. package/static/95c7ea1/icons/error.svg +0 -1
  1621. package/static/95c7ea1/icons/exclude.svg +0 -1
  1622. package/static/95c7ea1/icons/extensionDefaultIcon.png +0 -0
  1623. package/static/95c7ea1/icons/extensions.svg +0 -3
  1624. package/static/95c7ea1/icons/files.svg +0 -3
  1625. package/static/95c7ea1/icons/filter.svg +0 -1
  1626. package/static/95c7ea1/icons/go-to-file.svg +0 -1
  1627. package/static/95c7ea1/icons/icon-close.svg +0 -3
  1628. package/static/95c7ea1/icons/icon-source-control.svg +0 -3
  1629. package/static/95c7ea1/icons/icon-sync.svg +0 -1
  1630. package/static/95c7ea1/icons/icon.png +0 -0
  1631. package/static/95c7ea1/icons/icon.svg +0 -3
  1632. package/static/95c7ea1/icons/info.svg +0 -1
  1633. package/static/95c7ea1/icons/language-icon.svg +0 -1
  1634. package/static/95c7ea1/icons/link-external.svg +0 -1
  1635. package/static/95c7ea1/icons/list-flat.svg +0 -1
  1636. package/static/95c7ea1/icons/list-tree.svg +0 -1
  1637. package/static/95c7ea1/icons/new-file.svg +0 -1
  1638. package/static/95c7ea1/icons/new-folder.svg +0 -1
  1639. package/static/95c7ea1/icons/newline.svg +0 -1
  1640. package/static/95c7ea1/icons/open-preview.svg +0 -1
  1641. package/static/95c7ea1/icons/play.svg +0 -1
  1642. package/static/95c7ea1/icons/preserve-case.svg +0 -1
  1643. package/static/95c7ea1/icons/progress.svg +0 -1
  1644. package/static/95c7ea1/icons/pwa-icon-192.png +0 -0
  1645. package/static/95c7ea1/icons/pwa-icon-512.png +0 -0
  1646. package/static/95c7ea1/icons/record-keys.svg +0 -1
  1647. package/static/95c7ea1/icons/refresh.svg +0 -1
  1648. package/static/95c7ea1/icons/regex.svg +0 -1
  1649. package/static/95c7ea1/icons/remove.svg +0 -1
  1650. package/static/95c7ea1/icons/replace-all.svg +0 -1
  1651. package/static/95c7ea1/icons/replace.svg +0 -1
  1652. package/static/95c7ea1/icons/run-all.svg +0 -1
  1653. package/static/95c7ea1/icons/search.svg +0 -3
  1654. package/static/95c7ea1/icons/settings-gear.svg +0 -3
  1655. package/static/95c7ea1/icons/source-control.svg +0 -3
  1656. package/static/95c7ea1/icons/split-horizontal.svg +0 -1
  1657. package/static/95c7ea1/icons/squiggly-error.svg +0 -1
  1658. package/static/95c7ea1/icons/squiggly-warning.svg +0 -1
  1659. package/static/95c7ea1/icons/symbol-array.svg +0 -3
  1660. package/static/95c7ea1/icons/symbol-boolean.svg +0 -3
  1661. package/static/95c7ea1/icons/symbol-class.svg +0 -3
  1662. package/static/95c7ea1/icons/symbol-color.svg +0 -3
  1663. package/static/95c7ea1/icons/symbol-constant.svg +0 -4
  1664. package/static/95c7ea1/icons/symbol-enum-member.svg +0 -3
  1665. package/static/95c7ea1/icons/symbol-enum.svg +0 -3
  1666. package/static/95c7ea1/icons/symbol-event.svg +0 -3
  1667. package/static/95c7ea1/icons/symbol-field.svg +0 -3
  1668. package/static/95c7ea1/icons/symbol-file.svg +0 -3
  1669. package/static/95c7ea1/icons/symbol-interface.svg +0 -3
  1670. package/static/95c7ea1/icons/symbol-key.svg +0 -3
  1671. package/static/95c7ea1/icons/symbol-keyword.svg +0 -3
  1672. package/static/95c7ea1/icons/symbol-method.svg +0 -3
  1673. package/static/95c7ea1/icons/symbol-misc.svg +0 -3
  1674. package/static/95c7ea1/icons/symbol-namespace.svg +0 -3
  1675. package/static/95c7ea1/icons/symbol-numeric.svg +0 -3
  1676. package/static/95c7ea1/icons/symbol-operator.svg +0 -3
  1677. package/static/95c7ea1/icons/symbol-parameter.svg +0 -3
  1678. package/static/95c7ea1/icons/symbol-property.svg +0 -3
  1679. package/static/95c7ea1/icons/symbol-ruler.svg +0 -3
  1680. package/static/95c7ea1/icons/symbol-snippet.svg +0 -3
  1681. package/static/95c7ea1/icons/symbol-string.svg +0 -3
  1682. package/static/95c7ea1/icons/symbol-structure.svg +0 -3
  1683. package/static/95c7ea1/icons/symbol-variable.svg +0 -3
  1684. package/static/95c7ea1/icons/tag.svg +0 -1
  1685. package/static/95c7ea1/icons/terminal-bash.svg +0 -1
  1686. package/static/95c7ea1/icons/terminal.svg +0 -1
  1687. package/static/95c7ea1/icons/theme-icon.png +0 -0
  1688. package/static/95c7ea1/icons/trash.svg +0 -1
  1689. package/static/95c7ea1/icons/triangle-down.svg +0 -1
  1690. package/static/95c7ea1/icons/triangle-left.svg +0 -1
  1691. package/static/95c7ea1/icons/triangle-right.svg +0 -1
  1692. package/static/95c7ea1/icons/triangle-up.svg +0 -1
  1693. package/static/95c7ea1/icons/warning.svg +0 -1
  1694. package/static/95c7ea1/icons/whole-word.svg +0 -1
  1695. package/static/95c7ea1/icons/zoom-in.svg +0 -1
  1696. package/static/95c7ea1/icons/zoom-out.svg +0 -1
  1697. package/static/95c7ea1/js/babel-parser.js +0 -14154
  1698. package/static/95c7ea1/js/blob-util.js +0 -149
  1699. package/static/95c7ea1/js/idb/async-iterators.js +0 -56
  1700. package/static/95c7ea1/js/idb/index.js +0 -99
  1701. package/static/95c7ea1/js/idb/with-async-ittr.js +0 -4
  1702. package/static/95c7ea1/js/idb/wrap-idb-value.js +0 -190
  1703. package/static/95c7ea1/js/js-base64.js +0 -296
  1704. package/static/95c7ea1/js/ky.js +0 -489
  1705. package/static/95c7ea1/js/lvce-editor-import-script.js +0 -5
  1706. package/static/95c7ea1/js/lvce-editor-ipc.js +0 -735
  1707. package/static/95c7ea1/js/lvce-editor-json-rpc.js +0 -383
  1708. package/static/95c7ea1/js/lvce-editor-verror.js +0 -55
  1709. package/static/95c7ea1/js/marked.js +0 -1990
  1710. package/static/95c7ea1/js/p-min-delay.js +0 -7
  1711. package/static/95c7ea1/js/pretty-bytes.js +0 -94
  1712. package/static/95c7ea1/js/preview-injected.js +0 -101
  1713. package/static/95c7ea1/js/yoctodelay.js +0 -2
  1714. package/static/95c7ea1/lib-css/termterm.css +0 -39
  1715. package/static/95c7ea1/manifest.json +0 -26
  1716. package/static/95c7ea1/packages/about-view-worker/dist/aboutWorkerMain.js +0 -1556
  1717. package/static/95c7ea1/packages/diff-worker/dist/diffWorkerMain.js +0 -886
  1718. package/static/95c7ea1/packages/editor-worker/dist/editorWorkerMain.js +0 -11885
  1719. package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js +0 -1067
  1720. package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -1
  1721. package/static/95c7ea1/packages/embeds-worker/src/embedsWorkerMain.ts +0 -3
  1722. package/static/95c7ea1/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -94
  1723. package/static/95c7ea1/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -6
  1724. package/static/95c7ea1/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -1
  1725. package/static/95c7ea1/packages/embeds-worker/src/parts/Command/Command.ts +0 -10
  1726. package/static/95c7ea1/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -26
  1727. package/static/95c7ea1/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -17
  1728. package/static/95c7ea1/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -117
  1729. package/static/95c7ea1/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -25
  1730. package/static/95c7ea1/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -3
  1731. package/static/95c7ea1/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -4
  1732. package/static/95c7ea1/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -35
  1733. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -13
  1734. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -14
  1735. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -14
  1736. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -4
  1737. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -7
  1738. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -39
  1739. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -14
  1740. package/static/95c7ea1/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -2
  1741. package/static/95c7ea1/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -10
  1742. package/static/95c7ea1/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -13
  1743. package/static/95c7ea1/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -3
  1744. package/static/95c7ea1/packages/embeds-worker/src/parts/Main/Main.ts +0 -5
  1745. package/static/95c7ea1/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -1
  1746. package/static/95c7ea1/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -21
  1747. package/static/95c7ea1/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -2730
  1748. package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -989
  1749. package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -1
  1750. package/static/95c7ea1/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -3
  1751. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -14
  1752. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -71
  1753. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -16
  1754. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -42
  1755. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -11
  1756. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -20
  1757. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -126
  1758. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -10
  1759. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -5
  1760. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -17
  1761. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -4
  1762. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -3
  1763. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -28
  1764. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -33
  1765. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -49
  1766. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -9
  1767. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -11
  1768. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -9
  1769. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -12
  1770. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -10
  1771. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -7
  1772. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -12
  1773. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -8
  1774. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -12
  1775. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -18
  1776. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -24
  1777. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -40
  1778. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -54
  1779. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -6
  1780. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -3
  1781. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -16
  1782. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -6
  1783. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -2
  1784. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -9
  1785. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -16
  1786. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -1
  1787. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -19
  1788. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -14
  1789. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -11
  1790. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -5
  1791. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -20
  1792. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -9
  1793. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -19
  1794. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -5
  1795. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -139
  1796. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -3
  1797. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -1
  1798. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -78
  1799. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -11
  1800. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -13
  1801. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -27
  1802. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -13
  1803. package/static/95c7ea1/packages/extension-host-worker/dist/extensionHostWorkerMain.js +0 -3813
  1804. package/static/95c7ea1/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -1468
  1805. package/static/95c7ea1/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -1835
  1806. package/static/95c7ea1/packages/iframe-worker/dist/iframeWorkerMain.js +0 -1349
  1807. package/static/95c7ea1/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -1915
  1808. package/static/95c7ea1/packages/renderer-process/LICENSE +0 -21
  1809. package/static/95c7ea1/packages/renderer-process/README.md +0 -1
  1810. package/static/95c7ea1/packages/renderer-process/dist/rendererProcessMain.js +0 -11834
  1811. package/static/95c7ea1/packages/renderer-process/package.json +0 -27
  1812. package/static/95c7ea1/packages/renderer-worker/dist/rendererWorkerMain.js +0 -39165
  1813. package/static/95c7ea1/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -1109
  1814. package/static/95c7ea1/packages/terminal-worker/dist/terminalWorkerMain.js +0 -2971
  1815. package/static/95c7ea1/packages/test-worker/dist/testWorkerMain.js +0 -2140
  1816. package/static/95c7ea1/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -4267
  1817. package/static/95c7ea1/playground/languages/index.cpp +0 -22
  1818. package/static/95c7ea1/playground/languages/index.css +0 -19
  1819. package/static/95c7ea1/playground/languages/index.csv +0 -3
  1820. package/static/95c7ea1/playground/languages/index.dart +0 -3
  1821. package/static/95c7ea1/playground/languages/index.env +0 -1
  1822. package/static/95c7ea1/playground/languages/index.ex +0 -8
  1823. package/static/95c7ea1/playground/languages/index.html +0 -1
  1824. package/static/95c7ea1/playground/languages/index.java +0 -5
  1825. package/static/95c7ea1/playground/languages/index.jl +0 -14
  1826. package/static/95c7ea1/playground/languages/index.js +0 -3
  1827. package/static/95c7ea1/playground/languages/index.json +0 -3
  1828. package/static/95c7ea1/playground/languages/index.kt +0 -3
  1829. package/static/95c7ea1/playground/languages/index.pl +0 -11
  1830. package/static/95c7ea1/playground/languages/index.py +0 -25
  1831. package/static/95c7ea1/playground/languages/index.ts +0 -3
  1832. package/static/95c7ea1/playground/languages/scrolling.txt +0 -100
  1833. package/static/95c7ea1/playground/languages/tsconfig.json +0 -24
  1834. package/static/95c7ea1/playground/sample-folder/a.txt +0 -0
  1835. package/static/95c7ea1/playground/sample-folder/b.txt +0 -0
  1836. package/static/95c7ea1/playground/sample-folder/c.txt +0 -0
  1837. package/static/favicon.ico +0 -0
  1838. package/static/index.html +0 -14
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="36.036" x2="171.04" y1="171.21" y2="36.209" gradientTransform="translate(-93.833 -117.64)scale(1.2523)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#F42929"/><stop offset=".495" stop-color="#FF8A3F"/><stop offset="1" stop-color="#E5E938"/></linearGradient></defs><path fill="url(#a)" fill-rule="evenodd" d="M78.693-71.892 36.408-29.608H-5.876L-48.16 12.675h42.284V54.96H-48.16v42.284h42.284V54.96h42.284v42.284L78.693 54.96V12.675l42.284-42.283v-42.284z" clip-rule="evenodd" transform="translate(10.022 13.873)scale(.16512)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M13.4 20.7a4.81 4.81 0 0 0 1.251-6.683l-3.963 2.712a2.4 2.4 0 0 1-2.712-3.971l3.621-2.479 2.324-1.593A4.81 4.81 0 0 0 15.168 2L11.2 4.72 5.259 8.784l-.008.008A7.212 7.212 0 0 0 13.4 20.7M18.61 11.3a.1.1 0 0 0-.031.023za4.81 4.81 0 0 0-1.251 6.683l3.963-2.712a2.407 2.407 0 0 1 2.72 3.971l-3.621 2.479-2.331 1.596A4.81 4.81 0 0 0 16.838 30l3.962-2.712 5.945-4.072A7.213 7.213 0 0 0 18.61 11.3" style="fill:#005a92"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#00f" d="M7.342 4.635a.9.9 0 0 1-.2.315C5.908 6.416 5.488 8.449 5.62 10.313c.128 1.375.523 2.666 1.371 3.77.07.099.07.099.07.19l.139.048c.077.084.077.084.153.193.377.498.86.867 1.36 1.229l.08.058c.129.092.253.169.392.234l.12.066v.092q.12.05.235.095c.139.07.274.15.41.223a11 11 0 0 0 1.067.548q.19.083.38.183c.172.088.348.161.53.23q.494.189.988.388.626.254 1.257.497 1.003.394 1.99.838.218.095.442.19c1.353.581 2.8 1.576 3.375 2.987.413 1.155.383 2.607-.136 3.726-.15.3-.318.592-.519.859l-.102.135c-.366.46-.808.841-1.35 1.082h-.095v.096c-.12.05-.12.05-.288.11l-.088.028c-.296.103-.589.194-.885.282l-.099.03a3 3 0 0 1-.278.061l-.128.03c-.932.153-1.934.113-2.866-.03l-.168-.021c-.402-.066-.783-.194-1.17-.326l-.157-.055c-.264-.091-.483-.179-.706-.343a5 5 0 0 0-.238-.103c-.585-.256-1.078-.68-1.54-1.115l-.123-.117a8.4 8.4 0 0 1-.852-.984 6 6 0 0 0-.14-.179 4 4 0 0 1-.365-.566 6 6 0 0 0-.146-.26c-.63-1.06-1.002-2.216-1.276-3.419l-.037-.168c-.223-.994-.223-.994-.172-1.261l-.025-.114a1.2 1.2 0 0 0-.713-.043c-.088.036-.088.036-.128.124-.073.3-.04.618-.03.921.004.106.004.209.008.311q.005.405.018.812.016.498.022.99.007.389.018.772l.004.143.011.267q.001.144-.004.288h-.095c-.077-.091-.077-.091-.164-.219l-.103-.139-.106-.153-.055-.08a27 27 0 0 1-.365-.531l-.095-.132a8 8 0 0 1-.315-.544l-.062-.11-.186-.337-.055-.098a7 7 0 0 1-.46-.958 7 7 0 0 0-.158-.37 12.8 12.8 0 0 1-.87-3.393l-.015-.124A13.5 13.5 0 0 1 2.3 12.95q.044-.22.08-.446c.074-.432.198-.838.337-1.25q.055-.172.11-.337c.113-.366.237-.706.42-1.042q.088-.178.157-.362c.096-.245.216-.476.344-.71l.07-.12q.264-.471.574-.914l.08-.114c.673-.99 1.48-1.96 2.432-2.698.117-.091.117-.091.237-.216.106-.106.106-.106.201-.106z"/><path fill="red" d="m19.324 2.482.099.029c.757.22 1.543.526 2.146 1.045l.238.19.117.096q.109.087.223.164l.077.066v.095l.08.04c.526.264.965 1.09 1.232 1.598l.08.143c.414.727.706 1.524.922 2.332.018.07.04.14.058.209.103.362.172.724.234 1.09l.033.182c.077.49.077.49.063.582-.019.113-.019.113.014.281.19.117.432.102.647.08.106-.025.106-.025.194-.08.172-.307.095-.75.08-1.086q-.003-.166-.007-.333a36 36 0 0 0-.022-.88c-.01-.359-.014-.714-.022-1.072a64 64 0 0 0-.018-.834l-.004-.153-.01-.289-.004-.124-.004-.114.011-.076h.095c.07.073.07.073.154.171.095.114.186.22.288.322 1.006 1.006 1.006 1.006 1.006 1.331h.095q.121.17.234.347l.07.106c.65 1.031 1.107 2.103 1.52 3.247l.04.11c.224.629.352 1.29.476 1.949l.026.135c.256 1.39.212 2.965-.026 4.358l-.018.12c-.201 1.197-.56 2.41-1.093 3.5-.063.124-.063.124-.106.278l-.048.124h-.091a8 8 0 0 0-.048.282l-.047.095h-.092l-.036.11c-.08.234-.209.431-.344.64l-.08.131c-.483.764-.483.764-.666.99h-.091q-.022.05-.037.1c-.07.168-.18.277-.3.405q-.066.07-.131.14l-.07.072q-.115.127-.223.256c-.205.23-.417.45-.636.67l-.12.124-.224.223-.084.07-.095-.048q.097-.147.205-.289a8 8 0 0 0 .636-1.02l.047-.088a4.7 4.7 0 0 0 .29-.717q.03-.11.069-.219l.03-.095q.036-.109.08-.212c.047-.12.073-.23.095-.355l.025-.135.022-.135.026-.14c.358-2.01.08-4.219-1.105-5.922l-.09-.125-.085-.117c-.775-1.02-1.814-1.71-2.921-2.318-.077-.04-.15-.084-.227-.128a5.4 5.4 0 0 0-.808-.37q-.306-.115-.607-.248a17 17 0 0 0-1.166-.442 13 13 0 0 1-.827-.31 7 7 0 0 0-.515-.176c-.326-.1-.648-.212-.97-.326l-.28-.099a20 20 0 0 1-1.098-.427c-.062-.026-.12-.052-.183-.077a6 6 0 0 1-.793-.384c-.106-.062-.106-.062-.252-.117-.194-.08-.366-.186-.545-.296l-.099-.062a4 4 0 0 1-.614-.48 3 3 0 0 0-.249-.208c-.738-.632-1.166-1.598-1.276-2.548-.091-1.254.1-2.57.944-3.558q.212-.24.446-.46h.095v-.095c.095-.077.095-.077.22-.165l.124-.084c.124-.077.124-.077.245-.128.113-.037.113-.037.197-.11.154-.11.322-.157.5-.215l.118-.037c.11-.033.22-.07.329-.102l.143-.048c1.213-.347 2.866-.336 4.069.048"/><path fill="#0f0" d="M11.788 2.386c0 .143 0 .143-.124.275-.055.05-.11.106-.165.157-.223.22-.42.435-.6.69-.05.067-.106.133-.157.198-.39.505-.709 1.028-1.012 1.587q-.059.11-.125.216c-.26.439-.376.965-.512 1.451l-.04.14-.036.127c-.037.121-.037.121-.085.227-.11.307-.102.647-.102.969v.724q-.005.114-.004.234v.11c0 .208.03.373.106.57l.044.22c.04.219.099.43.161.647.03.117.03.117.026.248l.003.103h.095c.037.098.037.098.074.237.091.282.212.53.358.786.091.158.143.296.175.476h.096c.131.171.186.245.186.468h.091q.114.142.216.296l.059.084c.084.12.15.227.193.37l.234.233c.092.092.18.19.267.285l.073.08c.121.129.234.257.351.385.227.252.454.482.713.698l.256.216.176.153.08.07.147.124.087.077.051.062c-.24-.007-.372-.033-.563-.186q-.126-.049-.252-.092a9 9 0 0 1-1.243-.61l-.08-.048c-.874-.515-.874-.515-1.042-.654v-.092l-.1-.036c-.178-.077-.306-.19-.453-.318l-.087-.077q-.35-.307-.673-.647l-.11-.11a6.4 6.4 0 0 1-1.48-2.417l-.033-.091c-.403-1.25-.209-2.797.314-3.982l.048-.11c.2-.45.413-.888.702-1.294l.087-.124c.296-.42.6-.834.998-1.163.147-.12.275-.26.406-.399l.099-.098.091-.099c.103-.088.202-.124.33-.176v-.09c.087-.07.087-.07.204-.15.044-.03.084-.06.132-.089l.132-.091a9 9 0 0 0 .23-.168c.205-.143.413-.26.632-.377.125-.062.125-.062.253-.15zm8.424 13.386c.315.037.578.26.826.443.103.07.18.091.297.12v.092c.062.033.124.062.186.095q.148.106.289.216l.08.062.165.131q.1.073.197.15a8.5 8.5 0 0 1 1.675 1.748l.058.08c.297.421.297.421.297.607h.095c.182.315.296.673.416 1.017.03.088.059.175.096.263.347.918.285 2.135.05 3.071l-.025.107c-.27 1.07-.713 2.043-1.426 2.892l-.139.168c-.819.99-1.912 1.711-3.09 2.216l-.11.047c-1.286.548-1.286.548-1.692.501l-.07-.033c.066-.058.066-.058.198-.132l.139-.084.153-.087c.37-.216.72-.436 1.053-.702.096-.07.096-.07.187-.07v-.095q.153-.133.318-.256l.088-.073c.226-.172.226-.172.35-.234.114-.059.129-.117.18-.23.062-.07.062-.07.143-.143l.117-.12c.117-.114.117-.114.255-.162a2 2 0 0 0 .096-.186q.075-.105.157-.208l.088-.11q.089-.115.179-.223c.102-.132.186-.27.27-.413l.051-.073h.095l.022-.106c.03-.147.077-.202.165-.319.073-.15.128-.307.186-.468l.059-.15c.146-.394.267-.793.366-1.206l.029-.128c.248-1.185.095-2.95-.545-3.989-.026-.062-.051-.12-.073-.183l-.037-.102q-.02-.054-.04-.106a7 7 0 0 0-.738-1.434l-.085-.15c-.138-.244-.31-.467-.479-.694l-.102-.14a8 8 0 0 0-.881-1.03c-.091-.092-.091-.092-.139-.187z"/><path fill="#fff" d="m19.649 3.699.143.044v.095l.11.033c.39.139.698.431.997.71.11.102.11.102.238.2l.103.088v.091l.084.04c.135.07.193.162.281.29l.084.124c.066.11.066.11.066.2-.139-.043-.139-.043-.23-.16-.19-.241-.454-.41-.706-.585a2.682 2.682 0 0 0-.885-.453l-.131-.044c-1.042-.322-2.14-.38-3.196-.066l-.143.04c-.79.256-1.528.86-1.927 1.587a3.08 3.08 0 0 0-.117 2.3c.282.694.78 1.393 1.441 1.77q.044.029.091.058c-.138.048-.138.048-.248-.004l-.12-.08a3 3 0 0 0-.472-.241 5 5 0 0 1-.768-.59l-.07-.061a2.2 2.2 0 0 1-.38-.472l-.084-.12c-.505-.768-.706-1.62-.541-2.534.179-.633.519-1.16.998-1.605q.093-.05.186-.096v-.091c.362-.267.754-.45 1.17-.61l.154-.07c.205-.088.413-.12.632-.15l.128-.018c1.086-.135 2.085.022 3.112.38m-4.117 16.94c.87.066 1.817.654 2.399 1.283.68.827.859 1.646.782 2.695-.124.834-.702 1.583-1.36 2.073a9 9 0 0 1-.417.267l-.12.08c-.279.18-.542.267-.864.34l-.288.077c-1.116.29-2.355.198-3.36-.354q-.094-.044-.187-.08a2 2 0 0 1-.377-.202v-.095l-.095-.033c-.197-.084-.329-.22-.482-.365l-.092-.085c-.164-.153-.164-.153-.22-.219v-.091c.147.055.268.15.396.245.5.35 1.027.512 1.616.643l.088.026c1.13.245 2.372-.146 3.33-.728.1-.073.187-.153.278-.234h.095v-.095l.3-.3c.483-.512.71-1.21.702-1.897v-.143c-.003-.717-.3-1.338-.793-1.854a7 7 0 0 0-.629-.534l-.095-.073c-.143-.098-.3-.15-.46-.208-.1-.044-.1-.044-.147-.139"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M9.68 4.63a2.7 2.7 0 0 0-.34.37S9 5.32 9 5.35s-.21.15-.21.21-.11.06-.09.09a.4.4 0 0 0-.2.2 3.8 3.8 0 0 0-.65.6 14 14 0 0 1-1.18 1.16s0 0 0 .09-.11.06-.21.16c-.27.29-.62.64-.88.88l-.22.22-.08.09a3.6 3.6 0 0 0-.63.68.09.09 0 0 1-.25.27l-.05.05a3.1 3.1 0 0 0-.61.59.7.7 0 0 0-.2.17c-.44.45-.7.72-.71.72l-.29.28-.28.28v15.63c0 .04.1.08.21-.06s.11-.12.13-.12 0-.05 0 0S5.12 25 6.87 23.27l1.2-1.19c.5-.51.91-.93.9-.95s.21-.13.18-.18.17-.1.17-.16.74-.72.72-.83 0-3.61 0-7.88V4.33a4 4 0 0 0-.37.34Zm11.68.07a3 3 0 0 0-.42.47s-1.06 1-2.39 2.33l-1.33 1.34L16 10v15.78s.18-.16.16-.18a.9.9 0 0 0 .26-.24c.12-.13.31-.32.43-.43l.67-.68.68-.67c.58-.57 1-1 1-1l.28-.3a2.2 2.2 0 0 1 .33-.3s.12-.06.12-.11.2-.14.18-.16.1-.08.08-.1.05 0 0 0 .36-.32.75-.71l.71-.7V4.33c0-.03 0-.07-.48.37Z" style="fill:#d23e31"/><path d="M10.07 4.25h.05zc-.05 0 0-.02 0 0m.09 0v15.77l1.41 1.38c1.17 1.15 2.93 2.9 3.64 3.59l.45.47a2 2 0 0 0 .32.3s0-1.6 0-7.88V10l-.15-.14c-.09-.07-.24-.23-.36-.34l-1.32-1.31-.65-.66-.5-.45a2.4 2.4 0 0 1-.23-.22l-.73-.74-1.33-1.38c-.47-.47-.5-.5-.55-.46Zm11.75.06V20l3.87 3.87c3.07 3.06 3.89 3.86 3.95 3.86h.08V12.08l-3.9-3.9C23.75 6 22 4.28 22 4.28a.11.11 0 0 0-.05.08Z" style="fill:#3b3e43"/><path d="M21.86 4.27v15.75V4.25Zm-11.78 7.8v7.88V4.28s-.01 1.58 0 7.79M16 17.93v3.93-7.9ZM20.87 21l-.21.23.22-.22c.21-.19.24-.23.21-.23ZM5.75 8.53v.06l.08-.06c.08-.06 0-.07 0-.07a.17.17 0 0 0-.08.07M4.43 9.84a.07.07 0 0 0 .06 0v-.05Zm15.1 12.47a2.2 2.2 0 0 0-.28.32 2.2 2.2 0 0 0 .33-.3 1.8 1.8 0 0 0 .28-.32 2.3 2.3 0 0 0-.33.3m-14 2.36-.1.1.11-.09.11-.11s-.08 0-.17.1Zm-3.06 3v.06l.09-.06s.06-.07 0-.07a.2.2 0 0 0-.14.09Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8.109 4.26 16 3.433l7.891.828L30 12.4 16 28.567 2 12.4Z" style="fill:#fdb300"/><path d="M7.671 12.395 16 28.567 2 12.395zM24.329 12.395 16 28.567l14-16.172z" style="fill:#ea6c00"/><path d="M7.671 12.395h16.658L16 28.567z" style="fill:#fdad00"/><path d="m16 3.433-7.891.827-.438 8.135zM16 3.433l7.891.827.438 8.135z" style="fill:#fdd231"/><path d="M30 12.395 23.891 4.26l.438 8.135zM2 12.395 8.109 4.26l-.438 8.135z" style="fill:#fdad00"/><path d="m16 3.433-8.329 8.962h16.658z" style="fill:#feeeb7"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M17.325 22.96h-.429c-8.88-.131-10.185-3.015-10.236-3.137l-.546-2.768 19.591.088-.191 2.773c-.036.164-.826 3.044-8.189 3.044" style="fill:#fff"/><path d="m6.418 17.3.473 2.421s1.191 2.856 10.009 2.986c7.653.113 8.364-2.81 8.364-2.81l.173-2.507Z"/><path d="m6.631 18.385 18.743-.023-.041.543L6.705 18.8z" data-name="&lt;Path&gt;" style="fill:#fed94e"/><path d="M25.645 17.683h-.067l-19.133-.114c-.213-.108-5.205-2.687-4.651-5.086.5-2.146 5.064-3.267 13.967-3.426 9.08-.162 13.8.842 14.421 3.074.693 2.5-4.268 5.4-4.479 5.519Z"/><path d="M6.559 17.347s-14.913-7.608 9.207-8.04c24.637-.442 9.812 8.126 9.812 8.126Z" style="fill:#f2f2f0"/><path d="M15.182 13.524c-.117 1.629 1.756 2.105 1.756 2.105s1.847-.571 1.646-2.192l.213-.005-.277-.311-.309.326.224-.006a1.57 1.57 0 0 1-1.208 1.389l-.239-2.935.436-.011a.123.123 0 1 0 0-.156l-.448.012-.011-.141a.333.333 0 1 0-.245 0v.146l-.405.01a.123.123 0 1 0 .008.156l.393-.01-.078 2.952c-1.195-.361-1.295-1.2-1.3-1.333l.224-.006-.326-.309-.26.324Zm1.663-2.059a.178.178 0 1 1 .173-.182.18.18 0 0 1-.173.183Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M28 11.294c-.453-2.033-.89-4.069-1.335-6.1a4.93 4.93 0 0 0-1.2-2.237 2.98 2.98 0 0 0-2.112-.947c-3.646-.006-7.291 0-10.936 0a15 15 0 0 0-1.541.031 2.8 2.8 0 0 0-1.695.795 8 8 0 0 0-1.347 1.9q-2.014 3.3-4.021 6.6A8.53 8.53 0 0 0 3.24 19.5c.238.442.509.865.762 1.3.283 1.239.542 2.488.824 3.729.346 1.381.449 2.891 1.306 4.08A3.26 3.26 0 0 0 8.355 30q6.25.009 12.5 0a3.7 3.7 0 0 0 1.125-.245 4.2 4.2 0 0 0 1.837-1.917q2.276-3.725 4.541-7.455A8.33 8.33 0 0 0 28 11.294" style="fill:#b7162c"/><path d="M11.128 3.414a14 14 0 0 1 1.54-.036h10.624a2.2 2.2 0 0 1 1.454.543A3.55 3.55 0 0 1 25.8 5.936c.452 2.014.884 4.033 1.324 6.05a6.67 6.67 0 0 1 .665 7.2c-1.675 2.778-3.371 5.543-5.062 8.311a2.31 2.31 0 0 1-2.248 1.126H9.23c-.4-.044-.832.1-1.2-.094A2.84 2.84 0 0 1 6.292 26.5c-.488-2.127-.943-4.262-1.412-6.394-.038-.234-.257-.373-.372-.566a8 8 0 0 1-.744-1.523 8.5 8.5 0 0 1-.344-1.952 6.45 6.45 0 0 1 .955-3.481Q6.728 8.72 9.086 4.86a2.48 2.48 0 0 1 2.042-1.445m-.189 2.3c-.147.074-.332.108-.391.293-.638.957-1.2 1.96-1.811 2.938-.99 1.615-1.973 3.236-2.963 4.851a3.66 3.66 0 0 0-.441 3.414 2.48 2.48 0 0 0 1.711 1.665q4.249.007 8.5 0c1-.041 2 .115 3 .064q-1.8 2.926-3.574 5.868h-.106c-.144-.905-.39-1.792-.564-2.692a2.9 2.9 0 0 0-1.4-2.156 2.5 2.5 0 0 0-.978-.151H6.609a4 4 0 0 0 .156.975q.51 2.356 1.032 4.709c.059.424.386.892.874.809q6.094.007 12.187 0a.6.6 0 0 0 .609-.263c1.565-2.56 3.119-5.127 4.687-7.685a4.2 4.2 0 0 0 .765-2.048 3.75 3.75 0 0 0-.561-2.127 2 2 0 0 0-1.627-1.058c-3.752-.01-7.506.006-11.258-.007.268-.617.687-1.155 1.012-1.743.87-1.418 1.722-2.848 2.606-4.257.256 1.087.454 2.192.736 3.271a2.2 2.2 0 0 0 1.845 1.787c1.915.022 3.831.007 5.746.007a6 6 0 0 0-.166-.89l-1.08-4.924a.83.83 0 0 0-.753-.684c-4.161.027-8.319-.021-12.481.032Z" style="fill:#f4c207"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M6.06 25H2L9.64 2.35h4.06Z"/><path d="M12.56 22a4.84 4.84 0 0 1-1.44 1.74 3.43 3.43 0 0 1-2 .61 3.57 3.57 0 0 1-3.07-1.55A8.37 8.37 0 0 1 4.93 18V9.6H8.7V18a6.6 6.6 0 0 0 .38 2.68 1.27 1.27 0 0 0 1.2.75 2.6 2.6 0 0 0 1.15-.25 2.46 2.46 0 0 0 .85-.73V9.6h3.79v14.48H13ZM30 17.2a9.4 9.4 0 0 1-1.28 5.2 4 4 0 0 1-3.58 2 3.56 3.56 0 0 1-1.63-.4 3.5 3.5 0 0 1-1.23-1.08v6.73h-3.77V9.6H22l.16 1.49a4 4 0 0 1 1.27-1.3 3.13 3.13 0 0 1 1.71-.46 4 4 0 0 1 3.61 2.09 10.46 10.46 0 0 1 1.25 5.5Zm-3.77-.28a9.1 9.1 0 0 0-.51-3.34 1.7 1.7 0 0 0-1.58-1.28 1.87 1.87 0 0 0-1.11.33 2.2 2.2 0 0 0-.75.92v6.83a1.86 1.86 0 0 0 .75.77 2.2 2.2 0 0 0 1.12.27 1.65 1.65 0 0 0 1.59-1.12 8 8 0 0 0 .49-3.1Z" style="fill:#29abe2"/><path d="M8.71 9.62H7.19l-2.25 6.65V18a8.4 8.4 0 0 0 1.12 4.85 4.4 4.4 0 0 0 .52.6l2.13-6.3Z" style="fill:#0071bc"/></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:#447cd2"/><path d="M23.821 13.321a2.7 2.7 0 0 1-1.714.536 2.9 2.9 0 0 1-2.18-.9 4.14 4.14 0 0 1-.807-2.938 3.88 3.88 0 0 1 .89-2.794 3 3 0 0 1 2.237-.842 2.86 2.86 0 0 1 1.682.506 2.27 2.27 0 0 1 .9 1.342l2.483-.493a14 14 0 0 0-2.881-2.924 6.9 6.9 0 0 0-2.033-.3 5.86 5.86 0 0 0-4.2 1.453 5.5 5.5 0 0 0-1.643 4.188 5.24 5.24 0 0 0 1.534 4.052 5.69 5.69 0 0 0 4.024 1.52A5.8 5.8 0 0 0 25.4 14.9a4.74 4.74 0 0 0 1.881-2.617l-2.409-.7a3.13 3.13 0 0 1-1.051 1.738" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M14.9 4.845q.484-.088.973-.121v1.1l.241-.063c.022-.344.006-.689.009-1.033q.491.038.975.123c-.047.169-.1.336-.143.5l.26.061q.056-.25.109-.5c.309.107.61.233.907.369-.09.205-.331.431-.082.627q.162-.24.312-.487.402.283.779.6a10 10 0 0 0-.742.744q.067.107.141.209.392-.386.772-.784c.183.261.471.483.544.8-.127.079-.26.145-.39.215l.119.241q.232-.133.467-.259.183.448.359.893l-.51.132.088.258q.244-.072.492-.139c.046.324.09.649.12.976h-1.089c.006.063.018.19.026.253q.535-.009 1.071 0c-.04.314-.084.626-.121.94l-.5-.115-.087.243.5.14q-.166.452-.374.892l-.409-.266-.18.23c.151.085.3.171.457.254a9 9 0 0 1-.593.762c-.243-.239-.469-.5-.727-.72-.083.041-.159.1-.238.142q.389.385.774.774a4.7 4.7 0 0 1-6.42.005q.366-.388.751-.753l-.2-.2c-.247.252-.5.5-.745.752a9 9 0 0 1-.591-.76l.456-.256q-.092-.112-.181-.224-.208.129-.418.253-.2-.438-.364-.889.253-.065.5-.133l-.09-.26-.475.143a9 9 0 0 1-.135-.961q.535-.002 1.071.007v-.262c-.358.006-.715.006-1.073.009.029-.326.071-.651.112-.976q.25.063.5.135l.088-.255q-.257-.065-.513-.132.177-.452.358-.893c.157.087.316.171.47.263q.056-.128.116-.25l-.441-.233q.285-.393.585-.776c.254.252.509.5.753.766.061-.059.126-.116.183-.181a11 11 0 0 0-.754-.756 9 9 0 0 1 .79-.6l.233.438.246-.122-.275-.441a8 8 0 0 1 .921-.379c.036.166.074.33.112.5l.255-.054c-.035-.178-.087-.348-.135-.516m1.123 3.841a.75.75 0 0 0-.69.979.714.714 0 0 0 1.267.135.8.8 0 0 0-.082-.911c.275-.715.537-1.435.811-2.15.055-.161.2-.482-.1-.427-.429.778-.786 1.588-1.202 2.374Z" style="fill:#f9f8f5"/><path d="M15.111 3.921A5.568 5.568 0 1 1 11.262 6.5a5.55 5.55 0 0 1 3.849-2.579m.231.447a5.05 5.05 0 0 0-2.33.924 5.1 5.1 0 0 0-.783 7.571 5.12 5.12 0 0 0 7.54 0 5.1 5.1 0 0 0-4.427-8.5Z" style="fill:#f9f8f5"/><path d="M6.515 11.153c.646-.033 1.293-.011 1.939-.012a1.5 1.5 0 0 1 1.35.989 6.8 6.8 0 0 0 3.674 3.582 6.92 6.92 0 0 0 4.2.283 6.77 6.77 0 0 0 4.466-3.71 1.87 1.87 0 0 1 .706-.93 3.37 3.37 0 0 1 1.729-.218c.47.027 1.02-.105 1.415.223.355.307.236.818.182 1.223q-.884 6.525-1.755 13.054a2.046 2.046 0 0 1-1.775 1.751c-4.328.009-8.656 0-12.984.006a2.04 2.04 0 0 1-2.078-1.766q-.863-6.538-1.742-13.074a1.53 1.53 0 0 1 .032-.99.8.8 0 0 1 .641-.411m.158.472a3 3 0 0 0 .242.227c.188.05.3-.115.419-.225a15 15 0 0 0-.661-.002m1.122 0a3 3 0 0 0 .24.218c.189.064.3-.111.426-.218a13 13 0 0 0-.661.003Zm15.757 0c.119.107.229.273.415.222a3 3 0 0 0 .244-.226q-.33-.002-.659.008Zm1.125 0c.116.11.227.269.414.228a3 3 0 0 0 .242-.231 18 18 0 0 0-.656.006Zm-18.445.229q.029.281.069.559c.213-.015.506-.077.419-.363-.02-.25-.311-.216-.488-.193Zm1.31-.03c-.4 0-.315.7.09.571.35-.037.258-.634-.09-.567Zm1.127 0c-.391 0-.324.684.073.575.358-.017.282-.635-.073-.573Zm16.883.005c-.328-.022-.374.525-.053.569.344.126.436-.651.053-.567Zm-2.387.03c-.209.113-.175.515.088.534a.286.286 0 0 0 .316-.43c-.055-.158-.275-.155-.404-.103Zm1.133 0c-.321.165-.058.705.274.518.356-.132.071-.731-.272-.519Zm-17.349.549c-.18.036-.328.266-.209.428a.3.3 0 0 0 .526 0c.145-.193-.101-.487-.317-.429Zm1.123 0c-.356.049-.294.638.067.575.429.027.327-.672-.067-.575m1.125 0c-.351.053-.3.623.059.578.433.044.329-.658-.056-.58Zm13.217.367c.129.161.389.323.559.128.2-.184.015-.5-.229-.51-.183.041-.239.24-.329.38Zm1.4-.361a.293.293 0 1 0 .152.566c.364-.066.203-.68-.151-.568Zm1.123 0a.3.3 0 1 0 .329.427c.145-.211-.108-.5-.328-.43Zm-18.563.511q.023.338.076.673c.12-.092.316-.173.279-.357.015-.208-.212-.249-.354-.319Zm1.007.052a1.1 1.1 0 0 0-.089.528 2 2 0 0 0 .546 0 1.1 1.1 0 0 0-.085-.53Zm1.141-.027c-.072.17-.223.439.005.555a.288.288 0 0 0 .441-.311c-.008-.232-.286-.212-.445-.246Zm1.024.549c.145-.007.373.138.45-.05a5 5 0 0 0-.335-.527.94.94 0 0 0-.114.578Zm12.435.033q.236-.001.473-.026a.57.57 0 0 0-.119-.539 4.4 4.4 0 0 0-.354.562Zm1.155-.554c-.123.189-.171.539.131.57.341.065.42-.354.229-.57Zm1.123 0c-.036.131-.151.267-.082.406a.292.292 0 0 0 .532 0c.084-.138-.058-.271-.09-.4Zm1.034.2c-.088.222.129.323.271.433q.055-.33.1-.661c-.135.035-.364.037-.371.225Zm-18.524.482c-.143.137 0 .318.032.468.17-.029.414.041.479-.174.159-.288-.328-.582-.511-.294m1.186-.06a.285.285 0 0 0-.1.362.307.307 0 0 0 .554-.009c.131-.253-.234-.537-.454-.353m1.024.357c.068.215.313.144.482.172.027-.146.165-.326.031-.459-.173-.299-.684-.009-.514.285Zm13.537-.282c-.127.136 0 .3.029.451.188-.009.478.028.507-.229.081-.297-.392-.497-.536-.224Zm1.172-.068c-.075.092-.159.224-.083.341a.3.3 0 0 0 .57-.051.307.307 0 0 0-.487-.297Zm1.075.072c-.119.135 0 .3.028.446.189-.007.484.034.508-.228a.3.3 0 0 0-.536-.221Zm-14.706-.034a4 4 0 0 0 .111.476q.178.001.355-.005a4 4 0 0 0-.466-.474Zm11.453.526a.435.435 0 0 0 .431-.529 2.3 2.3 0 0 0-.432.527ZM6.488 14.1a2 2 0 0 0 .191.59 4 4 0 0 0 .04-.461Zm.8.515c.147.028.317.153.451.022.244-.14.081-.611-.214-.531-.266-.001-.238.318-.236.506Zm1.23.022c.135.135.307 0 .455-.028-.009-.186.026-.491-.236-.5-.292-.09-.472.384-.217.526Zm1.174-.525a.316.316 0 0 0-.047.528.29.29 0 0 0 .447-.325c-.025-.192-.238-.245-.398-.205Zm12.371.032c-.216.056-.127.307-.156.469.145.029.31.152.446.032.247-.128.077-.4-.016-.575Zm1.122 0c-.207.059-.125.3-.156.462.144.03.309.164.445.041.248-.129.083-.4-.011-.577Zm1.126-.026a.31.31 0 0 0 .015.553c.2.13.5-.144.39-.36a.3.3 0 0 0-.403-.194Zm1 .557c.211-.137.169-.4.2-.617a.525.525 0 0 0-.198.616Zm-14.675-.395.051.33q.184.067.372.128a4 4 0 0 0-.423-.458m10.711.062a.6.6 0 0 0-.326.321c.036.136.222 0 .275-.058s.164-.218.051-.262ZM6.8 14.705c-.035.145-.17.322-.029.454a.3.3 0 0 0 .477-.007c.136-.132 0-.3-.031-.445-.143-.002-.282-.007-.417-.002m1.125 0c-.033.144-.169.32-.031.451a.3.3 0 0 0 .519-.071c.077-.121-.055-.255-.073-.378q-.21-.002-.419-.002Zm1.123 0c-.034.145-.172.324-.026.454a.3.3 0 0 0 .474-.006c.134-.131 0-.306-.03-.449q-.213 0-.422.003Zm1.062.153c-.177.3.341.59.514.29.138-.14 0-.312-.041-.46-.173.03-.41-.038-.477.173Zm11.31-.158c-.031.147-.165.316-.033.452.146.265.626.076.539-.222-.026-.264-.316-.23-.506-.23m1.149.036a.305.305 0 0 0-.06.413c.139.268.633.086.542-.215-.016-.234-.305-.297-.482-.202Zm1.1-.035c-.024.144-.15.319-.028.454.148.259.622.075.537-.221-.023-.269-.323-.234-.513-.234Zm1.13 0c-.028.146-.155.314-.035.452.137.264.636.084.538-.218-.022-.27-.319-.235-.502-.241Zm-13.626.141c-.009.3.239.531.526.391a7 7 0 0 0-.53-.398Zm9.153.4a.361.361 0 0 0 .512-.38 6 6 0 0 0-.515.371Zm-12.861.019a.307.307 0 0 0-.077.521.284.284 0 0 0 .46-.148.3.3 0 0 0-.386-.382Zm1.119 0c-.367.131-.122.734.232.562.339-.145.11-.735-.235-.567Zm1.124 0c-.365.128-.122.73.231.559.348-.141.106-.735-.234-.561Zm1.128 0c-.36.119-.133.729.22.562.36-.133.117-.732-.223-.566Zm9.962.072v.412c.217.152.568.118.576-.206-.022-.321-.364-.358-.579-.21Zm1.113 0c.026.168-.048.4.157.479.3.189.6-.335.3-.513-.14-.142-.312.001-.46.03Zm1.137 0v.413c.143.034.332.187.457.033a.294.294 0 0 0-.01-.478c-.139-.141-.307-.009-.45.027Zm1.279-.063a.3.3 0 0 0-.009.542c.214.149.519-.147.4-.368a.275.275 0 0 0-.394-.18Zm-12.527.041c.013.147-.071.365.085.46.146.158.342-.009.5-.048a5 5 0 0 0-.585-.412m7.829.408c.153.038.345.209.491.06.16-.1.091-.309.1-.46a8 8 0 0 0-.593.4Zm-12.815.143a1.4 1.4 0 0 0-.013.479l.233.114c.144-.107.388-.266.238-.472-.072-.19-.302-.161-.46-.121Zm1.046.127c-.145.231.125.371.275.491a3 3 0 0 0 .291-.259c.034-.138-.062-.265-.093-.393-.167.027-.403-.042-.475.161Zm1.225-.128a.3.3 0 0 0-.024.483c.216.237.641-.1.458-.363-.065-.181-.286-.168-.435-.12Zm1.121 0a.3.3 0 0 0 .048.524c.218.153.559-.178.393-.4-.067-.185-.288-.173-.447-.124Zm.992.189c-.057.219.18.307.308.43.148-.119.424-.276.266-.5a.317.317 0 0 0-.572.07Zm1.257-.177a.284.284 0 0 0-.015.472c.2.207.559-.04.5-.3-.105-.145-.318-.29-.486-.172Zm6.845-.012a.273.273 0 0 0-.121.481c.217.235.652-.089.467-.359a.246.246 0 0 0-.346-.122m1.072.521c.164.127.32-.073.47-.128-.047-.179-.093-.48-.348-.42a.287.287 0 0 0-.123.548Zm.965-.333c-.089.2.174.309.283.431.134-.121.381-.205.308-.431a.308.308 0 0 0-.593 0Zm1.29.333c.16.123.315-.073.463-.126-.04-.183-.09-.484-.348-.421a.285.285 0 0 0-.117.547Zm1.117 0c.164.126.322-.063.47-.121-.042-.183-.09-.486-.351-.424a.287.287 0 0 0-.121.543Zm1.012-.106c.084.181.308.129.463.11-.019-.169.142-.506-.121-.543-.252-.108-.516.224-.344.431Zm-11.34-.076a.62.62 0 0 0 .548.236 1.4 1.4 0 0 0-.548-.236m5.071 0c-.131 0-.3.042-.344.184.04.24.55-.075.343-.184Zm-11.2.256a.88.88 0 0 0 .107.517h.346a.94.94 0 0 0 .108-.516.76.76 0 0 0-.56-.005Zm1.123 0a.95.95 0 0 0 .107.519h.347a1 1 0 0 0 .108-.519.85.85 0 0 0-.561-.006Zm1.24-.026c-.221.115-.1.376 0 .538h.337a.85.85 0 0 0 .11-.515c-.147-.023-.313-.139-.447-.023m1.012.015a1 1 0 0 0 .1.522h.354a1.04 1.04 0 0 0 .105-.518.86.86 0 0 0-.559-.003Zm1.125 0a.87.87 0 0 0 .109.521h.342a.96.96 0 0 0 .107-.522.88.88 0 0 0-.558.003Zm1.238.522h.336c.169-.207.172-.547-.141-.6-.342-.002-.391.384-.196.602Zm5.509-.517a4 4 0 0 0 .024.393c.106.123.274.121.42.153a.9.9 0 0 0 .114-.554.84.84 0 0 0-.559.01Zm1.129 0q0 .196.018.391c.106.121.272.12.417.151.078-.168.219-.347.08-.526-.15-.141-.346-.066-.515-.011Zm1.117.005a1.14 1.14 0 0 0 .107.508h.351c.073-.158.2-.328.066-.495-.153-.149-.352-.068-.525-.008Zm1.13 0q0 .193.021.386c.1.123.269.124.413.157a.74.74 0 0 0 .116-.557.78.78 0 0 0-.55.015Zm1.128 0q0 .196.017.39a.73.73 0 0 0 .416.152c.079-.169.223-.348.08-.527-.151-.146-.343-.07-.513-.014Zm1.123-.005q0 .196.018.391c.105.123.272.124.418.157a.76.76 0 0 0 .11-.563.9.9 0 0 0-.546.016Zm-10.119-.018a.86.86 0 0 0 .1.537h.346c.05-.1.1-.207.137-.314-.063-.268-.385-.176-.583-.223m3.367.063a.9.9 0 0 0 .105.473h.347c.086-.164.183-.338.064-.516a3.4 3.4 0 0 0-.516.048Zm-2.312.12a.45.45 0 0 0 .488.376l.189-.324q-.338-.033-.674-.052Zm1.124.057a.494.494 0 0 0 .5.32q.095-.186.185-.376-.343.019-.684.056Zm-9.333.255a2 2 0 0 0 .131.674c.149-.089.357-.219.283-.427-.064-.174-.256-.203-.413-.246Zm1.076.083c-.382.2.079.784.358.47.326-.192-.084-.707-.357-.469Zm1.122 0c-.381.213.094.786.368.464.308-.207-.098-.7-.367-.462Zm1.125 0c-.38.214.094.791.372.462.306-.202-.107-.696-.371-.46Zm1.133-.01a.287.287 0 0 0 .011.51c.154.158.344-.018.449-.146.096-.25-.236-.527-.46-.364m1.113.011c-.264.175-.1.508.16.572.138-.051.338-.147.318-.324.018-.221-.305-.409-.478-.243Zm1.128 0c-.274.165-.1.529.172.573.126-.062.33-.148.3-.321.025-.221-.299-.412-.472-.248Zm1.123 0c-.375.216.1.787.373.462.31-.205-.105-.7-.373-.46Zm1.127 0c-.267.17-.106.515.159.574.136-.05.339-.147.314-.322a.3.3 0 0 0-.473-.249Zm1.12 0c-.259.169-.1.526.171.57.132-.052.334-.146.308-.32a.3.3 0 0 0-.479-.245Zm1.128 0c-.371.213.093.774.369.467.316-.207-.096-.709-.368-.462Zm1.117.005c-.354.221.105.768.378.458.322-.208-.114-.713-.378-.453Zm1.128 0c-.359.222.1.778.377.459.313-.209-.105-.711-.376-.457Zm1.127 0c-.363.216.1.772.372.463.314-.21-.1-.715-.371-.461Zm1.123 0a.286.286 0 0 0 .007.483c.156.183.486-.021.468-.23a.3.3 0 0 0-.474-.25Zm1.124 0c-.348.219.091.763.369.468.324-.204-.093-.728-.371-.465Zm1.016.158c-.119.22.176.353.328.439.035-.229.055-.46.075-.691-.151.052-.355.069-.402.255Zm-15.166.389c-.059.23-.024.614.315.533.283 0 .229-.342.219-.528a1.4 1.4 0 0 0-.533-.001Zm1.122 0c-.012.186-.069.538.216.531.339.085.365-.3.319-.529a1.6 1.6 0 0 0-.534.002Zm1.121.005c-.012.187-.061.534.224.527.337.084.354-.3.317-.53a1.5 1.5 0 0 0-.536.007Zm-4.5.122a.284.284 0 0 0 .322.406c.277 0 .228-.343.212-.529-.169-.027-.473-.113-.529.126Zm1.167-.1a.35.35 0 0 0 .077.494c.167.038.412.025.431-.193.107-.3-.286-.491-.505-.297Zm4.459-.025c-.011.186-.065.534.218.529.292.085.438-.292.281-.5-.147-.111-.329-.048-.496-.024Zm1.122 0c0 .187-.065.538.222.529.3.082.432-.3.28-.506a.68.68 0 0 0-.499-.018Zm1.125 0c0 .189-.063.534.224.527a.283.283 0 0 0 .312-.411c-.06-.229-.362-.139-.533-.109Zm1.139-.008c-.016.188-.086.547.207.534a.282.282 0 0 0 .314-.408c-.049-.225-.351-.139-.517-.119Zm1.116 0c0 .187-.079.529.206.531a.286.286 0 0 0 .327-.409c-.056-.226-.356-.134-.529-.111Zm1.118.008c0 .187-.06.528.221.522a.283.283 0 0 0 .319-.406c-.06-.23-.364-.14-.536-.105Zm1.165.033-.055.176c-.086.363.513.447.578.109a.309.309 0 0 0-.519-.274Zm1.1-.039c-.016.191-.077.537.215.53a.285.285 0 0 0 .315-.408c-.056-.226-.359-.14-.529-.111Zm1.158.036a.308.308 0 0 0 .433.434c.295-.268-.147-.711-.432-.424Zm1.118 0a.313.313 0 0 0 .44.439c.299-.278-.147-.716-.439-.434Zm1.129 0a.315.315 0 0 0 .437.448.315.315 0 0 0-.436-.443Zm-17.169.455q.033.338.1.672a1.6 1.6 0 0 0 .18-.336c-.037-.146-.177-.23-.279-.332Zm1 .046c-.1.069-.246.154-.218.3-.025.25.365.437.519.207.257-.184-.034-.598-.302-.503Zm1.127 0c-.161.081-.319.3-.173.46a.287.287 0 0 0 .473.049c.249-.187-.031-.593-.3-.505Zm1.125 0c-.2.08-.328.364-.126.51.19.256.616-.025.51-.3a.35.35 0 0 0-.384-.206Zm1.123 0c-.191.082-.328.352-.131.5.188.265.615-.011.522-.3-.089-.114-.22-.263-.391-.196Zm1.121 0c-.157.082-.316.3-.166.459a.286.286 0 0 0 .469.05c.259-.184-.028-.599-.303-.505Zm1.124 0c-.1.072-.246.165-.217.31 0 .242.363.42.521.2.257-.188-.03-.606-.304-.506Zm1.129-.005c-.433.144-.126.809.246.56.32-.16.071-.645-.246-.551Zm1.121.007c-.441.141-.106.814.259.548.309-.164.055-.653-.259-.546Zm1 .093c-.215.166-.014.388.093.546.154-.05.349-.076.42-.246.103-.275-.319-.563-.508-.291Zm1.089.043c-.172.17.049.349.127.5.172-.047.46-.106.424-.347.02-.269-.413-.423-.546-.148Zm1.119.01c-.159.171.057.342.136.493.173-.046.457-.108.421-.349a.3.3 0 0 0-.552-.139Zm1.287-.144c-.185.083-.313.343-.128.5.2.273.626-.015.518-.309-.085-.119-.221-.26-.385-.186Zm.961.146c-.158.169.066.336.134.492.173-.049.461-.105.424-.351a.3.3 0 0 0-.554-.136Zm1.286-.146a.313.313 0 0 0 .189.6.313.313 0 0 0-.185-.595Zm1.124 0a.313.313 0 0 0 .192.595c.381-.116.183-.723-.188-.59Zm.872.268q.1.172.205.343a5 5 0 0 0 .134-.669 4 4 0 0 0-.335.331ZM7.31 18.7c-.017.181-.1.5.165.53a.285.285 0 0 0 .375-.343c-.024-.279-.35-.217-.54-.187m1.1.339c.041.27.363.182.548.159 0-.178.075-.481-.17-.523a.292.292 0 0 0-.379.368Zm1.19-.345-.085.288.089.237a.7.7 0 0 0 .441-.04c.1-.145.035-.326.024-.486a4 4 0 0 0-.469.001m1.071.176a.292.292 0 0 0 .428.343c.207-.086.1-.353.093-.517-.185-.018-.492-.087-.525.174Zm1.141.243c.094.2.354.1.522.1.005-.182.081-.484-.17-.535a.3.3 0 0 0-.356.435Zm1.165-.382a.68.68 0 0 0-.036.484.9.9 0 0 0 .473-.026c.107-.147.046-.331.032-.495a.76.76 0 0 0-.473.037Zm1.245-.053c-.318.079-.217.641.127.571.433-.007.275-.749-.131-.572Zm1.127 0c-.321.077-.224.64.121.572.437.005.28-.742-.125-.575Zm1 .061a.4.4 0 0 0-.01.446.97.97 0 0 0 .48.044 2.6 2.6 0 0 0 .006-.531c-.157-.004-.338-.07-.475.039Zm1.065.32c.049.248.355.166.533.166.021-.187.094-.509-.172-.549a.294.294 0 0 0-.361.381Zm1.121-.167a.286.286 0 0 0 .37.347c.272-.034.188-.361.161-.546-.188-.016-.512-.085-.531.197Zm1.307-.212c-.215.05-.232.339-.129.5.159.116.461.105.513-.121a.3.3 0 0 0-.384-.381Zm.943.366c.049.254.353.182.537.18.024-.187.1-.511-.171-.55a.293.293 0 0 0-.365.368Zm1.185-.3c-.124.159-.089.481.154.5a.288.288 0 0 0 .33-.421c-.054-.202-.346-.201-.483-.084Zm1.133 0c-.142.144-.092.488.151.5a.286.286 0 0 0 .323-.421c-.052-.199-.348-.211-.477-.081Zm1.12 0c-.138.15-.087.477.151.5a.278.278 0 0 0 .357-.331c-.006-.261-.344-.329-.507-.169Zm-16.438.668c.051.174.094.475.347.415a.288.288 0 0 0 .142-.547c-.166-.158-.333.068-.488.132Zm1.123.009c.053.169.1.457.346.407a.291.291 0 0 0 .14-.553c-.17-.149-.332.079-.485.146Zm1.323-.144c-.285.12-.158.611.15.55a.3.3 0 0 0 .3-.392c-.091-.142-.291-.296-.449-.158Zm1.123 0a.277.277 0 0 0-.122.4.308.308 0 0 0 .538.005c.183-.232-.195-.595-.415-.402Zm1.124 0a.289.289 0 0 0 .143.547c.218.048.362-.2.307-.39-.089-.141-.288-.296-.448-.154Zm1.128 0a.29.29 0 0 0 .138.549c.251.057.3-.236.351-.412-.152-.066-.316-.282-.487-.136Zm1.124 0a.289.289 0 0 0 .144.548c.25.059.294-.24.346-.411-.152-.066-.32-.289-.488-.135Zm1.123 0a.289.289 0 0 0 .143.547c.253.062.3-.24.347-.415-.152-.063-.317-.281-.488-.129Zm2.248 0a.289.289 0 0 0 .138.545c.258.066.31-.237.351-.419-.151-.063-.319-.274-.49-.121Zm1.127 0a.29.29 0 0 0 .136.547c.26.065.308-.242.351-.424-.153-.06-.315-.27-.485-.12Zm2.241.005a.289.289 0 0 0 .145.542c.259.064.313-.239.345-.424-.152-.066-.32-.274-.488-.114Zm1.144-.011a.29.29 0 0 0 .125.553c.262.061.32-.241.347-.429-.147-.056-.306-.251-.47-.121Zm1.12 0a.29.29 0 0 0 .132.55c.262.063.316-.245.342-.432-.148-.056-.307-.251-.472-.112Zm-16.509.11c-.09.123-.066.2.072.216.091-.116.067-.189-.07-.209Zm9.676.351c.237.252.577-.007.562-.31a21 21 0 0 0-.356-.251c-.171.127-.431.363-.206.567Zm3.592.089c.261.063.3-.242.346-.422-.146-.044-.3-.277-.451-.144-.304.101-.216.61.107.572Zm4.26-.155a.264.264 0 0 0 .064-.337c-.166-.036-.247.339-.061.343Zm-17.438.675a.63.63 0 0 0 .483-.032c.154-.212 0-.6-.293-.5-.282.013-.175.353-.187.538Zm1.231-.525c-.188.1-.226.475.005.539a.287.287 0 0 0 .42-.327c-.007-.212-.25-.262-.422-.206Zm1.062.052c-.291.292.141.707.441.444.233-.289-.158-.696-.438-.438Zm1.127 0c-.251.234.042.672.349.483.395-.168-.031-.795-.346-.478Zm1.121 0a.3.3 0 0 0 .246.519c.266-.008.332-.354.169-.521a.32.32 0 0 0-.412.01Zm1.186-.055c-.183.106-.219.471.008.539.212.127.52-.083.424-.329-.015-.21-.256-.253-.428-.202Zm1.122 0c-.18.106-.209.467.009.537a.289.289 0 0 0 .425-.329c-.013-.211-.258-.25-.43-.199Zm1.123 0c-.256.169-.147.627.189.577.467-.039.237-.784-.185-.568Zm1 .514c.171.03.357.1.513-.019.156-.213.009-.593-.289-.509-.277.013-.21.35-.222.537Zm1.128.007a.7.7 0 0 0 .507-.022c.167-.2.009-.59-.279-.514-.286.008-.221.354-.226.545Zm1.246-.518c-.308.192-.058.725.285.54.374-.128.076-.733-.283-.531Zm1.13 0c-.312.181-.064.73.279.541.377-.127.081-.73-.277-.533Zm1.122 0c-.313.187-.058.724.281.541.373-.129.081-.734-.279-.532Zm1 .514c.168.024.353.092.506-.02.175-.2.007-.6-.283-.511-.28.015-.212.349-.218.54Zm1.247-.514c-.307.184-.058.726.281.541.384-.13.081-.731-.276-.532Zm1.043.485c.146.115.328.055.495.036-.017-.191.079-.549-.223-.542-.287-.055-.402.303-.267.515Zm-16.382.259a.9.9 0 0 0 .092.387h.424c.033-.125.126-.249.089-.383a3 3 0 0 0-.3-.255 3 3 0 0 0-.3.26Zm1.222.387h.42c.153-.221.1-.56-.208-.589a.348.348 0 0 0-.207.598Zm1.117 0h.428c.154-.221.1-.565-.211-.588-.31.027-.363.372-.212.596Zm1.043-.389c-.046.136.052.263.087.389h.42a.8.8 0 0 0 .092-.384 3 3 0 0 0-.3-.254 2.5 2.5 0 0 0-.294.257Zm1.212.39h.422c.158-.225.1-.563-.214-.591a.352.352 0 0 0-.203.599Zm1.038-.382c-.046.133.054.256.086.381h.423a.8.8 0 0 0 .089-.387 3 3 0 0 0-.3-.252 2 2 0 0 0-.292.266Zm1.208.38h.424c.159-.224.107-.566-.208-.59-.308.029-.37.377-.211.598Zm1.055-.385c-.084.123.05.26.071.385h.422c.043-.14.182-.339.034-.46a.3.3 0 0 0-.522.083Zm1.092.074a3 3 0 0 0 .109.326c.128 0 .254-.013.381-.029a.67.67 0 0 0 .16-.378q-.175-.12-.349-.235c-.099.106-.256.179-.296.324Zm1.145-.065c-.054.134.062.264.09.391.13 0 .26-.013.388-.028a.8.8 0 0 0 .152-.379q-.175-.121-.353-.236a2 2 0 0 0-.272.259Zm1.177-.069c-.145.137 0 .31.039.46.188-.01.485.033.5-.23a.3.3 0 0 0-.534-.223Zm1.238-.1c-.243.1-.174.374-.076.558.129 0 .256-.012.384-.027a.7.7 0 0 0 .156-.4c-.141-.054-.295-.234-.459-.122Zm1.13 0c-.244.1-.184.375-.082.56.129 0 .256-.012.384-.027a.7.7 0 0 0 .156-.4c-.139-.054-.292-.236-.455-.126Zm1.025 0a.63.63 0 0 0 .015.56c.165-.031.418.056.483-.158l.061-.277a.67.67 0 0 0-.554-.118Zm1.226 0c-.294.1-.207.6.109.557.266.064.324-.239.346-.432-.137-.053-.288-.222-.45-.119ZM7.4 20.952q.052.314.112.627l.34-.144a1.06 1.06 0 0 0-.1-.495Zm1.106-.007a1.1 1.1 0 0 0-.1.518.72.72 0 0 0 .572 0 1.1 1.1 0 0 0-.1-.517Zm1.126 0a1.05 1.05 0 0 0-.1.515.7.7 0 0 0 .572 0 1.1 1.1 0 0 0-.1-.517Zm1.128 0a1 1 0 0 0-.1.52.7.7 0 0 0 .569-.006 1.1 1.1 0 0 0-.1-.514Zm1.121 0a1.1 1.1 0 0 0-.1.518.7.7 0 0 0 .575 0 1.2 1.2 0 0 0-.105-.513Zm1.123 0a1.14 1.14 0 0 0-.1.511c.15.029.323.157.462.03.22-.12.086-.377 0-.543Zm1.125 0a1.14 1.14 0 0 0-.1.512c.149.029.322.157.461.028.22-.119.086-.375 0-.541Zm1.127 0a1.1 1.1 0 0 0-.1.511c.149.03.321.156.461.031.218-.118.087-.376.006-.541Zm1.17.027c-.2.075-.116.322-.146.487.147.028.317.152.455.03.235-.126.079-.4 0-.571Zm1.13 0c-.212.068-.122.32-.151.484.147.032.313.156.452.034.239-.121.084-.4 0-.573Zm1.12 0c-.2.073-.119.318-.149.481.147.031.316.165.454.037.242-.124.086-.4 0-.572Zm1.124 0c-.2.077-.118.318-.147.482.148.034.316.167.455.036.244-.127.088-.4-.005-.569Zm1.126 0c-.2.076-.12.318-.149.483.147.03.32.16.458.034.236-.131.081-.393 0-.57Zm1.125 0c-.2.075-.12.317-.149.482.146.031.315.161.454.036.243-.127.087-.4 0-.572Zm1.124 0c-.2.073-.118.316-.148.48.148.032.317.166.456.036.243-.127.085-.4-.006-.571Zm1.125 0c-.2.084-.126.314-.147.48q.162.063.328.114a2 2 0 0 0 .122-.639Zm-15.1.558a.29.29 0 0 0-.256.333c0 .259.409.354.55.147a.3.3 0 0 0-.294-.484Zm1.125 0a.3.3 0 0 0-.191.484.316.316 0 0 0 .548-.147.3.3 0 0 0-.353-.34Zm1.126 0a.3.3 0 0 0-.193.483.315.315 0 0 0 .548-.147.3.3 0 0 0-.35-.34Zm1.123 0c-.424.033-.267.741.14.575.386-.069.221-.672-.135-.578Zm1.12 0a.3.3 0 0 0-.19.478c.135.205.546.115.552-.14a.3.3 0 0 0-.356-.341Zm.936.478c.152.219.411.059.586-.039-.046-.168-.065-.442-.3-.439a.3.3 0 0 0-.281.47Zm1.153-.467c-.031.149-.173.333-.027.468.152.217.407.059.582-.036l-.068-.273c-.053-.225-.314-.149-.483-.162Zm1.1.463c.146.221.408.064.584-.026-.036-.175-.059-.449-.294-.449a.3.3 0 0 0-.29.471Zm1.156-.465c-.035.151-.174.33-.029.468.147.22.407.062.58-.034l-.066-.272c-.059-.225-.317-.152-.485-.165Zm1.126 0c-.033.15-.175.329-.031.465.144.221.407.064.58-.027l-.063-.276c-.057-.225-.318-.149-.486-.164Zm1.122 0c-.032.15-.167.324-.029.462.139.22.4.065.577-.021l-.057-.281c-.063-.222-.319-.15-.491-.16m1.127 0c-.033.151-.175.327-.03.463.14.218.4.064.576-.021l-.061-.288c-.064-.217-.318-.143-.485-.154m1.122 0c-.033.15-.164.322-.029.46.126.211.383.086.547-.007v-.339a.75.75 0 0 0-.518-.114m-14.589.029a.306.306 0 0 0-.061.44.31.31 0 1 0 .061-.44m15.718-.032c-.034.15-.171.323-.034.462.124.212.384.086.548-.006v-.342a.82.82 0 0 0-.514-.114m-16.1.492c.019.214.042.426.059.641l.223-.105a.45.45 0 0 0-.277-.537Zm.938.591c.139.147.318.009.473-.028-.014-.19.027-.5-.241-.516-.294-.092-.471.392-.227.543Zm1.197-.536a.322.322 0 0 0 0 .578.3.3 0 0 0 .392-.377c-.016-.189-.238-.246-.392-.201m1.121 0a.331.331 0 0 0 .012.588.31.31 0 1 0-.012-.588m.961.51c.13.015.276.151.4.068.323-.1.181-.675-.16-.587-.266.009-.246.326-.243.518Zm1.295-.509a.326.326 0 0 0 .008.586.3.3 0 0 0 .39-.379.3.3 0 0 0-.402-.208Zm.957.507c.15.034.331.176.468.031.254-.154.071-.629-.229-.547-.273.007-.231.325-.243.515Zm1.291-.5a.323.323 0 0 0 .006.577.3.3 0 0 0 .4-.375.292.292 0 0 0-.411-.206Zm1.12 0a.326.326 0 0 0 .012.578.3.3 0 0 0 .393-.383.3.3 0 0 0-.41-.198Zm.962.5a3 3 0 0 0 .326.1c.158-.024.221-.2.317-.306-.11-.135-.185-.384-.406-.311-.272.018-.23.326-.244.515Zm1.129-.425c.019.174-.055.429.168.5.221.13.362-.125.472-.274a3 3 0 0 0-.234-.314 1 1 0 0 0-.411.086Zm1.121.421c.148.036.337.189.471.035a.307.307 0 0 0-.232-.546c-.273.017-.231.316-.244.509Zm1.288-.476c-.219.054-.131.313-.166.476a3 3 0 0 0 .338.11c.141-.042.208-.19.3-.291a15 15 0 0 0-.224-.364Zm.979.056c0 .14-.006.28-.007.421.17.075.392.18.524-.02.161-.18-.028-.36-.105-.527a5 5 0 0 0-.417.124Zm1.124 0v.424c.126.031.248.126.383.09a2 2 0 0 0 .244-.28q-.11-.181-.225-.358a5 5 0 0 0-.407.122Zm1.122.019v.368l.2.131c.032-.216.069-.429.1-.644Zm-10.621.494a.9.9 0 0 0-.1.4 3 3 0 0 0 .294.238l.351-.231q-.06-.2-.132-.4c-.141-.01-.28-.01-.418-.009Zm1.127 0a.9.9 0 0 0-.1.389 3 3 0 0 0 .294.244l.353-.228a7 7 0 0 0-.134-.407 14 14 0 0 0-.417.001Zm1.124 0a.9.9 0 0 0-.1.388 3 3 0 0 0 .293.241l.352-.22a6 6 0 0 0-.13-.412q-.213 0-.415.003m1.124 0c-.036.128-.123.252-.1.39a3 3 0 0 0 .288.241l.357-.223q-.06-.208-.135-.411-.209-.001-.414.002Zm-8.995 0a7 7 0 0 0-.132.406l.349.227a3 3 0 0 0 .289-.227c.037-.144-.052-.275-.1-.4q-.204-.01-.41-.008Zm1.151.02a.73.73 0 0 0-.165.386l.351.231a3 3 0 0 0 .3-.237 1 1 0 0 0-.105-.412c-.131 0-.261.011-.381.032m1.1-.016a7 7 0 0 0-.135.4q.172.119.348.235a3 3 0 0 0 .288-.227c.043-.143-.053-.275-.092-.406a6 6 0 0 0-.413-.007Zm1.119 0a.9.9 0 0 0-.1.394 3 3 0 0 0 .3.24q.177-.117.352-.237a8 8 0 0 0-.135-.4 15 15 0 0 0-.416-.002Zm1.127 0a.8.8 0 0 0-.1.4 3 3 0 0 0 .294.237q.176-.116.351-.235a7 7 0 0 0-.132-.4Zm5.628-.012a1 1 0 0 0-.107.4 2.5 2.5 0 0 0 .294.245q.175-.109.349-.221l-.062-.259c-.064-.224-.311-.137-.478-.17Zm1.119.013a.95.95 0 0 0-.1.387 3 3 0 0 0 .291.243l.353-.221a6 6 0 0 0-.129-.413 10 10 0 0 0-.419-.001Zm1.134-.016a3 3 0 0 0-.118.337c.028.15.2.211.294.311l.354-.217c-.038-.137-.026-.317-.165-.4a3 3 0 0 0-.372-.036Zm1.121 0c-.036.129-.13.253-.1.392a2 2 0 0 0 .292.25l.343-.217-.056-.27c-.074-.211-.317-.124-.483-.156Zm1.126 0a3 3 0 0 0-.114.325c.027.159.2.224.3.321l.342-.215c-.036-.139-.026-.315-.162-.4a2.5 2.5 0 0 0-.37-.035Zm1.054.172c-.151.211.114.362.252.476l.349-.214-.054-.271a.3.3 0 0 0-.555.005Zm-15.188.45a.72.72 0 0 0 .1.528h.347a.9.9 0 0 0 .105-.523.68.68 0 0 0-.556-.01Zm1.121.005a.72.72 0 0 0 .112.523h.336a.8.8 0 0 0 .11-.526.65.65 0 0 0-.562-.002Zm1.126 0a.77.77 0 0 0 .105.527h.341a.7.7 0 0 0 .107-.525.68.68 0 0 0-.556-.011Zm1.122 0a.8.8 0 0 0 .107.524h.346a.8.8 0 0 0 .106-.528.69.69 0 0 0-.562-.002Zm1.124 0a3 3 0 0 0 .017.4.7.7 0 0 0 .418.151.73.73 0 0 0 .122-.558.66.66 0 0 0-.56.003Zm1.124 0a.87.87 0 0 0 .109.524h.344a.76.76 0 0 0 .106-.528.7.7 0 0 0-.562-.001Zm1.125 0a.86.86 0 0 0 .109.525h.344a.7.7 0 0 0 .1-.532.7.7 0 0 0-.556.001Zm1.124.005a.87.87 0 0 0 .11.521h.341a.7.7 0 0 0 .106-.529.66.66 0 0 0-.56.007Zm1.126 0a3 3 0 0 0 .019.4c.107.124.276.119.423.148a.71.71 0 0 0 .109-.561.68.68 0 0 0-.554.004Zm1.125.006a3 3 0 0 0 .018.4.7.7 0 0 0 .419.148c.113-.164.237-.431.024-.572-.139-.155-.313-.02-.464.017Zm1.123 0a4 4 0 0 0 .021.4.68.68 0 0 0 .417.148.65.65 0 0 0 .112-.562.67.67 0 0 0-.553.007Zm1.125 0a3 3 0 0 0 .019.392c.105.126.274.121.421.149.1-.169.243-.432.022-.571-.141-.146-.313-.014-.464.023Zm1.123 0a.9.9 0 0 0 .115.515h.332c.073-.129.208-.272.108-.426-.091-.261-.373-.187-.557-.096Zm1.127 0a4 4 0 0 0 .02.392c.105.124.271.122.418.151.109-.175.255-.436.017-.577-.139-.142-.308-.01-.457.027ZM7.8 23.691c.154-.055.115-.333-.017-.394-.149.047-.128.347.017.394m16.418-.408c-.14.076-.168.369-.012.44.154-.059.177-.385.013-.44Zm-16.262.547a.343.343 0 0 0 .181.607c.124-.073.337-.154.3-.332a.33.33 0 0 0-.481-.275m1.129 0c-.371.228.069.815.365.5.318-.214-.05-.686-.365-.501Zm.948.4c.158.068.329.309.5.132.293-.115.147-.6-.154-.556-.252-.044-.292.247-.346.419Zm1.317.131c.168.172.341-.059.5-.126-.052-.173-.093-.47-.343-.429-.301-.047-.449.434-.157.55Zm.931-.131a4 4 0 0 0 .354.208.7.7 0 0 0 .3-.221c.051-.194-.088-.448-.311-.411-.245-.037-.294.248-.343.419Zm1.276-.432c-.056.168-.222.41 0 .531.172.208.372 0 .542-.1a.43.43 0 0 0-.541-.436Zm1.119 0c-.048.167-.218.408 0 .525.209.275.67-.1.468-.37-.075-.198-.305-.13-.467-.153Zm1.15.047c-.263.188-.1.529.172.595.205-.056.419-.266.275-.483-.073-.184-.299-.185-.447-.115Zm1.1-.047a1.3 1.3 0 0 0-.111.41.8.8 0 0 0 .306.232c.208-.053.42-.266.277-.484-.075-.203-.31-.132-.472-.156Zm1.152.044c-.264.194-.105.526.17.6.131-.056.335-.144.311-.319a.312.312 0 0 0-.481-.284Zm1.127 0c-.266.189-.108.528.166.6.129-.06.34-.141.312-.319a.31.31 0 0 0-.483-.283Zm1.034.114c-.177.223.109.394.255.519.1-.113.336-.167.312-.348.063-.327-.438-.461-.567-.172Zm1.224.393c.162.185.341-.037.5-.107-.031-.19-.09-.5-.354-.434a.291.291 0 0 0-.146.54Zm1.026-.4c-.174.219.107.4.248.524.1-.112.343-.165.317-.349.076-.319-.437-.457-.565-.172Zm1.211-.1c-.366.221.1.785.374.475.314-.214-.074-.719-.374-.472Zm-15.284.562a.94.94 0 0 0 .083.527h.39a1.15 1.15 0 0 0 .081-.524.95.95 0 0 0-.554 0Zm1.124 0a.93.93 0 0 0 .082.526h.394a1.14 1.14 0 0 0 .079-.522.9.9 0 0 0-.554 0Zm1.122 0a1.2 1.2 0 0 0 .08.525h.391a1 1 0 0 0 .085-.525.93.93 0 0 0-.555.004Zm1.126 0a1 1 0 0 0 .082.523h.393a1.1 1.1 0 0 0 .081-.527.96.96 0 0 0-.555.011Zm1.124 0a1.06 1.06 0 0 0 .082.524h.392a1 1 0 0 0 .081-.526.94.94 0 0 0-.554.007Zm1.122 0a1.2 1.2 0 0 0 .084.523h.391a.94.94 0 0 0 .083-.527.95.95 0 0 0-.557.011Zm1.128 0a1.1 1.1 0 0 0 .09.545c.17-.021.442.018.471-.218l-.012-.331a.93.93 0 0 0-.548.009Zm1.122 0a1.3 1.3 0 0 0 .087.545c.176-.02.442.014.482-.223l-.019-.328a.97.97 0 0 0-.549.013Zm1.124 0a1.3 1.3 0 0 0 .091.545c.174-.022.433.013.479-.217l-.02-.335a.93.93 0 0 0-.549.015Zm1.126 0a1.2 1.2 0 0 0 .092.544c.176-.019.442.011.478-.225l-.024-.326a.92.92 0 0 0-.545.015Zm1.126 0a1.2 1.2 0 0 0 .089.547l.339-.038c.2-.1.136-.34.116-.515a.95.95 0 0 0-.542.011Zm1.124 0a1.1 1.1 0 0 0 .1.547l.334-.041c.211-.082.122-.348.116-.515a1 1 0 0 0-.548.016Zm1.125 0a1.2 1.2 0 0 0 .089.544l.34-.037c.207-.092.132-.345.113-.517a.94.94 0 0 0-.54.018Zm1.127 0a4 4 0 0 0 .015.4c.081.157.261.124.407.113.205-.105.145-.346.119-.527a1 1 0 0 0-.539.019Zm-15.071.558a2.3 2.3 0 0 0 .077.615.63.63 0 0 0 .394-.249c.076-.248-.236-.522-.469-.361Zm1.125.008c-.319.173-.071.671.259.565.094-.079.251-.162.214-.31.014-.212-.295-.41-.471-.249Zm1.117.008a.284.284 0 0 0-.041.465c.159.226.534.035.521-.208.022-.217-.303-.43-.478-.251Zm1.13-.007c-.4.214.1.82.378.47.299-.209-.109-.696-.376-.464Zm1.118.006c-.384.216.1.8.378.471.316-.206-.108-.719-.376-.465Zm1.128 0c-.392.217.094.805.378.471.307-.213-.107-.712-.376-.467Zm1.126 0c-.4.219.1.809.383.468.294-.218-.113-.706-.381-.464Zm1.124 0c-.394.219.1.806.38.472.298-.219-.106-.713-.378-.469Zm1.128 0c-.4.216.093.809.38.473.292-.221-.107-.71-.377-.47Zm1.187-.05c-.147.093-.313.306-.157.465a.293.293 0 0 0 .473.058c.254-.198-.018-.627-.313-.52Zm1.124 0c-.146.093-.313.317-.152.47a.292.292 0 0 0 .466.057c.258-.198-.013-.631-.311-.524Zm1.127 0a.321.321 0 0 0 .193.611.321.321 0 0 0-.192-.608Zm1.121 0c-.172.1-.32.368-.111.51a.294.294 0 0 0 .518-.2.314.314 0 0 0-.404-.307Zm.973.15c-.169.176.059.36.153.5.166-.052.448-.1.4-.342a.3.3 0 0 0-.546-.155Zm1.074.248a.64.64 0 0 0 .4.255 5 5 0 0 0 .1-.552c-.167-.286-.587.036-.497.3Zm-15.143.2c-.016.2-.092.54.209.55.356.079.37-.307.32-.547a2.1 2.1 0 0 0-.525.001Zm1.122 0a5 5 0 0 0 0 .517 1 1 0 0 0 .5-.025 1 1 0 0 0 .036-.487 2.1 2.1 0 0 0-.532-.001Zm1.129 0a.9.9 0 0 0 .032.493.87.87 0 0 0 .5.021 7 7 0 0 0 0-.514 3 3 0 0 0-.528.002Zm1.121 0a2 2 0 0 0-.013.361c.038.228.343.221.5.129.1-.149.04-.332.035-.5a2.6 2.6 0 0 0-.518.017Zm1.129 0c-.005.162-.061.343.036.492a1 1 0 0 0 .488.038 4 4 0 0 0 0-.531 3 3 0 0 0-.52.004Zm1.121 0a.94.94 0 0 0 .036.483.86.86 0 0 0 .493.036 5 5 0 0 0 .005-.523 2.4 2.4 0 0 0-.53.012Zm3.39-.007c-.005.16-.078.344.028.489.144.091.324.041.484.048a3.5 3.5 0 0 0 .006-.534 3 3 0 0 0-.514.004Zm-2.265 0c-.046.233-.042.616.306.556.313.005.246-.355.223-.559a5 5 0 0 0-.525.012Zm1.132 0c-.019.2-.1.55.209.553.352.078.38-.314.307-.556a5 5 0 0 0-.511.011Zm2.253.006a.8.8 0 0 0 .025.481c.148.093.332.038.5.044a.9.9 0 0 0-.029-.5.73.73 0 0 0-.491-.016Zm1.126-.005c-.017.193-.105.545.2.551.353.086.4-.314.313-.557q-.252.001-.508.014Zm1.114 0c-.044.231-.045.61.3.555.313 0 .254-.355.223-.56a4 4 0 0 0-.519.015Zm1.161.482a.46.46 0 0 0 .46.015.73.73 0 0 0 .027-.5l-.315-.028c-.246.026-.28.352-.167.524Zm1.074-.285a.291.291 0 0 0 .414.333c.237-.053.142-.366.122-.533-.184-.023-.524-.069-.531.211Zm-14.843.354c-.052.122.106.326.238.284.074-.119-.094-.325-.233-.274Zm.717.172c.043.179.1.475.351.418.244.047.287-.244.34-.41a3 3 0 0 0-.345-.219 3 3 0 0 0-.341.221Zm1.124 0c.048.175.1.473.348.416.244.046.292-.243.344-.411a3 3 0 0 0-.352-.218 3 3 0 0 0-.335.225Zm1.32-.143c-.284.12-.165.6.142.559.25.053.31-.237.353-.415-.144-.062-.317-.296-.49-.132Zm1.076.041a.289.289 0 0 0 .2.518c.251.057.3-.24.348-.414-.16-.091-.373-.313-.543-.092Zm.976.112c.049.168.1.451.342.406.25.052.311-.239.347-.419a3 3 0 0 0-.34-.209 3 3 0 0 0-.344.234Zm1.123 0c.051.167.105.449.345.407.251.056.306-.241.345-.42a3 3 0 0 0-.342-.208 3 3 0 0 0-.343.232Zm1.206.265c.079.184.3.126.461.158q.084-.215.15-.435a3 3 0 0 0-.341-.199c-.2.052-.42.283-.265.487Zm1.234-.408a.293.293 0 0 0 .151.549c.25.051.32-.237.346-.422-.15-.062-.325-.298-.491-.116Zm1.133-.006a.28.28 0 0 0-.12.408.313.313 0 0 0 .57-.065c.093-.224-.247-.52-.447-.332Zm1.008.412c.082.178.3.133.456.162.078-.16.215-.411.012-.539-.206-.269-.663.134-.462.388Zm1.231-.4c-.354.188-.024.7.312.528.387-.163.006-.8-.306-.52Zm1.118 0c-.308.17-.071.643.248.539.222-.005.205-.274.255-.425-.15-.066-.333-.292-.497-.102Zm1.134-.01c-.116.09-.235.281-.107.412.112.224.53.188.563-.073.098-.23-.249-.52-.45-.327Zm.966.291c.164.06.325-.194.258-.333-.154-.041-.353.204-.252.345Zm-14.083.562c.228 0 .457.005.685 0-.075-.16-.164-.374-.381-.326-.187-.002-.225.205-.298.338Zm1.13 0h.671c-.068-.14-.115-.346-.314-.332-.208-.028-.288.183-.351.344Zm1.129-.04a2 2 0 0 0 .673.035c-.077-.137-.129-.343-.326-.327-.177-.013-.291.144-.34.305Zm1.437-.291c-.2-.019-.251.191-.323.331h.684c-.067-.142-.141-.359-.355-.319Zm.806.331q.333.002.665-.006a12 12 0 0 0-.125-.3.4.4 0 0 0-.533.318Zm1.122 0c.222.005.444 0 .666 0l-.115-.307a.4.4 0 0 0-.546.319Zm1.127 0h.656l-.107-.315a.41.41 0 0 0-.542.327Zm1.3-.308a2 2 0 0 0-.178.307c.222.005.442 0 .664 0l-.12-.316a2.3 2.3 0 0 0-.358.022Zm.952.309h.662l-.122-.321c-.245-.029-.486.047-.532.333Zm1.3-.307a1 1 0 0 0-.173.307h.663l-.123-.315a2 2 0 0 0-.36.021Zm1.121 0a1.1 1.1 0 0 0-.169.3h.657l-.112-.316a1.7 1.7 0 0 0-.371.031Zm1.126 0a1.3 1.3 0 0 0-.17.308h.661l-.116-.316a2 2 0 0 0-.368.019ZM15.768 9.172h.463c.071.2.049.52-.227.523s-.284-.321-.236-.523" style="fill:#f9f8f5"/><path d="M15.318 2.291A7.18 7.18 0 0 1 21.729 5.1c.531.654.792 1.487 1.373 2.1a3.18 3.18 0 0 0 2.4 1.2 3.34 3.34 0 0 1 2.625 1.05 3.06 3.06 0 0 1 .525 2.312q-.966 7.149-1.924 14.3a4.346 4.346 0 0 1-4.39 3.68H9.667a4.364 4.364 0 0 1-4.374-3.62Q4.32 19.1 3.36 12.074A3.2 3.2 0 0 1 3.831 9.7a3.65 3.65 0 0 1 2.762-1.286 3.32 3.32 0 0 0 2.463-1.36C9.521 6.5 9.764 5.8 10.2 5.231a7.17 7.17 0 0 1 5.118-2.94m-.207 1.63a5.571 5.571 0 1 0 4.085.942 5.59 5.59 0 0 0-4.085-.942m-8.6 7.232a.8.8 0 0 0-.638.411 1.53 1.53 0 0 0-.032.99l1.742 13.074a2.04 2.04 0 0 0 2.078 1.766c4.329-.007 8.657 0 12.984-.006a2.046 2.046 0 0 0 1.775-1.751q.869-6.527 1.755-13.054c.054-.406.173-.917-.182-1.223-.4-.328-.945-.2-1.415-.223a3.37 3.37 0 0 0-1.729.218 1.87 1.87 0 0 0-.706.93 6.77 6.77 0 0 1-4.466 3.71 6.92 6.92 0 0 1-4.2-.283A6.8 6.8 0 0 1 9.8 12.13a1.5 1.5 0 0 0-1.35-.989c-.643.001-1.29-.021-1.935.012Z" style="fill:#171717"/><path d="M22.548 30q-.108 0-.217-.006H9.674a4.64 4.64 0 0 1-4.633-3.837q-.623-4.5-1.238-8.988-.348-2.53-.7-5.06a3.43 3.43 0 0 1 .52-2.561 3.94 3.94 0 0 1 2.955-1.389h.013a3.04 3.04 0 0 0 2.265-1.264 5.6 5.6 0 0 0 .595-.933A7 7 0 0 1 10 5.076a7.42 7.42 0 0 1 11.932-.129 7 7 0 0 1 .636 1 5.2 5.2 0 0 0 .721 1.083 2.98 2.98 0 0 0 2.2 1.123 3.56 3.56 0 0 1 2.835 1.134 3.27 3.27 0 0 1 .581 2.5Q28.5 14.8 28.1 17.808a4894 4894 0 0 1-1.116 8.286A4.605 4.605 0 0 1 22.548 30m-12.887-.517h12.691a4.066 4.066 0 0 0 4.122-3.458c.376-2.762.752-5.57 1.116-8.286q.4-3.006.808-6.013a2.85 2.85 0 0 0-.468-2.114 3.17 3.17 0 0 0-2.43-.946 3.47 3.47 0 0 1-2.587-1.289A5.7 5.7 0 0 1 22.12 6.2a6.3 6.3 0 0 0-.59-.933l-.007-.009a6.92 6.92 0 0 0-6.179-2.71A6.9 6.9 0 0 0 10.41 5.38a6.5 6.5 0 0 0-.511.829 6 6 0 0 1-.647 1.01A3.54 3.54 0 0 1 6.6 8.67a3.45 3.45 0 0 0-2.564 1.185 3.01 3.01 0 0 0-.423 2.186q.348 2.528.7 5.059.617 4.492 1.238 8.984a4.11 4.11 0 0 0 4.108 3.4Zm-.109-1.83a2.3 2.3 0 0 1-2.218-2c-.407-3.082-.827-6.223-1.233-9.26l-.509-3.807q-.012-.092-.026-.183a1.4 1.4 0 0 1 .086-.962 1.05 1.05 0 0 1 .831-.544h.019c.464-.024.932-.02 1.385-.016h.566a1.75 1.75 0 0 1 1.587 1.149 6.52 6.52 0 0 0 3.532 3.441 6.67 6.67 0 0 0 4.048.272 6.55 6.55 0 0 0 4.293-3.567 2.1 2.1 0 0 1 .807-1.044 2.4 2.4 0 0 1 1.4-.255c.157 0 .306.008.45 0h.03c.109.006.226 0 .35 0a1.7 1.7 0 0 1 1.214.282 1.37 1.37 0 0 1 .286 1.341l-.017.121c-.627 4.624-1.2 8.894-1.755 13.054a2.3 2.3 0 0 1-2 1.971H9.674a1 1 0 0 1-.122.008ZM6.538 11.408a.55.55 0 0 0-.43.265L6.1 11.7a.97.97 0 0 0-.026.631q.017.1.029.2l.508 3.8c.406 3.037.826 6.178 1.234 9.268a1.794 1.794 0 0 0 1.807 1.544h.017q3.066-.005 6.131 0h6.84a1.8 1.8 0 0 0 1.535-1.521c.555-4.168 1.129-8.438 1.756-13.062l.018-.126c.058-.4.084-.7-.114-.869a1.3 1.3 0 0 0-.869-.161c-.124 0-.253.007-.38 0-.159.007-.32 0-.476 0a1.93 1.93 0 0 0-1.115.178l-.012.007a1.66 1.66 0 0 0-.6.811 6.98 6.98 0 0 1-4.637 3.854 7.2 7.2 0 0 1-4.362-.294 7.03 7.03 0 0 1-3.813-3.718v-.01a1.25 1.25 0 0 0-1.119-.832h-.57a18 18 0 0 0-1.344.008M16 15.233a5.7 5.7 0 0 1-2.633-.635 5.819 5.819 0 0 1 1.7-10.929A5.819 5.819 0 1 1 16 15.233M16 4.1a5 5 0 0 0-.848.07 5.308 5.308 0 1 0 2.49 10.29 5.37 5.37 0 0 0 3.127-2.723A5.314 5.314 0 0 0 16 4.1" style="fill:#c2c2c2"/><path d="M15.342 4.368a5.1 5.1 0 0 1 4.427 8.5 5.12 5.12 0 0 1-7.54 0 5.1 5.1 0 0 1 3.113-8.5m-.438.477.138.508-.255.054q-.059-.247-.112-.5a8 8 0 0 0-.921.379q.136.221.275.441l-.246.122-.233-.438a9 9 0 0 0-.79.6 11 11 0 0 1 .754.756c-.057.064-.122.122-.183.181-.244-.263-.5-.514-.753-.766q-.3.382-.585.776l.441.233a5 5 0 0 0-.116.25c-.154-.092-.313-.176-.47-.263q-.181.448-.358.893.256.067.513.132l-.088.255q-.248-.072-.5-.135c-.042.325-.084.65-.112.976.358 0 .715 0 1.073-.009v.262q-.535.002-1.071-.007a9 9 0 0 0 .135.961l.475-.143.09.26-.5.133q.167.451.364.889.21-.124.418-.253.089.112.181.224l-.456.256a9 9 0 0 0 .591.76c.248-.25.5-.5.745-.752l.2.2c-.258.243-.507.5-.751.753a4.7 4.7 0 0 0 6.42-.005q-.383-.389-.774-.774c.079-.047.155-.1.238-.142.258.224.483.481.727.72a9 9 0 0 0 .593-.762l-.457-.254.18-.23.409.266q.208-.438.374-.892a28 28 0 0 1-.5-.14l.085-.245.5.115c.037-.314.081-.626.121-.94h-1.071l-.026-.253h1.089c-.03-.327-.074-.652-.12-.976q-.247.067-.492.139l-.088-.258.512-.131q-.176-.452-.359-.893-.235.126-.467.259l-.119-.241c.131-.069.264-.136.39-.215-.073-.318-.361-.541-.544-.8q-.38.398-.772.784a2 2 0 0 1-.141-.209 10 10 0 0 1 .742-.744q-.376-.319-.779-.6c-.1.166-.2.327-.312.487-.249-.2-.008-.422.082-.627-.3-.136-.6-.262-.907-.369l-.109.5-.26-.061c.047-.168.1-.335.143-.5q-.484-.084-.975-.123c0 .344.013.689-.009 1.033l-.241.063v-1.1c-.33.035-.655.073-.98.13Z" style="fill:#4f4f4f"/><path d="M16.027 8.686c.416-.782.769-1.6 1.2-2.37.308-.055.158.266.1.427-.275.715-.537 1.435-.811 2.15a.8.8 0 0 1 .084.907.714.714 0 0 1-1.262-.139.75.75 0 0 1 .689-.975m-.259.485c-.048.2-.049.524.236.524s.3-.323.227-.523a12 12 0 0 0-.463 0Z" style="fill:#a2a2a2"/><path d="M6.673 11.625h.661c-.119.109-.231.275-.419.225a3 3 0 0 1-.242-.225M7.8 11.628q.334-.01.666 0c-.123.106-.237.282-.426.218a3 3 0 0 1-.24-.218M23.552 11.629a9 9 0 0 1 .659 0 3 3 0 0 1-.244.226c-.186.045-.297-.118-.415-.226M24.677 11.628q.327-.01.656 0a3 3 0 0 1-.242.231c-.191.041-.297-.12-.414-.231M6.232 11.857c.178-.024.472-.058.488.2.087.286-.206.347-.419.363q-.04-.283-.069-.563M7.542 11.828c.348-.066.44.53.09.571-.405.128-.49-.569-.09-.571M8.669 11.826c.356-.061.435.557.073.575-.397.108-.465-.576-.073-.575M25.552 11.831c.383-.084.291.693-.053.569-.321-.044-.275-.592.053-.569M23.165 11.86c.13-.052.349-.055.4.1a.286.286 0 0 1-.316.43c-.259-.015-.294-.416-.084-.53M24.3 11.858c.345-.213.631.386.274.518-.334.187-.597-.353-.274-.518M6.949 12.407c.216-.058.462.236.317.431a.3.3 0 0 1-.526 0c-.119-.165.029-.395.209-.431M8.072 12.408c.394-.1.5.6.067.575-.361.063-.423-.526-.067-.575M9.2 12.406c.388-.078.492.624.059.578-.359.045-.412-.525-.059-.578M22.415 12.773c.091-.14.146-.339.33-.382.244.012.428.326.229.51-.174.199-.431.033-.559-.128M23.815 12.412c.355-.111.515.5.152.566a.293.293 0 1 1-.152-.566M24.938 12.411c.221-.071.473.219.329.427a.3.3 0 1 1-.329-.427M6.375 12.922c.142.069.369.111.355.317.037.184-.159.265-.279.357a8 8 0 0 1-.076-.674M7.381 12.974h.372a1.1 1.1 0 0 1 .085.53 2 2 0 0 1-.546 0 1.1 1.1 0 0 1 .089-.53M8.523 12.948c.159.035.437.014.447.244a.288.288 0 0 1-.441.311c-.229-.116-.078-.386-.006-.555M9.547 13.5a.94.94 0 0 1 .114-.577 5 5 0 0 1 .335.527c-.076.184-.304.039-.449.05M21.981 13.529a4.4 4.4 0 0 1 .355-.564.57.57 0 0 1 .119.539 5 5 0 0 1-.474.025M23.136 12.975h.36c.191.217.112.636-.229.57-.302-.031-.254-.381-.131-.57M24.259 12.975h.361c.032.131.174.264.09.4a.292.292 0 0 1-.532 0c-.07-.133.045-.269.081-.4M25.293 13.175c0-.188.236-.19.37-.228q-.044.331-.1.661c-.141-.108-.358-.208-.27-.433M6.769 13.66c.183-.288.67.006.511.294-.065.215-.31.145-.479.174-.033-.15-.175-.328-.032-.468M7.955 13.6c.221-.183.586.1.454.353a.307.307 0 0 1-.554.009.285.285 0 0 1 .1-.362M8.978 13.955c-.171-.294.34-.585.513-.287.134.133 0 .313-.031.459-.169-.027-.413.043-.482-.172M22.516 13.673c.144-.27.617-.075.535.222-.029.256-.319.22-.507.229-.03-.147-.155-.315-.028-.451M23.688 13.6a.307.307 0 0 1 .487.29.3.3 0 0 1-.57.051c-.077-.113.008-.241.083-.341M24.763 13.676a.3.3 0 0 1 .535.218c-.024.262-.319.221-.508.228-.026-.145-.146-.311-.027-.446M10.057 13.642a4 4 0 0 1 .466.471q-.177-.001-.355.005a4 4 0 0 1-.111-.476M21.509 14.169a2.3 2.3 0 0 1 .431-.529.435.435 0 0 1-.431.529M6.488 14.1l.231.129a4 4 0 0 1-.04.461 2 2 0 0 1-.191-.59M7.289 14.612c0-.188-.031-.507.237-.509.294-.08.458.391.214.531-.134.132-.304.006-.451-.022M8.52 14.635c-.254-.142-.075-.616.219-.531.262.013.227.318.236.5-.149.034-.32.166-.455.031M9.694 14.11c.16-.04.373.013.4.2a.29.29 0 0 1-.447.325.316.316 0 0 1 .047-.525M22.065 14.141l.273-.075c.093.172.264.448.016.575-.136.121-.3 0-.446-.032.03-.161-.059-.409.157-.468M23.187 14.142l.277-.075c.094.174.26.449.011.577-.136.123-.3-.011-.445-.041.032-.158-.05-.403.157-.461M24.313 14.117a.3.3 0 0 1 .406.193c.105.216-.187.489-.39.36a.31.31 0 0 1-.016-.553M25.313 14.674a.525.525 0 0 1 .2-.617c-.032.214.01.48-.2.617M10.636 14.28a4 4 0 0 1 .423.458 12 12 0 0 1-.372-.128zM21.347 14.343c.113.045-.006.2-.051.263s-.239.194-.275.058a.6.6 0 0 1 .326-.321M6.8 14.705h.418c.033.144.167.313.031.445a.3.3 0 0 1-.477.007c-.146-.13-.011-.307.028-.452M7.921 14.705h.416c.017.123.149.258.073.378a.3.3 0 0 1-.519.071c-.139-.129-.003-.305.03-.449M9.044 14.707h.419c.032.143.164.318.03.449a.3.3 0 0 1-.474.006c-.147-.131-.009-.31.025-.455M10.106 14.861c.067-.211.3-.143.473-.17.038.148.179.32.041.46-.173.299-.691.007-.514-.29M21.42 14.7c.19.007.477-.03.506.23.088.3-.392.486-.539.222-.131-.14.003-.309.033-.452M22.569 14.732c.177-.1.466-.033.481.2.091.3-.4.482-.542.215a.305.305 0 0 1 .061-.415M23.665 14.7c.19 0 .489-.032.509.233.086.3-.388.479-.537.221-.122-.138.005-.313.028-.454M24.8 14.694c.187.009.484-.029.5.234.1.3-.4.481-.538.218-.122-.138.006-.306.038-.452M11.169 14.835c.182.121.356.254.526.391-.286.14-.535-.092-.526-.391M20.323 15.233a6 6 0 0 1 .512-.38.361.361 0 0 1-.512.38M7.462 15.252a.3.3 0 0 1 .383.373.284.284 0 0 1-.46.148.307.307 0 0 1 .077-.521M8.581 15.256c.345-.168.574.422.232.562-.354.172-.599-.431-.232-.562M9.705 15.259c.34-.174.581.42.231.559-.353.171-.596-.431-.231-.559M10.833 15.257c.339-.167.582.433.22.562-.353.167-.579-.443-.22-.562M20.795 15.329c.216-.147.557-.11.573.205-.008.324-.36.359-.576.206 0-.14.001-.274.003-.411M21.908 15.329c.148-.032.32-.172.456-.034.307.178 0 .7-.3.513-.204-.075-.131-.308-.156-.479M23.045 15.328c.143-.036.311-.168.444-.033a.294.294 0 0 1 .01.478c-.125.154-.314 0-.457-.033q0-.208.003-.412M24.324 15.264a.275.275 0 0 1 .392.174c.118.221-.188.517-.4.368a.3.3 0 0 1 .008-.542M11.8 15.311a5 5 0 0 1 .586.412c-.158.039-.355.206-.5.048-.159-.095-.075-.313-.086-.46M19.627 15.719a9 9 0 0 1 .586-.4c0 .151.065.363-.1.46-.141.15-.333-.022-.486-.06M6.812 15.862c.158-.04.387-.069.458.122.15.206-.094.365-.238.472l-.232-.115a1.4 1.4 0 0 1 .012-.479M7.858 15.989c.072-.2.308-.134.473-.161.031.129.127.255.093.393a3 3 0 0 1-.291.259c-.15-.12-.42-.26-.275-.491M9.084 15.861c.149-.048.37-.058.434.121.183.264-.242.6-.458.363a.3.3 0 0 1 .024-.484M10.2 15.861c.154-.049.375-.057.441.125.166.222-.176.553-.393.4a.3.3 0 0 1-.048-.525M11.2 16.05a.317.317 0 0 1 .573-.067c.158.222-.118.379-.266.5-.13-.126-.367-.214-.307-.433M12.454 15.873c.168-.119.381.024.483.168.06.265-.3.512-.5.3a.284.284 0 0 1 .017-.468M19.3 15.861a.246.246 0 0 1 .346.123c.185.27-.25.594-.467.359a.273.273 0 0 1 .121-.482M20.371 16.382a.287.287 0 0 1 .122-.548c.255-.06.3.241.348.42-.15.056-.307.255-.47.128M21.335 16.049a.308.308 0 0 1 .591 0c.074.226-.174.311-.308.431-.109-.122-.372-.231-.283-.431M22.625 16.382a.285.285 0 0 1 .114-.547c.259-.063.309.238.348.421-.147.054-.302.244-.462.126M23.742 16.38a.287.287 0 0 1 .12-.545c.261-.062.309.241.351.424-.149.058-.307.247-.471.121M24.754 16.274c-.172-.206.092-.539.342-.432.263.037.1.374.121.543-.156.015-.38.07-.463-.111M13.416 16.2a1.4 1.4 0 0 1 .548.236.62.62 0 0 1-.548-.236M18.486 16.2c.206.113-.3.429-.344.184.043-.147.214-.184.344-.184M7.288 16.452a.76.76 0 0 1 .56 0 .94.94 0 0 1-.108.516H7.4a.88.88 0 0 1-.112-.516M8.411 16.45a.85.85 0 0 1 .563 0 1 1 0 0 1-.108.519h-.347a.95.95 0 0 1-.108-.519M9.65 16.43c.134-.116.3 0 .445.024a.85.85 0 0 1-.11.515h-.338c-.095-.163-.218-.423.003-.539M10.662 16.446a.86.86 0 0 1 .562.005 1.04 1.04 0 0 1-.105.518h-.354a1 1 0 0 1-.103-.523M11.787 16.447a.88.88 0 0 1 .559 0 .96.96 0 0 1-.107.522H11.9a.87.87 0 0 1-.113-.522M13.024 16.969c-.2-.218-.146-.6.2-.606.313.058.31.4.141.6ZM18.533 16.452a.84.84 0 0 1 .558-.007.9.9 0 0 1-.114.554c-.146-.033-.314-.031-.42-.153a4 4 0 0 1-.024-.394M19.663 16.455c.17-.051.366-.13.515.016.139.179 0 .359-.08.526-.145-.032-.311-.031-.417-.151a4 4 0 0 1-.018-.391M20.779 16.46c.173-.055.372-.141.524.013.13.167.006.336-.066.495h-.351a1.14 1.14 0 0 1-.107-.508M21.91 16.456a.78.78 0 0 1 .551-.013.74.74 0 0 1-.116.557c-.144-.034-.31-.035-.413-.157q-.021-.194-.022-.387M23.038 16.456c.17-.053.364-.132.513.015.143.179 0 .359-.08.527a.73.73 0 0 1-.416-.152 5 5 0 0 1-.017-.39M24.161 16.451a.9.9 0 0 1 .547-.014.76.76 0 0 1-.108.563c-.146-.034-.313-.035-.418-.157a4 4 0 0 1-.021-.392M14.042 16.432c.2.047.52-.045.585.221a4 4 0 0 1-.137.314h-.346a.86.86 0 0 1-.102-.535M17.409 16.5a3.4 3.4 0 0 1 .517-.044c.119.178.021.353-.064.516h-.347a.9.9 0 0 1-.106-.472M15.1 16.615q.339.02.678.052l-.189.324a.45.45 0 0 1-.489-.376M16.222 16.672q.34-.038.683-.056-.09.19-.185.376a.494.494 0 0 1-.498-.32M6.889 16.928c.157.043.349.071.414.247.074.208-.134.338-.283.427a2 2 0 0 1-.131-.674M7.965 17.011c.273-.238.684.277.358.47-.28.314-.74-.269-.358-.47M9.087 17.012c.269-.238.675.255.368.464-.274.324-.749-.252-.368-.464M10.212 17.012c.264-.236.678.259.372.462-.278.326-.752-.249-.372-.462M11.344 17c.224-.168.552.109.46.364-.1.128-.294.3-.449.146a.287.287 0 0 1-.011-.51M12.457 17.016c.173-.166.5.022.478.248.02.177-.18.273-.318.324-.262-.064-.424-.397-.16-.572M13.585 17.015c.173-.164.5.028.475.252.027.173-.178.259-.3.321-.274-.044-.449-.409-.175-.573M14.708 17.013c.268-.24.683.255.373.462-.274.325-.748-.247-.373-.462M15.835 17.014a.3.3 0 0 1 .473.252c.026.175-.178.272-.314.322-.265-.059-.425-.405-.159-.574M16.955 17.016a.3.3 0 0 1 .478.25c.027.174-.176.268-.308.32-.268-.044-.425-.402-.17-.57M18.084 17.016c.272-.247.685.255.369.467-.276.306-.74-.255-.369-.467M19.2 17.021c.264-.26.7.245.378.458-.272.31-.731-.237-.378-.458M20.329 17.018c.268-.253.689.248.377.459-.276.323-.736-.237-.377-.459M21.456 17.018c.271-.253.685.251.372.463-.277.308-.735-.248-.372-.463M22.579 17.019a.3.3 0 0 1 .475.253c.018.208-.312.413-.468.23a.286.286 0 0 1-.007-.483M23.7 17.019c.275-.263.692.262.369.468-.275.295-.714-.249-.369-.468M24.719 17.177c.047-.186.251-.2.4-.251-.019.231-.04.462-.075.691-.149-.087-.444-.217-.325-.44M9.553 17.567a1.4 1.4 0 0 1 .533.005c.01.186.064.531-.219.528-.338.081-.373-.3-.314-.533M10.675 17.567a1.6 1.6 0 0 1 .534 0c.046.229.02.614-.319.529-.285.004-.227-.343-.215-.529M11.8 17.572a1.5 1.5 0 0 1 .541 0c.037.227.02.614-.317.53-.289.004-.24-.343-.224-.53M7.3 17.693c.057-.239.362-.153.533-.124.016.186.065.529-.212.529a.284.284 0 0 1-.321-.405M8.465 17.594c.219-.193.611 0 .508.3-.019.218-.265.231-.431.193a.35.35 0 0 1-.077-.493M12.924 17.57c.167-.024.348-.087.5.029.157.208.011.586-.281.5-.284.001-.23-.343-.219-.529M14.046 17.57a.68.68 0 0 1 .5.024c.152.211.016.588-.28.506-.285.007-.22-.343-.22-.53M15.171 17.572c.171-.03.473-.12.535.116a.283.283 0 0 1-.312.411c-.286.007-.227-.338-.223-.527M16.311 17.564c.167-.019.468-.105.521.127a.282.282 0 0 1-.314.408c-.293.011-.224-.347-.207-.535M17.427 17.568c.169-.022.478-.114.533.123a.286.286 0 0 1-.327.409c-.285 0-.207-.345-.206-.532M18.545 17.576c.173-.035.476-.125.54.116a.283.283 0 0 1-.319.406c-.282.002-.223-.335-.221-.522M19.71 17.609a.309.309 0 0 1 .523.285c-.065.337-.664.253-.578-.109.014-.045.045-.133.055-.176M20.807 17.57c.17-.029.473-.114.529.123a.285.285 0 0 1-.315.408c-.291.005-.23-.34-.214-.531M21.965 17.605c.285-.287.728.155.433.434a.308.308 0 0 1-.433-.434M23.083 17.6c.292-.285.738.152.44.439a.313.313 0 0 1-.44-.439M24.212 17.6a.313.313 0 0 1 .437.448.313.313 0 0 1-.437-.448M7.043 18.054c.1.1.242.186.28.336a1.6 1.6 0 0 1-.18.336 8 8 0 0 1-.1-.672M8.041 18.1c.268-.1.556.319.3.506-.154.23-.544.043-.519-.207-.022-.145.122-.229.219-.299M9.169 18.1c.27-.084.55.322.3.509A.287.287 0 0 1 9 18.556c-.15-.165.007-.379.169-.456M10.294 18.1a.35.35 0 0 1 .384.206c.106.279-.32.56-.51.3-.202-.143-.068-.427.126-.506M11.417 18.1c.172-.067.3.082.391.207.093.284-.334.56-.522.3-.197-.155-.06-.425.131-.507M12.538 18.1c.275-.093.559.322.3.509a.286.286 0 0 1-.469-.05c-.147-.159.011-.378.169-.459M13.662 18.1c.274-.1.561.317.3.507-.158.223-.522.045-.521-.2-.025-.141.122-.234.221-.307M14.791 18.1c.317-.09.566.4.246.56-.372.245-.679-.42-.246-.56M15.912 18.1c.314-.11.568.379.259.548-.365.27-.7-.404-.259-.548M16.917 18.2c.189-.268.611.019.513.3-.071.171-.266.2-.42.246-.11-.162-.31-.384-.093-.546M18.006 18.239c.133-.275.566-.121.551.155.036.241-.252.3-.424.347-.078-.152-.299-.332-.127-.502M19.125 18.249a.3.3 0 0 1 .557.143c.036.241-.248.3-.421.349-.079-.149-.295-.321-.136-.492M20.412 18.105c.165-.075.3.066.39.187.108.293-.322.581-.518.309-.184-.152-.057-.413.128-.496M21.372 18.251a.3.3 0 0 1 .558.141c.037.245-.251.3-.424.351-.067-.155-.292-.323-.134-.492M22.658 18.105a.313.313 0 0 1 .189.6.313.313 0 0 1-.189-.6M23.782 18.105c.371-.133.569.474.192.595a.313.313 0 0 1-.192-.595M24.654 18.373a4 4 0 0 1 .339-.326 5 5 0 0 1-.134.669q-.104-.171-.205-.343M7.31 18.7c.192-.034.516-.1.54.187a.285.285 0 0 1-.375.343c-.265-.03-.183-.345-.165-.53M8.409 19.043a.292.292 0 0 1 .378-.364c.244.042.173.345.17.523-.185.023-.507.111-.548-.159M9.6 18.694a4 4 0 0 1 .469 0c.011.16.08.341-.024.486a.7.7 0 0 1-.441.04l-.089-.237q.036-.145.085-.289M10.667 18.87c.029-.261.34-.191.521-.174.011.165.114.431-.093.517a.292.292 0 0 1-.428-.343M11.808 19.113a.3.3 0 0 1 .353-.437c.25.051.175.354.17.535-.169.002-.431.099-.523-.098M12.973 18.731a.76.76 0 0 1 .469-.036c.014.164.076.347-.032.495a.9.9 0 0 1-.473.026.68.68 0 0 1 .036-.485M14.218 18.677c.406-.175.564.564.127.571-.345.07-.445-.492-.127-.571M15.345 18.675c.4-.168.562.579.121.572-.345.068-.442-.495-.121-.572M16.35 18.737c.138-.108.319-.043.476-.042a2.6 2.6 0 0 1-.006.531.97.97 0 0 1-.48-.044.4.4 0 0 1 .01-.445M17.414 19.057a.294.294 0 0 1 .362-.383c.266.04.193.362.172.549-.179-.001-.485.077-.534-.166M18.535 18.89c.018-.282.342-.213.531-.2.027.185.11.512-.161.546a.286.286 0 0 1-.37-.346M19.842 18.678a.3.3 0 0 1 .384.376c-.052.226-.354.237-.513.121-.103-.157-.085-.446.129-.497M20.786 19.044a.293.293 0 0 1 .366-.37c.267.039.194.363.171.55-.185.002-.488.076-.537-.18M21.971 18.741c.137-.116.427-.118.484.08a.288.288 0 0 1-.33.421c-.243-.02-.278-.342-.154-.501M23.1 18.744c.125-.13.421-.118.474.075a.286.286 0 0 1-.323.421c-.239-.008-.289-.352-.151-.496M24.224 18.746c.162-.159.5-.092.508.165a.278.278 0 0 1-.357.331c-.238-.019-.289-.342-.151-.496M7.786 19.414c.155-.064.322-.29.489-.132a.288.288 0 0 1-.142.547c-.253.06-.296-.241-.347-.415M8.909 19.423c.153-.067.315-.3.486-.146a.291.291 0 0 1-.14.553c-.246.05-.293-.238-.346-.407M10.232 19.279c.157-.138.358.015.447.157a.3.3 0 0 1-.3.392c-.305.062-.432-.428-.147-.549M11.355 19.282c.22-.193.6.17.416.4a.308.308 0 0 1-.538-.005.277.277 0 0 1 .122-.395M12.48 19.282c.16-.142.36.012.45.156.055.187-.089.438-.307.39a.289.289 0 0 1-.143-.546M13.608 19.28c.172-.146.335.069.488.137-.046.176-.1.469-.351.412a.29.29 0 0 1-.137-.549M14.732 19.281c.172-.154.336.068.491.137-.052.171-.1.47-.346.411a.289.289 0 0 1-.145-.548M15.855 19.282c.171-.152.336.065.491.132-.048.175-.094.477-.347.415a.289.289 0 0 1-.144-.547M18.1 19.284c.168-.153.336.057.488.126-.041.182-.093.485-.351.419a.289.289 0 0 1-.137-.545M19.23 19.282c.166-.15.332.059.486.123-.043.182-.091.489-.351.424a.29.29 0 0 1-.135-.547M21.471 19.288c.168-.159.335.048.491.118-.033.185-.087.488-.345.424a.289.289 0 0 1-.146-.542M22.615 19.276c.165-.13.323.064.472.124-.028.188-.086.491-.347.429a.29.29 0 0 1-.125-.553M23.735 19.279c.164-.139.324.055.474.118-.027.187-.081.5-.342.432a.29.29 0 0 1-.132-.55M7.226 19.39q.205.03.072.216-.208-.032-.072-.216M16.9 19.74c-.227-.2.033-.438.206-.561l.356.251c.018.303-.323.563-.562.31M20.494 19.829c-.323.038-.412-.471-.1-.566.155-.133.3.1.451.144-.045.18-.09.485-.351.422M24.755 19.674c-.186 0-.1-.379.064-.337a.264.264 0 0 1-.064.337M7.317 20.349c.012-.185-.1-.525.19-.537.3-.1.448.293.293.5a.63.63 0 0 1-.483.037M8.548 19.824c.172-.056.415-.006.425.212a.287.287 0 0 1-.42.327c-.231-.063-.193-.437-.005-.539M9.61 19.876c.28-.259.671.149.441.444-.3.263-.732-.152-.441-.444M10.737 19.875c.315-.317.741.31.349.483-.307.19-.6-.249-.349-.483M11.858 19.878a.32.32 0 0 1 .415 0c.164.168.1.513-.169.521a.3.3 0 0 1-.246-.521M13.045 19.823c.173-.051.413-.008.432.209.1.246-.213.456-.424.329-.227-.067-.191-.432-.008-.538M14.167 19.824c.173-.051.417-.012.434.207a.289.289 0 0 1-.425.329c-.219-.069-.189-.43-.009-.536M15.29 19.824c.422-.216.652.529.189.577-.336.05-.446-.408-.189-.577M16.288 20.338c.007-.187-.055-.524.224-.528.3-.084.446.3.289.509-.156.116-.342.049-.513.019M17.416 20.345c.005-.191-.06-.538.228-.537.288-.076.446.31.279.514a.7.7 0 0 1-.507.023M18.662 19.827c.359-.2.657.4.285.54-.347.185-.593-.348-.285-.54M19.792 19.826c.358-.2.654.406.279.541-.343.189-.59-.36-.279-.541M20.914 19.827c.36-.2.652.4.281.541-.339.183-.595-.354-.281-.541M21.917 20.341c.006-.191-.062-.525.223-.531.29-.085.458.308.283.511-.154.112-.339.044-.506.02M23.164 19.827c.358-.2.66.4.281.541-.34.185-.588-.357-.281-.541M24.207 20.312c-.135-.209-.02-.57.272-.506.3-.007.205.351.223.542-.167.02-.349.08-.495-.036M7.825 20.571a3 3 0 0 1 .31-.252 3 3 0 0 1 .3.255c.037.134-.056.259-.089.383h-.429a.9.9 0 0 1-.092-.386M9.047 20.958a.348.348 0 0 1 .212-.591c.309.029.362.368.208.589ZM10.164 20.957c-.151-.225-.1-.569.218-.588.313.022.365.367.211.588ZM11.207 20.568a2.5 2.5 0 0 1 .3-.249 3 3 0 0 1 .3.254.8.8 0 0 1-.092.384h-.42c-.036-.126-.134-.257-.088-.389M12.419 20.958a.352.352 0 0 1 .208-.592c.312.028.372.366.214.591ZM13.458 20.576a2 2 0 0 1 .3-.259 3 3 0 0 1 .3.252.8.8 0 0 1-.089.387h-.423c-.034-.123-.134-.247-.088-.38M14.665 20.956c-.159-.222-.1-.569.216-.587.316.024.368.366.208.59ZM15.72 20.571a.3.3 0 0 1 .526-.073c.148.121.009.32-.034.46h-.422c-.02-.127-.154-.264-.07-.387M16.812 20.645c.04-.149.2-.218.3-.316q.175.114.349.235a.67.67 0 0 1-.16.378 4 4 0 0 1-.381.029 3 3 0 0 1-.108-.326M17.957 20.579a2 2 0 0 1 .278-.251q.178.115.353.236a.8.8 0 0 1-.152.379 5 5 0 0 1-.388.028c-.029-.128-.148-.258-.091-.392M19.134 20.51a.3.3 0 0 1 .544.23c-.019.263-.317.22-.5.23-.044-.151-.189-.323-.044-.46M20.372 20.412c.165-.114.318.068.465.128a.7.7 0 0 1-.156.4 5 5 0 0 1-.384.027c-.097-.181-.168-.454.075-.555M21.5 20.41c.161-.111.314.073.459.129a.7.7 0 0 1-.156.4 6 6 0 0 1-.384.027c-.101-.181-.161-.456.081-.556M22.527 20.41a.67.67 0 0 1 .56.125l-.061.277c-.065.215-.319.128-.483.158a.63.63 0 0 1-.016-.56M23.753 20.409c.161-.1.313.066.456.125-.022.193-.081.5-.346.432-.317.042-.404-.466-.11-.557M7.4 20.952l.348-.011a1.06 1.06 0 0 1 .1.495l-.34.144zM8.507 20.945h.368a1.1 1.1 0 0 1 .1.517.72.72 0 0 1-.572 0 1.1 1.1 0 0 1 .104-.517M9.634 20.944H10a1.1 1.1 0 0 1 .1.517.7.7 0 0 1-.572 0 1.05 1.05 0 0 1 .106-.517M10.762 20.944h.363a1.1 1.1 0 0 1 .1.514.7.7 0 0 1-.569.006 1 1 0 0 1 .106-.52M11.883 20.944h.367a1.2 1.2 0 0 1 .105.513.7.7 0 0 1-.575 0 1.1 1.1 0 0 1 .103-.513M13.006 20.945h.364c.082.166.216.423 0 .543-.139.128-.312 0-.462-.03a1.14 1.14 0 0 1 .098-.513M14.131 20.945h.362c.084.166.218.422 0 .541-.139.13-.312 0-.461-.028a1.14 1.14 0 0 1 .099-.513M15.258 20.944h.363c.081.165.212.423-.006.541-.14.126-.312 0-.461-.031a1.1 1.1 0 0 1 .104-.51M16.428 20.971l.306-.054c.082.174.238.446 0 .571-.138.123-.308 0-.455-.03.033-.165-.055-.413.149-.487M17.558 20.971l.3-.055c.085.173.24.453 0 .573-.139.123-.3 0-.452-.034.031-.165-.059-.416.152-.484M18.678 20.971l.3-.054c.086.175.242.449 0 .572-.138.128-.307-.006-.454-.037.036-.164-.049-.409.154-.481M19.8 20.97l.3-.051c.093.174.249.442.005.569-.139.131-.307 0-.455-.036.035-.165-.05-.406.15-.482M20.929 20.971l.3-.053c.085.177.24.439 0 .57-.138.127-.311 0-.458-.034.038-.166-.046-.408.158-.483M22.054 20.971l.3-.054c.087.177.243.446 0 .572-.139.126-.308-.005-.454-.036.034-.166-.05-.408.154-.482M23.178 20.972l.3-.055c.091.175.249.445.006.571-.139.13-.308 0-.456-.036.032-.165-.054-.408.15-.48M24.3 20.968l.3-.044a2 2 0 0 1-.122.639 6 6 0 0 1-.328-.114c.027-.168-.042-.398.15-.481M9.2 21.526a.3.3 0 0 1 .293.48c-.141.206-.55.111-.55-.147a.29.29 0 0 1 .257-.333M10.329 21.527a.3.3 0 0 1 .357.337.316.316 0 0 1-.548.147.3.3 0 0 1 .191-.484M11.456 21.526a.3.3 0 0 1 .355.336.315.315 0 0 1-.548.147.3.3 0 0 1 .193-.483M12.579 21.527c.357-.094.519.51.14.575-.407.165-.564-.543-.14-.575M13.7 21.527a.3.3 0 0 1 .362.338c-.006.255-.417.345-.552.14a.3.3 0 0 1 .19-.478M14.635 22a.3.3 0 0 1 .288-.478c.232 0 .251.272.3.439-.177.103-.436.262-.588.039M15.787 21.538c.169.013.429-.062.487.159.017.067.051.2.068.273-.176.1-.43.252-.582.036-.145-.135-.003-.319.027-.468M16.883 22a.3.3 0 0 1 .289-.474c.235 0 .259.274.294.449-.175.09-.437.246-.583.025M18.039 21.536c.169.013.426-.059.485.162l.066.272c-.174.1-.433.253-.58.034-.145-.138-.01-.317.029-.468M19.165 21.537c.169.015.429-.06.486.162l.063.276c-.174.091-.436.247-.58.027-.144-.136-.002-.315.031-.465M20.287 21.539c.172.01.428-.061.492.159l.057.281c-.174.087-.438.241-.577.021-.139-.137-.004-.311.028-.461M21.414 21.539c.167.011.421-.062.485.153l.061.288c-.174.086-.436.239-.576.021-.145-.135-.003-.311.03-.462M22.536 21.539a.75.75 0 0 1 .519.113v.339c-.164.093-.421.218-.547.007-.135-.137-.008-.309.028-.459M7.947 21.567a.31.31 0 1 1-.061.44.306.306 0 0 1 .061-.44M23.665 21.536a.82.82 0 0 1 .514.113v.342c-.164.092-.424.218-.548.006-.136-.138.001-.311.034-.461M7.57 22.027a.45.45 0 0 1 .282.535l-.223.105q-.027-.32-.059-.64M8.508 22.618c-.244-.151-.067-.635.232-.544.268.011.227.326.241.516-.155.037-.334.175-.473.028M9.7 22.083c.157-.045.379.011.4.2a.3.3 0 0 1-.392.377.322.322 0 0 1-.008-.577M10.818 22.082a.31.31 0 1 1 .012.588.331.331 0 0 1-.012-.588M11.779 22.592c0-.19-.022-.509.242-.518.341-.089.483.484.16.587-.127.083-.273-.053-.402-.069M13.073 22.083a.3.3 0 0 1 .4.206.3.3 0 0 1-.39.379.326.326 0 0 1-.01-.585M14.03 22.59c.012-.19-.033-.508.239-.516.3-.083.483.392.229.547-.137.145-.318.003-.468-.031M15.32 22.087a.292.292 0 0 1 .4.2.3.3 0 0 1-.4.375.323.323 0 0 1 0-.575M16.44 22.088a.3.3 0 0 1 .406.2.3.3 0 0 1-.393.383.326.326 0 0 1-.013-.583M17.4 22.589c.012-.19-.03-.5.237-.514.221-.074.3.176.406.311-.1.107-.158.282-.317.306a3 3 0 0 1-.326-.103M18.531 22.164a1 1 0 0 1 .406-.092 3 3 0 0 1 .234.314c-.11.149-.251.4-.472.274-.223-.067-.148-.322-.168-.496M19.652 22.585c.012-.193-.03-.493.239-.511a.307.307 0 0 1 .232.546c-.133.154-.323.001-.471-.035M20.94 22.109l.251-.068q.114.18.224.364c-.094.1-.161.249-.3.291a3 3 0 0 1-.338-.11c.032-.164-.056-.423.163-.477M21.919 22.165q.204-.07.412-.127c.078.168.267.347.105.527-.132.2-.355.1-.524.02q.002-.21.007-.42M23.043 22.165q.198-.068.4-.124.115.177.225.358a2 2 0 0 1-.244.28c-.135.036-.258-.059-.383-.09q-.001-.213.002-.424M24.165 22.185l.3-.145c-.032.215-.069.428-.1.644l-.2-.131zM13.544 22.678h.416q.072.2.132.4l-.351.231a3 3 0 0 1-.294-.238.9.9 0 0 1 .097-.393M14.672 22.679h.411q.074.201.134.407l-.353.228a3 3 0 0 1-.294-.244.9.9 0 0 1 .102-.391M15.8 22.68h.415q.072.203.13.412l-.352.22a3 3 0 0 1-.293-.241.9.9 0 0 1 .1-.391M16.92 22.679h.412q.075.2.135.411l-.357.223a3 3 0 0 1-.288-.241c-.022-.14.062-.265.098-.393M7.925 22.678h.411c.044.129.133.26.1.4a3 3 0 0 1-.289.227l-.349-.227q.054-.199.127-.4M9.08 22.7q.187-.025.376-.032a1 1 0 0 1 .105.412 3 3 0 0 1-.3.237l-.351-.231a.73.73 0 0 1 .17-.386M10.176 22.679h.41c.039.131.135.263.092.406a3 3 0 0 1-.288.227 15 15 0 0 1-.348-.235q.06-.201.134-.398M11.3 22.679h.413q.073.196.135.4-.175.12-.352.237a3 3 0 0 1-.3-.24.9.9 0 0 1 .104-.397M12.422 22.679h.413q.072.198.132.4-.174.119-.351.235a3 3 0 0 1-.294-.237.8.8 0 0 1 .1-.398M18.05 22.667c.167.029.414-.054.474.165l.062.259-.349.221a2.5 2.5 0 0 1-.294-.245 1 1 0 0 1 .107-.4M19.169 22.68h.416q.071.203.129.413l-.353.221a3 3 0 0 1-.291-.243.95.95 0 0 1 .099-.391M20.3 22.664c.122 0 .244.014.366.031.139.084.127.264.165.4l-.354.217c-.1-.1-.267-.16-.294-.311a3 3 0 0 1 .117-.337M21.424 22.668c.166.029.409-.055.476.156l.056.27-.343.217a2 2 0 0 1-.292-.25c-.026-.14.068-.261.103-.393M22.55 22.665c.124 0 .246.013.369.029.137.088.127.264.162.4l-.342.215c-.108-.1-.277-.161-.3-.321a3 3 0 0 1 .111-.323M23.6 22.837a.3.3 0 0 1 .548-.008c.014.067.041.2.054.271l-.349.214c-.135-.114-.4-.267-.253-.477M8.416 23.286a.68.68 0 0 1 .557.005.9.9 0 0 1-.105.523h-.347a.72.72 0 0 1-.105-.528M9.537 23.291a.65.65 0 0 1 .559 0 .8.8 0 0 1-.11.526H9.65a.72.72 0 0 1-.113-.526M10.664 23.287a.68.68 0 0 1 .554 0 .7.7 0 0 1-.107.525h-.341a.77.77 0 0 1-.106-.525M11.786 23.29a.69.69 0 0 1 .56 0 .8.8 0 0 1-.106.528h-.346a.8.8 0 0 1-.108-.528M12.91 23.292a.66.66 0 0 1 .557-.006.73.73 0 0 1-.122.558.7.7 0 0 1-.418-.151 3 3 0 0 1-.017-.401M14.034 23.291a.7.7 0 0 1 .56-.005.76.76 0 0 1-.106.528h-.344a.87.87 0 0 1-.11-.523M15.159 23.29a.7.7 0 0 1 .555-.008.7.7 0 0 1-.1.532h-.344a.86.86 0 0 1-.111-.524M16.283 23.3a.66.66 0 0 1 .558-.01.7.7 0 0 1-.106.529h-.341a.87.87 0 0 1-.111-.519M17.409 23.292a.68.68 0 0 1 .552-.01.71.71 0 0 1-.109.561c-.147-.03-.316-.025-.423-.148a3 3 0 0 1-.02-.403M18.534 23.3c.15-.036.325-.171.461-.028.214.141.09.409-.024.572a.7.7 0 0 1-.419-.148 3 3 0 0 1-.018-.396M19.657 23.3a.67.67 0 0 1 .551-.015.65.65 0 0 1-.112.562.68.68 0 0 1-.417-.148 4 4 0 0 1-.022-.399M20.783 23.3c.151-.038.324-.17.463-.03.221.139.081.4-.022.571-.147-.029-.316-.024-.421-.149a3 3 0 0 1-.02-.392M21.906 23.3c.184-.093.466-.167.556.086.1.154-.036.3-.108.426h-.332a.9.9 0 0 1-.116-.512M23.033 23.3c.149-.038.318-.17.456-.034.238.141.092.4-.017.577-.147-.03-.313-.028-.418-.151a4 4 0 0 1-.021-.392M7.8 23.691c-.146-.047-.168-.346-.017-.394.134.061.173.339.017.394M24.219 23.283c.164.055.141.381-.012.44-.155-.071-.128-.364.012-.44M7.956 23.83a.33.33 0 0 1 .484.275c.034.178-.18.26-.3.332a.343.343 0 0 1-.184-.607M9.085 23.829c.312-.185.684.287.365.5-.296.315-.736-.272-.365-.5M10.033 24.225c.054-.173.094-.463.343-.424.3-.04.448.44.154.556-.168.177-.339-.063-.497-.132M11.35 24.356c-.292-.116-.144-.6.156-.555.25-.041.291.256.343.429-.157.07-.331.298-.499.126M12.281 24.225c.049-.172.1-.457.342-.423.223-.037.362.217.311.411a.7.7 0 0 1-.3.221 4 4 0 0 1-.353-.209M13.558 23.793a.43.43 0 0 1 .541.435c-.17.1-.37.3-.542.1-.221-.128-.057-.367.001-.535M14.677 23.8c.162.028.392-.04.469.155.2.273-.259.645-.468.37-.219-.125-.049-.363-.001-.525M15.826 23.842c.148-.071.378-.069.447.111.144.218-.069.427-.275.483-.275-.064-.434-.406-.172-.594M16.926 23.8c.162.029.4-.042.471.157.143.219-.068.431-.277.484a.8.8 0 0 1-.306-.232 1.3 1.3 0 0 1 .112-.409M18.078 23.839a.312.312 0 0 1 .48.28c.025.175-.18.263-.311.319-.275-.073-.433-.405-.169-.599M19.2 23.84a.31.31 0 0 1 .477.28c.029.178-.183.259-.312.319-.265-.071-.426-.41-.165-.599M20.239 23.955c.129-.288.631-.154.567.171.025.182-.215.235-.312.348-.146-.125-.432-.297-.255-.519M21.463 24.348a.291.291 0 0 1 .147-.542c.264-.068.323.244.354.434-.164.071-.338.293-.501.108M22.489 23.952c.128-.284.641-.146.565.175.027.185-.218.237-.317.349-.137-.129-.422-.306-.248-.524M23.7 23.852c.3-.247.688.258.374.475-.274.31-.74-.254-.374-.475M8.416 24.414a.95.95 0 0 1 .554 0 1.15 1.15 0 0 1-.081.524H8.5a.94.94 0 0 1-.084-.524M9.541 24.415a.9.9 0 0 1 .555 0 1.14 1.14 0 0 1-.079.522h-.394a.93.93 0 0 1-.082-.522M10.663 24.415a.93.93 0 0 1 .556 0 1 1 0 0 1-.085.525h-.391a1.2 1.2 0 0 1-.08-.525M11.789 24.418a.96.96 0 0 1 .556 0 1.1 1.1 0 0 1-.081.527h-.394a1 1 0 0 1-.081-.527M12.913 24.416a.94.94 0 0 1 .555 0 1 1 0 0 1-.081.526h-.392a1.06 1.06 0 0 1-.082-.526M14.035 24.418a.95.95 0 0 1 .558 0 .94.94 0 0 1-.083.527h-.391a1.2 1.2 0 0 1-.084-.527M15.163 24.416a.93.93 0 0 1 .549 0l.012.331c-.029.236-.3.2-.471.218a1.1 1.1 0 0 1-.09-.549M16.285 24.418a.97.97 0 0 1 .55-.006l.019.328c-.04.237-.307.2-.482.223a1.3 1.3 0 0 1-.087-.545M17.409 24.419a.93.93 0 0 1 .55-.007l.02.335c-.046.23-.306.194-.479.217a1.3 1.3 0 0 1-.091-.545M18.535 24.419a.92.92 0 0 1 .547-.007l.024.326c-.036.236-.3.205-.478.225a1.2 1.2 0 0 1-.093-.544M19.662 24.416a.95.95 0 0 1 .545-.006c.019.175.085.415-.116.515l-.339.038a1.2 1.2 0 0 1-.09-.547M20.786 24.418a1 1 0 0 1 .546-.009c.005.167.094.433-.116.515l-.334.041a1.1 1.1 0 0 1-.096-.547M21.911 24.419a.94.94 0 0 1 .543-.01c.018.172.094.425-.113.517l-.34.037a1.2 1.2 0 0 1-.09-.544M23.038 24.416a1 1 0 0 1 .541-.009c.027.181.087.422-.119.527-.146.01-.326.044-.407-.113a4 4 0 0 1-.015-.405M7.967 24.974c.231-.161.546.112.471.366a.63.63 0 0 1-.394.249 2.3 2.3 0 0 1-.077-.615M9.092 24.983c.176-.16.485.038.472.255.038.147-.12.231-.214.31-.329.106-.577-.393-.258-.565M10.209 24.991c.175-.179.5.034.48.256.013.243-.362.434-.521.208a.284.284 0 0 1 .041-.464M11.339 24.984c.267-.232.674.255.378.47-.282.346-.781-.254-.378-.47M12.457 24.99c.268-.253.692.26.378.471-.283.33-.762-.256-.378-.471M13.585 24.988c.269-.244.683.254.378.471-.284.334-.77-.259-.378-.471M14.711 24.988c.268-.242.674.246.383.468-.282.344-.782-.25-.383-.468M15.835 24.987c.272-.243.675.25.38.472-.283.334-.774-.254-.38-.472M16.964 24.987c.271-.24.669.249.38.473-.287.34-.781-.26-.38-.473M18.151 24.937c.3-.106.567.322.316.523a.293.293 0 0 1-.473-.058c-.156-.16.006-.372.157-.465M19.275 24.937c.3-.106.569.326.314.527a.292.292 0 0 1-.466-.057c-.16-.154.006-.377.152-.47M20.4 24.937a.321.321 0 0 1 .193.611.321.321 0 0 1-.193-.611M21.523 24.937a.314.314 0 0 1 .407.311.294.294 0 0 1-.518.2c-.212-.148-.06-.412.111-.511M22.5 25.087a.3.3 0 0 1 .558.158c.043.239-.239.29-.4.342-.102-.14-.33-.324-.158-.5M23.57 25.335c-.09-.265.334-.587.5-.3a5 5 0 0 1-.1.552.64.64 0 0 1-.4-.252M8.428 25.536a2.1 2.1 0 0 1 .529 0c.05.24.036.625-.32.547-.301-.007-.226-.348-.209-.547M9.55 25.536a2.1 2.1 0 0 1 .535.005 1 1 0 0 1-.036.487 1 1 0 0 1-.5.025 5 5 0 0 1 .001-.517M10.679 25.534a3 3 0 0 1 .528 0q.013.256 0 .514a.87.87 0 0 1-.5-.021.9.9 0 0 1-.028-.493M11.8 25.539a2.6 2.6 0 0 1 .525-.006c.005.164.065.346-.035.5-.16.092-.466.1-.5-.129a2 2 0 0 1 .01-.365M12.929 25.535a3 3 0 0 1 .528 0 4 4 0 0 1 0 .531 1 1 0 0 1-.488-.038c-.101-.149-.045-.328-.04-.493M14.05 25.54a2.4 2.4 0 0 1 .533 0 5 5 0 0 1-.005.523.86.86 0 0 1-.493-.036.94.94 0 0 1-.035-.487M17.44 25.532a3 3 0 0 1 .518 0 3.5 3.5 0 0 1-.006.534c-.16-.007-.34.043-.484-.048-.106-.141-.033-.325-.028-.486M15.175 25.534a5 5 0 0 1 .528 0c.024.2.09.564-.223.559-.347.058-.351-.326-.305-.559M16.308 25.533a5 5 0 0 1 .516 0c.074.242.045.634-.307.556-.307-.006-.229-.359-.209-.556M18.561 25.54a.73.73 0 0 1 .492.027.9.9 0 0 1 .029.5c-.164-.006-.347.049-.5-.044a.8.8 0 0 1-.021-.483M19.687 25.534q.255-.015.512-.006c.083.243.04.643-.313.557-.304-.006-.216-.357-.199-.551M20.8 25.536a4 4 0 0 1 .526-.005c.032.205.09.563-.223.56-.347.056-.346-.324-.303-.555M21.962 26.019c-.112-.172-.079-.5.172-.511l.315.028a.73.73 0 0 1-.027.5.46.46 0 0 1-.46-.017M23.036 25.734c.007-.28.347-.229.535-.2.02.168.115.48-.122.533a.291.291 0 0 1-.413-.333M8.193 26.087c.139-.051.3.154.238.284-.131.042-.29-.162-.238-.284M8.91 26.259a3 3 0 0 1 .345-.211 3 3 0 0 1 .345.219c-.053.166-.1.457-.34.41-.253.057-.307-.239-.35-.418M10.034 26.261a3 3 0 0 1 .341-.213 3 3 0 0 1 .352.218c-.052.168-.1.457-.344.411-.253.057-.301-.241-.349-.416M11.354 26.118c.173-.164.342.071.495.144-.043.178-.1.468-.353.415-.306.046-.426-.439-.142-.559M12.43 26.159c.169-.221.382 0 .544.1-.049.174-.1.471-.348.414a.289.289 0 0 1-.196-.514M13.406 26.271a3 3 0 0 1 .349-.223 3 3 0 0 1 .34.209c-.037.18-.1.471-.347.419-.241.046-.293-.237-.342-.405M14.529 26.27a3 3 0 0 1 .348-.222 3 3 0 0 1 .342.208c-.04.179-.094.476-.345.42-.239.043-.293-.239-.345-.406M15.735 26.535c-.155-.2.067-.436.268-.486a3 3 0 0 1 .343.209q-.066.221-.15.435c-.159-.032-.382.026-.461-.158M16.97 26.127c.167-.182.341.054.5.127-.027.185-.1.473-.346.422a.293.293 0 0 1-.154-.549M18.1 26.121c.2-.188.537.108.451.342a.313.313 0 0 1-.57.065.28.28 0 0 1 .119-.407M19.111 26.533c-.2-.253.256-.657.468-.376.2.128.065.378-.012.539-.159-.03-.375.015-.456-.163M20.342 26.13c.312-.28.693.357.312.528-.335.174-.665-.34-.312-.528M21.46 26.134c.164-.19.346.036.5.113-.05.151-.034.42-.255.425-.315.105-.553-.372-.245-.538M22.594 26.124c.2-.193.548.1.456.339-.033.261-.451.3-.563.073-.128-.131-.009-.322.107-.412M23.56 26.415c-.1-.141.1-.386.258-.333.067.139-.094.394-.258.333M9.477 26.977c.073-.134.11-.34.3-.33.218-.048.307.166.381.326a13 13 0 0 1-.681.004M10.607 26.977c.062-.161.143-.372.358-.332.2-.014.245.192.314.332q-.336.005-.672 0M11.737 26.938c.049-.16.158-.318.347-.292.2-.016.249.19.326.327a2 2 0 0 1-.673-.035M13.173 26.646c.214-.04.287.177.361.33-.228.005-.456 0-.684 0 .072-.139.123-.349.323-.33M13.98 26.977a.4.4 0 0 1 .541-.311l.125.3a8 8 0 0 1-.666.011M15.1 26.977a.4.4 0 0 1 .551-.307l.115.307c-.221.002-.442.005-.666 0M16.229 26.977a.41.41 0 0 1 .549-.313l.107.315c-.219-.001-.437.001-.656-.002M17.53 26.67a2.3 2.3 0 0 1 .367-.006l.12.316h-.664a2 2 0 0 1 .177-.31M18.482 26.978c.046-.286.287-.363.541-.32l.122.321c-.221 0-.445.001-.663-.001M19.781 26.672a2 2 0 0 1 .368-.008l.123.315h-.663a1 1 0 0 1 .172-.307M20.9 26.674a1.7 1.7 0 0 1 .376-.01c.038.1.075.209.112.316h-.657a1.1 1.1 0 0 1 .169-.306M22.028 26.67a2 2 0 0 1 .375-.006q.059.156.116.316h-.661a1.3 1.3 0 0 1 .17-.31" style="fill:#51555a"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g fill="#2379f4" stroke-width=".963"><path d="m9.394 29.918 16.355-10.98s.738-.408.738-1.057c0-.864-.933-1.143-.933-1.143l-8.997-3.45c-.322-.123-.765.218-.35.652l2.978 2.888s.828.789.828 1.305c0 .517-.507.976-.507.976L8.666 29.254c-.385.361.136 1.015.728.664z" data-immersive-translate-walked="1948df4d-7920-48ea-a7d9-578193cf0091"/><path d="M22.605 2.082 6.25 13.062s-.737.41-.737 1.059c0 .862.932 1.144.932 1.144l8.998 3.448c.322.12.765-.22.35-.651l-2.978-2.897s-.83-.788-.83-1.305c0-.519.51-.976.51-.976L23.327 2.745c.392-.36-.128-1.016-.721-.663z" data-immersive-translate-walked="1948df4d-7920-48ea-a7d9-578193cf0091"/></g></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="-182.072" y2="-209.928" gradientTransform="matrix(1 0 0 -1 0 -180)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs><path d="M6.045 23.991a1.17 1.17 0 0 1-1.208.191L2.718 23.3A1.17 1.17 0 0 1 2 22.222V9.778A1.165 1.165 0 0 1 2.718 8.7l2.119-.883a1.17 1.17 0 0 1 1.208.191l.476.408a.646.646 0 0 0-1.021.526v14.116a.646.646 0 0 0 1.021.525Z" style="fill:#52218a"/><path d="M2.718 23.3A1.17 1.17 0 0 1 2 22.222v-.1a.674.674 0 0 0 1.174.452L21.25 2.583a1.74 1.74 0 0 1 1.99-.338l5.769 2.778A1.75 1.75 0 0 1 30 6.6v.067a1.1 1.1 0 0 0-1.8-.854L6.521 23.583l-.476.408a1.17 1.17 0 0 1-1.208.191Z" style="fill:#6c33af"/><path d="M2.718 8.7A1.17 1.17 0 0 0 2 9.778v.1a.674.674 0 0 1 1.174-.452l18.076 19.99a1.74 1.74 0 0 0 1.99.338l5.769-2.778A1.75 1.75 0 0 0 30 25.4v-.068a1.1 1.1 0 0 1-1.8.855L6.521 8.417l-.476-.408a1.17 1.17 0 0 0-1.208-.191Z" style="fill:#854cc7"/><path d="M23.24 29.755a1.74 1.74 0 0 1-1.99-.338 1.025 1.025 0 0 0 1.75-.725V3.308a1.025 1.025 0 0 0-1.75-.725 1.74 1.74 0 0 1 1.99-.338l5.768 2.774A1.75 1.75 0 0 1 30 6.6v18.805a1.75 1.75 0 0 1-.991 1.577Z" style="fill:#b179f1"/><g style="opacity:.25"><path d="M22.093 29.883a1.74 1.74 0 0 0 1.147-.128l5.768-2.774A1.75 1.75 0 0 0 30 25.4V6.6a1.75 1.75 0 0 0-.992-1.577L23.24 2.245a1.74 1.74 0 0 0-1.99.339l-9.3 10.284-5.429-4.452-.476-.408a1.17 1.17 0 0 0-1.207-.191L2.719 8.7A1.17 1.17 0 0 0 2 9.689v12.62a1.17 1.17 0 0 0 .715.989l2.119.883a1 1 0 0 0 .155.052 1.17 1.17 0 0 0 1.052-.243l.476-.408 5.43-4.452 9.3 10.285a1.73 1.73 0 0 0 .846.468M23 10.072 15.77 16 23 21.927ZM5.5 12l3.619 4L5.5 20Z" style="fill-rule:evenodd;fill:url(#a)"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.128 30 11.77 18.955l-6.83 5.202-2.607-1.312V9.175l2.616-1.324 6.837 5.202L23.127 2l6.54 2.618v22.764z" style="fill:#fff"/><path d="m28.675 5.289-5.317-2.128L11.866 14.36 4.842 9.016l-1.516.767v12.452l1.507.758 7.016-5.344 11.51 11.19 5.317-2.128V5.289ZM5.591 18.928v-5.847l3.252 2.9zM16 15.986l6.495-4.86v9.756l-6.5-4.9H16Z" style="fill:#68217a"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="13.859" x2="18.106" y1="29.219" y2="29.219" gradientUnits="userSpaceOnUse"><stop offset=".034" stop-color="#636361"/><stop offset=".178" stop-color="#6c6d70"/><stop offset=".219" stop-color="#6f7175"/><stop offset=".309" stop-color="#616366"/><stop offset=".481" stop-color="#3c3d3f"/><stop offset=".716" stop-color="#010101"/><stop offset=".719"/><stop offset="1" stop-color="#636a6e"/></linearGradient><linearGradient xlink:href="#a" id="f" x1="15.178" x2="16.787" y1="29.734" y2="29.734"/><linearGradient id="g" x1="15.277" x2="16.688" y1="29.881" y2="29.881" gradientUnits="userSpaceOnUse"><stop offset=".034" stop-color="#9b9b98"/><stop offset=".131" stop-color="#a4a5a7"/><stop offset=".219" stop-color="#aeb1b8"/><stop offset=".352" stop-color="#9fa4ab"/><stop offset=".605" stop-color="#788188"/><stop offset=".719" stop-color="#657076"/><stop offset="1" stop-color="#8b949a"/></linearGradient><linearGradient id="b" x1="16.126" x2="16.05" y1="28.108" y2="26.893" gradientUnits="userSpaceOnUse"><stop offset=".034" stop-color="#9b9b98"/><stop offset=".109" stop-color="#a5a6a7"/><stop offset=".219" stop-color="#babcc4"/><stop offset=".311" stop-color="#abaeb5"/><stop offset=".487" stop-color="#84898f"/><stop offset=".719" stop-color="#485054"/><stop offset="1" stop-color="#8b949a"/></linearGradient><linearGradient xlink:href="#b" id="i" x1="16.013" x2="15.895" y1="26.542" y2="24.635"/><linearGradient xlink:href="#b" id="j" x1="16.023" x2="15.887" y1="25.546" y2="23.355"/><linearGradient xlink:href="#b" id="l" x1="16.013" x2="15.895" y1="27.627" y2="25.72"/><linearGradient id="m" x1="13.68" x2="18.284" y1="28.805" y2="28.805" gradientUnits="userSpaceOnUse"><stop offset=".034" stop-color="#545453"/><stop offset=".071" stop-color="#616262"/><stop offset=".143" stop-color="#848589"/><stop offset=".219" stop-color="#aeb1b8"/><stop offset=".352" stop-color="#9fa4ab"/><stop offset=".605" stop-color="#788188"/><stop offset=".719" stop-color="#657076"/><stop offset="1" stop-color="#505659"/></linearGradient><linearGradient id="c" x1="12.159" x2="19.475" y1="25.813" y2="25.813" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e5e1df"/><stop offset="0" stop-color="#dddad6"/><stop offset=".038" stop-color="#ceccc9"/><stop offset=".112" stop-color="#a7a9a8"/><stop offset=".212" stop-color="#697072"/><stop offset=".264" stop-color="#465054"/><stop offset=".303" stop-color="#636c6f"/><stop offset=".398" stop-color="#a5aaac"/><stop offset=".478" stop-color="#d5d7d9"/><stop offset=".539" stop-color="#f3f4f5"/><stop offset=".573" stop-color="#fefeff"/><stop offset=".62" stop-color="#f4f5f6"/><stop offset=".699" stop-color="#dadcdf"/><stop offset=".8" stop-color="#b0b4b9"/><stop offset=".876" stop-color="#8b9298"/><stop offset="1" stop-color="#d1d3d4"/><stop offset="1" stop-color="#a7a9ac"/></linearGradient><linearGradient xlink:href="#c" id="n" x1="12.159" x2="19.475" y1="24.728" y2="24.728"/><linearGradient xlink:href="#c" id="p" x1="12.159" x2="19.475" y1="23.548" y2="23.548"/><linearGradient xlink:href="#c" id="q" x1="12.159" x2="19.475" y1="26.898" y2="26.898"/><linearGradient id="d" x1="12.159" x2="19.475" y1="25.967" y2="25.967" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e5e1df"/><stop offset="0" stop-color="#dde8d0"/><stop offset="0" stop-color="#d2f3ba"/><stop offset=".036" stop-color="#c5e4b1"/><stop offset=".105" stop-color="#a4bd98"/><stop offset=".199" stop-color="#6e7f71"/><stop offset=".264" stop-color="#465054"/><stop offset=".303" stop-color="#636c6f"/><stop offset=".398" stop-color="#a5aaac"/><stop offset=".478" stop-color="#d5d7d9"/><stop offset=".539" stop-color="#f3f4f5"/><stop offset=".573" stop-color="#fefeff"/><stop offset=".62" stop-color="#f4f5f6"/><stop offset=".699" stop-color="#dadcdf"/><stop offset=".8" stop-color="#b0b4b9"/><stop offset=".876" stop-color="#8b9298"/><stop offset="1" stop-color="#d1d3d4"/><stop offset="1" stop-color="#a7a9ac"/></linearGradient><linearGradient xlink:href="#d" id="r" x1="12.159" x2="19.475" y1="24.883" y2="24.883"/><linearGradient xlink:href="#d" id="s" x1="12.159" x2="19.475" y1="27.05" y2="27.05"/><linearGradient xlink:href="#b" id="t" x1="11.902" x2="19.884" y1="23.201" y2="23.201"/><radialGradient id="h" cx="-8.456" cy="-16.616" r="19.383" gradientTransform="translate(34.042 37.063)scale(1.054)" gradientUnits="userSpaceOnUse"><stop offset=".034" stop-color="#70706e"/><stop offset=".112" stop-color="#616261"/><stop offset=".219" stop-color="#46474a"/><stop offset=".408" stop-color="#48494c"/><stop offset=".487" stop-color="#4e5053"/><stop offset=".544" stop-color="#5a5c5f"/><stop offset=".592" stop-color="#6a6e71"/><stop offset=".633" stop-color="#7f8588"/><stop offset=".667" stop-color="#979ea1"/><stop offset=".719" stop-color="#3d4447"/><stop offset="1" stop-color="#656c70"/></radialGradient><radialGradient id="u" cx="-16.983" cy="-22.948" r="10.718" gradientTransform="translate(34.042 37.063)scale(1.054)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffffd1"/><stop offset=".505" stop-color="#ff0"/><stop offset=".568" stop-color="#fdf700"/><stop offset=".664" stop-color="#f6e200"/><stop offset=".782" stop-color="#ebbf00"/><stop offset=".906" stop-color="#de9200"/><stop offset="1" stop-color="#da9819"/></radialGradient></defs><path d="M13.859 28.776a.24.24 0 0 0 .128.191 12 12 0 0 0 1.392.622 4 4 0 0 0 .578.072h.052a4 4 0 0 0 .578-.072 12 12 0 0 0 1.392-.622.24.24 0 0 0 .128-.191l-2.137.192Z" style="fill:url(#a)"/><path d="M16.014 30a1.12 1.12 0 0 0 .688-.247.18.18 0 0 0 .085-.126v-.105a3.2 3.2 0 0 0-.773-.053h-.063a3.2 3.2 0 0 0-.773.053v.105a.18.18 0 0 0 .085.126 1.12 1.12 0 0 0 .688.247Z" style="fill:url(#f)"/><path d="M15.951 29.807a5 5 0 0 1-.674-.044 1.1 1.1 0 0 0 .674.237h.063a1.1 1.1 0 0 0 .675-.237 5 5 0 0 1-.675.044Z" style="fill:url(#g)"/><path d="M19.809 26.838a1 1 0 0 0-.234.389c-.036.181-.1.585-1.326 1.406l-.025.017a.4.4 0 0 1-.086.037 10 10 0 0 1-2.155.209 10 10 0 0 1-2.156-.209.4.4 0 0 1-.085-.036l-.025-.017a4.6 4.6 0 0 1-1.12-.957c-.164-.219-.373-.257-.39-.345a21 21 0 0 0 3.855.057 13 13 0 0 0 3.761-.654 1 1 0 0 1-.014.103" style="fill:url(#h)"/><path d="M19.772 26.88a1 1 0 0 1-.246.129c-.076.028-.245.078-.245.078a25.2 25.2 0 0 1-6.458.436c-.136-.009-.32-.028-.32-.028a1 1 0 0 1-.14-.028 1 1 0 0 1 .14.107c.16.013.319.019.319.019a26.9 26.9 0 0 0 6.743-.323l.009-.042a.9.9 0 0 1 .198-.348" style="fill:url(#b)"/><path d="M19.439 25.382s.245-.07.245-.162a.1.1 0 0 0-.013-.065.21.21 0 0 1-.061-.144.44.44 0 0 1 .119-.27 1 1 0 0 1-.2.1c-.076.028-.245.078-.245.078a25.2 25.2 0 0 1-6.458.436c-.136-.009-.32-.028-.32-.028a1 1 0 0 1-.181-.041.38.38 0 0 1 .078.217.72.72 0 0 1-.254.432.67.67 0 0 1 .368-.079 26.2 26.2 0 0 0 6.922-.474" style="fill:url(#i)"/><path d="M19.439 24.229s.245-.078.245-.182a.14.14 0 0 0-.013-.073.25.25 0 0 1-.061-.162.5.5 0 0 1 .119-.3 1 1 0 0 1-.2.111c-.076.032-.245.088-.245.088a22.5 22.5 0 0 1-6.458.489c-.136-.01-.32-.032-.32-.032a1 1 0 0 1-.181-.046.46.46 0 0 1 .078.243.83.83 0 0 1-.254.484.6.6 0 0 1 .368-.089c.497-.002 4.418.281 6.922-.531" style="fill:url(#j)"/><path d="M19.439 26.467s.245-.07.245-.163a.1.1 0 0 0-.013-.065.21.21 0 0 1-.061-.144.44.44 0 0 1 .119-.27 1 1 0 0 1-.2.1c-.076.028-.245.078-.245.078a25.2 25.2 0 0 1-6.458.436c-.136-.009-.32-.028-.32-.028a1 1 0 0 1-.181-.041.38.38 0 0 1 .078.217.72.72 0 0 1-.254.432.67.67 0 0 1 .368-.079 26.2 26.2 0 0 0 6.922-.473" style="fill:url(#l)"/><path d="M19.439 26.467s.245-.07.245-.163a.1.1 0 0 0-.013-.065.21.21 0 0 1-.061-.144.44.44 0 0 1 .119-.27 1 1 0 0 1-.2.1c-.076.028-.245.078-.245.078a25.2 25.2 0 0 1-6.458.436c-.136-.009-.32-.028-.32-.028a1 1 0 0 1-.181-.041.38.38 0 0 1 .078.217.72.72 0 0 1-.254.432.67.67 0 0 1 .368-.079 26.2 26.2 0 0 0 6.922-.473" style="fill:url(#l)"/><path d="M18.224 28.65a.4.4 0 0 1-.086.037 10 10 0 0 1-2.155.209 10 10 0 0 1-2.156-.209.4.4 0 0 1-.085-.036l-.025-.017-.029-.019a.1.1 0 0 0 0 .073c.024.073.147.1.147.1a10 10 0 0 0 2.15.209 10 10 0 0 0 2.15-.209s.126-.029.147-.1a.12.12 0 0 0 0-.073l-.029.019Z" style="fill:url(#m)"/><path d="M19.944 25.5s.041.252-.418.423c-.076.028-.245.078-.245.078a25.2 25.2 0 0 1-6.458.436c-.136-.009-.32-.028-.32-.028-.276-.038-.467-.16-.455-.308 0 0-.033-.249.466-.249a26.2 26.2 0 0 0 6.925-.472s.245-.07.245-.162a.1.1 0 0 0-.013-.066s.273.16.273.348" style="fill:url(#c)"/><path d="M19.944 24.416s.041.252-.418.423c-.076.028-.245.078-.245.078a25.2 25.2 0 0 1-6.458.436c-.136-.009-.32-.028-.32-.028-.276-.038-.467-.16-.455-.308 0 0-.033-.248.466-.248a26.2 26.2 0 0 0 6.925-.472s.245-.07.245-.162a.1.1 0 0 0-.013-.065s.273.157.273.346" style="fill:url(#n)"/><path d="M19.893 24.406v-.021c-.012.076-.078.236-.417.355-.076.026-.245.073-.245.073a22.4 22.4 0 0 1-5.1.5 22.2 22.2 0 0 0 5.1-.441s.169-.047.245-.073c.457-.156.417-.393.417-.393M19.893 25.491v-.021c-.012.076-.078.236-.417.355-.076.027-.245.073-.245.073a22.4 22.4 0 0 1-5.1.5 22.2 22.2 0 0 0 5.1-.441s.169-.047.245-.073c.457-.156.417-.393.417-.393" style="fill:#fff"/><path d="M19.944 23.034s.041.329-.418.552c-.076.037-.245.1-.245.1a19.4 19.4 0 0 1-6.458.569 8 8 0 0 1-.32-.037c-.276-.05-.467-.209-.455-.4 0 0-.033-.324.466-.324a18.3 18.3 0 0 0 6.925-.461 1 1 0 0 0 .444-.238.5.5 0 0 1 .061.239" style="fill:url(#p)"/><path d="M19.944 26.586s.041.252-.418.423c-.076.028-.245.078-.245.078a25.2 25.2 0 0 1-6.458.436c-.136-.009-.32-.028-.32-.028-.276-.038-.467-.16-.455-.308 0 0-.033-.248.466-.248a26.2 26.2 0 0 0 6.925-.472s.245-.07.245-.163a.1.1 0 0 0-.013-.065s.273.161.273.347" style="fill:url(#q)"/><path d="M19.893 26.576v-.021c-.012.076-.078.236-.417.355-.076.026-.245.073-.245.073a22.4 22.4 0 0 1-5.1.5 22.2 22.2 0 0 0 5.1-.441s.169-.047.245-.073c.457-.156.417-.393.417-.393M19.893 23.321V23.3c-.012.076-.078.236-.417.355-.076.027-.245.073-.245.073a22.4 22.4 0 0 1-5.1.5 22.2 22.2 0 0 0 5.1-.441s.169-.047.245-.073c.457-.156.417-.393.417-.393" style="fill:#fff"/><path d="M12.417 25.881s-.236 0-.241.08.246.085.246.085.175 0 .3.005c.619-.013 1.993-.038 3.437-.166-1.775.073-3.436-.002-3.742-.004" style="fill:url(#d)"/><path d="M12.417 24.8s-.236 0-.241.08.246.085.246.085.175 0 .3.005c.619-.012 1.993-.038 3.437-.166-1.775.07-3.436-.004-3.742-.004" style="fill:url(#r)"/><path d="M12.417 26.965s-.236 0-.241.08.246.085.246.085.175 0 .3.005c.619-.012 1.993-.038 3.437-.166-1.775.073-3.436-.003-3.742-.004" style="fill:url(#s)"/><path d="M11.965 22.779s-.274.315.319.711c0 0 5.775.587 7.6-.695 0 0-6.261.525-7.919-.016" style="fill:url(#t)"/><path d="M20.035 22.779a4.5 4.5 0 0 0 .81-1.155 3.4 3.4 0 0 0 .2-1.115 6.7 6.7 0 0 1 .632-2.91c.534-1.014 2.81-4.447 2.81-7.462A8.01 8.01 0 0 0 16 2a8.01 8.01 0 0 0-8.483 8.136c0 3.015 2.276 6.448 2.81 7.462a6.7 6.7 0 0 1 .632 2.91 3.4 3.4 0 0 0 .2 1.115 4.5 4.5 0 0 0 .81 1.155 13.9 13.9 0 0 0 3.987.37 15.2 15.2 0 0 0 4.079-.369" style="fill:url(#u)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#039475" d="M12.887 21.965v.002c-2.74 0-5.48-.012-8.22.005-1.533.01-2.475 1.445-1.795 2.8 1.507 3.004 3.927 4.881 7.305 5.045 3.703.18 7.422.08 11.133.044 1.565-.015 2.989-1.208 3.441-2.707.796-2.637-1.058-5.169-3.819-5.186-2.682-.016-5.364-.003-8.045-.003m3.372-9.928c-1.77 0-3.54-.01-5.31.003-2.498.02-4.341 2.337-3.814 4.777.4 1.85 1.931 3.113 3.843 3.121 3.267.016 6.535-.025 9.802.018 3.82.051 6.586 3.236 6.115 6.958-.024.186.05.384.077.577.173-.106.38-.18.512-.324 1.667-1.791 2.463-3.902 2.425-6.362-.077-4.923-3.892-8.747-8.807-8.768-1.614-.007-3.229-.001-4.843 0M4.876 17.491l.189-.034c.013-.176.04-.353.038-.53-.006-.522-.097-1.055-.025-1.565.435-3.075 3.054-5.337 6.183-5.351 3.072-.015 6.144-.004 9.217-.004 2.294 0 4.589.017 6.883-.005 1.593-.015 2.49-1.493 1.749-2.896-1.71-3.237-4.39-4.963-8.071-5.004-3.325-.038-6.65-.022-9.975.002-.714.005-1.445.064-2.137.228C3.705 3.568.742 9.244 2.694 14.255c.483 1.238 1.192 2.34 2.182 3.236"/><path fill="#039475" d="M22.878 6.608a1.11 1.11 0 0 0 1.1-1.172c-.024-.621-.515-1.067-1.154-1.045-.61.02-1.111.537-1.094 1.128.016.578.567 1.1 1.148 1.089M4.877 17.49c-.99-.895-1.7-1.998-2.182-3.236C.742 9.243 3.705 3.568 8.927 2.332c.692-.164 1.423-.223 2.137-.228 3.325-.023 6.65-.04 9.975-.002 3.681.04 6.362 1.767 8.071 5.004.74 1.403-.155 2.88-1.749 2.896-2.294.022-4.589.005-6.883.005-3.072 0-6.145-.011-9.217.004-3.129.014-5.747 2.276-6.183 5.351-.072.51.019 1.043.025 1.566.002.176-.024.353-.038.529z"/><path fill="#039475" d="M16.259 12.037c1.614 0 3.229-.007 4.843 0 4.915.02 8.73 3.845 8.807 8.768.039 2.46-.758 4.571-2.425 6.362-.133.143-.34.218-.512.324-.028-.193-.101-.391-.077-.577.471-3.722-2.295-6.906-6.115-6.957-3.267-.044-6.535-.003-9.802-.019-1.912-.008-3.444-1.27-3.843-3.12-.527-2.441 1.316-4.759 3.814-4.778 1.77-.014 3.54-.003 5.31-.003"/><path fill="#039475" d="M12.887 21.965c2.681 0 5.363-.013 8.045.003 2.76.017 4.615 2.55 3.82 5.186-.453 1.5-1.877 2.692-3.442 2.707-3.711.036-7.43.137-11.133-.044-3.378-.164-5.798-2.041-7.305-5.044-.68-1.356.262-2.792 1.795-2.8 2.74-.018 5.48-.006 8.22-.006z"/><path fill="#fff" d="M22.878 6.608c-.58.01-1.132-.511-1.148-1.089-.017-.591.483-1.108 1.094-1.128.639-.022 1.13.424 1.153 1.045a1.11 1.11 0 0 1-1.1 1.172"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m18.105 8.876 6.173 2.667-6.173 6ZM6.318 29 17.21 18.413 13.887 15.2ZM2 3l15.582 15.052V8.474Z" style="fill:#82bfa1;fill-rule:evenodd"/><path d="M27.436 8.473h-8.972L30 13.457Z" style="fill:#fa6340;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M7.25 18.1a40.4 40.4 0 0 0-.09-6.44c-.11-1.36-.11-3.43.69-3.8C9.8 7 11.6 11.31 15 10.8c2.75-.41 2.08-5.1 3.93-5.38C21.58 5 26.89 16 27.66 23.75A14 14 0 1 0 2 16a13.92 13.92 0 0 0 3.84 9.61 21.9 21.9 0 0 0 1.41-7.51" style="fill:#b4bcf6"/><path d="M5.81 25.66a21.1 21.1 0 0 0 1.44-7.56 40.4 40.4 0 0 0-.09-6.44c-.11-1.36-.11-3.43.69-3.8C9.8 7 11.6 11.31 15 10.8c2.75-.41 2.08-5.1 3.93-5.38 2.61-.39 8 10.64 8.69 18.38a14.17 14.17 0 0 1-9.86 6.08 13.89 13.89 0 0 1-11.95-4.22" style="fill:#fff"/><path d="M11.17 21.86a2 2 0 0 0 .8-.16 1.9 1.9 0 0 0 .67-.45 2.1 2.1 0 0 0 .46-.67 2.2 2.2 0 0 0 .15-.8 2.08 2.08 0 0 0-2.08-2.08 2.13 2.13 0 0 0-1.47.61 2.08 2.08 0 0 0 1.47 3.55M22.11 20.08A2.07 2.07 0 0 0 24.18 18a2.1 2.1 0 0 0-.15-.79 2 2 0 0 0-1.13-1.13 2.06 2.06 0 0 0-1.59 0 2.2 2.2 0 0 0-.67.45 1.9 1.9 0 0 0-.45.68A2 2 0 0 0 20 18a2.08 2.08 0 0 0 2.08 2.08Z" style="fill:#ef4357"/><path d="M20.47 5.5a2.2 2.2 0 0 0-1.66-.59c-1.15.18-1.54 1.43-1.92 2.63-.49 1.56-.9 2.59-2 2.75-1.61.23-2.81-.74-4-1.69S8.77 6.84 7.56 7.39c-.86.4-1.2 1.86-1 4.33a40 40 0 0 1 .08 6.37 22.9 22.9 0 0 1-1.46 7.67.5.5 0 0 0-.05.21.7.7 0 0 0 0 .2 1 1 0 0 0 .11.18.7.7 0 0 0 .17.12.57.57 0 0 0 .5 0 .6.6 0 0 0 .19-.23 23.6 23.6 0 0 0 1.6-8.11 40.4 40.4 0 0 0-.09-6.51c-.18-2.17.14-3.16.39-3.28.57-.27 1.22.23 2.24 1.06 1.22 1 2.73 2.24 4.81 1.93 1.82-.28 2.38-2.05 2.83-3.47.3-.94.58-1.86 1.12-1.86a1.32 1.32 0 0 1 .85.37c2.66 2.08 6.68 10.94 7.31 17.52a.53.53 0 0 0 .19.35.55.55 0 0 0 .39.12.7.7 0 0 0 .19-.06.5.5 0 0 0 .16-.13.4.4 0 0 0 .1-.18.5.5 0 0 0 0-.2c-.69-7.04-4.88-16.08-7.72-18.29" style="fill:#181818"/><path d="m11.4 19.27-3-.6h-.1a.3.3 0 0 0-.09 0 .3.3 0 0 0-.08.08.3.3 0 0 0 0 .09V19a.3.3 0 0 0 0 .1.2.2 0 0 0 .07.07h.1l2.17.44-2.06.88a.15.15 0 0 0-.09.06.24.24 0 0 0-.06.08.4.4 0 0 0 0 .11.2.2 0 0 0 0 .1.2.2 0 0 0 .09.11.3.3 0 0 0 .15.05h.1l2.84-1.23a.24.24 0 0 0 .12-.1.3.3 0 0 0 0-.16.26.26 0 0 0-.07-.15.3.3 0 0 0-.09-.09M24.79 17.93l-2.25-.12 1.89-1.17a.21.21 0 0 0 .11-.16.24.24 0 0 0 0-.2l-.07-.07-.09-.05a.3.3 0 0 0-.1 0h-.1l-2.6 1.6a.25.25 0 0 0-.11.12.33.33 0 0 0 0 .17.24.24 0 0 0 .09.14.34.34 0 0 0 .15.06l3.09.16a.24.24 0 0 0 .18-.07.25.25 0 0 0 .02-.14.26.26 0 0 0 0-.2.25.25 0 0 0-.21-.07M18.53 17.77a.36.36 0 0 0-.25.11.35.35 0 0 0-.1.24 1.35 1.35 0 0 1-1.25 1.4 1.32 1.32 0 0 1-1.66-.86.4.4 0 0 0-.07-.12.3.3 0 0 0-.11-.08.22.22 0 0 0-.13 0 .43.43 0 0 0-.26.08.4.4 0 0 0-.08.11.7.7 0 0 0 0 .13.3.3 0 0 0 0 .14 1.94 1.94 0 0 0 .74 1 1.9 1.9 0 0 0 1.2.35 3 3 0 0 0 .51 0 2.06 2.06 0 0 0 1.83-2.11.35.35 0 0 0-.1-.24.36.36 0 0 0-.27-.15M14.75 16.39a.35.35 0 0 0 .48-.14.4.4 0 0 0 0-.26 2.56 2.56 0 0 0-2.6-1.38 3.14 3.14 0 0 0-2.32 2.1.33.33 0 0 0 0 .26.36.36 0 0 0 .22.16h.08a.4.4 0 0 0 .21-.07.4.4 0 0 0 .12-.19 2.49 2.49 0 0 1 1.76-1.57 1.87 1.87 0 0 1 1.81.89.37.37 0 0 0 .24.2M21.66 15.39h.13a.3.3 0 0 0 .12-.08.4.4 0 0 0 .07-.11.7.7 0 0 0 .02-.2.3.3 0 0 0 0-.13 2.88 2.88 0 0 0-2.76-1.34 2.71 2.71 0 0 0-2 2 .2.2 0 0 0 0 .13.3.3 0 0 0 0 .13.3.3 0 0 0 .09.11.23.23 0 0 0 .12.06h.1a.37.37 0 0 0 .2-.07.4.4 0 0 0 .12-.19 2.06 2.06 0 0 1 1.48-1.46 2.17 2.17 0 0 1 2 .94.4.4 0 0 0 .08.11.4.4 0 0 0 .12.07.4.4 0 0 0 .11.03" style="fill:#181818"/><path d="M22.83 12.92a.34.34 0 0 0-.12-.12.33.33 0 0 0-.16-.07h-.17l-.66.12a4 4 0 0 0-.32-.38 2.78 2.78 0 0 0-3.92 0 2.7 2.7 0 0 0-.67 1.11 4 4 0 0 0-.46 0 2.77 2.77 0 0 0-1.41.39 2.3 2.3 0 0 0-.24-.29 2.75 2.75 0 0 0-2-.82 2.8 2.8 0 0 0-2 .82A2.7 2.7 0 0 0 10 15l-.78.14a.5.5 0 0 0-.28.19.46.46 0 0 0-.07.33.54.54 0 0 0 .15.25.5.5 0 0 0 .28.1h.08l.56-.11a2.86 2.86 0 0 0 .79 1.7 2.79 2.79 0 0 0 4.75-2 3 3 0 0 0-.16-.9 1.87 1.87 0 0 1 1-.28 1.7 1.7 0 0 1 .31.05 2.87 2.87 0 0 0 .82 1.93 2.78 2.78 0 0 0 3.92 0 2.8 2.8 0 0 0 .82-2 2.9 2.9 0 0 0-.12-.78l.47-.08a.42.42 0 0 0 .28-.18.46.46 0 0 0 0-.49Zm-8.78 4a1.9 1.9 0 0 1-1.34.55 1.93 1.93 0 0 1-1.35-.47 1.9 1.9 0 1 1 2.69-2.69 1.88 1.88 0 0 1 .56 1.34 1.9 1.9 0 0 1-.56 1.35Zm6.7-1.17a1.9 1.9 0 0 1-3.24-1.34 2 2 0 0 1 .14-.73 1.9 1.9 0 0 1 .41-.62 2 2 0 0 1 .62-.42 1.85 1.85 0 0 1 1.46 0 2 2 0 0 1 .62.42 1.9 1.9 0 0 1 .41.62 1.8 1.8 0 0 1 .14.73 1.9 1.9 0 0 1-.56 1.38Z" style="fill:#b4bcf6"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M331.22 199.29c96.6-.44 193.2-.07 289.8-.19 23.33.07 46.67-.16 70 .13a311.3 311.3 0 0 1 129.71 31.92A312.9 312.9 0 0 1 682 824.89q-172.02-.015-344.04-.04A312.76 312.76 0 0 1 57.07 642.89C24.18 572.12 19.49 488.91 43.85 414.8c21.65-66.86 66.79-125.69 125.53-164.22a311.7 311.7 0 0 1 161.84-51.29" style="fill:#e6aaaa"/><path d="M279.33 341.51c17.99-1.29 36.07 4.25 50.96 14.25 19.8 13.17 34.58 32.73 45.14 53.81 16.5 33.14 23.35 70.55 22.74 107.42-.83 37.89-9.62 76.2-29.06 109.01-9.9 16.52-22.75 31.58-38.89 42.28-13.61 9.08-29.81 14.55-46.25 14.37-17.04-.02-33.72-6.14-47.56-15.91-23.28-16.44-39.28-41.3-49.73-67.44-16.99-43.33-20.07-91.64-11.07-137.16 6.65-32.22 19.81-63.89 42.15-88.44 15.87-17.44 37.62-30.72 61.57-32.19M734.36 341.51c19.22-1.42 38.46 5.04 53.96 16.25 23.3 16.77 39.22 41.94 49.55 68.36 14.38 37.29 18.33 78.26 13.44 117.82-3.93 30.91-13.58 61.48-30.64 87.73-10.41 15.86-23.79 30.13-40.32 39.69a80.86 80.86 0 0 1-44.39 11.21c-17.71-.76-34.7-8.03-48.57-18.87-22.73-17.78-38.03-43.44-47.82-70.25-15.02-41.95-17.48-88.06-8.77-131.66 6.66-32.05 19.77-63.55 41.98-87.99 15.86-17.47 37.61-30.78 61.58-32.29" style="fill:#662113"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M22.576 8.655a34.5 34.5 0 0 0-2.251-4.609l-.177-.307a22 22 0 0 0-.352-.628L19.153 2l-.92 5.954-.031.216q-1.03-.055-2.19-.055t-2.2.055l-.029-.217-.322-2.087L12.86 2l-.66 1.11c-.058.1-.237.413-.47.838l-.056.1a34.6 34.6 0 0 0-2.27 4.613 20 20 0 0 0-2.8.663v14.469L16 30l9.392-6.206V9.322a20 20 0 0 0-2.816-.667" style="fill:#fff"/><path d="M20.042 19.89h-4.051v-6.324l-4.106 6.139-.637 6.3 4.682 3.12.064.042 4.789-3.185Z" style="fill:#3b3b63"/><path d="m15.924 29.105-8.716-5.762V9.9a29 29 0 0 1 8.728-1.12 28.7 28.7 0 0 1 8.7 1.123v13.44Z" style="fill:#dbdbdb"/><path d="M16.049 8.78h-.012v20.325l8.716-5.763V9.9a28.8 28.8 0 0 0-8.7-1.122" style="fill:#c6c6c6"/><path d="m20.758 25.973-.739-6.082H15.97v9.264Z" style="fill:#3b3b63"/><path d="m11.248 26.008 4.745 3.162v-15.6l-4.108 6.14Z" style="fill:#53537a"/><path d="M18.036 24.212c0 1.042-1.051 1.559-2.014 1.559s-2.036-.516-2.036-1.56" style="fill:#bc9375"/><path d="M17.445 23.62c0 1.223-.71 1.55-1.434 1.55s-1.434-.328-1.434-1.55" style="fill:#073251"/><path d="M16.011 24.749c-.774 0-1.15-.525-1.15-1.607h.368c0 1.265.528 1.265.781 1.265s.781 0 .781-1.265h.369c0 1.082-.377 1.608-1.15 1.608" style="fill:#fff"/><path d="M22.151 10.677c0-1.32-2.4-5.472-2.4-5.472l-.814 5.266-.73 1.111-2.188.082-.009.018v-.018l-2.188-.082-.73-1.111-.813-5.265S9.87 9.358 9.87 10.678l1.015 2.534s-.513 4.259-.279 4.816a20 20 0 0 0 1.855 2.422 8.7 8.7 0 0 0 .439 2.695 1.74 1.74 0 0 0 1.682 1.133 1.6 1.6 0 0 0 1.423-.869 1.63 1.63 0 0 0 1.433.87 1.745 1.745 0 0 0 1.684-1.131 8.7 8.7 0 0 0 .437-2.695 20 20 0 0 0 1.855-2.422c.234-.558-.279-4.816-.279-4.816l1.016-2.536Z" style="fill:#c49a7e"/><path d="M16.011 11.673v.009-.018l-2.188-.082-.73-1.111-.814-5.265s-2.4 4.152-2.4 5.472l1.015 2.535s-.513 4.258-.279 4.816a20 20 0 0 0 1.854 2.422 8.8 8.8 0 0 0 .439 2.695 1.745 1.745 0 0 0 1.682 1.132 1.6 1.6 0 0 0 1.424-.869v.009Z" style="fill:#d8b7a0"/><path d="M21.158 13.462c-.187-.362.078-1.218.078-1.218-1.517-1.443-1.9-4.452-1.9-4.452-.282.947-.9 3.744-.9 3.744a8.4 8.4 0 0 0-2.422-.393h-.219v11.8l.1.129v-.064h.237v.064l1.05-1.42.228-3.992 1.307 1.384 1.683.456.628-.415a2.9 2.9 0 0 0 .422-.8c.234-.558-.291-4.829-.291-4.829" style="fill:#3b3b63"/><path d="M16.023 11.142a8.4 8.4 0 0 0-2.424.393s-.616-2.795-.9-3.745c0 0-.38 3.01-1.9 4.452a2.3 2.3 0 0 1 .079 1.218s-.525 4.273-.291 4.83a3 3 0 0 0 .421.8l.63.415 1.684-.455 1.306-1.384.229 3.991 1.043 1.42v-.064h.119V11.141Z" style="fill:#53537a"/><path d="M19.065 16.133H17.1v.018a1.3 1.3 0 0 0 2.581 0v-.018h-.615Z" style="fill:#333152"/><path d="M17.591 16.133v.018a.739.739 0 0 0 1.475 0v-.018z" style="fill:#fff"/><path d="M18.556 16.133h-.355c.043.009.066.1.057.158a.19.19 0 0 1-.194.157.31.31 0 0 0 .273.234.32.32 0 0 0 .37-.255c.018-.121-.046-.295-.151-.295m-4.238 0h-1.967v.018a1.3 1.3 0 0 0 2.582 0v-.018z" style="fill:#333152"/><path d="M12.843 16.133v.018a.739.739 0 0 0 1.475 0v-.018z" style="fill:#fff"/><path d="M13.809 16.133h-.355c.043.009.066.1.057.158a.194.194 0 0 1-.195.157.315.315 0 0 0 .273.234.32.32 0 0 0 .37-.255c.018-.121-.046-.295-.15-.295" style="fill:#333152"/><path d="M18.917 15.59c.082-.085.783-.821-.155-.821a2.3 2.3 0 0 0-1.618.819h1.773Z" style="fill:#c49a7e"/><path d="M14.873 15.59a2.28 2.28 0 0 0-1.619-.821c-.938 0-.237.737-.155.819h1.774Z" style="fill:#d8b7a0"/><path d="M11.9 16.126h3.587v-.312H11.9Z" style="fill:#53537a"/><path d="M21.222 11.7a9.2 9.2 0 0 1-1.4-3.767l.193-1.233a15.5 15.5 0 0 1 1.641 3.913Zm-.266 6.177a18 18 0 0 1-1.78 2.3l-.109.127v.16A8.3 8.3 0 0 1 18.658 23a1.265 1.265 0 0 1-1.22.831 1.13 1.13 0 0 1-.981-.6l-.038-.54h-.826l-.036.537a1.12 1.12 0 0 1-.974.6 1.26 1.26 0 0 1-1.22-.83 8.3 8.3 0 0 1-.41-2.537V20.3l-.109-.126a18.6 18.6 0 0 1-1.775-2.292 28 28 0 0 1 .307-4.609l.013-.107-.184-.459a6.3 6.3 0 0 0 1.382-2.264l.03.2 1 1.53.391-.155a6.3 6.3 0 0 1 1.994-.4 6.4 6.4 0 0 1 2 .4l.391.155 1-1.53.04-.255a6.4 6.4 0 0 0 1.382 2.3l-.193.483.013.107a28.4 28.4 0 0 1 .31 4.6ZM15.4 24.583a2 2 0 0 0 .355-.189 1 1 0 0 0 .257.025 1 1 0 0 0 .255-.025 2 2 0 0 0 .355.189 1.14 1.14 0 0 1-1.222 0m.623.971c-.54 0-1.307-.222-1.5-.813h.059a2 2 0 0 0 .3-.021 1.36 1.36 0 0 0 1.133.461 1.36 1.36 0 0 0 1.134-.461 2 2 0 0 0 .294.021h.061a1.52 1.52 0 0 1-1.478.814Zm-5.657-14.94A15.5 15.5 0 0 1 12.008 6.7l.206 1.335a8.9 8.9 0 0 1-1.4 3.689l-.446-1.111Zm12.266.073c0-1.393-2.205-5.25-2.458-5.686l-.7-1.223-1.011 6.546-.464.71a7 7 0 0 0-1.987-.335 7 7 0 0 0-1.979.334l-.466-.71-.353-2.294v-.012l-.656-4.24L11.831 5c-.253.434-2.476 4.292-2.476 5.686v.082l1.02 2.51c-.164 1.369-.473 4.343-.23 4.924a10.4 10.4 0 0 0 1.233 1.715l-.668 5.753.92.6.484-4.186a6.3 6.3 0 0 0 .325 1.225 2.2 2.2 0 0 0 1.061 1.182 2.293 2.293 0 0 0 2.526 1.971 2.28 2.28 0 0 0 2.5-1.973 2.2 2.2 0 0 0 1.056-1.18 6.4 6.4 0 0 0 .334-1.275l.489 4.2.918-.621-.663-5.713a10.4 10.4 0 0 0 1.215-1.7c.244-.581-.079-3.554-.241-4.924l1-2.511v-.082Z" style="fill:#333152"/><path d="M17.168 21.131h-2.306a2.5 2.5 0 0 0-.311.665c0 .483 1.42 1.25 1.42 1.25s1.5-.792 1.5-1.252a1.9 1.9 0 0 0-.3-.665" style="fill:#333152"/><path d="M16.724 22.6c-.129-.211-.295-.25-.371-.087a.83.83 0 0 0 .1.677c.127.212.295.25.371.087a.83.83 0 0 0-.1-.677" style="fill:#c49a7e"/><path d="M15.3 22.6a.82.82 0 0 0-.1.677c.076.164.241.125.371-.087a.82.82 0 0 0 .1-.677c-.076-.164-.241-.124-.371.087" style="fill:#d8b7a0"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 2a9.3 9.3 0 0 0-9.428 9.17 2.656 2.656 0 0 0 5.312 0A4.027 4.027 0 0 1 16 7.24 2.62 2.62 0 1 0 16 2" style="fill:#e73536;opacity:.7999999523162842;isolation:isolate"/><path d="M25.432 11.17A9.3 9.3 0 0 0 16 2a2.62 2.62 0 1 0 0 5.24 4.027 4.027 0 0 1 4.117 3.93 2.656 2.656 0 0 0 5.312 0Z" style="fill:#938b98;opacity:.7000000476837158;isolation:isolate"/><path d="M16 30a9.3 9.3 0 0 0 9.428-9.17 2.656 2.656 0 0 0-5.312 0A4.027 4.027 0 0 1 16 24.76 2.62 2.62 0 1 0 16 30" style="fill:#e73536;opacity:.7999999523162842;isolation:isolate"/><path d="M6.568 20.83A9.3 9.3 0 0 0 16 30a2.62 2.62 0 1 0 0-5.24 4.027 4.027 0 0 1-4.117-3.93 2.656 2.656 0 0 0-5.312 0Z" style="fill:#938b98;opacity:.7000000476837158;isolation:isolate"/><path d="m7.693 13.36 13.552 9.664a2.637 2.637 0 0 0 3.7-.645 2.7 2.7 0 0 0-.639-3.74L10.755 8.975a2.637 2.637 0 0 0-3.7.645 2.7 2.7 0 0 0 .638 3.74" style="fill:#4c3e54;opacity:.7000000476837158;isolation:isolate"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m20.477 2-4.5 8h-9l4.5-8zM11.52 30l4.5-8h9l-4.5 8z" style="fill:#c1c1c1;opacity:.45;isolation:isolate"/><path d="M15.975 10h9l-4.5-8h-9ZM16.022 22h-9l4.5 8h9Z" style="fill:#c1c1c1;opacity:.6;isolation:isolate"/><path d="m11.477 18 4.5-8-4.5-8-4.5 8ZM20.52 14l-4.5 8 4.5 8 4.5-8Z" style="fill:#c1c1c1;opacity:.8;isolation:isolate"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M14.194 27a1.2 1.2 0 0 1-.276-.033 1.39 1.39 0 0 1-.968-1.618l3.612-19.244a1.38 1.38 0 0 1 .592-.91 1.2 1.2 0 0 1 .928-.163 1.39 1.39 0 0 1 .969 1.617L15.436 25.9a1.38 1.38 0 0 1-.59.908 1.2 1.2 0 0 1-.652.192M21.437 24.273h-.091a1.24 1.24 0 0 1-.891-.5 1.46 1.46 0 0 1 .136-1.893l6.209-6.073-6.185-5.652a1.46 1.46 0 0 1-.187-1.888 1.25 1.25 0 0 1 .881-.533 1.2 1.2 0 0 1 .945.316l7.294 6.668a1.46 1.46 0 0 1 .191 1.889 1.4 1.4 0 0 1-.189.218l-7.265 7.1a1.22 1.22 0 0 1-.848.348M10.563 24.277a1.22 1.22 0 0 1-.852-.355l-7.271-7.1a1.2 1.2 0 0 1-.182-.21 1.46 1.46 0 0 1 .188-1.886l7.3-6.67a1.18 1.18 0 0 1 .938-.317 1.25 1.25 0 0 1 .887.53 1.46 1.46 0 0 1-.187 1.89L5.2 15.809l6.212 6.069a1.46 1.46 0 0 1 .133 1.893 1.24 1.24 0 0 1-.893.5 1 1 0 0 1-.089.006" style="fill:#06cc14"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M24 5h2v22h-2zM19 9.409 6 13.941v2.13l13 5v-2.142L8.906 15.046 19 11.527z" style="fill:#4780f5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.284 20.361c-.165-.084-.359-.164-.523-.248h.139s-1.158-.5-1.24-4.176c-.111-3.655 1.1-4.289 1.1-4.289a4.96 4.96 0 0 0 2.176-2.143 5.12 5.12 0 0 0-2.122-6.927 5.34 5.34 0 0 0-7.138 2.146 5.07 5.07 0 0 0-.523 3.214l-.053-.083s.3 1.319-2.839 3.272c-3.115 1.95-4.549.962-4.549.962l.082.138a2 2 0 0 0-.273-.167 5.117 5.117 0 1 0 .825 8.52l-.025.055s1.129-.933 4.407.827c2.592 1.374 2.979 2.748 3.033 3.24a5.1 5.1 0 0 0 2.7 4.7 5.124 5.124 0 1 0 4.825-9.041Zm-5.79.685c-.412.138-1.6.3-4.077-1.017-2.7-1.454-3.115-2.664-3.169-3.021a5.4 5.4 0 0 0-.057-1.319l.029.026s-.22-1.181 2.864-3.076c2.757-1.705 4.026-1.374 4.245-1.293a3 3 0 0 0 .47.277 4 4 0 0 0 .964.383c.387.357 1.076 1.374 1.158 4.1s-.717 3.764-1.158 4.121a5 5 0 0 0-1.269.82Z" style="fill:#0c479c"/><path d="M20.135 4.229a3.86 3.86 0 0 0-.082 5.386c-.717-.685-.688-2.117.029-3.462a.67.67 0 0 1 .746-.277c.025 0 .054.029.082.029a1 1 0 0 0 .276.026A1.056 1.056 0 0 0 22.2 4.805a.93.93 0 0 0-.3-.685c1.38-.907 2.95-1.017 3.61-.412h.029a3.826 3.826 0 0 0-5.404.521m-14.99 9.617a3.86 3.86 0 0 0-.082 5.389c-.717-.689-.692-2.117.025-3.465a.67.67 0 0 1 .746-.273c.025 0 .054.029.082.029a1 1 0 0 0 .276.026 1.056 1.056 0 0 0 1.018-1.127.95.95 0 0 0-.3-.689c1.377-.907 2.947-1.017 3.61-.412h.025a3.85 3.85 0 0 0-5.4.522m15.872 8.163a3.865 3.865 0 0 0-.082 5.389c-.717-.689-.688-2.117.029-3.465a.67.67 0 0 1 .746-.273c.025 0 .054.026.082.026a.9.9 0 0 0 .276.029 1.057 1.057 0 0 0 1.018-1.126.94.94 0 0 0-.3-.689c1.38-.907 2.95-1.017 3.61-.412h.029a3.83 3.83 0 0 0-5.408.521" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 32 32"><g fill="#d1d1d1"><path d="M11.012 2.002h2.9V30h-2.9z"/><path d="M16 4.326a11.576 11.637 0 0 0-11.576 11.64A11.576 11.637 0 0 0 16 27.601a11.576 11.637 0 0 0 11.576-11.637A11.576 11.637 0 0 0 16 4.326m.035 2.797A8.831 8.878 0 0 1 24.867 16a8.831 8.878 0 0 1-8.832 8.879A8.831 8.878 0 0 1 7.205 16a8.831 8.878 0 0 1 8.83-8.877"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M25 23.5H7a5.015 5.015 0 0 1-5-5v-6a5.015 5.015 0 0 1 5-5h18a5.015 5.015 0 0 1 5 5v6a5.015 5.015 0 0 1-5 5"/><path d="M7 19.461a4.8 4.8 0 0 1-1.414-.2 5 5 0 0 1-1.111-.472l-.4.432h-.5L3.5 16.052H4a9 9 0 0 0 .431.953 4.6 4.6 0 0 0 .606.9 3.2 3.2 0 0 0 .8.675 2 2 0 0 0 1.029.26 1.67 1.67 0 0 0 1.216-.411 1.38 1.38 0 0 0 .418-1.038 1.16 1.16 0 0 0-.359-.862 2.95 2.95 0 0 0-1.111-.6q-.49-.167-.9-.31t-.773-.292a2.58 2.58 0 0 1-1.239-1.007 2.73 2.73 0 0 1-.405-1.465 2.4 2.4 0 0 1 .21-.986 2.6 2.6 0 0 1 .612-.85 3 3 0 0 1 .985-.575 3.7 3.7 0 0 1 1.306-.223 4 4 0 0 1 1.288.2 5 5 0 0 1 .944.408l.356-.37h.507l.047 2.988h-.5q-.175-.483-.411-.987a4.3 4.3 0 0 0-.5-.839 2.3 2.3 0 0 0-.659-.573 1.73 1.73 0 0 0-.875-.214A1.44 1.44 0 0 0 6 11.212a1.23 1.23 0 0 0-.4.934 1.14 1.14 0 0 0 .347.86 2.95 2.95 0 0 0 1.082.588q.431.154.88.309t.8.3a2.9 2.9 0 0 1 1.286.955 2.5 2.5 0 0 1 .44 1.512 2.63 2.63 0 0 1-.927 1.985 3.4 3.4 0 0 1-1.079.6A4.4 4.4 0 0 1 7 19.461M18.921 11.434a4.3 4.3 0 0 1 .971 1.432 4.8 4.8 0 0 1 .359 1.914 4.96 4.96 0 0 1-.72 2.68 4.04 4.04 0 0 1-2.038 1.661 2.15 2.15 0 0 0 .42 1.272 1.17 1.17 0 0 0 .95.537 3.6 3.6 0 0 0 .592-.043q.254-.043.458-.1v.543a6 6 0 0 1-.985.3 6 6 0 0 1-1.37.151 2.2 2.2 0 0 1-1.612-.621 2.57 2.57 0 0 1-.708-1.732A4.6 4.6 0 0 1 13.7 19a4.2 4.2 0 0 1-1.253-.932 4.4 4.4 0 0 1-.842-1.377 4.8 4.8 0 0 1-.312-1.753 5.2 5.2 0 0 1 .347-1.948 4.5 4.5 0 0 1 .953-1.5 4.1 4.1 0 0 1 1.425-.942 4.86 4.86 0 0 1 3.5-.009 4.25 4.25 0 0 1 1.403.895m-1.5 6.266a4.9 4.9 0 0 0 .379-1.273 10 10 0 0 0 .117-1.606 10.5 10.5 0 0 0-.1-1.48 5 5 0 0 0-.347-1.282 2.4 2.4 0 0 0-.665-.9 1.57 1.57 0 0 0-1.032-.34 1.73 1.73 0 0 0-1.6 1.06 6.6 6.6 0 0 0-.548 2.993 9.6 9.6 0 0 0 .12 1.551 4.8 4.8 0 0 0 .376 1.273 2.3 2.3 0 0 0 .665.856 1.6 1.6 0 0 0 .991.306 1.6 1.6 0 0 0 .991-.309 2.13 2.13 0 0 0 .655-.849ZM28.5 12.8h-.455a4 4 0 0 0-.6-1.086 1.39 1.39 0 0 0-.812-.63q-.175-.024-.465-.043c-.29-.019-.373-.019-.535-.019h-1.284v3.433h.822a2 2 0 0 0 .606-.083 1.05 1.05 0 0 0 .455-.3 1.6 1.6 0 0 0 .283-.516 2.6 2.6 0 0 0 .166-.621h.443v3.686h-.443a2.5 2.5 0 0 0-.181-.676 2 2 0 0 0-.268-.528 1 1 0 0 0-.431-.293 1.8 1.8 0 0 0-.63-.1h-.822v2.9a.84.84 0 0 0 .079.38.58.58 0 0 0 .3.256 2 2 0 0 0 .353.1q.224.046.446.071v.482h-4.46v-.482l.449-.052a1.5 1.5 0 0 0 .391-.083.55.55 0 0 0 .292-.241.84.84 0 0 0 .082-.4v-6.18a.9.9 0 0 0-.073-.367.57.57 0 0 0-.3-.262 2.3 2.3 0 0 0-.431-.136q-.268-.062-.408-.08v-.482H28.5Z" style="fill:#c2c2c2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8.562 15.256A21.2 21.2 0 0 0 16 16.449a21.2 21.2 0 0 0 7.438-1.194c1.864-.727 2.525-1.535 2.525-2V9.7a10.4 10.4 0 0 1-2.084 1.076A22.3 22.3 0 0 1 16 12.078a22.4 22.4 0 0 1-7.879-1.3A10.3 10.3 0 0 1 6.037 9.7v3.55c0 .474.663 1.278 2.525 2.006M8.562 21.961a15.6 15.6 0 0 0 2.6.741 25 25 0 0 0 4.838.453 25 25 0 0 0 4.838-.452 15.6 15.6 0 0 0 2.6-.741c1.864-.727 2.525-1.535 2.525-2v-3.39a10.7 10.7 0 0 1-1.692.825A23.5 23.5 0 0 1 16 18.74a23.5 23.5 0 0 1-8.271-1.348 11 11 0 0 1-1.692-.825v3.393c0 .466.663 1.271 2.525 2.001M16 30c5.5 0 9.963-1.744 9.963-3.894v-2.837a10.5 10.5 0 0 1-1.535.762l-.157.063A23.5 23.5 0 0 1 16 25.445a23.4 23.4 0 0 1-8.271-1.351q-.08-.032-.157-.063a10.5 10.5 0 0 1-1.535-.762v2.837C6.037 28.256 10.5 30 16 30" style="fill:#ffda44"/><ellipse cx="16" cy="5.894" rx="9.963" ry="3.894" style="fill:#ffda44"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-118.318" x2="-116.751" y1="45.638" y2="45.638" gradientTransform="matrix(0 11.486 11.486 0 -510.889 1363.307)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#97d9f6"/><stop offset=".92" stop-color="#0f80cc"/><stop offset="1" stop-color="#0f80cc"/></linearGradient></defs><path d="M23.192 3.242H5.623a2.147 2.147 0 0 0-2.141 2.141v19.376A2.147 2.147 0 0 0 5.623 26.9h11.572c-.132-5.758 1.835-16.932 5.997-23.658" style="fill:#0f80cc"/><path d="M22.554 3.867H5.623a1.52 1.52 0 0 0-1.516 1.516v17.962a42 42 0 0 1 13.569-2.684 123.6 123.6 0 0 1 4.878-16.794" style="fill:url(#a)"/><path d="M27.29 2.608c-1.2-1.073-2.66-.642-4.1.634q-.32.286-.638.625A25.4 25.4 0 0 0 17.1 15a10 10 0 0 1 .634 1.822c.036.14.069.272.1.384.062.265.1.437.1.437s-.022-.083-.113-.346l-.059-.17-.038-.094c-.16-.373-.6-1.16-.8-1.5-.167.493-.315.954-.438 1.371a12 12 0 0 1 .908 2.8s-.03-.115-.171-.515a19 19 0 0 0-.9-1.708 4 4 0 0 0-.264 1.724 6 6 0 0 1 .493 1.383c.334 1.283.566 2.846.566 2.846l.02.263a26 26 0 0 0 .065 3.205 11.4 11.4 0 0 0 .584 3.1l.18-.1a13.9 13.9 0 0 1-.478-4.628 35.3 35.3 0 0 1 1.938-9.688c2.01-5.308 4.8-9.568 7.35-11.6-2.326 2.1-5.474 8.9-6.417 11.418a45.7 45.7 0 0 0-2.254 8A6.2 6.2 0 0 1 21.39 20s1.233-1.521 2.674-3.693a26 26 0 0 0-2.755.733c-.7.294-.889.394-.889.394a24 24 0 0 1 4.215-2.007c2.676-4.215 5.592-10.2 2.656-12.824" style="fill:#003b57"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M12.966 27.3a19 19 0 0 1-5.707-.915c-1.832-.592-4.044-1.54-4.931-3.645a1 1 0 0 1-.025-.073 12.2 12.2 0 0 1 .763-7.531c1.522-4.008 3.71-6.739 6.5-8.116a10.42 10.42 0 0 1 7.6-.55 10.43 10.43 0 0 1 6.04 4.639 11 11 0 0 1 1.058 2.326 10.66 10.66 0 0 1-5.378 12.689l-.02.009a14.8 14.8 0 0 1-5.9 1.167"/><path d="M22.72 11.393a10.144 10.144 0 0 0-12.9-3.869C6.7 9.061 4.784 12.2 3.593 15.334a11.9 11.9 0 0 0-.746 7.187c.783 1.86 2.779 2.744 4.582 3.327a16.2 16.2 0 0 0 11.213-.232A10.11 10.11 0 0 0 23.727 13.6a10.5 10.5 0 0 0-1.007-2.207" style="fill:#a05a2c"/><path d="M15.782 6.72a8.3 8.3 0 0 1 1.858 1.364A9.7 9.7 0 0 1 19.08 9.8a9.32 9.32 0 0 1-1.531 11.921A14.93 14.93 0 0 1 7.656 24.7a7.6 7.6 0 0 1-4.135-1.1 8.45 8.45 0 0 0 3.907 2.241 16.2 16.2 0 0 0 11.214-.233A10.11 10.11 0 0 0 23.727 13.6a10.5 10.5 0 0 0-1.007-2.211 9.97 9.97 0 0 0-6.938-4.669" style="fill-opacity:.3137255012989044"/><path d="m23.476 13.389-1.062-2.895.152-.236A6.88 6.88 0 0 1 27.509 7.7a2.18 2.18 0 0 1 1.879.588 3.38 3.38 0 0 1 .1 3.729c-.343.292-.751.124-1.222-.07a2.82 2.82 0 0 0-2.133-.27 10.2 10.2 0 0 0-2.047 1.209Z"/><path d="M23.039 10.563c1.223-1.9 5.107-2.915 5.912-1.923a2.97 2.97 0 0 1 .177 2.945c-.245.207-1.837-1.059-3.225-.423a10.6 10.6 0 0 0-2.173 1.288Z" style="fill:#502d16"/><path d="M29.4 9.727a.8.8 0 0 1-.2.469c-.229.162-1.9-.506-3.238.056a12.4 12.4 0 0 0-2.071 1.07l-.691-.982c-.057.074-.116.147-.165.223l.692 1.886a10.6 10.6 0 0 1 2.173-1.287c1.388-.636 2.98.631 3.225.423a2.85 2.85 0 0 0 .275-1.858" style="fill-opacity:.3137255012989044"/><path d="M21.382 25.18a2.24 2.24 0 0 1-1.147-.323.563.563 0 0 1-.082-.888c.737-.684.607-2.173-.41-4.689a36.5 36.5 0 0 0-5.123-8.825l-.35-.43c-1.512-1.865-2.358-2.815-3.554-2.3a.56.56 0 0 1-.413.016.57.57 0 0 1-.377-.592 2.12 2.12 0 0 1 1.461-2c4.716-1.481 10.26.814 12.905 5.344a11.2 11.2 0 0 1-1.431 13.991 1.92 1.92 0 0 1-1.479.696"/><path d="M23.812 10.783c-2.444-4.192-7.73-6.528-12.27-5.093-1.007.248-1.065 1.535-1.052 1.517 1.776-.767 2.953.919 4.566 2.89a36.9 36.9 0 0 1 5.209 8.971c.89 2.2 1.4 4.267.27 5.312a1.5 1.5 0 0 0 1.909-.274 10.646 10.646 0 0 0 1.368-13.323" style="fill:#502d16"/><path d="M23.649 10.346a9.31 9.31 0 0 1-2.518 7.725c-.455.486-.873.177-1.263.063q.207.47.4.936c.89 2.2 1.4 4.266.271 5.312a1.5 1.5 0 0 0 1.909-.274c3.641-3.925 3.909-9.189 1.201-13.762" style="fill-opacity:.3137255012989044"/></svg>