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 /framework/qml/Icons.qml | |
parent | c58bf7acab4af7179dde24b6ef2985c17f4b7841 (diff) | |
download | kube-55425b1e44324f936ae83700becc2348e772508f.tar.gz kube-55425b1e44324f936ae83700becc2348e772508f.zip |
document-sign icon
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r-- | framework/qml/Icons.qml | 1 |
1 files changed, 1 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" |