diff --git a/icons/remark.svg b/icons/remark.svg new file mode 100644 index 000000000..fffbb68be --- /dev/null +++ b/icons/remark.svg @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/icons/remark_light.svg b/icons/remark_light.svg new file mode 100644 index 000000000..85c80a648 --- /dev/null +++ b/icons/remark_light.svg @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 5a2297cb1..aa24dbf39 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -924,6 +924,19 @@ export const fileIcons: FileIcons = { ], light: true, }, + { + name: 'remark', + fileNames: [ + '.remarkrc', + '.remarkrc.cjs', + '.remarkrc.js', + '.remarkrc.json', + '.remarkrc.mjs', + '.remarkrc.yaml', + '.remarkrc.yml', + ], + light: true, + }, { name: 'remix', fileNames: ['remix.config.js', 'remix.config.ts'],