diff options
author | Joas Schilling <coding@schilljs.com> | 2022-09-20 09:53:35 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-09-20 10:21:57 +0200 |
commit | 2fe70e2795569a2079bc9d4bcffb5f15eb6e38ea (patch) | |
tree | 89ba1efdd3ed8b205ff88a1f8f48622659acc621 /apps/dashboard/img | |
parent | 3ac720aaca1cde1ea8bac8216d27f389804f328a (diff) | |
download | nextcloud-server-2fe70e2795569a2079bc9d4bcffb5f15eb6e38ea.tar.gz nextcloud-server-2fe70e2795569a2079bc9d4bcffb5f15eb6e38ea.zip |
Add missing viewbox to SVGs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/dashboard/img')
-rw-r--r-- | apps/dashboard/img/dashboard.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/img/dashboard.svg b/apps/dashboard/img/dashboard.svg index 07d838ec9f3..f37d13d38f4 100644 --- a/apps/dashboard/img/dashboard.svg +++ b/apps/dashboard/img/dashboard.svg @@ -1 +1 @@ -<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="m7.9062 1a7 7 0 0 0-6.9062 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7 7 7 0 0 0-0.09375 0zm0.09375 2.6992a4.3 4.3 0 0 1 4.3008 4.3008 4.3 4.3 0 0 1-4.3008 4.3008 4.3 4.3 0 0 1-4.3008-4.3008 4.3 4.3 0 0 1 4.3008-4.3008z" fill="#fff" stroke-dashoffset="10" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" style="paint-order:markers stroke fill"/></svg> +<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m7.9062 1a7 7 0 0 0-6.9062 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7 7 7 0 0 0-0.09375 0zm0.09375 2.6992a4.3 4.3 0 0 1 4.3008 4.3008 4.3 4.3 0 0 1-4.3008 4.3008 4.3 4.3 0 0 1-4.3008-4.3008 4.3 4.3 0 0 1 4.3008-4.3008z" fill="#fff" stroke-dashoffset="10" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" style="paint-order:markers stroke fill"/></svg> |