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/apps/richdocuments.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/apps/richdocuments.svg')
-rw-r--r-- | core/img/apps/richdocuments.svg | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/img/apps/richdocuments.svg b/core/img/apps/richdocuments.svg index 7c02382410e..e34b6bb8f00 100644 --- a/core/img/apps/richdocuments.svg +++ b/core/img/apps/richdocuments.svg @@ -1,4 +1 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1.0" viewBox="0 0 32 32"> - <path style="color:#000000;block-progression:tb;text-transform:none;text-indent:0" fill="#000" d="m4.6992 2.004c-0.395 0.0764-0.7062 0.4666-0.6992 0.875v26.244c0 0.46 0.4122 0.876 0.8632 0.876h22.276c0.452 0 0.864-0.416 0.864-0.876v-20.284c-0.008-0.1338-0.046-0.266-0.11-0.383l-6.624-6.3984c-0.086-0.0328-0.178-0.051-0.27-0.0546h-16.137c-0.0532-0.0053-0.11-0.0053-0.1636 0zm3.3008 3.996h12v2h-12v-2zm0 6h10v2h-10v-2zm0 6h16v2h-16v-2zm0 6h8v2h-8v-2z"/> -</svg> +<svg width="32" height="32" version="1.0" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="m4.6992 2.004c-0.395 0.0764-0.7062 0.4666-0.6992 0.875v26.244c0 0.46 0.4122 0.876 0.8632 0.876h22.276c0.452 0 0.864-0.416 0.864-0.876v-20.284c-8e-3 -0.1338-0.046-0.266-0.11-0.383l-6.624-6.3984c-0.086-0.0328-0.178-0.051-0.27-0.0546h-16.137c-0.0532-0.0053-0.11-0.0053-0.1636 0zm3.3008 3.996h12v2h-12v-2zm0 6h10v2h-10v-2zm0 6h16v2h-16v-2zm0 6h8v2h-8v-2z" color="#000000" style="block-progression:tb;text-indent:0;text-transform:none"/></svg> |