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 + 7 files changed, 81 insertions(+) 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 (limited to 'icons') 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" ] -- cgit v1.2.3