mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-08-04 08:25: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
11 lines
2.1 KiB
XML
11 lines
2.1 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="M22,7C22,8.1046 21.1046,9 20,9V15C21.1046,15 22,15.8954 22,17C22,18.1046 21.1046,19 20,19C19.2054,19 18.5189,18.5366 18.1963,17.8652L13.9182,20.4321C13.9714,20.6121 14,20.8027 14,21C14,22.1046 13.1046,23 12,23C10.8954,23 10,22.1046 10,21C10,20.8027 10.0286,20.6121 10.0818,20.4321L5.8037,17.8652C5.4811,18.5366 4.7947,19 4,19C2.8954,19 2,18.1046 2,17C2,15.8954 2.8954,15 4,15L4,9C2.8954,9 2,8.1046 2,7C2,5.8954 2.8954,5 4,5C4.7947,5 5.4811,5.4634 5.8037,6.1348L10.0818,3.5679C10.0286,3.3879 10,3.1973 10,3C10,1.8954 10.8954,1 12,1C13.1046,1 14,1.8954 14,3C14,3.1973 13.9714,3.3879 13.9182,3.5679L18.1963,6.1348C18.5189,5.4634 19.2054,5 20,5C21.1046,5 22,5.8954 22,7ZM18.0924,16.3973C18.0505,16.53 18.0221,16.6686 18.0088,16.8116L13.4032,19.5749C13.1562,19.3316 12.8462,19.1521 12.5,19.063V13.937C12.8342,13.851 13.1346,13.6808 13.3772,13.4503L18.0924,16.3973ZM19,15.2676C18.8632,15.3467 18.7367,15.4415 18.6229,15.5496L13.9076,12.6026C13.9676,12.4124 14,12.21 14,12C14,11.79 13.9676,11.5876 13.9077,11.3975L18.623,8.4504C18.7368,8.5585 18.8633,8.6533 19,8.7324V15.2676ZM10.5968,19.5749L5.9912,16.8116C5.9779,16.6686 5.9495,16.5301 5.9077,16.3975L10.623,13.4504C10.8656,13.6808 11.1659,13.851 11.5,13.937V19.063C11.1538,19.1521 10.8438,19.3316 10.5968,19.5749ZM10.0924,12.6028L5.3773,15.5498C5.2634,15.4416 5.1368,15.3467 5,15.2676L5,8.7324C5.1368,8.6533 5.2633,8.5584 5.3772,8.4503L10.0924,11.3973C10.0324,11.5875 10,11.79 10,12C10,12.2101 10.0324,12.4126 10.0924,12.6028ZM18.0924,7.6028C18.0506,7.4701 18.0221,7.3315 18.0088,7.1884L13.4032,4.4251C13.1562,4.6684 12.8462,4.8479 12.5,4.937L12.5,10.063C12.8342,10.149 13.1346,10.3193 13.3773,10.5498L18.0924,7.6028ZM5.9076,7.6026L10.6229,10.5496C10.8655,10.3192 11.1658,10.149 11.5,10.063L11.5,4.937C11.1538,4.8479 10.8438,4.6684 10.5968,4.4251L5.9912,7.1884C5.9779,7.3314 5.9495,7.47 5.9076,7.6026Z"
|
|
android:fillColor="#07C1F0"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|