From 79a30b30ce3a643dccfb53780692db158f68923b Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 27 Apr 2017 13:54:18 +0200 Subject: new mailistview action icons --- framework/qml/Icons.qml | 8 +- icons/breeze/icons/actions/24/kubeimportant.svg | 111 ++++++++++++++++++++++ icons/breeze/icons/actions/24/kuberead.svg | 72 ++++++++++++++ icons/breeze/icons/actions/24/kubetrash.svg | 71 ++++++++++++++ icons/breeze/icons/actions/24/kubeunimportant.svg | 110 +++++++++++++++++++++ icons/breeze/icons/actions/24/kubeunread.svg | 70 ++++++++++++++ 6 files changed, 438 insertions(+), 4 deletions(-) create mode 100644 icons/breeze/icons/actions/24/kubeimportant.svg create mode 100644 icons/breeze/icons/actions/24/kuberead.svg create mode 100644 icons/breeze/icons/actions/24/kubetrash.svg create mode 100644 icons/breeze/icons/actions/24/kubeunimportant.svg create mode 100644 icons/breeze/icons/actions/24/kubeunread.svg diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index e2a42987..add51534 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml @@ -32,11 +32,11 @@ Item { property string success: "dialog-ok" property string success_inverted: "dialog-ok-inverted" - property string markAsRead: "mail-mark-unread-new-inverted" - property string markAsUnread: "mail-mark-unread-new-inverted" - property string markImportant: "mail-mark-important-inverted" + property string markAsRead: "kuberead" + property string markAsUnread: "kubeunread" + property string markImportant: "kubeimportant" property string undo: "edit-undo-inverted" - property string moveToTrash: "edit-delete-inverted" + property string moveToTrash: "kubetrash" property string edit: "document-edit" property string replyToSender: "mail-reply-sender" property string outbox: "mail-folder-outbox" diff --git a/icons/breeze/icons/actions/24/kubeimportant.svg b/icons/breeze/icons/actions/24/kubeimportant.svg new file mode 100644 index 00000000..1a2949d8 --- /dev/null +++ b/icons/breeze/icons/actions/24/kubeimportant.svg @@ -0,0 +1,111 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/icons/breeze/icons/actions/24/kuberead.svg b/icons/breeze/icons/actions/24/kuberead.svg new file mode 100644 index 00000000..58ec3e22 --- /dev/null +++ b/icons/breeze/icons/actions/24/kuberead.svg @@ -0,0 +1,72 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/icons/breeze/icons/actions/24/kubetrash.svg b/icons/breeze/icons/actions/24/kubetrash.svg new file mode 100644 index 00000000..55d11a94 --- /dev/null +++ b/icons/breeze/icons/actions/24/kubetrash.svg @@ -0,0 +1,71 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/icons/breeze/icons/actions/24/kubeunimportant.svg b/icons/breeze/icons/actions/24/kubeunimportant.svg new file mode 100644 index 00000000..bdc8324f --- /dev/null +++ b/icons/breeze/icons/actions/24/kubeunimportant.svg @@ -0,0 +1,110 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/icons/breeze/icons/actions/24/kubeunread.svg b/icons/breeze/icons/actions/24/kubeunread.svg new file mode 100644 index 00000000..c1b8f025 --- /dev/null +++ b/icons/breeze/icons/actions/24/kubeunread.svg @@ -0,0 +1,70 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + -- cgit v1.2.3