aboutsummaryrefslogtreecommitdiffstats
path: root/Graphics/get-material-icons.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/get-material-icons.sh')
-rwxr-xr-xGraphics/get-material-icons.sh15
1 files changed, 14 insertions, 1 deletions
diff --git a/Graphics/get-material-icons.sh b/Graphics/get-material-icons.sh
index 8e905ed69..0d7d688f2 100755
--- a/Graphics/get-material-icons.sh
+++ b/Graphics/get-material-icons.sh
@@ -1,3 +1,16 @@
+# https://google.github.io/material-design-icons/
cd ./android-icon-copier/
python copy OpenKeychain action white search 24
-python copy OpenKeychain navigation white arrow_back 24 \ No newline at end of file
+python copy OpenKeychain navigation white arrow_back 24
+python copy OpenKeychain navigation white close 24
+python copy OpenKeychain navigation white check 24
+python copy OpenKeychain navigation black expand_less 24
+python copy OpenKeychain navigation black expand_more 24
+python copy OpenKeychain navigation white refresh 24
+
+# navigation drawer sections
+python copy OpenKeychain communication black vpn_key 24
+python copy OpenKeychain action black lock_open 24
+python copy OpenKeychain action black lock_outline 24
+python copy OpenKeychain navigation black apps 24
+python copy OpenKeychain action black settings 24 \ No newline at end of file