@lvce-editor/server 0.39.0 → 0.40.1

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 +105 -429
  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"><path fill="#f1a842" d="M28.933 14.655c-.55-2.123-1.342-4.16-2.558-6.013-.627-.955-1.37-1.824-2.384-2.374-.492-.26-1.08-.328-1.621-.511-.28-.097-.58-.184-.82-.348-2.172-1.467-4.517-2.171-7.142-1.747a9.2 9.2 0 0 0-3.571 1.38c-.145.097-.29.222-.454.242-1.66.202-2.76 1.274-3.744 2.48-1.709 2.085-2.741 4.526-3.533 7.065-.463 1.476.068 2.905.734 4.217.666 1.293 1.476 2.51 2.258 3.735.319.502.695.463.936-.077l.85-2.017c.096-.3.038-.676-.03-1.004-.385-1.95-.665-3.899-.395-5.887.087-.656.26-1.322.463-1.95.058-.183.377-.29.57-.424.115.231.366.52.308.704-.84 2.616-.424 5.202.087 7.798.078.386 0 .85-.135 1.226-.135.367-.116.647.077.965.801 1.322 1.67 2.577 3.156 3.253.531.24.493.694-.029 1.032l1.159.425-.222-2.809c-.02-.183-.184-.405-.338-.52-1.043-.773-1.795-1.728-1.911-3.07a4 4 0 0 1 0-.685c.029-.328.125-.685.521-.589.183.049.347.386.415.618.087.309.02.656.097.965.27 1.023.965 1.699 1.9 2.094.271.116.715 0 1.014-.135.348-.174.647-.482.917-.772.125-.135.183-.367.203-.56.038-.337-.03-.704.048-1.032.039-.174.29-.406.444-.406s.338.232.463.396c.058.077.039.232.02.338-.232 1.013.405 1.534 1.11 2.046.366.27.752.299 1.138.096 1.178-.637 1.94-1.553 1.892-2.972-.01-.357.02-.695.463-.695.396 0 .463.328.483.656.086 1.718-.734 2.934-2.124 3.812-.309.193-.424.377-.434.763 0 .859-.116 1.718-.193 2.577l1.177-.444c-.492-.483-.453-.811.136-1.1 1.563-.773 2.354-2.2 3.117-3.658.067-.135 0-.377-.068-.54-.27-.57-.27-1.13-.144-1.738.472-2.19.752-4.391.27-6.62-.068-.3-.232-.59-.232-.888 0-.232.193-.464.3-.695.192.135.492.231.578.424.502 1.216.637 2.5.54 3.793-.105 1.467-.366 2.924-.55 4.391-.028.203-.048.435.02.618l.878 2.065c.222.473.58.531.879.126 1.36-1.853 2.576-3.783 3.03-6.08.125-.628.154-1.322 0-1.93z"/><path d="M20.189 26.487c-.492-.482-.454-.81.135-1.1 1.563-.772 2.355-2.2 3.117-3.658.068-.135 0-.376-.067-.54-.27-.57-.27-1.13-.145-1.738.473-2.19.753-4.39.27-6.62-.067-.3-.232-.589-.232-.888 0-.232-.144-.463.3-.695.415-.039.492.232.579.425.502 1.206.637 2.5.54 3.793-.106 1.467-.367 2.924-.55 4.39-.029.203-.048.435.02.618l.878 2.066c.222.473.579.53.878.125 1.36-1.853 2.577-3.783 3.03-6.08.126-.627.155-1.322 0-1.93-.55-2.123-1.341-4.16-2.557-6.013-.628-.955-1.37-1.824-2.384-2.374-.492-.26-1.08-.328-1.621-.511-.28-.097-.58-.184-.82-.348-2.172-1.467-4.517-2.171-7.143-1.747a9.2 9.2 0 0 0-3.57 1.38c-.145.097-.29.222-.454.242-1.66.202-2.76 1.274-3.745 2.48-1.708 2.085-2.74 4.526-3.532 7.065-.463 1.476.068 2.905.733 4.217.666 1.293 1.477 2.51 2.259 3.735.318.502.695.463.936-.077l.85-2.017c.096-.3.038-.676-.03-1.004-.386-1.95-.666-3.899-.395-5.887.087-.656.26-1.322.463-1.95.058-.183.125-.424.57-.424.51.183.366.52.308.704-.84 2.616-.425 5.202.087 7.798.077.386 0 .85-.135 1.226-.135.367-.116.647.077.965.801 1.322 1.67 2.577 3.156 3.253.53.24.492.694-.029 1.032-1.197-.357-2.046-1.177-2.799-2.113L8.096 22.8l-.434.772c-.464.695-1.419.86-1.93.232-1.834-2.23-3.31-4.661-3.678-7.605-.144-1.13.27-2.152.666-3.175.936-2.403 2.027-4.73 3.822-6.63.956-1.014 2.037-1.873 3.484-2.085.126-.02.251-.097.357-.164 3.86-2.326 7.663-2.162 11.427.25.28.174.618.31.936.348 1.554.212 2.674 1.12 3.61 2.268 1.756 2.152 2.731 4.69 3.455 7.325.396 1.448.02 2.857-.492 4.218-.637 1.698-1.554 3.243-2.635 4.7-.772 1.042-1.853.975-2.47-.164-.059-.097-.107-.193-.165-.3-.511.705-.965 1.41-1.496 2.056-.627.763-1.36 1.41-2.364 1.641m-7.074.338-.222-2.809c-.02-.183-.184-.405-.338-.52-1.043-.773-1.795-1.728-1.911-3.07a4 4 0 0 1 0-.685c.029-.328.125-.685.521-.589.183.049.347.386.415.618.087.309.02.656.097.965.27 1.023.965 1.699 1.9 2.094.271.116.715 0 1.014-.135.348-.174.647-.482.917-.772.125-.135.183-.367.203-.56.038-.337-.03-.704.048-1.032.039-.174.29-.406.444-.406s.338.232.463.396c.058.077.039.232.02.338-.232 1.013.405 1.534 1.11 2.046.366.27.752.299 1.138.096 1.178-.637 1.94-1.553 1.892-2.972-.01-.357.02-.695.463-.695.396 0 .463.328.483.656.086 1.718-.734 2.934-2.124 3.812-.309.193-.424.377-.434.763 0 .859-.116 1.718-.193 2.577l-.25.752c-.493 1.477-1.294 1.95-2.887 1.786-1.38-.135-2.258-.81-2.596-2.172-.038-.164-.106-.318-.164-.472zm.79-2.809c-.038 1.216-.009 2.384.464 3.475.116.28.367.617.628.685.598.164 1.235.212 1.853.241.415.02.694-.241.858-.637.454-1.08.59-2.21.54-3.368 0-.154-.134-.347-.26-.434l-1.409-.946c-.299-.241-.482-.27-.762 0-.521.512-1.071.994-1.901.994z"/><path fill="#414141" d="M17.593 18.535c-1.052 0-1.815.086-2.539-.03-.56-.086-1.1-.405-1.621-.665-.106-.049-.125-.3-.154-.464-.01-.067.029-.144.058-.222.772-2.335.55-2.113 2.77-2.103h1.495c.425 0 .743.193.898.588l.56 1.448c.058.174.048.502-.068.579-.521.367-1.08.676-1.4.859z"/><path d="M20.864 11.267c.54 0 .975.483.965 1.062-.01.521-.376.975-.79.975-.541 0-1.014-.396-1.014-.85 0-.8.27-1.187.83-1.196zm-7.875 1.14c0 .501-.444.897-1.013.897-.415 0-.772-.444-.772-.975 0-.598.415-1.071.965-1.062.55 0 .81.367.83 1.14z"/><path fill="#e55947" d="M13.906 24.016c.83 0 1.38-.482 1.901-.994.28-.28.463-.24.763 0 .444.357.955.618 1.409.946.125.097.26.29.26.434.049 1.159-.087 2.288-.54 3.369-.164.395-.454.656-.86.637-.626-.03-1.254-.078-1.852-.242-.26-.067-.512-.415-.627-.685-.473-1.09-.493-2.258-.464-3.474z"/><path d="m19.397 16.933-.598-1.506c-.154-.598-.83-.753-1.197-.753h-2.78c-.337.01-1.051.164-1.215.763-.097.366-.464 1.216-.58 1.476-.144.26-.202.888.705 1.419l1.245.444.965-.695-.019-.85h-.762v.464l-.31.222-.79-.28c-.32-.193-.367-.347-.348-.386l.637-1.631c.038-.126.328-.183.473-.183h2.78c.144 0 .434.057.472.183.135.502.618 1.583.637 1.631.01.039-.029.193-.29.347l-.858.31-.31-.223v-.453l-.752-.01v.85l.946.694 1.312-.473c.84-.502.792-1.129.657-1.36z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M9.929 3.809H7.9v5.748l2.478 2.478H7.4L4.156 8.789v-4.98H2v5.9l4.411 4.411h5.947l2.131 2.131h-5.7L13.6 21.2l-7.041 6.991h2.776l7.037-7.091-2.672-2.672h14.219v.892l-6.145 3.667-5.154 5.2h2.924l3.518-3.568L30 20.46v-4.212h-6.542l-2.23-2.23 2.527-2.527v-5.65h-2.106v4.708l-2.056 2.032-1.834-1.92v-4.82h-1.982v5.749l4.635 4.658h-2.828L9.929 8.665z" style="fill:#4a69a5"/><path d="M20.683 19.717h-2.775l1.338 1.437z" style="fill:#4a69a5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g stroke-width=".092"><g fill="#77e1ff"><path d="M4.03 2.034H2.033V23.98h1.995zM8.02 2.034H6.024V23.98H8.02zM12.01 2.034h-1.996V23.98h1.996zM16 2.034h-1.996V23.98H16zM19.99 2.034h-1.995V23.98h1.996zM23.98 2.034h-1.995V23.98h1.996z"/></g><g fill="#161ede"><path d="M10.015 8.02H8.02v21.946h1.995zM14.005 8.02H12.01v21.946h1.995zM17.995 8.02H16v21.946h1.995zM21.985 8.02H19.99v21.946h1.995zM25.976 8.02h-1.995v21.946h1.995zM29.966 8.02h-1.995v21.946h1.995z"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29 17c0 5.65-5.82 10.23-13 10.23S3 22.61 3 17c0-3.5 2.24-6.6 5.66-8.44S14.21 4.81 16 4.81s3.32 1.54 7.34 3.71C26.76 10.36 29 13.46 29 17" style="fill:#fbf0df"/><path d="M16 27.65c7.32 0 13.46-4.65 13.46-10.65 0-3.72-2.37-7-5.89-8.85-1.39-.75-2.46-1.41-3.37-2l-1.13-.69A6.14 6.14 0 0 0 16 4.35a6.9 6.9 0 0 0-3.3 1.23c-.42.24-.86.51-1.32.8-.87.54-1.83 1.13-3 1.73C4.91 10 2.54 13.24 2.54 17c0 6 6.14 10.65 13.46 10.65Z" style="fill:none;stroke:#000"/><ellipse cx="21.65" cy="18.62" rx="2.17" ry="1.28" style="fill:#febbd0"/><ellipse cx="10.41" cy="18.62" rx="2.17" ry="1.28" style="fill:#febbd0"/><path d="M11.43 18.11a2 2 0 1 0-2-2.05 2.05 2.05 0 0 0 2 2.05m9.2 0a2 2 0 1 0-2-2.05 2 2 0 0 0 2 2.05" style="fill-rule:evenodd"/><path d="M10.79 16.19a.77.77 0 1 0-.76-.77.76.76 0 0 0 .76.77m9.2 0a.77.77 0 1 0 0-1.53.77.77 0 0 0 0 1.53" style="fill:#fff;fill-rule:evenodd"/><path d="M18.62 19.67a3.3 3.3 0 0 1-1.09 1.75 2.48 2.48 0 0 1-1.5.69 2.53 2.53 0 0 1-1.5-.69 3.28 3.28 0 0 1-1.08-1.75.26.26 0 0 1 .29-.3h4.58a.27.27 0 0 1 .3.3Z" style="fill:#b71422;stroke:#000;stroke-width:.75px"/><path d="M14.93 5.75a6.1 6.1 0 0 1-2.09 4.62c-.1.09 0 .27.11.22 1.25-.49 2.94-1.94 2.23-4.88-.03-.15-.25-.11-.25.04m.85 0a6 6 0 0 1 .57 5c0 .13.12.24.21.13.83-1 1.54-3.11-.59-5.31-.1-.11-.27.04-.19.17Zm1-.06a6.1 6.1 0 0 1 2.53 4.38c0 .14.21.17.24 0 .34-1.3.15-3.51-2.66-4.66-.12-.02-.21.18-.09.27ZM9.94 9.55a6.27 6.27 0 0 0 3.89-3.33c.07-.13.28-.08.25.07-.64 3-2.79 3.59-4.13 3.51-.14-.01-.14-.21-.01-.25" style="fill:#ccbea7;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ea9d2d" d="m3.037 21.185 10.889 6.222V14.963L3.036 8.741z"/><path fill="#fbb540" d="M13.926 2.519 3.037 8.74l10.889 6.222v12.444l10.888-6.222V8.741z"/><path fill="#f7ba61" d="m13.926 27.407 4.666-2.592 6.223-3.63V8.74l-10.888 6.222z"/><path fill="#03cc00" d="M23.777 19.111a5.185 5.185 0 1 0 0 10.37 5.185 5.185 0 0 0 0-10.37"/><path fill="#d9d9d9" d="m10.815 18.593-3.63-2.074V11.11l3.63 2.074z"/><path fill="#f0f0f0" d="m17.569 4.6-3.126 2.067 3.63 2.074 3.118-2.07zm-5.718 3.623L7.185 11.11l3.63 2.074 4.666-2.889z"/><path d="m21.446 13.402-4.666 2.667a.519.519 0 1 0 .516.9l4.666-2.667a.519.519 0 0 0-.516-.9m3.887-4.66a.5.5 0 0 0-.019-.136l-.02-.052a1 1 0 0 0-.03-.073q-.02-.024-.04-.052a1 1 0 0 0-.043-.056 1 1 0 0 0-.052-.039 1 1 0 0 0-.056-.043L14.185 2.069a.52.52 0 0 0-.514 0L2.783 8.29a1 1 0 0 0-.056.043 1 1 0 0 0-.052.039 1 1 0 0 0-.044.056q-.02.025-.038.052a1 1 0 0 0-.03.073l-.021.052a.5.5 0 0 0-.022.135v12.444a.52.52 0 0 0 .259.45l10.885 6.22.006.003a1 1 0 0 0 .077.032q.023.01.047.018a.5.5 0 0 0 .264 0c.015-.003.028-.011.043-.016a1 1 0 0 0 .079-.031l4.054-2.253a5.7 5.7 0 0 0 11.095-2.619 5.7 5.7 0 0 0-3.994-4.175zm-13.46.088 2.622 1.499-3.522 2.348-2.623-1.499zm-3.305 3.89 1.728.989V17.7l-2.593-1.483v-3.99zm9.485-4.588-2.62-1.497 2.156-1.425 2.615 1.494zM16.58 4.634l-2.422 1.601a.52.52 0 0 0-.145.72.5.5 0 0 0 .173.162l3.63 2.074a.52.52 0 0 0 .544-.018l2.852-1.893 2.558 1.46-9.843 5.625-1.946-1.114 3.789-2.526a.52.52 0 0 0-.03-.881L12.11 7.77a.52.52 0 0 0-.545.018l-4.22 2.813-3.262-1.86 9.844-5.626zm-9.914 6.779v5.106a.52.52 0 0 0 .26.45l3.629 2.074a.518.518 0 0 0 .778-.45v-4.514l2.074 1.185v11.252l-9.852-5.631V9.635zm7.778 3.851 9.852-5.63v8.985a6 6 0 0 0-.519-.026 5.71 5.71 0 0 0-5.704 5.703c0 .07.008.138.011.207l-3.64 2.023zm4.666 9.032a4.667 4.667 0 0 1 9.334 0 4.67 4.67 0 0 1-4.667 4.667 4.667 4.667 0 0 1-4.667-4.667m4.734-.196a50 50 0 0 1-.749 1.553c-.01 0-.312-.467-.677-1.038-.459-.72-.686-1.052-.752-1.092-.127-.072-.399-.072-.52.003-.063.04-.203.243-.434.624l-.34.567h-1.613v.952l1.036-.01c.954-.009 1.045-.012 1.132-.069.06-.037.172-.187.293-.39.112-.18.21-.318.219-.302l.689 1.08c.471.735.699 1.07.767 1.113a.59.59 0 0 0 .53-.006c.122-.075.025.115 1.18-2.315l.823-1.743.078.137c.044.072.334.611.646 1.194.642 1.198.62 1.158.739 1.236.081.053.168.059 1.095.059h1.005v-.936h-.77l-.775-.003-.755-1.41c-.941-1.752-.926-1.724-1.038-1.784-.134-.069-.4-.06-.524.019-.116.075-.1.044-1.285 2.56z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.06 2.431c0 .025.095.1.21.158.748.4 1.237.67 2.248 1.233a10 10 0 0 0 1.26.635c.355 0 .2-.122-1.043-.811l-1.5-.831c-.675-.378-1.176-.542-1.176-.384m-1.032.3a6 6 0 0 0-2.4 2.066 8.8 8.8 0 0 0-1.248 3.613c-.124.576-.214.958-.531 2.256a3 3 0 0 0-.105.539c.072.063 3.7 2.05 3.746 2.05s.069-.069.088-.154.093-.368.165-.63.2-.728.28-1.036.21-.774.284-1.036.185-.716.247-1.008a6.33 6.33 0 0 1 3.2-4.511l.335-.179-.187-.112c-.18-.107-.412-.236-1.139-.634l-.508-.28c-.095-.053-.41-.223-.7-.377s-.688-.372-.883-.483-.359-.2-.364-.2l-.285.115m5.513 1.9c-4.6.593-6.521 7.255-2.764 9.567 2.71 1.667 6.562-.538 7.228-4.138.589-3.181-1.567-5.8-4.464-5.429m1.141 1.4c2.8.732 2.942 5.066.227 6.8a3.5 3.5 0 0 1-2.891.428 1.7 1.7 0 0 0-.311-.125c-.259 0-1.059-.811-1.333-1.351-1.424-2.81 1.358-6.527 4.308-5.755m-16.376 5c-.9.5-.937.533-.49.39a6.07 6.07 0 0 1 3.262.3c.62.2.58.154-.283-.32-1.81-.994-1.472-.943-2.488-.374m10.129.188c-.016.057-.059.242-.1.412s-.117.48-.179.689a1.8 1.8 0 0 0-.092.4c.042.039 1.462.815 1.493.815s-.018-.057-.079-.126a4.7 4.7 0 0 1-.838-1.778c-.112-.463-.165-.568-.208-.412m-4.892.554c-.018.047-.024.094-.012.1a24 24 0 0 0 3.816 2.035c.061-.153.4.05-3.476-2.087-.284-.157-.286-.157-.329-.046m-1.21 1.164c-1.6.884-1.569.791-.808 2.122.287.5.639 1.127.781 1.389.266.489.447.728.553.728.036 0 .026-.052-.024-.129a30 30 0 0 1-1.609-2.994c0-.23.182-.375 1.148-.909 1.207-.668 1.227-.681 1.139-.736-.108-.069-.043-.1-1.181.529m14.388 1.426a1.3 1.3 0 0 1-.269.171c-.133.07-.318.172-.41.228s-.924.525-1.848 1.043c-2.087 1.169-1.911 1.071-2.223 1.249s-3.752 2.115-4.022 2.265c-3.173 1.762-3.488 1.969-3.171 2.091a14.4 14.4 0 0 0 2.191-1.155 550.97 550.97 0 0 0 2.436-1.372c2.074-1.17 1.793-1.012 3.837-2.155.893-.5 1.738-.979 1.876-1.065s.416-.244.616-.352c1.156-.621 1.2-.655 1.154-.849-.035-.141-.113-.188-.167-.1m-22.966.622c-.111.044-.027.1.858.579.172.093.841.461 1.487.818a10 10 0 0 0 1.283.64c.359-.027.228-.109-3.085-1.925-.306-.168-.366-.18-.542-.111m-1.146.667c-.615.607-.824 1.078-.479 1.078a.27.27 0 0 1 .2.112.27.27 0 0 0 .221.112q.15 0 .186.112c.036.112.085.112.2.112s.171.034.2.112.085.112.186.112a.27.27 0 0 1 .224.117c.042.068.108.1.155.085a.19.19 0 0 1 .177.079.34.34 0 0 0 .221.111.23.23 0 0 1 .186.112.23.23 0 0 0 .2.112.23.23 0 0 1 .2.112.23.23 0 0 0 .2.112.27.27 0 0 1 .208.112.26.26 0 0 0 .194.112.23.23 0 0 1 .185.112c.1.184.2.13.391-.2a4 4 0 0 1 .559-.691l.366-.381-1.133-.627a128 128 0 0 0-2.05-1.116c-.653-.354-.538-.364-.994.087m11.5.235a1 1 0 0 1 .086.378c0 .158.015.191.055.129a.58.58 0 0 0-.046-.579c-.154-.14-.19-.112-.1.073m-5.88 1.5 1.148.628c1.432.785 1.469.8.994.331a2.81 2.81 0 0 0-2.03-1.052h-.28l.168.091m13.162 2.1c-1.53.8-2.341 1.993-1.654 2.427a3.9 3.9 0 0 1 1.085 1.4 12.3 12.3 0 0 1 .739 2.1 8 8 0 0 0 .656 1.717c.037.023.047-.014.028-.1s-.133-.643-.259-1.265a14.8 14.8 0 0 0-1.243-4.076c-.433-.9-.131-1.643.933-2.31.2-.128.048-.072-.286.1m-9.414.715a1 1 0 0 0-.416.488c0 .046.025.067.056.048a.14.14 0 0 0 .056-.11c0-.448.81-.44 2.885.029.533.12.692.055.184-.076a9.7 9.7 0 0 0-2.765-.38m9.33.161c0 .024.076.089.168.143.177.1.245.024.1-.12-.075-.075-.269-.092-.269-.023m-.224.365a.24.24 0 0 0 .235.207c.142 0 .125-.083-.037-.19s-.2-.112-.2-.018m4.632 4.443a3.2 3.2 0 0 1-.8 2.994c-.5.441.063.221.8-.31 1-.726 1.014-.79.394-2.012-.234-.462-.412-.765-.4-.672M25.1 26.382c-.07.075-.118.164-.107.2s.107-.027.213-.136q.19-.198.107-.2a.4.4 0 0 0-.213.136m.248.312c-.112.116-.135.168-.076.168.083 0 .328-.222.328-.3s-.1-.031-.252.13" style="fill:#fff"/><path d="M19.9 2.308c0 .04 2.077 1.214 3.37 1.905.134.072.282.081.863.057l.7-.03-.245-.14a131 131 0 0 0-2.642-1.426c-.558-.274-2.046-.545-2.046-.366m-.878.162-.257.079.235.125c.865.46 3.409 1.885 3.422 1.917a1.05 1.05 0 0 0 .5-.162 4.4 4.4 0 0 0-.553-.32c-1.157-.612-2.98-1.635-3-1.681s-.022-.058-.347.042m4.436 3.794c-2.417.492-3.743 4.474-1.795 5.39 1.593.749 3.633-.628 3.9-2.634.212-1.574-.883-3-2.108-2.756m1.628.416c1.806 1.935-.184 5.771-2.778 5.353-.393-.063-.43-.043-.191.1a2.44 2.44 0 0 0 1.791.24c2.6-.673 3.491-4.346 1.386-5.692-.3-.194-.386-.2-.208 0M23.924 7.8c.835.461 1.067.773 1.065 1.428 0 1.567-1.788 2.11-2.994.911s.435-3.164 1.929-2.339m-.549.45a1.4 1.4 0 0 0-.5 2.15c.7.672 1.929-.064 1.934-1.159a.986.986 0 0 0-1.436-.991m4.838.492c0 .1.016.146.037.094a.3.3 0 0 0 0-.189c-.02-.052-.037-.009-.037.094M24.29 8.9c.035.141-.092.383-.164.311-.021-.021-.008-.076.029-.121a.32.32 0 0 0 .034-.256c-.041-.2.049-.144.1.066m-.554.1a.3.3 0 0 0-.077.169l-.023.135-.044-.154c-.045-.156.041-.28.149-.213.028.017.026.044-.005.064m.716.437c.073.334-.086.5-.671.694-.383.128-.434.136-.434.072a1.2 1.2 0 0 1 .386-.167c.488-.157.663-.319.622-.575-.037-.226.049-.248.1-.024m-15.795.54c-1.318.728-1.432.827-1.432 1.234s.137.44.174.057a1 1 0 0 1 .131-.414 14.6 14.6 0 0 1 2.375-1.343c.1-.016.161-.05.145-.076-.08-.13-.4-.005-1.394.546m15.252-.545c.016.026-.02.061-.08.076-.087.023-.1.057-.074.168.02.08.012.139-.019.139-.1 0-.11-.323-.017-.378.109-.064.153-.065.189-.005m-15.052.7c-1.136.636-1.285.747-1.36 1.02s-.016.38.178.306c.065-.025.07-.058.026-.155-.1-.216.025-.32 1.094-.911 1.088-.6 1.206-.639 1.491-.466s.324.068.088-.212-.354-.232-1.517.419m.049.3c-1.474.828-1.486.683.125 1.541.237.126.8.433 1.251.681.939.517.873.5 1.014.278a3.8 3.8 0 0 1 1.038-.685c1.072-.6 1.028-.538.593-.777-2.2-1.205-2.931-1.6-2.978-1.6-.031 0-.5.253-1.043.558m1.534 0c.507.279 1.139.62 1.692.914.633.337.6.386-.117.156a10 10 0 0 0-1.393-.392 6.6 6.6 0 0 0-2.012.023c-.635.155-.605.125.475-.479l.512-.287c.375-.21.34-.212.843.064m3.76.682c-.031.118-.039.2-.016.189a11 11 0 0 1 1.192.612c1.385.767 1.96 1.08 2.175 1.186a1.5 1.5 0 0 1 .251.157c.095.081.088.092.188-.268.014-.052 0-.094-.025-.094a6 6 0 0 1-.664-.342c-.889-.5-1.346-.745-1.529-.837a33 33 0 0 1-.822-.449c-.78-.435-.68-.415-.75-.154m-6.7.508-.288.124 1.177.639 1.736.945c.616.337.885.357.957.071.045-.18.021-.2-.668-.567-.348-.185-1.045-.563-1.549-.839-1.021-.559-.969-.545-1.366-.373m6.028.075c-1.847.943-2.317 1.3-2.316 1.744a18.8 18.8 0 0 0 1.659 3.107c.206.25-.075-.273-1.093-2.035-.707-1.223-.67-1.311.939-2.205a12 12 0 0 1 1.158-.6.15.15 0 0 0 .115-.054c.055-.09-.259-.061-.46.041m-.7.653c-1.778.992-1.749.741-.36 3.183.875 1.539.945 1.579 1.862 1.071.811-.449.931-.75.717-1.794-.56-2.724-.575-2.787-.735-2.925-.231-.2-.371-.156-1.483.465m-5.766-.479a.27.27 0 0 0 .259.27.26.26 0 0 1 .214.108.26.26 0 0 0 .2.108.22.22 0 0 1 .19.108.23.23 0 0 0 .214.108c.109 0 .167.033.19.108s.082.108.19.108a.23.23 0 0 1 .214.108.22.22 0 0 0 .19.104.28.28 0 0 1 .22.135.27.27 0 0 0 .238.135.2.2 0 0 1 .181.081.19.19 0 0 0 .166.081.28.28 0 0 1 .224.135.3.3 0 0 0 .2.135.37.37 0 0 1 .207.087c.1.092.286.063.252-.039-.018-.053-1.066-.643-2.82-1.589-.656-.354-.728-.383-.728-.293m7.441-.024a.5.5 0 0 0 .055.12 3 3 0 0 1 .15.524c.1.471.063.428.685.713 1.949.9 1.775 4.095-.292 5.36-.4.246-.24.23.2-.02.969-.547 1.442-1.4 2.25-4.084.1-.341.21-.688.237-.77s.031-.139 0-.117a2.4 2.4 0 0 1-.631-.288 84 84 0 0 0-1.642-.895 23 23 0 0 1-.741-.409 1 1 0 0 0-.271-.134m-.288.214a6 6 0 0 1-.966.593 10 10 0 0 0-1.132.683c-.266.258-.289.2 1.034 2.517a5 5 0 0 1 .412.8c-.128.128-.334-.162-1.2-1.686-.846-1.5-.8-1.383-.7-1.613.158-.377 2.468-1.555 2.548-1.3m8.956.94a.4.4 0 0 0 .216 0c.052-.02 0-.036-.122-.035s-.161.017-.094.036m-8.254.422c-.055.094.08.286.271.384 1.532.792 1.241 3.465-.47 4.3a2.05 2.05 0 0 1-2.221-.145c-.535-.3-.6-.3-.425-.061a2.17 2.17 0 0 0 2.219.675c2.045-.607 2.909-3.355 1.48-4.706-.324-.307-.793-.554-.854-.451m3.969.494c-1.087.618-1.076.61-1.124.828a13.8 13.8 0 0 1-1.137 2.908A3.76 3.76 0 0 1 14.77 19.1c-.222 0-.124.1.338.353a2.2 2.2 0 0 1 .574.4l.094.152c.005.009.407-.212.893-.491s1.514-.859 2.285-1.29 1.548-.868 1.725-.972c.365-.214 3.371-1.9 3.6-2.019a.28.28 0 0 1 .21-.038q.059.035.026-.021c-.033-.056.076-.125.248-.223.3-.174.4-.2.334-.1q-.035.06.025.023a.067.067 0 0 0 .035-.085 4 4 0 0 1 .78-.5c.9-.5.888-.485.5-.7l-.278-.157-.177.134a4.5 4.5 0 0 1-4.938.426c-1.273-.738-1-.729-2.152-.071m-7.941-.279c-.124.047-.331.284-.248.284.18 0 .41-.124.41-.221s-.024-.116-.162-.063m4.044.2c0 .016.075.387.168.823.267 1.262.145 1.586-.788 2.093-.954.518-1.333.365-1.974-.8-.335-.607-.328-.6-.414-.282a1.94 1.94 0 0 0 2.113 2.557 2.572 2.572 0 0 0 1.519-3.964c-.167-.192-.634-.512-.634-.435m5.112.473c.2.2-.031.517-.458.607-.18.038-.394-.1-.394-.257 0-.269.661-.541.852-.35m-.469.06c-.231.081-.386.288-.254.339.261.1.838-.2.649-.338-.117-.085-.156-.085-.4 0M5.15 14.5c.136.086 1.065.6 2.993 1.654a1 1 0 0 1 .34.238c-.006.025.1.028.243 0a2.2 2.2 0 0 1 .509-.011c.343.041.325.008-.135-.243l-1.577-.86c-1.341-.731-1.561-.82-2.13-.858l-.4-.027.162.1m-.86.117c-.165.073-.2.105-.135.143.043.027.855.479 1.8 1a19 19 0 0 1 1.713 1.01c-.007.03.075-.005.183-.078a.8.8 0 0 1 .274-.133c.043 0-.1-.093-.318-.208-1.257-.659-3.2-1.741-3.218-1.794s-.05-.057-.3.055m7.548.6a2.74 2.74 0 0 0 .136 2.343c.141.128.132.064-.043-.293a3.04 3.04 0 0 1-.1-1.729c.077-.3.082-.523.007-.32m3.013.085c.156.155.155.315 0 .621q-.193.379-.145-.087a.65.65 0 0 0-.083-.486c-.146-.247 0-.277.228-.048m7.054-.019c.141.222-.036.436-.436.526-.27.061-.439-.021-.439-.212 0-.319.709-.574.875-.314m-.475-.014c-.238.069-.382.239-.293.345s.179.1.437-.028c.422-.215.315-.45-.144-.317m-7.049.113a.42.42 0 0 1 .125.355.5.5 0 0 1-.838.41c-.4-.436.281-1.171.713-.765m-.572.187c-.151.192-.143.374.023.483s.324.063.277-.059c-.035-.09.048-.111.1-.026.038.062.134.02.134-.058 0-.028-.036-.051-.081-.051s-.081-.024-.081-.052.036-.038.081-.021c.106.041.1-.084 0-.238a.265.265 0 0 0-.451.022m5.411 1.256c.2.225-.114.543-.542.543s-.459-.36-.056-.543c.288-.131.48-.131.6 0m-.536.025c-.33.144-.368.353-.066.356s.69-.322.492-.4a.52.52 0 0 0-.426.042m-9.992.357a1.2 1.2 0 0 0-.586.56c-.042.182-.02.2 1.4.964.623.335 1.409.764 1.747.953.75.419.868.457.87.28 0-.29.411-.586.807-.586a18 18 0 0 1 2.144.343c.42.1.394.052-.135-.242l-.418-.232-.674-.008c-.829-.01-.953-.053-2.265-.778-.519-.287-1.211-.662-1.537-.834s-.617-.33-.647-.352a2 2 0 0 0-.711-.069m2.329.446a1.5 1.5 0 0 0 .238.216 1 1 0 0 0-.184-.216 1.5 1.5 0 0 0-.238-.216 1 1 0 0 0 .184.216m10.918.689c-1.654.824-2.205 1.351-2.37 2.268-.088.486-.042.63.258.817a4.56 4.56 0 0 1 1.52 2.669c.876 2.927 1.52 3.747 2.938 3.747 1.067 0 2.541-.941 2.688-1.716.069-.365-1.207-3.133-2.738-5.941a52 52 0 0 1-.852-1.631c-.4-.82-.268-.8-1.444-.215m.917-.051a1.5 1.5 0 0 1-.4.251c-1.457.75-1.8 1.435-1.281 2.523a15 15 0 0 1 1.108 3.624c.043.237.126.662.184.944.183.883.186.908.087.782a6.4 6.4 0 0 1-.6-1.4 10.4 10.4 0 0 0-1.113-2.939 3.2 3.2 0 0 0-.813-.893c-.443-.238-.056-1.219.709-1.8a9.4 9.4 0 0 1 2.121-1.094m-.951 1.307c.164.129.208.481.061.481a.094.094 0 0 0-.081.1c0 .18-.32.229-.532.08-.08-.056-.115-.123-.1-.189s0-.088-.022-.071-.049-.008-.049-.054.024-.084.052-.084.04-.031.026-.069c-.093-.242.4-.391.643-.2m-8.24.259c.06.056 1.354.761 1.4.761.016 0 .029-.035.029-.077s.078-.138.174-.213c.22-.172.268-.149-.721-.349-.932-.188-.952-.191-.879-.123m12.992 5.95c.074.417-.087.64-.866 1.2a2.4 2.4 0 0 1-1.066.475c-.042-.026.274-.333.348-.338a3 3 0 0 0 .624-.961 4.8 4.8 0 0 0 .109-1.926l-.042-.324.429.836a7.3 7.3 0 0 1 .464 1.037m-1.922-.479a.34.34 0 0 1 .093.337.405.405 0 0 1-.8.086c-.025-.1-.017-.113.046-.061s.077.043.077-.046a.14.14 0 0 0-.067-.133c-.053-.018-.051-.042.006-.112.04-.049.1-.075.123-.059s.046.01.041-.014c-.018-.1.014-.125.184-.125a.4.4 0 0 1 .3.126" style="fill:#01afe2"/><path d="M20.006 2.383c-.045.029-.071.063-.056.077s1.795 1 2.961 1.64a.9.9 0 0 0 .265.116c.016-.016-1.5-.872-2.294-1.3-.681-.364-.822-.448-.822-.489 0-.074.354-.047.5.039.211.121.276.1.084-.028a.73.73 0 0 0-.643-.058m-.926.279c-.123.058-.208.108-.189.111a1.4 1.4 0 0 0 .441-.192c0-.038 0-.037-.252.082m1.764-.09a1.2 1.2 0 0 0 .427.245c.011-.011-.08-.077-.2-.146s-.223-.114-.223-.1m-1.456.059a13 13 0 0 0 1.376.749 14 14 0 0 0-1.349-.771.025.025 0 0 0-.027.022m-1.056.425a2 2 0 0 0-.345.251 5.6 5.6 0 0 0 .72-.447c.079-.079-.07 0-.375.2m3.016-.2a.8.8 0 0 0 .225.143c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m.5.28a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m-4.348.577c-.357.348-.361.353-.047.074.509-.454.508-.452.47-.452a3.6 3.6 0 0 0-.423.378m3.347-.3a1.2 1.2 0 0 0 .427.245c.011-.011-.08-.077-.2-.146s-.223-.114-.223-.1m1.512.007a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m-1.008.276a1.1 1.1 0 0 0 .433.237c.015-.014-.077-.079-.2-.143a.7.7 0 0 0-.23-.093m1.512 0a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m-1.008.28a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m1.512 0a2 2 0 0 0 .339.207c.234.125.316.195.266.226s-.034.046.053.047c.221 0 .137-.095-.266-.3a2 2 0 0 0-.392-.177m-1.008.283a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m.9 0a.5.5 0 0 0 .168.115c.092.048.168.074.168.059a.5.5 0 0 0-.168-.115c-.092-.048-.168-.074-.168-.059m-6.666.487c-.166.244-.334.543-.272.487a6 6 0 0 0 .458-.725 1.3 1.3 0 0 0-.187.238m6.364-.139.129.1-.292.138a1.4 1.4 0 0 0-.317.183c-.016.027.124-.029.312-.124.384-.194.408-.236.188-.331l-.154-.067.129.1m1.271.029c-.1.034-.014.041.224.017a2 2 0 0 0 .415-.065c.043-.048-.469-.01-.639.047m.929-.047a2.4 2.4 0 0 0 .443.065c.246.023.35.015.252-.018-.17-.057-.739-.1-.7-.047m1.4.283a.6.6 0 0 0 .2.08c.031 0-.007-.036-.084-.08a.6.6 0 0 0-.2-.08c-.031 0 .007.036.084.08m-3.291.03c-.188.075-.152.114.042.046a.5.5 0 0 0 .168-.081q.002-.05-.21.035m-1.422.575a2.3 2.3 0 0 0-.407.373c-.017.043.077-.02.209-.14s.328-.287.436-.37.182-.153.166-.154a3.4 3.4 0 0 0-.4.291m5.556-.167a3 3 0 0 0 .35.324c.193.165.287.229.21.143a2.6 2.6 0 0 0-.56-.466m-11.261.245a2 2 0 0 1-.091.2c-.019.031-.008.04.024.02.062-.038.2-.373.15-.373-.015 0-.052.067-.083.148m5.557.387a6 6 0 0 0-.573.6q-.179.237.131-.1c.169-.184.443-.455.609-.6a1.3 1.3 0 0 0 .266-.267 3.6 3.6 0 0 0-.432.367m3.058.019a.6.6 0 0 0 .252 0c.069-.019.013-.035-.126-.035s-.2.016-.126.035m3.455.192a1 1 0 0 0 .182.206c.039 0-.2-.328-.275-.372-.035-.022.007.053.093.166m-12.367.158a1.1 1.1 0 0 0-.065.318.8.8 0 0 0 .109-.274 1 1 0 0 0 .065-.318c-.012-.012-.061.111-.109.274m5.194-.073a9 9 0 0 0-.749 1.073c-.113.222-.03.116.275-.351a6.5 6.5 0 0 1 .515-.685c.128-.139.21-.25.183-.247a.9.9 0 0 0-.224.21m4.74-.131c.256.1.356.1.14 0a.8.8 0 0 0-.252-.075c-.046 0 0 .036.112.077m.5.2c.194.132.3.17.168.058a.5.5 0 0 0-.2-.115c-.031 0-.018.025.028.057m2.212.277a.5.5 0 0 0 .115.168c.015 0-.011-.076-.059-.168a.5.5 0 0 0-.115-.168c-.015 0 .011.076.059.168m-1.568.224a2.4 2.4 0 0 0 .3.28 1.6 1.6 0 0 0-.248-.28 2.4 2.4 0 0 0-.3-.28 1.6 1.6 0 0 0 .248.28m-4.652.291a5 5 0 0 0-.461.546l-.127.2.158-.2c.087-.108.307-.354.489-.546a2.5 2.5 0 0 0 .3-.35 3.4 3.4 0 0 0-.361.35m6.425-.182a2 2 0 0 0 .1.308c.06.154.11.242.111.2 0-.079-.206-.564-.215-.5m-13.107.373a1.4 1.4 0 0 0-.055.3c0 .046.039-.041.081-.194a1 1 0 0 0 .055-.3c-.012-.012-.048.076-.081.194m5.023-.023a3.3 3.3 0 0 0-.337.686 6 6 0 0 0 .44-.812.5.5 0 0 0-.1.126m6.74.067a.8.8 0 0 0 .142.2c.04 0-.142-.326-.2-.364-.031-.019 0 .055.061.164m-7.246.338c-.132.276-.113.323.025.062a.6.6 0 0 0 .092-.237c-.012-.012-.064.067-.116.175m7.509.194c.049.124.1.214.111.2a1 1 0 0 0-.173-.427c-.014 0 .013.1.062.225m-6.121.285a.4.4 0 0 0-.067.2c.012.012.064-.066.115-.173.115-.242.075-.26-.048-.022m7.581.191a2 2 0 0 0 .064.415c.05.045.011-.529-.046-.667-.033-.081-.041.024-.019.252m-9.224-.078a.45.45 0 0 0-.041.2c.012.012.05-.059.085-.158a.45.45 0 0 0 .041-.2c-.012-.012-.05.059-.085.158m.222.143a1.4 1.4 0 0 0-.055.3c0 .046.039-.041.081-.194a1 1 0 0 0 .055-.3c-.012-.012-.048.076-.081.194m-4.786.249a.7.7 0 0 0-.014.258c.015.013.046-.08.069-.207a.6.6 0 0 0 .014-.258c-.016-.014-.047.079-.069.207m12.587.526c0 .277.013.4.03.268a2.6 2.6 0 0 0 0-.5c-.017-.147-.03-.041-.031.236m-8.3.14a3 3 0 0 1-.038.28l-.029.14.06-.138a.6.6 0 0 0 .038-.28l-.022-.142zm9.525.084a8 8 0 0 1-.038.448l-.027.224.059-.224a1.6 1.6 0 0 0 .038-.448L29.1 9.19l-.011.224m-14.039.252a.37.37 0 0 0-.014.2c.016.014.047-.055.069-.153a.4.4 0 0 0 .014-.2c-.014-.013-.045.056-.069.153m4.679.649a4.5 4.5 0 0 0 .065.751c.035.149.044-.046.022-.476-.043-.841-.1-1.007-.087-.275m7.871.285c-.05.147-.069.243-.042.213a1.06 1.06 0 0 0 .155-.458c-.012-.012-.063.1-.113.245m-8.345-.061a.3.3 0 0 0-.015.173c.015.013.046-.043.069-.125a.3.3 0 0 0 .015-.173c-.015-.013-.046.043-.069.125m1.771.08c0 .108.016.152.037.1a.32.32 0 0 0 0-.2c-.02-.054-.037-.01-.037.1m-11.216.063-.532.3c-.927.518-1.03.591-.84.591.05 0 .074-.026.055-.058s.02-.047.123-.027.122.015.062-.012.091-.148.693-.483c.7-.389.805-.433.926-.378.188.086.229.077.1-.02-.155-.117-.237-.1-.585.09m.728.018a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m4.175.29a.4.4 0 0 0 .008.249 15 15 0 0 0 1.506.823 6 6 0 0 0-.734-.439l-.757-.416.034-.21c.044-.27-.007-.276-.057-.007m14.072-.118c-.017.061-.049.161-.069.223s0 .041.053-.045a.4.4 0 0 0 .069-.223c-.012-.036-.036-.015-.053.045m-9.342.095a.8.8 0 0 1-.033.193c-.027.083-.022.087.025.02.063-.089.072-.077.143.194.016.062.016 0 0-.14-.028-.245-.135-.457-.135-.268M11.07 11a6.5 6.5 0 0 0 1.008.533 5 5 0 0 0-.56-.325A2 2 0 0 0 11.07 11m16.243.24c-.048.092-.074.168-.059.168a.5.5 0 0 0 .115-.168c.048-.092.074-.168.059-.168a.5.5 0 0 0-.115.168M19 11.491a.8.8 0 0 0-.042.284c.013.013.053-.094.089-.238a.8.8 0 0 0 .042-.284c-.013-.013-.053.094-.089.238m-9.912-.144c-.369.078-.354.121.025.071a7.2 7.2 0 0 1 1.509-.005c.285.028.346.024.224-.016a7.3 7.3 0 0 0-1.758-.051m2.24.192a4.3 4.3 0 0 0 .868.239.8.8 0 0 0-.273-.109c-.395-.119-.636-.172-.6-.131m.834.053a.7.7 0 0 0 .21.147c.2.113.206.115.042.088l-.168-.028.174.079c.51.23.631.142.152-.111-.381-.2-.411-.214-.411-.174m14.765.25a5 5 0 0 1-.875.868l-.2.159.224-.154c.387-.266 1.211-1.145 1.072-1.145a1.6 1.6 0 0 0-.226.272m-12.384-.16c-.019.031 0 .042.047.024a.1.1 0 0 1 .118.029.13.13 0 0 0 .1.06c.035 0 .014-.037-.045-.082-.13-.1-.175-.1-.22-.03m-.084.144a8 8 0 0 0 1.779 1.074 3 3 0 0 0-.522-.323 7.4 7.4 0 0 1-1.2-.755q-.041-.06-.042 0m.447-.006a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m4.294.149c-.052.233 0 .279.055.049a.37.37 0 0 0 .014-.2c-.016-.014-.047.055-.069.153m.779-.007a1 1 0 0 0 .089.224q.053.088.014-.056a1 1 0 0 0-.089-.224q-.053-.088-.014.056m8.307.014c-.037.069-.1.189-.148.266-.078.134-.077.135.013.028.112-.133.268-.42.229-.42-.015 0-.057.057-.094.126m-12.879.126a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m.9-.007a1.2 1.2 0 0 0 .427.245c.011-.011-.08-.077-.2-.146s-.223-.114-.223-.1m5.6.443c.232.247.282.292.282.25a3 3 0 0 0-.266-.266l-.266-.25zm-7.853-.066a.7.7 0 0 0-.21.139 2.2 2.2 0 0 0 .5-.233c.064-.058-.1 0-.289.095m.469-.076c.042.02.018.069-.069.137l-.134.106.155-.067c.154-.067.18-.169.05-.194-.05-.01-.05 0 0 .018m1.393-.014a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m.9 0a.5.5 0 0 0 .168.115c.092.048.168.074.168.059a.5.5 0 0 0-.168-.115c-.092-.048-.168-.074-.168-.059m11 .294c-.119.145-.187.245-.151.223a2.2 2.2 0 0 0 .393-.487 1.8 1.8 0 0 0-.242.263m-9.117-.063a.3.3 0 0 0-.015.173c.015.013.046-.043.069-.125a.3.3 0 0 0 .015-.173c-.015-.013-.046.043-.069.125m-5.146.14a.7.7 0 0 0-.21.139c0 .015.1-.024.224-.086a.8.8 0 0 0 .224-.141c0-.037 0-.036-.238.089m.5 0a.7.7 0 0 0-.21.139c0 .015.1-.024.224-.086a.8.8 0 0 0 .224-.141c0-.037 0-.036-.238.089m2.366-.09a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m.9 0a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m3.053.142a.5.5 0 0 0 .115.168c.015 0-.011-.076-.059-.168a.5.5 0 0 0-.115-.168c-.015 0 .011.076.059.168m-7.323.228a.7.7 0 0 0-.21.139c0 .015.1-.024.224-.086a.8.8 0 0 0 .224-.141c0-.037 0-.036-.238.089m.5 0a.7.7 0 0 0-.21.139c0 .015.1-.024.224-.086a.8.8 0 0 0 .224-.141c0-.037 0-.036-.238.089m2.759-.1a1.2 1.2 0 0 0 .427.245c.011-.011-.08-.077-.2-.146s-.223-.114-.223-.1m.644.021a6.5 6.5 0 0 0 1.008.533 5 5 0 0 0-.56-.325 2 2 0 0 0-.448-.209m.868-.015a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m4.7.083a.5.5 0 0 0 .191.115c.069 0 .066 0-.156-.132l-.168-.1.132.115m2.976 0c-.108.059-.176.108-.151.11a1 1 0 0 0 .375-.2c0-.037 0-.035-.224.085M19.5 13a.5.5 0 0 0 .168.115c.092.048.168.074.168.059a.5.5 0 0 0-.168-.115c-.092-.048-.168-.074-.168-.059m7.841.227a1.3 1.3 0 0 0-.219.252 2 2 0 0 0 .275-.252 1.3 1.3 0 0 0 .219-.252 2 2 0 0 0-.275.252m-6.773-.115a3.5 3.5 0 0 0 .665.741c.235.185.23.178-.056-.1-.171-.166-.385-.391-.476-.5s-.15-.172-.132-.14m-7.972.175c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m.5 0c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m3.711-.063a.5.5 0 0 0 .168.115c.092.048.168.074.168.059a.5.5 0 0 0-.168-.115c-.092-.048-.168-.074-.168-.059m6.2.031a.6.6 0 0 0 .279.084c.121.013.169.011.107-.005s-.187-.054-.279-.084c-.118-.038-.149-.037-.107.005m1.758.03q-.256.073-.112.074a.9.9 0 0 0 .308-.075c.207-.095.136-.094-.2 0m-4.649.05a.5.5 0 0 0 .168.115c.092.048.168.074.168.059a.5.5 0 0 0-.168-.115c-.092-.048-.168-.074-.168-.059m-7.973.206a.57.57 0 0 0-.206.578c.076.2.091.179.066-.086a.39.39 0 0 1 .135-.392c.168-.175.169-.2 0-.1m.5 0a.73.73 0 0 0-.42.51 2.5 2.5 0 0 0 .43.881 1.6 1.6 0 0 0-.173-.359c-.291-.521-.243-.742.221-1.024.139-.084.092-.091-.058-.008m4.677-.039a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m.728.053a1 1 0 0 0 .21.141l.21.119-.157-.141c-.14-.126-.263-.182-.263-.119m-.224.227a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m8.693.11c-.26.184-.3.237-.077.111a1.2 1.2 0 0 0 .245-.177c.083-.1.044-.084-.168.066m-.572.34c-.139.074-.232.136-.208.138a1.7 1.7 0 0 0 .488-.251c0-.037 0-.038-.28.113m-13.661.518c.13.239.28.5.332.574a2 2 0 0 1 .117.2 7 7 0 0 0 .477.812c.033 0-.016-.091-.606-1.134-.275-.485-.512-.882-.528-.882a2.2 2.2 0 0 0 .208.434m15.6-.3a.22.22 0 0 1-.1.27c-.133.107-.133.108 0 .045a.234.234 0 0 0 .132-.353c-.056-.111-.058-.107-.027.039m-2.586.064c-.14.067-.145.075-.028.047.159-.039.337-.13.252-.128a1 1 0 0 0-.224.082m-2.011.272a3.1 3.1 0 0 0 1.109 0c.13-.03-.1-.05-.554-.05s-.684.02-.554.05m3.341.152a1.4 1.4 0 0 0-.294.2 2.7 2.7 0 0 0 .585-.325c.095-.087.009-.05-.291.125m-21.488.084a3 3 0 0 0 .694.336 5 5 0 0 0-.9-.482c-.037 0 .056.066.207.146m22.188-.058c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062M4.6 15a1.1 1.1 0 0 0 .392.284 1.7 1.7 0 0 0 .392.183 2 2 0 0 0-.373-.238c-.309-.173-.355-.216-.266-.251s.1-.042-.019-.046c-.069 0-.126.029-.126.068m8.15.152a.5.5 0 0 0 .115.168c.015 0-.011-.076-.059-.168a.5.5 0 0 0-.115-.168c-.015 0 .011.076.059.168m-9.178.462c-.672.666-.871 1.162-.465 1.162a.36.36 0 0 1 .205.07c.067.06.067.055 0-.028a.28.28 0 0 0-.2-.1c-.373 0 .009-.719.668-1.259l.257-.21.68.373a6 6 0 0 0 .7.353 12 12 0 0 0-1.381-.768 2.8 2.8 0 0 0-.466.406m22.9-.175a4 4 0 0 0-.448.286 4.2 4.2 0 0 0 .784-.415c.335-.2.046-.09-.336.13M6 15.461a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142C6.1 15.485 6 15.446 6 15.461m19.59.062c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m-20.15-.01c0 .035 1.859 1.049 1.882 1.027s-1.8-1.049-1.856-1.049a.025.025 0 0 0-.026.022m7.674.286c.266.483.62 1.1.723 1.258.083.128.082.135-.012.1-.061-.023-.087-.017-.067.017.035.056.2.079.2.027s-.9-1.623-.964-1.68c-.033-.031.023.1.125.28m1.913.059a.67.67 0 0 1 .086.505c-.043.421.163.239.264-.232a.45.45 0 0 0-.365-.472c-.1 0-.1.012.015.2m-8.523-.118a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m8.691.067a.58.58 0 0 1 .046.579c-.04.062-.055.029-.055-.129a1 1 0 0 0-.086-.378c-.1-.184-.059-.212.1-.073m9.89 0c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m-19.595.21a.5.5 0 0 0 .168.115c.092.048.168.074.168.059a.5.5 0 0 0-.168-.115c-.092-.048-.168-.074-.168-.059m1.512-.007a9 9 0 0 0 .784.458c.855.469.84.457.658.53-.078.031-.093.052-.039.054.238.01.306-.146.109-.249-.1-.054-.267-.141-.361-.193a11 11 0 0 0-1.151-.6m17.573.07c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062M6 16.3a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142C6.1 16.325 6 16.286 6 16.3m18.077.062c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m.672.056c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m-11.44.136a.5.5 0 0 0 .115.168c.015 0-.011-.076-.059-.168a.5.5 0 0 0-.115-.168c-.015 0 .011.076.059.168m-6.805.026a.8.8 0 0 0 .224.142c.123.063.224.1.224.086a.8.8 0 0 0-.224-.142c-.123-.063-.224-.1-.224-.086m.9 0a1.1 1.1 0 0 0 .433.237c.015-.014-.077-.079-.2-.143a.7.7 0 0 0-.23-.093m16.845.123c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m-17.242.148a2.2 2.2 0 0 0 .391.24c.382.207.389.213.294.326s-.1.115.031.007c.07-.059.108-.126.084-.149a5 5 0 0 0-.8-.424m.9.009a.83.83 0 0 0 .369.183c.012-.012-.066-.064-.173-.115s-.2-.082-.2-.067m15.949.061c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m-20.374.065a.6.6 0 0 1 .211.084c.054.044.063.036.036-.033s-.095-.089-.211-.084c-.153.007-.158.011-.036.033m19.031.261c-.3.178-.336.236-.061.1a1 1 0 0 0 .269-.175c.044-.072.042-.071-.208.078m.839-.046c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m-14.324.075a.9.9 0 0 0 .421.054c.231 0 .376-.021.322-.048-.135-.066-.743-.072-.743-.006m.224.142a.5.5 0 0 0 .168.115c.092.048.168.074.168.059a.5.5 0 0 0-.168-.115c-.092-.048-.168-.074-.168-.059m13.513.119a1 1 0 0 0-.238.172 1.8 1.8 0 0 0 .474-.276c.1-.085.007-.048-.235.1M7.346 17.7c-.1.108-.166.194-.137.192.05 0 .4-.388.35-.388a1.4 1.4 0 0 0-.213.2m3.333.011c.18.184.543.471.42.332a2 2 0 0 0-.308-.274c-.092-.064-.143-.09-.112-.058m10.936.049c-.209.114-.2.161.014.052a.5.5 0 0 0 .171-.116c0-.036-.006-.034-.182.062m-16.7.029a.37.37 0 0 0 .19.069c.091.014.155.007.141-.016a.37.37 0 0 0-.19-.069c-.091-.014-.155-.007-.141.016m4.955-.036a.5.5 0 0 0 .168.115c.092.048.168.074.168.059a.5.5 0 0 0-.168-.115c-.092-.048-.168-.074-.168-.059m12.327.095a.7.7 0 0 0-.182.141 1.3 1.3 0 0 0 .392-.2c.162-.11-.03-.056-.21.06m-16.9.167a.37.37 0 0 0 .19.069c.091.014.155.007.141-.016A.4.4 0 0 0 5.445 18c-.091-.014-.155-.007-.141.016m1.689.121c-.152.205-.254.382-.17.294a2.4 2.4 0 0 0 .333-.476.8.8 0 0 0-.163.182m14.117-.094c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m.56.112c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m-15.97.089a.24.24 0 0 0 .163.046.23.23 0 0 1 .191.105.33.33 0 0 0 .223.13c.092.013.154 0 .138-.021a.21.21 0 0 0-.152-.046.25.25 0 0 1-.189-.105.37.37 0 0 0-.235-.13c-.093-.014-.156 0-.141.021m14.907.078c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m-9.62.049a.5.5 0 0 0 .168.115c.092.048.168.074.168.059a.5.5 0 0 0-.168-.115c-.092-.048-.168-.074-.168-.059m9.115.226c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m-8.714-.001c.011.01.134.074.272.143l.252.125-.122-.127a.53.53 0 0 0-.272-.143c-.082-.009-.141-.008-.13 0m8.884.344c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m2.787.161c-.277.136-.466.249-.42.252.075 0 .075.011 0 .059-.115.074-.183.07-.135-.009.165-.267-1.4.795-1.612 1.09q-.121.174.271-.185a4.2 4.2 0 0 1 1.286-.825c.016.016-.064.1-.18.189a2.5 2.5 0 0 0-.638.766c0 .035.087-.065.193-.222a3.9 3.9 0 0 1 1.351-1.056 1.6 1.6 0 0 0 .416-.261c0-.063.035-.076-.532.2m-4.033.117c-.123.076-.2.138-.175.138a1.4 1.4 0 0 0 .427-.256c0-.036-.011-.03-.252.118m.35.227c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m-.9.084a.7.7 0 0 0-.21.139c0 .015.1-.024.224-.086a.8.8 0 0 0 .224-.141c0-.037 0-.036-.238.089m.392.2c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062M17.638 20c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m.588.086a.7.7 0 0 0-.182.141 1.3 1.3 0 0 0 .392-.2c.162-.11-.03-.056-.21.06m-4.649.1a.32.32 0 0 0 .2 0c.054-.02.01-.037-.1-.037s-.152.016-.1.037m-.9.2a.7.7 0 0 0-.174.308c0 .121.083.147.145.045q.036-.06-.025-.025c-.132.082-.06-.136.109-.329.1-.109.161-.2.146-.2a1 1 0 0 0-.2.2m4.461-.11c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m-4.287.122c-.087.085-.1.1-.026.043a.96.96 0 0 1 .423-.146l.291-.035-.265-.008a.46.46 0 0 0-.423.146m1.612-.1c.325.079.658.121.532.066a2 2 0 0 0-.42-.081c-.233-.025-.26-.021-.112.015m3.29.055c-.224.144-.265.2-.07.1.235-.124.346-.2.28-.2a.7.7 0 0 0-.21.1m4.515-.021a.1.1 0 0 1-.138.052c-.058-.018-.105-.009-.105.02 0 .08.146.121.208.059.035-.035.1-.017.181.049.112.091.117.111.04.174a.15.15 0 0 0-.056.152c.039.1-.151.108-.261.01-.067-.06-.067-.055 0 .028.1.135.363.134.327 0a.207.207 0 0 1 .179-.236c.1 0 .066-.2-.044-.3-.128-.116-.283-.119-.326-.007m-8.449.033a2 2 0 0 0 .364.046c.09 0 .06-.021-.084-.053a2 2 0 0 0-.364-.046c-.09 0-.06.021.084.053m8.754 0c.144.144.076.224-.1.12-.092-.055-.168-.119-.168-.143 0-.068.194-.052.269.023m-6.962.149a2 2 0 0 0 .308.085q.201.036.084-.013a2 2 0 0 0-.308-.085q-.201-.036-.084.013m1.022.04c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m5.517-.008c-.069.032-.126.1-.125.144 0 .072.008.073.052 0s.069-.066.13-.015.1.048.182-.01c.148-.108-.051-.211-.239-.123m-6.791.093a1 1 0 0 0 .252.05c.089 0 .083-.01-.028-.05a1 1 0 0 0-.252-.05c-.089 0-.083.01.028.05m5.257.308a.8.8 0 0 0-.091.279c.012.012.075-.1.14-.257a.9.9 0 0 0 .091-.279 1 1 0 0 0-.14.257m.92 0c0 .154.016.21.035.125a.7.7 0 0 0 0-.28c-.019-.069-.034 0-.033.155m-5.407-.108c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m-.432.273c-.138.166.079.476.228.327.05-.05.037-.058-.054-.034-.148.039-.223-.118-.129-.269.078-.124.05-.138-.045-.023m.6.063c-.209.114-.2.161.014.052a.5.5 0 0 0 .168-.113c0-.036-.006-.034-.182.062m4.168.4c-.007.169.016.242.083.267s.078.018.033-.036a.7.7 0 0 1-.083-.267c-.023-.192-.024-.191-.033.036m1.168-.131c0 .082.175.386.206.355s-.022-.114-.087-.215-.118-.164-.119-.14m-.668.717a4.6 4.6 0 0 1 .769 1.08c.038.089.085.146.1.128a4.06 4.06 0 0 0-1.047-1.438c-.057-.03.022.073.174.23m.9-.257a2.5 2.5 0 0 0 .165.392c.09.185.148.273.129.2-.04-.16-.3-.673-.294-.588m.362.882a2.7 2.7 0 0 0 .244.627 3.4 3.4 0 0 0-.257-.753c-.015 0-.009.057.013.126m-.364.659a4 4 0 0 0 .165.448c.093.231.155.344.136.251a2.8 2.8 0 0 0-.3-.7m.648.227a3.1 3.1 0 0 0 .238.78 5 5 0 0 0-.243-.939c-.018-.018-.016.053 0 .159m-.3.766a3.3 3.3 0 0 0 .246.719 3.4 3.4 0 0 0-.244-.817c-.016 0-.017.044 0 .1m.574.347a5.3 5.3 0 0 0 .241 1 8.5 8.5 0 0 0-.25-1.218c-.016-.016-.012.08.009.215m3.834.171c0 .116.016.168.042.127s.191.229.447.75a5 5 0 0 0 .4.742 5.9 5.9 0 0 0-.889-1.618m-4.143.316a3.3 3.3 0 0 0 .249.792 2 2 0 0 0-.11-.439c-.073-.229-.135-.388-.138-.353m4.263.643a7 7 0 0 1-.039.616l-.028.189.058-.185a2.4 2.4 0 0 0 .039-.616l-.019-.431zm-3.689.189c.123.651.162.818.187.793a3.8 3.8 0 0 0-.185-.929c-.018-.018-.019.044 0 .136m2.049.238-.136.154.144-.126c.238-.208.316-.146.105.084l-.193.21.21-.193a.9.9 0 0 0 .21-.238c0-.1-.214-.034-.34.109m-2.292 0a2.2 2.2 0 0 0 .254.577 3 3 0 0 0-.231-.611q-.021-.019-.023.035m2.465.38c-.072.077-.116.155-.1.175.068.068.318-.038.382-.161l.065-.125-.137.126c-.192.177-.326.165-.158-.014.072-.077.119-.14.1-.14a.7.7 0 0 0-.159.14m2.253.14c0 .108.016.152.037.1a.32.32 0 0 0 0-.2c-.02-.054-.037-.01-.037.1m-1 .285c-.067.184-.1.32-.073.3a1.8 1.8 0 0 0 .216-.617 1 1 0 0 0-.142.313M23.086 27c0 .075.231.436.262.405.015-.015.007-.06-.019-.1a.4.4 0 0 1-.035-.214c.01-.121.005-.125-.035-.03s-.046.109-.109 0c-.035-.06-.064-.087-.065-.06m4.253.345a7 7 0 0 1-.623.486 4 4 0 0 0-.531.42 7 7 0 0 0 1.068-.781c.125-.115.212-.209.192-.21s-.067.037-.107.085m-1.175.439a2.4 2.4 0 0 1-.421.429c-.274.205-.281.3-.017.22.229-.066.293-.131.076-.078-.158.039-.152.027.112-.213.246-.224.532-.6.455-.6a1.3 1.3 0 0 0-.2.245" style="fill:#7cd6f0"/><path d="M19.192 2.244a2 2 0 0 1-.336.14 1.3 1.3 0 0 0-.308.139 2 2 0 0 1-.294.164c-.116.053-.21.12-.21.149a3.4 3.4 0 0 0-.77.616.25.25 0 0 1-.158.11.077.077 0 0 0-.081.072.5.5 0 0 1-.154.212 3.3 3.3 0 0 0-.513.632.8.8 0 0 1-.128.173.7.7 0 0 0-.138.241c-.018.07-.051.127-.074.127a.66.66 0 0 0-.143.266 3 3 0 0 1-.167.378 2 2 0 0 0-.138.364c-.04.139-.1.328-.141.42a4 4 0 0 0-.141.616 2.5 2.5 0 0 1-.114.5 3.4 3.4 0 0 0-.136.588 5 5 0 0 1-.148.649 6 6 0 0 0-.221 1.078c0 .069-.023.126-.052.126s-.068.082-.087.182a7 7 0 0 1-.2.854 3 3 0 0 0-.079.232c-.116.416-.468.5-.87.211a1.6 1.6 0 0 0-.28-.137.8.8 0 0 1-.227-.12c-.027-.039-.726-.422-1.286-.7a1.5 1.5 0 0 1-.27-.169.25.25 0 0 0-.126-.07c-.029 0-.052-.063-.052-.141 0-.653-1.346-1.113-1.736-.593a1.3 1.3 0 0 1-.266.142c-.131.058-.238.126-.238.152s-.032.048-.07.049a3.7 3.7 0 0 0-.574.288c-.277.158-.573.323-.658.367s-.154.1-.154.132-.039.052-.086.052c-.127 0-.424.676-.411.936a1.1 1.1 0 0 1-.078.409.61.61 0 0 0 .285.755c.261.066.353.3.165.426a2.86 2.86 0 0 0-.21 1.241c0 .622-.033.645-.45.346a1.8 1.8 0 0 0-.693-.192c-.081 0-.148-.025-.148-.056s-.224-.056-.56-.056-.56.022-.56.056-.059.056-.132.056a1.33 1.33 0 0 0-.686.261.8.8 0 0 1-.224.131 2.4 2.4 0 0 0-.4.378c-.441.47-.47.507-.572.714a1.2 1.2 0 0 1-.152.242.25.25 0 0 0-.011.327 1.3 1.3 0 0 1 .154.249.34.34 0 0 0 .23.209.44.44 0 0 1 .214.1.34.34 0 0 0 .211.079.164.164 0 0 1 .168.112c.024.077.085.112.193.112s.166.033.187.112a.15.15 0 0 0 .142.112c.172 0 .29.059.29.146 0 .049.061.078.162.078s.176.036.194.084a.19.19 0 0 0 .17.084.165.165 0 0 1 .174.112c.026.082.085.112.221.112s.193.028.215.112.076.112.173.112a.23.23 0 0 1 .2.112.23.23 0 0 0 .177.112.45.45 0 0 1 .256.154q.137.152.165.084c.032-.083.41-.1.41-.014 0 .16.272.045.366-.154a1.3 1.3 0 0 1 .133-.238 3 3 0 0 0 .2-.28c.272-.42.68-.71.484-.343a1.3 1.3 0 0 0-.011.725 2.9 2.9 0 0 0 .763.458c.32.167 1.113.6 1.669.91a3.6 3.6 0 0 0 .538.266.36.36 0 0 0 .187.143 7 7 0 0 1 .667.34c.519.289 1 .409 1 .249a.25.25 0 0 1 .071-.126 1 1 0 0 0 .136-.222c.063-.142.528-.182.634-.054a5 5 0 0 0 .728.414 1.7 1.7 0 0 1 .28.159 1.74 1.74 0 0 0 1.456.388c.108-.063.322-.179.476-.257s.381-.2.5-.278a7 7 0 0 1 .679-.365 5 5 0 0 1-.018.5 2.14 2.14 0 0 0 .439 1.3c.37.521.683.253 1.053.8s.755 1.465 1.194 2.34c0 0 .709 1.4.8 1.59a1.3 1.3 0 0 1 .019.574 3.4 3.4 0 0 0 .07.574l.972 1.02a1 1 0 0 0 .145.1.5.5 0 0 1 .166.112 2.98 2.98 0 0 0 2.648-.06 1.5 1.5 0 0 1 .316-.163c.027 0 .064-.038.081-.084a.13.13 0 0 1 .107-.084.4.4 0 0 0 .185-.1c.06-.054.26-.2.445-.321s.524-.367.755-.545c.961-.737 1.034-.854 1-1.6a1.3 1.3 0 0 0-.092-.564.09.09 0 0 1-.063-.076 6.5 6.5 0 0 0-.518-1.047.09.09 0 0 1-.042-.073 6.5 6.5 0 0 0-.518-1.047.1.1 0 0 1-.042-.091c0-.084-1.524-3.1-1.641-3.251-.052-.066-.1-.167-.888-1.727s-.759-1.424-.274-1.637a1 1 0 0 0 .224-.125 1.6 1.6 0 0 1 .282-.169c.139-.071.34-.182.448-.247s.312-.183.453-.263c.457-.258 1.309-.735 1.4-.782l.224-.121c1.006-.542 1.116-.62 1.153-.814.053-.283-.016-.572-.146-.613-.061-.019-.11-.055-.11-.081a.9.9 0 0 0-.309-.2l-.309-.151.248-.233a6.4 6.4 0 0 0 .875-1.1.26.26 0 0 1 .07-.122.84.84 0 0 0 .21-.4.22.22 0 0 1 .077-.141 1.2 1.2 0 0 0 .176-.385 2 2 0 0 1 .142-.377 4.8 4.8 0 0 0 .221-1.115.36.36 0 0 1 .056-.23 3.8 3.8 0 0 0 .007-1.247 4 4 0 0 1-.144-.6 3 3 0 0 0-.139-.56 2 2 0 0 1-.147-.351.8.8 0 0 0-.154-.3c-.021 0-.054-.057-.072-.126a.9.9 0 0 0-.174-.289.7.7 0 0 1-.141-.2 5.5 5.5 0 0 0-.983-.95.8.8 0 0 1-.216-.126 6 6 0 0 0-.619-.35 5 5 0 0 1-.513-.285 1.1 1.1 0 0 0-.254-.137.8.8 0 0 1-.215-.114 1.5 1.5 0 0 0-.28-.16c-.139-.067-.378-.2-.532-.284-.311-.18-.538-.3-1.251-.672a6 6 0 0 1-.514-.286 1.3 1.3 0 0 0-.473-.218c-.048 0-.087-.021-.087-.047a5.9 5.9 0 0 0-2.436-.256 4 4 0 0 0-.948.214m2.925.246a7.4 7.4 0 0 1 1 .443c.277.153.933.51 1.456.794 1.2.649 1.173.618.485.618a5.91 5.91 0 0 0-5.415 4.9c-.02.123-.084.4-.142.616-.5 1.844-.633 2.326-.678 2.52-.118.506-.806 2.8-1.14 3.809-.563 1.695-1.088 2.5-1.938 2.982-.461.26-.629.276-.212.021 2.146-1.314 2.327-4.638.3-5.568-.653-.3-.6-.247-.724-.791a1.16 1.16 0 0 0-.564-.907c-.1-.053-.1-.081-.044-.207.068-.148.636-2.419.858-3.429a21 21 0 0 1 .635-2.408c1.08-2.652 3.822-4.172 6.125-3.4M25.7 4.6c2.112.231 3.672 2.462 3.435 4.912-.451 4.686-5.947 7.1-8.487 3.727-2.305-3.061.043-8.248 3.924-8.666A4.2 4.2 0 0 1 25.7 4.6m-1.626 1.49c-3.225.835-4.158 5.6-1.366 6.977 2.2 1.086 4.968-.886 5.118-3.653a3 3 0 0 0-3.752-3.324m1.068.446c2.265 1.095 1.326 5.091-1.325 5.639-1.554.321-2.469-.523-2.4-2.215.089-2.156 2.245-4.139 3.724-3.424m.97.321c2.187 1.4 1.258 5.214-1.439 5.913a2.54 2.54 0 0 1-1.861-.249c-.249-.153-.21-.174.2-.108 2.694.434 4.762-3.55 2.885-5.56-.185-.2-.1-.2.216.005m-2.71.988a1.675 1.675 0 0 0-.715 2.6c1.253 1.245 3.105.682 3.11-.946a1.965 1.965 0 0 0-2.4-1.653m1.631.612a1.324 1.324 0 0 1 .179 2.07 1.076 1.076 0 0 1-1.946-.8c.083-.921 1.075-1.636 1.767-1.274m-.067.637a.33.33 0 0 1-.035.266c-.039.047-.053.1-.03.126.074.074.206-.177.17-.323-.054-.218-.147-.279-.1-.068m-.59.122c-.053.033-.062.093-.029.206l.046.16.024-.14a.3.3 0 0 1 .08-.175c.032-.02.035-.048.006-.066a.14.14 0 0 0-.126.015m.763.53c.043.266-.139.434-.646.6a1.2 1.2 0 0 0-.4.174c0 .066.053.057.451-.075.607-.2.773-.374.7-.721-.051-.232-.14-.21-.1.025m-14.863-.033c.017.027-.051.062-.151.079a15 15 0 0 0-2.468 1.4 1 1 0 0 0-.136.43c-.038.4-.181.351-.181-.059s.119-.525 1.488-1.281c1.035-.572 1.365-.7 1.448-.567m14.2.006c-.1.057-.083.393.017.393.032 0 .04-.062.019-.145-.029-.115-.013-.151.077-.174.063-.016.1-.052.083-.079-.038-.062-.084-.061-.2.006m-13.863.285c.245.291.2.4-.092.22s-.419-.142-1.549.484c-1.11.615-1.239.722-1.136.947.046.1.04.135-.027.161q-.302.114-.185-.317c.117-.431.233-.4 1.413-1.059 1.208-.676 1.342-.713 1.576-.435m.959.9 1.693.927c.452.248.5.189-.616.807a3.9 3.9 0 0 0-1.078.712c-.146.229-.078.248-1.053-.289a145 145 0 0 0-1.3-.708c-1.372-.73-1.416-.764-1.244-.936.1-.1 2.11-1.238 2.2-1.244.032 0 .662.327 1.4.731m8.037.4a4.8 4.8 0 0 0 .854 2.019c.286.366.125.306-1.276-.471-.2-.11-.2-.052.07-1.128.239-.948.259-.972.351-.42M9.054 12.372c.524.287 1.248.679 1.609.871.716.382.741.4.694.589-.075.3-.354.277-.994-.074l-1.8-.982-1.223-.664.3-.129c.412-.178.359-.193 1.419.388m5.321-.353a.15.15 0 0 1-.119.056 12 12 0 0 0-1.2.622c-1.671.929-1.71 1.02-.975 2.291 1.058 1.83 1.35 2.373 1.136 2.114a19.5 19.5 0 0 1-1.724-3.227c0-.465.487-.833 2.406-1.812.209-.107.536-.136.478-.043m.336.238c.166.143.182.209.764 3.039.223 1.084.1 1.4-.745 1.863-.953.528-1.025.486-1.934-1.112-1.443-2.537-1.472-2.276.374-3.307 1.156-.645 1.3-.69 1.541-.483m-6.777.29c1.822.983 2.911 1.6 2.929 1.651.035.106-.156.135-.261.04a.38.38 0 0 0-.216-.091.3.3 0 0 1-.207-.14.29.29 0 0 0-.232-.14.19.19 0 0 1-.173-.084.21.21 0 0 0-.188-.084.28.28 0 0 1-.247-.14.29.29 0 0 0-.229-.14.23.23 0 0 1-.2-.112.24.24 0 0 0-.222-.112c-.113 0-.173-.034-.2-.112s-.085-.112-.2-.112a.24.24 0 0 1-.222-.112.23.23 0 0 0-.2-.112.27.27 0 0 1-.208-.112.27.27 0 0 0-.223-.112.28.28 0 0 1-.269-.28c0-.093.075-.063.756.3m7.742 1.382c1.658.755 1.694 3.372.065 4.732a2.37 2.37 0 0 1-3.36-.152c-.18-.253-.114-.244.442.063a2.13 2.13 0 0 0 2.308.151c1.776-.871 2.079-3.648.488-4.47-.2-.1-.339-.3-.281-.4.035-.059.05-.056.339.076m5.265.075.759.439A4.67 4.67 0 0 0 26.825 14l.184-.139.289.163c.408.23.432.2-.775.881l-1.357.764-1.886 1.056c-.893.5-1.776 1-1.96 1.106s-.991.563-1.792 1.01-1.869 1.05-2.373 1.34-.922.519-.927.51l-.1-.158a2.3 2.3 0 0 0-.6-.417c-.48-.26-.582-.367-.351-.367a3.9 3.9 0 0 0 1.928-1.5 14.3 14.3 0 0 0 1.182-3.021c.05-.226.038-.217 1.167-.86 1.107-.629 1.046-.615 1.477-.366m-9.558.141c0 .1-.239.23-.426.23-.086 0 .129-.246.258-.3s.168-.045.168.066m4.691.594a2.672 2.672 0 0 1-1.578 4.118 2.015 2.015 0 0 1-2.205-2.66c.089-.332.082-.337.43.293.666 1.205 1.06 1.364 2.051.826.968-.526 1.1-.863.818-2.174-.1-.453-.174-.838-.174-.855 0-.08.484.253.658.452m11.878-.263c.023.161-.064.269-.322.4-.11.056-.994.549-1.965 1.1-10.423 5.885-9.94 5.626-10 5.38a.32.32 0 0 1 0-.192c.034-.055 2.192-1.3 3.813-2.191.462-.255 1.243-.7 1.736-.98s1.274-.724 1.736-.98 1.5-.837 2.3-1.291L27.2 14.6c.542-.307.717-.337.746-.129m-7.8.327c-.32.167-.382.338-.192.527.211.211.837-.039.837-.333s-.294-.377-.644-.194m.5.038c.2.143-.4.455-.674.351-.2-.076.2-.406.513-.422a.35.35 0 0 1 .161.071m-14.5.178c.154.053.835.4 1.512.769l1.638.893c.5.27.5.255-.028.252a2.82 2.82 0 0 0-2.44 1.572c-.139.261-.283.31-.38.128a.23.23 0 0 0-.2-.112.27.27 0 0 1-.208-.112.26.26 0 0 0-.194-.112.23.23 0 0 1-.185-.112.23.23 0 0 0-.189-.112.37.37 0 0 1-.233-.114c-.057-.063-.137-.1-.178-.085s-.127-.031-.19-.1a.25.25 0 0 0-.213-.107c-.063.016-.134-.028-.2-.123s-.13-.136-.179-.117a.19.19 0 0 1-.176-.08.34.34 0 0 0-.221-.111.23.23 0 0 1-.186-.112.23.23 0 0 0-.2-.112.23.23 0 0 1-.2-.112.23.23 0 0 0-.2-.112c-.785 0 .5-1.5 1.592-1.854a3.9 3.9 0 0 1 1.433.091m5.988 1.038a3.15 3.15 0 0 0 .1 1.8c.181.371.191.438.044.3a2.85 2.85 0 0 1-.141-2.433c.078-.211.073.02-.007.332m9.932-.315c-.572.207-.5.729.078.6.347-.078.5-.205.5-.415s-.265-.295-.574-.183m.4.028c.12.076.035.212-.213.338-.268.137-.36.143-.454.029-.16-.192.43-.518.667-.368m-8.272.092a.56.56 0 0 0-.155.829.517.517 0 0 0 .871-.426.446.446 0 0 0-.716-.4m.461.205c.112.16.113.29 0 .247-.046-.018-.084-.008-.084.022s.038.054.084.054.084.024.084.053c0 .081-.1.124-.139.06-.055-.089-.141-.067-.105.027.049.127-.13.165-.288.061s-.181-.3-.024-.5a.276.276 0 0 1 .469-.023m-4.631 1.3c.554.187 1.986 1.331 1.844 1.473a9 9 0 0 1-1.086-.549 82 82 0 0 0-1.431-.776 1.5 1.5 0 0 1-.378-.237c0-.094.677-.037 1.05.09m9.163.032c-.418.19-.379.564.058.564s.774-.331.563-.564c-.123-.135-.322-.135-.621 0m.507-.018c.133.051.009.239-.221.335s-.355.1-.47.027c-.223-.141.406-.471.691-.362m-10.076.471c.031.023.333.187.672.365s1.057.568 1.6.866c1.362.753 1.491.8 2.352.808l.7.009.434.241c.55.305.577.353.141.251a18 18 0 0 0-2.227-.356c-.411 0-.834.307-.838.608 0 .184-.125.144-.9-.291-.351-.2-1.168-.641-1.815-.99-1.48-.8-1.5-.812-1.459-1a1.24 1.24 0 0 1 .608-.582 2.1 2.1 0 0 1 .739.071m14.521 1.33a55 55 0 0 0 .885 1.694c1.591 2.917 2.917 5.792 2.845 6.171-.153.805-1.684 1.782-2.792 1.782-1.474 0-2.142-.853-3.052-3.893a4.74 4.74 0 0 0-1.579-2.773c-.685-.427-.2-1.734.943-2.528a21 21 0 0 1 2.332-1.179c.052 0 .216.268.435.713M14.4 20.256c.554.091 1.047.188 1.554.306.179.042.162.2-.021.2a7 7 0 0 1-.77-.138 17 17 0 0 0-2.021-.31c-.17 0-.478.256-.478.4a.1.1 0 0 1-.084.107c-.125 0-.1-.228.044-.4.276-.336.531-.358 1.776-.154m7.622 0a.32.32 0 0 0-.085.294c.022.147.017.157-.032.063s-.053-.085-.027.056c.068.364.7.535.7.19a.1.1 0 0 1 .084-.106c.058 0 .084-.059.084-.192a.433.433 0 0 0-.723-.3m.559.05c.135.072.158.406.024.354-.046-.018-.084 0-.084.036s-.038.053-.095.032c-.089-.034-.089-.03 0 .069q.16.178-.092.18c-.228 0-.421-.321-.255-.424.043-.027.04-.052-.012-.084s-.057-.063-.036-.085.1 0 .178.053c.168.11.264.123.118.016-.2-.144.022-.271.254-.147m-7.63.343c1.027.207.978.183.749.362-.1.078-.18.177-.18.221s-.014.08-.03.08c-.044 0-1.388-.732-1.451-.791s-.055-.068.913.127m9.974 5.572q-.139.149-.066.173a.15.15 0 0 1 .07.139c0 .092-.015.1-.08.048s-.074-.044-.048.063a.43.43 0 0 0 .806.086c.054-.1.04-.1-.08.029-.134.143-.375.213-.375.109a.9.9 0 0 1 .194-.233c.107-.1.18-.215.164-.249s.01-.012.058.048c.087.107.088.107.088 0 0-.325-.5-.466-.732-.209m.237.034c.074-.074.271-.1.271-.03a1.34 1.34 0 0 1-.41.409c-.029 0-.037-.077-.018-.171s.013-.158-.02-.137-.04-.005-.019-.058c.028-.073.045-.076.081-.017s.06.06.115 0" style="fill:#00456a"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29 17c0 5.65-5.82 10.23-13 10.23S3 22.61 3 17c0-3.5 2.24-6.6 5.66-8.44S14.21 4.81 16 4.81s3.32 1.54 7.34 3.71C26.76 10.36 29 13.46 29 17" style="fill:#fbf0df"/><path d="M16 27.65c7.32 0 13.46-4.65 13.46-10.65 0-3.72-2.37-7-5.89-8.85-1.39-.75-2.46-1.41-3.37-2l-1.13-.69A6.14 6.14 0 0 0 16 4.35a6.9 6.9 0 0 0-3.3 1.23c-.42.24-.86.51-1.32.8-.87.54-1.83 1.13-3 1.73C4.91 10 2.54 13.24 2.54 17c0 6 6.14 10.65 13.46 10.65Z" style="fill:none;stroke:#000"/><path d="M14.93 5.75a6.1 6.1 0 0 1-2.09 4.62c-.1.09 0 .27.11.22 1.25-.49 2.94-1.94 2.23-4.88-.03-.15-.25-.11-.25.04m.85 0a6 6 0 0 1 .57 5c0 .13.12.24.21.13.83-1 1.54-3.11-.59-5.31-.1-.11-.27.04-.19.17Zm1-.06a6.1 6.1 0 0 1 2.53 4.38c0 .14.21.17.24 0 .34-1.3.15-3.51-2.66-4.66-.12-.02-.21.18-.09.27ZM9.94 9.55a6.27 6.27 0 0 0 3.89-3.33c.07-.13.28-.08.25.07-.64 3-2.79 3.59-4.13 3.51-.14-.01-.14-.21-.01-.25" style="fill:#ccbea7;fill-rule:evenodd"/><path d="m26.08 26.79.67-.67c3.13.1 3.17 0 3.31-.33l.86-2.09.06-.2-.07-.17c0-.1-.15-.37-2.1-2.23v-1c2.25-2.16 2.2-2.27 2.07-2.59L30 15.42c-.13-.32-.18-.44-3.28-.36l-.67-.7a15 15 0 0 0-.05-3.08l-.09-.2-2.23-1c-.33-.15-.44-.2-2.55 2.09h-.94C18 9.87 17.89 9.91 17.57 10l-2.08.84c-.32.13-.43.18-.31 3.33l-.67.66c-3.12-.1-3.17 0-3.3.33l-.86 2.1-.07.2.07.17c0 .09.14.36 2.1 2.22v1c-2.25 2.17-2.2 2.28-2.07 2.6l.85 2.11c.13.33.18.44 3.28.36l.67.7a15 15 0 0 0 .1 3.08l.09.2 2.24 1c.33.13.44.18 2.54-2.1h1c2.17 2.31 2.28 2.27 2.6 2.14l2.07-.83c.28-.11.39-.18.26-3.32m-8.9-4.89a3.72 3.72 0 1 1 4.87 2.1 3.77 3.77 0 0 1-4.87-2.12Z" style="fill:#40535b"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M10.676 15.973a10.05 10.05 0 0 0 1.175 5.151 5.446 5.446 0 0 0 6.306 2.408 4.28 4.28 0 0 0 3.09-3.6l.109-.61c1.737.251 4.537.658 6.274.906l-.11.44a11.26 11.26 0 0 1-2.7 5.39 9.44 9.44 0 0 1-5.366 2.688 14.6 14.6 0 0 1-8.277-.819 10.15 10.15 0 0 1-5.777-6.24 16.23 16.23 0 0 1 .019-11.45 10.54 10.54 0 0 1 8.963-7.054 13.35 13.35 0 0 1 6.666.555 9.57 9.57 0 0 1 6.167 6.9c.094.352.114.417.114.417-1.932.351-4.319.8-6.238 1.215-.362-1.915-1.265-3.428-3.2-3.9a5.263 5.263 0 0 0-6.616 3.57 10.5 10.5 0 0 0-.385 1.439 12.3 12.3 0 0 0-.214 2.594" style="fill:#005f91"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23 19.418a6.971 6.971 0 1 1-.05-6.918l6.093-3.509a14 14 0 1 0 .036 13.95Z" style="fill:#005f91"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29 10.232a2.4 2.4 0 0 0-.318-1.244 2.45 2.45 0 0 0-.936-.879q-5.194-2.868-10.393-5.733a2.64 2.64 0 0 0-2.763.024c-1.378.779-8.275 4.565-10.331 5.706A2.29 2.29 0 0 0 3 10.231V21.77a2.4 2.4 0 0 0 .3 1.22 2.43 2.43 0 0 0 .954.9c2.056 1.141 8.954 4.927 10.332 5.706a2.64 2.64 0 0 0 2.763.026q5.19-2.871 10.386-5.733a2.44 2.44 0 0 0 .955-.9 2.4 2.4 0 0 0 .3-1.22V10.232" style="fill:#a9b9cb"/><path d="M28.549 23.171a2 2 0 0 0 .147-.182 2.4 2.4 0 0 0 .3-1.22V10.232a2.4 2.4 0 0 0-.318-1.244c-.036-.059-.089-.105-.13-.16L16 16Z" style="fill:#8b97a3"/><path d="M28.549 23.171 16 16 3.451 23.171a2.4 2.4 0 0 0 .809.72c2.056 1.141 8.954 4.927 10.332 5.706a2.64 2.64 0 0 0 2.763.026q5.19-2.871 10.386-5.733a2.4 2.4 0 0 0 .808-.719" style="fill:#7f8b99"/><path d="M19.6 18.02a4.121 4.121 0 1 1-.027-4.087l3.615-2.073A8.309 8.309 0 0 0 7.7 16a8.2 8.2 0 0 0 1.1 4.117 8.319 8.319 0 0 0 14.411-.017z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.62 2.83h.023c.206.113.416.218.626.323.011 1.142 0 2.285.005 3.428v17.71c-.213.053-.427.1-.639.151-.01-2.028 0-4.056-.006-6.084a38.3 38.3 0 0 1-4.88 4 41 41 0 0 1-6.042 3.459A29 29 0 0 1 2 26.92v-.032a29.5 29.5 0 0 0 2.72-2.552 35.5 35.5 0 0 0 3.954-5.108 60 60 0 0 0 3.148-5.6 49 49 0 0 0 2.858-6.987 27 27 0 0 0 .94-3.811" style="fill:#ffc525"/><path d="M16.274 17.7a31.6 31.6 0 0 0 6.772-10.265q.293.191.583.386a4 4 0 0 1 .008.4v17.891q-.29.093-.585.172v-8.4a19.5 19.5 0 0 1-2.588 2.048 27.7 27.7 0 0 1-4.188 2.23q-.005-2.234-.002-4.462" style="fill:#5090cd"/><path d="M26.329 14.989a38 38 0 0 0 3.167-3.2c.165.088.338.16.5.248v16.93c-.172.055-.341.119-.514.173a44 44 0 0 0-4.8-1.345 42.2 42.2 0 0 0-16.13-.395 34 34 0 0 0-6.381 1.7l.007-.032a33.5 33.5 0 0 1 12.571-3.389c.081-.008.163-.006.245-.012a35 35 0 0 1 3.7.018c.615.03 1.227.1 1.839.156a19 19 0 0 1 2.519.442c.2-.053.392-.109.585-.172v-8.723c.913-.788 1.803-1.588 2.692-2.399" style="fill:#73c267"/><path d="M20.46 19.928a19.5 19.5 0 0 0 2.588-2.048c.006 2.8 0 5.6 0 8.4a19 19 0 0 0-2.519-.442.4.4 0 0 0-.193-.04q-1.329-.149-2.667-.187c-.714-.006-1.429-.016-2.143.022a5 5 0 0 0-.535.032c-.082.006-.164 0-.245.012a33.5 33.5 0 0 0-12.568 3.391l-.007.032c-.064 0-.112.051-.171.07a10 10 0 0 1 .886-.612A26.9 26.9 0 0 1 8.9 25.837a33.5 33.5 0 0 1 5.632-1.257c.366-.054.736-.086 1.1-.138.212-.054.426-.1.639-.151v-2.133a27.7 27.7 0 0 0 4.189-2.23" style="fill:#00477f"/><path d="M10.747 22.358a38.3 38.3 0 0 0 4.88-4c.008 2.028 0 4.056.006 6.084-.365.052-.735.084-1.1.138A33.5 33.5 0 0 0 8.9 25.837a26.9 26.9 0 0 0-6.014 2.717 10 10 0 0 0-.886.612V26.92a29 29 0 0 0 2.705-1.1 41 41 0 0 0 6.042-3.462" style="fill:#f47835"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m18.467 2.028-9.14 1.687A.787.787 0 0 0 8.8 5.072l8.935 11.854a2.45 2.45 0 0 0 2.195.854l9.14-1.687a.787.787 0 0 0 .528-1.357L20.662 2.883a2.45 2.45 0 0 0-2.195-.855" style="fill:#6bc9dd"/><path d="m28.88 17.144-9.636 1.672a3.7 3.7 0 0 0-2 1.322l-6.563 8.932c-.453.616-.289 1.024.365.911l9.636-1.672a3.7 3.7 0 0 0 2-1.322l6.558-8.933c.46-.616.294-1.024-.36-.91" style="fill:#6a6bd7"/><path d="M5.065 15.183c-.151.4-2.957 2.615-2.9 3.068s3.353 1.8 3.6 2.14 1.186 4.687 1.53 4.78 2.118-3.518 2.424-3.7 3.69.282 3.841-.114-2.044-3.976-2.106-4.429 1.095-4.513.844-4.851-3.381 1.06-3.725.967-3.014-3.071-3.32-2.884-.037 4.627-.188 5.023" style="fill:#567dd9"/></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" fill="#65D1FF"/><clipPath id="a"><circle cx="16" cy="16" r="14"/></clipPath><g clip-path="url(#a)"><linearGradient id="b" x1="6.497" x2="25.503" y1="14.347" y2="14.347" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#b7b7b7"/><stop offset=".5" style="stop-color:#fff"/><stop offset="1" style="stop-color:#b2b2b2"/></linearGradient><path fill="url(#b)" d="M16 7.27c-9.71 0-9.51 7.65-9.51 7.65v6.51l3.93-.1v-6.41c0-3.96 5.39-3.93 5.57-3.93s5.57-.04 5.57 3.93v6.41l3.93.1v-6.51c.01 0 .22-7.65-9.49-7.65"/><linearGradient id="c" x1="8.349" x2="19.468" y1="12.268" y2="17.63" gradientUnits="userSpaceOnUse"><stop offset=".1" style="stop-color:#323232"/><stop offset=".5" style="stop-color:#636363"/><stop offset="1" style="stop-color:#272727"/></linearGradient><path fill="url(#c)" d="m25.86 21.8-4.65-.12v-6.76c0-.87-.29-1.59-.85-2.15-1.33-1.32-3.79-1.41-4.27-1.42h-.1c-.2 0-2.92 0-4.35 1.42-.57.56-.85 1.28-.85 2.15v6.76l-4.65.12v-6.88c0-.11-.06-3.03 2.19-5.33 1.72-1.77 4.3-2.67 7.67-2.67h.01c3.37 0 5.95.9 7.67 2.67 2.24 2.3 2.19 5.22 2.19 5.34zM15.99 7.63c-3.15 0-5.56.82-7.14 2.45-2.03 2.08-1.99 4.8-1.99 4.83v6.15l3.2-.08v-6.05c0-1.07.36-1.96 1.07-2.66 1.63-1.61 4.62-1.63 4.86-1.62h.02c.2 0 3.22 0 4.86 1.62.71.7 1.07 1.6 1.07 2.66v6.05l3.2.08v-6.14c0-.04.04-2.76-1.99-4.84-1.58-1.62-3.99-2.45-7.15-2.45z"/><linearGradient id="d" x1="7.119" x2="12.763" y1="14.588" y2="14.588" gradientUnits="userSpaceOnUse"><stop offset=".1" style="stop-color:#fff"/><stop offset="1" style="stop-color:#fff;stop-opacity:.4"/></linearGradient><path fill="url(#d)" d="M7.12 20.68v-5.77s-.07-5.44 5.64-6.65c0 0-4.2 2.21-4.2 6.65v5.99z"/><linearGradient id="e" x1="23.323" x2="23.154" y1="20.462" y2="13.689" gradientUnits="userSpaceOnUse"><stop offset=".1" style="stop-color:#fff"/><stop offset="1" style="stop-color:#fff;stop-opacity:0"/></linearGradient><path fill="url(#e)" d="M22.41 13.16h1.65v7.34h-1.65z"/><path fill="#0CCC06" d="M22.98 37.8H9.13c-3.07 0-5.58-2.51-5.58-5.58V25.5c0-3.07 2.51-5.58 5.58-5.58h13.85c3.07 0 5.58 2.51 5.58 5.58v6.72c-.01 3.07-2.52 5.58-5.58 5.58"/><path fill="#337C00" d="M23.52 38.16H8.58c-2.97 0-5.39-2.42-5.39-5.39v-7.81c0-2.97 2.42-5.39 5.39-5.39h14.94c2.97 0 5.39 2.42 5.39 5.39v7.81c.01 2.97-2.41 5.39-5.39 5.39M8.58 20.29c-2.57 0-4.67 2.09-4.67 4.67v7.81c0 2.57 2.09 4.67 4.67 4.67h14.94c2.57 0 4.67-2.09 4.67-4.67v-7.81c0-2.57-2.09-4.67-4.67-4.67z"/><linearGradient id="f" x1="5.404" x2="22.421" y1="24.084" y2="23.884" gradientUnits="userSpaceOnUse"><stop offset=".1" style="stop-color:#fff"/><stop offset="1" style="stop-color:#fff;stop-opacity:0"/></linearGradient><path fill="url(#f)" d="M5.98 27.07h-.83v-2.99c.05-.95.68-2.79 2.75-3.01h14.5v.83H7.97c-.78.09-1.34.48-1.69 1.17-.25.5-.29.98-.3 1.05z"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m3.654 13.112 10.227-8 .173-.026a12 12 0 0 1 1.794-.122 19.3 19.3 0 0 1 6.411 1.154 10.83 10.83 0 0 1 5.434 3.926l.109.166v5.31a2.1 2.1 0 0 1-.177.945 1.2 1.2 0 0 1-.43.484v7.638L3.654 28.179Z" style="fill:#4a1700"/><path d="M3.639 28.2V13.105h.006l10.23-8 .176-.027a12 12 0 0 1 1.8-.123 19.3 19.3 0 0 1 6.416 1.155 10.84 10.84 0 0 1 5.433 3.931l.112.17v5.314a2.1 2.1 0 0 1-.179.952 1.2 1.2 0 0 1-.428.485V24.6h-.012Zm.029-15.077v15.039L27.18 24.58v-7.634h.007a1.16 1.16 0 0 0 .425-.478 2.05 2.05 0 0 0 .176-.939v-5.31l-.107-.163a10.8 10.8 0 0 0-5.427-3.92 19.2 19.2 0 0 0-6.406-1.153 12 12 0 0 0-1.791.122l-.169.026Z"/><path d="m4.305 17.436 22.123-3.371v9.919l-22.123 3.37z" style="fill:#995700"/><path d="M26.37 14.116v9.831L4.333 27.3v-9.827zm.087-.1L4.247 17.4v10l22.21-3.384z" style="fill:#995700"/><path d="M16.422 15.245v10.267l4.743-.719v-10.26z" style="fill:#4a1700"/><path d="m16.45 25.512 5.581 3.322A12.3 12.3 0 0 0 26.059 30a1.7 1.7 0 0 0 1.821-1.65l-6.226-3.632Z" style="fill:#4a1700"/><path d="M26.059 30a4.8 4.8 0 0 1-1.693-.328 2.4 2.4 0 0 1-1.329-1.082c-2.912-5.894-7.806-15.8-7.857-15.931a7 7 0 0 0-.466-.9 74 74 0 0 1-1.718-.907c-1.982-1.085-2.1-1.31-2.181-1.475L10.2 8.168V6.952l.575-.08.061-.008-.355-2.034-.011-1.514a.5.5 0 0 1 .419-.575c.138-.019.877-.106.909-.11l.333-.039 1.883 3.825 1.51-.213-1.032-2.609-.015-1.377 1.636-.211a1 1 0 0 1 .1-.007.79.79 0 0 1 .549.235L21 5.576l.02.02a3 3 0 0 1 .5.786l.69 1.448v1.095l-.129.137c-.052.055-1.154 1.221-1.981 1.972 1.617 3.151 8.025 15.622 8.092 15.753v.007a1.6 1.6 0 0 1 .144.444l.025.039-.006 1.11-.005.035a1.66 1.66 0 0 1-.556 1 2.4 2.4 0 0 1-1.253.547 3 3 0 0 1-.482.031" style="fill:#4a1700"/><path d="M21.729 7.879v.858a26 26 0 0 1-2.605 2.473c-.638.386-.281-.772-.281-.772Z" style="fill:#534741"/><path d="M18.907 11.3a.15.15 0 0 1-.095-.03c-.193-.15.008-.81.017-.838l2.886-2.559.024.011v.863a26.5 26.5 0 0 1-2.608 2.475.46.46 0 0 1-.224.078m-.051-.856c-.016.055-.2.67-.026.8q.087.068.286-.052a26 26 0 0 0 2.6-2.466v-.82Z" style="fill:#4a1700"/><path d="M27.88 28.35a1.5 1.5 0 0 1-1.411 1.15c-.943.145-2.585-.26-3.006-1.116 0 0-7.79-15.766-7.841-15.9a8 8 0 0 0-.572-1.089s-3.607-1.821-3.808-2.23l-.56-1.108v-.708l6.185 2.7 11.015 17.365Z" style="fill:#534741"/><path d="M26.062 29.538a3.1 3.1 0 0 1-2.612-1.152c-.318-.644-7.791-15.768-7.841-15.9a8 8 0 0 0-.569-1.084c-.192-.1-3.611-1.829-3.811-2.234l-.561-1.111v-.73l.02.009 6.189 2.7L27.9 27.41v.938a1.516 1.516 0 0 1-1.423 1.157 3 3 0 0 1-.415.033M10.7 8.052l.558 1.105c.2.4 3.765 2.205 3.8 2.223a8 8 0 0 1 .574 1.092c.05.128 7.763 15.737 7.84 15.895.431.876 2.086 1.247 2.991 1.108a1.49 1.49 0 0 0 1.4-1.132v-.931L16.857 10.059 10.7 7.371Z" style="fill:#4a1700"/><path d="M14.961 2.65v.854l1.647 4.141.261-1.153z" style="fill:#534741"/><path d="m16.594 7.651-1.647-4.144V2.65l.027-.006 1.91 3.847V6.5l-.262 1.153ZM14.976 3.5 16.6 7.6l.25-1.1-1.874-3.789Z" style="fill:#4a1700"/><path d="m10.946 3.312.011 1.472.674 3.794h.23l-.064-1.371z" style="fill:#534741"/><path d="M11.876 8.592h-.257l-.676-3.806-.012-1.474h.029l.851 3.888Zm-.233-.029h.2l-.064-1.356-.821-3.756.01 1.333Z" style="fill:#4a1700"/><path d="M15.312 10.868s-3.868-1.986-4.069-2.394l-.559-1.108 6.19-.873-1.894-3.847 1.2-.169a.31.31 0 0 1 .26.108l4.24 3.346a2.7 2.7 0 0 1 .408.652l.637 1.295c.121.245-2.406 2.425-2.406 2.425a.2.2 0 0 0-.014.224c.067.14 8.461 16.473 8.461 16.473.425.863-.41 1.669-1.3 1.806a3.1 3.1 0 0 1-2.874-1.217s-7.975-16.36-8.037-16.489a.75.75 0 0 0-.243-.232" style="fill:#736357"/><path d="M26.117 28.848A3.03 3.03 0 0 1 23.58 27.6l-8.037-16.489a.74.74 0 0 0-.238-.229c-.165-.085-3.875-1.993-4.075-2.4l-.568-1.126h.02l6.17-.87-1.894-3.851 1.219-.172a.32.32 0 0 1 .273.112l4.238 3.345a2.7 2.7 0 0 1 .412.658l.637 1.294c.122.248-2.15 2.218-2.41 2.442a.18.18 0 0 0-.011.207c.068.137 8.378 16.312 8.462 16.475a1.03 1.03 0 0 1-.008.965 1.79 1.79 0 0 1-1.3.861 2.3 2.3 0 0 1-.353.026M10.705 7.377l.55 1.09c.2.4 4.024 2.368 4.063 2.388a.76.76 0 0 1 .249.241l8.037 16.489a3.06 3.06 0 0 0 2.858 1.209 1.76 1.76 0 0 0 1.281-.846 1 1 0 0 0 .008-.939c-.084-.163-8.395-16.338-8.462-16.476a.21.21 0 0 1 .017-.241 12.7 12.7 0 0 0 2.4-2.409l-.632-1.293a2.7 2.7 0 0 0-.4-.649L16.429 2.6a.3.3 0 0 0-.247-.1L15 2.658 16.895 6.5h-.02Z" style="fill:#4a1700"/><path d="M13.743 6.934 11.856 3.1s-.764.09-.9.109.838 4 .838 4Z" style="fill:#736357"/><path d="M11.786 7.225v-.013a40 40 0 0 1-.842-4.005.02.02 0 0 1 .016-.01c.132-.019.89-.108.9-.109h.01l1.9 3.859Zm-.822-4a38 38 0 0 0 .844 3.968l1.914-.27-1.873-3.8a30 30 0 0 0-.885.102M17.414 7.564l.705 1.346-3.278.434-.617-1.355z" style="fill:#4a1700"/><path d="m14.624 8.229.324-.047a.78.78 0 0 1 .47.313.84.84 0 0 1 .1.641l-.323.049a.72.72 0 0 0-.069-.628 1.4 1.4 0 0 0-.502-.328M15.486 8.11l.324-.047a.78.78 0 0 1 .47.313.84.84 0 0 1 .1.641l-.323.049a.72.72 0 0 0-.069-.628 1.4 1.4 0 0 0-.502-.328M16.326 7.99l.324-.047a.78.78 0 0 1 .47.313.84.84 0 0 1 .1.641l-.323.049a.72.72 0 0 0-.069-.628 1.4 1.4 0 0 0-.502-.328" style="fill:#736357"/><path d="m16.429 15.654.34-.072v-4.04a15 15 0 0 1-3.023-.827Z" style="fill:#4a1700"/><path d="m14.017 6.416 1.51-.213-.227-.559a11 11 0 0 0-1.166.1l-.32.256ZM21.574 6.609l.574 1.222v1.094l-.1.137c-.052.055-1.139 1.221-1.966 1.972.046.089.1.186.15.29l6.843-.909a10.38 10.38 0 0 0-5.501-3.806" style="fill:#fff"/><path d="M26.457 14.015v2.463c.521-.02.607-.469.607-.953v-5.111l-6.838.909c.4.793 1.006 1.994 1.72 3.384Z" style="fill:#ffe05c"/><path d="M13 10.849c-1.982-1.085-2.094-1.31-2.175-1.475l-.378-.742-6.154 4.8 12.14-1.602A23 23 0 0 1 13 10.849" style="fill:#fff"/><path d="m16.436 15.654-.014-3.824-12.146 1.606v3.977zM21.946 14.694v-3.586s-1.2-.694-.7-1.2l-1.162 1.13Z" style="fill:#ffe05c"/><path d="m5.438 13.288 7.025-.93s-2.519.51-4.462.749c-.917.113-2.563.181-2.563.181M24.438 10.772l2.7-.357.118.162c-1.177.123-2.818.195-2.818.195" style="fill:#4a1700"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m16 13.819 10.949 2.719C28.855 15.792 30 14.846 30 13.819V9.445c0-2.409-6.27-4.369-14-4.369S2 7.035 2 9.445v4.375c0 2.411 6.267 4.369 14 4.369z" style="fill:#d33e44"/><path d="M26.948 16.538 16 13.818v4.37l10.949 2.72C28.854 20.16 30 19.216 30 18.188v-4.37c0 1.028-1.146 1.973-3.052 2.72M2 13.818v4.37c0 2.411 6.267 4.366 14 4.366v-4.366c-7.733 0-14-1.96-14-4.37" style="fill:#fff"/><path d="M26.948 20.908 16 18.188v4.37l10.949 2.72c1.905-.747 3.051-1.692 3.051-2.72v-4.37c0 1.028-1.146 1.973-3.052 2.72M2 18.188v4.37c0 2.411 6.267 4.366 14 4.366v-4.366c-7.733 0-14-1.958-14-4.37" style="fill:#d33e44"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="3.843" x2="28.148" y1="28.15" y2="3.845" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7ecefd"/><stop offset="1" stop-color="#56b1fc"/></linearGradient></defs><path d="M29.706 17.76c.329.324.315.5-.007.811-1.1 1.066-2.18 2.161-3.263 3.249-.185.186-.319.329-.582.064q-4.885-4.925-9.788-9.83-2.989-2.964-5.981-5.925c-.192-.189-.17-.317.011-.5q1.743-1.726 3.469-3.471c.214-.217.345-.179.539.017q2.127 2.156 4.27 4.3c.387.374.772.751 1.162 1.121.156.148.277.352.529.361q2.895-2.888 5.786-5.781c.215-.216.351-.246.583-.011a188 188 0 0 0 3.357 3.325c.295.283.265.436-.009.706-1.812 1.787-3.595 3.6-5.417 5.38-.375.365-.332.544.016.885 1.787 1.753 3.539 3.544 5.325 5.299m-13.775 2.193a.6.6 0 0 0-.067-.1q-4.841-4.842-9.679-9.689c-.246-.246-.389-.241-.629 0a183 183 0 0 1-3.3 3.3c-.318.306-.276.471.015.758 1.783 1.76 3.536 3.549 5.325 5.3.362.356.35.549-.007.9-1.8 1.77-3.568 3.573-5.359 5.353-.262.26-.332.416-.024.715a145 145 0 0 1 3.289 3.309c.26.27.4.266.663 0Q8 27.916 9.882 26.07a28 28 0 0 1 2.171-2.1l1.57 1.564q2.133 2.14 4.262 4.285c.2.2.347.207.55 0q1.724-1.739 3.464-3.461c.185-.183.187-.311 0-.5q-2.99-2.943-5.968-5.905" style="fill:url(#a)"/></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><symbol id="a" viewBox="0 0 45.72 26.28"><path d="M0 0h45.72v26.28H0z" style="fill:none"/><path d="M0 16.309h22.926v9.971L45.72 13.139 22.926 0v9.97H0z" style="fill:#231f20"/></symbol></defs><path d="m14.261 29.519-.007-.457 12.926-5.511 2.038.288-.012.385-12.942 6.334Z" style="fill:#977753"/><path d="M14.268 29.067 27.18 23.19l2.05.663-12.966 6.264Z" style="fill:#7a552c"/><path d="m14.258 27.63 2.01 1.086v1.416l-2.01-1.086Z" style="fill:#886947"/><path d="m29.139 22.465-1.521.766v1.416l1.521-.766Z" style="fill:#9a7246"/><path d="m20.178 24.751 2.01 1.086v1.416l-2.01-1.086z" style="fill:#694a27"/><path d="m23.708 25.072-1.521.766v1.416l1.521-.766z" style="fill:#9a7246"/><path d="m8.722 26.749-.007-.4 12.925-5.514 2.038.288-.012.385-12.942 6.28Z" style="fill:#715a40"/><path d="M8.719 24.914 10.728 26v1.416l-2.01-1.086z" style="fill:#886947"/><path d="M12.249 25.234 10.728 26v1.416l1.521-.766z" style="fill:#6d471e"/><path d="m3.454 24.088-.007-.349 12.926-5.511 2.038.288-.011.384-12.944 6.227Z" style="fill:#7a5f41"/><path d="m3.451 22.308 2.01 1.086v1.416l-2.01-1.086Z" style="fill:#886947"/><path d="m6.981 22.628-1.521.766v1.416l1.521-.766Z" style="fill:#6d471e"/><path d="m3.345 22.622-.007-.282s2.539-.09 1.689.115C6.08 21.792 16.182 17.9 16.182 17.9l12.961 4.44.062.279-12.942 6.09Z" style="fill:#977753"/><path d="m3.3 22.36 12.966-4.519 12.963 4.519-12.965 6.019Z" style="fill:#c69c6d"/><path d="m16.372 6.64-6.2-2.481v8.123l6.2 2.522Z" style="fill:#e5ac3d;stroke:#73561f;stroke-miterlimit:10;stroke-width:.05430921534373718px"/><path d="m16.331 6.674 6.115-2.435L16.3 1.708l-6.141 2.467Z" style="fill:#e3b04e;stroke:#73561f;stroke-miterlimit:10;stroke-width:.054070758972961416px"/><use xlink:href="#a" width="45.72" height="26.28" transform="matrix(0 -.029 .022 .013 10.56 6.25)"/><path d="m22.509 17.109 6.2-2.481v7.311l-6.2 2.878Z" style="fill:#e5ac3d;stroke:#73561f;stroke-miterlimit:10;stroke-width:.05430921534373718px"/><path d="m22.5 9.134 6.2-2.415v7.906l-6.2 2.509Z" style="fill:#e5ac3d;stroke:#73561f;stroke-miterlimit:10;stroke-width:.05430921534373718px"/><path d="M22.433 9.119 16.4 6.557l6.062-2.274 6.2 2.4Z" style="fill:#e3b04e;stroke:#73561f;stroke-miterlimit:10;stroke-width:.05430921534373718px"/><path d="m10.072 17.092-6.2-2.392v7.375l6.2 2.847Z" style="fill:#e5ac3d;stroke:#73561f;stroke-miterlimit:10;stroke-width:.05430921534373718px"/><path d="m10.056 17.144 6.2-2.417-6.2-2.465-6.2 2.4Z" style="fill:#e3b04e;stroke:#73561f;stroke-miterlimit:10;stroke-width:.05430921534373718px"/><path d="m6.952 15.883 6.196-2.467" style="fill:none;stroke:#73561f;stroke-miterlimit:10;stroke-width:.05430921534373718px"/><path d="m16.3 19.658-6.2-2.464v7.715l6.2 2.957Z" style="fill:#e5ac3d;stroke:#73561f;stroke-miterlimit:10;stroke-width:.05430921534373718px"/><path d="m16.25 19.729 6.255-2.481v7.661l-6.255 2.957Z" style="fill:#e5ac3d;stroke:#73561f;stroke-miterlimit:10;stroke-width:.05430921534373718px"/><path d="m16.264 11.547 6.2-2.446v8.16l-6.2 2.485ZM16.264 11.528l-6.2-2.481v8.123l6.2 2.522Z" style="fill:#e5ac3d;stroke:#73561f;stroke-miterlimit:10;stroke-width:.05430921534373718px"/><path d="m16.277 11.508 6.169-2.435-6.2-2.531-6.2 2.467Z" style="fill:#e3b04e;stroke:#73561f;stroke-miterlimit:10;stroke-width:.05430921534373718px"/><path d="m12.82 10.149 6.196-2.467M13.037 5.37l6.196-2.467M19.811 5.286l6.316 2.447" style="fill:none;stroke:#73561f;stroke-miterlimit:10;stroke-width:.05430921534373718px"/><path d="m18.301 7.395-6.24 2.484 1.482.593 6.196-2.466zM18.573 2.616 12.333 5.1l1.482.593 6.195-2.466zM6.266 15.628l1.481.592 2.342-.932-.026-1.172z" style="fill:#fff;stroke:#73561f;stroke-miterlimit:10;stroke-width:.04741218643894885px;opacity:.3"/><path d="m20.495 5.029-1.339.525 6.227 2.413 1.342-.524z" style="fill:#fff;stroke:#73561f;stroke-miterlimit:10;stroke-width:.041861926921599964px;opacity:.3"/><path d="m6.7 17.509.051-.044-.104-.041zM7.09 17.679l.065-.057-.129-.051z" style="fill:none"/><path d="m7.719 16.195-1.453-.565v1.645l.201-.136.18.285.104.041.138-.122.137.228.129.051.189-.166.238.332.137.053z" style="fill:#fff;stroke:#73561f;stroke-miterlimit:10;stroke-width:.06661495224335688px;opacity:.3"/><path d="m12.783 6.973.05-.044-.104-.041zM13.173 7.143l.065-.057-.13-.051z" style="fill:none"/><path d="m13.802 5.659-1.454-.565v1.645l.202-.136.179.285.104.041.138-.122.137.228.13.051.188-.166.239.332.137.053z" style="fill:#fff;stroke:#73561f;stroke-miterlimit:10;stroke-width:.06661495224335688px;opacity:.3"/><path d="m12.544 11.783.05-.044-.104-.04zM12.933 11.953l.065-.057-.129-.05z" style="fill:none"/><path d="m13.562 10.47-1.453-.565v1.645l.201-.136.18.285.104.04.138-.121.137.228.129.05.189-.166.238.332.137.053z" style="fill:#fff;stroke:#73561f;stroke-miterlimit:10;stroke-width:.06661495224335688px;opacity:.3"/><path d="m13.139 16.719-.05.045.104.039zM12.747 16.554l-.065.058.131.049z" style="fill:none"/><path d="m12.139 18.046 1.461.545-.023-1.645-.2.139-.184-.282-.104-.039-.136.123-.14-.226-.131-.049-.186.169-.243-.329-.137-.051z" style="fill:#fff;stroke:#73561f;stroke-miterlimit:10;stroke-width:.06661495224335688px;opacity:.3"/><path d="m7.328 21.878-.05.045.104.039zM6.936 21.714l-.065.058.13.048z" style="fill:none"/><path d="m6.327 23.206 1.392.639.047-1.74-.2.139-.184-.282-.104-.039-.137.123-.14-.226-.13-.048-.186.168-.243-.328-.138-.052z" style="fill:#fff;stroke:#73561f;stroke-miterlimit:10;stroke-width:.06661495224335688px;opacity:.3"/><path d="m25.761 14.093.051.045-.104.04zM26.151 13.923l.065.057-.129.051z" style="fill:none"/><path d="m26.78 15.407-1.453.565v-1.645l.201.136.18-.285.104-.04.138.121.137-.228.129-.051.189.166.238-.332.137-.053z" style="fill:#fff;stroke:#73561f;stroke-miterlimit:10;stroke-width:.06661495224335688px;opacity:.3"/><path d="m26.356 9.321-.049-.045.104-.039zM25.964 9.485l-.064-.058.13-.048z" style="fill:none"/><path d="m25.356 7.993 1.461-.545-.023 1.645-.199-.138-.184.282-.104.039-.137-.124-.14.227-.13.048-.186-.168-.243.328-.138.052z" style="fill:#fff;stroke:#73561f;stroke-miterlimit:10;stroke-width:.06661495224335688px;opacity:.3"/><path d="m19.428 24.558.05.044-.103.04zM19.818 24.388l.065.057-.13.05z" style="fill:none"/><path d="m20.447 25.871-1.454.674v-1.754l.202.136.18-.285.103-.04.139.121.136-.228.13-.05.189.166.238-.332.137-.053z" style="fill:#fff;stroke:#73561f;stroke-miterlimit:10;stroke-width:.06661495224335688px;opacity:.3"/><path d="m20.023 19.948-.05-.045.105-.039zM19.631 20.113l-.064-.058.13-.049z" style="fill:none"/><path d="m19.023 18.62 1.461-.544-.023 1.645-.199-.139-.184.282-.105.039-.136-.123-.14.226-.13.049-.187-.169-.242.329-.138.051z" style="fill:#fff;stroke:#73561f;stroke-miterlimit:10;stroke-width:.06661495224335688px;opacity:.3"/><path d="m21.426 13.49-.172-.039V13.4l.148-.208a.1.1 0 0 0 .018-.065.035.035 0 0 0-.037-.03l-.189.006-.015-.045.118-.222a.07.07 0 0 0 .007-.063.04.04 0 0 0-.045-.018l-.2.051-.024-.037.084-.229a.06.06 0 0 0 0-.058.04.04 0 0 0-.051-.006l-.2.094-.032-.027.047-.227a.05.05 0 0 0-.016-.052.05.05 0 0 0-.056.007l-.2.133-.039-.017.007-.215a.04.04 0 0 0-.026-.043.07.07 0 0 0-.058.02l-.184.166-.045-.006-.033-.2a.036.036 0 0 0-.036-.032.08.08 0 0 0-.057.031l-.164.194-.049.005-.071-.168a.036.036 0 0 0-.044-.021.1.1 0 0 0-.055.042l-.138.214-.05.016-.107-.135a.04.04 0 0 0-.05-.008.1.1 0 0 0-.05.051l-.107.226-.05.026-.138-.1a.05.05 0 0 0-.055 0 .1.1 0 0 0-.044.058l-.071.228-.049.036-.164-.054a.06.06 0 0 0-.057.017.1.1 0 0 0-.036.063l-.033.223-.045.044-.184-.01a.08.08 0 0 0-.058.029.1.1 0 0 0-.026.065l.007.209-.039.05-.2.035a.1.1 0 0 0-.056.04.09.09 0 0 0-.016.065l.046.187-.032.054-.2.079a.1.1 0 0 0-.051.049.07.07 0 0 0 0 .062l.084.157-.024.057-.2.119a.1.1 0 0 0-.045.057.06.06 0 0 0 .007.057l.118.122-.015.058-.189.155a.1.1 0 0 0-.037.062.045.045 0 0 0 .018.05l.148.082v.055l-.172.185a.1.1 0 0 0-.028.065.04.04 0 0 0 .028.041l.172.039v.051l-.148.208a.1.1 0 0 0-.018.065.035.035 0 0 0 .037.03l.189-.006.015.045-.118.222a.07.07 0 0 0-.007.063.04.04 0 0 0 .045.018l.2-.051.024.037-.084.229a.06.06 0 0 0 0 .058.04.04 0 0 0 .051.006l.2-.094.032.027-.046.227a.05.05 0 0 0 .016.051.05.05 0 0 0 .056-.007l.2-.133.039.017-.007.215a.04.04 0 0 0 .026.043.07.07 0 0 0 .058-.02l.184-.166.045.006.033.2a.035.035 0 0 0 .036.032.08.08 0 0 0 .057-.031l.164-.194.049-.005.071.168a.036.036 0 0 0 .044.02.1.1 0 0 0 .055-.042l.138-.214.05-.016.107.135a.04.04 0 0 0 .05.008.1.1 0 0 0 .05-.051l.107-.226.05-.027.138.1a.05.05 0 0 0 .055 0 .1.1 0 0 0 .044-.058l.071-.228.049-.036.164.054a.06.06 0 0 0 .057-.017.1.1 0 0 0 .036-.063l.033-.223.045-.044.184.01a.08.08 0 0 0 .058-.029.1.1 0 0 0 .026-.065l-.007-.209.039-.05.2-.035a.1.1 0 0 0 .056-.04.09.09 0 0 0 .016-.065l-.046-.187.017-.053.2-.079a.1.1 0 0 0 .051-.049.07.07 0 0 0 0-.062l-.084-.157.024-.057.2-.119a.1.1 0 0 0 .045-.057.06.06 0 0 0-.007-.057l-.118-.122.015-.058.189-.155a.1.1 0 0 0 .037-.062.045.045 0 0 0-.018-.05l-.148-.082v-.055l.172-.185a.1.1 0 0 0 .028-.065.04.04 0 0 0-.014-.039m-1.153 1.988c-.066.013-.108-.037-.094-.112a.21.21 0 0 1 .145-.16c.066-.013.108.037.094.112a.21.21 0 0 1-.145.16m-.059-.39a.19.19 0 0 0-.132.146l-.061.325a2.3 2.3 0 0 1-.619.4 1.4 1.4 0 0 1-.632.123l-.061-.273c-.013-.057-.072-.072-.132-.033l-.252.164a1 1 0 0 1-.13-.106l1.226-.521c.014-.006.023-.012.023-.026v-.455c0-.013-.009-.012-.023-.006l-.359.152v-.288l.388-.165a.16.16 0 0 1 .239.115c.015.057.049.249.072.3s.117.172.217.13l.611-.26.022-.012a3 3 0 0 1-.139.23Zm-1.7 1.13c-.066.043-.131.026-.145-.037a.2.2 0 0 1 .094-.192c.066-.043.131-.026.145.037a.2.2 0 0 1-.09.192Zm-.465-1.779a.18.18 0 0 1-.062.2c-.062.055-.134.056-.161 0a.18.18 0 0 1 .062-.2c.066-.051.138-.053.165 0Zm-.143.416.263-.234a.16.16 0 0 0 .057-.178l-.054-.105.213-.09v1l-.429.182a1.4 1.4 0 0 1-.057-.407c.001-.052.001-.11.011-.168Zm1.152-.587v-.3l.506-.215c.026-.011.185-.047.185.077 0 .1-.122.192-.222.234l-.47.2Zm1.84-.516v.118l-.154.065a.04.04 0 0 0-.022.036v.074a.31.31 0 0 1-.176.3c-.078.043-.165.036-.176-.01-.046-.253-.123-.278-.245-.327a1 1 0 0 0 .308-.578.3.3 0 0 0-.235-.315.57.57 0 0 0-.322.026l-1.592.677a2.7 2.7 0 0 1 .84-.853l.188.127c.042.029.113 0 .157-.063l.21-.3a.94.94 0 0 1 1.027.33l-.144.4c-.025.069 0 .128.057.13l.277.011q.004.073.004.152Zm-1.591-1.044c.049-.069.126-.1.172-.069s.045.113 0 .183-.126.1-.172.069-.044-.114.005-.184Zm1.427.6a.19.19 0 0 1 .161-.133c.062 0 .089.066.062.142a.19.19 0 0 1-.161.133c-.057-.006-.085-.07-.058-.15Z" style="opacity:.55"/><path d="m15.314 23.421-.19-.195-.005-.057.163-.085a.05.05 0 0 0 .02-.052.1.1 0 0 0-.041-.065l-.208-.163-.016-.06.13-.127a.06.06 0 0 0 .007-.06.12.12 0 0 0-.05-.06l-.22-.126-.026-.06.092-.165a.07.07 0 0 0-.005-.065.1.1 0 0 0-.057-.052l-.223-.083-.035-.057.051-.2a.09.09 0 0 0-.017-.068.1.1 0 0 0-.061-.042l-.217-.038-.043-.053.008-.22a.1.1 0 0 0-.029-.068.09.09 0 0 0-.063-.031l-.2.01-.049-.047-.036-.234a.1.1 0 0 0-.039-.066.07.07 0 0 0-.063-.018l-.181.056-.054-.038-.078-.24a.12.12 0 0 0-.048-.061.06.06 0 0 0-.06-.005l-.152.1-.059-.026-.117-.238a.1.1 0 0 0-.055-.054.05.05 0 0 0-.055.008l-.117.142-.055-.017-.152-.225a.1.1 0 0 0-.06-.044.04.04 0 0 0-.048.021l-.078.176-.054-.006-.181-.2a.1.1 0 0 0-.063-.033.04.04 0 0 0-.039.034l-.036.205-.049.006-.2-.175a.07.07 0 0 0-.063-.021.04.04 0 0 0-.029.045l.008.226-.043.018-.217-.14a.06.06 0 0 0-.061-.008.05.05 0 0 0-.017.054l.051.238-.035.028-.223-.1a.05.05 0 0 0-.057.006.06.06 0 0 0-.005.061l.092.24-.026.039-.22-.054a.04.04 0 0 0-.05.019.07.07 0 0 0 .007.066l.13.234-.016.047-.208-.007a.04.04 0 0 0-.041.032.1.1 0 0 0 .02.068l.163.219-.005.053-.19.04a.04.04 0 0 0-.031.043.1.1 0 0 0 .031.068l.19.195.005.057-.163.085a.05.05 0 0 0-.02.052.1.1 0 0 0 .041.065l.208.163.016.06-.13.127a.06.06 0 0 0-.007.06.12.12 0 0 0 .05.06l.22.126.026.06-.092.165a.07.07 0 0 0 .005.065.1.1 0 0 0 .057.052l.223.083.035.057-.051.2a.09.09 0 0 0 .017.068.1.1 0 0 0 .061.042l.217.038.043.053-.008.22a.1.1 0 0 0 .029.068.09.09 0 0 0 .063.031l.2-.009.049.047.036.234a.1.1 0 0 0 .039.066.07.07 0 0 0 .063.019l.18-.056.054.038.078.24a.12.12 0 0 0 .048.061.06.06 0 0 0 .06.005l.152-.1.055.028.117.238a.1.1 0 0 0 .055.054.05.05 0 0 0 .055-.008l.117-.142.055.017.152.225a.1.1 0 0 0 .06.044.04.04 0 0 0 .048-.021l.078-.176.054.006.181.2a.1.1 0 0 0 .063.033.04.04 0 0 0 .039-.034l.036-.2.049-.006.2.175a.07.07 0 0 0 .063.021.04.04 0 0 0 .029-.045l-.008-.226.043-.018.217.14a.06.06 0 0 0 .061.008.05.05 0 0 0 .017-.054l-.051-.238.035-.028.223.1a.05.05 0 0 0 .057-.006.06.06 0 0 0 .005-.061l-.092-.24.026-.039.22.054a.04.04 0 0 0 .05-.019.07.07 0 0 0-.007-.066l-.13-.234.016-.047.208.007a.04.04 0 0 0 .041-.032.1.1 0 0 0-.02-.068l-.163-.219.005-.053.19-.04a.04.04 0 0 0 .031-.043.1.1 0 0 0-.026-.077m-1.269 1.054a.21.21 0 0 1-.1-.2c.015-.066.087-.083.159-.038a.21.21 0 0 1 .1.2c-.015.063-.086.083-.159.038m-.064-.462c-.066-.041-.131-.026-.145.035l-.067.287a1.6 1.6 0 0 1-.681-.132 2.5 2.5 0 0 1-.7-.438l-.067-.342a.2.2 0 0 0-.145-.153l-.277-.054q-.077-.111-.143-.228l1.35.552c.015.006.025.008.025-.006v-.477q-.001-.02-.025-.027l-.395-.161v-.3l.427.175a.46.46 0 0 1 .263.335c.017.074.054.305.08.385a.6.6 0 0 0 .239.331l.672.275.024.008a1 1 0 0 1-.153.117Zm-1.867-.334a.22.22 0 0 1-.159-.168c-.015-.079.031-.132.1-.118a.23.23 0 0 1 .159.168c.019.079-.027.132-.1.118m-.514-2.286c.03.08 0 .147-.068.149a.21.21 0 0 1-.177-.141c-.03-.08 0-.147.068-.149a.21.21 0 0 1 .177.141m-.157.309.289-.01c.062 0 .09-.063.062-.136l-.06-.159.234.1v1.055l-.472-.193a2 2 0 0 1-.063-.479 2 2 0 0 1 .012-.18Zm1.268.416v-.311l.557.228c.029.012.2.116.2.247 0 .108-.134.092-.244.047l-.517-.211Zm2.025 1.108v.121l-.169-.069q-.025-.01-.024.018v.078c0 .183-.1.181-.194.154a.31.31 0 0 1-.194-.168.95.95 0 0 0-.269-.563c.166-.038.339-.122.339-.331a.86.86 0 0 0-.259-.542 1.2 1.2 0 0 0-.355-.262l-1.752-.717a1.14 1.14 0 0 1 .924-.144l.207.3c.047.068.124.1.173.075l.231-.127a2.95 2.95 0 0 1 1.13 1.267l-.158.293a.17.17 0 0 0 .062.187l.3.26q.01.087.01.17ZM12.987 20.7c.054-.029.138.007.19.082s.049.159 0 .188-.138-.007-.19-.082-.053-.156 0-.188m1.57 1.905c.03-.056.109-.054.177 0a.185.185 0 0 1 .068.205c-.03.056-.109.054-.177 0a.185.185 0 0 1-.068-.202Z" style="opacity:.56"/><path d="m27.838 18.724-.172-.039v-.051l.148-.208a.1.1 0 0 0 .018-.065.035.035 0 0 0-.037-.03l-.189.006-.015-.045.118-.222a.07.07 0 0 0 .007-.063.04.04 0 0 0-.045-.018l-.2.051-.03-.04.084-.229a.06.06 0 0 0 0-.058.04.04 0 0 0-.051-.006l-.2.094-.032-.027.047-.227a.05.05 0 0 0-.016-.052.05.05 0 0 0-.056.007l-.2.133-.039-.017.007-.215a.04.04 0 0 0-.026-.043.07.07 0 0 0-.058.02l-.184.166-.045-.006-.033-.2a.036.036 0 0 0-.036-.032.08.08 0 0 0-.057.031l-.164.194-.049.005-.071-.168a.036.036 0 0 0-.044-.021.1.1 0 0 0-.055.042l-.138.214-.05.016-.107-.135a.04.04 0 0 0-.05-.008.1.1 0 0 0-.05.051l-.107.226-.05.026-.138-.1a.05.05 0 0 0-.055 0 .1.1 0 0 0-.044.058l-.071.228-.049.036-.164-.054a.06.06 0 0 0-.057.017.1.1 0 0 0-.036.063l-.033.223-.045.044-.184-.01a.08.08 0 0 0-.058.029.1.1 0 0 0-.026.065l.007.209-.039.05-.2.035a.1.1 0 0 0-.056.04.09.09 0 0 0-.016.065l.046.187-.032.054-.2.079a.1.1 0 0 0-.051.049.07.07 0 0 0 0 .062l.084.157-.024.057-.2.119a.1.1 0 0 0-.045.057.06.06 0 0 0 .007.057l.118.122-.015.058-.189.155a.1.1 0 0 0-.037.062.045.045 0 0 0 .018.05l.148.082v.055l-.172.185a.1.1 0 0 0-.028.065.04.04 0 0 0 .028.041l.172.039v.051l-.148.208a.1.1 0 0 0-.018.065.035.035 0 0 0 .037.03l.189-.006.015.045-.118.222a.07.07 0 0 0-.007.063.04.04 0 0 0 .045.018l.2-.051.024.037-.094.247a.06.06 0 0 0 0 .058.04.04 0 0 0 .051.006l.2-.094.032.027-.046.227a.05.05 0 0 0 .016.051.05.05 0 0 0 .056-.007l.2-.133.039.017-.007.215a.04.04 0 0 0 .026.043.07.07 0 0 0 .058-.02l.184-.166.045.006.033.2a.035.035 0 0 0 .036.032.08.08 0 0 0 .057-.031l.164-.194.049-.005.071.168a.036.036 0 0 0 .044.02.1.1 0 0 0 .055-.042l.138-.214.05-.016.107.135a.04.04 0 0 0 .05.008.1.1 0 0 0 .05-.051l.107-.226.05-.027.138.1a.05.05 0 0 0 .055 0 .1.1 0 0 0 .044-.058l.071-.228.049-.036.164.054a.06.06 0 0 0 .057-.017.1.1 0 0 0 .036-.063l.038-.239.045-.044.184.01a.08.08 0 0 0 .058-.029.1.1 0 0 0 .026-.065l-.007-.209.039-.05.2-.035a.1.1 0 0 0 .056-.04.09.09 0 0 0 .016-.065l-.046-.187.032-.054.2-.079a.1.1 0 0 0 .051-.049.07.07 0 0 0 0-.062l-.084-.157.024-.057.2-.119a.1.1 0 0 0 .045-.057.06.06 0 0 0-.006-.052l-.118-.122.015-.058.189-.155a.1.1 0 0 0 .037-.062.045.045 0 0 0-.018-.05l-.148-.082v-.055l.172-.185a.1.1 0 0 0 .028-.065.04.04 0 0 0-.019-.042m-1.153 1.988c-.066.013-.108-.037-.094-.112a.21.21 0 0 1 .145-.16c.066-.013.108.037.094.112a.21.21 0 0 1-.146.161Zm-.059-.39a.19.19 0 0 0-.132.146l-.061.325a2.3 2.3 0 0 1-.619.4 1.4 1.4 0 0 1-.632.123l-.061-.273c-.013-.057-.072-.072-.132-.033l-.252.164a1 1 0 0 1-.13-.106l1.226-.521q.022-.007.023-.026v-.455c0-.013-.009-.012-.023-.006l-.359.152v-.288l.388-.165a.16.16 0 0 1 .239.115c.015.057.049.249.072.3s.117.172.217.13l.611-.26.022-.012a3 3 0 0 1-.139.23Zm-1.7 1.13c-.066.043-.131.026-.145-.037a.2.2 0 0 1 .094-.192c.066-.043.131-.026.145.037a.2.2 0 0 1-.09.192Zm-.465-1.779a.18.18 0 0 1-.062.2c-.062.055-.134.056-.161 0a.18.18 0 0 1 .062-.2c.065-.051.137-.053.165 0Zm-.143.416.263-.234a.16.16 0 0 0 .057-.178l-.054-.105.213-.09v1l-.429.182a1.4 1.4 0 0 1-.057-.407c.002-.057.005-.11.011-.168Zm1.152-.587v-.3l.506-.215c.026-.011.185-.047.185.077 0 .1-.122.192-.222.234l-.47.2Zm1.84-.516v.118l-.154.065a.04.04 0 0 0-.022.036v.074a.31.31 0 0 1-.176.3c-.078.043-.165.036-.176-.01-.046-.253-.123-.278-.245-.327a1 1 0 0 0 .308-.578.3.3 0 0 0-.235-.315.57.57 0 0 0-.322.026l-1.588.675a2.7 2.7 0 0 1 .84-.853l.188.127c.042.029.113 0 .157-.063l.21-.3a.94.94 0 0 1 1.027.33l-.144.4c-.025.069 0 .128.057.13l.277.011q.002.075.002.154Zm-1.591-1.044c.049-.069.126-.1.172-.069s.045.113 0 .183-.126.1-.172.069-.045-.114.004-.184Zm1.427.6a.19.19 0 0 1 .161-.133c.062 0 .089.066.062.142a.19.19 0 0 1-.161.133c-.058-.006-.086-.07-.058-.146Z" style="opacity:.55"/><use xlink:href="#a" width="45.72" height="26.28" transform="matrix(0 -.029 .022 .013 4.314 16.786)"/><use xlink:href="#a" width="45.72" height="26.28" transform="matrix(0 -.029 .022 .013 8.876 18.632)"/><use xlink:href="#a" width="45.72" height="26.28" transform="matrix(0 -.029 .022 .013 10.451 11.138)"/><use xlink:href="#a" width="45.72" height="26.28" transform="matrix(0 -.029 .022 .013 15.013 12.984)"/><use xlink:href="#a" width="45.72" height="26.28" transform="matrix(0 -.029 .02 -.012 16.773 21.54)"/><use xlink:href="#a" width="45.72" height="26.28" transform="matrix(0 -.029 .02 -.012 21.389 19.694)"/><use xlink:href="#a" width="45.72" height="26.28" transform="matrix(0 -.029 .02 -.012 23.072 11.167)"/><use xlink:href="#a" width="45.72" height="26.28" transform="matrix(0 -.029 .02 -.012 27.689 9.321)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M21.589 2.264H9.991L1.79 10.465v11.598l8.201 8.201h11.598l8.201-8.201V10.465z"/><path d="m10.176 2.743-.594 6.312 11.5-6.312zM21.378 2.774l7.902 7.902-12.887-3.951zM29.28 10.991v10.304l-6.861-11.69zM29.28 21.851l-7.552 7.552 3.101-12.868z" style="fill:#00c7ff"/><path d="M9.736 3.241 6.644 15.45 2.377 10.6M2.301 10.836l6.656 11.25-6.656-.235zM10.203 29.753l5.035-4.792-12.702-2.875zM10.613 29.753l11.115-7.01-.35 7.01z" style="fill:#ff6a00"/><path d="M11.1 9.964a2.3 2.3 0 0 1 .675.388l-.4.471a1.62 1.62 0 0 0-1.073-.382 1.46 1.46 0 0 0-.772.206 1.4 1.4 0 0 0-.541.667 3 3 0 0 0-.2 1.191 3 3 0 0 0 .2 1.176 1.4 1.4 0 0 0 .531.668 1.45 1.45 0 0 0 .781.209 1.7 1.7 0 0 0 .662-.116 2 2 0 0 0 .524-.321l.37.475a2 2 0 0 1-.66.424 2.4 2.4 0 0 1-.914.159 2.2 2.2 0 0 1-1.16-.31 2.1 2.1 0 0 1-.8-.915 3.3 3.3 0 0 1-.294-1.449 3.2 3.2 0 0 1 .3-1.443 2.16 2.16 0 0 1 .81-.912 2.13 2.13 0 0 1 1.131-.311 2.5 2.5 0 0 1 .83.125M15.615 15.085l-.389-1.285h-1.952l-.388 1.282h-.745L13.8 9.933h.934l1.666 5.152Zm-1.361-4.554-.808 2.677h1.608ZM18.144 21.081a1.5 1.5 0 0 1-.66.54 2.5 2.5 0 0 1-1.03.194 3 3 0 0 1-1.045-.175 2.3 2.3 0 0 1-.8-.5l.423-.475a2 2 0 0 0 .632.4 2.1 2.1 0 0 0 .8.141 1.6 1.6 0 0 0 .57-.1.93.93 0 0 0 .415-.305.8.8 0 0 0 .156-.5.8.8 0 0 0-.1-.413.84.84 0 0 0-.332-.3 3.4 3.4 0 0 0-.67-.258 5 5 0 0 1-.918-.359 1.5 1.5 0 0 1-.551-.475 1.26 1.26 0 0 1 .028-1.38 1.44 1.44 0 0 1 .609-.478 2.2 2.2 0 0 1 .885-.172 2.7 2.7 0 0 1 .934.151 2.3 2.3 0 0 1 .745.451l-.412.463a1.8 1.8 0 0 0-.581-.349 1.9 1.9 0 0 0-.653-.114 1.25 1.25 0 0 0-.708.185.6.6 0 0 0-.279.533.58.58 0 0 0 .116.366 1.04 1.04 0 0 0 .383.277 5.4 5.4 0 0 0 .761.273 4 4 0 0 1 .8.318 1.4 1.4 0 0 1 .518.484 1.56 1.56 0 0 1-.034 1.567ZM22.019 16.6a2.3 2.3 0 0 1 .675.387l-.4.471a1.62 1.62 0 0 0-1.073-.381 1.46 1.46 0 0 0-.772.205 1.4 1.4 0 0 0-.541.668 3 3 0 0 0-.2 1.191 3 3 0 0 0 .194 1.176 1.4 1.4 0 0 0 .531.667 1.44 1.44 0 0 0 .781.21 1.7 1.7 0 0 0 .662-.116 2 2 0 0 0 .524-.322l.37.475a2 2 0 0 1-.66.424 2.4 2.4 0 0 1-.914.159 2.2 2.2 0 0 1-1.159-.31 2.1 2.1 0 0 1-.806-.914 3.3 3.3 0 0 1-.294-1.449 3.2 3.2 0 0 1 .3-1.444 2.17 2.17 0 0 1 .81-.912 2.13 2.13 0 0 1 1.131-.31 2.5 2.5 0 0 1 .841.125" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M10.584 24.474v1.5h-.715a5.8 5.8 0 0 1-3.577-.8c-.613-.5-.92-1.6-.92-3.093v-2.496a2.8 2.8 0 0 0-.613-2.2 2.74 2.74 0 0 0-2.146-.6H2V15.3h.715a2.85 2.85 0 0 0 2.146-.6 3.94 3.94 0 0 0 .613-2.2v-2.493c0-1.6.307-2.594.92-3.093a5.55 5.55 0 0 1 3.475-.9h.715v1.5h-.715a3 3 0 0 0-2.044.5 3.44 3.44 0 0 0-.511 2V12.6A3.94 3.94 0 0 1 6.8 15a2.82 2.82 0 0 1-1.635 1 2.77 2.77 0 0 1 1.737 1 4.8 4.8 0 0 1 .511 2.394v2.594a2.82 2.82 0 0 0 .511 2 2.86 2.86 0 0 0 1.942.5ZM21.314 24.533h.715a2.6 2.6 0 0 0 1.942-.5 2.76 2.76 0 0 0 .409-2v-2.588a3.93 3.93 0 0 1 .511-2.395 2.4 2.4 0 0 1 1.737-1 2.77 2.77 0 0 1-1.737-1 4.8 4.8 0 0 1-.511-2.394v-2.59a3.37 3.37 0 0 0-.409-2 3.53 3.53 0 0 0-1.942-.5h-.715v-1.5h.715a5.8 5.8 0 0 1 3.577.8c.613.5.92 1.6.92 3.093v2.494a2.8 2.8 0 0 0 .613 2.2 2.74 2.74 0 0 0 2.146.6H30v1.5h-.715a2.85 2.85 0 0 0-2.146.6 2.8 2.8 0 0 0-.613 2.2v2.494c0 1.6-.307 2.594-.92 3.093a6 6 0 0 1-3.577.8h-.715Z" style="fill:#0ea568"/><path d="M12.309 8.092c-1.518 0-2.44 1.4-2.44 3.5 0 2.057.762 3.294 2.286 3.294 1.5 0 2.432-1.4 2.432-3.505 0-2.047-.759-3.289-2.278-3.289m-1.334 3.294c0-1.494.407-2.347 1.253-2.347.616 0 .991.527 1.159 1.411l-2.4 1.252a3 3 0 0 1-.012-.316m2.505.208c0 1.5-.4 2.347-1.242 2.347-.605 0-.991-.505-1.158-1.368l2.4-1.253ZM21.984 14.752l.095-.979h-1.566V8.018l-1.117.096v.765l-1.607.169.021.852 1.586-.042v3.916h-1.754v.981zM14.535 23.842l.095-.979h-1.566v-5.754l-1.117.095v.766l-1.608.168.021.853 1.587-.042v3.915h-1.755v.981zM19.854 17.179c-1.519 0-2.443 1.4-2.443 3.505 0 2.056.764 3.3 2.288 3.3 1.5 0 2.432-1.4 2.432-3.5 0-2.063-.759-3.305-2.277-3.305m-1.334 3.3c0-1.5.407-2.348 1.252-2.348.616 0 .992.527 1.159 1.411l-2.4 1.252a3 3 0 0 1-.011-.317Zm2.5.207c0 1.5-.4 2.348-1.242 2.348-.606 0-.992-.506-1.159-1.369l2.4-1.252Z" style="fill:#0ca69c"/></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="15.699" x2="15.469" y1="102.24" y2="106.745" gradientTransform="rotate(6.54 714.316 146.409)" gradientUnits="userSpaceOnUse"><stop offset=".365" stop-color="#961b1e"/><stop offset=".697" stop-color="#961b1e"/></linearGradient><linearGradient id="b" x1="15.297" x2="15.297" y1="103.82" y2="105.61" gradientTransform="rotate(6.54 714.316 146.409)" gradientUnits="userSpaceOnUse"><stop offset=".326" stop-color="#c0272d"/><stop offset=".82" stop-color="#c0272d"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="-3310.623" x2="-3310.854" y1="803.906" y2="808.435" gradientTransform="matrix(-1.071 .315 .248 .986 -3724.367 274.118)"/><linearGradient xlink:href="#b" id="d" x1="-3311.013" x2="-3311.013" y1="805.472" y2="807.262" gradientTransform="matrix(-1.071 .315 .248 .986 -3724.367 274.118)"/><linearGradient id="e" x1="22.94" x2="22.874" y1="23.821" y2="14.932" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#651116"/><stop offset=".053" stop-color="#6a1217"/><stop offset=".463" stop-color="#901b20"/><stop offset=".793" stop-color="#a72126"/><stop offset="1" stop-color="#b02328"/></linearGradient><linearGradient id="g" x1="24.269" x2="21.317" y1="22.368" y2="16.316" gradientUnits="userSpaceOnUse"><stop offset=".006" stop-color="#ca4849"/><stop offset=".421" stop-color="#c0272d"/><stop offset="1" stop-color="#730b0d"/></linearGradient><linearGradient id="j" x1="24.103" x2="21.475" y1="22.049" y2="16.617" gradientUnits="userSpaceOnUse"><stop offset=".006" stop-color="#ca4849"/><stop offset=".421" stop-color="#c0272d"/><stop offset="1" stop-color="#651116"/></linearGradient><linearGradient id="l" x1="24.273" x2="21.218" y1="22.551" y2="16.168" gradientUnits="userSpaceOnUse"><stop offset=".017" stop-color="#b12328"/><stop offset=".096" stop-color="#d9383c"/><stop offset=".994" stop-color="#651116"/></linearGradient><radialGradient id="f" cx="131.214" cy="24.534" r="172.942" gradientTransform="translate(19.08 18.916)scale(.028)" gradientUnits="userSpaceOnUse"><stop offset=".478" stop-color="#ec1c24"/><stop offset=".775" stop-color="#961b1e"/><stop offset="1" stop-color="#d9383c"/></radialGradient><radialGradient id="h" cx="137.714" cy="50.972" r="170.148" gradientTransform="translate(19.021 18.917)scale(.027)" gradientUnits="userSpaceOnUse"><stop offset=".618" stop-color="#6c0607"/><stop offset=".994" stop-color="#b12328"/></radialGradient><radialGradient id="i" cx="-127.767" cy="14.566" r="120.907" gradientTransform="rotate(180 9.643 9.865)scale(.027)" gradientUnits="userSpaceOnUse"><stop offset=".876" stop-color="#c0272d"/><stop offset="1" stop-color="#831416"/></radialGradient><radialGradient id="k" cx="-95.684" cy="89.934" r="191.556" gradientTransform="rotate(180 9.643 9.865)scale(.027)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c5263b"/><stop offset="1" stop-color="#910d10"/></radialGradient></defs><path d="M6.354 3.748v24.5h19.265V8.115h-4.8V3.748Zm16.195 1.084.011 1.544h1.669l-1.68-1.547Z" style="fill:gray"/><path d="M22.037 2H6.374a1.755 1.755 0 0 0-1.749 1.751v24.5A1.755 1.755 0 0 0 6.374 30h19.251a1.755 1.755 0 0 0 1.751-1.749V6.856Zm.525 2.844 1.663 1.531h-1.663ZM6.374 28.251v-24.5h14.437v4.374h4.812v20.126Z" style="fill:#c5c5c5"/><path d="M16 5.5a5.264 5.264 0 0 0-5.25 5.25v4.375H8.125V26.5h15.75V15.125H21.25V10.75A5.264 5.264 0 0 0 16 5.5m0 1.75a3.487 3.487 0 0 1 3.5 3.5v4.375h-7V10.75a3.487 3.487 0 0 1 3.5-3.5" style="fill:#00c800"/><path d="M27.047 28.749c-.062-.115-.089-.173-.126-.249l-.048-.15a8 8 0 0 0-.342-.889l-.048-.144-.186-.555-.007-.018-.06-.179c-.054-.177-.112-.341-.171-.508l-.151-.449-.013-.041-.069-.2-1.391-4.139-.152.063-1.877.809h-.017l-.044.019v.018l.006.04c.016.107.054.356.1.694l-1.771-.4-.174-.037s-.8 3.7-1.105 5.176a10 10 0 0 0-.1.49q-.011.058-.015.085l-.044.207-.127.6-.033.154a8 8 0 0 0-.249.965l-.062.315a5 5 0 0 0-.182.451q-.019.047-.042.094l.01-.006-.01.026q.122-.09.243-.182c.165-.119.323-.244.5-.353l.013-.009.122-.1.031-.024a8 8 0 0 1 .9-.59l.1-.083.33-.263.143.115.159.127a10 10 0 0 1 .875.564 3 3 0 0 1 .229.2c.207.176.452.337.654.538-.022-.2-.045-.422-.082-.62 0-.1.006-.2.007-.307 0-.306-.011-.609-.013-.914v-.162l.037-1.481.006-.222c.009-.367.025-1.051.028-1.106l.016-.62.105.7.014.1.069.454.157 1.04.007.042.024.156c.035.293.062.587.1.882q.019.151.044.294c.013.183.013.384.013.565.134-.161.291-.341.43-.51a.4.4 0 0 0 .1-.105 7.5 7.5 0 0 1 .877-.87l.126-.148.114-.133.328.2.1.063q.302.123.593.27.07.038.163.091l.15.081c.286.157.6.3.89.458-.073-.12-.118-.261-.202-.38" style="fill:#d7d8da"/><path d="m22.534 21.04.448 3.306q.018.115.041.232a3.2 3.2 0 0 1 .117.934l.032.234.234 1.729c.035.322.06.644.1.967q.02.162.043.323c.013.2.013.421.013.62.132-.176.286-.374.424-.56a.4.4 0 0 0 .1-.116 8 8 0 0 1 .863-.954l.124-.162.112-.146.323.221.1.069c.2.091.394.188.584.3q.07.042.161.1l.148.089c.281.172.59.327.876.5-.088-.132-.132-.286-.215-.417-.061-.126-.088-.19-.124-.273l-.047-.165a9 9 0 0 0-.337-.976l-.047-.158-.184-.609q-.033-.104-.064-.212c-.1-.38-.225-.711-.331-1.1l-.068-.224-1.369-4.541Z" style="fill:url(#a)"/><path d="m24.588 20.053 1.369 4.541.463 1.535.184.609.047.158a9 9 0 0 1 .337.976l.047.165c.036.083.063.147.124.273s.127.263.193.395c-.286-.154-.573-.331-.854-.481l-.148-.089a2 2 0 0 0-.161-.1c-.19-.108-.385-.2-.584-.3l-.1-.069-.323-.221-.112.146-.124.162a8 8 0 0 0-.863.954.4.4 0 0 1-.1.116c-.137.185-.292.383-.424.56 0-.2 0-.418-.013-.62a9 9 0 0 1-.043-.323c-.039-.323-.065-.645-.1-.967l-.023-.171-.85-6.265.139-.065.51 3.21.256 1.612.229 1.443.023.146a9 9 0 0 0 .093 1.131c.211-.414.594-.626.867-.974l.084-.112.335-.448.549.339.114.071c.3.174.657.268.965.443-.107-.281-.234-.564-.338-.849l-.037-.128-.253-.907-.356-1.274-1.27-4.553Z" style="fill:#961b1e"/><path d="m22.576 21.015.507 3.184.255 1.6.228 1.432.023.144a13 13 0 0 0 .136 1.356c.2-.526.663-.75.985-1.139l.084-.11.338-.442-.11.021.539.341.113.071a8 8 0 0 1 1.137.579 11 11 0 0 0-.393-1.1l-.072-.262-.163-.589-.443-1.6-1.211-4.38-.172.061 1.21 4.38c.023.08.423 1.532.443 1.6l.163.59.073.262c.1.289.226.573.334.853l.126-.116c-.271-.17-.573-.212-.834-.393l-.116-.071-.651-.412-.063-.039-.042.057-.338.442-.084.11a10 10 0 0 0-.877.971.3.3 0 0 0 .13.04c-.043-.36.014-.751-.06-1.116l-.023-.144-.228-1.432c-.012-.074-.2-1.293-.218-1.37l-.543-3.413Z" style="fill:url(#b)"/><path d="m23.1 21.977-.077 3.448q-.001.12-.016.244a3.1 3.1 0 0 0-.012.973q.001.122-.005.244l-.037 1.625v.178c0 .334.014.667.012 1q.002.168-.007.337c.037.217.059.459.081.68-.2-.22-.441-.4-.644-.59a3 3 0 0 0-.225-.218 9 9 0 0 0-.862-.619l-.156-.14-.141-.126-.324.289-.1.091a8 8 0 0 0-.886.648l-.15.134c-.255.178-.5.4-.74.6.066-.2.132-.419.221-.621l.061-.346a10 10 0 0 1 .246-1.058l.032-.17.125-.655.043-.228c.056-.4.156-.819.225-1.182l.046-.242.929-4.886Z" style="fill:url(#c)"/><path d="M20.732 21.386s-1.144 5.907-1.2 6.31l-.043.228-.125.655-.032.17a10 10 0 0 0-.246 1.058l-.061.346c-.089.2-.133.4-.221.6.264-.176.485-.4.739-.575.059-.053.115-.1.15-.134a8 8 0 0 1 .886-.648l.1-.091.324-.289.141.126.156.14a9 9 0 0 1 .862.619 3 3 0 0 1 .225.218c.2.193.445.369.644.59-.022-.22-.044-.463-.081-.68 0-.113.007-.225.007-.337 0-.335-.01-.669-.012-1v-.178l.037-1.625c0-.081.029-1.38.033-1.46l.077-3.448-.16-.038-.156 3.362c0 .08-.075 1.61-.078 1.688l-.07 1.512-.007.152a8 8 0 0 1 .039 1.167c-.282-.378-.727-.517-1.068-.816l-.105-.1-.422-.388-.556.454-.116.095c-.308.237-.684.4-1 .644.083-.307.185-.62.263-.93l.024-.138c.048-.288.1-.617.164-.972l.23-1.365.823-4.882Z" style="fill:#961b1e"/><path d="m23.049 21.961-.157 3.335c0 .08-.075 1.6-.078 1.675l-.07 1.5q.002.076-.007.151a13 13 0 0 1 .02 1.405c-.286-.493-.818-.628-1.218-.96l-.106-.095-.424-.381h.122l-.546.454-.114.094a10 10 0 0 0-1.17.816 12 12 0 0 1 .292-1.2l.046-.28.1-.631.038-.228a6.7 6.7 0 0 1 .246-1.488l.776-4.691.2.028-.776 4.691c-.015.087-.221 1.051-.246 1.488l-.038.228-.1.631-.046.281c-.074.314-.176.627-.259.934l-.151-.092c.274-.228.6-.331.861-.567a2 2 0 0 0 .117-.1l.66-.549.064-.053.059.053.424.381.106.1a10 10 0 0 1 1.078.81.4.4 0 0 1-.137.067c0-.375-.108-.761-.074-1.146q-.002-.074.008-.151l.07-1.5.011-.235a9 9 0 0 1 .056-1.2l.168-3.575Z" style="fill:url(#d)"/><path d="M21.841 23.424a1.79 1.79 0 0 0 1.857.318c.77-.182.86-.681 1.4-1.043.453-.272.951-.045 1.178-.59.136-.408-.181-.907.09-1.315.317-.59.86-.59.906-1.36.045-.816-.589-.907-.815-1.451-.271-.5.09-.816-.317-1.315a6 6 0 0 0-2.168-1.652c-.679-.136-1.228.518-1.953.473s-1.323-.641-2.048-.369c-1.313.544-.624 2.138-1.031 3.181a2.39 2.39 0 0 0 .043 2.724 11.4 11.4 0 0 0 .727 1.494c.453.725.951.408 1.63.589a1.24 1.24 0 0 1 .501.316" style="fill:url(#e)"/><path d="M21.827 23.3a1.75 1.75 0 0 0 1.815.311c.753-.178.841-.666 1.373-1.022.443-.266.93-.044 1.151-.577.133-.4-.177-.888.088-1.288.31-.577.842-.577.886-1.333.045-.8-.575-.888-.8-1.421-.265-.488.089-.8-.31-1.288a5.9 5.9 0 0 0-2.17-1.555c-.664-.133-1.151.444-1.86.4s-1.24-.578-1.948-.311c-1.284.533-.664 2.043-1.063 3.065a2.35 2.35 0 0 0 .133 2.665 11 11 0 0 0 .62 1.466c.443.71.93.4 1.594.577a1.2 1.2 0 0 1 .491.311" style="fill:url(#f)"/><circle cx="22.787" cy="19.331" r="3.379" style="fill:url(#g)"/><path d="M26.327 18.292c-.048-.159-.048-.335-.1-.51a1.5 1.5 0 0 0-.354-.542 2.3 2.3 0 0 0-.531-.59c-.209-.16-.354-.415-.579-.51a4 4 0 0 1-.531-.239 4.4 4.4 0 0 0-.531-.351 3.9 3.9 0 0 0-1.421.027c-.933.143-2.043.143-2.557.908a9 9 0 0 0-.525 1.457 4.5 4.5 0 0 0-.225 1.116 4.6 4.6 0 0 0 .065 1.483c.161.638.74.989 1.158 1.467a4.4 4.4 0 0 0 1.03.845c.386.255.86.685 1.31.685a4.8 4.8 0 0 0 1.173-.255 3.2 3.2 0 0 0 1.2-.72c.384-.269.782-.2 1.008-.576s-.077-.554.444-1.654a2.25 2.25 0 0 0 .257-.957 2.9 2.9 0 0 0-.291-1.084m-3.539 4.576a3.5 3.5 0 1 1 3.531-3.5 3.516 3.516 0 0 1-3.531 3.5" style="fill:url(#h)"/><circle cx="22.787" cy="19.331" r="3.313" style="fill:url(#i)"/><circle cx="22.787" cy="19.331" r="3.011" style="fill:url(#j)"/><circle cx="22.787" cy="19.331" r="2.951" style="fill:url(#k)"/><path d="M26.065 18.324c-.045-.149-.045-.313-.09-.477a1.4 1.4 0 0 0-.328-.506 2.2 2.2 0 0 0-.491-.551c-.194-.149-.328-.387-.536-.477a4 4 0 0 1-.491-.223 4 4 0 0 0-.492-.328 3.5 3.5 0 0 0-1.31-.03A3.1 3.1 0 0 0 20.182 17a6.5 6.5 0 0 0-.715 1 4.2 4.2 0 0 0-.209 1.043 4.3 4.3 0 0 0 .06 1.385c.149.6.685.924 1.073 1.37a4.1 4.1 0 0 0 .953.789 2.05 2.05 0 0 0 1.126.448 5.7 5.7 0 0 0 1.24-.133 2.96 2.96 0 0 0 1.122-.65c.348-.247.73-.161 1.225-1.52a6.4 6.4 0 0 0 .277-1.392 2.7 2.7 0 0 0-.269-1.016M22.787 22.6a3.27 3.27 0 1 1 3.27-3.27 3.27 3.27 0 0 1-3.27 3.27" style="fill:url(#l)"/><path d="M20.074 15.251s.326-.222 1.037.055a2.1 2.1 0 0 0 .576.177.8.8 0 0 1-.716-.019 2.1 2.1 0 0 0-.897-.213" style="fill:#f48e84"/><path d="M22.749 15.428s.8-.436 1.211-.214a1.13 1.13 0 0 0-.657.037 2.2 2.2 0 0 1-.554.177" style="fill:#fadae8"/><path d="M19.478 17.281a1.83 1.83 0 0 1 .385-.889 1.92 1.92 0 0 1 1.209-.588 5.6 5.6 0 0 0-1.034.515 1.4 1.4 0 0 0-.363.481c-.011.028-.092.2-.197.481" style="fill:#9b1d20"/><path d="M21.487 15.99a3.75 3.75 0 0 1 2.156-.192s.376.207.008.133a2.4 2.4 0 0 0-1.019-.14 3.6 3.6 0 0 0-1.115.251s-.089.007-.03-.052" style="fill:#54000d"/><path d="M26.189 21.5s.111.605-.258.819-.413.111-.413.111a.66.66 0 0 0 .509-.273 1.1 1.1 0 0 0 .162-.657" style="fill:#ca4849"/><path d="M18.782 19.012a2.1 2.1 0 0 0 .207 1.668s-.155-.546-.2-.7a2.1 2.1 0 0 1-.007-.968" style="fill:#f8cce0"/><path d="M19.794 22.4a1.01 1.01 0 0 0 .833.472.72.72 0 0 1-.833-.472" style="fill:#f9d0e2"/><path d="M25.056 22.175s.109.023.341-.173a3.4 3.4 0 0 0 .422-.536 5 5 0 0 1-.4.57c-.073.064-.252.194-.363.139" style="fill:#651116"/><path d="M26.6 18.4a1.04 1.04 0 0 1 .5.841 1.33 1.33 0 0 0-.393-.7s-.232-.158-.107-.141M26.182 17.359a.82.82 0 0 0-.3-.753 1.04 1.04 0 0 1 .3.753" style="fill:#fadae8"/><path d="M26.536 19.591c-.033.25-.122.594-.122.594a1.9 1.9 0 0 0 .168-.859c-.035-.157-.012.006-.046.265" style="fill:#b12328"/><path d="M23.244 23.643a2 2 0 0 0 .923-.34 3.4 3.4 0 0 1-.524.229c-.097.008-.384.068-.399.111" style="fill:#db726f"/><path d="M22.971 22.927a2.6 2.6 0 0 0 1.285-.339 3 3 0 0 1-1.285.339" style="fill:#f8c9dd"/><path d="M23.607 23.153a3 3 0 0 1-.767.107c-.161 0-.635-.148-.025-.145a7 7 0 0 0 .993-.139s.341-.131.346-.13c.191.041-.161.202-.547.307" style="fill:#651116"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M10.78 21.986a3.4 3.4 0 0 1-.62-.226A11 11 0 0 0 8.5 26h2.724a14.3 14.3 0 0 1-.444-4.014m8.827-1.479a21 21 0 0 0-1.264 3.885c-.118.538.239 1.074.172 1.608h3.426c-.9-2.547-1.107-6.251-1.575-7.732-.011-.021-.746 2.257-.759 2.239" style="fill:#ab710a"/><path d="M29.359 11.748c-.779-1.131-2.557-2.081-2.971-3.372a1.96 1.96 0 0 1 .079-1.326c.2-.316-.119-.226-.119-.226-.443.174-.634-.323-.634-.323-.066-.174.025-.706-.356-.416-.687.527-.461 1.809-.332 2.325a5.4 5.4 0 0 0 1.306 2.338c.222.21 1.617 1.778 1.426 2.58a.64.64 0 0 1-.476.593c-1.016.208-1.346-1.065-1.346-1.065-.762-3.322-1.993-4.485-1.993-4.485A23.6 23.6 0 0 0 18 8.9 34.6 34.6 0 0 0 4.657 11C2.983 13.455 2 18.012 2 18.012s0 .023.016.025a.06.06 0 0 0 .057-.029 14.2 14.2 0 0 1 2.119-2.185A30.2 30.2 0 0 0 5.437 26h2.657a11.9 11.9 0 0 1 1.942-4.8c.988.765 3.22.538 3.22.538.394 1.525 1.2 4.257 1.2 4.257h3.2a21 21 0 0 1 1.744-6.022 13 13 0 0 0 .812-2.388 1.36 1.36 0 0 1 1.424-1.246c.483 0 2.68 1.253 4.321 1.169 2.858-.147 3.985-1.5 4.041-3.037a4.7 4.7 0 0 0-.639-2.723m-9.187 3.263a.6.6 0 0 1-.06.122.3.3 0 0 1-.113.106.3.3 0 0 1-.162.037.5.5 0 0 1-.146-.034 1.4 1.4 0 0 1-.416-.3q-.089-.085-.169-.172l-.155-.165a1 1 0 0 0-.327-.187 4 4 0 0 0-.424-.118 5 5 0 0 1-.458-.128 1 1 0 0 1-.129-.053l-.064-.024a.6.6 0 0 1-.084-.061.6.6 0 0 1-.124-.159.7.7 0 0 1-.062-.167 1.1 1.1 0 0 1-.022-.3 2 2 0 0 1 .028-.262 4 4 0 0 1 .122-.482q.073-.225.162-.452c.029-.075.057-.147.091-.226a2 2 0 0 1 .115-.226 2.5 2.5 0 0 1 .646-.731 3 3 0 0 1 .4-.258 2.3 2.3 0 0 1 .443-.181 4 4 0 0 0-.682.613 2.8 2.8 0 0 0-.485.731 2 2 0 0 0-.075.2l-.069.226q-.068.22-.124.441a4 4 0 0 0-.091.432 2 2 0 0 0-.02.2.7.7 0 0 0 .014.169.15.15 0 0 0 .035.077l.031.018.087.037c.128.049.276.088.425.135a4 4 0 0 1 .454.17 1.2 1.2 0 0 1 .443.316 2 2 0 0 1 .141.2l.135.183q.066.087.14.168a1 1 0 0 0 .148.131.17.17 0 0 0 .135.038.25.25 0 0 0 .131-.115 1 1 0 0 0 .1-.2c.029-.073.051-.147.076-.227a1.4 1.4 0 0 1-.041.478M23 12.994a.485.485 0 0 1-.609.316.5.5 0 0 1-.308-.626.48.48 0 0 1 .6-.319.5.5 0 0 1 .127.06.44.44 0 0 1 .19.569" style="fill:#c18d30"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M3.167 3.517h25.667v24.967H3.167z" style="fill:#26424e"/><path d="M2 2.35v27.3h28V2.35Zm1.167 1.167h25.667v24.966H3.167ZM16.81 21.066a.194.194 0 0 1-.135.212 6 6 0 0 1-2.125.288c-3 0-5.653-1.961-5.653-6.576 0-3.961 2.346-6.615 5.922-6.615a5.2 5.2 0 0 1 1.991.269c.1.038.115.1.115.212v1.654c0 .154-.077.154-.135.135a4.5 4.5 0 0 0-1.953-.365c-2.25 0-3.75 1.711-3.75 4.653 0 3.634 2.057 4.711 3.75 4.711a5.2 5.2 0 0 0 1.836-.25c.077-.038.135-.038.135.1v1.577Zm.746-6.975c-.077 0-.076-.038-.076-.135v-1.585c0-.1.019-.115.1-.115h1.069v-.6a3.95 3.95 0 0 1 .385-1.842 2.52 2.52 0 0 1 2.481-1.423 2.1 2.1 0 0 1 .777.1.15.15 0 0 1 .115.173V10.2c0 .1-.038.135-.135.115a2.5 2.5 0 0 0-.526-.058c-.673 0-1 .481-1 1.4v.593h1.524c.1 0 .133.019.133.1v1.6c0 .1-.019.115-.115.135h-1.545v7.183c0 .077-.019.129-.135.129H18.78a.12.12 0 0 1-.135-.135v-7.171z" style="fill:#e5f3fc"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m24.037 2.072 5.564 5.8v22.056H8.814V30H29.67V7.945z" style="fill:#909090"/><path d="M23.965 2H8.742v27.928H29.6V7.873z" style="fill:#27434f"/><path d="M23.893 2.072v5.873h5.633z" style="fill:#4c4442"/><path d="M23.965 2v5.873H29.6z" style="fill:#e5f3fc"/><path d="M2.384 10.264h6.358V3.432H2.384Z" style="fill:#909090"/><path d="M8.742 10.264h13.719V3.432H8.742z" style="fill:#4c4442"/><path d="M22.407 10.211H2.33V3.378h20.077zM18.267 14.686a3.9 3.9 0 0 1 1.692.2c.054.032.068.063.068.158v1.374c0 .126-.054.126-.095.095a3.56 3.56 0 0 0-1.611-.273c-1.751 0-2.945 1.358-2.945 3.648 0 2.906 1.683 3.617 2.9 3.617a3.5 3.5 0 0 0 1.643-.244c.068-.032.1-.016.1.079v1.34a.19.19 0 0 1-.081.189 4.14 4.14 0 0 1-1.928.23c-2.172.016-4.248-1.408-4.248-5.167 0-2.985 1.765-5.246 4.506-5.246M24.8 14.376c-1.625 0-2.582 1.12-2.582 3.079v.245h-.9a.08.08 0 0 0-.091.091V18.9a.106.106 0 0 0 .091.121l.9.015v6.017c0 .091.03.121.106.121h1.534c.091 0 .121-.046.121-.121v-6l1.291-.03c.076 0 .091-.03.091-.106v-1.129c0-.061-.015-.091-.091-.091h-1.294v-.349c0-1.276.516-1.484 1.108-1.484a1.6 1.6 0 0 1 .268.024v-1.46a3 3 0 0 0-.556-.052" style="fill:#e5f3fc"/><path d="M14.215 9.237c0 .045-.013.06-.051.06h-.686q-.038-.002-.038-.06V4.489c0-.045.006-.052.045-.052h2.468c.038 0 .051.007.058.052l.058.6c.006.045-.006.067-.045.067h-1.809v1.42h1.622c.038 0 .051.015.051.052v.619a.046.046 0 0 1-.051.052h-1.622zM11.862 4.437a1.8 1.8 0 0 1 .79.092c.025.015.032.029.032.074v.641c0 .059-.025.059-.044.044a1.66 1.66 0 0 0-.752-.127c-.817 0-1.375.634-1.375 1.7 0 1.356.785 1.688 1.356 1.688a1.64 1.64 0 0 0 .767-.114c.032-.015.044-.007.044.037V9.1a.09.09 0 0 1-.038.088 1.9 1.9 0 0 1-.9.107c-1.014.007-1.983-.657-1.983-2.411a2.2 2.2 0 0 1 2.1-2.448" style="fill:#27434f"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="26.508" cy="-543.31" r="12.833" gradientTransform="matrix(1.293 .001 .001 -1.234 -20.084 -658.573)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#576e71" stop-opacity=".98"/><stop offset="1" stop-color="#26424e"/></radialGradient></defs><path d="M3.167 3.517h25.667v24.967H3.167z" style="fill:url(#a)"/><path d="M2 2.35v27.3h28V2.35Zm1.167 1.167h25.667v24.966H3.167Zm10.669 17.549a.194.194 0 0 1-.135.212 6 6 0 0 1-2.125.288c-3 0-5.653-1.961-5.653-6.576 0-3.961 2.346-6.615 5.922-6.615a5.2 5.2 0 0 1 1.991.269c.1.038.115.1.115.212v1.654c0 .154-.077.154-.135.135a4.5 4.5 0 0 0-1.953-.365c-2.25 0-3.75 1.711-3.75 4.653 0 3.634 2.057 4.711 3.75 4.711a5.2 5.2 0 0 0 1.836-.25c.077-.038.135-.038.135.1v1.577Zm.746-6.975c-.077 0-.076-.038-.076-.135v-1.585c0-.1.019-.115.1-.115h1.069v-.6a3.95 3.95 0 0 1 .385-1.842 2.52 2.52 0 0 1 2.481-1.423 2.1 2.1 0 0 1 .777.1.15.15 0 0 1 .115.173V10.2c0 .1-.038.135-.135.115a2.5 2.5 0 0 0-.526-.058c-.673 0-1 .481-1 1.4v.593H19.3c.1 0 .133.019.133.1v1.6c0 .1-.019.115-.115.135H17.77v7.183c0 .077-.019.129-.135.129h-1.829a.12.12 0 0 1-.135-.135v-7.171zm11.5 6.881a.17.17 0 0 1-.082.168 4.4 4.4 0 0 1-2.066.247c-2.654 0-4.012-2.1-4.012-4.731 0-2.758 1.782-4.806 4.338-4.806a4.1 4.1 0 0 1 1.7.227c.065.037.081.075.081.186l-.016 1.509c0 .112-.049.13-.114.093a3.35 3.35 0 0 0-1.521-.227c-1.465 0-2.393 1.209-2.393 2.961 0 2.068 1.14 2.942 2.344 2.942a3.9 3.9 0 0 0 1.626-.173c.081-.019.114.019.114.093v1.509" style="fill:#e5f3fc"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m24.037 2.072 5.564 5.8v22.056H8.814V30H29.67V7.945z" style="fill:#909090"/><path d="M23.965 2H8.742v27.928H29.6V7.873z" style="fill:#27434f"/><path d="M23.893 2.072v5.873h5.633z" style="fill:#4c4442"/><path d="M23.965 2v5.873H29.6z" style="fill:#e5f3fc"/><path d="M2.384 10.264h6.358V3.432H2.384Z" style="fill:#909090"/><path d="M8.742 10.264h13.719V3.432H8.742z" style="fill:#4c4442"/><path d="M22.407 10.211H2.33V3.378h20.077zM14.953 14.686a3.9 3.9 0 0 1 1.692.2c.054.032.068.063.068.158v1.374c0 .126-.054.126-.095.095a3.56 3.56 0 0 0-1.611-.273c-1.751 0-2.945 1.358-2.945 3.648 0 2.906 1.683 3.617 2.9 3.617a3.5 3.5 0 0 0 1.643-.244c.068-.032.1-.016.1.079v1.34a.19.19 0 0 1-.081.189 4.14 4.14 0 0 1-1.928.23c-2.172.016-4.248-1.408-4.248-5.167 0-2.985 1.765-5.246 4.506-5.246M21.482 14.376c-1.625 0-2.582 1.12-2.582 3.079v.245H18a.08.08 0 0 0-.091.091V18.9a.106.106 0 0 0 .091.121l.9.015v6.017c0 .091.03.121.106.121h1.534c.091 0 .121-.046.121-.121v-6l1.291-.03c.076 0 .091-.03.091-.106v-1.129c0-.061-.015-.091-.091-.091h-1.29v-.349c0-1.276.516-1.484 1.108-1.484a1.6 1.6 0 0 1 .268.024v-1.46a3 3 0 0 0-.556-.052" style="fill:#e5f3fc"/><path d="M28.019 24.848a.13.13 0 0 1-.064.132 3.5 3.5 0 0 1-1.631.2c-2.095 0-3.167-1.661-3.167-3.735a3.5 3.5 0 0 1 3.424-3.794 3.2 3.2 0 0 1 1.342.179c.051.029.064.059.064.147l-.013 1.191c0 .088-.039.1-.09.074a2.65 2.65 0 0 0-1.2-.179c-1.157 0-1.889.955-1.889 2.337 0 1.633.9 2.323 1.851 2.323a3.1 3.1 0 0 0 1.284-.136c.064-.015.09.015.09.074v1.191" style="fill:#e6f3fc"/><path d="M9.653 4.437a1.8 1.8 0 0 1 .79.092c.025.015.032.029.032.074v.641c0 .059-.025.059-.044.044a1.66 1.66 0 0 0-.752-.127c-.817 0-1.375.634-1.375 1.7 0 1.356.785 1.688 1.356 1.688a1.64 1.64 0 0 0 .767-.114c.032-.015.044-.007.044.037V9.1a.09.09 0 0 1-.038.088 1.9 1.9 0 0 1-.9.107C8.519 9.3 7.55 8.639 7.55 6.885a2.2 2.2 0 0 1 2.1-2.448M12.006 9.237c0 .045-.013.06-.051.06h-.686q-.039-.002-.038-.06V4.489c0-.045.006-.052.045-.052h2.468c.038 0 .051.007.058.052l.058.6c.006.045-.006.067-.045.067h-1.809v1.42h1.622c.038 0 .051.015.051.052v.619a.046.046 0 0 1-.051.052h-1.622zM16.435 4.424a1.8 1.8 0 0 1 .79.092c.025.015.032.029.032.074v.641c0 .059-.025.059-.044.044a1.66 1.66 0 0 0-.752-.127c-.817 0-1.375.634-1.375 1.7 0 1.356.785 1.688 1.356 1.688a1.64 1.64 0 0 0 .767-.114c.032-.015.044-.007.044.037v.627a.09.09 0 0 1-.038.088 1.9 1.9 0 0 1-.9.107c-1.014.007-1.983-.657-1.983-2.411a2.2 2.2 0 0 1 2.1-2.448" style="fill:#27434f"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="10.925" cy="-543.261" r="12.833" gradientTransform="matrix(1.293 0 0 -1.234 -.634 -658.475)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity=".98"/><stop offset="1" stop-color="#e5f3fc"/></radialGradient></defs><path d="M3.167 3.517h25.667v24.967H3.167z" style="fill:url(#a)"/><path d="M2 2.35v27.3h28V2.35Zm1.167 1.167h25.667v24.966H3.167Zm7.906 17.573a.185.185 0 0 1-.128.2 5.8 5.8 0 0 1-2.025.275c-2.859 0-5.387-1.869-5.387-6.267 0-3.775 2.236-6.3 5.644-6.3a5 5 0 0 1 1.9.257c.092.037.11.092.11.2v1.575c0 .147-.073.147-.128.128a4.3 4.3 0 0 0-1.861-.348c-2.144 0-3.573 1.631-3.573 4.434 0 3.463 1.961 4.489 3.573 4.489a5 5 0 0 0 1.75-.238c.073-.037.128-.037.128.092v1.5Zm.711-6.647c-.073 0-.073-.037-.073-.128V12.8c0-.092.018-.11.092-.11h1.019v-.568a3.76 3.76 0 0 1 .366-1.756 2.4 2.4 0 0 1 2.364-1.356 2 2 0 0 1 .741.092.143.143 0 0 1 .11.165v1.466c0 .092-.037.128-.128.11a2.3 2.3 0 0 0-.5-.055c-.641 0-.953.458-.953 1.338v.565h1.455c.092 0 .127.018.127.092v1.529c0 .092-.018.11-.11.128h-1.473v6.845c0 .073-.018.123-.128.123H12.95a.116.116 0 0 1-.128-.128v-6.84h-1.038Zm9.005-2.378a15.6 15.6 0 0 0-3.686.653c-.091 0-.107.053-.107.149.032.374.005.918.005 1.558h.011v6.8c0 .133.027.171.107.171h1.627c.091 0 .123-.037.123-.149V14.2a2.75 2.75 0 0 1 1.446-.384c.929 0 1.436.838 1.436 2.06v5.358a.2.2 0 0 0 .038.13.08.08 0 0 0 .068.038H23.5c.091 0 .123-.037.123-.149V14.2a2.75 2.75 0 0 1 1.446-.384c.929 0 1.436.838 1.436 2.06v5.358q.001.17.139.171h1.612c.075 0 .123-.053.123-.149v-5.363c0-3.047-1.355-3.72-2.545-3.816a12 12 0 0 0-3.385.478 2.6 2.6 0 0 0-1.37-.478 5 5 0 0 0-.29-.012" style="fill:#28434f"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m24.037 2.072 5.564 5.8v22.056H8.814V30H29.67V7.945z" style="fill:#909090"/><path d="M23.965 2H8.742v27.928H29.6V7.873z" style="fill:#e5f3fc"/><path d="M23.893 2.072v5.873h5.633z" style="fill:#4c4442"/><path d="M23.965 2v5.873H29.6z" style="fill:#27434f"/><path d="M2.384 10.264h6.358V3.432H2.384Z" style="fill:#909090"/><path d="M8.742 10.264h13.719V3.432H8.742z" style="fill:#4c4442"/><path d="M22.407 10.211H2.33V3.378h20.077z" style="fill:#27434f"/><path d="M13.25 15.507a3.6 3.6 0 0 1 1.56.181c.05.029.063.058.063.146V17.1c0 .116-.05.116-.088.087a3.3 3.3 0 0 0-1.485-.252c-1.614 0-2.715 1.252-2.715 3.363 0 2.679 1.551 3.334 2.677 3.334a3.2 3.2 0 0 0 1.514-.225c.063-.029.088-.015.088.073v1.237a.18.18 0 0 1-.075.175 3.8 3.8 0 0 1-1.777.212c-2 .015-3.916-1.3-3.916-4.762 0-2.751 1.626-4.835 4.154-4.835M19.268 15.221c-1.5 0-2.379 1.032-2.379 2.838v.224h-.826a.074.074 0 0 0-.084.084v1.022a.1.1 0 0 0 .084.112l.826.014v5.545c0 .084.028.112.1.112H18.4c.084 0 .112-.042.112-.112v-5.532L19.7 19.5c.07 0 .084-.028.084-.1v-1.034c0-.056-.014-.084-.084-.084h-1.19v-.322c0-1.176.476-1.368 1.022-1.368a1.4 1.4 0 0 1 .247.022v-1.346a2.7 2.7 0 0 0-.513-.048M23.582 18.221a11.6 11.6 0 0 0-2.741.485c-.067 0-.079.04-.079.111.024.278 0 .682 0 1.159h.008v5.059c0 .1.02.127.079.127h1.21c.067 0 .091-.028.091-.111v-5.246a2.05 2.05 0 0 1 1.075-.286c.69 0 1.067.623 1.067 1.532v3.984a.14.14 0 0 0 .029.1.06.06 0 0 0 .051.028H25.6c.067 0 .091-.028.091-.111v-5.247a2.05 2.05 0 0 1 1.075-.286c.69 0 1.067.623 1.067 1.532v3.984q.002.126.1.127h1.2c.056 0 .091-.04.091-.111v-3.984c0-2.266-1.008-2.766-1.893-2.837a9 9 0 0 0-2.517.355 1.93 1.93 0 0 0-1.014-.355 4 4 0 0 0-.216-.009Z" style="fill:#28434f"/><path d="M9.162 4.437a1.8 1.8 0 0 1 .79.092c.025.015.032.029.032.074v.641c0 .059-.025.059-.044.044a1.66 1.66 0 0 0-.752-.127c-.817 0-1.375.634-1.375 1.7 0 1.356.785 1.688 1.356 1.688a1.64 1.64 0 0 0 .767-.114c.032-.015.044-.007.044.037V9.1a.09.09 0 0 1-.038.088 1.9 1.9 0 0 1-.9.107c-1.014.005-1.983-.656-1.983-2.41a2.2 2.2 0 0 1 2.1-2.448M11.515 9.237c0 .045-.013.06-.051.06h-.686q-.039-.002-.038-.06V4.489c0-.045.006-.052.045-.052h2.468c.038 0 .051.007.058.052l.058.6c.006.045-.006.067-.045.067h-1.809v1.42h1.622c.038 0 .051.015.051.052v.619a.046.046 0 0 1-.051.052h-1.622zM14.315 4.432h1.033c.036 0 .051.008.058.044.182.676.706 2.873.829 3.615h.007c.138-.677.749-2.9.938-3.613.007-.036.022-.046.058-.046h1c.036 0 .044.007.051.036l.175 4.765c.007.044-.015.058-.051.058H17.7c-.044 0-.051-.02-.051-.056-.029-1.557-.029-3.757-.029-4.142h-.007c-.124.618-.763 3.1-1.04 4.142-.007.044-.029.056-.058.056h-.64a.057.057 0 0 1-.065-.049 143 143 0 0 1-.931-4.149h-.015c0 .575-.058 2.564-.116 4.142 0 .044-.022.056-.051.056h-.64c-.044 0-.058-.014-.058-.051l.262-4.765c.007-.036.014-.044.051-.044" style="fill:#e5f3fc"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8.329 29V3h3.192v9.329a7.13 7.13 0 0 1 5.64-2.589 7.6 7.6 0 0 1 3.636.825 4.84 4.84 0 0 1 2.208 2.279 10.5 10.5 0 0 1 .665 4.221V29h-3.192V17.064a4.93 4.93 0 0 0-1.038-3.485 3.86 3.86 0 0 0-2.935-1.091 5.2 5.2 0 0 0-2.669.736 4.16 4.16 0 0 0-1.782 2 9.2 9.2 0 0 0-.532 3.476V29Z" style="fill:#005f91"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M11.791 20.247a6.1 6.1 0 0 0 4.265 1.773V19.5a3.44 3.44 0 0 1-2.483-1.027ZM18.249 10.4l-.933 2.333a3.77 3.77 0 0 1 1.784 1.494h2.716a6.07 6.07 0 0 0-3.567-3.827" style="fill:#3f5364"/><path d="M10.008 16a6.1 6.1 0 0 0 .513 2.427l2.3-1.027a3.4 3.4 0 0 1-.28-1.4 3.534 3.534 0 0 1 3.509-3.5V9.98A6.045 6.045 0 0 0 10.008 16M17.307 19.267l.933 2.333a6.05 6.05 0 0 0 3.6-3.873h-2.713a3.6 3.6 0 0 1-1.82 1.54" style="fill:#f18b21"/><path d="M16.047 22.3a6.3 6.3 0 1 1 6.085-8.027h2.436a8.657 8.657 0 1 0 0 3.5h-2.436a6.3 6.3 0 0 1-6.085 4.527" style="fill:#3f5364"/><path d="M16.047 7.04V4.66a11.325 11.325 0 0 0-10.584 7.233l2.2.84a9.05 9.05 0 0 1 8.384-5.693M16.047 24.96v2.38a11.37 11.37 0 0 0 11.237-9.567h-2.436a8.936 8.936 0 0 1-8.801 7.187" style="fill:#3f5364"/><path d="M24.895 14.273h2.389a11.4 11.4 0 0 0-7.121-8.82l-.84 2.193a9.11 9.11 0 0 1 5.572 6.627M7.059 16h-2.39a11.36 11.36 0 0 0 7.168 10.547l.887-2.193A9.03 9.03 0 0 1 7.059 16" style="fill:#f18b21"/><path d="M27.564 14.273h2.389a14.5 14.5 0 0 0-2.016-5.647l-2.016 1.26a10.46 10.46 0 0 1 1.643 4.387M2 16.009a14.7 14.7 0 0 0 1.241 6.048l2.315-.952a12.45 12.45 0 0 1-1.148-5.1" style="fill:#3f5364"/><path d="M16.047 27.62a11.63 11.63 0 0 1-8.241-3.407l-1.689 1.68A13.85 13.85 0 0 0 16.047 30 14.08 14.08 0 0 0 30 17.727h-2.389a11.72 11.72 0 0 1-11.564 9.893M16.047 4.38a11.38 11.38 0 0 1 6.972 2.333L24.475 4.8A13.96 13.96 0 0 0 16.047 2a14.1 14.1 0 0 0-13.114 8.913l2.249.887a11.69 11.69 0 0 1 10.865-7.42" style="fill:#f18b21"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><clipPath id="a"><path d="M25.573 24.978v-.034H8.239a1.956 1.956 0 0 0-1.88 1.971 1.9 1.9 0 0 0 1.92 1.929c.133 0 .258.006.408 0h16.849c-.884-.183-1.236-.979-1.236-1.934s.371-1.763 1.273-1.932" style="fill:none"/></clipPath></defs><path d="M24.591 5.907H8.149v23.348h16.442a1.4 1.4 0 0 0 1.4-1.39V7.3a1.4 1.4 0 0 0-1.4-1.393" style="fill:#f18b21"/><path d="M25.573 24.978v-.034H8.239a1.956 1.956 0 0 0-1.88 1.971 1.9 1.9 0 0 0 1.92 1.929c.133 0 .277.01.408 0h16.849c-.884-.183-1.236-.979-1.236-1.934s.371-1.763 1.273-1.932" style="fill:#fff"/><g style="clip-path:url(#a)"><path d="M6.281 25.434h19.455v.189H6.281zM6.281 26.391h19.455v.189H6.281zM6.281 27.348h19.455v.189H6.281zM6.281 27.827h19.455v.189H6.281zM6.281 28.305h19.455v.189H6.281zM6.281 26.87h19.455v.189H6.281zM6.281 25.913h19.455v.189H6.281z" style="fill:#ccd4d3"/></g><path d="M24.644 2H8.202v23.348h16.442a1.4 1.4 0 0 0 1.4-1.39V3.39a1.4 1.4 0 0 0-1.4-1.39" style="fill:#edce8a"/><path d="M8.154 28.848c-.016 0-.05-.009-.066-.01a2.01 2.01 0 0 1-1.7-1.805 1.66 1.66 0 0 1 1.716-1.7c.016 0 .09.009.106.01L8.2 2.005Q8.152 1.999 8.1 2a2.04 2.04 0 0 0-2.066 1.579 7 7 0 0 0-.034.84s-.045 22.6-.045 22.69a2 2 0 0 0 .02.277v.06h.009A2.144 2.144 0 0 0 8.1 29.254h.047Z" style="fill:#3f5364"/><path d="m9.87 30-.805-.634L8.26 30v-3.115h1.61V30" style="fill:#efb422"/><path d="M14.445 16.578a3.7 3.7 0 0 0 2.589 1.076v-1.53a2.09 2.09 0 0 1-1.508-.624ZM18.366 10.6l-.566 1.416a2.3 2.3 0 0 1 1.083.907h1.649a3.69 3.69 0 0 0-2.166-2.323" style="fill:#3f5364"/><path d="M13.362 14a3.7 3.7 0 0 0 .311 1.474l1.4-.624A2.1 2.1 0 0 1 14.9 14a2.146 2.146 0 0 1 2.13-2.125v-1.53A3.67 3.67 0 0 0 13.362 14M17.794 15.983l.566 1.417a3.67 3.67 0 0 0 2.186-2.351H18.9a2.18 2.18 0 0 1-1.106.934" style="fill:#f18b21"/><path d="M17.029 17.825a3.825 3.825 0 1 1 3.694-4.873H22.2a5.256 5.256 0 1 0 0 2.125h-1.477a3.825 3.825 0 0 1-3.694 2.748" style="fill:#3f5364"/><path d="M17.029 8.56V7.115a6.88 6.88 0 0 0-6.429 4.391l1.336.51a5.49 5.49 0 0 1 5.093-3.456M17.029 19.44v1.445a6.9 6.9 0 0 0 6.822-5.808h-1.479a5.425 5.425 0 0 1-5.343 4.363" style="fill:#3f5364"/><path d="M22.4 12.951h1.45A6.92 6.92 0 0 0 19.528 7.6l-.51 1.331a5.53 5.53 0 0 1 3.382 4.02M11.572 14h-1.451a6.9 6.9 0 0 0 4.352 6.4l.539-1.331A5.48 5.48 0 0 1 11.572 14" style="fill:#f18b21"/><path d="M24.021 12.951h1.45a8.8 8.8 0 0 0-1.224-3.428l-1.224.765a6.35 6.35 0 0 1 .998 2.663M8.5 14.005a8.95 8.95 0 0 0 .753 3.672l1.406-.578a7.6 7.6 0 0 1-.7-3.1" style="fill:#3f5364"/><path d="M17.029 21.055a7.06 7.06 0 0 1-5-2.069L11 20.006a8.4 8.4 0 0 0 6.029 2.494 8.55 8.55 0 0 0 8.471-7.452h-1.45a7.115 7.115 0 0 1-7.021 6.007M17.029 6.945a6.9 6.9 0 0 1 4.233 1.416l.884-1.161a8.56 8.56 0 0 0-13.079 3.711l1.365.539a7.1 7.1 0 0 1 6.597-4.505" style="fill:#f18b21"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M12.458 16a3.332 3.332 0 1 1 3.332 3.332A3.33 3.33 0 0 1 12.458 16M15.79 2A14.015 14.015 0 0 0 2.224 12.528a.4.4 0 0 0-.014.14.67.67 0 0 0 .672.672h5.642a.645.645 0 0 0 .6-.392 7.336 7.336 0 1 1 0 6.1.68.68 0 0 0-.6-.392H2.882a.67.67 0 0 0-.672.672c0 .042.014.084.014.14A14 14 0 1 0 15.79 2" style="fill:#064c64"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M11.7 23.56s-1.07.622.761.833a16 16 0 0 0 5.8-.246 10 10 0 0 0 1.539.753c-5.481 2.349-12.405-.136-8.1-1.339M11.026 20.494s-1.2.888.633 1.078a22.6 22.6 0 0 0 7.481-.359 3.3 3.3 0 0 0 1.152.7c-6.627 1.938-14.009.153-9.266-1.421M16.673 15.294a2.05 2.05 0 0 1-.355 2.954s3.429-1.77 1.854-3.987c-1.471-2.067-2.6-3.095 3.508-6.636 0 0-9.586 2.394-5.007 7.669" style="fill:#e76f00"/><path d="M23.922 25.827s.792.652-.872 1.157c-3.164.958-13.168 1.248-15.948.038-1-.435.874-1.038 1.464-1.164a3.8 3.8 0 0 1 .966-.108c-1.111-.783-7.181 1.537-3.083 2.2 11.176 1.812 20.372-.816 17.473-2.124M12.211 17.318s-5.089 1.209-1.8 1.648a38 38 0 0 0 6.731-.072 53 53 0 0 0 4.221-.555 9 9 0 0 0-1.28.685c-5.17 1.358-15.153.726-12.283-.665a9.6 9.6 0 0 1 4.407-1.042M21.34 22.421c5.253-2.73 2.824-5.353 1.129-5a4 4 0 0 0-.6.161.96.96 0 0 1 .449-.346c3.354-1.179 5.933 3.478-1.083 5.322a.5.5 0 0 0 .106-.138M18.172 1.906s2.909 2.91-2.759 7.386c-4.546 3.59-1.037 5.637 0 7.975-2.653-2.394-4.6-4.5-3.294-6.463 1.917-2.879 7.229-4.275 6.056-8.9" style="fill:#e76f00"/><path d="M12.727 29.818c5.042.323 12.786-.179 12.969-2.565 0 0-.353.9-4.167 1.623a41.5 41.5 0 0 1-12.76.2s.645.533 3.959.746" style="fill:#e76f00"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 2a14 14 0 1 0 14 14A14.016 14.016 0 0 0 16 2" style="fill:#fff"/><path d="M15.488 16.252c-.126.273-.265.579-.408.9a23 23 0 0 0-1.28 3.453 5.2 5.2 0 0 0-.119 1.155q0 .262.024.542a6.66 6.66 0 0 0 4.413.067 4 4 0 0 1-.44-.466c-.9-1.146-1.4-2.827-2.194-5.652M12.169 10.556a6.677 6.677 0 0 0-.077 10.881c.411-1.71 1.44-3.276 2.983-6.415-.092-.252-.2-.527-.313-.817a10.2 10.2 0 0 0-1.6-2.882 4.4 4.4 0 0 0-1-.767" style="fill:#91dc47"/><path d="M21.84 23.7a11 11 0 0 1-2.257-.471 8.036 8.036 0 0 1-8.867-13.247 6 6 0 0 0-1.4-.171c-2.358.022-4.848 1.327-5.884 4.852a6.6 6.6 0 0 0-.074 1.361 12.649 12.649 0 0 0 23 7.274 14.7 14.7 0 0 1-3.448.459 9 9 0 0 1-1.07-.057" style="fill:#63b132"/><path d="M19.463 21.244a3.5 3.5 0 0 0 .5.172 6.69 6.69 0 0 0 2.737-5.393 6.68 6.68 0 0 0-8.79-6.348c1.358 1.548 2.011 3.761 2.643 6.181s.2.673.547 1.562a15.4 15.4 0 0 0 1.363 2.788 2.9 2.9 0 0 0 1 1.036" style="fill:#90b4fe"/><path d="M16.013 3.372A12.63 12.63 0 0 0 5.731 8.656a6.43 6.43 0 0 1 3.48-1.009 6.8 6.8 0 0 1 3.182.772q.2.116.386.246a8.038 8.038 0 0 1 11.273 7.358 8.01 8.01 0 0 1-2.391 5.719 10 10 0 0 0 1.143.064 6.24 6.24 0 0 0 4.051-1.263 5.35 5.35 0 0 0 1.7-2.906A12.632 12.632 0 0 0 16.013 3.372" style="fill:#5881d8"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M10.183 19.363a2.35 2.35 0 0 1-1.848-.71A2.96 2.96 0 0 1 7.7 16.62a2.98 2.98 0 0 1 .659-2.078 2.45 2.45 0 0 1 1.911-.728 3.54 3.54 0 0 1 1.522.313l-.346.914a3.5 3.5 0 0 0-1.189-.281q-1.389 0-1.387 1.841a2.23 2.23 0 0 0 .345 1.355 1.2 1.2 0 0 0 1.017.454 2.95 2.95 0 0 0 1.438-.377v.991a2.2 2.2 0 0 1-.652.255 3.5 3.5 0 0 1-.837.084ZM14.811 19.267h-1.138v-7.531h1.138z" style="fill:#96ca4b"/><path d="M16.633 21.645a2.5 2.5 0 0 1-.85-.122v-.9a2.6 2.6 0 0 0 .671.089q.729 0 .729-.824V13.91h1.138v6.053a1.68 1.68 0 0 1-.435 1.253 1.71 1.71 0 0 1-1.253.429M17.112 12.5a.63.63 0 0 1 .167-.467.65.65 0 0 1 .479-.166.577.577 0 0 1 .633.633.65.65 0 0 1-.166.46.64.64 0 0 1-.467.166.67.67 0 0 1-.479-.166.61.61 0 0 1-.167-.46M24.279 17.745a1.41 1.41 0 0 1-.569 1.2 2.73 2.73 0 0 1-1.637.416 3.86 3.86 0 0 1-1.72-.326v-.985a4.25 4.25 0 0 0 1.758.435q1.05 0 1.049-.633a.5.5 0 0 0-.115-.339 1.4 1.4 0 0 0-.384-.281 6 6 0 0 0-.741-.326 3.5 3.5 0 0 1-1.253-.716 1.32 1.32 0 0 1-.326-.927A1.22 1.22 0 0 1 20.9 14.2a2.6 2.6 0 0 1 1.508-.377 4.3 4.3 0 0 1 1.784.384l-.371.856a4 4 0 0 0-1.457-.358q-.9.002-.9.512a.52.52 0 0 0 .237.428 5.2 5.2 0 0 0 1.023.479 5 5 0 0 1 .965.467 1.5 1.5 0 0 1 .448.492 1.4 1.4 0 0 1 .147.665Z" style="fill:#5f7fbf"/><path d="m14.994 4.825.175-.016V3.141l-.207.017a12.917 12.917 0 0 0 0 25.748l.207.017v-1.675l-.175-.015a11.249 11.249 0 0 1 0-22.408" style="fill:#96ca4b"/><path d="M25.465 7.254a12.88 12.88 0 0 0-8.427-4.1l-.207-.017v1.672l.175.016a11.252 11.252 0 0 1 0 22.414l-.175.016v1.668l.207-.017a12.911 12.911 0 0 0 8.427-21.652" style="fill:#5f7fbf"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1=".879" x2="1.093" y1="34.702" y2="34.702" gradientTransform="rotate(98.13 2033.217 2228.98)scale(130.809)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#60baeb"/><stop offset=".041" stop-color="#60baeb"/><stop offset=".129" stop-color="#4fb4e9"/><stop offset=".822" stop-color="#4054ad"/><stop offset="1" stop-color="#4054ad"/></linearGradient></defs><path d="M13.134 18.662s.488-1.85-1.633-4.234l-.071-.075a5.873 5.873 0 0 1 4.5-9.662h.137a5.873 5.873 0 0 1 4.5 9.661l-.071.073a5.62 5.62 0 0 0-1.634 4.237A8.567 8.567 0 0 0 16.489 2h-.978a8.567 8.567 0 0 0-2.377 16.659M24.242 25.484a2.7 2.7 0 0 1 .514-.15 3.3 3.3 0 0 1 .6-.072s-.01-.067-.023-.167a1.6 1.6 0 0 0-.1-.358l-.066-.186c-.026-.059-.06-.113-.084-.159L25 24.239a5 5 0 0 1-.614-.139 5 5 0 0 1-.554-.191 2.4 2.4 0 0 1-.765-.465.56.56 0 0 1-.217-.477.4.4 0 0 1 .1-.21.66.66 0 0 1 .223-.174l-.186-.1q-.083-.047-.189-.1l-.234-.112c-.156-.074-.312-.149-.443-.2l-.207-.084a4 4 0 0 1-.482.034c-.173 0-.349 0-.52-.014a5 5 0 0 1-.977-.163 2.4 2.4 0 0 1-.4-.138 2 2 0 0 1-.3-.157c-.156-.114-.263-.229-.262-.345l-.236-.04a35 35 0 0 0-.656-.091c0 .033-.025.065-.032.12l-.05.242a.95.95 0 0 0 .654 1.114 3.33 3.33 0 0 1 2.3 1.585c.514 1.388-1.647 2.744-4.934 2.744s-5.449-1.356-4.936-2.744a3.26 3.26 0 0 1 2.217-1.559 1.007 1.007 0 0 0 .686-1.172l-.069-.33-.439.054c-.2.022-.381.056-.524.079l-.239.04a.43.43 0 0 1-.224.349 2 2 0 0 1-.278.164 3 3 0 0 1-.384.144 4 4 0 0 1-.469.108 5 5 0 0 1-.5.068 5 5 0 0 1-1.017 0l-.058.023c-.035.015-.091.036-.147.064l-.432.206c-.156.078-.3.162-.408.224l-.136.076-.047.031a.57.57 0 0 1 .366.386c.055.155-.021.315-.163.491a2 2 0 0 1-.308.254 3 3 0 0 1-.442.235 4.8 4.8 0 0 1-1.168.361.7.7 0 0 0-.067.156l-.124.354-.052.365a.6.6 0 0 0-.01.17 3.3 3.3 0 0 1 1.161.2 1.43 1.43 0 0 1 .728.5.8.8 0 0 1 .066.746 1.77 1.77 0 0 1-.661.844l.059.042.167.119c.143.1.323.237.534.363l.621.341a2 2 0 0 0 .226.1l.089.038a5.5 5.5 0 0 1 1.6-.386 4.7 4.7 0 0 1 .8-.019 4.3 4.3 0 0 1 .774.092 5 5 0 0 1 .7.22 4 4 0 0 1 .583.33 1.93 1.93 0 0 1 .753.954l.462.018c.278.007.649.032 1.018.013s.74-.018 1.015-.036l.452-.043a1.4 1.4 0 0 1 .237-.53 2 2 0 0 1 .193-.225 2 2 0 0 1 .224-.213 2.4 2.4 0 0 1 .552-.337 3.2 3.2 0 0 1 .667-.24 6 6 0 0 1 .752-.119 7 7 0 0 1 .792 0 5.6 5.6 0 0 1 1.618.342l.281-.156a5 5 0 0 0 .57-.351c.181-.134.372-.262.487-.367l.186-.175a2.15 2.15 0 0 1-.734-.816.9.9 0 0 1-.087-.381.55.55 0 0 1 .074-.343 1.2 1.2 0 0 1 .637-.513" style="fill:#737373"/><path d="M11.641 10.589A3.5 3.5 0 0 0 13 13.334a6.17 6.17 0 0 1 1.954 4.456c.055 2.088-.088 4.5-.175 5.735-1.118.158-1.9.532-1.9.968 0 .579 1.391 1.249 3.108 1.249s3.108-.669 3.108-1.249c0-.436-.785-.81-1.9-.968-.088-1.23-.229-3.647-.174-5.735a6.17 6.17 0 0 1 1.954-4.456 3.5 3.5 0 0 0 1.359-2.745c-.018-2.058-1.962-3.715-4.342-3.715s-4.325 1.656-4.342 3.715" style="fill:url(#a)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="9.955" x2="16.68" y1="9.096" y2="23.324" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1011a1"/><stop offset="1" stop-color="#6969e1"/></linearGradient><linearGradient id="b" x1="16.231" x2="25.618" y1="19.655" y2="3.782" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b40e0e"/><stop offset="1" stop-color="#ff5959"/></linearGradient><linearGradient id="c" x1="21.663" x2="8.381" y1="4.823" y2="5.938" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#01a300"/><stop offset="1" stop-color="#01df00"/></linearGradient><linearGradient id="d" x1="14.643" x2="14.472" y1="8.368" y2="14.145" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#848484"/><stop offset="1" stop-color="#d2d2d2"/></linearGradient></defs><path d="M17.257 16.919 2.246 29.749 15.994 2.283Z" style="fill:url(#a)"/><path d="m2.262 29.768-.038-.03L16.012 2.193l.008.088 1.263 14.649-.01.008ZM15.977 2.374 2.324 29.649 17.23 16.908Z"/><path d="M17.952 24.931 16 2.28l13.767 27.471Z" style="fill:url(#b)"/><path d="m29.818 29.8-.061-.025-11.828-4.827v-.015L15.975 2.282l.047-.013Zm-11.842-4.887L29.715 29.7 16.036 2.408Z"/><path d="m11.16 22.094 18.621 7.654H2.25Z" style="fill:url(#c)"/><path d="M29.781 29.773H2.183l.051-.044 8.921-7.665.014.006 18.622 7.655Zm-27.464-.05h27.337l-18.489-7.6Z"/><path d="m11.189 22.112 6.059-5.168.843 7.98Z" style="fill:url(#d)"/><path d="m18.149 25-.077-.032-6.978-2.842 6.194-5.283.01.094Zm-6.865-2.9 6.748 2.749-.824-7.8Z"/><path d="M29.7 29.911H2.285a.22.22 0 0 1-.182-.088.22.22 0 0 1 .022-.2L15.864 2.187a.17.17 0 0 1 .14-.1.15.15 0 0 1 .13.085l13.733 27.435a.24.24 0 0 1 .02.226.21.21 0 0 1-.187.078m-27.468-.16.057.011h27.4l.073-.009a.2.2 0 0 0-.028-.077L16 2.248v.012L2.261 29.684a.3.3 0 0 0-.025.067Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M22.24 6.546a4.45 4.45 0 0 0 1.765-2.522 4.64 4.64 0 0 1-.018 2.157c-.223.582-.567 1.107-.834 1.669a21.8 21.8 0 0 1 4.559-2.938C27.23 6.4 25.891 7.3 24.907 8.442c.19.409.28.989.8 1.109a5.04 5.04 0 0 0 2.5.155c.912-.313 1.345-1.258 1.8-2.035V9.14a16 16 0 0 1-.582 1.748c.2.547.409 1.092.582 1.647v.952c-.214.368-.442.726-.663 1.089a5.3 5.3 0 0 0-1.068-1.162 4 4 0 0 0-1.851-.125 3.21 3.21 0 0 0 2.413 1.47c-.359.37-.663.912-1.23.969-1.641.247-3.207-.505-4.839-.5-.282.02-.707.024-.785.372 0 .735.217 1.453.19 2.188-.059 1.258-.512 2.466-.529 3.726a13.8 13.8 0 0 0 .838 3.448 48 48 0 0 1-1.562-.26c-.1.208-.184.42-.26.634a4.5 4.5 0 0 0 1.139 1.195l-.241.508-.573.138q-.196.37-.4.739a4.4 4.4 0 0 0-2.2.061q-.698-.28-1.389-.567a5.9 5.9 0 0 0 .407-2.315c-.282-.982-1.6-.984-2-1.877a6.23 6.23 0 0 1-1.022-2.851c-.823-.433-1.455-1.221-2.4-1.4-.048.409-.083.82-.153 1.227a6 6 0 0 1-1.348 2.406q.059.632.12 1.265.52.486 1.033.974a10 10 0 0 1-1.426.713 11 11 0 0 1-1.687.077l-.777-.764a4.87 4.87 0 0 0 .114-2.608c.171-.4.326-.812.475-1.221a5.57 5.57 0 0 1-3.01.206 5.12 5.12 0 0 1-3.29-4.33 3.86 3.86 0 0 1 1.407-3.268 6.4 6.4 0 0 0-.24 2.615 3.04 3.04 0 0 0 2.5 2.466 3.46 3.46 0 0 0 1.96-.643 7.5 7.5 0 0 1 .363-4.133 5.52 5.52 0 0 1 3.586-2.66 4.24 4.24 0 0 0 2.011-1.566 10.7 10.7 0 0 1 1.529-1.33q-.34-.33-.68-.659A2.15 2.15 0 0 0 15.9 6.023c1.284-.3 2.551-.661 3.82-1.011a3.8 3.8 0 0 0 1.415.606c.317.346.494 1.157 1.1.928m-3.777 13.362c.042.768-.048 1.665.674 2.155 0-.755-.046-1.507-.1-2.26Z" style="fill:#005ca5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M6.534 13.451A9.83 9.83 0 0 1 11.1 7.5L9 3.856a14.04 14.04 0 0 0-6.522 8.5ZM13.464 6.529a9.8 9.8 0 0 1 2.529-.329V2a14 14 0 0 0-3.617.472ZM18.546 6.529a9.82 9.82 0 0 1 5.938 4.571L28.125 9a14.03 14.03 0 0 0-8.482-6.522ZM2.005 16a14 14 0 0 0 .472 3.617l4.057-1.088a9.8 9.8 0 0 1-.328-2.537h-4.2ZM3.878 23.006a14 14 0 0 0 2.217 2.9l2.969-2.969A10 10 0 0 1 7.5 20.909ZM9 28.127A13.9 13.9 0 0 0 15.985 30v-4.2a9.74 9.74 0 0 1-4.885-1.313ZM24.475 20.909a9.82 9.82 0 0 1-5.946 4.553l1.088 4.057a14.03 14.03 0 0 0 8.491-6.514ZM29.517 19.765a14.05 14.05 0 0 0 0-7.266l-4.065 1.088a9.8 9.8 0 0 1 0 5.09Z" style="fill:#c8c8c8"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 2h28v28H2z" style="fill:#0b2734"/><path d="M20.745 8.2 15.4 13.517l3.173 3.173 2.174-2.174 6.111 6.14L30 17.484Zm-6.317 6.287-3.144-3.143-8.05 8.05L2 20.627 5.173 23.8l1.234-1.263 4.084-4.055.793-.793 3.144 3.144L17.4 23.8l3.173-3.173L17.6 17.66z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M25.026 5.73A12.66 12.66 0 0 0 16.01 2 12.8 12.8 0 0 0 3.246 14.77v2.162l1.68-1.145a6.76 6.76 0 0 1 5.049-1.08 6.55 6.55 0 0 1 3.331 1.67 9 9 0 0 1 .753-1.349q.181-.265.379-.513a8.7 8.7 0 0 0-4.083-1.915 9 9 0 0 0-1.607-.145 8.8 8.8 0 0 0-3.219.605 10.646 10.646 0 0 1 10.49-8.915 10.6 10.6 0 0 1 10.459 8.894 8.9 8.9 0 0 0-3.23-.612h-.156c-.114 0-.228 0-.339.011q-.292.016-.58.05-.085.01-.17.023a9 9 0 0 0-.41.064l-.179.035q-.207.042-.41.093l-.146.037q-.256.069-.507.153l-.03.01a9 9 0 0 0-1.1.463l-.029.015q-.249.126-.49.269l-.04.024a8.6 8.6 0 0 0-2.223 1.919l-.078.1q-.206.257-.4.532a8 8 0 0 0-.3.478l-.064.111a9 9 0 0 0-.249.462l-.013.026a9 9 0 0 0-.462 1.124 8.8 8.8 0 0 0-.449 2.922v.119c0 .077.006.155.01.233 0 .062.007.123.012.185s.01.131.017.2a11 11 0 0 0 .112.793 8.8 8.8 0 0 0 3.625 5.607l.244.156a8.8 8.8 0 0 0 3.611 1.341l.174.023 1.293-2.075-.465-.013a6.673 6.673 0 0 1-.222-13.331l.222-.009a6.84 6.84 0 0 1 4.019 1.2l1.673 1.138v-2.151a12.67 12.67 0 0 0-3.723-9.034" style="fill:#e0225c"/></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"/><path d="m14.651 7.525-.011-.011a1.556 1.556 0 0 0-2.2 0l-7.38 7.38a1.556 1.556 0 0 0 0 2.2l7.38 7.38a1.556 1.556 0 0 0 2.2 0l.011-.011a1.556 1.556 0 0 0 0-2.2L9.04 16.654a.933.933 0 0 1 0-1.32l5.61-5.609a1.556 1.556 0 0 0 .001-2.2M17.221 7.519l.011-.011a1.556 1.556 0 0 1 2.2 0l7.38 7.38a1.556 1.556 0 0 1 0 2.2l-7.38 7.38a1.556 1.556 0 0 1-2.2 0l-.011-.011a1.556 1.556 0 0 1 0-2.2l5.611-5.609a.933.933 0 0 0 0-1.32l-5.611-5.609a1.556 1.556 0 0 1 0-2.2" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M16.21 4.13a.3.3 0 0 0-.19 0L5.8 7.45a.31.31 0 0 0-.22.29V14c0 6.76 4.07 11.75 10.45 14.16a.25.25 0 0 0 .17 0c6.38-2.41 10.45-7.4 10.45-14.16V7.74a.31.31 0 0 0-.22-.29Zm-.76-1.77a2.16 2.16 0 0 1 1.33 0L27 5.68a2.17 2.17 0 0 1 1.5 2.06V14c0 7.67-4.67 13.26-11.65 15.9a2.24 2.24 0 0 1-1.49 0C8.4 27.23 3.72 21.64 3.72 14V7.74a2.17 2.17 0 0 1 1.5-2.06Zm1.9 13.75A2.47 2.47 0 0 0 18.59 14a2.48 2.48 0 1 0-4.95 0 2.47 2.47 0 0 0 1.24 2.14v3.43a1.24 1.24 0 1 0 2.47 0Z" style="fill:#c3c3c3;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.889 24H5.111A3.06 3.06 0 0 1 2 21V11a3.06 3.06 0 0 1 3.111-3h21.778A3.06 3.06 0 0 1 30 11v10a3.06 3.06 0 0 1-3.111 3M5.111 10a1.02 1.02 0 0 0-1.037 1v10a1.02 1.02 0 0 0 1.037 1h21.778a1.02 1.02 0 0 0 1.037-1V11a1.02 1.02 0 0 0-1.037-1Z" style="fill:#2088ff"/><path d="M22.741 15h-2.074a1 1 0 1 1 0-2h2.074a1 1 0 1 1 0 2M24.815 19h-4.148a1 1 0 1 1 0-2h4.148a1 1 0 1 1 0 2M12.217 16a3.4 3.4 0 0 1-.256 1.369 2.66 2.66 0 0 1-.7.972l.863 1.045h-1.19l-.487-.576a3.1 3.1 0 0 1-1.057.179 2.94 2.94 0 0 1-1.444-.353 2.54 2.54 0 0 1-1.01-1.021A3.3 3.3 0 0 1 6.566 16a3.3 3.3 0 0 1 .372-1.619 2.54 2.54 0 0 1 1.01-1.019 3.14 3.14 0 0 1 2.884 0 2.55 2.55 0 0 1 1.012 1.019A3.3 3.3 0 0 1 12.217 16m-3.267.886h1.084l.448.554a1.7 1.7 0 0 0 .325-.6 2.7 2.7 0 0 0 .117-.84 2.1 2.1 0 0 0-.419-1.413 1.4 1.4 0 0 0-1.113-.487 1.4 1.4 0 0 0-1.114.488A2.1 2.1 0 0 0 7.86 16a2.1 2.1 0 0 0 .418 1.412 1.4 1.4 0 0 0 1.114.489 1.7 1.7 0 0 0 .33-.032ZM13.6 19v-6h1.276v4.986h2.587V19Z" style="fill:#2088ff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path fill="#ff4702" d="M30 17.85c0 4.07-1.74 7.75-4.52 10.3h-3.36c.07-.32-.1-.55-.33-.7a1.55 1.55 0 0 1-.7-1.44c.19-1.5 1.1-3.4 4.39-5.14 2.23-1.2 2.64-3.65 2.8-4 .22-.6.16-1.1-.31-1.59a9.9 9.9 0 0 0-2.9-2.18 5.92 5.92 0 0 0-4.77-.1c-.28.1-.22-.11-.24-.2a10.8 10.8 0 0 0-1.09-3c-1.03-1.88-2.48-3.25-4.64-3.72-.32-.07-.65-.09-.98-.13-.15-.02-.23.02-.2.2A9.1 9.1 0 0 0 14.73 10c.4.52.95.87 1.48 1.23.57.4 1.16.75 1.7 1.2.5.43.91.93 1.1 1.65l-.12-.12c-1.64-2.61-4.86-3.77-8.1-2.82-.3.08-.25.18-.1.4a9.56 9.56 0 0 0 3.73 3.26A10.8 10.8 0 0 0 18 16.02c.57.07.3.46.39.93.12.71.42.94.32.88a13.4 13.4 0 0 0-4.92-1.09c-5.56 0-6.47 5.3-6.43 5.36-.08-.03-1.41-.52-1.71.82-.31 1.35 1.5 2.24 1.5 2.24a2.4 2.4 0 0 1 1.86-2c-.15.08-1.08.63-1.37 2.12-.25 1.31.8 2.48 1.18 2.88h-2.3A14 14 0 1 1 30 17.86zm-10.17 10.3h-1.48a.55.55 0 0 0 .14-.28c.13-.72-.5-.86-.5-.86h-3.4s1.35-.07 2.6-.58a7.1 7.1 0 0 0 2.4-1.69 3.97 3.97 0 0 0-.06 3.08c.05.14.16.26.3.34z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M13.114 5.728c.025.153-.051.28-.306.408a3.46 3.46 0 0 0-1.63-.229c-.637.051-1.172.255-1.1.688.1.433.713.688 1.808.586 2.674-.229 2.649-2.038 6.571-2.394 3.056-.28 4.763.662 4.992 1.808.178.891-.56 1.757-2.776 1.936-1.961.178-3.107-.357-3.209-.891-.051-.28.1-.688 1.044-.79.1.433.637.891 1.91.764C21.341 7.536 22.1 7.2 22 6.7c-.1-.535-1.07-.84-2.6-.713-3.107.28-3.871 1.987-6.52 2.216-1.88.173-3.408-.514-3.612-1.533-.076-.382-.076-1.273 1.91-1.452 1.019-.076 1.834.1 1.936.509Zm3.718 4.763A41 41 0 0 1 8.5 9.7c-2.263-.56-3.46-1.171-3.46-1.96 0-.331.153-.611.611-.942-1.426.56-2.19 1.019-2.19 1.732.076.79 1.35 1.579 3.948 2.19a39.4 39.4 0 0 0 9.347.942 39 39 0 0 0 9.344-.942c2.6-.611 3.846-1.426 3.846-2.19 0-.56-.56-1.1-1.579-1.5a.86.86 0 0 1 .408.688c0 .79-1.172 1.426-3.54 1.961a39.3 39.3 0 0 1-8.402.811Z" style="fill:#6f4e37"/><path d="M3.181 16.374A5.28 5.28 0 0 0 2.01 19.99a4.2 4.2 0 0 0 1.655 3.056 4 4 0 0 0 3.362.79 11.4 11.4 0 0 0 1.5-.484 4.24 4.24 0 0 1-2.751-1.019 4.13 4.13 0 0 1-1.732-2.827 3.8 3.8 0 0 1 .614-3.006A3.98 3.98 0 0 1 7.409 15a4.8 4.8 0 0 1 3.209.942 7 7 0 0 0-.866-.866 4.1 4.1 0 0 0-3.464-.688 5.2 5.2 0 0 0-3.107 1.987Zm23.024-3.693a42.3 42.3 0 0 1-9.347.942 44 44 0 0 1-9.424-.942c-2.19-.56-3.362-1.172-3.769-1.808a23.2 23.2 0 0 0 2.6 7.641c.942 1.426 1.885 2.674 2.827 4.024a10 10 0 0 1 .866 2.369 4.56 4.56 0 0 0 2.6 1.732 10.6 10.6 0 0 0 4.177.611h.153a11.8 11.8 0 0 0 4.3-.611 4.87 4.87 0 0 0 2.521-1.732h.076a9.6 9.6 0 0 1 .79-2.369c.942-1.35 1.885-2.6 2.827-4.024A24.6 24.6 0 0 0 30 10.872c-.509.713-1.681 1.328-3.795 1.809" style="fill:#393"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M13.114 5.728c.025.153-.051.28-.306.408a3.46 3.46 0 0 0-1.63-.229c-.637.051-1.172.255-1.1.688.1.433.713.688 1.808.586 2.674-.229 2.649-2.038 6.571-2.394 3.056-.28 4.763.662 4.992 1.808.178.891-.56 1.757-2.776 1.936-1.961.178-3.107-.357-3.209-.891-.051-.28.1-.688 1.044-.79.1.433.637.891 1.91.764C21.341 7.536 22.1 7.2 22 6.7c-.1-.535-1.07-.84-2.6-.713-3.107.28-3.871 1.987-6.52 2.216-1.88.173-3.408-.514-3.612-1.533-.076-.382-.076-1.273 1.91-1.452 1.019-.076 1.834.1 1.936.509ZM3.181 16.374A5.28 5.28 0 0 0 2.01 19.99a4.2 4.2 0 0 0 1.655 3.056 4 4 0 0 0 3.362.79 11.4 11.4 0 0 0 1.5-.484 4.24 4.24 0 0 1-2.751-1.019 4.13 4.13 0 0 1-1.732-2.827 3.8 3.8 0 0 1 .614-3.006A3.98 3.98 0 0 1 7.409 15a4.8 4.8 0 0 1 3.209.942 7 7 0 0 0-.866-.866 4.1 4.1 0 0 0-3.464-.688 5.2 5.2 0 0 0-3.107 1.987Zm13.652-5.884A41 41 0 0 1 8.5 9.7c-2.263-.56-3.46-1.171-3.46-1.96 0-.331.153-.611.611-.942-1.426.56-2.19 1.019-2.19 1.732.076.79 1.35 1.579 3.948 2.19a39.4 39.4 0 0 0 9.347.942 39 39 0 0 0 9.344-.942c2.6-.611 3.846-1.426 3.846-2.19 0-.56-.56-1.1-1.579-1.5a.86.86 0 0 1 .408.688c0 .79-1.172 1.426-3.54 1.961a39.3 39.3 0 0 1-8.402.811m9.373 2.19a42.3 42.3 0 0 1-9.347.942 44 44 0 0 1-9.424-.942c-2.19-.56-3.362-1.172-3.769-1.808a23.2 23.2 0 0 0 2.6 7.641c.942 1.426 1.885 2.674 2.827 4.024a10 10 0 0 1 .866 2.369 4.56 4.56 0 0 0 2.6 1.732 10.6 10.6 0 0 0 4.177.611h.153a11.8 11.8 0 0 0 4.3-.611 4.87 4.87 0 0 0 2.521-1.732h.076a9.6 9.6 0 0 1 .79-2.369c.942-1.35 1.885-2.6 2.827-4.024A24.6 24.6 0 0 0 30 10.872c-.509.713-1.681 1.328-3.795 1.809Z" style="fill:#6f4e37"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M16.12 29.76a13.63 13.63 0 1 1 13.62-13.63 13.63 13.63 0 0 1-13.62 13.63" style="fill:#3385ff;fill-rule:evenodd"/><path d="M25.05 22s-2.85-2.53-3-2.73a6.73 6.73 0 0 0 0-6.27q.35-.39 2.94-2.82a10.7 10.7 0 0 1 0 11.82ZM22.14 7.29s-2.4 2.65-2.74 3a6.64 6.64 0 0 0-3.28-.86 6.74 6.74 0 1 0 0 13.47 6.7 6.7 0 0 0 3.2-.81c.27.25 1.2 1.24 2.78 3a10.71 10.71 0 1 1 0-17.72Z" style="fill:#fff;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.869 17.282H30v1.343h-9.131Zm5.382 2.687L28.985 24h-1.544l-2-2.627L23.428 24h-1.545l2.735-4.031Z" style="fill:#ce3d40"/><path d="M7.811 18.259a5.6 5.6 0 0 1-1.037.287 6.3 6.3 0 0 1-1.1.093 3.66 3.66 0 0 1-2.723-.962A3.82 3.82 0 0 1 2 14.867a4.5 4.5 0 0 1 .275-1.611 3.6 3.6 0 0 1 .773-1.237 3.4 3.4 0 0 1 1.189-.794 4 4 0 0 1 1.523-.28 7 7 0 0 1 1.085.082 4.5 4.5 0 0 1 .966.268v1.238a4 4 0 0 0-.985-.369 4.6 4.6 0 0 0-1.036-.116 2.35 2.35 0 0 0-.94.191 2.3 2.3 0 0 0-.777.547 2.6 2.6 0 0 0-.527.873 3.3 3.3 0 0 0-.194 1.163 2.8 2.8 0 0 0 .658 2.031 2.43 2.43 0 0 0 1.824.675 4.3 4.3 0 0 0 1.022-.119 4.2 4.2 0 0 0 .955-.358Zm5.113-9.193h-2.207V8h3.514v9.454h2.222v1.081h-5.982v-1.081h2.453Z" style="fill:#50b2dd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><mask id="a" width="27.544" height="28" x="2.228" y="2" maskUnits="userSpaceOnUse"><path d="M29.769 2c-.363 7.372-1.439 14.182-4.31 20.593-2.2 4.921-7.243 7.483-12.926 6.762a12.35 12.35 0 0 1-10-9.325C1.373 14.745 3.556 9.216 8.245 6.809 14.864 3.411 22.1 2.444 29.769 2" style="fill:#fff"/></mask></defs><g style="mask:url(#a)"><path d="M14.481 10.193s-.635 3.516-.887 5.3c-1.285-1-3.829-2.824-3.829-2.824s2 2.684 2.938 3.882c-1.79.2-5.379.762-5.379.762s3.67.59 5.379.788c-.991 1.255-2.947 3.8-2.947 3.8s2.658-1.836 3.852-2.756c.244 1.708.873 5.345.873 5.345s.576-3.634.8-5.405c1.181.92 3.673 2.842 3.673 2.842s-1.737-2.6-2.687-3.827c1.727-.2 5.237-.787 5.237-.787s-3.544-.564-5.225-.759c.87-1.179 2.692-3.887 2.692-3.887s-2.553 1.98-3.692 2.892c-.211-1.76-.793-5.364-.793-5.364M29.772 2.05c-.363 7.372-1.439 14.182-4.31 20.593-2.2 4.921-7.243 7.483-12.926 6.762a12.35 12.35 0 0 1-10-9.325C1.375 14.795 3.559 9.265 8.248 6.858 14.867 3.461 22.1 2.494 29.772 2.05" style="fill:#e21708"/><path d="M2.9 13.188a11.6 11.6 0 0 1 1.824-3.4c.3-.368.632-.736 1-1.116a11 11 0 0 1 1.038-.885q.506-.369 1.105-.721.189-.107.384-.207a36 36 0 0 1 4.914-2.068A56.7 56.7 0 0 1 26.8 2.253c1.169-.089 2.182-.148 2.974-.2A80.8 80.8 0 0 0 12.2 7.785c-5.221 2.283-9.678 7.243-9.914 8.664a17.8 17.8 0 0 1 .614-3.261" style="fill:#fa524a;fill-opacity:.300000011920929"/><path d="M12.674 29.9a12 12 0 0 1-1.565-.305 12.65 12.65 0 0 1-5.646-3.539 12.06 12.06 0 0 1-2.924-5.5 13 13 0 0 1-.308-2.868c.059 8.611 10.121 9.942 12.812 9.942 4.272 0 4.218-.851 10.853-5.517q-.211.506-.434 1.005a11.44 11.44 0 0 1-8.12 6.566A13.5 13.5 0 0 1 14.41 30a15 15 0 0 1-1.736-.1" style="fill:#ae0e10;fill-opacity:.300000011920929"/></g></svg>