material-icon-theme 5.4.2 → 5.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (588) hide show
  1. package/README.md +50 -208
  2. package/dist/material-icons.json +232 -34
  3. package/dist/module/index.cjs +1 -0
  4. package/dist/types/core/generator/clones/clonesGenerator.d.ts +18 -0
  5. package/dist/types/core/generator/clones/clonesGenerator.d.ts.map +1 -0
  6. package/dist/types/core/generator/clones/utils/cloneData.d.ts +38 -0
  7. package/dist/types/core/generator/clones/utils/cloneData.d.ts.map +1 -0
  8. package/dist/types/core/generator/clones/utils/cloning.d.ts +20 -0
  9. package/dist/types/core/generator/clones/utils/cloning.d.ts.map +1 -0
  10. package/dist/types/core/generator/clones/utils/color/colors.d.ts +18 -0
  11. package/dist/types/core/generator/clones/utils/color/colors.d.ts.map +1 -0
  12. package/dist/types/core/generator/clones/utils/color/materialPalette.d.ts +269 -0
  13. package/dist/types/core/generator/clones/utils/color/materialPalette.d.ts.map +1 -0
  14. package/dist/types/core/generator/config/defaultConfig.d.ts +14 -0
  15. package/dist/types/core/generator/config/defaultConfig.d.ts.map +1 -0
  16. package/dist/types/core/generator/constants.d.ts +37 -0
  17. package/dist/types/core/generator/constants.d.ts.map +1 -0
  18. package/dist/types/core/generator/fileGenerator.d.ts +9 -0
  19. package/dist/types/core/generator/fileGenerator.d.ts.map +1 -0
  20. package/dist/types/core/generator/folderGenerator.d.ts +9 -0
  21. package/dist/types/core/generator/folderGenerator.d.ts.map +1 -0
  22. package/dist/types/core/generator/iconOpacity.d.ts +13 -0
  23. package/dist/types/core/generator/iconOpacity.d.ts.map +1 -0
  24. package/dist/types/core/generator/iconSaturation.d.ts +14 -0
  25. package/dist/types/core/generator/iconSaturation.d.ts.map +1 -0
  26. package/dist/types/core/generator/jsonGenerator.d.ts +31 -0
  27. package/dist/types/core/generator/jsonGenerator.d.ts.map +1 -0
  28. package/dist/types/core/generator/languageGenerator.d.ts +8 -0
  29. package/dist/types/core/generator/languageGenerator.d.ts.map +1 -0
  30. package/dist/types/core/generator/shared/svg.d.ts +4 -0
  31. package/dist/types/core/generator/shared/svg.d.ts.map +1 -0
  32. package/dist/types/core/generator/shared/validation.d.ts +6 -0
  33. package/dist/types/core/generator/shared/validation.d.ts.map +1 -0
  34. package/dist/types/core/helpers/configHash.d.ts +7 -0
  35. package/dist/types/core/helpers/configHash.d.ts.map +1 -0
  36. package/dist/types/core/helpers/customIconPaths.d.ts +2 -0
  37. package/dist/types/core/helpers/customIconPaths.d.ts.map +1 -0
  38. package/dist/types/core/helpers/iconPacks.d.ts +4 -0
  39. package/dist/types/core/helpers/iconPacks.d.ts.map +1 -0
  40. package/dist/types/core/helpers/object.d.ts +24 -0
  41. package/dist/types/core/helpers/object.d.ts.map +1 -0
  42. package/dist/types/core/helpers/resolvePath.d.ts +2 -0
  43. package/dist/types/core/helpers/resolvePath.d.ts.map +1 -0
  44. package/dist/types/core/helpers/titlecase.d.ts +5 -0
  45. package/dist/types/core/helpers/titlecase.d.ts.map +1 -0
  46. package/dist/types/core/i18n/translate.d.ts +22 -0
  47. package/dist/types/core/i18n/translate.d.ts.map +1 -0
  48. package/dist/types/core/i18n/translations/lang-cs.d.ts +3 -0
  49. package/dist/types/core/i18n/translations/lang-cs.d.ts.map +1 -0
  50. package/dist/types/core/i18n/translations/lang-de.d.ts +3 -0
  51. package/dist/types/core/i18n/translations/lang-de.d.ts.map +1 -0
  52. package/dist/types/core/i18n/translations/lang-en.d.ts +3 -0
  53. package/dist/types/core/i18n/translations/lang-en.d.ts.map +1 -0
  54. package/dist/types/core/i18n/translations/lang-es.d.ts +3 -0
  55. package/dist/types/core/i18n/translations/lang-es.d.ts.map +1 -0
  56. package/dist/types/core/i18n/translations/lang-fr.d.ts +3 -0
  57. package/dist/types/core/i18n/translations/lang-fr.d.ts.map +1 -0
  58. package/dist/types/core/i18n/translations/lang-ja.d.ts +3 -0
  59. package/dist/types/core/i18n/translations/lang-ja.d.ts.map +1 -0
  60. package/dist/types/core/i18n/translations/lang-ko.d.ts +3 -0
  61. package/dist/types/core/i18n/translations/lang-ko.d.ts.map +1 -0
  62. package/dist/types/core/i18n/translations/lang-nl.d.ts +3 -0
  63. package/dist/types/core/i18n/translations/lang-nl.d.ts.map +1 -0
  64. package/dist/types/core/i18n/translations/lang-pl.d.ts +3 -0
  65. package/dist/types/core/i18n/translations/lang-pl.d.ts.map +1 -0
  66. package/dist/types/core/i18n/translations/lang-pt-br.d.ts +3 -0
  67. package/dist/types/core/i18n/translations/lang-pt-br.d.ts.map +1 -0
  68. package/dist/types/core/i18n/translations/lang-pt-pt.d.ts +3 -0
  69. package/dist/types/core/i18n/translations/lang-pt-pt.d.ts.map +1 -0
  70. package/dist/types/core/i18n/translations/lang-ru.d.ts +3 -0
  71. package/dist/types/core/i18n/translations/lang-ru.d.ts.map +1 -0
  72. package/dist/types/core/i18n/translations/lang-uk.d.ts +3 -0
  73. package/dist/types/core/i18n/translations/lang-uk.d.ts.map +1 -0
  74. package/dist/types/core/i18n/translations/lang-zh-cn.d.ts +3 -0
  75. package/dist/types/core/i18n/translations/lang-zh-cn.d.ts.map +1 -0
  76. package/dist/types/core/i18n/translations/lang-zh-tw.d.ts +3 -0
  77. package/dist/types/core/i18n/translations/lang-zh-tw.d.ts.map +1 -0
  78. package/dist/types/core/icons/fileIcons.d.ts +6 -0
  79. package/dist/types/core/icons/fileIcons.d.ts.map +1 -0
  80. package/dist/types/core/icons/folderIcons.d.ts +6 -0
  81. package/dist/types/core/icons/folderIcons.d.ts.map +1 -0
  82. package/dist/types/core/icons/languageIcons.d.ts +6 -0
  83. package/dist/types/core/icons/languageIcons.d.ts.map +1 -0
  84. package/dist/types/core/index.d.ts +30 -0
  85. package/dist/types/core/index.d.ts.map +1 -0
  86. package/dist/types/core/models/i18n/translation.d.ts +44 -0
  87. package/dist/types/core/models/i18n/translation.d.ts.map +1 -0
  88. package/dist/types/core/models/icons/cloneOptions.d.ts +6 -0
  89. package/dist/types/core/models/icons/cloneOptions.d.ts.map +1 -0
  90. package/dist/types/core/models/icons/config.d.ts +39 -0
  91. package/dist/types/core/models/icons/config.d.ts.map +1 -0
  92. package/dist/types/core/models/icons/defaultIcon.d.ts +15 -0
  93. package/dist/types/core/models/icons/defaultIcon.d.ts.map +1 -0
  94. package/dist/types/core/models/icons/files/fileIcon.d.ts +50 -0
  95. package/dist/types/core/models/icons/files/fileIcon.d.ts.map +1 -0
  96. package/dist/types/core/models/icons/files/fileTypes.d.ts +13 -0
  97. package/dist/types/core/models/icons/files/fileTypes.d.ts.map +1 -0
  98. package/dist/types/core/models/icons/folders/folderIcon.d.ts +34 -0
  99. package/dist/types/core/models/icons/folders/folderIcon.d.ts.map +1 -0
  100. package/dist/types/core/models/icons/folders/folderTheme.d.ts +22 -0
  101. package/dist/types/core/models/icons/folders/folderTheme.d.ts.map +1 -0
  102. package/dist/types/core/models/icons/iconPack.d.ts +15 -0
  103. package/dist/types/core/models/icons/iconPack.d.ts.map +1 -0
  104. package/dist/types/core/models/icons/languages/languageIdentifier.d.ts +24 -0
  105. package/dist/types/core/models/icons/languages/languageIdentifier.d.ts.map +1 -0
  106. package/dist/types/core/models/icons/patterns/patterns.d.ts +16 -0
  107. package/dist/types/core/models/icons/patterns/patterns.d.ts.map +1 -0
  108. package/dist/types/core/models/manifest.d.ts +20 -0
  109. package/dist/types/core/models/manifest.d.ts.map +1 -0
  110. package/dist/types/core/patterns/patterns.d.ts +11 -0
  111. package/dist/types/core/patterns/patterns.d.ts.map +1 -0
  112. package/dist/types/core/types/recursivePartial.d.ts +4 -0
  113. package/dist/types/core/types/recursivePartial.d.ts.map +1 -0
  114. package/dist/types/core/types/requiredAtLeastOne.d.ts +4 -0
  115. package/dist/types/core/types/requiredAtLeastOne.d.ts.map +1 -0
  116. package/dist/types/module/index.d.ts +2 -0
  117. package/dist/types/module/index.d.ts.map +1 -0
  118. package/icons/amplify.svg +1 -0
  119. package/icons/appveyor.svg +1 -1
  120. package/icons/arduino.svg +1 -1
  121. package/icons/astro-config.svg +1 -0
  122. package/icons/astro.svg +1 -1
  123. package/icons/aurelia.svg +1 -1
  124. package/icons/auto.svg +1 -1
  125. package/icons/auto_light.svg +1 -1
  126. package/icons/bazel.svg +1 -1
  127. package/icons/bicep.svg +1 -1
  128. package/icons/bitbucket.svg +1 -1
  129. package/icons/bithound.svg +1 -1
  130. package/icons/blink.svg +1 -1
  131. package/icons/blink_light.svg +1 -1
  132. package/icons/blitz.svg +1 -1
  133. package/icons/bower.svg +1 -1
  134. package/icons/buildkite.svg +1 -1
  135. package/icons/bun.svg +1 -1
  136. package/icons/bun_light.svg +1 -1
  137. package/icons/cabal.svg +1 -1
  138. package/icons/caddy.svg +1 -1
  139. package/icons/cairo.svg +1 -0
  140. package/icons/changelog.svg +1 -1
  141. package/icons/code-climate.svg +1 -1
  142. package/icons/code-climate_light.svg +1 -1
  143. package/icons/codecov.svg +1 -1
  144. package/icons/concourse.svg +1 -1
  145. package/icons/crystal.svg +1 -1
  146. package/icons/crystal_light.svg +1 -1
  147. package/icons/cucumber.svg +1 -1
  148. package/icons/cuda.svg +1 -1
  149. package/icons/cypress.svg +1 -1
  150. package/icons/dart.svg +1 -1
  151. package/icons/deno.svg +1 -1
  152. package/icons/deno_light.svg +1 -1
  153. package/icons/diff.svg +1 -1
  154. package/icons/dinophp.svg +1 -1
  155. package/icons/docker.svg +1 -1
  156. package/icons/document.svg +1 -1
  157. package/icons/dune.svg +1 -1
  158. package/icons/editorconfig.svg +1 -1
  159. package/icons/ejs.svg +1 -1
  160. package/icons/elm.svg +1 -1
  161. package/icons/email.svg +1 -1
  162. package/icons/fastlane.svg +1 -1
  163. package/icons/flash.svg +1 -1
  164. package/icons/flow.svg +1 -1
  165. package/icons/folder-admin-open.svg +1 -1
  166. package/icons/folder-admin.svg +1 -1
  167. package/icons/folder-android-open.svg +1 -1
  168. package/icons/folder-android.svg +1 -1
  169. package/icons/folder-angular-open.svg +1 -1
  170. package/icons/folder-angular.svg +1 -1
  171. package/icons/folder-ansible-open.svg +1 -1
  172. package/icons/folder-ansible.svg +1 -1
  173. package/icons/folder-api-open.svg +1 -1
  174. package/icons/folder-api.svg +1 -1
  175. package/icons/folder-astro-open.svg +1 -0
  176. package/icons/folder-astro.svg +1 -0
  177. package/icons/folder-audio-open.svg +1 -1
  178. package/icons/folder-audio.svg +1 -1
  179. package/icons/folder-aurelia-open.svg +1 -1
  180. package/icons/folder-aurelia.svg +1 -1
  181. package/icons/folder-aws.svg +1 -1
  182. package/icons/folder-batch-open.svg +1 -1
  183. package/icons/folder-batch.svg +1 -1
  184. package/icons/folder-benchmark-open.svg +1 -1
  185. package/icons/folder-benchmark.svg +1 -1
  186. package/icons/folder-bicep-open.svg +1 -0
  187. package/icons/folder-bicep.svg +1 -0
  188. package/icons/folder-bower-open.svg +1 -1
  189. package/icons/folder-bower.svg +1 -1
  190. package/icons/folder-buildkite-open.svg +1 -1
  191. package/icons/folder-buildkite.svg +1 -1
  192. package/icons/folder-cart-open.svg +1 -1
  193. package/icons/folder-cart.svg +1 -1
  194. package/icons/folder-ci-open.svg +1 -1
  195. package/icons/folder-ci.svg +1 -1
  196. package/icons/folder-class-open.svg +1 -1
  197. package/icons/folder-class.svg +1 -1
  198. package/icons/folder-client-open.svg +1 -1
  199. package/icons/folder-client.svg +1 -1
  200. package/icons/folder-cloudflare-open.svg +1 -1
  201. package/icons/folder-cloudflare.svg +1 -1
  202. package/icons/folder-cluster-open.svg +1 -1
  203. package/icons/folder-cobol-open.svg +1 -1
  204. package/icons/folder-cobol.svg +1 -1
  205. package/icons/folder-command-open.svg +1 -1
  206. package/icons/folder-command.svg +1 -1
  207. package/icons/folder-config-open.svg +1 -1
  208. package/icons/folder-config.svg +1 -1
  209. package/icons/folder-connection-open.svg +1 -1
  210. package/icons/folder-connection.svg +1 -1
  211. package/icons/folder-constant-open.svg +1 -1
  212. package/icons/folder-content-open.svg +1 -1
  213. package/icons/folder-content.svg +1 -1
  214. package/icons/folder-contract-open.svg +1 -1
  215. package/icons/folder-contract.svg +1 -1
  216. package/icons/folder-controller.svg +1 -1
  217. package/icons/folder-core-open.svg +1 -1
  218. package/icons/folder-core.svg +1 -1
  219. package/icons/folder-coverage-open.svg +1 -1
  220. package/icons/folder-coverage.svg +1 -1
  221. package/icons/folder-custom-open.svg +1 -1
  222. package/icons/folder-custom.svg +1 -1
  223. package/icons/folder-database-open.svg +1 -1
  224. package/icons/folder-database.svg +1 -1
  225. package/icons/folder-debug-open.svg +1 -1
  226. package/icons/folder-debug.svg +1 -1
  227. package/icons/folder-delta-open.svg +1 -1
  228. package/icons/folder-desktop-open.svg +1 -1
  229. package/icons/folder-desktop.svg +1 -1
  230. package/icons/folder-dist-open.svg +1 -1
  231. package/icons/folder-dist.svg +1 -1
  232. package/icons/folder-docker-open.svg +1 -1
  233. package/icons/folder-docker.svg +1 -1
  234. package/icons/folder-download-open.svg +1 -1
  235. package/icons/folder-download.svg +1 -1
  236. package/icons/folder-dump-open.svg +1 -1
  237. package/icons/folder-dump.svg +1 -1
  238. package/icons/folder-enum-open.svg +1 -1
  239. package/icons/folder-enum.svg +1 -1
  240. package/icons/folder-environment-open.svg +1 -1
  241. package/icons/folder-environment.svg +1 -1
  242. package/icons/folder-error-open.svg +1 -1
  243. package/icons/folder-error.svg +1 -1
  244. package/icons/folder-event-open.svg +1 -1
  245. package/icons/folder-event.svg +1 -1
  246. package/icons/folder-expo-open.svg +1 -1
  247. package/icons/folder-expo.svg +1 -1
  248. package/icons/folder-export-open.svg +1 -1
  249. package/icons/folder-export.svg +1 -1
  250. package/icons/folder-firebase-open.svg +1 -1
  251. package/icons/folder-firebase.svg +1 -1
  252. package/icons/folder-flow-open.svg +1 -1
  253. package/icons/folder-flow.svg +1 -1
  254. package/icons/folder-font-open.svg +1 -1
  255. package/icons/folder-font.svg +1 -1
  256. package/icons/folder-functions-open.svg +1 -1
  257. package/icons/folder-functions.svg +1 -1
  258. package/icons/folder-gamemaker-open.svg +1 -1
  259. package/icons/folder-gamemaker.svg +1 -1
  260. package/icons/folder-generator-open.svg +1 -1
  261. package/icons/folder-generator.svg +1 -1
  262. package/icons/folder-gitlab-open.svg +1 -1
  263. package/icons/folder-gradle-open.svg +1 -1
  264. package/icons/folder-gradle.svg +1 -1
  265. package/icons/folder-guard-open.svg +1 -1
  266. package/icons/folder-guard.svg +1 -1
  267. package/icons/folder-helm-open.svg +1 -0
  268. package/icons/folder-helm.svg +1 -0
  269. package/icons/folder-helper-open.svg +1 -1
  270. package/icons/folder-helper.svg +1 -1
  271. package/icons/folder-home-open.svg +1 -1
  272. package/icons/folder-home.svg +1 -1
  273. package/icons/folder-hook-open.svg +1 -1
  274. package/icons/folder-hook.svg +1 -1
  275. package/icons/folder-husky-open.svg +1 -1
  276. package/icons/folder-husky.svg +1 -1
  277. package/icons/folder-import-open.svg +1 -1
  278. package/icons/folder-import.svg +1 -1
  279. package/icons/folder-include-open.svg +1 -1
  280. package/icons/folder-include.svg +1 -1
  281. package/icons/folder-interface-open.svg +1 -1
  282. package/icons/folder-interface.svg +1 -1
  283. package/icons/folder-ios-open.svg +1 -1
  284. package/icons/folder-ios.svg +1 -1
  285. package/icons/folder-java-open.svg +1 -1
  286. package/icons/folder-java.svg +1 -1
  287. package/icons/folder-jinja-open.svg +1 -1
  288. package/icons/folder-jinja-open_light.svg +1 -1
  289. package/icons/folder-jinja.svg +1 -1
  290. package/icons/folder-jinja_light.svg +1 -1
  291. package/icons/folder-job-open.svg +1 -1
  292. package/icons/folder-job.svg +1 -1
  293. package/icons/folder-json-open.svg +1 -1
  294. package/icons/folder-json.svg +1 -1
  295. package/icons/folder-jupyter-open.svg +1 -0
  296. package/icons/folder-jupyter.svg +1 -0
  297. package/icons/folder-keys-open.svg +1 -1
  298. package/icons/folder-keys.svg +1 -1
  299. package/icons/folder-kubernetes-open.svg +1 -1
  300. package/icons/folder-kubernetes.svg +1 -1
  301. package/icons/folder-less-open.svg +1 -1
  302. package/icons/folder-less.svg +1 -1
  303. package/icons/folder-lib-open.svg +1 -1
  304. package/icons/folder-lib.svg +1 -1
  305. package/icons/folder-log-open.svg +1 -1
  306. package/icons/folder-log.svg +1 -1
  307. package/icons/folder-lottie-open.svg +1 -1
  308. package/icons/folder-lottie.svg +1 -1
  309. package/icons/folder-mail-open.svg +1 -1
  310. package/icons/folder-mail.svg +1 -1
  311. package/icons/folder-mappings-open.svg +1 -1
  312. package/icons/folder-mappings.svg +1 -1
  313. package/icons/folder-markdown-open.svg +1 -1
  314. package/icons/folder-markdown.svg +1 -1
  315. package/icons/folder-mercurial-open.svg +1 -1
  316. package/icons/folder-mercurial.svg +1 -1
  317. package/icons/folder-messages-open.svg +1 -1
  318. package/icons/folder-messages.svg +1 -1
  319. package/icons/folder-meta-open.svg +1 -1
  320. package/icons/folder-meta.svg +1 -1
  321. package/icons/folder-middleware-open.svg +1 -1
  322. package/icons/folder-middleware.svg +1 -1
  323. package/icons/folder-mobile-open.svg +1 -1
  324. package/icons/folder-mobile.svg +1 -1
  325. package/icons/folder-mock-open.svg +1 -1
  326. package/icons/folder-mock.svg +1 -1
  327. package/icons/folder-moon-open.svg +1 -1
  328. package/icons/folder-moon.svg +1 -1
  329. package/icons/folder-next-open.svg +1 -1
  330. package/icons/folder-next.svg +1 -1
  331. package/icons/folder-ngrx-actions-open.svg +1 -1
  332. package/icons/folder-ngrx-actions.svg +1 -1
  333. package/icons/folder-ngrx-effects-open.svg +1 -1
  334. package/icons/folder-ngrx-effects.svg +1 -1
  335. package/icons/folder-ngrx-entities-open.svg +1 -1
  336. package/icons/folder-ngrx-entities.svg +1 -1
  337. package/icons/folder-ngrx-reducer-open.svg +1 -1
  338. package/icons/folder-ngrx-reducer.svg +1 -1
  339. package/icons/folder-ngrx-selectors-open.svg +1 -1
  340. package/icons/folder-ngrx-selectors.svg +1 -1
  341. package/icons/folder-ngrx-state-open.svg +1 -1
  342. package/icons/folder-ngrx-state.svg +1 -1
  343. package/icons/folder-ngrx-store-open.svg +1 -1
  344. package/icons/folder-ngrx-store.svg +1 -1
  345. package/icons/folder-node-open.svg +1 -1
  346. package/icons/folder-node.svg +1 -1
  347. package/icons/folder-other-open.svg +1 -1
  348. package/icons/folder-other.svg +1 -1
  349. package/icons/folder-packages-open.svg +1 -1
  350. package/icons/folder-packages.svg +1 -1
  351. package/icons/folder-pdf-open.svg +1 -1
  352. package/icons/folder-pdf.svg +1 -1
  353. package/icons/folder-pdm-open.svg +1 -1
  354. package/icons/folder-pdm.svg +1 -1
  355. package/icons/folder-php-open.svg +1 -1
  356. package/icons/folder-php.svg +1 -1
  357. package/icons/folder-phpmailer-open.svg +1 -1
  358. package/icons/folder-phpmailer.svg +1 -1
  359. package/icons/folder-pipe-open.svg +1 -1
  360. package/icons/folder-pipe.svg +1 -1
  361. package/icons/folder-plastic-open.svg +1 -1
  362. package/icons/folder-plastic.svg +1 -1
  363. package/icons/folder-plugin-open.svg +1 -1
  364. package/icons/folder-plugin.svg +1 -1
  365. package/icons/folder-prisma-open.svg +1 -1
  366. package/icons/folder-prisma.svg +1 -1
  367. package/icons/folder-private-open.svg +1 -1
  368. package/icons/folder-private.svg +1 -1
  369. package/icons/folder-project-open.svg +1 -1
  370. package/icons/folder-project.svg +1 -1
  371. package/icons/folder-proto-open.svg +1 -1
  372. package/icons/folder-proto.svg +1 -1
  373. package/icons/folder-python-open.svg +1 -1
  374. package/icons/folder-python.svg +1 -1
  375. package/icons/folder-quasar-open.svg +1 -1
  376. package/icons/folder-quasar.svg +1 -1
  377. package/icons/folder-react-components-open.svg +1 -1
  378. package/icons/folder-react-components.svg +1 -1
  379. package/icons/folder-resolver-open.svg +1 -1
  380. package/icons/folder-resolver.svg +1 -1
  381. package/icons/folder-resource-open.svg +1 -1
  382. package/icons/folder-resource.svg +1 -1
  383. package/icons/folder-review-open.svg +1 -1
  384. package/icons/folder-review.svg +1 -1
  385. package/icons/folder-robot-open.svg +1 -1
  386. package/icons/folder-robot.svg +1 -1
  387. package/icons/folder-rules-open.svg +1 -1
  388. package/icons/folder-rules.svg +1 -1
  389. package/icons/folder-scala-open.svg +1 -1
  390. package/icons/folder-scala.svg +1 -1
  391. package/icons/folder-seeders-open.svg +1 -1
  392. package/icons/folder-seeders.svg +1 -1
  393. package/icons/folder-server-open.svg +1 -1
  394. package/icons/folder-server.svg +1 -1
  395. package/icons/folder-shared-open.svg +1 -1
  396. package/icons/folder-shared.svg +1 -1
  397. package/icons/folder-stack-open.svg +1 -1
  398. package/icons/folder-stack.svg +1 -1
  399. package/icons/folder-stencil-open.svg +1 -1
  400. package/icons/folder-stencil.svg +1 -1
  401. package/icons/folder-stylus-open.svg +1 -1
  402. package/icons/folder-stylus.svg +1 -1
  403. package/icons/folder-sublime-open.svg +1 -1
  404. package/icons/folder-sublime.svg +1 -1
  405. package/icons/folder-svelte-open.svg +1 -1
  406. package/icons/folder-svelte.svg +1 -1
  407. package/icons/folder-svg-open.svg +1 -1
  408. package/icons/folder-svg.svg +1 -1
  409. package/icons/folder-target-open.svg +1 -1
  410. package/icons/folder-target.svg +1 -1
  411. package/icons/folder-taskfile-open.svg +1 -1
  412. package/icons/folder-taskfile.svg +1 -1
  413. package/icons/folder-tasks-open.svg +1 -1
  414. package/icons/folder-tasks.svg +1 -1
  415. package/icons/folder-theme-open.svg +1 -1
  416. package/icons/folder-theme.svg +1 -1
  417. package/icons/folder-tools-open.svg +1 -1
  418. package/icons/folder-tools.svg +1 -1
  419. package/icons/folder-ui-open.svg +1 -0
  420. package/icons/folder-ui.svg +1 -0
  421. package/icons/folder-unity-open.svg +1 -1
  422. package/icons/folder-unity.svg +1 -1
  423. package/icons/folder-upload-open.svg +1 -1
  424. package/icons/folder-upload.svg +1 -1
  425. package/icons/folder-utils-open.svg +1 -1
  426. package/icons/folder-utils.svg +1 -1
  427. package/icons/folder-vercel-open.svg +1 -1
  428. package/icons/folder-vercel.svg +1 -1
  429. package/icons/folder-video-open.svg +1 -1
  430. package/icons/folder-video.svg +1 -1
  431. package/icons/folder-views-open.svg +1 -1
  432. package/icons/folder-views.svg +1 -1
  433. package/icons/folder-vm-open.svg +1 -1
  434. package/icons/folder-vm.svg +1 -1
  435. package/icons/folder-vscode-open.svg +1 -1
  436. package/icons/folder-vscode.svg +1 -1
  437. package/icons/folder-vue-directives-open.svg +1 -1
  438. package/icons/folder-vue-directives.svg +1 -1
  439. package/icons/folder-vue-open.svg +1 -1
  440. package/icons/folder-vue.svg +1 -1
  441. package/icons/folder-vuepress-open.svg +1 -1
  442. package/icons/folder-vuepress.svg +1 -1
  443. package/icons/folder-webpack-open.svg +1 -1
  444. package/icons/folder-webpack.svg +1 -1
  445. package/icons/folder-wordpress-open.svg +1 -1
  446. package/icons/folder-wordpress.svg +1 -1
  447. package/icons/fsharp.svg +1 -1
  448. package/icons/fusebox.svg +1 -1
  449. package/icons/gatsby.svg +1 -1
  450. package/icons/gitpod.svg +1 -1
  451. package/icons/gleam.svg +1 -1
  452. package/icons/go_gopher.svg +1 -1
  453. package/icons/grafana-alloy.svg +1 -0
  454. package/icons/graphcool.svg +1 -1
  455. package/icons/grunt.svg +1 -1
  456. package/icons/haxe.svg +1 -1
  457. package/icons/heroku.svg +1 -1
  458. package/icons/hjson.svg +1 -1
  459. package/icons/horusec.svg +1 -1
  460. package/icons/html.svg +1 -1
  461. package/icons/i18n.svg +1 -1
  462. package/icons/idris.svg +1 -1
  463. package/icons/image.svg +1 -1
  464. package/icons/imba.svg +1 -1
  465. package/icons/ionic.svg +1 -1
  466. package/icons/jenkins.svg +1 -1
  467. package/icons/julia.svg +1 -1
  468. package/icons/karma.svg +1 -1
  469. package/icons/kcl.svg +1 -0
  470. package/icons/knip.svg +1 -1
  471. package/icons/kusto.svg +1 -1
  472. package/icons/lib.svg +1 -1
  473. package/icons/lighthouse.svg +1 -1
  474. package/icons/livescript.svg +1 -1
  475. package/icons/log.svg +1 -1
  476. package/icons/mathematica.svg +1 -1
  477. package/icons/matlab.svg +1 -1
  478. package/icons/mercurial.svg +1 -1
  479. package/icons/mermaid.svg +1 -1
  480. package/icons/mint.svg +1 -1
  481. package/icons/mjml.svg +1 -1
  482. package/icons/nest-controller.clone.svg +1 -1
  483. package/icons/nest-decorator.clone.svg +1 -1
  484. package/icons/nest-filter.clone.svg +1 -1
  485. package/icons/nest-gateway.clone.svg +1 -1
  486. package/icons/nest-guard.clone.svg +1 -1
  487. package/icons/nest-middleware.clone.svg +1 -1
  488. package/icons/nest-module.clone.svg +1 -1
  489. package/icons/nest-pipe.clone.svg +1 -1
  490. package/icons/nest-resolver.clone.svg +1 -1
  491. package/icons/nest-service.clone.svg +1 -1
  492. package/icons/nest.svg +1 -1
  493. package/icons/netlify.svg +1 -1
  494. package/icons/netlify_light.svg +1 -1
  495. package/icons/nim.svg +1 -1
  496. package/icons/nix.svg +1 -1
  497. package/icons/npm.svg +1 -1
  498. package/icons/nx.svg +1 -1
  499. package/icons/ocaml.svg +1 -1
  500. package/icons/odin.svg +1 -1
  501. package/icons/opa.svg +1 -1
  502. package/icons/opam.svg +1 -1
  503. package/icons/panda.svg +1 -1
  504. package/icons/payload.svg +1 -1
  505. package/icons/payload_light.svg +1 -1
  506. package/icons/pdm.svg +1 -1
  507. package/icons/percy.svg +1 -1
  508. package/icons/php-cs-fixer.svg +1 -1
  509. package/icons/phpunit.svg +1 -1
  510. package/icons/pinejs.svg +1 -1
  511. package/icons/playwright.svg +1 -1
  512. package/icons/plop.svg +1 -1
  513. package/icons/posthtml.svg +1 -1
  514. package/icons/powerpoint.svg +1 -1
  515. package/icons/prettier.svg +1 -1
  516. package/icons/processing.svg +1 -1
  517. package/icons/protractor.svg +1 -1
  518. package/icons/pug.svg +1 -1
  519. package/icons/puppeteer.svg +1 -1
  520. package/icons/python.svg +1 -1
  521. package/icons/qwik.svg +1 -1
  522. package/icons/racket.svg +1 -1
  523. package/icons/readme.svg +1 -1
  524. package/icons/red.svg +1 -1
  525. package/icons/redux-action.svg +1 -1
  526. package/icons/redux-reducer.svg +1 -1
  527. package/icons/redux-selector.svg +1 -1
  528. package/icons/redux-store.svg +1 -1
  529. package/icons/restql.svg +1 -1
  530. package/icons/roblox.svg +1 -1
  531. package/icons/rspec.svg +1 -1
  532. package/icons/rubocop.svg +1 -1
  533. package/icons/rubocop_light.svg +1 -1
  534. package/icons/san.svg +1 -1
  535. package/icons/scala.svg +1 -1
  536. package/icons/semgrep.svg +1 -1
  537. package/icons/sentry.svg +1 -1
  538. package/icons/sequelize.svg +1 -1
  539. package/icons/settings.svg +1 -1
  540. package/icons/shader.svg +1 -1
  541. package/icons/silverstripe.svg +1 -1
  542. package/icons/smarty.svg +1 -1
  543. package/icons/sml.svg +1 -1
  544. package/icons/snyk.svg +1 -1
  545. package/icons/sonarcloud.svg +1 -1
  546. package/icons/spwn.svg +1 -1
  547. package/icons/stan.svg +1 -1
  548. package/icons/steadybit.svg +1 -1
  549. package/icons/stitches.svg +1 -1
  550. package/icons/stitches_light.svg +1 -1
  551. package/icons/storybook.svg +1 -1
  552. package/icons/stryker.svg +1 -1
  553. package/icons/stylable.svg +1 -1
  554. package/icons/stylelint.svg +1 -1
  555. package/icons/stylelint_light.svg +1 -1
  556. package/icons/stylus.svg +1 -1
  557. package/icons/sublime.svg +1 -1
  558. package/icons/swift.svg +1 -1
  559. package/icons/syncpack.svg +1 -1
  560. package/icons/tauri.svg +1 -1
  561. package/icons/test-js.svg +1 -1
  562. package/icons/test-jsx.svg +1 -1
  563. package/icons/test-ts.svg +1 -1
  564. package/icons/textlint.svg +1 -1
  565. package/icons/tldraw.svg +1 -1
  566. package/icons/tldraw_light.svg +1 -1
  567. package/icons/turborepo.svg +1 -1
  568. package/icons/turborepo_light.svg +1 -1
  569. package/icons/twig.svg +1 -1
  570. package/icons/uml.svg +1 -1
  571. package/icons/uml_light.svg +1 -1
  572. package/icons/vagrant.svg +1 -1
  573. package/icons/vala.svg +1 -1
  574. package/icons/vedic.svg +1 -1
  575. package/icons/vercel.svg +1 -1
  576. package/icons/vercel_light.svg +1 -1
  577. package/icons/verdaccio.svg +1 -1
  578. package/icons/verified.svg +1 -0
  579. package/icons/vfl.svg +1 -1
  580. package/icons/vuex-store.svg +1 -1
  581. package/icons/wakatime.svg +1 -1
  582. package/icons/wakatime_light.svg +1 -1
  583. package/icons/watchman.svg +1 -1
  584. package/icons/webpack.svg +1 -1
  585. package/icons/werf.svg +1 -1
  586. package/icons/windicss.svg +1 -1
  587. package/icons/wolframlanguage.svg +1 -1
  588. package/package.json +35 -26
package/icons/nx.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="h-8 w-8" viewBox="0 0 24 24"><path fill="#039be5" d="m12 13.862-2.749 4.434-4.61-7.537v7.891H1.36V5.35h3.28l4.611 7.892V9.695l2.66 4.168zm.532-5.054V5.35h-3.28v3.458zm4.966 3.635a1.773 1.773 0 0 0-1.774 1.153 1.773 1.773 0 0 1 2.128-.62c.355.177.887.354 1.153.265a1.862 1.862 0 0 0-1.507-.798zm3.014.887c-.354 0-.709-.177-.975-.532l-.177-.266a1.862 1.862 0 0 0-.444-.532 1.773 1.773 0 0 0-1.064-.266 2.217 2.217 0 0 0-2.04 1.33 2.04 2.04 0 0 1 3.548.355.71.71 0 0 0 .798.266c.443 0 .354.354 1.064.443v-.089c0-.354-.266-.443-.71-.62zm1.774 1.153a.62.62 0 0 0 .354-.532c0-2.66-2.128-4.877-4.788-4.877a4.788 4.788 0 0 0-3.99 2.128l-1.33-2.128h-3.28l3.103 4.788L9.34 18.65h3.192l1.241-2.216 1.42 2.128h3.102l-2.748-4.434a.62.62 0 0 1 0-.266 2.394 2.394 0 0 1 2.305-2.394c1.33 0 1.507.798 1.773 1.153.621.71 1.774.443 1.774 1.33a.62.62 0 0 0 .887.532zm.354.177c-.177.266-.532.266-.709.532-.089.266.089.355.089.355s.354.177.532-.266v-.621z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8" viewBox="0 0 24 24"><path fill="#039be5" d="m12 13.862-2.749 4.434-4.61-7.537v7.891H1.36V5.35h3.28l4.611 7.892V9.695l2.66 4.168zm.532-5.054V5.35h-3.28v3.458zm4.966 3.635a1.773 1.773 0 0 0-1.774 1.153 1.773 1.773 0 0 1 2.128-.62c.355.177.887.354 1.153.265a1.862 1.862 0 0 0-1.507-.798zm3.014.887c-.354 0-.709-.177-.975-.532l-.177-.266a1.862 1.862 0 0 0-.444-.532 1.773 1.773 0 0 0-1.064-.266 2.217 2.217 0 0 0-2.04 1.33 2.04 2.04 0 0 1 3.548.355.71.71 0 0 0 .798.266c.443 0 .354.354 1.064.443v-.089c0-.354-.266-.443-.71-.62zm1.774 1.153a.62.62 0 0 0 .354-.532c0-2.66-2.128-4.877-4.788-4.877a4.788 4.788 0 0 0-3.99 2.128l-1.33-2.128h-3.28l3.103 4.788L9.34 18.65h3.192l1.241-2.216 1.42 2.128h3.102l-2.748-4.434a.62.62 0 0 1 0-.266 2.394 2.394 0 0 1 2.305-2.394c1.33 0 1.507.798 1.773 1.153.621.71 1.774.443 1.774 1.33a.62.62 0 0 0 .887.532zm.354.177c-.177.266-.532.266-.709.532-.089.266.089.355.089.355s.354.177.532-.266v-.621z"/></svg>
package/icons/ocaml.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" d="m12.019 15.021.003-.008c-.005-.021-.006-.026-.003.008z"/><path fill="#ff9800" d="M4.51 3.273a2.523 2.523 0 0 0-2.524 2.523V11.3c.361-.13.88-.898 1.043-1.085.285-.327.337-.743.478-1.006C3.83 8.612 3.886 8.2 4.62 8.2c.342 0 .478.08.71.39.16.216.438.615.568.882.15.307.396.724.503.808.08.062.16.11.233.137.119.044.218-.037.297-.1.102-.082.145-.247.24-.467.135-.317.283-.697.367-.83.146-.23.195-.501.352-.633.232-.195.535-.208.618-.225.466-.092.677.225.907.43.15.133.355.403.5.765.114.283.26.544.32.707.059.158.203.41.289.713.077.275.286.486.365.616 0 0 .121.34.858.65.16.067.482.176.674.246.32.116.63.101 1.025.054.281 0 .434-.408.562-.734.075-.193.148-.745.197-.902.048-.153-.064-.27.031-.405.112-.156.178-.164.242-.368.138-.436.936-.458 1.384-.458.374 0 .327.363.96.239.364-.072.714.046 1.1.149.324.086.63.184.812.398.119.139.412.834.113.863.029.035.05.099.104.134-.067.262-.357.075-.518.041-.217-.045-.37.007-.583.101-.363.162-.894.143-1.21.407-.27.223-.269.721-.394 1 0 0-.348.895-1.106 1.443-.194.14-.574.477-1.4.605a5.309 5.309 0 0 1-1.1.043c-.186-.009-.362-.018-.549-.02-.11-.002-.48-.013-.461.022l-.041.103.024.138c.015.083.019.149.022.225.006.157-.013.32-.005.478.017.328.138.627.154.958.017.368.199.758.375 1.059.067.114.169.128.213.269.052.161.003.333.028.505.1.668.292 1.366.592 1.97a.16.16 0 0 0 .008.014c.371-.062.743-.196 1.226-.267.885-.132 2.115-.064 2.906-.138 2-.188 3.085.82 4.882.407V5.796a2.523 2.523 0 0 0-2.523-2.523zm-.907 11.144c-.015 0-.03 0-.046.003-.159.025-.313.08-.412.24-.08.13-.108.355-.164.505-.064.175-.176.338-.274.505-.18.305-.504.581-.644.879-.028.06-.053.13-.076.2v3.402c.163.028.333.062.524.113 1.407.375 1.75.407 3.13.25l.13-.018c.105-.22.187-.968.255-1.2.054-.178.127-.32.155-.5.026-.173-.003-.337-.017-.493-.04-.393.285-.533.44-.87.14-.304.22-.651.336-.963.11-.298.284-.721.579-.872-.036-.041-.617-.06-.772-.076a5.064 5.064 0 0 1-.5-.07c-.314-.064-.656-.126-.965-.2a10.15 10.15 0 0 1-.947-.328c-.298-.138-.503-.497-.732-.507zm5.737.83c-.74.149-.97.876-1.32 1.451-.192.319-.396.59-.548.928-.14.312-.128.657-.368.924a2.55 2.55 0 0 0-.528.922c-.023.067-.088.776-.158.943l1.101-.078c1.026.07.73.464 2.332.378l2.529-.078a7.127 7.127 0 0 0-.228-.588c-.07-.147-.16-.434-.218-.56a3.536 3.536 0 0 0-.309-.526c-.184-.215-.227-.23-.28-.503-.095-.473-.344-1.33-.637-1.923-.151-.306-.403-.562-.634-.784-.2-.195-.655-.522-.734-.505z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.019 15.021.003-.008c-.005-.021-.006-.026-.003.008z"/><path fill="#ff9800" d="M4.51 3.273a2.523 2.523 0 0 0-2.524 2.523V11.3c.361-.13.88-.898 1.043-1.085.285-.327.337-.743.478-1.006C3.83 8.612 3.886 8.2 4.62 8.2c.342 0 .478.08.71.39.16.216.438.615.568.882.15.307.396.724.503.808.08.062.16.11.233.137.119.044.218-.037.297-.1.102-.082.145-.247.24-.467.135-.317.283-.697.367-.83.146-.23.195-.501.352-.633.232-.195.535-.208.618-.225.466-.092.677.225.907.43.15.133.355.403.5.765.114.283.26.544.32.707.059.158.203.41.289.713.077.275.286.486.365.616 0 0 .121.34.858.65.16.067.482.176.674.246.32.116.63.101 1.025.054.281 0 .434-.408.562-.734.075-.193.148-.745.197-.902.048-.153-.064-.27.031-.405.112-.156.178-.164.242-.368.138-.436.936-.458 1.384-.458.374 0 .327.363.96.239.364-.072.714.046 1.1.149.324.086.63.184.812.398.119.139.412.834.113.863.029.035.05.099.104.134-.067.262-.357.075-.518.041-.217-.045-.37.007-.583.101-.363.162-.894.143-1.21.407-.27.223-.269.721-.394 1 0 0-.348.895-1.106 1.443-.194.14-.574.477-1.4.605a5.309 5.309 0 0 1-1.1.043c-.186-.009-.362-.018-.549-.02-.11-.002-.48-.013-.461.022l-.041.103.024.138c.015.083.019.149.022.225.006.157-.013.32-.005.478.017.328.138.627.154.958.017.368.199.758.375 1.059.067.114.169.128.213.269.052.161.003.333.028.505.1.668.292 1.366.592 1.97a.16.16 0 0 0 .008.014c.371-.062.743-.196 1.226-.267.885-.132 2.115-.064 2.906-.138 2-.188 3.085.82 4.882.407V5.796a2.523 2.523 0 0 0-2.523-2.523zm-.907 11.144c-.015 0-.03 0-.046.003-.159.025-.313.08-.412.24-.08.13-.108.355-.164.505-.064.175-.176.338-.274.505-.18.305-.504.581-.644.879-.028.06-.053.13-.076.2v3.402c.163.028.333.062.524.113 1.407.375 1.75.407 3.13.25l.13-.018c.105-.22.187-.968.255-1.2.054-.178.127-.32.155-.5.026-.173-.003-.337-.017-.493-.04-.393.285-.533.44-.87.14-.304.22-.651.336-.963.11-.298.284-.721.579-.872-.036-.041-.617-.06-.772-.076a5.064 5.064 0 0 1-.5-.07c-.314-.064-.656-.126-.965-.2a10.15 10.15 0 0 1-.947-.328c-.298-.138-.503-.497-.732-.507zm5.737.83c-.74.149-.97.876-1.32 1.451-.192.319-.396.59-.548.928-.14.312-.128.657-.368.924a2.55 2.55 0 0 0-.528.922c-.023.067-.088.776-.158.943l1.101-.078c1.026.07.73.464 2.332.378l2.529-.078a7.127 7.127 0 0 0-.228-.588c-.07-.147-.16-.434-.218-.56a3.536 3.536 0 0 0-.309-.526c-.184-.215-.227-.23-.28-.503-.095-.473-.344-1.33-.637-1.923-.151-.306-.403-.562-.634-.784-.2-.195-.655-.522-.734-.505z"/></svg>
package/icons/odin.svg CHANGED
@@ -1 +1 @@
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 260 260"><path fill="#448aff" d="M73.123 212.264a98.713 98.713 0 0 1-6.865-5.18l98.605-170.789s4.059 1.506 7.412 3.113c4.226 2.026 7.726 4 7.726 4 47.796 27.596 64.198 88.805 36.602 136.6-27.595 47.798-88.804 64.198-136.6 36.603 0 0-3.347-1.924-6.879-4.346zm98.545-154.422L88.336 202.177c39.831 22.997 90.838 9.329 113.834-30.5 22.995-39.832 9.33-90.838-30.5-113.835zM47.944 187.19c-3.35-4.852-4.543-7.18-4.543-7.18-17.227-29.922-18.49-67.972 0-100s52.075-49.958 86.603-50c0 0 4.661-.011 8.543.36 5.847.56 9.735 1.315 9.735 1.315L53.986 195.011s-2.237-2.316-6.04-7.82zm72.084-139.903c-25.13 3.054-48.573 17.467-62.193 41.058-13.62 23.589-14.378 51.098-4.459 74.39z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 260 260"><path fill="#448aff" d="M73.123 212.264a98.713 98.713 0 0 1-6.865-5.18l98.605-170.789s4.059 1.506 7.412 3.113c4.226 2.026 7.726 4 7.726 4 47.796 27.596 64.198 88.805 36.602 136.6-27.595 47.798-88.804 64.198-136.6 36.603 0 0-3.347-1.924-6.879-4.346zm98.545-154.422L88.336 202.177c39.831 22.997 90.838 9.329 113.834-30.5 22.995-39.832 9.33-90.838-30.5-113.835zM47.944 187.19c-3.35-4.852-4.543-7.18-4.543-7.18-17.227-29.922-18.49-67.972 0-100s52.075-49.958 86.603-50c0 0 4.661-.011 8.543.36 5.847.56 9.735 1.315 9.735 1.315L53.986 195.011s-2.237-2.316-6.04-7.82zm72.084-139.903c-25.13 3.054-48.573 17.467-62.193 41.058-13.62 23.589-14.378 51.098-4.459 74.39z"/></svg>
package/icons/opa.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#bdbdbd" d="M29.12 10.065c0-2.5-4.686-8.122-4.998-8.434 1.124 5.057.984 4.302 1.172 5.917a2.445 2.445 0 0 1-.1 1.261c-.78 1.802-3.572 2.817-3.572 2.817l4.373 3.749s3.125-3.124 3.125-5.31Zm-26.24 0c0-2.5 4.686-8.122 4.998-8.434-1.124 5.057-.984 4.302-1.172 5.917a2.445 2.445 0 0 0 .1 1.261c.78 1.802 3.572 2.817 3.572 2.817l-4.373 3.749S2.88 12.25 2.88 10.065Z"/><path fill="#546e7a" d="M16 8c4.897 0 8.452 3.007 9.996 7.375V22s-3.124 2.122-4.998 3.371A31.708 31.708 0 0 0 16.312 30H16Z"/><path fill="#78909c" d="M16 8c-4.897 0-8.452 3.007-9.996 7.375V22s3.124 2.122 4.998 3.371A31.708 31.708 0 0 1 15.688 30H16Z"/><circle cx="16" cy="16" r="2" fill="#fff"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#bdbdbd" d="M29.12 10.065c0-2.5-4.686-8.122-4.998-8.434 1.124 5.057.984 4.302 1.172 5.917a2.445 2.445 0 0 1-.1 1.261c-.78 1.802-3.572 2.817-3.572 2.817l4.373 3.749s3.125-3.124 3.125-5.31Zm-26.24 0c0-2.5 4.686-8.122 4.998-8.434-1.124 5.057-.984 4.302-1.172 5.917a2.445 2.445 0 0 0 .1 1.261c.78 1.802 3.572 2.817 3.572 2.817l-4.373 3.749S2.88 12.25 2.88 10.065Z"/><path fill="#546e7a" d="M16 8c4.897 0 8.452 3.007 9.996 7.375V22s-3.124 2.122-4.998 3.371A31.708 31.708 0 0 0 16.312 30H16Z"/><path fill="#78909c" d="M16 8c-4.897 0-8.452 3.007-9.996 7.375V22s3.124 2.122 4.998 3.371A31.708 31.708 0 0 1 15.688 30H16Z"/><circle cx="16" cy="16" r="2" fill="#FAFAFA"/></svg>
package/icons/opam.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 24 24"><path fill="#ff9800" d="M2.222 3.198v5.667c.255-.092.621-.635.736-.766.2-.231.237-.525.337-.71.228-.422.267-.712.786-.712.241 0 .337.055.5.275.114.152.31.434.402.622.106.217.279.511.355.57a.638.638 0 0 0 .164.097c.084.032.154-.026.21-.07.072-.058.103-.175.169-.33.096-.224.2-.492.26-.586.102-.162.137-.354.248-.447.164-.137.377-.147.436-.158.329-.065.478.158.64.303.106.094.25.285.354.54.08.2.182.384.225.5.041.11.143.289.204.502.055.194.202.343.258.435 0 0 .085.24.605.459.113.047.34.124.476.174.226.082.445.071.723.038.199 0 .307-.288.397-.518.053-.136.105-.526.14-.637.033-.108-.046-.191.021-.286.079-.11.126-.116.171-.26.098-.307.66-.323.977-.323.264 0 .23.256.678.169.256-.05.503.033.776.105.229.06.444.13.573.281.084.098.291.588.08.61.02.024.035.069.073.093-.047.185-.252.053-.366.03-.153-.032-.261.005-.41.07-.257.115-.632.102-.856.288-.19.157-.189.51-.277.706 0 0-.246.632-.781 1.018-.137.1-.405.337-.989.427a3.72 3.72 0 0 1-.775.031c-.132-.006-.256-.013-.388-.015-.077 0-.338-.009-.325.016l-.03.073.017.097c.011.059.014.105.016.16.004.11-.009.225-.003.337.011.231.097.442.108.676.012.26.14.535.265.747.047.081.12.09.15.19.037.114.003.235.02.357a4.726 4.726 0 0 0 .423 1.4c.263-.044.525-.138.866-.189.624-.092 1.493-.045 2.05-.097 1.413-.133 2.179.58 3.447.288V3.198H2.223zm1.141 7.866c-.01 0-.022 0-.033.002-.112.018-.22.056-.29.17-.057.091-.076.25-.116.356-.046.123-.124.239-.194.356-.127.216-.355.41-.454.62-.02.044-.037.092-.054.142v2.401c.115.02.235.044.37.08.993.265 1.236.287 2.21.176l.091-.012c.075-.155.132-.684.18-.847.038-.126.09-.226.11-.354.018-.121-.002-.237-.013-.348-.027-.276.202-.375.311-.613.099-.215.156-.46.237-.68.078-.21.2-.509.409-.615-.025-.03-.435-.043-.544-.054a3.572 3.572 0 0 1-.354-.05c-.221-.045-.463-.088-.68-.14a7.166 7.166 0 0 1-.67-.233c-.21-.097-.354-.35-.516-.357zm4.05.586c-.523.105-.686.618-.932 1.024-.136.225-.28.416-.387.655-.1.22-.09.464-.26.652a1.8 1.8 0 0 0-.372.65c-.016.048-.062.549-.112.667l.777-.055c.724.05.515.327 1.646.266l1.785-.055a5.028 5.028 0 0 0-.161-.415c-.05-.103-.113-.306-.154-.395a2.396 2.396 0 0 0-.218-.37c-.13-.153-.16-.164-.198-.356a6.354 6.354 0 0 0-.449-1.358c-.107-.215-.285-.397-.447-.553-.142-.137-.463-.368-.518-.357zm10.365-4.848v2h2v10h-10v-2h-2v4h14v-14z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ff9800" d="M2.222 3.198v5.667c.255-.092.621-.635.736-.766.2-.231.237-.525.337-.71.228-.422.267-.712.786-.712.241 0 .337.055.5.275.114.152.31.434.402.622.106.217.279.511.355.57a.638.638 0 0 0 .164.097c.084.032.154-.026.21-.07.072-.058.103-.175.169-.33.096-.224.2-.492.26-.586.102-.162.137-.354.248-.447.164-.137.377-.147.436-.158.329-.065.478.158.64.303.106.094.25.285.354.54.08.2.182.384.225.5.041.11.143.289.204.502.055.194.202.343.258.435 0 0 .085.24.605.459.113.047.34.124.476.174.226.082.445.071.723.038.199 0 .307-.288.397-.518.053-.136.105-.526.14-.637.033-.108-.046-.191.021-.286.079-.11.126-.116.171-.26.098-.307.66-.323.977-.323.264 0 .23.256.678.169.256-.05.503.033.776.105.229.06.444.13.573.281.084.098.291.588.08.61.02.024.035.069.073.093-.047.185-.252.053-.366.03-.153-.032-.261.005-.41.07-.257.115-.632.102-.856.288-.19.157-.189.51-.277.706 0 0-.246.632-.781 1.018-.137.1-.405.337-.989.427a3.72 3.72 0 0 1-.775.031c-.132-.006-.256-.013-.388-.015-.077 0-.338-.009-.325.016l-.03.073.017.097c.011.059.014.105.016.16.004.11-.009.225-.003.337.011.231.097.442.108.676.012.26.14.535.265.747.047.081.12.09.15.19.037.114.003.235.02.357a4.726 4.726 0 0 0 .423 1.4c.263-.044.525-.138.866-.189.624-.092 1.493-.045 2.05-.097 1.413-.133 2.179.58 3.447.288V3.198H2.223zm1.141 7.866c-.01 0-.022 0-.033.002-.112.018-.22.056-.29.17-.057.091-.076.25-.116.356-.046.123-.124.239-.194.356-.127.216-.355.41-.454.62-.02.044-.037.092-.054.142v2.401c.115.02.235.044.37.08.993.265 1.236.287 2.21.176l.091-.012c.075-.155.132-.684.18-.847.038-.126.09-.226.11-.354.018-.121-.002-.237-.013-.348-.027-.276.202-.375.311-.613.099-.215.156-.46.237-.68.078-.21.2-.509.409-.615-.025-.03-.435-.043-.544-.054a3.572 3.572 0 0 1-.354-.05c-.221-.045-.463-.088-.68-.14a7.166 7.166 0 0 1-.67-.233c-.21-.097-.354-.35-.516-.357zm4.05.586c-.523.105-.686.618-.932 1.024-.136.225-.28.416-.387.655-.1.22-.09.464-.26.652a1.8 1.8 0 0 0-.372.65c-.016.048-.062.549-.112.667l.777-.055c.724.05.515.327 1.646.266l1.785-.055a5.028 5.028 0 0 0-.161-.415c-.05-.103-.113-.306-.154-.395a2.396 2.396 0 0 0-.218-.37c-.13-.153-.16-.164-.198-.356a6.354 6.354 0 0 0-.449-1.358c-.107-.215-.285-.397-.447-.553-.142-.137-.463-.368-.518-.357zm10.365-4.848v2h2v10h-10v-2h-2v4h14v-14z"/></svg>
package/icons/panda.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><path fill="#ffd740" d="M4.524 20.862c-.258-.317-.958-2.683-1.319-4.451-1.238-6.075.1-10.397 3.824-12.354 1.596-.838 2.918-1.114 5.37-1.118 3.212-.007 5.102.617 6.808 2.244 2.52 2.403 2.735 6.732.459 9.222-1.267 1.387-4.598 2.82-6.551 2.82h-.593l-.408-1.239c-.224-.68-.456-1.502-.516-1.825l-.108-.586.656.088c.777.104 1.89-.27 2.365-.798.998-1.102.824-3.595-.302-4.333-1.063-.697-3.124-.653-4.166.089-1.888 1.345-1.382 6.248 1.172 11.343.248.495.406.944.351.999-.054.055-1.624.1-3.49.1-2.519 0-3.431-.052-3.552-.2z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ffd740" d="M4.524 20.862c-.258-.317-.958-2.683-1.319-4.451-1.238-6.075.1-10.397 3.824-12.354 1.596-.838 2.918-1.114 5.37-1.118 3.212-.007 5.102.617 6.808 2.244 2.52 2.403 2.735 6.732.459 9.222-1.267 1.387-4.598 2.82-6.551 2.82h-.593l-.408-1.239c-.224-.68-.456-1.502-.516-1.825l-.108-.586.656.088c.777.104 1.89-.27 2.365-.798.998-1.102.824-3.595-.302-4.333-1.063-.697-3.124-.653-4.166.089-1.888 1.345-1.382 6.248 1.172 11.343.248.495.406.944.351.999-.054.055-1.624.1-3.49.1-2.519 0-3.431-.052-3.552-.2z"/></svg>
package/icons/payload.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#CFD8DC" d="m11.617 2 9.163 5.508v10.455l-6.9 3.991V11.5L4.706 6l6.91-4Zm-.703 11.216v8.159L4 17.215l6.914-3.998Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#CFD8DC" d="m11.617 2 9.163 5.508v10.455l-6.9 3.991V11.5L4.706 6l6.91-4Zm-.703 11.216v8.159L4 17.215l6.914-3.998Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#455A64" d="m11.617 2 9.163 5.508v10.455l-6.9 3.991V11.5L4.706 6l6.91-4Zm-.703 11.216v8.159L4 17.215l6.914-3.998Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#455A64" d="m11.617 2 9.163 5.508v10.455l-6.9 3.991V11.5L4.706 6l6.91-4Zm-.703 11.216v8.159L4 17.215l6.914-3.998Z"/></svg>
package/icons/pdm.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#9575cd" fill-rule="evenodd" d="m16.145 6.113 2.757 1.59a.54.54 0 0 1 .27.469v7.656a.538.538 0 0 1-.27.469l-1.675.965-.239-.137-.843-.488ZM5.973 13.25l9.101 5.254-2.804 1.621a.533.533 0 0 1-.54 0l-6.632-3.828a.538.538 0 0 1-.27-.469v-1.914l.067-.039Zm2.156-1.242 5.863-3.387v6.774Zm5.863-5.871-9.164 5.289V8.172a.54.54 0 0 1 .27-.469l6.632-3.828a.533.533 0 0 1 .54 0l1.722.996Zm-3.34-4.125a2.681 2.681 0 0 1 2.696 0L19.98 5.84a2.689 2.689 0 0 1 1.344 2.332v7.656c0 .961-.512 1.852-1.344 2.332l-6.632 3.828a2.681 2.681 0 0 1-2.696 0L4.02 18.16a2.689 2.689 0 0 1-1.344-2.332V8.172c0-.965.511-1.852 1.344-2.332Zm0 0"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#9575cd" d="m16.145 6.113 2.757 1.59a.54.54 0 0 1 .27.469v7.656a.538.538 0 0 1-.27.469l-1.675.965-.239-.137-.843-.488ZM5.973 13.25l9.101 5.254-2.804 1.621a.533.533 0 0 1-.54 0l-6.632-3.828a.538.538 0 0 1-.27-.469v-1.914l.067-.039Zm2.156-1.242 5.863-3.387v6.774Zm5.863-5.871-9.164 5.289V8.172a.54.54 0 0 1 .27-.469l6.632-3.828a.533.533 0 0 1 .54 0l1.722.996Zm-3.34-4.125a2.681 2.681 0 0 1 2.696 0L19.98 5.84a2.689 2.689 0 0 1 1.344 2.332v7.656c0 .961-.512 1.852-1.344 2.332l-6.632 3.828a2.681 2.681 0 0 1-2.696 0L4.02 18.16a2.689 2.689 0 0 1-1.344-2.332V8.172c0-.965.511-1.852 1.344-2.332Zm0 0"/></svg>
package/icons/percy.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ba68c8" fill-rule="evenodd" d="M22.847 7.51a.742.742 0 0 0-.706-.527.76.76 0 0 0-.288.051 3.234 3.234 0 0 1-1.064.21c-.914-.672-3.131-2.293-4.448-3.204 0 0 .178.531.418 1.521 0 0-2.086-1.193-3.473-2.106 0 0 .506 1.05.543 1.388 0 0-1.663-.309-4.092-.864 0 0 1.796 1.017 2.232 1.62 0 0-2.18-.182-4.747-.369 0 0 1.291.664 1.918 1.193 0 0-2.336.294-4.112.348 0 0 1.298 1.025 1.82 1.519 0 0-2.23.814-4.904 2.266 0 0 1.394.09 2.394.42 0 0-1.232 1.022-3.441 3.376 0 0 1.392-.026 2.517-.155 0 0-.902 1.31-2.038 3.672 0 0 .758-.449 1.487-.604 0 0 .03 2.674 1.533 3.128l.002-.002a.706.706 0 0 0 .205.034.86.86 0 0 0 .23-.029c.481-.124.852-.575 1.282-1.098.142-.173.288-.35.443-.523.171-.226.394-.461.66-.666.549-.423 1.305-.734 2.218-.575.99.12 1.589 1.093 2.072 1.878.37.6.662 1.074 1.08 1.126.03.004.06.006.088.006.641.011.88-.71 1.181-1.621l.062-.186.009.018c.224-.74.649-1.535 1.164-2.25.698-.968 1.59-1.828 2.438-2.22l.003.005c.46-.248.945-.481 1.422-.711h.001c1.483-.715 2.884-1.39 3.599-2.438.358-.524.542-1.171.548-1.924a6.04 6.04 0 0 0-.256-1.706zm-6.19 7.882c-.428.378-.848.85-1.218 1.364-.61.846-1.064 1.776-1.208 2.552.403.668.77 1 1.117 1.011h.011c.32.006.534-.198.637-.606.077-.305.1-.725.127-1.211.048-.886.11-2.027.534-3.11zm-9.87 3.82-.005-.013a3.12 3.12 0 0 1 .697-.751c.442-.34 1.022-.588 1.716-.516a17.67 17.67 0 0 1-.274.647c-.342.763-.748 1.55-1.173 1.607a.497.497 0 0 1-.076.005c-.331-.006-.621-.326-.885-.98zm8.512-12.44-1.831-1.18L16.5 6.697zm-5.1.437 2.919.776 1.286-.389zm5.203 1.512.634-.448-2.43.352zm-4.15-.071-1.015.633-2.775-.304zm3.103 1.678 1.027-.533-3.79.33zm-2.813.564-.73 1.116-3.563.779zm-4.447.618-2.768 1.124 3.414-2.283zm-1.527 1.378-.13 1.17-1.611 1.887z" clip-rule="evenodd"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ba68c8" d="M22.847 7.51a.742.742 0 0 0-.706-.527.76.76 0 0 0-.288.051 3.234 3.234 0 0 1-1.064.21c-.914-.672-3.131-2.293-4.448-3.204 0 0 .178.531.418 1.521 0 0-2.086-1.193-3.473-2.106 0 0 .506 1.05.543 1.388 0 0-1.663-.309-4.092-.864 0 0 1.796 1.017 2.232 1.62 0 0-2.18-.182-4.747-.369 0 0 1.291.664 1.918 1.193 0 0-2.336.294-4.112.348 0 0 1.298 1.025 1.82 1.519 0 0-2.23.814-4.904 2.266 0 0 1.394.09 2.394.42 0 0-1.232 1.022-3.441 3.376 0 0 1.392-.026 2.517-.155 0 0-.902 1.31-2.038 3.672 0 0 .758-.449 1.487-.604 0 0 .03 2.674 1.533 3.128l.002-.002a.706.706 0 0 0 .205.034.86.86 0 0 0 .23-.029c.481-.124.852-.575 1.282-1.098.142-.173.288-.35.443-.523.171-.226.394-.461.66-.666.549-.423 1.305-.734 2.218-.575.99.12 1.589 1.093 2.072 1.878.37.6.662 1.074 1.08 1.126.03.004.06.006.088.006.641.011.88-.71 1.181-1.621l.062-.186.009.018c.224-.74.649-1.535 1.164-2.25.698-.968 1.59-1.828 2.438-2.22l.003.005c.46-.248.945-.481 1.422-.711h.001c1.483-.715 2.884-1.39 3.599-2.438.358-.524.542-1.171.548-1.924a6.04 6.04 0 0 0-.256-1.706zm-6.19 7.882c-.428.378-.848.85-1.218 1.364-.61.846-1.064 1.776-1.208 2.552.403.668.77 1 1.117 1.011h.011c.32.006.534-.198.637-.606.077-.305.1-.725.127-1.211.048-.886.11-2.027.534-3.11zm-9.87 3.82-.005-.013a3.12 3.12 0 0 1 .697-.751c.442-.34 1.022-.588 1.716-.516a17.67 17.67 0 0 1-.274.647c-.342.763-.748 1.55-1.173 1.607a.497.497 0 0 1-.076.005c-.331-.006-.621-.326-.885-.98zm8.512-12.44-1.831-1.18L16.5 6.697zm-5.1.437 2.919.776 1.286-.389zm5.203 1.512.634-.448-2.43.352zm-4.15-.071-1.015.633-2.775-.304zm3.103 1.678 1.027-.533-3.79.33zm-2.813.564-.73 1.116-3.563.779zm-4.447.618-2.768 1.124 3.414-2.283zm-1.527 1.378-.13 1.17-1.611 1.887z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 24 24"><path fill="#ff7043" d="M22 2c-2.023.139-16.234 1.492-17.227 11.234a43.269 43.269 0 0 0-.234 3.135l4.313-4.308a1.5 1.5 0 0 1-.952.339 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-.349.963l2.476-2.474a.625.625 0 1 1 .885.884l-2.525 2.522A1.5 1.5 0 0 1 10.9 12.4a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 .379-.998L2.275 20.4a.937.937 0 1 0 1.327 1.325l2.232-2.229a44.424 44.424 0 0 0 4.92-.287c2.089-.213 3.791-1.033 5.18-2.207h-3.946l5.735-1.91a15.49 15.49 0 0 0 1.189-1.84h-3.17l4.162-2.078C21.543 7.191 21.929 3.025 22 2z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ff7043" d="M22 2c-2.023.139-16.234 1.492-17.227 11.234a43.269 43.269 0 0 0-.234 3.135l4.313-4.308a1.5 1.5 0 0 1-.952.339 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-.349.963l2.476-2.474a.625.625 0 1 1 .885.884l-2.525 2.522A1.5 1.5 0 0 1 10.9 12.4a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 .379-.998L2.275 20.4a.937.937 0 1 0 1.327 1.325l2.232-2.229a44.424 44.424 0 0 0 4.92-.287c2.089-.213 3.791-1.033 5.18-2.207h-3.946l5.735-1.91a15.49 15.49 0 0 0 1.189-1.84h-3.17l4.162-2.078C21.543 7.191 21.929 3.025 22 2z"/></svg>
package/icons/phpunit.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 24 24"><path fill="#5c6bc0" d="M21.46 10.086c-.224.59-1.012.848-1.541.269-1.668-1.925-4.936-1.945-5.845.963-.694 2.092 1.035 4.28 4.093 4.003.671-.053 1.145.548.934 1.21l-1.521 4.157c-.386 1.023-1.376 1.574-2.547 1.191L3.384 17.631c-1.049-.37-1.624-1.513-1.28-2.54L6.419 3.298c.465-1.052 1.268-1.528 2.547-1.191l11.649 4.246c1.051.373 1.625 1.515 1.281 2.541zm-2.223 2.074c0-1.571-1.713-2.559-3.075-1.773-1.363.786-1.363 2.76 0 3.546s3.075-.202 3.075-1.773z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#5c6bc0" d="M21.46 10.086c-.224.59-1.012.848-1.541.269-1.668-1.925-4.936-1.945-5.845.963-.694 2.092 1.035 4.28 4.093 4.003.671-.053 1.145.548.934 1.21l-1.521 4.157c-.386 1.023-1.376 1.574-2.547 1.191L3.384 17.631c-1.049-.37-1.624-1.513-1.28-2.54L6.419 3.298c.465-1.052 1.268-1.528 2.547-1.191l11.649 4.246c1.051.373 1.625 1.515 1.281 2.541zm-2.223 2.074c0-1.571-1.713-2.559-3.075-1.773-1.363.786-1.363 2.76 0 3.546s3.075-.202 3.075-1.773z"/></svg>
package/icons/pinejs.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><path fill="#66bb6a" d="M12.038 3.115c-.134.002-.271.083-.426.24-.467.478-6.764 9.388-6.764 9.572 0 .264.458.677.75.677.154 0 .724-.24 1.268-.535.712-.386 1.012-.635 1.075-.892.254-1.04.873-1.57 1.827-1.57.73 0 1.494.723 1.6 1.517.073.542.174.66 1.259 1.463.649.48 1.244.874 1.323.874.08 0 .328-.096.553-.214.545-.284.886-.27 1.482.063.273.152.556.28.627.285.22.014 2.389-1.307 2.463-1.5.038-.1 0-.311-.083-.47-.119-.22-5.243-7.495-6.42-9.114-.195-.267-.362-.397-.534-.396z"/><path fill="#388e3c" d="m8.392 13.584-3.472 1.97-1.534 2.13c-1.614 2.241-1.82 2.643-1.534 2.988.153.184 1.488.212 10.068.212 5.44 0 9.994-.039 10.118-.086.124-.048.226-.23.226-.407 0-.341-3.33-5.189-3.648-5.31-.383-.148-1.491.674-1.841 1.364-.392.773-.883 1.085-1.674 1.064-.698-.018-1.306-.55-1.574-1.378-.154-.478-.397-.725-1.457-1.485-.862-.618-1.345-.88-1.499-.811-.502.223-1.274.217-1.72-.014z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#66bb6a" d="M12.038 3.115c-.134.002-.271.083-.426.24-.467.478-6.764 9.388-6.764 9.572 0 .264.458.677.75.677.154 0 .724-.24 1.268-.535.712-.386 1.012-.635 1.075-.892.254-1.04.873-1.57 1.827-1.57.73 0 1.494.723 1.6 1.517.073.542.174.66 1.259 1.463.649.48 1.244.874 1.323.874.08 0 .328-.096.553-.214.545-.284.886-.27 1.482.063.273.152.556.28.627.285.22.014 2.389-1.307 2.463-1.5.038-.1 0-.311-.083-.47-.119-.22-5.243-7.495-6.42-9.114-.195-.267-.362-.397-.534-.396z"/><path fill="#388e3c" d="m8.392 13.584-3.472 1.97-1.534 2.13c-1.614 2.241-1.82 2.643-1.534 2.988.153.184 1.488.212 10.068.212 5.44 0 9.994-.039 10.118-.086.124-.048.226-.23.226-.407 0-.341-3.33-5.189-3.648-5.31-.383-.148-1.491.674-1.841 1.364-.392.773-.883 1.085-1.674 1.064-.698-.018-1.306-.55-1.574-1.378-.154-.478-.397-.725-1.457-1.485-.862-.618-1.345-.88-1.499-.811-.502.223-1.274.217-1.72-.014z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#ef5350" d="M9.708 15.968v-1.429l-3.97 1.125s.294-1.703 2.364-2.291a3.447 3.447 0 0 1 1.605-.091v-5.86h1.988a11.902 11.902 0 0 0-.601-1.541c-.291-.591-.589-.2-1.266.367-.477.398-1.682 1.248-3.495 1.737s-3.278.359-3.89.253c-.867-.15-1.321-.341-1.278.32.037.58.175 1.483.492 2.673.688 2.58 2.957 7.55 7.245 6.395 1.12-.302 1.91-.898 2.459-1.66H9.708zm-6.404-4.701 3.047-.803s-.09 1.173-1.232 1.474c-1.142.3-1.816-.671-1.816-.671z"/><path fill="#4caf50" d="M21.178 7.49c-.792.14-2.694.312-5.042-.318-2.35-.63-3.908-1.729-4.526-2.246-.876-.733-1.26-1.244-1.64-.473-.335.68-.763 1.786-1.178 3.337-.898 3.354-1.57 10.432 3.985 11.921 5.554 1.489 8.512-4.978 9.41-8.333.416-1.548.597-2.72.647-3.477.058-.857-.53-.608-1.656-.41zm-11.162 2.776s.875-1.363 2.36-.94c1.486.422 1.6 2.065 1.6 2.065zm3.624 6.11c-2.611-.765-3.014-2.848-3.014-2.848l7.016 1.962s-1.416 1.64-4.002.886zm2.482-4.28s.874-1.362 2.358-.938 1.602 2.065 1.602 2.065z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ef5350" d="M9.708 15.968v-1.429l-3.97 1.125s.294-1.703 2.364-2.291a3.447 3.447 0 0 1 1.605-.091v-5.86h1.988a11.902 11.902 0 0 0-.601-1.541c-.291-.591-.589-.2-1.266.367-.477.398-1.682 1.248-3.495 1.737s-3.278.359-3.89.253c-.867-.15-1.321-.341-1.278.32.037.58.175 1.483.492 2.673.688 2.58 2.957 7.55 7.245 6.395 1.12-.302 1.91-.898 2.459-1.66H9.708zm-6.404-4.701 3.047-.803s-.09 1.173-1.232 1.474c-1.142.3-1.816-.671-1.816-.671z"/><path fill="#4caf50" d="M21.178 7.49c-.792.14-2.694.312-5.042-.318-2.35-.63-3.908-1.729-4.526-2.246-.876-.733-1.26-1.244-1.64-.473-.335.68-.763 1.786-1.178 3.337-.898 3.354-1.57 10.432 3.985 11.921 5.554 1.489 8.512-4.978 9.41-8.333.416-1.548.597-2.72.647-3.477.058-.857-.53-.608-1.656-.41zm-11.162 2.776s.875-1.363 2.36-.94c1.486.422 1.6 2.065 1.6 2.065zm3.624 6.11c-2.611-.765-3.014-2.848-3.014-2.848l7.016 1.962s-1.416 1.64-4.002.886zm2.482-4.28s.874-1.362 2.358-.938 1.602 2.065 1.602 2.065z"/></svg>
package/icons/plop.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 250 250"><path fill="#00bfa5" fill-rule="evenodd" d="M60.095 155.16c2.82 36.962 27.499 69.519 64.554 69.541h.702c37.056-.022 61.735-32.579 64.554-69.541.08-1.037.119-2.103.12-3.197v-.044c-.008-16.32-8.724-38.965-25.764-65.777a5571.2 5571.2 0 0 0-26.79-41.696 5948.5 5948.5 0 0 0-8.84-13.598 5350.906 5350.906 0 0 0-2.479-3.796 832.32 832.32 0 0 0-.653-1l-.499-.76-.498.76a832.32 832.32 0 0 0-.654 1l-2.478 3.797a5896.424 5896.424 0 0 0-8.842 13.597A5572 5572 0 0 0 85.74 86.142c-17.047 26.825-25.764 49.479-25.764 65.799 0 1.102.04 2.175.12 3.22zm31.661-2.755c1.444 18.924 14.084 35.594 33.065 35.605h.359c18.98-.012 31.62-16.681 33.065-35.605.04-.53.06-1.077.061-1.637v-.023c-.004-8.355-4.468-19.95-13.197-33.678a2858 2858 0 0 0-13.72-21.348 3425.1 3425.1 0 0 0-5.8-8.906l-.589-.901-.59.901a2608.2 2608.2 0 0 0-5.798 8.906 2858 2858 0 0 0-13.72 21.348c-8.732 13.734-13.197 25.333-13.197 33.69 0 .564.02 1.113.061 1.647z" clip-rule="evenodd"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path fill="#00bfa5" d="M60.095 155.16c2.82 36.962 27.499 69.519 64.554 69.541h.702c37.056-.022 61.735-32.579 64.554-69.541.08-1.037.119-2.103.12-3.197v-.044c-.008-16.32-8.724-38.965-25.764-65.777a5571.2 5571.2 0 0 0-26.79-41.696 5948.5 5948.5 0 0 0-8.84-13.598 5350.906 5350.906 0 0 0-2.479-3.796 832.32 832.32 0 0 0-.653-1l-.499-.76-.498.76a832.32 832.32 0 0 0-.654 1l-2.478 3.797a5896.424 5896.424 0 0 0-8.842 13.597A5572 5572 0 0 0 85.74 86.142c-17.047 26.825-25.764 49.479-25.764 65.799 0 1.102.04 2.175.12 3.22zm31.661-2.755c1.444 18.924 14.084 35.594 33.065 35.605h.359c18.98-.012 31.62-16.681 33.065-35.605.04-.53.06-1.077.061-1.637v-.023c-.004-8.355-4.468-19.95-13.197-33.678a2858 2858 0 0 0-13.72-21.348 3425.1 3425.1 0 0 0-5.8-8.906l-.589-.901-.59.901a2608.2 2608.2 0 0 0-5.798 8.906 2858 2858 0 0 0-13.72 21.348c-8.732 13.734-13.197 25.333-13.197 33.69 0 .564.02 1.113.061 1.647z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g fill="#f57f17" color="#000"><path d="M6.176 16.747c1.271 0 2.471-.494 3.327-1.35l6.203-5.506a2.969 2.969 0 0 1 2.118-.873c1.65 0 3 1.332 3 2.982s-1.35 2.982-3 2.982a3 3 0 0 1-2.153-.908l-.997-.883-1.35 1.183 1.129.979c.9.9 2.1 1.394 3.37 1.394 2.63 0 4.765-2.135 4.765-4.747s-2.135-4.747-4.764-4.747c-1.271 0-2.471.494-3.327 1.35l-6.203 5.506a2.969 2.969 0 0 1-2.117.873c-1.65 0-3-1.332-3-2.982s1.35-2.982 3-2.982c.794 0 1.552.308 2.152.908l1.024.892 1.323-1.183-1.129-.988a4.752 4.752 0 0 0-3.37-1.385c-2.63 0-4.765 2.126-4.765 4.738a4.741 4.741 0 0 0 4.764 4.747z" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;solid-color:#000;text-decoration-color:#000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/><path d="M17.824 6.963c-1.345 0-2.619.52-3.531 1.432l-.002.001-6.197 5.5-.006.006a2.672 2.672 0 0 1-1.912.79c-1.494 0-2.71-1.2-2.71-2.692s1.216-2.691 2.71-2.691c.718 0 1.398.275 1.947.824l.008.006 1.224 1.066 1.76-1.572-1.363-1.194H9.75a5.05 5.05 0 0 0-3.574-1.468C3.389 6.97 1.12 9.229 1.12 12c0 2.803 2.27 5.037 5.055 5.037 1.345 0 2.618-.52 3.53-1.432l6.2-5.502.006-.006a2.672 2.672 0 0 1 1.912-.789c1.493 0 2.709 1.2 2.709 2.692s-1.216 2.691-2.709 2.691c-.728 0-1.398-.274-1.947-.824l-.008-.006-1.195-1.058-1.793 1.572 1.367 1.183a5.033 5.033 0 0 0 3.576 1.479c2.787 0 5.055-2.267 5.055-5.037s-2.268-5.037-5.055-5.037zm0 .58c2.472 0 4.473 2.004 4.473 4.457s-2.001 4.457-4.473 4.457a4.448 4.448 0 0 1-3.166-1.31l-.006-.006-.887-.768.907-.795.793.701.002.002a3.3 3.3 0 0 0 2.357.992c1.807 0 3.291-1.464 3.291-3.273s-1.484-3.273-3.291-3.273c-.877 0-1.704.34-2.322.957l-.002.002-6.198 5.5-.005.006c-.8.799-1.926 1.265-3.122 1.265A4.444 4.444 0 0 1 1.703 12c0-2.453 2-4.447 4.472-4.447 1.205 0 2.32.462 3.166 1.3l.008.006.887.778-.887.793-.814-.71a3.317 3.317 0 0 0-2.36-.993c-1.806 0-3.29 1.464-3.29 3.273s1.484 3.273 3.29 3.273a3.27 3.27 0 0 0 2.323-.957l6.199-5.502.006-.005c.8-.8 1.926-1.266 3.12-1.266z" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;solid-color:#000;text-decoration-color:#000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g fill="#f57f17"><path d="M6.176 16.747c1.271 0 2.471-.494 3.327-1.35l6.203-5.506a2.969 2.969 0 0 1 2.118-.873c1.65 0 3 1.332 3 2.982s-1.35 2.982-3 2.982a3 3 0 0 1-2.153-.908l-.997-.883-1.35 1.183 1.129.979c.9.9 2.1 1.394 3.37 1.394 2.63 0 4.765-2.135 4.765-4.747s-2.135-4.747-4.764-4.747c-1.271 0-2.471.494-3.327 1.35l-6.203 5.506a2.969 2.969 0 0 1-2.117.873c-1.65 0-3-1.332-3-2.982s1.35-2.982 3-2.982c.794 0 1.552.308 2.152.908l1.024.892 1.323-1.183-1.129-.988a4.752 4.752 0 0 0-3.37-1.385c-2.63 0-4.765 2.126-4.765 4.738a4.741 4.741 0 0 0 4.764 4.747z" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;solid-color:#000;text-decoration-color:#000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/><path d="M17.824 6.963c-1.345 0-2.619.52-3.531 1.432l-.002.001-6.197 5.5-.006.006a2.672 2.672 0 0 1-1.912.79c-1.494 0-2.71-1.2-2.71-2.692s1.216-2.691 2.71-2.691c.718 0 1.398.275 1.947.824l.008.006 1.224 1.066 1.76-1.572-1.363-1.194H9.75a5.05 5.05 0 0 0-3.574-1.468C3.389 6.97 1.12 9.229 1.12 12c0 2.803 2.27 5.037 5.055 5.037 1.345 0 2.618-.52 3.53-1.432l6.2-5.502.006-.006a2.672 2.672 0 0 1 1.912-.789c1.493 0 2.709 1.2 2.709 2.692s-1.216 2.691-2.709 2.691c-.728 0-1.398-.274-1.947-.824l-.008-.006-1.195-1.058-1.793 1.572 1.367 1.183a5.033 5.033 0 0 0 3.576 1.479c2.787 0 5.055-2.267 5.055-5.037s-2.268-5.037-5.055-5.037zm0 .58c2.472 0 4.473 2.004 4.473 4.457s-2.001 4.457-4.473 4.457a4.448 4.448 0 0 1-3.166-1.31l-.006-.006-.887-.768.907-.795.793.701.002.002a3.3 3.3 0 0 0 2.357.992c1.807 0 3.291-1.464 3.291-3.273s-1.484-3.273-3.291-3.273c-.877 0-1.704.34-2.322.957l-.002.002-6.198 5.5-.005.006c-.8.799-1.926 1.265-3.122 1.265A4.444 4.444 0 0 1 1.703 12c0-2.453 2-4.447 4.472-4.447 1.205 0 2.32.462 3.166 1.3l.008.006.887.778-.887.793-.814-.71a3.317 3.317 0 0 0-2.36-.993c-1.806 0-3.29 1.464-3.29 3.273s1.484 3.273 3.29 3.273a3.27 3.27 0 0 0 2.323-.957l6.199-5.502.006-.005c.8-.8 1.926-1.266 3.12-1.266z" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;solid-color:#000;text-decoration-color:#000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#d14524" d="M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m7 1.5V9h5.5L13 3.5M8 11v2h1v6H8v1h4v-1h-1v-2h2a3 3 0 0 0 3-3 3 3 0 0 0-3-3H8m5 2a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-2v-2h2z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#E64A19" d="M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m7 1.5V9h5.5L13 3.5M8 11v2h1v6H8v1h4v-1h-1v-2h2a3 3 0 0 0 3-3 3 3 0 0 0-3-3H8m5 2a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-2v-2h2z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 210 210"><g fill="none" fill-rule="evenodd" transform="matrix(.9 0 0 .9 10.5 10.5)"><rect width="20" height="10" x="165" y="40" fill="#56B3B4" rx="5"/><rect width="60" height="10" x="15" y="200" fill="#EA5E5E" rx="5"/><rect width="40" height="10" x="135" y="120" fill="#BF85BF" rx="5"/><rect width="50" height="10" x="75" y="120" fill="#EA5E5E" rx="5"/><rect width="50" height="10" x="15" y="120" fill="#56B3B4" rx="5"/><rect width="60" height="10" x="15" y="160" fill="#BF85BF" rx="5"/><rect width="60" height="10" x="15" y="80" fill="#BF85BF" rx="5"/><rect width="110" height="10" x="65" y="20" fill="#F7BA3E" rx="5"/><rect width="40" height="10" x="15" y="20" fill="#EA5E5E" rx="5"/><rect width="20" height="10" x="55" y="180" fill="#F7BA3E" rx="5"/><rect width="20" height="10" x="55" y="60" fill="#56B3B4" rx="5"/><rect width="30" height="10" x="15" y="180" fill="#56B3B4" rx="5"/><rect width="30" height="10" x="15" y="60" fill="#F7BA3E" rx="5"/><rect width="90" height="10" x="95" y="100" fill="#56B3B4" rx="5"/><rect width="40" height="10" x="45" y="100" fill="#F7BA3E" rx="5"/><rect width="20" height="10" x="15" y="100" fill="#EA5E5E" rx="5"/><rect width="50" height="10" x="105" y="40" fill="#BF85BF" rx="5"/><rect width="80" height="10" x="15" y="40" fill="#56B3B4" rx="5"/><rect width="100" height="10" x="45" y="140" fill="#F7BA3E" rx="5"/><rect width="20" height="10" x="15" y="140" fill="#BF85BF" rx="5"/><rect width="60" height="10" x="135" y="60" fill="#EA5E5E" rx="5"/><rect width="60" height="10" x="135" y="80" fill="#F7BA3E" rx="5"/><rect width="130" height="10" x="15" fill="#56B3B4" rx="5"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 210 210"><g transform="matrix(.9 0 0 .9 10.5 10.5)"><rect width="20" height="10" x="165" y="40" fill="#4DB6AC" rx="5"/><rect width="60" height="10" x="15" y="200" fill="#EF5350" rx="5"/><rect width="40" height="10" x="135" y="120" fill="#CE93D8" rx="5"/><rect width="50" height="10" x="75" y="120" fill="#EF5350" rx="5"/><rect width="50" height="10" x="15" y="120" fill="#4DB6AC" rx="5"/><rect width="60" height="10" x="15" y="160" fill="#CE93D8" rx="5"/><rect width="60" height="10" x="15" y="80" fill="#CE93D8" rx="5"/><rect width="110" height="10" x="65" y="20" fill="#FBC02D" rx="5"/><rect width="40" height="10" x="15" y="20" fill="#EF5350" rx="5"/><rect width="20" height="10" x="55" y="180" fill="#FBC02D" rx="5"/><rect width="20" height="10" x="55" y="60" fill="#4DB6AC" rx="5"/><rect width="30" height="10" x="15" y="180" fill="#4DB6AC" rx="5"/><rect width="30" height="10" x="15" y="60" fill="#FBC02D" rx="5"/><rect width="90" height="10" x="95" y="100" fill="#4DB6AC" rx="5"/><rect width="40" height="10" x="45" y="100" fill="#FBC02D" rx="5"/><rect width="20" height="10" x="15" y="100" fill="#EF5350" rx="5"/><rect width="50" height="10" x="105" y="40" fill="#CE93D8" rx="5"/><rect width="80" height="10" x="15" y="40" fill="#4DB6AC" rx="5"/><rect width="100" height="10" x="45" y="140" fill="#FBC02D" rx="5"/><rect width="20" height="10" x="15" y="140" fill="#CE93D8" rx="5"/><rect width="60" height="10" x="135" y="60" fill="#EF5350" rx="5"/><rect width="60" height="10" x="135" y="80" fill="#FBC02D" rx="5"/><rect width="130" height="10" x="15" fill="#4DB6AC" rx="5"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="none" stroke="#536dfe" stroke-width="8" d="M10 26c16 0 16-20 0-20"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path stroke="#536dfe" stroke-width="8" d="M10 26c16 0 16-20 0-20"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 80 80"><defs><clipPath id="a"><path fill="#564b55" d="M-2.983-69.251h69.412v67.108H-2.983z" transform="scale(1 -1)"/></clipPath></defs><g clip-path="url(#a)" transform="matrix(1.1304 0 0 -1.1304 5.714 82.137)"><g stroke-width=".1"><path fill="#e53935" d="M61.216 37.276C61.216 20.217 47.39 6.39 30.33 6.39S-.554 20.218-.554 37.276 13.27 68.161 30.33 68.161c17.059 0 30.885-13.827 30.885-30.885"/><path fill="#d51c2f" d="m46.274 52.172-10.504.096-6.142 6.142-7.21-4.789 1.245-1.243-2.92.026-9.913-16.682H6.94l2.44-2.44-2.458-4.137L29.67 6.398c.22-.004.44-.008.66-.008 17.042 0 30.858 13.806 30.885 30.841L46.273 52.173"/><path fill="#f5f5f5" d="M15.114 35.02c0 8.404 6.813 15.214 15.217 15.214 8.403 0 15.214-6.81 15.214-15.215zm34.206-.702v1.404h4.401a23.313 23.313 0 0 1-6.353 15.342l-3.289-3.29-.992.995 3.287 3.289a23.304 23.304 0 0 1-15.34 6.352l-.002-4.4h-1.404v4.4a23.306 23.306 0 0 1-15.34-6.352l3.288-3.29-.995-.991-3.288 3.287A23.315 23.315 0 0 1 6.94 35.722h4.4V34.32H6.921v-5.151H53.74v5.15h-4.42"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><defs><clipPath id="a"><path fill="#424242" d="M-2.983-69.251h69.412v67.108H-2.983z" transform="scale(1 -1)"/></clipPath></defs><g clip-path="url(#a)" transform="matrix(1.1304 0 0 -1.1304 5.714 82.137)"><g stroke-width=".1"><path fill="#e53935" d="M61.216 37.276C61.216 20.217 47.39 6.39 30.33 6.39S-.554 20.218-.554 37.276 13.27 68.161 30.33 68.161c17.059 0 30.885-13.827 30.885-30.885"/><path fill="#D32F2F" d="m46.274 52.172-10.504.096-6.142 6.142-7.21-4.789 1.245-1.243-2.92.026-9.913-16.682H6.94l2.44-2.44-2.458-4.137L29.67 6.398c.22-.004.44-.008.66-.008 17.042 0 30.858 13.806 30.885 30.841L46.273 52.173"/><path fill="#f5f5f5" d="M15.114 35.02c0 8.404 6.813 15.214 15.217 15.214 8.403 0 15.214-6.81 15.214-15.215zm34.206-.702v1.404h4.401a23.313 23.313 0 0 1-6.353 15.342l-3.289-3.29-.992.995 3.287 3.289a23.304 23.304 0 0 1-15.34 6.352l-.002-4.4h-1.404v4.4a23.306 23.306 0 0 1-15.34-6.352l3.288-3.29-.995-.991-3.288 3.287A23.315 23.315 0 0 1 6.94 35.722h4.4V34.32H6.921v-5.151H53.74v5.15h-4.42"/></g></g></svg>
package/icons/pug.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 128 128"><g transform="translate(-.25 -1.71)"><path fill="#efcca3" d="M107.4 50.9c-.2-4.4.4-8.3-1.6-11.6-4.8-8.2-16.8-13-40.8-13v.7h-.5.5v-.7c-24 0-36.6 4.8-41.4 13.1-1.9 3.4-1.7 7.2-2 11.6-.2 3.5-1.8 7.2-1.1 11.2.8 5.2 1.1 10.4 1.9 15.2.6 3.9 6 7.2 6.5 10.9 1.4 10.2 12 14.9 36 14.9v.8h-.6.7v-.8c24 0 34.2-4.7 35.5-14.9.5-3.8 5.5-7 6.1-10.9.8-4.8 1.1-10 1.9-15.2.7-4-.9-7.8-1.1-11.3z" class="st1"/><path fill="#ccac8d" d="M64.6 54.5c4.3.1 7.3 2.8 10.1 5.3 3.3 2.9 8.9 4.9 11.2 7.4s5.3 5 6.4 8.9 1.4 8.9 1.4 10.2.7 1 2.7 0c4.7-2.3 9.9-8.5 9.9-8.5-.6 3.9-5.7 7.4-6.2 11.1C98.9 99.1 89 104 64.5 104h-.1.6" class="st3"/><path fill="#ccac8d" d="M80.4 46.7c.9 3.1 4.1 13.6-2.1 10.1 0 0 2.6 1.5 4.2 7.2 1.7 5.7 5.8 6.4 5.8 6.4s6.7 1.3 11.7-3c4.2-3.6 4.9-10 3.1-14.9-1.8-4.8-5-6.3-9.7-7.3-4.7-1.1-14.1-2-13 1.5z" class="st3"/><circle cx="92.3" cy="58.1" r="8.8"/><circle cx="90" cy="54.2" r="2.3" fill="#fff" class="st4"/><path fill="#efcca3" d="M78.9 57.7s7.9 5.4 12.2 10.7 4.2 6.3 4.2 6.3l-3.1 1.4s-4.4-8.3-9.8-11.4c-5.5-3.1-6.1-5.7-6.1-5.7z" class="st1"/><path fill="#ccac8d" d="M64.9 54.5c-4.3.1-7.5 2.8-10.4 5.3-3.3 2.9-9.1 4.9-11.4 7.4s-5.4 5-6.5 8.9-1.5 8.9-1.5 10.2.2 1.4-2.7 0c-4.7-2.2-9.9-8.5-9.9-8.5.6 3.9 5.7 7.4 6.2 11.1C30.1 99.1 40 104 64.5 104h.5" class="st3"/><path fill="#56332b" d="M88.1 71.4C83.3 65.5 75.6 60 64.9 60h-.1c-10.7 0-18.4 5.5-23.2 11.4-5 6.1-4.6 8.5-4.6 14.3 0 21 7.4 15 12.3 17.6 5 2.5 10.2 1.7 15.5 1.7h.1c5.4 0 10.5.7 15.5-1.8 4.9-2.5 12.3 3.7 12.3-17.3.1-5.8.4-8.4-4.6-14.5z" class="st7"/><path fill="#442823" d="M64.4 65.2s-.7 9.7-2.1 11.6l2.6-.6z" class="st8"/><path fill="#442823" d="M65.1 65.2s.7 9.7 2.1 11.6l-2.6-.6z" class="st8"/><path fill="#56332b" d="M56.7 62.9c-1-2.3 2.6-6 8.3-6.1 5.7 0 9.3 3.7 8.3 6.1S68.7 66 65 66.1c-3.6-.1-7.3-.8-8.3-3.2z" class="st7"/><path d="M65 65.2c0-.4 3.4-.5 5.2-1.7 0 0-3.7 1.2-4.5.7-.8-.4-1-1.6-1-1.6s-.3 1.2-.9 1.6c-.7.4-4.9-.7-4.9-.7s5.6 1.4 5.6 1.7-.1 1.3-.1 2c0 2.5 0 8.7.4 9.2.6.9.4-6.7.4-9.2-.1-.8-.1-1.6-.2-2z"/><path fill="#7f4a41" d="M65.2 78.6c1.7 0 4.7 1.2 7.4 3.1-2.6-2.9-5.7-4.9-7.4-4.9-1.8 0-5.6 2.2-8.3 5.4 2.8-2.2 6.4-3.6 8.3-3.6z" class="st9"/><g fill="#442823"><path d="M64.5 96.3c-3.8 0-7.5-1.2-10.9-2.1-.7-.2-1.4.3-2.1.1-6.3-2-11.4-5.4-14.5-9.7v1c0 21 7.4 15.1 12.3 17.6 5 2.5 10.2 1.7 15.5 1.7h.1c5.4 0 10.5.7 15.5-1.8 4.9-2.5 12.3 3.6 12.3-17.4 0-.8 0-1.6.1-2.3-2.9 4.7-8.2 8.4-14.8 10.6-.6.2-2-.3-2.6-.2-3.6 1.2-6.8 2.5-10.9 2.5z" class="st8"/><path d="M55 85s-2.5 7.5-.8 10.8l-2.3-1s1.7-7.6 3.1-9.8zm19.8 0s2.5 7.5.8 10.8l2.3-1s-1.8-7.6-3.1-9.8z" class="st8"/></g><path fill="#ccac8d" d="M48.6 46.7c-.9 3.1-4.1 13.6 2.1 10.1 0 0-2.6 1.5-4.2 7.2s-5.8 6.4-5.8 6.4-6.7 1.3-11.7-3c-4.2-3.6-4.9-10-3.1-14.9s5-6.3 9.7-7.3c4.7-1.1 14-2 13 1.5z" class="st3"/><path d="M64.9 76.8c2.7 0 11.1 5.8 11.2 12.9v-.4c0-7.4-6.8-13.3-11.2-13.3s-11.2 6-11.2 13.3v.4c.1-7.1 8.5-12.9 11.2-12.9z"/><g fill="#331712"><ellipse cx="66.7" cy="61.5" class="st10" rx=".8" ry="1.5" transform="rotate(-14.465 66.71 61.469)"/><ellipse cx="62.4" cy="61.5" class="st10" rx=".8" ry="1.5" transform="rotate(17.235 62.372 61.463)"/></g><circle cx="37.2" cy="58.1" r="8.8"/><circle cx="39.5" cy="54.2" r="2.3" fill="#fff" class="st4"/><path fill="#7f4a41" d="M67.5 58.2c0-.1-2.3 1-2.9 1.1-.6-.1-2.9-1.2-2.9-1.1h5.8z" class="st9"/><path fill="#efcca3" d="M50 57.7s-7.9 5.4-12.2 10.7-4.2 6.3-4.2 6.3l3.1 1.4s4.4-8.3 9.8-11.4 6.1-5.7 6.1-5.7z" class="st1"/><path fill="#ccac8d" d="M32.7 41.7S30 49.1 24 52.2c0 0 9.4-1.1 8.7-10.5zm63.1 0s2.7 7.4 8.7 10.5c0 0-9.4-1.1-8.7-10.5zM78.7 55.5s-5.9-6.2-13.8-6.4h.2c-8 .2-13.8 6.4-13.8 6.4 6.9-4.8 12.8-4.7 13.8-4.7-.1 0 6.7-.1 13.6 4.7zm-6.9-13s-3-4.2-7-4.3h.2c-3 .1-6.9 4.3-6.9 4.3 3.4-3.3 6.9-3.2 6.9-3.2s3.3-.1 6.8 3.2zM37.2 73.2s-4.7 2.3-8.1.9H29c-3-1.7-4.5-6.8-4.5-6.8s3 9 12.7 5.9zm54.8 0s4.7 2.3 8.1.9c4-1.7 4.6-6.8 4.6-6.8s-3 9-12.7 5.9z" class="st3"/><path fill="#ccac8d" d="M42.6 41.2c2.6-.5 6.9-.6 10.3.5 4.3 1.5.8 7 1.7 7.3s2.1-3.8 10.1-3.4c8.1.4 9 4 10.1 3.4s-1.1-10 11-7.8c0 0-12.7-3.4-12.1 5.8 0 0-7.3-5.6-17.5-.6.1 0 2.7-8.6-13.6-5.2zm44.3 0c.2 0 .3.1.4.1s-.1-.1-.4-.1zm0 0zM39.1 28.9S28.3 42.5 26.7 47.7c-1.6 5.3-2.8 27-4.2 30.1l-5-21.4 9.2-22.3zm50.8 0s10.8 13.6 12.4 18.8c1.6 5.3 2.8 27 4.2 30.1l5-21.4-9.2-22.3z" class="st3"/><path fill="#56332b" d="M89.4 28.9s11.6 9.7 15 20.9 2 24.8 4.6 26.5c3.7 2.4 7.9-11.9 9.3-13.4 2.2-2.4 9.5-8.5 10-9.6s-14.8-17.8-21.5-21.1c-8.1-3.8-18.1-4.1-17.4-3.3z" class="st7"/><path fill="#442823" d="M99.3 34.9s13.7 17.5 13.5 39.3l5.5-11.2c-.1 0-4.9-14.3-19-28.1z" class="st8"/><path fill="#56332b" d="M39.1 28.9s-11.6 9.7-15 20.9-2 24.8-4.6 26.5c-3.7 2.4-7.9-11.9-9.3-13.4C8 60.5.7 54.4.2 53.3S15 35.5 21.7 32.2c8.1-3.8 18.1-4.1 17.4-3.3z" class="st7"/><path fill="#442823" d="M29.2 34.9S15.5 52.4 15.7 74.2L10.3 63s4.8-14.3 18.9-28.1z" class="st8"/><path fill="#ccac8d" d="M21.8 74.6s1 5.4 2.6 7.1.5-1.3.5-1.3-1.7-.9-1.4-7.8-1.7 2-1.7 2zm85.3 0s-1 5.4-2.6 7.1-.5-1.3-.5-1.3 1.7-.9 1.4-7.8 1.7 2 1.7 2z" class="st3"/><g fill="#442823"><circle cx="54.5" cy="70.5" r=".8" class="st8"/><circle cx="49.9" cy="75.3" r=".8" class="st8"/><circle cx="48.4" cy="70.5" r=".8" class="st8"/></g><g fill="#442823"><circle cx="74" cy="70.5" r=".8" class="st8"/><circle cx="78.6" cy="75.3" r=".8" class="st8"/><circle cx="80.1" cy="70.5" r=".8" class="st8"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g transform="translate(-.25 -1.71)"><path fill="#FFE0B2" d="M107.4 50.9c-.2-4.4.4-8.3-1.6-11.6-4.8-8.2-16.8-13-40.8-13v.7h-.5.5v-.7c-24 0-36.6 4.8-41.4 13.1-1.9 3.4-1.7 7.2-2 11.6-.2 3.5-1.8 7.2-1.1 11.2.8 5.2 1.1 10.4 1.9 15.2.6 3.9 6 7.2 6.5 10.9 1.4 10.2 12 14.9 36 14.9v.8h-.6.7v-.8c24 0 34.2-4.7 35.5-14.9.5-3.8 5.5-7 6.1-10.9.8-4.8 1.1-10 1.9-15.2.7-4-.9-7.8-1.1-11.3z"/><path fill="#FFE0B2" d="M64.6 54.5c4.3.1 7.3 2.8 10.1 5.3 3.3 2.9 8.9 4.9 11.2 7.4s5.3 5 6.4 8.9 1.4 8.9 1.4 10.2.7 1 2.7 0c4.7-2.3 9.9-8.5 9.9-8.5-.6 3.9-5.7 7.4-6.2 11.1C98.9 99.1 89 104 64.5 104h-.1.6"/><path fill="#FFE0B2" d="M80.4 46.7c.9 3.1 4.1 13.6-2.1 10.1 0 0 2.6 1.5 4.2 7.2 1.7 5.7 5.8 6.4 5.8 6.4s6.7 1.3 11.7-3c4.2-3.6 4.9-10 3.1-14.9-1.8-4.8-5-6.3-9.7-7.3-4.7-1.1-14.1-2-13 1.5z"/><circle cx="92.3" cy="58.1" r="8.8"/><circle cx="90" cy="54.2" r="2.3" fill="#FAFAFA"/><path fill="#FFE0B2" d="M78.9 57.7s7.9 5.4 12.2 10.7 4.2 6.3 4.2 6.3l-3.1 1.4s-4.4-8.3-9.8-11.4c-5.5-3.1-6.1-5.7-6.1-5.7zm-14-3.2c-4.3.1-7.5 2.8-10.4 5.3-3.3 2.9-9.1 4.9-11.4 7.4s-5.4 5-6.5 8.9-1.5 8.9-1.5 10.2.2 1.4-2.7 0c-4.7-2.2-9.9-8.5-9.9-8.5.6 3.9 5.7 7.4 6.2 11.1C30.1 99.1 40 104 64.5 104h.5"/><path fill="#4E342E" d="M88.1 71.4C83.3 65.5 75.6 60 64.9 60h-.1c-10.7 0-18.4 5.5-23.2 11.4-5 6.1-4.6 8.5-4.6 14.3 0 21 7.4 15 12.3 17.6 5 2.5 10.2 1.7 15.5 1.7h.1c5.4 0 10.5.7 15.5-1.8 4.9-2.5 12.3 3.7 12.3-17.3.1-5.8.4-8.4-4.6-14.5z"/><path fill="#3E2723" d="M64.4 65.2s-.7 9.7-2.1 11.6l2.6-.6z"/><path fill="#3E2723" d="M65.1 65.2s.7 9.7 2.1 11.6l-2.6-.6z"/><path fill="#4E342E" d="M56.7 62.9c-1-2.3 2.6-6 8.3-6.1 5.7 0 9.3 3.7 8.3 6.1S68.7 66 65 66.1c-3.6-.1-7.3-.8-8.3-3.2z"/><path d="M65 65.2c0-.4 3.4-.5 5.2-1.7 0 0-3.7 1.2-4.5.7-.8-.4-1-1.6-1-1.6s-.3 1.2-.9 1.6c-.7.4-4.9-.7-4.9-.7s5.6 1.4 5.6 1.7-.1 1.3-.1 2c0 2.5 0 8.7.4 9.2.6.9.4-6.7.4-9.2-.1-.8-.1-1.6-.2-2z"/><path fill="#795548" d="M65.2 78.6c1.7 0 4.7 1.2 7.4 3.1-2.6-2.9-5.7-4.9-7.4-4.9-1.8 0-5.6 2.2-8.3 5.4 2.8-2.2 6.4-3.6 8.3-3.6z"/><g fill="#3E2723"><path d="M64.5 96.3c-3.8 0-7.5-1.2-10.9-2.1-.7-.2-1.4.3-2.1.1-6.3-2-11.4-5.4-14.5-9.7v1c0 21 7.4 15.1 12.3 17.6 5 2.5 10.2 1.7 15.5 1.7h.1c5.4 0 10.5.7 15.5-1.8 4.9-2.5 12.3 3.6 12.3-17.4 0-.8 0-1.6.1-2.3-2.9 4.7-8.2 8.4-14.8 10.6-.6.2-2-.3-2.6-.2-3.6 1.2-6.8 2.5-10.9 2.5z"/><path d="M55 85s-2.5 7.5-.8 10.8l-2.3-1s1.7-7.6 3.1-9.8zm19.8 0s2.5 7.5.8 10.8l2.3-1s-1.8-7.6-3.1-9.8z"/></g><path fill="#FFE0B2" d="M48.6 46.7c-.9 3.1-4.1 13.6 2.1 10.1 0 0-2.6 1.5-4.2 7.2s-5.8 6.4-5.8 6.4-6.7 1.3-11.7-3c-4.2-3.6-4.9-10-3.1-14.9s5-6.3 9.7-7.3c4.7-1.1 14-2 13 1.5z"/><path d="M64.9 76.8c2.7 0 11.1 5.8 11.2 12.9v-.4c0-7.4-6.8-13.3-11.2-13.3s-11.2 6-11.2 13.3v.4c.1-7.1 8.5-12.9 11.2-12.9z"/><g fill="#3E2723"><ellipse cx="66.7" cy="61.5" rx=".8" ry="1.5" transform="rotate(-14.465 66.71 61.469)"/><ellipse cx="62.4" cy="61.5" rx=".8" ry="1.5" transform="rotate(17.235 62.372 61.463)"/></g><circle cx="37.2" cy="58.1" r="8.8"/><circle cx="39.5" cy="54.2" r="2.3" fill="#FAFAFA"/><path fill="#795548" d="M67.5 58.2c0-.1-2.3 1-2.9 1.1-.6-.1-2.9-1.2-2.9-1.1h5.8z"/><path fill="#FFE0B2" d="M50 57.7s-7.9 5.4-12.2 10.7-4.2 6.3-4.2 6.3l3.1 1.4s4.4-8.3 9.8-11.4 6.1-5.7 6.1-5.7z"/><path fill="#FFE0B2" d="M32.7 41.7S30 49.1 24 52.2c0 0 9.4-1.1 8.7-10.5zm63.1 0s2.7 7.4 8.7 10.5c0 0-9.4-1.1-8.7-10.5zM78.7 55.5s-5.9-6.2-13.8-6.4h.2c-8 .2-13.8 6.4-13.8 6.4 6.9-4.8 12.8-4.7 13.8-4.7-.1 0 6.7-.1 13.6 4.7zm-6.9-13s-3-4.2-7-4.3h.2c-3 .1-6.9 4.3-6.9 4.3 3.4-3.3 6.9-3.2 6.9-3.2s3.3-.1 6.8 3.2zM37.2 73.2s-4.7 2.3-8.1.9H29c-3-1.7-4.5-6.8-4.5-6.8s3 9 12.7 5.9zm54.8 0s4.7 2.3 8.1.9c4-1.7 4.6-6.8 4.6-6.8s-3 9-12.7 5.9z"/><path fill="#FFE0B2" d="M42.6 41.2c2.6-.5 6.9-.6 10.3.5 4.3 1.5.8 7 1.7 7.3s2.1-3.8 10.1-3.4c8.1.4 9 4 10.1 3.4s-1.1-10 11-7.8c0 0-12.7-3.4-12.1 5.8 0 0-7.3-5.6-17.5-.6.1 0 2.7-8.6-13.6-5.2zm44.3 0c.2 0 .3.1.4.1s-.1-.1-.4-.1zm0 0zM39.1 28.9S28.3 42.5 26.7 47.7c-1.6 5.3-2.8 27-4.2 30.1l-5-21.4 9.2-22.3zm50.8 0s10.8 13.6 12.4 18.8c1.6 5.3 2.8 27 4.2 30.1l5-21.4-9.2-22.3z"/><path fill="#4E342E" d="M89.4 28.9s11.6 9.7 15 20.9 2 24.8 4.6 26.5c3.7 2.4 7.9-11.9 9.3-13.4 2.2-2.4 9.5-8.5 10-9.6s-14.8-17.8-21.5-21.1c-8.1-3.8-18.1-4.1-17.4-3.3z"/><path fill="#3E2723" d="M99.3 34.9s13.7 17.5 13.5 39.3l5.5-11.2c-.1 0-4.9-14.3-19-28.1z"/><path fill="#4E342E" d="M39.1 28.9s-11.6 9.7-15 20.9-2 24.8-4.6 26.5c-3.7 2.4-7.9-11.9-9.3-13.4C8 60.5.7 54.4.2 53.3S15 35.5 21.7 32.2c8.1-3.8 18.1-4.1 17.4-3.3z"/><path fill="#3E2723" d="M29.2 34.9S15.5 52.4 15.7 74.2L10.3 63s4.8-14.3 18.9-28.1z"/><path fill="#FFE0B2" d="M21.8 74.6s1 5.4 2.6 7.1.5-1.3.5-1.3-1.7-.9-1.4-7.8-1.7 2-1.7 2zm85.3 0s-1 5.4-2.6 7.1-.5-1.3-.5-1.3 1.7-.9 1.4-7.8 1.7 2 1.7 2z"/><g fill="#3E2723"><circle cx="54.5" cy="70.5" r=".8"/><circle cx="49.9" cy="75.3" r=".8"/><circle cx="48.4" cy="70.5" r=".8"/></g><g fill="#3E2723"><circle cx="74" cy="70.5" r=".8"/><circle cx="78.6" cy="75.3" r=".8"/><circle cx="80.1" cy="70.5" r=".8"/></g></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><path fill="#00bfa5" d="M2.822 19.073q-.159 0-.159-.292l-.013-2.138q0-.16.013-.173.066-.2 3.307-2.298 3.24-2.085 3.254-2.152-.173-.239-3.413-2.35-3.148-2.033-3.148-2.232V5.233q0-.305.213-.305h1.912q.252 0 3.56 2.497 3.32 2.497 3.586 2.497.292 0 3.639-2.484t3.546-2.484h2.045q.186 0 .186.36 0 .37-.026 1.115t-.027 1.115q0 .067-.61.492-1.966 1.248-5.871 3.772-.093.066-.2.226.094.186 3.414 2.297 3.267 2.085 3.267 2.271v2.099q0 .345-.186.345h-2.045q-.332 0-3.626-2.484-3.294-2.47-3.466-2.47-.213 0-3.613 2.484-3.387 2.497-3.626 2.497z" aria-label="X"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#00bfa5" d="M2.822 19.073q-.159 0-.159-.292l-.013-2.138q0-.16.013-.173.066-.2 3.307-2.298 3.24-2.085 3.254-2.152-.173-.239-3.413-2.35-3.148-2.033-3.148-2.232V5.233q0-.305.213-.305h1.912q.252 0 3.56 2.497 3.32 2.497 3.586 2.497.292 0 3.639-2.484t3.546-2.484h2.045q.186 0 .186.36 0 .37-.026 1.115t-.027 1.115q0 .067-.61.492-1.966 1.248-5.871 3.772-.093.066-.2.226.094.186 3.414 2.297 3.267 2.085 3.267 2.271v2.099q0 .345-.186.345h-2.045q-.332 0-3.626-2.484-3.294-2.47-3.466-2.47-.213 0-3.613 2.484-3.387 2.497-3.626 2.497z" aria-label="X"/></svg>
package/icons/python.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#3c78aa" d="M9.86 2A2.86 2.86 0 0 0 7 4.86v1.68h4.29c.39 0 .71.57.71.96H4.86A2.86 2.86 0 0 0 2 10.36v3.781a2.86 2.86 0 0 0 2.86 2.86h1.18v-2.68a2.85 2.85 0 0 1 2.85-2.86h5.25c1.58 0 2.86-1.271 2.86-2.851V4.86A2.86 2.86 0 0 0 14.14 2zm-.72 1.61c.4 0 .72.12.72.71s-.32.891-.72.891c-.39 0-.71-.3-.71-.89s.32-.711.71-.711z"/><path fill="#fdd835" d="M17.959 7v2.68a2.85 2.85 0 0 1-2.85 2.859H9.86A2.85 2.85 0 0 0 7 15.389v3.75a2.86 2.86 0 0 0 2.86 2.86h4.28A2.86 2.86 0 0 0 17 19.14v-1.68h-4.291c-.39 0-.709-.57-.709-.96h7.14A2.86 2.86 0 0 0 22 13.64V9.86A2.86 2.86 0 0 0 19.14 7zM8.32 11.513l-.004.004c.012-.002.025-.001.038-.004zm6.54 7.276c.39 0 .71.3.71.89a.71.71 0 0 1-.71.71c-.4 0-.72-.12-.72-.71s.32-.89.72-.89z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#0288D1" d="M9.86 2A2.86 2.86 0 0 0 7 4.86v1.68h4.29c.39 0 .71.57.71.96H4.86A2.86 2.86 0 0 0 2 10.36v3.781a2.86 2.86 0 0 0 2.86 2.86h1.18v-2.68a2.85 2.85 0 0 1 2.85-2.86h5.25c1.58 0 2.86-1.271 2.86-2.851V4.86A2.86 2.86 0 0 0 14.14 2zm-.72 1.61c.4 0 .72.12.72.71s-.32.891-.72.891c-.39 0-.71-.3-.71-.89s.32-.711.71-.711z"/><path fill="#fdd835" d="M17.959 7v2.68a2.85 2.85 0 0 1-2.85 2.859H9.86A2.85 2.85 0 0 0 7 15.389v3.75a2.86 2.86 0 0 0 2.86 2.86h4.28A2.86 2.86 0 0 0 17 19.14v-1.68h-4.291c-.39 0-.709-.57-.709-.96h7.14A2.86 2.86 0 0 0 22 13.64V9.86A2.86 2.86 0 0 0 19.14 7zM8.32 11.513l-.004.004c.012-.002.025-.001.038-.004zm6.54 7.276c.39 0 .71.3.71.89a.71.71 0 0 1-.71.71c-.4 0-.72-.12-.72-.71s.32-.89.72-.89z"/></svg>
package/icons/qwik.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><g fill="none"><path fill="#29b6f6" d="m19.26 22.182-3.657-3.636-.056.008v-.04l-7.776-7.678 1.916-1.85-1.126-6.46-5.341 6.62c-.91.917-1.078 2.408-.423 3.508l3.337 5.534a2.802 2.802 0 0 0 2.435 1.356l1.653-.016z"/><path fill="#b388ff" d="m21.255 9.018-.734-1.356-.383-.693-.152-.272-.016.016-2.012-3.484a2.817 2.817 0 0 0-2.467-1.411l-1.765.047-5.261.016A2.817 2.817 0 0 0 6.054 3.27L2.852 9.616 8.577 2.51l7.505 8.245-1.334 1.347.799 6.451.008-.016v.016h-.016l.016.016.623.606 3.025 2.958c.128.12.336-.024.248-.175l-1.868-3.676 3.257-6.02.104-.12c.04-.048.08-.096.112-.143.638-.87.726-2.034.2-2.983z"/><path fill="#eceff1" d="M16.106 10.724 8.576 2.52l1.07 6.427-1.916 1.858 7.8 7.742-.702-6.426z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#29b6f6" d="m19.26 22.182-3.657-3.636-.056.008v-.04l-7.776-7.678 1.916-1.85-1.126-6.46-5.341 6.62c-.91.917-1.078 2.408-.423 3.508l3.337 5.534a2.802 2.802 0 0 0 2.435 1.356l1.653-.016z"/><path fill="#b388ff" d="m21.255 9.018-.734-1.356-.383-.693-.152-.272-.016.016-2.012-3.484a2.817 2.817 0 0 0-2.467-1.411l-1.765.047-5.261.016A2.817 2.817 0 0 0 6.054 3.27L2.852 9.616 8.577 2.51l7.505 8.245-1.334 1.347.799 6.451.008-.016v.016h-.016l.016.016.623.606 3.025 2.958c.128.12.336-.024.248-.175l-1.868-3.676 3.257-6.02.104-.12c.04-.048.08-.096.112-.143.638-.87.726-2.034.2-2.983z"/><path fill="#eceff1" d="M16.106 10.724 8.576 2.52l1.07 6.427-1.916 1.858 7.8 7.742-.702-6.426z"/></svg>
package/icons/racket.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 511.875 511.824"><path fill="#0288d1" d="M416.17 381.6c27.189-34.614 43.405-78.256 43.405-125.685 0-112.466-91.168-203.634-203.634-203.634-24.464 0-47.92 4.319-69.65 12.228 82.671 43.366 192.023 184.854 229.88 317.097z"/><path fill="#e53935" d="M226.77 182.174c-31.766-34.221-67.34-61.4-105.015-79.425-42.569 37.324-69.453 92.102-69.453 153.162 0 51.344 19.009 98.24 50.365 134.06 27.641-83.049 79.607-163.09 124.108-207.8zm37.526 46.176c-44.085 47.512-88.014 130.681-103.913 207.415 28.498 15.172 61.02 23.783 95.561 23.783 35.508 0 68.888-9.097 97.951-25.074-16.752-77.405-48.375-148.294-89.591-206.127z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.875 511.824"><path fill="#0288d1" d="M416.17 381.6c27.189-34.614 43.405-78.256 43.405-125.685 0-112.466-91.168-203.634-203.634-203.634-24.464 0-47.92 4.319-69.65 12.228 82.671 43.366 192.023 184.854 229.88 317.097z"/><path fill="#e53935" d="M226.77 182.174c-31.766-34.221-67.34-61.4-105.015-79.425-42.569 37.324-69.453 92.102-69.453 153.162 0 51.344 19.009 98.24 50.365 134.06 27.641-83.049 79.607-163.09 124.108-207.8zm37.526 46.176c-44.085 47.512-88.014 130.681-103.913 207.415 28.498 15.172 61.02 23.783 95.561 23.783 35.508 0 68.888-9.097 97.951-25.074-16.752-77.405-48.375-148.294-89.591-206.127z"/></svg>
package/icons/readme.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path fill="#42a5f5" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path d="M0 0h24v24H0z"/><path fill="#42a5f5" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>
package/icons/red.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 200 200"><path fill="#fbc02d" d="M100 60.234V10.322L74.999 47.28z"/><path fill="#b71c1c" d="m100 125.001 57.34-29.893-25.002-36.958L100 75z"/><path fill="#f9a825" d="M100 10.322v49.912l25.001-12.954z"/><path fill="#b71c1c" d="M100 139.766v49.912l89.678-46.65-25.001-36.959z"/><path fill="#e53935" d="M100 139.766 35.323 106.07l-25.001 36.958L100 189.678zm0-14.765V75L67.662 58.15 42.66 95.108z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="#fbc02d" d="M100 60.234V10.322L74.999 47.28z"/><path fill="#b71c1c" d="m100 125.001 57.34-29.893-25.002-36.958L100 75z"/><path fill="#f9a825" d="M100 10.322v49.912l25.001-12.954z"/><path fill="#b71c1c" d="M100 139.766v49.912l89.678-46.65-25.001-36.959z"/><path fill="#e53935" d="M100 139.766 35.323 106.07l-25.001 36.958L100 189.678zm0-14.765V75L67.662 58.15 42.66 95.108z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" clip-rule="evenodd" viewBox="0 0 24 24"><g fill="#ab47bc" stroke="#ab47bc" stroke-miterlimit="4" stroke-width=".435"><path d="M15.878 15.787a1.437 1.437 0 0 0-.154-2.866h-.05a1.432 1.432 0 0 0-1.382 1.484c.025.384.179.717.41.947-.87 1.714-2.201 2.968-4.197 4.017-1.356.717-2.764.972-4.17.793-1.152-.153-2.048-.665-2.61-1.51-.82-1.253-.896-2.61-.205-3.965.486-.973 1.253-1.69 1.74-2.047a13.804 13.804 0 0 1-.333-1.305c-3.71 2.686-3.326 6.32-2.2 8.034.844 1.28 2.558 2.073 4.451 2.073a6.29 6.29 0 0 0 1.536-.18c3.275-.64 5.757-2.584 7.164-5.475z"/><path d="M20.381 12.614c-1.944-2.277-4.81-3.53-8.085-3.53h-.41a1.406 1.406 0 0 0-1.253-.769h-.051A1.432 1.432 0 0 0 9.2 9.8a1.437 1.437 0 0 0 1.433 1.381h.05a1.441 1.441 0 0 0 1.255-.87h.46c1.945 0 3.787.563 5.45 1.663 1.28.845 2.2 1.945 2.712 3.276.435 1.074.41 2.123-.05 3.019-.717 1.356-1.92 2.098-3.506 2.098a6.544 6.544 0 0 1-2.508-.537c-.281.256-.793.665-1.151.92 1.1.513 2.226.794 3.3.794 2.457 0 4.274-1.356 4.965-2.712.742-1.484.69-4.043-1.229-6.218z"/><path d="M7.383 16.222a1.437 1.437 0 0 0 1.433 1.382h.051a1.432 1.432 0 0 0 1.382-1.484 1.437 1.437 0 0 0-1.433-1.382h-.051c-.051 0-.128 0-.18.025-1.048-1.74-1.483-3.633-1.33-5.68.103-1.535.614-2.866 1.51-3.966.742-.947 2.175-1.407 3.147-1.433 2.712-.05 3.864 3.327 3.94 4.683.333.076.896.256 1.28.383-.307-4.145-2.866-6.294-5.322-6.294-2.303 0-4.427 1.663-5.271 4.12-1.177 3.275-.41 6.422 1.023 8.904a1.15 1.15 0 0 0-.179.742z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" stroke-linejoin="round" stroke-miterlimit="1.414" clip-rule="evenodd" viewBox="0 0 24 24"><g fill="#ab47bc" stroke="#ab47bc" stroke-miterlimit="4" stroke-width=".435"><path d="M15.878 15.787a1.437 1.437 0 0 0-.154-2.866h-.05a1.432 1.432 0 0 0-1.382 1.484c.025.384.179.717.41.947-.87 1.714-2.201 2.968-4.197 4.017-1.356.717-2.764.972-4.17.793-1.152-.153-2.048-.665-2.61-1.51-.82-1.253-.896-2.61-.205-3.965.486-.973 1.253-1.69 1.74-2.047a13.804 13.804 0 0 1-.333-1.305c-3.71 2.686-3.326 6.32-2.2 8.034.844 1.28 2.558 2.073 4.451 2.073a6.29 6.29 0 0 0 1.536-.18c3.275-.64 5.757-2.584 7.164-5.475z"/><path d="M20.381 12.614c-1.944-2.277-4.81-3.53-8.085-3.53h-.41a1.406 1.406 0 0 0-1.253-.769h-.051A1.432 1.432 0 0 0 9.2 9.8a1.437 1.437 0 0 0 1.433 1.381h.05a1.441 1.441 0 0 0 1.255-.87h.46c1.945 0 3.787.563 5.45 1.663 1.28.845 2.2 1.945 2.712 3.276.435 1.074.41 2.123-.05 3.019-.717 1.356-1.92 2.098-3.506 2.098a6.544 6.544 0 0 1-2.508-.537c-.281.256-.793.665-1.151.92 1.1.513 2.226.794 3.3.794 2.457 0 4.274-1.356 4.965-2.712.742-1.484.69-4.043-1.229-6.218z"/><path d="M7.383 16.222a1.437 1.437 0 0 0 1.433 1.382h.051a1.432 1.432 0 0 0 1.382-1.484 1.437 1.437 0 0 0-1.433-1.382h-.051c-.051 0-.128 0-.18.025-1.048-1.74-1.483-3.633-1.33-5.68.103-1.535.614-2.866 1.51-3.966.742-.947 2.175-1.407 3.147-1.433 2.712-.05 3.864 3.327 3.94 4.683.333.076.896.256 1.28.383-.307-4.145-2.866-6.294-5.322-6.294-2.303 0-4.427 1.663-5.271 4.12-1.177 3.275-.41 6.422 1.023 8.904a1.15 1.15 0 0 0-.179.742z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" clip-rule="evenodd" viewBox="0 0 24 24"><g fill="#ef5350" stroke="#ef5350" stroke-miterlimit="4" stroke-width=".435"><path d="M15.878 15.787a1.437 1.437 0 0 0-.154-2.866h-.05a1.432 1.432 0 0 0-1.382 1.484c.025.384.179.717.41.947-.87 1.714-2.201 2.968-4.197 4.017-1.356.717-2.764.972-4.17.793-1.152-.153-2.048-.665-2.61-1.51-.82-1.253-.896-2.61-.205-3.965.486-.973 1.253-1.69 1.74-2.047a13.804 13.804 0 0 1-.333-1.305c-3.71 2.686-3.326 6.32-2.2 8.034.844 1.28 2.558 2.073 4.451 2.073a6.29 6.29 0 0 0 1.536-.18c3.275-.64 5.757-2.584 7.164-5.475z"/><path d="M20.381 12.614c-1.944-2.277-4.81-3.53-8.085-3.53h-.41a1.406 1.406 0 0 0-1.253-.769h-.051A1.432 1.432 0 0 0 9.2 9.8a1.437 1.437 0 0 0 1.433 1.381h.05a1.441 1.441 0 0 0 1.255-.87h.46c1.945 0 3.787.563 5.45 1.663 1.28.845 2.2 1.945 2.712 3.276.435 1.074.41 2.123-.05 3.019-.717 1.356-1.92 2.098-3.506 2.098a6.544 6.544 0 0 1-2.508-.537c-.281.256-.793.665-1.151.92 1.1.513 2.226.794 3.3.794 2.457 0 4.274-1.356 4.965-2.712.742-1.484.69-4.043-1.229-6.218z"/><path d="M7.383 16.222a1.437 1.437 0 0 0 1.433 1.382h.051a1.432 1.432 0 0 0 1.382-1.484 1.437 1.437 0 0 0-1.433-1.382h-.051c-.051 0-.128 0-.18.025-1.048-1.74-1.483-3.633-1.33-5.68.103-1.535.614-2.866 1.51-3.966.742-.947 2.175-1.407 3.147-1.433 2.712-.05 3.864 3.327 3.94 4.683.333.076.896.256 1.28.383-.307-4.145-2.866-6.294-5.322-6.294-2.303 0-4.427 1.663-5.271 4.12-1.177 3.275-.41 6.422 1.023 8.904a1.15 1.15 0 0 0-.179.742z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" stroke-linejoin="round" stroke-miterlimit="1.414" clip-rule="evenodd" viewBox="0 0 24 24"><g fill="#ef5350" stroke="#ef5350" stroke-miterlimit="4" stroke-width=".435"><path d="M15.878 15.787a1.437 1.437 0 0 0-.154-2.866h-.05a1.432 1.432 0 0 0-1.382 1.484c.025.384.179.717.41.947-.87 1.714-2.201 2.968-4.197 4.017-1.356.717-2.764.972-4.17.793-1.152-.153-2.048-.665-2.61-1.51-.82-1.253-.896-2.61-.205-3.965.486-.973 1.253-1.69 1.74-2.047a13.804 13.804 0 0 1-.333-1.305c-3.71 2.686-3.326 6.32-2.2 8.034.844 1.28 2.558 2.073 4.451 2.073a6.29 6.29 0 0 0 1.536-.18c3.275-.64 5.757-2.584 7.164-5.475z"/><path d="M20.381 12.614c-1.944-2.277-4.81-3.53-8.085-3.53h-.41a1.406 1.406 0 0 0-1.253-.769h-.051A1.432 1.432 0 0 0 9.2 9.8a1.437 1.437 0 0 0 1.433 1.381h.05a1.441 1.441 0 0 0 1.255-.87h.46c1.945 0 3.787.563 5.45 1.663 1.28.845 2.2 1.945 2.712 3.276.435 1.074.41 2.123-.05 3.019-.717 1.356-1.92 2.098-3.506 2.098a6.544 6.544 0 0 1-2.508-.537c-.281.256-.793.665-1.151.92 1.1.513 2.226.794 3.3.794 2.457 0 4.274-1.356 4.965-2.712.742-1.484.69-4.043-1.229-6.218z"/><path d="M7.383 16.222a1.437 1.437 0 0 0 1.433 1.382h.051a1.432 1.432 0 0 0 1.382-1.484 1.437 1.437 0 0 0-1.433-1.382h-.051c-.051 0-.128 0-.18.025-1.048-1.74-1.483-3.633-1.33-5.68.103-1.535.614-2.866 1.51-3.966.742-.947 2.175-1.407 3.147-1.433 2.712-.05 3.864 3.327 3.94 4.683.333.076.896.256 1.28.383-.307-4.145-2.866-6.294-5.322-6.294-2.303 0-4.427 1.663-5.271 4.12-1.177 3.275-.41 6.422 1.023 8.904a1.15 1.15 0 0 0-.179.742z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" clip-rule="evenodd" viewBox="0 0 24 24"><g fill="#ff6e40" stroke="#ff6e40" stroke-miterlimit="4" stroke-width=".435"><path d="M15.878 15.787a1.437 1.437 0 0 0-.154-2.866h-.05a1.432 1.432 0 0 0-1.382 1.484c.025.384.179.717.41.947-.87 1.714-2.201 2.968-4.197 4.017-1.356.717-2.764.972-4.17.793-1.152-.153-2.048-.665-2.61-1.51-.82-1.253-.896-2.61-.205-3.965.486-.973 1.253-1.69 1.74-2.047a13.804 13.804 0 0 1-.333-1.305c-3.71 2.686-3.326 6.32-2.2 8.034.844 1.28 2.558 2.073 4.451 2.073a6.29 6.29 0 0 0 1.536-.18c3.275-.64 5.757-2.584 7.164-5.475z"/><path d="M20.381 12.614c-1.944-2.277-4.81-3.53-8.085-3.53h-.41a1.406 1.406 0 0 0-1.253-.769h-.051A1.432 1.432 0 0 0 9.2 9.8a1.437 1.437 0 0 0 1.433 1.381h.05a1.441 1.441 0 0 0 1.255-.87h.46c1.945 0 3.787.563 5.45 1.663 1.28.845 2.2 1.945 2.712 3.276.435 1.074.41 2.123-.05 3.019-.717 1.356-1.92 2.098-3.506 2.098a6.544 6.544 0 0 1-2.508-.537c-.281.256-.793.665-1.151.92 1.1.513 2.226.794 3.3.794 2.457 0 4.274-1.356 4.965-2.712.742-1.484.69-4.043-1.229-6.218z"/><path d="M7.383 16.222a1.437 1.437 0 0 0 1.433 1.382h.051a1.432 1.432 0 0 0 1.382-1.484 1.437 1.437 0 0 0-1.433-1.382h-.051c-.051 0-.128 0-.18.025-1.048-1.74-1.483-3.633-1.33-5.68.103-1.535.614-2.866 1.51-3.966.742-.947 2.175-1.407 3.147-1.433 2.712-.05 3.864 3.327 3.94 4.683.333.076.896.256 1.28.383-.307-4.145-2.866-6.294-5.322-6.294-2.303 0-4.427 1.663-5.271 4.12-1.177 3.275-.41 6.422 1.023 8.904a1.15 1.15 0 0 0-.179.742z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" stroke-linejoin="round" stroke-miterlimit="1.414" clip-rule="evenodd" viewBox="0 0 24 24"><g fill="#ff6e40" stroke="#ff6e40" stroke-miterlimit="4" stroke-width=".435"><path d="M15.878 15.787a1.437 1.437 0 0 0-.154-2.866h-.05a1.432 1.432 0 0 0-1.382 1.484c.025.384.179.717.41.947-.87 1.714-2.201 2.968-4.197 4.017-1.356.717-2.764.972-4.17.793-1.152-.153-2.048-.665-2.61-1.51-.82-1.253-.896-2.61-.205-3.965.486-.973 1.253-1.69 1.74-2.047a13.804 13.804 0 0 1-.333-1.305c-3.71 2.686-3.326 6.32-2.2 8.034.844 1.28 2.558 2.073 4.451 2.073a6.29 6.29 0 0 0 1.536-.18c3.275-.64 5.757-2.584 7.164-5.475z"/><path d="M20.381 12.614c-1.944-2.277-4.81-3.53-8.085-3.53h-.41a1.406 1.406 0 0 0-1.253-.769h-.051A1.432 1.432 0 0 0 9.2 9.8a1.437 1.437 0 0 0 1.433 1.381h.05a1.441 1.441 0 0 0 1.255-.87h.46c1.945 0 3.787.563 5.45 1.663 1.28.845 2.2 1.945 2.712 3.276.435 1.074.41 2.123-.05 3.019-.717 1.356-1.92 2.098-3.506 2.098a6.544 6.544 0 0 1-2.508-.537c-.281.256-.793.665-1.151.92 1.1.513 2.226.794 3.3.794 2.457 0 4.274-1.356 4.965-2.712.742-1.484.69-4.043-1.229-6.218z"/><path d="M7.383 16.222a1.437 1.437 0 0 0 1.433 1.382h.051a1.432 1.432 0 0 0 1.382-1.484 1.437 1.437 0 0 0-1.433-1.382h-.051c-.051 0-.128 0-.18.025-1.048-1.74-1.483-3.633-1.33-5.68.103-1.535.614-2.866 1.51-3.966.742-.947 2.175-1.407 3.147-1.433 2.712-.05 3.864 3.327 3.94 4.683.333.076.896.256 1.28.383-.307-4.145-2.866-6.294-5.322-6.294-2.303 0-4.427 1.663-5.271 4.12-1.177 3.275-.41 6.422 1.023 8.904a1.15 1.15 0 0 0-.179.742z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" clip-rule="evenodd" viewBox="0 0 24 24"><g fill="#8bc34a" stroke="#8bc34a" stroke-miterlimit="4" stroke-width=".435"><path d="M15.878 15.787a1.437 1.437 0 0 0-.154-2.866h-.05a1.432 1.432 0 0 0-1.382 1.484c.025.384.179.717.41.947-.87 1.714-2.201 2.968-4.197 4.017-1.356.717-2.764.972-4.17.793-1.152-.153-2.048-.665-2.61-1.51-.82-1.253-.896-2.61-.205-3.965.486-.973 1.253-1.69 1.74-2.047a13.804 13.804 0 0 1-.333-1.305c-3.71 2.686-3.326 6.32-2.2 8.034.844 1.28 2.558 2.073 4.451 2.073a6.29 6.29 0 0 0 1.536-.18c3.275-.64 5.757-2.584 7.164-5.475z"/><path d="M20.381 12.614c-1.944-2.277-4.81-3.53-8.085-3.53h-.41a1.406 1.406 0 0 0-1.253-.769h-.051A1.432 1.432 0 0 0 9.2 9.8a1.437 1.437 0 0 0 1.433 1.381h.05a1.441 1.441 0 0 0 1.255-.87h.46c1.945 0 3.787.563 5.45 1.663 1.28.845 2.2 1.945 2.712 3.276.435 1.074.41 2.123-.05 3.019-.717 1.356-1.92 2.098-3.506 2.098a6.544 6.544 0 0 1-2.508-.537c-.281.256-.793.665-1.151.92 1.1.513 2.226.794 3.3.794 2.457 0 4.274-1.356 4.965-2.712.742-1.484.69-4.043-1.229-6.218z"/><path d="M7.383 16.222a1.437 1.437 0 0 0 1.433 1.382h.051a1.432 1.432 0 0 0 1.382-1.484 1.437 1.437 0 0 0-1.433-1.382h-.051c-.051 0-.128 0-.18.025-1.048-1.74-1.483-3.633-1.33-5.68.103-1.535.614-2.866 1.51-3.966.742-.947 2.175-1.407 3.147-1.433 2.712-.05 3.864 3.327 3.94 4.683.333.076.896.256 1.28.383-.307-4.145-2.866-6.294-5.322-6.294-2.303 0-4.427 1.663-5.271 4.12-1.177 3.275-.41 6.422 1.023 8.904a1.15 1.15 0 0 0-.179.742z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" stroke-linejoin="round" stroke-miterlimit="1.414" clip-rule="evenodd" viewBox="0 0 24 24"><g fill="#8bc34a" stroke="#8bc34a" stroke-miterlimit="4" stroke-width=".435"><path d="M15.878 15.787a1.437 1.437 0 0 0-.154-2.866h-.05a1.432 1.432 0 0 0-1.382 1.484c.025.384.179.717.41.947-.87 1.714-2.201 2.968-4.197 4.017-1.356.717-2.764.972-4.17.793-1.152-.153-2.048-.665-2.61-1.51-.82-1.253-.896-2.61-.205-3.965.486-.973 1.253-1.69 1.74-2.047a13.804 13.804 0 0 1-.333-1.305c-3.71 2.686-3.326 6.32-2.2 8.034.844 1.28 2.558 2.073 4.451 2.073a6.29 6.29 0 0 0 1.536-.18c3.275-.64 5.757-2.584 7.164-5.475z"/><path d="M20.381 12.614c-1.944-2.277-4.81-3.53-8.085-3.53h-.41a1.406 1.406 0 0 0-1.253-.769h-.051A1.432 1.432 0 0 0 9.2 9.8a1.437 1.437 0 0 0 1.433 1.381h.05a1.441 1.441 0 0 0 1.255-.87h.46c1.945 0 3.787.563 5.45 1.663 1.28.845 2.2 1.945 2.712 3.276.435 1.074.41 2.123-.05 3.019-.717 1.356-1.92 2.098-3.506 2.098a6.544 6.544 0 0 1-2.508-.537c-.281.256-.793.665-1.151.92 1.1.513 2.226.794 3.3.794 2.457 0 4.274-1.356 4.965-2.712.742-1.484.69-4.043-1.229-6.218z"/><path d="M7.383 16.222a1.437 1.437 0 0 0 1.433 1.382h.051a1.432 1.432 0 0 0 1.382-1.484 1.437 1.437 0 0 0-1.433-1.382h-.051c-.051 0-.128 0-.18.025-1.048-1.74-1.483-3.633-1.33-5.68.103-1.535.614-2.866 1.51-3.966.742-.947 2.175-1.407 3.147-1.433 2.712-.05 3.864 3.327 3.94 4.683.333.076.896.256 1.28.383-.307-4.145-2.866-6.294-5.322-6.294-2.303 0-4.427 1.663-5.271 4.12-1.177 3.275-.41 6.422 1.023 8.904a1.15 1.15 0 0 0-.179.742z"/></g></svg>
package/icons/restql.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><g fill="none"><path fill="#83e8c2" d="M266.377 94.665c-1.327-8.361-6.357-15.836-13.806-20.138L164.349 23.59c-4.303-2.483-9.203-3.795-14.169-3.795s-9.865 1.312-14.166 3.793L47.793 74.524c-8.742 5.05-14.171 14.452-14.171 24.542v101.866c0 10.09 5.429 19.493 14.168 24.54l88.221 50.935c4.305 2.485 9.205 3.796 14.17 3.796s9.863-1.311 14.166-3.795l88.22-50.933c7.453-4.306 12.485-11.78 13.81-20.142zm-22.465 115.817-88.219 50.931a11.023 11.023 0 0 1-11.028 0l-88.219-50.931a11.03 11.03 0 0 1-5.513-9.55V99.066a11.03 11.03 0 0 1 5.513-9.55l88.219-50.934c1.705-.986 3.61-1.477 5.514-1.477s3.808.491 5.514 1.477l88.219 50.934a11.026 11.026 0 0 1 5.513 9.55v101.866a11.03 11.03 0 0 1-5.513 9.55z"/><path fill="#111d5a" d="M249.429 99.066a11.03 11.03 0 0 0-5.513-9.55l-88.219-50.934c-1.705-.986-3.61-1.477-5.514-1.477s-3.809.491-5.514 1.477L56.45 89.516a11.026 11.026 0 0 0-5.513 9.55v101.866a11.03 11.03 0 0 0 5.513 9.55l88.219 50.931a11.023 11.023 0 0 0 11.028 0l88.219-50.931a11.03 11.03 0 0 0 5.513-9.55zm-63.612 43.093c.162-.094.33-.16.497-.203.06-.016.12-.013.178-.024.104-.017.207-.04.31-.04l.02.002c.028.001.052.006.08.008.127.007.251.026.372.054.045.012.09.027.136.041.105.034.204.078.304.13.038.018.077.036.114.058.128.077.25.166.358.27.01.011.017.024.028.033.095.097.181.204.256.32.024.04.045.08.068.122.054.098.098.201.135.312.016.045.03.088.043.134.038.157.067.319.067.491v22.048l-4.459 2.575a2.105 2.105 0 0 0-.922 1.129 2.085 2.085 0 0 0-.134.699v5.148l-19.094 11.023c-.004.003-.01.003-.014.006-.157.088-.32.155-.481.198-.061.017-.123.015-.184.025-.1.016-.204.04-.306.04l-.019-.002c-.027-.002-.053-.007-.08-.008a1.99 1.99 0 0 1-.371-.056c-.047-.011-.09-.026-.136-.041a1.793 1.793 0 0 1-.304-.128c-.04-.02-.077-.037-.114-.06a1.972 1.972 0 0 1-.358-.269c-.012-.01-.02-.026-.031-.037a2.034 2.034 0 0 1-.252-.315c-.026-.04-.046-.082-.07-.123a1.934 1.934 0 0 1-.132-.311 2.315 2.315 0 0 1-.045-.138 2.023 2.023 0 0 1-.066-.487v-27.278a1.967 1.967 0 0 1 .988-1.707zm-36.622-80.724a1.97 1.97 0 0 1 1.975 0l62.217 35.923c1.316.759 1.316 2.658 0 3.417l-23.62 13.639a1.981 1.981 0 0 1-1.976 0l-21.07-12.165 2.35-1.354c1.407-.814 1.407-2.845 0-3.657l-17.834-10.296c-.325-.19-.69-.282-1.054-.282s-.728.093-1.054.282l-4.459 2.574-19.094-11.023c-1.316-.76-1.316-2.657 0-3.418zm-37.61 22.02c.342 0 .682.089.988.264l21.069 12.163-2.35 1.356c-1.406.812-1.406 2.843 0 3.657l2.35 1.354-21.067 12.165a1.981 1.981 0 0 1-1.975 0l-23.621-13.64c-1.317-.758-1.317-2.657 0-3.416l23.62-13.639c.307-.175.647-.264.987-.264zM98.583 209.04a1.98 1.98 0 0 1-.984-.267l-23.62-13.637a1.973 1.973 0 0 1-.988-1.708v-71.843c0-1.153.944-1.977 1.975-1.977.33 0 .667.084.985.268l23.621 13.636c.611.354.988 1.004.988 1.71v24.328l-2.35-1.356c-.34-.197-.7-.285-1.05-.285a2.11 2.11 0 0 0-2.114 2.113v20.592c0 .755.4 1.452 1.054 1.829l4.458 2.576v22.047c.002 1.15-.944 1.974-1.975 1.974zm40.572 20.306a1.975 1.975 0 0 1-2.96 1.71l-23.62-13.637a1.975 1.975 0 0 1-.988-1.71v-24.327l2.348 1.355c.34.197.7.287 1.051.287 1.103 0 2.114-.882 2.114-2.116v-2.71l21.068 12.163c.61.353.987 1.003.987 1.71zm0-44.57c0 .172-.027.334-.066.489-.012.048-.029.091-.044.137-.035.11-.08.214-.134.312-.024.04-.044.083-.068.122-.077.116-.16.223-.256.32-.011.01-.02.024-.029.034a2.02 2.02 0 0 1-.359.27c-.035.022-.075.039-.111.06a2.172 2.172 0 0 1-.441.168c-.124.031-.249.05-.378.056-.025 0-.05.008-.075.008l-.02.001c-.105 0-.211-.024-.317-.04-.059-.01-.115-.008-.17-.024a2.018 2.018 0 0 1-.498-.203l-19.09-11.023v-5.147a2.105 2.105 0 0 0-1.056-1.827l-4.456-2.573v-22.043c0-.173.027-.335.067-.491.012-.047.028-.09.043-.136a1.81 1.81 0 0 1 .135-.312c.023-.04.043-.084.07-.124.073-.114.157-.221.253-.318.011-.01.02-.024.029-.034.108-.103.229-.193.358-.27.037-.022.076-.04.114-.059a2.008 2.008 0 0 1 .818-.226c.025 0 .048-.007.074-.007l.02-.001c.107 0 .214.025.322.04.054.01.11.008.166.024.168.042.334.109.498.203l23.614 13.633a1.98 1.98 0 0 1 .988 1.712zm-13.58-61.717a1.97 1.97 0 0 1-.74-.748 1.994 1.994 0 0 1 0-1.922 1.96 1.96 0 0 1 .74-.748l19.095-11.023 4.457 2.573a2.117 2.117 0 0 0 2.11 0l4.458-2.575 19.095 11.025c1.317.759 1.317 2.658 0 3.418l-23.62 13.637a1.97 1.97 0 0 1-1.975 0zm101.8 70.367a1.97 1.97 0 0 1-.987 1.709l-62.217 35.921a1.952 1.952 0 0 1-.985.267c-1.03 0-1.976-.825-1.976-1.977V202.07c0-.706.377-1.356.989-1.71l21.066-12.161v2.71c0 1.232 1.011 2.115 2.113 2.115.353 0 .711-.09 1.053-.286l17.832-10.297a2.109 2.109 0 0 0 1.055-1.828v-5.147l19.095-11.024c.318-.184.655-.267.985-.267 1.03 0 1.976.824 1.976 1.976v27.275zm0-44.565c0 .706-.375 1.356-.987 1.708l-21.068 12.164v-2.71c0-1.233-1.012-2.114-2.114-2.114a2.066 2.066 0 0 0-1.052.285l-2.349 1.355v-24.327c0-.706.377-1.356.99-1.71l23.62-13.636a1.96 1.96 0 0 1 .984-.268c1.031 0 1.976.824 1.976 1.977z"/><path fill="#83e8c2" d="M114.05 141.958zm47.72 44.195zm.39.313zm-23.118-1.061zm-.957 1.115zm.471-.326zm.596-1.414zm-1.506 1.904zm23.627-1.414zm-23.107 15.097-21.069-12.163v2.711c0 1.233-1.01 2.115-2.113 2.115-.353 0-.712-.09-1.052-.287l-2.347-1.354v24.327c0 .706.375 1.356.987 1.71l23.62 13.637c.318.184.656.267.986.267a1.975 1.975 0 0 0 1.975-1.977v-27.276a1.978 1.978 0 0 0-.987-1.71zm23.284-14.649zm21.805-15.398zm-21.472-14.2a1.86 1.86 0 0 1 .412-.316l23.62-13.637-23.62 13.637a1.893 1.893 0 0 0-.412.316zm-22.943 29.72zm-26.66-43.382zm.472-.33zm.912-.234-.02.001c.112-.001.226.02.34.04-.107-.017-.214-.041-.32-.041zm-1.667.916zm1.193-.852zm-1.505 1.916zm25.101 42.823zm-24.991-43.45zm24.493 43.246-19.09-11.031zm.985.259.02-.002c-.111.002-.226-.021-.337-.04.106.017.212.042.317.042zm48.639-44.593zm-46.924 14.355zm48.937-14.331zm-23.671 44.31zm23.249-44.496zm-.598-.105c-.102 0-.205.025-.31.04.11-.02.22-.04.329-.038l-.019-.002zm38.589-22.284c-.328 0-.665.084-.985.268l-23.62 13.636a1.977 1.977 0 0 0-.989 1.71v24.327l2.35-1.355c.34-.197.7-.287 1.05-.285 1.103 0 2.115.88 2.115 2.113v2.711l21.068-12.164c.61-.352.987-1.002.987-1.708v-27.276a1.975 1.975 0 0 0-1.976-1.977zM186.9 141.9zm-23.718 44.852c.101 0 .204-.025.306-.04-.108.018-.216.038-.323.038l.017.002zm-.098 0zm-13.891-50.056zm13.384 49.96zm62.817-22.484a1.98 1.98 0 0 0-.985.267l-19.094 11.024v5.147a2.11 2.11 0 0 1-1.056 1.829l-17.832 10.296c-.342.196-.7.286-1.053.286a2.113 2.113 0 0 1-2.112-2.115v-2.71l-21.067 12.162a1.977 1.977 0 0 0-.989 1.71v27.276c0 1.152.945 1.976 1.976 1.976.33 0 .667-.084.985-.267l62.217-35.921c.61-.352.988-1.004.988-1.709v-27.276c-.002-1.149-.947-1.975-1.978-1.975zM125.57 75.074c-1.315.76-1.315 2.658 0 3.418l19.095 11.023 4.458-2.575c.327-.189.691-.281 1.055-.281s.729.092 1.054.281l17.833 10.297c1.408.812 1.408 2.843 0 3.656l-2.349 1.355 21.07 12.164a1.981 1.981 0 0 0 1.975 0l23.62-13.639c1.316-.759 1.316-2.657 0-3.416l-62.216-35.923a1.97 1.97 0 0 0-1.975 0zM86.976 97.358c-1.317.759-1.317 2.658 0 3.417l23.621 13.639a1.981 1.981 0 0 0 1.975 0l21.067-12.165-2.35-1.354c-1.406-.814-1.406-2.845 0-3.657l2.35-1.356L112.57 83.72a1.983 1.983 0 0 0-1.974 0zm13.58 109.702v-22.048l-4.459-2.576a2.107 2.107 0 0 1-1.054-1.828v-20.592a2.11 2.11 0 0 1 2.114-2.114c.352 0 .711.088 1.051.286l2.35 1.356v-24.329c0-.706-.376-1.356-.988-1.71l-23.621-13.634a1.953 1.953 0 0 0-.985-.268 1.975 1.975 0 0 0-1.975 1.976v71.842c0 .704.375 1.356.987 1.708l23.62 13.638c.319.183.656.266.985.266 1.03.001 1.975-.823 1.975-1.974zm88.221-41.147-4.458 2.575 4.458-2.575v-22.047zm-.313-23.105zm.068.122z"/><path fill="#de5941" d="M161.783 156.12a1.971 1.971 0 0 0-.577 1.391v27.277l.001.002c0 .172.028.332.066.487.013.046.028.09.045.138.035.108.08.212.133.311.023.04.043.083.07.123.074.114.156.22.25.315.013.012.021.027.032.037.108.105.23.193.358.27.037.022.075.039.114.059a1.987 1.987 0 0 0 .81.224c.028.002.054.007.081.009.108 0 .215-.022.324-.039.061-.009.122-.008.183-.024.162-.042.324-.109.482-.199.004-.002.01-.002.014-.005l19.094-11.023v-5.148c0-.245.054-.477.133-.7a2.1 2.1 0 0 1 .923-1.129l4.458-2.574v-22.048c0-.173-.028-.334-.066-.49-.013-.046-.029-.09-.044-.136a1.723 1.723 0 0 0-.135-.311c-.023-.042-.043-.083-.068-.122a1.939 1.939 0 0 0-.255-.32c-.011-.011-.02-.023-.029-.033a1.918 1.918 0 0 0-.358-.27c-.036-.022-.076-.04-.114-.059a2.053 2.053 0 0 0-.44-.17 2.165 2.165 0 0 0-.37-.054c-.03-.002-.054-.007-.08-.009-.11 0-.22.02-.33.039-.058.01-.118.008-.178.024a1.93 1.93 0 0 0-.497.203l-23.62 13.637a1.968 1.968 0 0 0-.41.317zm-23.619-.326L114.55 142.16a1.938 1.938 0 0 0-.498-.202c-.056-.017-.112-.014-.166-.024-.114-.02-.228-.04-.341-.039-.026 0-.05.007-.075.007-.13.007-.256.027-.378.056-.047.012-.089.027-.135.04a1.913 1.913 0 0 0-.305.13c-.038.019-.077.036-.114.058a2.06 2.06 0 0 0-.358.27l-.028.035a2.009 2.009 0 0 0-.255.318c-.025.04-.046.083-.069.124-.054.1-.098.203-.135.311a1.99 1.99 0 0 0-.11.627v22.044l4.456 2.573a2.105 2.105 0 0 1 1.056 1.827v5.147l19.09 11.023c.162.093.33.16.498.203.056.016.112.013.17.023.112.019.226.04.337.04.026 0 .05-.007.075-.009.13-.005.256-.026.378-.056.047-.01.089-.025.135-.039.105-.034.207-.079.306-.13.037-.02.076-.036.112-.058a2.07 2.07 0 0 0 .359-.27c.01-.011.019-.025.028-.034.095-.097.181-.204.256-.32.024-.04.045-.082.068-.122.054-.098.098-.203.135-.312a1.97 1.97 0 0 0 .11-.627v-27.268a1.98 1.98 0 0 0-.988-1.712zm13.002-19.098 23.62-13.637c1.317-.76 1.317-2.66 0-3.418l-19.094-11.025-4.459 2.575a2.117 2.117 0 0 1-2.11 0l-4.457-2.573-19.095 11.023a1.96 1.96 0 0 0-.74.748 1.994 1.994 0 0 0 0 1.922c.165.296.413.558.74.748l23.622 13.637a1.969 1.969 0 0 0 1.973 0z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><path fill="#64FFDA" d="M266.377 94.665c-1.327-8.361-6.357-15.836-13.806-20.138L164.349 23.59c-4.303-2.483-9.203-3.795-14.169-3.795s-9.865 1.312-14.166 3.793L47.793 74.524c-8.742 5.05-14.171 14.452-14.171 24.542v101.866c0 10.09 5.429 19.493 14.168 24.54l88.221 50.935c4.305 2.485 9.205 3.796 14.17 3.796s9.863-1.311 14.166-3.795l88.22-50.933c7.453-4.306 12.485-11.78 13.81-20.142zm-22.465 115.817-88.219 50.931a11.023 11.023 0 0 1-11.028 0l-88.219-50.931a11.03 11.03 0 0 1-5.513-9.55V99.066a11.03 11.03 0 0 1 5.513-9.55l88.219-50.934c1.705-.986 3.61-1.477 5.514-1.477s3.808.491 5.514 1.477l88.219 50.934a11.026 11.026 0 0 1 5.513 9.55v101.866a11.03 11.03 0 0 1-5.513 9.55z"/><path fill="#1A237E" d="M249.429 99.066a11.03 11.03 0 0 0-5.513-9.55l-88.219-50.934c-1.705-.986-3.61-1.477-5.514-1.477s-3.809.491-5.514 1.477L56.45 89.516a11.026 11.026 0 0 0-5.513 9.55v101.866a11.03 11.03 0 0 0 5.513 9.55l88.219 50.931a11.023 11.023 0 0 0 11.028 0l88.219-50.931a11.03 11.03 0 0 0 5.513-9.55zm-63.612 43.093c.162-.094.33-.16.497-.203.06-.016.12-.013.178-.024.104-.017.207-.04.31-.04l.02.002c.028.001.052.006.08.008.127.007.251.026.372.054.045.012.09.027.136.041.105.034.204.078.304.13.038.018.077.036.114.058.128.077.25.166.358.27.01.011.017.024.028.033.095.097.181.204.256.32.024.04.045.08.068.122.054.098.098.201.135.312.016.045.03.088.043.134.038.157.067.319.067.491v22.048l-4.459 2.575a2.105 2.105 0 0 0-.922 1.129 2.085 2.085 0 0 0-.134.699v5.148l-19.094 11.023c-.004.003-.01.003-.014.006-.157.088-.32.155-.481.198-.061.017-.123.015-.184.025-.1.016-.204.04-.306.04l-.019-.002c-.027-.002-.053-.007-.08-.008a1.99 1.99 0 0 1-.371-.056c-.047-.011-.09-.026-.136-.041a1.793 1.793 0 0 1-.304-.128c-.04-.02-.077-.037-.114-.06a1.972 1.972 0 0 1-.358-.269c-.012-.01-.02-.026-.031-.037a2.034 2.034 0 0 1-.252-.315c-.026-.04-.046-.082-.07-.123a1.934 1.934 0 0 1-.132-.311 2.315 2.315 0 0 1-.045-.138 2.023 2.023 0 0 1-.066-.487v-27.278a1.967 1.967 0 0 1 .988-1.707zm-36.622-80.724a1.97 1.97 0 0 1 1.975 0l62.217 35.923c1.316.759 1.316 2.658 0 3.417l-23.62 13.639a1.981 1.981 0 0 1-1.976 0l-21.07-12.165 2.35-1.354c1.407-.814 1.407-2.845 0-3.657l-17.834-10.296c-.325-.19-.69-.282-1.054-.282s-.728.093-1.054.282l-4.459 2.574-19.094-11.023c-1.316-.76-1.316-2.657 0-3.418zm-37.61 22.02c.342 0 .682.089.988.264l21.069 12.163-2.35 1.356c-1.406.812-1.406 2.843 0 3.657l2.35 1.354-21.067 12.165a1.981 1.981 0 0 1-1.975 0l-23.621-13.64c-1.317-.758-1.317-2.657 0-3.416l23.62-13.639c.307-.175.647-.264.987-.264zM98.583 209.04a1.98 1.98 0 0 1-.984-.267l-23.62-13.637a1.973 1.973 0 0 1-.988-1.708v-71.843c0-1.153.944-1.977 1.975-1.977.33 0 .667.084.985.268l23.621 13.636c.611.354.988 1.004.988 1.71v24.328l-2.35-1.356c-.34-.197-.7-.285-1.05-.285a2.11 2.11 0 0 0-2.114 2.113v20.592c0 .755.4 1.452 1.054 1.829l4.458 2.576v22.047c.002 1.15-.944 1.974-1.975 1.974zm40.572 20.306a1.975 1.975 0 0 1-2.96 1.71l-23.62-13.637a1.975 1.975 0 0 1-.988-1.71v-24.327l2.348 1.355c.34.197.7.287 1.051.287 1.103 0 2.114-.882 2.114-2.116v-2.71l21.068 12.163c.61.353.987 1.003.987 1.71zm0-44.57c0 .172-.027.334-.066.489-.012.048-.029.091-.044.137-.035.11-.08.214-.134.312-.024.04-.044.083-.068.122-.077.116-.16.223-.256.32-.011.01-.02.024-.029.034a2.02 2.02 0 0 1-.359.27c-.035.022-.075.039-.111.06a2.172 2.172 0 0 1-.441.168c-.124.031-.249.05-.378.056-.025 0-.05.008-.075.008l-.02.001c-.105 0-.211-.024-.317-.04-.059-.01-.115-.008-.17-.024a2.018 2.018 0 0 1-.498-.203l-19.09-11.023v-5.147a2.105 2.105 0 0 0-1.056-1.827l-4.456-2.573v-22.043c0-.173.027-.335.067-.491.012-.047.028-.09.043-.136a1.81 1.81 0 0 1 .135-.312c.023-.04.043-.084.07-.124.073-.114.157-.221.253-.318.011-.01.02-.024.029-.034.108-.103.229-.193.358-.27.037-.022.076-.04.114-.059a2.008 2.008 0 0 1 .818-.226c.025 0 .048-.007.074-.007l.02-.001c.107 0 .214.025.322.04.054.01.11.008.166.024.168.042.334.109.498.203l23.614 13.633a1.98 1.98 0 0 1 .988 1.712zm-13.58-61.717a1.97 1.97 0 0 1-.74-.748 1.994 1.994 0 0 1 0-1.922 1.96 1.96 0 0 1 .74-.748l19.095-11.023 4.457 2.573a2.117 2.117 0 0 0 2.11 0l4.458-2.575 19.095 11.025c1.317.759 1.317 2.658 0 3.418l-23.62 13.637a1.97 1.97 0 0 1-1.975 0zm101.8 70.367a1.97 1.97 0 0 1-.987 1.709l-62.217 35.921a1.952 1.952 0 0 1-.985.267c-1.03 0-1.976-.825-1.976-1.977V202.07c0-.706.377-1.356.989-1.71l21.066-12.161v2.71c0 1.232 1.011 2.115 2.113 2.115.353 0 .711-.09 1.053-.286l17.832-10.297a2.109 2.109 0 0 0 1.055-1.828v-5.147l19.095-11.024c.318-.184.655-.267.985-.267 1.03 0 1.976.824 1.976 1.976v27.275zm0-44.565c0 .706-.375 1.356-.987 1.708l-21.068 12.164v-2.71c0-1.233-1.012-2.114-2.114-2.114a2.066 2.066 0 0 0-1.052.285l-2.349 1.355v-24.327c0-.706.377-1.356.99-1.71l23.62-13.636a1.96 1.96 0 0 1 .984-.268c1.031 0 1.976.824 1.976 1.977z"/><path fill="#64FFDA" d="M114.05 141.958zm47.72 44.195zm.39.313zm-23.118-1.061zm-.957 1.115zm.471-.326zm.596-1.414zm-1.506 1.904zm23.627-1.414zm-23.107 15.097-21.069-12.163v2.711c0 1.233-1.01 2.115-2.113 2.115-.353 0-.712-.09-1.052-.287l-2.347-1.354v24.327c0 .706.375 1.356.987 1.71l23.62 13.637c.318.184.656.267.986.267a1.975 1.975 0 0 0 1.975-1.977v-27.276a1.978 1.978 0 0 0-.987-1.71zm23.284-14.649zm21.805-15.398zm-21.472-14.2a1.86 1.86 0 0 1 .412-.316l23.62-13.637-23.62 13.637a1.893 1.893 0 0 0-.412.316zm-22.943 29.72zm-26.66-43.382zm.472-.33zm.912-.234-.02.001c.112-.001.226.02.34.04-.107-.017-.214-.041-.32-.041zm-1.667.916zm1.193-.852zm-1.505 1.916zm25.101 42.823zm-24.991-43.45zm24.493 43.246-19.09-11.031zm.985.259.02-.002c-.111.002-.226-.021-.337-.04.106.017.212.042.317.042zm48.639-44.593zm-46.924 14.355zm48.937-14.331zm-23.671 44.31zm23.249-44.496zm-.598-.105c-.102 0-.205.025-.31.04.11-.02.22-.04.329-.038l-.019-.002zm38.589-22.284c-.328 0-.665.084-.985.268l-23.62 13.636a1.977 1.977 0 0 0-.989 1.71v24.327l2.35-1.355c.34-.197.7-.287 1.05-.285 1.103 0 2.115.88 2.115 2.113v2.711l21.068-12.164c.61-.352.987-1.002.987-1.708v-27.276a1.975 1.975 0 0 0-1.976-1.977zM186.9 141.9zm-23.718 44.852c.101 0 .204-.025.306-.04-.108.018-.216.038-.323.038l.017.002zm-.098 0zm-13.891-50.056zm13.384 49.96zm62.817-22.484a1.98 1.98 0 0 0-.985.267l-19.094 11.024v5.147a2.11 2.11 0 0 1-1.056 1.829l-17.832 10.296c-.342.196-.7.286-1.053.286a2.113 2.113 0 0 1-2.112-2.115v-2.71l-21.067 12.162a1.977 1.977 0 0 0-.989 1.71v27.276c0 1.152.945 1.976 1.976 1.976.33 0 .667-.084.985-.267l62.217-35.921c.61-.352.988-1.004.988-1.709v-27.276c-.002-1.149-.947-1.975-1.978-1.975zM125.57 75.074c-1.315.76-1.315 2.658 0 3.418l19.095 11.023 4.458-2.575c.327-.189.691-.281 1.055-.281s.729.092 1.054.281l17.833 10.297c1.408.812 1.408 2.843 0 3.656l-2.349 1.355 21.07 12.164a1.981 1.981 0 0 0 1.975 0l23.62-13.639c1.316-.759 1.316-2.657 0-3.416l-62.216-35.923a1.97 1.97 0 0 0-1.975 0zM86.976 97.358c-1.317.759-1.317 2.658 0 3.417l23.621 13.639a1.981 1.981 0 0 0 1.975 0l21.067-12.165-2.35-1.354c-1.406-.814-1.406-2.845 0-3.657l2.35-1.356L112.57 83.72a1.983 1.983 0 0 0-1.974 0zm13.58 109.702v-22.048l-4.459-2.576a2.107 2.107 0 0 1-1.054-1.828v-20.592a2.11 2.11 0 0 1 2.114-2.114c.352 0 .711.088 1.051.286l2.35 1.356v-24.329c0-.706-.376-1.356-.988-1.71l-23.621-13.634a1.953 1.953 0 0 0-.985-.268 1.975 1.975 0 0 0-1.975 1.976v71.842c0 .704.375 1.356.987 1.708l23.62 13.638c.319.183.656.266.985.266 1.03.001 1.975-.823 1.975-1.974zm88.221-41.147-4.458 2.575 4.458-2.575v-22.047zm-.313-23.105zm.068.122z"/><path fill="#F44336" d="M161.783 156.12a1.971 1.971 0 0 0-.577 1.391v27.277l.001.002c0 .172.028.332.066.487.013.046.028.09.045.138.035.108.08.212.133.311.023.04.043.083.07.123.074.114.156.22.25.315.013.012.021.027.032.037.108.105.23.193.358.27.037.022.075.039.114.059a1.987 1.987 0 0 0 .81.224c.028.002.054.007.081.009.108 0 .215-.022.324-.039.061-.009.122-.008.183-.024.162-.042.324-.109.482-.199.004-.002.01-.002.014-.005l19.094-11.023v-5.148c0-.245.054-.477.133-.7a2.1 2.1 0 0 1 .923-1.129l4.458-2.574v-22.048c0-.173-.028-.334-.066-.49-.013-.046-.029-.09-.044-.136a1.723 1.723 0 0 0-.135-.311c-.023-.042-.043-.083-.068-.122a1.939 1.939 0 0 0-.255-.32c-.011-.011-.02-.023-.029-.033a1.918 1.918 0 0 0-.358-.27c-.036-.022-.076-.04-.114-.059a2.053 2.053 0 0 0-.44-.17 2.165 2.165 0 0 0-.37-.054c-.03-.002-.054-.007-.08-.009-.11 0-.22.02-.33.039-.058.01-.118.008-.178.024a1.93 1.93 0 0 0-.497.203l-23.62 13.637a1.968 1.968 0 0 0-.41.317zm-23.619-.326L114.55 142.16a1.938 1.938 0 0 0-.498-.202c-.056-.017-.112-.014-.166-.024-.114-.02-.228-.04-.341-.039-.026 0-.05.007-.075.007-.13.007-.256.027-.378.056-.047.012-.089.027-.135.04a1.913 1.913 0 0 0-.305.13c-.038.019-.077.036-.114.058a2.06 2.06 0 0 0-.358.27l-.028.035a2.009 2.009 0 0 0-.255.318c-.025.04-.046.083-.069.124-.054.1-.098.203-.135.311a1.99 1.99 0 0 0-.11.627v22.044l4.456 2.573a2.105 2.105 0 0 1 1.056 1.827v5.147l19.09 11.023c.162.093.33.16.498.203.056.016.112.013.17.023.112.019.226.04.337.04.026 0 .05-.007.075-.009.13-.005.256-.026.378-.056.047-.01.089-.025.135-.039.105-.034.207-.079.306-.13.037-.02.076-.036.112-.058a2.07 2.07 0 0 0 .359-.27c.01-.011.019-.025.028-.034.095-.097.181-.204.256-.32.024-.04.045-.082.068-.122.054-.098.098-.203.135-.312a1.97 1.97 0 0 0 .11-.627v-27.268a1.98 1.98 0 0 0-.988-1.712zm13.002-19.098 23.62-13.637c1.317-.76 1.317-2.66 0-3.418l-19.094-11.025-4.459 2.575a2.117 2.117 0 0 1-2.11 0l-4.457-2.573-19.095 11.023a1.96 1.96 0 0 0-.74.748 1.994 1.994 0 0 0 0 1.922c.165.296.413.558.74.748l23.622 13.637a1.969 1.969 0 0 0 1.973 0z"/></svg>
package/icons/roblox.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><path fill="#42a5f5" fill-rule="evenodd" d="m127.87 38.084 334.05 89.432-36.055 135.03-199.37-53.377-10.251 38.177-134.68-36.056zm244.26 423.83L38.08 372.482l36.056-135.03 199.01 53.377 10.251-38.176 135.03 36.055z" class="st0" clip-rule="evenodd"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><path fill="#42a5f5" d="m127.87 38.084 334.05 89.432-36.055 135.03-199.37-53.377-10.251 38.177-134.68-36.056zm244.26 423.83L38.08 372.482l36.056-135.03 199.01 53.377 10.251-38.176 135.03 36.055z" clip-rule="evenodd"/></svg>
package/icons/rspec.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 128 128"><path fill="#FF1744" fill-rule="evenodd" d="M50.633 39.468h-2.267L33.824 54.661l.423 1.03 8.624 1.563-8.624-1.563 3.05 7.437 26.265 31.47 26.262-31.47 3.051-7.437-8.625 1.563-.096-.53-12.888.016 12.887-.017L76.49 39.5v-.032H54.147l1.71 17.27v.002h-.001v-.002l-1.709-17.27h-3.514Zm12.93 55.13Zm0 0L46.738 64.322 63.562 94.6Zm0 0L52.256 64.752l-.172-.457.172.457 11.305 29.847ZM84.18 57.267l-3.533 7.186 3.533-7.186Zm-3.535 7.186-.13.262.13-.262Zm-5.61-.157-.171.457.172-.457ZM71.05 57.43l-3.638 9.198-.192-.024.192.025 3.638-9.2Zm-11.34 9.2-2.316-5.858 2.315 5.856.196-.025-.196.026Zm3.852 27.97 3.655-27.997-3.654 27.996Zm-20.62-37.334 3.532 7.187-3.532-7.186Zm35.813-17.797 14.543 15.193-.423 1.03-8.625 1.563-.095-.53L76.489 39.5v-.032h2.266ZM56.073 56.74l7.49.012-7.49-.012Z" clip-rule="evenodd"/><path fill="#80DEEA" d="M120 64a55.856 55.856 0 0 1-3.96 20.723l-.013-.005-8.327 1.656-5.206-7.77A41.04 41.04 0 0 0 105.16 64c0-21.382-16.301-38.955-37.155-40.968l.005-.061 5.632-7.6-4.258-7.115C97.787 10.963 120 34.89 120 64Z"/><path fill="#4DD0E1" d="m106.557 89.43 8.141-1.618C105.749 106.834 86.412 120 64 120c-22.475 0-41.858-13.239-50.773-32.347l.012-.005 4.506-7.198 9.225 1.543h.003C33.646 95.71 47.72 105.16 64 105.16c16.457 0 30.657-9.658 37.243-23.613l.049.023"/><path fill="#26C6DA" d="M64.808 22.84v.009c-.268-.006-.537-.01-.808-.01-22.732 0-41.16 18.428-41.16 41.161 0 5.317 1.01 10.395 2.843 15.062l-.049.02-9.33-1.56-4.407 7.037A55.774 55.774 0 0 1 8 64C8 33.072 33.072 8 64 8c.677 0 1.348.011 2.019.035l4.36 7.289"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#FF1744" d="M50.633 39.468h-2.267L33.824 54.661l.423 1.03 8.624 1.563-8.624-1.563 3.05 7.437 26.265 31.47 26.262-31.47 3.051-7.437-8.625 1.563-.096-.53-12.888.016 12.887-.017L76.49 39.5v-.032H54.147l1.71 17.27v.002h-.001v-.002l-1.709-17.27h-3.514Zm12.93 55.13Zm0 0L46.738 64.322 63.562 94.6Zm0 0L52.256 64.752l-.172-.457.172.457 11.305 29.847ZM84.18 57.267l-3.533 7.186 3.533-7.186Zm-3.535 7.186-.13.262.13-.262Zm-5.61-.157-.171.457.172-.457ZM71.05 57.43l-3.638 9.198-.192-.024.192.025 3.638-9.2Zm-11.34 9.2-2.316-5.858 2.315 5.856.196-.025-.196.026Zm3.852 27.97 3.655-27.997-3.654 27.996Zm-20.62-37.334 3.532 7.187-3.532-7.186Zm35.813-17.797 14.543 15.193-.423 1.03-8.625 1.563-.095-.53L76.489 39.5v-.032h2.266ZM56.073 56.74l7.49.012-7.49-.012Z" clip-rule="evenodd"/><path fill="#80DEEA" d="M120 64a55.856 55.856 0 0 1-3.96 20.723l-.013-.005-8.327 1.656-5.206-7.77A41.04 41.04 0 0 0 105.16 64c0-21.382-16.301-38.955-37.155-40.968l.005-.061 5.632-7.6-4.258-7.115C97.787 10.963 120 34.89 120 64Z"/><path fill="#4DD0E1" d="m106.557 89.43 8.141-1.618C105.749 106.834 86.412 120 64 120c-22.475 0-41.858-13.239-50.773-32.347l.012-.005 4.506-7.198 9.225 1.543h.003C33.646 95.71 47.72 105.16 64 105.16c16.457 0 30.657-9.658 37.243-23.613l.049.023"/><path fill="#26C6DA" d="M64.808 22.84v.009c-.268-.006-.537-.01-.808-.01-22.732 0-41.16 18.428-41.16 41.161 0 5.317 1.01 10.395 2.843 15.062l-.049.02-9.33-1.56-4.407 7.037A55.774 55.774 0 0 1 8 64C8 33.072 33.072 8 64 8c.677 0 1.348.011 2.019.035l4.36 7.289"/></svg>
package/icons/rubocop.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#b0bec5" d="M22 24a2 2 0 0 1-2 2h-2l-1-2h-2l-1 2h-2a2 2 0 0 1-2-2v-2H8v2a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4v-2h-2Z"/><path fill="#b0bec5" d="M20 24v-2h-8v2h1v-1h6v1h1zm6.5-10H26a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2h-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5H6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2h.5a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5Z"/><path fill="#d7252c" d="M8 15h16v2H8z" data-mit-no-recolor="true"/><path fill="#b0bec5" d="M23.738 10a7.99 7.99 0 0 0-15.476 0Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#b0bec5" d="M22 24a2 2 0 0 1-2 2h-2l-1-2h-2l-1 2h-2a2 2 0 0 1-2-2v-2H8v2a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4v-2h-2Z"/><path fill="#b0bec5" d="M20 24v-2h-8v2h1v-1h6v1h1zm6.5-10H26a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2h-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5H6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2h.5a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5Z"/><path fill="#E53935" d="M8 15h16v2H8z" data-mit-no-recolor="true"/><path fill="#b0bec5" d="M23.738 10a7.99 7.99 0 0 0-15.476 0Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#455a64" d="M22 24a2 2 0 0 1-2 2h-2l-1-2h-2l-1 2h-2a2 2 0 0 1-2-2v-2H8v2a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4v-2h-2Z"/><path fill="#455a64" d="M20 24v-2h-8v2h1v-1h6v1h1zm6.5-10H26a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2h-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5H6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2h.5a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5Z"/><path fill="#d7252c" d="M8 15h16v2H8z" data-mit-no-recolor="true"/><path fill="#455a64" d="M23.738 10a7.99 7.99 0 0 0-15.476 0Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#455a64" d="M22 24a2 2 0 0 1-2 2h-2l-1-2h-2l-1 2h-2a2 2 0 0 1-2-2v-2H8v2a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4v-2h-2Z"/><path fill="#455a64" d="M20 24v-2h-8v2h1v-1h6v1h1zm6.5-10H26a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2h-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5H6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2h.5a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5Z"/><path fill="#E53935" d="M8 15h16v2H8z" data-mit-no-recolor="true"/><path fill="#455a64" d="M23.738 10a7.99 7.99 0 0 0-15.476 0Z"/></svg>
package/icons/san.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#295892" d="M28 17.898 4 23.316V30l24-5.418Zm0-10.623L4 12.694v6.683l24-5.418Z"/><path fill="#a1e0ff" d="M28 13.926 4 8.684V2l24 5.242Zm0 10.623L4 19.307v-6.684l24 5.242Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#01579B" d="M28 17.898 4 23.316V30l24-5.418Zm0-10.623L4 12.694v6.683l24-5.418Z"/><path fill="#B3E5FC" d="M28 13.926 4 8.684V2l24 5.242Zm0 10.623L4 19.307v-6.684l24 5.242Z"/></svg>
package/icons/scala.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#f44336" fill-rule="evenodd" d="m6.457 9.894 12.523 5.163-.456 1.211L6 11.105Zm7.02-3.091L26 11.966l-.457 1.21L13.02 8.015ZM6.465 18.885l12.524 5.163-.457 1.21L6.01 20.097Zm7.007-3.086 12.524 5.163-.456 1.21-12.524-5.162Z"/><path fill="#f44336" fill-rule="evenodd" d="M6 24.07V30l19.997-3.106V20.96L6 24.07zM6 5.11v5.99l20-3.11V2L6 5.11zm0 9.96v5.03l20-3.11v-5.03L6 15.07z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#f44336" d="m6.457 9.894 12.523 5.163-.456 1.211L6 11.105Zm7.02-3.091L26 11.966l-.457 1.21L13.02 8.015ZM6.465 18.885l12.524 5.163-.457 1.21L6.01 20.097Zm7.007-3.086 12.524 5.163-.456 1.21-12.524-5.162Z"/><path fill="#f44336" d="M6 24.07V30l19.997-3.106V20.96L6 24.07zM6 5.11v5.99l20-3.11V2L6 5.11zm0 9.96v5.03l20-3.11v-5.03L6 15.07z"/></svg>
package/icons/semgrep.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#00bfa5" d="M5.918 8.101a3.898 3.898 0 1 0 3.041 6.336l.004-.005.002.001c.037-.046.072-.093.107-.142a2.69 2.69 0 0 0 .36-.602l.029-.064.03-.067h.13a2.264 2.264 0 0 1-.117.348 7.117 7.117 0 0 1-.38.705l-.007.01A3.9 3.9 0 0 0 12 15.898a3.899 3.899 0 0 0 2.883-1.277l-.006-.01a7.093 7.093 0 0 1-.383-.705 2.258 2.258 0 0 1-.117-.348h.13c.024.053.046.104.071.155a2.7 2.7 0 0 0 .348.578l.023.03.008.01c.025.035.052.067.078.1v.003l.002.002a3.898 3.898 0 1 0 .149-5.047c.238.385.416.677.537.974h-.137c-.238-.388-.319-.543-.545-.802a3.89 3.89 0 0 0-3.04-1.46 3.89 3.89 0 0 0-3.042 1.46c-.226.26-.309.414-.547.802h-.135c.121-.297.297-.589.536-.974a3.897 3.897 0 0 0-2.895-1.287zm0 1.715a2.184 2.184 0 1 1 0 4.368 2.184 2.184 0 0 1 0-4.368zm6.082 0a2.184 2.184 0 1 1 0 4.368 2.184 2.184 0 0 1 0-4.368zm6.082 0c1.206 0 2.182.978 2.182 2.184a2.182 2.182 0 1 1-4.366 0c0-1.206.978-2.184 2.184-2.184z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#00bfa5" d="M5.918 8.101a3.898 3.898 0 1 0 3.041 6.336l.004-.005.002.001c.037-.046.072-.093.107-.142a2.69 2.69 0 0 0 .36-.602l.029-.064.03-.067h.13a2.264 2.264 0 0 1-.117.348 7.117 7.117 0 0 1-.38.705l-.007.01A3.9 3.9 0 0 0 12 15.898a3.899 3.899 0 0 0 2.883-1.277l-.006-.01a7.093 7.093 0 0 1-.383-.705 2.258 2.258 0 0 1-.117-.348h.13c.024.053.046.104.071.155a2.7 2.7 0 0 0 .348.578l.023.03.008.01c.025.035.052.067.078.1v.003l.002.002a3.898 3.898 0 1 0 .149-5.047c.238.385.416.677.537.974h-.137c-.238-.388-.319-.543-.545-.802a3.89 3.89 0 0 0-3.04-1.46 3.89 3.89 0 0 0-3.042 1.46c-.226.26-.309.414-.547.802h-.135c.121-.297.297-.589.536-.974a3.897 3.897 0 0 0-2.895-1.287zm0 1.715a2.184 2.184 0 1 1 0 4.368 2.184 2.184 0 0 1 0-4.368zm6.082 0a2.184 2.184 0 1 1 0 4.368 2.184 2.184 0 0 1 0-4.368zm6.082 0c1.206 0 2.182.978 2.182 2.184a2.182 2.182 0 1 1-4.366 0c0-1.206.978-2.184 2.184-2.184z"/></svg>
package/icons/sentry.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 200 200"><path fill="#f06292" d="M181.58 148.3c3.8 6.649 4.206 13.637 1.018 19.2-3.189 5.563-9.43 8.684-17.03 8.684h-14.45c.203-2.714.271-5.428.271-8.141 0-3.053-.136-6.106-.34-9.091h9.499c2.307 0 4.206-1.9 4.206-4.207 0-.678-.203-1.424-.475-2.035L103.694 47.35c-.746-1.357-2.17-2.171-3.663-2.171s-2.85.746-3.596 2.035l-9.634 16.69c29.241 22.05 48.848 56.175 51.561 94.914.204 2.985.34 6.038.34 9.091 0 2.714-.136 5.428-.272 8.142H91.278c.272-2.714.407-5.428.407-8.142 0-3.053-.203-6.106-.542-9.09-2.307-21.304-12.755-40.232-28.155-53.53l-6.65 11.533c11.602 10.787 19.54 25.51 21.71 42.063.408 2.985.611 6.038.611 9.091 0 2.782-.203 5.496-.475 8.142H34.425c-7.666 0-13.908-3.189-17.029-8.684-3.188-5.496-2.781-12.551 1.018-19.2l8.956-15.401a52.432 52.432 0 0 1 13.704 10.652l-5.36 9.09c-.34.611-.475 1.29-.543 2.036 0 2.307 1.9 4.206 4.206 4.206h21.235a52.263 52.263 0 0 0-13.162-26.595c-3.934-4.274-8.616-7.87-13.704-10.65L57.424 80.39c5.02 2.782 9.838 6.038 14.247 9.702 20.421 16.554 34.193 41.046 36.704 68.726h12.687c-2.578-32.362-18.86-60.924-43.013-79.852-4.545-3.528-9.362-6.784-14.383-9.566l20.217-35.143c3.8-6.649 9.702-10.448 16.011-10.448 6.378 0 12.212 3.8 16.011 10.448z" class="st0"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="#f06292" d="M181.58 148.3c3.8 6.649 4.206 13.637 1.018 19.2-3.189 5.563-9.43 8.684-17.03 8.684h-14.45c.203-2.714.271-5.428.271-8.141 0-3.053-.136-6.106-.34-9.091h9.499c2.307 0 4.206-1.9 4.206-4.207 0-.678-.203-1.424-.475-2.035L103.694 47.35c-.746-1.357-2.17-2.171-3.663-2.171s-2.85.746-3.596 2.035l-9.634 16.69c29.241 22.05 48.848 56.175 51.561 94.914.204 2.985.34 6.038.34 9.091 0 2.714-.136 5.428-.272 8.142H91.278c.272-2.714.407-5.428.407-8.142 0-3.053-.203-6.106-.542-9.09-2.307-21.304-12.755-40.232-28.155-53.53l-6.65 11.533c11.602 10.787 19.54 25.51 21.71 42.063.408 2.985.611 6.038.611 9.091 0 2.782-.203 5.496-.475 8.142H34.425c-7.666 0-13.908-3.189-17.029-8.684-3.188-5.496-2.781-12.551 1.018-19.2l8.956-15.401a52.432 52.432 0 0 1 13.704 10.652l-5.36 9.09c-.34.611-.475 1.29-.543 2.036 0 2.307 1.9 4.206 4.206 4.206h21.235a52.263 52.263 0 0 0-13.162-26.595c-3.934-4.274-8.616-7.87-13.704-10.65L57.424 80.39c5.02 2.782 9.838 6.038 14.247 9.702 20.421 16.554 34.193 41.046 36.704 68.726h12.687c-2.578-32.362-18.86-60.924-43.013-79.852-4.545-3.528-9.362-6.784-14.383-9.566l20.217-35.143c3.8-6.649 9.702-10.448 16.011-10.448 6.378 0 12.212 3.8 16.011 10.448z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 250 250"><g stroke-width=".725"><path fill="#01579b" d="M190.945 86.173v77.236l-65.63 38.829-.593.54v28.867l.593.56 92.43-53.39V71.194l-.873-.215-26.058 14.568.132.629"/><path fill="#0288d1" d="m59.477 164.043 65.84 38.196v29.966l-93.063-53.601v-107.2l.955-.144 25.983 15.106.285.865v76.814"/><path fill="#4fc3f7" d="M59.477 87.223 32.254 71.396l92.852-53.601 92.64 53.39-26.8 14.983-65.84-37.563-65.63 38.618"/><path fill="#2f406a" d="m124.186 155.203-.713-.727v-29.002l.713-.369.173-.715 24.864-14.504.76.17v29.884l-25.798 15.263"/><path fill="#2379bd" d="M97.959 140.873v-31.029l.72-.035 25.292 14.718.216.58v30.098l-26.228-14.332"/><path fill="#03afef" d="m123.756 94.583-25.798 15.264 26.228 15.263 25.798-15.049-26.228-15.479"/><path fill="#01579b" d="m92.083 174.123-.713-.727v-29.003l.713-.368.173-.715 24.863-14.504.761.17v29.882l-25.798 15.264"/><path fill="#0288d1" d="M65.855 159.793v-31.03l.72-.036 25.292 14.72.215.58v30.098l-26.228-14.332"/><path fill="#4fc3f7" d="m91.653 113.503-25.799 15.263 26.229 15.264 25.798-15.049-26.228-15.479"/><path fill="#01579b" d="m158.585 174.843-.712-.727v-29.003l.713-.368.173-.715 24.864-14.504.76.17v29.882l-25.798 15.264"/><path fill="#0288d1" d="M132.356 160.513v-31.03l.72-.035 25.292 14.72.216.58v30.097l-26.228-14.332"/><path fill="#4fc3f7" d="m158.155 114.213-25.798 15.263 26.228 15.264 25.798-15.049-26.228-15.479"/><path fill="#01579b" d="m126.476 193.763-.713-.727v-29.003l.713-.368.173-.716 24.864-14.503.76.17V178.5l-25.798 15.264"/><path fill="#0288d1" d="M100.256 179.433v-31.03l.72-.035 25.293 14.718.214.58v30.099l-26.228-14.332"/><path fill="#4fc3f7" d="m126.046 133.133-25.799 15.264 26.229 15.264 25.798-15.049-26.228-15.479"/><path fill="#01579b" d="m124.186 114.073-.713-.728V84.343l.713-.368.173-.715 24.864-14.503.76.17v29.882l-25.798 15.264"/><path fill="#0288d1" d="M97.959 99.743v-31.03l.72-.035 25.292 14.718.216.58v30.099L97.959 99.743"/><path fill="#4fc3f7" d="M123.756 53.443 97.958 68.707l26.228 15.264 25.798-15.049-26.228-15.479"/><path fill="#01579b" d="m92.083 132.993-.713-.727v-29.002l.713-.369.173-.715 24.863-14.504.761.17v29.884l-25.798 15.263"/><path fill="#0288d1" d="M65.855 118.663V87.634l.72-.036 25.292 14.72.215.58v30.097l-26.228-14.332"/><path fill="#4fc3f7" d="m91.653 72.363-25.8 15.264 26.229 15.263 25.798-15.049-26.228-15.479"/><path fill="#01579b" d="m158.585 133.713-.712-.727v-29.002l.713-.369.173-.715 24.864-14.504.76.17v29.884l-25.798 15.263"/><path fill="#0288d1" d="M132.356 119.373V88.344l.72-.035 25.292 14.718.216.58v30.098l-26.228-14.332"/><path fill="#4fc3f7" d="m158.155 73.083-25.798 15.264 26.228 15.263 25.798-15.049-26.228-15.479"/><path fill="#01579b" d="m126.476 152.623-.713-.727v-29.003l.713-.368.173-.715 24.864-14.504.76.17v29.882l-25.798 15.264"/><path fill="#0288d1" d="M100.256 138.293v-31.03l.72-.036 25.293 14.72.214.58v30.098l-26.228-14.332"/><path fill="#4fc3f7" d="m126.046 92.003-25.799 15.264 26.229 15.264 25.798-15.049-26.228-15.479"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 250 250"><g stroke-width=".725"><path fill="#01579b" d="M190.945 86.173v77.236l-65.63 38.829-.593.54v28.867l.593.56 92.43-53.39V71.194l-.873-.215-26.058 14.568.132.629"/><path fill="#0288d1" d="m59.477 164.043 65.84 38.196v29.966l-93.063-53.601v-107.2l.955-.144 25.983 15.106.285.865v76.814"/><path fill="#4fc3f7" d="M59.477 87.223 32.254 71.396l92.852-53.601 92.64 53.39-26.8 14.983-65.84-37.563-65.63 38.618"/><path fill="#283593" d="m124.186 155.203-.713-.727v-29.002l.713-.369.173-.715 24.864-14.504.76.17v29.884l-25.798 15.263"/><path fill="#0277BD" d="M97.959 140.873v-31.029l.72-.035 25.292 14.718.216.58v30.098l-26.228-14.332"/><path fill="#29B6F6" d="m123.756 94.583-25.798 15.264 26.228 15.263 25.798-15.049-26.228-15.479"/><path fill="#01579b" d="m92.083 174.123-.713-.727v-29.003l.713-.368.173-.715 24.863-14.504.761.17v29.882l-25.798 15.264"/><path fill="#0288d1" d="M65.855 159.793v-31.03l.72-.036 25.292 14.72.215.58v30.098l-26.228-14.332"/><path fill="#4fc3f7" d="m91.653 113.503-25.799 15.263 26.229 15.264 25.798-15.049-26.228-15.479"/><path fill="#01579b" d="m158.585 174.843-.712-.727v-29.003l.713-.368.173-.715 24.864-14.504.76.17v29.882l-25.798 15.264"/><path fill="#0288d1" d="M132.356 160.513v-31.03l.72-.035 25.292 14.72.216.58v30.097l-26.228-14.332"/><path fill="#4fc3f7" d="m158.155 114.213-25.798 15.263 26.228 15.264 25.798-15.049-26.228-15.479"/><path fill="#01579b" d="m126.476 193.763-.713-.727v-29.003l.713-.368.173-.716 24.864-14.503.76.17V178.5l-25.798 15.264"/><path fill="#0288d1" d="M100.256 179.433v-31.03l.72-.035 25.293 14.718.214.58v30.099l-26.228-14.332"/><path fill="#4fc3f7" d="m126.046 133.133-25.799 15.264 26.229 15.264 25.798-15.049-26.228-15.479"/><path fill="#01579b" d="m124.186 114.073-.713-.728V84.343l.713-.368.173-.715 24.864-14.503.76.17v29.882l-25.798 15.264"/><path fill="#0288d1" d="M97.959 99.743v-31.03l.72-.035 25.292 14.718.216.58v30.099L97.959 99.743"/><path fill="#4fc3f7" d="M123.756 53.443 97.958 68.707l26.228 15.264 25.798-15.049-26.228-15.479"/><path fill="#01579b" d="m92.083 132.993-.713-.727v-29.002l.713-.369.173-.715 24.863-14.504.761.17v29.884l-25.798 15.263"/><path fill="#0288d1" d="M65.855 118.663V87.634l.72-.036 25.292 14.72.215.58v30.097l-26.228-14.332"/><path fill="#4fc3f7" d="m91.653 72.363-25.8 15.264 26.229 15.263 25.798-15.049-26.228-15.479"/><path fill="#01579b" d="m158.585 133.713-.712-.727v-29.002l.713-.369.173-.715 24.864-14.504.76.17v29.884l-25.798 15.263"/><path fill="#0288d1" d="M132.356 119.373V88.344l.72-.035 25.292 14.718.216.58v30.098l-26.228-14.332"/><path fill="#4fc3f7" d="m158.155 73.083-25.798 15.264 26.228 15.263 25.798-15.049-26.228-15.479"/><path fill="#01579b" d="m126.476 152.623-.713-.727v-29.003l.713-.368.173-.715 24.864-14.504.76.17v29.882l-25.798 15.264"/><path fill="#0288d1" d="M100.256 138.293v-31.03l.72-.036 25.293 14.72.214.58v30.098l-26.228-14.332"/><path fill="#4fc3f7" d="m126.046 92.003-25.799 15.264 26.229 15.264 25.798-15.049-26.228-15.479"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0V0z"/><path fill="#42a5f5" d="M19.43 12.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46a.5.5 0 0 0-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65A.488.488 0 0 0 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1a.566.566 0 0 0-.18-.03c-.17 0-.34.09-.43.25l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46a.5.5 0 0 0 .61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.06.02.12.03.18.03.17 0 .34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73 0 .21-.02.43-.05.73l-.14 1.13.89.7 1.08.84-.7 1.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16 1.13-.2 1.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21 1.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21 1.27.51 1.04.42.9-.68c.43-.32.84-.56 1.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19 1.35.16 1.13 1.06.43c.43.18.83.41 1.23.71l.91.7 1.06-.43 1.27-.51.7 1.21-1.07.85-.89.7.14 1.13zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z"/><path fill="#42a5f5" d="M19.43 12.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46a.5.5 0 0 0-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65A.488.488 0 0 0 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1a.566.566 0 0 0-.18-.03c-.17 0-.34.09-.43.25l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46a.5.5 0 0 0 .61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.06.02.12.03.18.03.17 0 .34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73 0 .21-.02.43-.05.73l-.14 1.13.89.7 1.08.84-.7 1.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16 1.13-.2 1.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21 1.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21 1.27.51 1.04.42.9-.68c.43-.32.84-.56 1.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19 1.35.16 1.13 1.06.43c.43.18.83.41 1.23.71l.91.7 1.06-.43 1.27-.51.7 1.21-1.07.85-.89.7.14 1.13zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></svg>
package/icons/shader.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#ab47bc" d="M10.469 17.102a4.083 4.083 0 1 1-8.166 0 4.083 4.083 0 0 1 8.166 0zm5.069-9.666a4.083 4.083 0 1 0-5.446 3.296c3.13 1.231 3.867 2.474 3.475 5.828a4.083 4.083 0 1 0 5.446-3.295c-3.13-1.232-3.869-2.475-3.475-5.829z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ab47bc" d="M10.469 17.102a4.083 4.083 0 1 1-8.166 0 4.083 4.083 0 0 1 8.166 0zm5.069-9.666a4.083 4.083 0 1 0-5.446 3.296c3.13 1.231 3.867 2.474 3.475 5.828a4.083 4.083 0 1 0 5.446-3.295c-3.13-1.232-3.869-2.475-3.475-5.829z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#0288d1" d="M10.097 15.432a3.513 3.513 0 0 0 .914-4.882l-2.896 1.982a1.759 1.759 0 0 1-2.44-.46 1.76 1.76 0 0 1 .46-2.443L8.78 7.82l1.697-1.164a3.513 3.513 0 0 0 .915-4.883L8.496 3.759 4.152 6.728l-.005.006a5.266 5.266 0 0 0-1.368 7.324c1.635 2.402 4.917 3.015 7.318 1.374zm3.81-6.864a.057.057 0 0 0-.022.016l.022-.016a3.513 3.513 0 0 0-.914 4.882l2.895-1.982a1.75 1.75 0 0 1 2.442.46 1.756 1.756 0 0 1-.454 2.443l-2.646 1.81-1.702 1.164a3.513 3.513 0 0 0-.915 4.883l2.896-1.982 4.343-2.974a5.272 5.272 0 0 0 1.374-7.324 5.251 5.251 0 0 0-7.319-1.38" class="st0"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#0288d1" d="M10.097 15.432a3.513 3.513 0 0 0 .914-4.882l-2.896 1.982a1.759 1.759 0 0 1-2.44-.46 1.76 1.76 0 0 1 .46-2.443L8.78 7.82l1.697-1.164a3.513 3.513 0 0 0 .915-4.883L8.496 3.759 4.152 6.728l-.005.006a5.266 5.266 0 0 0-1.368 7.324c1.635 2.402 4.917 3.015 7.318 1.374zm3.81-6.864a.057.057 0 0 0-.022.016l.022-.016a3.513 3.513 0 0 0-.914 4.882l2.895-1.982a1.75 1.75 0 0 1 2.442.46 1.756 1.756 0 0 1-.454 2.443l-2.646 1.81-1.702 1.164a3.513 3.513 0 0 0-.915 4.883l2.896-1.982 4.343-2.974a5.272 5.272 0 0 0 1.374-7.324 5.251 5.251 0 0 0-7.319-1.38"/></svg>
package/icons/smarty.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ffce00" d="M16 5a7 7 0 0 1 4.198 12.601l-1.198.9V21h-6v-2.498l-1.198-.9a7 7 0 0 1 3.362-12.554A7.405 7.405 0 0 1 16 5m0-3a10.372 10.372 0 0 0-1.176.067A10 10 0 0 0 10 20.001V22a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-2a10 10 0 0 0-6-18Zm-4 24h8v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#FFCA28" d="M16 5a7 7 0 0 1 4.198 12.601l-1.198.9V21h-6v-2.498l-1.198-.9a7 7 0 0 1 3.362-12.554A7.405 7.405 0 0 1 16 5m0-3a10.372 10.372 0 0 0-1.176.067A10 10 0 0 0 10 20.001V22a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-2a10 10 0 0 0-6-18Zm-4 24h8v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2Z"/></svg>
package/icons/sml.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 24 24"><path fill="#f44336" d="M4.747 6.562h6.437c1.202 0 2.176.974 2.176 2.176v8.702h-2.176V8.738H9.008v7.614H6.833V8.738H4.746v8.702H2.481V8.738a2.176 2.176 0 0 1 2.266-2.176zm10.244 0h2.176v8.702h4.352v2.176H14.99z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#f44336" d="M4.747 6.562h6.437c1.202 0 2.176.974 2.176 2.176v8.702h-2.176V8.738H9.008v7.614H6.833V8.738H4.746v8.702H2.481V8.738a2.176 2.176 0 0 1 2.266-2.176zm10.244 0h2.176v8.702h4.352v2.176H14.99z"/></svg>
package/icons/snyk.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#607d8b" fill-rule="evenodd" d="M25.338 20.622c-.337-.62.142-2.09.142-2.09-2.745-2.478-3.432-7.645-3.432-7.645-.512 1.628-1.626 6.428-1.626 6.428a15.87 15.87 0 0 0-4.38-.674h-.017c-.128 0-.255.003-.38.007v11.351h10.323c.034-2.228-.63-7.377-.63-7.377ZM21.288 24h-3.205a4.202 4.202 0 0 1 2.926-1.409c1.695 0 .428 1.265.278 1.409Z"/><path fill="#90a4ae" d="M10.039 10.886v.001-.001zm1.627 6.43s-1.115-4.8-1.627-6.43c0 .004-.687 5.169-3.432 7.646 0 0 .48 1.47.142 2.09 0 0-.665 5.15-.63 7.377H16V16.64a15.335 15.335 0 0 0-4.334.676ZM10.77 24c-.149-.144-1.416-1.409.278-1.409A4.2 4.2 0 0 1 13.975 24Z"/><path fill="#455a64" fill-rule="evenodd" d="M21.555 25.209H18v.033a2.196 2.196 0 0 0 2.333 1.977 2.196 2.196 0 0 0 2.333-1.977v-.033Z"/><path fill="#fff" fill-rule="evenodd" d="M18.888 25.209v.033a1.344 1.344 0 0 0 2.667 0v-.033Z"/><path fill="#37474f" fill-rule="evenodd" d="M20.633 25.209h-.625a.094.094 0 0 0-.016.003c.077.015.12.17.103.272a.346.346 0 0 1-.351.27.564.564 0 0 0 .494.401.581.581 0 0 0 .668-.439c.033-.209-.081-.507-.273-.507Z"/><path fill="#455a64" fill-rule="evenodd" d="M12.972 25.209H9.417v.033a2.196 2.196 0 0 0 2.333 1.977 2.196 2.196 0 0 0 2.334-1.977v-.033Z"/><path fill="#fff" fill-rule="evenodd" d="M10.306 25.209v.033a1.26 1.26 0 0 0 1.333 1.176 1.26 1.26 0 0 0 1.333-1.176v-.033Z"/><path fill="#37474f" fill-rule="evenodd" d="M12.051 25.209h-.626l-.016.003c.077.015.12.17.104.272a.346.346 0 0 1-.352.27.565.565 0 0 0 .494.401.58.58 0 0 0 .668-.439c.033-.209-.08-.507-.272-.507Z"/><path fill="#607d8b" fill-rule="evenodd" d="m9.775 4-1.3 2.098C8.017 6.846 4 13.468 4 15.86V16l1.84 4.31A54.423 54.423 0 0 0 5.288 28h1.775a55.874 55.874 0 0 1 .588-7.7l.024-.184-.333-.788a10.702 10.702 0 0 0 2.5-3.887l.053.337 1.817 2.624.71-.268a11.844 11.844 0 0 1 3.603-.687 12.122 12.122 0 0 1 3.623.688l.708.266 1.814-2.624.072-.438a10.875 10.875 0 0 0 2.498 3.95l-.349.826.024.185a56.534 56.534 0 0 1 .593 7.7h1.757a55.412 55.412 0 0 0-.572-7.688L28 16.001v-.14c0-2.393-3.986-9.015-4.441-9.763L22.284 4 20.46 15.237l-.843 1.22a13.305 13.305 0 0 0-3.592-.575 13.166 13.166 0 0 0-3.578.575l-.842-1.22-.641-3.939.002-.019-.005-.001Zm-.98 5.013.374 2.29a14.867 14.867 0 0 1-2.538 6.335l-.805-1.905c.101-1.241 1.569-4.215 2.97-6.72Zm14.476 0c1.4 2.505 2.869 5.479 2.97 6.72l-.786 1.86a15.319 15.319 0 0 1-2.528-6.468Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#607d8b" d="M25.338 20.622c-.337-.62.142-2.09.142-2.09-2.745-2.478-3.432-7.645-3.432-7.645-.512 1.628-1.626 6.428-1.626 6.428a15.87 15.87 0 0 0-4.38-.674h-.017c-.128 0-.255.003-.38.007v11.351h10.323c.034-2.228-.63-7.377-.63-7.377ZM21.288 24h-3.205a4.202 4.202 0 0 1 2.926-1.409c1.695 0 .428 1.265.278 1.409Z"/><path fill="#90a4ae" d="M10.039 10.886v.001-.001zm1.627 6.43s-1.115-4.8-1.627-6.43c0 .004-.687 5.169-3.432 7.646 0 0 .48 1.47.142 2.09 0 0-.665 5.15-.63 7.377H16V16.64a15.335 15.335 0 0 0-4.334.676ZM10.77 24c-.149-.144-1.416-1.409.278-1.409A4.2 4.2 0 0 1 13.975 24Z"/><path fill="#455a64" d="M21.555 25.209H18v.033a2.196 2.196 0 0 0 2.333 1.977 2.196 2.196 0 0 0 2.333-1.977v-.033Z"/><path fill="#FAFAFA" d="M18.888 25.209v.033a1.344 1.344 0 0 0 2.667 0v-.033Z"/><path fill="#37474f" d="M20.633 25.209h-.625a.094.094 0 0 0-.016.003c.077.015.12.17.103.272a.346.346 0 0 1-.351.27.564.564 0 0 0 .494.401.581.581 0 0 0 .668-.439c.033-.209-.081-.507-.273-.507Z"/><path fill="#455a64" d="M12.972 25.209H9.417v.033a2.196 2.196 0 0 0 2.333 1.977 2.196 2.196 0 0 0 2.334-1.977v-.033Z"/><path fill="#FAFAFA" d="M10.306 25.209v.033a1.26 1.26 0 0 0 1.333 1.176 1.26 1.26 0 0 0 1.333-1.176v-.033Z"/><path fill="#37474f" d="M12.051 25.209h-.626l-.016.003c.077.015.12.17.104.272a.346.346 0 0 1-.352.27.565.565 0 0 0 .494.401.58.58 0 0 0 .668-.439c.033-.209-.08-.507-.272-.507Z"/><path fill="#607d8b" d="m9.775 4-1.3 2.098C8.017 6.846 4 13.468 4 15.86V16l1.84 4.31A54.423 54.423 0 0 0 5.288 28h1.775a55.874 55.874 0 0 1 .588-7.7l.024-.184-.333-.788a10.702 10.702 0 0 0 2.5-3.887l.053.337 1.817 2.624.71-.268a11.844 11.844 0 0 1 3.603-.687 12.122 12.122 0 0 1 3.623.688l.708.266 1.814-2.624.072-.438a10.875 10.875 0 0 0 2.498 3.95l-.349.826.024.185a56.534 56.534 0 0 1 .593 7.7h1.757a55.412 55.412 0 0 0-.572-7.688L28 16.001v-.14c0-2.393-3.986-9.015-4.441-9.763L22.284 4 20.46 15.237l-.843 1.22a13.305 13.305 0 0 0-3.592-.575 13.166 13.166 0 0 0-3.578.575l-.842-1.22-.641-3.939.002-.019-.005-.001Zm-.98 5.013.374 2.29a14.867 14.867 0 0 1-2.538 6.335l-.805-1.905c.101-1.241 1.569-4.215 2.97-6.72Zm14.476 0c1.4 2.505 2.869 5.479 2.97 6.72l-.786 1.86a15.319 15.319 0 0 1-2.528-6.468Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ef6c00" d="M11.985 2.949c-3.269 0-5.909 2.745-5.936 6.12-2.332.834-4.022 3.116-4.022 5.813 0 3.392 2.663 6.169 5.948 6.169 1.513-.003 2.943-.625 4.025-1.675 1.081 1.052 2.513 1.673 4.026 1.675 3.278 0 5.947-2.77 5.947-6.17v-.001c0-1.145-.314-2.26-.891-3.237a8.288 8.288 0 0 0-1.192-1.379l-.089-.081a5.193 5.193 0 0 0-.163-.14l-.02-.016-.037-.03a5.654 5.654 0 0 0-1.666-.945c-.036-3.36-2.669-6.103-5.93-6.103zm.007 1.937c2.242 0 4.072 1.894 4.072 4.238v.002a4.317 4.317 0 0 1-1.717 3.46h-.002a.985.985 0 0 0-.218 1.33l.002.002c.179.262.47.41.766.41a.91.91 0 0 0 .546-.182c1.04-.78 1.769-1.882 2.16-3.115a4.238 4.238 0 0 1 2.51 3.855c-.006 2.337-1.836 4.234-4.085 4.234-2.24 0-4.07-1.895-4.071-4.238v-.002a.954.954 0 0 0-.932-.964h-.007a.952.952 0 0 0-.936.966v.002c0 1.08.317 2.077.788 2.961a3.97 3.97 0 0 1-2.894 1.28c-2.242 0-4.075-1.897-4.075-4.24 0-2.341 1.833-4.238 4.075-4.238.487 0 .957.09 1.412.258l.007.004.016.004.005.002.008.004c.07.025.154.061.23.098.08.04.156.09.155.09a.913.913 0 0 0 1.32-.11.981.981 0 0 0-.102-1.347l-.002-.002c-.362-.318-.864-.504-.994-.552h-.002a5.76 5.76 0 0 0-2.047-.374h-.01c.206-2.15 1.91-3.836 4.023-3.836z" color="#000"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ef6c00" d="M11.985 2.949c-3.269 0-5.909 2.745-5.936 6.12-2.332.834-4.022 3.116-4.022 5.813 0 3.392 2.663 6.169 5.948 6.169 1.513-.003 2.943-.625 4.025-1.675 1.081 1.052 2.513 1.673 4.026 1.675 3.278 0 5.947-2.77 5.947-6.17v-.001c0-1.145-.314-2.26-.891-3.237a8.288 8.288 0 0 0-1.192-1.379l-.089-.081a5.193 5.193 0 0 0-.163-.14l-.02-.016-.037-.03a5.654 5.654 0 0 0-1.666-.945c-.036-3.36-2.669-6.103-5.93-6.103zm.007 1.937c2.242 0 4.072 1.894 4.072 4.238v.002a4.317 4.317 0 0 1-1.717 3.46h-.002a.985.985 0 0 0-.218 1.33l.002.002c.179.262.47.41.766.41a.91.91 0 0 0 .546-.182c1.04-.78 1.769-1.882 2.16-3.115a4.238 4.238 0 0 1 2.51 3.855c-.006 2.337-1.836 4.234-4.085 4.234-2.24 0-4.07-1.895-4.071-4.238v-.002a.954.954 0 0 0-.932-.964h-.007a.952.952 0 0 0-.936.966v.002c0 1.08.317 2.077.788 2.961a3.97 3.97 0 0 1-2.894 1.28c-2.242 0-4.075-1.897-4.075-4.24 0-2.341 1.833-4.238 4.075-4.238.487 0 .957.09 1.412.258l.007.004.016.004.005.002.008.004c.07.025.154.061.23.098.08.04.156.09.155.09a.913.913 0 0 0 1.32-.11.981.981 0 0 0-.102-1.347l-.002-.002c-.362-.318-.864-.504-.994-.552h-.002a5.76 5.76 0 0 0-2.047-.374h-.01c.206-2.15 1.91-3.836 4.023-3.836z"/></svg>
package/icons/spwn.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><g transform="translate(13.512 10.42) scale(.06153)"><circle cx="30.125" cy="-29" r="110.12" fill="#e040fb"/><circle cx="-79.266" cy="80.375" r="110.12" fill="#00bfa5"/><path fill="#f5f5f5" d="m30.875-29.75-55.437-.001-55.437.001 27.624 27.624-57.45 57.45 56.063 56.063 57.45-57.45 27.188 27.188V25.686z" data-mit-no-recolor="true"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="translate(13.512 10.42) scale(.06153)"><circle cx="30.125" cy="-29" r="110.12" fill="#e040fb"/><circle cx="-79.266" cy="80.375" r="110.12" fill="#00bfa5"/><path fill="#f5f5f5" d="m30.875-29.75-55.437-.001-55.437.001 27.624 27.624-57.45 57.45 56.063 56.063 57.45-57.45 27.188 27.188V25.686z" data-mit-no-recolor="true"/></g></svg>
package/icons/stan.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" clip-rule="evenodd" viewBox="0 0 500 500"><path fill="#e53935" d="M249.98 46C137.31 46 46 137.353 46 250.02c0 53.209 20.377 101.65 53.74 137.96 24.726-7.494 49.697-14.465 70.033-19.775 44.666-11.665 113.39-29.452 150.29-51.658-12.161-7.795-33.029-16.267-82.541-31.932-49.553-15.678-104.51-32.254-100.85-49.371 0 0 .132-.478.55-1.277-.11.177-.282.343-.386.521 8.18-20.906 32.893-75.656 32.893-75.656 17.725-29.087 96.193-49.896 150.93-65.023 12.767-3.528 28.016-7.86 44.062-12.508-32.692-22.279-72.2-35.303-114.75-35.303zm181.68 111.15c-36.813 5.94-152.95 27.021-182.71 33.736-12.109 2.732-28.745 6.302-45.57 10.84 23.794 11.702 31.215 17.554 64.1 29.701 32.943 12.169 82.342 39.919 76.84 61.621 0 0-.237.628-.633 1.51-4.22 11.592-17.59 41.406-17.59 41.406-18.634 18.179-103.32 38.34-159.08 49.072-17.787 3.423-38.089 7.38-58.674 11.742 36.688 35.408 86.612 57.22 141.63 57.22 112.67 0 204.02-91.313 204.02-203.98 0-33.447-8.07-65.012-22.338-92.868zM170.2 212.377c-.545.214-1.078.431-1.615.648.522-.215 1.075-.432 1.615-.648zm-5.75 2.408c-1.424.62-2.811 1.25-4.166 1.893 1.29-.62 2.731-1.257 4.166-1.893zm-5.098 2.352c-4.528 2.193-8.595 4.514-12.092 6.97 3.069-2.132 7-4.474 12.092-6.97zm-13.928 8.297c-.576.44-1.178.875-1.714 1.324.517-.425 1.119-.876 1.714-1.324z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" stroke-linejoin="round" stroke-miterlimit="1.414" clip-rule="evenodd" viewBox="0 0 500 500"><path fill="#e53935" d="M249.98 46C137.31 46 46 137.353 46 250.02c0 53.209 20.377 101.65 53.74 137.96 24.726-7.494 49.697-14.465 70.033-19.775 44.666-11.665 113.39-29.452 150.29-51.658-12.161-7.795-33.029-16.267-82.541-31.932-49.553-15.678-104.51-32.254-100.85-49.371 0 0 .132-.478.55-1.277-.11.177-.282.343-.386.521 8.18-20.906 32.893-75.656 32.893-75.656 17.725-29.087 96.193-49.896 150.93-65.023 12.767-3.528 28.016-7.86 44.062-12.508-32.692-22.279-72.2-35.303-114.75-35.303zm181.68 111.15c-36.813 5.94-152.95 27.021-182.71 33.736-12.109 2.732-28.745 6.302-45.57 10.84 23.794 11.702 31.215 17.554 64.1 29.701 32.943 12.169 82.342 39.919 76.84 61.621 0 0-.237.628-.633 1.51-4.22 11.592-17.59 41.406-17.59 41.406-18.634 18.179-103.32 38.34-159.08 49.072-17.787 3.423-38.089 7.38-58.674 11.742 36.688 35.408 86.612 57.22 141.63 57.22 112.67 0 204.02-91.313 204.02-203.98 0-33.447-8.07-65.012-22.338-92.868zM170.2 212.377c-.545.214-1.078.431-1.615.648.522-.215 1.075-.432 1.615-.648zm-5.75 2.408c-1.424.62-2.811 1.25-4.166 1.893 1.29-.62 2.731-1.257 4.166-1.893zm-5.098 2.352c-4.528 2.193-8.595 4.514-12.092 6.97 3.069-2.132 7-4.474 12.092-6.97zm-13.928 8.297c-.576.44-1.178.875-1.714 1.324.517-.425 1.119-.876 1.714-1.324z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 24 24"><path fill="#e53935" d="M19.2 10.7c-.2 0-.3 0-.5.1L16.3 7c.6-.5 1.1-1.3 1.1-2.2 0-1.6-1.3-3-3-3s-3 1.3-3 3c0 .3 0 .5.1.8L7 7.9c-.5-.6-1.3-1-2.2-1-1.6 0-3 1.3-3 3s1.3 3 3 3c.2 0 .4 0 .6-.1l2.3 4.3c-.6.5-.9 1.3-.9 2.1 0 1.6 1.3 3 3 3s3-1.3 3-3c0-.2 0-.4-.1-.6l4.2-3.1c.5.7 1.4 1.1 2.3 1.1 1.6 0 3-1.3 3-3s-1.4-2.9-3-2.9zm-4.8-6.9c.6 0 1 .5 1 1 0 .6-.5 1-1 1s-1-.5-1-1c0-.6.4-1 1-1zm-9.6 7.1c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1 .5 1 1c.1.6-.4 1-1 1zm2 1.2c.6-.5 1-1.3 1-2.2 0-.3 0-.5-.1-.7l4.5-2.4c.2.2.4.4.7.5l-2.8 9h-.3c-.3 0-.6.1-.8.1l-2.2-4.3zm3 8.2c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1 .5 1 1-.4 1-1 1zm6.4-6.6c0 .2 0 .3.1.5l-4.2 3.1-.6-.6 2.9-9h.1c.2 0 .4 0 .6-.1l2.3 3.7c-.7.6-1.2 1.5-1.2 2.4zm3 1c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1 .5 1 1c0 .6-.5 1-1 1z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#e53935" d="M19.2 10.7c-.2 0-.3 0-.5.1L16.3 7c.6-.5 1.1-1.3 1.1-2.2 0-1.6-1.3-3-3-3s-3 1.3-3 3c0 .3 0 .5.1.8L7 7.9c-.5-.6-1.3-1-2.2-1-1.6 0-3 1.3-3 3s1.3 3 3 3c.2 0 .4 0 .6-.1l2.3 4.3c-.6.5-.9 1.3-.9 2.1 0 1.6 1.3 3 3 3s3-1.3 3-3c0-.2 0-.4-.1-.6l4.2-3.1c.5.7 1.4 1.1 2.3 1.1 1.6 0 3-1.3 3-3s-1.4-2.9-3-2.9zm-4.8-6.9c.6 0 1 .5 1 1 0 .6-.5 1-1 1s-1-.5-1-1c0-.6.4-1 1-1zm-9.6 7.1c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1 .5 1 1c.1.6-.4 1-1 1zm2 1.2c.6-.5 1-1.3 1-2.2 0-.3 0-.5-.1-.7l4.5-2.4c.2.2.4.4.7.5l-2.8 9h-.3c-.3 0-.6.1-.8.1l-2.2-4.3zm3 8.2c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1 .5 1 1-.4 1-1 1zm6.4-6.6c0 .2 0 .3.1.5l-4.2 3.1-.6-.6 2.9-9h.1c.2 0 .4 0 .6-.1l2.3 3.7c-.7.6-1.2 1.5-1.2 2.4zm3 1c-.6 0-1-.5-1-1 0-.6.5-1 1-1s1 .5 1 1c0 .6-.5 1-1 1z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 64 64"><g fill="#cfd8dc" fill-rule="evenodd" clip-rule="evenodd"><path d="M32 8.812C19.193 8.812 8.81 19.193 8.81 32S19.193 55.189 32 55.189 55.188 44.807 55.188 32 44.807 8.812 32 8.812zM5.27 32C5.27 17.238 17.239 5.27 32 5.27S58.73 17.239 58.73 32 46.761 58.73 32 58.73 5.27 46.761 5.27 32z"/><path d="M57.179 37.624 24.384 56.558l-.886-1.533L56.294 36.09zM40.826 9.3 8.031 28.236l-.885-1.533L39.941 7.767zm6.527 25.024a.887.887 0 0 1-.324 1.21L17.214 52.747a.885.885 0 0 1-.885-1.534L46.143 34a.885.885 0 0 1 1.21.324zm.967-22.422c.245.424.1.965-.323 1.21L18.183 30.325a.885.885 0 0 1-.886-1.534l29.814-17.213a.885.885 0 0 1 1.21.324z"/><path d="M23.944 25.844a.885.885 0 0 1 1.239-.184L41.15 37.499a.885.885 0 1 1-1.054 1.422L24.128 27.08a.885.885 0 0 1-.184-1.238zm5.963-3.442a.885.885 0 0 1 1.238-.184l15.967 11.838a.885.885 0 0 1-1.054 1.422L30.09 23.64a.885.885 0 0 1-.183-1.239zM17.02 29.043a.885.885 0 0 1 1.235-.205l16.92 12.094a.885.885 0 1 1-1.03 1.44l-16.92-12.094a.885.885 0 0 1-.205-1.235z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="#cfd8dc" clip-rule="evenodd"><path d="M32 8.812C19.193 8.812 8.81 19.193 8.81 32S19.193 55.189 32 55.189 55.188 44.807 55.188 32 44.807 8.812 32 8.812zM5.27 32C5.27 17.238 17.239 5.27 32 5.27S58.73 17.239 58.73 32 46.761 58.73 32 58.73 5.27 46.761 5.27 32z"/><path d="M57.179 37.624 24.384 56.558l-.886-1.533L56.294 36.09zM40.826 9.3 8.031 28.236l-.885-1.533L39.941 7.767zm6.527 25.024a.887.887 0 0 1-.324 1.21L17.214 52.747a.885.885 0 0 1-.885-1.534L46.143 34a.885.885 0 0 1 1.21.324zm.967-22.422c.245.424.1.965-.323 1.21L18.183 30.325a.885.885 0 0 1-.886-1.534l29.814-17.213a.885.885 0 0 1 1.21.324z"/><path d="M23.944 25.844a.885.885 0 0 1 1.239-.184L41.15 37.499a.885.885 0 1 1-1.054 1.422L24.128 27.08a.885.885 0 0 1-.184-1.238zm5.963-3.442a.885.885 0 0 1 1.238-.184l15.967 11.838a.885.885 0 0 1-1.054 1.422L30.09 23.64a.885.885 0 0 1-.183-1.239zM17.02 29.043a.885.885 0 0 1 1.235-.205l16.92 12.094a.885.885 0 1 1-1.03 1.44l-16.92-12.094a.885.885 0 0 1-.205-1.235z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 64 64"><g fill="#546e7a" fill-rule="evenodd" clip-rule="evenodd"><path d="M32 8.812C19.193 8.812 8.81 19.193 8.81 32S19.193 55.189 32 55.189 55.188 44.807 55.188 32 44.807 8.812 32 8.812zM5.27 32C5.27 17.238 17.239 5.27 32 5.27S58.73 17.239 58.73 32 46.761 58.73 32 58.73 5.27 46.761 5.27 32z"/><path d="M57.179 37.624 24.384 56.558l-.886-1.533L56.294 36.09zM40.826 9.3 8.031 28.236l-.885-1.533L39.941 7.767zm6.527 25.024a.887.887 0 0 1-.324 1.21L17.214 52.747a.885.885 0 0 1-.885-1.534L46.143 34a.885.885 0 0 1 1.21.324zm.967-22.422c.245.424.1.965-.323 1.21L18.183 30.325a.885.885 0 0 1-.886-1.534l29.814-17.213a.885.885 0 0 1 1.21.324z"/><path d="M23.944 25.844a.885.885 0 0 1 1.239-.184L41.15 37.499a.885.885 0 1 1-1.054 1.422L24.128 27.08a.885.885 0 0 1-.184-1.238zm5.963-3.442a.885.885 0 0 1 1.238-.184l15.967 11.838a.885.885 0 0 1-1.054 1.422L30.09 23.64a.885.885 0 0 1-.183-1.239zM17.02 29.043a.885.885 0 0 1 1.235-.205l16.92 12.094a.885.885 0 1 1-1.03 1.44l-16.92-12.094a.885.885 0 0 1-.205-1.235z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="#546e7a" clip-rule="evenodd"><path d="M32 8.812C19.193 8.812 8.81 19.193 8.81 32S19.193 55.189 32 55.189 55.188 44.807 55.188 32 44.807 8.812 32 8.812zM5.27 32C5.27 17.238 17.239 5.27 32 5.27S58.73 17.239 58.73 32 46.761 58.73 32 58.73 5.27 46.761 5.27 32z"/><path d="M57.179 37.624 24.384 56.558l-.886-1.533L56.294 36.09zM40.826 9.3 8.031 28.236l-.885-1.533L39.941 7.767zm6.527 25.024a.887.887 0 0 1-.324 1.21L17.214 52.747a.885.885 0 0 1-.885-1.534L46.143 34a.885.885 0 0 1 1.21.324zm.967-22.422c.245.424.1.965-.323 1.21L18.183 30.325a.885.885 0 0 1-.886-1.534l29.814-17.213a.885.885 0 0 1 1.21.324z"/><path d="M23.944 25.844a.885.885 0 0 1 1.239-.184L41.15 37.499a.885.885 0 1 1-1.054 1.422L24.128 27.08a.885.885 0 0 1-.184-1.238zm5.963-3.442a.885.885 0 0 1 1.238-.184l15.967 11.838a.885.885 0 0 1-1.054 1.422L30.09 23.64a.885.885 0 0 1-.183-1.239zM17.02 29.043a.885.885 0 0 1 1.235-.205l16.92 12.094a.885.885 0 1 1-1.03 1.44l-16.92-12.094a.885.885 0 0 1-.205-1.235z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ff4081" d="m24.95 28.948-18-.9a1 1 0 0 1-.95-1V6.906a1 1 0 0 1 .9-.995l18-1.905A1 1 0 0 1 26 5v22.949a1 1 0 0 1-1.05.998Z"/><path fill="#fff" d="m20 8.52.19-4.242 3.649-.275.16 4.37a.28.28 0 0 1-.276.283.29.29 0 0 1-.188-.063L22.123 7.52l-1.668 1.23a.29.29 0 0 1-.398-.055A.27.27 0 0 1 20 8.52Zm-2.128 6.647c0 .487 3.448.25 3.912-.094 0-3.324-1.87-5.073-5.298-5.073-3.421 0-5.345 1.774-5.345 4.436 0 4.642 6.561 4.735 6.561 7.266a1.022 1.022 0 0 1-1.164 1.13c-1.047 0-1.459-.512-1.413-2.242 0-.375-3.984-.494-4.101 0-.308 4.198 2.426 5.41 5.56 5.41C19.619 26 22 24.45 22 21.658c0-4.973-6.653-4.842-6.653-7.31a1.08 1.08 0 0 1 1.243-1.13c.478 0 1.354.08 1.282 1.949Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ff4081" d="m24.95 28.948-18-.9a1 1 0 0 1-.95-1V6.906a1 1 0 0 1 .9-.995l18-1.905A1 1 0 0 1 26 5v22.949a1 1 0 0 1-1.05.998Z"/><path fill="#FAFAFA" d="m20 8.52.19-4.242 3.649-.275.16 4.37a.28.28 0 0 1-.276.283.29.29 0 0 1-.188-.063L22.123 7.52l-1.668 1.23a.29.29 0 0 1-.398-.055A.27.27 0 0 1 20 8.52Zm-2.128 6.647c0 .487 3.448.25 3.912-.094 0-3.324-1.87-5.073-5.298-5.073-3.421 0-5.345 1.774-5.345 4.436 0 4.642 6.561 4.735 6.561 7.266a1.022 1.022 0 0 1-1.164 1.13c-1.047 0-1.459-.512-1.413-2.242 0-.375-3.984-.494-4.101 0-.308 4.198 2.426 5.41 5.56 5.41C19.619 26 22 24.45 22 21.658c0-4.973-6.653-4.842-6.653-7.31a1.08 1.08 0 0 1 1.243-1.13c.478 0 1.354.08 1.282 1.949Z"/></svg>