diff options
author | Joas Schilling <coding@schilljs.com> | 2023-04-17 10:53:46 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-04-24 08:59:38 +0200 |
commit | f2afccfd569b7c6de0234514a321409dc238dc2a (patch) | |
tree | b0d86ee7e19aea8f98d4e01dc8b98ab2dcc702d8 /core/img/actions/screen.svg | |
parent | 636803225792412a4162846810a953491ee717fd (diff) | |
download | nextcloud-server-f2afccfd569b7c6de0234514a321409dc238dc2a.tar.gz nextcloud-server-f2afccfd569b7c6de0234514a321409dc238dc2a.zip |
fix(assets): Optimize SVGs with scour 0.38.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/img/actions/screen.svg')
-rw-r--r-- | core/img/actions/screen.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/img/actions/screen.svg b/core/img/actions/screen.svg index 6f1301a7797..a48e6fbec73 100644 --- a/core/img/actions/screen.svg +++ b/core/img/actions/screen.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16"><path d="m2 2c-0.554 0-1 0.446-1 1v8c0 0.554 0.446 1 1 1h5v1h-2v2h6v-2h-2v-1h5c0.554 0 1-0.446 1-1v-8c0-0.554-0.446-1-1-1zm1 2h10v6h-10z"/></svg> +<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m2 2c-0.554 0-1 0.446-1 1v8c0 0.554 0.446 1 1 1h5v1h-2v2h6v-2h-2v-1h5c0.554 0 1-0.446 1-1v-8c0-0.554-0.446-1-1-1zm1 2h10v6h-10z"/></svg> |