diff --git a/icons/interface.svg b/icons/interface.svg new file mode 100644 index 0000000000..f0275d77f2 --- /dev/null +++ b/icons/interface.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index b89ffb67c8..06bde2b6e2 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -2570,5 +2570,10 @@ export const fileIcons: FileIcons = { '.k8s.yaml', ], }, + { + name: 'interface', + fileNames: ['interface.ts', 'interfaces.ts'], + fileExtensions: ['.ts'], + }, ], };