From 1e22591a1b3345e3844274ce771a2e84987cb342 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Tue, 18 Jun 2024 08:37:49 +0200 Subject: [PATCH] Add and update icons --- src/design/icons.js | 3 +++ src/icons/back.svg | 4 ++-- src/icons/nav/plugins-explore.svg | 4 ++-- src/icons/review/empty.svg | 3 +++ src/icons/review/full.svg | 3 +++ src/icons/review/half.svg | 4 ++++ src/static/svg/icons.svg | 7 +++++-- 7 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 src/icons/review/empty.svg create mode 100644 src/icons/review/full.svg create mode 100644 src/icons/review/half.svg diff --git a/src/design/icons.js b/src/design/icons.js index c96af9c..a7e43ca 100644 --- a/src/design/icons.js +++ b/src/design/icons.js @@ -93,6 +93,9 @@ module.exports = [ { id: 'pos-print', category: 'pos' }, { id: 'pos-static', category: 'pos' }, { id: 'qr-code', category: 'general' }, + { id: 'review-empty', category: 'review' }, + { id: 'review-full', category: 'review' }, + { id: 'review-half', category: 'review' }, { id: 'scan-qr', category: 'general' }, { id: 'settings', category: 'general' }, { id: 'social-github', category: 'social' }, diff --git a/src/icons/back.svg b/src/icons/back.svg index 7763edc..5c84880 100644 --- a/src/icons/back.svg +++ b/src/icons/back.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/icons/nav/plugins-explore.svg b/src/icons/nav/plugins-explore.svg index d79ed99..80780c2 100644 --- a/src/icons/nav/plugins-explore.svg +++ b/src/icons/nav/plugins-explore.svg @@ -1,4 +1,4 @@ - - + + diff --git a/src/icons/review/empty.svg b/src/icons/review/empty.svg new file mode 100644 index 0000000..1f733b2 --- /dev/null +++ b/src/icons/review/empty.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/review/full.svg b/src/icons/review/full.svg new file mode 100644 index 0000000..be31804 --- /dev/null +++ b/src/icons/review/full.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/review/half.svg b/src/icons/review/half.svg new file mode 100644 index 0000000..29b3f28 --- /dev/null +++ b/src/icons/review/half.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/static/svg/icons.svg b/src/static/svg/icons.svg index 2b7edbf..fb5e1eb 100644 --- a/src/static/svg/icons.svg +++ b/src/static/svg/icons.svg @@ -21,7 +21,7 @@ - + @@ -70,7 +70,7 @@ - + @@ -94,6 +94,9 @@ + + +