diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-11-21 00:20:11 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-12-21 20:26:27 +0530 |
commit | cf9a00990f62fe72d619ec2f1d269f43211f6607 (patch) | |
tree | 3ff3424fdd9de6015a5da2a8d8672f945f854cab /app/src/main/res | |
parent | dcee2856136309f52756da7e8f85d5e0907d61b0 (diff) |
App shortcut fixes (#1213)
(cherry picked from commit 544631da04c38ef734f34ceed31071a551876929)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
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> |