From 9a301beffebd5372fed07deae353054804b6f218 Mon Sep 17 00:00:00 2001 From: jenniferpiperek <hello@piperek.com> Date: Tue, 17 Sep 2019 13:09:01 +0200 Subject: [PATCH] Add space between dots in more-icon Signed-off-by: jenniferpiperek <jenniferpiperek@users.noreply.github.com> --- core/img/actions/more.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab