diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-04 13:59:43 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-04 14:00:10 +0200 |
commit | 2255dd415d9d6858388ccf92561abb3e02d4b5a5 (patch) | |
tree | 2e9d16d8ef3465387f5be0ff731e5856ec28b97d /framework/qml/Icons.qml | |
parent | c75ee648a9446a37e7a4e38e891c047d23d374a2 (diff) | |
download | kube-2255dd415d9d6858388ccf92561abb3e02d4b5a5.tar.gz kube-2255dd415d9d6858388ccf92561abb3e02d4b5a5.zip |
go-next icon
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r-- | framework/qml/Icons.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 4f056ac5..df3baead 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -56,6 +56,8 @@ Item { | |||
56 | property string mail_inverted: "mail-message-inverted" | 56 | property string mail_inverted: "mail-message-inverted" |
57 | property string goBack: "go-previous" | 57 | property string goBack: "go-previous" |
58 | property string goBack_inverted: "go-previous-inverted" | 58 | property string goBack_inverted: "go-previous-inverted" |
59 | property string goNext: "go-next" | ||
60 | property string goNext_inverted: "go-next-inverted" | ||
59 | property string goDown: "go-down" | 61 | property string goDown: "go-down" |
60 | property string goDown_inverted: "go-down-inverted" | 62 | property string goDown_inverted: "go-down-inverted" |
61 | property string goUp: "go-up" | 63 | property string goUp: "go-up" |