diff options
author | brad2014 <brad2014@users.noreply.github.com> | 2019-10-10 14:35:28 -0700 |
---|---|---|
committer | brad2014 <brad2014@users.noreply.github.com> | 2020-08-20 22:16:47 +0200 |
commit | b0687b1182e0c2da8873b2224d299f4c933f29db (patch) | |
tree | 9395e47a1fd16fd87922d8b2c1c6c1ed4af794f9 /core/img/caldav/description.svg | |
parent | 781359a5827f8a6fa477cbc23b0c8ef5e94bac23 (diff) | |
download | nextcloud-server-b0687b1182e0c2da8873b2224d299f4c933f29db.tar.gz nextcloud-server-b0687b1182e0c2da8873b2224d299f4c933f29db.zip |
Make icon set for CalDav event presentation, use in iMIP email.
iMIP e-mails were, as a hack, using filetypes icons for caldav
elements (titles, locations). This commit creates a folder of
caldav element icons. To start, they are used in iMIP emails,
but eventually should be used by any app that wants to have icon
labels for caldav elements.
Signed-off-by: brad2014 <brad2014@users.noreply.github.com>
Diffstat (limited to 'core/img/caldav/description.svg')
-rw-r--r-- | core/img/caldav/description.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/img/caldav/description.svg b/core/img/caldav/description.svg new file mode 100644 index 00000000000..57c2b1f5725 --- /dev/null +++ b/core/img/caldav/description.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" version="1.1" height="16"><path fill="#969696" d="m2.5 1c-0.28 0-0.5 0.22-0.5 0.5v13c0 0.28 0.22 0.5 0.5 0.5h11c0.28 0 0.5-0.22 0.5-0.5v-10.5l-3-3h-8.5zm1.5 2h6v1h-6v-1zm0 3h5v1h-5v-1zm0 3h8v1h-8v-1zm0 3h4v1h-4v-1z"/></svg> |