mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
14 lines
495 B
XML
14 lines
495 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="@dimen/advanced_unlock_size"
|
|
android:height="@dimen/advanced_unlock_size"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<group>
|
|
<path
|
|
android:fillColor="#fffbfb"
|
|
android:strokeWidth="1"
|
|
android:pathData="M 13 4 L 8 13 L 11.777344 13 L 11 20 L 16 11 L 12.222656 11 L 13 4 z" />
|
|
</group>
|
|
</vector>
|