diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-06-17 09:32:59 +0200 |
---|---|---|
committer | Marin Treselj <marin@pixelipo.com> | 2017-06-17 09:32:59 +0200 |
commit | 9d25b86a836d3986db11322bede71a77453fa049 (patch) | |
tree | b05c5cd21b18a1a49da388eb53fe3cac0bbdca5f /core/img/places/files-dark.svg | |
parent | 40c1f3e3ce83490c5229018e3bb39e1fd24312d0 (diff) | |
download | nextcloud-server-9d25b86a836d3986db11322bede71a77453fa049.tar.gz nextcloud-server-9d25b86a836d3986db11322bede71a77453fa049.zip |
Add viewport to all core/img/places/* icons.
Also removed some unneeded style declarations.
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core/img/places/files-dark.svg')
-rw-r--r-- | core/img/places/files-dark.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/img/places/files-dark.svg b/core/img/places/files-dark.svg index dfcad56018a..75fe17e0b4d 100644 --- a/core/img/places/files-dark.svg +++ b/core/img/places/files-dark.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32"><path d="M2.917 5.015c-.5 0-.92.42-.92.92v22.16c0 .516.402.92.92.92h26.157a.91.91 0 0 0 .92-.92V9.938c0-.5-.418-.926-.92-.926H15.997l-4-4z" fill-rule="evenodd"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" viewbox="0 0 32 32"><path d="M2.917 5.015c-.5 0-.92.42-.92.92v22.16c0 .516.402.92.92.92h26.157a.91.91 0 0 0 .92-.92V9.938c0-.5-.418-.926-.92-.926H15.997l-4-4z"/></svg> |