diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-11-21 16:07:43 +0100 |
---|---|---|
committer | Marin Treselj <marin@pixelipo.com> | 2017-11-21 16:07:43 +0100 |
commit | bf68d6374bb4f438bd6e586b8dc76e0f372d0d10 (patch) | |
tree | 2b0942943fddfe442a84eb86da66382cd0c60588 /core/img | |
parent | 7f36c2090a3045a1a45c486d55250af11fc3d7c3 (diff) | |
download | nextcloud-server-bf68d6374bb4f438bd6e586b8dc76e0f372d0d10.tar.gz nextcloud-server-bf68d6374bb4f438bd6e586b8dc76e0f372d0d10.zip |
Less exaggerated size increase for close icon
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/close-white.svg | 2 | ||||
-rw-r--r-- | core/img/actions/close.svg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/img/actions/close-white.svg b/core/img/actions/close-white.svg index 75445a1ae75..f24a6914b0f 100644 --- a/core/img/actions/close-white.svg +++ b/core/img/actions/close-white.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" version="1.1" height="16"><path fill="#fff" d="m15 13-2 2-5-5-5 5-2-2 5-5-5-5 2-2 5 5 5-5 2 2-5 5z"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path fill="#fff" d="m14 12.3-1.7 1.7-4.3-4.3-4.3 4.3-1.7-1.7 4.3-4.3-4.3-4.3 1.7-1.7 4.3 4.3 4.3-4.3 1.7 1.7-4.3 4.3z"/></svg> diff --git a/core/img/actions/close.svg b/core/img/actions/close.svg index 4329b21bb0a..1fe4d0e2ffe 100644 --- a/core/img/actions/close.svg +++ b/core/img/actions/close.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" version="1.1" height="16"><path d="m15 13-2 2-5-5-5 5-2-2 5-5-5-5 2-2 5 5 5-5 2 2-5 5z"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path d="m14 12.3-1.7 1.7-4.3-4.3-4.3 4.3-1.7-1.7 4.3-4.3-4.3-4.3 1.7-1.7 4.3 4.3 4.3-4.3 1.7 1.7-4.3 4.3z"/></svg> |