Skip to content

Commit

Permalink
Add and update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed May 17, 2024
1 parent d49d617 commit 2044ad9
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 8 deletions.
9 changes: 8 additions & 1 deletion src/design/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand All @@ -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' },
Expand Down Expand Up @@ -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' },
Expand Down
3 changes: 3 additions & 0 deletions src/icons/actions/sort-alpha-asc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/actions/sort-alpha-desc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/actions/sort-asc-alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/actions/sort-asc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/actions/sort-desc-alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/actions/sort-desc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/actions/sort.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/key.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/icons/nav/invoices.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/icons/wallet/key.svg

This file was deleted.

4 changes: 2 additions & 2 deletions src/icons/wallet/xpub.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2044ad9

Please sign in to comment.