Files
pezkuwi-wallet-android/common/src/main/res/drawable/ic_lock_closed_outline.xml
T
pezkuwichain a294aa1a6b Initial commit: Pezkuwi Wallet Android
Security hardened release:
- Code obfuscation enabled (minifyEnabled=true, shrinkResources=true)
- Sensitive files excluded (google-services.json, keystores)
- Branch.io key moved to BuildConfig placeholder
- Updated dependencies: OkHttp 4.12.0, Gson 2.10.1, BouncyCastle 1.77
- Comprehensive ProGuard rules for crypto wallet
- Navigation 2.7.7, Lifecycle 2.7.0, ConstraintLayout 2.1.4
2026-02-12 05:19:41 +03:00

14 lines
1.5 KiB
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M12,2.5C10.58,2.5 9.221,3.076 8.221,4.096C7.222,5.116 6.663,6.496 6.663,7.933V9.629H5.841C4.986,9.629 4.181,9.871 3.572,10.297C2.965,10.722 2.5,11.376 2.5,12.178V18.956C2.5,19.758 2.965,20.412 3.572,20.837C4.181,21.264 4.986,21.505 5.841,21.505H18.164C19.02,21.505 19.824,21.264 20.433,20.837C21.04,20.412 21.505,19.758 21.505,18.956V12.178C21.505,11.376 21.04,10.722 20.433,10.297C19.824,9.871 19.02,9.629 18.164,9.629H17.337V7.933C17.337,6.496 16.778,5.116 15.779,4.096C14.779,3.076 13.42,2.5 12,2.5ZM15.937,9.629V7.933C15.937,6.858 15.519,5.831 14.779,5.076C14.039,4.321 13.04,3.9 12,3.9C10.961,3.9 9.961,4.321 9.221,5.076C8.481,5.831 8.063,6.858 8.063,7.933V9.629H15.937ZM3.9,12.178C3.9,11.958 4.026,11.688 4.375,11.444C4.721,11.201 5.238,11.029 5.841,11.029H18.164C18.768,11.029 19.284,11.201 19.63,11.444C19.979,11.688 20.105,11.958 20.105,12.178V18.956C20.105,19.176 19.979,19.446 19.63,19.69C19.284,19.933 18.768,20.105 18.164,20.105H5.841C5.238,20.105 4.721,19.933 4.375,19.69C4.026,19.446 3.9,19.176 3.9,18.956V12.178Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
<path
android:pathData="M10.5,15.5C10.5,14.672 11.172,14 12,14C12.828,14 13.5,14.672 13.5,15.5C13.5,16.328 12.828,17 12,17C11.172,17 10.5,16.328 10.5,15.5Z"
android:fillColor="#ffffff" />
</vector>