summaryrefslogtreecommitdiffstats
path: root/icons/copybreeze.sh
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-20 13:48:43 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-20 13:48:43 +0200
commitc537f2a72ffcdd654fa59d22c4a2364fce22a8e5 (patch)
treecb6a11ab981d6ffdab3a028347fb9b4b42fa6964 /icons/copybreeze.sh
parent6574eb8cd3fb09db61cf3e0a708d596186cf3f59 (diff)
downloadkube-c537f2a72ffcdd654fa59d22c4a2364fce22a8e5.tar.gz
kube-c537f2a72ffcdd654fa59d22c4a2364fce22a8e5.zip
add message_inverted icon
Diffstat (limited to 'icons/copybreeze.sh')
-rwxr-xr-xicons/copybreeze.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh
index 5e77d949..6c6d8103 100755
--- a/icons/copybreeze.sh
+++ b/icons/copybreeze.sh
@@ -25,7 +25,8 @@ wantedIcons = [
25 "network-disconnect.svg", 25 "network-disconnect.svg",
26 "view-refresh.svg", 26 "view-refresh.svg",
27 "go-down.svg", 27 "go-down.svg",
28 "go-previous.svg" 28 "go-previous.svg",
29 "mail-message.svg"
29] 30]
30 31
31def ensure_dir(file_path): 32def ensure_dir(file_path):