diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-05 13:52:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-05 13:52:17 +0200 |
commit | fcf25864d6d18bf5cf55ed18370b334978a86daf (patch) | |
tree | 8e877763c3bff6bff2aed50c3328d581d9d8dc95 | |
parent | 3ffe424985e345d1979c5c8ccbe1b11dc212c67d (diff) | |
parent | 29ffe0b7902d562a84fcff8fbe3f747bef1ae012 (diff) | |
download | nextcloud-server-fcf25864d6d18bf5cf55ed18370b334978a86daf.tar.gz nextcloud-server-fcf25864d6d18bf5cf55ed18370b334978a86daf.zip |
Merge pull request #311 from Bugsbane/master
Update system tags icon
-rw-r--r-- | apps/systemtags/img/tag.png | bin | 293 -> 420 bytes | |||
-rw-r--r-- | apps/systemtags/img/tag.svg | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/systemtags/img/tag.png b/apps/systemtags/img/tag.png Binary files differindex 5f4767a6f46..694a8cf17ad 100644 --- a/apps/systemtags/img/tag.png +++ b/apps/systemtags/img/tag.png diff --git a/apps/systemtags/img/tag.svg b/apps/systemtags/img/tag.svg index 6024607dd0a..bf4688c9228 100644 --- a/apps/systemtags/img/tag.svg +++ b/apps/systemtags/img/tag.svg @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0"> <rect style="color:#000000" fill-opacity="0" height="97.986" width="163.31" y="-32.993" x="-62.897"/> - <path opacity=".5" style="color:#000000" d="m6 1c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5c0.98478 0 1.8823-0.28967 2.6562-0.78125l4.4688 4.625c0.09558 0.10527 0.22619 0.16452 0.375 0.15625 0.14882-0.0083 0.3031-0.07119 0.40625-0.1875l0.9375-1.0625c0.19194-0.22089 0.19549-0.53592 0-0.71875l-4.594-4.406c0.478-0.7663 0.75-1.6555 0.75-2.625 0-2.7614-2.2386-5-5-5zm0 2c1.6569 0 3 1.3431 3 3s-1.3431 3-3 3-3-1.3431-3-3 1.3431-3 3-3z"/> + <path d="m6.1861 0.96121-4.807 0.01316c-0.27161 0-0.34656 0.20987-0.34703 0.34604l-0.015132 4.8017 8.7232 8.7222c0.19688 0.19829 0.51234 0.19697 0.7092 0l4.4569-4.4569c0.19672-0.19688 0.19895-0.51327 0.002-0.71024l-0.0011 0.00876-8.3668-8.3668-0.3541-0.35417zm-2.1669 1.8522a1.1438 1.1438 0 0 1 1.144 1.144 1.1438 1.1438 0 0 1 -1.144 1.144 1.1438 1.1438 0 0 1 -1.144 -1.144 1.1438 1.1438 0 0 1 1.144 -1.144z" fill="#6e6e6e"/> </svg> |