diff options
author | jenniferpiperek <hello@piperek.com> | 2019-09-17 13:09:01 +0200 |
---|---|---|
committer | jenniferpiperek <jenniferpiperek@users.noreply.github.com> | 2019-09-17 18:39:40 +0200 |
commit | 9a301beffebd5372fed07deae353054804b6f218 (patch) | |
tree | 0b70285b6d3316bfb04f2b0f52db8836f52dc4e8 /core | |
parent | 1c45c04251e38fdd325a5c21c10a2ad9186a8060 (diff) | |
download | nextcloud-server-9a301beffebd5372fed07deae353054804b6f218.tar.gz nextcloud-server-9a301beffebd5372fed07deae353054804b6f218.zip |
Add space between dots in more-icon
Signed-off-by: jenniferpiperek <jenniferpiperek@users.noreply.github.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/img/actions/more.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/img/actions/more.svg b/core/img/actions/more.svg index c510e70d7da..42e35aefee1 100644 --- a/core/img/actions/more.svg +++ b/core/img/actions/more.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 16 16" width="16" height="16"><path d="M3 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm5 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm5 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M2.5 6.25a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm5.5 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm5.5 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 1 1 0-3.5z"/></svg>
\ No newline at end of file |