@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="#c6c6c6" fill-rule="evenodd" d="M7.293 4.415c.176.123.28.326.28.543v7.596c0 .588-.699.883-1.109.467L3.191 9.703A.67.67 0 0 1 3 9.236V2.66c0-.532.588-.845 1.02-.543zm9.197 17.663a.643.643 0 0 1-.926.007l-6.828-6.923a.67.67 0 0 1-.19-.467V6.54c0-.533.588-.846 1.019-.544l2.537 1.78a.64.64 0 0 0 .369.117h7.155c.132 0 .26-.04.37-.117l2.469-1.733c.431-.302 1.02.011 1.02.543v7.92a.67.67 0 0 1-.185.46zM28.816 9.387a.67.67 0 0 0 .184-.46V2.732c0-.533-.588-.846-1.02-.544L24.74 4.462a.66.66 0 0 0-.28.543v7.306c0 .592.709.885 1.115.46zM3.204 25.86a.67.67 0 0 1-.205-.48v-5.532c0-.585.695-.88 1.106-.47l3.006 3a.67.67 0 0 1 .194.475l-.035 5.373c-.004.577-.682.872-1.095.476zm13.025-2.307a.24.24 0 0 1-.088.058.4.4 0 0 1-.122.025.24.24 0 0 1-.172-.072l-1.506-1.527c-.41-.415-1.11-.12-1.11.468v4.691c0 .177.07.347.195.47l2.145 2.144a.643.643 0 0 0 .92-.008l1.925-1.991a.67.67 0 0 0 .186-.463V22.7c0-.593-.709-.885-1.116-.46zm9.557-3.342c-.406.42-1.11.13-1.113-.459l-.03-4.699a.67.67 0 0 1 .183-.464l3.056-3.191c.407-.425 1.116-.133 1.116.46v4.767c0 .173-.067.34-.187.463zM7.353 15.229a.67.67 0 0 0-.19-.471l-3.055-3.096c-.41-.415-1.109-.12-1.109.467v4.846c0 .177.07.347.195.47l3.023 3.017c.41.409 1.101.117 1.105-.466zm17.337 7.422a.67.67 0 0 1 .187-.467l3.008-3.104c.408-.422 1.113-.128 1.113.463v5.907a.67.67 0 0 1-.204.48l-2.972 2.843c-.413.396-1.092.1-1.096-.476z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#1bb91f" fill-rule="evenodd" d="M2 22.3h28v5.07A2.63 2.63 0 0 1 27.38 30H4.63A2.62 2.62 0 0 1 2 27.37zm0 0h28v5.25H2z"/><path fill="#d2d2d2" d="M16.52 14.25V2h-1.05v25.55h1.05V15.3H30v-1.05zM2 4.63A2.63 2.63 0 0 1 4.62 2h22.75A2.63 2.63 0 0 1 30 4.63v22.92H2z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m17.866 15.509-.98.98-.98-.978-1.957-1.957.977-.977 1.957 1.957 4.891-4.894.98.977z" style="fill:green"/><path d="M14.454 21.443h8.303v1.383h-8.303z" style="fill:#c00000"/><path d="M2 5.74v23.709h24.909V5.74Zm23.477 22.449-22.083-.058.023-20.974h22.077ZM6.151 10.951v5.534h5.534v-5.534ZM10.3 15.1H7.534v-2.766H10.3Zm-4.151 4.22v5.534h5.534v-5.531Zm4.151 4.154H7.534v-2.765H10.3ZM30 2.551V26.24h-1.431L28.549 4l-22.4-.029v-1.42z" style="fill:#cfcfcf"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M2 7.79A1 1 0 0 1 3 7h.3L14 9.59a7.2 7.2 0 0 0 4 0L28.71 7A1 1 0 0 1 29 7a1 1 0 0 1 .25 2l-10.77 2.58A1.86 1.86 0 0 0 17 13.39v1.31a3.3 3.3 0 0 0 .51 1.75l4.08 6.3a1.36 1.36 0 0 0 2.14.19l4.47-4.8a1 1 0 0 1 1.5 1.39l-4.47 4.8a3.41 3.41 0 0 1-5.36-.46l-3.71-5.74a.24.24 0 0 0-.31-.07.2.2 0 0 0-.07.07l-3.68 5.74a3.41 3.41 0 0 1-5.36.46l-4.46-4.8a1 1 0 0 1 .05-1.44 1 1 0 0 1 1.45.05l4.46 4.8a1.37 1.37 0 0 0 1.93.07 1.3 1.3 0 0 0 .21-.26l4.08-6.3A3.2 3.2 0 0 0 15 14.7v-1.3a1.87 1.87 0 0 0-1.45-1.82L2.79 9A1 1 0 0 1 2 7.79" style="fill:#fac864;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M22.76 6.83v3.25h-5v15.09h-3.5V10.08h-5V6.83Z" style="fill:#7f7f7f"/><path d="M2 2h6.2v3.09H5.34v21.8H8.2V30H2ZM30 30h-6.2v-3.09h2.86V5.11H23.8V2H30Z" style="fill:#bfbfbf"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M21.68 27.41c-.078-.083-.145-.223-.235-.24-2.108-.405-4.187-.962-6.326-1.194L15.826 30h2.144c.08-.214.292-.1.429-.176z" style="fill:#769788"/><path d="M15.119 25.976q-.009-.071-.015-.141c-1.86.009-3.713-.126-5.564-.286l-.013-.006c1.1 1.006 2.186 2.021 3.3 3.013a8 8 0 0 1 1.287 1.316.4.4 0 0 1 0 .128h1.715l-.707-4.024Z" style="fill:#8ba97b"/><path d="M30 15.335a.5.5 0 0 0-.037-.119q-2.682-.865-5.363-1.733c-1.027-.336-1.024-.342-.4-1.2l3.2-4.388a4.4 4.4 0 0 0-.969-1.181c-2.456.814-4.943 1.517-7.442 2.178l-.037-.009.018.148c1.59 1.3 3.092 2.707 4.553 4.153q-.229 2.184-.46 4.367c-.081.751-.168 1.5-.252 2.253h.028c2.371-.914 4.7-1.931 7.112-2.743l.049-.256z" style="fill:#555f61"/><path d="M10.819 8.455a1.38 1.38 0 0 0 .9.143 50 50 0 0 1 5.19.206 11.7 11.7 0 0 1 2.045.081l.037.009q-.579-2.155-1.156-4.312a16 16 0 0 1-.751-1.682.95.95 0 0 0-1.149-.767 6 6 0 0 1-.848-.015q.096-.019.2-.034a2 2 0 0 0-.2.034.13.13 0 0 0-.115.025l-3.78 5.709c-.131.194-.249.4-.373.603" style="fill:#7e813d"/><path d="m10.666 8.609.153-.154c.124-.2.242-.409.373-.607q1.889-2.856 3.78-5.709a7.2 7.2 0 0 0-2.3.293A13.08 13.08 0 0 0 5.5 6.859l5.162 1.75Z" style="fill:#abb130"/><path d="M6.963 14.968c.117.283.277.547.417.82l3-6.484c.089-.192.2-.373.3-.559a1 1 0 0 0-.016-.136L5.5 6.859a6 6 0 0 0-1.235 1.6z" style="fill:#c2ca37"/><path d="M26.005 22.915c-1.02-1.03-2.057-2.041-3.16-2.981a26 26 0 0 0-.437 3.175c-.176 1.273-.3 2.554-.445 3.832a.58.58 0 0 1-.283.469l-3.28 2.414a13.8 13.8 0 0 0 5.057-1.953 11.7 11.7 0 0 0 3.94-3.746 5.5 5.5 0 0 1-1.392-1.21" style="fill:#587789"/><path d="m9.527 25.543.013.006-.01-.143c-.623-2.251-1.033-4.551-1.56-6.823-.205-.881-.374-1.77-.559-2.656H7.38l-.121.009c-.374 1.388-1.022 2.671-1.522 4.01-.359.961-.779 1.9-1.165 2.851-.1.243-.151.511-.444.606A9.4 9.4 0 0 0 5.95 25.7c1.197.063 2.383-.131 3.577-.157" style="fill:#bcd05f"/><path d="M22.845 19.933c1.1.94 2.14 1.951 3.16 2.981a5.5 5.5 0 0 0 1.391 1.21 12.04 12.04 0 0 0 2.555-7.065c-2.41.812-4.741 1.829-7.112 2.743a1 1 0 0 0 .006.131" style="fill:#2e4880"/><path d="M24.6 13.483q2.679.873 5.363 1.733A12.52 12.52 0 0 0 27.4 7.9l-3.2 4.388c-.629.853-.632.859.4 1.195" style="fill:#364673"/><path d="M4.572 22.794c.386-.952.806-1.89 1.165-2.851.5-1.339 1.148-2.622 1.522-4.01L2 15.927A13.5 13.5 0 0 0 4.128 23.4c.293-.095.346-.363.444-.606" style="fill:#d4e64e"/><path d="m7.259 15.933.121-.009a1 1 0 0 0 0-.136c-.14-.273-.3-.537-.417-.82q-1.355-3.25-2.694-6.507A13.4 13.4 0 0 0 2 15.927Z" style="fill:#d5e238"/><path d="m17.833 4.582 1.156 4.312c2.5-.661 4.986-1.364 7.442-2.178a4.2 4.2 0 0 0-1.16-1.137l-5.753-.788c-.561-.076-1.118-.14-1.685-.209" style="fill:#5a614f"/><path d="M15.935 2.129a.95.95 0 0 1 1.149.767 16 16 0 0 0 .749 1.686c.562.069 1.124.133 1.685.209q2.877.39 5.753.788a12.07 12.07 0 0 0-5.92-3.141 10.7 10.7 0 0 0-4.068-.358q-.098.016-.2.034a6 6 0 0 0 .852.015" style="fill:#656945"/><path d="M12.823 28.556c-1.11-.992-2.2-2.007-3.3-3.013-1.194.026-2.38.22-3.577.161a13.45 13.45 0 0 0 8.16 4.168 8 8 0 0 0-1.283-1.316" style="fill:#9fb96e"/><path d="M22.688 19.8a10.5 10.5 0 0 1-2.028 1.668c-1.707 1.364-3.439 2.7-5.165 4.037a2 2 0 0 1-.378.186q-.002.07-.013.141.006.071.015.141c2.139.232 4.218.789 6.326 1.194.09.017.157.157.235.24a.58.58 0 0 0 .283-.469c.143-1.278.269-2.559.445-3.832a26 26 0 0 1 .437-3.175 1 1 0 0 1-.006-.13h-.028Z" style="fill:#6e897c"/><path d="M15.117 25.694a1.4 1.4 0 0 1-.146-.694c.1-2.342-.217-4.676-.136-7.016.039-1.128-.189-2.236-.159-3.359a41 41 0 0 0-1.912 3.919c-1.114 2.269-2.16 4.573-3.234 6.862l.01.143c1.851.16 3.7.3 5.564.286q.009-.07.013-.141" style="fill:#899f66"/><path d="M16.613 14.156c-.562.083-1.2-.047-1.642.474l7.084 4.709c.218.144.422.309.633.464h.123c.084-.751.171-1.5.252-2.253q.233-2.184.46-4.367c-2.304.324-4.609.633-6.91.973" style="fill:#647665"/><path d="M18.952 8.885a11.7 11.7 0 0 0-2.045-.085 50 50 0 0 0-5.19-.206 1.38 1.38 0 0 1-.9-.143l-.153.154a1 1 0 0 1 .016.136 32 32 0 0 1 2.241 3.1c.609.816 1.174 1.665 1.758 2.5 1.056-1.1 1.879-2.385 2.842-3.558q.722-.879 1.447-1.755l-.018-.148Z" style="fill:#869048"/><path d="M17.523 10.788c-.963 1.173-1.786 2.46-2.842 3.558l-.016.148h.033l.273.141c.443-.521 1.08-.391 1.642-.474 2.3-.34 4.606-.649 6.91-.97-1.461-1.446-2.963-2.848-4.553-4.153z" style="fill:#727f5f"/><path d="m14.665 14.494.016-.148c-.584-.834-1.149-1.683-1.758-2.5a32 32 0 0 0-2.241-3.1c-.1.186-.213.367-.3.559l-3 6.484a1 1 0 0 1 0 .136h.031Z" style="fill:#a5b14b"/><path d="M12.764 18.544a41 41 0 0 1 1.912-3.919q.01-.069.022-.136h-.033l-7.254 1.438c.185.886.354 1.775.559 2.656.527 2.272.937 4.572 1.56 6.823 1.07-2.289 2.12-4.593 3.234-6.862M14.698 14.489" style="fill:#a4b558"/><path d="M14.676 14.625c-.03 1.123.2 2.231.159 3.359-.081 2.34.237 4.674.136 7.016a1.4 1.4 0 0 0 .145.694 2 2 0 0 0 .378-.186c1.726-1.34 3.458-2.673 5.165-4.037a10.5 10.5 0 0 0 2.029-1.671c-.211-.155-.415-.32-.633-.464q-3.54-2.358-7.084-4.709l-.273-.141q-.012.071-.022.139" style="fill:#7b916e"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.931 11.868q-.019-.15-.05-.3a3 3 0 0 0-.072-.311l-.078-.124a5.4 5.4 0 0 0-1.02-.611 11 11 0 0 0-.884-.367 12.6 12.6 0 0 0-4.143-5.783 10.82 10.82 0 0 0-13.221 0 12.6 12.6 0 0 0-4.143 5.78q-.449.163-.883.366a5.4 5.4 0 0 0-1.02.611l-.078.124c-.031.112-.051.208-.072.311s-.035.2-.05.3q-.043.302-.059.609a7.7 7.7 0 0 0 .036 1.227 8 8 0 0 0 .226 1.205 5.6 5.6 0 0 0 .325.877l.072.144c.056.1.066.117.089.152l.106.1c.069.035.126.062.188.092l.182.081.1.041a15 15 0 0 0-2.5 2.98L2 20.916l1.376-1.208a22.6 22.6 0 0 1 3.1-2.151l.027.221a8 8 0 0 0-.911.534c-.3.248-.313.632-.233 1.349a12.4 12.4 0 0 0 .364 1.735c.32 1.125.555 1.324.761 1.371a1.6 1.6 0 0 0 .348.033 4.5 4.5 0 0 0 1.149-.165 11.3 11.3 0 0 0 1.5 3.029l-.09.026c-.375-.174-1.688-.782-2.129-.98l-.922-.415.545.851c.04.061.981 1.529 1.749 2.518a4.21 4.21 0 0 0 3.56 1.867 6 6 0 0 0 .7-.041c.554-.064.97-.114 1.286-.154a8.7 8.7 0 0 0 6.139-.013 9 9 0 0 0 1.534-.758c.786-.189 1.647-.394 2.072-.513.068-.018.153-.039.242-.06a2.8 2.8 0 0 0 2.109-1.421c.532-1.065 1.4-2.7 1.408-2.713l.405-.761-.79.343c-.042.019-1.043.455-1.563.728a15 15 0 0 0 .648-1.785 5 5 0 0 0 1.04.061 1.8 1.8 0 0 0 .421-.054c.206-.052.366-.19.665-1.351a13 13 0 0 0 .334-1.788c.066-.735.045-1.129-.255-1.378a7 7 0 0 0-.811-.476.3.3 0 0 1 .191-.036l.2-.768q.105-.045.233-.094l.367-.15.181-.081c.063-.03.119-.056.188-.092l.106-.1a1 1 0 0 0 .049-.08 3.4 3.4 0 0 0 .238-.505c.076-.194.14-.39.2-.587a8 8 0 0 0 .227-1.205 7.6 7.6 0 0 0 .035-1.223c-.01-.2-.03-.408-.059-.609Z" style="fill:#0e0f0d"/><path d="M18.351 27.687q-.225.034-.446.052c-.1 0-.2.014-.288.014h-.034c.115-.257.2-.456.269-.607.135.151.306.338.5.54" style="fill:#e1c5a2"/><path d="M18.17 16.211a6.6 6.6 0 0 1-.735.52l-.854.515a7 7 0 0 0-1.026.206.2.2 0 0 0-.044.019.2.2 0 0 0-.088.112l-.869 2.864-4.647 1.032-1.464-1.025-.426-3.448a48 48 0 0 1 3.277-.479 8 8 0 0 0-.414.539l-.795 1.141 1.157-.771a19 19 0 0 1 1.958-1.087 53 53 0 0 1 4.965-.138ZM10.938 20.1a2.7 2.7 0 0 1 1.287-.151h.37c.6-.006 1.1.051 1.093-.893s-.429-1.708-1.03-1.7-1.183.779-1.147 1.723a1.5 1.5 0 0 0 .1.551.95.95 0 0 0-.677.476ZM26.222 16.994l-.422 2.933-1.472 1.033-4.64-.527-.866-2.851a.2.2 0 0 0-.133-.131 7 7 0 0 0-1.212-.225l.111-.007a18.4 18.4 0 0 0 3.607-.862 49 49 0 0 1 5.025.638Zm-2.965 2.714c-.006-.023-.133-.4-.692-.336a1.2 1.2 0 0 0 .073-.59c-.074-.942-.622-1.691-1.223-1.67s-.986.8-.953 1.747.537.937 1.138.915c.808-.015 1.251-.263 1.656-.067Z" style="fill:#a89983"/><path d="M21.67 18.012a.307.307 0 1 1-.313-.3.307.307 0 0 1 .313.3M13.058 18.238a.308.308 0 1 1-.315-.3.307.307 0 0 1 .315.3" style="fill:#fff"/><path d="M28.247 18.284a5 5 0 0 0-.551-.326l-.389 2.726a.2.2 0 0 1-.082.132l-.556.389-.033.172a1.6 1.6 0 0 0 1.376-.544 11.4 11.4 0 0 0 .3-1.631c.063-.707.007-.859-.064-.918M19.654 28.64a2.66 2.66 0 0 1-.98-.623l-.071-.072a6 6 0 0 1-.683.1c-.1 0-.191.013-.293.013h-.209a2.64 2.64 0 0 1-1.38.944 8.4 8.4 0 0 0 3.615-.36M7.768 21.964l-.037-.123-.723-.506a.2.2 0 0 1-.081-.136l-.352-2.862a6 6 0 0 0-.643.378c-.07.058-.123.2-.048.886a12 12 0 0 0 .421 1.891 1.94 1.94 0 0 0 1.462.472M18.574 21.834a.2.2 0 0 1-.164-.137l-.892-2.939a2.6 2.6 0 0 0-.788 0l-.867 2.855a.2.2 0 0 1-.144.133l-.415.092a.69.69 0 0 1-.539.479 44 44 0 0 1-5 1.3 4.2 4.2 0 0 1-1.127-.533 9 9 0 0 1-.247-.638A12.7 12.7 0 0 0 10 25.511c1.116-.329 2.08-.636 2.389-.733.628-.968 1.522-1.929 2.158-1.962q.167-.008.336-.009a8 8 0 0 1 .884.055 1.1 1.1 0 0 1-.316-.572 2.7 2.7 0 0 0 1.843.5 3.26 3.26 0 0 0 1.675-.728l.02-.183-.415-.047" style="fill:#e1c5a2"/><path d="M19.413 22.206a.87.87 0 0 1-.434-.236l-.011.094a1.05 1.05 0 0 1-.453.77 6.1 6.1 0 0 1 1.469-.351.72.72 0 0 1 .52.211q.032.028.071.059c.666.524 1.466 1.16 1.7 1.347.271.031 1.131.13 1.672.179.312.029.594.053.87.053.089 0 .172 0 .252-.008a14 14 0 0 0 .782-1.818 5.6 5.6 0 0 1-1.391.779 44 44 0 0 1-5.047-1.078" style="fill:#e1c5a2"/><path d="M29.417 11.926a9 9 0 0 0-.029-.281 3 3 0 0 0-.03-.2 5.7 5.7 0 0 0-.834-.569 11 11 0 0 0-1-.513 20 20 0 0 0-1.044-.449q-.264-.108-.532-.207-.267-.102-.537-.2a14.342 14.342 0 0 1 1.842.451A11.06 11.06 0 0 0 17.074 2.64 11.05 11.05 0 0 0 6.9 9.958q.357-.113.719-.207.556-.15 1.123-.244-.271.096-.538.2c-.267.104-.355.135-.531.207-.352.142-.7.288-1.045.449a11 11 0 0 0-1 .513 5.7 5.7 0 0 0-.834.569q-.016.098-.03.2-.017.14-.03.281a7 7 0 0 0-.024.568A8.3 8.3 0 0 0 5 14.743q.075.272.174.533.05.13.107.254.028.062.058.121l.024.046.084.042.168.08c.094.043.224.1.332.153l.017-.016-.313-1.192c.066-.018.66-.172 1.684-.367a5 5 0 0 1-.248-.053 5 5 0 0 1-.686-.219 3 3 0 0 1-.323-.156 1.1 1.1 0 0 1-.285-.217c1.125.367 3.449.2 5.516-.012A57 57 0 0 1 17 13.416a57 57 0 0 1 5.688.325c2.067.214 4.392.38 5.516.012a1.1 1.1 0 0 1-.284.217 3 3 0 0 1-.324.156 5 5 0 0 1-.686.219l-.1.023c1.123.208 1.777.378 1.846.4l-.3 1.135q.092-.04.18-.08l.169-.08.085-.042.023-.046a3 3 0 0 0 .166-.375q.099-.26.174-.533a8.4 8.4 0 0 0 .294-2.249q0-.285-.025-.568" style="fill:#e0d896"/><path d="M21.731 9.721a8 8 0 0 1-.231 2.288.2.2 0 0 0 0 .1q-.45-.047-.9-.083a5 5 0 0 0 .427-1.726 8 8 0 0 0 .706-.577M13.124 10.3a4.9 4.9 0 0 0 .427 1.725q-.451.036-.9.083a.2.2 0 0 0 0-.1 8.1 8.1 0 0 1-.232-2.288 8 8 0 0 0 .707.577M25.426 12.811l-.006.025.1.03a8 8 0 0 1 .823.309 3.2 3.2 0 0 1-.882-1.757 8 8 0 0 1-.032 1.392M12.046 9.561l-2.872.817a9.6 9.6 0 0 0-.092 2.266l.015-.009a8.4 8.4 0 0 1 .284-1.684c.1-.24.7-.393 1.158-.5s1.192-.328 1.334.317a4.6 4.6 0 0 0 .324.974 9 9 0 0 1-.151-2.18M22.1 9.561a8.8 8.8 0 0 1-.174 2.283 4.5 4.5 0 0 0 .376-1.078c.142-.645.874-.426 1.334-.317s1.06.263 1.158.5a7.6 7.6 0 0 1 .278 1.6 9.8 9.8 0 0 0-.1-2.178zM13.1 9.81c.1.082.209.161.313.231a.19.19 0 0 1 .082.153 4.6 4.6 0 0 0 .44 1.762l.014.038c1.04-.071 2.083-.1 3.124-.1s2.084.031 3.123.1a.2.2 0 0 1 .015-.04 4.6 4.6 0 0 0 .44-1.762.19.19 0 0 1 .083-.153q.15-.104.3-.223l.013-.037a14.7 14.7 0 0 0-.435-5.031c-.013.659-.17 6.305-1.571 6.305h-3.865c-1.488 0-1.608-6.366-1.608-6.366l-.077.226A14.6 14.6 0 0 0 13.1 9.81M8.728 12.835l-.006-.025a8 8 0 0 1-.033-1.394 3.2 3.2 0 0 1-.884 1.759 8 8 0 0 1 .824-.31z" style="fill:#d7c184"/><path d="M26.636 21.377c-.024.122-.043.22-.082.374a3.4 3.4 0 0 0 1.09.083 3.2 3.2 0 0 0 .368-1 1.6 1.6 0 0 1-1.376.544M15.207 29.184a7 7 0 0 0 2.307.248 9.2 9.2 0 0 0 2.827-.648 2.6 2.6 0 0 1-.686-.144 8.4 8.4 0 0 1-3.615.36 4 4 0 0 1-.665.158c-.056.006-.1.014-.167.026M7.818 22.135l-.05-.171a1.94 1.94 0 0 1-1.462-.472 2.5 2.5 0 0 0 .327.767 3.6 3.6 0 0 0 1.185-.125M8.642 23.079a4.2 4.2 0 0 0 1.127.533 44 44 0 0 0 5-1.3.69.69 0 0 0 .539-.479L9.638 23.1h-.042a.2.2 0 0 1-.112-.035l-.221-.154-.663-.461-.267-.187.015.045.046.132c.019.056.1.292.248.638M26.022 21.991a7 7 0 0 0 .1-.406l-.2.138-.529.371-.573.4a.2.2 0 0 1-.1.035h-.035l-5.705-.649-.01.089a.87.87 0 0 0 .434.236 44 44 0 0 0 5.047 1.078 5.6 5.6 0 0 0 1.391-.779l.008-.023.073-.215q.046-.136.09-.276" style="fill:#9f8f78"/><path d="M19.985 14.3q-.068.088-.147.188a12 12 0 0 1-1.09 1.212q-.777-.024-1.6-.025c-.9 0-1.772.024-2.6.063a20.7 20.7 0 0 1 4.083-1.238q.663-.126 1.354-.2M13.175 14.825a10.3 10.3 0 0 0-1.34 1.116 51 51 0 0 0-3.019.393 23 23 0 0 1 4.359-1.509M27.408 17.23l-.474 3.314-2.27 1.591-5.92-.673-.891-2.935a.2.2 0 0 0-.155-.136 3.2 3.2 0 0 0-1.152 0 .2.2 0 0 0-.155.136l-.869 2.863-5.886 1.31L7.3 21.066l-.46-3.72.305-.169q.217-.047.487-.1l.433 3.51a.2.2 0 0 0 .082.134l1.605 1.125a.2.2 0 0 0 .111.035.2.2 0 0 0 .043 0l4.84-1.077a.2.2 0 0 0 .048-.018.2.2 0 0 0 .095-.116l.872-2.869a6 6 0 0 1 1.359-.2 6 6 0 0 1 1.358.2l.872 2.869a.2.2 0 0 0 .164.137l4.84.55a.2.2 0 0 0 .133-.034L26.1 20.2a.2.2 0 0 0 .08-.133l.429-3q.485.094.8.164M28.005 15.151l-.417 1.581a46 46 0 0 0-5.271-.805 13 13 0 0 0 2.454-1.356c1.516.214 2.629.444 3.234.581M6.3 15.151l.116.438c.324-.258.621-.472.871-.643-.408.078-.741.15-.987.205" style="fill:#6e6a67"/><path d="M22.641 14.269q-.957-.054-1.914-.093c-.037.055-.112.164-.22.312a12.2 12.2 0 0 1-1.88 2.03 15 15 0 0 0 4.536-2.218zM17.967 14.1c-.323 0-.647-.008-.97-.009q-.713.001-1.427.016l-.877.416-.013.007a10.3 10.3 0 0 0-2.369 1.682c.095-.05.2-.1.3-.154a15.1 15.1 0 0 1 4.635-1.964q.36-.002.72.007M12.574 14.207q-.609.028-1.219.063-.706.039-1.409.093a27 27 0 0 0-.9.084 19.6 19.6 0 0 0-4.569 3.765l.085-.1a18.4 18.4 0 0 1 8.01-3.906M26.068 24.671l-.054.028a2.6 2.6 0 0 1-1.2.234c-.3 0-.6-.025-.925-.055a86 86 0 0 1-1.774-.192l-.085-.009-.067-.054c-.01-.007-.98-.78-1.764-1.4l-.087-.071c-.083-.071-.083-.071-.132-.071a18 18 0 0 0-2.585.723l-.1.031-.1-.037a7.5 7.5 0 0 0-2.321-.392c-.1 0-.206 0-.306.008-.126.006-.834.343-1.74 1.775l-.058.092-.1.033c-.015 0-1.573.508-3.226.98l-.107.03-.1-.047c-.011 0-.656-.3-1.271-.586l.136.063c.607.524 1.77 1.532 1.9 1.672q.028.03.072.072-.045-.052-.088-.1a3.5 3.5 0 0 0 .894.628 2 2 0 0 0 .508.165 1.6 1.6 0 0 0 .261.022q.136.002.273-.007.545-.028 1.1-.082c.555-.054.731-.069 1.1-.114s.729-.085 1.09-.141c.181-.026.361-.056.537-.1a1.4 1.4 0 0 0 .245-.074 1 1 0 0 0 .2-.147c.136-.117.267-.247.4-.376s.257-.262.384-.4c.214-.224.4-.462.6-.693l.08-.079q.064.045.129.1c.249.186.507.387.755.561a12 12 0 0 0 .98.638 1.5 1.5 0 0 0 .253.118l.028.007a.1.1 0 0 0 .031.007h.198c.189-.013.381-.041.573-.071q.576-.09 1.15-.205c.574-.115.766-.152 1.146-.236s.763-.17 1.14-.265a3 3 0 0 0 .543-.178 2.1 2.1 0 0 0 .476-.314 3.7 3.7 0 0 0 .749-.9 4 4 0 0 0 .258-.585M18.918 6.647h.674v-1.37h-4.931v1.37h.674v-.7h1.395v4.231h-.574v.785H18.1v-.785h-.574V5.952h1.395v.7" style="fill:#93232c"/><path d="M24.021 14.362q-.419-.032-.838-.058h-.016a15 15 0 0 1-4.536 2.216l-.038.032a15 15 0 0 0 3.385-1.024 11.4 11.4 0 0 0 1.906-1.063q.071-.05.14-.1M17.247 14.094a15.1 15.1 0 0 0-4.635 1.964 25 25 0 0 1 1.672-.774h.01l.2-.081.064-.026.172-.069.1-.038.157-.061.119-.045.147-.055.139-.05.137-.049.158-.055.126-.043.187-.062.1-.034.3-.094q.327-.1.668-.193.45-.121.9-.224-.36-.002-.72-.007M12.574 14.207a18.4 18.4 0 0 0-8.01 3.906l-.085.1a26.2 26.2 0 0 1 7.344-3.574l.314-.09q.803-.226 1.651-.391-.606.022-1.213.05M26.649 24.39l-.03.014-.062.029-.05.023-.04.019-.061.029-.026.013-.068.033-.015.008-.072.035h-.008l-.148.075a4 4 0 0 1-.258.585 3.7 3.7 0 0 1-.748.9 2.1 2.1 0 0 1-.476.314 3 3 0 0 1-.543.178c-.377.1-.758.184-1.14.265s-.763.163-1.146.236-.767.146-1.15.205c-.192.03-.384.058-.573.071h-.198a.1.1 0 0 1-.03-.007l-.028-.007a1.5 1.5 0 0 1-.253-.117 12 12 0 0 1-.98-.638c-.248-.174-.506-.375-.755-.561l-.022.031.047.041-.033-.025.209.249.024.028c.107.125.553.643 1.083 1.168a2 2 0 0 0 1.448.6 2.6 2.6 0 0 0 .593-.073l.6-.145c.619-.147 1.3-.311 1.759-.429l.088-.023.175-.047a5 5 0 0 1 .269-.066 2.23 2.23 0 0 0 1.706-1.1c.111-.221.235-.465.363-.715.178-.347.363-.7.528-1.017l.077-.147.04-.076-.094.044M17.613 26.118l-.036-.034c-.207.231-.391.469-.6.693q-.19.202-.384.4c-.194.198-.261.26-.4.376a1 1 0 0 1-.2.147 1.4 1.4 0 0 1-.245.074c-.176.039-.356.069-.537.1-.361.056-.726.1-1.09.141s-.731.081-1.1.114-.732.063-1.1.082c-.092 0-.183.007-.273.007a1.6 1.6 0 0 1-.261-.022 2 2 0 0 1-.508-.165 3.5 3.5 0 0 1-.893-.628q.056.066.114.129l-.027-.025a1 1 0 0 1-.072-.072c-.129-.14-1.292-1.148-1.9-1.672l-.136-.063c.108.159.225.332.348.508.178.256.365.519.548.767q.125.169.245.323a3.62 3.62 0 0 0 3.085 1.634 6 6 0 0 0 .63-.037l.149-.017.137-.016c1.386-.159 1.767-.227 1.978-.264l.152-.025.061-.009a3.4 3.4 0 0 0 .935-.284 1.56 1.56 0 0 0 .778-.725c.384-.858.462-1.063.465-1.071l.135-.361" style="fill:#731b2a"/><path d="M21.369 18.325a.307.307 0 1 0-.313-.3.31.31 0 0 0 .313.3m1.889 1.383c-.406-.2-.849.052-1.656.067-.6.021-1.105.028-1.138-.915s.351-1.726.953-1.747 1.149.728 1.223 1.67a1.2 1.2 0 0 1-.073.59c.559-.067.686.313.692.336ZM12.759 18.553a.307.307 0 1 0-.316-.3.307.307 0 0 0 .316.3m.928.494c.009.944-.491.887-1.093.893h-.37a2.7 2.7 0 0 0-1.287.151.95.95 0 0 1 .677-.477 1.5 1.5 0 0 1-.1-.551c-.036-.943.546-1.717 1.147-1.723s1.021.758 1.03 1.7ZM25.073 12.556q-.01.125-.016.174a21 21 0 0 0-.718-.18 24 24 0 0 0-2.406-.4l-.085-.009.014-.036a6 6 0 0 0 .065-.265 8.8 8.8 0 0 0 .173-2.279l2.873.817a9.8 9.8 0 0 1 .1 2.178m-3.573-.547a.2.2 0 0 0 0 .1q-.45-.047-.9-.083a5 5 0 0 0 .427-1.726 8 8 0 0 0 .706-.577 8 8 0 0 1-.231 2.288Zm-8.851.1a.2.2 0 0 0 0-.1 8.1 8.1 0 0 1-.232-2.288 8 8 0 0 0 .707.577 4.9 4.9 0 0 0 .427 1.725q-.451.036-.9.083Zm-.434.047a22.641 22.641 0 0 0-2.408.397 20 20 0 0 0-.718.18q-.002-.029-.008-.085a9.6 9.6 0 0 1 .092-2.266l2.872-.817a9 9 0 0 0 .151 2.18q.039.185.088.369l.014.035-.085.01Zm14.4 1.16-.072-.035-.12-.059a1 1 0 0 1-.075-.043 8 8 0 0 0-.823-.309l-.1-.03.006-.025a8 8 0 0 0 .032-1.392 11 11 0 0 0-.132-1.218.19.19 0 0 0-.134-.151l-.409-.116a7.6 7.6 0 0 0-1.433-4.7 8.7 8.7 0 0 1 1.135 4.618l-2.539-.722H21.9a.2.2 0 0 0-.042 0h-.007a.1.1 0 0 0-.033.011l-.011.005-.025.017h-.006l-.007.006-.177.17c.008-.237.009-.6-.018-1.045l-.008-.128a9.7 9.7 0 0 0-1.137-4.05c.007.02.085.247.185.63a14.7 14.7 0 0 1 .435 5.031v.029l-.01.008c-.1.079-.2.156-.3.223a.19.19 0 0 0-.083.153 4.6 4.6 0 0 1-.44 1.762.2.2 0 0 0-.016.044c-1.039-.071-2.082-.1-3.123-.1s-2.084.029-3.124.1l-.014-.038a4.6 4.6 0 0 1-.44-1.762.19.19 0 0 0-.082-.153c-.1-.07-.21-.15-.313-.231a14.6 14.6 0 0 1 .391-4.895c.12-.482.22-.773.228-.8a10.5 10.5 0 0 0-1.157 5.224 5 5 0 0 1-.177-.17l-.008-.006h-.007l-.025-.015-.012-.007a.1.1 0 0 0-.031-.01h-.007a.2.2 0 0 0-.042 0H12.2l-2.538.722A8.7 8.7 0 0 1 10.8 5.23a7.62 7.62 0 0 0-1.433 4.7l-.408.116a.19.19 0 0 0-.135.151 11 11 0 0 0-.132 1.217 8 8 0 0 0 .033 1.394l.006.025-.1.03a8 8 0 0 0-.824.31 1 1 0 0 1-.075.042l-.12.059-.062.031-.04.022a5 5 0 0 1 .578-.176c.2-.049.392-.092.589-.129.4-.073.791-.137 1.19-.186s.8-.1 1.2-.129.8-.068 1.2-.091c1.6-.095 3.21-.125 4.818-.125s3.215.026 4.818.125c.4.023.8.057 1.2.091s.8.078 1.2.13.8.111 1.19.185c.2.038.393.08.588.129a5 5 0 0 1 .579.176l-.031-.018Z" style="fill:#0e0f0d"/><path d="M17.523 5.952v4.231h.577v.785h-1.944v-.785h.574V5.952h-1.394v.7h-.674V5.277h4.931v1.37h-.674v-.7h-1.4Zm2.577 1.2V4.77h-5.945v2.384h1.688v-.7h.379v3.221h-.572v1.8h2.95v-1.8h-.57V6.458h.381v.7Z" style="fill:#0e0f0d"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g fill="#d2d2d2"><path d="M3.021 2.022h1.997v27.955H3.021zM28.98 27.98H5.018v1.997H28.98zM21.99 18.995H5.019v1.997h16.973zM13.005 9.01H5.018v1.998h7.987z"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#bfba47" d="M28.166 21.029v1.652a.37.37 0 0 1-.26.357l-2.6.841a.37.37 0 0 1-.335-.054.37.37 0 0 1-.155-.3v-1.8l-2.438.464v1.831a.375.375 0 0 1-.325.371l-3.525.483h-.051a.374.374 0 0 1-.377-.374v-1.943l-1.819.008h-.267l-1.819-.008V24.5a.375.375 0 0 1-.375.376h-.052l-3.525-.483a.375.375 0 0 1-.324-.371v-1.838L7.48 21.72v1.8a.37.37 0 0 1-.154.3.37.37 0 0 1-.336.054l-2.6-.841a.37.37 0 0 1-.259-.357v-1.647l-1.608-.541a4.6 4.6 0 0 0-.124 1.04c0 4.317 6.082 7.65 13.6 7.674h.019c7.517-.024 13.6-3.356 13.6-7.674a4.5 4.5 0 0 0-.1-.95Z"/><path fill="#bfba47" d="M3.711 13.373V20.1l.907.306a.37.37 0 0 1 .256.355v1.65l1.855.6v-1.744a.376.376 0 0 1 .445-.369l3.189.609a.374.374 0 0 1 .305.368v1.818l2.775.379v-1.89a.374.374 0 0 1 .376-.375l2.327.009 2.326-.009a.374.374 0 0 1 .377.375v1.89l2.775-.379v-1.819a.37.37 0 0 1 .3-.368l3.189-.609a.377.377 0 0 1 .446.369v1.741l1.855-.6V20.76a.37.37 0 0 1 .255-.355l.618-.208v-6.824h.017A27 27 0 0 0 30 10.931a19 19 0 0 0-2.509-3.288A25 25 0 0 0 25 9.091a13 13 0 0 0-1.279-1.052 15 15 0 0 0-1.375-.894 28 28 0 0 0 .232-3.071A16 16 0 0 0 18.847 2.8a26 26 0 0 0-1.385 2.7 9.5 9.5 0 0 0-1.453-.116h-.018a9.5 9.5 0 0 0-1.454.116 26 26 0 0 0-1.385-2.7 16 16 0 0 0-3.73 1.275 28 28 0 0 0 .232 3.071 15 15 0 0 0-1.376.894A13 13 0 0 0 7 9.091a25 25 0 0 0-2.49-1.448A19 19 0 0 0 2 10.931a27 27 0 0 0 1.694 2.443Z"/><path fill="#fff" d="M12.462 16.6a2.739 2.739 0 1 1-2.74-2.738 2.74 2.74 0 0 1 2.74 2.738"/><path fill="#414042" d="M11.8 16.764a1.819 1.819 0 1 1-1.819-1.819 1.817 1.817 0 0 1 1.819 1.819"/><path fill="#fff" d="M16.166 19.59a.844.844 0 0 1-.882-.8v-2.523a.886.886 0 0 1 1.764 0v2.522a.845.845 0 0 1-.883.8M19.871 16.6a2.739 2.739 0 1 0 2.74-2.738 2.74 2.74 0 0 0-2.74 2.738"/><path fill="#414042" d="M20.531 16.764a1.818 1.818 0 1 0 1.817-1.819 1.817 1.817 0 0 0-1.817 1.819"/></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 2.25a13.79 13.79 0 0 1 0 27.58A13.71 13.71 0 0 1 2.34 16 13.71 13.71 0 0 1 16 2.25" style="fill:#5e464d"/><path d="M11.68 28.27c.55.19 2.43.8 2.51.21 0-.33-.94-.67-2.28-1.37a21.6 21.6 0 0 1-5.17-3.82 11.87 11.87 0 0 1-3.55-8.24 11.7 11.7 0 0 1 4.2-9.72A13.74 13.74 0 0 0 2 15.88a12.87 12.87 0 0 0 2.35 7.87 9.1 9.1 0 0 0 1.75 1.69 21.3 21.3 0 0 0 5.58 2.83" style="fill:#fff"/><path d="M29.85 12.87c-.85-4-3.47-6.76-7-8.72 2.69 1.91 6.47 6 4.24 9.57-1.89 2.87-6.49 2.31-9 .95-3-1.63-6.72-5.27-3-8.84 2.38-2.3 10 .28 8.65 3.73-.78 2-3.82 1.56-5.19.58a3 3 0 0 1-1.4-3.25c.14-.42.12-1-.46-.58a2.33 2.33 0 0 0-.73 1.46c-.63 4.5 7.37 8 9.75 3.63 1.23-2.25-.77-5.53-3.28-6.87A11.1 11.1 0 0 0 16.14 3c-3.86.28-7.09 2.69-7.49 6.63s2.21 7.44 5.29 9.55c3.24 2.22 7.6 3.67 11.58 2.35 3.58-1.18 5.05-5.28 4.33-8.63" style="fill:#fff"/><path d="M24.76 9.84c.38-2.58-2-4.35-4.1-5.15-2.53-1-5.88-.53-7.73 1.57-1.36 1.54-1.26 3.78-.57 5.59a9.56 9.56 0 0 0 6.2 5.57 11 11 0 0 0 6.34.23c2.91-.94 3.85-4 3.25-6.74a8 8 0 0 0-.59-1.74c-.36-.77-1.49-2.33.06-.43a8 8 0 0 1 .45.66 7.2 7.2 0 0 1 .75 1.68 6.21 6.21 0 0 1-2.16 7.18 8.88 8.88 0 0 1-6.17 1 11.66 11.66 0 0 1-7.26-3.93c-1.67-2-2.81-4.82-2.12-7.43A5.8 5.8 0 0 1 15 4a8.7 8.7 0 0 1 7 .82 6.36 6.36 0 0 1 2.56 2.58A4 4 0 0 1 25 9a3 3 0 0 1 0 .67c0 .08-.19.31-.16.12" style="fill:#3fe0c5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="file type trunk" viewBox="0 0 32 32"><path d="M16 29.92v-3a11.07 11.07 0 0 0 6.09-1.83A10.95 10.95 0 0 0 23.75 8.3 11 11 0 0 0 6.89 10a10.87 10.87 0 0 0-1.84 6H2a13.83 13.83 0 0 1 2.36-7.73 14 14 0 1 1 19.42 19.29A14.07 14.07 0 0 1 16 29.92" style="fill:#fb6a5b"/><path d="M9.2 16h-3A9.78 9.78 0 0 1 9 9.08a9.9 9.9 0 0 1 7-2.86v3A6.79 6.79 0 0 0 9.2 16" style="fill:#fb6a5b"/><path d="M21.68 16h-3A2.66 2.66 0 0 0 16 13.36a2.65 2.65 0 0 0-1.88.78 2.6 2.6 0 0 0-.78 1.86h-3a5.68 5.68 0 1 1 11.36 0Z" style="fill:#fb6a5b"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.827 8.243a4.42 4.42 0 0 1 2.223 1.281 5.9 5.9 0 0 1 .852 1.143c.011.045-1.534 1.083-2.471 1.662-.034.023-.169-.124-.322-.35a2.01 2.01 0 0 0-1.67-1c-1.077-.074-1.771.49-1.766 1.433a1.3 1.3 0 0 0 .153.666c.237.49.677.784 2.059 1.383 2.544 1.1 3.636 1.817 4.31 2.843a5.16 5.16 0 0 1 .416 4.333 4.76 4.76 0 0 1-3.932 2.815 11 11 0 0 1-2.708-.028 6.53 6.53 0 0 1-3.616-1.884 6.3 6.3 0 0 1-.926-1.371 3 3 0 0 1 .327-.208c.158-.09.756-.434 1.32-.761l1.024-.6.214.312a4.8 4.8 0 0 0 1.35 1.292 3.3 3.3 0 0 0 3.458-.175 1.545 1.545 0 0 0 .2-1.974c-.276-.4-.84-.727-2.443-1.422a8.8 8.8 0 0 1-3.349-2.055 4.7 4.7 0 0 1-.976-1.777 7.1 7.1 0 0 1-.062-2.268 4.33 4.33 0 0 1 3.644-3.374 9 9 0 0 1 2.691.084m-8.343 1.483.011 1.454h-4.63v13.148H7.6V11.183H2.97V9.755a14 14 0 0 1 .04-1.466c.017-.023 2.832-.034 6.245-.028l6.211.017Z" style="fill:#00a23c"/><path d="m27.075 25.107.363-.361c1.68.055 1.706 0 1.78-.177l.462-1.124.034-.107-.038-.093c-.02-.049-.081-.2-1.13-1.2v-.526c1.211-1.166 1.185-1.226 1.116-1.4l-.46-1.136c-.069-.17-.1-.237-1.763-.191l-.364-.367a8 8 0 0 0-.057-1.657l-.047-.106-1.2-.525c-.177-.081-.239-.11-1.372 1.124l-.509-.008c-1.167-1.245-1.222-1.223-1.4-1.152l-1.115.452c-.175.071-.236.1-.169 1.79l-.36.359c-1.68-.055-1.7 0-1.778.177L18.606 20l-.036.108.038.094c.02.048.078.194 1.13 1.2v.525c-1.211 1.166-1.184 1.226-1.115 1.4l.459 1.137c.07.174.1.236 1.763.192l.363.377a8 8 0 0 0 .055 1.654l.047.107 1.208.528c.176.073.236.1 1.366-1.13l.509.006c1.168 1.247 1.228 1.223 1.4 1.154l1.113-.45c.176-.075.237-.102.169-1.795m-4.788-2.632a2 2 0 1 1 2.618 1.14 2.023 2.023 0 0 1-2.618-1.14" style="fill:#99b8c4"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#af47bf" d="M28.166 21.029v1.652a.37.37 0 0 1-.26.357l-2.6.841a.37.37 0 0 1-.335-.054.37.37 0 0 1-.155-.3v-1.8l-2.438.464v1.831a.375.375 0 0 1-.325.371l-3.525.483h-.051a.374.374 0 0 1-.377-.374v-1.943l-1.819.008h-.267l-1.819-.008V24.5a.375.375 0 0 1-.375.376h-.052l-3.525-.483a.375.375 0 0 1-.324-.371v-1.838L7.48 21.72v1.8a.37.37 0 0 1-.154.3.37.37 0 0 1-.336.054l-2.6-.841a.37.37 0 0 1-.259-.357v-1.647l-1.608-.541a4.6 4.6 0 0 0-.124 1.04c0 4.317 6.082 7.65 13.6 7.674h.019c7.517-.024 13.6-3.356 13.6-7.674a4.5 4.5 0 0 0-.1-.95Z"/><path fill="#af47bf" d="M3.711 13.373V20.1l.907.306a.37.37 0 0 1 .256.355v1.65l1.855.6v-1.744a.376.376 0 0 1 .445-.369l3.189.609a.374.374 0 0 1 .305.368v1.818l2.775.379v-1.89a.374.374 0 0 1 .376-.375l2.327.009 2.326-.009a.374.374 0 0 1 .377.375v1.89l2.775-.379v-1.819a.37.37 0 0 1 .3-.368l3.189-.609a.377.377 0 0 1 .446.369v1.741l1.855-.6V20.76a.37.37 0 0 1 .255-.355l.618-.208v-6.824h.017A27 27 0 0 0 30 10.931a19 19 0 0 0-2.509-3.288A25 25 0 0 0 25 9.091a13 13 0 0 0-1.279-1.052 15 15 0 0 0-1.375-.894 28 28 0 0 0 .232-3.071A16 16 0 0 0 18.847 2.8a26 26 0 0 0-1.385 2.7 9.5 9.5 0 0 0-1.453-.116h-.018a9.5 9.5 0 0 0-1.454.116 26 26 0 0 0-1.385-2.7 16 16 0 0 0-3.73 1.275 28 28 0 0 0 .232 3.071 15 15 0 0 0-1.376.894A13 13 0 0 0 7 9.091a25 25 0 0 0-2.49-1.448A19 19 0 0 0 2 10.931a27 27 0 0 0 1.694 2.443Z"/><path fill="#fff" d="M12.462 16.6a2.739 2.739 0 1 1-2.74-2.738 2.74 2.74 0 0 1 2.74 2.738"/><path fill="#414042" d="M11.8 16.764a1.819 1.819 0 1 1-1.819-1.819 1.817 1.817 0 0 1 1.819 1.819"/><path fill="#fff" d="M16.166 19.59a.844.844 0 0 1-.882-.8v-2.523a.886.886 0 0 1 1.764 0v2.522a.845.845 0 0 1-.883.8M19.871 16.6a2.739 2.739 0 1 0 2.74-2.738 2.74 2.74 0 0 0-2.74 2.738"/><path fill="#414042" d="M20.531 16.764a1.818 1.818 0 1 0 1.817-1.819 1.817 1.817 0 0 0-1.817 1.819"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.827 8.243a4.42 4.42 0 0 1 2.223 1.281 5.9 5.9 0 0 1 .852 1.143c.011.045-1.534 1.083-2.471 1.662-.034.023-.169-.124-.322-.35a2.01 2.01 0 0 0-1.67-1c-1.077-.074-1.771.49-1.766 1.433a1.3 1.3 0 0 0 .153.666c.237.49.677.784 2.059 1.383 2.544 1.1 3.636 1.817 4.31 2.843a5.16 5.16 0 0 1 .416 4.333 4.76 4.76 0 0 1-3.932 2.815 11 11 0 0 1-2.708-.028 6.53 6.53 0 0 1-3.616-1.884 6.3 6.3 0 0 1-.926-1.371 3 3 0 0 1 .327-.208c.158-.09.756-.434 1.32-.761l1.024-.6.214.312a4.8 4.8 0 0 0 1.35 1.292 3.3 3.3 0 0 0 3.458-.175 1.545 1.545 0 0 0 .2-1.974c-.276-.4-.84-.727-2.443-1.422a8.8 8.8 0 0 1-3.349-2.055 4.7 4.7 0 0 1-.976-1.777 7.1 7.1 0 0 1-.062-2.268 4.33 4.33 0 0 1 3.644-3.374 9 9 0 0 1 2.691.084m-8.343 1.483.011 1.454h-4.63v13.148H7.6V11.183H2.97V9.755a14 14 0 0 1 .04-1.466c.017-.023 2.832-.034 6.245-.028l6.211.017Z" style="fill:#007acc"/><path d="m27.075 25.107.363-.361c1.68.055 1.706 0 1.78-.177l.462-1.124.034-.107-.038-.093c-.02-.049-.081-.2-1.13-1.2v-.526c1.211-1.166 1.185-1.226 1.116-1.4l-.46-1.136c-.069-.17-.1-.237-1.763-.191l-.364-.367a8 8 0 0 0-.057-1.657l-.047-.106-1.2-.525c-.177-.081-.239-.11-1.372 1.124l-.509-.008c-1.167-1.245-1.222-1.223-1.4-1.152l-1.115.452c-.175.071-.236.1-.169 1.79l-.36.359c-1.68-.055-1.7 0-1.778.177L18.606 20l-.036.108.038.094c.02.048.078.194 1.13 1.2v.525c-1.211 1.166-1.184 1.226-1.115 1.4l.459 1.137c.07.174.1.236 1.763.192l.363.377a8 8 0 0 0 .055 1.654l.047.107 1.208.528c.176.073.236.1 1.366-1.13l.509.006c1.168 1.247 1.228 1.223 1.4 1.154l1.113-.45c.176-.075.237-.102.169-1.795m-4.788-2.632a2 2 0 1 1 2.618 1.14 2.023 2.023 0 0 1-2.618-1.14" style="fill:#99b8c4"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><rect width="28" height="28" x="2" y="2" rx="1.312" style="fill:#3178c6"/><path d="m25.158 25.589.391-.383c1.809.058 1.837 0 1.917-.188l.5-1.193.034-.114-.041-.1c-.021-.052-.087-.212-1.217-1.273v-.558c1.3-1.238 1.276-1.3 1.2-1.486l-.5-1.206c-.075-.18-.108-.252-1.9-.2l-.392-.389a8.5 8.5 0 0 0-.061-1.759l-.051-.113-1.292-.557c-.19-.086-.257-.117-1.477 1.193l-.548-.008c-1.257-1.322-1.316-1.3-1.508-1.223l-1.2.479c-.188.076-.254.107-.182 1.9l-.387.381c-1.809-.059-1.831 0-1.915.188l-.5 1.19-.029.112.041.1c.021.051.084.206 1.217 1.274v.557c-1.3 1.238-1.275 1.3-1.2 1.486l.494 1.207c.076.185.108.251 1.9.2l.391.4a8.5 8.5 0 0 0 .059 1.756l.05.114 1.3.56c.19.078.254.106 1.471-1.2l.548.006c1.258 1.324 1.323 1.3 1.508 1.225l1.2-.478c.187-.074.253-.103.179-1.9M20 22.8a2.11 2.11 0 0 1 1.214-2.73l.028-.011a2.164 2.164 0 0 1 2.781 1.225 2.113 2.113 0 0 1-1.2 2.726A2.19 2.19 0 0 1 20 22.8" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M22.395 9.855a3.37 3.37 0 0 1 1.694.976 4.5 4.5 0 0 1 .649.868c.009.034-1.169.825-1.883 1.268-.026.017-.129-.095-.245-.267a1.54 1.54 0 0 0-1.273-.765c-.821-.056-1.35.374-1.346 1.092a1 1 0 0 0 .116.507c.181.374.516.6 1.569 1.053 1.939.834 2.769 1.384 3.285 2.167a3.93 3.93 0 0 1 .314 3.3 3.63 3.63 0 0 1-3 2.145 8.3 8.3 0 0 1-2.064-.021 4.98 4.98 0 0 1-2.756-1.436 4.8 4.8 0 0 1-.705-1.045 2 2 0 0 1 .25-.156l1.006-.58.778-.451.163.241a3.6 3.6 0 0 0 1.028.985 2.52 2.52 0 0 0 2.636-.133 1.18 1.18 0 0 0 .15-1.5c-.211-.3-.641-.555-1.862-1.083a6.7 6.7 0 0 1-2.55-1.569 3.6 3.6 0 0 1-.744-1.354 5.4 5.4 0 0 1-.047-1.728 3.3 3.3 0 0 1 2.782-2.575 6.9 6.9 0 0 1 2.055.061m-6.359 1.131.009 1.109h-3.526v10.017h-2.494V12.095H6.5v-1.088a11 11 0 0 1 .03-1.118c.013-.017 2.158-.026 4.759-.021l4.734.013Z" style="fill:#007acc"/><path d="M2 15.17c1.844 0 2.1-1.223 2.1-2.322a22 22 0 0 0-.209-2.633 22 22 0 0 1-.203-2.605c0-2.886 1.559-4.11 3.767-4.11H8v1.727h-.467c-1.533 0-2.051 1-2.051 2.7a16 16 0 0 0 .182 2.227 18 18 0 0 1 .182 2.383c.025 2.008-.7 3.011-1.872 3.389v.061c1.17.345 1.9 1.412 1.872 3.42a17 17 0 0 1-.182 2.383 17 17 0 0 0-.182 2.26c0 1.755.6 2.728 2.051 2.728H8V28.5h-.546c-2.155 0-3.767-1.129-3.767-4.3a22 22 0 0 1 .207-2.572 21 21 0 0 0 .206-2.537c0-.973-.26-2.322-2.1-2.322ZM29.937 16.815c-1.844 0-2.1 1.348-2.1 2.321a21 21 0 0 0 .207 2.541 21 21 0 0 1 .209 2.572c0 3.167-1.637 4.3-3.767 4.3h-.546v-1.728h.442c1.455-.031 2.077-.973 2.077-2.728 0-.753-.1-1.476-.182-2.26a17 17 0 0 1-.207-2.383c0-2.007.728-3.075 1.87-3.42v-.06c-1.142-.378-1.87-1.382-1.87-3.389a18 18 0 0 1 .207-2.383 22 22 0 0 0 .182-2.227c0-1.693-.546-2.666-2.051-2.7h-.467V3.548h.52c2.208 0 3.792 1.223 3.792 4.109a22 22 0 0 1-.209 2.6 23 23 0 0 0-.207 2.633c0 1.1.26 2.321 2.1 2.321Z" style="fill:#33a9dc"/><path d="m13.595 26.5-1.19-1.368-1.191 1.367-1.198-1.369-1.197 1.368-1.195-1.368-.767.878L6 25.361l1.624-1.86 1.195 1.369 1.197-1.368 1.196 1.368 1.193-1.37 1.192 1.368 1.191-1.366 1.199 1.369 1.196-1.37 1.196 1.37 1.2-1.368 1.197 1.368 1.2-1.369 1.195 1.369 1.199-1.367L26 25.359l-.856.65-.774-.881-1.202 1.369-1.194-1.367-1.199 1.367-1.197-1.368-1.201 1.368-1.194-1.367-1.195 1.367-1.198-1.367z" style="fill:#c1272d"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8.907 23.021h-.029a3.3 3.3 0 0 1-2.011-.661 2.56 2.56 0 0 1-1.037-2.026V16.1H4.288a3.05 3.05 0 0 1-2.738-1.69 3.3 3.3 0 0 1 .441-3.53 2.27 2.27 0 0 1 1.815-.9h9.65a3.05 3.05 0 0 1 2.738 1.69 3.3 3.3 0 0 1-.441 3.53 2.27 2.27 0 0 1-1.815.9h-1.983v4.231a2.56 2.56 0 0 1-1.037 2.026 3.3 3.3 0 0 1-2.011.664M4.264 11.636a1.39 1.39 0 0 0-1.388 1.388v.033a1.39 1.39 0 0 0 1.388 1.388h3.223v5.881c0 .572.624 1.037 1.39 1.037h.029c.767 0 1.39-.465 1.39-1.037v-5.88h3.223a1.39 1.39 0 0 0 1.388-1.388v-.033a1.39 1.39 0 0 0-1.388-1.388Z" style="fill:#015d9a"/><path d="M14.981 12.953v.033a1.533 1.533 0 0 1-1.533 1.533H10.37v5.737a1.393 1.393 0 0 1-1.535 1.181h-.029a1.393 1.393 0 0 1-1.535-1.181v-5.738H4.192a1.533 1.533 0 0 1-1.532-1.532v-.033a1.533 1.533 0 0 1 1.532-1.533h9.257a1.533 1.533 0 0 1 1.532 1.533m-4.223 9.222a2.42 2.42 0 0 0 .98-1.912v-4.375h2.127a2.11 2.11 0 0 0 1.7-.846 2.992 2.992 0 0 0-2.18-4.99h-9.65a2.11 2.11 0 0 0-1.7.846 2.992 2.992 0 0 0 2.18 4.99H5.9v4.375a2.42 2.42 0 0 0 .98 1.912 3.16 3.16 0 0 0 1.923.631h.029a3.16 3.16 0 0 0 1.926-.632Z" style="fill:#3bcefc"/><path d="M23.607 23.021h-.029a3.3 3.3 0 0 1-2.011-.661 2.56 2.56 0 0 1-1.037-2.026V16.1h-1.542a3.05 3.05 0 0 1-2.738-1.69 3.3 3.3 0 0 1 .441-3.53 2.27 2.27 0 0 1 1.815-.9h9.65a3.05 3.05 0 0 1 2.738 1.69 3.3 3.3 0 0 1-.441 3.53 2.27 2.27 0 0 1-1.815.9h-1.983v4.231a2.56 2.56 0 0 1-1.037 2.026 3.3 3.3 0 0 1-2.011.664m-4.643-11.385a1.39 1.39 0 0 0-1.388 1.388v.033a1.39 1.39 0 0 0 1.388 1.388h3.223v5.881c0 .572.624 1.037 1.39 1.037h.029c.767 0 1.39-.465 1.39-1.037v-5.88h3.223a1.39 1.39 0 0 0 1.388-1.388v-.033a1.39 1.39 0 0 0-1.388-1.388Z" style="fill:#015d9a"/><path d="M29.681 12.953v.033a1.533 1.533 0 0 1-1.533 1.533H25.07v5.737a1.393 1.393 0 0 1-1.535 1.181h-.029a1.393 1.393 0 0 1-1.535-1.181v-5.738h-3.079a1.533 1.533 0 0 1-1.533-1.533v-.033a1.533 1.533 0 0 1 1.533-1.533h9.257a1.533 1.533 0 0 1 1.532 1.534m-4.223 9.222a2.42 2.42 0 0 0 .98-1.912v-4.375h2.127a2.11 2.11 0 0 0 1.7-.846 2.992 2.992 0 0 0-2.18-4.99h-9.65a2.11 2.11 0 0 0-1.7.846 2.992 2.992 0 0 0 2.18 4.99H20.6v4.375a2.42 2.42 0 0 0 .98 1.912 3.16 3.16 0 0 0 1.923.631h.029a3.16 3.16 0 0 0 1.926-.632Z" style="fill:#3bcefc"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M12.338 2c-.658 0-.748.016-.346.062a19 19 0 0 1 2.19.4 14.65 14.65 0 0 1 7.073 3.825 12.72 12.72 0 0 1 3.47 7.4 16.3 16.3 0 0 1 .159 2.621 12 12 0 0 1-.036 1.305 15 15 0 0 1-.544 2.767 13 13 0 0 1-1.952 3.965 12.64 12.64 0 0 1-4.978 4 19 19 0 0 1-5.85 1.542c-.176.019-.319.038-.317.038.019.017.644.057 1.051.067 5.187.133 9.482-1.764 12.1-5.347a14 14 0 0 0 1.225-2.031 16 16 0 0 0 1.28-4.548 15.66 15.66 0 0 0-2.6-10.887 6.7 6.7 0 0 0-.843-1.041 13.2 13.2 0 0 0-5.184-3.214A18 18 0 0 0 12.338 2" style="fill:#00adee"/><path d="M5.614 23.428a1.06 1.06 0 0 1-.468-.391A1.34 1.34 0 0 1 5 22.348a1.9 1.9 0 0 1 .414-1.255 1.97 1.97 0 0 1 .916-.678l.212-.079 3.541-.015 3.541-.015.177-.095c.443-.237.669-.682.751-1.479.064-.62-.085-.961-.5-1.157a9 9 0 0 0-2.252-.081l-2.12-.019-.134-.075a1.03 1.03 0 0 1-.4-.47 1.15 1.15 0 0 1-.086-.557 2.04 2.04 0 0 1 .187-1.052 1.53 1.53 0 0 1 .565-.624c.315-.175.3-.174 2.667-.2l2.175-.02.193-.1a1.55 1.55 0 0 0 .764-1.074 2.6 2.6 0 0 0 .014-1.111 1.12 1.12 0 0 0-.66-.712l-.166-.068-3.262-.012-3.262-.016-.137-.065a1.28 1.28 0 0 1-.638-1.245 1.73 1.73 0 0 1 .637-1.459l.127-.076h4.914c3.858 0 4.94 0 5.035.033a.87.87 0 0 1 .466.4 1.55 1.55 0 0 1 .042 1.022c-.132.663-.075 1.006.212 1.271.215.2.332.228 1.01.26 1.169.056 1.319.089 1.473.328s.166.126-.459 3.214c-.686 3.389-.876 4.28-.987 4.63a1.1 1.1 0 0 1-.519.521 2.5 2.5 0 0 1-.992.132 1.52 1.52 0 0 0-1.1.334 1.83 1.83 0 0 0-.525.836 4.7 4.7 0 0 1-.479.962 2.44 2.44 0 0 1-1.042.93c-.114.045-.55.05-4.842.055-4.027.005-4.736 0-4.851-.037Z" style="fill:#949494"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M9.774 14.626a9.9 9.9 0 0 0 .447 2.942 5.6 5.6 0 0 0 .392 1.074 6 6 0 0 0 11.193-4.165 9.992 9.992 0 0 1-18.573 7.248 15 15 0 0 1-.615-1.66 13.989 13.989 0 0 1 26.172-9.744 10 10 0 0 0-19.016 4.305" style="fill:#2eb9db"/><path d="M30 16.023a13.995 13.995 0 0 1-26.767 5.7 9.992 9.992 0 0 0 18.572-7.248 5.5 5.5 0 0 0-.4-1.065 6 6 0 0 0-11.192 4.164 9.992 9.992 0 0 1 18.572-7.241 15 15 0 0 1 .62 1.658A14 14 0 0 1 30 16.023" style="fill:#388bba"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-209.59" x2="-223.36" y1="167.02" y2="153.25" gradientTransform="matrix(1 0 0 -1 234 178)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0096ff"/><stop offset="1" stop-color="#ff1e56"/></linearGradient></defs><path d="M16.1 6.9a9.1 9.1 0 1 0 9.1 9.1 9.11 9.11 0 0 0-9.1-9.1m0 13.81A4.71 4.71 0 1 1 20.81 16a4.71 4.71 0 0 1-4.71 4.71" style="fill:#f5f5f5"/><path d="M16.86 5.41V2a14 14 0 0 1 0 28v-3.4a10.62 10.62 0 0 0 0-21.18ZM8.08 23a10.6 10.6 0 0 1-2.57-6.19h-3.4a13.93 13.93 0 0 0 3.56 8.59l2.4-2.4Zm7.26 7v-3.4A10.6 10.6 0 0 1 9.15 24l-2.4 2.4a13.93 13.93 0 0 0 8.59 3.6" style="fill-rule:evenodd;fill:url(#a)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M4.574 5.463c.262.4 2.5-1.608 4.454-1.161 2.061.472 4.014 3.724 4.848 13.7a40 40 0 0 1 3.541 3.61q.53.614 1.013 1.22a12 12 0 0 1 .229-1.4 12.3 12.3 0 0 1 1.981-4.4A19.15 19.15 0 0 0 17.272 7.9c-1.03-1.445-4.6-6.478-8.546-5.843-2.544.408-4.426 2.997-4.152 3.406" style="fill:#63bf6a"/><path d="M24.4 30a69 69 0 0 1-.5-6.449c-.094-3.232.1-4.541.9-5.756.193-.295 1.288-1.975 2.58-1.863 1.466.128 2.213 2.414 2.362 2.337.175-.09-.36-3.543-2.532-4.431-2.6-1.063-6.312 2.07-7.8 5.154a12.2 12.2 0 0 0-.857 2.81 32.6 32.6 0 0 0-.71 8.2Z" style="fill:#74d74d"/><path d="M2.238 13.935c.145-.447 2.468-.259 4.54.293 2.5.666 7 2.344 11.651 8.606A12.54 12.54 0 0 1 20.279 30h-9.893a22 22 0 0 0-.175-4.62 14.9 14.9 0 0 0-2.459-7.158c-2.311-3.063-5.697-3.722-5.514-4.287" style="fill:#78dc50"/><path d="M17.3 21.323a1.753 1.753 0 1 1-.513-1.24 1.75 1.75 0 0 1 .513 1.24M21.975 21.323a1.753 1.753 0 1 1-.513-1.24 1.75 1.75 0 0 1 .513 1.24" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M3 23V9l13-7v28z" style="fill:#b44cfe"/><path d="m3 9 13 7 13-7-13-7z" style="fill:#9601fe"/><path d="m3 23 13-7v14z" style="fill:#99cbfe"/><path d="m29 9-13 7v14l13-7z" style="fill:#0c364f"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.827 8.243a4.42 4.42 0 0 1 2.223 1.281 5.9 5.9 0 0 1 .852 1.143c.011.045-1.534 1.083-2.471 1.662-.034.023-.169-.124-.322-.35a2.01 2.01 0 0 0-1.67-1c-1.077-.074-1.771.49-1.766 1.433a1.3 1.3 0 0 0 .153.666c.237.49.677.784 2.059 1.383 2.544 1.095 3.636 1.817 4.31 2.843a5.16 5.16 0 0 1 .416 4.333 4.76 4.76 0 0 1-3.932 2.815 11 11 0 0 1-2.708-.028 6.53 6.53 0 0 1-3.616-1.884 6.3 6.3 0 0 1-.926-1.371 3 3 0 0 1 .327-.208c.158-.09.756-.434 1.32-.761l1.024-.6.214.312a4.8 4.8 0 0 0 1.35 1.292 3.3 3.3 0 0 0 3.458-.175 1.545 1.545 0 0 0 .2-1.974c-.276-.395-.84-.727-2.443-1.422a8.8 8.8 0 0 1-3.349-2.055 4.7 4.7 0 0 1-.976-1.777 7.1 7.1 0 0 1-.062-2.268 4.33 4.33 0 0 1 3.644-3.374 9 9 0 0 1 2.691.084m-8.343 1.483.011 1.454h-4.63v13.148H7.6V11.183H2.97V9.755a14 14 0 0 1 .04-1.466c.017-.023 2.832-.034 6.245-.028l6.211.017Z" style="fill:#007acc"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><rect width="28" height="28" x="2" y="2" rx="1.312" style="fill:#3178c6"/><path d="M18.245 23.759v3.068a6.5 6.5 0 0 0 1.764.575 11.6 11.6 0 0 0 2.146.192 10 10 0 0 0 2.088-.211 5.1 5.1 0 0 0 1.735-.7 3.54 3.54 0 0 0 1.181-1.266 4.47 4.47 0 0 0 .186-3.394 3.4 3.4 0 0 0-.717-1.117 5.2 5.2 0 0 0-1.123-.877 12 12 0 0 0-1.477-.734q-.6-.249-1.08-.484a5.5 5.5 0 0 1-.813-.479 2.1 2.1 0 0 1-.516-.518 1.1 1.1 0 0 1-.181-.618 1.04 1.04 0 0 1 .162-.571 1.4 1.4 0 0 1 .459-.436 2.4 2.4 0 0 1 .726-.283 4.2 4.2 0 0 1 .956-.1 6 6 0 0 1 .808.058 6 6 0 0 1 .856.177 6 6 0 0 1 .836.3 4.7 4.7 0 0 1 .751.422V13.9a7.5 7.5 0 0 0-1.525-.4 12.4 12.4 0 0 0-1.9-.129 8.8 8.8 0 0 0-2.064.235 5.2 5.2 0 0 0-1.716.733 3.66 3.66 0 0 0-1.171 1.271 3.73 3.73 0 0 0-.431 1.845 3.6 3.6 0 0 0 .789 2.34 6 6 0 0 0 2.395 1.639q.63.26 1.175.509a6.5 6.5 0 0 1 .942.517 2.5 2.5 0 0 1 .626.585 1.2 1.2 0 0 1 .23.719 1.1 1.1 0 0 1-.144.552 1.3 1.3 0 0 1-.435.441 2.4 2.4 0 0 1-.726.292 4.4 4.4 0 0 1-1.018.105 5.8 5.8 0 0 1-1.969-.35 5.9 5.9 0 0 1-1.805-1.045m-5.154-7.638h4v-2.527H5.938v2.527H9.92v11.254h3.171Z" 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="M23.814 8.2a4.44 4.44 0 0 1 2.229 1.284 6 6 0 0 1 .857 1.146c.011.045-1.538 1.086-2.478 1.666-.034.023-.17-.124-.323-.351a2.02 2.02 0 0 0-1.675-1.007c-1.08-.074-1.776.492-1.771 1.436a1.3 1.3 0 0 0 .153.668c.237.492.679.786 2.064 1.386 2.551 1.1 3.645 1.822 4.321 2.851a5.17 5.17 0 0 1 .417 4.344 4.78 4.78 0 0 1-3.942 2.823 11 11 0 0 1-2.715-.028 6.55 6.55 0 0 1-3.626-1.889 6.3 6.3 0 0 1-.928-1.375 3 3 0 0 1 .328-.208c.158-.091.758-.435 1.324-.763l1.024-.594.215.312a4.8 4.8 0 0 0 1.354 1.3 3.31 3.31 0 0 0 3.467-.175 1.55 1.55 0 0 0 .2-1.979c-.277-.4-.843-.729-2.45-1.426a8.8 8.8 0 0 1-3.358-2.06 4.7 4.7 0 0 1-.979-1.782 7.1 7.1 0 0 1-.062-2.274 4.34 4.34 0 0 1 3.654-3.383 9 9 0 0 1 2.7.078m-8.366 1.488.011 1.458h-4.642v13.181H7.54V11.148H2.9V9.717a14 14 0 0 1 .04-1.471c.017-.023 2.839-.034 6.262-.028l6.227.017Z" style="fill:#00a23c"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><rect width="28" height="28" x="2" y="2" rx="1.312" style="fill:#007055"/><path d="M18.245 23.759v3.068a6.5 6.5 0 0 0 1.764.575 11.6 11.6 0 0 0 2.146.192 10 10 0 0 0 2.088-.211 5.1 5.1 0 0 0 1.735-.7 3.54 3.54 0 0 0 1.181-1.266 4.47 4.47 0 0 0 .186-3.394 3.4 3.4 0 0 0-.717-1.117 5.2 5.2 0 0 0-1.123-.877 12 12 0 0 0-1.477-.734q-.6-.249-1.08-.484a5.5 5.5 0 0 1-.813-.479 2.1 2.1 0 0 1-.516-.518 1.1 1.1 0 0 1-.181-.618 1.04 1.04 0 0 1 .162-.571 1.4 1.4 0 0 1 .459-.436 2.4 2.4 0 0 1 .726-.283 4.2 4.2 0 0 1 .956-.1 6 6 0 0 1 .808.058 6 6 0 0 1 .856.177 6 6 0 0 1 .836.3 4.7 4.7 0 0 1 .751.422V13.9a7.5 7.5 0 0 0-1.525-.4 12.4 12.4 0 0 0-1.9-.129 8.8 8.8 0 0 0-2.064.235 5.2 5.2 0 0 0-1.716.733 3.66 3.66 0 0 0-1.171 1.271 3.73 3.73 0 0 0-.431 1.845 3.6 3.6 0 0 0 .789 2.34 6 6 0 0 0 2.395 1.639q.63.26 1.175.509a6.5 6.5 0 0 1 .942.517 2.5 2.5 0 0 1 .626.585 1.2 1.2 0 0 1 .23.719 1.1 1.1 0 0 1-.144.552 1.3 1.3 0 0 1-.435.441 2.4 2.4 0 0 1-.726.292 4.4 4.4 0 0 1-1.018.105 5.8 5.8 0 0 1-1.969-.35 5.9 5.9 0 0 1-1.805-1.045m-5.154-7.638h4v-2.527H5.938v2.527H9.92v11.254h3.171Z" 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="M23.093 21.3a3.9 3.9 0 0 1-1.18.165c-3.555 0-8.778-12.424-8.778-16.559 0-1.523.362-2.031.87-2.466-4.352.503-9.575 2.099-11.244 4.13a4.05 4.05 0 0 0-.58 2.321C2.181 15.348 9.072 30 13.933 30c2.248 0 6.041-3.7 9.16-8.7M20.823 2c4.5 0 9 .725 9 3.264 0 5.151-3.264 11.389-4.933 11.389-2.974 0-6.673-8.269-6.673-12.4 0-1.886.725-2.249 2.611-2.249" style="fill:#ff8700"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-.102" x2="0" y1="-5.691" y2="-100.83" gradientTransform="matrix(1 0 0 .137 1.07 29.95)" gradientUnits="userSpaceOnUse" spreadMethod="reflect"><stop offset="0" stop-color="#0f0"/><stop offset=".13" stop-color="#0f0" stop-opacity=".65"/><stop offset=".82" stop-color="#0f0" stop-opacity="0"/></linearGradient><linearGradient id="b" x1="12.01" x2="101.35" gradientTransform="matrix(.147 0 0 1 1.07 29.95)" gradientUnits="userSpaceOnUse" spreadMethod="reflect"><stop offset="0" stop-color="red"/><stop offset=".26" stop-color="red" stop-opacity=".55"/><stop offset=".82" stop-color="red" stop-opacity="0"/></linearGradient></defs><path fill="#191e99" d="M27.07 7.95c-1.9 6.7-5.9 17.8-11 17.7-4.5 0-8.2-8.1-11-17.7-6.5 8-.3 21.8 11 21.7 12.3-.2 16.8-13.8 11-21.7m-11-5.6c-5.3 0-8 2.6-9.4 3.7 1.1 3.1 4.7 12.6 9.4 12.7 4.7-.1 8.3-9.6 9.4-12.7-1.4-1.1-4.1-3.7-9.4-3.7"/><path fill="url(#a)" d="M27.07 7.95c-1.9 6.7-5.9 17.8-11 17.7-4.5 0-8.2-8.1-11-17.7-6.5 8-.3 21.8 11 21.7 12.3-.2 16.8-13.8 11-21.7m-11-5.6c-5.3 0-8 2.6-9.4 3.7 1.1 3.1 4.7 12.6 9.4 12.7 4.7-.1 8.3-9.6 9.4-12.7-1.4-1.1-4.1-3.7-9.4-3.7" style="mix-blend-mode:screen"/><path fill="url(#b)" d="M27.07 7.95c-1.9 6.7-6 17.7-11 17.7-4.5 0-8.2-8.1-11-17.7-6.5 8-.3 21.8 11 21.7 12.3-.2 16.8-13.8 11-21.7m-11-5.6c-5.3 0-8 2.6-9.4 3.7 1.1 3.1 4.7 12.6 9.4 12.7 4.7-.1 8.3-9.6 9.4-12.7-1.4-1.1-4.1-3.7-9.4-3.7" style="mix-blend-mode:screen"/><path d="M6.81 6.45c2.26-2.25 5.62-3.7 9.19-3.7 3.62 0 6.92 1.48 9.3 3.8l.27-.77C23.17 3.47 19.7 2 16 2S9.01 3.41 6.53 5.69zm20.11 2.03c1.48 2.14 2.34 4.72 2.34 7.52 0 7.32-5.93 13.25-13.25 13.25S2.76 23.32 2.76 16c0-2.87.89-5.49 2.44-7.66l-.27-.91C3.03 9.89 2 12.84 2 16c0 7.73 6.27 14 14 14s14-6.27 14-14c0-3.17-1.05-6.09-2.83-8.44z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.357 22.819c0-.014.008-.028.013-.042q.135-.375.241-.763l.053-.2q.087-.336.152-.68.037-.21.065-.42c.024-.17.052-.339.068-.512q.05-.495.051-.992a10 10 0 0 0-.063-1.082c-.015-.15-.038-.3-.06-.447q-.042-.281-.1-.559c-.04-.2-.081-.394-.131-.587-.021-.083-.05-.165-.073-.247A10.8 10.8 0 0 0 23 10.891V4.226a.33.33 0 0 0-.125-.255 11 11 0 0 0-3.424-1.822s-.007-.008-.013-.009l-.157-.047c-.095-.029-.186-.067-.281-.093v12.042a3 3 0 0 1-6 0V2c-.1.027-.19.065-.285.1q-.075.022-.152.046c-.005 0-.007.007-.012.009a11 11 0 0 0-3.426 1.816.33.33 0 0 0-.125.255v6.665a10.7 10.7 0 0 0-4 8.315 10.865 10.865 0 0 0 9.035 10.612q.031-.002.062.008c.3.052.6.1.909.123q.505.05.991.05a11 11 0 0 0 1.17-.063c.1-.011.2-.032.3-.045a11 11 0 0 0 .841-.137c.12-.026.237-.061.358-.09.252-.062.5-.126.745-.2.132-.042.26-.093.39-.14.224-.082.446-.166.664-.261.138-.06.272-.127.408-.193.2-.1.4-.2.594-.31a11 11 0 0 0 .951-.606q.194-.136.381-.28.268-.21.522-.436c.11-.1.222-.191.328-.293.192-.182.372-.375.549-.57.061-.068.129-.128.19-.2v-.013a10.7 10.7 0 0 0 1.952-3.337Zm-.068-2.708c-.012.133-.031.266-.048.4a11 11 0 0 1-.178.98c-.012.052-.028.1-.04.153a10 10 0 0 1-.188.655 3.286 3.286 0 0 1 0-6.179 10 10 0 0 1 .321 1.266 10 10 0 0 1 .129.879c.03.313.052.627.052.947-.002.3-.022.601-.048.899M9.668 4.384a10.4 10.4 0 0 1 2.667-1.47v11.129a3.668 3.668 0 0 0 7.334 0V2.915a10.4 10.4 0 0 1 2.667 1.47v9.5a6.335 6.335 0 0 1-12.668 0Zm-4 14.823A10.03 10.03 0 0 1 9 11.759v2.125a7 7 0 0 0 14 0v-2.125a10.2 10.2 0 0 1 2.609 3.756 3.916 3.916 0 0 0 0 7.384 10 10 0 0 1-1.484 2.544A5.925 5.925 0 0 0 13.758 29.1a10.194 10.194 0 0 1-8.088-9.893Zm17.873 6.91q-.222.233-.456.451c-.1.1-.209.19-.316.282q-.233.2-.476.381a10 10 0 0 1-.352.258q-.251.172-.513.329c-.121.074-.242.15-.367.219q-.279.15-.567.286c-.121.058-.239.119-.363.172-.209.09-.423.166-.637.242-.113.04-.224.086-.339.122-.234.074-.475.133-.714.19-.1.025-.2.056-.306.077-.26.054-.524.09-.789.124-.09.012-.177.031-.268.04q-.486.048-.98.051h-.1a11 11 0 0 1-1.432-.109l-.151-.023a5.265 5.265 0 0 1 9.283-3.27 2 2 0 0 1-.155.178Z" style="fill:#d2d2d2"/><path d="M10.337 21.1a1.75 1.75 0 1 0 1.783 1.75 1.77 1.77 0 0 0-1.783-1.75m0 2.845a1.1 1.1 0 1 1 1.117-1.095 1.107 1.107 0 0 1-1.117 1.091Z" style="fill:#d2d2d2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" style="fill:#c6ffde"/><path d="M23.44 12.06a.48.48 0 0 1-.68.68.47.47 0 0 1-.14-.33.48.48 0 0 1 .48-.48.5.5 0 0 1 .34.13m-2.94-1.53a5.5 5.5 0 0 1 1.05.32.47.47 0 0 1 .25.61.46.46 0 0 1-.43.29h-.18a4 4 0 0 0-.86-.27 4.3 4.3 0 0 0-.88-.09 1.88 1.88 0 0 1-1.62-.94 4.8 4.8 0 0 0-1.23-1.4 4.65 4.65 0 0 0-6.54.87.5.5 0 0 1-.37.18.47.47 0 0 1-.47-.47.42.42 0 0 1 .1-.28A5.7 5.7 0 0 1 11 7.9a5.58 5.58 0 0 1 7.6 2.1.91.91 0 0 0 .78.46 5.7 5.7 0 0 1 1.09.11Zm-11.58 6a.94.94 0 0 0 0-.92 5.6 5.6 0 0 1-.55-4.24.46.46 0 0 1 .45-.37.48.48 0 0 1 .47.47.5.5 0 0 1 0 .12 4.68 4.68 0 0 0 .46 3.53 1.83 1.83 0 0 1 0 1.84 4.7 4.7 0 0 0-.57 1.71 4.66 4.66 0 0 0 4 5.24.47.47 0 0 1 .4.47v.06a.48.48 0 0 1-.52.4 5.8 5.8 0 0 1-2.07-.7 5.61 5.61 0 0 1-2.07-7.62Zm6.3 8.25a.48.48 0 0 1-.59-.34.47.47 0 0 1 .34-.58h.12a.48.48 0 0 1 .13.94Zm4.23-3.15a.93.93 0 0 0-.8.46A5.8 5.8 0 0 1 18 23a5.4 5.4 0 0 1-.78.73.47.47 0 0 1-.66-.08.47.47 0 0 1 .09-.66 4.3 4.3 0 0 0 .66-.62 5 5 0 0 0 .51-.71 1.86 1.86 0 0 1 1.62-.93 4.6 4.6 0 0 0 1.79-.36 4.68 4.68 0 0 0 2.53-6.1.6.6 0 0 1 0-.18.47.47 0 0 1 .47-.46.46.46 0 0 1 .43.28 5.61 5.61 0 0 1-5.18 7.76ZM19 12.34h.37a3.73 3.73 0 0 1 0 7.46 3 3 0 0 1-.41 0 1.86 1.86 0 0 0-1.83 1.06A3.75 3.75 0 0 1 10 19.32a3.7 3.7 0 0 1 .74-2.23 1.85 1.85 0 0 0 0-2.09l-.13-.19a3.7 3.7 0 0 1-.59-2 3.74 3.74 0 0 1 7.16-1.5A1.87 1.87 0 0 0 19 12.34m-7.58 8.43a2.78 2.78 0 0 0 2.41 1.41 2.83 2.83 0 0 0 0-5.65 2.7 2.7 0 0 0-1.39.38 2.85 2.85 0 0 0-1.02 3.86m5.58-3.3a2.78 2.78 0 0 0 2.41 1.41 2.83 2.83 0 0 0 0-5.65 2.7 2.7 0 0 0-1.39.38A2.85 2.85 0 0 0 17 17.47m-3.16-1.89a2.83 2.83 0 1 0-2.78-2.83 2.82 2.82 0 0 0 2.78 2.83" style="fill:#27ae60;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.627 14.143a7.8 7.8 0 0 0-.807-2.034l-2.034 2.034ZM11.714 16A4.286 4.286 0 0 1 16 11.714a4.2 4.2 0 0 1 1.174.184l2.717-2.718A7.849 7.849 0 0 0 9.18 19.891l2.72-2.717A4.2 4.2 0 0 1 11.714 16M16 20.286a4.2 4.2 0 0 1-1.174-.184l-2.717 2.718a7.844 7.844 0 0 0 11.555-5.106h-3.74A4.28 4.28 0 0 1 16 20.286" style="fill:gray"/><path d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2M4.857 16a11.13 11.13 0 0 1 17.665-9.022L6.978 22.522A11.1 11.1 0 0 1 4.857 16M16 27.143a11.1 11.1 0 0 1-6.522-2.121L25.022 9.478A11.13 11.13 0 0 1 16 27.143" style="fill:gray"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g stroke-width=".13"><path fill="#858585" d="M17.007 23.491a6.52 6.52 0 1 1 13.04 0 6.52 6.52 0 0 1-13.04 0"/><path fill="#ccc" d="M17.007 8.51a6.52 6.52 0 0 1 13.04 0v5.867c0 .36-.292.652-.652.652H17.659a.65.65 0 0 1-.652-.652z"/><path fill="#4d4d4d" d="M14.993 23.491a6.52 6.52 0 1 1-13.04 0v-5.868c0-.36.292-.652.652-.652h11.736c.36 0 .652.292.652.652z"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.845 4.008C29.645 3.844 28.073 3 28.073 3l-1.673.976L28.072 3 26.4 2v1.975L24.647 3s-1.431.836-2.125 1.237c-.874.5-3.018 1.781-3.018 1.781V7.9l-1.766 4.6V15l-1.24.724L16 17.015 12.528 8V6.019L5.6 2 2.14 4v2.04l2.158 5.2 1.311.772v2.37l5.2 12.628L16 29.983V30l5.189-3 8.674-21-.019-1.991" style="fill:#3185b8"/><path d="m16.006 29.985-5.2-2.976-5.2-12.628v-2.37l-1.311-.772L2.137 6.04V4l1.707 1v2l1.765 1.028V6.011l3.449 2 .166 1.975 5.013 13.013 3.484 2.029V29L16 27.992v1.993" style="fill:#3185b8"/><path d="M12.528 8 16 17.015v4.967l-1.762 1L9.224 9.967l-.166-1.961 3.471-1.987zM3.844 5v2l1.766-.989z" style="fill:#61a5ce"/><path d="M5.609 8.029V6.011L3.844 7z" style="fill:#eae9e6"/><path d="m16 21.982 1.738.994 1.935-4.858 1.49.887v-4.656l.475-1.124 1.269.743V12l-1.727-1 1.737-1.008L21.206 9V7l-1.7-.99V7.9l-1.766 4.6V15l-1.24.724-.5 1.291z" style="fill:#3185b8"/><path d="m15.973 24.016 1.748 1.008L17.713 29l3.479-2 8.671-21-.019-1.991-5.2 3v4L22.9 12v1.968l-1.269-.743-.475 1.124V19l-2.414 1.42-1.011 2.561-1.762 1.039" style="fill:#61a5ce"/><path d="m9.047 10 1.744-1.01v2z" style="fill:#eae9e6"/><path d="m10.791 10.994 1.729.977V10l-1.729-1.01v2" style="fill:#3185b8"/><path d="M7.33 14.974v2.019l1.746-1z" style="fill:#61a5ce"/><path d="m10.818 17-1.752 1.02-1.736-1.027 1.746-1z" style="fill:#eae9e6"/><path d="M10.795 23v2.036l1.755-1.016z" style="fill:#61a5ce"/><path d="m14.241 26.988 1.768 1.028.006-2.068z" style="fill:#eae9e6"/><path d="m16 30 .007-1.985 1.7.989z" style="fill:#61a5ce"/><path d="m16 21.982-1.762 1 1.738 1.031 1.762-1.039z" style="fill:#eae9e6"/><path d="M24.647 11V7l-1.721-.98v1.996L21.206 9z" style="fill:#3185b8"/><path d="m21.177 11 1.737-1.008L24.647 11 22.9 12l-1.727-1" style="fill:#eae9e6"/><path d="m21.206 9 1.72-.989V6.024L21.2 7v2" style="fill:#61a5ce"/><path d="M26.4 3.975V2l1.676 1z" style="fill:#3185b8"/><path d="m29.845 4.008-5.2 3-1.721-.98L21.2 7l-1.7-.99s2.144-1.277 3.018-1.781C23.217 3.832 24.647 3 24.647 3l1.75.979L28.073 3s1.571.843 1.771 1.007M12.529 6.019 9.058 8.006 2.14 4 5.6 2l6.928 4.019" style="fill:#eae9e6"/><path d="M28.1 6.958V5.014l-1.691.976 1.691.969M22.974 16l1.683-.965v1.936z" style="fill:#3185b8"/><path d="M19.458 24v2.006l1.753-1.014z" style="fill:#eae9e6"/><path d="M21.221 24.995 21.2 23l-1.742 1 1.764.992" style="fill:#3185b8"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M12.509 17.193c-.165-6.836-.325-12.455-.357-12.487a7.9 7.9 0 0 0-2.273 1.168 7.6 7.6 0 0 0-2.555 3.314 8.4 8.4 0 0 0-.587 3.543 4.7 4.7 0 0 0 .2 1.962 3.4 3.4 0 0 1 .182.56c-.012.009-.338-.018-.724-.061-1.868-.207-2.786-1.05-3-2.757A6.31 6.31 0 0 1 4.85 7.719a15.13 15.13 0 0 1 8.414-5.163 13 13 0 0 1 2.542-.235l1.748-.05.059 2.506c.032 1.378.1 6.358.161 11.067s-.252 8.29-.219 8.4C19.5 17.879 22 13.073 24.367 6.253l1.427-3.983h2.746c-.022.063-2.751 6.5-5.514 13.916l-5.473 13.55h-4.577c0-1.83-.441-11.25-.467-12.543" style="fill:#403757"/><path d="M17.732 30h-5.019v-.263c0-1.137-.17-5.192-.307-8.452-.081-1.929-.15-3.6-.161-4.087-.156-6.479-.286-11-.336-12.163a11.7 11.7 0 0 0-1.874 1.049 7.35 7.35 0 0 0-2.466 3.2A8.15 8.15 0 0 0 7 12.731a4.4 4.4 0 0 0 .185 1.869c.215.569.273.723.1.859-.093.073-.107.084-.916-.007-1.976-.219-3-1.167-3.234-2.986A6.57 6.57 0 0 1 4.64 7.561 15.44 15.44 0 0 1 13.2 2.3a13 13 0 0 1 2.6-.242L17.811 2l.065 2.77c.032 1.392.106 6.461.161 11.07.031 2.616-.052 4.915-.124 6.43.931-2.763 1.958-5.27 3.033-7.9 1.043-2.547 2.122-5.18 3.173-8.207l1.491-4.16h3.3l-.125.351c0 .007-.031.076-.084.2a382 382 0 0 0-5.43 13.717Zm-4.495-.526h4.14l5.407-13.386a390 390 0 0 1 5.362-13.555h-2.167l-1.365 3.809c-1.055 3.038-2.137 5.678-3.183 8.231-1.311 3.2-2.55 6.226-3.626 9.747l-.255.831-.248-.833a3.3 3.3 0 0 1 .021-.839c.074-1.35.229-4.158.188-7.633-.055-4.607-.129-9.674-.161-11.064l-.05-2.241-1.484.043a12.7 12.7 0 0 0-2.49.228A14.9 14.9 0 0 0 5.06 7.877a6.07 6.07 0 0 0-1.4 4.524c.2 1.58 1.028 2.336 2.77 2.529l.333.035-.066-.179a4.9 4.9 0 0 1-.219-2.055 8.7 8.7 0 0 1 .6-3.638 7.9 7.9 0 0 1 2.644-3.43c.022-.016 2.232-1.525 2.615-1.142.092.092.131.131.433 12.666.01.485.08 2.149.16 4.076.13 3.05.287 6.797.307 8.211" style="fill:#c8c8c8"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 2" viewBox="0 0 32 32"><defs><linearGradient id="b" x1="6.39" x2="25.13" y1="18.69" y2="18.69" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff85ae"/><stop offset=".32" stop-color="#ff7da9"/><stop offset=".82" stop-color="#ff669a"/><stop offset="1" stop-color="#ff5c93"/></linearGradient><linearGradient id="c" x1="6.15" x2="24.5" y1="22.04" y2="22.04" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffb0cb"/><stop offset=".79" stop-color="#f383a9"/><stop offset="1" stop-color="#f0769f"/></linearGradient><linearGradient id="d" x1="14.12" x2="21.6" y1="27.56" y2="27.56" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f697b7"/><stop offset=".34" stop-color="#f78fb2"/><stop offset=".86" stop-color="#f878a3"/><stop offset="1" stop-color="#f9719f"/></linearGradient><linearGradient id="e" x1="6.82" x2="23.52" y1="23.72" y2="23.72" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f78fb2"/><stop offset=".27" stop-color="#f887ad"/><stop offset=".7" stop-color="#fc709f"/><stop offset="1" stop-color="#ff5c93"/></linearGradient><linearGradient id="f" x1="16.2" x2="16.2" y1="13.76" y2="5.18" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#4fe8ff"/><stop offset=".5" stop-color="#4bddf3"/><stop offset="1" stop-color="#45cee3"/></linearGradient><radialGradient id="a" cx="-859.41" cy="653.31" r="1" gradientTransform="matrix(0 6.25 9.79 0 -6381.77 5391.66)" gradientUnits="userSpaceOnUse"><stop offset=".47" stop-color="#7a4c33"/><stop offset="1" stop-color="#52423c"/></radialGradient></defs><path d="m27 17-.16.09a1 1 0 0 0-.31-.68 1.22 1.22 0 0 0-2.13.26c-.05.11.71 1.1.68 1.21A2 2 0 0 0 24 19.07c.1-.47-.25-.69-.78-.52a1.68 1.68 0 0 0-1.11 1.15c.07-.47-.31-.72-.85-.59a1.41 1.41 0 0 0-1.08 1.06c.05-.46-.36-.76-.91-.67a1.17 1.17 0 0 0-1 1c0-.47-.41-.8-1-.77a1 1 0 0 0-1 .88 1 1 0 0 0-1-.85c-.55 0-1 .32-1 .78a1.18 1.18 0 0 0-1.06-1c-.55-.07-1 .23-.89.7a1.41 1.41 0 0 0-1.1-1.05c-.54-.12-.92.15-.83.62a1.7 1.7 0 0 0-1.14-1.11c-.53-.17-.88.06-.77.53-.11-.47-1.29-2.45-1.42-2.74-.35-.81-1-1.06-1.59-.54a1.2 1.2 0 0 0-.26 1.17c-.37-.1-.56.08-.42.47.74 2.18 1.48 4.38 2.09 6.6a6.13 6.13 0 0 0 1.29 2.89 6.5 6.5 0 0 0 1.89 1.14 16 16 0 0 0 6.18 1.12 14.8 14.8 0 0 0 6.87-1.61A3.6 3.6 0 0 0 24.86 26c.53-1.34.92-2.75 1.33-4.09.47-1.53.82-3.15 1.42-4.58.15-.44-.13-.6-.61-.33" style="fill:#48a2ad"/><path d="M16.17 23.14c5.82 0 10.55-1.9 10.55-4.24S22 14.66 16.17 14.66 5.62 16.56 5.62 18.9s4.72 4.24 10.55 4.24" style="fill:url(#a)"/><path d="M25.13 12.85a3.3 3.3 0 0 0-.73-.55s-6.72 2.18-11.4 1.95-4-.75-6.36.75c0 0-.65.93.14 1.5a14.4 14.4 0 0 0 3.78 1.81.9.9 0 0 1 .49-.21c4.46-1.54 13.14.43 14.08-5.25" style="fill:url(#b)"/><path d="M25.12 12.85c-.94 5.67-9.61 3.71-14.07 5.26a.9.9 0 0 0-.5.21c3.6 1.16 8 1.4 10.94.42 3.69-1.23 5.36-4.14 3.63-5.89" style="fill:#eb5e8e"/><path d="M23.22 8.66a3.12 3.12 0 0 1 1.28 2.71c0 2-1.63 4.48-8.84 3.76s-9-.11-9-.11-2.19-3 2.38-3c4.1 0 10.19.5 11.62-.41 2.15-1.32 2.23-1.36 2.56-2.95" style="fill:url(#c)"/><path d="M14.9 7.21c2.21-1.38 2.1-3.4 1-5.11a.28.28 0 0 0-.13.35 2 2 0 0 1 .07 1.87c-.64.9-1.81 1.13-3.74 2.2s-2.54 2-2.67 3.22a.31.31 0 0 0 .16.28 6.3 6.3 0 0 0 1.2.42c.69-1.6 2.63-2.44 4.11-3.23" style="fill:#f77ca5"/><path d="M19.74 4.64a10.8 10.8 0 0 0-3.52-2.55.3.3 0 0 0-.28 0c1.06 1.71 1.18 3.72-1 5.11-1.47.73-3.42 1.63-4.07 3.23a12.4 12.4 0 0 0 2.69.36c2.83.08 6.63-.07 7.28-1.18s.07-3.71-1.1-4.97" style="fill:url(#d)"/><path d="M23 8.28a3 3 0 0 0 .12-.41 4.47 4.47 0 0 0-2.53-1.52c1.92 4.1-8.1 3.21-10.95 3.38a2.81 2.81 0 0 0-2.3 1.19 13.5 13.5 0 0 1 2-.71C13.83 9.14 21.1 13.63 23 8.28" style="fill:#f79ebc"/><path d="M23.43 8.51a2 2 0 0 0-.28-.64 2 2 0 0 1-.13.41c-1.92 5.35-9.19.86-13.67 1.93a14 14 0 0 0-2 .71 3.3 3.3 0 0 0-.54 1.69c2.92-.89 5.08 0 10.7.09s6.32-2.51 5.92-4.19" style="fill:url(#e)"/><path d="M27 18.6a2.38 2.38 0 0 0-1.18 1.25c.14-.46-.18-.65-.7-.46a2 2 0 0 0-1.17 1.15c.11-.45-.23-.67-.77-.52A1.6 1.6 0 0 0 22 21.07c.08-.44-.29-.69-.84-.59a1.35 1.35 0 0 0-1.09 1c.05-.43-.35-.72-.9-.66a1.12 1.12 0 0 0-1.05.88c0-.43-.4-.75-.95-.74s-1 .37-1 .8a1 1 0 0 0-1-.82c-.55 0-1 .29-1 .72a1.14 1.14 0 0 0-1-.9c-.55-.07-1 .21-.91.65a1.35 1.35 0 0 0-1.08-1c-.54-.11-.92.13-.84.57a1.63 1.63 0 0 0-1.12-1.07c-.53-.16-.88.05-.78.5a2 2 0 0 0-1.14-1.17c-.52-.2-.84 0-.71.45a2.4 2.4 0 0 0-1.16-1.27c-.51-.25-.8-.09-.65.38.61 1.42 1 3 1.43 4.49a40 40 0 0 0 1.34 3.88 3 3 0 0 0 1.75 1.49 17.25 17.25 0 0 0 6.85 1.22 19 19 0 0 0 6.18-.88 6 6 0 0 0 1.89-.93 5.16 5.16 0 0 0 1.3-2.68c.62-2.17 1.36-4.28 2.09-6.41.16-.45-.12-.61-.61-.38" style="fill:url(#f)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M12.511 17.189c-.164-6.811-.324-12.408-.356-12.44a7.9 7.9 0 0 0-2.264 1.164 7.6 7.6 0 0 0-2.545 3.3 8.4 8.4 0 0 0-.585 3.529 4.65 4.65 0 0 0 .2 1.955 3.4 3.4 0 0 1 .182.558c-.012.009-.337-.018-.722-.061-1.861-.206-2.776-1.046-2.991-2.747a6.29 6.29 0 0 1 1.449-4.7 15.08 15.08 0 0 1 8.383-5.144 13 13 0 0 1 2.538-.23l1.741-.05.058 2.5c.032 1.373.1 6.334.16 11.025s-.251 8.259-.219 8.368c1.938-6.341 4.427-11.129 6.787-17.922l1.422-3.968h2.736c-.022.063-2.74 6.477-5.493 13.864l-5.452 13.5h-4.56c-.003-1.829-.443-11.212-.469-12.501" style="fill:#9e90c1"/><path d="M17.749 30h-5.087v-.314c0-1.13-.17-5.171-.306-8.418-.082-1.949-.15-3.587-.16-4.074-.152-6.317-.28-10.771-.332-12.038a12 12 0 0 0-1.786 1.009 7.26 7.26 0 0 0-2.439 3.163 8.1 8.1 0 0 0-.564 3.417 4.3 4.3 0 0 0 .182 1.844c.219.58.285.756.081.915-.108.086-.123.1-.95 0-2-.221-3.035-1.18-3.268-3.02a6.6 6.6 0 0 1 1.51-4.922A15.43 15.43 0 0 1 13.192 2.3a13 13 0 0 1 2.594-.242L17.844 2l.065 2.813c.032 1.387.105 6.437.161 11.029.029 2.4-.039 4.537-.106 6.039.9-2.616 1.878-5.014 2.9-7.519 1.039-2.536 2.113-5.159 3.16-8.173l1.5-4.179h3.4l-.15.42c0 .007-.031.077-.085.2a399 399 0 0 0-5.405 13.67Zm-4.461-.628h4.037L22.7 16.07a395 395 0 0 1 5.312-13.432h-2.045L24.62 6.4c-1.051 3.027-2.128 5.658-3.171 8.2-1.306 3.189-2.54 6.2-3.611 9.706l-.3.993-.3-1a3.1 3.1 0 0 1 .018-.854c.074-1.344.228-4.14.187-7.6-.055-4.589-.129-9.637-.161-11.022l-.052-2.177-1.43.041a12.7 12.7 0 0 0-2.471.226 14.78 14.78 0 0 0-8.2 5.027 6 6 0 0 0-1.388 4.469c.195 1.545 1.006 2.285 2.713 2.474l.249.027-.037-.1a4.9 4.9 0 0 1-.221-2.066A8.7 8.7 0 0 1 7.053 9.1 7.9 7.9 0 0 1 9.7 5.66c.023-.016 2.256-1.555 2.674-1.132.114.114.145.145.446 12.653.01.485.078 2.116.16 4.059.13 3.004.285 6.684.308 8.132" style="fill:#c8c8c8"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M4.345 9H14.9L9.618 20Zm21.1 0h10.55l-5.277 11Z" style="fill:#e9f9fd;fill-opacity:.10000000149011612"/><path d="M9.62 20h10.549l-5.275 11Z" style="fill:#25c4f2;fill-opacity:.2199999988079071"/><path d="M20.169 20h10.55l-5.275 11Z" style="fill:#25c4f2;fill-opacity:.20000000298023224"/><path d="M20.169 20H9.619l5.275-11Z" style="fill:#25c4f2;fill-opacity:.4000000059604645"/><path d="M30.718 20h-10.55l5.276-11Z" style="fill:#25c4f2;fill-opacity:.4000000059604645"/><path d="M25.444 31h-10.55l5.275-11Z" style="fill:#25c4f2;fill-opacity:.5"/><path d="M35.99 8H25.44a1 1 0 0 0-.9.568l-4.373 9.12-4.373-9.12A1 1 0 0 0 14.89 8H4.34a1 1 0 0 0-.9 1.432l10.55 22a1 1 0 0 0 .9.568h10.55a1 1 0 0 0 .9-.576L36.892 9.432A1 1 0 0 0 35.99 8m-21.1 3.313L18.58 19h-7.372ZM5.934 10h7.372L9.62 17.687Zm8.959 18.687L11.207 21h7.372l-3.685 7.685ZM16.483 30l3.686-7.687L23.855 30Zm8.961-1.313L21.758 21h7.372ZM21.758 19l3.686-7.687L29.13 19Zm8.96-1.313L27.032 10h7.373Z" style="fill:#25c4f2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.844 27.692a16.3 16.3 0 0 1-6.645 1.3q-6.364 0-10.013-3.243a11.3 11.3 0 0 1-3.649-8.9 13.72 13.72 0 0 1 3.785-9.898A12.72 12.72 0 0 1 16.9 3.008a11.68 11.68 0 0 1 8.425 3.006 10 10 0 0 1 3.142 7.533 10.2 10.2 0 0 1-2.318 7.114 7.53 7.53 0 0 1-5.817 2.547 2.61 2.61 0 0 1-1.845-.642 2.32 2.32 0 0 1-.764-1.6 4.9 4.9 0 0 1-4.148 2.243 4.6 4.6 0 0 1-3.507-1.479 5.7 5.7 0 0 1-1.384-4.063 9.9 9.9 0 0 1 2.2-6.357q2.2-2.763 4.8-2.763a5.06 5.06 0 0 1 4.256 1.716l.311-1.338h2.405l-2.081 9.08a10.7 10.7 0 0 0-.352 2.243q0 .972.744.972a4.82 4.82 0 0 0 3.877-2.047 8.93 8.93 0 0 0 1.621-5.681 7.98 7.98 0 0 0-2.675-6.175 9.9 9.9 0 0 0-6.919-2.432 10.6 10.6 0 0 0-8.158 3.467 12.07 12.07 0 0 0-3.2 8.495 9.56 9.56 0 0 0 3.06 7.573q3.06 2.7 8.586 2.7a13.8 13.8 0 0 0 5.675-1.054ZM19.466 12.25a3.98 3.98 0 0 0-3.6-1.716q-1.824 0-3.263 2.23a8.73 8.73 0 0 0-1.439 4.824q0 3.635 2.905 3.635a3.77 3.77 0 0 0 2.651-1.183 6.3 6.3 0 0 0 1.7-3.2Z" style="fill:#f5de19"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M6.67 7.836 9 18.915l2.336-11.079H16l-4.664 16.328H6.672L2 7.836ZM18.331 7.836h7.6a4.08 4.08 0 0 1 2.9 1.749 3.8 3.8 0 0 1 .571 2.04 4 4 0 0 1-.571 2.034 4.1 4.1 0 0 1-2.341 1.763 4.1 4.1 0 0 1 2.929 1.756 3.8 3.8 0 0 1 .58 2.1 4.66 4.66 0 0 1-.579 2.546 5.05 5.05 0 0 1-3.5 2.338h-7.589ZM23 14.252h1.166a1.754 1.754 0 0 0 0-3.5H23Zm0 7h1.39a2.047 2.047 0 0 0 0-4.089H23Z" style="fill:#00519a"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m10.457 11.092 5.557 2.747v4.468l-5.557-2.925z" style="fill:#6483c0"/><path d="m16.2 18.613-5.926-3.12V10.8l5.926 2.924Zm-5.558-3.343L15.83 18v-4.047l-5.188-2.564Z"/><path d="M16.371 13.839v4.468l4.944-2.493v-4.46z" style="fill:#6483c0"/><path d="M16.186 18.607v-4.882l5.313-2.67v4.873Zm.369-4.655v4.055L21.13 15.7v-4.047Z"/><path d="m10.703 10.797 5.483 2.783 4.896-2.516-5.305-2.675z" style="fill:#6483c0"/><path d="m16.187 13.788-5.9-3 5.5-2.608 5.709 2.879ZM11.122 10.8l5.064 2.57 4.49-2.308-4.9-2.471Z"/><path d="m18.957 15.829 5.558 2.746v4.468l-5.558-2.925z" style="fill:#952781"/><path d="m24.7 23.349-5.926-3.12v-4.7L24.7 18.46Zm-5.557-3.343 5.188 2.731v-4.048l-5.188-2.564Z"/><path d="M24.871 18.575v4.468l4.944-2.493v-4.46z" style="fill:#952781"/><path d="M24.687 23.343v-4.882L30 15.791v4.873Zm.369-4.655v4.055l4.575-2.308v-4.046Z"/><path d="m19.203 15.546 5.484 2.783 4.896-2.517-5.219-2.466z" style="fill:#952781"/><path d="m24.687 18.536-5.92-3.005 5.6-2.387L30 15.805ZM19.64 15.56l5.046 2.561 4.479-2.3-4.806-2.27Z"/><path d="m2.19 15.496 5.558 2.747v4.468L2.19 19.786z" style="fill:#d87b30"/><path d="M7.932 23.017 2.006 19.9v-4.7l5.926 2.929Zm-5.557-3.343 5.188 2.731v-4.048l-5.188-2.564Z"/><path d="M8.104 18.243v4.468l4.944-2.493v-4.46z" style="fill:#d87b30"/><path d="M7.92 23.011v-4.882l5.313-2.67v4.873Zm.369-4.655v4.055l4.575-2.311v-4.043Z"/><path d="m2.436 15.213 5.484 2.784 4.896-2.517-5.219-2.466z" style="fill:#d87b30"/><path d="M7.92 18.2 2 15.2l5.6-2.387 5.632 2.661Zm-5.047-2.972 5.046 2.561 4.479-2.3-4.806-2.27Z"/><path d="m10.875 16.296 5.557 2.746v4.469l-5.557-2.926z" style="fill:#e0d400"/><path d="M16.617 23.816 10.691 20.7V16l5.926 2.929Zm-5.557-3.342 5.188 2.731v-4.048l-5.188-2.564Z"/><path d="M16.789 19.042v4.469l4.944-2.494v-4.46z" style="fill:#e0d400"/><path d="M16.6 23.811v-4.882l5.313-2.67v4.873Zm.369-4.655v4.055l4.58-2.311v-4.043Z"/><path d="m11.121 16.001 5.484 2.783 4.896-2.517-5.305-2.674z" style="fill:#e0d400"/><path d="m16.605 18.991-5.9-3 5.5-2.608 5.709 2.879Zm-5.065-2.985 5.064 2.57 4.49-2.308-4.9-2.471Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.844 27.692a16.3 16.3 0 0 1-6.645 1.3q-6.364 0-10.013-3.243a11.3 11.3 0 0 1-3.649-8.9 13.72 13.72 0 0 1 3.785-9.898A12.72 12.72 0 0 1 16.9 3.008a11.68 11.68 0 0 1 8.425 3.006 10 10 0 0 1 3.142 7.533 10.2 10.2 0 0 1-2.318 7.114 7.53 7.53 0 0 1-5.817 2.547 2.61 2.61 0 0 1-1.845-.642 2.32 2.32 0 0 1-.764-1.6 4.9 4.9 0 0 1-4.148 2.243 4.6 4.6 0 0 1-3.507-1.479 5.7 5.7 0 0 1-1.384-4.063 9.9 9.9 0 0 1 2.2-6.357q2.2-2.763 4.8-2.763a5.06 5.06 0 0 1 4.256 1.716l.311-1.338h2.405l-2.081 9.08a10.7 10.7 0 0 0-.352 2.243q0 .972.744.972a4.82 4.82 0 0 0 3.877-2.047 8.93 8.93 0 0 0 1.621-5.681 7.98 7.98 0 0 0-2.675-6.175 9.9 9.9 0 0 0-6.919-2.432 10.6 10.6 0 0 0-8.158 3.467 12.07 12.07 0 0 0-3.2 8.495 9.56 9.56 0 0 0 3.06 7.573q3.06 2.7 8.586 2.7a13.8 13.8 0 0 0 5.675-1.054ZM19.466 12.25a3.98 3.98 0 0 0-3.6-1.716q-1.824 0-3.263 2.23a8.73 8.73 0 0 0-1.439 4.824q0 3.635 2.905 3.635a3.77 3.77 0 0 0 2.651-1.183 6.3 6.3 0 0 0 1.7-3.2Z" style="fill:#004b96"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.821 4.321 24.023 2l-12.53 12.212-7.66-5.827-1.654.837V22.8l1.644.827 7.65-5.827L24.023 30l5.8-2.321V4.321ZM4.65 19.192v-6.374l3.55 3.167ZM16 15.985l7.082-5.3v10.639l-7.092-5.339Z" style="fill:#68217a"/><path d="m15.995 15.985 7.082-5.299v10.638l-7.092-5.339zM4.65 19.192v-6.374l3.546 3.167z" style="fill:#fff"/><path d="M17.631 32.03H11.87l-4.359-16.5h6.705l.533 2.739.533-2.739h6.703z" style="fill:#efeef0"/><path d="M27.556 32.03h-7.311v-16.5l7.37.011a4.52 4.52 0 0 1 3.24 2.115 5.03 5.03 0 0 1 .69 2.592 5.16 5.16 0 0 1-.643 2.471 5 5 0 0 1-.21.332 5 5 0 0 1 .6.771 5.04 5.04 0 0 1 .7 2.586 5.76 5.76 0 0 1-.623 2.89 5.33 5.33 0 0 1-3.7 2.713Z" style="fill:#efeef0"/><path d="m13 17.153 1.749 8.993 1.751-8.993H20l-3.5 13.254H13L9.5 17.153ZM21.745 17.153h5.7a3.03 3.03 0 0 1 2.174 1.42 3.26 3.26 0 0 1 .428 1.656 3.44 3.44 0 0 1-.428 1.651 3.12 3.12 0 0 1-1.756 1.431 3.05 3.05 0 0 1 2.2 1.426 3.3 3.3 0 0 1 .435 1.7 4.04 4.04 0 0 1-.434 2.067 3.79 3.79 0 0 1-2.624 1.9h-5.69Zm3.5 5.207h.874a1.393 1.393 0 0 0 1.213-1.528 1.374 1.374 0 0 0-1.213-1.313h-.874Zm0 5.684h1.045a1.62 1.62 0 0 0 1.45-1.744 1.6 1.6 0 0 0-1.45-1.57h-1.045Z" style="fill:#00519a"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.821 4.321 24.023 2l-12.53 12.212-7.66-5.827-1.654.837V22.8l1.644.827 7.65-5.827L24.023 30l5.8-2.321V4.321ZM4.65 19.192v-6.374l3.55 3.167ZM16 15.985l7.082-5.3v10.639l-7.092-5.339Z" style="fill:#68217a"/><path d="m15.995 15.985 7.082-5.299v10.638l-7.092-5.339zM4.65 19.192v-6.374l3.546 3.167z" style="fill:#fff"/><path d="M15.553 32a7.19 7.19 0 0 1-5.541-2.244A8.13 8.13 0 0 1 8 24.05a8.59 8.59 0 0 1 2.222-6.086 7.63 7.63 0 0 1 5.809-2.415 9.9 9.9 0 0 1 3.571.583l.955.372v6.569l-2.3-1.456a3.64 3.64 0 0 0-2-.548 2.13 2.13 0 0 0-1.684.668 2.98 2.98 0 0 0-.663 2.1 2.9 2.9 0 0 0 .62 2.008 1.92 1.92 0 0 0 1.572.618 3.98 3.98 0 0 0 2.165-.607l2.293-1.427v6.292l-.815.419a9.2 9.2 0 0 1-4.192.86" style="fill:#efeef0"/><path d="M24.092 27.909h-4.758v-1.757h-1.756v-4.758l1.756.001v-1.757h4.758v1.758h1.758v4.756h-1.758z" style="fill:#efeef0"/><path d="M30.243 27.909h-4.758v-1.757h-1.757v-4.758l1.757.001v-1.757h4.758v1.758H32v4.756h-1.757z" style="fill:#efeef0"/><path d="M19.057 29.808a7.7 7.7 0 0 1-3.5.689 5.72 5.72 0 0 1-4.436-1.759A6.66 6.66 0 0 1 9.5 24.05a7.1 7.1 0 0 1 1.817-5.06 6.16 6.16 0 0 1 4.714-1.941 8.4 8.4 0 0 1 3.026.481v2.82a5.13 5.13 0 0 0-2.8-.78 3.61 3.61 0 0 0-2.787 1.152 4.43 4.43 0 0 0-1.06 3.12 4.35 4.35 0 0 0 1 3.007 3.43 3.43 0 0 0 2.693 1.12 5.5 5.5 0 0 0 2.958-.834ZM20.834 22.895v-1.758h1.758v1.758h1.758v1.757h-1.758v1.757h-1.758v-1.757h-1.756v-1.758zM26.985 22.895v-1.758h1.758v1.758H30.5v1.757h-1.757v1.757h-1.758v-1.757h-1.757v-1.758z" style="fill:#984c93"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 3" viewBox="0 0 32 32"><path d="M16.245 24.187a8.352 8.352 0 1 1 8.355-8.352 8.36 8.36 0 0 1-8.355 8.352m0-14.762a6.41 6.41 0 1 0 6.41 6.41 6.417 6.417 0 0 0-6.41-6.41"/><path d="m29.132 8.551-3.681-2.02v.943h-9.63v1.95h9.63v1.147z" style="fill:#262692"/><path d="m8.984 2-2.02 3.687h.942v9.641h1.951V5.687h1.147zM23.705 30l-2.02-3.757h.943v-9.826h1.95v9.826h1.147z" style="fill:#262693"/><path d="m2.868 23.32 3.766-2.02v.942h9.85v1.95h-9.85v1.148z" style="fill:#262692"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g stroke-width=".875"><path fill="#0af" d="M2.004 2.02h9.625l12.25 28h-8.75z"/><path fill="#ff0080" d="M20.38 2.02h9.624l-6.125 28h-8.75z"/><path fill="navy" d="m17.754 16.02 6.125 14h-8.75z"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="1.459" x2="1.096" y1="32.377" y2="32.82" gradientTransform="matrix(113 0 0 -100 -112 3301)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient></defs><path d="m16 3.611 14 24.778H2z" style="fill-rule:evenodd;fill:url(#a)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.007 17.4h.037a1.45 1.45 0 0 0 .938-.316 1.47 1.47 0 0 0 .519-1.031V15.9a1.413 1.413 0 0 0-1.376-1.3H25.5v-2.644h3.547A1.41 1.41 0 0 0 30.5 10.6v-.122a1.41 1.41 0 0 0-.646-1.1 1.46 1.46 0 0 0-.835-.225h-3.563a3 3 0 0 0-.278-1.034 2.9 2.9 0 0 0-1.7-1.461 2.7 2.7 0 0 0-.629-.13V2.884A1.414 1.414 0 0 0 21.481 1.5h-.116a1.4 1.4 0 0 0-1.319 1.388V6.5H17.4V2.894A1.41 1.41 0 0 0 16.053 1.5H15.9a1.41 1.41 0 0 0-1.3 1.383v3.625h-2.639V2.899a1.37 1.37 0 0 0-.4-.975 1.4 1.4 0 0 0-.984-.424H10.5a1.41 1.41 0 0 0-1.341 1.381V6.53a2.93 2.93 0 0 0-2.466 1.9 3 3 0 0 0-.161.726H2.876A1.413 1.413 0 0 0 1.5 10.5v.095a1.42 1.42 0 0 0 .575 1.091 1.46 1.46 0 0 0 .887.273h3.539V14.6h-3.61A1.43 1.43 0 0 0 1.5 15.913v.187a1.4 1.4 0 0 0 1.386 1.3H6.5v2.65h-.292c-.613-.007-1.226 0-1.838 0H3.087a1.63 1.63 0 0 0-.918.211A1.44 1.44 0 0 0 1.5 21.4v.1a1.417 1.417 0 0 0 1.375 1.337h3.671a2.83 2.83 0 0 0 1.978 2.5 2.7 2.7 0 0 0 .631.128v3.645a1.4 1.4 0 1 0 2.8-.092v-3.527H14.6v3.516a1.414 1.414 0 0 0 1.347 1.493h.153a1.41 1.41 0 0 0 1.3-1.385q.006-1.066 0-2.131V25.5h2.644v3.6a1.423 1.423 0 0 0 1.356 1.4h.119a1.41 1.41 0 0 0 1.16-.741 1.64 1.64 0 0 0 .167-.833v-3.452a2.7 2.7 0 0 0 .62-.128 2.93 2.93 0 0 0 1.886-1.888 3 3 0 0 0 .123-.613h3.646a1.42 1.42 0 0 0 1.379-1.364v-.118a1.41 1.41 0 0 0-1.382-1.318H25.5V17.4Z" style="fill:#c5c5c5;opacity:.3"/><path d="M10.515 2h.056a.91.91 0 0 1 .886.893c.006 1.108 0 2.216 0 3.324h-1.8V2.884A.907.907 0 0 1 10.515 2M15.937 2h.116a.91.91 0 0 1 .846.889c.006 1.109 0 2.219 0 3.329H15.1v-3.33A.91.91 0 0 1 15.937 2M21.392 2h.089a.907.907 0 0 1 .859.881c.007 1.112 0 2.225 0 3.337h-1.8V2.892A.91.91 0 0 1 21.392 2M2 10.518a.91.91 0 0 1 .882-.859c1.112-.007 2.223 0 3.334 0v1.8H2.979a1 1 0 0 1-.6-.173.92.92 0 0 1-.379-.715ZM25.786 9.655h3.233a1 1 0 0 1 .561.143.92.92 0 0 1 .42.716v.058a.93.93 0 0 1-.3.651.96.96 0 0 1-.677.234h-3.237zM2 15.944a.913.913 0 0 1 .888-.842c1.109-.007 2.219 0 3.328 0v1.8H2.89a.915.915 0 0 1-.89-.839ZM25.786 15.1h3.326a.914.914 0 0 1 .889.835v.117a.95.95 0 0 1-.331.641.97.97 0 0 1-.651.207h-3.233zM2.433 20.678a1.1 1.1 0 0 1 .643-.136c1.043.006 2.086-.006 3.129.006.028.6 0 1.2.012 1.8H2.886A.91.91 0 0 1 2 21.483V21.4a.93.93 0 0 1 .433-.722M25.786 20.543h3.324a.914.914 0 0 1 .89.847v.09a.91.91 0 0 1-.888.859c-1.109.007-2.218 0-3.326 0zM9.656 25.781h1.8v3.243a.96.96 0 0 1-.235.677.93.93 0 0 1-.653.3h-.052a.907.907 0 0 1-.86-.882c-.005-1.113.002-2.225 0-3.338M15.1 25.781h1.8v3.33a.914.914 0 0 1-.836.889h-.116a.94.94 0 0 1-.619-.306.96.96 0 0 1-.228-.673zM20.547 29.106v-3.325h1.8v3.144a1.2 1.2 0 0 1-.105.59.92.92 0 0 1-.756.484H21.4a.91.91 0 0 1-.853-.893M24.732 8.349a2.43 2.43 0 0 0-1.422-1.218A3.3 3.3 0 0 0 22.254 7c-4.3.008-8.6-.011-12.905.01a2.44 2.44 0 0 0-2.192 1.596A3.6 3.6 0 0 0 7 9.934v12.5a2.7 2.7 0 0 0 .268 1.219 2.43 2.43 0 0 0 1.42 1.217 3.8 3.8 0 0 0 1.239.13H22.07a3.8 3.8 0 0 0 1.243-.127 2.43 2.43 0 0 0 1.562-1.573A3.8 3.8 0 0 0 25 22.071v-12.5a2.7 2.7 0 0 0-.268-1.222" style="fill:#1a348f"/><path d="m7.5 8.307.084-.2q.968 0 1.935.024h.394q.179 0 .394-.012.776-.036 2.807-.036.406 0 .788.006t.741.018a.23.23 0 0 1 .108.108l-.024.191q-.072.119-.358.119h-.1a10 10 0 0 0-1.1.054 2.2 2.2 0 0 0-1 .245.43.43 0 0 0-.155.346 4 4 0 0 0 .394 1.4l1.818 4.217.634 1.4q.921 2.222 1.819 4.539l.179.454.8-1.959q.62-1.481 1.252-3.154l.823-2.246q.024-.072.131-.478a17 17 0 0 0 1.157-4 .56.56 0 0 0-.161-.364 1.17 1.17 0 0 0-.52-.3 8 8 0 0 0-.932-.143l-.884-.108a.34.34 0 0 1-.108-.2l.036-.1 3.87-.036H23.6a3.1 3.1 0 0 1 .885.084l.012.1a.6.6 0 0 1-.072.251 2.5 2.5 0 0 1-.526.119 3.6 3.6 0 0 0-1.244.281 1.8 1.8 0 0 0-.5.687l-3.134 7.765q-1.466 3.5-2.086 5.423l-.345 1.039a.53.53 0 0 1-.263.1 1.4 1.4 0 0 1-.3-.036q-1.422-3.676-2.318-5.681L10.055 9.92a3.3 3.3 0 0 0-.591-.89 5.5 5.5 0 0 0-1.379-.424 4 4 0 0 1-.466-.119.33.33 0 0 1-.119-.18" style="fill:#c5c2ff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 2h28v28H2Zm1.689.067a1.624 1.624 0 0 0-1.626 1.625v24.622a1.625 1.625 0 0 0 1.626 1.626h24.627a1.625 1.625 0 0 0 1.626-1.626V3.692a1.624 1.624 0 0 0-1.626-1.625Zm-.681 26.012a.91.91 0 0 0 .911.912h24.164a.91.91 0 0 0 .911-.912V3.919a.91.91 0 0 0-.911-.911H3.919a.91.91 0 0 0-.911.911Z" style="fill:#0d9b35"/><path d="m25.52 5.502-6.662 20.989h-5.704L6.492 5.502h4.016l5.521 17.293 5.475-17.293z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M4.5 2.375A2.56 2.56 0 0 1 5.861 2h20.366a2.545 2.545 0 0 1 2.423 1.951 3.4 3.4 0 0 1 .072.862v11.176h-1.573a2 2 0 0 0-.22.022 5 5 0 0 0-.581-.011c-.3.007-.61-.014-.914.014a2.3 2.3 0 0 0-.4-.02h-4.739c-.2 0-.392.008-.587-.01l.1-.065-6.353-3.813v3.889c-2.213-.005-4.427 0-6.64 0a2 2 0 0 0-.251.021c-.212-.032-.427-.016-.642-.016-.284.006-.57-.015-.853.015a2 2 0 0 0-.253-.022H3.275c.006-3.635 0-7.27 0-10.9a4.8 4.8 0 0 1 .071-1.131A2.54 2.54 0 0 1 4.5 2.375m.54 2.188a.64.64 0 0 0-.489.606v1.316a.64.64 0 0 0 .627.6h1.309a.64.64 0 0 0 .6-.608c.005-.426 0-.853 0-1.279a.64.64 0 0 0-.329-.575.7.7 0 0 0-.358-.078H5.264a1 1 0 0 0-.224.018m20.341 0a.64.64 0 0 0-.474.607v1.306a.64.64 0 0 0 .6.608c.436.005.872 0 1.308 0a.64.64 0 0 0 .627-.606c.006-.438 0-.876 0-1.314a.64.64 0 0 0-.594-.621c-.348-.009-.7 0-1.045 0a2 2 0 0 0-.422.024ZM5.042 8.38a.64.64 0 0 0-.452.4 1.1 1.1 0 0 0-.041.386v1.135a.637.637 0 0 0 .6.6c.4.008.795 0 1.192 0a.8.8 0 0 0 .395-.065.64.64 0 0 0 .36-.574V8.983a.64.64 0 0 0-.6-.624c-.338-.008-.677 0-1.016 0a2.4 2.4 0 0 0-.438.021m20.338 0a.64.64 0 0 0-.433.4 1.1 1.1 0 0 0-.041.387v1.131a.64.64 0 0 0 .608.607c.406.006.812 0 1.218 0a.74.74 0 0 0 .38-.078.64.64 0 0 0 .335-.558V8.985a.637.637 0 0 0-.593-.622c-.349-.009-.7 0-1.047 0a2 2 0 0 0-.428.022ZM5.041 12.2a.64.64 0 0 0-.491.608c0 .438-.005.877 0 1.315a.64.64 0 0 0 .627.6h1.3a.64.64 0 0 0 .608-.607v-1.307a.64.64 0 0 0-.605-.626c-.348-.007-.7 0-1.045 0a2 2 0 0 0-.394.017m20.335.006a.64.64 0 0 0-.43.394 1.1 1.1 0 0 0-.041.386v1.131a.64.64 0 0 0 .607.608c.435.005.87 0 1.306 0a.64.64 0 0 0 .628-.605c.006-.438 0-.876 0-1.313a.637.637 0 0 0-.592-.622c-.349-.01-.7 0-1.046 0a2 2 0 0 0-.431.015Z" style="fill:#e75749"/><path d="M13.458 12.1q3.176 1.908 6.353 3.813l-.1.065q-3.127 1.872-6.251 3.748V15.99q-.003-1.941-.002-3.89" style="fill:#fff"/><path d="M3.275 15.988h1.541a2 2 0 0 1 .253.022.65.65 0 0 0-.409.273.9.9 0 0 0-.111.518v1.045a.686.686 0 0 0 .685.689h1.192a.68.68 0 0 0 .657-.569c.008-.447 0-.9 0-1.343a.63.63 0 0 0-.521-.613 2 2 0 0 1 .251-.021h6.64v3.736q3.127-1.871 6.251-3.748c.2.018.391.007.587.01h4.741a2.3 2.3 0 0 1 .4.02.64.64 0 0 0-.475.385 1 1 0 0 0-.045.407v1.014a.677.677 0 0 0 .691.719h1.16a.684.684 0 0 0 .686-.658v-.984a1.07 1.07 0 0 0-.1-.589.64.64 0 0 0-.42-.292 2 2 0 0 1 .22-.022h1.573c.011 1.721 0 3.443 0 5.165v6.293a2.57 2.57 0 0 1-.612 1.651 2.54 2.54 0 0 1-1.563.868 8 8 0 0 1-.981.033H6.724a9 9 0 0 1-1.368-.048 2.56 2.56 0 0 1-2-1.846 2.8 2.8 0 0 1-.09-.746V16.891c.007-.3-.002-.602.009-.903m1.795 3.843a.61.61 0 0 0-.386.234.76.76 0 0 0-.134.464v1.162a.685.685 0 0 0 .686.658h1.283a.687.687 0 0 0 .568-.716v-1.191a.62.62 0 0 0-.2-.458.7.7 0 0 0-.487-.17H5.264a1 1 0 0 0-.194.017m20.366 0a.62.62 0 0 0-.522.58v1.222a.676.676 0 0 0 .69.718c.428 0 .857.005 1.285 0a.7.7 0 0 0 .562-.684v-1.013a.9.9 0 0 0-.123-.568.66.66 0 0 0-.532-.267h-.954a2.3 2.3 0 0 0-.406.011ZM5.071 23.648a.6.6 0 0 0-.4.249.77.77 0 0 0-.124.448v1.132a.7.7 0 0 0 .6.688h1.376a.687.687 0 0 0 .567-.717v-1.189a.62.62 0 0 0-.2-.459.7.7 0 0 0-.484-.17H5.265a1 1 0 0 0-.194.018m20.362 0a.62.62 0 0 0-.492.427 1 1 0 0 0-.029.33V25.6a.68.68 0 0 0 .656.567h1.193a.69.69 0 0 0 .686-.719v-1.164a.66.66 0 0 0-.286-.545 1.46 1.46 0 0 0-.787-.11c-.312.01-.629-.02-.94.018Z" style="fill:#c0392b"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M5.902 27.201 3.655 2h24.69l-2.25 25.197L15.985 30z" style="fill:#e44f26"/><path d="m16 27.858 8.17-2.265 1.922-21.532H16z" style="fill:#f1662a"/><path d="m15 20.681-8-4.809v-1.743l8-4.81v2.697L9.897 15 15 17.986zM17 20.678v-2.694L22.14 15 17 12.017V9.322l8 4.787v1.782z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><clipPath id="a"><path d="M2 2h28v28H2z" style="fill:none;clip-rule:evenodd"/></clipPath></defs><path d="M29.989 15.856 15.856 2.011 2.011 16.136l13.845 13.853z" style="fill:#231f20;fill-rule:evenodd"/><g style="clip-path:url(#a)"><path d="M29.989 15.856 15.856 2.011 2.011 16.136l13.845 13.853 14.133-14.133z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/></g><path d="M28.575 15.856h.847L15.856 29.422v-.847z" style="fill:#29695d;fill-rule:evenodd"/><path d="M28.575 15.856h.847L15.856 29.422v-.847l12.719-12.719z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="M2.578 16.136h.847l12.431 12.439v.847z" style="fill:#317367;fill-rule:evenodd"/><path d="M2.578 16.136h.847l12.431 12.439v.847L2.578 16.136z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="M15.856 3.418v-.84L2.578 16.136h.847z" style="fill:#60c2ac;fill-rule:evenodd"/><path d="M15.856 3.418v-.84L2.578 16.136h.847L15.856 3.418z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="M15.856 2.578v.84l12.719 12.438h.847z" style="fill:#43b54a;fill-rule:evenodd"/><path d="M15.856 2.578v.84l12.719 12.438h.847L15.856 2.578z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="m15.856 28.575 12.719-12.719L15.856 3.418 3.425 16.136z" style="fill:#3c8376;fill-rule:evenodd"/><path d="m15.856 28.575 12.719-12.719L15.856 3.418 3.425 16.136l12.431 12.439z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="m18.498 6.246.847.854-5.843 5.928V7.1h.567l.847-.854V3.992l-.847-.854H4.652l-.847.854v2.254l.847.854h.66v19.214l1.034.847h2.921L29.516 6.246V3.992l-.847-.854h-9.231l-.94.854z" style="fill:#231f20;fill-rule:evenodd"/><path d="m18.498 6.246.847.854-5.843 5.928V7.1h.567l.847-.854V3.992l-.847-.854H4.652l-.847.854v2.254l.847.854h.66v19.214l1.034.847h2.921L29.516 6.246V3.992l-.847-.854h-9.231l-.94.854v2.254z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="m4.932 6.533-.567-.567V4.272l.567-.567 8.857-.007.56.574-.56.272-.287-.272-8.57 1.407z" style="fill:#fff;fill-rule:evenodd"/><path d="m4.932 6.533-.567-.567V4.272l.567-.567 8.857-.007.56.574-.56.272-.287-.272-8.57 1.407v.854z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="m6.626 26.594-.66-.567V6.526l.66-.56z" style="fill:#fff;fill-rule:evenodd"/><path d="m6.626 26.594-.66-.567V6.526l.66-.56v20.628z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="m20.759 6.533.567-.567V7.1l-9.424 9.603 1.04-2.261z" style="fill:#fff;fill-rule:evenodd"/><path d="m20.759 6.533.567-.567V7.1l-9.424 9.603 1.04-2.261 7.817-7.909z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="m6.82 5.686-.194.28-.66.567H4.932V5.399z" style="fill:#929497;fill-rule:evenodd"/><path d="m6.82 5.686-.194.28-.66.567H4.932V5.399l1.888.287z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="M12.942 6.533v7.909l-1.04 2.254V5.958h1.6l.287-.28-.287-1.406h.847v1.694l-.56.567z" style="fill:#929497;fill-rule:evenodd"/><path d="M12.942 6.533v7.909l-1.04 2.254V5.958h1.6l.287-.28-.287-1.406h.847v1.694l-.56.567h-.847z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="m19.625 6.533-.56-.567V4.272l.653-.567h8.577l.661.567-.948.847-8.383.56z" style="fill:#fff;fill-rule:evenodd"/><path d="m19.625 6.533-.56-.567V4.272l.653-.567h8.577l.661.567-.948.847-8.383.56v.854z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="M28.956 5.966 9.074 26.594H6.626v-.847H8.42L28.295 5.399l-.287-1.127h.948z" style="fill:#929497;fill-rule:evenodd"/><path d="M28.956 5.966 9.074 26.594H6.626v-.847H8.42L28.295 5.399l-.287-1.127h.948v1.694z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="m21.512 5.686-.193.28-.56.567h-1.134V5.399z" style="fill:#929497;fill-rule:evenodd"/><path d="m21.512 5.686-.193.28-.56.567h-1.134V5.399l1.887.287z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="M11.902 16.696V5.958h1.6l.287-.279V4.544l-.287-.279h-8.29l-.28.279v1.135l.28.279h1.414v19.789l.366.28h1.615L28.389 5.399v-.811l-.287-.323h-8.19l-.287.279v1.142l.287.28h1.414V7.1z" style="fill:#d0d2d3;fill-rule:evenodd"/><path d="M11.902 16.696V5.958h1.6l.287-.279V4.544l-.287-.279h-8.29l-.28.279v1.135l.28.279h1.414v19.789l.366.28h1.615L28.389 5.399v-.811l-.287-.323h-8.19l-.287.279v1.142l.287.28h1.414V7.1l-9.424 9.596z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="m17.041 16.711.66-.567h1.694l.474.567-.567 1.694-.653.567h-1.694l-.481-.567z" style="fill:#231f20;fill-rule:evenodd"/><path d="m17.041 16.711.66-.567h1.694l.474.567-.567 1.694-.653.567h-1.694l-.481-.567.567-1.694z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="m17.608 26.034 1.701-5.081h-.567l.567-1.702h2.534l.567.568h.38l.56-.568h1.888l.567.568h.373l.567-.568h2.067l.754 1.135-1.235 4.019h.56l-.545 1.629h-3.395l1.327-3.955h-.847l-.782 2.312h.56l-.531 1.643h-3.395l1.32-3.955h-.847l-.789 2.326h.567l-.531 1.629z" style="fill:#231f20;fill-rule:evenodd"/><path d="m17.608 26.034 1.701-5.081h-.567l.567-1.702h2.534l.567.568h.38l.56-.568h1.888l.567.568h.373l.567-.568h2.067l.754 1.135-1.235 4.019h.56l-.545 1.629h-3.395l1.327-3.955h-.847l-.782 2.312h.56l-.531 1.643h-3.395l1.32-3.955h-.847l-.789 2.326h.567l-.531 1.629h-3.395z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="m28.554 19.819.438.624-1.393 4.464h.56l-.187.56h-2.261l1.321-3.955h-1.981l-1.127 3.395h.56l-.187.56h-2.261l1.321-3.955h-1.981l-1.127 3.395h.567l-.194.56h-2.261l1.702-5.081h-.568l.187-.567h2.074l.567.567h.56l.567-.567h1.694l.567.567h.567l.567-.567z" style="fill:#d0d2d3;fill-rule:evenodd"/><path d="m28.554 19.819.438.624-1.393 4.464h.56l-.187.56h-2.261l1.321-3.955h-1.981l-1.127 3.395h.56l-.187.56h-2.261l1.321-3.955h-1.981l-1.127 3.395h.567l-.194.56h-2.261l1.702-5.081h-.568l.187-.567h2.074l.567.567h.56l.567-.567h1.694l.567.567h.567l.567-.567h1.709z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="m19.022 19.251-1.73 5.149h.589l-.56 1.637h-3.388l1.694-5.082h-.567l3.962-1.7Zm-3.962 1.7.567-1.7h3.4l-3.962 1.7Z" style="fill:#231f20;fill-rule:evenodd"/><path d="m19.022 19.251-1.73 5.149h.589l-.56 1.637h-3.388l1.694-5.082h-.567l3.962-1.7Zm-3.962 1.7.567-1.7h3.4l-3.962 1.7Z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="m16.947 25.467.187-.56h-.567l1.701-5.088h-2.354l-.194.567h.66l-1.694 5.081z" style="fill:#d0d2d3;fill-rule:evenodd"/><path d="m16.947 25.467.187-.56h-.567l1.701-5.088h-2.354l-.194.567h.66l-1.694 5.081h2.261z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/><path d="m18.828 18.125.38-1.134-.186-.28h-1.134l-.374.28-.38 1.134.194.28h1.134z" style="fill:#d0d2d3;fill-rule:evenodd"/><path d="m18.828 18.125.38-1.134-.186-.28h-1.134l-.374.28-.38 1.134.194.28h1.134l.366-.28z" style="fill:none;stroke:#231f20;stroke-miterlimit:10;stroke-width:.216000005602837px"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path fill="url(#a)" d="m29.884 6.146-13.142 23.5a.714.714 0 0 1-1.244.005L2.096 6.148a.714.714 0 0 1 .746-1.057l13.156 2.352a.7.7 0 0 0 .253 0l12.881-2.348a.714.714 0 0 1 .752 1.05z"/><path fill="url(#b)" d="M22.264 2.007 12.54 3.912a.36.36 0 0 0-.288.33l-.598 10.104a.357.357 0 0 0 .437.369l2.707-.625a.357.357 0 0 1 .43.42l-.804 3.939a.357.357 0 0 0 .454.413l1.672-.508a.357.357 0 0 1 .454.414l-1.279 6.187c-.08.387.435.598.65.267l.143-.222 7.925-15.815a.357.357 0 0 0-.387-.51l-2.787.537a.357.357 0 0 1-.41-.45l1.818-6.306a.357.357 0 0 0-.412-.45"/><defs><linearGradient id="a" x1="6" x2="235" y1="33" y2="344" gradientTransform="translate(1.34 1.894)scale(.07142)" gradientUnits="userSpaceOnUse"><stop stop-color="#41D1FF"/><stop offset="1" stop-color="#BD34FE"/></linearGradient><linearGradient id="b" x1="194.651" x2="236.076" y1="8.818" y2="292.989" gradientTransform="translate(1.34 1.894)scale(.07142)" gradientUnits="userSpaceOnUse"><stop stop-color="#FFEA83"/><stop offset=".083" stop-color="#FFDD35"/><stop offset="1" stop-color="#FFA800"/></linearGradient></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="m22.86 11.09-6.55 9.46a.6.6 0 0 1-.28.21.55.55 0 0 1-.36 0 .56.56 0 0 1-.29-.21.6.6 0 0 1-.09-.35l.26-5.2-4.23-.9a.55.55 0 0 1-.24-.12.5.5 0 0 1-.16-.22.5.5 0 0 1 0-.27.46.46 0 0 1 .1-.25l6.54-9.46a.58.58 0 0 1 .29-.22.53.53 0 0 1 .35 0 .58.58 0 0 1 .29.22.52.52 0 0 1 .09.34l-.26 5.22 4.23.9a.6.6 0 0 1 .25.12.7.7 0 0 1 .16.22.62.62 0 0 1-.06.53Z" style="fill:#fcc72b"/><path d="M16 28.49a1.4 1.4 0 0 1-.5-.1 1.3 1.3 0 0 1-.43-.29l-6.19-6.19A1.28 1.28 0 0 1 8.5 21a1.3 1.3 0 0 1 1.32-1.32 1.32 1.32 0 0 1 .94.38L16 25.29l11.43-11.43a1.32 1.32 0 0 1 .94-.38 1.3 1.3 0 0 1 .93.39 1.3 1.3 0 0 1 .39.93 1.34 1.34 0 0 1-.38.93L16.94 28.1a1.4 1.4 0 0 1-.43.29 1.5 1.5 0 0 1-.51.1" style="fill:#729b1b"/><path d="M16 28.49a1.4 1.4 0 0 0 .5-.1 1.3 1.3 0 0 0 .43-.29l6.19-6.19a1.28 1.28 0 0 0 .38-.91 1.3 1.3 0 0 0-1.32-1.32 1.32 1.32 0 0 0-.94.38L16 25.29 4.57 13.86a1.32 1.32 0 0 0-.94-.38 1.3 1.3 0 0 0-.93.39 1.3 1.3 0 0 0-.39.93 1.34 1.34 0 0 0 .38.93L15.06 28.1a1.4 1.4 0 0 0 .43.29 1.5 1.5 0 0 0 .51.1" style="fill:#729b1b;fill-opacity:.5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m20.467 29.288 9.485-26.375a.5.5 0 0 0-.566-.728l-7.459.715a1.46 1.46 0 0 0-1.141.9l-8.779 25.206a.573.573 0 0 0 .578.813h7.26a.66.66 0 0 0 .577-.4Z" style="fill:#536b8a"/><path d="m2.614 2.185 7.459.719a1.47 1.47 0 0 1 1.142.9l8.965 25.609a.286.286 0 0 1-.289.406h-7.306a1.31 1.31 0 0 1-1.152-.81L2.048 2.913a.5.5 0 0 1 .566-.728" style="fill:#5d87bf"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M12.068 2h6.866l-2.73 8.421 7.322-1.331L13.115 30l3.037-14.505L8.474 17z" style="fill:gray"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.375 3.291a.874.874 0 0 1 1.463.647v6.312l-8.36 6.624-4.306-3.266ZM6.013 16.669 2.38 19.8a1.166 1.166 0 0 0-.08 1.647q.037.04.077.077l1.541 1.4a1.166 1.166 0 0 0 1.489.066L9.6 19.935Z" style="fill:#009a7c"/><path d="M21.838 21.749 5.412 9.007a1.165 1.165 0 0 0-1.489.066l-1.541 1.4a1.166 1.166 0 0 0-.077 1.647q.037.04.077.077l17.99 16.5a.875.875 0 0 0 1.466-.645Z" style="fill:#00b294"/><path d="M23.244 29.747a1.745 1.745 0 0 1-1.989-.338A1.025 1.025 0 0 0 23 28.684V3.316a1.025 1.025 0 0 0-1.749-.725 1.745 1.745 0 0 1 1.989-.338l5.765 2.772A1.75 1.75 0 0 1 30 6.6v18.8a1.75 1.75 0 0 1-.991 1.576Z" style="fill:#24bfa5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m29.01 5.03-5.766-2.776a1.74 1.74 0 0 0-1.989.338L2.38 19.8a1.166 1.166 0 0 0-.08 1.647q.037.04.077.077l1.541 1.4a1.165 1.165 0 0 0 1.489.066L28.142 5.75A1.158 1.158 0 0 1 30 6.672v-.067a1.75 1.75 0 0 0-.99-1.575" style="fill:#0065a9"/><path d="m29.01 26.97-5.766 2.777a1.745 1.745 0 0 1-1.989-.338L2.38 12.2a1.166 1.166 0 0 1-.08-1.647q.037-.04.077-.077l1.541-1.4A1.165 1.165 0 0 1 5.41 9.01l22.732 17.24A1.158 1.158 0 0 0 30 25.328v.072a1.75 1.75 0 0 1-.99 1.57" style="fill:#007acc"/><path d="M23.244 29.747a1.745 1.745 0 0 1-1.989-.338A1.025 1.025 0 0 0 23 28.684V3.316a1.024 1.024 0 0 0-1.749-.724 1.74 1.74 0 0 1 1.989-.339l5.765 2.772A1.75 1.75 0 0 1 30 6.6v18.8a1.75 1.75 0 0 1-.991 1.576Z" style="fill:#1f9cf0"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m11.72 18.685-6.883 5.184L2 22.922 9 16 2 9.077l2.837-.947 6.883 5.184 11.433-11.3L30 4.922v22.155l-6.847 2.909ZM15.287 16l7.865 5.923V10.076Z" style="fill:#007acc"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.821 4.321 24.023 2l-12.53 12.212-7.66-5.827-1.654.837V22.8l1.644.827 7.65-5.827L24.023 30l5.8-2.321V4.321ZM4.65 19.192v-6.374l3.55 3.167zM16 15.985l7.082-5.3v10.639l-7.092-5.339z" style="fill:#007acc"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#0065a9" d="m29.01 5.03-5.766-2.776a1.74 1.74 0 0 0-1.989.338L2.38 19.8a1.166 1.166 0 0 0-.08 1.647q.037.04.077.077l1.541 1.4a1.165 1.165 0 0 0 1.489.066L28.142 5.75A1.158 1.158 0 0 1 30 6.672v-.067a1.75 1.75 0 0 0-.99-1.575"/><path fill="#007acc" d="m29.01 26.97-5.766 2.777a1.745 1.745 0 0 1-1.989-.338L2.38 12.2a1.166 1.166 0 0 1-.08-1.647q.037-.04.077-.077l1.541-1.4A1.165 1.165 0 0 1 5.41 9.01l22.732 17.24A1.158 1.158 0 0 0 30 25.328v.072a1.75 1.75 0 0 1-.99 1.57"/><path fill="#1f9cf0" d="M23.244 29.747a1.745 1.745 0 0 1-1.989-.338A1.025 1.025 0 0 0 23 28.684V3.316a1.024 1.024 0 0 0-1.749-.724 1.74 1.74 0 0 1 1.989-.339l5.765 2.772A1.75 1.75 0 0 1 30 6.6v18.8a1.75 1.75 0 0 1-.991 1.576Z"/><path fill="#275fb0" d="M12.111 31.674a3.85 3.85 0 0 1-3.031-4.563c.254-1.07.2-1.008 5.726-6.787l5.2-5.442 1.476 1.4-6 6.264 5.016-.108 3.546-3.7 1.47 1.414-5.213 5.43c-4.783 4.982-5.257 5.452-5.743 5.692a3.9 3.9 0 0 1-2.452.393zM26.773 19.19c-.138-.082-1.546-1.4-3.129-2.921l-2.879-2.772-.009-.421a.86.86 0 0 1 .194-.673.99.99 0 0 1 1.037-.374 69 69 0 0 1 6.277 6.023 1 1 0 0 1-1.492 1.133z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 16v14h13v-6H8V8h7V2H2ZM17 5v3h4V6h5v5h-2v4h6V2H17Z" style="fill:#cfcfcf"/><path d="M10 16v6h12V10H10Z" style="fill:#cfcfcf"/><path d="M24 20.5V24h-7v6h13V17h-6Z" style="fill:#cfcfcf"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 16v14h13v-6H8V8h7V2H2ZM17 5v3h4V6h5v5h-2v4h6V2H17Z" style="fill:#cfcfcf"/><path d="M10 16v6h12V10H10Z" style="fill:#cfcfcf"/><path d="M24 20.5V24h-7v6h13V17h-6Z" style="fill:#cfcfcf"/><path d="m26.078 26.787.675-.67c3.123.1 3.17-.008 3.308-.329l.858-2.089.064-.2-.071-.173c-.036-.092-.149-.365-2.1-2.224v-.978c2.25-2.167 2.2-2.278 2.071-2.595l-.855-2.111c-.128-.316-.177-.44-3.277-.355l-.675-.7a15 15 0 0 0-.106-3.079l-.088-.2-2.23-.976c-.329-.149-.444-.2-2.55 2.089l-.947-.013c-2.162-2.315-2.266-2.276-2.59-2.142l-2.071.838c-.324.131-.439.179-.314 3.328l-.669.667c-3.121-.1-3.169.009-3.3.329l-.866 2.096-.068.2.071.174c.036.09.144.36 2.1 2.221v.976c-2.25 2.167-2.2 2.278-2.071 2.6l.854 2.113c.13.323.177.438 3.276.357l.675.7a15.2 15.2 0 0 0 .1 3.075l.088.2 2.244.981c.327.137.439.185 2.539-2.1l.946.011c2.171 2.317 2.283 2.272 2.6 2.145l2.071-.837c.33-.132.439-.184.308-3.329M17.18 21.9a3.718 3.718 0 1 1 4.866 2.118 3.76 3.76 0 0 1-4.866-2.119Z" style="fill:#40535b"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M24.4 3.925H30l-14 24.15L2 3.925h10.71l3.29 5.6 3.22-5.6Z" style="fill:#41b883"/><path d="m2 3.925 14 24.15 14-24.15h-5.6L16 18.415 7.53 3.925Z" style="fill:#41b883"/><path d="M7.53 3.925 16 18.485l8.4-14.56h-5.18L16 9.525l-3.29-5.6Z" style="fill:#35495e"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M24.4 3.925H30l-14 24.15L2 3.925h10.71l3.29 5.6 3.22-5.6Z" style="fill:#41b883"/><path d="m2 3.925 14 24.15 14-24.15h-5.6L16 18.415 7.53 3.925Z" style="fill:#41b883"/><path d="M7.53 3.925 16 18.485l8.4-14.56h-5.18L16 9.525l-3.29-5.6Z" style="fill:#35495e"/><path d="m26.684 27.192.456-.447c2.112.068 2.144-.005 2.237-.219l.58-1.393L30 25l-.047-.115c-.025-.061-.1-.243-1.42-1.483v-.652c1.521-1.445 1.489-1.519 1.4-1.73l-.577-1.407c-.087-.211-.12-.294-2.216-.237l-.457-.465a10 10 0 0 0-.071-2.053l-.059-.132-1.508-.65c-.222-.1-.3-.136-1.724 1.393l-.64-.009c-1.466-1.543-1.535-1.515-1.755-1.428l-1.4.559c-.219.088-.3.119-.212 2.219l-.453.445c-2.11-.068-2.142.006-2.234.219l-.581 1.393L16 21l.048.116c.025.06.1.24 1.419 1.481v.65c-1.521 1.445-1.488 1.519-1.4 1.731l.577 1.409c.089.215.12.292 2.216.238l.456.467a10 10 0 0 0 .07 2.05l.058.133 1.518.654c.221.091.3.124 1.717-1.4l.64.008c1.468 1.545 1.543 1.515 1.757 1.43l1.4-.558c.224-.086.297-.116.208-2.217m-6.013-3.262a2.47 2.47 0 0 1 1.449-3.2 2.525 2.525 0 0 1 3.246 1.429 2.467 2.467 0 0 1-1.405 3.184 2.554 2.554 0 0 1-3.29-1.413" style="fill:#99b8c4"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 32 32"><path d="M0 0h32v32H0z" style="fill:none"/><path d="m17.96 25.22-8.421-8.419a1.96 1.96 0 0 1-.532-1.378V3.407c0-.7-.7-1.4-1.4-1.4H4.799c-.7 0-1.4.7-1.4 1.4v13.996c0 .742.273 1.456.799 1.981l9.8 9.797c.546.546 1.26.819 1.981.819h1.4a1.4 1.4 0 0 0 1.4-1.4v-1.392c0-.721-.273-1.435-.819-1.981zM28.601 3.4c0-.707-.693-1.4-1.4-1.4h-2.808c-.7 0-1.4.7-1.4 1.4v12.009a1.98 1.98 0 0 1-.56 1.385l-2.821 2.821a2.8 2.8 0 0 0-.819 1.98v1.4c0 .777.63 1.399 1.4 1.399h1.4c.714 0 1.435-.273 1.981-.818l4.2-4.199c.525-.526.82-1.238.82-1.981V3.4z" style="fill:#9f4cf2;fill-rule:nonzero"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 16h14V2h14v28H2Z" style="fill:#5fb050"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#F2C57E" d="m12.8 25.2-.9 3.8s8.5.2 12-2.7 2.7-2.7 2.7-2.7L22.9 20z"/><path fill="#BD704B" d="M15.3 25.7s.3 2.8 1.2 3.3c0 0-4.5.4-4.4-.9l.7-2.9z"/><path fill="#F2C57E" d="M12.2 18.8s.8 1.1 1 2.9-1.9 3.3 2 3.9c3.4.6 10.6-2.6 8.3-4.9-1.5-1.5-2.5-2.7-1.9-5.6.7-2.9-3.3-4.7-3.3-4.7z"/><path fill="#BD704B" d="M21 17.9s1.3 3.3 5.4 5.8l.4-.7s-3.5-1-5.3-5.1-.5.1-.5 0M13.7 6.2s-2.4 1-1.3 8.4c.4 4-1.3 3.7-1.7 3.3s1.1-2.4.3-3.1-1.9-.1-2.9-2.1c-1.3-2.6.2-1.5 1.4-3.8.8-1.7 1.5-2.6 2.2-2.5.8.2 1.3-.8 2-.2"/><g fill="#F2C57E"><path d="M8.9 14.7s.1 1.8-.2 2.7c-.6 1.4.8 3.4 2.7 1.3s-2.4-4-2.5-4"/><path d="M18.7 6.7s-3.6-1.9-6.6.2-.6 1.8-2.4 4.5-.4 8.6 5.4 8.8 5.6-10.8 5.6-10.8-.7-2.5-2-2.7"/></g><path fill="#BD704B" d="M17.4 18.8s-1.8 1.6-1.7 2.7c.1 1 4.4.8.6 1.9-1 .3-1 2.1-.2 2.3.8.3-3.2-.4-3.2-1.7.1-1.3.6-3.7-.7-4.6-.1.1 3.3 1.2 5.2-.6"/><path fill="#AE4747" d="M12.8 23.9s3.5 1.7 7.1-.3c2.7-1.4 3.5-3 3.3-3.4 0 0 .7 0 1.3.9.5.7-.3 2.8-4.2 4.5-3.7 1.5-7 .6-7.7-.1-.6-.4.2-1.6.2-1.6"/><path fill="#3F2419" d="M11.4 10.8c-.2 0-.4-.2-.4-.4v-1c0-.2.2-.4.4-.4s.4.2.4.4v1c0 .2-.2.4-.4.4"/><path fill="#F2C57E" d="M12.5 9.7s-3.1 2.2-4.3 2.7-1 1.8.6 3.1 6.2-2.2 3.7-5.8"/><path fill="#BD704B" d="M8 14.7s1.1 1.3.5 2.6c-.5.9 0 2.7 1.8 2.2 0 0-2.1.1-1.2-2.1.2-.8.2-2.1-1.1-2.7m9.9-8.3s3.4 1.3 2.1 8.8c-.5 4 1.5 3.6 2 3.4.5-.4.5-1.7 1.4-2.2.9-.7 3.3-2.8 2.1-4.9s-2.3-1.7-3.2-3c-.7-1.2-1.1-1.4-2-1.4-.6-.2-1.5-1.2-2.4-.7"/><path fill="#3F2419" d="M16.9 11.2c-.2 0-.5-.2-.5-.5v-1c0-.2.2-.5.5-.5.2 0 .5.2.5.5v1.1c0 .3-.2.4-.5.4"/><g fill="#BD704B"><path d="M16.2 8.9s-1-.6-.2-1c1.1-.7 2.3.4 2.5.9 0 0-1.3-1.2-2.3-.7-.5.4 0 .8 0 .8m-4.4-.8c0-.1-.1-.2-.2-.2-.1-.1-.4-.1-.6-.1s-.3.2-.4.3c.1-.2.2-.4.5-.6.1-.1.2-.1.4-.1s.5.1.7.2.3.4.3.7c-.1.3-.2.5-.4.6-.1 0-.1.1-.1 0v-.2q.15-.15 0-.3c-.1-.1-.1-.2-.2-.3m-1.6 8.8s1 3.5 4.9 2.6c3.5-.8 4-3.8 4-3.8.2.7-.7 4.8-5.5 4.4-3.5-.3-3.4-3.2-3.4-3.2"/><path d="M10.9 18.6s-.1 1.4-2.1.7c0 0 1 1.1 2.2-.1.5-.6-.1-.6-.1-.6m-3.1-5c-.2-.1-.2-.5-.1-.7.2-.2.6-.4.8-.6 1.5-.7 3-1.5 4.1-2.8 0 0-3.3 2.2-4.9 2.9-.9.3.1 1.2.1 1.2"/></g><path fill="#AE4747" d="M7.4 12.9c-.6.6.3 2.1 1.3 2.5 1.1.6 2.9-1.5 2.5-2.1-.2-.7-2.7-1.4-3.8-.4"/><path fill="#6A2525" d="M9.6 14.7c-.1-.1-.1-.4 0-.5l.1-.1c0-.1.1-.1.1-.1.4-.1.8.1 1.1.5.2.2.1.5-.1.6-.3.1-.7.2-1 .1 0-.1-.1-.3-.2-.5m-1.2 0c.1-.1.1-.4 0-.5l-.1-.1c0-.1-.1-.1-.1-.1-.3-.1-.7.1-.9.5-.3.2-.2.5 0 .6s.6.2.7.1c.3 0 .4-.3.4-.5"/><path fill="#AE4747" d="M16 30C8.3 30 2 23.7 2 16S8.3 2 16 2s14 6.3 14 14-6.3 14-14 14m0-26.1C9.4 3.9 3.9 9.4 3.9 16S9.4 28.1 16 28.1 28.1 22.6 28.1 16 22.7 3.9 16 3.9"/><g fill="#BD704B"><path d="M12.1 6.6s4.2-1.8 7.4.9c0 0-.1-1.2-2.4-1.8-1.5-.2-4.3-.2-5 .9"/><ellipse cx="11.6" cy="17.2" rx=".3" ry=".2"/><ellipse cx="13.5" cy="18.1" rx=".3" ry=".2"/><ellipse cx="15.1" cy="18.1" rx=".3" ry=".2"/><ellipse cx="14.3" cy="18.9" rx=".3" ry=".2"/><ellipse cx="12.3" cy="18.4" rx=".3" ry=".2"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19.153 2.35v.15a3.2 3.2 0 1 1-6.4 0v-.15H2v27.919h27.919V2.35Z" style="fill:#654ff0"/><path d="M8.485 17.4h1.85l1.265 6.723h.023L13.14 17.4h1.731l1.371 6.81h.027l1.44-6.81h1.815l-2.358 9.885h-1.837l-1.36-6.728h-.036l-1.456 6.728h-1.87Zm13.124 0h2.917l2.9 9.885h-1.911l-.63-2.2h-3.323l-.486 2.2h-1.859Zm1.11 2.437-.807 3.627h2.512l-.924-3.632Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><ellipse cx="16" cy="16.001" rx="14.438" ry="14.925" style="fill:#fff"/><path d="m4.712 17.65.014-.014.014-.014q.489-.482.967-.964c.221-.214.435-.436.649-.65-.214-.214-.435-.428-.649-.65a126 126 0 0 0-.967-.964l-.014-.014-.014-.014q-.466-.505-.933-1-.81-.867-1.589-1.714a15.46 15.46 0 0 0 0 8.727q.779-.846 1.589-1.714c.311-.351.621-.68.933-1.015M29.809 11.636q-.779.846-1.589 1.714-.466.495-.933 1l-.014.014-.014.014q-.489.482-.967.964c-.221.214-.435.436-.649.65.214.214.435.428.649.65q.478.482.967.964l.014.014.014.014q.466.505.933 1 .81.867 1.589 1.714a15.4 15.4 0 0 0 0-8.713ZM24.835 16.793c-3.019 2.964-5.893 5.456-8.663 5.456h-.345c-2.77 0-5.644-2.492-8.663-5.456-.546.543-1.1 1.1-1.651 1.65-.981 1.057-1.983 2.107-2.908 3.135A14.46 14.46 0 0 0 16 30.926a14.46 14.46 0 0 0 13.395-9.348c-.926-1.028-1.92-2.078-2.908-3.135a161 161 0 0 0-1.652-1.65M7.165 15.207c3.019-2.964 5.893-5.456 8.663-5.456h.345c2.77 0 5.644 2.492 8.663 5.456.546-.543 1.1-1.1 1.651-1.65.981-1.057 1.983-2.107 2.908-3.135A14.46 14.46 0 0 0 16 1.074a14.46 14.46 0 0 0-13.395 9.348c.926 1.028 1.92 2.078 2.908 3.135.553.558 1.099 1.108 1.652 1.65" style="fill:#4356e6"/><path d="M14.038 14.172a1.14 1.14 0 0 0-.553.993v1.678a1.15 1.15 0 0 0 .553.993l1.409.843a1.06 1.06 0 0 0 1.105 0l1.409-.843a1.14 1.14 0 0 0 .553-.993v-1.679a1.15 1.15 0 0 0-.553-.993l-1.409-.843a1.06 1.06 0 0 0-1.105 0Z" style="fill:#4356e6"/><path d="M7.959 16c2.894 2.842 5.641 5.221 8.041 5.1 2.4.121 5.14-2.257 8.041-5.1-2.894-2.842-5.641-5.221-8.041-5.1-2.4-.121-5.14 2.258-8.041 5.1m8.594-3.992 2.515 1.5a1.14 1.14 0 0 1 .553.993v3a1.15 1.15 0 0 1-.553.993l-2.515 1.5a1.06 1.06 0 0 1-1.105 0l-2.515-1.5a1.14 1.14 0 0 1-.553-.993v-3a1.15 1.15 0 0 1 .553-.993l2.515-1.5a1.09 1.09 0 0 1 1.105 0" style="fill:#4356e6"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 32 32"><g fill="none" fill-rule="evenodd"><path fill="#EA5906" d="M2.188 0h23.626A2.19 2.19 0 0 1 28 2.188v23.626a2.19 2.19 0 0 1-2.188 2.188H2.187A2.19 2.19 0 0 1 0 25.813V2.187A2.19 2.19 0 0 1 2.188 0"/><path fill="#d2d2d2" d="M3.5 7v14h-.874V7h.876Zm15.313 0a7 7 0 1 1 0 14 7 7 0 0 1 0-14m-7 0L6.171 21h-.922L10.89 7zm7 .876a6.126 6.126 0 1 0 0 12.25 6.126 6.126 0 0 0 0-12.25"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="-236.884" cy="-171.086" r=".006" gradientTransform="matrix(2157.515 0 0 -2491.283 511096.688 -426208.482)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#93b4e7"/><stop offset=".593" stop-color="#b9d1f8"/><stop offset="1" stop-color="#9cb6e0"/></radialGradient></defs><path d="M16 2.043 3.9 9.032v13.979L16 30l12.106-6.989V9.032Z" style="fill:url(#a)"/><path d="M16 9.133 10 12.6v6.932L16 23l6-3.466V12.6Z" style="fill:#6f95db"/><path d="M16 2 3.869 9.037 16 15.642 28.131 9.08Zm0 14.548L3.869 22.981 16 29.974l12.088-7.037z" style="fill:#fff;fill-opacity:.100000001490116"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M12.67 5.042a2.9 2.9 0 0 1-.245 1.188 2.7 2.7 0 0 1-.739.985 3.5 3.5 0 0 1-1.165.635 5 5 0 0 1-1.562.223h-.495V6.162l.5.017a3 3 0 0 0 .577-.033 1.6 1.6 0 0 0 .406-.119.5.5 0 0 0 .184-.136.13.13 0 0 0 .025-.091.2.2 0 0 0-.008-.076.4.4 0 0 0-.054-.092q-.065-.075-.135-.149a2 2 0 0 1-.2-.228 1.26 1.26 0 0 1-.293-.835 1.4 1.4 0 0 1 .1-.526 1.4 1.4 0 0 1 .76-.775 1.5 1.5 0 0 1 .61-.119 1.55 1.55 0 0 1 .753.183 1.7 1.7 0 0 1 .553.483 2.1 2.1 0 0 1 .32.65 2.5 2.5 0 0 1 .108.726M14.364 6.314H24V8.4h-9.636zM8 10.958h6.089v2.092H8zM8 14.008h6.089v2.091H8zM17.12 10.958h6.089v2.092H17.12zM17.12 14.008h6.089v2.091H17.12zM11.34 20.639v6.293h2.77V29H9.023V18.57h5.087v2.069zM21.992 18.57V29h-5.076v-2.068h2.758v-6.293h-2.758V18.57z" style="fill:#f3b276"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.014 2 5.127 8.169v8.347h2.01v-7.23L16 4.219l8.863 5.067v9.157a5.82 5.82 0 0 1-1.424 3.7c-2.205 2.875-6.2 5.039-7.44 5.639a24.1 24.1 0 0 1-7.258-5.234h11.684a12.4 12.4 0 0 0 1.815-2.01H5.392C7.025 26.148 15.986 30 15.986 30s8.975-3.825 10.608-9.464a8 8 0 0 0 .279-2.094V8.169Z" style="fill:#23b0e8"/><path d="M10.794 11.282h10.441v1.745H10.794zM9.928 14.339h12.185v1.745H9.928zM9.928 17.382h12.185v1.745H9.928zM13.627 8.239h4.788v1.745h-4.788z" style="fill:#23b0e8"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 768 600"><path d="M293.628 508.5 52.873 91.5h481.51z" data-name="Triangle 1" style="fill:#005a9c;fill-rule:evenodd"/><path d="m534.628 91.5-120.5 208h241z" data-name="Triangle 2" style="fill-rule:evenodd;fill:#0066b0"/><path d="m534.628 507.5-120.5-208h241z" data-name="Triangle 3" style="fill-rule:evenodd;fill:#0076cc"/><path d="m654.628 300.5-60.5-104h121z" data-name="Triangle 4" style="fill-rule:evenodd;fill:#0086e8"/><path d="m654.628 92.5-60.5 104h121z" data-name="Triangle 5" style="fill-rule:evenodd;fill:#0093ff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 30V2H2v28Z"/><path d="M29.153 29.123H2.847V2.872h26.306ZM13.214 21.4c-.03-.065-.053-.11-.073-.155L8.722 10.948a8 8 0 0 1-.311-.806 1.07 1.07 0 0 1 .422-1.236 2.13 2.13 0 0 1 1-.352c.231-.031.252-.051.259-.3a1 1 0 0 0-.014-.186.186.186 0 0 0-.217-.181c-.642.031-1.284.049-1.925.086a19 19 0 0 1-2.692-.003c-.56-.045-1.123-.058-1.684-.074a.23.23 0 0 0-.183.115c-.11.3.047.559.3.54a1 1 0 0 1 .179.025 2.58 2.58 0 0 1 1.989 1.335 11 11 0 0 1 .537 1.074q2.244 5.283 4.474 10.572l1.116 2.644a.35.35 0 0 0 .313.248.37.37 0 0 0 .376-.2q.041-.075.08-.149l3.528-6.618c.026-.048.053-.1.09-.161.032.064.056.108.077.153l1.681 3.622 1.44 3.104a.38.38 0 0 0 .374.256c.179 0 .259-.107.327-.264q2.852-6.634 5.713-13.262a12 12 0 0 1 .679-1.311 2.12 2.12 0 0 1 1.717-1.058.405.405 0 0 0 .34-.5c-.022-.111-.075-.173-.2-.166-.336.02-.673.022-1.007.054A12 12 0 0 1 25.46 8a55 55 0 0 0-1.713-.1c-.164-.008-.227.057-.241.226a2 2 0 0 0 0 .217c.006.142.073.2.216.217a3.7 3.7 0 0 1 .8.186.96.96 0 0 1 .618.893 2.8 2.8 0 0 1-.264 1.276l-4.205 10.078c-.023.055-.05.108-.084.181-.027-.048-.046-.077-.06-.107Q19.114 18.1 17.7 15.139a.23.23 0 0 1 .01-.229c.454-.858.9-1.722 1.355-2.577.418-.776.835-1.556 1.287-2.313a4.4 4.4 0 0 1 .739-.913 2.38 2.38 0 0 1 1.44-.559.268.268 0 0 0 .282-.293 1 1 0 0 0 0-.2c-.011-.106-.06-.168-.177-.161-.356.02-.712.025-1.067.053a13 13 0 0 1-2.1.053c-.575-.047-1.152-.068-1.728-.107a.223.223 0 0 0-.25.174.9.9 0 0 0-.03.273c0 .14.07.2.217.215a3.3 3.3 0 0 1 .663.121.99.99 0 0 1 .745 1.162 2.8 2.8 0 0 1-.351 1.016q-.751 1.45-1.506 2.9c-.027.052-.056.1-.09.167-.027-.049-.049-.083-.066-.12-.524-1.094-1.051-2.186-1.568-3.283a5.4 5.4 0 0 1-.307-.807.69.69 0 0 1 .431-.937 4.3 4.3 0 0 1 .813-.207c.329-.062.352-.08.326-.432v-.031c-.016-.136-.073-.217-.223-.21-.561.031-1.123.049-1.684.086a15 15 0 0 1-2.431-.01c-.48-.044-.962-.056-1.443-.075a.21.21 0 0 0-.164.072.39.39 0 0 0-.028.366.4.4 0 0 0 .116.147.36.36 0 0 0 .171.069A1.97 1.97 0 0 1 12.72 9.6c.138.258.3.5.422.769q1.335 2.856 2.662 5.717a.28.28 0 0 1-.006.285q-1.237 2.4-2.468 4.795Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" data-name="Layer 2" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="6.61" x2="22.87" y1="28.32" y2="2.68" gradientTransform="matrix(1 0 0 -1 0 31.89)" gradientUnits="userSpaceOnUse"><stop offset=".08" stop-color="#54c8f1"/><stop offset=".57" stop-color="#41a2ef"/><stop offset="1" stop-color="#3386ee"/></linearGradient><linearGradient xlink:href="#a" id="b" x1="4.13" x2="20.39" y1="26.75" y2="1.11"/><linearGradient xlink:href="#a" id="c" x1="8.72" x2="24.97" y1="29.65" y2="4.01"/><linearGradient xlink:href="#a" id="d" x1="-2.71" x2="13.54" y1="22.41" y2="-3.23"/></defs><path d="M16.58 6.91A4.93 4.93 0 0 0 11.66 2a4.35 4.35 0 0 0-4.58 4.21H9.9a1.58 1.58 0 0 1 1.76-1.41 2.12 2.12 0 0 1 2.11 2.11c0 1.17-.85 2.12-3 2.12H3.11v2.81h7.66c3.62 0 5.81-2.21 5.81-4.93m0 0A4.93 4.93 0 0 0 11.66 2a4.35 4.35 0 0 0-4.58 4.21H9.9a1.58 1.58 0 0 1 1.76-1.41 2.12 2.12 0 0 1 2.11 2.11c0 1.17-.85 2.12-3 2.12H3.11v2.81h7.66c3.62 0 5.81-2.21 5.81-4.93" style="fill:url(#a)"/><path d="M22.83 25.09A4.93 4.93 0 0 1 17.9 30a4.35 4.35 0 0 1-4.57-4.22h2.81a1.59 1.59 0 0 0 1.76 1.42 2.11 2.11 0 0 0 2.1-2.11c0-1.17-1.06-2.09-3-2.09H8.51v-2.84H17c3.64 0 5.83 2.21 5.83 4.93m0 0A4.93 4.93 0 0 1 17.9 30a4.35 4.35 0 0 1-4.57-4.22h2.81a1.59 1.59 0 0 0 1.76 1.42 2.11 2.11 0 0 0 2.1-2.11c0-1.17-1.06-2.09-3-2.09H8.51v-2.84H17c3.64 0 5.83 2.21 5.83 4.93" style="fill:url(#b)"/><path d="M23.57 6.33a5.22 5.22 0 0 0-5.3 5.47h2.49a2.62 2.62 0 0 1 2.81-2.67 2.39 2.39 0 0 1 2.52 2.67c0 1.54-1.09 2.81-4.06 2.81H3.11v2.82h19.34c4.4 0 6.44-2.83 6.44-5.63a5.17 5.17 0 0 0-5.32-5.47" style="fill:url(#c)"/><path d="M6.8 20.16H3.11V23H6.8Z" style="fill:url(#d)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#2194a8" d="M19.153 2.35v.15a3.2 3.2 0 1 1-6.4 0v-.15H2v27.919h27.919V2.35Z"/><text xml:space="preserve" x="9.669" y="23.851" fill="#fff" stroke-width="1.029" font-size="12.35" transform="scale(.87405 1.1441)"><tspan x="9.669" y="23.851" font-family="'Segoe UI'" font-weight="bold" style="font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal">WIT</tspan></text></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 20.55 25.94 16 30 11.45l-5.948-1.294.595-6.067-5.576 2.454-3.078-5.264-3.064 5.264-5.576-2.454.595 6.067L2 11.45 6.059 16 2 20.55l5.948 1.294-.595 6.067 5.576-2.454 3.078 5.264 3.063-5.264 5.591 2.454-.61-6.067Z" style="fill:#d10"/><path d="M19.353 11.45a6.97 6.97 0 0 1-3.42.862 5.45 5.45 0 0 1-3.212-.862 7.1 7.1 0 0 1-.221 3.35 6.23 6.23 0 0 1-1.874 2.914 7.45 7.45 0 0 1 3.138 1.19 9.7 9.7 0 0 1 2.216 2.721 8.2 8.2 0 0 1 2.141-2.691 7.6 7.6 0 0 1 3.242-1.2 12.6 12.6 0 0 1-1.933-2.944 6.7 6.7 0 0 1-.077-3.34m-1.9 6.543a5.2 5.2 0 0 0-1.457 1.636 6.2 6.2 0 0 0-1.5-1.621 5.2 5.2 0 0 0-1.948-.848 6.8 6.8 0 0 0 1.115-2.007 6.2 6.2 0 0 0 .223-2.082 6.3 6.3 0 0 0 2.082.446 6.6 6.6 0 0 0 2.171-.461 4.5 4.5 0 0 0 .074 2.156 6.7 6.7 0 0 0 1.249 1.933 7 7 0 0 0-2.012.848Zm4.238-4.015c-.357-1.175.654-6.706.654-6.706s-3.795 2.572-6.457 2.572-6.23-2.572-6.23-2.572 1.175 4.015.461 6.587-4.387 5.472-4.387 5.472 4.788.283 6.6 1.5 3.658 5.948 3.658 5.948 2.454-5.2 3.48-5.948 6.8-1.5 6.8-1.5-4.223-4.178-4.58-5.353Zm-2.84 5.963a9.44 9.44 0 0 0-2.84 4.178s-1.413-3.152-2.974-4.223S8.3 18.543 8.3 18.543s2.454-2.171 3.048-4.1a11.9 11.9 0 0 0-.1-4.952 11.3 11.3 0 0 0 4.669 1.621c2.037 0 4.848-1.621 4.848-1.621s-.818 3.033-.164 4.922 3.108 4.134 3.108 4.134a10.56 10.56 0 0 0-4.862 1.4Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="4.494" x2="13.832" y1="-1712.086" y2="-1695.914" gradientTransform="translate(0 1720)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2368c4"/><stop offset=".5" stop-color="#1a5dbe"/><stop offset="1" stop-color="#1146ac"/></linearGradient></defs><path d="M28.806 3H9.705a1.19 1.19 0 0 0-1.193 1.191V9.5l11.069 3.25L30 9.5V4.191A1.19 1.19 0 0 0 28.806 3" style="fill:#41a5ee"/><path d="M30 9.5H8.512V16l11.069 1.95L30 16Z" style="fill:#2b7cd3"/><path d="M8.512 16v6.5l10.418 1.3L30 22.5V16Z" style="fill:#185abd"/><path d="M9.705 29h19.1A1.19 1.19 0 0 0 30 27.809V22.5H8.512v5.309A1.19 1.19 0 0 0 9.705 29" style="fill:#103f91"/><path d="M16.434 8.2H8.512v16.25h7.922a1.2 1.2 0 0 0 1.194-1.191V9.391A1.2 1.2 0 0 0 16.434 8.2" style="opacity:.10000000149011612;isolation:isolate"/><path d="M15.783 8.85H8.512V25.1h7.271a1.2 1.2 0 0 0 1.194-1.191V10.041a1.2 1.2 0 0 0-1.194-1.191" style="opacity:.20000000298023224;isolation:isolate"/><path d="M15.783 8.85H8.512V23.8h7.271a1.2 1.2 0 0 0 1.194-1.191V10.041a1.2 1.2 0 0 0-1.194-1.191" style="opacity:.20000000298023224;isolation:isolate"/><path d="M15.132 8.85h-6.62V23.8h6.62a1.2 1.2 0 0 0 1.194-1.191V10.041a1.2 1.2 0 0 0-1.194-1.191" style="opacity:.20000000298023224;isolation:isolate"/><path d="M3.194 8.85h11.938a1.193 1.193 0 0 1 1.194 1.191v11.918a1.193 1.193 0 0 1-1.194 1.191H3.194A1.19 1.19 0 0 1 2 21.959V10.041A1.19 1.19 0 0 1 3.194 8.85" style="fill:url(#a)"/><path d="M6.9 17.988q.035.276.046.481h.028q.015-.195.065-.47c.05-.275.062-.338.089-.465l1.255-5.407h1.624l1.3 5.326a8 8 0 0 1 .162 1h.022a8 8 0 0 1 .135-.975l1.039-5.358h1.477l-1.824 7.748h-1.727l-1.237-5.126q-.054-.222-.122-.578t-.084-.52h-.021q-.021.189-.084.561t-.1.552L7.78 19.871H6.024L4.19 12.127h1.5l1.131 5.418a5 5 0 0 1 .079.443" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M18.536 2.323v2.545c3.4.019 7.12-.035 10.521.019a.783.783 0 0 1 .912.861c.054 6.266-.013 12.89.032 19.157-.02.4.009 1.118-.053 1.517-.079.509-.306.607-.817.676-.286.039-.764.034-1.045.047-2.792-.014-5.582-.011-8.374-.01h-1.175v2.547L2 27.133V4.873z" style="fill:#283c82"/><path d="M18.536 5.822h10.5V26.18h-10.5v-2.545h8.27v-1.272h-8.27v-1.59h8.27V19.5h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27V8.048h-8.27zM8.573 11.443c.6-.035 1.209-.06 1.813-.092.423 2.147.856 4.291 1.314 6.429.359-2.208.757-4.409 1.142-6.613a57 57 0 0 0 1.905-.1c-.719 3.082-1.349 6.19-2.134 9.254-.531.277-1.326-.013-1.956.032-.423-2.106-.916-4.2-1.295-6.314-.372 2.061-.856 4.094-1.282 6.136q-.916-.048-1.839-.111c-.528-2.8-1.148-5.579-1.641-8.385q.818-.038 1.635-.067c.328 2.026.7 4.043.986 6.072.448-2.08.907-4.161 1.352-6.241" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="21.531" x2="25.042" y1="22.766" y2="28.463" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#33879e"/><stop offset=".047" stop-color="#537983"/><stop offset=".105" stop-color="#726c68"/><stop offset=".17" stop-color="#8e6051"/><stop offset=".244" stop-color="#a4573f"/><stop offset=".33" stop-color="#b55030"/><stop offset=".436" stop-color="#c04b26"/><stop offset=".585" stop-color="#c74821"/><stop offset="1" stop-color="#c9471f"/></linearGradient></defs><path d="M15.09 2c-4.94.013-10.912 5.74-10.845 11.788-.011 5.97 4.739 11.236 11.868 11.552 4.047.177 5.532-1.865 7.23-1.414s1.874 1.945 1.788 3.085a2.353 2.353 0 0 1-2.5 2.338c-.988-.5-.391-3.2-1.906-3.36-.946.1-1.368.93-1.159 1.946s1.516 1.988 3.383 2.065a2.89 2.89 0 0 0 2.987-3.006 3.284 3.284 0 0 0-2.809-3.516c-1.913-.178-4.337 2.139-7.957 1.473a10.506 10.506 0 0 1-8.724-10.69c.03-6.9 6.429-10.254 10.452-10.217s6.144 1.4 6.759 3.693-2.031 4.616-3.223 5.973-1.822 2.266-1.572 3.851c.251 1.663 2.162 4.1 4.166 4.087s4.919-2.255 4.716-7.7a12 12 0 0 0-4.558-9.353C21.752 3.456 20.032 1.989 15.09 2" style="fill:url(#a)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M6.219 6.472c.786.078.954.91 1.583 1.256.527.291 1.349-.051 1.719.605a3.25 3.25 0 0 0-1.988.843 3.42 3.42 0 0 1 1.2 2.255 21 21 0 0 1-.377 2.769c-.181 1.433-.322 3.82 1.542 4.312 1.465.387 2.568-2.357 3.462-3.216 1.3-1.25 2.878-1.814 4.479-.751a7.8 7.8 0 0 1 1.7 1.662c.5.629.944 1.71 1.656 2.139 1.553.934 2.65-1.352 2.7-2.569.066-1.519-.669-3.09-.52-4.568a2.44 2.44 0 0 1 .329-.986c.089-.153.853-.8.852-.93-.006-.7-1.6-.936-2.014-1.029a6.2 6.2 0 0 0 2.09-.831c.605-.518 1.073-1.105 1.735-1.59-.211.525-1.294 2.313-.776 2.877.274.3 1.027.05 1.406.115a2.2 2.2 0 0 1 1.293.668c1.523 1.583 1.8 4.692 1.676 6.743-.273 4.329-3.037 9.68-7.98 9.874a4.26 4.26 0 0 1-2.814-.82c-.926-.75-1.3-2.184-2.276-2.815-1.917-1.233-2.974 2-4.142 2.931-1.764 1.4-4.674.564-6.328-.613a11.16 11.16 0 0 1-3.856-5.5 12.12 12.12 0 0 1 .143-7.8c.453-1.218 1.038-2.457 2.437-2.65.789-.109 1.214.3 1.342-.636.084-.615-.435-1.133-.278-1.748" style="fill:#6d6d6d;isolation:isolate"/><path d="M6.77 7.208c-.141.938.244 1.827-1.036 1.919a2.27 2.27 0 0 0-2.2 1.2 11.08 11.08 0 0 0-1.139 6.69c.456 4.121 3.525 8.8 8.1 8.717a3.15 3.15 0 0 0 2.562-1.141c.681-.782 1.2-2.037 2.151-2.521 2.135-1.084 2.992 2.163 4.349 3.106 1.787 1.243 4.543.37 6.121-.816A10.84 10.84 0 0 0 29.23 19a12.12 12.12 0 0 0-.333-7.782c-.4-.971-.9-1.981-2.043-2.1-.388-.04-.882.1-1.237-.124-.605-.382-.327-1.072-.236-1.63a2.5 2.5 0 0 0-1.288.744c-.131.518.729.675.549 1.312-.125.445-.649.7-.819 1.136a5.6 5.6 0 0 0 .154 2.743c.229 1.466.486 3.255-.5 4.511-1.069 1.367-2.313 1.174-3.281-.134a10.3 10.3 0 0 0-2.773-3.044c-1.455-.858-2.849-.181-3.947.9-.885.869-1.655 2.883-2.9 3.251-1.517.448-2.647-1.6-2.724-2.839-.1-1.692.967-3.887.281-5.48-.326-.764-1.033-.934-.586-1.73.265-.47.472-.342.108-.78a5.2 5.2 0 0 0-.885-.746" style="fill:#8e4747"/></svg>