feat: Add new icon-filetype-text and icon-add-folder-description

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2024-03-20 12:49:58 -07:00
parent 8862fbaf4d
commit 4722cbe8f5
3 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="#000000">
<path d="M0 0h24v24H0V0z" fill="none" />
<path fill="#969696" d="M3 18h12v-2H3v2zM3 6v2h18V6H3zm0 7h18v-2H3v2z" />
</svg>

After

Width:  |  Height:  |  Size: 227 B

View File

@ -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',
}

BIN
dist/icons.css vendored

Binary file not shown.