aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/img/app.svg
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-17 10:53:46 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-24 08:59:38 +0200
commitf2afccfd569b7c6de0234514a321409dc238dc2a (patch)
treeb0d86ee7e19aea8f98d4e01dc8b98ab2dcc702d8 /apps/files_versions/img/app.svg
parent636803225792412a4162846810a953491ee717fd (diff)
downloadnextcloud-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 'apps/files_versions/img/app.svg')
-rw-r--r--apps/files_versions/img/app.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_versions/img/app.svg b/apps/files_versions/img/app.svg
index e7dba1e9286..6616ce7cc4e 100644
--- a/apps/files_versions/img/app.svg
+++ b/apps/files_versions/img/app.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 16 16" version="1"><rect rx=".5" ry=".5" height="4" width="4" y="1" x="1" fill="#fff"/><rect rx=".5" ry=".5" height="1" width="9" y="2" x="6" fill="#fff"/><rect rx=".5" ry=".5" height="4" width="4" y="6" x="1" fill="#fff"/><rect rx=".5" ry=".5" height="1" width="9" y="7" x="6" fill="#fff"/><rect rx=".5" ry=".5" height="4" width="4" y="11" x="1" fill="#fff"/><rect rx=".5" ry=".5" height="1" width="9" y="12" x="6" fill="#fff"/></svg> \ No newline at end of file
+<svg width="16" height="16" version="1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="#fff"><rect x="1" y="1" width="4" height="4" rx=".5" ry=".5"/><rect x="6" y="2" width="9" height="1" rx=".5" ry=".5"/><rect x="1" y="6" width="4" height="4" rx=".5" ry=".5"/><rect x="6" y="7" width="9" height="1" rx=".5" ry=".5"/><rect x="1" y="11" width="4" height="4" rx=".5" ry=".5"/><rect x="6" y="12" width="9" height="1" rx=".5" ry=".5"/></g></svg>