diff --git a/src/design/icons.js b/src/design/icons.js
index 144c3f2..bd8ac82 100644
--- a/src/design/icons.js
+++ b/src/design/icons.js
@@ -1,15 +1,19 @@
module.exports = [
{ id: 'actions-add', category: 'actions' },
{ id: 'actions-archive', category: 'actions' },
+ { id: 'actions-comment', category: 'actions' },
{ id: 'actions-copy', category: 'actions' },
{ id: 'actions-drag', category: 'actions' },
+ { id: 'actions-hide', category: 'actions' },
{ id: 'actions-refresh', category: 'actions' },
{ id: 'actions-remove', category: 'actions' },
{ id: 'actions-search', category: 'actions' },
{ id: 'actions-send', category: 'actions' },
+ { id: 'actions-show', category: 'actions' },
{ id: 'actions-trash', category: 'actions' },
{ id: 'api', category: 'general' },
{ id: 'back', category: 'general' },
+ { id: 'calendar', category: 'general' },
{ id: 'caret-down', category: 'caret' },
{ id: 'caret-left', category: 'caret' },
{ id: 'caret-right', category: 'caret' },
@@ -30,6 +34,8 @@ module.exports = [
{ id: 'forms-select', category: 'forms' },
{ id: 'forms-text', category: 'forms' },
{ id: 'info', category: 'general' },
+ { id: 'lightning', category: 'general' },
+ { id: 'lock', category: 'general' },
{ id: 'logo-btcpay', category: 'logo' },
{ id: 'logo-lightningterminal', category: 'logo' },
{ id: 'logo-rtl', category: 'logo' },
@@ -41,10 +47,12 @@ module.exports = [
{ id: 'nav-contact', category: 'nav' },
{ id: 'nav-crowdfund', category: 'nav' },
{ id: 'nav-dashboard', category: 'nav' },
+ { id: 'nav-explore', category: 'nav' },
{ id: 'nav-invoice', category: 'nav' },
{ id: 'nav-invoices', category: 'nav' },
{ id: 'nav-keypad', category: 'nav' },
{ id: 'nav-lightning-address', category: 'nav' },
+ { id: 'nav-menu', category: 'nav' },
{ id: 'nav-mobile-menu', category: 'nav' },
{ id: 'nav-notifications', category: 'nav' },
{ id: 'nav-pay-button', category: 'nav' },
@@ -59,11 +67,14 @@ module.exports = [
{ id: 'nav-server-settings', category: 'nav' },
{ id: 'nav-store-settings', category: 'nav' },
{ id: 'nav-store', category: 'nav' },
+ { id: 'notifications-account', category: 'notifications' },
{ id: 'notifications-invoice-failure', category: 'notifications' },
{ id: 'notifications-invoice-settled', category: 'notifications' },
{ id: 'notifications-new-version', category: 'notifications' },
{ id: 'notifications-payout-approved', category: 'notifications' },
{ id: 'notifications-payout', category: 'notifications' },
+ { id: 'notifications-plugin-disabled', category: 'notifications' },
+ { id: 'notifications-plugin-released', category: 'notifications' },
{ id: 'payment-receive', category: 'payment' },
{ id: 'payment-send', category: 'payment' },
{ id: 'plus', category: 'general' },
@@ -82,6 +93,7 @@ module.exports = [
{ id: 'themes-dark', category: 'themes' },
{ id: 'themes-light', category: 'themes' },
{ id: 'themes-system', category: 'themes' },
+ { id: 'time', category: 'general' },
{ id: 'wallet-existing', category: 'wallet' },
{ id: 'wallet-file', category: 'wallet' },
{ id: 'wallet-hardware', category: 'wallet' },
diff --git a/src/icons/actions/add.svg b/src/icons/actions/add.svg
index cb72e4f..0c6ee2c 100644
--- a/src/icons/actions/add.svg
+++ b/src/icons/actions/add.svg
@@ -1,3 +1,4 @@
diff --git a/src/icons/actions/archive.svg b/src/icons/actions/archive.svg
index 0054125..e542be8 100644
--- a/src/icons/actions/archive.svg
+++ b/src/icons/actions/archive.svg
@@ -1,3 +1,5 @@
diff --git a/src/icons/actions/comment.svg b/src/icons/actions/comment.svg
new file mode 100644
index 0000000..dc80e3e
--- /dev/null
+++ b/src/icons/actions/comment.svg
@@ -0,0 +1,5 @@
+
diff --git a/src/icons/actions/drag.svg b/src/icons/actions/drag.svg
index 2d391b6..fc3bc48 100644
--- a/src/icons/actions/drag.svg
+++ b/src/icons/actions/drag.svg
@@ -1,3 +1,10 @@
-