diff options
author | provokateurin <kate@provokateurin.de> | 2024-01-22 16:37:03 +0100 |
---|---|---|
committer | provokateurin <kate@provokateurin.de> | 2024-01-22 16:39:06 +0100 |
commit | 958f18c37be7aa2811e5f90264095909cd50fd75 (patch) | |
tree | a2f0db52313c3f5a484ab345780a75e5e6901a28 /core/img/actions/video-switch.svg | |
parent | 1891ae121d80758ffaf537dd4d4fffbaed3eef00 (diff) | |
download | nextcloud-server-958f18c37be7aa2811e5f90264095909cd50fd75.tar.gz nextcloud-server-958f18c37be7aa2811e5f90264095909cd50fd75.zip |
fix: Use viewBox instead of viewbox in SVGs
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'core/img/actions/video-switch.svg')
-rw-r--r-- | core/img/actions/video-switch.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/img/actions/video-switch.svg b/core/img/actions/video-switch.svg index 5f62ecbffb6..29b6abc7530 100644 --- a/core/img/actions/video-switch.svg +++ b/core/img/actions/video-switch.svg @@ -1 +1 @@ -<svg width="16" height="16" version="1.1" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m3 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h6c1.108 0 2-0.892 2-2v-1.334l4 3.334v-10l-4 3.334v-1.334c0-1.108-0.892-2-2-2h-6zm1.5 3v1.4277h3.4277v-1.4277l2 2-2 2v-1.4277h-3.4277v1.4277l-2-2 2-2z"/></svg> +<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m3 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h6c1.108 0 2-0.892 2-2v-1.334l4 3.334v-10l-4 3.334v-1.334c0-1.108-0.892-2-2-2h-6zm1.5 3v1.4277h3.4277v-1.4277l2 2-2 2v-1.4277h-3.4277v1.4277l-2-2 2-2z"/></svg> |