diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-12-09 07:49:16 +0100 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-12-09 07:49:16 +0100 |
commit | fc4c57f0d91957950ce7a7bbe145643afa8b709c (patch) | |
tree | 589db28fc3e287ed7632e2d8201f7240823ca95e /launcher/resources/breeze_light/scalable | |
parent | 9ad4ae5340a2a75ae14a9ca8f232855a0ea17d4f (diff) | |
download | PrismLauncher-fc4c57f0d91957950ce7a7bbe145643afa8b709c.tar.gz PrismLauncher-fc4c57f0d91957950ce7a7bbe145643afa8b709c.tar.bz2 PrismLauncher-fc4c57f0d91957950ce7a7bbe145643afa8b709c.zip |
feat: improve new.svg in breeze icon packs
makes it better and more similar to the one in legacy
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to 'launcher/resources/breeze_light/scalable')
-rw-r--r-- | launcher/resources/breeze_light/scalable/new.svg | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/launcher/resources/breeze_light/scalable/new.svg b/launcher/resources/breeze_light/scalable/new.svg index 51babd76..6434a18e 100644 --- a/launcher/resources/breeze_light/scalable/new.svg +++ b/launcher/resources/breeze_light/scalable/new.svg @@ -1,18 +1,13 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> - <defs - id="defs3051"> - <style - type="text/css" - id="current-color-scheme"> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> + <defs id="defs3051"> + <style type="text/css" id="current-color-scheme"> .ColorScheme-Text { color:#232629; } </style> </defs> - <path - style="fill:currentColor;fill-opacity:1;stroke:none" - d="M 4 4 L 4 28 L 17 28 L 17 27 L 5 27 L 5 14 L 10 14 L 13 11 L 27 11 L 27 17 L 28 17 L 28 7 L 18 7 L 15 4 L 4 4 z M 22 17 L 22 22 L 17 22 L 17 23 L 22 23 L 22 28 L 23 28 L 23 23 L 28 23 L 28 22 L 23 22 L 23 17 L 22 17 z " - id="path99" + <path style="fill:currentColor;fill-opacity:1;stroke:none" + d="M 3 2 L 3 14 L 8 14 L 8 13 L 4 13 L 4 3 L 9 3 L 9 6 L 12 6 L 12 9 L 13 9 L 13 6 L 13 5 L 10 2 L 9 2 L 3 2 z M 10 9 L 10 11 L 8 11 L 8 12 L 10 12 L 10 14 L 11 14 L 11 12 L 13 12 L 13 11 L 11 11 L 11 9 L 10 9 z " class="ColorScheme-Text" /> </svg> |