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 @@ + + +