From 62e18390cce39a24c94e2d4b611b9f9985999a43 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 10 Jul 2018 18:08:02 +0200 Subject: Calendar icon --- icons/breeze/icons/actions/16/view-calendar-inverted.svg | 13 +++++++++++++ icons/breeze/icons/actions/16/view-calendar.svg | 13 +++++++++++++ icons/breeze/icons/actions/22/view-calendar-inverted.svg | 14 ++++++++++++++ icons/breeze/icons/actions/22/view-calendar.svg | 14 ++++++++++++++ icons/breeze/icons/actions/24/view-calendar-inverted.svg | 13 +++++++++++++ icons/breeze/icons/actions/24/view-calendar.svg | 13 +++++++++++++ icons/copybreeze.sh | 1 + views/calendar/metadata.json | 2 +- 8 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 icons/breeze/icons/actions/16/view-calendar-inverted.svg create mode 100644 icons/breeze/icons/actions/16/view-calendar.svg create mode 100644 icons/breeze/icons/actions/22/view-calendar-inverted.svg create mode 100644 icons/breeze/icons/actions/22/view-calendar.svg create mode 100644 icons/breeze/icons/actions/24/view-calendar-inverted.svg create mode 100644 icons/breeze/icons/actions/24/view-calendar.svg diff --git a/icons/breeze/icons/actions/16/view-calendar-inverted.svg b/icons/breeze/icons/actions/16/view-calendar-inverted.svg new file mode 100644 index 00000000..a444459a --- /dev/null +++ b/icons/breeze/icons/actions/16/view-calendar-inverted.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/view-calendar.svg b/icons/breeze/icons/actions/16/view-calendar.svg new file mode 100644 index 00000000..eacafb36 --- /dev/null +++ b/icons/breeze/icons/actions/16/view-calendar.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/view-calendar-inverted.svg b/icons/breeze/icons/actions/22/view-calendar-inverted.svg new file mode 100644 index 00000000..0a46c4f0 --- /dev/null +++ b/icons/breeze/icons/actions/22/view-calendar-inverted.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/view-calendar.svg b/icons/breeze/icons/actions/22/view-calendar.svg new file mode 100644 index 00000000..564a958a --- /dev/null +++ b/icons/breeze/icons/actions/22/view-calendar.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/24/view-calendar-inverted.svg b/icons/breeze/icons/actions/24/view-calendar-inverted.svg new file mode 100644 index 00000000..fd0d11e1 --- /dev/null +++ b/icons/breeze/icons/actions/24/view-calendar-inverted.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/24/view-calendar.svg b/icons/breeze/icons/actions/24/view-calendar.svg new file mode 100644 index 00000000..d8dfed34 --- /dev/null +++ b/icons/breeze/icons/actions/24/view-calendar.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index df5581b1..5d49470f 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh @@ -46,6 +46,7 @@ wantedIcons = [ "documentinfo.svg", "group.svg", "mail-task.svg", + "view-calendar.svg", "question.svg" ] diff --git a/views/calendar/metadata.json b/views/calendar/metadata.json index f318533f..58b77983 100644 --- a/views/calendar/metadata.json +++ b/views/calendar/metadata.json @@ -1,4 +1,4 @@ { - "icon": "text-calendar", + "icon": "view-calendar-inverted", "tooltip": "Keep track of your events" } -- cgit v1.2.3