diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-11-21 00:20:11 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 00:20:11 +0530 |
commit | 544631da04c38ef734f34ceed31071a551876929 (patch) | |
tree | 1818c031de3e59bc786430b170c14c7b1cca2015 /app/src/main/res | |
parent | 8c6809584d4ec53bbc57d7c81ea1fdb2fc5a469d (diff) |
App shortcut fixes (#1213)
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/drawable/ic_lock_open_24px.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_lock_open_24px.xml b/app/src/main/res/drawable/ic_lock_open_24px.xml new file mode 100644 index 00000000..441bf88b --- /dev/null +++ b/app/src/main/res/drawable/ic_lock_open_24px.xml @@ -0,0 +1,14 @@ +<!-- + ~ Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> + +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + <path + android:fillColor="#FF000000" + android:pathData="M12,17c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM18,8h-1L17,6c0,-2.76 -2.24,-5 -5,-5S7,3.24 7,6h1.9c0,-1.71 1.39,-3.1 3.1,-3.1 1.71,0 3.1,1.39 3.1,3.1v2L6,8c-1.1,0 -2,0.9 -2,2v10c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2L20,10c0,-1.1 -0.9,-2 -2,-2zM18,20L6,20L6,10h12v10z" /> +</vector> |