diff --git a/icons/folder-r-open.svg b/icons/folder-r-open.svg
new file mode 100644
index 0000000000..c0f6a5e226
--- /dev/null
+++ b/icons/folder-r-open.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/folder-r.svg b/icons/folder-r.svg
new file mode 100644
index 0000000000..0650b98599
--- /dev/null
+++ b/icons/folder-r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/core/icons/folderIcons.ts b/src/core/icons/folderIcons.ts
index d153e55519..0651225acb 100644
--- a/src/core/icons/folderIcons.ts
+++ b/src/core/icons/folderIcons.ts
@@ -596,6 +596,10 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-python',
folderNames: ['python', 'pycache', 'pytest_cache'],
},
+ {
+ name: 'folder-r',
+ folderNames: ['r'],
+ },
{
name: 'folder-sandbox',
folderNames: ['sandbox', 'sandboxes', 'playground', 'playgrounds'],