From 47d7d26bdafe1d898af69aa35ab049a85e8d2b98 Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Mon, 2 Jan 2017 15:32:16 +0100
Subject: [PATCH] remove unused parameters and add viewBox

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
---
 apps/files/img/app.svg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files/img/app.svg b/apps/files/img/app.svg
index 8f61739bc4a..130f59eab23 100644
--- a/apps/files/img/app.svg
+++ b/apps/files/img/app.svg
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
+<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1.1" viewBox="0 0 32 32">
  <g fill-rule="evenodd" transform="matrix(1.7333 0 0 1.7333 -344.09 -1727.8)" fill="#fff">
   <path d="m200.2 999.72c-0.28913 0-0.53125 0.2421-0.53125 0.5312v12.784c0 0.2985 0.23264 0.5312 0.53125 0.5312h15.091c0.2986 0 0.53124-0.2327 0.53124-0.5312l0.0004-10.474c0-0.2889-0.24211-0.5338-0.53124-0.5338l-7.5457 0.0005-2.3076-2.3078z" fill-rule="evenodd" fill="#fff"/>
  </g>
-- 
GitLab