Files
pezkuwi-wallet-android/common/src/main/res/drawable/approve_with_pin.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

19 lines
2.0 KiB
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<group>
<clip-path
android:pathData="M0,0h24v24h-24z"/>
<path
android:pathData="M17.613,0.225C17.313,-0.075 16.827,-0.075 16.528,0.225L11.925,4.828C11.625,5.127 11.625,5.613 11.925,5.913C12.224,6.212 12.71,6.212 13.009,5.913L16.303,2.62V10.74C16.303,11.164 16.646,11.507 17.07,11.507C17.493,11.507 17.837,11.164 17.837,10.74V2.619L21.131,5.913C21.43,6.212 21.916,6.212 22.216,5.913C22.515,5.613 22.515,5.127 22.216,4.828L17.613,0.225ZM6.387,14.775C6.687,15.075 7.172,15.075 7.472,14.775L12.075,10.172C12.375,9.873 12.375,9.387 12.075,9.087C11.776,8.788 11.29,8.788 10.99,9.087L7.697,12.38L7.697,4.259C7.697,3.835 7.354,3.492 6.93,3.492C6.506,3.492 6.163,3.835 6.163,4.259L6.163,12.381L2.869,9.087C2.569,8.788 2.083,8.788 1.784,9.087C1.484,9.387 1.484,9.873 1.784,10.172L6.387,14.775Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
<path
android:pathData="M1.5,17.5C1.5,16.948 1.948,16.5 2.5,16.5H21.5C22.052,16.5 22.5,16.948 22.5,17.5V21.5C22.5,22.052 22.052,22.5 21.5,22.5H2.5C1.948,22.5 1.5,22.052 1.5,21.5V17.5ZM4.395,21.289C5.441,21.289 6.289,20.441 6.289,19.395C6.289,18.348 5.441,17.5 4.395,17.5C3.348,17.5 2.5,18.348 2.5,19.395C2.5,20.441 3.348,21.289 4.395,21.289ZM11.29,19.395C11.29,20.441 10.441,21.289 9.395,21.289C8.348,21.289 7.5,20.441 7.5,19.395C7.5,18.348 8.348,17.5 9.395,17.5C10.441,17.5 11.29,18.348 11.29,19.395ZM14.395,21.289C15.441,21.289 16.289,20.441 16.289,19.395C16.289,18.348 15.441,17.5 14.395,17.5C13.348,17.5 12.5,18.348 12.5,19.395C12.5,20.441 13.348,21.289 14.395,21.289ZM21.289,19.395C21.289,20.441 20.441,21.289 19.395,21.289C18.348,21.289 17.5,20.441 17.5,19.395C17.5,18.348 18.348,17.5 19.395,17.5C20.441,17.5 21.289,18.348 21.289,19.395Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
</group>
</vector>