summaryrefslogtreecommitdiffstats
path: root/components/theme/contents/ui
diff options
context:
space:
mode:
Diffstat (limited to 'components/theme/contents/ui')
-rw-r--r--components/theme/contents/ui/Icons.qml18
1 files changed, 18 insertions, 0 deletions
diff --git a/components/theme/contents/ui/Icons.qml b/components/theme/contents/ui/Icons.qml
index 417a598c..e1b8f4f4 100644
--- a/components/theme/contents/ui/Icons.qml
+++ b/components/theme/contents/ui/Icons.qml
@@ -27,5 +27,23 @@ Item {
27 property string noNetworkConnection: "network-disconnect" 27 property string noNetworkConnection: "network-disconnect"
28 property string connected: "checkmark" 28 property string connected: "checkmark"
29 property string success: "checkmark" 29 property string success: "checkmark"
30
31 property string markAsRead: "mail-mark-unread-new"
32 property string markImportant: "mail-mark-important"
33 property string undo: "edit-undo"
34 property string moveToTrash: "edit-delete"
35 property string edit: "document-edit"
36 property string replyToSender: "mail-reply-sender"
37
38 property string menu: "application-menu"
39 property string user: "im-user"
40 property string search: "edit-find"
41 property string goBack: "go-previous"
42 property string goDown: "go-down"
43 property string goUp: "go-down"
44
45 property string addNew: "list-add-new"
46 property string folder: "folder"
47
30} 48}
31 49