mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-30 19:55:44 +00:00
a294aa1a6b
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
13 lines
1.2 KiB
XML
13 lines
1.2 KiB
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="25dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="25"
|
|
android:viewportHeight="24">
|
|
<group>
|
|
<clip-path android:pathData="M0.5,0h24v24h-24z" />
|
|
<path
|
|
android:fillColor="#ffffff"
|
|
android:pathData="M9.228,21.709C8.085,21.483 7.342,20.382 7.571,19.25L7.672,18.754C7.905,17.592 8.335,16.486 8.938,15.481H2.609C1.445,15.481 0.5,14.545 0.5,13.392C0.5,12.291 1.357,11.39 2.447,11.307C2.108,10.937 1.906,10.445 1.906,9.91C1.906,8.892 2.645,8.043 3.616,7.86C3.422,7.542 3.313,7.172 3.313,6.776C3.313,5.849 3.923,5.062 4.767,4.792C4.736,4.648 4.719,4.496 4.719,4.339C4.719,3.186 5.664,2.25 6.828,2.25H10.058C10.893,2.25 11.706,2.494 12.4,2.951L14.092,4.069C15.266,4.844 15.969,6.15 15.969,7.547V9.214V11.303V12.387C15.969,13.657 15.384,14.854 14.387,15.651L14.061,15.908C12.897,16.83 12.102,18.127 11.811,19.572L11.71,20.068C11.482,21.2 10.37,21.935 9.228,21.709ZM21.594,14.785H18.781C18.003,14.785 17.375,14.162 17.375,13.392V3.643C17.375,2.872 18.003,2.25 18.781,2.25H21.594C22.372,2.25 23,2.872 23,3.643V13.392C23,14.162 22.372,14.785 21.594,14.785Z" />
|
|
</group>
|
|
</vector>
|