chore: Add text file icon class

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/48652/head
Christopher Ng 2024-10-09 14:34:53 +07:00
parent d94d23a8bc
commit cae3621395
1 changed files with 4 additions and 0 deletions

@ -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