summaryrefslogtreecommitdiffstats
path: root/core/img/actions
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-22 11:47:01 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-22 11:47:01 +0200
commite7e87f4d9f4bae9fa543f9f9cfc6d2f40204e3bd (patch)
tree53d8d613bdaed2d1aa74e2f28da7fdd507faba00 /core/img/actions
parent378f79b2d9bb8d63956fd5855a0155115ee75b44 (diff)
downloadnextcloud-server-e7e87f4d9f4bae9fa543f9f9cfc6d2f40204e3bd.tar.gz
nextcloud-server-e7e87f4d9f4bae9fa543f9f9cfc6d2f40204e3bd.zip
improve upload and download icons
Diffstat (limited to 'core/img/actions')
-rw-r--r--core/img/actions/download.pngbin162 -> 134 bytes
-rw-r--r--core/img/actions/download.svg12
-rw-r--r--core/img/actions/upload.pngbin161 -> 144 bytes
-rw-r--r--core/img/actions/upload.svg15
4 files changed, 21 insertions, 6 deletions
diff --git a/core/img/actions/download.png b/core/img/actions/download.png
index 0f71a5a776f..1f8e1a4f7e1 100644
--- a/core/img/actions/download.png
+++ b/core/img/actions/download.png
Binary files differ
diff --git a/core/img/actions/download.svg b/core/img/actions/download.svg
index a469c3b8a00..af1df1199d4 100644
--- a/core/img/actions/download.svg
+++ b/core/img/actions/download.svg
@@ -1,6 +1,14 @@
-<?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.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <metadata>
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+ <dc:title/>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
<g transform="translate(0 -1036.4)">
- <path d="m6 1037.4h4l1 7h4l-7 7-7-7h4z"/>
+ <path d="m6,1037.4,4,0,0,7,5,0-7,7-7-7,5,0z"/>
</g>
</svg>
diff --git a/core/img/actions/upload.png b/core/img/actions/upload.png
index f6a0c4cfa83..a6969c23fa6 100644
--- a/core/img/actions/upload.png
+++ b/core/img/actions/upload.png
Binary files differ
diff --git a/core/img/actions/upload.svg b/core/img/actions/upload.svg
index eae4515c722..b86c08c6660 100644
--- a/core/img/actions/upload.svg
+++ b/core/img/actions/upload.svg
@@ -1,6 +1,13 @@
-<?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.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <g transform="translate(0 -1036.4)">
- <path d="m10 1051.4h-4l-1-7h-4l7-7 7 7h-4z"/>
- </g>
+ <metadata>
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+ <dc:title/>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <path d="M10,12,6,12,6,6,2,6,8,0,14,6,10,6z"/>
+ <path fill="#000" d="m0,11,0,5,16,0,0-5-2,0,0,3-12,0,0-3z"/>
</svg>