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/settings/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/settings/img')
-rw-r--r-- | apps/settings/img/help.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/img/help.svg b/apps/settings/img/help.svg index e2d23fb62fb..e42c0ee3089 100644 --- a/apps/settings/img/help.svg +++ b/apps/settings/img/help.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M6.508 10.106v-.642q0-.833.356-1.449.356-.616 1.302-1.31.91-.65 1.197-1.059.295-.408.295-.91 0-.565-.416-.86-.417-.295-1.163-.295-1.302 0-2.968.85l-.945-1.9Q6.1 1.447 8.27 1.447q1.787 0 2.837.859 1.059.859 1.059 2.29 0 .955-.434 1.649-.434.694-1.649 1.562-.833.616-1.058.937-.217.32-.217.842v.52zm-.277 2.968q0-.73.39-1.102.39-.373 1.137-.373.72 0 1.11.381.4.382.4 1.094 0 .685-.4 1.084-.399.39-1.11.39-.729 0-1.128-.381-.4-.39-.4-1.093z"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 16 16"><path d="M6.508 10.106v-.642q0-.833.356-1.449.356-.616 1.302-1.31.91-.65 1.197-1.059.295-.408.295-.91 0-.565-.416-.86-.417-.295-1.163-.295-1.302 0-2.968.85l-.945-1.9Q6.1 1.447 8.27 1.447q1.787 0 2.837.859 1.059.859 1.059 2.29 0 .955-.434 1.649-.434.694-1.649 1.562-.833.616-1.058.937-.217.32-.217.842v.52zm-.277 2.968q0-.73.39-1.102.39-.373 1.137-.373.72 0 1.11.381.4.382.4 1.094 0 .685-.4 1.084-.399.39-1.11.39-.729 0-1.128-.381-.4-.39-.4-1.093z"/></svg> |