diff --git a/packages/client/internals/TitleIcon.vue b/packages/client/internals/TitleIcon.vue index 637a980f99..87411f67b3 100644 --- a/packages/client/internals/TitleIcon.vue +++ b/packages/client/internals/TitleIcon.vue @@ -61,6 +61,7 @@ const builtinIcons: Record = { '.yml': 'i-vscode-icons:file-type-light-yaml', '.yaml': 'i-vscode-icons:file-type-light-yaml', '.php': 'i-vscode-icons:file-type-php', + '.svg': 'i-vscode-icons:file-type-svg', } function matchIcon(title: string) {