diff --git a/src/design/icons.js b/src/design/icons.js index 4dfa1cf..c96af9c 100644 --- a/src/design/icons.js +++ b/src/design/icons.js @@ -11,6 +11,13 @@ module.exports = [ { id: 'actions-search', category: 'actions' }, { id: 'actions-send', category: 'actions' }, { id: 'actions-show', category: 'actions' }, + { id: 'actions-sort-alpha-asc', category: 'actions' }, + { id: 'actions-sort-alpha-desc', category: 'actions' }, + { id: 'actions-sort-asc-alt', category: 'actions' }, + { id: 'actions-sort-asc', category: 'actions' }, + { id: 'actions-sort-desc-alt', category: 'actions' }, + { id: 'actions-sort-desc', category: 'actions' }, + { id: 'actions-sort', category: 'actions' }, { id: 'actions-trash', category: 'actions' }, { id: 'api', category: 'general' }, { id: 'back', category: 'general' }, @@ -36,6 +43,7 @@ module.exports = [ { id: 'forms-select', category: 'forms' }, { id: 'forms-text', category: 'forms' }, { id: 'info', category: 'general' }, + { id: 'key', category: 'general' }, { id: 'lightning', category: 'general' }, { id: 'lock', category: 'general' }, { id: 'logo-btcpay', category: 'logo' }, @@ -100,7 +108,6 @@ module.exports = [ { id: 'wallet-file', category: 'wallet' }, { id: 'wallet-hardware', category: 'wallet' }, { id: 'wallet-hot', category: 'wallet' }, - { id: 'wallet-key', category: 'wallet' }, { id: 'wallet-new', category: 'wallet' }, { id: 'wallet-seed', category: 'wallet' }, { id: 'wallet-watchonly', category: 'wallet' }, diff --git a/src/icons/actions/sort-alpha-asc.svg b/src/icons/actions/sort-alpha-asc.svg new file mode 100644 index 0000000..a6c92d8 --- /dev/null +++ b/src/icons/actions/sort-alpha-asc.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/actions/sort-alpha-desc.svg b/src/icons/actions/sort-alpha-desc.svg new file mode 100644 index 0000000..f3d7fd3 --- /dev/null +++ b/src/icons/actions/sort-alpha-desc.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/actions/sort-asc-alt.svg b/src/icons/actions/sort-asc-alt.svg new file mode 100644 index 0000000..98cc7e9 --- /dev/null +++ b/src/icons/actions/sort-asc-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/actions/sort-asc.svg b/src/icons/actions/sort-asc.svg new file mode 100644 index 0000000..c6e3c33 --- /dev/null +++ b/src/icons/actions/sort-asc.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/icons/actions/sort-desc-alt.svg b/src/icons/actions/sort-desc-alt.svg new file mode 100644 index 0000000..891423d --- /dev/null +++ b/src/icons/actions/sort-desc-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/actions/sort-desc.svg b/src/icons/actions/sort-desc.svg new file mode 100644 index 0000000..a757752 --- /dev/null +++ b/src/icons/actions/sort-desc.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/icons/actions/sort.svg b/src/icons/actions/sort.svg new file mode 100644 index 0000000..a2bccc3 --- /dev/null +++ b/src/icons/actions/sort.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/icons/key.svg b/src/icons/key.svg new file mode 100644 index 0000000..f4d8f76 --- /dev/null +++ b/src/icons/key.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/nav/invoices.svg b/src/icons/nav/invoices.svg index 0d21618..8238124 100644 --- a/src/icons/nav/invoices.svg +++ b/src/icons/nav/invoices.svg @@ -1,3 +1,6 @@ - + + + + diff --git a/src/icons/wallet/key.svg b/src/icons/wallet/key.svg deleted file mode 100644 index ee67db4..0000000 --- a/src/icons/wallet/key.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/icons/wallet/xpub.svg b/src/icons/wallet/xpub.svg index 4784393..f4d8f76 100644 --- a/src/icons/wallet/xpub.svg +++ b/src/icons/wallet/xpub.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/static/svg/icons.svg b/src/static/svg/icons.svg index 98778fb..2b7edbf 100644 --- a/src/static/svg/icons.svg +++ b/src/static/svg/icons.svg @@ -12,6 +12,13 @@ + + + + + + + @@ -37,6 +44,7 @@ + @@ -52,7 +60,7 @@ - + @@ -101,10 +109,9 @@ - - + \ No newline at end of file