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/stryker.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g fill="#ef5350" color="#000"><path d="M11.095 2.498v1.404a8.139 8.139 0 0 0-7.194 7.193H2.499v1.81h1.404a8.139 8.139 0 0 0 7.193 7.194v1.403h1.81v-1.403a8.139 8.139 0 0 0 7.193-7.194h1.404v-1.81h-1.404a8.139 8.139 0 0 0-7.193-7.193V2.498zm0 3.231v1.294h1.81V5.729a6.315 6.315 0 0 1 5.366 5.366h-1.294v1.81h1.294a6.315 6.315 0 0 1-5.366 5.366v-1.294h-1.81v1.294a6.315 6.315 0 0 1-5.366-5.366h1.294v-1.81H5.729a6.315 6.315 0 0 1 5.366-5.366z" 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;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="M10.945 2.348V3.79a8.261 8.261 0 0 0-7.154 7.154H2.347v2.11h1.444a8.261 8.261 0 0 0 7.154 7.154v1.443h2.11V20.21a8.261 8.261 0 0 0 7.154-7.154h1.443v-2.11H20.21a8.261 8.261 0 0 0-7.155-7.154V2.348zm.299.3h1.512v1.39l.132.013a7.989 7.989 0 0 1 7.06 7.06l.015.133h1.388v1.512h-1.388l-.014.133a7.989 7.989 0 0 1-7.06 7.06l-.133.014v1.389h-1.512v-1.39l-.133-.013a7.989 7.989 0 0 1-7.06-7.06l-.014-.133H2.648v-1.512h1.389l.014-.133a7.989 7.989 0 0 1 7.06-7.06l.133-.014zm0 2.909-.17.023a6.466 6.466 0 0 0-5.494 5.494l-.024.17h1.317v1.512H5.556l.024.17a6.466 6.466 0 0 0 5.494 5.494l.17.023v-1.316h1.512v1.316l.17-.023a6.466 6.466 0 0 0 5.494-5.494l.023-.17h-1.316v-1.512h1.316l-.023-.17a6.466 6.466 0 0 0-5.495-5.494l-.17-.023v1.316h-1.511zm-.299.373v1.244h2.11V5.93a6.134 6.134 0 0 1 5.015 5.015h-1.244v2.11h1.244a6.134 6.134 0 0 1-5.016 5.015v-1.244h-2.109v1.244a6.134 6.134 0 0 1-5.016-5.015h1.244v-2.11H5.93a6.134 6.134 0 0 1 5.016-5.015z" 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;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="#ef5350"><path d="M11.095 2.498v1.404a8.139 8.139 0 0 0-7.194 7.193H2.499v1.81h1.404a8.139 8.139 0 0 0 7.193 7.194v1.403h1.81v-1.403a8.139 8.139 0 0 0 7.193-7.194h1.404v-1.81h-1.404a8.139 8.139 0 0 0-7.193-7.193V2.498zm0 3.231v1.294h1.81V5.729a6.315 6.315 0 0 1 5.366 5.366h-1.294v1.81h1.294a6.315 6.315 0 0 1-5.366 5.366v-1.294h-1.81v1.294a6.315 6.315 0 0 1-5.366-5.366h1.294v-1.81H5.729a6.315 6.315 0 0 1 5.366-5.366z" 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;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="M10.945 2.348V3.79a8.261 8.261 0 0 0-7.154 7.154H2.347v2.11h1.444a8.261 8.261 0 0 0 7.154 7.154v1.443h2.11V20.21a8.261 8.261 0 0 0 7.154-7.154h1.443v-2.11H20.21a8.261 8.261 0 0 0-7.155-7.154V2.348zm.299.3h1.512v1.39l.132.013a7.989 7.989 0 0 1 7.06 7.06l.015.133h1.388v1.512h-1.388l-.014.133a7.989 7.989 0 0 1-7.06 7.06l-.133.014v1.389h-1.512v-1.39l-.133-.013a7.989 7.989 0 0 1-7.06-7.06l-.014-.133H2.648v-1.512h1.389l.014-.133a7.989 7.989 0 0 1 7.06-7.06l.133-.014zm0 2.909-.17.023a6.466 6.466 0 0 0-5.494 5.494l-.024.17h1.317v1.512H5.556l.024.17a6.466 6.466 0 0 0 5.494 5.494l.17.023v-1.316h1.512v1.316l.17-.023a6.466 6.466 0 0 0 5.494-5.494l.023-.17h-1.316v-1.512h1.316l-.023-.17a6.466 6.466 0 0 0-5.495-5.494l-.17-.023v1.316h-1.511zm-.299.373v1.244h2.11V5.93a6.134 6.134 0 0 1 5.015 5.015h-1.244v2.11h1.244a6.134 6.134 0 0 1-5.016 5.015v-1.244h-2.109v1.244a6.134 6.134 0 0 1-5.016-5.015h1.244v-2.11H5.93a6.134 6.134 0 0 1 5.016-5.015z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" class="mainLogo_Gh97" viewBox="0 0 30 30"><g fill-rule="evenodd" stroke-width=".247"><path fill="#66bb6a" d="M10.942 3.615c-1.944.827-6.386 5.085-6.401 8.44.026 3.467 4.457 7.612 6.401 8.439.446.19 1.137.451 1.868.451.666 0 1.23-.328 1.803-1.019.965-1.16.85-2.828-.436-3.775-1.539-1.133-2.798-2.149-2.824-4.097.026-1.947 1.285-3.307 2.824-4.44 1.285-.946 1.536-2.382.571-3.543-.574-.69-1.272-.908-1.938-.908-.73 0-1.422.262-1.868.452z"/><path fill="#01579b" d="M12.711 8.934c-.354.406-.684.817-.984 1.23-.502.64-.934 1.314-1.284 1.992l-.004.004-.015.032-.026.052c-.44.874-.746 1.754-.892 2.582l-.002.01c-.568 2.648.237 4.923 2.625 6.025.944.329 1.753-.052 2.49-.89.853-.97.958-2.896-.38-3.82-1.878-1.296-2.836-2.532-2.825-4.116.011-1.57.887-2.627 1.297-3.101z"/><path fill="#ff1744" d="M17.23 26.837c-.663 0-1.358-.218-1.929-.908-.96-1.16-.709-2.595.57-3.541 1.531-1.132 2.783-2.49 2.809-4.437-.026-1.947-1.28-3.24-2.809-4.377-1.13-.84-1.53-2.442-.57-3.602.571-.69 1.266-.908 1.93-.908.726 0 1.414.262 1.858.452 1.934.826 6.336 4.958 6.37 8.435-.01 3.277-4.436 7.608-6.37 8.435-.444.189-1.132.451-1.859.451z"/><path fill="#b71c1c" d="M17.219 9.02c-.717-.011-1.419.324-1.975.953-.857.97-.713 2.711.633 3.636 1.887 1.296 2.787 2.782 2.776 4.366-.013 1.795-1.161 2.919-1.448 3.269a8.704 8.704 0 0 0 1.7-1.656 1.33 1.33 0 0 1-.106.172 8.335 8.335 0 0 0 1.248-2.026c.026-.056.058-.128.09-.207l.025-.06a9.34 9.34 0 0 0 .516-1.75c.135-.655.207-1.352.119-1.936-.005-.059-.009-.118-.016-.176-.158-1.946-1.09-3.65-2.845-4.457a2.298 2.298 0 0 0-.717-.128z" style="mix-blend-mode:multiply"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><g stroke-width=".247"><path fill="#66bb6a" d="M10.942 3.615c-1.944.827-6.386 5.085-6.401 8.44.026 3.467 4.457 7.612 6.401 8.439.446.19 1.137.451 1.868.451.666 0 1.23-.328 1.803-1.019.965-1.16.85-2.828-.436-3.775-1.539-1.133-2.798-2.149-2.824-4.097.026-1.947 1.285-3.307 2.824-4.44 1.285-.946 1.536-2.382.571-3.543-.574-.69-1.272-.908-1.938-.908-.73 0-1.422.262-1.868.452z"/><path fill="#01579b" d="M12.711 8.934c-.354.406-.684.817-.984 1.23-.502.64-.934 1.314-1.284 1.992l-.004.004-.015.032-.026.052c-.44.874-.746 1.754-.892 2.582l-.002.01c-.568 2.648.237 4.923 2.625 6.025.944.329 1.753-.052 2.49-.89.853-.97.958-2.896-.38-3.82-1.878-1.296-2.836-2.532-2.825-4.116.011-1.57.887-2.627 1.297-3.101z"/><path fill="#ff1744" d="M17.23 26.837c-.663 0-1.358-.218-1.929-.908-.96-1.16-.709-2.595.57-3.541 1.531-1.132 2.783-2.49 2.809-4.437-.026-1.947-1.28-3.24-2.809-4.377-1.13-.84-1.53-2.442-.57-3.602.571-.69 1.266-.908 1.93-.908.726 0 1.414.262 1.858.452 1.934.826 6.336 4.958 6.37 8.435-.01 3.277-4.436 7.608-6.37 8.435-.444.189-1.132.451-1.859.451z"/><path fill="#b71c1c" d="M17.219 9.02c-.717-.011-1.419.324-1.975.953-.857.97-.713 2.711.633 3.636 1.887 1.296 2.787 2.782 2.776 4.366-.013 1.795-1.161 2.919-1.448 3.269a8.704 8.704 0 0 0 1.7-1.656 1.33 1.33 0 0 1-.106.172 8.335 8.335 0 0 0 1.248-2.026c.026-.056.058-.128.09-.207l.025-.06a9.34 9.34 0 0 0 .516-1.75c.135-.655.207-1.352.119-1.936-.005-.059-.009-.118-.016-.176-.158-1.946-1.09-3.65-2.845-4.457a2.298 2.298 0 0 0-.717-.128z" style="mix-blend-mode:multiply"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 412 395"><g fill="#cfd8dc" fill-rule="evenodd" transform="translate(31.478 29.499) scale(.84775)"><path d="M208.8 393.05c45.057-161.12 43.75-161.85 76.32-276.73l7.832 4.523c4.255 2.458 7.738.448 7.738-4.455V61.602c8.643-30.27 15.416-53.66 17.4-60.693h35.287l58.618 54.304-38.498 33.27 29.11 31.473-191.86 273.09c-.938 1.542-2.244 1.19-1.947 0zm20.96-347.28c1.733 0 3.148.958 3.148 2.147v28.077c0 1.186-1.415 2.15-3.147 2.15h-47.396c-1.742 0-3.153-.96-3.153-2.15V47.917c0-1.185 1.41-2.147 3.153-2.147h47.396z"/><path d="m288.26 14.688-52.14 30.1c.605.92.973 1.98.973 3.136v28.078c0 1.457-.565 2.77-1.496 3.83l52.663 30.402c3.59 2.073 6.535.377 6.535-3.764V18.456c0-4.145-2.944-5.836-6.535-3.768zM175.02 76V47.923c0-1.15.368-2.21.966-3.13l-52.14-30.105c-3.588-2.068-6.53-.376-6.53 3.768v88.013c0 4.14 2.938 5.84 6.53 3.76l52.66-30.405c-.926-1.06-1.487-2.37-1.487-3.827z"/><path d="M201.25 393.05h1.947c-45.05-161.12-43.753-161.85-76.32-276.73l-7.833 4.523c-4.253 2.458-7.737.448-7.737-4.455V61.602C102.662 31.332 95.892 7.942 93.902.909H58.619L.002 55.213l38.494 33.27-29.11 31.473z"/><circle cx="204.57" cy="122.54" r="14.231"/><circle cx="204.57" cy="207.16" r="14.231"/><circle cx="204.57" cy="291.78" r="14.23"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 412 395"><g fill="#cfd8dc" transform="translate(31.478 29.499) scale(.84775)"><path d="M208.8 393.05c45.057-161.12 43.75-161.85 76.32-276.73l7.832 4.523c4.255 2.458 7.738.448 7.738-4.455V61.602c8.643-30.27 15.416-53.66 17.4-60.693h35.287l58.618 54.304-38.498 33.27 29.11 31.473-191.86 273.09c-.938 1.542-2.244 1.19-1.947 0zm20.96-347.28c1.733 0 3.148.958 3.148 2.147v28.077c0 1.186-1.415 2.15-3.147 2.15h-47.396c-1.742 0-3.153-.96-3.153-2.15V47.917c0-1.185 1.41-2.147 3.153-2.147h47.396z"/><path d="m288.26 14.688-52.14 30.1c.605.92.973 1.98.973 3.136v28.078c0 1.457-.565 2.77-1.496 3.83l52.663 30.402c3.59 2.073 6.535.377 6.535-3.764V18.456c0-4.145-2.944-5.836-6.535-3.768zM175.02 76V47.923c0-1.15.368-2.21.966-3.13l-52.14-30.105c-3.588-2.068-6.53-.376-6.53 3.768v88.013c0 4.14 2.938 5.84 6.53 3.76l52.66-30.405c-.926-1.06-1.487-2.37-1.487-3.827z"/><path d="M201.25 393.05h1.947c-45.05-161.12-43.753-161.85-76.32-276.73l-7.833 4.523c-4.253 2.458-7.737.448-7.737-4.455V61.602C102.662 31.332 95.892 7.942 93.902.909H58.619L.002 55.213l38.494 33.27-29.11 31.473z"/><circle cx="204.57" cy="122.54" r="14.231"/><circle cx="204.57" cy="207.16" r="14.231"/><circle cx="204.57" cy="291.78" r="14.23"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 412 395"><g fill="#546e7a" fill-rule="evenodd" transform="translate(31.478 29.499) scale(.84775)"><path d="M208.8 393.05c45.057-161.12 43.75-161.85 76.32-276.73l7.832 4.523c4.255 2.458 7.738.448 7.738-4.455V61.602c8.643-30.27 15.416-53.66 17.4-60.693h35.287l58.618 54.304-38.498 33.27 29.11 31.473-191.86 273.09c-.938 1.542-2.244 1.19-1.947 0zm20.96-347.28c1.733 0 3.148.958 3.148 2.147v28.077c0 1.186-1.415 2.15-3.147 2.15h-47.396c-1.742 0-3.153-.96-3.153-2.15V47.917c0-1.185 1.41-2.147 3.153-2.147h47.396z"/><path d="m288.26 14.688-52.14 30.1c.605.92.973 1.98.973 3.136v28.078c0 1.457-.565 2.77-1.496 3.83l52.663 30.402c3.59 2.073 6.535.377 6.535-3.764V18.456c0-4.145-2.944-5.836-6.535-3.768zM175.02 76V47.923c0-1.15.368-2.21.966-3.13l-52.14-30.105c-3.588-2.068-6.53-.376-6.53 3.768v88.013c0 4.14 2.938 5.84 6.53 3.76l52.66-30.405c-.926-1.06-1.487-2.37-1.487-3.827z"/><path d="M201.25 393.05h1.947c-45.05-161.12-43.753-161.85-76.32-276.73l-7.833 4.523c-4.253 2.458-7.737.448-7.737-4.455V61.602C102.662 31.332 95.892 7.942 93.902.909H58.619L.002 55.213l38.494 33.27-29.11 31.473z"/><circle cx="204.57" cy="122.54" r="14.231"/><circle cx="204.57" cy="207.16" r="14.231"/><circle cx="204.57" cy="291.78" r="14.23"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 412 395"><g fill="#546e7a" transform="translate(31.478 29.499) scale(.84775)"><path d="M208.8 393.05c45.057-161.12 43.75-161.85 76.32-276.73l7.832 4.523c4.255 2.458 7.738.448 7.738-4.455V61.602c8.643-30.27 15.416-53.66 17.4-60.693h35.287l58.618 54.304-38.498 33.27 29.11 31.473-191.86 273.09c-.938 1.542-2.244 1.19-1.947 0zm20.96-347.28c1.733 0 3.148.958 3.148 2.147v28.077c0 1.186-1.415 2.15-3.147 2.15h-47.396c-1.742 0-3.153-.96-3.153-2.15V47.917c0-1.185 1.41-2.147 3.153-2.147h47.396z"/><path d="m288.26 14.688-52.14 30.1c.605.92.973 1.98.973 3.136v28.078c0 1.457-.565 2.77-1.496 3.83l52.663 30.402c3.59 2.073 6.535.377 6.535-3.764V18.456c0-4.145-2.944-5.836-6.535-3.768zM175.02 76V47.923c0-1.15.368-2.21.966-3.13l-52.14-30.105c-3.588-2.068-6.53-.376-6.53 3.768v88.013c0 4.14 2.938 5.84 6.53 3.76l52.66-30.405c-.926-1.06-1.487-2.37-1.487-3.827z"/><path d="M201.25 393.05h1.947c-45.05-161.12-43.753-161.85-76.32-276.73l-7.833 4.523c-4.253 2.458-7.737.448-7.737-4.455V61.602C102.662 31.332 95.892 7.942 93.902.909H58.619L.002 55.213l38.494 33.27-29.11 31.473z"/><circle cx="204.57" cy="122.54" r="14.231"/><circle cx="204.57" cy="207.16" r="14.231"/><circle cx="204.57" cy="291.78" r="14.23"/></g></svg>
package/icons/stylus.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 200 200"><path fill="#c0ca33" d="M127.22 155.91c14.639-17.51 16.362-35.594 5.023-69.178-7.176-21.241-19.089-37.603-10.334-50.807 9.33-14.065 29.135-.43 12.63 18.371l3.301 2.296c19.806 2.297 29.566-24.83 14.783-32.58-39.038-20.38-73.197 18.802-58.127 64.155 6.459 19.232 15.501 39.613 8.181 55.831-6.315 13.922-18.515 22.103-26.695 22.39-17.079.862-5.74-38.32 13.922-48.08 1.722-.86 4.162-2.009 1.866-4.88-24.255-2.726-38.464 8.468-46.645 24.113-23.825 45.497 45.21 62.289 82.096 18.37z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="#c0ca33" d="M127.22 155.91c14.639-17.51 16.362-35.594 5.023-69.178-7.176-21.241-19.089-37.603-10.334-50.807 9.33-14.065 29.135-.43 12.63 18.371l3.301 2.296c19.806 2.297 29.566-24.83 14.783-32.58-39.038-20.38-73.197 18.802-58.127 64.155 6.459 19.232 15.501 39.613 8.181 55.831-6.315 13.922-18.515 22.103-26.695 22.39-17.079.862-5.74-38.32 13.922-48.08 1.722-.86 4.162-2.009 1.866-4.88-24.255-2.726-38.464 8.468-46.645 24.113-23.825 45.497 45.21 62.289 82.096 18.37z"/></svg>
package/icons/sublime.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ffb74d" fill-rule="evenodd" d="m14.576 18.857-8.088-2.425a.595.595 0 0 1-.41-.516L6 10.169a.573.573 0 0 1 .4-.514l19.06-5.637a.29.29 0 0 1 .408.275v5.744a.589.589 0 0 1-.406.52l-7.864 2.424 7.994 2.307a.577.577 0 0 1 .408.513v5.664a.593.593 0 0 1-.402.521l-19.11 5.993a.285.285 0 0 1-.406-.265l-.04-5.913a.577.577 0 0 1 .403-.514Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ffb74d" d="m14.576 18.857-8.088-2.425a.595.595 0 0 1-.41-.516L6 10.169a.573.573 0 0 1 .4-.514l19.06-5.637a.29.29 0 0 1 .408.275v5.744a.589.589 0 0 1-.406.52l-7.864 2.424 7.994 2.307a.577.577 0 0 1 .408.513v5.664a.593.593 0 0 1-.402.521l-19.11 5.993a.285.285 0 0 1-.406-.265l-.04-5.913a.577.577 0 0 1 .403-.514Z"/></svg>
package/icons/swift.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#fe5e2f" d="M17.087 19.721c-2.36 1.36-5.59 1.5-8.86.1a13.807 13.807 0 0 1-6.23-5.32c.67.55 1.46 1 2.3 1.4 3.37 1.57 6.73 1.46 9.1 0-3.37-2.59-6.24-5.96-8.37-8.71-.45-.45-.78-1.01-1.12-1.51 8.28 6.05 7.92 7.59 2.41-1.01 4.89 4.94 9.43 7.74 9.43 7.74.16.09.25.16.36.22.1-.25.19-.51.26-.78.79-2.85-.11-6.12-2.08-8.81 4.55 2.75 7.25 7.91 6.12 12.24-.03.11-.06.22-.05.39 2.24 2.83 1.64 5.78 1.35 5.22-1.21-2.39-3.48-1.65-4.62-1.17z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#FF6E40" d="M17.087 19.721c-2.36 1.36-5.59 1.5-8.86.1a13.807 13.807 0 0 1-6.23-5.32c.67.55 1.46 1 2.3 1.4 3.37 1.57 6.73 1.46 9.1 0-3.37-2.59-6.24-5.96-8.37-8.71-.45-.45-.78-1.01-1.12-1.51 8.28 6.05 7.92 7.59 2.41-1.01 4.89 4.94 9.43 7.74 9.43 7.74.16.09.25.16.36.22.1-.25.19-.51.26-.78.79-2.85-.11-6.12-2.08-8.81 4.55 2.75 7.25 7.91 6.12 12.24-.03.11-.06.22-.05.39 2.24 2.83 1.64 5.78 1.35 5.22-1.21-2.39-3.48-1.65-4.62-1.17z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><g class="layer"><path fill="#8bc34a" d="M46.677 7.772a38.832 38.832 0 0 1 10.83.571 45.062 45.062 0 0 1 7.226 2.046 52.725 52.725 0 0 1 4.89 2.263c3.022 1.662 5.888 3.666 8.338 6.106a50.773 50.773 0 0 1 3.572 3.893 47.025 47.025 0 0 1 3.354 4.953 38.23 38.23 0 0 1 3.935 9.47 20.04 20.04 0 0 1 .862 5.18c-.478-.353-.852-.82-1.257-1.256-2.523-2.845-4.942-5.794-7.413-8.701-1.111-1.267-2.18-2.596-3.395-3.769-.956.83-1.662 1.89-2.482 2.845-2.326 2.783-4.651 5.565-7.008 8.317a10.175 10.175 0 0 0-1.392-2.866 22.374 22.374 0 0 0-3.177-3.883 18.752 18.752 0 0 0-12.21-5.244 18.897 18.897 0 0 0-5.607.468 16.862 16.862 0 0 0-4.496 1.599 18.17 18.17 0 0 0-6.822 5.939 15.263 15.263 0 0 0-2.284 4.506c3.24.01 6.48-.02 9.719 0-.924 1.318-1.994 2.523-3.011 3.769-2.607 3.115-5.275 6.209-7.891 9.345a100.123 100.123 0 0 1-3.136 3.81c-1.734 2.18-3.572 4.278-5.4 6.375a8.545 8.545 0 0 1-.83-.727c-1.267-1.266-2.44-2.616-3.624-3.955-3.83-4.413-7.538-8.93-11.286-13.405-1.017-1.204-2.014-2.43-3.084-3.572-.415-.467-.81-.945-1.142-1.474 2.856 0 5.71-.042 8.556-.083a36.133 36.133 0 0 1 3.956-11.889 41.895 41.895 0 0 1 5.243-7.527 39.269 39.269 0 0 1 6.126-5.514 40.618 40.618 0 0 1 20.35-7.58z"/><path fill="#2e7d32" d="M77.567 36.502c.727.55 1.318 1.246 1.952 1.89 2.544 2.762 4.953 5.648 7.372 8.514 2.637 3.136 5.243 6.302 7.89 9.428.904 1.11 1.974 2.087 2.763 3.291-2.856.02-5.71.042-8.566.093a36.34 36.34 0 0 1-5.752 14.827c-.758 1.163-1.558 2.305-2.44 3.385A40.483 40.483 0 0 1 48.13 92.342a45.062 45.062 0 0 1-7.715-1.142 49.552 49.552 0 0 1-5.534-1.745 45.031 45.031 0 0 1-6.157-3.063 35.084 35.084 0 0 1-6.956-5.42c-1.143-1.142-2.254-2.325-3.281-3.582a46.62 46.62 0 0 1-3.354-4.932 38.313 38.313 0 0 1-3.998-9.635c-.446-1.661-.83-3.343-.861-5.067.415.239.706.633 1.038.976 2.73 3.053 5.316 6.23 7.995 9.345.997 1.142 1.941 2.346 3.052 3.385.841-.727 1.485-1.62 2.18-2.471a829.3 829.3 0 0 1 7.31-8.691c.291 1.11.893 2.108 1.506 3.063a19.738 19.738 0 0 0 7.278 6.749 17.963 17.963 0 0 0 4.89 1.734c1.911.405 3.884.612 5.826.436 1.35-.104 2.689-.384 3.997-.685a19.105 19.105 0 0 0 7.912-4.569 20.35 20.35 0 0 0 3.188-4.08c.591-.997 1.1-2.046 1.412-3.157H58.14c.665-.976 1.433-1.869 2.18-2.762 2.617-3.167 5.296-6.271 7.933-9.417 1.205-1.391 2.285-2.887 3.52-4.267.976-1.163 1.91-2.378 2.907-3.53.956-1.122 1.942-2.212 2.908-3.323z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="#8bc34a" d="M46.677 7.772a38.832 38.832 0 0 1 10.83.571 45.062 45.062 0 0 1 7.226 2.046 52.725 52.725 0 0 1 4.89 2.263c3.022 1.662 5.888 3.666 8.338 6.106a50.773 50.773 0 0 1 3.572 3.893 47.025 47.025 0 0 1 3.354 4.953 38.23 38.23 0 0 1 3.935 9.47 20.04 20.04 0 0 1 .862 5.18c-.478-.353-.852-.82-1.257-1.256-2.523-2.845-4.942-5.794-7.413-8.701-1.111-1.267-2.18-2.596-3.395-3.769-.956.83-1.662 1.89-2.482 2.845-2.326 2.783-4.651 5.565-7.008 8.317a10.175 10.175 0 0 0-1.392-2.866 22.374 22.374 0 0 0-3.177-3.883 18.752 18.752 0 0 0-12.21-5.244 18.897 18.897 0 0 0-5.607.468 16.862 16.862 0 0 0-4.496 1.599 18.17 18.17 0 0 0-6.822 5.939 15.263 15.263 0 0 0-2.284 4.506c3.24.01 6.48-.02 9.719 0-.924 1.318-1.994 2.523-3.011 3.769-2.607 3.115-5.275 6.209-7.891 9.345a100.123 100.123 0 0 1-3.136 3.81c-1.734 2.18-3.572 4.278-5.4 6.375a8.545 8.545 0 0 1-.83-.727c-1.267-1.266-2.44-2.616-3.624-3.955-3.83-4.413-7.538-8.93-11.286-13.405-1.017-1.204-2.014-2.43-3.084-3.572-.415-.467-.81-.945-1.142-1.474 2.856 0 5.71-.042 8.556-.083a36.133 36.133 0 0 1 3.956-11.889 41.895 41.895 0 0 1 5.243-7.527 39.269 39.269 0 0 1 6.126-5.514 40.618 40.618 0 0 1 20.35-7.58z"/><path fill="#2e7d32" d="M77.567 36.502c.727.55 1.318 1.246 1.952 1.89 2.544 2.762 4.953 5.648 7.372 8.514 2.637 3.136 5.243 6.302 7.89 9.428.904 1.11 1.974 2.087 2.763 3.291-2.856.02-5.71.042-8.566.093a36.34 36.34 0 0 1-5.752 14.827c-.758 1.163-1.558 2.305-2.44 3.385A40.483 40.483 0 0 1 48.13 92.342a45.062 45.062 0 0 1-7.715-1.142 49.552 49.552 0 0 1-5.534-1.745 45.031 45.031 0 0 1-6.157-3.063 35.084 35.084 0 0 1-6.956-5.42c-1.143-1.142-2.254-2.325-3.281-3.582a46.62 46.62 0 0 1-3.354-4.932 38.313 38.313 0 0 1-3.998-9.635c-.446-1.661-.83-3.343-.861-5.067.415.239.706.633 1.038.976 2.73 3.053 5.316 6.23 7.995 9.345.997 1.142 1.941 2.346 3.052 3.385.841-.727 1.485-1.62 2.18-2.471a829.3 829.3 0 0 1 7.31-8.691c.291 1.11.893 2.108 1.506 3.063a19.738 19.738 0 0 0 7.278 6.749 17.963 17.963 0 0 0 4.89 1.734c1.911.405 3.884.612 5.826.436 1.35-.104 2.689-.384 3.997-.685a19.105 19.105 0 0 0 7.912-4.569 20.35 20.35 0 0 0 3.188-4.08c.591-.997 1.1-2.046 1.412-3.157H58.14c.665-.976 1.433-1.869 2.18-2.762 2.617-3.167 5.296-6.271 7.933-9.417 1.205-1.391 2.285-2.887 3.52-4.267.976-1.163 1.91-2.378 2.907-3.53.956-1.122 1.942-2.212 2.908-3.323z"/></svg>
package/icons/tauri.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 256 256"><path fill="#ffca28" d="M165.09 99.183a20.153 20.153 0 0 1-34.401 14.25 20.152 20.152 0 1 1 34.4-14.25z"/><path fill="#26c6da" d="M111.04 136.74c-11.13 0-20.152 9.022-20.152 20.151 0 11.13 9.022 20.152 20.152 20.152 11.129 0 20.152-9.022 20.152-20.152 0-11.129-9.023-20.15-20.152-20.15z"/><path fill="#ffca28" fill-rule="evenodd" d="M186.7 163.76a76.952 76.952 0 0 1-26.564 10.81 54.042 54.042 0 0 0 2.657-24.366 54.05 54.05 0 0 0 33.856-35.246 54.04 54.04 0 0 0-27.73-64.21 54.044 54.044 0 0 0-67.863 16.927 89.766 89.766 0 0 0-29.495 8.61 76.939 76.939 0 0 1 86.49-53.058 76.94 76.94 0 0 1 63.888 78.829 76.936 76.936 0 0 1-35.24 61.706zM72.48 90.298l18.869 2.29a54.05 54.05 0 0 1 2.381-10.717 76.953 76.953 0 0 0-21.25 8.427z" clip-rule="evenodd"/><path fill="#26c6da" fill-rule="evenodd" d="M69.182 92.314a76.937 76.937 0 0 1 26.747-10.9 53.951 53.951 0 0 0-3.023 24.457 54.05 54.05 0 0 0-33.64 35.358 54.04 54.04 0 0 0 52.354 69.6 54.044 54.044 0 0 0 43.298-22.52 89.747 89.747 0 0 0 29.495-8.518 76.936 76.936 0 0 1-50.002 50.423 76.938 76.938 0 0 1-69.992-11.992A76.944 76.944 0 0 1 69.18 92.315zm114.22 73.462-.366.183z" clip-rule="evenodd"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path fill="#ffca28" d="M165.09 99.183a20.153 20.153 0 0 1-34.401 14.25 20.152 20.152 0 1 1 34.4-14.25z"/><path fill="#26c6da" d="M111.04 136.74c-11.13 0-20.152 9.022-20.152 20.151 0 11.13 9.022 20.152 20.152 20.152 11.129 0 20.152-9.022 20.152-20.152 0-11.129-9.023-20.15-20.152-20.15z"/><path fill="#ffca28" d="M186.7 163.76a76.952 76.952 0 0 1-26.564 10.81 54.042 54.042 0 0 0 2.657-24.366 54.05 54.05 0 0 0 33.856-35.246 54.04 54.04 0 0 0-27.73-64.21 54.044 54.044 0 0 0-67.863 16.927 89.766 89.766 0 0 0-29.495 8.61 76.939 76.939 0 0 1 86.49-53.058 76.94 76.94 0 0 1 63.888 78.829 76.936 76.936 0 0 1-35.24 61.706zM72.48 90.298l18.869 2.29a54.05 54.05 0 0 1 2.381-10.717 76.953 76.953 0 0 0-21.25 8.427z" clip-rule="evenodd"/><path fill="#26c6da" d="M69.182 92.314a76.937 76.937 0 0 1 26.747-10.9 53.951 53.951 0 0 0-3.023 24.457 54.05 54.05 0 0 0-33.64 35.358 54.04 54.04 0 0 0 52.354 69.6 54.044 54.044 0 0 0 43.298-22.52 89.747 89.747 0 0 0 29.495-8.518 76.936 76.936 0 0 1-50.002 50.423 76.938 76.938 0 0 1-69.992-11.992A76.944 76.944 0 0 1 69.18 92.315zm114.22 73.462-.366.183z" clip-rule="evenodd"/></svg>
package/icons/test-js.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><path id="a" fill="#ffca28" d="M20 4v2h-2v4.531l.264.461 7.473 13.078a2.003 2.003 0 0 1 .263.992V26a2.002 2.002 0 0 1-2 2H8a2.002 2.002 0 0 1-2-2v-.938a2.003 2.003 0 0 1 .264-.992l7.473-13.078.263-.46V6h-2V4h8m0-2h-8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2v2L4.527 23.078A4 4 0 0 0 4 25.062V26a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-.938a4 4 0 0 0-.527-1.984L20 10V8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z"/></defs><use xlink:href="#a"/><use xlink:href="#a"/><circle cx="17" cy="17" r="1" fill="#ffca28"/><path fill="#ffca28" d="M19.72 20.715a.998.998 0 0 0-1.134-.318 4.863 4.863 0 0 1-1.18.262 3.947 3.947 0 0 1-1.862-.292 2.742 2.742 0 0 0-3.371.489 1.954 1.954 0 0 0-.237.35L10 24h12Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ffca28" d="M20 4v2h-2v4.531l.264.461 7.473 13.078a2.003 2.003 0 0 1 .263.992V26a2.002 2.002 0 0 1-2 2H8a2.002 2.002 0 0 1-2-2v-.938a2.003 2.003 0 0 1 .264-.992l7.473-13.078.263-.46V6h-2V4h8m0-2h-8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2v2L4.527 23.078A4 4 0 0 0 4 25.062V26a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-.938a4 4 0 0 0-.527-1.984L20 10V8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z"/><circle cx="17" cy="17" r="1" fill="#ffca28"/><path fill="#ffca28" d="M19.72 20.715a.998.998 0 0 0-1.134-.318 4.863 4.863 0 0 1-1.18.262 3.947 3.947 0 0 1-1.862-.292 2.742 2.742 0 0 0-3.371.489 1.954 1.954 0 0 0-.237.35L10 24h12Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><path id="a" fill="#00bcd4" d="M20 4v2h-2v4.531l.264.461 7.473 13.078a2.003 2.003 0 0 1 .263.992V26a2.002 2.002 0 0 1-2 2H8a2.002 2.002 0 0 1-2-2v-.938a2.003 2.003 0 0 1 .264-.992l7.473-13.078.263-.46V6h-2V4h8m0-2h-8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2v2L4.527 23.078A4 4 0 0 0 4 25.062V26a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-.938a4 4 0 0 0-.527-1.984L20 10V8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z"/></defs><use xlink:href="#a"/><use xlink:href="#a"/><circle cx="17" cy="17" r="1" fill="#00bcd4"/><path fill="#00bcd4" d="M19.72 20.715a.998.998 0 0 0-1.134-.318 4.863 4.863 0 0 1-1.18.262 3.947 3.947 0 0 1-1.862-.292 2.742 2.742 0 0 0-3.371.489 1.954 1.954 0 0 0-.237.35L10 24h12Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#00bcd4" d="M20 4v2h-2v4.531l.264.461 7.473 13.078a2.003 2.003 0 0 1 .263.992V26a2.002 2.002 0 0 1-2 2H8a2.002 2.002 0 0 1-2-2v-.938a2.003 2.003 0 0 1 .264-.992l7.473-13.078.263-.46V6h-2V4h8m0-2h-8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2v2L4.527 23.078A4 4 0 0 0 4 25.062V26a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-.938a4 4 0 0 0-.527-1.984L20 10V8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z"/><circle cx="17" cy="17" r="1" fill="#00bcd4"/><path fill="#00bcd4" d="M19.72 20.715a.998.998 0 0 0-1.134-.318 4.863 4.863 0 0 1-1.18.262 3.947 3.947 0 0 1-1.862-.292 2.742 2.742 0 0 0-3.371.489 1.954 1.954 0 0 0-.237.35L10 24h12Z"/></svg>
package/icons/test-ts.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><path id="a" fill="#0288d1" d="M20 4v2h-2v4.531l.264.461 7.473 13.078a2.003 2.003 0 0 1 .263.992V26a2.002 2.002 0 0 1-2 2H8a2.002 2.002 0 0 1-2-2v-.938a2.003 2.003 0 0 1 .264-.992l7.473-13.078.263-.46V6h-2V4h8m0-2h-8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2v2L4.527 23.078A4 4 0 0 0 4 25.062V26a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-.938a4 4 0 0 0-.527-1.984L20 10V8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z"/></defs><use xlink:href="#a"/><use xlink:href="#a"/><circle cx="17" cy="17" r="1" fill="#0288d1"/><path fill="#0288d1" d="M19.72 20.715a.998.998 0 0 0-1.134-.318 4.863 4.863 0 0 1-1.18.262 3.947 3.947 0 0 1-1.862-.292 2.742 2.742 0 0 0-3.371.489 1.954 1.954 0 0 0-.237.35L10 24h12Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#0288d1" d="M20 4v2h-2v4.531l.264.461 7.473 13.078a2.003 2.003 0 0 1 .263.992V26a2.002 2.002 0 0 1-2 2H8a2.002 2.002 0 0 1-2-2v-.938a2.003 2.003 0 0 1 .264-.992l7.473-13.078.263-.46V6h-2V4h8m0-2h-8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2v2L4.527 23.078A4 4 0 0 0 4 25.062V26a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-.938a4 4 0 0 0-.527-1.984L20 10V8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z"/><circle cx="17" cy="17" r="1" fill="#0288d1"/><path fill="#0288d1" d="M19.72 20.715a.998.998 0 0 0-1.134-.318 4.863 4.863 0 0 1-1.18.262 3.947 3.947 0 0 1-1.862-.292 2.742 2.742 0 0 0-3.371.489 1.954 1.954 0 0 0-.237.35L10 24h12Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#f06292" fill-rule="evenodd" d="M10 22V8H4v20h24v-6H10z"/><path fill="#00e5ff" d="M14 8h4v20h-4z"/><path fill="#00e5ff" d="M4 4h24v6H4z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#f06292" d="M10 22V8H4v20h24v-6H10z"/><path fill="#00e5ff" d="M14 8h4v20h-4z"/><path fill="#00e5ff" d="M4 4h24v6H4z"/></svg>
package/icons/tldraw.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#b0bec5" d="M14.69 5.75c0 .705-.27 1.304-.808 1.796s-1.194.738-1.966.738c-.796 0-1.464-.246-2.002-.738-.539-.492-.808-1.09-.808-1.797 0-.705.27-1.304.808-1.796s1.206-.738 2.002-.738c.772 0 1.428.246 1.966.738.539.492.808 1.09.808 1.796zm-5.619 8.883c0-.706.27-1.305.808-1.797.562-.514 1.24-.77 2.037-.77a2.82 2.82 0 0 1 1.966.77c.562.492.89 1.048.984 1.668.187 1.155-.047 2.3-.703 3.434-.632 1.133-1.545 2-2.74 2.598-.655.343-1.193.332-1.615-.032-.398-.342-.28-.748.352-1.219.35-.235.643-.535.878-.898.234-.364.386-.738.456-1.123.024-.171-.058-.257-.246-.257-.468-.021-.948-.257-1.44-.706a2.169 2.169 0 0 1-.737-1.668z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#b0bec5" d="M14.69 5.75c0 .705-.27 1.304-.808 1.796s-1.194.738-1.966.738c-.796 0-1.464-.246-2.002-.738-.539-.492-.808-1.09-.808-1.797 0-.705.27-1.304.808-1.796s1.206-.738 2.002-.738c.772 0 1.428.246 1.966.738.539.492.808 1.09.808 1.796zm-5.619 8.883c0-.706.27-1.305.808-1.797.562-.514 1.24-.77 2.037-.77a2.82 2.82 0 0 1 1.966.77c.562.492.89 1.048.984 1.668.187 1.155-.047 2.3-.703 3.434-.632 1.133-1.545 2-2.74 2.598-.655.343-1.193.332-1.615-.032-.398-.342-.28-.748.352-1.219.35-.235.643-.535.878-.898.234-.364.386-.738.456-1.123.024-.171-.058-.257-.246-.257-.468-.021-.948-.257-1.44-.706a2.169 2.169 0 0 1-.737-1.668z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#455a64" d="M14.69 5.75c0 .705-.27 1.304-.808 1.796s-1.194.738-1.966.738c-.796 0-1.464-.246-2.002-.738-.539-.492-.808-1.09-.808-1.797 0-.705.27-1.304.808-1.796s1.206-.738 2.002-.738c.772 0 1.428.246 1.966.738.539.492.808 1.09.808 1.796zm-5.619 8.883c0-.706.27-1.305.808-1.797.562-.514 1.24-.77 2.037-.77a2.82 2.82 0 0 1 1.966.77c.562.492.89 1.048.984 1.668.187 1.155-.047 2.3-.703 3.434-.632 1.133-1.545 2-2.74 2.598-.655.343-1.193.332-1.615-.032-.398-.342-.28-.748.352-1.219.35-.235.643-.535.878-.898.234-.364.386-.738.456-1.123.024-.171-.058-.257-.246-.257-.468-.021-.948-.257-1.44-.706a2.169 2.169 0 0 1-.737-1.668z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#455a64" d="M14.69 5.75c0 .705-.27 1.304-.808 1.796s-1.194.738-1.966.738c-.796 0-1.464-.246-2.002-.738-.539-.492-.808-1.09-.808-1.797 0-.705.27-1.304.808-1.796s1.206-.738 2.002-.738c.772 0 1.428.246 1.966.738.539.492.808 1.09.808 1.796zm-5.619 8.883c0-.706.27-1.305.808-1.797.562-.514 1.24-.77 2.037-.77a2.82 2.82 0 0 1 1.966.77c.562.492.89 1.048.984 1.668.187 1.155-.047 2.3-.703 3.434-.632 1.133-1.545 2-2.74 2.598-.655.343-1.193.332-1.615-.032-.398-.342-.28-.748.352-1.219.35-.235.643-.535.878-.898.234-.364.386-.738.456-1.123.024-.171-.058-.257-.246-.257-.468-.021-.948-.257-1.44-.706a2.169 2.169 0 0 1-.737-1.668z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#2979ff" d="M10.386 1.507c-2.4-.083-4.8.666-6.786 2.249l1.324.75c1.573-1.167 3.559-1.666 5.462-1.583z"/><path fill="#448aff" d="M17.42 4.67c-1.654-1.747-3.806-2.83-6.123-3.08v1.416a9.306 9.306 0 0 1 5.13 2.665l.994-1z"/><path fill="#7e57c2" d="M20.4 11.5c-.083-2.165-.91-4.33-2.317-6.162l-.993 1c1.158 1.582 1.82 3.33 1.903 5.163z"/><path fill="#ab47bc" d="M18.083 18.663c1.407-1.832 2.234-3.998 2.317-6.163h-1.407c-.082 1.832-.745 3.58-1.903 5.163z"/><path fill="#d81b60" d="M11.297 22.41c2.234-.25 4.469-1.332 6.124-3.081l-.993-1c-1.407 1.5-3.228 2.416-5.131 2.666z"/><path fill="#f50057" d="M3.6 20.245a10.275 10.275 0 0 0 6.786 2.248v-1.415c-1.903.083-3.807-.417-5.462-1.583z"/><path fill="#eceff1" d="M10.008 6.212a6.47 6.47 0 0 1 2.45.455 5.62 5.62 0 0 1 1.924 1.232 5.755 5.755 0 0 1 1.72 4.152c0 .822-.15 1.59-.452 2.303a5.802 5.802 0 0 1-3.193 3.095 6.63 6.63 0 0 1-2.449.44c-.894 0-1.715-.146-2.463-.44a5.836 5.836 0 0 1-1.91-1.246 5.75 5.75 0 0 1-1.254-1.85 5.86 5.86 0 0 1-.452-2.302c0-.821.15-1.584.452-2.29A5.71 5.71 0 0 1 5.635 7.9a5.65 5.65 0 0 1 1.91-1.232c.748-.303 1.57-.455 2.463-.455zm0 2.788c-.418 0-.816.078-1.195.234-.37.147-.695.357-.977.63a3.08 3.08 0 0 0-.67.969 2.965 2.965 0 0 0-.248 1.218c0 .44.082.846.248 1.218a3.08 3.08 0 0 0 1.647 1.613c.379.147.777.22 1.195.22s.812-.073 1.181-.22c.38-.156.71-.371.992-.645a2.98 2.98 0 0 0 .685-.968 2.97 2.97 0 0 0 .248-1.218c0-.44-.083-.846-.248-1.218a2.97 2.97 0 0 0-.685-.968 2.917 2.917 0 0 0-.992-.63A2.994 2.994 0 0 0 10.009 9z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#2979ff" d="M10.386 1.507c-2.4-.083-4.8.666-6.786 2.249l1.324.75c1.573-1.167 3.559-1.666 5.462-1.583z"/><path fill="#448aff" d="M17.42 4.67c-1.654-1.747-3.806-2.83-6.123-3.08v1.416a9.306 9.306 0 0 1 5.13 2.665l.994-1z"/><path fill="#7e57c2" d="M20.4 11.5c-.083-2.165-.91-4.33-2.317-6.162l-.993 1c1.158 1.582 1.82 3.33 1.903 5.163z"/><path fill="#ab47bc" d="M18.083 18.663c1.407-1.832 2.234-3.998 2.317-6.163h-1.407c-.082 1.832-.745 3.58-1.903 5.163z"/><path fill="#d81b60" d="M11.297 22.41c2.234-.25 4.469-1.332 6.124-3.081l-.993-1c-1.407 1.5-3.228 2.416-5.131 2.666z"/><path fill="#f50057" d="M3.6 20.245a10.275 10.275 0 0 0 6.786 2.248v-1.415c-1.903.083-3.807-.417-5.462-1.583z"/><path fill="#eceff1" d="M10.008 6.212a6.47 6.47 0 0 1 2.45.455 5.62 5.62 0 0 1 1.924 1.232 5.755 5.755 0 0 1 1.72 4.152c0 .822-.15 1.59-.452 2.303a5.802 5.802 0 0 1-3.193 3.095 6.63 6.63 0 0 1-2.449.44c-.894 0-1.715-.146-2.463-.44a5.836 5.836 0 0 1-1.91-1.246 5.75 5.75 0 0 1-1.254-1.85 5.86 5.86 0 0 1-.452-2.302c0-.821.15-1.584.452-2.29A5.71 5.71 0 0 1 5.635 7.9a5.65 5.65 0 0 1 1.91-1.232c.748-.303 1.57-.455 2.463-.455zm0 2.788c-.418 0-.816.078-1.195.234-.37.147-.695.357-.977.63a3.08 3.08 0 0 0-.67.969 2.965 2.965 0 0 0-.248 1.218c0 .44.082.846.248 1.218a3.08 3.08 0 0 0 1.647 1.613c.379.147.777.22 1.195.22s.812-.073 1.181-.22c.38-.156.71-.371.992-.645a2.98 2.98 0 0 0 .685-.968 2.97 2.97 0 0 0 .248-1.218c0-.44-.083-.846-.248-1.218a2.97 2.97 0 0 0-.685-.968 2.917 2.917 0 0 0-.992-.63A2.994 2.994 0 0 0 10.009 9z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#2979ff" d="M10.386 1.507c-2.4-.083-4.8.666-6.786 2.249l1.324.75c1.573-1.167 3.559-1.666 5.462-1.583z"/><path fill="#448aff" d="M17.42 4.67c-1.654-1.747-3.806-2.83-6.123-3.08v1.416a9.306 9.306 0 0 1 5.13 2.665l.994-1z"/><path fill="#7e57c2" d="M20.4 11.5c-.083-2.165-.91-4.33-2.317-6.162l-.993 1c1.158 1.582 1.82 3.33 1.903 5.163z"/><path fill="#ab47bc" d="M18.083 18.663c1.407-1.832 2.234-3.998 2.317-6.163h-1.407c-.082 1.832-.745 3.58-1.903 5.163z"/><path fill="#d81b60" d="M11.297 22.41c2.234-.25 4.469-1.332 6.124-3.081l-.993-1c-1.407 1.5-3.228 2.416-5.131 2.666v1.415z"/><path fill="#f50057" d="M3.6 20.245a10.275 10.275 0 0 0 6.786 2.248v-1.415c-1.903.083-3.807-.417-5.462-1.583z"/><path fill="#607d8b" d="M10.008 6.212a6.47 6.47 0 0 1 2.45.455 5.62 5.62 0 0 1 1.924 1.232 5.756 5.756 0 0 1 1.72 4.152c0 .822-.15 1.59-.452 2.303a5.802 5.802 0 0 1-3.193 3.095 6.63 6.63 0 0 1-2.449.44c-.894 0-1.715-.146-2.463-.44a5.836 5.836 0 0 1-1.91-1.246 5.75 5.75 0 0 1-1.254-1.85 5.86 5.86 0 0 1-.452-2.302c0-.821.15-1.584.452-2.29A5.71 5.71 0 0 1 5.635 7.9a5.65 5.65 0 0 1 1.91-1.232c.748-.303 1.57-.455 2.463-.455zm0 2.788c-.418 0-.816.078-1.195.234-.37.147-.695.357-.977.63a3.08 3.08 0 0 0-.67.969 2.965 2.965 0 0 0-.248 1.218c0 .44.082.846.248 1.218a3.08 3.08 0 0 0 1.647 1.613c.379.147.777.22 1.195.22.418 0 .812-.073 1.181-.22.38-.156.71-.371.992-.645a2.98 2.98 0 0 0 .685-.968c.165-.372.248-.778.248-1.218s-.083-.846-.248-1.218a2.97 2.97 0 0 0-.685-.968 2.917 2.917 0 0 0-.992-.63A2.994 2.994 0 0 0 10.009 9z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#2979ff" d="M10.386 1.507c-2.4-.083-4.8.666-6.786 2.249l1.324.75c1.573-1.167 3.559-1.666 5.462-1.583z"/><path fill="#448aff" d="M17.42 4.67c-1.654-1.747-3.806-2.83-6.123-3.08v1.416a9.306 9.306 0 0 1 5.13 2.665l.994-1z"/><path fill="#7e57c2" d="M20.4 11.5c-.083-2.165-.91-4.33-2.317-6.162l-.993 1c1.158 1.582 1.82 3.33 1.903 5.163z"/><path fill="#ab47bc" d="M18.083 18.663c1.407-1.832 2.234-3.998 2.317-6.163h-1.407c-.082 1.832-.745 3.58-1.903 5.163z"/><path fill="#d81b60" d="M11.297 22.41c2.234-.25 4.469-1.332 6.124-3.081l-.993-1c-1.407 1.5-3.228 2.416-5.131 2.666v1.415z"/><path fill="#f50057" d="M3.6 20.245a10.275 10.275 0 0 0 6.786 2.248v-1.415c-1.903.083-3.807-.417-5.462-1.583z"/><path fill="#607d8b" d="M10.008 6.212a6.47 6.47 0 0 1 2.45.455 5.62 5.62 0 0 1 1.924 1.232 5.756 5.756 0 0 1 1.72 4.152c0 .822-.15 1.59-.452 2.303a5.802 5.802 0 0 1-3.193 3.095 6.63 6.63 0 0 1-2.449.44c-.894 0-1.715-.146-2.463-.44a5.836 5.836 0 0 1-1.91-1.246 5.75 5.75 0 0 1-1.254-1.85 5.86 5.86 0 0 1-.452-2.302c0-.821.15-1.584.452-2.29A5.71 5.71 0 0 1 5.635 7.9a5.65 5.65 0 0 1 1.91-1.232c.748-.303 1.57-.455 2.463-.455zm0 2.788c-.418 0-.816.078-1.195.234-.37.147-.695.357-.977.63a3.08 3.08 0 0 0-.67.969 2.965 2.965 0 0 0-.248 1.218c0 .44.082.846.248 1.218a3.08 3.08 0 0 0 1.647 1.613c.379.147.777.22 1.195.22.418 0 .812-.073 1.181-.22.38-.156.71-.371.992-.645a2.98 2.98 0 0 0 .685-.968c.165-.372.248-.778.248-1.218s-.083-.846-.248-1.218a2.97 2.97 0 0 0-.685-.968 2.917 2.917 0 0 0-.992-.63A2.994 2.994 0 0 0 10.009 9z"/></svg>
package/icons/twig.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path fill="#9bb92f" d="M9.727 47.556c-.125-.223-.297-2.168-.183-2.087.034.025.171.267.304.537s.282.487.332.482c.123-.011.075-1.196-.1-2.454-.331-2.397-1.176-4.434-2.358-5.69-.2-.212-.344-.4-.319-.418.093-.067 1.327.842 1.842 1.358.293.293.735.825.981 1.182.328.474.465.618.51.533.078-.147-.21-9.903-.376-12.7-.074-1.256.063-1.023.61 1.034 1.064 4.007 1.858 7.922 2.342 11.55.086.637.173 1.173.195 1.19.022.017.092.002.157-.033.888-.484 1.524-.667 2.55-.736.727-.049.945.062.35.177-1.15.223-1.99 1.013-2.344 2.201-.315 1.061-.327 2.707-.024 3.435.152.365.037.425-1.067.56-.716.088-.977.095-1.202.037-.356-.093-1.118-.098-1.195-.009-.031.037-.243.066-.47.066-.38 0-.423-.017-.534-.215zm1.974-3.232c.152-.205.072-.412-.204-.522-.225-.091-.263-.089-.437.024-.21.137-.252.43-.08.554.18.13.607.096.72-.056zm1.248.085a.763.763 0 0 0 .214-.202c.241-.33-.352-.622-.745-.366-.406.264.08.785.531.568zm2.288 3.094c-.033-.038.117-.387.334-.774.216-.388.411-.666.433-.619.07.153-.201 1.28-.33 1.373-.15.107-.354.116-.437.02zm-7.036-.41c-.29-.344-.221-.434.14-.183.176.124.321.264.321.311 0 .164-.279.086-.46-.129zm8.649-.146c0-.053.102-.18.227-.282.25-.204.312-.113.143.208-.095.18-.37.235-.37.074zm8.065-.827c-.243-.025-.48-.088-.527-.14-.11-.125-.114-3.044-.004-3.044.045 0 .132.15.193.331.127.38.228.421.31.124.094-.337.065-3.471-.039-4.296-.449-3.55-1.865-6.124-4.342-7.89-1.086-.774-2.653-1.437-4.047-1.712-.764-.15-.522-.224.598-.182 2.364.09 4.167.707 5.847 2.002a11.044 11.044 0 0 1 2.32 2.501c.453.682.64.854.64.584 0-.07.063-.882.139-1.805.679-8.26 2.396-15.1 4.984-19.86 1.86-3.422 5.108-6.817 7.885-8.244 1.397-.717 2.539-.988 4.02-.952.933.023 1.01.036 1.77.308a6.822 6.822 0 0 1 1.363.661c.612.407 1.309 1.004 1.234 1.058-.025.018-.342-.165-.704-.407-2.657-1.771-5.062-1.52-7.12.742-1.108 1.22-2.652 3.53-3.634 5.443-2.828 5.503-4.541 11.464-5.291 18.413-.163 1.509-.282 3.76-.195 3.703.032-.022.266-.52.518-1.108 1.597-3.723 3.578-6.428 5.79-7.908.672-.45 1.612-.904 1.714-.83.023.016-.17.22-.43.453-1.958 1.755-3.25 3.76-4.233 6.573-.938 2.68-1.366 5.588-1.369 9.299 0 1.742.189 4.385.367 5.102.125.505.08.546-.585.546-.55 0-2.306.138-3.417.27-.413.05-.816.04-1.608-.036-.58-.056-1.13-.119-1.219-.14-.164-.037-.18-.014-.198.302-.012.186-.1.203-.73.139zm2.507-6.725c.294-.11.375-.22.375-.517 0-.63-1.309-.706-1.524-.088-.074.212.13.51.42.616.297.109.413.107.73-.011zm2.369-.052c.277-.222.318-.364.174-.611-.4-.69-1.755-.307-1.428.405.121.265.299.35.738.353.227.001.387-.044.516-.147zm3.011 6.681c-.027-.05.088-.267.256-.483.879-1.135 1.22-1.545 1.285-1.545.039 0 .055.037.035.083l-.423.963c-.213.484-.445.925-.519.977-.169.122-.57.125-.634.005zm2.446-.596c0-.12.853-.683.896-.59.018.04-.056.21-.166.377-.168.258-.238.304-.464.304-.164 0-.266-.035-.266-.09zm-13.04-.124c-.176-.159-.493-.656-.461-.725.018-.038.248.1.512.309s.456.405.428.438c-.076.088-.372.074-.479-.022z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path fill="#8BC34A" d="M9.727 47.556c-.125-.223-.297-2.168-.183-2.087.034.025.171.267.304.537s.282.487.332.482c.123-.011.075-1.196-.1-2.454-.331-2.397-1.176-4.434-2.358-5.69-.2-.212-.344-.4-.319-.418.093-.067 1.327.842 1.842 1.358.293.293.735.825.981 1.182.328.474.465.618.51.533.078-.147-.21-9.903-.376-12.7-.074-1.256.063-1.023.61 1.034 1.064 4.007 1.858 7.922 2.342 11.55.086.637.173 1.173.195 1.19.022.017.092.002.157-.033.888-.484 1.524-.667 2.55-.736.727-.049.945.062.35.177-1.15.223-1.99 1.013-2.344 2.201-.315 1.061-.327 2.707-.024 3.435.152.365.037.425-1.067.56-.716.088-.977.095-1.202.037-.356-.093-1.118-.098-1.195-.009-.031.037-.243.066-.47.066-.38 0-.423-.017-.534-.215zm1.974-3.232c.152-.205.072-.412-.204-.522-.225-.091-.263-.089-.437.024-.21.137-.252.43-.08.554.18.13.607.096.72-.056zm1.248.085a.763.763 0 0 0 .214-.202c.241-.33-.352-.622-.745-.366-.406.264.08.785.531.568zm2.288 3.094c-.033-.038.117-.387.334-.774.216-.388.411-.666.433-.619.07.153-.201 1.28-.33 1.373-.15.107-.354.116-.437.02zm-7.036-.41c-.29-.344-.221-.434.14-.183.176.124.321.264.321.311 0 .164-.279.086-.46-.129zm8.649-.146c0-.053.102-.18.227-.282.25-.204.312-.113.143.208-.095.18-.37.235-.37.074zm8.065-.827c-.243-.025-.48-.088-.527-.14-.11-.125-.114-3.044-.004-3.044.045 0 .132.15.193.331.127.38.228.421.31.124.094-.337.065-3.471-.039-4.296-.449-3.55-1.865-6.124-4.342-7.89-1.086-.774-2.653-1.437-4.047-1.712-.764-.15-.522-.224.598-.182 2.364.09 4.167.707 5.847 2.002a11.044 11.044 0 0 1 2.32 2.501c.453.682.64.854.64.584 0-.07.063-.882.139-1.805.679-8.26 2.396-15.1 4.984-19.86 1.86-3.422 5.108-6.817 7.885-8.244 1.397-.717 2.539-.988 4.02-.952.933.023 1.01.036 1.77.308a6.822 6.822 0 0 1 1.363.661c.612.407 1.309 1.004 1.234 1.058-.025.018-.342-.165-.704-.407-2.657-1.771-5.062-1.52-7.12.742-1.108 1.22-2.652 3.53-3.634 5.443-2.828 5.503-4.541 11.464-5.291 18.413-.163 1.509-.282 3.76-.195 3.703.032-.022.266-.52.518-1.108 1.597-3.723 3.578-6.428 5.79-7.908.672-.45 1.612-.904 1.714-.83.023.016-.17.22-.43.453-1.958 1.755-3.25 3.76-4.233 6.573-.938 2.68-1.366 5.588-1.369 9.299 0 1.742.189 4.385.367 5.102.125.505.08.546-.585.546-.55 0-2.306.138-3.417.27-.413.05-.816.04-1.608-.036-.58-.056-1.13-.119-1.219-.14-.164-.037-.18-.014-.198.302-.012.186-.1.203-.73.139zm2.507-6.725c.294-.11.375-.22.375-.517 0-.63-1.309-.706-1.524-.088-.074.212.13.51.42.616.297.109.413.107.73-.011zm2.369-.052c.277-.222.318-.364.174-.611-.4-.69-1.755-.307-1.428.405.121.265.299.35.738.353.227.001.387-.044.516-.147zm3.011 6.681c-.027-.05.088-.267.256-.483.879-1.135 1.22-1.545 1.285-1.545.039 0 .055.037.035.083l-.423.963c-.213.484-.445.925-.519.977-.169.122-.57.125-.634.005zm2.446-.596c0-.12.853-.683.896-.59.018.04-.056.21-.166.377-.168.258-.238.304-.464.304-.164 0-.266-.035-.266-.09zm-13.04-.124c-.176-.159-.493-.656-.461-.725.018-.038.248.1.512.309s.456.405.428.438c-.076.088-.372.074-.479-.022z"/></svg>
package/icons/uml.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="#b39ddb" fill-rule="evenodd" d="M87 76.652 53.84 93.907l-.038-41.04 13.9-7.15v29.622l19.224-9.85z"/><path fill="#fbc02d" fill-rule="evenodd" d="m38.693 89.604 8.576 4.303V52.743l-13.027-6.29-4.126 19.643-4.16-23.69L13 36.077V77.28l8.54 4.378V56.826l4.669 26.817 7.599 3.863 4.885-22.293z"/><path fill="#f06292" fill-rule="evenodd" d="m45.237 6.093-9.775 8.755s19.072 9.931 21.39 11.105c2.317 1.173 5.615 3.43 2.05 6.771-3.565 3.34-7.487 2.89-10.16 1.535a21829.587 21829.587 0 0 1-22.458-11.466l-10.07 8.667S35.642 41.48 38.85 43.196c3.208 1.715 15.15 5.958 26.47-2.98 11.318-8.937 9.714-12.188 9.714-12.82 0-.631-.267-3.972-2.228-6.048-1.96-2.077-7.664-5.056-10.07-6.32-2.407-1.264-17.497-8.936-17.497-8.936z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="#b39ddb" d="M87 76.652 53.84 93.907l-.038-41.04 13.9-7.15v29.622l19.224-9.85z"/><path fill="#fbc02d" d="m38.693 89.604 8.576 4.303V52.743l-13.027-6.29-4.126 19.643-4.16-23.69L13 36.077V77.28l8.54 4.378V56.826l4.669 26.817 7.599 3.863 4.885-22.293z"/><path fill="#f06292" d="m45.237 6.093-9.775 8.755s19.072 9.931 21.39 11.105c2.317 1.173 5.615 3.43 2.05 6.771-3.565 3.34-7.487 2.89-10.16 1.535a21829.587 21829.587 0 0 1-22.458-11.466l-10.07 8.667S35.642 41.48 38.85 43.196c3.208 1.715 15.15 5.958 26.47-2.98 11.318-8.937 9.714-12.188 9.714-12.82 0-.631-.267-3.972-2.228-6.048-1.96-2.077-7.664-5.056-10.07-6.32-2.407-1.264-17.497-8.936-17.497-8.936z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><g fill="none" fill-rule="evenodd"><path fill="#9575cd" d="M67.702 45.716V75.34l19.224-9.85L87 76.653 53.84 93.907l-.038-41.04z"/><path fill="#f9a825" d="m30.116 66.096-4.16-23.69L13 36.077V77.28l8.54 4.378V56.826l4.669 26.817 7.599 3.863 4.885-22.293v24.391l8.576 4.303V52.743l-13.027-6.29z"/><path fill="#ec407a" d="m45.237 6.093-9.775 8.755s19.072 9.931 21.39 11.105c2.317 1.174 5.615 3.43 2.05 6.772-3.565 3.34-7.487 2.889-10.16 1.535a21829.587 21829.587 0 0 1-22.458-11.468l-10.07 8.667S35.641 41.482 38.85 43.196c3.208 1.716 15.15 5.959 26.47-2.979 11.318-8.938 9.714-12.188 9.714-12.82 0-.632-.267-3.972-2.228-6.049-1.96-2.076-7.664-5.056-10.07-6.32-2.407-1.264-17.497-8.935-17.497-8.935z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="#9575cd" d="M67.702 45.716V75.34l19.224-9.85L87 76.653 53.84 93.907l-.038-41.04z"/><path fill="#f9a825" d="m30.116 66.096-4.16-23.69L13 36.077V77.28l8.54 4.378V56.826l4.669 26.817 7.599 3.863 4.885-22.293v24.391l8.576 4.303V52.743l-13.027-6.29z"/><path fill="#ec407a" d="m45.237 6.093-9.775 8.755s19.072 9.931 21.39 11.105c2.317 1.174 5.615 3.43 2.05 6.772-3.565 3.34-7.487 2.889-10.16 1.535a21829.587 21829.587 0 0 1-22.458-11.468l-10.07 8.667S35.641 41.482 38.85 43.196c3.208 1.716 15.15 5.959 26.47-2.979 11.318-8.938 9.714-12.188 9.714-12.82 0-.632-.267-3.972-2.228-6.049-1.96-2.076-7.664-5.056-10.07-6.32-2.407-1.264-17.497-8.935-17.497-8.935z"/></svg>
package/icons/vagrant.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140.625 140.625"><g fill="none"><path fill="#1565c0" d="m70.315 132.051 23.269-13.42 36.445-89.24V18.084l-27.142 15.791v9.539L81.16 90.26l-10.846 7.494zM59.449 92.32l10.866-5.365V73.322L54.028 35.326v-10.75l-.112-.064-16.174 9.362v9.539z"/><path fill="#2979ff" d="M86.597 24.463v10.862L70.312 73.32v12.697l-10.862 6.3-21.708-48.904V33.86l16.285-9.38L26.88 8.577l-16.286 9.506v11.644l36.654 89.018 23.064 13.302V98.615l10.847-6.3-.128-.08 21.852-48.824v-9.554l27.148-15.775-16.286-9.507-27.131 15.886z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140.625 140.625"><path fill="#1565c0" d="m70.315 132.051 23.269-13.42 36.445-89.24V18.084l-27.142 15.791v9.539L81.16 90.26l-10.846 7.494zM59.449 92.32l10.866-5.365V73.322L54.028 35.326v-10.75l-.112-.064-16.174 9.362v9.539z"/><path fill="#2979ff" d="M86.597 24.463v10.862L70.312 73.32v12.697l-10.862 6.3-21.708-48.904V33.86l16.285-9.38L26.88 8.577l-16.286 9.506v11.644l36.654 89.018 23.064 13.302V98.615l10.847-6.3-.128-.08 21.852-48.824v-9.554l27.148-15.775-16.286-9.507-27.131 15.886z"/></svg>
package/icons/vala.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><linearGradient id="c" x1="25.058" x2="25.058" y1="47.028" y2="39.999" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#181818" stop-opacity="0"/><stop offset=".5" stop-color="#181818"/><stop offset="1" stop-color="#181818" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="24" x2="24" y1="5" y2="43" gradientTransform="matrix(1.4324 0 0 1.4363 134.03 -5.86)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".063" stop-color="#fff" stop-opacity=".235"/><stop offset=".951" stop-color="#fff" stop-opacity=".157"/><stop offset="1" stop-color="#fff" stop-opacity=".392"/></linearGradient><linearGradient id="d" x1="31.293" x2="31.293" y1="5.008" y2="59.329" gradientTransform="translate(136.41 -3.39)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ad65d6"/><stop offset="1" stop-color="#7a36b1"/></linearGradient><radialGradient id="a" cx="4.993" cy="43.5" r="2.5" gradientTransform="matrix(2.0038 0 0 1.4 27.988 -17.4)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#181818"/><stop offset="1" stop-color="#181818" stop-opacity="0"/></radialGradient><radialGradient id="b" cx="4.993" cy="43.5" r="2.5" gradientTransform="matrix(2.0038 0 0 1.4 -20.012 -104.4)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#181818"/><stop offset="1" stop-color="#181818" stop-opacity="0"/></radialGradient></defs><g opacity=".6"><path fill="url(#a)" d="M38 40h5v7h-5z" transform="matrix(1.579 0 0 .71429 130.515 24.54)"/><path fill="url(#b)" d="M-10-47h5v7h-5z" transform="matrix(-1.579 0 0 -.71429 130.515 24.54)"/><path fill="url(#c)" d="M10 40h28v7H10z" transform="matrix(1.579 0 0 .71429 130.515 24.54)"/></g><rect width="55" height="55" x="140.91" y="1.11" fill="url(#d)" color="#000" rx="3" ry="3"/><rect width="53" height="53.142" x="141.91" y="2.039" fill="none" stroke="url(#e)" stroke-linecap="round" stroke-linejoin="round" opacity=".3" rx="2" ry="2"/><rect width="55" height="55" x="140.91" y="1.11" fill="none" stroke="#260063" stroke-linecap="round" stroke-linejoin="round" color="#000" opacity=".5" rx="3" ry="3"/><path fill="#9575cd" d="m26.357 57.882-1.111-47.15q-4.854 1.82-7.583 5.694-2.698 3.877-2.698 9.64 0 1.314.136 2.157.167.809.336 1.314.169.472.305.742.167.27.167.472-1.786 0-3.167-.336-1.383-.372-2.327-1.147-.91-.773-1.415-2.055-.473-1.28-.473-3.167 0-2.292.976-4.516 1.011-2.223 2.73-4.213 1.753-1.987 4.08-3.673 2.36-1.685 5.021-2.899 2.695-1.247 5.594-1.92 2.932-.71 5.831-.71.775 0 1.416.034.673.033 1.346.1l.608 42.465L50.654 6.45h4.819L36.298 57.883h-9.943z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><linearGradient id="c" x1="25.058" x2="25.058" y1="47.028" y2="39.999" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#212121" stop-opacity="0"/><stop offset=".5" stop-color="#212121"/><stop offset="1" stop-color="#212121" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="24" x2="24" y1="5" y2="43" gradientTransform="matrix(1.4324 0 0 1.4363 134.03 -5.86)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#FAFAFA"/><stop offset=".063" stop-color="#FAFAFA" stop-opacity=".235"/><stop offset=".951" stop-color="#FAFAFA" stop-opacity=".157"/><stop offset="1" stop-color="#FAFAFA" stop-opacity=".392"/></linearGradient><linearGradient id="d" x1="31.293" x2="31.293" y1="5.008" y2="59.329" gradientTransform="translate(136.41 -3.39)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#BA68C8"/><stop offset="1" stop-color="#673AB7"/></linearGradient><radialGradient id="a" cx="4.993" cy="43.5" r="2.5" gradientTransform="matrix(2.0038 0 0 1.4 27.988 -17.4)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#212121"/><stop offset="1" stop-color="#212121" stop-opacity="0"/></radialGradient><radialGradient id="b" cx="4.993" cy="43.5" r="2.5" gradientTransform="matrix(2.0038 0 0 1.4 -20.012 -104.4)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#212121"/><stop offset="1" stop-color="#212121" stop-opacity="0"/></radialGradient></defs><g opacity=".6"><path fill="url(#a)" d="M38 40h5v7h-5z" transform="matrix(1.579 0 0 .71429 130.515 24.54)"/><path fill="url(#b)" d="M-10-47h5v7h-5z" transform="matrix(-1.579 0 0 -.71429 130.515 24.54)"/><path fill="url(#c)" d="M10 40h28v7H10z" transform="matrix(1.579 0 0 .71429 130.515 24.54)"/></g><rect width="55" height="55" x="140.91" y="1.11" fill="url(#d)" rx="3" ry="3"/><rect width="53" height="53.142" x="141.91" y="2.039" stroke="url(#e)" stroke-linecap="round" stroke-linejoin="round" opacity=".3" rx="2" ry="2"/><rect width="55" height="55" x="140.91" y="1.11" stroke="#4A148C" stroke-linecap="round" stroke-linejoin="round" opacity=".5" rx="3" ry="3"/><path fill="#9575cd" d="m26.357 57.882-1.111-47.15q-4.854 1.82-7.583 5.694-2.698 3.877-2.698 9.64 0 1.314.136 2.157.167.809.336 1.314.169.472.305.742.167.27.167.472-1.786 0-3.167-.336-1.383-.372-2.327-1.147-.91-.773-1.415-2.055-.473-1.28-.473-3.167 0-2.292.976-4.516 1.011-2.223 2.73-4.213 1.753-1.987 4.08-3.673 2.36-1.685 5.021-2.899 2.695-1.247 5.594-1.92 2.932-.71 5.831-.71.775 0 1.416.034.673.033 1.346.1l.608 42.465L50.654 6.45h4.819L36.298 57.883h-9.943z"/></svg>
package/icons/vedic.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 288 288"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 -15 356 400"><path fill="#ff3d00" d="M90.457 353.95c-38.66-13.815-66.73-48.192-77.845-95.332-5.044-21.395-6.47-56.748-2.288-56.748 1.389 0 5.1 9.7 8.245 21.557 6.884 25.945 18.625 50.342 29.967 62.267 18.839 19.808 65.5 27.566 92.385 15.36 20.943-9.509 29.436-32.108 20.329-54.095-7.038-16.99-23.003-22.67-52.742-18.767 0 0-18.225-19.618-24.032-54.457l18.681 1.694c22.5 2.04 39.488-2.933 48.305-14.142 8.286-10.533 8.107-14.607-1.114-25.325-13.304-15.468-37.193-11.55-85.561 14.033l-24.405-40.91 10.231-7.804c25.64-19.557 70.16-29.334 95.497-20.972 23.078 7.617 40.017 37.839 35.492 63.324-3.059 17.23-16.874 41.362-27.548 48.12l-9.205 5.829 12.715 5.733c21.606 9.743 34.797 2.295 50.556-28.547 21.81-42.681 35.954-53.73 68.847-53.777 15.315-.023 20.766 1.584 31.936 9.412 27.88 19.537 43.06 59.994 39.725 105.87-4.223 58.101-31.744 93.343-72.894 93.343-22.583 0-37.14-7.92-48.727-26.514-10.177-16.333-14.764-48.68-8.919-62.908 2.804-6.827 3.31-7.058 3.494-1.597.337 10.04 11.76 26.358 22.246 31.781 25.73 13.306 62.667-3.411 77.28-34.975 11.095-23.964 5.143-70.186-10.087-78.337-3.186-1.706-11.06-3.101-17.497-3.101-13.682 0-24.427 9.837-39.491 36.153-5.209 9.098-13.974 20.854-19.478 26.123-8.944 8.562-12.137 9.581-30.024 9.581h-20.017l6.47 14.372c9.261 20.57 8.823 53.993-.974 74.34-8.657 17.979-28.674 36.18-44.676 40.626-15.578 4.328-40.946 3.768-54.877-1.21zm75.377-278.026c-8.855-15.11-14.304-43.318-8.369-43.318 6.973 15.126 21.265 28.621 36.57 38.037 27.486 13.306 55.358 7.936 85.807-16.535 6.704-5.387 12.64-9.195 13.192-8.462 7.436 11.538 20.297 20.967 24.548 34.375 0 5.658-24.353 21.94-43.57 29.13-47.63 13.72-80.046 8.292-108.178-33.227zm24.002-34.927 31.01-34.383 34.46 31.9c-11.787 9.709-20.296 24.775-33.762 32.416-10.64-7.844-26.52-17.092-31.708-29.933z" class="colorff4500 svgShape"/></svg></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 288 288"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -15 356 400"><path fill="#ff3d00" d="M90.457 353.95c-38.66-13.815-66.73-48.192-77.845-95.332-5.044-21.395-6.47-56.748-2.288-56.748 1.389 0 5.1 9.7 8.245 21.557 6.884 25.945 18.625 50.342 29.967 62.267 18.839 19.808 65.5 27.566 92.385 15.36 20.943-9.509 29.436-32.108 20.329-54.095-7.038-16.99-23.003-22.67-52.742-18.767 0 0-18.225-19.618-24.032-54.457l18.681 1.694c22.5 2.04 39.488-2.933 48.305-14.142 8.286-10.533 8.107-14.607-1.114-25.325-13.304-15.468-37.193-11.55-85.561 14.033l-24.405-40.91 10.231-7.804c25.64-19.557 70.16-29.334 95.497-20.972 23.078 7.617 40.017 37.839 35.492 63.324-3.059 17.23-16.874 41.362-27.548 48.12l-9.205 5.829 12.715 5.733c21.606 9.743 34.797 2.295 50.556-28.547 21.81-42.681 35.954-53.73 68.847-53.777 15.315-.023 20.766 1.584 31.936 9.412 27.88 19.537 43.06 59.994 39.725 105.87-4.223 58.101-31.744 93.343-72.894 93.343-22.583 0-37.14-7.92-48.727-26.514-10.177-16.333-14.764-48.68-8.919-62.908 2.804-6.827 3.31-7.058 3.494-1.597.337 10.04 11.76 26.358 22.246 31.781 25.73 13.306 62.667-3.411 77.28-34.975 11.095-23.964 5.143-70.186-10.087-78.337-3.186-1.706-11.06-3.101-17.497-3.101-13.682 0-24.427 9.837-39.491 36.153-5.209 9.098-13.974 20.854-19.478 26.123-8.944 8.562-12.137 9.581-30.024 9.581h-20.017l6.47 14.372c9.261 20.57 8.823 53.993-.974 74.34-8.657 17.979-28.674 36.18-44.676 40.626-15.578 4.328-40.946 3.768-54.877-1.21zm75.377-278.026c-8.855-15.11-14.304-43.318-8.369-43.318 6.973 15.126 21.265 28.621 36.57 38.037 27.486 13.306 55.358 7.936 85.807-16.535 6.704-5.387 12.64-9.195 13.192-8.462 7.436 11.538 20.297 20.967 24.548 34.375 0 5.658-24.353 21.94-43.57 29.13-47.63 13.72-80.046 8.292-108.178-33.227zm24.002-34.927 31.01-34.383 34.46 31.9c-11.787 9.709-20.296 24.775-33.762 32.416-10.64-7.844-26.52-17.092-31.708-29.933z" class="colorff4500 svgShape"/></svg></svg>
package/icons/vercel.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#cfd8dc" fill-rule="evenodd" d="m16 6 12 20H4Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#cfd8dc" d="m16 6 12 20H4Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#455a64" fill-rule="evenodd" d="m16 6 12 20H4Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#455a64" d="m16 6 12 20H4Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#00897b" fill-rule="evenodd" d="M18.2 10.237h-4.448l-1.827 3.654-4.812-9.624H2.665l7.96 15.92h2.6z" clip-rule="evenodd"/><path fill="#e57373" d="M14.845 3.813v.7h1.767l-.416.825h-2.773v.7h2.42l-.546 1.085h-3.264v.7h3.526l3.766.017 2.01-4.018-1.1-.003v-.006z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#00897b" d="M18.2 10.237h-4.448l-1.827 3.654-4.812-9.624H2.665l7.96 15.92h2.6z" clip-rule="evenodd"/><path fill="#e57373" d="M14.845 3.813v.7h1.767l-.416.825h-2.773v.7h2.42l-.546 1.085h-3.264v.7h3.526l3.766.017 2.01-4.018-1.1-.003v-.006z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#8bc34a" d="M9 3 8 6H4l1 4-3 2 3 2-1 4h4l1 3 3-2 3 2 1-3h4l-1-4 3-2-3-2 1-4h-4l-1-3-3 2-3-2zm7 5 1 1-7 7-3-3 1-1 2 2 6-6z"/></svg>
package/icons/vfl.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><radialGradient id="a" cx="205.45" cy="208.29" r="225.35" gradientTransform="matrix(.04556 0 0 .0456 2.888 2.88)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd104"/><stop offset=".35" stop-color="#faa60e"/><stop offset="1" stop-color="#f05023"/></radialGradient></defs><g stroke-width=".046"><path fill="#f05223" d="M19.97 3H4.03A1.03 1.031 0 0 0 3 4.03v4.136c1.548-1.19 3.563-1.958 5.948-1.958 5.107.004 8.35 3.575 8.348 8.082 0 3.13-1.46 5.485-3.745 6.71h6.419A1.03 1.031 0 0 0 21 19.967V4.031a1.03 1.031 0 0 0-1.03-1.03z" class="a"/><path fill="url(#a)" d="M3 17.722v2.247A1.03 1.031 0 0 0 4.03 21h1.837C4.474 20.21 3.49 19 3 17.722z"/><path fill="#f05223" d="M8.948 8.23C6.362 8.142 4.35 9.09 3 10.496v3.162c.918-2.653 3.447-3.87 5.565-3.849 2.647.027 4.689 2.025 4.7 4.284.012 2.158-.892 3.748-3.33 4.14-1.33.213-3.41-.568-3.318-2.578.046-1.037.854-1.622 1.777-1.58-.904 1.213.293 2.102 1.139 1.92 1.048-.223 1.475-1.155 1.475-1.877 0-.762-.717-1.994-2.498-1.952-2.204.053-3.59 1.64-3.638 3.603-.056 2.468 2.254 4.091 4.623 4.12 3.478.046 5.542-2.24 5.538-5.585-.005-3.03-2.434-5.946-6.085-6.072z" class="a"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><radialGradient id="a" cx="205.45" cy="208.29" r="225.35" gradientTransform="matrix(.04556 0 0 .0456 2.888 2.88)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#FFD600"/><stop offset=".35" stop-color="#F9A825"/><stop offset="1" stop-color="#F4511E"/></radialGradient></defs><g stroke-width=".046"><path fill="#F4511E" d="M19.97 3H4.03A1.03 1.031 0 0 0 3 4.03v4.136c1.548-1.19 3.563-1.958 5.948-1.958 5.107.004 8.35 3.575 8.348 8.082 0 3.13-1.46 5.485-3.745 6.71h6.419A1.03 1.031 0 0 0 21 19.967V4.031a1.03 1.031 0 0 0-1.03-1.03z"/><path fill="url(#a)" d="M3 17.722v2.247A1.03 1.031 0 0 0 4.03 21h1.837C4.474 20.21 3.49 19 3 17.722z"/><path fill="#F4511E" d="M8.948 8.23C6.362 8.142 4.35 9.09 3 10.496v3.162c.918-2.653 3.447-3.87 5.565-3.849 2.647.027 4.689 2.025 4.7 4.284.012 2.158-.892 3.748-3.33 4.14-1.33.213-3.41-.568-3.318-2.578.046-1.037.854-1.622 1.777-1.58-.904 1.213.293 2.102 1.139 1.92 1.048-.223 1.475-1.155 1.475-1.877 0-.762-.717-1.994-2.498-1.952-2.204.053-3.59 1.64-3.638 3.603-.056 2.468 2.254 4.091 4.623 4.12 3.478.046 5.542-2.24 5.538-5.585-.005-3.03-2.434-5.946-6.085-6.072z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16"><g clip-path="url(#a)" transform="translate(1.485 1.55) scale(.8043)"><path fill="#41b883" d="M.2 15.99 6.52 3.24 8.1 6.35v3.27l-3.14 6.37zM16 16 9.68 3.25 8.1 6.36v3.27L11.23 16z"/><path fill="#35495e" d="m.2.04 3.95 7.98 2.37-4.78L4.94.04zm15.8 0-3.95 7.98-2.37-4.78 1.58-3.2z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#41b883" d="M1.646 14.41 6.729 4.157l1.27 2.501v2.63l-2.525 5.124zm12.708.009L9.27 4.164 8 6.665v2.63l2.517 5.124z"/><path fill="#35495e" d="M1.646 1.582 4.823 8l1.906-3.844-1.27-2.574zm12.708 0L11.177 8 9.27 4.156l1.27-2.574z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 340 340"><g fill="none" fill-rule="evenodd"><path stroke="#f5f5f5" stroke-width="33.39" d="M170 44.788c-69.154 0-125.212 56.058-125.212 125.212s56.058 125.213 125.213 125.213S295.212 239.155 295.212 170 239.155 44.788 170 44.788z"/><path fill="#f5f5f5" fill-rule="nonzero" d="M186.846 206.343c-1.205 1.588-3.011 2.61-5.035 2.61a5.81 5.81 0 0 1-.591-.034 6.658 6.658 0 0 1-.7-.109 6.709 6.709 0 0 1-1.15-.385 8.125 8.125 0 0 1-.547-.28 6.582 6.582 0 0 1-.856-.591 7.043 7.043 0 0 1-.42-.367 7.72 7.72 0 0 1-.586-.64 7.457 7.457 0 0 1-.754-1.144l-7.378-11.854-7.374 11.854c-1.157 2.107-3.249 3.55-5.652 3.55-2.412 0-4.514-1.454-5.636-3.607l-32.252-46.985c-1.06-1.278-1.712-2.973-1.712-4.844 0-3.96 2.911-7.173 6.501-7.173 2.324 0 4.358 1.35 5.508 3.375l27.224 40.228 7.663-12.477c1.104-2.224 3.248-3.734 5.71-3.734 2.252 0 4.238 1.266 5.404 3.188l7.903 12.972 42.712-61.15c1.16-1.967 3.164-3.269 5.45-3.269 3.59 0 6.5 3.212 6.5 7.172 0 1.73-.553 3.317-1.478 4.555z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 340 340"><path stroke="#f5f5f5" stroke-width="33.39" d="M170 44.788c-69.154 0-125.212 56.058-125.212 125.212s56.058 125.213 125.213 125.213S295.212 239.155 295.212 170 239.155 44.788 170 44.788z"/><path fill="#f5f5f5" d="M186.846 206.343c-1.205 1.588-3.011 2.61-5.035 2.61a5.81 5.81 0 0 1-.591-.034 6.658 6.658 0 0 1-.7-.109 6.709 6.709 0 0 1-1.15-.385 8.125 8.125 0 0 1-.547-.28 6.582 6.582 0 0 1-.856-.591 7.043 7.043 0 0 1-.42-.367 7.72 7.72 0 0 1-.586-.64 7.457 7.457 0 0 1-.754-1.144l-7.378-11.854-7.374 11.854c-1.157 2.107-3.249 3.55-5.652 3.55-2.412 0-4.514-1.454-5.636-3.607l-32.252-46.985c-1.06-1.278-1.712-2.973-1.712-4.844 0-3.96 2.911-7.173 6.501-7.173 2.324 0 4.358 1.35 5.508 3.375l27.224 40.228 7.663-12.477c1.104-2.224 3.248-3.734 5.71-3.734 2.252 0 4.238 1.266 5.404 3.188l7.903 12.972 42.712-61.15c1.16-1.967 3.164-3.269 5.45-3.269 3.59 0 6.5 3.212 6.5 7.172 0 1.73-.553 3.317-1.478 4.555z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 340 340"><g fill="none" fill-rule="evenodd"><path stroke="#455a64" stroke-width="33.39" d="M170 44.788c-69.154 0-125.212 56.058-125.212 125.212s56.058 125.213 125.213 125.213S295.212 239.155 295.212 170 239.155 44.788 170 44.788z"/><path fill="#455a64" fill-rule="nonzero" d="M186.846 206.343c-1.205 1.588-3.011 2.61-5.035 2.61a5.81 5.81 0 0 1-.591-.034 6.658 6.658 0 0 1-.7-.109 6.709 6.709 0 0 1-1.15-.385 8.125 8.125 0 0 1-.547-.28 6.582 6.582 0 0 1-.856-.591 7.043 7.043 0 0 1-.42-.367 7.72 7.72 0 0 1-.586-.64 7.457 7.457 0 0 1-.754-1.144l-7.378-11.854-7.374 11.854c-1.157 2.107-3.249 3.55-5.652 3.55-2.412 0-4.514-1.454-5.636-3.607l-32.252-46.985c-1.06-1.278-1.712-2.973-1.712-4.844 0-3.96 2.911-7.173 6.501-7.173 2.324 0 4.358 1.35 5.508 3.375l27.224 40.228 7.663-12.477c1.104-2.224 3.248-3.734 5.71-3.734 2.252 0 4.238 1.266 5.404 3.188l7.903 12.972 42.712-61.15c1.16-1.967 3.164-3.269 5.45-3.269 3.59 0 6.5 3.212 6.5 7.172 0 1.73-.553 3.317-1.478 4.555z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 340 340"><path stroke="#455a64" stroke-width="33.39" d="M170 44.788c-69.154 0-125.212 56.058-125.212 125.212s56.058 125.213 125.213 125.213S295.212 239.155 295.212 170 239.155 44.788 170 44.788z"/><path fill="#455a64" d="M186.846 206.343c-1.205 1.588-3.011 2.61-5.035 2.61a5.81 5.81 0 0 1-.591-.034 6.658 6.658 0 0 1-.7-.109 6.709 6.709 0 0 1-1.15-.385 8.125 8.125 0 0 1-.547-.28 6.582 6.582 0 0 1-.856-.591 7.043 7.043 0 0 1-.42-.367 7.72 7.72 0 0 1-.586-.64 7.457 7.457 0 0 1-.754-1.144l-7.378-11.854-7.374 11.854c-1.157 2.107-3.249 3.55-5.652 3.55-2.412 0-4.514-1.454-5.636-3.607l-32.252-46.985c-1.06-1.278-1.712-2.973-1.712-4.844 0-3.96 2.911-7.173 6.501-7.173 2.324 0 4.358 1.35 5.508 3.375l27.224 40.228 7.663-12.477c1.104-2.224 3.248-3.734 5.71-3.734 2.252 0 4.238 1.266 5.404 3.188l7.903 12.972 42.712-61.15c1.16-1.967 3.164-3.269 5.45-3.269 3.59 0 6.5 3.212 6.5 7.172 0 1.73-.553 3.317-1.478 4.555z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 420 419"><circle cx="210" cy="209.5" r="188.15" fill="#fff" paint-order="stroke fill markers"/><path fill="#4255e5" d="M191.07 397.1c-35.512-4.049-66.779-16.485-95.318-37.913-22.723-17.061-44.027-43.274-56.077-68.997l-3.932-8.393 25.692-26.37c14.13-14.505 27.522-28.059 29.758-30.12l4.067-3.748 12.5 11.364c16.495 14.996 26.818 23.219 41.05 32.697 14.94 9.95 23.867 14.578 35.877 18.597 22.823 7.637 42.099 5.991 66.082-5.642 17.83-8.65 44.399-28.24 66.179-48.797l8.878-8.38 29.147 29.137c16.03 16.025 29.147 29.84 29.147 30.7s-1.6 4.912-3.554 9.005c-18.398 38.533-49.46 69.834-87.797 88.466-17.732 8.619-33.936 13.787-53.563 17.084-10.16 1.708-38.005 2.465-48.137 1.31zm6.3-123.69c-17.457-3.809-39.276-16.397-63.835-36.829-13.001-10.816-26.615-23.771-26.615-25.327 0-1.265 16.792-17.101 29.7-28.009 20.328-17.179 36.936-27.484 53.753-33.355 6.275-2.19 8.25-2.443 19.147-2.443 10.892 0 12.873.253 19.136 2.44 22.614 7.894 50.68 27.157 79.189 54.35 3.836 3.659 6.975 7.021 6.975 7.472 0 1.1-21.726 20.758-32.4 29.316-19.403 15.557-41.794 28.276-56.169 31.907-8.267 2.088-20.566 2.29-28.881.477zm37.472-20.429c14.201-7.184 18.451-9.747 19.779-11.925 1.556-2.552 1.692-4.934 1.692-29.774 0-24.91-.132-27.216-1.705-29.795-1.34-2.2-5.607-4.783-20.022-12.124-18.175-9.256-18.368-9.329-24.812-9.355-6.44-.026-6.632.044-22.95 8.376-10.12 5.168-17.582 9.58-19.38 11.462l-2.925 3.06.003 27.237c.003 25.164.134 27.452 1.712 30.04 1.301 2.134 5.186 4.602 16.288 10.35 20.15 10.433 22.925 11.538 29.04 11.571 4.82.026 6.487-.627 23.28-9.123zm-40.872-12.388c-7.315-3.808-13.914-7.538-14.665-8.29-1.181-1.181-1.28-4.249-.736-22.667l.63-21.3 13.888-7.202c8.096-4.199 14.986-7.202 16.52-7.202 2.953 0 28.618 12.505 31.424 15.311 1.68 1.682 1.788 3.033 1.788 22.477v20.69l-3.46 2.183c-1.902 1.202-8.376 4.65-14.386 7.662-8.03 4.025-11.825 5.448-14.315 5.37-2.329-.075-7.546-2.273-16.688-7.032zM29.5 263.432c-1.475-3.866-4.192-15.727-5.967-26.05-2.405-13.986-2.19-43.337.424-58.05 2.41-13.562 4.216-20.627 5.613-21.959.772-.736 7.977 6.088 27.938 26.459 14.794 15.098 26.902 27.655 26.906 27.906.004.25-12.122 12.581-26.948 27.4L30.51 266.082zm333.59-24.851c-14.17-14.479-25.763-26.679-25.763-27.11 0-1.574 51.776-53.76 53.1-53.521 1.493.27 3.338 6.773 5.975 21.06 2.353 12.751 2.343 48.232-.017 61.072-2.37 12.886-5.358 24.1-6.527 24.49-.553.184-12.599-11.512-26.768-25.991zM64.75 170.903c-26.893-26.902-29.95-30.252-29.354-32.175 1.335-4.308 8.33-18.529 12.565-25.546 28.808-47.732 75.832-79.809 131.42-89.647 15.231-2.696 45.201-2.944 59.361-.492 41.827 7.244 76.236 24.833 104.91 53.625 15.582 15.647 27.713 32.758 36.971 52.151 6.183 12.95 8.732 8.549-24.429 42.185-15.984 16.213-29.386 29.61-29.782 29.768-.396.16-5.695-4.244-11.775-9.786-32.548-29.67-61.86-48.734-85.116-55.361-7.771-2.215-9.327-2.357-22.05-2.009-12.468.34-14.427.627-21.965 3.212-23.775 8.152-49.675 26.108-80.457 55.78-4.75 4.579-9.006 8.325-9.457 8.325s-14.329-13.513-30.839-30.029z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 420 419"><circle cx="210" cy="209.5" r="188.15" fill="#FAFAFA" paint-order="stroke fill markers"/><path fill="#304FFE" d="M191.07 397.1c-35.512-4.049-66.779-16.485-95.318-37.913-22.723-17.061-44.027-43.274-56.077-68.997l-3.932-8.393 25.692-26.37c14.13-14.505 27.522-28.059 29.758-30.12l4.067-3.748 12.5 11.364c16.495 14.996 26.818 23.219 41.05 32.697 14.94 9.95 23.867 14.578 35.877 18.597 22.823 7.637 42.099 5.991 66.082-5.642 17.83-8.65 44.399-28.24 66.179-48.797l8.878-8.38 29.147 29.137c16.03 16.025 29.147 29.84 29.147 30.7s-1.6 4.912-3.554 9.005c-18.398 38.533-49.46 69.834-87.797 88.466-17.732 8.619-33.936 13.787-53.563 17.084-10.16 1.708-38.005 2.465-48.137 1.31zm6.3-123.69c-17.457-3.809-39.276-16.397-63.835-36.829-13.001-10.816-26.615-23.771-26.615-25.327 0-1.265 16.792-17.101 29.7-28.009 20.328-17.179 36.936-27.484 53.753-33.355 6.275-2.19 8.25-2.443 19.147-2.443 10.892 0 12.873.253 19.136 2.44 22.614 7.894 50.68 27.157 79.189 54.35 3.836 3.659 6.975 7.021 6.975 7.472 0 1.1-21.726 20.758-32.4 29.316-19.403 15.557-41.794 28.276-56.169 31.907-8.267 2.088-20.566 2.29-28.881.477zm37.472-20.429c14.201-7.184 18.451-9.747 19.779-11.925 1.556-2.552 1.692-4.934 1.692-29.774 0-24.91-.132-27.216-1.705-29.795-1.34-2.2-5.607-4.783-20.022-12.124-18.175-9.256-18.368-9.329-24.812-9.355-6.44-.026-6.632.044-22.95 8.376-10.12 5.168-17.582 9.58-19.38 11.462l-2.925 3.06.003 27.237c.003 25.164.134 27.452 1.712 30.04 1.301 2.134 5.186 4.602 16.288 10.35 20.15 10.433 22.925 11.538 29.04 11.571 4.82.026 6.487-.627 23.28-9.123zm-40.872-12.388c-7.315-3.808-13.914-7.538-14.665-8.29-1.181-1.181-1.28-4.249-.736-22.667l.63-21.3 13.888-7.202c8.096-4.199 14.986-7.202 16.52-7.202 2.953 0 28.618 12.505 31.424 15.311 1.68 1.682 1.788 3.033 1.788 22.477v20.69l-3.46 2.183c-1.902 1.202-8.376 4.65-14.386 7.662-8.03 4.025-11.825 5.448-14.315 5.37-2.329-.075-7.546-2.273-16.688-7.032zM29.5 263.432c-1.475-3.866-4.192-15.727-5.967-26.05-2.405-13.986-2.19-43.337.424-58.05 2.41-13.562 4.216-20.627 5.613-21.959.772-.736 7.977 6.088 27.938 26.459 14.794 15.098 26.902 27.655 26.906 27.906.004.25-12.122 12.581-26.948 27.4L30.51 266.082zm333.59-24.851c-14.17-14.479-25.763-26.679-25.763-27.11 0-1.574 51.776-53.76 53.1-53.521 1.493.27 3.338 6.773 5.975 21.06 2.353 12.751 2.343 48.232-.017 61.072-2.37 12.886-5.358 24.1-6.527 24.49-.553.184-12.599-11.512-26.768-25.991zM64.75 170.903c-26.893-26.902-29.95-30.252-29.354-32.175 1.335-4.308 8.33-18.529 12.565-25.546 28.808-47.732 75.832-79.809 131.42-89.647 15.231-2.696 45.201-2.944 59.361-.492 41.827 7.244 76.236 24.833 104.91 53.625 15.582 15.647 27.713 32.758 36.971 52.151 6.183 12.95 8.732 8.549-24.429 42.185-15.984 16.213-29.386 29.61-29.782 29.768-.396.16-5.695-4.244-11.775-9.786-32.548-29.67-61.86-48.734-85.116-55.361-7.771-2.215-9.327-2.357-22.05-2.009-12.468.34-14.427.627-21.965 3.212-23.775 8.152-49.675 26.108-80.457 55.78-4.75 4.579-9.006 8.325-9.457 8.325s-14.329-13.513-30.839-30.029z"/></svg>
package/icons/webpack.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#fff" fill-opacity=".785" d="m19.376 15.988-7.708 4.45-7.709-4.45v-8.9l7.709-4.451 7.708 4.45z"/><path fill="#8ed6fb" d="M12.286 1.98c-.21 0-.41.059-.57.179l-7.9 4.44c-.32.17-.53.5-.53.88v9c0 .38.21.711.53.881l7.9 4.44c.16.12.36.18.57.18s.41-.06.57-.18l7.9-4.44c.32-.17.53-.5.53-.88v-9c0-.38-.21-.712-.53-.882l-7.9-4.44a.945.945 0 0 0-.57-.179zm0 2.15 7 3.94v2.103h-.016v5.177h.016v.54l-7 3.939-7-3.94V8.07l7-3.94zm0 2.08-4.9 2.83 4.9 2.83 4.9-2.83-4.9-2.83zm-5 5.08v3.58l4 2.309v-3.58l-4-2.31zm10 0-4 2.308v3.58l4-2.308v-3.58z"/><path fill="#1c78c0" d="m12.286 6.21-4.9 2.83 4.9 2.83 4.9-2.83-4.9-2.83zm-5 5.08v3.58l4 2.309v-3.58l-4-2.31zm10 0-4 2.308v3.58l4-2.308v-3.58z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#FAFAFA" fill-opacity=".785" d="m19.376 15.988-7.708 4.45-7.709-4.45v-8.9l7.709-4.451 7.708 4.45z"/><path fill="#90CAF9" d="M12.286 1.98c-.21 0-.41.059-.57.179l-7.9 4.44c-.32.17-.53.5-.53.88v9c0 .38.21.711.53.881l7.9 4.44c.16.12.36.18.57.18s.41-.06.57-.18l7.9-4.44c.32-.17.53-.5.53-.88v-9c0-.38-.21-.712-.53-.882l-7.9-4.44a.945.945 0 0 0-.57-.179zm0 2.15 7 3.94v2.103h-.016v5.177h.016v.54l-7 3.939-7-3.94V8.07l7-3.94zm0 2.08-4.9 2.83 4.9 2.83 4.9-2.83-4.9-2.83zm-5 5.08v3.58l4 2.309v-3.58l-4-2.31zm10 0-4 2.308v3.58l4-2.308v-3.58z"/><path fill="#0277BD" d="m12.286 6.21-4.9 2.83 4.9 2.83 4.9-2.83-4.9-2.83zm-5 5.08v3.58l4 2.309v-3.58l-4-2.31zm10 0-4 2.308v3.58l4-2.308v-3.58z"/></svg>
package/icons/werf.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 111"><path fill="#1e88e5" fill-rule="evenodd" d="m74.849 59.509 3.307 9.697 5.768-9.697zm-.601-20.967v17.932h9.788zm-3.095 10.125V34.182h-4.938zm-10.77-31.582 4.795 14.06h5.032l-8.166-14.959-1.236.668-.425.228zm-6.74 78.095h7.34l-2.77-5.008-.917.976a71.108 69.794 0 0 1-3.653 4.031zm-3.594-4.567.125-29.212a48.51 47.615 0 0 0-3.263 2.064c.125 3.608.715 15.891 3.137 27.147zm-8.374-23.137c.112 2.31.811 10.604 5.165 19.634-1.57-8.843-2.14-17.601-2.34-21.906a62.074 60.926 0 0 0-2.825 2.272zm-2.68 27.704h7.64l-.584-.672a69.587 68.302 0 0 1-4.088-4.69l-2.967 5.36zm-2.442-22.688c.275 1.63 2.424 7.773 7.763 15.086-3.516-7.485-4.631-14.336-4.98-17.987a46.725 45.861 0 0 0-2.784 2.901zm3.86-15.062v6.948a46.951 46.083 0 0 1 3.884-2.96c3.425-2.488 4.818-3 5.698-3.055h-.006v-.933zm-24.358 2.08 6.167 10.364 4.244-10.364zm11.154-16.456L16.532 56.473h10.677zm3.097-3.889v10.974l7.509-18.34-1.004-.812-6.507 8.178zM80.198 71.8h6.218l1.548 1.52v23.377l-1.548 1.522H13.563L12.016 96.7V73.32l1.547-1.52h6.22l-7.76-13.04.115-1.701 23.21-29.167 2.11-.229.038-.052 10.428 7.677-1.857 2.431-5.638-4.153L24.199 73.2l12.145 20.407 3.595-6.496c-6.09-8.683-6.534-14.664-6.556-15l.363-1.07a62.861 61.699 0 0 1 3.57-3.827v-11.3l1.55-1.519h22.247l1.548 1.52V66.86a62.175 61.026 0 0 1 3.932 4.182l.361 1.067c-.019.343-.473 6.45-6.756 15.288l3.438 6.21 12.444-20.91-18.45-54.12-5.06 2.74-1.493-2.66 10.841-5.872 2.113.614 23.954 43.878"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 111"><path fill="#1e88e5" d="m74.849 59.509 3.307 9.697 5.768-9.697zm-.601-20.967v17.932h9.788zm-3.095 10.125V34.182h-4.938zm-10.77-31.582 4.795 14.06h5.032l-8.166-14.959-1.236.668-.425.228zm-6.74 78.095h7.34l-2.77-5.008-.917.976a71.108 69.794 0 0 1-3.653 4.031zm-3.594-4.567.125-29.212a48.51 47.615 0 0 0-3.263 2.064c.125 3.608.715 15.891 3.137 27.147zm-8.374-23.137c.112 2.31.811 10.604 5.165 19.634-1.57-8.843-2.14-17.601-2.34-21.906a62.074 60.926 0 0 0-2.825 2.272zm-2.68 27.704h7.64l-.584-.672a69.587 68.302 0 0 1-4.088-4.69l-2.967 5.36zm-2.442-22.688c.275 1.63 2.424 7.773 7.763 15.086-3.516-7.485-4.631-14.336-4.98-17.987a46.725 45.861 0 0 0-2.784 2.901zm3.86-15.062v6.948a46.951 46.083 0 0 1 3.884-2.96c3.425-2.488 4.818-3 5.698-3.055h-.006v-.933zm-24.358 2.08 6.167 10.364 4.244-10.364zm11.154-16.456L16.532 56.473h10.677zm3.097-3.889v10.974l7.509-18.34-1.004-.812-6.507 8.178zM80.198 71.8h6.218l1.548 1.52v23.377l-1.548 1.522H13.563L12.016 96.7V73.32l1.547-1.52h6.22l-7.76-13.04.115-1.701 23.21-29.167 2.11-.229.038-.052 10.428 7.677-1.857 2.431-5.638-4.153L24.199 73.2l12.145 20.407 3.595-6.496c-6.09-8.683-6.534-14.664-6.556-15l.363-1.07a62.861 61.699 0 0 1 3.57-3.827v-11.3l1.55-1.519h22.247l1.548 1.52V66.86a62.175 61.026 0 0 1 3.932 4.182l.361 1.067c-.019.343-.473 6.45-6.756 15.288l3.438 6.21 12.444-20.91-18.45-54.12-5.06 2.74-1.493-2.66 10.841-5.872 2.113.614 23.954 43.878"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="none" stroke="#42a5f5" stroke-miterlimit="3.339" stroke-width="4" d="M22 12a4 4 0 1 1 4 4H2m14 10a4 4 0 1 0 4-4H10M8 6a4 4 0 1 1 4 4H2"/><path fill="#42a5f5" d="M2 20h4v4H2z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path stroke="#42a5f5" stroke-miterlimit="3.339" stroke-width="4" d="M22 12a4 4 0 1 1 4 4H2m14 10a4 4 0 1 0 4-4H10M8 6a4 4 0 1 1 4 4H2"/><path fill="#42a5f5" d="M2 20h4v4H2z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g fill="none" fill-rule="evenodd" transform="translate(-.009 -.001) scale(.12121)"><circle cx="99.197" cy="98.946" r="83.28" fill="#212121"/><path fill="#e53935" d="M182.53 98.828a83.406 83.406 0 0 1-39.14 70.722.064.064 0 0 1-.037.019l-28.62-35.664 23.71 2.611s11.385 1.178 13.979 0c2.373-.938 15.174-18.963 15.174-18.963s-36.75-23.23-49.312-36.032c1.435-21.575-1.655-50.269-1.655-50.03-9.252 9.234-10.43 10.668-19.681 19.202-4.028-13.04-5.923-17.546-9.95-30.587-12.104 9.95-21.337 26.799-27.977 46.48a78.667 78.667 0 0 0-4.23 5.095 109.683 109.683 0 0 0-2.668 3.66 114.546 114.546 0 0 0-5.131 8 172.503 172.503 0 0 0-3.403 6.052c-7.707 14.476-14.034 31.067-19.515 46.002a.858.858 0 0 1-.092-.184C8.993 104.299 14.48 67.36 37.804 42.138c23.325-25.223 59.722-33.574 91.71-21.045 31.988 12.53 53.029 43.382 53.017 77.736z"/><path fill="#fff" d="M101.45 69.178s-1.416-8.295-2.373-11.367c6.401-6.18 7.357-7.118 13.52-13.041.477 11.845.238 18.007-.479 32.482-3.55-3.568-10.668-8.075-10.668-8.075zm-27.737 40.778s-6.64-4.028-11.624-4.727c1.435-3.33 5.224-7.597 6.18-8.774-1.913.7-15.652 6.861-17.087 12.084a74.79 74.79 0 0 1 11.385 3.79 35.994 35.994 0 0 0-8.773 20.158s21.814-3.329 38.184-1.195c.283.168.608.25.938.239l8.534.239 27.11 45.137.222.35c-.037.018-.056.036-.074.036-51.133 18.485-88.085-15.542-95.975-27.442.033-.102.058-.206.074-.312 7.1-30.018 15.855-65.94 29.999-76.552 7.357-12.82 9.49-31.783 22.752-41.734 3.329 9.95 8.553 30.588 12.103 40.538 15.653 15.653 39.36 35.094 55.234 43.15 1.655.956 3.789 7.596 3.789 7.596l-6.401 8.056-68.275-6.879a54.46 54.46 0 0 0-4.58-.184 86.838 86.838 0 0 0-14.144 1.361c3.31-8.295 10.429-14.935 10.429-14.935zm22.053-8.774c3.789-.46 7.817.957 12.323 3.569 4.267-1.196 4.745-1.435 9.013-2.612-5.463-4.028-11.385-8.295-19.442-7.118a47.247 47.247 0 0 0-1.895 6.161z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="translate(-.009 -.001) scale(.12121)"><circle cx="99.197" cy="98.946" r="83.28" fill="#212121"/><path fill="#e53935" d="M182.53 98.828a83.406 83.406 0 0 1-39.14 70.722.064.064 0 0 1-.037.019l-28.62-35.664 23.71 2.611s11.385 1.178 13.979 0c2.373-.938 15.174-18.963 15.174-18.963s-36.75-23.23-49.312-36.032c1.435-21.575-1.655-50.269-1.655-50.03-9.252 9.234-10.43 10.668-19.681 19.202-4.028-13.04-5.923-17.546-9.95-30.587-12.104 9.95-21.337 26.799-27.977 46.48a78.667 78.667 0 0 0-4.23 5.095 109.683 109.683 0 0 0-2.668 3.66 114.546 114.546 0 0 0-5.131 8 172.503 172.503 0 0 0-3.403 6.052c-7.707 14.476-14.034 31.067-19.515 46.002a.858.858 0 0 1-.092-.184C8.993 104.299 14.48 67.36 37.804 42.138c23.325-25.223 59.722-33.574 91.71-21.045 31.988 12.53 53.029 43.382 53.017 77.736z"/><path fill="#FAFAFA" d="M101.45 69.178s-1.416-8.295-2.373-11.367c6.401-6.18 7.357-7.118 13.52-13.041.477 11.845.238 18.007-.479 32.482-3.55-3.568-10.668-8.075-10.668-8.075zm-27.737 40.778s-6.64-4.028-11.624-4.727c1.435-3.33 5.224-7.597 6.18-8.774-1.913.7-15.652 6.861-17.087 12.084a74.79 74.79 0 0 1 11.385 3.79 35.994 35.994 0 0 0-8.773 20.158s21.814-3.329 38.184-1.195c.283.168.608.25.938.239l8.534.239 27.11 45.137.222.35c-.037.018-.056.036-.074.036-51.133 18.485-88.085-15.542-95.975-27.442.033-.102.058-.206.074-.312 7.1-30.018 15.855-65.94 29.999-76.552 7.357-12.82 9.49-31.783 22.752-41.734 3.329 9.95 8.553 30.588 12.103 40.538 15.653 15.653 39.36 35.094 55.234 43.15 1.655.956 3.789 7.596 3.789 7.596l-6.401 8.056-68.275-6.879a54.46 54.46 0 0 0-4.58-.184 86.838 86.838 0 0 0-14.144 1.361c3.31-8.295 10.429-14.935 10.429-14.935zm22.053-8.774c3.789-.46 7.817.957 12.323 3.569 4.267-1.196 4.745-1.435 9.013-2.612-5.463-4.028-11.385-8.295-19.442-7.118a47.247 47.247 0 0 0-1.895 6.161z"/></g></svg>
package/package.json CHANGED
@@ -2,31 +2,37 @@
2
2
  "name": "material-icon-theme",
3
3
  "displayName": "Material Icon Theme",
4
4
  "description": "Material Design Icons for Visual Studio Code",
5
- "version": "5.4.2",
5
+ "version": "5.5.1",
6
6
  "scripts": {
7
- "build": "bun run ./scripts/build-with-esbuild.ts",
8
- "watch": "bun run ./scripts/watch-with-esbuild.ts",
7
+ "precompile": "rimraf dist && bun run verify",
8
+ "compile": "tsc -p ./",
9
+ "compile:declarations": "tsc -p ./tsconfig.declarations.json",
10
+ "postcompile": "bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check",
11
+ "build": "bun run compile && bun run ./build/build-with-esbuild.ts",
12
+ "watch": "bun run ./build/watch-with-esbuild.ts",
9
13
  "changelog": "changelog-machine --config changelog.config.json",
10
- "check-colors": "svg-color-linter --colors material-colors.yml",
11
- "check": "bun ./src/scripts/icons/checks",
12
- "contributors": "bun ./src/scripts/contributors/index.ts",
13
- "generateJson": "bun ./src/scripts/icons/generateJson.ts",
14
- "lint": "npx @biomejs/biome check --apply ./src",
15
- "postcompile": "bun run generateJson && bun run check",
16
- "pretest": "bun run build && tsc -p ./",
14
+ "check-colors": "bun run ./src/scripts/svg/checkSvgColors.ts",
15
+ "check": "bun ./src/scripts/icons/checks/run.ts",
16
+ "contributors": "bun ./src/scripts/contributors/contributors.ts",
17
+ "generateJson": "bun ./src/scripts/icons/generateJson.ts > dist/material-icons.json",
18
+ "generateClones": "bun ./src/scripts/icons/generateClones.ts",
19
+ "lint": "bunx @biomejs/biome check --write ./src",
20
+ "format": "bunx @biomejs/biome format --write ./src",
17
21
  "preversion": "bun run contributors && git add images/contributors.png && bun run preview && git add images/fileIcons.png && git add images/folderIcons.png && bun run svgo && git add icons/*.svg",
18
- "preview": "bun ./src/scripts/preview",
22
+ "preview": "bun ./src/scripts/preview/run.ts",
19
23
  "svgo": "svgo -i icons -o icons -q",
20
- "test-compile": "tsc -p ./",
21
- "test": "bun ./out/test/runTest.js",
24
+ "test": "bun test",
22
25
  "version": "bun run changelog && git add CHANGELOG.md",
23
- "vscode:prepublish": "bun run lint && bun run build && bun run postcompile"
26
+ "vscode:prepublish": "bun run lint && bun run build",
27
+ "verify": "bunx sheriff verify",
28
+ "prepublishOnly": "bun run ./src/scripts/module/prepare.ts",
29
+ "postpublish": "git checkout package.json && git checkout README.md"
24
30
  },
25
31
  "publisher": "PKief",
26
32
  "author": {
27
33
  "name": "Philipp Kief",
28
34
  "email": "philipp.kief@gmx.de",
29
- "url": "https://pkief.github.io"
35
+ "url": "https://pkief.com"
30
36
  },
31
37
  "funding": "https://github.com/sponsors/PKief",
32
38
  "sponsor": {
@@ -35,13 +41,13 @@
35
41
  "engines": {
36
42
  "vscode": "^1.51.0"
37
43
  },
38
- "homepage": "https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md",
44
+ "homepage": "https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md",
39
45
  "repository": {
40
46
  "type": "git",
41
- "url": "https://github.com/PKief/vscode-material-icon-theme.git"
47
+ "url": "git+https://github.com/material-extensions/vscode-material-icon-theme.git"
42
48
  },
43
49
  "bugs": {
44
- "url": "https://github.com/PKief/vscode-material-icon-theme/issues"
50
+ "url": "https://github.com/material-extensions/vscode-material-icon-theme/issues"
45
51
  },
46
52
  "icon": "logo.png",
47
53
  "galleryBanner": {
@@ -71,12 +77,16 @@
71
77
  "activationEvents": [
72
78
  "onStartupFinished"
73
79
  ],
74
- "main": "./dist/extension.cjs",
75
- "browser": "./dist/web/extension.cjs",
80
+ "main": "./dist/module/index.cjs",
81
+ "browser": "./dist/extension/web/extension.cjs",
82
+ "module": "./dist/module/index.cjs",
83
+ "types": "./dist/types/module/index.d.ts",
76
84
  "sideEffects": false,
77
85
  "files": [
78
86
  "icons",
79
- "dist/material-icons.json"
87
+ "dist/material-icons.json",
88
+ "dist/module/index.cjs",
89
+ "dist/types"
80
90
  ],
81
91
  "contributes": {
82
92
  "iconThemes": [
@@ -311,14 +321,13 @@
311
321
  },
312
322
  "dependencies": {
313
323
  "chroma-js": "^2.4.2",
314
- "lodash.merge": "4.6.2",
315
324
  "svgson": "^5.3.1"
316
325
  },
317
326
  "devDependencies": {
318
- "@biomejs/biome": "1.7.3",
327
+ "@biomejs/biome": "1.8.2",
328
+ "@softarc/sheriff-core": "^0.15.1",
319
329
  "@types/chroma-js": "^2.4.4",
320
330
  "@types/glob": "^7.2.0",
321
- "@types/lodash.merge": "^4.6.7",
322
331
  "@types/puppeteer": "^5.4.6",
323
332
  "@types/vscode": "~1.51.0",
324
333
  "@vscode/test-electron": "^2.3.9",
@@ -328,9 +337,9 @@
328
337
  "esbuild": "^0.21.4",
329
338
  "glob": "^8.0.3",
330
339
  "puppeteer": "^22.11.0",
331
- "rimraf": "^3.0.2",
340
+ "rimraf": "^6.0.0",
332
341
  "svg-color-linter": "^1.3.0",
333
342
  "svgo": "^2.8.0",
334
- "typescript": "^4.7.2"
343
+ "typescript": "^5.5.3"
335
344
  }
336
345
  }