diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-11-14 15:51:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-14 15:51:09 +0100 |
commit | 346dbfa1ee9ce16479eb6ff5cbf1d108bcb7c09d (patch) | |
tree | f898fd9f567dfa3738b5b7b030e4f4a40d5a9d03 /core/img/actions/star-dark.svg | |
parent | 381967f35e11bfd04baa5c085f733793fee30858 (diff) | |
parent | a6197a2899e8ac376b57db330d4e7d41b8d3a54b (diff) | |
download | nextcloud-server-346dbfa1ee9ce16479eb6ff5cbf1d108bcb7c09d.tar.gz nextcloud-server-346dbfa1ee9ce16479eb6ff5cbf1d108bcb7c09d.zip |
Merge pull request #7130 from nextcloud/fix-broken-svg
Optimize SVG icons
Diffstat (limited to 'core/img/actions/star-dark.svg')
-rw-r--r-- | core/img/actions/star-dark.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/img/actions/star-dark.svg b/core/img/actions/star-dark.svg index 6edb7ea5000..16a7ac53ba7 100644 --- a/core/img/actions/star-dark.svg +++ b/core/img/actions/star-dark.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="22" width="22"><path d="M11.017.06l2.946 7.384L22 8.077l-6.11 5.082L17.77 21l-6.72-4.242-6.876 4.213 1.957-7.703L0 8.03l7.932-.52z"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16" width="16" height="16"><path d="m8 0.5 2.2 5.3 5.8 0.45-4.5 3.75 1.5 5.5-5-3.1-5 3.1 1.5-5.5-4.5-3.75 5.8-0.45z"/></svg> |