diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-09-28 23:05:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-28 23:05:48 +0200 |
commit | 0f321fe1161d09e385902b7924c76ca542ce45ce (patch) | |
tree | 79b8d535b9da068ef2dcb17591f0ca20af6e9288 /apps/updatenotification | |
parent | 85301df8176fdbdb2486c3241bd7e2f23ce1b916 (diff) | |
parent | 71830b285ca15f6841e6c71c31404c2f64866935 (diff) | |
download | nextcloud-server-0f321fe1161d09e385902b7924c76ca542ce45ce.tar.gz nextcloud-server-0f321fe1161d09e385902b7924c76ca542ce45ce.zip |
Merge pull request #1534 from nextcloud/svg-optimization
Svgo optimization
Diffstat (limited to 'apps/updatenotification')
-rw-r--r-- | apps/updatenotification/img/app.svg | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/updatenotification/img/app.svg b/apps/updatenotification/img/app.svg index a77cc418515..c77f21c60b9 100644 --- a/apps/updatenotification/img/app.svg +++ b/apps/updatenotification/img/app.svg @@ -1,4 +1 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16"> - <path d="m8 2c-0.5523 0-1 0.4477-1 1 0 0.0472 0.021 0.0873 0.0273 0.1328-1.7366 0.4362-3.0273 1.9953-3.0273 3.8672v2l-1 1v1h10v-1l-1-1v-2c0-1.8719-1.291-3.431-3.0273-3.8672 0.0063-0.0455 0.0273-0.0856 0.0273-0.1328 0-0.5523-0.4477-1-1-1zm-2 10c0 1.1046 0.8954 2 2 2s2-0.8954 2-2z" fill="#fff"/> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 16 16"><path d="M8 2a1 1 0 0 0-1 1c0 .047.02.087.027.133A3.992 3.992 0 0 0 4 7v2l-1 1v1h10v-1l-1-1V7c0-1.872-1.29-3.43-3.027-3.867C8.98 3.087 9 3.047 9 3a1 1 0 0 0-1-1zM6 12a2 2 0 0 0 4 0z" fill="#fff"/></svg>
\ No newline at end of file |