From 66f5e6788bce61ac7c803409f234b7bad2998433 Mon Sep 17 00:00:00 2001 From: Valtteri Laitinen Date: Fri, 1 Sep 2023 08:26:12 +0300 Subject: [PATCH] Add Biome icon Biome (https://biomejs.dev/) is a toolchain (code analyzer, formatter, linter) of the web. It's the successor of Rome Tools (https://rome.tools/). Icon from https://github.com/biomejs/biome/blob/0b5a3fd25c46170fb75f62f297ea6e403a57a144/website/public/img/favicon.svg --- icons/biome.svg | 1 + src/icons/fileIcons.ts | 1 + 2 files changed, 2 insertions(+) create mode 100644 icons/biome.svg diff --git a/icons/biome.svg b/icons/biome.svg new file mode 100644 index 0000000000..53277b8e7e --- /dev/null +++ b/icons/biome.svg @@ -0,0 +1 @@ + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index d0a9241804..490e92b16f 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -2419,5 +2419,6 @@ export const fileIcons: FileIcons = { 'panda.config.cjs', ], }, + { name: 'biome', fileNames: ['biome.json'] }, ], };