99.13 - Beta (99113)

This commit is contained in:
Juby210 2021-10-27 09:25:05 +02:00
parent eee8049fad
commit 12f84ee00d
57 changed files with 2023 additions and 1735 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'com.discord'
minSdkVersion 21
targetSdkVersion 29
versionCode 99112
versionName "99.12 - Beta"
versionCode 99113
versionName "99.13 - 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="99112" android:versionName="99.12 - 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="99113" android:versionName="99.13 - 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

@ -0,0 +1,33 @@
package com.discord.stores;
import c0.z.d.o;
import com.discord.utilities.frecency.FrecencyTracker;
import java.util.Map;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreApplicationCommandFrecency.kt */
public final class StoreApplicationCommandFrecency$onCommandUsed$1 extends o implements Function0<Unit> {
public final /* synthetic */ String $commandId;
public final /* synthetic */ Long $guildId;
public final /* synthetic */ StoreApplicationCommandFrecency this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreApplicationCommandFrecency$onCommandUsed$1(StoreApplicationCommandFrecency storeApplicationCommandFrecency, Long l, String str) {
super(0);
this.this$0 = storeApplicationCommandFrecency;
this.$guildId = l;
this.$commandId = str;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo17invoke() {
FrecencyTracker.track$default(StoreApplicationCommandFrecency.access$getFrecency$p(this.this$0), StoreApplicationCommandFrecency.access$getKey(this.this$0, this.$guildId, this.$commandId), 0, 2, null);
StoreApplicationCommandFrecency.access$getFrecencyCache$p(this.this$0).set(StoreApplicationCommandFrecency.access$getFrecency$p(this.this$0), true);
Map access$getTopCommandIds$p = StoreApplicationCommandFrecency.access$getTopCommandIds$p(this.this$0);
Long l = this.$guildId;
access$getTopCommandIds$p.put(Long.valueOf(l != null ? l.longValue() : 0), StoreApplicationCommandFrecency.access$getAllTopCommandIds(this.this$0, this.$guildId));
StoreApplicationCommandFrecency storeApplicationCommandFrecency = this.this$0;
storeApplicationCommandFrecency.markChanged(storeApplicationCommandFrecency);
}
}

View File

@ -0,0 +1,59 @@
package com.discord.stores;
import c0.g0.s;
import c0.g0.w;
import c0.t.g0;
import c0.t.h0;
import c0.t.u;
import c0.z.d.o;
import com.discord.utilities.frecency.FrecencyTracker;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreApplicationCommandFrecency.kt */
public final class StoreApplicationCommandFrecency$populateStore$1 extends o implements Function0<Unit> {
public final /* synthetic */ StoreApplicationCommandFrecency this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreApplicationCommandFrecency$populateStore$1(StoreApplicationCommandFrecency storeApplicationCommandFrecency) {
super(0);
this.this$0 = storeApplicationCommandFrecency;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo17invoke() {
LinkedHashMap linkedHashMap = new LinkedHashMap();
for (String str : FrecencyTracker.getSortedKeys$default(StoreApplicationCommandFrecency.access$getFrecency$p(this.this$0), 0, 1, null)) {
if (w.contains$default((CharSequence) str, (CharSequence) ":", false, 2, (Object) null)) {
List split$default = w.split$default((CharSequence) str, new String[]{":"}, false, 0, 6, (Object) null);
Long longOrNull = s.toLongOrNull((String) split$default.get(1));
long longValue = longOrNull != null ? longOrNull.longValue() : 0;
String str2 = (String) split$default.get(0);
List list = (List) linkedHashMap.get(Long.valueOf(longValue));
if (list == null) {
list = new ArrayList();
linkedHashMap.put(Long.valueOf(longValue), list);
}
list.add(str2);
} else {
List list2 = (List) linkedHashMap.get(0L);
if (list2 == null) {
list2 = new ArrayList();
linkedHashMap.put(0L, list2);
}
list2.add(str);
}
}
StoreApplicationCommandFrecency storeApplicationCommandFrecency = this.this$0;
LinkedHashMap linkedHashMap2 = new LinkedHashMap(g0.mapCapacity(linkedHashMap.size()));
for (Map.Entry entry : linkedHashMap.entrySet()) {
linkedHashMap2.put(entry.getKey(), u.toList((Iterable) entry.getValue()));
}
StoreApplicationCommandFrecency.access$setTopCommandIds$p(storeApplicationCommandFrecency, h0.toMutableMap(linkedHashMap2));
StoreApplicationCommandFrecency.access$setTopCommandIdsSnapshot$p(this.this$0, linkedHashMap);
}
}

View File

@ -1,12 +1,9 @@
package com.discord.stores;
import c0.g0.s;
import c0.g0.w;
import c0.t.g0;
import c0.t.h0;
import c0.t.n;
import c0.t.o;
import c0.t.u;
import c0.z.d.m;
import com.discord.stores.updates.ObservationDeck;
import com.discord.stores.updates.ObservationDeckProvider;
@ -25,18 +22,17 @@ import kotlin.jvm.internal.DefaultConstructorMarker;
import rx.Observable;
/* compiled from: StoreApplicationCommandFrecency.kt */
public final class StoreApplicationCommandFrecency extends StoreV2 {
private final Dispatcher dispatcher;
private final ApplicationCommandFrecencyTracker frecency;
private final Persister<ApplicationCommandFrecencyTracker> frecencyCache;
private final ObservationDeck observationDeck;
private Map<Long, List<String>> topCommandIds;
private Map<Long, ? extends List<String>> topCommandIdsSnapshot;
public StoreApplicationCommandFrecency() {
this(null, 1, null);
}
public StoreApplicationCommandFrecency(ObservationDeck observationDeck) {
public StoreApplicationCommandFrecency(Dispatcher dispatcher, ObservationDeck observationDeck) {
m.checkNotNullParameter(dispatcher, "dispatcher");
m.checkNotNullParameter(observationDeck, "observationDeck");
this.dispatcher = dispatcher;
this.observationDeck = observationDeck;
Persister<ApplicationCommandFrecencyTracker> persister = new Persister<>("CACHE_KEY_APPLICATION_COMMANDS", new ApplicationCommandFrecencyTracker(0, 0, 3, null));
this.frecencyCache = persister;
@ -47,8 +43,40 @@ public final class StoreApplicationCommandFrecency extends StoreV2 {
}
/* JADX INFO: this call moved to the top of the method (can break code semantics) */
public /* synthetic */ StoreApplicationCommandFrecency(ObservationDeck observationDeck, int i, DefaultConstructorMarker defaultConstructorMarker) {
this((i & 1) != 0 ? ObservationDeckProvider.get() : observationDeck);
public /* synthetic */ StoreApplicationCommandFrecency(Dispatcher dispatcher, ObservationDeck observationDeck, int i, DefaultConstructorMarker defaultConstructorMarker) {
this(dispatcher, (i & 2) != 0 ? ObservationDeckProvider.get() : observationDeck);
}
public static final /* synthetic */ List access$getAllTopCommandIds(StoreApplicationCommandFrecency storeApplicationCommandFrecency, Long l) {
return storeApplicationCommandFrecency.getAllTopCommandIds(l);
}
public static final /* synthetic */ ApplicationCommandFrecencyTracker access$getFrecency$p(StoreApplicationCommandFrecency storeApplicationCommandFrecency) {
return storeApplicationCommandFrecency.frecency;
}
public static final /* synthetic */ Persister access$getFrecencyCache$p(StoreApplicationCommandFrecency storeApplicationCommandFrecency) {
return storeApplicationCommandFrecency.frecencyCache;
}
public static final /* synthetic */ String access$getKey(StoreApplicationCommandFrecency storeApplicationCommandFrecency, Long l, String str) {
return storeApplicationCommandFrecency.getKey(l, str);
}
public static final /* synthetic */ Map access$getTopCommandIds$p(StoreApplicationCommandFrecency storeApplicationCommandFrecency) {
return storeApplicationCommandFrecency.topCommandIds;
}
public static final /* synthetic */ Map access$getTopCommandIdsSnapshot$p(StoreApplicationCommandFrecency storeApplicationCommandFrecency) {
return storeApplicationCommandFrecency.topCommandIdsSnapshot;
}
public static final /* synthetic */ void access$setTopCommandIds$p(StoreApplicationCommandFrecency storeApplicationCommandFrecency, Map map) {
storeApplicationCommandFrecency.topCommandIds = map;
}
public static final /* synthetic */ void access$setTopCommandIdsSnapshot$p(StoreApplicationCommandFrecency storeApplicationCommandFrecency, Map map) {
storeApplicationCommandFrecency.topCommandIdsSnapshot = map;
}
private final List<String> getAllTopCommandIds(Long l) {
@ -106,41 +134,11 @@ public final class StoreApplicationCommandFrecency extends StoreV2 {
public final void onCommandUsed(Long l, String str) {
m.checkNotNullParameter(str, "commandId");
FrecencyTracker.track$default(this.frecency, getKey(l, str), 0, 2, null);
this.frecencyCache.set(this.frecency, true);
this.topCommandIds.put(Long.valueOf(l != null ? l.longValue() : 0), getAllTopCommandIds(l));
markChanged(this);
this.dispatcher.schedule(new StoreApplicationCommandFrecency$onCommandUsed$1(this, l, str));
}
public final void populateStore() {
LinkedHashMap linkedHashMap = new LinkedHashMap();
for (String str : FrecencyTracker.getSortedKeys$default(this.frecency, 0, 1, null)) {
if (w.contains$default((CharSequence) str, (CharSequence) ":", false, 2, (Object) null)) {
List split$default = w.split$default((CharSequence) str, new String[]{":"}, false, 0, 6, (Object) null);
Long longOrNull = s.toLongOrNull((String) split$default.get(1));
long longValue = longOrNull != null ? longOrNull.longValue() : 0;
String str2 = (String) split$default.get(0);
List list = (List) linkedHashMap.get(Long.valueOf(longValue));
if (list == null) {
list = new ArrayList();
linkedHashMap.put(Long.valueOf(longValue), list);
}
list.add(str2);
} else {
List list2 = (List) linkedHashMap.get(0L);
if (list2 == null) {
list2 = new ArrayList();
linkedHashMap.put(0L, list2);
}
list2.add(str);
}
}
LinkedHashMap linkedHashMap2 = new LinkedHashMap(g0.mapCapacity(linkedHashMap.size()));
for (Map.Entry entry : linkedHashMap.entrySet()) {
linkedHashMap2.put(entry.getKey(), u.toList((Iterable) entry.getValue()));
}
this.topCommandIds = h0.toMutableMap(linkedHashMap2);
this.topCommandIdsSnapshot = linkedHashMap;
this.dispatcher.schedule(new StoreApplicationCommandFrecency$populateStore$1(this));
}
@Override // com.discord.stores.StoreV2

View File

@ -969,7 +969,7 @@ public final class StoreStream {
this.expressionPickerNavigation = storeExpressionPickerNavigation;
StoreChannelFollowerStats storeChannelFollowerStats = new StoreChannelFollowerStats(this.dispatcher, ObservationDeckProvider.get());
this.channelFollowerStats = storeChannelFollowerStats;
StoreApplicationCommandFrecency storeApplicationCommandFrecency = new StoreApplicationCommandFrecency(null, 1, null);
StoreApplicationCommandFrecency storeApplicationCommandFrecency = new StoreApplicationCommandFrecency(this.dispatcher, null, 2, null);
this.applicationCommandFrecency = storeApplicationCommandFrecency;
StorePendingReplies storePendingReplies = new StorePendingReplies(this.dispatcher, null, 2, null);
this.pendingReplies = storePendingReplies;

View File

@ -313,7 +313,7 @@ public final class WidgetSettings extends AppFragment implements OnTabSelectedLi
TextView textView = binding.f;
m.checkNotNullExpressionValue(textView, "appInfoHeader");
String string = getString(R.string.app_information);
textView.setText(string + " - 99.12 - Beta (99112)");
textView.setText(string + " - 99.13 - Beta (99113)");
binding.A.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

@ -0,0 +1,180 @@
<?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="700dp" android:width="600dp" android:viewportWidth="600" android:viewportHeight="700">
<path android:fillColor="#000000" android:pathData="M328.8,226.3L280.7,262C283.2,263.4 284.7,263.5 287.4,262C290.1,260.5 296.6,253 299.2,251C301.8,249 309.3,244.9 313,242.8C317.554,240.263 321.728,237.099 325.4,233.4C328.5,230.1 329.6,229 328.8,226.3Z"/>
<path android:fillColor="#eb459f" android:pathData="M159.3,18.8C142.007,18.815 124.966,22.944 109.585,30.847C94.203,38.749 80.923,50.198 70.84,64.247C60.758,78.296 54.162,94.543 51.599,111.644C49.036,128.746 50.579,146.212 56.1,162.6L159.3,236.6C188.182,236.6 215.881,225.127 236.304,204.704C256.727,184.281 268.2,156.582 268.2,127.7C268.2,98.818 256.727,71.119 236.304,50.696C215.881,30.273 188.182,18.8 159.3,18.8V18.8Z"/>
<path android:fillColor="#4452f2" android:pathData="M190.5,138.1C180.4,133.6 180,133.9 173.7,125.2C167.4,116.5 160.3,112.9 152.5,112.9L169.7,180.5C190.4,183.4 201.6,171.7 203.2,161.3C204.8,150.9 200.6,142.6 190.5,138.1Z"/>
<path android:fillColor="#4452f2" android:pathData="M182.1,148.5C178.3,137.7 169.8,125.7 160.6,116.9C157.251,113.747 154.691,109.85 153.127,105.525C151.564,101.199 151.04,96.566 151.6,92L153.3,76.2C154.327,67.4 152.877,58.488 149.114,50.467C145.351,42.447 139.424,35.636 132,30.8C128.673,28.612 125.076,26.864 121.3,25.6C115.27,23.655 108.917,22.907 102.6,23.4C90.644,24.307 79.471,29.692 71.314,38.48C63.157,47.268 58.616,58.81 58.6,70.8C58.6,72.8 58.8,74.8 59,76.8L59.8,83.3L63.3,110.8C64.955,123.294 63.653,136.001 59.5,147.9C57.758,152.639 56.616,157.577 56.1,162.6L140.1,231.7C148.391,229.1 156.076,224.863 162.701,219.242C169.326,213.62 174.757,206.728 178.673,198.971C182.589,191.214 184.909,182.751 185.498,174.083C186.087,165.414 184.931,156.715 182.1,148.5Z"/>
<path android:fillColor="#00000000" android:pathData="M140.1,231.7C148.391,229.1 156.076,224.863 162.701,219.242C169.326,213.62 174.757,206.728 178.673,198.971C182.589,191.214 184.909,182.751 185.498,174.083C186.087,165.414 184.931,156.715 182.1,148.5C178.3,137.7 169.8,125.7 160.6,116.9" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#4452f2" android:pathData="M158.4,154.2C164.1,141.6 167.1,142.7 180.1,144.2C190.5,145.5 204.5,164.5 190.2,177.2C175.9,189.9 143.2,187.9 158.4,154.2Z"/>
<path android:fillColor="#000000" android:pathData="M117.1,125.9C118.923,125.9 120.4,124.423 120.4,122.6C120.4,120.777 118.923,119.3 117.1,119.3C115.278,119.3 113.8,120.777 113.8,122.6C113.8,124.423 115.278,125.9 117.1,125.9Z"/>
<path android:fillColor="#000000" android:pathData="M136.7,124.4C138.522,124.4 140,122.923 140,121.1C140,119.277 138.522,117.8 136.7,117.8C134.877,117.8 133.4,119.277 133.4,121.1C133.4,122.923 134.877,124.4 136.7,124.4Z"/>
<path android:fillColor="#00000000" android:pathData="M136.7,121.1C154.6,132.2 148.9,142.9 164.4,161" android:strokeColor="#ffffff" android:strokeWidth="3.0059" android:strokeLineCap="round"/>
<path android:fillColor="#ffc619" android:pathData="M121.4,154C130.8,145.4 133.6,143.1 137.4,142.7L147.7,142.1L149.4,183L124.1,185.9L121.4,154Z"/>
<path android:fillColor="#000000" android:pathData="M169.6,136.7C169.724,136.143 169.718,135.566 169.582,135.012C169.446,134.458 169.183,133.944 168.816,133.508C168.448,133.072 167.984,132.728 167.461,132.501C166.938,132.274 166.37,132.171 165.8,132.2H148.5C147.245,132.229 146.04,132.694 145.091,133.515C144.142,134.336 143.509,135.463 143.3,136.7L137.5,173.3C137.413,173.86 137.449,174.432 137.605,174.977C137.762,175.522 138.035,176.026 138.406,176.455C138.778,176.883 139.238,177.225 139.755,177.458C140.272,177.69 140.833,177.807 141.4,177.8H158.7C159.944,177.735 161.13,177.257 162.072,176.442C163.014,175.627 163.657,174.522 163.9,173.3L169.6,136.7Z"/>
<path android:fillColor="#000000" android:pathData="M168.4,133.2L170.5,135.2L165.4,136.3L168.4,133.2Z"/>
<path android:fillColor="#ffc619" android:pathData="M179.3,155.5C176.8,152.3 174.3,148 168.3,148V155.5H179.3Z"/>
<path android:fillColor="#ffffff" android:pathData="M171.4,138.5C171.524,137.943 171.518,137.366 171.382,136.812C171.246,136.258 170.983,135.744 170.616,135.308C170.248,134.872 169.784,134.528 169.261,134.301C168.738,134.074 168.17,133.971 167.6,134H150.3C149.045,134.029 147.84,134.494 146.891,135.315C145.942,136.136 145.309,137.263 145.1,138.5L139.3,175.1C139.211,175.655 139.246,176.224 139.403,176.764C139.56,177.304 139.835,177.802 140.208,178.223C140.581,178.644 141.043,178.977 141.561,179.198C142.078,179.419 142.638,179.522 143.2,179.5H160.5C161.735,179.457 162.92,179 163.863,178.202C164.807,177.404 165.454,176.311 165.7,175.1L171.4,138.5Z"/>
<path android:fillColor="#ffc619" android:pathData="M167.8,153.2H174.8C176.225,153.199 177.594,153.751 178.62,154.74C179.646,155.728 180.248,157.076 180.3,158.5C180.327,159.239 180.205,159.976 179.94,160.666C179.676,161.357 179.275,161.987 178.762,162.519C178.248,163.051 177.633,163.474 176.952,163.763C176.271,164.052 175.54,164.2 174.8,164.2H169.7C166.4,164.2 163.2,161.7 162.7,158.7C162.2,155.7 164.5,153.2 167.8,153.2Z"/>
<path android:fillColor="#ffc619" android:pathData="M166.5,163.8H171.5C172.304,163.798 173.098,163.975 173.824,164.319C174.55,164.663 175.191,165.165 175.698,165.788C176.206,166.41 176.569,167.139 176.759,167.919C176.95,168.7 176.964,169.513 176.8,170.3C176.588,171.554 175.94,172.693 174.971,173.516C174.001,174.34 172.772,174.794 171.5,174.8H168.4C166.798,174.796 165.245,174.251 163.992,173.252C162.739,172.254 161.861,170.861 161.5,169.3C160.9,166.3 163.2,163.8 166.5,163.8Z"/>
<path android:fillColor="#ffc619" android:pathData="M153.6,176.6H136.7V183.33H153.6V176.6Z"/>
<path android:fillColor="#ffc619" android:pathData="M154.7,156H144C143.49,155.987 142.993,155.831 142.568,155.547C142.144,155.264 141.808,154.866 141.6,154.4L140.4,151.7L139,146.2L135.4,166.9H152.8C154.407,166.914 155.969,166.376 157.226,165.374C158.482,164.373 159.356,162.969 159.7,161.4C160.2,158.4 158,156 154.7,156Z"/>
<path android:fillColor="#ffc619" android:pathData="M152.4,166.9H135.4L137.5,177.9H150.5C152.102,177.896 153.655,177.351 154.908,176.352C156.161,175.354 157.039,173.961 157.4,172.4C158,169.4 155.7,166.9 152.4,166.9Z"/>
<path android:fillColor="#66bcff" android:pathData="M277.8,217.8C276.5,201.2 262.5,200.6 252.4,196C242.3,191.4 230,180.9 217.5,174.1C205,167.3 195.1,169.2 176.2,177.9L203.2,218C216.6,222.7 220.1,229.3 228,237.9C235.9,246.5 245.3,248.8 254.3,245.9C259.8,253 261,254.6 267.6,251.2C274.2,247.8 285.1,240.9 287.2,231.5C289.3,222.1 284.6,221.1 277.8,217.8Z"/>
<path android:fillColor="#45aaf7" android:pathData="M269.3,245.8H269.2C263.2,245.2 260.5,242.2 256.3,237.7L252.6,233.9C236.3,232.9 228.9,225.4 224.7,219.8C222.8,217.1 219.4,215.3 216.2,213.4C213,211.5 209.9,209.9 207.8,207.3C206.329,205.395 204.993,203.39 203.8,201.3C202.1,198.4 200.9,196.3 198.8,196C196.7,195.7 193.4,197.4 190.3,199.3C187.543,201.068 184.59,202.511 181.5,203.6C181.235,203.665 180.955,203.63 180.715,203.501C180.475,203.371 180.291,203.157 180.2,202.9C180.138,202.648 180.177,202.382 180.308,202.159C180.438,201.935 180.651,201.77 180.9,201.7C183.838,200.637 186.654,199.262 189.3,197.6C192.7,195.5 195.7,193.7 199,194.1C202.3,194.5 203.7,197.1 205.6,200.3C206.642,202.318 207.881,204.227 209.3,206C211.2,208.3 214.1,209.9 217.2,211.7C220.3,213.5 224.1,215.6 226.3,218.6C230.6,224.3 237.5,231.1 253.1,231.9H253.5L253.8,232.1L257.8,236.3C261.8,240.6 264.2,243.2 269.4,243.7C269.532,243.712 269.659,243.751 269.776,243.813C269.893,243.875 269.996,243.96 270.079,244.062C270.163,244.165 270.226,244.282 270.264,244.409C270.301,244.536 270.314,244.669 270.3,244.8C270.277,245.058 270.165,245.299 269.982,245.482C269.799,245.665 269.558,245.777 269.3,245.8Z"/>
<path android:fillColor="#00000000" android:pathData="M199.6,192.7C198.23,199.511 197.627,206.454 197.8,213.4" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#8cd9ff" android:pathData="M217.5,271.1C204.9,285.6 192.5,283.8 187,284C181.5,284.2 181.4,280 180.6,276.8C179.8,273.6 178.9,268.4 178.9,268.4C164.8,269.5 162,260.2 160.8,251.8C159.9,245.4 157.2,242.5 155.5,236.7C138.436,236.109 121.75,231.511 106.793,223.276C91.835,215.042 79.025,203.403 69.4,189.3L82.9,176.7L117.8,193C139,181.9 150.7,176 162.5,173.5C174.3,171 186.5,173.9 192.1,189.7C197.7,205.5 198.8,210.6 203.2,218C204.4,219.9 206.2,222.3 208.1,225.1C213.4,233.2 219.3,244.8 211.9,259.5C213.458,263.508 215.33,267.387 217.5,271.1V271.1Z"/>
<path android:fillColor="#000000" android:pathData="M96.8,216.9C95,206.1 98.5,197.9 105.8,195.5L85.2,185.1L72.1,193C79.002,202.236 87.342,210.306 96.8,216.9V216.9Z"/>
<path android:fillColor="#66bcff" android:pathData="M191,277.8V275.8C188.1,275.7 187.7,273.7 185.9,264.4L185.7,263.2H185C178.7,262.5 174.2,259.4 172.4,247C171.2,238 168.9,233.7 167,230.3C166.319,229.073 165.717,227.804 165.2,226.5C164.761,225.341 164.26,224.206 163.7,223.1C162.2,220 160.7,216.7 160.8,209.7C160.9,204.8 160.2,202.4 158.5,201.2C156.8,200 153,200.9 147.5,203.6L146.8,203.9C138,208.2 120.5,216.6 102.4,220.7L104.8,222.2C122.5,217.8 139.1,209.8 147.6,205.7L148.3,205.4C152.8,203.3 156,202 157.4,202.9C158.8,203.8 158.9,205.7 158.8,209.7C158.508,214.66 159.58,219.606 161.9,224C162.427,225.039 162.894,226.108 163.3,227.2C163.844,228.623 164.513,229.995 165.3,231.3C167.1,234.5 169.3,238.6 170.5,247.3C172,258.7 176,263.9 184.1,265.1C185.8,274.2 186.5,277.6 191,277.8Z"/>
<path android:fillColor="#4452f2" android:pathData="M121.4,151.7C116.6,148.5 113.3,149.3 108.1,152.3C101.8,148 94.3,148.3 86.9,152C81.4,154.8 68,160.8 61.3,163.7C60.927,163.862 60.518,163.923 60.115,163.876C59.711,163.829 59.327,163.675 59.002,163.431C58.676,163.187 58.422,162.862 58.263,162.487C58.105,162.113 58.049,161.703 58.1,161.3L61.3,142.1C46.2,156.8 43.7,183.7 50.4,197.2C57.9,212.3 80,207.4 86.8,202.5C93.6,197.6 95.9,195.9 104.4,196.3C112.9,196.7 119.6,196.7 129.5,186.9L135.8,183.8C136.7,169.5 133.4,159.7 121.4,151.7Z"/>
<path android:fillColor="#00000000" android:pathData="M121.4,151.7C116.6,148.5 113.3,149.3 108.1,152.3C101.8,148 94.3,148.3 86.9,152C81.4,154.8 68,160.8 61.3,163.7" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M109.2,152.8C123.1,161.5 127.1,172.6 128.9,180" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#ffffff" android:pathData="M205.3,101.3H186.3C186.195,101.286 186.088,101.293 185.985,101.321C185.883,101.349 185.787,101.396 185.703,101.462C185.62,101.527 185.55,101.608 185.498,101.7C185.445,101.793 185.412,101.895 185.4,102L182.9,117.6C182.871,117.785 182.9,117.974 182.984,118.141C183.067,118.308 183.201,118.445 183.366,118.533C183.531,118.621 183.719,118.655 183.904,118.632C184.089,118.608 184.263,118.527 184.4,118.4L205.9,102.9C206.047,102.781 206.153,102.619 206.203,102.437C206.253,102.254 206.244,102.06 206.178,101.883C206.111,101.706 205.991,101.554 205.833,101.45C205.676,101.345 205.489,101.293 205.3,101.3Z"/>
<path android:fillColor="#ffffff" android:pathData="M249,106.6C260.6,106.6 271.6,97.2 273.4,85.7V85.2C275.2,73.8 267.1,64.4 255.5,64.4H191.3C179.7,64.4 168.7,73.8 166.9,85.2V85.7C165.1,97.2 173.2,106.6 184.8,106.6H249Z"/>
<path android:fillColor="#8cd9ff" android:pathData="M188.2,94.1C190.59,94.048 192.889,93.175 194.71,91.627C196.532,90.078 197.764,87.95 198.2,85.6V85.4C198.394,84.33 198.347,83.23 198.062,82.181C197.776,81.132 197.26,80.16 196.551,79.335C195.842,78.511 194.957,77.856 193.962,77.417C192.967,76.979 191.887,76.768 190.8,76.8C188.407,76.893 186.116,77.794 184.3,79.355C182.484,80.917 181.25,83.048 180.8,85.4V85.6C180.586,86.659 180.616,87.753 180.889,88.799C181.161,89.845 181.669,90.814 182.373,91.634C183.077,92.454 183.959,93.102 184.951,93.529C185.944,93.957 187.021,94.152 188.1,94.1H188.2Z"/>
<path android:fillColor="#66bcff" android:pathData="M218.7,94.1C221.09,94.048 223.389,93.175 225.21,91.627C227.032,90.078 228.264,87.95 228.7,85.6V85.4C228.894,84.33 228.847,83.23 228.562,82.181C228.276,81.132 227.76,80.16 227.051,79.335C226.342,78.511 225.457,77.856 224.462,77.417C223.467,76.979 222.387,76.768 221.3,76.8C218.907,76.893 216.616,77.794 214.8,79.355C212.984,80.917 211.75,83.048 211.3,85.4V85.6C211.086,86.659 211.116,87.753 211.389,88.799C211.661,89.845 212.169,90.814 212.873,91.634C213.577,92.454 214.459,93.102 215.451,93.529C216.444,93.957 217.521,94.152 218.6,94.1H218.7Z"/>
<path android:fillColor="#8cd9ff" android:pathData="M249.2,94.1C251.59,94.048 253.889,93.175 255.71,91.627C257.532,90.078 258.764,87.95 259.2,85.6V85.4C259.394,84.33 259.347,83.23 259.062,82.181C258.776,81.132 258.26,80.16 257.551,79.335C256.842,78.511 255.957,77.856 254.962,77.417C253.967,76.979 252.887,76.768 251.8,76.8C249.407,76.893 247.116,77.794 245.3,79.355C243.484,80.917 242.25,83.048 241.8,85.4V85.6C241.586,86.659 241.616,87.753 241.889,88.799C242.161,89.845 242.669,90.814 243.373,91.634C244.077,92.454 244.959,93.102 245.951,93.529C246.944,93.957 248.021,94.152 249.1,94.1H249.2Z"/>
<path android:fillColor="#29cc7a" android:pathData="M154.3,141.2C154.329,140.974 154.309,140.744 154.241,140.526C154.174,140.308 154.06,140.107 153.909,139.937C153.757,139.767 153.571,139.63 153.363,139.538C153.154,139.445 152.928,139.398 152.7,139.4H151.2C150.75,139.413 150.317,139.579 149.972,139.869C149.627,140.16 149.39,140.558 149.3,141L148.5,146.2C148.472,146.426 148.492,146.656 148.56,146.874C148.627,147.092 148.74,147.293 148.892,147.463C149.043,147.633 149.23,147.77 149.438,147.862C149.646,147.955 149.872,148.002 150.1,148H151.6C152.037,147.992 152.46,147.841 152.803,147.57C153.146,147.299 153.391,146.923 153.5,146.5L154.3,141.2Z"/>
<path android:fillColor="#ffc619" android:pathData="M126.3,115.2C127.284,112.652 128.828,110.359 130.819,108.489C132.81,106.62 135.196,105.222 137.8,104.4C137.864,104.42 137.934,104.418 137.996,104.394C138.059,104.37 138.112,104.326 138.147,104.268C138.181,104.21 138.196,104.143 138.187,104.076C138.179,104.009 138.148,103.947 138.1,103.9C135.3,96.9 135.8,92.5 137.8,86.9C137.815,86.847 137.819,86.792 137.812,86.738C137.805,86.684 137.787,86.632 137.758,86.585C137.73,86.538 137.693,86.498 137.648,86.466C137.604,86.434 137.554,86.412 137.5,86.4C128.5,84 124.5,78.3 123.1,73.8C123.066,73.738 123.015,73.685 122.953,73.649C122.892,73.613 122.822,73.594 122.75,73.594C122.679,73.594 122.609,73.613 122.547,73.649C122.486,73.685 122.435,73.738 122.4,73.8C119.4,81.9 114.2,82.9 109.7,83C109.3,83 109.2,83.3 109.3,83.6C114.7,91.5 112.3,98.1 108.3,103C108.1,103.2 108.3,103.6 108.6,103.6C117.5,103.8 122.7,108.9 125.6,115.2C125.7,115.5 126.1,115.5 126.3,115.2Z"/>
<path android:fillColor="#00000000" android:pathData="M152.4,166.9H143.4" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M168.3,164.2H173.4" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M122.7,73.5C125.7,64.4 124.7,58.4 123.4,55.2" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M136.8,86.8C142.9,86.5 146.7,84.5 149.9,81.1" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M126.3,115.2C126.424,116.33 126.424,117.47 126.3,118.6" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M109,103C103.7,107.8 95.1,108.4 88.8,107.5" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M109.7,83C107,78.9 102.5,74.4 98.5,73.2" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M138.1,103.9C140.2,104.655 142.382,105.158 144.6,105.4" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#c40655" android:pathData="M119.7,89.8C123.5,99.6 126.9,98.6 128.1,95.3C129.3,92 129.9,88 132.5,88C135.1,88 134.7,92.2 132.5,98.7C130.3,105.2 125.7,107.4 120.6,102.7C115.5,98 114.8,92.7 114.2,89C113.6,85.3 117.4,84 119.7,89.8Z"/>
<path android:fillColor="#00000000" android:pathData="M117.1,122.6C121.3,143.4 111.6,155.1 110.6,176.6" android:strokeColor="#ffffff" android:strokeWidth="3.0059" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M154.4,235.2C149.052,222.879 148.729,208.956 153.5,196.4" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M150.1,214.6C146.9,210.5 146.5,204.1 146.5,204.1" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M67.1,161.1L56.1,166.4" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M181.8,144L188.1,144.9" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#d11583" android:pathData="M328.9,226.1C328.139,227.467 327.269,228.771 326.3,230C321.9,235.6 311.3,242.6 305.5,245.8C299.7,249 298,250.3 294,254.5C290,258.7 284.9,264.3 280.7,262C276.5,259.7 269.9,253.6 265.8,249.3C265.552,249.059 265.374,248.755 265.286,248.42C265.198,248.085 265.203,247.732 265.3,247.4C266.9,240.9 272.8,231.2 282.2,225.3C282.507,225.09 282.865,224.969 283.236,224.952C283.607,224.934 283.976,225.02 284.3,225.2C290.6,228.5 294.3,229.1 299,228.4C306.2,227.3 312.7,223.1 320,219.9C327.3,216.7 327.8,220 328.9,226.1Z"/>
<path android:fillColor="#fa80ba" android:pathData="M270.8,254.1C274.5,257.5 278.7,260.9 280.7,262C284.9,264.3 289.9,258.7 294,254.5C298.1,250.3 299.7,249 305.5,245.8C311.3,242.6 321.9,235.6 326.3,230C327.269,228.771 328.139,227.467 328.9,226.1C327.8,220 326.1,217.2 320,219.9C313.9,222.6 310.6,224.6 306,226.4C304.655,226.93 303.489,227.832 302.639,229.001C301.789,230.17 301.29,231.557 301.2,233C301.1,234.6 301,236.4 301,238.4C292.4,238 284.8,241.8 284.3,252.9C284.3,252.9 276.7,250.2 270.8,254.1Z"/>
<path android:fillColor="#ffe75c" android:pathData="M326.3,230C327.224,228.83 328.06,227.594 328.8,226.3C329.006,225.973 329.077,225.579 329,225.2C328.767,224.046 328.362,222.934 327.8,221.9C326.8,224.4 324.9,227 320.5,231.2C313.5,237.8 305.3,240.9 300.4,243.4C295.932,245.709 292.011,248.948 288.9,252.9C286.4,256 283.4,259.2 278.9,260.8L280.7,262C284.9,264.3 289.9,258.7 294,254.5C298.1,250.3 299.7,249 305.5,245.8C311.3,242.6 321.9,235.6 326.3,230Z"/>
<path android:fillColor="#d11583" android:pathData="M233.1,250C225,249 217.5,253.8 211.8,268.1C209.6,266.9 204.5,265.9 197.2,268.4C189.9,270.9 187.6,274.3 186.6,277.1C186.097,278.592 186.097,280.208 186.6,281.7C187.1,283.6 188,286.1 189.5,290.3C191.7,296.8 191.5,302.6 195.3,302.8L243,258.4C243,258.4 243.6,251.3 233.1,250Z"/>
<path android:fillColor="#fa80ba" android:pathData="M233.1,250C225,249 217.5,253.8 211.8,268.1C211.018,270.229 210.35,272.399 209.8,274.6C201.6,275.1 198.2,279.1 197.7,287.1C197.7,287.1 191.8,284.3 189,289C189.2,289.5 189.3,289.9 189.5,290.3C191.7,296.8 191.5,302.6 195.3,302.8L243,258.4C243,258.4 243.6,251.3 233.1,250Z"/>
<path android:fillColor="#ffe75c" android:pathData="M242.6,256.1L238.4,253.2C231.7,253 226.1,253.6 221,261.1C215.9,268.6 212.8,276.2 207.2,281.5C199,289.2 192,292.8 191.4,297.7C192.2,300.6 193.1,302.7 195.3,302.8L243,258.4C243.033,257.614 242.896,256.829 242.6,256.1Z"/>
<path android:fillColor="#d11583" android:pathData="M235.4,251.3L239.2,251.8C239.861,251.872 240.469,252.194 240.9,252.7C242.7,254.6 243.3,257.7 243.4,260.5L229.6,259.9C233.9,257.1 235.1,254.9 234.4,252.3C234.384,252.165 234.399,252.028 234.443,251.899C234.488,251.77 234.561,251.654 234.657,251.557C234.754,251.461 234.871,251.388 234.999,251.343C235.128,251.299 235.265,251.284 235.4,251.3Z"/>
<path android:fillColor="#000000" android:pathData="M195.7,302.8C209.1,303.6 214.5,298.7 219.5,292C221.669,289.098 224.226,286.507 227.1,284.3C234.4,278.6 240,273.1 243.4,264.9C247.6,254.7 233.3,253.8 225.8,261.9C218.3,270 218.6,278.1 203.3,290.6C192.8,299.1 191.6,302.6 195.7,302.8Z"/>
<path android:fillColor="#ffffff" android:pathData="M192.938,281.436C193.931,281.396 194.686,280.111 194.624,278.566C194.562,277.021 193.706,275.801 192.713,275.84C191.72,275.88 190.965,277.165 191.027,278.71C191.089,280.256 191.945,281.476 192.938,281.436Z"/>
<path android:fillColor="#d11583" android:pathData="M329.1,224.2C328.688,222.643 327.975,221.182 327,219.9H326.4C326.311,219.943 326.24,220.019 326.203,220.111C326.166,220.204 326.165,220.307 326.2,220.4C327.3,223.4 327.9,227 326.6,229.4C329.8,226.2 329.2,224.7 329.1,224.2Z"/>
<path android:fillColor="#ffffff" android:pathData="M275.808,248.677C277.173,248.23 277.709,246.124 277.006,243.972C276.302,241.819 274.625,240.436 273.26,240.882C271.896,241.328 271.359,243.435 272.063,245.587C272.766,247.74 274.443,249.123 275.808,248.677Z"/>
<path android:fillColor="#ffc619" android:pathData="M390.9,467.1C385.8,460.7 383.8,461.8 380,461.8C380,455.5 377,454.9 375.6,460.2C374.2,465.5 373.4,467.8 376.8,472.9C380.2,478 384.8,485.3 386.9,494.1C386.9,494.1 379.9,496 372.5,498.8L380.9,518.2C394.7,512 402.8,506.6 403.7,495.5C404.6,484.4 396.1,473.6 390.9,467.1Z"/>
<path android:fillColor="#bde9ff" android:pathData="M242.5,441.5C253.5,441.5 261.9,442 273.7,445.7C277.683,446.974 281.158,449.482 283.621,452.862C286.084,456.242 287.408,460.318 287.4,464.5V507.3H283.1L280.9,503.8V470C280.886,466.118 279.581,462.351 277.192,459.291C274.802,456.232 271.463,454.054 267.7,453.1C260.67,451.412 253.512,450.308 246.3,449.8L241,441.5H242.5Z"/>
<path android:fillColor="#000000" android:pathData="M290.4,543C288.225,543 286.139,542.136 284.602,540.598C283.064,539.06 282.2,536.975 282.2,534.8V491.6C282.2,489.425 283.064,487.339 284.602,485.802C286.139,484.264 288.225,483.4 290.4,483.4C293.158,483.4 295.803,484.496 297.754,486.446C299.704,488.396 300.8,491.042 300.8,493.8V532.6C300.8,535.358 299.704,538.004 297.754,539.954C295.803,541.904 293.158,543 290.4,543Z"/>
<path android:fillColor="#4452f2" android:pathData="M157.8,667.2C224.405,667.2 278.4,613.206 278.4,546.6C278.4,479.994 224.405,426 157.8,426C91.194,426 37.2,479.994 37.2,546.6C37.2,613.206 91.194,667.2 157.8,667.2Z"/>
<path android:fillColor="#039c78" android:pathData="M42.8,510.1C39.047,521.902 37.158,534.216 37.2,546.6C37.183,567.472 42.583,587.99 52.872,606.15C63.161,624.309 77.987,639.487 95.9,650.2C105.475,638.43 111.79,624.352 114.212,609.373C116.635,594.395 115.079,579.044 109.702,564.856C104.324,550.668 95.314,538.142 83.572,528.532C71.831,518.923 57.771,512.566 42.8,510.1Z"/>
<path android:fillColor="#fa94c4" android:pathData="M60,524.6C52,521.7 50.8,520.3 48.9,516.5C47,512.7 45.9,513.4 41.9,513C41.575,514.017 41.308,515.052 41.1,516.1C57,526.4 61.4,548.9 61.4,548.9L67.9,545.8C67.9,545.8 67.9,527.6 60,524.6Z"/>
<path android:fillColor="@drawable/res_2131230790_img_landing_splash__0" android:pathData="M39.1,568.4C43.971,595.053 57.676,619.289 78.004,637.201C98.332,655.114 124.1,665.659 151.153,667.138C178.207,668.616 204.971,660.942 227.13,645.351C249.289,629.761 265.553,607.163 273.3,581.2L146.6,528.3C117.8,520.3 68,517.5 39.1,568.4Z"/>
<path android:fillColor="#000000" android:pathData="M240,633.7C215.1,633.6 169.9,638.4 143.5,608.5C162.6,630.2 171.6,646.4 172.2,666.4C197.523,663.368 221.229,652.373 239.9,635L240,633.7Z"/>
<path android:fillColor="#fa80ba" android:pathData="M55.6,546.6C70.5,532 112.7,521.6 147.1,546.6L160.3,532.7C159.3,509.6 154.1,508.2 147.1,515.5C140.1,522.8 138.6,516.2 131.6,503.8C124.6,491.4 115.8,488.8 109.5,501.7C103.2,514.6 104.6,514.9 99.3,513.1C94,511.3 84.4,506.6 76.2,505.4C68,504.2 64.2,515.8 64.9,524.6C65.6,533.4 63.5,533.1 59.3,531.3C55.1,529.5 54,535 55.6,546.6Z"/>
<path android:fillColor="#00000000" android:pathData="M118.5,530.3C120.066,519.637 120.301,508.821 119.2,498.1" android:strokeColor="#ff5cb4" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M73.1,510.1C79.2,522.9 80.3,529.3 80.3,529.3" android:strokeColor="#ff5cb4" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#2ad17d" android:pathData="M401.1,546.6C404.9,534.9 405.9,534.6 381.7,535.6C359.4,536.5 331.3,537.4 305.5,539.3C304.2,523.6 299.2,517.4 293.5,509.3C295.6,483.5 290.9,458.4 265.3,452.4C239.7,446.4 202.1,444.9 177,454.3C151.9,463.7 159,499.5 161.7,523.8C161.7,523.8 139.5,530.9 131.2,552.9C124.2,571.4 127.6,593.5 147.4,612.6C179.1,643.1 211.1,646.5 241.4,642.9C265,640.1 276.9,622.1 280.2,604.6C323.4,620.7 350.7,596.5 360.3,584.8C371.5,571.3 387.4,566.9 397.2,562.8C407,558.7 410.8,554.8 401.1,546.6Z"/>
<path android:fillColor="#fa80ba" android:pathData="M190.8,413.5C181.7,413 172,418.9 178.5,436.2C168.7,435.3 158.8,440.6 165.7,456.8L211,441.4C207.1,421.5 199.9,414.1 190.8,413.5Z"/>
<path android:fillColor="#000000" android:pathData="M188.7,497.3C188.7,486.254 179.745,477.3 168.7,477.3C157.654,477.3 148.7,486.254 148.7,497.3V528.92C148.7,539.966 157.654,548.92 168.7,548.92C179.745,548.92 188.7,539.966 188.7,528.92V497.3Z"/>
<path android:fillColor="#ffffff" android:pathData="M248.2,442.8V449.3C229.4,446.8 206,446.5 186.9,451.3C183.128,452.238 179.779,454.412 177.387,457.475C174.995,460.538 173.697,464.314 173.7,468.2V505.4H150.3V466.7C150.314,461.145 152.287,455.772 155.872,451.528C159.457,447.285 164.425,444.442 169.9,443.5C204.6,437.4 228.7,439.8 248.2,442.8Z"/>
<path android:fillColor="#bde9ff" android:pathData="M212.1,439.7C201,439.7 192.6,440.2 180.8,443.9C176.825,445.187 173.359,447.699 170.898,451.076C168.437,454.453 167.108,458.522 167.1,462.7V505.4H171.4L173.7,502V468.2C173.697,464.314 174.995,460.538 177.387,457.475C179.78,454.412 183.129,452.238 186.9,451.3C193.896,449.612 201.021,448.508 208.2,448L213.5,439.7H212.1Z"/>
<path android:fillColor="#039c78" android:pathData="M313.5,544.7C287.3,545.9 258.5,547.6 248,548.1C237.5,548.6 231.3,548.8 229.5,553.8C227.7,558.8 242,559.6 260.1,560.8C278.2,562 318.9,561.8 342.5,560.8C366.1,559.8 383.5,558 394.5,556.4C405.5,554.8 395,547.6 395,547.6C395,547.6 399.2,540.9 393.3,540.2C387.4,539.5 313.5,544.7 313.5,544.7Z"/>
<path android:fillColor="#ffffff" android:pathData="M286.2,554.6C287.3,538.9 293.2,538.1 295.9,542.2C297.495,544.813 298.708,547.642 299.5,550.6C300.106,550.3 300.773,550.144 301.45,550.144C302.126,550.144 302.793,550.3 303.4,550.6C305.6,551.7 305.8,554.6 305.8,554.6H286.2Z"/>
<path android:fillColor="#ffffff" android:pathData="M250.5,553.2C254.3,542.4 262,544.4 267.3,546.9C268.794,547.504 270.086,548.521 271.024,549.831C271.962,551.141 272.509,552.691 272.6,554.3L250.5,553.2Z"/>
<path android:fillColor="#ffffff" android:pathData="M238.6,552.8C241.5,541.6 244.6,542.4 245.5,546.6C246.4,550.8 246.8,553.2 246.8,553.2L238.6,552.8Z"/>
<path android:fillColor="#ffc619" android:pathData="M390.1,549.3C374.6,551.7 346.2,554.2 309.8,554.6C308.7,545.6 311.5,537.8 322.6,529.3C327.4,525.5 327,522.7 326.6,520.2C325.2,511.4 321.7,502.5 316.6,491C308.8,473.3 307.8,458.8 320.8,450.8C333.8,442.8 348.6,447.4 358.6,462C368.6,476.6 390.5,509 390.1,549.3Z"/>
<path android:fillColor="#ffae00" android:pathData="M346.4,470C356.1,479.2 359.7,478 361.8,477.5C363.9,477 362.2,471.5 361,469.1L346.4,470Z"/>
<path android:fillColor="#ffffff" android:pathData="M368.7,551.8C375.1,540.1 378.4,536.8 382.2,538C386,539.2 385.7,549.9 385.7,549.9L368.7,551.8Z"/>
<path android:fillColor="#ffffff" android:pathData="M347,553.4C352.2,535.9 358.5,538.1 360.7,541C362.9,543.9 364.8,552.2 364.8,552.2L347,553.4Z"/>
<path android:fillColor="#ffffff" android:pathData="M330.7,482.7C331.5,487.2 330,490.8 327.7,491.3C325.4,491.8 323.3,489.6 322.1,486.1C320.9,482.6 321.2,477.2 323.6,475.7C326,474.2 329.8,477.4 330.7,482.7Z"/>
<path android:fillColor="#ed5f00" android:pathData="M346.4,470C343.7,466.7 345.3,460.6 348.6,455C351.9,449.4 356.5,447.6 360.4,447.6C364.3,447.6 365.4,451.4 360.9,462.1C366.6,461.1 369.2,461.2 369.7,464.4C370.2,467.6 366.5,469.7 358,471.1C351,472.3 347.9,471.9 346.4,470Z"/>
<path android:fillColor="#ffc619" android:pathData="M379.8,461.1C381.3,457.1 382.9,456.6 383.9,457C384.9,457.4 384.5,459.4 383.7,463.3C382.9,467.2 378.4,464.9 379.8,461.1Z"/>
<path android:fillColor="#ffc619" android:pathData="M382.9,461.8C386.2,458.9 387.9,459.3 388.5,460.1C389.1,460.9 387.9,462.5 385.3,465.5C382.7,468.5 379.9,464.4 382.9,461.8Z"/>
<path android:fillColor="#ffffff" android:pathData="M234.7,512C241.4,512.1 244,510.9 244.8,508.1C245.6,505.3 241,499.4 231.8,498.8C222.6,498.2 216.3,502.5 215,508C213.7,513.5 216.6,512.4 222.9,512.1C226.828,511.821 230.769,511.787 234.7,512Z"/>
<path android:fillColor="#ffffff" android:pathData="M272.5,512C267,512.1 264.9,510.9 264.3,508.1C263.7,505.3 267.3,499.4 274.8,498.8C282.3,498.2 287.3,502.5 288.4,508C289.5,513.5 287.1,512.4 282,512.1C278.84,511.821 275.664,511.787 272.5,512Z"/>
<path android:fillColor="#bde9ff" android:pathData="M154.5,483.3H159.3C163.093,483.3 166.73,484.807 169.412,487.488C172.093,490.17 173.6,493.807 173.6,497.6V528.6C173.613,530.486 173.253,532.357 172.54,534.103C171.827,535.85 170.776,537.438 169.447,538.776C168.118,540.115 166.537,541.177 164.795,541.902C163.054,542.627 161.186,543 159.3,543H154.5C152.123,543 149.769,542.532 147.573,541.622C145.377,540.713 143.382,539.379 141.701,537.699C140.021,536.018 138.687,534.023 137.778,531.827C136.868,529.631 136.4,527.277 136.4,524.9V501.4C136.4,499.023 136.868,496.669 137.778,494.473C138.687,492.277 140.021,490.282 141.701,488.601C143.382,486.921 145.377,485.587 147.573,484.678C149.769,483.768 152.123,483.3 154.5,483.3Z"/>
<path android:fillColor="#ffffff" android:pathData="M153.3,483.3H167.1V529.1C167.113,530.921 166.766,532.726 166.078,534.412C165.391,536.098 164.376,537.631 163.094,538.923C161.811,540.215 160.285,541.24 158.604,541.94C156.923,542.64 155.121,543 153.3,543C151.081,543 148.883,542.563 146.833,541.714C144.782,540.864 142.919,539.619 141.35,538.05C139.78,536.481 138.536,534.618 137.686,532.567C136.837,530.517 136.4,528.319 136.4,526.1V500.2C136.4,495.718 138.18,491.419 141.35,488.25C144.519,485.081 148.818,483.3 153.3,483.3Z"/>
<path android:fillColor="#fa80ba" android:pathData="M255.3,475.6C247.4,475.6 244.8,473.5 239.2,466.1C233.6,458.7 226.9,447.3 208.3,448C196.5,431.1 201.5,411.1 213.4,401.3C225.3,391.5 249.1,391.5 257.7,406.8C262.3,415 264.1,423.9 261,439.7C271.1,436.8 275,443.7 273.5,452.2C272,460.7 264.9,475.6 255.3,475.6Z"/>
<path android:fillColor="#ff78b9" android:pathData="M155.1,505.7C155.1,503.491 153.309,501.7 151.1,501.7C148.891,501.7 147.1,503.491 147.1,505.7V520.64C147.1,522.849 148.891,524.64 151.1,524.64C153.309,524.64 155.1,522.849 155.1,520.64V505.7Z"/>
<path android:fillColor="#00000000" android:pathData="M276.6,503.3C278.526,502.996 280.498,503.349 282.2,504.3" android:strokeColor="#000000" android:strokeWidth="3.4304" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M229.8,503.4C232.467,503.111 235.166,503.418 237.7,504.3" android:strokeColor="#000000" android:strokeWidth="3.4304" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M244.1,487.5C232,487.2 225.5,487.2 214.6,488.6" android:strokeColor="#000000" android:strokeWidth="7.3509" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M287.5,489C280.2,487.4 275.7,487.1 267.5,487.1" android:strokeColor="#000000" android:strokeWidth="7.3509" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M392.3,548.9C368.6,552.9 309.6,557.4 236.4,552.6" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#039c78" android:pathData="M277.5,604C270.9,613.1 261.6,621.5 244.2,625C218.3,630.2 204.8,605.8 202.9,585.5C202.1,576.8 201.8,567.7 205.7,577.3C213.1,595.5 230.1,598.1 242.7,597.9C255.3,597.7 261,598.8 277.5,604Z"/>
<path android:fillColor="#00000000" android:pathData="M140.6,619.2C148.3,623.1 157.8,623.4 157.8,623.4" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M136.4,542C131.94,548.311 128.997,555.566 127.8,563.2" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#03ab83" android:pathData="M229.67,581.571C231.998,579.135 230.389,573.82 226.077,569.699C221.764,565.578 216.382,564.212 214.054,566.648C211.727,569.083 213.336,574.398 217.648,578.519C221.96,582.64 227.343,584.006 229.67,581.571Z"/>
<path android:fillColor="#00000000" android:pathData="M252.3,474.4C259.6,466.4 263,454.8 264.2,446.9" android:strokeColor="#eb459f" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M239.2,463.6C245.4,438.3 245.4,411.5 228.3,402" android:strokeColor="#eb459f" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#57f287" android:pathData="M143.313,580.239C145.766,579.841 147.232,576.293 146.587,572.313C145.943,568.333 143.432,565.429 140.978,565.826C138.525,566.224 137.059,569.772 137.703,573.752C138.348,577.732 140.859,580.636 143.313,580.239Z"/>
<path android:fillColor="#00000000" android:pathData="M224.2,552.6L229.7,545.3" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#000000" android:pathData="M327.294,482.522C328.34,482.022 328.592,480.365 327.854,478.819C327.117,477.274 325.671,476.426 324.624,476.926C323.578,477.425 323.327,479.082 324.064,480.628C324.801,482.173 326.247,483.021 327.294,482.522Z"/>
<path android:fillColor="#000000" android:pathData="M349.9,466.4C349.785,466.377 349.683,466.314 349.61,466.222C349.536,466.131 349.498,466.017 349.5,465.9C349.817,463.087 350.775,460.384 352.3,458C355,454 357.1,452.6 358.9,452.2C360.7,451.8 362.2,452.1 362.2,453.8C362.2,455.5 361.3,458.8 359.9,462.9C361.864,462.433 363.882,462.231 365.9,462.3C367.1,462.4 367.2,462.9 366.2,463.4C365.2,463.9 360.9,465.5 349.9,466.4Z"/>
<path android:fillColor="#00000000" android:pathData="M340.8,530.8C341.9,541.2 333.3,554.1 333.3,554.1" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#ffffff" android:pathData="M176.8,636.2L175.9,635.6C176.176,635.366 176.478,635.165 176.8,635C177.7,634.3 178.6,633.7 178.6,632.7C178.6,631.7 177.5,631.1 176.5,630.6L175.6,630.1C175.841,629.839 176.109,629.604 176.4,629.4C177.3,628.7 178.2,627.9 178,626.9C177.8,625.9 176.8,625.5 175.8,625L174.9,624.6L175.6,623.9C176.4,623.1 177.3,622.3 177.1,621.3C176.9,620.3 175.8,619.9 174.8,619.5C174.476,619.428 174.171,619.292 173.9,619.1L174.6,618.4C175.4,617.6 176.2,616.8 175.9,615.8C175.6,614.8 174.6,614.5 173.6,614.1C173.276,614.028 172.971,613.892 172.7,613.7L173.3,613C174.1,612.2 174.9,611.4 174.7,610.4C174.5,609.4 173.4,609.1 172.3,608.7L171.4,608.3L172.1,607.6C172.9,606.8 173.7,606 173.4,605C173.1,604 172.2,603.7 171.1,603.3L170.2,602.9L170.9,602.2C171.7,601.5 172.5,600.7 172.4,599.7C172.3,598.7 171.1,598.3 170.1,597.8L169.2,597.4L170,596.8C170.8,596.1 171.7,595.4 171.6,594.4C171.5,593.4 170.5,592.9 169.5,592.4L168.7,591.9L169.5,591.3C170.4,590.8 171.3,590.1 171.3,589.2C171.3,588.3 170.5,587.5 169.6,586.9L168.8,586.3L169.7,585.9C170.128,585.761 170.532,585.559 170.9,585.3C171.127,585.197 171.316,585.027 171.441,584.812C171.567,584.597 171.622,584.348 171.6,584.1C171.621,583.827 171.555,583.554 171.411,583.32C171.267,583.087 171.053,582.905 170.8,582.8C169.2,582 169.2,580.3 169.5,573.5V573.3C169.9,565.8 168.2,546.1 165.9,540.7C165.769,540.505 165.573,540.362 165.347,540.297C165.121,540.232 164.879,540.249 164.664,540.345C164.449,540.44 164.275,540.608 164.172,540.82C164.069,541.031 164.043,541.272 164.1,541.5C166.1,546.2 168,565.2 167.6,573.2V573.4C167.2,579.9 167.1,582.5 169.1,584H168.9C167.9,584.5 166.8,585 166.7,586C166.6,587 167.5,587.7 168.4,588.4C168.706,588.542 168.978,588.746 169.2,589L168.4,589.6C167.5,590.2 166.5,590.9 166.5,591.9C166.5,592.9 167.6,593.5 168.6,594L169.5,594.5L168.7,595.2C167.9,595.9 167,596.6 167.1,597.7C167.2,598.8 168.3,599.1 169.3,599.5L170.3,600L169.6,600.7C168.8,601.5 167.9,602.3 168.1,603.3C168.3,604.3 169.4,604.6 170.4,605L171.4,605.4L170.7,606.1C169.9,606.9 169.1,607.7 169.3,608.7C169.5,609.7 170.6,610.1 171.7,610.4L172.6,610.8L171.9,611.5C171.2,612.3 170.4,613.1 170.6,614.1C170.8,615.1 171.9,615.5 172.9,615.8L173.9,616.2L173.2,616.9C172.4,617.7 171.6,618.5 171.8,619.5C172,620.5 173.1,620.9 174.1,621.3L175,621.6C174.793,621.858 174.558,622.093 174.3,622.3C173.5,623.1 172.7,623.9 172.8,624.8C172.9,625.7 174,626.3 175,626.7L175.9,627.1L175.2,627.8C174.3,628.5 173.4,629.2 173.5,630.2C173.6,631.2 174.6,631.7 175.6,632.2L176.4,632.7L175.7,633.2C174.8,633.9 173.8,634.5 173.8,635.5C173.8,636.5 174.8,637.1 175.7,637.7L176.5,638.2L175.6,638.7C174.7,639.2 173.7,639.8 173.6,640.7C173.5,641.6 174.3,642.4 175.1,643.1L175.8,643.8L175,644.1C173.9,644.5 172.9,644.9 172.6,645.8C172.3,646.7 173.1,647.6 173.8,648.4C174.054,648.622 174.258,648.894 174.4,649.2L173.5,649.4C172.4,649.6 171.3,649.8 170.9,650.7C170.819,651.181 170.848,651.675 170.987,652.143C171.126,652.611 171.37,653.041 171.7,653.4C171.828,653.72 171.996,654.022 172.2,654.3H171.3C170.2,654.4 169,654.4 168.5,655.2C168,656 168.4,657.1 168.8,658.1L169.2,659H168.2C167.1,658.9 166,658.7 165.4,659.5C164.8,660.3 165,661.3 165.3,662.3C165.319,662.641 165.386,662.978 165.5,663.3L164.6,663.1C163.5,662.8 162.4,662.5 161.7,663.2C161,663.9 161.1,664.9 161.2,666C161.283,666.327 161.316,666.664 161.3,667L160.4,666.7C159.4,666.3 158.3,665.9 157.5,666.5C157.253,666.664 157.074,666.913 157,667.2H157.8L163.3,667C163.3,666.6 163.2,666.1 163.2,665.6C163.117,665.273 163.084,664.936 163.1,664.6L164.1,664.9C165.2,665.1 166.3,665.4 167,664.7C167.7,664 167.5,662.8 167.2,661.7C167.086,661.378 167.019,661.041 167,660.7H168C169.1,660.9 170.3,661 170.9,660.2C171.5,659.4 171.1,658.3 170.6,657.2L170.3,656.3H171.3C172.4,656.3 173.6,656.2 174.1,655.3C174.6,654.4 174,653.4 173.4,652.4C173.175,652.136 173.005,651.83 172.9,651.5L173.9,651.3C175,651.1 176.1,650.9 176.5,649.9C176.9,648.9 176,648 175.3,647.2L174.7,646.4C174.98,646.226 175.283,646.092 175.6,646C176.7,645.6 177.8,645.2 178,644.2C178.2,643.2 177.3,642.4 176.4,641.7L175.7,641L176.6,640.4C177.5,639.9 178.6,639.4 178.6,638.3C178.6,637.2 177.7,636.8 176.8,636.2Z"/>
<path android:fillColor="#00000000" android:pathData="M386.9,494.1L391.8,495.8" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#2ad17d" android:pathData="M85,620.3C80.3,618 74.3,619.2 65.5,624.4C68.726,628.161 72.165,631.733 75.8,635.1C74.4,645.3 71.1,650.9 67.8,657.9C64.5,664.9 68,669.4 73.7,670.2C79.4,671 82.4,669.1 86.6,662.5C89.387,657.994 91.193,652.951 91.9,647.7C92.333,644.552 92.534,641.377 92.5,638.2C92.5,628.4 90.1,622.7 85,620.3Z"/>
<path android:fillColor="#2ad17d" android:pathData="M91.4,633.7C98.3,632.8 102.9,632.1 106.2,636.5C109.5,640.9 109.4,645.9 107.6,654.8C105.8,663.7 101.4,673.1 94.5,672.4C87.6,671.7 85.1,667.8 87.6,657.8C89.311,649.843 90.58,641.797 91.4,633.7Z"/>
<path android:fillColor="#2ad17d" android:pathData="M106.2,644C111.4,643.9 117.6,643.6 119.3,649.1C121,654.6 119.5,662 116.1,667.7C112.7,673.4 108,674.9 104.6,672.8C101.2,670.7 101,669 103.8,661.6C106.6,654.2 107.2,651 106.2,644Z"/>
<path android:fillColor="#2ad17d" android:pathData="M139.2,657.7C134.2,657.3 124.9,657.3 118.4,656.9L116.7,660.1C126.214,663.541 136.126,665.759 146.2,666.7C148.8,661.5 145.8,658.1 139.2,657.7Z"/>
<path android:fillColor="#00000000" android:pathData="M87.1,661.5C91.536,652.874 93.41,643.157 92.5,633.5" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M108.8,644.8C108.7,654.1 107.1,661.6 102.6,667.8" android:strokeColor="#000000" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M202.4,547.4C204.3,541.1 210.6,534.3 213.5,532.5" android:strokeColor="#039c78" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#00000000" android:pathData="M209.2,510.1L204.4,507.3" android:strokeColor="#039c78" android:strokeWidth="2.4503" android:strokeLineCap="round"/>
<path android:fillColor="#91ffad" android:pathData="M125,423.3C121.165,420.806 117.901,417.53 115.419,413.687C112.938,409.844 111.296,405.521 110.6,401L108.3,385.4C108.251,385.011 108.061,384.654 107.766,384.396C107.471,384.138 107.092,383.997 106.7,384C106.319,383.999 105.952,384.143 105.673,384.403C105.395,384.663 105.225,385.02 105.2,385.4L102.8,401C102.123,405.527 100.488,409.858 98.005,413.703C95.522,417.548 92.247,420.82 88.4,423.3L86.4,424.6C86.174,424.73 85.988,424.92 85.865,425.15C85.741,425.38 85.684,425.64 85.7,425.9C85.711,426.155 85.78,426.405 85.901,426.63C86.023,426.855 86.193,427.05 86.4,427.2L88.4,428.5C92.265,430.96 95.553,434.227 98.038,438.076C100.523,441.924 102.148,446.265 102.8,450.8L105.2,466.4C105.249,466.762 105.428,467.094 105.704,467.334C105.98,467.573 106.334,467.703 106.7,467.7C107.077,467.707 107.444,467.58 107.737,467.342C108.03,467.104 108.229,466.771 108.3,466.4L110.6,450.8C111.284,446.289 112.923,441.975 115.406,438.147C117.889,434.319 121.16,431.064 125,428.6L127,427.3C127.219,427.162 127.398,426.97 127.521,426.742C127.644,426.514 127.705,426.259 127.7,426C127.729,425.738 127.677,425.473 127.552,425.241C127.427,425.009 127.235,424.82 127,424.7L125,423.3Z"/>
<path android:fillColor="#ffe75c" android:pathData="M401.3,86.5C397.753,84.236 394.736,81.232 392.458,77.694C390.18,74.155 388.693,70.166 388.1,66L385.9,51.7C385.854,51.354 385.689,51.035 385.434,50.798C385.178,50.561 384.848,50.42 384.5,50.4C384.152,50.42 383.822,50.561 383.566,50.798C383.311,51.035 383.146,51.354 383.1,51.7L380.9,66C380.282,70.158 378.785,74.137 376.509,77.672C374.233,81.207 371.23,84.216 367.7,86.5L365.8,87.7C365.608,87.834 365.452,88.014 365.347,88.223C365.242,88.433 365.192,88.666 365.2,88.9C365.192,89.134 365.242,89.367 365.347,89.576C365.452,89.786 365.608,89.966 365.8,90.1L367.7,91.3C371.23,93.584 374.233,96.593 376.509,100.128C378.785,103.662 380.282,107.642 380.9,111.8L383.1,126.1C383.149,126.436 383.317,126.742 383.575,126.963C383.832,127.184 384.161,127.303 384.5,127.3C384.839,127.303 385.168,127.184 385.426,126.963C385.683,126.742 385.852,126.436 385.9,126.1L388.1,111.8C388.693,107.634 390.18,103.645 392.458,100.106C394.736,96.568 397.753,93.564 401.3,91.3L403.2,90.1C403.393,89.966 403.548,89.786 403.653,89.576C403.758,89.367 403.809,89.134 403.8,88.9C403.809,88.666 403.758,88.433 403.653,88.223C403.548,88.014 403.393,87.834 403.2,87.7L401.3,86.5Z"/>
<path android:fillColor="#808aff" android:pathData="M508.3,517.1C506.193,515.767 504.398,513.996 503.035,511.909C501.672,509.821 500.773,507.465 500.4,505L499.2,496.5C499.139,496.306 499.02,496.134 498.86,496.009C498.699,495.884 498.504,495.811 498.3,495.8C498.104,495.798 497.915,495.869 497.767,495.998C497.62,496.127 497.525,496.306 497.5,496.5L496.2,505C495.845,507.459 494.964,509.812 493.619,511.9C492.273,513.988 490.493,515.761 488.4,517.1L487.3,517.8C487.184,517.878 487.087,517.981 487.017,518.103C486.948,518.224 486.908,518.36 486.9,518.5C486.886,518.644 486.918,518.788 486.989,518.913C487.061,519.039 487.169,519.139 487.3,519.2L488.4,519.9C490.487,521.269 492.261,523.063 493.605,525.166C494.949,527.268 495.834,529.631 496.2,532.1L497.5,540.6C497.525,540.794 497.62,540.973 497.767,541.102C497.915,541.231 498.104,541.302 498.3,541.3C498.504,541.289 498.699,541.216 498.86,541.091C499.02,540.966 499.139,540.794 499.2,540.6L500.4,532.1C500.784,529.625 501.687,527.259 503.048,525.157C504.409,523.055 506.199,521.263 508.3,519.9L509.4,519.2C509.523,519.129 509.624,519.027 509.695,518.904C509.765,518.781 509.801,518.642 509.8,518.5C509.744,518.23 509.604,517.985 509.4,517.8L508.3,517.1Z"/>
<path android:fillColor="#66bcff" android:pathData="M467.6,426.6C526.805,426.6 574.8,378.605 574.8,319.4C574.8,260.195 526.805,212.2 467.6,212.2C408.395,212.2 360.4,260.195 360.4,319.4C360.4,378.605 408.395,426.6 467.6,426.6Z"/>
<path android:fillColor="#66bcff" android:pathData="M467.6,426.6C526.805,426.6 574.8,378.605 574.8,319.4C574.8,260.195 526.805,212.2 467.6,212.2C408.395,212.2 360.4,260.195 360.4,319.4C360.4,378.605 408.395,426.6 467.6,426.6Z"/>
<path android:fillColor="#66bcff" android:pathData="M467.6,426.6C526.805,426.6 574.8,378.605 574.8,319.4C574.8,260.195 526.805,212.2 467.6,212.2C408.395,212.2 360.4,260.195 360.4,319.4C360.4,378.605 408.395,426.6 467.6,426.6Z"/>
<path android:fillColor="#00000000" android:pathData="M467.6,435.9C531.941,435.9 584.1,383.741 584.1,319.4C584.1,255.059 531.941,202.9 467.6,202.9C403.259,202.9 351.1,255.059 351.1,319.4C351.1,383.741 403.259,435.9 467.6,435.9Z" android:strokeColor="#29cc7a" android:strokeWidth="6.8833"/>
<path android:fillColor="#eb459f" android:pathData="M388.5,352.6C381.064,352.601 373.923,355.507 368.6,360.7C375.858,378.107 387.587,393.286 402.6,404.7C407.872,401.582 411.977,396.821 414.284,391.146C416.591,385.472 416.974,379.198 415.374,373.285C413.774,367.372 410.279,362.147 405.425,358.411C400.571,354.675 394.625,352.634 388.5,352.6V352.6Z"/>
<path android:fillColor="#bf0f76" android:pathData="M377.1,361.6C377.4,363.4 382.4,365.8 389.6,366.8C396.8,367.8 402.3,367.1 403.2,365.4C406.1,359.3 409,351.8 410.2,348.3C411.4,344.8 409.1,339.5 395.9,338.5C382.7,337.5 378.5,339.3 376.4,342.1C374.3,344.9 375.1,352 377.1,361.6Z"/>
<path android:fillColor="#ffe75c" android:pathData="M419.2,293.9C416.8,293.6 414.1,294.6 410.8,301.7C411.2,292.8 411,283.9 410.9,279.7C410.8,275.5 409,274.1 406.7,273.9C406.067,273.831 405.426,273.892 404.817,274.078C404.207,274.265 403.643,274.573 403.156,274.985C402.67,275.396 402.272,275.902 401.987,276.472C401.703,277.042 401.537,277.664 401.5,278.3C401.2,281.7 400.9,291.9 400.8,295.3C400.7,298.7 400.5,299.3 400.1,299.3C399.7,299.3 399.1,298.2 398.5,295.9C397.9,293.6 395.4,287 394.2,284.2C391.9,279 391.3,275.8 384.3,277.3C377.3,278.8 371.5,284.9 369.8,289.1C368.1,293.3 370.4,296.8 375.6,309.6C371.6,326.3 372,328.7 374.6,332.1C377.2,335.5 383.2,335.3 393.1,334.6C414.8,333.2 414.6,331.8 417,322.3C419,314.5 420.8,304.9 421.4,301.6C422,298.3 422.2,294.3 419.2,293.9Z"/>
<path android:fillColor="#000000" android:pathData="M407.1,309.9C407.3,309.877 407.489,309.799 407.648,309.676C407.807,309.552 407.929,309.388 408,309.2C408.803,306.62 409.737,304.084 410.8,301.6C410.9,300 410.9,298.5 411,296.9C408.998,300.413 407.388,304.135 406.2,308C396.6,309.5 391.1,314.3 389.2,323.2C389.171,323.332 389.169,323.468 389.194,323.6C389.219,323.732 389.27,323.858 389.345,323.97C389.419,324.082 389.516,324.178 389.629,324.252C389.741,324.326 389.868,324.376 390,324.4H390.2C390.434,324.405 390.662,324.327 390.845,324.181C391.028,324.035 391.154,323.829 391.2,323.6C393,315.4 397.9,311.2 407.1,309.9Z"/>
<path android:fillColor="#ffe75c" android:pathData="M386.2,333.3C386,337.8 386.1,344 386.1,344L402.8,345.1L403.8,330.8L386.2,333.3Z"/>
<path android:fillColor="#eb459f" android:pathData="M455.4,336.3C431,340.9 425.2,360.9 427.2,383.8C416.3,390.8 412.3,399 412.4,411.3C431.039,422.504 452.647,427.768 474.351,426.393C496.054,425.017 516.825,417.067 533.9,403.6L538.3,342.7C538.3,342.7 479.9,331.7 455.4,336.3Z"/>
<path android:fillColor="#eb459f" android:pathData="M416.6,366.8C402.8,371.4 394.3,381.5 392.2,395.6C405.354,408.672 421.693,418.082 439.6,422.9L452.9,335.3C433.1,332.7 415.5,343.3 416.6,366.8Z"/>
<path android:fillColor="#000000" android:pathData="M458.9,350.6C447.4,327.6 441.4,325.3 442.5,318.2C443.6,311.1 459.5,310.7 480.4,310.8C501.3,310.9 479.4,349.4 479.4,349.4L458.9,350.6Z"/>
<path android:fillColor="#00000000" android:pathData="M455.4,336.3C431,340.9 425.2,360.9 427.2,383.8C417,390.4 412.8,398.1 412.4,409.2" android:strokeColor="#000000" android:strokeWidth="2.238" android:strokeLineCap="round" android:strokeLineJoin="round"/>
<path android:fillColor="#00000000" android:pathData="M489,343.9C464,355.1 467.3,363.2 474.7,384.7C469.121,389.753 464.959,396.175 462.626,403.332C460.293,410.488 459.87,418.13 461.4,425.5" android:strokeColor="#ffffff" android:strokeWidth="2.238" android:strokeLineCap="round" android:strokeLineJoin="round"/>
<path android:fillColor="@drawable/res_2131230791_img_landing_splash__1" android:pathData="M517.8,207.7C525.2,198.2 535,192.8 544.2,195.3C553.4,197.8 555.5,202.9 560.4,231.3C577.6,240.5 579.8,242.9 566,262.7C578.7,275.2 580.3,281.6 564,295.7L546.1,296.6C530.7,283.9 528,283.3 535.4,265C511.2,236 514.3,230.6 517.8,207.7Z"/>
<path android:fillColor="#00000000" android:pathData="M541.1,266.5C541.1,263.1 542.9,260.3 545,260.3C547.1,260.3 548.9,263.1 548.9,266.5" android:strokeColor="#ffffff" android:strokeWidth="2.238" android:strokeLineCap="round" android:strokeLineJoin="round"/>
<path android:fillColor="#4452f2" android:pathData="M536.3,242.3C541.823,242.3 546.3,237.823 546.3,232.3C546.3,226.777 541.823,222.3 536.3,222.3C530.777,222.3 526.3,226.777 526.3,232.3C526.3,237.823 530.777,242.3 536.3,242.3Z"/>
<path android:fillColor="#4452f2" android:pathData="M532.5,227.6C538.023,227.6 542.5,223.123 542.5,217.6C542.5,212.077 538.023,207.6 532.5,207.6C526.977,207.6 522.5,212.077 522.5,217.6C522.5,223.123 526.977,227.6 532.5,227.6Z"/>
<path android:fillColor="#4452f2" android:pathData="M519.7,223.2C525.223,223.2 529.7,218.723 529.7,213.2C529.7,207.677 525.223,203.2 519.7,203.2C514.177,203.2 509.7,207.677 509.7,213.2C509.7,218.723 514.177,223.2 519.7,223.2Z"/>
<path android:fillColor="#4452f2" android:pathData="M509.8,217C513.169,217 515.9,214.269 515.9,210.9C515.9,207.531 513.169,204.8 509.8,204.8C506.431,204.8 503.7,207.531 503.7,210.9C503.7,214.269 506.431,217 509.8,217Z"/>
<path android:fillColor="@drawable/res_2131230792_img_landing_splash__2" android:pathData="M476,356.2C495.7,356.2 511.4,345.9 520.8,337.2C527.182,331.276 531.316,323.326 532.5,314.7C534.1,301.8 536.7,280 538.1,257.7C540.3,223 518.6,209.1 498,211C477.4,212.9 460.5,223.7 456.7,257.7C432.9,257.7 424.3,261 422.7,269.8C421.1,278.6 431.6,284.3 447.2,290.9C450.8,292.5 451.3,292.8 451.9,294.9C452.5,297 454.9,308.1 469.2,319.7C465.6,328.5 464.7,335.4 465.7,345.3C466.7,355.2 472,356.2 476,356.2Z"/>
<path android:fillColor="#bf0f76" android:pathData="M474.8,349.7C466.4,328.5 462.3,325.1 446.8,313.6C444.4,314.7 442.9,316.2 442.5,318.2C441.4,325.3 447.4,327.6 458.9,350.6L474.8,349.7Z"/>
<path android:fillColor="#ffe75c" android:pathData="M530.8,250C550.4,248.5 555.5,249.4 556.5,254.1C557.5,258.8 551.8,262.7 531.8,273.1L530.8,250Z"/>
<path android:fillColor="#c40655" android:pathData="M488.5,278.5C487.4,281.6 487.5,286.7 487.5,292.4C487.5,298.1 488.1,305.3 481.2,305.9C474.3,306.5 470.6,298.3 468.7,294.8C466.8,291.3 466.5,291 465.5,290.4C464.5,289.8 460.5,287.8 456.9,286C453.3,284.2 451.2,282.2 452.2,281.1C453.2,280 462.6,282 472.7,283C482.8,284 484.6,280.7 487.5,277.3C488.1,276.6 489.2,276.6 488.5,278.5Z"/>
<path android:fillColor="#000000" android:pathData="M487.5,277.3C485.4,279.8 483.8,282.4 478.9,283.1C478.779,283.693 478.712,284.295 478.7,284.9C478.2,290.3 480.8,294.7 484.4,294.7C485.555,294.672 486.673,294.288 487.6,293.6C487.518,293.206 487.484,292.803 487.5,292.4C487.5,286.7 487.4,281.6 488.5,278.5C489.6,275.4 488.1,276.6 487.5,277.3Z"/>
<path android:fillColor="#00000000" android:pathData="M486,270C488.745,272.936 492.134,275.195 495.9,276.6" android:strokeColor="#ffae00" android:strokeWidth="2.5" android:strokeLineCap="round"/>
<path android:fillColor="#4452f2" android:pathData="M471.2,299.3C473.3,302.7 476.6,306.3 481.2,305.9C488.1,305.3 487.6,298 487.5,292.4V286.5C480.3,285.1 472.3,288.6 471.2,299.3Z"/>
<path android:fillColor="#00000000" android:pathData="M484.7,285.2C481.4,287.2 477.4,292.1 477.1,299.5" android:strokeColor="#000000" android:strokeWidth="2.238" android:strokeLineCap="round" android:strokeLineJoin="round"/>
<path android:fillColor="#00000000" android:pathData="M460.1,257.2C461.1,250.5 462.7,248.2 464,247.9C465.3,247.6 465.1,250.5 464.7,256.5" android:strokeColor="#000000" android:strokeWidth="2.238" android:strokeLineCap="round" android:strokeLineJoin="round"/>
<path android:fillColor="#00000000" android:pathData="M492.7,256.5C494.9,246.7 498.2,246.1 499.6,246.7C501,247.3 502,249.9 501.7,257.2" android:strokeColor="#000000" android:strokeWidth="2.238" android:strokeLineCap="round" android:strokeLineJoin="round"/>
<path android:fillColor="#fa80ba" android:pathData="M513.203,266.202C516.684,263.664 517.87,259.363 515.852,256.597C513.835,253.83 509.378,253.645 505.897,256.183C502.416,258.721 501.23,263.022 503.248,265.788C505.265,268.555 509.722,268.74 513.203,266.202Z"/>
<path android:fillColor="#00000000" android:pathData="M548.9,266.5C548.9,269.8 547.2,272.6 545,272.6C542.8,272.6 541.1,269.8 541.1,266.5" android:strokeColor="#ffffff" android:strokeWidth="2.238" android:strokeLineCap="round" android:strokeLineJoin="round"/>
<path android:fillColor="#ffffff" android:pathData="M542.9,287L540,281.6C539.9,281.343 539.9,281.057 540,280.8L544.1,275.1C544.162,274.996 544.25,274.911 544.355,274.851C544.461,274.792 544.579,274.761 544.7,274.761C544.821,274.761 544.94,274.792 545.045,274.851C545.15,274.911 545.238,274.996 545.3,275.1L547.8,280.4C547.853,280.491 547.88,280.595 547.88,280.7C547.88,280.805 547.853,280.909 547.8,281L544.1,287C544.038,287.104 543.95,287.189 543.845,287.249C543.74,287.308 543.621,287.339 543.5,287.339C543.379,287.339 543.261,287.308 543.155,287.249C543.05,287.189 542.962,287.104 542.9,287Z"/>
<path android:fillColor="#4452f2" android:pathData="M564,295.7L546.1,296.6C543.7,298.1 544.6,299 546.1,300.5L563.9,299.9C566.6,297.5 565.8,297.1 564,295.7Z"/>
<path android:fillColor="#ffe75c" android:pathData="M563.9,299.9C565.1,304.8 565.7,308.2 566,310.2C566.3,312.2 565.4,313.6 555.1,313.9C544.8,314.2 545.2,312.5 545.3,310C545.4,307.5 546.1,300.5 546.1,300.5L563.9,299.9Z"/>
<path android:fillColor="#bf0f76" android:pathData="M533.5,334.3C538.7,315.2 540.4,309.1 529.7,309.6C516.231,310.287 502.81,311.723 489.5,313.9C479.7,315.7 479.9,317 484.7,349.4L533.5,334.3Z"/>
<path android:fillColor="#ffffff" android:pathData="M426.4,330C426.074,329.995 425.751,330.062 425.455,330.196C425.158,330.331 424.895,330.53 424.684,330.779C424.474,331.027 424.321,331.32 424.237,331.635C424.154,331.95 424.141,332.28 424.2,332.6L430.1,375.2C430.17,375.827 430.366,376.433 430.675,376.983C430.984,377.533 431.401,378.015 431.9,378.4C433.5,379.7 436.5,381.1 442,381.1C447.5,381.1 450.5,379.7 452,378.4C452.514,378.02 452.947,377.541 453.273,376.992C453.599,376.442 453.813,375.833 453.9,375.2L459.8,332.6C459.842,332.282 459.817,331.959 459.727,331.651C459.637,331.343 459.483,331.058 459.276,330.813C459.069,330.568 458.813,330.369 458.524,330.229C458.236,330.089 457.921,330.011 457.6,330H426.4Z"/>
<path android:fillColor="#00000000" android:pathData="M451.9,337.9C458.3,337.5 461.2,337.4 462.8,339.9C464.4,342.4 463.3,346.4 461.9,353.6C460.5,360.8 459,359.6 450.8,360.1" android:strokeColor="#ffffff" android:strokeWidth="5" android:strokeLineCap="round" android:strokeLineJoin="round"/>
<path android:fillColor="#000000" android:pathData="M503.657,234.909C503.772,234.089 502.048,233.168 499.806,232.853C497.563,232.538 495.652,232.948 495.537,233.768C495.422,234.588 497.146,235.509 499.388,235.824C501.631,236.139 503.542,235.73 503.657,234.909Z"/>
<path android:fillColor="#000000" android:pathData="M465.984,238.162C466.084,237.451 464.923,236.7 463.392,236.485C461.861,236.27 460.538,236.672 460.438,237.383C460.338,238.094 461.499,238.845 463.03,239.06C464.561,239.275 465.884,238.873 465.984,238.162Z"/>
<path android:fillColor="#eb459f" android:pathData="M524,454.6C540.348,454.6 553.6,441.348 553.6,425C553.6,408.652 540.348,395.4 524,395.4C507.652,395.4 494.4,408.652 494.4,425C494.4,441.348 507.652,454.6 524,454.6Z"/>
<path android:fillColor="#eb459f" android:pathData="M472.8,349.4C504.6,337.1 525.1,329.3 539.6,327C546.368,325.86 553.321,326.729 559.6,329.5C581.1,339 575.7,361.6 568.5,372.5C582,381.8 588.7,399 574.8,418.7C586.8,428.9 594,451.2 578.5,464.7C563,478.2 539.6,474.1 530,453.5L472.8,349.4Z"/>
<path android:fillColor="#bf0f76" android:pathData="M498.4,415.8C500.1,416.9 505.6,414.9 511.7,410.3C517.8,405.7 521.3,400.8 520.7,398.9C518.2,392.2 514.7,384.4 513,380.9C511.3,377.4 505.5,375.3 495,384.5C484.5,393.7 482.6,398.3 483.2,401.9C483.8,405.5 489.8,410.3 498.4,415.8Z"/>
<path android:fillColor="#ffe75c" android:pathData="M491.5,377.7C501.5,366.4 505.5,358.5 506.1,355C506.7,351.5 506.9,348.4 498.6,340.8C490.3,333.2 485.6,330.9 481.5,331.3C477.4,331.7 473.5,336.2 470,345.8C469.4,347.4 475.4,351.1 473.7,351.6C463.7,354.6 460.9,367.8 459.4,373.5C457.9,379.2 457.6,384 465.1,388.4C472.6,392.8 475.7,395.4 491.5,377.7Z"/>
<path android:fillColor="#ffe75c" android:pathData="M478.1,340.5C464.9,340.9 458.9,341.9 456,343.3C453.1,344.7 453.3,347.6 453.7,350.4C454.1,353.2 454.7,354.2 461.7,354.5C468.7,354.8 478.1,354.5 478.1,354.5V340.5Z"/>
<path android:fillColor="#ffe75c" android:pathData="M482.3,385.9L489.9,395.1L503.2,384.5L493.9,371L482.3,385.9Z"/>
<path android:fillColor="#000000" android:pathData="M378.4,279.7L376.2,281.3C375.913,281.513 375.7,281.812 375.593,282.153C375.485,282.494 375.487,282.86 375.6,283.2C376.3,287.2 379.2,293.7 385.1,305C385.198,305.15 385.331,305.275 385.488,305.362C385.645,305.449 385.821,305.496 386,305.5H386.4C386.527,305.458 386.642,305.389 386.739,305.297C386.835,305.205 386.91,305.093 386.958,304.968C387.006,304.844 387.025,304.711 387.015,304.578C387.005,304.445 386.966,304.316 386.9,304.2C376.6,284.3 376.6,281 378.4,279.7Z"/>
<path android:fillColor="#00000000" android:pathData="M480.3,341.2C474.9,344.1 474.4,349.1 475.4,353.5C469.9,356 468.6,359 469.5,365.8C466.5,367.5 464,369.7 465.1,375.1" android:strokeColor="#000000" android:strokeWidth="2.238" android:strokeLineCap="round" android:strokeLineJoin="round"/>
<path android:fillColor="#000000" android:pathData="M482.8,386.5L487.6,382.1L485.9,390.2L482.8,386.5Z"/>
<path android:fillColor="#000000" android:pathData="M386.1,335L399.9,334.1L386.1,341.5V335Z"/>
<path android:fillColor="#eb459f" android:pathData="M376,355.7L405.9,359.4L405.8,369.3L374.6,367.3L376,355.7Z"/>
<path android:fillColor="#00000000" android:pathData="M552.2,416.1C550.323,410.093 546.573,404.843 541.499,401.119C536.426,397.395 530.294,395.391 524,395.4" android:strokeColor="#000000" android:strokeWidth="2.238" android:strokeLineCap="round" android:strokeLineJoin="round"/>
<path android:fillColor="#00000000" android:pathData="M534.8,373.2C529.959,379.371 527.765,387.212 528.7,395" android:strokeColor="#000000" android:strokeWidth="2.238" android:strokeLineCap="round" android:strokeLineJoin="round"/>
<path android:fillColor="#00000000" android:pathData="M530.8,379.9L528.1,375.1" android:strokeColor="#000000" android:strokeWidth="2.238" android:strokeLineCap="round" android:strokeLineJoin="round"/>
</vector>

View File

@ -2,11 +2,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:height="301dp" android:width="375dp" android:alpha="0.1" android:viewportWidth="375" android:viewportHeight="301">
<group>
<clip-path android:pathData="M0,0h502v301h-502z M 0,0"/>
<path android:fillColor="@drawable/res_2131230790_img_nitro_pattern__0" android:pathData="M-27.6802 230.729C-34.4561 241.24 -39.8533 256.352 -34.8695 268.502C-30.809 278.402 -21.6316 281.992 -13.3836 284.671C-5.02671 287.386 3.33064 290.101 11.6884 292.815C19.6665 295.406 28.5982 297.836 35.6808 292.316C41.4873 287.79 44.5471 278.928 46.2119 270.266C48.2807 259.503 48.7358 248.197 47.5422 237.202C46.4343 227.001 43.7454 216.714 38.2428 209.445C32.678 202.092 24.6426 198.539 16.7923 198.663C-0.534393 198.936 -16.8352 213.906 -27.6802 230.729Z" android:strokeAlpha="0.613" android:fillAlpha="0.613" android:fillType="evenOdd"/>
<path android:fillColor="@drawable/res_2131230791_img_nitro_pattern__1" android:pathData="M310.149 1.87836C312.236 10.3679 317.672 16.6476 323.366 21.4193C338.929 34.4632 358.247 39.8166 371.43 56.8553C377.857 65.1615 382.352 75.702 386.414 86.3104C389.157 93.4742 391.79 100.833 395.746 106.92C403.119 118.27 415.012 124.142 426.192 121.955C437.372 119.768 447.475 109.592 452.06 95.9032C455.088 86.8659 455.767 76.7647 455.813 66.8779C455.93 41.9824 452.246 17.0673 445.049 -5.92896C444.9 -6.40583 444.746 -6.8821 444.593 -7.35778H309.255C309.148 -4.23283 309.415 -1.10668 310.149 1.87836Z" android:strokeAlpha="0.613" android:fillAlpha="0.613" android:fillType="evenOdd"/>
<path android:fillColor="@drawable/res_2131230792_img_nitro_pattern__2" android:pathData="M298.727 195.559C292.439 191.296 286.422 185.578 282.952 177.432C278.673 167.389 278.837 155.237 278.457 143.719C278.077 132.202 276.668 119.689 270.326 111.787C265.015 105.17 257.213 103.201 249.932 103.771C236.134 104.852 223.334 113.88 212.374 125.028C203.794 133.756 191.594 146.543 181.271 161.292C168.776 179.144 159.03 199.87 161.776 219.75C163.79 234.325 172.611 246.014 182.743 252.311C192.876 258.608 204.251 260.319 215.415 261.404C250.328 264.795 285.868 262.809 319.56 250.231C330.611 246.105 347.886 232.013 337.48 213.807C330.265 201.183 309.198 202.658 298.727 195.559Z" android:strokeAlpha="0.613" android:fillAlpha="0.613" android:fillType="evenOdd"/>
<path android:fillColor="@drawable/res_2131230793_img_nitro_pattern__3" android:pathData="M155.541 -15.3248C148.298 -25.0966 137.418 -28.1121 127.171 -30.0672C72.5229 -40.4937 12.8167 -27.4737 -31.4119 18.7266C-46.2977 34.2764 -59.7173 54.1777 -64.0877 78.5728C-67.14 95.6097 -65.9889 118.247 -56.5985 132.187C-56.1366 132.873 -55.6624 133.52 -55.1771 134.131C-42.3872 150.233 -21.6233 141.258 -5.70481 144.538C4.67279 146.676 15.0848 148.865 25.5859 149.136C32.4327 149.312 39.395 148.642 45.8325 145.556C50.9427 143.106 55.5926 139.191 59.8411 134.711C81.7423 111.614 92.7611 74.523 113.593 49.7603C125.54 35.5585 139.28 29.3084 153.077 19.8163C163.084 12.9314 164.043 -3.85456 155.541 -15.3248Z" android:strokeAlpha="0.613" android:fillAlpha="0.613" android:fillType="evenOdd"/>
<path android:fillColor="@drawable/res_2131230794_img_nitro_pattern__4" android:pathData="M242.18 29.9086C254.381 32.6766 270.436 32.5765 280.157 23.741C288.077 16.5417 288.314 6.6956 288.013 -1.96615C287.707 -10.7424 287.401 -19.519 287.095 -28.2959C286.803 -36.674 286.033 -45.8926 278.42 -50.6555C272.178 -54.5603 262.798 -54.4026 254.084 -53.0035C243.255 -51.2649 232.469 -47.8255 222.538 -42.9441C213.325 -38.4149 204.572 -32.3715 199.618 -24.7178C194.608 -16.9775 194.015 -8.21646 196.817 -0.886903C202.999 15.2908 222.651 25.4783 242.18 29.9086Z" android:strokeAlpha="0.613" android:fillAlpha="0.613" android:fillType="evenOdd"/>
<path android:fillColor="@drawable/res_2131230793_img_nitro_pattern__0" android:pathData="M-27.6802 230.729C-34.4561 241.24 -39.8533 256.352 -34.8695 268.502C-30.809 278.402 -21.6316 281.992 -13.3836 284.671C-5.02671 287.386 3.33064 290.101 11.6884 292.815C19.6665 295.406 28.5982 297.836 35.6808 292.316C41.4873 287.79 44.5471 278.928 46.2119 270.266C48.2807 259.503 48.7358 248.197 47.5422 237.202C46.4343 227.001 43.7454 216.714 38.2428 209.445C32.678 202.092 24.6426 198.539 16.7923 198.663C-0.534393 198.936 -16.8352 213.906 -27.6802 230.729Z" android:strokeAlpha="0.613" android:fillAlpha="0.613" android:fillType="evenOdd"/>
<path android:fillColor="@drawable/res_2131230794_img_nitro_pattern__1" android:pathData="M310.149 1.87836C312.236 10.3679 317.672 16.6476 323.366 21.4193C338.929 34.4632 358.247 39.8166 371.43 56.8553C377.857 65.1615 382.352 75.702 386.414 86.3104C389.157 93.4742 391.79 100.833 395.746 106.92C403.119 118.27 415.012 124.142 426.192 121.955C437.372 119.768 447.475 109.592 452.06 95.9032C455.088 86.8659 455.767 76.7647 455.813 66.8779C455.93 41.9824 452.246 17.0673 445.049 -5.92896C444.9 -6.40583 444.746 -6.8821 444.593 -7.35778H309.255C309.148 -4.23283 309.415 -1.10668 310.149 1.87836Z" android:strokeAlpha="0.613" android:fillAlpha="0.613" android:fillType="evenOdd"/>
<path android:fillColor="@drawable/res_2131230795_img_nitro_pattern__2" android:pathData="M298.727 195.559C292.439 191.296 286.422 185.578 282.952 177.432C278.673 167.389 278.837 155.237 278.457 143.719C278.077 132.202 276.668 119.689 270.326 111.787C265.015 105.17 257.213 103.201 249.932 103.771C236.134 104.852 223.334 113.88 212.374 125.028C203.794 133.756 191.594 146.543 181.271 161.292C168.776 179.144 159.03 199.87 161.776 219.75C163.79 234.325 172.611 246.014 182.743 252.311C192.876 258.608 204.251 260.319 215.415 261.404C250.328 264.795 285.868 262.809 319.56 250.231C330.611 246.105 347.886 232.013 337.48 213.807C330.265 201.183 309.198 202.658 298.727 195.559Z" android:strokeAlpha="0.613" android:fillAlpha="0.613" android:fillType="evenOdd"/>
<path android:fillColor="@drawable/res_2131230796_img_nitro_pattern__3" android:pathData="M155.541 -15.3248C148.298 -25.0966 137.418 -28.1121 127.171 -30.0672C72.5229 -40.4937 12.8167 -27.4737 -31.4119 18.7266C-46.2977 34.2764 -59.7173 54.1777 -64.0877 78.5728C-67.14 95.6097 -65.9889 118.247 -56.5985 132.187C-56.1366 132.873 -55.6624 133.52 -55.1771 134.131C-42.3872 150.233 -21.6233 141.258 -5.70481 144.538C4.67279 146.676 15.0848 148.865 25.5859 149.136C32.4327 149.312 39.395 148.642 45.8325 145.556C50.9427 143.106 55.5926 139.191 59.8411 134.711C81.7423 111.614 92.7611 74.523 113.593 49.7603C125.54 35.5585 139.28 29.3084 153.077 19.8163C163.084 12.9314 164.043 -3.85456 155.541 -15.3248Z" android:strokeAlpha="0.613" android:fillAlpha="0.613" android:fillType="evenOdd"/>
<path android:fillColor="@drawable/res_2131230797_img_nitro_pattern__4" android:pathData="M242.18 29.9086C254.381 32.6766 270.436 32.5765 280.157 23.741C288.077 16.5417 288.314 6.6956 288.013 -1.96615C287.707 -10.7424 287.401 -19.519 287.095 -28.2959C286.803 -36.674 286.033 -45.8926 278.42 -50.6555C272.178 -54.5603 262.798 -54.4026 254.084 -53.0035C243.255 -51.2649 232.469 -47.8255 222.538 -42.9441C213.325 -38.4149 204.572 -32.3715 199.618 -24.7178C194.608 -16.9775 194.015 -8.21646 196.817 -0.886903C202.999 15.2908 222.651 25.4783 242.18 29.9086Z" android:strokeAlpha="0.613" android:fillAlpha="0.613" android:fillType="evenOdd"/>
<path android:fillColor="#00000000" android:pathData="M257.411 -20.5892C265.142 20.2152 252.288 22.8779 225.827 50.6683C218.239 58.637 216.023 69.202 208.461 77.4474C198.256 88.573 167.839 104.686 174.719 124.554C175.336 126.336 177.41 127.39 179.185 128.027C183.98 129.747 189.031 130.747 194.07 131.497C220.727 135.463 224.061 116.293 235.752 98.7682C237.68 95.8769 243.078 94.4827 246.173 95.7948C272.338 106.888 260.209 121.226 272.968 133.976C286.612 147.612 301.905 136.042 309.19 123.564C311.201 120.12 311.2 115.987 309.19 111.166C305.884 103.238 288.615 89.2123 299.268 78.9341C313.516 65.1869 330.075 61.6259 348.887 59.5938C357.269 58.6885 374.886 55.0436 367.247 45.7091C349.697 24.2655 313.603 60.4918 311.175 22.4025C310.07 5.08229 327.399 -1.62873 324.574 -19.2515C322.609 -31.5125 303.206 -26.1313 297.777 -20.2417C284.836 -6.20164 290.921 9.34213 288.349 26.3715C286.751 36.9556 286.665 48.1914 277.93 63.5627C269.195 78.9341 257.411 71.4299 263.043 51.6612C268.475 32.5918 274.686 13.8359 279.418 -5.3668C280.169 -8.41548 280.475 -11.8293 279.418 -14.7861C277.89 -19.0612 274.455 -22.3912 271.974 -26.1938M-21.458 91.8494C-8.49512 62.3039 11.4903 73.9239 45.2086 75.9581C55.4227 76.5743 60.1926 82.3901 72.4997 77.4474C84.8472 72.4885 96.0179 64.6374 106.241 56.124C122.791 42.341 121.289 3.04734 136.013 -14.2923C138.36 -17.0562 141.121 -19.4641 143.954 -21.7284C148.579 -25.4256 153.366 -28.9369 158.344 -32.1433C160.831 -33.7448 163.483 -35.1542 166.282 -36.1096C170.307 -37.483 174.462 -38.6162 178.688 -39.0856C181.98 -39.4511 185.336 -39.0849 188.611 -38.5892C190.836 -38.2522 193.244 -37.9286 195.063 -36.606C200.651 -32.5451 205.629 -27.672 210.445 -22.7213C211.476 -21.6615 212.214 -20.2174 212.43 -18.755C213.056 -14.4995 213.263 -10.1488 212.926 -5.86063C210.56 24.2894 187.652 43.4581 163.801 57.6107C149.555 66.0641 131.676 71.227 121.625 85.38C108.431 103.959 131.537 138.704 121.128 154.307C110.863 169.694 86.752 170.982 71.0094 169.184C66.8528 168.71 63.2344 165.874 59.1025 165.218C42.3243 162.557 25.4021 160.839 8.48682 159.266C-14.9961 157.083 -32.0616 176.279 -45.1017 148.357C-49.6747 138.566 -24.2402 130.067 -21.2854 129.514C-3.16055 126.117 33.3061 136.355 45.7028 131.993C51.1183 130.088 53.0554 123.158 57.1155 119.101C59.0343 117.184 61.0742 115.21 63.5683 114.142C72.5747 110.285 94.0798 110.102 89.8657 94.3055C89.0993 91.4326 84.9169 90.9712 78.2805 92.3223C66.7233 94.6754 55.304 97.7441 44.0425 101.248C37.7373 103.21 31.6622 105.885 25.6829 108.687C14.5527 113.901 -22.9457 133.896 -22.9457 108.19L-21.458 91.8494Z" android:strokeColor="#ffffff" android:strokeWidth="1" android:strokeAlpha="0.2" android:fillAlpha="0.2"/>
<path android:fillColor="#00000000" android:pathData="M-20.7312 191.498C-0.494293 189.68 20.4215 180.542 39.9795 186.045C47.5631 188.179 31.3975 199.669 25.0946 204.393C20.9683 207.485 -3.67696 212.662 -8.64918 213.318C-12.1506 213.78 -16.4866 215.673 -19.2435 213.467C-23.2401 210.269 -26.335 192.468 -17.0838 192.468M384.396 -5.3668C379.765 3.72504 372.978 12.0114 370.502 21.9087C369.819 24.639 373.59 26.8328 375.959 28.3546C380.692 31.3952 387.67 31.037 391.343 35.2969C397.475 42.4094 400.904 51.6386 403.746 60.5867C404.492 62.934 399.488 69.1916 397.793 70.5051C388.158 77.9729 342.876 105.936 366.036 125.051C371.297 129.393 378.548 129.613 384.89 130.01C397.607 130.805 417.757 126.327 420.122 110.67C421.061 104.45 420.513 98.087 421.115 91.8259C421.342 89.4702 421.515 86.9855 422.603 84.8835C428.738 73.0332 447.582 77.504 448.406 63.0663C448.997 52.7154 439.467 32.3295 443.444 27.8582C454.768 15.1252 493.278 14.6101 496.041 -9.3331C496.363 -12.1243 497.271 -15.2356 496.041 -17.7621C481.549 -47.5339 438.168 -36.2205 422.106 -15.2826C409.741 0.836828 427.158 17.9222 430.047 33.3138C432.442 46.0787 417.439 40.6956 413.175 34.3041C407.037 25.1047 406.506 18.5361 407.718 7.03116C409.012 -5.24426 419.479 -25.0718 402.086 -30.6565L384.396 -5.3668ZM42.981 -26.0423C32.8916 -18.3141 30.5039 -19.1249 26.2581 -11.1673C16.679 6.7863 26.5166 37.4345 45.1145 44.8678C63.2619 52.121 78.034 31.6383 91.2619 22.0576C97.335 17.6591 102.223 11.7946 108.134 7.18009C121.237 -3.04993 137.993 -8.49933 135.922 -28.5218C135.425 -33.3185 129.871 -35.7601 125.801 -34.9677C112.012 -32.2834 98.1444 -29.8217 84.6156 -26.0423C75.7248 -23.5585 74.3017 -7.75577 75.1874 -1.24895C78.5678 23.5823 54.5645 31.1747 55.4892 4.20667C56.119 -14.1632 74.0027 -30.0529 82.2834 -37.9438L42.981 -26.0423ZM12.4923 233.152C12.4923 233.152 31.7119 213.109 52.1896 216.119C61.8145 217.534 97.768 231.917 111.237 220.582C156.191 182.749 129.998 194.144 158.872 172.482C173.805 161.279 183.344 165.066 186.166 169.012C188.647 172.482 189.633 185.214 186.166 191.225C180.475 201.092 178.746 200.473 170.782 207.194C168.545 209.081 159.92 213.317 158.872 218.102C155.784 232.217 164.267 244.54 162.844 258.766C160.936 277.839 134.227 278.265 120.169 272.651C96.5754 263.229 84.5424 256.002 79.9774 256.783C61.8257 259.885 25.5358 276.586 8.52341 263.229C-10.3028 248.447 12.4923 233.152 12.4923 233.152ZM221.395 183.691C213.737 187.786 205.806 202.469 211.473 210.964C229.108 237.399 242.818 226.079 263.077 238.733C272.278 244.481 270.791 251.451 276.476 262.04C280.389 269.327 308.903 266.685 315.677 264.519C326.564 261.039 319.883 253.246 325.599 239.726C327.582 235.035 331.17 231.156 334.531 227.328C344.962 215.449 376.543 189.749 356.862 173.773C344.518 163.752 304.587 176.274 291.858 185.178C285.407 189.69 283.459 196.697 275.98 195.096C265.646 192.885 273.052 176.969 265.063 171.754C250.695 162.374 232.864 177.558 221.395 183.691ZM366.278 144.06C362.714 137.674 302.013 137.242 351.599 157.236C362.602 161.673 369.843 150.446 366.278 144.06ZM141.851 111.119C140.033 120.16 137.629 129.104 136.395 138.243C135.107 147.779 152.66 156.018 157.259 150.641C166.046 140.368 160.885 129.354 155.769 119.896C154.204 117.002 146.303 103.158 142.845 108.987L141.851 111.119Z" android:strokeColor="#ffffff" android:strokeWidth="1" android:strokeAlpha="0.2" android:fillAlpha="0.2"/>
</group>

View File

@ -1,6 +1,6 @@
<?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="42dp" android:width="302dp" android:viewportWidth="302" android:viewportHeight="42">
<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/res_2131230795_img_plan_activated_dark__0" android:strokeWidth="1"/>
<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/res_2131230798_img_plan_activated_dark__0" android:strokeWidth="1"/>
<path android:fillColor="#ffffff" 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="#ffffff" 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="#ffffff" 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"/>

View File

@ -1,6 +1,6 @@
<?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="42dp" android:width="302dp" android:viewportWidth="302" android:viewportHeight="42">
<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/res_2131230796_img_plan_activated_light__0" android:strokeWidth="1"/>
<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/res_2131230799_img_plan_activated_light__0" android:strokeWidth="1"/>
<path android:fillColor="#060607" 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="#060607" 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="#060607" 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"/>

View File

@ -1,5 +1,5 @@
<?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="48dp" android:width="298dp" android:viewportWidth="298" android:viewportHeight="48">
<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/res_2131230797_img_premium_activated_tier_1_dark__0" android:strokeWidth="2"/>
<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/res_2131230800_img_premium_activated_tier_1_dark__0" android:strokeWidth="2"/>
<path android:fillColor="#ffffff" 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,5 +1,5 @@
<?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="48dp" android:width="298dp" android:viewportWidth="298" android:viewportHeight="48">
<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/res_2131230798_img_premium_activated_tier_1_light__0" android:strokeWidth="2"/>
<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/res_2131230801_img_premium_activated_tier_1_light__0" android:strokeWidth="2"/>
<path android:fillColor="#060607" 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,5 +1,5 @@
<?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="48dp" android:width="298dp" android:viewportWidth="298" android:viewportHeight="48">
<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/res_2131230799_img_premium_activated_tier_2_dark__0" android:strokeWidth="2"/>
<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/res_2131230802_img_premium_activated_tier_2_dark__0" android:strokeWidth="2"/>
<path android:fillColor="#ffffff" 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,5 +1,5 @@
<?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="48dp" android:width="298dp" android:viewportWidth="298" android:viewportHeight="48">
<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/res_2131230800_img_premium_activated_tier_2_light__0" android:strokeWidth="2"/>
<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/res_2131230803_img_premium_activated_tier_2_light__0" android:strokeWidth="2"/>
<path android:fillColor="#060607" 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

@ -16,7 +16,7 @@
<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_2131230801_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="@drawable/res_2131230804_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"/>

View File

@ -47,7 +47,7 @@
<path android:fillColor="#dae1ea" android:pathData="M559.27,146.32H451.32a12,12 0,0 1,12 12v3.25c0,6.63 -5.38,12.47 -12,12.47h108c6.63,0 12,-5.84 12,-12.47v-3.25A12,12 0,0 0,559.27 146.32Z"/>
<path android:fillColor="#9babbf" android:pathData="M463.32,161.57v-3.25a12,12 0,0 0,-12 -12H433.41a12,12 0,0 1,12 12v3.25c0,6.63 -5.37,12.47 -12,12.47h17.91C457.94,174 463.32,168.2 463.32,161.57Z"/>
<path android:fillColor="#dae1ea" android:pathData="M445.41,161.57v-3.25a12,12 0,0 0,-12 -12h-107a12,12 0,0 1,12 12v3.25c0,6.63 -5.37,12.47 -12,12.47h107C440,174 445.41,168.2 445.41,161.57Z"/>
<path android:fillColor="@drawable/res_2131230802_img_wumpus_playing_with_friends__0" android:pathData="M378,143.76c2.36,-0.07 4.47,-1.24 6.79,-1.55l-2,0.26a24.43,24.43 0,0 1,6.22 0.09l-2,-0.27a47.61,47.61 0,0 1,11.61 3.4l-1.8,-0.76a96.87,96.87 0,0 1,12.06 6.24c3.37,2 8.38,0.86 10.26,-2.69a7.65,7.65 0,0 0,-2.69 -10.27A107.9,107.9 0,0 0,402.1 131a48.28,48.28 0,0 0,-9.56 -2.94c-4.71,-0.87 -9.65,-1.19 -14.31,0.2a19.29,19.29 0,0 1,-2.18 0.74l2,-0.27H378c-3.91,0.11 -7.68,3.37 -7.5,7.5 0.18,4 3.3,7.62 7.5,7.5Z"/>
<path android:fillColor="@drawable/res_2131230805_img_wumpus_playing_with_friends__0" android:pathData="M378,143.76c2.36,-0.07 4.47,-1.24 6.79,-1.55l-2,0.26a24.43,24.43 0,0 1,6.22 0.09l-2,-0.27a47.61,47.61 0,0 1,11.61 3.4l-1.8,-0.76a96.87,96.87 0,0 1,12.06 6.24c3.37,2 8.38,0.86 10.26,-2.69a7.65,7.65 0,0 0,-2.69 -10.27A107.9,107.9 0,0 0,402.1 131a48.28,48.28 0,0 0,-9.56 -2.94c-4.71,-0.87 -9.65,-1.19 -14.31,0.2a19.29,19.29 0,0 1,-2.18 0.74l2,-0.27H378c-3.91,0.11 -7.68,3.37 -7.5,7.5 0.18,4 3.3,7.62 7.5,7.5Z"/>
<path android:fillColor="#3e70dd" android:pathData="M331.74,101.21l63.39,-12.35l-1.38,-4.77l-60.58,7.73l-1.43,9.39z" android:strokeAlpha="0.5" android:fillAlpha="0.5"/>
<path android:fillColor="#7196ff" android:pathData="M360,143.32a38.69,38.69 0,0 1,4.81 0.41l-2,-0.27a75.7,75.7 0,0 1,19 5.28L380,148a84.21,84.21 0,0 1,9.17 4.57c3.41,2 8.37,0.91 10.27,-2.69a7.64,7.64 0,0 0,-2.69 -10.26A87,87 0,0 0,372.56 130,58.9 58.9,0 0,0 360,128.32c-3.92,0 -7.68,3.46 -7.5,7.5a7.63,7.63 0,0 0,7.5 7.5Z"/>
<path android:fillColor="#7196ff" android:pathData="M327.015,85.641l-14.196,1.633a7.14,7.14 128.44,0 1,-7.909 -6.278L303.072,65.022A7.14,7.14 128.44,0 1,309.344 57.063L323.541,55.431a0,0 0,0 1,-0 0L327.015,85.641a0,0 0,0 1,-0 0Z"/>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<gradient xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:angle="0" android:type="linear" android:startX="156.23" android:startY="540.47" android:endX="156.23" android:endY="661.33">
<item android:color="#ff29cc7a" android:offset="0"/>
<item android:color="#ff038567" android:offset="1"/>
</gradient>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<gradient xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:angle="0" android:type="linear" android:startX="560.4" android:startY="306.43" android:endX="550.13" android:endY="259.59">
<item android:color="#ffffe75c" android:offset="0"/>
<item android:color="#ffffc619" android:offset="1"/>
</gradient>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<gradient xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:angle="0" android:type="linear" android:startX="56,260.8984" android:startY="40,671.6992" android:endX="53,460.8008" android:endY="47,311.6016">
<item android:color="#ffffe75c" android:offset="0"/>
<item android:color="#ffffc619" android:offset="1"/>
</gradient>

View File

@ -28,11 +28,11 @@
<path android:fillColor="#dd8fff" android:pathData="M253.21,98.06C252.491,97.66 251.72,97.36 250.92,97.17C249.077,96.659 247.106,96.888 245.43,97.81C247.64,100.9 250.81,103.48 253.21,98.06Z"/>
<path android:fillColor="#c69c00" android:pathData="M225.588,95.484C226.344,95.393 226.921,95.013 226.876,94.634C226.83,94.256 226.18,94.023 225.423,94.114C224.666,94.204 224.09,94.585 224.135,94.963C224.181,95.341 224.831,95.575 225.588,95.484Z"/>
<path android:fillColor="#00000000" android:pathData="M256.51,88.09C257.37,84.73 260.02,84 262.45,86.46" android:strokeColor="#23242e" android:strokeWidth="1.54" android:strokeLineCap="round"/>
<path android:fillColor="@drawable/res_2131230803_screen_share_nfx_illustration__0" android:pathData="M65.56,113H65.5L47.69,113.7C35.95,114.11 31.47,118.61 27.37,127.07L27.09,127.71L20.94,140.81L19.7,143.41C17.84,148.76 20.24,152.2 27.57,150.41C35.061,148.378 42.223,145.287 48.84,141.23C55.26,137.37 64.84,131.75 71.11,122.8L71.39,122.41L71.52,122.19L71.89,121.65L72.02,121.43C75.49,115.66 71.78,112.81 65.56,113Z"/>
<path android:fillColor="@drawable/res_2131230804_screen_share_nfx_illustration__1" android:pathData="M72,121.43L71.87,121.65L71.5,122.19L71.37,122.41L71.09,122.8C64.83,131.8 55.24,137.37 48.82,141.23C42.204,145.29 35.042,148.381 27.55,150.41C22.24,151.7 19.55,150.24 19.17,147.41C20.91,142.34 30.73,133.41 42.7,126C54.67,118.59 66.08,114.19 71.7,114.41C73.66,115.69 74.07,118.05 72,121.43Z"/>
<path android:fillColor="@drawable/res_2131230806_screen_share_nfx_illustration__0" android:pathData="M65.56,113H65.5L47.69,113.7C35.95,114.11 31.47,118.61 27.37,127.07L27.09,127.71L20.94,140.81L19.7,143.41C17.84,148.76 20.24,152.2 27.57,150.41C35.061,148.378 42.223,145.287 48.84,141.23C55.26,137.37 64.84,131.75 71.11,122.8L71.39,122.41L71.52,122.19L71.89,121.65L72.02,121.43C75.49,115.66 71.78,112.81 65.56,113Z"/>
<path android:fillColor="@drawable/res_2131230807_screen_share_nfx_illustration__1" android:pathData="M72,121.43L71.87,121.65L71.5,122.19L71.37,122.41L71.09,122.8C64.83,131.8 55.24,137.37 48.82,141.23C42.204,145.29 35.042,148.381 27.55,150.41C22.24,151.7 19.55,150.24 19.17,147.41C20.91,142.34 30.73,133.41 42.7,126C54.67,118.59 66.08,114.19 71.7,114.41C73.66,115.69 74.07,118.05 72,121.43Z"/>
<path android:fillColor="#6b3043" android:pathData="M26.58,146.81C25.21,144.59 33.51,136.97 45.12,129.81C56.73,122.65 67.26,118.6 68.63,120.81C70,123.02 61.7,130.65 50.09,137.81C38.48,144.97 28,149 26.58,146.81Z"/>
<path android:fillColor="#7a384c" android:pathData="M55.87,130.82L55.26,131.41L65.75,126.13C64.928,126.989 64.06,127.804 63.15,128.57L53.56,132.93H53.5L60.07,131.13L56.39,133.84L51.9,134.1L49,136.06L46.46,137.53L42.32,142.39L39.15,144L45.15,138.28L44.74,138.39L35,145.71L33.32,146.33L43.32,139.01C42.605,139.34 41.874,139.634 41.13,139.89L28.28,147.5C27.756,147.53 27.236,147.398 26.79,147.12L39.88,140.12C39.768,140.084 39.665,140.022 39.58,139.94C39.5,139.94 39.58,139.77 39.58,139.57L26.74,145.33C27.021,144.71 27.38,144.128 27.81,143.6L40.09,138.87L40.69,138.21L30.28,140.87L32.19,139.18L41.57,137.48L42.88,136.38L35.88,136.14L37.88,134.69L43.78,135.69L44.91,134.89L40,133.24L41.61,132.13L45.84,134.28L46.92,133.56L43.67,130.78L45.04,129.92L47.42,133.3L47.85,133L47.68,133.05L47.23,128.6L49.1,127.49L48.95,132.34L50.61,131.41L51.27,126.3L52.89,125.45L51.28,131.05L53.83,129.89L56.31,123.75L58.07,122.92L54.53,129.65C55.028,129.391 55.579,129.25 56.14,129.24L63.62,120.86C64.039,120.691 64.48,120.58 64.93,120.53L56.76,129.46L68.41,120.52L68.74,120.82C68.866,121.109 68.904,121.429 68.85,121.74L55.87,130.82Z"/>
<path android:fillColor="@drawable/res_2131230805_screen_share_nfx_illustration__2" android:pathData="M45.17,169.73C43.985,168.035 43.293,166.045 43.17,163.98C42.78,157.4 40.69,149.19 37.17,140.33C36.76,139.65 41.17,136.23 47.06,132.67C52.95,129.11 58.06,126.86 58.47,127.67C61.7,136.31 66.83,148.82 67.07,164.67C67.102,167.193 66.273,169.651 64.721,171.639C63.168,173.628 60.985,175.028 58.53,175.61L57.86,175.77C55.681,176.289 53.397,176.138 51.306,175.336C49.215,174.535 47.414,173.121 46.14,171.28L45.17,169.73Z"/>
<path android:fillColor="@drawable/res_2131230808_screen_share_nfx_illustration__2" android:pathData="M45.17,169.73C43.985,168.035 43.293,166.045 43.17,163.98C42.78,157.4 40.69,149.19 37.17,140.33C36.76,139.65 41.17,136.23 47.06,132.67C52.95,129.11 58.06,126.86 58.47,127.67C61.7,136.31 66.83,148.82 67.07,164.67C67.102,167.193 66.273,169.651 64.721,171.639C63.168,173.628 60.985,175.028 58.53,175.61L57.86,175.77C55.681,176.289 53.397,176.138 51.306,175.336C49.215,174.535 47.414,173.121 46.14,171.28L45.17,169.73Z"/>
<path android:fillColor="#a5387e" android:pathData="M63.11,140.58C55.28,140.22 45.39,141.64 38.7,144.22C38.28,142.898 37.789,141.6 37.23,140.33C36.82,139.65 41.23,136.23 47.12,132.67C53.01,129.11 58.12,126.86 58.53,127.67C59.87,131.3 61.6,135.6 63.11,140.58Z" android:strokeAlpha="0.3" android:fillAlpha="0.3"/>
<path android:fillColor="#543247" android:pathData="M62.83,149.93C62.28,149.93 61.83,149.34 61.76,148.54C61.69,147.74 62.12,147.06 62.67,147.03C63.22,147 63.67,147.63 63.74,148.43C63.81,149.23 63.38,149.9 62.83,149.93Z"/>
<path android:fillColor="#543247" android:pathData="M52.9,151.09C52.789,150.882 52.738,150.646 52.754,150.41C52.769,150.174 52.85,149.948 52.987,149.755C53.125,149.563 53.313,149.413 53.531,149.322C53.749,149.231 53.988,149.202 54.222,149.239C54.455,149.277 54.673,149.378 54.852,149.533C55.031,149.688 55.163,149.889 55.233,150.115C55.304,150.34 55.31,150.581 55.251,150.81C55.192,151.039 55.07,151.247 54.9,151.41C54.59,151.626 54.208,151.713 53.835,151.653C53.463,151.594 53.127,151.392 52.9,151.09Z"/>

View File

@ -4,7 +4,7 @@
<path android:fillColor="#3e70dd" android:pathData="M124,58.5H227.9V112a5,5 0,0 1,-5 5H124Z"/>
<path android:fillColor="#fff" android:pathData="M25.1,0H124V58.5H20.1V5A5,5 0,0 1,25.1 0Z"/>
<path android:fillColor="#f7c9f7" android:pathData="M20.1,58.5H124V117H25.1a5,5 0,0 1,-5 -5Z"/>
<path android:fillColor="@drawable/res_2131230812_video_call_illustration__0" android:pathData="M106,32.4l0.43,-2.55a4.76,4.76 0,0 0,-3.68 2.06A31.84,31.84 0,0 1,92.57 42a9,9 0,0 1,-3.83 2.59l0.6,2.47 1.58,6.49 0.16,-0.05c10,-4.42 15.06,-9.7 19.52,-16.28 0.06,-0.08 0.11,-0.17 0.16,-0.25a4.73,4.73 0,0 0,0.6 -1.67l-3.77,-0.64A2,2 0,0 1,106 32.4Z"/>
<path android:fillColor="@drawable/res_2131230815_video_call_illustration__0" android:pathData="M106,32.4l0.43,-2.55a4.76,4.76 0,0 0,-3.68 2.06A31.84,31.84 0,0 1,92.57 42a9,9 0,0 1,-3.83 2.59l0.6,2.47 1.58,6.49 0.16,-0.05c10,-4.42 15.06,-9.7 19.52,-16.28 0.06,-0.08 0.11,-0.17 0.16,-0.25a4.73,4.73 0,0 0,0.6 -1.67l-3.77,-0.64A2,2 0,0 1,106 32.4Z"/>
<path android:pathData="M52.9,48.68a9.87,9.87 0,0 1,-1.21 -0.21,3.55 3.55,0 0,0 -0.47,0.32 45.41,45.41 0,0 0,-8.93 9.71H51.5l0.82,-5.7Z"/>
<path android:fillColor="#6a94ff" android:pathData="M52.32,52.8l-0.81,5.7l40.61,0l-1.2,-4.91l-1.58,-6.49l-37.02,5.7z"/>
<path android:fillColor="#6a94ff" android:pathData="M54.81,48.67a9.39,9.39 0,0 1,-1.91 0l-0.58,4.12 37,-5.7 -0.6,-2.47a8.71,8.71 0,0 1,-2 0.47Z"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 KiB

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:drawable="@drawable/res_2131230806_sparkle_animated_vector__0">
<target android:name="yellow_sparkle_group" android:animation="@drawable/res_2131230807_sparkle_animated_vector__1"/>
<target android:name="blue_sparkle_group" android:animation="@drawable/res_2131230808_sparkle_animated_vector__2"/>
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:drawable="@drawable/res_2131230809_sparkle_animated_vector__0">
<target android:name="yellow_sparkle_group" android:animation="@drawable/res_2131230810_sparkle_animated_vector__1"/>
<target android:name="blue_sparkle_group" android:animation="@drawable/res_2131230811_sparkle_animated_vector__2"/>
</animated-vector>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:drawable="@drawable/res_2131230809_sparkle_yellow_animated_vector__0">
<target android:name="yellow_sparkle_group" android:animation="@drawable/res_2131230810_sparkle_yellow_animated_vector__1"/>
<target android:name="blue_sparkle_group" android:animation="@drawable/res_2131230811_sparkle_yellow_animated_vector__2"/>
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:drawable="@drawable/res_2131230812_sparkle_yellow_animated_vector__0">
<target android:name="yellow_sparkle_group" android:animation="@drawable/res_2131230813_sparkle_yellow_animated_vector__1"/>
<target android:name="blue_sparkle_group" android:animation="@drawable/res_2131230814_sparkle_yellow_animated_vector__2"/>
</animated-vector>

File diff suppressed because it is too large Load Diff

View File

@ -1446,7 +1446,7 @@
<string name="color_picker_title">Select a color</string>
<string name="color_picker_transparency">Transparency</string>
<string name="color_picker_use_default">Use Default</string>
<string name="res_2131887527_com_crashlytics_android_build_id">55ee48230f4945cb93cc26469fabb4b6</string>
<string name="res_2131887527_com_crashlytics_android_build_id">9f45f29e17d04aad8bb9d426a4b04aa4</string>
<string name="coming_soon">Coming Soon</string>
<string name="command_accessibility_desc_app_header_item">Slash command application {applicationName}</string>
<string name="command_accessibility_desc_app_item">{applicationName} application</string>