diff --git a/icons/umi.svg b/icons/umi.svg new file mode 100644 index 0000000000..00c1ff54b8 --- /dev/null +++ b/icons/umi.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index fb303e214b..e826de4f00 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -2513,5 +2513,6 @@ export const fileIcons: FileIcons = { '.k8s.yaml', ], }, + { name: 'umi', fileNames: ['.umirc.ts', '.umirc.js'] }, ], };