Changes of com.discord v1281

This commit is contained in:
root 2020-09-28 19:40:16 +00:00
parent 0698471595
commit be0f520a93
10471 changed files with 116414 additions and 107451 deletions

View File

@ -161,6 +161,7 @@
<meta-data android:name="firebase_crashlytics_collection_enabled" android:value="true"/>
<meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
<meta-data android:name="com.google.android.actions" android:resource="@xml/actions"/>
<meta-data android:name="libdiscord_version" android:value="2.9.1-krisp-fullband"/>
<activity android:name="com.yalantis.ucrop.UCropActivity" android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
<service android:directBootAware="true" android:exported="false" android:name="com.google.firebase.components.ComponentDiscoveryService">
<meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:anim/accelerate_decelerate_interpolator" android:duration="@android:integer/config_longAnimTime"
xmlns:android="http://schemas.android.com/apk/res/android">
<scale android:pivotX="50.0%" android:pivotY="50.0%" android:repeatCount="infinite" android:repeatMode="reverse" android:fromXScale="1.0" android:toXScale="0.8" android:fromYScale="1.0" android:toYScale="0.8" />
</set>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@anim/interpolator_slight_overshoot" android:duration="700"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromYDelta="100.0%" android:toYDelta="0.0%" />
</set>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@anim/interpolator_slight_overshoot" android:duration="700"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromXDelta="-100.0%" android:toXDelta="0.0%" />
</set>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@anim/interpolator_slight_overshoot" android:duration="700"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromYDelta="-100.0%" android:toYDelta="0.0%" />
</set>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@anim/interpolator_slight_anticipate" android:duration="@android:integer/config_longAnimTime" android:fillAfter="true"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromYDelta="0.0%" android:toYDelta="100.0%" />
</set>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@anim/interpolator_slight_overshoot" android:duration="700"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromXDelta="0.0%" android:toXDelta="100.0%" />
</set>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@anim/interpolator_slight_anticipate" android:duration="@android:integer/config_longAnimTime" android:fillAfter="true"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromYDelta="0.0%" android:toYDelta="-100.0%" />
</set>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:anim/overshoot_interpolator"
<set android:interpolator="@anim/interpolator_minor_overshoot"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="-100.0%" android:toYDelta="0.0%" />
<translate android:duration="@android:integer/config_longAnimTime" android:fromYDelta="-100.0%" android:toYDelta="0.0%" />
</set>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:anim/overshoot_interpolator"
<set android:interpolator="@anim/interpolator_minor_overshoot"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="100.0%" android:toYDelta="0.0%" />
<translate android:duration="@android:integer/config_longAnimTime" android:fromYDelta="100.0%" android:toYDelta="0.0%" />
</set>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:anim/overshoot_interpolator"
<set android:interpolator="@anim/interpolator_minor_overshoot"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="0.0%" android:toYDelta="100.0%" />
<translate android:duration="@android:integer/config_longAnimTime" android:fromYDelta="0.0%" android:toYDelta="100.0%" />
</set>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:anim/overshoot_interpolator"
<set android:interpolator="@anim/interpolator_minor_overshoot"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="0.0%" android:toYDelta="-100.0%" />
<translate android:duration="@android:integer/config_longAnimTime" android:fromYDelta="0.0%" android:toYDelta="-100.0%" />
</set>

View File

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<overshootInterpolator android:tension="0.5"
xmlns:android="http://schemas.android.com/apk/res/android" />

View File

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<anticipateInterpolator android:tension="1.0"
xmlns:android="http://schemas.android.com/apk/res/android" />

View File

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<overshootInterpolator android:tension="1.0"
xmlns:android="http://schemas.android.com/apk/res/android" />

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate" android:duration="@android:integer/config_shortAnimTime"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:interpolator="@android:interpolator/anticipate_overshoot" android:fromXDelta="-50.0%" android:toXDelta="0.0%" />
<alpha android:fromAlpha="0.0" android:toAlpha="1.0" />
</set>

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_quad" android:duration="@android:integer/config_shortAnimTime"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:interpolator="@android:interpolator/anticipate" android:fromXDelta="0.0%" android:toXDelta="50.0%" />
<alpha android:fromAlpha="1.0" android:toAlpha="0.0" />
</set>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<gradient android:angle="0.0" android:type="linear" android:startX="2.0" android:startY="22.0" android:endX="274.727" android:endY="22.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<item android:color="#ff3e70dd" android:offset="0.0" />
<item android:color="#ffb377f3" android:offset="1.0" />
</gradient>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<gradient android:angle="0.0" android:type="linear" android:startX="1.0" android:startY="21.0" android:endX="301.0" android:endY="21.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<item android:color="#ffff6bfa" android:offset="0.0" />
<item android:color="#ff8da6ff" android:offset="1.0" />
</gradient>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<gradient android:angle="0.0" android:type="linear" android:startX="2.0" android:startY="22.0" android:endX="274.727" android:endY="22.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<item android:color="#ff738ef5" android:offset="0.0" />
<item android:color="#ffb3aeff" android:offset="1.0" />
</gradient>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<gradient android:angle="0.0" android:type="linear" android:startX="2.0" android:startY="22.0" android:endX="274.727" android:endY="22.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<item android:color="#ffb473f5" android:offset="0.0" />
<item android:color="#ffe292aa" android:offset="1.0" />
</gradient>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff4f545c" android:pathData="M19.3485,10.9016C19.3773,10.6713 19.3989,10.441 19.3989,10.1964C19.3989,9.9517 19.3773,9.7214 19.3485,9.4911L20.8669,8.3037C21.0037,8.1958 21.0396,8.0015 20.9533,7.8432L19.514,5.3532C19.4277,5.1949 19.2334,5.1373 19.075,5.1949L17.2831,5.9145C16.9089,5.6267 16.5059,5.3892 16.0669,5.2093L15.7935,3.3022C15.7719,3.1295 15.6208,3 15.4409,3L12.5623,3C12.3824,3 12.2313,3.1295 12.2097,3.3022L11.9362,5.2093C11.4973,5.3892 11.0943,5.6339 10.72,5.9145L8.9281,5.1949C8.7626,5.1301 8.5755,5.1949 8.4892,5.3532L7.0499,7.8432C6.9563,8.0015 6.9995,8.1958 7.1363,8.3037L8.6547,9.4911C8.6259,9.7214 8.6043,9.9589 8.6043,10.1964C8.6043,10.4339 8.6259,10.6713 8.6547,10.9016L7.1363,12.089C6.9995,12.197 6.9635,12.3913 7.0499,12.5496L8.4892,15.0395C8.5755,15.1979 8.7698,15.2554 8.9281,15.1979L10.72,14.4782C11.0943,14.7661 11.4973,15.0035 11.9362,15.1835L12.2097,17.0905C12.2313,17.2632 12.3824,17.3927 12.5623,17.3927L15.4409,17.3927C15.6208,17.3927 15.7719,17.2632 15.7935,17.0905L16.0669,15.1835C16.5059,15.0035 16.9089,14.7589 17.2831,14.4782L19.075,15.1979C19.2405,15.2626 19.4277,15.1979 19.514,15.0395L20.9533,12.5496C21.0396,12.3913 21.0037,12.197 20.8669,12.089L19.3485,10.9016L19.3485,10.9016ZM14.0016,12.7151C12.6127,12.7151 11.4829,11.5853 11.4829,10.1964C11.4829,8.8075 12.6127,7.6776 14.0016,7.6776C15.3905,7.6776 16.5203,8.8075 16.5203,10.1964C16.5203,11.5853 15.3905,12.7151 14.0016,12.7151L14.0016,12.7151Z" android:fillType="evenOdd" />
</vector>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M19.3485,10.9016C19.3773,10.6713 19.3989,10.441 19.3989,10.1964C19.3989,9.9517 19.3773,9.7214 19.3485,9.4911L20.8669,8.3037C21.0037,8.1958 21.0396,8.0015 20.9533,7.8432L19.514,5.3532C19.4277,5.1949 19.2334,5.1373 19.075,5.1949L17.2831,5.9145C16.9089,5.6267 16.5059,5.3892 16.0669,5.2093L15.7935,3.3022C15.7719,3.1295 15.6208,3 15.4409,3L12.5623,3C12.3824,3 12.2313,3.1295 12.2097,3.3022L11.9362,5.2093C11.4973,5.3892 11.0943,5.6339 10.72,5.9145L8.9281,5.1949C8.7626,5.1301 8.5755,5.1949 8.4892,5.3532L7.0499,7.8432C6.9563,8.0015 6.9995,8.1958 7.1363,8.3037L8.6547,9.4911C8.6259,9.7214 8.6043,9.9589 8.6043,10.1964C8.6043,10.4339 8.6259,10.6713 8.6547,10.9016L7.1363,12.089C6.9995,12.197 6.9635,12.3913 7.0499,12.5496L8.4892,15.0395C8.5755,15.1979 8.7698,15.2554 8.9281,15.1979L10.72,14.4782C11.0943,14.7661 11.4973,15.0035 11.9362,15.1835L12.2097,17.0905C12.2313,17.2632 12.3824,17.3927 12.5623,17.3927L15.4409,17.3927C15.6208,17.3927 15.7719,17.2632 15.7935,17.0905L16.0669,15.1835C16.5059,15.0035 16.9089,14.7589 17.2831,14.4782L19.075,15.1979C19.2405,15.2626 19.4277,15.1979 19.514,15.0395L20.9533,12.5496C21.0396,12.3913 21.0037,12.197 20.8669,12.089L19.3485,10.9016L19.3485,10.9016ZM14.0016,12.7151C12.6127,12.7151 11.4829,11.5853 11.4829,10.1964C11.4829,8.8075 12.6127,7.6776 14.0016,7.6776C15.3905,7.6776 16.5203,8.8075 16.5203,10.1964C16.5203,11.5853 15.3905,12.7151 14.0016,12.7151L14.0016,12.7151Z" android:fillType="evenOdd" />
</vector>

View File

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="44.0dip" android:width="277.0dip" android:viewportWidth="277.0" android:viewportHeight="44.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#ffffffff" android:pathData="M46.489,18.553C46.455,18.753 46.381,18.986 46.264,19.253C46.164,19.519 46.014,19.786 45.814,20.052C45.631,20.318 45.406,20.576 45.139,20.826C45.127,20.837 45.115,20.849 45.103,20.86C44.785,21.146 44.774,21.723 45.093,22.008C45.265,22.162 45.414,22.326 45.539,22.5C45.839,22.916 46.047,23.349 46.164,23.798C46.28,24.248 46.314,24.689 46.264,25.122C46.231,25.555 46.164,25.938 46.064,26.271C45.631,27.703 44.856,28.827 43.74,29.642C42.641,30.442 41.109,30.841 39.143,30.841H32.521C32.204,30.841 31.961,30.562 32.005,30.249L34.333,13.607C34.369,13.35 34.589,13.159 34.849,13.159H41.492C42.341,13.159 43.099,13.284 43.765,13.534C44.448,13.783 45.015,14.141 45.464,14.608C45.914,15.057 46.231,15.615 46.414,16.281C46.614,16.947 46.639,17.704 46.489,18.553ZM40.517,20.077C41.067,20.077 41.5,19.919 41.817,19.603C42.15,19.27 42.341,18.903 42.391,18.504C42.458,18.104 42.375,17.746 42.141,17.43C41.925,17.097 41.533,16.93 40.967,16.93H38.82C38.561,16.93 38.341,17.121 38.305,17.377L38.004,19.483C37.959,19.797 38.202,20.077 38.519,20.077H40.517ZM39.568,26.92C40.234,26.92 40.759,26.737 41.142,26.371C41.542,25.988 41.766,25.572 41.817,25.122C41.883,24.656 41.775,24.24 41.492,23.873C41.208,23.49 40.734,23.299 40.068,23.299H37.923C37.663,23.299 37.443,23.491 37.407,23.748L37.051,26.329C37.008,26.641 37.251,26.92 37.567,26.92H39.568Z" />
<path android:fillColor="#ffffffff" android:pathData="M49.738,18.978C49.888,17.962 50.221,17.08 50.737,16.331C51.271,15.565 51.912,14.932 52.661,14.433C53.428,13.917 54.26,13.534 55.16,13.284C56.076,13.034 56.992,12.909 57.908,12.909C58.824,12.909 59.707,13.034 60.557,13.284C61.406,13.534 62.139,13.917 62.755,14.433C63.372,14.932 63.838,15.565 64.155,16.331C64.471,17.08 64.554,17.962 64.405,18.978L63.53,25.022C63.38,26.038 63.047,26.928 62.531,27.694C62.031,28.444 61.406,29.076 60.657,29.593C59.907,30.092 59.074,30.467 58.158,30.716C57.242,30.966 56.301,31.091 55.335,31.091C54.419,31.091 53.536,30.966 52.686,30.716C51.854,30.467 51.129,30.092 50.513,29.593C49.896,29.076 49.43,28.444 49.113,27.694C48.797,26.928 48.714,26.038 48.863,25.022L49.738,18.978ZM53.336,25.022C53.286,25.338 53.328,25.622 53.461,25.871C53.594,26.104 53.777,26.304 54.011,26.471C54.244,26.621 54.519,26.737 54.835,26.82C55.168,26.903 55.501,26.945 55.834,26.945C56.201,26.945 56.559,26.903 56.909,26.82C57.275,26.737 57.608,26.612 57.908,26.446C58.208,26.279 58.458,26.071 58.658,25.821C58.874,25.555 59.008,25.247 59.058,24.897L59.932,18.978C59.982,18.645 59.949,18.354 59.832,18.104C59.715,17.854 59.541,17.646 59.307,17.48C59.074,17.313 58.791,17.188 58.458,17.105C58.141,17.022 57.8,16.98 57.433,16.98C57.067,16.98 56.701,17.022 56.334,17.105C55.984,17.188 55.66,17.313 55.36,17.48C55.06,17.646 54.802,17.854 54.585,18.104C54.385,18.354 54.26,18.645 54.21,18.978L53.336,25.022Z" />
<path android:fillColor="#ffffffff" android:pathData="M67.329,18.978C67.479,17.962 67.812,17.08 68.329,16.331C68.862,15.565 69.503,14.932 70.253,14.433C71.019,13.917 71.852,13.534 72.751,13.284C73.667,13.034 74.583,12.909 75.5,12.909C76.416,12.909 77.299,13.034 78.148,13.284C78.997,13.534 79.73,13.917 80.347,14.433C80.963,14.932 81.429,15.565 81.746,16.331C82.062,17.08 82.146,17.962 81.996,18.978L81.121,25.022C80.971,26.038 80.638,26.928 80.122,27.694C79.622,28.444 78.997,29.076 78.248,29.593C77.498,30.092 76.665,30.467 75.749,30.716C74.833,30.966 73.892,31.091 72.926,31.091C72.01,31.091 71.127,30.966 70.278,30.716C69.445,30.467 68.72,30.092 68.104,29.593C67.488,29.076 67.021,28.444 66.705,27.694C66.388,26.928 66.305,26.038 66.455,25.022L67.329,18.978ZM70.927,25.022C70.877,25.338 70.919,25.622 71.052,25.871C71.185,26.104 71.369,26.304 71.602,26.471C71.835,26.621 72.11,26.737 72.426,26.82C72.759,26.903 73.093,26.945 73.426,26.945C73.792,26.945 74.15,26.903 74.5,26.82C74.867,26.737 75.2,26.612 75.5,26.446C75.799,26.279 76.049,26.071 76.249,25.821C76.466,25.555 76.599,25.247 76.649,24.897L77.523,18.978C77.573,18.645 77.54,18.354 77.423,18.104C77.307,17.854 77.132,17.646 76.899,17.48C76.665,17.313 76.382,17.188 76.049,17.105C75.733,17.022 75.391,16.98 75.025,16.98C74.658,16.98 74.292,17.022 73.925,17.105C73.576,17.188 73.251,17.313 72.951,17.48C72.651,17.646 72.393,17.854 72.176,18.104C71.977,18.354 71.852,18.645 71.802,18.978L70.927,25.022Z" />
<path android:fillColor="#ffffffff" android:pathData="M85.853,25.612C86.09,25.417 86.442,25.471 86.654,25.693C86.986,26.042 87.391,26.318 87.869,26.521C88.535,26.804 89.201,26.945 89.868,26.945C90.467,26.945 91,26.837 91.467,26.621C91.933,26.404 92.208,26.063 92.291,25.597C92.341,25.33 92.291,25.097 92.141,24.897C91.992,24.681 91.783,24.506 91.517,24.373C91.25,24.24 90.934,24.131 90.567,24.048C90.217,23.948 89.868,23.873 89.518,23.823C88.818,23.707 88.152,23.49 87.519,23.174C86.903,22.841 86.37,22.416 85.92,21.9C85.47,21.384 85.146,20.785 84.946,20.102C84.746,19.403 84.721,18.637 84.871,17.804C85.037,16.905 85.345,16.148 85.795,15.532C86.261,14.899 86.82,14.391 87.469,14.008C88.119,13.608 88.827,13.325 89.593,13.159C90.376,12.992 91.175,12.909 91.992,12.909C92.524,12.909 93.049,12.951 93.566,13.034C94.082,13.117 94.582,13.267 95.065,13.484C95.548,13.7 96.006,13.991 96.439,14.358C96.757,14.627 97.061,14.945 97.352,15.312C97.531,15.538 97.471,15.865 97.234,16.028L94.795,17.716C94.578,17.866 94.286,17.827 94.088,17.653C93.779,17.384 93.43,17.176 93.041,17.03C92.508,16.83 91.983,16.722 91.467,16.705C90.9,16.689 90.409,16.789 89.993,17.005C89.576,17.222 89.343,17.555 89.293,18.004C89.226,18.52 89.393,18.912 89.793,19.178C90.192,19.428 90.734,19.628 91.417,19.777C92.183,19.927 92.924,20.127 93.641,20.377C94.373,20.61 94.99,20.959 95.489,21.426C96.006,21.875 96.381,22.466 96.614,23.199C96.847,23.915 96.864,24.822 96.664,25.921C96.497,26.787 96.189,27.545 95.739,28.194C95.306,28.827 94.765,29.359 94.115,29.792C93.466,30.225 92.716,30.55 91.867,30.766C91.034,30.983 90.143,31.091 89.193,31.091C88.66,31.091 88.102,31.024 87.519,30.891C86.953,30.758 86.395,30.558 85.845,30.292C85.312,30.025 84.804,29.692 84.321,29.293C83.955,28.99 83.632,28.649 83.353,28.271C83.198,28.061 83.247,27.77 83.448,27.604L85.853,25.612Z" />
<path android:fillColor="#ffffffff" android:pathData="M109.444,17.23C109.184,17.23 108.964,17.422 108.928,17.679L107.178,30.392C107.142,30.649 106.922,30.841 106.662,30.841H103.191C102.875,30.841 102.632,30.563 102.675,30.25L104.386,17.821C104.429,17.508 104.186,17.23 103.871,17.23H100.298C99.98,17.23 99.737,16.948 99.783,16.634L100.23,13.579C100.267,13.323 100.487,13.134 100.745,13.134H113.76C114.077,13.134 114.321,13.416 114.275,13.73L113.827,16.785C113.79,17.04 113.571,17.23 113.312,17.23H109.444Z" />
<path android:fillColor="#ffffffff" android:pathData="M127.308,22.794L126.842,18.252C126.836,18.197 126.788,18.154 126.732,18.154H126.731C126.685,18.154 126.644,18.182 126.628,18.225L124.93,22.672C124.81,22.987 125.046,23.324 125.387,23.324H126.823C127.112,23.324 127.338,23.077 127.308,22.794M132.803,30.841H128.956C128.721,30.841 128.52,30.677 128.476,30.449L127.944,27.687C127.901,27.459 127.699,27.295 127.465,27.295H123.405C123.212,27.295 123.037,27.407 122.959,27.581L121.623,30.555C121.545,30.729 121.37,30.841 121.177,30.841H117.419C117.058,30.841 116.822,30.468 116.981,30.148L125.256,13.429C125.338,13.264 125.508,13.159 125.694,13.159H129.12C129.349,13.159 129.548,13.317 129.597,13.539L133.28,30.257C133.346,30.558 133.114,30.841 132.803,30.841" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M147.021,26.865C147.297,27 147.38,27.351 147.192,27.592C145.071,30.307 142.644,31.091 140.511,31.091C136.995,31.091 133.757,29.068 134.314,25.047L135.174,18.953C135.73,14.957 139.575,12.909 143.167,12.909C145.259,12.909 147.647,13.744 148.726,16.527C148.822,16.775 148.694,17.052 148.443,17.147L145.39,18.302C145.173,18.384 144.933,18.299 144.807,18.106C144.318,17.355 143.389,17.03 142.459,17.03C141.169,17.055 139.879,17.754 139.702,18.953L138.842,25.047C138.665,26.196 139.778,26.92 141.043,26.92C141.967,26.92 142.993,26.543 143.634,25.664C143.774,25.474 144.032,25.41 144.245,25.514L147.021,26.865Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M159.199,17.646L157.418,30.425C157.385,30.663 157.178,30.841 156.935,30.841H153.341C153.045,30.841 152.817,30.583 152.858,30.293L154.602,17.777C154.643,17.488 154.415,17.23 154.119,17.23H150.412C150.114,17.23 149.886,16.969 149.929,16.678L150.393,13.546C150.428,13.309 150.634,13.134 150.876,13.134H164.131C164.429,13.134 164.657,13.395 164.614,13.685L164.15,16.818C164.115,17.054 163.909,17.23 163.667,17.23H159.683C159.439,17.23 159.232,17.407 159.199,17.646" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M168.421,30.841H164.879C164.582,30.841 164.355,30.583 164.396,30.293L166.763,13.574C166.797,13.336 167.003,13.159 167.247,13.159H170.789C171.086,13.159 171.313,13.418 171.272,13.708L168.905,30.426C168.871,30.664 168.665,30.841 168.421,30.841" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M185.668,13.134H189.424C189.787,13.134 190.023,13.51 189.861,13.831L181.394,30.574C181.311,30.738 181.142,30.841 180.957,30.841H177.503C177.273,30.841 177.075,30.684 177.026,30.463L173.295,13.719C173.228,13.419 173.459,13.134 173.771,13.134H177.614C177.85,13.134 178.052,13.3 178.094,13.529L179.609,21.746C179.613,21.765 179.615,21.785 179.616,21.804L179.868,25.996H179.918L181.275,21.829C181.281,21.809 181.288,21.791 181.297,21.773L185.226,13.413C185.306,13.243 185.478,13.134 185.668,13.134Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M194.996,22.794L194.529,18.252C194.523,18.197 194.476,18.154 194.419,18.154H194.418C194.372,18.154 194.331,18.182 194.315,18.225L192.617,22.672C192.497,22.987 192.733,23.324 193.074,23.324H194.51C194.799,23.324 195.025,23.077 194.996,22.794M200.49,30.841H196.643C196.409,30.841 196.207,30.677 196.164,30.449L195.632,27.687C195.588,27.459 195.386,27.295 195.152,27.295H191.092C190.9,27.295 190.725,27.407 190.646,27.581L189.31,30.555C189.232,30.729 189.057,30.841 188.864,30.841H185.106C184.746,30.841 184.509,30.468 184.668,30.148L192.943,13.429C193.025,13.264 193.195,13.159 193.382,13.159H196.807C197.037,13.159 197.235,13.317 197.284,13.539L200.967,30.257C201.033,30.558 200.802,30.841 200.49,30.841" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M210.016,17.646L208.235,30.425C208.201,30.663 207.995,30.841 207.751,30.841H204.158C203.862,30.841 203.634,30.583 203.674,30.293L205.419,17.777C205.459,17.488 205.231,17.23 204.936,17.23H201.228C200.931,17.23 200.702,16.969 200.746,16.678L201.21,13.546C201.245,13.309 201.45,13.134 201.693,13.134H214.948C215.246,13.134 215.474,13.395 215.431,13.685L214.966,16.818C214.931,17.054 214.726,17.23 214.484,17.23H210.499C210.256,17.23 210.049,17.407 210.016,17.646" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M221.631,20.002H227.768C228.064,20.002 228.292,20.26 228.251,20.55L227.83,23.557C227.797,23.795 227.59,23.973 227.347,23.973H220.936C220.693,23.973 220.487,24.149 220.453,24.387L220.211,26.071C220.17,26.361 220.398,26.62 220.694,26.62H227.466C227.762,26.62 227.989,26.878 227.949,27.167L227.5,30.424C227.468,30.663 227.261,30.841 227.017,30.841H215.533C215.237,30.841 215.009,30.582 215.05,30.292L217.418,13.574C217.451,13.336 217.658,13.159 217.901,13.159H229.385C229.682,13.159 229.91,13.418 229.868,13.708L229.4,16.965C229.366,17.203 229.16,17.38 228.916,17.38H221.871C221.628,17.38 221.422,17.556 221.388,17.793L221.148,19.452C221.106,19.742 221.334,20.002 221.631,20.002" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M237.364,26.646C238.604,26.646 239.717,25.971 239.843,25.022L240.703,19.078C240.83,18.104 239.944,17.33 238.705,17.33H236.827C236.584,17.33 236.378,17.506 236.343,17.744L235.141,26.096C235.1,26.386 235.328,26.646 235.625,26.646H237.364ZM239.135,13.159C242.727,13.159 245.838,14.958 245.256,19.078L244.396,25.022C243.815,29.093 240.223,30.841 236.631,30.841H230.488C230.192,30.841 229.964,30.583 230.005,30.293L232.373,13.574C232.406,13.336 232.613,13.159 232.856,13.159H239.135Z" android:fillType="evenOdd" />
<path android:fillColor="#00000000" android:pathData="M267.455,1H9.273C4.704,1 1,4.704 1,9.273V34.727C1,39.296 4.704,43 9.273,43H267.455C272.023,43 275.727,39.296 275.727,34.727V9.273C275.727,4.704 272.023,1 267.455,1Z" android:strokeColor="@drawable/$img_boost_activated__0" android:strokeWidth="2.0" />
</vector>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="44.0dip" android:width="277.0dip" android:viewportWidth="277.0" android:viewportHeight="44.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#ffffffff" android:pathData="M46.489,18.553C46.455,18.753 46.381,18.986 46.264,19.253C46.164,19.519 46.014,19.786 45.814,20.052C45.631,20.318 45.406,20.576 45.139,20.826C45.127,20.837 45.115,20.849 45.103,20.86C44.785,21.146 44.774,21.723 45.093,22.008C45.265,22.162 45.414,22.326 45.539,22.5C45.839,22.916 46.047,23.349 46.164,23.798C46.28,24.248 46.314,24.689 46.264,25.122C46.231,25.555 46.164,25.938 46.064,26.271C45.631,27.703 44.856,28.827 43.74,29.642C42.641,30.442 41.109,30.841 39.143,30.841H32.521C32.204,30.841 31.961,30.562 32.005,30.249L34.333,13.607C34.369,13.35 34.589,13.159 34.849,13.159H41.492C42.341,13.159 43.099,13.284 43.765,13.534C44.448,13.783 45.015,14.141 45.464,14.608C45.914,15.057 46.231,15.615 46.414,16.281C46.614,16.947 46.639,17.704 46.489,18.553ZM40.517,20.077C41.067,20.077 41.5,19.919 41.817,19.603C42.15,19.27 42.341,18.903 42.391,18.504C42.458,18.104 42.375,17.746 42.141,17.43C41.925,17.097 41.533,16.93 40.967,16.93H38.82C38.561,16.93 38.341,17.121 38.305,17.377L38.004,19.483C37.959,19.797 38.202,20.077 38.519,20.077H40.517ZM39.568,26.92C40.234,26.92 40.759,26.737 41.142,26.371C41.542,25.988 41.766,25.572 41.817,25.122C41.883,24.656 41.775,24.24 41.492,23.873C41.208,23.49 40.734,23.299 40.068,23.299H37.923C37.663,23.299 37.443,23.491 37.407,23.748L37.051,26.329C37.008,26.641 37.251,26.92 37.567,26.92H39.568Z" />
<path android:fillColor="#ffffffff" android:pathData="M49.738,18.978C49.888,17.962 50.221,17.08 50.737,16.331C51.271,15.565 51.912,14.932 52.661,14.433C53.428,13.917 54.26,13.534 55.16,13.284C56.076,13.034 56.992,12.909 57.908,12.909C58.824,12.909 59.707,13.034 60.557,13.284C61.406,13.534 62.139,13.917 62.755,14.433C63.372,14.932 63.838,15.565 64.155,16.331C64.471,17.08 64.554,17.962 64.405,18.978L63.53,25.022C63.38,26.038 63.047,26.928 62.531,27.694C62.031,28.444 61.406,29.076 60.657,29.593C59.907,30.092 59.074,30.467 58.158,30.716C57.242,30.966 56.301,31.091 55.335,31.091C54.419,31.091 53.536,30.966 52.686,30.716C51.854,30.467 51.129,30.092 50.513,29.593C49.896,29.076 49.43,28.444 49.113,27.694C48.797,26.928 48.714,26.038 48.863,25.022L49.738,18.978ZM53.336,25.022C53.286,25.338 53.328,25.622 53.461,25.871C53.594,26.104 53.777,26.304 54.011,26.471C54.244,26.621 54.519,26.737 54.835,26.82C55.168,26.903 55.501,26.945 55.834,26.945C56.201,26.945 56.559,26.903 56.909,26.82C57.275,26.737 57.608,26.612 57.908,26.446C58.208,26.279 58.458,26.071 58.658,25.821C58.874,25.555 59.008,25.247 59.058,24.897L59.932,18.978C59.982,18.645 59.949,18.354 59.832,18.104C59.715,17.854 59.541,17.646 59.307,17.48C59.074,17.313 58.791,17.188 58.458,17.105C58.141,17.022 57.8,16.98 57.433,16.98C57.067,16.98 56.701,17.022 56.334,17.105C55.984,17.188 55.66,17.313 55.36,17.48C55.06,17.646 54.802,17.854 54.585,18.104C54.385,18.354 54.26,18.645 54.21,18.978L53.336,25.022Z" />
<path android:fillColor="#ffffffff" android:pathData="M67.329,18.978C67.479,17.962 67.812,17.08 68.329,16.331C68.862,15.565 69.503,14.932 70.253,14.433C71.019,13.917 71.852,13.534 72.751,13.284C73.667,13.034 74.583,12.909 75.5,12.909C76.416,12.909 77.299,13.034 78.148,13.284C78.997,13.534 79.73,13.917 80.347,14.433C80.963,14.932 81.429,15.565 81.746,16.331C82.062,17.08 82.146,17.962 81.996,18.978L81.121,25.022C80.971,26.038 80.638,26.928 80.122,27.694C79.622,28.444 78.997,29.076 78.248,29.593C77.498,30.092 76.665,30.467 75.749,30.716C74.833,30.966 73.892,31.091 72.926,31.091C72.01,31.091 71.127,30.966 70.278,30.716C69.445,30.467 68.72,30.092 68.104,29.593C67.488,29.076 67.021,28.444 66.705,27.694C66.388,26.928 66.305,26.038 66.455,25.022L67.329,18.978ZM70.927,25.022C70.877,25.338 70.919,25.622 71.052,25.871C71.185,26.104 71.369,26.304 71.602,26.471C71.835,26.621 72.11,26.737 72.426,26.82C72.759,26.903 73.093,26.945 73.426,26.945C73.792,26.945 74.15,26.903 74.5,26.82C74.867,26.737 75.2,26.612 75.5,26.446C75.799,26.279 76.049,26.071 76.249,25.821C76.466,25.555 76.599,25.247 76.649,24.897L77.523,18.978C77.573,18.645 77.54,18.354 77.423,18.104C77.307,17.854 77.132,17.646 76.899,17.48C76.665,17.313 76.382,17.188 76.049,17.105C75.733,17.022 75.391,16.98 75.025,16.98C74.658,16.98 74.292,17.022 73.925,17.105C73.576,17.188 73.251,17.313 72.951,17.48C72.651,17.646 72.393,17.854 72.176,18.104C71.977,18.354 71.852,18.645 71.802,18.978L70.927,25.022Z" />
<path android:fillColor="#ffffffff" android:pathData="M85.853,25.612C86.09,25.417 86.442,25.471 86.654,25.693C86.986,26.042 87.391,26.318 87.869,26.521C88.535,26.804 89.201,26.945 89.868,26.945C90.467,26.945 91,26.837 91.467,26.621C91.933,26.404 92.208,26.063 92.291,25.597C92.341,25.33 92.291,25.097 92.141,24.897C91.992,24.681 91.783,24.506 91.517,24.373C91.25,24.24 90.934,24.131 90.567,24.048C90.217,23.948 89.868,23.873 89.518,23.823C88.818,23.707 88.152,23.49 87.519,23.174C86.903,22.841 86.37,22.416 85.92,21.9C85.47,21.384 85.146,20.785 84.946,20.102C84.746,19.403 84.721,18.637 84.871,17.804C85.037,16.905 85.345,16.148 85.795,15.532C86.261,14.899 86.82,14.391 87.469,14.008C88.119,13.608 88.827,13.325 89.593,13.159C90.376,12.992 91.175,12.909 91.992,12.909C92.524,12.909 93.049,12.951 93.566,13.034C94.082,13.117 94.582,13.267 95.065,13.484C95.548,13.7 96.006,13.991 96.439,14.358C96.757,14.627 97.061,14.945 97.352,15.312C97.531,15.538 97.471,15.865 97.234,16.028L94.795,17.716C94.578,17.866 94.286,17.827 94.088,17.653C93.779,17.384 93.43,17.176 93.041,17.03C92.508,16.83 91.983,16.722 91.467,16.705C90.9,16.689 90.409,16.789 89.993,17.005C89.576,17.222 89.343,17.555 89.293,18.004C89.226,18.52 89.393,18.912 89.793,19.178C90.192,19.428 90.734,19.628 91.417,19.777C92.183,19.927 92.924,20.127 93.641,20.377C94.373,20.61 94.99,20.959 95.489,21.426C96.006,21.875 96.381,22.466 96.614,23.199C96.847,23.915 96.864,24.822 96.664,25.921C96.497,26.787 96.189,27.545 95.739,28.194C95.306,28.827 94.765,29.359 94.115,29.792C93.466,30.225 92.716,30.55 91.867,30.766C91.034,30.983 90.143,31.091 89.193,31.091C88.66,31.091 88.102,31.024 87.519,30.891C86.953,30.758 86.395,30.558 85.845,30.292C85.312,30.025 84.804,29.692 84.321,29.293C83.955,28.99 83.632,28.649 83.353,28.271C83.198,28.061 83.247,27.77 83.448,27.604L85.853,25.612Z" />
<path android:fillColor="#ffffffff" android:pathData="M109.444,17.23C109.184,17.23 108.964,17.422 108.928,17.679L107.178,30.392C107.142,30.649 106.922,30.841 106.662,30.841H103.191C102.875,30.841 102.632,30.563 102.675,30.25L104.386,17.821C104.429,17.508 104.186,17.23 103.871,17.23H100.298C99.98,17.23 99.737,16.948 99.783,16.634L100.23,13.579C100.267,13.323 100.487,13.134 100.745,13.134H113.76C114.077,13.134 114.321,13.416 114.275,13.73L113.827,16.785C113.79,17.04 113.571,17.23 113.312,17.23H109.444Z" />
<path android:fillColor="#ffffffff" android:pathData="M127.308,22.794L126.842,18.252C126.836,18.197 126.788,18.154 126.732,18.154H126.731C126.685,18.154 126.644,18.182 126.628,18.225L124.93,22.672C124.81,22.987 125.046,23.324 125.387,23.324H126.823C127.112,23.324 127.338,23.077 127.308,22.794M132.803,30.841H128.956C128.721,30.841 128.52,30.677 128.476,30.449L127.944,27.687C127.901,27.459 127.699,27.295 127.465,27.295H123.405C123.212,27.295 123.037,27.407 122.959,27.581L121.623,30.555C121.545,30.729 121.37,30.841 121.177,30.841H117.419C117.058,30.841 116.822,30.468 116.981,30.148L125.256,13.429C125.338,13.264 125.508,13.159 125.694,13.159H129.12C129.349,13.159 129.548,13.317 129.597,13.539L133.28,30.257C133.346,30.558 133.114,30.841 132.803,30.841" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M147.021,26.865C147.297,27 147.38,27.351 147.192,27.592C145.071,30.307 142.644,31.091 140.511,31.091C136.995,31.091 133.757,29.068 134.314,25.047L135.174,18.953C135.73,14.957 139.575,12.909 143.167,12.909C145.259,12.909 147.647,13.744 148.726,16.527C148.822,16.775 148.694,17.052 148.443,17.147L145.39,18.302C145.173,18.384 144.933,18.299 144.807,18.106C144.318,17.355 143.389,17.03 142.459,17.03C141.169,17.055 139.879,17.754 139.702,18.953L138.842,25.047C138.665,26.196 139.778,26.92 141.043,26.92C141.967,26.92 142.993,26.543 143.634,25.664C143.774,25.474 144.032,25.41 144.245,25.514L147.021,26.865Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M159.199,17.646L157.418,30.425C157.385,30.663 157.178,30.841 156.935,30.841H153.341C153.045,30.841 152.817,30.583 152.858,30.293L154.602,17.777C154.643,17.488 154.415,17.23 154.119,17.23H150.412C150.114,17.23 149.886,16.969 149.929,16.678L150.393,13.546C150.428,13.309 150.634,13.134 150.876,13.134H164.131C164.429,13.134 164.657,13.395 164.614,13.685L164.15,16.818C164.115,17.054 163.909,17.23 163.667,17.23H159.683C159.439,17.23 159.232,17.407 159.199,17.646" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M168.421,30.841H164.879C164.582,30.841 164.355,30.583 164.396,30.293L166.763,13.574C166.797,13.336 167.003,13.159 167.247,13.159H170.789C171.086,13.159 171.313,13.418 171.272,13.708L168.905,30.426C168.871,30.664 168.665,30.841 168.421,30.841" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M185.668,13.134H189.424C189.787,13.134 190.023,13.51 189.861,13.831L181.394,30.574C181.311,30.738 181.142,30.841 180.957,30.841H177.503C177.273,30.841 177.075,30.684 177.026,30.463L173.295,13.719C173.228,13.419 173.459,13.134 173.771,13.134H177.614C177.85,13.134 178.052,13.3 178.094,13.529L179.609,21.746C179.613,21.765 179.615,21.785 179.616,21.804L179.868,25.996H179.918L181.275,21.829C181.281,21.809 181.288,21.791 181.297,21.773L185.226,13.413C185.306,13.243 185.478,13.134 185.668,13.134Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M194.996,22.794L194.529,18.252C194.523,18.197 194.476,18.154 194.419,18.154H194.418C194.372,18.154 194.331,18.182 194.315,18.225L192.617,22.672C192.497,22.987 192.733,23.324 193.074,23.324H194.51C194.799,23.324 195.025,23.077 194.996,22.794M200.49,30.841H196.643C196.409,30.841 196.207,30.677 196.164,30.449L195.632,27.687C195.588,27.459 195.386,27.295 195.152,27.295H191.092C190.9,27.295 190.725,27.407 190.646,27.581L189.31,30.555C189.232,30.729 189.057,30.841 188.864,30.841H185.106C184.746,30.841 184.509,30.468 184.668,30.148L192.943,13.429C193.025,13.264 193.195,13.159 193.382,13.159H196.807C197.037,13.159 197.235,13.317 197.284,13.539L200.967,30.257C201.033,30.558 200.802,30.841 200.49,30.841" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M210.016,17.646L208.235,30.425C208.201,30.663 207.995,30.841 207.751,30.841H204.158C203.862,30.841 203.634,30.583 203.674,30.293L205.419,17.777C205.459,17.488 205.231,17.23 204.936,17.23H201.228C200.931,17.23 200.702,16.969 200.746,16.678L201.21,13.546C201.245,13.309 201.45,13.134 201.693,13.134H214.948C215.246,13.134 215.474,13.395 215.431,13.685L214.966,16.818C214.931,17.054 214.726,17.23 214.484,17.23H210.499C210.256,17.23 210.049,17.407 210.016,17.646" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M221.631,20.002H227.768C228.064,20.002 228.292,20.26 228.251,20.55L227.83,23.557C227.797,23.795 227.59,23.973 227.347,23.973H220.936C220.693,23.973 220.487,24.149 220.453,24.387L220.211,26.071C220.17,26.361 220.398,26.62 220.694,26.62H227.466C227.762,26.62 227.989,26.878 227.949,27.167L227.5,30.424C227.468,30.663 227.261,30.841 227.017,30.841H215.533C215.237,30.841 215.009,30.582 215.05,30.292L217.418,13.574C217.451,13.336 217.658,13.159 217.901,13.159H229.385C229.682,13.159 229.91,13.418 229.868,13.708L229.4,16.965C229.366,17.203 229.16,17.38 228.916,17.38H221.871C221.628,17.38 221.422,17.556 221.388,17.793L221.148,19.452C221.106,19.742 221.334,20.002 221.631,20.002" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M237.364,26.646C238.604,26.646 239.717,25.971 239.843,25.022L240.703,19.078C240.83,18.104 239.944,17.33 238.705,17.33H236.827C236.584,17.33 236.378,17.506 236.343,17.744L235.141,26.096C235.1,26.386 235.328,26.646 235.625,26.646H237.364ZM239.135,13.159C242.727,13.159 245.838,14.958 245.256,19.078L244.396,25.022C243.815,29.093 240.223,30.841 236.631,30.841H230.488C230.192,30.841 229.964,30.583 230.005,30.293L232.373,13.574C232.406,13.336 232.613,13.159 232.856,13.159H239.135Z" android:fillType="evenOdd" />
<path android:fillColor="#00000000" android:pathData="M267.455,1H9.273C4.704,1 1,4.704 1,9.273V34.727C1,39.296 4.704,43 9.273,43H267.455C272.023,43 275.727,39.296 275.727,34.727V9.273C275.727,4.704 272.023,1 267.455,1Z" android:strokeColor="@drawable/$img_boost_activated_dark__0" android:strokeWidth="2.0" />
</vector>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="44.0dip" android:width="277.0dip" android:viewportWidth="277.0" android:viewportHeight="44.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#ff060607" android:pathData="M46.489,18.553C46.455,18.753 46.381,18.986 46.264,19.253C46.164,19.519 46.014,19.786 45.814,20.052C45.631,20.318 45.406,20.576 45.139,20.826C45.127,20.837 45.115,20.849 45.103,20.86C44.785,21.146 44.774,21.723 45.093,22.008C45.265,22.162 45.414,22.326 45.539,22.5C45.839,22.916 46.047,23.349 46.164,23.798C46.28,24.248 46.314,24.689 46.264,25.122C46.231,25.555 46.164,25.938 46.064,26.271C45.631,27.703 44.856,28.827 43.74,29.642C42.641,30.442 41.109,30.841 39.143,30.841H32.521C32.204,30.841 31.961,30.562 32.005,30.249L34.333,13.607C34.369,13.35 34.589,13.159 34.849,13.159H41.492C42.341,13.159 43.099,13.284 43.765,13.534C44.448,13.783 45.015,14.141 45.464,14.608C45.914,15.057 46.231,15.615 46.414,16.281C46.614,16.947 46.639,17.704 46.489,18.553ZM40.517,20.077C41.067,20.077 41.5,19.919 41.817,19.603C42.15,19.27 42.341,18.903 42.391,18.504C42.458,18.104 42.375,17.746 42.141,17.43C41.925,17.097 41.533,16.93 40.967,16.93H38.82C38.561,16.93 38.341,17.121 38.305,17.377L38.004,19.483C37.959,19.797 38.202,20.077 38.519,20.077H40.517ZM39.568,26.92C40.234,26.92 40.759,26.737 41.142,26.371C41.542,25.988 41.766,25.572 41.817,25.122C41.883,24.656 41.775,24.24 41.492,23.873C41.208,23.49 40.734,23.299 40.068,23.299H37.923C37.663,23.299 37.443,23.491 37.407,23.748L37.051,26.329C37.008,26.641 37.251,26.92 37.567,26.92H39.568Z" />
<path android:fillColor="#ff060607" android:pathData="M49.738,18.978C49.888,17.962 50.221,17.08 50.737,16.331C51.271,15.565 51.912,14.932 52.661,14.433C53.428,13.917 54.26,13.534 55.16,13.284C56.076,13.034 56.992,12.909 57.908,12.909C58.824,12.909 59.707,13.034 60.557,13.284C61.406,13.534 62.139,13.917 62.755,14.433C63.372,14.932 63.838,15.565 64.155,16.331C64.471,17.08 64.554,17.962 64.405,18.978L63.53,25.022C63.38,26.038 63.047,26.928 62.531,27.694C62.031,28.444 61.406,29.076 60.657,29.593C59.907,30.092 59.074,30.467 58.158,30.716C57.242,30.966 56.301,31.091 55.335,31.091C54.419,31.091 53.536,30.966 52.686,30.716C51.854,30.467 51.129,30.092 50.513,29.593C49.896,29.076 49.43,28.444 49.113,27.694C48.797,26.928 48.714,26.038 48.863,25.022L49.738,18.978ZM53.336,25.022C53.286,25.338 53.328,25.622 53.461,25.871C53.594,26.104 53.777,26.304 54.011,26.471C54.244,26.621 54.519,26.737 54.835,26.82C55.168,26.903 55.501,26.945 55.834,26.945C56.201,26.945 56.559,26.903 56.909,26.82C57.275,26.737 57.608,26.612 57.908,26.446C58.208,26.279 58.458,26.071 58.658,25.821C58.874,25.555 59.008,25.247 59.058,24.897L59.932,18.978C59.982,18.645 59.949,18.354 59.832,18.104C59.715,17.854 59.541,17.646 59.307,17.48C59.074,17.313 58.791,17.188 58.458,17.105C58.141,17.022 57.8,16.98 57.433,16.98C57.067,16.98 56.701,17.022 56.334,17.105C55.984,17.188 55.66,17.313 55.36,17.48C55.06,17.646 54.802,17.854 54.585,18.104C54.385,18.354 54.26,18.645 54.21,18.978L53.336,25.022Z" />
<path android:fillColor="#ff060607" android:pathData="M67.329,18.978C67.479,17.962 67.812,17.08 68.329,16.331C68.862,15.565 69.503,14.932 70.253,14.433C71.019,13.917 71.852,13.534 72.751,13.284C73.667,13.034 74.583,12.909 75.5,12.909C76.416,12.909 77.299,13.034 78.148,13.284C78.997,13.534 79.73,13.917 80.347,14.433C80.963,14.932 81.429,15.565 81.746,16.331C82.062,17.08 82.146,17.962 81.996,18.978L81.121,25.022C80.971,26.038 80.638,26.928 80.122,27.694C79.622,28.444 78.997,29.076 78.248,29.593C77.498,30.092 76.665,30.467 75.749,30.716C74.833,30.966 73.892,31.091 72.926,31.091C72.01,31.091 71.127,30.966 70.278,30.716C69.445,30.467 68.72,30.092 68.104,29.593C67.488,29.076 67.021,28.444 66.705,27.694C66.388,26.928 66.305,26.038 66.455,25.022L67.329,18.978ZM70.927,25.022C70.877,25.338 70.919,25.622 71.052,25.871C71.185,26.104 71.369,26.304 71.602,26.471C71.835,26.621 72.11,26.737 72.426,26.82C72.759,26.903 73.093,26.945 73.426,26.945C73.792,26.945 74.15,26.903 74.5,26.82C74.867,26.737 75.2,26.612 75.5,26.446C75.799,26.279 76.049,26.071 76.249,25.821C76.466,25.555 76.599,25.247 76.649,24.897L77.523,18.978C77.573,18.645 77.54,18.354 77.423,18.104C77.307,17.854 77.132,17.646 76.899,17.48C76.665,17.313 76.382,17.188 76.049,17.105C75.733,17.022 75.391,16.98 75.025,16.98C74.658,16.98 74.292,17.022 73.925,17.105C73.576,17.188 73.251,17.313 72.951,17.48C72.651,17.646 72.393,17.854 72.176,18.104C71.977,18.354 71.852,18.645 71.802,18.978L70.927,25.022Z" />
<path android:fillColor="#ff060607" android:pathData="M85.853,25.612C86.09,25.417 86.442,25.471 86.654,25.693C86.986,26.042 87.391,26.318 87.869,26.521C88.535,26.804 89.201,26.945 89.868,26.945C90.467,26.945 91,26.837 91.467,26.621C91.933,26.404 92.208,26.063 92.291,25.597C92.341,25.33 92.291,25.097 92.141,24.897C91.992,24.681 91.783,24.506 91.517,24.373C91.25,24.24 90.934,24.131 90.567,24.048C90.217,23.948 89.868,23.873 89.518,23.823C88.818,23.707 88.152,23.49 87.519,23.174C86.903,22.841 86.37,22.416 85.92,21.9C85.47,21.384 85.146,20.785 84.946,20.102C84.746,19.403 84.721,18.637 84.871,17.804C85.037,16.905 85.345,16.148 85.795,15.532C86.261,14.899 86.82,14.391 87.469,14.008C88.119,13.608 88.827,13.325 89.593,13.159C90.376,12.992 91.175,12.909 91.992,12.909C92.524,12.909 93.049,12.951 93.566,13.034C94.082,13.117 94.582,13.267 95.065,13.484C95.548,13.7 96.006,13.991 96.439,14.358C96.757,14.627 97.061,14.945 97.352,15.312C97.531,15.538 97.471,15.865 97.234,16.028L94.795,17.716C94.578,17.866 94.286,17.827 94.088,17.653C93.779,17.384 93.43,17.176 93.041,17.03C92.508,16.83 91.983,16.722 91.467,16.705C90.9,16.689 90.409,16.789 89.993,17.005C89.576,17.222 89.343,17.555 89.293,18.004C89.226,18.52 89.393,18.912 89.793,19.178C90.192,19.428 90.734,19.628 91.417,19.777C92.183,19.927 92.924,20.127 93.641,20.377C94.373,20.61 94.99,20.959 95.489,21.426C96.006,21.875 96.381,22.466 96.614,23.199C96.847,23.915 96.864,24.822 96.664,25.921C96.497,26.787 96.189,27.545 95.739,28.194C95.306,28.827 94.765,29.359 94.115,29.792C93.466,30.225 92.716,30.55 91.867,30.766C91.034,30.983 90.143,31.091 89.193,31.091C88.66,31.091 88.102,31.024 87.519,30.891C86.953,30.758 86.395,30.558 85.845,30.292C85.312,30.025 84.804,29.692 84.321,29.293C83.955,28.99 83.632,28.649 83.353,28.271C83.198,28.061 83.247,27.77 83.448,27.604L85.853,25.612Z" />
<path android:fillColor="#ff060607" android:pathData="M109.444,17.23C109.184,17.23 108.964,17.422 108.928,17.679L107.178,30.392C107.142,30.649 106.922,30.841 106.662,30.841H103.191C102.875,30.841 102.632,30.563 102.675,30.25L104.386,17.821C104.429,17.508 104.186,17.23 103.871,17.23H100.298C99.98,17.23 99.737,16.948 99.783,16.634L100.23,13.579C100.267,13.323 100.487,13.134 100.745,13.134H113.76C114.077,13.134 114.321,13.416 114.275,13.73L113.827,16.785C113.79,17.04 113.571,17.23 113.312,17.23H109.444Z" />
<path android:fillColor="#ff060607" android:pathData="M127.308,22.794L126.842,18.252C126.836,18.197 126.788,18.154 126.732,18.154H126.731C126.685,18.154 126.644,18.182 126.628,18.225L124.93,22.672C124.81,22.987 125.046,23.324 125.387,23.324H126.823C127.112,23.324 127.338,23.077 127.308,22.794M132.803,30.841H128.956C128.721,30.841 128.52,30.677 128.476,30.449L127.944,27.687C127.901,27.459 127.699,27.295 127.465,27.295H123.405C123.212,27.295 123.037,27.407 122.959,27.581L121.623,30.555C121.545,30.729 121.37,30.841 121.177,30.841H117.419C117.058,30.841 116.822,30.468 116.981,30.148L125.256,13.429C125.338,13.264 125.508,13.159 125.694,13.159H129.12C129.349,13.159 129.548,13.317 129.597,13.539L133.28,30.257C133.346,30.558 133.114,30.841 132.803,30.841" android:fillType="evenOdd" />
<path android:fillColor="#ff060607" android:pathData="M147.021,26.865C147.297,27 147.38,27.351 147.192,27.592C145.071,30.307 142.644,31.091 140.511,31.091C136.995,31.091 133.757,29.068 134.314,25.047L135.174,18.953C135.73,14.957 139.575,12.909 143.167,12.909C145.259,12.909 147.647,13.744 148.726,16.527C148.822,16.775 148.694,17.052 148.443,17.147L145.39,18.302C145.173,18.384 144.933,18.299 144.807,18.106C144.318,17.355 143.389,17.03 142.459,17.03C141.169,17.055 139.879,17.754 139.702,18.953L138.842,25.047C138.665,26.196 139.778,26.92 141.043,26.92C141.967,26.92 142.993,26.543 143.634,25.664C143.774,25.474 144.032,25.41 144.245,25.514L147.021,26.865Z" android:fillType="evenOdd" />
<path android:fillColor="#ff060607" android:pathData="M159.199,17.646L157.418,30.425C157.385,30.663 157.178,30.841 156.935,30.841H153.341C153.045,30.841 152.817,30.583 152.858,30.293L154.602,17.777C154.643,17.488 154.415,17.23 154.119,17.23H150.412C150.114,17.23 149.886,16.969 149.929,16.678L150.393,13.546C150.428,13.309 150.634,13.134 150.876,13.134H164.131C164.429,13.134 164.657,13.395 164.614,13.685L164.15,16.818C164.115,17.054 163.909,17.23 163.667,17.23H159.683C159.439,17.23 159.232,17.407 159.199,17.646" android:fillType="evenOdd" />
<path android:fillColor="#ff060607" android:pathData="M168.421,30.841H164.879C164.582,30.841 164.355,30.583 164.396,30.293L166.763,13.574C166.797,13.336 167.003,13.159 167.247,13.159H170.789C171.086,13.159 171.313,13.418 171.272,13.708L168.905,30.426C168.871,30.664 168.665,30.841 168.421,30.841" android:fillType="evenOdd" />
<path android:fillColor="#ff060607" android:pathData="M185.668,13.134H189.424C189.787,13.134 190.023,13.51 189.861,13.831L181.394,30.574C181.311,30.738 181.142,30.841 180.957,30.841H177.503C177.273,30.841 177.075,30.684 177.026,30.463L173.295,13.719C173.228,13.419 173.459,13.134 173.771,13.134H177.614C177.85,13.134 178.052,13.3 178.094,13.529L179.609,21.746C179.613,21.765 179.615,21.785 179.616,21.804L179.868,25.996H179.918L181.275,21.829C181.281,21.809 181.288,21.791 181.297,21.773L185.226,13.413C185.306,13.243 185.478,13.134 185.668,13.134Z" android:fillType="evenOdd" />
<path android:fillColor="#ff060607" android:pathData="M194.996,22.794L194.529,18.252C194.523,18.197 194.476,18.154 194.419,18.154H194.418C194.372,18.154 194.331,18.182 194.315,18.225L192.617,22.672C192.497,22.987 192.733,23.324 193.074,23.324H194.51C194.799,23.324 195.025,23.077 194.996,22.794M200.49,30.841H196.643C196.409,30.841 196.207,30.677 196.164,30.449L195.632,27.687C195.588,27.459 195.386,27.295 195.152,27.295H191.092C190.9,27.295 190.725,27.407 190.646,27.581L189.31,30.555C189.232,30.729 189.057,30.841 188.864,30.841H185.106C184.746,30.841 184.509,30.468 184.668,30.148L192.943,13.429C193.025,13.264 193.195,13.159 193.382,13.159H196.807C197.037,13.159 197.235,13.317 197.284,13.539L200.967,30.257C201.033,30.558 200.802,30.841 200.49,30.841" android:fillType="evenOdd" />
<path android:fillColor="#ff060607" android:pathData="M210.016,17.646L208.235,30.425C208.201,30.663 207.995,30.841 207.751,30.841H204.158C203.862,30.841 203.634,30.583 203.674,30.293L205.419,17.777C205.459,17.488 205.231,17.23 204.936,17.23H201.228C200.931,17.23 200.702,16.969 200.746,16.678L201.21,13.546C201.245,13.309 201.45,13.134 201.693,13.134H214.948C215.246,13.134 215.474,13.395 215.431,13.685L214.966,16.818C214.931,17.054 214.726,17.23 214.484,17.23H210.499C210.256,17.23 210.049,17.407 210.016,17.646" android:fillType="evenOdd" />
<path android:fillColor="#ff060607" android:pathData="M221.631,20.002H227.768C228.064,20.002 228.292,20.26 228.251,20.55L227.83,23.557C227.797,23.795 227.59,23.973 227.347,23.973H220.936C220.693,23.973 220.487,24.149 220.453,24.387L220.211,26.071C220.17,26.361 220.398,26.62 220.694,26.62H227.466C227.762,26.62 227.989,26.878 227.949,27.167L227.5,30.424C227.468,30.663 227.261,30.841 227.017,30.841H215.533C215.237,30.841 215.009,30.582 215.05,30.292L217.418,13.574C217.451,13.336 217.658,13.159 217.901,13.159H229.385C229.682,13.159 229.91,13.418 229.868,13.708L229.4,16.965C229.366,17.203 229.16,17.38 228.916,17.38H221.871C221.628,17.38 221.422,17.556 221.388,17.793L221.148,19.452C221.106,19.742 221.334,20.002 221.631,20.002" android:fillType="evenOdd" />
<path android:fillColor="#ff060607" android:pathData="M237.364,26.646C238.604,26.646 239.717,25.971 239.843,25.022L240.703,19.078C240.83,18.104 239.944,17.33 238.705,17.33H236.827C236.584,17.33 236.378,17.506 236.343,17.744L235.141,26.096C235.1,26.386 235.328,26.646 235.625,26.646H237.364ZM239.135,13.159C242.727,13.159 245.838,14.958 245.256,19.078L244.396,25.022C243.815,29.093 240.223,30.841 236.631,30.841H230.488C230.192,30.841 229.964,30.583 230.005,30.293L232.373,13.574C232.406,13.336 232.613,13.159 232.856,13.159H239.135Z" android:fillType="evenOdd" />
<path android:fillColor="#00000000" android:pathData="M267.455,1H9.273C4.704,1 1,4.704 1,9.273V34.727C1,39.296 4.704,43 9.273,43H267.455C272.023,43 275.727,39.296 275.727,34.727V9.273C275.727,4.704 272.023,1 267.455,1Z" android:strokeColor="@drawable/$img_boost_activated_light__0" android:strokeWidth="2.0" />
</vector>

View File

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="42.0dip" android:width="302.0dip" android:viewportWidth="302.0" android:viewportHeight="42.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M6,0.5L296,0.5A5.5,5.5 0,0 1,301.5 6L301.5,36A5.5,5.5 0,0 1,296 41.5L6,41.5A5.5,5.5 0,0 1,0.5 36L0.5,6A5.5,5.5 0,0 1,6 0.5z" android:strokeColor="@drawable/$img_plan_activated__0" android:strokeWidth="1.0" />
<path android:fillColor="#ffffffff" android:pathData="M37.159,29.587C37.075,30.188 37.542,30.725 38.15,30.725H41.048C41.547,30.725 41.969,30.358 42.038,29.864L42.594,25.9C42.663,25.406 43.085,25.038 43.584,25.038H45.819C50.516,25.038 53.236,21.962 53.648,18.28C54.033,14.764 52.247,11.275 47.494,11.275H40.59C40.091,11.275 39.668,11.642 39.599,12.136L37.159,29.587ZM44.472,20.67C43.863,20.67 43.396,20.131 43.482,19.529L43.883,16.721C43.953,16.229 44.375,15.863 44.873,15.863H46.863C48.291,15.863 48.923,16.852 48.758,18.143C48.593,19.462 47.714,20.698 46.176,20.67H44.472Z" />
<path android:fillColor="#ffffffff" android:pathData="M55.542,29.587C55.458,30.188 55.925,30.725 56.533,30.725H67.367C67.867,30.725 68.29,30.355 68.357,29.86L68.746,26.997C68.827,26.397 68.36,25.863 67.755,25.863H62.139C61.531,25.863 61.063,25.325 61.148,24.723L62.887,12.415C62.972,11.813 62.505,11.275 61.897,11.275H58.973C58.474,11.275 58.051,11.642 57.982,12.136L55.542,29.587Z" />
<path android:fillColor="#ffffffff" android:pathData="M83.91,12.062C83.81,11.602 83.403,11.275 82.932,11.275H79.885C79.503,11.275 79.154,11.492 78.986,11.836L70.458,29.286C70.133,29.951 70.617,30.725 71.356,30.725H74.379C74.775,30.725 75.133,30.492 75.293,30.131L76.496,27.419C76.657,27.057 77.015,26.824 77.411,26.824H81.125C81.605,26.824 82.018,27.166 82.107,27.637L82.54,29.912C82.629,30.384 83.042,30.725 83.522,30.725H86.728C87.366,30.725 87.841,30.136 87.705,29.513L83.91,12.062ZM79.937,22.456C79.238,22.456 78.754,21.757 79.001,21.103L80.604,16.847C80.622,16.8 80.667,16.769 80.717,16.769V16.769C80.779,16.769 80.831,16.816 80.837,16.878L81.291,21.355C81.351,21.944 80.889,22.456 80.297,22.456H79.937Z" />
<path android:fillColor="#ffffffff" android:pathData="M90.779,29.587C90.695,30.188 91.162,30.725 91.769,30.725H94.666C95.165,30.725 95.588,30.357 95.656,29.862L96.598,23.026C96.605,22.976 96.608,22.925 96.608,22.875L96.554,19.238C96.554,19.208 96.574,19.182 96.604,19.174V19.174C96.637,19.166 96.671,19.186 96.681,19.219L97.817,23.06L100.881,30.123C101.039,30.489 101.4,30.725 101.798,30.725H105.244C105.743,30.725 106.166,30.358 106.235,29.864L108.675,12.413C108.759,11.812 108.292,11.275 107.684,11.275H104.813C104.315,11.275 103.892,11.642 103.823,12.136L102.718,20.016C102.711,20.068 102.708,20.119 102.709,20.171L102.762,23.394C102.762,23.424 102.742,23.45 102.713,23.457V23.457C102.679,23.466 102.645,23.446 102.636,23.413L101.554,19.571L98.269,11.882C98.112,11.514 97.75,11.275 97.35,11.275H94.209C93.711,11.275 93.288,11.642 93.219,12.136L90.779,29.587Z" />
<path android:fillColor="#ffffffff" android:pathData="M128.703,12.062C128.603,11.602 128.196,11.275 127.725,11.275H124.678C124.296,11.275 123.947,11.492 123.779,11.836L115.251,29.286C114.926,29.951 115.41,30.725 116.15,30.725H119.172C119.568,30.725 119.926,30.492 120.086,30.131L121.29,27.419C121.45,27.057 121.808,26.824 122.204,26.824H125.918C126.398,26.824 126.811,27.166 126.9,27.637L127.333,29.912C127.422,30.384 127.835,30.725 128.315,30.725H131.521C132.159,30.725 132.634,30.136 132.498,29.513L128.703,12.062ZM124.73,22.456C124.031,22.456 123.547,21.757 123.794,21.103L125.398,16.847C125.415,16.8 125.46,16.769 125.51,16.769V16.769C125.572,16.769 125.624,16.816 125.63,16.878L126.085,21.355C126.144,21.944 125.682,22.456 125.09,22.456H124.73Z" />
<path android:fillColor="#ffffffff" android:pathData="M146.434,25.082C145.95,24.844 145.373,25.049 144.99,25.429C144.302,26.112 143.369,26.412 142.516,26.412C141.142,26.412 139.933,25.615 140.125,24.352L141.059,17.648C141.252,16.33 142.653,15.56 144.054,15.533C144.87,15.533 145.686,15.767 146.249,16.292C146.649,16.665 147.211,16.942 147.721,16.746L150.158,15.813C150.65,15.625 150.918,15.082 150.703,14.601C149.469,11.842 146.998,11 144.823,11C140.922,11 136.746,13.253 136.142,17.648L135.208,24.352C134.603,28.775 138.12,31 141.939,31C144.146,31 146.644,30.217 148.867,27.559C149.26,27.088 149.08,26.387 148.529,26.116L146.434,25.082Z" />
<path android:fillColor="#ffffffff" android:pathData="M167.614,15.753C168.111,15.753 168.532,15.389 168.604,14.898L168.97,12.392C169.059,11.789 168.591,11.247 167.981,11.247H154.535C154.039,11.247 153.618,11.611 153.546,12.102L153.179,14.608C153.091,15.211 153.559,15.753 154.169,15.753H157.112C157.718,15.753 158.185,16.288 158.102,16.889L156.355,29.589C156.272,30.19 156.739,30.725 157.345,30.725H160.299C160.799,30.725 161.222,30.357 161.29,29.862L163.112,16.616C163.181,16.122 163.604,15.753 164.103,15.753H167.614Z" />
<path android:fillColor="#ffffffff" android:pathData="M177.135,12.413C177.219,11.812 176.752,11.275 176.145,11.275H173.247C172.748,11.275 172.325,11.642 172.256,12.136L169.816,29.587C169.732,30.188 170.199,30.725 170.806,30.725H173.705C174.203,30.725 174.626,30.358 174.695,29.864L177.135,12.413Z" />
<path android:fillColor="#ffffffff" android:pathData="M188.751,20.78L187.275,25.373C187.27,25.386 187.258,25.396 187.243,25.396V25.396C187.226,25.396 187.211,25.382 187.21,25.365L186.938,20.753L185.356,12.068C185.27,11.593 184.856,11.247 184.372,11.247H181.176C180.537,11.247 180.062,11.838 180.199,12.462L184.045,29.94C184.146,30.399 184.552,30.725 185.022,30.725H188.105C188.484,30.725 188.83,30.511 188.999,30.172L197.726,12.694C198.058,12.029 197.575,11.247 196.831,11.247H193.812C193.423,11.247 193.069,11.473 192.905,11.826L188.751,20.78Z" />
<path android:fillColor="#ffffffff" android:pathData="M208.732,12.062C208.632,11.602 208.226,11.275 207.755,11.275H204.707C204.325,11.275 203.977,11.492 203.809,11.836L195.281,29.286C194.956,29.951 195.44,30.725 196.179,30.725H199.202C199.597,30.725 199.956,30.492 200.116,30.131L201.319,27.419C201.48,27.057 201.838,26.824 202.233,26.824H205.948C206.428,26.824 206.84,27.166 206.93,27.637L207.363,29.912C207.452,30.384 207.865,30.725 208.345,30.725H211.551C212.189,30.725 212.664,30.136 212.528,29.513L208.732,12.062ZM204.759,22.456C204.06,22.456 203.577,21.757 203.824,21.103L205.427,16.847C205.445,16.8 205.49,16.769 205.54,16.769V16.769C205.602,16.769 205.654,16.816 205.66,16.878L206.114,21.355C206.174,21.944 205.712,22.456 205.119,22.456H204.759Z" />
<path android:fillColor="#ffffffff" android:pathData="M228.751,15.753C229.248,15.753 229.669,15.389 229.741,14.898L230.107,12.392C230.196,11.789 229.728,11.247 229.118,11.247H215.672C215.176,11.247 214.755,11.611 214.683,12.102L214.316,14.608C214.228,15.211 214.696,15.753 215.306,15.753H218.249C218.855,15.753 219.322,16.288 219.239,16.889L217.492,29.589C217.409,30.19 217.876,30.725 218.482,30.725H221.436C221.936,30.725 222.359,30.357 222.427,29.862L224.25,16.616C224.318,16.122 224.741,15.753 225.24,15.753H228.751Z" />
<path android:fillColor="#ffffffff" android:pathData="M237.704,16.776C237.775,16.284 238.197,15.918 238.694,15.918H245.53C246.028,15.918 246.45,15.551 246.52,15.058L246.896,12.415C246.981,11.813 246.514,11.275 245.906,11.275H234.384C233.885,11.275 233.462,11.642 233.393,12.136L230.953,29.587C230.869,30.188 231.336,30.725 231.944,30.725H243.465C243.965,30.725 244.388,30.356 244.456,29.86L244.815,27.217C244.897,26.617 244.43,26.082 243.824,26.082H237.55C236.942,26.082 236.475,25.544 236.56,24.942L236.689,24.03C236.759,23.537 237.181,23.17 237.679,23.17H243.824C244.323,23.17 244.746,22.802 244.814,22.307L245.142,19.939C245.225,19.338 244.758,18.802 244.152,18.802H238.568C237.959,18.802 237.492,18.263 237.578,17.661L237.704,16.776Z" />
<path android:fillColor="#ffffffff" android:pathData="M251.908,11.275C251.409,11.275 250.987,11.642 250.918,12.136L248.478,29.587C248.394,30.188 248.861,30.725 249.468,30.725H255.599C259.5,30.725 263.401,28.802 264.033,24.324L264.967,17.786C265.599,13.253 262.22,11.275 258.318,11.275H251.908ZM255.047,26.11C254.439,26.11 253.972,25.571 254.057,24.969L255.229,16.722C255.299,16.229 255.721,15.863 256.219,15.863H257.851C259.198,15.863 260.159,16.714 260.022,17.786L259.088,24.324C258.95,25.368 257.741,26.11 256.395,26.11H255.047Z" />
</vector>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="42.0dip" android:width="302.0dip" android:viewportWidth="302.0" android:viewportHeight="42.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M6,0.5L296,0.5A5.5,5.5 0,0 1,301.5 6L301.5,36A5.5,5.5 0,0 1,296 41.5L6,41.5A5.5,5.5 0,0 1,0.5 36L0.5,6A5.5,5.5 0,0 1,6 0.5z" android:strokeColor="@drawable/$img_plan_activated_dark__0" android:strokeWidth="1.0" />
<path android:fillColor="#ffffffff" android:pathData="M37.159,29.587C37.075,30.188 37.542,30.725 38.15,30.725H41.048C41.547,30.725 41.969,30.358 42.038,29.864L42.594,25.9C42.663,25.406 43.085,25.038 43.584,25.038H45.819C50.516,25.038 53.236,21.962 53.648,18.28C54.033,14.764 52.247,11.275 47.494,11.275H40.59C40.091,11.275 39.668,11.642 39.599,12.136L37.159,29.587ZM44.472,20.67C43.863,20.67 43.396,20.131 43.482,19.529L43.883,16.721C43.953,16.229 44.375,15.863 44.873,15.863H46.863C48.291,15.863 48.923,16.852 48.758,18.143C48.593,19.462 47.714,20.698 46.176,20.67H44.472Z" />
<path android:fillColor="#ffffffff" android:pathData="M55.542,29.587C55.458,30.188 55.925,30.725 56.533,30.725H67.367C67.867,30.725 68.29,30.355 68.357,29.86L68.746,26.997C68.827,26.397 68.36,25.863 67.755,25.863H62.139C61.531,25.863 61.063,25.325 61.148,24.723L62.887,12.415C62.972,11.813 62.505,11.275 61.897,11.275H58.973C58.474,11.275 58.051,11.642 57.982,12.136L55.542,29.587Z" />
<path android:fillColor="#ffffffff" android:pathData="M83.91,12.062C83.81,11.602 83.403,11.275 82.932,11.275H79.885C79.503,11.275 79.154,11.492 78.986,11.836L70.458,29.286C70.133,29.951 70.617,30.725 71.356,30.725H74.379C74.775,30.725 75.133,30.492 75.293,30.131L76.496,27.419C76.657,27.057 77.015,26.824 77.411,26.824H81.125C81.605,26.824 82.018,27.166 82.107,27.637L82.54,29.912C82.629,30.384 83.042,30.725 83.522,30.725H86.728C87.366,30.725 87.841,30.136 87.705,29.513L83.91,12.062ZM79.937,22.456C79.238,22.456 78.754,21.757 79.001,21.103L80.604,16.847C80.622,16.8 80.667,16.769 80.717,16.769V16.769C80.779,16.769 80.831,16.816 80.837,16.878L81.291,21.355C81.351,21.944 80.889,22.456 80.297,22.456H79.937Z" />
<path android:fillColor="#ffffffff" android:pathData="M90.779,29.587C90.695,30.188 91.162,30.725 91.769,30.725H94.666C95.165,30.725 95.588,30.357 95.656,29.862L96.598,23.026C96.605,22.976 96.608,22.925 96.608,22.875L96.554,19.238C96.554,19.208 96.574,19.182 96.604,19.174V19.174C96.637,19.166 96.671,19.186 96.681,19.219L97.817,23.06L100.881,30.123C101.039,30.489 101.4,30.725 101.798,30.725H105.244C105.743,30.725 106.166,30.358 106.235,29.864L108.675,12.413C108.759,11.812 108.292,11.275 107.684,11.275H104.813C104.315,11.275 103.892,11.642 103.823,12.136L102.718,20.016C102.711,20.068 102.708,20.119 102.709,20.171L102.762,23.394C102.762,23.424 102.742,23.45 102.713,23.457V23.457C102.679,23.466 102.645,23.446 102.636,23.413L101.554,19.571L98.269,11.882C98.112,11.514 97.75,11.275 97.35,11.275H94.209C93.711,11.275 93.288,11.642 93.219,12.136L90.779,29.587Z" />
<path android:fillColor="#ffffffff" android:pathData="M128.703,12.062C128.603,11.602 128.196,11.275 127.725,11.275H124.678C124.296,11.275 123.947,11.492 123.779,11.836L115.251,29.286C114.926,29.951 115.41,30.725 116.15,30.725H119.172C119.568,30.725 119.926,30.492 120.086,30.131L121.29,27.419C121.45,27.057 121.808,26.824 122.204,26.824H125.918C126.398,26.824 126.811,27.166 126.9,27.637L127.333,29.912C127.422,30.384 127.835,30.725 128.315,30.725H131.521C132.159,30.725 132.634,30.136 132.498,29.513L128.703,12.062ZM124.73,22.456C124.031,22.456 123.547,21.757 123.794,21.103L125.398,16.847C125.415,16.8 125.46,16.769 125.51,16.769V16.769C125.572,16.769 125.624,16.816 125.63,16.878L126.085,21.355C126.144,21.944 125.682,22.456 125.09,22.456H124.73Z" />
<path android:fillColor="#ffffffff" android:pathData="M146.434,25.082C145.95,24.844 145.373,25.049 144.99,25.429C144.302,26.112 143.369,26.412 142.516,26.412C141.142,26.412 139.933,25.615 140.125,24.352L141.059,17.648C141.252,16.33 142.653,15.56 144.054,15.533C144.87,15.533 145.686,15.767 146.249,16.292C146.649,16.665 147.211,16.942 147.721,16.746L150.158,15.813C150.65,15.625 150.918,15.082 150.703,14.601C149.469,11.842 146.998,11 144.823,11C140.922,11 136.746,13.253 136.142,17.648L135.208,24.352C134.603,28.775 138.12,31 141.939,31C144.146,31 146.644,30.217 148.867,27.559C149.26,27.088 149.08,26.387 148.529,26.116L146.434,25.082Z" />
<path android:fillColor="#ffffffff" android:pathData="M167.614,15.753C168.111,15.753 168.532,15.389 168.604,14.898L168.97,12.392C169.059,11.789 168.591,11.247 167.981,11.247H154.535C154.039,11.247 153.618,11.611 153.546,12.102L153.179,14.608C153.091,15.211 153.559,15.753 154.169,15.753H157.112C157.718,15.753 158.185,16.288 158.102,16.889L156.355,29.589C156.272,30.19 156.739,30.725 157.345,30.725H160.299C160.799,30.725 161.222,30.357 161.29,29.862L163.112,16.616C163.181,16.122 163.604,15.753 164.103,15.753H167.614Z" />
<path android:fillColor="#ffffffff" android:pathData="M177.135,12.413C177.219,11.812 176.752,11.275 176.145,11.275H173.247C172.748,11.275 172.325,11.642 172.256,12.136L169.816,29.587C169.732,30.188 170.199,30.725 170.806,30.725H173.705C174.203,30.725 174.626,30.358 174.695,29.864L177.135,12.413Z" />
<path android:fillColor="#ffffffff" android:pathData="M188.751,20.78L187.275,25.373C187.27,25.386 187.258,25.396 187.243,25.396V25.396C187.226,25.396 187.211,25.382 187.21,25.365L186.938,20.753L185.356,12.068C185.27,11.593 184.856,11.247 184.372,11.247H181.176C180.537,11.247 180.062,11.838 180.199,12.462L184.045,29.94C184.146,30.399 184.552,30.725 185.022,30.725H188.105C188.484,30.725 188.83,30.511 188.999,30.172L197.726,12.694C198.058,12.029 197.575,11.247 196.831,11.247H193.812C193.423,11.247 193.069,11.473 192.905,11.826L188.751,20.78Z" />
<path android:fillColor="#ffffffff" android:pathData="M208.732,12.062C208.632,11.602 208.226,11.275 207.755,11.275H204.707C204.325,11.275 203.977,11.492 203.809,11.836L195.281,29.286C194.956,29.951 195.44,30.725 196.179,30.725H199.202C199.597,30.725 199.956,30.492 200.116,30.131L201.319,27.419C201.48,27.057 201.838,26.824 202.233,26.824H205.948C206.428,26.824 206.84,27.166 206.93,27.637L207.363,29.912C207.452,30.384 207.865,30.725 208.345,30.725H211.551C212.189,30.725 212.664,30.136 212.528,29.513L208.732,12.062ZM204.759,22.456C204.06,22.456 203.577,21.757 203.824,21.103L205.427,16.847C205.445,16.8 205.49,16.769 205.54,16.769V16.769C205.602,16.769 205.654,16.816 205.66,16.878L206.114,21.355C206.174,21.944 205.712,22.456 205.119,22.456H204.759Z" />
<path android:fillColor="#ffffffff" android:pathData="M228.751,15.753C229.248,15.753 229.669,15.389 229.741,14.898L230.107,12.392C230.196,11.789 229.728,11.247 229.118,11.247H215.672C215.176,11.247 214.755,11.611 214.683,12.102L214.316,14.608C214.228,15.211 214.696,15.753 215.306,15.753H218.249C218.855,15.753 219.322,16.288 219.239,16.889L217.492,29.589C217.409,30.19 217.876,30.725 218.482,30.725H221.436C221.936,30.725 222.359,30.357 222.427,29.862L224.25,16.616C224.318,16.122 224.741,15.753 225.24,15.753H228.751Z" />
<path android:fillColor="#ffffffff" android:pathData="M237.704,16.776C237.775,16.284 238.197,15.918 238.694,15.918H245.53C246.028,15.918 246.45,15.551 246.52,15.058L246.896,12.415C246.981,11.813 246.514,11.275 245.906,11.275H234.384C233.885,11.275 233.462,11.642 233.393,12.136L230.953,29.587C230.869,30.188 231.336,30.725 231.944,30.725H243.465C243.965,30.725 244.388,30.356 244.456,29.86L244.815,27.217C244.897,26.617 244.43,26.082 243.824,26.082H237.55C236.942,26.082 236.475,25.544 236.56,24.942L236.689,24.03C236.759,23.537 237.181,23.17 237.679,23.17H243.824C244.323,23.17 244.746,22.802 244.814,22.307L245.142,19.939C245.225,19.338 244.758,18.802 244.152,18.802H238.568C237.959,18.802 237.492,18.263 237.578,17.661L237.704,16.776Z" />
<path android:fillColor="#ffffffff" android:pathData="M251.908,11.275C251.409,11.275 250.987,11.642 250.918,12.136L248.478,29.587C248.394,30.188 248.861,30.725 249.468,30.725H255.599C259.5,30.725 263.401,28.802 264.033,24.324L264.967,17.786C265.599,13.253 262.22,11.275 258.318,11.275H251.908ZM255.047,26.11C254.439,26.11 253.972,25.571 254.057,24.969L255.229,16.722C255.299,16.229 255.721,15.863 256.219,15.863H257.851C259.198,15.863 260.159,16.714 260.022,17.786L259.088,24.324C258.95,25.368 257.741,26.11 256.395,26.11H255.047Z" />
</vector>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="42.0dip" android:width="302.0dip" android:viewportWidth="302.0" android:viewportHeight="42.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M6,0.5L296,0.5A5.5,5.5 0,0 1,301.5 6L301.5,36A5.5,5.5 0,0 1,296 41.5L6,41.5A5.5,5.5 0,0 1,0.5 36L0.5,6A5.5,5.5 0,0 1,6 0.5z" android:strokeColor="@drawable/$img_plan_activated_light__0" android:strokeWidth="1.0" />
<path android:fillColor="#ff060607" android:pathData="M37.159,29.587C37.075,30.188 37.542,30.725 38.15,30.725H41.048C41.547,30.725 41.969,30.358 42.038,29.864L42.594,25.9C42.663,25.406 43.085,25.038 43.584,25.038H45.819C50.516,25.038 53.236,21.962 53.648,18.28C54.033,14.764 52.247,11.275 47.494,11.275H40.59C40.091,11.275 39.668,11.642 39.599,12.136L37.159,29.587ZM44.472,20.67C43.863,20.67 43.396,20.131 43.482,19.529L43.883,16.721C43.953,16.229 44.375,15.863 44.873,15.863H46.863C48.291,15.863 48.923,16.852 48.758,18.143C48.593,19.462 47.714,20.698 46.176,20.67H44.472Z" />
<path android:fillColor="#ff060607" android:pathData="M55.542,29.587C55.458,30.188 55.925,30.725 56.533,30.725H67.367C67.867,30.725 68.29,30.355 68.357,29.86L68.746,26.997C68.827,26.397 68.36,25.863 67.755,25.863H62.139C61.531,25.863 61.063,25.325 61.148,24.723L62.887,12.415C62.972,11.813 62.505,11.275 61.897,11.275H58.973C58.474,11.275 58.051,11.642 57.982,12.136L55.542,29.587Z" />
<path android:fillColor="#ff060607" android:pathData="M83.91,12.062C83.81,11.602 83.403,11.275 82.932,11.275H79.885C79.503,11.275 79.154,11.492 78.986,11.836L70.458,29.286C70.133,29.951 70.617,30.725 71.356,30.725H74.379C74.775,30.725 75.133,30.492 75.293,30.131L76.496,27.419C76.657,27.057 77.015,26.824 77.411,26.824H81.125C81.605,26.824 82.018,27.166 82.107,27.637L82.54,29.912C82.629,30.384 83.042,30.725 83.522,30.725H86.728C87.366,30.725 87.841,30.136 87.705,29.513L83.91,12.062ZM79.937,22.456C79.238,22.456 78.754,21.757 79.001,21.103L80.604,16.847C80.622,16.8 80.667,16.769 80.717,16.769V16.769C80.779,16.769 80.831,16.816 80.837,16.878L81.291,21.355C81.351,21.944 80.889,22.456 80.297,22.456H79.937Z" />
<path android:fillColor="#ff060607" android:pathData="M90.779,29.587C90.695,30.188 91.162,30.725 91.769,30.725H94.666C95.165,30.725 95.588,30.357 95.656,29.862L96.598,23.026C96.605,22.976 96.608,22.925 96.608,22.875L96.554,19.238C96.554,19.208 96.574,19.182 96.604,19.174V19.174C96.637,19.166 96.671,19.186 96.681,19.219L97.817,23.06L100.881,30.123C101.039,30.489 101.4,30.725 101.798,30.725H105.244C105.743,30.725 106.166,30.358 106.235,29.864L108.675,12.413C108.759,11.812 108.292,11.275 107.684,11.275H104.813C104.315,11.275 103.892,11.642 103.823,12.136L102.718,20.016C102.711,20.068 102.708,20.119 102.709,20.171L102.762,23.394C102.762,23.424 102.742,23.45 102.713,23.457V23.457C102.679,23.466 102.645,23.446 102.636,23.413L101.554,19.571L98.269,11.882C98.112,11.514 97.75,11.275 97.35,11.275H94.209C93.711,11.275 93.288,11.642 93.219,12.136L90.779,29.587Z" />
<path android:fillColor="#ff060607" android:pathData="M128.703,12.062C128.603,11.602 128.196,11.275 127.725,11.275H124.678C124.296,11.275 123.947,11.492 123.779,11.836L115.251,29.286C114.926,29.951 115.41,30.725 116.15,30.725H119.172C119.568,30.725 119.926,30.492 120.086,30.131L121.29,27.419C121.45,27.057 121.808,26.824 122.204,26.824H125.918C126.398,26.824 126.811,27.166 126.9,27.637L127.333,29.912C127.422,30.384 127.835,30.725 128.315,30.725H131.521C132.159,30.725 132.634,30.136 132.498,29.513L128.703,12.062ZM124.73,22.456C124.031,22.456 123.547,21.757 123.794,21.103L125.398,16.847C125.415,16.8 125.46,16.769 125.51,16.769V16.769C125.572,16.769 125.624,16.816 125.63,16.878L126.085,21.355C126.144,21.944 125.682,22.456 125.09,22.456H124.73Z" />
<path android:fillColor="#ff060607" android:pathData="M146.434,25.082C145.95,24.844 145.373,25.049 144.99,25.429C144.302,26.112 143.369,26.412 142.516,26.412C141.142,26.412 139.933,25.615 140.125,24.352L141.059,17.648C141.252,16.33 142.653,15.56 144.054,15.533C144.87,15.533 145.686,15.767 146.249,16.292C146.649,16.665 147.211,16.942 147.721,16.746L150.158,15.813C150.65,15.625 150.918,15.082 150.703,14.601C149.469,11.842 146.998,11 144.823,11C140.922,11 136.746,13.253 136.142,17.648L135.208,24.352C134.603,28.775 138.12,31 141.939,31C144.146,31 146.644,30.217 148.867,27.559C149.26,27.088 149.08,26.387 148.529,26.116L146.434,25.082Z" />
<path android:fillColor="#ff060607" android:pathData="M167.614,15.753C168.111,15.753 168.532,15.389 168.604,14.898L168.97,12.392C169.059,11.789 168.591,11.247 167.981,11.247H154.535C154.039,11.247 153.618,11.611 153.546,12.102L153.179,14.608C153.091,15.211 153.559,15.753 154.169,15.753H157.112C157.718,15.753 158.185,16.288 158.102,16.889L156.355,29.589C156.272,30.19 156.739,30.725 157.345,30.725H160.299C160.799,30.725 161.222,30.357 161.29,29.862L163.112,16.616C163.181,16.122 163.604,15.753 164.103,15.753H167.614Z" />
<path android:fillColor="#ff060607" android:pathData="M177.135,12.413C177.219,11.812 176.752,11.275 176.145,11.275H173.247C172.748,11.275 172.325,11.642 172.256,12.136L169.816,29.587C169.732,30.188 170.199,30.725 170.806,30.725H173.705C174.203,30.725 174.626,30.358 174.695,29.864L177.135,12.413Z" />
<path android:fillColor="#ff060607" android:pathData="M188.751,20.78L187.275,25.373C187.27,25.386 187.258,25.396 187.243,25.396V25.396C187.226,25.396 187.211,25.382 187.21,25.365L186.938,20.753L185.356,12.068C185.27,11.593 184.856,11.247 184.372,11.247H181.176C180.537,11.247 180.062,11.838 180.199,12.462L184.045,29.94C184.146,30.399 184.552,30.725 185.022,30.725H188.105C188.484,30.725 188.83,30.511 188.999,30.172L197.726,12.694C198.058,12.029 197.575,11.247 196.831,11.247H193.812C193.423,11.247 193.069,11.473 192.905,11.826L188.751,20.78Z" />
<path android:fillColor="#ff060607" android:pathData="M208.732,12.062C208.632,11.602 208.226,11.275 207.755,11.275H204.707C204.325,11.275 203.977,11.492 203.809,11.836L195.281,29.286C194.956,29.951 195.44,30.725 196.179,30.725H199.202C199.597,30.725 199.956,30.492 200.116,30.131L201.319,27.419C201.48,27.057 201.838,26.824 202.233,26.824H205.948C206.428,26.824 206.84,27.166 206.93,27.637L207.363,29.912C207.452,30.384 207.865,30.725 208.345,30.725H211.551C212.189,30.725 212.664,30.136 212.528,29.513L208.732,12.062ZM204.759,22.456C204.06,22.456 203.577,21.757 203.824,21.103L205.427,16.847C205.445,16.8 205.49,16.769 205.54,16.769V16.769C205.602,16.769 205.654,16.816 205.66,16.878L206.114,21.355C206.174,21.944 205.712,22.456 205.119,22.456H204.759Z" />
<path android:fillColor="#ff060607" android:pathData="M228.751,15.753C229.248,15.753 229.669,15.389 229.741,14.898L230.107,12.392C230.196,11.789 229.728,11.247 229.118,11.247H215.672C215.176,11.247 214.755,11.611 214.683,12.102L214.316,14.608C214.228,15.211 214.696,15.753 215.306,15.753H218.249C218.855,15.753 219.322,16.288 219.239,16.889L217.492,29.589C217.409,30.19 217.876,30.725 218.482,30.725H221.436C221.936,30.725 222.359,30.357 222.427,29.862L224.25,16.616C224.318,16.122 224.741,15.753 225.24,15.753H228.751Z" />
<path android:fillColor="#ff060607" android:pathData="M237.704,16.776C237.775,16.284 238.197,15.918 238.694,15.918H245.53C246.028,15.918 246.45,15.551 246.52,15.058L246.896,12.415C246.981,11.813 246.514,11.275 245.906,11.275H234.384C233.885,11.275 233.462,11.642 233.393,12.136L230.953,29.587C230.869,30.188 231.336,30.725 231.944,30.725H243.465C243.965,30.725 244.388,30.356 244.456,29.86L244.815,27.217C244.897,26.617 244.43,26.082 243.824,26.082H237.55C236.942,26.082 236.475,25.544 236.56,24.942L236.689,24.03C236.759,23.537 237.181,23.17 237.679,23.17H243.824C244.323,23.17 244.746,22.802 244.814,22.307L245.142,19.939C245.225,19.338 244.758,18.802 244.152,18.802H238.568C237.959,18.802 237.492,18.263 237.578,17.661L237.704,16.776Z" />
<path android:fillColor="#ff060607" android:pathData="M251.908,11.275C251.409,11.275 250.987,11.642 250.918,12.136L248.478,29.587C248.394,30.188 248.861,30.725 249.468,30.725H255.599C259.5,30.725 263.401,28.802 264.033,24.324L264.967,17.786C265.599,13.253 262.22,11.275 258.318,11.275H251.908ZM255.047,26.11C254.439,26.11 253.972,25.571 254.057,24.969L255.229,16.722C255.299,16.229 255.721,15.863 256.219,15.863H257.851C259.198,15.863 260.159,16.714 260.022,17.786L259.088,24.324C258.95,25.368 257.741,26.11 256.395,26.11H255.047Z" />
</vector>

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="48.0dip" android:width="298.0dip" android:viewportWidth="298.0" android:viewportHeight="48.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M9,1L289,1A8,8 0,0 1,297 9L297,39A8,8 0,0 1,289 47L9,47A8,8 0,0 1,1 39L1,9A8,8 0,0 1,9 1z" android:strokeColor="@drawable/$img_premium_activated_tier_1__0" android:strokeWidth="2.0" />
<path android:fillColor="#ffffffff" android:pathData="M112.46,20.67l-1,6.52c-0.22,1.54 -2,2.25 -3.59,2.25s-3,-0.71 -2.78,-2.11l1,-6.66c0.23,-1.45 2,-2.2 3.59,-2.2s3,0.75 2.79,2.2m-2,-6.67L100,14a0.55,0.55 0,0 0,-0.54 0.46l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h1.91a0.26,0.26 0,0 1,0.25 0.37,7.23 7.23,0 0,0 -0.51,1.8l-1,6.66c-0.64,4.45 3.12,6.68 7.21,6.68 4.28,0 8.49,-2.23 9.13,-6.68l1,-6.66c0.63,-4.36 -3,-6.59 -7,-6.67m-63,9.1 l0.06,3.23a0.14,0.14 0,0 1,-0.11 0.14l-1.11,-3.89v0l-3.45,-8a0.54,0.54 0,0 0,-0.49 -0.32L38.42,14.27a0.53,0.53 0,0 0,-0.53 0.46L35.28,33.12a0.54,0.54 0,0 0,0.54 0.61h3.89a0.52,0.52 0,0 0,0.53 -0.46l1,-7.31v0l-0.06,-3.75 0.11,0 1.17,3.89v0l3.23,7.34a0.52,0.52 0,0 0,0.49 0.32h4.22a0.54,0.54 0,0 0,0.53 -0.46l2.6,-18.39a0.53,0.53 0,0 0,-0.53 -0.61L49.17,14.3a0.54,0.54 0,0 0,-0.54 0.46l-1.18,8.35a0,0 0,0 0,0 0M55,33.73h3.9a0.53,0.53 0,0 0,0.53 -0.46L62,14.88a0.53,0.53 0,0 0,-0.53 -0.61L57.58,14.27a0.54,0.54 0,0 0,-0.54 0.46l-2.6,18.39a0.53,0.53 0,0 0,0.53 0.61m9.66,-19 l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h4.07a0.52,0.52 0,0 1,0.53 0.6L67.35,33.13a0.52,0.52 0,0 0,0.53 0.6h4a0.52,0.52 0,0 0,0.53 -0.46l2,-14.06a0.55,0.55 0,0 1,0.54 -0.46h4.38a0.54,0.54 0,0 0,0.53 -0.46l0.51,-3.44a0.53,0.53 0,0 0,-0.53 -0.61L65.17,14.24a0.55,0.55 0,0 0,-0.54 0.46m27.59,6.36a2.52,2.52 0,0 1,-2.56 2.25h-2.3a0.53,0.53 0,0 1,-0.53 -0.61l0.48,-3.38a0.54,0.54 0,0 1,0.54 -0.46L90.3,18.86a1.8,1.8 0,0 1,1.92 2.2m-1.36,-6.79L83.45,14.27a0.52,0.52 0,0 0,-0.53 0.46L80.31,33.12a0.54,0.54 0,0 0,0.54 0.61h3.94a0.54,0.54 0,0 0,0.54 -0.46l0.76,-5.49a0.27,0.27 0,0 1,0.27 -0.23h0.51a0.27,0.27 0,0 1,0.23 0.12l3.77,5.82a0.54,0.54 0,0 0,0.45 0.24L96.2,33.73a0.53,0.53 0,0 0,0.44 -0.84l-4,-5.58a0.27,0.27 0,0 1,0.11 -0.39c2.52,-1.22 4,-2.47 4.47,-5.94 0.56,-4.57 -2.34,-6.71 -6.4,-6.71M133,24.88l-0.52,-5a0.11,0.11 0,0 0,-0.12 -0.1h0a0.11,0.11 0,0 0,-0.11 0.07l-1.87,4.9a0.53,0.53 0,0 0,0.5 0.71h1.58a0.54,0.54 0,0 0,0.54 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.59,-3a0.52,0.52 0,0 0,-0.52 -0.43h-4.47a0.53,0.53 0,0 0,-0.49 0.32l-1.47,3.27a0.52,0.52 0,0 1,-0.49 0.31h-4.13a0.53,0.53 0,0 1,-0.48 -0.76l9.1,-18.39a0.55,0.55 0,0 1,0.48 -0.3L135,14.32a0.54,0.54 0,0 1,0.52 0.42l4.05,18.39a0.53,0.53 0,0 1,-0.52 0.64m15.63,-4.37a0.53,0.53 0,0 1,0.19 0.8A9,9 0,0 1,147.47 34c-3.86,0 -7.42,-2.23 -6.81,-6.65l0.94,-6.7c0.62,-4.4 4.84,-6.65 8.79,-6.65a6.16,6.16 0,0 1,6.12 4,0.53 0.53,0 0,1 -0.32,0.68l-3.35,1.27a0.54,0.54 0,0 1,-0.64 -0.22,3 3,0 0,0 -2.59,-1.18c-1.41,0 -2.83,0.8 -3,2.12l-0.94,6.7c-0.2,1.26 1,2.06 2.42,2.06A3.54,3.54 0,0 0,150.91 28a0.54,0.54 0,0 1,0.67 -0.17ZM168,19.22l-2,14.05a0.52,0.52 0,0 1,-0.53 0.46h-3.95a0.52,0.52 0,0 1,-0.53 -0.6L163,19.36a0.54,0.54 0,0 0,-0.54 -0.6h-4.07a0.53,0.53 0,0 1,-0.53 -0.61l0.51,-3.44a0.54,0.54 0,0 1,0.53 -0.46h14.57a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.52,0.52 0,0 1,-0.53 0.45h-4.38a0.54,0.54 0,0 0,-0.53 0.46m10.14,14.51h-3.89a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46h3.89a0.54,0.54 0,0 1,0.54 0.61l-2.61,18.39a0.52,0.52 0,0 1,-0.53 0.45m19,-19.48h4.13a0.53,0.53 0,0 1,0.48 0.77l-9.31,18.42a0.53,0.53 0,0 1,-0.48 0.29h-3.79a0.54,0.54 0,0 1,-0.53 -0.41l-4.1,-18.42a0.54,0.54 0,0 1,0.52 -0.65h4.23a0.55,0.55 0,0 1,0.53 0.44l1.66,9a0.13,0.13 0,0 1,0 0.06l0.28,4.61h0.05l1.49,-4.58 0,-0.06 4.32,-9.2a0.54,0.54 0,0 1,0.48 -0.31m10.26,10.63 l-0.51,-5a0.12,0.12 0,0 0,-0.12 -0.1h0a0.14,0.14 0,0 0,-0.12 0.07l-1.86,4.9a0.52,0.52 0,0 0,0.5 0.71h1.58a0.53,0.53 0,0 0,0.53 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.58,-3a0.54,0.54 0,0 0,-0.53 -0.43h-4.46a0.52,0.52 0,0 0,-0.49 0.32l-1.47,3.27a0.54,0.54 0,0 1,-0.49 0.31h-4.13A0.53,0.53 0,0 1,196 33l9.1,-18.39a0.55,0.55 0,0 1,0.49 -0.3h3.76a0.56,0.56 0,0 1,0.53 0.42l4,18.39a0.54,0.54 0,0 1,-0.53 0.64M223.9,19.22l-2,14.05a0.54,0.54 0,0 1,-0.53 0.46h-4a0.53,0.53 0,0 1,-0.53 -0.6l1.92,-13.77a0.52,0.52 0,0 0,-0.53 -0.6h-4.08a0.54,0.54 0,0 1,-0.53 -0.61l0.51,-3.44a0.55,0.55 0,0 1,0.53 -0.46h14.58a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.54,0.54 0,0 1,-0.53 0.45h-4.38a0.53,0.53 0,0 0,-0.53 0.46m12.77,2.59h6.75a0.53,0.53 0,0 1,0.53 0.6l-0.47,3.31a0.53,0.53 0,0 1,-0.53 0.46h-7a0.54,0.54 0,0 0,-0.53 0.45l-0.26,1.86a0.53,0.53 0,0 0,0.53 0.6h7.44a0.52,0.52 0,0 1,0.53 0.6l-0.49,3.58a0.53,0.53 0,0 1,-0.53 0.46L230,33.73a0.53,0.53 0,0 1,-0.53 -0.6L232,14.74a0.55,0.55 0,0 1,0.54 -0.46h12.62a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.58a0.53,0.53 0,0 1,-0.53 0.45h-7.75a0.54,0.54 0,0 0,-0.53 0.46l-0.26,1.82a0.53,0.53 0,0 0,0.53 0.61M254,29.12c1.36,0 2.58,-0.74 2.72,-1.79l0.95,-6.54c0.14,-1.07 -0.84,-1.92 -2.2,-1.92h-2.06a0.54,0.54 0,0 0,-0.54 0.45l-1.32,9.19a0.54,0.54 0,0 0,0.53 0.61ZM255.94,14.28c4,0 7.37,2 6.73,6.51l-0.94,6.54c-0.64,4.48 -4.59,6.4 -8.54,6.4h-6.75a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46Z" />
</vector>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="48.0dip" android:width="298.0dip" android:viewportWidth="298.0" android:viewportHeight="48.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M9,1L289,1A8,8 0,0 1,297 9L297,39A8,8 0,0 1,289 47L9,47A8,8 0,0 1,1 39L1,9A8,8 0,0 1,9 1z" android:strokeColor="@drawable/$img_premium_activated_tier_1_dark__0" android:strokeWidth="2.0" />
<path android:fillColor="#ffffffff" android:pathData="M112.46,20.67l-1,6.52c-0.22,1.54 -2,2.25 -3.59,2.25s-3,-0.71 -2.78,-2.11l1,-6.66c0.23,-1.45 2,-2.2 3.59,-2.2s3,0.75 2.79,2.2m-2,-6.67L100,14a0.55,0.55 0,0 0,-0.54 0.46l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h1.91a0.26,0.26 0,0 1,0.25 0.37,7.23 7.23,0 0,0 -0.51,1.8l-1,6.66c-0.64,4.45 3.12,6.68 7.21,6.68 4.28,0 8.49,-2.23 9.13,-6.68l1,-6.66c0.63,-4.36 -3,-6.59 -7,-6.67m-63,9.1 l0.06,3.23a0.14,0.14 0,0 1,-0.11 0.14l-1.11,-3.89v0l-3.45,-8a0.54,0.54 0,0 0,-0.49 -0.32L38.42,14.27a0.53,0.53 0,0 0,-0.53 0.46L35.28,33.12a0.54,0.54 0,0 0,0.54 0.61h3.89a0.52,0.52 0,0 0,0.53 -0.46l1,-7.31v0l-0.06,-3.75 0.11,0 1.17,3.89v0l3.23,7.34a0.52,0.52 0,0 0,0.49 0.32h4.22a0.54,0.54 0,0 0,0.53 -0.46l2.6,-18.39a0.53,0.53 0,0 0,-0.53 -0.61L49.17,14.3a0.54,0.54 0,0 0,-0.54 0.46l-1.18,8.35a0,0 0,0 0,0 0M55,33.73h3.9a0.53,0.53 0,0 0,0.53 -0.46L62,14.88a0.53,0.53 0,0 0,-0.53 -0.61L57.58,14.27a0.54,0.54 0,0 0,-0.54 0.46l-2.6,18.39a0.53,0.53 0,0 0,0.53 0.61m9.66,-19 l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h4.07a0.52,0.52 0,0 1,0.53 0.6L67.35,33.13a0.52,0.52 0,0 0,0.53 0.6h4a0.52,0.52 0,0 0,0.53 -0.46l2,-14.06a0.55,0.55 0,0 1,0.54 -0.46h4.38a0.54,0.54 0,0 0,0.53 -0.46l0.51,-3.44a0.53,0.53 0,0 0,-0.53 -0.61L65.17,14.24a0.55,0.55 0,0 0,-0.54 0.46m27.59,6.36a2.52,2.52 0,0 1,-2.56 2.25h-2.3a0.53,0.53 0,0 1,-0.53 -0.61l0.48,-3.38a0.54,0.54 0,0 1,0.54 -0.46L90.3,18.86a1.8,1.8 0,0 1,1.92 2.2m-1.36,-6.79L83.45,14.27a0.52,0.52 0,0 0,-0.53 0.46L80.31,33.12a0.54,0.54 0,0 0,0.54 0.61h3.94a0.54,0.54 0,0 0,0.54 -0.46l0.76,-5.49a0.27,0.27 0,0 1,0.27 -0.23h0.51a0.27,0.27 0,0 1,0.23 0.12l3.77,5.82a0.54,0.54 0,0 0,0.45 0.24L96.2,33.73a0.53,0.53 0,0 0,0.44 -0.84l-4,-5.58a0.27,0.27 0,0 1,0.11 -0.39c2.52,-1.22 4,-2.47 4.47,-5.94 0.56,-4.57 -2.34,-6.71 -6.4,-6.71M133,24.88l-0.52,-5a0.11,0.11 0,0 0,-0.12 -0.1h0a0.11,0.11 0,0 0,-0.11 0.07l-1.87,4.9a0.53,0.53 0,0 0,0.5 0.71h1.58a0.54,0.54 0,0 0,0.54 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.59,-3a0.52,0.52 0,0 0,-0.52 -0.43h-4.47a0.53,0.53 0,0 0,-0.49 0.32l-1.47,3.27a0.52,0.52 0,0 1,-0.49 0.31h-4.13a0.53,0.53 0,0 1,-0.48 -0.76l9.1,-18.39a0.55,0.55 0,0 1,0.48 -0.3L135,14.32a0.54,0.54 0,0 1,0.52 0.42l4.05,18.39a0.53,0.53 0,0 1,-0.52 0.64m15.63,-4.37a0.53,0.53 0,0 1,0.19 0.8A9,9 0,0 1,147.47 34c-3.86,0 -7.42,-2.23 -6.81,-6.65l0.94,-6.7c0.62,-4.4 4.84,-6.65 8.79,-6.65a6.16,6.16 0,0 1,6.12 4,0.53 0.53,0 0,1 -0.32,0.68l-3.35,1.27a0.54,0.54 0,0 1,-0.64 -0.22,3 3,0 0,0 -2.59,-1.18c-1.41,0 -2.83,0.8 -3,2.12l-0.94,6.7c-0.2,1.26 1,2.06 2.42,2.06A3.54,3.54 0,0 0,150.91 28a0.54,0.54 0,0 1,0.67 -0.17ZM168,19.22l-2,14.05a0.52,0.52 0,0 1,-0.53 0.46h-3.95a0.52,0.52 0,0 1,-0.53 -0.6L163,19.36a0.54,0.54 0,0 0,-0.54 -0.6h-4.07a0.53,0.53 0,0 1,-0.53 -0.61l0.51,-3.44a0.54,0.54 0,0 1,0.53 -0.46h14.57a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.52,0.52 0,0 1,-0.53 0.45h-4.38a0.54,0.54 0,0 0,-0.53 0.46m10.14,14.51h-3.89a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46h3.89a0.54,0.54 0,0 1,0.54 0.61l-2.61,18.39a0.52,0.52 0,0 1,-0.53 0.45m19,-19.48h4.13a0.53,0.53 0,0 1,0.48 0.77l-9.31,18.42a0.53,0.53 0,0 1,-0.48 0.29h-3.79a0.54,0.54 0,0 1,-0.53 -0.41l-4.1,-18.42a0.54,0.54 0,0 1,0.52 -0.65h4.23a0.55,0.55 0,0 1,0.53 0.44l1.66,9a0.13,0.13 0,0 1,0 0.06l0.28,4.61h0.05l1.49,-4.58 0,-0.06 4.32,-9.2a0.54,0.54 0,0 1,0.48 -0.31m10.26,10.63 l-0.51,-5a0.12,0.12 0,0 0,-0.12 -0.1h0a0.14,0.14 0,0 0,-0.12 0.07l-1.86,4.9a0.52,0.52 0,0 0,0.5 0.71h1.58a0.53,0.53 0,0 0,0.53 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.58,-3a0.54,0.54 0,0 0,-0.53 -0.43h-4.46a0.52,0.52 0,0 0,-0.49 0.32l-1.47,3.27a0.54,0.54 0,0 1,-0.49 0.31h-4.13A0.53,0.53 0,0 1,196 33l9.1,-18.39a0.55,0.55 0,0 1,0.49 -0.3h3.76a0.56,0.56 0,0 1,0.53 0.42l4,18.39a0.54,0.54 0,0 1,-0.53 0.64M223.9,19.22l-2,14.05a0.54,0.54 0,0 1,-0.53 0.46h-4a0.53,0.53 0,0 1,-0.53 -0.6l1.92,-13.77a0.52,0.52 0,0 0,-0.53 -0.6h-4.08a0.54,0.54 0,0 1,-0.53 -0.61l0.51,-3.44a0.55,0.55 0,0 1,0.53 -0.46h14.58a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.54,0.54 0,0 1,-0.53 0.45h-4.38a0.53,0.53 0,0 0,-0.53 0.46m12.77,2.59h6.75a0.53,0.53 0,0 1,0.53 0.6l-0.47,3.31a0.53,0.53 0,0 1,-0.53 0.46h-7a0.54,0.54 0,0 0,-0.53 0.45l-0.26,1.86a0.53,0.53 0,0 0,0.53 0.6h7.44a0.52,0.52 0,0 1,0.53 0.6l-0.49,3.58a0.53,0.53 0,0 1,-0.53 0.46L230,33.73a0.53,0.53 0,0 1,-0.53 -0.6L232,14.74a0.55,0.55 0,0 1,0.54 -0.46h12.62a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.58a0.53,0.53 0,0 1,-0.53 0.45h-7.75a0.54,0.54 0,0 0,-0.53 0.46l-0.26,1.82a0.53,0.53 0,0 0,0.53 0.61M254,29.12c1.36,0 2.58,-0.74 2.72,-1.79l0.95,-6.54c0.14,-1.07 -0.84,-1.92 -2.2,-1.92h-2.06a0.54,0.54 0,0 0,-0.54 0.45l-1.32,9.19a0.54,0.54 0,0 0,0.53 0.61ZM255.94,14.28c4,0 7.37,2 6.73,6.51l-0.94,6.54c-0.64,4.48 -4.59,6.4 -8.54,6.4h-6.75a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46Z" />
</vector>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="48.0dip" android:width="298.0dip" android:viewportWidth="298.0" android:viewportHeight="48.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M9,1L289,1A8,8 0,0 1,297 9L297,39A8,8 0,0 1,289 47L9,47A8,8 0,0 1,1 39L1,9A8,8 0,0 1,9 1z" android:strokeColor="@drawable/$img_premium_activated_tier_1_light__0" android:strokeWidth="2.0" />
<path android:fillColor="#ff060607" android:pathData="M112.46,20.67l-1,6.52c-0.22,1.54 -2,2.25 -3.59,2.25s-3,-0.71 -2.78,-2.11l1,-6.66c0.23,-1.45 2,-2.2 3.59,-2.2s3,0.75 2.79,2.2m-2,-6.67L100,14a0.55,0.55 0,0 0,-0.54 0.46l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h1.91a0.26,0.26 0,0 1,0.25 0.37,7.23 7.23,0 0,0 -0.51,1.8l-1,6.66c-0.64,4.45 3.12,6.68 7.21,6.68 4.28,0 8.49,-2.23 9.13,-6.68l1,-6.66c0.63,-4.36 -3,-6.59 -7,-6.67m-63,9.1 l0.06,3.23a0.14,0.14 0,0 1,-0.11 0.14l-1.11,-3.89v0l-3.45,-8a0.54,0.54 0,0 0,-0.49 -0.32L38.42,14.27a0.53,0.53 0,0 0,-0.53 0.46L35.28,33.12a0.54,0.54 0,0 0,0.54 0.61h3.89a0.52,0.52 0,0 0,0.53 -0.46l1,-7.31v0l-0.06,-3.75 0.11,0 1.17,3.89v0l3.23,7.34a0.52,0.52 0,0 0,0.49 0.32h4.22a0.54,0.54 0,0 0,0.53 -0.46l2.6,-18.39a0.53,0.53 0,0 0,-0.53 -0.61L49.17,14.3a0.54,0.54 0,0 0,-0.54 0.46l-1.18,8.35a0,0 0,0 0,0 0M55,33.73h3.9a0.53,0.53 0,0 0,0.53 -0.46L62,14.88a0.53,0.53 0,0 0,-0.53 -0.61L57.58,14.27a0.54,0.54 0,0 0,-0.54 0.46l-2.6,18.39a0.53,0.53 0,0 0,0.53 0.61m9.66,-19 l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h4.07a0.52,0.52 0,0 1,0.53 0.6L67.35,33.13a0.52,0.52 0,0 0,0.53 0.6h4a0.52,0.52 0,0 0,0.53 -0.46l2,-14.06a0.55,0.55 0,0 1,0.54 -0.46h4.38a0.54,0.54 0,0 0,0.53 -0.46l0.51,-3.44a0.53,0.53 0,0 0,-0.53 -0.61L65.17,14.24a0.55,0.55 0,0 0,-0.54 0.46m27.59,6.36a2.52,2.52 0,0 1,-2.56 2.25h-2.3a0.53,0.53 0,0 1,-0.53 -0.61l0.48,-3.38a0.54,0.54 0,0 1,0.54 -0.46L90.3,18.86a1.8,1.8 0,0 1,1.92 2.2m-1.36,-6.79L83.45,14.27a0.52,0.52 0,0 0,-0.53 0.46L80.31,33.12a0.54,0.54 0,0 0,0.54 0.61h3.94a0.54,0.54 0,0 0,0.54 -0.46l0.76,-5.49a0.27,0.27 0,0 1,0.27 -0.23h0.51a0.27,0.27 0,0 1,0.23 0.12l3.77,5.82a0.54,0.54 0,0 0,0.45 0.24L96.2,33.73a0.53,0.53 0,0 0,0.44 -0.84l-4,-5.58a0.27,0.27 0,0 1,0.11 -0.39c2.52,-1.22 4,-2.47 4.47,-5.94 0.56,-4.57 -2.34,-6.71 -6.4,-6.71M133,24.88l-0.52,-5a0.11,0.11 0,0 0,-0.12 -0.1h0a0.11,0.11 0,0 0,-0.11 0.07l-1.87,4.9a0.53,0.53 0,0 0,0.5 0.71h1.58a0.54,0.54 0,0 0,0.54 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.59,-3a0.52,0.52 0,0 0,-0.52 -0.43h-4.47a0.53,0.53 0,0 0,-0.49 0.32l-1.47,3.27a0.52,0.52 0,0 1,-0.49 0.31h-4.13a0.53,0.53 0,0 1,-0.48 -0.76l9.1,-18.39a0.55,0.55 0,0 1,0.48 -0.3L135,14.32a0.54,0.54 0,0 1,0.52 0.42l4.05,18.39a0.53,0.53 0,0 1,-0.52 0.64m15.63,-4.37a0.53,0.53 0,0 1,0.19 0.8A9,9 0,0 1,147.47 34c-3.86,0 -7.42,-2.23 -6.81,-6.65l0.94,-6.7c0.62,-4.4 4.84,-6.65 8.79,-6.65a6.16,6.16 0,0 1,6.12 4,0.53 0.53,0 0,1 -0.32,0.68l-3.35,1.27a0.54,0.54 0,0 1,-0.64 -0.22,3 3,0 0,0 -2.59,-1.18c-1.41,0 -2.83,0.8 -3,2.12l-0.94,6.7c-0.2,1.26 1,2.06 2.42,2.06A3.54,3.54 0,0 0,150.91 28a0.54,0.54 0,0 1,0.67 -0.17ZM168,19.22l-2,14.05a0.52,0.52 0,0 1,-0.53 0.46h-3.95a0.52,0.52 0,0 1,-0.53 -0.6L163,19.36a0.54,0.54 0,0 0,-0.54 -0.6h-4.07a0.53,0.53 0,0 1,-0.53 -0.61l0.51,-3.44a0.54,0.54 0,0 1,0.53 -0.46h14.57a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.52,0.52 0,0 1,-0.53 0.45h-4.38a0.54,0.54 0,0 0,-0.53 0.46m10.14,14.51h-3.89a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46h3.89a0.54,0.54 0,0 1,0.54 0.61l-2.61,18.39a0.52,0.52 0,0 1,-0.53 0.45m19,-19.48h4.13a0.53,0.53 0,0 1,0.48 0.77l-9.31,18.42a0.53,0.53 0,0 1,-0.48 0.29h-3.79a0.54,0.54 0,0 1,-0.53 -0.41l-4.1,-18.42a0.54,0.54 0,0 1,0.52 -0.65h4.23a0.55,0.55 0,0 1,0.53 0.44l1.66,9a0.13,0.13 0,0 1,0 0.06l0.28,4.61h0.05l1.49,-4.58 0,-0.06 4.32,-9.2a0.54,0.54 0,0 1,0.48 -0.31m10.26,10.63 l-0.51,-5a0.12,0.12 0,0 0,-0.12 -0.1h0a0.14,0.14 0,0 0,-0.12 0.07l-1.86,4.9a0.52,0.52 0,0 0,0.5 0.71h1.58a0.53,0.53 0,0 0,0.53 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.58,-3a0.54,0.54 0,0 0,-0.53 -0.43h-4.46a0.52,0.52 0,0 0,-0.49 0.32l-1.47,3.27a0.54,0.54 0,0 1,-0.49 0.31h-4.13A0.53,0.53 0,0 1,196 33l9.1,-18.39a0.55,0.55 0,0 1,0.49 -0.3h3.76a0.56,0.56 0,0 1,0.53 0.42l4,18.39a0.54,0.54 0,0 1,-0.53 0.64M223.9,19.22l-2,14.05a0.54,0.54 0,0 1,-0.53 0.46h-4a0.53,0.53 0,0 1,-0.53 -0.6l1.92,-13.77a0.52,0.52 0,0 0,-0.53 -0.6h-4.08a0.54,0.54 0,0 1,-0.53 -0.61l0.51,-3.44a0.55,0.55 0,0 1,0.53 -0.46h14.58a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.54,0.54 0,0 1,-0.53 0.45h-4.38a0.53,0.53 0,0 0,-0.53 0.46m12.77,2.59h6.75a0.53,0.53 0,0 1,0.53 0.6l-0.47,3.31a0.53,0.53 0,0 1,-0.53 0.46h-7a0.54,0.54 0,0 0,-0.53 0.45l-0.26,1.86a0.53,0.53 0,0 0,0.53 0.6h7.44a0.52,0.52 0,0 1,0.53 0.6l-0.49,3.58a0.53,0.53 0,0 1,-0.53 0.46L230,33.73a0.53,0.53 0,0 1,-0.53 -0.6L232,14.74a0.55,0.55 0,0 1,0.54 -0.46h12.62a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.58a0.53,0.53 0,0 1,-0.53 0.45h-7.75a0.54,0.54 0,0 0,-0.53 0.46l-0.26,1.82a0.53,0.53 0,0 0,0.53 0.61M254,29.12c1.36,0 2.58,-0.74 2.72,-1.79l0.95,-6.54c0.14,-1.07 -0.84,-1.92 -2.2,-1.92h-2.06a0.54,0.54 0,0 0,-0.54 0.45l-1.32,9.19a0.54,0.54 0,0 0,0.53 0.61ZM255.94,14.28c4,0 7.37,2 6.73,6.51l-0.94,6.54c-0.64,4.48 -4.59,6.4 -8.54,6.4h-6.75a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46Z" />
</vector>

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="48.0dip" android:width="298.0dip" android:viewportWidth="298.0" android:viewportHeight="48.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M9,1L289,1A8,8 0,0 1,297 9L297,39A8,8 0,0 1,289 47L9,47A8,8 0,0 1,1 39L1,9A8,8 0,0 1,9 1z" android:strokeColor="@drawable/$img_premium_activated_tier_2__0" android:strokeWidth="2.0" />
<path android:fillColor="#ffffffff" android:pathData="M112.46,20.67l-1,6.52c-0.22,1.54 -2,2.25 -3.59,2.25s-3,-0.71 -2.78,-2.11l1,-6.66c0.23,-1.45 2,-2.2 3.59,-2.2s3,0.75 2.79,2.2m-2,-6.67L100,14a0.55,0.55 0,0 0,-0.54 0.46l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h1.91a0.26,0.26 0,0 1,0.25 0.37,7.23 7.23,0 0,0 -0.51,1.8l-1,6.66c-0.64,4.45 3.12,6.68 7.21,6.68 4.28,0 8.49,-2.23 9.13,-6.68l1,-6.66c0.63,-4.36 -3,-6.59 -7,-6.67m-63,9.1 l0.06,3.23a0.14,0.14 0,0 1,-0.11 0.14l-1.11,-3.89v0l-3.45,-8a0.54,0.54 0,0 0,-0.49 -0.32L38.42,14.27a0.53,0.53 0,0 0,-0.53 0.46L35.28,33.12a0.54,0.54 0,0 0,0.54 0.61h3.89a0.52,0.52 0,0 0,0.53 -0.46l1,-7.31v0l-0.06,-3.75 0.11,0 1.17,3.89v0l3.23,7.34a0.52,0.52 0,0 0,0.49 0.32h4.22a0.54,0.54 0,0 0,0.53 -0.46l2.6,-18.39a0.53,0.53 0,0 0,-0.53 -0.61L49.17,14.3a0.54,0.54 0,0 0,-0.54 0.46l-1.18,8.35a0,0 0,0 0,0 0M55,33.73h3.9a0.53,0.53 0,0 0,0.53 -0.46L62,14.88a0.53,0.53 0,0 0,-0.53 -0.61L57.58,14.27a0.54,0.54 0,0 0,-0.54 0.46l-2.6,18.39a0.53,0.53 0,0 0,0.53 0.61m9.66,-19 l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h4.07a0.52,0.52 0,0 1,0.53 0.6L67.35,33.13a0.52,0.52 0,0 0,0.53 0.6h4a0.52,0.52 0,0 0,0.53 -0.46l2,-14.06a0.55,0.55 0,0 1,0.54 -0.46h4.38a0.54,0.54 0,0 0,0.53 -0.46l0.51,-3.44a0.53,0.53 0,0 0,-0.53 -0.61L65.17,14.24a0.55,0.55 0,0 0,-0.54 0.46m27.59,6.36a2.52,2.52 0,0 1,-2.56 2.25h-2.3a0.53,0.53 0,0 1,-0.53 -0.61l0.48,-3.38a0.54,0.54 0,0 1,0.54 -0.46L90.3,18.86a1.8,1.8 0,0 1,1.92 2.2m-1.36,-6.79L83.45,14.27a0.52,0.52 0,0 0,-0.53 0.46L80.31,33.12a0.54,0.54 0,0 0,0.54 0.61h3.94a0.54,0.54 0,0 0,0.54 -0.46l0.76,-5.49a0.27,0.27 0,0 1,0.27 -0.23h0.51a0.27,0.27 0,0 1,0.23 0.12l3.77,5.82a0.54,0.54 0,0 0,0.45 0.24L96.2,33.73a0.53,0.53 0,0 0,0.44 -0.84l-4,-5.58a0.27,0.27 0,0 1,0.11 -0.39c2.52,-1.22 4,-2.47 4.47,-5.94 0.56,-4.57 -2.34,-6.71 -6.4,-6.71M133,24.88l-0.52,-5a0.11,0.11 0,0 0,-0.12 -0.1h0a0.11,0.11 0,0 0,-0.11 0.07l-1.87,4.9a0.53,0.53 0,0 0,0.5 0.71h1.58a0.54,0.54 0,0 0,0.54 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.59,-3a0.52,0.52 0,0 0,-0.52 -0.43h-4.47a0.53,0.53 0,0 0,-0.49 0.32l-1.47,3.27a0.52,0.52 0,0 1,-0.49 0.31h-4.13a0.53,0.53 0,0 1,-0.48 -0.76l9.1,-18.39a0.55,0.55 0,0 1,0.48 -0.3L135,14.32a0.54,0.54 0,0 1,0.52 0.42l4.05,18.39a0.53,0.53 0,0 1,-0.52 0.64m15.63,-4.37a0.53,0.53 0,0 1,0.19 0.8A9,9 0,0 1,147.47 34c-3.86,0 -7.42,-2.23 -6.81,-6.65l0.94,-6.7c0.62,-4.4 4.84,-6.65 8.79,-6.65a6.16,6.16 0,0 1,6.12 4,0.53 0.53,0 0,1 -0.32,0.68l-3.35,1.27a0.54,0.54 0,0 1,-0.64 -0.22,3 3,0 0,0 -2.59,-1.18c-1.41,0 -2.83,0.8 -3,2.12l-0.94,6.7c-0.2,1.26 1,2.06 2.42,2.06A3.54,3.54 0,0 0,150.91 28a0.54,0.54 0,0 1,0.67 -0.17ZM168,19.22l-2,14.05a0.52,0.52 0,0 1,-0.53 0.46h-3.95a0.52,0.52 0,0 1,-0.53 -0.6L163,19.36a0.54,0.54 0,0 0,-0.54 -0.6h-4.07a0.53,0.53 0,0 1,-0.53 -0.61l0.51,-3.44a0.54,0.54 0,0 1,0.53 -0.46h14.57a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.52,0.52 0,0 1,-0.53 0.45h-4.38a0.54,0.54 0,0 0,-0.53 0.46m10.14,14.51h-3.89a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46h3.89a0.54,0.54 0,0 1,0.54 0.61l-2.61,18.39a0.52,0.52 0,0 1,-0.53 0.45m19,-19.48h4.13a0.53,0.53 0,0 1,0.48 0.77l-9.31,18.42a0.53,0.53 0,0 1,-0.48 0.29h-3.79a0.54,0.54 0,0 1,-0.53 -0.41l-4.1,-18.42a0.54,0.54 0,0 1,0.52 -0.65h4.23a0.55,0.55 0,0 1,0.53 0.44l1.66,9a0.13,0.13 0,0 1,0 0.06l0.28,4.61h0.05l1.49,-4.58 0,-0.06 4.32,-9.2a0.54,0.54 0,0 1,0.48 -0.31m10.26,10.63 l-0.51,-5a0.12,0.12 0,0 0,-0.12 -0.1h0a0.14,0.14 0,0 0,-0.12 0.07l-1.86,4.9a0.52,0.52 0,0 0,0.5 0.71h1.58a0.53,0.53 0,0 0,0.53 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.58,-3a0.54,0.54 0,0 0,-0.53 -0.43h-4.46a0.52,0.52 0,0 0,-0.49 0.32l-1.47,3.27a0.54,0.54 0,0 1,-0.49 0.31h-4.13A0.53,0.53 0,0 1,196 33l9.1,-18.39a0.55,0.55 0,0 1,0.49 -0.3h3.76a0.56,0.56 0,0 1,0.53 0.42l4,18.39a0.54,0.54 0,0 1,-0.53 0.64M223.9,19.22l-2,14.05a0.54,0.54 0,0 1,-0.53 0.46h-4a0.53,0.53 0,0 1,-0.53 -0.6l1.92,-13.77a0.52,0.52 0,0 0,-0.53 -0.6h-4.08a0.54,0.54 0,0 1,-0.53 -0.61l0.51,-3.44a0.55,0.55 0,0 1,0.53 -0.46h14.58a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.54,0.54 0,0 1,-0.53 0.45h-4.38a0.53,0.53 0,0 0,-0.53 0.46m12.77,2.59h6.75a0.53,0.53 0,0 1,0.53 0.6l-0.47,3.31a0.53,0.53 0,0 1,-0.53 0.46h-7a0.54,0.54 0,0 0,-0.53 0.45l-0.26,1.86a0.53,0.53 0,0 0,0.53 0.6h7.44a0.52,0.52 0,0 1,0.53 0.6l-0.49,3.58a0.53,0.53 0,0 1,-0.53 0.46L230,33.73a0.53,0.53 0,0 1,-0.53 -0.6L232,14.74a0.55,0.55 0,0 1,0.54 -0.46h12.62a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.58a0.53,0.53 0,0 1,-0.53 0.45h-7.75a0.54,0.54 0,0 0,-0.53 0.46l-0.26,1.82a0.53,0.53 0,0 0,0.53 0.61M254,29.12c1.36,0 2.58,-0.74 2.72,-1.79l0.95,-6.54c0.14,-1.07 -0.84,-1.92 -2.2,-1.92h-2.06a0.54,0.54 0,0 0,-0.54 0.45l-1.32,9.19a0.54,0.54 0,0 0,0.53 0.61ZM255.94,14.28c4,0 7.37,2 6.73,6.51l-0.94,6.54c-0.64,4.48 -4.59,6.4 -8.54,6.4h-6.75a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46Z" />
</vector>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="48.0dip" android:width="298.0dip" android:viewportWidth="298.0" android:viewportHeight="48.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M9,1L289,1A8,8 0,0 1,297 9L297,39A8,8 0,0 1,289 47L9,47A8,8 0,0 1,1 39L1,9A8,8 0,0 1,9 1z" android:strokeColor="@drawable/$img_premium_activated_tier_2_dark__0" android:strokeWidth="2.0" />
<path android:fillColor="#ffffffff" android:pathData="M112.46,20.67l-1,6.52c-0.22,1.54 -2,2.25 -3.59,2.25s-3,-0.71 -2.78,-2.11l1,-6.66c0.23,-1.45 2,-2.2 3.59,-2.2s3,0.75 2.79,2.2m-2,-6.67L100,14a0.55,0.55 0,0 0,-0.54 0.46l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h1.91a0.26,0.26 0,0 1,0.25 0.37,7.23 7.23,0 0,0 -0.51,1.8l-1,6.66c-0.64,4.45 3.12,6.68 7.21,6.68 4.28,0 8.49,-2.23 9.13,-6.68l1,-6.66c0.63,-4.36 -3,-6.59 -7,-6.67m-63,9.1 l0.06,3.23a0.14,0.14 0,0 1,-0.11 0.14l-1.11,-3.89v0l-3.45,-8a0.54,0.54 0,0 0,-0.49 -0.32L38.42,14.27a0.53,0.53 0,0 0,-0.53 0.46L35.28,33.12a0.54,0.54 0,0 0,0.54 0.61h3.89a0.52,0.52 0,0 0,0.53 -0.46l1,-7.31v0l-0.06,-3.75 0.11,0 1.17,3.89v0l3.23,7.34a0.52,0.52 0,0 0,0.49 0.32h4.22a0.54,0.54 0,0 0,0.53 -0.46l2.6,-18.39a0.53,0.53 0,0 0,-0.53 -0.61L49.17,14.3a0.54,0.54 0,0 0,-0.54 0.46l-1.18,8.35a0,0 0,0 0,0 0M55,33.73h3.9a0.53,0.53 0,0 0,0.53 -0.46L62,14.88a0.53,0.53 0,0 0,-0.53 -0.61L57.58,14.27a0.54,0.54 0,0 0,-0.54 0.46l-2.6,18.39a0.53,0.53 0,0 0,0.53 0.61m9.66,-19 l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h4.07a0.52,0.52 0,0 1,0.53 0.6L67.35,33.13a0.52,0.52 0,0 0,0.53 0.6h4a0.52,0.52 0,0 0,0.53 -0.46l2,-14.06a0.55,0.55 0,0 1,0.54 -0.46h4.38a0.54,0.54 0,0 0,0.53 -0.46l0.51,-3.44a0.53,0.53 0,0 0,-0.53 -0.61L65.17,14.24a0.55,0.55 0,0 0,-0.54 0.46m27.59,6.36a2.52,2.52 0,0 1,-2.56 2.25h-2.3a0.53,0.53 0,0 1,-0.53 -0.61l0.48,-3.38a0.54,0.54 0,0 1,0.54 -0.46L90.3,18.86a1.8,1.8 0,0 1,1.92 2.2m-1.36,-6.79L83.45,14.27a0.52,0.52 0,0 0,-0.53 0.46L80.31,33.12a0.54,0.54 0,0 0,0.54 0.61h3.94a0.54,0.54 0,0 0,0.54 -0.46l0.76,-5.49a0.27,0.27 0,0 1,0.27 -0.23h0.51a0.27,0.27 0,0 1,0.23 0.12l3.77,5.82a0.54,0.54 0,0 0,0.45 0.24L96.2,33.73a0.53,0.53 0,0 0,0.44 -0.84l-4,-5.58a0.27,0.27 0,0 1,0.11 -0.39c2.52,-1.22 4,-2.47 4.47,-5.94 0.56,-4.57 -2.34,-6.71 -6.4,-6.71M133,24.88l-0.52,-5a0.11,0.11 0,0 0,-0.12 -0.1h0a0.11,0.11 0,0 0,-0.11 0.07l-1.87,4.9a0.53,0.53 0,0 0,0.5 0.71h1.58a0.54,0.54 0,0 0,0.54 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.59,-3a0.52,0.52 0,0 0,-0.52 -0.43h-4.47a0.53,0.53 0,0 0,-0.49 0.32l-1.47,3.27a0.52,0.52 0,0 1,-0.49 0.31h-4.13a0.53,0.53 0,0 1,-0.48 -0.76l9.1,-18.39a0.55,0.55 0,0 1,0.48 -0.3L135,14.32a0.54,0.54 0,0 1,0.52 0.42l4.05,18.39a0.53,0.53 0,0 1,-0.52 0.64m15.63,-4.37a0.53,0.53 0,0 1,0.19 0.8A9,9 0,0 1,147.47 34c-3.86,0 -7.42,-2.23 -6.81,-6.65l0.94,-6.7c0.62,-4.4 4.84,-6.65 8.79,-6.65a6.16,6.16 0,0 1,6.12 4,0.53 0.53,0 0,1 -0.32,0.68l-3.35,1.27a0.54,0.54 0,0 1,-0.64 -0.22,3 3,0 0,0 -2.59,-1.18c-1.41,0 -2.83,0.8 -3,2.12l-0.94,6.7c-0.2,1.26 1,2.06 2.42,2.06A3.54,3.54 0,0 0,150.91 28a0.54,0.54 0,0 1,0.67 -0.17ZM168,19.22l-2,14.05a0.52,0.52 0,0 1,-0.53 0.46h-3.95a0.52,0.52 0,0 1,-0.53 -0.6L163,19.36a0.54,0.54 0,0 0,-0.54 -0.6h-4.07a0.53,0.53 0,0 1,-0.53 -0.61l0.51,-3.44a0.54,0.54 0,0 1,0.53 -0.46h14.57a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.52,0.52 0,0 1,-0.53 0.45h-4.38a0.54,0.54 0,0 0,-0.53 0.46m10.14,14.51h-3.89a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46h3.89a0.54,0.54 0,0 1,0.54 0.61l-2.61,18.39a0.52,0.52 0,0 1,-0.53 0.45m19,-19.48h4.13a0.53,0.53 0,0 1,0.48 0.77l-9.31,18.42a0.53,0.53 0,0 1,-0.48 0.29h-3.79a0.54,0.54 0,0 1,-0.53 -0.41l-4.1,-18.42a0.54,0.54 0,0 1,0.52 -0.65h4.23a0.55,0.55 0,0 1,0.53 0.44l1.66,9a0.13,0.13 0,0 1,0 0.06l0.28,4.61h0.05l1.49,-4.58 0,-0.06 4.32,-9.2a0.54,0.54 0,0 1,0.48 -0.31m10.26,10.63 l-0.51,-5a0.12,0.12 0,0 0,-0.12 -0.1h0a0.14,0.14 0,0 0,-0.12 0.07l-1.86,4.9a0.52,0.52 0,0 0,0.5 0.71h1.58a0.53,0.53 0,0 0,0.53 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.58,-3a0.54,0.54 0,0 0,-0.53 -0.43h-4.46a0.52,0.52 0,0 0,-0.49 0.32l-1.47,3.27a0.54,0.54 0,0 1,-0.49 0.31h-4.13A0.53,0.53 0,0 1,196 33l9.1,-18.39a0.55,0.55 0,0 1,0.49 -0.3h3.76a0.56,0.56 0,0 1,0.53 0.42l4,18.39a0.54,0.54 0,0 1,-0.53 0.64M223.9,19.22l-2,14.05a0.54,0.54 0,0 1,-0.53 0.46h-4a0.53,0.53 0,0 1,-0.53 -0.6l1.92,-13.77a0.52,0.52 0,0 0,-0.53 -0.6h-4.08a0.54,0.54 0,0 1,-0.53 -0.61l0.51,-3.44a0.55,0.55 0,0 1,0.53 -0.46h14.58a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.54,0.54 0,0 1,-0.53 0.45h-4.38a0.53,0.53 0,0 0,-0.53 0.46m12.77,2.59h6.75a0.53,0.53 0,0 1,0.53 0.6l-0.47,3.31a0.53,0.53 0,0 1,-0.53 0.46h-7a0.54,0.54 0,0 0,-0.53 0.45l-0.26,1.86a0.53,0.53 0,0 0,0.53 0.6h7.44a0.52,0.52 0,0 1,0.53 0.6l-0.49,3.58a0.53,0.53 0,0 1,-0.53 0.46L230,33.73a0.53,0.53 0,0 1,-0.53 -0.6L232,14.74a0.55,0.55 0,0 1,0.54 -0.46h12.62a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.58a0.53,0.53 0,0 1,-0.53 0.45h-7.75a0.54,0.54 0,0 0,-0.53 0.46l-0.26,1.82a0.53,0.53 0,0 0,0.53 0.61M254,29.12c1.36,0 2.58,-0.74 2.72,-1.79l0.95,-6.54c0.14,-1.07 -0.84,-1.92 -2.2,-1.92h-2.06a0.54,0.54 0,0 0,-0.54 0.45l-1.32,9.19a0.54,0.54 0,0 0,0.53 0.61ZM255.94,14.28c4,0 7.37,2 6.73,6.51l-0.94,6.54c-0.64,4.48 -4.59,6.4 -8.54,6.4h-6.75a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46Z" />
</vector>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="48.0dip" android:width="298.0dip" android:viewportWidth="298.0" android:viewportHeight="48.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M9,1L289,1A8,8 0,0 1,297 9L297,39A8,8 0,0 1,289 47L9,47A8,8 0,0 1,1 39L1,9A8,8 0,0 1,9 1z" android:strokeColor="@drawable/$img_premium_activated_tier_2_light__0" android:strokeWidth="2.0" />
<path android:fillColor="#ff060607" android:pathData="M112.46,20.67l-1,6.52c-0.22,1.54 -2,2.25 -3.59,2.25s-3,-0.71 -2.78,-2.11l1,-6.66c0.23,-1.45 2,-2.2 3.59,-2.2s3,0.75 2.79,2.2m-2,-6.67L100,14a0.55,0.55 0,0 0,-0.54 0.46l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h1.91a0.26,0.26 0,0 1,0.25 0.37,7.23 7.23,0 0,0 -0.51,1.8l-1,6.66c-0.64,4.45 3.12,6.68 7.21,6.68 4.28,0 8.49,-2.23 9.13,-6.68l1,-6.66c0.63,-4.36 -3,-6.59 -7,-6.67m-63,9.1 l0.06,3.23a0.14,0.14 0,0 1,-0.11 0.14l-1.11,-3.89v0l-3.45,-8a0.54,0.54 0,0 0,-0.49 -0.32L38.42,14.27a0.53,0.53 0,0 0,-0.53 0.46L35.28,33.12a0.54,0.54 0,0 0,0.54 0.61h3.89a0.52,0.52 0,0 0,0.53 -0.46l1,-7.31v0l-0.06,-3.75 0.11,0 1.17,3.89v0l3.23,7.34a0.52,0.52 0,0 0,0.49 0.32h4.22a0.54,0.54 0,0 0,0.53 -0.46l2.6,-18.39a0.53,0.53 0,0 0,-0.53 -0.61L49.17,14.3a0.54,0.54 0,0 0,-0.54 0.46l-1.18,8.35a0,0 0,0 0,0 0M55,33.73h3.9a0.53,0.53 0,0 0,0.53 -0.46L62,14.88a0.53,0.53 0,0 0,-0.53 -0.61L57.58,14.27a0.54,0.54 0,0 0,-0.54 0.46l-2.6,18.39a0.53,0.53 0,0 0,0.53 0.61m9.66,-19 l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h4.07a0.52,0.52 0,0 1,0.53 0.6L67.35,33.13a0.52,0.52 0,0 0,0.53 0.6h4a0.52,0.52 0,0 0,0.53 -0.46l2,-14.06a0.55,0.55 0,0 1,0.54 -0.46h4.38a0.54,0.54 0,0 0,0.53 -0.46l0.51,-3.44a0.53,0.53 0,0 0,-0.53 -0.61L65.17,14.24a0.55,0.55 0,0 0,-0.54 0.46m27.59,6.36a2.52,2.52 0,0 1,-2.56 2.25h-2.3a0.53,0.53 0,0 1,-0.53 -0.61l0.48,-3.38a0.54,0.54 0,0 1,0.54 -0.46L90.3,18.86a1.8,1.8 0,0 1,1.92 2.2m-1.36,-6.79L83.45,14.27a0.52,0.52 0,0 0,-0.53 0.46L80.31,33.12a0.54,0.54 0,0 0,0.54 0.61h3.94a0.54,0.54 0,0 0,0.54 -0.46l0.76,-5.49a0.27,0.27 0,0 1,0.27 -0.23h0.51a0.27,0.27 0,0 1,0.23 0.12l3.77,5.82a0.54,0.54 0,0 0,0.45 0.24L96.2,33.73a0.53,0.53 0,0 0,0.44 -0.84l-4,-5.58a0.27,0.27 0,0 1,0.11 -0.39c2.52,-1.22 4,-2.47 4.47,-5.94 0.56,-4.57 -2.34,-6.71 -6.4,-6.71M133,24.88l-0.52,-5a0.11,0.11 0,0 0,-0.12 -0.1h0a0.11,0.11 0,0 0,-0.11 0.07l-1.87,4.9a0.53,0.53 0,0 0,0.5 0.71h1.58a0.54,0.54 0,0 0,0.54 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.59,-3a0.52,0.52 0,0 0,-0.52 -0.43h-4.47a0.53,0.53 0,0 0,-0.49 0.32l-1.47,3.27a0.52,0.52 0,0 1,-0.49 0.31h-4.13a0.53,0.53 0,0 1,-0.48 -0.76l9.1,-18.39a0.55,0.55 0,0 1,0.48 -0.3L135,14.32a0.54,0.54 0,0 1,0.52 0.42l4.05,18.39a0.53,0.53 0,0 1,-0.52 0.64m15.63,-4.37a0.53,0.53 0,0 1,0.19 0.8A9,9 0,0 1,147.47 34c-3.86,0 -7.42,-2.23 -6.81,-6.65l0.94,-6.7c0.62,-4.4 4.84,-6.65 8.79,-6.65a6.16,6.16 0,0 1,6.12 4,0.53 0.53,0 0,1 -0.32,0.68l-3.35,1.27a0.54,0.54 0,0 1,-0.64 -0.22,3 3,0 0,0 -2.59,-1.18c-1.41,0 -2.83,0.8 -3,2.12l-0.94,6.7c-0.2,1.26 1,2.06 2.42,2.06A3.54,3.54 0,0 0,150.91 28a0.54,0.54 0,0 1,0.67 -0.17ZM168,19.22l-2,14.05a0.52,0.52 0,0 1,-0.53 0.46h-3.95a0.52,0.52 0,0 1,-0.53 -0.6L163,19.36a0.54,0.54 0,0 0,-0.54 -0.6h-4.07a0.53,0.53 0,0 1,-0.53 -0.61l0.51,-3.44a0.54,0.54 0,0 1,0.53 -0.46h14.57a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.52,0.52 0,0 1,-0.53 0.45h-4.38a0.54,0.54 0,0 0,-0.53 0.46m10.14,14.51h-3.89a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46h3.89a0.54,0.54 0,0 1,0.54 0.61l-2.61,18.39a0.52,0.52 0,0 1,-0.53 0.45m19,-19.48h4.13a0.53,0.53 0,0 1,0.48 0.77l-9.31,18.42a0.53,0.53 0,0 1,-0.48 0.29h-3.79a0.54,0.54 0,0 1,-0.53 -0.41l-4.1,-18.42a0.54,0.54 0,0 1,0.52 -0.65h4.23a0.55,0.55 0,0 1,0.53 0.44l1.66,9a0.13,0.13 0,0 1,0 0.06l0.28,4.61h0.05l1.49,-4.58 0,-0.06 4.32,-9.2a0.54,0.54 0,0 1,0.48 -0.31m10.26,10.63 l-0.51,-5a0.12,0.12 0,0 0,-0.12 -0.1h0a0.14,0.14 0,0 0,-0.12 0.07l-1.86,4.9a0.52,0.52 0,0 0,0.5 0.71h1.58a0.53,0.53 0,0 0,0.53 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.58,-3a0.54,0.54 0,0 0,-0.53 -0.43h-4.46a0.52,0.52 0,0 0,-0.49 0.32l-1.47,3.27a0.54,0.54 0,0 1,-0.49 0.31h-4.13A0.53,0.53 0,0 1,196 33l9.1,-18.39a0.55,0.55 0,0 1,0.49 -0.3h3.76a0.56,0.56 0,0 1,0.53 0.42l4,18.39a0.54,0.54 0,0 1,-0.53 0.64M223.9,19.22l-2,14.05a0.54,0.54 0,0 1,-0.53 0.46h-4a0.53,0.53 0,0 1,-0.53 -0.6l1.92,-13.77a0.52,0.52 0,0 0,-0.53 -0.6h-4.08a0.54,0.54 0,0 1,-0.53 -0.61l0.51,-3.44a0.55,0.55 0,0 1,0.53 -0.46h14.58a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.54,0.54 0,0 1,-0.53 0.45h-4.38a0.53,0.53 0,0 0,-0.53 0.46m12.77,2.59h6.75a0.53,0.53 0,0 1,0.53 0.6l-0.47,3.31a0.53,0.53 0,0 1,-0.53 0.46h-7a0.54,0.54 0,0 0,-0.53 0.45l-0.26,1.86a0.53,0.53 0,0 0,0.53 0.6h7.44a0.52,0.52 0,0 1,0.53 0.6l-0.49,3.58a0.53,0.53 0,0 1,-0.53 0.46L230,33.73a0.53,0.53 0,0 1,-0.53 -0.6L232,14.74a0.55,0.55 0,0 1,0.54 -0.46h12.62a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.58a0.53,0.53 0,0 1,-0.53 0.45h-7.75a0.54,0.54 0,0 0,-0.53 0.46l-0.26,1.82a0.53,0.53 0,0 0,0.53 0.61M254,29.12c1.36,0 2.58,-0.74 2.72,-1.79l0.95,-6.54c0.14,-1.07 -0.84,-1.92 -2.2,-1.92h-2.06a0.54,0.54 0,0 0,-0.54 0.45l-1.32,9.19a0.54,0.54 0,0 0,0.53 0.61ZM255.94,14.28c4,0 7.37,2 6.73,6.51l-0.94,6.54c-0.64,4.48 -4.59,6.4 -8.54,6.4h-6.75a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46Z" />
</vector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 528 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 B

View File

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 816 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 722 B

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Some files were not shown because too many files have changed in this diff Show More