From b0687b1182e0c2da8873b2224d299f4c933f29db Mon Sep 17 00:00:00 2001 From: brad2014 Date: Thu, 10 Oct 2019 14:35:28 -0700 Subject: 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 --- core/img/caldav/attendees.svg | 1 + core/img/caldav/description.svg | 1 + core/img/caldav/link.svg | 1 + core/img/caldav/location.svg | 1 + core/img/caldav/organizer.svg | 1 + core/img/caldav/time.svg | 1 + core/img/caldav/title.svg | 1 + 7 files changed, 7 insertions(+) create mode 100644 core/img/caldav/attendees.svg create mode 100644 core/img/caldav/description.svg create mode 100644 core/img/caldav/link.svg create mode 100644 core/img/caldav/location.svg create mode 100644 core/img/caldav/organizer.svg create mode 100644 core/img/caldav/time.svg create mode 100644 core/img/caldav/title.svg (limited to 'core/img') diff --git a/core/img/caldav/attendees.svg b/core/img/caldav/attendees.svg new file mode 100644 index 00000000000..86c3d4a4132 --- /dev/null +++ b/core/img/caldav/attendees.svg @@ -0,0 +1 @@ + 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 @@ + diff --git a/core/img/caldav/link.svg b/core/img/caldav/link.svg new file mode 100644 index 00000000000..7bfbe1eb2de --- /dev/null +++ b/core/img/caldav/link.svg @@ -0,0 +1 @@ + diff --git a/core/img/caldav/location.svg b/core/img/caldav/location.svg new file mode 100644 index 00000000000..5e63f7563cd --- /dev/null +++ b/core/img/caldav/location.svg @@ -0,0 +1 @@ + diff --git a/core/img/caldav/organizer.svg b/core/img/caldav/organizer.svg new file mode 100644 index 00000000000..7b75d9e29a6 --- /dev/null +++ b/core/img/caldav/organizer.svg @@ -0,0 +1 @@ + diff --git a/core/img/caldav/time.svg b/core/img/caldav/time.svg new file mode 100644 index 00000000000..2fdfde67960 --- /dev/null +++ b/core/img/caldav/time.svg @@ -0,0 +1 @@ + diff --git a/core/img/caldav/title.svg b/core/img/caldav/title.svg new file mode 100644 index 00000000000..57d674b9f2c --- /dev/null +++ b/core/img/caldav/title.svg @@ -0,0 +1 @@ + -- cgit v1.2.3