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 /apps | |
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 'apps')
-rw-r--r-- | apps/files/img/add-color.png | bin | 4217 -> 302 bytes | |||
-rw-r--r-- | apps/files/img/add-color.svg | 7 | ||||
-rw-r--r-- | apps/files/img/delete.svg | 2 | ||||
-rw-r--r-- | apps/files/img/share.svg | 2 |
4 files changed, 3 insertions, 8 deletions
diff --git a/apps/files/img/add-color.png b/apps/files/img/add-color.png Binary files differindex 2211eb6e0bc..f2819c3aca6 100644 --- a/apps/files/img/add-color.png +++ b/apps/files/img/add-color.png diff --git a/apps/files/img/add-color.svg b/apps/files/img/add-color.svg index acf5543c43f..cb4596ac1e5 100644 --- a/apps/files/img/add-color.svg +++ b/apps/files/img/add-color.svg @@ -1,6 +1 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1"> - <g transform="matrix(-.70711 -.70711 .70711 -.70711 -724.85 753.16)" fill="#00d400"> - <path d="m3.7547 1041.6 1.4142-1.4142 3.5355 3.5355 3.5355-3.5355 1.4142 1.4142-3.5355 3.5355 3.5355 3.5356-1.4142 1.4142-3.5355-3.5356-3.5164 3.5547-1.4333-1.4333 3.5355-3.5356z" fill="#00d400"/> - </g> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path fill="#00d400" d="M9.02 13.98h-2v-5h-5v-2h5v-5h2v5l5-.028V8.98h-5z"/></svg> diff --git a/apps/files/img/delete.svg b/apps/files/img/delete.svg index c20929aaa18..53f0b020eb9 100644 --- a/apps/files/img/delete.svg +++ b/apps/files/img/delete.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M6.5 1L6 2H3c-.554 0-1 .446-1 1v1h12V3c0-.554-.446-1-1-1h-3l-.5-1zM3 5l.875 9c.06.55.573 1 1.125 1h6c.552 0 1.064-.45 1.125-1L13 5z" fill-rule="evenodd"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 16 16" width="16" height="16"><path d="M6.5 1L6 2H3c-.554 0-1 .446-1 1v1h12V3c0-.554-.446-1-1-1h-3l-.5-1zM3 5l.875 9c.06.55.573 1 1.125 1h6c.552 0 1.064-.45 1.125-1L13 5z"/></svg> diff --git a/apps/files/img/share.svg b/apps/files/img/share.svg index c0ad9522369..014392d5a57 100644 --- a/apps/files/img/share.svg +++ b/apps/files/img/share.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M12.228 1a2.457 2.457 0 0 0-2.46 2.454c0 .075.01.15.016.224L5.05 6.092a2.445 2.445 0 0 0-1.596-.586A2.453 2.453 0 0 0 1 7.96a2.453 2.453 0 0 0 2.454 2.455 2.45 2.45 0 0 0 1.46-.477l4.865 2.474c-.004.044-.01.09-.01.134a2.457 2.457 0 1 0 .804-1.818l-4.696-2.4c.02-.123.035-.25.035-.378 0-.072-.01-.144-.015-.214l4.74-2.414A2.457 2.457 0 1 0 12.228.99z"/></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"><circle cx="3.5" cy="8" r="2.5"/><circle cy="12.5" cx="12.5" r="2.5"/><circle cx="12.5" cy="3.5" r="2.5"/><path d="m3.5 8 9 4.5m-9-4.5 9-4.5" stroke="#000" stroke-width="2" fill="none"/></svg> |