diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-09-18 00:38:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-18 00:38:33 +0200 |
commit | 7549f5e4d1ac63d5d0f385f600ae0ce79158be00 (patch) | |
tree | 31ac8a5bd683eccfb9ae66de6c8963e773adab41 /core | |
parent | 0a558ffbc8a5da7b56d553cb1828497154e1fa43 (diff) | |
parent | 9a301beffebd5372fed07deae353054804b6f218 (diff) | |
download | nextcloud-server-7549f5e4d1ac63d5d0f385f600ae0ce79158be00.tar.gz nextcloud-server-7549f5e4d1ac63d5d0f385f600ae0ce79158be00.zip |
Add space between dots in more-icon (#17178)
Add space between dots in more-icon
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 |