Browse Source

chore: Add text file icon class

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/48638/head
Christopher Ng 1 year ago
parent
commit
3c12d27c17
  1. 4
      core/src/icons.js

4
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

Loading…
Cancel
Save