@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" width="32" height="32"><g fill-rule="evenodd"><path d="M3.167 3.167h25.667v25.667H3.167z"/><path fill="#ecd53f" fill-rule="nonzero" d="M30 2v28H2V2zM14.757 20.539H9.98v6.44h4.898v-1.085h-3.597V24.14h3.232v-1.085H11.28v-1.428h3.475v-1.09zm2.503 0h-1.264v6.44h1.207v-4.2l2.597 4.2h1.305v-6.44h-1.21v4.3l-2.635-4.301zm5.97 0h-1.41l2.303 6.44h1.388l2.306-6.44h-1.38l-1.577 4.766-1.63-4.767zM8.3 24.96H6.34v1.96H8.3z"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.96 9.819A13.5 13.5 0 0 1 26.969 17c-.085.319-.19.628-.3.935a14 14 0 0 1-.235 1.709 13.4 13.4 0 0 1-3.956 7.127 10.5 10.5 0 0 0 7.122-7.144 10.51 10.51 0 0 0-2.64-9.808M5.128 15.22a14 14 0 0 1 .4-1.467 14 14 0 0 1 .422-2.39 13.54 13.54 0 0 1 3.6-6.216 10.49 10.49 0 0 0-7.069 7.126 10.63 10.63 0 0 0 3.157 10.339 13.5 13.5 0 0 1-.51-7.392M19.661 2.226A10.59 10.59 0 0 0 9.548 5.147a13.44 13.44 0 0 1 7.7-.182q.652.176 1.27.407c.2.076.395.164.592.247.211.035.422.084.633.129.242.051.484.1.727.161a13.46 13.46 0 0 1 6.49 3.91 10.59 10.59 0 0 0-7.299-7.593m-4.824 24.705a14 14 0 0 1-1.862-.654 15 15 0 0 1-1.36-.289 13.55 13.55 0 0 1-5.977-3.376 10.54 10.54 0 0 0 7.632 6.935 10.42 10.42 0 0 0 9.213-2.78 13.44 13.44 0 0 1-7.646.164" style="fill:#b5d1f6"/><path d="M10.285 24.765a10.2 10.2 0 0 1-1.762-1.545A12.33 12.33 0 0 1 5.5 14.179c.008-.142.01-.283.023-.426a14 14 0 0 0-.4 1.467 13.5 13.5 0 0 0 .51 7.392 13.55 13.55 0 0 0 5.977 3.376c.454.121.908.214 1.36.289a13.6 13.6 0 0 1-2.685-1.512m16.083-6.036a12.5 12.5 0 0 1-7.446 7.207 10 10 0 0 1-3.363.519 14 14 0 0 1-2.584-.178 14 14 0 0 0 1.862.654 13.44 13.44 0 0 0 7.646-.164 13.4 13.4 0 0 0 3.956-7.127 14 14 0 0 0 .235-1.709q-.142.404-.306.798m.592-8.91a13.46 13.46 0 0 0-6.49-3.91c-.243-.065-.485-.11-.727-.161-.211-.045-.422-.094-.633-.129a12.5 12.5 0 0 1 7.023 7.238 10.2 10.2 0 0 1 .561 2.958 14 14 0 0 1-.02 2.116c.105-.307.21-.616.3-.935a13.5 13.5 0 0 0-.014-7.177m-8.442-4.447a14 14 0 0 0-1.27-.407 13.44 13.44 0 0 0-7.7.182 13.54 13.54 0 0 0-3.6 6.216 14 14 0 0 0-.422 2.39q.072-.227.158-.449a13.16 13.16 0 0 1 3.46-5.269c.047-.043.1-.081.146-.124l.032-.027a12.72 12.72 0 0 1 9.79-2.265c-.199-.083-.392-.171-.594-.247" style="fill:#82b2f1"/><path d="M26.674 17.929c-.094.274-.2.538-.306.8a12.5 12.5 0 0 1-7.446 7.207 10 10 0 0 1-3.363.519 14 14 0 0 1-2.584-.178 13.6 13.6 0 0 1-2.69-1.512 10.2 10.2 0 0 1-1.762-1.545A12.34 12.34 0 0 1 5.5 14.175c.008-.141.01-.28.023-.421q.072-.227.156-.443v-.01a13.2 13.2 0 0 1 3.46-5.265l.146-.124.032-.027a12.72 12.72 0 0 1 9.79-2.265 12.5 12.5 0 0 1 7.023 7.238 10.2 10.2 0 0 1 .561 2.958 14 14 0 0 1-.017 2.113" style="fill:#488dea"/><path d="M11.382 17.574h-.012a.685.685 0 0 1-.708.432c-.755 0-1.055-.567-1.055-1.567 0-1.291.5-1.49 1-1.49a.76.76 0 0 1 .732.416h.012v-1.291H12v3.857h-.612Zm-.588-2.161c-.372 0-.5.271-.5 1.054 0 .659.095 1.075.545 1.075s.546-.411.546-1.032c-.003-.697-.093-1.097-.591-1.097m2.729-.464c.942 0 1.206.626 1.206 1.529s-.306 1.528-1.206 1.528-1.2-.626-1.2-1.528.265-1.529 1.2-1.529m0 2.625c.474 0 .558-.356.558-1.1 0-.643-.084-1.1-.558-1.1s-.551.454-.551 1.1c0 .744.084 1.1.551 1.1m1.968-2.981h-1.019v-.519h2.7v.519h-1v3.338h-.684Zm1.62 2.625h.683v.713h-.683Zm1.867-2.194v3.1c0 .605-.282.8-.852.8a2 2 0 0 1-.282-.017v-.447h.15c.246 0 .336-.086.336-.395v-3.041Zm0-.994v.584h-.648v-.584Zm1.866 1.843V15.8c0-.233-.09-.448-.426-.448-.258 0-.462.108-.462.378 0 .227.114.319.456.426l.414.13c.48.146.7.378.7.837 0 .621-.5.886-1.157.886-.816 0-1.061-.34-1.061-.9V17h.575v.092c0 .335.132.518.5.518s.528-.162.528-.426a.43.43 0 0 0-.354-.427l-.528-.167c-.486-.151-.689-.373-.689-.838 0-.545.437-.8 1.1-.8.822 0 1.008.432 1.008.794v.13Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 2.028h6.787a10.1 10.1 0 0 1 3.884.575 6.5 6.5 0 0 1 2.413 1.94 10 10 0 0 1 1.731 3.543 19.8 19.8 0 0 1 .628 5.414 17.4 17.4 0 0 1-.659 5.069 10.2 10.2 0 0 1-1.67 3.412 6.5 6.5 0 0 1-2.444 1.894 9.1 9.1 0 0 1-3.685.636H2Zm3.711 3.8v14.88H8.5a7.3 7.3 0 0 0 2.6-.337 3.14 3.14 0 0 0 1.319-1.019 5.8 5.8 0 0 0 .851-2.153 18 18 0 0 0 .337-3.876 17.7 17.7 0 0 0-.345-3.937 5.2 5.2 0 0 0-1.074-2.267 3.4 3.4 0 0 0-1.768-1.088 14.7 14.7 0 0 0-3.021-.2Z" style="fill:#25b76a"/><path d="M9.54 18.1a13.9 13.9 0 0 1 1.034-5.759 7.8 7.8 0 0 1 2.7-3.37 7.15 7.15 0 0 1 4.048-1.111 6.94 6.94 0 0 1 5.613 2.629q2.169 2.63 2.169 7.488 0 4.912-2.3 7.675a6.72 6.72 0 0 1-5.472 2.443 6.78 6.78 0 0 1-5.5-2.416A11.5 11.5 0 0 1 9.54 18.1m3.337-.133a8.3 8.3 0 0 0 1.283 5.065 3.86 3.86 0 0 0 3.181 1.688 3.82 3.82 0 0 0 3.168-1.675 8.57 8.57 0 0 0 1.258-5.145 8.4 8.4 0 0 0-1.223-5.032 3.82 3.82 0 0 0-3.2-1.628 3.86 3.86 0 0 0-3.222 1.642 8.43 8.43 0 0 0-1.245 5.082Z" style="fill:#26abb5"/><path d="M30 28.2v1.773h-5.489a5.3 5.3 0 0 1 .54-1.911 12.2 12.2 0 0 1 1.756-2.379 13 13 0 0 0 1.27-1.588 2.4 2.4 0 0 0 .353-1.215 1.45 1.45 0 0 0-.292-.984.97.97 0 0 0-.768-.333q-1.039 0-1.121 1.556l-1.556-.19a3.58 3.58 0 0 1 .846-2.235 2.5 2.5 0 0 1 1.871-.713 2.3 2.3 0 0 1 1.936.835A3.02 3.02 0 0 1 30 22.728a4.2 4.2 0 0 1-.166 1.184 5 5 0 0 1-.513 1.154 10.4 10.4 0 0 1-1.155 1.483q-.754.848-.954 1.12a3.2 3.2 0 0 0-.323.529Z" style="fill:#26abb5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><rect width="28" height="28" x="2" y="2" rx="1.12" style="fill:#f08705"/><path d="m16.861 9.168 3.02-3.187L30 16.094V28.88A1.12 1.12 0 0 1 28.88 30H11.316l-5.385-5.407Z" style="fill:#df6c0c;fill-rule:evenodd"/><path d="M25.24 17.96h-3.294l-3.071-5.32h.2a1.12 1.12 0 0 0 1.12-1.12V6.76a1.12 1.12 0 0 0-1.12-1.12H12.92a1.12 1.12 0 0 0-1.12 1.12v4.76a1.12 1.12 0 0 0 1.12 1.12h.205l-3.071 5.32H6.76a1.12 1.12 0 0 0-1.12 1.12v4.76a1.12 1.12 0 0 0 1.12 1.12h6.16a1.12 1.12 0 0 0 1.12-1.12v-4.76a1.12 1.12 0 0 0-1.12-1.12h-.927l3.072-5.32h1.87l3.071 5.32h-.926a1.12 1.12 0 0 0-1.12 1.12v4.76a1.12 1.12 0 0 0 1.12 1.12h6.16a1.12 1.12 0 0 0 1.12-1.12v-4.76a1.12 1.12 0 0 0-1.12-1.12" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19.581 17.9A3.581 3.581 0 1 1 16 14.323a3.58 3.58 0 0 1 3.581 3.577" style="fill:#c2c2c2"/><path d="M16 4.165c6.252.049 13.36 4.456 14 12.763h-8.465S20.444 12.339 16 12.37s-5.535 4.558-5.535 4.558H2C2.411 8.769 9.4 4.114 16 4.165M16.058 27.835c-4.662.012-9.017-3.505-10.8-8.953h5.209s1.124 4.537 5.568 4.506 5.5-4.506 5.5-4.506h5.209a10.96 10.96 0 0 1-10.686 8.953" style="fill:#c2c2c2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M10.347 3.206a14.47 14.47 0 0 1 8.067-1.074 8.9 8.9 0 0 1 6.049 2.939 9.77 9.77 0 0 1 1.889 4.959 36 36 0 0 1-.166 8.138 23.5 23.5 0 0 1-1.823 7.565 7.97 7.97 0 0 1-3.17 3.691 4.63 4.63 0 0 1-4.71-.139c-.918-.545-1.458-1.5-2.281-2.163a4.76 4.76 0 0 0-2.839-1.336.67.67 0 0 1-.2-.829c.288-.41.842-.236 1.246-.15a8.54 8.54 0 0 1 3.935 2.9 3.46 3.46 0 0 0 3.57 1.036 5.64 5.64 0 0 0 3.07-2.829 22.1 22.1 0 0 0 2.152-8.548 27 27 0 0 0-.147-8.548 6.74 6.74 0 0 0-2.655-4.179 11.22 11.22 0 0 0-6.5-1.511A9.8 9.8 0 0 0 9.118 5.38a8.52 8.52 0 0 0-2.346 7.851 5.64 5.64 0 0 0 1.89 3.5c.338.277.953.29 1.039.8a.565.565 0 0 1-.724.593 4.48 4.48 0 0 1-2.522-2.364 10.14 10.14 0 0 1-.281-8.051 8.44 8.44 0 0 1 4.173-4.503" style="fill:#db0012"/><path d="M10.469 10.227c.332-.306 1-.069.945.422a92 92 0 0 1-.3 9.9 15.6 15.6 0 0 1-.485 2.8c-.169.561-1.167.346-1.057-.25.835-4.085.708-8.285.732-12.434a.65.65 0 0 1 .165-.438" style="fill:#0095dd"/><path d="M24.04 12.342a.608.608 0 0 1 1.02.4c0 .443-.469.571-.775.765a4.7 4.7 0 0 0-2.2 1.952c-.532 1.825.8 3.577.435 5.408a1.61 1.61 0 0 1-1.267 1.218 9.5 9.5 0 0 1-2.845.022.571.571 0 0 1-.019-1.063 14.5 14.5 0 0 0 2.643-.072c.545-.134.448-.81.4-1.232-.265-1.546-.929-3.148-.387-4.711.515-1.315 1.825-2.029 2.995-2.687" style="fill:#ff8a12"/><path d="M15.847 15.464c.657-.062 1.238.427 1.908.383a3.7 3.7 0 0 0 1.736-.5.583.583 0 0 1 .316 1.028 3.94 3.94 0 0 1-3.934.139.579.579 0 0 1-.026-1.05" style="fill:#7658b1"/></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:#00a23c"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8.267 13.447c-.63.582-.137 2.472.8 2.315.1-.017.117-.133.085-.208a2 2 0 0 0-.3-.383 1.6 1.6 0 0 1-.287-.592 1.4 1.4 0 0 1 .1-.777 1.02 1.02 0 0 0 .8.106.14.14 0 0 0 .033-.254c-.5-.285-.9-.516-1.055-1.111-.134-.5.212-1.608.836-1.624a.12.12 0 0 0 .114-.149c-.12-.336-.443-.291-.719-.152A1.99 1.99 0 0 0 7.869 12a1.96 1.96 0 0 0 .398 1.447M12.082 13.8a.093.093 0 0 0 .144-.019 1.1 1.1 0 0 0 .12-.422.85.85 0 0 1 .646-.6c.536-.169 1.009.218 1.526.153a.125.125 0 0 0 .087-.21 1.4 1.4 0 0 0-.963-.437 1.7 1.7 0 0 1 .532-.329 3.3 3.3 0 0 1 .922.022.1.1 0 0 0 .086-.15c-.331-.733-1.882-.3-1.914.452a2 2 0 0 0-.636.142c-.449.183-1.076.975-.55 1.398" style="fill:#fbc02d"/><path d="M12.25 11.277c.259.024.529-.2.783-.267.3-.076.633.029.911-.09a.1.1 0 0 0 .02-.157.81.81 0 0 0-.706-.164c.3-.865 1.44-1.165 2.271-1.179 1.263-.021 1.707 1 1.818 2.049a.1.1 0 0 0 .176.048 1.17 1.17 0 0 0 .174-.679 2.12 2.12 0 0 1 1.823 1.011c.514.778.283 1.652.391 2.506a.135.135 0 0 0 .249.068c1.008-1.656-.606-4.219-2.519-3.908a2.34 2.34 0 0 0-1.852-1.49c-.833-.073-3.116.419-2.868 1.627-.294.063-.7.211-.769.495a.1.1 0 0 0 .098.13M18.557 15.949c.327.384.825.954.423 1.459-.164.206-.642.229-.879.284a2.3 2.3 0 0 0-.7.27.127.127 0 0 0 .03.23 3 3 0 0 0 .909.024 1.03 1.03 0 0 1-.418.6c-.2.144-.576.127-.7.339a.13.13 0 0 0 0 .13c.209.366.791-.018.992-.2a1.27 1.27 0 0 0 .385-.909 1.25 1.25 0 0 0 .926-.635c.314-.713-.22-1.388-.7-1.858-.176-.183-.425.081-.268.266M8.843 18.514a2.9 2.9 0 0 0 1.415 2.059 2.546 2.546 0 0 0 3.537 1.992c.6.836 1.764.519 2.415-.192.065-.071 0-.205-.1-.171-.553.186-1.571.787-2-.121a.263.263 0 0 0-.359-.094 2.2 2.2 0 0 1-2.1-.01 1.63 1.63 0 0 1-.951-1.206 2.3 2.3 0 0 0 .746.122.129.129 0 0 0 .065-.24 3.85 3.85 0 0 1-2-1.84c-.439-1.124.393-1.823 1.146-2.446.123-.1.015-.285-.121-.291-1.168-.054-1.836 1.424-1.693 2.438M21.442 21.874c-.336.141-.755.1-1.061.3a.12.12 0 0 0 0 .2c.7.385 2.135-.231 1.971-1.13a2.05 2.05 0 0 0 .971-.6 1.4 1.4 0 0 0 .012-1.715q.215-.129.413-.268a1.98 1.98 0 0 0 1.011-1.984 2.5 2.5 0 0 0-3.519-1.912.126.126 0 0 0 .1.23c1.167-.345 2.87.292 2.947 1.682.084 1.534-1.5 1.874-2.66 2.187a.143.143 0 0 0-.034.259 1.46 1.46 0 0 0 1.382 0 .975.975 0 0 1-.238 1.309c-.413.306-.955.126-1.357.378a.135.135 0 0 0-.048.183.74.74 0 0 0 .684.308.97.97 0 0 1-.574.573" style="fill:#fbc02d"/><path d="M3.977 12.334C3.629 13.4 3.826 15.321 5 15.742a3.22 3.22 0 0 0-.51 2.6 3.15 3.15 0 0 0 2.138 2.164 3.42 3.42 0 0 0 1.884 4.7c.282.095 1.289-.079 1.319.347a.76.76 0 0 0 .36.545 2.18 2.18 0 0 0 2.323-.047c.9 1.344 2.852 1.4 4.4 1.245a3.5 3.5 0 0 0 2.4-1.422 1.9 1.9 0 0 0 .753.388 3.65 3.65 0 0 0 2.153.132 2.52 2.52 0 0 0 1.543-2.56c1.613.776 3.53-.821 4.313-2.195a2.89 2.89 0 0 0-.151-2.764c1.541-1.373 2.61-3.52 1.781-5.535-.77-1.873-3.56-2.557-5.351-2.053a3.01 3.01 0 0 0-.455-3.592 3.73 3.73 0 0 0-3.951-.776 4.3 4.3 0 0 0-2.929-3.135 5.42 5.42 0 0 0-3.73.338c-.568.268-1.41 1.1-1.355 1.82a4 4 0 0 0-2.306.093c-1.264.431-2.143 2.244-2.22 3.547-1.635-.403-2.985 1.381-3.432 2.752m6.689-6a2.94 2.94 0 0 1 1.949.43c.411.28.631.557 1.136.537a.132.132 0 0 0 .093-.224 4 4 0 0 0-1.429-.977c.013-.989 1.342-1.571 2.105-1.761a5.2 5.2 0 0 1 2.68.161c1.931.577 2.132 2.413 1.9 4.077a.256.256 0 0 0 .465.2 2.6 2.6 0 0 0 .417-1.258 3.24 3.24 0 0 1 3.451.649c1.109 1.069.528 2.266.292 3.521a.119.119 0 0 0 .2.115 2.6 2.6 0 0 0 .313-.339.11.11 0 0 0 .107.073c1.827.027 4.15.3 4.922 2.258.72 1.828-.514 3.388-1.635 4.674a1.74 1.74 0 0 0-1.336-.579.143.143 0 0 0-.1.242c.884.9 1.8 1.545 1.424 2.966a3.69 3.69 0 0 1-3.92 2.309c0-.017-.008-.036-.013-.053a.246.246 0 0 0-.47 0c-.222.915-.108 1.793-1.03 2.358a2.55 2.55 0 0 1-1.71.054 3.3 3.3 0 0 1-.936-.237 2.88 2.88 0 0 0 .346-2.075.151.151 0 0 0-.273-.036c-.581 1.323-.817 2.831-2.428 3.216-1.654.394-3.972.344-4.76-1.43-.066-.148-.3-.042-.259.109a3 3 0 0 0 .166.418c-.695.022-1.692.377-1.943-.537a.715.715 0 0 0-.631-.5c-1.242-.109-2.127-.3-2.661-1.585a6 6 0 0 1-.043-2.561 1.4 1.4 0 0 0 .467-.1.156.156 0 0 0 .037-.283c-.881-.454-1.693-.51-2.288-1.442a2.425 2.425 0 0 1 .37-2.913.14.14 0 0 0 .114-.147 9 9 0 0 1 .623-.7.145.145 0 0 0-.175-.227 3.5 3.5 0 0 0-.855.6c-1.14-.854-1.167-2.088-.561-3.431.58-1.286 1.688-1.492 2.911-1.732.234-.046.226-.3.094-.439.408-1.513 1.049-3.283 2.874-3.399ZM3.278 7.167A6.5 6.5 0 0 0 4.938 8.3c.224.094.332-.218.212-.364A6.3 6.3 0 0 0 3.912 6.9c-.488-.348-.906-.767-1.376-1.133-.1-.08-.29-.012-.241.14a3.04 3.04 0 0 0 .983 1.26M4.067 9.151c.249.1.357-.3.11-.4a14.5 14.5 0 0 1-1.852-1.026c-.078-.044-.185.048-.129.129a3.93 3.93 0 0 0 1.871 1.297M3.678 10.171c.3.039.352-.447.07-.515-.264-.064-.528-.135-.8-.186a1.42 1.42 0 0 0-.819-.012.184.184 0 0 0-.08.3c.386.372 1.131.348 1.629.413M4.693 24.249c-.425-.1-.825.386-1.127.632a3.3 3.3 0 0 0-1.15 1.219c-.051.139.1.242.219.219a3.14 3.14 0 0 0 1.281-.86c.3-.257.917-.614.89-1.058a.16.16 0 0 0-.113-.152M4.386 26.294c.221-.033.387-.305.521-.467a2.7 2.7 0 0 0 .444-.624c.042-.1-.05-.226-.158-.158a2.6 2.6 0 0 0-.544.524c-.147.167-.4.385-.4.621a.11.11 0 0 0 .137.104M4.792 27.668a2.6 2.6 0 0 0 .939-.715 5.8 5.8 0 0 0 .892-1.078c.076-.12-.091-.236-.19-.146-.306.279-.6.566-.89.86a4.2 4.2 0 0 0-.878.913.114.114 0 0 0 .127.166M23.627 26.983a2.7 2.7 0 0 0 .771 1c.182.191.6.631.858.3a.12.12 0 0 0 0-.167 3 3 0 0 0-.3-.255c-.132-.115-.247-.252-.373-.373a2.2 2.2 0 0 0-.823-.639.106.106 0 0 0-.133.134M24.577 26.424c.155.126.481.352.669.18a.1.1 0 0 0 .026-.1c-.04-.169-.3-.25-.43-.338a1.8 1.8 0 0 1-.449-.466c-.08-.115-.279-.048-.235.1a1.26 1.26 0 0 0 .419.624M26.435 25.816a6 6 0 0 0-.815-.515c-.143-.066-.3.1-.175.227a5.4 5.4 0 0 0 .715.547 2.1 2.1 0 0 0 .774.423.1.1 0 0 0 .11-.143 1.95 1.95 0 0 0-.609-.539M22.744 6.514c.316.123.554-.179.74-.391a4.2 4.2 0 0 0 .686-1.041c.123-.277-.262-.52-.415-.243-.141.253-.266.514-.415.763-.1.167-.342.689-.565.685-.139-.002-.146.182-.031.227M24.085 6.856a.97.97 0 0 0 .467-.286.83.83 0 0 0 .282-.5c.014-.193-.223-.246-.346-.143a2.4 2.4 0 0 0-.246.328c-.1.115-.22.206-.318.32a.167.167 0 0 0 .161.281M24.871 7.422a4.3 4.3 0 0 0 .993-.814 2.64 2.64 0 0 0 .754-.918c.028-.077-.062-.175-.142-.142a3 3 0 0 0-.9.768 5 5 0 0 0-.849.958.108.108 0 0 0 .144.148" style="fill:#fbc02d"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 20.4V8.452a.27.27 0 0 1 .238-.3.3.3 0 0 1 .078 0h4.676a6.64 6.64 0 0 1 4.751 1.877 6.03 6.03 0 0 1 .1 8.848l-.1.091a6.7 6.7 0 0 1-4.751 1.879H2.319a.3.3 0 0 1-.237-.076c0-.151-.082-.226-.082-.371m3.009-2.328h1.825a3.56 3.56 0 0 0 2.613-1.052 3.47 3.47 0 0 0 1.026-2.629 3.546 3.546 0 0 0-3.507-3.6H5.012Z" style="fill:#13adc7"/><path d="M15.627 23.775 9.685 11.607c-.08-.15-.08-.225 0-.3a.42.42 0 0 1 .316-.15h2.534c.159 0 .238.075.318.226l3.167 6.609h.08l3.167-6.609c.08-.151.158-.226.317-.226h2.534a.42.42 0 0 1 .316.15.22.22 0 0 1 0 .3L16.5 23.775c-.079.15-.158.225-.317.225h-.163c-.237-.075-.393-.15-.393-.225" style="fill:#945dd6"/><path d="M20.376 19.043a6.02 6.02 0 0 1-1.98-4.582 6.02 6.02 0 0 1 1.98-4.582A6.7 6.7 0 0 1 25.207 8 6.74 6.74 0 0 1 29.8 9.654c.158.151.158.3 0 .526l-1.506 1.427a.307.307 0 0 1-.415.056.3.3 0 0 1-.059-.056 3.85 3.85 0 0 0-2.534-.9 3.63 3.63 0 0 0-2.693 1.126 3.58 3.58 0 0 0-1.027 2.629 3.49 3.49 0 0 0 1.109 2.554 3.46 3.46 0 0 0 2.692 1.052 3.86 3.86 0 0 0 2.535-.9.31.31 0 0 1 .417-.055.3.3 0 0 1 .058.055l1.505 1.5a.274.274 0 0 1 .058.4.3.3 0 0 1-.058.055 6.33 6.33 0 0 1-4.594 1.727 6.52 6.52 0 0 1-4.912-1.807" style="fill:#f46737"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="11.796" x2="13.204" y1="22.507" y2="30.493" gradientUnits="userSpaceOnUse"><stop offset=".008" stop-color="#ec7f04" stop-opacity=".9"/><stop offset=".162" stop-color="#f39b06" stop-opacity=".9"/><stop offset=".194" stop-color="#f39506" stop-opacity=".9"/><stop offset=".234" stop-color="#f38407" stop-opacity=".9"/><stop offset=".278" stop-color="#f26807" stop-opacity=".9"/><stop offset=".314" stop-color="#f24b08" stop-opacity=".9"/><stop offset=".4" stop-color="#ec7f04" stop-opacity=".9"/><stop offset=".412" stop-color="#ed7405" stop-opacity=".9"/><stop offset=".439" stop-color="#ef6206" stop-opacity=".9"/><stop offset=".474" stop-color="#f15507" stop-opacity=".9"/><stop offset=".523" stop-color="#f24d08" stop-opacity=".9"/><stop offset=".658" stop-color="#f24b08" stop-opacity=".9"/><stop offset=".701" stop-color="#f26207" stop-opacity=".9"/><stop offset=".761" stop-color="#f37b07" stop-opacity=".9"/><stop offset=".827" stop-color="#f38d06" stop-opacity=".9"/><stop offset=".901" stop-color="#f39806" stop-opacity=".9"/><stop offset="1" stop-color="#f39b06" stop-opacity=".9"/></linearGradient><linearGradient id="b" x1="4.717" x2="6.283" y1="15.472" y2="23.528" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f39b06" stop-opacity=".9"/><stop offset=".33" stop-color="#f24b08" stop-opacity=".9"/><stop offset=".423" stop-color="#f26b07" stop-opacity=".9"/><stop offset=".526" stop-color="#f38507" stop-opacity=".9"/><stop offset=".621" stop-color="#f39506" stop-opacity=".9"/><stop offset=".7" stop-color="#f39b06" stop-opacity=".9"/><stop offset="1" stop-color="#f24b08" stop-opacity=".9"/></linearGradient><linearGradient id="c" x1="17.534" x2="21.466" y1="8.285" y2="16.715" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f39b06" stop-opacity=".9"/><stop offset=".33" stop-color="#f24b08" stop-opacity=".9"/><stop offset=".332" stop-color="#f24d08" stop-opacity=".9"/><stop offset=".365" stop-color="#ef6306" stop-opacity=".9"/><stop offset=".402" stop-color="#ed7305" stop-opacity=".9"/><stop offset=".447" stop-color="#ec7c04" stop-opacity=".9"/><stop offset=".522" stop-color="#ec7f04" stop-opacity=".9"/><stop offset=".527" stop-color="#ec7b04" stop-opacity=".9"/><stop offset=".576" stop-color="#ef6106" stop-opacity=".9"/><stop offset=".621" stop-color="#f15108" stop-opacity=".9"/><stop offset=".658" stop-color="#f24b08" stop-opacity=".9"/><stop offset=".816" stop-color="#ec7f04" stop-opacity=".9"/></linearGradient><linearGradient id="d" x1="25.796" x2="27.204" y1="1.507" y2="9.493" gradientUnits="userSpaceOnUse"><stop offset=".014" stop-color="#ec7f04" stop-opacity=".9"/><stop offset=".3" stop-color="#f24b08" stop-opacity=".9"/><stop offset=".45" stop-color="#ec7f04" stop-opacity=".9"/><stop offset=".66" stop-color="#f24b08" stop-opacity=".9"/><stop offset=".9" stop-color="#ec7f04" stop-opacity=".9"/></linearGradient><linearGradient id="e" x1="2" x2="9" y1="23" y2="30" gradientUnits="userSpaceOnUse"><stop offset=".014" stop-color="#fe0119" stop-opacity=".9"/><stop offset=".036" stop-color="#fe0120" stop-opacity=".9"/><stop offset=".145" stop-color="#fd023a" stop-opacity=".9"/><stop offset=".246" stop-color="#fd024a" stop-opacity=".9"/><stop offset=".33" stop-color="#fd0250" stop-opacity=".9"/><stop offset=".388" stop-color="#fd024a" stop-opacity=".9"/><stop offset=".461" stop-color="#fd0239" stop-opacity=".9"/><stop offset=".541" stop-color="#fe011d" stop-opacity=".9"/><stop offset=".55" stop-color="#fe0119" stop-opacity=".9"/><stop offset=".568" stop-color="#fe0120" stop-opacity=".9"/><stop offset=".654" stop-color="#fd023a" stop-opacity=".9"/><stop offset=".733" stop-color="#fd024a" stop-opacity=".9"/><stop offset=".8" stop-color="#fd0250" stop-opacity=".9"/><stop offset="1" stop-color="#fe0119" stop-opacity=".9"/></linearGradient><linearGradient id="f" x1="9" x2="16" y1="16" y2="23" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fe0119" stop-opacity=".9"/><stop offset=".25" stop-color="#fd0250" stop-opacity=".9"/><stop offset=".5" stop-color="#fc0354" stop-opacity=".9"/><stop offset=".745" stop-color="#fd0250" stop-opacity=".9"/><stop offset=".763" stop-color="#fd0249" stop-opacity=".9"/><stop offset=".851" stop-color="#fe012f" stop-opacity=".9"/><stop offset=".932" stop-color="#fe011f" stop-opacity=".9"/><stop offset="1" stop-color="#fe0119" stop-opacity=".9"/></linearGradient><linearGradient id="g" x1="23" x2="30" y1="9" y2="16" gradientUnits="userSpaceOnUse"><stop offset=".2" stop-color="#fe0119" stop-opacity=".9"/><stop offset=".33" stop-color="#fc0354" stop-opacity=".9"/><stop offset=".6" stop-color="#fe0119" stop-opacity=".9"/><stop offset=".8" stop-color="#fd0250" stop-opacity=".9"/><stop offset=".9" stop-color="#fe0119" stop-opacity=".9"/><stop offset="1" stop-color="#fd0250" stop-opacity=".9"/></linearGradient><linearGradient id="h" x1="16" x2="23" y1="2" y2="9" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fd0250" stop-opacity=".9"/><stop offset=".25" stop-color="#fe0119" stop-opacity=".9"/><stop offset=".5" stop-color="#fc0354" stop-opacity=".9"/><stop offset=".745" stop-color="#fe0119" stop-opacity=".9"/><stop offset="1" stop-color="#fd0250" stop-opacity=".9"/></linearGradient><linearGradient id="i" x1="16.062" x2="22.938" y1="22.94" y2="30.06" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8d0c79" stop-opacity=".9"/><stop offset=".2" stop-color="#7e0977" stop-opacity=".9"/><stop offset=".4" stop-color="#8d0c79" stop-opacity=".9"/><stop offset=".6" stop-color="#7e0977" stop-opacity=".9"/><stop offset=".8" stop-color="#8d0c79" stop-opacity=".9"/><stop offset="1" stop-color="#7e0977" stop-opacity=".9"/></linearGradient><linearGradient id="j" x1="23" x2="30" y1="16" y2="23" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7e0977" stop-opacity=".9"/><stop offset=".25" stop-color="#5f0757" stop-opacity=".9"/><stop offset=".5" stop-color="#670560" stop-opacity=".9"/><stop offset=".75" stop-color="#7e0977" stop-opacity=".9"/><stop offset="1" stop-color="#5f0757" stop-opacity=".9"/></linearGradient><linearGradient id="k" x1="2" x2="9" y1="9" y2="16" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5f0757" stop-opacity=".9"/><stop offset=".2" stop-color="#7e0977" stop-opacity=".9"/><stop offset=".4" stop-color="#670560" stop-opacity=".9"/><stop offset=".6" stop-color="#770a69" stop-opacity=".9"/><stop offset=".8" stop-color="#5f0757" stop-opacity=".9"/><stop offset="1" stop-color="#7e0977" stop-opacity=".9"/></linearGradient><linearGradient id="l" x1="9.062" x2="15.938" y1="1.94" y2="9.06" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5f0757" stop-opacity=".9"/><stop offset=".25" stop-color="#7e0977" stop-opacity=".9"/><stop offset=".5" stop-color="#5f0757" stop-opacity=".9"/><stop offset=".75" stop-color="#8d0c79" stop-opacity=".9"/><stop offset="1" stop-color="#7e0977" stop-opacity=".9"/></linearGradient><linearGradient id="m" x1="23" x2="30" y1="23" y2="30" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#226889" stop-opacity=".9"/><stop offset=".33" stop-color="#249683" stop-opacity=".9"/><stop offset=".66" stop-color="#226d9b" stop-opacity=".9"/><stop offset="1" stop-color="#226d9b" stop-opacity=".9"/></linearGradient><linearGradient id="n" x1="16" x2="23" y1="16" y2="23" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#249683" stop-opacity=".9"/><stop offset=".33" stop-color="#226d9b" stop-opacity=".9"/><stop offset="1" stop-color="#2d9ca8" stop-opacity=".9"/></linearGradient><linearGradient id="o" x1="9" x2="16" y1="9" y2="16" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#226d9b" stop-opacity=".9"/><stop offset=".33" stop-color="#2d9ca8" stop-opacity=".9"/><stop offset=".66" stop-color="#249683" stop-opacity=".9"/><stop offset="1" stop-color="#226889" stop-opacity=".9"/></linearGradient><linearGradient id="p" x1="2" x2="9" y1="2" y2="9" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#226d9b" stop-opacity=".9"/><stop offset=".33" stop-color="#249683" stop-opacity=".9"/><stop offset=".66" stop-color="#2d9ca8" stop-opacity=".9"/><stop offset="1" stop-color="#226889" stop-opacity=".9"/></linearGradient></defs><path d="M9 23h7v7H9z" style="fill:url(#a)"/><path d="M2 16h7v7H2z" style="fill:url(#b)"/><path d="M16 9h7v7h-7z" style="fill:url(#c)"/><path d="M23 2h7v7h-7z" style="fill:url(#d)"/><path d="M2 23h7v7H2z" style="fill:url(#e)"/><path d="M9 16h7v7H9z" style="fill:url(#f)"/><path d="M23 9h7v7h-7z" style="fill:url(#g)"/><path d="M16 2h7v7h-7z" style="fill:url(#h)"/><path d="M16 23h7v7h-7z" style="fill:url(#i)"/><path d="M23 16h7v7h-7z" style="fill:url(#j)"/><path d="M2 9h7v7H2z" style="fill:url(#k)"/><path d="M9 2h7v7H9z" style="fill:url(#l)"/><path d="M23 23h7v7h-7z" style="fill:url(#m)"/><path d="M16 16h7v7h-7z" style="fill:url(#n)"/><path d="M9 9h7v7H9z" style="fill:url(#o)"/><path d="M2 2h7v7H2z" style="fill:url(#p)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M14.18 7.28a2.07 2.07 0 0 1 2.78-1 1.4 1.4 0 0 1 .26.15A3.63 3.63 0 0 1 18.2 8c1.36 3.12 2.9 6.17 4.12 9.35.64 1.5 1.43 2.94 2 4.47A1.44 1.44 0 0 1 23 23.45a1.4 1.4 0 0 1-1-.24c-2.8-1.57-5.63-3.09-8.39-4.73h6a20 20 0 0 0-1.28-2.92c-.78-1.85-1.6-3.69-2.36-5.56a9.3 9.3 0 0 0-1 2.13c-1.3 3.18-2.87 6.24-4.14 9.43-.28.59-.42 1.34-1 1.69a1.45 1.45 0 0 1-2-.51 2 2 0 0 1-.11-.23c-.24-.61.15-1.2.38-1.74.78-1.73 1.65-3.41 2.29-5.2 1.26-2.77 2.53-5.57 3.79-8.29" style="fill:#fefefe"/><path d="m17.45 10.29-3.19 5.48-3.11-5.39Z" style="fill:#83ff50;stroke:#83ff50;stroke-miterlimit:1.3176000118255615;stroke-width:.0867941603064537px"/><path d="m17.45 10.29-6.21.09H4.86v-.09L8 4.82h6.3Z" style="fill:#96ff5b;fill-opacity:.6470000147819519"/><path d="m14.26 15.77-3.11 5.47H4.86l-3.11-5.47 3.11-5.48L8 15.58l6.3.19Z" style="fill:#00d6ff;stroke:#00d6ff;stroke-miterlimit:1.3176000118255615;stroke-width:.0867941603064537px"/><path d="M14.26 15.77H8l-3.1-5.48 6.29.09Z" style="fill:#7dffff;stroke:#7dffff;stroke-miterlimit:1.3176000118255615;stroke-width:.0867941603064537px"/><path d="m17.45 21.15-2.45.09h-3.85l3.11-5.47 6.2.09Z" style="fill:#32e6ff;stroke:#32e6ff;stroke-miterlimit:1.3176000118255615;stroke-width:.0867941603064537px"/><path d="m20.64 26.53-.09.19h-6.39l-3.1-5.48 3.1-5.38-3 5.38H15l2.37-.09.09.09 3.19 5.29Z" style="fill:#00d5ff;fill-opacity:.5450000166893005"/><path d="m17.45 21.06-3.19-5.29h6.2Z" style="fill:#20e6ff;stroke:#20e6ff;stroke-miterlimit:1.3176000118255615;stroke-width:.0867941603064537px"/><path d="M23.65 21.24h-6.2l-.09-.09 3.1-5.47.09.09Z" style="fill:#2af0ff;stroke:#2af0ff;stroke-miterlimit:1.3176000118255615;stroke-width:.0867941603064537px"/><path d="m23.65 21.24-3 5.29-.09-.18-3.1-5.2 6.11-.09Z" style="fill:#29efff;fill-opacity:.800000011920929"/><path d="m26.76 15.68-3.11 5.47-3.1-5.38h-6.2v-.09l3.1-5.39h6.3l3 5.39Z" style="fill:#32f8b9;stroke:#32f8b9;stroke-miterlimit:1.3176000118255615;stroke-width:.0867941603064537px"/><path d="m30 21.15-3.19 5.57h-6.26l3-5.39v-.09l3.11-5.47v-.09h.09Z" style="fill:#32f6b8;fill-opacity:.5649999976158142"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M3.1 27.242a4.07 4.07 0 0 1-.821-2.027v-.358c.061-.188.353-.791.8-1.675h5.58l-.229.378c-1.4 2.32-2.479 4.1-2.7 4.328-.831.853-1.97.321-2.633-.646Zm14.551-13.15c-.339-.5-.656-.96-.943-1.354a.87.87 0 0 0-1.427 0c-.287.393-.6.85-.943 1.354H7.889c2.221-4.123 4.349-8 4.774-8.65.916-1.4 1.195-1.708 2.741-1.758h1.18c1.547.05 1.826.356 2.74 1.758.426.653 2.554 4.527 4.775 8.65Zm5.673 9.089.229.378c1.4 2.32 2.479 4.1 2.7 4.328.831.853 1.97.321 2.633-.646a3.86 3.86 0 0 0 .832-2.332 14 14 0 0 0-.815-1.728ZM3.87 15.046A1.9 1.9 0 0 0 2 16.982v3.31a1.9 1.9 0 0 0 1.87 1.936h24.26A1.9 1.9 0 0 0 30 20.292v-3.31a1.9 1.9 0 0 0-1.868-1.936Zm0 1.683h24.26a.25.25 0 0 1 .244.253v3.31a.25.25 0 0 1-.244.252h-3.9v-1.6a.5.5 0 0 0-.487-.5h-.758a.5.5 0 0 0-.487.5v1.6h-5.632v-1.6a.5.5 0 0 0-.487-.5h-.758a.5.5 0 0 0-.487.5v1.6H9.5v-1.6a.5.5 0 0 0-.487-.5h-.757a.5.5 0 0 0-.487.5v1.6H3.87a.25.25 0 0 1-.244-.252v-3.31a.25.25 0 0 1 .244-.253" style="fill:#d2d2d2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M333.085 174.674c-.908-15.974-.972-32.987-.369-50.16H170.8c12.03 21.782 10.844 24.8 12.167 62.274v129.4c-.691 48.1-2.93 56.094-12.167 71.3h165.6c.915-19.388 2.523-40.337 4.795-62.7-13.643 19.912-19.544 30.612-65.278 30.612h-39.465v-83.725h34.3c39.382-.676 45.53 11 53.849 16.966a454 454 0 0 1 0-65.282c-16.255 14.68-26.684 15.844-53.849 16.6h-34.3V156.6H279.6c25.516.3 40.131 4.474 53.485 18.074" style="fill:#d8563a"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M41 0h430a41 41 0 0 1 41 41v430a41 41 0 0 1-41 41H41a41 41 0 0 1-41-41V41A41 41 0 0 1 41 0m292.085 174.674c-.908-15.974-.972-32.987-.369-50.16H170.8c12.03 21.782 10.844 24.8 12.167 62.274v129.4c-.691 48.1-2.93 56.094-12.167 71.3h165.6c.915-19.388 2.523-40.337 4.795-62.7-13.643 19.912-19.544 30.612-65.278 30.612h-39.465v-83.725h34.3c39.382-.676 45.53 11 53.849 16.966a454 454 0 0 1 0-65.282c-16.255 14.68-26.684 15.844-53.849 16.6h-34.3V156.6H279.6c25.516.3 40.131 4.474 53.485 18.074" style="fill:#d8563a"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8.709 18.351a1.27 1.27 0 0 0 .532-1.379c-.549.235-.523.777-.532 1.379M14.924 19.852a.87.87 0 0 0 .62-1.135 1.43 1.43 0 0 0-.62 1.135" style="fill:#e3e3f8"/><path d="M2.713 27.079a1.54 1.54 0 0 0 .524 1.353c1.414.794 6.372.175 8.056-.2a15 15 0 0 0 2.426-1.213 22.6 22.6 0 0 0 4.713-2.557c1.082-.794 2.8-3.029 2.985-4.364l-1.475-.332c-.035 1.5-.375 1.842-1.711 2.191a10.7 10.7 0 0 1-3.57.14 3.36 3.36 0 0 1-2.313-1.562c-1.065-1.414.236-2.4-1.449-2.5-1.772 2.173-4.9.611-6.267.393a30 30 0 0 0-1.938 7.6 2.75 2.75 0 0 1 2.138.323c2.688 1.039.34 1.955-.733 1.685-.731-.172-.958-.652-1.386-.957M6.231 14.537a11.5 11.5 0 0 1 2.985 1.126c1.51.751 1.781.646 1.92 1.693.017.192-.017.3.532.471.925.288-.532-.227 1.946-.218a16.6 16.6 0 0 1 5.945 1.291c.454.288.367.655 1.9.611a18.8 18.8 0 0 0-1.2-6.162c-.864-2.007-2.007-2.313-4.338-3.064-1.362-.436-5.359-.916-6.6-.148-1.161.724-1.379 1.589-2.461 3.107a5.4 5.4 0 0 0-.629 1.293" style="fill:#fdfdfd"/><path d="M15.84 18.246c.873.358-.044 2.671-1.257 2.112-.393-1.108.541-1.737.794-2.234a8.5 8.5 0 0 0-2.461-.148c-.576.218-.707 1.449-.41 2.025 1.4 2.741 7.567 2.156 6.913.026-.262-.864-.506-1-1.388-1.3a6.9 6.9 0 0 0-2.191-.481M4.869 17.941c.7.672 2.278.777 3.3.829.131-1.353.244-2.37 1.331-2.287a1.6 1.6 0 0 1-.305 2.13 1.386 1.386 0 0 0 1.362-1.763 14.5 14.5 0 0 0-4.46-1.894 9.5 9.5 0 0 0-1.228 2.985" style="fill:#fdfdfd"/><path d="M3.228 26.581c.576-.052 2.077.384 2.2.873-.934.114-2.121.026-2.2-.873m-.515.5c.428.305.655.786 1.388.96 1.074.271 3.421-.646.733-1.685a2.75 2.75 0 0 0-2.134-.324 30 30 0 0 1 1.938-7.6c1.37.218 4.495 1.781 6.267-.393 1.685.1.384 1.082 1.449 2.5a3.36 3.36 0 0 0 2.308 1.561 10.7 10.7 0 0 0 3.57-.14c1.335-.349 1.676-.69 1.711-2.191l1.475.332c-.183 1.335-1.9 3.57-2.985 4.364a22.6 22.6 0 0 1-4.713 2.557 15 15 0 0 1-2.426 1.213c-1.685.375-6.642 1-8.056.2a1.54 1.54 0 0 1-.525-1.356Zm12.211-7.227a1.43 1.43 0 0 1 .62-1.135.87.87 0 0 1-.62 1.133Zm.916-1.606a6.9 6.9 0 0 1 2.191.48c.882.3 1.126.436 1.388 1.3.655 2.13-5.516 2.714-6.913-.026-.3-.576-.166-1.807.41-2.025a8.5 8.5 0 0 1 2.461.148c-.253.5-1.187 1.126-.794 2.234 1.217.558 2.13-1.759 1.257-2.113Zm-7.131.1c.009-.6-.017-1.143.532-1.379a1.27 1.27 0 0 1-.532 1.382Zm-3.84-.41a9.5 9.5 0 0 1 1.222-2.985 14.5 14.5 0 0 1 4.46 1.894 1.386 1.386 0 0 1-1.361 1.766 1.6 1.6 0 0 0 .305-2.13c-1.082-.079-1.2.934-1.327 2.287-1.021-.053-2.601-.157-3.299-.829ZM4 17.242c-.323-.89-.323-2.278 1.047-2.392l-.7 1.946c-.185.42-.185.324-.347.446m2.234-2.706a5.4 5.4 0 0 1 .628-1.292c1.082-1.519 1.3-2.383 2.461-3.107 1.239-.768 5.237-.288 6.6.148 2.33.751 3.474 1.056 4.338 3.064a18.8 18.8 0 0 1 1.2 6.162c-1.536.044-1.449-.323-1.9-.611a16.6 16.6 0 0 0-5.944-1.292c-2.479-.009-1.021.506-1.946.218-.55-.175-.515-.279-.532-.471-.14-1.047-.41-.943-1.92-1.693a11.5 11.5 0 0 0-2.988-1.125Zm15.449-.428c-.166-.55.14-.515.672-.89a9 9 0 0 1 .925-.655c1.405-.786 4.024-.916 5.141.017a2.48 2.48 0 0 1 1.079 2.07 5.84 5.84 0 0 1-2.618 3.832 5.21 5.21 0 0 1-4.783 1.2c-.157-.384-.035-2.819-.218-3.718-.166-.8-.079-.89.384-1.37 1.362-1.414 4.312-2.444 5.988-1.231.707.524.506.724.873 1.126.454-.489-.393-2.13-3.517-2.025-2.123.065-3.039 1.723-3.929 1.645ZM8.971 9.143a8.1 8.1 0 0 1 2.278-4.6c1.351-1.043 2.767-2.034 4.845-.856.515.288.489.436.541 1.152a3.3 3.3 0 0 1-.192 1.5c-1.379 4.451-2.531 1.894-6.948 2.95a6.37 6.37 0 0 1 2.121-3.413c1.2-1.161 2.06-1.911 3.858-1.667a1.84 1.84 0 0 1-.052 2.322c-.8 1.292-1 1.213-.882 2.095.628-.157.82-.768 1.108-1.379 1.754-3.666-.794-4.111-2.357-3.439a10.4 10.4 0 0 0-3.525 3.746c-.122.244-.253.559-.367.829Zm6.913.183c.183-1.091 1.266-1.362 1.266-4.726 0-1.449-1.781-2.749-4.111-1.781-2 .82-2.3 1.449-3.369 3.055-1 1.519-.969 3.186-1.833 4.591-.253.4-.48.541-.759.943-.2.3-.349.672-.55 1.021A13 13 0 0 0 5.367 14.4c-1.047.026-1.929.044-2.034 1.126-.14 1.484.559 1.85.559 2.409-.009.6-2.453 6.677-1.772 10.3.192 1 .847 1 1.894 1.126a17.9 17.9 0 0 0 8.056-.707l4.1-1.964a18.9 18.9 0 0 0 3.561-2.5 12.4 12.4 0 0 0 1.309-1.719 3.2 3.2 0 0 0 .8-2.208 8.5 8.5 0 0 1 2.985 1c-.061.6-.358.314-.358.855a1.36 1.36 0 0 0 1.047-.89c-.358-.524-.733-.436-1.248-.855a8.2 8.2 0 0 1 1.719-.707c1.222-.506 3.308-2.042 3.823-3.439a4.45 4.45 0 0 0-.559-3.736 5.44 5.44 0 0 0-3.648-1.161c-1.58 0-3.212 1.135-4.486 1.623-.489-.428-.524-.916-.882-1.388a12.3 12.3 0 0 0-4.349-2.239" style="fill:#020202"/><path d="M21.68 14.109c.89.079 1.807-1.58 3.928-1.65 3.125-.1 3.971 1.536 3.517 2.025-.367-.4-.166-.6-.873-1.126-1.676-1.213-4.626-.183-5.988 1.231-.463.48-.55.567-.384 1.37.183.9.061 3.334.218 3.718a5.21 5.21 0 0 0 4.783-1.2A5.84 5.84 0 0 0 29.5 14.65a2.48 2.48 0 0 0-1.082-2.069c-1.117-.934-3.736-.8-5.141-.017a9 9 0 0 0-.925.655c-.533.375-.838.34-.672.89" style="fill:#fdf2f2"/><path d="m8.971 9.143.429-.76c.113-.271.244-.585.367-.829a10.4 10.4 0 0 1 3.525-3.744c1.562-.672 4.111-.227 2.357 3.439-.288.611-.48 1.222-1.108 1.379-.122-.882.079-.8.882-2.095a1.84 1.84 0 0 0 .052-2.322c-1.8-.244-2.662.506-3.858 1.667A6.37 6.37 0 0 0 9.5 9.291c4.416-1.056 5.569 1.5 6.948-2.95a3.3 3.3 0 0 0 .192-1.5c-.052-.716-.026-.864-.541-1.152-2.077-1.178-3.491-.192-4.844.855a8.1 8.1 0 0 0-2.284 4.599" style="fill:#fef3f3"/><path d="M4 17.242c.166-.122.166-.026.349-.445l.7-1.946c-1.376.113-1.376 1.501-1.049 2.391" style="fill:#efefef"/><path d="M5.428 27.454c-.122-.489-1.623-.925-2.2-.873.079.899 1.266.987 2.2.873" style="fill:#faf1f1"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="17.244" x2="14.968" y1="367.597" y2="341.994" gradientTransform="translate(0 -338)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0"/><stop offset=".01" stop-color="#e44f26" stop-opacity=".04"/><stop offset=".09" stop-color="#e44f26" stop-opacity=".39"/><stop offset=".2" stop-color="#e44f26" stop-opacity=".66"/><stop offset=".32" stop-color="#e44f26" stop-opacity=".86"/><stop offset=".5" stop-color="#e44f26" stop-opacity=".97"/><stop offset="1" stop-color="#e44f26"/></linearGradient></defs><path d="M17.8 8.591c2.079 4.584 7.64 6.5 7.141 12.474-.582 7.017-5.551 8.784-8.316 8.909a8.815 8.815 0 0 1-9.4-7.485C5.618 15.046 12.655 3.632 16.709 2A15.1 15.1 0 0 0 17.8 8.591m-.166 18.857a.42.42 0 0 0-.057-.327c-.593-1.1-5.81-1.645-6.907-1.752a8.3 8.3 0 0 0 1.635 1.3 7.8 7.8 0 0 0 2.814 1.041c.8.121 2.348.223 2.516-.263Z" style="fill:#7c648f"/><g style="opacity:.25"><path d="M18.248 10.618c4.47 4.823 6.445 4.979 6.237 10.478-.249 6.476-4.543 8.191-7.058 8.42-4.2.551-7.495-1.528-8.358-5.686-1.757-6.767 3.909-17.807 7.568-19.47a15.3 15.3 0 0 0 1.621 6.24Z" style="fill:#26003d"/></g><g style="opacity:.75"><path d="M17.385 9.921C20.369 14 24.319 13.7 25 19.641c.094 6.923-3.6 9.283-6.237 9.948-4.5 1.279-8.514-.645-10.094-5-3.035-7 2.651-18.514 6.31-20.915a15.1 15.1 0 0 0 2.37 6.237Z" style="fill:url(#a)"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 17.672v-3.344l11.86-6.2V11.2L5.1 15.939l8.762 4.835v3.1Zm27.814-8.88L19.465 23.229h-3.553L26.281 8.791ZM26.947 21.5a.8.8 0 0 0 .619-.278 1.06 1.06 0 0 0 .248-.732 1.14 1.14 0 0 0-.248-.753.768.768 0 0 0-1.217 0 1.14 1.14 0 0 0-.248.753 1.1 1.1 0 0 0 .237.732.76.76 0 0 0 .609.278m2.186 1.042a3.237 3.237 0 0 1-4.352-.01 2.864 2.864 0 0 1 0-4.1 3.223 3.223 0 0 1 4.352 0A2.77 2.77 0 0 1 30 20.486a2.74 2.74 0 0 1-.866 2.052Zm-10.312-9.481a.8.8 0 0 0 .619-.278 1.06 1.06 0 0 0 .248-.732 1.14 1.14 0 0 0-.248-.753.77.77 0 0 0-1.217 0 1.14 1.14 0 0 0-.248.753 1.1 1.1 0 0 0 .237.732.76.76 0 0 0 .609.278m2.186 1.039a3.237 3.237 0 0 1-4.352-.01 2.864 2.864 0 0 1 0-4.1 3.223 3.223 0 0 1 4.352 0 2.77 2.77 0 0 1 .866 2.063 2.74 2.74 0 0 1-.866 2.047" style="fill:#90a93a"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m12.761 13.89 6.644 3.027 6.7-5.874a7 7 0 0 0 .141-1.475 7.484 7.484 0 0 0-13.66-4.233l-1.12 5.785Z" style="fill:#fed10a"/><path d="M5.886 20.919a7.3 7.3 0 0 0-.141 1.5 7.514 7.514 0 0 0 13.724 4.22l1.1-5.759-1.469-2.821-6.67-3.04Z" style="fill:#24bbb1"/><path d="M5.848 9.426 10.4 10.5l1-5.169a3.594 3.594 0 0 0-5.552 4.095" style="fill:#ef5098"/><path d="M5.45 10.517a5.016 5.016 0 0 0-.218 9.453l6.388-5.77-1.167-2.5Z" style="fill:#17a8e0"/><path d="M20.624 26.639a3.589 3.589 0 0 0 5.541-4.092l-4.541-1.065Z" style="fill:#93c83e"/><path d="m21.547 20.29 5 1.167A5.016 5.016 0 0 0 26.768 12l-6.541 5.733Z" style="fill:#0779a1"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M12.534 3.733V16h-1.427v11.553L16 30l2.956-14L16 2z" style="fill:#9d5025"/><path d="M16 2v28l3.466-1.733V16h1.427V4.447z" style="fill:#f58536"/><path d="m26.092 12.432-6.184.578-2.039-.238 6.456-6.592z" style="fill:#6b3a19"/><path d="m24.325 6.18 1.767.883v5.369l-1.767-.374z" style="fill:#f58536"/><path d="m17.869 12.772 6.456-.714V6.18l-6.456 1.733z" style="fill:#9d5025"/><path d="m5.908 19.568 6.184-.578 2.039.238-6.456 6.592z" style="fill:#fbbf93"/><path d="m7.675 25.82-1.767-.883v-5.369l1.767.374z" style="fill:#9d5025"/><path d="m14.131 19.228-6.456.714v5.878l6.456-1.733z" style="fill:#f58536"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path fill="#d2d2d2" d="M10.611 24.027q-.333 0-.333-.89V8.478q.001-.425-.172-.398-1.048.266-1.062.266-.29.025-.29-.584V6.487q0-.528.317-.596l3.503-.901a.5.5 0 0 1 .119-.013q.29 0 .29.623v17.54q0 .89-.345.889zm9.073.027q-.53 0-.922-.074a2.5 2.5 0 0 1-.815-.332 2.1 2.1 0 0 1-.697-.71q-.273-.451-.444-1.261t-.172-1.924v-6.804q-.001-.266-.145-.266h-.823q-.333 0-.333-.635v-.717q0-.65.333-.65h.823q.145 0 .145-.358l.239-5.16q.039-.703.345-.703h1.328q.332 0 .332.703v5.16q-.001.359.16.357h1.693q.332 0 .332.65v.718q0 .635-.332.635h-1.698q-.092 0-.125.047-.033.045-.032.22v6.845q0 .77.098 1.281.1.511.29.749c.129.157.257.266.385.318q.193.08.47.078h.942q.358.001.357.49v.796q0 .544-.384.545zm5.091 1.591q.304 0 .53-.497.226-.498.227-1.414 0-.214-.266-1.473l-2.602-10.812a2 2 0 0 1-.027-.293q0-.477.2-.478h1.606q.184 0 .305.125.123.126.185.51l1.725 9.127q.051.16.066.16.053-.001.054-.145l1.353-9.102q.052-.398.165-.537a.35.35 0 0 1 .285-.14h1.114q.226 0 .227.517 0 .119-.028.305l-2.362 12.3q-.279 1.526-.61 2.335-.333.81-.745 1.101-.409.292-1.089.306h-.133q-1.075 0-1.458-.572-.106-.118-.106-.61 0-.983.318-.983.026 0 .478.133.457.139.588.138m-20.84-1.593q-.332 0-.332-.89V8.502q0-.424-.173-.399c-.7.178-1.051.266-1.061.266q-.291.026-.29-.584V6.512q0-.529.317-.596L5.9 5.012a.5.5 0 0 1 .118-.013q.292 0 .291.624v17.539q0 .89-.345.889h-2.03z" class="prefix__st0"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#d2d2d2" d="M13.9 5.19v21.598H8.092V12.636q-1.41 1.1-2.727 1.782-1.318.68-3.306 1.303v-4.838q2.932-.97 4.553-2.332t2.537-3.36zm16.041.02v21.6h-5.807V12.657q-1.41 1.1-2.728 1.782-1.318.68-3.306 1.303v-4.837q2.932-.97 4.554-2.331 1.62-1.362 2.537-3.362z" style="white-space:pre"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="17.249" x2="14.973" y1="-335.597" y2="-309.994" gradientTransform="matrix(1 0 0 -1 0 -306)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0"/><stop offset=".01" stop-color="#f7f6f8" stop-opacity=".04"/><stop offset=".09" stop-color="#aa9cb3" stop-opacity=".39"/><stop offset=".2" stop-color="#6f567e" stop-opacity=".66"/><stop offset=".32" stop-color="#452459" stop-opacity=".86"/><stop offset=".5" stop-color="#2d0843" stop-opacity=".97"/><stop offset="1" stop-color="#26003d"/></linearGradient></defs><path d="M17.8 8.591c2.079 4.584 7.64 6.5 7.141 12.474-.582 7.017-5.551 8.784-8.316 8.909a8.815 8.815 0 0 1-9.4-7.485C5.618 15.046 12.655 3.632 16.709 2A15.1 15.1 0 0 0 17.8 8.591m-.166 18.857a.42.42 0 0 0-.057-.327c-.593-1.1-5.81-1.645-6.907-1.752a8.3 8.3 0 0 0 1.635 1.3 7.8 7.8 0 0 0 2.814 1.041c.803.121 2.348.223 2.516-.263Z" style="fill:#7c648f"/><g style="opacity:.25"><path d="M18.248 10.618c4.47 4.823 6.445 4.979 6.237 10.478-.249 6.476-4.543 8.191-7.058 8.42-4.2.551-7.495-1.528-8.358-5.686-1.757-6.767 3.909-17.807 7.568-19.47a15.3 15.3 0 0 0 1.621 6.24Z" style="fill:#26003d"/></g><g style="opacity:.75"><path d="M17.385 9.921C20.369 14 24.319 13.7 25 19.641c.094 6.923-3.6 9.283-6.237 9.948-4.5 1.279-8.514-.645-10.094-5-3.035-7 2.651-18.514 6.31-20.915a15.1 15.1 0 0 0 2.37 6.237Z" style="fill:url(#a)"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 16.768 2.768 30h26.464Z" style="fill:#5fb4cb"/><path d="m24.13 23.362 5.87 5.87v-11.74Z" style="fill:#eea400"/><path d="M15.232 16 2 2.768v26.464Z" style="fill:#596277"/><path d="M30 14.448V2H17.552Z" style="fill:#5fb4cb"/><path d="m23.392 9.376 6.594 6.594-6.624 6.624L16.768 16ZM2.768 2l6.095 6.1h13.248L16.016 2Z" style="fill:#8cd636"/><path d="m16 15.232 6.051-6.051H9.949Z" style="fill:#eea400"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m16 15.232 6.051-6.051H9.949zM2.768 2l6.095 6.095h13.248L16.016 2z" style="fill:#34495e"/><path d="M18.693 11.322h9.368v9.325h-9.368z" style="fill:#34495e" transform="rotate(-45 23.377 15.985)"/><path d="M30 14.448V2H17.552zM15.232 16 2 2.768v26.464zM24.13 23.362l5.87 5.87v-11.74zM16 16.768 2.768 30h26.464z" style="fill:#34495e"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="1925.785" x2="2302.351" y1="-1383.075" y2="-1868.557" gradientTransform="matrix(.048 0 0 -.045 -82.539 -54.65)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8381c5"/><stop offset=".566" stop-color="#7e55b3" stop-opacity=".996"/><stop offset="1" stop-color="#a52ecb" stop-opacity=".992"/></linearGradient><linearGradient id="b" x1="2214.187" x2="1930.974" y1="-1750.225" y2="-1408.342" gradientTransform="matrix(.054 0 0 -.054 -95.188 -68.487)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#411f5d"/><stop offset="1" stop-color="#5b2a85"/></linearGradient></defs><path d="M29.363 16A13.364 13.364 0 1 1 16 2.5 13.43 13.43 0 0 1 29.363 16Z" style="stroke-width:.75px;fill:url(#a);stroke:url(#b)"/><path d="M11.406 25.483a18 18 0 0 0 2.587-.048 42 42 0 0 0 4.5-.639 31 31 0 0 0 3.132-.839c1.142-.421 1.764-.778 2.043-1.284a.62.62 0 0 0-.441-.692c-1.347-.565-2.908-.463-6-.528-3.427-.118-4.567-.691-5.174-1.153-.582-.469-.29-1.765 2.206-2.907a54 54 0 0 1 6.184-1.73c-1.659-.82-4.753-2.262-5.389-2.573-.558-.273-1.451-.684-1.644-1.182-.219-.478.518-.889.93-1.007a20.3 20.3 0 0 1 4.9-.647 4.3 4.3 0 0 0 1-.069A1.767 1.767 0 0 0 21.879 7.9a2.775 2.775 0 0 0-3.286-1.81c-1.373.248-4.685 1.21-4.685 1.21 4.093-.035 4.779.033 5.085.461.181.253-.082.6-1.174.777-1.189.194-3.659.428-3.659.428-2.37.141-4.04.15-4.54 1.21-.327.693.349 1.3.645 1.688a12.7 12.7 0 0 0 4.225 2.7c.438.208 1.723.6 1.723.6a11.52 11.52 0 0 0-8.1 2.287c-1.807 1.672-1.008 3.665 2.695 4.891a12.76 12.76 0 0 0 6.534.772c1.922-.1 2.224-.042 2.244.116.027.222-2.134.773-2.724.944-1.5.433-5.436 1.307-5.456 1.312Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><clipPath id="a"><path d="M6.636 7.38h18.55v6.48H6.636z" style="fill:none"/></clipPath><clipPath id="b"><path d="M6.906 6.91h3.65v1.77h-3.65z" style="fill:none"/></clipPath><clipPath id="c"><path d="M21.786 7.85h2.78v1.88h-2.78z" style="fill:none"/></clipPath><clipPath id="d"><path d="M23.156 20.68h2.57v2.99h-2.57z" style="fill:none"/></clipPath><clipPath id="e"><path d="M24.216 19.18h.85v.7h-.85z" style="fill:none"/></clipPath><clipPath id="f"><path d="M25.606 19h.84v.79h-.84z" style="fill:none"/></clipPath><clipPath id="g"><path d="M24.356 20.29h1.73v.94h-1.73z" style="fill:none"/></clipPath><clipPath id="h"><path d="M26.386 20.06h.62v.55h-.62z" style="fill:none"/></clipPath><clipPath id="i"><path d="M9.216 19.15h14.1v3.99h-14.1z" style="fill:none"/></clipPath><clipPath id="j"><path d="M21.736 4.08h1.97v4.88h-1.97z" style="fill:none"/></clipPath><clipPath id="k"><path d="M6.206 4.81h4.84v3.46h-4.84z" style="fill:none"/></clipPath><clipPath id="l"><path d="M21.796 3.79h2.87v4.84h-2.87z" style="fill:none"/></clipPath><clipPath id="m"><path d="M8.736 6.24h12.83v12.24H8.736z" style="fill:none"/></clipPath><clipPath id="n"><path d="M14.946 12.22h1.43v.6h-1.43z" style="fill:none"/></clipPath><clipPath id="o"><path d="M14.886 11.56h1.59v1.08h-1.59z" style="fill:none"/></clipPath><clipPath id="p"><path d="M10.096 12.84h12.35v7.01h-12.35z" style="fill:none"/></clipPath><clipPath id="q"><path d="M10.736 12.95h10.24v5.2h-10.24z" style="fill:none"/></clipPath><clipPath id="r"><path d="M10.846 13.06h10.02v5.09h-10.02z" style="fill:none"/></clipPath><clipPath id="s"><path d="M10.956 13.17h9.8v4.97h-9.8z" style="fill:none"/></clipPath><clipPath id="t"><path d="M13.266 15.52h5.49v2.26h-5.49z" style="fill:none"/></clipPath><clipPath id="u"><path d="M13.996 14.26h3.29v2.54h-3.29z" style="fill:none"/></clipPath><clipPath id="v"><path d="M14.006 14.22h3.25v1.13h-3.25z" style="fill:none"/></clipPath><clipPath id="w"><path d="M15.556 14.91h.6v1.61h-.6z" style="fill:none"/></clipPath><clipPath id="x"><path d="M6.266 4.81h4.31v3.91h-4.31z" style="fill:none"/></clipPath><clipPath id="y"><path d="M8.536 8.88h14.63v4.65H8.536z" style="fill:none"/></clipPath><clipPath id="z"><path d="M7.356 7.5h17.21v5.81H7.356z" style="fill:none"/></clipPath><clipPath id="A"><path d="M9.026 8.3h5.53v3.74h-5.53z" style="fill:none"/></clipPath><clipPath id="B"><path d="M17.286 8.81h5.48v3.83h-5.48z" style="fill:none"/></clipPath><clipPath id="C"><path d="M7.356 8.1h17.1v5.03h-17.1z" style="fill:none"/></clipPath><clipPath id="D"><path d="M7.626 7.62h2.21v.33h-2.21z" style="fill:none"/></clipPath><clipPath id="E"><path d="M14.746 8.16h2.37v.58h-2.37z" style="fill:none"/></clipPath><clipPath id="F"><path d="M22.486 8.58h1.35v.43h-1.35z" style="fill:none"/></clipPath><clipPath id="G"><path d="M8.796 8.23h3.16v3.13h-3.16z" style="fill:none"/></clipPath><clipPath id="H"><path d="M20.046 8.78h3.04v3.34h-3.04z" style="fill:none"/></clipPath><clipPath id="I"><path d="M9.186 8.45h5.23v3.01h-5.23z" style="fill:none"/></clipPath><clipPath id="J"><path d="M9.296 10.44h3.85v1.52h-3.85z" style="fill:none"/></clipPath><clipPath id="K"><path d="M17.436 8.97h5.22v2.79h-5.22z" style="fill:none"/></clipPath><clipPath id="L"><path d="M18.416 11.25h3.97v1.28h-3.97z" style="fill:none"/></clipPath><clipPath id="M"><path d="M11.536 9.59h.22v.22h-.22z" style="fill:none"/></clipPath><clipPath id="N"><path d="M20.176 10.11h.22v.22h-.22z" style="fill:none"/></clipPath><clipPath id="O"><path d="M7.676 7.83h7.09v1.04h-7.09z" style="fill:none"/></clipPath><clipPath id="P"><path d="M17.056 8.18h5.24v1.01h-5.24z" style="fill:none"/></clipPath></defs><path d="m8.316 23.17.07-.16.01-.02c.05-.13.11-.27.16-.4.07-.18.13-.36.2-.54a3 3 0 0 0 .11-.31c.09-.24.21-.56.35-.86a3.5 3.5 0 0 1 .23-.44c.09-.14.18-.27.27-.4l.08-.11.12-.08a.2.2 0 0 1 .05-.03c.05-.03.12-.05.16-.08.08-.03.18-.07.28-.1.15-.04.33-.09.54-.13.31-.07.63-.13 1.05-.2.62-.1 1.29-.19 2.09-.27 1.41-.15 2.82-.26 4.18-.33.72-.03 1.27-.04 1.78-.04h.33a8 8 0 0 1 1.09.08 1.4 1.4 0 0 1 .34.08.3.3 0 0 1 .08.03l.11.04.09.08.1.1a4 4 0 0 1 .38.43 9.2 9.2 0 0 1 1.12 1.88 8.4 8.4 0 0 1 .63 1.94l.16.86h-2.01l-.12-.58a6.5 6.5 0 0 0-2.6-2.55 5.2 5.2 0 0 0-1.52-.13 44 44 0 0 0-5.83.49 5.4 5.4 0 0 0-1.83 2.35l-.2.43" style="fill:#fff"/><path d="M22 19.98a3 3 0 0 0-.33-.36l-.08-.08a.03.03 0 0 1-.02-.01 1 1 0 0 0-.21-.04c-.32-.04-.66-.05-1-.07-.69-.01-1.38.01-2.07.04a71 71 0 0 0-4.14.33c-.69.08-1.38.16-2.06.27-.34.05-.68.11-1.01.19-.16.03-.33.08-.48.12a.8.8 0 0 0-.22.08c-.03.01-.07.02-.08.04a.01.01 0 0 0-.01.01c-.08.11-.15.22-.23.34s-.13.25-.2.38c-.12.26-.23.54-.33.81s-.21.56-.31.84c-.05.14-.11.28-.18.43a1 1 0 0 1-.09.2h.93a5.8 5.8 0 0 1 2.24-2.74 42 42 0 0 1 6.07-.53 5.8 5.8 0 0 1 1.78.19c.95.37 2.86 2.13 3.05 3.09h.54a8 8 0 0 0-.58-1.76 6 6 0 0 0-.98-1.77" style="fill:#ba8449"/><path d="m23.006 24.19-.11-.59a7 7 0 0 0-.53-1.6 7.4 7.4 0 0 0-.94-1.58 2 2 0 0 0-.2-.23 8 8 0 0 0-.88-.05h-.31c-.49 0-1.02.01-1.72.04-1.33.07-2.7.18-4.09.33-.78.09-1.42.18-2.01.26-.38.05-.69.12-.96.18-.18.04-.31.08-.43.11-.02 0-.03.01-.04.01a1 1 0 0 1-.08.12c-.05.09-.1.19-.18.32-.12.25-.22.51-.31.74-.04.1-.08.2-.11.3-.07.19-.13.37-.21.56-.05.14-.12.28-.18.44l-.01.02a1 1 0 0 1-.08.19l-.2.44h-1.25l-.19-.09-.02-.01a.78.78 0 0 1-.43-.78v-.03l.02-.1.03-.12a2 2 0 0 1 .07-.24c.04-.16.1-.32.15-.47.1-.28.22-.59.36-.92a10 10 0 0 1 .46-.91c.08-.14.16-.28.27-.45.1-.15.21-.31.32-.45a1.3 1.3 0 0 1 .25-.24h.01a1 1 0 0 1 .16-.1c.1-.05.18-.09.23-.11.13-.05.25-.09.35-.12a5 5 0 0 1 .58-.14c.32-.07.66-.13 1.08-.2.63-.1 1.3-.18 2.12-.26 1.42-.14 2.84-.25 4.22-.31.66-.02 1.17-.04 1.64-.04h.5a8.5 8.5 0 0 1 1.17.09h.01a3 3 0 0 1 .43.1h.01c.04.02.11.04.19.08a.7.7 0 0 1 .13.08l.05.04.04.03.04.04.12.12c.14.14.27.3.42.48a10 10 0 0 1 1.17 2 10 10 0 0 1 .42 1.07 8 8 0 0 1 .27 1.09l.13.84h-1.95Z" style="fill:#fff"/><path d="m9.016 24.19.48-1.04a6.3 6.3 0 0 1 2.46-2.9l.02-.01a42 42 0 0 1 6.25-.56 5.3 5.3 0 0 1 1.96.22c1.13.44 3.09 2.29 3.35 3.38l.22.9H9.016Z" style="fill:#fff"/><path d="m22.266 24.19-.13-.56a6.4 6.4 0 0 0-2.46-2.37 4.8 4.8 0 0 0-1.44-.12 45 45 0 0 0-5.76.48 5.2 5.2 0 0 0-1.66 2.14l-.2.42H8.8l.46-1.02a6.4 6.4 0 0 1 2.64-3.11 39.5 39.5 0 0 1 6.35-.58 6.4 6.4 0 0 1 2.04.23c1.13.44 3.24 2.34 3.5 3.61l.18.88Z" style="fill:#fff"/><path d="m23.116 24.19-.21-.2a3.22 3.22 0 0 1-.77-2.88.825.825 0 0 1 .78-.56.7.7 0 0 1 .21.03 1.23 1.23 0 0 0 .57-.44.9.9 0 0 1 .81-.46 2.63 2.63 0 0 1 1.7.83.8.8 0 0 1 .12.74c-.01.02-.02.07-.04.12a16 16 0 0 1-.98 2.47l-.21.34c-.01.02-1.98.01-1.98.01" style="fill:#fff"/><path d="m23.046 24.19.68-1.11a12 12 0 0 0 .71-1.31 3.2 3.2 0 0 1-1.72.48l-.02-.02-.01.08a.9.9 0 0 1-.88-.85.9.9 0 0 1 .23-.63.85.85 0 0 1 .6-.28c.79-.03.89-.22 1.03-.49a1.26 1.26 0 0 1 1.18-.59 2 2 0 0 1 .42.04 1.43 1.43 0 0 1 1.17 1.36 6.17 6.17 0 0 1-1.12 2.99l-.21.35c.01-.02-2.06-.02-2.06-.02" style="fill:#fff"/><path d="M25.926 22.03a3.42 3.42 0 0 1-2.34-1.15 1.56 1.56 0 0 1-.45-1.27.847.847 0 0 1 .89-.72 2 2 0 0 1 .28.02c.09-.39.3-1.21 1.14-1.21h.12a.95.95 0 0 1 .83.68.95.95 0 0 1 .46-.12.96.96 0 0 1 .7.31 1.05 1.05 0 0 1 .18 1.17.94.94 0 0 1 .42.55 1.04 1.04 0 0 1-.16.9 2.62 2.62 0 0 1-1.97.81.2.2 0 0 1-.1.03M25.046 4.01A12 12 0 0 0 22.3 7.24a.86.86 0 0 1-.74.38 2.62 2.62 0 0 1-1.48-.71c-.92-.74-.94-1.16-.95-1.32a.82.82 0 0 1 .77-.85 4.8 4.8 0 0 0 2.33-1.13 3.86 3.86 0 0 1 2.16-.98 2.5 2.5 0 0 1 .47.05" style="fill:#fff"/><path d="M19.966 5.47c2.14-.2 3.4-2.42 4.71-2.08a11.8 11.8 0 0 0-2.95 3.44c-.31.42-2.36-1.31-1.76-1.36" style="fill:#fff8ee"/><path d="M6.066 4.45a3.08 3.08 0 0 1 2.14-.74 8.1 8.1 0 0 1 2.69.56 2.8 2.8 0 0 0 .91.12h.41a1.02 1.02 0 0 1 1.02.49 1.03 1.03 0 0 1-.12 1.02 2.91 2.91 0 0 1-2.23 1.15h-.05a3.4 3.4 0 0 1-1.49-.57 4.8 4.8 0 0 0-2.32-.8c-.12 0-.25.01-.37.02M22.566 9.76a1.75 1.75 0 0 1-1.61-1.28 4.4 4.4 0 0 1-.35-1.63c0-.77.4-.97.66-1.03a10 10 0 0 0 .74-.96c1-1.36 1.72-2.24 2.56-2.24a.9.9 0 0 1 .4.08 2.266 2.266 0 0 1 1.49 2.6 6.2 6.2 0 0 1-1.51 2.9c-.38.45-1.38 1.5-2.26 1.56z" style="fill:#fff"/><path d="M9.636 10.17a1.2 1.2 0 0 1-.28-.02 5.92 5.92 0 0 1-3.81-3.1 2.09 2.09 0 0 1 0-2.07A1.97 1.97 0 0 1 7.3 4a5.74 5.74 0 0 1 2.58.92 7.5 7.5 0 0 0 .93.45.7.7 0 0 1 .21-.03.8.8 0 0 1 .7.42 4.4 4.4 0 0 1-.43 3.33 1.89 1.89 0 0 1-1.654 1.08" style="fill:#fff"/><path d="M14.516 22.38A11.94 11.94 0 0 1 6.9 19.6a4.47 4.47 0 0 1-1.23-4.1 11 11 0 0 1 1.55-3.33 7.6 7.6 0 0 0 .92-1.77c1.33-5.9 4.68-6.65 7.45-6.65.18 0 .36 0 .57.01 5.9.18 6.49 3.02 6.84 4.73a6 6 0 0 0 .21.81c1.98 4.86 2.31 7.77 1.09 9.74-1.19 1.94-3.81 2.89-9.02 3.32-.244.01-.504.02-.764.02" style="fill:#fff"/><path d="M14.4 22.39a11.44 11.44 0 0 1-7.48-2.79 4.47 4.47 0 0 1-1.23-4.1 11 11 0 0 1 1.55-3.33 7.6 7.6 0 0 0 .92-1.77c1.33-5.9 4.68-6.65 7.45-6.65.18 0 .36 0 .57.01 5.9.18 6.49 3.02 6.84 4.73a6 6 0 0 0 .21.81c1.95 4.78 2.26 7.67 1.07 9.64-1.37 2.26-4.58 3-8.98 3.41-.31.03-.62.04-.92.04" style="fill:#fff"/><path d="M22.916 18.28c.04-.1.09-.21.13-.31.45-1.07.79-2.01.25-2.62-.63-.7-3.32-1.97-5.7-3.09-4.56-2.16-7.39-3.55-7.79-4.92a1.3 1.3 0 0 1 .13-1.02c.79-1.24 2.99-2.56 6-2.56h.09c2.83.02 4.89.84 6.13 2.42a8.25 8.25 0 0 1 1.46 4.04 4.3 4.3 0 0 0 .21 1.01c2.14 3.69 1.16 6.41.38 7.69-.006 0-1.29-.64-1.29-.64" style="fill:#fff"/><path d="M20.676 14.03c-1.11 0-2.95-.27-3.59-.89a4.3 4.3 0 0 1-.89-2.06 7 7 0 0 0-.33-1.09h-.01c-.04.12-.1.27-.14.39a5.3 5.3 0 0 1-1.58 2.6 6.7 6.7 0 0 1-2.76.51 3.52 3.52 0 0 1-2.35-.67 6.17 6.17 0 0 1-1.7-3.46c-.02-.01-.03-.02-.05-.03a1.3 1.3 0 0 1-.53-.52 1.84 1.84 0 0 1 .09-1.47.9.9 0 0 1 .7-.47h.1a3 3 0 0 1 .48.05 3.4 3.4 0 0 0 .56.07h.1a20.4 20.4 0 0 1 2.9-.22 9.5 9.5 0 0 1 3.72.61 1 1 0 0 1 .09.03 2.5 2.5 0 0 0 .59.08 1 1 0 0 0 .25-.02 18 18 0 0 1 2.76-.22 9.24 9.24 0 0 1 4 .74.3.3 0 0 0 .12.04h.04a3 3 0 0 0 .53-.08c.13-.03.26-.05.38-.08h.1a.96.96 0 0 1 .83.53 1.85 1.85 0 0 1 .05 1.64 1.63 1.63 0 0 1-.78.57.5.5 0 0 0-.11.05c-.09.15-.24.46-.37.71a12.6 12.6 0 0 1-1.2 2.06 2.52 2.52 0 0 1-2 .6" style="fill:#fff"/><g style="clip-path:url(#a)"><g style="opacity:.300000011920929"><path d="M20.236 13.86a5.36 5.36 0 0 1-3-.76c-.5-.36-.73-1.08-1.05-2.24a10 10 0 0 0-.32-1.02c-.05.13-.12.31-.18.45a5.1 5.1 0 0 1-1.6 2.59 7.3 7.3 0 0 1-2.78.5 3.19 3.19 0 0 1-2.36-.73 5.73 5.73 0 0 1-1.54-3.09 2 2 0 0 0-.07-.31 1.18 1.18 0 0 1-.72-1.13.77.77 0 0 1 .77-.74.97.97 0 0 1 .58.22.05.05 0 0 0 .04.02.1.1 0 0 1 .05.02 1.02 1.02 0 0 1 .8.86 12 12 0 0 0 .48 1.55c.45 1.17.77 1.37.8 1.38a4 4 0 0 0 1.3.2 6.4 6.4 0 0 0 1.76-.26c.16-.25.49-.91.72-1.36.69-1.37.81-1.58 1.11-1.73a1.2 1.2 0 0 1 .61-.13 3 3 0 0 1 1.02.18c.5.22.77.88 1.36 2.57.11.31.24.7.33.9a7 7 0 0 0 2.47.35c.3 0 .51-.01.66-.02l.36-.75c.83-1.77.96-1.98 1.17-2.14a2.73 2.73 0 0 1 1.36-.46.8.8 0 0 1 .81.62c.12.63-.5.88-.71.95-.05.02-.13.05-.19.08-.08.13-.22.42-.33.65-.9 1.75-1.19 2.23-1.53 2.44a5.8 5.8 0 0 1-2.18.34" style="fill:#fff"/></g></g><g style="clip-path:url(#b)"><g style="opacity:.300000011920929"><path d="M8.706 8.67a2.8 2.8 0 0 1-.89-.19c-.13-.04-.25-.09-.33-.12a.8.8 0 0 1-.59-.73V6.9h.72a1 1 0 0 1 .22.03c.15.02.65.05.81.07l.1.01a7 7 0 0 0 .71-.08 3 3 0 0 1 .37-.04h.62l.1.61a.74.74 0 0 1-.53.81c-.02.01-.1.03-.16.05a3.8 3.8 0 0 1-1.09.28.06.06 0 0 1-.06.03" style="fill:#fff"/></g></g><g style="clip-path:url(#c)"><g style="opacity:.300000011920929"><path d="M23.156 9.72a1.43 1.43 0 0 1-.81-.33.99.99 0 0 1-.56-.82v-.73h.71a.66.66 0 0 1 .3.07c.08.03.37.13.5.16.04 0 .13-.02.31-.05a.9.9 0 0 1 .22-.02h.62l.1.61a.734.734 0 0 1-.49.81l-.13.07a2.5 2.5 0 0 1-.66.25c-.02-.02-.07-.02-.11-.02" style="fill:#fff"/></g></g><path d="M20.776 25.8h-2.69v-2.33h2.69Z" style="fill:#fff"/><path d="M22 19.98a3 3 0 0 0-.33-.36l-.08-.08a.03.03 0 0 1-.02-.01 1 1 0 0 0-.21-.04c-.32-.04-.66-.05-1-.07-.69-.01-1.38.01-2.07.04a71 71 0 0 0-4.14.33c-.69.08-1.38.16-2.06.27-.34.05-.68.11-1.01.19-.16.03-.33.08-.48.12a.8.8 0 0 0-.22.08c-.03.01-.07.02-.08.04a.01.01 0 0 0-.01.01c-.08.11-.15.22-.23.34s-.13.25-.2.38c-.12.26-.23.54-.33.81s-.21.56-.31.84c-.05.14-.11.28-.18.43a1 1 0 0 1-.09.2h.93a5.8 5.8 0 0 1 2.24-2.74 42 42 0 0 1 6.07-.53 5.8 5.8 0 0 1 1.78.19c.95.37 2.86 2.13 3.05 3.09h.54a8 8 0 0 0-.58-1.76 6 6 0 0 0-.98-1.77" style="fill:#ba8449"/><path d="M23.526 21.47a8.8 8.8 0 0 0-1.08-1.85q-.165-.21-.36-.42l-.1-.1-.02-.02-.01-.01-.02-.02a.2.2 0 0 1-.05-.03.4.4 0 0 0-.1-.04c-.12-.04-.21-.05-.31-.08a10 10 0 0 0-1.07-.08c-.71-.01-1.4 0-2.1.03-1.4.05-2.79.16-4.18.31-.69.08-1.39.15-2.09.26a13 13 0 0 0-1.57.32 1 1 0 0 0-.27.1.7.7 0 0 0-.15.08.4.4 0 0 1-.09.05.3.3 0 0 0-.11.11 3.5 3.5 0 0 0-.28.39 4 4 0 0 0-.25.42c-.15.27-.3.56-.43.84s-.24.57-.34.86a3 3 0 0 0-.13.44 2 2 0 0 1-.07.22l-.04.12-.01.05c0 .01.02.02.07.05h.64a2 2 0 0 1 .09-.2c.05-.14.12-.28.18-.42.11-.28.21-.56.31-.84a8 8 0 0 1 .32-.8c.07-.13.13-.25.2-.38a4 4 0 0 1 .23-.34.01.01 0 0 0 .01-.01 1 1 0 0 0 .08-.04c.07-.02.14-.05.22-.08.15-.04.32-.09.48-.12.33-.08.67-.13 1.01-.19.68-.11 1.37-.2 2.06-.27q2.07-.225 4.14-.33c.69-.03 1.38-.05 2.07-.04a8 8 0 0 1 1 .07c.08.01.15.03.21.04.01 0 .02 0 .02.01l.08.08c.12.12.22.24.33.36a9.3 9.3 0 0 1 1.03 1.73 8 8 0 0 1 .58 1.76h.55a6 6 0 0 0-.24-.98c-.16-.35-.29-.68-.44-1.01" style="fill:#895b2e"/><path d="M19.936 20.59a5.5 5.5 0 0 0-1.7-.18 44.4 44.4 0 0 0-5.99.51 5.54 5.54 0 0 0-2.09 2.54h12.68a6.7 6.7 0 0 0-2.9-2.87" style="fill:#fff8ee"/><path d="M20.016 20.38a5.8 5.8 0 0 0-1.78-.19 42 42 0 0 0-6.07.53 5.75 5.75 0 0 0-2.24 2.74h.24a5.7 5.7 0 0 1 2.09-2.54 42.6 42.6 0 0 1 5.99-.51 5 5 0 0 1 1.7.18 6.8 6.8 0 0 1 2.91 2.88h.22c-.2-.96-2.11-2.72-3.06-3.09" style="fill:#e5d0ae"/><path d="M24.346 20.48c-.13.27-.82.97-1.4.81-.31-.09-.25 1.53.45 2.18h1.27a17 17 0 0 0 .96-2.44c.08-.21-1.15-.83-1.28-.55" style="fill:#ba8449"/><path d="M25.7 20.88a.72.72 0 0 0-.6-.69c-.3-.07-.69-.01-.79.18-.2.37-.44.82-1.63.89a.15.15 0 0 0-.14.15.16.16 0 0 0 .15.14 1.845 1.845 0 0 0 1.87-1.03.8.8 0 0 1 .59 0 .4.4 0 0 1 .26.38 6.5 6.5 0 0 1-1.06 2.57h.34a6.3 6.3 0 0 0 1.01-2.59" style="fill:#895b2e"/><g style="clip-path:url(#d)"><g style="opacity:.150000005960464"><path d="M23.236 23.5a2.14 2.14 0 0 0 1.52-2.07c.01-.21-.42-.6-.42-.71s1.3.02 1.37.33a7.6 7.6 0 0 1-1.11 2.46c-.27.29-1.82.1-1.36-.01" style="fill:#e3ab5e"/></g></g><path d="M23.846 19.72c-.1.68 1.23 1.61 2.12 1.59.74-.02 1.59-.37 1.47-.79s-.84.08-.91-.22c-.05-.28.84-.82.48-1.21-.34-.36-.73.57-1.13.44s.08-1.04-.42-1.09c-.58-.05-.36 1.24-.8 1.26-.3.02-.78-.2-.81.02" style="fill:#fcd4c3"/><path d="M23.846 19.72c-.1.68 1.23 1.61 2.12 1.59.74-.02 1.59-.37 1.47-.79s-.84.08-.91-.22c-.05-.28.84-.82.48-1.21-.34-.36-.73.57-1.13.44s.08-1.04-.42-1.09c-.58-.05-.36 1.24-.8 1.26-.3.02-.78-.2-.81.02Z" style="fill:none;stroke:#f8a38f;stroke-miterlimit:10;stroke-width:.25px"/><g style="clip-path:url(#e)"><g style="opacity:.5"><path d="M24.226 19.72c.14.11.66.25.73.07a1.1 1.1 0 0 0 .1-.61c-.04.18-.1.5-.28.58a1.6 1.6 0 0 1-.55-.04" style="fill:#fcd4c3"/></g></g><g style="clip-path:url(#f)"><g style="opacity:.5"><path d="M25.636 18.99c-.02.12-.12.69.18.77.25.07.44-.09.63-.4-.11.1-.38.34-.59.25s-.23-.32-.22-.62" style="fill:#fcd4c3"/></g></g><g style="clip-path:url(#g)"><g style="opacity:.25"><path d="M24.366 20.53c1.49-.73 1.79.46 1.72.7a2.6 2.6 0 0 1-1.72-.7" style="fill:#fcd4c3"/></g></g><g style="clip-path:url(#h)"><g style="opacity:.5"><path d="M26.536 20.06c-.25.28-.13.51.03.55a.54.54 0 0 0 .44-.18c-.05 0-.46.13-.54-.07a.32.32 0 0 1 .07-.3" style="fill:#fcd4c3"/></g></g><g style="clip-path:url(#i)"><g style="opacity:.150000005960464"><path d="M9.536 21.96c4.78 2.75 14.27-.04 13.77-.94-.67-1.19-.93-1.94-2.4-1.87s-10.82.82-11.2 1.11-.79 1.34-.17 1.7" style="fill:#e3ab5e"/></g></g><path d="M19.966 5.47c2.14-.2 3.4-2.42 4.71-2.08a11.8 11.8 0 0 0-2.95 3.44c-.31.42-2.36-1.31-1.76-1.36" style="fill:#fff8ee"/><path d="M19.966 5.47c2.14-.2 3.4-2.42 4.71-2.08a11.8 11.8 0 0 0-2.95 3.44c-.31.42-2.36-1.31-1.76-1.36" style="fill:none;stroke:#e5d0ae;stroke-linecap:round;stroke-linejoin:round;stroke-width:.25px"/><path d="M6.556 4.98c.96-.9 2.7-.55 4.1-.04.8.28 1.84.05 1.9.22.18.38-.86 1.17-1.72 1.15-.83-.01-2.24-1.6-4.28-1.33" style="fill:#ba8449"/><path d="M6.556 4.98c.96-.9 2.7-.55 4.1-.04.8.28 1.84.05 1.9.22.18.38-.86 1.17-1.72 1.15-.83-.01-2.236-1.6-4.28-1.33" style="fill:none;stroke:#895b2e;stroke-linecap:round;stroke-linejoin:round;stroke-width:.25px"/><path d="M21.426 6.53c.49.14 2.36-3.52 3.27-3.16 2.89 1.15-.88 5.57-2.07 5.67-1.2.08-1.47-2.6-1.2-2.51" style="fill:#fcd4c3"/><path d="M21.426 6.53c.49.14 2.36-3.52 3.27-3.16 2.89 1.15-.88 5.57-2.07 5.67-1.2.08-1.47-2.6-1.2-2.51Z" style="fill:none;stroke:#f8a38f;stroke-miterlimit:10;stroke-width:.25px"/><path d="M10.986 6.09c-.8.35-3.63-2.62-4.83-.71-.79 1.26 1.6 3.8 3.3 4.07 1.72.27 1.95-3.55 1.53-3.36" style="fill:#fcd4c3"/><path d="M10.986 6.09c-.8.35-3.63-2.62-4.83-.71-.79 1.26 1.6 3.8 3.3 4.07 1.72.27 1.95-3.55 1.53-3.36Z" style="fill:none;stroke:#f8a38f;stroke-miterlimit:10;stroke-width:.25px"/><g style="clip-path:url(#j)"><path d="M23.656 4.08c-.15.5-1.44 1.81-1.27 2.92.07.42.5 1.64.69 1.6s.66-.34.61-.27a5.7 5.7 0 0 1-.89.63 7.3 7.3 0 0 1-1.06-2.51c.43-.38 1.73-2.35 1.92-2.37" style="fill:#fcd4c3"/></g><g style="clip-path:url(#k)"><path d="M6.2 5.46a3.06 3.06 0 0 1 3.4.6 1.73 1.73 0 0 1-.32 2.17c-.3.3 1.75-1.05 1.76-1.44a.53.53 0 0 0-.44-.61C9.47 5.76 8.29 4.8 7.26 4.82a1.2 1.2 0 0 0-1.06.64" style="fill:#fcd4c3"/></g><g style="clip-path:url(#l)"><g style="opacity:.25"><path d="M24.006 3.79c1.99 1.09-1.21 2.76-.97 4.83-.42-.04-1.44-2.05-1.19-2.22.35-.25 1.83-2.7 2.16-2.61" style="fill:#fcd4c3"/></g></g><path d="M8.646 10.51a2.2 2.2 0 0 0 .06-.44 3 3 0 0 1 .05-.45.6.6 0 0 1 .07-.22c.03-.07.05-.14.08-.21a4 4 0 0 1 .18-.42 8.5 8.5 0 0 1 .87-1.56 8.4 8.4 0 0 1 1.17-1.35 5 5 0 0 1 1.5-.95 6.5 6.5 0 0 1 1.73-.44 12 12 0 0 1 1.77-.08 15 15 0 0 1 1.77.12 8.3 8.3 0 0 1 1.75.42 6 6 0 0 1 .82.38 4 4 0 0 1 .74.56 3.4 3.4 0 0 1 .59.72 5 5 0 0 1 .39.84 6 6 0 0 1 .24.88c.06.3.11.58.18.85.03.13.08.26.12.39a4 4 0 0 1 .15.42l.31.83a24 24 0 0 1 .93 3.41 11.6 11.6 0 0 1 .19 1.76 5.8 5.8 0 0 1-.21 1.75c-.04.14-.09.28-.14.42s-.13.26-.18.4a.8.8 0 0 1-.08.21 2 2 0 0 1-.12.2c-.08.12-.18.25-.27.36a4.9 4.9 0 0 1-1.4 1.12 9 9 0 0 1-1.66.67 18 18 0 0 1-1.74.4c-.59.11-1.17.19-1.75.26-.3.03-.59.07-.89.1l-.44.04-.45.03a11 11 0 0 1-3.56-.43 12.6 12.6 0 0 1-1.69-.6 11 11 0 0 1-1.59-.84 5.5 5.5 0 0 1-.73-.56c-.05-.05-.12-.11-.18-.16s-.1-.12-.15-.18a4 4 0 0 1-.28-.36 4.2 4.2 0 0 1-.7-1.71 4.2 4.2 0 0 1 .16-1.84 9 9 0 0 1 .73-1.65c.3-.51.61-1.02.92-1.51.15-.25.3-.5.43-.75a3.6 3.6 0 0 0 .31-.83m.44.1a4 4 0 0 1-.35.86c-.14.27-.3.53-.45.78-.31.5-.62 1-.9 1.5a8 8 0 0 0-.68 1.56 3.8 3.8 0 0 0-.13 1.64 3.5 3.5 0 0 0 .65 1.5c.08.11.18.22.26.33.04.05.1.11.14.15a2 2 0 0 0 .14.14 5 5 0 0 0 .67.51 10 10 0 0 0 1.52.81 12 12 0 0 0 1.63.58 14 14 0 0 0 1.69.35 10 10 0 0 0 1.71.08l.43-.03.44-.04c.28-.02.58-.05.88-.09.58-.05 1.16-.13 1.73-.23s1.14-.21 1.7-.36a11 11 0 0 0 1.63-.56 5 5 0 0 0 1.42-.94 3 3 0 0 0 .28-.32c.04-.05.09-.12.13-.18a1.4 1.4 0 0 0 .14-.18 2 2 0 0 0 .21-.38 2.6 2.6 0 0 0 .13-.42 5.7 5.7 0 0 0 .14-1.74 10 10 0 0 0-.28-1.73 24.4 24.4 0 0 0-1.11-3.32c-.11-.27-.22-.55-.33-.81l-.18-.4c-.05-.14-.11-.3-.15-.44-.08-.3-.13-.58-.2-.86a5.5 5.5 0 0 0-.22-.82 3.5 3.5 0 0 0-.86-1.4 4.6 4.6 0 0 0-1.41-.9 8 8 0 0 0-1.66-.46 17 17 0 0 0-1.73-.19 13 13 0 0 0-1.75.03 5.8 5.8 0 0 0-1.69.42 4.6 4.6 0 0 0-1.44.93 4.7 4.7 0 0 0-1.02 1.38 9 9 0 0 0-.61 1.61 4 4 0 0 0-.11.42c-.02.07-.03.14-.05.21-.01.03-.01.08-.02.11a.4.4 0 0 1-.04.1c-.07.14-.14.27-.2.4-.02.13-.07.26-.1.4" style="fill:#e5d0ae"/><path d="M8.866 10.56c-.46 2.04-4.48 5.25-1.42 8.55a10.86 10.86 0 0 0 7.79 2.52c8.8-.83 11.02-2.95 7.31-12.06-.6-1.48.08-4.89-6.39-5.09-2.72-.08-5.98.3-7.29 6.08" style="fill:#fff8ee"/><path d="M10.386 6.58a4 4 0 0 1 1.07-1.09 6 6 0 0 1 1.36-.69 9.5 9.5 0 0 1 2.98-.51 11 11 0 0 1 3.01.31 6.4 6.4 0 0 1 1.43.56 5 5 0 0 1 1.25.94 5.2 5.2 0 0 1 .89 1.28 7 7 0 0 1 .51 1.46 13 13 0 0 1 .26 1.49q.045.375.12.72a1.4 1.4 0 0 0 .09.32l.03.07.01.01.01.01.02.04.1.16a8.3 8.3 0 0 1 .97 2.88 6 6 0 0 1 .02 1.53 5.5 5.5 0 0 1-.38 1.48 7 7 0 0 1-.34.69c-.03.05-.07.11-.1.16s-.07.1-.11.16c-.01.01-.01.02-.02.03-.03-.02.04.08-.18 0-.05-.1-.02-.08-.03-.1s.01-.04.01-.07l.03-.1.05-.18a8 8 0 0 0 .34-1.43 3.6 3.6 0 0 0 0-.73 1.7 1.7 0 0 0-.22-.67.8.8 0 0 0-.11-.14c-.04-.04-.08-.09-.12-.13-.09-.09-.18-.16-.27-.24a4 4 0 0 0-.62-.38 3.2 3.2 0 0 0-1.42-.25 6.4 6.4 0 0 0-1.44.25c-.24.07-.47.14-.71.22-.12.04-.24.08-.36.11a1 1 0 0 1-.2.04 1 1 0 0 1-.19.02 13 13 0 0 1-1.51.08 7.8 7.8 0 0 1-1.51-.18 7.4 7.4 0 0 1-1.44-.48 6 6 0 0 1-1.29-.81 7 7 0 0 1-1.05-1.11 6.75 6.75 0 0 1-1.21-2.77A6.5 6.5 0 0 1 10 8.02a4 4 0 0 1 .1-.77 3 3 0 0 1 .286-.67m.22.14a2.1 2.1 0 0 0-.25.66 6 6 0 0 0-.1.71 5.8 5.8 0 0 0 .13 1.44 6.7 6.7 0 0 0 1.2 2.63A6.6 6.6 0 0 0 12.6 13.2a6 6 0 0 0 1.23.78 6.6 6.6 0 0 0 1.38.47 7 7 0 0 0 1.44.19 10 10 0 0 0 1.47-.05l.19-.02q.075-.015.18-.03c.12-.03.23-.07.35-.1.24-.07.48-.14.72-.2a6.2 6.2 0 0 1 1.5-.21 3.45 3.45 0 0 1 1.48.31 4 4 0 0 1 .65.39 2.3 2.3 0 0 1 .28.25l.13.13a1 1 0 0 1 .12.15 1.7 1.7 0 0 1 .25.73 4 4 0 0 1 .01.77 6.8 6.8 0 0 1-.3 1.48l-.05.18-.02.09c0 .01-.01.03 0 .03-.01-.01.02.02-.02-.08-.21-.08-.13.02-.15-.01a1 1 0 0 1 .09-.15 1 1 0 0 1 .09-.16c.11-.22.21-.44.3-.67a5.67 5.67 0 0 0 .23-2.86 7.4 7.4 0 0 0-.39-1.39 10.5 10.5 0 0 0-.62-1.31l-.09-.15-.02-.04-.01-.02-.01-.02a.4.4 0 0 1-.04-.1 3 3 0 0 1-.12-.39c-.05-.25-.1-.5-.13-.74-.08-.49-.14-.97-.26-1.44a6.4 6.4 0 0 0-.47-1.36 4.6 4.6 0 0 0-.79-1.17 5.27 5.27 0 0 0-2.44-1.42 10.4 10.4 0 0 0-2.9-.36 9 9 0 0 0-2.88.43 5.2 5.2 0 0 0-1.3.63 2.7 2.7 0 0 0-1.074.96" style="fill:#e5bfa1"/><path d="M10.256 6.53a3.7 3.7 0 0 1 .56-.67 4.5 4.5 0 0 1 .66-.51 6.3 6.3 0 0 1 1.47-.73 9.1 9.1 0 0 1 3.18-.48 9.9 9.9 0 0 1 3.16.54 6.3 6.3 0 0 1 1.46.75 5.2 5.2 0 0 1 1.17 1.16 5.7 5.7 0 0 1 .74 1.46 9 9 0 0 1 .38 1.55c.04.26.08.51.12.78.04.25.08.51.12.74a1 1 0 0 0 .1.32l.01.02.01.02.02.04.04.09.1.18c.12.23.24.47.35.71a8.7 8.7 0 0 1 .5 1.52 7 7 0 0 1 .18 1.59 6 6 0 0 1-.86 3.04.14.14 0 0 1-.2.05.15.15 0 0 1-.07-.18c.15-.39.32-.77.44-1.15a3.7 3.7 0 0 0 .22-1.16 1.7 1.7 0 0 0-.33-1.05.2.2 0 0 0-.04-.05l-.02-.02-.02-.03-.1-.1a2 2 0 0 0-.22-.19c-.15-.12-.33-.23-.49-.34-.69-.43-1.42-.8-2.17-1.17s-1.5-.71-2.24-1.05c-1.51-.69-3.02-1.38-4.51-2.12-.74-.38-1.48-.77-2.2-1.23a11 11 0 0 1-1.07-.82 2.3 2.3 0 0 1-.46-.57.95.95 0 0 1-.13-.44 1 1 0 0 1 .02-.26.7.7 0 0 1 .04-.13.6.6 0 0 1 .05-.11Zm.61.37c-.02.03-.01.02-.02.03s0 .01-.01.02v.04a.7.7 0 0 0 .04.15 1.6 1.6 0 0 0 .32.39 6 6 0 0 0 .93.72c.67.45 1.39.84 2.12 1.24 1.46.77 2.95 1.48 4.44 2.2.74.36 1.49.73 2.23 1.11a23 23 0 0 1 2.19 1.24 5 5 0 0 1 .51.38c.09.07.16.14.25.22a2 2 0 0 1 .12.13l.02.03.03.03a.4.4 0 0 1 .05.07 2.3 2.3 0 0 1 .3.61 2.2 2.2 0 0 1 .08.67 4.2 4.2 0 0 1-.27 1.27c-.14.4-.32.78-.48 1.16l-.26-.13a5.64 5.64 0 0 0 .74-2.89 7.25 7.25 0 0 0-.71-2.92c-.11-.23-.22-.46-.35-.68l-.2-.35a1.4 1.4 0 0 1-.14-.42 8 8 0 0 1-.15-.79c-.04-.26-.09-.51-.13-.75a10.5 10.5 0 0 0-.39-1.46 5.3 5.3 0 0 0-.69-1.29A4.5 4.5 0 0 0 20.4 5.92a5.5 5.5 0 0 0-1.31-.65 9.5 9.5 0 0 0-2.95-.44 8.2 8.2 0 0 0-1.49.11 8.6 8.6 0 0 0-1.43.36 6 6 0 0 0-1.31.63 3.5 3.5 0 0 0-.57.44 3.3 3.3 0 0 0-.474.53" style="fill:#895b2e"/><path d="M10.5 6.65c-1.2 1.86.23 9.01 7.79 8.04.8-.1 3.46-1.52 5.25.47.97 1.09-.34 3.86 0 3.28.38-.63 1.85-3.09-.35-6.86-.7-1.21.46-7.05-7.11-7.12-2.9-.01-4.78.95-5.58 2.19" style="fill:#ba8449"/><g style="clip-path:url(#m)"><g style="opacity:.150000005960464"><path d="M10.3 7.1c2.18-1.4 8.76-1.3 10.87 2.06 1.4 2.23-1.16 7.75-2.11 8.45s-2.25 1.31-5.71.48c-2.93-.7 1.48-3.42-1.96-3.82-3.15-.36-3.46-5.64-1.09-7.17" style="fill:#e3ab5e"/></g></g><g style="clip-path:url(#n)"><g style="opacity:.25"><path d="M16.386 12.52c0 .16-.32.31-.71.31s-.71-.13-.71-.31c0-.16.32-.31.71-.31s.71.15.71.31" style="fill:#e3ab5e"/></g></g><path d="M15.126 11.63a1.95 1.95 0 0 1 1.15.04c.11.11.35.57.08.77-.1.07-.1-.21-.32-.16-.26.05-.12.39-.33.39-.32-.01-.01-.37-.28-.42-.21-.04-.25.16-.35.14-.32-.06-.18-.61.05-.76" style="fill:#f8a38f"/><g style="clip-path:url(#o)"><path d="M15.6 11.56a1.04 1.04 0 0 0-.47.07c-.23.15-.37.7-.07.76h.01c.08 0 .12-.15.28-.15h.05c.27.04-.02.42.28.42.2 0 .05-.33.33-.38h.04c.15 0 .18.18.24.18a.04.04 0 0 0 .03-.01c.28-.2.04-.66-.08-.77-.03-.07-.34-.12-.64-.12m0 .08a1.5 1.5 0 0 1 .62.08.75.75 0 0 1 .18.48.19.19 0 0 1-.08.15c0-.01-.01-.01-.02-.02a.3.3 0 0 0-.23-.14.08.08 0 0 0-.05.01c-.19.04-.22.19-.25.28s-.03.1-.07.1c-.09 0-.09-.02-.09-.12s0-.25-.2-.28h-.07a.4.4 0 0 0-.25.12c-.01.01-.03.03-.04.03a.14.14 0 0 1-.11-.12.62.62 0 0 1 .2-.5.9.9 0 0 1 .46-.07" style="fill:#f8a38f"/></g><g style="clip-path:url(#p)"><g style="opacity:.25"><path d="M22.426 14.5c.33 2.1-2.3 4.74-5.83 5.28s-6.14-2.62-6.47-4.73 1.84-1.3 5.37-1.84 6.6-.81 6.93 1.29" style="fill:#f7e8d0"/></g></g><g style="clip-path:url(#q)"><g style="opacity:.5"><path d="M13.2 17.7a2.3 2.3 0 0 1-.21-.51l-.16-.53a7.5 7.5 0 0 0-.39-1.03 2.7 2.7 0 0 0-.63-.86 2 2 0 0 0-.92-.45.2.2 0 0 1-.13-.27.22.22 0 0 1 .25-.14 11 11 0 0 0 2.42.28 18.5 18.5 0 0 0 2.46-.13 22 22 0 0 0 2.43-.43 24 24 0 0 0 2.37-.67.2.2 0 0 1 .27.13.2.2 0 0 1-.07.23 1 1 0 0 0-.1.09c-.03.03-.07.08-.1.11-.07.08-.13.16-.2.25a6 6 0 0 0-.36.54c-.24.36-.46.73-.67 1.12s-.42.77-.6 1.15a5 5 0 0 0-.26.59c-.04.1-.08.2-.12.31a1 1 0 0 0-.04.15v.02c0 .01 0 .01-.01.02a.02.02 0 0 1-.02.02.1.1 0 0 1-.04.03.2.2 0 0 1-.08.04 4 4 0 0 1-.63.18c-.21.04-.43.08-.65.1-.44.05-.86.1-1.3.11a9 9 0 0 1-1.3-.02 3.5 3.5 0 0 1-.65-.11 1.7 1.7 0 0 1-.31-.12 1 1 0 0 1-.25-.2m.02-.01a.56.56 0 0 0 .25.2 3 3 0 0 0 .31.11 3.5 3.5 0 0 0 .65.1 11 11 0 0 0 1.3.01c.44-.02.86-.08 1.29-.13a6 6 0 0 0 .63-.12 3 3 0 0 0 .61-.19 1 1 0 0 0 .07-.04q.03-.015.03-.03a1 1 0 0 1 .04-.16c.03-.11.07-.21.1-.32.08-.21.15-.4.24-.61.18-.4.35-.8.54-1.19s.38-.79.59-1.17c.1-.2.21-.38.33-.58a1.4 1.4 0 0 1 .19-.28c.03-.04.07-.1.1-.14a2 2 0 0 1 .13-.14l.21.37c-.8.27-1.6.49-2.42.68a23 23 0 0 1-2.47.44 17.6 17.6 0 0 1-2.52.13 12 12 0 0 1-2.52-.32l.12-.44a3.8 3.8 0 0 1 .94.72 3.6 3.6 0 0 1 .57.98 11 11 0 0 1 .33 1.06c.04.18.1.36.14.54a2.2 2.2 0 0 0 .22.52" style="fill:#d8cab2"/></g></g><g style="clip-path:url(#r)"><g style="opacity:.5"><path d="M13.206 17.7a2.2 2.2 0 0 1-.21-.5c-.06-.17-.1-.35-.15-.53a8 8 0 0 0-.38-1.04 3 3 0 0 0-.61-.88 1.9 1.9 0 0 0-.92-.5v-.01a.12.12 0 0 1-.07-.14.13.13 0 0 1 .13-.08 11 11 0 0 0 2.45.28 18.5 18.5 0 0 0 2.47-.13c.82-.1 1.63-.25 2.44-.43a24 24 0 0 0 2.39-.67.11.11 0 0 1 .14.07.13.13 0 0 1-.03.12 1.5 1.5 0 0 0-.21.22c-.07.08-.13.18-.2.25-.12.18-.24.36-.35.55-.23.36-.45.74-.66 1.13s-.4.77-.58 1.16l-.26.59a3 3 0 0 0-.11.31 1 1 0 0 0-.04.15c-.01.04-.04.05-.07.08a.2.2 0 0 1-.08.04 4 4 0 0 1-.63.18c-.21.04-.43.08-.65.11-.43.05-.86.1-1.3.12a9 9 0 0 1-1.3-.02 3.5 3.5 0 0 1-.65-.11 3 3 0 0 1-.31-.11.65.65 0 0 1-.25-.21m0-.01a.65.65 0 0 0 .25.21 3 3 0 0 0 .31.11 3.5 3.5 0 0 0 .65.1 9.4 9.4 0 0 0 1.3.01c.44-.02.86-.07 1.3-.13.21-.03.43-.07.65-.12a2.4 2.4 0 0 0 .61-.19 1 1 0 0 0 .07-.04c.02-.01.04-.03.04-.04a1 1 0 0 1 .04-.16 3 3 0 0 1 .11-.31c.08-.21.16-.4.25-.6.18-.4.36-.79.56-1.18s.39-.78.61-1.16c.11-.2.22-.38.34-.56a1.3 1.3 0 0 1 .19-.27 1.4 1.4 0 0 1 .23-.26l.11.2a25.4 25.4 0 0 1-4.87 1.12 17.4 17.4 0 0 1-2.51.13 12.4 12.4 0 0 1-2.49-.3l.05-.21a2.4 2.4 0 0 1 .94.65 3.3 3.3 0 0 1 .58.95 9 9 0 0 1 .35 1.05c.04.18.1.35.15.54a1.3 1.3 0 0 0 .18.46" style="fill:#d8cab2"/></g></g><path d="M13.206 17.69c.56.88 5.12.27 5.2-.08a17 17 0 0 1 2.36-4.45c-.94.33-5.83 1.89-9.8.94 1.79.6 1.81 2.91 2.24 3.59" style="fill:#333"/><g style="clip-path:url(#s)"><path d="M20.756 13.17a23.5 23.5 0 0 1-7.01 1.25 12.4 12.4 0 0 1-2.79-.3c1.79.58 1.82 2.9 2.25 3.58.21.33 1.01.45 1.91.45 1.47 0 3.23-.31 3.28-.53a16.8 16.8 0 0 1 2.36-4.45m-.61.43a20 20 0 0 0-1.95 3.92 10 10 0 0 1-3.07.42c-1.12 0-1.62-.19-1.73-.35a2.8 2.8 0 0 1-.28-.82 5.1 5.1 0 0 0-1.07-2.22 14 14 0 0 0 1.72.1 24.3 24.3 0 0 0 6.38-1.05" style="fill:#333"/></g><path d="M15.086 18.15a2.68 2.68 0 0 1-1.79-.39c-.02-.02-.02-.15.09-.4a2.96 2.96 0 0 1 2.47-1.72c.1 0 .19-.01.27-.01a3.33 3.33 0 0 1 2.63.97c-.02.04-.04.11-.08.2-.09.21-.22.54-.34.89a10.6 10.6 0 0 1-3.25.46" style="fill:#fcd4c3"/><path d="M16.126 15.57a3 3 0 0 0-.28.01c-1.91.12-2.8 2.01-2.6 2.24a2.82 2.82 0 0 0 1.85.42 9.3 9.3 0 0 0 3.32-.5c.16-.49.35-.9.43-1.09.04-.21-1.06-1.1-2.72-1.08m0 .14a3.44 3.44 0 0 1 2.55.91c-.02.04-.04.1-.07.16-.09.21-.22.51-.34.86a11 11 0 0 1-3.18.43 2.8 2.8 0 0 1-1.73-.36 1.6 1.6 0 0 1 .34-.77 2.85 2.85 0 0 1 2.16-1.24h.27" style="fill:#f8a38f"/><g style="clip-path:url(#t)"><path d="M13.266 17.7c-.13.59 3.49-2.31 5.44-.92.4-.54-1.75-1.44-3.01-1.24a2.855 2.855 0 0 0-2.43 2.16" style="fill:#fcd4c3"/></g><path d="M14 14.58c.19.33.53 1.93.67 1.96a6.3 6.3 0 0 0 1.16.23c.13-.05.12-.36.25-.27.11.08.16.22.27.16a4 4 0 0 0 .88-.61 6 6 0 0 0 0-1.79 12.7 12.7 0 0 1-3.23.32" style="fill:#fff7e3"/><g style="clip-path:url(#u)"><path d="M17.236 14.26a14 14 0 0 1-2.91.34 3 3 0 0 1-.32-.01c.19.33.53 1.93.67 1.96a8.5 8.5 0 0 0 1.11.24.08.08 0 0 0 .05-.01c.11-.04.12-.28.21-.28a.04.04 0 0 1 .04.02c.1.05.14.18.23.18a.06.06 0 0 0 .04-.01 4 4 0 0 0 .88-.61 6.6 6.6 0 0 0 0-1.82m-.06.1a6 6 0 0 1 0 1.66 3.5 3.5 0 0 1-.84.59h-.01c-.02 0-.05-.03-.08-.07a1 1 0 0 0-.11-.1.14.14 0 0 0-.09-.03c-.1 0-.13.1-.16.18-.02.04-.04.11-.08.12h-.03a6.5 6.5 0 0 1-.97-.21 1 1 0 0 0-.1-.02 6 6 0 0 1-.32-.96c-.1-.34-.19-.66-.26-.84h.21a16.3 16.3 0 0 0 2.84-.32" style="fill:#ffdc99"/></g><g style="clip-path:url(#v)"><path d="M14.256 15.35c-.05-.59 2.67-.79 3.01-.73 0-.14-.02-.23-.02-.39a11.3 11.3 0 0 1-3.23.37 5.5 5.5 0 0 1 .24.75" style="fill:#eadcbe"/></g><g style="clip-path:url(#w)"><path d="M15.616 14.91c.05.13.11.25.15.38l.13.39.12.39.12.39-.19.05-.09-.4-.1-.4-.1-.39c-.04-.13-.08-.26-.12-.38a1 1 0 0 0 .08-.03" style="fill:#ffdc99"/></g><g style="clip-path:url(#x)"><g style="opacity:.400000005960465"><path d="M6.406 5.64c1.44.37 1.21 2.87 2.07 3.06s1.99-2.06 2.1-2.55c-1.66-.71-2.44-1.54-3.63-1.3-.4.08-.95.68-.54.79" style="fill:#fcd4c3"/></g></g><g style="clip-path:url(#y)"><g style="opacity:.5"><path d="M10.406 12.94c1.82.14 3.32.22 3.85-.34s.73-3.03 1.61-2.97c.74.05 1 3.27 1.48 3.36s3.88 1.03 4.74.15c.84-.88 1.24-1.42 1.04-1.95s-5.18-2.22-6.19-2.32-7.89.77-8.06 1.19c-.18.44-.36.37-.33.83.05.9.04 1.91 1.86 2.05" style="fill:#e3ab5e"/></g></g><path d="M15.5 9.28a2.2 2.2 0 0 1 .77.05c.66.51.63 2.63 1.32 3.28.61.59 3.96 1.02 4.54.35s1.43-2.7 1.63-2.86c.2-.14.63-.25.77-.46s.02-1.09-.28-1.05a3.7 3.7 0 0 1-1.25.13c-.36-.11-2.12-1.21-6.55-.55a2.8 2.8 0 0 1-1.15-.08c-.3-.08-1.96-1.04-6.41-.4a8 8 0 0 1-1.27-.11c-.22.02-.28.71-.2.89s.55.33.6.55a6.66 6.66 0 0 0 1.51 3.25c1.12.94 3.96.28 4.21.11 1.13-.79 1.38-3.1 1.76-3.1" style="fill:#333"/><g style="clip-path:url(#z)"><path d="M11.666 7.5a18 18 0 0 0-2.8.22 1.3 1.3 0 0 1-.2.01c-.38 0-.83-.12-1.04-.12H7.6c-.22.02-.28.71-.2.89s.55.33.6.55a6.66 6.66 0 0 0 1.51 3.25 3 3 0 0 0 1.88.49 6.6 6.6 0 0 0 2.33-.38c1.14-.81 1.4-3.12 1.78-3.12.05 0 .2-.01.33-.01a1.2 1.2 0 0 1 .43.05c.66.51.63 2.63 1.32 3.28a6.2 6.2 0 0 0 3.09.69 2.12 2.12 0 0 0 1.44-.34c.58-.67 1.43-2.7 1.63-2.86s.63-.25.77-.46c.12-.2.02-1.05-.27-1.05h-.02a8 8 0 0 1-1 .15 1 1 0 0 1-.25-.03 8.66 8.66 0 0 0-3.91-.76 17 17 0 0 0-2.65.21 2 2 0 0 1-.36.02 3 3 0 0 1-.78-.1 10.2 10.2 0 0 0-3.6-.58m0 .22a8.3 8.3 0 0 1 3.37.55c.08.03.13.05.19.07a4 4 0 0 0 .83.11 2.5 2.5 0 0 0 .39-.03 18 18 0 0 1 2.62-.21 8.3 8.3 0 0 1 3.63.67c.1.04.16.07.22.09a1 1 0 0 0 .32.04 3.4 3.4 0 0 0 .72-.1c.1-.02.2-.04.27-.05a1.2 1.2 0 0 1 .11.72 1.1 1.1 0 0 1-.36.21 1.4 1.4 0 0 0-.34.18 3.7 3.7 0 0 0-.59 1.02 11 11 0 0 1-1.07 1.86c-.11.13-.5.26-1.29.26a6.2 6.2 0 0 1-2.94-.62 3.5 3.5 0 0 1-.61-1.6 3.36 3.36 0 0 0-.72-1.71.88.88 0 0 0-.56-.11h-.34c-.31 0-.44.36-.67 1.02a4.43 4.43 0 0 1-1.24 2.14 6.7 6.7 0 0 1-2.21.35 2.74 2.74 0 0 1-1.74-.44A5.37 5.37 0 0 1 8.246 9.1a1 1 0 0 1-.02-.1c-.05-.21-.25-.33-.42-.44a1 1 0 0 1-.2-.15 1.1 1.1 0 0 1 .07-.58 2 2 0 0 1 .31.04 5 5 0 0 0 .71.08.9.9 0 0 0 .23-.02 21 21 0 0 1 2.74-.21" style="fill:#1a1a1a"/></g><g style="clip-path:url(#A)"><g style="opacity:.5"><path d="M9.226 9.07c-.1.13-.16 2.07.66 2.59a6.06 6.06 0 0 0 3.27.02 3.48 3.48 0 0 0 1.21-2.51c-.33-.44-2.69-1.02-4.46-.56a1.64 1.64 0 0 0-.68.46Z" style="fill:none;stroke:#333;stroke-miterlimit:10"/></g></g><path d="M9.226 9.07c-.1.13-.16 2.07.66 2.59a6.06 6.06 0 0 0 3.27.02 3.48 3.48 0 0 0 1.21-2.51c-.33-.44-2.69-1.02-4.46-.56a1.55 1.55 0 0 0-.68.46" style="fill:#fff"/><g style="clip-path:url(#B)"><g style="opacity:.5"><path d="M22.6 9.91c.09.14-.11 2.07-.98 2.49a6.2 6.2 0 0 1-3.24-.4 3.5 3.5 0 0 1-.89-2.65c.38-.39 2.8-.66 4.5.02a1.7 1.7 0 0 1 .61.54Z" style="fill:none;stroke:#333;stroke-miterlimit:10"/></g></g><path d="M22.6 9.92c.09.14-.11 2.07-.98 2.49a6.2 6.2 0 0 1-3.24-.4 3.5 3.5 0 0 1-.89-2.65c.38-.39 2.8-.66 4.5.02a1.5 1.5 0 0 1 .61.54" style="fill:#fff"/><path d="M11.816 10.25c-.05.43-.27.74-.48.71s-.32-.39-.26-.82.27-.74.48-.71.32.39.26.82M20.546 10.73c.04.43-.09.79-.28.81-.21.02-.4-.31-.45-.73s.09-.79.28-.81.39.31.45.73"/><g style="clip-path:url(#C)"><g style="opacity:.300000011920929"><path d="M7.616 8.23c.25.16.48.07.54.39s.81 3.17 1.75 3.5a6.02 6.02 0 0 0 3.75-.15c.26-.16 1.5-2.93 1.71-3.04a1.9 1.9 0 0 1 1.01.08c.43.19 1.21 3.18 1.42 3.34.95.67 4 .61 4.15.44.15-.19 1.29-2.8 1.5-2.95.3-.23.98-.38 1.01-.28s-.56.2-.73.4a23 23 0 0 1-1.69 2.94 6 6 0 0 1-4.39-.37c-.65-.46-.9-3.18-1.41-3.34a1.36 1.36 0 0 0-.82-.02c-.32.21-.77 2.53-1.72 3.11-.38.23-3.35.81-4.23-.12-1.65-1.73-1.15-3.27-1.69-3.49-.36-.15-.44-.35-.44-.48.03-.16.15-.05.28.04" style="fill:#333"/></g></g><g style="clip-path:url(#D)"><g style="opacity:.300000011920929"><path d="M7.646 7.65a4 4 0 0 0 1.08.3 5 5 0 0 0 1.09-.32c.16-.05-.85.13-1.11.12-.24-.01-.96-.07-1.06-.1" style="fill:#333"/></g></g><g style="clip-path:url(#E)"><g style="opacity:.300000011920929"><path d="M14.746 8.16c.32.14.46.5.77.54a1.8 1.8 0 0 0 .85-.01 4.3 4.3 0 0 1 .73-.35 11 11 0 0 1-1.36.11 8 8 0 0 1-.99-.29" style="fill:#333"/></g></g><g style="clip-path:url(#F)"><g style="opacity:.300000011920929"><path d="M22.506 8.58c-.13-.05.48.44.67.42a4 4 0 0 0 .66-.28 4 4 0 0 1-.6.08 4 4 0 0 1-.73-.22" style="fill:#333"/></g></g><g style="clip-path:url(#G)"><g style="opacity:.300000011920929"><path d="M8.886 8.78c.81-.8 2.74-.53 3.09-.46-2.31.16-2.35.34-2.76.74a4.9 4.9 0 0 0 .23 2.29 3.47 3.47 0 0 1-.56-2.57" style="fill:#333"/></g></g><g style="clip-path:url(#H)"><g style="opacity:.300000011920929"><path d="M23.046 9.65c-.7-.9-2.64-.89-3-.85 2.26.47 2.29.65 2.64 1.11a4.74 4.74 0 0 1-.51 2.23 3.76 3.76 0 0 0 .87-2.49" style="fill:#333"/></g></g><g style="clip-path:url(#I)"><path d="M9.246 10.4c.08-.94.16-1.71 2.04-1.76 1.5-.04 2.69.31 2.86.67a2.8 2.8 0 0 1-.72 2.16c.48-.43 1.25-2.12.92-2.33a6.7 6.7 0 0 0-4.53-.48 1.6 1.6 0 0 0-.6.44 5 5 0 0 0 .03 1.3" style="fill:#d0dddc"/></g><g style="clip-path:url(#J)"><path d="M9.306 10.47c.28 1.84 3.64 1.28 3.84 1.2a4.7 4.7 0 0 1-3.23.02c-.59-.22-.64-1.43-.61-1.22" style="fill:#d0dddc"/></g><g style="clip-path:url(#K)"><path d="M22.446 11.22c.04-.95.04-1.71-1.79-1.99-1.48-.23-2.7-.03-2.92.31a2.77 2.77 0 0 0 .46 2.23c-.43-.49-.98-2.25-.62-2.43a6.7 6.7 0 0 1 4.55.08 1.7 1.7 0 0 1 .55.51 7.3 7.3 0 0 1-.23 1.29" style="fill:#d0dddc"/></g><g style="clip-path:url(#L)"><path d="M22.376 11.28c-.5 1.78-3.77.82-3.96.72a4.77 4.77 0 0 0 3.21.43c.61-.16.82-1.36.75-1.15" style="fill:#d0dddc"/></g><g style="clip-path:url(#M)"><g style="opacity:.25"><path d="M11.766 9.7a.11.11 0 0 0-.11-.11.11.11 0 0 0 0 .22.1.1 0 0 0 .11-.11" style="fill:#fff"/></g></g><g style="clip-path:url(#N)"><g style="opacity:.25"><path d="M20.406 10.21a.11.11 0 0 0-.22 0 .1.1 0 0 0 .11.11.11.11 0 0 0 .11-.11" style="fill:#fff"/></g></g><g style="clip-path:url(#O)"><g style="opacity:.100000001490116"><path d="M7.676 8.11a.7.7 0 0 0 .78.28c3.4-.44 5.28-.43 6.22.44.2.19.09-.56-.28-.66a10.7 10.7 0 0 0-5.38-.02 8 8 0 0 1-1.34-.04" style="fill:#d0dddc"/></g></g><g style="clip-path:url(#P)"><g style="opacity:.100000001490116"><path d="M17.086 8.55c-.08.08-.04.86.33.57 1.07-.85 3.32-.66 4.88-.13-.25-.49-2.08-.83-3.11-.82a6.2 6.2 0 0 0-2.1.38" style="fill:#d0dddc"/></g></g><path d="M23.566 9.18c0 .03-.18.05-.38.05s-.38-.02-.38-.05.18-.05.38-.05.38.02.38.05M8.816 8.23c0 .03-.18.03-.38 0s-.37-.09-.36-.12.18-.03.38 0 .37.08.36.12" style="fill:#d0dddc"/><path d="M30 25.77a1 1 0 0 0-1.01-.96 1 1 0 0 0-.44.09l-.09.04-.08.05a1.8 1.8 0 0 1-.46.25 2.4 2.4 0 0 1 .02-.46v-.02c.12-1.17-.12-1.86-.73-2.04a1.1 1.1 0 0 0-.32-.04 1.63 1.63 0 0 0-.91.33 1.04 1.04 0 0 0-.85-.35 1.18 1.18 0 0 0-1.17.68 2 2 0 0 0-.07.2 1.72 1.72 0 0 0-1.62-1 2.6 2.6 0 0 0-1.37.39c-.01.01-.02.01-.03.02a4 4 0 0 0-1.3 1.5 2.4 2.4 0 0 0-1.06-1.37l-.01-.01c-.02-.01-.03-.02-.04-.02a5.28 5.28 0 0 0 .78-3.67c-.33-1.38-1.14-1.58-1.59-1.58a1.7 1.7 0 0 0-.58.1h-.02a2.85 2.85 0 0 0-1.31.96 8.6 8.6 0 0 0-1.25 3.63c-.02.23-.05.47-.08.71a1.22 1.22 0 0 0-.69-.46 1.2 1.2 0 0 0-.33-.04 1.6 1.6 0 0 0-1.06.48.99.99 0 0 0-.78-.44h-.08a1.8 1.8 0 0 0-1.19.47 1.08 1.08 0 0 0-.94-.54h-.17a1.18 1.18 0 0 0-1.17.7 1 1 0 0 0-.04.13 2.08 2.08 0 0 0-1.75-.8h-.08a2.66 2.66 0 0 0-2.35 1.82 4.7 4.7 0 0 0-.26.74.86.86 0 0 0-.4-.09.94.94 0 0 0-.79.42 1.6 1.6 0 0 0-.28 1.3 1.03 1.03 0 0 0 .61.66 9 9 0 0 0 .86.28 2.86 2.86 0 0 0 .94 1.15 2.14 2.14 0 0 0 1.33.4 4.75 4.75 0 0 0 1.85-.43l.03-.02.01-.01a1.2 1.2 0 0 0 .68.36 1.6 1.6 0 0 0 .33.03 1.35 1.35 0 0 0 1.14-.71 1.45 1.45 0 0 0 1.27.62c.03 0 .05.02.1.02a1.06 1.06 0 0 0 .95-.59 1.39 1.39 0 0 0 1.26.71 2.3 2.3 0 0 0 .98-.24l.02-.01c.16-.09.3-.16.4-.22a3.3 3.3 0 0 0 1.59.4 2 2 0 0 0 .35-.02h.06a12.3 12.3 0 0 0 2.91-.89 2.74 2.74 0 0 0 1.88.92c.1.01.2.01.3.01a3.76 3.76 0 0 0 1.73-.43 1.5 1.5 0 0 0 .53.36 1.1 1.1 0 0 0 .4.08c.89 0 1.3-1.05 1.41-1.41l.21-.57a1.65 1.65 0 0 0 .73.45 2.3 2.3 0 0 0 .53.08 3.8 3.8 0 0 0 2.06-.81 1.46 1.46 0 0 0 .5-1.29" style="fill:#fff"/><path d="M21.066 26.06a1.9 1.9 0 0 1 .34-1.27c.46-.83.81-.38.81-.38a.836.836 0 0 1-.05 1.06 1.35 1.35 0 0 1-1.1.59m-3.52.6a1.3 1.3 0 0 1-1.79.81 3.9 3.9 0 0 1 .27-1.86c.41-1.37 1.38-.83 1.38-.83s.67.51.14 1.88m-.95-5.74s.79-2.07.98-1.06-1.66 3.99-1.66 3.99a22 22 0 0 1 .68-2.93m-11.32 5.14c.03-1.32.9-1.9 1.2-1.62s.2.92-.38 1.3c-.56.4-.82.32-.82.32m23.99-.22a.306.306 0 0 0-.45-.28 2.15 2.15 0 0 1-1.21.45c-.57-.05-.38-1.32-.38-1.32s.12-1.17-.21-1.27-.74.31-.74.31a4.3 4.3 0 0 0-.76 1.29l-.07.02a9 9 0 0 0-.01-1.56c-.07-.14-.68-.13-.78.12a15 15 0 0 0-.62 2.79 4.8 4.8 0 0 1-1.79.95c-.84.13-1.04-.39-1.04-.39s2.28-.63 2.2-2.45-1.84-1.15-2.04-1a3.55 3.55 0 0 0-1.52 2.47c-.01.05-.03.32-.03.32a8 8 0 0 1-1.37.74s1.37-2.31-.31-3.36c-.76-.46-1.37.5-1.37.5s2.27-2.52 1.76-4.65c-.24-1.02-.74-1.13-1.21-.96a2.07 2.07 0 0 0-.97.69 7.7 7.7 0 0 0-1.13 3.3c-.21 1.98-.53 4.35-.53 4.35a1.66 1.66 0 0 1-.83.45c-.4.02-.22-1.19-.22-1.19s.31-1.85.28-2.17-.04-.48-.42-.59c-.36-.11-.77.36-.77.36s-1.06 1.61-1.15 1.85l-.05.1-.05-.07s.74-2.19.03-2.22-1.18.78-1.18.78-.81 1.37-.84 1.52l-.05-.07a10.7 10.7 0 0 0 .27-1.98.36.36 0 0 0-.44-.31s-.47-.05-.59.25a22 22 0 0 0-.62 2.93 4.6 4.6 0 0 1-1.94.84c-.77.01-.69-.49-.69-.49s2.82-.96 2.06-2.88a1.37 1.37 0 0 0-1.31-.63 1.98 1.98 0 0 0-1.7 1.38 3.3 3.3 0 0 0-.31 1.3 1.17 1.17 0 0 1-.8-.12c-.27-.22-.43 0-.43 0s-.47.67-.01.84a11 11 0 0 0 1.16.35 2.05 2.05 0 0 0 .81 1.18c.83.63 2.44-.1 2.44-.1L8 27.82s.02.59.5.68.68-.01 1.52-2.04c.49-1.04.53-.98.53-.98l.05-.01a10.5 10.5 0 0 0-.23 2.52.74.74 0 0 0 .78.48s.35.12.62-.86a13 13 0 0 1 .81-2.01h.07a7 7 0 0 0 .12 2.63c.36.65 1.28.2 1.28.2a6 6 0 0 0 .74-.44 2.64 2.64 0 0 0 1.85.53 8.8 8.8 0 0 0 3.28-1.13 2.01 2.01 0 0 0 1.71 1.15 2.83 2.83 0 0 0 2.28-.82.89.89 0 0 0 .5.81c.51.21.86-.91.86-.91l.86-2.31h.08s.04 1.48.9 1.72 1.96-.61 1.96-.61.26-.13.2-.58" style="fill:#e24b31"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m22.116 11.554-6.14 3.218-6.14-3.218 6.14-3.168Z" style="fill:none"/><path d="m15.975 2 12.281 6.361v6.411L15.975 8.361l-12.28 6.411V8.361L9.86 5.168z" style="fill:#232f3f"/><path d="M15.975 14.772 3.695 8.411v6.361l12.281 6.411 12.281-6.411V8.411Z" style="fill:#f1626b"/><path d="M22.116 20.421 9.811 26.782 16 30l12.305-6.386Z" style="fill:#ef4551"/><path d="m3.695 17.228 12.281 6.361V30L3.695 23.589Z" style="fill:#f1626b"/></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="c" x1="-403.546" x2="-403.376" y1="-337.031" y2="-337.031" gradientTransform="scale(180.004 -180.004)rotate(57.433 -509.183 199.746)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#e6e6e6"/></linearGradient><linearGradient id="a" x1="-403.546" x2="-403.376" y1="-337.033" y2="-337.033" gradientTransform="scale(180.004 -180.004)rotate(57.433 -509.183 199.746)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#949494"/><stop offset="1" stop-color="#8c8c8c"/></linearGradient><linearGradient xlink:href="#a" id="d" x1="-403.546" x2="-403.376" y1="-336.987" y2="-336.987"/><linearGradient id="e" x1="-405.673" x2="-405.503" y1="-336.64" y2="-336.64" gradientTransform="scale(-78.102 78.102)rotate(-45.304 200.718 -653.812)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b3b3b3"/><stop offset="1" stop-color="#f2f2f2"/></linearGradient></defs><path d="M24.037 2.072h-.003l5.564 5.801v22.055H8.814V30H29.67V7.945z" style="fill:#949494"/><path d="M23.893 7.945V2.072l5.633 5.873zM23.965 2H8.742v1.432h13.719v6.832H8.742v19.664H29.6V7.873l-5.564-5.8z" style="fill:url(#c)"/><path d="M23.893 2.072v5.873h5.633z" style="fill:url(#a)"/><path d="M23.965 2v5.873h5.633z" style="fill:#fff"/><path d="M8.742 3.432H2.384v6.832h6.358z" style="fill:#949494"/><path d="M22.461 3.432H8.742v6.832h13.719z" style="fill:url(#d)"/><path d="M2.33 3.378h20.077v6.832H2.33z" style="fill:#030100"/><path d="M10.003 7.309H8.779v.834h1.371v.995H7.863V4.605h2.216v.989h-1.3v.733h1.224zM11.163 4.666a5.5 5.5 0 0 1 1.129-.094 1.43 1.43 0 0 1 1.078.356 1.56 1.56 0 0 1 .39 1.1 1.77 1.77 0 0 1-.329 1.116 1.42 1.42 0 0 1-1.139.471 2 2 0 0 1-.223-.014v1.54h-.906Zm.906 2a2 2 0 0 0 .207.014.564.564 0 0 0 .582-.632.5.5 0 0 0-.516-.565 1 1 0 0 0-.273.027ZM14.777 7.928a1.7 1.7 0 0 0 .886.283c.314 0 .466-.141.466-.37s-.152-.35-.536-.525a1.45 1.45 0 0 1-.957-1.365A1.32 1.32 0 0 1 16 4.531a1.75 1.75 0 0 1 .926.235l-.192.968a1.43 1.43 0 0 0-.744-.215c-.278 0-.43.135-.43.336 0 .229.182.323.612.538a1.4 1.4 0 0 1 .891 1.365 1.357 1.357 0 0 1-1.458 1.453 1.9 1.9 0 0 1-1-.283Z" style="fill:#fe7814"/><path d="M12.608 17.582s5.392-4.282 9.559-.15.18 9.739.18 9.739Z" style="fill:url(#e)"/><path d="m22.42 27.223-.147-.1c.039-.055 3.892-5.59-.17-9.623s-9.387.114-9.44.156l-.112-.141c.055-.043 5.5-4.287 9.678-.143s.231 9.795.191 9.851" style="fill:#666"/><path d="M22.04 11.447h.18v11.866h-.18z" style="fill:#999" transform="rotate(-45.103 22.129 17.38)"/><path d="M21.792 17.058h.749v.749h-.749z" style="fill:#fff"/><path d="M22.692 17.958h-1.051v-1.051h1.051Zm-.749-.3h.447v-.447h-.447Z" style="fill:gray"/><path d="M12.233 17.208h.749v.749h-.749z" style="fill:#fff"/><path d="M13.133 18.108h-1.051v-1.051h1.051Zm-.749-.3h.447v-.447h-.447Z" style="fill:gray"/><path d="M21.972 26.797h.749v.749h-.749z" style="fill:#fff"/><path d="M22.872 27.7h-1.051v-1.054h1.051Zm-.749-.3h.447v-.447h-.447Z" style="fill:gray"/><path d="M17.552 12.818h.749v.749h-.749zM25.958 21.193h.749v.749h-.749z" style="fill:#999"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M7.25 24.75h17.5L12.5 12.5l-5.25 5.25ZM2 30h28V2H16L2 16Zm25.375-2.625H4.625v-10.5l12.25-12.25h10.5Z" style="fill:#921a1e"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M6.388 23.867a11.01 11.01 0 0 1-3.441-8.234 10.77 10.77 0 0 1 2.864-7.5H2v15.73Zm20.066 0a16.4 16.4 0 0 0 2.537-3.136l-4.218-1.873a8.3 8.3 0 0 1-6.641 4.12c-4.359-.014-6.072-3.329-6.063-7.584H28.36a6.5 6.5 0 0 0 0-.935 9.06 9.06 0 0 0-2.029-6.326H30v15.73h-3.544ZM12.332 11.742a3.723 3.723 0 0 1 3.9-3.23 3.29 3.29 0 0 1 3.532 3.23Z" style="fill:#a2003e"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 8.133h28v15.734H2z" style="fill:#fff;stroke-width:1.09434807"/><path d="M6.388 23.867a11.01 11.01 0 0 1-3.441-8.234 10.77 10.77 0 0 1 2.864-7.5H2v15.73Zm20.066 0a16.4 16.4 0 0 0 2.537-3.136l-4.218-1.873a8.3 8.3 0 0 1-6.641 4.12c-4.359-.014-6.072-3.329-6.063-7.584H28.36a6.5 6.5 0 0 0 0-.935 9.06 9.06 0 0 0-2.029-6.326H30v15.73h-3.544ZM12.332 11.742a3.723 3.723 0 0 1 3.9-3.23 3.29 3.29 0 0 1 3.532 3.23Z" style="fill:#a2003e"/></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="#ffcf00"/><path fill="#191919" d="m18.2 23.8-2.4-2.4 5.5-5.5-5.5-5.5L18.2 8l7.8 7.8zm-8.4 0-2.4-2.4 5.5-5.5-5.5-5.5L9.8 8l7.8 7.8z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m29.832 16.7-6.354 10.717A1.26 1.26 0 0 1 22.36 28H9.647a1.26 1.26 0 0 1-1.118-.59l-6.356-10.7a1.26 1.26 0 0 1 0-1.272L8.527 4.676A1.34 1.34 0 0 1 9.647 4h12.709a1.34 1.34 0 0 1 1.118.678l6.354 10.786a1.2 1.2 0 0 1 0 1.238Zm-5.262 4.2v-9.614L16 6.466l-8.56 4.82V20.9L16 25.719Z" style="fill:#4b32c3"/><path d="m21.802 19.188-5.747 3.235-5.742-3.235v-6.47l5.742-3.236 5.747 3.236z" style="fill:#8080f2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M13.027 30 2.39 20.422l2.979-14L18.973 2l10.637 9.578-2.979 14zM7.883 18.642l6.342 5.7 8.112-2.642 1.781-8.344-6.343-5.712L9.663 10.3z" style="fill:#4b32c3"/><path d="M21.72 25.915H10.28L4.554 16l5.726-9.915h11.44L27.446 16zm-9.426-3.491h7.413L23.419 16l-3.712-6.424h-7.414L8.593 16l3.7 6.424Z" style="fill:#8080f2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.54 8.146v-1.6a1.027 1.027 0 1 1 2.017 0v1.6m-5.4 0v-1.6a1.016 1.016 0 0 1 .989-1.027.99.99 0 0 1 1.027.95v1.678m-5.441 0v-1.6a1.027 1.027 0 1 1 2.017 0v1.6m-5.4 0v-1.6a1.027 1.027 0 1 1 2.017 0v1.6m-5.441 0v-1.6a1.027 1.027 0 1 1 2.017 0v1.6m-5.441 0v-1.6a1.027 1.027 0 1 1 2.055 0v1.6M28.557 23.29v1.75a1.027 1.027 0 1 1-2.017 0v-1.75m-1.37 0v1.75a1.027 1.027 0 1 1-2.017 0v-1.75m-1.408 0v1.75a1.027 1.027 0 1 1-2.017 0v-1.75m-1.37 0v1.75a1.027 1.027 0 1 1-2.017 0v-1.75m-1.446 0v1.75a1.027 1.027 0 1 1-2.017 0v-1.75m-1.37.076v1.712a1.027 1.027 0 1 1-2.017 0v-1.712" style="fill:none;stroke:#eee;stroke-width:1.031628607691953px"/><path d="M29.089 8.146H9a.38.38 0 0 0-.381.381v14.459a.41.41 0 0 0 .381.342h20.089a.41.41 0 0 0 .381-.381V8.488a.41.41 0 0 0-.381-.381Z" style="stroke:#eee;stroke-width:1.031628607691953px"/><path d="M22.354 15.452v-1.9h-.684v1.218l-2.587-2.587-4.376 4.376h1.1v2.968h6.545v-2.972h1.1Z" style="fill:#eee"/><path d="M8.542 22.453H2.53v-1.522h4.528v-1.446H2.53v-1.522h4.528v-1.484H2.53v-1.484h4.528v-1.446H2.53V8.983" style="fill:none;stroke:#eee;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.031628607691953px"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#6965db" d="M29.937 25.078a.19.19 0 0 0-.185-.042c-1.464-2.162-3.325-4.213-5.128-6.193l-.297-.325a.17.17 0 0 0-.042-.105.2.2 0 0 0-.118-.07l-.06-.063-.042-.031c-.052-.112-.185-.196-.332-.122-.551.283-1.047.688-1.536 1.062-.654.5-1.293 1.02-1.894 1.579a6 6 0 0 0-.688.73c-.098.129-.024.251.095.303q-.64.63-1.286 1.307a.2.2 0 0 0-.056.154.2.2 0 0 0 .077.143l.755.576s.003.01.01.014c1.08 1.065 2.973 2.543 4.978 4.108q.446.351.897.702.204.247.392.49a.2.2 0 0 0 .279.038c.045.034.09.073.136.108a.2.2 0 0 0 .28-.035.2.2 0 0 0 .038-.108c.014 0 .025.01.035.01a.2.2 0 0 0 .147-.063l3.556-3.884a.196.196 0 0 0-.014-.28zm-10.21-1.345q.037.047.073.088c.406.342.839.712 1.279 1.09l-1.789-1.366-.181-.126a2 2 0 0 1-.108-.084l-.133-.112s.024-.024.035-.038l.122-.123c.6-.607 1.631-1.62 2.162-2.116-.562.566-1.7 2.225-1.456 2.787zm6.123 4.824-1.474-1.125a37 37 0 0 0-1.83-1.757c.796.615 1.477 1.135 1.579 1.226.772.689.737.563 1.268 1.017l.639.464c-.063.056-.126.116-.185.172zm.37.283-.027-.02q.086-.067.17-.134l-.139.154zM2.843 6.031l.14.737c.24 1.292.464 2.456.89 3.34l.168.67c.066.255.16.573.248.64.995.88 2.522 2.193 4.153 3.43a.2.2 0 0 0 .245-.004q.006.01.014.014a.2.2 0 0 0 .132.052.19.19 0 0 0 .147-.066c2.089-2.323 3.643-4.234 4.75-5.834a.44.44 0 0 0 .102-.293c.07-.084.143-.168.21-.237a.195.195 0 0 0-.035-.3.2.2 0 0 0-.06-.127 95 95 0 0 0-1.208-1.145 104 104 0 0 1-2.715-2.624L10 4.264a.2.2 0 0 0-.077-.05c-.388-.136-1.184-.272-2.186-.447-1.475-.251-3.493-.6-5.31-1.142h-.014v-.003s-.007 0-.01.007h-.004l.014-.007s-.108.003-.13.014a.2.2 0 0 0-.065.052c-.018.021-.032.042-.165.07-.132.028.028 0 .039 0h-.039v.01c.025.12.018.203.056.34-.007.034.074.356.084.387l.64 2.536zm10.81 2.284-.013.018-.224-.248q.114.107.238.23zm-2.476 3.28-.035.042-.007-.007q.02-.017.045-.034zm-1.415-7.02c.123.122.608.576.72.688-.507-.231-1.768-.818-2.354-1.006.576.1 1.372.23 1.634.317zm-6.7-.968c.294.503.525 2.267.755 3.982-.13-.552-.24-1.09-.346-1.607-.181-.894-.349-1.694-.583-2.403q.075.006.171.017-.002.006.007.01zm-.1-.423q-.122-.012-.217-.017-.01-.021-.014-.042l.23.063zm-.776.157v-.007zm27.434-.412c.014-.08-.384-.433-.259-.44.297-.014.3-.471 0-.458-.394.021-.793.112-1.177.186q-1.036.195-2.068.422a85 85 0 0 0-4.576 1.087c-.475.129-.999.244-1.435.475-.147.076-.14.234-.06.331a.3.3 0 0 1-.097.032q-.195.035-.388.066a.198.198 0 0 0-.136.3c-.81 1.084-1.733 2.25-2.732 3.476a351 351 0 0 0-3.046 3.543c-3.287 3.863-7.014 8.243-11.143 12.1a.2.2 0 0 0-.01.279.2.2 0 0 0 .066.045l-.168.154a.18.18 0 0 0-.056.112l-.08.087a.2.2 0 0 0 .01.28.2.2 0 0 0 .28-.01l.042-.046a.293.293 0 0 1 .426 0l.681.73-.482-.402a.2.2 0 0 0-.28.024.2.2 0 0 0 .025.28l5.177 4.342a.2.2 0 0 0 .269-.014l.126-.126a.2.2 0 0 0 .22-.042c7.017-7.049 12.669-12.376 19.142-17.137a.2.2 0 0 0 .08-.178.2.2 0 0 0 .168-.136c1.194-3.654 1.425-6.889 1.495-8.478a.1.1 0 0 1 .007-.024q.01-.027.014-.05l.017-.065a.95.95 0 0 0-.052-.751zM17.072 8.647q.471-.54.933-1.055C15.993 10.24 12.66 14.32 7.942 19.168c3.213-3.555 6.451-7.24 9.13-10.52zM5.702 27.094l-.01-.01.07.014a.2.2 0 0 0-.06 0zm2.41 2.243-.017-.014.01-.01c.007 0 .01.006.014.006 0 .007-.007.01-.01.018zm2.92-2.519.482-.503a.1.1 0 0 1 .01.018c-.163.16-.328.325-.495.485zm.783-.772.304-.356q.004-.006.014-.014a201 201 0 0 1 3.555-3.58l.025-.021.95-.727a520 520 0 0 0-4.848 4.702zm7.562-19.519c-.65.846-1.362 1.942-1.966 2.82-1.908 2.762-8.048 9.528-8.185 9.657-.946.916-3.8 3.654-5.62 5.37a1 1 0 0 0-.119.122.277.277 0 0 1 .01-.395c8.67-8.174 13.93-14.982 16.069-17.947-.046.115-.084.24-.192.38zm5.767 2.48-.003.007c0-.007-.007-.024.003-.007m-2.375 1.51c-.79-.458-1.16-1.143-.947-1.834l.067-.23q.041-.1.098-.2c.206-.342.52-.646.88-.824q.026-.01.052-.014a.3.3 0 0 1-.014-.15c.018-.109.088-.203.23-.203.235 0 .961.216 1.237.454q.127.1.238.22c.105.122.258.321.335.465.046.02.08.216.133.317q.073.242.063.49c0 .006 0 .006.003.01-.01.024 0 .13-.014.14-.035.251-.126.5-.262.716q-.019.027-.038.056c0 .003-.007.007-.01.014a1.6 1.6 0 0 1-.378.394c-.44.311-.953.406-1.467.276a2 2 0 0 1-.2-.087zm5.683-.57c-.171.716-.38 1.464-.629 2.229-.01.028-.01.055-.01.08a.2.2 0 0 0-.094.038 106 106 0 0 0-4.535 3.532 250 250 0 0 1 3.923-3.476 2.24 2.24 0 0 0 .737-1.306l.196-1.178.01-.035c.088-.248.468-.14.409.116z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="4.494" x2="13.832" y1="-2092.086" y2="-2075.914" gradientTransform="translate(0 2100)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#18884f"/><stop offset=".5" stop-color="#117e43"/><stop offset="1" stop-color="#0b6631"/></linearGradient></defs><path d="M19.581 15.35 8.512 13.4v14.409A1.19 1.19 0 0 0 9.705 29h19.1A1.19 1.19 0 0 0 30 27.809V22.5Z" style="fill:#185c37"/><path d="M19.581 3H9.705a1.19 1.19 0 0 0-1.193 1.191V9.5L19.581 16l5.861 1.95L30 16V9.5Z" style="fill:#21a366"/><path d="M8.512 9.5h11.069V16H8.512Z" style="fill:#107c41"/><path d="M16.434 8.2H8.512v16.25h7.922a1.2 1.2 0 0 0 1.194-1.191V9.391A1.2 1.2 0 0 0 16.434 8.2" style="opacity:.10000000149011612;isolation:isolate"/><path d="M15.783 8.85H8.512V25.1h7.271a1.2 1.2 0 0 0 1.194-1.191V10.041a1.2 1.2 0 0 0-1.194-1.191" style="opacity:.20000000298023224;isolation:isolate"/><path d="M15.783 8.85H8.512V23.8h7.271a1.2 1.2 0 0 0 1.194-1.191V10.041a1.2 1.2 0 0 0-1.194-1.191" style="opacity:.20000000298023224;isolation:isolate"/><path d="M15.132 8.85h-6.62V23.8h6.62a1.2 1.2 0 0 0 1.194-1.191V10.041a1.2 1.2 0 0 0-1.194-1.191" style="opacity:.20000000298023224;isolation:isolate"/><path d="M3.194 8.85h11.938a1.193 1.193 0 0 1 1.194 1.191v11.918a1.193 1.193 0 0 1-1.194 1.191H3.194A1.19 1.19 0 0 1 2 21.959V10.041A1.19 1.19 0 0 1 3.194 8.85" style="fill:url(#a)"/><path d="m5.7 19.873 2.511-3.884-2.3-3.862h1.847L9.013 14.6c.116.234.2.408.238.524h.017q.123-.281.26-.546l1.342-2.447h1.7l-2.359 3.84 2.419 3.905h-1.809l-1.45-2.711A2.4 2.4 0 0 1 9.2 16.8h-.024a1.7 1.7 0 0 1-.168.351l-1.493 2.722Z" style="fill:#fff"/><path d="M28.806 3h-9.225v6.5H30V4.191A1.19 1.19 0 0 0 28.806 3" style="fill:#33c481"/><path d="M19.581 16H30v6.5H19.581Z" style="fill:#107c41"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M28.781 4.405h-10.13V2.018L2 4.588v22.527l16.651 2.868v-3.538h10.13A1.16 1.16 0 0 0 30 25.349V5.5a1.16 1.16 0 0 0-1.219-1.095m.16 21.126H18.617l-.017-1.889h2.487v-2.2h-2.506l-.012-1.3h2.518v-2.2H18.55l-.012-1.3h2.549v-2.2H18.53v-1.3h2.557v-2.2H18.53v-1.3h2.557v-2.2H18.53v-2h10.411Z" style="fill:#20744a;fill-rule:evenodd"/><path d="M22.487 7.439h4.323v2.2h-4.323zM22.487 10.94h4.323v2.2h-4.323zM22.487 14.441h4.323v2.2h-4.323zM22.487 17.942h4.323v2.2h-4.323zM22.487 21.443h4.323v2.2h-4.323z" style="fill:#20744a"/><path d="m6.347 10.673 2.146-.123 1.349 3.709 1.594-3.862 2.146-.123-2.606 5.266 2.606 5.279-2.269-.153-1.532-4.024-1.533 3.871-2.085-.184 2.422-4.663z" style="fill:#fff;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M3.979 20.059 11.252 6.2l7.155-3.835 2.127 1.074-7.112 4.018 7.349 22.088-2.364-1.375-5.5-12.677-7.22 5.479Z" style="fill:#fff"/><ellipse cx="25.24" cy="13.967" rx="2.686" ry="2.503" style="fill:#fff"/><path d="M27.2 12.85a2.433 2.433 0 0 0-4.158.3 2.19 2.19 0 0 0 .419 2.449A3.546 3.546 0 0 0 27.2 12.85M19.976 3.4l-1.547-.849L11.693 6.3l.537.29 1.02.537L15.1 6.1l4.878-2.718Zm.623-.258a.24.24 0 0 1 .172.161l2.256 6.657a.223.223 0 0 1-.108.29 4.36 4.36 0 0 0-2.105 4.985 4.61 4.61 0 0 0 4.92 3.244.28.28 0 0 1 .279.172l2.331 6.833a.275.275 0 0 1-.107.3l-7.166 4.189a.3.3 0 0 1-.107.022.3.3 0 0 1-.193-.032l-2.514-1.58a.25.25 0 0 1-.108-.107l-4.909-11.29-7.478 4.254a.3.3 0 0 1-.053.022.26.26 0 0 1-.237-.011l-1.7-.967a.247.247 0 0 1-.108-.322L10.93 6.178a.26.26 0 0 1 .118-.107l7.241-4.039a.27.27 0 0 1 .258 0Zm-8.982 3.702-.354-.182-7 13.332 1.279.72 6.037-7.9a.3.3 0 0 1 .248-.108.3.3 0 0 1 .214.161l6.575 15.148 1.757 1.085-7.058-20.633-.3-.86-1.407-.773Zm10.829 7.95a2.73 2.73 0 0 1 1.343-3.115 2.965 2.965 0 0 1 3.481.43 2.717 2.717 0 0 1 .078 3.843q-.037.039-.078.078a2.932 2.932 0 0 1-4.824-1.236" style="fill:#4630eb"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.81 4.58c-1.24.78-3 2-5.37 3.51a60 60 0 0 0-5.83 4.18c-.81.84-1.45 3-2.94 4.82a23.7 23.7 0 0 1-3.2 3.29 9.8 9.8 0 0 0 3.2-1.23 12.6 12.6 0 0 0 3.33-2.8 18 18 0 0 1 1.35-1.86c1.18-1.12 5.31-2.8 7.83-3.6s3.1-.31 5.6-.78a9.7 9.7 0 0 0 3.37-1L30 3.4l-9.19 3.39Z" style="fill:#e24329"/><path d="m30 10.55-3.51 6.12h-2.8L16 15.12v-1L19.57 12l2.62-.42Zm-17.12 6.18-.31 3.09-1.63.48-1.71-.57Z" style="fill:#fc6d26"/><path d="M3.47 21a2.34 2.34 0 0 0-.28 1c0 .45-1.19.7-1.19 2.11a3.65 3.65 0 0 0 1.87 2.9l2.47 1.59A3.5 3.5 0 0 1 6 26.87a1.5 1.5 0 0 1 .79-1.35c.67-.53 6.77-1.59 8.59-1.33a5.92 5.92 0 0 1 3.37 1.87L27 20l-2.13-1.94h-1.4l-1.94-.93h-5.61l-2.36 4.93q-4.72-.23-5.67-.34c-.64-.08-2.1-.29-4.42-.72" style="fill:#fca326"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 3.27A1.27 1.27 0 0 0 28.73 2H3.27A1.27 1.27 0 0 0 2 3.27v25.46A1.27 1.27 0 0 0 3.27 30h25.46A1.27 1.27 0 0 0 30 28.73z"/><circle cx="15.92" cy="8.75" r="1.87" style="fill:#21ffc9"/><circle cx="8.38" cy="16" r="1.87" style="fill:#fff"/><circle cx="15.92" cy="23.3" r="1.87" style="fill:#f37"/><path d="M6.51 6.87h3.75v3.75H6.51z" style="fill:#f37"/><path d="M21.59 14.15h3.75v3.75h-3.75z" style="fill:#21ffc9"/><path d="M21.59 21.42h3.75v3.75h-3.75zM13.8 17.86l2.13-3.75 2.14 3.75Z" style="fill:#fff"/><path d="m21.34 10.62 2.13-3.75 2.13 3.75Z" style="fill:#f37"/><path d="m6.25 25.17 2.13-3.75 2.14 3.75Z" style="fill:#21ffc9"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m4.682 2 14.035 11.191 2.428-3.122 6.173-1.248-3.118 5.133v6.589L7.341 30l4.439-7.237L16 20.058l-4.22.971-3.953-6.451L15.6 16.59l-8.67-4.232Z" style="fill:#323fcb"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-66.775" x2="-66.775" y1="-171.703" y2="-171.817" gradientTransform="matrix(240 0 0 -240 16042 -41206)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ec790f"/><stop offset="1" stop-color="#f51032"/></linearGradient></defs><rect width="28" height="28" x="2" y="2" rx="1.75" ry="1.75" style="fill:url(#a)"/><path d="m16 22.625-6.489 3.408 1.239-7.218-5.25-5.111 7.255-1.054L16 6.083l3.245 6.567 7.255 1.054-5.25 5.111 1.239 7.218z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.597 2 8.252 6.378l-.371 2.704.014 18.365L16.419 30" style="fill:#008f90;opacity:.75;isolation:isolate"/><path d="M7.895 11.896v3.033l5.435 2.746 3.157 2.031.043-7.817z" style="fill:#00393a"/><path d="m16.53 11.889-.043 7.817 6.904-2.663.755-5.161z" style="fill:#008f90"/><path d="m8.225 6.378-.371 2.691 8.702-.605L16.597 2z" style="fill:#004748"/><path d="M22.375 3.222 16.597 2l-.041 6.464 7.549-1.276z" style="fill:#009b9d"/><path d="m8.252 6.378-.371 2.704.014 18.365 8.647-15.551z" style="fill:#002526;opacity:.7000000000000001;isolation:isolate"/><path d="m7.895 27.447 4.735 1.414L16.419 30l.123-18.104z" style="fill:#006c6e;opacity:.5;isolation:isolate"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M11.84 29.2c1.17.47 2.44.75 3.78.8 1.81.06 3.52-.31 5.06-1.02-1.84-.72-3.51-1.78-4.93-3.1a8.48 8.48 0 0 1-3.9 3.32Z" style="fill:#ff9100"/><path d="M15.74 25.88c-3.25-3-5.22-7.35-5.05-12.12 0-.15.01-.31.02-.46a8.495 8.495 0 0 0-4.39.05c-.87 1.52-1.39 3.26-1.46 5.13-.17 4.82 2.75 9.03 6.98 10.73a8.37 8.37 0 0 0 3.9-3.32Z" style="fill:#ffc400"/><path d="M15.74 25.88a8.4 8.4 0 0 0 1.27-4.15c.14-4.02-2.56-7.47-6.3-8.44 0 .15-.02.31-.02.46a15.69 15.69 0 0 0 5.05 12.12Z" style="fill:#ff9100"/><path d="M16.59 2c-2.13 1.7-3.81 3.95-4.83 6.54a15.6 15.6 0 0 0-1.05 4.75 8.41 8.41 0 0 1 6.3 8.44 8.27 8.27 0 0 1-1.27 4.15 15.8 15.8 0 0 0 4.93 3.1c3.7-1.71 6.32-5.38 6.47-9.73.1-2.82-.98-5.33-2.51-7.45-1.62-2.24-8.04-9.79-8.04-9.79Z" style="fill:#dd2c00"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M11.84 29.2c1.17.47 2.44.75 3.78.8 1.81.06 3.52-.31 5.06-1.02-1.84-.72-3.51-1.78-4.93-3.1a8.48 8.48 0 0 1-3.9 3.32Z" style="fill:#ff9100"/><path d="M15.74 25.88c-3.25-3-5.22-7.35-5.05-12.12 0-.15.01-.31.02-.46a8.495 8.495 0 0 0-4.39.05c-.87 1.52-1.39 3.26-1.46 5.13-.17 4.82 2.75 9.03 6.98 10.73a8.37 8.37 0 0 0 3.9-3.32Z" style="fill:#ffc400"/><path d="M15.74 25.88a8.4 8.4 0 0 0 1.27-4.15c.14-4.02-2.56-7.47-6.3-8.44 0 .15-.02.31-.02.46a15.69 15.69 0 0 0 5.05 12.12Z" style="fill:#ff9100"/><path d="M16.59 2c-2.13 1.7-3.81 3.95-4.83 6.54a15.6 15.6 0 0 0-1.05 4.75 8.41 8.41 0 0 1 6.3 8.44 8.27 8.27 0 0 1-1.27 4.15 15.8 15.8 0 0 0 4.93 3.1c3.7-1.71 6.32-5.38 6.47-9.73.1-2.82-.98-5.33-2.51-7.45-1.62-2.24-8.04-9.79-8.04-9.79Z" style="fill:#dd2c00"/><circle cx="23" cy="23" r="7" style="fill:#fff"/><path d="M23 19.5c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5m-.35 6.28a2.8 2.8 0 0 1-2.38-3.41l1.68 1.68v.35c0 .39.32.7.7.7zm2.42-.89a.7.7 0 0 0-.67-.49h-.35v-1.05c0-.19-.16-.35-.35-.35h-2.1v-.7h.7c.19 0 .35-.16.35-.35v-.7h.7c.38 0 .7-.32.7-.7v-.14a2.796 2.796 0 0 1 1.02 4.48" style="fill:#5e5e5e"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M11.84 29.2c1.17.47 2.44.75 3.78.8 1.81.06 3.52-.31 5.06-1.02-1.84-.72-3.51-1.78-4.93-3.1a8.48 8.48 0 0 1-3.9 3.32Z" style="fill:#ff9100"/><path d="M15.74 25.88c-3.25-3-5.22-7.35-5.05-12.12 0-.15.01-.31.02-.46a8.495 8.495 0 0 0-4.39.05c-.87 1.52-1.39 3.26-1.46 5.13-.17 4.82 2.75 9.03 6.98 10.73a8.37 8.37 0 0 0 3.9-3.32Z" style="fill:#ffc400"/><path d="M15.74 25.88a8.4 8.4 0 0 0 1.27-4.15c.14-4.02-2.56-7.47-6.3-8.44 0 .15-.02.31-.02.46a15.69 15.69 0 0 0 5.05 12.12Z" style="fill:#ff9100"/><path d="M16.59 2c-2.13 1.7-3.81 3.95-4.83 6.54a15.6 15.6 0 0 0-1.05 4.75 8.41 8.41 0 0 1 6.3 8.44 8.27 8.27 0 0 1-1.27 4.15 15.8 15.8 0 0 0 4.93 3.1c3.7-1.71 6.32-5.38 6.47-9.73.1-2.82-.98-5.33-2.51-7.45-1.62-2.24-8.04-9.79-8.04-9.79Z" style="fill:#dd2c00"/><circle cx="23" cy="23" r="7" style="fill:#fff"/><path d="m23 23.35-3.15 1.4v-1.4l3.15-1.4 3.15 1.4v1.23-.26.44L23 23.36Zm0-3.85 3.15 1.4v1.4L23 20.9l-3.15 1.4v-1.4zm1.18 5.08 1.57.7-2.76 1.23v-1.4l1.18-.52Z" style="fill:#5e5e5e;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M17.58 4.24a2.1 2.1 0 1 1-2.1-2.1 2.1 2.1 0 0 1 2.1 2.1M15.48 8a2.19 2.19 0 1 0 2.19 2.18A2.19 2.19 0 0 0 15.48 8m0 5.86a2.27 2.27 0 1 0 2.27 2.27 2.26 2.26 0 0 0-2.27-2.27m0 6a2.18 2.18 0 1 0 2.19 2.18 2.18 2.18 0 0 0-2.19-2.18m0 6a2.1 2.1 0 1 0 2.1 2.1 2.1 2.1 0 0 0-2.1-2.1m5.79-18.14a2.47 2.47 0 1 0 2.46 2.46 2.47 2.47 0 0 0-2.46-2.46m0 5.86a2.55 2.55 0 1 0 2.55 2.55 2.55 2.55 0 0 0-2.55-2.55m0 6a2.46 2.46 0 1 0 2.46 2.46 2.47 2.47 0 0 0-2.46-2.46m5.93-6.28a2.83 2.83 0 1 0 2.8 2.83 2.82 2.82 0 0 0-2.8-2.83m-17.57-5a1.91 1.91 0 1 0 1.9 1.9 1.9 1.9 0 0 0-1.9-1.9m0 5.86a2 2 0 1 0 2 2 2 2 0 0 0-2-2m0 6a1.9 1.9 0 1 0 1.9 1.9 1.9 1.9 0 0 0-1.9-1.9m-5.86-5.74a1.71 1.71 0 1 0 1.7 1.71 1.7 1.7 0 0 0-1.7-1.71" style="fill:#00a9b9"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g fill="#fd3316"><path d="M16.531 14.811h-2.094a.087.087 0 0 0-.087.081l-.05.657-.003.017-2.895 10.105a.087.087 0 0 0 .084.111h1.518a.09.09 0 0 0 .084-.064l.815-2.99a.09.09 0 0 1 .084-.064h3.08c.039 0 .074.026.084.064l.834 2.991a.09.09 0 0 0 .084.064h1.678c.058 0 .1-.056.084-.112l-3.218-10.796a.084.084 0 0 0-.082-.064m-2.165 6.199 1.134-4.63 1.2 4.63zm6.305 4.772a.087.087 0 0 1-.087-.087l.009-6.521-.041-.884a.09.09 0 0 1 .054-.085c.299-.123 1.729-.682 3.125-.682 1.569 0 2.948.718 2.948 2.873v5.299a.087.087 0 0 1-.087.087h-1.627a.087.087 0 0 1-.087-.087v-5.324s.063-1.254-1.399-1.254c-.37 0-.85.11-1.027.162a.09.09 0 0 0-.063.084v6.332a.087.087 0 0 1-.087.087z"/><path d="M24.099 2H8.837v2.493H2.253v7.844h6.584V30h20.91V7.888zM7.696 8.94a.056.056 0 0 0-.056.056v1.981a.056.056 0 0 1-.056.056H6.547a.056.056 0 0 1-.056-.056V5.633c0-.031.025-.056.056-.056h2.654c.029 0 .053.022.056.05l.108.962a.056.056 0 0 1-.056.063H7.696a.056.056 0 0 0-.056.056v1.129c0 .031.025.056.056.056h1.462c.031 0 .056.025.056.056v.934a.056.056 0 0 1-.056.056H7.696zM28.747 29H9.837V12.337H21.56V4.493H9.837V3h13.679v5.415h5.231zM11.207 9.996h1.657c.034 0 .061.031.056.065l-.14.925a.056.056 0 0 1-.056.048H10.04a.056.056 0 0 1-.056-.056V5.633c0-.031.025-.056.056-.056h1.055c.031 0 .056.025.056.056V9.94c0 .031.025.056.056.056m2.14.967 1.125-4.892.001-.011.014-.427a.06.06 0 0 1 .058-.056h1.357c.027 0 .05.018.057.044l1.325 5.34a.058.058 0 0 1-.057.072h-1.051a.06.06 0 0 1-.057-.044l-.285-1.134a.06.06 0 0 0-.057-.044h-1.06a.06.06 0 0 0-.057.046l-.236 1.129a.06.06 0 0 1-.057.046h-.965c-.035.002-.063-.033-.055-.069"/><path d="m15.254 6.701-.366 2.05h.753z"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="305.289" x2="307.299" y1="875.967" y2="848.006" gradientTransform="translate(-290 -846)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffebc8"/><stop offset="1" stop-color="#ffa95f"/></linearGradient><linearGradient id="b" x1="305.465" x2="306.435" y1="873.262" y2="859.512" gradientTransform="translate(-290 -846)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fab743"/><stop offset="1" stop-color="#ee6f05"/></linearGradient></defs><path d="M26.614 20.792c-.41 5.46-5.52 9.56-11.39 9.17s-10.27-5.13-9.84-10.58c.57-7.52 12-17.37 12-17.37-3.66 10 10 8.82 9.23 18.78" style="fill:url(#a)"/><path d="M10.554 22.742a5 5 0 0 0 4.8 5.189h.026a5.1 5.1 0 0 0 5.58-4.49c.29-3.7-4.52-9.2-4.52-9.2 1.034 5.101-5.506 3.631-5.886 8.501" style="fill:url(#b)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="28.841" x2="3.828" y1="29.545" y2="3.161" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b42025"/><stop offset="1" stop-color="#d42027"/></linearGradient></defs><path d="M2 2.328h28v27.344H2z" style="fill:url(#a)"/><path d="M21.56 10.892a4.7 4.7 0 0 1 1.546-.243V7.122a7.44 7.44 0 0 0-6.115 2.884 11.4 11.4 0 0 0-1.529 2.571l-1.147 2.8a23 23 0 0 1-1.025 2.519 10 10 0 0 1-1.06 1.876 4 4 0 0 1-1.39 1.147 4.5 4.5 0 0 1-1.946.4v3.561a7.49 7.49 0 0 0 6.115-2.884 13.4 13.4 0 0 0 1.251-2.015l.973-2.224h4.082v-3.546h-2.692a11 11 0 0 1 .8-1.529 4.6 4.6 0 0 1 .938-1.095 3.6 3.6 0 0 1 1.2-.695Z" style="fill:#fff;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M6.151 6.8h5.337q3.2 7.236 6.394 14.471c.09.2.175.4.269.6-1.777.012-3.554 0-5.331.005Q9.485 14.343 6.151 6.8M14.156 10.114h5.056a3 3 0 0 1 .28.006c.968 2.21 1.949 4.414 2.922 6.622q1.869 4.225 3.736 8.452h-5.337c-.857-1.957-1.728-3.909-2.59-5.864l-3.807-8.609c-.086-.204-.186-.4-.26-.607M4.4 11.51a2.75 2.75 0 0 1 2.888 1.662 2.726 2.726 0 0 1-1.124 3.4 2.764 2.764 0 0 1-3.357-.407A2.724 2.724 0 0 1 2.4 12.8a2.76 2.76 0 0 1 2-1.29M27.057 14.809a2.76 2.76 0 0 1 2.33 1.008 2.727 2.727 0 0 1-1 4.209 2.78 2.78 0 0 1-2.517-.126 2.733 2.733 0 0 1 1.187-5.094Z" style="fill:#737373"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-67.907" x2="-67.857" y1="-308.551" y2="-308.564" gradientTransform="matrix(87.822 0 0 -88.533 5984.532 -27290.617)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd441"/><stop offset="1" stop-color="#ffb047"/></linearGradient><linearGradient id="b" x1="-67.674" x2="-67.647" y1="-310.121" y2="-310.063" gradientTransform="matrix(87.822 0 0 -88.533 5964.667 -27443)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd754"/><stop offset="1" stop-color="#ffb532"/></linearGradient><linearGradient id="c" x1="-67.029" x2="-67.029" y1="-310.91" y2="-310.86" gradientTransform="matrix(87.822 0 0 -88.533 5902.8 -27518.733)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd642"/><stop offset="0" stop-color="#ffd441"/><stop offset="1" stop-color="#ffb532"/></linearGradient><linearGradient id="d" x1="-66.252" x2="-66.32" y1="-310.377" y2="-310.362" gradientTransform="matrix(106.198 0 0 -88.551 7048.428 -27474.167)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd441"/><stop offset="1" stop-color="#ffa829"/></linearGradient></defs><path d="M23.426 29.41v-7.238h-7.18z" style="fill:#ffdf51;fill-opacity:.699999988079071"/><path d="M24.231 25.306v-7.829h-7.765z" style="fill:#ff8900;fill-opacity:.699999988079071"/><path d="M19.515 22.171V30h7.766z" style="fill-opacity:.699999988079071;fill:url(#a)"/><path d="M22.608 18v-6.191h-6.142z" style="fill:#ffdf4f;fill-opacity:.699999988079071"/><path d="M25.524 16.525V8.7h-7.765l7.766 7.829" style="fill-opacity:.799999952316284;fill:url(#b)"/><path d="M12.288 2v7.829h7.766z" style="fill-opacity:.800000011920929;fill:url(#c)"/><path d="M14.11 14.262V6.433H4.719l7.732 7.83z" style="fill-opacity:.879999995231628;fill:url(#d)"/><path d="M14.11 29.958v-9.471H4.719z" style="fill:#ffb700;fill-opacity:.699999988079071"/><path d="M14.112 22.114v-7.829H6.346z" style="fill:#ffb700;fill-opacity:.5"/><path d="M16.465 11.809v7.829h7.766z" style="fill:#ffcd25;fill-opacity:.699999988079071"/><path d="M14.092 12.691V4.862H6.326z" style="fill:#ff8900;fill-opacity:.700000047683716"/><path d="M16.246 22.171V30h7.766z" style="fill:#ff8900;fill-opacity:.699999988079071"/><path d="m21.122 22.172-2.513-2.534h-2.144l.001-7.829h4.381l-1.965-1.98h-4.79l.018 4.433V30h2.136v-7.828z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m15.383 18.316 3.361-3.274h8.349l-7.396 7.396z" style="fill:#40d0fd"/><path d="m4.907 16.125 4.199 4.299L27.093 2.287h-8.349z" style="fill:#41d0fd;isolation:isolate"/><path d="m11.176 22.479 4.259 4.196 4.262-4.237-4.314-4.122z" style="fill:#1fbcfd"/><path d="m15.435 26.675 4.262-4.237 7.292 7.375h-8.396z" style="fill:#095a9d"/><path d="m15.435 26.675 3.971-1.321-1.338-1.297z" style="fill:#0e5199"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 254.5 225"><path d="M56.277 13.214c16.4-.15 32.825 0 49.234-.063-3.891 16.756-7.624 33.559-11.5 50.323H19.1c-2.368 0-4.736.079-7.1-.095 14.712-16.764 29.589-33.386 44.277-50.165M139.568 13.158h49.092c14.743 16.78 29.629 33.417 44.333 50.22-9.471.2-18.942 0-28.413.087h-53.63c-3.727-16.787-7.704-33.511-11.382-50.307" style="fill:#f2e6c9"/><path d="M105.511 13.158h34.056c3.678 16.8 7.648 33.52 11.4 50.3H94.012c3.875-16.748 7.608-33.544 11.499-50.3" style="fill:#efc75e"/><path d="M12 63.371c2.368.174 4.736.087 7.1.095h74.912q0 26.578.055 53.156a19 19 0 0 0 2.02.142h53.22a15 15 0 0 0 1.579-.11c.15-17.735 0-35.469.071-53.2h53.63c9.471-.047 18.942.11 28.413-.087V217H12.008Q12 140.189 12 63.371" style="fill:#e7bf55"/><path d="M94.012 63.482h56.953c-.063 17.735.087 35.469-.071 53.2-.529.055-1.058.095-1.579.11H96.1a19 19 0 0 1-2.013-.134c-.115-17.739-.004-35.466-.075-53.176" style="fill:#dbb551"/><path d="M28.132 167.024h73.953V195.5H28.132z" style="fill:#f2f2f2"/><path d="m167.429 139.1 20.965-20.424h52.075l-46.131 46.129z" style="fill:#40d0fd"/><path d="m102.086 125.433 26.19 26.812L240.469 39.123h-52.075z" style="fill:#41d0fd"/><path d="m141.191 165.066 26.56 26.168 26.587-26.429-26.909-25.705z" style="fill:#1fbcfd"/><path d="m167.751 191.234 26.587-26.429 45.481 46.001h-52.367z" style="fill:#095a9d"/><path d="m167.751 191.234 24.768-8.236-8.346-8.088z" style="fill:#0e5199"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m12.677 17.781-2.626-6.256-2.694 6.256Zm6.723 6.511h-7.069v-1.365l.458-.023a1.85 1.85 0 0 0 .972-.2.31.31 0 0 0 .145-.263 4.2 4.2 0 0 0-.419-1.4l-.812-1.931H7.322L6.4 21.259a3.3 3.3 0 0 0-.349 1.157c0 .036 0 .119.154.241a2.5 2.5 0 0 0 1.191.247l.448.033v1.354H2v-1.31l.4-.07a2.2 2.2 0 0 0 1-.318 6.3 6.3 0 0 0 1.18-2.066l5.575-13.036H11.2l5.512 13.174a5.3 5.3 0 0 0 1.049 1.835 1.96 1.96 0 0 0 1.19.4l.454.027ZM25.841 21.56v-3.985a23 23 0 0 0-2.226.97 3.85 3.85 0 0 0-1.29 1.05 2.03 2.03 0 0 0-.388 1.2 1.95 1.95 0 0 0 .491 1.362 1.49 1.49 0 0 0 1.13.544 4.14 4.14 0 0 0 2.283-1.141m-3.333 2.949a2.83 2.83 0 0 1-2.139-.893 3.2 3.2 0 0 1-.833-2.285 2.96 2.96 0 0 1 .415-1.577 5 5 0 0 1 1.791-1.625 24 24 0 0 1 3.617-1.588v-.074a2.9 2.9 0 0 0-.383-1.833 1.33 1.33 0 0 0-1.075-.412 1.16 1.16 0 0 0-.816.26.69.69 0 0 0-.277.536l.023.646a1.62 1.62 0 0 1-.4 1.158 1.48 1.48 0 0 1-2.1-.019 1.63 1.63 0 0 1-.391-1.134 2.8 2.8 0 0 1 1.182-2.177 4.8 4.8 0 0 1 3.125-.932 5.4 5.4 0 0 1 2.508.524 2.63 2.63 0 0 1 1.213 1.346 6.4 6.4 0 0 1 .244 2.2v3.55a15 15 0 0 0 .051 1.749.7.7 0 0 0 .054.2c.085-.078.284-.225.864-.806l.819-.828v1.967l-.1.128c-.958 1.283-1.883 1.907-2.83 1.907a1.6 1.6 0 0 1-1.257-.557 1.8 1.8 0 0 1-.358-.74 9.7 9.7 0 0 1-1.433.977 3.6 3.6 0 0 1-1.514.332" style="fill:#cfcfcf"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="217.28" x2="217.34" y1="987.61" y2="987.51" gradientTransform="matrix(300 0 0 -300 -65182 296286.64)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f79259"/><stop offset="1" stop-color="#f8ce68"/></linearGradient></defs><path d="M30.07 25.39v4.67h-14v-4.67ZM6.74 20.73v4.66H2.07v-4.66Zm4.66-4.67v4.67H6.74v-4.67Zm4.67-4.67v4.67H11.4v-4.67ZM11.4 6.73v4.66H6.74V6.73ZM6.74 2.06v4.67H2.07V2.06Z" style="fill-rule:evenodd;fill:url(#a)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 2" viewBox="0 0 32 32"><rect width="27.33" height="27.33" x="2.34" y="2.34" rx="5.08" style="fill:#734f96"/><path d="M6.06 25.5c0-1.09 0-1.19.1-1.19l1.25-.06c1 0 1.18-.06 1.42-.19a.74.74 0 0 0 .39-.37c.12-.23.12-.29.12-7.72 0-7 0-7.5-.1-7.67a1.06 1.06 0 0 0-.63-.5 10 10 0 0 0-1.38-.1H6.06V5.32h19.88v8.82h-1.05a8.6 8.6 0 0 1-1.2-.05c-.14 0-.15-.05-.22-.95a12.7 12.7 0 0 0-.35-2.43 3.22 3.22 0 0 0-2.63-2.81c-.57-.1-3.1-.2-5.19-.2h-1.43v6.63h.75a6.3 6.3 0 0 0 1.87-.33 1.88 1.88 0 0 0 .89-.91 5.9 5.9 0 0 0 .39-1.75c0-.33.08-.66.1-.73s0-.13 1.18-.13h1.15v10.58h-2.35v-.61a7.9 7.9 0 0 0-.54-2.66c-.36-.68-1.05-1-2.45-1.08l-.76-.07h-.2v3.34c0 3.51 0 3.65.3 3.94s.43.32 3.22.42c.05 0 .07.28.07 1.19v1.18H6.06Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M6.369 16.952a.175.175 0 0 1 .069-.191c.138-.1.313-.2.413-.084l.008.008.008.008a.34.34 0 0 0 .26.115 1 1 0 0 0 .5-.2.77.77 0 0 0 .405-.68v-.015c0-.008 0-.122.1-.145a.14.14 0 0 1 .107.038.6.6 0 0 1 .153.482 1.42 1.42 0 0 1-.52.956c-.023.023-.046.038-.069.061-.191.153-.375.29-.543.405-.237.13-.451-.069-.558-.2a4 4 0 0 1-.145-.206l-.015-.031a3 3 0 0 1-.168-.321ZM5.6 19.268l.069.046a.4.4 0 0 0 .1.054.45.45 0 0 0 .313-.015l.115-.023a1.8 1.8 0 0 1-.42-.589.95.95 0 0 1-.176.527ZM7.775 5.73c0-.008-.008-.008 0 0a2.2 2.2 0 0 1-.229-.344c.023.206.061.413.1.6.015.069.023.13.038.191q.105-.112.2-.214a.6.6 0 0 0-.107-.229Zm-3.31 11.818a.2.2 0 0 0 .008-.069v-.023a1.6 1.6 0 0 1 .008-.268 2 2 0 0 1 .061-.359.03.03 0 0 1 .008-.023.2.2 0 0 0 .008-.092 2 2 0 0 0-.275-.168 3 3 0 0 1 0 .474v.054a.5.5 0 0 0 .161.436c0 .015.015.023.023.038Zm17.008-7.927a2 2 0 0 0 .275-.023c.145-.046.245-.069.26-.076a2.87 2.87 0 0 0 1.773-1.368 2.76 2.76 0 0 0 .168-1.292 2 2 0 0 1-.008-.206A4.05 4.05 0 0 1 24.737 5a2.52 2.52 0 0 0 .482-1.965 1 1 0 0 0-.512-.589H24.7a3 3 0 0 0-.42-.153 2.8 2.8 0 0 0-.726-.092 4.18 4.18 0 0 0-2.914 1.374c0 .008-.008.015-.015.023a2.64 2.64 0 0 0-.566 2.125 2.5 2.5 0 0 0 1.078 1.552.23.23 0 0 1 .1.229.23.23 0 0 1-.153.191c-.008 0-.734.275-.887.741a.68.68 0 0 0 .122.6 1.62 1.62 0 0 0 1.154.581ZM5.535 15.163a1.1 1.1 0 0 0 .489-.206 2.8 2.8 0 0 1 .986-.382h.015a.23.23 0 0 0 .183-.229v-.023a.22.22 0 0 0-.145-.191c-.008 0-.015-.008-.023-.008a.8.8 0 0 0-.275-.046h-.007a.8.8 0 0 0-.29.054.6.6 0 0 1-.206.038h-.046a.6.6 0 0 1-.183-.054.4.4 0 0 0-.153-.038.2.2 0 0 0-.061.008.84.84 0 0 0-.352.214.03.03 0 0 1-.015.008h-.008c-.092.076-.191.161-.29.237l-.046.046-.008.009-.015.023a.235.235 0 0 0 .046.268l.023.023.023.023c.168.153.245.222.359.222Zm11.252 13.874c.008 0 .015-.008.023-.008a19.3 19.3 0 0 0 3.34-1.735l.046-.031a.25.25 0 0 0 .107-.191v-.023a.1.1 0 0 0-.008-.038c0-.008-.008-.015-.008-.023l-.008-.015a8.37 8.37 0 0 1-.153-4.4 9 9 0 0 0 .183-1.636v-.054a.24.24 0 0 0-.229-.214.23.23 0 0 0-.183.092l-.008.015v.008l-.015.015a7 7 0 0 1-.451.719c-1.827 2.622-3.2 4.823-2.943 7.331a.23.23 0 0 0 .229.206.3.3 0 0 0 .076-.015Zm-3.409.948.038-.008a14.6 14.6 0 0 0 2.416-.589l.015-.008h.008c.008 0 .015-.008.023-.008a.24.24 0 0 0 .138-.214v-.015l-.008-.031c-.375-2.752 1.078-5.091 3-7.858 1.231-1.766.9-2.622.543-3.111a1.68 1.68 0 0 0-1.353-.627 2.7 2.7 0 0 0-.818.138q-.378.126-.78.229a13 13 0 0 1-1.407.237 7.9 7.9 0 0 0-2.9.787l-.015.015h-.015c-.084.038-.161.084-.245.122h-.008c-.008.008-.023.008-.031.015h-.008a.2.2 0 0 0-.054.054.03.03 0 0 0-.008.015v.008l-.015.015a.24.24 0 0 0-.023.1.24.24 0 0 0 .084.183h.054v.038a3.57 3.57 0 0 1 1.3 2.782 26.3 26.3 0 0 1-.176 4.365v.015a9.7 9.7 0 0 0-.038 3.157v.015a.14.14 0 0 0 .015.054.24.24 0 0 0 .214.138.1.1 0 0 1 .054-.015ZM6.927 6.93l.015-.015v-.008c.107-.13.206-.252.306-.359l.015-.015a.24.24 0 0 0 .054-.145v-.046c-.015-.092-.031-.191-.054-.275a2.83 2.83 0 0 1 0-1.613 6 6 0 0 1 .076-.787v-.016c.023-.145.046-.29.061-.436a1.37 1.37 0 0 0-.229-1.047A.52.52 0 0 0 6.774 2h-.023a.39.39 0 0 0-.3.107 1.2 1.2 0 0 0-.183.489 3.7 3.7 0 0 0-.046.887c.076.772.061.871 0 1.04a1.7 1.7 0 0 0-.084.619A4.1 4.1 0 0 0 6.4 6.365v.008c.046.145.092.3.13.451 0 .008.008.023.008.031v.008a.24.24 0 0 0 .222.153.3.3 0 0 0 .168-.084Zm.283 2.729c0-.008.008-.023.008-.031v-.007c.038-.275.069-.642.092-1.192a4 4 0 0 1 .061-.512l.023-.1c0-.015.008-.031.008-.046v-.023a.24.24 0 0 0-.229-.214.22.22 0 0 0-.173.084.03.03 0 0 0-.008.015v.008c-.084.107-.138.176-.153.191l-.008.008a1.4 1.4 0 0 0-.206.313 3 3 0 0 0-.222.589v.008q-.046.183-.092.39a.45.45 0 0 0 .069.237 1.2 1.2 0 0 0 .489.428l.008.008c.008.008.015.008.023.015a.2.2 0 0 0 .1.022.26.26 0 0 0 .214-.191Zm1.124-4.25.015-.015a4 4 0 0 1 .718-.494h.008a.23.23 0 0 0 .114-.2v-.025a.3.3 0 0 0-.054-.13 5 5 0 0 1-.619-1.063l-.016-.03a11 11 0 0 1-.153-.313l-.023-.046a.24.24 0 0 0-.206-.13.23.23 0 0 0-.183.092.03.03 0 0 0-.008.015v.008l-.015.015a.2.2 0 0 0-.023.084l-.008.076a7 7 0 0 1-.061.459 5.5 5.5 0 0 0-.076.764A1.5 1.5 0 0 0 8 5.325v.008c0 .008.008.008.015.015a.23.23 0 0 0 .185.092.12.12 0 0 0 .13-.031Zm.066 8.829a10.1 10.1 0 0 1 1.3-2.2c.183-.26.367-.5.489-.711a19 19 0 0 0 1.521-3.1c0-.008.008-.015.008-.023a4.7 4.7 0 0 1 1.7-2.156 4.7 4.7 0 0 1 2.3-.665h.015a1.45 1.45 0 0 0 .841-.283h.008l.015-.015h.008c.015-.015.038-.031.046-.046a.24.24 0 0 0 .054-.145v-.027a.23.23 0 0 0-.205-.207l-.069-.008a9 9 0 0 0-.917-.046 13 13 0 0 0-2.179.2 5 5 0 0 1-.78.061c-.229 0-.451-.015-.673-.023s-.436-.023-.65-.023c-.092 0-.168 0-.245.008a3.2 3.2 0 0 0-.7.107l-.061.015h-.008a3.5 3.5 0 0 0-2.087 2.1.007.007 0 0 1-.008.008A4.2 4.2 0 0 0 7.8 8.436a6.2 6.2 0 0 1-.283 1.972v.015l-.015.015c-.076.191-.168.375-.283.612l-.023.054c-.161.313-.375.68-.589 1.04l-.061.1c-.031.046-.054.092-.084.138-.183.313-.367.634-.482.879v.015l-.015.015a.03.03 0 0 1-.008.015.3.3 0 0 0-.015.076.23.23 0 0 0 .145.214c.008 0 .015.008.023.008l.015.008c.031.015.061.023.092.038a.2.2 0 0 0 .046.015.14.14 0 0 0 .054-.015h.008a1.3 1.3 0 0 1 .443-.069h.008a1.3 1.3 0 0 1 .68.191 3 3 0 0 1 .558.52.23.23 0 0 0 .183.084.2.2 0 0 0 .206-.138Zm.665 2.454c.015 0 .023-.008.031-.008h.008a1.44 1.44 0 0 0 1.177-.879 14 14 0 0 0 .657-2.224l.062-.245a7.4 7.4 0 0 1 1.269-3.119l.008-.008a1 1 0 0 1 .076-.084l.015-.015.015-.015a1.76 1.76 0 0 1 1.231-.436 3 3 0 0 1 .757.107h.008c.046.015.092.023.138.038a2.9 2.9 0 0 0 .8.153 1.4 1.4 0 0 0 .734-.2h.008A6.82 6.82 0 0 0 18.8 5.845v-.008c.008-.015.008-.038.015-.054l.015-.038v-.007l.008-.015.023-.061.015-.038a.2.2 0 0 0 .008-.061v-.024a.227.227 0 0 0-.352-.168l-.015.008a3.4 3.4 0 0 1-1.987.466c-.268 0-.5.008-.726.023h-.015a3.76 3.76 0 0 0-3.6 2.53 19.2 19.2 0 0 1-1.559 3.18c-.13.214-.313.466-.5.726l-.038.015c-.688.956-1.621 2.27-1.368 3.272v.015a2.1 2.1 0 0 1 .076.7v.015a.5.5 0 0 1-.015.107v.031a.24.24 0 0 0 .237.237.1.1 0 0 1 .046-.008Zm10.511-6.13.015-.008h.015a7 7 0 0 1 .719-.4c.008 0 .015-.008.031-.015a.23.23 0 0 0 .115-.206v-.021a.23.23 0 0 0-.092-.161 2 2 0 0 1-.451-.443 1.16 1.16 0 0 1-.183-1.024 1.45 1.45 0 0 1 .55-.7h.005c.008 0 .008-.008.015-.008A.23.23 0 0 0 20.4 7.4v-.019a.25.25 0 0 0-.076-.153l-.061-.054.008-.008a2.7 2.7 0 0 1-.581-.948l-.023-.092a.24.24 0 0 0-.222-.168.23.23 0 0 0-.183.092.2.2 0 0 0-.023.038c-.008.008-.008.023-.015.031s0 .008-.008.015v.015a8.1 8.1 0 0 0-.054 2.561v.008a15 15 0 0 1 .076 1.636v.031a.23.23 0 0 0 .237.229.4.4 0 0 1 .1-.054ZM7.92 20.858a2.8 2.8 0 0 0 1.942-.894l.031-.023c.092-.076.183-.153.283-.229h.008l.107-.084.008-.008h.008a10 10 0 0 1 1.8-1.139 6.7 6.7 0 0 1 1.59-.6 12 12 0 0 1 1.468-.245l.031-.008q.265-.033.543-.076a8 8 0 0 0 1.536-.367 4.81 4.81 0 0 0 3.418-3.785 4.9 4.9 0 0 1 1.154-2.721c.046-.054.1-.115.168-.191a.25.25 0 0 0 .061-.161V10.3a.24.24 0 0 0-.229-.214.3.3 0 0 0-.084.015l-.107.038v-.008c-.757.252-2.3.864-2.66 1.72-.008.031-.023.054-.031.084a3.4 3.4 0 0 1-.68 1.085 5.05 5.05 0 0 1-2.79 1.506A4.3 4.3 0 0 0 13 15.9l-.008.008a11.2 11.2 0 0 0-1.341 1.992 4.13 4.13 0 0 1-2.27 1.827 4.3 4.3 0 0 1-1.437.252 3.05 3.05 0 0 1-1.154-.206h-.024l-.015-.015a.7.7 0 0 0-.275-.061 1.5 1.5 0 0 0-.275.038 1 1 0 0 1-.283.046h-.077a.23.23 0 0 0-.168.092.03.03 0 0 0-.008.015v.008l-.015.015a.24.24 0 0 0-.023.1.24.24 0 0 0 .084.183l.008.008a1.4 1.4 0 0 0 .176.122 3.73 3.73 0 0 0 2 .52h.025zm9.9-15.922a3 3 0 0 0-.436-.168l-.076-.023a2 2 0 0 1-.069.168.4.4 0 0 0-.031.13.31.31 0 0 0 .313.313.2.2 0 0 0 .061-.008c.015 0 .023-.008.038-.008a2.3 2.3 0 0 0 .512-.206 2 2 0 0 0-.313-.2ZM21 26.713q.012-.014.023-.015l.015-.008c.39-.283.78-.589 1.147-.9a20.4 20.4 0 0 0 3.96-4.5v-.008c.008-.008.015-.023.023-.031a.25.25 0 0 0 .031-.107v-.023a.24.24 0 0 0-.122-.183h-.008a2.5 2.5 0 0 1-.65-.466 6.67 6.67 0 0 1-1.519-4.178l-.015-.13a7.3 7.3 0 0 0-.871-3.188c-.3-.436-.589-.894-.848-1.368l-.008-.015a.23.23 0 0 0-.2-.107.23.23 0 0 0-.183.092c0 .008-.008.008-.008.015l-.015.023a5.5 5.5 0 0 0-.6 1.857 5.01 5.01 0 0 1-2.052 3.318c-.008 0-.008.008-.015.008l-.008.008a.3.3 0 0 0-.046.046.03.03 0 0 0-.008.015v.008l-.023.015a.24.24 0 0 0-.023.1.23.23 0 0 0 .145.214l.046.023a2.2 2.2 0 0 1 .787.6c.826.978 1.063 2.744.65 4.839a8.9 8.9 0 0 0-.076 3.34 6 6 0 0 0 .138.566c0 .008 0 .008.008.015a.23.23 0 0 0 .222.161.4.4 0 0 0 .1-.038Zm5.649-6.26.008-.015.008-.015a17 17 0 0 0 1.284-2.775.03.03 0 0 1 .008-.015.2.2 0 0 0 .008-.069v-.024a.24.24 0 0 0-.122-.183 11.2 11.2 0 0 1-3.18-2.347l-.031-.031a.22.22 0 0 0-.153-.054.23.23 0 0 0-.183.092.03.03 0 0 0-.008.015v.008l-.015.015a.24.24 0 0 0-.023.1v.031l.008.023c.054.359.084.68.107.91l.015.13a6.6 6.6 0 0 0 1.343 3.851 2.1 2.1 0 0 0 .581.42l.069.031a.2.2 0 0 0 .092.015.32.32 0 0 0 .183-.115Zm-21.19-1.812v-.031a.32.32 0 0 0-.222-.268.03.03 0 0 1-.023-.008 2 2 0 0 1-.275-.1h-.008a3 3 0 0 1-.359-.2 2 2 0 0 1-.183-.13l-.008-.004a.27.27 0 0 0-.13-.046.22.22 0 0 0-.176.092c-.008.008-.008.015-.015.023a.24.24 0 0 0-.023.107.1.1 0 0 0 .008.054c0 .008 0 .008.008.015.008.023.015.054.023.076A1.8 1.8 0 0 0 4.6 19a.8.8 0 0 0 .512.214c.015 0 .031-.008.046-.008a.3.3 0 0 0 .176-.107.64.64 0 0 0 .13-.459Zm2.477-3.356v-.015a.23.23 0 0 0-.161-.2h-.008a1.5 1.5 0 0 0-.39-.046 1 1 0 0 0-.145.008 2.2 2.2 0 0 0-.956.336 1.5 1.5 0 0 1-.757.275.97.97 0 0 1-.673-.367.42.42 0 0 0-.306-.138.6.6 0 0 0-.24.062 1 1 0 0 0-.1.076c-.015.015-.023.031-.038.046l-.008.008a.03.03 0 0 0-.008.015v.008l-.015.015a.24.24 0 0 0-.023.1.226.226 0 0 0 .206.229h.015a.67.67 0 0 1 .344.145.714.714 0 0 1 .29.925c-.015.046-.023.092-.038.145l-.008.023a2 2 0 0 0-.046.283c-.008.084-.008.161-.008.229a.44.44 0 0 0 .245.42l.046.023a.14.14 0 0 0 .061.015.15.15 0 0 0 .138-.092c0-.008.008-.015.008-.023s.008-.015.015-.023v-.008c0-.008.008-.008.008-.015l.015-.015q.011-.014.023-.015c.012-.001.015-.008.023-.015s.008-.008.015-.008.008-.008.015-.008h.008c.008 0 .008-.008.015-.008h.122a.03.03 0 0 1 .023.008h.008l.015.008c.008 0 .015.008.031.015s.008.008.015.008.015.008.023.015l.015.015.015.015q.013.012.015.023c0 .008.008.008.008.015v.008c0 .008.008.008.008.015l.008.008c0 .008.008.008.008.015A.27.27 0 0 0 5.94 18a.5.5 0 0 0 .26.061 1 1 0 0 0 .2-.023c.076-.023.115-.061.115-.084a.18.18 0 0 0-.054-.13l-.008-.008a.3.3 0 0 1-.038-.054c-.046-.069-.092-.122-.153-.214l-.023-.038a2 2 0 0 1-.206-.375l-.023-.054a1.1 1.1 0 0 1 .023-1.009.7.7 0 0 1 .589-.313h.008a.514.514 0 0 1 .474.436.19.19 0 0 0 .191.138.16.16 0 0 0 .092-.023c.008-.008.015-.008.023-.015s.015-.008.023-.015c.168-.115.214-.145.229-.375a.56.56 0 0 1 .191-.42c.008-.008.015-.008.023-.015a.23.23 0 0 0 .084-.176c-.023 0-.023 0-.023-.008Zm10.74-6.551c-.008-.138-.023-.275-.031-.413v-.015a.24.24 0 0 0-.229-.214.23.23 0 0 0-.183.092.03.03 0 0 0-.008.015v.008l-.015.015a6.15 6.15 0 0 1-1.82 1.888 3.03 3.03 0 0 1-1.322 1.85l-.068.046a.2.2 0 0 0-.046.031 3.6 3.6 0 0 1-2.087.5 1.125 1.125 0 0 0-1.4.91l-.061.245A14 14 0 0 1 10.718 16a2 2 0 0 1-1.643 1.185 2.3 2.3 0 0 0-.925.367.3.3 0 0 1-.076.061q-.287.231-.55.405l-.054.038a3 3 0 0 1-.948.428l-.038.008a.03.03 0 0 0-.023.008h-.016a.23.23 0 0 0-.176.229.26.26 0 0 0 .038.13.1.1 0 0 1 .023.031.007.007 0 0 0 .008.008 1.5 1.5 0 0 0 .6.436l.015.008a2.6 2.6 0 0 0 .978.176 3.94 3.94 0 0 0 3.295-1.842 11.7 11.7 0 0 1 1.406-2.079 4.75 4.75 0 0 1 2.737-1.521 4.6 4.6 0 0 0 2.557-1.376 2.7 2.7 0 0 0 .581-.933c.008-.031.023-.061.031-.084a7.4 7.4 0 0 0 .138-2.951ZM6.048 12.266a.05.05 0 0 0-.008-.031v-.008a2 2 0 0 1-.161-.436v-.015a.17.17 0 0 0-.153-.115.16.16 0 0 0-.13.061.03.03 0 0 1-.008.015.007.007 0 0 1-.008.008.05.05 0 0 0-.008.031 6 6 0 0 1-.237.619 6 6 0 0 1-.161.313.007.007 0 0 1-.008.008v.008c0 .008-.008.015-.008.031a.1.1 0 0 0 .008.038.007.007 0 0 0 .008.008.3.3 0 0 1 .038.054.33.33 0 0 0 .252.183.36.36 0 0 0 .283-.2c0-.008.008-.008.008-.015a9 9 0 0 1 .283-.5.03.03 0 0 1 .008-.015.1.1 0 0 0 .008-.038q-.01.012-.008 0Zm-.986.994c0-.008-.008-.008-.008-.015a.007.007 0 0 0-.008-.008.13.13 0 0 0-.1-.054.12.12 0 0 0-.1.046.007.007 0 0 1-.008.008v.008a.007.007 0 0 1-.008.008 2.3 2.3 0 0 0-.245.956v.015a.12.12 0 0 0 .122.122.12.12 0 0 0 .069-.023l.008-.008a1 1 0 0 0 .084-.069l.008-.008a2 2 0 0 0 .214-.2l.008-.008.008-.008c.2-.183.115-.466-.046-.764Z" style="fill:#90a1b8"/></svg>