From 4722cbe8f507d5a72678442e0af48ab2f6b4a15b Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 20 Mar 2024 12:49:58 -0700 Subject: feat: Add new icon-filetype-text and icon-add-folder-description Signed-off-by: Christopher Ng --- core/src/icons.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'core/src') diff --git a/core/src/icons.js b/core/src/icons.js index 43384953905..fb8cccfe56c 100644 --- a/core/src/icons.js +++ b/core/src/icons.js @@ -125,6 +125,10 @@ const icons = { } const iconsColor = { + 'add-folder-description': { + path: path.join(__dirname, '../img', 'actions', 'add-folder-description.svg'), + color: 'grey', + }, 'settings': { path: path.join(__dirname, '../img', 'actions', 'settings.svg'), color: 'black', @@ -167,6 +171,10 @@ const iconsColor = { // TODO: replace primary ? color: 'primary', }, + 'filetype-text': { + path: path.join(__dirname, '../img', 'filetypes', 'text.svg'), + color: 'grey', + }, } // use this to define aliases to existing icons @@ -210,7 +218,6 @@ const iconsAliases = { 'icon-category-security': 'icon-password-dark', 'icon-category-search': 'icon-search-dark', 'icon-category-tools': 'icon-settings-dark', - 'icon-filetype-text': 'icon-file-grey', 'nav-icon-systemtagsfilter': 'icon-tag-dark', } -- cgit v1.2.3