From d49d61788302b84bb039102d473c4a08cf45f370 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Thu, 16 May 2024 18:38:37 +0200 Subject: [PATCH] More icon updates --- src/design/icons.js | 2 ++ src/icons/actions/email.svg | 4 ++++ src/icons/actions/remove.svg | 4 ++-- src/icons/block.svg | 3 +++ src/static/svg/icons.svg | 4 +++- 5 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 src/icons/actions/email.svg create mode 100644 src/icons/block.svg diff --git a/src/design/icons.js b/src/design/icons.js index bd8ac82..4dfa1cf 100644 --- a/src/design/icons.js +++ b/src/design/icons.js @@ -4,6 +4,7 @@ module.exports = [ { id: 'actions-comment', category: 'actions' }, { id: 'actions-copy', category: 'actions' }, { id: 'actions-drag', category: 'actions' }, + { id: 'actions-email', category: 'actions' }, { id: 'actions-hide', category: 'actions' }, { id: 'actions-refresh', category: 'actions' }, { id: 'actions-remove', category: 'actions' }, @@ -13,6 +14,7 @@ module.exports = [ { id: 'actions-trash', category: 'actions' }, { id: 'api', category: 'general' }, { id: 'back', category: 'general' }, + { id: 'block', category: 'general' }, { id: 'calendar', category: 'general' }, { id: 'caret-down', category: 'caret' }, { id: 'caret-left', category: 'caret' }, diff --git a/src/icons/actions/email.svg b/src/icons/actions/email.svg new file mode 100644 index 0000000..22c2cc1 --- /dev/null +++ b/src/icons/actions/email.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/icons/actions/remove.svg b/src/icons/actions/remove.svg index 597fe72..61fa2b5 100644 --- a/src/icons/actions/remove.svg +++ b/src/icons/actions/remove.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/icons/block.svg b/src/icons/block.svg new file mode 100644 index 0000000..d603891 --- /dev/null +++ b/src/icons/block.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/static/svg/icons.svg b/src/static/svg/icons.svg index df0ab94..98778fb 100644 --- a/src/static/svg/icons.svg +++ b/src/static/svg/icons.svg @@ -5,15 +5,17 @@ + - + +