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/caret.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/caret.svg')
-rw-r--r-- | core/img/actions/caret.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/img/actions/caret.svg b/core/img/actions/caret.svg index 21a97f8be40..a7c34f699c7 100644 --- a/core/img/actions/caret.svg +++ b/core/img/actions/caret.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="10" width="10" version="1"><path style="block-progression:tb;text-transform:none;text-indent:0" d="M1 3l4 4 4-3.994z" fill="#fff" color="#000"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path d="M4 6l4 4 4-3.994z" fill="#fff" /></svg> |