diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-08-19 13:59:33 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-08-19 13:59:33 +0200 |
commit | 56a99974356909abf76211c85e372b087abe21cd (patch) | |
tree | 8f1c7144c01dec82e417e900b8623d32a783980a /apps/updatenotification/img | |
parent | 1fab95435300ec96e8b2ed3aa5e7ccd575202a2b (diff) | |
download | nextcloud-server-56a99974356909abf76211c85e372b087abe21cd.tar.gz nextcloud-server-56a99974356909abf76211c85e372b087abe21cd.zip |
use simple bell as update notification icon
Diffstat (limited to 'apps/updatenotification/img')
-rw-r--r-- | apps/updatenotification/img/app.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/updatenotification/img/app.svg b/apps/updatenotification/img/app.svg new file mode 100644 index 00000000000..a77cc418515 --- /dev/null +++ b/apps/updatenotification/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="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> |