From 43d01042f8d97718028d86a8fb09d4c7af6609c7 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Tue, 20 Jun 2017 14:48:13 +0200 Subject: add new icon for list-removel --- framework/qml/Icons.qml | 2 +- .../icons/actions/16/kube-list-remove-inverted.svg | 53 +++++++++++++++++ .../icons/actions/24/kube-list-remove-inverted.svg | 68 ++++++++++++++++++++++ 3 files changed, 122 insertions(+), 1 deletion(-) create mode 100644 icons/breeze/icons/actions/16/kube-list-remove-inverted.svg create mode 100644 icons/breeze/icons/actions/24/kube-list-remove-inverted.svg diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 9a3bcb77..0769ee13 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml @@ -54,7 +54,7 @@ Item { property string goUp: "go-down" property string addNew: "list-add" - property string remove: "list-remove" + property string remove: "kube-list-remove-inverted" property string folder: "folder" property string save_inverted: "document-save-inverted" diff --git a/icons/breeze/icons/actions/16/kube-list-remove-inverted.svg b/icons/breeze/icons/actions/16/kube-list-remove-inverted.svg new file mode 100644 index 00000000..35310177 --- /dev/null +++ b/icons/breeze/icons/actions/16/kube-list-remove-inverted.svg @@ -0,0 +1,53 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/icons/breeze/icons/actions/24/kube-list-remove-inverted.svg b/icons/breeze/icons/actions/24/kube-list-remove-inverted.svg new file mode 100644 index 00000000..92c139a9 --- /dev/null +++ b/icons/breeze/icons/actions/24/kube-list-remove-inverted.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + + -- cgit v1.2.3