diff options
Diffstat (limited to 'Graphics/get-material-icons.sh')
-rwxr-xr-x | Graphics/get-material-icons.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Graphics/get-material-icons.sh b/Graphics/get-material-icons.sh index 8e905ed69..0ebeb46af 100755 --- a/Graphics/get-material-icons.sh +++ b/Graphics/get-material-icons.sh @@ -1,3 +1,9 @@ +# 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 |