diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-03-29 19:11:52 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-03-29 19:18:54 +0200 |
commit | 3b4999c835ee35c5f68ef562a3175446a1a080a0 (patch) | |
tree | 638de74cf6a697c9f75318e732ba9328b19afb0b | |
parent | 6b7c694a425b21274d07243e895027a6d74bb1f6 (diff) | |
download | nextcloud-server-3b4999c835ee35c5f68ef562a3175446a1a080a0.tar.gz nextcloud-server-3b4999c835ee35c5f68ef562a3175446a1a080a0.zip |
correct form of upload-white icon to be same as upload icon
-rw-r--r-- | core/img/actions/upload-white.png | bin | 152 -> 142 bytes | |||
-rw-r--r-- | core/img/actions/upload-white.svg | 4 |
2 files changed, 1 insertions, 3 deletions
diff --git a/core/img/actions/upload-white.png b/core/img/actions/upload-white.png Binary files differindex a3b233e8aa6..28693f855d3 100644 --- a/core/img/actions/upload-white.png +++ b/core/img/actions/upload-white.png diff --git a/core/img/actions/upload-white.svg b/core/img/actions/upload-white.svg index 9c54cac5e1e..afc8ca9e5cc 100644 --- a/core/img/actions/upload-white.svg +++ b/core/img/actions/upload-white.svg @@ -1,6 +1,4 @@ <?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" fill="#fff"/> - </g> + <path fill="#fff" d="m8 1-6 6h4v4h4v-4h4zm-6 12v2h12v-2z"/> </svg> |