diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-08 09:23:19 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-08 09:23:19 +0100 |
commit | 55425b1e44324f936ae83700becc2348e772508f (patch) | |
tree | 9516ee55b5cf9045d24bfe650ec0a5dd0b9a48ee | |
parent | c58bf7acab4af7179dde24b6ef2985c17f4b7841 (diff) | |
download | kube-55425b1e44324f936ae83700becc2348e772508f.tar.gz kube-55425b1e44324f936ae83700becc2348e772508f.zip |
document-sign icon
-rw-r--r-- | framework/qml/Icons.qml | 1 | ||||
l--------- | icons/breeze/icons/actions/16/document-sign-inverted.svg | 1 | ||||
l--------- | icons/breeze/icons/actions/16/document-sign.svg | 1 | ||||
l--------- | icons/breeze/icons/actions/22/document-sign-inverted.svg | 1 | ||||
l--------- | icons/breeze/icons/actions/22/document-sign.svg | 1 | ||||
l--------- | icons/breeze/icons/actions/24/document-sign-inverted.svg | 1 | ||||
l--------- | icons/breeze/icons/actions/24/document-sign.svg | 1 | ||||
-rwxr-xr-x | icons/copybreeze.sh | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 6ecc069c..8d60fb53 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -60,6 +60,7 @@ Item { | |||
60 | property string password_hide: "password-show-off" | 60 | property string password_hide: "password-show-off" |
61 | property string secure: "document-encrypt" | 61 | property string secure: "document-encrypt" |
62 | property string insecure: "document-decrypt" | 62 | property string insecure: "document-decrypt" |
63 | property string signed: "document-sign" | ||
63 | 64 | ||
64 | property string addNew: "list-add" | 65 | property string addNew: "list-add" |
65 | property string remove: "kube-list-remove-inverted" | 66 | property string remove: "kube-list-remove-inverted" |
diff --git a/icons/breeze/icons/actions/16/document-sign-inverted.svg b/icons/breeze/icons/actions/16/document-sign-inverted.svg new file mode 120000 index 00000000..bf7da123 --- /dev/null +++ b/icons/breeze/icons/actions/16/document-sign-inverted.svg | |||
@@ -0,0 +1 @@ | |||
document-edit-inverted.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/16/document-sign.svg b/icons/breeze/icons/actions/16/document-sign.svg new file mode 120000 index 00000000..610b77f4 --- /dev/null +++ b/icons/breeze/icons/actions/16/document-sign.svg | |||
@@ -0,0 +1 @@ | |||
document-edit.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/22/document-sign-inverted.svg b/icons/breeze/icons/actions/22/document-sign-inverted.svg new file mode 120000 index 00000000..bf7da123 --- /dev/null +++ b/icons/breeze/icons/actions/22/document-sign-inverted.svg | |||
@@ -0,0 +1 @@ | |||
document-edit-inverted.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/22/document-sign.svg b/icons/breeze/icons/actions/22/document-sign.svg new file mode 120000 index 00000000..610b77f4 --- /dev/null +++ b/icons/breeze/icons/actions/22/document-sign.svg | |||
@@ -0,0 +1 @@ | |||
document-edit.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/24/document-sign-inverted.svg b/icons/breeze/icons/actions/24/document-sign-inverted.svg new file mode 120000 index 00000000..bf7da123 --- /dev/null +++ b/icons/breeze/icons/actions/24/document-sign-inverted.svg | |||
@@ -0,0 +1 @@ | |||
document-edit-inverted.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/24/document-sign.svg b/icons/breeze/icons/actions/24/document-sign.svg new file mode 120000 index 00000000..610b77f4 --- /dev/null +++ b/icons/breeze/icons/actions/24/document-sign.svg | |||
@@ -0,0 +1 @@ | |||
document-edit.svg \ No newline at end of file | |||
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index daffff05..7d59fe55 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh | |||
@@ -14,6 +14,7 @@ wantedIcons = [ | |||
14 | "document-edit.svg", | 14 | "document-edit.svg", |
15 | "document-encrypt.svg", | 15 | "document-encrypt.svg", |
16 | "document-save.svg", | 16 | "document-save.svg", |
17 | "document-sign.svg", | ||
17 | "edit-delete.svg", | 18 | "edit-delete.svg", |
18 | "edit-find.svg", | 19 | "edit-find.svg", |
19 | "edit-undo.svg", | 20 | "edit-undo.svg", |