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 16, 2024
1 parent bb4d0ce commit 16a5441
Show file tree
Hide file tree
Showing 39 changed files with 195 additions and 61 deletions.
12 changes: 12 additions & 0 deletions src/design/icons.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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-refresh', category: 'actions' },
Expand All @@ -10,6 +11,7 @@ module.exports = [
{ 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' },
Expand All @@ -29,7 +31,9 @@ module.exports = [
{ id: 'forms-number', category: 'forms' },
{ id: 'forms-select', category: 'forms' },
{ id: 'forms-text', category: 'forms' },
{ id: 'hide', category: 'general' },
{ id: 'info', category: 'general' },
{ id: 'lock', category: 'general' },
{ id: 'logo-btcpay', category: 'logo' },
{ id: 'logo-lightningterminal', category: 'logo' },
{ id: 'logo-rtl', category: 'logo' },
Expand All @@ -38,13 +42,16 @@ module.exports = [
{ id: 'logo-tor', category: 'logo' },
{ id: 'minus', category: 'general' },
{ id: 'nav-account', category: 'nav' },
{ id: 'nav-address', category: 'nav' },
{ 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' },
Expand All @@ -59,11 +66,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' },
Expand All @@ -74,6 +84,7 @@ module.exports = [
{ id: 'qr-code', category: 'general' },
{ id: 'scan-qr', category: 'general' },
{ id: 'settings', category: 'general' },
{ id: 'show', category: 'general' },
{ id: 'social-github', category: 'social' },
{ id: 'social-mattermost', category: 'social' },
{ id: 'social-nostr', category: 'social' },
Expand All @@ -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' },
Expand Down
3 changes: 2 additions & 1 deletion src/icons/actions/add.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/icons/actions/archive.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/icons/actions/comment.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions src/icons/actions/drag.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/icons/actions/refresh.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 16a5441

Please sign in to comment.