From 4515d0e694deaad74cff60dbdcb2b70096930593 Mon Sep 17 00:00:00 2001 From: AHaldner Date: Thu, 2 Apr 2026 09:58:30 +0200 Subject: [PATCH] feat: add tsdown icon --- icons/tsdown.svg | 1 + src/core/icons/fileIcons.ts | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 icons/tsdown.svg diff --git a/icons/tsdown.svg b/icons/tsdown.svg new file mode 100644 index 0000000000..39408beda9 --- /dev/null +++ b/icons/tsdown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 91ab9701f3..adfdd2be22 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -3463,5 +3463,18 @@ export const fileIcons: FileIcons = { fileExtensions: ['instructions.md', 'instruction.md'], clone: { base: 'lib', color: 'cyan-A700' }, }, + { + name: 'tsdown', + fileNames: [ + 'tsdown.config.ts', + 'tsdown.config.mts', + 'tsdown.config.cts', + 'tsdown.config.js', + 'tsdown.config.mjs', + 'tsdown.config.cjs', + 'tsdown.config.json', + 'tsdown.config', + ], + }, ]), };