From cae36213958672ed8e0bbffb23dc4f1a64fed01b Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 9 Oct 2024 14:34:53 -0700 Subject: [PATCH] chore: Add text file icon class Signed-off-by: Christopher Ng --- core/src/icons.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/src/icons.js b/core/src/icons.js index b46101d650c..5845b01fea1 100644 --- a/core/src/icons.js +++ b/core/src/icons.js @@ -179,6 +179,10 @@ const iconsColor = { path: path.join(__dirname, '../img', 'filetypes', 'text.svg'), color: 'grey', }, + 'file-text': { + path: path.join(__dirname, '../img', 'filetypes', 'text.svg'), + color: 'black', + }, } // use this to define aliases to existing icons