diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-07-26 19:42:54 +0200 |
---|---|---|
committer | Marius Blüm <marius@lineone.io> | 2016-07-26 19:42:54 +0200 |
commit | b709d59a1e305623d5325c8b6aabd3e9531fe328 (patch) | |
tree | 4fedaecf4c51797349839332ee7f61e0ee45120f /apps | |
parent | 9f4a53429e86ec39278c7a539e8f3e38eac46fcd (diff) | |
download | nextcloud-server-b709d59a1e305623d5325c8b6aabd3e9531fe328.tar.gz nextcloud-server-b709d59a1e305623d5325c8b6aabd3e9531fe328.zip |
Add app icons for Comments and Tags (#579)
* add icon for Comments app
* add icon for Tags app
Diffstat (limited to 'apps')
-rw-r--r-- | apps/comments/img/comments.svg | 4 | ||||
-rw-r--r-- | apps/systemtags/img/app.svg | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/comments/img/comments.svg b/apps/comments/img/comments.svg new file mode 100644 index 00000000000..5cdc84a25d7 --- /dev/null +++ b/apps/comments/img/comments.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1.1"> + <path fill="#fff" d="m16 3c-8.8366 0-16 4.9248-16 11s7.1634 11 16 11c0.49926 0 0.98116-0.03174 1.4688-0.0625l8.5312 7.062v-9.406c3.658-2.016 6-5.1198 6-8.594 0-6.0752-7.164-11-16-11z"/> +</svg> diff --git a/apps/systemtags/img/app.svg b/apps/systemtags/img/app.svg new file mode 100644 index 00000000000..8bfd246078e --- /dev/null +++ b/apps/systemtags/img/app.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1.0"> + <path fill="#fff" d="m12.372 1.9224-9.614 0.02632c-0.54322 0-0.69312 0.41974-0.69406 0.69208l-0.030264 9.6034 17.446 17.444c0.39376 0.39658 1.0247 0.39394 1.4184 0l8.9138-8.9138c0.39344-0.39376 0.3979-1.0265 0.004-1.4205l-0.0022 0.01752-16.734-16.734-0.7082-0.70834zm-4.3336 3.7044a2.2876 2.2876 0 0 1 2.2876 2.288 2.2876 2.2876 0 0 1 -2.2876 2.2882 2.2876 2.2876 0 0 1 -2.288 -2.2882 2.2876 2.2876 0 0 1 2.288 -2.288z"/> +</svg> |