@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"><defs><linearGradient id="a" x1="23.325" x2="7.26" y1="-118.543" y2="-104.193" gradientTransform="matrix(1 0 0 -1 0 -96)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f4c058"/><stop offset="1" stop-color="#a88745"/></linearGradient><linearGradient id="b" x1="7.1" x2="23.001" y1="-104.002" y2="-118.292" gradientTransform="matrix(1 0 0 -1 0 -96)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f4c058"/><stop offset="1" stop-color="#b58f41"/></linearGradient></defs><path d="M3.174 26.589a1.15 1.15 0 0 1-.928-.423 1.23 1.23 0 0 1-.21-1.052L6.233 6.78a1.8 1.8 0 0 1 1.681-1.37h20.912a1.16 1.16 0 0 1 .928.423 1.24 1.24 0 0 1 .21 1.052l-4.2 18.335a1.8 1.8 0 0 1-1.681 1.37H3.174Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M7.914 5.646h20.912a.913.913 0 0 1 .908 1.187l-4.2 18.334a1.575 1.575 0 0 1-1.451 1.187H3.174a.913.913 0 0 1-.908-1.187l4.2-18.334a1.57 1.57 0 0 1 1.448-1.187" style="fill-rule:evenodd;fill:url(#b)"/><path d="M16.04 21.544h5.086a1.118 1.118 0 0 1 0 2.234H16.04a1.118 1.118 0 0 1 0-2.234M19.339 16.578a1.76 1.76 0 0 1-.591.6l-9.439 6.775a1.224 1.224 0 0 1-1.438-1.977l8.512-6.164v-.126L11.035 10a1.224 1.224 0 0 1 1.782-1.672l6.418 6.827a1.166 1.166 0 0 1 .104 1.423" style="fill:#87692e;fill-rule:evenodd"/><path d="M19.1 16.342a1.75 1.75 0 0 1-.59.6l-9.436 6.776a1.225 1.225 0 0 1-1.439-1.977l8.513-6.164v-.127L10.8 9.761a1.224 1.224 0 0 1 1.783-1.672L19 14.916a1.16 1.16 0 0 1 .1 1.426M15.9 21.412h5.086a1.059 1.059 0 1 1 0 2.118H15.9a1.059 1.059 0 1 1 0-2.118" style="fill:#fff;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="23.325" x2="7.26" y1="-118.543" y2="-104.193" gradientTransform="matrix(1 0 0 -1 0 -96)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fc5454"/><stop offset="1" stop-color="#af4343"/></linearGradient><linearGradient id="b" x1="7.1" x2="23.001" y1="-104.002" y2="-118.292" gradientTransform="matrix(1 0 0 -1 0 -96)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fc5454"/><stop offset="1" stop-color="#bc3f3f"/></linearGradient></defs><path d="M3.174 26.589a1.15 1.15 0 0 1-.928-.423 1.23 1.23 0 0 1-.21-1.052L6.233 6.78a1.8 1.8 0 0 1 1.681-1.37h20.912a1.16 1.16 0 0 1 .928.423 1.24 1.24 0 0 1 .21 1.052l-4.2 18.335a1.8 1.8 0 0 1-1.681 1.37H3.174Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M7.914 5.646h20.912a.913.913 0 0 1 .908 1.187l-4.2 18.334a1.575 1.575 0 0 1-1.451 1.187H3.174a.913.913 0 0 1-.908-1.187l4.2-18.334a1.57 1.57 0 0 1 1.448-1.187" style="fill-rule:evenodd;fill:url(#b)"/><path d="M16.04 21.544h5.086a1.118 1.118 0 0 1 0 2.234H16.04a1.118 1.118 0 0 1 0-2.234M19.339 16.578a1.76 1.76 0 0 1-.591.6l-9.439 6.775a1.224 1.224 0 0 1-1.438-1.977l8.512-6.164v-.126L11.035 10a1.224 1.224 0 0 1 1.782-1.672l6.418 6.827a1.166 1.166 0 0 1 .104 1.423" style="fill:#8e2d2d;fill-rule:evenodd"/><path d="M19.1 16.342a1.75 1.75 0 0 1-.59.6l-9.436 6.776a1.225 1.225 0 0 1-1.439-1.977l8.513-6.164v-.127L10.8 9.761a1.224 1.224 0 0 1 1.783-1.672L19 14.916a1.16 1.16 0 0 1 .1 1.426M15.9 21.412h5.086a1.059 1.059 0 1 1 0 2.118H15.9a1.059 1.059 0 1 1 0-2.118" style="fill:#fff;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="439.714" cy="531.717" r="48.27" gradientTransform="matrix(.36 .402 -.11 .081 -84.332 -207.753)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#73000d"/><stop offset=".3" stop-color="#5c0007" stop-opacity="0"/></radialGradient><radialGradient id="b" cx="15345.554" cy="143.643" r="83.239" gradientTransform="matrix(.031 .03 -.075 .062 -452.157 -448.407)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#730006"/><stop offset="1" stop-color="#ff2e3e" stop-opacity="0"/></radialGradient><radialGradient id="c" cx="-1212.07" cy="801.22" r="27.886" gradientTransform="matrix(-1.048 -.5 1.117 -.527 -2147.582 -161.351)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8b0004" stop-opacity=".8"/><stop offset=".15" stop-color="#ff0013" stop-opacity="0"/></radialGradient><linearGradient id="d" x1="-113.501" x2="-113.501" y1="935.465" y2="964.611" gradientTransform="translate(129.5 -947.5)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs><path d="M8.492 5.6h19.843a1.517 1.517 0 0 1 1.546 1.948l-3.923 16.906a2.64 2.64 0 0 1-2.45 1.948H3.665a1.517 1.517 0 0 1-1.546-1.948L6.042 7.545A2.64 2.64 0 0 1 8.492 5.6" style="fill:#ff1723"/><path d="M23.508 26.471H3.665a1.65 1.65 0 0 1-1.333-.6 1.66 1.66 0 0 1-.279-1.436L5.976 7.53a2.71 2.71 0 0 1 2.516-2h19.843a1.584 1.584 0 0 1 1.612 2.031L26.024 24.47a2.71 2.71 0 0 1-2.516 2.001M8.492 5.664a2.57 2.57 0 0 0-2.384 1.9L2.185 24.47a1.53 1.53 0 0 0 .253 1.321 1.52 1.52 0 0 0 1.227.544h19.843a2.57 2.57 0 0 0 2.384-1.9l3.923-16.9a1.45 1.45 0 0 0-1.48-1.866Z" style="fill:#ff4553;opacity:.9451000094413757;isolation:isolate"/><path d="M23.541 26.359H3.7a1.57 1.57 0 0 1-1.267-.559 1.57 1.57 0 0 1-.263-1.364L6.093 7.522a2.514 2.514 0 0 1 2.366-1.881H28.3a1.5 1.5 0 0 1 1.53 1.927l-3.923 16.909a2.514 2.514 0 0 1-2.366 1.882M8.459 5.843A2.34 2.34 0 0 0 6.29 7.568L2.367 24.477a1.38 1.38 0 0 0 .224 1.192 1.37 1.37 0 0 0 1.107.487h19.843a2.34 2.34 0 0 0 2.168-1.725l3.924-16.909A1.3 1.3 0 0 0 28.3 5.843Z" style="fill:#ff5c6a;opacity:.9451000094413757;isolation:isolate"/><path d="M18.558 15.816c.061-.183-7-7.561-7-7.561" style="fill:#ff4bfa;stroke-linecap:round;stroke-width:76.71700286865234px;stroke:url(#a)"/><path d="M8.558 22.835s9.942-6.825 10-7" style="fill:#2aa7c9;stroke-linecap:round;stroke-width:76.71700286865234px;stroke:url(#b)"/><path d="M8.73 23.121h1.124" style="fill:none;stroke-linecap:round;stroke-width:100px;stroke:url(#c)"/><path d="M8.817 24.052a1.226 1.226 0 0 1-.7-2.237c2.77-1.9 6.941-4.786 8.809-6.117-1.253-1.385-3.8-4.088-5.665-6.046a1.228 1.228 0 0 1 1.78-1.692c.017.017 1.674 1.756 3.3 3.493A219 219 0 0 1 18.61 13.9c.334.368.583.649.76.856a1.51 1.51 0 0 1 .494 1.539c-.165.492-.165.492-5.428 4.142-2.438 1.691-4.9 3.383-4.926 3.4a1.22 1.22 0 0 1-.693.215" style="fill:#fff"/><path d="M19.925 23.929h-4.882a1.226 1.226 0 1 1 0-2.453h4.882a1.226 1.226 0 0 1 0 2.453" style="fill:#fff;opacity:.75;isolation:isolate"/><path d="M28.606 13.04c-10.079.433-19.226 2.533-25.181 5.78l-1.307 5.634A1.514 1.514 0 0 0 3.664 26.4h19.843a2.63 2.63 0 0 0 2.45-1.948L28.6 13.04Z" style="opacity:.10000000149011612;isolation:isolate"/><path d="M8.492 5.6a2.63 2.63 0 0 0-2.45 1.948L2.118 24.455A1.514 1.514 0 0 0 3.664 26.4h19.843a2.63 2.63 0 0 0 2.45-1.948L29.88 7.545A1.514 1.514 0 0 0 28.334 5.6Z" style="fill:url(#d)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="23.325" x2="7.26" y1="-118.543" y2="-104.193" gradientTransform="matrix(1 0 0 -1 0 -96)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f955f9"/><stop offset="1" stop-color="#ad44ad"/></linearGradient><linearGradient id="b" x1="7.1" x2="23.001" y1="-104.002" y2="-118.292" gradientTransform="matrix(1 0 0 -1 0 -96)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f955f9"/><stop offset="1" stop-color="#ba3fba"/></linearGradient></defs><path d="M3.174 26.589a1.15 1.15 0 0 1-.928-.423 1.23 1.23 0 0 1-.21-1.052L6.233 6.78a1.8 1.8 0 0 1 1.681-1.37h20.912a1.16 1.16 0 0 1 .928.423 1.24 1.24 0 0 1 .21 1.052l-4.2 18.335a1.8 1.8 0 0 1-1.681 1.37H3.174Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M7.914 5.646h20.912a.913.913 0 0 1 .908 1.187l-4.2 18.334a1.575 1.575 0 0 1-1.451 1.187H3.174a.913.913 0 0 1-.908-1.187l4.2-18.334a1.57 1.57 0 0 1 1.448-1.187" style="fill-rule:evenodd;fill:url(#b)"/><path d="M16.04 21.544h5.086a1.118 1.118 0 0 1 0 2.234H16.04a1.118 1.118 0 0 1 0-2.234M19.339 16.578a1.76 1.76 0 0 1-.591.6l-9.439 6.775a1.224 1.224 0 0 1-1.438-1.977l8.512-6.164v-.126L11.035 10a1.224 1.224 0 0 1 1.782-1.672l6.418 6.827a1.166 1.166 0 0 1 .104 1.423" style="fill:#8c2d8a;fill-rule:evenodd"/><path d="M19.1 16.342a1.75 1.75 0 0 1-.59.6l-9.436 6.776a1.225 1.225 0 0 1-1.439-1.977l8.513-6.164v-.127L10.8 9.761a1.224 1.224 0 0 1 1.783-1.672L19 14.916a1.16 1.16 0 0 1 .1 1.426M15.9 21.412h5.086a1.059 1.059 0 1 1 0 2.118H15.9a1.059 1.059 0 1 1 0-2.118" style="fill:#fff;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="439.714" cy="531.717" r="48.27" gradientTransform="matrix(.36 .402 -.11 .081 -84.332 -207.753)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fd2eff"/><stop offset=".3" stop-color="#ff2ef5" stop-opacity="0"/></radialGradient><radialGradient id="b" cx="15345.554" cy="143.643" r="83.239" gradientTransform="matrix(.031 .03 -.075 .062 -452.157 -448.407)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff8bf5"/><stop offset="1" stop-color="#ff73fc" stop-opacity="0"/></radialGradient><radialGradient id="c" cx="-1212.07" cy="801.22" r="27.886" gradientTransform="matrix(-1.048 -.5 1.117 -.527 -2147.582 -161.351)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff45fe" stop-opacity=".8"/><stop offset=".15" stop-color="#ff5cf1" stop-opacity="0"/></radialGradient><linearGradient id="d" x1="-113.501" x2="-113.501" y1="935.465" y2="964.611" gradientTransform="translate(129.5 -947.5)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs><path d="M8.492 5.6h19.843a1.517 1.517 0 0 1 1.546 1.948l-3.923 16.906a2.64 2.64 0 0 1-2.45 1.948H3.665a1.517 1.517 0 0 1-1.546-1.948L6.042 7.545A2.64 2.64 0 0 1 8.492 5.6" style="fill:#c58dff"/><path d="M23.508 26.471H3.665a1.65 1.65 0 0 1-1.333-.6 1.66 1.66 0 0 1-.279-1.436L5.976 7.53a2.71 2.71 0 0 1 2.516-2h19.843a1.584 1.584 0 0 1 1.612 2.031L26.024 24.47a2.71 2.71 0 0 1-2.516 2.001M8.492 5.664a2.57 2.57 0 0 0-2.384 1.9L2.185 24.47a1.53 1.53 0 0 0 .253 1.321 1.52 1.52 0 0 0 1.227.544h19.843a2.57 2.57 0 0 0 2.384-1.9l3.923-16.9a1.45 1.45 0 0 0-1.48-1.866Z" style="fill:#fd4bff;opacity:.9451000094413757;isolation:isolate"/><path d="M23.541 26.359H3.7a1.57 1.57 0 0 1-1.267-.559 1.57 1.57 0 0 1-.263-1.364L6.093 7.522a2.514 2.514 0 0 1 2.366-1.881H28.3a1.5 1.5 0 0 1 1.53 1.927l-3.923 16.909a2.514 2.514 0 0 1-2.366 1.882M8.459 5.843A2.34 2.34 0 0 0 6.29 7.568L2.367 24.477a1.38 1.38 0 0 0 .224 1.192 1.37 1.37 0 0 0 1.107.487h19.843a2.34 2.34 0 0 0 2.168-1.725l3.924-16.909A1.3 1.3 0 0 0 28.3 5.843Z" style="fill:#f3a2ff;opacity:.9451000094413757;isolation:isolate"/><path d="M18.558 15.816c.061-.183-7-7.561-7-7.561" style="fill:#ff4bfa;stroke-linecap:round;stroke-width:76.71700286865234px;stroke:url(#a)"/><path d="M8.558 22.835s9.942-6.825 10-7" style="fill:#2aa7c9;stroke-linecap:round;stroke-width:76.71700286865234px;stroke:url(#b)"/><path d="M8.73 23.121h1.124" style="fill:none;stroke-linecap:round;stroke-width:100px;stroke:url(#c)"/><path d="M8.817 24.052a1.226 1.226 0 0 1-.7-2.237c2.77-1.9 6.941-4.786 8.809-6.117-1.253-1.385-3.8-4.088-5.665-6.046a1.228 1.228 0 0 1 1.78-1.692c.017.017 1.674 1.756 3.3 3.493A219 219 0 0 1 18.61 13.9c.334.368.583.649.76.856a1.51 1.51 0 0 1 .494 1.539c-.165.492-.165.492-5.428 4.142-2.438 1.691-4.9 3.383-4.926 3.4a1.22 1.22 0 0 1-.693.215" style="fill:#fff"/><path d="M19.925 23.929h-4.882a1.226 1.226 0 1 1 0-2.453h4.882a1.226 1.226 0 0 1 0 2.453" style="fill:#fff;opacity:.75;isolation:isolate"/><path d="M28.606 13.04c-10.079.433-19.226 2.533-25.181 5.78l-1.307 5.634A1.514 1.514 0 0 0 3.664 26.4h19.843a2.63 2.63 0 0 0 2.45-1.948L28.6 13.04Z" style="opacity:.10000000149011612;isolation:isolate"/><path d="M8.492 5.6a2.63 2.63 0 0 0-2.45 1.948L2.118 24.455A1.514 1.514 0 0 0 3.664 26.4h19.843a2.63 2.63 0 0 0 2.45-1.948L29.88 7.545A1.514 1.514 0 0 0 28.334 5.6Z" style="fill:url(#d)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="23.325" x2="7.26" y1="-118.543" y2="-104.193" gradientTransform="matrix(1 0 0 -1 0 -96)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#57f757"/><stop offset="1" stop-color="#4a4"/></linearGradient><linearGradient id="b" x1="7.1" x2="23.001" y1="-104.002" y2="-118.292" gradientTransform="matrix(1 0 0 -1 0 -96)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#57f757"/><stop offset="1" stop-color="#41b741"/></linearGradient></defs><path d="M3.174 26.589a1.15 1.15 0 0 1-.928-.423 1.23 1.23 0 0 1-.21-1.052L6.233 6.78a1.8 1.8 0 0 1 1.681-1.37h20.912a1.16 1.16 0 0 1 .928.423 1.24 1.24 0 0 1 .21 1.052l-4.2 18.335a1.8 1.8 0 0 1-1.681 1.37H3.174Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M7.914 5.646h20.912a.913.913 0 0 1 .908 1.187l-4.2 18.334a1.575 1.575 0 0 1-1.451 1.187H3.174a.913.913 0 0 1-.908-1.187l4.2-18.334a1.57 1.57 0 0 1 1.448-1.187" style="fill-rule:evenodd;fill:url(#b)"/><path d="M16.04 21.544h5.086a1.118 1.118 0 0 1 0 2.234H16.04a1.118 1.118 0 0 1 0-2.234M19.339 16.578a1.76 1.76 0 0 1-.591.6l-9.439 6.775a1.224 1.224 0 0 1-1.438-1.977l8.512-6.164v-.126L11.035 10a1.224 1.224 0 0 1 1.782-1.672l6.418 6.827a1.166 1.166 0 0 1 .104 1.423" style="fill:#2e892e;fill-rule:evenodd"/><path d="M19.1 16.342a1.75 1.75 0 0 1-.59.6l-9.436 6.776a1.225 1.225 0 0 1-1.439-1.977l8.513-6.164v-.127L10.8 9.761a1.224 1.224 0 0 1 1.783-1.672L19 14.916a1.16 1.16 0 0 1 .1 1.426M15.9 21.412h5.086a1.059 1.059 0 1 1 0 2.118H15.9a1.059 1.059 0 1 1 0-2.118" 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 fill="#673ab8" d="m16 2 12.12 7v14L16 30 3.88 23V9z"/><ellipse cx="16" cy="16" fill="none" stroke="#fff" rx="10.72" ry="4.1" transform="rotate(-37.5 16.007 15.996)"/><ellipse cx="16" cy="16" fill="none" stroke="#fff" rx="4.1" ry="10.72" transform="rotate(-52.5 15.998 15.994)"/><circle cx="16" cy="16" r="1.86" fill="#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.3 17.7 17.7 29.3a2.42 2.42 0 0 1-3.41 0L2.7 17.7a2.42 2.42 0 0 1 0-3.41L14.3 2.7a2.42 2.42 0 0 1 3.41 0L29.3 14.3a2.42 2.42 0 0 1 0 3.4" style="fill:#f8b424"/><path d="M16 5.5a1.8 1.8 0 0 1 1.279.527l8.694 8.694a1.815 1.815 0 0 1 0 2.558l-8.694 8.694a1.816 1.816 0 0 1-2.558 0l-8.694-8.694a1.815 1.815 0 0 1 0-2.558l8.694-8.694A1.8 1.8 0 0 1 16 5.5m0-1.286a3.07 3.07 0 0 0-2.188.9l-8.694 8.698a3.1 3.1 0 0 0 0 4.376l8.694 8.694a3.1 3.1 0 0 0 4.376 0l8.694-8.694a3.1 3.1 0 0 0 0-4.376l-8.694-8.694A3.07 3.07 0 0 0 16 4.214"/><path d="M13.062 21.062V10.938h3.28a12 12 0 0 1 2.431.152 2.65 2.65 0 0 1 1.457.991 3.15 3.15 0 0 1 .587 1.971 3.3 3.3 0 0 1-.338 1.568 2.8 2.8 0 0 1-.86 1 3 3 0 0 1-1.06.48 11.6 11.6 0 0 1-2.12.145h-1.333v3.819Zm2.044-8.411v2.872h1.119a5.3 5.3 0 0 0 1.616-.158 1.33 1.33 0 0 0 .87-1.285 1.3 1.3 0 0 0-.325-.911 1.4 1.4 0 0 0-.822-.449 10 10 0 0 0-1.471-.069Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M21.714 8.571h1.143a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-1.143a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571" style="fill:#56b3b4"/><path d="M4.571 26.857h5.714a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571H4.571a.57.57 0 0 1-.571-.57.57.57 0 0 1 .571-.572" data-name="Rectangle" style="fill:#ea5e5e"/><path d="M18.286 17.714h3.429a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-3.429a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571" data-name="Rectangle" style="fill:#bf85bf"/><path d="M11.429 17.714H16a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-4.571a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571" data-name="Rectangle" style="fill:#ea5e5e"/><path d="M4.571 17.714h4.572a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571H4.571a.57.57 0 0 1-.571-.57.57.57 0 0 1 .571-.572" data-name="Rectangle" style="fill:#56b3b4"/><path d="M4.571 22.286h5.714a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571H4.571A.57.57 0 0 1 4 22.857a.57.57 0 0 1 .571-.571M4.571 13.143h5.714a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571H4.571A.57.57 0 0 1 4 13.714a.57.57 0 0 1 .571-.571" data-name="Rectangle" style="fill:#bf85bf"/><path d="M10.286 6.286h11.428a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571H10.286a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571" data-name="Rectangle" style="fill:#f7ba3e"/><path d="M4.571 6.286H8a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.572H4.571A.57.57 0 0 1 4 6.857a.57.57 0 0 1 .571-.571" data-name="Rectangle" style="fill:#ea5e5e"/><path d="M9.143 24.571h1.143a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571H9.143a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571" data-name="Rectangle" style="fill:#f7ba3e"/><path d="M9.143 10.857h1.143a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571H9.143a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571M4.571 24.571h2.286a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571H4.571a.57.57 0 0 1-.571-.57.57.57 0 0 1 .571-.572" data-name="Rectangle" style="fill:#56b3b4"/><path d="M4.571 10.857h2.286a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.572H4.571A.57.57 0 0 1 4 11.429a.57.57 0 0 1 .571-.572" data-name="Rectangle" style="fill:#f7ba3e"/><path d="M19.429 24.571h1.143a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-1.143a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571M12.571 24.571h4.571a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-4.571a.57.57 0 0 1-.571-.57.57.57 0 0 1 .571-.572M22.857 24.571h4.571a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-4.571a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571" data-name="Rectangle" style="fill:#4d616e;opacity:.5;isolation:isolate"/><path d="M13.714 15.429h9.143a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-9.143a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571" data-name="Rectangle" style="fill:#56b3b4"/><path d="M8 15.429h3.429A.57.57 0 0 1 12 16a.57.57 0 0 1-.571.571H8A.57.57 0 0 1 7.429 16 .57.57 0 0 1 8 15.429" data-name="Rectangle" style="fill:#f7ba3e"/><path d="M4.571 15.429h1.143a.57.57 0 0 1 .572.571.57.57 0 0 1-.571.571H4.571A.57.57 0 0 1 4 16a.57.57 0 0 1 .571-.571" data-name="Rectangle" style="fill:#ea5e5e"/><path d="M14.857 8.571h4.571a.57.57 0 0 1 .572.572.57.57 0 0 1-.571.571h-4.572a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.572" data-name="Rectangle" style="fill:#bf85bf"/><path d="M4.571 8.571h8a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-8A.57.57 0 0 1 4 9.143a.57.57 0 0 1 .571-.572" data-name="Rectangle" style="fill:#56b3b4"/><path d="M8 20h10.286a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571H8a.57.57 0 0 1-.571-.571A.57.57 0 0 1 8 20" data-name="Rectangle" style="fill:#f7ba3e"/><path d="M4.571 20h1.143a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571H4.571A.57.57 0 0 1 4 20.571.57.57 0 0 1 4.571 20" data-name="Rectangle" style="fill:#bf85bf"/><path d="M18.286 10.857H24a.57.57 0 0 1 .571.571A.57.57 0 0 1 24 12h-5.714a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.572" data-name="Rectangle" style="fill:#ea5e5e"/><path d="M18.286 13.143H24a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-5.714a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571" data-name="Rectangle" style="fill:#f7ba3e"/><path d="M4.571 4h13.715a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571H4.571A.57.57 0 0 1 4 4.571.57.57 0 0 1 4.571 4" data-name="Rectangle" style="fill:#56b3b4"/><path d="M20.571 4h6.857a.57.57 0 0 1 .572.571.57.57 0 0 1-.571.571h-6.858A.57.57 0 0 1 20 4.571.57.57 0 0 1 20.571 4M20.571 20h2.286a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-2.286a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571M25.143 20h2.286a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-2.286a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571M24 17.714h3.429a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571H24a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571M24 6.286h3.429a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571H24a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571M25.143 15.429h2.286A.57.57 0 0 1 28 16a.57.57 0 0 1-.571.571h-2.286a.57.57 0 0 1-.572-.571.57.57 0 0 1 .572-.571M25.143 8.571h2.286a.57.57 0 0 1 .571.572.57.57 0 0 1-.571.571h-2.286a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.572M26.286 10.857h1.143a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-1.143a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571M26.286 13.143h1.143a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-1.143a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571M17.143 22.286h10.286a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571H17.143a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571M12.571 22.286h2.286a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-2.286a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571M21.714 26.857h5.714a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-5.714a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571M12.571 26.857h6.857a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-6.857a.57.57 0 0 1-.571-.57.57.57 0 0 1 .571-.572M12.571 10.857H16a.57.57 0 0 1 .571.571A.57.57 0 0 1 16 12h-3.429a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.572M12.571 13.143H16a.57.57 0 0 1 .571.571.57.57 0 0 1-.571.571h-3.429a.57.57 0 0 1-.571-.571.57.57 0 0 1 .571-.571" data-name="Rectangle" style="fill:#4d616e;opacity:.5;isolation:isolate"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m25.21 24.21-12.471 3.718a.525.525 0 0 1-.667-.606l4.456-21.511a.43.43 0 0 1 .809-.094l8.249 17.661a.6.6 0 0 1-.376.832m2.139-.878L17.8 2.883A1.53 1.53 0 0 0 16.491 2a1.51 1.51 0 0 0-1.4.729L4.736 19.648a1.59 1.59 0 0 0 .018 1.7l5.064 7.909a1.63 1.63 0 0 0 1.83.678l14.7-4.383a1.6 1.6 0 0 0 1-2.218Z" style="fill:#d2d2d2;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="16" x2="16" y1="3" y2="29" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1c4c70"/><stop offset="1" stop-color="#0c2b42"/></linearGradient></defs><path d="M15.922 19.962a13 13 0 0 1-1.647-.077v5.552a28 28 0 0 1 3.332.461V29H5.968v-3.1a28 28 0 0 1 3.332-.462V6.715a28 28 0 0 1-3.331-.46v-3.1h2.986C10.18 3.153 13.549 3 16.23 3c6.318 0 9.8 2.948 9.8 8 .001 5.018-3.83 8.962-10.108 8.962M16 7.058c-.613 0-1.149 0-1.723.038v8.615a10 10 0 0 0 1.455.115c3.025-.038 5.13-1.723 5.13-4.519 0-2.607-1.455-4.249-4.862-4.249" style="fill:url(#a)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19.257 30V14.687s1-3.664-12.268 1.5c-.024.066-.024-14.16-.024-14.16L11.3 2v9.114s12.135-4.779 12.135 3.625V30zm2.47-22.484h-4.6a28.4 28.4 0 0 0 3.153-5.49h4.753a22.8 22.8 0 0 1-3.309 5.49ZM7.043 29.974v-8.72l4.361 4.36z" style="fill:#6762a6"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.107 9.963v14a1.08 1.08 0 0 1-.489.845l-.458.274-3.49 2.018-2.357 1.372-.489.274V13.6L8.719 6.03l6.224-3.587.574-.327a1.08 1.08 0 0 1 .977 0L25.122 7.1 29.1 9.4v.563Z" style="fill:#5ce500"/><path d="m18.909 15.284-2.687-1.553L9.935 10.1a1.1 1.1 0 0 0-.977 0l-5.58 3.222-.486.283 9.466 5.464V30l5.571-3.219.491-.274a1.08 1.08 0 0 0 .489-.845Z" style="fill:#5ce500"/><path d="m2.893 24.536 6.548 3.782v-7.569z" style="fill:#5ce500"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><radialGradient id="b" cx="1341.25" cy="-3396.866" r="18.299" gradientTransform="translate(-1327.077 3405.935)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".181" stop-color="#fbfbfb"/><stop offset=".365" stop-color="#efeff0"/><stop offset=".552" stop-color="#dadbdc"/><stop offset=".738" stop-color="#bebfc2"/><stop offset=".824" stop-color="#aeb0b3"/></radialGradient><radialGradient id="c" cx="6.678" cy="84.74" r="15.554" gradientTransform="matrix(1.072 0 0 1.166 -1.884 -86.154)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fafdff"/><stop offset=".079" stop-color="#eef5fa"/><stop offset=".22" stop-color="#cfdfec"/><stop offset=".407" stop-color="#9dbbd5"/><stop offset=".631" stop-color="#588ab5"/><stop offset=".745" stop-color="#326fa4"/><stop offset=".799" stop-color="#2b6698"/><stop offset=".897" stop-color="#174e78"/><stop offset=".994" stop-color="#003152"/></radialGradient><radialGradient id="e" cx="11.241" cy="-9.897" r="16.594" gradientTransform="matrix(1 0 0 1.062 0 22.631)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd540"/><stop offset=".667" stop-color="#ec1c24"/><stop offset=".994" stop-color="#760000"/></radialGradient><radialGradient id="a" cx="12.286" cy="26.127" r="2.083" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#dddfe0"/><stop offset=".174" stop-color="#d9dbdc"/><stop offset=".351" stop-color="#cdcfd0"/><stop offset=".531" stop-color="#b8babb"/><stop offset=".711" stop-color="#9c9e9f"/><stop offset=".891" stop-color="#78797b"/><stop offset="1" stop-color="#5e5f61"/></radialGradient><radialGradient xlink:href="#a" id="f" cx="19.064" cy="26.127" r="2.083"/><radialGradient xlink:href="#a" id="g" cx="15.434" cy="16.191" r="2.687" gradientTransform="translate(0 .461)"/></defs><g style="isolation:isolate"><circle cx="16" cy="16" r="14" style="fill:url(#b)" transform="rotate(-42.265 16 16)"/><path d="M19.938 6.309a9.79 9.79 0 0 0-6.5-2.339c-4.874 0-9.664 3.73-10.033 10.991-.4 7.8 4.75 12.862 12 12.862 10.733 0 16.672-9.78 10.027-20.388 4.671 10.6-.527 17.279-7.236 17.279-5.441 0-9.61-3.651-9.61-10.345-.004-9.66 7.237-10.33 11.352-8.06" style="fill:url(#c)"/><path d="M22.7 10.415c-.293-.94-.645-2.788.634-3.86a3.73 3.73 0 0 0-3.844 1.534A9.16 9.16 0 0 0 12 8.1a3.73 3.73 0 0 0-3.848-1.545c1.309 1.1.91 3.005.614 3.923A10.52 10.52 0 0 0 6.1 17.524c0 2.174 1.4 4.645 1.675 7.955l1.768-1.532a11.74 11.74 0 0 0 6.212 1.433 11.74 11.74 0 0 0 6.212-1.433l1.769 1.532c.28-3.31 1.675-5.781 1.675-7.955a10.5 10.5 0 0 0-2.711-7.109" style="fill:url(#e)"/><path d="M10.722 27.867a1.621 1.621 0 1 1 3.24 0v.053a2.234 2.234 0 1 0-3.228.126 1 1 0 0 1-.012-.179" style="fill:url(#a)"/><path d="M20.629 27.867a1.621 1.621 0 1 0-3.24 0v.053a2.234 2.234 0 1 1 3.228.126 2 2 0 0 0 .012-.179" style="fill:url(#f)"/><g style="opacity:.53;mix-blend-mode:multiply"><path d="M8.346 18.4c-.132.667-.971.877-.971.877a1.36 1.36 0 0 1-.566-1.177 2.93 2.93 0 0 0 .443 1.793A2.93 2.93 0 0 0 8.346 18.4M10.008 18.737c-.132.667-.972.877-.972.877a1.36 1.36 0 0 1-.566-1.182 2.93 2.93 0 0 0 .444 1.793 2.93 2.93 0 0 0 1.094-1.488M8.833 20.249c-.132.667-.971.877-.971.877a1.36 1.36 0 0 1-.562-1.182 2.93 2.93 0 0 0 .443 1.793 2.93 2.93 0 0 0 1.09-1.488M10.5 20.583c-.132.667-.971.877-.971.877a1.36 1.36 0 0 1-.566-1.182 2.93 2.93 0 0 0 .437 1.794 2.93 2.93 0 0 0 1.1-1.489M9.328 22.121c-.132.667-.972.877-.972.877a1.36 1.36 0 0 1-.565-1.182 2.93 2.93 0 0 0 .443 1.793 2.93 2.93 0 0 0 1.094-1.488M11.664 19.07c-.132.667-.972.877-.972.877a1.36 1.36 0 0 1-.565-1.182 2.93 2.93 0 0 0 .443 1.793 2.93 2.93 0 0 0 1.094-1.488" style="fill:#231f20"/></g><g style="opacity:.53;mix-blend-mode:multiply"><path d="M23.157 18.4c.132.667.971.877.971.877a1.36 1.36 0 0 0 .566-1.182 2.93 2.93 0 0 1-.443 1.793 2.93 2.93 0 0 1-1.094-1.488M21.495 18.737c.132.667.972.877.972.877a1.36 1.36 0 0 0 .565-1.182 2.93 2.93 0 0 1-.444 1.793 2.93 2.93 0 0 1-1.093-1.488M22.669 20.249c.132.667.971.877.971.877a1.36 1.36 0 0 0 .566-1.182 2.93 2.93 0 0 1-.443 1.793 2.93 2.93 0 0 1-1.094-1.488M21.008 20.583c.132.667.971.877.971.877a1.36 1.36 0 0 0 .565-1.182 2.93 2.93 0 0 1-.443 1.793 2.93 2.93 0 0 1-1.093-1.488M22.175 22.121c.132.667.972.877.972.877a1.36 1.36 0 0 0 .565-1.182 2.93 2.93 0 0 1-.444 1.793 2.93 2.93 0 0 1-1.093-1.488M19.838 19.07c.132.667.972.877.972.877a1.36 1.36 0 0 0 .565-1.182 2.93 2.93 0 0 1-.443 1.793 2.93 2.93 0 0 1-1.094-1.488" style="fill:#231f20"/></g><circle cx="11.339" cy="14.074" r="3.816" style="fill:#fff"/><circle cx="12.13" cy="14.446" r="1.861" style="fill:#bdbfc1"/><circle cx="12.13" cy="14.446" r="1.191" style="fill:#231f20"/><circle cx="11.603" cy="14.027" r=".357" style="fill:#fff"/><circle cx="20.112" cy="14.074" r="3.816" style="fill:#fff"/><circle cx="20.903" cy="14.446" r="1.861" style="fill:#bdbfc1"/><circle cx="20.903" cy="14.446" r="1.191" style="fill:#231f20"/><circle cx="20.375" cy="14.027" r=".357" style="fill:#fff"/><path d="M15.706 21.52c0-1.412 2.157-3.413 2.157-4.887a2.157 2.157 0 0 0-4.313 0c0 1.474 2.156 3.475 2.156 4.887" style="fill:url(#g)"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 30c-2.506 0-4.539-1.674-4.539-3.739h9.077C20.539 28.325 18.507 30 16 30M23.496 25.023H8.503v-2.719h14.994v2.719zM23.443 20.9H8.546q-.075-.085-.148-.171a10.9 10.9 0 0 1-2.248-3.824c-.006-.033 1.861.381 3.185.679 0 0 .681.158 1.677.339a6.23 6.23 0 0 1-1.524-4c0-3.2 2.452-5.992 1.568-8.25.861.07 1.782 1.817 1.844 4.549a9.77 9.77 0 0 0 1.3-4.992c0-1.467.966-3.17 1.933-3.229-.862 1.42.223 2.638 1.188 5.658.362 1.134.316 3.044.595 4.254.093-2.515.525-6.184 2.12-7.45-.7 1.6.1 3.591.657 4.551a8.62 8.62 0 0 1 1.432 4.94 6.17 6.17 0 0 1-1.476 3.983c1.053-.2 1.781-.376 1.781-.376l3.421-.667a9.7 9.7 0 0 1-2.408 4.006" style="fill:#e6522c"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#d44235" d="m5.218 11.768 2.429-3.312h6.623l-5.74 7.728H5.218z"/><path fill="#f7bb07" d="M23.175 15.816h3.46v4.49l-2.503 3.237h-6.476z"/><path fill="#4081ec" d="M2.348 16.037c0-.399.007-.402 2.87-4.269l9.052 11.775H7.794c-5.443-7.047-5.446-7.056-5.446-7.506"/><path fill="#0f9855" d="M17.656 8.456h6.402c5.358 7 5.59 7.26 5.594 7.58.003.322-.047.469-3.018 4.27z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 16A14 14 0 1 1 16 2a14 14 0 0 1 14 14" style="fill:#ed163a"/><path d="M23.227 9.243 18.465 9.2l-2.783-2.784-3.268 2.17.564.564-1.324-.012L7.16 16.7H5.4l1.1 1.106-1.111 1.875L15.7 29.992h.3a14 14 0 0 0 14-13.98z" style="fill:#d51c2f"/><path d="M9.1 17.019a6.9 6.9 0 0 1 13.794 0Zm15.5.318V16.7h2a10.57 10.57 0 0 0-2.88-6.954l-1.491 1.491-.45-.451L23.272 9.3a10.57 10.57 0 0 0-6.954-2.88v1.991h-.636v-2A10.56 10.56 0 0 0 8.728 9.3l1.491 1.491-.451.45-1.491-1.495A10.57 10.57 0 0 0 5.4 16.7h1.992v.636h-2v2.335h21.219v-2.334h-2" style="fill:#f5f5f5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g stroke-width=".106"><path fill="#465869" d="M24.282 22.765c3.915-4.05 5.493-5.737 5.626-6.011.123-.255.123-.348 0-.607-.174-.362-7.144-6.385-7.495-6.475-.405-.105-.835.162-1.232.76-.464.697-.55 1.014-.367 1.348.074.142 1.303 1.3 2.723 2.574l2.58 2.317-.989 1.017a752 752 0 0 1-2.734 2.79c-1.625 1.65-1.746 1.801-1.746 2.167 0 .348.074.467.673 1.012.579.533.73.619 1.086.619.393 0 .486-.074 1.875-1.512z"/><path fill="#95a3ab" d="M10.033 7.73c-.281.007-7.807 4.34-7.952 4.577-.186.304.042.76.44.877.254.073.343.163.343.336 0 .48.105.57.648.57.448 0 .519.032.519.213 0 .141.074.213.213.213.207 0 .212.073.212 3.177 0 2.003-.042 3.2-.106 3.242-.063.032-.106.158-.106.272s-.053.206-.107.206c-.063 0-.106.095-.106.206 0 .154-.084.213-.345.239-.314.031-.347.063-.378.43-.031.343-.073.398-.291.398-.225 0-.26.053-.26.365 0 .334-.03.367-.344.398-.267.02-.352.084-.38.279-.084.584-.561.553 7.91.523l7.829-.031v-.372c0-.341-.032-.374-.345-.405-.315-.031-.344-.063-.344-.398 0-.315-.031-.364-.259-.364-.222 0-.263-.053-.292-.398-.031-.363-.063-.4-.378-.43-.259-.022-.344-.085-.344-.24 0-.112-.053-.205-.106-.205-.064 0-.107-.095-.107-.206 0-.114-.052-.236-.106-.272-.063-.042-.106-1.24-.106-3.243 0-3.106.004-3.177.212-3.177.14 0 .213-.073.213-.206 0-.17.084-.212.504-.239.5-.032.505-.032.537-.43.032-.377.053-.399.398-.399.658 0 .998-.585.604-1.04-.268-.308-7.559-4.478-7.82-4.471zm-3.296 6.36c.302 0 .372.043.372.213 0 .141.074.213.212.213.207 0 .213.074.213 3.177 0 2.003-.043 3.2-.107 3.242-.063.032-.106.158-.106.272s-.053.206-.106.206c-.064 0-.107.095-.107.213 0 .172-.074.213-.372.213-.294 0-.371-.042-.371-.203 0-.112-.063-.224-.133-.248-.105-.032-.14-.845-.164-3.457-.032-3.028-.01-3.413.132-3.413.095 0 .165-.095.165-.213 0-.172.073-.213.371-.213zm3.13 0c.355 0 .425.032.425.213 0 .122.074.213.166.213.148 0 .163.375.133 3.413-.02 2.612-.063 3.423-.166 3.457-.074.021-.133.136-.133.248 0 .166-.074.203-.424.203-.348 0-.425-.042-.425-.203 0-.112-.063-.224-.132-.248-.106-.031-.141-.844-.167-3.457-.031-3.039-.01-3.413.133-3.413.095 0 .166-.095.166-.213 0-.177.074-.213.425-.213zm3.184 0c.354 0 .424.032.424.213 0 .122.074.213.167.213.147 0 .162.374.132 3.413-.02 2.612-.063 3.424-.166 3.457-.074.021-.133.136-.133.248 0 .166-.074.203-.424.203-.354 0-.425-.032-.425-.212 0-.117-.052-.212-.106-.212-.063 0-.106-.095-.106-.207 0-.114-.053-.236-.107-.272-.063-.042-.106-1.239-.106-3.242 0-3.106.005-3.177.213-3.177.14 0 .212-.074.212-.213 0-.177.074-.212.425-.212"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.484 2.475h1.868v5.661h2.214c.088-1.123-.418-2.906 1-3.366 1.956-.23 3.941-.022 5.91-.1.777.069 1.771-.189 2.356.475A4.7 4.7 0 0 1 30 6.561c-.009 4.3-.016 8.6 0 12.893a5.5 5.5 0 0 1-.2 1.711 10.4 10.4 0 0 1-2.96.186 35 35 0 0 1-.1 4.312c-.267.736-1.142.7-1.78.72-2.2.006-4.407-.009-6.612 0v3.145h-1.943c-4.8-.871-9.6-1.673-14.4-2.516Q2 16 2 4.994c4.827-.84 9.659-1.667 14.484-2.519" style="fill:#077467"/><path d="M22.089 5.714c2.312-.2 4.64-.044 6.958-.094v14.469h-2.2c-.006-3.781.009-7.559-.006-11.339-1.481-1.17-3.465-1.658-4.752-3.036" style="fill:#fff"/><path d="M18.352 9.08h7.235v16.356h-7.235v-1.887H23.7v-1.258h-5.348v-1.573H23.7V19.46h-5.348v-1.573H23.7v-1.258h-5.348v-1.573H23.7v-4.4h-5.348c-.003-.529-.003-1.051 0-1.576M7.029 10.8c1.714.053 3.8-.692 5.218.594 1.349 1.651.988 4.665-1.022 5.649a4.57 4.57 0 0 1-2.306.286c0 1.233-.006 2.466 0 3.7-.635-.063-1.271-.126-1.9-.2.026-3.338-.003-6.682.01-10.029" style="fill:#fff"/><path d="M8.916 12.49c.623-.035 1.4-.148 1.818.453a2.32 2.32 0 0 1 .028 2.051c-.365.645-1.17.582-1.8.654-.062-1.048-.052-2.105-.046-3.158" style="fill:#077467"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M25.514 12.846c-.052-.938.209-1.825-.209-2.554-1.043-1.825-3.649-2.867-8.863-2.867v-.053.052c-5.735 0-8.185 1.043-9.227 2.867a5.6 5.6 0 0 0-.469 2.554 9.6 9.6 0 0 0-.261 2.45c.156 1.147.261 2.294.417 3.336.156.886 1.408 1.564 1.564 2.4.313 2.242 2.294 3.284 8.028 3.284v.261h-.1v-.261c5.213 0 7.4-1.043 7.716-3.284.1-.834 1.147-1.512 1.3-2.4.156-1.043.209-2.19.365-3.336a11.8 11.8 0 0 0-.261-2.449" style="fill:#efcca3"/><path d="M16.182 13.68a3.24 3.24 0 0 1 2.19 1.147c.73.626 1.929 1.043 2.45 1.616a4.7 4.7 0 0 1 1.408 1.981 9 9 0 0 1 .313 2.242c0 .261.156.209.573 0a9 9 0 0 0 2.19-1.877c-.156.886-1.251 1.668-1.355 2.5-.313 2.242-2.5 3.336-7.872 3.336h.313" style="fill:#ccac8d"/><path d="M19.519 11.908c.209.678.886 3.024-.469 2.242a2.56 2.56 0 0 1 .938 1.564 1.83 1.83 0 0 0 1.3 1.408 3.48 3.48 0 0 0 2.554-.626 2.96 2.96 0 0 0 .678-3.284 2.43 2.43 0 0 0-2.137-1.616c-.983-.262-3.073-.47-2.864.312" style="fill:#ccac8d"/><circle cx="22.178" cy="14.41" r="1.929"/><circle cx="21.656" cy="13.524" r=".521" style="fill:#fff"/><path d="M19.206 14.306a17.7 17.7 0 0 1 2.711 2.346c.938 1.2.938 1.408.938 1.408l-.678.313a7.1 7.1 0 0 0-2.137-2.5c-1.2-.678-1.355-1.251-1.355-1.251Z" style="fill:#efcca3"/><path d="M16.235 13.68a3.6 3.6 0 0 0-2.346 1.147c-.73.626-2.033 1.043-2.5 1.616a4.8 4.8 0 0 0-1.46 1.981 9 9 0 0 0-.313 2.242c0 .261.052.313-.626 0a8 8 0 0 1-2.19-1.877c.156.886 1.251 1.668 1.355 2.5.313 2.19 2.5 3.284 7.872 3.284h.365" style="fill:#ccac8d"/><path d="M21.239 17.277a6.55 6.55 0 0 0-5.109-2.607 6.64 6.64 0 0 0-5.109 2.607 3.86 3.86 0 0 0-1.043 3.18c0 4.64 1.616 3.232 2.711 3.806a7.5 7.5 0 0 0 3.389.313 7.4 7.4 0 0 0 3.389-.313c1.095-.573 2.711.834 2.711-3.806a3.39 3.39 0 0 0-.939-3.18" style="fill:#56332b"/><path d="M16.026 15.974a9.6 9.6 0 0 1-.469 2.554l.573-.156Z" style="fill:#442823"/><path d="M16.182 15.974a9.6 9.6 0 0 0 .469 2.554l-.573-.156Z" style="fill:#442823"/><path d="M14.358 15.453c-.209-.521.573-1.355 1.825-1.355s2.033.834 1.825 1.355-1.043.678-1.825.678c-.835-.001-1.617-.157-1.825-.678" style="fill:#56332b"/><path d="M16.182 15.974c0-.1.73-.1 1.147-.365 0 0-.834.261-.991.156a.66.66 0 0 1-.209-.365.66.66 0 0 1-.209.365c-.156.1-1.095-.156-1.095-.156a8 8 0 0 1 1.2.365v.417a10.5 10.5 0 0 0 .1 2.033c.156.209.1-1.46.1-2.033a1.3 1.3 0 0 1-.043-.417"/><path d="M16.182 18.945a3.35 3.35 0 0 1 1.616.678 3.12 3.12 0 0 0-1.616-1.095 3.04 3.04 0 0 0-1.825 1.2 3.3 3.3 0 0 1 1.825-.783" style="fill:#7f4a41"/><path d="M16.078 22.8a9 9 0 0 1-2.4-.469c-.156-.052-.313.052-.469 0a6.17 6.17 0 0 1-3.18-2.137v.209c0 4.64 1.616 3.232 2.711 3.806a7.5 7.5 0 0 0 3.389.313 7.4 7.4 0 0 0 3.389-.313c1.095-.573 2.711.834 2.711-3.806v-.469A5.9 5.9 0 0 1 19 22.282c-.156.052-.417-.052-.573-.052a7 7 0 0 1-2.349.57" style="fill:#442823"/><path d="M13.941 20.3s-.573 1.668-.156 2.4l-.521-.209a15.4 15.4 0 0 1 .677-2.191M18.32 20.3s.573 1.668.156 2.4l.524-.209a10.6 10.6 0 0 0-.68-2.191" style="fill:#442823"/><path d="M12.585 11.908c-.209.678-.886 3.024.469 2.242a2.56 2.56 0 0 0-.938 1.564 1.83 1.83 0 0 1-1.3 1.408 3.48 3.48 0 0 1-2.558-.622 2.96 2.96 0 0 1-.678-3.284A2.43 2.43 0 0 1 9.717 11.6c.992-.266 3.077-.474 2.868.308" style="fill:#ccac8d"/><path d="M16.13 18.528a3.39 3.39 0 0 1 2.45 2.867v-.1a3.05 3.05 0 0 0-2.45-2.919 3 3 0 0 0-2.45 2.919v.1a3.46 3.46 0 0 1 2.45-2.867"/><ellipse cx="16.546" cy="15.138" rx=".156" ry=".313" style="fill:#331712" transform="rotate(-14.46 16.545 15.138)"/><ellipse cx="15.609" cy="15.146" rx=".313" ry=".156" style="fill:#331712" transform="rotate(-72.765 15.61 15.146)"/><circle cx="10.031" cy="14.41" r="1.929"/><circle cx="10.552" cy="13.524" r=".521" style="fill:#fff"/><path d="M16.7 14.41s-.521.209-.626.261a2.5 2.5 0 0 1-.626-.261z" style="fill:#7f4a41"/><path d="M12.9 14.306a17.7 17.7 0 0 0-2.711 2.346c-.938 1.2-.938 1.408-.938 1.408l.678.313a7.1 7.1 0 0 1 2.137-2.5c1.2-.678 1.355-1.251 1.355-1.251Z" style="fill:#efcca3"/><path d="M9.092 10.813a4.52 4.52 0 0 1-1.929 2.294 2.19 2.19 0 0 0 1.929-2.294M22.908 10.813a4.52 4.52 0 0 0 1.929 2.294 2.19 2.19 0 0 1-1.929-2.294M19.31 13.836a5.16 5.16 0 0 0-3.076-1.408h.156a3.85 3.85 0 0 0-3.024 1.408 4.83 4.83 0 0 1 3.024-1.043 5.8 5.8 0 0 1 2.92 1.043M17.746 10.969a2.46 2.46 0 0 0-1.564-.938h.156a1.79 1.79 0 0 0-1.512.938 2.19 2.19 0 0 1 1.512-.678 1.9 1.9 0 0 1 1.408.678M10.031 17.746a2.55 2.55 0 0 1-1.773.209H8.05a3.7 3.7 0 0 1-.886-1.512 2.27 2.27 0 0 0 2.867 1.303M22.126 17.746a2.55 2.55 0 0 0 1.773.209h-.209a1.75 1.75 0 0 0 1.095-1.512 2.02 2.02 0 0 1-2.659 1.303" style="fill:#ccac8d"/><path d="M11.23 10.709a4.75 4.75 0 0 1 2.242.1c.938.313.209 1.564.365 1.616a2.87 2.87 0 0 1 2.242-.73c1.773.1 1.981.886 2.242.73.261-.1-.261-2.19 2.45-1.72 0 0-2.763-.73-2.659 1.251a3.68 3.68 0 0 0-3.858-.1s.573-1.929-3.024-1.147M10.5 8s-2.4 2.972-2.711 4.118c-.365 1.147-.626 5.943-.938 6.621l-1.095-4.694 2.033-4.9ZM21.656 8s2.4 2.972 2.711 4.118c.365 1.147.626 5.943.938 6.621l1.095-4.694-2.033-4.9Z" style="fill:#ccac8d"/><path d="M21.5 8a11.6 11.6 0 0 1 3.284 4.588c.73 2.45.417 5.474.991 5.839.834.521 1.72-2.607 2.033-2.919.469-.521 2.085-1.877 2.19-2.137s-3.232-3.91-4.744-4.64C23.585 7.893 21.4 7.789 21.5 8" style="fill:#56332b"/><path d="M23.69 9.3a15.4 15.4 0 0 1 2.972 8.654l1.2-2.45A16.6 16.6 0 0 0 23.69 9.3" style="fill:#442823"/><path d="M10.5 8a11.6 11.6 0 0 0-3.284 4.588c-.73 2.45-.417 5.474-.991 5.839-.834.521-1.72-2.607-2.033-2.919-.469-.521-2.085-1.877-2.19-2.137s3.232-3.91 4.744-4.64C8.415 7.893 10.6 7.789 10.5 8" style="fill:#56332b"/><path d="M8.31 9.3a15.4 15.4 0 0 0-2.972 8.654L4.14 15.5a16.6 16.6 0 0 1 4.17-6.2" style="fill:#442823"/><path d="M6.642 18.007a4.1 4.1 0 0 0 .573 1.564c.365.365.1-.313.1-.313s-.365-.209-.313-1.72-.36.469-.36.469M25.41 18.007a4.1 4.1 0 0 1-.573 1.564c-.365.365-.1-.313-.1-.313s.365-.209.313-1.72c-.057-1.46.36.469.36.469" style="fill:#ccac8d"/><circle cx="13.889" cy="17.121" r=".156" style="fill:#442823"/><circle cx="12.846" cy="18.216" r=".156" style="fill:#442823"/><circle cx="12.533" cy="17.121" r=".156" style="fill:#442823"/><circle cx="18.164" cy="17.121" r=".156" style="fill:#442823"/><circle cx="19.154" cy="18.216" r=".156" style="fill:#442823"/><circle cx="19.467" cy="17.121" r=".156" style="fill:#442823"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M7.4 17.634c1.01-.6 1.01-2.524 0-4.3s-2.647-2.754-3.64-2.159-1.01 2.524 0 4.312 2.629 2.743 3.64 2.147m0 3.821c1 1.753 1 3.707 0 4.3s-2.646-.368-3.648-2.147-1-3.707 0-4.3 2.646.359 3.656 2.147Zm6.85 4.066c1 1.753 1 3.707 0 4.3s-2.646-.368-3.622-2.147-1.01-3.716 0-4.312 2.637.368 3.648 2.156Zm0-8.124c1 1.753 1 3.707 0 4.3s-2.646-.377-3.63-2.129-1-3.716 0-4.312 2.646.351 3.656 2.138Z" style="fill:#f26e7e"/><path d="M28.243 15.481c1.009-1.753 1.009-3.709 0-4.3s-2.634.368-3.644 2.148-1 3.717 0 4.313 2.652-.372 3.644-2.161m0 3.822c1.009.6 1.009 2.525 0 4.3s-2.634 2.753-3.644 2.157-1.009-2.525 0-4.313 2.652-2.757 3.644-2.147Zm-6.843 4.06c1.009.6 1.009 2.525 0 4.3s-2.634 2.753-3.644 2.157-1.009-2.525 0-4.313 2.651-2.744 3.627-2.148Zm0-8.127c1.009.6 1.009 2.525 0 4.3s-2.634 2.753-3.635 2.157-1.009-2.525 0-4.314 2.643-2.744 3.618-2.148Z" style="fill:#8a3391"/><path d="M19.825 4.089c0 1.142-1.7 2.08-3.812 2.08s-3.821-.939-3.821-2.08S13.906 2 16.014 2s3.811.939 3.811 2.089M12.65 8c0 1.15-1.7 2.08-3.812 2.08S5 9.146 5 8s1.713-2.08 3.839-2.08 3.794.93 3.794 2.08Zm10.538 2.08C25.3 10.076 27 9.146 27 8s-1.677-2.08-3.812-2.08-3.821.93-3.821 2.08 1.741 2.076 3.821 2.076Zm-3.363 1.84c0 1.15-1.7 2.08-3.812 2.08s-3.821-.93-3.821-2.08 1.713-2.08 3.821-2.08 3.812.93 3.812 2.08" style="fill:#f7bf2a"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M25.089 11.822H18.7l-3.433-3.434V2H6.911v8.357H13.3l3.422 3.422v4.431l-3.434 3.434H6.911V30h8.357v-6.388l3.432-3.434h6.388ZM9.7 4.786h2.786v2.785H9.7ZM12.482 27.2H9.7v-2.783h2.786Z" style="fill:#ffae1a"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M0 0h32v32H0z" style="fill:#16171b"/><path d="m21.892 22.136-2.186-2.041h-9.599l2.186 2.041zM12.293 14.98l-2.186 2.041h9.599l2.186-2.041zM21.891 11.906l-2.185-2.042h-9.599l2.186 2.042zM9.1 13.926l-1.448-1.444L2.3 17.836a1.023 1.023 0 0 0 0 1.443l5.354 5.354L9.1 23.19l-4.636-4.632ZM29.7 12.721l-5.352-5.355L22.9 8.81l4.63 4.632-4.63 4.633 1.443 1.443 5.357-5.353a1.02 1.02 0 0 0 0-1.444" 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="-133.268" x2="-133.198" y1="-202.91" y2="-202.84" gradientTransform="matrix(189.38 0 0 189.81 25243.061 38519.17)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6f6f6f"/><stop offset="1" stop-color="#5e5e5e"/></linearGradient><linearGradient id="b" x1="-133.575" x2="-133.495" y1="-203.203" y2="-203.133" gradientTransform="matrix(189.38 0 0 189.81 25309.061 38583.42)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#dadada"/><stop offset="1" stop-color="#c5c5c5"/></linearGradient></defs><path d="M15.885 2.1c-7.1 0-6.651 3.07-6.651 3.07v3.19h6.752v1H6.545S2 8.8 2 16.005s4.013 6.912 4.013 6.912H8.33v-3.361s-.13-4.013 3.9-4.013h6.762s3.772.06 3.772-3.652V5.8s.572-3.712-6.842-3.712Zm-3.732 2.137a1.214 1.214 0 1 1-1.183 1.244v-.02a1.214 1.214 0 0 1 1.214-1.214Z" style="fill:url(#a)"/><path d="M16.085 29.91c7.1 0 6.651-3.08 6.651-3.08v-3.18h-6.751v-1h9.47S30 23.158 30 15.995s-4.013-6.912-4.013-6.912H23.64V12.4s.13 4.013-3.9 4.013h-6.765S9.2 16.356 9.2 20.068V26.2s-.572 3.712 6.842 3.712h.04Zm3.732-2.147A1.214 1.214 0 1 1 21 26.519v.03a1.214 1.214 0 0 1-1.214 1.214z" style="fill:url(#b)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.97 24.6a1.73 1.73 0 0 0-.924.2 3.9 3.9 0 0 1-1.545.353c-.4-.007-1.006-.244-3.622-3-1.9-2-4.093-4.532-5.594-6.3a235 235 0 0 1-5.335-6.5c-2.463-3.134-2.542-3.5-2.58-3.682-.187-.878-.644-2.334-1.592-2.171-.416.07-.506.245-.536.3a1.92 1.92 0 0 0 .174 1.346l.545 1.124-1.2-.342c-.461-.128-1.882-.386-2.418.113-.225.209-.282.59-.171 1.132a.84.84 0 0 0 .284.554c.281.184.89.054 1.478-.072a3.16 3.16 0 0 1 2.566.156c1.367.986 5.278 5.217 8.548 8.973 1.564 1.8 6.7 7.765 7.095 9.137a9.3 9.3 0 0 1 .289 1.512 2.3 2.3 0 0 0 .181.809c.03.044.121.179.657.254a1.14 1.14 0 0 0 .93-.189 1.6 1.6 0 0 0 .449-1.056l.012-.489.486-.049a4.86 4.86 0 0 0 2.671-.958.3.3 0 0 0 .065-.19c-.33-.574-.636-.899-.913-.965" style="fill:#fff"/><path d="m29.964 25.257-.018-.079-.039-.071a2.85 2.85 0 0 0-1.672-1.594 2.58 2.58 0 0 0-1.593.247 3.1 3.1 0 0 1-1.08.278c-.145-.061-.8-.448-3.077-2.867-1.479-1.571-3.353-3.686-5.417-6.118a110 110 0 0 1-7.611-9.634C8.824 2.477 7.392 2.262 6.593 2.4a1.73 1.73 0 0 0-1.346.9A2.2 2.2 0 0 0 5.1 4.667a3.22 3.22 0 0 0-2.516.554 2.19 2.19 0 0 0-.5 2.179 1.88 1.88 0 0 0 .767 1.264 3.03 3.03 0 0 0 2.322.086c.653-.14 1.329-.284 1.68-.031a90 90 0 0 1 8.359 8.8c4.47 5.134 6.691 8.116 6.864 8.714a8 8 0 0 1 .254 1.342c.117.93.228 1.808 1.789 2.029a3 3 0 0 0 .433.032 2.07 2.07 0 0 0 1.379-.477 2.5 2.5 0 0 0 .779-1.394c.8-.131 2.4-.494 3.021-1.356a1.4 1.4 0 0 0 .233-1.152m-1.146.5a4.86 4.86 0 0 1-2.671.958l-.486.049-.012.489a1.6 1.6 0 0 1-.449 1.056 1.14 1.14 0 0 1-.93.189c-.536-.076-.627-.21-.657-.254a2.3 2.3 0 0 1-.181-.809 9.3 9.3 0 0 0-.289-1.512c-.4-1.372-5.53-7.341-7.095-9.137C12.779 13.028 8.868 8.8 7.5 7.811a3.16 3.16 0 0 0-2.566-.156c-.588.126-1.2.255-1.478.072a.84.84 0 0 1-.284-.554 1.18 1.18 0 0 1 .171-1.132c.536-.5 1.962-.242 2.418-.113l1.2.342-.545-1.124A1.92 1.92 0 0 1 6.242 3.8c.03-.057.12-.232.536-.3.948-.16 1.4 1.3 1.592 2.177.038.178.117.548 2.58 3.682a232 232 0 0 0 5.335 6.5c1.5 1.767 3.69 4.293 5.594 6.3 2.616 2.755 3.224 2.993 3.622 3a3.9 3.9 0 0 0 1.545-.353 1.73 1.73 0 0 1 .924-.2c.276.068.583.393.913.966a.3.3 0 0 1-.065.183Z"/><path d="M12.3 17.068c-.448.7-1.312 2.04-2.226 3.394-2.741 4.063-3.241 4.3-3.482 4.411a5.4 5.4 0 0 1-1.256.352c-.445.088-1.055.208-1.133.407a.57.57 0 0 0 0 .52 2.55 2.55 0 0 0 1.457.83l.471.1-.032.481a1.14 1.14 0 0 0 .2.737c.029.028.107.1.342.082.739-.066.853-.2.857-.2a1.5 1.5 0 0 0 .011-.391 3.24 3.24 0 0 1 .213-1.477l.04-.1c1.051-2.524 1.07-2.569 5.688-8.331Z" style="fill:#fff"/><path d="m11.986 15.474-.316.5a173 173 0 0 1-2.477 3.792C6.8 23.32 6.208 23.8 6.107 23.867a4.8 4.8 0 0 1-.989.264c-.776.153-1.655.326-1.957 1.094a1.7 1.7 0 0 0 .058 1.457A3.13 3.13 0 0 0 5 27.958a1.93 1.93 0 0 0 .512 1.142 1.45 1.45 0 0 0 1.047.406q.086 0 .178-.008a2.26 2.26 0 0 0 1.6-.582 1.54 1.54 0 0 0 .283-1.166 2.2 2.2 0 0 1 .128-1l.04-.1c1.01-2.424 1.01-2.424 5.787-8.384l.48-.6ZM7.718 26.317a3.24 3.24 0 0 0-.213 1.477 1.5 1.5 0 0 1-.011.391s-.119.135-.857.2c-.236.021-.313-.054-.342-.082a1.14 1.14 0 0 1-.2-.737l.032-.481-.471-.1a2.55 2.55 0 0 1-1.457-.83.57.57 0 0 1 0-.52c.078-.2.688-.319 1.133-.407a5.4 5.4 0 0 0 1.256-.352c.24-.113.741-.349 3.482-4.411a175 175 0 0 0 2.226-3.394l1.149.821C8.828 23.651 8.809 23.7 7.758 26.22Z"/><path d="M15.146 8.486c-6.375.048-6.658 4.521-6.751 5.993 0 .076-.009.141-.013.2-.1 1.186.492 1.555 1.236 2.022a2.45 2.45 0 0 1 1.31 1.459v.008l.054.259c.764 3.686 1.349 5.775 4.49 5.844h.039c2.89 0 3.384-2.013 4.005-5.561l.09-.508a2.62 2.62 0 0 1 1.212-1.683 2.09 2.09 0 0 0 1.09-1.88c-.019-2.788-1.208-6.111-6.762-6.153" style="fill:#ee1e10"/><path d="M22 10.6a6.1 6.1 0 0 0-2.4-2.251 9.6 9.6 0 0 0-4.425-.975h-.055C12.005 7.4 9.77 8.4 8.476 10.357a8.14 8.14 0 0 0-1.2 4.051c0 .068-.008.128-.012.177a2.99 2.99 0 0 0 1.755 3.057c.464.291.751.484.814.754l.053.253a14.5 14.5 0 0 0 1.446 4.551 4.57 4.57 0 0 0 4.121 2.188h.057a4.08 4.08 0 0 0 3.856-2.07 13.9 13.9 0 0 0 1.251-4.418l.09-.513v-.016c.057-.383.325-.608.8-.974a3.19 3.19 0 0 0 1.521-2.77A7.86 7.86 0 0 0 22 10.6m-1.178 5.919a2.62 2.62 0 0 0-1.215 1.681l-.09.508c-.622 3.548-1.116 5.561-4.005 5.561h-.039c-3.14-.069-3.725-2.158-4.49-5.844l-.054-.259v-.008A2.45 2.45 0 0 0 9.618 16.7c-.744-.467-1.331-.836-1.236-2.022 0-.055.009-.121.013-.2.093-1.471.377-5.944 6.751-5.993 5.553.042 6.743 3.365 6.763 6.148a2.09 2.09 0 0 1-1.09 1.881Z"/><path d="M21.818 14.556a7.3 7.3 0 0 0-1.094-3.48l-.041-.067a5.5 5.5 0 0 0-1.527-1.442A6.7 6.7 0 0 0 15.2 8.478a8.4 8.4 0 0 0-2.929.415c.783 1.213 3.4 5.155 4.952 6.207a10.8 10.8 0 0 0 2.972 1.582l.02-.008a2.59 2.59 0 0 0 1.603-2.118" style="fill:#0c46ff"/><path d="M22.933 14.5a8.5 8.5 0 0 0-1.257-4l-.039-.064a7.55 7.55 0 0 0-6.474-3.067c-2.188.064-3.48.369-3.95.933a.79.79 0 0 0-.2.621l.017.114.061.1c.141.225 3.471 5.523 5.5 6.9a19 19 0 0 0 2.284 1.347 3.4 3.4 0 0 0 1.367.429.8.8 0 0 0 .443-.116 3.67 3.67 0 0 0 2.248-3.13zm-2.742 2.187a10.8 10.8 0 0 1-2.972-1.587c-1.555-1.052-4.169-4.994-4.952-6.207a8.4 8.4 0 0 1 2.933-.415 6.7 6.7 0 0 1 3.96 1.088 5.5 5.5 0 0 1 1.527 1.442l.041.067a7.3 7.3 0 0 1 1.094 3.48 2.59 2.59 0 0 1-1.606 2.119Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fda703" d="M23.64 11.64c-.02.32 0 .7.01.99 1.44.75 3.02 1.53 4.33 2.18v.03c-1.54.7-2.98 1.47-4.33 2.15-.03.33-.01.67-.01 1 2.16-1.05 4.4-2.18 6.36-3.16-2.1-1.12-4.4-2.22-6.36-3.2zM2 14.8c2.14 1.08 4.43 2.24 6.38 3.19.01-.33-.01-.66-.02-1-1.46-.76-3-1.51-4.34-2.19 1.46-.73 3.02-1.49 4.34-2.17.02-.34.02-.67.02-1-2.16 1.02-4.44 2.2-6.38 3.17m14.31-3.36c1.03 2.19 1.81 3.79 2.78 5.81.07.15.2.32.22.48.01.08-.05.17-.08.24-.08.22-.19.43-.3.62-.13.2-.25.42-.41.6-.12.12-.25.25-.4.34-.6.39-1.27.3-1.92.15v.96c.76.1 1.54.16 2.26-.2s1.15-1.07 1.5-1.76a183 183 0 0 0 3.06-7.24c-.35-.01-.75 0-1.08.01-.72 1.69-1.38 3.31-2.01 4.89h-.03c-.88-1.81-1.62-3.35-2.41-4.89-.4-.02-.79-.01-1.18-.01m-3.12-.18c-.7.01-1.4.4-1.89.89-.2.2-.45.47-.57.75h-.02v-1.46h-1.1v9.1h1.1V18c.34 0 .69.07 1.03.09.58.02 1.17-.07 1.7-.34 1.38-.69 1.9-2.32 1.89-3.76a3 3 0 0 0-.65-2.03 2.4 2.4 0 0 0-.56-.46c-.3-.17-.61-.24-.93-.24m-.24 1.06c.23 0 .46.09.66.29.38.37.49.89.52 1.4.08 1.05-.22 2.23-1.17 2.83-.7.45-1.48.34-2.25.18V14.7c0-.15-.03-.35.02-.5.07-.2.24-.4.37-.58.09-.13.18-.25.28-.36.37-.43.98-.95 1.57-.94"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-133.268" x2="-133.198" y1="-202.91" y2="-202.84" gradientTransform="matrix(189.38 0 0 189.81 25243.061 38519.17)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#387eb8"/><stop offset="1" stop-color="#366994"/></linearGradient><linearGradient id="b" x1="-133.575" x2="-133.495" y1="-203.203" y2="-203.133" gradientTransform="matrix(189.38 0 0 189.81 25309.061 38583.42)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffe052"/><stop offset="1" stop-color="#ffc331"/></linearGradient></defs><path d="M15.885 2.1c-7.1 0-6.651 3.07-6.651 3.07v3.19h6.752v1H6.545S2 8.8 2 16.005s4.013 6.912 4.013 6.912H8.33v-3.361s-.13-4.013 3.9-4.013h6.762s3.772.06 3.772-3.652V5.8s.572-3.712-6.842-3.712Zm-3.732 2.137a1.214 1.214 0 1 1-1.183 1.244v-.02a1.214 1.214 0 0 1 1.214-1.214Z" style="fill:url(#a)"/><path d="M16.085 29.91c7.1 0 6.651-3.08 6.651-3.08v-3.18h-6.751v-1h9.47S30 23.158 30 15.995s-4.013-6.912-4.013-6.912H23.64V12.4s.13 4.013-3.9 4.013h-6.765S9.2 16.356 9.2 20.068V26.2s-.572 3.712 6.842 3.712h.04Zm3.732-2.147A1.214 1.214 0 1 1 21 26.519v.03a1.214 1.214 0 0 1-1.214 1.214z" style="fill:url(#b)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.082 10.625v2.755a3.98 3.98 0 0 1-3.875 3.933h-6.2a3.164 3.164 0 0 0-3.1 3.152v5.907c0 1.681 1.462 2.67 3.1 3.152a10.38 10.38 0 0 0 6.2 0c1.562-.452 3.1-1.362 3.1-3.152v-2.364h-6.2v-.788h9.3c1.8 0 2.475-1.258 3.1-3.145a10.65 10.65 0 0 0 0-6.3c-.446-1.795-1.3-3.145-3.1-3.145ZM19.6 25.584a1.182 1.182 0 1 1-1.164 1.178 1.17 1.17 0 0 1 1.164-1.178M3.034 2" style="fill:#e94475"/><path d="M24.008 2a.2.2 0 0 0-.082.012 2.57 2.57 0 0 1-1.475 1c-.5.084-.979.239-1.483.28a2.61 2.61 0 0 0-1.885.887l.048.055q-.37-.06-.731-.1c-.034 0 .172-.371.008-.338l-.2.041s.1-.228.06-.3c-.1.031-.3.343-.3.343s-.114-.168-.2-.168c-.055.1.022.358.022.358-.554-.049-1.1-.069-1.618-.075h-.2a17.7 17.7 0 0 0-2.964.253c-2.625.464-3.1 1.434-3.1 3.225v2.364h6.2v.788H7.58a3.87 3.87 0 0 0-2.729 1.063 1.9 1.9 0 0 0-.726-.492c.069.246.134.494.223.734a2.1 2.1 0 0 0-1.314.392 1.86 1.86 0 0 0 .884.055A1.02 1.02 0 0 0 3.38 13a1.5 1.5 0 0 0 .589-.018 5 5 0 0 0-.264.791 11.6 11.6 0 0 0 0 6.3C4.146 21.911 5.2 23.219 7 23.219h2.135v-2.834a3.94 3.94 0 0 1 3.875-3.854h6.2a3.125 3.125 0 0 0 3.1-3.152V7.868l.013.015a.2.2 0 0 1-.013-.046v-.066c.039-.131.3-.167.4-.264.1-.216-.184-.286-.305-.4a2.2 2.2 0 0 0 .764-.421.234.234 0 0 0 .062-.292 2 2 0 0 0-.362-.21c.414-.251.566-.729.832-1.1.1-.134 0-.251-.106-.337.2-.268.4-.537.582-.817l-.081-.2q-.173.06-.343.126c.343-.418.1-.983.342-1.434.081-.136.08-.407-.087-.422m-.527 1.2c.074.4-.353.61-.486.937a4.37 4.37 0 0 1-.9 2.249 2.4 2.4 0 0 1-.219.217c-.043.029-.086.072-.133.1a.2.2 0 0 1-.113.038.1.1 0 0 1-.042-.009.98.98 0 0 1-.486-.538.4.4 0 0 1 .044-.086.6.6 0 0 1 .216-.171l.06-.034A1 1 0 0 0 21.6 5.8a.4.4 0 0 0 .061-.07 2.7 2.7 0 0 0-.654.109l-.11-.1a8 8 0 0 0 .353-.531q.043-.066.082-.134a2 2 0 0 0-.164.06q-.15.068-.3.145l-.081.039-.067.03a2 2 0 0 1-.189.068 1 1 0 0 1-.085.02l-.039.007a1 1 0 0 1-.134.01.21.21 0 0 1-.034-.152.2.2 0 0 1 .024-.07.4.4 0 0 1 .043-.065.7.7 0 0 1 .123-.113 1 1 0 0 1 .132-.085.7.7 0 0 1 .136-.071l.1-.04c.119-.049.232-.106.266-.238a1.5 1.5 0 0 0-.545.074q-.098.03-.195.07c-.178.07-.353.149-.53.221l-.216-.246.006-.024.012-.033a.8.8 0 0 1 .216-.284c.031-.028.062-.058.092-.08.845-.637 1.964-.537 2.938-.817.235-.055.4-.283.647-.287ZM12.62 5.9a1.182 1.182 0 1 1-1.164 1.186A1.177 1.177 0 0 1 12.62 5.9" style="fill:#2298d3"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.885 2.1c-7.1 0-6.651 3.07-6.651 3.07v3.19h6.752v1H6.545S2 8.8 2 16.005s4.013 6.912 4.013 6.912H8.33v-3.361s-.13-4.013 3.9-4.013h6.762s3.772.06 3.772-3.652V5.8s.572-3.712-6.842-3.712Zm-3.732 2.137a1.214 1.214 0 1 1-1.183 1.244v-.02a1.215 1.215 0 0 1 1.214-1.214Z" style="fill:#7f7f7f"/><path d="M16.085 29.91c7.1 0 6.651-3.08 6.651-3.08v-3.18h-6.751v-1h9.47S30 23.158 30 16s-4.013-6.912-4.013-6.912H23.64V12.4s.13 4.013-3.9 4.013h-6.765S9.2 16.356 9.2 20.068V26.2s-.572 3.712 6.842 3.712h.04Zm3.732-2.147A1.214 1.214 0 1 1 21 26.519v.03a1.215 1.215 0 0 1-1.214 1.214z" style="fill:#7f7f7f"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m12.556 13.935.031.029 3.434 2.012 3.449-2.046.022-.026-3.487-1.95Zm10.64-2.2h.047l4.726-2.768.031-.045-4.8-2.775ZM16.015 2 4 9l.04.071 4.754 2.74.064-.011 7.166-4.142 3.466 2.09V4.007Z" style="fill:#4f859a"/><path d="m4 22.883 4.857 2.875V11.805L4 9.005Zm8.592 5.086L16.024 30l.046-.115V24.27l-.046-.1-3.432-1.807Zm-.036-14.033v4.057l3.467 1.993.014-.032v-3.996l-.013-.023Z" style="fill:#2e6371"/><path d="M23.2 11.735v8.421l-7.176 4.014V30L28 22.883V8.922Zm-3.7 2.169-3.468 2.031v4.05l3.468-2Z" style="fill:#1bafce"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.092 29v-9.318a6.95 6.95 0 0 1-2.392 1.963 6.74 6.74 0 0 1-3.089.724A6.56 6.56 0 0 1 9.413 20 11.08 11.08 0 0 1 7 12.475 10.03 10.03 0 0 1 9.264 5.5a7.25 7.25 0 0 1 5.61-2.5 6.27 6.27 0 0 1 3.2.785 7.3 7.3 0 0 1 2.4 2.373V3.419H25V29Zm.157-16.542a6.5 6.5 0 0 0-1.16-4.232 3.63 3.63 0 0 0-2.905-1.387 3.74 3.74 0 0 0-2.975 1.413 6.88 6.88 0 0 0-1.2 4.485 6.77 6.77 0 0 0 1.152 4.406 3.6 3.6 0 0 0 2.848 1.357 3.79 3.79 0 0 0 2.966-1.518 6.9 6.9 0 0 0 1.274-4.524" style="fill:#1e78b3"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.3 5H5.886L2 8.958V26h24.114L30 22.042V5ZM7.88 20.632a4.04 4.04 0 0 1-3.48-1.344 7.26 7.26 0 0 1-.984-4.248 7.5 7.5 0 0 1 1-4.312A3.96 3.96 0 0 1 7.88 9.32a3.95 3.95 0 0 1 3.456 1.4 7.5 7.5 0 0 1 .992 4.312 9.7 9.7 0 0 1-.408 3.1 3.45 3.45 0 0 1-1.335 1.808l1.343 2.16-1.647.768-1.425-2.332a3.6 3.6 0 0 1-.976.096M5.8 18.144a2.2 2.2 0 0 0 2.08.936 2.19 2.19 0 0 0 2.072-.92 6.6 6.6 0 0 0 .536-3.112 6.9 6.9 0 0 0-.552-3.184 2.14 2.14 0 0 0-2.056-.992 2.16 2.16 0 0 0-2.064.992 6.74 6.74 0 0 0-.56 3.168 6.54 6.54 0 0 0 .544 3.112m12.112-5.864a2.85 2.85 0 0 1 2.376.92 5.4 5.4 0 0 1 .728 3.256 4.76 4.76 0 0 1-.863 3.256 4.07 4.07 0 0 1-3.04.92q-.753 0-2.385-.144l-.544-.048V9.128h1.729v3.632a5.1 5.1 0 0 1 1.999-.48m-.8 6.8a1.98 1.98 0 0 0 1.7-.6 3.67 3.67 0 0 0 .424-2.04 4.1 4.1 0 0 0-.36-2.024 1.27 1.27 0 0 0-1.176-.584 5.1 5.1 0 0 0-1.536.24l-.256.08v4.864q.883.064 1.204.064m11.2-4.976a23 23 0 0 0-2.736-.256 2.44 2.44 0 0 0-1.176.2.69.69 0 0 0-.328.632.62.62 0 0 0 .359.608 8 8 0 0 0 1.7.408 3.9 3.9 0 0 1 1.9.728 2.28 2.28 0 0 1 .56 1.76 2.15 2.15 0 0 1-.808 1.856 3.97 3.97 0 0 1-2.36.592 14 14 0 0 1-2.464-.272l-.5-.08.064-1.456a24 24 0 0 0 2.768.256 2.56 2.56 0 0 0 1.208-.208.73.73 0 0 0 .36-.688.69.69 0 0 0-.345-.664 6.8 6.8 0 0 0-1.647-.4 4.4 4.4 0 0 1-1.912-.68 2.02 2.02 0 0 1-.608-1.7 2.12 2.12 0 0 1 .841-1.84 3.58 3.58 0 0 1 2.151-.608 15 15 0 0 1 2.512.256l.5.1Z" style="fill:#a653d9"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.935 26.485c-.482-.408-.958-.823-1.436-1.235q-1.24-1.073-2.487-2.138c-.122-.1-.115-.179-.031-.305a12.77 12.77 0 0 0 2.15-8.749 12.76 12.76 0 0 0-4.81-8.739 12.98 12.98 0 0 0-8.253-2.906c-.143.007-.353.018-.564.026a12.5 12.5 0 0 0-3.591.672 12.75 12.75 0 0 0-6.167 4.41 12.76 12.76 0 0 0-2.3 11.3A12.64 12.64 0 0 0 7.2 25.926 13.09 13.09 0 0 0 19.607 27.8a12.9 12.9 0 0 0 3.269-1.758c.091-.068.159-.126.279-.024.754.643 1.516 1.277 2.275 1.914l1.87 1.574c.083.07.151.14.261.007q1.186-1.424 2.389-2.834c.07-.079.068-.124-.015-.194M15.116 23.55a8.045 8.045 0 1 1 8.055-8.042 8.05 8.05 0 0 1-8.055 8.042" style="fill:#6eb43f;fill-rule:evenodd"/><path d="M15.106 20.671a5.161 5.161 0 1 1 5.172-5.171 5.167 5.167 0 0 1-5.172 5.171" style="fill:#5f6062;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.3 5H5.886L2 8.958V26h24.114L30 22.042V5ZM16.9 23.07l-1.828.852-1.572-2.591a4 4 0 0 1-1.082.106c-1.845 0-3.123-.5-3.85-1.49a8.03 8.03 0 0 1-1.082-4.7 8.35 8.35 0 0 1 1.1-4.773 4.38 4.38 0 0 1 3.833-1.561c1.828 0 3.087.515 3.833 1.544a8.35 8.35 0 0 1 1.1 4.773 10.8 10.8 0 0 1-.452 3.44 3.9 3.9 0 0 1-1.473 2Zm5.848-1.67a2.74 2.74 0 0 1-2.168-.692A4.2 4.2 0 0 1 20 18.1V14h-1v-2h1V9h2v3h2v2h-2v3.9a3.9 3.9 0 0 0 .168 1.437c.112.231.393.355.86.355l1.533-.053.093 1.544a12.5 12.5 0 0 1-1.906.217M12.416 10.614a2.4 2.4 0 0 0-2.289 1.1 7.66 7.66 0 0 0-.6 3.513 7.1 7.1 0 0 0 .6 3.442 2.44 2.44 0 0 0 2.306 1.031 2.42 2.42 0 0 0 2.289-1.011 7.34 7.34 0 0 0 .586-3.442 7.7 7.7 0 0 0-.6-3.531 2.4 2.4 0 0 0-2.292-1.102" style="fill:#41cd52"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.3 5H5.886L2 8.958V26h24.114L30 22.042V5ZM16.9 23.07l-1.828.852-1.572-2.591a4 4 0 0 1-1.082.106c-1.845 0-3.123-.5-3.85-1.49a8.03 8.03 0 0 1-1.082-4.7 8.35 8.35 0 0 1 1.1-4.773 4.38 4.38 0 0 1 3.833-1.561c1.828 0 3.087.515 3.833 1.544a8.35 8.35 0 0 1 1.1 4.773 10.8 10.8 0 0 1-.452 3.44 3.9 3.9 0 0 1-1.473 2Zm5.848-1.67a2.74 2.74 0 0 1-2.168-.692A4.2 4.2 0 0 1 20 18.1V14h-1v-2h1V9h2v3h2v2h-2v3.9a3.9 3.9 0 0 0 .168 1.437c.112.231.393.355.86.355l1.533-.053.093 1.544a12.5 12.5 0 0 1-1.906.217M12.416 10.614a2.4 2.4 0 0 0-2.289 1.1 7.66 7.66 0 0 0-.6 3.513 7.1 7.1 0 0 0 .6 3.442 2.44 2.44 0 0 0 2.306 1.031 2.42 2.42 0 0 0 2.289-1.011 7.34 7.34 0 0 0 .586-3.442 7.7 7.7 0 0 0-.6-3.531 2.4 2.4 0 0 0-2.292-1.102" style="fill:#ffa351"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19.451 6.218h2.638v2.638h2.637V6.218h2.637v2.638H30V11.5h-2.636v2.636H30v2.634h-2.636v2.637h-2.637v-2.638h-2.636v2.637h-2.638v-2.638h-2.638v-2.641h2.638V11.5h-2.638V8.853h2.639Zm2.638 7.914h2.637V11.5h-2.637ZM14.018 21.524a11.44 11.44 0 0 0 1.572-6.192 10.88 10.88 0 0 0-1.858-6.6 5.89 5.89 0 0 0-4.924-2.579 5.92 5.92 0 0 0-4.94 2.581A10.84 10.84 0 0 0 2 15.333a10.85 10.85 0 0 0 1.868 6.592 5.92 5.92 0 0 0 4.941 2.588 5.74 5.74 0 0 0 3.26-.987l2.306 2.321 1.577-2.4Zm-5.17-1.218 1.117 1.121a3.2 3.2 0 0 1-1.174.217 3.34 3.34 0 0 1-2.837-1.593 8.13 8.13 0 0 1-1.18-4.719 8.1 8.1 0 0 1 1.184-4.724 3.37 3.37 0 0 1 2.87-1.588 3.31 3.31 0 0 1 2.819 1.585 8.18 8.18 0 0 1 1.172 4.726 9.1 9.1 0 0 1-.833 4.15l-1.56-1.571Z" style="fill:#33c"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M18 16a2 2 0 1 1-2-2 2 2 0 0 1 2 2M16 26.42a10.4 10.4 0 0 0 2.61-.34v-2.71A7.8 7.8 0 0 0 21.07 22a9.7 9.7 0 0 0-1.4-3 11.5 11.5 0 0 1-6.27 5.41v1.71a10.5 10.5 0 0 0 2.6.3M25 10.8a10.4 10.4 0 0 0-1.6-2.09l-2.35 1.36a7.8 7.8 0 0 0-2.45-1.42 9.6 9.6 0 0 0-1.9 2.71 11.48 11.48 0 0 1 7.82 2.73l1.48-.86a10.3 10.3 0 0 0-1-2.43M7 10.8a10.2 10.2 0 0 0-1 2.43l2.35 1.36a7.8 7.8 0 0 0 0 2.83 9.6 9.6 0 0 0 3.29.29 11.48 11.48 0 0 1-1.55-8.14l-1.5-.85A10.3 10.3 0 0 0 7 10.8" style="fill:#d2d2d2"/><path d="M25 21.22a10.2 10.2 0 0 0 1-2.43l-2.34-1.36a7.8 7.8 0 0 0 0-2.83 9.6 9.6 0 0 0-3.29-.29A11.48 11.48 0 0 1 22 22.45l1.48.85A10.3 10.3 0 0 0 25 21.22" data-name="right" style="fill:#00b4ff"/><path d="M7 21.22a10.4 10.4 0 0 0 1.6 2.09l2.35-1.36a7.8 7.8 0 0 0 2.45 1.42 9.6 9.6 0 0 0 1.9-2.71 11.48 11.48 0 0 1-7.82-2.73L6 18.78a10.3 10.3 0 0 0 1 2.44" data-name="left" style="fill:#00b4ff"/><path d="M16 5.59a10.4 10.4 0 0 0-2.61.34v2.71a7.8 7.8 0 0 0-2.46 1.41 9.7 9.7 0 0 0 1.4 3 11.5 11.5 0 0 1 6.27-5.41v-1.7a10.4 10.4 0 0 0-2.6-.35" style="fill:#00b4ff"/><path d="M16 3.81A12.2 12.2 0 1 1 3.81 16 12.22 12.22 0 0 1 16 3.81M16 2a14 14 0 1 0 0 28 14 14 0 0 0 0-28" style="fill:#00b4ff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-134.811" x2="-134.772" y1="-103.284" y2="-103.323" gradientTransform="matrix(721.094 0 0 -482.937 97213.595 -49874.512)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#cbced0"/><stop offset="1" stop-color="#84838b"/></linearGradient><linearGradient id="b" x1="-135.378" x2="-135.339" y1="-102.985" y2="-103.024" gradientTransform="matrix(398 0 0 -406.124 53893 -41812.836)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#276dc3"/><stop offset="1" stop-color="#165caa"/></linearGradient></defs><path d="M16 23.956c-7.732 0-14-4.2-14-9.376S8.268 5.2 16 5.2s14 4.2 14 9.38-6.268 9.376-14 9.376M18.143 8.87C12.266 8.87 7.5 11.74 7.5 15.28s4.764 6.41 10.641 6.41 10.214-1.962 10.214-6.41-4.335-6.41-10.212-6.41" style="fill:url(#a)"/><path d="M23.321 19.726a10.6 10.6 0 0 1 1.34.5 2.6 2.6 0 0 1 .68.485 1.8 1.8 0 0 1 .311.447l3.339 5.63h-5.4l-2.524-4.74a6 6 0 0 0-.835-1.145.88.88 0 0 0-.641-.291h-1.28v6.173h-4.776V11.026h9.591s4.374.074 4.374 4.235-4.179 4.465-4.179 4.465m-2.077-5.28h-2.891v2.681h2.893a1.323 1.323 0 0 0 1.34-1.364 1.247 1.247 0 0 0-1.342-1.316Z" style="fill:url(#b)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path stroke="#fff" stroke-width=".64" d="M7.71 2.68a2.26 2.26 0 0 0-1.8.94c-.23.27-.38.64-.53.9L5 2.92H2.32v1.43h.98V8.7h-.98v1.47h4.56V8.71H5.45V6.64c.26-.76.68-1.55 1.43-1.92.23-.16.46-.2.38.15v1.05h1.36L9 2.91a3.2 3.2 0 0 0-1.25-.23zm5.96 4.68a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.51 1.5 1.5 0 0 0 1.51-1.5 1.5 1.5 0 0 0-1.5-1.51z" paint-order="stroke"/><path fill="#30363b" stroke="#20262b" stroke-width=".53" d="M16 13.05h13.74v16.33H16z"/><path fill="#fff" d="M26.08 23q0 .38.11.6.11.2.38.27l-.45 1.44q-.65-.08-1.1-.3t-.68-.65q-.41.5-1.09.76-.64.22-1.32.22-1.13 0-1.81-.64-.64-.64-.64-1.66 0-1.17.9-1.85.95-.64 2.64-.64H24v-.26q0-.57-.37-.83-.38-.26-1.06-.26l-.9.07-1.14.3-.49-1.43q.76-.3 1.51-.41.76-.16 1.36-.16 1.62 0 2.38.68.75.64.75 1.89zm-3.4.76q.38 0 .76-.19t.56-.6v-1.13h-.56q-.9 0-1.36.26-.41.26-.41.8 0 .4.26.63.26.27.72.27z"/></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:#fff"/><path d="M27.016 24.641a14 14 0 0 0-15.8-21.8c5.684 2.981 13.197 12.708 15.8 21.8" style="fill:#3e5ba9"/><path d="M13.995 10.93a24.3 24.3 0 0 0-7.22-5.46 14 14 0 0 0-1.312 19.747 39.6 39.6 0 0 1 8.532-14.287M16.575 14.1A32.65 32.65 0 0 0 9.43 28.365a14.02 14.02 0 0 0 13.3-.089A38.6 38.6 0 0 0 16.575 14.1" style="fill:#9f1d20"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="5.501" x2="26.5" y1="16" y2="16" gradientUnits="userSpaceOnUse"><stop offset=".08" stop-color="#aa2237"/><stop offset=".982" stop-color="#b4313d"/></linearGradient><linearGradient id="b" x1="10.099" x2="16.169" y1="5.601" y2="5.601" gradientUnits="userSpaceOnUse"><stop offset=".037" stop-color="#b83a41"/><stop offset=".896" stop-color="#bf4a50"/></linearGradient><linearGradient id="c" x1="7.851" x2="7.851" y1="20.836" y2="14.698" gradientUnits="userSpaceOnUse"><stop offset=".037" stop-color="#a92237"/><stop offset=".939" stop-color="#972235"/></linearGradient><linearGradient id="d" x1="13.133" x2="13.133" y1="29.442" y2="20.836" gradientUnits="userSpaceOnUse"><stop offset=".037" stop-color="#bc4245"/><stop offset=".939" stop-color="#a42136"/></linearGradient><linearGradient id="e" x1="19.212" x2="19.212" y1="8.696" y2="2.575" gradientUnits="userSpaceOnUse"><stop offset=".037" stop-color="#cc5057"/><stop offset=".896" stop-color="#b73840"/></linearGradient><linearGradient id="f" x1="21.776" x2="24.376" y1="7.866" y2="6.365" gradientUnits="userSpaceOnUse"><stop offset=".08" stop-color="#d4575f"/><stop offset=".945" stop-color="#b63540"/></linearGradient><linearGradient id="g" x1="22.256" x2="26.484" y1="11.733" y2="11.733" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c04b51"/><stop offset="1" stop-color="#b83a41"/></linearGradient><linearGradient id="h" x1="22.239" x2="26.475" y1="17.79" y2="17.79" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ba4044"/><stop offset="1" stop-color="#b4303c"/></linearGradient><linearGradient id="i" x1="21.349" x2="24.603" y1="23.257" y2="24.442" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#972136"/><stop offset="1" stop-color="#9f2236"/></linearGradient><linearGradient id="j" x1="18.562" x2="24.103" y1="21.3" y2="27.904" gradientUnits="userSpaceOnUse"><stop offset=".037" stop-color="#b22c3a"/><stop offset=".939" stop-color="#c04d53"/></linearGradient><linearGradient id="k" x1="16.199" x2="16.199" y1="29.443" y2="23.313" gradientUnits="userSpaceOnUse"><stop offset=".037" stop-color="#b22c3a"/><stop offset=".939" stop-color="#9b2135"/></linearGradient><linearGradient id="l" x1="22.221" x2="25.29" y1="6.635" y2="6.635" gradientUnits="userSpaceOnUse"><stop offset=".037" stop-color="#fff"/><stop offset=".742" stop-color="#f4e6d9"/></linearGradient><linearGradient id="m" x1="17.162" x2="22.113" y1="4.552" y2="7.411" gradientUnits="userSpaceOnUse"><stop offset=".037" stop-color="#fff"/><stop offset=".896" stop-color="#f4e6d9"/></linearGradient></defs><path d="M27.007 26.836A3.163 3.163 0 0 1 23.844 30H4.993V5.164A3.164 3.164 0 0 1 8.156 2h18.851Z" style="fill:#80152a"/><path d="M26.5 26.539a2.876 2.876 0 0 1-2.945 2.945H5.5V5.461a2.876 2.876 0 0 1 2.946-2.944H26.5Z" style="fill:url(#a)"/><path d="m10.099 2.541.068 6.12-4.548 1.523z" style="fill:#8a2034"/><path d="m10.099 2.541.068 6.12 6.002-2.502z" style="fill:url(#b)"/><path d="m7.614 14.698 2.553-6.037-4.548 1.523z" style="fill:#ae2338"/><path d="m7.614 14.698 2.519 6.138-4.565-1.471z" style="fill:url(#c)"/><path d="m10.108 29.442.025-8.606-4.565-1.471z" style="fill:#8a2034"/><path d="m10.108 29.442-4.54.001V19.365z" style="fill:#8c2033"/><path d="m10.108 29.442.025-8.606 6.025 2.479z" style="fill:url(#d)"/><path d="m22.188 2.575.068 6.121-6.087-2.537z" style="fill:url(#e)"/><path d="m22.188 2.575.068 6.121 4.228 1.505z" style="fill:url(#f)"/><path d="m24.737 14.77-2.481-6.074 4.228 1.505z" style="fill:url(#g)"/><path d="m24.737 14.77-2.498 6.04 4.236-1.513z" style="fill:url(#h)"/><path d="m22.29 29.426-.051-8.616 4.236-1.513z" style="fill:url(#i)"/><path d="m22.29 29.426-.051-8.616-6.077 2.503z" style="fill:url(#j)"/><path d="m22.29 29.426-12.181.017 6.053-6.13z" style="fill:url(#k)"/><path d="m16.786 16.577 1.37.628-.139-.976-1.249-.672ZM6.4 19.847l1.784.2.389-1.658-1.708-.3Zm6.345-11.48-1.17-.867-.812 1.1 1.281.8Zm3.576-2.9-.748-.976-1.052.621.875.952Zm3.855-.685-.241-.8-1.268-.1.368.875Zm4.287 1-1.065-.761v.494l1.027.635Zm-14.398 7.086-1.458-.634-.495 1.445 1.5.558Zm7.26-.654-.26.894.939.863.235-.831Zm5.992-4 .78.038.007-.362-.812-.165ZM20.075 5.2c-3.751-.186-10.466 3.369-11.43 17.631h9.2c-2.062-5.343-1.823-9.374-.405-12.106 2.062-3.973 5.132-4.236 8-2.561.1-.241.241-.545.241-.545A7.82 7.82 0 0 0 20.075 5.2m.275 2.96.342.818.634-.342-.235-.755Zm-2.08 1.858.7.958.431-.628-.611-.948Zm1.065 11.147-.435-1.05-1.592-.3.419 1.2Z" style="fill:#f7dee1"/><path d="m10.969 8.329 1.1-.46-.494-.366zM15.392 6.059l.292-.189-1.03-.614z" style="fill:#fff"/><path d="m6.862 18.089-.413 1.56.978.315.753.086.389-1.658zM9.165 18.478q-.165.935-.292 1.952l1.26.406Z" style="fill:#d7c4c9"/><path d="m6.449 19.649-.052.198 1.03.117zM10.133 20.836l-1.26-.406a45 45 0 0 0-.228 2.4h1.482Z" style="fill:#c2c3c6"/><path d="M10.127 22.831h4.854l-4.848-1.995z" style="fill:#ddc3c8"/><path d="m23.68 5.223-.286-.2v.494l.689.426Zm.77 1.368a7.1 7.1 0 0 0-2.229-1.069l.018 1.669a6.3 6.3 0 0 1 3.05.89Zm-1.133 1.623.78.038.007-.362-.812-.165Z" style="fill:url(#l)"/><path d="M22.221 5.522a9.5 9.5 0 0 0-2.146-.322 7.36 7.36 0 0 0-3.854.985l3.819 1.588a4.4 4.4 0 0 1 2.2-.581Zm-2.05-.745-.241-.8-.087-.008-.913.543.1.237Zm.5 3.258.538.225-.119-.382Z" style="fill:url(#m)"/><path d="M10.218 26.044v-.678A1.08 1.08 0 0 0 9.2 24.353H7.047v4.067h1.1v-1.184l.888 1.184h1.319l-1.032-1.37a1.1 1.1 0 0 0 .896-1.006m-1.082.2h-1v-.82h1Zm4.269-1.911h-1a1.074 1.074 0 0 0-1.023 1.057v3.01h1.082v-.794h.972v.794h1.1v-3.016a1.1 1.1 0 0 0-1.131-1.049Zm.033 2.181h-.972v-1.09h.972ZM23.5 25.8h-1.058v-.444H24.3v-1.005h-1.864a1.08 1.08 0 0 0-1.1 1.04v.431a1.1 1.1 0 0 0 1.091 1.065h.983v.494h-2v1.027h1.97a1.08 1.08 0 0 0 1.123-.982v-.539A1.056 1.056 0 0 0 23.5 25.8m-4.433-1.458h-1.09v4.071H20.7v-1.089h-1.63Zm-3.36 4.071H16.8v-4.069h-1.091Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m16.043 2 7.314 4.249.001 7.371 6.319 3.642v8.64L22.441 30l-6.398-3.632L9.646 30l-7.323-4.182v-8.556l6.34-3.623.009-7.38z" style="fill:#666"/><path d="M16.019 3.07v7.399l-6.398-3.7" style="fill:#cde"/><path d="m22.417 6.769-6.398 3.7V3.07" style="fill:#b2cde5"/><path d="M22.417 6.769v7.4l-6.398-3.7" style="fill:#3379ba"/><path d="M9.621 6.769v7.4l6.398-3.7" style="fill:#0057a9"/><path d="M16.019 10.469v7.4l-6.398-3.7" style="fill:#ccc"/><path d="m16.022 10.469-.003 7.4 6.398-3.697" style="fill:#e5e5e5"/><path d="M22.417 14.169v7.4l-6.398-3.7" style="fill:#4c4c4c"/><path d="M9.621 14.169v7.4l6.398-3.7"/><path d="M16.019 17.869v7.4l-6.398-3.7" style="fill:#191919"/><path d="m16.022 17.869-.003 7.4 6.398-3.697" style="fill:#666"/><path d="M9.621 14.169v7.4l-6.397-3.7" style="fill:#cde"/><path d="M3.224 17.869v7.4l6.397-3.7" style="fill:#0057a9"/><path d="M9.621 21.569v7.4l-6.397-3.7" style="fill:#3379ba"/><path d="m9.624 21.569-.003 7.4 6.398-3.697" style="fill:#4c89c3"/><path d="m28.815 17.872-6.398 3.697.003-7.4" style="fill:#b2cde5"/><path d="M28.815 17.869v7.4l-6.398-3.7M22.417 21.569v7.4l-6.398-3.7" style="fill:#3379ba"/><path d="m22.42 21.569-.003 7.4 6.398-3.697" style="fill:#4c89c3"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 32 32"><path fill="#d2d2d2" d="m15.01 9.88-.83 1.4.65.12.08-.38-.1-.02.14-.26.23.55c.42.83.08 1.9.16 2.96l.38-.02c-.06-.95.32-2.1-.18-3.1zm2.14 0-.52 1.24c-.5 1.02-.12 2.17-.18 3.1l.38.03c.08-1.05-.27-2.13.14-2.95l.24-.56.15.26-.1.02.07.38.65-.12zm-2.17 11.69v1.22l.67 1.1.3-.17-.63-1.03v-1.12zm1.43 0v1.22l.67 1.1.3-.17-.63-1.03v-1.12zm8.87-15.33a6.5 6.5 0 0 0-4.45 1.28c-2.76 2-3.53 5.61-1.73 8.06 1.79 2.46 5.47 2.8 8.21.8 2.74-2.02 3.52-5.62 1.71-8.07a5.17 5.17 0 0 0-3.74-2.07M6.76 5.96c-1.5.14-2.88.84-3.78 2.08-1.81 2.47-1.03 6.1 1.73 8.11 2.75 2.02 6.46 1.68 8.26-.79 1.81-2.46 1.03-6.1-1.73-8.11a6.58 6.58 0 0 0-4.48-1.3zm.03.28c4.86-.3 8.2 5.67 5.96 8.96C4.47 22.44-.69 7.23 6.8 6.24zm14.76 10.63c-1.2.1-2.3.7-3.02 1.66-1.44 1.97-.81 4.88 1.39 6.5 2.2 1.6 5.17 1.33 6.6-.64 1.46-1.97.82-4.89-1.37-6.5a5.28 5.28 0 0 0-3.6-1.02M6.76 5.96c-1.5.14-2.88.84-3.78 2.08-1.81 2.47-1.03 6.1 1.73 8.11 2.75 2.02 6.46 1.68 8.26-.79 1.81-2.46 1.03-6.1-1.73-8.11a6.58 6.58 0 0 0-4.48-1.3zm4.02 10.87a5.25 5.25 0 0 0-3.6 1.03c-2.2 1.6-2.82 4.52-1.39 6.49 1.45 1.96 4.4 2.24 6.6.63h.02c2.2-1.6 2.84-4.52 1.39-6.5a4.17 4.17 0 0 0-3.02-1.65"/><g stroke-linejoin="round" stroke-miterlimit="10" stroke-width=".36"><path fill="#ff0" stroke="#d2d2d2" d="M16.1 21.53c-2.52 0-4.55-1.62-4.55-3.63 0-2 2.03-3.63 4.54-3.63s4.54 1.63 4.54 3.63-2.03 3.63-4.54 3.63z"/><path fill="#fff" stroke="#000" d="M12.98 17.86a1.82 1.82 0 1 1 0-3.64 1.82 1.82 0 0 1 0 3.64zm6.02 0a1.82 1.82 0 1 1 0-3.64 1.82 1.82 0 0 1 0 3.64z"/></g><path d="M13.04 16.94a.91.91 0 0 1 0-1.82.9.9 0 0 1 0 1.82m6.02-.1a.9.9 0 1 1 0-1.81.9.9 0 0 1 0 1.8z"/><path fill="none" stroke="#f36" stroke-width=".51" d="M14.55 18.86c-.18 1.25 3.43 2.14 3 .22v-.11"/><path fill="#f36" d="M22.75 14.34c-.83 0-1.49-.67-1.49-1.5s.66-1.52 1.49-1.52a1.51 1.51 0 0 1 0 3.02M7.53 23.99c-1.04-.86-1.08-2.54-.08-3.77 1-1.22 2.67-1.51 3.7-.65s1.09 2.54.09 3.76-2.66 1.52-3.7.66zM24.6 24c-1.04.85-2.7.56-3.7-.67-1-1.22-.97-2.9.08-3.76 1.04-.86 2.7-.56 3.7.66s.97 2.9-.07 3.76zM7.3 12.18c-.94 0-1.7-.74-1.7-1.66s.76-1.66 1.7-1.66a1.66 1.66 0 1 1-.01 3.32z"/><path fill="#00f" d="M10.94 16.2c-.12.2-.5.21-.98-.07-1.12-.88-.4-1.02.48-.71.48.28.62.58.5.78m12.3 6.5c-.47.39-1.3.15-1.87-.54-.56-.68-.64-1.55-.16-1.94.46-.38 1.3-.14 1.87.54.56.69.63 1.56.16 1.95zm5.51-12.36c-19.17-6.9-9.58-3.45 0 0m-20 12.26c-.47-.4-.4-1.26.17-1.94.57-.7 1.4-.94 1.88-.55.46.38.39 1.25-.17 1.94-.57.7-1.4.93-1.88.55m14.52-8.9a.82.82 0 0 1-1.16-.13.82.82 0 0 1 .1-1.16.82.82 0 0 1 1.16.13c.29.36.24.87-.1 1.16M8.04 11.46a.83.83 0 0 1-1.16-.13.82.82 0 1 1 1.27-1.04c.3.36.24.88-.1 1.17zM6.96 7.02H6.9c-.7.11-1.2.51-1.6.97-3.28 3.5 1.71 6.34 4.66 8.14l.48-.71c-.78-.52-1.81-1.09-2.63-1.57l1.58-.87.03-.02c.68-.53.9-1.32.99-2.03.32-1.7-.33-2.66-1.56-3.49-.59-.26-1.2-.33-1.83-.41zm1.55 1.2c.41.18.76.5 1.12 1.08.2 2.1-1.11 3.2-2.56 3.98v.01c-.58-.39-1.2-.77-1.5-1.24-.4-.58-.78-.98-.91-1.24-.07-.14-.09-.22-.07-.33s.08-.26.27-.5c.43-.52.76-1.05 1.08-1.43.78-.85 1.64-.57 2.57-.33m14.32.39c-5.95 3.23-.25 10.28 3.13 5.49.3-2.18-1.57-3.49-3.04-4.52.15-.1.15-.12.38-.27.5-.33 1.55-.72 2.46-.73.46 0 .89.08 1.21.27.33.18 1.17.8 1.31 1.28 1.5-.19-.43-1.82-.95-2.3-1.52-.67-3.25 0-4.5.78m-.67 1.48 1.19.82c.52.4 1.08.91 1.44 1.44.62 1.62.09 2.19-1.22 2.41-.68.09-1.11.24-1.34.25-.11 0-.17 0-.27-.06s-.24-.18-.42-.4a3.6 3.6 0 0 1-.77-1.58c-.1-.54-.03-1.04.26-1.47.57-.86.8-1.14 1.14-1.4zM7.06 7.18c-1.43 0-2.55.97-3.36 2.27-.27.33-.4.73-.4 1.1a3 3 0 0 0 .3 1.1c.33.68.83 1.31 1.18 1.83.58.85 1.54 1.23 2.5 1.55s1.95.6 2.68 1.1l.48-.71c-3.2-1.75-5.58-2.76-6.08-5.45l.02-.02c.78-.93 1.66-1.88 2.66-1.92.6.08 1.2.23 1.66.46s.74.53.85.88c-.08.91.02 1.91-.82 2.56l-1.8 1.44c2.86-.71 4.55-3.71 2.16-5.63-.6-.3-1.3-.48-1.98-.56H7.1zm18.58.3a5.67 5.67 0 0 0-3.31.69c-1.62 1.08-1.5 1-2.46 2.41-.46.7-.46 1.57-.27 2.4.2.82.6 1.6 1.07 2.2.45.55.93.83 1.45.89.5.06 1-.06 1.61-.14.63-.08 1.08-.1 1.5-.28.42-.2.72-.6.9-1.15.42-1.4.18-3.13-1.08-4.1a.4.4 0 0 0-.1-.06l-2.4-1-.32.78 2.31.97c1.5 2.88-1.21 5.16-3.21 3.55-1.72-3.58.95-6.5 4.26-6.31 1.6-.01 3.22 2.59 2.97.84l-1.07-1.19a4.4 4.4 0 0 0-1.85-.5"/><path fill="#0f0" d="M26.2 10.15a2.4 2.4 0 0 0-.77.03c.62.1 1.22.44 1.67 1 .94 1.14.88 2.73-.12 3.56-.3.24-.66.36-1.03.42.67.13 1.34 0 1.87-.42 1-.83 1.06-2.42.12-3.56a2.86 2.86 0 0 0-1.73-1.03zm-15.19-1.4c.12.08.24.15.35.24 1.01.83 1.07 2.43.13 3.58a2.72 2.72 0 0 1-2.34 1c1 .54 2.35.24 3.18-.8.95-1.14.9-2.74-.12-3.57-.35-.3-.77-.4-1.2-.44z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19.24 2H4.063l1.514 2.429h13.577A6.1 6.1 0 0 1 23.55 6.3a6.37 6.37 0 0 1 1.818 4.469 5.93 5.93 0 0 1-1.786 4.295 7.54 7.54 0 0 1-4.369 2.048h-1.662l-4.583-.037 1.323 2.291H16.3l.109.175h.016l5.917 9.99.027.046.038.038a1.335 1.335 0 0 0 2.272-.944.72.72 0 0 0-.206-.543 1.5 1.5 0 0 1-.189-.263l-4.891-8.325a8.6 8.6 0 0 0 6-2.562A8.8 8.8 0 0 0 19.24 2" style="fill:#73cfee"/></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:#368832"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M6.093 29.071V2.659h11.173A8.05 8.05 0 0 1 23.4 4.867a8.6 8.6 0 0 1 2.092 6.169 9.7 9.7 0 0 1-1.037 4.508A7.83 7.83 0 0 1 21.6 18.7l4.694 8.263v2.113h-6.081l-5.24-9.659h-2.62v9.659Zm6.26-15.017h3.857a3.3 3.3 0 0 0 2.2-.641 2.87 2.87 0 0 0 .746-2.264 2.76 2.76 0 0 0-.746-2.189 3.3 3.3 0 0 0-2.2-.641h-3.857Z" style="fill:#5099f9"/><path d="M6.093 2.659V10.4l6.26 2.276V8.319h3.857a3.3 3.3 0 0 1 2.2.641 2.76 2.76 0 0 1 .746 2.189 2.87 2.87 0 0 1-.746 2.264 3.3 3.3 0 0 1-2.2.641h-.061l7.51 2.731a8.4 8.4 0 0 0 .793-1.241 9.7 9.7 0 0 0 1.037-4.508 13 13 0 0 0-.107-1.652L7.73 2.659Z" style="fill:#415dd0"/><path d="m16.466 22.164 3.747 6.907h6.077v-1.685zM12.353 19.618l-5.689-2.26 5.689 6.844z" style="fill:#4469da"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="16" cy="15.974" r="2.5" style="fill:#00d8ff"/><path d="M16 21.706a28.4 28.4 0 0 1-8.88-1.2 11.3 11.3 0 0 1-3.657-1.958A3.54 3.54 0 0 1 2 15.974c0-1.653 1.816-3.273 4.858-4.333A28.8 28.8 0 0 1 16 10.293a28.7 28.7 0 0 1 9.022 1.324 11.4 11.4 0 0 1 3.538 1.866A3.4 3.4 0 0 1 30 15.974c0 1.718-2.03 3.459-5.3 4.541a28.8 28.8 0 0 1-8.7 1.191m0-10.217a28 28 0 0 0-8.749 1.282c-2.8.977-4.055 2.313-4.055 3.2 0 .928 1.349 2.387 4.311 3.4A27.2 27.2 0 0 0 16 20.51a27.6 27.6 0 0 0 8.325-1.13C27.4 18.361 28.8 16.9 28.8 15.974a2.33 2.33 0 0 0-1.01-1.573 10.2 10.2 0 0 0-3.161-1.654A27.5 27.5 0 0 0 16 11.489" style="fill:#00d8ff"/><path d="M10.32 28.443a2.64 2.64 0 0 1-1.336-.328c-1.432-.826-1.928-3.208-1.327-6.373a28.8 28.8 0 0 1 3.4-8.593 28.7 28.7 0 0 1 5.653-7.154 11.4 11.4 0 0 1 3.384-2.133 3.4 3.4 0 0 1 2.878 0c1.489.858 1.982 3.486 1.287 6.859a28.8 28.8 0 0 1-3.316 8.133 28.4 28.4 0 0 1-5.476 7.093 11.3 11.3 0 0 1-3.523 2.189 4.9 4.9 0 0 1-1.624.307m1.773-14.7a28 28 0 0 0-3.26 8.219c-.553 2.915-.022 4.668.75 5.114.8.463 2.742.024 5.1-2.036a27.2 27.2 0 0 0 5.227-6.79 27.6 27.6 0 0 0 3.181-7.776c.654-3.175.089-5.119-.713-5.581a2.33 2.33 0 0 0-1.868.089A10.2 10.2 0 0 0 17.5 6.9a27.5 27.5 0 0 0-5.4 6.849Z" style="fill:#00d8ff"/><path d="M21.677 28.456c-1.355 0-3.076-.82-4.868-2.361a28.8 28.8 0 0 1-5.747-7.237 28.7 28.7 0 0 1-3.374-8.471 11.4 11.4 0 0 1-.158-4A3.4 3.4 0 0 1 8.964 3.9c1.487-.861 4.01.024 6.585 2.31a28.8 28.8 0 0 1 5.39 6.934 28.4 28.4 0 0 1 3.41 8.287 11.3 11.3 0 0 1 .137 4.146 3.54 3.54 0 0 1-1.494 2.555 2.6 2.6 0 0 1-1.315.324m-9.58-10.2a28 28 0 0 0 5.492 6.929c2.249 1.935 4.033 2.351 4.8 1.9.8-.465 1.39-2.363.782-5.434A27.2 27.2 0 0 0 19.9 13.74a27.6 27.6 0 0 0-5.145-6.64c-2.424-2.152-4.39-2.633-5.191-2.169a2.33 2.33 0 0 0-.855 1.662 10.2 10.2 0 0 0 .153 3.565 27.5 27.5 0 0 0 3.236 8.1Z" style="fill:#00d8ff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="16" cy="15.974" r="2.5" style="fill:#f5de19"/><path d="M16 21.706a28.4 28.4 0 0 1-8.88-1.2 11.3 11.3 0 0 1-3.657-1.958A3.54 3.54 0 0 1 2 15.974c0-1.653 1.816-3.273 4.858-4.333A28.8 28.8 0 0 1 16 10.293a28.7 28.7 0 0 1 9.022 1.324 11.4 11.4 0 0 1 3.538 1.866A3.4 3.4 0 0 1 30 15.974c0 1.718-2.03 3.459-5.3 4.541a28.8 28.8 0 0 1-8.7 1.191m0-10.217a28 28 0 0 0-8.749 1.282c-2.8.977-4.055 2.313-4.055 3.2 0 .928 1.349 2.387 4.311 3.4A27.2 27.2 0 0 0 16 20.51a27.6 27.6 0 0 0 8.325-1.13C27.4 18.361 28.8 16.9 28.8 15.974a2.33 2.33 0 0 0-1.01-1.573 10.2 10.2 0 0 0-3.161-1.654A27.5 27.5 0 0 0 16 11.489" style="fill:#f5de19"/><path d="M10.32 28.443a2.64 2.64 0 0 1-1.336-.328c-1.432-.826-1.928-3.208-1.327-6.373a28.8 28.8 0 0 1 3.4-8.593 28.7 28.7 0 0 1 5.653-7.154 11.4 11.4 0 0 1 3.384-2.133 3.4 3.4 0 0 1 2.878 0c1.489.858 1.982 3.486 1.287 6.859a28.8 28.8 0 0 1-3.316 8.133 28.4 28.4 0 0 1-5.476 7.093 11.3 11.3 0 0 1-3.523 2.189 4.9 4.9 0 0 1-1.624.307m1.773-14.7a28 28 0 0 0-3.26 8.219c-.553 2.915-.022 4.668.75 5.114.8.463 2.742.024 5.1-2.036a27.2 27.2 0 0 0 5.227-6.79 27.6 27.6 0 0 0 3.181-7.776c.654-3.175.089-5.119-.713-5.581a2.33 2.33 0 0 0-1.868.089A10.2 10.2 0 0 0 17.5 6.9a27.5 27.5 0 0 0-5.4 6.849Z" style="fill:#f5de19"/><path d="M21.677 28.456c-1.355 0-3.076-.82-4.868-2.361a28.8 28.8 0 0 1-5.747-7.237 28.7 28.7 0 0 1-3.374-8.471 11.4 11.4 0 0 1-.158-4A3.4 3.4 0 0 1 8.964 3.9c1.487-.861 4.01.024 6.585 2.31a28.8 28.8 0 0 1 5.39 6.934 28.4 28.4 0 0 1 3.41 8.287 11.3 11.3 0 0 1 .137 4.146 3.54 3.54 0 0 1-1.494 2.555 2.6 2.6 0 0 1-1.315.324m-9.58-10.2a28 28 0 0 0 5.492 6.929c2.249 1.935 4.033 2.351 4.8 1.9.8-.465 1.39-2.363.782-5.434A27.2 27.2 0 0 0 19.9 13.74a27.6 27.6 0 0 0-5.145-6.64c-2.424-2.152-4.39-2.633-5.191-2.169a2.33 2.33 0 0 0-.855 1.662 10.2 10.2 0 0 0 .153 3.565 27.5 27.5 0 0 0 3.236 8.1Z" style="fill:#f5de19"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="16" cy="15.974" r="2.5" style="fill:#007acc"/><path d="M16 21.706a28.4 28.4 0 0 1-8.88-1.2 11.3 11.3 0 0 1-3.657-1.958A3.54 3.54 0 0 1 2 15.974c0-1.653 1.816-3.273 4.858-4.333A28.8 28.8 0 0 1 16 10.293a28.7 28.7 0 0 1 9.022 1.324 11.4 11.4 0 0 1 3.538 1.866A3.4 3.4 0 0 1 30 15.974c0 1.718-2.03 3.459-5.3 4.541a28.8 28.8 0 0 1-8.7 1.191m0-10.217a28 28 0 0 0-8.749 1.282c-2.8.977-4.055 2.313-4.055 3.2 0 .928 1.349 2.387 4.311 3.4A27.2 27.2 0 0 0 16 20.51a27.6 27.6 0 0 0 8.325-1.13C27.4 18.361 28.8 16.9 28.8 15.974a2.33 2.33 0 0 0-1.01-1.573 10.2 10.2 0 0 0-3.161-1.654A27.5 27.5 0 0 0 16 11.489" style="fill:#007acc"/><path d="M10.32 28.443a2.64 2.64 0 0 1-1.336-.328c-1.432-.826-1.928-3.208-1.327-6.373a28.8 28.8 0 0 1 3.4-8.593 28.7 28.7 0 0 1 5.653-7.154 11.4 11.4 0 0 1 3.384-2.133 3.4 3.4 0 0 1 2.878 0c1.489.858 1.982 3.486 1.287 6.859a28.8 28.8 0 0 1-3.316 8.133 28.4 28.4 0 0 1-5.476 7.093 11.3 11.3 0 0 1-3.523 2.189 4.9 4.9 0 0 1-1.624.307m1.773-14.7a28 28 0 0 0-3.26 8.219c-.553 2.915-.022 4.668.75 5.114.8.463 2.742.024 5.1-2.036a27.2 27.2 0 0 0 5.227-6.79 27.6 27.6 0 0 0 3.181-7.776c.654-3.175.089-5.119-.713-5.581a2.33 2.33 0 0 0-1.868.089A10.2 10.2 0 0 0 17.5 6.9a27.5 27.5 0 0 0-5.4 6.849Z" style="fill:#007acc"/><path d="M21.677 28.456c-1.355 0-3.076-.82-4.868-2.361a28.8 28.8 0 0 1-5.747-7.237 28.7 28.7 0 0 1-3.374-8.471 11.4 11.4 0 0 1-.158-4A3.4 3.4 0 0 1 8.964 3.9c1.487-.861 4.01.024 6.585 2.31a28.8 28.8 0 0 1 5.39 6.934 28.4 28.4 0 0 1 3.41 8.287 11.3 11.3 0 0 1 .137 4.146 3.54 3.54 0 0 1-1.494 2.555 2.6 2.6 0 0 1-1.315.324m-9.58-10.2a28 28 0 0 0 5.492 6.929c2.249 1.935 4.033 2.351 4.8 1.9.8-.465 1.39-2.363.782-5.434A27.2 27.2 0 0 0 19.9 13.74a27.6 27.6 0 0 0-5.145-6.64c-2.424-2.152-4.39-2.633-5.191-2.169a2.33 2.33 0 0 0-.855 1.662 10.2 10.2 0 0 0 .153 3.565 27.5 27.5 0 0 0 3.236 8.1Z" style="fill:#007acc"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 2h28v28H2z" style="fill:#dd4b39"/><path d="M9.051 17.527h5.072a4.95 4.95 0 0 1 2.977.973 3.3 3.3 0 0 1 1.128 2.267 4.12 4.12 0 0 1-.778 3.022 3.6 3.6 0 0 1-1.137.905l2.247 3.549h-3.061l-1.6-3.043h-2.154v3.032H9.051zm2.69 2.128v3.438h1.989a2.18 2.18 0 0 0 1.468-.452 1.81 1.81 0 0 0 .482-1.544 1.47 1.47 0 0 0-.705-1.18 2.77 2.77 0 0 0-1.437-.269c-.598.006-1.797.007-1.797.007m8.384-2.13h8.35v2.13h-5.66V21.8h5.11v2.119H22.82V26.1h5.824v2.142h-8.519z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="d" x1="-547.975" x2="-547" y1="-244.974" y2="-244.974" gradientTransform="matrix(4 0 0 -4 2204 -974)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#eea831"/><stop offset="1" stop-color="#ffc929"/></linearGradient><linearGradient id="a" x1="-547" x2="-544.762" y1="-247.171" y2="-247.171" gradientTransform="matrix(4 0 0 -4 2204 -974)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b32629"/><stop offset=".583" stop-color="#8c1e21"/><stop offset="1" stop-color="#7a1a1d"/></linearGradient><linearGradient id="f" x1="-547" x2="-546.025" y1="-244.974" y2="-244.974" gradientTransform="matrix(4 0 0 -4 2204 -974)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e8a333"/><stop offset=".612" stop-color="#c68931"/><stop offset="1" stop-color="#ab762f"/></linearGradient><linearGradient xlink:href="#a" id="g" x2="-543.5" y1="-249.368" y2="-249.368"/><linearGradient id="c" x1="-550.5" x2="-547" y1="-249.368" y2="-249.368" gradientTransform="matrix(4 0 0 -4 2204 -974)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ae2524"/><stop offset=".563" stop-color="#d01d19"/><stop offset="1" stop-color="#ed1913"/></linearGradient><linearGradient xlink:href="#c" id="h" x1="-549.238" y1="-247.171" y2="-247.171"/></defs><path d="M16 9.792V2l-3.903 5.77z" style="fill:url(#d)"/><path d="M16 12.097v7.806l8.952-4.667-3.904-5.769z" style="fill:url(#a)"/><path d="m16 9.792 3.903-2.022L16 2z" style="fill:url(#f)"/><path d="M26.097 16.947 16 22.208V30l14-7.283z" style="fill:url(#g)"/><path d="M2 22.717 16 30v-7.792L5.903 16.947z" style="fill:url(#c)"/><path d="m10.952 9.467-3.904 5.769L16 19.903v-7.806z" style="fill:url(#h)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.492 2H30v6.508h-6.508ZM11.477 7.363 15.3 2.1l5.265 3.825-3.825 5.265ZM20.477 12.922l6.154-2.122 2.119 6.153-6.15 2.122Z" style="fill:#1b8c98"/><path d="M2 8.453h6.508v6.508H2ZM2 16h6.508v6.508H2ZM9.492 16H16v6.508H9.492ZM2 23.492h6.508V30H2ZM9.492 23.492H16V30H9.492ZM17.039 23.492h6.508V30h-6.508Z" style="fill:#4ed1f8"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><clipPath id="a"><path d="M7.055 16.241c3.415-10.22 14.759-9.473 17.924 0l.1 5.893a15.56 15.56 0 0 0-9.036 7.246 17.64 17.64 0 0 0-9.013-7.034Z" style="fill:none"/></clipPath></defs><path d="m7.03 16.241 2.6-4.559c-2.418-.312-2.606-3.431-.8-9.062-5.021 6.233-6.41 7.608-1.8 13.621M24.97 16.241l-2.595-4.559c2.418-.312 2.606-3.431.8-9.062 5.016 6.233 6.405 7.608 1.795 13.621" style="fill:#bfbfbf;fill-rule:evenodd"/><path d="M7.055 16.241c3.415-10.22 14.759-9.473 17.924 0l.1 5.893a15.56 15.56 0 0 0-9.036 7.246 17.64 17.64 0 0 0-9.013-7.034Z" style="fill:none"/><g style="clip-path:url(#a)"><path d="M16.053 7.962h9.549v21.899h-9.549z" style="fill:#536367"/><path d="M5.322 7.962h10.732v21.899H5.322z" style="fill:#78929a"/></g><circle cx="16.04" cy="16.241" r="1.166" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M13.046 15.584a2.1 2.1 0 0 0-1.231-.3 2.18 2.18 0 0 0-1.751.859 3.6 3.6 0 0 0-.7 2.337V23H7v-9.457h2.361v1.949H9.4a3.27 3.27 0 0 1 1.064-1.556 2.54 2.54 0 0 1 1.6-.559 2.2 2.2 0 0 1 .977.176Z" style="fill:#d8a303"/><path d="M25 23h-2.361v-5.172q0-2.806-2.067-2.807a2.24 2.24 0 0 0-1.75.813 3.03 3.03 0 0 0-.713 2.078V23h-2.372V9h2.372v6.113h.041a3.81 3.81 0 0 1 3.379-1.791q3.471 0 3.471 3.851Z" style="fill:#d2d2d2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M9.966 13.338a2 2 0 0 0-1.215-.315 2.11 2.11 0 0 0-1.728.887 3.83 3.83 0 0 0-.693 2.414V21H4v-9.771h2.33v2.013h.04a3.4 3.4 0 0 1 1.05-1.607A2.44 2.44 0 0 1 9 11.057a2.05 2.05 0 0 1 .964.182Z" style="fill:#d80303"/><path d="M28 21h-2.33v-5.324a4.14 4.14 0 0 0-.457-2.224 1.71 1.71 0 0 0-1.542-.687 1.88 1.88 0 0 0-1.552.869 3.4 3.4 0 0 0-.638 2.08V21h-2.34v-5.506q0-2.728-2.029-2.729a1.86 1.86 0 0 0-1.552.821 3.5 3.5 0 0 0-.608 2.128V21h-2.33v-9.771h2.33v1.546h.04A3.6 3.6 0 0 1 18.237 11a3.17 3.17 0 0 1 1.863.558 2.78 2.78 0 0 1 1.09 1.465A3.69 3.69 0 0 1 24.605 11Q28 11 28 14.979Z" 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" fill="#007fa0"/><path fill="#fff" d="m21.052 21.433-2.889-2.889a1.293 1.293 0 0 1 0-1.829l4.28-4.28a.375.375 0 0 0 0-.53l-1.577-1.577a.374.374 0 0 0-.53 0l-.963.963-.65-.649.963-.963a1.293 1.293 0 0 1 1.829 0l1.577 1.577a1.3 1.3 0 0 1 0 1.829l-4.28 4.279a.377.377 0 0 0 0 .53l2.89 2.889z"/><path fill="#007fa0" d="m24.738 23.879-.59.59a.833.833 0 0 1-1.179 0l-3.538-3.538a.833.833 0 0 1 0-1.179l.59-.59a.835.835 0 0 1 1.179 0l3.538 3.538a.835.835 0 0 1 0 1.179"/><path fill="#fff" d="m8.15 16.019 1.36-1.36 1.359 1.36-1.36 1.359z"/><path fill="#3cb6b0" d="m18.679 9.566 1.769 1.769a.833.833 0 0 1 0 1.179l-7.665 7.666a.835.835 0 0 1-1.179 0l-1.769-1.769a.834.834 0 0 1 0-1.18L17.5 9.566a.835.835 0 0 1 1.179 0M9.51 14.66l1.359-1.36 1.359 1.36-1.36 1.359z"/><path fill="#fff" d="m10.85 13.32 1.36-1.358 1.359 1.359-1.36 1.359z"/><path fill="#3cb6b0" d="m12.21 11.96 1.359-1.359 1.359 1.36-1.36 1.358z"/><path fill="#fff" d="m14.928 9.242 1.359-1.359 1.359 1.36-1.36 1.358z"/><path fill="#3cb6b0" d="m6.791 14.66 1.36-1.359 1.358 1.36-1.359 1.358zm2.7-2.7 1.36-1.36 1.358 1.36-1.359 1.359zm2.719-2.719 1.359-1.359 1.359 1.36-1.36 1.358z"/><path fill="#3cb6b0" d="m13.568 7.882 1.36-1.36 1.358 1.36-1.359 1.359zM8.132 10.6l1.36-1.358L10.85 10.6l-1.359 1.36z"/><path fill="#3cb6b0" d="m12.21 6.523 1.36-1.36 1.358 1.36-1.359 1.359zm-8.137 5.419 1.359-1.36 1.359 1.36L5.43 13.3zm4.059-4.06L9.49 6.523l1.359 1.36L9.49 9.24z"/><path fill="#007fa0" d="M12.194 20.791a1.2 1.2 0 0 1-.85-.352L9.575 18.67a1.2 1.2 0 0 1 0-1.7l7.665-7.664a1.2 1.2 0 0 1 1.7 0l1.769 1.769a1.2 1.2 0 0 1 0 1.7l-7.665 7.665a1.2 1.2 0 0 1-.85.351m5.9-11.1a.46.46 0 0 0-.33.136L10.1 17.491a.466.466 0 0 0 0 .66l1.769 1.769a.467.467 0 0 0 .659 0l7.666-7.665a.47.47 0 0 0 0-.66L18.42 9.826a.46.46 0 0 0-.33-.136z"/><path fill="#fff" d="M23.559 25.081a1.2 1.2 0 0 1-.85-.352l-3.538-3.538a1.2 1.2 0 0 1 0-1.7l.59-.589a1.2 1.2 0 0 1 1.7 0L25 22.44a1.2 1.2 0 0 1 0 1.7l-.59.59a1.2 1.2 0 0 1-.851.351m-2.949-5.795a.46.46 0 0 0-.329.136l-.59.59a.467.467 0 0 0 0 .66l3.538 3.537a.465.465 0 0 0 .659 0l.59-.589a.467.467 0 0 0 0-.66l-3.538-3.538a.46.46 0 0 0-.33-.136"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1156 1156"><g fill="#fcfcfc"><path d="M1024.5 534.05c1.23 13.58 2.08 27.28 2.08 41.19 0-13.91-.85-27.6-2.08-41.19" class="prefix__cls-2"/><path d="M359 531.68S234.25 991.32 734.26 995.32c156.88-58.4 272.48-201.58 290-374.2 1.21-11.94 1.57-24.12 1.84-36.32.05-3.21.48-6.33.48-9.56 0-13.9-.85-27.61-2.08-41.19C892.4 1054.08 308 850.39 359 531.68" class="prefix__cls-2"/><path d="M617.54 361.07S152 231.06 159.16 738.68a449.9 449.9 0 0 0 108.49 162.17c2 1.89 4.07 3.68 6.09 5.54a450 450 0 0 0 42.54 34.67c2.31 1.65 4.48 3.47 6.8 5.08a447 447 0 0 0 49.11 29.16c4.93 2.54 10 4.86 15 7.23a444 444 0 0 0 44.85 18.2c3.75 1.28 7.33 2.88 11.13 4.07A445 445 0 0 0 499 1018c5.71 1 11.48 1.84 17.26 2.64a450 450 0 0 0 59.11 4.59c.76 0 1.49.12 2.25.12 14.92 0 29.65-.8 44.18-2.23C99.46 898.55 298 314.47 617.54 361.07" class="prefix__cls-2"/><path d="M799 601.8s110.14-464.34-385.64-443.6c-166.25 65.67-283.94 227.43-283.94 417a451 451 0 0 0 4.61 61C238.37 110.86 832.8 281 799 601.8" class="prefix__cls-2"/><path d="M560.95 801.62s466.35 60.88 437.16-382.51C934.64 248.44 770.76 126.62 578 126.62a450 450 0 0 0-81.35 7.73c519.64 63.79 384.58 671.81 64.3 667.27" class="prefix__cls-2"/><path d="M707.46 575.25A125.65 125.65 0 1 1 581.85 449.6a125.64 125.64 0 0 1 125.61 125.65" class="prefix__cls-3"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="11.421" x2="21.509" y1="-221.705" y2="-248.792" gradientTransform="matrix(1 0 0 -1 0 -218)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e84f4f"/><stop offset=".409" stop-color="#db4646"/><stop offset=".999" stop-color="#cb3939"/></linearGradient></defs><path d="M2 10.97c0-3.738 0-5.6.952-6.916a5 5 0 0 1 1.1-1.1C5.364 2 7.233 2 10.969 2H21.03c3.738 0 5.605 0 6.916.951a5 5 0 0 1 1.1 1.1C30 5.364 30 7.232 30 10.97v10.06c0 3.737 0 5.605-.952 6.916a5 5 0 0 1-1.1 1.1C26.636 30 24.768 30 21.03 30H10.969c-3.736 0-5.6 0-6.915-.952a5 5 0 0 1-1.1-1.1C2 26.636 2 24.767 2 21.03Z" style="fill:url(#a)"/><path d="M20.974 15.554a3.325 3.325 0 1 0-3.324-3.325 3.325 3.325 0 0 0 3.324 3.325M9.316 11.809a4.7 4.7 0 0 1 .206-1.987A1.9 1.9 0 0 1 10.345 9a4.7 4.7 0 0 1 1.987-.205h2.64v12.25a4.7 4.7 0 0 1-.144 1.664 1.9 1.9 0 0 1-1.02 1.02 4.7 4.7 0 0 1-1.664.143 4.7 4.7 0 0 1-1.664-.143 1.9 1.9 0 0 1-1.02-1.02 4.7 4.7 0 0 1-.143-1.664Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 30A13.86 13.86 0 0 1 2.286 16 14.15 14.15 0 0 1 6.3 6.1a13.517 13.517 0 0 1 19.4 0 14.15 14.15 0 0 1 4.014 9.9A13.86 13.86 0 0 1 16 30" style="fill:#ce3f31"/><path d="M11.869 23.015h-.4a4.3 4.3 0 0 1-1.048-.113 1.4 1.4 0 0 1-.767-.548 2.2 2.2 0 0 1-.409-1.026 13 13 0 0 1-.086-1.728 13 13 0 0 0-.08-1.687 1.77 1.77 0 0 0-.405-.924 1.33 1.33 0 0 0-1.026-.391V15.4a1.33 1.33 0 0 0 1.026-.391 1.77 1.77 0 0 0 .405-.924 13 13 0 0 0 .08-1.687 13 13 0 0 1 .084-1.731 2.2 2.2 0 0 1 .409-1.026 1.4 1.4 0 0 1 .767-.548 4.3 4.3 0 0 1 1.048-.113h.4v1.14h-.226q-.76 0-.931.4a7.7 7.7 0 0 0-.172 2.17 4.9 4.9 0 0 1-.416 2.316A2.12 2.12 0 0 1 8.859 16a2.1 2.1 0 0 1 1.264.986 4.9 4.9 0 0 1 .417 2.314 7.7 7.7 0 0 0 .172 2.17q.172.4.931.4h.226Zm1.6-3.141h1.035V16.42h1.459l1.97 3.454h1.184l-2.077-3.566a2.24 2.24 0 0 0 1.833-2.319c0-1.7-1.2-2.294-2.855-2.294h-2.544Zm1.035-4.3V12.53h1.359c1.272 0 1.97.386 1.97 1.459s-.7 1.583-1.97 1.583Zm5.557-6.591h.4a4.3 4.3 0 0 1 1.048.113 1.4 1.4 0 0 1 .767.548 2.2 2.2 0 0 1 .409 1.026 13 13 0 0 1 .084 1.731 13 13 0 0 0 .08 1.687 1.77 1.77 0 0 0 .405.924 1.33 1.33 0 0 0 1.026.391v1.191a1.33 1.33 0 0 0-1.026.391 1.77 1.77 0 0 0-.405.924 13 13 0 0 0-.08 1.687 13 13 0 0 1-.084 1.731 2.2 2.2 0 0 1-.409 1.026 1.4 1.4 0 0 1-.767.548 4.3 4.3 0 0 1-1.048.113h-.4v-1.14h.226q.76 0 .931-.4A7.7 7.7 0 0 0 21.4 19.3a4.9 4.9 0 0 1 .416-2.316A2.1 2.1 0 0 1 23.075 16a2.12 2.12 0 0 1-1.264-.994 4.9 4.9 0 0 1-.416-2.316 7.7 7.7 0 0 0-.172-2.17q-.172-.4-.931-.4h-.226Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M14.721 14.546a1.85 1.85 0 0 0-1.165-.318 2 2 0 0 0-1.657.9 4 4 0 0 0-.664 2.436v4.719H9v-9.865h2.235v2.032h.038a3.43 3.43 0 0 1 1.007-1.623 2.27 2.27 0 0 1 1.517-.583 1.9 1.9 0 0 1 .924.183Z" style="fill:#03d803"/><path d="M23 22.173a3.9 3.9 0 0 1-1.724.327q-2.871 0-2.87-2.754V14.17h-1.647v-1.752h1.647v-2.282L20.64 9.5v2.918H23v1.752h-2.36v4.93a1.94 1.94 0 0 0 .318 1.252 1.32 1.32 0 0 0 1.06.375A1.54 1.54 0 0 0 23 20.4Z" style="fill:#d2d2d2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M9.831 20.254c0 .174-.132.139-.238.139q-.966-.002-1.934.007a.33.33 0 0 1-.322-.186Q5.9 17.819 4.456 15.43a.7.7 0 0 1-.084-.392c0-.755.006-1.509-.006-2.264a.44.44 0 0 1 .258-.456c.4-.218.766-.482 1.163-.7.245-.132.254-.247.111-.471-.354-.553-.7-1.111-1.008-1.693-.176-.338-.448-.282-.7-.248s-.134.291-.134.441q-.012 5.064-.006 10.126c0 .57 0 .571-.59.57-.37 0-.742-.018-1.111 0-.26.02-.349-.043-.349-.326q.013-6.279 0-12.556c0-.25.064-.327.322-.323q1.707.019 3.416 0a.46.46 0 0 1 .452.262c.919 1.539 1.85 3.071 2.778 4.605.012.2-.168.232-.287.3-.776.458-1.546.928-2.341 1.352-.313.167-.264.308-.121.546.627 1.041 1.241 2.09 1.864 3.134q.87 1.463 1.748 2.917" style="fill:#f70000"/><path d="M15.173 19.343a1 1 0 0 0-.159.236c-.22.655-.665.824-1.337.783-1.033-.063-2.073-.015-3.11-.016-.147 0-.3.035-.42-.1a1 1 0 0 0-.054-.151c-1.154-1.926-2.3-3.855-3.47-5.774-.162-.266-.156-.39.139-.544.751-.393 1.483-.82 2.216-1.245a1.1 1.1 0 0 1 .584-.154c1.565.006 3.129.01 4.694 0a.46.46 0 0 1 .461.249c.422.72.839 1.446 1.3 2.139.238.354.146.487-.19.675-1.41.785-2.8 1.6-4.2 2.406-.1.055-.27.073-.228.24s.191.168.335.167c.314 0 .629-.018.941.009.288.025.357-.095.333-.353-.017-.185-.036-.367.189-.492.785-.437 1.558-.9 2.416-1.392-.162 1.154.272 2.301-.44 3.317m-2.207-4.754-.012-.066H9.226c.316.525.612 1 .887 1.482.1.175.2.1.3.043q1.279-.726 2.553-1.459" style="fill:#f70000"/><path d="M21.4 14.4c-.3.567-.594 1.138-.9 1.7-.13.236-.032.409.088.6.73 1.185 1.453 2.375 2.223 3.635H20.39c-.142 0-.156-.133-.211-.222l-1.446-2.348c-.442.769-.876 1.495-1.277 2.238a.576.576 0 0 1-.612.344c-.628-.024-1.256-.007-1.915-.007.115-.392.428-.642.51-1.006.543-.928 1.078-1.861 1.634-2.782a.5.5 0 0 0 0-.615c-.722-1.151-1.415-2.322-2.121-3.491.214-.128.432-.011.62-.1.506.009 1.013.043 1.516.018a.59.59 0 0 1 .589.331c.333.533.68 1.057 1.017 1.587.121.189.206.266.353 0 .339-.608.705-1.2 1.061-1.8a.16.16 0 0 1 .174-.006v.011c.03.059.056.119.088.177A16 16 0 0 1 21.4 14.4" style="fill:#f70000"/><path d="M29.573 10.941a7 7 0 0 1 .427-.579V6.077c-.193-.058-.245.111-.311.217-.237.384-.455.781-.685 1.17q-1.347 2.275-2.7 4.551l-.123.162c-.29.725-.78 1.338-1.136 2.026-.107.206-.235.4-.367.625a2.1 2.1 0 0 1-.468-.656 70 70 0 0 1-1.01-1.6c-.076-.122-.137-.218-.309-.216-.727.009-1.455 0-2.182 0-.1 0-.2-.007-.183.141a11.3 11.3 0 0 1 1.144 1.814c.39.611.775 1.224 1.171 1.831a.38.38 0 0 1-.023.455c-.27.461-.533.925-.8 1.39-.05.089-.164.164-.083.292l1.262 2 1.471-2.441 1.983 3.313.992 1.627a1 1 0 0 1 .075.109c.36.615.738 1.22 1.106 1.83v.006-.006q.179.3.353.6a1.26 1.26 0 0 0 .816.618v-3.626c-.672-1.094-1.347-2.186-2.016-3.283-.477-.783-.94-1.576-1.423-2.356a.48.48 0 0 1-.019-.566c1.02-1.719 2.024-3.444 3.038-5.163" style="fill:#f70000"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 2.914a.414.414 0 0 1 .415-.414H21a9 9 0 0 1 9 9v1.587a.414.414 0 0 1-.415.414h-5.17a.414.414 0 0 1-.415-.41V11.5a3 3 0 0 0-3-3H8.415A.414.414 0 0 0 8 8.917V29.1a.394.394 0 0 1-.416.4A6 6 0 0 1 2 23.51Z" style="fill:#ed1846"/><path d="M13.415 14.506a.394.394 0 0 0-.4.414A6 6 0 0 0 19 20.509h4a1 1 0 0 1 1 1V29.1a.394.394 0 0 0 .416.4A6 6 0 0 0 30 23.51v-2a7 7 0 0 0-7-7Z" style="fill:#ed1846"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m11.829 17.081-.789 1.036a.45.45 0 0 1 0-.287 18.8 18.8 0 0 1 2.36-6.173 24.8 24.8 0 0 1 3.7-4.843 18 18 0 0 1 1.714-1.551 15.4 15.4 0 0 1 6.235-3 12.9 12.9 0 0 1 3.351-.246c.193.008.385.042.6.066l-.2.837c-.221.739-.454 1.474-.656 2.218a.47.47 0 0 1-.469.4q-.968.095-1.931.217a2.5 2.5 0 0 0-.813.162l2.84.306-.046.247a2.5 2.5 0 0 0-.209.59 1.8 1.8 0 0 0-.185.45 25 25 0 0 1-2.872 5.664 17.5 17.5 0 0 1-2.325 2.681.75.75 0 0 1-.906.182 5 5 0 0 0-.555-.178 18.3 18.3 0 0 0-4.446-.658c-.2-.007-.394 0-.591 0 1.169.333 2.305.739 3.434 1.164l.117.042 1.391.642c-.208.189-.458.261-.65.42-.068.033-.137.063-.2.1a14.4 14.4 0 0 1-5.812 1.775 28 28 0 0 1-1.78.1c-.154.006-.313.007-.4.154-.2.33-.4.666-.617 1.038h1.068c.4.006.8.009 1.192.02.419.011.524.122.537.551 0 .118.013.237.019.355-.006.087-.018.173-.019.26-.007.629-.048.678-.682.712-.135.007-.194.043-.189.188.008.273 0 .546 0 .819 0 .517 0 .517.512.461.388.043.776.009 1.164.019h.292a1.15 1.15 0 0 1 1.226 1.058.5.5 0 0 0 .039.089c.008.141.009.284.026.424.136 1.126.278 2.252.413 3.379a.88.88 0 0 1-.79 1.011 3 3 0 0 1-.389.013Q9.962 30 4.4 30a5 5 0 0 1-.841-.053.9.9 0 0 1-.549-1c.059-.574.135-1.146.2-1.72.082-.692.151-1.386.251-2.075a1.12 1.12 0 0 1 1.2-1.113c.528-.03 1.058-.011 1.587-.013h.259c.114 0 .151-.056.146-.162-.007-.152-.009-.305-.014-.457s.013-.32.014-.481c0-.4 0-.4-.391-.37-.424-.112-.462-.158-.469-.6 0-.284-.007-.568 0-.851s.125-.417.415-.436c.237-.015.476-.01.713-.01.941 0 1.882-.005 2.822.012a.6.6 0 0 0 .6-.328c.343-.581.718-1.142 1.079-1.712a1 1 0 0 0 .162-.279 1.2 1.2 0 0 0 .234-.31A58.4 58.4 0 0 1 21.162 7.4c.672-.6 1.379-1.157 2.068-1.738a1.7 1.7 0 0 0 .428-.357 1.6 1.6 0 0 0-.492.311c-.092.056-.186.108-.275.168a32 32 0 0 0-2.755 2.133 52.6 52.6 0 0 0-6.553 6.853c-.594.736-1.186 1.474-1.718 2.258l-.033.053Z" style="fill:#a51e22"/><path d="M12.385 21.565a1.9 1.9 0 0 0 .02-.488c0-.041-.012-.106-.038-.117a.68.68 0 0 0-.442-.016c-.116.027-.056.148-.059.227 0 .131.008.262.012.392s-.013.283-.013.424c0 .269 0 .269.268.269s.269 0 .27-.269a1.3 1.3 0 0 0-.018-.422M11.222 25.313a.7.7 0 0 0 .092-.465.813.813 0 0 0-1.023-.876 2.2 2.2 0 0 0-1.139.765 10 10 0 0 0-.662.928 3.06 3.06 0 0 0-.463 1.743.55.55 0 0 0 .3.572c.021-.132.044-.249.058-.368a8.5 8.5 0 0 1 .848-2.7.89.89 0 0 1 .6-.5c.1-.029.21-.052.315-.075a.562.562 0 0 1 .748.5l-.076.393a2.2 2.2 0 0 1-.929.914c-.143.073-.29.138-.435.207l-.665.147a1.46 1.46 0 0 0 .389.59 2.16 2.16 0 0 0 .908.716 1.24 1.24 0 0 0 .98.031.58.58 0 0 0 .383-.333 2.6 2.6 0 0 1-1.241-.1 4 4 0 0 1-.887-.534c-.052-.117-.2-.16-.238-.3.118-.049.254-.019.362-.087a2.46 2.46 0 0 0 1.564-.776.67.67 0 0 0 .211-.392" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m20.42 21.157 2.211 2.211L30 16l-7.369-7.369-2.211 2.212L25.58 16ZM11.58 10.843 9.369 8.631 2 16l7.369 7.369 2.211-2.211L6.42 16ZM17.411 7.677l1.6.437-4.42 16.209-1.6-.437z" style="fill:#11a6a5"/></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:#fff"/><path d="M10.387 14.6a2.727 2.727 0 0 1 5.453 0 .99.99 0 1 1-1.98 0 .746.746 0 0 0-1.492 0 .99.99 0 1 1-1.98 0m11.3 4.586a.99.99 0 0 1-.992.992h-9.188a.992.992 0 0 1 0-1.984h9.184a.994.994 0 0 1 .992.992m-4.293-4.026a.99.99 0 0 1 .27-1.375l2.293-1.551a.989.989 0 1 1 1.109 1.637l-2.3 1.551a.97.97 0 0 1-.551.172 1 1 0 0 1-.824-.434m6.289 6.094a.7.7 0 0 1-.207.5l-1.707 1.707a.7.7 0 0 1-.5.207H10.8a.7.7 0 0 1-.5-.207l-1.7-1.707a.7.7 0 0 1-.207-.5V10.8a.7.7 0 0 1 .207-.5l1.7-1.706a.7.7 0 0 1 .5-.207h10.466a.7.7 0 0 1 .5.207l1.707 1.706a.7.7 0 0 1 .207.5ZM25.129 9.16 22.9 6.93a1.8 1.8 0 0 0-1.271-.53H10.438a1.8 1.8 0 0 0-1.273.527L6.938 9.16a1.8 1.8 0 0 0-.527 1.27v11.191a1.8 1.8 0 0 0 .527 1.273l2.227 2.23a1.8 1.8 0 0 0 1.273.523h11.191a1.8 1.8 0 0 0 1.273-.523l2.227-2.23a1.78 1.78 0 0 0 .527-1.273V10.434a1.78 1.78 0 0 0-.527-1.273"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M9.763 4.857a7.75 7.75 0 0 1 6.264-2.85c0 2.617.02 5.335-.008 7.953-2.219-.005-7.434.018-7.434.018a7 7 0 0 1 1.178-5.121m2.405.765a1.66 1.66 0 0 0 .038 2.658 1.688 1.688 0 1 0-.038-2.658M16.031 28.028a12.5 12.5 0 0 1-2.185-.169c0 .1-.008.287-.012.383C13.813 28.8 13.8 30 13.8 30H8.832s.019-2.811-.015-4.214c.023-.367-.28-.609-.492-.863a7.96 7.96 0 0 1-2-5.389v-8.433h9.7q-.009 8.462.006 16.927M5.541 12.644v6.6H3.753v-6.6Z" style="fill:#ed6a54"/><path d="M16.022 2a7.95 7.95 0 0 1 5.483 1.989 6.3 6.3 0 0 1 1.676 2.625 12 12 0 0 1 .276 3.362l-7.44-.018s.005-5.342 0-7.959m1.784 3.553a1.663 1.663 0 0 0-.137 2.682 1.64 1.64 0 0 0 2.075.063 1.66 1.66 0 0 0 .39-2.25 1.634 1.634 0 0 0-2.323-.492ZM16.022 11.1h9.7v8.433a7.96 7.96 0 0 1-2 5.389c-.212.254-.515.5-.492.863-.03 1.404-.013 4.215-.013 4.215h-4.971s-.01-1.2-.03-1.758c0-.1-.01-.288-.012-.383a12.5 12.5 0 0 1-2.185.169q.024-8.466.003-16.928M26.387 12.643h1.86v6.6h-1.879Z" style="fill:#d7433f"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="13.146" x2="20.701" y1="-186.913" y2="-188.679" gradientTransform="matrix(1 0 0 -1 0 -170)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff6533"/><stop offset=".157" stop-color="#ff5633"/><stop offset=".434" stop-color="#ff4333"/><stop offset=".714" stop-color="#ff3733"/><stop offset="1" stop-color="#f33"/></linearGradient><linearGradient id="b" x1="11.963" x2="25.504" y1="-184.409" y2="-194.908" gradientTransform="matrix(1 0 0 -1 0 -170)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bf3338"/><stop offset="1" stop-color="#f33"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="12.406" x2="14.368" y1="-186.476" y2="-188.536"/><linearGradient xlink:href="#a" id="d" x1="15.974" x2="15.385" y1="-190.023" y2="-181.584"/><linearGradient id="e" x1="13.423" x2="16.211" y1="-186.331" y2="-188.227" gradientTransform="matrix(1 0 0 -1 0 -170)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb040"/><stop offset="1" stop-color="#fb8840"/></linearGradient><linearGradient id="f" x1="16.279" x2="13.434" y1="-175.614" y2="-206.915" gradientTransform="matrix(1 0 0 -1 0 -170)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs><path d="M26.713 11.219a9.15 9.15 0 0 0-1.193-4.534c-2.016-2.075-6.4-2.556-7.492-.01-1.119 2.61 1.879 5.514 3.189 5.284 1.668-.294-.294-4.121-.294-4.121 2.551 4.808 1.962 3.336-2.649 7.752S8.953 29.322 8.266 29.715a.6.6 0 0 1-.093.049h18.088a.43.43 0 0 0 .383-.623l-4.729-9.361a.43.43 0 0 1 .167-.564 9.21 9.21 0 0 0 4.631-7.997" style="fill:url(#a)"/><path d="M26.713 11.219a9.15 9.15 0 0 0-1.193-4.534c-2.016-2.075-6.4-2.556-7.492-.01-1.119 2.61 1.879 5.514 3.189 5.284 1.668-.294-.294-4.121-.294-4.121 2.551 4.808 1.962 3.336-2.649 7.752S8.953 29.322 8.266 29.715a.6.6 0 0 1-.093.049h18.088a.43.43 0 0 0 .383-.623l-4.729-9.361a.43.43 0 0 1 .167-.564 9.21 9.21 0 0 0 4.631-7.997" style="fill:url(#b)"/><path d="M8.266 29.715c.687-.392 5.4-9.714 10.008-14.13s5.2-2.944 2.649-7.752c0 0-9.763 13.688-13.3 20.458" style="fill:url(#c)"/><path d="M9.639 17.449C16.233 5.326 17.1 4.1 20.531 4.1a6.25 6.25 0 0 1 4.8 2.262A9.21 9.21 0 0 0 17.636 2h-11.2a.427.427 0 0 0-.427.427V25a68 68 0 0 1 3.63-7.551" style="fill:url(#d)"/><path d="M18.274 15.585C13.662 20 8.953 29.322 8.266 29.715a2.08 2.08 0 0 1-2.453-.245c-.653-.731-1.668-1.913 3.827-12.02C16.233 5.326 17.1 4.1 20.531 4.1a6.25 6.25 0 0 1 4.8 2.262c.064.1.128.211.191.319-2.016-2.075-6.4-2.556-7.492-.01-1.119 2.61 1.879 5.514 3.189 5.284 1.668-.294-.294-4.121-.294-4.121 2.55 4.807 1.961 3.335-2.651 7.751" style="fill:url(#e)"/><path d="M10.179 17.989C16.773 5.866 17.636 4.644 21.071 4.644A6.3 6.3 0 0 1 25.192 6.2a6.25 6.25 0 0 0-4.661-2.1c-3.434 0-4.3 1.222-10.892 13.345C4.145 27.556 5.16 28.738 5.813 29.469a1.6 1.6 0 0 0 .314.265c-.574-.834-.827-2.772 4.052-11.745" style="opacity:.300000011920929;isolation:isolate;fill:url(#f)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g fill="#cacad2"><path d="M12.84 6.867a.727.727 0 0 1-.413.999C8.734 9.177 6.1 12.567 6.1 16.542v.728H1.935v-.728c0-5.631 3.694-10.437 8.899-12.343a.727.727 0 0 1 .907.37zM1.935 18.658h4.166v11.109H1.935zM29.707 16.542v.728h-4.166v-.728c0-3.975-2.63-7.364-6.325-8.676a.727.727 0 0 1-.415-1l1.098-2.3a.727.727 0 0 1 .907-.37c5.208 1.909 8.901 6.717 8.901 12.346M25.541 18.658h4.166v11.109h-4.166z" class="cls-1"/></g><path fill="#ffc905" d="M18.464 2.174a.73.73 0 0 1 .56 1.035l-.2.419-1.547 3.24a.73.73 0 0 1-.703.412q-.374-.02-.753-.02t-.753.02a.73.73 0 0 1-.702-.412l-1.548-3.24-.2-.419a.73.73 0 0 1 .56-1.035 19.6 19.6 0 0 1 5.286 0M24.153 16.542v13.225h-4.166V16.542c0-2.191-1.865-3.967-4.166-3.967s-4.165 1.774-4.165 3.967v13.225H7.49V16.542c0-4.382 3.73-7.935 8.331-7.935s8.332 3.553 8.332 7.935" class="cls-2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.12 5.3a.84.84 0 0 1 .88-.83.83.83 0 1 1 0 1.66.84.84 0 0 1-.84-.83M5.2 12.83a.83.83 0 1 1 1.66 0 .84.84 0 0 1-.83.84H6a.84.84 0 0 1-.83-.84m19.86 0a.83.83 0 1 1 .83.83.82.82 0 0 1-.83-.82M7.61 14A.76.76 0 0 0 8 13l-.37-.83h1.44v6.54H6.14a10.3 10.3 0 0 1-.33-3.91Zm6.07.16v-1.92h3.46c.18 0 1.26.21 1.26 1s-.83.91-1.52.91ZM9 24.56a.83.83 0 1 1 .83.83.83.83 0 0 1-.83-.83m12.33 0a.83.83 0 1 1 .83.83.83.83 0 0 1-.83-.83m.26-1.89a.76.76 0 0 0-.9.59l-.42 1.95a10.25 10.25 0 0 1-8.55-.05l-.41-1.94a.77.77 0 0 0-.9-.59L8.65 23a10 10 0 0 1-.89-1h8.37c.09 0 .16 0 .16-.1v-3c0-.09-.07-.1-.16-.1h-2.45V17h2.65A1.67 1.67 0 0 1 18 18.36c.1.41.33 1.76.49 2.19S19.25 22 19.93 22h4.33a10 10 0 0 1-1 1.1Zm4.65-7.82a12 12 0 0 1 0 1.78h-1c-.11 0-.15.07-.15.17v.49c0 1.13-.64 1.38-1.2 1.44s-1.13-.22-1.2-.55A3.63 3.63 0 0 0 21 15.41a3.76 3.76 0 0 0 2.1-2.91 3.31 3.31 0 0 0-1.61-2.7 4.45 4.45 0 0 0-2.2-.72H8.37a10.26 10.26 0 0 1 5.73-3.24l1.28 1.34a.75.75 0 0 0 1.07 0l1.44-1.37a10.21 10.21 0 0 1 7 5l-1 2.22a.77.77 0 0 0 .39 1Zm2.44 0v-.34l1-.95a.41.41 0 0 0 0-.59.4.4 0 0 0-.12-.08l-1.29-.49-.1-.33.74-1.07a.43.43 0 0 0-.13-.58.35.35 0 0 0-.14-.06l-1.36-.22-.16-.31.57-1.25a.43.43 0 0 0-.24-.55h-.14l-1.39.05-.22-.26.3-1.35a.41.41 0 0 0-.32-.47h-.15l-1.35.32-.26-.22.08-1.4a.42.42 0 0 0-.43-.41h-.14l-1.25.57-.31-.16-.22-1.37a.44.44 0 0 0-.5-.32.5.5 0 0 0-.15.09l-1.13.81-.33-.1-.54-1.3a.43.43 0 0 0-.68-.13l-.94 1h-.35l-.72-1.18a.42.42 0 0 0-.59-.1.5.5 0 0 0-.1.1l-.73 1.18h-.34l-.94-1a.43.43 0 0 0-.6 0 1 1 0 0 0-.08.12l-.45 1.3-.33.1L11 3.1a.42.42 0 0 0-.58.13.4.4 0 0 0-.06.13l-.22 1.37-.3.16-1.23-.57a.42.42 0 0 0-.55.24.6.6 0 0 0-.06.14v1.38l-.26.22L6.47 6a.43.43 0 0 0-.47.33v.14l.3 1.35-.22.26L4.7 8a.42.42 0 0 0-.41.43.4.4 0 0 0 0 .14l.57 1.26-.16.3-1.37.22a.44.44 0 0 0-.32.5.6.6 0 0 0 .09.15l.81 1.12-.1.33-1.3.55a.42.42 0 0 0-.21.56l.08.12 1 .94v.35l-1.18.72a.42.42 0 0 0-.1.59.5.5 0 0 0 .1.1l1.18.73v.34l-1 .95a.42.42 0 0 0 0 .59l.12.08 1.3.48.1.34L3.1 21a.42.42 0 0 0 .13.58.4.4 0 0 0 .13.06l1.37.22.16.31-.57 1.25a.42.42 0 0 0 .24.55.3.3 0 0 0 .14 0h1.38l.22.26-.3 1.3a.42.42 0 0 0 .34.49.3.3 0 0 0 .14 0l1.35-.32.26.22L8 27.3a.43.43 0 0 0 .43.41.4.4 0 0 0 .15 0l1.25-.57.31.16.22 1.36a.42.42 0 0 0 .5.32.3.3 0 0 0 .14-.08l1.12-.81.34.1.54 1.29a.43.43 0 0 0 .56.22l.12-.08.94-1h.34l.73 1.18a.43.43 0 0 0 .59.1.5.5 0 0 0 .1-.1l.73-1.18h.34l.94 1a.43.43 0 0 0 .6 0 .4.4 0 0 0 .08-.12l.48-1.29.33-.1 1.12.79a.43.43 0 0 0 .58-.13.7.7 0 0 0 .05-.13l.22-1.37.31-.16 1.26.57a.41.41 0 0 0 .54-.24.3.3 0 0 0 0-.14l-.05-1.38.26-.22 1.35.31a.41.41 0 0 0 .49-.34.3.3 0 0 0 0-.14l-.31-1.35.22-.26h1.38a.43.43 0 0 0 .41-.44.4.4 0 0 0 0-.14l-.57-1.25.16-.31 1.37-.22a.43.43 0 0 0 .32-.5.4.4 0 0 0-.09-.06l-.81-1.12.1-.33 1.3-.49a.41.41 0 0 0 .21-.55.5.5 0 0 0-.08-.12l-1-.94v-.35l1.18-.73a.41.41 0 0 0 .1-.58.3.3 0 0 0-.1-.1Z" style="fill:#cd7c29"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.242 2c.447-.009.894 0 1.342 0 .076 0 .161-.014.226.037.156.008.313 0 .47.008.121.072.269.021.4.04.1.076.235 0 .334.072.094.01.2-.016.283.04l.187.01c.078.047.175.025.254.067a.5.5 0 0 1 .2.041.6.6 0 0 1 .2.037.7.7 0 0 1 .162.044l.109.015c.068.027.141.039.211.062a.7.7 0 0 1 .162.042l.07.018c.069.025.142.038.211.063l.071.014c.054.027.111.042.167.064l.121.039.121.039q.062.021.123.047l.075.01.121.074.076.011a1 1 0 0 0 .126.042l.127.064h.076l.121.07a.7.7 0 0 1 .2.076l.076.044a3 3 0 0 1 .285.117l.161.082.126.06.2.1.126.06c.14.06.255.164.4.219.056.033.107.074.165.1.083.039.153.1.237.139a15 15 0 0 1 1.609 1.163c.136.074.213.218.345.3a.8.8 0 0 1 .151.13c.311.319.634.627.942.949.088.161.258.254.346.416.163.15.264.352.419.51.194.3.421.57.606.873.058.128.16.23.219.358.03.057.07.108.1.164l.035.084a3 3 0 0 1 .182.315q.038.081.081.161c.043.08.04.084.06.126q.05.097.1.2l.059.127.061.113q.029.063.061.127a3 3 0 0 1 .118.282.5.5 0 0 1 .08.2l.07.121.006.077.069.121a1 1 0 0 0 .041.126l.012.075.067.121a1 1 0 0 0 .041.126l.014.072c.024.055.043.113.068.168 0 .018.011.054.015.072.025.069.039.141.063.21l.018.072c.024.069.037.141.062.21 0 .018.013.054.018.071.024.07.037.142.064.212 0 .036.01.072.015.109a.7.7 0 0 1 .045.162c.033.081.02.174.061.253 0 .036.01.072.015.108.057.09.008.205.067.294 0 .049.007.1.012.148.07.1 0 .235.07.335.011.094-.019.2.041.282q-.002.134.008.268c.077.147.016.324.04.483.051.066.033.151.037.228-.005.595 0 1.189-.005 1.783-.076.134-.018.3-.04.443-.069.107-.024.241-.04.361-.077.1 0 .237-.072.336a.64.64 0 0 1-.037.281.45.45 0 0 1-.042.2c0 .049-.008.1-.012.148a.45.45 0 0 0-.043.2c-.039.079-.027.171-.06.253a1 1 0 0 1-.04.161 1 1 0 0 1-.04.161 1 1 0 0 1-.043.161l-.019.07c-.026.068-.037.14-.058.209q-.021.061-.046.121l-.016.072c-.025.069-.039.142-.063.211l-.017.071a1 1 0 0 0-.041.126l-.061.12a2 2 0 0 1-.041.126l-.017.072a1 1 0 0 0-.041.126l-.068.121-.006.078q-.036.06-.07.12a.5.5 0 0 1-.08.2c-.035.082-.064.166-.1.248l-.041.078-.061.116-.061.128-.04.078-.081.162-.04.079-.1.2a3 3 0 0 1-.2.362c-.037.069-.088.13-.12.2a2 2 0 0 0-.121.2 13.5 13.5 0 0 1-1.2 1.648c-.085.151-.247.237-.328.391-.281.3-.577.576-.862.868-.1.116-.25.178-.343.3a15 15 0 0 1-1.681 1.246c-.115.054-.212.14-.321.2-.144.054-.257.16-.4.218s-.261.17-.41.222l-.113.061-.128.059c-.123.08-.268.112-.4.18a2 2 0 0 0-.165.089h-.078l-.122.076h-.079l-.121.076h-.078l-.121.069a1 1 0 0 0-.126.041l-.076.012-.12.068q-.063.015-.125.034c-.062.019-.082.029-.122.047l-.072.016c-.068.025-.14.037-.209.058a2 2 0 0 0-.121.046l-.072.016c-.07.024-.143.038-.212.064l-.109.015a.7.7 0 0 1-.163.044c-.07.022-.143.035-.211.062l-.109.015c-.079.043-.175.021-.253.066l-.149.013c-.078.046-.176.021-.254.068a.5.5 0 0 0-.241.041l-.228.009c-.1.074-.237 0-.335.072q-.175-.002-.348.008c-.2.1-.455-.03-.657.072q-.629.01-1.257 0l-.07-.033c-.2-.029-.417.043-.6-.041q-.175.002-.348-.007c-.095-.065-.215-.027-.321-.041-.088-.065-.207-.009-.3-.071l-.187-.01a.5.5 0 0 0-.241-.041c-.078-.046-.175-.024-.255-.067l-.108-.015a.6.6 0 0 0-.162-.045c-.081-.033-.173-.023-.253-.059l-.069-.018a.7.7 0 0 0-.161-.013c-.07-.023-.142-.035-.21-.06l-.071-.018c-.069-.025-.141-.039-.21-.063l-.072-.017q-.062-.024-.122-.044c-.06-.02-.112-.036-.167-.056s-.082-.029-.122-.045l-.075-.011q-.06-.035-.12-.068a1 1 0 0 1-.127-.042l-.074-.011q-.06-.036-.121-.069a1 1 0 0 1-.165-.056.5.5 0 0 0-.2-.082l-.082-.043c-.13-.066-.274-.1-.4-.179l-.207-.1a2 2 0 0 0-.162-.08l-.113-.06c-.121-.041-.208-.14-.329-.181a2 2 0 0 0-.117-.058 2 2 0 0 0-.2-.121c-.069-.038-.129-.09-.2-.121a13.5 13.5 0 0 1-1.648-1.2c-.134-.075-.214-.217-.351-.288-.288-.274-.564-.563-.848-.842a2 2 0 0 1-.287-.315 13 13 0 0 1-1.382-1.846c-.031-.057-.072-.108-.1-.165s-.083-.132-.121-.2c-.045-.1-.125-.179-.161-.284l-.06-.113a2 2 0 0 0-.163-.281l-.058-.128c-.081-.123-.111-.269-.181-.4l-.062-.125c-.061-.1-.078-.219-.143-.317a1 1 0 0 1-.056-.165l-.068-.12-.012-.076a1 1 0 0 1-.041-.126l-.067-.119-.012-.076-.045-.123a1 1 0 0 0-.063-.167c0-.018-.008-.055-.012-.074-.025-.055-.043-.113-.068-.168 0-.018-.011-.054-.015-.072-.025-.07-.039-.142-.063-.211l-.018-.07a.7.7 0 0 1-.043-.162c-.022-.07-.035-.142-.06-.211l-.018-.07c-.04-.08-.022-.174-.064-.253l-.015-.108c-.043-.079-.023-.175-.065-.254a.46.46 0 0 0-.043-.2.5.5 0 0 0-.041-.241q-.002-.095-.01-.188c-.073-.1 0-.237-.071-.336-.014-.107.024-.226-.04-.321-.022-.146.035-.309-.04-.443q-.01-1.051 0-2.1l.033-.07c.006-.13 0-.26.008-.39.082-.111-.01-.263.072-.375.011-.094-.018-.2.04-.282q.002-.114.009-.228c.048-.077.025-.175.067-.254a.5.5 0 0 1 .041-.2.5.5 0 0 1 .041-.2l.014-.108c.041-.079.028-.171.061-.253a1 1 0 0 1 .043-.161l.018-.069a.8.8 0 0 0 .043-.162c.022-.069.035-.14.055-.21q.021-.061.047-.121l.013-.073c.025-.055.043-.113.068-.168l.012-.074a2 2 0 0 0 .062-.167l.045-.123.011-.076.073-.12c0-.019.008-.057.011-.076a1 1 0 0 0 .043-.126l.062-.12a1 1 0 0 1 .057-.164c.071-.113.094-.248.165-.362s.08-.216.138-.317c.034-.069.07-.138.1-.207l.041-.079a1.5 1.5 0 0 1 .163-.28l.037-.082a3 3 0 0 1 .188-.322l.035-.084c.059-.1.13-.185.185-.284a13 13 0 0 1 .85-1.215c.155-.169.272-.369.442-.524.054-.054.084-.126.138-.18q.555-.553 1.108-1.107a2 2 0 0 0 .3-.26c.121-.062.193-.182.311-.248.159-.14.335-.259.5-.389.241-.145.451-.337.7-.47.1-.054.186-.129.286-.183.083-.039.154-.1.235-.141.132-.048.233-.15.364-.2l.206-.1q.08-.043.163-.08l.113-.06q.082-.038.162-.081l.126-.061a3 3 0 0 1 .282-.118.5.5 0 0 1 .2-.08L10.732 3h.078l.122-.076h.079l.121-.076.078-.008a1 1 0 0 1 .167-.064q.061-.02.123-.044l.073-.014a2 2 0 0 1 .167-.062q.061-.02.123-.044l.071-.017c.069-.025.142-.038.211-.063l.07-.018a.8.8 0 0 1 .161-.043 1 1 0 0 1 .162-.039c.07-.022.143-.035.212-.062l.108-.015c.079-.044.176-.021.254-.066l.149-.012a.45.45 0 0 1 .2-.042c.09-.056.205-.007.294-.066.081-.01.171.01.241-.042.107-.014.227.025.322-.041.133-.019.282.032.4-.04.172-.026.363.04.523-.04" style="fill:#75aadb"/><path d="M11.072 9.012v1.092c.577.059 1.151.144 1.728.206v10.15c-.572.008-1.146-.017-1.716.012a4 4 0 0 0-.013.55 6 6 0 0 0 .011.591c.424.031.85 0 1.275.013h3.582a1 1 0 0 0 .148-.013 5 5 0 0 0 .012-.554 6 6 0 0 0-.011-.587 2 2 0 0 0-.389-.013h-1.607v-4.584h2.056c.331.461.632.944.953 1.414l2.767 4.153c.057.075.1.208.214.189h2.2v-1.165h-1.393c-.054 0-.117 0-.154-.043q-1.559-2.3-3.121-4.6a.6.6 0 0 1-.072-.167 4.4 4.4 0 0 0 1.5-.745 3 3 0 0 1 .281-.24 3.8 3.8 0 0 0 .567-.775 3.67 3.67 0 0 0 .327-2.214 2.82 2.82 0 0 0-1.118-1.858 4.5 4.5 0 0 0-2.349-.79 24 24 0 0 0-3.261.218 7.8 7.8 0 0 1-2.417-.24m3.022 1.307a23 23 0 0 1 2.089-.156 3.14 3.14 0 0 1 2.075.613 2.22 2.22 0 0 1 .627 2 1.98 1.98 0 0 1-.811 1.337 4.2 4.2 0 0 1-2.219.649c-.587.051-1.174-.011-1.761-.009q-.006-2.219 0-4.434" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M4.232 19.36 6.56 20a10.28 10.28 0 0 1 9.452-14.271h.19l1.377-1.876L16.463 2h-.451A14.02 14.02 0 0 0 2.95 21.094Z" style="fill:#5ecae6"/><path d="M18.387 3.971 16.962 5.8a10.267 10.267 0 0 1 9.286 10.212 10.1 10.1 0 0 1-.594 3.42l1.116 2.161 2.137-.166A14.1 14.1 0 0 0 30 16.012 13.985 13.985 0 0 0 17.247 2.071Z" style="fill:#a5ddef"/><path d="m26.343 22.258-1-2.042a10.259 10.259 0 0 1-18.429.546l-2.47-.617-1.209 1.638a14.007 14.007 0 0 0 25.364.309Z" style="fill:#7fd2ed"/><path d="m12.165 9.932-3.753 3.847.95 1.924 6.531 7.98 6.531-8.17.95-1.734-3.752-3.847z" style="fill:#ef4561"/><path d="m8.412 13.898 2.351.475" style="fill:none"/><path d="m22.424 15.537-2.327.689.926-1.853 2.351-.475z" style="fill:#ef4d6e"/><path d="m14.967 16.582-.95-2.375h3.752l-.95 2.375zM18.696 16.107l-.927-1.9h3.254l-.926 1.9z" style="fill:#ef4561"/><path d="m13.091 16.226.926-1.853.95 2.328zM16.819 16.701l.95-2.328.927 1.853z" style="fill:#ef4d6e"/><path d="M21.023 14.254 19.17 9.932h.452l3.752 3.776z" style="fill:#ef4561"/><path d="m17.769 14.207.452-4.275h.949l1.853 4.275zM9.362 15.774l2.328.452-.927-1.853-2.351-.475z" style="fill:#ef4d6e"/><path d="m13.091 16.107.926-1.9h-3.254l.927 1.9z" style="fill:#ef4561"/><path d="m10.763 14.254 1.853-4.322h-.451l-3.753 3.776z" style="fill:#ef4561"/><path d="m14.017 14.207-.451-4.275h-.95l-1.853 4.275z" style="fill:#ef4d6e"/><path d="m14.017 14.136 1.876-4.204h-2.327zM17.769 14.136l.452-4.204h-2.328z" style="fill:#ef4561"/><path d="m17.769 14.207-1.876-4.204-1.876 4.204zM11.69 16.107l4.203 7.457-2.802-7.457z" style="fill:#ef4d6e"/><path d="m9.362 15.774 2.328.452 4.203 7.481z" style="fill:#ef4561"/><path d="m13.091 16.226 1.876.475.926 7.006zM18.696 16.226l-2.803 7.481.926-7.006z" style="fill:#ef4561"/><path d="m20.097 16.107-4.204 7.457 2.803-7.457z" style="fill:#ef4d6e"/><path d="m22.424 15.537-2.327.689-4.204 7.481z" style="fill:#ef4561"/><path d="m15.893 23.588-.926-7.006h1.852z" style="fill:#ef4d6e"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="30.06" x2="225.94" y1="30.06" y2="225.94" gradientTransform="matrix(.11 0 0 .11 2 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#E3702D"/><stop offset=".11" stop-color="#EA7D31"/><stop offset=".35" stop-color="#F69537"/><stop offset=".5" stop-color="#FB9E3A"/><stop offset=".7" stop-color="#EA7C31"/><stop offset=".89" stop-color="#DE642B"/><stop offset="1" stop-color="#D95B29"/></linearGradient></defs><rect width="28" height="28" x="2" y="2" fill="#cc5d15" rx="6.01" ry="6.01"/><rect width="26.91" height="26.91" x="2.54" y="2.54" fill="#f49c52" rx="5.47" ry="5.47"/><rect width="25.82" height="25.82" x="3.1" y="3.1" fill="url(#a)" rx="5.14" ry="5.14"/><path fill="#fff" d="M6.82 6.16v3.83a15.31 15.31 0 0 1 15.3 15.3h3.83A19.14 19.14 0 0 0 6.81 6.17zm0 6.45v3.72a8.97 8.97 0 0 1 8.96 8.97h3.72A12.69 12.69 0 0 0 6.81 12.6zm2.62 7.44a2.63 2.63 0 0 0-2.63 2.62 2.63 2.63 0 0 0 2.63 2.63 2.63 2.63 0 0 0 2.63-2.63 2.63 2.63 0 0 0-2.63-2.63z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.05 13.9V13a1.793 1.793 0 0 0-1.8-1.8H6.65a1.793 1.793 0 0 0-1.8 1.8v.9a1.53 1.53 0 0 0-.7 1.2v2.4a1.39 1.39 0 0 0 .7 1.2v.9a1.793 1.793 0 0 0 1.8 1.8h18.7a1.793 1.793 0 0 0 1.8-1.8v-.9a1.53 1.53 0 0 0 .7-1.2v-2.4a1.74 1.74 0 0 0-.8-1.2M15.95 2a9.925 9.925 0 0 0-9.8 8.6h19.6a9.925 9.925 0 0 0-9.8-8.6M13.05 24h5.8l.6.7.9-.7-.9-1.1h-7l-.9 1.1.9.7z" style="fill:#c5c5c5"/><path d="M23.55 17.6H8.35a1.3 1.3 0 1 1 0-2.6h15.3a1.324 1.324 0 0 1 1.3 1.3 1.49 1.49 0 0 1-1.4 1.3" style="fill:#ec1c24"/><path d="M23.05 22v3.8a1.967 1.967 0 0 1-1.9 1.9h-1a.86.86 0 0 1-.6-.3l-1.2-1.6a.6.6 0 0 0-.6-.3h-3.6a.76.76 0 0 0-.5.2l-1.3 1.6a.6.6 0 0 1-.6.3h-1a1.967 1.967 0 0 1-1.9-1.9V22h-2.3v3.8a4.225 4.225 0 0 0 4.2 4.2h10.4a4.225 4.225 0 0 0 4.2-4.2V22Z" style="fill:#c5c5c5"/></svg>