diff --git a/icons/regedit.svg b/icons/regedit.svg new file mode 100644 index 0000000000..c5f7daefa4 --- /dev/null +++ b/icons/regedit.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 aed58fb52f..77d147c3d3 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -2953,5 +2953,6 @@ export const fileIcons: FileIcons = { fileNames: ['wrangler.toml'], }, { name: 'epub', fileExtensions: ['epub'] }, + { name: 'regedit', fileExtensions: ['reg'] }, ]), };