84.9 - Beta (84109)

This commit is contained in:
Juby210 2021-07-23 09:30:52 +02:00
parent 98c7f68787
commit aba2da8e06
448 changed files with 9 additions and 1399 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'com.discord'
minSdkVersion 21
targetSdkVersion 29
versionCode 84108
versionName "84.8 - Beta"
versionCode 84109
versionName "84.9 - Beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="84108" android:versionName="84.8 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="84109" android:versionName="84.9 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>

View File

@ -172,7 +172,7 @@ public class App extends Application {
loggingProvider.init(appLog);
c.i.c.c.e(this);
String str = null;
if (BuildUtils.INSTANCE.isValidBuildVersionName("84.8 - Beta")) {
if (BuildUtils.INSTANCE.isValidBuildVersionName("84.9 - Beta")) {
FirebaseCrashlytics.getInstance().setCrashlyticsCollectionEnabled(true);
} else {
FirebaseCrashlytics.getInstance().setCrashlyticsCollectionEnabled(false);

View File

@ -15,7 +15,7 @@ public final class StoreClientVersion extends Store {
private int clientMinVersion;
private final String clientMinVersionKey = "CLIENT_OUTDATED_KEY";
private final SerializedSubject<Boolean, Boolean> clientOutdatedSubject = new SerializedSubject<>(BehaviorSubject.l0(Boolean.FALSE));
private final int clientVersion = 84108;
private final int clientVersion = 84109;
public static final /* synthetic */ void access$setClientMinVersion(StoreClientVersion storeClientVersion, int i) {
storeClientVersion.setClientMinVersion(i);

View File

@ -77,7 +77,7 @@ public final class AnalyticSuperProperties {
private final void setBaselineProperties() {
String locale = Locale.getDefault().toString();
m.checkNotNullExpressionValue(locale, "Locale.getDefault().toString()");
updateSuperProperties(h0.mapOf(o.to("browser", "Discord Android"), o.to("browser_user_agent", "Discord-Android/84108"), o.to("client_build_number", 84108), o.to("client_version", "84.8 - Beta"), o.to("device", Build.MODEL + ", " + Build.PRODUCT), o.to("os", "Android"), o.to("os_sdk_version", String.valueOf(Build.VERSION.SDK_INT)), o.to("os_version", Build.VERSION.RELEASE), o.to("system_locale", t.replace$default(locale, "_", "-", false, 4, (Object) null))));
updateSuperProperties(h0.mapOf(o.to("browser", "Discord Android"), o.to("browser_user_agent", "Discord-Android/84109"), o.to("client_build_number", 84109), o.to("client_version", "84.9 - Beta"), o.to("device", Build.MODEL + ", " + Build.PRODUCT), o.to("os", "Android"), o.to("os_sdk_version", String.valueOf(Build.VERSION.SDK_INT)), o.to("os_version", Build.VERSION.RELEASE), o.to("system_locale", t.replace$default(locale, "_", "-", false, 4, (Object) null))));
}
private final void setSuperProperties(Map<String, ? extends Object> map) {

View File

@ -179,7 +179,7 @@ public final class RestAPI implements RestAPIInterface {
@Override // com.discord.restapi.RequiredHeadersInterceptor.HeadersProvider
public String getUserAgent() {
return "Discord-Android/84108";
return "Discord-Android/84109";
}
}

View File

@ -100,7 +100,7 @@ public final class WidgetFatalCrash extends AppFragment {
textView2.setText(b.j(this, 2131887897, objArr2, null, 4));
TextView textView3 = getBinding().b;
m.checkNotNullExpressionValue(textView3, "binding.fatalCrashAppVersion");
textView3.setText(b.j(this, 2131887890, new Object[]{"84.8 - Beta"}, null, 4));
textView3.setText(b.j(this, 2131887890, new Object[]{"84.9 - Beta"}, null, 4));
TextView textView4 = getBinding().d;
m.checkNotNullExpressionValue(textView4, "binding.fatalCrashOsVersion");
textView4.setText(b.j(this, 2131887893, new Object[]{String.valueOf(Build.VERSION.SDK_INT)}, null, 4));

View File

@ -344,7 +344,7 @@ public final class WidgetSettings extends AppFragment implements OnTabSelectedLi
TextView textView = binding.f;
m.checkNotNullExpressionValue(textView, "appInfoHeader");
String string = getString(2131886360);
textView.setText(string + " - 84.8 - Beta (84108)");
textView.setText(string + " - 84.9 - Beta (84109)");
binding.f1938z.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$3(this));
binding.u.setOnClickListener(WidgetSettings$onViewBound$1$5.INSTANCE);
binding.q.setOnClickListener(WidgetSettings$onViewBound$1$6.INSTANCE);

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:interpolator/accelerate_decelerate" android:zAdjustment="top">
<alpha android:duration="@integer/animation_time_fast" android:fromAlpha="1" android:toAlpha="0"/>
</set>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:interpolator/accelerate_decelerate">
<scale android:duration="@integer/animation_time_standard" android:pivotX="50%p" android:pivotY="50%p" android:fromXScale="95%p" android:toXScale="100%p" android:fromYScale="95%p" android:toYScale="100%p"/>
</set>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:interpolator/accelerate_decelerate">
<translate android:duration="@integer/animation_time_standard" android:fromYDelta="-100%" android:toYDelta="0%"/>
</set>

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:interpolator/accelerate_decelerate" android:zAdjustment="top">
<translate android:duration="@integer/animation_time_standard" android:fromXDelta="75%" android:toXDelta="0%"/>
<scale android:duration="@integer/animation_time_standard" android:pivotX="50%p" android:pivotY="50%p" android:fromXScale="75%p" android:toXScale="100%p" android:fromYScale="75%p" android:toYScale="100%p"/>
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="0.25" android:toAlpha="1"/>
</set>

View File

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

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" android:ordering="together">
<objectAnimator android:duration="@android:integer/config_shortAnimTime" android:valueTo="1" android:valueType="floatType" android:propertyName="scaleX"/>
<objectAnimator android:duration="@android:integer/config_shortAnimTime" android:valueTo="1" android:valueType="floatType" android:propertyName="scaleY"/>
</set>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24">
<path android:fillColor="#ffffff" android:pathData="M22,11.0722236 L22,4 C22,2.9 21.1,2 20,2 L4,2 C2.9,2 2,2.9 2,4 L2,22 L6,18 L10,18 C10,13.581722 13.5907123,10 18,10 C19.4571486,10 20.8233065,10.390555 22,11.0722236 Z" android:strokeWidth="1" android:strokeAlpha="0.6" android:fillAlpha="0.6"/>
<path android:pathData="M 0 0 L 24 0 L 24 24 L 0 24 Z" android:fillType="evenOdd"/>
</vector>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24">
<path android:fillColor="#ffffff" android:pathData="M11.3667306,13.529955 C10.1654211,13.1768476 8.90586299,13 8,13 C5.67,13 1,14.17 1,16.5 L1,19 L10.0621141,19 C10.021119,18.67233 10,18.3385783 10,18 C10,16.3443701 10.5041979,14.8062072 11.3667306,13.529955 Z M14.7080045,10.7083081 C13.6978429,10.2255448 13,9.19426739 13,8 C13,6.34314575 14.3431458,5 16,5 C17.6568542,5 19,6.34314575 19,8 C19,8.76996698 18.7099327,9.47218511 18.2331132,10.0033394 C18.1556794,10.0011182 18.0779699,10 18,10 C16.8273956,10 15.7126841,10.2533133 14.7080045,10.7083081 Z M8,11 C6.34314575,11 5,9.65685425 5,8 C5,6.34314575 6.34314575,5 8,5 C9.65685425,5 11,6.34314575 11,8 C11,9.65685425 9.65685425,11 8,11 Z" android:strokeWidth="1" android:strokeAlpha="0.6" android:fillAlpha="0.6" android:fillType="evenOdd"/>
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd"/>
</vector>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24">
<path android:fillColor="#ffffff" android:pathData="M19,10.0620401 L19,6 L13.4,6 L13,4 L4,4 L4,21 L6,21 L6,14 L11.0722236,14 C12.4574695,11.6087945 15.0448959,10 18,10 C18.3386603,10 18.6724058,10.0210962 19,10.0620401 Z" android:strokeWidth="1" android:strokeAlpha="0.6" android:fillAlpha="0.6" android:fillType="evenOdd"/>
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd"/>
</vector>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24">
<path android:fillColor="#4f545c" android:pathData="M19.8970145,10.2267639 C19.2889083,10.0785794 18.6536078,10 18,10 C13.5907123,10 10,13.581722 10,18 C10,19.4558297 10.3904597,20.8224229 11.0725703,22 L5,22 C3.8954305,22 3,21.1045695 3,20 L3,19 L2,19 C1.44771525,19 1,18.5522847 1,18 L1,15 C1,14.4477153 1.44771525,14 2,14 L3,14 C3,10.1340068 6.13400675,7 10,7 L11,7 L11,5.73 C10.4,5.39 10,4.74 10,4 C10,2.8954305 10.8954305,2 12,2 C13.1045695,2 14,2.8954305 14,4 C14,4.74 13.6,5.39 13,5.73 L13,7 L14,7 C16.4765213,7 18.6526667,8.28606191 19.8970145,10.2267639 Z M7.5,13 C6.11928813,13 5,14.1192881 5,15.5 C5,16.8807119 6.11928813,18 7.5,18 C8.88071187,18 10,16.8807119 10,15.5 C10,14.1192881 8.88071187,13 7.5,13 Z" android:strokeWidth="1" android:strokeAlpha="0.6" android:fillAlpha="0.6"/>
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd"/>
</vector>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="32dp" android:width="32dp" android:viewportWidth="32" android:viewportHeight="32">
<path android:fillColor="#202225" android:pathData="M16,16m-16,0a16,16 0,1 1,32 0a16,16 0,1 1,-32 0" android:strokeAlpha="0.5" android:fillAlpha="0.5"/>
<path android:fillColor="#ffffff" android:pathData="M17.6667,12.6717C17.6667,14.5092 16.1717,16.005 14.3333,16.005C12.4958,16.005 11,14.5092 11,12.6717C11,10.8342 12.495,9.3383 14.3333,9.3383C16.1717,9.3383 17.6667,10.8342 17.6667,12.6717ZM7.6667,21.8383C7.6667,18.8942 10.4083,16.8383 14.3333,16.8383C18.2592,16.8383 21,18.8942 21,21.8383V22.6717H7.6667V21.8383Z" android:fillType="evenOdd"/>
<path android:fillColor="#ffffff" android:pathData="M22.6667,22.6717H24.3333V21.8383C24.3333,19.7028 22.8913,18.0346 20.601,17.2794C21.885,18.4273 22.6667,20.0049 22.6667,21.8383V22.6717Z"/>
<path android:fillColor="#ffffff" android:pathData="M18.4027,15.9231C19.888,15.587 21,14.2564 21,12.6717C21,10.9743 19.7244,9.5685 18.0808,9.3639C18.8601,10.2459 19.3333,11.4044 19.3333,12.6717C19.3333,13.8741 18.9073,14.9785 18.1981,15.8418C18.2668,15.8681 18.3351,15.8952 18.4027,15.9231Z"/>
</vector>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="16dp" android:width="16dp" android:autoMirrored="true" android:viewportWidth="16" android:viewportHeight="16">
<path android:fillColor="#b9bbbe" android:pathData="M9.3333,9.3333C9.3333,10.0667 8.7333,10.6667 8,10.6667C7.2667,10.6667 6.6667,10.0667 6.6667,9.3333C6.6667,8.6 7.2667,8 8,8C8.7333,8 9.3333,8.6 9.3333,9.3333ZM5.6667,14V13.6667C5.6667,12.5333 6.6267,11.6667 8,11.6667C9.3733,11.6667 10.3333,12.5333 10.3333,13.6667V14H5.6667ZM4.6667,9.3333C4.6667,7.4933 6.16,6 8,6C9.84,6 11.3333,7.4933 11.3333,9.3333C11.3333,9.94 11.16,10.5 10.8733,10.9933L11.7467,11.5C12.1133,10.86 12.3333,10.1267 12.3333,9.3333C12.3333,6.9467 10.3867,5 8,5C5.6133,5 3.6667,6.9467 3.6667,9.3333C3.6667,10.12 3.88,10.86 4.2533,11.5L5.1267,10.9933C4.84,10.5 4.6667,9.94 4.6667,9.3333ZM1.6667,9.3333C1.6667,5.8333 4.5,3 8,3C11.5,3 14.3333,5.8333 14.3333,9.3333C14.3333,10.4867 14.02,11.5667 13.48,12.5L14.34,13C14.9667,11.92 15.3333,10.6667 15.3333,9.3333C15.3333,5.2867 12.0467,2 8,2C3.9533,2 0.6667,5.2867 0.6667,9.3333C0.6667,10.6667 1.0333,11.92 1.6533,12.9933L2.5133,12.4933C1.98,11.5667 1.6667,10.4867 1.6667,9.3333Z" android:fillType="evenOdd"/>
</vector>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:width="24dp" android:viewportWidth="16" android:viewportHeight="16">
<path android:fillColor="#faa61a" android:pathData="M13.6572,5.4287C13.8879,5.29 14.1806,5.304 14.3973,5.4647C14.6133,5.626 14.7119,5.9007 14.6473,6.162L13.3139,11.4954C13.2393,11.7927 12.9726,12.0007 12.6666,12.0007H3.3333C3.0273,12.0007 2.7606,11.792 2.6859,11.4954L1.3526,6.162C1.2879,5.9007 1.3866,5.626 1.6026,5.4647C1.8199,5.3047 2.1119,5.2907 2.3433,5.4287L5.1319,7.102L7.4459,3.6307C7.4617,3.607 7.4838,3.5913 7.5059,3.5756C7.5192,3.5661 7.5325,3.5566 7.5446,3.5454L6.9026,2.9027C6.7733,2.7734 6.7733,2.5607 6.9026,2.4313L7.7646,1.5694C7.8939,1.44 8.1066,1.44 8.2359,1.5694L9.0979,2.4313C9.2273,2.5607 9.2273,2.7734 9.0979,2.9027L8.4559,3.5454C8.4679,3.5569 8.4815,3.5665 8.4952,3.5762C8.517,3.5917 8.539,3.6073 8.5546,3.6307L10.8686,7.102L13.6572,5.4287ZM2.6667,12.6673H13.3333V14.0007H2.6667V12.6673Z" android:fillType="evenOdd"/>
</vector>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24">
<path android:fillColor="#72767d" android:pathData="M14,8.006C14,10.211 12.206,12.006 10,12.006C7.795,12.006 6,10.211 6,8.006C6,5.801 7.794,4.006 10,4.006C12.206,4.006 14,5.801 14,8.006ZM2,19.006C2,15.473 5.29,13.006 10,13.006C14.711,13.006 18,15.473 18,19.006V20.006H2V19.006Z" android:fillType="evenOdd"/>
<path android:fillColor="#72767d" android:pathData="M14,8.006C14,10.211 12.206,12.006 10,12.006C7.795,12.006 6,10.211 6,8.006C6,5.801 7.794,4.006 10,4.006C12.206,4.006 14,5.801 14,8.006ZM2,19.006C2,15.473 5.29,13.006 10,13.006C14.711,13.006 18,15.473 18,19.006V20.006H2V19.006Z" android:fillType="evenOdd"/>
<path android:fillColor="#72767d" android:pathData="M20.0001,20.006H22.0001V19.006C22.0001,16.4433 20.2697,14.4415 17.5213,13.5352C19.0621,14.9127 20.0001,16.8058 20.0001,19.006V20.006Z"/>
<path android:fillColor="#72767d" android:pathData="M14.8834,11.9077C16.6657,11.5044 18.0001,9.9077 18.0001,8.006C18.0001,5.9692 16.4693,4.2822 14.4971,4.0367C15.4322,5.0951 16.0001,6.4852 16.0001,8.006C16.0001,9.4489 15.4889,10.7742 14.6378,11.8101C14.7203,11.8417 14.8022,11.8743 14.8834,11.9077Z"/>
</vector>

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="80dp" android:width="121dp" android:viewportWidth="121" android:viewportHeight="80">
<path android:fillColor="#36393f" android:pathData="M60.5,40m-32,0a32,32 0,1 1,64 0a32,32 0,1 1,-64 0"/>
<path android:fillColor="#ffffff" android:pathData="M63.833,41.667C63.833,43.5 62.333,45 60.5,45C58.667,45 57.167,43.5 57.167,41.667C57.167,39.833 58.667,38.333 60.5,38.333C62.333,38.333 63.833,39.833 63.833,41.667ZM54.667,53.333V52.5C54.667,49.667 57.067,47.5 60.5,47.5C63.933,47.5 66.333,49.667 66.333,52.5V53.333H54.667ZM52.167,41.667C52.167,37.067 55.9,33.333 60.5,33.333C65.1,33.333 68.833,37.067 68.833,41.667C68.833,43.183 68.4,44.583 67.683,45.817L69.867,47.083C70.783,45.483 71.333,43.65 71.333,41.667C71.333,35.7 66.467,30.833 60.5,30.833C54.533,30.833 49.667,35.7 49.667,41.667C49.667,43.633 50.2,45.483 51.133,47.083L53.317,45.817C52.6,44.583 52.167,43.183 52.167,41.667ZM44.667,41.667C44.667,32.917 51.75,25.833 60.5,25.833C69.25,25.833 76.333,32.917 76.333,41.667C76.333,44.55 75.55,47.25 74.2,49.583L76.35,50.833C77.917,48.133 78.833,45 78.833,41.667C78.833,31.55 70.617,23.333 60.5,23.333C50.383,23.333 42.167,31.55 42.167,41.667C42.167,45 43.083,48.133 44.633,50.817L46.783,49.567C45.45,47.25 44.667,44.55 44.667,41.667Z" android:fillType="evenOdd"/>
<path android:fillColor="#58f287" android:pathData="M104.171,1.806C104.171,0.809 103.363,0 102.365,0C101.368,0 100.559,0.809 100.559,1.806V3.643C100.559,4.64 101.368,5.449 102.365,5.449C103.363,5.449 104.171,4.64 104.171,3.643V1.806Z"/>
<path android:fillColor="#58f287" android:pathData="M104.171,16.357C104.171,15.36 103.362,14.551 102.365,14.551C101.367,14.551 100.558,15.36 100.558,16.357V18.194C100.558,19.191 101.367,20 102.365,20C103.362,20 104.171,19.191 104.171,18.194V16.357Z"/>
<path android:fillColor="#58f287" android:pathData="M110.694,11.841C111.691,11.841 112.5,11.032 112.5,10.035C112.5,9.037 111.691,8.228 110.694,8.228H108.857C107.86,8.228 107.051,9.037 107.051,10.035C107.051,11.032 107.86,11.841 108.857,11.841H110.694Z"/>
<path android:fillColor="#58f287" android:pathData="M96.143,11.741C97.141,11.741 97.95,10.932 97.95,9.935C97.95,8.937 97.141,8.129 96.143,8.129H94.307C93.309,8.129 92.501,8.937 92.501,9.935C92.501,10.932 93.309,11.741 94.307,11.741H96.143Z"/>
<path android:fillColor="#ffd01a" android:pathData="M19.65,74.457L23.815,73.068C24.019,72.975 24.192,72.824 24.314,72.635C24.435,72.445 24.5,72.225 24.5,72C24.5,71.775 24.435,71.555 24.314,71.365C24.192,71.176 24.019,71.025 23.815,70.932L19.65,69.543C19.366,69.414 19.138,69.186 19.009,68.902L17.514,64.735C17.444,64.521 17.308,64.335 17.126,64.203C16.944,64.071 16.725,64 16.5,64C16.275,64 16.056,64.071 15.874,64.203C15.692,64.335 15.556,64.521 15.486,64.735L13.991,68.902C13.862,69.186 13.634,69.414 13.35,69.543L9.185,70.932C8.981,71.025 8.808,71.176 8.686,71.365C8.565,71.555 8.5,71.775 8.5,72C8.5,72.225 8.565,72.445 8.686,72.635C8.808,72.824 8.981,72.975 9.185,73.068L13.35,74.457C13.501,74.503 13.639,74.586 13.75,74.698C13.862,74.809 13.945,74.947 13.991,75.098L15.486,79.265C15.556,79.479 15.692,79.665 15.874,79.797C16.056,79.929 16.275,80 16.5,80C16.725,80 16.944,79.929 17.126,79.797C17.308,79.665 17.444,79.479 17.514,79.265L19.009,75.098C19.055,74.947 19.138,74.809 19.25,74.698C19.361,74.586 19.499,74.503 19.65,74.457Z"/>
</vector>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:width="24dp" android:alpha="0.6" android:autoMirrored="true" android:viewportWidth="24" android:viewportHeight="24">
<path android:fillColor="#ffffff" android:pathData="M10.01,21.01C10.01,22.11 10.9,23 12,23C13.1,23 13.99,22.11 13.99,21.01L10.01,21.01L10.01,21.01ZM18.88,16.82L21,18.94L21,20L3,20L3,18.94L5.12,16.82L5.12,11C5.12,7.75 7.37,5.03 10.41,4.31L10.41,3.59C10.41,2.71 11.12,2 12,2C12.88,2 13.59,2.71 13.59,3.59L13.59,4.31C16.63,5.03 18.88,7.75 18.88,11L18.88,16.82ZM13,17L13,15L11,15L11,17L13,17ZM13,13L13,7L11,7L11,13L13,13Z" android:fillType="evenOdd"/>
</vector>

View File

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="40dp" android:width="40dp" android:viewportWidth="40" android:viewportHeight="40">
<path android:fillColor="#ebeff7" android:pathData="M7.3,21.9l12.6,-1.2a4.2,4.2 0,0 0,3.7 -4.5l-0.8,-7.6A4,4 0,0 0,18.4 5L5.8,6.2a4,4 0,0 0,-3.7 4.4l0.7,7.6A4.1,4.1 0,0 0,7.3 21.9Z" android:fillType="evenOdd"/>
<path android:fillColor="#9cb8ff" android:pathData="M9.9,21.2 L22.5,20a4.1,4.1 0,0 0,3.7 -4.5L25.4,8A4.1,4.1 0,0 0,21 4.3L8.4,5.5A4.1,4.1 0,0 0,4.7 10l0.7,7.5A4.1,4.1 0,0 0,9.9 21.2Z" android:fillType="evenOdd"/>
<path android:fillColor="#9cb8ff" android:pathData="M3.9,16.7l3,-0.3L6.2,9.1l-3,0.3a2.8,2.8 0,0 0,-2.5 3l0.2,1.9A2.7,2.7 0,0 0,3.9 16.7Z" android:fillType="evenOdd"/>
<path android:fillColor="#80a7ff" android:pathData="M6.8,14.8l-0.4,-4.1 -0.3,-0.2 -2.8,0.2a1.4,1.4 0,0 0,-1.2 1.5l0.2,1.9a1.4,1.4 0,0 0,1.5 1.3l2.7,-0.3A0.3,0.3 0,0 0,6.8 14.8Z" android:fillType="evenOdd"/>
<path android:fillColor="#ff000000" android:pathData="M11.4,13.6a1.3,1.3 0,0 0,1.2 -1.5,1.3 1.3,0 0,0 -1.4,-1.2 1.5,1.5 0,0 0,-1.3 1.5A1.4,1.4 0,0 0,11.4 13.6Z" android:fillType="evenOdd"/>
<path android:fillColor="#b8d0ff" android:pathData="M25.6,8H23.9l-5.7,0.6 -1.9,0.2a1.7,1.7 0,0 0,-1.5 1.8l0.2,1.9a4.1,4.1 0,0 0,4.5 3.7l1.9,-0.2h0.8l1.6,-0.2a4,4 0,0 0,3.7 -4.4l-0.2,-1.9A1.5,1.5 0,0 0,25.6 8Z" android:fillType="evenOdd"/>
<path android:fillColor="#cbdaf7" android:pathData="M21.4,16.1l2.4,-0.3a4,4 0,0 0,3.7 -4.4l-0.2,-1.9A1.5,1.5 0,0 0,25.6 8l-7.4,0.7a1.7,1.7 0,0 0,-1.5 1.8l0.2,1.9A4.1,4.1 0,0 0,21.4 16.1Z" android:fillType="evenOdd"/>
<path android:fillColor="#9cb8ff" android:pathData="M22.2,12.9L20.4,12.9c-0.4,0 -0.6,0.3 -0.6,0.7s0.4,0.6 0.8,0.6h1.7a0.6,0.6 0,0 0,0.6 -0.7A0.6,0.6 0,0 0,22.2 12.9ZM25.4,12.6h-0.7a0.8,0.8 0,0 0,-0.6 0.8,0.7 0.7,0 0,0 0.7,0.6h0.7a0.6,0.6 0,0 0,0.6 -0.7A0.6,0.6 0,0 0,25.4 12.6Z" android:fillType="evenOdd"/>
<path android:fillColor="#80a7ff" android:pathData="M21.9,17.7l1.1,-0.2a0.4,0.4 0,0 0,0.4 -0.4,0.5 0.5,0 0,0 -0.5,-0.5H21.8a0.7,0.7 0,0 0,-0.4 0.5A0.5,0.5 0,0 0,21.9 17.7Z" android:fillType="evenOdd"/>
<path android:fillColor="#4871e5" android:pathData="M26,5.5a12,12 0,0 1,1 12.6l-2.3,1.6 -15.5,0.8L5,15.9 7.8,5.6 21,4.3Z" android:fillAlpha="0.4" android:fillType="evenOdd"/>
<path android:fillColor="#ebeff7" android:pathData="M13.3,1.1C4.3,2 -0.1,8.5 0.4,13.5s6.4,4.9 7.4,1.3l2.2,-8 13,0.4 3,-1.7C24.7,3.6 19.9,0.5 13.3,1.1Z" android:fillType="evenOdd"/>
<path android:fillColor="#ebeff7" android:pathData="M6.9,15.7l8.6,3.5L27,18.1l-1,2L7.3,21.9l-2,-3.6Z" android:fillType="evenOdd"/>
<path android:fillColor="#dae2ed" android:pathData="M4.5,10 L2.2,11 0.7,6.9a1,1 0,0 1,0.6 -1.3,0.9 0.9,0 0,1 1.2,0.5Z" android:fillType="evenOdd"/>
<path android:fillColor="#b7c2ce" android:pathData="M1.2,8.3l1,2.7 2.3,-1L3.2,7.5Z" android:fillType="evenOdd"/>
<path android:fillColor="#dae2ed" android:pathData="M8.5,14.2a4.7,4.7 0,0 1,-4.4 5C1.8,19.1 -0.1,16.8 0,14S2.1,9 4.4,9 8.6,11.4 8.5,14.2Z" android:fillType="evenOdd"/>
<path android:fillColor="#b7c2ce" android:pathData="M6.8,14.2a3.5,3.5 0,0 1,-3.2 3.6A3.5,3.5 0,0 1,0.7 14.1c0.1,-2 1.5,-3.6 3.1,-3.5S6.8,12.3 6.8,14.2Z" android:fillType="evenOdd"/>
<path android:fillColor="#ff903e" android:pathData="M5.8,14.2a2.4,2.4 0,0 1,-2.2 2.6,2.5 2.5,0 0,1 -2.1,-2.7 2.4,2.4 0,0 1,2.2 -2.5A2.4,2.4 0,0 1,5.8 14.2Z" android:fillType="evenOdd"/>
<path android:fillColor="#ff7f14" android:pathData="M3.3,15.5H3c-0.1,0 -0.1,-0.1 -0.1,-0.2l0.7,-2.4c0,-0.1 0.1,-0.1 0.2,-0.1h0.3c0.1,0 0.1,0.1 0.1,0.2l-0.7,2.4Z" android:fillType="evenOdd"/>
<path android:fillColor="#ff7f14" android:pathData="M17.5,0V1.5a16.6,16.6 0,0 1,3.5 3.1l1,-3.2A16.3,16.3 0,0 0,17.5 0Z" android:fillType="evenOdd"/>
<path android:fillColor="#ff903e" android:pathData="M20.9,4.6l1,-3.2 1.4,2.9Z" android:fillType="evenOdd"/>
<path android:fillColor="#ffda13" android:pathData="M39.1,3l0.8,1.7c0.2,0.4 -0.2,0.9 -0.6,0.7l-1.8,-0.9h-0.4l-1.8,0.9c-0.4,0.2 -0.8,-0.3 -0.6,-0.7L35.5,3a0.5,0.5 0,0 0,0 -0.5L34.7,0.8a0.5,0.5 0,0 1,0.6 -0.7l1.8,0.9a0.3,0.3 0,0 0,0.4 0L39.3,0.1a0.5,0.5 0,0 1,0.6 0.7l-0.8,1.7A0.5,0.5 0,0 0,39.1 3Z"/>
<path android:fillColor="#ff64fc" android:pathData="M18.2,18.8l-5.7,6.7 0.7,8.8L19.9,40l5.7,-6.7 -0.7,-8.8ZM22.4,32.2 L19.5,35.6 16.2,32.8 15.7,26.6 18.5,23.2 21.9,26.1Z"/>
<path android:fillColor="#ffdcf9" android:pathData="M15.7,26.6l0.5,6.2l3.3,2.8l2.9,-3.4l-0.5,-6.1l-3.4,-2.9l-2.8,3.4z"/>
<path android:fillColor="#ffadff" android:pathData="M18.2,18.8l0.3,4.4l3.4,2.9l3,-1.6l-6.7,-5.7z"/>
<path android:fillColor="#ff64fc" android:pathData="M36.4,22.9 L30,26.5l-2,7 3.6,6.4L38,36.3l2,-7ZM35.8,34.6 L32.6,36.4 30.8,33.2 32.2,28.2 35.4,26.4 37.2,29.6Z"/>
<path android:fillColor="#ffdcf9" android:pathData="M32.2,28.2l-1.4,5l1.8,3.2l3.2,-1.8l1.4,-5l-1.8,-3.2l-3.2,1.8z"/>
<path android:fillColor="#ffadff" android:pathData="M36.4,22.9l-1,3.5l1.8,3.2l2.8,-0.3l-3.6,-6.4z"/>
<path android:fillColor="#ff64fc" android:pathData="M2.9,25.3 L0,31l2,6.1 5.8,2.8 2.8,-5.7 -2,-6.1ZM8.2,34 L6.7,36.9 3.9,35.5 2.4,31.2l1.5,-2.9 2.8,1.5Z"/>
<path android:fillColor="#ffdcf9" android:pathData="M2.4,31.2l1.5,4.3l2.8,1.4l1.5,-2.9l-1.5,-4.2l-2.8,-1.5l-1.5,2.9z"/>
<path android:fillColor="#ffadff" android:pathData="M2.9,25.3l1,3l2.8,1.5l1.9,-1.7l-5.7,-2.8z"/>
</vector>

View File

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="40dp" android:width="40dp" android:viewportWidth="40" android:viewportHeight="40">
<path android:fillColor="#80a7ff" android:pathData="M13.3447,29.0145L26.2447,27.7145C26.7841,27.6645 27.3082,27.5081 27.7868,27.2543C28.2654,27.0005 28.6889,26.6544 29.033,26.236C29.377,25.8175 29.6347,25.3351 29.7912,24.8165C29.9477,24.2979 29.9999,23.7534 29.9447,23.2145L29.2447,15.4145C29.1953,14.8657 29.0358,14.3324 28.7757,13.8466C28.5156,13.3608 28.1603,12.9325 27.7309,12.5871C27.3015,12.2417 26.8069,11.9864 26.2767,11.8365C25.7464,11.6866 25.1914,11.6451 24.6447,11.7145L11.8447,12.9145C11.2922,12.9646 10.7551,13.1237 10.2644,13.3825C9.7738,13.6413 9.3392,13.9948 8.9859,14.4225C8.6326,14.8502 8.3675,15.3436 8.2059,15.8743C8.0444,16.405 7.9896,16.9625 8.0447,17.5145L8.7447,25.2145C8.8708,26.32 9.4206,27.3335 10.2784,28.0422C11.1362,28.7508 12.2353,29.0993 13.3447,29.0145Z" android:fillType="evenOdd"/>
<path android:fillColor="#9cb8ff" android:pathData="M16.0449,28.7145L28.9449,27.5145C30.0504,27.3884 31.0639,26.8387 31.7725,25.9809C32.4812,25.123 32.8297,24.0239 32.7449,22.9145L31.9449,15.2145C31.8948,14.662 31.7357,14.125 31.4769,13.6343C31.2181,13.1436 30.8646,12.709 30.4369,12.3557C30.0093,12.0024 29.5158,11.7373 28.9851,11.5758C28.4544,11.4142 27.8969,11.3594 27.3449,11.4145L14.5449,12.6145C13.9924,12.6646 13.4553,12.8237 12.9646,13.0825C12.4739,13.3413 12.0394,13.6948 11.6861,14.1225C11.3328,14.5502 11.0677,15.0436 10.9061,15.5743C10.7446,16.1051 10.6898,16.6625 10.7449,17.2145L11.4449,24.9145C11.571,26.02 12.1208,27.0336 12.9786,27.7422C13.8364,28.4508 14.9355,28.7993 16.0449,28.7145Z" android:fillType="evenOdd"/>
<path android:fillColor="#9cb8ff" android:pathData="M9.945,24.1145L13.045,23.8145L12.345,16.3145L9.245,16.6145C8.8808,16.6392 8.5254,16.7375 8.2003,16.9034C7.8751,17.0693 7.587,17.2994 7.3533,17.5798C7.1197,17.8602 6.9453,18.1851 6.8407,18.5348C6.7361,18.8846 6.7036,19.2519 6.745,19.6145L6.945,21.6145C6.9696,21.9787 7.0679,22.3341 7.2338,22.6592C7.3998,22.9843 7.6299,23.2725 7.9103,23.5061C8.1907,23.7398 8.5156,23.9142 8.8653,24.0188C9.215,24.1233 9.5823,24.1559 9.945,24.1145Z" android:fillType="evenOdd"/>
<path android:fillColor="#80a7ff" android:pathData="M12.8448,22.1145L12.4448,18.0145C12.4448,17.935 12.4132,17.8587 12.3569,17.8024C12.3007,17.7461 12.2244,17.7145 12.1448,17.7145L9.3448,18.0145C9.1644,18.0262 8.9885,18.0754 8.8281,18.159C8.6678,18.2425 8.5267,18.3586 8.4138,18.4997C8.3008,18.6409 8.2186,18.804 8.1723,18.9788C8.126,19.1535 8.1166,19.336 8.1448,19.5145V21.5145C8.2179,21.8956 8.4359,22.2335 8.7529,22.4572C9.0699,22.681 9.4613,22.7732 9.8448,22.7145L12.6448,22.5145C12.7069,22.468 12.7573,22.4076 12.792,22.3381C12.8267,22.2687 12.8448,22.1922 12.8448,22.1145Z" android:fillType="evenOdd"/>
<path android:fillColor="#000000" android:pathData="M17.6451,20.9145C17.8559,20.9429 18.0704,20.923 18.2723,20.8561C18.4743,20.7892 18.6583,20.6772 18.8105,20.5285C18.9626,20.3799 19.0789,20.1985 19.1505,19.9982C19.2221,19.7979 19.2471,19.5839 19.2236,19.3725C19.2001,19.1611 19.1287,18.9578 19.0149,18.7781C18.9011,18.5983 18.7478,18.4469 18.5668,18.3353C18.3857,18.2237 18.1816,18.1548 17.9699,18.1339C17.7582,18.1129 17.5445,18.1405 17.3451,18.2145C17.0523,18.3232 16.8042,18.5266 16.6404,18.7924C16.4765,19.0583 16.4062,19.3713 16.4407,19.6817C16.4752,19.9921 16.6125,20.282 16.8307,20.5054C17.0489,20.7288 17.3356,20.8728 17.6451,20.9145V20.9145Z" android:fillType="evenOdd"/>
<path android:fillColor="#b8d0ff" android:pathData="M32.0448,15.2145H30.4448L24.5448,15.8145L22.6448,16.0145C22.2116,16.0649 21.8143,16.2798 21.5351,16.6148C21.256,16.9498 21.1162,17.3793 21.1448,17.8145L21.3448,19.7145C21.4465,20.8115 21.9753,21.8247 22.8171,22.5355C23.6588,23.2463 24.7462,23.5979 25.8448,23.5145L27.8448,23.3145H30.3448C30.8936,23.2651 31.4268,23.1056 31.9126,22.8455C32.3984,22.5855 32.8268,22.2301 33.1722,21.8007C33.5176,21.3713 33.7729,20.8767 33.9228,20.3465C34.0727,19.8162 34.1142,19.2612 34.0448,18.7145V16.7145C34.021,16.4808 33.9491,16.2546 33.8336,16.0501C33.7181,15.8455 33.5614,15.6672 33.3735,15.5262C33.1855,15.3853 32.9705,15.2848 32.7418,15.2312C32.5131,15.1775 32.2758,15.1719 32.0448,15.2145Z" android:fillType="evenOdd"/>
<path android:fillColor="#cbdaf7" android:pathData="M27.8451,23.4145L30.3451,23.2145C30.8939,23.1652 31.4272,23.0057 31.913,22.7456C32.3988,22.4855 32.8272,22.1301 33.1725,21.7007C33.5179,21.2714 33.7732,20.7768 33.9231,20.2465C34.073,19.7162 34.1145,19.1612 34.0451,18.6145V16.7145C34.0203,16.4907 33.9513,16.274 33.8421,16.077C33.7329,15.88 33.5856,15.7067 33.4088,15.5672C33.232,15.4276 33.0293,15.3246 32.8123,15.264C32.5954,15.2035 32.3686,15.1867 32.1451,15.2145L24.6451,15.9145C24.4217,15.9273 24.2031,15.984 24.0016,16.0814C23.8002,16.1789 23.62,16.3151 23.4714,16.4824C23.3227,16.6496 23.2086,16.8445 23.1354,17.056C23.0623,17.2674 23.0316,17.4912 23.0451,17.7145L23.2451,19.7145C23.3709,20.8124 23.9243,21.8164 24.7854,22.509C25.6465,23.2016 26.7458,23.527 27.8451,23.4145Z" android:fillType="evenOdd"/>
<path android:fillColor="#9cb8ff" android:pathData="M28.645,20.2145H26.845C26.445,20.3145 26.145,20.6145 26.245,21.0145C26.2437,21.1025 26.2619,21.1896 26.2981,21.2698C26.3343,21.35 26.3876,21.4212 26.4544,21.4785C26.5212,21.5357 26.5998,21.5776 26.6846,21.6011C26.7693,21.6246 26.8582,21.6292 26.945,21.6145H28.745C28.9394,21.59 29.118,21.4951 29.2471,21.3476C29.3761,21.2001 29.4465,21.0105 29.445,20.8145C29.345,20.4145 29.045,20.1145 28.645,20.2145ZM31.945,19.9145H31.245C31.0506,19.939 30.8719,20.034 30.7429,20.1815C30.6139,20.3289 30.5434,20.5186 30.545,20.7145C30.645,21.1145 30.945,21.4145 31.345,21.3145H32.045C32.445,21.2145 32.745,20.9145 32.645,20.5145C32.6462,20.4266 32.6281,20.3394 32.5919,20.2592C32.5557,20.1791 32.5023,20.1078 32.4355,20.0506C32.3687,19.9933 32.2901,19.9515 32.2054,19.928C32.1206,19.9044 32.0317,19.8999 31.945,19.9145V19.9145Z" android:fillType="evenOdd"/>
<path android:fillColor="#80a7ff" android:pathData="M28.3447,25.0145H29.4447C29.7447,25.0145 29.8447,24.8145 29.8447,24.5145C29.8214,24.3999 29.7585,24.2971 29.6672,24.224C29.5758,24.1509 29.4617,24.1122 29.3447,24.1145H28.2447C27.9447,24.1145 27.8447,24.4145 27.8447,24.6145C27.8447,24.8145 28.0447,25.1145 28.3447,25.0145Z" android:fillType="evenOdd"/>
<path android:fillColor="#ff7f14" android:pathData="M9.245,28.1145C9.045,28.1145 8.845,28.0145 8.845,27.8145C8.845,27.7084 8.8872,27.6067 8.9622,27.5317C9.0372,27.4567 9.1389,27.4145 9.245,27.4145C9.445,27.3145 9.645,27.5145 9.645,27.7145C9.645,27.8206 9.6029,27.9223 9.5279,27.9974C9.4529,28.0724 9.3511,28.1145 9.245,28.1145ZM9.445,30.2145C9.3389,30.2145 9.2372,30.1724 9.1622,30.0974C9.0872,30.0223 9.045,29.9206 9.045,29.8145C9.045,29.7084 9.0872,29.6067 9.1622,29.5317C9.2372,29.4567 9.3389,29.4145 9.445,29.4145C9.5511,29.4145 9.6529,29.4567 9.7279,29.5317C9.8029,29.6067 9.845,29.7084 9.845,29.8145C9.845,29.9206 9.8029,30.0223 9.7279,30.0974C9.6529,30.1724 9.5511,30.2145 9.445,30.2145ZM8.545,20.8145L7.145,22.1145L7.945,31.1145L9.645,32.0145L11.145,30.8145L10.245,21.8145L8.545,20.8145Z" android:fillType="evenOdd"/>
<path android:fillColor="#d0d9ea" android:pathData="M18.445,7.7145C18.445,7.7145 14.445,19.3145 13.745,21.9145C13.045,24.5145 6.645,25.8145 6.145,20.6145L18.445,7.7145Z" android:fillType="evenOdd"/>
<path android:fillColor="#ebeff7" android:pathData="M30.5449,10.9145C30.5449,10.9145 26.5449,6.2145 17.3449,7.1145C8.1449,8.0145 4.5449,14.9145 5.0449,20.1145C5.5449,25.3145 11.6449,25.1145 12.6449,21.3145C13.6449,17.5145 14.8449,14.6145 14.8449,14.6145L30.5449,10.9145Z" android:fillType="evenOdd"/>
<path android:fillColor="#ff903e" android:pathData="M24.2448,11.1145L26.6448,10.7145C26.6448,10.7145 24.9448,8.0145 20.1448,7.1145H17.3448L15.4448,7.4145C17.8448,7.5145 21.7448,8.1145 24.2448,11.1145Z" android:fillType="evenOdd"/>
<path android:fillColor="#000000" android:pathData="M14.8447,14.6145L35.6447,12.6145C35.6926,12.5966 35.735,12.5668 35.7681,12.528C35.8012,12.4891 35.8238,12.4424 35.8339,12.3923C35.8439,12.3423 35.8409,12.2905 35.8253,12.2419C35.8097,12.1932 35.782,12.1494 35.7447,12.1145C34.3447,11.4145 30.9447,10.1145 25.5447,10.7145C18.1447,11.6145 14.8447,14.6145 14.8447,14.6145Z" android:fillType="evenOdd"/>
<path android:fillColor="#7687b2" android:pathData="M11.0448,19.2145C11.0512,19.9719 10.78,20.7053 10.2826,21.2764C9.7852,21.8476 9.0959,22.2168 8.3448,22.3145C7.5846,22.2145 6.8915,21.8271 6.408,21.232C5.9245,20.6368 5.6872,19.8792 5.7448,19.1145C5.7385,18.3572 6.0097,17.6237 6.5071,17.0526C7.0045,16.4815 7.6938,16.1122 8.4448,16.0145C9.2051,16.1146 9.8981,16.502 10.3817,17.0971C10.8652,17.6922 11.1025,18.4499 11.0448,19.2145V19.2145Z" android:fillType="evenOdd"/>
<path android:fillColor="#ffffff" android:pathData="M9.9449,19.2145C9.9724,19.4853 9.9444,19.7587 9.8625,20.0183C9.7806,20.2778 9.6467,20.5178 9.4688,20.7238C9.2909,20.9297 9.0729,21.0972 8.8281,21.216C8.5833,21.3348 8.3168,21.4023 8.0449,21.4145C7.7663,21.4061 7.493,21.3365 7.2443,21.2107C6.9956,21.0849 6.7777,20.9059 6.6059,20.6864C6.4341,20.4669 6.3127,20.2123 6.2503,19.9406C6.188,19.669 6.1861,19.387 6.2449,19.1145C6.2315,18.8518 6.2699,18.589 6.3582,18.3412C6.4465,18.0934 6.5827,17.8654 6.7592,17.6703C6.9357,17.4753 7.149,17.3169 7.3867,17.2044C7.6245,17.0919 7.8822,17.0273 8.1449,17.0145C8.4081,17.0395 8.6636,17.1164 8.8969,17.2408C9.1301,17.3651 9.3364,17.5345 9.5038,17.7391C9.6712,17.9437 9.7963,18.1794 9.8721,18.4326C9.9478,18.6859 9.9725,18.9516 9.9449,19.2145V19.2145Z" android:fillType="evenOdd"/>
<path android:fillColor="#ff903e" android:pathData="M9.3449,19.2145C9.3585,19.4116 9.333,19.6094 9.2699,19.7966C9.2068,19.9838 9.1074,20.1567 8.9773,20.3054C8.8472,20.4541 8.689,20.5756 8.5119,20.6629C8.3347,20.7503 8.142,20.8018 7.9449,20.8145C7.5648,20.7645 7.2182,20.5708 6.9765,20.2732C6.7347,19.9757 6.616,19.5968 6.6449,19.2145C6.6418,18.8227 6.7826,18.4433 7.0407,18.1484C7.2988,17.8535 7.6561,17.6635 8.0449,17.6145C8.8449,17.6145 9.3449,18.3145 9.3449,19.2145Z" android:fillType="evenOdd"/>
<path android:fillColor="#ffffff" android:pathData="M13.3451,10.3145C13.4639,10.5301 13.4989,10.782 13.4436,11.0219C13.3882,11.2617 13.2464,11.4727 13.0451,11.6145C12.942,11.6863 12.8249,11.7357 12.7015,11.7595C12.5781,11.7833 12.4511,11.7811 12.3286,11.7528C12.2061,11.7245 12.0909,11.6709 11.9904,11.5954C11.8899,11.52 11.8064,11.4243 11.7451,11.3145C11.6746,11.2195 11.626,11.1101 11.6029,10.9941C11.5797,10.878 11.5826,10.7583 11.6113,10.6436C11.64,10.5288 11.6938,10.4218 11.7688,10.3303C11.8438,10.2388 11.9382,10.1651 12.0451,10.1145C12.142,10.0382 12.2536,9.9827 12.3729,9.9514C12.4922,9.92 12.6166,9.9135 12.7385,9.9323C12.8604,9.951 12.9772,9.9946 13.0815,10.0604C13.1859,10.1261 13.2756,10.2126 13.3451,10.3145Z" android:fillType="evenOdd"/>
<path android:fillColor="#ffda13" android:pathData="M39.0997,3L39.8997,4.7C40.0997,5.1 39.6997,5.6 39.2997,5.4L37.4997,4.5H37.0997L35.2997,5.4C34.8997,5.6 34.4997,5.1 34.6997,4.7L35.4997,3C35.5436,2.924 35.5667,2.8378 35.5667,2.75C35.5667,2.6622 35.5436,2.576 35.4997,2.5L34.6997,0.8C34.6556,0.712 34.6384,0.6129 34.6504,0.5151C34.6624,0.4174 34.703,0.3254 34.7671,0.2506C34.8312,0.1759 34.9159,0.1217 35.0106,0.0949C35.1054,0.0681 35.2059,0.0699 35.2997,0.1L37.0997,1C37.1547,1.0492 37.2259,1.0764 37.2997,1.0764C37.3735,1.0764 37.4447,1.0492 37.4997,1L39.2997,0.1C39.3934,0.0699 39.494,0.0681 39.5887,0.0949C39.6835,0.1217 39.7682,0.1759 39.8323,0.2506C39.8964,0.3254 39.9369,0.4174 39.9489,0.5151C39.9609,0.6129 39.9438,0.712 39.8997,0.8L39.0997,2.5C39.0558,2.576 39.0327,2.6622 39.0327,2.75C39.0327,2.8378 39.0558,2.924 39.0997,3V3Z"/>
<path android:fillColor="#ff9a15" android:pathData="M5.0998,32.5L5.9998,34.2C6.072,34.2963 6.107,34.4154 6.0985,34.5354C6.09,34.6555 6.0384,34.7684 5.9533,34.8536C5.8682,34.9387 5.7553,34.9902 5.6352,34.9987C5.5152,35.0073 5.3961,34.9722 5.2998,34.9L3.5998,34C3.3998,33.9 3.2998,33.9 3.1998,34L1.3998,34.9C0.9998,35.1 0.5998,34.6 0.7998,34.2L1.5998,32.5C1.6437,32.424 1.6668,32.3378 1.6668,32.25C1.6668,32.1622 1.6437,32.076 1.5998,32L0.7998,30.3C0.5998,29.9 0.9998,29.4 1.3998,29.6L3.1998,30.5H3.5998L5.2998,29.6C5.3961,29.5278 5.5152,29.4927 5.6352,29.5013C5.7553,29.5098 5.8682,29.5613 5.9533,29.6464C6.0384,29.7316 6.09,29.8445 6.0985,29.9646C6.107,30.0846 6.072,30.2037 5.9998,30.3L5.0998,32V32.5Z"/>
<path android:fillColor="#d3e4ff" android:pathData="M34.5001,32.4C34.5001,32.8418 34.8583,33.2 35.3001,33.2C35.7419,33.2 36.1001,32.8418 36.1001,32.4V30.82C36.1001,30.3782 35.7419,30.02 35.3001,30.02C34.8583,30.02 34.5001,30.3782 34.5001,30.82V32.4Z"/>
<path android:fillColor="#d3e4ff" android:pathData="M34.4601,38.75C34.4601,39.1918 34.8182,39.55 35.2601,39.55C35.7019,39.55 36.0601,39.1918 36.0601,38.75V37.17C36.0601,36.7282 35.7019,36.37 35.2601,36.37C34.8182,36.37 34.4601,36.7282 34.4601,37.17V38.75Z"/>
<path android:fillColor="#d3e4ff" android:pathData="M32.8001,35.6C33.2419,35.6 33.6001,35.2418 33.6001,34.8C33.6001,34.3582 33.2419,34 32.8001,34H31.2201C30.7783,34 30.4201,34.3582 30.4201,34.8C30.4201,35.2418 30.7783,35.6 31.2201,35.6H32.8001Z"/>
<path android:fillColor="#d3e4ff" android:pathData="M39.2,35.6C39.6418,35.6 40,35.2418 40,34.8C40,34.3582 39.6418,34 39.2,34H37.62C37.1782,34 36.82,34.3582 36.82,34.8C36.82,35.2418 37.1782,35.6 37.62,35.6H39.2Z"/>
</vector>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24">
<path android:fillColor="#ffffff" android:pathData="M12.2512,2.0031C12.1677,2.001 12.084,2 12,2C6.477,2 2,6.477 2,12C2,17.522 6.477,22 12,22C17.523,22 22,17.522 22,12C22,11.916 21.999,11.8323 21.9969,11.7488C21.3586,11.9128 20.6895,12 20,12C15.5817,12 12,8.4183 12,4C12,3.3105 12.0872,2.6414 12.2512,2.0031ZM10,8C10,6.896 9.104,6 8,6C6.896,6 6,6.896 6,8C6,9.105 6.896,10 8,10C9.104,10 10,9.105 10,8ZM12,19C15.14,19 18,16.617 18,14V13H6V14C6,16.617 8.86,19 12,19Z" android:fillType="evenOdd"/>
<path android:fillColor="#ffffff" android:pathData="M22.4742,0L24,1.5258L21.5268,4L24,6.4742L22.4742,8L20,5.5258L17.5268,8L16,6.4742L18.4742,4L16,1.5258L17.5268,0L20,2.4742L22.4742,0Z"/>
</vector>

File diff suppressed because one or more lines are too long

View File

@ -1,36 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="36dp" android:width="51dp" android:viewportWidth="51" android:viewportHeight="36">
<path android:fillColor="#cf1750" android:pathData="M27.735,34.4719H0.7475C0.3347,34.4719 0,34.814 0,35.236C0,35.658 0.3347,36 0.7475,36H27.735C28.1478,36 28.4825,35.658 28.4825,35.236C28.4825,34.814 28.1478,34.4719 27.735,34.4719Z" android:strokeAlpha="0.3" android:fillAlpha="0.3"/>
<path android:fillColor="#cf1750" android:pathData="M49.3674,29.5005H6.501C5.5994,29.5005 4.8684,30.2477 4.8684,31.1693C4.8684,32.091 5.5994,32.8382 6.501,32.8382H49.3674C50.2691,32.8382 51,32.091 51,31.1693C51,30.2477 50.2691,29.5005 49.3674,29.5005Z" android:strokeAlpha="0.3" android:fillAlpha="0.3"/>
<path android:fillColor="#cf171d" android:pathData="M17.8802,24.9114L13.7544,25.9167C13.6704,25.9368 13.5834,25.9397 13.4983,25.9253C13.4132,25.9109 13.3318,25.8794 13.2587,25.8327C13.1855,25.7859 13.1222,25.7249 13.0722,25.6531C13.0223,25.5812 12.9867,25.5 12.9676,25.414L12.4414,23.1068C12.4217,23.0206 12.4188,22.9314 12.4328,22.8441C12.4469,22.7568 12.4776,22.6732 12.5233,22.598C12.5689,22.5229 12.6286,22.4576 12.699,22.4061C12.7693,22.3545 12.8489,22.3176 12.9331,22.2975L17.0639,21.2922C17.1475,21.2721 17.2343,21.2693 17.319,21.2837C17.4037,21.2982 17.4848,21.3298 17.5576,21.3765C17.6303,21.4233 17.6932,21.4843 17.7427,21.5561C17.7922,21.6279 17.8272,21.7091 17.8458,21.7948L18.367,24.1121C18.4041,24.2839 18.3739,24.4638 18.2829,24.6131C18.1919,24.7625 18.0474,24.8695 17.8802,24.9114Z" android:fillType="evenOdd"/>
<path android:fillColor="#505e7e" android:pathData="M40.1075,10.9221C40.0092,10.7863 39.9059,10.6607 39.8027,10.53C39.5747,10.2651 39.2794,10.07 38.9496,9.9662C38.6197,9.8624 38.2682,9.8539 37.934,9.9419L18.5293,14.6719C18.1911,14.7474 17.8805,14.9184 17.6328,15.1655C17.385,15.4125 17.21,15.7257 17.1278,16.0694C16.6668,18.0357 16.6426,20.0827 17.0571,22.0599C17.4715,24.0371 18.314,25.8942 19.5226,27.4949C19.6603,27.6809 19.8079,27.8619 19.9554,28.0378C20.1528,28.2931 20.2959,28.5877 20.3755,28.9028C20.4551,29.2179 20.4694,29.5465 20.4176,29.8675C20.3931,30.0988 20.2455,30.2747 20.334,30.526C20.4521,30.8578 20.6488,30.8879 20.9487,30.9734C21.47,31.1192 37.2308,31.0136 37.8356,30.9734C38.4405,30.9332 39.183,31.0287 39.7289,30.6266C39.7614,30.6042 39.7887,30.5747 39.8087,30.5403C39.8288,30.5059 39.8411,30.4673 39.8449,30.4274C39.8487,30.3876 39.8437,30.3473 39.8305,30.3096C39.8172,30.2719 39.796,30.2377 39.7682,30.2093C39.5104,30.0173 39.3297,29.7359 39.2601,29.4177C39.1904,29.0995 39.2364,28.7662 39.3896,28.4802C39.7387,27.6508 40.5796,26.8264 40.9484,26.2081C42.3328,23.8632 42.9926,21.1459 42.8417,18.4114C42.6908,15.677 41.7362,13.0527 40.1026,10.8818L40.1075,10.9221Z" android:fillType="evenOdd"/>
<path android:fillColor="#000000" android:pathData="M32.456,15.0942C32.5766,15.6224 32.4896,16.178 32.2137,16.6414C31.9379,17.1048 31.4951,17.439 30.9807,17.5723L18.5688,20.5933C18.3102,20.6561 18.0419,20.666 17.7795,20.6226C17.5171,20.5792 17.2656,20.4833 17.0395,20.3405C16.8134,20.1976 16.6171,20.0105 16.4618,19.79C16.3065,19.5694 16.1954,19.3197 16.1346,19.0552L14.9003,13.6465C14.7792,13.1147 14.8689,12.5554 15.15,12.0911C15.431,11.6267 15.8805,11.295 16.4002,11.1684L28.7777,8.1524C29.0364,8.0883 29.305,8.0773 29.5678,8.1201C29.8307,8.1629 30.0827,8.2586 30.3091,8.4017C30.5355,8.5447 30.7319,8.7323 30.8869,8.9536C31.0419,9.1748 31.1523,9.4253 31.2119,9.6905L32.456,15.0942Z" android:fillType="evenOdd"/>
<path android:fillColor="#202225" android:pathData="M17.8311,13.2043C18.4802,14.0186 19.3752,13.7421 20.2407,13.4707C21.1062,13.1992 22.1045,12.7418 22.0405,11.5857C22.0454,11.507 22.0454,11.4281 22.0405,11.3494C21.9028,10.4497 20.9046,10.0727 20.044,10.2838L18.8589,10.5753C17.7918,10.8317 17.0492,11.9677 17.6442,12.9077C17.7032,13.0082 17.7573,13.1088 17.8311,13.2043Z" android:fillType="evenOdd"/>
<path android:fillColor="#b6c1cc" android:pathData="M23.5108,22.805C23.6342,23.3341 23.5485,23.8915 23.2723,24.3564C22.9961,24.8213 22.5517,25.1561 22.0355,25.2882L16.3459,26.6705C15.838,26.7893 15.3046,26.6973 14.863,26.4146C14.4214,26.1318 14.1075,25.6815 13.9904,25.1625L13.6708,23.755C13.6044,23.4535 13.6052,23.1406 13.6732,22.8394C13.7411,22.5382 13.8745,22.2565 14.0634,22.0152C14.2523,21.7738 14.4919,21.579 14.7644,21.4451C15.0369,21.3112 15.3354,21.2417 15.6378,21.2417H21.5388C21.9911,21.24 22.4309,21.3929 22.7882,21.6762C23.1456,21.9595 23.3999,22.3568 23.5108,22.805Z" android:fillType="evenOdd"/>
<path android:fillColor="#7787af" android:pathData="M35.0327,26.1226C34.1568,26.8328 33.1514,27.3575 32.0751,27.6664C30.9987,27.9753 29.873,28.0621 28.7635,27.9217C27.6541,27.7814 26.583,27.4167 25.6128,26.8489C24.6426,26.2811 23.7927,25.5216 23.1126,24.6147C21.7227,22.7768 21.0981,20.4528 21.3743,18.1471C21.6505,15.8414 22.8053,13.7401 24.5879,12.2993C25.4636,11.5922 26.468,11.07 27.5428,10.7628C28.6176,10.4556 29.7413,10.3697 30.8489,10.51C31.9564,10.6503 33.0257,11.014 33.9946,11.58C34.9635,12.146 35.8128,12.9031 36.4933,13.8073C37.886,15.6428 38.5139,17.966 38.2404,20.272C37.9669,22.578 36.8142,24.6805 35.0327,26.1226Z" android:fillType="evenOdd"/>
<path android:fillColor="#fab930" android:pathData="M41.7993,25.6704C39.9503,26.1177 34.5459,22.3477 31.1085,19.5177C30.7625,19.2332 30.5228,18.8356 30.4299,18.3918C29.6775,14.863 28.5219,7.7202 29.8005,5.5989C29.8494,5.4965 29.9183,5.4054 30.0028,5.331C30.0874,5.2567 30.1858,5.2008 30.2922,5.1666C30.3722,5.1561 30.4532,5.1561 30.5332,5.1666C32.494,5.2515 34.413,5.7733 36.156,6.6954C37.899,7.6175 39.4239,8.9176 40.624,10.5049C43.6926,14.5614 44.2581,20.0908 42.178,25.3336C42.1502,25.4193 42.1005,25.4958 42.0338,25.5551C41.9672,25.6143 41.8862,25.6542 41.7993,25.6704Z" android:fillType="evenOdd"/>
<path android:fillColor="#f69d27" android:pathData="M40.624,10.5048C39.2484,8.6734 37.4416,7.2277 35.372,6.3025C34.1279,5.7496 32.8592,6.9258 32.2199,8.1523C31.9273,8.705 31.5371,9.1975 31.0692,9.605C30.2283,10.3339 29.3333,11.3242 29.4562,12.4451C29.6972,14.6367 30.0955,16.8585 30.4397,18.3916C30.5311,18.8361 30.7711,19.2342 31.1183,19.5176C34.5606,22.3476 39.9699,26.1176 41.8091,25.6702C41.8987,25.6566 41.9828,25.6179 42.0522,25.5585C42.1216,25.499 42.1736,25.4212 42.2025,25.3335C44.2581,20.0906 43.6925,14.5613 40.624,10.5048Z" android:fillType="evenOdd"/>
<path android:fillColor="#ffffff" android:pathData="M23.4026,5.9708C23.2069,6.0182 23.0009,5.9841 22.8298,5.8762C22.6588,5.7682 22.5366,5.5953 22.4903,5.3953C22.444,5.1953 22.4774,4.9847 22.583,4.8099C22.6885,4.635 22.8578,4.5102 23.0534,4.4629L27.971,3.2564C28.3081,3.1762 28.661,3.2008 28.9843,3.3271C29.3077,3.4534 29.5867,3.6756 29.7855,3.9652L35.1211,11.7565C35.2342,11.9251 35.278,12.1323 35.243,12.3335C35.2081,12.5347 35.0972,12.7138 34.9342,12.8322C34.7753,12.9361 34.5839,12.9752 34.3981,12.9417C34.2123,12.9082 34.0456,12.8045 33.931,12.6513L28.5758,4.86C28.5501,4.8236 28.5145,4.7956 28.4734,4.7795C28.4324,4.7635 28.3877,4.76 28.3447,4.7695L23.4026,5.9708Z"/>
<path android:fillColor="#fac657" android:pathData="M31.0396,20.327C30.7239,20.0724 30.4939,19.7233 30.3819,19.3285C30.2699,18.9337 30.2815,18.513 30.4151,18.1253C31.6002,14.6067 34.8999,5.2872 36.3654,6.0613C38.2326,7.0288 39.8642,8.4115 41.1403,10.1078C44.5826,14.6821 44.794,20.5833 42.7778,25.605C41.6173,28.4802 33.9017,22.6292 31.0396,20.327Z" android:fillType="evenOdd"/>
<path android:fillColor="#ffb24d" android:pathData="M37.2258,8.3937C36.8521,9.8313 37.9536,9.0019 38.4995,9.017C39.4485,9.017 39.3797,10.1027 39.7043,10.7311C40.196,11.6761 40.8107,11.0427 41.5729,11.4047C41.75,11.4901 41.9516,11.289 41.8483,11.1181C41.6287,10.783 41.3926,10.4479 41.1402,10.1128C40.5942,9.3848 39.9817,8.7115 39.3109,8.1021C38.6371,7.4889 37.4569,7.5241 37.2258,8.3937ZM41.0566,22.2572C40.7879,22.3032 40.5128,22.2917 40.2486,22.2233C39.9845,22.155 39.7372,22.0313 39.5223,21.8601C38.2585,20.6386 39.896,18.5425 38.1306,17.3361C36.6849,16.366 34.6883,17.2808 33.2426,16.0644C32.6623,15.5617 31.31,15.5114 31.0592,16.2302C30.7297,17.1702 30.4543,17.9795 30.2625,18.5475C30.1759,18.8044 30.1691,19.0824 30.243,19.3433C30.317,19.6043 30.4681,19.8355 30.6756,20.0053C33.1737,22.0712 41.568,28.636 42.7826,25.5899C43.159,24.6523 43.4568,23.6837 43.6727,22.6945C43.8399,21.9254 43.3924,21.0458 42.6892,21.4077C42.1778,21.6741 41.6614,22.1617 41.0566,22.2572Z" android:fillType="evenOdd"/>
<path android:fillColor="#d9e1ec" android:pathData="M43.4122,23.6094C42.9029,23.9363 42.2912,24.0531 41.7008,23.9362C39.1486,23.6145 34.8507,20.5432 32.3034,18.5576C31.4035,17.8589 30.0462,17.9796 29.525,19.005C29.4121,19.1781 29.3491,19.3802 29.343,19.5881C29.3748,19.7296 29.4507,19.8566 29.5594,19.95C29.8741,20.2164 37.3045,26.5249 41.0222,26.9873C42.586,27.1884 43.1712,26.3389 43.3826,25.8161C43.9875,24.3383 43.7662,23.343 43.4122,23.6094Z" android:fillType="evenOdd"/>
<path android:fillColor="#000000" android:pathData="M16.5034,15.7075C16.5895,16.0841 16.5257,16.4803 16.326,16.8088C16.1264,17.1373 15.8072,17.3713 15.4388,17.4593C15.0703,17.5473 14.6828,17.4821 14.3614,17.278C14.04,17.0739 13.8111,16.7476 13.725,16.371L12.2497,9.9269C12.219,9.7981 12.2134,9.6644 12.2334,9.5335C12.2534,9.4026 12.2985,9.277 12.3662,9.1639C12.4338,9.0509 12.5226,8.9526 12.6275,8.8748C12.7325,8.7969 12.8514,8.7411 12.9775,8.7104L13.8479,8.4993C13.9739,8.4695 14.1043,8.4654 14.2318,8.4871C14.3593,8.5089 14.4813,8.5562 14.591,8.6262C14.7006,8.6962 14.7956,8.7877 14.8706,8.8953C14.9456,9.0028 14.9992,9.1245 15.0282,9.2533L16.5034,15.7075Z" android:fillType="evenOdd"/>
<path android:fillColor="#cfd8e8" android:pathData="M21.4897,21.5584C21.4323,21.763 21.3355,21.9538 21.205,22.1197C21.0745,22.2855 20.9128,22.423 20.7296,22.5242C20.5464,22.6253 20.3453,22.688 20.138,22.7086C19.9308,22.7292 19.7216,22.7073 19.5227,22.6442L17.3098,21.9757C16.9296,21.8396 16.6151,21.5593 16.4316,21.1928C16.248,20.8262 16.2095,20.4015 16.3239,20.0067C16.4383,19.6119 16.6969,19.2772 17.0462,19.072C17.3954,18.8668 17.8085,18.8067 18.1999,18.9044L20.4325,19.588C20.8262,19.7093 21.1576,19.9837 21.3553,20.3522C21.5531,20.7207 21.6013,21.1539 21.4897,21.5584Z" android:fillType="evenOdd"/>
<path android:fillColor="#eaeef6" android:pathData="M16.4049,22.6039L3.3488,19.7991C3.221,19.7714 3.1024,19.7106 3.0042,19.6226C2.9061,19.5346 2.8317,19.4223 2.7882,19.2964C2.5767,18.7586 2.3554,17.6678 2.857,15.8984C3.3586,14.129 4.1208,13.3348 4.5732,12.998C4.6768,12.9225 4.7972,12.8746 4.9234,12.8588C5.0497,12.843 5.1778,12.8597 5.2961,12.9075L17.7523,17.8638C17.9308,17.9419 18.0747,18.0847 18.1564,18.2647C18.2381,18.4447 18.2518,18.6493 18.1949,18.839L17.3097,22.0359C17.2586,22.2309 17.1363,22.3985 16.968,22.5042C16.7997,22.6098 16.5982,22.6455 16.4049,22.6039Z" android:fillType="evenOdd"/>
<path android:fillColor="#b6c1cc" android:pathData="M6.7076,15.7928C7.5731,16.4915 8.0452,16.7278 8.9943,15.8682C9.1163,15.7338 9.2638,15.6262 9.4278,15.5519C9.5918,15.4776 9.7689,15.4381 9.9483,15.4359C10.5728,15.4359 10.6613,15.0589 10.0762,14.8277L5.2963,12.9327C5.178,12.8849 5.0498,12.8681 4.9236,12.884C4.7973,12.8998 4.6769,12.9476 4.5734,13.0232C4.121,13.3599 3.3637,14.1541 2.8572,15.9235H2.8818C3.9046,14.9031 5.2815,14.6367 6.7076,15.7928ZM9.963,17.0746C9.9878,16.9713 9.9838,16.8629 9.9517,16.7617C9.9196,16.6605 9.8605,16.5704 9.7811,16.5016C9.7489,16.4742 9.7113,16.4542 9.6709,16.4428C9.6304,16.4314 9.5881,16.429 9.5467,16.4356C9.5053,16.4423 9.4657,16.4579 9.4307,16.4814C9.3956,16.5049 9.3659,16.5358 9.3434,16.572C9.2637,16.6517 9.2074,16.7527 9.1812,16.8635C9.1424,16.9655 9.1373,17.0776 9.1666,17.1829C9.1959,17.2881 9.258,17.3807 9.3434,17.4466C9.5844,17.5773 9.904,17.3059 9.963,17.0746Z" android:fillAlpha="0.6" android:fillType="evenOdd"/>
<path android:fillColor="#d9e1ec" android:pathData="M26.6139,23.4585C26.5405,23.7209 26.4169,23.9657 26.2501,24.1789C26.0834,24.392 25.877,24.5692 25.6428,24.7001C25.4085,24.8311 25.1512,24.9132 24.8857,24.9416C24.6202,24.9701 24.3518,24.9444 24.0961,24.866L20.0784,23.6495C19.9785,23.6181 19.8946,23.5478 19.845,23.4538C19.7953,23.3597 19.7838,23.2495 19.8129,23.1469L20.9095,19.2964C20.9236,19.2451 20.9476,19.1972 20.9802,19.1555C21.0127,19.1139 21.0531,19.0794 21.099,19.054C21.1449,19.0287 21.1953,19.0131 21.2473,19.0081C21.2992,19.0031 21.3516,19.0088 21.4013,19.025L25.4386,20.2465C25.9502,20.4025 26.3806,20.7592 26.6359,21.2386C26.8911,21.718 26.9504,22.2811 26.8007,22.805L26.6139,23.4585Z" android:fillType="evenOdd"/>
<path android:fillColor="#eaeef6" android:pathData="M34.2312,25.0519C33.4896,25.6502 32.639,26.0919 31.7289,26.3513C30.8188,26.6106 29.8674,26.6825 28.9299,26.5628C27.9924,26.4431 27.0875,26.1341 26.2678,25.6538C25.4481,25.1735 24.73,24.5315 24.1552,23.7651C22.9836,22.2124 22.4574,20.2505 22.6902,18.3042C22.9231,16.3578 23.8963,14.5834 25.3993,13.365C26.141,12.7667 26.9915,12.325 27.9016,12.0656C28.8117,11.8063 29.7631,11.7344 30.7006,11.8541C31.6382,11.9738 32.543,12.2828 33.3627,12.7631C34.1824,13.2434 34.9005,13.8854 35.4754,14.6518C36.6469,16.2045 37.1732,18.1664 36.9403,20.1127C36.7075,22.0591 35.7342,23.8335 34.2312,25.0519Z" android:fillType="evenOdd"/>
<path android:fillColor="#d9e1ec" android:pathData="M33.5279,24.1119C32.9054,24.6113 32.1925,24.9798 31.4301,25.1964C30.6677,25.4129 29.871,25.4732 29.0857,25.3737C28.3005,25.2742 27.5422,25.0168 26.8547,24.6165C26.1671,24.2162 25.5638,23.6809 25.0795,23.0413C24.0944,21.7353 23.652,20.0853 23.848,18.4484C24.044,16.8115 24.8627,15.3194 26.1269,14.2949C26.7507,13.7921 27.4659,13.421 28.2311,13.2031C28.9963,12.9851 29.7962,12.9247 30.5844,13.0252C31.3726,13.1258 32.1334,13.3853 32.8227,13.7888C33.512,14.1922 34.1161,14.7316 34.5999,15.3756C35.5792,16.684 36.0158,18.3337 35.8152,19.9683C35.6146,21.6029 34.793,23.0913 33.5279,24.1119Z" android:fillType="evenOdd"/>
<path android:fillColor="#c4cddb" android:pathData="M31.5314,14.9988L34.1476,17.869C34.2259,17.9553 34.2807,18.061 34.3065,18.1756C34.3324,18.2903 34.3285,18.4098 34.2951,18.5225L33.1985,22.2975C33.1652,22.4129 33.1019,22.5169 33.0153,22.5983C32.9287,22.6798 32.822,22.7357 32.7067,22.7599L29.0136,23.6647C28.9019,23.6914 28.7852,23.6873 28.6755,23.6529C28.5658,23.6184 28.467,23.5549 28.3891,23.4687L25.7681,20.5934C25.6898,20.5061 25.635,20.3996 25.6092,20.2841C25.5833,20.1687 25.5872,20.0484 25.6205,19.9349L26.7171,16.165C26.7518,16.0503 26.8156,15.9471 26.902,15.8659C26.9883,15.7846 27.0943,15.7283 27.2089,15.7025L30.9217,14.7977C31.0316,14.7739 31.1458,14.78 31.2527,14.8152C31.3597,14.8505 31.4558,14.9138 31.5314,14.9988Z" android:fillType="evenOdd"/>
<path android:fillColor="#eaeef6" android:pathData="M31.1035,20.91C30.8868,21.0859 30.638,21.2159 30.3716,21.2924C30.1052,21.369 29.8266,21.3906 29.552,21.356C29.2774,21.3214 29.0122,21.2312 28.772,21.0908C28.5319,20.9504 28.3214,20.7625 28.153,20.5381C27.8169,20.0861 27.6668,19.5179 27.7348,18.9544C27.8028,18.391 28.0834,17.877 28.5169,17.5221C28.7331,17.3449 28.9818,17.2138 29.2483,17.1365C29.5149,17.0592 29.7939,17.0372 30.0689,17.0719C30.3439,17.1065 30.6093,17.1971 30.8495,17.3384C31.0897,17.4796 31.2998,17.6685 31.4674,17.8941C31.8048,18.3455 31.9556,18.9141 31.8876,19.478C31.8195,20.0418 31.5381,20.5559 31.1035,20.91Z" android:fillType="evenOdd"/>
<path android:fillColor="#c4cddb" android:pathData="M44.9709,31.5616H42.4138C42.2849,31.5488 42.1653,31.4873 42.0783,31.3893C41.9913,31.2913 41.9431,31.1637 41.9431,31.0313C41.9431,30.8989 41.9913,30.7713 42.0783,30.6733C42.1653,30.5752 42.2849,30.5138 42.4138,30.501H44.9709C45.0998,30.5138 45.2194,30.5752 45.3064,30.6733C45.3934,30.7713 45.4416,30.8989 45.4416,31.0313C45.4416,31.1637 45.3934,31.2913 45.3064,31.3893C45.2194,31.4873 45.0998,31.5488 44.9709,31.5616Z" android:fillType="evenOdd"/>
<path android:fillColor="#d9e1ec" android:pathData="M45.4776,32.2201H44.4547C44.3869,32.2201 44.3219,32.1926 44.2739,32.1436C44.226,32.0946 44.199,32.0281 44.199,31.9588V30.1089C44.1984,30.0742 44.2045,30.0397 44.2171,30.0074C44.2296,29.9751 44.2483,29.9457 44.2722,29.9209C44.296,29.896 44.3244,29.8763 44.3557,29.8629C44.3871,29.8494 44.4207,29.8425 44.4547,29.8425H45.4776C45.5116,29.8425 45.5452,29.8494 45.5766,29.8629C45.6079,29.8763 45.6364,29.896 45.6602,29.9209C45.684,29.9457 45.7027,29.9751 45.7153,30.0074C45.7278,30.0397 45.734,30.0742 45.7333,30.1089V31.9588C45.7333,32.0281 45.7064,32.0946 45.6584,32.1436C45.6104,32.1926 45.5454,32.2201 45.4776,32.2201Z" android:fillType="evenOdd"/>
<path android:fillColor="#c4cddb" android:pathData="M47.4495,32.4914V30.3802C47.4495,30.2415 47.5033,30.1086 47.5993,30.0105C47.6952,29.9125 47.8253,29.8574 47.9609,29.8574C48.0965,29.8574 48.2266,29.9125 48.3225,30.0105C48.4184,30.1086 48.4723,30.2415 48.4723,30.3802V32.4914C48.4723,32.63 48.4184,32.763 48.3225,32.8611C48.2266,32.9591 48.0965,33.0142 47.9609,33.0142C47.8253,33.0142 47.6952,32.9591 47.5993,32.8611C47.5033,32.763 47.4495,32.63 47.4495,32.4914Z" android:fillType="evenOdd"/>
<path android:fillColor="#d9e1ec" android:pathData="M48.5954,33.2806C48.7243,33.2678 48.8438,33.2063 48.9309,33.1083C49.0179,33.0103 49.0661,32.8826 49.0661,32.7503C49.0661,32.6179 49.0179,32.4903 48.9309,32.3923C48.8438,32.2942 48.7243,32.2328 48.5954,32.22H47.3266C47.1978,32.2328 47.0782,32.2942 46.9912,32.3923C46.9042,32.4903 46.856,32.6179 46.856,32.7503C46.856,32.8826 46.9042,33.0103 46.9912,33.1083C47.0782,33.2063 47.1978,33.2678 47.3266,33.2806H48.5954Z"/>
<path android:fillColor="#4f545c" android:pathData="M17.7327,11.842C17.4328,11.842 17.1771,12.0381 16.8771,12.018C16.7148,12.018 16.7148,12.2693 16.8771,12.2844C17.182,12.2844 17.4328,12.0883 17.7327,12.1085C17.895,12.1135 17.895,11.8521 17.7327,11.842ZM18.2245,12.4553H18.1704C18.1315,12.4599 18.0934,12.4701 18.0573,12.4855C17.9737,12.5156 17.8999,12.5558 17.8114,12.581C17.6216,12.6278 17.4259,12.6448 17.2311,12.6312C17.1972,12.6312 17.1647,12.645 17.1407,12.6695C17.1168,12.694 17.1033,12.7273 17.1033,12.7619C17.1033,12.7966 17.1168,12.8298 17.1407,12.8543C17.1647,12.8788 17.1972,12.8926 17.2311,12.8926C17.3955,12.9008 17.5602,12.8924 17.7229,12.8675C17.8832,12.8055 18.0475,12.7551 18.2147,12.7167C18.3769,12.7167 18.3819,12.4503 18.195,12.4553H18.2245ZM21.416,13.1138L20.9882,12.6714C20.8751,12.5508 20.6931,12.7418 20.8111,12.8625L21.234,13.2998C21.2591,13.3156 21.2887,13.3221 21.3178,13.3183C21.347,13.3144 21.374,13.3003 21.3942,13.2785C21.4145,13.2566 21.4267,13.2283 21.4289,13.1983C21.431,13.1683 21.423,13.1384 21.4062,13.1138H21.416ZM22.129,12.2894C22.0749,12.2894 21.9717,12.1839 21.9323,12.1537C21.8617,12.0908 21.7774,12.046 21.6865,12.023C21.5242,11.9878 21.4553,12.2442 21.6176,12.2794C21.7799,12.3145 21.9471,12.596 22.1979,12.5407C22.3651,12.5056 22.2962,12.2492 22.129,12.2894Z" android:fillType="evenOdd"/>
<path android:fillColor="#cfd8e8" android:pathData="M20.0982,32.3809C20.0728,32.8041 19.885,33.2 19.5755,33.4824C19.2661,33.7648 18.8601,33.9109 18.4459,33.8889L16.1494,33.7582C15.7372,33.7304 15.3525,33.5375 15.0786,33.2215C14.8047,32.9055 14.6638,32.4918 14.6864,32.0702C14.7091,31.6487 14.8935,31.2532 15.1996,30.9698C15.5057,30.6863 15.9088,30.5377 16.3215,30.5562L18.6131,30.6869C18.8196,30.6978 19.022,30.7504 19.2086,30.8416C19.3952,30.9327 19.5623,31.0607 19.7003,31.2181C19.8384,31.3756 19.9446,31.5594 20.0128,31.7589C20.0811,31.9585 20.1101,32.1699 20.0982,32.3809Z" android:fillType="evenOdd"/>
<path android:fillColor="#eaeef6" android:pathData="M15.3772,34.5927L2.0457,34.9647C1.9192,34.968 1.7938,34.9395 1.6806,34.8816C1.5675,34.8238 1.4699,34.7384 1.3966,34.6329C1.072,34.1604 0.6147,33.1249 0.7081,31.3053C0.8016,29.4856 1.3671,28.5104 1.7359,28.0781C1.8197,27.98 1.926,27.9047 2.0453,27.859C2.1647,27.8134 2.2932,27.7989 2.4195,27.8168L15.6329,29.6666C15.8275,29.6952 16.0046,29.7972 16.1293,29.9525C16.254,30.1079 16.3172,30.3054 16.3066,30.506L16.1345,33.8337C16.1236,34.0339 16.0399,34.2228 15.8998,34.3632C15.7597,34.5036 15.5733,34.5855 15.3772,34.5927Z" android:fillType="evenOdd"/>
<path android:fillColor="#d9e1ec" android:pathData="M11.9448,34.4519C11.1433,34.4519 10.6712,34.6027 9.9778,34.11C8.9599,33.4013 8.2321,32.6021 6.9043,32.6021C5.2176,32.6021 3.7374,33.6878 2.0605,32.9087C1.5688,32.6775 0.782,33.0042 0.9295,33.542C1.0321,33.9361 1.1983,34.3098 1.4213,34.6479C1.4946,34.7533 1.5921,34.8387 1.7053,34.8966C1.8185,34.9545 1.9439,34.983 2.0704,34.9797L11.9252,34.668C12.1563,34.668 12.176,34.4418 11.9448,34.4519Z" android:fillType="evenOdd"/>
<path android:fillColor="#d9e1ec" android:pathData="M24.8877,35.0601L19.1784,34.7435C19.0749,34.737 18.9781,34.689 18.909,34.6099C18.84,34.5308 18.8042,34.4271 18.8096,34.3212L19.0161,30.2999C19.0225,30.1946 19.0686,30.0959 19.1447,30.0246C19.2209,29.9533 19.3211,29.9151 19.4243,29.9179L25.1188,30.2345C25.1882,30.2341 25.2569,30.2487 25.3204,30.2774C25.3839,30.306 25.4407,30.3481 25.4872,30.4008C25.5336,30.4535 25.5686,30.5156 25.5899,30.5831C25.6112,30.6506 25.6182,30.722 25.6106,30.7925L25.4188,34.5374C25.4182,34.6075 25.4039,34.6769 25.3767,34.7413C25.3496,34.8058 25.3101,34.8641 25.2606,34.9127C25.2112,34.9614 25.1527,34.9995 25.0887,35.0248C25.0247,35.0502 24.9563,35.0622 24.8877,35.0601Z" android:fillType="evenOdd"/>
<path android:fillColor="#b6c1cc" android:pathData="M13.8479,30.9634C13.8419,31.0625 13.8073,31.1576 13.7485,31.2367C13.6896,31.3157 13.6092,31.3752 13.5173,31.4076C13.4254,31.4399 13.3262,31.4438 13.2322,31.4185C13.1382,31.3933 13.0536,31.3402 12.9892,31.2659C12.9247,31.1915 12.8832,31.0993 12.8699,31.0009C12.8567,30.9025 12.8722,30.8023 12.9147,30.7129C12.9571,30.6235 13.0245,30.549 13.1083,30.4988C13.1921,30.4485 13.2886,30.4248 13.3857,30.4305C13.4503,30.4344 13.5135,30.4512 13.5718,30.4801C13.63,30.509 13.6821,30.5493 13.725,30.5988C13.768,30.6483 13.8009,30.706 13.822,30.7686C13.8431,30.8311 13.8519,30.8973 13.8479,30.9634ZM11.0695,30.5713C11.0635,30.6704 11.0289,30.7655 10.9701,30.8446C10.9112,30.9237 10.8308,30.9831 10.7389,31.0155C10.647,31.0479 10.5478,31.0517 10.4538,31.0265C10.3598,31.0012 10.2752,30.9481 10.2107,30.8738C10.1463,30.7995 10.1048,30.7073 10.0915,30.6088C10.0783,30.5104 10.0938,30.4102 10.1362,30.3208C10.1787,30.2315 10.246,30.1569 10.3299,30.1067C10.4137,30.0564 10.5102,30.0327 10.6072,30.0384C10.6719,30.0423 10.7351,30.0591 10.7933,30.088C10.8516,30.1169 10.9036,30.1572 10.9466,30.2068C10.9895,30.2563 11.0225,30.3139 11.0436,30.3765C11.0647,30.439 11.0735,30.5052 11.0695,30.5713Z" android:fillType="evenOdd"/>
</vector>

View File

@ -1,30 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:height="99.5856dp" android:width="120dp" android:viewportWidth="87.35" android:viewportHeight="72.49">
<path android:fillColor="#718ef7" android:pathData="M43.68,36.24m-31.42,0a31.42,31.42 0,1 1,62.84 0a31.42,31.42 0,1 1,-62.84 0"/>
<path android:fillColor="#f7e080" android:pathData="M52.8172,14.4672l5.77,5.77l-3.5638,3.5638l-5.77,-5.77z"/>
<path android:fillColor="#f7e080" android:pathData="M58.59,20.23l-5.77,-5.77l3.87,-0.27l2.17,2.17l-0.27,3.87z"/>
<path android:fillColor="#f7e080" android:pathData="M53.51,7.27a3,3 0,0 1,2.12 5.11,3 3,0 0,1 -4.24,-4.24 3,3 0,0 1,2.12 -0.87m0,-3.8a6.8,6.8 0,1 0,4.81 2,6.78 6.78,0 0,0 -4.81,-2Z"/>
<path android:fillColor="#f7e080" android:pathData="M62.82,16.58a3,3 0,0 1,2.12 0.88,3 3,0 1,1 -2.12,-0.88m0,-3.8a6.8,6.8 0,1 0,4.81 2,6.74 6.74,0 0,0 -4.81,-2Z"/>
<path android:fillColor="#f7e080" android:pathData="M66.25,3.8a3,3 0,0 1,2.12 0.88,3 3,0 0,1 -2.12,5.11 3,3 0,0 1,-2.12 -5.11,3 3,0 0,1 2.12,-0.88m0,-3.8a6.8,6.8 0,1 0,0 13.59A6.8,6.8 0,0 0,71.05 2a6.74,6.74 0,0 0,-4.8 -2Z"/>
<path android:fillColor="#ebf0f7" android:pathData="M61.4024,43.7263L50.5978,54.5309a9.77,9.77 0,0 1,-13.8169 0L29.5967,47.3467a0,0 0,0 1,-0 0L54.9606,21.9828a0,0 0,0 1,-0 0L61.4024,28.4245A10.82,10.82 90,0 1,61.4024 43.7263Z"/>
<path android:fillColor="#b2c1d1" android:pathData="M41.25,33.37l10.26,-1.76 -0.19,2.67A24,24 0,0 0,52.67 45a8.67,8.67 0,0 1,-1.91 9.38l-0.94,1a8.67,8.67 0,0 1,-12.25 0l-9.13,-9.14Z"/>
<path android:fillColor="#f7e080" android:pathData="M55,23.8 L49.25,18 11.78,55.5l5.37,5.37a0.57,0.57 0,0 0,0.8 0Z"/>
<path android:fillColor="#f7e080" android:pathData="M23.53,45.91 L12.86,56.58 2.48,46.2a0.83,0.83 0,0 1,0 -1.17l2.68,-2.68a2,2 0,0 1,2.86 0l0.25,0.24a2.18,2.18 0,0 1,0.51 2,3.56 3.56,0 1,0 2.63,-2.73 1.82,1.82 0,0 1,-1.77 -0.43l-0.55,-0.55a1.75,1.75 0,0 1,0 -2.47L12,35.53a0.82,0.82 0,0 1,1.16 0Z"/>
<path android:fillColor="#f5b312" android:pathData="M15.0007,52.2876l5.77,5.77l-1.1031,1.1031l-5.77,-5.77z"/>
<path android:fillColor="#f5b312" android:pathData="M24.763,42.5195l5.77,5.77l-2.3193,2.3193l-5.77,-5.77z"/>
<path android:fillColor="#cbd5e0" android:pathData="M50.1518,34.9162L50.1447,34.9233A4.66,4.66 90,0 1,43.5545 34.9233L36.5966,27.9654A4.66,4.66 0,0 1,36.5966 21.3752L36.6036,21.3681A4.66,4.66 0,0 1,43.1939 21.3681L50.1518,28.326A4.66,4.66 0,0 1,50.1518 34.9162z"/>
<path android:fillColor="#cbd5e0" android:pathData="M43.5589,41.5195L43.5518,41.5266A4.66,4.66 0,0 1,36.9616 41.5266L30.0036,34.5687A4.66,4.66 90,0 1,30.0036 27.9784L30.0107,27.9713A4.66,4.66 90,0 1,36.6009 27.9713L43.5589,34.9293A4.66,4.66 0,0 1,43.5589 41.5195z"/>
<path android:fillColor="#cbd5e0" android:pathData="M36.9618,48.1128L36.9547,48.1198A4.66,4.66 0,0 1,30.3645 48.1198L23.4066,41.1619A4.66,4.66 90,0 1,23.4066 34.5717L23.4136,34.5646A4.66,4.66 0,0 1,30.0039 34.5646L36.9618,41.5225A4.66,4.66 90,0 1,36.9618 48.1128z"/>
<path android:fillColor="#ebf0f7" android:pathData="M56.44,25.38L56.44,25.39A4.66,4.66 0,0 1,51.78 30.05L43.64,30.05A4.66,4.66 0,0 1,38.98 25.39L38.98,25.38A4.66,4.66 0,0 1,43.64 20.72L51.78,20.72A4.66,4.66 0,0 1,56.44 25.38z"/>
<path android:fillColor="@drawable/res_2131230783_img_remote_auth_loaded__0" android:pathData="M65.5604,41.1879l-17.9039,17.9039l-1.5698,-1.5698l17.9039,-17.9039z"/>
<path android:fillColor="#ebf0f7" android:pathData="M68.2376,44.2135L50.5104,61.9407A2.37,2.365 134.9993,0 1,47.1623 61.9442L47.1623,61.9442A2.37,2.365 134.9993,0 1,47.1658 58.596L64.893,40.8689A2.37,2.365 134.9993,0 1,68.2411 40.8653L68.2411,40.8653A2.37,2.365 134.9993,0 1,68.2376 44.2135z"/>
<path android:fillColor="#f7d036" android:pathData="M77.555,12.35L77.555,12.35A0.615,0.62 0,0 1,78.17 12.97L78.17,13.58A0.615,0.62 0,0 1,77.555 14.2L77.555,14.2A0.615,0.62 0,0 1,76.94 13.58L76.94,12.97A0.615,0.62 0,0 1,77.555 12.35z"/>
<path android:fillColor="#f7d036" android:pathData="M77.555,17.28L77.555,17.28A0.615,0.62 0,0 1,78.17 17.9L78.17,18.51A0.615,0.62 0,0 1,77.555 19.13L77.555,19.13A0.615,0.62 0,0 1,76.94 18.51L76.94,17.9A0.615,0.62 0,0 1,77.555 17.28z"/>
<path android:fillColor="#f7d036" android:pathData="M80.94,15.745L80.94,15.745A0.615,0.62 90.0001,0 1,80.32 16.36L79.71,16.36A0.615,0.62 90.0001,0 1,79.09 15.745L79.09,15.745A0.615,0.62 90.0001,0 1,79.71 15.13L80.32,15.13A0.615,0.62 90.0001,0 1,80.94 15.745z"/>
<path android:fillColor="#f7d036" android:pathData="M76.01,15.745L76.01,15.745A0.615,0.62 90.0001,0 1,75.39 16.36L74.78,16.36A0.615,0.62 90.0001,0 1,74.16 15.745L74.16,15.745A0.615,0.62 90.0001,0 1,74.78 15.13L75.39,15.13A0.615,0.62 90.0001,0 1,76.01 15.745z"/>
<path android:fillColor="#f47fff" android:pathData="M79.805,49.42L79.805,49.42A0.805,0.81 0,0 1,80.61 50.23L80.61,51.03A0.805,0.81 0,0 1,79.805 51.84L79.805,51.84A0.805,0.81 0,0 1,79 51.03L79,50.23A0.805,0.81 0,0 1,79.805 49.42z"/>
<path android:fillColor="#f47fff" android:pathData="M79.805,55.87L79.805,55.87A0.805,0.81 0,0 1,80.61 56.68L80.61,57.48A0.805,0.81 0,0 1,79.805 58.29L79.805,58.29A0.805,0.81 0,0 1,79 57.48L79,56.68A0.805,0.81 0,0 1,79.805 55.87z"/>
<path android:fillColor="#f47fff" android:pathData="M84.24,53.845L84.24,53.845A0.805,0.81 89.9998,0 1,83.43 54.65L82.63,54.65A0.805,0.81 89.9998,0 1,81.82 53.845L81.82,53.845A0.805,0.81 89.9998,0 1,82.63 53.04L83.43,53.04A0.805,0.81 89.9998,0 1,84.24 53.845z"/>
<path android:fillColor="#f47fff" android:pathData="M77.8,53.855L77.8,53.855A0.805,0.81 89.9998,0 1,76.99 54.66L76.19,54.66A0.805,0.81 89.9998,0 1,75.38 53.855L75.38,53.855A0.805,0.81 89.9998,0 1,76.19 53.05L76.99,53.05A0.805,0.81 89.9998,0 1,77.8 53.855z"/>
<path android:fillColor="#60cfac" android:pathData="M6.94,20.49l-1,2.13a0.58,0.58 0,0 0,0.78 0.78l2.13,-1a0.65,0.65 0,0 1,0.51 0l2.13,1a0.58,0.58 0,0 0,0.78 -0.78l-1,-2.13a0.65,0.65 0,0 1,0 -0.51l1,-2.13a0.58,0.58 0,0 0,-0.78 -0.78l-2.13,1a0.57,0.57 0,0 1,-0.51 0l-2.13,-1a0.58,0.58 0,0 0,-0.78 0.78l1,2.13A0.65,0.65 0,0 1,6.94 20.49Z"/>
</vector>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24">
<path android:fillColor="#ffffff" android:pathData="M15.41,7.41L14,6l-6,6 6,6 1.41,-1.41L10.83,12z"/>
</vector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 806 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 752 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

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