diff options
author | Joas Schilling <coding@schilljs.com> | 2017-03-26 20:26:05 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-03-26 20:26:05 +0200 |
commit | 433958e2e38f4d6935f695e482e80693dc0ffeb9 (patch) | |
tree | d351223caf70e4f299e07909beb04fa08ae440d0 /settings/img | |
parent | 054e161eb5f4a5c5c13ee322ae8e93ce66f01b13 (diff) | |
download | nextcloud-server-433958e2e38f4d6935f695e482e80693dc0ffeb9.tar.gz nextcloud-server-433958e2e38f4d6935f695e482e80693dc0ffeb9.zip |
Move app management to the settings menu
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'settings/img')
-rw-r--r-- | settings/img/apps.svg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/settings/img/apps.svg b/settings/img/apps.svg index d1509ea3a37..b6e545799a3 100644 --- a/settings/img/apps.svg +++ b/settings/img/apps.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1"><path d="M14 6v8H6v4h8v8h4v-8h8v-4h-8V6h-4z" fill="#FFF"/></svg>
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1"> + <path d="m7 2v5h-5v2h5v5h2v-5h5v-2h-5v-5z"/> +</svg> |