mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-08-02 16: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
14 lines
1.2 KiB
XML
14 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:pathData="M15.773,2.291C16.915,2.517 17.658,3.618 17.429,4.75L17.328,5.246C17.095,6.408 16.665,7.514 16.063,8.519H22.391C23.555,8.519 24.5,9.455 24.5,10.608C24.5,11.709 23.643,12.61 22.553,12.693C22.892,13.063 23.094,13.555 23.094,14.09C23.094,15.108 22.355,15.957 21.384,16.14C21.578,16.453 21.688,16.828 21.688,17.224C21.688,18.151 21.077,18.938 20.233,19.208C20.264,19.352 20.281,19.504 20.281,19.661C20.281,20.814 19.336,21.75 18.172,21.75H14.942C14.107,21.75 13.294,21.506 12.6,21.049L10.908,19.931C9.734,19.156 9.031,17.85 9.031,16.453V14.786V12.697V11.613C9.031,10.343 9.616,9.146 10.613,8.349L10.939,8.093C12.103,7.17 12.898,5.873 13.189,4.428L13.29,3.932C13.518,2.8 14.63,2.065 15.773,2.291ZM3.406,9.215H6.219C6.997,9.215 7.625,9.838 7.625,10.608V20.357C7.625,21.128 6.997,21.75 6.219,21.75H3.406C2.628,21.75 2,21.128 2,20.357V10.608C2,9.838 2.628,9.215 3.406,9.215Z"
|
|
android:fillColor="#ffffff"/>
|
|
</group>
|
|
</vector>
|