@lvce-editor/server 0.39.0 → 0.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1838) hide show
  1. package/ThirdPartyNotices.txt +2 -2
  2. package/package.json +3 -2
  3. package/src/server.js +100 -76
  4. package/static/95c7ea1/config/colorTheme.json +0 -98
  5. package/static/95c7ea1/config/defaultSettings.json +0 -58
  6. package/static/95c7ea1/config/fileMap.json +0 -16
  7. package/static/95c7ea1/config/webExtensions.json +0 -1
  8. package/static/95c7ea1/css/App.css +0 -2881
  9. package/static/95c7ea1/css/parts/Animation.css +0 -9
  10. package/static/95c7ea1/css/parts/DebugButtons.css +0 -22
  11. package/static/95c7ea1/css/parts/DebugValue.css +0 -24
  12. package/static/95c7ea1/css/parts/E2eTest.css +0 -48
  13. package/static/95c7ea1/css/parts/E2eTests.css +0 -30
  14. package/static/95c7ea1/css/parts/EditorHover.css +0 -6
  15. package/static/95c7ea1/css/parts/EditorMessage.css +0 -23
  16. package/static/95c7ea1/css/parts/ImagePreview.css +0 -33
  17. package/static/95c7ea1/css/parts/InlineDiffEditor.css +0 -27
  18. package/static/95c7ea1/css/parts/Key.css +0 -12
  19. package/static/95c7ea1/css/parts/KeyBindingsHeader.css +0 -36
  20. package/static/95c7ea1/css/parts/KeyBindingsTable.css +0 -51
  21. package/static/95c7ea1/css/parts/Markdown.css +0 -701
  22. package/static/95c7ea1/css/parts/Progress.css +0 -5
  23. package/static/95c7ea1/css/parts/SearchToggleButton.css +0 -16
  24. package/static/95c7ea1/css/parts/Select.css +0 -11
  25. package/static/95c7ea1/css/parts/ViewletAbout.css +0 -9
  26. package/static/95c7ea1/css/parts/ViewletBrowserViewOverview.css +0 -4
  27. package/static/95c7ea1/css/parts/ViewletDebugConsole.css +0 -16
  28. package/static/95c7ea1/css/parts/ViewletDefineKeyBinding.css +0 -21
  29. package/static/95c7ea1/css/parts/ViewletDialog.css +0 -150
  30. package/static/95c7ea1/css/parts/ViewletDiffEditor.css +0 -31
  31. package/static/95c7ea1/css/parts/ViewletEditorWidgetError.css +0 -9
  32. package/static/95c7ea1/css/parts/ViewletExtensionDetail.css +0 -79
  33. package/static/95c7ea1/css/parts/ViewletExtensions.css +0 -185
  34. package/static/95c7ea1/css/parts/ViewletKeyBindings.css +0 -34
  35. package/static/95c7ea1/css/parts/ViewletMedia.css +0 -23
  36. package/static/95c7ea1/css/parts/ViewletOutput.css +0 -17
  37. package/static/95c7ea1/css/parts/ViewletPanel.css +0 -23
  38. package/static/95c7ea1/css/parts/ViewletPanelTabs.css +0 -35
  39. package/static/95c7ea1/css/parts/ViewletPdf.css +0 -49
  40. package/static/95c7ea1/css/parts/ViewletProblems.css +0 -95
  41. package/static/95c7ea1/css/parts/ViewletReferences.css +0 -22
  42. package/static/95c7ea1/css/parts/ViewletRunAndDebug.css +0 -87
  43. package/static/95c7ea1/css/parts/ViewletScreenCapture.css +0 -3
  44. package/static/95c7ea1/css/parts/ViewletSearch.css +0 -34
  45. package/static/95c7ea1/css/parts/ViewletSimpleBrowser.css +0 -21
  46. package/static/95c7ea1/css/parts/ViewletSourceControl.css +0 -67
  47. package/static/95c7ea1/css/parts/ViewletStorage.css +0 -21
  48. package/static/95c7ea1/css/parts/ViewletTerminal.css +0 -10
  49. package/static/95c7ea1/css/parts/ViewletTerminalTabs.css +0 -31
  50. package/static/95c7ea1/extensions/builtin.language-basics-bat/README.md +0 -14
  51. package/static/95c7ea1/extensions/builtin.language-basics-bat/extension.json +0 -12
  52. package/static/95c7ea1/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -17
  53. package/static/95c7ea1/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -33
  54. package/static/95c7ea1/extensions/builtin.language-basics-c/README.md +0 -14
  55. package/static/95c7ea1/extensions/builtin.language-basics-c/extension.json +0 -12
  56. package/static/95c7ea1/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -211
  57. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/README.md +0 -14
  58. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/extension.json +0 -12
  59. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -257
  60. package/static/95c7ea1/extensions/builtin.language-basics-cpp/README.md +0 -14
  61. package/static/95c7ea1/extensions/builtin.language-basics-cpp/extension.json +0 -32
  62. package/static/95c7ea1/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -5
  63. package/static/95c7ea1/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -321
  64. package/static/95c7ea1/extensions/builtin.language-basics-cson/README.md +0 -16
  65. package/static/95c7ea1/extensions/builtin.language-basics-cson/extension.json +0 -13
  66. package/static/95c7ea1/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -21
  67. package/static/95c7ea1/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -207
  68. package/static/95c7ea1/extensions/builtin.language-basics-css/README.md +0 -16
  69. package/static/95c7ea1/extensions/builtin.language-basics-css/extension.json +0 -13
  70. package/static/95c7ea1/extensions/builtin.language-basics-css/languageConfiguration.json +0 -21
  71. package/static/95c7ea1/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -691
  72. package/static/95c7ea1/extensions/builtin.language-basics-dart/README.md +0 -14
  73. package/static/95c7ea1/extensions/builtin.language-basics-dart/extension.json +0 -12
  74. package/static/95c7ea1/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -139
  75. package/static/95c7ea1/extensions/builtin.language-basics-desktop/README.md +0 -14
  76. package/static/95c7ea1/extensions/builtin.language-basics-desktop/extension.json +0 -12
  77. package/static/95c7ea1/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -166
  78. package/static/95c7ea1/extensions/builtin.language-basics-docker/README.md +0 -14
  79. package/static/95c7ea1/extensions/builtin.language-basics-docker/extension.json +0 -24
  80. package/static/95c7ea1/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -131
  81. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/README.md +0 -14
  82. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/extension.json +0 -26
  83. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -341
  84. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/README.md +0 -14
  85. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/extension.json +0 -12
  86. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -173
  87. package/static/95c7ea1/extensions/builtin.language-basics-elixir/README.md +0 -14
  88. package/static/95c7ea1/extensions/builtin.language-basics-elixir/extension.json +0 -12
  89. package/static/95c7ea1/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -180
  90. package/static/95c7ea1/extensions/builtin.language-basics-elm/README.md +0 -14
  91. package/static/95c7ea1/extensions/builtin.language-basics-elm/extension.json +0 -12
  92. package/static/95c7ea1/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -301
  93. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/README.md +0 -14
  94. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/extension.json +0 -12
  95. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -159
  96. package/static/95c7ea1/extensions/builtin.language-basics-gn/README.md +0 -14
  97. package/static/95c7ea1/extensions/builtin.language-basics-gn/extension.json +0 -12
  98. package/static/95c7ea1/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -178
  99. package/static/95c7ea1/extensions/builtin.language-basics-go/README.md +0 -14
  100. package/static/95c7ea1/extensions/builtin.language-basics-go/extension.json +0 -13
  101. package/static/95c7ea1/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -295
  102. package/static/95c7ea1/extensions/builtin.language-basics-graphql/README.md +0 -14
  103. package/static/95c7ea1/extensions/builtin.language-basics-graphql/extension.json +0 -12
  104. package/static/95c7ea1/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -452
  105. package/static/95c7ea1/extensions/builtin.language-basics-html/README.md +0 -14
  106. package/static/95c7ea1/extensions/builtin.language-basics-html/extension.json +0 -13
  107. package/static/95c7ea1/extensions/builtin.language-basics-html/languageConfiguration.json +0 -66
  108. package/static/95c7ea1/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -557
  109. package/static/95c7ea1/extensions/builtin.language-basics-java/README.md +0 -14
  110. package/static/95c7ea1/extensions/builtin.language-basics-java/extension.json +0 -13
  111. package/static/95c7ea1/extensions/builtin.language-basics-java/languageConfiguration.json +0 -31
  112. package/static/95c7ea1/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -284
  113. package/static/95c7ea1/extensions/builtin.language-basics-javascript/README.md +0 -14
  114. package/static/95c7ea1/extensions/builtin.language-basics-javascript/extension.json +0 -14
  115. package/static/95c7ea1/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -40
  116. package/static/95c7ea1/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -619
  117. package/static/95c7ea1/extensions/builtin.language-basics-json/README.md +0 -14
  118. package/static/95c7ea1/extensions/builtin.language-basics-json/extension.json +0 -60
  119. package/static/95c7ea1/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -362
  120. package/static/95c7ea1/extensions/builtin.language-basics-json5/README.md +0 -16
  121. package/static/95c7ea1/extensions/builtin.language-basics-json5/extension.json +0 -12
  122. package/static/95c7ea1/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -346
  123. package/static/95c7ea1/extensions/builtin.language-basics-jsx/README.md +0 -14
  124. package/static/95c7ea1/extensions/builtin.language-basics-jsx/extension.json +0 -13
  125. package/static/95c7ea1/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -661
  126. package/static/95c7ea1/extensions/builtin.language-basics-julia/README.md +0 -18
  127. package/static/95c7ea1/extensions/builtin.language-basics-julia/extension.json +0 -12
  128. package/static/95c7ea1/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -181
  129. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/README.md +0 -14
  130. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/extension.json +0 -12
  131. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -274
  132. package/static/95c7ea1/extensions/builtin.language-basics-less/LICENSE +0 -21
  133. package/static/95c7ea1/extensions/builtin.language-basics-less/README.md +0 -14
  134. package/static/95c7ea1/extensions/builtin.language-basics-less/extension.json +0 -12
  135. package/static/95c7ea1/extensions/builtin.language-basics-less/languageConfiguration.json +0 -17
  136. package/static/95c7ea1/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -612
  137. package/static/95c7ea1/extensions/builtin.language-basics-markdown/README.md +0 -14
  138. package/static/95c7ea1/extensions/builtin.language-basics-markdown/extension.json +0 -12
  139. package/static/95c7ea1/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -471
  140. package/static/95c7ea1/extensions/builtin.language-basics-mdx/README.md +0 -14
  141. package/static/95c7ea1/extensions/builtin.language-basics-mdx/extension.json +0 -12
  142. package/static/95c7ea1/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -395
  143. package/static/95c7ea1/extensions/builtin.language-basics-nix/README.md +0 -16
  144. package/static/95c7ea1/extensions/builtin.language-basics-nix/extension.json +0 -13
  145. package/static/95c7ea1/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -21
  146. package/static/95c7ea1/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -224
  147. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/README.md +0 -14
  148. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/extension.json +0 -12
  149. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -30
  150. package/static/95c7ea1/extensions/builtin.language-basics-perl/README.md +0 -14
  151. package/static/95c7ea1/extensions/builtin.language-basics-perl/extension.json +0 -13
  152. package/static/95c7ea1/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -200
  153. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/README.md +0 -14
  154. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/extension.json +0 -12
  155. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -28
  156. package/static/95c7ea1/extensions/builtin.language-basics-powershell/README.md +0 -14
  157. package/static/95c7ea1/extensions/builtin.language-basics-powershell/extension.json +0 -12
  158. package/static/95c7ea1/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -141
  159. package/static/95c7ea1/extensions/builtin.language-basics-python/README.md +0 -14
  160. package/static/95c7ea1/extensions/builtin.language-basics-python/extension.json +0 -15
  161. package/static/95c7ea1/extensions/builtin.language-basics-python/languageConfiguration.json +0 -5
  162. package/static/95c7ea1/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -326
  163. package/static/95c7ea1/extensions/builtin.language-basics-r/README.md +0 -14
  164. package/static/95c7ea1/extensions/builtin.language-basics-r/extension.json +0 -12
  165. package/static/95c7ea1/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -71
  166. package/static/95c7ea1/extensions/builtin.language-basics-ruby/README.md +0 -14
  167. package/static/95c7ea1/extensions/builtin.language-basics-ruby/extension.json +0 -48
  168. package/static/95c7ea1/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -248
  169. package/static/95c7ea1/extensions/builtin.language-basics-rust/LICENSE +0 -21
  170. package/static/95c7ea1/extensions/builtin.language-basics-rust/README.md +0 -14
  171. package/static/95c7ea1/extensions/builtin.language-basics-rust/extension.json +0 -12
  172. package/static/95c7ea1/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -17
  173. package/static/95c7ea1/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -205
  174. package/static/95c7ea1/extensions/builtin.language-basics-scss/README.md +0 -14
  175. package/static/95c7ea1/extensions/builtin.language-basics-scss/extension.json +0 -12
  176. package/static/95c7ea1/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -17
  177. package/static/95c7ea1/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -683
  178. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/README.md +0 -14
  179. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/extension.json +0 -56
  180. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -572
  181. package/static/95c7ea1/extensions/builtin.language-basics-svelte/README.md +0 -14
  182. package/static/95c7ea1/extensions/builtin.language-basics-svelte/extension.json +0 -13
  183. package/static/95c7ea1/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -428
  184. package/static/95c7ea1/extensions/builtin.language-basics-terraform/README.md +0 -16
  185. package/static/95c7ea1/extensions/builtin.language-basics-terraform/extension.json +0 -13
  186. package/static/95c7ea1/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -243
  187. package/static/95c7ea1/extensions/builtin.language-basics-toml/README.md +0 -14
  188. package/static/95c7ea1/extensions/builtin.language-basics-toml/extension.json +0 -14
  189. package/static/95c7ea1/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -299
  190. package/static/95c7ea1/extensions/builtin.language-basics-typescript/README.md +0 -16
  191. package/static/95c7ea1/extensions/builtin.language-basics-typescript/extension.json +0 -17
  192. package/static/95c7ea1/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -1683
  193. package/static/95c7ea1/extensions/builtin.language-basics-vue/README.md +0 -14
  194. package/static/95c7ea1/extensions/builtin.language-basics-vue/extension.json +0 -13
  195. package/static/95c7ea1/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -481
  196. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/README.md +0 -16
  197. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/extension.json +0 -13
  198. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -21
  199. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -226
  200. package/static/95c7ea1/extensions/builtin.language-basics-xml/README.md +0 -14
  201. package/static/95c7ea1/extensions/builtin.language-basics-xml/extension.json +0 -85
  202. package/static/95c7ea1/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -328
  203. package/static/95c7ea1/extensions/builtin.language-basics-yaml/README.md +0 -14
  204. package/static/95c7ea1/extensions/builtin.language-basics-yaml/extension.json +0 -13
  205. package/static/95c7ea1/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -405
  206. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/README.md +0 -11
  207. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -235
  208. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/extension.json +0 -12
  209. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  210. package/static/95c7ea1/extensions/builtin.theme-ayu/README.md +0 -11
  211. package/static/95c7ea1/extensions/builtin.theme-ayu/color-theme.json +0 -234
  212. package/static/95c7ea1/extensions/builtin.theme-ayu/extension.json +0 -12
  213. package/static/95c7ea1/extensions/builtin.theme-cobalt2/README.md +0 -20
  214. package/static/95c7ea1/extensions/builtin.theme-cobalt2/color-theme.json +0 -208
  215. package/static/95c7ea1/extensions/builtin.theme-cobalt2/extension.json +0 -13
  216. package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  217. package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  218. package/static/95c7ea1/extensions/builtin.theme-gruvbox/README.md +0 -20
  219. package/static/95c7ea1/extensions/builtin.theme-gruvbox/color-theme.json +0 -217
  220. package/static/95c7ea1/extensions/builtin.theme-gruvbox/extension.json +0 -12
  221. package/static/95c7ea1/extensions/builtin.theme-high-contrast/README.md +0 -9
  222. package/static/95c7ea1/extensions/builtin.theme-high-contrast/color-theme.json +0 -86
  223. package/static/95c7ea1/extensions/builtin.theme-high-contrast/extension.json +0 -11
  224. package/static/95c7ea1/extensions/builtin.theme-material/README.md +0 -9
  225. package/static/95c7ea1/extensions/builtin.theme-material/color-theme.json +0 -183
  226. package/static/95c7ea1/extensions/builtin.theme-material/extension.json +0 -12
  227. package/static/95c7ea1/extensions/builtin.theme-monokai/README.md +0 -10
  228. package/static/95c7ea1/extensions/builtin.theme-monokai/color-theme.json +0 -151
  229. package/static/95c7ea1/extensions/builtin.theme-monokai/extension.json +0 -11
  230. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/README.md +0 -11
  231. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/color-theme.json +0 -211
  232. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/extension.json +0 -12
  233. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  234. package/static/95c7ea1/extensions/builtin.theme-palenight/README.md +0 -11
  235. package/static/95c7ea1/extensions/builtin.theme-palenight/color-theme.json +0 -209
  236. package/static/95c7ea1/extensions/builtin.theme-palenight/extension.json +0 -12
  237. package/static/95c7ea1/extensions/builtin.theme-palenight/images/demo.png +0 -0
  238. package/static/95c7ea1/extensions/builtin.theme-slime/README.md +0 -5
  239. package/static/95c7ea1/extensions/builtin.theme-slime/color-theme.json +0 -298
  240. package/static/95c7ea1/extensions/builtin.theme-slime/extension.json +0 -13
  241. package/static/95c7ea1/extensions/builtin.theme-slime/icon.png +0 -0
  242. package/static/95c7ea1/extensions/builtin.vscode-icons/README.md +0 -20
  243. package/static/95c7ea1/extensions/builtin.vscode-icons/extension.json +0 -13
  244. package/static/95c7ea1/extensions/builtin.vscode-icons/icon-theme.json +0 -4151
  245. package/static/95c7ea1/extensions/builtin.vscode-icons/icon.png +0 -0
  246. package/static/95c7ea1/file-icons/default_file.svg +0 -1
  247. package/static/95c7ea1/file-icons/default_folder.svg +0 -1
  248. package/static/95c7ea1/file-icons/default_folder_opened.svg +0 -1
  249. package/static/95c7ea1/file-icons/default_root_folder.svg +0 -1
  250. package/static/95c7ea1/file-icons/default_root_folder_opened.svg +0 -1
  251. package/static/95c7ea1/file-icons/file_type_access.svg +0 -1
  252. package/static/95c7ea1/file-icons/file_type_access2.svg +0 -1
  253. package/static/95c7ea1/file-icons/file_type_actionscript.svg +0 -1
  254. package/static/95c7ea1/file-icons/file_type_actionscript2.svg +0 -1
  255. package/static/95c7ea1/file-icons/file_type_ada.svg +0 -1
  256. package/static/95c7ea1/file-icons/file_type_advpl.svg +0 -1
  257. package/static/95c7ea1/file-icons/file_type_affectscript.svg +0 -1
  258. package/static/95c7ea1/file-icons/file_type_affinitydesigner.svg +0 -1
  259. package/static/95c7ea1/file-icons/file_type_affinityphoto.svg +0 -1
  260. package/static/95c7ea1/file-icons/file_type_affinitypublisher.svg +0 -1
  261. package/static/95c7ea1/file-icons/file_type_ai.svg +0 -1
  262. package/static/95c7ea1/file-icons/file_type_ai2.svg +0 -1
  263. package/static/95c7ea1/file-icons/file_type_al.svg +0 -1
  264. package/static/95c7ea1/file-icons/file_type_al_dal.svg +0 -1
  265. package/static/95c7ea1/file-icons/file_type_allcontributors.svg +0 -1
  266. package/static/95c7ea1/file-icons/file_type_angular.svg +0 -1
  267. package/static/95c7ea1/file-icons/file_type_ansible.svg +0 -1
  268. package/static/95c7ea1/file-icons/file_type_antlr.svg +0 -1
  269. package/static/95c7ea1/file-icons/file_type_anyscript.svg +0 -1
  270. package/static/95c7ea1/file-icons/file_type_apache.svg +0 -1
  271. package/static/95c7ea1/file-icons/file_type_apex.svg +0 -1
  272. package/static/95c7ea1/file-icons/file_type_api_extractor.svg +0 -1
  273. package/static/95c7ea1/file-icons/file_type_apib.svg +0 -1
  274. package/static/95c7ea1/file-icons/file_type_apib2.svg +0 -1
  275. package/static/95c7ea1/file-icons/file_type_apl.svg +0 -1
  276. package/static/95c7ea1/file-icons/file_type_applescript.svg +0 -1
  277. package/static/95c7ea1/file-icons/file_type_appscript.svg +0 -1
  278. package/static/95c7ea1/file-icons/file_type_appsemble.svg +0 -1
  279. package/static/95c7ea1/file-icons/file_type_appveyor.svg +0 -1
  280. package/static/95c7ea1/file-icons/file_type_arduino.svg +0 -1
  281. package/static/95c7ea1/file-icons/file_type_asciidoc.svg +0 -1
  282. package/static/95c7ea1/file-icons/file_type_asp.svg +0 -1
  283. package/static/95c7ea1/file-icons/file_type_aspx.svg +0 -1
  284. package/static/95c7ea1/file-icons/file_type_assembly.svg +0 -1
  285. package/static/95c7ea1/file-icons/file_type_astro.svg +0 -1
  286. package/static/95c7ea1/file-icons/file_type_astroconfig.svg +0 -1
  287. package/static/95c7ea1/file-icons/file_type_atom.svg +0 -1
  288. package/static/95c7ea1/file-icons/file_type_ats.svg +0 -1
  289. package/static/95c7ea1/file-icons/file_type_audio.svg +0 -1
  290. package/static/95c7ea1/file-icons/file_type_aurelia.svg +0 -1
  291. package/static/95c7ea1/file-icons/file_type_autohotkey.svg +0 -1
  292. package/static/95c7ea1/file-icons/file_type_autoit.svg +0 -1
  293. package/static/95c7ea1/file-icons/file_type_avif.svg +0 -1
  294. package/static/95c7ea1/file-icons/file_type_avro.svg +0 -1
  295. package/static/95c7ea1/file-icons/file_type_awk.svg +0 -1
  296. package/static/95c7ea1/file-icons/file_type_aws.svg +0 -1
  297. package/static/95c7ea1/file-icons/file_type_azure.svg +0 -1
  298. package/static/95c7ea1/file-icons/file_type_azurepipelines.svg +0 -1
  299. package/static/95c7ea1/file-icons/file_type_babel.svg +0 -1
  300. package/static/95c7ea1/file-icons/file_type_babel2.svg +0 -1
  301. package/static/95c7ea1/file-icons/file_type_ballerina.svg +0 -1
  302. package/static/95c7ea1/file-icons/file_type_bat.svg +0 -1
  303. package/static/95c7ea1/file-icons/file_type_bats.svg +0 -1
  304. package/static/95c7ea1/file-icons/file_type_bazaar.svg +0 -1
  305. package/static/95c7ea1/file-icons/file_type_bazel.svg +0 -1
  306. package/static/95c7ea1/file-icons/file_type_bazel_ignore.svg +0 -1
  307. package/static/95c7ea1/file-icons/file_type_bazel_version.svg +0 -1
  308. package/static/95c7ea1/file-icons/file_type_befunge.svg +0 -1
  309. package/static/95c7ea1/file-icons/file_type_bicep.svg +0 -1
  310. package/static/95c7ea1/file-icons/file_type_biml.svg +0 -1
  311. package/static/95c7ea1/file-icons/file_type_binary.svg +0 -1
  312. package/static/95c7ea1/file-icons/file_type_biome.svg +0 -1
  313. package/static/95c7ea1/file-icons/file_type_bitbucketpipeline.svg +0 -1
  314. package/static/95c7ea1/file-icons/file_type_bithound.svg +0 -1
  315. package/static/95c7ea1/file-icons/file_type_blade.svg +0 -1
  316. package/static/95c7ea1/file-icons/file_type_blitzbasic.svg +0 -1
  317. package/static/95c7ea1/file-icons/file_type_bolt.svg +0 -1
  318. package/static/95c7ea1/file-icons/file_type_bosque.svg +0 -1
  319. package/static/95c7ea1/file-icons/file_type_bower.svg +0 -1
  320. package/static/95c7ea1/file-icons/file_type_bower2.svg +0 -1
  321. package/static/95c7ea1/file-icons/file_type_browserslist.svg +0 -1
  322. package/static/95c7ea1/file-icons/file_type_bruno.svg +0 -1
  323. package/static/95c7ea1/file-icons/file_type_buckbuild.svg +0 -1
  324. package/static/95c7ea1/file-icons/file_type_buf.svg +0 -1
  325. package/static/95c7ea1/file-icons/file_type_bun.svg +0 -1
  326. package/static/95c7ea1/file-icons/file_type_bundlemon.svg +0 -1
  327. package/static/95c7ea1/file-icons/file_type_bundler.svg +0 -1
  328. package/static/95c7ea1/file-icons/file_type_bunfig.svg +0 -1
  329. package/static/95c7ea1/file-icons/file_type_c.svg +0 -1
  330. package/static/95c7ea1/file-icons/file_type_c2.svg +0 -1
  331. package/static/95c7ea1/file-icons/file_type_c3.svg +0 -1
  332. package/static/95c7ea1/file-icons/file_type_c_al.svg +0 -1
  333. package/static/95c7ea1/file-icons/file_type_cabal.svg +0 -1
  334. package/static/95c7ea1/file-icons/file_type_caddy.svg +0 -1
  335. package/static/95c7ea1/file-icons/file_type_cake.svg +0 -1
  336. package/static/95c7ea1/file-icons/file_type_cakephp.svg +0 -1
  337. package/static/95c7ea1/file-icons/file_type_capacitor.svg +0 -1
  338. package/static/95c7ea1/file-icons/file_type_cargo.svg +0 -1
  339. package/static/95c7ea1/file-icons/file_type_casc.svg +0 -1
  340. package/static/95c7ea1/file-icons/file_type_cddl.svg +0 -1
  341. package/static/95c7ea1/file-icons/file_type_cert.svg +0 -1
  342. package/static/95c7ea1/file-icons/file_type_ceylon.svg +0 -1
  343. package/static/95c7ea1/file-icons/file_type_cf.svg +0 -1
  344. package/static/95c7ea1/file-icons/file_type_cf2.svg +0 -1
  345. package/static/95c7ea1/file-icons/file_type_cfc.svg +0 -1
  346. package/static/95c7ea1/file-icons/file_type_cfc2.svg +0 -1
  347. package/static/95c7ea1/file-icons/file_type_cfm.svg +0 -1
  348. package/static/95c7ea1/file-icons/file_type_cfm2.svg +0 -1
  349. package/static/95c7ea1/file-icons/file_type_cheader.svg +0 -1
  350. package/static/95c7ea1/file-icons/file_type_chef.svg +0 -1
  351. package/static/95c7ea1/file-icons/file_type_chef_cookbook.svg +0 -1
  352. package/static/95c7ea1/file-icons/file_type_circleci.svg +0 -1
  353. package/static/95c7ea1/file-icons/file_type_class.svg +0 -1
  354. package/static/95c7ea1/file-icons/file_type_clojure.svg +0 -1
  355. package/static/95c7ea1/file-icons/file_type_clojurescript.svg +0 -1
  356. package/static/95c7ea1/file-icons/file_type_cloudfoundry.svg +0 -1
  357. package/static/95c7ea1/file-icons/file_type_cmake.svg +0 -1
  358. package/static/95c7ea1/file-icons/file_type_cobol.svg +0 -1
  359. package/static/95c7ea1/file-icons/file_type_codacy.svg +0 -1
  360. package/static/95c7ea1/file-icons/file_type_codeclimate.svg +0 -1
  361. package/static/95c7ea1/file-icons/file_type_codecov.svg +0 -1
  362. package/static/95c7ea1/file-icons/file_type_codekit.svg +0 -1
  363. package/static/95c7ea1/file-icons/file_type_codeowners.svg +0 -1
  364. package/static/95c7ea1/file-icons/file_type_codeql.svg +0 -1
  365. package/static/95c7ea1/file-icons/file_type_coderabbit.svg +0 -1
  366. package/static/95c7ea1/file-icons/file_type_coffeelint.svg +0 -1
  367. package/static/95c7ea1/file-icons/file_type_coffeescript.svg +0 -1
  368. package/static/95c7ea1/file-icons/file_type_commitizen.svg +0 -1
  369. package/static/95c7ea1/file-icons/file_type_commitlint.svg +0 -1
  370. package/static/95c7ea1/file-icons/file_type_compass.svg +0 -1
  371. package/static/95c7ea1/file-icons/file_type_composer.svg +0 -1
  372. package/static/95c7ea1/file-icons/file_type_conan.svg +0 -1
  373. package/static/95c7ea1/file-icons/file_type_conda.svg +0 -1
  374. package/static/95c7ea1/file-icons/file_type_config.svg +0 -1
  375. package/static/95c7ea1/file-icons/file_type_confluence.svg +0 -1
  376. package/static/95c7ea1/file-icons/file_type_coverage.svg +0 -1
  377. package/static/95c7ea1/file-icons/file_type_coveralls.svg +0 -1
  378. package/static/95c7ea1/file-icons/file_type_cpp.svg +0 -1
  379. package/static/95c7ea1/file-icons/file_type_cpp2.svg +0 -1
  380. package/static/95c7ea1/file-icons/file_type_cpp3.svg +0 -1
  381. package/static/95c7ea1/file-icons/file_type_cppheader.svg +0 -1
  382. package/static/95c7ea1/file-icons/file_type_crowdin.svg +0 -1
  383. package/static/95c7ea1/file-icons/file_type_crystal.svg +0 -1
  384. package/static/95c7ea1/file-icons/file_type_csharp.svg +0 -1
  385. package/static/95c7ea1/file-icons/file_type_csharp2.svg +0 -1
  386. package/static/95c7ea1/file-icons/file_type_cspell.svg +0 -1
  387. package/static/95c7ea1/file-icons/file_type_csproj.svg +0 -1
  388. package/static/95c7ea1/file-icons/file_type_css.svg +0 -1
  389. package/static/95c7ea1/file-icons/file_type_csscomb.svg +0 -1
  390. package/static/95c7ea1/file-icons/file_type_csslint.svg +0 -1
  391. package/static/95c7ea1/file-icons/file_type_cssmap.svg +0 -1
  392. package/static/95c7ea1/file-icons/file_type_cucumber.svg +0 -1
  393. package/static/95c7ea1/file-icons/file_type_cuda.svg +0 -1
  394. package/static/95c7ea1/file-icons/file_type_cvs.svg +0 -1
  395. package/static/95c7ea1/file-icons/file_type_cypress.svg +0 -1
  396. package/static/95c7ea1/file-icons/file_type_cypress_spec.svg +0 -1
  397. package/static/95c7ea1/file-icons/file_type_cython.svg +0 -1
  398. package/static/95c7ea1/file-icons/file_type_dal.svg +0 -1
  399. package/static/95c7ea1/file-icons/file_type_darcs.svg +0 -1
  400. package/static/95c7ea1/file-icons/file_type_dartlang.svg +0 -1
  401. package/static/95c7ea1/file-icons/file_type_dartlang_generated.svg +0 -1
  402. package/static/95c7ea1/file-icons/file_type_dartlang_ignore.svg +0 -1
  403. package/static/95c7ea1/file-icons/file_type_datadog.svg +0 -1
  404. package/static/95c7ea1/file-icons/file_type_db.svg +0 -1
  405. package/static/95c7ea1/file-icons/file_type_debian.svg +0 -1
  406. package/static/95c7ea1/file-icons/file_type_delphi.svg +0 -1
  407. package/static/95c7ea1/file-icons/file_type_deno.svg +0 -1
  408. package/static/95c7ea1/file-icons/file_type_denoify.svg +0 -1
  409. package/static/95c7ea1/file-icons/file_type_dependabot.svg +0 -1
  410. package/static/95c7ea1/file-icons/file_type_dependencies.svg +0 -1
  411. package/static/95c7ea1/file-icons/file_type_devcontainer.svg +0 -1
  412. package/static/95c7ea1/file-icons/file_type_dhall.svg +0 -1
  413. package/static/95c7ea1/file-icons/file_type_diff.svg +0 -1
  414. package/static/95c7ea1/file-icons/file_type_django.svg +0 -1
  415. package/static/95c7ea1/file-icons/file_type_dlang.svg +0 -1
  416. package/static/95c7ea1/file-icons/file_type_docker.svg +0 -1
  417. package/static/95c7ea1/file-icons/file_type_docker2.svg +0 -1
  418. package/static/95c7ea1/file-icons/file_type_dockertest.svg +0 -1
  419. package/static/95c7ea1/file-icons/file_type_dockertest2.svg +0 -1
  420. package/static/95c7ea1/file-icons/file_type_docpad.svg +0 -1
  421. package/static/95c7ea1/file-icons/file_type_docz.svg +0 -1
  422. package/static/95c7ea1/file-icons/file_type_dojo.svg +0 -1
  423. package/static/95c7ea1/file-icons/file_type_doppler.svg +0 -1
  424. package/static/95c7ea1/file-icons/file_type_dotenv.svg +0 -1
  425. package/static/95c7ea1/file-icons/file_type_dotjs.svg +0 -1
  426. package/static/95c7ea1/file-icons/file_type_doxygen.svg +0 -1
  427. package/static/95c7ea1/file-icons/file_type_drawio.svg +0 -1
  428. package/static/95c7ea1/file-icons/file_type_drone.svg +0 -1
  429. package/static/95c7ea1/file-icons/file_type_drools.svg +0 -1
  430. package/static/95c7ea1/file-icons/file_type_dtd.svg +0 -1
  431. package/static/95c7ea1/file-icons/file_type_dustjs.svg +0 -1
  432. package/static/95c7ea1/file-icons/file_type_dvc.svg +0 -1
  433. package/static/95c7ea1/file-icons/file_type_dylan.svg +0 -1
  434. package/static/95c7ea1/file-icons/file_type_earthly.svg +0 -1
  435. package/static/95c7ea1/file-icons/file_type_eas-metadata.svg +0 -1
  436. package/static/95c7ea1/file-icons/file_type_edge.svg +0 -1
  437. package/static/95c7ea1/file-icons/file_type_edge2.svg +0 -1
  438. package/static/95c7ea1/file-icons/file_type_editorconfig.svg +0 -1
  439. package/static/95c7ea1/file-icons/file_type_eex.svg +0 -1
  440. package/static/95c7ea1/file-icons/file_type_ejs.svg +0 -1
  441. package/static/95c7ea1/file-icons/file_type_elastic.svg +0 -1
  442. package/static/95c7ea1/file-icons/file_type_elasticbeanstalk.svg +0 -1
  443. package/static/95c7ea1/file-icons/file_type_eleventy.svg +0 -1
  444. package/static/95c7ea1/file-icons/file_type_eleventy2.svg +0 -1
  445. package/static/95c7ea1/file-icons/file_type_elixir.svg +0 -1
  446. package/static/95c7ea1/file-icons/file_type_elm.svg +0 -1
  447. package/static/95c7ea1/file-icons/file_type_elm2.svg +0 -1
  448. package/static/95c7ea1/file-icons/file_type_emacs.svg +0 -1
  449. package/static/95c7ea1/file-icons/file_type_ember.svg +0 -1
  450. package/static/95c7ea1/file-icons/file_type_ensime.svg +0 -1
  451. package/static/95c7ea1/file-icons/file_type_eps.svg +0 -1
  452. package/static/95c7ea1/file-icons/file_type_erb.svg +0 -1
  453. package/static/95c7ea1/file-icons/file_type_erlang.svg +0 -1
  454. package/static/95c7ea1/file-icons/file_type_erlang2.svg +0 -1
  455. package/static/95c7ea1/file-icons/file_type_esbuild.svg +0 -1
  456. package/static/95c7ea1/file-icons/file_type_eslint.svg +0 -1
  457. package/static/95c7ea1/file-icons/file_type_eslint2.svg +0 -1
  458. package/static/95c7ea1/file-icons/file_type_esphome.svg +0 -1
  459. package/static/95c7ea1/file-icons/file_type_excalidraw.svg +0 -1
  460. package/static/95c7ea1/file-icons/file_type_excel.svg +0 -1
  461. package/static/95c7ea1/file-icons/file_type_excel2.svg +0 -1
  462. package/static/95c7ea1/file-icons/file_type_expo.svg +0 -1
  463. package/static/95c7ea1/file-icons/file_type_falcon.svg +0 -1
  464. package/static/95c7ea1/file-icons/file_type_fantasticon.svg +0 -1
  465. package/static/95c7ea1/file-icons/file_type_fauna.svg +0 -1
  466. package/static/95c7ea1/file-icons/file_type_favicon.svg +0 -1
  467. package/static/95c7ea1/file-icons/file_type_fbx.svg +0 -1
  468. package/static/95c7ea1/file-icons/file_type_firebase.svg +0 -1
  469. package/static/95c7ea1/file-icons/file_type_firebasehosting.svg +0 -1
  470. package/static/95c7ea1/file-icons/file_type_firestore.svg +0 -1
  471. package/static/95c7ea1/file-icons/file_type_fitbit.svg +0 -1
  472. package/static/95c7ea1/file-icons/file_type_fla.svg +0 -1
  473. package/static/95c7ea1/file-icons/file_type_flareact.svg +0 -1
  474. package/static/95c7ea1/file-icons/file_type_flash.svg +0 -1
  475. package/static/95c7ea1/file-icons/file_type_floobits.svg +0 -1
  476. package/static/95c7ea1/file-icons/file_type_flow.svg +0 -1
  477. package/static/95c7ea1/file-icons/file_type_flutter.svg +0 -1
  478. package/static/95c7ea1/file-icons/file_type_flutter_package.svg +0 -1
  479. package/static/95c7ea1/file-icons/file_type_font.svg +0 -1
  480. package/static/95c7ea1/file-icons/file_type_formkit.svg +0 -1
  481. package/static/95c7ea1/file-icons/file_type_fortran.svg +0 -1
  482. package/static/95c7ea1/file-icons/file_type_fossa.svg +0 -1
  483. package/static/95c7ea1/file-icons/file_type_fossil.svg +0 -1
  484. package/static/95c7ea1/file-icons/file_type_freemarker.svg +0 -1
  485. package/static/95c7ea1/file-icons/file_type_frontcommerce.svg +0 -1
  486. package/static/95c7ea1/file-icons/file_type_fsharp.svg +0 -1
  487. package/static/95c7ea1/file-icons/file_type_fsharp2.svg +0 -1
  488. package/static/95c7ea1/file-icons/file_type_fsproj.svg +0 -1
  489. package/static/95c7ea1/file-icons/file_type_fthtml.svg +0 -1
  490. package/static/95c7ea1/file-icons/file_type_funding.svg +0 -1
  491. package/static/95c7ea1/file-icons/file_type_fusebox.svg +0 -1
  492. package/static/95c7ea1/file-icons/file_type_galen.svg +0 -1
  493. package/static/95c7ea1/file-icons/file_type_galen2.svg +0 -1
  494. package/static/95c7ea1/file-icons/file_type_gamemaker.svg +0 -1
  495. package/static/95c7ea1/file-icons/file_type_gamemaker2.svg +0 -1
  496. package/static/95c7ea1/file-icons/file_type_gamemaker81.svg +0 -1
  497. package/static/95c7ea1/file-icons/file_type_gatsby.svg +0 -1
  498. package/static/95c7ea1/file-icons/file_type_gcloud.svg +0 -1
  499. package/static/95c7ea1/file-icons/file_type_gcode.svg +0 -1
  500. package/static/95c7ea1/file-icons/file_type_gdscript.svg +0 -1
  501. package/static/95c7ea1/file-icons/file_type_genstat.svg +0 -1
  502. package/static/95c7ea1/file-icons/file_type_git.svg +0 -1
  503. package/static/95c7ea1/file-icons/file_type_git2.svg +0 -1
  504. package/static/95c7ea1/file-icons/file_type_gitlab.svg +0 -1
  505. package/static/95c7ea1/file-icons/file_type_gitpod.svg +0 -1
  506. package/static/95c7ea1/file-icons/file_type_gleam.svg +0 -1
  507. package/static/95c7ea1/file-icons/file_type_gleamconfig.svg +0 -1
  508. package/static/95c7ea1/file-icons/file_type_glide.svg +0 -1
  509. package/static/95c7ea1/file-icons/file_type_glitter.svg +0 -1
  510. package/static/95c7ea1/file-icons/file_type_glsl.svg +0 -1
  511. package/static/95c7ea1/file-icons/file_type_glyphs.svg +0 -1
  512. package/static/95c7ea1/file-icons/file_type_gnu.svg +0 -1
  513. package/static/95c7ea1/file-icons/file_type_gnuplot.svg +0 -1
  514. package/static/95c7ea1/file-icons/file_type_go.svg +0 -1
  515. package/static/95c7ea1/file-icons/file_type_go_aqua.svg +0 -1
  516. package/static/95c7ea1/file-icons/file_type_go_black.svg +0 -1
  517. package/static/95c7ea1/file-icons/file_type_go_fuchsia.svg +0 -1
  518. package/static/95c7ea1/file-icons/file_type_go_gopher.svg +0 -1
  519. package/static/95c7ea1/file-icons/file_type_go_lightblue.svg +0 -1
  520. package/static/95c7ea1/file-icons/file_type_go_package.svg +0 -1
  521. package/static/95c7ea1/file-icons/file_type_go_white.svg +0 -1
  522. package/static/95c7ea1/file-icons/file_type_go_work.svg +0 -1
  523. package/static/95c7ea1/file-icons/file_type_go_yellow.svg +0 -1
  524. package/static/95c7ea1/file-icons/file_type_goctl.svg +0 -1
  525. package/static/95c7ea1/file-icons/file_type_godot.svg +0 -1
  526. package/static/95c7ea1/file-icons/file_type_gpg.svg +0 -1
  527. package/static/95c7ea1/file-icons/file_type_gradle.svg +0 -1
  528. package/static/95c7ea1/file-icons/file_type_gradle2.svg +0 -1
  529. package/static/95c7ea1/file-icons/file_type_grain.svg +0 -1
  530. package/static/95c7ea1/file-icons/file_type_graphql.svg +0 -1
  531. package/static/95c7ea1/file-icons/file_type_graphql_config.svg +0 -1
  532. package/static/95c7ea1/file-icons/file_type_graphviz.svg +0 -1
  533. package/static/95c7ea1/file-icons/file_type_greenkeeper.svg +0 -1
  534. package/static/95c7ea1/file-icons/file_type_gridsome.svg +0 -1
  535. package/static/95c7ea1/file-icons/file_type_groovy.svg +0 -1
  536. package/static/95c7ea1/file-icons/file_type_groovy2.svg +0 -1
  537. package/static/95c7ea1/file-icons/file_type_grunt.svg +0 -1
  538. package/static/95c7ea1/file-icons/file_type_gulp.svg +0 -1
  539. package/static/95c7ea1/file-icons/file_type_haml.svg +0 -1
  540. package/static/95c7ea1/file-icons/file_type_handlebars.svg +0 -1
  541. package/static/95c7ea1/file-icons/file_type_handlebars2.svg +0 -1
  542. package/static/95c7ea1/file-icons/file_type_harbour.svg +0 -1
  543. package/static/95c7ea1/file-icons/file_type_hardhat.svg +0 -1
  544. package/static/95c7ea1/file-icons/file_type_hashicorp.svg +0 -1
  545. package/static/95c7ea1/file-icons/file_type_haskell.svg +0 -1
  546. package/static/95c7ea1/file-icons/file_type_haskell2.svg +0 -1
  547. package/static/95c7ea1/file-icons/file_type_haxe.svg +0 -1
  548. package/static/95c7ea1/file-icons/file_type_haxecheckstyle.svg +0 -1
  549. package/static/95c7ea1/file-icons/file_type_haxedevelop.svg +0 -1
  550. package/static/95c7ea1/file-icons/file_type_helix.svg +0 -1
  551. package/static/95c7ea1/file-icons/file_type_helm.svg +0 -1
  552. package/static/95c7ea1/file-icons/file_type_hjson.svg +0 -1
  553. package/static/95c7ea1/file-icons/file_type_hlsl.svg +0 -1
  554. package/static/95c7ea1/file-icons/file_type_homeassistant.svg +0 -1
  555. package/static/95c7ea1/file-icons/file_type_horusec.svg +0 -1
  556. package/static/95c7ea1/file-icons/file_type_host.svg +0 -1
  557. package/static/95c7ea1/file-icons/file_type_html.svg +0 -1
  558. package/static/95c7ea1/file-icons/file_type_htmlhint.svg +0 -1
  559. package/static/95c7ea1/file-icons/file_type_htmlvalidate.svg +0 -1
  560. package/static/95c7ea1/file-icons/file_type_http.svg +0 -1
  561. package/static/95c7ea1/file-icons/file_type_hunspell.svg +0 -1
  562. package/static/95c7ea1/file-icons/file_type_husky.svg +0 -1
  563. package/static/95c7ea1/file-icons/file_type_hy.svg +0 -1
  564. package/static/95c7ea1/file-icons/file_type_hygen.svg +0 -1
  565. package/static/95c7ea1/file-icons/file_type_hypr.svg +0 -1
  566. package/static/95c7ea1/file-icons/file_type_icl.svg +0 -1
  567. package/static/95c7ea1/file-icons/file_type_idris.svg +0 -1
  568. package/static/95c7ea1/file-icons/file_type_idrisbin.svg +0 -1
  569. package/static/95c7ea1/file-icons/file_type_idrispkg.svg +0 -1
  570. package/static/95c7ea1/file-icons/file_type_image.svg +0 -1
  571. package/static/95c7ea1/file-icons/file_type_imba.svg +0 -1
  572. package/static/95c7ea1/file-icons/file_type_inc.svg +0 -1
  573. package/static/95c7ea1/file-icons/file_type_infopath.svg +0 -1
  574. package/static/95c7ea1/file-icons/file_type_informix.svg +0 -1
  575. package/static/95c7ea1/file-icons/file_type_ini.svg +0 -1
  576. package/static/95c7ea1/file-icons/file_type_ink.svg +0 -1
  577. package/static/95c7ea1/file-icons/file_type_innosetup.svg +0 -1
  578. package/static/95c7ea1/file-icons/file_type_io.svg +0 -1
  579. package/static/95c7ea1/file-icons/file_type_iodine.svg +0 -1
  580. package/static/95c7ea1/file-icons/file_type_ionic.svg +0 -1
  581. package/static/95c7ea1/file-icons/file_type_jake.svg +0 -1
  582. package/static/95c7ea1/file-icons/file_type_janet.svg +0 -1
  583. package/static/95c7ea1/file-icons/file_type_jar.svg +0 -1
  584. package/static/95c7ea1/file-icons/file_type_jasmine.svg +0 -1
  585. package/static/95c7ea1/file-icons/file_type_java.svg +0 -1
  586. package/static/95c7ea1/file-icons/file_type_jbuilder.svg +0 -1
  587. package/static/95c7ea1/file-icons/file_type_jekyll.svg +0 -1
  588. package/static/95c7ea1/file-icons/file_type_jenkins.svg +0 -1
  589. package/static/95c7ea1/file-icons/file_type_jest.svg +0 -1
  590. package/static/95c7ea1/file-icons/file_type_jest_snapshot.svg +0 -1
  591. package/static/95c7ea1/file-icons/file_type_jinja.svg +0 -1
  592. package/static/95c7ea1/file-icons/file_type_jpm.svg +0 -1
  593. package/static/95c7ea1/file-icons/file_type_js.svg +0 -1
  594. package/static/95c7ea1/file-icons/file_type_js_official.svg +0 -1
  595. package/static/95c7ea1/file-icons/file_type_jsbeautify.svg +0 -1
  596. package/static/95c7ea1/file-icons/file_type_jsconfig.svg +0 -1
  597. package/static/95c7ea1/file-icons/file_type_jscpd.svg +0 -1
  598. package/static/95c7ea1/file-icons/file_type_jshint.svg +0 -1
  599. package/static/95c7ea1/file-icons/file_type_jsmap.svg +0 -1
  600. package/static/95c7ea1/file-icons/file_type_json.svg +0 -1
  601. package/static/95c7ea1/file-icons/file_type_json2.svg +0 -1
  602. package/static/95c7ea1/file-icons/file_type_json5.svg +0 -1
  603. package/static/95c7ea1/file-icons/file_type_json_official.svg +0 -1
  604. package/static/95c7ea1/file-icons/file_type_json_schema.svg +0 -1
  605. package/static/95c7ea1/file-icons/file_type_jsonld.svg +0 -1
  606. package/static/95c7ea1/file-icons/file_type_jsonnet.svg +0 -1
  607. package/static/95c7ea1/file-icons/file_type_jsp.svg +0 -1
  608. package/static/95c7ea1/file-icons/file_type_jss.svg +0 -1
  609. package/static/95c7ea1/file-icons/file_type_juice.svg +0 -1
  610. package/static/95c7ea1/file-icons/file_type_julia.svg +0 -1
  611. package/static/95c7ea1/file-icons/file_type_julia2.svg +0 -1
  612. package/static/95c7ea1/file-icons/file_type_jupyter.svg +0 -1
  613. package/static/95c7ea1/file-icons/file_type_k.svg +0 -1
  614. package/static/95c7ea1/file-icons/file_type_karma.svg +0 -1
  615. package/static/95c7ea1/file-icons/file_type_key.svg +0 -1
  616. package/static/95c7ea1/file-icons/file_type_kitchenci.svg +0 -1
  617. package/static/95c7ea1/file-icons/file_type_kite.svg +0 -1
  618. package/static/95c7ea1/file-icons/file_type_kivy.svg +0 -1
  619. package/static/95c7ea1/file-icons/file_type_knip.svg +0 -1
  620. package/static/95c7ea1/file-icons/file_type_kos.svg +0 -1
  621. package/static/95c7ea1/file-icons/file_type_kotlin.svg +0 -1
  622. package/static/95c7ea1/file-icons/file_type_kusto.svg +0 -1
  623. package/static/95c7ea1/file-icons/file_type_latino.svg +0 -1
  624. package/static/95c7ea1/file-icons/file_type_layout.svg +0 -1
  625. package/static/95c7ea1/file-icons/file_type_lerna.svg +0 -1
  626. package/static/95c7ea1/file-icons/file_type_less.svg +0 -1
  627. package/static/95c7ea1/file-icons/file_type_lex.svg +0 -1
  628. package/static/95c7ea1/file-icons/file_type_liara.svg +0 -1
  629. package/static/95c7ea1/file-icons/file_type_libreoffice_base.svg +0 -1
  630. package/static/95c7ea1/file-icons/file_type_libreoffice_calc.svg +0 -1
  631. package/static/95c7ea1/file-icons/file_type_libreoffice_draw.svg +0 -1
  632. package/static/95c7ea1/file-icons/file_type_libreoffice_impress.svg +0 -1
  633. package/static/95c7ea1/file-icons/file_type_libreoffice_math.svg +0 -1
  634. package/static/95c7ea1/file-icons/file_type_libreoffice_writer.svg +0 -1
  635. package/static/95c7ea1/file-icons/file_type_license.svg +0 -1
  636. package/static/95c7ea1/file-icons/file_type_licensebat.svg +0 -1
  637. package/static/95c7ea1/file-icons/file_type_light_actionscript2.svg +0 -1
  638. package/static/95c7ea1/file-icons/file_type_light_ada.svg +0 -1
  639. package/static/95c7ea1/file-icons/file_type_light_apl.svg +0 -1
  640. package/static/95c7ea1/file-icons/file_type_light_astro.svg +0 -1
  641. package/static/95c7ea1/file-icons/file_type_light_astroconfig.svg +0 -1
  642. package/static/95c7ea1/file-icons/file_type_light_babel.svg +0 -1
  643. package/static/95c7ea1/file-icons/file_type_light_babel2.svg +0 -1
  644. package/static/95c7ea1/file-icons/file_type_light_cabal.svg +0 -1
  645. package/static/95c7ea1/file-icons/file_type_light_circleci.svg +0 -1
  646. package/static/95c7ea1/file-icons/file_type_light_cloudfoundry.svg +0 -1
  647. package/static/95c7ea1/file-icons/file_type_light_codacy.svg +0 -1
  648. package/static/95c7ea1/file-icons/file_type_light_codeclimate.svg +0 -1
  649. package/static/95c7ea1/file-icons/file_type_light_codeowners.svg +0 -1
  650. package/static/95c7ea1/file-icons/file_type_light_config.svg +0 -1
  651. package/static/95c7ea1/file-icons/file_type_light_crystal.svg +0 -1
  652. package/static/95c7ea1/file-icons/file_type_light_cypress.svg +0 -1
  653. package/static/95c7ea1/file-icons/file_type_light_cypress_spec.svg +0 -1
  654. package/static/95c7ea1/file-icons/file_type_light_db.svg +0 -1
  655. package/static/95c7ea1/file-icons/file_type_light_deno.svg +0 -1
  656. package/static/95c7ea1/file-icons/file_type_light_dhall.svg +0 -1
  657. package/static/95c7ea1/file-icons/file_type_light_docpad.svg +0 -1
  658. package/static/95c7ea1/file-icons/file_type_light_drone.svg +0 -1
  659. package/static/95c7ea1/file-icons/file_type_light_eas-metadata.svg +0 -1
  660. package/static/95c7ea1/file-icons/file_type_light_eleventy.svg +0 -1
  661. package/static/95c7ea1/file-icons/file_type_light_eleventy2.svg +0 -1
  662. package/static/95c7ea1/file-icons/file_type_light_esphome.svg +0 -1
  663. package/static/95c7ea1/file-icons/file_type_light_expo.svg +0 -1
  664. package/static/95c7ea1/file-icons/file_type_light_firebasehosting.svg +0 -1
  665. package/static/95c7ea1/file-icons/file_type_light_fla.svg +0 -1
  666. package/static/95c7ea1/file-icons/file_type_light_font.svg +0 -1
  667. package/static/95c7ea1/file-icons/file_type_light_gamemaker2.svg +0 -1
  668. package/static/95c7ea1/file-icons/file_type_light_gradle.svg +0 -1
  669. package/static/95c7ea1/file-icons/file_type_light_hashicorp.svg +0 -1
  670. package/static/95c7ea1/file-icons/file_type_light_hjson.svg +0 -1
  671. package/static/95c7ea1/file-icons/file_type_light_ini.svg +0 -1
  672. package/static/95c7ea1/file-icons/file_type_light_io.svg +0 -1
  673. package/static/95c7ea1/file-icons/file_type_light_js.svg +0 -1
  674. package/static/95c7ea1/file-icons/file_type_light_jsconfig.svg +0 -1
  675. package/static/95c7ea1/file-icons/file_type_light_jsmap.svg +0 -1
  676. package/static/95c7ea1/file-icons/file_type_light_json.svg +0 -1
  677. package/static/95c7ea1/file-icons/file_type_light_json5.svg +0 -1
  678. package/static/95c7ea1/file-icons/file_type_light_json_schema.svg +0 -1
  679. package/static/95c7ea1/file-icons/file_type_light_jsonld.svg +0 -1
  680. package/static/95c7ea1/file-icons/file_type_light_kite.svg +0 -1
  681. package/static/95c7ea1/file-icons/file_type_light_lerna.svg +0 -1
  682. package/static/95c7ea1/file-icons/file_type_light_mailing.svg +0 -1
  683. package/static/95c7ea1/file-icons/file_type_light_mdx-components.svg +0 -1
  684. package/static/95c7ea1/file-icons/file_type_light_mdx.svg +0 -1
  685. package/static/95c7ea1/file-icons/file_type_light_mlang.svg +0 -1
  686. package/static/95c7ea1/file-icons/file_type_light_mustache.svg +0 -1
  687. package/static/95c7ea1/file-icons/file_type_light_netlify.svg +0 -1
  688. package/static/95c7ea1/file-icons/file_type_light_next.svg +0 -1
  689. package/static/95c7ea1/file-icons/file_type_light_nim.svg +0 -1
  690. package/static/95c7ea1/file-icons/file_type_light_nx.svg +0 -1
  691. package/static/95c7ea1/file-icons/file_type_light_objidconfig.svg +0 -1
  692. package/static/95c7ea1/file-icons/file_type_light_openHAB.svg +0 -1
  693. package/static/95c7ea1/file-icons/file_type_light_pcl.svg +0 -1
  694. package/static/95c7ea1/file-icons/file_type_light_pnpm.svg +0 -1
  695. package/static/95c7ea1/file-icons/file_type_light_prettier.svg +0 -1
  696. package/static/95c7ea1/file-icons/file_type_light_prisma.svg +0 -1
  697. package/static/95c7ea1/file-icons/file_type_light_purescript.svg +0 -1
  698. package/static/95c7ea1/file-icons/file_type_light_quasar.svg +0 -1
  699. package/static/95c7ea1/file-icons/file_type_light_raku.svg +0 -1
  700. package/static/95c7ea1/file-icons/file_type_light_razzle.svg +0 -1
  701. package/static/95c7ea1/file-icons/file_type_light_rehype.svg +0 -1
  702. package/static/95c7ea1/file-icons/file_type_light_remark.svg +0 -1
  703. package/static/95c7ea1/file-icons/file_type_light_replit.svg +0 -1
  704. package/static/95c7ea1/file-icons/file_type_light_retext.svg +0 -1
  705. package/static/95c7ea1/file-icons/file_type_light_rome.svg +0 -1
  706. package/static/95c7ea1/file-icons/file_type_light_rubocop.svg +0 -1
  707. package/static/95c7ea1/file-icons/file_type_light_rust.svg +0 -1
  708. package/static/95c7ea1/file-icons/file_type_light_rust_toolchain.svg +0 -1
  709. package/static/95c7ea1/file-icons/file_type_light_safetensors.svg +0 -1
  710. package/static/95c7ea1/file-icons/file_type_light_shaderlab.svg +0 -1
  711. package/static/95c7ea1/file-icons/file_type_light_solidity.svg +0 -1
  712. package/static/95c7ea1/file-icons/file_type_light_spin.svg +0 -1
  713. package/static/95c7ea1/file-icons/file_type_light_stylelint.svg +0 -1
  714. package/static/95c7ea1/file-icons/file_type_light_stylus.svg +0 -1
  715. package/static/95c7ea1/file-icons/file_type_light_symfony.svg +0 -1
  716. package/static/95c7ea1/file-icons/file_type_light_systemd.svg +0 -1
  717. package/static/95c7ea1/file-icons/file_type_light_systemverilog.svg +0 -1
  718. package/static/95c7ea1/file-icons/file_type_light_testcafe.svg +0 -1
  719. package/static/95c7ea1/file-icons/file_type_light_testjs.svg +0 -1
  720. package/static/95c7ea1/file-icons/file_type_light_tex.svg +0 -1
  721. package/static/95c7ea1/file-icons/file_type_light_tm.svg +0 -1
  722. package/static/95c7ea1/file-icons/file_type_light_tmux.svg +0 -1
  723. package/static/95c7ea1/file-icons/file_type_light_todo.svg +0 -1
  724. package/static/95c7ea1/file-icons/file_type_light_toit.svg +0 -1
  725. package/static/95c7ea1/file-icons/file_type_light_toml.svg +0 -1
  726. package/static/95c7ea1/file-icons/file_type_light_tree.svg +0 -1
  727. package/static/95c7ea1/file-icons/file_type_light_turbo.svg +0 -1
  728. package/static/95c7ea1/file-icons/file_type_light_unibeautify.svg +0 -1
  729. package/static/95c7ea1/file-icons/file_type_light_vash.svg +0 -1
  730. package/static/95c7ea1/file-icons/file_type_light_vercel.svg +0 -1
  731. package/static/95c7ea1/file-icons/file_type_light_vsix.svg +0 -1
  732. package/static/95c7ea1/file-icons/file_type_light_vsixmanifest.svg +0 -1
  733. package/static/95c7ea1/file-icons/file_type_light_xfl.svg +0 -1
  734. package/static/95c7ea1/file-icons/file_type_light_xorg.svg +0 -1
  735. package/static/95c7ea1/file-icons/file_type_light_yaml.svg +0 -1
  736. package/static/95c7ea1/file-icons/file_type_light_zeit.svg +0 -1
  737. package/static/95c7ea1/file-icons/file_type_lighthouse.svg +0 -1
  738. package/static/95c7ea1/file-icons/file_type_lilypond.svg +0 -1
  739. package/static/95c7ea1/file-icons/file_type_lime.svg +0 -1
  740. package/static/95c7ea1/file-icons/file_type_lintstagedrc.svg +0 -1
  741. package/static/95c7ea1/file-icons/file_type_liquid.svg +0 -1
  742. package/static/95c7ea1/file-icons/file_type_lisp.svg +0 -1
  743. package/static/95c7ea1/file-icons/file_type_livescript.svg +0 -1
  744. package/static/95c7ea1/file-icons/file_type_lnk.svg +0 -1
  745. package/static/95c7ea1/file-icons/file_type_locale.svg +0 -1
  746. package/static/95c7ea1/file-icons/file_type_log.svg +0 -1
  747. package/static/95c7ea1/file-icons/file_type_lolcode.svg +0 -1
  748. package/static/95c7ea1/file-icons/file_type_lsl.svg +0 -1
  749. package/static/95c7ea1/file-icons/file_type_lua.svg +0 -1
  750. package/static/95c7ea1/file-icons/file_type_luau.svg +0 -1
  751. package/static/95c7ea1/file-icons/file_type_lync.svg +0 -1
  752. package/static/95c7ea1/file-icons/file_type_mailing.svg +0 -1
  753. package/static/95c7ea1/file-icons/file_type_makefile.svg +0 -1
  754. package/static/95c7ea1/file-icons/file_type_manifest.svg +0 -1
  755. package/static/95c7ea1/file-icons/file_type_manifest_bak.svg +0 -1
  756. package/static/95c7ea1/file-icons/file_type_manifest_skip.svg +0 -1
  757. package/static/95c7ea1/file-icons/file_type_map.svg +0 -1
  758. package/static/95c7ea1/file-icons/file_type_mariadb.svg +0 -1
  759. package/static/95c7ea1/file-icons/file_type_markdown.svg +0 -1
  760. package/static/95c7ea1/file-icons/file_type_markdownlint.svg +0 -1
  761. package/static/95c7ea1/file-icons/file_type_markdownlint_ignore.svg +0 -1
  762. package/static/95c7ea1/file-icons/file_type_marko.svg +0 -1
  763. package/static/95c7ea1/file-icons/file_type_markojs.svg +0 -1
  764. package/static/95c7ea1/file-icons/file_type_master-co.svg +0 -1
  765. package/static/95c7ea1/file-icons/file_type_matlab.svg +0 -1
  766. package/static/95c7ea1/file-icons/file_type_maven.svg +0 -1
  767. package/static/95c7ea1/file-icons/file_type_maxscript.svg +0 -1
  768. package/static/95c7ea1/file-icons/file_type_maya.svg +0 -1
  769. package/static/95c7ea1/file-icons/file_type_mdx-components.svg +0 -1
  770. package/static/95c7ea1/file-icons/file_type_mdx.svg +0 -1
  771. package/static/95c7ea1/file-icons/file_type_mediawiki.svg +0 -1
  772. package/static/95c7ea1/file-icons/file_type_mercurial.svg +0 -1
  773. package/static/95c7ea1/file-icons/file_type_mermaid.svg +0 -1
  774. package/static/95c7ea1/file-icons/file_type_meson.svg +0 -1
  775. package/static/95c7ea1/file-icons/file_type_meteor.svg +0 -1
  776. package/static/95c7ea1/file-icons/file_type_mivascript.svg +0 -1
  777. package/static/95c7ea1/file-icons/file_type_mjml.svg +0 -1
  778. package/static/95c7ea1/file-icons/file_type_mlang.svg +0 -1
  779. package/static/95c7ea1/file-icons/file_type_mocha.svg +0 -1
  780. package/static/95c7ea1/file-icons/file_type_modernizr.svg +0 -1
  781. package/static/95c7ea1/file-icons/file_type_mojo.svg +0 -1
  782. package/static/95c7ea1/file-icons/file_type_mojolicious.svg +0 -1
  783. package/static/95c7ea1/file-icons/file_type_moleculer.svg +0 -1
  784. package/static/95c7ea1/file-icons/file_type_mondoo.svg +0 -1
  785. package/static/95c7ea1/file-icons/file_type_mongo.svg +0 -1
  786. package/static/95c7ea1/file-icons/file_type_monotone.svg +0 -1
  787. package/static/95c7ea1/file-icons/file_type_motif.svg +0 -1
  788. package/static/95c7ea1/file-icons/file_type_mson.svg +0 -1
  789. package/static/95c7ea1/file-icons/file_type_mustache.svg +0 -1
  790. package/static/95c7ea1/file-icons/file_type_mvt.svg +0 -1
  791. package/static/95c7ea1/file-icons/file_type_mvtcss.svg +0 -1
  792. package/static/95c7ea1/file-icons/file_type_mvtjs.svg +0 -1
  793. package/static/95c7ea1/file-icons/file_type_mysql.svg +0 -1
  794. package/static/95c7ea1/file-icons/file_type_ndst.svg +0 -1
  795. package/static/95c7ea1/file-icons/file_type_nearly.svg +0 -1
  796. package/static/95c7ea1/file-icons/file_type_nest_adapter_js.svg +0 -1
  797. package/static/95c7ea1/file-icons/file_type_nest_adapter_ts.svg +0 -1
  798. package/static/95c7ea1/file-icons/file_type_nest_controller_js.svg +0 -1
  799. package/static/95c7ea1/file-icons/file_type_nest_controller_ts.svg +0 -1
  800. package/static/95c7ea1/file-icons/file_type_nest_decorator_js.svg +0 -1
  801. package/static/95c7ea1/file-icons/file_type_nest_decorator_ts.svg +0 -1
  802. package/static/95c7ea1/file-icons/file_type_nest_filter_js.svg +0 -1
  803. package/static/95c7ea1/file-icons/file_type_nest_filter_ts.svg +0 -1
  804. package/static/95c7ea1/file-icons/file_type_nest_gateway_js.svg +0 -1
  805. package/static/95c7ea1/file-icons/file_type_nest_gateway_ts.svg +0 -1
  806. package/static/95c7ea1/file-icons/file_type_nest_guard_js.svg +0 -1
  807. package/static/95c7ea1/file-icons/file_type_nest_guard_ts.svg +0 -1
  808. package/static/95c7ea1/file-icons/file_type_nest_interceptor_js.svg +0 -1
  809. package/static/95c7ea1/file-icons/file_type_nest_interceptor_ts.svg +0 -1
  810. package/static/95c7ea1/file-icons/file_type_nest_middleware_js.svg +0 -1
  811. package/static/95c7ea1/file-icons/file_type_nest_middleware_ts.svg +0 -1
  812. package/static/95c7ea1/file-icons/file_type_nest_module_js.svg +0 -1
  813. package/static/95c7ea1/file-icons/file_type_nest_module_ts.svg +0 -1
  814. package/static/95c7ea1/file-icons/file_type_nest_pipe_js.svg +0 -1
  815. package/static/95c7ea1/file-icons/file_type_nest_pipe_ts.svg +0 -1
  816. package/static/95c7ea1/file-icons/file_type_nest_service_js.svg +0 -1
  817. package/static/95c7ea1/file-icons/file_type_nest_service_ts.svg +0 -1
  818. package/static/95c7ea1/file-icons/file_type_nestjs.svg +0 -1
  819. package/static/95c7ea1/file-icons/file_type_netlify.svg +0 -1
  820. package/static/95c7ea1/file-icons/file_type_next.svg +0 -1
  821. package/static/95c7ea1/file-icons/file_type_nextflow.svg +0 -1
  822. package/static/95c7ea1/file-icons/file_type_ng_component_css.svg +0 -1
  823. package/static/95c7ea1/file-icons/file_type_ng_component_dart.svg +0 -1
  824. package/static/95c7ea1/file-icons/file_type_ng_component_html.svg +0 -1
  825. package/static/95c7ea1/file-icons/file_type_ng_component_js.svg +0 -1
  826. package/static/95c7ea1/file-icons/file_type_ng_component_js2.svg +0 -1
  827. package/static/95c7ea1/file-icons/file_type_ng_component_less.svg +0 -1
  828. package/static/95c7ea1/file-icons/file_type_ng_component_sass.svg +0 -1
  829. package/static/95c7ea1/file-icons/file_type_ng_component_scss.svg +0 -1
  830. package/static/95c7ea1/file-icons/file_type_ng_component_ts.svg +0 -1
  831. package/static/95c7ea1/file-icons/file_type_ng_component_ts2.svg +0 -1
  832. package/static/95c7ea1/file-icons/file_type_ng_controller_js.svg +0 -1
  833. package/static/95c7ea1/file-icons/file_type_ng_controller_ts.svg +0 -1
  834. package/static/95c7ea1/file-icons/file_type_ng_directive_dart.svg +0 -1
  835. package/static/95c7ea1/file-icons/file_type_ng_directive_js.svg +0 -1
  836. package/static/95c7ea1/file-icons/file_type_ng_directive_js2.svg +0 -1
  837. package/static/95c7ea1/file-icons/file_type_ng_directive_ts.svg +0 -1
  838. package/static/95c7ea1/file-icons/file_type_ng_directive_ts2.svg +0 -1
  839. package/static/95c7ea1/file-icons/file_type_ng_guard_dart.svg +0 -1
  840. package/static/95c7ea1/file-icons/file_type_ng_guard_js.svg +0 -1
  841. package/static/95c7ea1/file-icons/file_type_ng_guard_ts.svg +0 -1
  842. package/static/95c7ea1/file-icons/file_type_ng_interceptor_dart.svg +0 -1
  843. package/static/95c7ea1/file-icons/file_type_ng_interceptor_js.svg +0 -1
  844. package/static/95c7ea1/file-icons/file_type_ng_interceptor_ts.svg +0 -1
  845. package/static/95c7ea1/file-icons/file_type_ng_module_dart.svg +0 -1
  846. package/static/95c7ea1/file-icons/file_type_ng_module_js.svg +0 -1
  847. package/static/95c7ea1/file-icons/file_type_ng_module_js2.svg +0 -1
  848. package/static/95c7ea1/file-icons/file_type_ng_module_ts.svg +0 -1
  849. package/static/95c7ea1/file-icons/file_type_ng_module_ts2.svg +0 -1
  850. package/static/95c7ea1/file-icons/file_type_ng_pipe_dart.svg +0 -1
  851. package/static/95c7ea1/file-icons/file_type_ng_pipe_js.svg +0 -1
  852. package/static/95c7ea1/file-icons/file_type_ng_pipe_js2.svg +0 -1
  853. package/static/95c7ea1/file-icons/file_type_ng_pipe_ts.svg +0 -1
  854. package/static/95c7ea1/file-icons/file_type_ng_pipe_ts2.svg +0 -1
  855. package/static/95c7ea1/file-icons/file_type_ng_routing_dart.svg +0 -1
  856. package/static/95c7ea1/file-icons/file_type_ng_routing_js.svg +0 -1
  857. package/static/95c7ea1/file-icons/file_type_ng_routing_js2.svg +0 -1
  858. package/static/95c7ea1/file-icons/file_type_ng_routing_ts.svg +0 -1
  859. package/static/95c7ea1/file-icons/file_type_ng_routing_ts2.svg +0 -1
  860. package/static/95c7ea1/file-icons/file_type_ng_service_dart.svg +0 -1
  861. package/static/95c7ea1/file-icons/file_type_ng_service_js.svg +0 -1
  862. package/static/95c7ea1/file-icons/file_type_ng_service_js2.svg +0 -1
  863. package/static/95c7ea1/file-icons/file_type_ng_service_ts.svg +0 -1
  864. package/static/95c7ea1/file-icons/file_type_ng_service_ts2.svg +0 -1
  865. package/static/95c7ea1/file-icons/file_type_ng_smart_component_dart.svg +0 -1
  866. package/static/95c7ea1/file-icons/file_type_ng_smart_component_js.svg +0 -1
  867. package/static/95c7ea1/file-icons/file_type_ng_smart_component_js2.svg +0 -1
  868. package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts.svg +0 -1
  869. package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts2.svg +0 -1
  870. package/static/95c7ea1/file-icons/file_type_ng_tailwind.svg +0 -1
  871. package/static/95c7ea1/file-icons/file_type_nginx.svg +0 -1
  872. package/static/95c7ea1/file-icons/file_type_nim.svg +0 -1
  873. package/static/95c7ea1/file-icons/file_type_nimble.svg +0 -1
  874. package/static/95c7ea1/file-icons/file_type_ninja.svg +0 -1
  875. package/static/95c7ea1/file-icons/file_type_nix.svg +0 -1
  876. package/static/95c7ea1/file-icons/file_type_njsproj.svg +0 -1
  877. package/static/95c7ea1/file-icons/file_type_noc.svg +0 -1
  878. package/static/95c7ea1/file-icons/file_type_node.svg +0 -1
  879. package/static/95c7ea1/file-icons/file_type_node2.svg +0 -1
  880. package/static/95c7ea1/file-icons/file_type_nodemon.svg +0 -1
  881. package/static/95c7ea1/file-icons/file_type_npm.svg +0 -1
  882. package/static/95c7ea1/file-icons/file_type_nsi.svg +0 -1
  883. package/static/95c7ea1/file-icons/file_type_nsri-integrity.svg +0 -1
  884. package/static/95c7ea1/file-icons/file_type_nsri.svg +0 -1
  885. package/static/95c7ea1/file-icons/file_type_nuget.svg +0 -1
  886. package/static/95c7ea1/file-icons/file_type_numpy.svg +0 -1
  887. package/static/95c7ea1/file-icons/file_type_nunjucks.svg +0 -1
  888. package/static/95c7ea1/file-icons/file_type_nuxt.svg +0 -1
  889. package/static/95c7ea1/file-icons/file_type_nx.svg +0 -1
  890. package/static/95c7ea1/file-icons/file_type_nyc.svg +0 -1
  891. package/static/95c7ea1/file-icons/file_type_objectivec.svg +0 -1
  892. package/static/95c7ea1/file-icons/file_type_objectivecpp.svg +0 -1
  893. package/static/95c7ea1/file-icons/file_type_objidconfig.svg +0 -1
  894. package/static/95c7ea1/file-icons/file_type_ocaml.svg +0 -1
  895. package/static/95c7ea1/file-icons/file_type_ocaml_intf.svg +0 -1
  896. package/static/95c7ea1/file-icons/file_type_ogone.svg +0 -1
  897. package/static/95c7ea1/file-icons/file_type_onenote.svg +0 -1
  898. package/static/95c7ea1/file-icons/file_type_openHAB.svg +0 -1
  899. package/static/95c7ea1/file-icons/file_type_opencl.svg +0 -1
  900. package/static/95c7ea1/file-icons/file_type_openscad.svg +0 -1
  901. package/static/95c7ea1/file-icons/file_type_org.svg +0 -1
  902. package/static/95c7ea1/file-icons/file_type_outlook.svg +0 -1
  903. package/static/95c7ea1/file-icons/file_type_ovpn.svg +0 -1
  904. package/static/95c7ea1/file-icons/file_type_package.svg +0 -1
  905. package/static/95c7ea1/file-icons/file_type_paket.svg +0 -1
  906. package/static/95c7ea1/file-icons/file_type_pandacss.svg +0 -1
  907. package/static/95c7ea1/file-icons/file_type_patch.svg +0 -1
  908. package/static/95c7ea1/file-icons/file_type_pcl.svg +0 -1
  909. package/static/95c7ea1/file-icons/file_type_pddl.svg +0 -1
  910. package/static/95c7ea1/file-icons/file_type_pddl_happenings.svg +0 -1
  911. package/static/95c7ea1/file-icons/file_type_pddl_plan.svg +0 -1
  912. package/static/95c7ea1/file-icons/file_type_pdf.svg +0 -1
  913. package/static/95c7ea1/file-icons/file_type_pdf2.svg +0 -1
  914. package/static/95c7ea1/file-icons/file_type_pdm.svg +0 -1
  915. package/static/95c7ea1/file-icons/file_type_peeky.svg +0 -1
  916. package/static/95c7ea1/file-icons/file_type_perl.svg +0 -1
  917. package/static/95c7ea1/file-icons/file_type_perl2.svg +0 -1
  918. package/static/95c7ea1/file-icons/file_type_perl6.svg +0 -1
  919. package/static/95c7ea1/file-icons/file_type_pgsql.svg +0 -1
  920. package/static/95c7ea1/file-icons/file_type_photoshop.svg +0 -1
  921. package/static/95c7ea1/file-icons/file_type_photoshop2.svg +0 -1
  922. package/static/95c7ea1/file-icons/file_type_php.svg +0 -1
  923. package/static/95c7ea1/file-icons/file_type_php2.svg +0 -1
  924. package/static/95c7ea1/file-icons/file_type_php3.svg +0 -1
  925. package/static/95c7ea1/file-icons/file_type_phpcsfixer.svg +0 -1
  926. package/static/95c7ea1/file-icons/file_type_phpstan.svg +0 -1
  927. package/static/95c7ea1/file-icons/file_type_phpunit.svg +0 -1
  928. package/static/95c7ea1/file-icons/file_type_phraseapp.svg +0 -1
  929. package/static/95c7ea1/file-icons/file_type_pine.svg +0 -1
  930. package/static/95c7ea1/file-icons/file_type_pip.svg +0 -1
  931. package/static/95c7ea1/file-icons/file_type_pipeline.svg +0 -1
  932. package/static/95c7ea1/file-icons/file_type_plantuml.svg +0 -1
  933. package/static/95c7ea1/file-icons/file_type_platformio.svg +0 -1
  934. package/static/95c7ea1/file-icons/file_type_playwright.svg +0 -1
  935. package/static/95c7ea1/file-icons/file_type_plsql.svg +0 -1
  936. package/static/95c7ea1/file-icons/file_type_plsql_package.svg +0 -1
  937. package/static/95c7ea1/file-icons/file_type_plsql_package_body.svg +0 -1
  938. package/static/95c7ea1/file-icons/file_type_plsql_package_header.svg +0 -1
  939. package/static/95c7ea1/file-icons/file_type_plsql_package_spec.svg +0 -1
  940. package/static/95c7ea1/file-icons/file_type_pm2.svg +0 -1
  941. package/static/95c7ea1/file-icons/file_type_pnpm.svg +0 -1
  942. package/static/95c7ea1/file-icons/file_type_poedit.svg +0 -1
  943. package/static/95c7ea1/file-icons/file_type_poetry.svg +0 -1
  944. package/static/95c7ea1/file-icons/file_type_polymer.svg +0 -1
  945. package/static/95c7ea1/file-icons/file_type_pony.svg +0 -1
  946. package/static/95c7ea1/file-icons/file_type_postcss.svg +0 -1
  947. package/static/95c7ea1/file-icons/file_type_postcssconfig.svg +0 -1
  948. package/static/95c7ea1/file-icons/file_type_postman.svg +0 -1
  949. package/static/95c7ea1/file-icons/file_type_powerpoint.svg +0 -1
  950. package/static/95c7ea1/file-icons/file_type_powerpoint2.svg +0 -1
  951. package/static/95c7ea1/file-icons/file_type_powershell.svg +0 -1
  952. package/static/95c7ea1/file-icons/file_type_powershell2.svg +0 -1
  953. package/static/95c7ea1/file-icons/file_type_powershell_format.svg +0 -1
  954. package/static/95c7ea1/file-icons/file_type_powershell_psd.svg +0 -1
  955. package/static/95c7ea1/file-icons/file_type_powershell_psd2.svg +0 -1
  956. package/static/95c7ea1/file-icons/file_type_powershell_psm.svg +0 -1
  957. package/static/95c7ea1/file-icons/file_type_powershell_psm2.svg +0 -1
  958. package/static/95c7ea1/file-icons/file_type_powershell_types.svg +0 -1
  959. package/static/95c7ea1/file-icons/file_type_preact.svg +0 -1
  960. package/static/95c7ea1/file-icons/file_type_precommit.svg +0 -1
  961. package/static/95c7ea1/file-icons/file_type_prettier.svg +0 -1
  962. package/static/95c7ea1/file-icons/file_type_prisma.svg +0 -1
  963. package/static/95c7ea1/file-icons/file_type_processinglang.svg +0 -1
  964. package/static/95c7ea1/file-icons/file_type_procfile.svg +0 -1
  965. package/static/95c7ea1/file-icons/file_type_progress.svg +0 -1
  966. package/static/95c7ea1/file-icons/file_type_prolog.svg +0 -1
  967. package/static/95c7ea1/file-icons/file_type_prometheus.svg +0 -1
  968. package/static/95c7ea1/file-icons/file_type_protobuf.svg +0 -1
  969. package/static/95c7ea1/file-icons/file_type_protractor.svg +0 -1
  970. package/static/95c7ea1/file-icons/file_type_publiccode.svg +0 -1
  971. package/static/95c7ea1/file-icons/file_type_publisher.svg +0 -1
  972. package/static/95c7ea1/file-icons/file_type_pug.svg +0 -1
  973. package/static/95c7ea1/file-icons/file_type_pulumi.svg +0 -1
  974. package/static/95c7ea1/file-icons/file_type_puppet.svg +0 -1
  975. package/static/95c7ea1/file-icons/file_type_purescript.svg +0 -1
  976. package/static/95c7ea1/file-icons/file_type_pyenv.svg +0 -1
  977. package/static/95c7ea1/file-icons/file_type_pyret.svg +0 -1
  978. package/static/95c7ea1/file-icons/file_type_pyscript.svg +0 -1
  979. package/static/95c7ea1/file-icons/file_type_python.svg +0 -1
  980. package/static/95c7ea1/file-icons/file_type_pythowo.svg +0 -1
  981. package/static/95c7ea1/file-icons/file_type_pytyped.svg +0 -1
  982. package/static/95c7ea1/file-icons/file_type_pyup.svg +0 -1
  983. package/static/95c7ea1/file-icons/file_type_q.svg +0 -1
  984. package/static/95c7ea1/file-icons/file_type_qbs.svg +0 -1
  985. package/static/95c7ea1/file-icons/file_type_qlikview.svg +0 -1
  986. package/static/95c7ea1/file-icons/file_type_qml.svg +0 -1
  987. package/static/95c7ea1/file-icons/file_type_qmldir.svg +0 -1
  988. package/static/95c7ea1/file-icons/file_type_qsharp.svg +0 -1
  989. package/static/95c7ea1/file-icons/file_type_quasar.svg +0 -1
  990. package/static/95c7ea1/file-icons/file_type_r.svg +0 -1
  991. package/static/95c7ea1/file-icons/file_type_ra_syntax_tree.svg +0 -1
  992. package/static/95c7ea1/file-icons/file_type_racket.svg +0 -1
  993. package/static/95c7ea1/file-icons/file_type_rails.svg +0 -1
  994. package/static/95c7ea1/file-icons/file_type_rake.svg +0 -1
  995. package/static/95c7ea1/file-icons/file_type_raku.svg +0 -1
  996. package/static/95c7ea1/file-icons/file_type_raml.svg +0 -1
  997. package/static/95c7ea1/file-icons/file_type_razor.svg +0 -1
  998. package/static/95c7ea1/file-icons/file_type_razzle.svg +0 -1
  999. package/static/95c7ea1/file-icons/file_type_reactjs.svg +0 -1
  1000. package/static/95c7ea1/file-icons/file_type_reacttemplate.svg +0 -1
  1001. package/static/95c7ea1/file-icons/file_type_reactts.svg +0 -1
  1002. package/static/95c7ea1/file-icons/file_type_reason.svg +0 -1
  1003. package/static/95c7ea1/file-icons/file_type_red.svg +0 -1
  1004. package/static/95c7ea1/file-icons/file_type_registry.svg +0 -1
  1005. package/static/95c7ea1/file-icons/file_type_rego.svg +0 -1
  1006. package/static/95c7ea1/file-icons/file_type_rehype.svg +0 -1
  1007. package/static/95c7ea1/file-icons/file_type_remark.svg +0 -1
  1008. package/static/95c7ea1/file-icons/file_type_renovate.svg +0 -1
  1009. package/static/95c7ea1/file-icons/file_type_replit.svg +0 -1
  1010. package/static/95c7ea1/file-icons/file_type_rescript.svg +0 -1
  1011. package/static/95c7ea1/file-icons/file_type_rest.svg +0 -1
  1012. package/static/95c7ea1/file-icons/file_type_retext.svg +0 -1
  1013. package/static/95c7ea1/file-icons/file_type_rexx.svg +0 -1
  1014. package/static/95c7ea1/file-icons/file_type_riot.svg +0 -1
  1015. package/static/95c7ea1/file-icons/file_type_rmd.svg +0 -1
  1016. package/static/95c7ea1/file-icons/file_type_rnc.svg +0 -1
  1017. package/static/95c7ea1/file-icons/file_type_robotframework.svg +0 -1
  1018. package/static/95c7ea1/file-icons/file_type_robots.svg +0 -1
  1019. package/static/95c7ea1/file-icons/file_type_rollup.svg +0 -1
  1020. package/static/95c7ea1/file-icons/file_type_rome.svg +0 -1
  1021. package/static/95c7ea1/file-icons/file_type_ron.svg +0 -1
  1022. package/static/95c7ea1/file-icons/file_type_rproj.svg +0 -1
  1023. package/static/95c7ea1/file-icons/file_type_rspec.svg +0 -1
  1024. package/static/95c7ea1/file-icons/file_type_rss.svg +0 -1
  1025. package/static/95c7ea1/file-icons/file_type_rubocop.svg +0 -1
  1026. package/static/95c7ea1/file-icons/file_type_ruby.svg +0 -1
  1027. package/static/95c7ea1/file-icons/file_type_rust.svg +0 -1
  1028. package/static/95c7ea1/file-icons/file_type_rust_toolchain.svg +0 -1
  1029. package/static/95c7ea1/file-icons/file_type_s-lang.svg +0 -1
  1030. package/static/95c7ea1/file-icons/file_type_safetensors.svg +0 -1
  1031. package/static/95c7ea1/file-icons/file_type_sails.svg +0 -1
  1032. package/static/95c7ea1/file-icons/file_type_saltstack.svg +0 -1
  1033. package/static/95c7ea1/file-icons/file_type_san.svg +0 -1
  1034. package/static/95c7ea1/file-icons/file_type_sapphire_framework_cli.svg +0 -1
  1035. package/static/95c7ea1/file-icons/file_type_sas.svg +0 -1
  1036. package/static/95c7ea1/file-icons/file_type_sass.svg +0 -1
  1037. package/static/95c7ea1/file-icons/file_type_sbt.svg +0 -1
  1038. package/static/95c7ea1/file-icons/file_type_scala.svg +0 -1
  1039. package/static/95c7ea1/file-icons/file_type_scilab.svg +0 -1
  1040. package/static/95c7ea1/file-icons/file_type_script.svg +0 -1
  1041. package/static/95c7ea1/file-icons/file_type_scss.svg +0 -1
  1042. package/static/95c7ea1/file-icons/file_type_scss2.svg +0 -1
  1043. package/static/95c7ea1/file-icons/file_type_sdlang.svg +0 -1
  1044. package/static/95c7ea1/file-icons/file_type_search_result.svg +0 -1
  1045. package/static/95c7ea1/file-icons/file_type_sentry.svg +0 -1
  1046. package/static/95c7ea1/file-icons/file_type_sequelize.svg +0 -1
  1047. package/static/95c7ea1/file-icons/file_type_serverless.svg +0 -1
  1048. package/static/95c7ea1/file-icons/file_type_shaderlab.svg +0 -1
  1049. package/static/95c7ea1/file-icons/file_type_shell.svg +0 -1
  1050. package/static/95c7ea1/file-icons/file_type_shellcheck.svg +0 -1
  1051. package/static/95c7ea1/file-icons/file_type_shuttle.svg +0 -1
  1052. package/static/95c7ea1/file-icons/file_type_silverstripe.svg +0 -1
  1053. package/static/95c7ea1/file-icons/file_type_sino.svg +0 -1
  1054. package/static/95c7ea1/file-icons/file_type_siyuan.svg +0 -1
  1055. package/static/95c7ea1/file-icons/file_type_sketch.svg +0 -1
  1056. package/static/95c7ea1/file-icons/file_type_skipper.svg +0 -1
  1057. package/static/95c7ea1/file-icons/file_type_slang.svg +0 -1
  1058. package/static/95c7ea1/file-icons/file_type_slashup.svg +0 -1
  1059. package/static/95c7ea1/file-icons/file_type_slice.svg +0 -1
  1060. package/static/95c7ea1/file-icons/file_type_slim.svg +0 -1
  1061. package/static/95c7ea1/file-icons/file_type_slint.svg +0 -1
  1062. package/static/95c7ea1/file-icons/file_type_sln.svg +0 -1
  1063. package/static/95c7ea1/file-icons/file_type_sln2.svg +0 -1
  1064. package/static/95c7ea1/file-icons/file_type_smarty.svg +0 -1
  1065. package/static/95c7ea1/file-icons/file_type_snakemake.svg +0 -1
  1066. package/static/95c7ea1/file-icons/file_type_snapcraft.svg +0 -1
  1067. package/static/95c7ea1/file-icons/file_type_snaplet.svg +0 -1
  1068. package/static/95c7ea1/file-icons/file_type_snort.svg +0 -1
  1069. package/static/95c7ea1/file-icons/file_type_snyk.svg +0 -1
  1070. package/static/95c7ea1/file-icons/file_type_solidarity.svg +0 -1
  1071. package/static/95c7ea1/file-icons/file_type_solidity.svg +0 -1
  1072. package/static/95c7ea1/file-icons/file_type_source.svg +0 -1
  1073. package/static/95c7ea1/file-icons/file_type_spacengine.svg +0 -1
  1074. package/static/95c7ea1/file-icons/file_type_sparql.svg +0 -1
  1075. package/static/95c7ea1/file-icons/file_type_spin.svg +0 -1
  1076. package/static/95c7ea1/file-icons/file_type_sqf.svg +0 -1
  1077. package/static/95c7ea1/file-icons/file_type_sql.svg +0 -1
  1078. package/static/95c7ea1/file-icons/file_type_sqlite.svg +0 -1
  1079. package/static/95c7ea1/file-icons/file_type_squirrel.svg +0 -1
  1080. package/static/95c7ea1/file-icons/file_type_sss.svg +0 -1
  1081. package/static/95c7ea1/file-icons/file_type_sst.svg +0 -1
  1082. package/static/95c7ea1/file-icons/file_type_stan.svg +0 -1
  1083. package/static/95c7ea1/file-icons/file_type_stata.svg +0 -1
  1084. package/static/95c7ea1/file-icons/file_type_stencil.svg +0 -1
  1085. package/static/95c7ea1/file-icons/file_type_storyboard.svg +0 -1
  1086. package/static/95c7ea1/file-icons/file_type_storybook.svg +0 -1
  1087. package/static/95c7ea1/file-icons/file_type_stryker.svg +0 -1
  1088. package/static/95c7ea1/file-icons/file_type_stylable.svg +0 -1
  1089. package/static/95c7ea1/file-icons/file_type_style.svg +0 -1
  1090. package/static/95c7ea1/file-icons/file_type_styled.svg +0 -1
  1091. package/static/95c7ea1/file-icons/file_type_stylelint.svg +0 -1
  1092. package/static/95c7ea1/file-icons/file_type_stylish_haskell.svg +0 -1
  1093. package/static/95c7ea1/file-icons/file_type_stylus.svg +0 -1
  1094. package/static/95c7ea1/file-icons/file_type_sublime.svg +0 -1
  1095. package/static/95c7ea1/file-icons/file_type_subversion.svg +0 -1
  1096. package/static/95c7ea1/file-icons/file_type_svelte.svg +0 -1
  1097. package/static/95c7ea1/file-icons/file_type_svelteconfig.svg +0 -1
  1098. package/static/95c7ea1/file-icons/file_type_svg.svg +0 -1
  1099. package/static/95c7ea1/file-icons/file_type_svgo.svg +0 -1
  1100. package/static/95c7ea1/file-icons/file_type_swagger.svg +0 -1
  1101. package/static/95c7ea1/file-icons/file_type_swc.svg +0 -1
  1102. package/static/95c7ea1/file-icons/file_type_swift.svg +0 -1
  1103. package/static/95c7ea1/file-icons/file_type_swig.svg +0 -1
  1104. package/static/95c7ea1/file-icons/file_type_symfony.svg +0 -1
  1105. package/static/95c7ea1/file-icons/file_type_systemd.svg +0 -1
  1106. package/static/95c7ea1/file-icons/file_type_systemverilog.svg +0 -1
  1107. package/static/95c7ea1/file-icons/file_type_t4tt.svg +0 -1
  1108. package/static/95c7ea1/file-icons/file_type_tailwind.svg +0 -1
  1109. package/static/95c7ea1/file-icons/file_type_tamagui.svg +0 -1
  1110. package/static/95c7ea1/file-icons/file_type_taskfile.svg +0 -1
  1111. package/static/95c7ea1/file-icons/file_type_tauri.svg +0 -1
  1112. package/static/95c7ea1/file-icons/file_type_tcl.svg +0 -1
  1113. package/static/95c7ea1/file-icons/file_type_teal.svg +0 -1
  1114. package/static/95c7ea1/file-icons/file_type_templ.svg +0 -1
  1115. package/static/95c7ea1/file-icons/file_type_tera.svg +0 -1
  1116. package/static/95c7ea1/file-icons/file_type_terraform.svg +0 -1
  1117. package/static/95c7ea1/file-icons/file_type_test.svg +0 -1
  1118. package/static/95c7ea1/file-icons/file_type_testcafe.svg +0 -1
  1119. package/static/95c7ea1/file-icons/file_type_testjs.svg +0 -1
  1120. package/static/95c7ea1/file-icons/file_type_testplane.svg +0 -1
  1121. package/static/95c7ea1/file-icons/file_type_testts.svg +0 -1
  1122. package/static/95c7ea1/file-icons/file_type_tex.svg +0 -1
  1123. package/static/95c7ea1/file-icons/file_type_text.svg +0 -1
  1124. package/static/95c7ea1/file-icons/file_type_textile.svg +0 -1
  1125. package/static/95c7ea1/file-icons/file_type_tfs.svg +0 -1
  1126. package/static/95c7ea1/file-icons/file_type_tiltfile.svg +0 -1
  1127. package/static/95c7ea1/file-icons/file_type_tm.svg +0 -1
  1128. package/static/95c7ea1/file-icons/file_type_tmux.svg +0 -1
  1129. package/static/95c7ea1/file-icons/file_type_todo.svg +0 -1
  1130. package/static/95c7ea1/file-icons/file_type_toit.svg +0 -1
  1131. package/static/95c7ea1/file-icons/file_type_toml.svg +0 -1
  1132. package/static/95c7ea1/file-icons/file_type_tox.svg +0 -1
  1133. package/static/95c7ea1/file-icons/file_type_travis.svg +0 -1
  1134. package/static/95c7ea1/file-icons/file_type_tree.svg +0 -1
  1135. package/static/95c7ea1/file-icons/file_type_tres.svg +0 -1
  1136. package/static/95c7ea1/file-icons/file_type_truffle.svg +0 -1
  1137. package/static/95c7ea1/file-icons/file_type_trunk.svg +0 -1
  1138. package/static/95c7ea1/file-icons/file_type_tsbuildinfo.svg +0 -1
  1139. package/static/95c7ea1/file-icons/file_type_tscn.svg +0 -1
  1140. package/static/95c7ea1/file-icons/file_type_tsconfig.svg +0 -1
  1141. package/static/95c7ea1/file-icons/file_type_tsconfig_official.svg +0 -1
  1142. package/static/95c7ea1/file-icons/file_type_tslint.svg +0 -1
  1143. package/static/95c7ea1/file-icons/file_type_tt.svg +0 -1
  1144. package/static/95c7ea1/file-icons/file_type_ttcn.svg +0 -1
  1145. package/static/95c7ea1/file-icons/file_type_tuc.svg +0 -1
  1146. package/static/95c7ea1/file-icons/file_type_turbo.svg +0 -1
  1147. package/static/95c7ea1/file-icons/file_type_twig.svg +0 -1
  1148. package/static/95c7ea1/file-icons/file_type_typedoc.svg +0 -1
  1149. package/static/95c7ea1/file-icons/file_type_typescript.svg +0 -1
  1150. package/static/95c7ea1/file-icons/file_type_typescript_official.svg +0 -1
  1151. package/static/95c7ea1/file-icons/file_type_typescriptdef.svg +0 -1
  1152. package/static/95c7ea1/file-icons/file_type_typescriptdef_official.svg +0 -1
  1153. package/static/95c7ea1/file-icons/file_type_typo3.svg +0 -1
  1154. package/static/95c7ea1/file-icons/file_type_uiua.svg +0 -1
  1155. package/static/95c7ea1/file-icons/file_type_unibeautify.svg +0 -1
  1156. package/static/95c7ea1/file-icons/file_type_unison.svg +0 -1
  1157. package/static/95c7ea1/file-icons/file_type_unlicense.svg +0 -1
  1158. package/static/95c7ea1/file-icons/file_type_unocss.svg +0 -1
  1159. package/static/95c7ea1/file-icons/file_type_vagrant.svg +0 -1
  1160. package/static/95c7ea1/file-icons/file_type_vala.svg +0 -1
  1161. package/static/95c7ea1/file-icons/file_type_vanilla_extract.svg +0 -1
  1162. package/static/95c7ea1/file-icons/file_type_vapi.svg +0 -1
  1163. package/static/95c7ea1/file-icons/file_type_vapor.svg +0 -1
  1164. package/static/95c7ea1/file-icons/file_type_vash.svg +0 -1
  1165. package/static/95c7ea1/file-icons/file_type_vb.svg +0 -1
  1166. package/static/95c7ea1/file-icons/file_type_vba.svg +0 -1
  1167. package/static/95c7ea1/file-icons/file_type_vbhtml.svg +0 -1
  1168. package/static/95c7ea1/file-icons/file_type_vbproj.svg +0 -1
  1169. package/static/95c7ea1/file-icons/file_type_vcxproj.svg +0 -1
  1170. package/static/95c7ea1/file-icons/file_type_velocity.svg +0 -1
  1171. package/static/95c7ea1/file-icons/file_type_vento.svg +0 -1
  1172. package/static/95c7ea1/file-icons/file_type_vercel.svg +0 -1
  1173. package/static/95c7ea1/file-icons/file_type_verilog.svg +0 -1
  1174. package/static/95c7ea1/file-icons/file_type_vhdl.svg +0 -1
  1175. package/static/95c7ea1/file-icons/file_type_video.svg +0 -1
  1176. package/static/95c7ea1/file-icons/file_type_view.svg +0 -1
  1177. package/static/95c7ea1/file-icons/file_type_vim.svg +0 -1
  1178. package/static/95c7ea1/file-icons/file_type_vite.svg +0 -1
  1179. package/static/95c7ea1/file-icons/file_type_vitest.svg +0 -1
  1180. package/static/95c7ea1/file-icons/file_type_vlang.svg +0 -1
  1181. package/static/95c7ea1/file-icons/file_type_volt.svg +0 -1
  1182. package/static/95c7ea1/file-icons/file_type_vscode-insiders.svg +0 -1
  1183. package/static/95c7ea1/file-icons/file_type_vscode.svg +0 -1
  1184. package/static/95c7ea1/file-icons/file_type_vscode2.svg +0 -1
  1185. package/static/95c7ea1/file-icons/file_type_vscode3.svg +0 -1
  1186. package/static/95c7ea1/file-icons/file_type_vscode_test.svg +0 -1
  1187. package/static/95c7ea1/file-icons/file_type_vsix.svg +0 -1
  1188. package/static/95c7ea1/file-icons/file_type_vsixmanifest.svg +0 -1
  1189. package/static/95c7ea1/file-icons/file_type_vue.svg +0 -1
  1190. package/static/95c7ea1/file-icons/file_type_vueconfig.svg +0 -1
  1191. package/static/95c7ea1/file-icons/file_type_vyper.svg +0 -1
  1192. package/static/95c7ea1/file-icons/file_type_wallaby.svg +0 -1
  1193. package/static/95c7ea1/file-icons/file_type_wally.svg +0 -1
  1194. package/static/95c7ea1/file-icons/file_type_wasm.svg +0 -1
  1195. package/static/95c7ea1/file-icons/file_type_watchmanconfig.svg +0 -1
  1196. package/static/95c7ea1/file-icons/file_type_wdio.svg +0 -1
  1197. package/static/95c7ea1/file-icons/file_type_webpack.svg +0 -1
  1198. package/static/95c7ea1/file-icons/file_type_wenyan.svg +0 -1
  1199. package/static/95c7ea1/file-icons/file_type_wercker.svg +0 -1
  1200. package/static/95c7ea1/file-icons/file_type_wgsl.svg +0 -1
  1201. package/static/95c7ea1/file-icons/file_type_wikitext.svg +0 -1
  1202. package/static/95c7ea1/file-icons/file_type_windi.svg +0 -1
  1203. package/static/95c7ea1/file-icons/file_type_wit.svg +0 -1
  1204. package/static/95c7ea1/file-icons/file_type_wolfram.svg +0 -1
  1205. package/static/95c7ea1/file-icons/file_type_word.svg +0 -1
  1206. package/static/95c7ea1/file-icons/file_type_word2.svg +0 -1
  1207. package/static/95c7ea1/file-icons/file_type_wpml.svg +0 -1
  1208. package/static/95c7ea1/file-icons/file_type_wurst.svg +0 -1
  1209. package/static/95c7ea1/file-icons/file_type_wxml.svg +0 -1
  1210. package/static/95c7ea1/file-icons/file_type_wxss.svg +0 -1
  1211. package/static/95c7ea1/file-icons/file_type_wxt.svg +0 -1
  1212. package/static/95c7ea1/file-icons/file_type_xcode.svg +0 -1
  1213. package/static/95c7ea1/file-icons/file_type_xfl.svg +0 -1
  1214. package/static/95c7ea1/file-icons/file_type_xib.svg +0 -1
  1215. package/static/95c7ea1/file-icons/file_type_xliff.svg +0 -1
  1216. package/static/95c7ea1/file-icons/file_type_xmake.svg +0 -1
  1217. package/static/95c7ea1/file-icons/file_type_xml.svg +0 -1
  1218. package/static/95c7ea1/file-icons/file_type_xo.svg +0 -1
  1219. package/static/95c7ea1/file-icons/file_type_xorg.svg +0 -1
  1220. package/static/95c7ea1/file-icons/file_type_xquery.svg +0 -1
  1221. package/static/95c7ea1/file-icons/file_type_xsl.svg +0 -1
  1222. package/static/95c7ea1/file-icons/file_type_yacc.svg +0 -1
  1223. package/static/95c7ea1/file-icons/file_type_yaml.svg +0 -1
  1224. package/static/95c7ea1/file-icons/file_type_yamllint.svg +0 -1
  1225. package/static/95c7ea1/file-icons/file_type_yandex.svg +0 -1
  1226. package/static/95c7ea1/file-icons/file_type_yang.svg +0 -1
  1227. package/static/95c7ea1/file-icons/file_type_yarn.svg +0 -1
  1228. package/static/95c7ea1/file-icons/file_type_yeoman.svg +0 -1
  1229. package/static/95c7ea1/file-icons/file_type_zeit.svg +0 -1
  1230. package/static/95c7ea1/file-icons/file_type_zig.svg +0 -1
  1231. package/static/95c7ea1/file-icons/file_type_zip.svg +0 -1
  1232. package/static/95c7ea1/file-icons/file_type_zip2.svg +0 -1
  1233. package/static/95c7ea1/file-icons/folder_type_android.svg +0 -1
  1234. package/static/95c7ea1/file-icons/folder_type_android_opened.svg +0 -1
  1235. package/static/95c7ea1/file-icons/folder_type_api.svg +0 -1
  1236. package/static/95c7ea1/file-icons/folder_type_api_opened.svg +0 -1
  1237. package/static/95c7ea1/file-icons/folder_type_app.svg +0 -1
  1238. package/static/95c7ea1/file-icons/folder_type_app_opened.svg +0 -1
  1239. package/static/95c7ea1/file-icons/folder_type_arangodb.svg +0 -1
  1240. package/static/95c7ea1/file-icons/folder_type_arangodb_opened.svg +0 -1
  1241. package/static/95c7ea1/file-icons/folder_type_asset.svg +0 -1
  1242. package/static/95c7ea1/file-icons/folder_type_asset_opened.svg +0 -1
  1243. package/static/95c7ea1/file-icons/folder_type_audio.svg +0 -1
  1244. package/static/95c7ea1/file-icons/folder_type_audio_opened.svg +0 -1
  1245. package/static/95c7ea1/file-icons/folder_type_aurelia.svg +0 -1
  1246. package/static/95c7ea1/file-icons/folder_type_aurelia_opened.svg +0 -1
  1247. package/static/95c7ea1/file-icons/folder_type_aws.svg +0 -1
  1248. package/static/95c7ea1/file-icons/folder_type_aws_opened.svg +0 -1
  1249. package/static/95c7ea1/file-icons/folder_type_azure.svg +0 -1
  1250. package/static/95c7ea1/file-icons/folder_type_azure_opened.svg +0 -1
  1251. package/static/95c7ea1/file-icons/folder_type_azurepipelines.svg +0 -1
  1252. package/static/95c7ea1/file-icons/folder_type_azurepipelines_opened.svg +0 -1
  1253. package/static/95c7ea1/file-icons/folder_type_binary.svg +0 -1
  1254. package/static/95c7ea1/file-icons/folder_type_binary_opened.svg +0 -1
  1255. package/static/95c7ea1/file-icons/folder_type_bloc.svg +0 -1
  1256. package/static/95c7ea1/file-icons/folder_type_bloc_opened.svg +0 -1
  1257. package/static/95c7ea1/file-icons/folder_type_blueprint.svg +0 -1
  1258. package/static/95c7ea1/file-icons/folder_type_blueprint_opened.svg +0 -1
  1259. package/static/95c7ea1/file-icons/folder_type_bot.svg +0 -1
  1260. package/static/95c7ea1/file-icons/folder_type_bot_opened.svg +0 -1
  1261. package/static/95c7ea1/file-icons/folder_type_bower.svg +0 -1
  1262. package/static/95c7ea1/file-icons/folder_type_bower_opened.svg +0 -1
  1263. package/static/95c7ea1/file-icons/folder_type_buildkite.svg +0 -1
  1264. package/static/95c7ea1/file-icons/folder_type_buildkite_opened.svg +0 -1
  1265. package/static/95c7ea1/file-icons/folder_type_cake.svg +0 -1
  1266. package/static/95c7ea1/file-icons/folder_type_cake_opened.svg +0 -1
  1267. package/static/95c7ea1/file-icons/folder_type_certificate.svg +0 -1
  1268. package/static/95c7ea1/file-icons/folder_type_certificate_opened.svg +0 -1
  1269. package/static/95c7ea1/file-icons/folder_type_changesets.svg +0 -1
  1270. package/static/95c7ea1/file-icons/folder_type_changesets_opened.svg +0 -1
  1271. package/static/95c7ea1/file-icons/folder_type_chef.svg +0 -1
  1272. package/static/95c7ea1/file-icons/folder_type_chef_opened.svg +0 -1
  1273. package/static/95c7ea1/file-icons/folder_type_circleci.svg +0 -1
  1274. package/static/95c7ea1/file-icons/folder_type_circleci_opened.svg +0 -1
  1275. package/static/95c7ea1/file-icons/folder_type_cli.svg +0 -1
  1276. package/static/95c7ea1/file-icons/folder_type_cli_opened.svg +0 -1
  1277. package/static/95c7ea1/file-icons/folder_type_client.svg +0 -1
  1278. package/static/95c7ea1/file-icons/folder_type_client_opened.svg +0 -1
  1279. package/static/95c7ea1/file-icons/folder_type_cmake.svg +0 -1
  1280. package/static/95c7ea1/file-icons/folder_type_cmake_opened.svg +0 -1
  1281. package/static/95c7ea1/file-icons/folder_type_common.svg +0 -1
  1282. package/static/95c7ea1/file-icons/folder_type_common_opened.svg +0 -1
  1283. package/static/95c7ea1/file-icons/folder_type_component.svg +0 -1
  1284. package/static/95c7ea1/file-icons/folder_type_component_opened.svg +0 -1
  1285. package/static/95c7ea1/file-icons/folder_type_composer.svg +0 -1
  1286. package/static/95c7ea1/file-icons/folder_type_composer_opened.svg +0 -1
  1287. package/static/95c7ea1/file-icons/folder_type_config.svg +0 -1
  1288. package/static/95c7ea1/file-icons/folder_type_config_opened.svg +0 -1
  1289. package/static/95c7ea1/file-icons/folder_type_controller.svg +0 -1
  1290. package/static/95c7ea1/file-icons/folder_type_controller_opened.svg +0 -1
  1291. package/static/95c7ea1/file-icons/folder_type_coverage.svg +0 -1
  1292. package/static/95c7ea1/file-icons/folder_type_coverage_opened.svg +0 -1
  1293. package/static/95c7ea1/file-icons/folder_type_css.svg +0 -1
  1294. package/static/95c7ea1/file-icons/folder_type_css_opened.svg +0 -1
  1295. package/static/95c7ea1/file-icons/folder_type_cubit.svg +0 -1
  1296. package/static/95c7ea1/file-icons/folder_type_cubit_opened.svg +0 -1
  1297. package/static/95c7ea1/file-icons/folder_type_cypress.svg +0 -1
  1298. package/static/95c7ea1/file-icons/folder_type_cypress_opened.svg +0 -1
  1299. package/static/95c7ea1/file-icons/folder_type_dapr.svg +0 -1
  1300. package/static/95c7ea1/file-icons/folder_type_dapr_opened.svg +0 -1
  1301. package/static/95c7ea1/file-icons/folder_type_datadog.svg +0 -1
  1302. package/static/95c7ea1/file-icons/folder_type_datadog_opened.svg +0 -1
  1303. package/static/95c7ea1/file-icons/folder_type_db.svg +0 -1
  1304. package/static/95c7ea1/file-icons/folder_type_db_opened.svg +0 -1
  1305. package/static/95c7ea1/file-icons/folder_type_debian.svg +0 -1
  1306. package/static/95c7ea1/file-icons/folder_type_debian_opened.svg +0 -1
  1307. package/static/95c7ea1/file-icons/folder_type_dependabot.svg +0 -1
  1308. package/static/95c7ea1/file-icons/folder_type_dependabot_opened.svg +0 -1
  1309. package/static/95c7ea1/file-icons/folder_type_devcontainer.svg +0 -1
  1310. package/static/95c7ea1/file-icons/folder_type_devcontainer_opened.svg +0 -1
  1311. package/static/95c7ea1/file-icons/folder_type_dist.svg +0 -1
  1312. package/static/95c7ea1/file-icons/folder_type_dist_opened.svg +0 -1
  1313. package/static/95c7ea1/file-icons/folder_type_docker.svg +0 -1
  1314. package/static/95c7ea1/file-icons/folder_type_docker_opened.svg +0 -1
  1315. package/static/95c7ea1/file-icons/folder_type_docs.svg +0 -1
  1316. package/static/95c7ea1/file-icons/folder_type_docs_opened.svg +0 -1
  1317. package/static/95c7ea1/file-icons/folder_type_e2e.svg +0 -1
  1318. package/static/95c7ea1/file-icons/folder_type_e2e_opened.svg +0 -1
  1319. package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk.svg +0 -1
  1320. package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -1
  1321. package/static/95c7ea1/file-icons/folder_type_electron.svg +0 -1
  1322. package/static/95c7ea1/file-icons/folder_type_electron_opened.svg +0 -1
  1323. package/static/95c7ea1/file-icons/folder_type_expo.svg +0 -1
  1324. package/static/95c7ea1/file-icons/folder_type_expo_opened.svg +0 -1
  1325. package/static/95c7ea1/file-icons/folder_type_favicon.svg +0 -1
  1326. package/static/95c7ea1/file-icons/folder_type_favicon_opened.svg +0 -1
  1327. package/static/95c7ea1/file-icons/folder_type_flow.svg +0 -1
  1328. package/static/95c7ea1/file-icons/folder_type_flow_opened.svg +0 -1
  1329. package/static/95c7ea1/file-icons/folder_type_fonts.svg +0 -1
  1330. package/static/95c7ea1/file-icons/folder_type_fonts_opened.svg +0 -1
  1331. package/static/95c7ea1/file-icons/folder_type_frontcommerce.svg +0 -1
  1332. package/static/95c7ea1/file-icons/folder_type_frontcommerce_opened.svg +0 -1
  1333. package/static/95c7ea1/file-icons/folder_type_gcp.svg +0 -1
  1334. package/static/95c7ea1/file-icons/folder_type_gcp_opened.svg +0 -1
  1335. package/static/95c7ea1/file-icons/folder_type_git.svg +0 -1
  1336. package/static/95c7ea1/file-icons/folder_type_git_opened.svg +0 -1
  1337. package/static/95c7ea1/file-icons/folder_type_github.svg +0 -1
  1338. package/static/95c7ea1/file-icons/folder_type_github_opened.svg +0 -1
  1339. package/static/95c7ea1/file-icons/folder_type_gitlab.svg +0 -1
  1340. package/static/95c7ea1/file-icons/folder_type_gitlab_opened.svg +0 -1
  1341. package/static/95c7ea1/file-icons/folder_type_gradle.svg +0 -1
  1342. package/static/95c7ea1/file-icons/folder_type_gradle_opened.svg +0 -1
  1343. package/static/95c7ea1/file-icons/folder_type_graphql.svg +0 -1
  1344. package/static/95c7ea1/file-icons/folder_type_graphql_opened.svg +0 -1
  1345. package/static/95c7ea1/file-icons/folder_type_grunt.svg +0 -1
  1346. package/static/95c7ea1/file-icons/folder_type_grunt_opened.svg +0 -1
  1347. package/static/95c7ea1/file-icons/folder_type_gulp.svg +0 -1
  1348. package/static/95c7ea1/file-icons/folder_type_gulp_opened.svg +0 -1
  1349. package/static/95c7ea1/file-icons/folder_type_haxelib.svg +0 -1
  1350. package/static/95c7ea1/file-icons/folder_type_haxelib_opened.svg +0 -1
  1351. package/static/95c7ea1/file-icons/folder_type_helper.svg +0 -1
  1352. package/static/95c7ea1/file-icons/folder_type_helper_opened.svg +0 -1
  1353. package/static/95c7ea1/file-icons/folder_type_hook.svg +0 -1
  1354. package/static/95c7ea1/file-icons/folder_type_hook_opened.svg +0 -1
  1355. package/static/95c7ea1/file-icons/folder_type_husky.svg +0 -1
  1356. package/static/95c7ea1/file-icons/folder_type_husky_opened.svg +0 -1
  1357. package/static/95c7ea1/file-icons/folder_type_idea.svg +0 -1
  1358. package/static/95c7ea1/file-icons/folder_type_idea_opened.svg +0 -1
  1359. package/static/95c7ea1/file-icons/folder_type_images.svg +0 -1
  1360. package/static/95c7ea1/file-icons/folder_type_images_opened.svg +0 -1
  1361. package/static/95c7ea1/file-icons/folder_type_include.svg +0 -1
  1362. package/static/95c7ea1/file-icons/folder_type_include_opened.svg +0 -1
  1363. package/static/95c7ea1/file-icons/folder_type_interfaces.svg +0 -1
  1364. package/static/95c7ea1/file-icons/folder_type_interfaces_opened.svg +0 -1
  1365. package/static/95c7ea1/file-icons/folder_type_ios.svg +0 -1
  1366. package/static/95c7ea1/file-icons/folder_type_ios_opened.svg +0 -1
  1367. package/static/95c7ea1/file-icons/folder_type_js.svg +0 -1
  1368. package/static/95c7ea1/file-icons/folder_type_js_opened.svg +0 -1
  1369. package/static/95c7ea1/file-icons/folder_type_json.svg +0 -1
  1370. package/static/95c7ea1/file-icons/folder_type_json_official.svg +0 -1
  1371. package/static/95c7ea1/file-icons/folder_type_json_official_opened.svg +0 -1
  1372. package/static/95c7ea1/file-icons/folder_type_json_opened.svg +0 -1
  1373. package/static/95c7ea1/file-icons/folder_type_kubernetes.svg +0 -1
  1374. package/static/95c7ea1/file-icons/folder_type_kubernetes_opened.svg +0 -1
  1375. package/static/95c7ea1/file-icons/folder_type_less.svg +0 -1
  1376. package/static/95c7ea1/file-icons/folder_type_less_opened.svg +0 -1
  1377. package/static/95c7ea1/file-icons/folder_type_library.svg +0 -1
  1378. package/static/95c7ea1/file-icons/folder_type_library_opened.svg +0 -1
  1379. package/static/95c7ea1/file-icons/folder_type_light_cypress.svg +0 -1
  1380. package/static/95c7ea1/file-icons/folder_type_light_cypress_opened.svg +0 -1
  1381. package/static/95c7ea1/file-icons/folder_type_light_electron.svg +0 -1
  1382. package/static/95c7ea1/file-icons/folder_type_light_electron_opened.svg +0 -1
  1383. package/static/95c7ea1/file-icons/folder_type_light_expo.svg +0 -1
  1384. package/static/95c7ea1/file-icons/folder_type_light_expo_opened.svg +0 -1
  1385. package/static/95c7ea1/file-icons/folder_type_light_fonts.svg +0 -1
  1386. package/static/95c7ea1/file-icons/folder_type_light_fonts_opened.svg +0 -1
  1387. package/static/95c7ea1/file-icons/folder_type_light_gradle.svg +0 -1
  1388. package/static/95c7ea1/file-icons/folder_type_light_gradle_opened.svg +0 -1
  1389. package/static/95c7ea1/file-icons/folder_type_light_meteor.svg +0 -1
  1390. package/static/95c7ea1/file-icons/folder_type_light_meteor_opened.svg +0 -1
  1391. package/static/95c7ea1/file-icons/folder_type_light_mysql.svg +0 -1
  1392. package/static/95c7ea1/file-icons/folder_type_light_mysql_opened.svg +0 -1
  1393. package/static/95c7ea1/file-icons/folder_type_light_node.svg +0 -1
  1394. package/static/95c7ea1/file-icons/folder_type_light_node_opened.svg +0 -1
  1395. package/static/95c7ea1/file-icons/folder_type_light_redux.svg +0 -1
  1396. package/static/95c7ea1/file-icons/folder_type_light_redux_opened.svg +0 -1
  1397. package/static/95c7ea1/file-icons/folder_type_light_sass.svg +0 -1
  1398. package/static/95c7ea1/file-icons/folder_type_light_sass_opened.svg +0 -1
  1399. package/static/95c7ea1/file-icons/folder_type_linux.svg +0 -1
  1400. package/static/95c7ea1/file-icons/folder_type_linux_opened.svg +0 -1
  1401. package/static/95c7ea1/file-icons/folder_type_locale.svg +0 -1
  1402. package/static/95c7ea1/file-icons/folder_type_locale_opened.svg +0 -1
  1403. package/static/95c7ea1/file-icons/folder_type_log.svg +0 -1
  1404. package/static/95c7ea1/file-icons/folder_type_log_opened.svg +0 -1
  1405. package/static/95c7ea1/file-icons/folder_type_macos.svg +0 -1
  1406. package/static/95c7ea1/file-icons/folder_type_macos_opened.svg +0 -1
  1407. package/static/95c7ea1/file-icons/folder_type_mariadb.svg +0 -1
  1408. package/static/95c7ea1/file-icons/folder_type_mariadb_opened.svg +0 -1
  1409. package/static/95c7ea1/file-icons/folder_type_maven.svg +0 -1
  1410. package/static/95c7ea1/file-icons/folder_type_maven_opened.svg +0 -1
  1411. package/static/95c7ea1/file-icons/folder_type_mediawiki.svg +0 -1
  1412. package/static/95c7ea1/file-icons/folder_type_mediawiki_opened.svg +0 -1
  1413. package/static/95c7ea1/file-icons/folder_type_memcached.svg +0 -1
  1414. package/static/95c7ea1/file-icons/folder_type_memcached_opened.svg +0 -1
  1415. package/static/95c7ea1/file-icons/folder_type_meteor.svg +0 -1
  1416. package/static/95c7ea1/file-icons/folder_type_meteor_opened.svg +0 -1
  1417. package/static/95c7ea1/file-icons/folder_type_middleware.svg +0 -1
  1418. package/static/95c7ea1/file-icons/folder_type_middleware_opened.svg +0 -1
  1419. package/static/95c7ea1/file-icons/folder_type_minikube.svg +0 -1
  1420. package/static/95c7ea1/file-icons/folder_type_minikube_opened.svg +0 -1
  1421. package/static/95c7ea1/file-icons/folder_type_mjml.svg +0 -1
  1422. package/static/95c7ea1/file-icons/folder_type_mjml_opened.svg +0 -1
  1423. package/static/95c7ea1/file-icons/folder_type_mock.svg +0 -1
  1424. package/static/95c7ea1/file-icons/folder_type_mock_opened.svg +0 -1
  1425. package/static/95c7ea1/file-icons/folder_type_model.svg +0 -1
  1426. package/static/95c7ea1/file-icons/folder_type_model_opened.svg +0 -1
  1427. package/static/95c7ea1/file-icons/folder_type_module.svg +0 -1
  1428. package/static/95c7ea1/file-icons/folder_type_module_opened.svg +0 -1
  1429. package/static/95c7ea1/file-icons/folder_type_mojo.svg +0 -1
  1430. package/static/95c7ea1/file-icons/folder_type_mojo_opened.svg +0 -1
  1431. package/static/95c7ea1/file-icons/folder_type_mongodb.svg +0 -1
  1432. package/static/95c7ea1/file-icons/folder_type_mongodb_opened.svg +0 -1
  1433. package/static/95c7ea1/file-icons/folder_type_mysql.svg +0 -1
  1434. package/static/95c7ea1/file-icons/folder_type_mysql_opened.svg +0 -1
  1435. package/static/95c7ea1/file-icons/folder_type_next.svg +0 -1
  1436. package/static/95c7ea1/file-icons/folder_type_next_opened.svg +0 -1
  1437. package/static/95c7ea1/file-icons/folder_type_nginx.svg +0 -1
  1438. package/static/95c7ea1/file-icons/folder_type_nginx_opened.svg +0 -1
  1439. package/static/95c7ea1/file-icons/folder_type_nix.svg +0 -1
  1440. package/static/95c7ea1/file-icons/folder_type_nix_opened.svg +0 -1
  1441. package/static/95c7ea1/file-icons/folder_type_node.svg +0 -1
  1442. package/static/95c7ea1/file-icons/folder_type_node_opened.svg +0 -1
  1443. package/static/95c7ea1/file-icons/folder_type_notebooks.svg +0 -1
  1444. package/static/95c7ea1/file-icons/folder_type_notebooks_opened.svg +0 -1
  1445. package/static/95c7ea1/file-icons/folder_type_notification.svg +0 -1
  1446. package/static/95c7ea1/file-icons/folder_type_notification_opened.svg +0 -1
  1447. package/static/95c7ea1/file-icons/folder_type_nuget.svg +0 -1
  1448. package/static/95c7ea1/file-icons/folder_type_nuget_opened.svg +0 -1
  1449. package/static/95c7ea1/file-icons/folder_type_nuxt.svg +0 -1
  1450. package/static/95c7ea1/file-icons/folder_type_nuxt_opened.svg +0 -1
  1451. package/static/95c7ea1/file-icons/folder_type_package.svg +0 -1
  1452. package/static/95c7ea1/file-icons/folder_type_package_opened.svg +0 -1
  1453. package/static/95c7ea1/file-icons/folder_type_paket.svg +0 -1
  1454. package/static/95c7ea1/file-icons/folder_type_paket_opened.svg +0 -1
  1455. package/static/95c7ea1/file-icons/folder_type_php.svg +0 -1
  1456. package/static/95c7ea1/file-icons/folder_type_php_opened.svg +0 -1
  1457. package/static/95c7ea1/file-icons/folder_type_platformio.svg +0 -1
  1458. package/static/95c7ea1/file-icons/folder_type_platformio_opened.svg +0 -1
  1459. package/static/95c7ea1/file-icons/folder_type_plugin.svg +0 -1
  1460. package/static/95c7ea1/file-icons/folder_type_plugin_opened.svg +0 -1
  1461. package/static/95c7ea1/file-icons/folder_type_prisma.svg +0 -1
  1462. package/static/95c7ea1/file-icons/folder_type_prisma_opened.svg +0 -1
  1463. package/static/95c7ea1/file-icons/folder_type_private.svg +0 -1
  1464. package/static/95c7ea1/file-icons/folder_type_private_opened.svg +0 -1
  1465. package/static/95c7ea1/file-icons/folder_type_public.svg +0 -1
  1466. package/static/95c7ea1/file-icons/folder_type_public_opened.svg +0 -1
  1467. package/static/95c7ea1/file-icons/folder_type_python.svg +0 -1
  1468. package/static/95c7ea1/file-icons/folder_type_python_opened.svg +0 -1
  1469. package/static/95c7ea1/file-icons/folder_type_ravendb.svg +0 -1
  1470. package/static/95c7ea1/file-icons/folder_type_ravendb_opened.svg +0 -1
  1471. package/static/95c7ea1/file-icons/folder_type_redis.svg +0 -1
  1472. package/static/95c7ea1/file-icons/folder_type_redis_opened.svg +0 -1
  1473. package/static/95c7ea1/file-icons/folder_type_redux.svg +0 -1
  1474. package/static/95c7ea1/file-icons/folder_type_redux_opened.svg +0 -1
  1475. package/static/95c7ea1/file-icons/folder_type_route.svg +0 -1
  1476. package/static/95c7ea1/file-icons/folder_type_route_opened.svg +0 -1
  1477. package/static/95c7ea1/file-icons/folder_type_sass.svg +0 -1
  1478. package/static/95c7ea1/file-icons/folder_type_sass_opened.svg +0 -1
  1479. package/static/95c7ea1/file-icons/folder_type_script.svg +0 -1
  1480. package/static/95c7ea1/file-icons/folder_type_script_opened.svg +0 -1
  1481. package/static/95c7ea1/file-icons/folder_type_server.svg +0 -1
  1482. package/static/95c7ea1/file-icons/folder_type_server_opened.svg +0 -1
  1483. package/static/95c7ea1/file-icons/folder_type_services.svg +0 -1
  1484. package/static/95c7ea1/file-icons/folder_type_services_opened.svg +0 -1
  1485. package/static/95c7ea1/file-icons/folder_type_shared.svg +0 -1
  1486. package/static/95c7ea1/file-icons/folder_type_shared_opened.svg +0 -1
  1487. package/static/95c7ea1/file-icons/folder_type_snaplet.svg +0 -1
  1488. package/static/95c7ea1/file-icons/folder_type_snaplet_opened.svg +0 -1
  1489. package/static/95c7ea1/file-icons/folder_type_spin.svg +0 -1
  1490. package/static/95c7ea1/file-icons/folder_type_spin_opened.svg +0 -1
  1491. package/static/95c7ea1/file-icons/folder_type_src.svg +0 -1
  1492. package/static/95c7ea1/file-icons/folder_type_src_opened.svg +0 -1
  1493. package/static/95c7ea1/file-icons/folder_type_sso.svg +0 -1
  1494. package/static/95c7ea1/file-icons/folder_type_sso_opened.svg +0 -1
  1495. package/static/95c7ea1/file-icons/folder_type_story.svg +0 -1
  1496. package/static/95c7ea1/file-icons/folder_type_story_opened.svg +0 -1
  1497. package/static/95c7ea1/file-icons/folder_type_style.svg +0 -1
  1498. package/static/95c7ea1/file-icons/folder_type_style_opened.svg +0 -1
  1499. package/static/95c7ea1/file-icons/folder_type_supabase.svg +0 -1
  1500. package/static/95c7ea1/file-icons/folder_type_supabase_opened.svg +0 -1
  1501. package/static/95c7ea1/file-icons/folder_type_svelte.svg +0 -1
  1502. package/static/95c7ea1/file-icons/folder_type_svelte_opened.svg +0 -1
  1503. package/static/95c7ea1/file-icons/folder_type_tauri.svg +0 -1
  1504. package/static/95c7ea1/file-icons/folder_type_tauri_opened.svg +0 -1
  1505. package/static/95c7ea1/file-icons/folder_type_temp.svg +0 -1
  1506. package/static/95c7ea1/file-icons/folder_type_temp_opened.svg +0 -1
  1507. package/static/95c7ea1/file-icons/folder_type_template.svg +0 -1
  1508. package/static/95c7ea1/file-icons/folder_type_template_opened.svg +0 -1
  1509. package/static/95c7ea1/file-icons/folder_type_test.svg +0 -1
  1510. package/static/95c7ea1/file-icons/folder_type_test_opened.svg +0 -1
  1511. package/static/95c7ea1/file-icons/folder_type_theme.svg +0 -1
  1512. package/static/95c7ea1/file-icons/folder_type_theme_opened.svg +0 -1
  1513. package/static/95c7ea1/file-icons/folder_type_tools.svg +0 -1
  1514. package/static/95c7ea1/file-icons/folder_type_tools_opened.svg +0 -1
  1515. package/static/95c7ea1/file-icons/folder_type_travis.svg +0 -1
  1516. package/static/95c7ea1/file-icons/folder_type_travis_opened.svg +0 -1
  1517. package/static/95c7ea1/file-icons/folder_type_trunk.svg +0 -1
  1518. package/static/95c7ea1/file-icons/folder_type_trunk_opened.svg +0 -1
  1519. package/static/95c7ea1/file-icons/folder_type_turbo.svg +0 -1
  1520. package/static/95c7ea1/file-icons/folder_type_turbo_opened.svg +0 -1
  1521. package/static/95c7ea1/file-icons/folder_type_typescript.svg +0 -1
  1522. package/static/95c7ea1/file-icons/folder_type_typescript_opened.svg +0 -1
  1523. package/static/95c7ea1/file-icons/folder_type_typings.svg +0 -1
  1524. package/static/95c7ea1/file-icons/folder_type_typings2.svg +0 -1
  1525. package/static/95c7ea1/file-icons/folder_type_typings2_opened.svg +0 -1
  1526. package/static/95c7ea1/file-icons/folder_type_typings_opened.svg +0 -1
  1527. package/static/95c7ea1/file-icons/folder_type_vagrant.svg +0 -1
  1528. package/static/95c7ea1/file-icons/folder_type_vagrant_opened.svg +0 -1
  1529. package/static/95c7ea1/file-icons/folder_type_vercel.svg +0 -1
  1530. package/static/95c7ea1/file-icons/folder_type_vercel_opened.svg +0 -1
  1531. package/static/95c7ea1/file-icons/folder_type_video.svg +0 -1
  1532. package/static/95c7ea1/file-icons/folder_type_video_opened.svg +0 -1
  1533. package/static/95c7ea1/file-icons/folder_type_view.svg +0 -1
  1534. package/static/95c7ea1/file-icons/folder_type_view_opened.svg +0 -1
  1535. package/static/95c7ea1/file-icons/folder_type_vs.svg +0 -1
  1536. package/static/95c7ea1/file-icons/folder_type_vs2.svg +0 -1
  1537. package/static/95c7ea1/file-icons/folder_type_vs2_opened.svg +0 -1
  1538. package/static/95c7ea1/file-icons/folder_type_vs_opened.svg +0 -1
  1539. package/static/95c7ea1/file-icons/folder_type_vscode.svg +0 -1
  1540. package/static/95c7ea1/file-icons/folder_type_vscode2.svg +0 -1
  1541. package/static/95c7ea1/file-icons/folder_type_vscode2_opened.svg +0 -1
  1542. package/static/95c7ea1/file-icons/folder_type_vscode3.svg +0 -1
  1543. package/static/95c7ea1/file-icons/folder_type_vscode3_opened.svg +0 -1
  1544. package/static/95c7ea1/file-icons/folder_type_vscode_opened.svg +0 -1
  1545. package/static/95c7ea1/file-icons/folder_type_vscode_test.svg +0 -1
  1546. package/static/95c7ea1/file-icons/folder_type_vscode_test2.svg +0 -1
  1547. package/static/95c7ea1/file-icons/folder_type_vscode_test2_opened.svg +0 -1
  1548. package/static/95c7ea1/file-icons/folder_type_vscode_test3.svg +0 -1
  1549. package/static/95c7ea1/file-icons/folder_type_vscode_test3_opened.svg +0 -1
  1550. package/static/95c7ea1/file-icons/folder_type_vscode_test_opened.svg +0 -1
  1551. package/static/95c7ea1/file-icons/folder_type_webpack.svg +0 -1
  1552. package/static/95c7ea1/file-icons/folder_type_webpack_opened.svg +0 -1
  1553. package/static/95c7ea1/file-icons/folder_type_windows.svg +0 -1
  1554. package/static/95c7ea1/file-icons/folder_type_windows_opened.svg +0 -1
  1555. package/static/95c7ea1/file-icons/folder_type_wit.svg +0 -1
  1556. package/static/95c7ea1/file-icons/folder_type_wit_opened.svg +0 -1
  1557. package/static/95c7ea1/file-icons/folder_type_www.svg +0 -1
  1558. package/static/95c7ea1/file-icons/folder_type_www_opened.svg +0 -1
  1559. package/static/95c7ea1/file-icons/folder_type_yarn.svg +0 -1
  1560. package/static/95c7ea1/file-icons/folder_type_yarn_opened.svg +0 -1
  1561. package/static/95c7ea1/fonts/FiraCode-VariableFont.ttf +0 -0
  1562. package/static/95c7ea1/icons/add.svg +0 -1
  1563. package/static/95c7ea1/icons/arrow-down.svg +0 -3
  1564. package/static/95c7ea1/icons/arrow-left.svg +0 -3
  1565. package/static/95c7ea1/icons/arrow-right.svg +0 -3
  1566. package/static/95c7ea1/icons/arrow-up.svg +0 -3
  1567. package/static/95c7ea1/icons/blank.svg +0 -1
  1568. package/static/95c7ea1/icons/book.svg +0 -1
  1569. package/static/95c7ea1/icons/case-sensitive.svg +0 -1
  1570. package/static/95c7ea1/icons/check.svg +0 -1
  1571. package/static/95c7ea1/icons/chevron-down.svg +0 -1
  1572. package/static/95c7ea1/icons/chevron-left.svg +0 -1
  1573. package/static/95c7ea1/icons/chevron-right.svg +0 -3
  1574. package/static/95c7ea1/icons/chevron-up.svg +0 -1
  1575. package/static/95c7ea1/icons/chrome-close.svg +0 -3
  1576. package/static/95c7ea1/icons/chrome-maximize.svg +0 -3
  1577. package/static/95c7ea1/icons/chrome-minimize.svg +0 -3
  1578. package/static/95c7ea1/icons/chrome-restore.svg +0 -1
  1579. package/static/95c7ea1/icons/circle-filled.svg +0 -1
  1580. package/static/95c7ea1/icons/clear-all.svg +0 -1
  1581. package/static/95c7ea1/icons/close.svg +0 -1
  1582. package/static/95c7ea1/icons/cloud.svg +0 -1
  1583. package/static/95c7ea1/icons/collapse-all.svg +0 -1
  1584. package/static/95c7ea1/icons/debug-all.svg +0 -1
  1585. package/static/95c7ea1/icons/debug-alt-2.svg +0 -3
  1586. package/static/95c7ea1/icons/debug-alt-small.svg +0 -1
  1587. package/static/95c7ea1/icons/debug-alt.svg +0 -1
  1588. package/static/95c7ea1/icons/debug-breakpoint-conditional-unverified.svg +0 -1
  1589. package/static/95c7ea1/icons/debug-breakpoint-conditional.svg +0 -1
  1590. package/static/95c7ea1/icons/debug-breakpoint-data-unverified.svg +0 -1
  1591. package/static/95c7ea1/icons/debug-breakpoint-data.svg +0 -1
  1592. package/static/95c7ea1/icons/debug-breakpoint-function-unverified.svg +0 -1
  1593. package/static/95c7ea1/icons/debug-breakpoint-function.svg +0 -1
  1594. package/static/95c7ea1/icons/debug-breakpoint-log-unverified.svg +0 -1
  1595. package/static/95c7ea1/icons/debug-breakpoint-log.svg +0 -1
  1596. package/static/95c7ea1/icons/debug-breakpoint-unsupported.svg +0 -1
  1597. package/static/95c7ea1/icons/debug-console.svg +0 -1
  1598. package/static/95c7ea1/icons/debug-continue-small.svg +0 -1
  1599. package/static/95c7ea1/icons/debug-continue.svg +0 -1
  1600. package/static/95c7ea1/icons/debug-coverage.svg +0 -1
  1601. package/static/95c7ea1/icons/debug-disconnect.svg +0 -1
  1602. package/static/95c7ea1/icons/debug-line-by-line.svg +0 -1
  1603. package/static/95c7ea1/icons/debug-pause.svg +0 -1
  1604. package/static/95c7ea1/icons/debug-rerun.svg +0 -1
  1605. package/static/95c7ea1/icons/debug-restart-frame.svg +0 -1
  1606. package/static/95c7ea1/icons/debug-restart.svg +0 -1
  1607. package/static/95c7ea1/icons/debug-reverse-continue.svg +0 -1
  1608. package/static/95c7ea1/icons/debug-stackframe-active.svg +0 -1
  1609. package/static/95c7ea1/icons/debug-stackframe.svg +0 -1
  1610. package/static/95c7ea1/icons/debug-start.svg +0 -1
  1611. package/static/95c7ea1/icons/debug-step-back.svg +0 -1
  1612. package/static/95c7ea1/icons/debug-step-into.svg +0 -1
  1613. package/static/95c7ea1/icons/debug-step-out.svg +0 -1
  1614. package/static/95c7ea1/icons/debug-step-over.svg +0 -1
  1615. package/static/95c7ea1/icons/debug-stop.svg +0 -1
  1616. package/static/95c7ea1/icons/debug.svg +0 -1
  1617. package/static/95c7ea1/icons/discard.svg +0 -1
  1618. package/static/95c7ea1/icons/edit.svg +0 -1
  1619. package/static/95c7ea1/icons/ellipsis.svg +0 -5
  1620. package/static/95c7ea1/icons/error.svg +0 -1
  1621. package/static/95c7ea1/icons/exclude.svg +0 -1
  1622. package/static/95c7ea1/icons/extensionDefaultIcon.png +0 -0
  1623. package/static/95c7ea1/icons/extensions.svg +0 -3
  1624. package/static/95c7ea1/icons/files.svg +0 -3
  1625. package/static/95c7ea1/icons/filter.svg +0 -1
  1626. package/static/95c7ea1/icons/go-to-file.svg +0 -1
  1627. package/static/95c7ea1/icons/icon-close.svg +0 -3
  1628. package/static/95c7ea1/icons/icon-source-control.svg +0 -3
  1629. package/static/95c7ea1/icons/icon-sync.svg +0 -1
  1630. package/static/95c7ea1/icons/icon.png +0 -0
  1631. package/static/95c7ea1/icons/icon.svg +0 -3
  1632. package/static/95c7ea1/icons/info.svg +0 -1
  1633. package/static/95c7ea1/icons/language-icon.svg +0 -1
  1634. package/static/95c7ea1/icons/link-external.svg +0 -1
  1635. package/static/95c7ea1/icons/list-flat.svg +0 -1
  1636. package/static/95c7ea1/icons/list-tree.svg +0 -1
  1637. package/static/95c7ea1/icons/new-file.svg +0 -1
  1638. package/static/95c7ea1/icons/new-folder.svg +0 -1
  1639. package/static/95c7ea1/icons/newline.svg +0 -1
  1640. package/static/95c7ea1/icons/open-preview.svg +0 -1
  1641. package/static/95c7ea1/icons/play.svg +0 -1
  1642. package/static/95c7ea1/icons/preserve-case.svg +0 -1
  1643. package/static/95c7ea1/icons/progress.svg +0 -1
  1644. package/static/95c7ea1/icons/pwa-icon-192.png +0 -0
  1645. package/static/95c7ea1/icons/pwa-icon-512.png +0 -0
  1646. package/static/95c7ea1/icons/record-keys.svg +0 -1
  1647. package/static/95c7ea1/icons/refresh.svg +0 -1
  1648. package/static/95c7ea1/icons/regex.svg +0 -1
  1649. package/static/95c7ea1/icons/remove.svg +0 -1
  1650. package/static/95c7ea1/icons/replace-all.svg +0 -1
  1651. package/static/95c7ea1/icons/replace.svg +0 -1
  1652. package/static/95c7ea1/icons/run-all.svg +0 -1
  1653. package/static/95c7ea1/icons/search.svg +0 -3
  1654. package/static/95c7ea1/icons/settings-gear.svg +0 -3
  1655. package/static/95c7ea1/icons/source-control.svg +0 -3
  1656. package/static/95c7ea1/icons/split-horizontal.svg +0 -1
  1657. package/static/95c7ea1/icons/squiggly-error.svg +0 -1
  1658. package/static/95c7ea1/icons/squiggly-warning.svg +0 -1
  1659. package/static/95c7ea1/icons/symbol-array.svg +0 -3
  1660. package/static/95c7ea1/icons/symbol-boolean.svg +0 -3
  1661. package/static/95c7ea1/icons/symbol-class.svg +0 -3
  1662. package/static/95c7ea1/icons/symbol-color.svg +0 -3
  1663. package/static/95c7ea1/icons/symbol-constant.svg +0 -4
  1664. package/static/95c7ea1/icons/symbol-enum-member.svg +0 -3
  1665. package/static/95c7ea1/icons/symbol-enum.svg +0 -3
  1666. package/static/95c7ea1/icons/symbol-event.svg +0 -3
  1667. package/static/95c7ea1/icons/symbol-field.svg +0 -3
  1668. package/static/95c7ea1/icons/symbol-file.svg +0 -3
  1669. package/static/95c7ea1/icons/symbol-interface.svg +0 -3
  1670. package/static/95c7ea1/icons/symbol-key.svg +0 -3
  1671. package/static/95c7ea1/icons/symbol-keyword.svg +0 -3
  1672. package/static/95c7ea1/icons/symbol-method.svg +0 -3
  1673. package/static/95c7ea1/icons/symbol-misc.svg +0 -3
  1674. package/static/95c7ea1/icons/symbol-namespace.svg +0 -3
  1675. package/static/95c7ea1/icons/symbol-numeric.svg +0 -3
  1676. package/static/95c7ea1/icons/symbol-operator.svg +0 -3
  1677. package/static/95c7ea1/icons/symbol-parameter.svg +0 -3
  1678. package/static/95c7ea1/icons/symbol-property.svg +0 -3
  1679. package/static/95c7ea1/icons/symbol-ruler.svg +0 -3
  1680. package/static/95c7ea1/icons/symbol-snippet.svg +0 -3
  1681. package/static/95c7ea1/icons/symbol-string.svg +0 -3
  1682. package/static/95c7ea1/icons/symbol-structure.svg +0 -3
  1683. package/static/95c7ea1/icons/symbol-variable.svg +0 -3
  1684. package/static/95c7ea1/icons/tag.svg +0 -1
  1685. package/static/95c7ea1/icons/terminal-bash.svg +0 -1
  1686. package/static/95c7ea1/icons/terminal.svg +0 -1
  1687. package/static/95c7ea1/icons/theme-icon.png +0 -0
  1688. package/static/95c7ea1/icons/trash.svg +0 -1
  1689. package/static/95c7ea1/icons/triangle-down.svg +0 -1
  1690. package/static/95c7ea1/icons/triangle-left.svg +0 -1
  1691. package/static/95c7ea1/icons/triangle-right.svg +0 -1
  1692. package/static/95c7ea1/icons/triangle-up.svg +0 -1
  1693. package/static/95c7ea1/icons/warning.svg +0 -1
  1694. package/static/95c7ea1/icons/whole-word.svg +0 -1
  1695. package/static/95c7ea1/icons/zoom-in.svg +0 -1
  1696. package/static/95c7ea1/icons/zoom-out.svg +0 -1
  1697. package/static/95c7ea1/js/babel-parser.js +0 -14154
  1698. package/static/95c7ea1/js/blob-util.js +0 -149
  1699. package/static/95c7ea1/js/idb/async-iterators.js +0 -56
  1700. package/static/95c7ea1/js/idb/index.js +0 -99
  1701. package/static/95c7ea1/js/idb/with-async-ittr.js +0 -4
  1702. package/static/95c7ea1/js/idb/wrap-idb-value.js +0 -190
  1703. package/static/95c7ea1/js/js-base64.js +0 -296
  1704. package/static/95c7ea1/js/ky.js +0 -489
  1705. package/static/95c7ea1/js/lvce-editor-import-script.js +0 -5
  1706. package/static/95c7ea1/js/lvce-editor-ipc.js +0 -735
  1707. package/static/95c7ea1/js/lvce-editor-json-rpc.js +0 -383
  1708. package/static/95c7ea1/js/lvce-editor-verror.js +0 -55
  1709. package/static/95c7ea1/js/marked.js +0 -1990
  1710. package/static/95c7ea1/js/p-min-delay.js +0 -7
  1711. package/static/95c7ea1/js/pretty-bytes.js +0 -94
  1712. package/static/95c7ea1/js/preview-injected.js +0 -101
  1713. package/static/95c7ea1/js/yoctodelay.js +0 -2
  1714. package/static/95c7ea1/lib-css/termterm.css +0 -39
  1715. package/static/95c7ea1/manifest.json +0 -26
  1716. package/static/95c7ea1/packages/about-view-worker/dist/aboutWorkerMain.js +0 -1556
  1717. package/static/95c7ea1/packages/diff-worker/dist/diffWorkerMain.js +0 -886
  1718. package/static/95c7ea1/packages/editor-worker/dist/editorWorkerMain.js +0 -11885
  1719. package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js +0 -1067
  1720. package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -1
  1721. package/static/95c7ea1/packages/embeds-worker/src/embedsWorkerMain.ts +0 -3
  1722. package/static/95c7ea1/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -94
  1723. package/static/95c7ea1/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -6
  1724. package/static/95c7ea1/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -1
  1725. package/static/95c7ea1/packages/embeds-worker/src/parts/Command/Command.ts +0 -10
  1726. package/static/95c7ea1/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -26
  1727. package/static/95c7ea1/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -17
  1728. package/static/95c7ea1/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -117
  1729. package/static/95c7ea1/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -25
  1730. package/static/95c7ea1/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -3
  1731. package/static/95c7ea1/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -4
  1732. package/static/95c7ea1/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -35
  1733. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -13
  1734. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -14
  1735. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -14
  1736. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -4
  1737. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -7
  1738. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -39
  1739. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -14
  1740. package/static/95c7ea1/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -2
  1741. package/static/95c7ea1/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -10
  1742. package/static/95c7ea1/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -13
  1743. package/static/95c7ea1/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -3
  1744. package/static/95c7ea1/packages/embeds-worker/src/parts/Main/Main.ts +0 -5
  1745. package/static/95c7ea1/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -1
  1746. package/static/95c7ea1/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -21
  1747. package/static/95c7ea1/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -2730
  1748. package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -989
  1749. package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -1
  1750. package/static/95c7ea1/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -3
  1751. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -14
  1752. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -71
  1753. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -16
  1754. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -42
  1755. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -11
  1756. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -20
  1757. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -126
  1758. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -10
  1759. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -5
  1760. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -17
  1761. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -4
  1762. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -3
  1763. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -28
  1764. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -33
  1765. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -49
  1766. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -9
  1767. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -11
  1768. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -9
  1769. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -12
  1770. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -10
  1771. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -7
  1772. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -12
  1773. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -8
  1774. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -12
  1775. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -18
  1776. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -24
  1777. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -40
  1778. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -54
  1779. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -6
  1780. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -3
  1781. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -16
  1782. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -6
  1783. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -2
  1784. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -9
  1785. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -16
  1786. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -1
  1787. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -19
  1788. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -14
  1789. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -11
  1790. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -5
  1791. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -20
  1792. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -9
  1793. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -19
  1794. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -5
  1795. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -139
  1796. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -3
  1797. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -1
  1798. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -78
  1799. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -11
  1800. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -13
  1801. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -27
  1802. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -13
  1803. package/static/95c7ea1/packages/extension-host-worker/dist/extensionHostWorkerMain.js +0 -3813
  1804. package/static/95c7ea1/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -1468
  1805. package/static/95c7ea1/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -1835
  1806. package/static/95c7ea1/packages/iframe-worker/dist/iframeWorkerMain.js +0 -1349
  1807. package/static/95c7ea1/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -1915
  1808. package/static/95c7ea1/packages/renderer-process/LICENSE +0 -21
  1809. package/static/95c7ea1/packages/renderer-process/README.md +0 -1
  1810. package/static/95c7ea1/packages/renderer-process/dist/rendererProcessMain.js +0 -11834
  1811. package/static/95c7ea1/packages/renderer-process/package.json +0 -27
  1812. package/static/95c7ea1/packages/renderer-worker/dist/rendererWorkerMain.js +0 -39165
  1813. package/static/95c7ea1/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -1109
  1814. package/static/95c7ea1/packages/terminal-worker/dist/terminalWorkerMain.js +0 -2971
  1815. package/static/95c7ea1/packages/test-worker/dist/testWorkerMain.js +0 -2140
  1816. package/static/95c7ea1/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -4267
  1817. package/static/95c7ea1/playground/languages/index.cpp +0 -22
  1818. package/static/95c7ea1/playground/languages/index.css +0 -19
  1819. package/static/95c7ea1/playground/languages/index.csv +0 -3
  1820. package/static/95c7ea1/playground/languages/index.dart +0 -3
  1821. package/static/95c7ea1/playground/languages/index.env +0 -1
  1822. package/static/95c7ea1/playground/languages/index.ex +0 -8
  1823. package/static/95c7ea1/playground/languages/index.html +0 -1
  1824. package/static/95c7ea1/playground/languages/index.java +0 -5
  1825. package/static/95c7ea1/playground/languages/index.jl +0 -14
  1826. package/static/95c7ea1/playground/languages/index.js +0 -3
  1827. package/static/95c7ea1/playground/languages/index.json +0 -3
  1828. package/static/95c7ea1/playground/languages/index.kt +0 -3
  1829. package/static/95c7ea1/playground/languages/index.pl +0 -11
  1830. package/static/95c7ea1/playground/languages/index.py +0 -25
  1831. package/static/95c7ea1/playground/languages/index.ts +0 -3
  1832. package/static/95c7ea1/playground/languages/scrolling.txt +0 -100
  1833. package/static/95c7ea1/playground/languages/tsconfig.json +0 -24
  1834. package/static/95c7ea1/playground/sample-folder/a.txt +0 -0
  1835. package/static/95c7ea1/playground/sample-folder/b.txt +0 -0
  1836. package/static/95c7ea1/playground/sample-folder/c.txt +0 -0
  1837. package/static/favicon.ico +0 -0
  1838. package/static/index.html +0 -14
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#558dbf"/><path d="M20.62 10v5.999l-5.188-3" style="fill:#b2cde5"/><path d="m25.807 12.999-5.187 3V10" style="fill:#b2cde5"/><path d="M25.807 12.999V19l-5.187-3.001" style="fill:#4c89c3"/><path d="M15.432 12.999V19l5.188-3.001M20.62 15.999V22l-5.188-3" style="fill:#0057a9"/><path d="M20.622 15.999 20.62 22l5.187-2.998" style="fill:#4c89c3"/><path d="M25.807 19v6l-5.187-3" style="fill:#b2cde5"/><path d="M15.432 19v6l5.188-3" style="fill:#b2cde5"/><path d="M20.62 22v6l-5.188-3" style="fill:#4c89c3"/><path d="m20.622 22-.002 6 5.187-2.998" style="fill:#0057a9"/><path d="M15.432 19v6l-5.187-3" style="fill:#b2cde5"/><path d="M10.245 22v6l5.187-3M15.432 25v6l-5.187-3" style="fill:#0057a9"/><path d="m15.434 25-.002 6 5.188-2.998" style="fill:#4c89c3"/><path d="M30.995 22.002 25.807 25l.003-6" style="fill:#b2cde5"/><path d="M30.995 22v6l-5.188-3" style="fill:#4c89c3"/><path d="M25.807 25v6l-5.187-3" style="fill:#0057a9"/><path d="m25.81 25-.003 6 5.188-2.998" style="fill:#4c89c3"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#7baddb"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7baddb"/><path d="M20.62 10v5.999l-5.188-3" style="fill:#b2cde5"/><path d="m25.807 12.999-5.187 3V10" style="fill:#b2cde5"/><path d="M25.807 12.999V19l-5.187-3.001" style="fill:#4c89c3"/><path d="M15.432 12.999V19l5.188-3.001M20.62 15.999V22l-5.188-3" style="fill:#0057a9"/><path d="M20.622 15.999 20.62 22l5.187-2.998" style="fill:#4c89c3"/><path d="M25.807 19v6l-5.187-3" style="fill:#b2cde5"/><path d="M15.432 19v6l5.188-3" style="fill:#b2cde5"/><path d="M20.62 22v6l-5.188-3" style="fill:#4c89c3"/><path d="m20.622 22-.002 6 5.187-2.998" style="fill:#0057a9"/><path d="M15.432 19v6l-5.187-3" style="fill:#b2cde5"/><path d="M10.245 22v6l5.187-3M15.432 25v6l-5.187-3" style="fill:#0057a9"/><path d="m15.434 25-.002 6 5.188-2.998" style="fill:#4c89c3"/><path d="M30.995 22.002 25.807 25l.003-6" style="fill:#b2cde5"/><path d="M30.995 22v6l-5.188-3" style="fill:#4c89c3"/><path d="M25.807 25v6l-5.187-3" style="fill:#0057a9"/><path d="m25.81 25-.003 6 5.188-2.998" style="fill:#4c89c3"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#55bdbf"/><path d="M15.907 28.452q2.262 1.26 4.525 2.528a.12.12 0 0 0 .138 0q2.262-1.26 4.526-2.527c.026-.014.05-.03.082-.049l-.086-.05q-.752-.415-1.494-.84a.14.14 0 0 0-.16 0l-2.86 1.6a.14.14 0 0 1-.155 0q-1.435-.805-2.875-1.608a.12.12 0 0 0-.131 0q-.76.428-1.523.852c-.02.011-.04.024-.068.042a1 1 0 0 0 .081.052" style="fill:#007f7c"/><path d="m10.984 20.526-.005-.6c0-1.328-.02-2.64-.02-3.968a.1.1 0 0 1 .071-.106c1.3-.619 3.221-1.635 4.517-2.255.023-.011.117-.062.15-.076v1.767a.094.094 0 0 1-.065.1c-.762.362-2.2 1.182-2.963 1.544a.1.1 0 0 0-.071.1c0 .763.011 1.753.014 2.513a.1.1 0 0 1-.058.1c-.514.287-1.57.881-1.57.881" style="fill:#7f7c00"/><path d="M28.384 19.647a.1.1 0 0 1-.058-.1c0-.76.014-1.75.014-2.513a.1.1 0 0 0-.07-.1c-.762-.362-2.2-1.182-2.963-1.544a.1.1 0 0 1-.066-.1v-1.773c.033.014.128.065.151.076 1.3.62 3.221 1.636 4.516 2.255a.1.1 0 0 1 .071.106c0 1.328-.02 2.64-.02 3.968v.6s-1.059-.59-1.575-.875" style="fill:#7c007f"/><path d="M24.539 14.4v2.078a.12.12 0 0 1-.07.118q-1.953 1.089-3.906 2.183a.12.12 0 0 1-.131 0q-1.954-1.093-3.907-2.182a.11.11 0 0 1-.066-.113v-4.168a.11.11 0 0 1 .065-.113q1.955-1.087 3.907-2.18a.12.12 0 0 1 .139 0q1.944 1.089 3.893 2.172a.13.13 0 0 1 .076.133v2.066Z" style="fill:#7f0000"/><path d="m19.02 12.744 1.425.777a.11.11 0 0 0 .111 0q.714-.392 1.432-.782c.017-.009.032-.023.05-.034q-.01-.013-.016-.016-.736-.414-1.481-.825a.11.11 0 0 0-.094.007q-.209.113-.42.231l-1.075.6a1 1 0 0 1 .068.042m.673 3.71V15.01c0-.055-.029-.068-.065-.087l-1.47-.8q-.033-.018-.072-.035v1.459c0 .053.029.069.065.089l1.47.822.073.037a.1.1 0 0 1-.001-.041m3.186-2.354q-.761.415-1.524.827c-.048.025-.047.058-.047.1v1.465l.044-.02 1.522-.85a.09.09 0 0 0 .048-.1v-1.438a.2.2 0 0 0-.043.016" style="fill:#fff"/><path d="M31 24.057v2.078a.12.12 0 0 1-.069.119q-1.955 1.089-3.907 2.182a.12.12 0 0 1-.131 0q-1.953-1.093-3.907-2.181a.115.115 0 0 1-.066-.114v-4.164a.11.11 0 0 1 .065-.113q1.954-1.088 3.907-2.18a.13.13 0 0 1 .139 0q1.944 1.091 3.893 2.173a.13.13 0 0 1 .076.132z" style="fill:#00007f"/><path d="M25.48 22.405q.716.389 1.425.777a.11.11 0 0 0 .111 0l1.432-.781q.025-.016.051-.035-.011-.012-.017-.016-.735-.414-1.481-.825a.11.11 0 0 0-.093.007c-.141.074-.279.154-.42.231l-1.076.6a1 1 0 0 1 .068.042m.674 3.71v-1.444c0-.055-.03-.068-.066-.087l-1.47-.8a1 1 0 0 0-.072-.036v1.46c0 .052.029.068.065.088l1.47.822q.032.018.074.037a.1.1 0 0 1-.001-.04m3.186-2.351q-.763.415-1.525.827c-.047.025-.046.058-.046.1v1.465l.043-.02q.76-.426 1.522-.85c.047-.025.048-.057.048-.1v-1.441z" style="fill:#fff"/><path d="M18.08 24.057v2.078a.12.12 0 0 1-.069.119q-1.954 1.089-3.906 2.182a.12.12 0 0 1-.132 0q-1.953-1.093-3.906-2.181a.11.11 0 0 1-.067-.114v-4.164a.11.11 0 0 1 .065-.113q1.954-1.088 3.906-2.18a.13.13 0 0 1 .14 0q1.944 1.091 3.893 2.173a.13.13 0 0 1 .075.132z" style="fill:#007f00"/><path d="m12.562 22.405 1.425.777a.1.1 0 0 0 .11 0l1.433-.781.05-.035q-.01-.012-.017-.016-.735-.414-1.48-.825a.11.11 0 0 0-.094.007c-.141.074-.278.154-.42.231l-1.075.6a1 1 0 0 1 .068.042m.673 3.71v-1.444c0-.055-.029-.068-.065-.087l-1.47-.8a1 1 0 0 0-.073-.036v1.46c0 .052.03.068.065.088l1.471.822q.033.018.073.037a.1.1 0 0 1-.001-.04m3.186-2.351q-.761.415-1.525.827c-.047.025-.046.058-.046.1v1.465l.043-.02q.761-.426 1.523-.85c.046-.025.047-.057.047-.1v-1.441z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Zm-1.7 4H.5l3.8 12.8h25.2Z" style="fill:#7bd7db"/><path d="m28.621 22.783-.126.07-1.283.7a.1.1 0 0 1-.105.009q-.69-.38-1.383-.755l-.038-.024.061-.039 1.356-.754a.12.12 0 0 1 .093 0q.69.38 1.376.765a.14.14 0 0 1 .049.028m-2.24 2.182a.1.1 0 0 0-.053-.071q-.708-.388-1.418-.773l-.064-.03v1.393a.12.12 0 0 0 .057.076q.545.308 1.092.612l.387.215c.002-.487.003-.953-.001-1.422m1.579 1.4 1.456-.811c.044-.024.045-.055.045-.095V24.1h-.017q-.742.4-1.486.809a.08.08 0 0 0-.033.059v1.418ZM13.406 22.8q.699.382 1.4.76a.12.12 0 0 0 .1-.006q.681-.366 1.358-.738l.056-.033-.044-.03q-.69-.386-1.382-.768a.11.11 0 0 0-.094.006q-.407.224-.812.45l-.6.339Zm.669 2.166a.1.1 0 0 0-.054-.07q-.707-.389-1.417-.773c-.019-.011-.039-.018-.065-.03v1.393a.11.11 0 0 0 .057.076q.545.308 1.092.612l.387.215v-1.425Zm1.587 1.4 1.443-.8a.09.09 0 0 0 .05-.092V24.1h-.021l-1.472.8a.1.1 0 0 0-.039.079v1.4Zm3.928-12.752 1.357.74a.1.1 0 0 0 .105 0q.681-.373 1.364-.744.023-.015.048-.033-.01-.012-.016-.015-.7-.394-1.41-.786a.1.1 0 0 0-.089.007c-.134.07-.265.146-.4.22l-1.024.571a1 1 0 0 1 .065.04m.641 3.533v-1.375c0-.052-.028-.065-.062-.083l-1.4-.764q-.032-.017-.069-.034v1.39c0 .05.028.065.062.084l1.4.783q.031.017.07.035a.1.1 0 0 1-.001-.036m3.034-2.239q-.725.395-1.452.788c-.045.024-.044.055-.044.094v1.395l.041-.019q.724-.406 1.45-.809c.044-.024.045-.055.045-.094V14.89z" style="fill:#fff"/><path d="M15.907 28.45q2.262 1.26 4.525 2.529a.12.12 0 0 0 .138 0q2.262-1.26 4.526-2.528c.026-.014.05-.029.082-.048l-.086-.051c-.5-.278-1-.555-1.494-.84a.14.14 0 0 0-.16 0l-2.86 1.6a.14.14 0 0 1-.155 0q-1.435-.805-2.875-1.608a.12.12 0 0 0-.131 0q-.76.428-1.523.852c-.02.01-.04.024-.068.042a1 1 0 0 0 .081.052" style="fill:#007f7c"/><path d="m10.984 20.524-.005-.6c0-1.328-.02-2.64-.02-3.968a.1.1 0 0 1 .071-.106c1.3-.618 3.221-1.634 4.517-2.254.023-.012.117-.063.15-.077v1.767a.09.09 0 0 1-.065.1c-.762.363-2.2 1.182-2.963 1.544a.1.1 0 0 0-.071.1c0 .764.011 1.753.014 2.514a.1.1 0 0 1-.058.1z" style="fill:#7f7c00"/><path d="M28.384 19.646a.1.1 0 0 1-.058-.1c0-.761.014-1.75.014-2.514a.1.1 0 0 0-.07-.1c-.762-.362-2.2-1.181-2.963-1.544a.09.09 0 0 1-.066-.1v-1.773c.033.014.128.065.151.077 1.3.62 3.221 1.636 4.516 2.254a.1.1 0 0 1 .071.106c0 1.328-.02 2.64-.02 3.968v.6s-1.059-.589-1.575-.874" style="fill:#7c007f"/><path d="M24.539 14.394v2.078a.12.12 0 0 1-.07.119q-1.953 1.089-3.906 2.182a.12.12 0 0 1-.131 0q-1.954-1.093-3.907-2.181a.11.11 0 0 1-.066-.113v-4.164a.11.11 0 0 1 .065-.114q1.955-1.086 3.907-2.18a.13.13 0 0 1 .139 0q1.944 1.09 3.893 2.173a.13.13 0 0 1 .076.132v2.067Z" style="fill:#7f0000"/><path d="m19.02 12.742 1.425.777a.11.11 0 0 0 .111 0q.714-.392 1.432-.781.024-.015.05-.035-.01-.012-.016-.015-.736-.414-1.481-.826a.12.12 0 0 0-.094.008c-.14.073-.278.153-.42.231l-1.075.6c.03.017.048.027.068.041m.673 3.71v-1.444c0-.054-.029-.068-.065-.087l-1.47-.8q-.033-.018-.072-.036v1.46c0 .052.029.068.065.088l1.47.822q.033.018.073.037a.1.1 0 0 1-.001-.04m3.186-2.352q-.761.416-1.524.828c-.048.025-.047.057-.047.1v1.465l.044-.02q.76-.426 1.522-.849a.09.09 0 0 0 .048-.1v-1.442Z" style="fill:#fff"/><path d="M31 24.055v2.078a.12.12 0 0 1-.069.119q-1.955 1.089-3.907 2.182a.12.12 0 0 1-.131 0q-1.953-1.092-3.907-2.181a.11.11 0 0 1-.066-.113v-4.164a.11.11 0 0 1 .065-.113q1.954-1.087 3.907-2.18a.12.12 0 0 1 .139 0q1.944 1.089 3.893 2.172a.13.13 0 0 1 .076.133v2.066Z" style="fill:#00007f"/><path d="M25.48 22.4q.716.389 1.425.778a.11.11 0 0 0 .111 0q.715-.393 1.432-.782.025-.015.051-.034-.011-.013-.017-.016-.735-.414-1.481-.826a.11.11 0 0 0-.093.008c-.141.073-.279.153-.42.231l-1.076.6a1 1 0 0 1 .068.041m.674 3.711V24.67c0-.055-.03-.069-.066-.088l-1.47-.8-.072-.036V25.2c0 .053.029.068.065.088l1.47.823q.032.017.074.036a.1.1 0 0 1-.001-.033Zm3.186-2.352q-.763.415-1.525.828c-.047.025-.046.058-.046.1v1.464l.043-.02q.76-.426 1.522-.849c.047-.025.048-.058.048-.1v-1.439l-.042.019Z" style="fill:#fff"/><path d="M18.08 24.055v2.078a.114.114 0 0 1-.069.119q-1.954 1.089-3.906 2.182a.12.12 0 0 1-.132 0q-1.953-1.092-3.906-2.181A.11.11 0 0 1 10 26.14v-4.164a.11.11 0 0 1 .065-.113q1.954-1.087 3.906-2.18a.12.12 0 0 1 .14 0q1.944 1.089 3.893 2.172a.13.13 0 0 1 .075.133v2.066Z" style="fill:#007f00"/><path d="m12.562 22.4 1.425.778a.11.11 0 0 0 .11 0q.716-.393 1.433-.782.024-.015.05-.034-.01-.013-.017-.016-.735-.414-1.48-.826a.12.12 0 0 0-.094.008c-.141.073-.278.153-.42.231l-1.075.6c.03.02.048.03.068.041m.673 3.711V24.67c0-.055-.029-.069-.065-.088l-1.47-.8q-.033-.017-.073-.036V25.2c0 .053.03.068.065.088l1.471.823q.033.017.073.036a.1.1 0 0 1-.001-.033Zm3.186-2.352q-.761.415-1.525.828c-.047.025-.046.058-.046.1v1.464l.043-.02q.76-.426 1.523-.849c.046-.025.047-.058.047-.1v-1.439Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 32 32"><path fill="#ffdd57" fill-rule="nonzero" d="M29.6 5.5H18.2l-2.1 4.2H4.4v16.8h25.2zm-2.1 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#ff4d1f" fill-rule="nonzero" d="M22.77 11c0 1.25.37 3.35-.49 4.38-.44.54-.84.14-1.33.34-.5.2-.81 1.18-.97 1.65-.3.87-.48 1.87-.5 2.79-.02.43.14 1.14-.18 1.48-1.38 1.4-2.01-1-2.1-2-1.89 1.52-2.05 4.6-1 6.6.4.77 1.25 1.39 1.51 2.2-.51 0-.9-.15-1.39-.3.66 1.64 4.46 2.7 6.08 2.86h1.98c.73-.06 1.03-.23 1.46-.36 1.28-.36 2.88-.94 3.6-2.13-.23.02-1.02.18-.84-.3.25-.66 1.32-1.15 1.72-1.82 1.23-2.1.63-4.9-.52-6.9-.18.4-.47 1.69-1.16 1.26-.38-.23-.45-.78-.5-1.18-.13-1.07.1-2.1-.26-3.15-.73-2.18-3.08-4.43-5.11-5.42"/><path fill="#ff9d46" fill-rule="nonzero" d="M23.65 14.44c-.02 1.44-.86 2.47-1.52 3.67a16.7 16.7 0 0 0-1.45 3.66c-.25.9-.32 2.13-1.28 2.6-.72.35-1.45-.47-1.98-.84-.64 1.91.4 3.99 1.46 5.42a6.3 6.3 0 0 0 1.84 1.46c.25.15 1.68.59 1.68.59h1.98c1.88-1.14 3.94-2.77 4.62-4.98-2.16.68-.1-1.63-.6-2.78-.33-.7-1.66.57-2.1-.52-.25-.57.06-1.37.06-1.98a8.9 8.9 0 0 0-1.27-4.98c-.36-.53-.79-1.17-1.44-1.32m3.07 0 .08.08z"/><path fill="#ff4d1f" fill-rule="nonzero" d="M17.71 15.4c-.1.67-.61.97-.93 1.53a4.2 4.2 0 0 0-.39 2.05c1.28-.52 2.1-2.35 1.32-3.58"/><path fill="#ffdd57" fill-rule="nonzero" d="M19.84 26.53c.02 1.56.82 4.24 2.56 4.47h1.98c1.25-.96 1.84-3.14 2.2-4.61l-.73.36c.34-.67.58-1.47.8-2.2-.27.24-.42.52-.73.7-2.48 1.5-1.95-3.12-1.83-4.43a4.74 4.74 0 0 0-2.85 3.59c-.08.55.12 1.55-.17 2.03-.28.47-.84.23-1.23.1"/><path fill="#fbfacc" d="M22.4 31h1.98c.32-1.05.83-2.17 1.17-3.22-1.5 1.07-1.95-1.4-2.34-2.35-.25.88-.76 3.32-1.98 2.5A5.7 5.7 0 0 0 22.4 31"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 32 32"><path fill="#ffe057" fill-rule="nonzero" d="M29.5 5.5H18.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2zm-9.3 2.1h7.1v2.1h-8.1zm5.5 6.1H6.6v-1.9h20.8v7.63z"/><path fill="#ff4d1f" fill-rule="nonzero" d="M22.77 11c0 1.25.37 3.35-.49 4.38-.44.54-.84.14-1.33.34-.5.2-.81 1.18-.97 1.65-.3.87-.48 1.87-.5 2.79-.02.43.14 1.14-.18 1.48-1.38 1.4-2.01-1-2.1-2-1.89 1.52-2.05 4.6-1 6.6.4.77 1.25 1.39 1.51 2.2-.51 0-.9-.15-1.39-.3.66 1.64 4.46 2.7 6.08 2.86h1.98c.73-.06 1.03-.23 1.46-.36 1.28-.36 2.88-.94 3.6-2.13-.23.02-1.02.18-.84-.3.25-.66 1.32-1.15 1.72-1.82 1.23-2.1.63-4.9-.52-6.9-.18.4-.47 1.69-1.16 1.26-.38-.23-.45-.78-.5-1.18-.13-1.07.1-2.1-.26-3.15-.73-2.18-3.08-4.43-5.11-5.42"/><path fill="#ff9d46" fill-rule="nonzero" d="M23.65 14.44c-.02 1.44-.86 2.47-1.52 3.67a16.7 16.7 0 0 0-1.45 3.66c-.25.9-.32 2.13-1.28 2.6-.72.35-1.45-.47-1.98-.84-.64 1.91.4 3.99 1.46 5.42a6.3 6.3 0 0 0 1.84 1.46c.25.15 1.68.59 1.68.59h1.98c1.88-1.14 3.94-2.77 4.62-4.98-2.16.68-.1-1.63-.6-2.78-.33-.7-1.66.57-2.1-.52-.25-.57.06-1.37.06-1.98a8.9 8.9 0 0 0-1.27-4.98c-.36-.53-.79-1.17-1.44-1.32m3.07 0 .08.08z"/><path fill="#ff4d1f" fill-rule="nonzero" d="M17.71 15.4c-.1.67-.61.97-.93 1.53a4.2 4.2 0 0 0-.39 2.05c1.28-.52 2.1-2.35 1.32-3.58"/><path fill="#ffdd57" fill-rule="nonzero" d="M19.84 26.53c.02 1.56.82 4.24 2.56 4.47h1.98c1.25-.96 1.84-3.14 2.2-4.61l-.73.36c.34-.67.58-1.47.8-2.2-.27.24-.42.52-.73.7-2.48 1.5-1.95-3.12-1.83-4.43a4.74 4.74 0 0 0-2.85 3.59c-.08.55.12 1.55-.17 2.03-.28.47-.84.23-1.23.1"/><path fill="#fbfacc" d="M22.4 31h1.98c.32-1.05.83-2.17 1.17-3.22-1.5 1.07-1.95-1.4-2.34-2.35-.25.88-.76 3.32-1.98 2.5A5.7 5.7 0 0 0 22.4 31"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-659.847" x2="-666.491" y1="839.557" y2="839.603" gradientTransform="matrix(-.977 -.323 -.29 .877 -378.211 -928.733)" gradientUnits="userSpaceOnUse"><stop offset=".231" stop-color="#999875"/><stop offset=".563" stop-color="#9b9977"/><stop offset=".683" stop-color="#a09f7e"/><stop offset=".768" stop-color="#a9a889"/><stop offset=".837" stop-color="#b7b69a"/><stop offset=".896" stop-color="#c9c7b0"/><stop offset=".948" stop-color="#deddcb"/><stop offset=".994" stop-color="#f8f6eb"/><stop offset="1" stop-color="#fbf9ef"/></linearGradient><linearGradient id="b" x1="-658.764" x2="-668.32" y1="827.72" y2="844.273" gradientTransform="matrix(-.977 -.323 -.29 .877 -378.211 -928.733)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#48a547"/><stop offset="1" stop-color="#3f9143"/></linearGradient><linearGradient id="c" x1="-658.088" x2="-664.862" y1="839.78" y2="835.229" gradientTransform="matrix(-.977 -.323 -.29 .877 -378.211 -928.733)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#41a247"/><stop offset=".352" stop-color="#4ba74b"/><stop offset=".956" stop-color="#67b554"/><stop offset="1" stop-color="#69b655"/></linearGradient></defs><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#458248"/><path d="m26.775 31-.563-.187s.072-2.851-.956-3.05c-.678-.786.1-33.556 2.567-.112a2.03 2.03 0 0 0-1 1.142A10.6 10.6 0 0 0 26.775 31" style="fill:url(#a)"/><path d="M27.079 28.247a9.92 9.92 0 0 0 3.748-9.919c-1.1-4.864-3.711-6.463-3.992-7.073a7.3 7.3 0 0 1-.619-1.2l.208 13.552s-.431 4.141.655 4.64" style="fill:url(#b)"/><path d="M25.925 28.427S21.334 25.3 21.6 19.769a11.66 11.66 0 0 1 4.139-8.736A1.3 1.3 0 0 0 26.194 10c.286.615.239 9.182.269 10.184.117 3.898-.216 7.507-.538 8.243" style="fill:url(#c)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-659.847" x2="-666.491" y1="839.557" y2="839.603" gradientTransform="matrix(-.977 -.323 -.29 .877 -378.211 -928.733)" gradientUnits="userSpaceOnUse"><stop offset=".231" stop-color="#999875"/><stop offset=".563" stop-color="#9b9977"/><stop offset=".683" stop-color="#a09f7e"/><stop offset=".768" stop-color="#a9a889"/><stop offset=".837" stop-color="#b7b69a"/><stop offset=".896" stop-color="#c9c7b0"/><stop offset=".948" stop-color="#deddcb"/><stop offset=".994" stop-color="#f8f6eb"/><stop offset="1" stop-color="#fbf9ef"/></linearGradient><linearGradient id="b" x1="-658.764" x2="-668.32" y1="827.72" y2="844.273" gradientTransform="matrix(-.977 -.323 -.29 .877 -378.211 -928.733)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#48a547"/><stop offset="1" stop-color="#3f9143"/></linearGradient><linearGradient id="c" x1="-658.088" x2="-664.862" y1="839.78" y2="835.229" gradientTransform="matrix(-.977 -.323 -.29 .877 -378.211 -928.733)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#41a247"/><stop offset=".352" stop-color="#4ba74b"/><stop offset=".956" stop-color="#67b554"/><stop offset="1" stop-color="#69b655"/></linearGradient></defs><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Zm-1.7 4H.5l3.8 12.8h25.2Z" style="fill:#78c47c"/><path d="m26.775 31-.563-.187s.072-2.851-.956-3.05c-.678-.786.1-33.556 2.567-.112a2.03 2.03 0 0 0-1 1.142A10.6 10.6 0 0 0 26.775 31" style="fill:url(#a)"/><path d="M27.079 28.247a9.92 9.92 0 0 0 3.748-9.919c-1.1-4.864-3.711-6.463-3.992-7.073a7.3 7.3 0 0 1-.619-1.2l.208 13.552s-.431 4.141.655 4.64" style="fill:url(#b)"/><path d="M25.925 28.427S21.334 25.3 21.6 19.769a11.66 11.66 0 0 1 4.139-8.736A1.3 1.3 0 0 0 26.194 10c.286.615.239 9.182.269 10.184.117 3.898-.216 7.507-.538 8.243" style="fill:url(#c)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.917 6h-9.774l-2 4H5v17h25V6ZM28 10h-7.81l1.048-2H28Z" style="fill:#2a4b59"/><path d="M16.018 14.715a2.3 2.3 0 0 0-.591.072v.029h.028a5 5 0 0 0 .461.591c.116.231.217.46.332.691l.028-.029a.81.81 0 0 0 .3-.721 3 3 0 0 1-.173-.3c-.086-.144-.274-.216-.39-.331" style="fill:#fff;fill-rule:evenodd"/><path d="M30.328 27.286a6.7 6.7 0 0 0-2.8.4c-.216.086-.562.086-.591.36.116.115.13.3.232.462a3.4 3.4 0 0 0 .749.879c.3.231.605.46.923.662.562.347 1.2.548 1.743.894.318.2.634.461.953.678.158.115.258.3.46.374v-.044a3 3 0 0 0-.22-.462c-.144-.143-.288-.274-.433-.417a6.9 6.9 0 0 0-1.5-1.455c-.462-.318-1.471-.75-1.658-1.282l-.029-.029a6 6 0 0 0 1-.232c.489-.129.936-.1 1.441-.229.231-.058.649-.2.649-.2v-.225c-.258-.256-.442-.6-.713-.841a19 19 0 0 0-2.352-1.753c-.443-.285-1.013-.47-1.483-.713-.17-.086-.455-.128-.555-.271a5.7 5.7 0 0 1-.585-1.1 35 35 0 0 1-1.169-2.48 15 15 0 0 0-.727-1.625 14.37 14.37 0 0 0-5.517-5.331 6.8 6.8 0 0 0-1.824-.585c-.357-.015-.713-.043-1.069-.057a6 6 0 0 1-.656-.5c-.813-.513-2.907-1.625-3.506-.157-.385.927.57 1.839.9 2.31a6.7 6.7 0 0 1 .726 1.069c.1.242.128.5.229.756a17 17 0 0 0 .741 1.911 7 7 0 0 0 .527.883c.115.158.314.228.357.486a4 4 0 0 0-.328 1.069 6.28 6.28 0 0 0 .414 4.789c.228.356.77 1.141 1.5.841.641-.256.5-1.069.684-1.781.043-.172.014-.285.1-.4v.14s.364.8.544 1.209a8.2 8.2 0 0 0 1.8 1.951 2.6 2.6 0 0 1 .663.875v.258h.322a.8.8 0 0 0-.319-.593 7 7 0 0 1-.722-.874 19 19 0 0 1-1.555-2.651c-.223-.453-.417-.947-.6-1.4-.083-.174-.083-.437-.222-.524a5.5 5.5 0 0 0-.666.989 8.6 8.6 0 0 0-.389 2.2c-.055.015-.028 0-.055.029-.444-.116-.6-.6-.764-1a6.6 6.6 0 0 1-.125-3.89c.1-.3.515-1.267.347-1.558-.084-.278-.361-.437-.514-.656a6 6 0 0 1-.5-.932c-.333-.815-.5-1.719-.861-2.534a8 8 0 0 0-.694-1.122 7.2 7.2 0 0 1-.764-1.136.7.7 0 0 1-.056-.6.23.23 0 0 1 .2-.19c.18-.16.694.043.874.131a7 7 0 0 1 1.374.728c.2.146.652.516.652.516h.135c.461.1.981.028 1.413.158a9.2 9.2 0 0 1 2.075.994 12.8 12.8 0 0 1 4.5 4.93c.173.331.246.634.4.979.3.708.678 1.429.98 2.12a9.5 9.5 0 0 0 1.024 1.932c.216.3 1.081.461 1.47.62a11 11 0 0 1 1 .4c.49.3.979.649 1.441.981.23.173.951.533.994.822" style="fill:#f3fdff;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.917 6h-9.679l-2 4H5v17h25V6ZM28 24H7V12h21Zm.1-14h-7.81l.952-2H28v2Zm-2.233 4H.273l3.86 13h25.594Z" style="fill:#375c70"/><path d="M16.018 14.715a2.3 2.3 0 0 0-.591.072v.029h.028a5 5 0 0 0 .461.591c.116.231.217.46.332.691l.028-.029a.81.81 0 0 0 .3-.721 3 3 0 0 1-.173-.3c-.086-.144-.274-.216-.39-.331" style="fill:#e8e8e8;fill-rule:evenodd"/><path d="M30.328 27.286a6.7 6.7 0 0 0-2.8.4c-.216.086-.562.086-.591.36.116.115.13.3.232.462a3.4 3.4 0 0 0 .749.879c.3.231.605.46.923.662.562.347 1.2.548 1.743.894.318.2.634.461.953.678.158.115.258.3.46.374v-.044a3 3 0 0 0-.22-.462c-.144-.143-.288-.274-.433-.417a6.9 6.9 0 0 0-1.5-1.455c-.462-.318-1.471-.75-1.658-1.282l-.029-.029a6 6 0 0 0 1-.232c.489-.129.936-.1 1.441-.229.231-.058.649-.2.649-.2v-.225c-.258-.256-.442-.6-.713-.841a19 19 0 0 0-2.352-1.753c-.443-.285-1.013-.47-1.483-.713-.17-.086-.455-.128-.555-.271a5.7 5.7 0 0 1-.585-1.1 35 35 0 0 1-1.169-2.48 15 15 0 0 0-.727-1.625 14.37 14.37 0 0 0-5.517-5.331 6.8 6.8 0 0 0-1.824-.585c-.357-.015-.713-.043-1.069-.057a6 6 0 0 1-.656-.5c-.813-.513-2.907-1.625-3.506-.157-.385.927.57 1.839.9 2.31a6.7 6.7 0 0 1 .726 1.069c.1.242.128.5.229.756a17 17 0 0 0 .741 1.911 7 7 0 0 0 .527.883c.115.158.314.228.357.486a4 4 0 0 0-.328 1.069 6.28 6.28 0 0 0 .414 4.789c.228.356.77 1.141 1.5.841.641-.256.5-1.069.684-1.781.043-.172.014-.285.1-.4v.14s.364.8.544 1.209a8.2 8.2 0 0 0 1.8 1.951 2.6 2.6 0 0 1 .663.875v.258h.322a.8.8 0 0 0-.319-.593 7 7 0 0 1-.722-.874 19 19 0 0 1-1.555-2.651c-.223-.453-.417-.947-.6-1.4-.083-.174-.083-.437-.222-.524a5.5 5.5 0 0 0-.666.989 8.6 8.6 0 0 0-.389 2.2c-.055.015-.028 0-.055.029-.444-.116-.6-.6-.764-1a6.6 6.6 0 0 1-.125-3.89c.1-.3.515-1.267.347-1.558-.084-.278-.361-.437-.514-.656a6 6 0 0 1-.5-.932c-.333-.815-.5-1.719-.861-2.534a8 8 0 0 0-.694-1.122 7.2 7.2 0 0 1-.764-1.136.7.7 0 0 1-.056-.6.23.23 0 0 1 .2-.19c.18-.16.694.043.874.131a7 7 0 0 1 1.374.728c.2.146.652.516.652.516h.135c.461.1.981.028 1.413.158a9.2 9.2 0 0 1 2.075.994 12.8 12.8 0 0 1 4.5 4.93c.173.331.246.634.4.979.3.708.678 1.429.98 2.12a9.5 9.5 0 0 0 1.024 1.932c.216.3 1.081.461 1.47.62a11 11 0 0 1 1 .4c.49.3.979.649 1.441.981.23.173.951.533.994.822" style="fill:#f3fdff;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.417 5.5H18.19l-2.083 4.2H4.5v16.8h25v-21Zm0 4.2h-8.135l1.091-2.1h7.044Z" style="fill:#c09553"/><circle cx="21" cy="21" r="10" style="fill:#e5e5e5"/><path d="M29.919 19.691a9.04 9.04 0 0 0-6.157-7.271 9.4 9.4 0 0 0-1.873-.392 23 23 0 0 0-1.478-.023c-.039 0-.162.016-.273.024a9.02 9.02 0 0 0-6.468 3.73 8.9 8.9 0 0 0-1.589 3.932A7 7 0 0 0 12 21a7 7 0 0 0 .081 1.31 9.04 9.04 0 0 0 6.157 7.271 9.5 9.5 0 0 0 1.9.4 17 17 0 0 0 1.724 0 9.1 9.1 0 0 0 3.243-.949c.155-.079.185-.1.164-.118s-.674-.9-1.466-1.965L22.364 25l-1.8-2.668c-.992-1.468-1.809-2.668-1.816-2.668s-.014 1.184-.017 2.632a21 21 0 0 1-.039 2.7.32.32 0 0 1-.155.16c-.056.029-.105.034-.371.034h-.3l-.08-.051a.33.33 0 0 1-.118-.129l-.037-.079v-7.056l.055-.069a.5.5 0 0 1 .13-.107c.072-.035.1-.039.4-.039.359 0 .419.014.512.116.026.028 1 1.5 2.171 3.271l3.551 5.378 1.425 2.158.072-.047a9.2 9.2 0 0 0 1.85-1.622 8.96 8.96 0 0 0 2.118-4.6A7 7 0 0 0 30 21a7 7 0 0 0-.081-1.309m-5.632 1.193v3.163l-.558-.855-.56-.855v-2.3c0-1.487.007-2.323.018-2.363a.36.36 0 0 1 .174-.222c.072-.037.1-.04.375-.04.26 0 .306 0 .364.035a.36.36 0 0 1 .178.208c.009.045.012 1.025.009 3.229"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z" style="fill:#dcb67a"/><circle cx="21" cy="21" r="10" style="fill:#e5e5e5"/><path d="M29.919 19.691a9.04 9.04 0 0 0-6.157-7.271 9.4 9.4 0 0 0-1.873-.392 23 23 0 0 0-1.478-.023c-.039 0-.162.016-.273.024a9.02 9.02 0 0 0-6.468 3.73 8.9 8.9 0 0 0-1.589 3.932A7 7 0 0 0 12 21a7 7 0 0 0 .081 1.31 9.04 9.04 0 0 0 6.157 7.271 9.5 9.5 0 0 0 1.9.4 17 17 0 0 0 1.724 0 9.1 9.1 0 0 0 3.243-.949c.155-.079.185-.1.164-.118s-.674-.9-1.466-1.965L22.364 25l-1.8-2.668c-.992-1.468-1.809-2.668-1.816-2.668s-.014 1.184-.017 2.632a21 21 0 0 1-.039 2.7.32.32 0 0 1-.155.16c-.056.029-.105.034-.371.034h-.3l-.08-.051a.33.33 0 0 1-.118-.129l-.037-.079v-7.056l.055-.069a.5.5 0 0 1 .13-.107c.072-.035.1-.039.4-.039.359 0 .419.014.512.116.026.028 1 1.5 2.171 3.271l3.551 5.378 1.425 2.158.072-.047a9.2 9.2 0 0 0 1.85-1.622 8.96 8.96 0 0 0 2.118-4.6A7 7 0 0 0 30 21a7 7 0 0 0-.081-1.309m-5.632 1.193v3.163l-.558-.855-.56-.855v-2.3c0-1.487.007-2.323.018-2.363a.36.36 0 0 1 .174-.222c.072-.037.1-.04.375-.04.26 0 .306 0 .364.035a.36.36 0 0 1 .178.208c.009.045.012 1.025.009 3.229"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#55bf7b"/><path d="M21.761 10h.048a8 8 0 0 1 .729.4q4.072 2.341 8.144 4.685a.59.59 0 0 1 .311.591c-.006 3.292 0 6.582 0 9.873a.6.6 0 0 1-.267.381l-8.66 4.983a.44.44 0 0 1-.493.028q-4.335-2.484-8.662-4.981a.52.52 0 0 1-.3-.5v-9.872a.52.52 0 0 1 .29-.5q4.07-2.339 8.136-4.681c.242-.138.478-.284.731-.4" style="fill:#019639"/><path d="M16.375 16.4v8.144a1.13 1.13 0 0 0 .321.815 1.235 1.235 0 0 0 1.545.155 1.17 1.17 0 0 0 .514-.97v-5.9q2.688 3.218 5.386 6.426a2.12 2.12 0 0 0 1.954.587 1.17 1.17 0 0 0 .939-1.028q.006-4.156 0-8.311a1.186 1.186 0 0 0-2.364 0c0 2-.012 3.991 0 5.987-1.76-2.074-3.5-4.167-5.248-6.249a2.11 2.11 0 0 0-2-.789 1.184 1.184 0 0 0-1.047 1.133" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#7bdb9d"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7bdb9d"/><path d="M21.761 10h.048a8 8 0 0 1 .729.4q4.072 2.341 8.144 4.685a.59.59 0 0 1 .311.591c-.006 3.292 0 6.582 0 9.873a.6.6 0 0 1-.267.381l-8.66 4.983a.44.44 0 0 1-.493.028q-4.335-2.484-8.662-4.981a.52.52 0 0 1-.3-.5v-9.872a.52.52 0 0 1 .29-.5q4.07-2.339 8.136-4.681c.242-.138.478-.284.731-.4" style="fill:#019639"/><path d="M16.375 16.4v8.144a1.13 1.13 0 0 0 .321.815 1.235 1.235 0 0 0 1.545.155 1.17 1.17 0 0 0 .514-.97v-5.9q2.688 3.218 5.386 6.426a2.12 2.12 0 0 0 1.954.587 1.17 1.17 0 0 0 .939-1.028q.006-4.156 0-8.311a1.186 1.186 0 0 0-2.364 0c0 2-.012 3.991 0 5.987-1.76-2.074-3.5-4.167-5.248-6.249a2.11 2.11 0 0 0-2-.789 1.184 1.184 0 0 0-1.047 1.133" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" data-name="folder type nix" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="536.24" x2="540.83" y1="1537.03" y2="1544.97" gradientTransform="matrix(.8 0 0 .8 -414.75 -1206.48)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#699ad7"/><stop offset=".24" stop-color="#7eb1dd"/><stop offset="1" stop-color="#7ebae4"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="979.2" x2="983.79" y1="718.68" y2="726.62" gradientTransform="rotate(59.9 883.564 -368.28)scale(.8)"/><linearGradient xlink:href="#a" id="d" x1="-392.84" x2="-388.26" y1="1566.6" y2="1574.53" gradientTransform="rotate(-59.9 -1207.903 352.323)scale(.8)"/><linearGradient xlink:href="#a" id="e" x1="-441.2" x2="-436.61" y1="-45.76" y2="-37.82" gradientTransform="matrix(-.8 0 0 -.8 -325.52 -15.63)"/><linearGradient id="b" x1="-257.74" x2="-253.23" y1="1973.17" y2="1981.14" gradientTransform="matrix(.8 0 0 .8 220.49 -1555.43)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#415e9a"/><stop offset=".23" stop-color="#4a6baf"/><stop offset="1" stop-color="#5277c3"/></linearGradient><linearGradient xlink:href="#b" id="f" x1="-306.31" x2="-301.81" y1="360.59" y2="368.55" gradientTransform="rotate(120.1 -31.602 229.209)scale(.8)"/><linearGradient xlink:href="#b" id="g" x1="-1681.52" x2="-1677.01" y1="1210.07" y2="1218.04" gradientTransform="rotate(-120.1 -928.27 102.1)scale(.8)"/></defs><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#4a5e7f"/><path d="m16.83 22.29 5 8.69h-2.3l-1.33-2.32L16.86 31h-1.15l-.58-1 1.92-3.3-1.37-2.38Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="m18.64 18.71-5 8.69-1.17-2 1.35-2.33h-2.69l-.57-1 .58-1H15l1.37-2.37Z" style="fill-rule:evenodd;fill:url(#c)"/><path d="M19 25.65h10l-1.13 2h-2.65L26.56 30 26 31h-1.19l-1.89-3.32h-2.74Z" style="fill-rule:evenodd;fill:url(#d)"/><path d="m24.85 21.85-5-8.7h2.3l1.33 2.34 1.35-2.32H26l.59 1-1.92 3.3L26 19.84Z" style="fill-rule:evenodd;fill:url(#e)"/><path d="m16.83 22.29 5 8.69h-2.3l-1.33-2.32L16.86 31h-1.15l-.58-1 1.92-3.3-1.37-2.38Z" style="fill-rule:evenodd;fill:url(#b)"/><path d="M22.64 18.46h-10l1.13-2h2.68l-1.33-2.33.57-1h1.17l1.9 3.32h2.73Z" style="fill-rule:evenodd;fill:url(#f)"/><path d="m23 25.42 5-8.69 1.17 2-1.35 2.33h2.68l.57 1-.58 1h-3.77l-1.38 2.37Z" style="fill-rule:evenodd;fill:url(#g)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" data-name="folder type nix opened" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="536.24" x2="540.83" y1="1537.03" y2="1544.97" gradientTransform="matrix(.8 0 0 .8 -414.75 -1206.48)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#699ad7"/><stop offset=".24" stop-color="#7eb1dd"/><stop offset="1" stop-color="#7ebae4"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="979.2" x2="983.79" y1="718.68" y2="726.62" gradientTransform="rotate(59.9 883.564 -368.28)scale(.8)"/><linearGradient xlink:href="#a" id="d" x1="-392.84" x2="-388.26" y1="1566.6" y2="1574.53" gradientTransform="rotate(-59.9 -1207.903 352.323)scale(.8)"/><linearGradient xlink:href="#a" id="e" x1="-441.2" x2="-436.61" y1="-45.76" y2="-37.82" gradientTransform="matrix(-.8 0 0 -.8 -325.52 -15.63)"/><linearGradient id="b" x1="-257.74" x2="-253.23" y1="1973.17" y2="1981.14" gradientTransform="matrix(.8 0 0 .8 220.49 -1555.43)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#415e9a"/><stop offset=".23" stop-color="#4a6baf"/><stop offset="1" stop-color="#5277c3"/></linearGradient><linearGradient xlink:href="#b" id="f" x1="-306.31" x2="-301.81" y1="360.59" y2="368.55" gradientTransform="rotate(120.1 -31.602 229.209)scale(.8)"/><linearGradient xlink:href="#b" id="g" x1="-1681.52" x2="-1677.01" y1="1210.07" y2="1218.04" gradientTransform="rotate(-120.1 -928.27 102.1)scale(.8)"/></defs><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#5b7499"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#5b7499"/><path d="m16.83 22.29 5 8.69h-2.3l-1.33-2.32L16.86 31h-1.15l-.58-1 1.92-3.3-1.37-2.38Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="m18.64 18.71-5 8.69-1.17-2 1.35-2.33h-2.69l-.57-1 .58-1H15l1.37-2.37Z" style="fill-rule:evenodd;fill:url(#c)"/><path d="M19 25.65h10l-1.13 2h-2.65L26.56 30 26 31h-1.19l-1.89-3.32h-2.74Z" style="fill-rule:evenodd;fill:url(#d)"/><path d="m24.85 21.85-5-8.7h2.3l1.33 2.34 1.35-2.32H26l.59 1-1.92 3.3L26 19.84Z" style="fill-rule:evenodd;fill:url(#e)"/><path d="m16.83 22.29 5 8.69h-2.3l-1.33-2.32L16.86 31h-1.15l-.58-1 1.92-3.3-1.37-2.38Z" style="fill-rule:evenodd;fill:url(#b)"/><path d="M22.64 18.46h-10l1.13-2h2.68l-1.33-2.33.57-1h1.17l1.9 3.32h2.73Z" style="fill-rule:evenodd;fill:url(#f)"/><path d="m23 25.42 5-8.69 1.17 2-1.35 2.33h2.68l.57 1-.58 1h-3.77l-1.38 2.37Z" style="fill-rule:evenodd;fill:url(#g)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#8ebf55"/><path d="M21.688 31a1.6 1.6 0 0 1-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335A5 5 0 0 0 19.4 28.4a.2.2 0 0 1 .191.015l1.974 1.172a.26.26 0 0 0 .239 0l7.7-4.442a.24.24 0 0 0 .118-.208v-8.881a.25.25 0 0 0-.119-.212l-7.692-4.438a.24.24 0 0 0-.238 0l-7.693 4.439a.25.25 0 0 0-.122.211v8.881a.24.24 0 0 0 .121.206l2.108 1.218c1.144.572 1.845-.1 1.845-.778v-8.769a.22.22 0 0 1 .223-.222h.976a.22.22 0 0 1 .222.222v8.769a2.132 2.132 0 0 1-2.278 2.4A3.3 3.3 0 0 1 15.2 27.5l-2.018-1.162a1.63 1.63 0 0 1-.807-1.4v-8.882a1.62 1.62 0 0 1 .807-1.4l7.7-4.447a1.69 1.69 0 0 1 1.617 0l7.7 4.447a1.62 1.62 0 0 1 .808 1.4v8.881a1.63 1.63 0 0 1-.808 1.4l-7.7 4.443a1.6 1.6 0 0 1-.811.22" style="fill:#fff"/><path d="M20.231 21.965a.22.22 0 0 1 .222-.222h1a.22.22 0 0 1 .221.188c.15 1.013.6 1.524 2.634 1.524 1.621 0 2.311-.367 2.311-1.227 0-.5-.2-.864-2.715-1.111-2.106-.208-3.408-.674-3.408-2.358 0-1.553 1.309-2.479 3.5-2.479 2.466 0 3.685.856 3.84 2.691a.22.22 0 0 1-.221.242h-1a.22.22 0 0 1-.216-.174c-.239-1.066-.823-1.407-2.4-1.407-1.77 0-1.975.617-1.975 1.079 0 .56.243.723 2.632 1.039 2.365.313 3.488.755 3.488 2.418s-1.4 2.637-3.836 2.637c-3.372.002-4.077-1.543-4.077-2.84" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#b1db7b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#b1db7b"/><path d="M21.688 31a1.6 1.6 0 0 1-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335A5 5 0 0 0 19.4 28.4a.2.2 0 0 1 .191.015l1.974 1.172a.26.26 0 0 0 .239 0l7.7-4.442a.24.24 0 0 0 .118-.208v-8.881a.25.25 0 0 0-.119-.212l-7.692-4.438a.24.24 0 0 0-.238 0l-7.693 4.439a.25.25 0 0 0-.122.211v8.881a.24.24 0 0 0 .121.206l2.108 1.218c1.144.572 1.845-.1 1.845-.778v-8.769a.22.22 0 0 1 .223-.222h.976a.22.22 0 0 1 .222.222v8.769a2.132 2.132 0 0 1-2.278 2.4A3.3 3.3 0 0 1 15.2 27.5l-2.018-1.162a1.63 1.63 0 0 1-.807-1.4v-8.882a1.62 1.62 0 0 1 .807-1.4l7.7-4.447a1.69 1.69 0 0 1 1.617 0l7.7 4.447a1.62 1.62 0 0 1 .808 1.4v8.881a1.63 1.63 0 0 1-.808 1.4l-7.7 4.443a1.6 1.6 0 0 1-.811.22" style="fill:#fff"/><path d="M20.231 21.965a.22.22 0 0 1 .222-.222h1a.22.22 0 0 1 .221.188c.15 1.013.6 1.524 2.634 1.524 1.621 0 2.311-.367 2.311-1.227 0-.5-.2-.864-2.715-1.111-2.106-.208-3.408-.674-3.408-2.358 0-1.553 1.309-2.479 3.5-2.479 2.466 0 3.685.856 3.84 2.691a.22.22 0 0 1-.221.242h-1a.22.22 0 0 1-.216-.174c-.239-1.066-.823-1.407-2.4-1.407-1.77 0-1.975.617-1.975 1.079 0 .56.243.723 2.632 1.039 2.365.313 3.488.755 3.488 2.418s-1.4 2.637-3.836 2.637c-3.372.002-4.077-1.543-4.077-2.84" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#a5a5a5" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#767677" d="M30.809 9.233a1.383 1.383 0 1 1-1.44-1.3 1.367 1.367 0 0 1 1.44 1.297z"/><path fill="#f37726" d="M22.74 25.213c-3.673 0-6.9-1.318-8.569-3.265a9.136 9.136 0 0 0 17.138 0c-1.665 1.946-4.88 3.265-8.569 3.265M22.74 12.556c3.673 0 6.9 1.318 8.569 3.264a9.136 9.136 0 0 0-17.138 0c1.669-1.95 4.88-3.264 8.569-3.264"/><path fill="#9e9e9e" d="M17.686 29a1.726 1.726 0 1 1-.164-.654 1.7 1.7 0 0 1 .164.655"/><path fill="#616262" d="M14.588 12.112a1.003 1.003 0 1 1 .976-1.044 1.016 1.016 0 0 1-.976 1.044"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 32 32"><path fill="#969696" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#969696" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#767677" d="M30.809 9.233a1.383 1.383 0 1 1-1.44-1.3 1.367 1.367 0 0 1 1.44 1.297z"/><path fill="#f37726" d="M22.74 25.213c-3.673 0-6.9-1.318-8.569-3.265a9.136 9.136 0 0 0 17.138 0c-1.665 1.946-4.88 3.265-8.569 3.265M22.74 12.556c3.673 0 6.9 1.318 8.569 3.264a9.136 9.136 0 0 0-17.138 0c1.669-1.95 4.88-3.264 8.569-3.264"/><path fill="#9e9e9e" d="M17.686 29a1.726 1.726 0 1 1-.164-.654 1.7 1.7 0 0 1 .164.655"/><path fill="#616262" d="M14.588 12.112a1.003 1.003 0 1 1 .976-1.044 1.016 1.016 0 0 1-.976 1.044"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#7c7f3d"/><path d="M26.893 25.147H14.352c0-1.771-.005-3.537.018-5.3a6.08 6.08 0 0 1 3.13-5.491 15 15 0 0 1 1.715-.743 1.65 1.65 0 0 1-.168-1.454 2.25 2.25 0 0 1 .612-.831 1.59 1.59 0 0 1 1.926 0c.692.5.822 1.168.451 2.291l1.976.827a4.6 4.6 0 0 0 2.883 7.8Zm-13.09.844a.78.78 0 0 0-.881.6 9.6 9.6 0 0 0-.2 1.66c-.03.584.089.677.686.677 1.407 0 2.814.01 4.221-.008.354 0 .538.066.664.444A2.41 2.41 0 0 0 20.658 31a2.435 2.435 0 0 0 2.293-1.685.474.474 0 0 1 .536-.4h.019c1.463.019 2.927 0 4.39.008.272 0 .57-.039.593-.344a3.42 3.42 0 0 0-.274-2.141.81.81 0 0 0-.779-.448c-2.279.021-4.558.01-6.837.01s-4.531.02-6.8-.009ZM27.264 13.98a3.713 3.713 0 1 0 .048 0Zm-14.585 4.231c0-.042-.259-4.161 4.619-5.887l-.225-.639a7.3 7.3 0 0 0-4.562 3.991 6 6 0 0 0-.5 2.587Z" style="fill:#eaea28"/><path d="M26.585 19.651a.68.68 0 1 1 .684.693.66.66 0 0 1-.684-.637zm.25-1.074-.175-3.451h1.209l-.169 3.451Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.6Z" style="fill:#969b57"/><path d="M26.893 25.147H14.352c0-1.771-.005-3.537.018-5.3a6.08 6.08 0 0 1 3.13-5.491 15 15 0 0 1 1.715-.743 1.65 1.65 0 0 1-.168-1.454 2.25 2.25 0 0 1 .612-.831 1.59 1.59 0 0 1 1.926 0c.692.5.822 1.168.451 2.291l1.976.827a4.6 4.6 0 0 0 2.883 7.8Zm-13.09.844a.78.78 0 0 0-.881.6 9.6 9.6 0 0 0-.2 1.66c-.03.584.089.677.686.677 1.407 0 2.814.01 4.221-.008.354 0 .538.066.664.444A2.41 2.41 0 0 0 20.658 31a2.435 2.435 0 0 0 2.293-1.685.474.474 0 0 1 .536-.4h.019c1.463.019 2.927 0 4.39.008.272 0 .57-.039.593-.344a3.42 3.42 0 0 0-.274-2.141.81.81 0 0 0-.779-.448c-2.279.021-4.558.01-6.837.01s-4.531.02-6.8-.009ZM27.264 13.98a3.713 3.713 0 1 0 .048 0Zm-14.585 4.231c0-.042-.259-4.161 4.619-5.887l-.225-.639a7.3 7.3 0 0 0-4.562 3.991 6 6 0 0 0-.5 2.587Z" style="fill:#eaea28"/><path d="M26.585 19.651a.68.68 0 1 1 .684.693.66.66 0 0 1-.684-.637zm.25-1.074-.175-3.451h1.209l-.169 3.451Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="304.438" cy="-324.056" r="8.902" gradientTransform="matrix(1.711 .138 .094 -1.169 -468.316 -398.712)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0663b4"/><stop offset="1" stop-color="#16adff" stop-opacity=".685"/></radialGradient><linearGradient id="b" x1="262.559" x2="262.559" y1="-662.427" y2="-659.102" gradientTransform="matrix(1 0 0 -1 -250.518 -647.956)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#047fc7"/><stop offset="1" stop-color="#11abe8"/></linearGradient></defs><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#558dbf"/><rect width="17.792" height="17.792" x="13.208" y="13.188" rx="5.775" ry="5.775" style="fill:#c7ebf1"/><rect width="17.092" height="16.917" x="13.558" y="13.713" rx="5.47" ry="5.47" style="opacity:.823008835315704;isolation:isolate;fill:url(#a)"/><rect width="14.57" height="14.57" x="14.528" y="15.138" rx="4.565" ry="4.565" style="fill:#016fd2"/><path d="M30.629 18.763a5.467 5.467 0 0 0-5.449-5.051h-6.151a5.47 5.47 0 0 0-5.47 5.47v5.976c0 .124.01.245.018.367q.586.032 1.181.032a21.9 21.9 0 0 0 15.871-6.794" style="fill:#5fffe6;opacity:.172566369175911"/><path d="M28.375 25.2a3.733 3.733 0 1 1-7.467 0 3.733 3.733 0 1 1 7.467 0M19.917 18.379a2.158 2.158 0 0 1-4.317 0 2.158 2.158 0 0 1 4.317 0" style="fill:#fff"/><path d="M14.083 12.663a2.042 2.042 0 1 1-4.083 0 2.042 2.042 0 1 1 4.083 0" style="fill:#cbedf2;fill-opacity:.925490200519562"/><path d="M13.617 12.663a1.575 1.575 0 0 1-3.15 0 1.575 1.575 0 0 1 3.15 0" style="fill:url(#b)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="290.179" cy="-321.728" r="8.902" gradientTransform="matrix(1.711 .138 .094 -1.169 -444.134 -394.022)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0663b4"/><stop offset="1" stop-color="#16adff" stop-opacity=".685"/></radialGradient><linearGradient id="b" x1="262.559" x2="262.559" y1="-662.427" y2="-659.102" gradientTransform="matrix(1 0 0 -1 -250.518 -647.956)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#047fc7"/><stop offset="1" stop-color="#11abe8"/></linearGradient></defs><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#7baddb"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7baddb"/><rect width="17.792" height="17.792" x="13.208" y="13.188" rx="5.775" ry="5.775" style="fill:#c7ebf1"/><rect width="17.092" height="16.917" x="13.558" y="13.713" rx="5.47" ry="5.47" style="opacity:.823008835315704;isolation:isolate;fill:url(#a)"/><rect width="14.57" height="14.57" x="14.528" y="15.138" rx="4.565" ry="4.565" style="fill:#016fd2"/><path d="M30.629 18.763a5.467 5.467 0 0 0-5.449-5.051h-6.151a5.47 5.47 0 0 0-5.47 5.47v5.976c0 .124.01.245.018.367q.586.032 1.181.032a21.9 21.9 0 0 0 15.871-6.794" style="fill:#5fffe6;opacity:.172566369175911"/><path d="M28.375 25.2a3.733 3.733 0 1 1-7.467 0 3.733 3.733 0 1 1 7.467 0M19.917 18.379a2.158 2.158 0 0 1-4.317 0 2.158 2.158 0 0 1 4.317 0" style="fill:#fff"/><path d="M14.083 12.663a2.042 2.042 0 1 1-4.083 0 2.042 2.042 0 1 1 4.083 0" style="fill:#cbedf2;fill-opacity:.925490200519562"/><path d="M13.617 12.663a1.575 1.575 0 0 1-3.15 0 1.575 1.575 0 0 1 3.15 0" style="fill:url(#b)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#0483A8" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><g clip-path="url(#a)"><path fill="#00DC82" d="M20.376 27.816h8.863c.282 0 .558-.073.802-.212.244-.14.446-.339.587-.58a1.56 1.56 0 0 0 0-1.58l-5.953-10.168c-.14-.24-.343-.44-.587-.579a1.62 1.62 0 0 0-1.603 0 1.6 1.6 0 0 0-.587.58l-1.522 2.6-2.976-5.086c-.14-.24-.343-.44-.587-.58a1.62 1.62 0 0 0-1.604 0 1.6 1.6 0 0 0-.587.58L7.215 25.443a1.56 1.56 0 0 0 0 1.582c.14.24.343.44.587.579s.52.212.801.212h5.564c2.204 0 3.83-.955 4.949-2.818l2.715-4.638 1.455-2.482 4.366 7.455h-5.82zm-6.3-2.485-3.882-.001 5.82-9.94 2.904 4.97-1.944 3.322c-.743 1.208-1.587 1.649-2.898 1.649"/></g><defs><clipPath id="a"><path fill="#fff" d="M7 12h24v16H7z"/></clipPath></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#7FAECC" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21zm0 18.7H6.6V11.8h20.8zm0-14.5h-8.2l1-2.1h7.1z"/><path fill="#7FAECC" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#00DC82" d="M20.376 27.816h8.863c.282 0 .558-.073.802-.212.244-.14.446-.339.587-.58a1.56 1.56 0 0 0 0-1.58l-5.953-10.168c-.14-.24-.343-.44-.587-.579a1.62 1.62 0 0 0-1.603 0 1.6 1.6 0 0 0-.587.58l-1.522 2.6-2.976-5.086c-.14-.24-.343-.44-.587-.58a1.62 1.62 0 0 0-1.604 0 1.6 1.6 0 0 0-.587.58L7.215 25.443a1.56 1.56 0 0 0 0 1.582c.14.24.343.44.587.579s.52.212.801.212h5.564c2.204 0 3.83-.955 4.949-2.818l2.715-4.638 1.455-2.482 4.366 7.455h-5.82zm-6.3-2.485-3.882-.001 5.82-9.94 2.904 4.97-1.944 3.322c-.743 1.208-1.587 1.649-2.898 1.649"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#c1a153"/><path d="M12.78 10.008c1.689-.016 3.381 0 5.071-.006-.4 1.726-.786 3.456-1.184 5.183H8.952c-.244 0-.488.008-.732-.01 1.515-1.727 3.047-3.439 4.56-5.167M21.358 10h5.056c1.518 1.727 3.052 3.441 4.566 5.172-.974.021-1.95 0-2.925.009h-5.524c-.384-1.726-.793-3.449-1.173-5.181" style="fill:#f2e6c9"/><path d="M17.85 10h3.508c.379 1.73.788 3.453 1.174 5.181h-5.866c.399-1.723.784-3.453 1.184-5.181" style="fill:#efc75e"/><path d="M8.219 15.174c.244.018.488.009.732.01h7.715q-.002 2.738.006 5.475a2 2 0 0 0 .208.015h5.482q.081-.002.163-.011c.016-1.826 0-3.654.007-5.48h5.524c.975-.005 1.951.012 2.925-.009v15.824L8.22 31q-.003-7.914-.001-15.826" style="fill:#e7bf55"/><path d="M16.666 15.185h5.866c-.007 1.826.009 3.654-.007 5.48a2 2 0 0 1-.163.011H16.88a2 2 0 0 1-.208-.015c-.01-1.826-.002-3.652-.006-5.476" style="fill:#dbb551"/><path d="M9.881 25.85h7.617v2.933H9.881z" style="fill:#f2f2f2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#ddc07a"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#ddc07a"/><path d="M12.78 10.008c1.689-.016 3.381 0 5.071-.006-.4 1.726-.786 3.456-1.184 5.183H8.952c-.244 0-.488.008-.732-.01 1.515-1.727 3.047-3.439 4.56-5.167M21.358 10h5.056c1.518 1.727 3.052 3.441 4.566 5.172-.974.021-1.95 0-2.925.009h-5.524c-.384-1.726-.793-3.449-1.173-5.181" style="fill:#f2e6c9"/><path d="M17.85 10h3.508c.379 1.73.788 3.453 1.174 5.181h-5.866c.399-1.723.784-3.453 1.184-5.181" style="fill:#efc75e"/><path d="M8.219 15.174c.244.018.488.009.732.01h7.715q-.002 2.738.006 5.475a2 2 0 0 0 .208.015h5.482q.081-.002.163-.011c.016-1.826 0-3.654.007-5.48h5.524c.975-.005 1.951.012 2.925-.009v15.824L8.22 31q-.003-7.914-.001-15.826" style="fill:#e7bf55"/><path d="M16.666 15.185h5.866c-.007 1.826.009 3.654-.007 5.48a2 2 0 0 1-.163.011H16.88a2 2 0 0 1-.208-.015c-.01-1.826-.002-3.652-.006-5.476" style="fill:#dbb551"/><path d="M9.881 25.85h7.617v2.933H9.881z" style="fill:#f2f2f2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#558dbf"/><path d="M9.942 15.246 20.5 10l10.558 5.246v.693L20.5 21.185l-10.558-5.23Z" style="fill:#0a6ec9"/><path d="M9.942 15.246 20.5 20.492l10.558-5.246v10.508L20.467 31 9.942 25.754Z" style="fill:#0568c1"/><path d="M20.5 30.984V20.492l-10.492-5.213h-.066v10.475L20.467 31Z" style="fill:#0663b4"/><path d="m14.248 13.118 10.541 5.246 2.145-1.056-10.575-5.246Z" style="fill:#add4f7"/><path d="m24.789 18.364 2.145-1.056v3.3l-.577-.1-.61.742-.957-.066Z" style="fill:#99c7f2"/><path d="M18.322 24.682 14.759 22.9c-.2-.1-.363.017-.363.264v2.392a.76.76 0 0 0 .363.627l3.58 1.782c.2.1.363-.017.363-.264v-2.409a.78.78 0 0 0-.38-.61m-.808 1.963-2.277-1.138a.4.4 0 0 1-.181-.33c0-.132.082-.2.181-.148l2.277 1.138a.4.4 0 0 1 .181.33c.005.131-.082.197-.181.148m.33-.825-2.606-1.32a.4.4 0 0 1-.181-.33c0-.132.082-.2.181-.148l2.606 1.32a.4.4 0 0 1 .181.33c.001.148-.082.198-.181.148" style="fill:#f2f2f2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#7baddb"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7baddb"/><path d="M9.842 15.246 20.4 10l10.558 5.246v.693L20.4 21.185l-10.558-5.23Z" style="fill:#0a6ec9"/><path d="M9.842 15.246 20.4 20.492l10.558-5.246v10.508L20.367 31 9.842 25.754Z" style="fill:#0568c1"/><path d="M20.4 30.984V20.492L9.908 15.279h-.066v10.475L20.367 31Z" style="fill:#0663b4"/><path d="m14.148 13.118 10.541 5.246 2.145-1.056-10.575-5.246Z" style="fill:#add4f7"/><path d="m24.689 18.364 2.145-1.056v3.3l-.577-.1-.61.742-.957-.066Z" style="fill:#99c7f2"/><path d="M18.222 24.682 14.659 22.9c-.2-.1-.363.017-.363.264v2.392a.76.76 0 0 0 .363.627l3.58 1.782c.2.1.363-.017.363-.264v-2.409a.78.78 0 0 0-.38-.61m-.808 1.963-2.277-1.138a.4.4 0 0 1-.181-.33c0-.132.082-.2.181-.148l2.277 1.138a.4.4 0 0 1 .181.33c.005.131-.082.197-.181.148m.33-.825-2.606-1.32a.4.4 0 0 1-.181-.33c0-.132.082-.2.181-.148l2.606 1.32a.4.4 0 0 1 .181.33c.001.148-.082.198-.181.148" style="fill:#f2f2f2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="-10.316" cy="31.126" r="13.788" gradientTransform="translate(26.52 -9.307)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".5" stop-color="#4c6b96"/><stop offset="1" stop-color="#231f20"/></radialGradient></defs><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#537bc1"/><ellipse cx="20.4" cy="25.4" rx="10.5" ry="5.523" style="fill:url(#a)"/><ellipse cx="20.4" cy="25.4" rx="10.09" ry="5.113" style="fill:#6280b6"/><path d="m22.444 27.053.5-2.576a1.31 1.31 0 0 0-.279-1.289 2.2 2.2 0 0 0-1.5-.394H20.3l.248-1.276a.164.164 0 0 0-.161-.2h-1.2a.164.164 0 0 0-.161.133l-.526 2.738a1.54 1.54 0 0 0-.358-.79 2.09 2.09 0 0 0-1.65-.605h-2.32a.164.164 0 0 0-.161.133l-1.076 5.535a.164.164 0 0 0 .161.2H14.3a.164.164 0 0 0 .161-.133l.26-1.339h.9a3.9 3.9 0 0 0 1.176-.152 2.3 2.3 0 0 0 .863-.517 2.7 2.7 0 0 0 .51-.633l-.215 1.106a.164.164 0 0 0 .161.2h1.2a.164.164 0 0 0 .161-.133l.59-3.038h.821c.35 0 .452.07.48.1s.078.124.019.427l-.476 2.449a.164.164 0 0 0 .161.2h1.215a.164.164 0 0 0 .157-.146M16.9 24.924a1.3 1.3 0 0 1-.421.819 1.63 1.63 0 0 1-.986.241h-.534L15.343 24h.691c.508 0 .712.109.794.2a.89.89 0 0 1 .072.724M27.56 23.4a2.09 2.09 0 0 0-1.65-.605h-2.319a.164.164 0 0 0-.161.133l-1.076 5.535a.164.164 0 0 0 .161.2h1.206a.164.164 0 0 0 .161-.133l.26-1.339h.9a3.9 3.9 0 0 0 1.176-.152 2.3 2.3 0 0 0 .863-.517 2.57 2.57 0 0 0 .807-1.445 1.88 1.88 0 0 0-.328-1.677m-1.251 1.525a1.3 1.3 0 0 1-.421.819 1.63 1.63 0 0 1-.986.241h-.534L24.754 24h.691c.508 0 .712.109.794.2a.89.89 0 0 1 .07.724Z" style="fill:#fff"/><path d="M16.034 23.831a1.23 1.23 0 0 1 .916.254 1 1 0 0 1 .109.871 1.46 1.46 0 0 1-.482.917 1.77 1.77 0 0 1-1.086.275h-.733l.45-2.317ZM13.1 28.493h1.2l.286-1.472h1.034a3.7 3.7 0 0 0 1.125-.144 2.1 2.1 0 0 0 .8-.482 2.4 2.4 0 0 0 .757-1.356 1.72 1.72 0 0 0-.289-1.533 1.93 1.93 0 0 0-1.526-.549h-2.315ZM19.191 21.486h1.2l-.291 1.472h1.066a2.08 2.08 0 0 1 1.388.351 1.16 1.16 0 0 1 .229 1.137l-.5 2.576h-1.215l.476-2.449a.67.67 0 0 0-.06-.57.84.84 0 0 0-.6-.152h-.956l-.616 3.171h-1.2ZM25.445 23.831a1.23 1.23 0 0 1 .916.254 1 1 0 0 1 .109.871 1.46 1.46 0 0 1-.482.917 1.77 1.77 0 0 1-1.086.275h-.733l.45-2.317Zm-2.938 4.662h1.206L24 27.021h1.033a3.7 3.7 0 0 0 1.125-.144 2.1 2.1 0 0 0 .8-.482 2.4 2.4 0 0 0 .757-1.356 1.72 1.72 0 0 0-.289-1.533 1.93 1.93 0 0 0-1.526-.549h-2.317Z" style="fill:#000004"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="-10.216" cy="31.126" r="13.788" gradientTransform="translate(26.52 -9.307)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".5" stop-color="#4c6b96"/><stop offset="1" stop-color="#231f20"/></radialGradient></defs><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#7a9edd"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7a9edd"/><ellipse cx="20.5" cy="25.4" rx="10.5" ry="5.523" style="fill:url(#a)"/><ellipse cx="20.5" cy="25.4" rx="10.09" ry="5.113" style="fill:#6280b6"/><path d="m22.544 27.053.5-2.576a1.31 1.31 0 0 0-.279-1.289 2.2 2.2 0 0 0-1.5-.394H20.4l.248-1.276a.164.164 0 0 0-.161-.2h-1.2a.164.164 0 0 0-.161.133l-.526 2.738a1.54 1.54 0 0 0-.358-.79 2.09 2.09 0 0 0-1.65-.605h-2.32a.164.164 0 0 0-.161.133l-1.076 5.535a.164.164 0 0 0 .161.2H14.4a.164.164 0 0 0 .161-.133l.26-1.339h.9a3.9 3.9 0 0 0 1.176-.152 2.3 2.3 0 0 0 .863-.517 2.7 2.7 0 0 0 .51-.633l-.215 1.106a.164.164 0 0 0 .161.2h1.2a.164.164 0 0 0 .161-.133l.59-3.038h.821c.35 0 .452.07.48.1s.078.124.019.427l-.476 2.449a.164.164 0 0 0 .161.2h1.215a.164.164 0 0 0 .157-.146M17 24.924a1.3 1.3 0 0 1-.421.819 1.63 1.63 0 0 1-.986.241h-.534L15.443 24h.691c.508 0 .712.109.794.2a.89.89 0 0 1 .072.724M27.66 23.4a2.09 2.09 0 0 0-1.65-.605h-2.319a.164.164 0 0 0-.161.133l-1.076 5.535a.164.164 0 0 0 .161.2h1.206a.164.164 0 0 0 .161-.133l.26-1.339h.9a3.9 3.9 0 0 0 1.176-.152 2.3 2.3 0 0 0 .863-.517 2.57 2.57 0 0 0 .807-1.445 1.88 1.88 0 0 0-.328-1.677m-1.251 1.525a1.3 1.3 0 0 1-.421.819 1.63 1.63 0 0 1-.986.241h-.534L24.854 24h.691c.508 0 .712.109.794.2a.89.89 0 0 1 .07.724Z" style="fill:#fff"/><path d="M16.134 23.831a1.23 1.23 0 0 1 .916.254 1 1 0 0 1 .109.871 1.46 1.46 0 0 1-.482.917 1.77 1.77 0 0 1-1.086.275h-.733l.45-2.317ZM13.2 28.493h1.2l.286-1.472h1.034a3.7 3.7 0 0 0 1.125-.144 2.1 2.1 0 0 0 .8-.482 2.4 2.4 0 0 0 .757-1.356 1.72 1.72 0 0 0-.289-1.533 1.93 1.93 0 0 0-1.526-.549h-2.315ZM19.291 21.486h1.2l-.291 1.472h1.066a2.08 2.08 0 0 1 1.388.351 1.16 1.16 0 0 1 .229 1.137l-.5 2.576h-1.215l.476-2.449a.67.67 0 0 0-.06-.57.84.84 0 0 0-.6-.152h-.956l-.616 3.171h-1.2ZM25.545 23.831a1.23 1.23 0 0 1 .916.254 1 1 0 0 1 .109.871 1.46 1.46 0 0 1-.482.917 1.77 1.77 0 0 1-1.088.275h-.733l.45-2.317Zm-2.938 4.662h1.206l.286-1.472h1.033a3.7 3.7 0 0 0 1.125-.144 2.1 2.1 0 0 0 .8-.482 2.4 2.4 0 0 0 .757-1.356 1.72 1.72 0 0 0-.289-1.533A1.93 1.93 0 0 0 26 22.958h-2.317Z" style="fill:#000004"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#b57757"/><path d="m26.3 15.453.6-2.1a1.18 1.18 0 0 0 1.09-1.162 1.2 1.2 0 0 0-2.395 0 1.16 1.16 0 0 0 .581 1l-.587 2.057a13 13 0 0 0-3.089-.385l-.262.114v15.938L22.5 31c1.58 0 8.491-4.652 8.508-9.644-.008-3.577-2.448-5.182-4.708-5.903" style="fill:#d06e35"/><path d="M24.631 25.717c-1.346-2.1-.78-6.984 2.743-7.682a2.3 2.3 0 0 1 2.5 1.841c.875 2.914-4.299 6.993-5.243 5.841" style="fill:#fff"/><path d="M26.744 21.219a1.064 1.064 0 1 0 1.091 1.063 1.08 1.08 0 0 0-1.091-1.063" style="fill:#d06e35"/><path d="M27.07 22.2a.268.268 0 1 1 .276-.268.274.274 0 0 1-.276.268" style="fill:#fff"/><path d="m19.39 15.3-.583-2.138a1.16 1.16 0 0 0 .556-.984 1.2 1.2 0 0 0-2.395 0 1.18 1.18 0 0 0 1.191 1.166l.585 2.142c-2.275.736-4.744 2.348-4.744 5.87.05 5.091 6.913 9.644 8.492 9.644V14.866a13.4 13.4 0 0 0-3.102.434" style="fill:#f17b36"/><path d="M20.6 25.715c-.945 1.154-6.12-2.927-5.242-5.841a2.3 2.3 0 0 1 2.5-1.841c3.522.7 4.092 5.583 2.744 7.684Z" style="fill:#fff"/><path d="M18.413 21.252a1.064 1.064 0 1 0 1.087 1.063 1.08 1.08 0 0 0-1.087-1.063" style="fill:#f17b36"/><path d="M18.087 22.233a.269.269 0 1 1 .276-.269.273.273 0 0 1-.275.269Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z" style="fill:#d69f7c"/><path d="m26.3 15.453.6-2.1a1.18 1.18 0 0 0 1.09-1.162 1.2 1.2 0 0 0-2.395 0 1.16 1.16 0 0 0 .581 1l-.587 2.057a13 13 0 0 0-3.089-.385l-.262.114v15.938L22.5 31c1.58 0 8.491-4.652 8.508-9.644-.008-3.577-2.448-5.182-4.708-5.903" style="fill:#d06e35"/><path d="M24.631 25.717c-1.346-2.1-.78-6.984 2.743-7.682a2.3 2.3 0 0 1 2.5 1.841c.875 2.914-4.299 6.993-5.243 5.841" style="fill:#fff"/><path d="M26.744 21.219a1.064 1.064 0 1 0 1.091 1.063 1.08 1.08 0 0 0-1.091-1.063" style="fill:#d06e35"/><path d="M27.07 22.2a.268.268 0 1 1 .276-.268.274.274 0 0 1-.276.268" style="fill:#fff"/><path d="m19.39 15.3-.583-2.138a1.16 1.16 0 0 0 .556-.984 1.2 1.2 0 0 0-2.395 0 1.18 1.18 0 0 0 1.191 1.166l.585 2.142c-2.275.736-4.744 2.348-4.744 5.87.05 5.091 6.913 9.644 8.492 9.644V14.866a13.4 13.4 0 0 0-3.102.434" style="fill:#f17b36"/><path d="M20.6 25.715c-.945 1.154-6.12-2.927-5.242-5.841a2.3 2.3 0 0 1 2.5-1.841c3.522.7 4.092 5.583 2.744 7.684Z" style="fill:#fff"/><path d="M18.413 21.252a1.064 1.064 0 1 0 1.087 1.063 1.08 1.08 0 0 0-1.087-1.063" style="fill:#f17b36"/><path d="M18.087 22.233a.269.269 0 1 1 .276-.269.273.273 0 0 1-.275.269Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#ffba58"/><path d="M20 12.5V14h-4a2.006 2.006 0 0 0-2 2v4h-1.5a2.5 2.5 0 0 0 0 5H14v4a2.006 2.006 0 0 0 2 2h3.8v-1.5a2.7 2.7 0 0 1 5.4 0V31H29a2.006 2.006 0 0 0 2-2v-3.8h-1.5a2.7 2.7 0 0 1 0-5.4H31V16a2.006 2.006 0 0 0-2-2h-4v-1.5a2.5 2.5 0 0 0-5 0" style="fill:#e76a00"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#ffd69b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#ffd69b"/><path d="M20 12.5V14h-4a2.006 2.006 0 0 0-2 2v4h-1.5a2.5 2.5 0 0 0 0 5H14v4a2.006 2.006 0 0 0 2 2h3.8v-1.5a2.7 2.7 0 0 1 5.4 0V31H29a2.006 2.006 0 0 0 2-2v-3.8h-1.5a2.7 2.7 0 0 1 0-5.4H31V16a2.006 2.006 0 0 0-2-2h-4v-1.5a2.5 2.5 0 0 0-5 0" style="fill:#e76a00"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#0e3d59"/><path d="M30.92 25.43a2 2 0 0 0-.11-.3l-6.54-14A2 2 0 0 0 22.61 10h-.13a2 2 0 0 0-1.67.94l-7.09 11.58a2 2 0 0 0 0 2.13l3.47 5.42a2 2 0 0 0 1.71.93 2.2 2.2 0 0 0 .57-.08l10.06-3a2 2 0 0 0 1.39-2.49" style="fill:#fff;fill-rule:evenodd"/><path d="M28.52 26.12 20 28.67a.36.36 0 0 1-.46-.42l3.05-14.73a.3.3 0 0 1 .35-.22.31.31 0 0 1 .21.16l5.65 12.09a.43.43 0 0 1-.2.55Zm1.46-.6-6.53-14a1.06 1.06 0 0 0-.9-.6 1 1 0 0 0-1 .49L14.5 23a1.1 1.1 0 0 0 0 1.16l3.5 5.42a1.12 1.12 0 0 0 1.25.46L29.3 27a1.1 1.1 0 0 0 .7-1.32.5.5 0 0 0-.06-.16Z" style="fill:#0c344b;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#14587f"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#14587f"/><path d="M30.92 25.43a2 2 0 0 0-.11-.3l-6.54-14A2 2 0 0 0 22.61 10h-.13a2 2 0 0 0-1.67.94l-7.09 11.58a2 2 0 0 0 0 2.13l3.47 5.42a2 2 0 0 0 1.71.93 2.2 2.2 0 0 0 .57-.08l10.06-3a2 2 0 0 0 1.39-2.49" style="fill:#fff;fill-rule:evenodd"/><path d="M28.52 26.12 20 28.67a.36.36 0 0 1-.46-.42l3.05-14.73a.3.3 0 0 1 .35-.22.31.31 0 0 1 .21.16l5.65 12.09a.43.43 0 0 1-.2.55Zm1.46-.6-6.54-14a1.06 1.06 0 0 0-1.85-.11L14.5 23a1.08 1.08 0 0 0 0 1.16l3.5 5.42a1.12 1.12 0 0 0 1.25.46L29.3 27a1.1 1.1 0 0 0 .7-1.32.5.5 0 0 0-.06-.16Z" style="fill:#0c344b;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#913e4e"/><path d="M20.4 10a10.5 10.5 0 1 0 10.5 10.5A10.5 10.5 0 0 0 20.4 10m0 18.4A7.8 7.8 0 0 1 14 16l11 11a8.56 8.56 0 0 1-4.6 1.4m6.4-3.3-11-11a7.964 7.964 0 0 1 11 1.8 7.8 7.8 0 0 1 0 9.2" style="fill:#d80027"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#a76571"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#a76571"/><path d="M20.4 10a10.5 10.5 0 1 0 10.5 10.5A10.5 10.5 0 0 0 20.4 10m0 18.375a7.862 7.862 0 0 1-6.41-12.432l10.968 10.968a7.83 7.83 0 0 1-4.558 1.464m6.411-3.318L15.843 14.09a7.862 7.862 0 0 1 10.968 10.967" style="fill:#d80027"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#00a23c"/><path d="M22.6 16.3a3.79 3.79 0 0 1 1.8 2.8 3.048 3.048 0 1 0-1.8-2.8m-2 6.3a3.1 3.1 0 1 0-3.1-3.1 3.116 3.116 0 0 0 3.1 3.1m1.3.2h-2.6a3.9 3.9 0 0 0-3.9 3.9V30l.2.1a16.1 16.1 0 0 0 5.4.9 9.64 9.64 0 0 0 4.7-.9l.2-.1v-3.2a4.15 4.15 0 0 0-4-4m5.1-3.2h-2.6a3.23 3.23 0 0 1-1.2 2.6 4.62 4.62 0 0 1 3.3 4.5v1a9.8 9.8 0 0 0 4.1-.9l.2-.1v-3.2a3.82 3.82 0 0 0-3.8-3.9m-11.8-.2a3 3 0 0 0 1.6-.5 3.7 3.7 0 0 1 1.4-2.4v-.2a3.1 3.1 0 0 0-6.2 0 3.27 3.27 0 0 0 3.2 3.1m2.7 2.9a4.2 4.2 0 0 1-1.2-2.6h-2.9a3.9 3.9 0 0 0-3.9 3.9v3.2l.2.1a16.3 16.3 0 0 0 4.4.8v-1a4.81 4.81 0 0 1 3.4-4.4" style="fill:#aaffa2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#33b563"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#33b563"/><path d="M22.573 16.294a3.82 3.82 0 0 1 1.776 2.835 3.079 3.079 0 1 0-1.776-2.835M20.555 22.6a3.08 3.08 0 1 0-3.08-3.08 3.08 3.08 0 0 0 3.08 3.08m1.306.21h-2.613a3.95 3.95 0 0 0-3.948 3.943v3.2l.008.05.22.069a18 18 0 0 0 5.362.865 11 11 0 0 0 4.682-.879l.206-.1h.022v-3.2a3.947 3.947 0 0 0-3.939-3.948m5.1-3.179h-2.6a3.8 3.8 0 0 1-1.171 2.644 4.69 4.69 0 0 1 3.347 4.484v.985a10.6 10.6 0 0 0 4.133-.868l.206-.1h.024v-3.2a3.95 3.95 0 0 0-3.943-3.946Zm-11.806-.21a3.06 3.06 0 0 0 1.638-.475 3.8 3.8 0 0 1 1.433-2.431c0-.058.009-.115.009-.173a3.08 3.08 0 1 0-3.081 3.079Zm2.766 2.853a3.8 3.8 0 0 1-1.171-2.629c-.1-.007-.191-.015-.289-.015h-2.618A3.95 3.95 0 0 0 9.9 23.573v3.2l.008.049.22.069a18.5 18.5 0 0 0 4.441.835v-.965a4.69 4.69 0 0 1 3.348-4.487Z" style="fill:#aaffa2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-132.23" x2="-132.18" y1="235.872" y2="235.822" gradientTransform="matrix(189.38 0 0 -189.81 25054.681 44783.902)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#387eb8"/><stop offset="1" stop-color="#366994"/></linearGradient><linearGradient id="b" x1="-132.549" x2="-132.492" y1="236.178" y2="236.128" gradientTransform="matrix(189.38 0 0 -189.81 25120.681 44848.152)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffe052"/><stop offset="1" stop-color="#ffc331"/></linearGradient></defs><path d="M27.4 5.5h-9.3L16 9.7H4.3v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#58af7b"/><path d="M20.918 11.009c-5.072 0-4.751 2.206-4.751 2.206v2.293h4.823v.719h-6.744S11 15.825 11 21s2.866 4.968 2.866 4.968h1.655v-2.412a2.72 2.72 0 0 1 2.786-2.884h4.83a2.583 2.583 0 0 0 2.694-2.626v-4.378S26.24 11 20.944 11Zm-2.666 1.536a.872.872 0 1 1-.845.894v-.014a.87.87 0 0 1 .867-.873Z" style="fill:url(#a)"/><path d="M21.061 31c5.071 0 4.75-2.214 4.75-2.214V26.5h-4.822v-.72h6.765S31 26.145 31 21s-2.866-4.968-2.866-4.968h-1.677v2.384a2.72 2.72 0 0 1-2.786 2.884h-4.832a2.586 2.586 0 0 0-2.7 2.627v4.408S15.734 31 21.03 31zm2.665-1.544a.872.872 0 1 1 .845-.894v.022a.87.87 0 0 1-.867.872z" 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="-132.23" x2="-132.18" y1="235.872" y2="235.822" gradientTransform="matrix(189.38 0 0 -189.81 25054.681 44783.902)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#387eb8"/><stop offset="1" stop-color="#366994"/></linearGradient><linearGradient id="b" x1="-132.549" x2="-132.492" y1="236.178" y2="236.128" gradientTransform="matrix(189.38 0 0 -189.81 25120.681 44848.152)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffe052"/><stop offset="1" stop-color="#ffc331"/></linearGradient></defs><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z" style="fill:#84ce7c"/><path d="M20.918 11.009c-5.072 0-4.751 2.206-4.751 2.206v2.293h4.823v.719h-6.744S11 15.825 11 21s2.866 4.968 2.866 4.968h1.655v-2.412a2.72 2.72 0 0 1 2.786-2.884h4.83a2.583 2.583 0 0 0 2.694-2.626v-4.378S26.24 11 20.944 11Zm-2.666 1.536a.872.872 0 1 1-.845.894v-.014a.87.87 0 0 1 .867-.873Z" style="fill:url(#a)"/><path d="M21.061 31c5.071 0 4.75-2.214 4.75-2.214V26.5h-4.822v-.72h6.765S31 26.145 31 21s-2.866-4.968-2.866-4.968h-1.677v2.384a2.72 2.72 0 0 1-2.786 2.884h-4.832a2.586 2.586 0 0 0-2.7 2.627v4.408S15.734 31 21.03 31zm2.665-1.544a.872.872 0 1 1 .845-.894v.022a.87.87 0 0 1-.867.872z" style="fill:url(#b)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="20.813" x2="20.813" y1="19.026" y2="1" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c22127"/><stop offset=".088" stop-color="#b52127"/><stop offset=".517" stop-color="#792026"/><stop offset=".834" stop-color="#531f25"/><stop offset="1" stop-color="#451f25"/></linearGradient><linearGradient xlink:href="#a" id="b" x1="12.668" x2="12.668" y1="16.133" y2="14.762"/><linearGradient xlink:href="#a" id="c" x1="11.71" x2="11.71" y1="11.631" y2="10.319"/><linearGradient xlink:href="#a" id="d" x1="15.844" x2="15.844" y1="11.462" y2="9.841"/><linearGradient xlink:href="#a" id="e" x1="8.153" x2="8.153" y1="14.476" y2="13.478"/><linearGradient xlink:href="#a" id="f" x1="9.922" x2="9.922" y1="16.131" y2="15.032"/><linearGradient xlink:href="#a" id="g" x1="6.825" x2="6.825" y1="12.193" y2="11.36"/><linearGradient xlink:href="#a" id="h" x1="13.306" x2="13.306" y1="9.947" y2="8.766"/><linearGradient xlink:href="#a" id="i" x1="14.517" x2="14.517" y1="8.059" y2="7.136"/><linearGradient xlink:href="#a" id="j" x1="9.037" x2="9.037" y1="11.353" y2="10.566"/><linearGradient xlink:href="#a" id="k" x1="5.443" x2="5.443" y1="14.007" y2="13.219"/><linearGradient xlink:href="#a" id="l" x1="11.067" x2="11.067" y1="9.185" y2="8.399"/><linearGradient xlink:href="#a" id="m" x1="10.758" x2="10.758" y1="13.704" y2="12.643"/></defs><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#e77377"/><path d="M27.7 21.175a6.03 6.03 0 0 0-3.653-1.975 10.3 10.3 0 0 0-3.578.089 8 8 0 0 1-.082 2.742c-.765-8.216-6.213-8.655-9.76-9.057a7.26 7.26 0 0 1 3.206 2.453h1.121l-.2 1.148h.624l-.16.874.063.115h-.77l-.152.771H13.1l-.314 1.6h1.51l.104-.535h1.479l.225-1.154h.658l-.181 1.023h.912l-.215 1.219h1l-.325 1.851h-.277l-.134.764H16.32l-.274 1.5h1.414l.084-.459h1.116l-.274 1.556h-.937a18.6 18.6 0 0 1-.662 5.3c3.018-.84 4.574-5.067 8.275-6.763 3.2-1.466 5.989 0 5.937-.59-.1-1.1-2.609-2.33-3.3-2.474m-2.906-.108c-.629-.572.633-.466 1.588.309a1.85 1.85 0 0 1-1.588-.309" style="fill:url(#a)"/><path d="M13.441 15.867h-1.296l-.251 1.371h1.295z" style="fill:url(#b)"/><path d="M10.971 21.681h1.238l.24-1.312h-1.238z" style="fill:url(#c)"/><path d="M16.758 20.538h-1.531l-.296 1.621h1.53z" style="fill:url(#d)"/><path d="m7.773 17.524-.183.998h.942l.183-.998z" style="fill:url(#e)"/><path d="M10.541 15.869H9.503l-.201 1.099h1.038z" style="fill:url(#f)"/><path d="M6.355 20.64h.786l.154-.833h-.786z" style="fill:url(#g)"/><path d="M12.64 23.234h1.114l.217-1.181h-1.114z" style="fill:url(#h)"/><path d="M13.997 24.864h.87l.17-.923h-.871z" style="fill:url(#i)"/><path d="M8.594 21.434h.743l.143-.787h-.743z" style="fill:url(#j)"/><path d="M5 18.781h.743l.143-.788h-.742z" style="fill:url(#k)"/><path d="M10.624 23.601h.743l.144-.786h-.742z" style="fill:url(#l)"/><path d="M11.357 18.296h-1.003l-.195 1.061h1.003z" style="fill:url(#m)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="20.813" x2="20.813" y1="19.026" y2="1" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c22127"/><stop offset=".088" stop-color="#b52127"/><stop offset=".517" stop-color="#792026"/><stop offset=".834" stop-color="#531f25"/><stop offset="1" stop-color="#451f25"/></linearGradient><linearGradient xlink:href="#a" id="b" x1="12.668" x2="12.668" y1="16.133" y2="14.762"/><linearGradient xlink:href="#a" id="c" x1="11.71" x2="11.71" y1="11.631" y2="10.319"/><linearGradient xlink:href="#a" id="d" x1="15.844" x2="15.844" y1="11.462" y2="9.841"/><linearGradient xlink:href="#a" id="e" x1="8.153" x2="8.153" y1="14.476" y2="13.478"/><linearGradient xlink:href="#a" id="f" x1="9.922" x2="9.922" y1="16.131" y2="15.032"/><linearGradient xlink:href="#a" id="g" x1="6.825" x2="6.825" y1="12.193" y2="11.36"/><linearGradient xlink:href="#a" id="h" x1="13.306" x2="13.306" y1="9.947" y2="8.766"/><linearGradient xlink:href="#a" id="i" x1="14.517" x2="14.517" y1="8.059" y2="7.136"/><linearGradient xlink:href="#a" id="j" x1="9.037" x2="9.037" y1="11.353" y2="10.566"/><linearGradient xlink:href="#a" id="k" x1="5.443" x2="5.443" y1="14.007" y2="13.219"/><linearGradient xlink:href="#a" id="l" x1="11.067" x2="11.067" y1="9.185" y2="8.399"/><linearGradient xlink:href="#a" id="m" x1="10.758" x2="10.758" y1="13.704" y2="12.643"/></defs><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#ec8e91"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#ec8e91"/><path d="M27.7 21.175a6.03 6.03 0 0 0-3.653-1.975 10.3 10.3 0 0 0-3.578.089 8 8 0 0 1-.082 2.742c-.765-8.216-6.213-8.655-9.76-9.057a7.26 7.26 0 0 1 3.206 2.453h1.121l-.2 1.148h.624l-.16.874.063.115h-.77l-.152.771H13.1l-.314 1.6h1.51l.104-.535h1.479l.225-1.154h.658l-.181 1.023h.912l-.215 1.219h1l-.325 1.851h-.277l-.134.764H16.32l-.274 1.5h1.414l.084-.459h1.116l-.274 1.556h-.937a18.6 18.6 0 0 1-.662 5.3c3.018-.84 4.574-5.067 8.275-6.763 3.2-1.466 5.989 0 5.937-.59-.1-1.1-2.609-2.33-3.3-2.474m-2.906-.108c-.629-.572.633-.466 1.588.309a1.85 1.85 0 0 1-1.588-.309" style="fill:url(#a)"/><path d="M13.441 15.867h-1.296l-.251 1.371h1.295z" style="fill:url(#b)"/><path d="M10.971 21.681h1.238l.24-1.312h-1.238z" style="fill:url(#c)"/><path d="M16.758 20.538h-1.531l-.296 1.621h1.53z" style="fill:url(#d)"/><path d="m7.773 17.524-.183.998h.942l.183-.998z" style="fill:url(#e)"/><path d="M10.541 15.869H9.503l-.201 1.099h1.038z" style="fill:url(#f)"/><path d="M6.355 20.64h.786l.154-.833h-.786z" style="fill:url(#g)"/><path d="M12.64 23.234h1.114l.217-1.181h-1.114z" style="fill:url(#h)"/><path d="M13.997 24.864h.87l.17-.923h-.871z" style="fill:url(#i)"/><path d="M8.594 21.434h.743l.143-.787h-.743z" style="fill:url(#j)"/><path d="M5 18.781h.743l.143-.788h-.742z" style="fill:url(#k)"/><path d="M10.624 23.601h.743l.144-.786h-.742z" style="fill:url(#l)"/><path d="M11.357 18.296h-1.003l-.195 1.061h1.003z" style="fill:url(#m)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#bf5e55"/><path d="M30.177 26.879c-1.121.584-6.926 2.971-8.162 3.615a2.76 2.76 0 0 1-2.9.171c-.976-.467-7.154-2.962-8.267-3.494-.556-.266-.849-.49-.849-.7v-2.124s8.043-1.751 9.341-2.217a3.3 3.3 0 0 1 2.854-.078c1.105.4 7.712 1.6 8.8 2v2.093c0 .193-.252.44-.822.737Z" style="fill:#a41e11"/><path d="M30.177 24.756c-1.121.584-6.926 2.971-8.162 3.615a2.76 2.76 0 0 1-2.9.171c-.976-.466-7.154-2.962-8.267-3.494s-1.136-.9-.043-1.326 7.237-2.839 8.536-3.3a3.3 3.3 0 0 1 2.859-.082c1.105.4 6.876 2.7 7.968 3.1s1.134.73.014 1.314Z" style="fill:#d82c20"/><path d="M30.177 23.418c-1.121.584-6.926 2.971-8.162 3.616a2.76 2.76 0 0 1-2.9.171c-.976-.466-7.154-2.962-8.267-3.494-.556-.266-.849-.49-.849-.7v-2.125s8.043-1.751 9.341-2.217a3.3 3.3 0 0 1 2.854-.078c1.105.4 7.712 1.6 8.8 2v2.093c0 .193-.247.437-.817.734" style="fill:#a41e11"/><path d="M30.177 21.295c-1.121.584-6.926 2.971-8.162 3.616a2.76 2.76 0 0 1-2.9.171c-.976-.466-7.154-2.962-8.267-3.494s-1.136-.9-.043-1.326 7.237-2.839 8.536-3.3a3.3 3.3 0 0 1 2.854-.078c1.105.4 6.876 2.7 7.968 3.1s1.134.73.014 1.314Z" style="fill:#d82c20"/><path d="M30.177 19.828c-1.121.584-6.926 2.971-8.162 3.616a2.76 2.76 0 0 1-2.9.171c-.976-.466-7.154-2.962-8.267-3.494-.556-.266-.849-.49-.849-.7V17.3s8.043-1.751 9.341-2.217A3.3 3.3 0 0 1 22.2 15c1.105.4 7.712 1.6 8.8 2v2.093c0 .193-.252.44-.822.737Z" style="fill:#a41e11"/><path d="M30.177 17.7c-1.121.584-6.926 2.971-8.162 3.616a2.76 2.76 0 0 1-2.9.171c-.976-.467-7.154-2.962-8.267-3.494s-1.136-.9-.043-1.326 7.237-2.838 8.536-3.3a3.3 3.3 0 0 1 2.854-.078c1.105.4 6.876 2.7 7.968 3.1s1.134.73.014 1.314Z" style="fill:#d82c20"/><path d="m23.252 15.661-1.82.188-.407.981-.658-1.094-2.101-.189 1.567-.565-.47-.868 1.468.574 1.384-.453-.374.897zM20.916 20.416l-3.396-1.409 4.866-.747z" style="fill:#fff"/><ellipse cx="16.208" cy="17.213" rx="2.601" ry="1.008" style="fill:#fff"/><path d="m25.402 15.928 2.88 1.139-2.878 1.137z" style="fill:#7a0c00"/><path d="m22.216 17.189 3.186-1.261.002 2.276-.312.122z" style="fill:#ad2115"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#db847b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#db847b"/><path d="M30.177 26.879c-1.121.584-6.926 2.971-8.162 3.615a2.76 2.76 0 0 1-2.9.171c-.976-.467-7.154-2.962-8.267-3.494-.556-.266-.849-.49-.849-.7v-2.124s8.043-1.751 9.341-2.217a3.3 3.3 0 0 1 2.854-.078c1.105.4 7.712 1.6 8.8 2v2.093c0 .193-.252.44-.822.737Z" style="fill:#a41e11"/><path d="M30.177 24.756c-1.121.584-6.926 2.971-8.162 3.615a2.76 2.76 0 0 1-2.9.171c-.976-.466-7.154-2.962-8.267-3.494s-1.136-.9-.043-1.326 7.237-2.839 8.536-3.3a3.3 3.3 0 0 1 2.859-.082c1.105.4 6.876 2.7 7.968 3.1s1.134.73.014 1.314Z" style="fill:#d82c20"/><path d="M30.177 23.418c-1.121.584-6.926 2.971-8.162 3.616a2.76 2.76 0 0 1-2.9.171c-.976-.466-7.154-2.962-8.267-3.494-.556-.266-.849-.49-.849-.7v-2.125s8.043-1.751 9.341-2.217a3.3 3.3 0 0 1 2.854-.078c1.105.4 7.712 1.6 8.8 2v2.093c0 .193-.247.437-.817.734" style="fill:#a41e11"/><path d="M30.177 21.295c-1.121.584-6.926 2.971-8.162 3.616a2.76 2.76 0 0 1-2.9.171c-.976-.466-7.154-2.962-8.267-3.494s-1.136-.9-.043-1.326 7.237-2.839 8.536-3.3a3.3 3.3 0 0 1 2.854-.078c1.105.4 6.876 2.7 7.968 3.1s1.134.73.014 1.314Z" style="fill:#d82c20"/><path d="M30.177 19.828c-1.121.584-6.926 2.971-8.162 3.616a2.76 2.76 0 0 1-2.9.171c-.976-.466-7.154-2.962-8.267-3.494-.556-.266-.849-.49-.849-.7V17.3s8.043-1.751 9.341-2.217A3.3 3.3 0 0 1 22.2 15c1.105.4 7.712 1.6 8.8 2v2.093c0 .193-.252.44-.822.737Z" style="fill:#a41e11"/><path d="M30.177 17.7c-1.121.584-6.926 2.971-8.162 3.616a2.76 2.76 0 0 1-2.9.171c-.976-.467-7.154-2.962-8.267-3.494s-1.136-.9-.043-1.326 7.237-2.838 8.536-3.3a3.3 3.3 0 0 1 2.854-.078c1.105.4 6.876 2.7 7.968 3.1s1.134.73.014 1.314Z" style="fill:#d82c20"/><path d="m23.252 15.661-1.82.188-.407.981-.658-1.094-2.101-.189 1.567-.565-.47-.868 1.468.574 1.384-.453-.374.897zM20.916 20.416l-3.396-1.409 4.866-.747z" style="fill:#fff"/><ellipse cx="16.208" cy="17.213" rx="2.601" ry="1.008" style="fill:#fff"/><path d="m25.402 15.928 2.88 1.139-2.878 1.137z" style="fill:#7a0c00"/><path d="m22.216 17.189 3.186-1.261.002 2.276-.312.122z" style="fill:#ad2115"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#7e55bf"/><path d="M25.472 22.446a1.282 1.282 0 0 0-.137-2.557h-.046a1.277 1.277 0 0 0-1.233 1.319v.005a1.3 1.3 0 0 0 .365.845 8.16 8.16 0 0 1-3.744 3.584 6.17 6.17 0 0 1-3.721.708A3.17 3.17 0 0 1 14.628 25a3.35 3.35 0 0 1-.183-3.539A5.4 5.4 0 0 1 16 19.638c-.091-.3-.228-.8-.3-1.164-3.31 2.4-2.968 5.639-1.963 7.169a4.73 4.73 0 0 0 3.972 1.849 5.6 5.6 0 0 0 1.37-.16 8.76 8.76 0 0 0 6.392-4.886Zm4.018-2.831a9.27 9.27 0 0 0-7.214-3.151h-.365a1.25 1.25 0 0 0-1.119-.685h-.046a1.279 1.279 0 0 0 .046 2.557h.046a1.29 1.29 0 0 0 1.119-.776h.411a8.7 8.7 0 0 1 4.863 1.484 6.1 6.1 0 0 1 2.42 2.922 3.16 3.16 0 0 1-.046 2.694 3.35 3.35 0 0 1-3.128 1.872 5.8 5.8 0 0 1-2.237-.479 14 14 0 0 1-1.027.822 7.05 7.05 0 0 0 2.945.708 4.96 4.96 0 0 0 4.429-2.42 5.16 5.16 0 0 0-1.1-5.548Zm-11.6 3.219a1.28 1.28 0 0 0 1.278 1.233h.046a1.279 1.279 0 0 0-.046-2.557h-.046a.4.4 0 0 0-.16.023 8.36 8.36 0 0 1-1.187-5.068 6.12 6.12 0 0 1 1.347-3.539 3.96 3.96 0 0 1 2.808-1.278c2.42-.046 3.447 2.968 3.516 4.178.3.068.8.228 1.142.342-.274-3.7-2.557-5.616-4.749-5.616a5.165 5.165 0 0 0-4.7 3.676 9.34 9.34 0 0 0 .913 7.945 1.02 1.02 0 0 0-.16.662Z" style="fill:#aa9fbc"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.2l-2.1 4.2H4.4v16.8h25.2v-21Zm0 18.7H6.7V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Zm-1.678 4H.622l3.8 12.8h25.2Z" style="fill:#a07bdb"/><path d="M25.472 22.446a1.282 1.282 0 0 0-.137-2.557h-.046a1.277 1.277 0 0 0-1.233 1.319v.005a1.3 1.3 0 0 0 .365.845 8.16 8.16 0 0 1-3.744 3.584 6.17 6.17 0 0 1-3.721.708A3.17 3.17 0 0 1 14.628 25a3.35 3.35 0 0 1-.183-3.539A5.4 5.4 0 0 1 16 19.638c-.091-.3-.228-.8-.3-1.164-3.31 2.4-2.968 5.639-1.963 7.169a4.73 4.73 0 0 0 3.972 1.849 5.6 5.6 0 0 0 1.37-.16 8.76 8.76 0 0 0 6.392-4.886Zm4.018-2.831a9.27 9.27 0 0 0-7.214-3.151h-.365a1.25 1.25 0 0 0-1.119-.685h-.046a1.279 1.279 0 0 0 .046 2.557h.046a1.29 1.29 0 0 0 1.119-.776h.411a8.7 8.7 0 0 1 4.863 1.484 6.1 6.1 0 0 1 2.42 2.922 3.16 3.16 0 0 1-.046 2.694 3.35 3.35 0 0 1-3.128 1.872 5.8 5.8 0 0 1-2.237-.479 14 14 0 0 1-1.027.822 7.05 7.05 0 0 0 2.945.708 4.96 4.96 0 0 0 4.429-2.42 5.16 5.16 0 0 0-1.1-5.548Zm-11.6 3.219a1.28 1.28 0 0 0 1.278 1.233h.046a1.279 1.279 0 0 0-.046-2.557h-.046a.4.4 0 0 0-.16.023 8.36 8.36 0 0 1-1.187-5.068 6.12 6.12 0 0 1 1.347-3.539 3.96 3.96 0 0 1 2.808-1.278c2.42-.046 3.447 2.968 3.516 4.178.3.068.8.228 1.142.342-.274-3.7-2.557-5.616-4.749-5.616a5.165 5.165 0 0 0-4.7 3.676 9.34 9.34 0 0 0 .913 7.945 1.02 1.02 0 0 0-.16.662Z" style="fill:#aa9fbc"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#bf5555"/><path d="M14.2 18.428a4.2 4.2 0 1 1 4.2-4.2 4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8 1.8 1.8 0 0 0-1.8-1.797Z" style="fill:#40e81c"/><path d="M26.8 25.38a4.2 4.2 0 1 1 4.2-4.2 4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8 1.8 1.8 0 0 0-1.8-1.797Z" style="fill:#1c91e8"/><path d="M16.187 31a4.2 4.2 0 1 1 4.2-4.2 4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8 1.8 1.8 0 0 0-1.8-1.8" style="fill:#eada1b"/><path d="M14.19 19.094a6 6 0 0 1-.645-.015l.519 3.306a4.9 4.9 0 0 1 2.1-.475 6 6 0 0 1 .668.042l-.517-3.3a4.9 4.9 0 0 1-2.125.442M22 22.158l-2.321 1.22a5 5 0 0 1 1.307 2.475l2.337-1.229A5.07 5.07 0 0 1 22 22.158M23.359 17.7l-4.38-2.422a4.9 4.9 0 0 1-1.355 2.448l4.388 2.432a5.05 5.05 0 0 1 1.347-2.458" style="fill:#474756"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#db7b7b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#db7b7b"/><path d="M14.2 18.428a4.2 4.2 0 1 1 4.2-4.2 4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8 1.8 1.8 0 0 0-1.8-1.797Z" style="fill:#40e81c"/><path d="M26.8 25.38a4.2 4.2 0 1 1 4.2-4.2 4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8 1.8 1.8 0 0 0-1.8-1.797Z" style="fill:#1c91e8"/><path d="M16.187 31a4.2 4.2 0 1 1 4.2-4.2 4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8 1.8 1.8 0 0 0-1.8-1.8" style="fill:#eada1b"/><path d="M14.19 19.094a6 6 0 0 1-.645-.015l.519 3.306a4.9 4.9 0 0 1 2.1-.475 6 6 0 0 1 .668.042l-.517-3.3a4.9 4.9 0 0 1-2.125.442M22 22.158l-2.321 1.22a5 5 0 0 1 1.307 2.475l2.337-1.229A5.07 5.07 0 0 1 22 22.158M23.359 17.7l-4.38-2.422a4.9 4.9 0 0 1-1.355 2.448l4.388 2.432a5.05 5.05 0 0 1 1.347-2.458" style="fill:#474756"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#bf558a"/><path d="M22.308 22.525c-.361.166-.756.382-1.547.816-.3.169-.614.338-.905.5-.02-.02-.041-.046-.061-.066-1.565-1.673-4.46-2.854-4.337-5.1.046-.818.327-2.967 5.56-5.575 4.307-2.123 7.733-1.534 8.327-.23.849 1.862-1.836 5.319-6.286 5.821a3.35 3.35 0 0 1-2.813-.711c-.235-.256-.271-.271-.358-.22-.143.077-.051.307 0 .44a2.63 2.63 0 0 0 1.606 1.263 8.55 8.55 0 0 0 5.217-.517c2.7-1.043 4.8-3.943 4.184-6.373-.619-2.465-4.711-3.279-8.582-1.9a19.5 19.5 0 0 0-6.593 3.785c-2.133 1.995-2.47 3.729-2.332 4.455.5 2.578 4.051 4.255 5.473 5.5l-.194.107c-.711.353-3.422 1.77-4.1 3.268-.767 1.7.123 2.915.711 3.079a4.37 4.37 0 0 0 4.711-1.908 4.72 4.72 0 0 0 .419-4.353 4 4 0 0 1 .537-.358c.363-.215.709-.426 1.016-.589a7.86 7.86 0 0 1 3.356-.742c2.435.286 2.915 1.805 2.823 2.445a1.62 1.62 0 0 1-.772 1.095c-.169.107-.225.143-.21.22.02.113.1.107.246.087a1.9 1.9 0 0 0 1.326-1.704c.077-1.5-1.355-3.146-3.887-3.13a5.8 5.8 0 0 0-2.209.44q-.168.07-.328.148ZM18.689 28.4c-.808.88-1.933 1.212-2.419.931-.522-.3-.317-1.6.675-2.532a13 13 0 0 1 1.9-1.417c.118-.072.292-.174.5-.3l.056-.031.123-.077a3.49 3.49 0 0 1-.835 3.426" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#db7bab"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#db7bab"/><path d="M22.308 22.525c-.361.166-.756.382-1.547.816-.3.169-.614.338-.905.5-.02-.02-.041-.046-.061-.066-1.565-1.673-4.46-2.854-4.337-5.1.046-.818.327-2.967 5.56-5.575 4.307-2.123 7.733-1.534 8.327-.23.849 1.862-1.836 5.319-6.286 5.821a3.35 3.35 0 0 1-2.813-.711c-.235-.256-.271-.271-.358-.22-.143.077-.051.307 0 .44a2.63 2.63 0 0 0 1.606 1.263 8.55 8.55 0 0 0 5.217-.517c2.7-1.043 4.8-3.943 4.184-6.373-.619-2.465-4.711-3.279-8.582-1.9a19.5 19.5 0 0 0-6.593 3.785c-2.133 1.995-2.47 3.729-2.332 4.455.5 2.578 4.051 4.255 5.473 5.5l-.194.107c-.711.353-3.422 1.77-4.1 3.268-.767 1.7.123 2.915.711 3.079a4.37 4.37 0 0 0 4.711-1.908 4.72 4.72 0 0 0 .419-4.353 4 4 0 0 1 .537-.358c.363-.215.709-.426 1.016-.589a7.86 7.86 0 0 1 3.356-.742c2.435.286 2.915 1.805 2.823 2.445a1.62 1.62 0 0 1-.772 1.095c-.169.107-.225.143-.21.22.02.113.1.107.246.087a1.9 1.9 0 0 0 1.326-1.704c.077-1.5-1.355-3.146-3.887-3.13a5.8 5.8 0 0 0-2.209.44q-.168.07-.328.148ZM18.689 28.4c-.808.88-1.933 1.212-2.419.931-.522-.3-.317-1.6.675-2.532a13 13 0 0 1 1.9-1.417c.118-.072.292-.174.5-.3l.056-.031.123-.077a3.49 3.49 0 0 1-.835 3.426" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#828282"/><path d="M16.012 10h11.642a3.14 3.14 0 0 1 1.913.817 4.73 4.73 0 0 1 1.363 2.833c.03.212.048.425.07.639v.368a.7.7 0 0 1-.306.491 1.2 1.2 0 0 1-.678.1h-1.637q-.009 6.069 0 12.138a3.57 3.57 0 0 1-.532 1.888A3.63 3.63 0 0 1 25.96 30.8a4.4 4.4 0 0 1-.972.2H13.92a4.04 4.04 0 0 1-2.216-.8 4.48 4.48 0 0 1-1.6-2.7c-.054-.258-.076-.522-.107-.784V26.3a.73.73 0 0 1 .3-.454 1.1 1.1 0 0 1 .639-.1h1.681v-12.14A3.59 3.59 0 0 1 13.744 11a3.64 3.64 0 0 1 2.268-1" style="fill:#333"/><path d="M14.092 12.777a4.6 4.6 0 0 0-.154 1.653v11.318c2.434.006 4.868 0 7.3 0a.65.65 0 0 1 .587.433 3 3 0 0 1 .051.572 3.42 3.42 0 0 0 1.038 2.278 2.66 2.66 0 0 0 1.806.652 2.3 2.3 0 0 0 2.338-2.252V13.889a2 2 0 0 1 .03-.466 4.6 4.6 0 0 1 .569-1.4 2.2 2.2 0 0 1 .673-.719q-6.051-.008-12.1 0a2.31 2.31 0 0 0-2.138 1.473" style="fill:gray"/><path d="M18.008 16.819a.7.7 0 0 1 .607-.258.656.656 0 0 1 .582.722.2.2 0 0 1-.009.056c-.045.256-.268.415-.437.591-.638.641-1.293 1.265-1.924 1.912.654.666 1.327 1.313 1.986 1.974a1.05 1.05 0 0 1 .375.53.66.66 0 0 1-.466.761.65.65 0 0 1-.629-.158c-.885-.865-1.757-1.744-2.64-2.611a.665.665 0 0 1-.043-.939v-.006q1.3-1.293 2.598-2.574M21.812 17.176a.66.66 0 0 1 .574-.609.67.67 0 0 1 .547.188q1.3 1.285 2.595 2.573a.674.674 0 0 1 .105.947 1 1 0 0 1-.094.1q-1.259 1.244-2.512 2.491a.77.77 0 0 1-.475.277.656.656 0 0 1-.719-.479.66.66 0 0 1 .182-.646c.724-.722 1.456-1.434 2.174-2.162-.711-.713-1.43-1.418-2.146-2.126a.69.69 0 0 1-.231-.554" style="fill:#333"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Zm-1.7 4H.5l3.8 12.8h25.2Z" style="fill:#bfbfbf"/><path d="M16.012 10h11.642a3.14 3.14 0 0 1 1.913.817 4.73 4.73 0 0 1 1.363 2.833c.03.212.048.425.07.639v.368a.7.7 0 0 1-.306.491 1.2 1.2 0 0 1-.678.1h-1.637q-.009 6.069 0 12.138a3.57 3.57 0 0 1-.532 1.888A3.63 3.63 0 0 1 25.96 30.8a4.4 4.4 0 0 1-.972.2H13.92a4.04 4.04 0 0 1-2.216-.8 4.48 4.48 0 0 1-1.6-2.7c-.054-.258-.076-.522-.107-.784V26.3a.73.73 0 0 1 .3-.454 1.1 1.1 0 0 1 .639-.1h1.681v-12.14A3.59 3.59 0 0 1 13.744 11a3.64 3.64 0 0 1 2.268-1" style="fill:#333"/><path d="M14.092 12.777a4.6 4.6 0 0 0-.154 1.653v11.318c2.434.006 4.868 0 7.3 0a.65.65 0 0 1 .587.433 3 3 0 0 1 .051.572 3.42 3.42 0 0 0 1.038 2.278 2.66 2.66 0 0 0 1.806.652 2.3 2.3 0 0 0 2.338-2.252V13.889a2 2 0 0 1 .03-.466 4.6 4.6 0 0 1 .569-1.4 2.2 2.2 0 0 1 .673-.719q-6.051-.008-12.1 0a2.31 2.31 0 0 0-2.138 1.473" style="fill:gray"/><path d="M18.008 16.819a.7.7 0 0 1 .607-.258.656.656 0 0 1 .582.722.2.2 0 0 1-.009.056c-.045.256-.268.415-.437.591-.638.641-1.293 1.265-1.924 1.912.654.666 1.327 1.313 1.986 1.974a1.05 1.05 0 0 1 .375.53.66.66 0 0 1-.466.761.65.65 0 0 1-.629-.158c-.885-.865-1.757-1.744-2.64-2.611a.665.665 0 0 1-.043-.939v-.006q1.3-1.293 2.598-2.574M21.812 17.176a.66.66 0 0 1 .574-.609.67.67 0 0 1 .547.188q1.3 1.285 2.595 2.573a.674.674 0 0 1 .105.947 1 1 0 0 1-.094.1q-1.259 1.244-2.512 2.491a.77.77 0 0 1-.475.277.656.656 0 0 1-.719-.479.66.66 0 0 1 .182-.646c.724-.722 1.456-1.434 2.174-2.162-.711-.713-1.43-1.418-2.146-2.126a.69.69 0 0 1-.231-.554" style="fill:#333"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="127.346" x2="125.823" y1="-116.408" y2="-119.26" gradientTransform="matrix(.864 0 0 -.864 -81.843 -76.99)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="b" x1="127.349" x2="125.824" y1="-116.274" y2="-119.127" gradientTransform="matrix(.864 0 0 -.864 -81.843 -76.99)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#6a6a6a"/></linearGradient><linearGradient id="c" x1="126.507" x2="128.647" y1="-131.222" y2="-131.222" gradientTransform="matrix(.864 0 0 -.864 -90.788 -94.496)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e7ebef"/><stop offset="1" stop-color="#c4ce00"/></linearGradient><linearGradient xlink:href="#a" id="d" x1="127.346" x2="125.823" y1="-117.409" y2="-120.262" gradientTransform="matrix(.864 0 0 -.864 -81.843 -78.528)"/><linearGradient xlink:href="#b" id="e" x1="127.349" x2="125.824" y1="-117.276" y2="-120.128" gradientTransform="matrix(.864 0 0 -.864 -81.843 -78.528)"/><linearGradient xlink:href="#a" id="f" x1="127.346" x2="125.823" y1="-118.411" y2="-121.263" gradientTransform="matrix(.864 0 0 -.864 -81.843 -80.066)"/><linearGradient xlink:href="#b" id="g" x1="127.349" x2="125.824" y1="-118.277" y2="-121.13" gradientTransform="matrix(.864 0 0 -.864 -81.843 -80.066)"/><linearGradient xlink:href="#a" id="h" x1="127.346" x2="125.823" y1="-119.413" y2="-122.265" gradientTransform="matrix(.864 0 0 -.864 -81.843 -81.604)"/><linearGradient xlink:href="#b" id="i" x1="127.349" x2="125.824" y1="-119.279" y2="-122.131" gradientTransform="matrix(.864 0 0 -.864 -81.843 -81.604)"/><linearGradient xlink:href="#a" id="j" x1="127.346" x2="125.823" y1="-115.406" y2="-118.258" gradientTransform="matrix(.864 0 0 -.864 -81.843 -75.452)"/><linearGradient xlink:href="#b" id="k" x1="127.349" x2="125.824" y1="-115.272" y2="-118.125" gradientTransform="matrix(.864 0 0 -.864 -81.843 -75.452)"/></defs><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#53c1b6"/><path d="M29.374 12.871a324 324 0 0 1-4.66-1.331 1.3 1.3 0 0 0-.642-.038c-.113.038-6.883 4.008-7.11 4.121-.038 0-.038.038-.076.076a.8.8 0 0 0-.264.567v0l.078 11.743c0 .189.038.264.189.34 0 0 4.912 1.965 5.479 2.116h.076c.264.038.34.038.453-.076l.038-.038c.113-.076 6.416-4.869 6.529-4.982a.57.57 0 0 0 .151-.3c0-.113.177-11.554.177-11.7v-.038a.51.51 0 0 0-.416-.453Zm-.118.567a2 2 0 0 0 .227-.189s-.113.076-.264.189c-.264.189-.6.416-.982.718.642-.453 1.209-.831 1.36-.945a2.4 2.4 0 0 1-.336.227Z" style="fill:#00608b;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.280130076041554px"/><path d="M24.7 11.5a1.3 1.3 0 0 0-.642-.038c-.113.038-6.867 4.051-7.094 4.2-.189.113-.264.34 0 .453.264.076 5.214 1.7 5.4 1.738a.82.82 0 0 0 .68-.038c.113-.076 6.516-4.453 6.63-4.566s-.111-.314-.27-.367c-.181-.06-4.518-1.346-4.744-1.422l.038.038Z" style="fill:#00608b"/><path d="M16.66 16.3c0-.189.113-.3.264-.264.113.038 5.441 1.776 5.63 1.927.189.113.3.189.3.34l-.076 11.932a.235.235 0 0 1-.34.227c-.567-.151-5.479-2.116-5.479-2.116-.151-.076-.189-.151-.189-.34Z" style="fill:#00608b"/><path d="M22.969 30.389c-.113.076-.235-.013-.235-.226l.046-11.895a.47.47 0 0 1 .189-.378c.113-.076 6.53-4.528 6.681-4.642s.227.113.189.227c0 .113-.214 11.5-.214 11.616a.28.28 0 0 1-.151.264c-.113.113-6.467 4.958-6.543 5.071z" style="fill:#00608b"/><path d="M16.886 15.963c-.038 0 0-.189.113-.3a.83.83 0 0 0-.34.642.236.236 0 0 1 .227-.189c.68.227 5.365 1.851 5.554 1.927s.3.144.3.333l.037.451.068-.459c0-.189.126-.324.352-.475.113-.076 2.969-2.095 3.775-2.815-.766.408-3.8 2.777-4.216 2.777-.321 0-5.831-1.889-5.869-1.889Z" style="fill:#00608b"/><path d="M26.521 15.4a2 2 0 0 1 .34-.227ZM23 30.365a.46.46 0 0 1-.533.109.28.28 0 0 0 .281-.226s.029.205.252.118ZM29.58 13.309c.189-.091.269.007.275.169.027-.167.021-.466-.451-.6 0 0 .379.188.176.428Z" style="fill:#00608b"/><path d="m29.278 23.842-4.1 2.976v.151l4.091-3.027.007-.1Z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#a)"/><path d="M29.3 23.719 25.18 26.7v.151l4.1-3.042.019-.094Z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#b)"/><path d="M18.51 18.444v.227l1.852.642v-.189z" style="fill:url(#c)"/><path d="m18.51 18.671-.113.075v-.453l2.04.718-.075.113-1.852-.68z" style="opacity:.21999995410442352;isolation:isolate"/><g style="opacity:.7200000286102295;isolation:isolate"><path d="M20.437 19.464v-.453l-.075.113v.189l-1.852-.642-.113.075z" style="fill:#fff"/></g><path d="m29.278 23.169-4.1 2.976v.155l4.091-3.027.007-.1Z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#d)"/><path d="m29.3 23.047-4.12 2.985v.151l4.1-3.042.019-.094Z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#e)"/><path d="m29.278 22.5-4.1 2.976v.151l4.093-3.027z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#f)"/><path d="m29.3 22.374-4.12 2.985v.151l4.1-3.042.019-.094Z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#g)"/><path d="M29.278 21.824 25.18 24.8v.151l4.091-3.027z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#h)"/><path d="m29.3 21.7-4.12 2.987v.151l4.1-3.042z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#i)"/><path d="m29.278 24.514-4.1 2.976v.151l4.091-3.027.007-.1Z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#j)"/><path d="m29.3 24.392-4.12 2.985v.151l4.1-3.042.019-.094Z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#k)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="127.346" x2="125.823" y1="-116.408" y2="-119.26" gradientTransform="matrix(.864 0 0 -.864 -81.843 -76.99)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="b" x1="127.349" x2="125.824" y1="-116.274" y2="-119.127" gradientTransform="matrix(.864 0 0 -.864 -81.843 -76.99)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#6a6a6a"/></linearGradient><linearGradient id="c" x1="126.507" x2="128.647" y1="-131.222" y2="-131.222" gradientTransform="matrix(.864 0 0 -.864 -90.788 -94.496)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e7ebef"/><stop offset="1" stop-color="#c4ce00"/></linearGradient><linearGradient xlink:href="#a" id="d" x1="127.346" x2="125.823" y1="-117.409" y2="-120.262" gradientTransform="matrix(.864 0 0 -.864 -81.843 -78.528)"/><linearGradient xlink:href="#b" id="e" x1="127.349" x2="125.824" y1="-117.276" y2="-120.128" gradientTransform="matrix(.864 0 0 -.864 -81.843 -78.528)"/><linearGradient xlink:href="#a" id="f" x1="127.346" x2="125.823" y1="-118.411" y2="-121.263" gradientTransform="matrix(.864 0 0 -.864 -81.843 -80.066)"/><linearGradient xlink:href="#b" id="g" x1="127.349" x2="125.824" y1="-118.277" y2="-121.13" gradientTransform="matrix(.864 0 0 -.864 -81.843 -80.066)"/><linearGradient xlink:href="#a" id="h" x1="127.346" x2="125.823" y1="-119.413" y2="-122.265" gradientTransform="matrix(.864 0 0 -.864 -81.843 -81.604)"/><linearGradient xlink:href="#b" id="i" x1="127.349" x2="125.824" y1="-119.279" y2="-122.131" gradientTransform="matrix(.864 0 0 -.864 -81.843 -81.604)"/><linearGradient xlink:href="#a" id="j" x1="127.346" x2="125.823" y1="-115.406" y2="-118.258" gradientTransform="matrix(.864 0 0 -.864 -81.843 -75.452)"/><linearGradient xlink:href="#b" id="k" x1="127.349" x2="125.824" y1="-115.272" y2="-118.125" gradientTransform="matrix(.864 0 0 -.864 -81.843 -75.452)"/></defs><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#7addd3"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7addd3"/><path d="M29.374 12.871a324 324 0 0 1-4.66-1.331 1.3 1.3 0 0 0-.642-.038c-.113.038-6.883 4.008-7.11 4.121-.038 0-.038.038-.076.076a.8.8 0 0 0-.264.567v0l.078 11.743c0 .189.038.264.189.34 0 0 4.912 1.965 5.479 2.116h.076c.264.038.34.038.453-.076l.038-.038c.113-.076 6.416-4.869 6.529-4.982a.57.57 0 0 0 .151-.3c0-.113.177-11.554.177-11.7v-.038a.51.51 0 0 0-.416-.453Zm-.118.567a2 2 0 0 0 .227-.189s-.113.076-.264.189c-.264.189-.6.416-.982.718.642-.453 1.209-.831 1.36-.945a2.4 2.4 0 0 1-.336.227Z" style="fill:#00608b;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.280130076041554px"/><path d="M24.7 11.5a1.3 1.3 0 0 0-.642-.038c-.113.038-6.867 4.051-7.094 4.2-.189.113-.264.34 0 .453.264.076 5.214 1.7 5.4 1.738a.82.82 0 0 0 .68-.038c.113-.076 6.516-4.453 6.63-4.566s-.111-.314-.27-.367c-.181-.06-4.518-1.346-4.744-1.422l.038.038Z" style="fill:#00608b"/><path d="M16.66 16.3c0-.189.113-.3.264-.264.113.038 5.441 1.776 5.63 1.927.189.113.3.189.3.34l-.076 11.932a.235.235 0 0 1-.34.227c-.567-.151-5.479-2.116-5.479-2.116-.151-.076-.189-.151-.189-.34Z" style="fill:#00608b"/><path d="M22.969 30.389c-.113.076-.235-.013-.235-.226l.046-11.895a.47.47 0 0 1 .189-.378c.113-.076 6.53-4.528 6.681-4.642s.227.113.189.227c0 .113-.214 11.5-.214 11.616a.28.28 0 0 1-.151.264c-.113.113-6.467 4.958-6.543 5.071z" style="fill:#00608b"/><path d="M16.886 15.963c-.038 0 0-.189.113-.3a.83.83 0 0 0-.34.642.236.236 0 0 1 .227-.189c.68.227 5.365 1.851 5.554 1.927s.3.144.3.333l.037.451.068-.459c0-.189.126-.324.352-.475.113-.076 2.969-2.095 3.775-2.815-.766.408-3.8 2.777-4.216 2.777-.321 0-5.831-1.889-5.869-1.889Z" style="fill:#00608b"/><path d="M26.521 15.4a2 2 0 0 1 .34-.227ZM23 30.365a.46.46 0 0 1-.533.109.28.28 0 0 0 .281-.226s.029.205.252.118ZM29.58 13.309c.189-.091.269.007.275.169.027-.167.021-.466-.451-.6 0 0 .379.188.176.428Z" style="fill:#00608b"/><path d="m29.278 23.842-4.1 2.976v.151l4.091-3.027.007-.1Z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#a)"/><path d="M29.3 23.719 25.18 26.7v.151l4.1-3.042.019-.094Z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#b)"/><path d="M18.51 18.444v.227l1.852.642v-.189z" style="fill:url(#c)"/><path d="m18.51 18.671-.113.075v-.453l2.04.718-.075.113-1.852-.68z" style="opacity:.21999995410442352;isolation:isolate"/><g style="opacity:.7200000286102295;isolation:isolate"><path d="M20.437 19.464v-.453l-.075.113v.189l-1.852-.642-.113.075z" style="fill:#fff"/></g><path d="m29.278 23.169-4.1 2.976v.155l4.091-3.027.007-.1Z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#d)"/><path d="m29.3 23.047-4.12 2.985v.151l4.1-3.042.019-.094Z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#e)"/><path d="m29.278 22.5-4.1 2.976v.151l4.093-3.027z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#f)"/><path d="m29.3 22.374-4.12 2.985v.151l4.1-3.042.019-.094Z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#g)"/><path d="M29.278 21.824 25.18 24.8v.151l4.091-3.027z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#h)"/><path d="m29.3 21.7-4.12 2.987v.151l4.1-3.042z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#i)"/><path d="m29.278 24.514-4.1 2.976v.151l4.091-3.027.007-.1Z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#j)"/><path d="m29.3 24.392-4.12 2.985v.151l4.1-3.042.019-.094Z" style="opacity:.12999998033046722;isolation:isolate;fill:url(#k)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="20.365" cy="6.269" r="2.721" gradientTransform="matrix(-.148 .989 1.059 .158 11.812 -5.692)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bedcdc"/><stop offset=".5" stop-color="#8e9e9e" stop-opacity=".74"/><stop offset="1" stop-color="#404f5c" stop-opacity=".84"/></radialGradient><radialGradient xlink:href="#a" id="b" cx="6.566" cy="14.644" r="3.9" gradientTransform="matrix(-.148 .989 1.059 .158 9.451 15.181)"/></defs><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#55a1bf"/><path d="m13.886 12.006-1.803 1.803-.901-1.803.901-.901zM16.772 11.912h-2.551L14.859 10h1.274zM18.877 13.886l-1.803-1.803 1.803-.901.902.901zM18.971 16.772v-2.551l1.912.638v1.274zM16.997 18.877l1.803-1.803.901 1.803-.901.902zM14.112 18.971h2.55l-.637 1.912H14.75zM12.006 16.997l1.803 1.803-1.803.901-.901-.901zM11.912 14.112v2.55L10 16.025V14.75z" style="fill:silver"/><path d="M11.663 15.442a3.778 3.778 0 1 1 1.107 2.672 3.78 3.78 0 0 1-1.107-2.672m3.779 1.425a1.425 1.425 0 1 0-1.008-.418 1.43 1.43 0 0 0 1.008.418" style="fill:silver"/><path d="M15.5 18.939a3.5 3.5 0 1 0-3.555-3.439 3.5 3.5 0 0 0 3.555 3.439m-.113-6.457a2.96 2.96 0 1 1-2.907 3.012 2.96 2.96 0 0 1 2.91-3.012Z" style="fill:#a9a9a9"/><path d="M15.489 18.162a2.721 2.721 0 1 0-2.767-2.673 2.72 2.72 0 0 0 2.767 2.673m-.075-4.275a1.555 1.555 0 1 1-1.528 1.583 1.555 1.555 0 0 1 1.528-1.583" style="fill:url(#a)"/><path d="M15.47 17a1.555 1.555 0 1 0-1.583-1.526A1.555 1.555 0 0 0 15.47 17m-.051-2.87a1.316 1.316 0 1 1-1.292 1.339 1.316 1.316 0 0 1 1.292-1.337Z" style="fill:#a9a9a9"/><path d="m27.572 19.763-1.706-.947 1.098-1.176 1.024.568zM29.208 22.119l-1.005-1.672 1.539-.47.603 1.004zM29.446 24.978l-.034-1.951 1.568.363.02 1.17zM28.223 27.572l.946-1.706 1.176 1.098-.567 1.024zM25.866 29.208l1.673-1.005.469 1.539-1.003.603zM23.007 29.446l1.952-.034-.363 1.568-1.171.02zM20.413 28.223l1.706.946-1.098 1.176-1.024-.567zM18.777 25.866l1.005 1.673-1.539.469-.603-1.003zM18.539 23.007l.034 1.952-1.567-.363-.021-1.171zM19.763 20.413l-.947 1.706-1.176-1.098.568-1.024zM22.119 18.777l-1.672 1.005-.47-1.539 1.004-.603zM24.978 18.539l-1.951.034.363-1.567 1.17-.021z" style="fill:silver"/><path d="M23.9 18.372a5.626 5.626 0 1 1-3.946 1.716 5.63 5.63 0 0 1 3.946-1.716m-2.017 5.658a2.112 2.112 0 1 0 .592-1.5 2.1 2.1 0 0 0-.592 1.5" style="fill:silver"/><path d="M24.081 29.045a5.053 5.053 0 1 0-5.14-4.964 5.054 5.054 0 0 0 5.14 4.964m-.163-9.327a4.275 4.275 0 1 1-4.2 4.35 4.275 4.275 0 0 1 4.2-4.35" style="fill:#a9a9a9"/><path d="M24.061 27.893a3.9 3.9 0 1 0-3.967-3.832 3.9 3.9 0 0 0 3.967 3.832m-.105-6.027a2.128 2.128 0 1 1-2.09 2.164 2.127 2.127 0 0 1 2.089-2.164Z" style="fill:url(#b)"/><path d="M24.033 26.324a2.331 2.331 0 1 0-2.372-2.291 2.33 2.33 0 0 0 2.372 2.291m-.075-4.3a1.973 1.973 0 1 1-1.938 2.007 1.97 1.97 0 0 1 1.938-2.007" style="fill:#a9a9a9"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="20.365" cy="6.269" r="2.721" gradientTransform="matrix(-.148 .989 1.059 .158 11.812 -5.692)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bedcdc"/><stop offset=".5" stop-color="#8e9e9e" stop-opacity=".74"/><stop offset="1" stop-color="#404f5c" stop-opacity=".84"/></radialGradient><radialGradient xlink:href="#a" id="b" cx="6.566" cy="14.644" r="3.9" gradientTransform="matrix(-.148 .989 1.059 .158 9.451 15.181)"/></defs><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z" style="fill:#7bbedb"/><path d="m13.886 12.006-1.803 1.803-.901-1.803.901-.901zM16.772 11.912h-2.551L14.859 10h1.274zM18.877 13.886l-1.803-1.803 1.803-.901.902.901zM18.971 16.772v-2.551l1.912.638v1.274zM16.997 18.877l1.803-1.803.901 1.803-.901.902zM14.112 18.971h2.55l-.637 1.912H14.75zM12.006 16.997l1.803 1.803-1.803.901-.901-.901zM11.912 14.112v2.55L10 16.025V14.75z" style="fill:silver"/><path d="M11.663 15.442a3.778 3.778 0 1 1 1.107 2.672 3.78 3.78 0 0 1-1.107-2.672m3.779 1.425a1.425 1.425 0 1 0-1.008-.418 1.43 1.43 0 0 0 1.008.418" style="fill:silver"/><path d="M15.5 18.939a3.5 3.5 0 1 0-3.555-3.439 3.5 3.5 0 0 0 3.555 3.439m-.113-6.457a2.96 2.96 0 1 1-2.907 3.012 2.96 2.96 0 0 1 2.91-3.012Z" style="fill:#a9a9a9"/><path d="M15.489 18.162a2.721 2.721 0 1 0-2.767-2.673 2.72 2.72 0 0 0 2.767 2.673m-.075-4.275a1.555 1.555 0 1 1-1.528 1.583 1.555 1.555 0 0 1 1.528-1.583" style="fill:url(#a)"/><path d="M15.47 17a1.555 1.555 0 1 0-1.583-1.526A1.555 1.555 0 0 0 15.47 17m-.051-2.87a1.316 1.316 0 1 1-1.292 1.339 1.316 1.316 0 0 1 1.292-1.337Z" style="fill:#a9a9a9"/><path d="m27.572 19.763-1.706-.947 1.098-1.176 1.024.568zM29.208 22.119l-1.005-1.672 1.539-.47.603 1.004zM29.446 24.978l-.034-1.951 1.568.363.02 1.17zM28.223 27.572l.946-1.706 1.176 1.098-.567 1.024zM25.866 29.208l1.673-1.005.469 1.539-1.003.603zM23.007 29.446l1.952-.034-.363 1.568-1.171.02zM20.413 28.223l1.706.946-1.098 1.176-1.024-.567zM18.777 25.866l1.005 1.673-1.539.469-.603-1.003zM18.539 23.007l.034 1.952-1.567-.363-.021-1.171zM19.763 20.413l-.947 1.706-1.176-1.098.568-1.024zM22.119 18.777l-1.672 1.005-.47-1.539 1.004-.603zM24.978 18.539l-1.951.034.363-1.567 1.17-.021z" style="fill:silver"/><path d="M23.9 18.372a5.626 5.626 0 1 1-3.946 1.716 5.63 5.63 0 0 1 3.946-1.716m-2.017 5.658a2.112 2.112 0 1 0 .592-1.5 2.1 2.1 0 0 0-.592 1.5" style="fill:silver"/><path d="M24.081 29.045a5.053 5.053 0 1 0-5.14-4.964 5.054 5.054 0 0 0 5.14 4.964m-.163-9.327a4.275 4.275 0 1 1-4.2 4.35 4.275 4.275 0 0 1 4.2-4.35" style="fill:#a9a9a9"/><path d="M24.061 27.893a3.9 3.9 0 1 0-3.967-3.832 3.9 3.9 0 0 0 3.967 3.832m-.105-6.027a2.128 2.128 0 1 1-2.09 2.164 2.127 2.127 0 0 1 2.089-2.164Z" style="fill:url(#b)"/><path d="M24.033 26.324a2.331 2.331 0 1 0-2.372-2.291 2.33 2.33 0 0 0 2.372 2.291m-.075-4.3a1.973 1.973 0 1 1-1.938 2.007 1.97 1.97 0 0 1 1.938-2.007" style="fill:#a9a9a9"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><clipPath id="a"><path d="M0 0h32v32H0z" style="fill:none"/></clipPath></defs><g style="clip-path:url(#a)"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#764af1"/><path d="M15 11a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h6.17a3 3 0 1 0 0-2H15a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4Zm12 20a4 4 0 0 0 4-4v-6a4 4 0 0 0-4-4h-6.17a3 3 0 1 0 0 2H27a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2h-2a4 4 0 0 0 4 4Z" style="fill:#b094ff"/><path d="M17 26.5v.5h2v-.5Z" style="fill:#b094ff"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><clipPath id="a"><path d="M0 0h32v32H0z" style="fill:none"/></clipPath></defs><g style="clip-path:url(#a)"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#9772fb"/><path d="M25.7 13.7H.5l3.8 12.8h25.2Z" style="fill:#9772fb"/><path d="M15 11a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h6.17a3 3 0 1 0 0-2H15a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4Zm12 20a4 4 0 0 0 4-4v-6a4 4 0 0 0-4-4h-6.17a3 3 0 1 0 0 2H27a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2h-2a4 4 0 0 0 4 4Z" style="fill:#b094ff"/><path d="M17 26.5v.5h2v-.5Z" style="fill:#b094ff"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#5460c0"/><path d="M15.55 23.39a29 29 0 0 0-.07-4.66c-.08-1-.08-2.48.5-2.75 1.41-.62 2.71 2.5 5.17 2.13 2-.3 1.5-3.69 2.84-3.89 1.92-.3 5.76 7.65 6.32 13.26a10.13 10.13 0 1 0-15.78 1.34 16 16 0 0 0 1.02-5.43" style="fill:#b4bcf6"/><path d="M14.5 28.86a15.3 15.3 0 0 0 1.05-5.47 29 29 0 0 0-.07-4.66c-.08-1-.08-2.48.5-2.75 1.41-.62 2.71 2.5 5.17 2.13 2-.3 1.5-3.69 2.84-3.89 1.89-.28 5.79 7.69 6.29 13.29a10.23 10.23 0 0 1-7.13 4.4 10.07 10.07 0 0 1-8.65-3.05" style="fill:#fff"/><path d="M18.38 26.11A1.4 1.4 0 0 0 19 26a1.3 1.3 0 0 0 .48-.32 1.4 1.4 0 0 0 .34-.49 1.4 1.4 0 0 0 .1-.58 1.5 1.5 0 1 0-1.5 1.51ZM26.29 24.82a1.5 1.5 0 0 0 1.5-1.5 1.6 1.6 0 0 0-.11-.57 1.51 1.51 0 0 0-2-.82 1.8 1.8 0 0 0-.48.32 1.6 1.6 0 0 0-.33.5 1.4 1.4 0 0 0-.13.57 1.5 1.5 0 0 0 1.5 1.5Z" style="fill:#ef4357"/><path d="M14.4 29.47a.4.4 0 0 1-.16 0l-.12-.08-.12-.13a.4.4 0 0 1 0-.15.3.3 0 0 1 0-.15 16.7 16.7 0 0 0 1.05-5.55A28.4 28.4 0 0 0 15 18.8c-.16-1.78.09-2.84.72-3.13.87-.4 1.66.25 2.42.88a3.83 3.83 0 0 0 2.89 1.22c.8-.12 1.1-.86 1.45-2 .28-.87.56-1.77 1.39-1.9a1.57 1.57 0 0 1 1.2.43c2.05 1.59 5.06 8.13 5.58 13.19a.3.3 0 0 1 0 .14.43.43 0 0 1-.19.23h-.14a.37.37 0 0 1-.28-.09.35.35 0 0 1-.14-.25c-.51-4.79-3.42-11.2-5.34-12.7a1 1 0 0 0-.6-.23c-.37.06-.57.72-.79 1.38-.32 1-.72 2.31-2 2.51a4.4 4.4 0 0 1-3.48-1.4c-.76-.63-1.23-1-1.64-.8-.18.09-.41.8-.28 2.37a29.6 29.6 0 0 1 .06 4.71 16.9 16.9 0 0 1-1.13 5.84.5.5 0 0 1-.13.16.4.4 0 0 1-.17.11" style="fill:#181818"/><path d="M16.46 25.49a.2.2 0 0 1-.11 0 .2.2 0 0 1-.07-.08v-.15a.1.1 0 0 1 0-.06.15.15 0 0 1 .06-.05l1.49-.63-1.58-.35h-.07l-.05-.05v-.21l.06-.06h.14l2.17.44a.2.2 0 0 1 .1.06.2.2 0 0 1 .05.11.24.24 0 0 1 0 .12.2.2 0 0 1-.09.07l-2.08.84ZM28.22 23.64 26 23.53a.3.3 0 0 1-.11-.05.17.17 0 0 1-.06-.1.24.24 0 0 1 0-.12.14.14 0 0 1 .08-.09L27.77 22h.21000000000000002l.05.05a.2.2 0 0 1 0 .15.15.15 0 0 1-.08.11l-1.37.85 1.63.09a.15.15 0 0 1 .17 0 .24.24 0 0 1 .05.13.25.25 0 0 1-.06.14.2.2 0 0 1-.13.05ZM22.26 24.94a1.32 1.32 0 0 1-.86-.25 1.4 1.4 0 0 1-.54-.72.17.17 0 0 1 0-.1v-.1l.06-.08a.25.25 0 0 1 .19-.05.14.14 0 0 1 .09 0l.08.05a.4.4 0 0 1 0 .09 1 1 0 0 0 1.2.62 1 1 0 0 0 .91-1 .21.21 0 0 1 .07-.17.25.25 0 0 1 .35 0 .21.21 0 0 1 .07.17 1.49 1.49 0 0 1-1.32 1.53h-.37ZM18 22.69a.25.25 0 0 1-.16-.12.21.21 0 0 1 0-.19 2.28 2.28 0 0 1 1.68-1.51 1.84 1.84 0 0 1 1.85 1 .3.3 0 0 1 0 .19.25.25 0 0 1-.34.1.24.24 0 0 1-.12-.14 1.35 1.35 0 0 0-1.31-.65 1.79 1.79 0 0 0-1.3 1.13.4.4 0 0 1-.09.14.27.27 0 0 1-.15.05ZM23 21.87h-.1a.2.2 0 0 1-.09 0 .24.24 0 0 1-.06-.08.17.17 0 0 1 0-.1.14.14 0 0 1 0-.09 2 2 0 0 1 1.45-1.45 2.08 2.08 0 0 1 2 1 .1.1 0 0 1 0 .08.17.17 0 0 1 0 .1.4.4 0 0 1-.05.08l-.08.06h-.2l-.09-.05a.4.4 0 0 1-.05-.08 1.56 1.56 0 0 0-1.45-.68 1.48 1.48 0 0 0-1.07 1.05.34.34 0 0 1-.09.14.24.24 0 0 1-.14.05Z" style="fill:#181818"/><path d="M26.81 19.64a.3.3 0 0 0-.08-.08.2.2 0 0 0-.12 0h-.12l-.48.08a3 3 0 0 0-.23-.27 2 2 0 0 0-2.84 0 1.9 1.9 0 0 0-.48.8 2 2 0 0 0-.33 0 2 2 0 0 0-1 .28c-.06-.07-.11-.14-.18-.21a2 2 0 0 0-1.44-.59 2 2 0 0 0-1.45.59 2.1 2.1 0 0 0-.51 1l-.56.1a.35.35 0 0 0-.2.14.3.3 0 0 0-.05.24.4.4 0 0 0 .11.18.32.32 0 0 0 .2.07h.06l.4-.08a2.13 2.13 0 0 0 .55 1.11 2 2 0 0 0 3.44-1.45 2.4 2.4 0 0 0-.12-.65 1.4 1.4 0 0 1 .72-.2 2 2 0 0 1 .23 0 2.07 2.07 0 0 0 .59 1.4 2 2 0 0 0 3.43-1.45 1.8 1.8 0 0 0-.09-.56l.34-.06a.3.3 0 0 0 .21-.13.36.36 0 0 0 0-.35Zm-6.35 2.9a1.4 1.4 0 0 1-1 .39 1.35 1.35 0 0 1-1-.34 1.37 1.37 0 0 1 1.94-1.94 1.35 1.35 0 0 1 .41 1 1.36 1.36 0 0 1-.41 1Zm4.85-.85a1.38 1.38 0 0 1-2.24-1.5 1.7 1.7 0 0 1 .29-.45 1.5 1.5 0 0 1 .45-.3 1.4 1.4 0 0 1 1.06 0 1.5 1.5 0 0 1 .45.3 1.7 1.7 0 0 1 .29.45 1.2 1.2 0 0 1 .1.53 1.36 1.36 0 0 1-.4 1Z" style="fill:#b4bcf6"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#7b87db"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7b87db"/><path d="M15.55 23.39a29 29 0 0 0-.07-4.66c-.08-1-.08-2.48.5-2.75 1.41-.62 2.71 2.5 5.17 2.13 2-.3 1.5-3.69 2.84-3.89 1.92-.3 5.76 7.65 6.32 13.26a10.13 10.13 0 1 0-15.78 1.34 16 16 0 0 0 1.02-5.43" style="fill:#b4bcf6"/><path d="M14.5 28.86a15.3 15.3 0 0 0 1.05-5.47 29 29 0 0 0-.07-4.66c-.08-1-.08-2.48.5-2.75 1.41-.62 2.71 2.5 5.17 2.13 2-.3 1.5-3.69 2.84-3.89 1.89-.28 5.79 7.69 6.29 13.29a10.23 10.23 0 0 1-7.13 4.4 10.07 10.07 0 0 1-8.65-3.05" style="fill:#fff"/><path d="M18.38 26.11A1.4 1.4 0 0 0 19 26a1.3 1.3 0 0 0 .48-.32 1.4 1.4 0 0 0 .34-.49 1.4 1.4 0 0 0 .1-.58 1.5 1.5 0 1 0-1.5 1.51ZM26.29 24.82a1.5 1.5 0 0 0 1.5-1.5 1.6 1.6 0 0 0-.11-.57 1.51 1.51 0 0 0-2-.82 1.8 1.8 0 0 0-.48.32 1.6 1.6 0 0 0-.33.5 1.4 1.4 0 0 0-.13.57 1.5 1.5 0 0 0 1.5 1.5Z" style="fill:#ef4357"/><path d="M14.4 29.47a.4.4 0 0 1-.16 0l-.12-.08-.12-.13a.4.4 0 0 1 0-.15.3.3 0 0 1 0-.15 16.7 16.7 0 0 0 1.05-5.55A28.4 28.4 0 0 0 15 18.8c-.16-1.78.09-2.84.72-3.13.87-.4 1.66.25 2.42.88a3.83 3.83 0 0 0 2.89 1.22c.8-.12 1.1-.86 1.45-2 .28-.87.56-1.77 1.39-1.9a1.57 1.57 0 0 1 1.2.43c2.05 1.59 5.06 8.13 5.58 13.19a.3.3 0 0 1 0 .14.43.43 0 0 1-.19.23h-.14a.37.37 0 0 1-.28-.09.35.35 0 0 1-.14-.25c-.51-4.79-3.42-11.2-5.34-12.7a1 1 0 0 0-.6-.23c-.37.06-.57.72-.79 1.38-.32 1-.72 2.31-2 2.51a4.4 4.4 0 0 1-3.48-1.4c-.76-.63-1.23-1-1.64-.8-.18.09-.41.8-.28 2.37a29.6 29.6 0 0 1 .06 4.71 16.9 16.9 0 0 1-1.13 5.84.5.5 0 0 1-.13.16.4.4 0 0 1-.17.11" style="fill:#181818"/><path d="M16.46 25.49a.2.2 0 0 1-.11 0 .2.2 0 0 1-.07-.08v-.15a.1.1 0 0 1 0-.06.15.15 0 0 1 .06-.05l1.49-.63-1.58-.35h-.07l-.05-.05v-.21l.06-.06h.14l2.17.44a.2.2 0 0 1 .1.06.2.2 0 0 1 .05.11.24.24 0 0 1 0 .12.2.2 0 0 1-.09.07l-2.08.84ZM28.22 23.64 26 23.53a.3.3 0 0 1-.11-.05.17.17 0 0 1-.06-.1.24.24 0 0 1 0-.12.14.14 0 0 1 .08-.09L27.77 22h.21000000000000002l.05.05a.2.2 0 0 1 0 .15.15.15 0 0 1-.08.11l-1.37.85 1.63.09a.15.15 0 0 1 .17 0 .24.24 0 0 1 .05.13.25.25 0 0 1-.06.14.2.2 0 0 1-.13.05ZM22.26 24.94a1.32 1.32 0 0 1-.86-.25 1.4 1.4 0 0 1-.54-.72.17.17 0 0 1 0-.1v-.1l.06-.08a.25.25 0 0 1 .19-.05.14.14 0 0 1 .09 0l.08.05a.4.4 0 0 1 0 .09 1 1 0 0 0 1.2.62 1 1 0 0 0 .91-1 .21.21 0 0 1 .07-.17.25.25 0 0 1 .35 0 .21.21 0 0 1 .07.17 1.49 1.49 0 0 1-1.32 1.53h-.37ZM18 22.69a.25.25 0 0 1-.16-.12.21.21 0 0 1 0-.19 2.28 2.28 0 0 1 1.68-1.51 1.84 1.84 0 0 1 1.85 1 .3.3 0 0 1 0 .19.25.25 0 0 1-.34.1.24.24 0 0 1-.12-.14 1.35 1.35 0 0 0-1.31-.65 1.79 1.79 0 0 0-1.3 1.13.4.4 0 0 1-.09.14.27.27 0 0 1-.15.05ZM23 21.87h-.1a.2.2 0 0 1-.09 0 .24.24 0 0 1-.06-.08.17.17 0 0 1 0-.1.14.14 0 0 1 0-.09 2 2 0 0 1 1.45-1.45 2.08 2.08 0 0 1 2 1 .1.1 0 0 1 0 .08.17.17 0 0 1 0 .1.4.4 0 0 1-.05.08l-.08.06h-.2l-.09-.05a.4.4 0 0 1-.05-.08 1.56 1.56 0 0 0-1.45-.68 1.48 1.48 0 0 0-1.07 1.05.34.34 0 0 1-.09.14.24.24 0 0 1-.14.05Z" style="fill:#181818"/><path d="M26.81 19.64a.3.3 0 0 0-.08-.08.2.2 0 0 0-.12 0h-.12l-.48.08a3 3 0 0 0-.23-.27 2 2 0 0 0-2.84 0 1.9 1.9 0 0 0-.48.8 2 2 0 0 0-.33 0 2 2 0 0 0-1 .28c-.06-.07-.11-.14-.18-.21a2 2 0 0 0-1.44-.59 2 2 0 0 0-1.45.59 2.1 2.1 0 0 0-.51 1l-.56.1a.35.35 0 0 0-.2.14.3.3 0 0 0-.05.24.4.4 0 0 0 .11.18.32.32 0 0 0 .2.07h.06l.4-.08a2.13 2.13 0 0 0 .55 1.11 2 2 0 0 0 3.44-1.45 2.4 2.4 0 0 0-.12-.65 1.4 1.4 0 0 1 .72-.2 2 2 0 0 1 .23 0 2.07 2.07 0 0 0 .59 1.4 2 2 0 0 0 3.43-1.45 1.8 1.8 0 0 0-.09-.56l.34-.06a.3.3 0 0 0 .21-.13.36.36 0 0 0 0-.35Zm-6.35 2.9a1.4 1.4 0 0 1-1 .39 1.35 1.35 0 0 1-1-.34 1.37 1.37 0 0 1 1.94-1.94 1.35 1.35 0 0 1 .41 1 1.36 1.36 0 0 1-.41 1Zm4.85-.85a1.38 1.38 0 0 1-2.24-1.5 1.7 1.7 0 0 1 .29-.45 1.5 1.5 0 0 1 .45-.3 1.4 1.4 0 0 1 1.06 0 1.5 1.5 0 0 1 .45.3 1.7 1.7 0 0 1 .29.45 1.2 1.2 0 0 1 .1.53 1.36 1.36 0 0 1-.4 1Z" style="fill:#b4bcf6"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#999" d="M27.35 5.542h-9.227l-2.083 4.2H4.433v16.8h25v-21zm0 4.2h-8.135l1.091-2.1h7.044z"/><path d="M20.91 14.457h1.687v16.297H20.91z"/><path d="M23.813 15.81a6.738 6.774 0 0 0-6.739 6.775 6.738 6.774 0 0 0 6.739 6.774 6.738 6.774 0 0 0 6.738-6.774 6.738 6.774 0 0 0-6.738-6.775m.02 1.628a5.14 5.168 0 0 1 5.141 5.167 5.14 5.168 0 0 1-5.14 5.169 5.14 5.168 0 0 1-5.14-5.169 5.14 5.168 0 0 1 5.14-5.167"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#b3b3b3" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21zm-7.2 2.1h7.1v2.1h-8.1zm5.5 6.1H6.6v-1.9h20.8v7.626z"/><path d="M20.91 14.457h1.687v16.297H20.91z"/><path d="M23.813 15.81a6.738 6.774 0 0 0-6.739 6.775 6.738 6.774 0 0 0 6.739 6.774 6.738 6.774 0 0 0 6.738-6.774 6.738 6.774 0 0 0-6.738-6.775m.02 1.628a5.14 5.168 0 0 1 5.141 5.167 5.14 5.168 0 0 1-5.14 5.169 5.14 5.168 0 0 1-5.14-5.169 5.14 5.168 0 0 1 5.14-5.167"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#14622a"/><path d="M19.146 30.989a1 1 0 0 1-.207-.025 1.04 1.04 0 0 1-.726-1.213l2.709-14.431a1.04 1.04 0 0 1 .444-.683.9.9 0 0 1 .7-.122 1.043 1.043 0 0 1 .727 1.213L20.077 30.16a1.03 1.03 0 0 1-.442.681.9.9 0 0 1-.489.148M24.578 28.944h-.068a.93.93 0 0 1-.668-.377 1.1 1.1 0 0 1 .1-1.419l4.658-4.553-4.638-4.239a1.1 1.1 0 0 1-.141-1.416.94.94 0 0 1 .661-.4.9.9 0 0 1 .709.237l5.47 5a1.1 1.1 0 0 1 .144 1.416 1 1 0 0 1-.142.163l-5.447 5.324a.92.92 0 0 1-.638.264M16.423 28.947a.91.91 0 0 1-.639-.267l-5.452-5.327a1 1 0 0 1-.132-.153 1.094 1.094 0 0 1 .141-1.414l5.471-5a.88.88 0 0 1 .7-.238.94.94 0 0 1 .665.4 1.1 1.1 0 0 1-.14 1.417L12.4 22.6l4.659 4.551a1.09 1.09 0 0 1 .1 1.419.93.93 0 0 1-.669.377Z" style="fill:#06cc14"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#2a8243"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#2a8243"/><path d="M19.146 30.989a1 1 0 0 1-.207-.025 1.04 1.04 0 0 1-.726-1.213l2.709-14.431a1.04 1.04 0 0 1 .444-.683.9.9 0 0 1 .7-.122 1.043 1.043 0 0 1 .727 1.213L20.077 30.16a1.03 1.03 0 0 1-.442.681.9.9 0 0 1-.489.148M24.578 28.944h-.068a.93.93 0 0 1-.668-.377 1.1 1.1 0 0 1 .1-1.419l4.658-4.553-4.638-4.239a1.1 1.1 0 0 1-.141-1.416.94.94 0 0 1 .661-.4.9.9 0 0 1 .709.237l5.47 5a1.1 1.1 0 0 1 .144 1.416 1 1 0 0 1-.142.163l-5.447 5.324a.92.92 0 0 1-.638.264M16.423 28.947a.91.91 0 0 1-.639-.267l-5.452-5.327a1 1 0 0 1-.132-.153 1.094 1.094 0 0 1 .141-1.414l5.471-5a.88.88 0 0 1 .7-.238.94.94 0 0 1 .665.4 1.1 1.1 0 0 1-.14 1.417L12.4 22.6l4.659 4.551a1.09 1.09 0 0 1 .1 1.419.93.93 0 0 1-.669.377Z" style="fill:#06cc14"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#55bcaf"/><path d="M30.338 16.364c-.006 2.381-.018 4.762 0 7.143a3.8 3.8 0 0 1-.728 2.293 11 11 0 0 1-2.652 2.522 24 24 0 0 1-3.32 1.97.26.26 0 0 1-.259.013 20.1 20.1 0 0 1-4.944-3.3 6 6 0 0 1-1.61-2.266 2.8 2.8 0 0 1-.163-.95v-7.436a.24.24 0 0 1 .194-.267q3.24-1.2 6.475-2.418a.42.42 0 0 1 .326 0q3.237 1.214 6.477 2.415a.253.253 0 0 1 .204.281" style="fill:#13645d"/><path d="M30.843 15.716q-3.606-1.336-7.207-2.687a.36.36 0 0 0-.274 0q-3.592 1.346-7.188 2.681a.227.227 0 0 0-.172.261v7.748a3.5 3.5 0 0 0 .235 1.275 6.74 6.74 0 0 0 1.773 2.483 20.6 20.6 0 0 0 5.373 3.5.28.28 0 0 0 .266-.021 23.6 23.6 0 0 0 2.985-1.656 13.3 13.3 0 0 0 3.229-2.782A4.5 4.5 0 0 0 31 23.675v-7.727a.2.2 0 0 0-.157-.232m-1.524 9.9a10.5 10.5 0 0 1-2.526 2.4 22.6 22.6 0 0 1-3.161 1.876.25.25 0 0 1-.248.013 19.2 19.2 0 0 1-4.708-3.139 5.7 5.7 0 0 1-1.533-2.158 2.6 2.6 0 0 1-.156-.905v-7.084a.23.23 0 0 1 .185-.255q3.087-1.145 6.167-2.3a.4.4 0 0 1 .311 0q3.081 1.155 6.168 2.3a.24.24 0 0 1 .193.269c-.006 2.267-.016 4.535 0 6.8a3.62 3.62 0 0 1-.692 2.181Z" style="fill:#004d40"/><path d="M24.642 18a2.6 2.6 0 0 0-.2.938c0 .036-.038.077-.068.108a.641.641 0 0 0 .56 1.079 2.3 2.3 0 0 1 1.466-3.4 2.35 2.35 0 0 1 2.887 1.817 2.27 2.27 0 0 1-1.653 2.612l-.075-.383a1.89 1.89 0 0 0 1.057-2.809 1.97 1.97 0 0 0-2.745-.561 1.84 1.84 0 0 0-.548 2.53.61.61 0 0 0-.038-.915.18.18 0 0 1-.076-.182l.079-.451.042-.014c.114.12.237.232.34.36a2.223 2.223 0 0 1-2.837 3.291.15.15 0 0 0-.187 0A.253.253 0 0 1 22.3 22a1 1 0 0 0-.077-.049.222.222 0 0 0-.343.112c-.052.137-.1.275-.155.412a.18.18 0 0 1-.25.119q-.256-.09-.513-.176a.335.335 0 0 0-.356.218q-.021.139-.044.278c-.019.135-.091.187-.234.184a1 1 0 0 0-.256.022c-.147.036-.189.167-.23.287-.066.191-.176.224-.353.21a.5.5 0 0 0-.226.049c-.125.058-.239.137-.363.2a.22.22 0 0 1-.148.015c-.3-.09-.595-.187-.892-.282-.169-.054-.206-.106-.176-.274.04-.229.086-.457.128-.686a.43.43 0 0 1 .229-.307q1.764-.993 3.525-1.989a.16.16 0 0 0 .1-.175 2.23 2.23 0 0 1 2.859-2.216c.033.012.075.028.117.048m-2.825 2.9-.116.062-1.16.657L18.46 22.8c-.116.065-.132.111-.08.206.063.112.113.125.234.057L21 21.715l.955-.539Z" style="fill:#fff"/><path d="M23.23 22.474a2.59 2.59 0 0 0 2.464-.62 2.44 2.44 0 0 0 .739-2.344 2.19 2.19 0 0 1-.975 3.994.6.6 0 0 1-.127.01.29.29 0 0 0-.327.18c-.018.042-.1.069-.159.084a.7.7 0 0 1-.173 0 .22.22 0 0 0-.249.282q.036.2.07.4c.025.148-.028.219-.176.245l-.512.092a.34.34 0 0 0-.2.351l.112.283c.049.123.015.2-.1.265a1 1 0 0 0-.224.162c-.125.125-.05.278-.036.419a.2.2 0 0 1-.119.231.55.55 0 0 0-.334.333.56.56 0 0 1-.517.368 6 6 0 0 0-.645.131c-.192.041-.249.01-.314-.17-.074-.2-.143-.412-.221-.616a.43.43 0 0 1 .039-.407c.673-1.139 1.341-2.28 2.014-3.418.04-.087.082-.16-.03-.255m.552.589-.018.014q-.972 1.648-1.943 3.3a.122.122 0 0 0 .05.19c.111.067.166.051.239-.073l1.867-3.174q.024-.043.049-.09Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z" style="fill:#7cd8cf"/><path d="M30.338 16.364c-.006 2.381-.018 4.762 0 7.143a3.8 3.8 0 0 1-.728 2.293 11 11 0 0 1-2.652 2.522 24 24 0 0 1-3.32 1.97.26.26 0 0 1-.259.013 20.1 20.1 0 0 1-4.944-3.3 6 6 0 0 1-1.61-2.266 2.8 2.8 0 0 1-.163-.95v-7.436a.24.24 0 0 1 .194-.267q3.24-1.2 6.475-2.418a.42.42 0 0 1 .326 0q3.237 1.214 6.477 2.415a.253.253 0 0 1 .204.281" style="fill:#13645d"/><path d="M30.843 15.716q-3.606-1.336-7.207-2.687a.36.36 0 0 0-.274 0q-3.592 1.346-7.188 2.681a.227.227 0 0 0-.172.261v7.748a3.5 3.5 0 0 0 .235 1.275 6.74 6.74 0 0 0 1.773 2.483 20.6 20.6 0 0 0 5.373 3.5.28.28 0 0 0 .266-.021 23.6 23.6 0 0 0 2.985-1.656 13.3 13.3 0 0 0 3.229-2.782A4.5 4.5 0 0 0 31 23.675v-7.727a.2.2 0 0 0-.157-.232m-1.524 9.9a10.5 10.5 0 0 1-2.526 2.4 22.6 22.6 0 0 1-3.161 1.876.25.25 0 0 1-.248.013 19.2 19.2 0 0 1-4.708-3.139 5.7 5.7 0 0 1-1.533-2.158 2.6 2.6 0 0 1-.156-.905v-7.084a.23.23 0 0 1 .185-.255q3.087-1.145 6.167-2.3a.4.4 0 0 1 .311 0q3.081 1.155 6.168 2.3a.24.24 0 0 1 .193.269c-.006 2.267-.016 4.535 0 6.8a3.62 3.62 0 0 1-.692 2.181Z" style="fill:#004d40"/><path d="M24.642 18a2.6 2.6 0 0 0-.2.938c0 .036-.038.077-.068.108a.641.641 0 0 0 .56 1.079 2.3 2.3 0 0 1 1.466-3.4 2.35 2.35 0 0 1 2.887 1.817 2.27 2.27 0 0 1-1.653 2.612l-.075-.383a1.89 1.89 0 0 0 1.057-2.809 1.97 1.97 0 0 0-2.745-.561 1.84 1.84 0 0 0-.548 2.53.61.61 0 0 0-.038-.915.18.18 0 0 1-.076-.182l.079-.451.042-.014c.114.12.237.232.34.36a2.223 2.223 0 0 1-2.837 3.291.15.15 0 0 0-.187 0A.253.253 0 0 1 22.3 22a1 1 0 0 0-.077-.049.222.222 0 0 0-.343.112c-.052.137-.1.275-.155.412a.18.18 0 0 1-.25.119q-.256-.09-.513-.176a.335.335 0 0 0-.356.218q-.021.139-.044.278c-.019.135-.091.187-.234.184a1 1 0 0 0-.256.022c-.147.036-.189.167-.23.287-.066.191-.176.224-.353.21a.5.5 0 0 0-.226.049c-.125.058-.239.137-.363.2a.22.22 0 0 1-.148.015c-.3-.09-.595-.187-.892-.282-.169-.054-.206-.106-.176-.274.04-.229.086-.457.128-.686a.43.43 0 0 1 .229-.307q1.764-.993 3.525-1.989a.16.16 0 0 0 .1-.175 2.23 2.23 0 0 1 2.859-2.216c.033.012.075.028.117.048m-2.825 2.9-.116.062-1.16.657L18.46 22.8c-.116.065-.132.111-.08.206.063.112.113.125.234.057L21 21.715l.955-.539Z" style="fill:#fff"/><path d="M23.23 22.474a2.59 2.59 0 0 0 2.464-.62 2.44 2.44 0 0 0 .739-2.344 2.19 2.19 0 0 1-.975 3.994.6.6 0 0 1-.127.01.29.29 0 0 0-.327.18c-.018.042-.1.069-.159.084a.7.7 0 0 1-.173 0 .22.22 0 0 0-.249.282q.036.2.07.4c.025.148-.028.219-.176.245l-.512.092a.34.34 0 0 0-.2.351l.112.283c.049.123.015.2-.1.265a1 1 0 0 0-.224.162c-.125.125-.05.278-.036.419a.2.2 0 0 1-.119.231.55.55 0 0 0-.334.333.56.56 0 0 1-.517.368 6 6 0 0 0-.645.131c-.192.041-.249.01-.314-.17-.074-.2-.143-.412-.221-.616a.43.43 0 0 1 .039-.407c.673-1.139 1.341-2.28 2.014-3.418.04-.087.082-.16-.03-.255m.552.589-.018.014q-.972 1.648-1.943 3.3a.122.122 0 0 0 .05.19c.111.067.166.051.239-.073l1.867-3.174q.024-.043.049-.09Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z" style="fill:#bc557d"/><path d="m26.817 13.461.093-2.267 1.921-.12.086 2.307a.15.15 0 0 1-.033.1.146.146 0 0 1-.208.024l-.741-.586-.878.668a.15.15 0 0 1-.21-.027.14.14 0 0 1-.03-.099" style="fill:#fff"/><path d="m26.91 11.194-.093 2.267a.15.15 0 0 0 .03.1.15.15 0 0 0 .209.03l.877-.668.742.586a.147.147 0 0 0 .209-.017.16.16 0 0 0 .033-.1l-.092-2.307L29.937 11a1 1 0 0 1 1.063.944v18.05A1 1 0 0 1 30 31h-.047l-13.378-.6a1 1 0 0 1-.957-.968L15 12.923a1 1 0 0 1 .939-1.041l10.97-.688Z" style="fill:#ff4785"/><path d="M24.358 18.54c0 .391 2.627.2 2.98-.071 0-2.664-1.425-4.064-4.035-4.064s-4.071 1.421-4.071 3.554c0 3.713 5 3.785 5 5.81a.8.8 0 0 1-.681.906.8.8 0 0 1-.207 0c-.8 0-1.111-.408-1.074-1.794 0-.3-3.036-.4-3.127 0-.236 3.357 1.85 4.328 4.236 4.328 2.313 0 4.127-1.237 4.127-3.476 0-3.981-5.071-3.873-5.071-5.846a.84.84 0 0 1 .759-.911.8.8 0 0 1 .185 0c.368.006 1.035.071.979 1.564" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.9 6h-9.7l-2 4H5v4H.3l3.8 13H30V6Zm-6.6 2H28l.1 2h-7.8Zm4.6 6H7v-2h21v9.184Z" style="fill:#db7b96"/><path d="m26.817 13.461.093-2.267 1.921-.12.086 2.307a.15.15 0 0 1-.033.1.146.146 0 0 1-.208.024l-.741-.586-.878.668a.15.15 0 0 1-.21-.027.14.14 0 0 1-.03-.099" style="fill:#fff"/><path d="m26.91 11.194-.093 2.267a.15.15 0 0 0 .03.1.15.15 0 0 0 .209.03l.877-.668.742.586a.147.147 0 0 0 .209-.017.16.16 0 0 0 .033-.1l-.092-2.307L29.937 11a1 1 0 0 1 1.063.944v18.05A1 1 0 0 1 30 31h-.047l-13.378-.6a1 1 0 0 1-.957-.968L15 12.923a1 1 0 0 1 .939-1.041l10.97-.688Z" style="fill:#ff4785"/><path d="M24.358 18.54c0 .391 2.627.2 2.98-.071 0-2.664-1.425-4.064-4.035-4.064s-4.071 1.421-4.071 3.554c0 3.713 5 3.785 5 5.81a.8.8 0 0 1-.681.906.8.8 0 0 1-.207 0c-.8 0-1.111-.408-1.074-1.794 0-.3-3.036-.4-3.127 0-.236 3.357 1.85 4.328 4.236 4.328 2.313 0 4.127-1.237 4.127-3.476 0-3.981-5.071-3.873-5.071-5.846a.84.84 0 0 1 .759-.911.8.8 0 0 1 .185 0c.368.006 1.035.071.979 1.564" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#5590bc"/><path d="M14.167 28.901 12.482 10h18.516l-1.686 18.898L21.729 31z" style="fill:#1572b6"/><path d="m21.74 29.393 6.127-1.699 1.442-16.149H21.74z" style="fill:#33a9dc"/><path d="M15.25 19.535c1.691 0 1.929-.685 1.929-1.3a7.7 7.7 0 0 0-.192-1.475 7.7 7.7 0 0 1-.187-1.46c0-1.616 1.429-2.3 3.453-2.3h.5v.967h-.428c-1.406 0-1.881.562-1.881 1.51a5.7 5.7 0 0 0 .167 1.247 6 6 0 0 1 .167 1.334c.023 1.124-.644 1.686-1.716 1.9v.034a1.8 1.8 0 0 1 1.716 1.915 6 6 0 0 1-.167 1.334 5.8 5.8 0 0 0-.167 1.266c0 .983.547 1.528 1.881 1.528h.428V27h-.5c-1.976 0-3.453-.632-3.453-2.406a7.5 7.5 0 0 1 .19-1.44 7 7 0 0 0 .192-1.423c0-.545-.238-1.3-1.929-1.3Z" style="fill:#ebebeb"/><path d="M28.25 20.43c-1.691 0-1.929.755-1.929 1.3a7.3 7.3 0 0 0 .19 1.423 7.3 7.3 0 0 1 .192 1.44C26.7 26.366 25.2 27 23.25 27h-.5v-.967h.405c1.334-.017 1.9-.545 1.9-1.527a8 8 0 0 0-.167-1.266 6 6 0 0 1-.19-1.334 1.834 1.834 0 0 1 1.714-1.915v-.034a1.83 1.83 0 0 1-1.714-1.9 6 6 0 0 1 .19-1.334 8 8 0 0 0 .167-1.247c0-.948-.5-1.493-1.881-1.51h-.424V13h.477c2.024 0 3.476.685 3.476 2.3a7.5 7.5 0 0 1-.192 1.459 8 8 0 0 0-.19 1.475c0 .615.238 1.3 1.929 1.3Z" style="fill:#fff"/></svg>