diff --git a/icons/sway.svg b/icons/sway.svg new file mode 100644 index 0000000000..a063bdacbd --- /dev/null +++ b/icons/sway.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index bd0b3451bd..2fe451c8ac 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -2607,5 +2607,9 @@ export const fileIcons: FileIcons = { name: 'gemini-ai', fileNames: ['.aiexclude'], }, + { + name: 'sway', + fileExtensions: ['sw'], + }, ]), };