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 @@ - - + + + + + + + + + diff --git a/src/icons/actions/hide.svg b/src/icons/actions/hide.svg new file mode 100644 index 0000000..83727c1 --- /dev/null +++ b/src/icons/actions/hide.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/actions/refresh.svg b/src/icons/actions/refresh.svg index 244e760..eb74bb4 100644 --- a/src/icons/actions/refresh.svg +++ b/src/icons/actions/refresh.svg @@ -1,3 +1,5 @@ - + + + diff --git a/src/icons/actions/send.svg b/src/icons/actions/send.svg index 0db73cb..540c628 100644 --- a/src/icons/actions/send.svg +++ b/src/icons/actions/send.svg @@ -1,3 +1,4 @@ - + + diff --git a/src/icons/actions/show.svg b/src/icons/actions/show.svg new file mode 100644 index 0000000..55afbb3 --- /dev/null +++ b/src/icons/actions/show.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/icons/actions/trash.svg b/src/icons/actions/trash.svg index 644f0f1..28d33a3 100644 --- a/src/icons/actions/trash.svg +++ b/src/icons/actions/trash.svg @@ -1,3 +1,14 @@ - - + + + + + + + + + + + + + diff --git a/src/icons/api.svg b/src/icons/api.svg index 6d9f276..beb6640 100644 --- a/src/icons/api.svg +++ b/src/icons/api.svg @@ -1,3 +1,10 @@ - - + + + + + + + + + diff --git a/src/icons/calendar.svg b/src/icons/calendar.svg new file mode 100644 index 0000000..dd36328 --- /dev/null +++ b/src/icons/calendar.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/icons/docs.svg b/src/icons/docs.svg index 476da16..fa08438 100644 --- a/src/icons/docs.svg +++ b/src/icons/docs.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/icons/donate.svg b/src/icons/donate.svg index 3625bd2..17f24cb 100644 --- a/src/icons/donate.svg +++ b/src/icons/donate.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/icons/lightning.svg b/src/icons/lightning.svg new file mode 100644 index 0000000..df282d3 --- /dev/null +++ b/src/icons/lightning.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/lock.svg b/src/icons/lock.svg new file mode 100644 index 0000000..64450dc --- /dev/null +++ b/src/icons/lock.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/nav/account.svg b/src/icons/nav/account.svg index 39246a7..9594362 100644 --- a/src/icons/nav/account.svg +++ b/src/icons/nav/account.svg @@ -1,3 +1,5 @@ - + + + diff --git a/src/icons/nav/contact.svg b/src/icons/nav/contact.svg index 5b19d50..22c2cc1 100644 --- a/src/icons/nav/contact.svg +++ b/src/icons/nav/contact.svg @@ -1,3 +1,4 @@ - + + diff --git a/src/icons/nav/explore.svg b/src/icons/nav/explore.svg new file mode 100644 index 0000000..80780c2 --- /dev/null +++ b/src/icons/nav/explore.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/icons/nav/menu.svg b/src/icons/nav/menu.svg new file mode 100644 index 0000000..48a4e3f --- /dev/null +++ b/src/icons/nav/menu.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/icons/nav/notifications.svg b/src/icons/nav/notifications.svg index e080417..e2a7125 100644 --- a/src/icons/nav/notifications.svg +++ b/src/icons/nav/notifications.svg @@ -1,3 +1,4 @@ - + + diff --git a/src/icons/nav/reporting.svg b/src/icons/nav/reporting.svg index 0d21618..64fe1da 100644 --- a/src/icons/nav/reporting.svg +++ b/src/icons/nav/reporting.svg @@ -1,3 +1,8 @@ - + + + + + + diff --git a/src/icons/nav/store.svg b/src/icons/nav/store.svg index 639090e..ac77e84 100644 --- a/src/icons/nav/store.svg +++ b/src/icons/nav/store.svg @@ -1,3 +1,7 @@ - + + + + + diff --git a/src/icons/notifications/account.svg b/src/icons/notifications/account.svg new file mode 100644 index 0000000..9594362 --- /dev/null +++ b/src/icons/notifications/account.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/icons/notifications/plugin-disabled.svg b/src/icons/notifications/plugin-disabled.svg new file mode 100644 index 0000000..d603891 --- /dev/null +++ b/src/icons/notifications/plugin-disabled.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/notifications/plugin-released.svg b/src/icons/notifications/plugin-released.svg new file mode 100644 index 0000000..d603891 --- /dev/null +++ b/src/icons/notifications/plugin-released.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/payment/receive.svg b/src/icons/payment/receive.svg index 356cb34..b3de7f0 100644 --- a/src/icons/payment/receive.svg +++ b/src/icons/payment/receive.svg @@ -1,5 +1,4 @@ - - - + + diff --git a/src/icons/payment/send.svg b/src/icons/payment/send.svg index bd8ed75..9b5bf7a 100644 --- a/src/icons/payment/send.svg +++ b/src/icons/payment/send.svg @@ -1,5 +1,4 @@ - - - + + diff --git a/src/icons/pos/cart.svg b/src/icons/pos/cart.svg index 05d147a..9c33cf5 100644 --- a/src/icons/pos/cart.svg +++ b/src/icons/pos/cart.svg @@ -1,3 +1,5 @@ - + + + diff --git a/src/icons/pos/light.svg b/src/icons/pos/light.svg index 543f786..69aebc1 100644 --- a/src/icons/pos/light.svg +++ b/src/icons/pos/light.svg @@ -1,3 +1,3 @@ - + diff --git a/src/icons/pos/print.svg b/src/icons/pos/print.svg index c34061f..ce648bd 100644 --- a/src/icons/pos/print.svg +++ b/src/icons/pos/print.svg @@ -1,3 +1,5 @@ - + + + diff --git a/src/icons/pos/static.svg b/src/icons/pos/static.svg index 5abfaaa..c48cf47 100644 --- a/src/icons/pos/static.svg +++ b/src/icons/pos/static.svg @@ -1,3 +1,11 @@ - + + + + + + + + + diff --git a/src/icons/scan-qr.svg b/src/icons/scan-qr.svg index 75139ff..203cc3f 100644 --- a/src/icons/scan-qr.svg +++ b/src/icons/scan-qr.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/icons/themes/dark.svg b/src/icons/themes/dark.svg index a56e2b2..44a0812 100644 --- a/src/icons/themes/dark.svg +++ b/src/icons/themes/dark.svg @@ -1 +1,3 @@ - + + + diff --git a/src/icons/themes/light.svg b/src/icons/themes/light.svg index 83ba3a0..fe032cb 100644 --- a/src/icons/themes/light.svg +++ b/src/icons/themes/light.svg @@ -1 +1,3 @@ - + + + diff --git a/src/icons/themes/system.svg b/src/icons/themes/system.svg index 32cf05b..e026b06 100644 --- a/src/icons/themes/system.svg +++ b/src/icons/themes/system.svg @@ -1 +1 @@ - + diff --git a/src/icons/time.svg b/src/icons/time.svg new file mode 100644 index 0000000..a7fdb67 --- /dev/null +++ b/src/icons/time.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/icons/warning.svg b/src/icons/warning.svg index a7af0b8..4491195 100644 --- a/src/icons/warning.svg +++ b/src/icons/warning.svg @@ -1,3 +1,3 @@ - + diff --git a/src/static/svg/icons.svg b/src/static/svg/icons.svg index 81a6ba7..df0ab94 100644 --- a/src/static/svg/icons.svg +++ b/src/static/svg/icons.svg @@ -1,16 +1,20 @@ - - - + + + + - - + + + - - - + + + + + @@ -21,8 +25,8 @@ - - + + @@ -31,6 +35,8 @@ + + @@ -38,16 +44,18 @@ - - + + + + - + @@ -56,33 +64,37 @@ - + - + + - - + + + + - - - - + + + + - + - - - + + + + @@ -92,5 +104,5 @@ - + \ No newline at end of file