mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-08-04 17:45:41 +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
18 lines
1.8 KiB
XML
18 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="23.04dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="25">
|
|
<group>
|
|
<clip-path android:pathData="M0,0.5h24v24h-24z" />
|
|
<path
|
|
android:fillColor="#000000"
|
|
android:pathData="M12,24.25C5.5107,24.25 0.25,18.9893 0.25,12.5C0.25,6.0107 5.5107,0.75 12,0.75C18.4893,0.75 23.75,6.0107 23.75,12.5C23.75,18.9893 18.4893,24.25 12,24.25Z"
|
|
android:strokeWidth="0.5"
|
|
android:strokeColor="#ffffff" />
|
|
<path
|
|
android:fillColor="#ffffff"
|
|
android:pathData="M18.594,8.0077C18.3608,7.8231 18.0828,7.5711 17.576,7.5081C17.1005,7.4451 16.6162,7.7646 16.2888,7.9762C15.9614,8.1877 15.3424,8.8088 15.0868,8.9978C14.8312,9.1868 14.1764,9.3624 13.1224,9.997C12.0684,10.6315 7.9333,13.2959 7.9333,13.2959L9.0097,13.3094L4.2108,15.7893H4.6907L4,16.3159C4,16.3159 4.61,16.4779 5.1212,16.1539V16.3024C5.1212,16.3024 10.8351,14.0431 11.9384,14.6281L11.2656,14.8262C11.3239,14.8262 12.4093,14.8982 12.4093,14.8982C12.4356,15.1237 12.5112,15.3407 12.6306,15.5336C12.7499,15.7265 12.9102,15.8906 13.1,16.0144C13.7548,16.4464 13.7682,16.685 13.7682,16.685C13.7682,16.685 13.4274,16.8245 13.4274,17C13.4274,17 13.9297,16.847 14.3961,16.8605C14.6922,16.8717 14.9858,16.9186 15.2707,17C15.2707,17 15.2348,16.811 14.7818,16.685C14.3288,16.5589 13.8804,16.0639 13.6606,15.7938C13.526,15.6219 13.4382,15.4179 13.406,15.2016C13.3738,14.9854 13.3981,14.7645 13.4767,14.5606C13.6337,14.1511 14.1808,13.926 15.3111,13.341C16.6431,12.6478 16.9481,12.1348 17.1364,11.7342C17.3248,11.3337 17.6029,10.537 17.7598,10.1635C17.9572,9.6819 18.1994,9.4254 18.4012,9.2724C18.603,9.1193 19.5,8.7818 19.5,8.7818C19.5,8.7818 18.8138,8.1832 18.594,8.0077Z" />
|
|
</group>
|
|
</vector> |