From: Christopher Ng Date: Wed, 9 Oct 2024 21:34:53 +0000 (-0700) Subject: chore: Add text file icon class X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3c12d27c1754579c87be7d6729add9e592b1ba4a;p=nextcloud-server.git chore: Add text file icon class Signed-off-by: Christopher Ng --- 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