bunnycord/sayo-unbranded-52.3.patch
2021-03-08 16:46:45 -07:00

11145 lines
2.5 MiB
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

diff -x dist -x build -craB from/AndroidManifest.xml to/AndroidManifest.xml
*** from/AndroidManifest.xml 2021-01-02 17:58:42.670416776 -0700
--- to/AndroidManifest.xml 2021-01-11 15:16:52.097000000 -0700
***************
*** 1,4 ****
! <?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" android:installLocation="auto" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
<uses-feature android:name="android.hardware.faketouch" android:required="false"/>
--- 1,4 ----
! <?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" android:installLocation="auto" package="com.discord.sayo" platformBuildVersionCode="1355" platformBuildVersionName="52.3-sayo">
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
<uses-feature android:name="android.hardware.faketouch" android:required="false"/>
***************
*** 21,34 ****
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT"/>
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
! <permission android:description="@string/app_permission_connect_desc" android:label="@string/app_permission_connect_label" android:name="com.discord.permission.CONNECT" android:protectionLevel="dangerous"/>
<uses-feature android:name="android.hardware.camera.any" android:required="false"/>
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
<uses-feature android:name="android.hardware.camera.front" android:required="false"/>
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
<uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
! <application android:allowBackup="false" android:appCategory="social" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:icon="@mipmap/ic_logo_square" android:label="@string/discord" android:largeHeap="true" android:name="com.discord.app.App" android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_logo_round" android:supportsRtl="true" android:theme="@style/AppTheme.Dark" android:usesCleartextTraffic="@bool/use_cleartext_traffic">
<activity android:name="com.discord.samsung.SamsungConnectActivity" android:theme="@style/AppTheme.Translucent"/>
<activity android:name="com.discord.app.AppActivity" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Dark" android:windowSoftInputMode="adjustResize|stateHidden"/>
<activity android:exported="true" android:launchMode="singleTask" android:name="com.discord.app.AppActivity$Main" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Loading" android:windowSoftInputMode="adjustResize|stateHidden">
--- 21,34 ----
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT"/>
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
! <permission android:description="@string/app_permission_connect_desc" android:label="@string/app_permission_connect_label" android:name="com.discord.sayo.permission.CONNECT" android:protectionLevel="dangerous"/>
<uses-feature android:name="android.hardware.camera.any" android:required="false"/>
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
<uses-feature android:name="android.hardware.camera.front" android:required="false"/>
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
<uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
! <application android:allowBackup="true" android:appCategory="social" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:icon="@mipmap/ic_logo_square" android:label="@string/discord" android:largeHeap="true" android:name="com.discord.app.App" android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_logo_round" android:supportsRtl="true" android:theme="@style/AppTheme.Dark" android:usesCleartextTraffic="@bool/use_cleartext_traffic">
<activity android:name="com.discord.samsung.SamsungConnectActivity" android:theme="@style/AppTheme.Translucent"/>
<activity android:name="com.discord.app.AppActivity" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Dark" android:windowSoftInputMode="adjustResize|stateHidden"/>
<activity android:exported="true" android:launchMode="singleTask" android:name="com.discord.app.AppActivity$Main" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Loading" android:windowSoftInputMode="adjustResize|stateHidden">
***************
*** 132,138 ****
<action android:name="com.google.firebase.INSTANCE_ID_EVENT"/>
</intent-filter>
</service>
! <service android:exported="true" android:name="com.discord.app.DiscordConnectService" android:permission="com.discord.permission.CONNECT">
<intent-filter>
<action android:name="com.discord.intent.action.CONNECT"/>
<data android:host="app" android:pathPattern="/connect/.*" android:scheme="discord"/>
--- 132,138 ----
<action android:name="com.google.firebase.INSTANCE_ID_EVENT"/>
</intent-filter>
</service>
! <service android:exported="true" android:name="com.discord.app.DiscordConnectService" android:permission="com.discord.sayo.permission.CONNECT">
<intent-filter>
<action android:name="com.discord.intent.action.CONNECT"/>
<data android:host="app" android:pathPattern="/connect/.*" android:scheme="discord"/>
***************
*** 156,162 ****
</intent-filter>
</receiver>
<service android:foregroundServiceType="mediaProjection" android:name="com.discord.utilities.voice.VoiceEngineForegroundService"/>
! <provider android:authorities="com.discord.file-provider" android:exported="false" android:grantUriPermissions="true" android:name="androidx.core.content.FileProvider">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"/>
</provider>
<meta-data android:name="firebase_crashlytics_collection_enabled" android:value="true"/>
--- 156,162 ----
</intent-filter>
</receiver>
<service android:foregroundServiceType="mediaProjection" android:name="com.discord.utilities.voice.VoiceEngineForegroundService"/>
! <provider android:authorities="com.discord.sayo.file-provider" android:exported="false" android:grantUriPermissions="true" android:name="androidx.core.content.FileProvider">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"/>
</provider>
<meta-data android:name="firebase_crashlytics_collection_enabled" android:value="true"/>
***************
*** 165,171 ****
<meta-data android:name="libdiscord_version" android:value="3.0.1-remove-fullband-experiment"/>
<service android:exported="false" android:name="com.discord.hardware_analytics.HardwareSurveyService" android:process=":HardwareSurveyService.PrivateRemoteProcess"/>
<activity android:name="com.yalantis.ucrop.UCropActivity" android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
! <provider android:authorities="com.discord.firebaseperfprovider" android:exported="false" android:initOrder="101" android:name="com.google.firebase.perf.provider.FirebasePerfProvider"/>
<service android:directBootAware="true" android:exported="false" android:name="com.google.firebase.components.ComponentDiscoveryService">
<meta-data android:name="com.google.firebase.components:com.google.firebase.perf.FirebasePerfRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
<meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
--- 165,171 ----
<meta-data android:name="libdiscord_version" android:value="3.0.1-remove-fullband-experiment"/>
<service android:exported="false" android:name="com.discord.hardware_analytics.HardwareSurveyService" android:process=":HardwareSurveyService.PrivateRemoteProcess"/>
<activity android:name="com.yalantis.ucrop.UCropActivity" android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
! <provider android:authorities="com.discord.sayo.firebaseperfprovider" android:exported="false" android:initOrder="101" android:name="com.google.firebase.perf.provider.FirebasePerfProvider"/>
<service android:directBootAware="true" android:exported="false" android:name="com.google.firebase.components.ComponentDiscoveryService">
<meta-data android:name="com.google.firebase.components:com.google.firebase.perf.FirebasePerfRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
<meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
***************
*** 204,212 ****
<receiver android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementReceiver"/>
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementService"/>
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
! <provider android:authorities="com.discord.firebaseinitprovider" android:directBootAware="true" android:exported="false" android:initOrder="100" android:name="com.google.firebase.provider.FirebaseInitProvider"/>
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
! <provider android:authorities="com.discord.workmanager-init" android:directBootAware="false" android:exported="false" android:multiprocess="true" android:name="androidx.work.impl.WorkManagerInitializer"/>
<service android:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"/>
<service android:directBootAware="false" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
<service android:directBootAware="false" android:enabled="@bool/enable_system_foreground_service_default" android:exported="false" android:name="androidx.work.impl.foreground.SystemForegroundService"/>
--- 204,212 ----
<receiver android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementReceiver"/>
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementService"/>
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
! <provider android:authorities="com.discord.sayo.firebaseinitprovider" android:directBootAware="true" android:exported="false" android:initOrder="100" android:name="com.google.firebase.provider.FirebaseInitProvider"/>
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
! <provider android:authorities="com.discord.sayo.workmanager-init" android:directBootAware="false" android:exported="false" android:multiprocess="true" android:name="androidx.work.impl.WorkManagerInitializer"/>
<service android:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"/>
<service android:directBootAware="false" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
<service android:directBootAware="false" android:enabled="@bool/enable_system_foreground_service_default" android:exported="false" android:name="androidx.work.impl.foreground.SystemForegroundService"/>
***************
*** 261,264 ****
<activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize" android:name="com.android.billingclient.api.ProxyBillingActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
<meta-data android:name="com.android.vending.derived.apk.id" android:value="1"/>
</application>
! </manifest>
\ No newline at end of file
--- 261,264 ----
<activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize" android:name="com.android.billingclient.api.ProxyBillingActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
<meta-data android:name="com.android.vending.derived.apk.id" android:value="1"/>
</application>
! </manifest>
diff -x dist -x build -craB from/apktool.yml to/apktool.yml
*** from/apktool.yml 2021-01-02 17:58:44.386390694 -0700
--- to/apktool.yml 2021-01-11 15:16:31.012349281 -0700
***************
*** 83,86 ****
version: 2.5.0
versionInfo:
versionCode: '1355'
! versionName: '52.3'
--- 83,86 ----
version: 2.5.0
versionInfo:
versionCode: '1355'
! versionName: '52.3-sayo'
diff -x dist -x build -craB from/res/drawable/$sparkle_animated_vector__0.xml to/res/drawable/$sparkle_animated_vector__0.xml
*** from/res/drawable/$sparkle_animated_vector__0.xml 2021-01-02 17:58:42.813414602 -0700
--- to/res/drawable/$sparkle_animated_vector__0.xml 2021-01-11 15:13:56.318665524 -0700
***************
*** 7,13 ****
<path android:name="yellow_sparkle" android:fillColor="#ffffcb00" android:pathData="M 34.592 1.696 L 31.32 0.061 C 31.144 -0.004 30.954 -0.017 30.77 0.023 C 30.587 0.063 30.419 0.154 30.287 0.287 C 30.154 0.419 30.063 0.587 30.023 0.77 C 29.983 0.954 29.996 1.144 30.061 1.32 L 31.696 4.592 C 31.788 4.835 31.788 5.104 31.696 5.347 L 30.122 8.683 C 30.038 8.85 30.008 9.04 30.038 9.225 C 30.067 9.41 30.154 9.581 30.287 9.713 C 30.419 9.846 30.59 9.933 30.775 9.962 C 30.96 9.992 31.15 9.962 31.317 9.878 L 34.653 8.304 C 34.896 8.212 35.165 8.212 35.408 8.304 L 38.68 9.939 C 38.856 10.004 39.046 10.018 39.23 9.977 C 39.413 9.937 39.581 9.846 39.713 9.713 C 39.846 9.581 39.937 9.413 39.977 9.23 C 40.017 9.046 40.004 8.856 39.939 8.68 L 38.304 5.408 C 38.242 5.292 38.209 5.162 38.209 5.031 C 38.209 4.899 38.242 4.769 38.304 4.653 L 39.878 1.317 C 39.962 1.15 39.992 0.96 39.962 0.775 C 39.933 0.59 39.846 0.419 39.713 0.287 C 39.581 0.154 39.41 0.067 39.225 0.038 C 39.039 0.008 38.85 0.038 38.682 0.122 L 35.347 1.696 C 35.231 1.758 35.101 1.791 34.969 1.791 C 34.838 1.791 34.708 1.758 34.592 1.696 Z" android:strokeWidth="1.0" />
</group>
<group android:name="blue_sparkle_group" android:pivotX="4.0" android:pivotY="34.0" android:translateY="-2.0">
! <path android:name="blue_sparkle" android:fillColor="#ff7289da" android:pathData="M 7.002 29.084 C 7.002 28.485 6.516 28 5.918 28 C 5.319 28 4.834 28.485 4.834 29.084 L 4.834 30.186 C 4.834 30.784 5.319 31.27 5.918 31.27 C 6.516 31.27 7.002 30.784 7.002 30.186 L 7.002 29.084 Z M 7.002 37.814 C 7.002 37.216 6.516 36.73 5.918 36.73 C 5.319 36.73 4.834 37.216 4.834 37.814 L 4.834 38.916 C 4.834 39.515 5.319 40 5.918 40 C 6.516 40 7.002 39.515 7.002 38.916 L 7.002 37.814 Z M 10.916 35.106 C 11.515 35.106 12 34.62 12 34.022 C 12 33.423 11.515 32.938 10.916 32.938 L 9.814 32.938 C 9.216 32.938 8.731 33.423 8.731 34.022 C 8.731 34.62 9.216 35.106 9.814 35.106 L 10.916 35.106 Z M 2.186 35.045 C 2.784 35.045 3.27 34.56 3.27 33.962 C 3.27 33.363 2.784 32.878 2.186 32.878 L 1.084 32.878 C 0.485 32.878 0 33.363 0 33.962 C 0 34.56 0.485 35.045 1.084 35.045 L 2.186 35.045 Z" android:strokeWidth="1.0" />
</group>
</group>
</group>
--- 7,13 ----
<path android:name="yellow_sparkle" android:fillColor="#ffffcb00" android:pathData="M 34.592 1.696 L 31.32 0.061 C 31.144 -0.004 30.954 -0.017 30.77 0.023 C 30.587 0.063 30.419 0.154 30.287 0.287 C 30.154 0.419 30.063 0.587 30.023 0.77 C 29.983 0.954 29.996 1.144 30.061 1.32 L 31.696 4.592 C 31.788 4.835 31.788 5.104 31.696 5.347 L 30.122 8.683 C 30.038 8.85 30.008 9.04 30.038 9.225 C 30.067 9.41 30.154 9.581 30.287 9.713 C 30.419 9.846 30.59 9.933 30.775 9.962 C 30.96 9.992 31.15 9.962 31.317 9.878 L 34.653 8.304 C 34.896 8.212 35.165 8.212 35.408 8.304 L 38.68 9.939 C 38.856 10.004 39.046 10.018 39.23 9.977 C 39.413 9.937 39.581 9.846 39.713 9.713 C 39.846 9.581 39.937 9.413 39.977 9.23 C 40.017 9.046 40.004 8.856 39.939 8.68 L 38.304 5.408 C 38.242 5.292 38.209 5.162 38.209 5.031 C 38.209 4.899 38.242 4.769 38.304 4.653 L 39.878 1.317 C 39.962 1.15 39.992 0.96 39.962 0.775 C 39.933 0.59 39.846 0.419 39.713 0.287 C 39.581 0.154 39.41 0.067 39.225 0.038 C 39.039 0.008 38.85 0.038 38.682 0.122 L 35.347 1.696 C 35.231 1.758 35.101 1.791 34.969 1.791 C 34.838 1.791 34.708 1.758 34.592 1.696 Z" android:strokeWidth="1.0" />
</group>
<group android:name="blue_sparkle_group" android:pivotX="4.0" android:pivotY="34.0" android:translateY="-2.0">
! <path android:name="blue_sparkle" android:fillColor="@color/link" android:pathData="M 7.002 29.084 C 7.002 28.485 6.516 28 5.918 28 C 5.319 28 4.834 28.485 4.834 29.084 L 4.834 30.186 C 4.834 30.784 5.319 31.27 5.918 31.27 C 6.516 31.27 7.002 30.784 7.002 30.186 L 7.002 29.084 Z M 7.002 37.814 C 7.002 37.216 6.516 36.73 5.918 36.73 C 5.319 36.73 4.834 37.216 4.834 37.814 L 4.834 38.916 C 4.834 39.515 5.319 40 5.918 40 C 6.516 40 7.002 39.515 7.002 38.916 L 7.002 37.814 Z M 10.916 35.106 C 11.515 35.106 12 34.62 12 34.022 C 12 33.423 11.515 32.938 10.916 32.938 L 9.814 32.938 C 9.216 32.938 8.731 33.423 8.731 34.022 C 8.731 34.62 9.216 35.106 9.814 35.106 L 10.916 35.106 Z M 2.186 35.045 C 2.784 35.045 3.27 34.56 3.27 33.962 C 3.27 33.363 2.784 32.878 2.186 32.878 L 1.084 32.878 C 0.485 32.878 0 33.363 0 33.962 C 0 34.56 0.485 35.045 1.084 35.045 L 2.186 35.045 Z" android:strokeWidth="1.0" />
</group>
</group>
</group>
diff -x dist -x build -craB from/res/drawable/cpv_preset_checked.xml to/res/drawable/cpv_preset_checked.xml
*** from/res/drawable/cpv_preset_checked.xml 2021-01-02 17:58:42.824414435 -0700
--- to/res/drawable/cpv_preset_checked.xml 2021-01-11 15:13:56.503662754 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/drawable_boost_removal.xml to/res/drawable/drawable_boost_removal.xml
*** from/res/drawable/drawable_boost_removal.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/drawable_boost_removal.xml 2021-01-11 15:13:55.974670675 -0700
***************
*** 32,47 ****
<path android:fillColor="#ffb2c1d1" android:pathData="M175.039,109.856C175.039,109.148 174.465,108.574 173.757,108.574C173.049,108.574 172.475,109.148 172.475,109.856V118.718C172.475,119.426 173.049,120 173.757,120C174.465,120 175.039,119.426 175.039,118.718V109.856Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M144.339,31.857L165.6,53.118C166.585,54.121 167.135,55.473 167.128,56.879C167.122,58.285 166.561,59.632 165.566,60.627C164.566,61.627 163.21,62.189 161.795,62.189C160.381,62.189 159.025,61.627 158.024,60.627L142.773,45.375C140.992,43.594 139.992,41.179 139.992,38.661C139.992,36.143 140.992,33.728 142.773,31.947C142.983,31.736 143.269,31.618 143.567,31.618C143.865,31.618 144.151,31.736 144.362,31.947L144.339,31.857Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M142.724,18.515V31.65C142.726,34.722 143.944,37.669 146.111,39.847L156.666,50.355C157.741,51.389 159.179,51.957 160.67,51.937H171.083C172.422,51.937 173.706,51.405 174.652,50.459C175.599,49.512 176.131,48.228 176.131,46.889C176.131,45.55 175.599,44.266 174.652,43.32C173.706,42.373 172.422,41.841 171.083,41.841H166.161L157.204,32.884V16.711L142.724,18.515Z" />
! <path android:fillColor="#ffffffff" android:pathData="M146.665,12.09L140.018,18.737L152.852,29.672V49.057L150.906,55.704L154.973,51.637C157.981,48.61 162.068,46.903 166.335,46.889H170.909C177.411,46.887 183.784,45.073 189.313,41.651V5.95H161.588C158.818,5.936 156.073,6.472 153.511,7.526C150.95,8.58 148.623,10.131 146.665,12.09Z" />
! <path android:fillColor="#ffffffff" android:pathData="M150.827,31.048C151.21,31.431 151.513,31.884 151.72,32.384C151.928,32.884 152.034,33.419 152.034,33.96C152.034,34.501 151.928,35.037 151.72,35.536C151.513,36.036 151.21,36.49 150.827,36.872L142.028,45.671L151.428,55.055L169.991,36.492L146.127,12.66L118.971,39.768C117.824,40.916 117.18,42.473 117.18,44.096C117.18,45.719 117.824,47.276 118.971,48.424C120.12,49.571 121.676,50.215 123.299,50.215C124.922,50.215 126.479,49.571 127.628,48.424L145.035,31.017C145.812,30.261 146.854,29.841 147.937,29.847C149.021,29.853 150.058,30.285 150.827,31.048Z" />
<path android:fillColor="#fffa6ef6" android:pathData="M151.998,43.566H122.152L101.121,64.597V94.443H130.967L151.998,73.411V43.566ZM126.599,83.872H111.676V68.965L126.599,54.121H141.522V69.044L126.599,83.872Z" />
<path android:fillColor="#ffffadfb" android:pathData="M151.998,43.566L141.443,54.121V69.044L151.998,73.411V43.566Z" />
<path android:fillColor="#ffe655d4" android:pathData="M111.676,68.965L101.121,64.581V94.443L111.676,83.888V68.965Z" />
<path android:fillColor="#ffffcff9" android:pathData="M126.52,54.121L111.676,68.965V83.888H126.599L141.443,69.044V54.121H126.52Z" />
! <path android:fillColor="#ffffffff" android:pathData="M141.427,69.028L141.395,69.06L111.66,69.028V68.98L115.696,64.961H141.459L141.427,69.028Z" />
! <path android:fillColor="#ffffffff" android:pathData="M135.825,74.646L131.71,78.744H111.692V74.646H135.825Z" />
! <path android:fillColor="#ffffffff" android:pathData="M175.792,30.885L146.463,60.214C145.214,61.464 143.519,62.166 141.753,62.166C139.986,62.166 138.291,61.464 137.042,60.214C135.792,58.965 135.09,57.27 135.09,55.503C135.09,53.736 135.792,52.042 137.042,50.792L166.37,21.464L175.792,30.885Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M188.822,41.967C187.735,42.614 186.615,43.206 185.468,43.74V5.95H188.822V41.967Z" />
! <path android:fillColor="#ffffffff" android:pathData="M187.905,41.145C187.905,45.043 191.065,48.203 194.963,48.203C198.861,48.203 202.02,45.043 202.02,41.145V7.058C202.02,3.16 198.861,0 194.963,0C191.065,0 187.905,3.16 187.905,7.058V41.145Z" />
</group>
</vector>
\ No newline at end of file
--- 32,47 ----
<path android:fillColor="#ffb2c1d1" android:pathData="M175.039,109.856C175.039,109.148 174.465,108.574 173.757,108.574C173.049,108.574 172.475,109.148 172.475,109.856V118.718C172.475,119.426 173.049,120 173.757,120C174.465,120 175.039,119.426 175.039,118.718V109.856Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M144.339,31.857L165.6,53.118C166.585,54.121 167.135,55.473 167.128,56.879C167.122,58.285 166.561,59.632 165.566,60.627C164.566,61.627 163.21,62.189 161.795,62.189C160.381,62.189 159.025,61.627 158.024,60.627L142.773,45.375C140.992,43.594 139.992,41.179 139.992,38.661C139.992,36.143 140.992,33.728 142.773,31.947C142.983,31.736 143.269,31.618 143.567,31.618C143.865,31.618 144.151,31.736 144.362,31.947L144.339,31.857Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M142.724,18.515V31.65C142.726,34.722 143.944,37.669 146.111,39.847L156.666,50.355C157.741,51.389 159.179,51.957 160.67,51.937H171.083C172.422,51.937 173.706,51.405 174.652,50.459C175.599,49.512 176.131,48.228 176.131,46.889C176.131,45.55 175.599,44.266 174.652,43.32C173.706,42.373 172.422,41.841 171.083,41.841H166.161L157.204,32.884V16.711L142.724,18.515Z" />
! <path android:fillColor="@color/white" android:pathData="M146.665,12.09L140.018,18.737L152.852,29.672V49.057L150.906,55.704L154.973,51.637C157.981,48.61 162.068,46.903 166.335,46.889H170.909C177.411,46.887 183.784,45.073 189.313,41.651V5.95H161.588C158.818,5.936 156.073,6.472 153.511,7.526C150.95,8.58 148.623,10.131 146.665,12.09Z" />
! <path android:fillColor="@color/white" android:pathData="M150.827,31.048C151.21,31.431 151.513,31.884 151.72,32.384C151.928,32.884 152.034,33.419 152.034,33.96C152.034,34.501 151.928,35.037 151.72,35.536C151.513,36.036 151.21,36.49 150.827,36.872L142.028,45.671L151.428,55.055L169.991,36.492L146.127,12.66L118.971,39.768C117.824,40.916 117.18,42.473 117.18,44.096C117.18,45.719 117.824,47.276 118.971,48.424C120.12,49.571 121.676,50.215 123.299,50.215C124.922,50.215 126.479,49.571 127.628,48.424L145.035,31.017C145.812,30.261 146.854,29.841 147.937,29.847C149.021,29.853 150.058,30.285 150.827,31.048Z" />
<path android:fillColor="#fffa6ef6" android:pathData="M151.998,43.566H122.152L101.121,64.597V94.443H130.967L151.998,73.411V43.566ZM126.599,83.872H111.676V68.965L126.599,54.121H141.522V69.044L126.599,83.872Z" />
<path android:fillColor="#ffffadfb" android:pathData="M151.998,43.566L141.443,54.121V69.044L151.998,73.411V43.566Z" />
<path android:fillColor="#ffe655d4" android:pathData="M111.676,68.965L101.121,64.581V94.443L111.676,83.888V68.965Z" />
<path android:fillColor="#ffffcff9" android:pathData="M126.52,54.121L111.676,68.965V83.888H126.599L141.443,69.044V54.121H126.52Z" />
! <path android:fillColor="@color/white" android:pathData="M141.427,69.028L141.395,69.06L111.66,69.028V68.98L115.696,64.961H141.459L141.427,69.028Z" />
! <path android:fillColor="@color/white" android:pathData="M135.825,74.646L131.71,78.744H111.692V74.646H135.825Z" />
! <path android:fillColor="@color/white" android:pathData="M175.792,30.885L146.463,60.214C145.214,61.464 143.519,62.166 141.753,62.166C139.986,62.166 138.291,61.464 137.042,60.214C135.792,58.965 135.09,57.27 135.09,55.503C135.09,53.736 135.792,52.042 137.042,50.792L166.37,21.464L175.792,30.885Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M188.822,41.967C187.735,42.614 186.615,43.206 185.468,43.74V5.95H188.822V41.967Z" />
! <path android:fillColor="@color/white" android:pathData="M187.905,41.145C187.905,45.043 191.065,48.203 194.963,48.203C198.861,48.203 202.02,45.043 202.02,41.145V7.058C202.02,3.16 198.861,0 194.963,0C191.065,0 187.905,3.16 187.905,7.058V41.145Z" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/drawable_chip_background.xml to/res/drawable/drawable_chip_background.xml
*** from/res/drawable/drawable_chip_background.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/drawable_chip_background.xml 2021-01-11 15:13:55.687674972 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
! <solid android:color="#ffffffff" />
<corners android:radius="16.0dip" />
</shape>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
! <solid android:color="@color/white" />
<corners android:radius="16.0dip" />
</shape>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/drawable_circle_dashed.xml to/res/drawable/drawable_circle_dashed.xml
*** from/res/drawable/drawable_circle_dashed.xml 2021-01-02 17:58:42.813414602 -0700
--- to/res/drawable/drawable_circle_dashed.xml 2021-01-11 15:13:56.157667935 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
! <stroke android:width="2.0dip" android:color="#ffffffff" android:dashWidth="8.0dip" android:dashGap="8.0dip" />
<solid android:color="@color/transparent" />
</shape>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
! <stroke android:width="2.0dip" android:color="@color/white" android:dashWidth="8.0dip" android:dashGap="8.0dip" />
<solid android:color="@color/transparent" />
</shape>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/drawable_community_setup_first_step_dark.xml to/res/drawable/drawable_community_setup_first_step_dark.xml
*** from/res/drawable/drawable_community_setup_first_step_dark.xml 2021-01-02 17:58:42.823414450 -0700
--- to/res/drawable/drawable_community_setup_first_step_dark.xml 2021-01-11 15:13:56.428663877 -0700
***************
*** 2,8 ****
<vector android:height="80.0dip" android:width="88.0dip" android:viewportWidth="88.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff202225" android:pathData="M24,12L64,12A8,8 0,0 1,72 20L72,60A8,8 0,0 1,64 68L24,68A8,8 0,0 1,16 60L16,20A8,8 0,0 1,24 12z" />
! <path android:fillColor="#ffffffff" android:pathData="M55.6666,29.9999C49.9333,29.9999 45.3766,24.0582 45.3316,23.9966C44.7016,23.1632 43.2983,23.1632 42.6683,23.9966C42.6233,24.0582 38.0666,29.9999 32.3333,29.9999C31.4116,29.9999 30.6666,30.7466 30.6666,31.6666V43.3332C30.6666,49.6782 41.94,55.7966 43.2233,56.4732C43.4666,56.6016 43.7333,56.6632 44,56.6632C44.2666,56.6632 44.5333,56.5999 44.7766,56.4732C46.06,55.7966 57.3333,49.6782 57.3333,43.3332V31.6666C57.3333,30.7466 56.5883,29.9999 55.6666,29.9999ZM49,46.6666L44,43.3332L39,46.6666L40.6666,41.6666L37.3333,38.3332H42.3333L44,33.3332L45.6666,38.3332H50.6666L47.3333,41.6666L49,46.6666Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M83.0028,1.0838C83.0028,0.4852 82.5176,0 81.919,0C81.3204,0 80.8352,0.4852 80.8352,1.0838V2.1857C80.8352,2.7842 81.3204,3.2695 81.919,3.2695C82.5176,3.2695 83.0028,2.7842 83.0028,2.1857V1.0838Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M83.0028,9.8143C83.0028,9.2157 82.5176,8.7305 81.919,8.7305C81.3204,8.7305 80.8352,9.2157 80.8352,9.8143V10.9161C80.8352,11.5147 81.3204,11.9999 81.919,11.9999C82.5176,11.9999 83.0028,11.5147 83.0028,10.9161V9.8143Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M86.9164,7.1051C87.515,7.1051 88.0002,6.6199 88.0002,6.0213C88.0002,5.4227 87.515,4.9375 86.9164,4.9375H85.8146C85.216,4.9375 84.7308,5.4227 84.7308,6.0213C84.7308,6.6199 85.216,7.1051 85.8146,7.1051H86.9164Z" />
--- 2,8 ----
<vector android:height="80.0dip" android:width="88.0dip" android:viewportWidth="88.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff202225" android:pathData="M24,12L64,12A8,8 0,0 1,72 20L72,60A8,8 0,0 1,64 68L24,68A8,8 0,0 1,16 60L16,20A8,8 0,0 1,24 12z" />
! <path android:fillColor="@color/white" android:pathData="M55.6666,29.9999C49.9333,29.9999 45.3766,24.0582 45.3316,23.9966C44.7016,23.1632 43.2983,23.1632 42.6683,23.9966C42.6233,24.0582 38.0666,29.9999 32.3333,29.9999C31.4116,29.9999 30.6666,30.7466 30.6666,31.6666V43.3332C30.6666,49.6782 41.94,55.7966 43.2233,56.4732C43.4666,56.6016 43.7333,56.6632 44,56.6632C44.2666,56.6632 44.5333,56.5999 44.7766,56.4732C46.06,55.7966 57.3333,49.6782 57.3333,43.3332V31.6666C57.3333,30.7466 56.5883,29.9999 55.6666,29.9999ZM49,46.6666L44,43.3332L39,46.6666L40.6666,41.6666L37.3333,38.3332H42.3333L44,33.3332L45.6666,38.3332H50.6666L47.3333,41.6666L49,46.6666Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M83.0028,1.0838C83.0028,0.4852 82.5176,0 81.919,0C81.3204,0 80.8352,0.4852 80.8352,1.0838V2.1857C80.8352,2.7842 81.3204,3.2695 81.919,3.2695C82.5176,3.2695 83.0028,2.7842 83.0028,2.1857V1.0838Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M83.0028,9.8143C83.0028,9.2157 82.5176,8.7305 81.919,8.7305C81.3204,8.7305 80.8352,9.2157 80.8352,9.8143V10.9161C80.8352,11.5147 81.3204,11.9999 81.919,11.9999C82.5176,11.9999 83.0028,11.5147 83.0028,10.9161V9.8143Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M86.9164,7.1051C87.515,7.1051 88.0002,6.6199 88.0002,6.0213C88.0002,5.4227 87.515,4.9375 86.9164,4.9375H85.8146C85.216,4.9375 84.7308,5.4227 84.7308,6.0213C84.7308,6.6199 85.216,7.1051 85.8146,7.1051H86.9164Z" />
diff -x dist -x build -craB from/res/drawable/drawable_community_setup_second_step_dark.xml to/res/drawable/drawable_community_setup_second_step_dark.xml
*** from/res/drawable/drawable_community_setup_second_step_dark.xml 2021-01-02 17:58:42.827414389 -0700
--- to/res/drawable/drawable_community_setup_second_step_dark.xml 2021-01-11 15:13:56.200667291 -0700
***************
*** 2,8 ****
<vector android:height="80.0dip" android:width="88.0dip" android:viewportWidth="88.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff202225" android:pathData="M24,12L64,12A8,8 0,0 1,72 20L72,60A8,8 0,0 1,64 68L24,68A8,8 0,0 1,16 60L16,20A8,8 0,0 1,24 12z" />
! <path android:fillColor="#ffffffff" android:pathData="M55.6667,33.8635C55.6667,29.2118 52.9384,25.2085 49,23.3352V32.1968C49,34.9585 46.7617,37.1968 44,37.1968C41.2384,37.1968 39,34.9585 39,32.1968V23.3335C35.0617,25.2085 32.3334,29.2102 32.3334,33.8635C32.3334,37.8268 34.3134,41.3218 37.3334,43.4302V55.5302H42.3334V47.1968H45.6667V55.5302H50.6667V43.4302C53.6867,41.3218 55.6667,37.8268 55.6667,33.8635Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M83.0028,1.0838C83.0028,0.4852 82.5176,0 81.919,0C81.3204,0 80.8352,0.4852 80.8352,1.0838V2.1857C80.8352,2.7842 81.3204,3.2695 81.919,3.2695C82.5176,3.2695 83.0028,2.7842 83.0028,2.1857V1.0838Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M83.0028,9.8143C83.0028,9.2157 82.5176,8.7305 81.919,8.7305C81.3204,8.7305 80.8352,9.2157 80.8352,9.8143V10.9161C80.8352,11.5147 81.3204,11.9999 81.919,11.9999C82.5176,11.9999 83.0028,11.5147 83.0028,10.9161V9.8143Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M86.9164,7.1051C87.515,7.1051 88.0002,6.6199 88.0002,6.0213C88.0002,5.4227 87.515,4.9375 86.9164,4.9375H85.8146C85.216,4.9375 84.7308,5.4227 84.7308,6.0213C84.7308,6.6199 85.216,7.1051 85.8146,7.1051H86.9164Z" />
--- 2,8 ----
<vector android:height="80.0dip" android:width="88.0dip" android:viewportWidth="88.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff202225" android:pathData="M24,12L64,12A8,8 0,0 1,72 20L72,60A8,8 0,0 1,64 68L24,68A8,8 0,0 1,16 60L16,20A8,8 0,0 1,24 12z" />
! <path android:fillColor="@color/white" android:pathData="M55.6667,33.8635C55.6667,29.2118 52.9384,25.2085 49,23.3352V32.1968C49,34.9585 46.7617,37.1968 44,37.1968C41.2384,37.1968 39,34.9585 39,32.1968V23.3335C35.0617,25.2085 32.3334,29.2102 32.3334,33.8635C32.3334,37.8268 34.3134,41.3218 37.3334,43.4302V55.5302H42.3334V47.1968H45.6667V55.5302H50.6667V43.4302C53.6867,41.3218 55.6667,37.8268 55.6667,33.8635Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M83.0028,1.0838C83.0028,0.4852 82.5176,0 81.919,0C81.3204,0 80.8352,0.4852 80.8352,1.0838V2.1857C80.8352,2.7842 81.3204,3.2695 81.919,3.2695C82.5176,3.2695 83.0028,2.7842 83.0028,2.1857V1.0838Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M83.0028,9.8143C83.0028,9.2157 82.5176,8.7305 81.919,8.7305C81.3204,8.7305 80.8352,9.2157 80.8352,9.8143V10.9161C80.8352,11.5147 81.3204,11.9999 81.919,11.9999C82.5176,11.9999 83.0028,11.5147 83.0028,10.9161V9.8143Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M86.9164,7.1051C87.515,7.1051 88.0002,6.6199 88.0002,6.0213C88.0002,5.4227 87.515,4.9375 86.9164,4.9375H85.8146C85.216,4.9375 84.7308,5.4227 84.7308,6.0213C84.7308,6.6199 85.216,7.1051 85.8146,7.1051H86.9164Z" />
diff -x dist -x build -craB from/res/drawable/drawable_community_setup_third_step_dark.xml to/res/drawable/drawable_community_setup_third_step_dark.xml
*** from/res/drawable/drawable_community_setup_third_step_dark.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/drawable_community_setup_third_step_dark.xml 2021-01-11 15:13:55.993670390 -0700
***************
*** 2,8 ****
<vector android:height="80.0dip" android:width="88.0dip" android:viewportWidth="88.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff202225" android:pathData="M24,12L64,12A8,8 0,0 1,72 20L72,60A8,8 0,0 1,64 68L24,68A8,8 0,0 1,16 60L16,20A8,8 0,0 1,24 12z" />
! <path android:fillColor="#ffffffff" android:pathData="M39,46.9502L32.05,40.0002L29.6833,42.3502L39,51.6669L59,31.6669L56.65,29.3169L39,46.9502Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M83.0026,1.0838C83.0026,0.4852 82.5173,0 81.9188,0C81.3202,0 80.835,0.4852 80.835,1.0838V2.1857C80.835,2.7842 81.3202,3.2695 81.9188,3.2695C82.5173,3.2695 83.0026,2.7842 83.0026,2.1857V1.0838Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M83.0026,9.8143C83.0026,9.2157 82.5173,8.7305 81.9188,8.7305C81.3202,8.7305 80.835,9.2157 80.835,9.8143V10.9161C80.835,11.5147 81.3202,11.9999 81.9188,11.9999C82.5173,11.9999 83.0026,11.5147 83.0026,10.9161V9.8143Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M86.9162,7.1051C87.5148,7.1051 88,6.6199 88,6.0213C88,5.4227 87.5148,4.9375 86.9162,4.9375H85.8143C85.2158,4.9375 84.7305,5.4227 84.7305,6.0213C84.7305,6.6199 85.2158,7.1051 85.8143,7.1051H86.9162Z" />
--- 2,8 ----
<vector android:height="80.0dip" android:width="88.0dip" android:viewportWidth="88.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff202225" android:pathData="M24,12L64,12A8,8 0,0 1,72 20L72,60A8,8 0,0 1,64 68L24,68A8,8 0,0 1,16 60L16,20A8,8 0,0 1,24 12z" />
! <path android:fillColor="@color/white" android:pathData="M39,46.9502L32.05,40.0002L29.6833,42.3502L39,51.6669L59,31.6669L56.65,29.3169L39,46.9502Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M83.0026,1.0838C83.0026,0.4852 82.5173,0 81.9188,0C81.3202,0 80.835,0.4852 80.835,1.0838V2.1857C80.835,2.7842 81.3202,3.2695 81.9188,3.2695C82.5173,3.2695 83.0026,2.7842 83.0026,2.1857V1.0838Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M83.0026,9.8143C83.0026,9.2157 82.5173,8.7305 81.9188,8.7305C81.3202,8.7305 80.835,9.2157 80.835,9.8143V10.9161C80.835,11.5147 81.3202,11.9999 81.9188,11.9999C82.5173,11.9999 83.0026,11.5147 83.0026,10.9161V9.8143Z" />
<path android:fillColor="#ff5ae6dc" android:pathData="M86.9162,7.1051C87.5148,7.1051 88,6.6199 88,6.0213C88,5.4227 87.5148,4.9375 86.9162,4.9375H85.8143C85.2158,4.9375 84.7305,5.4227 84.7305,6.0213C84.7305,6.6199 85.2158,7.1051 85.8143,7.1051H86.9162Z" />
diff -x dist -x build -craB from/res/drawable/drawable_guild_template_club.xml to/res/drawable/drawable_guild_template_club.xml
*** from/res/drawable/drawable_guild_template_club.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/drawable_guild_template_club.xml 2021-01-11 15:13:56.507662694 -0700
***************
*** 17,26 ****
<path android:fillColor="#ffffd836" android:pathData="M38.1588,6.9908L36.1313,6.0724L35.8096,6.7826L37.8371,7.701L38.1588,6.9908Z" />
<path android:fillColor="#ffffd836" android:pathData="M37.6792,6.7734L37.3857,5.9938L36.5999,6.2896L36.8934,7.0692L37.6792,6.7734Z" />
<path android:fillColor="#ff4cd964" android:pathData="M13.8585,8.7464L13.3415,9.8169C13.3145,9.8717 13.3053,9.9337 13.3152,9.994C13.3251,10.0543 13.3536,10.1101 13.3967,10.1533C13.4398,10.1965 13.4953,10.2251 13.5555,10.2351C13.6156,10.245 13.6773,10.2358 13.732,10.2087L14.799,9.7231C14.8369,9.7057 14.8782,9.6967 14.92,9.6967C14.9617,9.6967 15.003,9.7057 15.041,9.7231L16.1079,10.2363C16.1626,10.2634 16.2243,10.2726 16.2845,10.2627C16.3446,10.2527 16.4001,10.2241 16.4432,10.1809C16.4863,10.1376 16.5148,10.0819 16.5247,10.0216C16.5346,9.9612 16.5254,9.8993 16.4984,9.8445L15.9869,8.774C15.9679,8.7344 15.9581,8.691 15.9581,8.6471C15.9581,8.6031 15.9679,8.5597 15.9869,8.5202L16.4984,7.4497C16.5287,7.3973 16.542,7.3367 16.5365,7.2764C16.531,7.2161 16.507,7.1589 16.4678,7.1129C16.4285,7.0669 16.376,7.0342 16.3175,7.0194C16.2589,7.0046 16.1972,7.0084 16.1409,7.0303L15.041,7.5435C15.0015,7.5625 14.9583,7.5724 14.9145,7.5724C14.8707,7.5724 14.8274,7.5625 14.788,7.5435L13.721,7.0303C13.6663,7.0032 13.6046,6.9939 13.5445,7.0039C13.4843,7.0138 13.4288,7.0424 13.3857,7.0857C13.3426,7.1289 13.3141,7.1846 13.3042,7.245C13.2943,7.3053 13.3035,7.3672 13.3305,7.4221L13.8475,8.4926C13.8682,8.5313 13.88,8.5743 13.8819,8.6182C13.8838,8.6622 13.8758,8.706 13.8585,8.7464Z" />
! <path android:fillColor="#ffffffff" android:pathData="M38.1824,22.447C38.1824,22.2001 37.9841,22 37.7396,22C37.4951,22 37.2969,22.2001 37.2969,22.447V22.8884C37.2969,23.1353 37.4951,23.3354 37.7396,23.3354C37.9841,23.3354 38.1824,23.1353 38.1824,22.8884V22.447Z" />
! <path android:fillColor="#ffffffff" android:pathData="M38.1824,26.006C38.1824,25.7592 37.9841,25.5591 37.7396,25.5591C37.4951,25.5591 37.2969,25.7592 37.2969,26.006V26.4475C37.2969,26.6943 37.4951,26.8944 37.7396,26.8944C37.9841,26.8944 38.1824,26.6943 38.1824,26.4475V26.006Z" />
! <path android:fillColor="#ffffffff" android:pathData="M39.7279,24.886C39.9739,24.886 40.1733,24.6871 40.1733,24.4418C40.1733,24.1964 39.9739,23.9976 39.7279,23.9976H39.2879C39.0418,23.9976 38.8424,24.1964 38.8424,24.4418C38.8424,24.6871 39.0418,24.886 39.2879,24.886H39.7279Z" />
! <path android:fillColor="#ffffffff" android:pathData="M36.1859,24.8914C36.4319,24.8914 36.6313,24.6926 36.6313,24.4473C36.6313,24.2019 36.4319,24.0031 36.1859,24.0031H35.7459C35.4998,24.0031 35.3004,24.2019 35.3004,24.4473C35.3004,24.6926 35.4998,24.8914 35.7459,24.8914H36.1859Z" />
<path android:fillColor="#fffa6ef6" android:pathData="M7.5297,38.2263L7.5259,38.2302C7.4013,38.3552 7.4013,38.5579 7.5259,38.6828L7.7553,38.9131C7.8799,39.038 8.0819,39.038 8.2064,38.9131L8.2103,38.9092C8.3349,38.7842 8.3349,38.5815 8.2103,38.4565L7.9809,38.2263C7.8563,38.1014 7.6543,38.1014 7.5297,38.2263Z" />
<path android:fillColor="#fffa6ef6" android:pathData="M9.3447,40.0512L9.3408,40.0551C9.2162,40.1801 9.2162,40.3827 9.3408,40.5077L9.5702,40.7379C9.6948,40.8629 9.8968,40.8629 10.0214,40.7379L10.0253,40.734C10.1498,40.609 10.1498,40.4064 10.0253,40.2814L9.7958,40.0512C9.6712,39.9262 9.4693,39.9262 9.3447,40.0512Z" />
<path android:fillColor="#fffa6ef6" android:pathData="M10.0254,38.2324L10.0215,38.2285C9.8969,38.1035 9.6949,38.1035 9.5703,38.2285L9.3409,38.4587C9.2163,38.5837 9.2163,38.7863 9.3409,38.9113L9.3448,38.9152C9.4693,39.0402 9.6713,39.0402 9.7959,38.9152L10.0253,38.685C10.1499,38.56 10.1499,38.3574 10.0254,38.2324Z" />
--- 17,26 ----
<path android:fillColor="#ffffd836" android:pathData="M38.1588,6.9908L36.1313,6.0724L35.8096,6.7826L37.8371,7.701L38.1588,6.9908Z" />
<path android:fillColor="#ffffd836" android:pathData="M37.6792,6.7734L37.3857,5.9938L36.5999,6.2896L36.8934,7.0692L37.6792,6.7734Z" />
<path android:fillColor="#ff4cd964" android:pathData="M13.8585,8.7464L13.3415,9.8169C13.3145,9.8717 13.3053,9.9337 13.3152,9.994C13.3251,10.0543 13.3536,10.1101 13.3967,10.1533C13.4398,10.1965 13.4953,10.2251 13.5555,10.2351C13.6156,10.245 13.6773,10.2358 13.732,10.2087L14.799,9.7231C14.8369,9.7057 14.8782,9.6967 14.92,9.6967C14.9617,9.6967 15.003,9.7057 15.041,9.7231L16.1079,10.2363C16.1626,10.2634 16.2243,10.2726 16.2845,10.2627C16.3446,10.2527 16.4001,10.2241 16.4432,10.1809C16.4863,10.1376 16.5148,10.0819 16.5247,10.0216C16.5346,9.9612 16.5254,9.8993 16.4984,9.8445L15.9869,8.774C15.9679,8.7344 15.9581,8.691 15.9581,8.6471C15.9581,8.6031 15.9679,8.5597 15.9869,8.5202L16.4984,7.4497C16.5287,7.3973 16.542,7.3367 16.5365,7.2764C16.531,7.2161 16.507,7.1589 16.4678,7.1129C16.4285,7.0669 16.376,7.0342 16.3175,7.0194C16.2589,7.0046 16.1972,7.0084 16.1409,7.0303L15.041,7.5435C15.0015,7.5625 14.9583,7.5724 14.9145,7.5724C14.8707,7.5724 14.8274,7.5625 14.788,7.5435L13.721,7.0303C13.6663,7.0032 13.6046,6.9939 13.5445,7.0039C13.4843,7.0138 13.4288,7.0424 13.3857,7.0857C13.3426,7.1289 13.3141,7.1846 13.3042,7.245C13.2943,7.3053 13.3035,7.3672 13.3305,7.4221L13.8475,8.4926C13.8682,8.5313 13.88,8.5743 13.8819,8.6182C13.8838,8.6622 13.8758,8.706 13.8585,8.7464Z" />
! <path android:fillColor="@color/white" android:pathData="M38.1824,22.447C38.1824,22.2001 37.9841,22 37.7396,22C37.4951,22 37.2969,22.2001 37.2969,22.447V22.8884C37.2969,23.1353 37.4951,23.3354 37.7396,23.3354C37.9841,23.3354 38.1824,23.1353 38.1824,22.8884V22.447Z" />
! <path android:fillColor="@color/white" android:pathData="M38.1824,26.006C38.1824,25.7592 37.9841,25.5591 37.7396,25.5591C37.4951,25.5591 37.2969,25.7592 37.2969,26.006V26.4475C37.2969,26.6943 37.4951,26.8944 37.7396,26.8944C37.9841,26.8944 38.1824,26.6943 38.1824,26.4475V26.006Z" />
! <path android:fillColor="@color/white" android:pathData="M39.7279,24.886C39.9739,24.886 40.1733,24.6871 40.1733,24.4418C40.1733,24.1964 39.9739,23.9976 39.7279,23.9976H39.2879C39.0418,23.9976 38.8424,24.1964 38.8424,24.4418C38.8424,24.6871 39.0418,24.886 39.2879,24.886H39.7279Z" />
! <path android:fillColor="@color/white" android:pathData="M36.1859,24.8914C36.4319,24.8914 36.6313,24.6926 36.6313,24.4473C36.6313,24.2019 36.4319,24.0031 36.1859,24.0031H35.7459C35.4998,24.0031 35.3004,24.2019 35.3004,24.4473C35.3004,24.6926 35.4998,24.8914 35.7459,24.8914H36.1859Z" />
<path android:fillColor="#fffa6ef6" android:pathData="M7.5297,38.2263L7.5259,38.2302C7.4013,38.3552 7.4013,38.5579 7.5259,38.6828L7.7553,38.9131C7.8799,39.038 8.0819,39.038 8.2064,38.9131L8.2103,38.9092C8.3349,38.7842 8.3349,38.5815 8.2103,38.4565L7.9809,38.2263C7.8563,38.1014 7.6543,38.1014 7.5297,38.2263Z" />
<path android:fillColor="#fffa6ef6" android:pathData="M9.3447,40.0512L9.3408,40.0551C9.2162,40.1801 9.2162,40.3827 9.3408,40.5077L9.5702,40.7379C9.6948,40.8629 9.8968,40.8629 10.0214,40.7379L10.0253,40.734C10.1498,40.609 10.1498,40.4064 10.0253,40.2814L9.7958,40.0512C9.6712,39.9262 9.4693,39.9262 9.3447,40.0512Z" />
<path android:fillColor="#fffa6ef6" android:pathData="M10.0254,38.2324L10.0215,38.2285C9.8969,38.1035 9.6949,38.1035 9.5703,38.2285L9.3409,38.4587C9.2163,38.5837 9.2163,38.7863 9.3409,38.9113L9.3448,38.9152C9.4693,39.0402 9.6713,39.0402 9.7959,38.9152L10.0253,38.685C10.1499,38.56 10.1499,38.3574 10.0254,38.2324Z" />
diff -x dist -x build -craB from/res/drawable/drawable_guild_template_creator.xml to/res/drawable/drawable_guild_template_creator.xml
*** from/res/drawable/drawable_guild_template_creator.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/drawable_guild_template_creator.xml 2021-01-11 15:13:56.446663608 -0700
***************
*** 14,21 ****
<path android:fillColor="#ff9ea5b8" android:pathData="M14.2591,23.5116L12.2847,22.3694V37.726L14.2591,38.8682V23.5116Z" />
<path android:fillColor="#ff9ea5b8" android:pathData="M12.2847,22.3694L28.7843,12.8123V28.1689L12.2847,37.726V22.3694Z" />
<path android:fillColor="#ff9ea5b8" android:pathData="M20.5345,5.7382C15.9971,8.3647 12.2847,15.8527 12.2847,22.3694L28.7843,12.8288C28.7843,6.2955 25.0994,3.1116 20.5345,5.7382Z" />
! <path android:fillColor="#ffffffff" android:pathData="M14.2593,23.5116L30.7535,13.9545V29.3111L14.2593,38.8682V23.5116Z" />
! <path android:fillColor="#ffffffff" android:pathData="M22.5033,6.8804C17.9713,9.507 14.2534,16.9949 14.2534,23.5117L30.7531,13.9324C30.7531,7.4377 27.0407,4.2539 22.5033,6.8804Z" />
<path android:fillColor="#ff0e0d33" android:pathData="M22.5034,9.7718C19.0495,11.7693 16.228,17.795 16.228,23.1033V26.1548L28.7843,18.8986V15.8306C28.7843,10.4947 25.9573,7.7688 22.5034,9.7718Z" />
<path android:fillColor="#ff0e0d33" android:pathData="M16.228,24.4276L28.7843,17.1549V30.4533L16.228,37.726V24.4276Z" />
<path android:fillColor="#ff8c5950" android:pathData="M37.2265,18.7275L28.7842,17.1549L27.3872,17.9605V31.2589L36.528,32.964L37.2265,32.0259V18.7275Z" />
--- 14,21 ----
<path android:fillColor="#ff9ea5b8" android:pathData="M14.2591,23.5116L12.2847,22.3694V37.726L14.2591,38.8682V23.5116Z" />
<path android:fillColor="#ff9ea5b8" android:pathData="M12.2847,22.3694L28.7843,12.8123V28.1689L12.2847,37.726V22.3694Z" />
<path android:fillColor="#ff9ea5b8" android:pathData="M20.5345,5.7382C15.9971,8.3647 12.2847,15.8527 12.2847,22.3694L28.7843,12.8288C28.7843,6.2955 25.0994,3.1116 20.5345,5.7382Z" />
! <path android:fillColor="@color/white" android:pathData="M14.2593,23.5116L30.7535,13.9545V29.3111L14.2593,38.8682V23.5116Z" />
! <path android:fillColor="@color/white" android:pathData="M22.5033,6.8804C17.9713,9.507 14.2534,16.9949 14.2534,23.5117L30.7531,13.9324C30.7531,7.4377 27.0407,4.2539 22.5033,6.8804Z" />
<path android:fillColor="#ff0e0d33" android:pathData="M22.5034,9.7718C19.0495,11.7693 16.228,17.795 16.228,23.1033V26.1548L28.7843,18.8986V15.8306C28.7843,10.4947 25.9573,7.7688 22.5034,9.7718Z" />
<path android:fillColor="#ff0e0d33" android:pathData="M16.228,24.4276L28.7843,17.1549V30.4533L16.228,37.726V24.4276Z" />
<path android:fillColor="#ff8c5950" android:pathData="M37.2265,18.7275L28.7842,17.1549L27.3872,17.9605V31.2589L36.528,32.964L37.2265,32.0259V18.7275Z" />
diff -x dist -x build -craB from/res/drawable/drawable_guild_template_gaming.xml to/res/drawable/drawable_guild_template_gaming.xml
*** from/res/drawable/drawable_guild_template_gaming.xml 2021-01-02 17:58:42.824414435 -0700
--- to/res/drawable/drawable_guild_template_gaming.xml 2021-01-11 15:13:56.317665539 -0700
***************
*** 7,21 ****
<path android:fillColor="#ff000000" android:pathData="M27.0193,18.6236L27.3516,15.8283C27.4914,14.6789 27.1694,13.5211 26.4561,12.6089C25.7429,11.6968 24.6969,11.105 23.5477,10.9635C22.978,10.8929 22.3999,10.9353 21.8466,11.0881C21.2932,11.241 20.7754,11.5014 20.3227,11.8544C19.8701,12.2075 19.4914,12.6463 19.2083,13.1457C18.9253,13.6452 18.7434,14.1955 18.6731,14.7653L18.3376,17.5291C18.1759,18.8042 17.5952,19.9894 16.6868,20.8987C15.784,21.8363 15.1605,23.007 14.8863,24.2794C14.6121,25.5518 14.6981,26.8754 15.1347,28.1016C15.5712,29.3278 16.341,30.4081 17.3575,31.2209C18.374,32.0338 19.5971,32.5472 20.8893,32.7034C22.1815,32.8596 23.4916,32.6524 24.6725,32.1051C25.8535,31.5578 26.8584,30.6921 27.5745,29.6052C28.2907,28.5183 28.6895,27.2533 28.7264,25.9523C28.7633,24.6512 28.4367,23.3656 27.7833,22.2399C27.1369,21.1517 26.8683,19.8803 27.0193,18.6236Z" />
<path android:fillColor="#ff000000" android:pathData="M24.5059,39.4115C24.2677,39.4149 24.036,39.3332 23.8527,39.181C23.6694,39.0289 23.5464,38.8162 23.5059,38.5815L22.9959,35.7615C22.2859,32.2715 21.9959,31.6115 18.5459,31.6115C18.2807,31.6115 18.0263,31.5061 17.8388,31.3186C17.6513,31.131 17.5459,30.8767 17.5459,30.6115C17.5459,30.3462 17.6513,30.0919 17.8388,29.9044C18.0263,29.7168 18.2807,29.6115 18.5459,29.6115C23.3159,29.6115 24.1259,31.2815 24.9559,35.3915L25.4659,38.2315C25.5126,38.4912 25.4548,38.759 25.3049,38.9763C25.1551,39.1936 24.9254,39.3428 24.6659,39.3915L24.5059,39.4115Z" />
<path android:fillColor="#ff000000" android:pathData="M30.7061,37.6913C30.4855,37.7014 30.2678,37.6382 30.0869,37.5116C29.906,37.385 29.7721,37.202 29.7061,36.9913C28.2861,32.3913 26.9061,31.6113 23.4961,31.6113C23.2309,31.6113 22.9765,31.506 22.789,31.3184C22.6015,31.1309 22.4961,30.8765 22.4961,30.6113C22.4961,30.3461 22.6015,30.0918 22.789,29.9042C22.9765,29.7167 23.2309,29.6113 23.4961,29.6113C28.0561,29.6113 30.0261,31.2613 31.6161,36.4013C31.6946,36.6533 31.6704,36.9261 31.5486,37.1602C31.4268,37.3944 31.2175,37.5709 30.9661,37.6513C30.8816,37.6761 30.7942,37.6895 30.7061,37.6913Z" />
! <path android:fillColor="#ffffffff" android:pathData="M44.9556,26.12L42.3556,32.06C41.7607,33.2365 40.8658,34.2352 39.7614,34.9551C38.657,35.675 37.3821,36.0906 36.0656,36.16C35.3204,36.1623 34.5887,35.9615 33.9492,35.5792C33.3096,35.1968 32.7863,34.6474 32.4355,33.99C32.2208,33.5838 31.9214,33.2285 31.5575,32.948C31.1936,32.6675 30.7738,32.4683 30.3263,32.3641C29.8788,32.2598 29.4142,32.2528 28.9638,32.3435C28.5134,32.4342 28.0877,32.6206 27.7156,32.89L26.0056,34.14C24.2319,35.4365 22.0926,36.1367 19.8956,36.14H18.1456C15.6756,36.14 14.4656,34.3 15.4556,32.04L18.0656,26.1C18.6546,24.921 19.5467,23.92 20.6503,23.1995C21.7539,22.479 23.0292,22.065 24.3456,22H42.3456C44.7355,22.02 45.9356,23.89 44.9556,26.12Z" />
<path android:fillColor="#ffb2c1d1" android:pathData="M26.0456,24.65C26.0456,24.0038 25.5217,23.48 24.8756,23.48C24.2294,23.48 23.7056,24.0038 23.7056,24.65V25.89C23.7056,26.5362 24.2294,27.06 24.8756,27.06C25.5217,27.06 26.0456,26.5362 26.0456,25.89V24.65Z" />
<path android:fillColor="#ffb2c1d1" android:pathData="M43.7355,24.65C43.7355,24.0038 43.2117,23.48 42.5655,23.48C41.9193,23.48 41.3955,24.0038 41.3955,24.65V25.89C41.3955,26.5362 41.9193,27.06 42.5655,27.06C43.2117,27.06 43.7355,26.5362 43.7355,25.89V24.65Z" />
<path android:fillColor="#fff47fff" android:pathData="M37.0755,25.95H31.8055C31.3439,25.9509 30.8918,26.0818 30.5009,26.3276C30.1101,26.5734 29.7964,26.9243 29.5955,27.34L29.4155,27.72C29.3358,27.8851 29.3003,28.068 29.3124,28.2509C29.3245,28.4338 29.3838,28.6104 29.4845,28.7636C29.5853,28.9167 29.724,29.0411 29.8872,29.1246C30.0504,29.2081 30.2324,29.2479 30.4155,29.24H35.6755C36.1269,29.2387 36.5691,29.1118 36.9524,28.8733C37.3356,28.6349 37.6449,28.2944 37.8455,27.89L38.0355,27.51C38.1199,27.3462 38.1606,27.1634 38.1536,26.9793C38.1466,26.7952 38.0922,26.6161 37.9956,26.4592C37.8991,26.3023 37.7636,26.173 37.6025,26.0838C37.4413,25.9945 37.2598,25.9485 37.0755,25.95Z" />
<path android:fillColor="#ffffd836" android:pathData="M12.5582,7.7464L12.0412,8.8169C12.0142,8.8717 12.005,8.9337 12.0149,8.994C12.0248,9.0543 12.0533,9.1101 12.0964,9.1533C12.1395,9.1965 12.195,9.2251 12.2552,9.2351C12.3153,9.245 12.377,9.2358 12.4317,9.2087L13.4987,8.7231C13.5366,8.7057 13.5779,8.6967 13.6197,8.6967C13.6614,8.6967 13.7027,8.7057 13.7407,8.7231L14.8076,9.2362C14.8623,9.2634 14.924,9.2726 14.9842,9.2627C15.0443,9.2527 15.0998,9.2241 15.1429,9.1809C15.186,9.1376 15.2146,9.0819 15.2245,9.0216C15.2344,8.9612 15.2251,8.8993 15.1981,8.8445L14.6866,7.774C14.6676,7.7344 14.6578,7.691 14.6578,7.6471C14.6578,7.6031 14.6676,7.5597 14.6866,7.5202L15.1981,6.4497C15.2284,6.3973 15.2417,6.3367 15.2362,6.2764C15.2307,6.2161 15.2067,6.1589 15.1675,6.1129C15.1282,6.0669 15.0757,6.0342 15.0172,6.0194C14.9586,6.0046 14.8969,6.0084 14.8406,6.0303L13.7407,6.5435C13.7012,6.5625 13.658,6.5724 13.6142,6.5724C13.5704,6.5724 13.5271,6.5625 13.4877,6.5435L12.4207,6.0303C12.366,6.0032 12.3043,5.9939 12.2442,6.0039C12.184,6.0138 12.1285,6.0424 12.0854,6.0857C12.0423,6.1289 12.0138,6.1846 12.0039,6.245C11.994,6.3053 12.0032,6.3672 12.0302,6.4221L12.5472,7.4926C12.5679,7.5313 12.5797,7.5743 12.5816,7.6182C12.5835,7.6622 12.5755,7.706 12.5582,7.7464Z" />
! <path android:fillColor="#ffffffff" android:pathData="M10.8821,19.447C10.8821,19.2001 10.6838,19 10.4393,19C10.1948,19 9.9966,19.2001 9.9966,19.447V19.8884C9.9966,20.1353 10.1948,20.3354 10.4393,20.3354C10.6838,20.3354 10.8821,20.1353 10.8821,19.8884V19.447Z" />
! <path android:fillColor="#ffffffff" android:pathData="M10.8821,23.006C10.8821,22.7592 10.6838,22.5591 10.4393,22.5591C10.1948,22.5591 9.9966,22.7592 9.9966,23.006V23.4475C9.9966,23.6943 10.1948,23.8944 10.4393,23.8944C10.6838,23.8944 10.8821,23.6943 10.8821,23.4475V23.006Z" />
! <path android:fillColor="#ffffffff" android:pathData="M12.4276,21.886C12.6736,21.886 12.873,21.6871 12.873,21.4418C12.873,21.1964 12.6736,20.9976 12.4276,20.9976H11.9876C11.7415,20.9976 11.5421,21.1964 11.5421,21.4418C11.5421,21.6871 11.7415,21.886 11.9876,21.886H12.4276Z" />
! <path android:fillColor="#ffffffff" android:pathData="M8.8856,21.8914C9.1316,21.8914 9.331,21.6926 9.331,21.4473C9.331,21.2019 9.1316,21.0031 8.8856,21.0031H8.4456C8.1995,21.0031 8.0001,21.2019 8.0001,21.4473C8.0001,21.6926 8.1995,21.8914 8.4456,21.8914H8.8856Z" />
<path android:fillColor="#ff60cfac" android:pathData="M42.2295,15.2263L42.2256,15.2302C42.101,15.3552 42.101,15.5579 42.2256,15.6828L42.455,15.9131C42.5796,16.038 42.7816,16.038 42.9061,15.9131L42.91,15.9092C43.0346,15.7842 43.0346,15.5815 42.91,15.4565L42.6806,15.2263C42.556,15.1014 42.354,15.1014 42.2295,15.2263Z" />
<path android:fillColor="#ff60cfac" android:pathData="M44.0444,17.0512L44.0405,17.0551C43.9159,17.1801 43.9159,17.3827 44.0405,17.5077L44.27,17.7379C44.3945,17.8629 44.5965,17.8629 44.7211,17.7379L44.725,17.734C44.8495,17.609 44.8495,17.4064 44.725,17.2814L44.4955,17.0512C44.3709,16.9262 44.169,16.9262 44.0444,17.0512Z" />
<path android:fillColor="#ff60cfac" android:pathData="M44.7251,15.2324L44.7212,15.2285C44.5966,15.1035 44.3946,15.1035 44.27,15.2285L44.0406,15.4587C43.916,15.5837 43.916,15.7863 44.0406,15.9113L44.0445,15.9152C44.1691,16.0402 44.371,16.0402 44.4956,15.9152L44.7251,15.685C44.8496,15.56 44.8496,15.3574 44.7251,15.2324Z" />
--- 7,21 ----
<path android:fillColor="#ff000000" android:pathData="M27.0193,18.6236L27.3516,15.8283C27.4914,14.6789 27.1694,13.5211 26.4561,12.6089C25.7429,11.6968 24.6969,11.105 23.5477,10.9635C22.978,10.8929 22.3999,10.9353 21.8466,11.0881C21.2932,11.241 20.7754,11.5014 20.3227,11.8544C19.8701,12.2075 19.4914,12.6463 19.2083,13.1457C18.9253,13.6452 18.7434,14.1955 18.6731,14.7653L18.3376,17.5291C18.1759,18.8042 17.5952,19.9894 16.6868,20.8987C15.784,21.8363 15.1605,23.007 14.8863,24.2794C14.6121,25.5518 14.6981,26.8754 15.1347,28.1016C15.5712,29.3278 16.341,30.4081 17.3575,31.2209C18.374,32.0338 19.5971,32.5472 20.8893,32.7034C22.1815,32.8596 23.4916,32.6524 24.6725,32.1051C25.8535,31.5578 26.8584,30.6921 27.5745,29.6052C28.2907,28.5183 28.6895,27.2533 28.7264,25.9523C28.7633,24.6512 28.4367,23.3656 27.7833,22.2399C27.1369,21.1517 26.8683,19.8803 27.0193,18.6236Z" />
<path android:fillColor="#ff000000" android:pathData="M24.5059,39.4115C24.2677,39.4149 24.036,39.3332 23.8527,39.181C23.6694,39.0289 23.5464,38.8162 23.5059,38.5815L22.9959,35.7615C22.2859,32.2715 21.9959,31.6115 18.5459,31.6115C18.2807,31.6115 18.0263,31.5061 17.8388,31.3186C17.6513,31.131 17.5459,30.8767 17.5459,30.6115C17.5459,30.3462 17.6513,30.0919 17.8388,29.9044C18.0263,29.7168 18.2807,29.6115 18.5459,29.6115C23.3159,29.6115 24.1259,31.2815 24.9559,35.3915L25.4659,38.2315C25.5126,38.4912 25.4548,38.759 25.3049,38.9763C25.1551,39.1936 24.9254,39.3428 24.6659,39.3915L24.5059,39.4115Z" />
<path android:fillColor="#ff000000" android:pathData="M30.7061,37.6913C30.4855,37.7014 30.2678,37.6382 30.0869,37.5116C29.906,37.385 29.7721,37.202 29.7061,36.9913C28.2861,32.3913 26.9061,31.6113 23.4961,31.6113C23.2309,31.6113 22.9765,31.506 22.789,31.3184C22.6015,31.1309 22.4961,30.8765 22.4961,30.6113C22.4961,30.3461 22.6015,30.0918 22.789,29.9042C22.9765,29.7167 23.2309,29.6113 23.4961,29.6113C28.0561,29.6113 30.0261,31.2613 31.6161,36.4013C31.6946,36.6533 31.6704,36.9261 31.5486,37.1602C31.4268,37.3944 31.2175,37.5709 30.9661,37.6513C30.8816,37.6761 30.7942,37.6895 30.7061,37.6913Z" />
! <path android:fillColor="@color/white" android:pathData="M44.9556,26.12L42.3556,32.06C41.7607,33.2365 40.8658,34.2352 39.7614,34.9551C38.657,35.675 37.3821,36.0906 36.0656,36.16C35.3204,36.1623 34.5887,35.9615 33.9492,35.5792C33.3096,35.1968 32.7863,34.6474 32.4355,33.99C32.2208,33.5838 31.9214,33.2285 31.5575,32.948C31.1936,32.6675 30.7738,32.4683 30.3263,32.3641C29.8788,32.2598 29.4142,32.2528 28.9638,32.3435C28.5134,32.4342 28.0877,32.6206 27.7156,32.89L26.0056,34.14C24.2319,35.4365 22.0926,36.1367 19.8956,36.14H18.1456C15.6756,36.14 14.4656,34.3 15.4556,32.04L18.0656,26.1C18.6546,24.921 19.5467,23.92 20.6503,23.1995C21.7539,22.479 23.0292,22.065 24.3456,22H42.3456C44.7355,22.02 45.9356,23.89 44.9556,26.12Z" />
<path android:fillColor="#ffb2c1d1" android:pathData="M26.0456,24.65C26.0456,24.0038 25.5217,23.48 24.8756,23.48C24.2294,23.48 23.7056,24.0038 23.7056,24.65V25.89C23.7056,26.5362 24.2294,27.06 24.8756,27.06C25.5217,27.06 26.0456,26.5362 26.0456,25.89V24.65Z" />
<path android:fillColor="#ffb2c1d1" android:pathData="M43.7355,24.65C43.7355,24.0038 43.2117,23.48 42.5655,23.48C41.9193,23.48 41.3955,24.0038 41.3955,24.65V25.89C41.3955,26.5362 41.9193,27.06 42.5655,27.06C43.2117,27.06 43.7355,26.5362 43.7355,25.89V24.65Z" />
<path android:fillColor="#fff47fff" android:pathData="M37.0755,25.95H31.8055C31.3439,25.9509 30.8918,26.0818 30.5009,26.3276C30.1101,26.5734 29.7964,26.9243 29.5955,27.34L29.4155,27.72C29.3358,27.8851 29.3003,28.068 29.3124,28.2509C29.3245,28.4338 29.3838,28.6104 29.4845,28.7636C29.5853,28.9167 29.724,29.0411 29.8872,29.1246C30.0504,29.2081 30.2324,29.2479 30.4155,29.24H35.6755C36.1269,29.2387 36.5691,29.1118 36.9524,28.8733C37.3356,28.6349 37.6449,28.2944 37.8455,27.89L38.0355,27.51C38.1199,27.3462 38.1606,27.1634 38.1536,26.9793C38.1466,26.7952 38.0922,26.6161 37.9956,26.4592C37.8991,26.3023 37.7636,26.173 37.6025,26.0838C37.4413,25.9945 37.2598,25.9485 37.0755,25.95Z" />
<path android:fillColor="#ffffd836" android:pathData="M12.5582,7.7464L12.0412,8.8169C12.0142,8.8717 12.005,8.9337 12.0149,8.994C12.0248,9.0543 12.0533,9.1101 12.0964,9.1533C12.1395,9.1965 12.195,9.2251 12.2552,9.2351C12.3153,9.245 12.377,9.2358 12.4317,9.2087L13.4987,8.7231C13.5366,8.7057 13.5779,8.6967 13.6197,8.6967C13.6614,8.6967 13.7027,8.7057 13.7407,8.7231L14.8076,9.2362C14.8623,9.2634 14.924,9.2726 14.9842,9.2627C15.0443,9.2527 15.0998,9.2241 15.1429,9.1809C15.186,9.1376 15.2146,9.0819 15.2245,9.0216C15.2344,8.9612 15.2251,8.8993 15.1981,8.8445L14.6866,7.774C14.6676,7.7344 14.6578,7.691 14.6578,7.6471C14.6578,7.6031 14.6676,7.5597 14.6866,7.5202L15.1981,6.4497C15.2284,6.3973 15.2417,6.3367 15.2362,6.2764C15.2307,6.2161 15.2067,6.1589 15.1675,6.1129C15.1282,6.0669 15.0757,6.0342 15.0172,6.0194C14.9586,6.0046 14.8969,6.0084 14.8406,6.0303L13.7407,6.5435C13.7012,6.5625 13.658,6.5724 13.6142,6.5724C13.5704,6.5724 13.5271,6.5625 13.4877,6.5435L12.4207,6.0303C12.366,6.0032 12.3043,5.9939 12.2442,6.0039C12.184,6.0138 12.1285,6.0424 12.0854,6.0857C12.0423,6.1289 12.0138,6.1846 12.0039,6.245C11.994,6.3053 12.0032,6.3672 12.0302,6.4221L12.5472,7.4926C12.5679,7.5313 12.5797,7.5743 12.5816,7.6182C12.5835,7.6622 12.5755,7.706 12.5582,7.7464Z" />
! <path android:fillColor="@color/white" android:pathData="M10.8821,19.447C10.8821,19.2001 10.6838,19 10.4393,19C10.1948,19 9.9966,19.2001 9.9966,19.447V19.8884C9.9966,20.1353 10.1948,20.3354 10.4393,20.3354C10.6838,20.3354 10.8821,20.1353 10.8821,19.8884V19.447Z" />
! <path android:fillColor="@color/white" android:pathData="M10.8821,23.006C10.8821,22.7592 10.6838,22.5591 10.4393,22.5591C10.1948,22.5591 9.9966,22.7592 9.9966,23.006V23.4475C9.9966,23.6943 10.1948,23.8944 10.4393,23.8944C10.6838,23.8944 10.8821,23.6943 10.8821,23.4475V23.006Z" />
! <path android:fillColor="@color/white" android:pathData="M12.4276,21.886C12.6736,21.886 12.873,21.6871 12.873,21.4418C12.873,21.1964 12.6736,20.9976 12.4276,20.9976H11.9876C11.7415,20.9976 11.5421,21.1964 11.5421,21.4418C11.5421,21.6871 11.7415,21.886 11.9876,21.886H12.4276Z" />
! <path android:fillColor="@color/white" android:pathData="M8.8856,21.8914C9.1316,21.8914 9.331,21.6926 9.331,21.4473C9.331,21.2019 9.1316,21.0031 8.8856,21.0031H8.4456C8.1995,21.0031 8.0001,21.2019 8.0001,21.4473C8.0001,21.6926 8.1995,21.8914 8.4456,21.8914H8.8856Z" />
<path android:fillColor="#ff60cfac" android:pathData="M42.2295,15.2263L42.2256,15.2302C42.101,15.3552 42.101,15.5579 42.2256,15.6828L42.455,15.9131C42.5796,16.038 42.7816,16.038 42.9061,15.9131L42.91,15.9092C43.0346,15.7842 43.0346,15.5815 42.91,15.4565L42.6806,15.2263C42.556,15.1014 42.354,15.1014 42.2295,15.2263Z" />
<path android:fillColor="#ff60cfac" android:pathData="M44.0444,17.0512L44.0405,17.0551C43.9159,17.1801 43.9159,17.3827 44.0405,17.5077L44.27,17.7379C44.3945,17.8629 44.5965,17.8629 44.7211,17.7379L44.725,17.734C44.8495,17.609 44.8495,17.4064 44.725,17.2814L44.4955,17.0512C44.3709,16.9262 44.169,16.9262 44.0444,17.0512Z" />
<path android:fillColor="#ff60cfac" android:pathData="M44.7251,15.2324L44.7212,15.2285C44.5966,15.1035 44.3946,15.1035 44.27,15.2285L44.0406,15.4587C43.916,15.5837 43.916,15.7863 44.0406,15.9113L44.0445,15.9152C44.1691,16.0402 44.371,16.0402 44.4956,15.9152L44.7251,15.685C44.8496,15.56 44.8496,15.3574 44.7251,15.2324Z" />
diff -x dist -x build -craB from/res/drawable/drawable_ic_community_setting_info_dark.xml to/res/drawable/drawable_ic_community_setting_info_dark.xml
*** from/res/drawable/drawable_ic_community_setting_info_dark.xml 2021-01-02 17:58:42.812414617 -0700
--- to/res/drawable/drawable_ic_community_setting_info_dark.xml 2021-01-11 15:13:55.756673939 -0700
***************
*** 2,6 ****
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="40.0" android:viewportHeight="40.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff202225" android:pathData="M20,20m-20,0a20,20 0,1 1,40 0a20,20 0,1 1,-40 0" />
! <path android:fillColor="#ff7289da" android:pathData="M20,10C14.486,10 10,14.487 10,20C10,25.515 14.486,30 20,30C25.514,30 30,25.515 30,20C30,14.487 25.514,10 20,10ZM20,14.751C20.69,14.751 21.25,15.311 21.25,16.001C21.25,16.692 20.69,17.251 20,17.251C19.31,17.251 18.75,16.691 18.75,16C18.75,15.31 19.31,14.751 20,14.751ZM23,25H17V23H19V20H18V18H20C20.553,18 21,18.448 21,19V23H23V25Z" />
</vector>
\ No newline at end of file
--- 2,6 ----
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="40.0" android:viewportHeight="40.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff202225" android:pathData="M20,20m-20,0a20,20 0,1 1,40 0a20,20 0,1 1,-40 0" />
! <path android:fillColor="@color/link" android:pathData="M20,10C14.486,10 10,14.487 10,20C10,25.515 14.486,30 20,30C25.514,30 30,25.515 30,20C30,14.487 25.514,10 20,10ZM20,14.751C20.69,14.751 21.25,15.311 21.25,16.001C21.25,16.692 20.69,17.251 20,17.251C19.31,17.251 18.75,16.691 18.75,16C18.75,15.31 19.31,14.751 20,14.751ZM23,25H17V23H19V20H18V18H20C20.553,18 21,18.448 21,19V23H23V25Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/drawable_ic_community_setting_info_light.xml to/res/drawable/drawable_ic_community_setting_info_light.xml
*** from/res/drawable/drawable_ic_community_setting_info_light.xml 2021-01-02 17:58:42.811414632 -0700
--- to/res/drawable/drawable_ic_community_setting_info_light.xml 2021-01-11 15:13:55.547677068 -0700
***************
*** 2,6 ****
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="40.0" android:viewportHeight="40.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffdcddde" android:pathData="M20,20m-20,0a20,20 0,1 1,40 0a20,20 0,1 1,-40 0" />
! <path android:fillColor="#ff7289da" android:pathData="M20,10C14.486,10 10,14.487 10,20C10,25.515 14.486,30 20,30C25.514,30 30,25.515 30,20C30,14.487 25.514,10 20,10ZM20,14.751C20.69,14.751 21.25,15.311 21.25,16.001C21.25,16.692 20.69,17.251 20,17.251C19.31,17.251 18.75,16.691 18.75,16C18.75,15.31 19.31,14.751 20,14.751ZM23,25H17V23H19V20H18V18H20C20.553,18 21,18.448 21,19V23H23V25Z" />
</vector>
\ No newline at end of file
--- 2,6 ----
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="40.0" android:viewportHeight="40.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffdcddde" android:pathData="M20,20m-20,0a20,20 0,1 1,40 0a20,20 0,1 1,-40 0" />
! <path android:fillColor="@color/link" android:pathData="M20,10C14.486,10 10,14.487 10,20C10,25.515 14.486,30 20,30C25.514,30 30,25.515 30,20C30,14.487 25.514,10 20,10ZM20,14.751C20.69,14.751 21.25,15.311 21.25,16.001C21.25,16.692 20.69,17.251 20,17.251C19.31,17.251 18.75,16.691 18.75,16C18.75,15.31 19.31,14.751 20,14.751ZM23,25H17V23H19V20H18V18H20C20.553,18 21,18.448 21,19V23H23V25Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/drawable_nitro_server_boost.xml to/res/drawable/drawable_nitro_server_boost.xml
*** from/res/drawable/drawable_nitro_server_boost.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/drawable_nitro_server_boost.xml 2021-01-11 15:13:55.721674463 -0700
***************
*** 7,13 ****
<path android:fillColor="#ffffd836" android:pathData="M120.121,22.788L97.636,0L75.273,22.788H82.121L82.182,51.818H113.273V22.788H120.121Z" />
<path android:fillColor="#ff202225" android:pathData="M25.576,39.212H72.727L83.03,59.091L41.212,56.667L25.576,39.212Z" />
<path android:fillColor="#ffff9a15" android:pathData="M51.02,14.319L46.821,16.744L59.548,38.787L63.747,36.363L51.02,14.319Z" />
! <path android:fillColor="#ffffffff" android:pathData="M72.519,33.377L52.575,44.892L73.181,80.582L93.125,69.066L72.519,33.377Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M56.769,42.47L52.57,44.895L73.176,80.584L77.375,78.16L56.769,42.47Z" />
<path android:fillColor="#ff7196ff" android:pathData="M72.106,26.6L46.913,41.145L49.943,46.394L75.136,31.848L72.106,26.6Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M61.899,28.314L53.501,33.162L55.319,36.312L63.717,31.463L61.899,28.314Z" />
--- 7,13 ----
<path android:fillColor="#ffffd836" android:pathData="M120.121,22.788L97.636,0L75.273,22.788H82.121L82.182,51.818H113.273V22.788H120.121Z" />
<path android:fillColor="#ff202225" android:pathData="M25.576,39.212H72.727L83.03,59.091L41.212,56.667L25.576,39.212Z" />
<path android:fillColor="#ffff9a15" android:pathData="M51.02,14.319L46.821,16.744L59.548,38.787L63.747,36.363L51.02,14.319Z" />
! <path android:fillColor="@color/white" android:pathData="M72.519,33.377L52.575,44.892L73.181,80.582L93.125,69.066L72.519,33.377Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M56.769,42.47L52.57,44.895L73.176,80.584L77.375,78.16L56.769,42.47Z" />
<path android:fillColor="#ff7196ff" android:pathData="M72.106,26.6L46.913,41.145L49.943,46.394L75.136,31.848L72.106,26.6Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M61.899,28.314L53.501,33.162L55.319,36.312L63.717,31.463L61.899,28.314Z" />
***************
*** 16,22 ****
<path android:fillColor="#ffff73fa" android:pathData="M100.303,70.727L87.091,68.849C78,67.576 71.636,59.03 72.909,50C74.182,40.909 82.727,34.546 91.758,35.818L104.97,37.697C114.061,38.97 120.424,47.515 119.152,56.546C117.879,65.636 109.394,72 100.303,70.727Z" />
<path android:fillColor="#ff83ddc5" android:pathData="M98.061,38.788C93.697,41.758 86.909,37.212 88,32.061C92.364,29.03 99.151,33.576 98.061,38.788Z" />
<path android:fillColor="#ff83ddc5" android:pathData="M97.636,38.727C100.97,42.848 108.788,40.364 109.212,35.03C105.818,30.97 98,33.454 97.636,38.727Z" />
! <path android:fillColor="#ffffffff" android:pathData="M99.455,45.091C98.667,44.97 97.939,45.394 97.636,46.121L96.849,48.242L96.667,46C96.606,45.212 96,44.606 95.212,44.485L89.636,43.697C88.788,43.576 87.939,44.121 87.758,44.97L84.667,59.394C84.485,60.364 85.091,61.273 86.061,61.394L89.758,61.939L91.333,62.182L92.242,62.303L96.424,62.909L97.758,63.091L98.909,63.273L103.333,63.879C104.303,64 105.152,63.333 105.212,62.364L106.242,47.636C106.303,46.788 105.697,46 104.788,45.879L99.455,45.091Z" />
<path android:fillColor="#ff202225" android:pathData="M99.273,60.546C99.394,59.273 97.576,58.848 97.151,60.061L97.03,60.424C96.849,60.909 96.364,61.212 95.818,61.152L93.394,60.788C92.909,60.727 92.485,60.303 92.424,59.758V59.394C92.303,58.121 90.485,58 90.242,59.273C90.121,59.818 89.576,60.242 89.03,60.121L87.515,59.879C86.909,59.818 86.424,59.152 86.606,58.545L89.273,46.303C89.394,45.758 89.939,45.333 90.485,45.454L94.182,46C94.667,46.061 95.091,46.485 95.151,47.03L95.454,50.848C95.576,52 97.151,52.242 97.576,51.152L98.97,47.576C99.151,47.091 99.636,46.788 100.182,46.848L103.758,47.333C104.303,47.394 104.727,47.939 104.727,48.485L103.818,60.97C103.758,61.636 103.212,62.061 102.545,62L100.303,61.697C99.636,61.636 99.212,61.152 99.273,60.546Z" />
<path android:fillColor="#ff7196ff" android:pathData="M22.545,62.303H48.242V51.212H28.485L22.545,62.303Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M126.061,51.212H52.121V81.515H126.061V51.212Z" />
--- 16,22 ----
<path android:fillColor="#ffff73fa" android:pathData="M100.303,70.727L87.091,68.849C78,67.576 71.636,59.03 72.909,50C74.182,40.909 82.727,34.546 91.758,35.818L104.97,37.697C114.061,38.97 120.424,47.515 119.152,56.546C117.879,65.636 109.394,72 100.303,70.727Z" />
<path android:fillColor="#ff83ddc5" android:pathData="M98.061,38.788C93.697,41.758 86.909,37.212 88,32.061C92.364,29.03 99.151,33.576 98.061,38.788Z" />
<path android:fillColor="#ff83ddc5" android:pathData="M97.636,38.727C100.97,42.848 108.788,40.364 109.212,35.03C105.818,30.97 98,33.454 97.636,38.727Z" />
! <path android:fillColor="@color/white" android:pathData="M99.455,45.091C98.667,44.97 97.939,45.394 97.636,46.121L96.849,48.242L96.667,46C96.606,45.212 96,44.606 95.212,44.485L89.636,43.697C88.788,43.576 87.939,44.121 87.758,44.97L84.667,59.394C84.485,60.364 85.091,61.273 86.061,61.394L89.758,61.939L91.333,62.182L92.242,62.303L96.424,62.909L97.758,63.091L98.909,63.273L103.333,63.879C104.303,64 105.152,63.333 105.212,62.364L106.242,47.636C106.303,46.788 105.697,46 104.788,45.879L99.455,45.091Z" />
<path android:fillColor="#ff202225" android:pathData="M99.273,60.546C99.394,59.273 97.576,58.848 97.151,60.061L97.03,60.424C96.849,60.909 96.364,61.212 95.818,61.152L93.394,60.788C92.909,60.727 92.485,60.303 92.424,59.758V59.394C92.303,58.121 90.485,58 90.242,59.273C90.121,59.818 89.576,60.242 89.03,60.121L87.515,59.879C86.909,59.818 86.424,59.152 86.606,58.545L89.273,46.303C89.394,45.758 89.939,45.333 90.485,45.454L94.182,46C94.667,46.061 95.091,46.485 95.151,47.03L95.454,50.848C95.576,52 97.151,52.242 97.576,51.152L98.97,47.576C99.151,47.091 99.636,46.788 100.182,46.848L103.758,47.333C104.303,47.394 104.727,47.939 104.727,48.485L103.818,60.97C103.758,61.636 103.212,62.061 102.545,62L100.303,61.697C99.636,61.636 99.212,61.152 99.273,60.546Z" />
<path android:fillColor="#ff7196ff" android:pathData="M22.545,62.303H48.242V51.212H28.485L22.545,62.303Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M126.061,51.212H52.121V81.515H126.061V51.212Z" />
***************
*** 27,36 ****
<path android:fillColor="#ffaec7ff" android:pathData="M16.667,33.091C16.303,33.091 16.061,32.848 16.061,32.485V31.879C16.061,31.515 16.303,31.273 16.667,31.273C17.03,31.273 17.273,31.515 17.273,31.879V32.485C17.273,32.848 17.03,33.091 16.667,33.091Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M18.182,29.758C18.182,29.394 18.424,29.152 18.788,29.152H19.394C19.758,29.152 20,29.394 20,29.758C20,30.121 19.758,30.364 19.394,30.364H18.788C18.424,30.364 18.182,30.121 18.182,29.758Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M13.333,29.758C13.333,29.394 13.576,29.152 13.939,29.152H14.545C14.909,29.152 15.151,29.394 15.151,29.758C15.151,30.121 14.909,30.364 14.545,30.364H13.939C13.576,30.364 13.333,30.121 13.333,29.758Z" />
! <path android:fillColor="#ffffffff" android:pathData="M127.576,31.879C127.212,31.879 126.97,31.636 126.97,31.273V30.667C126.97,30.303 127.212,30.061 127.576,30.061C127.939,30.061 128.182,30.303 128.182,30.667V31.273C128.182,31.636 127.939,31.879 127.576,31.879Z" />
! <path android:fillColor="#ffffffff" android:pathData="M127.576,36.727C127.212,36.727 126.97,36.485 126.97,36.121V35.515C126.97,35.152 127.212,34.909 127.576,34.909C127.939,34.909 128.182,35.152 128.182,35.515V36.121C128.182,36.485 127.939,36.727 127.576,36.727Z" />
! <path android:fillColor="#ffffffff" android:pathData="M129.091,33.394C129.091,33.03 129.333,32.788 129.697,32.788H130.303C130.667,32.788 130.909,33.03 130.909,33.394C130.909,33.758 130.667,34 130.303,34H129.697C129.333,34 129.091,33.758 129.091,33.394Z" />
! <path android:fillColor="#ffffffff" android:pathData="M124.242,33.394C124.242,33.03 124.485,32.788 124.848,32.788H125.455C125.818,32.788 126.061,33.03 126.061,33.394C126.061,33.758 125.818,34 125.455,34H124.848C124.485,34 124.242,33.758 124.242,33.394Z" />
<path android:fillColor="#ff7196ff" android:pathData="M91.515,60.909H65.454V81.515H91.515V60.909Z" />
<path android:fillColor="#ff7196ff" android:pathData="M118.788,60.909H98.788V81.515H118.788V60.909Z" />
</group>
--- 27,36 ----
<path android:fillColor="#ffaec7ff" android:pathData="M16.667,33.091C16.303,33.091 16.061,32.848 16.061,32.485V31.879C16.061,31.515 16.303,31.273 16.667,31.273C17.03,31.273 17.273,31.515 17.273,31.879V32.485C17.273,32.848 17.03,33.091 16.667,33.091Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M18.182,29.758C18.182,29.394 18.424,29.152 18.788,29.152H19.394C19.758,29.152 20,29.394 20,29.758C20,30.121 19.758,30.364 19.394,30.364H18.788C18.424,30.364 18.182,30.121 18.182,29.758Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M13.333,29.758C13.333,29.394 13.576,29.152 13.939,29.152H14.545C14.909,29.152 15.151,29.394 15.151,29.758C15.151,30.121 14.909,30.364 14.545,30.364H13.939C13.576,30.364 13.333,30.121 13.333,29.758Z" />
! <path android:fillColor="@color/white" android:pathData="M127.576,31.879C127.212,31.879 126.97,31.636 126.97,31.273V30.667C126.97,30.303 127.212,30.061 127.576,30.061C127.939,30.061 128.182,30.303 128.182,30.667V31.273C128.182,31.636 127.939,31.879 127.576,31.879Z" />
! <path android:fillColor="@color/white" android:pathData="M127.576,36.727C127.212,36.727 126.97,36.485 126.97,36.121V35.515C126.97,35.152 127.212,34.909 127.576,34.909C127.939,34.909 128.182,35.152 128.182,35.515V36.121C128.182,36.485 127.939,36.727 127.576,36.727Z" />
! <path android:fillColor="@color/white" android:pathData="M129.091,33.394C129.091,33.03 129.333,32.788 129.697,32.788H130.303C130.667,32.788 130.909,33.03 130.909,33.394C130.909,33.758 130.667,34 130.303,34H129.697C129.333,34 129.091,33.758 129.091,33.394Z" />
! <path android:fillColor="@color/white" android:pathData="M124.242,33.394C124.242,33.03 124.485,32.788 124.848,32.788H125.455C125.818,32.788 126.061,33.03 126.061,33.394C126.061,33.758 125.818,34 125.455,34H124.848C124.485,34 124.242,33.758 124.242,33.394Z" />
<path android:fillColor="#ff7196ff" android:pathData="M91.515,60.909H65.454V81.515H91.515V60.909Z" />
<path android:fillColor="#ff7196ff" android:pathData="M118.788,60.909H98.788V81.515H118.788V60.909Z" />
</group>
diff -x dist -x build -craB from/res/drawable/drawable_overlay_channels_active_dark.xml to/res/drawable/drawable_overlay_channels_active_dark.xml
*** from/res/drawable/drawable_overlay_channels_active_dark.xml 2021-01-02 17:58:42.811414632 -0700
--- to/res/drawable/drawable_overlay_channels_active_dark.xml 2021-01-11 15:13:56.095668863 -0700
***************
*** 3,9 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:left="8.0dip" android:right="8.0dip">
<shape android:shape="rectangle">
! <solid android:color="#ff42464d" />
<corners android:radius="4.0dip" />
</shape>
</item>
--- 3,9 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:left="8.0dip" android:right="8.0dip">
<shape android:shape="rectangle">
! <solid android:color="@color/material_grey_800" />
<corners android:radius="4.0dip" />
</shape>
</item>
diff -x dist -x build -craB from/res/drawable/drawable_stream_ended_dark.xml to/res/drawable/drawable_stream_ended_dark.xml
*** from/res/drawable/drawable_stream_ended_dark.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/drawable_stream_ended_dark.xml 2021-01-11 15:13:56.496662859 -0700
***************
*** 13,19 ****
<path android:fillColor="#ffd4e4ff" android:pathData="M15.16,52.14C15.16,51.61 14.73,51.18 14.2,51.18C13.67,51.18 13.24,51.61 13.24,52.14V53.1C13.24,53.63 13.67,54.06 14.2,54.06C14.73,54.06 15.16,53.63 15.16,53.1V52.14Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M18.5,49.75C19.03,49.75 19.46,49.32 19.46,48.79C19.46,48.26 19.03,47.83 18.5,47.83H17.54C17.01,47.83 16.58,48.26 16.58,48.79C16.58,49.32 17.01,49.75 17.54,49.75H18.5Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M10.84,49.75C11.37,49.75 11.8,49.32 11.8,48.79C11.8,48.26 11.37,47.83 10.84,47.83H9.88C9.35,47.83 8.92,48.26 8.92,48.79C8.92,49.32 9.35,49.75 9.88,49.75H10.84Z" />
! <path android:fillColor="#ffffffff" android:pathData="M214.49,88.46H272.74C274.448,88.46 276.086,89.138 277.294,90.346C278.501,91.554 279.18,93.192 279.18,94.9V120H208.05V94.89C208.052,93.184 208.732,91.548 209.94,90.343C211.147,89.137 212.784,88.46 214.49,88.46Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M38,106.64H221L213,52.1C212.661,49.775 211.497,47.649 209.719,46.112C207.942,44.575 205.67,43.729 203.32,43.73H47.09C45.896,43.718 44.712,43.944 43.607,44.394C42.501,44.844 41.496,45.509 40.65,46.352C39.804,47.194 39.134,48.196 38.679,49.299C38.224,50.403 37.993,51.586 38,52.78V106.64Z" />
<path android:fillColor="#ff567ef7" android:pathData="M158.34,106.64H104.42V83.23C104.42,79.843 105.765,76.595 108.16,74.2C110.555,71.805 113.803,70.46 117.19,70.46H158.34V106.64Z" />
<path android:fillColor="#ff567ef7" android:pathData="M147.69,100.96H184.59C191.643,100.96 197.36,95.243 197.36,88.19V68.32C197.36,61.267 191.643,55.55 184.59,55.55L147.69,55.55C140.637,55.55 134.92,61.267 134.92,68.32V88.19C134.92,95.243 140.637,100.96 147.69,100.96Z" />
--- 13,19 ----
<path android:fillColor="#ffd4e4ff" android:pathData="M15.16,52.14C15.16,51.61 14.73,51.18 14.2,51.18C13.67,51.18 13.24,51.61 13.24,52.14V53.1C13.24,53.63 13.67,54.06 14.2,54.06C14.73,54.06 15.16,53.63 15.16,53.1V52.14Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M18.5,49.75C19.03,49.75 19.46,49.32 19.46,48.79C19.46,48.26 19.03,47.83 18.5,47.83H17.54C17.01,47.83 16.58,48.26 16.58,48.79C16.58,49.32 17.01,49.75 17.54,49.75H18.5Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M10.84,49.75C11.37,49.75 11.8,49.32 11.8,48.79C11.8,48.26 11.37,47.83 10.84,47.83H9.88C9.35,47.83 8.92,48.26 8.92,48.79C8.92,49.32 9.35,49.75 9.88,49.75H10.84Z" />
! <path android:fillColor="@color/white" android:pathData="M214.49,88.46H272.74C274.448,88.46 276.086,89.138 277.294,90.346C278.501,91.554 279.18,93.192 279.18,94.9V120H208.05V94.89C208.052,93.184 208.732,91.548 209.94,90.343C211.147,89.137 212.784,88.46 214.49,88.46Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M38,106.64H221L213,52.1C212.661,49.775 211.497,47.649 209.719,46.112C207.942,44.575 205.67,43.729 203.32,43.73H47.09C45.896,43.718 44.712,43.944 43.607,44.394C42.501,44.844 41.496,45.509 40.65,46.352C39.804,47.194 39.134,48.196 38.679,49.299C38.224,50.403 37.993,51.586 38,52.78V106.64Z" />
<path android:fillColor="#ff567ef7" android:pathData="M158.34,106.64H104.42V83.23C104.42,79.843 105.765,76.595 108.16,74.2C110.555,71.805 113.803,70.46 117.19,70.46H158.34V106.64Z" />
<path android:fillColor="#ff567ef7" android:pathData="M147.69,100.96H184.59C191.643,100.96 197.36,95.243 197.36,88.19V68.32C197.36,61.267 191.643,55.55 184.59,55.55L147.69,55.55C140.637,55.55 134.92,61.267 134.92,68.32V88.19C134.92,95.243 140.637,100.96 147.69,100.96Z" />
***************
*** 49,55 ****
<path android:fillColor="#ff000000" android:pathData="M96.5,111.34C96.335,111.341 96.174,111.289 96.041,111.192C95.908,111.095 95.809,110.957 95.76,110.8C94.66,107.24 93.59,106.64 90.96,106.64C90.753,106.64 90.555,106.558 90.409,106.412C90.262,106.265 90.18,106.067 90.18,105.86C90.18,105.758 90.2,105.657 90.24,105.563C90.279,105.469 90.337,105.384 90.409,105.312C90.482,105.24 90.568,105.184 90.662,105.146C90.757,105.108 90.858,105.089 90.96,105.09C94.48,105.09 95.96,106.37 97.24,110.34C97.274,110.439 97.288,110.544 97.281,110.648C97.273,110.753 97.245,110.855 97.198,110.948C97.15,111.042 97.084,111.124 97.004,111.192C96.923,111.259 96.83,111.309 96.73,111.34H96.5Z" />
<path android:fillColor="#ff000000" android:pathData="M93.51,100.19C93.401,100.204 93.29,100.204 93.18,100.19L89.08,98.76C88.839,98.667 88.643,98.484 88.533,98.249C88.424,98.014 88.41,97.746 88.494,97.502C88.578,97.257 88.754,97.054 88.985,96.937C89.215,96.819 89.482,96.795 89.73,96.87L93.84,98.3C94.06,98.38 94.246,98.535 94.363,98.737C94.481,98.939 94.524,99.177 94.485,99.408C94.446,99.639 94.327,99.849 94.148,100.001C93.97,100.153 93.744,100.237 93.51,100.24V100.19Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M139.08,104.58L140.44,106.64H141.12V100.96H138.26L139.08,104.58Z" />
! <path android:fillColor="#ffffffff" android:pathData="M141.11,99.8V103.24L139.11,104.58C138.352,103.814 137.326,103.372 136.248,103.346C135.171,103.32 134.125,103.712 133.33,104.44L132.39,105.3C131.448,106.162 130.217,106.64 128.94,106.64H126.25C125.884,106.642 125.527,106.53 125.227,106.321C124.927,106.111 124.699,105.814 124.575,105.469C124.452,105.125 124.437,104.751 124.535,104.398C124.632,104.045 124.837,103.732 125.12,103.5L125.3,103.35H124.89C122.952,103.35 121.057,103.921 119.44,104.99L119.23,105.13C117.749,106.117 116.009,106.642 114.23,106.64H113.89C113.472,106.641 113.063,106.516 112.718,106.28C112.373,106.045 112.107,105.71 111.955,105.32C111.804,104.931 111.774,104.504 111.869,104.097C111.965,103.69 112.181,103.322 112.49,103.04L117.31,98.62C118.247,97.763 119.471,97.288 120.74,97.29H138.64C139.299,97.3 139.927,97.57 140.389,98.039C140.851,98.509 141.11,99.141 141.11,99.8Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M122.41,97.78H121.27C121.041,97.782 120.821,97.867 120.65,98.02L118.54,100C118.522,100.016 118.509,100.038 118.503,100.061C118.497,100.085 118.499,100.11 118.507,100.133C118.516,100.156 118.532,100.175 118.552,100.189C118.572,100.203 118.596,100.21 118.62,100.21H119.76C119.989,100.208 120.21,100.123 120.38,99.97L122.49,98C122.513,97.985 122.53,97.963 122.539,97.937C122.548,97.912 122.547,97.884 122.538,97.858C122.529,97.832 122.511,97.811 122.488,97.797C122.465,97.782 122.437,97.777 122.41,97.78Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M123,98.54H119.13C118.875,98.536 118.628,98.629 118.44,98.8L118.18,99.04C118.158,99.06 118.142,99.087 118.136,99.116C118.129,99.145 118.131,99.176 118.142,99.204C118.153,99.232 118.172,99.256 118.196,99.273C118.221,99.29 118.25,99.3 118.28,99.3H122.15C122.405,99.304 122.651,99.211 122.84,99.04L123.1,98.8C123.122,98.78 123.137,98.753 123.144,98.724C123.151,98.695 123.149,98.664 123.138,98.636C123.127,98.608 123.108,98.584 123.084,98.567C123.059,98.55 123.03,98.54 123,98.54Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M134.54,97.78C134.95,97.78 135.08,97.98 134.81,98.22C134.457,98.493 134.026,98.647 133.58,98.66H133.31C132.89,98.66 132.76,98.46 133.03,98.22C133.383,97.947 133.814,97.793 134.26,97.78H134.54Z" />
--- 49,55 ----
<path android:fillColor="#ff000000" android:pathData="M96.5,111.34C96.335,111.341 96.174,111.289 96.041,111.192C95.908,111.095 95.809,110.957 95.76,110.8C94.66,107.24 93.59,106.64 90.96,106.64C90.753,106.64 90.555,106.558 90.409,106.412C90.262,106.265 90.18,106.067 90.18,105.86C90.18,105.758 90.2,105.657 90.24,105.563C90.279,105.469 90.337,105.384 90.409,105.312C90.482,105.24 90.568,105.184 90.662,105.146C90.757,105.108 90.858,105.089 90.96,105.09C94.48,105.09 95.96,106.37 97.24,110.34C97.274,110.439 97.288,110.544 97.281,110.648C97.273,110.753 97.245,110.855 97.198,110.948C97.15,111.042 97.084,111.124 97.004,111.192C96.923,111.259 96.83,111.309 96.73,111.34H96.5Z" />
<path android:fillColor="#ff000000" android:pathData="M93.51,100.19C93.401,100.204 93.29,100.204 93.18,100.19L89.08,98.76C88.839,98.667 88.643,98.484 88.533,98.249C88.424,98.014 88.41,97.746 88.494,97.502C88.578,97.257 88.754,97.054 88.985,96.937C89.215,96.819 89.482,96.795 89.73,96.87L93.84,98.3C94.06,98.38 94.246,98.535 94.363,98.737C94.481,98.939 94.524,99.177 94.485,99.408C94.446,99.639 94.327,99.849 94.148,100.001C93.97,100.153 93.744,100.237 93.51,100.24V100.19Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M139.08,104.58L140.44,106.64H141.12V100.96H138.26L139.08,104.58Z" />
! <path android:fillColor="@color/white" android:pathData="M141.11,99.8V103.24L139.11,104.58C138.352,103.814 137.326,103.372 136.248,103.346C135.171,103.32 134.125,103.712 133.33,104.44L132.39,105.3C131.448,106.162 130.217,106.64 128.94,106.64H126.25C125.884,106.642 125.527,106.53 125.227,106.321C124.927,106.111 124.699,105.814 124.575,105.469C124.452,105.125 124.437,104.751 124.535,104.398C124.632,104.045 124.837,103.732 125.12,103.5L125.3,103.35H124.89C122.952,103.35 121.057,103.921 119.44,104.99L119.23,105.13C117.749,106.117 116.009,106.642 114.23,106.64H113.89C113.472,106.641 113.063,106.516 112.718,106.28C112.373,106.045 112.107,105.71 111.955,105.32C111.804,104.931 111.774,104.504 111.869,104.097C111.965,103.69 112.181,103.322 112.49,103.04L117.31,98.62C118.247,97.763 119.471,97.288 120.74,97.29H138.64C139.299,97.3 139.927,97.57 140.389,98.039C140.851,98.509 141.11,99.141 141.11,99.8Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M122.41,97.78H121.27C121.041,97.782 120.821,97.867 120.65,98.02L118.54,100C118.522,100.016 118.509,100.038 118.503,100.061C118.497,100.085 118.499,100.11 118.507,100.133C118.516,100.156 118.532,100.175 118.552,100.189C118.572,100.203 118.596,100.21 118.62,100.21H119.76C119.989,100.208 120.21,100.123 120.38,99.97L122.49,98C122.513,97.985 122.53,97.963 122.539,97.937C122.548,97.912 122.547,97.884 122.538,97.858C122.529,97.832 122.511,97.811 122.488,97.797C122.465,97.782 122.437,97.777 122.41,97.78Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M123,98.54H119.13C118.875,98.536 118.628,98.629 118.44,98.8L118.18,99.04C118.158,99.06 118.142,99.087 118.136,99.116C118.129,99.145 118.131,99.176 118.142,99.204C118.153,99.232 118.172,99.256 118.196,99.273C118.221,99.29 118.25,99.3 118.28,99.3H122.15C122.405,99.304 122.651,99.211 122.84,99.04L123.1,98.8C123.122,98.78 123.137,98.753 123.144,98.724C123.151,98.695 123.149,98.664 123.138,98.636C123.127,98.608 123.108,98.584 123.084,98.567C123.059,98.55 123.03,98.54 123,98.54Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M134.54,97.78C134.95,97.78 135.08,97.98 134.81,98.22C134.457,98.493 134.026,98.647 133.58,98.66H133.31C132.89,98.66 132.76,98.46 133.03,98.22C133.383,97.947 133.814,97.793 134.26,97.78H134.54Z" />
***************
*** 63,69 ****
<path android:fillColor="#ffffd836" android:pathData="M49.666,97.047L49.419,97.295L47.414,95.298L48.394,94.313L49.67,95.583C49.77,95.677 49.85,95.79 49.904,95.916C49.959,96.042 49.987,96.178 49.987,96.315C49.986,96.453 49.958,96.589 49.903,96.714C49.847,96.84 49.767,96.953 49.666,97.047Z" />
<path android:fillColor="#ffffd836" android:pathData="M47.42,95.3L48.05,92L51.16,92.6V92.67C51.104,92.973 50.988,93.262 50.819,93.52C50.651,93.778 50.433,94.001 50.179,94.174C49.924,94.348 49.638,94.47 49.336,94.533C49.034,94.595 48.723,94.598 48.42,94.54L47.42,95.3Z" />
<path android:fillColor="#ff000000" android:pathData="M241.34,106.62H230.58C230.315,106.62 230.061,106.515 229.873,106.327C229.685,106.14 229.58,105.885 229.58,105.62C229.58,105.355 229.685,105.1 229.873,104.913C230.061,104.725 230.315,104.62 230.58,104.62H241.34C241.605,104.62 241.86,104.725 242.047,104.913C242.235,105.1 242.34,105.355 242.34,105.62C242.34,105.885 242.235,106.14 242.047,106.327C241.86,106.515 241.605,106.62 241.34,106.62Z" />
! <path android:fillColor="#ffffffff" android:pathData="M76.61,88.46C78.308,88.473 79.931,89.156 81.128,90.36C82.325,91.564 82.997,93.192 83,94.89V120H70.17V94.89C70.17,93.182 70.848,91.544 72.056,90.336C73.264,89.129 74.902,88.45 76.61,88.45V88.46Z" />
<path android:fillColor="#ff000000" android:pathData="M250.71,106.93C250.71,106.93 249.77,103.93 249.15,101.81C249.076,101.555 249.106,101.282 249.233,101.049C249.361,100.817 249.575,100.644 249.83,100.57C250.084,100.496 250.358,100.526 250.591,100.653C250.823,100.781 250.996,100.995 251.07,101.25C251.69,103.35 252.62,106.34 252.62,106.34L250.71,106.93Z" />
</group>
</vector>
\ No newline at end of file
--- 63,69 ----
<path android:fillColor="#ffffd836" android:pathData="M49.666,97.047L49.419,97.295L47.414,95.298L48.394,94.313L49.67,95.583C49.77,95.677 49.85,95.79 49.904,95.916C49.959,96.042 49.987,96.178 49.987,96.315C49.986,96.453 49.958,96.589 49.903,96.714C49.847,96.84 49.767,96.953 49.666,97.047Z" />
<path android:fillColor="#ffffd836" android:pathData="M47.42,95.3L48.05,92L51.16,92.6V92.67C51.104,92.973 50.988,93.262 50.819,93.52C50.651,93.778 50.433,94.001 50.179,94.174C49.924,94.348 49.638,94.47 49.336,94.533C49.034,94.595 48.723,94.598 48.42,94.54L47.42,95.3Z" />
<path android:fillColor="#ff000000" android:pathData="M241.34,106.62H230.58C230.315,106.62 230.061,106.515 229.873,106.327C229.685,106.14 229.58,105.885 229.58,105.62C229.58,105.355 229.685,105.1 229.873,104.913C230.061,104.725 230.315,104.62 230.58,104.62H241.34C241.605,104.62 241.86,104.725 242.047,104.913C242.235,105.1 242.34,105.355 242.34,105.62C242.34,105.885 242.235,106.14 242.047,106.327C241.86,106.515 241.605,106.62 241.34,106.62Z" />
! <path android:fillColor="@color/white" android:pathData="M76.61,88.46C78.308,88.473 79.931,89.156 81.128,90.36C82.325,91.564 82.997,93.192 83,94.89V120H70.17V94.89C70.17,93.182 70.848,91.544 72.056,90.336C73.264,89.129 74.902,88.45 76.61,88.45V88.46Z" />
<path android:fillColor="#ff000000" android:pathData="M250.71,106.93C250.71,106.93 249.77,103.93 249.15,101.81C249.076,101.555 249.106,101.282 249.233,101.049C249.361,100.817 249.575,100.644 249.83,100.57C250.084,100.496 250.358,100.526 250.591,100.653C250.823,100.781 250.996,100.995 251.07,101.25C251.69,103.35 252.62,106.34 252.62,106.34L250.71,106.93Z" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/drawable_stream_ended_light.xml to/res/drawable/drawable_stream_ended_light.xml
*** from/res/drawable/drawable_stream_ended_light.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/drawable_stream_ended_light.xml 2021-01-11 15:13:55.967670779 -0700
***************
*** 14,20 ****
<path android:fillColor="#ffd4e4ff" android:pathData="M18.5,49.75C19.03,49.75 19.46,49.32 19.46,48.79C19.46,48.26 19.03,47.83 18.5,47.83H17.54C17.01,47.83 16.58,48.26 16.58,48.79C16.58,49.32 17.01,49.75 17.54,49.75H18.5Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M10.84,49.75C11.37,49.75 11.8,49.32 11.8,48.79C11.8,48.26 11.37,47.83 10.84,47.83H9.88C9.35,47.83 8.92,48.26 8.92,48.79C8.92,49.32 9.35,49.75 9.88,49.75H10.84Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M214.49,88.46H272.74C274.448,88.46 276.086,89.138 277.294,90.346C278.501,91.554 279.18,93.192 279.18,94.9V120H208.05V94.89C208.052,93.184 208.732,91.548 209.94,90.343C211.147,89.137 212.784,88.46 214.49,88.46Z" />
! <path android:fillColor="#ffffffff" android:pathData="M38,106.64H221L213,52.1C212.661,49.775 211.497,47.649 209.719,46.112C207.942,44.575 205.67,43.729 203.32,43.73H47.09C45.896,43.718 44.712,43.944 43.607,44.394C42.501,44.844 41.496,45.509 40.65,46.352C39.804,47.194 39.134,48.196 38.679,49.299C38.224,50.403 37.993,51.586 38,52.78V106.64Z" />
<path android:fillColor="#ff567ef7" android:pathData="M158.34,106.64H104.42V83.23C104.42,79.843 105.765,76.595 108.16,74.2C110.555,71.805 113.803,70.46 117.19,70.46H158.34V106.64Z" />
<path android:fillColor="#ff567ef7" android:pathData="M147.69,100.96H184.59C191.643,100.96 197.36,95.243 197.36,88.19V68.32C197.36,61.267 191.643,55.55 184.59,55.55L147.69,55.55C140.637,55.55 134.92,61.267 134.92,68.32V88.19C134.92,95.243 140.637,100.96 147.69,100.96Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M183.88,91V101H193.81C194.563,101 195.286,101.299 195.818,101.832C196.351,102.364 196.65,103.087 196.65,103.84C196.65,104.593 196.351,105.316 195.818,105.848C195.286,106.381 194.563,106.68 193.81,106.68H155.5V91H183.88Z" />
--- 14,20 ----
<path android:fillColor="#ffd4e4ff" android:pathData="M18.5,49.75C19.03,49.75 19.46,49.32 19.46,48.79C19.46,48.26 19.03,47.83 18.5,47.83H17.54C17.01,47.83 16.58,48.26 16.58,48.79C16.58,49.32 17.01,49.75 17.54,49.75H18.5Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M10.84,49.75C11.37,49.75 11.8,49.32 11.8,48.79C11.8,48.26 11.37,47.83 10.84,47.83H9.88C9.35,47.83 8.92,48.26 8.92,48.79C8.92,49.32 9.35,49.75 9.88,49.75H10.84Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M214.49,88.46H272.74C274.448,88.46 276.086,89.138 277.294,90.346C278.501,91.554 279.18,93.192 279.18,94.9V120H208.05V94.89C208.052,93.184 208.732,91.548 209.94,90.343C211.147,89.137 212.784,88.46 214.49,88.46Z" />
! <path android:fillColor="@color/white" android:pathData="M38,106.64H221L213,52.1C212.661,49.775 211.497,47.649 209.719,46.112C207.942,44.575 205.67,43.729 203.32,43.73H47.09C45.896,43.718 44.712,43.944 43.607,44.394C42.501,44.844 41.496,45.509 40.65,46.352C39.804,47.194 39.134,48.196 38.679,49.299C38.224,50.403 37.993,51.586 38,52.78V106.64Z" />
<path android:fillColor="#ff567ef7" android:pathData="M158.34,106.64H104.42V83.23C104.42,79.843 105.765,76.595 108.16,74.2C110.555,71.805 113.803,70.46 117.19,70.46H158.34V106.64Z" />
<path android:fillColor="#ff567ef7" android:pathData="M147.69,100.96H184.59C191.643,100.96 197.36,95.243 197.36,88.19V68.32C197.36,61.267 191.643,55.55 184.59,55.55L147.69,55.55C140.637,55.55 134.92,61.267 134.92,68.32V88.19C134.92,95.243 140.637,100.96 147.69,100.96Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M183.88,91V101H193.81C194.563,101 195.286,101.299 195.818,101.832C196.351,102.364 196.65,103.087 196.65,103.84C196.65,104.593 196.351,105.316 195.818,105.848C195.286,106.381 194.563,106.68 193.81,106.68H155.5V91H183.88Z" />
***************
*** 29,35 ****
<path android:fillColor="#ffaec7ff" android:pathData="M142.02,86.77H136.34C135.59,86.765 134.873,86.463 134.345,85.931C133.816,85.399 133.52,84.68 133.52,83.93V74C133.52,73.247 133.819,72.524 134.352,71.992C134.884,71.459 135.607,71.16 136.36,71.16H142.02V86.77Z" />
<path android:fillColor="#ff202225" android:pathData="M157.98,78.96H164.37C164.956,78.96 165.43,78.485 165.43,77.9V77.89C165.43,77.305 164.956,76.83 164.37,76.83H157.98C157.395,76.83 156.92,77.305 156.92,77.89V77.9C156.92,78.485 157.395,78.96 157.98,78.96Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M47.09,43.73C49.49,43.73 51.792,44.683 53.489,46.381C55.187,48.078 56.14,50.38 56.14,52.78V106.63H38V52.78C38,51.588 38.235,50.408 38.693,49.307C39.15,48.207 39.82,47.207 40.665,46.367C41.509,45.526 42.512,44.86 43.614,44.407C44.717,43.955 45.898,43.725 47.09,43.73Z" />
! <path android:fillColor="#ffffffff" android:pathData="M272.73,88.46C274.438,88.46 276.076,89.138 277.284,90.346C278.491,91.554 279.17,93.192 279.17,94.9V120H266.3V94.89C266.302,93.186 266.981,91.551 268.186,90.346C269.391,89.141 271.025,88.463 272.73,88.46Z" />
<path android:fillColor="#ff000000" android:pathData="M52.51,81.26L50.08,81.5C49.075,81.601 48.151,82.097 47.512,82.879C46.872,83.661 46.569,84.665 46.67,85.67C46.773,86.673 47.27,87.594 48.052,88.232C48.834,88.869 49.836,89.171 50.84,89.07L53.24,88.83C54.354,88.717 55.474,88.981 56.42,89.58C57.392,90.173 58.51,90.483 59.648,90.474C60.787,90.465 61.9,90.139 62.863,89.531C63.826,88.924 64.6,88.059 65.098,87.035C65.595,86.011 65.797,84.868 65.68,83.736C65.563,82.603 65.131,81.526 64.435,80.626C63.738,79.725 62.804,79.037 61.737,78.639C60.67,78.242 59.513,78.15 58.397,78.374C57.281,78.599 56.25,79.131 55.42,79.91C54.624,80.667 53.602,81.142 52.51,81.26Z" />
<path android:fillColor="#ff000000" android:pathData="M246.17,96L247.91,94.28C248.624,93.568 249.592,93.168 250.6,93.168C251.608,93.168 252.576,93.568 253.29,94.28C254.002,94.994 254.402,95.962 254.402,96.97C254.402,97.979 254.002,98.946 253.29,99.66L251.57,101.36C250.779,102.152 250.269,103.181 250.12,104.29C250.013,105.106 249.739,105.89 249.316,106.596C248.893,107.301 248.329,107.912 247.66,108.39C246.906,108.947 246.035,109.323 245.112,109.49C244.19,109.656 243.242,109.609 242.341,109.351C241.44,109.093 240.61,108.632 239.916,108.003C239.221,107.374 238.68,106.593 238.335,105.722C237.99,104.851 237.849,103.912 237.924,102.978C237.999,102.044 238.287,101.139 238.767,100.334C239.247,99.529 239.905,98.845 240.691,98.335C241.477,97.824 242.369,97.501 243.3,97.39C244.384,97.257 245.393,96.768 246.17,96Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M31.66,88.46H76.61C78.308,88.473 79.931,89.156 81.128,90.36C82.325,91.564 82.997,93.192 83,94.89V120H25.23V94.89C25.233,93.186 25.911,91.551 27.116,90.346C28.322,89.141 29.955,88.463 31.66,88.46Z" />
--- 29,35 ----
<path android:fillColor="#ffaec7ff" android:pathData="M142.02,86.77H136.34C135.59,86.765 134.873,86.463 134.345,85.931C133.816,85.399 133.52,84.68 133.52,83.93V74C133.52,73.247 133.819,72.524 134.352,71.992C134.884,71.459 135.607,71.16 136.36,71.16H142.02V86.77Z" />
<path android:fillColor="#ff202225" android:pathData="M157.98,78.96H164.37C164.956,78.96 165.43,78.485 165.43,77.9V77.89C165.43,77.305 164.956,76.83 164.37,76.83H157.98C157.395,76.83 156.92,77.305 156.92,77.89V77.9C156.92,78.485 157.395,78.96 157.98,78.96Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M47.09,43.73C49.49,43.73 51.792,44.683 53.489,46.381C55.187,48.078 56.14,50.38 56.14,52.78V106.63H38V52.78C38,51.588 38.235,50.408 38.693,49.307C39.15,48.207 39.82,47.207 40.665,46.367C41.509,45.526 42.512,44.86 43.614,44.407C44.717,43.955 45.898,43.725 47.09,43.73Z" />
! <path android:fillColor="@color/white" android:pathData="M272.73,88.46C274.438,88.46 276.076,89.138 277.284,90.346C278.491,91.554 279.17,93.192 279.17,94.9V120H266.3V94.89C266.302,93.186 266.981,91.551 268.186,90.346C269.391,89.141 271.025,88.463 272.73,88.46Z" />
<path android:fillColor="#ff000000" android:pathData="M52.51,81.26L50.08,81.5C49.075,81.601 48.151,82.097 47.512,82.879C46.872,83.661 46.569,84.665 46.67,85.67C46.773,86.673 47.27,87.594 48.052,88.232C48.834,88.869 49.836,89.171 50.84,89.07L53.24,88.83C54.354,88.717 55.474,88.981 56.42,89.58C57.392,90.173 58.51,90.483 59.648,90.474C60.787,90.465 61.9,90.139 62.863,89.531C63.826,88.924 64.6,88.059 65.098,87.035C65.595,86.011 65.797,84.868 65.68,83.736C65.563,82.603 65.131,81.526 64.435,80.626C63.738,79.725 62.804,79.037 61.737,78.639C60.67,78.242 59.513,78.15 58.397,78.374C57.281,78.599 56.25,79.131 55.42,79.91C54.624,80.667 53.602,81.142 52.51,81.26Z" />
<path android:fillColor="#ff000000" android:pathData="M246.17,96L247.91,94.28C248.624,93.568 249.592,93.168 250.6,93.168C251.608,93.168 252.576,93.568 253.29,94.28C254.002,94.994 254.402,95.962 254.402,96.97C254.402,97.979 254.002,98.946 253.29,99.66L251.57,101.36C250.779,102.152 250.269,103.181 250.12,104.29C250.013,105.106 249.739,105.89 249.316,106.596C248.893,107.301 248.329,107.912 247.66,108.39C246.906,108.947 246.035,109.323 245.112,109.49C244.19,109.656 243.242,109.609 242.341,109.351C241.44,109.093 240.61,108.632 239.916,108.003C239.221,107.374 238.68,106.593 238.335,105.722C237.99,104.851 237.849,103.912 237.924,102.978C237.999,102.044 238.287,101.139 238.767,100.334C239.247,99.529 239.905,98.845 240.691,98.335C241.477,97.824 242.369,97.501 243.3,97.39C244.384,97.257 245.393,96.768 246.17,96Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M31.66,88.46H76.61C78.308,88.473 79.931,89.156 81.128,90.36C82.325,91.564 82.997,93.192 83,94.89V120H25.23V94.89C25.233,93.186 25.911,91.551 27.116,90.346C28.322,89.141 29.955,88.463 31.66,88.46Z" />
***************
*** 49,55 ****
<path android:fillColor="#ff000000" android:pathData="M96.5,111.34C96.335,111.341 96.174,111.289 96.041,111.192C95.908,111.095 95.809,110.957 95.76,110.8C94.66,107.24 93.59,106.64 90.96,106.64C90.753,106.64 90.555,106.558 90.409,106.412C90.262,106.265 90.18,106.067 90.18,105.86C90.18,105.758 90.2,105.657 90.24,105.563C90.279,105.469 90.337,105.384 90.409,105.312C90.482,105.24 90.568,105.184 90.662,105.146C90.757,105.108 90.858,105.089 90.96,105.09C94.48,105.09 95.96,106.37 97.24,110.34C97.274,110.439 97.288,110.544 97.281,110.648C97.273,110.753 97.245,110.855 97.198,110.948C97.15,111.042 97.084,111.124 97.004,111.192C96.923,111.259 96.83,111.309 96.73,111.34H96.5Z" />
<path android:fillColor="#ff000000" android:pathData="M93.51,100.19C93.401,100.204 93.29,100.204 93.18,100.19L89.08,98.76C88.839,98.667 88.643,98.484 88.533,98.249C88.424,98.014 88.41,97.746 88.494,97.502C88.578,97.257 88.754,97.054 88.985,96.937C89.215,96.819 89.482,96.795 89.73,96.87L93.84,98.3C94.06,98.38 94.246,98.535 94.363,98.737C94.481,98.939 94.524,99.177 94.485,99.408C94.446,99.639 94.327,99.849 94.148,100.001C93.97,100.153 93.744,100.237 93.51,100.24V100.19Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M139.08,104.58L140.44,106.64H141.12V100.96H138.26L139.08,104.58Z" />
! <path android:fillColor="#ffffffff" android:pathData="M141.11,99.8V103.24L139.11,104.58C138.352,103.814 137.326,103.372 136.248,103.346C135.171,103.32 134.125,103.712 133.33,104.44L132.39,105.3C131.448,106.162 130.217,106.64 128.94,106.64H126.25C125.884,106.642 125.527,106.53 125.227,106.321C124.927,106.111 124.699,105.814 124.575,105.469C124.452,105.125 124.437,104.751 124.535,104.398C124.632,104.045 124.837,103.732 125.12,103.5L125.3,103.35H124.89C122.952,103.35 121.057,103.921 119.44,104.99L119.23,105.13C117.749,106.117 116.009,106.642 114.23,106.64H113.89C113.472,106.641 113.063,106.516 112.718,106.28C112.373,106.045 112.107,105.71 111.955,105.32C111.804,104.931 111.774,104.504 111.869,104.097C111.965,103.69 112.181,103.322 112.49,103.04L117.31,98.62C118.247,97.763 119.471,97.288 120.74,97.29H138.64C139.299,97.3 139.927,97.57 140.389,98.039C140.851,98.509 141.11,99.141 141.11,99.8Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M122.41,97.78H121.27C121.041,97.782 120.821,97.867 120.65,98.02L118.54,100C118.522,100.016 118.509,100.038 118.503,100.061C118.497,100.085 118.499,100.11 118.507,100.133C118.516,100.156 118.532,100.175 118.552,100.189C118.572,100.203 118.596,100.21 118.62,100.21H119.76C119.989,100.208 120.21,100.123 120.38,99.97L122.49,98C122.513,97.985 122.53,97.963 122.539,97.937C122.548,97.912 122.547,97.884 122.538,97.858C122.529,97.832 122.511,97.811 122.488,97.797C122.465,97.782 122.437,97.777 122.41,97.78Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M123,98.54H119.13C118.875,98.536 118.628,98.629 118.44,98.8L118.18,99.04C118.158,99.06 118.142,99.087 118.136,99.116C118.129,99.145 118.131,99.176 118.142,99.204C118.153,99.232 118.172,99.256 118.196,99.273C118.221,99.29 118.25,99.3 118.28,99.3H122.15C122.405,99.304 122.651,99.211 122.84,99.04L123.1,98.8C123.122,98.78 123.137,98.753 123.144,98.724C123.151,98.695 123.149,98.664 123.138,98.636C123.127,98.608 123.108,98.584 123.084,98.567C123.059,98.55 123.03,98.54 123,98.54Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M134.54,97.78C134.95,97.78 135.08,97.98 134.81,98.22C134.457,98.493 134.026,98.647 133.58,98.66H133.31C132.89,98.66 132.76,98.46 133.03,98.22C133.383,97.947 133.814,97.793 134.26,97.78H134.54Z" />
--- 49,55 ----
<path android:fillColor="#ff000000" android:pathData="M96.5,111.34C96.335,111.341 96.174,111.289 96.041,111.192C95.908,111.095 95.809,110.957 95.76,110.8C94.66,107.24 93.59,106.64 90.96,106.64C90.753,106.64 90.555,106.558 90.409,106.412C90.262,106.265 90.18,106.067 90.18,105.86C90.18,105.758 90.2,105.657 90.24,105.563C90.279,105.469 90.337,105.384 90.409,105.312C90.482,105.24 90.568,105.184 90.662,105.146C90.757,105.108 90.858,105.089 90.96,105.09C94.48,105.09 95.96,106.37 97.24,110.34C97.274,110.439 97.288,110.544 97.281,110.648C97.273,110.753 97.245,110.855 97.198,110.948C97.15,111.042 97.084,111.124 97.004,111.192C96.923,111.259 96.83,111.309 96.73,111.34H96.5Z" />
<path android:fillColor="#ff000000" android:pathData="M93.51,100.19C93.401,100.204 93.29,100.204 93.18,100.19L89.08,98.76C88.839,98.667 88.643,98.484 88.533,98.249C88.424,98.014 88.41,97.746 88.494,97.502C88.578,97.257 88.754,97.054 88.985,96.937C89.215,96.819 89.482,96.795 89.73,96.87L93.84,98.3C94.06,98.38 94.246,98.535 94.363,98.737C94.481,98.939 94.524,99.177 94.485,99.408C94.446,99.639 94.327,99.849 94.148,100.001C93.97,100.153 93.744,100.237 93.51,100.24V100.19Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M139.08,104.58L140.44,106.64H141.12V100.96H138.26L139.08,104.58Z" />
! <path android:fillColor="@color/white" android:pathData="M141.11,99.8V103.24L139.11,104.58C138.352,103.814 137.326,103.372 136.248,103.346C135.171,103.32 134.125,103.712 133.33,104.44L132.39,105.3C131.448,106.162 130.217,106.64 128.94,106.64H126.25C125.884,106.642 125.527,106.53 125.227,106.321C124.927,106.111 124.699,105.814 124.575,105.469C124.452,105.125 124.437,104.751 124.535,104.398C124.632,104.045 124.837,103.732 125.12,103.5L125.3,103.35H124.89C122.952,103.35 121.057,103.921 119.44,104.99L119.23,105.13C117.749,106.117 116.009,106.642 114.23,106.64H113.89C113.472,106.641 113.063,106.516 112.718,106.28C112.373,106.045 112.107,105.71 111.955,105.32C111.804,104.931 111.774,104.504 111.869,104.097C111.965,103.69 112.181,103.322 112.49,103.04L117.31,98.62C118.247,97.763 119.471,97.288 120.74,97.29H138.64C139.299,97.3 139.927,97.57 140.389,98.039C140.851,98.509 141.11,99.141 141.11,99.8Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M122.41,97.78H121.27C121.041,97.782 120.821,97.867 120.65,98.02L118.54,100C118.522,100.016 118.509,100.038 118.503,100.061C118.497,100.085 118.499,100.11 118.507,100.133C118.516,100.156 118.532,100.175 118.552,100.189C118.572,100.203 118.596,100.21 118.62,100.21H119.76C119.989,100.208 120.21,100.123 120.38,99.97L122.49,98C122.513,97.985 122.53,97.963 122.539,97.937C122.548,97.912 122.547,97.884 122.538,97.858C122.529,97.832 122.511,97.811 122.488,97.797C122.465,97.782 122.437,97.777 122.41,97.78Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M123,98.54H119.13C118.875,98.536 118.628,98.629 118.44,98.8L118.18,99.04C118.158,99.06 118.142,99.087 118.136,99.116C118.129,99.145 118.131,99.176 118.142,99.204C118.153,99.232 118.172,99.256 118.196,99.273C118.221,99.29 118.25,99.3 118.28,99.3H122.15C122.405,99.304 122.651,99.211 122.84,99.04L123.1,98.8C123.122,98.78 123.137,98.753 123.144,98.724C123.151,98.695 123.149,98.664 123.138,98.636C123.127,98.608 123.108,98.584 123.084,98.567C123.059,98.55 123.03,98.54 123,98.54Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M134.54,97.78C134.95,97.78 135.08,97.98 134.81,98.22C134.457,98.493 134.026,98.647 133.58,98.66H133.31C132.89,98.66 132.76,98.46 133.03,98.22C133.383,97.947 133.814,97.793 134.26,97.78H134.54Z" />
***************
*** 63,69 ****
<path android:fillColor="#ffffd836" android:pathData="M49.666,97.047L49.419,97.295L47.414,95.298L48.394,94.313L49.67,95.583C49.77,95.677 49.85,95.79 49.904,95.916C49.959,96.042 49.987,96.178 49.987,96.315C49.986,96.453 49.958,96.589 49.903,96.714C49.847,96.84 49.767,96.953 49.666,97.047Z" />
<path android:fillColor="#ffffd836" android:pathData="M47.42,95.3L48.05,92L51.16,92.6V92.67C51.104,92.973 50.988,93.262 50.819,93.52C50.651,93.778 50.433,94.001 50.179,94.174C49.924,94.348 49.638,94.47 49.336,94.533C49.034,94.595 48.723,94.598 48.42,94.54L47.42,95.3Z" />
<path android:fillColor="#ff000000" android:pathData="M241.34,106.62H230.58C230.315,106.62 230.061,106.515 229.873,106.327C229.685,106.14 229.58,105.885 229.58,105.62C229.58,105.355 229.685,105.1 229.873,104.913C230.061,104.725 230.315,104.62 230.58,104.62H241.34C241.605,104.62 241.86,104.725 242.047,104.913C242.235,105.1 242.34,105.355 242.34,105.62C242.34,105.885 242.235,106.14 242.047,106.327C241.86,106.515 241.605,106.62 241.34,106.62Z" />
! <path android:fillColor="#ffffffff" android:pathData="M76.61,88.46C78.308,88.473 79.931,89.156 81.128,90.36C82.325,91.564 82.997,93.192 83,94.89V120H70.17V94.89C70.17,93.182 70.848,91.544 72.056,90.336C73.264,89.129 74.902,88.45 76.61,88.45V88.46Z" />
<path android:fillColor="#ff000000" android:pathData="M250.71,106.93C250.71,106.93 249.77,103.93 249.15,101.81C249.076,101.555 249.106,101.282 249.233,101.049C249.361,100.817 249.575,100.644 249.83,100.57C250.084,100.496 250.358,100.526 250.591,100.653C250.823,100.781 250.996,100.995 251.07,101.25C251.69,103.35 252.62,106.34 252.62,106.34L250.71,106.93Z" />
</group>
</vector>
\ No newline at end of file
--- 63,69 ----
<path android:fillColor="#ffffd836" android:pathData="M49.666,97.047L49.419,97.295L47.414,95.298L48.394,94.313L49.67,95.583C49.77,95.677 49.85,95.79 49.904,95.916C49.959,96.042 49.987,96.178 49.987,96.315C49.986,96.453 49.958,96.589 49.903,96.714C49.847,96.84 49.767,96.953 49.666,97.047Z" />
<path android:fillColor="#ffffd836" android:pathData="M47.42,95.3L48.05,92L51.16,92.6V92.67C51.104,92.973 50.988,93.262 50.819,93.52C50.651,93.778 50.433,94.001 50.179,94.174C49.924,94.348 49.638,94.47 49.336,94.533C49.034,94.595 48.723,94.598 48.42,94.54L47.42,95.3Z" />
<path android:fillColor="#ff000000" android:pathData="M241.34,106.62H230.58C230.315,106.62 230.061,106.515 229.873,106.327C229.685,106.14 229.58,105.885 229.58,105.62C229.58,105.355 229.685,105.1 229.873,104.913C230.061,104.725 230.315,104.62 230.58,104.62H241.34C241.605,104.62 241.86,104.725 242.047,104.913C242.235,105.1 242.34,105.355 242.34,105.62C242.34,105.885 242.235,106.14 242.047,106.327C241.86,106.515 241.605,106.62 241.34,106.62Z" />
! <path android:fillColor="@color/white" android:pathData="M76.61,88.46C78.308,88.473 79.931,89.156 81.128,90.36C82.325,91.564 82.997,93.192 83,94.89V120H70.17V94.89C70.17,93.182 70.848,91.544 72.056,90.336C73.264,89.129 74.902,88.45 76.61,88.45V88.46Z" />
<path android:fillColor="#ff000000" android:pathData="M250.71,106.93C250.71,106.93 249.77,103.93 249.15,101.81C249.076,101.555 249.106,101.282 249.233,101.049C249.361,100.817 249.575,100.644 249.83,100.57C250.084,100.496 250.358,100.526 250.591,100.653C250.823,100.781 250.996,100.995 251.07,101.25C251.69,103.35 252.62,106.34 252.62,106.34L250.71,106.93Z" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/drawable_stream_full.xml to/res/drawable/drawable_stream_full.xml
*** from/res/drawable/drawable_stream_full.xml 2021-01-02 17:58:42.811414632 -0700
--- to/res/drawable/drawable_stream_full.xml 2021-01-11 15:13:55.884672022 -0700
***************
*** 11,17 ****
<path android:fillColor="#ff040505" android:pathData="M226.2,70.7C226.2,68.8 224.8,67 222.9,66.7C220.5,66.3 218.4,68.2 218.4,70.5C218.4,72.6 218,74.8 216.9,76.6C216.4,77.5 216.1,78.6 216.1,79.7C216.2,82.9 218.8,85.5 221.9,85.7C225.4,85.9 228.3,83.1 228.3,79.6C228.3,78.5 228,77.5 227.5,76.7C226.6,74.9 226.2,72.9 226.2,70.7Z" />
<path android:fillColor="#ff040505" android:pathData="M219.6,93C219.1,93 218.7,92.6 218.7,92.1V81.1C218.7,80.6 219.1,80.2 219.6,80.2C220.1,80.2 220.5,80.6 220.5,81.1V92.1C220.5,92.6 220.1,93 219.6,93Z" />
<path android:fillColor="#ff040505" android:pathData="M224.9,93C224.4,93 224,92.6 224,92.1V81.1C224,80.6 224.4,80.2 224.9,80.2C225.4,80.2 225.8,80.6 225.8,81.1V92.1C225.8,92.6 225.4,93 224.9,93Z" />
! <path android:fillColor="#ffffffff" android:pathData="M193.3,36.3L192,38.9C191.7,39.5 192.3,40.2 193,39.9L195.6,38.6C195.8,38.5 196,38.5 196.2,38.6L198.8,39.9C199.4,40.2 200.1,39.6 199.8,38.9L198.5,36.3C198.4,36.1 198.4,35.9 198.5,35.7L199.8,33.1C200.1,32.5 199.5,31.8 198.8,32.1L196.2,33.4C196,33.5 195.8,33.5 195.6,33.4L193,32C192.4,31.7 191.7,32.3 192,33L193.3,35.6C193.4,35.9 193.4,36.1 193.3,36.3Z" />
<path android:fillColor="#ff72767d" android:pathData="M220.8,14.3C220.2,14.3 219.8,13.9 219.8,13.3V12.3C219.8,11.7 220.2,11.3 220.8,11.3C221.4,11.3 221.8,11.7 221.8,12.3V13.3C221.8,13.9 221.4,14.3 220.8,14.3Z" />
<path android:fillColor="#ff72767d" android:pathData="M220.8,22.3C220.2,22.3 219.8,21.9 219.8,21.3V20.3C219.8,19.7 220.2,19.3 220.8,19.3C221.4,19.3 221.8,19.7 221.8,20.3V21.3C221.8,21.9 221.4,22.3 220.8,22.3Z" />
<path android:fillColor="#ff72767d" android:pathData="M223.3,16.8C223.3,16.2 223.7,15.8 224.3,15.8H225.3C225.9,15.8 226.3,16.2 226.3,16.8C226.3,17.4 225.9,17.8 225.3,17.8H224.3C223.8,17.8 223.3,17.4 223.3,16.8Z" />
--- 11,17 ----
<path android:fillColor="#ff040505" android:pathData="M226.2,70.7C226.2,68.8 224.8,67 222.9,66.7C220.5,66.3 218.4,68.2 218.4,70.5C218.4,72.6 218,74.8 216.9,76.6C216.4,77.5 216.1,78.6 216.1,79.7C216.2,82.9 218.8,85.5 221.9,85.7C225.4,85.9 228.3,83.1 228.3,79.6C228.3,78.5 228,77.5 227.5,76.7C226.6,74.9 226.2,72.9 226.2,70.7Z" />
<path android:fillColor="#ff040505" android:pathData="M219.6,93C219.1,93 218.7,92.6 218.7,92.1V81.1C218.7,80.6 219.1,80.2 219.6,80.2C220.1,80.2 220.5,80.6 220.5,81.1V92.1C220.5,92.6 220.1,93 219.6,93Z" />
<path android:fillColor="#ff040505" android:pathData="M224.9,93C224.4,93 224,92.6 224,92.1V81.1C224,80.6 224.4,80.2 224.9,80.2C225.4,80.2 225.8,80.6 225.8,81.1V92.1C225.8,92.6 225.4,93 224.9,93Z" />
! <path android:fillColor="@color/white" android:pathData="M193.3,36.3L192,38.9C191.7,39.5 192.3,40.2 193,39.9L195.6,38.6C195.8,38.5 196,38.5 196.2,38.6L198.8,39.9C199.4,40.2 200.1,39.6 199.8,38.9L198.5,36.3C198.4,36.1 198.4,35.9 198.5,35.7L199.8,33.1C200.1,32.5 199.5,31.8 198.8,32.1L196.2,33.4C196,33.5 195.8,33.5 195.6,33.4L193,32C192.4,31.7 191.7,32.3 192,33L193.3,35.6C193.4,35.9 193.4,36.1 193.3,36.3Z" />
<path android:fillColor="#ff72767d" android:pathData="M220.8,14.3C220.2,14.3 219.8,13.9 219.8,13.3V12.3C219.8,11.7 220.2,11.3 220.8,11.3C221.4,11.3 221.8,11.7 221.8,12.3V13.3C221.8,13.9 221.4,14.3 220.8,14.3Z" />
<path android:fillColor="#ff72767d" android:pathData="M220.8,22.3C220.2,22.3 219.8,21.9 219.8,21.3V20.3C219.8,19.7 220.2,19.3 220.8,19.3C221.4,19.3 221.8,19.7 221.8,20.3V21.3C221.8,21.9 221.4,22.3 220.8,22.3Z" />
<path android:fillColor="#ff72767d" android:pathData="M223.3,16.8C223.3,16.2 223.7,15.8 224.3,15.8H225.3C225.9,15.8 226.3,16.2 226.3,16.8C226.3,17.4 225.9,17.8 225.3,17.8H224.3C223.8,17.8 223.3,17.4 223.3,16.8Z" />
diff -x dist -x build -craB from/res/drawable/drawable_stream_preview_not_available_dark.xml to/res/drawable/drawable_stream_preview_not_available_dark.xml
*** from/res/drawable/drawable_stream_preview_not_available_dark.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/drawable_stream_preview_not_available_dark.xml 2021-01-11 15:13:55.987670480 -0700
***************
*** 7,25 ****
<path android:fillColor="#ff000000" android:pathData="M112.68,73.39C112.582,73.391 112.485,73.367 112.399,73.319C112.314,73.272 112.241,73.203 112.19,73.12C112.108,72.99 112.08,72.833 112.114,72.683C112.148,72.533 112.24,72.402 112.37,72.32L118.6,68.44C118.73,68.358 118.887,68.331 119.037,68.364C119.187,68.398 119.318,68.49 119.4,68.62C119.44,68.685 119.467,68.757 119.479,68.833C119.492,68.908 119.489,68.985 119.471,69.06C119.453,69.134 119.421,69.204 119.376,69.266C119.332,69.328 119.275,69.38 119.21,69.42L113,73.3C112.904,73.36 112.793,73.391 112.68,73.39Z" />
<path android:fillColor="#ffdcddde" android:pathData="M25.54,48.22L33.73,87.45C34.062,89.017 34.921,90.423 36.164,91.433C37.407,92.443 38.958,92.996 40.56,93H81.56L72.42,49.11C72.063,47.384 71.123,45.834 69.757,44.721C68.39,43.608 66.682,43 64.92,43H29.77C29.126,42.999 28.49,43.143 27.908,43.419C27.327,43.696 26.815,44.1 26.409,44.6C26.003,45.101 25.715,45.685 25.565,46.312C25.414,46.938 25.406,47.59 25.54,48.22Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M81.58,93H40.58C38.977,92.995 37.424,92.441 36.181,91.429C34.938,90.417 34.08,89.009 33.75,87.44L33.59,86.64L25.59,48.22C25.457,47.594 25.464,46.946 25.611,46.324C25.759,45.701 26.043,45.119 26.443,44.619C26.843,44.12 27.349,43.716 27.924,43.436C28.5,43.155 29.13,43.007 29.77,43H64.92C66.679,42.998 68.384,43.603 69.749,44.712C71.113,45.822 72.053,47.368 72.41,49.09L80.26,86.62L81.58,93Z" />
! <path android:fillColor="#ffffffff" android:pathData="M35.74,52.36H26.4L25.54,48.22C25.404,47.591 25.411,46.939 25.56,46.313C25.709,45.686 25.996,45.101 26.401,44.6C26.806,44.1 27.318,43.696 27.899,43.419C28.48,43.142 29.116,42.999 29.76,43H33.76L35.74,52.36Z" />
! <path android:fillColor="#ffffffff" android:pathData="M52.48,43.02H43.13L45.09,52.36H54.43L52.48,43.02Z" />
! <path android:fillColor="#ffffffff" android:pathData="M45.09,52.36H35.74L37.7,61.7H47.04L45.09,52.36Z" />
! <path android:fillColor="#ffffffff" android:pathData="M73.09,52.36H63.77L61.77,43.02H64.87C66.629,43.018 68.334,43.623 69.699,44.732C71.063,45.842 72.003,47.388 72.36,49.11L73.09,52.36Z" />
! <path android:fillColor="#ffffffff" android:pathData="M37.7,61.7H28.35L30.3,71.05H39.65L37.7,61.7Z" />
! <path android:fillColor="#ffffffff" android:pathData="M56.38,61.7H47.04L48.99,71.05H58.33L56.38,61.7Z" />
! <path android:fillColor="#ffffffff" android:pathData="M75.07,61.7H65.72L67.68,71.05H77.02L75.07,61.7Z" />
! <path android:fillColor="#ffffffff" android:pathData="M63.77,52.36H54.43L56.38,61.7H65.72L63.77,52.36Z" />
! <path android:fillColor="#ffffffff" android:pathData="M48.99,71.05H39.65L41.6,80.39H50.94L48.99,71.05Z" />
! <path android:fillColor="#ffffffff" android:pathData="M41.6,80.39H32.26L33.57,86.64H42.92L41.6,80.39Z" />
! <path android:fillColor="#ffffffff" android:pathData="M60.28,80.39H50.94L52.89,89.73H62.24L60.28,80.39Z" />
! <path android:fillColor="#ffffffff" android:pathData="M78.97,80.39H69.63L71.58,89.73H80.92L78.97,80.39Z" />
! <path android:fillColor="#ffffffff" android:pathData="M67.68,71.05H58.33L60.28,80.39H69.63L67.68,71.05Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M115.91,89.82C115.91,90.238 115.828,90.651 115.668,91.037C115.508,91.423 115.274,91.773 114.978,92.069C114.683,92.364 114.333,92.598 113.947,92.758C113.561,92.918 113.147,93 112.73,93H40.56C38.957,92.995 37.404,92.441 36.161,91.429C34.918,90.417 34.06,89.009 33.73,87.44L33.57,86.64H112.73C113.147,86.64 113.561,86.722 113.947,86.882C114.333,87.042 114.683,87.276 114.978,87.571C115.274,87.867 115.508,88.217 115.668,88.603C115.828,88.989 115.91,89.402 115.91,89.82Z" />
<path android:fillColor="#ff7196ff" android:pathData="M73.82,120H34.36C33.767,119.997 33.183,119.863 32.648,119.607C32.114,119.351 31.643,118.98 31.27,118.519C30.897,118.059 30.631,117.522 30.49,116.946C30.35,116.37 30.34,115.77 30.46,115.19C30.522,114.889 30.702,114.625 30.959,114.457C31.215,114.288 31.529,114.228 31.83,114.29C32.132,114.355 32.395,114.536 32.564,114.795C32.732,115.053 32.792,115.368 32.73,115.67C32.681,115.912 32.687,116.161 32.746,116.401C32.805,116.64 32.917,116.864 33.072,117.055C33.228,117.246 33.424,117.401 33.647,117.507C33.87,117.613 34.113,117.669 34.36,117.67H73.82C74.401,117.669 74.965,117.47 75.419,117.107C75.873,116.744 76.191,116.237 76.32,115.67L85.18,73.37C85.235,73.109 85.379,72.875 85.586,72.707C85.794,72.54 86.053,72.449 86.32,72.45H103.7C103.965,72.449 104.223,72.54 104.429,72.708C104.635,72.876 104.777,73.11 104.83,73.37L113.83,116.26C113.863,116.55 113.787,116.841 113.617,117.078C113.447,117.315 113.194,117.479 112.909,117.539C112.623,117.599 112.326,117.55 112.074,117.403C111.823,117.255 111.636,117.019 111.55,116.74L102.76,74.74H87.26L78.59,116.12C78.359,117.215 77.759,118.197 76.891,118.904C76.023,119.61 74.939,119.997 73.82,120Z" />
<path android:fillColor="#ff7196ff" android:pathData="M284.09,79.59C284.09,79.06 283.66,78.63 283.13,78.63C282.6,78.63 282.17,79.06 282.17,79.59V80.55C282.17,81.08 282.6,81.51 283.13,81.51C283.66,81.51 284.09,81.08 284.09,80.55V79.59Z" />
--- 7,25 ----
<path android:fillColor="#ff000000" android:pathData="M112.68,73.39C112.582,73.391 112.485,73.367 112.399,73.319C112.314,73.272 112.241,73.203 112.19,73.12C112.108,72.99 112.08,72.833 112.114,72.683C112.148,72.533 112.24,72.402 112.37,72.32L118.6,68.44C118.73,68.358 118.887,68.331 119.037,68.364C119.187,68.398 119.318,68.49 119.4,68.62C119.44,68.685 119.467,68.757 119.479,68.833C119.492,68.908 119.489,68.985 119.471,69.06C119.453,69.134 119.421,69.204 119.376,69.266C119.332,69.328 119.275,69.38 119.21,69.42L113,73.3C112.904,73.36 112.793,73.391 112.68,73.39Z" />
<path android:fillColor="#ffdcddde" android:pathData="M25.54,48.22L33.73,87.45C34.062,89.017 34.921,90.423 36.164,91.433C37.407,92.443 38.958,92.996 40.56,93H81.56L72.42,49.11C72.063,47.384 71.123,45.834 69.757,44.721C68.39,43.608 66.682,43 64.92,43H29.77C29.126,42.999 28.49,43.143 27.908,43.419C27.327,43.696 26.815,44.1 26.409,44.6C26.003,45.101 25.715,45.685 25.565,46.312C25.414,46.938 25.406,47.59 25.54,48.22Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M81.58,93H40.58C38.977,92.995 37.424,92.441 36.181,91.429C34.938,90.417 34.08,89.009 33.75,87.44L33.59,86.64L25.59,48.22C25.457,47.594 25.464,46.946 25.611,46.324C25.759,45.701 26.043,45.119 26.443,44.619C26.843,44.12 27.349,43.716 27.924,43.436C28.5,43.155 29.13,43.007 29.77,43H64.92C66.679,42.998 68.384,43.603 69.749,44.712C71.113,45.822 72.053,47.368 72.41,49.09L80.26,86.62L81.58,93Z" />
! <path android:fillColor="@color/white" android:pathData="M35.74,52.36H26.4L25.54,48.22C25.404,47.591 25.411,46.939 25.56,46.313C25.709,45.686 25.996,45.101 26.401,44.6C26.806,44.1 27.318,43.696 27.899,43.419C28.48,43.142 29.116,42.999 29.76,43H33.76L35.74,52.36Z" />
! <path android:fillColor="@color/white" android:pathData="M52.48,43.02H43.13L45.09,52.36H54.43L52.48,43.02Z" />
! <path android:fillColor="@color/white" android:pathData="M45.09,52.36H35.74L37.7,61.7H47.04L45.09,52.36Z" />
! <path android:fillColor="@color/white" android:pathData="M73.09,52.36H63.77L61.77,43.02H64.87C66.629,43.018 68.334,43.623 69.699,44.732C71.063,45.842 72.003,47.388 72.36,49.11L73.09,52.36Z" />
! <path android:fillColor="@color/white" android:pathData="M37.7,61.7H28.35L30.3,71.05H39.65L37.7,61.7Z" />
! <path android:fillColor="@color/white" android:pathData="M56.38,61.7H47.04L48.99,71.05H58.33L56.38,61.7Z" />
! <path android:fillColor="@color/white" android:pathData="M75.07,61.7H65.72L67.68,71.05H77.02L75.07,61.7Z" />
! <path android:fillColor="@color/white" android:pathData="M63.77,52.36H54.43L56.38,61.7H65.72L63.77,52.36Z" />
! <path android:fillColor="@color/white" android:pathData="M48.99,71.05H39.65L41.6,80.39H50.94L48.99,71.05Z" />
! <path android:fillColor="@color/white" android:pathData="M41.6,80.39H32.26L33.57,86.64H42.92L41.6,80.39Z" />
! <path android:fillColor="@color/white" android:pathData="M60.28,80.39H50.94L52.89,89.73H62.24L60.28,80.39Z" />
! <path android:fillColor="@color/white" android:pathData="M78.97,80.39H69.63L71.58,89.73H80.92L78.97,80.39Z" />
! <path android:fillColor="@color/white" android:pathData="M67.68,71.05H58.33L60.28,80.39H69.63L67.68,71.05Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M115.91,89.82C115.91,90.238 115.828,90.651 115.668,91.037C115.508,91.423 115.274,91.773 114.978,92.069C114.683,92.364 114.333,92.598 113.947,92.758C113.561,92.918 113.147,93 112.73,93H40.56C38.957,92.995 37.404,92.441 36.161,91.429C34.918,90.417 34.06,89.009 33.73,87.44L33.57,86.64H112.73C113.147,86.64 113.561,86.722 113.947,86.882C114.333,87.042 114.683,87.276 114.978,87.571C115.274,87.867 115.508,88.217 115.668,88.603C115.828,88.989 115.91,89.402 115.91,89.82Z" />
<path android:fillColor="#ff7196ff" android:pathData="M73.82,120H34.36C33.767,119.997 33.183,119.863 32.648,119.607C32.114,119.351 31.643,118.98 31.27,118.519C30.897,118.059 30.631,117.522 30.49,116.946C30.35,116.37 30.34,115.77 30.46,115.19C30.522,114.889 30.702,114.625 30.959,114.457C31.215,114.288 31.529,114.228 31.83,114.29C32.132,114.355 32.395,114.536 32.564,114.795C32.732,115.053 32.792,115.368 32.73,115.67C32.681,115.912 32.687,116.161 32.746,116.401C32.805,116.64 32.917,116.864 33.072,117.055C33.228,117.246 33.424,117.401 33.647,117.507C33.87,117.613 34.113,117.669 34.36,117.67H73.82C74.401,117.669 74.965,117.47 75.419,117.107C75.873,116.744 76.191,116.237 76.32,115.67L85.18,73.37C85.235,73.109 85.379,72.875 85.586,72.707C85.794,72.54 86.053,72.449 86.32,72.45H103.7C103.965,72.449 104.223,72.54 104.429,72.708C104.635,72.876 104.777,73.11 104.83,73.37L113.83,116.26C113.863,116.55 113.787,116.841 113.617,117.078C113.447,117.315 113.194,117.479 112.909,117.539C112.623,117.599 112.326,117.55 112.074,117.403C111.823,117.255 111.636,117.019 111.55,116.74L102.76,74.74H87.26L78.59,116.12C78.359,117.215 77.759,118.197 76.891,118.904C76.023,119.61 74.939,119.997 73.82,120Z" />
<path android:fillColor="#ff7196ff" android:pathData="M284.09,79.59C284.09,79.06 283.66,78.63 283.13,78.63C282.6,78.63 282.17,79.06 282.17,79.59V80.55C282.17,81.08 282.6,81.51 283.13,81.51C283.66,81.51 284.09,81.08 284.09,80.55V79.59Z" />
***************
*** 31,43 ****
<path android:fillColor="#ffd4e4ff" android:pathData="M22.3,86.65C22.3,86.12 21.87,85.69 21.34,85.69C20.81,85.69 20.38,86.12 20.38,86.65V87.61C20.38,88.14 20.81,88.57 21.34,88.57C21.87,88.57 22.3,88.14 22.3,87.61V86.65Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M25.65,84.25C26.18,84.25 26.61,83.82 26.61,83.29C26.61,82.76 26.18,82.33 25.65,82.33H24.69C24.16,82.33 23.73,82.76 23.73,83.29C23.73,83.82 24.16,84.25 24.69,84.25H25.65Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M17.98,84.25C18.51,84.25 18.94,83.82 18.94,83.29C18.94,82.76 18.51,82.33 17.98,82.33H17.02C16.49,82.33 16.06,82.76 16.06,83.29C16.06,83.82 16.49,84.25 17.02,84.25H17.98Z" />
! <path android:fillColor="#ffffffff" android:pathData="M110.76,120H69.9C68.876,119.997 67.883,119.643 67.088,118.997C66.293,118.351 65.743,117.452 65.53,116.45L56.8,74.76H40.36C40.053,74.76 39.757,74.638 39.54,74.42C39.322,74.203 39.2,73.908 39.2,73.6C39.2,73.292 39.322,72.997 39.54,72.78C39.757,72.562 40.053,72.44 40.36,72.44H57.74C58.007,72.441 58.265,72.532 58.472,72.7C58.679,72.867 58.823,73.1 58.88,73.36L67.81,116C67.911,116.48 68.174,116.911 68.554,117.22C68.935,117.53 69.41,117.699 69.9,117.7H110.76C110.883,117.701 111.004,117.673 111.114,117.62C111.224,117.567 111.321,117.489 111.396,117.392C111.472,117.295 111.524,117.183 111.549,117.063C111.574,116.943 111.571,116.819 111.54,116.7L102.54,73.81C102.477,73.509 102.535,73.195 102.703,72.937C102.871,72.679 103.134,72.499 103.435,72.435C103.736,72.371 104.05,72.43 104.308,72.598C104.566,72.766 104.747,73.029 104.81,73.33L113.81,116.22C113.903,116.675 113.894,117.145 113.784,117.596C113.674,118.047 113.465,118.468 113.172,118.829C112.879,119.189 112.51,119.481 112.092,119.681C111.673,119.882 111.215,119.988 110.75,119.99L110.76,120Z" />
<path android:fillColor="#ff7196ff" android:pathData="M31.6,116.61H31.36C31.058,116.545 30.795,116.364 30.626,116.105C30.458,115.847 30.398,115.532 30.46,115.23L39.23,73.38C39.262,73.231 39.322,73.09 39.408,72.964C39.494,72.838 39.605,72.731 39.732,72.648C39.86,72.565 40.003,72.507 40.153,72.479C40.302,72.452 40.456,72.453 40.605,72.485C40.754,72.517 40.896,72.577 41.021,72.663C41.147,72.749 41.254,72.859 41.337,72.987C41.421,73.115 41.478,73.258 41.506,73.407C41.534,73.557 41.532,73.711 41.5,73.86L32.73,115.71C32.675,115.967 32.532,116.198 32.326,116.362C32.12,116.526 31.863,116.614 31.6,116.61Z" />
<path android:fillColor="#ff7196ff" android:pathData="M60.7,72.25H37.07C35.789,72.25 34.75,73.289 34.75,74.57V74.58C34.75,75.861 35.789,76.9 37.07,76.9H60.7C61.981,76.9 63.02,75.861 63.02,74.58V74.57C63.02,73.289 61.981,72.25 60.7,72.25Z" />
<path android:fillColor="#ff7196ff" android:pathData="M106.92,72.25H83.29C82.009,72.25 80.97,73.289 80.97,74.57V74.58C80.97,75.861 82.009,76.9 83.29,76.9H106.92C108.202,76.9 109.24,75.861 109.24,74.58V74.57C109.24,73.289 108.202,72.25 106.92,72.25Z" />
<path android:fillColor="#fff47fff" android:pathData="M135.38,117.61C135.1,117.61 134.829,117.509 134.618,117.325C134.406,117.142 134.268,116.887 134.23,116.61L128.63,77.81C128.444,76.506 127.936,75.269 127.152,74.211C126.369,73.153 125.333,72.307 124.14,71.75L116.94,68.38C116.661,68.247 116.447,68.01 116.344,67.719C116.241,67.428 116.257,67.108 116.39,66.83C116.522,66.551 116.76,66.337 117.051,66.234C117.342,66.131 117.661,66.147 117.94,66.28L125.14,69.65C126.682,70.37 128.021,71.463 129.035,72.83C130.05,74.197 130.708,75.795 130.95,77.48L136.55,116.27C136.572,116.423 136.564,116.578 136.526,116.727C136.488,116.877 136.42,117.017 136.327,117.14C136.234,117.263 136.117,117.366 135.984,117.443C135.85,117.52 135.703,117.57 135.55,117.59L135.38,117.61Z" />
! <path android:fillColor="#ffffffff" android:pathData="M134.23,116.62L133.4,110.87L135.7,110.54L136.53,116.28L134.23,116.62ZM132.08,101.68L131.25,95.94L133.54,95.61L134.37,101.35L132.08,101.68ZM129.92,86.75L129.09,81L131.39,80.67L132.22,86.41L129.92,86.75ZM126.25,73.21C125.631,72.615 124.918,72.125 124.14,71.76L121.55,70.55L122.55,68.45L125.14,69.66C126.147,70.127 127.07,70.759 127.87,71.53L126.25,73.21Z" />
! <path android:fillColor="#ffffffff" android:pathData="M146.52,89.08H123.83L127.59,120H142.75L146.52,89.08Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M148.26,89.08H122.09L123.31,86.17H147.03L148.26,89.08Z" />
<path android:fillColor="#ffffd836" android:pathData="M125.61,103.71L127.61,120H142.77L145.17,100.34C138.68,97.48 131.52,101.59 125.61,103.71Z" />
<path android:fillColor="#ffff9a15" android:pathData="M134.45,108.26C137.626,108.26 140.2,105.686 140.2,102.51C140.2,99.334 137.626,96.76 134.45,96.76C131.275,96.76 128.7,99.334 128.7,102.51C128.7,105.686 131.275,108.26 134.45,108.26Z" />
--- 31,43 ----
<path android:fillColor="#ffd4e4ff" android:pathData="M22.3,86.65C22.3,86.12 21.87,85.69 21.34,85.69C20.81,85.69 20.38,86.12 20.38,86.65V87.61C20.38,88.14 20.81,88.57 21.34,88.57C21.87,88.57 22.3,88.14 22.3,87.61V86.65Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M25.65,84.25C26.18,84.25 26.61,83.82 26.61,83.29C26.61,82.76 26.18,82.33 25.65,82.33H24.69C24.16,82.33 23.73,82.76 23.73,83.29C23.73,83.82 24.16,84.25 24.69,84.25H25.65Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M17.98,84.25C18.51,84.25 18.94,83.82 18.94,83.29C18.94,82.76 18.51,82.33 17.98,82.33H17.02C16.49,82.33 16.06,82.76 16.06,83.29C16.06,83.82 16.49,84.25 17.02,84.25H17.98Z" />
! <path android:fillColor="@color/white" android:pathData="M110.76,120H69.9C68.876,119.997 67.883,119.643 67.088,118.997C66.293,118.351 65.743,117.452 65.53,116.45L56.8,74.76H40.36C40.053,74.76 39.757,74.638 39.54,74.42C39.322,74.203 39.2,73.908 39.2,73.6C39.2,73.292 39.322,72.997 39.54,72.78C39.757,72.562 40.053,72.44 40.36,72.44H57.74C58.007,72.441 58.265,72.532 58.472,72.7C58.679,72.867 58.823,73.1 58.88,73.36L67.81,116C67.911,116.48 68.174,116.911 68.554,117.22C68.935,117.53 69.41,117.699 69.9,117.7H110.76C110.883,117.701 111.004,117.673 111.114,117.62C111.224,117.567 111.321,117.489 111.396,117.392C111.472,117.295 111.524,117.183 111.549,117.063C111.574,116.943 111.571,116.819 111.54,116.7L102.54,73.81C102.477,73.509 102.535,73.195 102.703,72.937C102.871,72.679 103.134,72.499 103.435,72.435C103.736,72.371 104.05,72.43 104.308,72.598C104.566,72.766 104.747,73.029 104.81,73.33L113.81,116.22C113.903,116.675 113.894,117.145 113.784,117.596C113.674,118.047 113.465,118.468 113.172,118.829C112.879,119.189 112.51,119.481 112.092,119.681C111.673,119.882 111.215,119.988 110.75,119.99L110.76,120Z" />
<path android:fillColor="#ff7196ff" android:pathData="M31.6,116.61H31.36C31.058,116.545 30.795,116.364 30.626,116.105C30.458,115.847 30.398,115.532 30.46,115.23L39.23,73.38C39.262,73.231 39.322,73.09 39.408,72.964C39.494,72.838 39.605,72.731 39.732,72.648C39.86,72.565 40.003,72.507 40.153,72.479C40.302,72.452 40.456,72.453 40.605,72.485C40.754,72.517 40.896,72.577 41.021,72.663C41.147,72.749 41.254,72.859 41.337,72.987C41.421,73.115 41.478,73.258 41.506,73.407C41.534,73.557 41.532,73.711 41.5,73.86L32.73,115.71C32.675,115.967 32.532,116.198 32.326,116.362C32.12,116.526 31.863,116.614 31.6,116.61Z" />
<path android:fillColor="#ff7196ff" android:pathData="M60.7,72.25H37.07C35.789,72.25 34.75,73.289 34.75,74.57V74.58C34.75,75.861 35.789,76.9 37.07,76.9H60.7C61.981,76.9 63.02,75.861 63.02,74.58V74.57C63.02,73.289 61.981,72.25 60.7,72.25Z" />
<path android:fillColor="#ff7196ff" android:pathData="M106.92,72.25H83.29C82.009,72.25 80.97,73.289 80.97,74.57V74.58C80.97,75.861 82.009,76.9 83.29,76.9H106.92C108.202,76.9 109.24,75.861 109.24,74.58V74.57C109.24,73.289 108.202,72.25 106.92,72.25Z" />
<path android:fillColor="#fff47fff" android:pathData="M135.38,117.61C135.1,117.61 134.829,117.509 134.618,117.325C134.406,117.142 134.268,116.887 134.23,116.61L128.63,77.81C128.444,76.506 127.936,75.269 127.152,74.211C126.369,73.153 125.333,72.307 124.14,71.75L116.94,68.38C116.661,68.247 116.447,68.01 116.344,67.719C116.241,67.428 116.257,67.108 116.39,66.83C116.522,66.551 116.76,66.337 117.051,66.234C117.342,66.131 117.661,66.147 117.94,66.28L125.14,69.65C126.682,70.37 128.021,71.463 129.035,72.83C130.05,74.197 130.708,75.795 130.95,77.48L136.55,116.27C136.572,116.423 136.564,116.578 136.526,116.727C136.488,116.877 136.42,117.017 136.327,117.14C136.234,117.263 136.117,117.366 135.984,117.443C135.85,117.52 135.703,117.57 135.55,117.59L135.38,117.61Z" />
! <path android:fillColor="@color/white" android:pathData="M134.23,116.62L133.4,110.87L135.7,110.54L136.53,116.28L134.23,116.62ZM132.08,101.68L131.25,95.94L133.54,95.61L134.37,101.35L132.08,101.68ZM129.92,86.75L129.09,81L131.39,80.67L132.22,86.41L129.92,86.75ZM126.25,73.21C125.631,72.615 124.918,72.125 124.14,71.76L121.55,70.55L122.55,68.45L125.14,69.66C126.147,70.127 127.07,70.759 127.87,71.53L126.25,73.21Z" />
! <path android:fillColor="@color/white" android:pathData="M146.52,89.08H123.83L127.59,120H142.75L146.52,89.08Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M148.26,89.08H122.09L123.31,86.17H147.03L148.26,89.08Z" />
<path android:fillColor="#ffffd836" android:pathData="M125.61,103.71L127.61,120H142.77L145.17,100.34C138.68,97.48 131.52,101.59 125.61,103.71Z" />
<path android:fillColor="#ffff9a15" android:pathData="M134.45,108.26C137.626,108.26 140.2,105.686 140.2,102.51C140.2,99.334 137.626,96.76 134.45,96.76C131.275,96.76 128.7,99.334 128.7,102.51C128.7,105.686 131.275,108.26 134.45,108.26Z" />
***************
*** 53,62 ****
<path android:fillColor="#ff000000" android:pathData="M88.77,119.93C88.651,119.93 88.534,119.899 88.43,119.84C88.353,119.796 88.285,119.738 88.23,119.668C88.176,119.598 88.136,119.518 88.113,119.432C88.09,119.347 88.084,119.257 88.095,119.169C88.107,119.081 88.135,118.997 88.18,118.92L92.18,111.85C92.275,111.706 92.421,111.604 92.589,111.563C92.757,111.523 92.933,111.548 93.083,111.633C93.233,111.718 93.345,111.857 93.397,112.022C93.448,112.187 93.435,112.365 93.36,112.52L89.36,119.59C89.299,119.693 89.213,119.778 89.11,119.838C89.007,119.897 88.889,119.929 88.77,119.93Z" />
<path android:fillColor="#ff000000" android:pathData="M107.17,86.86H107.1C106.948,86.842 106.808,86.765 106.713,86.645C106.617,86.525 106.573,86.372 106.59,86.22L107.5,78.6C107.526,78.455 107.607,78.326 107.725,78.239C107.843,78.151 107.99,78.111 108.136,78.128C108.282,78.144 108.416,78.216 108.512,78.327C108.607,78.439 108.657,78.583 108.65,78.73L107.74,86.36C107.723,86.499 107.655,86.626 107.55,86.718C107.445,86.811 107.31,86.861 107.17,86.86Z" />
<path android:fillColor="#ff000000" android:pathData="M110.25,86.88C110.174,86.876 110.099,86.857 110.03,86.825C109.961,86.792 109.9,86.746 109.848,86.689C109.797,86.632 109.758,86.566 109.732,86.494C109.707,86.422 109.696,86.346 109.7,86.27L110.05,78.61C110.063,78.457 110.132,78.314 110.245,78.211C110.359,78.107 110.507,78.049 110.66,78.05C110.813,78.06 110.956,78.13 111.059,78.244C111.161,78.357 111.216,78.507 111.21,78.66L110.86,86.33C110.856,86.406 110.837,86.481 110.805,86.55C110.772,86.619 110.726,86.68 110.669,86.732C110.612,86.783 110.546,86.822 110.474,86.848C110.402,86.873 110.326,86.884 110.25,86.88Z" />
! <path android:fillColor="#ff747f8d" android:pathData="M233.82,97.49H208.91V120.01H233.82V97.49Z" />
<path android:fillColor="#ff000000" android:pathData="M233.82,115.84H184V120.02H233.82V115.84Z" />
<path android:fillColor="#ff000000" android:pathData="M262.87,14.32H156.9V99.93H262.87V14.32Z" />
! <path android:fillColor="#ff747f8d" android:pathData="M271.38,14.32H262.88V99.93H271.38V14.32Z" />
<path android:fillColor="#ff36393f" android:pathData="M251.17,96.01C251.971,96.01 252.62,95.361 252.62,94.56C252.62,93.759 251.971,93.11 251.17,93.11C250.369,93.11 249.72,93.759 249.72,94.56C249.72,95.361 250.369,96.01 251.17,96.01Z" />
<path android:fillColor="#ffff9a15" android:pathData="M245.6,96.01C246.401,96.01 247.05,95.361 247.05,94.56C247.05,93.759 246.401,93.11 245.6,93.11C244.799,93.11 244.15,93.759 244.15,94.56C244.15,95.361 244.799,96.01 245.6,96.01Z" />
<path android:fillColor="#ff36393f" android:pathData="M240.03,96.01C240.831,96.01 241.48,95.361 241.48,94.56C241.48,93.759 240.831,93.11 240.03,93.11C239.229,93.11 238.58,93.759 238.58,94.56C238.58,95.361 239.229,96.01 240.03,96.01Z" />
--- 53,62 ----
<path android:fillColor="#ff000000" android:pathData="M88.77,119.93C88.651,119.93 88.534,119.899 88.43,119.84C88.353,119.796 88.285,119.738 88.23,119.668C88.176,119.598 88.136,119.518 88.113,119.432C88.09,119.347 88.084,119.257 88.095,119.169C88.107,119.081 88.135,118.997 88.18,118.92L92.18,111.85C92.275,111.706 92.421,111.604 92.589,111.563C92.757,111.523 92.933,111.548 93.083,111.633C93.233,111.718 93.345,111.857 93.397,112.022C93.448,112.187 93.435,112.365 93.36,112.52L89.36,119.59C89.299,119.693 89.213,119.778 89.11,119.838C89.007,119.897 88.889,119.929 88.77,119.93Z" />
<path android:fillColor="#ff000000" android:pathData="M107.17,86.86H107.1C106.948,86.842 106.808,86.765 106.713,86.645C106.617,86.525 106.573,86.372 106.59,86.22L107.5,78.6C107.526,78.455 107.607,78.326 107.725,78.239C107.843,78.151 107.99,78.111 108.136,78.128C108.282,78.144 108.416,78.216 108.512,78.327C108.607,78.439 108.657,78.583 108.65,78.73L107.74,86.36C107.723,86.499 107.655,86.626 107.55,86.718C107.445,86.811 107.31,86.861 107.17,86.86Z" />
<path android:fillColor="#ff000000" android:pathData="M110.25,86.88C110.174,86.876 110.099,86.857 110.03,86.825C109.961,86.792 109.9,86.746 109.848,86.689C109.797,86.632 109.758,86.566 109.732,86.494C109.707,86.422 109.696,86.346 109.7,86.27L110.05,78.61C110.063,78.457 110.132,78.314 110.245,78.211C110.359,78.107 110.507,78.049 110.66,78.05C110.813,78.06 110.956,78.13 111.059,78.244C111.161,78.357 111.216,78.507 111.21,78.66L110.86,86.33C110.856,86.406 110.837,86.481 110.805,86.55C110.772,86.619 110.726,86.68 110.669,86.732C110.612,86.783 110.546,86.822 110.474,86.848C110.402,86.873 110.326,86.884 110.25,86.88Z" />
! <path android:fillColor="@color/brand" android:pathData="M233.82,97.49H208.91V120.01H233.82V97.49Z" />
<path android:fillColor="#ff000000" android:pathData="M233.82,115.84H184V120.02H233.82V115.84Z" />
<path android:fillColor="#ff000000" android:pathData="M262.87,14.32H156.9V99.93H262.87V14.32Z" />
! <path android:fillColor="@color/brand" android:pathData="M271.38,14.32H262.88V99.93H271.38V14.32Z" />
<path android:fillColor="#ff36393f" android:pathData="M251.17,96.01C251.971,96.01 252.62,95.361 252.62,94.56C252.62,93.759 251.971,93.11 251.17,93.11C250.369,93.11 249.72,93.759 249.72,94.56C249.72,95.361 250.369,96.01 251.17,96.01Z" />
<path android:fillColor="#ffff9a15" android:pathData="M245.6,96.01C246.401,96.01 247.05,95.361 247.05,94.56C247.05,93.759 246.401,93.11 245.6,93.11C244.799,93.11 244.15,93.759 244.15,94.56C244.15,95.361 244.799,96.01 245.6,96.01Z" />
<path android:fillColor="#ff36393f" android:pathData="M240.03,96.01C240.831,96.01 241.48,95.361 241.48,94.56C241.48,93.759 240.831,93.11 240.03,93.11C239.229,93.11 238.58,93.759 238.58,94.56C238.58,95.361 239.229,96.01 240.03,96.01Z" />
diff -x dist -x build -craB from/res/drawable/drawable_stream_preview_not_available_light.xml to/res/drawable/drawable_stream_preview_not_available_light.xml
*** from/res/drawable/drawable_stream_preview_not_available_light.xml 2021-01-02 17:58:42.815414572 -0700
--- to/res/drawable/drawable_stream_preview_not_available_light.xml 2021-01-11 15:13:55.644675616 -0700
***************
*** 7,25 ****
<path android:fillColor="#ff000000" android:pathData="M112.68,73.39C112.582,73.391 112.485,73.367 112.399,73.319C112.314,73.272 112.241,73.203 112.19,73.12C112.108,72.99 112.08,72.833 112.114,72.683C112.148,72.533 112.24,72.402 112.37,72.32L118.6,68.44C118.73,68.358 118.887,68.331 119.037,68.364C119.187,68.398 119.318,68.49 119.4,68.62C119.44,68.685 119.467,68.757 119.479,68.833C119.492,68.908 119.489,68.985 119.471,69.06C119.453,69.134 119.421,69.204 119.376,69.266C119.332,69.328 119.275,69.38 119.21,69.42L113,73.3C112.904,73.36 112.793,73.391 112.68,73.39Z" />
<path android:fillColor="#ffdcddde" android:pathData="M25.54,48.22L33.73,87.45C34.062,89.017 34.921,90.423 36.164,91.433C37.407,92.443 38.958,92.996 40.56,93H81.56L72.42,49.11C72.063,47.384 71.123,45.834 69.757,44.721C68.39,43.608 66.682,43 64.92,43H29.77C29.126,42.999 28.49,43.143 27.908,43.419C27.327,43.696 26.815,44.1 26.409,44.6C26.003,45.101 25.715,45.685 25.565,46.312C25.414,46.938 25.406,47.59 25.54,48.22Z" />
<path android:fillColor="#ffbbd0ff" android:pathData="M81.58,93H40.58C38.977,92.995 37.424,92.441 36.181,91.429C34.938,90.417 34.08,89.009 33.75,87.44L33.59,86.64L25.59,48.22C25.457,47.594 25.464,46.946 25.611,46.324C25.759,45.701 26.043,45.119 26.443,44.619C26.843,44.12 27.349,43.716 27.924,43.436C28.5,43.155 29.13,43.007 29.77,43H64.92C66.679,42.998 68.384,43.603 69.749,44.712C71.113,45.822 72.053,47.368 72.41,49.09L80.26,86.62L81.58,93Z" />
! <path android:fillColor="#ffffffff" android:pathData="M35.74,52.36H26.4L25.54,48.22C25.404,47.591 25.411,46.939 25.56,46.313C25.709,45.686 25.996,45.101 26.401,44.6C26.806,44.1 27.318,43.696 27.899,43.419C28.48,43.142 29.116,42.999 29.76,43H33.76L35.74,52.36Z" />
! <path android:fillColor="#ffffffff" android:pathData="M52.48,43.02H43.13L45.09,52.36H54.43L52.48,43.02Z" />
! <path android:fillColor="#ffffffff" android:pathData="M45.09,52.36H35.74L37.7,61.7H47.04L45.09,52.36Z" />
! <path android:fillColor="#ffffffff" android:pathData="M73.09,52.36H63.77L61.77,43.02H64.87C66.629,43.018 68.334,43.623 69.699,44.732C71.063,45.842 72.003,47.388 72.36,49.11L73.09,52.36Z" />
! <path android:fillColor="#ffffffff" android:pathData="M37.7,61.7H28.35L30.3,71.05H39.65L37.7,61.7Z" />
! <path android:fillColor="#ffffffff" android:pathData="M56.38,61.7H47.04L48.99,71.05H58.33L56.38,61.7Z" />
! <path android:fillColor="#ffffffff" android:pathData="M75.07,61.7H65.72L67.68,71.05H77.02L75.07,61.7Z" />
! <path android:fillColor="#ffffffff" android:pathData="M63.77,52.36H54.43L56.38,61.7H65.72L63.77,52.36Z" />
! <path android:fillColor="#ffffffff" android:pathData="M48.99,71.05H39.65L41.6,80.39H50.94L48.99,71.05Z" />
! <path android:fillColor="#ffffffff" android:pathData="M41.6,80.39H32.26L33.57,86.64H42.92L41.6,80.39Z" />
! <path android:fillColor="#ffffffff" android:pathData="M60.28,80.39H50.94L52.89,89.73H62.24L60.28,80.39Z" />
! <path android:fillColor="#ffffffff" android:pathData="M78.97,80.39H69.63L71.58,89.73H80.92L78.97,80.39Z" />
! <path android:fillColor="#ffffffff" android:pathData="M67.68,71.05H58.33L60.28,80.39H69.63L67.68,71.05Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M115.91,89.82C115.91,90.238 115.828,90.651 115.668,91.037C115.508,91.423 115.274,91.773 114.978,92.069C114.683,92.364 114.333,92.598 113.947,92.758C113.561,92.918 113.147,93 112.73,93H40.56C38.957,92.995 37.404,92.441 36.161,91.429C34.918,90.417 34.06,89.009 33.73,87.44L33.57,86.64H112.73C113.147,86.64 113.561,86.722 113.947,86.882C114.333,87.042 114.683,87.276 114.978,87.571C115.274,87.867 115.508,88.217 115.668,88.603C115.828,88.989 115.91,89.402 115.91,89.82Z" />
<path android:fillColor="#ff7196ff" android:pathData="M73.82,120H34.36C33.767,119.997 33.183,119.863 32.648,119.607C32.114,119.351 31.643,118.98 31.27,118.519C30.897,118.059 30.631,117.522 30.49,116.946C30.35,116.37 30.34,115.77 30.46,115.19C30.522,114.889 30.702,114.625 30.959,114.457C31.215,114.288 31.529,114.228 31.83,114.29C32.132,114.355 32.395,114.536 32.564,114.795C32.732,115.053 32.792,115.368 32.73,115.67C32.681,115.912 32.687,116.161 32.746,116.401C32.805,116.64 32.917,116.864 33.072,117.055C33.228,117.246 33.424,117.401 33.647,117.507C33.87,117.613 34.113,117.669 34.36,117.67H73.82C74.401,117.669 74.965,117.47 75.419,117.107C75.873,116.744 76.191,116.237 76.32,115.67L85.18,73.37C85.235,73.109 85.379,72.875 85.586,72.707C85.794,72.54 86.053,72.449 86.32,72.45H103.7C103.965,72.449 104.223,72.54 104.429,72.708C104.635,72.876 104.777,73.11 104.83,73.37L113.83,116.26C113.863,116.55 113.787,116.841 113.617,117.078C113.447,117.315 113.194,117.479 112.909,117.539C112.623,117.599 112.326,117.55 112.074,117.403C111.823,117.255 111.636,117.019 111.55,116.74L102.76,74.74H87.26L78.59,116.12C78.359,117.215 77.759,118.197 76.891,118.904C76.023,119.61 74.939,119.997 73.82,120Z" />
<path android:fillColor="#ff7196ff" android:pathData="M284.09,79.59C284.09,79.06 283.66,78.63 283.13,78.63C282.6,78.63 282.17,79.06 282.17,79.59V80.55C282.17,81.08 282.6,81.51 283.13,81.51C283.66,81.51 284.09,81.08 284.09,80.55V79.59Z" />
--- 7,25 ----
<path android:fillColor="#ff000000" android:pathData="M112.68,73.39C112.582,73.391 112.485,73.367 112.399,73.319C112.314,73.272 112.241,73.203 112.19,73.12C112.108,72.99 112.08,72.833 112.114,72.683C112.148,72.533 112.24,72.402 112.37,72.32L118.6,68.44C118.73,68.358 118.887,68.331 119.037,68.364C119.187,68.398 119.318,68.49 119.4,68.62C119.44,68.685 119.467,68.757 119.479,68.833C119.492,68.908 119.489,68.985 119.471,69.06C119.453,69.134 119.421,69.204 119.376,69.266C119.332,69.328 119.275,69.38 119.21,69.42L113,73.3C112.904,73.36 112.793,73.391 112.68,73.39Z" />
<path android:fillColor="#ffdcddde" android:pathData="M25.54,48.22L33.73,87.45C34.062,89.017 34.921,90.423 36.164,91.433C37.407,92.443 38.958,92.996 40.56,93H81.56L72.42,49.11C72.063,47.384 71.123,45.834 69.757,44.721C68.39,43.608 66.682,43 64.92,43H29.77C29.126,42.999 28.49,43.143 27.908,43.419C27.327,43.696 26.815,44.1 26.409,44.6C26.003,45.101 25.715,45.685 25.565,46.312C25.414,46.938 25.406,47.59 25.54,48.22Z" />
<path android:fillColor="#ffbbd0ff" android:pathData="M81.58,93H40.58C38.977,92.995 37.424,92.441 36.181,91.429C34.938,90.417 34.08,89.009 33.75,87.44L33.59,86.64L25.59,48.22C25.457,47.594 25.464,46.946 25.611,46.324C25.759,45.701 26.043,45.119 26.443,44.619C26.843,44.12 27.349,43.716 27.924,43.436C28.5,43.155 29.13,43.007 29.77,43H64.92C66.679,42.998 68.384,43.603 69.749,44.712C71.113,45.822 72.053,47.368 72.41,49.09L80.26,86.62L81.58,93Z" />
! <path android:fillColor="@color/white" android:pathData="M35.74,52.36H26.4L25.54,48.22C25.404,47.591 25.411,46.939 25.56,46.313C25.709,45.686 25.996,45.101 26.401,44.6C26.806,44.1 27.318,43.696 27.899,43.419C28.48,43.142 29.116,42.999 29.76,43H33.76L35.74,52.36Z" />
! <path android:fillColor="@color/white" android:pathData="M52.48,43.02H43.13L45.09,52.36H54.43L52.48,43.02Z" />
! <path android:fillColor="@color/white" android:pathData="M45.09,52.36H35.74L37.7,61.7H47.04L45.09,52.36Z" />
! <path android:fillColor="@color/white" android:pathData="M73.09,52.36H63.77L61.77,43.02H64.87C66.629,43.018 68.334,43.623 69.699,44.732C71.063,45.842 72.003,47.388 72.36,49.11L73.09,52.36Z" />
! <path android:fillColor="@color/white" android:pathData="M37.7,61.7H28.35L30.3,71.05H39.65L37.7,61.7Z" />
! <path android:fillColor="@color/white" android:pathData="M56.38,61.7H47.04L48.99,71.05H58.33L56.38,61.7Z" />
! <path android:fillColor="@color/white" android:pathData="M75.07,61.7H65.72L67.68,71.05H77.02L75.07,61.7Z" />
! <path android:fillColor="@color/white" android:pathData="M63.77,52.36H54.43L56.38,61.7H65.72L63.77,52.36Z" />
! <path android:fillColor="@color/white" android:pathData="M48.99,71.05H39.65L41.6,80.39H50.94L48.99,71.05Z" />
! <path android:fillColor="@color/white" android:pathData="M41.6,80.39H32.26L33.57,86.64H42.92L41.6,80.39Z" />
! <path android:fillColor="@color/white" android:pathData="M60.28,80.39H50.94L52.89,89.73H62.24L60.28,80.39Z" />
! <path android:fillColor="@color/white" android:pathData="M78.97,80.39H69.63L71.58,89.73H80.92L78.97,80.39Z" />
! <path android:fillColor="@color/white" android:pathData="M67.68,71.05H58.33L60.28,80.39H69.63L67.68,71.05Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M115.91,89.82C115.91,90.238 115.828,90.651 115.668,91.037C115.508,91.423 115.274,91.773 114.978,92.069C114.683,92.364 114.333,92.598 113.947,92.758C113.561,92.918 113.147,93 112.73,93H40.56C38.957,92.995 37.404,92.441 36.161,91.429C34.918,90.417 34.06,89.009 33.73,87.44L33.57,86.64H112.73C113.147,86.64 113.561,86.722 113.947,86.882C114.333,87.042 114.683,87.276 114.978,87.571C115.274,87.867 115.508,88.217 115.668,88.603C115.828,88.989 115.91,89.402 115.91,89.82Z" />
<path android:fillColor="#ff7196ff" android:pathData="M73.82,120H34.36C33.767,119.997 33.183,119.863 32.648,119.607C32.114,119.351 31.643,118.98 31.27,118.519C30.897,118.059 30.631,117.522 30.49,116.946C30.35,116.37 30.34,115.77 30.46,115.19C30.522,114.889 30.702,114.625 30.959,114.457C31.215,114.288 31.529,114.228 31.83,114.29C32.132,114.355 32.395,114.536 32.564,114.795C32.732,115.053 32.792,115.368 32.73,115.67C32.681,115.912 32.687,116.161 32.746,116.401C32.805,116.64 32.917,116.864 33.072,117.055C33.228,117.246 33.424,117.401 33.647,117.507C33.87,117.613 34.113,117.669 34.36,117.67H73.82C74.401,117.669 74.965,117.47 75.419,117.107C75.873,116.744 76.191,116.237 76.32,115.67L85.18,73.37C85.235,73.109 85.379,72.875 85.586,72.707C85.794,72.54 86.053,72.449 86.32,72.45H103.7C103.965,72.449 104.223,72.54 104.429,72.708C104.635,72.876 104.777,73.11 104.83,73.37L113.83,116.26C113.863,116.55 113.787,116.841 113.617,117.078C113.447,117.315 113.194,117.479 112.909,117.539C112.623,117.599 112.326,117.55 112.074,117.403C111.823,117.255 111.636,117.019 111.55,116.74L102.76,74.74H87.26L78.59,116.12C78.359,117.215 77.759,118.197 76.891,118.904C76.023,119.61 74.939,119.997 73.82,120Z" />
<path android:fillColor="#ff7196ff" android:pathData="M284.09,79.59C284.09,79.06 283.66,78.63 283.13,78.63C282.6,78.63 282.17,79.06 282.17,79.59V80.55C282.17,81.08 282.6,81.51 283.13,81.51C283.66,81.51 284.09,81.08 284.09,80.55V79.59Z" />
***************
*** 27,43 ****
<path android:fillColor="#ff7196ff" android:pathData="M287.44,84.86C287.97,84.86 288.4,84.43 288.4,83.9C288.4,83.37 287.97,82.94 287.44,82.94H286.48C285.95,82.94 285.52,83.37 285.52,83.9C285.52,84.43 285.95,84.86 286.48,84.86H287.44Z" />
<path android:fillColor="#ff7196ff" android:pathData="M279.77,84.86C280.3,84.86 280.73,84.43 280.73,83.9C280.73,83.37 280.3,82.94 279.77,82.94H278.81C278.28,82.94 277.85,83.37 277.85,83.9C277.85,84.43 278.28,84.86 278.81,84.86H279.77Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M102.82,21.75L101.6,24.28C101.539,24.41 101.52,24.556 101.545,24.697C101.57,24.838 101.638,24.969 101.739,25.07C101.841,25.172 101.971,25.24 102.113,25.265C102.254,25.29 102.4,25.271 102.53,25.21L105.06,24C105.155,23.955 105.259,23.932 105.365,23.932C105.47,23.932 105.574,23.955 105.67,24L108.2,25.22C108.33,25.281 108.476,25.3 108.617,25.275C108.758,25.25 108.889,25.182 108.99,25.08C109.092,24.979 109.159,24.848 109.184,24.707C109.209,24.566 109.19,24.42 109.13,24.29L107.91,21.76C107.865,21.666 107.842,21.564 107.842,21.46C107.842,21.356 107.865,21.254 107.91,21.16L109.13,18.62C109.193,18.49 109.215,18.344 109.191,18.201C109.167,18.059 109.098,17.927 108.996,17.826C108.893,17.724 108.761,17.657 108.618,17.635C108.475,17.612 108.329,17.635 108.2,17.7L105.67,18.92C105.574,18.965 105.47,18.988 105.365,18.988C105.259,18.988 105.155,18.965 105.06,18.92L102.53,17.7C102.401,17.635 102.254,17.612 102.112,17.635C101.969,17.657 101.837,17.724 101.734,17.826C101.631,17.927 101.563,18.059 101.539,18.201C101.515,18.344 101.536,18.49 101.6,18.62L102.82,21.16C102.863,21.252 102.885,21.353 102.885,21.455C102.885,21.557 102.863,21.658 102.82,21.75Z" />
! <path android:fillColor="#ffffffff" android:pathData="M22.3,78.98C22.3,78.45 21.87,78.02 21.34,78.02C20.81,78.02 20.38,78.45 20.38,78.98V79.94C20.38,80.47 20.81,80.9 21.34,80.9C21.87,80.9 22.3,80.47 22.3,79.94V78.98Z" />
! <path android:fillColor="#ffffffff" android:pathData="M22.3,86.65C22.3,86.12 21.87,85.69 21.34,85.69C20.81,85.69 20.38,86.12 20.38,86.65V87.61C20.38,88.14 20.81,88.57 21.34,88.57C21.87,88.57 22.3,88.14 22.3,87.61V86.65Z" />
! <path android:fillColor="#ffffffff" android:pathData="M25.65,84.25C26.18,84.25 26.61,83.82 26.61,83.29C26.61,82.76 26.18,82.33 25.65,82.33H24.69C24.16,82.33 23.73,82.76 23.73,83.29C23.73,83.82 24.16,84.25 24.69,84.25H25.65Z" />
! <path android:fillColor="#ffffffff" android:pathData="M17.98,84.25C18.51,84.25 18.94,83.82 18.94,83.29C18.94,82.76 18.51,82.33 17.98,82.33H17.02C16.49,82.33 16.06,82.76 16.06,83.29C16.06,83.82 16.49,84.25 17.02,84.25H17.98Z" />
! <path android:fillColor="#ffffffff" android:pathData="M110.76,120H69.9C68.876,119.997 67.883,119.643 67.088,118.997C66.293,118.351 65.743,117.452 65.53,116.45L56.8,74.76H40.36C40.053,74.76 39.757,74.638 39.54,74.42C39.322,74.203 39.2,73.908 39.2,73.6C39.2,73.292 39.322,72.997 39.54,72.78C39.757,72.562 40.053,72.44 40.36,72.44H57.74C58.007,72.441 58.265,72.532 58.472,72.7C58.679,72.867 58.823,73.1 58.88,73.36L67.81,116C67.911,116.48 68.174,116.911 68.554,117.22C68.935,117.53 69.41,117.699 69.9,117.7H110.76C110.883,117.701 111.004,117.673 111.114,117.62C111.224,117.567 111.321,117.489 111.396,117.392C111.472,117.295 111.524,117.183 111.549,117.063C111.574,116.943 111.571,116.819 111.54,116.7L102.54,73.81C102.477,73.509 102.535,73.195 102.703,72.937C102.871,72.679 103.134,72.499 103.435,72.435C103.736,72.371 104.05,72.43 104.308,72.598C104.566,72.766 104.747,73.029 104.81,73.33L113.81,116.22C113.903,116.675 113.894,117.145 113.784,117.596C113.674,118.047 113.465,118.468 113.172,118.829C112.879,119.189 112.51,119.481 112.092,119.681C111.673,119.882 111.215,119.988 110.75,119.99L110.76,120Z" />
<path android:fillColor="#ff7196ff" android:pathData="M31.6,116.61H31.36C31.058,116.545 30.795,116.364 30.626,116.105C30.458,115.847 30.398,115.532 30.46,115.23L39.23,73.38C39.262,73.231 39.322,73.09 39.408,72.964C39.494,72.838 39.605,72.731 39.732,72.648C39.86,72.565 40.003,72.507 40.153,72.479C40.302,72.452 40.456,72.453 40.605,72.485C40.754,72.517 40.896,72.577 41.021,72.663C41.147,72.749 41.254,72.859 41.337,72.987C41.421,73.115 41.478,73.258 41.506,73.407C41.534,73.557 41.532,73.711 41.5,73.86L32.73,115.71C32.675,115.967 32.532,116.198 32.326,116.362C32.12,116.526 31.863,116.614 31.6,116.61Z" />
<path android:fillColor="#ff7196ff" android:pathData="M60.7,72.25H37.07C35.789,72.25 34.75,73.289 34.75,74.57V74.58C34.75,75.861 35.789,76.9 37.07,76.9H60.7C61.981,76.9 63.02,75.861 63.02,74.58V74.57C63.02,73.289 61.981,72.25 60.7,72.25Z" />
<path android:fillColor="#ff7196ff" android:pathData="M106.92,72.25H83.29C82.009,72.25 80.97,73.289 80.97,74.57V74.58C80.97,75.861 82.009,76.9 83.29,76.9H106.92C108.202,76.9 109.24,75.861 109.24,74.58V74.57C109.24,73.289 108.202,72.25 106.92,72.25Z" />
<path android:fillColor="#fff47fff" android:pathData="M135.38,117.61C135.1,117.61 134.829,117.509 134.618,117.325C134.406,117.142 134.268,116.887 134.23,116.61L128.63,77.81C128.444,76.506 127.936,75.269 127.152,74.211C126.369,73.153 125.333,72.307 124.14,71.75L116.94,68.38C116.661,68.247 116.447,68.01 116.344,67.719C116.241,67.428 116.257,67.108 116.39,66.83C116.522,66.551 116.76,66.337 117.051,66.234C117.342,66.131 117.661,66.147 117.94,66.28L125.14,69.65C126.682,70.37 128.021,71.463 129.035,72.83C130.05,74.197 130.708,75.795 130.95,77.48L136.55,116.27C136.572,116.423 136.564,116.578 136.526,116.727C136.488,116.877 136.42,117.017 136.327,117.14C136.234,117.263 136.117,117.366 135.984,117.443C135.85,117.52 135.703,117.57 135.55,117.59L135.38,117.61Z" />
! <path android:fillColor="#ffffffff" android:pathData="M134.23,116.62L133.4,110.87L135.7,110.54L136.53,116.28L134.23,116.62ZM132.08,101.68L131.25,95.94L133.54,95.61L134.37,101.35L132.08,101.68ZM129.92,86.75L129.09,81L131.39,80.67L132.22,86.41L129.92,86.75ZM126.25,73.21C125.631,72.615 124.918,72.125 124.14,71.76L121.55,70.55L122.55,68.45L125.14,69.66C126.147,70.127 127.07,70.759 127.87,71.53L126.25,73.21Z" />
! <path android:fillColor="#ffffffff" android:pathData="M146.52,89.08H123.83L127.59,120H142.75L146.52,89.08Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M148.26,89.08H122.09L123.31,86.17H147.03L148.26,89.08Z" />
<path android:fillColor="#ffffd836" android:pathData="M125.61,103.71L127.61,120H142.77L145.17,100.34C138.68,97.48 131.52,101.59 125.61,103.71Z" />
<path android:fillColor="#ffff9a15" android:pathData="M134.45,108.26C137.626,108.26 140.2,105.686 140.2,102.51C140.2,99.334 137.626,96.76 134.45,96.76C131.275,96.76 128.7,99.334 128.7,102.51C128.7,105.686 131.275,108.26 134.45,108.26Z" />
--- 27,43 ----
<path android:fillColor="#ff7196ff" android:pathData="M287.44,84.86C287.97,84.86 288.4,84.43 288.4,83.9C288.4,83.37 287.97,82.94 287.44,82.94H286.48C285.95,82.94 285.52,83.37 285.52,83.9C285.52,84.43 285.95,84.86 286.48,84.86H287.44Z" />
<path android:fillColor="#ff7196ff" android:pathData="M279.77,84.86C280.3,84.86 280.73,84.43 280.73,83.9C280.73,83.37 280.3,82.94 279.77,82.94H278.81C278.28,82.94 277.85,83.37 277.85,83.9C277.85,84.43 278.28,84.86 278.81,84.86H279.77Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M102.82,21.75L101.6,24.28C101.539,24.41 101.52,24.556 101.545,24.697C101.57,24.838 101.638,24.969 101.739,25.07C101.841,25.172 101.971,25.24 102.113,25.265C102.254,25.29 102.4,25.271 102.53,25.21L105.06,24C105.155,23.955 105.259,23.932 105.365,23.932C105.47,23.932 105.574,23.955 105.67,24L108.2,25.22C108.33,25.281 108.476,25.3 108.617,25.275C108.758,25.25 108.889,25.182 108.99,25.08C109.092,24.979 109.159,24.848 109.184,24.707C109.209,24.566 109.19,24.42 109.13,24.29L107.91,21.76C107.865,21.666 107.842,21.564 107.842,21.46C107.842,21.356 107.865,21.254 107.91,21.16L109.13,18.62C109.193,18.49 109.215,18.344 109.191,18.201C109.167,18.059 109.098,17.927 108.996,17.826C108.893,17.724 108.761,17.657 108.618,17.635C108.475,17.612 108.329,17.635 108.2,17.7L105.67,18.92C105.574,18.965 105.47,18.988 105.365,18.988C105.259,18.988 105.155,18.965 105.06,18.92L102.53,17.7C102.401,17.635 102.254,17.612 102.112,17.635C101.969,17.657 101.837,17.724 101.734,17.826C101.631,17.927 101.563,18.059 101.539,18.201C101.515,18.344 101.536,18.49 101.6,18.62L102.82,21.16C102.863,21.252 102.885,21.353 102.885,21.455C102.885,21.557 102.863,21.658 102.82,21.75Z" />
! <path android:fillColor="@color/white" android:pathData="M22.3,78.98C22.3,78.45 21.87,78.02 21.34,78.02C20.81,78.02 20.38,78.45 20.38,78.98V79.94C20.38,80.47 20.81,80.9 21.34,80.9C21.87,80.9 22.3,80.47 22.3,79.94V78.98Z" />
! <path android:fillColor="@color/white" android:pathData="M22.3,86.65C22.3,86.12 21.87,85.69 21.34,85.69C20.81,85.69 20.38,86.12 20.38,86.65V87.61C20.38,88.14 20.81,88.57 21.34,88.57C21.87,88.57 22.3,88.14 22.3,87.61V86.65Z" />
! <path android:fillColor="@color/white" android:pathData="M25.65,84.25C26.18,84.25 26.61,83.82 26.61,83.29C26.61,82.76 26.18,82.33 25.65,82.33H24.69C24.16,82.33 23.73,82.76 23.73,83.29C23.73,83.82 24.16,84.25 24.69,84.25H25.65Z" />
! <path android:fillColor="@color/white" android:pathData="M17.98,84.25C18.51,84.25 18.94,83.82 18.94,83.29C18.94,82.76 18.51,82.33 17.98,82.33H17.02C16.49,82.33 16.06,82.76 16.06,83.29C16.06,83.82 16.49,84.25 17.02,84.25H17.98Z" />
! <path android:fillColor="@color/white" android:pathData="M110.76,120H69.9C68.876,119.997 67.883,119.643 67.088,118.997C66.293,118.351 65.743,117.452 65.53,116.45L56.8,74.76H40.36C40.053,74.76 39.757,74.638 39.54,74.42C39.322,74.203 39.2,73.908 39.2,73.6C39.2,73.292 39.322,72.997 39.54,72.78C39.757,72.562 40.053,72.44 40.36,72.44H57.74C58.007,72.441 58.265,72.532 58.472,72.7C58.679,72.867 58.823,73.1 58.88,73.36L67.81,116C67.911,116.48 68.174,116.911 68.554,117.22C68.935,117.53 69.41,117.699 69.9,117.7H110.76C110.883,117.701 111.004,117.673 111.114,117.62C111.224,117.567 111.321,117.489 111.396,117.392C111.472,117.295 111.524,117.183 111.549,117.063C111.574,116.943 111.571,116.819 111.54,116.7L102.54,73.81C102.477,73.509 102.535,73.195 102.703,72.937C102.871,72.679 103.134,72.499 103.435,72.435C103.736,72.371 104.05,72.43 104.308,72.598C104.566,72.766 104.747,73.029 104.81,73.33L113.81,116.22C113.903,116.675 113.894,117.145 113.784,117.596C113.674,118.047 113.465,118.468 113.172,118.829C112.879,119.189 112.51,119.481 112.092,119.681C111.673,119.882 111.215,119.988 110.75,119.99L110.76,120Z" />
<path android:fillColor="#ff7196ff" android:pathData="M31.6,116.61H31.36C31.058,116.545 30.795,116.364 30.626,116.105C30.458,115.847 30.398,115.532 30.46,115.23L39.23,73.38C39.262,73.231 39.322,73.09 39.408,72.964C39.494,72.838 39.605,72.731 39.732,72.648C39.86,72.565 40.003,72.507 40.153,72.479C40.302,72.452 40.456,72.453 40.605,72.485C40.754,72.517 40.896,72.577 41.021,72.663C41.147,72.749 41.254,72.859 41.337,72.987C41.421,73.115 41.478,73.258 41.506,73.407C41.534,73.557 41.532,73.711 41.5,73.86L32.73,115.71C32.675,115.967 32.532,116.198 32.326,116.362C32.12,116.526 31.863,116.614 31.6,116.61Z" />
<path android:fillColor="#ff7196ff" android:pathData="M60.7,72.25H37.07C35.789,72.25 34.75,73.289 34.75,74.57V74.58C34.75,75.861 35.789,76.9 37.07,76.9H60.7C61.981,76.9 63.02,75.861 63.02,74.58V74.57C63.02,73.289 61.981,72.25 60.7,72.25Z" />
<path android:fillColor="#ff7196ff" android:pathData="M106.92,72.25H83.29C82.009,72.25 80.97,73.289 80.97,74.57V74.58C80.97,75.861 82.009,76.9 83.29,76.9H106.92C108.202,76.9 109.24,75.861 109.24,74.58V74.57C109.24,73.289 108.202,72.25 106.92,72.25Z" />
<path android:fillColor="#fff47fff" android:pathData="M135.38,117.61C135.1,117.61 134.829,117.509 134.618,117.325C134.406,117.142 134.268,116.887 134.23,116.61L128.63,77.81C128.444,76.506 127.936,75.269 127.152,74.211C126.369,73.153 125.333,72.307 124.14,71.75L116.94,68.38C116.661,68.247 116.447,68.01 116.344,67.719C116.241,67.428 116.257,67.108 116.39,66.83C116.522,66.551 116.76,66.337 117.051,66.234C117.342,66.131 117.661,66.147 117.94,66.28L125.14,69.65C126.682,70.37 128.021,71.463 129.035,72.83C130.05,74.197 130.708,75.795 130.95,77.48L136.55,116.27C136.572,116.423 136.564,116.578 136.526,116.727C136.488,116.877 136.42,117.017 136.327,117.14C136.234,117.263 136.117,117.366 135.984,117.443C135.85,117.52 135.703,117.57 135.55,117.59L135.38,117.61Z" />
! <path android:fillColor="@color/white" android:pathData="M134.23,116.62L133.4,110.87L135.7,110.54L136.53,116.28L134.23,116.62ZM132.08,101.68L131.25,95.94L133.54,95.61L134.37,101.35L132.08,101.68ZM129.92,86.75L129.09,81L131.39,80.67L132.22,86.41L129.92,86.75ZM126.25,73.21C125.631,72.615 124.918,72.125 124.14,71.76L121.55,70.55L122.55,68.45L125.14,69.66C126.147,70.127 127.07,70.759 127.87,71.53L126.25,73.21Z" />
! <path android:fillColor="@color/white" android:pathData="M146.52,89.08H123.83L127.59,120H142.75L146.52,89.08Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M148.26,89.08H122.09L123.31,86.17H147.03L148.26,89.08Z" />
<path android:fillColor="#ffffd836" android:pathData="M125.61,103.71L127.61,120H142.77L145.17,100.34C138.68,97.48 131.52,101.59 125.61,103.71Z" />
<path android:fillColor="#ffff9a15" android:pathData="M134.45,108.26C137.626,108.26 140.2,105.686 140.2,102.51C140.2,99.334 137.626,96.76 134.45,96.76C131.275,96.76 128.7,99.334 128.7,102.51C128.7,105.686 131.275,108.26 134.45,108.26Z" />
diff -x dist -x build -craB from/res/drawable/drawable_tooltip_top_tail.xml to/res/drawable/drawable_tooltip_top_tail.xml
*** from/res/drawable/drawable_tooltip_top_tail.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/drawable_tooltip_top_tail.xml 2021-01-11 15:13:55.548677053 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="31.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="31.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ff7289da" android:pathData="M24,0L0,31H24V0Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="31.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="31.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/link" android:pathData="M24,0L0,31H24V0Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_account_circle_white_24dp.xml to/res/drawable/ic_account_circle_white_24dp.xml
*** from/res/drawable/ic_account_circle_white_24dp.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_account_circle_white_24dp.xml 2021-01-11 15:13:55.422678940 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2ZM12,5C13.66,5 15,6.34 15,8C15,9.66 13.66,11 12,11C10.34,11 9,9.66 9,8C9,6.34 10.34,5 12,5ZM12,19.2C9.5,19.2 7.29,17.92 6,15.98C6.03,13.99 10,12.9 12,12.9C13.99,12.9 17.97,13.99 18,15.98C16.71,17.92 14.5,19.2 12,19.2Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2ZM12,5C13.66,5 15,6.34 15,8C15,9.66 13.66,11 12,11C10.34,11 9,9.66 9,8C9,6.34 10.34,5 12,5ZM12,19.2C9.5,19.2 7.29,17.92 6,15.98C6.03,13.99 10,12.9 12,12.9C13.99,12.9 17.97,13.99 18,15.98C16.71,17.92 14.5,19.2 12,19.2Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_account_microsoft.xml to/res/drawable/ic_account_microsoft.xml
*** from/res/drawable/ic_account_microsoft.xml 2021-01-02 17:58:42.824414435 -0700
--- to/res/drawable/ic_account_microsoft.xml 2021-01-11 15:13:55.740674179 -0700
***************
*** 1,8 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="20.0dip" android:width="95.0dip" android:viewportWidth="600.0" android:viewportHeight="130.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M213.2,74.3l-3.6,10.2h-0.3c-0.6,-2.3 -1.7,-5.8 -3.5,-10l-19.3,-48.5h-18.9v77.3h12.5v-47.7c0,-3 0,-6.4 -0.1,-10.6 -0.1,-2.1 -0.3,-3.7 -0.4,-4.9h0.3c0.6,3 1.3,5.2 1.8,6.6l23.2,56.4h8.8l23,-56.9c0.5,-1.3 1,-3.9 1.5,-6.1h0.3c-0.3,5.7 -0.5,10.8 -0.6,13.9v49h13.3v-77.2h-18.2l-19.8,48.5zM263.8,47.6h13v55.4h-13zM270.4,24.2c-2.2,0 -4,0.8 -5.5,2.2 -1.5,1.4 -2.3,3.2 -2.3,5.4 0,2.1 0.8,3.9 2.3,5.3 1.5,1.4 3.3,2.1 5.5,2.1s4.1,-0.8 5.5,-2.1c1.5,-1.4 2.3,-3.2 2.3,-5.3s-0.8,-3.9 -2.3,-5.4c-1.3,-1.4 -3.2,-2.2 -5.5,-2.2M322.9,47.1c-2.4,-0.5 -4.9,-0.8 -7.3,-0.8 -5.9,0 -11.3,1.3 -15.8,3.9 -4.5,2.6 -8.1,6.2 -10.4,10.7 -2.4,4.6 -3.6,9.9 -3.6,16 0,5.3 1.2,10 3.5,14.3 2.3,4.2 5.5,7.6 9.8,9.9 4.1,2.3 8.9,3.5 14.3,3.5 6.2,0 11.5,-1.3 15.7,-3.7l0.1,-0.1v-12l-0.5,0.4c-1.9,1.4 -4.1,2.6 -6.3,3.3 -2.3,0.8 -4.4,1.2 -6.2,1.2 -5.2,0 -9.3,-1.5 -12.2,-4.8 -3,-3.2 -4.5,-7.6 -4.5,-13.1 0,-5.7 1.5,-10.2 4.6,-13.5 3.1,-3.3 7.2,-5 12.2,-5 4.2,0 8.5,1.4 12.4,4.2l0.5,0.4v-12.7l-0.1,-0.1c-1.7,-0.7 -3.6,-1.5 -6.2,-2M365.8,46.7c-3.2,0 -6.2,1 -8.8,3.1 -2.2,1.8 -3.7,4.4 -5,7.5h-0.1v-9.7h-13v55.4h13v-28.3c0,-4.8 1,-8.8 3.2,-11.7 2.2,-3 5,-4.5 8.4,-4.5 1.2,0 2.4,0.3 3.9,0.5 1.4,0.4 2.4,0.8 3.1,1.3l0.5,0.4v-13l-0.3,-0.1c-0.9,-0.6 -2.7,-0.9 -4.9,-0.9M401.2,46.4c-9.1,0 -16.4,2.7 -21.5,8 -5.2,5.3 -7.7,12.6 -7.7,21.8 0,8.6 2.6,15.6 7.6,20.7 5,5 11.8,7.6 20.3,7.6 8.9,0 16,-2.7 21.1,-8.1 5.2,-5.4 7.7,-12.6 7.7,-21.5 0,-8.8 -2.4,-15.8 -7.3,-20.9 -4.7,-5.1 -11.6,-7.6 -20.2,-7.6m10.4,42.6c-2.4,3.1 -6.2,4.6 -10.9,4.6s-8.5,-1.5 -11.2,-4.8c-2.7,-3.1 -4,-7.6 -4,-13.3 0,-5.9 1.4,-10.4 4,-13.6 2.7,-3.2 6.4,-4.8 11.1,-4.8 4.6,0 8.2,1.5 10.8,4.6 2.6,3.1 4,7.6 4,13.5 -0.2,6 -1.3,10.7 -3.8,13.8M457.7,70.6c-4.1,-1.7 -6.7,-3 -7.9,-4.1 -1,-1 -1.5,-2.4 -1.5,-4.2 0,-1.5 0.6,-3 2.1,-4s3.2,-1.5 5.7,-1.5c2.2,0 4.5,0.4 6.7,1s4.2,1.5 5.8,2.7l0.5,0.4v-12.2l-0.3,-0.1c-1.5,-0.6 -3.5,-1.2 -5.9,-1.7 -2.4,-0.4 -4.6,-0.6 -6.4,-0.6 -6.2,0 -11.3,1.5 -15.3,4.8 -4,3.1 -5.9,7.3 -5.9,12.2 0,2.6 0.4,4.9 1.3,6.8 0.9,1.9 2.2,3.7 4,5.2 1.8,1.4 4.4,3 8,4.5 3,1.3 5.3,2.3 6.7,3.1 1.4,0.8 2.3,1.7 3,2.4 0.5,0.8 0.8,1.8 0.8,3.1 0,3.7 -2.8,5.5 -8.5,5.5 -2.2,0 -4.5,-0.4 -7.2,-1.3s-5.2,-2.2 -7.3,-3.7l-0.5,-0.4v12.7l0.3,0.1c1.9,0.9 4.2,1.5 7,2.2 2.8,0.5 5.3,0.9 7.5,0.9 6.7,0 12.2,-1.5 16.1,-4.8 4,-3.2 6.1,-7.3 6.1,-12.6 0,-3.7 -1,-7 -3.2,-9.5 -2.9,-2.4 -6.5,-4.9 -11.7,-6.9M506.9,46.4c-9.1,0 -16.4,2.7 -21.5,8s-7.7,12.6 -7.7,21.8c0,8.6 2.6,15.6 7.6,20.7 5,5 11.8,7.6 20.3,7.6 8.9,0 16,-2.7 21.1,-8.1 5.2,-5.4 7.7,-12.6 7.7,-21.5 0,-8.8 -2.4,-15.8 -7.3,-20.9 -4.7,-5.1 -11.6,-7.6 -20.2,-7.6m10.3,42.6c-2.4,3.1 -6.2,4.6 -10.9,4.6 -4.8,0 -8.5,-1.5 -11.2,-4.8 -2.7,-3.1 -4,-7.6 -4,-13.3 0,-5.9 1.4,-10.4 4,-13.6 2.7,-3.2 6.4,-4.8 11.1,-4.8 4.5,0 8.2,1.5 10.8,4.6 2.6,3.1 4,7.6 4,13.5 0,6 -1.3,10.7 -3.8,13.8" />
! <path android:fillColor="#ffffffff" android:pathData="M603.9,58.3v-10.7h-13.1v-16.4l-0.4,0.1 -12.4,3.7 -0.3,0.1v12.5h-19.6v-7c0,-3.2 0.8,-5.7 2.2,-7.3s3.5,-2.4 6.1,-2.4c1.8,0 3.7,0.4 5.8,1.3l0.5,0.3v-11.3l-0.3,-0.1c-1.8,-0.6 -4.2,-1 -7.3,-1 -3.9,0 -7.3,0.9 -10.4,2.4 -3.1,1.7 -5.4,4 -7.1,7.1 -1.7,3 -2.6,6.4 -2.6,10.3v7.7h-9.1v10.6h9.1v44.8h13.1v-44.7h19.6v28.5c0,11.7 5.5,17.6 16.5,17.6 1.8,0 3.7,-0.3 5.5,-0.6 1.9,-0.4 3.3,-0.9 4.1,-1.3l0.1,-0.1v-10.7l-0.5,0.4c-0.8,0.5 -1.5,0.9 -2.7,1.2 -1,0.3 -1.9,0.4 -2.6,0.4 -2.6,0 -4.4,-0.6 -5.7,-2.1 -1.2,-1.4 -1.8,-3.7 -1.8,-7.1v-26.2h13.3z" />
<path android:fillColor="#fff25022" android:pathData="M0,0h61.3v61.3h-61.3z" />
<path android:fillColor="#ff7fba00" android:pathData="M67.7,0h61.3v61.3h-61.3z" />
<path android:fillColor="#ff00a4ef" android:pathData="M0,67.7h61.3v61.3h-61.3z" />
--- 1,8 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="20.0dip" android:width="95.0dip" android:viewportWidth="600.0" android:viewportHeight="130.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M213.2,74.3l-3.6,10.2h-0.3c-0.6,-2.3 -1.7,-5.8 -3.5,-10l-19.3,-48.5h-18.9v77.3h12.5v-47.7c0,-3 0,-6.4 -0.1,-10.6 -0.1,-2.1 -0.3,-3.7 -0.4,-4.9h0.3c0.6,3 1.3,5.2 1.8,6.6l23.2,56.4h8.8l23,-56.9c0.5,-1.3 1,-3.9 1.5,-6.1h0.3c-0.3,5.7 -0.5,10.8 -0.6,13.9v49h13.3v-77.2h-18.2l-19.8,48.5zM263.8,47.6h13v55.4h-13zM270.4,24.2c-2.2,0 -4,0.8 -5.5,2.2 -1.5,1.4 -2.3,3.2 -2.3,5.4 0,2.1 0.8,3.9 2.3,5.3 1.5,1.4 3.3,2.1 5.5,2.1s4.1,-0.8 5.5,-2.1c1.5,-1.4 2.3,-3.2 2.3,-5.3s-0.8,-3.9 -2.3,-5.4c-1.3,-1.4 -3.2,-2.2 -5.5,-2.2M322.9,47.1c-2.4,-0.5 -4.9,-0.8 -7.3,-0.8 -5.9,0 -11.3,1.3 -15.8,3.9 -4.5,2.6 -8.1,6.2 -10.4,10.7 -2.4,4.6 -3.6,9.9 -3.6,16 0,5.3 1.2,10 3.5,14.3 2.3,4.2 5.5,7.6 9.8,9.9 4.1,2.3 8.9,3.5 14.3,3.5 6.2,0 11.5,-1.3 15.7,-3.7l0.1,-0.1v-12l-0.5,0.4c-1.9,1.4 -4.1,2.6 -6.3,3.3 -2.3,0.8 -4.4,1.2 -6.2,1.2 -5.2,0 -9.3,-1.5 -12.2,-4.8 -3,-3.2 -4.5,-7.6 -4.5,-13.1 0,-5.7 1.5,-10.2 4.6,-13.5 3.1,-3.3 7.2,-5 12.2,-5 4.2,0 8.5,1.4 12.4,4.2l0.5,0.4v-12.7l-0.1,-0.1c-1.7,-0.7 -3.6,-1.5 -6.2,-2M365.8,46.7c-3.2,0 -6.2,1 -8.8,3.1 -2.2,1.8 -3.7,4.4 -5,7.5h-0.1v-9.7h-13v55.4h13v-28.3c0,-4.8 1,-8.8 3.2,-11.7 2.2,-3 5,-4.5 8.4,-4.5 1.2,0 2.4,0.3 3.9,0.5 1.4,0.4 2.4,0.8 3.1,1.3l0.5,0.4v-13l-0.3,-0.1c-0.9,-0.6 -2.7,-0.9 -4.9,-0.9M401.2,46.4c-9.1,0 -16.4,2.7 -21.5,8 -5.2,5.3 -7.7,12.6 -7.7,21.8 0,8.6 2.6,15.6 7.6,20.7 5,5 11.8,7.6 20.3,7.6 8.9,0 16,-2.7 21.1,-8.1 5.2,-5.4 7.7,-12.6 7.7,-21.5 0,-8.8 -2.4,-15.8 -7.3,-20.9 -4.7,-5.1 -11.6,-7.6 -20.2,-7.6m10.4,42.6c-2.4,3.1 -6.2,4.6 -10.9,4.6s-8.5,-1.5 -11.2,-4.8c-2.7,-3.1 -4,-7.6 -4,-13.3 0,-5.9 1.4,-10.4 4,-13.6 2.7,-3.2 6.4,-4.8 11.1,-4.8 4.6,0 8.2,1.5 10.8,4.6 2.6,3.1 4,7.6 4,13.5 -0.2,6 -1.3,10.7 -3.8,13.8M457.7,70.6c-4.1,-1.7 -6.7,-3 -7.9,-4.1 -1,-1 -1.5,-2.4 -1.5,-4.2 0,-1.5 0.6,-3 2.1,-4s3.2,-1.5 5.7,-1.5c2.2,0 4.5,0.4 6.7,1s4.2,1.5 5.8,2.7l0.5,0.4v-12.2l-0.3,-0.1c-1.5,-0.6 -3.5,-1.2 -5.9,-1.7 -2.4,-0.4 -4.6,-0.6 -6.4,-0.6 -6.2,0 -11.3,1.5 -15.3,4.8 -4,3.1 -5.9,7.3 -5.9,12.2 0,2.6 0.4,4.9 1.3,6.8 0.9,1.9 2.2,3.7 4,5.2 1.8,1.4 4.4,3 8,4.5 3,1.3 5.3,2.3 6.7,3.1 1.4,0.8 2.3,1.7 3,2.4 0.5,0.8 0.8,1.8 0.8,3.1 0,3.7 -2.8,5.5 -8.5,5.5 -2.2,0 -4.5,-0.4 -7.2,-1.3s-5.2,-2.2 -7.3,-3.7l-0.5,-0.4v12.7l0.3,0.1c1.9,0.9 4.2,1.5 7,2.2 2.8,0.5 5.3,0.9 7.5,0.9 6.7,0 12.2,-1.5 16.1,-4.8 4,-3.2 6.1,-7.3 6.1,-12.6 0,-3.7 -1,-7 -3.2,-9.5 -2.9,-2.4 -6.5,-4.9 -11.7,-6.9M506.9,46.4c-9.1,0 -16.4,2.7 -21.5,8s-7.7,12.6 -7.7,21.8c0,8.6 2.6,15.6 7.6,20.7 5,5 11.8,7.6 20.3,7.6 8.9,0 16,-2.7 21.1,-8.1 5.2,-5.4 7.7,-12.6 7.7,-21.5 0,-8.8 -2.4,-15.8 -7.3,-20.9 -4.7,-5.1 -11.6,-7.6 -20.2,-7.6m10.3,42.6c-2.4,3.1 -6.2,4.6 -10.9,4.6 -4.8,0 -8.5,-1.5 -11.2,-4.8 -2.7,-3.1 -4,-7.6 -4,-13.3 0,-5.9 1.4,-10.4 4,-13.6 2.7,-3.2 6.4,-4.8 11.1,-4.8 4.5,0 8.2,1.5 10.8,4.6 2.6,3.1 4,7.6 4,13.5 0,6 -1.3,10.7 -3.8,13.8" />
! <path android:fillColor="@color/white" android:pathData="M603.9,58.3v-10.7h-13.1v-16.4l-0.4,0.1 -12.4,3.7 -0.3,0.1v12.5h-19.6v-7c0,-3.2 0.8,-5.7 2.2,-7.3s3.5,-2.4 6.1,-2.4c1.8,0 3.7,0.4 5.8,1.3l0.5,0.3v-11.3l-0.3,-0.1c-1.8,-0.6 -4.2,-1 -7.3,-1 -3.9,0 -7.3,0.9 -10.4,2.4 -3.1,1.7 -5.4,4 -7.1,7.1 -1.7,3 -2.6,6.4 -2.6,10.3v7.7h-9.1v10.6h9.1v44.8h13.1v-44.7h19.6v28.5c0,11.7 5.5,17.6 16.5,17.6 1.8,0 3.7,-0.3 5.5,-0.6 1.9,-0.4 3.3,-0.9 4.1,-1.3l0.1,-0.1v-10.7l-0.5,0.4c-0.8,0.5 -1.5,0.9 -2.7,1.2 -1,0.3 -1.9,0.4 -2.6,0.4 -2.6,0 -4.4,-0.6 -5.7,-2.1 -1.2,-1.4 -1.8,-3.7 -1.8,-7.1v-26.2h13.3z" />
<path android:fillColor="#fff25022" android:pathData="M0,0h61.3v61.3h-61.3z" />
<path android:fillColor="#ff7fba00" android:pathData="M67.7,0h61.3v61.3h-61.3z" />
<path android:fillColor="#ff00a4ef" android:pathData="M0,67.7h61.3v61.3h-61.3z" />
diff -x dist -x build -craB from/res/drawable/ic_account_youtube.xml to/res/drawable/ic_account_youtube.xml
*** from/res/drawable/ic_account_youtube.xml 2021-01-02 17:58:42.817414541 -0700
--- to/res/drawable/ic_account_youtube.xml 2021-01-11 15:13:56.195667366 -0700
***************
*** 7,13 ****
<path android:fillColor="#ffe61f16" android:pathData="M17.75,12.12l7.99,4.17v-8.35" />
<path android:fillColor="#ffca231b" android:pathData="M1.93,12.12l7.98,4.21v-8.39" />
<path android:fillColor="#ffca231b" android:pathData="M9.79,16.27l8.03,4.24v-8.43" />
! <path android:fillColor="#ffffffff" android:pathData="M25.69,7.94v8.39l7.98,-4.21" />
<path android:fillColor="#ffaf251f" android:pathData="M1.96,12.08v8.33l7.94,-4.14" />
<path android:fillColor="#ffaf251f" android:pathData="M9.86,16.25v8.33l7.99,-4.11" />
<path android:fillColor="#ffe61f16" android:pathData="M25.71,16.27l7.94,4.14v-8.33" />
--- 7,13 ----
<path android:fillColor="#ffe61f16" android:pathData="M17.75,12.12l7.99,4.17v-8.35" />
<path android:fillColor="#ffca231b" android:pathData="M1.93,12.12l7.98,4.21v-8.39" />
<path android:fillColor="#ffca231b" android:pathData="M9.79,16.27l8.03,4.24v-8.43" />
! <path android:fillColor="@color/white" android:pathData="M25.69,7.94v8.39l7.98,-4.21" />
<path android:fillColor="#ffaf251f" android:pathData="M1.96,12.08v8.33l7.94,-4.14" />
<path android:fillColor="#ffaf251f" android:pathData="M9.86,16.25v8.33l7.99,-4.11" />
<path android:fillColor="#ffe61f16" android:pathData="M25.71,16.27l7.94,4.14v-8.33" />
diff -x dist -x build -craB from/res/drawable/ic_add_friend_green_check.xml to/res/drawable/ic_add_friend_green_check.xml
*** from/res/drawable/ic_add_friend_green_check.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/ic_add_friend_green_check.xml 2021-01-11 15:13:56.322665464 -0700
***************
*** 2,6 ****
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff43b581" android:pathData="M16,0L16,0A16,16 0,0 1,32 16L32,16A16,16 0,0 1,16 32L16,32A16,16 0,0 1,0 16L0,16A16,16 0,0 1,16 0z" />
! <path android:fillColor="#ffffffff" android:pathData="M14.0001,18.7799L11.2201,15.9999L10.2734,16.9399L14.0001,20.6666L22.0001,12.6666L21.0601,11.7266L14.0001,18.7799Z" />
</vector>
\ No newline at end of file
--- 2,6 ----
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff43b581" android:pathData="M16,0L16,0A16,16 0,0 1,32 16L32,16A16,16 0,0 1,16 32L16,32A16,16 0,0 1,0 16L0,16A16,16 0,0 1,16 0z" />
! <path android:fillColor="@color/white" android:pathData="M14.0001,18.7799L11.2201,15.9999L10.2734,16.9399L14.0001,20.6666L22.0001,12.6666L21.0601,11.7266L14.0001,18.7799Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_analytics_16dp.xml to/res/drawable/ic_analytics_16dp.xml
*** from/res/drawable/ic_analytics_16dp.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_analytics_16dp.xml 2021-01-11 15:13:55.616676035 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M9.8047,4V5.3333H12.1953L8.4713,9.0573L5.8047,6.3907L1.3333,10.8627L2.276,11.8047L5.8047,8.276L8.4713,10.9427L13.138,6.276V8.6667H14.4713V4H9.8047Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M9.8047,4V5.3333H12.1953L8.4713,9.0573L5.8047,6.3907L1.3333,10.8627L2.276,11.8047L5.8047,8.276L8.4713,10.9427L13.138,6.276V8.6667H14.4713V4H9.8047Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_arrow_back_white_24dp.xml to/res/drawable/ic_arrow_back_white_24dp.xml
*** from/res/drawable/ic_arrow_back_white_24dp.xml 2021-01-02 17:58:42.812414617 -0700
--- to/res/drawable/ic_arrow_back_white_24dp.xml 2021-01-11 15:13:56.316665554 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_arrow_downward_white_16dp.xml to/res/drawable/ic_arrow_downward_white_16dp.xml
*** from/res/drawable/ic_arrow_downward_white_16dp.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/ic_arrow_downward_white_16dp.xml 2021-01-11 15:13:55.931671319 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="#ffffffff" android:height="16.0dip" android:width="16.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff010101" android:pathData="M20,12l-1.41,-1.41L13,16.17V4h-2v12.17l-5.58,-5.59L4,12l8,8 8,-8z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="@color/white" android:height="16.0dip" android:width="16.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff010101" android:pathData="M20,12l-1.41,-1.41L13,16.17V4h-2v12.17l-5.58,-5.59L4,12l8,8 8,-8z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_arrow_drop_down_white_18dp.xml to/res/drawable/ic_arrow_drop_down_white_18dp.xml
*** from/res/drawable/ic_arrow_drop_down_white_18dp.xml 2021-01-02 17:58:42.815414572 -0700
--- to/res/drawable/ic_arrow_drop_down_white_18dp.xml 2021-01-11 15:13:56.427663892 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="18.0dip" android:width="18.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M7,10l5,5 5,-5z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="18.0dip" android:width="18.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M7,10l5,5 5,-5z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_arrow_right_24dp.xml to/res/drawable/ic_arrow_right_24dp.xml
*** from/res/drawable/ic_arrow_right_24dp.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_arrow_right_24dp.xml 2021-01-11 15:13:55.617676020 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_arrow_up_24dp.xml to/res/drawable/ic_arrow_up_24dp.xml
*** from/res/drawable/ic_arrow_up_24dp.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_arrow_up_24dp.xml 2021-01-11 15:13:55.677675122 -0700
***************
*** 2,7 ****
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<group android:rotation="270.0" android:translateY="24.0">
! <path android:fillColor="#ffffffff" android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6z" />
</group>
</vector>
\ No newline at end of file
--- 2,7 ----
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<group android:rotation="270.0" android:translateY="24.0">
! <path android:fillColor="@color/white" android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6z" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_arrow_upward_white_16dp.xml to/res/drawable/ic_arrow_upward_white_16dp.xml
*** from/res/drawable/ic_arrow_upward_white_16dp.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/ic_arrow_upward_white_16dp.xml 2021-01-11 15:13:55.966670795 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="#ffffffff" android:height="16.0dip" android:width="16.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M4,12l1.41,1.41L11,7.83V20h2V7.83l5.58,5.59L20,12l-8,-8 -8,8z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="@color/white" android:height="16.0dip" android:width="16.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M4,12l1.41,1.41L11,7.83V20h2V7.83l5.58,5.59L20,12l-8,-8 -8,8z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_attachment_white_24dp.xml to/res/drawable/ic_attachment_white_24dp.xml
*** from/res/drawable/ic_attachment_white_24dp.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/ic_attachment_white_24dp.xml 2021-01-11 15:13:56.198667321 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M2,12.5C2,9.46 4.46,7 7.5,7L18,7C20.21,7 22,8.79 22,11C22,13.21 20.21,15 18,15L9.5,15C8.12,15 7,13.88 7,12.5C7,11.12 8.12,10 9.5,10L17,10L17,12L9.41,12C8.86,12 8.86,13 9.41,13L18,13C19.1,13 20,12.1 20,11C20,9.9 19.1,9 18,9L7.5,9C5.57,9 4,10.57 4,12.5C4,14.43 5.57,16 7.5,16L17,16L17,18L7.5,18C4.46,18 2,15.54 2,12.5Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M2,12.5C2,9.46 4.46,7 7.5,7L18,7C20.21,7 22,8.79 22,11C22,13.21 20.21,15 18,15L9.5,15C8.12,15 7,13.88 7,12.5C7,11.12 8.12,10 9.5,10L17,10L17,12L9.41,12C8.86,12 8.86,13 9.41,13L18,13C19.1,13 20,12.1 20,11C20,9.9 19.1,9 18,9L7.5,9C5.57,9 4,10.57 4,12.5C4,14.43 5.57,16 7.5,16L17,16L17,18L7.5,18C4.46,18 2,15.54 2,12.5Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_audio_output_bluetooth_white_24dp.xml to/res/drawable/ic_audio_output_bluetooth_white_24dp.xml
*** from/res/drawable/ic_audio_output_bluetooth_white_24dp.xml 2021-01-02 17:58:42.817414541 -0700
--- to/res/drawable/ic_audio_output_bluetooth_white_24dp.xml 2021-01-11 15:13:55.835672756 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M11.383,3.079C11.009,2.925 10.579,3.01 10.293,3.296L6,8.002H3C2.45,8.002 2,8.453 2,9.002V15.002C2,15.552 2.45,16.002 3,16.002H6L10.293,20.71C10.579,20.996 11.009,21.082 11.383,20.927C11.757,20.772 12,20.407 12,20.002V4.002C12,3.599 11.757,3.232 11.383,3.079Z" />
! <path android:fillColor="#ffffffff" android:pathData="M22,9.426L18.406,6H17.7766V10.554L14.8875,7.8L14,8.646L17.5185,12L14,15.354L14.8875,16.2L17.7766,13.446V18H18.406L22,14.574L19.2935,12L22,9.426ZM19.0354,8.298L20.2187,9.426L19.0354,10.554V8.298ZM20.2187,14.574L19.0354,15.702V13.446L20.2187,14.574Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M11.383,3.079C11.009,2.925 10.579,3.01 10.293,3.296L6,8.002H3C2.45,8.002 2,8.453 2,9.002V15.002C2,15.552 2.45,16.002 3,16.002H6L10.293,20.71C10.579,20.996 11.009,21.082 11.383,20.927C11.757,20.772 12,20.407 12,20.002V4.002C12,3.599 11.757,3.232 11.383,3.079Z" />
! <path android:fillColor="@color/white" android:pathData="M22,9.426L18.406,6H17.7766V10.554L14.8875,7.8L14,8.646L17.5185,12L14,15.354L14.8875,16.2L17.7766,13.446V18H18.406L22,14.574L19.2935,12L22,9.426ZM19.0354,8.298L20.2187,9.426L19.0354,10.554V8.298ZM20.2187,14.574L19.0354,15.702V13.446L20.2187,14.574Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_audit_logs_24dp.xml to/res/drawable/ic_audit_logs_24dp.xml
*** from/res/drawable/ic_audit_logs_24dp.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/ic_audit_logs_24dp.xml 2021-01-11 15:13:55.587676469 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19,3h-4.18C14.4,1.84 13.3,1 12,1c-1.3,0 -2.4,0.84 -2.82,2L5,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2zM12,3c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1zM14,17L7,17v-2h7v2zM17,13L7,13v-2h10v2zM17,9L7,9L7,7h10v2z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19,3h-4.18C14.4,1.84 13.3,1 12,1c-1.3,0 -2.4,0.84 -2.82,2L5,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2zM12,3c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1zM14,17L7,17v-2h7v2zM17,13L7,13v-2h10v2zM17,9L7,9L7,7h10v2z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_backspace_white_24dp.xml to/res/drawable/ic_backspace_white_24dp.xml
*** from/res/drawable/ic_backspace_white_24dp.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/ic_backspace_white_24dp.xml 2021-01-11 15:13:55.750674029 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M22,3L7,3c-0.69,0 -1.23,0.35 -1.59,0.88L0,12l5.41,8.11c0.36,0.53 0.9,0.89 1.59,0.89h15c1.1,0 2,-0.9 2,-2L24,5c0,-1.1 -0.9,-2 -2,-2zM19,15.59L17.59,17 14,13.41 10.41,17 9,15.59 12.59,12 9,8.41 10.41,7 14,10.59 17.59,7 19,8.41 15.41,12 19,15.59z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M22,3L7,3c-0.69,0 -1.23,0.35 -1.59,0.88L0,12l5.41,8.11c0.36,0.53 0.9,0.89 1.59,0.89h15c1.1,0 2,-0.9 2,-2L24,5c0,-1.1 -0.9,-2 -2,-2zM19,15.59L17.59,17 14,13.41 10.41,17 9,15.59 12.59,12 9,8.41 10.41,7 14,10.59 17.59,7 19,8.41 15.41,12 19,15.59z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_behavior_24dp.xml to/res/drawable/ic_behavior_24dp.xml
*** from/res/drawable/ic_behavior_24dp.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_behavior_24dp.xml 2021-01-11 15:13:55.854672472 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,10C10.9,10 10,10.9 10,12C10,13.1 10.9,14 12,14C13.1,14 14,13.1 14,12C14,10.9 13.1,10 12,10ZM19,3L5,3C3.89,3 3,3.9 3,5L3,19C3,20.1 3.89,21 5,21L19,21C20.11,21 21,20.1 21,19L21,5C21,3.9 20.11,3 19,3ZM17.25,12C17.25,12.23 17.23,12.46 17.2,12.68L18.68,13.84C18.81,13.95 18.85,14.14 18.76,14.29L17.36,16.71C17.27,16.86 17.09,16.92 16.93,16.86L15.19,16.16C14.83,16.44 14.43,16.67 14.01,16.85L13.75,18.7C13.72,18.87 13.57,19 13.4,19L10.6,19C10.43,19 10.28,18.87 10.25,18.71L9.99,16.86C9.56,16.68 9.17,16.45 8.81,16.17L7.07,16.87C6.91,16.93 6.73,16.87 6.64,16.72L5.24,14.3C5.15,14.15 5.19,13.96 5.32,13.85L6.8,12.69C6.77,12.46 6.75,12.23 6.75,12C6.75,11.77 6.77,11.54 6.8,11.32L5.32,10.16C5.19,10.05 5.15,9.86 5.24,9.71L6.64,7.29C6.73,7.14 6.91,7.08 7.07,7.14L8.81,7.84C9.17,7.56 9.57,7.33 9.99,7.15L10.25,5.3C10.28,5.13 10.43,5 10.6,5L13.4,5C13.57,5 13.72,5.13 13.75,5.29L14.01,7.14C14.44,7.32 14.83,7.55 15.19,7.83L16.93,7.13C17.09,7.07 17.27,7.13 17.36,7.28L18.76,9.7C18.85,9.85 18.81,10.04 18.68,10.15L17.2,11.31C17.23,11.54 17.25,11.77 17.25,12L17.25,12Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,10C10.9,10 10,10.9 10,12C10,13.1 10.9,14 12,14C13.1,14 14,13.1 14,12C14,10.9 13.1,10 12,10ZM19,3L5,3C3.89,3 3,3.9 3,5L3,19C3,20.1 3.89,21 5,21L19,21C20.11,21 21,20.1 21,19L21,5C21,3.9 20.11,3 19,3ZM17.25,12C17.25,12.23 17.23,12.46 17.2,12.68L18.68,13.84C18.81,13.95 18.85,14.14 18.76,14.29L17.36,16.71C17.27,16.86 17.09,16.92 16.93,16.86L15.19,16.16C14.83,16.44 14.43,16.67 14.01,16.85L13.75,18.7C13.72,18.87 13.57,19 13.4,19L10.6,19C10.43,19 10.28,18.87 10.25,18.71L9.99,16.86C9.56,16.68 9.17,16.45 8.81,16.17L7.07,16.87C6.91,16.93 6.73,16.87 6.64,16.72L5.24,14.3C5.15,14.15 5.19,13.96 5.32,13.85L6.8,12.69C6.77,12.46 6.75,12.23 6.75,12C6.75,11.77 6.77,11.54 6.8,11.32L5.32,10.16C5.19,10.05 5.15,9.86 5.24,9.71L6.64,7.29C6.73,7.14 6.91,7.08 7.07,7.14L8.81,7.84C9.17,7.56 9.57,7.33 9.99,7.15L10.25,5.3C10.28,5.13 10.43,5 10.6,5L13.4,5C13.57,5 13.72,5.13 13.75,5.29L14.01,7.14C14.44,7.32 14.83,7.55 15.19,7.83L16.93,7.13C17.09,7.07 17.27,7.13 17.36,7.28L18.76,9.7C18.85,9.85 18.81,10.04 18.68,10.15L17.2,11.31C17.23,11.54 17.25,11.77 17.25,12L17.25,12Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_billing_24dp.xml to/res/drawable/ic_billing_24dp.xml
*** from/res/drawable/ic_billing_24dp.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/ic_billing_24dp.xml 2021-01-11 15:13:56.353665000 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M2,18.001C2,19.104 2.897,20.001 4,20.001H20C21.104,20.001 22,19.104 22,18.001V10.001H2V18.001ZM15,12.001H19V14.001H15V12.001ZM5,12.001H12V14.001H5V12.001ZM5,15.001H10V17.001H5V15.001Z" />
! <path android:fillColor="#ffffffff" android:pathData="M20,4.001H4C2.897,4.001 2,4.898 2,6.001V8.001H22V6.001C22,4.898 21.104,4.001 20,4.001Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M2,18.001C2,19.104 2.897,20.001 4,20.001H20C21.104,20.001 22,19.104 22,18.001V10.001H2V18.001ZM15,12.001H19V14.001H15V12.001ZM5,12.001H12V14.001H5V12.001ZM5,15.001H10V17.001H5V15.001Z" />
! <path android:fillColor="@color/white" android:pathData="M20,4.001H4C2.897,4.001 2,4.898 2,6.001V8.001H22V6.001C22,4.898 21.104,4.001 20,4.001Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_bnet_white_24dp.xml to/res/drawable/ic_bnet_white_24dp.xml
*** from/res/drawable/ic_bnet_white_24dp.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_bnet_white_24dp.xml 2021-01-11 15:13:55.582676544 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M21.1,10.4c3.8,0 1,-3.3 -0.8,-4.1 0,0 2.3,-5.4 2.1,-5.5l-2.8,5.3c-1.4,-0.6 -2.8,-0.9 -4.3,-1.1 -1.8,-3.5 -3.6,-5.3 -5,-5C8.9,0.3 8,1.3 7.9,3.9c-2.2,-2.4 -3.5,0.9 -3.2,3C2,7 0,8.7 0,8.7s3.2,-1.2 4.8,-1.2c0.1,1.6 0.5,3 1.2,4.5 -2.8,4.1 -3.9,9.9 2.9,6.9 -1,2.6 1.3,2.6 4,1.3l3.3,3.9 -2.6,-4.3c1.3,-0.9 2.2,-2 3.2,-3.4 7.7,0.5 9.3,-2.4 4.3,-6zM14,5c-2.2,0 -4.3,1.1 -4.3,1.1 0.1,-4 2.1,-4.9 4.3,-1.1zM7.9,6.9L6.1,6.9c-0.3,-1.4 0.7,-2.9 1.7,-2 -0.2,0.4 0.1,1.6 0.1,2zM6.6,13.1c1.9,3.1 2.5,3.2 2.5,3.2 -3.3,1.5 -4.3,0.2 -2.5,-3.2zM11.3,17.3l1,1.7c-2.4,1.1 -3.8,-0.1 -1,-1.7zM12.9,18.5c-0.2,-0.5 -0.4,-0.8 -0.6,-1.3l2.1,-0.9s-1.7,0.1 -2.1,0.2c1.6,-1.1 5.3,-5.6 5.3,-5.6l-1,-0.5c-1.9,2.1 -3.8,4 -6.4,5.5 -3.3,-3.7 -3.7,-5.6 -4.1,-8.3 0,0 1.2,0.1 1.7,0.2 -0.2,0.8 -0.4,2.5 -0.4,2.5s0.3,-1.4 0.9,-2.1c0.5,2.5 2.1,7.2 2.1,7.2l1,-0.7c-0.8,-2.7 -1.6,-5.4 -1.6,-8.2 3.5,-1.3 6.7,-0.4 9.2,0.7 -0.3,0.4 -1,1.3 -1,1.3s-1.1,-1.2 -2,-1.6c0.6,0.6 1.2,1.3 1.6,1.9 -2.4,-0.8 -7.4,-1.7 -7.4,-1.7v1.1c2.9,0.6 5.4,1.4 8,2.8 -1.1,3.5 -2.5,5.9 -5.3,7.5zM17.3,15.4c0.7,-1.3 1.3,-2.9 1.5,-4.1 2.6,1.9 3.4,3.9 -1.5,4.1zM20.5,10l-1.8,-0.8s0.7,-1.1 1.1,-1.6c1.9,1.6 1.5,2.2 0.7,2.4z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M21.1,10.4c3.8,0 1,-3.3 -0.8,-4.1 0,0 2.3,-5.4 2.1,-5.5l-2.8,5.3c-1.4,-0.6 -2.8,-0.9 -4.3,-1.1 -1.8,-3.5 -3.6,-5.3 -5,-5C8.9,0.3 8,1.3 7.9,3.9c-2.2,-2.4 -3.5,0.9 -3.2,3C2,7 0,8.7 0,8.7s3.2,-1.2 4.8,-1.2c0.1,1.6 0.5,3 1.2,4.5 -2.8,4.1 -3.9,9.9 2.9,6.9 -1,2.6 1.3,2.6 4,1.3l3.3,3.9 -2.6,-4.3c1.3,-0.9 2.2,-2 3.2,-3.4 7.7,0.5 9.3,-2.4 4.3,-6zM14,5c-2.2,0 -4.3,1.1 -4.3,1.1 0.1,-4 2.1,-4.9 4.3,-1.1zM7.9,6.9L6.1,6.9c-0.3,-1.4 0.7,-2.9 1.7,-2 -0.2,0.4 0.1,1.6 0.1,2zM6.6,13.1c1.9,3.1 2.5,3.2 2.5,3.2 -3.3,1.5 -4.3,0.2 -2.5,-3.2zM11.3,17.3l1,1.7c-2.4,1.1 -3.8,-0.1 -1,-1.7zM12.9,18.5c-0.2,-0.5 -0.4,-0.8 -0.6,-1.3l2.1,-0.9s-1.7,0.1 -2.1,0.2c1.6,-1.1 5.3,-5.6 5.3,-5.6l-1,-0.5c-1.9,2.1 -3.8,4 -6.4,5.5 -3.3,-3.7 -3.7,-5.6 -4.1,-8.3 0,0 1.2,0.1 1.7,0.2 -0.2,0.8 -0.4,2.5 -0.4,2.5s0.3,-1.4 0.9,-2.1c0.5,2.5 2.1,7.2 2.1,7.2l1,-0.7c-0.8,-2.7 -1.6,-5.4 -1.6,-8.2 3.5,-1.3 6.7,-0.4 9.2,0.7 -0.3,0.4 -1,1.3 -1,1.3s-1.1,-1.2 -2,-1.6c0.6,0.6 1.2,1.3 1.6,1.9 -2.4,-0.8 -7.4,-1.7 -7.4,-1.7v1.1c2.9,0.6 5.4,1.4 8,2.8 -1.1,3.5 -2.5,5.9 -5.3,7.5zM17.3,15.4c0.7,-1.3 1.3,-2.9 1.5,-4.1 2.6,1.9 3.4,3.9 -1.5,4.1zM20.5,10l-1.8,-0.8s0.7,-1.1 1.1,-1.6c1.9,1.6 1.5,2.2 0.7,2.4z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_booster_profile_badge_24dp.xml to/res/drawable/ic_booster_profile_badge_24dp.xml
*** from/res/drawable/ic_booster_profile_badge_24dp.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/ic_booster_profile_badge_24dp.xml 2021-01-11 15:13:55.896671843 -0700
***************
*** 11,16 ****
<path android:fillColor="#ffd4e4ff" android:pathData="M15.8417,16.4H15.85C16.0525,16.4 16.2167,16.2358 16.2167,16.0333V15.2917C16.2167,15.0892 16.0525,14.925 15.85,14.925H15.8417C15.6392,14.925 15.475,15.0892 15.475,15.2917V16.0333C15.475,16.2358 15.6392,16.4 15.8417,16.4Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M15.1083,14.1917V14.1833C15.1083,13.9808 14.9442,13.8167 14.7417,13.8167H14C13.7975,13.8167 13.6333,13.9808 13.6333,14.1833V14.1917C13.6333,14.3942 13.7975,14.5583 14,14.5583H14.7417C14.9442,14.5583 15.1083,14.3942 15.1083,14.1917Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M18.0667,14.1917V14.1833C18.0667,13.9808 17.9025,13.8167 17.7,13.8167H16.9583C16.7558,13.8167 16.5917,13.9808 16.5917,14.1833V14.1917C16.5917,14.3942 16.7558,14.5583 16.9583,14.5583H17.7C17.9025,14.5583 18.0667,14.3942 18.0667,14.1917Z" />
! <path android:fillColor="#ffffffff" android:pathData="M11.4833,7.95L7.5584,10.8L7.0584,10.1167L10.9917,7.2667L11.4833,7.95Z" />
! <path android:fillColor="#ffffffff" android:pathData="M13.95,8.725L7.5333,13.3833V12.3333L12.9417,8.4083L13.95,8.725Z" />
</vector>
\ No newline at end of file
--- 11,16 ----
<path android:fillColor="#ffd4e4ff" android:pathData="M15.8417,16.4H15.85C16.0525,16.4 16.2167,16.2358 16.2167,16.0333V15.2917C16.2167,15.0892 16.0525,14.925 15.85,14.925H15.8417C15.6392,14.925 15.475,15.0892 15.475,15.2917V16.0333C15.475,16.2358 15.6392,16.4 15.8417,16.4Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M15.1083,14.1917V14.1833C15.1083,13.9808 14.9442,13.8167 14.7417,13.8167H14C13.7975,13.8167 13.6333,13.9808 13.6333,14.1833V14.1917C13.6333,14.3942 13.7975,14.5583 14,14.5583H14.7417C14.9442,14.5583 15.1083,14.3942 15.1083,14.1917Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M18.0667,14.1917V14.1833C18.0667,13.9808 17.9025,13.8167 17.7,13.8167H16.9583C16.7558,13.8167 16.5917,13.9808 16.5917,14.1833V14.1917C16.5917,14.3942 16.7558,14.5583 16.9583,14.5583H17.7C17.9025,14.5583 18.0667,14.3942 18.0667,14.1917Z" />
! <path android:fillColor="@color/white" android:pathData="M11.4833,7.95L7.5584,10.8L7.0584,10.1167L10.9917,7.2667L11.4833,7.95Z" />
! <path android:fillColor="@color/white" android:pathData="M13.95,8.725L7.5333,13.3833V12.3333L12.9417,8.4083L13.95,8.725Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_call_indicator_mobile_screenshare_16dp.xml to/res/drawable/ic_call_indicator_mobile_screenshare_16dp.xml
*** from/res/drawable/ic_call_indicator_mobile_screenshare_16dp.xml 2021-01-02 17:58:42.817414541 -0700
--- to/res/drawable/ic_call_indicator_mobile_screenshare_16dp.xml 2021-01-11 15:13:55.916671543 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M5,3.814C5,2.2599 6.2768,1 7.8519,1H16.1481C17.7232,1 19,2.2599 19,3.814V7.5L17.4444,6.0362V4H6.5556V19.5H17.4444V17.4677L19,16V20.186C19,21.7401 17.7232,23 16.1481,23H7.8519C6.2768,23 5,21.7402 5,20.186V3.814Z" />
! <path android:fillColor="#ffffffff" android:pathData="M15.6,15.3188C15.6,15.5388 15.8637,15.6515 16.0228,15.4995L19.8108,11.8772C19.9139,11.7786 19.9137,11.614 19.8106,11.5156L16.0225,7.903C15.8634,7.7512 15.6,7.864 15.6,8.0839V9.6792C15.6,9.8037 15.5068,9.9091 15.3839,9.9293C11.7864,10.5197 10.0661,12.8369 9.2844,15.3807C9.2054,15.6377 9.5526,15.8068 9.739,15.613C11.1239,14.174 12.8913,13.4854 15.3497,13.4422C15.4877,13.4397 15.6,13.5519 15.6,13.69V15.3188Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M5,3.814C5,2.2599 6.2768,1 7.8519,1H16.1481C17.7232,1 19,2.2599 19,3.814V7.5L17.4444,6.0362V4H6.5556V19.5H17.4444V17.4677L19,16V20.186C19,21.7401 17.7232,23 16.1481,23H7.8519C6.2768,23 5,21.7402 5,20.186V3.814Z" />
! <path android:fillColor="@color/white" android:pathData="M15.6,15.3188C15.6,15.5388 15.8637,15.6515 16.0228,15.4995L19.8108,11.8772C19.9139,11.7786 19.9137,11.614 19.8106,11.5156L16.0225,7.903C15.8634,7.7512 15.6,7.864 15.6,8.0839V9.6792C15.6,9.8037 15.5068,9.9091 15.3839,9.9293C11.7864,10.5197 10.0661,12.8369 9.2844,15.3807C9.2054,15.6377 9.5526,15.8068 9.739,15.613C11.1239,14.174 12.8913,13.4854 15.3497,13.4422C15.4877,13.4397 15.6,13.5519 15.6,13.69V15.3188Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_camera_24dp.xml to/res/drawable/ic_camera_24dp.xml
*** from/res/drawable/ic_camera_24dp.xml 2021-01-02 17:58:42.816414556 -0700
--- to/res/drawable/ic_camera_24dp.xml 2021-01-11 15:13:56.233666797 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12 9C9.794 9 8 10.794 8 13C8 15.207 9.794 17 12 17C14.206 17 16 15.207 16 13C16 10.795 14.206 9 12 9Z" />
! <path android:fillColor="#ffffffff" android:pathData="M20 6.001H18.07C17.402 6.001 16.777 5.667 16.406 5.111L15.594 3.891C15.223 3.335 14.598 3 13.93 3H10.07C9.402 3 8.777 3.335 8.406 3.89L7.594 5.11C7.223 5.667 6.598 6 5.93 6H4C2.895 6 2 6.896 2 8V19C2 20.104 2.895 21 4 21H20C21.104 21 22 20.104 22 19V8C22 6.897 21.104 6.001 20 6.001ZM12 19C8.691 19 6 16.309 6 13C6 9.692 8.691 7 12 7C15.309 7 18 9.692 18 13C18 16.31 15.309 19 12 19Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12 9C9.794 9 8 10.794 8 13C8 15.207 9.794 17 12 17C14.206 17 16 15.207 16 13C16 10.795 14.206 9 12 9Z" />
! <path android:fillColor="@color/white" android:pathData="M20 6.001H18.07C17.402 6.001 16.777 5.667 16.406 5.111L15.594 3.891C15.223 3.335 14.598 3 13.93 3H10.07C9.402 3 8.777 3.335 8.406 3.89L7.594 5.11C7.223 5.667 6.598 6 5.93 6H4C2.895 6 2 6.896 2 8V19C2 20.104 2.895 21 4 21H20C21.104 21 22 20.104 22 19V8C22 6.897 21.104 6.001 20 6.001ZM12 19C8.691 19 6 16.309 6 13C6 9.692 8.691 7 12 7C15.309 7 18 9.692 18 13C18 16.31 15.309 19 12 19Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_camera_front_white_24dp.xml to/res/drawable/ic_camera_front_white_24dp.xml
*** from/res/drawable/ic_camera_front_white_24dp.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_camera_front_white_24dp.xml 2021-01-11 15:13:56.526662410 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10,20L5,20v2h5v2l3,-3 -3,-3v2zM14,20v2h5v-2h-5zM12,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -1.99,0.9 -1.99,2S10.9,8 12,8zM17,0L7,0C5.9,0 5,0.9 5,2v14c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2L19,2c0,-1.1 -0.9,-2 -2,-2zM7,2h10v10.5c0,-1.67 -3.33,-2.5 -5,-2.5s-5,0.83 -5,2.5L7,2z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10,20L5,20v2h5v2l3,-3 -3,-3v2zM14,20v2h5v-2h-5zM12,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -1.99,0.9 -1.99,2S10.9,8 12,8zM17,0L7,0C5.9,0 5,0.9 5,2v14c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2L19,2c0,-1.1 -0.9,-2 -2,-2zM7,2h10v10.5c0,-1.67 -3.33,-2.5 -5,-2.5s-5,0.83 -5,2.5L7,2z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_camera_rear_white_24dp.xml to/res/drawable/ic_camera_rear_white_24dp.xml
*** from/res/drawable/ic_camera_rear_white_24dp.xml 2021-01-02 17:58:42.822414465 -0700
--- to/res/drawable/ic_camera_rear_white_24dp.xml 2021-01-11 15:13:55.540677173 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10,20L5,20v2h5v2l3,-3 -3,-3v2zM14,20v2h5v-2h-5zM17,0L7,0C5.9,0 5,0.9 5,2v14c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2L19,2c0,-1.1 -0.9,-2 -2,-2zM12,6c-1.11,0 -2,-0.9 -2,-2s0.89,-2 1.99,-2 2,0.9 2,2C14,5.1 13.1,6 12,6z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10,20L5,20v2h5v2l3,-3 -3,-3v2zM14,20v2h5v-2h-5zM17,0L7,0C5.9,0 5,0.9 5,2v14c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2L19,2c0,-1.1 -0.9,-2 -2,-2zM12,6c-1.11,0 -2,-0.9 -2,-2s0.89,-2 1.99,-2 2,0.9 2,2C14,5.1 13.1,6 12,6z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_channels_24dp.xml to/res/drawable/ic_channels_24dp.xml
*** from/res/drawable/ic_channels_24dp.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/ic_channels_24dp.xml 2021-01-11 15:13:56.343665150 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M4,5L20,5L20,7L4,7L4,5L4,5ZM4,11L4,9L16,9L16,11L4,11L4,11ZM4,13L20,13L20,15L4,15L4,13ZM4,17L18,17L18,19L4,19L4,17Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M4,5L20,5L20,7L4,7L4,5L4,5ZM4,11L4,9L16,9L16,11L4,11L4,11ZM4,13L20,13L20,15L4,15L4,13ZM4,17L18,17L18,19L4,19L4,17Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_check_circle_green_24dp.xml to/res/drawable/ic_check_circle_green_24dp.xml
*** from/res/drawable/ic_check_circle_green_24dp.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_check_circle_green_24dp.xml 2021-01-11 15:13:55.572676694 -0700
***************
*** 2,6 ****
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff43b581" android:pathData="M12,12m-12,0a12,12 0,1 1,24 0a12,12 0,1 1,-24 0" />
! <path android:fillColor="#ffffffff" android:pathData="M9.9999,14.78L7.2199,12L6.2733,12.94L9.9999,16.6667L17.9999,8.6666L17.0599,7.7267L9.9999,14.78Z" />
</vector>
\ No newline at end of file
--- 2,6 ----
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff43b581" android:pathData="M12,12m-12,0a12,12 0,1 1,24 0a12,12 0,1 1,-24 0" />
! <path android:fillColor="@color/white" android:pathData="M9.9999,14.78L7.2199,12L6.2733,12.94L9.9999,16.6667L17.9999,8.6666L17.0599,7.7267L9.9999,14.78Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_check_white_24dp.xml to/res/drawable/ic_check_white_24dp.xml
*** from/res/drawable/ic_check_white_24dp.xml 2021-01-02 17:58:42.823414450 -0700
--- to/res/drawable/ic_check_white_24dp.xml 2021-01-11 15:13:55.745674104 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_chevron_down_white_12dp.xml to/res/drawable/ic_chevron_down_white_12dp.xml
*** from/res/drawable/ic_chevron_down_white_12dp.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/ic_chevron_down_white_12dp.xml 2021-01-11 15:13:55.844672621 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="12.0" android:viewportHeight="12.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3.705,4l2.295,2.29l2.295,-2.29l0.705,0.705l-3,3l-3,-3z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="12.0" android:viewportHeight="12.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3.705,4l2.295,2.29l2.295,-2.29l0.705,0.705l-3,3l-3,-3z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_chevron_left_24dp.xml to/res/drawable/ic_chevron_left_24dp.xml
*** from/res/drawable/ic_chevron_left_24dp.xml 2021-01-02 17:58:42.817414541 -0700
--- to/res/drawable/ic_chevron_left_24dp.xml 2021-01-11 15:13:56.504662739 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="#ffffffff" android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M15.41,7.41L14,6l-6,6 6,6 1.41,-1.41L10.83,12z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="@color/white" android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M15.41,7.41L14,6l-6,6 6,6 1.41,-1.41L10.83,12z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_clear_all_white_24dp.xml to/res/drawable/ic_clear_all_white_24dp.xml
*** from/res/drawable/ic_clear_all_white_24dp.xml 2021-01-02 17:58:42.824414435 -0700
--- to/res/drawable/ic_clear_all_white_24dp.xml 2021-01-11 15:13:55.573676679 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M5,13h14v-2L5,11v2zM3,17h14v-2L3,15v2zM7,7v2h14L21,7L7,7z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M5,13h14v-2L5,11v2zM3,17h14v-2L3,15v2zM7,7v2h14L21,7L7,7z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_clear_white_24dp.xml to/res/drawable/ic_clear_white_24dp.xml
*** from/res/drawable/ic_clear_white_24dp.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/ic_clear_white_24dp.xml 2021-01-11 15:13:55.657675421 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_close_24dp.xml to/res/drawable/ic_close_24dp.xml
*** from/res/drawable/ic_close_24dp.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/ic_close_24dp.xml 2021-01-11 15:13:55.766673789 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="#ffffffff" android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="@color/white" android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_close_circle_grey_24dp.xml to/res/drawable/ic_close_circle_grey_24dp.xml
*** from/res/drawable/ic_close_circle_grey_24dp.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/ic_close_circle_grey_24dp.xml 2021-01-11 15:13:56.359664910 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ff747f8d" android:pathData="M12,12m-12,0a12,12 0,1 1,24 0a12,12 0,1 1,-24 0" />
! <path android:fillColor="#ffffffff" android:pathData="M17.25 7.81L16.19 6.75L12 10.94L7.81 6.75L6.75 7.81L10.94 12L6.75 16.19L7.81 17.25L12 13.06L16.19 17.25L17.25 16.19L13.06 12" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/brand" android:pathData="M12,12m-12,0a12,12 0,1 1,24 0a12,12 0,1 1,-24 0" />
! <path android:fillColor="@color/white" android:pathData="M17.25 7.81L16.19 6.75L12 10.94L7.81 6.75L6.75 7.81L10.94 12L6.75 16.19L7.81 17.25L12 13.06L16.19 17.25L17.25 16.19L13.06 12" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_close_white_24dp.xml to/res/drawable/ic_close_white_24dp.xml
*** from/res/drawable/ic_close_white_24dp.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/ic_close_white_24dp.xml 2021-01-11 15:13:55.515677547 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_community_gating_chat_guard_cta.xml to/res/drawable/ic_community_gating_chat_guard_cta.xml
*** from/res/drawable/ic_community_gating_chat_guard_cta.xml 2021-01-02 17:58:42.824414435 -0700
--- to/res/drawable/ic_community_gating_chat_guard_cta.xml 2021-01-11 15:13:56.332665315 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="40.0" android:viewportHeight="40.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ff7289da" android:pathData="M20,0L20,0A20,20 0,0 1,40 20L40,20A20,20 0,0 1,20 40L20,40A20,20 0,0 1,0 20L0,20A20,20 0,0 1,20 0z" />
! <path android:fillColor="#ffffffff" android:pathData="M12,21L24.17,21L18.58,26.59L20,28L28,20L20,12L18.59,13.41L24.17,19L12,19L12,21Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="40.0" android:viewportHeight="40.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/link" android:pathData="M20,0L20,0A20,20 0,0 1,40 20L40,20A20,20 0,0 1,20 40L20,40A20,20 0,0 1,0 20L0,20A20,20 0,0 1,20 0z" />
! <path android:fillColor="@color/white" android:pathData="M12,21L24.17,21L18.58,26.59L20,28L28,20L20,12L18.59,13.41L24.17,19L12,19L12,21Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_controller_24dp.xml to/res/drawable/ic_controller_24dp.xml
*** from/res/drawable/ic_controller_24dp.xml 2021-01-02 17:58:42.812414617 -0700
--- to/res/drawable/ic_controller_24dp.xml 2021-01-11 15:13:55.903671738 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M5.6649,5H18.3351C19.9079,5 21.2137,6.2146 21.3273,7.7833L21.9932,16.9774C22.0684,18.0165 21.2871,18.9198 20.248,18.9951C20.2027,18.9984 20.1572,19 20.1118,19C18.9191,19 17.8786,18.1904 17.5855,17.0342L17.0699,15H6.9302L6.4145,17.0342C6.1215,18.1904 5.081,19 3.8883,19C2.8465,19 2.002,18.1554 2.002,17.1136C2.002,17.0682 2.0036,17.0227 2.0069,16.9774L2.6728,7.7833C2.7864,6.2146 4.0922,5 5.6649,5ZM14.5001,10C15.3285,10 16.0001,9.3284 16.0001,8.5C16.0001,7.6716 15.3285,7 14.5001,7C13.6716,7 13.0001,7.6716 13.0001,8.5C13.0001,9.3284 13.6716,10 14.5001,10ZM18.5001,13C19.3285,13 20.0001,12.3284 20.0001,11.5C20.0001,10.6716 19.3285,10 18.5001,10C17.6716,10 17.0001,10.6716 17.0001,11.5C17.0001,12.3284 17.6716,13 18.5001,13ZM6.0001,9H4.0001V11H6.0001V13H8.0001V11H10.0001V9H8.0001V7H6.0001V9Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M5.6649,5H18.3351C19.9079,5 21.2137,6.2146 21.3273,7.7833L21.9932,16.9774C22.0684,18.0165 21.2871,18.9198 20.248,18.9951C20.2027,18.9984 20.1572,19 20.1118,19C18.9191,19 17.8786,18.1904 17.5855,17.0342L17.0699,15H6.9302L6.4145,17.0342C6.1215,18.1904 5.081,19 3.8883,19C2.8465,19 2.002,18.1554 2.002,17.1136C2.002,17.0682 2.0036,17.0227 2.0069,16.9774L2.6728,7.7833C2.7864,6.2146 4.0922,5 5.6649,5ZM14.5001,10C15.3285,10 16.0001,9.3284 16.0001,8.5C16.0001,7.6716 15.3285,7 14.5001,7C13.6716,7 13.0001,7.6716 13.0001,8.5C13.0001,9.3284 13.6716,10 14.5001,10ZM18.5001,13C19.3285,13 20.0001,12.3284 20.0001,11.5C20.0001,10.6716 19.3285,10 18.5001,10C17.6716,10 17.0001,10.6716 17.0001,11.5C17.0001,12.3284 17.6716,13 18.5001,13ZM6.0001,9H4.0001V11H6.0001V13H8.0001V11H10.0001V9H8.0001V7H6.0001V9Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_copy_24dp.xml to/res/drawable/ic_copy_24dp.xml
*** from/res/drawable/ic_copy_24dp.xml 2021-01-02 17:58:42.822414465 -0700
--- to/res/drawable/ic_copy_24dp.xml 2021-01-11 15:13:55.702674747 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M16.414,1H9C7.897,1 7,1.898 7,3V17C7,18.103 7.897,19 9,19H19C20.103,19 21,18.103 21,17V5.586L16.414,1ZM15,7V2L20,7H15Z" />
! <path android:fillColor="#ffffffff" android:pathData="M5,5H3V21C3,22.103 3.897,23 5,23H17V21H5V5Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M16.414,1H9C7.897,1 7,1.898 7,3V17C7,18.103 7.897,19 9,19H19C20.103,19 21,18.103 21,17V5.586L16.414,1ZM15,7V2L20,7H15Z" />
! <path android:fillColor="@color/white" android:pathData="M5,5H3V21C3,22.103 3.897,23 5,23H17V21H5V5Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_delete_24dp.xml to/res/drawable/ic_delete_24dp.xml
*** from/res/drawable/ic_delete_24dp.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_delete_24dp.xml 2021-01-11 15:13:55.402679239 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M15,3.999V2H9V3.999H3V5.999H21V3.999H15Z" />
! <path android:fillColor="#ffffffff" android:pathData="M5,6.999V18.999C5,20.101 5.897,20.999 7,20.999H17C18.103,20.999 19,20.101 19,18.999V6.999H5V6.999ZM11,17H9V11H11V17ZM15,17H13V11H15V17Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M15,3.999V2H9V3.999H3V5.999H21V3.999H15Z" />
! <path android:fillColor="@color/white" android:pathData="M5,6.999V18.999C5,20.101 5.897,20.999 7,20.999H17C18.103,20.999 19,20.101 19,18.999V6.999H5V6.999ZM11,17H9V11H11V17ZM15,17H13V11H15V17Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_delete_white_24dp.xml to/res/drawable/ic_delete_white_24dp.xml
*** from/res/drawable/ic_delete_white_24dp.xml 2021-01-02 17:58:42.817414541 -0700
--- to/res/drawable/ic_delete_white_24dp.xml 2021-01-11 15:13:56.034669776 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_diag_link_24dp.xml to/res/drawable/ic_diag_link_24dp.xml
*** from/res/drawable/ic_diag_link_24dp.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/ic_diag_link_24dp.xml 2021-01-11 15:13:55.588676454 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76L9.17,7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41L10.59,13.41ZM13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24L14.83,16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17L13.41,9.17Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76L9.17,7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41L10.59,13.41ZM13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24L14.83,16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17L13.41,9.17Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_embed_white_24dp.xml to/res/drawable/ic_embed_white_24dp.xml
*** from/res/drawable/ic_embed_white_24dp.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/ic_embed_white_24dp.xml 2021-01-11 15:13:55.891671918 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19,4L5,4c-1.11,0 -2,0.9 -2,2v12c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,6c0,-1.1 -0.89,-2 -2,-2zM19,18L5,18L5,8h14v10z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19,4L5,4c-1.11,0 -2,0.9 -2,2v12c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,6c0,-1.1 -0.89,-2 -2,-2zM19,18L5,18L5,8h14v10z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_emoji_24dp.xml to/res/drawable/ic_emoji_24dp.xml
*** from/res/drawable/ic_emoji_24dp.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_emoji_24dp.xml 2021-01-11 15:13:55.334680257 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,2C6.477,2 2,6.477 2,12C2,17.522 6.477,22 12,22C17.523,22 22,17.522 22,12C22,6.477 17.523,2 12,2ZM8,6C9.104,6 10,6.896 10,8C10,9.105 9.104,10 8,10C6.896,10 6,9.105 6,8C6,6.896 6.896,6 8,6ZM18,14C18,16.617 15.14,19 12,19C8.86,19 6,16.617 6,14V13H18V14ZM16,10C14.896,10 14,9.105 14,8C14,6.896 14.896,6 16,6C17.104,6 18,6.896 18,8C18,9.105 17.104,10 16,10Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,2C6.477,2 2,6.477 2,12C2,17.522 6.477,22 12,22C17.523,22 22,17.522 22,12C22,6.477 17.523,2 12,2ZM8,6C9.104,6 10,6.896 10,8C10,9.105 9.104,10 8,10C6.896,10 6,9.105 6,8C6,6.896 6.896,6 8,6ZM18,14C18,16.617 15.14,19 12,19C8.86,19 6,16.617 6,14V13H18V14ZM16,10C14.896,10 14,9.105 14,8C14,6.896 14.896,6 16,6C17.104,6 18,6.896 18,8C18,9.105 17.104,10 16,10Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_emoji_blue_24dp.xml to/res/drawable/ic_emoji_blue_24dp.xml
*** from/res/drawable/ic_emoji_blue_24dp.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/ic_emoji_blue_24dp.xml 2021-01-11 15:13:56.435663772 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="20.0" android:viewportHeight="20.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ff7289da" android:pathData="M10,1.6667C5.3975,1.6667 1.6667,5.3975 1.6667,10C1.6667,14.6017 5.3975,18.3333 10,18.3333C14.6025,18.3333 18.3334,14.6017 18.3334,10C18.3334,5.3975 14.6017,1.6667 10,1.6667ZM13.5775,5.2442L14.7559,6.4217L13.6784,7.5L14.7559,8.5775L13.5775,9.755L11.3217,7.5L13.5775,5.2442ZM5.2442,6.4225L6.4225,5.245L8.6784,7.5L6.4225,9.7558L5.2442,8.5783L6.3217,7.5L5.2442,6.4225ZM15,11.6667C15,13.8475 12.6167,15.8333 10,15.8333C7.3833,15.8333 5,13.8475 5,11.6667V10.8333H15V11.6667Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="20.0" android:viewportHeight="20.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/link" android:pathData="M10,1.6667C5.3975,1.6667 1.6667,5.3975 1.6667,10C1.6667,14.6017 5.3975,18.3333 10,18.3333C14.6025,18.3333 18.3334,14.6017 18.3334,10C18.3334,5.3975 14.6017,1.6667 10,1.6667ZM13.5775,5.2442L14.7559,6.4217L13.6784,7.5L14.7559,8.5775L13.5775,9.755L11.3217,7.5L13.5775,5.2442ZM5.2442,6.4225L6.4225,5.245L8.6784,7.5L6.4225,9.7558L5.2442,8.5783L6.3217,7.5L5.2442,6.4225ZM15,11.6667C15,13.8475 12.6167,15.8333 10,15.8333C7.3833,15.8333 5,13.8475 5,11.6667V10.8333H15V11.6667Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_emoji_picker_category_activity.xml to/res/drawable/ic_emoji_picker_category_activity.xml
*** from/res/drawable/ic_emoji_picker_category_activity.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/ic_emoji_picker_category_activity.xml 2021-01-11 15:13:56.050669537 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M5.6649,5H18.3351C19.9079,5 21.2137,6.2146 21.3273,7.7833L21.9932,16.9774C22.0684,18.0165 21.2871,18.9198 20.248,18.9951C20.2027,18.9984 20.1572,19 20.1118,19C18.9191,19 17.8786,18.1904 17.5855,17.0342L17.0699,15H6.9302L6.4145,17.0342C6.1215,18.1904 5.081,19 3.8883,19C2.8465,19 2.002,18.1554 2.002,17.1136C2.002,17.0682 2.0036,17.0227 2.0069,16.9774L2.6728,7.7833C2.7864,6.2146 4.0922,5 5.6649,5ZM14.5001,10C15.3285,10 16.0001,9.3284 16.0001,8.5C16.0001,7.6716 15.3285,7 14.5001,7C13.6716,7 13.0001,7.6716 13.0001,8.5C13.0001,9.3284 13.6716,10 14.5001,10ZM18.5001,13C19.3285,13 20.0001,12.3284 20.0001,11.5C20.0001,10.6716 19.3285,10 18.5001,10C17.6716,10 17.0001,10.6716 17.0001,11.5C17.0001,12.3284 17.6716,13 18.5001,13ZM6.0001,9H4.0001V11H6.0001V13H8.0001V11H10.0001V9H8.0001V7H6.0001V9Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M5.6649,5H18.3351C19.9079,5 21.2137,6.2146 21.3273,7.7833L21.9932,16.9774C22.0684,18.0165 21.2871,18.9198 20.248,18.9951C20.2027,18.9984 20.1572,19 20.1118,19C18.9191,19 17.8786,18.1904 17.5855,17.0342L17.0699,15H6.9302L6.4145,17.0342C6.1215,18.1904 5.081,19 3.8883,19C2.8465,19 2.002,18.1554 2.002,17.1136C2.002,17.0682 2.0036,17.0227 2.0069,16.9774L2.6728,7.7833C2.7864,6.2146 4.0922,5 5.6649,5ZM14.5001,10C15.3285,10 16.0001,9.3284 16.0001,8.5C16.0001,7.6716 15.3285,7 14.5001,7C13.6716,7 13.0001,7.6716 13.0001,8.5C13.0001,9.3284 13.6716,10 14.5001,10ZM18.5001,13C19.3285,13 20.0001,12.3284 20.0001,11.5C20.0001,10.6716 19.3285,10 18.5001,10C17.6716,10 17.0001,10.6716 17.0001,11.5C17.0001,12.3284 17.6716,13 18.5001,13ZM6.0001,9H4.0001V11H6.0001V13H8.0001V11H10.0001V9H8.0001V7H6.0001V9Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_emoji_picker_category_flags.xml to/res/drawable/ic_emoji_picker_category_flags.xml
*** from/res/drawable/ic_emoji_picker_category_flags.xml 2021-01-02 17:58:42.822414465 -0700
--- to/res/drawable/ic_emoji_picker_category_flags.xml 2021-01-11 15:13:55.802673250 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M20,6.002H14V3.002C14,2.45 13.553,2.002 13,2.002H4C3.447,2.002 3,2.45 3,3.002V22.002H5V14.002H10.586L8.293,16.295C8.007,16.581 7.922,17.011 8.076,17.385C8.23,17.759 8.596,18.002 9,18.002H20C20.553,18.002 21,17.554 21,17.002V7.002C21,6.45 20.553,6.002 20,6.002Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M20,6.002H14V3.002C14,2.45 13.553,2.002 13,2.002H4C3.447,2.002 3,2.45 3,3.002V22.002H5V14.002H10.586L8.293,16.295C8.007,16.581 7.922,17.011 8.076,17.385C8.23,17.759 8.596,18.002 9,18.002H20C20.553,18.002 21,17.554 21,17.002V7.002C21,6.45 20.553,6.002 20,6.002Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_emoji_picker_category_food.xml to/res/drawable/ic_emoji_picker_category_food.xml
*** from/res/drawable/ic_emoji_picker_category_food.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/ic_emoji_picker_category_food.xml 2021-01-11 15:13:55.857672427 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M11,18H13V22H11V18Z" />
! <path android:fillColor="#ffffffff" android:pathData="M12,2C8.822,2 7,4.187 7,8V16C7,16.552 7.447,17 8,17H16C16.553,17 17,16.552 17,16V8C17,4.187 15.178,2 12,2ZM11,14.001H10V5.001H11V14.001ZM14,14.001H13V5.001H14V14.001Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M11,18H13V22H11V18Z" />
! <path android:fillColor="@color/white" android:pathData="M12,2C8.822,2 7,4.187 7,8V16C7,16.552 7.447,17 8,17H16C16.553,17 17,16.552 17,16V8C17,4.187 15.178,2 12,2ZM11,14.001H10V5.001H11V14.001ZM14,14.001H13V5.001H14V14.001Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_emoji_picker_category_nature.xml to/res/drawable/ic_emoji_picker_category_nature.xml
*** from/res/drawable/ic_emoji_picker_category_nature.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/ic_emoji_picker_category_nature.xml 2021-01-11 15:13:55.456678431 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M6.8141,8.982C4.5391,11.674 4.6561,15.591 6.9311,18.153L4.0341,21.579L5.5611,22.87L8.4631,19.437C9.5691,20.127 10.8461,20.513 12.1611,20.513C14.2311,20.513 16.1831,19.607 17.5161,18.027C20.0691,15.01 20.7711,6.945 21.0001,3C17.7651,3.876 9.0321,6.356 6.8141,8.982ZM8.9351,17.331C6.8261,15.548 6.5601,12.382 8.3421,10.272C9.5921,8.793 14.9041,6.845 18.7641,5.698L8.9351,17.331Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M6.8141,8.982C4.5391,11.674 4.6561,15.591 6.9311,18.153L4.0341,21.579L5.5611,22.87L8.4631,19.437C9.5691,20.127 10.8461,20.513 12.1611,20.513C14.2311,20.513 16.1831,19.607 17.5161,18.027C20.0691,15.01 20.7711,6.945 21.0001,3C17.7651,3.876 9.0321,6.356 6.8141,8.982ZM8.9351,17.331C6.8261,15.548 6.5601,12.382 8.3421,10.272C9.5921,8.793 14.9041,6.845 18.7641,5.698L8.9351,17.331Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_emoji_picker_category_objects.xml to/res/drawable/ic_emoji_picker_category_objects.xml
*** from/res/drawable/ic_emoji_picker_category_objects.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/ic_emoji_picker_category_objects.xml 2021-01-11 15:13:55.460678371 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M18,5.999H17V4.999C17,4.448 16.553,3.999 16,3.999H4C3.447,3.999 3,4.448 3,4.999V12.999C3,14.488 3.47,15.865 4.265,16.999H15.722C16.335,16.122 16.761,15.105 16.92,13.999H18C20.205,13.999 22,12.205 22,9.999C22,7.794 20.205,5.999 18,5.999ZM18,12H17V8H18C19.104,8 20,8.897 20,10C20,11.102 19.104,12 18,12Z" />
! <path android:fillColor="#ffffffff" android:pathData="M2,18H18V20H2V18Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M18,5.999H17V4.999C17,4.448 16.553,3.999 16,3.999H4C3.447,3.999 3,4.448 3,4.999V12.999C3,14.488 3.47,15.865 4.265,16.999H15.722C16.335,16.122 16.761,15.105 16.92,13.999H18C20.205,13.999 22,12.205 22,9.999C22,7.794 20.205,5.999 18,5.999ZM18,12H17V8H18C19.104,8 20,8.897 20,10C20,11.102 19.104,12 18,12Z" />
! <path android:fillColor="@color/white" android:pathData="M2,18H18V20H2V18Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_emoji_picker_category_people.xml to/res/drawable/ic_emoji_picker_category_people.xml
*** from/res/drawable/ic_emoji_picker_category_people.xml 2021-01-02 17:58:42.823414450 -0700
--- to/res/drawable/ic_emoji_picker_category_people.xml 2021-01-11 15:13:56.396664356 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,2C6.477,2 2,6.477 2,12C2,17.522 6.477,22 12,22C17.523,22 22,17.522 22,12C22,6.477 17.522,2 12,2ZM16.293,6.293L17.707,7.706L16.414,9L17.707,10.293L16.293,11.706L13.586,9L16.293,6.293ZM6.293,7.707L7.707,6.294L10.414,9L7.707,11.707L6.293,10.294L7.586,9L6.293,7.707ZM18,14C18,16.617 15.14,19 12,19C8.86,19 6,16.617 6,14V13H18V14Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,2C6.477,2 2,6.477 2,12C2,17.522 6.477,22 12,22C17.523,22 22,17.522 22,12C22,6.477 17.522,2 12,2ZM16.293,6.293L17.707,7.706L16.414,9L17.707,10.293L16.293,11.706L13.586,9L16.293,6.293ZM6.293,7.707L7.707,6.294L10.414,9L7.707,11.707L6.293,10.294L7.586,9L6.293,7.707ZM18,14C18,16.617 15.14,19 12,19C8.86,19 6,16.617 6,14V13H18V14Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_emoji_picker_category_recent.xml to/res/drawable/ic_emoji_picker_category_recent.xml
*** from/res/drawable/ic_emoji_picker_category_recent.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/ic_emoji_picker_category_recent.xml 2021-01-11 15:13:55.832672801 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,2C6.4764,2 2,6.4764 2,12C2,17.5236 6.4764,22 12,22C17.5236,22 22,17.5236 22,12C22,6.4764 17.5236,2 12,2ZM12,5.6C12.4422,5.6 12.8,5.9578 12.8,6.4V11.5376L16.5625,13.7126C16.9453,13.9329 17.0703,14.4173 16.85,14.8001C16.6297,15.183 16.1453,15.3079 15.7625,15.0876L11.6873,12.7376C11.656,12.7251 11.6279,12.7048 11.5998,12.6876C11.3607,12.5486 11.1998,12.2954 11.1998,12.0001V6.4001C11.1998,5.9579 11.5578,5.6 12,5.6Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,2C6.4764,2 2,6.4764 2,12C2,17.5236 6.4764,22 12,22C17.5236,22 22,17.5236 22,12C22,6.4764 17.5236,2 12,2ZM12,5.6C12.4422,5.6 12.8,5.9578 12.8,6.4V11.5376L16.5625,13.7126C16.9453,13.9329 17.0703,14.4173 16.85,14.8001C16.6297,15.183 16.1453,15.3079 15.7625,15.0876L11.6873,12.7376C11.656,12.7251 11.6279,12.7048 11.5998,12.6876C11.3607,12.5486 11.1998,12.2954 11.1998,12.0001V6.4001C11.1998,5.9579 11.5578,5.6 12,5.6Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_emoji_picker_category_symbols.xml to/res/drawable/ic_emoji_picker_category_symbols.xml
*** from/res/drawable/ic_emoji_picker_category_symbols.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_emoji_picker_category_symbols.xml 2021-01-11 15:13:55.574676664 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M16,4.001C14.406,4.001 12.93,4.838 12,6.081C11.07,4.838 9.594,4.001 8,4.001C5.243,4.001 3,6.244 3,9.001C3,14.492 11.124,19.633 11.471,19.849C11.633,19.95 11.817,20.001 12,20.001C12.183,20.001 12.367,19.95 12.529,19.849C12.876,19.633 21,14.492 21,9.001C21,6.244 18.757,4.001 16,4.001Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M16,4.001C14.406,4.001 12.93,4.838 12,6.081C11.07,4.838 9.594,4.001 8,4.001C5.243,4.001 3,6.244 3,9.001C3,14.492 11.124,19.633 11.471,19.849C11.633,19.95 11.817,20.001 12,20.001C12.183,20.001 12.367,19.95 12.529,19.849C12.876,19.633 21,14.492 21,9.001C21,6.244 18.757,4.001 16,4.001Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_emoji_picker_category_travel.xml to/res/drawable/ic_emoji_picker_category_travel.xml
*** from/res/drawable/ic_emoji_picker_category_travel.xml 2021-01-02 17:58:42.829414359 -0700
--- to/res/drawable/ic_emoji_picker_category_travel.xml 2021-01-11 15:13:56.480663098 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M22,17H19.725C19.892,16.529 20,16.029 20,15.5C20,13.015 17.985,11 15.5,11H13.5L12.276,8.553C12.107,8.214 11.761,8 11.382,8H7C6.448,8 6,8.447 6,9V11.051C3.753,11.302 2,13.186 2,15.5C2,17.986 4.015,20 6.5,20H15.5C16.563,20 17.527,19.616 18.297,19H22V17ZM6.5,16.75C5.81,16.75 5.25,16.19 5.25,15.5C5.25,14.81 5.81,14.25 6.5,14.25C7.19,14.25 7.75,14.81 7.75,15.5C7.75,16.19 7.19,16.75 6.5,16.75ZM11.5,16.75C10.81,16.75 10.25,16.19 10.25,15.5C10.25,14.81 10.81,14.25 11.5,14.25C12.19,14.25 12.75,14.81 12.75,15.5C12.75,16.19 12.19,16.75 11.5,16.75ZM16.5,16.75C15.81,16.75 15.25,16.19 15.25,15.5C15.25,14.81 15.81,14.25 16.5,14.25C17.19,14.25 17.75,14.81 17.75,15.5C17.75,16.19 17.19,16.75 16.5,16.75Z" />
! <path android:fillColor="#ffffffff" android:pathData="M8,7H10C10,5.346 8.654,4 7,4H6V6H7C7.551,6 8,6.449 8,7Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M22,17H19.725C19.892,16.529 20,16.029 20,15.5C20,13.015 17.985,11 15.5,11H13.5L12.276,8.553C12.107,8.214 11.761,8 11.382,8H7C6.448,8 6,8.447 6,9V11.051C3.753,11.302 2,13.186 2,15.5C2,17.986 4.015,20 6.5,20H15.5C16.563,20 17.527,19.616 18.297,19H22V17ZM6.5,16.75C5.81,16.75 5.25,16.19 5.25,15.5C5.25,14.81 5.81,14.25 6.5,14.25C7.19,14.25 7.75,14.81 7.75,15.5C7.75,16.19 7.19,16.75 6.5,16.75ZM11.5,16.75C10.81,16.75 10.25,16.19 10.25,15.5C10.25,14.81 10.81,14.25 11.5,14.25C12.19,14.25 12.75,14.81 12.75,15.5C12.75,16.19 12.19,16.75 11.5,16.75ZM16.5,16.75C15.81,16.75 15.25,16.19 15.25,15.5C15.25,14.81 15.81,14.25 16.5,14.25C17.19,14.25 17.75,14.81 17.75,15.5C17.75,16.19 17.19,16.75 16.5,16.75Z" />
! <path android:fillColor="@color/white" android:pathData="M8,7H10C10,5.346 8.654,4 7,4H6V6H7C7.551,6 8,6.449 8,7Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_exit_24dp.xml to/res/drawable/ic_exit_24dp.xml
*** from/res/drawable/ic_exit_24dp.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/ic_exit_24dp.xml 2021-01-11 15:13:56.108668668 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10.418,13L12.708,15.294L11.292,16.706L6.586,11.991L11.294,7.292L12.707,8.708L10.41,11H21.949C21.446,5.955 17.177,2 12,2C6.486,2 2,6.487 2,12C2,17.513 6.486,22 12,22C17.177,22 21.446,18.046 21.949,13H10.418Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10.418,13L12.708,15.294L11.292,16.706L6.586,11.991L11.294,7.292L12.707,8.708L10.41,11H21.949C21.446,5.955 17.177,2 12,2C6.486,2 2,6.487 2,12C2,17.513 6.486,22 12,22C17.177,22 21.446,18.046 21.949,13H10.418Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_exit_to_app_dark_24dp.xml to/res/drawable/ic_exit_to_app_dark_24dp.xml
*** from/res/drawable/ic_exit_to_app_dark_24dp.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/ic_exit_to_app_dark_24dp.xml 2021-01-11 15:13:55.695674852 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10.09,15.59L11.5,17l5,-5 -5,-5 -1.41,1.41L12.67,11H3v2h9.67l-2.58,2.59zM19,3H5c-1.11,0 -2,0.9 -2,2v4h2V5h14v14H5v-4H3v4c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2V5c0,-1.1 -0.9,-2 -2,-2z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10.09,15.59L11.5,17l5,-5 -5,-5 -1.41,1.41L12.67,11H3v2h9.67l-2.58,2.59zM19,3H5c-1.11,0 -2,0.9 -2,2v4h2V5h14v14H5v-4H3v4c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2V5c0,-1.1 -0.9,-2 -2,-2z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_expand_less_white_24dp.xml to/res/drawable/ic_expand_less_white_24dp.xml
*** from/res/drawable/ic_expand_less_white_24dp.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/ic_expand_less_white_24dp.xml 2021-01-11 15:13:56.101668773 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,8l-6,6l1.41,1.41l4.59,-4.58l4.59,4.58l1.41,-1.41z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,8l-6,6l1.41,1.41l4.59,-4.58l4.59,4.58l1.41,-1.41z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_feedback_sad.xml to/res/drawable/ic_feedback_sad.xml
*** from/res/drawable/ic_feedback_sad.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/ic_feedback_sad.xml 2021-01-11 15:13:55.866672292 -0700
***************
*** 7,12 ****
<path android:fillColor="#ff36393f" android:pathData="M39.9067,52.4667C37.4032,51.4065 34.7122,50.8602 31.9934,50.8602C29.2747,50.8602 26.5836,51.4065 24.0801,52.4667C24.1711,50.94 24.7014,49.4722 25.6073,48.2399C26.5131,47.0076 27.7558,46.0635 29.1858,45.5211C30.6157,44.9787 32.172,44.8611 33.6672,45.1827C35.1624,45.5042 36.5328,46.2511 37.6134,47.3333C38.9916,48.6984 39.8096,50.5294 39.9067,52.4667Z" />
<path android:fillColor="#ffa63a0c" android:pathData="M49.3867,35.9199H40.5067C39.6599,35.9199 38.9734,36.6034 38.9734,37.4466C38.9734,38.2897 39.6599,38.9733 40.5067,38.9733H49.3867C50.2336,38.9733 50.9201,38.2897 50.9201,37.4466C50.9201,36.6034 50.2336,35.9199 49.3867,35.9199Z" />
<path android:fillColor="#ffa63a0c" android:pathData="M23.4934,35.9199H14.6134C13.7666,35.9199 13.0801,36.6034 13.0801,37.4466C13.0801,38.2897 13.7666,38.9733 14.6134,38.9733H23.4934C24.3403,38.9733 25.0267,38.2897 25.0267,37.4466C25.0267,36.6034 24.3403,35.9199 23.4934,35.9199Z" />
! <path android:fillColor="#ffffffff" android:pathData="M12.0001,12.52L8.6401,19.1867C8.3477,19.7606 8.2077,20.4001 8.2335,21.0437C8.2592,21.6873 8.4499,22.3135 8.7872,22.8622C9.1244,23.411 9.597,23.8639 10.1597,24.1775C10.7223,24.4912 11.356,24.655 12.0001,24.6534C12.639,24.653 13.2672,24.4892 13.8249,24.1777C14.3827,23.8661 14.8515,23.4171 15.1869,22.8734C15.5222,22.3296 15.713,21.7091 15.741,21.0708C15.7689,20.4326 15.6333,19.7977 15.3468,19.2267L12.0001,12.52Z" />
</group>
</vector>
\ No newline at end of file
--- 7,12 ----
<path android:fillColor="#ff36393f" android:pathData="M39.9067,52.4667C37.4032,51.4065 34.7122,50.8602 31.9934,50.8602C29.2747,50.8602 26.5836,51.4065 24.0801,52.4667C24.1711,50.94 24.7014,49.4722 25.6073,48.2399C26.5131,47.0076 27.7558,46.0635 29.1858,45.5211C30.6157,44.9787 32.172,44.8611 33.6672,45.1827C35.1624,45.5042 36.5328,46.2511 37.6134,47.3333C38.9916,48.6984 39.8096,50.5294 39.9067,52.4667Z" />
<path android:fillColor="#ffa63a0c" android:pathData="M49.3867,35.9199H40.5067C39.6599,35.9199 38.9734,36.6034 38.9734,37.4466C38.9734,38.2897 39.6599,38.9733 40.5067,38.9733H49.3867C50.2336,38.9733 50.9201,38.2897 50.9201,37.4466C50.9201,36.6034 50.2336,35.9199 49.3867,35.9199Z" />
<path android:fillColor="#ffa63a0c" android:pathData="M23.4934,35.9199H14.6134C13.7666,35.9199 13.0801,36.6034 13.0801,37.4466C13.0801,38.2897 13.7666,38.9733 14.6134,38.9733H23.4934C24.3403,38.9733 25.0267,38.2897 25.0267,37.4466C25.0267,36.6034 24.3403,35.9199 23.4934,35.9199Z" />
! <path android:fillColor="@color/white" android:pathData="M12.0001,12.52L8.6401,19.1867C8.3477,19.7606 8.2077,20.4001 8.2335,21.0437C8.2592,21.6873 8.4499,22.3135 8.7872,22.8622C9.1244,23.411 9.597,23.8639 10.1597,24.1775C10.7223,24.4912 11.356,24.655 12.0001,24.6534C12.639,24.653 13.2672,24.4892 13.8249,24.1777C14.3827,23.8661 14.8515,23.4171 15.1869,22.8734C15.5222,22.3296 15.713,21.7091 15.741,21.0708C15.7689,20.4326 15.6333,19.7977 15.3468,19.2267L12.0001,12.52Z" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_file_download_white_24dp.xml to/res/drawable/ic_file_download_white_24dp.xml
*** from/res/drawable/ic_file_download_white_24dp.xml 2021-01-02 17:58:42.829414359 -0700
--- to/res/drawable/ic_file_download_white_24dp.xml 2021-01-11 15:13:56.379664611 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_file_large_code.xml to/res/drawable/ic_file_large_code.xml
*** from/res/drawable/ic_file_large_code.xml 2021-01-02 17:58:42.823414450 -0700
--- to/res/drawable/ic_file_large_code.xml 2021-01-11 15:13:56.124668429 -0700
***************
*** 1,8 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="130.0dip" android:width="100.0dip" android:viewportWidth="100.0" android:viewportHeight="130.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#fff4f6fc" android:pathData="M15,18.99C15,15.68 17.69,13 21,13h43.99C69.66,13 85,28.32 85,32.98L85,107.01c0,3.31 -2.68,5.99 -6,5.99L21,113C17.69,113 15,110.31 15,107.01L15,18.99z" android:strokeColor="#ff7289da" android:strokeWidth="2.0" />
! <path android:fillColor="#fff4f6fc" android:pathData="M66,16c0,-3.31 1.89,-4.1 4.24,-1.75l13.52,13.52C86.1,30.1 85.31,32 82,32L69,32c-1.66,0 -3,-1.34 -3,-3L66,16z" android:strokeColor="#ff7289da" android:strokeWidth="2.0" />
<path android:fillColor="#00000000" android:pathData="M61,17H22.99c-2.76,0 -5,2.23 -5,5V29" android:strokeColor="#ffc9d2f0" android:strokeWidth="2.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
<path android:fillColor="#00000000" android:pathData="M69,19v7.5C69,27.88 70.11,29 71.5,29H74" android:strokeColor="#ffc9d2f0" android:strokeWidth="2.0" android:strokeAlpha="0.6" />
<path android:fillColor="#ff697ec4" android:pathData="M41,85.48c0,-0.54 0.01,-1.04 0.05,-1.5l0.09,-1.35 0.09,-1.34c0.03,-0.45 0.05,-0.93 0.05,-1.42 0,-0.28 -0.06,-0.56 -0.18,-0.84 -0.12,-0.28 -0.34,-0.52 -0.66,-0.74 -0.32,-0.21 -0.76,-0.38 -1.32,-0.52s-1.27,-0.21 -2.13,-0.21v-1.8c0.86,0 1.57,-0.07 2.13,-0.21 0.56,-0.14 1,-0.31 1.32,-0.52 0.32,-0.21 0.54,-0.46 0.66,-0.74 0.12,-0.28 0.18,-0.56 0.18,-0.84 0,-0.96 -0.05,-1.88 -0.14,-2.74 -0.09,-0.87 -0.14,-1.83 -0.14,-2.87 0,-0.78 0.11,-1.43 0.33,-1.97 0.22,-0.53 0.56,-0.95 1.02,-1.26 0.46,-0.31 1.04,-0.53 1.74,-0.66s1.52,-0.19 2.46,-0.19h1.95v1.68h-1.47c-0.72,0 -1.31,0.05 -1.77,0.14 -0.46,0.09 -0.82,0.23 -1.08,0.44 -0.26,0.2 -0.44,0.46 -0.54,0.78 -0.1,0.32 -0.15,0.72 -0.15,1.2 0,0.84 0.03,1.7 0.09,2.58 0.06,0.88 0.09,1.78 0.09,2.7 0,1.02 -0.2,1.78 -0.62,2.3 -0.41,0.51 -1.14,0.86 -2.2,1.03v0.12c1.06,0.18 1.79,0.52 2.2,1.03 0.41,0.51 0.62,1.27 0.62,2.3 0,1 -0.03,1.9 -0.09,2.71 -0.06,0.81 -0.09,1.66 -0.09,2.57 0,0.48 0.05,0.88 0.15,1.2 0.1,0.32 0.28,0.58 0.54,0.78 0.26,0.2 0.62,0.34 1.08,0.44 0.46,0.09 1.05,0.14 1.77,0.14h1.47v1.68h-1.95c-0.94,0 -1.76,-0.06 -2.46,-0.19s-1.28,-0.35 -1.74,-0.66c-0.46,-0.31 -0.8,-0.73 -1.02,-1.26 -0.22,-0.53 -0.33,-1.18 -0.33,-1.97zM53.97,87.88c0.72,0 1.32,-0.05 1.78,-0.14 0.47,-0.09 0.83,-0.23 1.1,-0.44s0.44,-0.46 0.54,-0.78c0.1,-0.32 0.15,-0.72 0.15,-1.2 0,-0.9 -0.03,-1.75 -0.09,-2.57s-0.09,-1.72 -0.09,-2.71c0,-1.02 0.2,-1.78 0.6,-2.3 0.4,-0.51 1.13,-0.86 2.19,-1.03v-0.12c-1.06,-0.18 -1.79,-0.52 -2.19,-1.03 -0.4,-0.51 -0.6,-1.27 -0.6,-2.3 0,-0.92 0.03,-1.82 0.09,-2.7 0.06,-0.88 0.09,-1.74 0.09,-2.58 0,-0.48 -0.05,-0.88 -0.15,-1.2 -0.1,-0.32 -0.28,-0.58 -0.54,-0.78 -0.26,-0.2 -0.63,-0.34 -1.1,-0.44 -0.47,-0.09 -1.07,-0.14 -1.78,-0.14L52.5,65.44v-1.68h1.95c0.96,0 1.78,0.06 2.47,0.19 0.69,0.13 1.26,0.35 1.73,0.66 0.46,0.31 0.8,0.73 1.02,1.26 0.22,0.53 0.33,1.18 0.33,1.97 0,1.04 -0.05,2 -0.14,2.87 -0.09,0.87 -0.14,1.78 -0.14,2.74 0,0.28 0.06,0.56 0.18,0.84 0.12,0.28 0.34,0.52 0.66,0.74 0.32,0.21 0.75,0.38 1.3,0.52 0.55,0.14 1.26,0.21 2.14,0.21v1.8c-0.88,0 -1.6,0.07 -2.14,0.21 -0.55,0.14 -0.99,0.31 -1.3,0.52 -0.32,0.21 -0.54,0.46 -0.66,0.74 -0.12,0.28 -0.18,0.56 -0.18,0.84 0,0.5 0.01,0.98 0.05,1.42l0.09,1.34 0.09,1.35c0.03,0.46 0.05,0.96 0.05,1.5 0,0.78 -0.11,1.43 -0.33,1.97 -0.22,0.53 -0.56,0.95 -1.02,1.26 -0.46,0.31 -1.03,0.53 -1.73,0.66 -0.69,0.13 -1.51,0.19 -2.47,0.19L52.5,89.56v-1.68h1.47z" android:strokeAlpha="0.8" android:fillAlpha="0.8" />
--- 1,8 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="130.0dip" android:width="100.0dip" android:viewportWidth="100.0" android:viewportHeight="130.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#fff4f6fc" android:pathData="M15,18.99C15,15.68 17.69,13 21,13h43.99C69.66,13 85,28.32 85,32.98L85,107.01c0,3.31 -2.68,5.99 -6,5.99L21,113C17.69,113 15,110.31 15,107.01L15,18.99z" android:strokeColor="@color/link" android:strokeWidth="2.0" />
! <path android:fillColor="#fff4f6fc" android:pathData="M66,16c0,-3.31 1.89,-4.1 4.24,-1.75l13.52,13.52C86.1,30.1 85.31,32 82,32L69,32c-1.66,0 -3,-1.34 -3,-3L66,16z" android:strokeColor="@color/link" android:strokeWidth="2.0" />
<path android:fillColor="#00000000" android:pathData="M61,17H22.99c-2.76,0 -5,2.23 -5,5V29" android:strokeColor="#ffc9d2f0" android:strokeWidth="2.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
<path android:fillColor="#00000000" android:pathData="M69,19v7.5C69,27.88 70.11,29 71.5,29H74" android:strokeColor="#ffc9d2f0" android:strokeWidth="2.0" android:strokeAlpha="0.6" />
<path android:fillColor="#ff697ec4" android:pathData="M41,85.48c0,-0.54 0.01,-1.04 0.05,-1.5l0.09,-1.35 0.09,-1.34c0.03,-0.45 0.05,-0.93 0.05,-1.42 0,-0.28 -0.06,-0.56 -0.18,-0.84 -0.12,-0.28 -0.34,-0.52 -0.66,-0.74 -0.32,-0.21 -0.76,-0.38 -1.32,-0.52s-1.27,-0.21 -2.13,-0.21v-1.8c0.86,0 1.57,-0.07 2.13,-0.21 0.56,-0.14 1,-0.31 1.32,-0.52 0.32,-0.21 0.54,-0.46 0.66,-0.74 0.12,-0.28 0.18,-0.56 0.18,-0.84 0,-0.96 -0.05,-1.88 -0.14,-2.74 -0.09,-0.87 -0.14,-1.83 -0.14,-2.87 0,-0.78 0.11,-1.43 0.33,-1.97 0.22,-0.53 0.56,-0.95 1.02,-1.26 0.46,-0.31 1.04,-0.53 1.74,-0.66s1.52,-0.19 2.46,-0.19h1.95v1.68h-1.47c-0.72,0 -1.31,0.05 -1.77,0.14 -0.46,0.09 -0.82,0.23 -1.08,0.44 -0.26,0.2 -0.44,0.46 -0.54,0.78 -0.1,0.32 -0.15,0.72 -0.15,1.2 0,0.84 0.03,1.7 0.09,2.58 0.06,0.88 0.09,1.78 0.09,2.7 0,1.02 -0.2,1.78 -0.62,2.3 -0.41,0.51 -1.14,0.86 -2.2,1.03v0.12c1.06,0.18 1.79,0.52 2.2,1.03 0.41,0.51 0.62,1.27 0.62,2.3 0,1 -0.03,1.9 -0.09,2.71 -0.06,0.81 -0.09,1.66 -0.09,2.57 0,0.48 0.05,0.88 0.15,1.2 0.1,0.32 0.28,0.58 0.54,0.78 0.26,0.2 0.62,0.34 1.08,0.44 0.46,0.09 1.05,0.14 1.77,0.14h1.47v1.68h-1.95c-0.94,0 -1.76,-0.06 -2.46,-0.19s-1.28,-0.35 -1.74,-0.66c-0.46,-0.31 -0.8,-0.73 -1.02,-1.26 -0.22,-0.53 -0.33,-1.18 -0.33,-1.97zM53.97,87.88c0.72,0 1.32,-0.05 1.78,-0.14 0.47,-0.09 0.83,-0.23 1.1,-0.44s0.44,-0.46 0.54,-0.78c0.1,-0.32 0.15,-0.72 0.15,-1.2 0,-0.9 -0.03,-1.75 -0.09,-2.57s-0.09,-1.72 -0.09,-2.71c0,-1.02 0.2,-1.78 0.6,-2.3 0.4,-0.51 1.13,-0.86 2.19,-1.03v-0.12c-1.06,-0.18 -1.79,-0.52 -2.19,-1.03 -0.4,-0.51 -0.6,-1.27 -0.6,-2.3 0,-0.92 0.03,-1.82 0.09,-2.7 0.06,-0.88 0.09,-1.74 0.09,-2.58 0,-0.48 -0.05,-0.88 -0.15,-1.2 -0.1,-0.32 -0.28,-0.58 -0.54,-0.78 -0.26,-0.2 -0.63,-0.34 -1.1,-0.44 -0.47,-0.09 -1.07,-0.14 -1.78,-0.14L52.5,65.44v-1.68h1.95c0.96,0 1.78,0.06 2.47,0.19 0.69,0.13 1.26,0.35 1.73,0.66 0.46,0.31 0.8,0.73 1.02,1.26 0.22,0.53 0.33,1.18 0.33,1.97 0,1.04 -0.05,2 -0.14,2.87 -0.09,0.87 -0.14,1.78 -0.14,2.74 0,0.28 0.06,0.56 0.18,0.84 0.12,0.28 0.34,0.52 0.66,0.74 0.32,0.21 0.75,0.38 1.3,0.52 0.55,0.14 1.26,0.21 2.14,0.21v1.8c-0.88,0 -1.6,0.07 -2.14,0.21 -0.55,0.14 -0.99,0.31 -1.3,0.52 -0.32,0.21 -0.54,0.46 -0.66,0.74 -0.12,0.28 -0.18,0.56 -0.18,0.84 0,0.5 0.01,0.98 0.05,1.42l0.09,1.34 0.09,1.35c0.03,0.46 0.05,0.96 0.05,1.5 0,0.78 -0.11,1.43 -0.33,1.97 -0.22,0.53 -0.56,0.95 -1.02,1.26 -0.46,0.31 -1.03,0.53 -1.73,0.66 -0.69,0.13 -1.51,0.19 -2.47,0.19L52.5,89.56v-1.68h1.47z" android:strokeAlpha="0.8" android:fillAlpha="0.8" />
diff -x dist -x build -craB from/res/drawable/ic_file_large_document.xml to/res/drawable/ic_file_large_document.xml
*** from/res/drawable/ic_file_large_document.xml 2021-01-02 17:58:42.811414632 -0700
--- to/res/drawable/ic_file_large_document.xml 2021-01-11 15:13:55.774673669 -0700
***************
*** 1,8 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="130.0dip" android:width="100.0dip" android:viewportWidth="100.0" android:viewportHeight="130.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#fff4f6fc" android:pathData="M15,18.99C15,15.68 17.68,13 20.99,13L65.28,13C69.85,13 85,28.49 85,33.24L85,107C85,110.31 82.32,113 79,113L21,113C17.69,113 15,110.31 15,107.01L15,18.99Z" android:strokeColor="#ff7289da" android:strokeWidth="2.0" />
! <path android:fillColor="#fff4f6fc" android:pathData="M66,16C66,12.68 67.89,11.89 70.24,14.24L83.76,27.76C86.1,30.1 85.31,32 82,32L69,32C67.34,32 66,30.66 66,29L66,16Z" android:strokeColor="#ff7289da" android:strokeWidth="2.0" />
<path android:fillColor="#00000000" android:pathData="M61,17L22.99,17C20.23,17 17.99,19.23 17.99,22L17.99,29" android:strokeColor="#ffc9d2f0" android:strokeWidth="2.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
<path android:fillColor="#00000000" android:pathData="M69,19L69,26.5C69,27.88 70.11,29 71.5,29L74,29" android:strokeColor="#ffc9d2f0" android:strokeWidth="2.0" android:strokeAlpha="0.6" />
<path android:fillColor="#ff697ec4" android:pathData="M23,87L77,87L77,90L23,90L23,87ZM23,94L77,94L77,97L23,97L23,94ZM23,80L77,80L77,83L23,83L23,80ZM23,31L57,31L57,34L23,34L23,31ZM23,73L77,73L77,76L23,76L23,73ZM23,66L77,66L77,69L23,69L23,66ZM23,59L77,59L77,62L23,62L23,59ZM23,52L77,52L77,55L23,55L23,52ZM23,45L77,45L77,48L23,48L23,45ZM23,38L57,38L57,41L23,41L23,38Z" android:strokeColor="#00000000" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
--- 1,8 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="130.0dip" android:width="100.0dip" android:viewportWidth="100.0" android:viewportHeight="130.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#fff4f6fc" android:pathData="M15,18.99C15,15.68 17.68,13 20.99,13L65.28,13C69.85,13 85,28.49 85,33.24L85,107C85,110.31 82.32,113 79,113L21,113C17.69,113 15,110.31 15,107.01L15,18.99Z" android:strokeColor="@color/link" android:strokeWidth="2.0" />
! <path android:fillColor="#fff4f6fc" android:pathData="M66,16C66,12.68 67.89,11.89 70.24,14.24L83.76,27.76C86.1,30.1 85.31,32 82,32L69,32C67.34,32 66,30.66 66,29L66,16Z" android:strokeColor="@color/link" android:strokeWidth="2.0" />
<path android:fillColor="#00000000" android:pathData="M61,17L22.99,17C20.23,17 17.99,19.23 17.99,22L17.99,29" android:strokeColor="#ffc9d2f0" android:strokeWidth="2.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
<path android:fillColor="#00000000" android:pathData="M69,19L69,26.5C69,27.88 70.11,29 71.5,29L74,29" android:strokeColor="#ffc9d2f0" android:strokeWidth="2.0" android:strokeAlpha="0.6" />
<path android:fillColor="#ff697ec4" android:pathData="M23,87L77,87L77,90L23,90L23,87ZM23,94L77,94L77,97L23,97L23,94ZM23,80L77,80L77,83L23,83L23,80ZM23,31L57,31L57,34L23,34L23,31ZM23,73L77,73L77,76L23,76L23,73ZM23,66L77,66L77,69L23,69L23,66ZM23,59L77,59L77,62L23,62L23,59ZM23,52L77,52L77,55L23,55L23,52ZM23,45L77,45L77,48L23,48L23,45ZM23,38L57,38L57,41L23,41L23,38Z" android:strokeColor="#00000000" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
diff -x dist -x build -craB from/res/drawable/ic_file_large_video.xml to/res/drawable/ic_file_large_video.xml
*** from/res/drawable/ic_file_large_video.xml 2021-01-02 17:58:42.811414632 -0700
--- to/res/drawable/ic_file_large_video.xml 2021-01-11 15:13:55.971670720 -0700
***************
*** 1,9 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="130.0dip" android:width="100.0dip" android:viewportWidth="100.0" android:viewportHeight="130.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#fff4f6fc" android:pathData="M20,19.99C20,16.68 22.68,14 26,14L70.35,14C74.9,14 90,29.39 90,34.09L90,108C90,111.31 87.32,114 84,114L26,114C22.69,114 20,111.31 20,108.01L20,19.99Z" android:strokeColor="#ff7289da" android:strokeWidth="2.0" />
! <path android:fillColor="#ff7289da" android:pathData="M32,14L34,14L34,114L32,114L32,14ZM76,14L78,14L78,114L76,114L76,14ZM20,105L32,105L32,107L20,107L20,105ZM78,105L90,105L90,107L78,107L78,105ZM20,93L32,93L32,95L20,95L20,93ZM78,93L90,93L90,95L78,95L78,93ZM20,81L32,81L32,83L20,83L20,81ZM78,81L90,81L90,83L78,83L78,81ZM20,69L32,69L32,71L20,71L20,69ZM78,69L90,69L90,71L78,71L78,69ZM20,57L32,57L32,59L20,59L20,57ZM78,57L90,57L90,59L78,59L78,57ZM20,45L32,45L32,47L20,47L20,45ZM78,45L90,45L90,47L78,47L78,45ZM20,33L32,33L32,35L20,35L20,33ZM78,33L90,33L90,35L78,35L78,33ZM20,21L32,21L32,23L20,23L20,21Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#fff4f6fc" android:pathData="M71,17C71,13.68 72.89,12.89 75.24,15.24L88.76,28.76C91.1,31.1 90.31,33 87,33L74,33C72.34,33 71,31.66 71,30L71,17Z" android:strokeColor="#ff7289da" android:strokeWidth="2.0" />
<path android:fillColor="#00000000" android:pathData="M74,20L74,27.5C74,28.88 75.11,30 76.5,30L79,30" android:strokeColor="#ffc9d2f0" android:strokeWidth="2.0" android:strokeAlpha="0.6" />
! <path android:fillColor="#fff4f6fc" android:pathData="M66,64l-20,10l0,-20z" android:strokeColor="#ff7289da" android:strokeWidth="2.0" />
</vector>
\ No newline at end of file
--- 1,9 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="130.0dip" android:width="100.0dip" android:viewportWidth="100.0" android:viewportHeight="130.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#fff4f6fc" android:pathData="M20,19.99C20,16.68 22.68,14 26,14L70.35,14C74.9,14 90,29.39 90,34.09L90,108C90,111.31 87.32,114 84,114L26,114C22.69,114 20,111.31 20,108.01L20,19.99Z" android:strokeColor="@color/link" android:strokeWidth="2.0" />
! <path android:fillColor="@color/link" android:pathData="M32,14L34,14L34,114L32,114L32,14ZM76,14L78,14L78,114L76,114L76,14ZM20,105L32,105L32,107L20,107L20,105ZM78,105L90,105L90,107L78,107L78,105ZM20,93L32,93L32,95L20,95L20,93ZM78,93L90,93L90,95L78,95L78,93ZM20,81L32,81L32,83L20,83L20,81ZM78,81L90,81L90,83L78,83L78,81ZM20,69L32,69L32,71L20,71L20,69ZM78,69L90,69L90,71L78,71L78,69ZM20,57L32,57L32,59L20,59L20,57ZM78,57L90,57L90,59L78,59L78,57ZM20,45L32,45L32,47L20,47L20,45ZM78,45L90,45L90,47L78,47L78,45ZM20,33L32,33L32,35L20,35L20,33ZM78,33L90,33L90,35L78,35L78,33ZM20,21L32,21L32,23L20,23L20,21Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#fff4f6fc" android:pathData="M71,17C71,13.68 72.89,12.89 75.24,15.24L88.76,28.76C91.1,31.1 90.31,33 87,33L74,33C72.34,33 71,31.66 71,30L71,17Z" android:strokeColor="@color/link" android:strokeWidth="2.0" />
<path android:fillColor="#00000000" android:pathData="M74,20L74,27.5C74,28.88 75.11,30 76.5,30L79,30" android:strokeColor="#ffc9d2f0" android:strokeWidth="2.0" android:strokeAlpha="0.6" />
! <path android:fillColor="#fff4f6fc" android:pathData="M66,64l-20,10l0,-20z" android:strokeColor="@color/link" android:strokeWidth="2.0" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_filter_list_white_24dp.xml to/res/drawable/ic_filter_list_white_24dp.xml
*** from/res/drawable/ic_filter_list_white_24dp.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/ic_filter_list_white_24dp.xml 2021-01-11 15:13:55.511677607 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10,18h4v-2h-4v2zM3,6v2h18L21,6L3,6zM6,13h12v-2L6,11v2z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10,18h4v-2h-4v2zM3,6v2h18L21,6L3,6zM6,13h12v-2L6,11v2z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_flag_24dp.xml to/res/drawable/ic_flag_24dp.xml
*** from/res/drawable/ic_flag_24dp.xml 2021-01-02 17:58:42.827414389 -0700
--- to/res/drawable/ic_flag_24dp.xml 2021-01-11 15:13:55.613676080 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M20,6.002H14V3.002C14,2.45 13.553,2.002 13,2.002H4C3.447,2.002 3,2.45 3,3.002V22.002H5V14.002H10.586L8.293,16.295C8.007,16.581 7.922,17.011 8.076,17.385C8.23,17.759 8.596,18.002 9,18.002H20C20.553,18.002 21,17.554 21,17.002V7.002C21,6.45 20.553,6.002 20,6.002Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M20,6.002H14V3.002C14,2.45 13.553,2.002 13,2.002H4C3.447,2.002 3,2.45 3,3.002V22.002H5V14.002H10.586L8.293,16.295C8.007,16.581 7.922,17.011 8.076,17.385C8.23,17.759 8.596,18.002 9,18.002H20C20.553,18.002 21,17.554 21,17.002V7.002C21,6.45 20.553,6.002 20,6.002Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_flash_auto_24dp.xml to/res/drawable/ic_flash_auto_24dp.xml
*** from/res/drawable/ic_flash_auto_24dp.xml 2021-01-02 17:58:42.813414602 -0700
--- to/res/drawable/ic_flash_auto_24dp.xml 2021-01-11 15:13:55.499677787 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3,2v12h3v9l7,-12L9,11l4,-9L3,2zM19,2h-2l-3.2,9h1.9l0.7,-2h3.2l0.7,2h1.9L19,2zM16.85,7.65L18,4l1.15,3.65h-2.3z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3,2v12h3v9l7,-12L9,11l4,-9L3,2zM19,2h-2l-3.2,9h1.9l0.7,-2h3.2l0.7,2h1.9L19,2zM16.85,7.65L18,4l1.15,3.65h-2.3z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_flash_off_24dp.xml to/res/drawable/ic_flash_off_24dp.xml
*** from/res/drawable/ic_flash_off_24dp.xml 2021-01-02 17:58:42.817414541 -0700
--- to/res/drawable/ic_flash_off_24dp.xml 2021-01-11 15:13:56.441663682 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3.27,3L2,4.27l5,5V13h3v9l3.58,-6.14L17.73,20 19,18.73 3.27,3zM17,10h-4l4,-8H7v2.18l8.46,8.46L17,10z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3.27,3L2,4.27l5,5V13h3v9l3.58,-6.14L17.73,20 19,18.73 3.27,3zM17,10h-4l4,-8H7v2.18l8.46,8.46L17,10z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_flash_on_24dp.xml to/res/drawable/ic_flash_on_24dp.xml
*** from/res/drawable/ic_flash_on_24dp.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_flash_on_24dp.xml 2021-01-11 15:13:55.347680063 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M7,2v11h3v9l7,-12h-4l4,-8z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M7,2v11h3v9l7,-12h-4l4,-8z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_flash_torch_24dp.xml to/res/drawable/ic_flash_torch_24dp.xml
*** from/res/drawable/ic_flash_torch_24dp.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/ic_flash_torch_24dp.xml 2021-01-11 15:13:55.889671948 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="#ffffffff" android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M6,14l3,3v5h6v-5l3,-3V9H6V14zM11,2h2v3h-2V2zM3.5,5.88l1.41,-1.41l2.12,2.12L5.62,8L3.5,5.88zM16.96,6.59l2.12,-2.12l1.41,1.41L18.38,8L16.96,6.59z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="@color/white" android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M6,14l3,3v5h6v-5l3,-3V9H6V14zM11,2h2v3h-2V2zM3.5,5.88l1.41,-1.41l2.12,2.12L5.62,8L3.5,5.88zM16.96,6.59l2.12,-2.12l1.41,1.41L18.38,8L16.96,6.59z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_games_24dp.xml to/res/drawable/ic_games_24dp.xml
*** from/res/drawable/ic_games_24dp.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_games_24dp.xml 2021-01-11 15:13:56.305665719 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M15,7.5V2H9v5.5l3,3 3,-3zM7.5,9H2v6h5.5l3,-3 -3,-3zM9,16.5V22h6v-5.5l-3,-3 -3,3zM16.5,9l-3,3 3,3H22V9h-5.5z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M15,7.5V2H9v5.5l3,3 3,-3zM7.5,9H2v6h5.5l3,-3 -3,-3zM9,16.5V22h6v-5.5l-3,-3 -3,3zM16.5,9l-3,3 3,3H22V9h-5.5z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_gem_tier_1.xml to/res/drawable/ic_gem_tier_1.xml
*** from/res/drawable/ic_gem_tier_1.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/ic_gem_tier_1.xml 2021-01-11 15:13:55.604676215 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="20.0dip" android:width="20.0dip" android:viewportWidth="20.0" android:viewportHeight="20.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10,3.75L6.25,7.5V12.5L10,16.25L13.75,12.5V7.5L10,3.75ZM12.5,12.025L10,14.525L7.5,12.025V8.025L10,5.525L12.5,8.025V12.025Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="20.0dip" android:width="20.0dip" android:viewportWidth="20.0" android:viewportHeight="20.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10,3.75L6.25,7.5V12.5L10,16.25L13.75,12.5V7.5L10,3.75ZM12.5,12.025L10,14.525L7.5,12.025V8.025L10,5.525L12.5,8.025V12.025Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_gem_tier_2.xml to/res/drawable/ic_gem_tier_2.xml
*** from/res/drawable/ic_gem_tier_2.xml 2021-01-02 17:58:42.816414556 -0700
--- to/res/drawable/ic_gem_tier_2.xml 2021-01-11 15:13:55.532677293 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="20.0dip" android:width="20.0dip" android:viewportWidth="20.0" android:viewportHeight="20.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M8.75,8.5375V11.5125L10,12.7625L11.25,11.5125V8.5375L10,7.2875L8.75,8.5375Z" />
! <path android:fillColor="#ffffffff" android:pathData="M10,3.75L6.25,7.5V12.5L10,16.25L13.75,12.5V7.5L10,3.75ZM12.5,12.025L10,14.525L7.5,12.025V8.025L10,5.525L12.5,8.025V12.025Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="20.0dip" android:width="20.0dip" android:viewportWidth="20.0" android:viewportHeight="20.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M8.75,8.5375V11.5125L10,12.7625L11.25,11.5125V8.5375L10,7.2875L8.75,8.5375Z" />
! <path android:fillColor="@color/white" android:pathData="M10,3.75L6.25,7.5V12.5L10,16.25L13.75,12.5V7.5L10,3.75ZM12.5,12.025L10,14.525L7.5,12.025V8.025L10,5.525L12.5,8.025V12.025Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_gem_tier_3_boosted.xml to/res/drawable/ic_gem_tier_3_boosted.xml
*** from/res/drawable/ic_gem_tier_3_boosted.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/ic_gem_tier_3_boosted.xml 2021-01-11 15:13:56.214667081 -0700
***************
*** 1,7 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="20.0dip" android:width="20.0dip" android:viewportWidth="20.0" android:viewportHeight="20.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10,3.75L6.25,7.5V12.5L10,16.25L13.75,12.5V7.5L10,3.75ZM12.5,12.025L10,14.525L7.5,12.025V8.025L10,5.525L12.5,8.025V12.025Z" />
! <path android:fillColor="#ffffffff" android:pathData="M10.95,8.2375L10,7.2875L8.75,8.5375V10.4375L10.95,8.2375Z" />
! <path android:fillColor="#ffffffff" android:pathData="M9.1,11.8625L10,12.7625L11.25,11.5125V9.7125L9.1,11.8625Z" />
</vector>
\ No newline at end of file
--- 1,7 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="20.0dip" android:width="20.0dip" android:viewportWidth="20.0" android:viewportHeight="20.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10,3.75L6.25,7.5V12.5L10,16.25L13.75,12.5V7.5L10,3.75ZM12.5,12.025L10,14.525L7.5,12.025V8.025L10,5.525L12.5,8.025V12.025Z" />
! <path android:fillColor="@color/white" android:pathData="M10.95,8.2375L10,7.2875L8.75,8.5375V10.4375L10.95,8.2375Z" />
! <path android:fillColor="@color/white" android:pathData="M9.1,11.8625L10,12.7625L11.25,11.5125V9.7125L9.1,11.8625Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_google_white_24dp.xml to/res/drawable/ic_google_white_24dp.xml
*** from/res/drawable/ic_google_white_24dp.xml 2021-01-02 17:58:42.815414572 -0700
--- to/res/drawable/ic_google_white_24dp.xml 2021-01-11 15:13:55.416679030 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M23.79,9.76H12.26v4.75h6.42a7.17,7.17 0,0 1,-3.08 3.65h0A7.14,7.14 0,0 1,5.32 14.5,7.12 7.12,0 0,1 12,4.87 7,7 0,0 1,15.77 6l3.89,-3.19a12,12 0,1 0,-0.15 18.6h0a12,12 0,0 0,4.23 -6.85A12.21,12.21 0,0 0,24 12,11.74 11.74,0 0,0 23.79,9.76Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M23.79,9.76H12.26v4.75h6.42a7.17,7.17 0,0 1,-3.08 3.65h0A7.14,7.14 0,0 1,5.32 14.5,7.12 7.12,0 0,1 12,4.87 7,7 0,0 1,15.77 6l3.89,-3.19a12,12 0,1 0,-0.15 18.6h0a12,12 0,0 0,4.23 -6.85A12.21,12.21 0,0 0,24 12,11.74 11.74,0 0,0 23.79,9.76Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_group_add_white_24dp.xml to/res/drawable/ic_group_add_white_24dp.xml
*** from/res/drawable/ic_group_add_white_24dp.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/ic_group_add_white_24dp.xml 2021-01-11 15:13:55.408679149 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M22,3H19V0H17V3H14V5H17V8H19V5H22V3Z" />
! <path android:fillColor="#ffffffff" android:pathData="M2.798,3H11.0709C11.0242,3.3266 11,3.6605 11,4C11,7.866 14.134,11 18,11C18.3388,11 18.6721,10.9759 18.998,10.9294V15.6C18.998,16.5936 18.1925,17.4 17.198,17.4H9.0981L5.4981,21V17.4H2.798C1.8045,17.4 0.998,16.5936 0.998,15.6V4.8C0.998,3.8055 1.8045,3 2.798,3Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M22,3H19V0H17V3H14V5H17V8H19V5H22V3Z" />
! <path android:fillColor="@color/white" android:pathData="M2.798,3H11.0709C11.0242,3.3266 11,3.6605 11,4C11,7.866 14.134,11 18,11C18.3388,11 18.6721,10.9759 18.998,10.9294V15.6C18.998,16.5936 18.1925,17.4 17.198,17.4H9.0981L5.4981,21V17.4H2.798C1.8045,17.4 0.998,16.5936 0.998,15.6V4.8C0.998,3.8055 1.8045,3 2.798,3Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_guild_badge_premium_tier_1_banner.xml to/res/drawable/ic_guild_badge_premium_tier_1_banner.xml
*** from/res/drawable/ic_guild_badge_premium_tier_1_banner.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/ic_guild_badge_premium_tier_1_banner.xml 2021-01-11 15:13:55.787673475 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M16,8c0,0.79 -1.28,1.38 -1.52,2.09s0.44,2 0,2.59 -1.84,0.35 -2.46,0.8 -0.79,1.84 -1.54,2.09 -1.67,-0.8 -2.47,-0.8 -1.75,1 -2.47,0.8S4.62,13.93 4,13.48s-2,-0.18 -2.46,-0.8 0.23,-1.84 0,-2.59S0,8.79 0,8 1.28,6.62 1.52,5.91s-0.44,-2 0,-2.59S3.37,3 4,2.52 4.78,0.68 5.53,0.43s1.67,0.8 2.47,0.8 1.75,-1 2.47,-0.8S11.38,2.07 12,2.52s2,0.18 2.46,0.8 -0.23,1.84 0,2.59S16,7.21 16,8Z" />
<path android:fillColor="#ff4f545c" android:pathData="M8,3 L5,6v4l3,3 3,-3V6ZM10,9.6l-2,2 -2,-2V6.4l2,-2 2,2Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M16,8c0,0.79 -1.28,1.38 -1.52,2.09s0.44,2 0,2.59 -1.84,0.35 -2.46,0.8 -0.79,1.84 -1.54,2.09 -1.67,-0.8 -2.47,-0.8 -1.75,1 -2.47,0.8S4.62,13.93 4,13.48s-2,-0.18 -2.46,-0.8 0.23,-1.84 0,-2.59S0,8.79 0,8 1.28,6.62 1.52,5.91s-0.44,-2 0,-2.59S3.37,3 4,2.52 4.78,0.68 5.53,0.43s1.67,0.8 2.47,0.8 1.75,-1 2.47,-0.8S11.38,2.07 12,2.52s2,0.18 2.46,0.8 -0.23,1.84 0,2.59S16,7.21 16,8Z" />
<path android:fillColor="#ff4f545c" android:pathData="M8,3 L5,6v4l3,3 3,-3V6ZM10,9.6l-2,2 -2,-2V6.4l2,-2 2,2Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_guild_badge_premium_tier_1.xml to/res/drawable/ic_guild_badge_premium_tier_1.xml
*** from/res/drawable/ic_guild_badge_premium_tier_1.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/ic_guild_badge_premium_tier_1.xml 2021-01-11 15:13:56.239666707 -0700
***************
*** 2,6 ****
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff4f545c" android:pathData="M16,8c0,0.79 -1.28,1.38 -1.52,2.09s0.44,2 0,2.59 -1.84,0.35 -2.46,0.8 -0.79,1.84 -1.54,2.09 -1.67,-0.8 -2.47,-0.8 -1.75,1 -2.47,0.8S4.62,13.93 4,13.48s-2,-0.18 -2.46,-0.8 0.23,-1.84 0,-2.59S0,8.79 0,8 1.28,6.62 1.52,5.91s-0.44,-2 0,-2.59S3.37,3 4,2.52 4.78,0.68 5.53,0.43s1.67,0.8 2.47,0.8 1.75,-1 2.47,-0.8S11.38,2.07 12,2.52s2,0.18 2.46,0.8 -0.23,1.84 0,2.59S16,7.21 16,8Z" />
! <path android:fillColor="#ffffffff" android:pathData="M8,3 L5,6v4l3,3 3,-3V6ZM10,9.6l-2,2 -2,-2V6.4l2,-2 2,2Z" />
</vector>
\ No newline at end of file
--- 2,6 ----
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff4f545c" android:pathData="M16,8c0,0.79 -1.28,1.38 -1.52,2.09s0.44,2 0,2.59 -1.84,0.35 -2.46,0.8 -0.79,1.84 -1.54,2.09 -1.67,-0.8 -2.47,-0.8 -1.75,1 -2.47,0.8S4.62,13.93 4,13.48s-2,-0.18 -2.46,-0.8 0.23,-1.84 0,-2.59S0,8.79 0,8 1.28,6.62 1.52,5.91s-0.44,-2 0,-2.59S3.37,3 4,2.52 4.78,0.68 5.53,0.43s1.67,0.8 2.47,0.8 1.75,-1 2.47,-0.8S11.38,2.07 12,2.52s2,0.18 2.46,0.8 -0.23,1.84 0,2.59S16,7.21 16,8Z" />
! <path android:fillColor="@color/white" android:pathData="M8,3 L5,6v4l3,3 3,-3V6ZM10,9.6l-2,2 -2,-2V6.4l2,-2 2,2Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_guild_badge_premium_tier_2_banner.xml to/res/drawable/ic_guild_badge_premium_tier_2_banner.xml
*** from/res/drawable/ic_guild_badge_premium_tier_2_banner.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/ic_guild_badge_premium_tier_2_banner.xml 2021-01-11 15:13:55.818673010 -0700
***************
*** 1,7 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M16,8c0,0.79 -1.28,1.38 -1.52,2.09s0.44,2 0,2.59 -1.84,0.35 -2.46,0.8 -0.79,1.84 -1.54,2.09 -1.67,-0.8 -2.47,-0.8 -1.75,1 -2.47,0.8S4.62,13.93 4,13.48s-2,-0.18 -2.46,-0.8 0.23,-1.84 0,-2.59S0,8.79 0,8 1.28,6.62 1.52,5.91s-0.44,-2 0,-2.59S3.37,3 4,2.52 4.78,0.68 5.53,0.43s1.67,0.8 2.47,0.8 1.75,-1 2.47,-0.8S11.38,2.07 12,2.52s2,0.18 2.46,0.8 -0.23,1.84 0,2.59S16,7.21 16,8Z" />
<path android:fillColor="#ff4f545c" android:pathData="M7,6.81l0,2.38l1,1l1,-1l0,-2.38l-1,-1l-1,1z" />
<path android:fillColor="#ff4f545c" android:pathData="M8,3 L5,6v4l3,3 3,-3V6ZM10,9.6l-2,2 -2,-2V6.4l2,-2 2,2Z" />
</vector>
\ No newline at end of file
--- 1,7 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M16,8c0,0.79 -1.28,1.38 -1.52,2.09s0.44,2 0,2.59 -1.84,0.35 -2.46,0.8 -0.79,1.84 -1.54,2.09 -1.67,-0.8 -2.47,-0.8 -1.75,1 -2.47,0.8S4.62,13.93 4,13.48s-2,-0.18 -2.46,-0.8 0.23,-1.84 0,-2.59S0,8.79 0,8 1.28,6.62 1.52,5.91s-0.44,-2 0,-2.59S3.37,3 4,2.52 4.78,0.68 5.53,0.43s1.67,0.8 2.47,0.8 1.75,-1 2.47,-0.8S11.38,2.07 12,2.52s2,0.18 2.46,0.8 -0.23,1.84 0,2.59S16,7.21 16,8Z" />
<path android:fillColor="#ff4f545c" android:pathData="M7,6.81l0,2.38l1,1l1,-1l0,-2.38l-1,-1l-1,1z" />
<path android:fillColor="#ff4f545c" android:pathData="M8,3 L5,6v4l3,3 3,-3V6ZM10,9.6l-2,2 -2,-2V6.4l2,-2 2,2Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_guild_badge_premium_tier_2.xml to/res/drawable/ic_guild_badge_premium_tier_2.xml
*** from/res/drawable/ic_guild_badge_premium_tier_2.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/ic_guild_badge_premium_tier_2.xml 2021-01-11 15:13:55.795673355 -0700
***************
*** 2,7 ****
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff4f545c" android:pathData="m16,8c0,0.8 -1.3,1.4 -1.5,2.1s0.4,2 0,2.6 -1.9,0.3 -2.5,0.8 -0.8,1.8 -1.5,2.1 -1.7,-0.8 -2.5,-0.8 -1.8,1 -2.5,0.8 -0.9,-1.7 -1.5,-2.1 -2,-0.2 -2.5,-0.8 0.2,-1.8 0,-2.6 -1.5,-1.3 -1.5,-2.1 1.3,-1.4 1.5,-2.1 -0.4,-2 0,-2.6 1.9,-0.3 2.5,-0.8 0.8,-1.8 1.5,-2.1 1.7,0.8 2.5,0.8 1.8,-1 2.5,-0.8 0.9,1.6 1.5,2.1 2,0.2 2.5,0.8 -0.2,1.8 0,2.6 1.5,1.3 1.5,2.1z" />
! <path android:fillColor="#ffffffff" android:pathData="m7,9.2 l1,1 1,-1v-2.4l-1,-1 -1,1z" />
! <path android:fillColor="#ffffffff" android:pathData="m8,3 l-3,3v4l3,3 3,-3v-4zM10,9.6 L8,11.6 6,9.6v-3.2l2,-2 2,2z" />
</vector>
\ No newline at end of file
--- 2,7 ----
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff4f545c" android:pathData="m16,8c0,0.8 -1.3,1.4 -1.5,2.1s0.4,2 0,2.6 -1.9,0.3 -2.5,0.8 -0.8,1.8 -1.5,2.1 -1.7,-0.8 -2.5,-0.8 -1.8,1 -2.5,0.8 -0.9,-1.7 -1.5,-2.1 -2,-0.2 -2.5,-0.8 0.2,-1.8 0,-2.6 -1.5,-1.3 -1.5,-2.1 1.3,-1.4 1.5,-2.1 -0.4,-2 0,-2.6 1.9,-0.3 2.5,-0.8 0.8,-1.8 1.5,-2.1 1.7,0.8 2.5,0.8 1.8,-1 2.5,-0.8 0.9,1.6 1.5,2.1 2,0.2 2.5,0.8 -0.2,1.8 0,2.6 1.5,1.3 1.5,2.1z" />
! <path android:fillColor="@color/white" android:pathData="m7,9.2 l1,1 1,-1v-2.4l-1,-1 -1,1z" />
! <path android:fillColor="@color/white" android:pathData="m8,3 l-3,3v4l3,3 3,-3v-4zM10,9.6 L8,11.6 6,9.6v-3.2l2,-2 2,2z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_guild_badge_premium_tier_3_banner.xml to/res/drawable/ic_guild_badge_premium_tier_3_banner.xml
*** from/res/drawable/ic_guild_badge_premium_tier_3_banner.xml 2021-01-02 17:58:42.816414556 -0700
--- to/res/drawable/ic_guild_badge_premium_tier_3_banner.xml 2021-01-11 15:13:56.437663742 -0700
***************
*** 1,7 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M16,8c0,0.79 -1.28,1.38 -1.52,2.09s0.44,2 0,2.59 -1.84,0.35 -2.46,0.8 -0.79,1.84 -1.54,2.09 -1.67,-0.8 -2.47,-0.8 -1.75,1 -2.47,0.8S4.62,13.93 4,13.48s-2,-0.18 -2.46,-0.8 0.23,-1.84 0,-2.59S0,8.79 0,8 1.28,6.62 1.52,5.91s-0.44,-2 0,-2.59S3.37,3 4,2.52 4.78,0.68 5.53,0.43s1.67,0.8 2.47,0.8 1.75,-1 2.47,-0.8S11.38,2.07 12,2.52s2,0.18 2.46,0.8 -0.23,1.84 0,2.59S16,7.21 16,8Z" />
<path android:fillColor="#ffff73fa" android:pathData="M8,3 L5,6v4l3,3 3,-3V6ZM10,9.6l-2,2 -2,-2V6.4l2,-2 2,2Z" />
<path android:fillColor="#ffff73fa" android:pathData="M8.76,6.57l-0.76,-0.76l-1,1l0,1.52l1.76,-1.76z" />
<path android:fillColor="#ffff73fa" android:pathData="M7.28,9.47l0.72,0.72l1,-1l0,-1.44l-1.72,1.72z" />
--- 1,7 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M16,8c0,0.79 -1.28,1.38 -1.52,2.09s0.44,2 0,2.59 -1.84,0.35 -2.46,0.8 -0.79,1.84 -1.54,2.09 -1.67,-0.8 -2.47,-0.8 -1.75,1 -2.47,0.8S4.62,13.93 4,13.48s-2,-0.18 -2.46,-0.8 0.23,-1.84 0,-2.59S0,8.79 0,8 1.28,6.62 1.52,5.91s-0.44,-2 0,-2.59S3.37,3 4,2.52 4.78,0.68 5.53,0.43s1.67,0.8 2.47,0.8 1.75,-1 2.47,-0.8S11.38,2.07 12,2.52s2,0.18 2.46,0.8 -0.23,1.84 0,2.59S16,7.21 16,8Z" />
<path android:fillColor="#ffff73fa" android:pathData="M8,3 L5,6v4l3,3 3,-3V6ZM10,9.6l-2,2 -2,-2V6.4l2,-2 2,2Z" />
<path android:fillColor="#ffff73fa" android:pathData="M8.76,6.57l-0.76,-0.76l-1,1l0,1.52l1.76,-1.76z" />
<path android:fillColor="#ffff73fa" android:pathData="M7.28,9.47l0.72,0.72l1,-1l0,-1.44l-1.72,1.72z" />
diff -x dist -x build -craB from/res/drawable/ic_guild_folder.xml to/res/drawable/ic_guild_folder.xml
*** from/res/drawable/ic_guild_folder.xml 2021-01-02 17:58:42.811414632 -0700
--- to/res/drawable/ic_guild_folder.xml 2021-01-11 15:13:55.401679254 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="17.0dip" android:width="20.0dip" android:viewportWidth="20.0" android:viewportHeight="17.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M18,3H10L8.553,1.106C8.214,0.428 7.521,0 6.764,0H1C0.447,0 0,0.447 0,1V15C0,16.104 0.895,17 2,17H18C19.104,17 20,16.104 20,15V5C20,3.896 19.104,3 18,3Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="17.0dip" android:width="20.0dip" android:viewportWidth="20.0" android:viewportHeight="17.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M18,3H10L8.553,1.106C8.214,0.428 7.521,0 6.764,0H1C0.447,0 0,0.447 0,1V15C0,16.104 0.895,17 2,17H18C19.104,17 20,16.104 20,15V5C20,3.896 19.104,3 18,3Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_guild_settings_24dp.xml to/res/drawable/ic_guild_settings_24dp.xml
*** from/res/drawable/ic_guild_settings_24dp.xml 2021-01-02 17:58:42.823414450 -0700
--- to/res/drawable/ic_guild_settings_24dp.xml 2021-01-11 15:13:55.917671528 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19.43,12.98c0.04,-0.32 0.07,-0.64 0.07,-0.98s-0.03,-0.66 -0.07,-0.98l2.11,-1.65c0.19,-0.15 0.24,-0.42 0.12,-0.64l-2,-3.46c-0.12,-0.22 -0.39,-0.3 -0.61,-0.22l-2.49,1c-0.52,-0.4 -1.08,-0.73 -1.69,-0.98l-0.38,-2.65C14.46,2.18 14.25,2 14,2h-4c-0.25,0 -0.46,0.18 -0.49,0.42l-0.38,2.65c-0.61,0.25 -1.17,0.59 -1.69,0.98l-2.49,-1c-0.23,-0.09 -0.49,0 -0.61,0.22l-2,3.46c-0.13,0.22 -0.07,0.49 0.12,0.64l2.11,1.65c-0.04,0.32 -0.07,0.65 -0.07,0.98s0.03,0.66 0.07,0.98l-2.11,1.65c-0.19,0.15 -0.24,0.42 -0.12,0.64l2,3.46c0.12,0.22 0.39,0.3 0.61,0.22l2.49,-1c0.52,0.4 1.08,0.73 1.69,0.98l0.38,2.65c0.03,0.24 0.24,0.42 0.49,0.42h4c0.25,0 0.46,-0.18 0.49,-0.42l0.38,-2.65c0.61,-0.25 1.17,-0.59 1.69,-0.98l2.49,1c0.23,0.09 0.49,0 0.61,-0.22l2,-3.46c0.12,-0.22 0.07,-0.49 -0.12,-0.64l-2.11,-1.65zM12,15.5c-1.93,0 -3.5,-1.57 -3.5,-3.5s1.57,-3.5 3.5,-3.5 3.5,1.57 3.5,3.5 -1.57,3.5 -3.5,3.5z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19.43,12.98c0.04,-0.32 0.07,-0.64 0.07,-0.98s-0.03,-0.66 -0.07,-0.98l2.11,-1.65c0.19,-0.15 0.24,-0.42 0.12,-0.64l-2,-3.46c-0.12,-0.22 -0.39,-0.3 -0.61,-0.22l-2.49,1c-0.52,-0.4 -1.08,-0.73 -1.69,-0.98l-0.38,-2.65C14.46,2.18 14.25,2 14,2h-4c-0.25,0 -0.46,0.18 -0.49,0.42l-0.38,2.65c-0.61,0.25 -1.17,0.59 -1.69,0.98l-2.49,-1c-0.23,-0.09 -0.49,0 -0.61,0.22l-2,3.46c-0.13,0.22 -0.07,0.49 0.12,0.64l2.11,1.65c-0.04,0.32 -0.07,0.65 -0.07,0.98s0.03,0.66 0.07,0.98l-2.11,1.65c-0.19,0.15 -0.24,0.42 -0.12,0.64l2,3.46c0.12,0.22 0.39,0.3 0.61,0.22l2.49,-1c0.52,0.4 1.08,0.73 1.69,0.98l0.38,2.65c0.03,0.24 0.24,0.42 0.49,0.42h4c0.25,0 0.46,-0.18 0.49,-0.42l0.38,-2.65c0.61,-0.25 1.17,-0.59 1.69,-0.98l2.49,1c0.23,0.09 0.49,0 0.61,-0.22l2,-3.46c0.12,-0.22 0.07,-0.49 -0.12,-0.64l-2.11,-1.65zM12,15.5c-1.93,0 -3.5,-1.57 -3.5,-3.5s1.57,-3.5 3.5,-3.5 3.5,1.57 3.5,3.5 -1.57,3.5 -3.5,3.5z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_guild_welcome_add_friend.xml to/res/drawable/ic_guild_welcome_add_friend.xml
*** from/res/drawable/ic_guild_welcome_add_friend.xml 2021-01-02 17:58:42.811414632 -0700
--- to/res/drawable/ic_guild_welcome_add_friend.xml 2021-01-11 15:13:56.347665090 -0700
***************
*** 7,15 ****
<clip-path android:pathData="M0,0h32v32h-32z M 0,0" />
<path android:fillColor="#fff47fff" android:pathData="M16,29.3334C23.3638,29.3334 29.3333,23.3638 29.3333,16C29.3333,8.6362 23.3638,2.6667 16,2.6667C8.6362,2.6667 2.6666,8.6362 2.6666,16C2.6666,23.3638 8.6362,29.3334 16,29.3334Z" />
<path android:fillColor="#ff83ddc5" android:pathData="M26.32,11.36C29.457,11.36 32,8.817 32,5.68C32,2.543 29.457,0 26.32,0C23.183,0 20.64,2.543 20.64,5.68C20.64,8.817 23.183,11.36 26.32,11.36Z" />
! <path android:fillColor="#00000000" android:pathData="M26.3199,2.9867V8.16" android:strokeColor="#ffffffff" android:strokeWidth="2.66" android:strokeLineCap="round" />
! <path android:fillColor="#00000000" android:pathData="M28.9066,5.5733H23.7333" android:strokeColor="#ffffffff" android:strokeWidth="2.66" android:strokeLineCap="round" />
! <path android:fillColor="#ffffffff" android:pathData="M21.9999,21.9267C21.9999,19.3867 20.7066,17.22 18.8866,16.36C19.46,16.0689 19.9242,15.6005 20.2101,15.0245C20.4959,14.4485 20.5882,13.7955 20.4733,13.1628C20.3583,12.5301 20.0422,11.9514 19.5719,11.5128C19.1017,11.0741 18.5024,10.799 17.8632,10.7283C17.224,10.6575 16.5791,10.795 16.0243,11.1202C15.4696,11.4454 15.0346,11.941 14.784,12.5333C14.5335,13.1255 14.4808,13.7828 14.6338,14.4074C14.7868,15.0321 15.1374,15.5906 15.6333,16C14.3349,16.0186 13.0701,15.5876 12.0533,14.78C11.3193,14.1139 10.8724,13.189 10.8066,12.2C10.8066,11.8039 10.6493,11.4241 10.3692,11.1441C10.0892,10.864 9.7093,10.7067 9.3133,10.7067C8.9172,10.7067 8.5374,10.864 8.2573,11.1441C7.9773,11.4241 7.82,11.8039 7.82,12.2C7.8917,14.0156 8.6748,15.7301 10,16.9733C10.8879,17.7656 11.9535,18.3327 13.1066,18.6267C12.5656,19.642 12.2861,20.7762 12.2933,21.9267H21.9999Z" />
</group>
</group>
</vector>
\ No newline at end of file
--- 7,15 ----
<clip-path android:pathData="M0,0h32v32h-32z M 0,0" />
<path android:fillColor="#fff47fff" android:pathData="M16,29.3334C23.3638,29.3334 29.3333,23.3638 29.3333,16C29.3333,8.6362 23.3638,2.6667 16,2.6667C8.6362,2.6667 2.6666,8.6362 2.6666,16C2.6666,23.3638 8.6362,29.3334 16,29.3334Z" />
<path android:fillColor="#ff83ddc5" android:pathData="M26.32,11.36C29.457,11.36 32,8.817 32,5.68C32,2.543 29.457,0 26.32,0C23.183,0 20.64,2.543 20.64,5.68C20.64,8.817 23.183,11.36 26.32,11.36Z" />
! <path android:fillColor="#00000000" android:pathData="M26.3199,2.9867V8.16" android:strokeColor="@color/white" android:strokeWidth="2.66" android:strokeLineCap="round" />
! <path android:fillColor="#00000000" android:pathData="M28.9066,5.5733H23.7333" android:strokeColor="@color/white" android:strokeWidth="2.66" android:strokeLineCap="round" />
! <path android:fillColor="@color/white" android:pathData="M21.9999,21.9267C21.9999,19.3867 20.7066,17.22 18.8866,16.36C19.46,16.0689 19.9242,15.6005 20.2101,15.0245C20.4959,14.4485 20.5882,13.7955 20.4733,13.1628C20.3583,12.5301 20.0422,11.9514 19.5719,11.5128C19.1017,11.0741 18.5024,10.799 17.8632,10.7283C17.224,10.6575 16.5791,10.795 16.0243,11.1202C15.4696,11.4454 15.0346,11.941 14.784,12.5333C14.5335,13.1255 14.4808,13.7828 14.6338,14.4074C14.7868,15.0321 15.1374,15.5906 15.6333,16C14.3349,16.0186 13.0701,15.5876 12.0533,14.78C11.3193,14.1139 10.8724,13.189 10.8066,12.2C10.8066,11.8039 10.6493,11.4241 10.3692,11.1441C10.0892,10.864 9.7093,10.7067 9.3133,10.7067C8.9172,10.7067 8.5374,10.864 8.2573,11.1441C7.9773,11.4241 7.82,11.8039 7.82,12.2C7.8917,14.0156 8.6748,15.7301 10,16.9733C10.8879,17.7656 11.9535,18.3327 13.1066,18.6267C12.5656,19.642 12.2861,20.7762 12.2933,21.9267H21.9999Z" />
</group>
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_guild_welcome_personalize.xml to/res/drawable/ic_guild_welcome_personalize.xml
*** from/res/drawable/ic_guild_welcome_personalize.xml 2021-01-02 17:58:42.823414450 -0700
--- to/res/drawable/ic_guild_welcome_personalize.xml 2021-01-11 15:13:55.607676170 -0700
***************
*** 4,10 ****
<group>
<clip-path android:pathData="M0,0h32v32h-32z M 0,0" />
<path android:fillColor="#ff83ddc5" android:pathData="M16,29.3334C23.3638,29.3334 29.3333,23.3638 29.3333,16C29.3333,8.6362 23.3638,2.6667 16,2.6667C8.6362,2.6667 2.6666,8.6362 2.6666,16C2.6666,23.3638 8.6362,29.3334 16,29.3334Z" />
! <path android:fillColor="#ffffffff" android:pathData="M21.6932,16.1667L20.9666,15.4467C20.8792,15.3597 20.813,15.2538 20.7729,15.1372C20.7329,15.0206 20.7201,14.8964 20.7355,14.7741C20.751,14.6518 20.7943,14.5346 20.862,14.4316C20.9298,14.3287 21.0203,14.2426 21.1266,14.18C22.0122,13.6562 22.8489,13.0538 23.6266,12.38C24.0023,12.0043 24.2134,11.4947 24.2134,10.9634C24.2134,10.432 24.0023,9.9224 23.6266,9.5467C23.2508,9.171 22.7412,8.9599 22.2099,8.9599C21.6785,8.9599 21.169,9.171 20.7932,9.5467C20.1135,10.3212 19.5086,11.1583 18.9866,12.0467C18.9225,12.1514 18.8356,12.2403 18.7324,12.3067C18.6291,12.3731 18.5122,12.4152 18.3903,12.43C18.2685,12.4447 18.1449,12.4317 18.0288,12.3919C17.9126,12.3521 17.8071,12.2865 17.7199,12.2L16.9999,11.48C16.5648,11.0452 15.975,10.801 15.3599,10.801C14.7448,10.801 14.1549,11.0452 13.7199,11.48L12.4332,12.76L20.4332,20.76L21.7199,19.48C21.9361,19.2609 22.1069,19.0013 22.2225,18.7161C22.3382,18.4309 22.3965,18.1256 22.394,17.8178C22.3915,17.5101 22.3283,17.2058 22.2081,16.9225C22.0878,16.6391 21.9129,16.3823 21.6932,16.1667Z" />
<path android:fillColor="#ff4f81ff" android:pathData="M10.3666,14.8267C10.1746,15.0081 9.9485,15.1498 9.7014,15.2434C9.4544,15.337 9.1912,15.3807 8.9271,15.372C8.663,15.3634 8.4033,15.3024 8.1629,15.1928C7.9226,15.0832 7.7063,14.927 7.5266,14.7333L7.1266,14.3333C7.0684,14.2797 6.9917,14.2506 6.9125,14.2522C6.8333,14.2538 6.7579,14.286 6.7019,14.342C6.6459,14.3979 6.6137,14.4734 6.6121,14.5526C6.6105,14.6317 6.6396,14.7084 6.6932,14.7667L6.9066,14.9867L8.4266,16.5067L8.5599,16.64L14.2066,22.2867C14.5117,22.5955 14.875,22.8406 15.2755,23.008C15.6761,23.1753 16.1058,23.2614 16.5399,23.2614C16.974,23.2614 17.4038,23.1753 17.8043,23.008C18.2048,22.8406 18.5682,22.5955 18.8732,22.2867L20.7999,20.36L12.7999,12.36L10.3666,14.8267Z" />
<path android:fillColor="#ff83ddc5" android:pathData="M22.0533,11.9134C22.4877,11.9134 22.8399,11.5612 22.8399,11.1267C22.8399,10.6922 22.4877,10.34 22.0533,10.34C21.6188,10.34 21.2666,10.6922 21.2666,11.1267C21.2666,11.5612 21.6188,11.9134 22.0533,11.9134Z" />
<path android:fillColor="#ff4f81ff" android:pathData="M12.1799,28.24C12.1993,28.6579 12.1338,29.0754 11.9873,29.4672C11.8407,29.859 11.6163,30.217 11.3274,30.5196C11.0386,30.8221 10.6914,31.063 10.3068,31.2275C9.9222,31.3921 9.5082,31.4769 9.0899,31.4769C8.6716,31.4769 8.2576,31.3921 7.8731,31.2275C7.4885,31.063 7.1413,30.8221 6.8524,30.5196C6.5636,30.217 6.3391,29.859 6.1926,29.4672C6.046,29.0754 5.9805,28.6579 5.9999,28.24C5.9999,26.5334 9.0933,22.8334 9.0933,22.8334C9.0933,22.8334 12.1799,26.5334 12.1799,28.24Z" />
--- 4,10 ----
<group>
<clip-path android:pathData="M0,0h32v32h-32z M 0,0" />
<path android:fillColor="#ff83ddc5" android:pathData="M16,29.3334C23.3638,29.3334 29.3333,23.3638 29.3333,16C29.3333,8.6362 23.3638,2.6667 16,2.6667C8.6362,2.6667 2.6666,8.6362 2.6666,16C2.6666,23.3638 8.6362,29.3334 16,29.3334Z" />
! <path android:fillColor="@color/white" android:pathData="M21.6932,16.1667L20.9666,15.4467C20.8792,15.3597 20.813,15.2538 20.7729,15.1372C20.7329,15.0206 20.7201,14.8964 20.7355,14.7741C20.751,14.6518 20.7943,14.5346 20.862,14.4316C20.9298,14.3287 21.0203,14.2426 21.1266,14.18C22.0122,13.6562 22.8489,13.0538 23.6266,12.38C24.0023,12.0043 24.2134,11.4947 24.2134,10.9634C24.2134,10.432 24.0023,9.9224 23.6266,9.5467C23.2508,9.171 22.7412,8.9599 22.2099,8.9599C21.6785,8.9599 21.169,9.171 20.7932,9.5467C20.1135,10.3212 19.5086,11.1583 18.9866,12.0467C18.9225,12.1514 18.8356,12.2403 18.7324,12.3067C18.6291,12.3731 18.5122,12.4152 18.3903,12.43C18.2685,12.4447 18.1449,12.4317 18.0288,12.3919C17.9126,12.3521 17.8071,12.2865 17.7199,12.2L16.9999,11.48C16.5648,11.0452 15.975,10.801 15.3599,10.801C14.7448,10.801 14.1549,11.0452 13.7199,11.48L12.4332,12.76L20.4332,20.76L21.7199,19.48C21.9361,19.2609 22.1069,19.0013 22.2225,18.7161C22.3382,18.4309 22.3965,18.1256 22.394,17.8178C22.3915,17.5101 22.3283,17.2058 22.2081,16.9225C22.0878,16.6391 21.9129,16.3823 21.6932,16.1667Z" />
<path android:fillColor="#ff4f81ff" android:pathData="M10.3666,14.8267C10.1746,15.0081 9.9485,15.1498 9.7014,15.2434C9.4544,15.337 9.1912,15.3807 8.9271,15.372C8.663,15.3634 8.4033,15.3024 8.1629,15.1928C7.9226,15.0832 7.7063,14.927 7.5266,14.7333L7.1266,14.3333C7.0684,14.2797 6.9917,14.2506 6.9125,14.2522C6.8333,14.2538 6.7579,14.286 6.7019,14.342C6.6459,14.3979 6.6137,14.4734 6.6121,14.5526C6.6105,14.6317 6.6396,14.7084 6.6932,14.7667L6.9066,14.9867L8.4266,16.5067L8.5599,16.64L14.2066,22.2867C14.5117,22.5955 14.875,22.8406 15.2755,23.008C15.6761,23.1753 16.1058,23.2614 16.5399,23.2614C16.974,23.2614 17.4038,23.1753 17.8043,23.008C18.2048,22.8406 18.5682,22.5955 18.8732,22.2867L20.7999,20.36L12.7999,12.36L10.3666,14.8267Z" />
<path android:fillColor="#ff83ddc5" android:pathData="M22.0533,11.9134C22.4877,11.9134 22.8399,11.5612 22.8399,11.1267C22.8399,10.6922 22.4877,10.34 22.0533,10.34C21.6188,10.34 21.2666,10.6922 21.2666,11.1267C21.2666,11.5612 21.6188,11.9134 22.0533,11.9134Z" />
<path android:fillColor="#ff4f81ff" android:pathData="M12.1799,28.24C12.1993,28.6579 12.1338,29.0754 11.9873,29.4672C11.8407,29.859 11.6163,30.217 11.3274,30.5196C11.0386,30.8221 10.6914,31.063 10.3068,31.2275C9.9222,31.3921 9.5082,31.4769 9.0899,31.4769C8.6716,31.4769 8.2576,31.3921 7.8731,31.2275C7.4885,31.063 7.1413,30.8221 6.8524,30.5196C6.5636,30.217 6.3391,29.859 6.1926,29.4672C6.046,29.0754 5.9805,28.6579 5.9999,28.24C5.9999,26.5334 9.0933,22.8334 9.0933,22.8334C9.0933,22.8334 12.1799,26.5334 12.1799,28.24Z" />
diff -x dist -x build -craB from/res/drawable/ic_hammer_24dp.xml to/res/drawable/ic_hammer_24dp.xml
*** from/res/drawable/ic_hammer_24dp.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/ic_hammer_24dp.xml 2021-01-11 15:13:55.744674119 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M13,2L22,10L22,12L17.001,17.001L15,17.001L6,9L6,7L11,2L13,2ZM17.707,2.707C18.098,2.317 18.728,2.313 19.128,2.714L20.529,4.115C20.923,4.509 20.929,5.142 20.536,5.536C20.145,5.926 19.515,5.929 19.115,5.529L17.714,4.128C17.32,3.734 17.314,3.1 17.707,2.707ZM8.364,13L10.485,15.121L4.121,21.485L2,19.364L8.364,13Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M13,2L22,10L22,12L17.001,17.001L15,17.001L6,9L6,7L11,2L13,2ZM17.707,2.707C18.098,2.317 18.728,2.313 19.128,2.714L20.529,4.115C20.923,4.509 20.929,5.142 20.536,5.536C20.145,5.926 19.515,5.929 19.115,5.529L17.714,4.128C17.32,3.734 17.314,3.1 17.707,2.707ZM8.364,13L10.485,15.121L4.121,21.485L2,19.364L8.364,13Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_headset_deafened_white_24dp.xml to/res/drawable/ic_headset_deafened_white_24dp.xml
*** from/res/drawable/ic_headset_deafened_white_24dp.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_headset_deafened_white_24dp.xml 2021-01-11 15:13:56.272666213 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3.57,7.84C3.2,8.82 3,9.89 3,11L3,19C3,20.657 5,21 5,21L9,21L9,13.27L15,19.27L15,21L16.73,21L19.23,23.5L20.5,22.22L2.78,4.5L1.5,5.77L3.57,7.84ZM12,2C9.47,2 7.18,3.04 5.55,4.72L6.96,6.14C8.23,4.82 10,4 12,4C15.866,4 19,7.134 19,11L19,13L15,13L15,14.18L20.5,19.67C20.81,19.19 21,18.62 21,18L21,11C21,6.029 16.971,2 12,2L12,2ZM5,13L5,11C5,10.46 5.06,9.94 5.17,9.44L8.73,13L5,13Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3.57,7.84C3.2,8.82 3,9.89 3,11L3,19C3,20.657 5,21 5,21L9,21L9,13.27L15,19.27L15,21L16.73,21L19.23,23.5L20.5,22.22L2.78,4.5L1.5,5.77L3.57,7.84ZM12,2C9.47,2 7.18,3.04 5.55,4.72L6.96,6.14C8.23,4.82 10,4 12,4C15.866,4 19,7.134 19,11L19,13L15,13L15,14.18L20.5,19.67C20.81,19.19 21,18.62 21,18L21,11C21,6.029 16.971,2 12,2L12,2ZM5,13L5,11C5,10.46 5.06,9.94 5.17,9.44L8.73,13L5,13Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_headset_deafened_white_a60_24dp.xml to/res/drawable/ic_headset_deafened_white_a60_24dp.xml
*** from/res/drawable/ic_headset_deafened_white_a60_24dp.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/ic_headset_deafened_white_a60_24dp.xml 2021-01-11 15:13:55.792673400 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3.57,7.84C3.2,8.82 3,9.89 3,11L3,19C3,20.657 5,21 5,21L9,21L9,13.27L15,19.27L15,21L16.73,21L19.23,23.5L20.5,22.22L2.78,4.5L1.5,5.77L3.57,7.84ZM12,2C9.47,2 7.18,3.04 5.55,4.72L6.96,6.14C8.23,4.82 10,4 12,4C15.866,4 19,7.134 19,11L19,13L15,13L15,14.18L20.5,19.67C20.81,19.19 21,18.62 21,18L21,11C21,6.029 16.971,2 12,2L12,2ZM5,13L5,11C5,10.46 5.06,9.94 5.17,9.44L8.73,13L5,13Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3.57,7.84C3.2,8.82 3,9.89 3,11L3,19C3,20.657 5,21 5,21L9,21L9,13.27L15,19.27L15,21L16.73,21L19.23,23.5L20.5,22.22L2.78,4.5L1.5,5.77L3.57,7.84ZM12,2C9.47,2 7.18,3.04 5.55,4.72L6.96,6.14C8.23,4.82 10,4 12,4C15.866,4 19,7.134 19,11L19,13L15,13L15,14.18L20.5,19.67C20.81,19.19 21,18.62 21,18L21,11C21,6.029 16.971,2 12,2L12,2ZM5,13L5,11C5,10.46 5.06,9.94 5.17,9.44L8.73,13L5,13Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_headset_white_18dp_deafened.xml to/res/drawable/ic_headset_white_18dp_deafened.xml
*** from/res/drawable/ic_headset_white_18dp_deafened.xml 2021-01-02 17:58:42.827414389 -0700
--- to/res/drawable/ic_headset_white_18dp_deafened.xml 2021-01-11 15:13:55.345680093 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="18.0" android:viewportHeight="18.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M2.677,5.88C2.4,6.615 2.25,7.418 2.25,8.25L2.25,14.25C2.25,15.493 3.75,15.75 3.75,15.75L6.75,15.75L6.75,9.953L11.25,14.453L11.25,15.75L12.548,15.75L14.422,17.625L15.375,16.665L2.085,3.375L1.125,4.327L2.677,5.88ZM9,1.5C7.102,1.5 5.385,2.28 4.163,3.54L5.22,4.605C6.172,3.615 7.5,3 9,3C11.899,3 14.25,5.351 14.25,8.25L14.25,9.75L11.25,9.75L11.25,10.635L15.375,14.752C15.608,14.392 15.75,13.965 15.75,13.5L15.75,8.25C15.75,4.522 12.728,1.5 9,1.5L9,1.5ZM3.75,9.75L3.75,8.25C3.75,7.845 3.795,7.455 3.877,7.08L6.547,9.75L3.75,9.75Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="18.0" android:viewportHeight="18.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M2.677,5.88C2.4,6.615 2.25,7.418 2.25,8.25L2.25,14.25C2.25,15.493 3.75,15.75 3.75,15.75L6.75,15.75L6.75,9.953L11.25,14.453L11.25,15.75L12.548,15.75L14.422,17.625L15.375,16.665L2.085,3.375L1.125,4.327L2.677,5.88ZM9,1.5C7.102,1.5 5.385,2.28 4.163,3.54L5.22,4.605C6.172,3.615 7.5,3 9,3C11.899,3 14.25,5.351 14.25,8.25L14.25,9.75L11.25,9.75L11.25,10.635L15.375,14.752C15.608,14.392 15.75,13.965 15.75,13.5L15.75,8.25C15.75,4.522 12.728,1.5 9,1.5L9,1.5ZM3.75,9.75L3.75,8.25C3.75,7.845 3.795,7.455 3.877,7.08L6.547,9.75L3.75,9.75Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_headset_white_18dp.xml to/res/drawable/ic_headset_white_18dp.xml
*** from/res/drawable/ic_headset_white_18dp.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_headset_white_18dp.xml 2021-01-11 15:13:55.631675811 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="18.0" android:viewportHeight="18.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M2.25,8.25L2.25,13.5C2.25,14.743 3.257,15.75 4.5,15.75L6.75,15.75L6.75,9.75L3.75,9.75L3.75,8.25C3.75,5.351 6.101,3 9,3L9,1.5C5.25,1.5 2.25,4.5 2.25,8.25Z" />
! <path android:fillColor="#ffffffff" android:pathData="M15.75,8.25L15.75,13.5C15.75,14.743 14.743,15.75 13.5,15.75L11.25,15.75L11.25,9.75L14.25,9.75L14.25,8.25C14.25,5.351 11.899,3 9,3L9,1.5C12.75,1.5 15.75,4.5 15.75,8.25Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="18.0" android:viewportHeight="18.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M2.25,8.25L2.25,13.5C2.25,14.743 3.257,15.75 4.5,15.75L6.75,15.75L6.75,9.75L3.75,9.75L3.75,8.25C3.75,5.351 6.101,3 9,3L9,1.5C5.25,1.5 2.25,4.5 2.25,8.25Z" />
! <path android:fillColor="@color/white" android:pathData="M15.75,8.25L15.75,13.5C15.75,14.743 14.743,15.75 13.5,15.75L11.25,15.75L11.25,9.75L14.25,9.75L14.25,8.25C14.25,5.351 11.899,3 9,3L9,1.5C12.75,1.5 15.75,4.5 15.75,8.25Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_headset_white_24dp.xml to/res/drawable/ic_headset_white_24dp.xml
*** from/res/drawable/ic_headset_white_24dp.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/ic_headset_white_24dp.xml 2021-01-11 15:13:55.901671768 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3,11C3,6 7,2 12,2L12,4C8.134,4 5,7.134 5,11L5,13L9,13L9,21L6,21C4.343,21 3,19.657 3,18L3,11ZM21,11L21,18C21,19.657 19.657,21 18,21L15,21L15,13L19,13L19,11C19,7.134 15.866,4 12,4L12,2C17,2 21,6 21,11Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3,11C3,6 7,2 12,2L12,4C8.134,4 5,7.134 5,11L5,13L9,13L9,21L6,21C4.343,21 3,19.657 3,18L3,11ZM21,11L21,18C21,19.657 19.657,21 18,21L15,21L15,13L19,13L19,11C19,7.134 15.866,4 12,4L12,2C17,2 21,6 21,11Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_headset_white_a60_24dp.xml to/res/drawable/ic_headset_white_a60_24dp.xml
*** from/res/drawable/ic_headset_white_a60_24dp.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_headset_white_a60_24dp.xml 2021-01-11 15:13:55.752673999 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3,11L3,18C3,19.657 4.343,21 6,21L9,21L9,13L5,13L5,11C5,7.134 8.134,4 12,4L12,2C7,2 3,6 3,11Z" />
! <path android:fillColor="#ffffffff" android:pathData="M21,11L21,18C21,19.657 19.657,21 18,21L15,21L15,13L19,13L19,11C19,7.134 15.866,4 12,4L12,2C17,2 21,6 21,11Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3,11L3,18C3,19.657 4.343,21 6,21L9,21L9,13L5,13L5,11C5,7.134 8.134,4 12,4L12,2C7,2 3,6 3,11Z" />
! <path android:fillColor="@color/white" android:pathData="M21,11L21,18C21,19.657 19.657,21 18,21L15,21L15,13L19,13L19,11C19,7.134 15.866,4 12,4L12,2C17,2 21,6 21,11Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_help_24dp.xml to/res/drawable/ic_help_24dp.xml
*** from/res/drawable/ic_help_24dp.xml 2021-01-02 17:58:42.812414617 -0700
--- to/res/drawable/ic_help_24dp.xml 2021-01-11 15:13:55.761673864 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,19h-2v-2h2v2zM15.07,11.25l-0.9,0.92C13.45,12.9 13,13.5 13,15h-2v-0.5c0,-1.1 0.45,-2.1 1.17,-2.83l1.24,-1.26c0.37,-0.36 0.59,-0.86 0.59,-1.41 0,-1.1 -0.9,-2 -2,-2s-2,0.9 -2,2L8,9c0,-2.21 1.79,-4 4,-4s4,1.79 4,4c0,0.88 -0.36,1.68 -0.93,2.25z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,19h-2v-2h2v2zM15.07,11.25l-0.9,0.92C13.45,12.9 13,13.5 13,15h-2v-0.5c0,-1.1 0.45,-2.1 1.17,-2.83l1.24,-1.26c0.37,-0.36 0.59,-0.86 0.59,-1.41 0,-1.1 -0.9,-2 -2,-2s-2,0.9 -2,2L8,9c0,-2.21 1.79,-4 4,-4s4,1.79 4,4c0,0.88 -0.36,1.68 -0.93,2.25z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_history_white_24dp.xml to/res/drawable/ic_history_white_24dp.xml
*** from/res/drawable/ic_history_white_24dp.xml 2021-01-02 17:58:42.813414602 -0700
--- to/res/drawable/ic_history_white_24dp.xml 2021-01-11 15:13:55.362679838 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M13,3c-4.97,0 -9,4.03 -9,9L1,12l3.89,3.89 0.07,0.14L9,12L6,12c0,-3.87 3.13,-7 7,-7s7,3.13 7,7 -3.13,7 -7,7c-1.93,0 -3.68,-0.79 -4.94,-2.06l-1.42,1.42C8.27,19.99 10.51,21 13,21c4.97,0 9,-4.03 9,-9s-4.03,-9 -9,-9zM12,8v5l4.28,2.54 0.72,-1.21 -3.5,-2.08L13.5,8L12,8z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M13,3c-4.97,0 -9,4.03 -9,9L1,12l3.89,3.89 0.07,0.14L9,12L6,12c0,-3.87 3.13,-7 7,-7s7,3.13 7,7 -3.13,7 -7,7c-1.93,0 -3.68,-0.79 -4.94,-2.06l-1.42,1.42C8.27,19.99 10.51,21 13,21c4.97,0 9,-4.03 9,-9s-4.03,-9 -9,-9zM12,8v5l4.28,2.54 0.72,-1.21 -3.5,-2.08L13.5,8L12,8z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_info_24dp.xml to/res/drawable/ic_info_24dp.xml
*** from/res/drawable/ic_info_24dp.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_info_24dp.xml 2021-01-11 15:13:55.803673235 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,2C6.486,2 2,6.487 2,12C2,17.515 6.486,22 12,22C17.514,22 22,17.515 22,12C22,6.487 17.514,2 12,2ZM12,6.751C12.69,6.751 13.25,7.311 13.25,8.001C13.25,8.692 12.69,9.251 12,9.251C11.31,9.251 10.75,8.691 10.75,8C10.75,7.31 11.31,6.751 12,6.751ZM15,17H9V15H11V12H10V10H12C12.553,10 13,10.448 13,11V15H15V17Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,2C6.486,2 2,6.487 2,12C2,17.515 6.486,22 12,22C17.514,22 22,17.515 22,12C22,6.487 17.514,2 12,2ZM12,6.751C12.69,6.751 13.25,7.311 13.25,8.001C13.25,8.692 12.69,9.251 12,9.251C11.31,9.251 10.75,8.691 10.75,8C10.75,7.31 11.31,6.751 12,6.751ZM15,17H9V15H11V12H10V10H12C12.553,10 13,10.448 13,11V15H15V17Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_info_outline_white_24dp.xml to/res/drawable/ic_info_outline_white_24dp.xml
*** from/res/drawable/ic_info_outline_white_24dp.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/ic_info_outline_white_24dp.xml 2021-01-11 15:13:55.443678625 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M11,17h2v-6h-2v6zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8zM11,9h2L13,7h-2v2z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M11,17h2v-6h-2v6zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8zM11,9h2L13,7h-2v2z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_krisp_logo_dark.xml to/res/drawable/ic_krisp_logo_dark.xml
*** from/res/drawable/ic_krisp_logo_dark.xml 2021-01-02 17:58:42.816414556 -0700
--- to/res/drawable/ic_krisp_logo_dark.xml 2021-01-11 15:13:56.144668129 -0700
***************
*** 1,12 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="31.363617dip" android:width="69.0dip" android:viewportWidth="44.0" android:viewportHeight="20.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M0,15.6971V2.3386C0,2.3032 0.0178,2.2677 0.0534,2.2677L2.9557,1.3819C3.0091,1.3642 3.0626,1.3996 3.0626,1.4528V10.8427V15.7149C3.0626,15.768 3.0269,15.8034 2.9735,15.8034H0.089C0.0356,15.7857 0,15.7503 0,15.6971Z" />
<path android:fillColor="#ffff7e61" android:pathData="M20.4051,0C21.4912,0 22.3281,0.8504 22.3281,1.8957C22.3281,2.941 21.4734,3.7737 20.4051,3.7737C19.3724,3.7737 18.5177,2.9233 18.5177,1.8957C18.4999,0.8504 19.3724,0 20.4051,0Z" />
! <path android:fillColor="#ffffffff" android:pathData="M21.7405,5.2265H18.9628C18.8738,5.2265 18.8026,5.2973 18.8026,5.3859V15.6617C18.8026,15.7503 18.8738,15.8212 18.9628,15.8212H21.7405C21.8295,15.8212 21.9008,15.7503 21.9008,15.6617V5.3859C21.9008,5.2973 21.8295,5.2265 21.7405,5.2265Z" />
! <path android:fillColor="#ffffffff" android:pathData="M5.9292,5.2619L0.6944,9.8683L6.2675,15.8566C6.2854,15.8743 6.2854,15.8743 6.3032,15.8743H10.0957C10.2026,15.8743 10.256,15.7503 10.1848,15.6794L5.2704,10.1163L9.9711,5.4036C10.0423,5.3328 9.9889,5.2265 9.8999,5.2265H6.0005C5.9648,5.2265 5.9471,5.2442 5.9292,5.2619Z" />
! <path android:fillColor="#ffffffff" android:pathData="M35.7179,10.3112H32.584V19.7366C32.584,19.772 32.6197,19.8075 32.6553,19.7897L35.6287,18.8685C35.6465,18.8685 35.6644,18.833 35.6644,18.8153L35.7179,10.3112Z" />
! <path android:fillColor="#ffffffff" android:pathData="M37.8547,15.7503C34.9523,15.7503 32.584,13.394 32.584,10.5061C32.584,7.6183 34.9523,5.2796 37.8547,5.2796C40.757,5.2796 43.125,7.636 43.125,10.5238C43.125,13.4117 40.757,15.7503 37.8547,15.7503ZM37.8547,8.3801C36.6793,8.3801 35.7179,9.3368 35.7179,10.5061C35.7179,11.6754 36.6793,12.6321 37.8547,12.6321C39.0297,12.6321 39.9911,11.6754 39.9911,10.5061C39.9911,9.3368 39.0476,8.3801 37.8547,8.3801Z" />
! <path android:fillColor="#ffffffff" android:pathData="M31.5335,12.5081C31.48,10.577 29.557,9.8328 28.1326,9.3014C27.4204,9.0356 26.6726,8.7521 26.6369,8.4509C26.6191,8.3801 26.6191,8.1675 26.7794,7.9726C26.9574,7.7777 27.2601,7.6891 27.6874,7.7068C28.4887,7.7423 28.827,8.2915 28.9517,8.6104L28.9695,8.6458L29.0051,8.6813C29.1119,8.7875 29.2899,8.823 29.4146,8.7344L31.2842,7.636C31.4444,7.5474 31.4978,7.3525 31.4088,7.193C30.6966,5.9351 29.2899,5.2265 27.5272,5.2265C26.4945,5.2265 25.533,5.5454 24.803,6.1123C24.0195,6.7147 23.5922,7.5651 23.5922,8.5041C23.5922,9.7974 24.3044,10.7541 25.7111,11.3742C25.9603,11.4805 26.3164,11.5691 26.7082,11.6577C27.4916,11.8526 28.5777,12.1183 28.4709,12.579C28.4175,12.8447 28.097,13.2699 27.4382,13.2345C26.8684,13.1991 26.3877,12.8979 26.1918,12.4195V12.4018L26.174,12.3664C26.0849,12.2246 25.8891,12.1715 25.7289,12.2601L23.8593,13.3762C23.699,13.4648 23.6456,13.6597 23.7346,13.8192C24.4468,15.0593 25.8535,15.7857 27.5984,15.7857H27.6162C28.827,15.7857 29.9844,15.3251 30.7144,14.581C31.2664,14.014 31.5513,13.2876 31.5335,12.5081Z" />
! <path android:fillColor="#ffffffff" android:pathData="M16.025,5.2442C13.1939,5.262 10.897,7.5474 10.897,10.3644V15.7503C10.897,15.7681 10.9148,15.8035 10.9504,15.8035H14.0664C14.0842,15.8035 14.1198,15.7858 14.1198,15.7503V10.8782C14.1198,9.5317 15.2237,8.4333 16.5769,8.4333H17.1467C17.1823,8.4333 17.2179,8.3978 17.2179,8.3801L17.5384,5.4037C17.5562,5.3151 17.485,5.2442 17.396,5.2442H16.025Z" />
</vector>
\ No newline at end of file
--- 1,12 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="31.363617dip" android:width="69.0dip" android:viewportWidth="44.0" android:viewportHeight="20.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M0,15.6971V2.3386C0,2.3032 0.0178,2.2677 0.0534,2.2677L2.9557,1.3819C3.0091,1.3642 3.0626,1.3996 3.0626,1.4528V10.8427V15.7149C3.0626,15.768 3.0269,15.8034 2.9735,15.8034H0.089C0.0356,15.7857 0,15.7503 0,15.6971Z" />
<path android:fillColor="#ffff7e61" android:pathData="M20.4051,0C21.4912,0 22.3281,0.8504 22.3281,1.8957C22.3281,2.941 21.4734,3.7737 20.4051,3.7737C19.3724,3.7737 18.5177,2.9233 18.5177,1.8957C18.4999,0.8504 19.3724,0 20.4051,0Z" />
! <path android:fillColor="@color/white" android:pathData="M21.7405,5.2265H18.9628C18.8738,5.2265 18.8026,5.2973 18.8026,5.3859V15.6617C18.8026,15.7503 18.8738,15.8212 18.9628,15.8212H21.7405C21.8295,15.8212 21.9008,15.7503 21.9008,15.6617V5.3859C21.9008,5.2973 21.8295,5.2265 21.7405,5.2265Z" />
! <path android:fillColor="@color/white" android:pathData="M5.9292,5.2619L0.6944,9.8683L6.2675,15.8566C6.2854,15.8743 6.2854,15.8743 6.3032,15.8743H10.0957C10.2026,15.8743 10.256,15.7503 10.1848,15.6794L5.2704,10.1163L9.9711,5.4036C10.0423,5.3328 9.9889,5.2265 9.8999,5.2265H6.0005C5.9648,5.2265 5.9471,5.2442 5.9292,5.2619Z" />
! <path android:fillColor="@color/white" android:pathData="M35.7179,10.3112H32.584V19.7366C32.584,19.772 32.6197,19.8075 32.6553,19.7897L35.6287,18.8685C35.6465,18.8685 35.6644,18.833 35.6644,18.8153L35.7179,10.3112Z" />
! <path android:fillColor="@color/white" android:pathData="M37.8547,15.7503C34.9523,15.7503 32.584,13.394 32.584,10.5061C32.584,7.6183 34.9523,5.2796 37.8547,5.2796C40.757,5.2796 43.125,7.636 43.125,10.5238C43.125,13.4117 40.757,15.7503 37.8547,15.7503ZM37.8547,8.3801C36.6793,8.3801 35.7179,9.3368 35.7179,10.5061C35.7179,11.6754 36.6793,12.6321 37.8547,12.6321C39.0297,12.6321 39.9911,11.6754 39.9911,10.5061C39.9911,9.3368 39.0476,8.3801 37.8547,8.3801Z" />
! <path android:fillColor="@color/white" android:pathData="M31.5335,12.5081C31.48,10.577 29.557,9.8328 28.1326,9.3014C27.4204,9.0356 26.6726,8.7521 26.6369,8.4509C26.6191,8.3801 26.6191,8.1675 26.7794,7.9726C26.9574,7.7777 27.2601,7.6891 27.6874,7.7068C28.4887,7.7423 28.827,8.2915 28.9517,8.6104L28.9695,8.6458L29.0051,8.6813C29.1119,8.7875 29.2899,8.823 29.4146,8.7344L31.2842,7.636C31.4444,7.5474 31.4978,7.3525 31.4088,7.193C30.6966,5.9351 29.2899,5.2265 27.5272,5.2265C26.4945,5.2265 25.533,5.5454 24.803,6.1123C24.0195,6.7147 23.5922,7.5651 23.5922,8.5041C23.5922,9.7974 24.3044,10.7541 25.7111,11.3742C25.9603,11.4805 26.3164,11.5691 26.7082,11.6577C27.4916,11.8526 28.5777,12.1183 28.4709,12.579C28.4175,12.8447 28.097,13.2699 27.4382,13.2345C26.8684,13.1991 26.3877,12.8979 26.1918,12.4195V12.4018L26.174,12.3664C26.0849,12.2246 25.8891,12.1715 25.7289,12.2601L23.8593,13.3762C23.699,13.4648 23.6456,13.6597 23.7346,13.8192C24.4468,15.0593 25.8535,15.7857 27.5984,15.7857H27.6162C28.827,15.7857 29.9844,15.3251 30.7144,14.581C31.2664,14.014 31.5513,13.2876 31.5335,12.5081Z" />
! <path android:fillColor="@color/white" android:pathData="M16.025,5.2442C13.1939,5.262 10.897,7.5474 10.897,10.3644V15.7503C10.897,15.7681 10.9148,15.8035 10.9504,15.8035H14.0664C14.0842,15.8035 14.1198,15.7858 14.1198,15.7503V10.8782C14.1198,9.5317 15.2237,8.4333 16.5769,8.4333H17.1467C17.1823,8.4333 17.2179,8.3978 17.2179,8.3801L17.5384,5.4037C17.5562,5.3151 17.485,5.2442 17.396,5.2442H16.025Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_launch_24dp.xml to/res/drawable/ic_launch_24dp.xml
*** from/res/drawable/ic_launch_24dp.xml 2021-01-02 17:58:42.824414435 -0700
--- to/res/drawable/ic_launch_24dp.xml 2021-01-11 15:13:55.504677712 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19,19H5V5h7V3H5c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2v-7h-2v7zM14,3v2h3.59l-9.83,9.83 1.41,1.41L19,6.41V10h2V3h-7z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19,19H5V5h7V3H5c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2v-7h-2v7zM14,3v2h3.59l-9.83,9.83 1.41,1.41L19,6.41V10h2V3h-7z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_link_white_24dp.xml to/res/drawable/ic_link_white_24dp.xml
*** from/res/drawable/ic_link_white_24dp.xml 2021-01-02 17:58:42.827414389 -0700
--- to/res/drawable/ic_link_white_24dp.xml 2021-01-11 15:13:56.224666932 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3.9,12c0,-1.71 1.39,-3.1 3.1,-3.1h4L11,7L7,7c-2.76,0 -5,2.24 -5,5s2.24,5 5,5h4v-1.9L7,15.1c-1.71,0 -3.1,-1.39 -3.1,-3.1zM8,13h8v-2L8,11v2zM17,7h-4v1.9h4c1.71,0 3.1,1.39 3.1,3.1s-1.39,3.1 -3.1,3.1h-4L13,17h4c2.76,0 5,-2.24 5,-5s-2.24,-5 -5,-5z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3.9,12c0,-1.71 1.39,-3.1 3.1,-3.1h4L11,7L7,7c-2.76,0 -5,2.24 -5,5s2.24,5 5,5h4v-1.9L7,15.1c-1.71,0 -3.1,-1.39 -3.1,-3.1zM8,13h8v-2L8,11v2zM17,7h-4v1.9h4c1.71,0 3.1,1.39 3.1,3.1s-1.39,3.1 -3.1,3.1h-4L13,17h4c2.76,0 5,-2.24 5,-5s-2.24,-5 -5,-5z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_locale_24dp.xml to/res/drawable/ic_locale_24dp.xml
*** from/res/drawable/ic_locale_24dp.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/ic_locale_24dp.xml 2021-01-11 15:13:55.698674807 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12.87,15.07L10.33,12.56L10.36,12.53C12.1,10.59 13.34,8.36 14.07,6L17,6L17,4L10,4L10,2L8,2L8,4L1,4L1,5.99L12.17,5.99C11.5,7.92 10.44,9.75 9,11.35C8.07,10.32 7.3,9.19 6.69,8L4.69,8C5.42,9.63 6.42,11.17 7.67,12.56L2.58,17.58L4,19L9,14L12.11,17.11L12.87,15.07ZM18.5,10L16.5,10L12,22L14,22L15.12,19L19.87,19L21,22L23,22L18.5,10ZM15.88,17L17.5,12.67L19.12,17L15.88,17L15.88,17Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12.87,15.07L10.33,12.56L10.36,12.53C12.1,10.59 13.34,8.36 14.07,6L17,6L17,4L10,4L10,2L8,2L8,4L1,4L1,5.99L12.17,5.99C11.5,7.92 10.44,9.75 9,11.35C8.07,10.32 7.3,9.19 6.69,8L4.69,8C5.42,9.63 6.42,11.17 7.67,12.56L2.58,17.58L4,19L9,14L12.11,17.11L12.87,15.07ZM18.5,10L16.5,10L12,22L14,22L15.12,19L19.87,19L21,22L23,22L18.5,10ZM15.88,17L17.5,12.67L19.12,17L15.88,17L15.88,17Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_lol_white_24dp.xml to/res/drawable/ic_lol_white_24dp.xml
*** from/res/drawable/ic_lol_white_24dp.xml 2021-01-02 17:58:42.816414556 -0700
--- to/res/drawable/ic_lol_white_24dp.xml 2021-01-11 15:13:55.615676050 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="18.0" android:viewportHeight="18.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M7.9,0v15.5h9l-2,2.5L2.7,18l1.5,-2.5L4.2,1.8L2.9,0h5zM9,3.4c3.5,0.1 6.3,2.9 6.3,6.4 0,1.8 -0.7,3.4 -1.9,4.6h1.9c0.9,-1.3 1.4,-2.8 1.5,-4.5 0.1,-4.4 -3.4,-7.9 -7.8,-8v1.5zM3.1,12.5c-0.4,-0.8 -0.6,-1.7 -0.6,-2.7s0.2,-1.9 0.6,-2.7L3.1,4.5C1.9,5.8 1.1,7.7 1,9.7c0,2.1 0.7,4 2.1,5.4v-2.6z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="18.0" android:viewportHeight="18.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M7.9,0v15.5h9l-2,2.5L2.7,18l1.5,-2.5L4.2,1.8L2.9,0h5zM9,3.4c3.5,0.1 6.3,2.9 6.3,6.4 0,1.8 -0.7,3.4 -1.9,4.6h1.9c0.9,-1.3 1.4,-2.8 1.5,-4.5 0.1,-4.4 -3.4,-7.9 -7.8,-8v1.5zM3.1,12.5c-0.4,-0.8 -0.6,-1.7 -0.6,-2.7s0.2,-1.9 0.6,-2.7L3.1,4.5C1.9,5.8 1.1,7.7 1,9.7c0,2.1 0.7,4 2.1,5.4v-2.6z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_mail_24dp.xml to/res/drawable/ic_mail_24dp.xml
*** from/res/drawable/ic_mail_24dp.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/ic_mail_24dp.xml 2021-01-11 15:13:55.611676110 -0700
***************
*** 3,9 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h24v24h-24z" />
! <path android:fillColor="#ffffffff" android:pathData="M12,10.823L20.965,5.26C20.677,5.1 20.352,5 20,5H4C3.648,5 3.322,5.1 3.035,5.26L12,10.823Z" />
! <path android:fillColor="#ffffffff" android:pathData="M12.527,12.849C12.366,12.949 12.183,13 12,13C11.817,13 11.634,12.949 11.473,12.85L2.003,6.973C2.003,6.982 2,6.991 2,6.999V15.999C2,17.101 2.897,17.999 4,17.999H20C21.103,17.999 22,17.101 22,15.999V6.999C22,6.99 21.997,6.981 21.997,6.972L12.527,12.849Z" />
</group>
</vector>
\ No newline at end of file
--- 3,9 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h24v24h-24z" />
! <path android:fillColor="@color/white" android:pathData="M12,10.823L20.965,5.26C20.677,5.1 20.352,5 20,5H4C3.648,5 3.322,5.1 3.035,5.26L12,10.823Z" />
! <path android:fillColor="@color/white" android:pathData="M12.527,12.849C12.366,12.949 12.183,13 12,13C11.817,13 11.634,12.949 11.473,12.85L2.003,6.973C2.003,6.982 2,6.991 2,6.999V15.999C2,17.101 2.897,17.999 4,17.999H20C21.103,17.999 22,17.101 22,15.999V6.999C22,6.99 21.997,6.981 21.997,6.972L12.527,12.849Z" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_mark_unread_24dp.xml to/res/drawable/ic_mark_unread_24dp.xml
*** from/res/drawable/ic_mark_unread_24dp.xml 2021-01-02 17:58:42.827414389 -0700
--- to/res/drawable/ic_mark_unread_24dp.xml 2021-01-11 15:13:55.978670615 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M14,3H20C21,3 22.0001,4 22.0001,5V19.0003C22.0001,20 21,21 20,21H14C13,21 6,13 6,13H2V11H6C6,11 13,3 14,3Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M14,3H20C21,3 22.0001,4 22.0001,5V19.0003C22.0001,20 21,21 20,21H14C13,21 6,13 6,13H2V11H6C6,11 13,3 14,3Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_mentions_white_24dp.xml to/res/drawable/ic_mentions_white_24dp.xml
*** from/res/drawable/ic_mentions_white_24dp.xml 2021-01-02 17:58:42.817414541 -0700
--- to/res/drawable/ic_mentions_white_24dp.xml 2021-01-11 15:13:56.047669582 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12.261,9.571C11.914,9.571 11.607,9.671 11.346,9.871C11.086,10.071 10.864,10.325 10.682,10.636C10.5,10.943 10.364,11.286 10.268,11.657C10.175,12.029 10.125,12.389 10.125,12.732C10.125,12.904 10.143,13.086 10.179,13.282C10.214,13.475 10.286,13.654 10.396,13.821C10.504,13.986 10.646,14.121 10.821,14.229C10.996,14.336 11.228,14.389 11.518,14.389C11.911,14.389 12.243,14.293 12.518,14.1C12.793,13.907 13.018,13.664 13.193,13.368C13.368,13.075 13.493,12.754 13.575,12.411C13.654,12.068 13.693,11.75 13.693,11.464C13.693,11.236 13.671,11.011 13.629,10.786C13.586,10.564 13.511,10.364 13.4,10.182C13.293,10.004 13.143,9.857 12.954,9.743C12.768,9.629 12.536,9.571 12.261,9.571L12.261,9.571ZM18.578,16.873C18.847,17.162 18.847,17.632 18.551,17.893C17.812,18.546 16.969,19.041 16.021,19.375C14.846,19.793 13.607,20 12.304,20C11.057,20 9.921,19.804 8.9,19.407C7.879,19.014 7.004,18.464 6.282,17.761C5.557,17.057 4.996,16.214 4.596,15.232C4.196,14.25 4,13.179 4,12.018C4,10.871 4.218,9.811 4.654,8.836C5.089,7.861 5.682,7.014 6.436,6.296C7.189,5.579 8.068,5.018 9.079,4.607C10.082,4.204 11.161,4 12.304,4C13.289,4 14.246,4.143 15.171,4.429C16.1,4.714 16.921,5.146 17.639,5.718C18.357,6.293 18.929,7.007 19.357,7.868C19.786,8.729 20,9.739 20,10.9C20,11.761 19.882,12.521 19.643,13.179C19.404,13.839 19.086,14.389 18.686,14.836C18.286,15.282 17.832,15.614 17.318,15.836C16.804,16.057 16.264,16.168 15.7,16.168C15.122,16.168 14.657,16.032 14.307,15.761C13.961,15.489 13.786,15.143 13.786,14.728L13.679,14.728C13.461,15.071 13.129,15.4 12.679,15.707C12.229,16.014 11.679,16.171 11.025,16.171C10.039,16.171 9.279,15.85 8.743,15.203C8.207,14.557 7.939,13.721 7.939,12.686C7.939,12.082 8.039,11.489 8.243,10.9C8.446,10.311 8.736,9.789 9.111,9.328C9.486,8.871 9.936,8.5 10.457,8.221C10.979,7.943 11.557,7.804 12.196,7.804C12.747,7.804 13.211,7.918 13.589,8.146C13.964,8.375 14.211,8.657 14.329,8.986L14.35,8.986L14.383,8.825C14.461,8.438 14.845,8.125 15.239,8.125L15.747,8.125C16.141,8.125 16.395,8.438 16.314,8.824L15.607,12.193C15.579,12.393 15.539,12.614 15.489,12.861C15.44,13.104 15.414,13.332 15.414,13.55C15.414,13.793 15.461,13.997 15.557,14.164C15.65,14.329 15.836,14.411 16.111,14.411C16.675,14.411 17.143,14.111 17.515,13.508C17.882,12.904 18.068,12.097 18.068,11.079C18.068,10.218 17.922,9.454 17.632,8.79C17.343,8.122 16.939,7.565 16.425,7.111C15.911,6.661 15.296,6.318 14.589,6.09C13.879,5.861 13.104,5.747 12.264,5.747C11.35,5.747 10.514,5.907 9.754,6.229C8.993,6.55 8.343,6.997 7.807,7.561C7.272,8.129 6.854,8.793 6.557,9.561C6.257,10.325 6.107,11.154 6.107,12.043C6.107,12.99 6.264,13.843 6.575,14.604C6.886,15.365 7.325,16.011 7.889,16.55C8.454,17.09 9.129,17.5 9.911,17.786C10.693,18.072 11.557,18.215 12.497,18.215C13.672,18.215 14.682,18.029 15.529,17.654C16.165,17.375 16.763,17.013 17.323,16.569C17.632,16.325 18.082,16.338 18.351,16.628L18.578,16.873L18.578,16.873Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12.261,9.571C11.914,9.571 11.607,9.671 11.346,9.871C11.086,10.071 10.864,10.325 10.682,10.636C10.5,10.943 10.364,11.286 10.268,11.657C10.175,12.029 10.125,12.389 10.125,12.732C10.125,12.904 10.143,13.086 10.179,13.282C10.214,13.475 10.286,13.654 10.396,13.821C10.504,13.986 10.646,14.121 10.821,14.229C10.996,14.336 11.228,14.389 11.518,14.389C11.911,14.389 12.243,14.293 12.518,14.1C12.793,13.907 13.018,13.664 13.193,13.368C13.368,13.075 13.493,12.754 13.575,12.411C13.654,12.068 13.693,11.75 13.693,11.464C13.693,11.236 13.671,11.011 13.629,10.786C13.586,10.564 13.511,10.364 13.4,10.182C13.293,10.004 13.143,9.857 12.954,9.743C12.768,9.629 12.536,9.571 12.261,9.571L12.261,9.571ZM18.578,16.873C18.847,17.162 18.847,17.632 18.551,17.893C17.812,18.546 16.969,19.041 16.021,19.375C14.846,19.793 13.607,20 12.304,20C11.057,20 9.921,19.804 8.9,19.407C7.879,19.014 7.004,18.464 6.282,17.761C5.557,17.057 4.996,16.214 4.596,15.232C4.196,14.25 4,13.179 4,12.018C4,10.871 4.218,9.811 4.654,8.836C5.089,7.861 5.682,7.014 6.436,6.296C7.189,5.579 8.068,5.018 9.079,4.607C10.082,4.204 11.161,4 12.304,4C13.289,4 14.246,4.143 15.171,4.429C16.1,4.714 16.921,5.146 17.639,5.718C18.357,6.293 18.929,7.007 19.357,7.868C19.786,8.729 20,9.739 20,10.9C20,11.761 19.882,12.521 19.643,13.179C19.404,13.839 19.086,14.389 18.686,14.836C18.286,15.282 17.832,15.614 17.318,15.836C16.804,16.057 16.264,16.168 15.7,16.168C15.122,16.168 14.657,16.032 14.307,15.761C13.961,15.489 13.786,15.143 13.786,14.728L13.679,14.728C13.461,15.071 13.129,15.4 12.679,15.707C12.229,16.014 11.679,16.171 11.025,16.171C10.039,16.171 9.279,15.85 8.743,15.203C8.207,14.557 7.939,13.721 7.939,12.686C7.939,12.082 8.039,11.489 8.243,10.9C8.446,10.311 8.736,9.789 9.111,9.328C9.486,8.871 9.936,8.5 10.457,8.221C10.979,7.943 11.557,7.804 12.196,7.804C12.747,7.804 13.211,7.918 13.589,8.146C13.964,8.375 14.211,8.657 14.329,8.986L14.35,8.986L14.383,8.825C14.461,8.438 14.845,8.125 15.239,8.125L15.747,8.125C16.141,8.125 16.395,8.438 16.314,8.824L15.607,12.193C15.579,12.393 15.539,12.614 15.489,12.861C15.44,13.104 15.414,13.332 15.414,13.55C15.414,13.793 15.461,13.997 15.557,14.164C15.65,14.329 15.836,14.411 16.111,14.411C16.675,14.411 17.143,14.111 17.515,13.508C17.882,12.904 18.068,12.097 18.068,11.079C18.068,10.218 17.922,9.454 17.632,8.79C17.343,8.122 16.939,7.565 16.425,7.111C15.911,6.661 15.296,6.318 14.589,6.09C13.879,5.861 13.104,5.747 12.264,5.747C11.35,5.747 10.514,5.907 9.754,6.229C8.993,6.55 8.343,6.997 7.807,7.561C7.272,8.129 6.854,8.793 6.557,9.561C6.257,10.325 6.107,11.154 6.107,12.043C6.107,12.99 6.264,13.843 6.575,14.604C6.886,15.365 7.325,16.011 7.889,16.55C8.454,17.09 9.129,17.5 9.911,17.786C10.693,18.072 11.557,18.215 12.497,18.215C13.672,18.215 14.682,18.029 15.529,17.654C16.165,17.375 16.763,17.013 17.323,16.569C17.632,16.325 18.082,16.338 18.351,16.628L18.578,16.873L18.578,16.873Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_menu_24dp.xml to/res/drawable/ic_menu_24dp.xml
*** from/res/drawable/ic_menu_24dp.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/ic_menu_24dp.xml 2021-01-11 15:13:56.033669791 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3,18h18v-2L3,16v2zM3,13h18v-2L3,11v2zM3,6v2h18L21,6L3,6z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3,18h18v-2L3,16v2zM3,13h18v-2L3,11v2zM3,6v2h18L21,6L3,6z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_mic_muted_interactiveactive_dark_24dp.xml to/res/drawable/ic_mic_muted_interactiveactive_dark_24dp.xml
*** from/res/drawable/ic_mic_muted_interactiveactive_dark_24dp.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/ic_mic_muted_interactiveactive_dark_24dp.xml 2021-01-11 15:13:55.973670690 -0700
***************
*** 1,8 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M4.4667,7.3333H3.3334C3.3334,8.1267 3.56,8.8667 3.9334,9.52L4.7534,8.7C4.5734,8.2867 4.4667,7.8267 4.4667,7.3333Z" />
! <path android:fillColor="#ffffffff" android:pathData="M6.0067,7.39C6.01,7.4083 6.0134,7.4267 6.0134,7.4467L10,3.4533V3.3333C10,2.2267 9.1067,1.3333 8,1.3333C6.8934,1.3333 6,2.2267 6,3.3333V7.3333C6,7.3533 6.0034,7.3717 6.0067,7.39Z" />
! <path android:fillColor="#ffffffff" android:pathData="M7.8158,10.7284L7.3088,11.2354L6.8356,11.7125C6.9986,11.7553 7.1647,11.7892 7.3334,11.8133V14.6667H8.6667V11.8133C10.8534,11.4867 12.6667,9.6067 12.6667,7.3333H11.5334C11.5334,9.3333 9.84,10.7333 8,10.7333C7.9384,10.7333 7.877,10.7317 7.8158,10.7284Z" />
<path android:fillColor="#fff04747" android:pathData="M14,2.8467L13.1533,2L2,13.1533L2.8467,14L5.64,11.2133L6.46,10.3867L7.5667,9.28L9.9933,6.8533L14,2.8467Z" />
</vector>
\ No newline at end of file
--- 1,8 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M4.4667,7.3333H3.3334C3.3334,8.1267 3.56,8.8667 3.9334,9.52L4.7534,8.7C4.5734,8.2867 4.4667,7.8267 4.4667,7.3333Z" />
! <path android:fillColor="@color/white" android:pathData="M6.0067,7.39C6.01,7.4083 6.0134,7.4267 6.0134,7.4467L10,3.4533V3.3333C10,2.2267 9.1067,1.3333 8,1.3333C6.8934,1.3333 6,2.2267 6,3.3333V7.3333C6,7.3533 6.0034,7.3717 6.0067,7.39Z" />
! <path android:fillColor="@color/white" android:pathData="M7.8158,10.7284L7.3088,11.2354L6.8356,11.7125C6.9986,11.7553 7.1647,11.7892 7.3334,11.8133V14.6667H8.6667V11.8133C10.8534,11.4867 12.6667,9.6067 12.6667,7.3333H11.5334C11.5334,9.3333 9.84,10.7333 8,10.7333C7.9384,10.7333 7.877,10.7317 7.8158,10.7284Z" />
<path android:fillColor="#fff04747" android:pathData="M14,2.8467L13.1533,2L2,13.1533L2.8467,14L5.64,11.2133L6.46,10.3867L7.5667,9.28L9.9933,6.8533L14,2.8467Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_mic_muted_white_24dp.xml to/res/drawable/ic_mic_muted_white_24dp.xml
*** from/res/drawable/ic_mic_muted_white_24dp.xml 2021-01-02 17:58:42.822414465 -0700
--- to/res/drawable/ic_mic_muted_white_24dp.xml 2021-01-11 15:13:55.628675855 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19,12C19,13.19 18.66,14.3 18.1,15.28L16.87,14.05C17.14,13.43 17.3,12.74 17.3,12L19,12L19,12ZM15,12.16L9,6.18L9,6C9,4.343 10.343,3 12,3C13.657,3 15,4.343 15,6L15,12L15,12.16L15,12.16ZM4.27,4L21,20.73L19.73,22L15.54,17.81C14.77,18.27 13.91,18.58 13,18.72L13,22L11,22L11,18.72C7.72,18.23 5,15.41 5,12L6.7,12C6.7,15 9.24,17.1 12,17.1C12.81,17.1 13.6,16.91 14.31,16.58L12.65,14.92L12,15C10.343,15 9,13.657 9,12L9,11.28L3,5.27L4.27,4Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19,12C19,13.19 18.66,14.3 18.1,15.28L16.87,14.05C17.14,13.43 17.3,12.74 17.3,12L19,12L19,12ZM15,12.16L9,6.18L9,6C9,4.343 10.343,3 12,3C13.657,3 15,4.343 15,6L15,12L15,12.16L15,12.16ZM4.27,4L21,20.73L19.73,22L15.54,17.81C14.77,18.27 13.91,18.58 13,18.72L13,22L11,22L11,18.72C7.72,18.23 5,15.41 5,12L6.7,12C6.7,15 9.24,17.1 12,17.1C12.81,17.1 13.6,16.91 14.31,16.58L12.65,14.92L12,15C10.343,15 9,13.657 9,12L9,11.28L3,5.27L4.27,4Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_mic_muted_white_a60_24dp.xml to/res/drawable/ic_mic_muted_white_a60_24dp.xml
*** from/res/drawable/ic_mic_muted_white_a60_24dp.xml 2021-01-02 17:58:42.827414389 -0700
--- to/res/drawable/ic_mic_muted_white_a60_24dp.xml 2021-01-11 15:13:55.353679973 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19,12C19,13.19 18.66,14.3 18.1,15.28L16.87,14.05C17.14,13.43 17.3,12.74 17.3,12L19,12L19,12ZM15,12.16L9,6.18L9,6C9,4.343 10.343,3 12,3C13.657,3 15,4.343 15,6L15,12L15,12.16L15,12.16ZM4.27,4L21,20.73L19.73,22L15.54,17.81C14.77,18.27 13.91,18.58 13,18.72L13,22L11,22L11,18.72C7.72,18.23 5,15.41 5,12L6.7,12C6.7,15 9.24,17.1 12,17.1C12.81,17.1 13.6,16.91 14.31,16.58L12.65,14.92L12,15C10.343,15 9,13.657 9,12L9,11.28L3,5.27L4.27,4Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19,12C19,13.19 18.66,14.3 18.1,15.28L16.87,14.05C17.14,13.43 17.3,12.74 17.3,12L19,12L19,12ZM15,12.16L9,6.18L9,6C9,4.343 10.343,3 12,3C13.657,3 15,4.343 15,6L15,12L15,12.16L15,12.16ZM4.27,4L21,20.73L19.73,22L15.54,17.81C14.77,18.27 13.91,18.58 13,18.72L13,22L11,22L11,18.72C7.72,18.23 5,15.41 5,12L6.7,12C6.7,15 9.24,17.1 12,17.1C12.81,17.1 13.6,16.91 14.31,16.58L12.65,14.92L12,15C10.343,15 9,13.657 9,12L9,11.28L3,5.27L4.27,4Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_mic_white_18dp_muted.xml to/res/drawable/ic_mic_white_18dp_muted.xml
*** from/res/drawable/ic_mic_white_18dp_muted.xml 2021-01-02 17:58:42.811414632 -0700
--- to/res/drawable/ic_mic_white_18dp_muted.xml 2021-01-11 15:13:55.598676305 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="18.0" android:viewportHeight="18.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M14.25,9C14.25,9.892 13.995,10.725 13.575,11.46L12.653,10.538C12.855,10.073 12.975,9.555 12.975,9L14.25,9L14.25,9ZM11.25,9.12L6.75,4.635L6.75,4.5C6.75,3.257 7.757,2.25 9,2.25C10.243,2.25 11.25,3.257 11.25,4.5L11.25,9L11.25,9.12L11.25,9.12ZM3.202,3L15.75,15.547L14.797,16.5L11.655,13.358C11.078,13.703 10.432,13.935 9.75,14.04L9.75,16.5L8.25,16.5L8.25,14.04C5.79,13.672 3.75,11.557 3.75,9L5.025,9C5.025,11.25 6.93,12.825 9,12.825C9.608,12.825 10.2,12.682 10.733,12.435L9.488,11.19L9,11.25C7.757,11.25 6.75,10.243 6.75,9L6.75,8.46L2.25,3.952L3.202,3Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="18.0" android:viewportHeight="18.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M14.25,9C14.25,9.892 13.995,10.725 13.575,11.46L12.653,10.538C12.855,10.073 12.975,9.555 12.975,9L14.25,9L14.25,9ZM11.25,9.12L6.75,4.635L6.75,4.5C6.75,3.257 7.757,2.25 9,2.25C10.243,2.25 11.25,3.257 11.25,4.5L11.25,9L11.25,9.12L11.25,9.12ZM3.202,3L15.75,15.547L14.797,16.5L11.655,13.358C11.078,13.703 10.432,13.935 9.75,14.04L9.75,16.5L8.25,16.5L8.25,14.04C5.79,13.672 3.75,11.557 3.75,9L5.025,9C5.025,11.25 6.93,12.825 9,12.825C9.608,12.825 10.2,12.682 10.733,12.435L9.488,11.19L9,11.25C7.757,11.25 6.75,10.243 6.75,9L6.75,8.46L2.25,3.952L3.202,3Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_mic_white_18dp.xml to/res/drawable/ic_mic_white_18dp.xml
*** from/res/drawable/ic_mic_white_18dp.xml 2021-01-02 17:58:42.824414435 -0700
--- to/res/drawable/ic_mic_white_18dp.xml 2021-01-11 15:13:56.185667515 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="18.0" android:viewportHeight="18.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M9,2.25C10.243,2.25 11.25,3.257 11.25,4.5L11.25,9C11.25,10.243 10.243,11.25 9,11.25C7.757,11.25 6.75,10.243 6.75,9L6.75,4.5C6.75,3.257 7.757,2.25 9,2.25L9,2.25ZM14.25,9C14.25,11.648 12.292,13.83 9.75,14.198L9.75,16.5L8.25,16.5L8.25,14.198C5.707,13.83 3.75,11.648 3.75,9L5.25,9C5.25,11.071 6.929,12.75 9,12.75C11.071,12.75 12.75,11.071 12.75,9L14.25,9L14.25,9Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="18.0" android:viewportHeight="18.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M9,2.25C10.243,2.25 11.25,3.257 11.25,4.5L11.25,9C11.25,10.243 10.243,11.25 9,11.25C7.757,11.25 6.75,10.243 6.75,9L6.75,4.5C6.75,3.257 7.757,2.25 9,2.25L9,2.25ZM14.25,9C14.25,11.648 12.292,13.83 9.75,14.198L9.75,16.5L8.25,16.5L8.25,14.198C5.707,13.83 3.75,11.648 3.75,9L5.25,9C5.25,11.071 6.929,12.75 9,12.75C11.071,12.75 12.75,11.071 12.75,9L14.25,9L14.25,9Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_mic_white_a60_24dp.xml to/res/drawable/ic_mic_white_a60_24dp.xml
*** from/res/drawable/ic_mic_white_a60_24dp.xml 2021-01-02 17:58:42.822414465 -0700
--- to/res/drawable/ic_mic_white_a60_24dp.xml 2021-01-11 15:13:55.354679958 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,3C13.657,3 15,4.343 15,6L15,12C15,13.657 13.657,15 12,15C10.343,15 9,13.657 9,12L9,6C9,4.343 10.343,3 12,3L12,3ZM19,12C19,15.53 16.39,18.44 13,18.93L13,22L11,22L11,18.93C7.61,18.44 5,15.53 5,12L7,12C7,14.761 9.239,17 12,17C14.761,17 17,14.761 17,12L19,12L19,12Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,3C13.657,3 15,4.343 15,6L15,12C15,13.657 13.657,15 12,15C10.343,15 9,13.657 9,12L9,6C9,4.343 10.343,3 12,3L12,3ZM19,12C19,15.53 16.39,18.44 13,18.93L13,22L11,22L11,18.93C7.61,18.44 5,15.53 5,12L7,12C7,14.761 9.239,17 12,17C14.761,17 17,14.761 17,12L19,12L19,12Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_mobile_screenshare_24dp.xml to/res/drawable/ic_mobile_screenshare_24dp.xml
*** from/res/drawable/ic_mobile_screenshare_24dp.xml 2021-01-02 17:58:42.829414359 -0700
--- to/res/drawable/ic_mobile_screenshare_24dp.xml 2021-01-11 15:13:55.833672786 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M5,3.814C5,2.2599 6.2768,1 7.8519,1H16.1481C17.7232,1 19,2.2599 19,3.814V7.5L17.4444,6.0362V4H6.5556V19.5H17.4444V17.4677L19,16V20.186C19,21.7401 17.7232,23 16.1481,23H7.8519C6.2768,23 5,21.7402 5,20.186V3.814Z" />
! <path android:fillColor="#ffffffff" android:pathData="M15.6,15.3188C15.6,15.5388 15.8637,15.6515 16.0228,15.4995L19.8108,11.8772C19.9139,11.7786 19.9137,11.614 19.8106,11.5156L16.0225,7.903C15.8634,7.7512 15.6,7.864 15.6,8.0839V9.6792C15.6,9.8037 15.5068,9.9091 15.3839,9.9293C11.7864,10.5197 10.0661,12.8369 9.2844,15.3807C9.2054,15.6377 9.5526,15.8068 9.739,15.613C11.1239,14.174 12.8913,13.4854 15.3497,13.4422C15.4877,13.4397 15.6,13.5519 15.6,13.69V15.3188Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M5,3.814C5,2.2599 6.2768,1 7.8519,1H16.1481C17.7232,1 19,2.2599 19,3.814V7.5L17.4444,6.0362V4H6.5556V19.5H17.4444V17.4677L19,16V20.186C19,21.7401 17.7232,23 16.1481,23H7.8519C6.2768,23 5,21.7402 5,20.186V3.814Z" />
! <path android:fillColor="@color/white" android:pathData="M15.6,15.3188C15.6,15.5388 15.8637,15.6515 16.0228,15.4995L19.8108,11.8772C19.9139,11.7786 19.9137,11.614 19.8106,11.5156L16.0225,7.903C15.8634,7.7512 15.6,7.864 15.6,8.0839V9.6792C15.6,9.8037 15.5068,9.9091 15.3839,9.9293C11.7864,10.5197 10.0661,12.8369 9.2844,15.3807C9.2054,15.6377 9.5526,15.8068 9.739,15.613C11.1239,14.174 12.8913,13.4854 15.3497,13.4422C15.4877,13.4397 15.6,13.5519 15.6,13.69V15.3188Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_mobile_screenshare_end_24dp.xml to/res/drawable/ic_mobile_screenshare_end_24dp.xml
*** from/res/drawable/ic_mobile_screenshare_end_24dp.xml 2021-01-02 17:58:42.827414389 -0700
--- to/res/drawable/ic_mobile_screenshare_end_24dp.xml 2021-01-11 15:13:55.900671783 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M5,3.814C5,2.2599 6.2768,1 7.8519,1H16.1481C17.7232,1 19,2.2599 19,3.814V16L17.4444,17.4677V4H6.5556V19.5H17.4444V17.4677L19,16V20.186C19,21.7401 17.7232,23 16.1481,23H7.8519C6.2768,23 5,21.7402 5,20.186V3.814Z" />
! <path android:fillColor="#ffffffff" android:pathData="M16,9.448L14.5527,8L11.9996,10.552L9.4473,8L8,9.448L10.5523,12L8,14.552L9.4473,16L11.9996,13.448L14.5527,16L16,14.552L13.4477,12L16,9.448Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M5,3.814C5,2.2599 6.2768,1 7.8519,1H16.1481C17.7232,1 19,2.2599 19,3.814V16L17.4444,17.4677V4H6.5556V19.5H17.4444V17.4677L19,16V20.186C19,21.7401 17.7232,23 16.1481,23H7.8519C6.2768,23 5,21.7402 5,20.186V3.814Z" />
! <path android:fillColor="@color/white" android:pathData="M16,9.448L14.5527,8L11.9996,10.552L9.4473,8L8,9.448L10.5523,12L8,14.552L9.4473,16L11.9996,13.448L14.5527,16L16,14.552L13.4477,12L16,9.448Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_monitor_white_24dp.xml to/res/drawable/ic_monitor_white_24dp.xml
*** from/res/drawable/ic_monitor_white_24dp.xml 2021-01-02 17:58:42.813414602 -0700
--- to/res/drawable/ic_monitor_white_24dp.xml 2021-01-11 15:13:56.249666557 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M4 2.5C2.897 2.5 2 3.397 2 4.5V15.5C2 16.604 2.897 17.5 4 17.5H11V19.5H7V21.5H17V19.5H13V17.5H20C21.103 17.5 22 16.604 22 15.5V4.5C22 3.397 21.103 2.5 20 2.5H4ZM20 4.5V13.5H4V4.5H20Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M4 2.5C2.897 2.5 2 3.397 2 4.5V15.5C2 16.604 2.897 17.5 4 17.5H11V19.5H7V21.5H17V19.5H13V17.5H20C21.103 17.5 22 16.604 22 15.5V4.5C22 3.397 21.103 2.5 20 2.5H4ZM20 4.5V13.5H4V4.5H20Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_mtrl_chip_checked_circle.xml to/res/drawable/ic_mtrl_chip_checked_circle.xml
*** from/res/drawable/ic_mtrl_chip_checked_circle.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/ic_mtrl_chip_checked_circle.xml 2021-01-11 15:13:55.738674208 -0700
***************
*** 2,6 ****
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff191919" android:pathData="M12,12m-12,0a12,12 0,1 1,24 0a12,12 0,1 1,-24 0" android:strokeColor="#00000000" android:strokeWidth="1.0" android:fillAlpha="0.5" />
! <path android:fillColor="#ffffffff" android:pathData="M9.189,15.939l-3.127,-3.128l-1.061,1.061l4.189,4.189l9,-9l-1.061,-1.061z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
</vector>
\ No newline at end of file
--- 2,6 ----
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff191919" android:pathData="M12,12m-12,0a12,12 0,1 1,24 0a12,12 0,1 1,-24 0" android:strokeColor="#00000000" android:strokeWidth="1.0" android:fillAlpha="0.5" />
! <path android:fillColor="@color/white" android:pathData="M9.189,15.939l-3.127,-3.128l-1.061,1.061l4.189,4.189l9,-9l-1.061,-1.061z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_mute_v2_muted.xml to/res/drawable/ic_mute_v2_muted.xml
*** from/res/drawable/ic_mute_v2_muted.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/ic_mute_v2_muted.xml 2021-01-11 15:13:56.121668474 -0700
***************
*** 1,8 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M4.4668,7.3333H3.3335C3.3335,8.1267 3.5602,8.8667 3.9335,9.52L4.7535,8.7C4.5735,8.2867 4.4668,7.8267 4.4668,7.3333Z" />
! <path android:fillColor="#ffffffff" android:pathData="M6.0068,7.39C6.0102,7.4083 6.0135,7.4267 6.0135,7.4467L10.0002,3.4533V3.3333C10.0002,2.2267 9.1068,1.3333 8.0002,1.3333C6.8935,1.3333 6.0002,2.2267 6.0002,3.3333V7.3333C6.0002,7.3533 6.0035,7.3717 6.0068,7.39Z" />
! <path android:fillColor="#ffffffff" android:pathData="M7.8159,10.7284L7.309,11.2354L6.8357,11.7125C6.9987,11.7554 7.1648,11.7892 7.3335,11.8133V14.6667H8.6668V11.8133C10.8535,11.4867 12.6668,9.6067 12.6668,7.3333H11.5335C11.5335,9.3333 9.8402,10.7333 8.0002,10.7333C7.9386,10.7333 7.8771,10.7317 7.8159,10.7284Z" />
! <path android:fillColor="#ffffffff" android:pathData="M14,2.8467L13.1533,2L2,13.1533L2.8467,14L5.64,11.2133L6.46,10.3867L7.5667,9.28L9.9933,6.8533L14,2.8467Z" />
</vector>
\ No newline at end of file
--- 1,8 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M4.4668,7.3333H3.3335C3.3335,8.1267 3.5602,8.8667 3.9335,9.52L4.7535,8.7C4.5735,8.2867 4.4668,7.8267 4.4668,7.3333Z" />
! <path android:fillColor="@color/white" android:pathData="M6.0068,7.39C6.0102,7.4083 6.0135,7.4267 6.0135,7.4467L10.0002,3.4533V3.3333C10.0002,2.2267 9.1068,1.3333 8.0002,1.3333C6.8935,1.3333 6.0002,2.2267 6.0002,3.3333V7.3333C6.0002,7.3533 6.0035,7.3717 6.0068,7.39Z" />
! <path android:fillColor="@color/white" android:pathData="M7.8159,10.7284L7.309,11.2354L6.8357,11.7125C6.9987,11.7554 7.1648,11.7892 7.3335,11.8133V14.6667H8.6668V11.8133C10.8535,11.4867 12.6668,9.6067 12.6668,7.3333H11.5335C11.5335,9.3333 9.8402,10.7333 8.0002,10.7333C7.9386,10.7333 7.8771,10.7317 7.8159,10.7284Z" />
! <path android:fillColor="@color/white" android:pathData="M14,2.8467L13.1533,2L2,13.1533L2.8467,14L5.64,11.2133L6.46,10.3867L7.5667,9.28L9.9933,6.8533L14,2.8467Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_my_account_24dp.xml to/res/drawable/ic_my_account_24dp.xml
*** from/res/drawable/ic_my_account_24dp.xml 2021-01-02 17:58:42.827414389 -0700
--- to/res/drawable/ic_my_account_24dp.xml 2021-01-11 15:13:55.636675736 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3,5L3,19C3,20.1 3.89,21 5,21L19,21C20.1,21 21,20.1 21,19L21,5C21,3.9 20.1,3 19,3L5,3C3.89,3 3,3.9 3,5ZM15,9C15,10.66 13.66,12 12,12C10.34,12 9,10.66 9,9C9,7.34 10.34,6 12,6C13.66,6 15,7.34 15,9ZM6,17C6,15 10,13.9 12,13.9C14,13.9 18,15 18,17L18,18L6,18L6,17Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3,5L3,19C3,20.1 3.89,21 5,21L19,21C20.1,21 21,20.1 21,19L21,5C21,3.9 20.1,3 19,3L5,3C3.89,3 3,3.9 3,5ZM15,9C15,10.66 13.66,12 12,12C10.34,12 9,10.66 9,9C9,7.34 10.34,6 12,6C13.66,6 15,7.34 15,9ZM6,17C6,15 10,13.9 12,13.9C14,13.9 18,15 18,17L18,18L6,18L6,17Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_navigate_next_white_a60_24dp.xml to/res/drawable/ic_navigate_next_white_a60_24dp.xml
*** from/res/drawable/ic_navigate_next_white_a60_24dp.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/ic_navigate_next_white_a60_24dp.xml 2021-01-11 15:13:56.175667665 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_noise_cancellation_active_24dp.xml to/res/drawable/ic_noise_cancellation_active_24dp.xml
*** from/res/drawable/ic_noise_cancellation_active_24dp.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/ic_noise_cancellation_active_24dp.xml 2021-01-11 15:13:55.357679913 -0700
***************
*** 1,9 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10.889,4C10.889,3.4477 11.3367,3 11.889,3H12.1112C12.6635,3 13.1112,3.4477 13.1112,4V20C13.1112,20.5523 12.6635,21 12.1112,21H11.889C11.3367,21 10.889,20.5523 10.889,20V4Z" />
! <path android:fillColor="#ffffffff" android:pathData="M6.4444,6.25C6.4444,5.6977 6.8921,5.25 7.4444,5.25H7.6666C8.2189,5.25 8.6666,5.6977 8.6666,6.25V17.75C8.6666,18.3023 8.2189,18.75 7.6666,18.75H7.4444C6.8921,18.75 6.4444,18.3023 6.4444,17.75V6.25Z" />
! <path android:fillColor="#ffffffff" android:pathData="M3.2222,15.375C3.7745,15.375 4.2222,14.9273 4.2222,14.375L4.2222,9.625C4.2222,9.0727 3.7745,8.625 3.2222,8.625H3C2.4477,8.625 2,9.0727 2,9.625V14.375C2,14.9273 2.4477,15.375 3,15.375H3.2222Z" />
! <path android:fillColor="#ffffffff" android:pathData="M22.0001,13.25C22.0001,13.8023 21.5523,14.25 21.0001,14.25H20.7778C20.2255,14.25 19.7778,13.8023 19.7778,13.25V10.75C19.7778,10.1977 20.2255,9.75 20.7778,9.75H21.0001C21.5523,9.75 22.0001,10.1977 22.0001,10.75V13.25Z" />
! <path android:fillColor="#ffffffff" android:pathData="M16.3333,7.5C15.781,7.5 15.3333,7.9477 15.3333,8.5V15.5C15.3333,16.0523 15.781,16.5 16.3333,16.5H16.5555C17.1078,16.5 17.5555,16.0523 17.5555,15.5V8.5C17.5555,7.9477 17.1078,7.5 16.5555,7.5H16.3333Z" />
</vector>
\ No newline at end of file
--- 1,9 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10.889,4C10.889,3.4477 11.3367,3 11.889,3H12.1112C12.6635,3 13.1112,3.4477 13.1112,4V20C13.1112,20.5523 12.6635,21 12.1112,21H11.889C11.3367,21 10.889,20.5523 10.889,20V4Z" />
! <path android:fillColor="@color/white" android:pathData="M6.4444,6.25C6.4444,5.6977 6.8921,5.25 7.4444,5.25H7.6666C8.2189,5.25 8.6666,5.6977 8.6666,6.25V17.75C8.6666,18.3023 8.2189,18.75 7.6666,18.75H7.4444C6.8921,18.75 6.4444,18.3023 6.4444,17.75V6.25Z" />
! <path android:fillColor="@color/white" android:pathData="M3.2222,15.375C3.7745,15.375 4.2222,14.9273 4.2222,14.375L4.2222,9.625C4.2222,9.0727 3.7745,8.625 3.2222,8.625H3C2.4477,8.625 2,9.0727 2,9.625V14.375C2,14.9273 2.4477,15.375 3,15.375H3.2222Z" />
! <path android:fillColor="@color/white" android:pathData="M22.0001,13.25C22.0001,13.8023 21.5523,14.25 21.0001,14.25H20.7778C20.2255,14.25 19.7778,13.8023 19.7778,13.25V10.75C19.7778,10.1977 20.2255,9.75 20.7778,9.75H21.0001C21.5523,9.75 22.0001,10.1977 22.0001,10.75V13.25Z" />
! <path android:fillColor="@color/white" android:pathData="M16.3333,7.5C15.781,7.5 15.3333,7.9477 15.3333,8.5V15.5C15.3333,16.0523 15.781,16.5 16.3333,16.5H16.5555C17.1078,16.5 17.5555,16.0523 17.5555,15.5V8.5C17.5555,7.9477 17.1078,7.5 16.5555,7.5H16.3333Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_notifications_off_white_a60_24dp.xml to/res/drawable/ic_notifications_off_white_a60_24dp.xml
*** from/res/drawable/ic_notifications_off_white_a60_24dp.xml 2021-01-02 17:58:42.813414602 -0700
--- to/res/drawable/ic_notifications_off_white_a60_24dp.xml 2021-01-11 15:13:56.400664296 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="#ffffffff" android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M20,18.69L7.84,6.14 5.27,3.49 4,4.76l2.8,2.8v0.01c-0.52,0.99 -0.8,2.16 -0.8,3.42v5l-2,2v1h13.73l2,2L21,19.72l-1,-1.03zM12,22c1.11,0 2,-0.89 2,-2h-4c0,1.11 0.89,2 2,2zM18,14.68L18,11c0,-3.08 -1.64,-5.64 -4.5,-6.32L13.5,4c0,-0.83 -0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5v0.68c-0.15,0.03 -0.29,0.08 -0.42,0.12 -0.1,0.03 -0.2,0.07 -0.3,0.11h-0.01c-0.01,0 -0.01,0 -0.02,0.01 -0.23,0.09 -0.46,0.2 -0.68,0.31 0,0 -0.01,0 -0.01,0.01L18,14.68z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="@color/white" android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M20,18.69L7.84,6.14 5.27,3.49 4,4.76l2.8,2.8v0.01c-0.52,0.99 -0.8,2.16 -0.8,3.42v5l-2,2v1h13.73l2,2L21,19.72l-1,-1.03zM12,22c1.11,0 2,-0.89 2,-2h-4c0,1.11 0.89,2 2,2zM18,14.68L18,11c0,-3.08 -1.64,-5.64 -4.5,-6.32L13.5,4c0,-0.83 -0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5v0.68c-0.15,0.03 -0.29,0.08 -0.42,0.12 -0.1,0.03 -0.2,0.07 -0.3,0.11h-0.01c-0.01,0 -0.01,0 -0.02,0.01 -0.23,0.09 -0.46,0.2 -0.68,0.31 0,0 -0.01,0 -0.01,0.01L18,14.68z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_notifications_white_a60_24dp.xml to/res/drawable/ic_notifications_white_a60_24dp.xml
*** from/res/drawable/ic_notifications_white_a60_24dp.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_notifications_white_a60_24dp.xml 2021-01-11 15:13:56.261666377 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="#ffffffff" android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M12,22c1.1,0 2,-0.9 2,-2h-4c0,1.1 0.89,2 2,2zM18,16v-5c0,-3.07 -1.64,-5.64 -4.5,-6.32L13.5,4c0,-0.83 -0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5v0.68C7.63,5.36 6,7.92 6,11v5l-2,2v1h16v-1l-2,-2z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="@color/white" android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M12,22c1.1,0 2,-0.9 2,-2h-4c0,1.1 0.89,2 2,2zM18,16v-5c0,-3.07 -1.64,-5.64 -4.5,-6.32L13.5,4c0,-0.83 -0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5v0.68C7.63,5.36 6,7.92 6,11v5l-2,2v1h16v-1l-2,-2z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_open_in_browser_white_24dp.xml to/res/drawable/ic_open_in_browser_white_24dp.xml
*** from/res/drawable/ic_open_in_browser_white_24dp.xml 2021-01-02 17:58:42.822414465 -0700
--- to/res/drawable/ic_open_in_browser_white_24dp.xml 2021-01-11 15:13:55.912671603 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19,4L5,4c-1.11,0 -2,0.9 -2,2v12c0,1.1 0.89,2 2,2h4v-2L5,18L5,8h14v10h-4v2h4c1.1,0 2,-0.9 2,-2L21,6c0,-1.1 -0.89,-2 -2,-2zM12,10l-4,4h3v6h2v-6h3l-4,-4z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19,4L5,4c-1.11,0 -2,0.9 -2,2v12c0,1.1 0.89,2 2,2h4v-2L5,18L5,8h14v10h-4v2h4c1.1,0 2,-0.9 2,-2L21,6c0,-1.1 -0.89,-2 -2,-2zM12,10l-4,4h3v6h2v-6h3l-4,-4z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_open_in_new_white_24dp.xml to/res/drawable/ic_open_in_new_white_24dp.xml
*** from/res/drawable/ic_open_in_new_white_24dp.xml 2021-01-02 17:58:42.815414572 -0700
--- to/res/drawable/ic_open_in_new_white_24dp.xml 2021-01-11 15:13:56.189667456 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19,19H5V5h7V3H5c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2v-7h-2v7zM14,3v2h3.59l-9.83,9.83 1.41,1.41L19,6.41V10h2V3h-7z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19,19H5V5h7V3H5c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2v-7h-2v7zM14,3v2h3.59l-9.83,9.83 1.41,1.41L19,6.41V10h2V3h-7z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_open_in_new_white_a60_24dp.xml to/res/drawable/ic_open_in_new_white_a60_24dp.xml
*** from/res/drawable/ic_open_in_new_white_a60_24dp.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/ic_open_in_new_white_a60_24dp.xml 2021-01-11 15:13:56.170667740 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="#ffffffff" android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M19,19H5V5h7V3H5c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2v-7h-2v7zM14,3v2h3.59l-9.83,9.83 1.41,1.41L19,6.41V10h2V3h-7z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="@color/white" android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M19,19H5V5h7V3H5c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2v-7h-2v7zM14,3v2h3.59l-9.83,9.83 1.41,1.41L19,6.41V10h2V3h-7z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_overlay_white_24dp.xml to/res/drawable/ic_overlay_white_24dp.xml
*** from/res/drawable/ic_overlay_white_24dp.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/ic_overlay_white_24dp.xml 2021-01-11 15:13:56.086668998 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:autoMirrored="true" android:viewportWidth="20.0" android:viewportHeight="20.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M18,14H8C6.896,14 6,13.104 6,12V2C6,0.896 6.896,0 8,0H18C19.104,0 20,0.896 20,2V12C20,13.104 19.104,14 18,14Z" />
! <path android:fillColor="#ffffffff" android:pathData="M2,18H12V15H14V18C14,19.102 13.103,20 12,20H2C0.897,20 0,19.102 0,18V8C0,6.898 0.897,6 2,6H5V8H2V18Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:autoMirrored="true" android:viewportWidth="20.0" android:viewportHeight="20.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M18,14H8C6.896,14 6,13.104 6,12V2C6,0.896 6.896,0 8,0H18C19.104,0 20,0.896 20,2V12C20,13.104 19.104,14 18,14Z" />
! <path android:fillColor="@color/white" android:pathData="M2,18H12V15H14V18C14,19.102 13.103,20 12,20H2C0.897,20 0,19.102 0,18V8C0,6.898 0.897,6 2,6H5V8H2V18Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_partnered_badge_banner.xml to/res/drawable/ic_partnered_badge_banner.xml
*** from/res/drawable/ic_partnered_badge_banner.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/ic_partnered_badge_banner.xml 2021-01-11 15:13:56.430663847 -0700
***************
*** 1,7 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ff7289da" android:pathData="M16 8.0001C16 8.8001 14.7 9.4001 14.5 10.1001C14.2 10.8001 15 12.1001 14.5 12.7001C14 13.3001 12.6 13.0001 12 13.5001C11.4 14.0001 11.2 15.4001 10.5 15.6001C9.8 15.8001 8.8 14.7001 8 14.7001C7.2 14.7001 6.3 15.7001 5.5 15.5001C4.7 15.3001 4.6 13.9001 4 13.5001C3.4 13.1001 2 13.3001 1.5 12.7001C1 12.1001 1.7 10.8001 1.5 10.1001C1.3 9.4001 0 8.7001 0 8.0001C0 7.3001 1.3 6.6001 1.5 5.9001C1.8 5.2001 1 3.9001 1.5 3.3001C2 2.7001 3.4 3.0001 4 2.5001C4.6 2.0001 4.8 0.600096 5.5 0.400096C6.3 0.300096 7.2 1.3001 8 1.3001C8.8 1.3001 9.7 0.300096 10.5 0.500096C11.3 0.700096 11.4 2.2001 12 2.6001C12.6 3.0001 14 2.8001 14.5 3.4001C15 4.0001 14.3 5.3001 14.5 6.0001C14.7 6.7001 16 7.2001 16 8.0001Z" />
! <path android:fillColor="#ffffffff" android:pathData="M10.5906 6.40018L9.19223 7.30018C8.99246 7.40018 8.89258 7.40018 8.69281 7.30018C8.59293 7.20018 8.39317 7.10018 8.29328 7.00018C7.89375 6.90018 7.5941 7.00018 7.29445 7.20018L6.79504 7.50018L4.29797 9.20018C3.69867 9.50018 2.99949 9.40018 2.69984 8.80018C2.30031 8.30018 2.50008 7.60018 2.99949 7.20018L5.99598 5.20018C6.79504 4.70018 7.79387 4.50018 8.69281 4.70018C9.49188 4.90018 10.0912 5.30018 10.5906 5.90018C10.7904 6.10018 10.6905 6.30018 10.5906 6.40018Z" />
! <path android:fillColor="#ffffffff" android:pathData="M13.4871 7.8001C13.4871 8.2001 13.2874 8.6001 12.9877 8.8001L9.89135 10.8001C9.29206 11.2001 8.69276 11.4001 7.99358 11.4001C7.69393 11.4001 7.49417 11.4001 7.19452 11.3001C6.39545 11.1001 5.79616 10.7001 5.29674 10.1001C5.19686 9.9001 5.29674 9.7001 5.39663 9.6001L6.79499 8.7001C6.89487 8.6001 7.09463 8.6001 7.19452 8.7001C7.39428 8.8001 7.59405 8.9001 7.69393 9.0001C8.09346 9.0001 8.39311 9.0001 8.69276 8.8001L9.39194 8.4001L11.3896 7.0001L11.6892 6.8001C12.1887 6.5001 12.9877 6.6001 13.2874 7.1001C13.4871 7.4001 13.4871 7.6001 13.4871 7.8001Z" />
</vector>
\ No newline at end of file
--- 1,7 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/link" android:pathData="M16 8.0001C16 8.8001 14.7 9.4001 14.5 10.1001C14.2 10.8001 15 12.1001 14.5 12.7001C14 13.3001 12.6 13.0001 12 13.5001C11.4 14.0001 11.2 15.4001 10.5 15.6001C9.8 15.8001 8.8 14.7001 8 14.7001C7.2 14.7001 6.3 15.7001 5.5 15.5001C4.7 15.3001 4.6 13.9001 4 13.5001C3.4 13.1001 2 13.3001 1.5 12.7001C1 12.1001 1.7 10.8001 1.5 10.1001C1.3 9.4001 0 8.7001 0 8.0001C0 7.3001 1.3 6.6001 1.5 5.9001C1.8 5.2001 1 3.9001 1.5 3.3001C2 2.7001 3.4 3.0001 4 2.5001C4.6 2.0001 4.8 0.600096 5.5 0.400096C6.3 0.300096 7.2 1.3001 8 1.3001C8.8 1.3001 9.7 0.300096 10.5 0.500096C11.3 0.700096 11.4 2.2001 12 2.6001C12.6 3.0001 14 2.8001 14.5 3.4001C15 4.0001 14.3 5.3001 14.5 6.0001C14.7 6.7001 16 7.2001 16 8.0001Z" />
! <path android:fillColor="@color/white" android:pathData="M10.5906 6.40018L9.19223 7.30018C8.99246 7.40018 8.89258 7.40018 8.69281 7.30018C8.59293 7.20018 8.39317 7.10018 8.29328 7.00018C7.89375 6.90018 7.5941 7.00018 7.29445 7.20018L6.79504 7.50018L4.29797 9.20018C3.69867 9.50018 2.99949 9.40018 2.69984 8.80018C2.30031 8.30018 2.50008 7.60018 2.99949 7.20018L5.99598 5.20018C6.79504 4.70018 7.79387 4.50018 8.69281 4.70018C9.49188 4.90018 10.0912 5.30018 10.5906 5.90018C10.7904 6.10018 10.6905 6.30018 10.5906 6.40018Z" />
! <path android:fillColor="@color/white" android:pathData="M13.4871 7.8001C13.4871 8.2001 13.2874 8.6001 12.9877 8.8001L9.89135 10.8001C9.29206 11.2001 8.69276 11.4001 7.99358 11.4001C7.69393 11.4001 7.49417 11.4001 7.19452 11.3001C6.39545 11.1001 5.79616 10.7001 5.29674 10.1001C5.19686 9.9001 5.29674 9.7001 5.39663 9.6001L6.79499 8.7001C6.89487 8.6001 7.09463 8.6001 7.19452 8.7001C7.39428 8.8001 7.59405 8.9001 7.69393 9.0001C8.09346 9.0001 8.39311 9.0001 8.69276 8.8001L9.39194 8.4001L11.3896 7.0001L11.6892 6.8001C12.1887 6.5001 12.9877 6.6001 13.2874 7.1001C13.4871 7.4001 13.4871 7.6001 13.4871 7.8001Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_partnered_badge.xml to/res/drawable/ic_partnered_badge.xml
*** from/res/drawable/ic_partnered_badge.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_partnered_badge.xml 2021-01-11 15:13:55.961670869 -0700
***************
*** 2,7 ****
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff4f545c" android:pathData="M16 8.0001C16 8.8001 14.7 9.4001 14.5 10.1001C14.2 10.8001 15 12.1001 14.5 12.7001C14 13.3001 12.6 13.0001 12 13.5001C11.4 14.0001 11.2 15.4001 10.5 15.6001C9.8 15.8001 8.8 14.7001 8 14.7001C7.2 14.7001 6.3 15.7001 5.5 15.5001C4.7 15.3001 4.6 13.9001 4 13.5001C3.4 13.1001 2 13.3001 1.5 12.7001C1 12.1001 1.7 10.8001 1.5 10.1001C1.3 9.4001 0 8.7001 0 8.0001C0 7.3001 1.3 6.6001 1.5 5.9001C1.8 5.2001 1 3.9001 1.5 3.3001C2 2.7001 3.4 3.0001 4 2.5001C4.6 2.0001 4.8 0.600096 5.5 0.400096C6.3 0.300096 7.2 1.3001 8 1.3001C8.8 1.3001 9.7 0.300096 10.5 0.500096C11.3 0.700096 11.4 2.2001 12 2.6001C12.6 3.0001 14 2.8001 14.5 3.4001C15 4.0001 14.3 5.3001 14.5 6.0001C14.7 6.7001 16 7.2001 16 8.0001Z" />
! <path android:fillColor="#ffffffff" android:pathData="M10.5906 6.40018L9.19223 7.30018C8.99246 7.40018 8.89258 7.40018 8.69281 7.30018C8.59293 7.20018 8.39317 7.10018 8.29328 7.00018C7.89375 6.90018 7.5941 7.00018 7.29445 7.20018L6.79504 7.50018L4.29797 9.20018C3.69867 9.50018 2.99949 9.40018 2.69984 8.80018C2.30031 8.30018 2.50008 7.60018 2.99949 7.20018L5.99598 5.20018C6.79504 4.70018 7.79387 4.50018 8.69281 4.70018C9.49188 4.90018 10.0912 5.30018 10.5906 5.90018C10.7904 6.10018 10.6905 6.30018 10.5906 6.40018Z" />
! <path android:fillColor="#ffffffff" android:pathData="M13.4871 7.8001C13.4871 8.2001 13.2874 8.6001 12.9877 8.8001L9.89135 10.8001C9.29206 11.2001 8.69276 11.4001 7.99358 11.4001C7.69393 11.4001 7.49417 11.4001 7.19452 11.3001C6.39545 11.1001 5.79616 10.7001 5.29674 10.1001C5.19686 9.9001 5.29674 9.7001 5.39663 9.6001L6.79499 8.7001C6.89487 8.6001 7.09463 8.6001 7.19452 8.7001C7.39428 8.8001 7.59405 8.9001 7.69393 9.0001C8.09346 9.0001 8.39311 9.0001 8.69276 8.8001L9.39194 8.4001L11.3896 7.0001L11.6892 6.8001C12.1887 6.5001 12.9877 6.6001 13.2874 7.1001C13.4871 7.4001 13.4871 7.6001 13.4871 7.8001Z" />
</vector>
\ No newline at end of file
--- 2,7 ----
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff4f545c" android:pathData="M16 8.0001C16 8.8001 14.7 9.4001 14.5 10.1001C14.2 10.8001 15 12.1001 14.5 12.7001C14 13.3001 12.6 13.0001 12 13.5001C11.4 14.0001 11.2 15.4001 10.5 15.6001C9.8 15.8001 8.8 14.7001 8 14.7001C7.2 14.7001 6.3 15.7001 5.5 15.5001C4.7 15.3001 4.6 13.9001 4 13.5001C3.4 13.1001 2 13.3001 1.5 12.7001C1 12.1001 1.7 10.8001 1.5 10.1001C1.3 9.4001 0 8.7001 0 8.0001C0 7.3001 1.3 6.6001 1.5 5.9001C1.8 5.2001 1 3.9001 1.5 3.3001C2 2.7001 3.4 3.0001 4 2.5001C4.6 2.0001 4.8 0.600096 5.5 0.400096C6.3 0.300096 7.2 1.3001 8 1.3001C8.8 1.3001 9.7 0.300096 10.5 0.500096C11.3 0.700096 11.4 2.2001 12 2.6001C12.6 3.0001 14 2.8001 14.5 3.4001C15 4.0001 14.3 5.3001 14.5 6.0001C14.7 6.7001 16 7.2001 16 8.0001Z" />
! <path android:fillColor="@color/white" android:pathData="M10.5906 6.40018L9.19223 7.30018C8.99246 7.40018 8.89258 7.40018 8.69281 7.30018C8.59293 7.20018 8.39317 7.10018 8.29328 7.00018C7.89375 6.90018 7.5941 7.00018 7.29445 7.20018L6.79504 7.50018L4.29797 9.20018C3.69867 9.50018 2.99949 9.40018 2.69984 8.80018C2.30031 8.30018 2.50008 7.60018 2.99949 7.20018L5.99598 5.20018C6.79504 4.70018 7.79387 4.50018 8.69281 4.70018C9.49188 4.90018 10.0912 5.30018 10.5906 5.90018C10.7904 6.10018 10.6905 6.30018 10.5906 6.40018Z" />
! <path android:fillColor="@color/white" android:pathData="M13.4871 7.8001C13.4871 8.2001 13.2874 8.6001 12.9877 8.8001L9.89135 10.8001C9.29206 11.2001 8.69276 11.4001 7.99358 11.4001C7.69393 11.4001 7.49417 11.4001 7.19452 11.3001C6.39545 11.1001 5.79616 10.7001 5.29674 10.1001C5.19686 9.9001 5.29674 9.7001 5.39663 9.6001L6.79499 8.7001C6.89487 8.6001 7.09463 8.6001 7.19452 8.7001C7.39428 8.8001 7.59405 8.9001 7.69393 9.0001C8.09346 9.0001 8.39311 9.0001 8.69276 8.8001L9.39194 8.4001L11.3896 7.0001L11.6892 6.8001C12.1887 6.5001 12.9877 6.6001 13.2874 7.1001C13.4871 7.4001 13.4871 7.6001 13.4871 7.8001Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_people_white_24dp.xml to/res/drawable/ic_people_white_24dp.xml
*** from/res/drawable/ic_people_white_24dp.xml 2021-01-02 17:58:42.823414450 -0700
--- to/res/drawable/ic_people_white_24dp.xml 2021-01-11 15:13:56.021669971 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M16,11C17.66,11 18.99,9.66 18.99,8C18.99,6.34 17.66,5 16,5C14.34,5 13,6.34 13,8C13,9.66 14.34,11 16,11ZM8,11C9.66,11 10.99,9.66 10.99,8C10.99,6.34 9.66,5 8,5C6.34,5 5,6.34 5,8C5,9.66 6.34,11 8,11ZM8,13C5.67,13 1,14.17 1,16.5L1,19L15,19L15,16.5C15,14.17 10.33,13 8,13ZM16,13C15.71,13 15.38,13.02 15.03,13.05C16.19,13.89 17,15.02 17,16.5L17,19L23,19L23,16.5C23,14.17 18.33,13 16,13Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M16,11C17.66,11 18.99,9.66 18.99,8C18.99,6.34 17.66,5 16,5C14.34,5 13,6.34 13,8C13,9.66 14.34,11 16,11ZM8,11C9.66,11 10.99,9.66 10.99,8C10.99,6.34 9.66,5 8,5C6.34,5 5,6.34 5,8C5,9.66 6.34,11 8,11ZM8,13C5.67,13 1,14.17 1,16.5L1,19L15,19L15,16.5C15,14.17 10.33,13 8,13ZM16,13C15.71,13 15.38,13.02 15.03,13.05C16.19,13.89 17,15.02 17,16.5L17,19L23,19L23,16.5C23,14.17 18.33,13 16,13Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_perk_tier_1_boosted.xml to/res/drawable/ic_perk_tier_1_boosted.xml
*** from/res/drawable/ic_perk_tier_1_boosted.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/ic_perk_tier_1_boosted.xml 2021-01-11 15:13:55.441678655 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,0.75L5.25,7.5V16.5L12,23.25L18.75,16.5V7.5L12,0.75ZM15.465,8.4525L12.375,5.37V2.1825L17.715,7.5225L15.465,8.4525ZM9,14.9475V9.0525L12,6.0525L15,9.0525V14.9475L12,17.9475L9,14.9475ZM11.625,5.37L8.535,8.46L6.285,7.53L11.625,2.1825V5.37ZM8.25,9.15V14.85L6,15.78V8.22L8.25,9.15ZM8.535,15.5475L11.625,18.6375V21.8175L6.285,16.4775L8.535,15.5475ZM12.375,18.63L15.465,15.54L17.715,16.47L12.375,21.8175V18.63ZM15.75,14.85V9.15L18,8.22V15.7875L15.75,14.85Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,0.75L5.25,7.5V16.5L12,23.25L18.75,16.5V7.5L12,0.75ZM15.465,8.4525L12.375,5.37V2.1825L17.715,7.5225L15.465,8.4525ZM9,14.9475V9.0525L12,6.0525L15,9.0525V14.9475L12,17.9475L9,14.9475ZM11.625,5.37L8.535,8.46L6.285,7.53L11.625,2.1825V5.37ZM8.25,9.15V14.85L6,15.78V8.22L8.25,9.15ZM8.535,15.5475L11.625,18.6375V21.8175L6.285,16.4775L8.535,15.5475ZM12.375,18.63L15.465,15.54L17.715,16.47L12.375,21.8175V18.63ZM15.75,14.85V9.15L18,8.22V15.7875L15.75,14.85Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_perk_tier_2_boosted.xml to/res/drawable/ic_perk_tier_2_boosted.xml
*** from/res/drawable/ic_perk_tier_2_boosted.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/ic_perk_tier_2_boosted.xml 2021-01-11 15:13:55.591676409 -0700
***************
*** 1,11 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12.375,18.6V22.845L18.465,16.755L15.465,15.51L12.375,18.6Z" />
! <path android:fillColor="#ffffffff" android:pathData="M8.25,9.12L5.25,7.875V16.065L8.25,14.82V9.12Z" />
! <path android:fillColor="#ffffffff" android:pathData="M18.465,7.185L12.375,1.095V5.34L15.465,8.4225L18.465,7.185Z" />
! <path android:fillColor="#ffffffff" android:pathData="M11.625,5.34V1.095L5.535,7.185L8.535,8.4225L11.625,5.34Z" />
! <path android:fillColor="#ffffffff" android:pathData="M5.535,16.755L11.625,22.845V18.6L8.535,15.51L5.535,16.755Z" />
! <path android:fillColor="#ffffffff" android:pathData="M15.75,14.82L18.75,16.065V7.875L15.75,9.12V14.82Z" />
! <path android:fillColor="#ffffffff" android:pathData="M15,9.0225L12,6.0225L9,9.0225V14.9175L12,17.9175L15,14.9175V9.0225Z" />
</vector>
\ No newline at end of file
--- 1,11 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12.375,18.6V22.845L18.465,16.755L15.465,15.51L12.375,18.6Z" />
! <path android:fillColor="@color/white" android:pathData="M8.25,9.12L5.25,7.875V16.065L8.25,14.82V9.12Z" />
! <path android:fillColor="@color/white" android:pathData="M18.465,7.185L12.375,1.095V5.34L15.465,8.4225L18.465,7.185Z" />
! <path android:fillColor="@color/white" android:pathData="M11.625,5.34V1.095L5.535,7.185L8.535,8.4225L11.625,5.34Z" />
! <path android:fillColor="@color/white" android:pathData="M5.535,16.755L11.625,22.845V18.6L8.535,15.51L5.535,16.755Z" />
! <path android:fillColor="@color/white" android:pathData="M15.75,14.82L18.75,16.065V7.875L15.75,9.12V14.82Z" />
! <path android:fillColor="@color/white" android:pathData="M15,9.0225L12,6.0225L9,9.0225V14.9175L12,17.9175L15,14.9175V9.0225Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_perk_tier_3_boosted.xml to/res/drawable/ic_perk_tier_3_boosted.xml
*** from/res/drawable/ic_perk_tier_3_boosted.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_perk_tier_3_boosted.xml 2021-01-11 15:13:55.481678056 -0700
***************
*** 1,18 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3,18L2.205,19.455L0.75,20.25L2.205,21.045L3,22.5L3.795,21.045L5.25,20.25L3.795,19.455L3,18Z" />
! <path android:fillColor="#ffffffff" android:pathData="M21,2.25C21.4125,2.25 21.75,1.9125 21.75,1.5V0.75C21.75,0.3375 21.4125,0 21,0C20.5875,0 20.25,0.3375 20.25,0.75V1.5C20.25,1.9125 20.5875,2.25 21,2.25Z" />
! <path android:fillColor="#ffffffff" android:pathData="M21,3.75C20.5875,3.75 20.25,4.0875 20.25,4.5V5.25C20.25,5.6625 20.5875,6 21,6C21.4125,6 21.75,5.6625 21.75,5.25V4.5C21.75,4.0875 21.42,3.75 21,3.75Z" />
! <path android:fillColor="#ffffffff" android:pathData="M23.25,2.25H22.5C22.0875,2.25 21.75,2.5875 21.75,3C21.75,3.4125 22.0875,3.75 22.5,3.75H23.25C23.6625,3.75 24,3.4125 24,3C24,2.5875 23.67,2.25 23.25,2.25Z" />
! <path android:fillColor="#ffffffff" android:pathData="M19.5,2.25H18.75C18.3375,2.25 18,2.5875 18,3C18,3.4125 18.3375,3.75 18.75,3.75H19.5C19.9125,3.75 20.25,3.4125 20.25,3C20.25,2.5875 19.92,2.25 19.5,2.25Z" />
! <path android:fillColor="#ffffffff" android:pathData="M11.7151,5.34V1.095L5.6251,7.185L8.6251,8.4225L11.7151,5.34Z" />
! <path android:fillColor="#ffffffff" android:pathData="M18.5551,7.185L12.4651,1.095V5.34L15.5551,8.4225L18.5551,7.185Z" />
! <path android:fillColor="#ffffffff" android:pathData="M8.3401,9.12L5.3401,7.875V16.065L8.3401,14.82V9.12Z" />
! <path android:fillColor="#ffffffff" android:pathData="M12.4651,18.6V22.845L18.5551,16.755L15.5551,15.51L12.4651,18.6Z" />
! <path android:fillColor="#ffffffff" android:pathData="M5.6251,16.755L11.7151,22.845V18.6L8.6251,15.51L5.6251,16.755Z" />
! <path android:fillColor="#ffffffff" android:pathData="M15.8401,14.82L18.8401,16.065V7.875L15.8401,9.12V14.82Z" />
! <path android:fillColor="#ffffffff" android:pathData="M15.0901,9.0225L14.7976,8.73L9.0901,14.535V14.9175L12.0901,17.9175L15.0901,14.9175V9.0225Z" />
! <path android:fillColor="#ffffffff" android:pathData="M9.0901,13.4625L14.2651,8.1975L13.6801,7.6125L9.0901,12.285V13.4625Z" />
! <path android:fillColor="#ffffffff" android:pathData="M9.0901,11.2125L13.1476,7.08L12.0901,6.0225L9.0901,9.0225V11.2125Z" />
</vector>
\ No newline at end of file
--- 1,18 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3,18L2.205,19.455L0.75,20.25L2.205,21.045L3,22.5L3.795,21.045L5.25,20.25L3.795,19.455L3,18Z" />
! <path android:fillColor="@color/white" android:pathData="M21,2.25C21.4125,2.25 21.75,1.9125 21.75,1.5V0.75C21.75,0.3375 21.4125,0 21,0C20.5875,0 20.25,0.3375 20.25,0.75V1.5C20.25,1.9125 20.5875,2.25 21,2.25Z" />
! <path android:fillColor="@color/white" android:pathData="M21,3.75C20.5875,3.75 20.25,4.0875 20.25,4.5V5.25C20.25,5.6625 20.5875,6 21,6C21.4125,6 21.75,5.6625 21.75,5.25V4.5C21.75,4.0875 21.42,3.75 21,3.75Z" />
! <path android:fillColor="@color/white" android:pathData="M23.25,2.25H22.5C22.0875,2.25 21.75,2.5875 21.75,3C21.75,3.4125 22.0875,3.75 22.5,3.75H23.25C23.6625,3.75 24,3.4125 24,3C24,2.5875 23.67,2.25 23.25,2.25Z" />
! <path android:fillColor="@color/white" android:pathData="M19.5,2.25H18.75C18.3375,2.25 18,2.5875 18,3C18,3.4125 18.3375,3.75 18.75,3.75H19.5C19.9125,3.75 20.25,3.4125 20.25,3C20.25,2.5875 19.92,2.25 19.5,2.25Z" />
! <path android:fillColor="@color/white" android:pathData="M11.7151,5.34V1.095L5.6251,7.185L8.6251,8.4225L11.7151,5.34Z" />
! <path android:fillColor="@color/white" android:pathData="M18.5551,7.185L12.4651,1.095V5.34L15.5551,8.4225L18.5551,7.185Z" />
! <path android:fillColor="@color/white" android:pathData="M8.3401,9.12L5.3401,7.875V16.065L8.3401,14.82V9.12Z" />
! <path android:fillColor="@color/white" android:pathData="M12.4651,18.6V22.845L18.5551,16.755L15.5551,15.51L12.4651,18.6Z" />
! <path android:fillColor="@color/white" android:pathData="M5.6251,16.755L11.7151,22.845V18.6L8.6251,15.51L5.6251,16.755Z" />
! <path android:fillColor="@color/white" android:pathData="M15.8401,14.82L18.8401,16.065V7.875L15.8401,9.12V14.82Z" />
! <path android:fillColor="@color/white" android:pathData="M15.0901,9.0225L14.7976,8.73L9.0901,14.535V14.9175L12.0901,17.9175L15.0901,14.9175V9.0225Z" />
! <path android:fillColor="@color/white" android:pathData="M9.0901,13.4625L14.2651,8.1975L13.6801,7.6125L9.0901,12.285V13.4625Z" />
! <path android:fillColor="@color/white" android:pathData="M9.0901,11.2125L13.1476,7.08L12.0901,6.0225L9.0901,9.0225V11.2125Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_person_add_new_white_24dp.xml to/res/drawable/ic_person_add_new_white_24dp.xml
*** from/res/drawable/ic_person_add_new_white_24dp.xml 2021-01-02 17:58:42.817414541 -0700
--- to/res/drawable/ic_person_add_new_white_24dp.xml 2021-01-11 15:13:55.551677008 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="#ffffffff" android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M15,12c2.21,0 4,-1.79 4,-4s-1.79,-4 -4,-4 -4,1.79 -4,4 1.79,4 4,4zM6,10L6,7L4,7v3L1,10v2h3v3h2v-3h3v-2L6,10zM15,14c-2.67,0 -8,1.34 -8,4v2h16v-2c0,-2.66 -5.33,-4 -8,-4z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="@color/white" android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M15,12c2.21,0 4,-1.79 4,-4s-1.79,-4 -4,-4 -4,1.79 -4,4 1.79,4 4,4zM6,10L6,7L4,7v3L1,10v2h3v3h2v-3h3v-2L6,10zM15,14c-2.67,0 -8,1.34 -8,4v2h16v-2c0,-2.66 -5.33,-4 -8,-4z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_phonelink_24dp.xml to/res/drawable/ic_phonelink_24dp.xml
*** from/res/drawable/ic_phonelink_24dp.xml 2021-01-02 17:58:42.817414541 -0700
--- to/res/drawable/ic_phonelink_24dp.xml 2021-01-11 15:13:55.359679883 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M4,6h18L22,4L4,4c-1.1,0 -2,0.9 -2,2v11L0,17v3h14v-3L4,17L4,6zM23,8h-6c-0.55,0 -1,0.45 -1,1v10c0,0.55 0.45,1 1,1h6c0.55,0 1,-0.45 1,-1L24,9c0,-0.55 -0.45,-1 -1,-1zM22,17h-4v-7h4v7z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M4,6h18L22,4L4,4c-1.1,0 -2,0.9 -2,2v11L0,17v3h14v-3L4,17L4,6zM23,8h-6c-0.55,0 -1,0.45 -1,1v10c0,0.55 0.45,1 1,1h6c0.55,0 1,-0.45 1,-1L24,9c0,-0.55 -0.45,-1 -1,-1zM22,17h-4v-7h4v7z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_pin_24dp.xml to/res/drawable/ic_pin_24dp.xml
*** from/res/drawable/ic_pin_24dp.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/ic_pin_24dp.xml 2021-01-11 15:13:56.387664491 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M22,12.3698L11.6302,2L10.1479,3.4802L11.6302,4.9625L6.4448,10.1469V10.149L4.9625,8.6667L3.4813,10.149L7.926,14.5927L2,20.5177L3.4813,21.999L9.4073,16.074L13.8521,20.5177L15.3333,19.0365L13.8521,17.5552L19.0365,12.3698H19.0375L20.5188,13.851L22,12.3698Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M22,12.3698L11.6302,2L10.1479,3.4802L11.6302,4.9625L6.4448,10.1469V10.149L4.9625,8.6667L3.4813,10.149L7.926,14.5927L2,20.5177L3.4813,21.999L9.4073,16.074L13.8521,20.5177L15.3333,19.0365L13.8521,17.5552L19.0365,12.3698H19.0375L20.5188,13.851L22,12.3698Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_play_arrow_24dp.xml to/res/drawable/ic_play_arrow_24dp.xml
*** from/res/drawable/ic_play_arrow_24dp.xml 2021-01-02 17:58:42.813414602 -0700
--- to/res/drawable/ic_play_arrow_24dp.xml 2021-01-11 15:13:56.423663952 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M8,5v14l11,-7z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M8,5v14l11,-7z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_play_arrow_grey_24dp.xml to/res/drawable/ic_play_arrow_grey_24dp.xml
*** from/res/drawable/ic_play_arrow_grey_24dp.xml 2021-01-02 17:58:42.817414541 -0700
--- to/res/drawable/ic_play_arrow_grey_24dp.xml 2021-01-11 15:13:55.979670600 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="#ffffffff" android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffb9bbbe" android:pathData="M8,5v14l11,-7z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="@color/white" android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffb9bbbe" android:pathData="M8,5v14l11,-7z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_play_circle_outline_white_24dp.xml to/res/drawable/ic_play_circle_outline_white_24dp.xml
*** from/res/drawable/ic_play_circle_outline_white_24dp.xml 2021-01-02 17:58:42.817414541 -0700
--- to/res/drawable/ic_play_circle_outline_white_24dp.xml 2021-01-11 15:13:56.275666168 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10,16.5l6,-4.5 -6,-4.5v9zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10,16.5l6,-4.5 -6,-4.5v9zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_privacy_24dp.xml to/res/drawable/ic_privacy_24dp.xml
*** from/res/drawable/ic_privacy_24dp.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/ic_privacy_24dp.xml 2021-01-11 15:13:56.516662559 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,1L3,5L3,11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11L21,5L12,1ZM12,11.99L19,11.99C18.47,16.11 15.72,19.78 12,20.93L12,12L5,12L5,6.3L12,3.19L12,11.99Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,1L3,5L3,11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11L21,5L12,1ZM12,11.99L19,11.99C18.47,16.11 15.72,19.78 12,20.93L12,12L5,12L5,6.3L12,3.19L12,11.99Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_profile_24dp.xml to/res/drawable/ic_profile_24dp.xml
*** from/res/drawable/ic_profile_24dp.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/ic_profile_24dp.xml 2021-01-11 15:13:55.957670929 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3,5V19C3,20.1 3.89,21 5,21H19C20.1,21 21,20.1 21,19V5C21,3.9 20.1,3 19,3H5C3.89,3 3,3.9 3,5ZM15,9C15,10.66 13.66,12 12,12C10.34,12 9,10.66 9,9C9,7.34 10.34,6 12,6C13.66,6 15,7.34 15,9ZM6,17C6,15 10,13.9 12,13.9C14,13.9 18,15 18,17V18H6V17Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3,5V19C3,20.1 3.89,21 5,21H19C20.1,21 21,20.1 21,19V5C21,3.9 20.1,3 19,3H5C3.89,3 3,3.9 3,5ZM15,9C15,10.66 13.66,12 12,12C10.34,12 9,10.66 9,9C9,7.34 10.34,6 12,6C13.66,6 15,7.34 15,9ZM6,17C6,15 10,13.9 12,13.9C14,13.9 18,15 18,17V18H6V17Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_profile_badge_bughunter_level_2_32dp.xml to/res/drawable/ic_profile_badge_bughunter_level_2_32dp.xml
*** from/res/drawable/ic_profile_badge_bughunter_level_2_32dp.xml 2021-01-02 17:58:42.812414617 -0700
--- to/res/drawable/ic_profile_badge_bughunter_level_2_32dp.xml 2021-01-11 15:13:55.963670840 -0700
***************
*** 5,11 ****
<path android:fillColor="#ffffd56c" android:pathData="M90.1,53.4C80,66.3 65.5,72.8 54.2,70.4L15.5,120c-2.8,3.6 -7.7,4 -11.3,1.2 -3.6,-2.8 -4,-7.7 -1.6,-11.3l38.7,-49.2c-5.2,-10.1 -2.4,-25.8 8.1,-39.1C62.3,5.4 81.6,-0.6 92.9,7.8s9.7,29.1 -2.8,45.6z" />
<group>
<clip-path android:pathData="M90.1,53.4C80,66.3 65.5,72.8 54.2,70.4L15.5,120c-2.8,3.6 -7.7,4 -11.3,1.2 -3.6,-2.8 -4,-7.7 -1.6,-11.3l38.7,-49.2c-5.2,-10.1 -2.4,-25.8 8.1,-39.1C62.3,5.4 81.6,-0.6 92.9,7.8s9.7,29.1 -2.8,45.6z M 0,0" />
! <path android:fillColor="#ffffffff" android:pathData="M70.56,-16.552l4.66,0.614l-19.866,150.797l-4.66,-0.614z" />
! <path android:fillColor="#ffffffff" android:pathData="M78.384,-18.127l10.212,1.345L68.73,134.016L58.518,132.67z" />
</group>
</vector>
\ No newline at end of file
--- 5,11 ----
<path android:fillColor="#ffffd56c" android:pathData="M90.1,53.4C80,66.3 65.5,72.8 54.2,70.4L15.5,120c-2.8,3.6 -7.7,4 -11.3,1.2 -3.6,-2.8 -4,-7.7 -1.6,-11.3l38.7,-49.2c-5.2,-10.1 -2.4,-25.8 8.1,-39.1C62.3,5.4 81.6,-0.6 92.9,7.8s9.7,29.1 -2.8,45.6z" />
<group>
<clip-path android:pathData="M90.1,53.4C80,66.3 65.5,72.8 54.2,70.4L15.5,120c-2.8,3.6 -7.7,4 -11.3,1.2 -3.6,-2.8 -4,-7.7 -1.6,-11.3l38.7,-49.2c-5.2,-10.1 -2.4,-25.8 8.1,-39.1C62.3,5.4 81.6,-0.6 92.9,7.8s9.7,29.1 -2.8,45.6z M 0,0" />
! <path android:fillColor="@color/white" android:pathData="M70.56,-16.552l4.66,0.614l-19.866,150.797l-4.66,-0.614z" />
! <path android:fillColor="@color/white" android:pathData="M78.384,-18.127l10.212,1.345L68.73,134.016L58.518,132.67z" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_profile_badge_partner_32dp.xml to/res/drawable/ic_profile_badge_partner_32dp.xml
*** from/res/drawable/ic_profile_badge_partner_32dp.xml 2021-01-02 17:58:42.811414632 -0700
--- to/res/drawable/ic_profile_badge_partner_32dp.xml 2021-01-11 15:13:56.001670271 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ff7289da" android:pathData="M23.6632 11.1399L19.5797 13.7436C18.9964 14.0329 18.7047 14.0329 18.1213 13.7436C17.8296 13.4543 17.2463 13.165 16.9546 12.8757C15.7879 12.5864 14.9129 12.8757 14.0378 13.4543L12.5794 14.3222L5.2875 19.2404C3.53744 20.1083 1.49569 19.819 0.620658 18.0831C-0.546053 16.6366 0.0373027 14.6115 1.49569 13.4543L10.246 7.66824C12.5794 6.22172 15.4962 5.64312 18.1213 6.22172C20.4547 6.80033 22.2048 7.95754 23.6632 9.69336C24.2466 10.272 23.9549 10.8506 23.6632 11.1399Z" />
! <path android:fillColor="#ff7289da" android:pathData="M32 16.2181C32 17.3684 31.4176 18.5188 30.5439 19.094L21.5164 24.8457C19.7691 25.996 18.0218 26.5712 15.9833 26.5712C15.1097 26.5712 14.5273 26.5712 13.6536 26.2836C11.324 25.7085 9.57668 24.5581 8.12062 22.8326C7.82941 22.2574 8.12062 21.6822 8.41184 21.3947L12.4888 18.8064C12.78 18.5188 13.3624 18.5188 13.6536 18.8064C14.2361 19.094 14.8185 19.3816 15.1097 19.6691C16.2746 19.6691 17.1482 19.6691 18.0218 19.094L20.0603 17.9436L25.8846 13.9174L26.7582 13.3422C28.2142 12.4795 30.5439 12.7671 31.4176 14.205C32 15.0678 32 15.6429 32 16.2181Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/link" android:pathData="M23.6632 11.1399L19.5797 13.7436C18.9964 14.0329 18.7047 14.0329 18.1213 13.7436C17.8296 13.4543 17.2463 13.165 16.9546 12.8757C15.7879 12.5864 14.9129 12.8757 14.0378 13.4543L12.5794 14.3222L5.2875 19.2404C3.53744 20.1083 1.49569 19.819 0.620658 18.0831C-0.546053 16.6366 0.0373027 14.6115 1.49569 13.4543L10.246 7.66824C12.5794 6.22172 15.4962 5.64312 18.1213 6.22172C20.4547 6.80033 22.2048 7.95754 23.6632 9.69336C24.2466 10.272 23.9549 10.8506 23.6632 11.1399Z" />
! <path android:fillColor="@color/link" android:pathData="M32 16.2181C32 17.3684 31.4176 18.5188 30.5439 19.094L21.5164 24.8457C19.7691 25.996 18.0218 26.5712 15.9833 26.5712C15.1097 26.5712 14.5273 26.5712 13.6536 26.2836C11.324 25.7085 9.57668 24.5581 8.12062 22.8326C7.82941 22.2574 8.12062 21.6822 8.41184 21.3947L12.4888 18.8064C12.78 18.5188 13.3624 18.5188 13.6536 18.8064C14.2361 19.094 14.8185 19.3816 15.1097 19.6691C16.2746 19.6691 17.1482 19.6691 18.0218 19.094L20.0603 17.9436L25.8846 13.9174L26.7582 13.3422C28.2142 12.4795 30.5439 12.7671 31.4176 14.205C32 15.0678 32 15.6429 32 16.2181Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_profile_badge_premium_guild_subscription_lvl4_32dp.xml to/res/drawable/ic_profile_badge_premium_guild_subscription_lvl4_32dp.xml
*** from/res/drawable/ic_profile_badge_premium_guild_subscription_lvl4_32dp.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/ic_profile_badge_premium_guild_subscription_lvl4_32dp.xml 2021-01-11 15:13:55.904671723 -0700
***************
*** 7,12 ****
<path android:fillColor="#ffffdef9" android:pathData="M9.6201,16.31L16.9301,12.09V14.84L11.9901,17.7L9.6201,16.31Z" />
<path android:fillColor="#ffffb0ff" android:pathData="M12,3.29V6.31L16.93,9.15L19.54,7.65L12,3.29Z" />
<path android:fillColor="#ffe34bd1" android:pathData="M7.07,14.85L4.46,16.35L12,20.71V17.69L7.07,14.85Z" />
! <path android:fillColor="#ffffffff" android:pathData="M16.9301,9.15L15.6901,8.44L7.0701,13.42V14.85L16.9301,9.15Z" />
! <path android:fillColor="#ffffffff" android:pathData="M16.9299,10.67V12.09L9.6199,16.31L8.3999,15.61L16.9299,10.67Z" />
</vector>
\ No newline at end of file
--- 7,12 ----
<path android:fillColor="#ffffdef9" android:pathData="M9.6201,16.31L16.9301,12.09V14.84L11.9901,17.7L9.6201,16.31Z" />
<path android:fillColor="#ffffb0ff" android:pathData="M12,3.29V6.31L16.93,9.15L19.54,7.65L12,3.29Z" />
<path android:fillColor="#ffe34bd1" android:pathData="M7.07,14.85L4.46,16.35L12,20.71V17.69L7.07,14.85Z" />
! <path android:fillColor="@color/white" android:pathData="M16.9301,9.15L15.6901,8.44L7.0701,13.42V14.85L16.9301,9.15Z" />
! <path android:fillColor="@color/white" android:pathData="M16.9299,10.67V12.09L9.6199,16.31L8.3999,15.61L16.9299,10.67Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_profile_badge_premium_guild_subscription_lvl5_32dp.xml to/res/drawable/ic_profile_badge_premium_guild_subscription_lvl5_32dp.xml
*** from/res/drawable/ic_profile_badge_premium_guild_subscription_lvl5_32dp.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/ic_profile_badge_premium_guild_subscription_lvl5_32dp.xml 2021-01-11 15:13:56.326665404 -0700
***************
*** 9,14 ****
<path android:fillColor="#ffe34bd1" android:pathData="M4,18.41L6.99,17.01L5.59,20L4,18.41Z" />
<path android:fillColor="#ffffb0ff" android:pathData="M5.5901,4L6.9901,6.99H17.0101L18.4101,4H5.5901Z" />
<path android:fillColor="#ffffc0ff" android:pathData="M20,18.41L17.01,17.01L18.41,20L20,18.41Z" />
! <path android:fillColor="#ffffffff" android:pathData="M17.01,6.99H15.19L6.98,15.18V17.01L17.01,6.99Z" />
! <path android:fillColor="#ffffffff" android:pathData="M17.0201,9.1V10.93L10.9401,17.02H9.1001L17.0201,9.1Z" />
</vector>
\ No newline at end of file
--- 9,14 ----
<path android:fillColor="#ffe34bd1" android:pathData="M4,18.41L6.99,17.01L5.59,20L4,18.41Z" />
<path android:fillColor="#ffffb0ff" android:pathData="M5.5901,4L6.9901,6.99H17.0101L18.4101,4H5.5901Z" />
<path android:fillColor="#ffffc0ff" android:pathData="M20,18.41L17.01,17.01L18.41,20L20,18.41Z" />
! <path android:fillColor="@color/white" android:pathData="M17.01,6.99H15.19L6.98,15.18V17.01L17.01,6.99Z" />
! <path android:fillColor="@color/white" android:pathData="M17.0201,9.1V10.93L10.9401,17.02H9.1001L17.0201,9.1Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_profile_badge_premium_guild_subscription_lvl6_32dp.xml to/res/drawable/ic_profile_badge_premium_guild_subscription_lvl6_32dp.xml
*** from/res/drawable/ic_profile_badge_premium_guild_subscription_lvl6_32dp.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/ic_profile_badge_premium_guild_subscription_lvl6_32dp.xml 2021-01-11 15:13:55.366679778 -0700
***************
*** 11,16 ****
<path android:fillColor="#ffd4e4ff" android:pathData="M19.01,19.68H19.02C19.263,19.68 19.46,19.483 19.46,19.24V18.35C19.46,18.107 19.263,17.91 19.02,17.91H19.01C18.767,17.91 18.57,18.107 18.57,18.35V19.24C18.57,19.483 18.767,19.68 19.01,19.68Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M18.1299,17.03V17.02C18.1299,16.777 17.9329,16.58 17.6899,16.58H16.7999C16.5569,16.58 16.3599,16.777 16.3599,17.02V17.03C16.3599,17.273 16.5569,17.47 16.7999,17.47H17.6899C17.9329,17.47 18.1299,17.273 18.1299,17.03Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M21.6799,17.03V17.02C21.6799,16.777 21.4829,16.58 21.2399,16.58H20.3499C20.1069,16.58 19.9099,16.777 19.9099,17.02V17.03C19.9099,17.273 20.1069,17.47 20.3499,17.47H21.2399C21.4829,17.47 21.6799,17.273 21.6799,17.03Z" />
! <path android:fillColor="#ffffffff" android:pathData="M13.78,9.54L9.07,12.96L8.47,12.14L13.19,8.72L13.78,9.54Z" />
! <path android:fillColor="#ffffffff" android:pathData="M16.74,10.47L9.04,16.06V14.8L15.53,10.09L16.74,10.47Z" />
</vector>
\ No newline at end of file
--- 11,16 ----
<path android:fillColor="#ffd4e4ff" android:pathData="M19.01,19.68H19.02C19.263,19.68 19.46,19.483 19.46,19.24V18.35C19.46,18.107 19.263,17.91 19.02,17.91H19.01C18.767,17.91 18.57,18.107 18.57,18.35V19.24C18.57,19.483 18.767,19.68 19.01,19.68Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M18.1299,17.03V17.02C18.1299,16.777 17.9329,16.58 17.6899,16.58H16.7999C16.5569,16.58 16.3599,16.777 16.3599,17.02V17.03C16.3599,17.273 16.5569,17.47 16.7999,17.47H17.6899C17.9329,17.47 18.1299,17.273 18.1299,17.03Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M21.6799,17.03V17.02C21.6799,16.777 21.4829,16.58 21.2399,16.58H20.3499C20.1069,16.58 19.9099,16.777 19.9099,17.02V17.03C19.9099,17.273 20.1069,17.47 20.3499,17.47H21.2399C21.4829,17.47 21.6799,17.273 21.6799,17.03Z" />
! <path android:fillColor="@color/white" android:pathData="M13.78,9.54L9.07,12.96L8.47,12.14L13.19,8.72L13.78,9.54Z" />
! <path android:fillColor="@color/white" android:pathData="M16.74,10.47L9.04,16.06V14.8L15.53,10.09L16.74,10.47Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_profile_badge_premium_guild_subscription_lvl7_32dp.xml to/res/drawable/ic_profile_badge_premium_guild_subscription_lvl7_32dp.xml
*** from/res/drawable/ic_profile_badge_premium_guild_subscription_lvl7_32dp.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/ic_profile_badge_premium_guild_subscription_lvl7_32dp.xml 2021-01-11 15:13:56.122668459 -0700
***************
*** 10,15 ****
<path android:fillColor="#ffd4e4ff" android:pathData="M15.3401,18.59V18.58C15.3401,18.337 15.1431,18.14 14.9001,18.14H14.0101C13.7671,18.14 13.5701,18.337 13.5701,18.58V18.59C13.5701,18.833 13.7671,19.03 14.0101,19.03H14.9001C15.1431,19.03 15.3401,18.833 15.3401,18.59Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M18.8799,18.59V18.58C18.8799,18.337 18.6829,18.14 18.4399,18.14H17.5499C17.3069,18.14 17.1099,18.337 17.1099,18.58V18.59C17.1099,18.833 17.3069,19.03 17.5499,19.03H18.4399C18.6829,19.03 18.8799,18.833 18.8799,18.59Z" />
<path android:fillColor="#ffffdef9" android:pathData="M9.27,9.29V14.71L12,17.44L14.73,14.71V9.29L12,6.56L9.27,9.29Z" />
! <path android:fillColor="#ffffffff" android:pathData="M14.72,9.29V9.3L9.29,14.73L9.28,14.72V13.25L13.98,8.54L14.72,9.29Z" />
! <path android:fillColor="#ffffffff" android:pathData="M14.7201,11.34V12.84L11.0601,16.5L10.3101,15.75L14.7201,11.34Z" />
</vector>
\ No newline at end of file
--- 10,15 ----
<path android:fillColor="#ffd4e4ff" android:pathData="M15.3401,18.59V18.58C15.3401,18.337 15.1431,18.14 14.9001,18.14H14.0101C13.7671,18.14 13.5701,18.337 13.5701,18.58V18.59C13.5701,18.833 13.7671,19.03 14.0101,19.03H14.9001C15.1431,19.03 15.3401,18.833 15.3401,18.59Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M18.8799,18.59V18.58C18.8799,18.337 18.6829,18.14 18.4399,18.14H17.5499C17.3069,18.14 17.1099,18.337 17.1099,18.58V18.59C17.1099,18.833 17.3069,19.03 17.5499,19.03H18.4399C18.6829,19.03 18.8799,18.833 18.8799,18.59Z" />
<path android:fillColor="#ffffdef9" android:pathData="M9.27,9.29V14.71L12,17.44L14.73,14.71V9.29L12,6.56L9.27,9.29Z" />
! <path android:fillColor="@color/white" android:pathData="M14.72,9.29V9.3L9.29,14.73L9.28,14.72V13.25L13.98,8.54L14.72,9.29Z" />
! <path android:fillColor="@color/white" android:pathData="M14.7201,11.34V12.84L11.0601,16.5L10.3101,15.75L14.7201,11.34Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_profile_badge_premium_guild_subscription_lvl8_32dp.xml to/res/drawable/ic_profile_badge_premium_guild_subscription_lvl8_32dp.xml
*** from/res/drawable/ic_profile_badge_premium_guild_subscription_lvl8_32dp.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/ic_profile_badge_premium_guild_subscription_lvl8_32dp.xml 2021-01-11 15:13:55.554676963 -0700
***************
*** 7,14 ****
<path android:fillColor="#ffffdef9" android:pathData="M15.6901,8.44L7.0701,13.42V9.15L12.0101,6.31L15.6901,8.44Z" />
<path android:fillColor="#ffffdef9" android:pathData="M16.9301,9.15V10.67L8.3901,15.61L7.0801,14.84L16.9301,9.15Z" />
<path android:fillColor="#ffffdef9" android:pathData="M9.6201,16.31L16.9301,12.09V14.84L12.0101,17.7L9.6201,16.31Z" />
! <path android:fillColor="#ffffffff" android:pathData="M16.9301,9.15L15.6901,8.44L7.0701,13.42V14.85L16.9301,9.15Z" />
! <path android:fillColor="#ffffffff" android:pathData="M16.9299,10.67V12.09L9.6199,16.31L8.3899,15.61L16.9299,10.67Z" />
<path android:fillColor="#ffff73fa" android:pathData="M12,3.3L4.46,7.65V16.35L12,20.71L19.54,16.35V7.65L12,3.3ZM16.92,14.85L12,17.69L7.07,14.85V9.16L12,6.31L16.92,9.16V14.85Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M17.59,17.86H17.6C17.843,17.86 18.04,17.663 18.04,17.42V16.53C18.04,16.287 17.843,16.09 17.6,16.09H17.59C17.347,16.09 17.15,16.287 17.15,16.53V17.42C17.15,17.663 17.347,17.86 17.59,17.86Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M16.71,18.75V18.74C16.71,18.497 16.513,18.3 16.27,18.3H15.38C15.137,18.3 14.94,18.497 14.94,18.74V18.75C14.94,18.993 15.137,19.19 15.38,19.19H16.27C16.513,19.19 16.71,18.993 16.71,18.75Z" />
--- 7,14 ----
<path android:fillColor="#ffffdef9" android:pathData="M15.6901,8.44L7.0701,13.42V9.15L12.0101,6.31L15.6901,8.44Z" />
<path android:fillColor="#ffffdef9" android:pathData="M16.9301,9.15V10.67L8.3901,15.61L7.0801,14.84L16.9301,9.15Z" />
<path android:fillColor="#ffffdef9" android:pathData="M9.6201,16.31L16.9301,12.09V14.84L12.0101,17.7L9.6201,16.31Z" />
! <path android:fillColor="@color/white" android:pathData="M16.9301,9.15L15.6901,8.44L7.0701,13.42V14.85L16.9301,9.15Z" />
! <path android:fillColor="@color/white" android:pathData="M16.9299,10.67V12.09L9.6199,16.31L8.3899,15.61L16.9299,10.67Z" />
<path android:fillColor="#ffff73fa" android:pathData="M12,3.3L4.46,7.65V16.35L12,20.71L19.54,16.35V7.65L12,3.3ZM16.92,14.85L12,17.69L7.07,14.85V9.16L12,6.31L16.92,9.16V14.85Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M17.59,17.86H17.6C17.843,17.86 18.04,17.663 18.04,17.42V16.53C18.04,16.287 17.843,16.09 17.6,16.09H17.59C17.347,16.09 17.15,16.287 17.15,16.53V17.42C17.15,17.663 17.347,17.86 17.59,17.86Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M16.71,18.75V18.74C16.71,18.497 16.513,18.3 16.27,18.3H15.38C15.137,18.3 14.94,18.497 14.94,18.74V18.75C14.94,18.993 15.137,19.19 15.38,19.19H16.27C16.513,19.19 16.71,18.993 16.71,18.75Z" />
diff -x dist -x build -craB from/res/drawable/ic_profile_badge_premium_guild_subscription_lvl9_32dp.xml to/res/drawable/ic_profile_badge_premium_guild_subscription_lvl9_32dp.xml
*** from/res/drawable/ic_profile_badge_premium_guild_subscription_lvl9_32dp.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/ic_profile_badge_premium_guild_subscription_lvl9_32dp.xml 2021-01-11 15:13:55.716674538 -0700
***************
*** 10,17 ****
<path android:fillColor="#ffffc0ff" android:pathData="M18.0499,5.88L15.4299,8.49H20.6599L18.0499,5.88Z" />
<path android:fillColor="#ffffdef9" android:pathData="M15.4299,8.49V5.88H18.0499L15.4299,8.49Z" />
<path android:fillColor="#ffffc0ff" android:pathData="M15.43,8.49L12.81,20.07L10.2,8.49H15.43Z" />
! <path android:fillColor="#ffffffff" android:pathData="M15.4299,8.49V8.5L11.1599,12.76L10.9099,11.65L14.0599,8.49H15.4299Z" />
! <path android:fillColor="#ffffffff" android:pathData="M14.6799,11.81L14.2799,13.58L11.8899,15.97L11.6299,14.86L14.6799,11.81Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M6.0401,14.31H6.0301C5.7871,14.31 5.5901,14.507 5.5901,14.75V15.64C5.5901,15.883 5.7871,16.08 6.0301,16.08H6.0401C6.2831,16.08 6.4801,15.883 6.4801,15.64V14.75C6.4801,14.507 6.2831,14.31 6.0401,14.31Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M6.0401,17.85H6.0301C5.7871,17.85 5.5901,18.047 5.5901,18.29V19.18C5.5901,19.423 5.7871,19.62 6.0301,19.62H6.0401C6.2831,19.62 6.4801,19.423 6.4801,19.18V18.29C6.4801,18.047 6.2831,17.85 6.0401,17.85Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M8.7,16.98V16.97C8.7,16.727 8.503,16.53 8.2599,16.53H7.3699C7.1269,16.53 6.93,16.727 6.93,16.97V16.98C6.93,17.223 7.1269,17.42 7.3699,17.42H8.2599C8.503,17.42 8.7,17.223 8.7,16.98Z" />
--- 10,17 ----
<path android:fillColor="#ffffc0ff" android:pathData="M18.0499,5.88L15.4299,8.49H20.6599L18.0499,5.88Z" />
<path android:fillColor="#ffffdef9" android:pathData="M15.4299,8.49V5.88H18.0499L15.4299,8.49Z" />
<path android:fillColor="#ffffc0ff" android:pathData="M15.43,8.49L12.81,20.07L10.2,8.49H15.43Z" />
! <path android:fillColor="@color/white" android:pathData="M15.4299,8.49V8.5L11.1599,12.76L10.9099,11.65L14.0599,8.49H15.4299Z" />
! <path android:fillColor="@color/white" android:pathData="M14.6799,11.81L14.2799,13.58L11.8899,15.97L11.6299,14.86L14.6799,11.81Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M6.0401,14.31H6.0301C5.7871,14.31 5.5901,14.507 5.5901,14.75V15.64C5.5901,15.883 5.7871,16.08 6.0301,16.08H6.0401C6.2831,16.08 6.4801,15.883 6.4801,15.64V14.75C6.4801,14.507 6.2831,14.31 6.0401,14.31Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M6.0401,17.85H6.0301C5.7871,17.85 5.5901,18.047 5.5901,18.29V19.18C5.5901,19.423 5.7871,19.62 6.0301,19.62H6.0401C6.2831,19.62 6.4801,19.423 6.4801,19.18V18.29C6.4801,18.047 6.2831,17.85 6.0401,17.85Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M8.7,16.98V16.97C8.7,16.727 8.503,16.53 8.2599,16.53H7.3699C7.1269,16.53 6.93,16.727 6.93,16.97V16.98C6.93,17.223 7.1269,17.42 7.3699,17.42H8.2599C8.503,17.42 8.7,17.223 8.7,16.98Z" />
diff -x dist -x build -craB from/res/drawable/ic_profile_badge_staff_32dp.xml to/res/drawable/ic_profile_badge_staff_32dp.xml
*** from/res/drawable/ic_profile_badge_staff_32dp.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/ic_profile_badge_staff_32dp.xml 2021-01-11 15:13:56.042669657 -0700
***************
*** 1,7 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="22.0" android:viewportHeight="23.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ff7289da" android:pathData="M4.3231,4.4332C4.3231,4.4332 4.5811,4.0472 4.6881,3.8762C4.7951,3.7052 4.4111,3.3012 4.2621,3.1732C4.1131,3.0452 3.8781,3.1092 3.8781,3.1092C2.0031,3.9402 1.0651,5.6452 0.9371,5.9862C0.8091,6.3272 1.2631,6.6992 1.5981,6.8812C1.7521,6.9652 1.9971,6.7792 2.1481,6.6412L2.1991,6.5892L2.2781,6.5092L2.2791,6.5082L7.3801,11.5892L8.0771,10.8922L9.3581,9.6112L4.3161,4.4402L4.3231,4.4332Z" />
! <path android:fillColor="#ff7289da" android:pathData="M16.3738,9.7931L16.6428,9.5371L19.0598,11.9311C19.0768,11.9461 19.0948,11.9521 19.1108,11.9521C19.1568,11.9521 19.1948,11.9101 19.1948,11.9101C19.1948,11.9101 21.8708,9.2551 21.8798,9.2461C21.9588,9.1681 21.8798,9.1251 21.8798,9.1251L19.8158,7.0471L19.8128,7.0501L19.5298,6.7731L19.6878,6.6211L20.0258,6.6601L19.9618,6.2121L20.0468,6.1261L19.9198,5.4801C19.4788,4.8551 18.2708,3.8541 18.2708,3.8541L17.6388,3.7401L17.5748,3.8251L17.0988,3.7541L17.1448,4.1601L17.1748,4.1901L17.0338,4.3321L16.2538,3.5691C16.2538,3.5691 11.7278,1.1111 11.4868,0.9971C11.3508,0.9341 11.2508,0.8921 11.1548,0.8921C11.0808,0.8921 11.0088,0.9171 10.9258,0.9761C10.7338,1.1111 10.8468,1.3831 10.8468,1.3831L13.6608,6.5831L14.2238,7.1411L14.0478,7.3171L14.0478,7.3171L13.9828,7.3821L13.5328,7.3201L13.6018,7.7661L13.4718,7.8961L13.4488,7.8731C13.4278,7.8521 13.3988,7.8411 13.3708,7.8411C13.3428,7.8411 13.3148,7.8521 13.2928,7.8731C13.2498,7.9161 13.2498,7.9861 13.2928,8.0291L13.3158,8.0521L13.2538,8.1151L13.2378,8.0981C13.2158,8.0771 13.1878,8.0661 13.1598,8.0661C13.1308,8.0661 13.1028,8.0771 13.0818,8.0981C13.0388,8.1411 13.0388,8.2111 13.0818,8.2541L13.0988,8.2711L11.9148,9.4611L11.8878,9.4341C11.8658,9.4131 11.8378,9.4021 11.8098,9.4021C11.7818,9.4021 11.7538,9.4131 11.7318,9.4341C11.6888,9.4771 11.6888,9.5471 11.7318,9.5901L11.7598,9.6171L11.6968,9.6801L11.6758,9.6601C11.6548,9.6381 11.6258,9.6271 11.5988,9.6271C11.5698,9.6271 11.5418,9.6381 11.5198,9.6601C11.4778,9.7031 11.4778,9.7721 11.5198,9.8151L11.5408,9.8361L11.3868,9.9921L11.3658,10.1901L11.4468,10.2731L11.4448,10.2741L11.3468,10.3741L4.9578,16.7621L4.8748,16.6931L4.6098,16.7311L4.4598,16.8831L4.4498,16.8731C4.4278,16.8511 4.3998,16.8401 4.3718,16.8401C4.3438,16.8401 4.3148,16.8511 4.2938,16.8731C4.2508,16.9161 4.2508,16.9851 4.2938,17.0281L4.3058,17.0401L4.2438,17.1041L4.2378,17.0981C4.2168,17.0761 4.1878,17.0651 4.1598,17.0651C4.1318,17.0651 4.1038,17.0761 4.0818,17.0981C4.0398,17.1411 4.0398,17.2101 4.0818,17.2531L4.0888,17.2611L2.9198,18.4501L2.8958,18.4261C2.8738,18.4041 2.8468,18.3941 2.8178,18.3941C2.7898,18.3941 2.7618,18.4041 2.7398,18.4261C2.6968,18.4691 2.6968,18.5391 2.7398,18.5821L2.7658,18.6071L2.7038,18.6701L2.6848,18.6511C2.6628,18.6301 2.6348,18.6191 2.6058,18.6191C2.5788,18.6191 2.5498,18.6301 2.5288,18.6511C2.4858,18.6941 2.4858,18.7641 2.5288,18.8071L2.5488,18.8281L2.4618,18.9171L2.0088,18.8361L2.0428,19.3421L1.8998,19.4881L2.0238,20.1701C2.0238,20.1701 2.2138,20.7641 2.6048,21.1581C2.9838,21.5401 3.5618,21.7231 3.5868,21.7421L4.2398,21.8561L4.4008,21.6981L4.8508,21.7711L4.7768,21.3261L4.9138,21.1921L4.9768,21.2551C4.9978,21.2761 5.0258,21.2871 5.0538,21.2871C5.0818,21.2871 5.1108,21.2761 5.1318,21.2551C5.1748,21.2111 5.1748,21.1421 5.1318,21.0991L5.0698,21.0371L5.1338,20.9751L5.1878,21.0291C5.2088,21.0511 5.2378,21.0621 5.2658,21.0621C5.2938,21.0621 5.3218,21.0511 5.3438,21.0291C5.3868,20.9861 5.3868,20.9171 5.3438,20.8741L5.2908,20.8201L6.4778,19.6491L6.5298,19.7011C6.5508,19.7231 6.5798,19.7331 6.6078,19.7331C6.6358,19.7331 6.6638,19.7231 6.6858,19.7011C6.7278,19.6581 6.7278,19.5881 6.6858,19.5451L6.6348,19.4951L6.6978,19.4321L6.7418,19.4761C6.7628,19.4971 6.7908,19.5081 6.8188,19.5081C6.8478,19.5081 6.8758,19.4971 6.8968,19.4761C6.9398,19.4331 6.9398,19.3631 6.8968,19.3201L6.8538,19.2771L6.9868,19.1471L7.0348,18.8621L6.9638,18.7911L6.9648,18.7901L7.0938,18.6621L13.4398,12.3141L13.4368,12.3081L13.5608,12.4361L13.7598,12.4141L13.9388,12.2341L13.9678,12.2631C13.9898,12.2841 14.0178,12.2951 14.0458,12.2951C14.0738,12.2951 14.1028,12.2841 14.1238,12.2631C14.1668,12.2201 14.1668,12.1501 14.1238,12.1071L14.0948,12.0781L14.1578,12.0161L14.1798,12.0381C14.2008,12.0591 14.2288,12.0701 14.2578,12.0701C14.2858,12.0701 14.3138,12.0591 14.3348,12.0381C14.3778,11.9951 14.3778,11.9251 14.3348,11.8821L14.3128,11.8591L15.4988,10.6711L15.5298,10.7021C15.5508,10.7231 15.5788,10.7341 15.6068,10.7341C15.6358,10.7341 15.6638,10.7231 15.6848,10.7021C15.7278,10.6591 15.7278,10.5891 15.6848,10.5461L15.6538,10.5151L15.7168,10.4521L15.7408,10.4771C15.7628,10.4981 15.7908,10.5091 15.8188,10.5091C15.8468,10.5091 15.8748,10.4981 15.8968,10.4771C15.9398,10.4331 15.9398,10.3641 15.8968,10.3211L15.8728,10.2961L16.0048,10.1641L16.4458,10.2331L16.3738,9.7931Z" />
! <path android:fillColor="#ff7289da" android:pathData="M17.255,16.968l-2.813,-2.132l-0.501,-0.516l-1.941,1.941l0.488,0.466l1.833,2.749l2.472,2.707l2.849,-2.658z" />
</vector>
\ No newline at end of file
--- 1,7 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="22.0" android:viewportHeight="23.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/link" android:pathData="M4.3231,4.4332C4.3231,4.4332 4.5811,4.0472 4.6881,3.8762C4.7951,3.7052 4.4111,3.3012 4.2621,3.1732C4.1131,3.0452 3.8781,3.1092 3.8781,3.1092C2.0031,3.9402 1.0651,5.6452 0.9371,5.9862C0.8091,6.3272 1.2631,6.6992 1.5981,6.8812C1.7521,6.9652 1.9971,6.7792 2.1481,6.6412L2.1991,6.5892L2.2781,6.5092L2.2791,6.5082L7.3801,11.5892L8.0771,10.8922L9.3581,9.6112L4.3161,4.4402L4.3231,4.4332Z" />
! <path android:fillColor="@color/link" android:pathData="M16.3738,9.7931L16.6428,9.5371L19.0598,11.9311C19.0768,11.9461 19.0948,11.9521 19.1108,11.9521C19.1568,11.9521 19.1948,11.9101 19.1948,11.9101C19.1948,11.9101 21.8708,9.2551 21.8798,9.2461C21.9588,9.1681 21.8798,9.1251 21.8798,9.1251L19.8158,7.0471L19.8128,7.0501L19.5298,6.7731L19.6878,6.6211L20.0258,6.6601L19.9618,6.2121L20.0468,6.1261L19.9198,5.4801C19.4788,4.8551 18.2708,3.8541 18.2708,3.8541L17.6388,3.7401L17.5748,3.8251L17.0988,3.7541L17.1448,4.1601L17.1748,4.1901L17.0338,4.3321L16.2538,3.5691C16.2538,3.5691 11.7278,1.1111 11.4868,0.9971C11.3508,0.9341 11.2508,0.8921 11.1548,0.8921C11.0808,0.8921 11.0088,0.9171 10.9258,0.9761C10.7338,1.1111 10.8468,1.3831 10.8468,1.3831L13.6608,6.5831L14.2238,7.1411L14.0478,7.3171L14.0478,7.3171L13.9828,7.3821L13.5328,7.3201L13.6018,7.7661L13.4718,7.8961L13.4488,7.8731C13.4278,7.8521 13.3988,7.8411 13.3708,7.8411C13.3428,7.8411 13.3148,7.8521 13.2928,7.8731C13.2498,7.9161 13.2498,7.9861 13.2928,8.0291L13.3158,8.0521L13.2538,8.1151L13.2378,8.0981C13.2158,8.0771 13.1878,8.0661 13.1598,8.0661C13.1308,8.0661 13.1028,8.0771 13.0818,8.0981C13.0388,8.1411 13.0388,8.2111 13.0818,8.2541L13.0988,8.2711L11.9148,9.4611L11.8878,9.4341C11.8658,9.4131 11.8378,9.4021 11.8098,9.4021C11.7818,9.4021 11.7538,9.4131 11.7318,9.4341C11.6888,9.4771 11.6888,9.5471 11.7318,9.5901L11.7598,9.6171L11.6968,9.6801L11.6758,9.6601C11.6548,9.6381 11.6258,9.6271 11.5988,9.6271C11.5698,9.6271 11.5418,9.6381 11.5198,9.6601C11.4778,9.7031 11.4778,9.7721 11.5198,9.8151L11.5408,9.8361L11.3868,9.9921L11.3658,10.1901L11.4468,10.2731L11.4448,10.2741L11.3468,10.3741L4.9578,16.7621L4.8748,16.6931L4.6098,16.7311L4.4598,16.8831L4.4498,16.8731C4.4278,16.8511 4.3998,16.8401 4.3718,16.8401C4.3438,16.8401 4.3148,16.8511 4.2938,16.8731C4.2508,16.9161 4.2508,16.9851 4.2938,17.0281L4.3058,17.0401L4.2438,17.1041L4.2378,17.0981C4.2168,17.0761 4.1878,17.0651 4.1598,17.0651C4.1318,17.0651 4.1038,17.0761 4.0818,17.0981C4.0398,17.1411 4.0398,17.2101 4.0818,17.2531L4.0888,17.2611L2.9198,18.4501L2.8958,18.4261C2.8738,18.4041 2.8468,18.3941 2.8178,18.3941C2.7898,18.3941 2.7618,18.4041 2.7398,18.4261C2.6968,18.4691 2.6968,18.5391 2.7398,18.5821L2.7658,18.6071L2.7038,18.6701L2.6848,18.6511C2.6628,18.6301 2.6348,18.6191 2.6058,18.6191C2.5788,18.6191 2.5498,18.6301 2.5288,18.6511C2.4858,18.6941 2.4858,18.7641 2.5288,18.8071L2.5488,18.8281L2.4618,18.9171L2.0088,18.8361L2.0428,19.3421L1.8998,19.4881L2.0238,20.1701C2.0238,20.1701 2.2138,20.7641 2.6048,21.1581C2.9838,21.5401 3.5618,21.7231 3.5868,21.7421L4.2398,21.8561L4.4008,21.6981L4.8508,21.7711L4.7768,21.3261L4.9138,21.1921L4.9768,21.2551C4.9978,21.2761 5.0258,21.2871 5.0538,21.2871C5.0818,21.2871 5.1108,21.2761 5.1318,21.2551C5.1748,21.2111 5.1748,21.1421 5.1318,21.0991L5.0698,21.0371L5.1338,20.9751L5.1878,21.0291C5.2088,21.0511 5.2378,21.0621 5.2658,21.0621C5.2938,21.0621 5.3218,21.0511 5.3438,21.0291C5.3868,20.9861 5.3868,20.9171 5.3438,20.8741L5.2908,20.8201L6.4778,19.6491L6.5298,19.7011C6.5508,19.7231 6.5798,19.7331 6.6078,19.7331C6.6358,19.7331 6.6638,19.7231 6.6858,19.7011C6.7278,19.6581 6.7278,19.5881 6.6858,19.5451L6.6348,19.4951L6.6978,19.4321L6.7418,19.4761C6.7628,19.4971 6.7908,19.5081 6.8188,19.5081C6.8478,19.5081 6.8758,19.4971 6.8968,19.4761C6.9398,19.4331 6.9398,19.3631 6.8968,19.3201L6.8538,19.2771L6.9868,19.1471L7.0348,18.8621L6.9638,18.7911L6.9648,18.7901L7.0938,18.6621L13.4398,12.3141L13.4368,12.3081L13.5608,12.4361L13.7598,12.4141L13.9388,12.2341L13.9678,12.2631C13.9898,12.2841 14.0178,12.2951 14.0458,12.2951C14.0738,12.2951 14.1028,12.2841 14.1238,12.2631C14.1668,12.2201 14.1668,12.1501 14.1238,12.1071L14.0948,12.0781L14.1578,12.0161L14.1798,12.0381C14.2008,12.0591 14.2288,12.0701 14.2578,12.0701C14.2858,12.0701 14.3138,12.0591 14.3348,12.0381C14.3778,11.9951 14.3778,11.9251 14.3348,11.8821L14.3128,11.8591L15.4988,10.6711L15.5298,10.7021C15.5508,10.7231 15.5788,10.7341 15.6068,10.7341C15.6358,10.7341 15.6638,10.7231 15.6848,10.7021C15.7278,10.6591 15.7278,10.5891 15.6848,10.5461L15.6538,10.5151L15.7168,10.4521L15.7408,10.4771C15.7628,10.4981 15.7908,10.5091 15.8188,10.5091C15.8468,10.5091 15.8748,10.4981 15.8968,10.4771C15.9398,10.4331 15.9398,10.3641 15.8968,10.3211L15.8728,10.2961L16.0048,10.1641L16.4458,10.2331L16.3738,9.7931Z" />
! <path android:fillColor="@color/link" android:pathData="M17.255,16.968l-2.813,-2.132l-0.501,-0.516l-1.941,1.941l0.488,0.466l1.833,2.749l2.472,2.707l2.849,-2.658z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_publish_24dp.xml to/res/drawable/ic_publish_24dp.xml
*** from/res/drawable/ic_publish_24dp.xml 2021-01-02 17:58:42.812414617 -0700
--- to/res/drawable/ic_publish_24dp.xml 2021-01-11 15:13:56.020669986 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3.9,8.26H2V15.2941H3.9V8.26Z" />
! <path android:fillColor="#ffffffff" android:pathData="M19.1,4V5.1266L4.85,8.2645V18.1176C4.85,18.5496 5.1464,18.9252 5.5701,19.0315L9.3701,19.9727C9.4461,19.9906 9.524,20 9.6,20C9.8954,20 10.1776,19.8635 10.36,19.6235L12.7065,16.5242L19.1,17.9304V19.0588H21V4H19.1ZM9.2181,17.9944L6.75,17.3826V15.2113L10.6706,16.0753L9.2181,17.9944Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3.9,8.26H2V15.2941H3.9V8.26Z" />
! <path android:fillColor="@color/white" android:pathData="M19.1,4V5.1266L4.85,8.2645V18.1176C4.85,18.5496 5.1464,18.9252 5.5701,19.0315L9.3701,19.9727C9.4461,19.9906 9.524,20 9.6,20C9.8954,20 10.1776,19.8635 10.36,19.6235L12.7065,16.5242L19.1,17.9304V19.0588H21V4H19.1ZM9.2181,17.9944L6.75,17.3826V15.2113L10.6706,16.0753L9.2181,17.9944Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_qr_code_24dp.xml to/res/drawable/ic_qr_code_24dp.xml
*** from/res/drawable/ic_qr_code_24dp.xml 2021-01-02 17:58:42.812414617 -0700
--- to/res/drawable/ic_qr_code_24dp.xml 2021-01-11 15:13:56.153667995 -0700
***************
*** 1,14 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M2.4,2.4V7.9999H7.9999V2.4H2.4ZM6.4001,6.4001H4.0001V4.0001H6.4001V6.4001Z" />
! <path android:fillColor="#ffffffff" android:pathData="M2.4,15.9999V21.6H7.9999V15.9999H2.4ZM6.4001,20.0002H4.0001V17.6002H6.4001V20.0002Z" />
! <path android:fillColor="#ffffffff" android:pathData="M16,2.4V7.9999H21.5999V2.4H16ZM19.9998,6.4001H17.5998V4.0001H19.9998V6.4001Z" />
! <path android:fillColor="#ffffffff" android:pathData="M19.9998,9.6V14.4H16V15.9998H21.5999V9.6H19.9998Z" />
! <path android:fillColor="#ffffffff" android:pathData="M16,17.6001V21.6H17.5998V19.2H19.9998V21.6H21.5999V17.6001H16Z" />
! <path android:fillColor="#ffffffff" android:pathData="M9.6,2.4V4.0001H12.7999V7.9999H14.4V2.4H9.6Z" />
! <path android:fillColor="#ffffffff" android:pathData="M12.7999,9.6V12.8002H9.6V17.6002H12.7999V21.6H14.4V15.9998H11.2001V14.4H14.4V11.2001H16.0001V12.8002H17.5999V9.6H12.7999Z" />
! <path android:fillColor="#ffffffff" android:pathData="M11.2001,19.2H9.6V21.6H11.2001V19.2Z" />
! <path android:fillColor="#ffffffff" android:pathData="M8,12.8002H5.6V14.4H8V12.8002Z" />
! <path android:fillColor="#ffffffff" android:pathData="M9.6,5.6V9.6H2.4V14.4001H4.0001V11.2001H11.2001V5.6H9.6Z" />
</vector>
\ No newline at end of file
--- 1,14 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M2.4,2.4V7.9999H7.9999V2.4H2.4ZM6.4001,6.4001H4.0001V4.0001H6.4001V6.4001Z" />
! <path android:fillColor="@color/white" android:pathData="M2.4,15.9999V21.6H7.9999V15.9999H2.4ZM6.4001,20.0002H4.0001V17.6002H6.4001V20.0002Z" />
! <path android:fillColor="@color/white" android:pathData="M16,2.4V7.9999H21.5999V2.4H16ZM19.9998,6.4001H17.5998V4.0001H19.9998V6.4001Z" />
! <path android:fillColor="@color/white" android:pathData="M19.9998,9.6V14.4H16V15.9998H21.5999V9.6H19.9998Z" />
! <path android:fillColor="@color/white" android:pathData="M16,17.6001V21.6H17.5998V19.2H19.9998V21.6H21.5999V17.6001H16Z" />
! <path android:fillColor="@color/white" android:pathData="M9.6,2.4V4.0001H12.7999V7.9999H14.4V2.4H9.6Z" />
! <path android:fillColor="@color/white" android:pathData="M12.7999,9.6V12.8002H9.6V17.6002H12.7999V21.6H14.4V15.9998H11.2001V14.4H14.4V11.2001H16.0001V12.8002H17.5999V9.6H12.7999Z" />
! <path android:fillColor="@color/white" android:pathData="M11.2001,19.2H9.6V21.6H11.2001V19.2Z" />
! <path android:fillColor="@color/white" android:pathData="M8,12.8002H5.6V14.4H8V12.8002Z" />
! <path android:fillColor="@color/white" android:pathData="M9.6,5.6V9.6H2.4V14.4001H4.0001V11.2001H11.2001V5.6H9.6Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_reaction_24dp.xml to/res/drawable/ic_reaction_24dp.xml
*** from/res/drawable/ic_reaction_24dp.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/ic_reaction_24dp.xml 2021-01-11 15:13:55.558676904 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,2C6.477,2 2,6.477 2,12C2,17.522 6.477,22 12,22C17.523,22 22,17.522 22,12C22,6.477 17.523,2 12,2ZM8,6C9.104,6 10,6.896 10,8C10,9.105 9.104,10 8,10C6.896,10 6,9.105 6,8C6,6.896 6.896,6 8,6ZM18,14C18,16.617 15.14,19 12,19C8.86,19 6,16.617 6,14V13H18V14ZM16,10C14.896,10 14,9.105 14,8C14,6.896 14.896,6 16,6C17.104,6 18,6.896 18,8C18,9.105 17.104,10 16,10Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,2C6.477,2 2,6.477 2,12C2,17.522 6.477,22 12,22C17.523,22 22,17.522 22,12C22,6.477 17.523,2 12,2ZM8,6C9.104,6 10,6.896 10,8C10,9.105 9.104,10 8,10C6.896,10 6,9.105 6,8C6,6.896 6.896,6 8,6ZM18,14C18,16.617 15.14,19 12,19C8.86,19 6,16.617 6,14V13H18V14ZM16,10C14.896,10 14,9.105 14,8C14,6.896 14.896,6 16,6C17.104,6 18,6.896 18,8C18,9.105 17.104,10 16,10Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_recent_24dp.xml to/res/drawable/ic_recent_24dp.xml
*** from/res/drawable/ic_recent_24dp.xml 2021-01-02 17:58:42.813414602 -0700
--- to/res/drawable/ic_recent_24dp.xml 2021-01-11 15:13:55.805673205 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12 2C6.4764 2 2 6.4764 2 12C2 17.5236 6.4764 22 12 22C17.5236 22 22 17.5236 22 12C22 6.4764 17.5236 2 12 2ZM12 5.6C12.4422 5.6 12.8 5.95781 12.8 6.4V11.5376L16.5625 13.7126C16.9453 13.9329 17.0703 14.4173 16.85 14.8001C16.6297 15.183 16.1453 15.3079 15.7625 15.0876L11.6873 12.7376C11.656 12.7251 11.6279 12.7048 11.5998 12.6876C11.3607 12.5486 11.1998 12.2954 11.1998 12.0001V6.4001C11.1998 5.9579 11.5578 5.6 12 5.6Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12 2C6.4764 2 2 6.4764 2 12C2 17.5236 6.4764 22 12 22C17.5236 22 22 17.5236 22 12C22 6.4764 17.5236 2 12 2ZM12 5.6C12.4422 5.6 12.8 5.95781 12.8 6.4V11.5376L16.5625 13.7126C16.9453 13.9329 17.0703 14.4173 16.85 14.8001C16.6297 15.183 16.1453 15.3079 15.7625 15.0876L11.6873 12.7376C11.656 12.7251 11.6279 12.7048 11.5998 12.6876C11.3607 12.5486 11.1998 12.2954 11.1998 12.0001V6.4001C11.1998 5.9579 11.5578 5.6 12 5.6Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_removed_sticker_72dp.xml to/res/drawable/ic_removed_sticker_72dp.xml
*** from/res/drawable/ic_removed_sticker_72dp.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/ic_removed_sticker_72dp.xml 2021-01-11 15:13:56.486663009 -0700
***************
*** 19,24 ****
<path android:fillColor="#fff5f6f7" android:pathData="M11.9369,37.872L8.7842,57.048L11.5037,58.608L11.9369,58.824L16.0282,34.488L11.9369,37.872Z" />
<path android:fillColor="#fff7e080" android:pathData="M68.3007,7.92L72.3439,6.12C72.3589,6.1117 72.3714,6.0995 72.3802,6.0848C72.3889,6.07 72.3935,6.0532 72.3935,6.036C72.3935,6.0189 72.3889,6.002 72.3802,5.9872C72.3714,5.9725 72.3589,5.9603 72.3439,5.952L68.3007,4.152C68.2879,4.152 68.2757,4.1469 68.2666,4.1379C68.2576,4.129 68.2526,4.1167 68.2526,4.104L66.4476,0.048C66.3994,-0.024 66.3032,-0.024 66.2791,0.048L64.4741,4.104C64.45,4.128 64.4501,4.152 64.426,4.152L60.3587,5.952C60.3437,5.9603 60.3312,5.9725 60.3224,5.9872C60.3137,6.002 60.3091,6.0189 60.3091,6.036C60.3091,6.0532 60.3137,6.07 60.3224,6.0848C60.3312,6.0995 60.3437,6.1117 60.3587,6.12L64.426,7.92C64.4501,7.92 64.45,7.944 64.4741,7.968L66.2791,12.024C66.3032,12.096 66.3994,12.096 66.4476,12.024L68.2526,7.968C68.2526,7.9553 68.2576,7.9431 68.2666,7.9341C68.2757,7.9251 68.2879,7.92 68.3007,7.92Z" />
<path android:fillColor="#ffff88de" android:pathData="M33.9577,69.528L36.3884,68.448C36.4002,68.4348 36.4068,68.4177 36.4068,68.4C36.4068,68.3823 36.4002,68.3652 36.3884,68.352L33.9577,67.272C33.9513,67.272 33.9452,67.2695 33.9407,67.265C33.9362,67.2605 33.9336,67.2544 33.9336,67.248L32.8506,64.824C32.8506,64.8113 32.8456,64.7991 32.8365,64.7901C32.8275,64.7811 32.8153,64.776 32.8025,64.776C32.7897,64.776 32.7775,64.7811 32.7685,64.7901C32.7594,64.7991 32.7544,64.8113 32.7544,64.824L31.6714,67.248H31.6473L29.2166,68.328C29.2038,68.328 29.1916,68.3331 29.1826,68.3421C29.1735,68.3511 29.1685,68.3633 29.1685,68.376C29.1685,68.3887 29.1735,68.4009 29.1826,68.41C29.1916,68.419 29.2038,68.424 29.2166,68.424L31.6473,69.504C31.6537,69.504 31.6598,69.5065 31.6643,69.511C31.6688,69.5155 31.6714,69.5216 31.6714,69.528L32.7544,71.952C32.7676,71.9638 32.7847,71.9703 32.8025,71.9703C32.8203,71.9703 32.8374,71.9638 32.8506,71.952L33.9336,69.528C33.9336,69.528 33.9336,69.528 33.9577,69.528Z" />
! <path android:fillColor="#ffffffff" android:pathData="M10.3726,25.44L12.3702,24.552C12.3829,24.552 12.3952,24.5469 12.4042,24.5379C12.4132,24.5289 12.4183,24.5167 12.4183,24.504C12.4183,24.4913 12.4132,24.4791 12.4042,24.4701C12.3952,24.4611 12.3829,24.456 12.3702,24.456L10.3726,23.568C10.3486,23.568 10.3486,23.568 10.3486,23.544L9.434,21.552C9.434,21.504 9.3859,21.504 9.3618,21.552L8.4714,23.544C8.4714,23.5504 8.4689,23.5565 8.4643,23.561C8.4598,23.5655 8.4537,23.568 8.4473,23.568L6.4257,24.456C6.4139,24.4692 6.4074,24.4863 6.4074,24.504C6.4074,24.5217 6.4139,24.5388 6.4257,24.552L8.4473,25.44H8.4714L9.3618,27.456H9.434L10.3486,25.44H10.3726Z" />
</group>
</vector>
\ No newline at end of file
--- 19,24 ----
<path android:fillColor="#fff5f6f7" android:pathData="M11.9369,37.872L8.7842,57.048L11.5037,58.608L11.9369,58.824L16.0282,34.488L11.9369,37.872Z" />
<path android:fillColor="#fff7e080" android:pathData="M68.3007,7.92L72.3439,6.12C72.3589,6.1117 72.3714,6.0995 72.3802,6.0848C72.3889,6.07 72.3935,6.0532 72.3935,6.036C72.3935,6.0189 72.3889,6.002 72.3802,5.9872C72.3714,5.9725 72.3589,5.9603 72.3439,5.952L68.3007,4.152C68.2879,4.152 68.2757,4.1469 68.2666,4.1379C68.2576,4.129 68.2526,4.1167 68.2526,4.104L66.4476,0.048C66.3994,-0.024 66.3032,-0.024 66.2791,0.048L64.4741,4.104C64.45,4.128 64.4501,4.152 64.426,4.152L60.3587,5.952C60.3437,5.9603 60.3312,5.9725 60.3224,5.9872C60.3137,6.002 60.3091,6.0189 60.3091,6.036C60.3091,6.0532 60.3137,6.07 60.3224,6.0848C60.3312,6.0995 60.3437,6.1117 60.3587,6.12L64.426,7.92C64.4501,7.92 64.45,7.944 64.4741,7.968L66.2791,12.024C66.3032,12.096 66.3994,12.096 66.4476,12.024L68.2526,7.968C68.2526,7.9553 68.2576,7.9431 68.2666,7.9341C68.2757,7.9251 68.2879,7.92 68.3007,7.92Z" />
<path android:fillColor="#ffff88de" android:pathData="M33.9577,69.528L36.3884,68.448C36.4002,68.4348 36.4068,68.4177 36.4068,68.4C36.4068,68.3823 36.4002,68.3652 36.3884,68.352L33.9577,67.272C33.9513,67.272 33.9452,67.2695 33.9407,67.265C33.9362,67.2605 33.9336,67.2544 33.9336,67.248L32.8506,64.824C32.8506,64.8113 32.8456,64.7991 32.8365,64.7901C32.8275,64.7811 32.8153,64.776 32.8025,64.776C32.7897,64.776 32.7775,64.7811 32.7685,64.7901C32.7594,64.7991 32.7544,64.8113 32.7544,64.824L31.6714,67.248H31.6473L29.2166,68.328C29.2038,68.328 29.1916,68.3331 29.1826,68.3421C29.1735,68.3511 29.1685,68.3633 29.1685,68.376C29.1685,68.3887 29.1735,68.4009 29.1826,68.41C29.1916,68.419 29.2038,68.424 29.2166,68.424L31.6473,69.504C31.6537,69.504 31.6598,69.5065 31.6643,69.511C31.6688,69.5155 31.6714,69.5216 31.6714,69.528L32.7544,71.952C32.7676,71.9638 32.7847,71.9703 32.8025,71.9703C32.8203,71.9703 32.8374,71.9638 32.8506,71.952L33.9336,69.528C33.9336,69.528 33.9336,69.528 33.9577,69.528Z" />
! <path android:fillColor="@color/white" android:pathData="M10.3726,25.44L12.3702,24.552C12.3829,24.552 12.3952,24.5469 12.4042,24.5379C12.4132,24.5289 12.4183,24.5167 12.4183,24.504C12.4183,24.4913 12.4132,24.4791 12.4042,24.4701C12.3952,24.4611 12.3829,24.456 12.3702,24.456L10.3726,23.568C10.3486,23.568 10.3486,23.568 10.3486,23.544L9.434,21.552C9.434,21.504 9.3859,21.504 9.3618,21.552L8.4714,23.544C8.4714,23.5504 8.4689,23.5565 8.4643,23.561C8.4598,23.5655 8.4537,23.568 8.4473,23.568L6.4257,24.456C6.4139,24.4692 6.4074,24.4863 6.4074,24.504C6.4074,24.5217 6.4139,24.5388 6.4257,24.552L8.4473,25.44H8.4714L9.3618,27.456H9.434L10.3486,25.44H10.3726Z" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_reply_24dp.xml to/res/drawable/ic_reply_24dp.xml
*** from/res/drawable/ic_reply_24dp.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/ic_reply_24dp.xml 2021-01-11 15:13:55.439678685 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10,8.2667V4L3,11.4667L10,18.9333V14.56C15,14.56 18.5,16.2667 21,20C20,14.6667 17,9.3333 10,8.2667Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10,8.2667V4L3,11.4667L10,18.9333V14.56C15,14.56 18.5,16.2667 21,20C20,14.6667 17,9.3333 10,8.2667Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_resend_24dp.xml to/res/drawable/ic_resend_24dp.xml
*** from/res/drawable/ic_resend_24dp.xml 2021-01-02 17:58:42.827414389 -0700
--- to/res/drawable/ic_resend_24dp.xml 2021-01-11 15:13:55.639675691 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,2C6.485,2 2,6.485 2,12H5.3333C5.3333,8.3233 8.3233,5.3333 12,5.3333C15.6767,5.3333 18.6667,8.3233 18.6667,12C18.6667,15.6767 15.6767,18.6667 12,18.6667C10.2033,18.6667 8.5583,17.9333 7.315,16.6867L10.3333,13.6667H2V22L4.935,19.065C6.7983,20.94 9.3017,22 12,22C17.515,22 22,17.515 22,12C22,6.4867 17.515,2 12,2Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,2C6.485,2 2,6.485 2,12H5.3333C5.3333,8.3233 8.3233,5.3333 12,5.3333C15.6767,5.3333 18.6667,8.3233 18.6667,12C18.6667,15.6767 15.6767,18.6667 12,18.6667C10.2033,18.6667 8.5583,17.9333 7.315,16.6867L10.3333,13.6667H2V22L4.935,19.065C6.7983,20.94 9.3017,22 12,22C17.515,22 22,17.515 22,12C22,6.4867 17.515,2 12,2Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_search_16dp.xml to/res/drawable/ic_search_16dp.xml
*** from/res/drawable/ic_search_16dp.xml 2021-01-02 17:58:42.824414435 -0700
--- to/res/drawable/ic_search_16dp.xml 2021-01-11 15:13:56.133668294 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M14.4713,13.5287L10.876,9.9333C11.602,9.0027 12,7.866 12,6.6667C12,5.242 11.4447,3.9027 10.4373,2.896C9.4307,1.888 8.0913,1.3333 6.6667,1.3333C5.242,1.3333 3.9027,1.888 2.896,2.896C1.8887,3.9027 1.3333,5.242 1.3333,6.6667C1.3333,8.0913 1.8887,9.4307 2.896,10.4373C3.9027,11.4453 5.242,12 6.6667,12C7.866,12 9.0027,11.6027 9.9333,10.876L13.5287,14.4707L14.4713,13.5287ZM6.6667,10.6667C5.598,10.6667 4.594,10.2507 3.8387,9.4953C3.0827,8.74 2.6667,7.7353 2.6667,6.6667C2.6667,5.5987 3.0827,4.594 3.8387,3.8387C4.594,3.0827 5.598,2.6667 6.6667,2.6667C7.7353,2.6667 8.7393,3.0827 9.4947,3.8387C10.2507,4.594 10.6667,5.5987 10.6667,6.6667C10.6667,7.7353 10.2507,8.74 9.4947,9.4953C8.7393,10.2507 7.7353,10.6667 6.6667,10.6667Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M14.4713,13.5287L10.876,9.9333C11.602,9.0027 12,7.866 12,6.6667C12,5.242 11.4447,3.9027 10.4373,2.896C9.4307,1.888 8.0913,1.3333 6.6667,1.3333C5.242,1.3333 3.9027,1.888 2.896,2.896C1.8887,3.9027 1.3333,5.242 1.3333,6.6667C1.3333,8.0913 1.8887,9.4307 2.896,10.4373C3.9027,11.4453 5.242,12 6.6667,12C7.866,12 9.0027,11.6027 9.9333,10.876L13.5287,14.4707L14.4713,13.5287ZM6.6667,10.6667C5.598,10.6667 4.594,10.2507 3.8387,9.4953C3.0827,8.74 2.6667,7.7353 2.6667,6.6667C2.6667,5.5987 3.0827,4.594 3.8387,3.8387C4.594,3.0827 5.598,2.6667 6.6667,2.6667C7.7353,2.6667 8.7393,3.0827 9.4947,3.8387C10.2507,4.594 10.6667,5.5987 10.6667,6.6667C10.6667,7.7353 10.2507,8.74 9.4947,9.4953C8.7393,10.2507 7.7353,10.6667 6.6667,10.6667Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_search_white_24dp.xml to/res/drawable/ic_search_white_24dp.xml
*** from/res/drawable/ic_search_white_24dp.xml 2021-01-02 17:58:42.827414389 -0700
--- to/res/drawable/ic_search_white_24dp.xml 2021-01-11 15:13:56.344665135 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M15.5,14h-0.79l-0.28,-0.27C15.41,12.59 16,11.11 16,9.5 16,5.91 13.09,3 9.5,3S3,5.91 3,9.5 5.91,16 9.5,16c1.61,0 3.09,-0.59 4.23,-1.57l0.27,0.28v0.79l5,4.99L20.49,19l-4.99,-5zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M15.5,14h-0.79l-0.28,-0.27C15.41,12.59 16,11.11 16,9.5 16,5.91 13.09,3 9.5,3S3,5.91 3,9.5 5.91,16 9.5,16c1.61,0 3.09,-0.59 4.23,-1.57l0.27,0.28v0.79l5,4.99L20.49,19l-4.99,-5zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_security_24dp.xml to/res/drawable/ic_security_24dp.xml
*** from/res/drawable/ic_security_24dp.xml 2021-01-02 17:58:42.815414572 -0700
--- to/res/drawable/ic_security_24dp.xml 2021-01-11 15:13:55.821672966 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3,1L19,1C19.552,1 20,1.448 20,2L20,6C20,6.552 19.552,7 19,7L3,7C2.448,7 2,6.552 2,6L2,2C2,1.448 2.448,1 3,1L3,1ZM3,9L19,9C19.552,9 20,9.448 20,10L20,10.67L17.5,9.56L11,12.44L11,15L3,15C2.448,15 2,14.552 2,14L2,10C2,9.448 2.448,9 3,9L3,9ZM3,17L11,17C11.06,19.25 12,21.4 13.46,23L3,23C2.448,23 2,22.552 2,22L2,18C2,17.448 2.448,17 3,17L3,17ZM8,5L9,5L9,3L8,3L8,5L8,5ZM8,13L9,13L9,11L8,11L8,13L8,13ZM8,21L9,21L9,19L8,19L8,21L8,21ZM4,3L4,5L6,5L6,3L4,3L4,3ZM4,11L4,13L6,13L6,11L4,11L4,11ZM4,19L4,21L6,21L6,19L4,19L4,19ZM17.5,12L22,14L22,17C22,19.78 20.08,22.37 17.5,23C14.92,22.37 13,19.78 13,17L13,14L17.5,12L17.5,12ZM17.5,13.94L15,15.06L15,17.72C15,19.26 16.07,20.7 17.5,21.06L17.5,13.94L17.5,13.94Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3,1L19,1C19.552,1 20,1.448 20,2L20,6C20,6.552 19.552,7 19,7L3,7C2.448,7 2,6.552 2,6L2,2C2,1.448 2.448,1 3,1L3,1ZM3,9L19,9C19.552,9 20,9.448 20,10L20,10.67L17.5,9.56L11,12.44L11,15L3,15C2.448,15 2,14.552 2,14L2,10C2,9.448 2.448,9 3,9L3,9ZM3,17L11,17C11.06,19.25 12,21.4 13.46,23L3,23C2.448,23 2,22.552 2,22L2,18C2,17.448 2.448,17 3,17L3,17ZM8,5L9,5L9,3L8,3L8,5L8,5ZM8,13L9,13L9,11L8,11L8,13L8,13ZM8,21L9,21L9,19L8,19L8,21L8,21ZM4,3L4,5L6,5L6,3L4,3L4,3ZM4,11L4,13L6,13L6,11L4,11L4,11ZM4,19L4,21L6,21L6,19L4,19L4,19ZM17.5,12L22,14L22,17C22,19.78 20.08,22.37 17.5,23C14.92,22.37 13,19.78 13,17L13,14L17.5,12L17.5,12ZM17.5,13.94L15,15.06L15,17.72C15,19.26 16.07,20.7 17.5,21.06L17.5,13.94L17.5,13.94Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_send_24dp.xml to/res/drawable/ic_send_24dp.xml
*** from/res/drawable/ic_send_24dp.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/ic_send_24dp.xml 2021-01-11 15:13:56.434663787 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12.2738,12.4922L6,13.0987L4.349,18.3787C4.2506,18.6909 4.3471,19.0322 4.5956,19.2459C4.8431,19.4597 5.1946,19.5047 5.489,19.3612L19.2384,12.7032C19.5075,12.5719 19.6781,12.2991 19.6781,12C19.6781,11.701 19.5074,11.4282 19.2384,11.2969L5.4984,4.634C5.204,4.4906 4.8524,4.5356 4.6049,4.7494C4.3565,4.9631 4.2599,5.3034 4.3584,5.6156L6.0093,10.8956L12.2709,11.5031C12.5241,11.5284 12.7172,11.7412 12.7172,11.9953C12.7172,12.2493 12.5241,12.4622 12.2709,12.4875L12.2738,12.4922Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12.2738,12.4922L6,13.0987L4.349,18.3787C4.2506,18.6909 4.3471,19.0322 4.5956,19.2459C4.8431,19.4597 5.1946,19.5047 5.489,19.3612L19.2384,12.7032C19.5075,12.5719 19.6781,12.2991 19.6781,12C19.6781,11.701 19.5074,11.4282 19.2384,11.2969L5.4984,4.634C5.204,4.4906 4.8524,4.5356 4.6049,4.7494C4.3565,4.9631 4.2599,5.3034 4.3584,5.6156L6.0093,10.8956L12.2709,11.5031C12.5241,11.5284 12.7172,11.7412 12.7172,11.9953C12.7172,12.2493 12.5241,12.4622 12.2709,12.4875L12.2738,12.4922Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_settings_boost_24dp.xml to/res/drawable/ic_settings_boost_24dp.xml
*** from/res/drawable/ic_settings_boost_24dp.xml 2021-01-02 17:58:42.811414632 -0700
--- to/res/drawable/ic_settings_boost_24dp.xml 2021-01-11 15:13:55.599676290 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12.5,0L4.5,8V16.0001L12.5,24L20.5001,16.0001V8L12.5,0ZM18.5,15.18L12.5,21.18L6.5,15.18V8.82L12.5,2.82L18.5,8.82V15.18Z" />
! <path android:fillColor="#ffffffff" android:pathData="M8.5001,9.66V14.34L12.5001,18.3401L16.5001,14.34V9.66L12.5001,5.66L8.5001,9.66Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12.5,0L4.5,8V16.0001L12.5,24L20.5001,16.0001V8L12.5,0ZM18.5,15.18L12.5,21.18L6.5,15.18V8.82L12.5,2.82L18.5,8.82V15.18Z" />
! <path android:fillColor="@color/white" android:pathData="M8.5001,9.66V14.34L12.5001,18.3401L16.5001,14.34V9.66L12.5001,5.66L8.5001,9.66Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_settings_white_a60_24dp.xml to/res/drawable/ic_settings_white_a60_24dp.xml
*** from/res/drawable/ic_settings_white_a60_24dp.xml 2021-01-02 17:58:42.823414450 -0700
--- to/res/drawable/ic_settings_white_a60_24dp.xml 2021-01-11 15:13:56.419664012 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19.43,12.98c0.04,-0.32 0.07,-0.64 0.07,-0.98s-0.03,-0.66 -0.07,-0.98l2.11,-1.65c0.19,-0.15 0.24,-0.42 0.12,-0.64l-2,-3.46c-0.12,-0.22 -0.39,-0.3 -0.61,-0.22l-2.49,1c-0.52,-0.4 -1.08,-0.73 -1.69,-0.98l-0.38,-2.65C14.46,2.18 14.25,2 14,2h-4c-0.25,0 -0.46,0.18 -0.49,0.42l-0.38,2.65c-0.61,0.25 -1.17,0.59 -1.69,0.98l-2.49,-1c-0.23,-0.09 -0.49,0 -0.61,0.22l-2,3.46c-0.13,0.22 -0.07,0.49 0.12,0.64l2.11,1.65c-0.04,0.32 -0.07,0.65 -0.07,0.98s0.03,0.66 0.07,0.98l-2.11,1.65c-0.19,0.15 -0.24,0.42 -0.12,0.64l2,3.46c0.12,0.22 0.39,0.3 0.61,0.22l2.49,-1c0.52,0.4 1.08,0.73 1.69,0.98l0.38,2.65c0.03,0.24 0.24,0.42 0.49,0.42h4c0.25,0 0.46,-0.18 0.49,-0.42l0.38,-2.65c0.61,-0.25 1.17,-0.59 1.69,-0.98l2.49,1c0.23,0.09 0.49,0 0.61,-0.22l2,-3.46c0.12,-0.22 0.07,-0.49 -0.12,-0.64l-2.11,-1.65zM12,15.5c-1.93,0 -3.5,-1.57 -3.5,-3.5s1.57,-3.5 3.5,-3.5 3.5,1.57 3.5,3.5 -1.57,3.5 -3.5,3.5z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19.43,12.98c0.04,-0.32 0.07,-0.64 0.07,-0.98s-0.03,-0.66 -0.07,-0.98l2.11,-1.65c0.19,-0.15 0.24,-0.42 0.12,-0.64l-2,-3.46c-0.12,-0.22 -0.39,-0.3 -0.61,-0.22l-2.49,1c-0.52,-0.4 -1.08,-0.73 -1.69,-0.98l-0.38,-2.65C14.46,2.18 14.25,2 14,2h-4c-0.25,0 -0.46,0.18 -0.49,0.42l-0.38,2.65c-0.61,0.25 -1.17,0.59 -1.69,0.98l-2.49,-1c-0.23,-0.09 -0.49,0 -0.61,0.22l-2,3.46c-0.13,0.22 -0.07,0.49 0.12,0.64l2.11,1.65c-0.04,0.32 -0.07,0.65 -0.07,0.98s0.03,0.66 0.07,0.98l-2.11,1.65c-0.19,0.15 -0.24,0.42 -0.12,0.64l2,3.46c0.12,0.22 0.39,0.3 0.61,0.22l2.49,-1c0.52,0.4 1.08,0.73 1.69,0.98l0.38,2.65c0.03,0.24 0.24,0.42 0.49,0.42h4c0.25,0 0.46,-0.18 0.49,-0.42l0.38,-2.65c0.61,-0.25 1.17,-0.59 1.69,-0.98l2.49,1c0.23,0.09 0.49,0 0.61,-0.22l2,-3.46c0.12,-0.22 0.07,-0.49 -0.12,-0.64l-2.11,-1.65zM12,15.5c-1.93,0 -3.5,-1.57 -3.5,-3.5s1.57,-3.5 3.5,-3.5 3.5,1.57 3.5,3.5 -1.57,3.5 -3.5,3.5z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_share_white_24dp.xml to/res/drawable/ic_share_white_24dp.xml
*** from/res/drawable/ic_share_white_24dp.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/ic_share_white_24dp.xml 2021-01-11 15:13:55.807673175 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M18,16.08c-0.76,0 -1.44,0.3 -1.96,0.77L8.91,12.7c0.05,-0.23 0.09,-0.46 0.09,-0.7s-0.04,-0.47 -0.09,-0.7l7.05,-4.11c0.54,0.5 1.25,0.81 2.04,0.81 1.66,0 3,-1.34 3,-3s-1.34,-3 -3,-3 -3,1.34 -3,3c0,0.24 0.04,0.47 0.09,0.7L8.04,9.81C7.5,9.31 6.79,9 6,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3c0.79,0 1.5,-0.31 2.04,-0.81l7.12,4.16c-0.05,0.21 -0.08,0.43 -0.08,0.65 0,1.61 1.31,2.92 2.92,2.92 1.61,0 2.92,-1.31 2.92,-2.92s-1.31,-2.92 -2.92,-2.92z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M18,16.08c-0.76,0 -1.44,0.3 -1.96,0.77L8.91,12.7c0.05,-0.23 0.09,-0.46 0.09,-0.7s-0.04,-0.47 -0.09,-0.7l7.05,-4.11c0.54,0.5 1.25,0.81 2.04,0.81 1.66,0 3,-1.34 3,-3s-1.34,-3 -3,-3 -3,1.34 -3,3c0,0.24 0.04,0.47 0.09,0.7L8.04,9.81C7.5,9.31 6.79,9 6,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3c0.79,0 1.5,-0.31 2.04,-0.81l7.12,4.16c-0.05,0.21 -0.08,0.43 -0.08,0.65 0,1.61 1.31,2.92 2.92,2.92 1.61,0 2.92,-1.31 2.92,-2.92s-1.31,-2.92 -2.92,-2.92z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_shieldstar_24dp.xml to/res/drawable/ic_shieldstar_24dp.xml
*** from/res/drawable/ic_shieldstar_24dp.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/ic_shieldstar_24dp.xml 2021-01-11 15:13:56.114668579 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19 6.00001C15.56 6.00001 12.826 2.43501 12.799 2.39801C12.421 1.89801 11.579 1.89801 11.201 2.39801C11.174 2.43501 8.44 6.00001 5 6.00001C4.447 6.00001 4 6.44801 4 7.00001V14C4 17.807 10.764 21.478 11.534 21.884C11.68 21.961 11.84 21.998 12 21.998C12.16 21.998 12.32 21.96 12.466 21.884C13.236 21.478 20 17.807 20 14V7.00001C20 6.44801 19.553 6.00001 19 6.00001ZM15 16L12 14L9 16L10 13L8 11H11L12 8.00001L13 11H16L14 13L15 16Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19 6.00001C15.56 6.00001 12.826 2.43501 12.799 2.39801C12.421 1.89801 11.579 1.89801 11.201 2.39801C11.174 2.43501 8.44 6.00001 5 6.00001C4.447 6.00001 4 6.44801 4 7.00001V14C4 17.807 10.764 21.478 11.534 21.884C11.68 21.961 11.84 21.998 12 21.998C12.16 21.998 12.32 21.96 12.466 21.884C13.236 21.478 20 17.807 20 14V7.00001C20 6.44801 19.553 6.00001 19 6.00001ZM15 16L12 14L9 16L10 13L8 11H11L12 8.00001L13 11H16L14 13L15 16Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_sidebar_search_24dp.xml to/res/drawable/ic_sidebar_search_24dp.xml
*** from/res/drawable/ic_sidebar_search_24dp.xml 2021-01-02 17:58:42.816414556 -0700
--- to/res/drawable/ic_sidebar_search_24dp.xml 2021-01-11 15:13:55.810673130 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M21.707,20.293L16.314,14.9C17.403,13.504 18,11.799 18,10C18,7.863 17.167,5.854 15.656,4.344C14.146,2.832 12.137,2 10,2C7.863,2 5.854,2.832 4.344,4.344C2.833,5.854 2,7.863 2,10C2,12.137 2.833,14.146 4.344,15.656C5.854,17.168 7.863,18 10,18C11.799,18 13.504,17.404 14.9,16.314L20.293,21.706L21.707,20.293ZM10,16C8.397,16 6.891,15.376 5.758,14.243C4.624,13.11 4,11.603 4,10C4,8.398 4.624,6.891 5.758,5.758C6.891,4.624 8.397,4 10,4C11.603,4 13.109,4.624 14.242,5.758C15.376,6.891 16,8.398 16,10C16,11.603 15.376,13.11 14.242,14.243C13.109,15.376 11.603,16 10,16Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M21.707,20.293L16.314,14.9C17.403,13.504 18,11.799 18,10C18,7.863 17.167,5.854 15.656,4.344C14.146,2.832 12.137,2 10,2C7.863,2 5.854,2.832 4.344,4.344C2.833,5.854 2,7.863 2,10C2,12.137 2.833,14.146 4.344,15.656C5.854,17.168 7.863,18 10,18C11.799,18 13.504,17.404 14.9,16.314L20.293,21.706L21.707,20.293ZM10,16C8.397,16 6.891,15.376 5.758,14.243C4.624,13.11 4,11.603 4,10C4,8.398 4.624,6.891 5.758,5.758C6.891,4.624 8.397,4 10,4C11.603,4 13.109,4.624 14.242,5.758C15.376,6.891 16,8.398 16,10C16,11.603 15.376,13.11 14.242,14.243C13.109,15.376 11.603,16 10,16Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_skype_white_24dp.xml to/res/drawable/ic_skype_white_24dp.xml
*** from/res/drawable/ic_skype_white_24dp.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_skype_white_24dp.xml 2021-01-11 15:13:56.290665943 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,19.2c-4,0 -5.8,-2 -5.8,-3.5 0,-0.4 0.1,-0.7 0.4,-0.9 0.3,-0.2 0.6,-0.4 1,-0.4 1.7,0 1.3,2.6 4.4,2.6 1.6,0 2.6,-1 2.6,-1.9 0,-0.6 -0.3,-1.2 -1.4,-1.4l-3.6,-0.9c-2.8,-0.8 -3.3,-2.4 -3.3,-3.9 0,-3.1 2.8,-4.2 5.5,-4.2 2.5,0 5.4,1.4 5.4,3.2 0,0.8 -0.7,1.2 -1.4,1.2 -1.5,0 -1.2,-2 -4.1,-2 -1.5,0 -2.2,0.7 -2.2,1.6 0,1 1.1,1.3 2.1,1.5l2.6,0.6c2.9,0.6 3.6,2.3 3.6,4 0,2.5 -2,4.4 -5.8,4.4M23.1,14c0.1,-0.7 0.2,-1.3 0.2,-2 0,-3.3 -1.4,-6.5 -4,-8.6S13.4,0.3 10.1,0.9C9,0.3 7.9,0 6.7,0 4.4,0 2.2,1.3 1,3.4S-0.2,8 0.9,10c-0.6,3.7 0.5,7.4 3.1,10s6.3,3.8 9.9,3.1c1,0.6 2.1,0.9 3.3,0.9 2.4,0 4.6,-1.3 5.8,-3.4s1.2,-4.6 0.1,-6.6" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,19.2c-4,0 -5.8,-2 -5.8,-3.5 0,-0.4 0.1,-0.7 0.4,-0.9 0.3,-0.2 0.6,-0.4 1,-0.4 1.7,0 1.3,2.6 4.4,2.6 1.6,0 2.6,-1 2.6,-1.9 0,-0.6 -0.3,-1.2 -1.4,-1.4l-3.6,-0.9c-2.8,-0.8 -3.3,-2.4 -3.3,-3.9 0,-3.1 2.8,-4.2 5.5,-4.2 2.5,0 5.4,1.4 5.4,3.2 0,0.8 -0.7,1.2 -1.4,1.2 -1.5,0 -1.2,-2 -4.1,-2 -1.5,0 -2.2,0.7 -2.2,1.6 0,1 1.1,1.3 2.1,1.5l2.6,0.6c2.9,0.6 3.6,2.3 3.6,4 0,2.5 -2,4.4 -5.8,4.4M23.1,14c0.1,-0.7 0.2,-1.3 0.2,-2 0,-3.3 -1.4,-6.5 -4,-8.6S13.4,0.3 10.1,0.9C9,0.3 7.9,0 6.7,0 4.4,0 2.2,1.3 1,3.4S-0.2,8 0.9,10c-0.6,3.7 0.5,7.4 3.1,10s6.3,3.8 9.9,3.1c1,0.6 2.1,0.9 3.3,0.9 2.4,0 4.6,-1.3 5.8,-3.4s1.2,-4.6 0.1,-6.6" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_small_lock_green_24dp.xml to/res/drawable/ic_small_lock_green_24dp.xml
*** from/res/drawable/ic_small_lock_green_24dp.xml 2021-01-02 17:58:42.827414389 -0700
--- to/res/drawable/ic_small_lock_green_24dp.xml 2021-01-11 15:15:43.602059155 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="18.0dip" android:width="18.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ff43b581" android:pathData="M18,8h-1L17,6c0,-2.76 -2.24,-5 -5,-5S7,3.24 7,6v2L6,8c-1.1,0 -2,0.9 -2,2v10c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2L20,10c0,-1.1 -0.9,-2 -2,-2zM12,17c-1.1,0 -2,-0.9 -2,-2s0.9,-2 2,-2 2,0.9 2,2 -0.9,2 -2,2zM15.1,8L8.9,8L8.9,6c0,-1.71 1.39,-3.1 3.1,-3.1 1.71,0 3.1,1.39 3.1,3.1v2z" />
! </vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="18.0dip" android:width="18.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/status_green" android:pathData="M18,8h-1L17,6c0,-2.76 -2.24,-5 -5,-5S7,3.24 7,6v2L6,8c-1.1,0 -2,0.9 -2,2v10c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2L20,10c0,-1.1 -0.9,-2 -2,-2zM12,17c-1.1,0 -2,-0.9 -2,-2s0.9,-2 2,-2 2,0.9 2,2 -0.9,2 -2,2zM15.1,8L8.9,8L8.9,6c0,-1.71 1.39,-3.1 3.1,-3.1 1.71,0 3.1,1.39 3.1,3.1v2z" />
! </vector>
diff -x dist -x build -craB from/res/drawable/ic_sort_white_24dp.xml to/res/drawable/ic_sort_white_24dp.xml
*** from/res/drawable/ic_sort_white_24dp.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_sort_white_24dp.xml 2021-01-11 15:13:56.286666003 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3,18h6v-2L3,16v2zM3,6v2h18L21,6L3,6zM3,13h12v-2L3,11v2z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3,18h6v-2L3,16v2zM3,6v2h18L21,6L3,6zM3,13h12v-2L3,11v2z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_spotify_white_24dp.xml to/res/drawable/ic_spotify_white_24dp.xml
*** from/res/drawable/ic_spotify_white_24dp.xml 2021-01-02 17:58:42.812414617 -0700
--- to/res/drawable/ic_spotify_white_24dp.xml 2021-01-11 15:13:55.725674403 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,0.185C5.475,0.185 0.185,5.475 0.185,12C0.185,18.525 5.475,23.815 12,23.815C18.525,23.815 23.815,18.525 23.815,12C23.815,5.475 18.525,0.185 12,0.185ZM17.42,17.228C17.207,17.574 16.756,17.683 16.409,17.472C13.636,15.777 10.132,15.393 6.03,16.331C5.765,16.411 5.479,16.337 5.286,16.139C5.094,15.941 5.028,15.653 5.115,15.391C5.202,15.129 5.428,14.938 5.701,14.895C10.202,13.865 14.064,14.308 17.177,16.213C17.524,16.426 17.633,16.881 17.42,17.228ZM18.868,14.012C18.601,14.445 18.035,14.58 17.601,14.315C14.426,12.362 9.585,11.797 5.826,12.938C5.512,13.033 5.17,12.954 4.93,12.729C4.69,12.505 4.588,12.169 4.662,11.849C4.737,11.528 4.976,11.272 5.291,11.177C9.582,9.873 14.917,10.505 18.565,12.746C18.995,13.013 19.129,13.577 18.864,14.009L18.868,14.012ZM18.993,10.663C15.186,8.4 8.902,8.193 5.265,9.297C4.879,9.441 4.445,9.359 4.138,9.084C3.831,8.808 3.703,8.385 3.805,7.986C3.906,7.586 4.222,7.277 4.623,7.182C8.795,5.915 15.733,6.159 20.13,8.762C20.618,9.09 20.764,9.741 20.464,10.247C20.164,10.752 19.522,10.935 19.001,10.663L18.993,10.663Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,0.185C5.475,0.185 0.185,5.475 0.185,12C0.185,18.525 5.475,23.815 12,23.815C18.525,23.815 23.815,18.525 23.815,12C23.815,5.475 18.525,0.185 12,0.185ZM17.42,17.228C17.207,17.574 16.756,17.683 16.409,17.472C13.636,15.777 10.132,15.393 6.03,16.331C5.765,16.411 5.479,16.337 5.286,16.139C5.094,15.941 5.028,15.653 5.115,15.391C5.202,15.129 5.428,14.938 5.701,14.895C10.202,13.865 14.064,14.308 17.177,16.213C17.524,16.426 17.633,16.881 17.42,17.228ZM18.868,14.012C18.601,14.445 18.035,14.58 17.601,14.315C14.426,12.362 9.585,11.797 5.826,12.938C5.512,13.033 5.17,12.954 4.93,12.729C4.69,12.505 4.588,12.169 4.662,11.849C4.737,11.528 4.976,11.272 5.291,11.177C9.582,9.873 14.917,10.505 18.565,12.746C18.995,13.013 19.129,13.577 18.864,14.009L18.868,14.012ZM18.993,10.663C15.186,8.4 8.902,8.193 5.265,9.297C4.879,9.441 4.445,9.359 4.138,9.084C3.831,8.808 3.703,8.385 3.805,7.986C3.906,7.586 4.222,7.277 4.623,7.182C8.795,5.915 15.733,6.159 20.13,8.762C20.618,9.09 20.764,9.741 20.464,10.247C20.164,10.752 19.522,10.935 19.001,10.663L18.993,10.663Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_staff_badge_blurple_24dp.xml to/res/drawable/ic_staff_badge_blurple_24dp.xml
*** from/res/drawable/ic_staff_badge_blurple_24dp.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_staff_badge_blurple_24dp.xml 2021-01-11 15:13:55.458678401 -0700
***************
*** 1,8 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ff7289da" android:pathData="M24 12C24 13.185 22.08 14.07 21.72 15.135C21.36 16.2 22.38 18.135 21.72 19.02C21.06 19.905 18.96 19.545 18.03 20.22C17.1 20.895 16.845 22.98 15.72 23.355C14.595 23.73 13.215 22.155 12.015 22.155C10.815 22.155 9.39 23.655 8.31 23.355C7.23 23.055 6.93 20.895 6 20.22C5.07 19.545 3 19.95 2.31 19.02C1.62 18.09 2.655 16.26 2.31 15.135C1.965 14.01 0 13.185 0 12C0 10.815 1.92 9.93 2.28 8.865C2.64 7.8 1.62 5.865 2.28 4.98C2.94 4.095 5.055 4.5 6 3.78C6.945 3.06 7.17 1.02 8.295 0.644999C9.42 0.269999 10.8 1.845 12 1.845C13.2 1.845 14.625 0.344999 15.705 0.644999C16.785 0.944999 17.07 3.105 18 3.78C18.93 4.455 21 4.05 21.69 4.98C22.38 5.91 21.345 7.74 21.69 8.865C22.035 9.99 24 10.815 24 12Z" />
! <path android:fillColor="#ffffffff" android:pathData="M7.94752 8.02353C7.94752 8.02353 8.09494 7.80296 8.15609 7.70524C8.21723 7.60753 7.9978 7.37667 7.91266 7.30353C7.82752 7.23038 7.69323 7.26696 7.69323 7.26696C6.6218 7.74181 6.0858 8.7161 6.01266 8.91096C5.93952 9.10581 6.19894 9.31838 6.39037 9.42238C6.47837 9.47038 6.61837 9.3641 6.70466 9.28524L6.7338 9.25553L6.77894 9.20981L6.77952 9.20924L9.69437 12.1127L10.0927 11.7144L10.8247 10.9824L7.94352 8.02753L7.94752 8.02353Z" />
! <path android:fillColor="#ffffffff" android:pathData="M14.8336 11.0863L14.9873 10.94L16.3685 12.308C16.3782 12.3166 16.3885 12.32 16.3976 12.32C16.4239 12.32 16.4456 12.296 16.4456 12.296C16.4456 12.296 17.9747 10.7789 17.9799 10.7737C18.025 10.7291 17.9799 10.7046 17.9799 10.7046L16.8005 9.51714L16.7987 9.51886L16.637 9.36057L16.7273 9.27371L16.9205 9.296L16.8839 9.04L16.9325 8.99086L16.8599 8.62171C16.6079 8.26457 15.9176 7.69257 15.9176 7.69257L15.5565 7.62743L15.5199 7.676L15.2479 7.63543L15.2742 7.86743L15.2913 7.88457L15.2107 7.96571L14.765 7.52971C14.765 7.52971 12.1787 6.12514 12.041 6.06C11.9633 6.024 11.9062 6 11.8513 6C11.809 6 11.7679 6.01429 11.7205 6.048C11.6107 6.12514 11.6753 6.28057 11.6753 6.28057L13.2833 9.252L13.605 9.57086L13.5045 9.67143L13.4673 9.70857L13.2102 9.67314L13.2496 9.928L13.1753 10.0023L13.1622 9.98914C13.1502 9.97714 13.1336 9.97086 13.1176 9.97086C13.1016 9.97086 13.0856 9.97714 13.073 9.98914C13.0485 10.0137 13.0485 10.0537 13.073 10.0783L13.0862 10.0914L13.0507 10.1274L13.0416 10.1177C13.029 10.1057 13.013 10.0994 12.997 10.0994C12.9805 10.0994 12.9645 10.1057 12.9525 10.1177C12.9279 10.1423 12.9279 10.1823 12.9525 10.2069L12.9622 10.2166L12.2856 10.8966L12.2702 10.8811C12.2576 10.8691 12.2416 10.8629 12.2256 10.8629C12.2096 10.8629 12.1936 10.8691 12.181 10.8811C12.1565 10.9057 12.1565 10.9457 12.181 10.9703L12.197 10.9857L12.161 11.0217L12.149 11.0103C12.137 10.9977 12.1205 10.9914 12.105 10.9914C12.0885 10.9914 12.0725 10.9977 12.0599 11.0103C12.0359 11.0349 12.0359 11.0743 12.0599 11.0989L12.0719 11.1109L11.9839 11.2L11.9719 11.3131L12.0182 11.3606L12.017 11.3611L11.961 11.4183L8.31017 15.0686L8.26274 15.0291L8.11132 15.0509L8.0256 15.1377L8.01989 15.132C8.00732 15.1194 7.99132 15.1131 7.97532 15.1131C7.95932 15.1131 7.94274 15.1194 7.93074 15.132C7.90617 15.1566 7.90617 15.196 7.93074 15.2206L7.9376 15.2274L7.90217 15.264L7.89874 15.2606C7.88674 15.248 7.87017 15.2417 7.85417 15.2417C7.83817 15.2417 7.82217 15.248 7.8096 15.2606C7.7856 15.2851 7.7856 15.3246 7.8096 15.3491L7.8136 15.3537L7.1456 16.0331L7.13189 16.0194C7.11932 16.0069 7.10389 16.0011 7.08732 16.0011C7.07132 16.0011 7.05532 16.0069 7.04274 16.0194C7.01817 16.044 7.01817 16.084 7.04274 16.1086L7.0576 16.1229L7.02217 16.1589L7.01132 16.148C6.99874 16.136 6.98274 16.1297 6.96617 16.1297C6.95074 16.1297 6.93417 16.136 6.92217 16.148C6.8976 16.1726 6.8976 16.2126 6.92217 16.2371L6.9336 16.2491L6.88389 16.3L6.62503 16.2537L6.64446 16.5429L6.56274 16.6263L6.6336 17.016C6.6336 17.016 6.74217 17.3554 6.9656 17.5806C7.18217 17.7989 7.51246 17.9034 7.52674 17.9143L7.89989 17.9794L7.99189 17.8891L8.24903 17.9309L8.20674 17.6766L8.28503 17.6L8.32103 17.636C8.33303 17.648 8.34903 17.6543 8.36503 17.6543C8.38103 17.6543 8.3976 17.648 8.4096 17.636C8.43417 17.6109 8.43417 17.5714 8.4096 17.5469L8.37417 17.5114L8.41074 17.476L8.4416 17.5069C8.4536 17.5194 8.47017 17.5257 8.48617 17.5257C8.50217 17.5257 8.51817 17.5194 8.53074 17.5069C8.55532 17.4823 8.55532 17.4429 8.53074 17.4183L8.50046 17.3874L9.17874 16.7183L9.20846 16.748C9.22046 16.7606 9.23703 16.7663 9.25303 16.7663C9.26903 16.7663 9.28503 16.7606 9.2976 16.748C9.3216 16.7234 9.3216 16.6834 9.2976 16.6589L9.26846 16.6303L9.30446 16.5943L9.3296 16.6194C9.3416 16.6314 9.3576 16.6377 9.3736 16.6377C9.39017 16.6377 9.40617 16.6314 9.41817 16.6194C9.44274 16.5949 9.44274 16.5549 9.41817 16.5303L9.3936 16.5057L9.4696 16.4314L9.49703 16.2686L9.45646 16.228L9.45703 16.2274L9.53074 16.1543L13.157 12.5269L13.1553 12.5234L13.2262 12.5966L13.3399 12.584L13.4422 12.4811L13.4587 12.4977C13.4713 12.5097 13.4873 12.516 13.5033 12.516C13.5193 12.516 13.5359 12.5097 13.5479 12.4977C13.5725 12.4731 13.5725 12.4331 13.5479 12.4086L13.5313 12.392L13.5673 12.3566L13.5799 12.3691C13.5919 12.3811 13.6079 12.3874 13.6245 12.3874C13.6405 12.3874 13.6565 12.3811 13.6685 12.3691C13.693 12.3446 13.693 12.3046 13.6685 12.28L13.6559 12.2669L14.3336 11.588L14.3513 11.6057C14.3633 11.6177 14.3793 11.624 14.3953 11.624C14.4119 11.624 14.4279 11.6177 14.4399 11.6057C14.4645 11.5811 14.4645 11.5411 14.4399 11.5166L14.4222 11.4989L14.4582 11.4629L14.4719 11.4771C14.4845 11.4891 14.5005 11.4954 14.5165 11.4954C14.5325 11.4954 14.5485 11.4891 14.561 11.4771C14.5856 11.452 14.5856 11.4126 14.561 11.388L14.5473 11.3737L14.6227 11.2983L14.8747 11.3377L14.8336 11.0863Z" />
! <path android:fillColor="#ffffffff" android:pathData="M15.3371 15.1862L13.7297 13.968L13.4434 13.6731L12.3342 14.7822L12.6131 15.0485L13.6605 16.6194L15.0731 18.1662L16.7011 16.6474L15.3371 15.1862Z" />
</vector>
\ No newline at end of file
--- 1,8 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/link" android:pathData="M24 12C24 13.185 22.08 14.07 21.72 15.135C21.36 16.2 22.38 18.135 21.72 19.02C21.06 19.905 18.96 19.545 18.03 20.22C17.1 20.895 16.845 22.98 15.72 23.355C14.595 23.73 13.215 22.155 12.015 22.155C10.815 22.155 9.39 23.655 8.31 23.355C7.23 23.055 6.93 20.895 6 20.22C5.07 19.545 3 19.95 2.31 19.02C1.62 18.09 2.655 16.26 2.31 15.135C1.965 14.01 0 13.185 0 12C0 10.815 1.92 9.93 2.28 8.865C2.64 7.8 1.62 5.865 2.28 4.98C2.94 4.095 5.055 4.5 6 3.78C6.945 3.06 7.17 1.02 8.295 0.644999C9.42 0.269999 10.8 1.845 12 1.845C13.2 1.845 14.625 0.344999 15.705 0.644999C16.785 0.944999 17.07 3.105 18 3.78C18.93 4.455 21 4.05 21.69 4.98C22.38 5.91 21.345 7.74 21.69 8.865C22.035 9.99 24 10.815 24 12Z" />
! <path android:fillColor="@color/white" android:pathData="M7.94752 8.02353C7.94752 8.02353 8.09494 7.80296 8.15609 7.70524C8.21723 7.60753 7.9978 7.37667 7.91266 7.30353C7.82752 7.23038 7.69323 7.26696 7.69323 7.26696C6.6218 7.74181 6.0858 8.7161 6.01266 8.91096C5.93952 9.10581 6.19894 9.31838 6.39037 9.42238C6.47837 9.47038 6.61837 9.3641 6.70466 9.28524L6.7338 9.25553L6.77894 9.20981L6.77952 9.20924L9.69437 12.1127L10.0927 11.7144L10.8247 10.9824L7.94352 8.02753L7.94752 8.02353Z" />
! <path android:fillColor="@color/white" android:pathData="M14.8336 11.0863L14.9873 10.94L16.3685 12.308C16.3782 12.3166 16.3885 12.32 16.3976 12.32C16.4239 12.32 16.4456 12.296 16.4456 12.296C16.4456 12.296 17.9747 10.7789 17.9799 10.7737C18.025 10.7291 17.9799 10.7046 17.9799 10.7046L16.8005 9.51714L16.7987 9.51886L16.637 9.36057L16.7273 9.27371L16.9205 9.296L16.8839 9.04L16.9325 8.99086L16.8599 8.62171C16.6079 8.26457 15.9176 7.69257 15.9176 7.69257L15.5565 7.62743L15.5199 7.676L15.2479 7.63543L15.2742 7.86743L15.2913 7.88457L15.2107 7.96571L14.765 7.52971C14.765 7.52971 12.1787 6.12514 12.041 6.06C11.9633 6.024 11.9062 6 11.8513 6C11.809 6 11.7679 6.01429 11.7205 6.048C11.6107 6.12514 11.6753 6.28057 11.6753 6.28057L13.2833 9.252L13.605 9.57086L13.5045 9.67143L13.4673 9.70857L13.2102 9.67314L13.2496 9.928L13.1753 10.0023L13.1622 9.98914C13.1502 9.97714 13.1336 9.97086 13.1176 9.97086C13.1016 9.97086 13.0856 9.97714 13.073 9.98914C13.0485 10.0137 13.0485 10.0537 13.073 10.0783L13.0862 10.0914L13.0507 10.1274L13.0416 10.1177C13.029 10.1057 13.013 10.0994 12.997 10.0994C12.9805 10.0994 12.9645 10.1057 12.9525 10.1177C12.9279 10.1423 12.9279 10.1823 12.9525 10.2069L12.9622 10.2166L12.2856 10.8966L12.2702 10.8811C12.2576 10.8691 12.2416 10.8629 12.2256 10.8629C12.2096 10.8629 12.1936 10.8691 12.181 10.8811C12.1565 10.9057 12.1565 10.9457 12.181 10.9703L12.197 10.9857L12.161 11.0217L12.149 11.0103C12.137 10.9977 12.1205 10.9914 12.105 10.9914C12.0885 10.9914 12.0725 10.9977 12.0599 11.0103C12.0359 11.0349 12.0359 11.0743 12.0599 11.0989L12.0719 11.1109L11.9839 11.2L11.9719 11.3131L12.0182 11.3606L12.017 11.3611L11.961 11.4183L8.31017 15.0686L8.26274 15.0291L8.11132 15.0509L8.0256 15.1377L8.01989 15.132C8.00732 15.1194 7.99132 15.1131 7.97532 15.1131C7.95932 15.1131 7.94274 15.1194 7.93074 15.132C7.90617 15.1566 7.90617 15.196 7.93074 15.2206L7.9376 15.2274L7.90217 15.264L7.89874 15.2606C7.88674 15.248 7.87017 15.2417 7.85417 15.2417C7.83817 15.2417 7.82217 15.248 7.8096 15.2606C7.7856 15.2851 7.7856 15.3246 7.8096 15.3491L7.8136 15.3537L7.1456 16.0331L7.13189 16.0194C7.11932 16.0069 7.10389 16.0011 7.08732 16.0011C7.07132 16.0011 7.05532 16.0069 7.04274 16.0194C7.01817 16.044 7.01817 16.084 7.04274 16.1086L7.0576 16.1229L7.02217 16.1589L7.01132 16.148C6.99874 16.136 6.98274 16.1297 6.96617 16.1297C6.95074 16.1297 6.93417 16.136 6.92217 16.148C6.8976 16.1726 6.8976 16.2126 6.92217 16.2371L6.9336 16.2491L6.88389 16.3L6.62503 16.2537L6.64446 16.5429L6.56274 16.6263L6.6336 17.016C6.6336 17.016 6.74217 17.3554 6.9656 17.5806C7.18217 17.7989 7.51246 17.9034 7.52674 17.9143L7.89989 17.9794L7.99189 17.8891L8.24903 17.9309L8.20674 17.6766L8.28503 17.6L8.32103 17.636C8.33303 17.648 8.34903 17.6543 8.36503 17.6543C8.38103 17.6543 8.3976 17.648 8.4096 17.636C8.43417 17.6109 8.43417 17.5714 8.4096 17.5469L8.37417 17.5114L8.41074 17.476L8.4416 17.5069C8.4536 17.5194 8.47017 17.5257 8.48617 17.5257C8.50217 17.5257 8.51817 17.5194 8.53074 17.5069C8.55532 17.4823 8.55532 17.4429 8.53074 17.4183L8.50046 17.3874L9.17874 16.7183L9.20846 16.748C9.22046 16.7606 9.23703 16.7663 9.25303 16.7663C9.26903 16.7663 9.28503 16.7606 9.2976 16.748C9.3216 16.7234 9.3216 16.6834 9.2976 16.6589L9.26846 16.6303L9.30446 16.5943L9.3296 16.6194C9.3416 16.6314 9.3576 16.6377 9.3736 16.6377C9.39017 16.6377 9.40617 16.6314 9.41817 16.6194C9.44274 16.5949 9.44274 16.5549 9.41817 16.5303L9.3936 16.5057L9.4696 16.4314L9.49703 16.2686L9.45646 16.228L9.45703 16.2274L9.53074 16.1543L13.157 12.5269L13.1553 12.5234L13.2262 12.5966L13.3399 12.584L13.4422 12.4811L13.4587 12.4977C13.4713 12.5097 13.4873 12.516 13.5033 12.516C13.5193 12.516 13.5359 12.5097 13.5479 12.4977C13.5725 12.4731 13.5725 12.4331 13.5479 12.4086L13.5313 12.392L13.5673 12.3566L13.5799 12.3691C13.5919 12.3811 13.6079 12.3874 13.6245 12.3874C13.6405 12.3874 13.6565 12.3811 13.6685 12.3691C13.693 12.3446 13.693 12.3046 13.6685 12.28L13.6559 12.2669L14.3336 11.588L14.3513 11.6057C14.3633 11.6177 14.3793 11.624 14.3953 11.624C14.4119 11.624 14.4279 11.6177 14.4399 11.6057C14.4645 11.5811 14.4645 11.5411 14.4399 11.5166L14.4222 11.4989L14.4582 11.4629L14.4719 11.4771C14.4845 11.4891 14.5005 11.4954 14.5165 11.4954C14.5325 11.4954 14.5485 11.4891 14.561 11.4771C14.5856 11.452 14.5856 11.4126 14.561 11.388L14.5473 11.3737L14.6227 11.2983L14.8747 11.3377L14.8336 11.0863Z" />
! <path android:fillColor="@color/white" android:pathData="M15.3371 15.1862L13.7297 13.968L13.4434 13.6731L12.3342 14.7822L12.6131 15.0485L13.6605 16.6194L15.0731 18.1662L16.7011 16.6474L15.3371 15.1862Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_status_invisible_16dp.xml to/res/drawable/ic_status_invisible_16dp.xml
*** from/res/drawable/ic_status_invisible_16dp.xml 2021-01-02 17:58:42.822414465 -0700
--- to/res/drawable/ic_status_invisible_16dp.xml 2021-01-11 15:13:55.655675451 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="8.0" android:viewportHeight="8.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#00000000" android:pathData="M4,4m-3,0a3,3 0,1 1,6 0a3,3 0,1 1,-6 0" android:strokeColor="#ff747f8d" android:strokeWidth="2.0" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="8.0" android:viewportHeight="8.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#00000000" android:pathData="M4,4m-3,0a3,3 0,1 1,6 0a3,3 0,1 1,-6 0" android:strokeColor="@color/brand" android:strokeWidth="2.0" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_steam_white_24dp.xml to/res/drawable/ic_steam_white_24dp.xml
*** from/res/drawable/ic_steam_white_24dp.xml 2021-01-02 17:58:42.815414572 -0700
--- to/res/drawable/ic_steam_white_24dp.xml 2021-01-11 15:13:55.879672097 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,0c6.7,0 12,5.3 12,12s-5.3,12 -12,12C6.5,24 1.9,20.3 0.4,15.3l4.7,1.9c0.3,1.6 1.7,2.7 3.3,2.7 1.9,0 3.5,-1.5 3.5,-3.3v-0.1l4.1,-2.9h0.1c2.5,0 4.5,-2 4.5,-4.5s-2,-4.5 -4.5,-4.5 -4.7,2 -4.7,4.5l-2.9,4.1h-0.1c-0.7,0 -1.3,0.3 -1.9,0.5L0,11.1C0.5,4.8 5.6,0 12,0M7.5,18.3L6,17.6c0.3,0.5 0.7,0.9 1.3,1.2 1.3,0.5 2.8,-0.1 3.3,-1.3 0.3,-0.7 0.3,-1.3 0,-2s-0.8,-1.1 -1.3,-1.3c-0.7,-0.3 -1.3,-0.3 -1.9,0l1.5,0.7c0.9,0.4 1.5,1.5 1.1,2.4 -0.4,0.8 -1.5,1.4 -2.5,1m6.2,-9.4c0,1.2 1.1,2.3 2.3,2.3s2.3,-1.1 2.3,-2.3c0,-1.3 -1.1,-2.3 -2.3,-2.3 -1.3,0.1 -2.3,1 -2.3,2.3m5.2,0c0,1.6 -1.3,3.1 -3.1,3.1 -1.6,0 -3.1,-1.3 -3.1,-3.1 0,-1.6 1.3,-3.1 3.1,-3.1s3.1,1.4 3.1,3.1" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,0c6.7,0 12,5.3 12,12s-5.3,12 -12,12C6.5,24 1.9,20.3 0.4,15.3l4.7,1.9c0.3,1.6 1.7,2.7 3.3,2.7 1.9,0 3.5,-1.5 3.5,-3.3v-0.1l4.1,-2.9h0.1c2.5,0 4.5,-2 4.5,-4.5s-2,-4.5 -4.5,-4.5 -4.7,2 -4.7,4.5l-2.9,4.1h-0.1c-0.7,0 -1.3,0.3 -1.9,0.5L0,11.1C0.5,4.8 5.6,0 12,0M7.5,18.3L6,17.6c0.3,0.5 0.7,0.9 1.3,1.2 1.3,0.5 2.8,-0.1 3.3,-1.3 0.3,-0.7 0.3,-1.3 0,-2s-0.8,-1.1 -1.3,-1.3c-0.7,-0.3 -1.3,-0.3 -1.9,0l1.5,0.7c0.9,0.4 1.5,1.5 1.1,2.4 -0.4,0.8 -1.5,1.4 -2.5,1m6.2,-9.4c0,1.2 1.1,2.3 2.3,2.3s2.3,-1.1 2.3,-2.3c0,-1.3 -1.1,-2.3 -2.3,-2.3 -1.3,0.1 -2.3,1 -2.3,2.3m5.2,0c0,1.6 -1.3,3.1 -3.1,3.1 -1.6,0 -3.1,-1.3 -3.1,-3.1 0,-1.6 1.3,-3.1 3.1,-3.1s3.1,1.4 3.1,3.1" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_sticker_shop_icon_32dp.xml to/res/drawable/ic_sticker_shop_icon_32dp.xml
*** from/res/drawable/ic_sticker_shop_icon_32dp.xml 2021-01-02 17:58:42.817414541 -0700
--- to/res/drawable/ic_sticker_shop_icon_32dp.xml 2021-01-11 15:13:56.228666872 -0700
***************
*** 20,26 ****
<path android:fillColor="#fff4c739" android:pathData="M23.1401,6H20.3V9H23.1401V6Z" />
<path android:fillColor="#ffffe103" android:pathData="M20.31,6H20.29V9H20.31V6Z" />
<path android:fillColor="#ffb0dbf7" android:pathData="M20.31,6H20.29V9H20.31V6Z" android:strokeAlpha="0.8" android:fillAlpha="0.8" />
! <path android:fillColor="#ffffffff" android:pathData="M15,24H9V15C9,14.45 9.45,14 10,14H14C14.55,14 15,14.45 15,15V24Z" />
! <path android:fillColor="#ffffffff" android:pathData="M22,19H18C17.45,19 17,18.55 17,18V15C17,14.45 17.45,14 18,14H22C22.55,14 23,14.45 23,15V18C23,18.55 22.55,19 22,19Z" />
<path android:fillColor="#ffcbb0f3" android:pathData="M26,26H6V25C6,24.45 6.45,24 7,24H25C25.55,24 26,24.45 26,25V26Z" />
</vector>
\ No newline at end of file
--- 20,26 ----
<path android:fillColor="#fff4c739" android:pathData="M23.1401,6H20.3V9H23.1401V6Z" />
<path android:fillColor="#ffffe103" android:pathData="M20.31,6H20.29V9H20.31V6Z" />
<path android:fillColor="#ffb0dbf7" android:pathData="M20.31,6H20.29V9H20.31V6Z" android:strokeAlpha="0.8" android:fillAlpha="0.8" />
! <path android:fillColor="@color/white" android:pathData="M15,24H9V15C9,14.45 9.45,14 10,14H14C14.55,14 15,14.45 15,15V24Z" />
! <path android:fillColor="@color/white" android:pathData="M22,19H18C17.45,19 17,18.55 17,18V15C17,14.45 17.45,14 18,14H22C22.55,14 23,14.45 23,15V18C23,18.55 22.55,19 22,19Z" />
<path android:fillColor="#ffcbb0f3" android:pathData="M26,26H6V25C6,24.45 6.45,24 7,24H25C25.55,24 26,24.45 26,25V26Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_success_discovery.xml to/res/drawable/ic_success_discovery.xml
*** from/res/drawable/ic_success_discovery.xml 2021-01-02 17:58:42.816414556 -0700
--- to/res/drawable/ic_success_discovery.xml 2021-01-11 15:13:56.027669881 -0700
***************
*** 163,170 ****
<path android:fillColor="#00000000" android:pathData="M143.219,15.679C143.342,15.677 143.459,15.627 143.545,15.539C143.631,15.452 143.68,15.334 143.68,15.211V10.961" android:strokeColor="#ffb5cbeb" android:strokeWidth="1.16652" android:strokeLineCap="round" />
<path android:fillColor="#ff305dce" android:pathData="M155.322,22.054C155.303,21.709 155.203,21.374 155.031,21.076C154.858,20.777 154.618,20.522 154.33,20.333L142.092,13.249C141.547,12.93 141.1,13.192 141.1,13.823V21.09L155.322,29.307V22.054Z" />
<path android:fillColor="#ff305dce" android:pathData="M141.1,21.09C141.1,25.61 144.296,31.149 148.187,33.409C152.077,35.668 155.273,33.82 155.273,29.3L141.1,21.09Z" />
! <path android:fillColor="#ffffffff" android:pathData="M154.05,22.386C154.27,22.259 154.271,21.848 154.052,21.469C153.833,21.089 153.476,20.885 153.256,21.012C153.036,21.139 153.035,21.55 153.254,21.929C153.473,22.309 153.83,22.513 154.05,22.386Z" />
! <path android:fillColor="#ffffffff" android:pathData="M143.621,16.364C143.841,16.237 143.842,15.826 143.623,15.447C143.403,15.067 143.047,14.863 142.827,14.99C142.606,15.117 142.605,15.528 142.825,15.907C143.044,16.287 143.4,16.492 143.621,16.364Z" />
<path android:fillColor="#00000000" android:pathData="M154.11,17.003C154.11,16.881 154.062,16.764 153.976,16.678C153.889,16.591 153.772,16.543 153.65,16.543V16.543C153.528,16.543 153.411,16.591 153.324,16.678C153.238,16.764 153.189,16.881 153.189,17.003V21.253C153.189,21.376 153.237,21.494 153.324,21.581C153.41,21.669 153.527,21.719 153.65,21.721" android:strokeColor="#ffb5cbeb" android:strokeWidth="1.16652" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M143.68,10.983C143.68,10.861 143.631,10.744 143.545,10.658C143.458,10.571 143.341,10.523 143.219,10.523V10.523C143.097,10.523 142.98,10.571 142.893,10.658C142.807,10.744 142.758,10.861 142.758,10.983V15.233C142.758,15.356 142.807,15.474 142.893,15.561C142.979,15.649 143.096,15.699 143.219,15.701V15.701" android:strokeColor="#ffb5cbeb" android:strokeWidth="1.16652" android:strokeLineCap="round" />
<path android:fillColor="#ffa36d5c" android:pathData="M147.442,9.276C147.35,9.244 147.269,9.185 147.213,9.105C147.156,9.026 147.125,8.93 147.125,8.833C147.125,8.735 147.156,8.64 147.213,8.56C147.269,8.481 147.35,8.421 147.442,8.39C147.68,8.271 147.942,8.209 148.208,8.209C148.473,8.209 148.735,8.271 148.973,8.39C149.398,8.631 149.398,9.028 148.973,9.276C148.735,9.395 148.473,9.457 148.208,9.457C147.942,9.457 147.68,9.395 147.442,9.276Z" />
--- 163,170 ----
<path android:fillColor="#00000000" android:pathData="M143.219,15.679C143.342,15.677 143.459,15.627 143.545,15.539C143.631,15.452 143.68,15.334 143.68,15.211V10.961" android:strokeColor="#ffb5cbeb" android:strokeWidth="1.16652" android:strokeLineCap="round" />
<path android:fillColor="#ff305dce" android:pathData="M155.322,22.054C155.303,21.709 155.203,21.374 155.031,21.076C154.858,20.777 154.618,20.522 154.33,20.333L142.092,13.249C141.547,12.93 141.1,13.192 141.1,13.823V21.09L155.322,29.307V22.054Z" />
<path android:fillColor="#ff305dce" android:pathData="M141.1,21.09C141.1,25.61 144.296,31.149 148.187,33.409C152.077,35.668 155.273,33.82 155.273,29.3L141.1,21.09Z" />
! <path android:fillColor="@color/white" android:pathData="M154.05,22.386C154.27,22.259 154.271,21.848 154.052,21.469C153.833,21.089 153.476,20.885 153.256,21.012C153.036,21.139 153.035,21.55 153.254,21.929C153.473,22.309 153.83,22.513 154.05,22.386Z" />
! <path android:fillColor="@color/white" android:pathData="M143.621,16.364C143.841,16.237 143.842,15.826 143.623,15.447C143.403,15.067 143.047,14.863 142.827,14.99C142.606,15.117 142.605,15.528 142.825,15.907C143.044,16.287 143.4,16.492 143.621,16.364Z" />
<path android:fillColor="#00000000" android:pathData="M154.11,17.003C154.11,16.881 154.062,16.764 153.976,16.678C153.889,16.591 153.772,16.543 153.65,16.543V16.543C153.528,16.543 153.411,16.591 153.324,16.678C153.238,16.764 153.189,16.881 153.189,17.003V21.253C153.189,21.376 153.237,21.494 153.324,21.581C153.41,21.669 153.527,21.719 153.65,21.721" android:strokeColor="#ffb5cbeb" android:strokeWidth="1.16652" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M143.68,10.983C143.68,10.861 143.631,10.744 143.545,10.658C143.458,10.571 143.341,10.523 143.219,10.523V10.523C143.097,10.523 142.98,10.571 142.893,10.658C142.807,10.744 142.758,10.861 142.758,10.983V15.233C142.758,15.356 142.807,15.474 142.893,15.561C142.979,15.649 143.096,15.699 143.219,15.701V15.701" android:strokeColor="#ffb5cbeb" android:strokeWidth="1.16652" android:strokeLineCap="round" />
<path android:fillColor="#ffa36d5c" android:pathData="M147.442,9.276C147.35,9.244 147.269,9.185 147.213,9.105C147.156,9.026 147.125,8.93 147.125,8.833C147.125,8.735 147.156,8.64 147.213,8.56C147.269,8.481 147.35,8.421 147.442,8.39C147.68,8.271 147.942,8.209 148.208,8.209C148.473,8.209 148.735,8.271 148.973,8.39C149.398,8.631 149.398,9.028 148.973,9.276C148.735,9.395 148.473,9.457 148.208,9.457C147.942,9.457 147.68,9.395 147.442,9.276Z" />
***************
*** 339,345 ****
<path android:fillColor="#ff352139" android:pathData="M144.828,83.851L146.975,85.091V86.628L144.828,85.381V83.851Z" />
<path android:fillColor="#ff195188" android:pathData="M146.975,84.751L145.905,84.233C146.029,85.058 146.339,85.843 146.812,86.529L146.975,86.629V84.751Z" />
<path android:fillColor="#ff195188" android:pathData="M144.828,83.716V85.382C145.621,85.474 145.905,84.623 145.905,84.234L144.828,83.716Z" />
! <path android:fillColor="#ffffffff" android:pathData="M150.511,76.434L143.134,80.692L148.668,83.886L156.045,79.629L150.511,76.434Z" android:strokeColor="#ff000000" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" />
<path android:fillColor="#ffd4e4ff" android:pathData="M156.045,79.629L148.668,83.886V89.277L156.045,85.013V79.629Z" />
<path android:fillColor="#ffb3c8e8" android:pathData="M156.045,79.629L148.668,83.886V87.209L156.045,81.69V79.629Z" android:strokeAlpha="0.48" android:fillAlpha="0.48" />
<path android:fillColor="#ffb07c56" android:pathData="M149.263,83.539L148.668,83.886V89.277L149.263,88.93V83.539Z" />
--- 339,345 ----
<path android:fillColor="#ff352139" android:pathData="M144.828,83.851L146.975,85.091V86.628L144.828,85.381V83.851Z" />
<path android:fillColor="#ff195188" android:pathData="M146.975,84.751L145.905,84.233C146.029,85.058 146.339,85.843 146.812,86.529L146.975,86.629V84.751Z" />
<path android:fillColor="#ff195188" android:pathData="M144.828,83.716V85.382C145.621,85.474 145.905,84.623 145.905,84.234L144.828,83.716Z" />
! <path android:fillColor="@color/white" android:pathData="M150.511,76.434L143.134,80.692L148.668,83.886L156.045,79.629L150.511,76.434Z" android:strokeColor="#ff000000" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" />
<path android:fillColor="#ffd4e4ff" android:pathData="M156.045,79.629L148.668,83.886V89.277L156.045,85.013V79.629Z" />
<path android:fillColor="#ffb3c8e8" android:pathData="M156.045,79.629L148.668,83.886V87.209L156.045,81.69V79.629Z" android:strokeAlpha="0.48" android:fillAlpha="0.48" />
<path android:fillColor="#ffb07c56" android:pathData="M149.263,83.539L148.668,83.886V89.277L149.263,88.93V83.539Z" />
diff -x dist -x build -craB from/res/drawable/ic_switch_camera_white_24dp.xml to/res/drawable/ic_switch_camera_white_24dp.xml
*** from/res/drawable/ic_switch_camera_white_24dp.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/ic_switch_camera_white_24dp.xml 2021-01-11 15:13:55.809673145 -0700
***************
*** 1,7 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M20,11.508V13.752C20.65,14.175 21,14.615 21,15C21,15.983 18.736,17.319 15,17.809V19.817C19.261,19.289 23,17.637 23,15C23,13.513 21.803,12.343 20,11.508Z" />
! <path android:fillColor="#ffffffff" android:pathData="M10,16V17.918C5.67,17.556 3,16.068 3,15C3,14.614 3.35,14.174 4,13.752V11.508C2.197,12.343 1,13.513 1,15C1,17.843 5.341,19.539 10,19.918V22L13,19L10,16Z" />
! <path android:fillColor="#ffffffff" android:pathData="M7,13H17C17.553,13 18,12.553 18,12V5C18,4.448 17.553,4 17,4H15.618C15.239,4 14.892,3.787 14.723,3.448L14.276,2.553C14.107,2.214 13.761,2 13.382,2H10.618C10.239,2 9.892,2.214 9.723,2.553L9.276,3.448C9.107,3.787 8.761,4.001 8.382,4.001H7C6.447,4.001 6,4.449 6,5.001V12.001C6,12.553 6.447,13 7,13ZM12,5.001C13.657,5.001 15,6.344 15,8.001C15,9.659 13.657,11.001 12,11.001C10.343,11.001 9,9.658 9,8C9,6.344 10.343,5.001 12,5.001Z" />
</vector>
\ No newline at end of file
--- 1,7 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M20,11.508V13.752C20.65,14.175 21,14.615 21,15C21,15.983 18.736,17.319 15,17.809V19.817C19.261,19.289 23,17.637 23,15C23,13.513 21.803,12.343 20,11.508Z" />
! <path android:fillColor="@color/white" android:pathData="M10,16V17.918C5.67,17.556 3,16.068 3,15C3,14.614 3.35,14.174 4,13.752V11.508C2.197,12.343 1,13.513 1,15C1,17.843 5.341,19.539 10,19.918V22L13,19L10,16Z" />
! <path android:fillColor="@color/white" android:pathData="M7,13H17C17.553,13 18,12.553 18,12V5C18,4.448 17.553,4 17,4H15.618C15.239,4 14.892,3.787 14.723,3.448L14.276,2.553C14.107,2.214 13.761,2 13.382,2H10.618C10.239,2 9.892,2.214 9.723,2.553L9.276,3.448C9.107,3.787 8.761,4.001 8.382,4.001H7C6.447,4.001 6,4.449 6,5.001V12.001C6,12.553 6.447,13 7,13ZM12,5.001C13.657,5.001 15,6.344 15,8.001C15,9.659 13.657,11.001 12,11.001C10.343,11.001 9,9.658 9,8C9,6.344 10.343,5.001 12,5.001Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_tab_friends.xml to/res/drawable/ic_tab_friends.xml
*** from/res/drawable/ic_tab_friends.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_tab_friends.xml 2021-01-11 15:13:55.331680302 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M2,4V5.5C2,9.65 4.21,13.28 7.5,15.3V20H22.5V18C22.5,15.34 17.17,14 14.5,14C14.5,14 14.33,14 14.25,14C9.5,14 5.5,10 5.5,5.5V4H2ZM14.5,4C12.2909,4 10.5,5.7909 10.5,8C10.5,10.2091 12.2909,12 14.5,12C16.7091,12 18.5,10.2091 18.5,8C18.5,5.7909 16.7091,4 14.5,4Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M2,4V5.5C2,9.65 4.21,13.28 7.5,15.3V20H22.5V18C22.5,15.34 17.17,14 14.5,14C14.5,14 14.33,14 14.25,14C9.5,14 5.5,10 5.5,5.5V4H2ZM14.5,4C12.2909,4 10.5,5.7909 10.5,8C10.5,10.2091 12.2909,12 14.5,12C16.7091,12 18.5,10.2091 18.5,8C18.5,5.7909 16.7091,4 14.5,4Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_tab_home.xml to/res/drawable/ic_tab_home.xml
*** from/res/drawable/ic_tab_home.xml 2021-01-02 17:58:42.815414572 -0700
--- to/res/drawable/ic_tab_home.xml 2021-01-11 15:13:56.173667695 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M9.9315,10.5885C9.2801,10.5885 8.7658,11.16 8.7658,11.8571C8.7658,12.5543 9.2915,13.1257 9.9315,13.1257C10.583,13.1257 11.0972,12.5543 11.0972,11.8571C11.1087,11.16 10.583,10.5885 9.9315,10.5885ZM14.103,10.5885C13.4515,10.5885 12.9372,11.16 12.9372,11.8571C12.9372,12.5543 13.463,13.1257 14.103,13.1257C14.7544,13.1257 15.2687,12.5543 15.2687,11.8571C15.2687,11.16 14.7544,10.5885 14.103,10.5885Z" />
! <path android:fillColor="#ffffffff" android:pathData="M19.6571,1H4.3429C3.0514,1 2,2.0514 2,3.3543V18.8057C2,20.1086 3.0514,21.16 4.3429,21.16H17.3029L16.6971,19.0457L18.16,20.4057L19.5429,21.6857L22,23.8571V3.3543C22,2.0514 20.9486,1 19.6571,1ZM15.2457,15.9257C15.2457,15.9257 14.8343,15.4343 14.4914,15C15.9886,14.5771 16.56,13.64 16.56,13.64C16.0914,13.9486 15.6457,14.1657 15.2457,14.3143C14.6743,14.5543 14.1257,14.7143 13.5886,14.8057C12.4914,15.0114 11.4857,14.9543 10.6286,14.7943C9.9771,14.6686 9.4171,14.4857 8.9486,14.3029C8.6857,14.2 8.4,14.0743 8.1143,13.9143C8.08,13.8914 8.0457,13.88 8.0114,13.8571C7.9886,13.8457 7.9771,13.8343 7.9657,13.8229C7.76,13.7086 7.6457,13.6286 7.6457,13.6286C7.6457,13.6286 8.1943,14.5429 9.6457,14.9771C9.3029,15.4114 8.88,15.9257 8.88,15.9257C6.3543,15.8457 5.3943,14.1886 5.3943,14.1886C5.3943,10.5086 7.04,7.5257 7.04,7.5257C8.6857,6.2914 10.2514,6.3257 10.2514,6.3257L10.3657,6.4629C8.3086,7.0571 7.36,7.96 7.36,7.96C7.36,7.96 7.6114,7.8229 8.0343,7.6286C9.2571,7.0914 10.2286,6.9429 10.6286,6.9086C10.6971,6.8971 10.7543,6.8857 10.8229,6.8857C11.52,6.7943 12.3086,6.7714 13.1314,6.8629C14.2171,6.9886 15.3829,7.3086 16.5714,7.96C16.5714,7.96 15.6686,7.1029 13.7257,6.5086L13.8857,6.3257C13.8857,6.3257 15.4514,6.2914 17.0971,7.5257C17.0971,7.5257 18.7429,10.5086 18.7429,14.1886C18.7429,14.1886 17.7714,15.8457 15.2457,15.9257Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M9.9315,10.5885C9.2801,10.5885 8.7658,11.16 8.7658,11.8571C8.7658,12.5543 9.2915,13.1257 9.9315,13.1257C10.583,13.1257 11.0972,12.5543 11.0972,11.8571C11.1087,11.16 10.583,10.5885 9.9315,10.5885ZM14.103,10.5885C13.4515,10.5885 12.9372,11.16 12.9372,11.8571C12.9372,12.5543 13.463,13.1257 14.103,13.1257C14.7544,13.1257 15.2687,12.5543 15.2687,11.8571C15.2687,11.16 14.7544,10.5885 14.103,10.5885Z" />
! <path android:fillColor="@color/white" android:pathData="M19.6571,1H4.3429C3.0514,1 2,2.0514 2,3.3543V18.8057C2,20.1086 3.0514,21.16 4.3429,21.16H17.3029L16.6971,19.0457L18.16,20.4057L19.5429,21.6857L22,23.8571V3.3543C22,2.0514 20.9486,1 19.6571,1ZM15.2457,15.9257C15.2457,15.9257 14.8343,15.4343 14.4914,15C15.9886,14.5771 16.56,13.64 16.56,13.64C16.0914,13.9486 15.6457,14.1657 15.2457,14.3143C14.6743,14.5543 14.1257,14.7143 13.5886,14.8057C12.4914,15.0114 11.4857,14.9543 10.6286,14.7943C9.9771,14.6686 9.4171,14.4857 8.9486,14.3029C8.6857,14.2 8.4,14.0743 8.1143,13.9143C8.08,13.8914 8.0457,13.88 8.0114,13.8571C7.9886,13.8457 7.9771,13.8343 7.9657,13.8229C7.76,13.7086 7.6457,13.6286 7.6457,13.6286C7.6457,13.6286 8.1943,14.5429 9.6457,14.9771C9.3029,15.4114 8.88,15.9257 8.88,15.9257C6.3543,15.8457 5.3943,14.1886 5.3943,14.1886C5.3943,10.5086 7.04,7.5257 7.04,7.5257C8.6857,6.2914 10.2514,6.3257 10.2514,6.3257L10.3657,6.4629C8.3086,7.0571 7.36,7.96 7.36,7.96C7.36,7.96 7.6114,7.8229 8.0343,7.6286C9.2571,7.0914 10.2286,6.9429 10.6286,6.9086C10.6971,6.8971 10.7543,6.8857 10.8229,6.8857C11.52,6.7943 12.3086,6.7714 13.1314,6.8629C14.2171,6.9886 15.3829,7.3086 16.5714,7.96C16.5714,7.96 15.6686,7.1029 13.7257,6.5086L13.8857,6.3257C13.8857,6.3257 15.4514,6.2914 17.0971,7.5257C17.0971,7.5257 18.7429,10.5086 18.7429,14.1886C18.7429,14.1886 17.7714,15.8457 15.2457,15.9257Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_tab_mentions.xml to/res/drawable/ic_tab_mentions.xml
*** from/res/drawable/ic_tab_mentions.xml 2021-01-02 17:58:42.813414602 -0700
--- to/res/drawable/ic_tab_mentions.xml 2021-01-11 15:13:55.480678071 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,2C6.486,2 2,6.486 2,12C2,17.515 6.486,22 12,22C14.039,22 15.993,21.398 17.652,20.259L16.521,18.611C15.195,19.519 13.633,20 12,20C7.589,20 4,16.411 4,12C4,7.589 7.589,4 12,4C16.411,4 20,7.589 20,12V12.782C20,14.17 19.402,15 18.4,15L18.398,15.018C18.338,15.005 18.273,15 18.209,15H18C17.437,15 16.6,14.182 16.6,13.631V12C16.6,9.464 14.537,7.4 12,7.4C9.463,7.4 7.4,9.463 7.4,12C7.4,14.537 9.463,16.6 12,16.6C13.234,16.6 14.35,16.106 15.177,15.313C15.826,16.269 16.93,17 18,17L18.002,16.981C18.064,16.994 18.129,17 18.195,17H18.4C20.552,17 22,15.306 22,12.782V12C22,6.486 17.514,2 12,2ZM12,14.599C10.566,14.599 9.4,13.433 9.4,11.999C9.4,10.565 10.566,9.399 12,9.399C13.434,9.399 14.6,10.565 14.6,11.999C14.6,13.433 13.434,14.599 12,14.599Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,2C6.486,2 2,6.486 2,12C2,17.515 6.486,22 12,22C14.039,22 15.993,21.398 17.652,20.259L16.521,18.611C15.195,19.519 13.633,20 12,20C7.589,20 4,16.411 4,12C4,7.589 7.589,4 12,4C16.411,4 20,7.589 20,12V12.782C20,14.17 19.402,15 18.4,15L18.398,15.018C18.338,15.005 18.273,15 18.209,15H18C17.437,15 16.6,14.182 16.6,13.631V12C16.6,9.464 14.537,7.4 12,7.4C9.463,7.4 7.4,9.463 7.4,12C7.4,14.537 9.463,16.6 12,16.6C13.234,16.6 14.35,16.106 15.177,15.313C15.826,16.269 16.93,17 18,17L18.002,16.981C18.064,16.994 18.129,17 18.195,17H18.4C20.552,17 22,15.306 22,12.782V12C22,6.486 17.514,2 12,2ZM12,14.599C10.566,14.599 9.4,13.433 9.4,11.999C9.4,10.565 10.566,9.399 12,9.399C13.434,9.399 14.6,10.565 14.6,11.999C14.6,13.433 13.434,14.599 12,14.599Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_tab_search.xml to/res/drawable/ic_tab_search.xml
*** from/res/drawable/ic_tab_search.xml 2021-01-02 17:58:42.823414450 -0700
--- to/res/drawable/ic_tab_search.xml 2021-01-11 15:13:55.648675556 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M21.707,20.293L16.314,14.9C17.403,13.504 18,11.799 18,10C18,7.863 17.167,5.854 15.656,4.344C14.146,2.832 12.137,2 10,2C7.863,2 5.854,2.832 4.344,4.344C2.833,5.854 2,7.863 2,10C2,12.137 2.833,14.146 4.344,15.656C5.854,17.168 7.863,18 10,18C11.799,18 13.504,17.404 14.9,16.314L20.293,21.706L21.707,20.293ZM10,16C8.397,16 6.891,15.376 5.758,14.243C4.624,13.11 4,11.603 4,10C4,8.398 4.624,6.891 5.758,5.758C6.891,4.624 8.397,4 10,4C11.603,4 13.109,4.624 14.242,5.758C15.376,6.891 16,8.398 16,10C16,11.603 15.376,13.11 14.242,14.243C13.109,15.376 11.603,16 10,16Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M21.707,20.293L16.314,14.9C17.403,13.504 18,11.799 18,10C18,7.863 17.167,5.854 15.656,4.344C14.146,2.832 12.137,2 10,2C7.863,2 5.854,2.832 4.344,4.344C2.833,5.854 2,7.863 2,10C2,12.137 2.833,14.146 4.344,15.656C5.854,17.168 7.863,18 10,18C11.799,18 13.504,17.404 14.9,16.314L20.293,21.706L21.707,20.293ZM10,16C8.397,16 6.891,15.376 5.758,14.243C4.624,13.11 4,11.603 4,10C4,8.398 4.624,6.891 5.758,5.758C6.891,4.624 8.397,4 10,4C11.603,4 13.109,4.624 14.242,5.758C15.376,6.891 16,8.398 16,10C16,11.603 15.376,13.11 14.242,14.243C13.109,15.376 11.603,16 10,16Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_text_channel_white_24dp.xml to/res/drawable/ic_text_channel_white_24dp.xml
*** from/res/drawable/ic_text_channel_white_24dp.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/ic_text_channel_white_24dp.xml 2021-01-11 15:13:56.091668923 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M6.437,19.886L7.086,16.229L3.429,16.229L3.749,14.4L7.406,14.4L8.375,8.914L4.718,8.914L5.038,7.086L8.695,7.086L9.344,3.429L11.173,3.429L10.523,7.086L16.009,7.086L16.658,3.429L18.487,3.429L17.838,7.086L21.495,7.086L21.175,8.914L17.518,8.914L16.549,14.4L20.206,14.4L19.886,16.229L16.229,16.229L15.579,19.886L13.751,19.886L14.4,16.229L8.914,16.229L8.265,19.886L6.437,19.886L6.437,19.886ZM10.203,8.914L9.234,14.4L14.72,14.4L15.689,8.914L10.203,8.914L10.203,8.914Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M6.437,19.886L7.086,16.229L3.429,16.229L3.749,14.4L7.406,14.4L8.375,8.914L4.718,8.914L5.038,7.086L8.695,7.086L9.344,3.429L11.173,3.429L10.523,7.086L16.009,7.086L16.658,3.429L18.487,3.429L17.838,7.086L21.495,7.086L21.175,8.914L17.518,8.914L16.549,14.4L20.206,14.4L19.886,16.229L16.229,16.229L15.579,19.886L13.751,19.886L14.4,16.229L8.914,16.229L8.265,19.886L6.437,19.886L6.437,19.886ZM10.203,8.914L9.234,14.4L14.72,14.4L15.689,8.914L10.203,8.914L10.203,8.914Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_text_image_24dp.xml to/res/drawable/ic_text_image_24dp.xml
*** from/res/drawable/ic_text_image_24dp.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/ic_text_image_24dp.xml 2021-01-11 15:13:55.471678206 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M5,14L8.5,9.5L11,12.5L14.5,8L19,14L5,14ZM20,2L4,2C2.895,2 2,2.895 2,4L2,22L6,18L20,18C21.105,18 22,17.105 22,16L22,4C22,2.89 21.1,2 20,2Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M5,14L8.5,9.5L11,12.5L14.5,8L19,14L5,14ZM20,2L4,2C2.895,2 2,2.895 2,4L2,22L6,18L20,18C21.105,18 22,17.105 22,16L22,4C22,2.89 21.1,2 20,2Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_theme_24dp.xml to/res/drawable/ic_theme_24dp.xml
*** from/res/drawable/ic_theme_24dp.xml 2021-01-02 17:58:42.812414617 -0700
--- to/res/drawable/ic_theme_24dp.xml 2021-01-11 15:13:55.829672846 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12,3C7.03,3 3,7.03 3,12C3,16.97 7.03,21 12,21C12.83,21 13.5,20.33 13.5,19.5C13.5,19.11 13.35,18.76 13.11,18.49C12.88,18.23 12.73,17.88 12.73,17.5C12.73,16.67 13.4,16 14.23,16L16,16C18.76,16 21,13.76 21,11C21,6.58 16.97,3 12,3ZM6.5,12C5.67,12 5,11.33 5,10.5C5,9.67 5.67,9 6.5,9C7.33,9 8,9.67 8,10.5C8,11.33 7.33,12 6.5,12ZM9.5,8C8.67,8 8,7.33 8,6.5C8,5.67 8.67,5 9.5,5C10.33,5 11,5.67 11,6.5C11,7.33 10.33,8 9.5,8ZM14.5,8C13.67,8 13,7.33 13,6.5C13,5.67 13.67,5 14.5,5C15.33,5 16,5.67 16,6.5C16,7.33 15.33,8 14.5,8ZM17.5,12C16.67,12 16,11.33 16,10.5C16,9.67 16.67,9 17.5,9C18.33,9 19,9.67 19,10.5C19,11.33 18.33,12 17.5,12Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12,3C7.03,3 3,7.03 3,12C3,16.97 7.03,21 12,21C12.83,21 13.5,20.33 13.5,19.5C13.5,19.11 13.35,18.76 13.11,18.49C12.88,18.23 12.73,17.88 12.73,17.5C12.73,16.67 13.4,16 14.23,16L16,16C18.76,16 21,13.76 21,11C21,6.58 16.97,3 12,3ZM6.5,12C5.67,12 5,11.33 5,10.5C5,9.67 5.67,9 6.5,9C7.33,9 8,9.67 8,10.5C8,11.33 7.33,12 6.5,12ZM9.5,8C8.67,8 8,7.33 8,6.5C8,5.67 8.67,5 9.5,5C10.33,5 11,5.67 11,6.5C11,7.33 10.33,8 9.5,8ZM14.5,8C13.67,8 13,7.33 13,6.5C13,5.67 13.67,5 14.5,5C15.33,5 16,5.67 16,6.5C16,7.33 15.33,8 14.5,8ZM17.5,12C16.67,12 16,11.33 16,10.5C16,9.67 16.67,9 17.5,9C18.33,9 19,9.67 19,10.5C19,11.33 18.33,12 17.5,12Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_timer_dark.xml to/res/drawable/ic_timer_dark.xml
*** from/res/drawable/ic_timer_dark.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_timer_dark.xml 2021-01-11 15:13:56.467663293 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="#ffffffff" android:height="12.0dip" android:width="12.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffdcddde" android:pathData="M15,1L9,1v2h6L15,1zM11,14h2L13,8h-2v6zM19.03,7.39l1.42,-1.42c-0.43,-0.51 -0.9,-0.99 -1.41,-1.41l-1.42,1.42C16.07,4.74 14.12,4 12,4c-4.97,0 -9,4.03 -9,9s4.02,9 9,9 9,-4.03 9,-9c0,-2.12 -0.74,-4.07 -1.97,-5.61zM12,20c-3.87,0 -7,-3.13 -7,-7s3.13,-7 7,-7 7,3.13 7,7 -3.13,7 -7,7z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
! <vector android:tint="@color/white" android:height="12.0dip" android:width="12.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffdcddde" android:pathData="M15,1L9,1v2h6L15,1zM11,14h2L13,8h-2v6zM19.03,7.39l1.42,-1.42c-0.43,-0.51 -0.9,-0.99 -1.41,-1.41l-1.42,1.42C16.07,4.74 14.12,4 12,4c-4.97,0 -9,4.03 -9,9s4.02,9 9,9 9,-4.03 9,-9c0,-2.12 -0.74,-4.07 -1.97,-5.61zM12,20c-3.87,0 -7,-3.13 -7,-7s3.13,-7 7,-7 7,3.13 7,7 -3.13,7 -7,7z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_tooltip_bottom_tail.xml to/res/drawable/ic_tooltip_bottom_tail.xml
*** from/res/drawable/ic_tooltip_bottom_tail.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ic_tooltip_bottom_tail.xml 2021-01-11 15:13:55.596676335 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="4.0dip" android:width="8.0dip" android:viewportWidth="8.0" android:viewportHeight="4.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M4,4L0,0H8L4,4Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="4.0dip" android:width="8.0dip" android:viewportWidth="8.0" android:viewportHeight="4.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M4,4L0,0H8L4,4Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_trash_outline.xml to/res/drawable/ic_trash_outline.xml
*** from/res/drawable/ic_trash_outline.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_trash_outline.xml 2021-01-11 15:13:55.342680138 -0700
***************
*** 3,15 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_activated="true">
<shape android:shape="oval">
! <stroke android:width="4.0dip" android:color="#ffffffff" />
<solid android:color="#4d1d1d1d" />
</shape>
</item>
<item>
<shape android:shape="oval">
! <stroke android:width="2.0dip" android:color="#ffffffff" />
<solid android:color="#991d1d1d" />
</shape>
</item>
--- 3,15 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_activated="true">
<shape android:shape="oval">
! <stroke android:width="4.0dip" android:color="@color/white" />
<solid android:color="#4d1d1d1d" />
</shape>
</item>
<item>
<shape android:shape="oval">
! <stroke android:width="2.0dip" android:color="@color/white" />
<solid android:color="#991d1d1d" />
</shape>
</item>
diff -x dist -x build -craB from/res/drawable/ic_unread_white_9dp_horiz.xml to/res/drawable/ic_unread_white_9dp_horiz.xml
*** from/res/drawable/ic_unread_white_9dp_horiz.xml 2021-01-02 17:58:42.813414602 -0700
--- to/res/drawable/ic_unread_white_9dp_horiz.xml 2021-01-11 15:13:55.911671618 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="9.0dip" android:width="9.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData=" M0, 24 a12,12 0,1 1, 12 12" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="9.0dip" android:width="9.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData=" M0, 24 a12,12 0,1 1, 12 12" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_unread_white_9dp.xml to/res/drawable/ic_unread_white_9dp.xml
*** from/res/drawable/ic_unread_white_9dp.xml 2021-01-02 17:58:42.827414389 -0700
--- to/res/drawable/ic_unread_white_9dp.xml 2021-01-11 15:13:55.593676379 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="9.0dip" android:width="9.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData=" M0, 0 a12,12 0,1 1, 0 24" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="9.0dip" android:width="9.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData=" M0, 0 a12,12 0,1 1, 0 24" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_upload_plus_32dp.xml to/res/drawable/ic_upload_plus_32dp.xml
*** from/res/drawable/ic_upload_plus_32dp.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/ic_upload_plus_32dp.xml 2021-01-11 15:13:55.451678506 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M22.6668 15.2593H16.7409V9.33334H15.2594V15.2593H9.3335V16.7408H15.2594V22.6667H16.7409V16.7408H22.6668V15.2593Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M22.6668 15.2593H16.7409V9.33334H15.2594V15.2593H9.3335V16.7408H15.2594V22.6667H16.7409V16.7408H22.6668V15.2593Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_user_actions_block_white_a60_24dp.xml to/res/drawable/ic_user_actions_block_white_a60_24dp.xml
*** from/res/drawable/ic_user_actions_block_white_a60_24dp.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/ic_user_actions_block_white_a60_24dp.xml 2021-01-11 15:13:56.445663622 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M20,6.002H14V3.002C14,2.45 13.553,2.002 13,2.002H4C3.447,2.002 3,2.45 3,3.002V22.002H5V14.002H10.586L8.293,16.295C8.007,16.581 7.922,17.011 8.076,17.385C8.23,17.759 8.596,18.002 9,18.002H20C20.553,18.002 21,17.554 21,17.002V7.002C21,6.45 20.553,6.002 20,6.002Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M20,6.002H14V3.002C14,2.45 13.553,2.002 13,2.002H4C3.447,2.002 3,2.45 3,3.002V22.002H5V14.002H10.586L8.293,16.295C8.007,16.581 7.922,17.011 8.076,17.385C8.23,17.759 8.596,18.002 9,18.002H20C20.553,18.002 21,17.554 21,17.002V7.002C21,6.45 20.553,6.002 20,6.002Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_user_profile_action_message_white_24dp.xml to/res/drawable/ic_user_profile_action_message_white_24dp.xml
*** from/res/drawable/ic_user_profile_action_message_white_24dp.xml 2021-01-02 17:58:42.816414556 -0700
--- to/res/drawable/ic_user_profile_action_message_white_24dp.xml 2021-01-11 15:13:56.329665359 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3.998,3C2.894,3 1.998,3.895 1.998,5V17C1.998,18.104 2.894,19 3.998,19H6.9981V23L10.998,19H19.998C21.103,19 21.998,18.104 21.998,17V5C21.998,3.895 21.103,3 19.998,3H3.998Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3.998,3C2.894,3 1.998,3.895 1.998,5V17C1.998,18.104 2.894,19 3.998,19H6.9981V23L10.998,19H19.998C21.103,19 21.998,18.104 21.998,17V5C21.998,3.895 21.103,3 19.998,3H3.998Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_user_profile_action_message_white_a60_24dp.xml to/res/drawable/ic_user_profile_action_message_white_a60_24dp.xml
*** from/res/drawable/ic_user_profile_action_message_white_a60_24dp.xml 2021-01-02 17:58:42.815414572 -0700
--- to/res/drawable/ic_user_profile_action_message_white_a60_24dp.xml 2021-01-11 15:13:55.934671274 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3.998,3C2.894,3 1.998,3.895 1.998,5V17C1.998,18.104 2.894,19 3.998,19H6.9981V23L10.998,19H19.998C21.103,19 21.998,18.104 21.998,17V5C21.998,3.895 21.103,3 19.998,3H3.998Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3.998,3C2.894,3 1.998,3.895 1.998,5V17C1.998,18.104 2.894,19 3.998,19H6.9981V23L10.998,19H19.998C21.103,19 21.998,18.104 21.998,17V5C21.998,3.895 21.103,3 19.998,3H3.998Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_user_profile_action_video_white_a60_24dp.xml to/res/drawable/ic_user_profile_action_video_white_a60_24dp.xml
*** from/res/drawable/ic_user_profile_action_video_white_a60_24dp.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/ic_user_profile_action_video_white_a60_24dp.xml 2021-01-11 15:13:56.458663428 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M22.046,8.149C21.751,7.966 21.382,7.951 21.073,8.105L18.52,9.382V7C18.52,5.897 17.623,5 16.52,5H4.52C3.417,5 2.52,5.897 2.52,7V17C2.52,18.104 3.417,19 4.52,19H16.52C17.623,19 18.52,18.104 18.52,17V14.618L21.073,15.894C21.214,15.965 21.367,16 21.52,16C21.703,16 21.885,15.949 22.046,15.851C22.34,15.668 22.52,15.347 22.52,15V9C22.52,8.653 22.34,8.332 22.046,8.149Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M22.046,8.149C21.751,7.966 21.382,7.951 21.073,8.105L18.52,9.382V7C18.52,5.897 17.623,5 16.52,5H4.52C3.417,5 2.52,5.897 2.52,7V17C2.52,18.104 3.417,19 4.52,19H16.52C17.623,19 18.52,18.104 18.52,17V14.618L21.073,15.894C21.214,15.965 21.367,16 21.52,16C21.703,16 21.885,15.949 22.046,15.851C22.34,15.668 22.52,15.347 22.52,15V9C22.52,8.653 22.34,8.332 22.046,8.149Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_verified_10dp.xml to/res/drawable/ic_verified_10dp.xml
*** from/res/drawable/ic_verified_10dp.xml 2021-01-02 17:58:42.815414572 -0700
--- to/res/drawable/ic_verified_10dp.xml 2021-01-11 15:13:55.543677128 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="10.0dip" android:width="11.599976dip" android:viewportWidth="14.0" android:viewportHeight="12.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M5.4 10.17L2 7.62L3 6.26L5 7.79L8.64 3L10 4L5.4 10.17Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="10.0dip" android:width="11.599976dip" android:viewportWidth="14.0" android:viewportHeight="12.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M5.4 10.17L2 7.62L3 6.26L5 7.79L8.64 3L10 4L5.4 10.17Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_verified_badge_banner.xml to/res/drawable/ic_verified_badge_banner.xml
*** from/res/drawable/ic_verified_badge_banner.xml 2021-01-02 17:58:42.822414465 -0700
--- to/res/drawable/ic_verified_badge_banner.xml 2021-01-11 15:13:55.533677278 -0700
***************
*** 2,6 ****
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff43b581" android:pathData="M16,8c0,0.79 -1.28,1.38 -1.52,2.09s0.44,2 0,2.59 -1.84,0.35 -2.46,0.8 -0.79,1.84 -1.54,2.09 -1.67,-0.8 -2.47,-0.8 -1.75,1 -2.47,0.8S4.62,13.93 4,13.48s-2,-0.18 -2.46,-0.8 0.23,-1.84 0,-2.59S0,8.79 0,8 1.28,6.62 1.52,5.91s-0.44,-2 0,-2.59S3.37,3 4,2.52 4.78,0.68 5.53,0.43s1.67,0.8 2.47,0.8 1.75,-1 2.47,-0.8S11.38,2.07 12,2.52s2,0.18 2.46,0.8 -0.23,1.84 0,2.59S16,7.21 16,8Z" />
! <path android:fillColor="#ffffffff" android:pathData="M7.4,11.57 L4,9 5,7.66l2,1.53 3.58,-4.76 1.36,1Z" />
</vector>
\ No newline at end of file
--- 2,6 ----
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff43b581" android:pathData="M16,8c0,0.79 -1.28,1.38 -1.52,2.09s0.44,2 0,2.59 -1.84,0.35 -2.46,0.8 -0.79,1.84 -1.54,2.09 -1.67,-0.8 -2.47,-0.8 -1.75,1 -2.47,0.8S4.62,13.93 4,13.48s-2,-0.18 -2.46,-0.8 0.23,-1.84 0,-2.59S0,8.79 0,8 1.28,6.62 1.52,5.91s-0.44,-2 0,-2.59S3.37,3 4,2.52 4.78,0.68 5.53,0.43s1.67,0.8 2.47,0.8 1.75,-1 2.47,-0.8S11.38,2.07 12,2.52s2,0.18 2.46,0.8 -0.23,1.84 0,2.59S16,7.21 16,8Z" />
! <path android:fillColor="@color/white" android:pathData="M7.4,11.57 L4,9 5,7.66l2,1.53 3.58,-4.76 1.36,1Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_verified_badge.xml to/res/drawable/ic_verified_badge.xml
*** from/res/drawable/ic_verified_badge.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/ic_verified_badge.xml 2021-01-11 15:13:56.345665120 -0700
***************
*** 2,6 ****
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff4f545c" android:pathData="M16,8c0,0.79 -1.28,1.38 -1.52,2.09s0.44,2 0,2.59 -1.84,0.35 -2.46,0.8 -0.79,1.84 -1.54,2.09 -1.67,-0.8 -2.47,-0.8 -1.75,1 -2.47,0.8S4.62,13.93 4,13.48s-2,-0.18 -2.46,-0.8 0.23,-1.84 0,-2.59S0,8.79 0,8 1.28,6.62 1.52,5.91s-0.44,-2 0,-2.59S3.37,3 4,2.52 4.78,0.68 5.53,0.43s1.67,0.8 2.47,0.8 1.75,-1 2.47,-0.8S11.38,2.07 12,2.52s2,0.18 2.46,0.8 -0.23,1.84 0,2.59S16,7.21 16,8Z" />
! <path android:fillColor="#ffffffff" android:pathData="M7.4,11.57 L4,9 5,7.66l2,1.53 3.58,-4.76 1.36,1Z" />
</vector>
\ No newline at end of file
--- 2,6 ----
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff4f545c" android:pathData="M16,8c0,0.79 -1.28,1.38 -1.52,2.09s0.44,2 0,2.59 -1.84,0.35 -2.46,0.8 -0.79,1.84 -1.54,2.09 -1.67,-0.8 -2.47,-0.8 -1.75,1 -2.47,0.8S4.62,13.93 4,13.48s-2,-0.18 -2.46,-0.8 0.23,-1.84 0,-2.59S0,8.79 0,8 1.28,6.62 1.52,5.91s-0.44,-2 0,-2.59S3.37,3 4,2.52 4.78,0.68 5.53,0.43s1.67,0.8 2.47,0.8 1.75,-1 2.47,-0.8S11.38,2.07 12,2.52s2,0.18 2.46,0.8 -0.23,1.84 0,2.59S16,7.21 16,8Z" />
! <path android:fillColor="@color/white" android:pathData="M7.4,11.57 L4,9 5,7.66l2,1.53 3.58,-4.76 1.36,1Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_videocam_white_12dp.xml to/res/drawable/ic_videocam_white_12dp.xml
*** from/res/drawable/ic_videocam_white_12dp.xml 2021-01-02 17:58:42.823414450 -0700
--- to/res/drawable/ic_videocam_white_12dp.xml 2021-01-11 15:13:56.141668174 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="12.0dip" android:width="12.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M21.526,8.149C21.231,7.966 20.862,7.951 20.553,8.105L18,9.382V7C18,5.897 17.103,5 16,5H4C2.897,5 2,5.897 2,7V17C2,18.104 2.897,19 4,19H16C17.103,19 18,18.104 18,17V14.618L20.553,15.894C20.694,15.965 20.847,16 21,16C21.183,16 21.365,15.949 21.526,15.851C21.82,15.668 22,15.347 22,15V9C22,8.653 21.82,8.332 21.526,8.149Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="12.0dip" android:width="12.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M21.526,8.149C21.231,7.966 20.862,7.951 20.553,8.105L18,9.382V7C18,5.897 17.103,5 16,5H4C2.897,5 2,5.897 2,7V17C2,18.104 2.897,19 4,19H16C17.103,19 18,18.104 18,17V14.618L20.553,15.894C20.694,15.965 20.847,16 21,16C21.183,16 21.365,15.949 21.526,15.851C21.82,15.668 22,15.347 22,15V9C22,8.653 21.82,8.332 21.526,8.149Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_videocam_white_16dp.xml to/res/drawable/ic_videocam_white_16dp.xml
*** from/res/drawable/ic_videocam_white_16dp.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_videocam_white_16dp.xml 2021-01-11 15:13:56.145668114 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M21.526,8.149C21.231,7.966 20.862,7.951 20.553,8.105L18,9.382V7C18,5.897 17.103,5 16,5H4C2.897,5 2,5.897 2,7V17C2,18.104 2.897,19 4,19H16C17.103,19 18,18.104 18,17V14.618L20.553,15.894C20.694,15.965 20.847,16 21,16C21.183,16 21.365,15.949 21.526,15.851C21.82,15.668 22,15.347 22,15V9C22,8.653 21.82,8.332 21.526,8.149Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M21.526,8.149C21.231,7.966 20.862,7.951 20.553,8.105L18,9.382V7C18,5.897 17.103,5 16,5H4C2.897,5 2,5.897 2,7V17C2,18.104 2.897,19 4,19H16C17.103,19 18,18.104 18,17V14.618L20.553,15.894C20.694,15.965 20.847,16 21,16C21.183,16 21.365,15.949 21.526,15.851C21.82,15.668 22,15.347 22,15V9C22,8.653 21.82,8.332 21.526,8.149Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_videocam_white_24dp.xml to/res/drawable/ic_videocam_white_24dp.xml
*** from/res/drawable/ic_videocam_white_24dp.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/ic_videocam_white_24dp.xml 2021-01-11 15:13:55.446678581 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M21.526,8.149C21.231,7.966 20.862,7.951 20.553,8.105L18,9.382V7C18,5.897 17.103,5 16,5H4C2.897,5 2,5.897 2,7V17C2,18.104 2.897,19 4,19H16C17.103,19 18,18.104 18,17V14.618L20.553,15.894C20.694,15.965 20.847,16 21,16C21.183,16 21.365,15.949 21.526,15.851C21.82,15.668 22,15.347 22,15V9C22,8.653 21.82,8.332 21.526,8.149Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M21.526,8.149C21.231,7.966 20.862,7.951 20.553,8.105L18,9.382V7C18,5.897 17.103,5 16,5H4C2.897,5 2,5.897 2,7V17C2,18.104 2.897,19 4,19H16C17.103,19 18,18.104 18,17V14.618L20.553,15.894C20.694,15.965 20.847,16 21,16C21.183,16 21.365,15.949 21.526,15.851C21.82,15.668 22,15.347 22,15V9C22,8.653 21.82,8.332 21.526,8.149Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_video_grid_view_white.xml to/res/drawable/ic_video_grid_view_white.xml
*** from/res/drawable/ic_video_grid_view_white.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_video_grid_view_white.xml 2021-01-11 15:13:56.098668818 -0700
***************
*** 1,8 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M5,4L10,4A1,1 0,0 1,11 5L11,10A1,1 0,0 1,10 11L5,11A1,1 0,0 1,4 10L4,5A1,1 0,0 1,5 4z" />
! <path android:fillColor="#ffffffff" android:pathData="M5,13L10,13A1,1 0,0 1,11 14L11,19A1,1 0,0 1,10 20L5,20A1,1 0,0 1,4 19L4,14A1,1 0,0 1,5 13z" />
! <path android:fillColor="#ffffffff" android:pathData="M14,4L19,4A1,1 0,0 1,20 5L20,10A1,1 0,0 1,19 11L14,11A1,1 0,0 1,13 10L13,5A1,1 0,0 1,14 4z" />
! <path android:fillColor="#ffffffff" android:pathData="M14,13L19,13A1,1 0,0 1,20 14L20,19A1,1 0,0 1,19 20L14,20A1,1 0,0 1,13 19L13,14A1,1 0,0 1,14 13z" />
</vector>
\ No newline at end of file
--- 1,8 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M5,4L10,4A1,1 0,0 1,11 5L11,10A1,1 0,0 1,10 11L5,11A1,1 0,0 1,4 10L4,5A1,1 0,0 1,5 4z" />
! <path android:fillColor="@color/white" android:pathData="M5,13L10,13A1,1 0,0 1,11 14L11,19A1,1 0,0 1,10 20L5,20A1,1 0,0 1,4 19L4,14A1,1 0,0 1,5 13z" />
! <path android:fillColor="@color/white" android:pathData="M14,4L19,4A1,1 0,0 1,20 5L20,10A1,1 0,0 1,19 11L14,11A1,1 0,0 1,13 10L13,5A1,1 0,0 1,14 4z" />
! <path android:fillColor="@color/white" android:pathData="M14,13L19,13A1,1 0,0 1,20 14L20,19A1,1 0,0 1,19 20L14,20A1,1 0,0 1,13 19L13,14A1,1 0,0 1,14 13z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_voice_settings_24dp.xml to/res/drawable/ic_voice_settings_24dp.xml
*** from/res/drawable/ic_voice_settings_24dp.xml 2021-01-02 17:58:42.816414556 -0700
--- to/res/drawable/ic_voice_settings_24dp.xml 2021-01-11 15:13:56.163667845 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M7,24L9,24L9,22L7,22L7,24ZM12,13C13.66,13 14.99,11.66 14.99,10L15,4C15,2.34 13.66,1 12,1C10.34,1 9,2.34 9,4L9,10C9,11.66 10.34,13 12,13ZM11,24L13,24L13,22L11,22L11,24ZM15,24L17,24L17,22L15,22L15,24ZM19,10L17.3,10C17.3,13 14.76,15.1 12,15.1C9.24,15.1 6.7,13 6.7,10L5,10C5,13.41 7.72,16.23 11,16.72L11,20L13,20L13,16.72C16.28,16.23 19,13.41 19,10Z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M7,24L9,24L9,22L7,22L7,24ZM12,13C13.66,13 14.99,11.66 14.99,10L15,4C15,2.34 13.66,1 12,1C10.34,1 9,2.34 9,4L9,10C9,11.66 10.34,13 12,13ZM11,24L13,24L13,22L11,22L11,24ZM15,24L17,24L17,22L15,22L15,24ZM19,10L17.3,10C17.3,13 14.76,15.1 12,15.1C9.24,15.1 6.7,13 6.7,10L5,10C5,13.41 7.72,16.23 11,16.72L11,20L13,20L13,16.72C16.28,16.23 19,13.41 19,10Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_volume_up_white_24dp.xml to/res/drawable/ic_volume_up_white_24dp.xml
*** from/res/drawable/ic_volume_up_white_24dp.xml 2021-01-02 17:58:42.829414359 -0700
--- to/res/drawable/ic_volume_up_white_24dp.xml 2021-01-11 15:13:56.244666632 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3,9v6h4l5,5L12,4L7,9L3,9zM16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.73 2.5,-2.25 2.5,-4.02zM14,3.23v2.06c2.89,0.86 5,3.54 5,6.71s-2.11,5.85 -5,6.71v2.06c4.01,-0.91 7,-4.49 7,-8.77s-2.99,-7.86 -7,-8.77z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3,9v6h4l5,5L12,4L7,9L3,9zM16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.73 2.5,-2.25 2.5,-4.02zM14,3.23v2.06c2.89,0.86 5,3.54 5,6.71s-2.11,5.85 -5,6.71v2.06c4.01,-0.91 7,-4.49 7,-8.77s-2.99,-7.86 -7,-8.77z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_volume_up_white_a60_24dp.xml to/res/drawable/ic_volume_up_white_a60_24dp.xml
*** from/res/drawable/ic_volume_up_white_a60_24dp.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/ic_volume_up_white_a60_24dp.xml 2021-01-11 15:13:56.389664461 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3,9v6h4l5,5L12,4L7,9L3,9zM16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.73 2.5,-2.25 2.5,-4.02zM14,3.23v2.06c2.89,0.86 5,3.54 5,6.71s-2.11,5.85 -5,6.71v2.06c4.01,-0.91 7,-4.49 7,-8.77s-2.99,-7.86 -7,-8.77z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3,9v6h4l5,5L12,4L7,9L3,9zM16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.73 2.5,-2.25 2.5,-4.02zM14,3.23v2.06c2.89,0.86 5,3.54 5,6.71s-2.11,5.85 -5,6.71v2.06c4.01,-0.91 7,-4.49 7,-8.77s-2.99,-7.86 -7,-8.77z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_xbox_white_24dp.xml to/res/drawable/ic_xbox_white_24dp.xml
*** from/res/drawable/ic_xbox_white_24dp.xml 2021-01-02 17:58:42.816414556 -0700
--- to/res/drawable/ic_xbox_white_24dp.xml 2021-01-11 15:13:55.506677682 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3.58,3.45h0A12,12 0,0 0,2.45 19.27a0.07,0.07 0,0 0,0.07 0s0,0 0,-0.06C1.62,16.4 6.29,9.54 8.71,6.67a0.05,0.05 0,0 0,0 0,0.05 0.05,0 0,0 0,0c-4.06,-4 -5.14,-3.12 -5.13,-3.13m16.85,0h0a12,12 0,0 1,1.12 15.81,0.07 0.07,0 0,1 -0.07,0s0,0 0,-0.06c0.91,-2.83 -3.76,-9.69 -6.17,-12.57l0,0a0.05,0.05 0,0 1,0 0c4.07,-4 5.14,-3.12 5.13,-3.13M12,0a11.77,11.77 0,0 1,6.25 1.76,0 0,0 0,1 0,0.06s0,0 -0.06,0c-2.32,-0.51 -5.85,1.5 -6.18,1.7H12C11.09,3 7.82,1.32 5.77,1.85c0,0 0,0 -0.06,0a0,0 0,0 1,0 -0.06A11.79,11.79 0,0 1,12 0m0,9.62 l0,0c3.59,2.73 9.73,9.48 7.86,11.39h0A12,12 0,0 1,4.1 21h0C2.23,19.12 8.37,12.37 12,9.64l0,0" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3.58,3.45h0A12,12 0,0 0,2.45 19.27a0.07,0.07 0,0 0,0.07 0s0,0 0,-0.06C1.62,16.4 6.29,9.54 8.71,6.67a0.05,0.05 0,0 0,0 0,0.05 0.05,0 0,0 0,0c-4.06,-4 -5.14,-3.12 -5.13,-3.13m16.85,0h0a12,12 0,0 1,1.12 15.81,0.07 0.07,0 0,1 -0.07,0s0,0 0,-0.06c0.91,-2.83 -3.76,-9.69 -6.17,-12.57l0,0a0.05,0.05 0,0 1,0 0c4.07,-4 5.14,-3.12 5.13,-3.13M12,0a11.77,11.77 0,0 1,6.25 1.76,0 0,0 0,1 0,0.06s0,0 -0.06,0c-2.32,-0.51 -5.85,1.5 -6.18,1.7H12C11.09,3 7.82,1.32 5.77,1.85c0,0 0,0 -0.06,0a0,0 0,0 1,0 -0.06A11.79,11.79 0,0 1,12 0m0,9.62 l0,0c3.59,2.73 9.73,9.48 7.86,11.39h0A12,12 0,0 1,4.1 21h0C2.23,19.12 8.37,12.37 12,9.64l0,0" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ic_youtube_gaming_white_24dp.xml to/res/drawable/ic_youtube_gaming_white_24dp.xml
*** from/res/drawable/ic_youtube_gaming_white_24dp.xml 2021-01-02 17:58:42.822414465 -0700
--- to/res/drawable/ic_youtube_gaming_white_24dp.xml 2021-01-11 15:13:55.492677892 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M23.4,6.2l-4.9,-2.8c-0.2,-0.1 -0.4,-0.2 -0.5,-0.2s-0.4,0.1 -0.5,0.2l-4.9,2.8c-0.3,0.2 -0.7,0.2 -1.1,0L6.5,3.4C6.4,3.3 6.2,3.3 6,3.3S5.6,3.3 5.5,3.4L0.6,6.2C0.2,6.4 0,6.8 0,7.2v6.2c0,0.4 0.2,0.8 0.6,0.9l10.9,6.2c0.2,0.1 0.4,0.2 0.5,0.2s0.4,-0.1 0.5,-0.2l10.9,-6.2c0.3,-0.2 0.6,-0.6 0.6,-0.9V7.2C24,6.8 23.8,6.4 23.4,6.2zM18.1,10V3.8l5.3,3L18.1,10z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M23.4,6.2l-4.9,-2.8c-0.2,-0.1 -0.4,-0.2 -0.5,-0.2s-0.4,0.1 -0.5,0.2l-4.9,2.8c-0.3,0.2 -0.7,0.2 -1.1,0L6.5,3.4C6.4,3.3 6.2,3.3 6,3.3S5.6,3.3 5.5,3.4L0.6,6.2C0.2,6.4 0,6.8 0,7.2v6.2c0,0.4 0.2,0.8 0.6,0.9l10.9,6.2c0.2,0.1 0.4,0.2 0.5,0.2s0.4,-0.1 0.5,-0.2l10.9,-6.2c0.3,-0.2 0.6,-0.6 0.6,-0.9V7.2C24,6.8 23.8,6.4 23.4,6.2zM18.1,10V3.8l5.3,3L18.1,10z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/img_baddies_light_theme.xml to/res/drawable/img_baddies_light_theme.xml
*** from/res/drawable/img_baddies_light_theme.xml 2021-01-02 17:58:42.815414572 -0700
--- to/res/drawable/img_baddies_light_theme.xml 2021-01-11 15:13:56.142668159 -0700
***************
*** 7,13 ****
<path android:fillColor="#ffb9bbbe" android:pathData="M66.56,18.02L67.29,17.57C67.66,17.35 68.14,17.61 68.14,18.05L68.13,18.85C68.13,19.27 67.7,19.53 67.33,19.35L66.61,18.99C66.22,18.8 66.19,18.25 66.56,18.02M58.48,7.19L57.83,6.15C57.55,5.7 58.01,5.14 58.51,5.34C58.62,5.38 58.72,5.46 58.78,5.57L59.42,6.61C59.71,7.06 59.24,7.61 58.75,7.42C58.63,7.38 58.54,7.3 58.48,7.19M61.3,5.84L61.3,5.84C61.25,6.37 60.55,6.54 60.27,6.08L59.63,5.04C59.56,4.94 59.54,4.82 59.55,4.7C59.59,4.17 60.29,4 60.57,4.46L61.22,5.5C61.28,5.6 61.31,5.72 61.3,5.84M69.13,20.55L69.14,16.15C69.14,15.97 69.04,15.8 68.89,15.72C68.73,15.63 68.53,15.63 68.38,15.73L66.83,16.69L66.83,16.69L62.12,9.08C62.06,8.98 62.03,8.86 62.04,8.74L62.32,5.6C62.33,5.48 62.31,5.36 62.24,5.26L59.76,1.23C59.64,1.05 59.43,0.96 59.22,1.01C59.01,1.06 58.85,1.24 58.84,1.45L58.66,3.47L57.87,2.19C57.72,1.96 57.42,1.89 57.18,2.03C56.95,2.18 56.87,2.48 57.02,2.72L57.81,3.99L55.92,3.25C55.72,3.17 55.5,3.23 55.36,3.4C55.22,3.56 55.2,3.8 55.32,3.98L57.8,8C57.87,8.1 57.96,8.18 58.07,8.23L61,9.38C61.12,9.42 61.21,9.5 61.28,9.6L65.98,17.21L64.42,18.17C64.27,18.27 64.18,18.44 64.19,18.62C64.19,18.71 64.22,18.79 64.26,18.86C64.31,18.94 64.38,19 64.46,19.04L68.41,21C68.56,21.07 68.74,21.07 68.89,20.98C69.04,20.89 69.13,20.73 69.13,20.55" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M67.81,49.18L71.56,46.19L72.09,50.7L67.81,49.18ZM58.73,37.94L53.97,31.96C53.67,31.59 54.02,31.05 54.48,31.17L56.09,31.59C56.19,31.61 56.29,31.67 56.35,31.76L61.12,37.73C61.41,38.11 61.06,38.65 60.6,38.53L58.99,38.11C58.89,38.08 58.8,38.02 58.73,37.94L58.73,37.94ZM62.73,35.13L62.78,36.79C62.8,37.26 62.19,37.49 61.9,37.11L57.13,31.14C57.06,31.05 57.03,30.95 57.02,30.84L56.97,29.18C56.96,28.7 57.56,28.48 57.86,28.86L62.63,34.83C62.69,34.91 62.73,35.02 62.73,35.13L62.73,35.13ZM73.17,51.38L72.45,45.19C72.43,45.01 72.31,44.85 72.14,44.78C71.98,44.71 71.78,44.74 71.64,44.85L71.02,45.35C70.15,46.04 68.9,45.9 68.21,45.04L63.97,39.71C63.9,39.63 63.86,39.53 63.86,39.42L63.72,34.76C63.72,34.66 63.68,34.55 63.61,34.47L56.77,25.89C56.64,25.72 56.41,25.66 56.21,25.73C56.01,25.81 55.88,26 55.89,26.22L56,29.87C56.01,30.2 55.69,30.45 55.37,30.37L51.83,29.45C51.63,29.39 51.41,29.48 51.29,29.66C51.17,29.84 51.18,30.07 51.32,30.24L58.15,38.82C58.22,38.9 58.31,38.96 58.42,38.99L62.93,40.16C63.03,40.19 63.12,40.25 63.19,40.34L67.43,45.66C68.12,46.52 67.98,47.78 67.12,48.46L66.49,48.96C66.35,49.08 66.28,49.26 66.31,49.44C66.32,49.52 66.36,49.6 66.41,49.66C66.47,49.73 66.54,49.79 66.63,49.82L72.51,51.91C72.67,51.96 72.85,51.93 72.99,51.83C73.12,51.72 73.19,51.55 73.17,51.38L73.17,51.38Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M27.31,55.06L29,50.58L31.76,54.18L27.31,55.06ZM13.75,50.03L6.6,47.33C6.16,47.16 6.18,46.52 6.64,46.38L8.24,45.92C8.34,45.89 8.45,45.9 8.55,45.94L15.7,48.64C16.15,48.81 16.12,49.45 15.66,49.58L14.07,50.05C13.96,50.08 13.85,50.07 13.75,50.03L13.75,50.03ZM15.76,45.57L16.65,46.97C16.91,47.38 16.5,47.88 16.05,47.71L8.91,45C8.81,44.96 8.72,44.89 8.66,44.8L7.77,43.4C7.51,43 7.92,42.5 8.37,42.67L15.51,45.37C15.62,45.41 15.7,45.48 15.76,45.57L15.76,45.57ZM33.03,54.21L29.25,49.26C29.14,49.11 28.96,49.04 28.78,49.07C28.6,49.09 28.45,49.21 28.39,49.38L28.1,50.13C27.71,51.16 26.56,51.68 25.53,51.29L19.17,48.88C19.06,48.85 18.98,48.78 18.92,48.68L16.42,44.75C16.36,44.66 16.28,44.59 16.18,44.56L5.92,40.67C5.72,40.6 5.49,40.66 5.36,40.83C5.22,40.99 5.21,41.23 5.32,41.41L7.28,44.49C7.46,44.78 7.32,45.15 7,45.24L3.49,46.26C3.28,46.32 3.14,46.5 3.13,46.72C3.12,46.93 3.25,47.13 3.45,47.2L13.71,51.08C13.81,51.12 13.92,51.13 14.02,51.1L18.5,49.8C18.6,49.77 18.71,49.78 18.81,49.82L25.18,52.22C26.21,52.61 26.73,53.77 26.34,54.8L26.06,55.55C25.99,55.72 26.02,55.91 26.14,56.05C26.2,56.11 26.27,56.16 26.35,56.19C26.43,56.22 26.53,56.23 26.62,56.21L32.74,55C32.9,54.97 33.04,54.85 33.1,54.69C33.17,54.53 33.14,54.35 33.03,54.21L33.03,54.21Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M118.9,94.52L118.9,94.52C109.81,94.52 102.44,101.89 102.44,110.98L102.44,144.39L135.36,144.39L135.36,110.98C135.36,101.89 127.99,94.52 118.9,94.52" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffdcddde" android:pathData="M94.58,89.19C94.58,89.2 94.58,89.21 94.58,89.23C94.58,89.24 94.58,89.25 94.58,89.27L94.59,93.93C94.59,94.64 94.01,95.22 93.3,95.22L85.96,95.22C85.68,95.22 85.46,94.99 85.46,94.72L85.46,87.51C85.46,86.8 86.03,86.23 86.74,86.23L93.3,86.23C94.01,86.23 94.58,86.8 94.58,87.51L94.58,89.19Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffdcddde" android:pathData="M91.03,103.92C91.03,104.63 90.45,105.2 89.75,105.2L76.41,105.2C75.7,105.2 75.12,104.63 75.12,103.92L75.12,97.5C75.12,96.79 75.7,96.21 76.41,96.21L89.75,96.21C90.45,96.21 91.03,96.79 91.03,97.5L91.03,103.92Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffdcddde" android:pathData="M134.51,73.07C134.51,71.97 135.4,71.08 136.5,71.08L141.82,71.08C143.5,71.08 144.86,72.44 144.86,74.11L144.86,75.26C144.86,76.2 145.51,76.99 146.4,77.19C146.68,77.26 146.91,77.44 147,77.72C147.17,78.22 146.8,78.74 146.26,78.74L138.11,78.74C136.12,78.74 134.51,77.13 134.51,75.14L134.51,73.07Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
--- 7,13 ----
<path android:fillColor="#ffb9bbbe" android:pathData="M66.56,18.02L67.29,17.57C67.66,17.35 68.14,17.61 68.14,18.05L68.13,18.85C68.13,19.27 67.7,19.53 67.33,19.35L66.61,18.99C66.22,18.8 66.19,18.25 66.56,18.02M58.48,7.19L57.83,6.15C57.55,5.7 58.01,5.14 58.51,5.34C58.62,5.38 58.72,5.46 58.78,5.57L59.42,6.61C59.71,7.06 59.24,7.61 58.75,7.42C58.63,7.38 58.54,7.3 58.48,7.19M61.3,5.84L61.3,5.84C61.25,6.37 60.55,6.54 60.27,6.08L59.63,5.04C59.56,4.94 59.54,4.82 59.55,4.7C59.59,4.17 60.29,4 60.57,4.46L61.22,5.5C61.28,5.6 61.31,5.72 61.3,5.84M69.13,20.55L69.14,16.15C69.14,15.97 69.04,15.8 68.89,15.72C68.73,15.63 68.53,15.63 68.38,15.73L66.83,16.69L66.83,16.69L62.12,9.08C62.06,8.98 62.03,8.86 62.04,8.74L62.32,5.6C62.33,5.48 62.31,5.36 62.24,5.26L59.76,1.23C59.64,1.05 59.43,0.96 59.22,1.01C59.01,1.06 58.85,1.24 58.84,1.45L58.66,3.47L57.87,2.19C57.72,1.96 57.42,1.89 57.18,2.03C56.95,2.18 56.87,2.48 57.02,2.72L57.81,3.99L55.92,3.25C55.72,3.17 55.5,3.23 55.36,3.4C55.22,3.56 55.2,3.8 55.32,3.98L57.8,8C57.87,8.1 57.96,8.18 58.07,8.23L61,9.38C61.12,9.42 61.21,9.5 61.28,9.6L65.98,17.21L64.42,18.17C64.27,18.27 64.18,18.44 64.19,18.62C64.19,18.71 64.22,18.79 64.26,18.86C64.31,18.94 64.38,19 64.46,19.04L68.41,21C68.56,21.07 68.74,21.07 68.89,20.98C69.04,20.89 69.13,20.73 69.13,20.55" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M67.81,49.18L71.56,46.19L72.09,50.7L67.81,49.18ZM58.73,37.94L53.97,31.96C53.67,31.59 54.02,31.05 54.48,31.17L56.09,31.59C56.19,31.61 56.29,31.67 56.35,31.76L61.12,37.73C61.41,38.11 61.06,38.65 60.6,38.53L58.99,38.11C58.89,38.08 58.8,38.02 58.73,37.94L58.73,37.94ZM62.73,35.13L62.78,36.79C62.8,37.26 62.19,37.49 61.9,37.11L57.13,31.14C57.06,31.05 57.03,30.95 57.02,30.84L56.97,29.18C56.96,28.7 57.56,28.48 57.86,28.86L62.63,34.83C62.69,34.91 62.73,35.02 62.73,35.13L62.73,35.13ZM73.17,51.38L72.45,45.19C72.43,45.01 72.31,44.85 72.14,44.78C71.98,44.71 71.78,44.74 71.64,44.85L71.02,45.35C70.15,46.04 68.9,45.9 68.21,45.04L63.97,39.71C63.9,39.63 63.86,39.53 63.86,39.42L63.72,34.76C63.72,34.66 63.68,34.55 63.61,34.47L56.77,25.89C56.64,25.72 56.41,25.66 56.21,25.73C56.01,25.81 55.88,26 55.89,26.22L56,29.87C56.01,30.2 55.69,30.45 55.37,30.37L51.83,29.45C51.63,29.39 51.41,29.48 51.29,29.66C51.17,29.84 51.18,30.07 51.32,30.24L58.15,38.82C58.22,38.9 58.31,38.96 58.42,38.99L62.93,40.16C63.03,40.19 63.12,40.25 63.19,40.34L67.43,45.66C68.12,46.52 67.98,47.78 67.12,48.46L66.49,48.96C66.35,49.08 66.28,49.26 66.31,49.44C66.32,49.52 66.36,49.6 66.41,49.66C66.47,49.73 66.54,49.79 66.63,49.82L72.51,51.91C72.67,51.96 72.85,51.93 72.99,51.83C73.12,51.72 73.19,51.55 73.17,51.38L73.17,51.38Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M27.31,55.06L29,50.58L31.76,54.18L27.31,55.06ZM13.75,50.03L6.6,47.33C6.16,47.16 6.18,46.52 6.64,46.38L8.24,45.92C8.34,45.89 8.45,45.9 8.55,45.94L15.7,48.64C16.15,48.81 16.12,49.45 15.66,49.58L14.07,50.05C13.96,50.08 13.85,50.07 13.75,50.03L13.75,50.03ZM15.76,45.57L16.65,46.97C16.91,47.38 16.5,47.88 16.05,47.71L8.91,45C8.81,44.96 8.72,44.89 8.66,44.8L7.77,43.4C7.51,43 7.92,42.5 8.37,42.67L15.51,45.37C15.62,45.41 15.7,45.48 15.76,45.57L15.76,45.57ZM33.03,54.21L29.25,49.26C29.14,49.11 28.96,49.04 28.78,49.07C28.6,49.09 28.45,49.21 28.39,49.38L28.1,50.13C27.71,51.16 26.56,51.68 25.53,51.29L19.17,48.88C19.06,48.85 18.98,48.78 18.92,48.68L16.42,44.75C16.36,44.66 16.28,44.59 16.18,44.56L5.92,40.67C5.72,40.6 5.49,40.66 5.36,40.83C5.22,40.99 5.21,41.23 5.32,41.41L7.28,44.49C7.46,44.78 7.32,45.15 7,45.24L3.49,46.26C3.28,46.32 3.14,46.5 3.13,46.72C3.12,46.93 3.25,47.13 3.45,47.2L13.71,51.08C13.81,51.12 13.92,51.13 14.02,51.1L18.5,49.8C18.6,49.77 18.71,49.78 18.81,49.82L25.18,52.22C26.21,52.61 26.73,53.77 26.34,54.8L26.06,55.55C25.99,55.72 26.02,55.91 26.14,56.05C26.2,56.11 26.27,56.16 26.35,56.19C26.43,56.22 26.53,56.23 26.62,56.21L32.74,55C32.9,54.97 33.04,54.85 33.1,54.69C33.17,54.53 33.14,54.35 33.03,54.21L33.03,54.21Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M118.9,94.52L118.9,94.52C109.81,94.52 102.44,101.89 102.44,110.98L102.44,144.39L135.36,144.39L135.36,110.98C135.36,101.89 127.99,94.52 118.9,94.52" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffdcddde" android:pathData="M94.58,89.19C94.58,89.2 94.58,89.21 94.58,89.23C94.58,89.24 94.58,89.25 94.58,89.27L94.59,93.93C94.59,94.64 94.01,95.22 93.3,95.22L85.96,95.22C85.68,95.22 85.46,94.99 85.46,94.72L85.46,87.51C85.46,86.8 86.03,86.23 86.74,86.23L93.3,86.23C94.01,86.23 94.58,86.8 94.58,87.51L94.58,89.19Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffdcddde" android:pathData="M91.03,103.92C91.03,104.63 90.45,105.2 89.75,105.2L76.41,105.2C75.7,105.2 75.12,104.63 75.12,103.92L75.12,97.5C75.12,96.79 75.7,96.21 76.41,96.21L89.75,96.21C90.45,96.21 91.03,96.79 91.03,97.5L91.03,103.92Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffdcddde" android:pathData="M134.51,73.07C134.51,71.97 135.4,71.08 136.5,71.08L141.82,71.08C143.5,71.08 144.86,72.44 144.86,74.11L144.86,75.26C144.86,76.2 145.51,76.99 146.4,77.19C146.68,77.26 146.91,77.44 147,77.72C147.17,78.22 146.8,78.74 146.26,78.74L138.11,78.74C136.12,78.74 134.51,77.13 134.51,75.14L134.51,73.07Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
***************
*** 24,44 ****
<path android:fillColor="#ffdcddde" android:pathData="M173.79,124.25C173.79,124.81 173.29,125.25 172.72,125.15C172.27,125.08 171.95,124.66 171.95,124.2L171.95,122.89C171.95,122.61 171.73,122.39 171.45,122.39C171.18,122.39 170.96,122.61 170.96,122.89L170.96,124.25C170.96,124.76 170.55,125.17 170.04,125.17L167.46,125.17C166.09,125.17 164.97,124.05 164.97,122.67L164.97,118.67C164.97,117.3 166.09,116.18 167.46,116.18L170.04,116.18C170.55,116.18 170.96,116.59 170.96,117.1L170.96,120.01C170.96,120.29 171.18,120.51 171.45,120.51C171.73,120.51 171.95,120.29 171.95,120.01L171.95,117.15C171.95,116.69 172.27,116.27 172.72,116.19C173.29,116.1 173.79,116.54 173.79,117.1L173.79,124.25Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M101,94.33L101,94.7C101,94.97 101.23,95.2 101.5,95.2C101.78,95.2 102,94.97 102,94.7L102,94.33C102,94.06 101.78,93.83 101.5,93.83C101.23,93.83 101,94.06 101,94.33" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M93.71,110.68L93.71,110.68C84.62,110.68 81.01,115.66 85.64,121.81L102.66,144.39L135.58,144.39L118.56,121.81C113.92,115.66 102.8,110.68 93.71,110.68" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M90.69,78.53C90.69,77.82 91.27,77.24 91.98,77.24L93.3,77.24C94,77.24 94.58,77.82 94.58,78.53L94.58,79.22C94.58,79.23 94.58,79.24 94.58,79.24C94.58,79.25 94.58,79.25 94.58,79.26L94.58,83.95C94.58,84.66 94.01,85.23 93.3,85.23L91.98,85.23C91.27,85.23 90.69,84.66 90.69,83.95L90.69,78.53Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M75.12,87.51C75.12,86.8 75.7,86.23 76.41,86.23L83.18,86.23C83.89,86.23 84.46,86.8 84.46,87.51L84.46,94.72C84.46,94.99 84.24,95.22 83.96,95.22L76.41,95.22C75.7,95.22 75.12,94.64 75.12,93.93L75.12,87.51Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M93.31,105.2L93.31,105.2C92.6,105.2 92.02,104.63 92.02,103.92L92.02,97.5C92.02,96.79 92.6,96.21 93.31,96.21C94.01,96.21 94.59,96.79 94.59,97.49L94.59,99.15C94.59,99.17 94.58,99.19 94.58,99.21C94.58,99.23 94.59,99.25 94.59,99.27L94.59,103.92C94.59,104.63 94.02,105.2 93.31,105.2" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M101.94,110.96L101.94,111.34C99.81,110.77 98.16,110.4 96.09,110.25L96.09,109.69L100.7,109.69C101.39,109.69 101.94,110.27 101.94,110.96" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M107.72,98.24C107.38,98.53 106.95,98.71 106.5,98.71L103.81,98.71C102.81,98.71 102,97.9 102,96.9L102,96.83C102,96.55 101.78,96.33 101.5,96.33C101.23,96.33 101,96.55 101,96.83L101,96.9C101,97.9 100.19,98.71 99.2,98.71L97.89,98.71C96.89,98.71 96.08,97.9 96.08,96.91L96.08,91.58C96.08,90.56 96.91,89.72 97.94,89.72L99.15,89.72C100.17,89.72 101,90.55 101,91.58L101,91.58C101,91.86 101.23,92.08 101.5,92.08C101.78,92.08 102,91.86 102,91.58L102,91.58C102,90.55 102.83,89.72 103.86,89.72L139.96,89.72C140.99,89.72 141.82,90.55 141.82,91.58L141.82,96.45C141.82,97.7 140.81,98.71 139.55,98.71L131.46,98.71C130.93,98.71 130.41,98.53 130,98.18C127.71,96.19 124.88,94.8 121.77,94.27C121.75,94.26 121.74,94.26 121.73,94.26C120.81,94.1 119.86,94.02 118.9,94.02C114.62,94.02 110.71,95.61 107.72,98.24" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M106.55,72.63C106.55,71.77 107.24,71.08 108.1,71.08L108.49,71.08C109.35,71.08 110.04,71.77 110.04,72.63L110.04,76.82C110.04,77.78 109.26,78.57 108.29,78.57C107.33,78.57 106.55,77.78 106.55,76.82L106.55,72.63Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M79.89,116.68C79.89,116.4 80.11,116.18 80.39,116.18L81.64,116.18C82.44,116.18 83.08,116.79 83.18,117.58C83.38,119.01 84.07,120.55 85.24,122.11L85.68,122.69C86.45,123.71 85.72,125.17 84.44,125.17L80.39,125.17C80.11,125.17 79.89,124.94 79.89,124.67L79.89,116.68Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M75.12,117.73C75.12,116.87 75.82,116.18 76.67,116.18L78.39,116.18C78.67,116.18 78.89,116.4 78.89,116.68L78.89,124.67C78.89,124.94 78.67,125.17 78.39,125.17L76.67,125.17C75.82,125.17 75.12,124.47 75.12,123.62L75.12,117.73Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M99.69,143.89L97.1,143.89C96.55,143.89 96.1,143.45 96.1,142.9L96.1,139.39C96.1,138.42 97.33,138.02 97.9,138.79L100.49,142.31C100.98,142.96 100.51,143.89 99.69,143.89" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M147.35,128.16C147.35,128.44 147.12,128.66 146.85,128.66L145.31,128.66C145.03,128.66 144.81,128.44 144.81,128.16L144.81,120.17C144.81,119.9 145.03,119.67 145.31,119.67L146.85,119.67C147.12,119.67 147.35,119.9 147.35,120.17L147.35,128.16Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M147.35,118.18C147.35,118.45 147.12,118.68 146.85,118.68L137.1,118.68C136.41,118.68 135.85,118.12 135.85,117.43L135.85,110.98L135.85,110.93C135.85,110.25 136.41,109.69 137.1,109.69L146.85,109.69C147.12,109.69 147.35,109.91 147.35,110.19L147.35,118.18Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M148.84,117.1C148.84,116.59 149.25,116.18 149.76,116.18L161.48,116.18C162.86,116.18 163.97,117.3 163.97,118.67L163.97,122.67C163.97,124.05 162.86,125.17 161.48,125.17L149.76,125.17C149.25,125.17 148.84,124.76 148.84,124.25L148.84,117.1Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M148.84,128.66C148.84,127.28 149.96,126.16 151.34,126.16L164.47,126.16C165.85,126.16 166.97,127.28 166.97,128.66L166.97,132.66C166.97,134.03 165.85,135.15 164.47,135.15L151.34,135.15C149.96,135.15 148.84,134.03 148.84,132.66L148.84,128.66Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M173.79,91.23C173.79,93.43 172,95.22 169.8,95.22L152.83,95.22C150.63,95.22 148.84,93.43 148.84,91.23L148.84,87.23C148.84,86.68 149.29,86.23 149.84,86.23L172.79,86.23C173.34,86.23 173.79,86.68 173.79,87.23L173.79,91.23Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M172.29,85.23L168.06,85.23C167.51,85.23 167.07,84.79 167.07,84.23C167.07,84.23 167.06,81.3 167.06,79.24C167.06,78.14 167.95,77.24 169.05,77.24L171.78,77.24C172.87,77.24 173.76,78.13 173.77,79.23C173.78,81.14 173.79,83.74 173.79,83.74C173.79,84.56 173.12,85.23 172.29,85.23" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M44.96,144.39C44.96,144.12 44.74,143.89 44.46,143.89L1.5,143.89C1.22,143.89 1,144.12 1,144.39C1,144.67 1.22,144.89 1.5,144.89L44.46,144.89C44.74,144.89 44.96,144.67 44.96,144.39" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffdcddde" android:pathData="M51.44,43.65L51.91,42.94C52.15,42.57 52.7,42.62 52.88,43.01L53.22,43.74C53.39,44.12 53.11,44.54 52.7,44.53L51.89,44.51C51.45,44.5 51.2,44.01 51.44,43.65M39.55,37.23L38.52,36.55C38.08,36.26 38.26,35.57 38.8,35.53C38.92,35.53 39.04,35.56 39.14,35.62L40.16,36.3C40.61,36.59 40.42,37.29 39.89,37.32C39.77,37.33 39.65,37.29 39.55,37.23M41.54,34.81L41.54,34.81C41.72,35.32 41.16,35.76 40.71,35.47L39.69,34.79C39.59,34.73 39.51,34.63 39.47,34.52C39.29,34.01 39.85,33.57 40.3,33.86L41.32,34.54C41.42,34.6 41.5,34.7 41.54,34.81" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M58.48,7.19L57.83,6.15C57.55,5.7 58.01,5.14 58.51,5.34C58.62,5.38 58.72,5.46 58.78,5.57L59.42,6.61C59.71,7.06 59.24,7.61 58.75,7.42C58.63,7.38 58.54,7.3 58.48,7.19M61.3,5.84L61.3,5.84C61.25,6.37 60.55,6.54 60.27,6.08L59.63,5.04C59.56,4.94 59.54,4.82 59.55,4.7C59.59,4.17 60.29,4 60.57,4.46L61.22,5.5C61.28,5.6 61.31,5.72 61.3,5.84" android:strokeColor="#00000000" android:strokeWidth="1.0" />
--- 24,44 ----
<path android:fillColor="#ffdcddde" android:pathData="M173.79,124.25C173.79,124.81 173.29,125.25 172.72,125.15C172.27,125.08 171.95,124.66 171.95,124.2L171.95,122.89C171.95,122.61 171.73,122.39 171.45,122.39C171.18,122.39 170.96,122.61 170.96,122.89L170.96,124.25C170.96,124.76 170.55,125.17 170.04,125.17L167.46,125.17C166.09,125.17 164.97,124.05 164.97,122.67L164.97,118.67C164.97,117.3 166.09,116.18 167.46,116.18L170.04,116.18C170.55,116.18 170.96,116.59 170.96,117.1L170.96,120.01C170.96,120.29 171.18,120.51 171.45,120.51C171.73,120.51 171.95,120.29 171.95,120.01L171.95,117.15C171.95,116.69 172.27,116.27 172.72,116.19C173.29,116.1 173.79,116.54 173.79,117.1L173.79,124.25Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M101,94.33L101,94.7C101,94.97 101.23,95.2 101.5,95.2C101.78,95.2 102,94.97 102,94.7L102,94.33C102,94.06 101.78,93.83 101.5,93.83C101.23,93.83 101,94.06 101,94.33" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M93.71,110.68L93.71,110.68C84.62,110.68 81.01,115.66 85.64,121.81L102.66,144.39L135.58,144.39L118.56,121.81C113.92,115.66 102.8,110.68 93.71,110.68" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M90.69,78.53C90.69,77.82 91.27,77.24 91.98,77.24L93.3,77.24C94,77.24 94.58,77.82 94.58,78.53L94.58,79.22C94.58,79.23 94.58,79.24 94.58,79.24C94.58,79.25 94.58,79.25 94.58,79.26L94.58,83.95C94.58,84.66 94.01,85.23 93.3,85.23L91.98,85.23C91.27,85.23 90.69,84.66 90.69,83.95L90.69,78.53Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M75.12,87.51C75.12,86.8 75.7,86.23 76.41,86.23L83.18,86.23C83.89,86.23 84.46,86.8 84.46,87.51L84.46,94.72C84.46,94.99 84.24,95.22 83.96,95.22L76.41,95.22C75.7,95.22 75.12,94.64 75.12,93.93L75.12,87.51Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M93.31,105.2L93.31,105.2C92.6,105.2 92.02,104.63 92.02,103.92L92.02,97.5C92.02,96.79 92.6,96.21 93.31,96.21C94.01,96.21 94.59,96.79 94.59,97.49L94.59,99.15C94.59,99.17 94.58,99.19 94.58,99.21C94.58,99.23 94.59,99.25 94.59,99.27L94.59,103.92C94.59,104.63 94.02,105.2 93.31,105.2" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M101.94,110.96L101.94,111.34C99.81,110.77 98.16,110.4 96.09,110.25L96.09,109.69L100.7,109.69C101.39,109.69 101.94,110.27 101.94,110.96" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M107.72,98.24C107.38,98.53 106.95,98.71 106.5,98.71L103.81,98.71C102.81,98.71 102,97.9 102,96.9L102,96.83C102,96.55 101.78,96.33 101.5,96.33C101.23,96.33 101,96.55 101,96.83L101,96.9C101,97.9 100.19,98.71 99.2,98.71L97.89,98.71C96.89,98.71 96.08,97.9 96.08,96.91L96.08,91.58C96.08,90.56 96.91,89.72 97.94,89.72L99.15,89.72C100.17,89.72 101,90.55 101,91.58L101,91.58C101,91.86 101.23,92.08 101.5,92.08C101.78,92.08 102,91.86 102,91.58L102,91.58C102,90.55 102.83,89.72 103.86,89.72L139.96,89.72C140.99,89.72 141.82,90.55 141.82,91.58L141.82,96.45C141.82,97.7 140.81,98.71 139.55,98.71L131.46,98.71C130.93,98.71 130.41,98.53 130,98.18C127.71,96.19 124.88,94.8 121.77,94.27C121.75,94.26 121.74,94.26 121.73,94.26C120.81,94.1 119.86,94.02 118.9,94.02C114.62,94.02 110.71,95.61 107.72,98.24" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M106.55,72.63C106.55,71.77 107.24,71.08 108.1,71.08L108.49,71.08C109.35,71.08 110.04,71.77 110.04,72.63L110.04,76.82C110.04,77.78 109.26,78.57 108.29,78.57C107.33,78.57 106.55,77.78 106.55,76.82L106.55,72.63Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M79.89,116.68C79.89,116.4 80.11,116.18 80.39,116.18L81.64,116.18C82.44,116.18 83.08,116.79 83.18,117.58C83.38,119.01 84.07,120.55 85.24,122.11L85.68,122.69C86.45,123.71 85.72,125.17 84.44,125.17L80.39,125.17C80.11,125.17 79.89,124.94 79.89,124.67L79.89,116.68Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M75.12,117.73C75.12,116.87 75.82,116.18 76.67,116.18L78.39,116.18C78.67,116.18 78.89,116.4 78.89,116.68L78.89,124.67C78.89,124.94 78.67,125.17 78.39,125.17L76.67,125.17C75.82,125.17 75.12,124.47 75.12,123.62L75.12,117.73Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M99.69,143.89L97.1,143.89C96.55,143.89 96.1,143.45 96.1,142.9L96.1,139.39C96.1,138.42 97.33,138.02 97.9,138.79L100.49,142.31C100.98,142.96 100.51,143.89 99.69,143.89" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M147.35,128.16C147.35,128.44 147.12,128.66 146.85,128.66L145.31,128.66C145.03,128.66 144.81,128.44 144.81,128.16L144.81,120.17C144.81,119.9 145.03,119.67 145.31,119.67L146.85,119.67C147.12,119.67 147.35,119.9 147.35,120.17L147.35,128.16Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M147.35,118.18C147.35,118.45 147.12,118.68 146.85,118.68L137.1,118.68C136.41,118.68 135.85,118.12 135.85,117.43L135.85,110.98L135.85,110.93C135.85,110.25 136.41,109.69 137.1,109.69L146.85,109.69C147.12,109.69 147.35,109.91 147.35,110.19L147.35,118.18Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M148.84,117.1C148.84,116.59 149.25,116.18 149.76,116.18L161.48,116.18C162.86,116.18 163.97,117.3 163.97,118.67L163.97,122.67C163.97,124.05 162.86,125.17 161.48,125.17L149.76,125.17C149.25,125.17 148.84,124.76 148.84,124.25L148.84,117.1Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M148.84,128.66C148.84,127.28 149.96,126.16 151.34,126.16L164.47,126.16C165.85,126.16 166.97,127.28 166.97,128.66L166.97,132.66C166.97,134.03 165.85,135.15 164.47,135.15L151.34,135.15C149.96,135.15 148.84,134.03 148.84,132.66L148.84,128.66Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M173.79,91.23C173.79,93.43 172,95.22 169.8,95.22L152.83,95.22C150.63,95.22 148.84,93.43 148.84,91.23L148.84,87.23C148.84,86.68 149.29,86.23 149.84,86.23L172.79,86.23C173.34,86.23 173.79,86.68 173.79,87.23L173.79,91.23Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M172.29,85.23L168.06,85.23C167.51,85.23 167.07,84.79 167.07,84.23C167.07,84.23 167.06,81.3 167.06,79.24C167.06,78.14 167.95,77.24 169.05,77.24L171.78,77.24C172.87,77.24 173.76,78.13 173.77,79.23C173.78,81.14 173.79,83.74 173.79,83.74C173.79,84.56 173.12,85.23 172.29,85.23" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M44.96,144.39C44.96,144.12 44.74,143.89 44.46,143.89L1.5,143.89C1.22,143.89 1,144.12 1,144.39C1,144.67 1.22,144.89 1.5,144.89L44.46,144.89C44.74,144.89 44.96,144.67 44.96,144.39" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffdcddde" android:pathData="M51.44,43.65L51.91,42.94C52.15,42.57 52.7,42.62 52.88,43.01L53.22,43.74C53.39,44.12 53.11,44.54 52.7,44.53L51.89,44.51C51.45,44.5 51.2,44.01 51.44,43.65M39.55,37.23L38.52,36.55C38.08,36.26 38.26,35.57 38.8,35.53C38.92,35.53 39.04,35.56 39.14,35.62L40.16,36.3C40.61,36.59 40.42,37.29 39.89,37.32C39.77,37.33 39.65,37.29 39.55,37.23M41.54,34.81L41.54,34.81C41.72,35.32 41.16,35.76 40.71,35.47L39.69,34.79C39.59,34.73 39.51,34.63 39.47,34.52C39.29,34.01 39.85,33.57 40.3,33.86L41.32,34.54C41.42,34.6 41.5,34.7 41.54,34.81" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M58.48,7.19L57.83,6.15C57.55,5.7 58.01,5.14 58.51,5.34C58.62,5.38 58.72,5.46 58.78,5.57L59.42,6.61C59.71,7.06 59.24,7.61 58.75,7.42C58.63,7.38 58.54,7.3 58.48,7.19M61.3,5.84L61.3,5.84C61.25,6.37 60.55,6.54 60.27,6.08L59.63,5.04C59.56,4.94 59.54,4.82 59.55,4.7C59.59,4.17 60.29,4 60.57,4.46L61.22,5.5C61.28,5.6 61.31,5.72 61.3,5.84" android:strokeColor="#00000000" android:strokeWidth="1.0" />
diff -x dist -x build -craB from/res/drawable/img_boost_cancel.xml to/res/drawable/img_boost_cancel.xml
*** from/res/drawable/img_boost_cancel.xml 2021-01-02 17:58:42.811414632 -0700
--- to/res/drawable/img_boost_cancel.xml 2021-01-11 15:13:55.874672172 -0700
***************
*** 8,15 ****
<path android:fillColor="#fffa6ef6" android:pathData="M93.342,49.312L82.071,60.583V76.362L93.342,87.633L104.613,76.362V60.47L93.342,49.312ZM98.978,73.981L93.342,79.617L87.706,73.981V62.795L93.342,57.159L98.978,62.795V73.981Z" />
<path android:fillColor="#ffe655d4" android:pathData="M87.749,73.939L82.141,76.25L93.342,87.45V79.532L87.749,73.939Z" />
<path android:fillColor="#ffffcff9" android:pathData="M87.749,62.794V73.939L93.342,79.532L98.95,73.939V62.794L93.342,57.187L87.749,62.794Z" />
! <path android:fillColor="#ffffffff" android:pathData="M93.37,68.36L87.777,73.967L87.749,73.939V70.924L91.821,66.852L93.37,68.36Z" />
! <path android:fillColor="#ffffffff" android:pathData="M95.452,70.482L89.888,76.075L91.436,77.615L97.001,72.022L95.452,70.482Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M47.313,23.683C46.8,23.683 46.384,24.1 46.384,24.613C46.384,25.127 46.8,25.543 47.313,25.543H48.229C48.743,25.543 49.159,25.127 49.159,24.613C49.159,24.1 48.743,23.683 48.229,23.683H47.313Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M39.889,23.697C39.375,23.697 38.959,24.114 38.959,24.627C38.959,25.141 39.375,25.557 39.889,25.557H40.804C41.318,25.557 41.734,25.141 41.734,24.627C41.734,24.114 41.318,23.697 40.804,23.697H39.889Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M43.129,21.373C43.129,21.886 43.545,22.303 44.059,22.303C44.572,22.303 44.989,21.886 44.989,21.373V20.457C44.989,19.944 44.572,19.527 44.059,19.527C43.545,19.527 43.129,19.944 43.129,20.457V21.373Z" />
--- 8,15 ----
<path android:fillColor="#fffa6ef6" android:pathData="M93.342,49.312L82.071,60.583V76.362L93.342,87.633L104.613,76.362V60.47L93.342,49.312ZM98.978,73.981L93.342,79.617L87.706,73.981V62.795L93.342,57.159L98.978,62.795V73.981Z" />
<path android:fillColor="#ffe655d4" android:pathData="M87.749,73.939L82.141,76.25L93.342,87.45V79.532L87.749,73.939Z" />
<path android:fillColor="#ffffcff9" android:pathData="M87.749,62.794V73.939L93.342,79.532L98.95,73.939V62.794L93.342,57.187L87.749,62.794Z" />
! <path android:fillColor="@color/white" android:pathData="M93.37,68.36L87.777,73.967L87.749,73.939V70.924L91.821,66.852L93.37,68.36Z" />
! <path android:fillColor="@color/white" android:pathData="M95.452,70.482L89.888,76.075L91.436,77.615L97.001,72.022L95.452,70.482Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M47.313,23.683C46.8,23.683 46.384,24.1 46.384,24.613C46.384,25.127 46.8,25.543 47.313,25.543H48.229C48.743,25.543 49.159,25.127 49.159,24.613C49.159,24.1 48.743,23.683 48.229,23.683H47.313Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M39.889,23.697C39.375,23.697 38.959,24.114 38.959,24.627C38.959,25.141 39.375,25.557 39.889,25.557H40.804C41.318,25.557 41.734,25.141 41.734,24.627C41.734,24.114 41.318,23.697 40.804,23.697H39.889Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M43.129,21.373C43.129,21.886 43.545,22.303 44.059,22.303C44.572,22.303 44.989,21.886 44.989,21.373V20.457C44.989,19.944 44.572,19.527 44.059,19.527C43.545,19.527 43.129,19.944 43.129,20.457V21.373Z" />
***************
*** 19,38 ****
<path android:fillColor="#ff3e70dd" android:pathData="M157.546,25.106C157.546,25.635 157.971,26.065 158.497,26.065C159.022,26.065 159.447,25.635 159.447,25.106V24.162C159.447,23.633 159.022,23.204 158.497,23.204C157.971,23.204 157.546,23.633 157.546,24.162V25.106Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M157.546,32.729C157.546,33.258 157.971,33.687 158.497,33.687C159.022,33.687 159.447,33.258 159.447,32.729V31.785C159.447,31.255 159.022,30.826 158.497,30.826C157.971,30.826 157.546,31.255 157.546,31.785V32.729Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M69.264,50.72L65.981,52.298C65.813,52.381 65.624,52.409 65.439,52.379C65.254,52.349 65.083,52.262 64.95,52.131C64.816,51.999 64.727,51.829 64.695,51.644C64.663,51.46 64.689,51.27 64.77,51.101L66.362,47.804C66.418,47.682 66.446,47.55 66.446,47.417C66.446,47.283 66.418,47.151 66.362,47.029L64.77,43.676C64.689,43.507 64.663,43.317 64.695,43.132C64.727,42.948 64.816,42.778 64.95,42.646C65.083,42.514 65.254,42.428 65.439,42.397C65.624,42.367 65.813,42.396 65.981,42.478L69.264,44.056C69.386,44.119 69.521,44.152 69.659,44.152C69.796,44.152 69.931,44.119 70.053,44.056L73.336,42.478C73.504,42.396 73.693,42.367 73.878,42.397C74.063,42.428 74.234,42.514 74.368,42.646C74.501,42.778 74.59,42.948 74.622,43.132C74.654,43.317 74.628,43.507 74.547,43.676L72.955,46.959C72.9,47.08 72.871,47.212 72.871,47.346C72.871,47.48 72.9,47.612 72.955,47.734L74.547,51.03C74.628,51.199 74.654,51.389 74.622,51.574C74.59,51.758 74.501,51.928 74.368,52.06C74.234,52.192 74.063,52.279 73.878,52.309C73.693,52.339 73.504,52.311 73.336,52.228L70.053,50.72C69.931,50.657 69.796,50.625 69.659,50.625C69.521,50.625 69.386,50.657 69.264,50.72Z" />
! <path android:fillColor="#ffffffff" android:pathData="M146.528,49.227H152.6L162.42,59.047L158.701,62.78L146.528,49.227Z" />
! <path android:fillColor="#ffffffff" android:pathData="M148.635,50.204L159.952,61.521L150.249,71.225L136.71,57.686L144.202,50.194C144.493,49.903 144.839,49.672 145.22,49.515C145.601,49.357 146.009,49.277 146.42,49.278C146.832,49.279 147.24,49.361 147.62,49.52C148,49.679 148.345,49.911 148.635,50.204Z" />
! <path android:fillColor="#ffffffff" android:pathData="M162.414,59.039C163.426,60.052 165.065,60.054 166.075,59.044C167.084,58.035 167.082,56.396 166.07,55.383L156.287,45.6C155.274,44.588 153.635,44.585 152.625,45.595C151.616,46.605 151.618,48.244 152.63,49.256L162.414,59.039Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M161.899,59.568L162.42,59.047L152.6,49.227H151.572L161.899,59.568Z" />
! <path android:fillColor="#ffffffff" android:pathData="M142.09,52.326L144.316,50.1C144.592,49.821 144.922,49.599 145.284,49.448C145.647,49.296 146.036,49.218 146.429,49.218C146.822,49.218 147.212,49.296 147.574,49.448C147.937,49.599 148.266,49.821 148.543,50.1L155.164,56.722L154.502,57.384C153.116,58.765 151.239,59.541 149.282,59.541C147.326,59.541 145.449,58.765 144.062,57.384L142.104,55.426C141.693,55.015 141.46,54.458 141.456,53.876C141.456,53.296 141.684,52.74 142.09,52.326Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M158.053,59.512C158.438,60.265 158.574,61.12 158.442,61.956C158.311,62.791 157.918,63.563 157.32,64.161L154.685,66.782L144.668,56.764L145.697,55.736C146.672,56.713 147.903,57.396 149.248,57.707C150.593,58.019 151.999,57.946 153.305,57.497C154.206,57.204 155.183,57.246 156.055,57.617C156.928,57.987 157.637,58.66 158.053,59.512Z" />
<path android:fillColor="#ffff9a15" android:pathData="M158.723,70.808L101.101,13.185L97.186,17.1L154.808,74.723L158.723,70.808Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M138.056,56.35L134.5,59.907C133.565,60.842 133.562,62.357 134.495,63.289C135.428,64.222 136.942,64.22 137.877,63.284L141.434,59.728C142.369,58.792 142.371,57.278 141.439,56.345C140.506,55.413 138.992,55.415 138.056,56.35Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M141.447,59.731L139.435,61.744C138.494,62.685 138.494,64.21 139.435,65.151L146.169,71.885C147.11,72.826 148.636,72.826 149.577,71.885L151.589,69.873C152.53,68.932 152.53,67.407 151.589,66.466L144.854,59.731C143.913,58.79 142.388,58.79 141.447,59.731Z" />
! <path android:fillColor="#ffffffff" android:pathData="M145.809,53.256V59.174C145.809,59.79 145.564,60.382 145.129,60.818C144.693,61.253 144.101,61.498 143.485,61.498C142.868,61.498 142.277,61.253 141.841,60.818C141.405,60.382 141.16,59.79 141.16,59.174V53.256L143.485,50.932L145.809,53.256Z" />
<path android:fillColor="#ff18191c" android:pathData="M129.242,26.413L110.124,7.295L91.275,26.144L110.393,45.262L129.242,26.413Z" />
<path android:fillColor="#ff060607" android:pathData="M129.236,26.399L122.81,19.973L103.961,38.822L110.387,45.248L129.236,26.399Z" />
<path android:fillColor="#ff2e3338" android:pathData="M115.365,12.523L111.838,8.997L92.99,27.845L96.516,31.372L115.365,12.523Z" />
! <path android:fillColor="#ff747f8d" android:pathData="M112.701,15.179L109.174,11.652L102.41,18.417L105.936,21.944L112.701,15.179Z" />
<path android:fillColor="#ff18191c" android:pathData="M136.544,22.862L113.69,0.009L110.134,3.565L132.987,26.419L136.544,22.862Z" />
<path android:fillColor="#ff18191c" android:pathData="M110.394,48.988L87.54,26.134L83.983,29.691L106.837,52.545L110.394,48.988Z" />
<path android:fillColor="#ff23262a" android:pathData="M129.241,26.417L110.122,7.298V3.564L132.974,26.417H129.241Z" />
--- 19,38 ----
<path android:fillColor="#ff3e70dd" android:pathData="M157.546,25.106C157.546,25.635 157.971,26.065 158.497,26.065C159.022,26.065 159.447,25.635 159.447,25.106V24.162C159.447,23.633 159.022,23.204 158.497,23.204C157.971,23.204 157.546,23.633 157.546,24.162V25.106Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M157.546,32.729C157.546,33.258 157.971,33.687 158.497,33.687C159.022,33.687 159.447,33.258 159.447,32.729V31.785C159.447,31.255 159.022,30.826 158.497,30.826C157.971,30.826 157.546,31.255 157.546,31.785V32.729Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M69.264,50.72L65.981,52.298C65.813,52.381 65.624,52.409 65.439,52.379C65.254,52.349 65.083,52.262 64.95,52.131C64.816,51.999 64.727,51.829 64.695,51.644C64.663,51.46 64.689,51.27 64.77,51.101L66.362,47.804C66.418,47.682 66.446,47.55 66.446,47.417C66.446,47.283 66.418,47.151 66.362,47.029L64.77,43.676C64.689,43.507 64.663,43.317 64.695,43.132C64.727,42.948 64.816,42.778 64.95,42.646C65.083,42.514 65.254,42.428 65.439,42.397C65.624,42.367 65.813,42.396 65.981,42.478L69.264,44.056C69.386,44.119 69.521,44.152 69.659,44.152C69.796,44.152 69.931,44.119 70.053,44.056L73.336,42.478C73.504,42.396 73.693,42.367 73.878,42.397C74.063,42.428 74.234,42.514 74.368,42.646C74.501,42.778 74.59,42.948 74.622,43.132C74.654,43.317 74.628,43.507 74.547,43.676L72.955,46.959C72.9,47.08 72.871,47.212 72.871,47.346C72.871,47.48 72.9,47.612 72.955,47.734L74.547,51.03C74.628,51.199 74.654,51.389 74.622,51.574C74.59,51.758 74.501,51.928 74.368,52.06C74.234,52.192 74.063,52.279 73.878,52.309C73.693,52.339 73.504,52.311 73.336,52.228L70.053,50.72C69.931,50.657 69.796,50.625 69.659,50.625C69.521,50.625 69.386,50.657 69.264,50.72Z" />
! <path android:fillColor="@color/white" android:pathData="M146.528,49.227H152.6L162.42,59.047L158.701,62.78L146.528,49.227Z" />
! <path android:fillColor="@color/white" android:pathData="M148.635,50.204L159.952,61.521L150.249,71.225L136.71,57.686L144.202,50.194C144.493,49.903 144.839,49.672 145.22,49.515C145.601,49.357 146.009,49.277 146.42,49.278C146.832,49.279 147.24,49.361 147.62,49.52C148,49.679 148.345,49.911 148.635,50.204Z" />
! <path android:fillColor="@color/white" android:pathData="M162.414,59.039C163.426,60.052 165.065,60.054 166.075,59.044C167.084,58.035 167.082,56.396 166.07,55.383L156.287,45.6C155.274,44.588 153.635,44.585 152.625,45.595C151.616,46.605 151.618,48.244 152.63,49.256L162.414,59.039Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M161.899,59.568L162.42,59.047L152.6,49.227H151.572L161.899,59.568Z" />
! <path android:fillColor="@color/white" android:pathData="M142.09,52.326L144.316,50.1C144.592,49.821 144.922,49.599 145.284,49.448C145.647,49.296 146.036,49.218 146.429,49.218C146.822,49.218 147.212,49.296 147.574,49.448C147.937,49.599 148.266,49.821 148.543,50.1L155.164,56.722L154.502,57.384C153.116,58.765 151.239,59.541 149.282,59.541C147.326,59.541 145.449,58.765 144.062,57.384L142.104,55.426C141.693,55.015 141.46,54.458 141.456,53.876C141.456,53.296 141.684,52.74 142.09,52.326Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M158.053,59.512C158.438,60.265 158.574,61.12 158.442,61.956C158.311,62.791 157.918,63.563 157.32,64.161L154.685,66.782L144.668,56.764L145.697,55.736C146.672,56.713 147.903,57.396 149.248,57.707C150.593,58.019 151.999,57.946 153.305,57.497C154.206,57.204 155.183,57.246 156.055,57.617C156.928,57.987 157.637,58.66 158.053,59.512Z" />
<path android:fillColor="#ffff9a15" android:pathData="M158.723,70.808L101.101,13.185L97.186,17.1L154.808,74.723L158.723,70.808Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M138.056,56.35L134.5,59.907C133.565,60.842 133.562,62.357 134.495,63.289C135.428,64.222 136.942,64.22 137.877,63.284L141.434,59.728C142.369,58.792 142.371,57.278 141.439,56.345C140.506,55.413 138.992,55.415 138.056,56.35Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M141.447,59.731L139.435,61.744C138.494,62.685 138.494,64.21 139.435,65.151L146.169,71.885C147.11,72.826 148.636,72.826 149.577,71.885L151.589,69.873C152.53,68.932 152.53,67.407 151.589,66.466L144.854,59.731C143.913,58.79 142.388,58.79 141.447,59.731Z" />
! <path android:fillColor="@color/white" android:pathData="M145.809,53.256V59.174C145.809,59.79 145.564,60.382 145.129,60.818C144.693,61.253 144.101,61.498 143.485,61.498C142.868,61.498 142.277,61.253 141.841,60.818C141.405,60.382 141.16,59.79 141.16,59.174V53.256L143.485,50.932L145.809,53.256Z" />
<path android:fillColor="#ff18191c" android:pathData="M129.242,26.413L110.124,7.295L91.275,26.144L110.393,45.262L129.242,26.413Z" />
<path android:fillColor="#ff060607" android:pathData="M129.236,26.399L122.81,19.973L103.961,38.822L110.387,45.248L129.236,26.399Z" />
<path android:fillColor="#ff2e3338" android:pathData="M115.365,12.523L111.838,8.997L92.99,27.845L96.516,31.372L115.365,12.523Z" />
! <path android:fillColor="@color/brand" android:pathData="M112.701,15.179L109.174,11.652L102.41,18.417L105.936,21.944L112.701,15.179Z" />
<path android:fillColor="#ff18191c" android:pathData="M136.544,22.862L113.69,0.009L110.134,3.565L132.987,26.419L136.544,22.862Z" />
<path android:fillColor="#ff18191c" android:pathData="M110.394,48.988L87.54,26.134L83.983,29.691L106.837,52.545L110.394,48.988Z" />
<path android:fillColor="#ff23262a" android:pathData="M129.241,26.417L110.122,7.298V3.564L132.974,26.417H129.241Z" />
diff -x dist -x build -craB from/res/drawable/img_boost_hands.xml to/res/drawable/img_boost_hands.xml
*** from/res/drawable/img_boost_hands.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/img_boost_hands.xml 2021-01-11 15:13:56.365664820 -0700
***************
*** 5,12 ****
<path android:fillColor="#ffffadfb" android:pathData="M47.5151,0V10.1404L54.7002,17.3255L61.8854,14.3703L47.5151,0Z" />
<path android:fillColor="#ffe655d4" android:pathData="M40.33,31.5802L33.1448,34.5933L47.5152,48.9057V38.7654L40.33,31.5802Z" />
<path android:fillColor="#ffffcff9" android:pathData="M40.33,17.3255V31.58L47.5152,38.7651L54.7003,31.58V17.3255L47.5152,10.1404L40.33,17.3255Z" />
! <path android:fillColor="#ffffffff" android:pathData="M54.7003,17.3254V17.3833L40.388,31.6377H40.33V27.7554L52.7302,15.3552L54.7003,17.3254Z" />
! <path android:fillColor="#ffffffff" android:pathData="M54.7,22.7142V26.6545L45.0812,36.3313L43.111,34.3032L54.7,22.7142Z" />
<path android:fillColor="#ffffcff9" android:pathData="M35.6946,9.5031L33.3768,10.6041C33.0871,10.7779 32.6815,10.6041 32.5076,10.3143C32.4497,10.1405 32.4497,9.9087 32.5076,9.7349L33.6086,7.4171C33.7245,7.2432 33.7245,7.0115 33.6086,6.8376L32.5076,4.5198C32.3338,4.1722 32.5076,3.8245 32.7974,3.6507C32.9712,3.5927 33.145,3.5927 33.3189,3.6507L35.6367,4.7516C35.8105,4.8675 36.0423,4.8675 36.2161,4.7516L38.5339,3.6507C38.8816,3.4768 39.2293,3.6507 39.4031,3.9404C39.461,4.1142 39.461,4.2881 39.4031,4.4619L38.3021,6.7797C38.1862,6.9535 38.1862,7.1853 38.3021,7.3591L39.4031,9.6769C39.5769,9.9667 39.4031,10.3723 39.1134,10.5461C38.9395,10.6041 38.7077,10.6041 38.5339,10.5461L36.2161,9.4452C36.1002,9.3872 35.8685,9.3872 35.6946,9.5031Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M72.8365,21.7872C74.6328,21.034 76.6609,21.9031 77.3562,23.6415L83.2086,37.838L76.7767,40.5034L70.9243,26.3649C70.171,24.5686 71.0402,22.5405 72.8365,21.7872Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M77.994,8.7494C79.7902,7.9962 81.8183,8.8653 82.5136,10.6037L88.9455,26.075L82.5136,28.7404L76.1397,13.3271C75.3864,11.5308 76.2556,9.5027 77.994,8.7494Z" />
--- 5,12 ----
<path android:fillColor="#ffffadfb" android:pathData="M47.5151,0V10.1404L54.7002,17.3255L61.8854,14.3703L47.5151,0Z" />
<path android:fillColor="#ffe655d4" android:pathData="M40.33,31.5802L33.1448,34.5933L47.5152,48.9057V38.7654L40.33,31.5802Z" />
<path android:fillColor="#ffffcff9" android:pathData="M40.33,17.3255V31.58L47.5152,38.7651L54.7003,31.58V17.3255L47.5152,10.1404L40.33,17.3255Z" />
! <path android:fillColor="@color/white" android:pathData="M54.7003,17.3254V17.3833L40.388,31.6377H40.33V27.7554L52.7302,15.3552L54.7003,17.3254Z" />
! <path android:fillColor="@color/white" android:pathData="M54.7,22.7142V26.6545L45.0812,36.3313L43.111,34.3032L54.7,22.7142Z" />
<path android:fillColor="#ffffcff9" android:pathData="M35.6946,9.5031L33.3768,10.6041C33.0871,10.7779 32.6815,10.6041 32.5076,10.3143C32.4497,10.1405 32.4497,9.9087 32.5076,9.7349L33.6086,7.4171C33.7245,7.2432 33.7245,7.0115 33.6086,6.8376L32.5076,4.5198C32.3338,4.1722 32.5076,3.8245 32.7974,3.6507C32.9712,3.5927 33.145,3.5927 33.3189,3.6507L35.6367,4.7516C35.8105,4.8675 36.0423,4.8675 36.2161,4.7516L38.5339,3.6507C38.8816,3.4768 39.2293,3.6507 39.4031,3.9404C39.461,4.1142 39.461,4.2881 39.4031,4.4619L38.3021,6.7797C38.1862,6.9535 38.1862,7.1853 38.3021,7.3591L39.4031,9.6769C39.5769,9.9667 39.4031,10.3723 39.1134,10.5461C38.9395,10.6041 38.7077,10.6041 38.5339,10.5461L36.2161,9.4452C36.1002,9.3872 35.8685,9.3872 35.6946,9.5031Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M72.8365,21.7872C74.6328,21.034 76.6609,21.9031 77.3562,23.6415L83.2086,37.838L76.7767,40.5034L70.9243,26.3649C70.171,24.5686 71.0402,22.5405 72.8365,21.7872Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M77.994,8.7494C79.7902,7.9962 81.8183,8.8653 82.5136,10.6037L88.9455,26.075L82.5136,28.7404L76.1397,13.3271C75.3864,11.5308 76.2556,9.5027 77.994,8.7494Z" />
diff -x dist -x build -craB from/res/drawable/img_channel_following_success_1_dark.xml to/res/drawable/img_channel_following_success_1_dark.xml
*** from/res/drawable/img_channel_following_success_1_dark.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/img_channel_following_success_1_dark.xml 2021-01-11 15:13:55.741674164 -0700
***************
*** 26,32 ****
<path android:fillColor="#ff4a76e6" android:pathData="M231.02,90.35C232.434,90.35 233.58,89.204 233.58,87.79C233.58,86.376 232.434,85.23 231.02,85.23C229.606,85.23 228.46,86.376 228.46,87.79C228.46,89.204 229.606,90.35 231.02,90.35Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M142.36,90.35C143.774,90.35 144.92,89.204 144.92,87.79C144.92,86.376 143.774,85.23 142.36,85.23C140.946,85.23 139.8,86.376 139.8,87.79C139.8,89.204 140.946,90.35 142.36,90.35Z" />
<path android:fillColor="#ffc9cde0" android:pathData="M25.28,94.64H11.48V115.49H25.28V94.64Z" />
! <path android:fillColor="#ffffffff" android:pathData="M61.66,94.64H25.28V115.49H61.66V94.64Z" />
<path android:fillColor="#ffc9dbf7" android:pathData="M57.86,98.06H29.07V112.08H57.86V98.06Z" />
<path android:fillColor="#ff36393f" android:pathData="M57.86,104.72H29.07V105.77H57.86V104.72Z" />
<path android:fillColor="#ff36393f" android:pathData="M48.4,104.72H39L40,106.53C40.099,106.706 40.245,106.851 40.421,106.948C40.598,107.045 40.799,107.091 41,107.08H46.45C46.651,107.091 46.852,107.045 47.029,106.948C47.205,106.851 47.351,106.706 47.45,106.53L48.4,104.72Z" />
--- 26,32 ----
<path android:fillColor="#ff4a76e6" android:pathData="M231.02,90.35C232.434,90.35 233.58,89.204 233.58,87.79C233.58,86.376 232.434,85.23 231.02,85.23C229.606,85.23 228.46,86.376 228.46,87.79C228.46,89.204 229.606,90.35 231.02,90.35Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M142.36,90.35C143.774,90.35 144.92,89.204 144.92,87.79C144.92,86.376 143.774,85.23 142.36,85.23C140.946,85.23 139.8,86.376 139.8,87.79C139.8,89.204 140.946,90.35 142.36,90.35Z" />
<path android:fillColor="#ffc9cde0" android:pathData="M25.28,94.64H11.48V115.49H25.28V94.64Z" />
! <path android:fillColor="@color/white" android:pathData="M61.66,94.64H25.28V115.49H61.66V94.64Z" />
<path android:fillColor="#ffc9dbf7" android:pathData="M57.86,98.06H29.07V112.08H57.86V98.06Z" />
<path android:fillColor="#ff36393f" android:pathData="M57.86,104.72H29.07V105.77H57.86V104.72Z" />
<path android:fillColor="#ff36393f" android:pathData="M48.4,104.72H39L40,106.53C40.099,106.706 40.245,106.851 40.421,106.948C40.598,107.045 40.799,107.091 41,107.08H46.45C46.651,107.091 46.852,107.045 47.029,106.948C47.205,106.851 47.351,106.706 47.45,106.53L48.4,104.72Z" />
***************
*** 56,62 ****
<path android:fillColor="#ff4a76e6" android:pathData="M203.79,23.39H188C188.142,21.395 189.035,19.527 190.499,18.164C191.963,16.8 193.889,16.042 195.89,16.042C197.891,16.042 199.817,16.8 201.281,18.164C202.745,19.527 203.638,21.395 203.78,23.39H203.79Z" />
<path android:fillColor="#ff303338" android:pathData="M203.79,23.4H188V24.46H203.79V23.4Z" />
<path android:fillColor="#ff303338" android:pathData="M193.88,26.12C195.089,26.12 196.07,25.139 196.07,23.93C196.07,22.721 195.089,21.74 193.88,21.74C192.67,21.74 191.69,22.721 191.69,23.93C191.69,25.139 192.67,26.12 193.88,26.12Z" />
! <path android:fillColor="#ffffffff" android:pathData="M193.88,25.32C194.648,25.32 195.27,24.698 195.27,23.93C195.27,23.162 194.648,22.54 193.88,22.54C193.112,22.54 192.49,23.162 192.49,23.93C192.49,24.698 193.112,25.32 193.88,25.32Z" />
<path android:fillColor="#ffec7df7" android:pathData="M201.46,18.31C200.071,19.233 198.772,20.284 197.58,21.45C197.411,21.612 197.185,21.702 196.95,21.7C196.829,21.701 196.709,21.678 196.597,21.632C196.485,21.586 196.384,21.517 196.3,21.43C196.215,21.345 196.148,21.245 196.102,21.134C196.056,21.023 196.032,20.905 196.032,20.785C196.032,20.665 196.056,20.546 196.102,20.436C196.148,20.325 196.215,20.224 196.3,20.14C197.432,19.041 198.653,18.038 199.95,17.14C200.5,17.466 201.007,17.859 201.46,18.31V18.31Z" />
<path android:fillColor="#ffec7df7" android:pathData="M191.84,21.56C191.635,21.688 191.388,21.73 191.153,21.678C190.917,21.626 190.711,21.483 190.58,21.28C190.175,20.637 189.811,19.969 189.49,19.28C189.882,18.743 190.339,18.256 190.85,17.83C191.205,18.687 191.63,19.513 192.12,20.3C192.248,20.505 192.29,20.752 192.238,20.987C192.186,21.223 192.043,21.429 191.84,21.56V21.56Z" />
<path android:fillColor="#ffc1c5d4" android:pathData="M226.57,19.35H232.36C232.445,19.35 232.529,19.367 232.607,19.4C232.686,19.433 232.757,19.481 232.816,19.541C232.876,19.602 232.923,19.673 232.954,19.752C232.986,19.831 233.001,19.915 233,20V31.84H226V19.84C226.013,19.7 226.079,19.571 226.186,19.48C226.292,19.388 226.43,19.342 226.57,19.35V19.35Z" />
--- 56,62 ----
<path android:fillColor="#ff4a76e6" android:pathData="M203.79,23.39H188C188.142,21.395 189.035,19.527 190.499,18.164C191.963,16.8 193.889,16.042 195.89,16.042C197.891,16.042 199.817,16.8 201.281,18.164C202.745,19.527 203.638,21.395 203.78,23.39H203.79Z" />
<path android:fillColor="#ff303338" android:pathData="M203.79,23.4H188V24.46H203.79V23.4Z" />
<path android:fillColor="#ff303338" android:pathData="M193.88,26.12C195.089,26.12 196.07,25.139 196.07,23.93C196.07,22.721 195.089,21.74 193.88,21.74C192.67,21.74 191.69,22.721 191.69,23.93C191.69,25.139 192.67,26.12 193.88,26.12Z" />
! <path android:fillColor="@color/white" android:pathData="M193.88,25.32C194.648,25.32 195.27,24.698 195.27,23.93C195.27,23.162 194.648,22.54 193.88,22.54C193.112,22.54 192.49,23.162 192.49,23.93C192.49,24.698 193.112,25.32 193.88,25.32Z" />
<path android:fillColor="#ffec7df7" android:pathData="M201.46,18.31C200.071,19.233 198.772,20.284 197.58,21.45C197.411,21.612 197.185,21.702 196.95,21.7C196.829,21.701 196.709,21.678 196.597,21.632C196.485,21.586 196.384,21.517 196.3,21.43C196.215,21.345 196.148,21.245 196.102,21.134C196.056,21.023 196.032,20.905 196.032,20.785C196.032,20.665 196.056,20.546 196.102,20.436C196.148,20.325 196.215,20.224 196.3,20.14C197.432,19.041 198.653,18.038 199.95,17.14C200.5,17.466 201.007,17.859 201.46,18.31V18.31Z" />
<path android:fillColor="#ffec7df7" android:pathData="M191.84,21.56C191.635,21.688 191.388,21.73 191.153,21.678C190.917,21.626 190.711,21.483 190.58,21.28C190.175,20.637 189.811,19.969 189.49,19.28C189.882,18.743 190.339,18.256 190.85,17.83C191.205,18.687 191.63,19.513 192.12,20.3C192.248,20.505 192.29,20.752 192.238,20.987C192.186,21.223 192.043,21.429 191.84,21.56V21.56Z" />
<path android:fillColor="#ffc1c5d4" android:pathData="M226.57,19.35H232.36C232.445,19.35 232.529,19.367 232.607,19.4C232.686,19.433 232.757,19.481 232.816,19.541C232.876,19.602 232.923,19.673 232.954,19.752C232.986,19.831 233.001,19.915 233,20V31.84H226V19.84C226.013,19.7 226.079,19.571 226.186,19.48C226.292,19.388 226.43,19.342 226.57,19.35V19.35Z" />
diff -x dist -x build -craB from/res/drawable/img_channel_following_success_1_light.xml to/res/drawable/img_channel_following_success_1_light.xml
*** from/res/drawable/img_channel_following_success_1_light.xml 2021-01-02 17:58:42.826414404 -0700
--- to/res/drawable/img_channel_following_success_1_light.xml 2021-01-11 15:13:56.126668399 -0700
***************
*** 26,32 ****
<path android:fillColor="#ff4a76e6" android:pathData="M231.02,90.35C232.434,90.35 233.58,89.204 233.58,87.79C233.58,86.376 232.434,85.23 231.02,85.23C229.606,85.23 228.46,86.376 228.46,87.79C228.46,89.204 229.606,90.35 231.02,90.35Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M142.36,90.35C143.774,90.35 144.92,89.204 144.92,87.79C144.92,86.376 143.774,85.23 142.36,85.23C140.946,85.23 139.8,86.376 139.8,87.79C139.8,89.204 140.946,90.35 142.36,90.35Z" />
<path android:fillColor="#ffc9cde0" android:pathData="M25.28,94.64H11.48V115.49H25.28V94.64Z" />
! <path android:fillColor="#ffffffff" android:pathData="M61.66,94.64H25.28V115.49H61.66V94.64Z" />
<path android:fillColor="#ffc9dbf7" android:pathData="M57.86,98.06H29.07V112.08H57.86V98.06Z" />
<path android:fillColor="#ff36393f" android:pathData="M57.86,104.72H29.07V105.77H57.86V104.72Z" />
<path android:fillColor="#ff36393f" android:pathData="M48.4,104.72H39L40,106.53C40.099,106.706 40.245,106.851 40.421,106.948C40.598,107.045 40.799,107.091 41,107.08H46.45C46.651,107.091 46.852,107.045 47.029,106.948C47.205,106.851 47.351,106.706 47.45,106.53L48.4,104.72Z" />
--- 26,32 ----
<path android:fillColor="#ff4a76e6" android:pathData="M231.02,90.35C232.434,90.35 233.58,89.204 233.58,87.79C233.58,86.376 232.434,85.23 231.02,85.23C229.606,85.23 228.46,86.376 228.46,87.79C228.46,89.204 229.606,90.35 231.02,90.35Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M142.36,90.35C143.774,90.35 144.92,89.204 144.92,87.79C144.92,86.376 143.774,85.23 142.36,85.23C140.946,85.23 139.8,86.376 139.8,87.79C139.8,89.204 140.946,90.35 142.36,90.35Z" />
<path android:fillColor="#ffc9cde0" android:pathData="M25.28,94.64H11.48V115.49H25.28V94.64Z" />
! <path android:fillColor="@color/white" android:pathData="M61.66,94.64H25.28V115.49H61.66V94.64Z" />
<path android:fillColor="#ffc9dbf7" android:pathData="M57.86,98.06H29.07V112.08H57.86V98.06Z" />
<path android:fillColor="#ff36393f" android:pathData="M57.86,104.72H29.07V105.77H57.86V104.72Z" />
<path android:fillColor="#ff36393f" android:pathData="M48.4,104.72H39L40,106.53C40.099,106.706 40.245,106.851 40.421,106.948C40.598,107.045 40.799,107.091 41,107.08H46.45C46.651,107.091 46.852,107.045 47.029,106.948C47.205,106.851 47.351,106.706 47.45,106.53L48.4,104.72Z" />
***************
*** 56,62 ****
<path android:fillColor="#ff4a76e6" android:pathData="M203.79,23.39H188C188.142,21.395 189.035,19.527 190.499,18.164C191.963,16.8 193.889,16.042 195.89,16.042C197.891,16.042 199.817,16.8 201.281,18.164C202.745,19.527 203.638,21.395 203.78,23.39H203.79Z" />
<path android:fillColor="#ff303338" android:pathData="M203.79,23.4H188V24.46H203.79V23.4Z" />
<path android:fillColor="#ff303338" android:pathData="M193.88,26.12C195.089,26.12 196.07,25.139 196.07,23.93C196.07,22.721 195.089,21.74 193.88,21.74C192.67,21.74 191.69,22.721 191.69,23.93C191.69,25.139 192.67,26.12 193.88,26.12Z" />
! <path android:fillColor="#ffffffff" android:pathData="M193.88,25.32C194.648,25.32 195.27,24.698 195.27,23.93C195.27,23.162 194.648,22.54 193.88,22.54C193.112,22.54 192.49,23.162 192.49,23.93C192.49,24.698 193.112,25.32 193.88,25.32Z" />
<path android:fillColor="#ffec7df7" android:pathData="M201.46,18.31C200.071,19.233 198.772,20.284 197.58,21.45C197.411,21.612 197.185,21.702 196.95,21.7C196.829,21.701 196.709,21.678 196.597,21.632C196.485,21.586 196.384,21.517 196.3,21.43C196.215,21.345 196.148,21.245 196.102,21.134C196.056,21.023 196.032,20.905 196.032,20.785C196.032,20.665 196.056,20.546 196.102,20.436C196.148,20.325 196.215,20.224 196.3,20.14C197.432,19.041 198.653,18.038 199.95,17.14C200.5,17.466 201.007,17.859 201.46,18.31V18.31Z" />
<path android:fillColor="#ffec7df7" android:pathData="M191.84,21.56C191.635,21.688 191.388,21.73 191.153,21.678C190.917,21.626 190.711,21.483 190.58,21.28C190.175,20.637 189.811,19.969 189.49,19.28C189.882,18.743 190.339,18.256 190.85,17.83C191.205,18.687 191.63,19.513 192.12,20.3C192.248,20.505 192.29,20.752 192.238,20.987C192.186,21.223 192.043,21.429 191.84,21.56V21.56Z" />
<path android:fillColor="#ffc1c5d4" android:pathData="M226.57,19.35H232.36C232.445,19.35 232.529,19.367 232.607,19.4C232.686,19.433 232.757,19.481 232.816,19.541C232.876,19.602 232.923,19.673 232.954,19.752C232.986,19.831 233.001,19.915 233,20V31.84H226V19.84C226.013,19.7 226.079,19.571 226.186,19.48C226.292,19.388 226.43,19.342 226.57,19.35V19.35Z" />
--- 56,62 ----
<path android:fillColor="#ff4a76e6" android:pathData="M203.79,23.39H188C188.142,21.395 189.035,19.527 190.499,18.164C191.963,16.8 193.889,16.042 195.89,16.042C197.891,16.042 199.817,16.8 201.281,18.164C202.745,19.527 203.638,21.395 203.78,23.39H203.79Z" />
<path android:fillColor="#ff303338" android:pathData="M203.79,23.4H188V24.46H203.79V23.4Z" />
<path android:fillColor="#ff303338" android:pathData="M193.88,26.12C195.089,26.12 196.07,25.139 196.07,23.93C196.07,22.721 195.089,21.74 193.88,21.74C192.67,21.74 191.69,22.721 191.69,23.93C191.69,25.139 192.67,26.12 193.88,26.12Z" />
! <path android:fillColor="@color/white" android:pathData="M193.88,25.32C194.648,25.32 195.27,24.698 195.27,23.93C195.27,23.162 194.648,22.54 193.88,22.54C193.112,22.54 192.49,23.162 192.49,23.93C192.49,24.698 193.112,25.32 193.88,25.32Z" />
<path android:fillColor="#ffec7df7" android:pathData="M201.46,18.31C200.071,19.233 198.772,20.284 197.58,21.45C197.411,21.612 197.185,21.702 196.95,21.7C196.829,21.701 196.709,21.678 196.597,21.632C196.485,21.586 196.384,21.517 196.3,21.43C196.215,21.345 196.148,21.245 196.102,21.134C196.056,21.023 196.032,20.905 196.032,20.785C196.032,20.665 196.056,20.546 196.102,20.436C196.148,20.325 196.215,20.224 196.3,20.14C197.432,19.041 198.653,18.038 199.95,17.14C200.5,17.466 201.007,17.859 201.46,18.31V18.31Z" />
<path android:fillColor="#ffec7df7" android:pathData="M191.84,21.56C191.635,21.688 191.388,21.73 191.153,21.678C190.917,21.626 190.711,21.483 190.58,21.28C190.175,20.637 189.811,19.969 189.49,19.28C189.882,18.743 190.339,18.256 190.85,17.83C191.205,18.687 191.63,19.513 192.12,20.3C192.248,20.505 192.29,20.752 192.238,20.987C192.186,21.223 192.043,21.429 191.84,21.56V21.56Z" />
<path android:fillColor="#ffc1c5d4" android:pathData="M226.57,19.35H232.36C232.445,19.35 232.529,19.367 232.607,19.4C232.686,19.433 232.757,19.481 232.816,19.541C232.876,19.602 232.923,19.673 232.954,19.752C232.986,19.831 233.001,19.915 233,20V31.84H226V19.84C226.013,19.7 226.079,19.571 226.186,19.48C226.292,19.388 226.43,19.342 226.57,19.35V19.35Z" />
diff -x dist -x build -craB from/res/drawable/img_channel_following_success_2_dark.xml to/res/drawable/img_channel_following_success_2_dark.xml
*** from/res/drawable/img_channel_following_success_2_dark.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/img_channel_following_success_2_dark.xml 2021-01-11 15:13:55.457678416 -0700
***************
*** 13,19 ****
<path android:fillColor="#ff4a76e6" android:pathData="M203.79,23.39H188C188.142,21.395 189.035,19.527 190.499,18.164C191.963,16.8 193.889,16.042 195.89,16.042C197.891,16.042 199.817,16.8 201.281,18.164C202.745,19.527 203.638,21.395 203.78,23.39H203.79Z" />
<path android:fillColor="#ff303338" android:pathData="M203.79,23.4H188V24.46H203.79V23.4Z" />
<path android:fillColor="#ff303338" android:pathData="M193.88,26.12C195.089,26.12 196.07,25.139 196.07,23.93C196.07,22.721 195.089,21.74 193.88,21.74C192.67,21.74 191.69,22.721 191.69,23.93C191.69,25.139 192.67,26.12 193.88,26.12Z" />
! <path android:fillColor="#ffffffff" android:pathData="M193.88,25.32C194.648,25.32 195.27,24.698 195.27,23.93C195.27,23.162 194.648,22.54 193.88,22.54C193.112,22.54 192.49,23.162 192.49,23.93C192.49,24.698 193.112,25.32 193.88,25.32Z" />
<path android:fillColor="#ffec7df7" android:pathData="M201.46,18.31C200.071,19.233 198.772,20.284 197.58,21.45C197.411,21.612 197.185,21.702 196.95,21.7C196.829,21.702 196.709,21.678 196.597,21.632C196.485,21.586 196.384,21.517 196.3,21.43C196.215,21.346 196.148,21.245 196.102,21.134C196.056,21.024 196.032,20.905 196.032,20.785C196.032,20.665 196.056,20.547 196.102,20.436C196.148,20.325 196.215,20.225 196.3,20.14C197.432,19.042 198.653,18.038 199.95,17.14C200.5,17.466 201.007,17.859 201.46,18.31V18.31Z" />
<path android:fillColor="#ffec7df7" android:pathData="M191.84,21.56C191.635,21.688 191.388,21.73 191.153,21.678C190.917,21.626 190.711,21.483 190.58,21.28C190.175,20.637 189.811,19.969 189.49,19.28C189.882,18.743 190.339,18.256 190.85,17.83C191.205,18.687 191.63,19.513 192.12,20.3C192.248,20.505 192.29,20.752 192.238,20.987C192.186,21.223 192.043,21.429 191.84,21.56V21.56Z" />
<path android:fillColor="#ffc1c5d4" android:pathData="M226.57,19.35H232.36C232.445,19.35 232.529,19.367 232.607,19.4C232.686,19.433 232.757,19.481 232.816,19.541C232.876,19.602 232.923,19.673 232.954,19.752C232.986,19.831 233.001,19.915 233,20V31.84H226V19.84C226.013,19.7 226.079,19.571 226.186,19.48C226.292,19.388 226.43,19.342 226.57,19.35V19.35Z" />
--- 13,19 ----
<path android:fillColor="#ff4a76e6" android:pathData="M203.79,23.39H188C188.142,21.395 189.035,19.527 190.499,18.164C191.963,16.8 193.889,16.042 195.89,16.042C197.891,16.042 199.817,16.8 201.281,18.164C202.745,19.527 203.638,21.395 203.78,23.39H203.79Z" />
<path android:fillColor="#ff303338" android:pathData="M203.79,23.4H188V24.46H203.79V23.4Z" />
<path android:fillColor="#ff303338" android:pathData="M193.88,26.12C195.089,26.12 196.07,25.139 196.07,23.93C196.07,22.721 195.089,21.74 193.88,21.74C192.67,21.74 191.69,22.721 191.69,23.93C191.69,25.139 192.67,26.12 193.88,26.12Z" />
! <path android:fillColor="@color/white" android:pathData="M193.88,25.32C194.648,25.32 195.27,24.698 195.27,23.93C195.27,23.162 194.648,22.54 193.88,22.54C193.112,22.54 192.49,23.162 192.49,23.93C192.49,24.698 193.112,25.32 193.88,25.32Z" />
<path android:fillColor="#ffec7df7" android:pathData="M201.46,18.31C200.071,19.233 198.772,20.284 197.58,21.45C197.411,21.612 197.185,21.702 196.95,21.7C196.829,21.702 196.709,21.678 196.597,21.632C196.485,21.586 196.384,21.517 196.3,21.43C196.215,21.346 196.148,21.245 196.102,21.134C196.056,21.024 196.032,20.905 196.032,20.785C196.032,20.665 196.056,20.547 196.102,20.436C196.148,20.325 196.215,20.225 196.3,20.14C197.432,19.042 198.653,18.038 199.95,17.14C200.5,17.466 201.007,17.859 201.46,18.31V18.31Z" />
<path android:fillColor="#ffec7df7" android:pathData="M191.84,21.56C191.635,21.688 191.388,21.73 191.153,21.678C190.917,21.626 190.711,21.483 190.58,21.28C190.175,20.637 189.811,19.969 189.49,19.28C189.882,18.743 190.339,18.256 190.85,17.83C191.205,18.687 191.63,19.513 192.12,20.3C192.248,20.505 192.29,20.752 192.238,20.987C192.186,21.223 192.043,21.429 191.84,21.56V21.56Z" />
<path android:fillColor="#ffc1c5d4" android:pathData="M226.57,19.35H232.36C232.445,19.35 232.529,19.367 232.607,19.4C232.686,19.433 232.757,19.481 232.816,19.541C232.876,19.602 232.923,19.673 232.954,19.752C232.986,19.831 233.001,19.915 233,20V31.84H226V19.84C226.013,19.7 226.079,19.571 226.186,19.48C226.292,19.388 226.43,19.342 226.57,19.35V19.35Z" />
***************
*** 53,59 ****
<path android:fillColor="#ff4a76e6" android:pathData="M231.02,90.35C232.434,90.35 233.58,89.204 233.58,87.79C233.58,86.376 232.434,85.23 231.02,85.23C229.606,85.23 228.46,86.376 228.46,87.79C228.46,89.204 229.606,90.35 231.02,90.35Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M142.36,90.35C143.774,90.35 144.92,89.204 144.92,87.79C144.92,86.376 143.774,85.23 142.36,85.23C140.946,85.23 139.8,86.376 139.8,87.79C139.8,89.204 140.946,90.35 142.36,90.35Z" />
<path android:fillColor="#ffc9cde0" android:pathData="M25.28,94.64H11.48V115.49H25.28V94.64Z" />
! <path android:fillColor="#ffffffff" android:pathData="M61.66,94.64H25.28V115.49H61.66V94.64Z" />
<path android:fillColor="#ffc9dbf7" android:pathData="M57.86,98.06H29.07V112.08H57.86V98.06Z" />
<path android:fillColor="#ff36393f" android:pathData="M57.86,104.72H29.07V105.77H57.86V104.72Z" />
<path android:fillColor="#ff36393f" android:pathData="M48.4,104.72H39L40,106.53C40.099,106.706 40.245,106.851 40.421,106.948C40.598,107.045 40.799,107.091 41,107.08H46.45C46.651,107.091 46.852,107.045 47.029,106.948C47.205,106.851 47.351,106.706 47.45,106.53L48.4,104.72Z" />
--- 53,59 ----
<path android:fillColor="#ff4a76e6" android:pathData="M231.02,90.35C232.434,90.35 233.58,89.204 233.58,87.79C233.58,86.376 232.434,85.23 231.02,85.23C229.606,85.23 228.46,86.376 228.46,87.79C228.46,89.204 229.606,90.35 231.02,90.35Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M142.36,90.35C143.774,90.35 144.92,89.204 144.92,87.79C144.92,86.376 143.774,85.23 142.36,85.23C140.946,85.23 139.8,86.376 139.8,87.79C139.8,89.204 140.946,90.35 142.36,90.35Z" />
<path android:fillColor="#ffc9cde0" android:pathData="M25.28,94.64H11.48V115.49H25.28V94.64Z" />
! <path android:fillColor="@color/white" android:pathData="M61.66,94.64H25.28V115.49H61.66V94.64Z" />
<path android:fillColor="#ffc9dbf7" android:pathData="M57.86,98.06H29.07V112.08H57.86V98.06Z" />
<path android:fillColor="#ff36393f" android:pathData="M57.86,104.72H29.07V105.77H57.86V104.72Z" />
<path android:fillColor="#ff36393f" android:pathData="M48.4,104.72H39L40,106.53C40.099,106.706 40.245,106.851 40.421,106.948C40.598,107.045 40.799,107.091 41,107.08H46.45C46.651,107.091 46.852,107.045 47.029,106.948C47.205,106.851 47.351,106.706 47.45,106.53L48.4,104.72Z" />
***************
*** 96,103 ****
<path android:fillColor="#00000000" android:pathData="M136.2,49.92V43.22" android:strokeColor="#ffb1805b" android:strokeWidth="1.0016" />
<path android:fillColor="#ffb2c1d1" android:pathData="M136.7,43.22H135.7V43.98H136.7V43.22Z" />
<path android:fillColor="#00000000" android:pathData="M135.05,39.59C130.87,43.07 129.57,46.02 136.2,46.02" android:strokeColor="#ff000000" android:strokeWidth="1.60256" android:strokeLineCap="round" />
! <path android:fillColor="#00000000" android:pathData="M138.47,36.43V41.75C138.47,42.14 138.315,42.514 138.039,42.789C137.764,43.065 137.39,43.22 137,43.22H135.41C135.02,43.22 134.646,43.065 134.37,42.789C134.095,42.514 133.94,42.14 133.94,41.75V36.43" android:strokeColor="#ffffffff" android:strokeWidth="0.500801" />
! <path android:fillColor="#00000000" android:pathData="M136.2,43.22V36.43" android:strokeColor="#ffffffff" android:strokeWidth="0.500801" />
<path android:fillColor="#ff784343" android:pathData="M144.92,21.15V48.21H121.38V21.15H144.92ZM148,18.2H118.27V51.2H148V18.2Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M134.96,31.65H132.3V31.87H134.96V31.65Z" />
<path android:fillColor="#00000000" android:pathData="M89.67,57.77C84.47,59.343 79.844,62.402 76.36,66.57" android:strokeColor="#ff000000" android:strokeWidth="3.4307" android:strokeLineCap="round" />
--- 96,103 ----
<path android:fillColor="#00000000" android:pathData="M136.2,49.92V43.22" android:strokeColor="#ffb1805b" android:strokeWidth="1.0016" />
<path android:fillColor="#ffb2c1d1" android:pathData="M136.7,43.22H135.7V43.98H136.7V43.22Z" />
<path android:fillColor="#00000000" android:pathData="M135.05,39.59C130.87,43.07 129.57,46.02 136.2,46.02" android:strokeColor="#ff000000" android:strokeWidth="1.60256" android:strokeLineCap="round" />
! <path android:fillColor="#00000000" android:pathData="M138.47,36.43V41.75C138.47,42.14 138.315,42.514 138.039,42.789C137.764,43.065 137.39,43.22 137,43.22H135.41C135.02,43.22 134.646,43.065 134.37,42.789C134.095,42.514 133.94,42.14 133.94,41.75V36.43" android:strokeColor="@color/white" android:strokeWidth="0.500801" />
! <path android:fillColor="#00000000" android:pathData="M136.2,43.22V36.43" android:strokeColor="@color/white" android:strokeWidth="0.500801" />
<path android:fillColor="#ff784343" android:pathData="M144.92,21.15V48.21H121.38V21.15H144.92ZM148,18.2H118.27V51.2H148V18.2Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M134.96,31.65H132.3V31.87H134.96V31.65Z" />
<path android:fillColor="#00000000" android:pathData="M89.67,57.77C84.47,59.343 79.844,62.402 76.36,66.57" android:strokeColor="#ff000000" android:strokeWidth="3.4307" android:strokeLineCap="round" />
diff -x dist -x build -craB from/res/drawable/img_channel_following_success_2_light.xml to/res/drawable/img_channel_following_success_2_light.xml
*** from/res/drawable/img_channel_following_success_2_light.xml 2021-01-02 17:58:42.816414556 -0700
--- to/res/drawable/img_channel_following_success_2_light.xml 2021-01-11 15:13:56.009670151 -0700
***************
*** 13,19 ****
<path android:fillColor="#ff4a76e6" android:pathData="M203.79,23.39H188C188.142,21.395 189.035,19.527 190.499,18.164C191.963,16.8 193.889,16.042 195.89,16.042C197.891,16.042 199.817,16.8 201.281,18.164C202.745,19.527 203.638,21.395 203.78,23.39H203.79Z" />
<path android:fillColor="#ff303338" android:pathData="M203.79,23.4H188V24.46H203.79V23.4Z" />
<path android:fillColor="#ff303338" android:pathData="M193.88,26.12C195.089,26.12 196.07,25.139 196.07,23.93C196.07,22.721 195.089,21.74 193.88,21.74C192.67,21.74 191.69,22.721 191.69,23.93C191.69,25.139 192.67,26.12 193.88,26.12Z" />
! <path android:fillColor="#ffffffff" android:pathData="M193.88,25.32C194.648,25.32 195.27,24.698 195.27,23.93C195.27,23.162 194.648,22.54 193.88,22.54C193.112,22.54 192.49,23.162 192.49,23.93C192.49,24.698 193.112,25.32 193.88,25.32Z" />
<path android:fillColor="#ffec7df7" android:pathData="M201.46,18.31C200.071,19.233 198.772,20.284 197.58,21.45C197.411,21.612 197.185,21.702 196.95,21.7C196.829,21.702 196.709,21.678 196.597,21.632C196.485,21.586 196.384,21.517 196.3,21.43C196.215,21.346 196.148,21.245 196.102,21.134C196.056,21.024 196.032,20.905 196.032,20.785C196.032,20.665 196.056,20.547 196.102,20.436C196.148,20.325 196.215,20.225 196.3,20.14C197.432,19.042 198.653,18.038 199.95,17.14C200.5,17.466 201.007,17.859 201.46,18.31V18.31Z" />
<path android:fillColor="#ffec7df7" android:pathData="M191.84,21.56C191.635,21.688 191.388,21.73 191.153,21.678C190.917,21.626 190.711,21.483 190.58,21.28C190.175,20.637 189.811,19.969 189.49,19.28C189.882,18.743 190.339,18.256 190.85,17.83C191.205,18.687 191.63,19.513 192.12,20.3C192.248,20.505 192.29,20.752 192.238,20.987C192.186,21.223 192.043,21.429 191.84,21.56V21.56Z" />
<path android:fillColor="#ffc1c5d4" android:pathData="M226.57,19.35H232.36C232.445,19.35 232.529,19.367 232.607,19.4C232.686,19.433 232.757,19.481 232.816,19.541C232.876,19.602 232.923,19.673 232.954,19.752C232.986,19.831 233.001,19.915 233,20V31.84H226V19.84C226.013,19.7 226.079,19.571 226.186,19.48C226.292,19.388 226.43,19.342 226.57,19.35V19.35Z" />
--- 13,19 ----
<path android:fillColor="#ff4a76e6" android:pathData="M203.79,23.39H188C188.142,21.395 189.035,19.527 190.499,18.164C191.963,16.8 193.889,16.042 195.89,16.042C197.891,16.042 199.817,16.8 201.281,18.164C202.745,19.527 203.638,21.395 203.78,23.39H203.79Z" />
<path android:fillColor="#ff303338" android:pathData="M203.79,23.4H188V24.46H203.79V23.4Z" />
<path android:fillColor="#ff303338" android:pathData="M193.88,26.12C195.089,26.12 196.07,25.139 196.07,23.93C196.07,22.721 195.089,21.74 193.88,21.74C192.67,21.74 191.69,22.721 191.69,23.93C191.69,25.139 192.67,26.12 193.88,26.12Z" />
! <path android:fillColor="@color/white" android:pathData="M193.88,25.32C194.648,25.32 195.27,24.698 195.27,23.93C195.27,23.162 194.648,22.54 193.88,22.54C193.112,22.54 192.49,23.162 192.49,23.93C192.49,24.698 193.112,25.32 193.88,25.32Z" />
<path android:fillColor="#ffec7df7" android:pathData="M201.46,18.31C200.071,19.233 198.772,20.284 197.58,21.45C197.411,21.612 197.185,21.702 196.95,21.7C196.829,21.702 196.709,21.678 196.597,21.632C196.485,21.586 196.384,21.517 196.3,21.43C196.215,21.346 196.148,21.245 196.102,21.134C196.056,21.024 196.032,20.905 196.032,20.785C196.032,20.665 196.056,20.547 196.102,20.436C196.148,20.325 196.215,20.225 196.3,20.14C197.432,19.042 198.653,18.038 199.95,17.14C200.5,17.466 201.007,17.859 201.46,18.31V18.31Z" />
<path android:fillColor="#ffec7df7" android:pathData="M191.84,21.56C191.635,21.688 191.388,21.73 191.153,21.678C190.917,21.626 190.711,21.483 190.58,21.28C190.175,20.637 189.811,19.969 189.49,19.28C189.882,18.743 190.339,18.256 190.85,17.83C191.205,18.687 191.63,19.513 192.12,20.3C192.248,20.505 192.29,20.752 192.238,20.987C192.186,21.223 192.043,21.429 191.84,21.56V21.56Z" />
<path android:fillColor="#ffc1c5d4" android:pathData="M226.57,19.35H232.36C232.445,19.35 232.529,19.367 232.607,19.4C232.686,19.433 232.757,19.481 232.816,19.541C232.876,19.602 232.923,19.673 232.954,19.752C232.986,19.831 233.001,19.915 233,20V31.84H226V19.84C226.013,19.7 226.079,19.571 226.186,19.48C226.292,19.388 226.43,19.342 226.57,19.35V19.35Z" />
***************
*** 53,59 ****
<path android:fillColor="#ff4a76e6" android:pathData="M231.02,90.35C232.434,90.35 233.58,89.204 233.58,87.79C233.58,86.376 232.434,85.23 231.02,85.23C229.606,85.23 228.46,86.376 228.46,87.79C228.46,89.204 229.606,90.35 231.02,90.35Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M142.36,90.35C143.774,90.35 144.92,89.204 144.92,87.79C144.92,86.376 143.774,85.23 142.36,85.23C140.946,85.23 139.8,86.376 139.8,87.79C139.8,89.204 140.946,90.35 142.36,90.35Z" />
<path android:fillColor="#ffc9cde0" android:pathData="M25.28,94.64H11.48V115.49H25.28V94.64Z" />
! <path android:fillColor="#ffffffff" android:pathData="M61.66,94.64H25.28V115.49H61.66V94.64Z" />
<path android:fillColor="#ffc9dbf7" android:pathData="M57.86,98.06H29.07V112.08H57.86V98.06Z" />
<path android:fillColor="#ff36393f" android:pathData="M57.86,104.72H29.07V105.77H57.86V104.72Z" />
<path android:fillColor="#ff36393f" android:pathData="M48.4,104.72H39L40,106.53C40.099,106.706 40.245,106.851 40.421,106.948C40.598,107.045 40.799,107.091 41,107.08H46.45C46.651,107.091 46.852,107.045 47.029,106.948C47.205,106.851 47.351,106.706 47.45,106.53L48.4,104.72Z" />
--- 53,59 ----
<path android:fillColor="#ff4a76e6" android:pathData="M231.02,90.35C232.434,90.35 233.58,89.204 233.58,87.79C233.58,86.376 232.434,85.23 231.02,85.23C229.606,85.23 228.46,86.376 228.46,87.79C228.46,89.204 229.606,90.35 231.02,90.35Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M142.36,90.35C143.774,90.35 144.92,89.204 144.92,87.79C144.92,86.376 143.774,85.23 142.36,85.23C140.946,85.23 139.8,86.376 139.8,87.79C139.8,89.204 140.946,90.35 142.36,90.35Z" />
<path android:fillColor="#ffc9cde0" android:pathData="M25.28,94.64H11.48V115.49H25.28V94.64Z" />
! <path android:fillColor="@color/white" android:pathData="M61.66,94.64H25.28V115.49H61.66V94.64Z" />
<path android:fillColor="#ffc9dbf7" android:pathData="M57.86,98.06H29.07V112.08H57.86V98.06Z" />
<path android:fillColor="#ff36393f" android:pathData="M57.86,104.72H29.07V105.77H57.86V104.72Z" />
<path android:fillColor="#ff36393f" android:pathData="M48.4,104.72H39L40,106.53C40.099,106.706 40.245,106.851 40.421,106.948C40.598,107.045 40.799,107.091 41,107.08H46.45C46.651,107.091 46.852,107.045 47.029,106.948C47.205,106.851 47.351,106.706 47.45,106.53L48.4,104.72Z" />
***************
*** 96,103 ****
<path android:fillColor="#00000000" android:pathData="M136.2,49.92V43.22" android:strokeColor="#ffb1805b" android:strokeWidth="1.0016" />
<path android:fillColor="#ffb2c1d1" android:pathData="M136.7,43.22H135.7V43.98H136.7V43.22Z" />
<path android:fillColor="#00000000" android:pathData="M135.05,39.59C130.87,43.07 129.57,46.02 136.2,46.02" android:strokeColor="#ff000000" android:strokeWidth="1.60256" android:strokeLineCap="round" />
! <path android:fillColor="#00000000" android:pathData="M138.47,36.43V41.75C138.47,42.14 138.315,42.514 138.039,42.789C137.764,43.065 137.39,43.22 137,43.22H135.41C135.02,43.22 134.646,43.065 134.37,42.789C134.095,42.514 133.94,42.14 133.94,41.75V36.43" android:strokeColor="#ffffffff" android:strokeWidth="0.500801" />
! <path android:fillColor="#00000000" android:pathData="M136.2,43.22V36.43" android:strokeColor="#ffffffff" android:strokeWidth="0.500801" />
<path android:fillColor="#ff784343" android:pathData="M144.92,21.15V48.21H121.38V21.15H144.92ZM148,18.2H118.27V51.2H148V18.2Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M134.96,31.65H132.3V31.87H134.96V31.65Z" />
<path android:fillColor="#00000000" android:pathData="M89.67,57.77C84.47,59.343 79.844,62.402 76.36,66.57" android:strokeColor="#ff000000" android:strokeWidth="3.4307" android:strokeLineCap="round" />
--- 96,103 ----
<path android:fillColor="#00000000" android:pathData="M136.2,49.92V43.22" android:strokeColor="#ffb1805b" android:strokeWidth="1.0016" />
<path android:fillColor="#ffb2c1d1" android:pathData="M136.7,43.22H135.7V43.98H136.7V43.22Z" />
<path android:fillColor="#00000000" android:pathData="M135.05,39.59C130.87,43.07 129.57,46.02 136.2,46.02" android:strokeColor="#ff000000" android:strokeWidth="1.60256" android:strokeLineCap="round" />
! <path android:fillColor="#00000000" android:pathData="M138.47,36.43V41.75C138.47,42.14 138.315,42.514 138.039,42.789C137.764,43.065 137.39,43.22 137,43.22H135.41C135.02,43.22 134.646,43.065 134.37,42.789C134.095,42.514 133.94,42.14 133.94,41.75V36.43" android:strokeColor="@color/white" android:strokeWidth="0.500801" />
! <path android:fillColor="#00000000" android:pathData="M136.2,43.22V36.43" android:strokeColor="@color/white" android:strokeWidth="0.500801" />
<path android:fillColor="#ff784343" android:pathData="M144.92,21.15V48.21H121.38V21.15H144.92ZM148,18.2H118.27V51.2H148V18.2Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M134.96,31.65H132.3V31.87H134.96V31.65Z" />
<path android:fillColor="#00000000" android:pathData="M89.67,57.77C84.47,59.343 79.844,62.402 76.36,66.57" android:strokeColor="#ff000000" android:strokeWidth="3.4307" android:strokeLineCap="round" />
diff -x dist -x build -craB from/res/drawable/img_channel_following_success_3_dark.xml to/res/drawable/img_channel_following_success_3_dark.xml
*** from/res/drawable/img_channel_following_success_3_dark.xml 2021-01-02 17:58:42.823414450 -0700
--- to/res/drawable/img_channel_following_success_3_dark.xml 2021-01-11 15:13:56.376664656 -0700
***************
*** 14,20 ****
<path android:fillColor="#ff4a76e6" android:pathData="M203.79,23.39H188C188.142,21.395 189.035,19.527 190.499,18.164C191.963,16.8 193.889,16.042 195.89,16.042C197.891,16.042 199.817,16.8 201.281,18.164C202.745,19.527 203.638,21.395 203.78,23.39H203.79Z" />
<path android:fillColor="#ff303338" android:pathData="M203.79,23.4H188V24.46H203.79V23.4Z" />
<path android:fillColor="#ff303338" android:pathData="M193.88,26.12C195.089,26.12 196.07,25.139 196.07,23.93C196.07,22.721 195.089,21.74 193.88,21.74C192.67,21.74 191.69,22.721 191.69,23.93C191.69,25.139 192.67,26.12 193.88,26.12Z" />
! <path android:fillColor="#ffffffff" android:pathData="M193.88,25.32C194.648,25.32 195.27,24.698 195.27,23.93C195.27,23.162 194.648,22.54 193.88,22.54C193.112,22.54 192.49,23.162 192.49,23.93C192.49,24.698 193.112,25.32 193.88,25.32Z" />
<path android:fillColor="#ffec7df7" android:pathData="M201.46,18.31C200.071,19.233 198.772,20.284 197.58,21.45C197.411,21.612 197.185,21.702 196.95,21.7C196.829,21.702 196.709,21.678 196.597,21.632C196.485,21.586 196.384,21.517 196.3,21.43C196.215,21.346 196.148,21.245 196.102,21.134C196.056,21.024 196.032,20.905 196.032,20.785C196.032,20.665 196.056,20.547 196.102,20.436C196.148,20.325 196.215,20.225 196.3,20.14C197.432,19.042 198.653,18.038 199.95,17.14C200.5,17.466 201.007,17.859 201.46,18.31V18.31Z" />
<path android:fillColor="#ffec7df7" android:pathData="M191.84,21.56C191.635,21.688 191.388,21.73 191.153,21.678C190.917,21.626 190.711,21.483 190.58,21.28C190.175,20.637 189.811,19.969 189.49,19.28C189.882,18.743 190.339,18.256 190.85,17.83C191.205,18.687 191.63,19.513 192.12,20.3C192.248,20.505 192.29,20.752 192.238,20.987C192.186,21.223 192.043,21.429 191.84,21.56V21.56Z" />
<path android:fillColor="#ffc1c5d4" android:pathData="M226.57,19.35H232.36C232.445,19.35 232.529,19.367 232.607,19.4C232.686,19.433 232.757,19.481 232.816,19.541C232.876,19.602 232.923,19.673 232.954,19.752C232.986,19.831 233.001,19.915 233,20V31.84H226V19.84C226.013,19.7 226.079,19.571 226.186,19.48C226.292,19.388 226.43,19.342 226.57,19.35V19.35Z" />
--- 14,20 ----
<path android:fillColor="#ff4a76e6" android:pathData="M203.79,23.39H188C188.142,21.395 189.035,19.527 190.499,18.164C191.963,16.8 193.889,16.042 195.89,16.042C197.891,16.042 199.817,16.8 201.281,18.164C202.745,19.527 203.638,21.395 203.78,23.39H203.79Z" />
<path android:fillColor="#ff303338" android:pathData="M203.79,23.4H188V24.46H203.79V23.4Z" />
<path android:fillColor="#ff303338" android:pathData="M193.88,26.12C195.089,26.12 196.07,25.139 196.07,23.93C196.07,22.721 195.089,21.74 193.88,21.74C192.67,21.74 191.69,22.721 191.69,23.93C191.69,25.139 192.67,26.12 193.88,26.12Z" />
! <path android:fillColor="@color/white" android:pathData="M193.88,25.32C194.648,25.32 195.27,24.698 195.27,23.93C195.27,23.162 194.648,22.54 193.88,22.54C193.112,22.54 192.49,23.162 192.49,23.93C192.49,24.698 193.112,25.32 193.88,25.32Z" />
<path android:fillColor="#ffec7df7" android:pathData="M201.46,18.31C200.071,19.233 198.772,20.284 197.58,21.45C197.411,21.612 197.185,21.702 196.95,21.7C196.829,21.702 196.709,21.678 196.597,21.632C196.485,21.586 196.384,21.517 196.3,21.43C196.215,21.346 196.148,21.245 196.102,21.134C196.056,21.024 196.032,20.905 196.032,20.785C196.032,20.665 196.056,20.547 196.102,20.436C196.148,20.325 196.215,20.225 196.3,20.14C197.432,19.042 198.653,18.038 199.95,17.14C200.5,17.466 201.007,17.859 201.46,18.31V18.31Z" />
<path android:fillColor="#ffec7df7" android:pathData="M191.84,21.56C191.635,21.688 191.388,21.73 191.153,21.678C190.917,21.626 190.711,21.483 190.58,21.28C190.175,20.637 189.811,19.969 189.49,19.28C189.882,18.743 190.339,18.256 190.85,17.83C191.205,18.687 191.63,19.513 192.12,20.3C192.248,20.505 192.29,20.752 192.238,20.987C192.186,21.223 192.043,21.429 191.84,21.56V21.56Z" />
<path android:fillColor="#ffc1c5d4" android:pathData="M226.57,19.35H232.36C232.445,19.35 232.529,19.367 232.607,19.4C232.686,19.433 232.757,19.481 232.816,19.541C232.876,19.602 232.923,19.673 232.954,19.752C232.986,19.831 233.001,19.915 233,20V31.84H226V19.84C226.013,19.7 226.079,19.571 226.186,19.48C226.292,19.388 226.43,19.342 226.57,19.35V19.35Z" />
***************
*** 62,68 ****
<path android:fillColor="#ff4a76e6" android:pathData="M231.02,90.35C232.434,90.35 233.58,89.204 233.58,87.79C233.58,86.376 232.434,85.23 231.02,85.23C229.606,85.23 228.46,86.376 228.46,87.79C228.46,89.204 229.606,90.35 231.02,90.35Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M142.36,90.35C143.774,90.35 144.92,89.204 144.92,87.79C144.92,86.376 143.774,85.23 142.36,85.23C140.946,85.23 139.8,86.376 139.8,87.79C139.8,89.204 140.946,90.35 142.36,90.35Z" />
<path android:fillColor="#ffc9cde0" android:pathData="M25.28,94.64H11.48V115.49H25.28V94.64Z" />
! <path android:fillColor="#ffffffff" android:pathData="M61.66,94.64H25.28V115.49H61.66V94.64Z" />
<path android:fillColor="#ffc9dbf7" android:pathData="M57.86,98.06H29.07V112.08H57.86V98.06Z" />
<path android:fillColor="#ff36393f" android:pathData="M57.86,104.72H29.07V105.77H57.86V104.72Z" />
<path android:fillColor="#ff36393f" android:pathData="M48.4,104.72H39L40,106.53C40.099,106.706 40.245,106.851 40.421,106.948C40.598,107.045 40.799,107.091 41,107.08H46.45C46.651,107.091 46.852,107.045 47.029,106.948C47.205,106.851 47.351,106.706 47.45,106.53L48.4,104.72Z" />
--- 62,68 ----
<path android:fillColor="#ff4a76e6" android:pathData="M231.02,90.35C232.434,90.35 233.58,89.204 233.58,87.79C233.58,86.376 232.434,85.23 231.02,85.23C229.606,85.23 228.46,86.376 228.46,87.79C228.46,89.204 229.606,90.35 231.02,90.35Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M142.36,90.35C143.774,90.35 144.92,89.204 144.92,87.79C144.92,86.376 143.774,85.23 142.36,85.23C140.946,85.23 139.8,86.376 139.8,87.79C139.8,89.204 140.946,90.35 142.36,90.35Z" />
<path android:fillColor="#ffc9cde0" android:pathData="M25.28,94.64H11.48V115.49H25.28V94.64Z" />
! <path android:fillColor="@color/white" android:pathData="M61.66,94.64H25.28V115.49H61.66V94.64Z" />
<path android:fillColor="#ffc9dbf7" android:pathData="M57.86,98.06H29.07V112.08H57.86V98.06Z" />
<path android:fillColor="#ff36393f" android:pathData="M57.86,104.72H29.07V105.77H57.86V104.72Z" />
<path android:fillColor="#ff36393f" android:pathData="M48.4,104.72H39L40,106.53C40.099,106.706 40.245,106.851 40.421,106.948C40.598,107.045 40.799,107.091 41,107.08H46.45C46.651,107.091 46.852,107.045 47.029,106.948C47.205,106.851 47.351,106.706 47.45,106.53L48.4,104.72Z" />
***************
*** 89,95 ****
<path android:fillColor="#00000000" android:pathData="M91.38,94.64L92.52,100.11" android:strokeColor="#fff5b312" android:strokeWidth="2.5" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M88.54,83.31C99.38,90.31 103.85,80.07 103.85,80.07" android:strokeColor="#ff000000" android:strokeWidth="3.4307" android:strokeLineCap="round" />
<path android:fillColor="#fff7d036" android:pathData="M90.84,40.25C91.439,40.25 92.032,40.132 92.585,39.903C93.138,39.674 93.641,39.338 94.064,38.915C94.488,38.491 94.824,37.988 95.053,37.435C95.282,36.882 95.4,36.289 95.4,35.69C95.4,35.091 95.282,34.498 95.053,33.945C94.824,33.392 94.488,32.889 94.064,32.466C93.641,32.042 93.138,31.706 92.585,31.477C92.032,31.248 91.439,31.13 90.84,31.13H76.72V40.25H90.84Z" />
! <path android:fillColor="#ffffffff" android:pathData="M77.76,31.13H76.76V40.25H77.76C78.969,40.25 80.129,39.77 80.984,38.915C81.84,38.059 82.32,36.9 82.32,35.69C82.32,34.481 81.84,33.321 80.984,32.466C80.129,31.611 78.969,31.13 77.76,31.13Z" />
<path android:fillColor="#ffadb2c6" android:pathData="M76.72,40.25C79.238,40.25 81.28,38.208 81.28,35.69C81.28,33.172 79.238,31.13 76.72,31.13C74.201,31.13 72.16,33.172 72.16,35.69C72.16,38.208 74.201,40.25 76.72,40.25Z" />
<path android:fillColor="#00000000" android:pathData="M76.72,35.69H74.65" android:strokeColor="#ffc9cde0" android:strokeWidth="2.5" android:strokeLineCap="round" />
</group>
--- 89,95 ----
<path android:fillColor="#00000000" android:pathData="M91.38,94.64L92.52,100.11" android:strokeColor="#fff5b312" android:strokeWidth="2.5" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M88.54,83.31C99.38,90.31 103.85,80.07 103.85,80.07" android:strokeColor="#ff000000" android:strokeWidth="3.4307" android:strokeLineCap="round" />
<path android:fillColor="#fff7d036" android:pathData="M90.84,40.25C91.439,40.25 92.032,40.132 92.585,39.903C93.138,39.674 93.641,39.338 94.064,38.915C94.488,38.491 94.824,37.988 95.053,37.435C95.282,36.882 95.4,36.289 95.4,35.69C95.4,35.091 95.282,34.498 95.053,33.945C94.824,33.392 94.488,32.889 94.064,32.466C93.641,32.042 93.138,31.706 92.585,31.477C92.032,31.248 91.439,31.13 90.84,31.13H76.72V40.25H90.84Z" />
! <path android:fillColor="@color/white" android:pathData="M77.76,31.13H76.76V40.25H77.76C78.969,40.25 80.129,39.77 80.984,38.915C81.84,38.059 82.32,36.9 82.32,35.69C82.32,34.481 81.84,33.321 80.984,32.466C80.129,31.611 78.969,31.13 77.76,31.13Z" />
<path android:fillColor="#ffadb2c6" android:pathData="M76.72,40.25C79.238,40.25 81.28,38.208 81.28,35.69C81.28,33.172 79.238,31.13 76.72,31.13C74.201,31.13 72.16,33.172 72.16,35.69C72.16,38.208 74.201,40.25 76.72,40.25Z" />
<path android:fillColor="#00000000" android:pathData="M76.72,35.69H74.65" android:strokeColor="#ffc9cde0" android:strokeWidth="2.5" android:strokeLineCap="round" />
</group>
diff -x dist -x build -craB from/res/drawable/img_channel_following_success_3_light.xml to/res/drawable/img_channel_following_success_3_light.xml
*** from/res/drawable/img_channel_following_success_3_light.xml 2021-01-02 17:58:42.822414465 -0700
--- to/res/drawable/img_channel_following_success_3_light.xml 2021-01-11 15:13:55.897671828 -0700
***************
*** 14,20 ****
<path android:fillColor="#ff4a76e6" android:pathData="M203.79,23.39H188C188.142,21.395 189.035,19.527 190.499,18.164C191.963,16.8 193.889,16.042 195.89,16.042C197.891,16.042 199.817,16.8 201.281,18.164C202.745,19.527 203.638,21.395 203.78,23.39H203.79Z" />
<path android:fillColor="#ff303338" android:pathData="M203.79,23.4H188V24.46H203.79V23.4Z" />
<path android:fillColor="#ff303338" android:pathData="M193.88,26.12C195.089,26.12 196.07,25.139 196.07,23.93C196.07,22.721 195.089,21.74 193.88,21.74C192.67,21.74 191.69,22.721 191.69,23.93C191.69,25.139 192.67,26.12 193.88,26.12Z" />
! <path android:fillColor="#ffffffff" android:pathData="M193.88,25.32C194.648,25.32 195.27,24.698 195.27,23.93C195.27,23.162 194.648,22.54 193.88,22.54C193.112,22.54 192.49,23.162 192.49,23.93C192.49,24.698 193.112,25.32 193.88,25.32Z" />
<path android:fillColor="#ffec7df7" android:pathData="M201.46,18.31C200.071,19.233 198.772,20.284 197.58,21.45C197.411,21.612 197.185,21.702 196.95,21.7C196.829,21.702 196.709,21.678 196.597,21.632C196.485,21.586 196.384,21.517 196.3,21.43C196.215,21.346 196.148,21.245 196.102,21.134C196.056,21.024 196.032,20.905 196.032,20.785C196.032,20.665 196.056,20.547 196.102,20.436C196.148,20.325 196.215,20.225 196.3,20.14C197.432,19.042 198.653,18.038 199.95,17.14C200.5,17.466 201.007,17.859 201.46,18.31V18.31Z" />
<path android:fillColor="#ffec7df7" android:pathData="M191.84,21.56C191.635,21.688 191.388,21.73 191.153,21.678C190.917,21.626 190.711,21.483 190.58,21.28C190.175,20.637 189.811,19.969 189.49,19.28C189.882,18.743 190.339,18.256 190.85,17.83C191.205,18.687 191.63,19.513 192.12,20.3C192.248,20.505 192.29,20.752 192.238,20.987C192.186,21.223 192.043,21.429 191.84,21.56V21.56Z" />
<path android:fillColor="#ffc1c5d4" android:pathData="M226.57,19.35H232.36C232.445,19.35 232.529,19.367 232.607,19.4C232.686,19.433 232.757,19.481 232.816,19.541C232.876,19.602 232.923,19.673 232.954,19.752C232.986,19.831 233.001,19.915 233,20V31.84H226V19.84C226.013,19.7 226.079,19.571 226.186,19.48C226.292,19.388 226.43,19.342 226.57,19.35V19.35Z" />
--- 14,20 ----
<path android:fillColor="#ff4a76e6" android:pathData="M203.79,23.39H188C188.142,21.395 189.035,19.527 190.499,18.164C191.963,16.8 193.889,16.042 195.89,16.042C197.891,16.042 199.817,16.8 201.281,18.164C202.745,19.527 203.638,21.395 203.78,23.39H203.79Z" />
<path android:fillColor="#ff303338" android:pathData="M203.79,23.4H188V24.46H203.79V23.4Z" />
<path android:fillColor="#ff303338" android:pathData="M193.88,26.12C195.089,26.12 196.07,25.139 196.07,23.93C196.07,22.721 195.089,21.74 193.88,21.74C192.67,21.74 191.69,22.721 191.69,23.93C191.69,25.139 192.67,26.12 193.88,26.12Z" />
! <path android:fillColor="@color/white" android:pathData="M193.88,25.32C194.648,25.32 195.27,24.698 195.27,23.93C195.27,23.162 194.648,22.54 193.88,22.54C193.112,22.54 192.49,23.162 192.49,23.93C192.49,24.698 193.112,25.32 193.88,25.32Z" />
<path android:fillColor="#ffec7df7" android:pathData="M201.46,18.31C200.071,19.233 198.772,20.284 197.58,21.45C197.411,21.612 197.185,21.702 196.95,21.7C196.829,21.702 196.709,21.678 196.597,21.632C196.485,21.586 196.384,21.517 196.3,21.43C196.215,21.346 196.148,21.245 196.102,21.134C196.056,21.024 196.032,20.905 196.032,20.785C196.032,20.665 196.056,20.547 196.102,20.436C196.148,20.325 196.215,20.225 196.3,20.14C197.432,19.042 198.653,18.038 199.95,17.14C200.5,17.466 201.007,17.859 201.46,18.31V18.31Z" />
<path android:fillColor="#ffec7df7" android:pathData="M191.84,21.56C191.635,21.688 191.388,21.73 191.153,21.678C190.917,21.626 190.711,21.483 190.58,21.28C190.175,20.637 189.811,19.969 189.49,19.28C189.882,18.743 190.339,18.256 190.85,17.83C191.205,18.687 191.63,19.513 192.12,20.3C192.248,20.505 192.29,20.752 192.238,20.987C192.186,21.223 192.043,21.429 191.84,21.56V21.56Z" />
<path android:fillColor="#ffc1c5d4" android:pathData="M226.57,19.35H232.36C232.445,19.35 232.529,19.367 232.607,19.4C232.686,19.433 232.757,19.481 232.816,19.541C232.876,19.602 232.923,19.673 232.954,19.752C232.986,19.831 233.001,19.915 233,20V31.84H226V19.84C226.013,19.7 226.079,19.571 226.186,19.48C226.292,19.388 226.43,19.342 226.57,19.35V19.35Z" />
***************
*** 62,68 ****
<path android:fillColor="#ff4a76e6" android:pathData="M231.02,90.35C232.434,90.35 233.58,89.204 233.58,87.79C233.58,86.376 232.434,85.23 231.02,85.23C229.606,85.23 228.46,86.376 228.46,87.79C228.46,89.204 229.606,90.35 231.02,90.35Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M142.36,90.35C143.774,90.35 144.92,89.204 144.92,87.79C144.92,86.376 143.774,85.23 142.36,85.23C140.946,85.23 139.8,86.376 139.8,87.79C139.8,89.204 140.946,90.35 142.36,90.35Z" />
<path android:fillColor="#ffc9cde0" android:pathData="M25.28,94.64H11.48V115.49H25.28V94.64Z" />
! <path android:fillColor="#ffffffff" android:pathData="M61.66,94.64H25.28V115.49H61.66V94.64Z" />
<path android:fillColor="#ffc9dbf7" android:pathData="M57.86,98.06H29.07V112.08H57.86V98.06Z" />
<path android:fillColor="#ff36393f" android:pathData="M57.86,104.72H29.07V105.77H57.86V104.72Z" />
<path android:fillColor="#ff36393f" android:pathData="M48.4,104.72H39L40,106.53C40.099,106.706 40.245,106.851 40.421,106.948C40.598,107.045 40.799,107.091 41,107.08H46.45C46.651,107.091 46.852,107.045 47.029,106.948C47.205,106.851 47.351,106.706 47.45,106.53L48.4,104.72Z" />
--- 62,68 ----
<path android:fillColor="#ff4a76e6" android:pathData="M231.02,90.35C232.434,90.35 233.58,89.204 233.58,87.79C233.58,86.376 232.434,85.23 231.02,85.23C229.606,85.23 228.46,86.376 228.46,87.79C228.46,89.204 229.606,90.35 231.02,90.35Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M142.36,90.35C143.774,90.35 144.92,89.204 144.92,87.79C144.92,86.376 143.774,85.23 142.36,85.23C140.946,85.23 139.8,86.376 139.8,87.79C139.8,89.204 140.946,90.35 142.36,90.35Z" />
<path android:fillColor="#ffc9cde0" android:pathData="M25.28,94.64H11.48V115.49H25.28V94.64Z" />
! <path android:fillColor="@color/white" android:pathData="M61.66,94.64H25.28V115.49H61.66V94.64Z" />
<path android:fillColor="#ffc9dbf7" android:pathData="M57.86,98.06H29.07V112.08H57.86V98.06Z" />
<path android:fillColor="#ff36393f" android:pathData="M57.86,104.72H29.07V105.77H57.86V104.72Z" />
<path android:fillColor="#ff36393f" android:pathData="M48.4,104.72H39L40,106.53C40.099,106.706 40.245,106.851 40.421,106.948C40.598,107.045 40.799,107.091 41,107.08H46.45C46.651,107.091 46.852,107.045 47.029,106.948C47.205,106.851 47.351,106.706 47.45,106.53L48.4,104.72Z" />
***************
*** 89,95 ****
<path android:fillColor="#00000000" android:pathData="M91.38,94.64L92.52,100.11" android:strokeColor="#fff5b312" android:strokeWidth="2.5" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M88.54,83.31C99.38,90.31 103.85,80.07 103.85,80.07" android:strokeColor="#ff000000" android:strokeWidth="3.4307" android:strokeLineCap="round" />
<path android:fillColor="#fff7d036" android:pathData="M90.84,40.25C91.439,40.25 92.032,40.132 92.585,39.903C93.138,39.674 93.641,39.338 94.064,38.915C94.488,38.491 94.824,37.988 95.053,37.435C95.282,36.882 95.4,36.289 95.4,35.69C95.4,35.091 95.282,34.498 95.053,33.945C94.824,33.392 94.488,32.889 94.064,32.466C93.641,32.042 93.138,31.706 92.585,31.477C92.032,31.248 91.439,31.13 90.84,31.13H76.72V40.25H90.84Z" />
! <path android:fillColor="#ffffffff" android:pathData="M77.76,31.13H76.76V40.25H77.76C78.969,40.25 80.129,39.77 80.984,38.915C81.84,38.059 82.32,36.9 82.32,35.69C82.32,34.481 81.84,33.321 80.984,32.466C80.129,31.611 78.969,31.13 77.76,31.13Z" />
<path android:fillColor="#ffadb2c6" android:pathData="M76.72,40.25C79.238,40.25 81.28,38.208 81.28,35.69C81.28,33.172 79.238,31.13 76.72,31.13C74.201,31.13 72.16,33.172 72.16,35.69C72.16,38.208 74.201,40.25 76.72,40.25Z" />
<path android:fillColor="#00000000" android:pathData="M76.72,35.69H74.65" android:strokeColor="#ffc9cde0" android:strokeWidth="2.5" android:strokeLineCap="round" />
</group>
--- 89,95 ----
<path android:fillColor="#00000000" android:pathData="M91.38,94.64L92.52,100.11" android:strokeColor="#fff5b312" android:strokeWidth="2.5" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M88.54,83.31C99.38,90.31 103.85,80.07 103.85,80.07" android:strokeColor="#ff000000" android:strokeWidth="3.4307" android:strokeLineCap="round" />
<path android:fillColor="#fff7d036" android:pathData="M90.84,40.25C91.439,40.25 92.032,40.132 92.585,39.903C93.138,39.674 93.641,39.338 94.064,38.915C94.488,38.491 94.824,37.988 95.053,37.435C95.282,36.882 95.4,36.289 95.4,35.69C95.4,35.091 95.282,34.498 95.053,33.945C94.824,33.392 94.488,32.889 94.064,32.466C93.641,32.042 93.138,31.706 92.585,31.477C92.032,31.248 91.439,31.13 90.84,31.13H76.72V40.25H90.84Z" />
! <path android:fillColor="@color/white" android:pathData="M77.76,31.13H76.76V40.25H77.76C78.969,40.25 80.129,39.77 80.984,38.915C81.84,38.059 82.32,36.9 82.32,35.69C82.32,34.481 81.84,33.321 80.984,32.466C80.129,31.611 78.969,31.13 77.76,31.13Z" />
<path android:fillColor="#ffadb2c6" android:pathData="M76.72,40.25C79.238,40.25 81.28,38.208 81.28,35.69C81.28,33.172 79.238,31.13 76.72,31.13C74.201,31.13 72.16,33.172 72.16,35.69C72.16,38.208 74.201,40.25 76.72,40.25Z" />
<path android:fillColor="#00000000" android:pathData="M76.72,35.69H74.65" android:strokeColor="#ffc9cde0" android:strokeWidth="2.5" android:strokeLineCap="round" />
</group>
diff -x dist -x build -craB from/res/drawable/img_clyde_empty.xml to/res/drawable/img_clyde_empty.xml
*** from/res/drawable/img_clyde_empty.xml 2021-01-02 17:58:42.815414572 -0700
--- to/res/drawable/img_clyde_empty.xml 2021-01-11 15:13:56.284666033 -0700
***************
*** 20,30 ****
<path android:fillColor="#ff72737d" android:pathData="M72.566,0.836L96.45,-0.04a2.8,2.8 132.9,0 1,2.901 2.696L99.471,5.953a0,0 0,0 1,0 0L69.991,7.034a0,0 0,0 1,0 0L69.87,3.736A2.8,2.8 132.9,0 1,72.566 0.836Z" />
<path android:fillColor="#ff888991" android:pathData="M53.186,20.908L114.844,18.647A8.6,8.6 132.9,0 1,123.754 26.926L124.729,53.538A8.6,8.6 132.9,0 1,116.45 62.448L54.792,64.709A8.6,8.6 132.9,0 1,45.882 56.429L44.907,29.817A8.6,8.6 132.9,0 1,53.186 20.908z" />
<path android:fillColor="#ff18191c" android:pathData="M53.216,19.009L114.875,16.748A8.6,8.6 132.9,0 1,123.784 25.027L124.76,51.64A8.6,8.6 132.9,0 1,116.481 60.549L54.822,62.81A8.6,8.6 132.9,0 1,45.913 54.531L44.937,27.919A8.6,8.6 132.9,0 1,53.216 19.009z" />
! <path android:fillColor="#ffffffff" android:pathData="M65.062,42.483L61.964,42.596A5.2,5.2 132.9,0 1,56.577 37.59L56.575,37.56A5.2,5.2 132.9,0 1,61.581 32.173L64.679,32.06A5.2,5.2 132.9,0 1,70.066 37.066L70.067,37.095A5.2,5.2 132.9,0 1,65.062 42.483z" />
! <path android:fillColor="#ffffffff" android:pathData="M107.449,40.946L104.651,41.049A5.2,5.2 132.9,0 1,99.264 36.043L99.263,36.013A5.2,5.2 132.9,0 1,104.269 30.626L107.067,30.523A5.2,5.2 132.9,0 1,112.454 35.529L112.455,35.559A5.2,5.2 132.9,0 1,107.449 40.946z" />
<path android:fillColor="#ffdee1e3" android:pathData="M96.2,89.2H72.8l-3.2,16.5a2.6,2.6 0,0 0,2.5 3H97a2.6,2.6 0,0 0,2.5 -3Z" />
<path android:fillColor="#ff36393f" android:pathData="M42.8,162.5a41.7,2.5 0,1 0,83.4 0a41.7,2.5 0,1 0,-83.4 0z" android:strokeAlpha="0.25" android:fillAlpha="0.25" />
! <path android:fillColor="#ffffffff" android:pathData="M80.8,47.8l-0.6,-0.2a1.1,1.1 0,0 1,-0.1 -1.5c5,-5.4 13,-5.5 18.4,-2.8a1,1 0,0 1,0.4 1.4,0.9 0.9,0 0,1 -1.3,0.4c-4.7,-2.3 -11.7,-2.3 -16,2.4A1.1,1.1 0,0 1,80.8 47.8Z" />
<path android:fillColor="#ff17191f" android:pathData="M50.5,133.8a1.8,1.8 0,0 1,-1.5 -0.9l-4,-6.7a1.8,1.8 0,0 1,0.6 -2.4,1.9 1.9,0 0,1 2.5,0.6l4,6.7a1.8,1.8 0,0 1,-0.6 2.4A1.7,1.7 0,0 1,50.5 133.8Z" />
<path android:fillColor="#ff17191f" android:pathData="M45.2,134.8h-0.3a1.7,1.7 0,0 1,-1.4 -2.1l1.3,-7.7a1.8,1.8 0,0 1,3.5 0.6L47,133.3A1.8,1.8 0,0 1,45.2 134.8Z" />
<path android:fillColor="#ff72737d" android:pathData="M44.2,130.5a5.8,5.8 0,0 1,-1.9 -0.3l-2.9,-1a16.9,16.9 0,0 1,-11.4 -14,5.9 5.9,0 0,1 5.1,-6.6 6,6 0,0 1,6.7 5.2,5.1 5.1,0 0,0 3.4,4.2l2.9,1a5.9,5.9 0,0 1,-1.9 11.5Z" />
--- 20,30 ----
<path android:fillColor="#ff72737d" android:pathData="M72.566,0.836L96.45,-0.04a2.8,2.8 132.9,0 1,2.901 2.696L99.471,5.953a0,0 0,0 1,0 0L69.991,7.034a0,0 0,0 1,0 0L69.87,3.736A2.8,2.8 132.9,0 1,72.566 0.836Z" />
<path android:fillColor="#ff888991" android:pathData="M53.186,20.908L114.844,18.647A8.6,8.6 132.9,0 1,123.754 26.926L124.729,53.538A8.6,8.6 132.9,0 1,116.45 62.448L54.792,64.709A8.6,8.6 132.9,0 1,45.882 56.429L44.907,29.817A8.6,8.6 132.9,0 1,53.186 20.908z" />
<path android:fillColor="#ff18191c" android:pathData="M53.216,19.009L114.875,16.748A8.6,8.6 132.9,0 1,123.784 25.027L124.76,51.64A8.6,8.6 132.9,0 1,116.481 60.549L54.822,62.81A8.6,8.6 132.9,0 1,45.913 54.531L44.937,27.919A8.6,8.6 132.9,0 1,53.216 19.009z" />
! <path android:fillColor="@color/white" android:pathData="M65.062,42.483L61.964,42.596A5.2,5.2 132.9,0 1,56.577 37.59L56.575,37.56A5.2,5.2 132.9,0 1,61.581 32.173L64.679,32.06A5.2,5.2 132.9,0 1,70.066 37.066L70.067,37.095A5.2,5.2 132.9,0 1,65.062 42.483z" />
! <path android:fillColor="@color/white" android:pathData="M107.449,40.946L104.651,41.049A5.2,5.2 132.9,0 1,99.264 36.043L99.263,36.013A5.2,5.2 132.9,0 1,104.269 30.626L107.067,30.523A5.2,5.2 132.9,0 1,112.454 35.529L112.455,35.559A5.2,5.2 132.9,0 1,107.449 40.946z" />
<path android:fillColor="#ffdee1e3" android:pathData="M96.2,89.2H72.8l-3.2,16.5a2.6,2.6 0,0 0,2.5 3H97a2.6,2.6 0,0 0,2.5 -3Z" />
<path android:fillColor="#ff36393f" android:pathData="M42.8,162.5a41.7,2.5 0,1 0,83.4 0a41.7,2.5 0,1 0,-83.4 0z" android:strokeAlpha="0.25" android:fillAlpha="0.25" />
! <path android:fillColor="@color/white" android:pathData="M80.8,47.8l-0.6,-0.2a1.1,1.1 0,0 1,-0.1 -1.5c5,-5.4 13,-5.5 18.4,-2.8a1,1 0,0 1,0.4 1.4,0.9 0.9,0 0,1 -1.3,0.4c-4.7,-2.3 -11.7,-2.3 -16,2.4A1.1,1.1 0,0 1,80.8 47.8Z" />
<path android:fillColor="#ff17191f" android:pathData="M50.5,133.8a1.8,1.8 0,0 1,-1.5 -0.9l-4,-6.7a1.8,1.8 0,0 1,0.6 -2.4,1.9 1.9,0 0,1 2.5,0.6l4,6.7a1.8,1.8 0,0 1,-0.6 2.4A1.7,1.7 0,0 1,50.5 133.8Z" />
<path android:fillColor="#ff17191f" android:pathData="M45.2,134.8h-0.3a1.7,1.7 0,0 1,-1.4 -2.1l1.3,-7.7a1.8,1.8 0,0 1,3.5 0.6L47,133.3A1.8,1.8 0,0 1,45.2 134.8Z" />
<path android:fillColor="#ff72737d" android:pathData="M44.2,130.5a5.8,5.8 0,0 1,-1.9 -0.3l-2.9,-1a16.9,16.9 0,0 1,-11.4 -14,5.9 5.9,0 0,1 5.1,-6.6 6,6 0,0 1,6.7 5.2,5.1 5.1,0 0,0 3.4,4.2l2.9,1a5.9,5.9 0,0 1,-1.9 11.5Z" />
diff -x dist -x build -craB from/res/drawable/img_discord_nitro_logo_left.xml to/res/drawable/img_discord_nitro_logo_left.xml
*** from/res/drawable/img_discord_nitro_logo_left.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/img_discord_nitro_logo_left.xml 2021-01-11 15:13:56.530662350 -0700
***************
*** 3,19 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h300v121.111h-300z M 0,0" />
! <path android:fillColor="#ffffffff" android:pathData="M35.1728 0.432098H27.4445V30.9877H35.1728V0.432098Z" />
! <path android:fillColor="#ffffffff" android:pathData="M23.3086 20.9259V10.6543C23.3086 3.53086 17.5679 0.432098 11.4444 0.432098H0V13.2716L7.61728 20.1111V7.64197H11.6914C14.2839 7.64197 15.5309 8.88889 15.5309 10.8765V20.4198C15.5309 22.4074 14.321 23.7407 11.6914 23.7407H0V30.9876H11.4321C17.5679 31.0247 23.3086 27.963 23.3086 20.9259Z" />
! <path android:fillColor="#ffffffff" android:pathData="M75.6543 31.4198C79.4938 31.4198 84.1111 29.5185 86.6543 24.5556L79.9259 21.4444C78.2469 25.679 71.3333 24.642 71.3333 20.9753V10.4444C71.3333 6.64198 78.1481 5.77778 80.2222 9.58025L86.5185 7.03704C84.0617 1.60494 79.5308 0 75.7778 0C69.6543 0 63.6049 3.54321 63.6049 10.4444V20.9753C63.6173 27.9259 69.6543 31.4198 75.6543 31.4198Z" />
! <path android:fillColor="#ffffffff" android:pathData="M169.309 10.6543C169.309 3.53086 163.568 0.432098 157.444 0.432098H146.012V13.2716L153.63 20.1111V7.64197H157.704C160.296 7.64197 161.543 8.88889 161.543 10.8765V20.4198C161.543 22.4074 160.333 23.7407 157.704 23.7407H146.012V30.9876H157.444C163.568 31.0247 169.309 27.963 169.309 20.9383V10.6543Z" />
! <path android:fillColor="#ffffffff" android:pathData="M43.4198 21.321L38.5432 25.9012C41.3951 29.5679 45.2716 31.4198 48.9383 31.4198C54.5432 31.4198 60.7654 28.1852 61.0247 22.2716C61.3704 14.7654 55.9259 12.8642 50.4938 11.8765C48.1235 11.358 46.5185 10.4938 46.4321 9.02469C46.5556 5.48148 52.037 5.35802 55.2346 8.76543L60.2839 4.87654C57.1358 1.03704 53.5556 0 49.8395 0C44.2346 0 38.7901 3.14815 38.7901 9.14815C38.7901 14.9753 43.2716 18.0864 48.1975 18.8642C50.7037 19.2099 53.5062 20.1975 53.4198 21.9259C53.2099 25.1975 46.4815 25.0247 43.4198 21.321Z" />
! <path android:fillColor="#ffffffff" android:pathData="M101.42 31.4198C107.765 31.4198 114.062 27.9259 114.062 20.9383V10.4815C114.062 3.49383 107.716 0 101.37 0C95.0247 0 88.7284 3.45679 88.7284 10.4815V20.9259C88.7284 27.9259 95.0741 31.4198 101.42 31.4198ZM96.4568 10.4815C96.4568 8.23457 98.8765 7.02469 101.284 7.02469C103.79 7.02469 106.333 8.09877 106.333 10.4815V20.9259C106.333 23.1235 103.877 24.2469 101.407 24.2469C98.9506 24.2469 96.4444 23.1728 96.4444 20.9259V10.4815H96.4568Z" />
! <path android:fillColor="#ffffffff" android:pathData="M125.975 21.2716H127.358L134.432 30.9753H144.062L135.728 20.4938C139.444 19.3333 141.728 16.1358 141.728 10.4815C141.556 3.32097 136.679 0.419739 130.383 0.419739H118.173V30.9876H125.988V21.2716H125.975ZM125.975 7.64196H130.506C135.383 7.64196 135.383 14.6296 130.506 14.6296H125.975V7.64196Z" />
! <path android:fillColor="#ffffffff" android:pathData="M274.222 47.2469L235.963 47.2346C234.988 47.2346 234.161 47.9506 234.012 48.9136L232.148 61.6296C231.975 62.8148 232.901 63.8889 234.099 63.8889H241.086C241.79 63.8889 242.272 64.6049 241.988 65.2469C241.111 67.2963 240.481 69.5062 240.123 71.9012L236.568 96.4691C234.235 112.914 247.938 121.148 262.864 121.148C278.506 121.148 293.839 112.926 296.173 96.4691L299.728 71.9012C302.025 55.7778 288.802 47.5556 274.222 47.2469ZM281.568 71.9012L278.012 95.963C277.197 101.654 270.802 104.296 264.914 104.296C259.432 104.296 254.049 101.654 254.753 96.4815L258.309 71.9136C259.123 66.5309 265.518 63.7901 271.407 63.7901C277.296 63.7778 282.383 66.5185 281.568 71.9012Z" />
! <path android:fillColor="#ffffffff" android:pathData="M64.7654 48.2469H50.6667C49.679 48.2469 48.8518 48.9753 48.716 49.9383L44.3951 80.7901C44.3951 80.8148 44.3951 80.8395 44.3951 80.8765L44.5926 92.8025C44.5926 93.0494 44.4321 93.2593 44.1975 93.321L40.1234 78.9383C40.1234 78.9136 40.1111 78.8889 40.0988 78.8766L27.5309 49.4445C27.2222 48.7161 26.5062 48.2469 25.716 48.2469H11.4691C10.4815 48.2469 9.65431 48.9753 9.51851 49.9383L0.0123336 117.889C-0.14816 119.074 0.76542 120.136 1.96295 120.136H16.1605C17.1481 120.136 17.9753 119.407 18.1111 118.432L21.8272 91.4321C21.8272 91.4074 21.8272 91.3827 21.8272 91.358L21.6296 77.4815L22.037 77.3827L26.2963 91.7778C26.2963 91.8025 26.3086 91.8148 26.321 91.8395L38.0864 118.951C38.3951 119.667 39.1111 120.136 39.8889 120.136H55.2593C56.2469 120.136 57.0741 119.407 57.2099 118.444L66.716 50.4938C66.8765 49.3086 65.963 48.2469 64.7654 48.2469Z" />
! <path android:fillColor="#ffffffff" android:pathData="M95.5555 48.2469H81.358C80.3703 48.2469 79.5432 48.9753 79.4074 49.9383L69.9012 117.889C69.7407 119.074 70.6543 120.136 71.8518 120.136H86.0494C87.037 120.136 87.8642 119.407 88 118.444L97.5061 50.4938C97.6666 49.3086 96.753 48.2469 95.5555 48.2469Z" />
! <path android:fillColor="#ffffffff" android:pathData="M162.235 48.1481H109.037C108.062 48.1481 107.235 48.8642 107.086 49.8272L105.222 62.5432C105.049 63.7284 105.975 64.8025 107.173 64.8025H122.025C123.222 64.8025 124.136 65.8519 123.975 67.037L116.975 117.901C116.815 119.086 117.728 120.136 118.926 120.136H133.333C134.321 120.136 135.148 119.407 135.284 118.432L142.432 66.4938C142.568 65.5185 143.395 64.7901 144.383 64.7901H160.37C161.346 64.7901 162.173 64.0741 162.321 63.1111L164.185 50.3951C164.358 49.2099 163.432 48.1481 162.235 48.1481Z" />
! <path android:fillColor="#ffffffff" android:pathData="M202.765 48.2469H175.741C174.753 48.2469 173.926 48.9753 173.79 49.9383L164.284 117.889C164.123 119.074 165.037 120.136 166.235 120.136H180.63C181.617 120.136 182.444 119.407 182.58 118.432L185.37 98.1358C185.432 97.6543 185.852 97.284 186.346 97.284H188.198C188.531 97.284 188.852 97.4568 189.025 97.7407L202.778 119.222C203.136 119.79 203.765 120.136 204.432 120.136H222.222C223.815 120.136 224.753 118.346 223.84 117.037L209.407 96.4074C209.062 95.9136 209.235 95.2222 209.778 94.963C218.988 90.4568 224.346 85.8519 226.099 73.0247C228.148 56.1728 217.593 48.2469 202.765 48.2469ZM207.741 73.321C207.235 77.4815 203.988 81.642 198.395 81.642H190C188.802 81.642 187.877 80.5803 188.049 79.3951L189.827 66.8889C189.963 65.9136 190.802 65.1975 191.778 65.1975H200.728C206.123 65.1975 208.247 68.963 207.741 73.321Z" />
</group>
</vector>
\ No newline at end of file
--- 3,19 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h300v121.111h-300z M 0,0" />
! <path android:fillColor="@color/white" android:pathData="M35.1728 0.432098H27.4445V30.9877H35.1728V0.432098Z" />
! <path android:fillColor="@color/white" android:pathData="M23.3086 20.9259V10.6543C23.3086 3.53086 17.5679 0.432098 11.4444 0.432098H0V13.2716L7.61728 20.1111V7.64197H11.6914C14.2839 7.64197 15.5309 8.88889 15.5309 10.8765V20.4198C15.5309 22.4074 14.321 23.7407 11.6914 23.7407H0V30.9876H11.4321C17.5679 31.0247 23.3086 27.963 23.3086 20.9259Z" />
! <path android:fillColor="@color/white" android:pathData="M75.6543 31.4198C79.4938 31.4198 84.1111 29.5185 86.6543 24.5556L79.9259 21.4444C78.2469 25.679 71.3333 24.642 71.3333 20.9753V10.4444C71.3333 6.64198 78.1481 5.77778 80.2222 9.58025L86.5185 7.03704C84.0617 1.60494 79.5308 0 75.7778 0C69.6543 0 63.6049 3.54321 63.6049 10.4444V20.9753C63.6173 27.9259 69.6543 31.4198 75.6543 31.4198Z" />
! <path android:fillColor="@color/white" android:pathData="M169.309 10.6543C169.309 3.53086 163.568 0.432098 157.444 0.432098H146.012V13.2716L153.63 20.1111V7.64197H157.704C160.296 7.64197 161.543 8.88889 161.543 10.8765V20.4198C161.543 22.4074 160.333 23.7407 157.704 23.7407H146.012V30.9876H157.444C163.568 31.0247 169.309 27.963 169.309 20.9383V10.6543Z" />
! <path android:fillColor="@color/white" android:pathData="M43.4198 21.321L38.5432 25.9012C41.3951 29.5679 45.2716 31.4198 48.9383 31.4198C54.5432 31.4198 60.7654 28.1852 61.0247 22.2716C61.3704 14.7654 55.9259 12.8642 50.4938 11.8765C48.1235 11.358 46.5185 10.4938 46.4321 9.02469C46.5556 5.48148 52.037 5.35802 55.2346 8.76543L60.2839 4.87654C57.1358 1.03704 53.5556 0 49.8395 0C44.2346 0 38.7901 3.14815 38.7901 9.14815C38.7901 14.9753 43.2716 18.0864 48.1975 18.8642C50.7037 19.2099 53.5062 20.1975 53.4198 21.9259C53.2099 25.1975 46.4815 25.0247 43.4198 21.321Z" />
! <path android:fillColor="@color/white" android:pathData="M101.42 31.4198C107.765 31.4198 114.062 27.9259 114.062 20.9383V10.4815C114.062 3.49383 107.716 0 101.37 0C95.0247 0 88.7284 3.45679 88.7284 10.4815V20.9259C88.7284 27.9259 95.0741 31.4198 101.42 31.4198ZM96.4568 10.4815C96.4568 8.23457 98.8765 7.02469 101.284 7.02469C103.79 7.02469 106.333 8.09877 106.333 10.4815V20.9259C106.333 23.1235 103.877 24.2469 101.407 24.2469C98.9506 24.2469 96.4444 23.1728 96.4444 20.9259V10.4815H96.4568Z" />
! <path android:fillColor="@color/white" android:pathData="M125.975 21.2716H127.358L134.432 30.9753H144.062L135.728 20.4938C139.444 19.3333 141.728 16.1358 141.728 10.4815C141.556 3.32097 136.679 0.419739 130.383 0.419739H118.173V30.9876H125.988V21.2716H125.975ZM125.975 7.64196H130.506C135.383 7.64196 135.383 14.6296 130.506 14.6296H125.975V7.64196Z" />
! <path android:fillColor="@color/white" android:pathData="M274.222 47.2469L235.963 47.2346C234.988 47.2346 234.161 47.9506 234.012 48.9136L232.148 61.6296C231.975 62.8148 232.901 63.8889 234.099 63.8889H241.086C241.79 63.8889 242.272 64.6049 241.988 65.2469C241.111 67.2963 240.481 69.5062 240.123 71.9012L236.568 96.4691C234.235 112.914 247.938 121.148 262.864 121.148C278.506 121.148 293.839 112.926 296.173 96.4691L299.728 71.9012C302.025 55.7778 288.802 47.5556 274.222 47.2469ZM281.568 71.9012L278.012 95.963C277.197 101.654 270.802 104.296 264.914 104.296C259.432 104.296 254.049 101.654 254.753 96.4815L258.309 71.9136C259.123 66.5309 265.518 63.7901 271.407 63.7901C277.296 63.7778 282.383 66.5185 281.568 71.9012Z" />
! <path android:fillColor="@color/white" android:pathData="M64.7654 48.2469H50.6667C49.679 48.2469 48.8518 48.9753 48.716 49.9383L44.3951 80.7901C44.3951 80.8148 44.3951 80.8395 44.3951 80.8765L44.5926 92.8025C44.5926 93.0494 44.4321 93.2593 44.1975 93.321L40.1234 78.9383C40.1234 78.9136 40.1111 78.8889 40.0988 78.8766L27.5309 49.4445C27.2222 48.7161 26.5062 48.2469 25.716 48.2469H11.4691C10.4815 48.2469 9.65431 48.9753 9.51851 49.9383L0.0123336 117.889C-0.14816 119.074 0.76542 120.136 1.96295 120.136H16.1605C17.1481 120.136 17.9753 119.407 18.1111 118.432L21.8272 91.4321C21.8272 91.4074 21.8272 91.3827 21.8272 91.358L21.6296 77.4815L22.037 77.3827L26.2963 91.7778C26.2963 91.8025 26.3086 91.8148 26.321 91.8395L38.0864 118.951C38.3951 119.667 39.1111 120.136 39.8889 120.136H55.2593C56.2469 120.136 57.0741 119.407 57.2099 118.444L66.716 50.4938C66.8765 49.3086 65.963 48.2469 64.7654 48.2469Z" />
! <path android:fillColor="@color/white" android:pathData="M95.5555 48.2469H81.358C80.3703 48.2469 79.5432 48.9753 79.4074 49.9383L69.9012 117.889C69.7407 119.074 70.6543 120.136 71.8518 120.136H86.0494C87.037 120.136 87.8642 119.407 88 118.444L97.5061 50.4938C97.6666 49.3086 96.753 48.2469 95.5555 48.2469Z" />
! <path android:fillColor="@color/white" android:pathData="M162.235 48.1481H109.037C108.062 48.1481 107.235 48.8642 107.086 49.8272L105.222 62.5432C105.049 63.7284 105.975 64.8025 107.173 64.8025H122.025C123.222 64.8025 124.136 65.8519 123.975 67.037L116.975 117.901C116.815 119.086 117.728 120.136 118.926 120.136H133.333C134.321 120.136 135.148 119.407 135.284 118.432L142.432 66.4938C142.568 65.5185 143.395 64.7901 144.383 64.7901H160.37C161.346 64.7901 162.173 64.0741 162.321 63.1111L164.185 50.3951C164.358 49.2099 163.432 48.1481 162.235 48.1481Z" />
! <path android:fillColor="@color/white" android:pathData="M202.765 48.2469H175.741C174.753 48.2469 173.926 48.9753 173.79 49.9383L164.284 117.889C164.123 119.074 165.037 120.136 166.235 120.136H180.63C181.617 120.136 182.444 119.407 182.58 118.432L185.37 98.1358C185.432 97.6543 185.852 97.284 186.346 97.284H188.198C188.531 97.284 188.852 97.4568 189.025 97.7407L202.778 119.222C203.136 119.79 203.765 120.136 204.432 120.136H222.222C223.815 120.136 224.753 118.346 223.84 117.037L209.407 96.4074C209.062 95.9136 209.235 95.2222 209.778 94.963C218.988 90.4568 224.346 85.8519 226.099 73.0247C228.148 56.1728 217.593 48.2469 202.765 48.2469ZM207.741 73.321C207.235 77.4815 203.988 81.642 198.395 81.642H190C188.802 81.642 187.877 80.5803 188.049 79.3951L189.827 66.8889C189.963 65.9136 190.802 65.1975 191.778 65.1975H200.728C206.123 65.1975 208.247 68.963 207.741 73.321Z" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/img_empty_server_settings_invites_light.xml to/res/drawable/img_empty_server_settings_invites_light.xml
*** from/res/drawable/img_empty_server_settings_invites_light.xml 2021-01-02 17:58:42.825414420 -0700
--- to/res/drawable/img_empty_server_settings_invites_light.xml 2021-01-11 15:13:56.118668519 -0700
***************
*** 7,13 ****
<path android:fillColor="#ffdcddde" android:pathData="M91.35,53.38C93.84,51.52 95.46,48.85 96.01,45.87L66.79,45.87C71.19,48.9 74.64,53.2 76.6,58.25C85.01,57.84 89.45,55.75 91.12,54.74C90.83,54.3 90.92,53.7 91.35,53.38" />
<path android:fillColor="#fff6f6f7" android:pathData="M96.23,38.4C96.23,37.85 96.68,37.4 97.23,37.4L101.48,37.4 101.48,34.14 90.35,34.14 90.35,38.4C90.35,38.95 89.9,39.4 89.35,39.4L57.82,39.4C57.27,39.4 56.82,38.95 56.82,38.4L56.82,34.14 48.31,34.14 48.31,41.39C49.42,41.25 50.54,41.17 51.69,41.17 55.89,41.17 59.87,42.15 63.41,43.89 63.44,43.89 63.48,43.87 63.51,43.87L96.01,43.87C96.08,43.87 96.15,43.9 96.21,43.91 96.21,43.82 96.23,43.74 96.23,43.65L96.23,38.4zM30.8,109.01L54.99,109.01C54.9,104.94 51.55,101.66 47.46,101.66 46.9,101.66 46.45,101.21 46.45,100.66L46.45,98.69C46.45,91.54 40.63,85.72 33.48,85.72 26.33,85.72 20.51,91.54 20.51,98.69 20.51,99.24 20.06,99.69 19.51,99.69 19.31,99.69 19.12,99.63 18.96,99.53L13.95,99.53C11.22,99.53 8.68,100.63 6.82,102.62 5.17,104.39 4.25,106.63 4.19,109.01L8.08,109.01C8.63,109.01 9.08,109.46 9.08,110.01L29.8,110.01C29.8,109.46 30.25,109.01 30.8,109.01" />
<path android:fillColor="#fff6f6f7" android:pathData="M93.07,103.74l0,16.89l16.32,-10.7z" />
! <path android:fillColor="#ffffffff" android:pathData="M161.63,59.71L119.45,85.85C119.29,85.95 119.11,86 118.93,86C118.59,86 118.27,85.83 118.08,85.52C117.79,85.05 117.93,84.44 118.4,84.15L156.68,60.42L59.51,88.87L91.35,100.95C91.4,100.89 91.47,100.84 91.54,100.79L100.43,95.28C100.9,94.99 101.51,95.14 101.81,95.61C102.1,96.08 101.95,96.69 101.48,96.98L93.66,101.83L135.45,117.69L141.43,119.96L161.63,59.71Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M149.62,62.49C150.73,62.17 151.41,63.69 150.42,64.3L118.4,84.15C117.93,84.44 117.79,85.05 118.08,85.52C118.27,85.83 118.59,86 118.93,86C119.11,86 119.29,85.95 119.45,85.85L159.28,61.17C160.07,60.68 161.05,61.45 160.75,62.34L143.41,114.04C142.33,117.27 138.78,118.95 135.59,117.75L135.45,117.69L100.88,104.57C97.93,103.45 97.54,99.43 100.22,97.76L101.48,96.98C101.95,96.69 102.1,96.08 101.8,95.61C101.51,95.14 100.9,94.99 100.43,95.28C100.43,95.28 98.91,96.23 97.11,97.35C93.47,99.61 88.98,100.05 84.97,98.53L62.29,89.92C61.4,89.58 61.45,88.3 62.37,88.03L149.62,62.49ZM93.07,116.93L93.07,106.64C93.07,105.24 94.47,104.27 95.78,104.77L109.38,109.94L96.16,118.6C94.83,119.47 93.07,118.52 93.07,116.93L93.07,116.93ZM56.09,87.78C55.67,87.9 55.38,88.27 55.37,88.7C55.35,89.13 55.61,89.53 56.01,89.68L89.78,102.49C90.55,102.79 91.07,103.53 91.07,104.36L91.07,122.48C91.07,122.85 91.27,123.19 91.59,123.36C91.74,123.44 91.9,123.48 92.07,123.48C92.26,123.48 92.45,123.43 92.61,123.32L106.58,114.17C109.79,112.06 113.82,111.62 117.41,112.98L141.69,122.2C141.8,122.24 141.92,122.26 142.04,122.26C142.19,122.26 142.34,122.23 142.47,122.17C142.72,122.05 142.91,121.84 142.99,121.58L146.08,112.37L156.69,83.26C157.94,79.81 161.67,77.85 165.18,78.92C174.43,81.72 181.16,90.32 181.16,100.48C181.16,101.84 182.25,102.93 183.61,102.93L185.5,102.93C191.08,102.93 195.74,106.93 196.77,112.21C196.89,112.83 196.41,113.41 195.78,113.41L155.17,113.41C154.61,113.41 154.17,113.86 154.17,114.41C154.17,114.96 154.61,115.41 155.17,115.41L197.98,115.41C198.52,115.41 198.98,114.98 198.98,114.44C199,107 192.95,100.93 185.5,100.93C184.16,100.68 183.18,99.54 183.05,98.18C182.14,88.38 175.47,80.26 166.45,77.22C162.36,75.85 160.08,71.35 161.39,67.23L164.41,57.72C164.42,57.7 164.42,57.68 164.42,57.66C164.43,57.63 164.43,57.6 164.44,57.57C164.46,57.48 164.46,57.39 164.45,57.3C164.45,57.27 164.45,57.25 164.44,57.22C164.42,57.1 164.38,57 164.32,56.89C164.32,56.89 164.32,56.88 164.31,56.87C164.3,56.85 164.29,56.85 164.28,56.83C164.25,56.79 164.22,56.74 164.18,56.7C164.15,56.67 164.12,56.65 164.08,56.62C164.06,56.6 164.04,56.58 164.01,56.57C163.91,56.5 163.81,56.46 163.7,56.43C163.69,56.43 163.67,56.43 163.65,56.42C163.55,56.4 163.46,56.4 163.36,56.41C163.33,56.41 163.3,56.42 163.27,56.43C163.24,56.43 163.21,56.43 163.18,56.44L56.09,87.78Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M49.31,34.14L55.82,34.14C56.37,34.14 56.82,34.59 56.82,35.14L56.82,38.4C56.82,38.95 57.27,39.4 57.82,39.4L89.35,39.4C89.9,39.4 90.35,38.95 90.35,38.4L90.35,35.14C90.35,34.59 90.79,34.14 91.35,34.14L100.48,34.14C101.03,34.14 101.48,34.59 101.48,35.14L101.48,36.4C101.48,36.95 101.03,37.4 100.48,37.4L97.23,37.4C96.68,37.4 96.23,37.84 96.23,38.4L96.23,43.65C96.23,43.74 96.21,43.82 96.21,43.91 96.14,43.89 63.44,43.89 63.41,43.89 59.87,42.15 55.89,41.17 51.69,41.17 50.54,41.17 49.42,41.25 48.31,41.39L48.31,35.14C48.31,34.59 48.76,34.14 49.31,34.14M67.7,31.52L79.46,31.52C80.02,31.52 80.46,31.96 80.46,32.52L80.46,36.4C80.46,36.95 80.02,37.4 79.46,37.4L67.7,37.4C67.15,37.4 66.7,36.95 66.7,36.4L66.7,32.52C66.7,31.96 67.15,31.52 67.7,31.52M56.99,110.01L56.99,109.19C56.99,104.27 53.25,100.21 48.45,99.71L48.45,98.69C48.45,92.01 44.06,86.35 38.01,84.42 36.58,83.97 35.06,83.72 33.48,83.72 29.54,83.72 25.95,85.25 23.28,87.74L14.87,87.74C12.86,87.74 11.41,85.81 11.99,83.89 13.28,79.62 16.75,73.22 26.01,72.52 26.54,72.47 26.96,72.05 26.96,71.52L26.96,68.46C26.96,54.63 38.28,42.94 52.11,43.17 65.55,43.4 76.41,54.4 76.41,67.9 76.41,68.45 76.86,68.9 77.41,68.9 77.69,68.9 82.77,68.6 82.77,68.6 84.78,68.6 86.74,68.93 88.62,69.54 89.04,69.68 89.46,69.82 89.88,69.99 90.39,70.2 90.97,69.95 91.18,69.44 91.39,68.93 91.14,68.34 90.63,68.14 88.14,67.12 85.49,66.6 82.77,66.6L80.21,66.6C79.2,66.6 78.35,65.84 78.23,64.84 77.97,62.54 77.41,60.34 76.6,58.26 74.64,53.21 71.19,48.9 66.79,45.87L91.58,45.87C93.98,45.87 95.44,48.57 94.08,50.54 93.35,51.61 92.43,52.57 91.35,53.38 90.92,53.7 90.83,54.3 91.13,54.74 91.13,54.75 91.14,54.77 91.14,54.78 91.34,55.04 91.64,55.18 91.95,55.18 92.15,55.18 92.36,55.12 92.54,54.98 96.16,52.28 98.23,48.15 98.23,43.65L98.23,42.4C98.23,40.74 99.57,39.4 101.23,39.4L102.48,39.4C103.03,39.4 103.48,38.95 103.48,38.4L103.48,33.14C103.48,32.59 103.03,32.14 102.48,32.14L96.6,32.14C96.05,32.14 95.6,31.7 95.6,31.14L95.6,28.36C95.6,27.8 96.05,27.36 96.6,27.36L97.42,27.36C97.97,27.36 98.42,26.91 98.42,26.36 98.42,25.8 97.97,25.36 97.42,25.36L91.78,25.36C91.23,25.36 90.78,25.8 90.78,26.36 90.78,26.91 91.23,27.36 91.78,27.36L92.6,27.36C93.15,27.36 93.6,27.8 93.6,28.36L93.6,31.14C93.6,31.7 93.15,32.14 92.6,32.14L89.35,32.14C88.79,32.14 88.35,32.59 88.35,33.14L88.35,37.4 85.46,37.4C83.81,37.4 82.46,36.05 82.46,34.4L82.46,31.52C82.46,30.41 81.57,29.52 80.46,29.52L76.58,29.52C75.48,29.52 74.58,28.62 74.58,27.52L74.58,20.44C74.58,19.89 75.03,19.44 75.58,19.44L83.07,19.44C83.62,19.44 84.07,18.99 84.07,18.44 84.07,17.89 83.62,17.44 83.07,17.44L64.1,17.44C63.55,17.44 63.1,17.89 63.1,18.44 63.1,18.99 63.55,19.44 64.1,19.44L71.58,19.44C72.14,19.44 72.58,19.89 72.58,20.44L72.58,27.52C72.58,28.62 71.69,29.52 70.58,29.52L66.7,29.52C65.6,29.52 64.7,30.41 64.7,31.52L64.7,34.4C64.7,36.05 63.36,37.4 61.7,37.4L58.82,37.4 58.82,33.14C58.82,32.59 58.37,32.14 57.82,32.14L54.57,32.14C54.01,32.14 53.57,31.7 53.57,31.14L53.57,28.36C53.57,27.8 54.01,27.36 54.57,27.36L55.39,27.36C55.94,27.36 56.39,26.91 56.39,26.36 56.39,25.8 55.94,25.36 55.39,25.36L49.75,25.36C49.19,25.36 48.75,25.8 48.75,26.36 48.75,26.91 49.19,27.36 49.75,27.36L50.57,27.36C51.12,27.36 51.57,27.8 51.57,28.36L51.57,31.14C51.57,31.7 51.12,32.14 50.57,32.14L47.31,32.14C46.76,32.14 46.31,32.59 46.31,33.14L46.31,41.65C46.31,41.67 46.32,41.69 46.33,41.71 34.15,44.2 24.96,55 24.96,67.9L24.96,68.77C24.96,69.75 24.24,70.58 23.27,70.73 15.32,72.02 9.24,78.93 9.24,87.23L9.24,87.23C9.24,88.62 10.36,89.74 11.75,89.74L18,89.74C19.46,89.74 20.42,91.24 19.82,92.57 19.13,94.1 18.69,95.77 18.55,97.53L14.35,97.53C10.9,97.53 7.52,98.86 5.21,101.42 3.07,103.79 2,106.85 2.21,110.05 2.24,110.59 2.67,111.01 3.21,111.01L8.08,111.01C8.64,111.01 9.08,110.57 9.08,110.01L9.08,110.01C9.08,109.46 8.64,109.01 8.08,109.01L6.53,109.01C5.17,109.01 4.21,107.7 4.61,106.4 5.05,105 5.8,103.7 6.85,102.6 8.76,100.56 11.51,99.53 14.3,99.53 14.3,99.53 19.31,99.69 19.51,99.69 20.06,99.69 20.51,99.24 20.51,98.69 20.51,91.32 26.69,85.36 34.13,85.73 41.1,86.08 46.45,92.09 46.45,99.07L46.45,100.66C46.45,101.21 46.91,101.66 47.46,101.66 50.56,101.66 53.23,103.54 54.38,106.22 54.95,107.54 53.98,109.01 52.54,109.01L30.8,109.01C30.25,109.01 29.8,109.46 29.8,110.01L29.8,110.01C29.8,110.57 30.25,111.01 30.8,111.01L55.99,111.01C56.54,111.01 56.99,110.57 56.99,110.01M112.89,89.73C113.07,89.73 113.25,89.68 113.42,89.58L115.6,88.22C116.07,87.93 116.22,87.31 115.93,86.85 115.64,86.38 115.02,86.23 114.55,86.52L112.36,87.88C111.89,88.17 111.75,88.78 112.04,89.25 112.23,89.56 112.56,89.73 112.89,89.73M203.18,88.92L192.61,88.92C192.06,88.92 191.61,89.36 191.61,89.92 191.61,90.47 192.06,90.92 192.61,90.92L203.18,90.92C203.74,90.92 204.18,90.47 204.18,89.92 204.18,89.36 203.74,88.92 203.18,88.92M61.28,115.15L51.08,115.15C50.53,115.15 50.08,115.6 50.08,116.15 50.08,116.7 50.53,117.15 51.08,117.15L61.28,117.15C61.84,117.15 62.28,116.7 62.28,116.15 62.28,115.6 61.84,115.15 61.28,115.15M116.23,53.52C115.68,53.52 115.23,53.97 115.23,54.52 115.23,55.07 115.68,55.52 116.23,55.52L127.46,55.52C128.01,55.52 128.46,55.07 128.46,54.52 128.46,53.97 128.01,53.52 127.46,53.52L116.23,53.52zM112.41,50.5L119.28,50.5C119.83,50.5 120.28,50.05 120.28,49.5 120.28,48.95 119.83,48.5 119.28,48.5L112.41,48.5C111.85,48.5 111.41,48.95 111.41,49.5 111.41,50.05 111.85,50.5 112.41,50.5M105.08,58.4L107.34,58.4C107.89,58.4 108.34,57.95 108.34,57.4 108.34,56.85 107.89,56.4 107.34,56.4L105.08,56.4C104.53,56.4 104.08,56.85 104.08,57.4 104.08,57.95 104.53,58.4 105.08,58.4M134.4,35.86L141.28,35.86C141.83,35.86 142.28,35.41 142.28,34.86 142.28,34.31 141.83,33.86 141.28,33.86L134.4,33.86C133.85,33.86 133.4,34.31 133.4,34.86 133.4,35.41 133.85,35.86 134.4,35.86M173.6,19.84L204.94,19.84C205.49,19.84 205.94,19.39 205.94,18.84 205.94,18.29 205.49,17.84 204.94,17.84L174.85,17.84C176.24,12.84 180.79,9.33 186.08,9.33 188.95,9.33 191.71,10.38 193.85,12.29 194.08,12.5 194.4,12.59 194.7,12.53 195.01,12.47 195.27,12.27 195.41,11.99 197.56,7.68 201.88,5 206.68,5 213.63,5 219.27,10.65 219.27,17.59 219.27,17.67 219.27,17.76 219.27,17.84L211.93,17.84C211.38,17.84 210.93,18.29 210.93,18.84 210.93,19.39 211.38,19.84 211.93,19.84L220.21,19.84C220.73,19.84 221.16,19.44 221.21,18.93 221.25,18.49 221.27,18.04 221.27,17.59 221.27,9.54 214.73,3 206.68,3 201.53,3 196.86,5.66 194.22,10.01 191.87,8.28 189.03,7.33 186.08,7.33 179.41,7.33 173.74,12.1 172.61,18.67 172.56,18.96 172.64,19.26 172.83,19.48 173.02,19.71 173.3,19.84 173.6,19.84" />
</vector>
\ No newline at end of file
--- 7,13 ----
<path android:fillColor="#ffdcddde" android:pathData="M91.35,53.38C93.84,51.52 95.46,48.85 96.01,45.87L66.79,45.87C71.19,48.9 74.64,53.2 76.6,58.25C85.01,57.84 89.45,55.75 91.12,54.74C90.83,54.3 90.92,53.7 91.35,53.38" />
<path android:fillColor="#fff6f6f7" android:pathData="M96.23,38.4C96.23,37.85 96.68,37.4 97.23,37.4L101.48,37.4 101.48,34.14 90.35,34.14 90.35,38.4C90.35,38.95 89.9,39.4 89.35,39.4L57.82,39.4C57.27,39.4 56.82,38.95 56.82,38.4L56.82,34.14 48.31,34.14 48.31,41.39C49.42,41.25 50.54,41.17 51.69,41.17 55.89,41.17 59.87,42.15 63.41,43.89 63.44,43.89 63.48,43.87 63.51,43.87L96.01,43.87C96.08,43.87 96.15,43.9 96.21,43.91 96.21,43.82 96.23,43.74 96.23,43.65L96.23,38.4zM30.8,109.01L54.99,109.01C54.9,104.94 51.55,101.66 47.46,101.66 46.9,101.66 46.45,101.21 46.45,100.66L46.45,98.69C46.45,91.54 40.63,85.72 33.48,85.72 26.33,85.72 20.51,91.54 20.51,98.69 20.51,99.24 20.06,99.69 19.51,99.69 19.31,99.69 19.12,99.63 18.96,99.53L13.95,99.53C11.22,99.53 8.68,100.63 6.82,102.62 5.17,104.39 4.25,106.63 4.19,109.01L8.08,109.01C8.63,109.01 9.08,109.46 9.08,110.01L29.8,110.01C29.8,109.46 30.25,109.01 30.8,109.01" />
<path android:fillColor="#fff6f6f7" android:pathData="M93.07,103.74l0,16.89l16.32,-10.7z" />
! <path android:fillColor="@color/white" android:pathData="M161.63,59.71L119.45,85.85C119.29,85.95 119.11,86 118.93,86C118.59,86 118.27,85.83 118.08,85.52C117.79,85.05 117.93,84.44 118.4,84.15L156.68,60.42L59.51,88.87L91.35,100.95C91.4,100.89 91.47,100.84 91.54,100.79L100.43,95.28C100.9,94.99 101.51,95.14 101.81,95.61C102.1,96.08 101.95,96.69 101.48,96.98L93.66,101.83L135.45,117.69L141.43,119.96L161.63,59.71Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M149.62,62.49C150.73,62.17 151.41,63.69 150.42,64.3L118.4,84.15C117.93,84.44 117.79,85.05 118.08,85.52C118.27,85.83 118.59,86 118.93,86C119.11,86 119.29,85.95 119.45,85.85L159.28,61.17C160.07,60.68 161.05,61.45 160.75,62.34L143.41,114.04C142.33,117.27 138.78,118.95 135.59,117.75L135.45,117.69L100.88,104.57C97.93,103.45 97.54,99.43 100.22,97.76L101.48,96.98C101.95,96.69 102.1,96.08 101.8,95.61C101.51,95.14 100.9,94.99 100.43,95.28C100.43,95.28 98.91,96.23 97.11,97.35C93.47,99.61 88.98,100.05 84.97,98.53L62.29,89.92C61.4,89.58 61.45,88.3 62.37,88.03L149.62,62.49ZM93.07,116.93L93.07,106.64C93.07,105.24 94.47,104.27 95.78,104.77L109.38,109.94L96.16,118.6C94.83,119.47 93.07,118.52 93.07,116.93L93.07,116.93ZM56.09,87.78C55.67,87.9 55.38,88.27 55.37,88.7C55.35,89.13 55.61,89.53 56.01,89.68L89.78,102.49C90.55,102.79 91.07,103.53 91.07,104.36L91.07,122.48C91.07,122.85 91.27,123.19 91.59,123.36C91.74,123.44 91.9,123.48 92.07,123.48C92.26,123.48 92.45,123.43 92.61,123.32L106.58,114.17C109.79,112.06 113.82,111.62 117.41,112.98L141.69,122.2C141.8,122.24 141.92,122.26 142.04,122.26C142.19,122.26 142.34,122.23 142.47,122.17C142.72,122.05 142.91,121.84 142.99,121.58L146.08,112.37L156.69,83.26C157.94,79.81 161.67,77.85 165.18,78.92C174.43,81.72 181.16,90.32 181.16,100.48C181.16,101.84 182.25,102.93 183.61,102.93L185.5,102.93C191.08,102.93 195.74,106.93 196.77,112.21C196.89,112.83 196.41,113.41 195.78,113.41L155.17,113.41C154.61,113.41 154.17,113.86 154.17,114.41C154.17,114.96 154.61,115.41 155.17,115.41L197.98,115.41C198.52,115.41 198.98,114.98 198.98,114.44C199,107 192.95,100.93 185.5,100.93C184.16,100.68 183.18,99.54 183.05,98.18C182.14,88.38 175.47,80.26 166.45,77.22C162.36,75.85 160.08,71.35 161.39,67.23L164.41,57.72C164.42,57.7 164.42,57.68 164.42,57.66C164.43,57.63 164.43,57.6 164.44,57.57C164.46,57.48 164.46,57.39 164.45,57.3C164.45,57.27 164.45,57.25 164.44,57.22C164.42,57.1 164.38,57 164.32,56.89C164.32,56.89 164.32,56.88 164.31,56.87C164.3,56.85 164.29,56.85 164.28,56.83C164.25,56.79 164.22,56.74 164.18,56.7C164.15,56.67 164.12,56.65 164.08,56.62C164.06,56.6 164.04,56.58 164.01,56.57C163.91,56.5 163.81,56.46 163.7,56.43C163.69,56.43 163.67,56.43 163.65,56.42C163.55,56.4 163.46,56.4 163.36,56.41C163.33,56.41 163.3,56.42 163.27,56.43C163.24,56.43 163.21,56.43 163.18,56.44L56.09,87.78Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M49.31,34.14L55.82,34.14C56.37,34.14 56.82,34.59 56.82,35.14L56.82,38.4C56.82,38.95 57.27,39.4 57.82,39.4L89.35,39.4C89.9,39.4 90.35,38.95 90.35,38.4L90.35,35.14C90.35,34.59 90.79,34.14 91.35,34.14L100.48,34.14C101.03,34.14 101.48,34.59 101.48,35.14L101.48,36.4C101.48,36.95 101.03,37.4 100.48,37.4L97.23,37.4C96.68,37.4 96.23,37.84 96.23,38.4L96.23,43.65C96.23,43.74 96.21,43.82 96.21,43.91 96.14,43.89 63.44,43.89 63.41,43.89 59.87,42.15 55.89,41.17 51.69,41.17 50.54,41.17 49.42,41.25 48.31,41.39L48.31,35.14C48.31,34.59 48.76,34.14 49.31,34.14M67.7,31.52L79.46,31.52C80.02,31.52 80.46,31.96 80.46,32.52L80.46,36.4C80.46,36.95 80.02,37.4 79.46,37.4L67.7,37.4C67.15,37.4 66.7,36.95 66.7,36.4L66.7,32.52C66.7,31.96 67.15,31.52 67.7,31.52M56.99,110.01L56.99,109.19C56.99,104.27 53.25,100.21 48.45,99.71L48.45,98.69C48.45,92.01 44.06,86.35 38.01,84.42 36.58,83.97 35.06,83.72 33.48,83.72 29.54,83.72 25.95,85.25 23.28,87.74L14.87,87.74C12.86,87.74 11.41,85.81 11.99,83.89 13.28,79.62 16.75,73.22 26.01,72.52 26.54,72.47 26.96,72.05 26.96,71.52L26.96,68.46C26.96,54.63 38.28,42.94 52.11,43.17 65.55,43.4 76.41,54.4 76.41,67.9 76.41,68.45 76.86,68.9 77.41,68.9 77.69,68.9 82.77,68.6 82.77,68.6 84.78,68.6 86.74,68.93 88.62,69.54 89.04,69.68 89.46,69.82 89.88,69.99 90.39,70.2 90.97,69.95 91.18,69.44 91.39,68.93 91.14,68.34 90.63,68.14 88.14,67.12 85.49,66.6 82.77,66.6L80.21,66.6C79.2,66.6 78.35,65.84 78.23,64.84 77.97,62.54 77.41,60.34 76.6,58.26 74.64,53.21 71.19,48.9 66.79,45.87L91.58,45.87C93.98,45.87 95.44,48.57 94.08,50.54 93.35,51.61 92.43,52.57 91.35,53.38 90.92,53.7 90.83,54.3 91.13,54.74 91.13,54.75 91.14,54.77 91.14,54.78 91.34,55.04 91.64,55.18 91.95,55.18 92.15,55.18 92.36,55.12 92.54,54.98 96.16,52.28 98.23,48.15 98.23,43.65L98.23,42.4C98.23,40.74 99.57,39.4 101.23,39.4L102.48,39.4C103.03,39.4 103.48,38.95 103.48,38.4L103.48,33.14C103.48,32.59 103.03,32.14 102.48,32.14L96.6,32.14C96.05,32.14 95.6,31.7 95.6,31.14L95.6,28.36C95.6,27.8 96.05,27.36 96.6,27.36L97.42,27.36C97.97,27.36 98.42,26.91 98.42,26.36 98.42,25.8 97.97,25.36 97.42,25.36L91.78,25.36C91.23,25.36 90.78,25.8 90.78,26.36 90.78,26.91 91.23,27.36 91.78,27.36L92.6,27.36C93.15,27.36 93.6,27.8 93.6,28.36L93.6,31.14C93.6,31.7 93.15,32.14 92.6,32.14L89.35,32.14C88.79,32.14 88.35,32.59 88.35,33.14L88.35,37.4 85.46,37.4C83.81,37.4 82.46,36.05 82.46,34.4L82.46,31.52C82.46,30.41 81.57,29.52 80.46,29.52L76.58,29.52C75.48,29.52 74.58,28.62 74.58,27.52L74.58,20.44C74.58,19.89 75.03,19.44 75.58,19.44L83.07,19.44C83.62,19.44 84.07,18.99 84.07,18.44 84.07,17.89 83.62,17.44 83.07,17.44L64.1,17.44C63.55,17.44 63.1,17.89 63.1,18.44 63.1,18.99 63.55,19.44 64.1,19.44L71.58,19.44C72.14,19.44 72.58,19.89 72.58,20.44L72.58,27.52C72.58,28.62 71.69,29.52 70.58,29.52L66.7,29.52C65.6,29.52 64.7,30.41 64.7,31.52L64.7,34.4C64.7,36.05 63.36,37.4 61.7,37.4L58.82,37.4 58.82,33.14C58.82,32.59 58.37,32.14 57.82,32.14L54.57,32.14C54.01,32.14 53.57,31.7 53.57,31.14L53.57,28.36C53.57,27.8 54.01,27.36 54.57,27.36L55.39,27.36C55.94,27.36 56.39,26.91 56.39,26.36 56.39,25.8 55.94,25.36 55.39,25.36L49.75,25.36C49.19,25.36 48.75,25.8 48.75,26.36 48.75,26.91 49.19,27.36 49.75,27.36L50.57,27.36C51.12,27.36 51.57,27.8 51.57,28.36L51.57,31.14C51.57,31.7 51.12,32.14 50.57,32.14L47.31,32.14C46.76,32.14 46.31,32.59 46.31,33.14L46.31,41.65C46.31,41.67 46.32,41.69 46.33,41.71 34.15,44.2 24.96,55 24.96,67.9L24.96,68.77C24.96,69.75 24.24,70.58 23.27,70.73 15.32,72.02 9.24,78.93 9.24,87.23L9.24,87.23C9.24,88.62 10.36,89.74 11.75,89.74L18,89.74C19.46,89.74 20.42,91.24 19.82,92.57 19.13,94.1 18.69,95.77 18.55,97.53L14.35,97.53C10.9,97.53 7.52,98.86 5.21,101.42 3.07,103.79 2,106.85 2.21,110.05 2.24,110.59 2.67,111.01 3.21,111.01L8.08,111.01C8.64,111.01 9.08,110.57 9.08,110.01L9.08,110.01C9.08,109.46 8.64,109.01 8.08,109.01L6.53,109.01C5.17,109.01 4.21,107.7 4.61,106.4 5.05,105 5.8,103.7 6.85,102.6 8.76,100.56 11.51,99.53 14.3,99.53 14.3,99.53 19.31,99.69 19.51,99.69 20.06,99.69 20.51,99.24 20.51,98.69 20.51,91.32 26.69,85.36 34.13,85.73 41.1,86.08 46.45,92.09 46.45,99.07L46.45,100.66C46.45,101.21 46.91,101.66 47.46,101.66 50.56,101.66 53.23,103.54 54.38,106.22 54.95,107.54 53.98,109.01 52.54,109.01L30.8,109.01C30.25,109.01 29.8,109.46 29.8,110.01L29.8,110.01C29.8,110.57 30.25,111.01 30.8,111.01L55.99,111.01C56.54,111.01 56.99,110.57 56.99,110.01M112.89,89.73C113.07,89.73 113.25,89.68 113.42,89.58L115.6,88.22C116.07,87.93 116.22,87.31 115.93,86.85 115.64,86.38 115.02,86.23 114.55,86.52L112.36,87.88C111.89,88.17 111.75,88.78 112.04,89.25 112.23,89.56 112.56,89.73 112.89,89.73M203.18,88.92L192.61,88.92C192.06,88.92 191.61,89.36 191.61,89.92 191.61,90.47 192.06,90.92 192.61,90.92L203.18,90.92C203.74,90.92 204.18,90.47 204.18,89.92 204.18,89.36 203.74,88.92 203.18,88.92M61.28,115.15L51.08,115.15C50.53,115.15 50.08,115.6 50.08,116.15 50.08,116.7 50.53,117.15 51.08,117.15L61.28,117.15C61.84,117.15 62.28,116.7 62.28,116.15 62.28,115.6 61.84,115.15 61.28,115.15M116.23,53.52C115.68,53.52 115.23,53.97 115.23,54.52 115.23,55.07 115.68,55.52 116.23,55.52L127.46,55.52C128.01,55.52 128.46,55.07 128.46,54.52 128.46,53.97 128.01,53.52 127.46,53.52L116.23,53.52zM112.41,50.5L119.28,50.5C119.83,50.5 120.28,50.05 120.28,49.5 120.28,48.95 119.83,48.5 119.28,48.5L112.41,48.5C111.85,48.5 111.41,48.95 111.41,49.5 111.41,50.05 111.85,50.5 112.41,50.5M105.08,58.4L107.34,58.4C107.89,58.4 108.34,57.95 108.34,57.4 108.34,56.85 107.89,56.4 107.34,56.4L105.08,56.4C104.53,56.4 104.08,56.85 104.08,57.4 104.08,57.95 104.53,58.4 105.08,58.4M134.4,35.86L141.28,35.86C141.83,35.86 142.28,35.41 142.28,34.86 142.28,34.31 141.83,33.86 141.28,33.86L134.4,33.86C133.85,33.86 133.4,34.31 133.4,34.86 133.4,35.41 133.85,35.86 134.4,35.86M173.6,19.84L204.94,19.84C205.49,19.84 205.94,19.39 205.94,18.84 205.94,18.29 205.49,17.84 204.94,17.84L174.85,17.84C176.24,12.84 180.79,9.33 186.08,9.33 188.95,9.33 191.71,10.38 193.85,12.29 194.08,12.5 194.4,12.59 194.7,12.53 195.01,12.47 195.27,12.27 195.41,11.99 197.56,7.68 201.88,5 206.68,5 213.63,5 219.27,10.65 219.27,17.59 219.27,17.67 219.27,17.76 219.27,17.84L211.93,17.84C211.38,17.84 210.93,18.29 210.93,18.84 210.93,19.39 211.38,19.84 211.93,19.84L220.21,19.84C220.73,19.84 221.16,19.44 221.21,18.93 221.25,18.49 221.27,18.04 221.27,17.59 221.27,9.54 214.73,3 206.68,3 201.53,3 196.86,5.66 194.22,10.01 191.87,8.28 189.03,7.33 186.08,7.33 179.41,7.33 173.74,12.1 172.61,18.67 172.56,18.96 172.64,19.26 172.83,19.48 173.02,19.71 173.3,19.84 173.6,19.84" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/img_forced_update_light.xml to/res/drawable/img_forced_update_light.xml
*** from/res/drawable/img_forced_update_light.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/img_forced_update_light.xml 2021-01-11 15:13:56.220666991 -0700
***************
*** 2,8 ****
<vector android:height="162.0dip" android:width="214.0dip" android:viewportWidth="214.0" android:viewportHeight="162.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff7f7f8" android:pathData="M118,30.09L184.83,30.09C200.23,30.09 212.71,42.57 212.71,57.97C212.71,73.36 200.23,85.85 184.83,85.85L139.87,85.85C132.81,85.85 127.08,91.57 127.08,98.64C127.08,105.7 132.81,111.43 139.87,111.43L182.02,111.43C193.91,111.43 203.56,121.07 203.56,132.97C203.56,144.87 193.92,154.51 182.02,154.51C150.46,154.51 50.56,154.51 19.91,154.51C8.88,154.51 -0.04,145.55 -0,134.52C0.04,123.55 8.95,114.68 19.92,114.68L39.06,114.68C60.89,114.68 78.57,96.96 78.53,75.13L78.52,69.64C78.48,47.81 96.17,30.09 118,30.09" android:fillAlpha="0.9" />
! <path android:fillColor="#ffffffff" android:pathData="M142.79,160.89L24.79,160.89C23.13,160.89 21.79,159.55 21.79,157.89L21.79,92.89C21.79,91.24 23.13,89.89 24.79,89.89L142.79,89.89C144.44,89.89 145.79,91.24 145.79,92.89L145.79,157.89C145.79,159.55 144.44,160.89 142.79,160.89" />
<path android:fillColor="#fff7f7f8" android:pathData="M37.05,89L37.05,87C37.05,85.9 37.95,85 39.05,85L49.05,85C50.16,85 51.05,85.9 51.05,87L51.05,89M116.02,89L116.02,87C116.02,85.9 116.91,85 118.02,85L128.02,85C129.12,85 130.02,85.9 130.02,87L130.02,89" />
<path android:fillColor="#ffdcddde" android:pathData="M40.05,160.79l8,0l0,-70.46l-8,0z" />
<path android:fillColor="#ffdcddde" android:pathData="M61.07,88.8l10,0l0,-1.79l-10,0z" />
--- 2,8 ----
<vector android:height="162.0dip" android:width="214.0dip" android:viewportWidth="214.0" android:viewportHeight="162.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff7f7f8" android:pathData="M118,30.09L184.83,30.09C200.23,30.09 212.71,42.57 212.71,57.97C212.71,73.36 200.23,85.85 184.83,85.85L139.87,85.85C132.81,85.85 127.08,91.57 127.08,98.64C127.08,105.7 132.81,111.43 139.87,111.43L182.02,111.43C193.91,111.43 203.56,121.07 203.56,132.97C203.56,144.87 193.92,154.51 182.02,154.51C150.46,154.51 50.56,154.51 19.91,154.51C8.88,154.51 -0.04,145.55 -0,134.52C0.04,123.55 8.95,114.68 19.92,114.68L39.06,114.68C60.89,114.68 78.57,96.96 78.53,75.13L78.52,69.64C78.48,47.81 96.17,30.09 118,30.09" android:fillAlpha="0.9" />
! <path android:fillColor="@color/white" android:pathData="M142.79,160.89L24.79,160.89C23.13,160.89 21.79,159.55 21.79,157.89L21.79,92.89C21.79,91.24 23.13,89.89 24.79,89.89L142.79,89.89C144.44,89.89 145.79,91.24 145.79,92.89L145.79,157.89C145.79,159.55 144.44,160.89 142.79,160.89" />
<path android:fillColor="#fff7f7f8" android:pathData="M37.05,89L37.05,87C37.05,85.9 37.95,85 39.05,85L49.05,85C50.16,85 51.05,85.9 51.05,87L51.05,89M116.02,89L116.02,87C116.02,85.9 116.91,85 118.02,85L128.02,85C129.12,85 130.02,85.9 130.02,87L130.02,89" />
<path android:fillColor="#ffdcddde" android:pathData="M40.05,160.79l8,0l0,-70.46l-8,0z" />
<path android:fillColor="#ffdcddde" android:pathData="M61.07,88.8l10,0l0,-1.79l-10,0z" />
***************
*** 14,20 ****
<path android:fillColor="#fff7f7f8" android:pathData="M177.35,150.52L174.58,150.52L155.18,150.52L153.11,150.52C151.08,150.52 149.19,149.49 148.08,147.79L145.03,143.12C143.23,140.35 142.27,137.13 142.27,133.83L142.27,105.22C142.27,103.21 142.62,101.22 143.32,99.34L149.26,83.2C149.96,81.32 150.31,79.33 150.31,77.32L150.31,57.58C150.31,56.48 151.21,55.58 152.31,55.58L178.04,55.58C179.15,55.58 180.04,56.48 180.04,57.58L180.04,76.97C180.04,78.97 179.69,80.96 178.99,82.85L173.04,98.98C172.35,100.86 171.99,102.86 171.99,104.86L171.99,134.42C171.99,137.72 172.95,140.95 174.76,143.71L178.19,148.97C178.62,149.63 178.14,150.52 177.35,150.52" />
<path android:fillColor="#ffdcddde" android:pathData="M120.06,108.16l7.83,0l0,-33.71l-7.83,0z" />
<path android:fillColor="#fff7f7f8" android:pathData="M138.33,50L152.75,50" />
! <path android:fillColor="#ffffffff" android:pathData="M166.29,101.01l-16.88,0l7.31,-19.83l16.88,0z" />
<path android:fillColor="#fff7f7f8" android:pathData="M154.16,159.79L152.31,159.79C151.21,159.79 150.31,158.89 150.31,157.79L150.31,154.52C150.31,153.41 151.21,152.52 152.31,152.52L178.04,152.52C179.15,152.52 180.04,153.41 180.04,154.52L180.04,157.79C180.04,158.89 179.15,159.79 178.04,159.79L154.16,159.79Z" />
<path android:fillColor="#ffdcddde" android:pathData="M157.57,150.51l-4.34,-6.65l14.63,0l4.34,6.65z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M124.66,96.94L124.66,94.72C124.66,94.17 124.21,93.72 123.66,93.72C123.11,93.72 122.66,94.17 122.66,94.72L122.66,96.94C122.66,97.5 123.11,97.94 123.66,97.94C124.21,97.94 124.66,97.5 124.66,96.94" />
--- 14,20 ----
<path android:fillColor="#fff7f7f8" android:pathData="M177.35,150.52L174.58,150.52L155.18,150.52L153.11,150.52C151.08,150.52 149.19,149.49 148.08,147.79L145.03,143.12C143.23,140.35 142.27,137.13 142.27,133.83L142.27,105.22C142.27,103.21 142.62,101.22 143.32,99.34L149.26,83.2C149.96,81.32 150.31,79.33 150.31,77.32L150.31,57.58C150.31,56.48 151.21,55.58 152.31,55.58L178.04,55.58C179.15,55.58 180.04,56.48 180.04,57.58L180.04,76.97C180.04,78.97 179.69,80.96 178.99,82.85L173.04,98.98C172.35,100.86 171.99,102.86 171.99,104.86L171.99,134.42C171.99,137.72 172.95,140.95 174.76,143.71L178.19,148.97C178.62,149.63 178.14,150.52 177.35,150.52" />
<path android:fillColor="#ffdcddde" android:pathData="M120.06,108.16l7.83,0l0,-33.71l-7.83,0z" />
<path android:fillColor="#fff7f7f8" android:pathData="M138.33,50L152.75,50" />
! <path android:fillColor="@color/white" android:pathData="M166.29,101.01l-16.88,0l7.31,-19.83l16.88,0z" />
<path android:fillColor="#fff7f7f8" android:pathData="M154.16,159.79L152.31,159.79C151.21,159.79 150.31,158.89 150.31,157.79L150.31,154.52C150.31,153.41 151.21,152.52 152.31,152.52L178.04,152.52C179.15,152.52 180.04,153.41 180.04,154.52L180.04,157.79C180.04,158.89 179.15,159.79 178.04,159.79L154.16,159.79Z" />
<path android:fillColor="#ffdcddde" android:pathData="M157.57,150.51l-4.34,-6.65l14.63,0l4.34,6.65z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M124.66,96.94L124.66,94.72C124.66,94.17 124.21,93.72 123.66,93.72C123.11,93.72 122.66,94.17 122.66,94.72L122.66,96.94C122.66,97.5 123.11,97.94 123.66,97.94C124.21,97.94 124.66,97.5 124.66,96.94" />
diff -x dist -x build -craB from/res/drawable/img_gem_hands_faded_dark.xml to/res/drawable/img_gem_hands_faded_dark.xml
*** from/res/drawable/img_gem_hands_faded_dark.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/img_gem_hands_faded_dark.xml 2021-01-11 15:13:56.227666887 -0700
***************
*** 5,13 ****
<path android:fillColor="#ffdcddde" android:pathData="M88.694,0V18.929L102.106,32.341L115.518,26.824L88.694,0Z" />
<path android:fillColor="#ff4f545c" android:pathData="M75.282,58.949L61.87,64.574L88.694,91.29V72.361L75.282,58.949Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M75.282,32.341V58.949L88.694,72.361L102.107,58.949V32.341L88.694,18.929L75.282,32.341Z" />
! <path android:fillColor="#ffffffff" android:pathData="M102.107,32.341V32.449L75.39,59.057H75.282V51.81L98.429,28.663L102.107,32.341Z" />
! <path android:fillColor="#ffffffff" android:pathData="M102.107,42.4V49.755L84.151,67.818L80.474,64.033L102.107,42.4Z" />
! <path android:fillColor="#ffffffff" android:pathData="M66.629,17.739L62.303,19.794C61.762,20.118 61.005,19.794 60.68,19.253C60.572,18.929 60.572,18.496 60.68,18.171L62.735,13.845C62.951,13.52 62.951,13.088 62.735,12.763L60.68,8.437C60.355,7.788 60.68,7.139 61.221,6.814C61.545,6.706 61.87,6.706 62.194,6.814L66.521,8.869C66.845,9.086 67.278,9.086 67.603,8.869L71.929,6.814C72.578,6.49 73.227,6.814 73.551,7.355C73.66,7.68 73.66,8.004 73.551,8.329L71.496,12.655C71.28,12.98 71.28,13.412 71.496,13.737L73.551,18.063C73.876,18.604 73.551,19.361 73.011,19.686C72.686,19.794 72.254,19.794 71.929,19.686L67.603,17.631C67.386,17.522 66.953,17.522 66.629,17.739Z" />
<path android:fillColor="#ff72767d" android:pathData="M135.961,40.67C139.315,39.264 143.1,40.886 144.398,44.131L155.323,70.631L143.317,75.606L132.392,49.215C130.986,45.861 132.608,42.076 135.961,40.67Z" />
<path android:fillColor="#ff72767d" android:pathData="M145.588,16.333C148.941,14.927 152.727,16.549 154.025,19.794L166.031,48.674L154.025,53.649L142.127,24.878C140.72,21.525 142.343,17.739 145.588,16.333Z" />
<path android:fillColor="#ff72767d" android:pathData="M137.476,27.365C140.829,25.959 144.615,27.582 145.913,30.827L156.945,57.327L144.939,62.302L134.015,35.91C132.609,32.557 134.231,28.772 137.476,27.365Z" />
--- 5,13 ----
<path android:fillColor="#ffdcddde" android:pathData="M88.694,0V18.929L102.106,32.341L115.518,26.824L88.694,0Z" />
<path android:fillColor="#ff4f545c" android:pathData="M75.282,58.949L61.87,64.574L88.694,91.29V72.361L75.282,58.949Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M75.282,32.341V58.949L88.694,72.361L102.107,58.949V32.341L88.694,18.929L75.282,32.341Z" />
! <path android:fillColor="@color/white" android:pathData="M102.107,32.341V32.449L75.39,59.057H75.282V51.81L98.429,28.663L102.107,32.341Z" />
! <path android:fillColor="@color/white" android:pathData="M102.107,42.4V49.755L84.151,67.818L80.474,64.033L102.107,42.4Z" />
! <path android:fillColor="@color/white" android:pathData="M66.629,17.739L62.303,19.794C61.762,20.118 61.005,19.794 60.68,19.253C60.572,18.929 60.572,18.496 60.68,18.171L62.735,13.845C62.951,13.52 62.951,13.088 62.735,12.763L60.68,8.437C60.355,7.788 60.68,7.139 61.221,6.814C61.545,6.706 61.87,6.706 62.194,6.814L66.521,8.869C66.845,9.086 67.278,9.086 67.603,8.869L71.929,6.814C72.578,6.49 73.227,6.814 73.551,7.355C73.66,7.68 73.66,8.004 73.551,8.329L71.496,12.655C71.28,12.98 71.28,13.412 71.496,13.737L73.551,18.063C73.876,18.604 73.551,19.361 73.011,19.686C72.686,19.794 72.254,19.794 71.929,19.686L67.603,17.631C67.386,17.522 66.953,17.522 66.629,17.739Z" />
<path android:fillColor="#ff72767d" android:pathData="M135.961,40.67C139.315,39.264 143.1,40.886 144.398,44.131L155.323,70.631L143.317,75.606L132.392,49.215C130.986,45.861 132.608,42.076 135.961,40.67Z" />
<path android:fillColor="#ff72767d" android:pathData="M145.588,16.333C148.941,14.927 152.727,16.549 154.025,19.794L166.031,48.674L154.025,53.649L142.127,24.878C140.72,21.525 142.343,17.739 145.588,16.333Z" />
<path android:fillColor="#ff72767d" android:pathData="M137.476,27.365C140.829,25.959 144.615,27.582 145.913,30.827L156.945,57.327L144.939,62.302L134.015,35.91C132.609,32.557 134.231,28.772 137.476,27.365Z" />
diff -x dist -x build -craB from/res/drawable/img_gem_hands_faded_light.xml to/res/drawable/img_gem_hands_faded_light.xml
*** from/res/drawable/img_gem_hands_faded_light.xml 2021-01-02 17:58:42.822414465 -0700
--- to/res/drawable/img_gem_hands_faded_light.xml 2021-01-11 15:13:56.247666587 -0700
***************
*** 5,18 ****
<path android:fillColor="#ffe3e5e8" android:pathData="M88.694,0V18.929L102.106,32.341L115.518,26.824L88.694,0Z" />
<path android:fillColor="#ff9099a4" android:pathData="M75.282,58.949L61.87,64.574L88.694,91.29V72.361L75.282,58.949Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M75.282,32.341V58.949L88.694,72.361L102.107,58.949V32.341L88.694,18.929L75.282,32.341Z" />
! <path android:fillColor="#ffffffff" android:pathData="M102.107,32.341V32.449L75.39,59.057H75.282V51.81L98.429,28.663L102.107,32.341Z" />
! <path android:fillColor="#ffffffff" android:pathData="M102.107,42.4V49.755L84.151,67.818L80.474,64.033L102.107,42.4Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M66.629,17.739L62.303,19.794C61.762,20.118 61.005,19.794 60.68,19.253C60.572,18.929 60.572,18.496 60.68,18.171L62.735,13.845C62.951,13.52 62.951,13.088 62.735,12.763L60.68,8.437C60.355,7.788 60.68,7.139 61.221,6.814C61.545,6.706 61.87,6.706 62.194,6.814L66.521,8.869C66.845,9.086 67.278,9.086 67.603,8.869L71.929,6.814C72.578,6.49 73.227,6.814 73.551,7.355C73.66,7.68 73.66,8.004 73.551,8.329L71.496,12.655C71.28,12.98 71.28,13.412 71.496,13.737L73.551,18.063C73.876,18.604 73.551,19.361 73.011,19.686C72.686,19.794 72.254,19.794 71.929,19.686L67.603,17.631C67.386,17.522 66.953,17.522 66.629,17.739Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M136.077,40.509C139.43,39.103 143.215,40.725 144.513,43.97L155.438,70.47L143.432,75.446L132.507,49.054C131.101,45.701 132.724,41.915 136.077,40.509Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M145.588,16.333C148.941,14.927 152.727,16.549 154.025,19.794L166.031,48.674L154.025,53.649L142.127,24.878C140.72,21.525 142.343,17.739 145.588,16.333Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M137.476,27.365C140.829,25.959 144.615,27.582 145.913,30.827L156.945,57.327L144.939,62.302L134.015,35.91C132.609,32.557 134.231,28.772 137.476,27.365Z" />
! <path android:fillColor="#ff747f8d" android:pathData="M150.997,59.814L144.939,62.302L135.962,40.669C135.421,40.886 134.88,41.21 134.448,41.535L143.317,62.951C143.641,63.6 144.182,64.033 144.939,64.033C145.156,64.033 145.372,64.033 145.588,63.924L151.646,61.437L150.997,59.814Z" />
! <path android:fillColor="#ff747f8d" android:pathData="M155.323,53.217L154.133,53.757L143.317,27.69C142.668,27.257 141.911,27.041 141.046,26.825L152.511,54.406C152.835,55.055 153.376,55.488 154.133,55.488C154.35,55.488 154.566,55.488 154.782,55.38L155.972,54.839L155.323,53.217Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M161.056,88.369H120.927V100.7H161.056V88.369Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M165.166,46.943C167.654,49.431 167.654,53.541 165.166,56.137L146.562,74.741L137.368,65.547L155.972,46.943C158.568,44.455 162.678,44.455 165.166,46.943Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M170.79,19.037C174.36,19.037 177.28,21.957 177.28,25.527V49.322H164.301V25.527C164.301,21.957 167.113,19.037 170.79,19.037Z" />
--- 5,18 ----
<path android:fillColor="#ffe3e5e8" android:pathData="M88.694,0V18.929L102.106,32.341L115.518,26.824L88.694,0Z" />
<path android:fillColor="#ff9099a4" android:pathData="M75.282,58.949L61.87,64.574L88.694,91.29V72.361L75.282,58.949Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M75.282,32.341V58.949L88.694,72.361L102.107,58.949V32.341L88.694,18.929L75.282,32.341Z" />
! <path android:fillColor="@color/white" android:pathData="M102.107,32.341V32.449L75.39,59.057H75.282V51.81L98.429,28.663L102.107,32.341Z" />
! <path android:fillColor="@color/white" android:pathData="M102.107,42.4V49.755L84.151,67.818L80.474,64.033L102.107,42.4Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M66.629,17.739L62.303,19.794C61.762,20.118 61.005,19.794 60.68,19.253C60.572,18.929 60.572,18.496 60.68,18.171L62.735,13.845C62.951,13.52 62.951,13.088 62.735,12.763L60.68,8.437C60.355,7.788 60.68,7.139 61.221,6.814C61.545,6.706 61.87,6.706 62.194,6.814L66.521,8.869C66.845,9.086 67.278,9.086 67.603,8.869L71.929,6.814C72.578,6.49 73.227,6.814 73.551,7.355C73.66,7.68 73.66,8.004 73.551,8.329L71.496,12.655C71.28,12.98 71.28,13.412 71.496,13.737L73.551,18.063C73.876,18.604 73.551,19.361 73.011,19.686C72.686,19.794 72.254,19.794 71.929,19.686L67.603,17.631C67.386,17.522 66.953,17.522 66.629,17.739Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M136.077,40.509C139.43,39.103 143.215,40.725 144.513,43.97L155.438,70.47L143.432,75.446L132.507,49.054C131.101,45.701 132.724,41.915 136.077,40.509Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M145.588,16.333C148.941,14.927 152.727,16.549 154.025,19.794L166.031,48.674L154.025,53.649L142.127,24.878C140.72,21.525 142.343,17.739 145.588,16.333Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M137.476,27.365C140.829,25.959 144.615,27.582 145.913,30.827L156.945,57.327L144.939,62.302L134.015,35.91C132.609,32.557 134.231,28.772 137.476,27.365Z" />
! <path android:fillColor="@color/brand" android:pathData="M150.997,59.814L144.939,62.302L135.962,40.669C135.421,40.886 134.88,41.21 134.448,41.535L143.317,62.951C143.641,63.6 144.182,64.033 144.939,64.033C145.156,64.033 145.372,64.033 145.588,63.924L151.646,61.437L150.997,59.814Z" />
! <path android:fillColor="@color/brand" android:pathData="M155.323,53.217L154.133,53.757L143.317,27.69C142.668,27.257 141.911,27.041 141.046,26.825L152.511,54.406C152.835,55.055 153.376,55.488 154.133,55.488C154.35,55.488 154.566,55.488 154.782,55.38L155.972,54.839L155.323,53.217Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M161.056,88.369H120.927V100.7H161.056V88.369Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M165.166,46.943C167.654,49.431 167.654,53.541 165.166,56.137L146.562,74.741L137.368,65.547L155.972,46.943C158.568,44.455 162.678,44.455 165.166,46.943Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M170.79,19.037C174.36,19.037 177.28,21.957 177.28,25.527V49.322H164.301V25.527C164.301,21.957 167.113,19.037 170.79,19.037Z" />
***************
*** 24,31 ****
<path android:fillColor="#ffc7ccd1" android:pathData="M33.964,75.606L21.958,70.631L32.882,44.239C34.288,40.886 38.074,39.371 41.319,40.778C44.672,42.184 46.186,45.969 44.78,49.214L33.964,75.606Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M23.364,53.757L11.358,48.782L23.364,19.902C24.77,16.549 28.556,15.035 31.8,16.441C35.153,17.847 36.668,21.633 35.262,24.878L23.364,53.757Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M32.449,62.302L20.443,57.327L31.368,30.827C32.774,27.474 36.56,25.959 39.805,27.365C43.158,28.771 44.672,32.557 43.266,35.802L32.449,62.302Z" />
! <path android:fillColor="#ff747f8d" android:pathData="M42.941,41.535C42.508,41.21 41.967,40.886 41.426,40.669L32.449,62.302L26.392,59.814L25.743,61.437L31.8,63.924C32.016,64.033 32.232,64.033 32.449,64.033C33.206,64.033 33.747,63.6 34.071,62.951L42.941,41.535Z" />
! <path android:fillColor="#ff747f8d" android:pathData="M34.072,27.798L23.256,53.865L22.066,53.325L21.417,54.947L22.607,55.488C22.823,55.596 23.039,55.596 23.256,55.596C24.013,55.596 24.554,55.163 24.878,54.514L36.235,27.041C35.478,27.041 34.721,27.365 34.072,27.798Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M56.461,88.261H16.333V100.592H56.461V88.261Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M39.912,65.547L30.719,74.741L12.223,56.245C9.735,53.757 9.735,49.647 12.223,47.051C14.71,44.563 18.82,44.563 21.417,47.051L39.912,65.547Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M13.196,49.322H0.109V25.527C0.109,21.957 3.029,19.037 6.599,19.037C10.168,19.037 13.088,21.957 13.088,25.527L13.196,49.322Z" />
--- 24,31 ----
<path android:fillColor="#ffc7ccd1" android:pathData="M33.964,75.606L21.958,70.631L32.882,44.239C34.288,40.886 38.074,39.371 41.319,40.778C44.672,42.184 46.186,45.969 44.78,49.214L33.964,75.606Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M23.364,53.757L11.358,48.782L23.364,19.902C24.77,16.549 28.556,15.035 31.8,16.441C35.153,17.847 36.668,21.633 35.262,24.878L23.364,53.757Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M32.449,62.302L20.443,57.327L31.368,30.827C32.774,27.474 36.56,25.959 39.805,27.365C43.158,28.771 44.672,32.557 43.266,35.802L32.449,62.302Z" />
! <path android:fillColor="@color/brand" android:pathData="M42.941,41.535C42.508,41.21 41.967,40.886 41.426,40.669L32.449,62.302L26.392,59.814L25.743,61.437L31.8,63.924C32.016,64.033 32.232,64.033 32.449,64.033C33.206,64.033 33.747,63.6 34.071,62.951L42.941,41.535Z" />
! <path android:fillColor="@color/brand" android:pathData="M34.072,27.798L23.256,53.865L22.066,53.325L21.417,54.947L22.607,55.488C22.823,55.596 23.039,55.596 23.256,55.596C24.013,55.596 24.554,55.163 24.878,54.514L36.235,27.041C35.478,27.041 34.721,27.365 34.072,27.798Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M56.461,88.261H16.333V100.592H56.461V88.261Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M39.912,65.547L30.719,74.741L12.223,56.245C9.735,53.757 9.735,49.647 12.223,47.051C14.71,44.563 18.82,44.563 21.417,47.051L39.912,65.547Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M13.196,49.322H0.109V25.527C0.109,21.957 3.029,19.037 6.599,19.037C10.168,19.037 13.088,21.957 13.088,25.527L13.196,49.322Z" />
diff -x dist -x build -craB from/res/drawable/img_guild_profile_placeholder_light.xml to/res/drawable/img_guild_profile_placeholder_light.xml
*** from/res/drawable/img_guild_profile_placeholder_light.xml 2021-01-02 17:58:42.827414389 -0700
--- to/res/drawable/img_guild_profile_placeholder_light.xml 2021-01-11 15:13:56.177667635 -0700
***************
*** 3,9 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h320v180h-320z M 0,0" />
! <path android:fillColor="#ffffffff" android:pathData="M0,0h320v180h-320z" />
<group>
<clip-path android:pathData="M-240,-400h800v800h-800z M 0,0" />
<path android:fillColor="#ff9099a4" android:pathData="M321.92,133.2C320.64,133.6 319.28,133.76 317.92,133.76C316.56,133.76 315.2,133.52 313.92,133.2V142.56H321.92V140.16V136.96V133.2Z" />
--- 3,9 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h320v180h-320z M 0,0" />
! <path android:fillColor="@color/white" android:pathData="M0,0h320v180h-320z" />
<group>
<clip-path android:pathData="M-240,-400h800v800h-800z M 0,0" />
<path android:fillColor="#ff9099a4" android:pathData="M321.92,133.2C320.64,133.6 319.28,133.76 317.92,133.76C316.56,133.76 315.2,133.52 313.92,133.2V142.56H321.92V140.16V136.96V133.2Z" />
***************
*** 18,30 ****
<path android:fillColor="#ff9099a4" android:pathData="M302.16,19.76C302.16,21.52 303.6,22.96 305.36,22.96C307.12,22.96 308.56,21.52 308.56,19.76C308.56,18 307.12,16.56 305.36,16.56C303.6,16.56 302.16,18 302.16,19.76Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M239.52,72.96C245.04,72.96 249.68,76.72 251.04,81.76H267.28C265.68,67.84 253.84,56.96 239.44,56.96C225.04,56.96 213.2,67.84 211.6,81.76H227.84C229.36,76.64 234,72.96 239.52,72.96Z" />
<path android:fillColor="#ff4f5660" android:pathData="M239.52,96.96C234,96.96 229.36,93.2 228,88.16H211.76C213.36,102.08 225.2,112.96 239.6,112.96C254,112.96 265.84,102.08 267.44,88.16H251.2C249.6,93.2 244.96,96.96 239.52,96.96Z" />
! <path android:fillColor="#ff747f8d" android:pathData="M251.52,84.96C251.52,86.08 251.36,87.12 251.04,88.16H267.28H269.84V81.76H267.28H251.04C251.28,82.72 251.52,83.84 251.52,84.96Z" />
! <path android:fillColor="#ff747f8d" android:pathData="M227.92,88.16C227.6,87.12 227.44,86.08 227.44,84.96C227.44,83.84 227.6,82.8 227.92,81.76H211.68H209.12V88.16H211.68H227.92Z" />
<path android:fillColor="#ff9099a4" android:pathData="M239.52,96.96C245.04,96.96 249.68,93.2 251.04,88.16C251.36,87.12 251.52,86.08 251.52,84.96C251.52,83.84 251.36,82.8 251.04,81.76C249.6,76.72 245.04,72.96 239.52,72.96C234,72.96 229.36,76.72 228,81.76C227.68,82.8 227.52,83.84 227.52,84.96C227.52,86.08 227.68,87.12 228,88.16C229.36,93.2 234,96.96 239.52,96.96ZM233.12,84.96C233.12,81.44 236,78.56 239.52,78.56C243.04,78.56 245.92,81.44 245.92,84.96C245.92,88.48 243.04,91.36 239.52,91.36C235.92,91.36 233.12,88.48 233.12,84.96Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M239.52,91.36C243.055,91.36 245.92,88.495 245.92,84.96C245.92,81.425 243.055,78.56 239.52,78.56C235.985,78.56 233.12,81.425 233.12,84.96C233.12,88.495 235.985,91.36 239.52,91.36Z" />
<path android:fillColor="#ff9099a4" android:pathData="M86.8,31.76V-17.84H34V47.76H70.8C79.6,47.76 86.8,40.56 86.8,31.76ZM56.4,32.56H51.6V37.36H45.2V32.56H40.4V26.16H45.2V21.36H51.6V26.16H56.4V32.56ZM69.2,28.56C67.44,28.56 66,27.12 66,25.36C66,23.6 67.44,22.16 69.2,22.16C70.96,22.16 72.4,23.6 72.4,25.36C72.4,27.12 70.96,28.56 69.2,28.56ZM77.2,36.56C75.44,36.56 74,35.12 74,33.36C74,31.6 75.44,30.16 77.2,30.16C78.96,30.16 80.4,31.6 80.4,33.36C80.4,35.12 78.96,36.56 77.2,36.56ZM80.4,14.16H74H46.8H40.4V-11.44H46.8H74H80.4V14.16Z" />
! <path android:fillColor="#ff747f8d" android:pathData="M46.8,-11.44H40.4V14.16H46.8V-11.44Z" />
! <path android:fillColor="#ff747f8d" android:pathData="M80.4,-11.44H74V14.16H80.4V-11.44Z" />
<path android:fillColor="#ff4f5660" android:pathData="M51.6,21.36H45.2V26.16H40.4V32.56H45.2V37.36H51.6V32.56H56.4V26.16H51.6V21.36Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M74,-11.44H46.8V14.16H74V-11.44Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M69.2,28.56C70.967,28.56 72.4,27.127 72.4,25.36C72.4,23.593 70.967,22.16 69.2,22.16C67.433,22.16 66,23.593 66,25.36C66,27.127 67.433,28.56 69.2,28.56Z" />
--- 18,30 ----
<path android:fillColor="#ff9099a4" android:pathData="M302.16,19.76C302.16,21.52 303.6,22.96 305.36,22.96C307.12,22.96 308.56,21.52 308.56,19.76C308.56,18 307.12,16.56 305.36,16.56C303.6,16.56 302.16,18 302.16,19.76Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M239.52,72.96C245.04,72.96 249.68,76.72 251.04,81.76H267.28C265.68,67.84 253.84,56.96 239.44,56.96C225.04,56.96 213.2,67.84 211.6,81.76H227.84C229.36,76.64 234,72.96 239.52,72.96Z" />
<path android:fillColor="#ff4f5660" android:pathData="M239.52,96.96C234,96.96 229.36,93.2 228,88.16H211.76C213.36,102.08 225.2,112.96 239.6,112.96C254,112.96 265.84,102.08 267.44,88.16H251.2C249.6,93.2 244.96,96.96 239.52,96.96Z" />
! <path android:fillColor="@color/brand" android:pathData="M251.52,84.96C251.52,86.08 251.36,87.12 251.04,88.16H267.28H269.84V81.76H267.28H251.04C251.28,82.72 251.52,83.84 251.52,84.96Z" />
! <path android:fillColor="@color/brand" android:pathData="M227.92,88.16C227.6,87.12 227.44,86.08 227.44,84.96C227.44,83.84 227.6,82.8 227.92,81.76H211.68H209.12V88.16H211.68H227.92Z" />
<path android:fillColor="#ff9099a4" android:pathData="M239.52,96.96C245.04,96.96 249.68,93.2 251.04,88.16C251.36,87.12 251.52,86.08 251.52,84.96C251.52,83.84 251.36,82.8 251.04,81.76C249.6,76.72 245.04,72.96 239.52,72.96C234,72.96 229.36,76.72 228,81.76C227.68,82.8 227.52,83.84 227.52,84.96C227.52,86.08 227.68,87.12 228,88.16C229.36,93.2 234,96.96 239.52,96.96ZM233.12,84.96C233.12,81.44 236,78.56 239.52,78.56C243.04,78.56 245.92,81.44 245.92,84.96C245.92,88.48 243.04,91.36 239.52,91.36C235.92,91.36 233.12,88.48 233.12,84.96Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M239.52,91.36C243.055,91.36 245.92,88.495 245.92,84.96C245.92,81.425 243.055,78.56 239.52,78.56C235.985,78.56 233.12,81.425 233.12,84.96C233.12,88.495 235.985,91.36 239.52,91.36Z" />
<path android:fillColor="#ff9099a4" android:pathData="M86.8,31.76V-17.84H34V47.76H70.8C79.6,47.76 86.8,40.56 86.8,31.76ZM56.4,32.56H51.6V37.36H45.2V32.56H40.4V26.16H45.2V21.36H51.6V26.16H56.4V32.56ZM69.2,28.56C67.44,28.56 66,27.12 66,25.36C66,23.6 67.44,22.16 69.2,22.16C70.96,22.16 72.4,23.6 72.4,25.36C72.4,27.12 70.96,28.56 69.2,28.56ZM77.2,36.56C75.44,36.56 74,35.12 74,33.36C74,31.6 75.44,30.16 77.2,30.16C78.96,30.16 80.4,31.6 80.4,33.36C80.4,35.12 78.96,36.56 77.2,36.56ZM80.4,14.16H74H46.8H40.4V-11.44H46.8H74H80.4V14.16Z" />
! <path android:fillColor="@color/brand" android:pathData="M46.8,-11.44H40.4V14.16H46.8V-11.44Z" />
! <path android:fillColor="@color/brand" android:pathData="M80.4,-11.44H74V14.16H80.4V-11.44Z" />
<path android:fillColor="#ff4f5660" android:pathData="M51.6,21.36H45.2V26.16H40.4V32.56H45.2V37.36H51.6V32.56H56.4V26.16H51.6V21.36Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M74,-11.44H46.8V14.16H74V-11.44Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M69.2,28.56C70.967,28.56 72.4,27.127 72.4,25.36C72.4,23.593 70.967,22.16 69.2,22.16C67.433,22.16 66,23.593 66,25.36C66,27.127 67.433,28.56 69.2,28.56Z" />
***************
*** 47,53 ****
<path android:fillColor="#ff4f5660" android:pathData="M179.6,30.16H178.24L177.84,34.96H179.6C182.72,34.96 185.2,37.44 185.2,40.56C185.2,43.68 182.72,46.16 179.6,46.16H176.96L176.56,50.96H179.6C185.36,50.96 190,46.32 190,40.56C190,34.8 185.36,30.16 179.6,30.16Z" />
<path android:fillColor="#ff4f5660" android:pathData="M159.6,68.56H151.6V81.76H159.6V68.56Z" />
<path android:fillColor="#ff9099a4" android:pathData="M143.6,81.76V88.16H167.6V81.76H159.6H151.6H143.6Z" />
! <path android:fillColor="#ff747f8d" android:pathData="M147.6,68.56H151.6H159.6H163.6V62.96H147.6V68.56Z" />
<path android:fillColor="#ff9099a4" android:pathData="M177.84,34.96L178.24,30.16L178.56,26.16H132.64L132.96,30.16L133.36,34.96L134.24,46.16L134.64,50.96L134.8,52.64C135.28,58.48 140.16,62.96 146,62.96H147.68H163.68H165.36C171.2,62.96 176.08,58.48 176.56,52.64L176.72,50.96L177.12,46.16L177.84,34.96Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M183.6,26.16V18.16H127.6V26.16H132.64H178.56H183.6Z" />
<path android:fillColor="#ff4f5660" android:pathData="M29.68,120.16V133.76C29.68,135.52 28.24,136.96 26.48,136.96H11.28V140.16H26.48C30,140.16 32.88,137.28 32.88,133.76V120.16C31.84,120.16 30.72,120.16 29.68,120.16Z" />
--- 47,53 ----
<path android:fillColor="#ff4f5660" android:pathData="M179.6,30.16H178.24L177.84,34.96H179.6C182.72,34.96 185.2,37.44 185.2,40.56C185.2,43.68 182.72,46.16 179.6,46.16H176.96L176.56,50.96H179.6C185.36,50.96 190,46.32 190,40.56C190,34.8 185.36,30.16 179.6,30.16Z" />
<path android:fillColor="#ff4f5660" android:pathData="M159.6,68.56H151.6V81.76H159.6V68.56Z" />
<path android:fillColor="#ff9099a4" android:pathData="M143.6,81.76V88.16H167.6V81.76H159.6H151.6H143.6Z" />
! <path android:fillColor="@color/brand" android:pathData="M147.6,68.56H151.6H159.6H163.6V62.96H147.6V68.56Z" />
<path android:fillColor="#ff9099a4" android:pathData="M177.84,34.96L178.24,30.16L178.56,26.16H132.64L132.96,30.16L133.36,34.96L134.24,46.16L134.64,50.96L134.8,52.64C135.28,58.48 140.16,62.96 146,62.96H147.68H163.68H165.36C171.2,62.96 176.08,58.48 176.56,52.64L176.72,50.96L177.12,46.16L177.84,34.96Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M183.6,26.16V18.16H127.6V26.16H132.64H178.56H183.6Z" />
<path android:fillColor="#ff4f5660" android:pathData="M29.68,120.16V133.76C29.68,135.52 28.24,136.96 26.48,136.96H11.28V140.16H26.48C30,140.16 32.88,137.28 32.88,133.76V120.16C31.84,120.16 30.72,120.16 29.68,120.16Z" />
***************
*** 112,128 ****
<path android:fillColor="#ff4f5660" android:pathData="M40.274,93.538L39.143,94.669L40.274,95.801L41.405,94.67L40.274,93.538Z" />
<path android:fillColor="#ff4f5660" android:pathData="M35.765,98.052L34.634,99.183L35.766,100.315L36.897,99.183L35.765,98.052Z" />
<path android:fillColor="#ff9099a4" android:pathData="M45.36,99.76L44.8,100.32L43.68,99.2L44.8,98.08L45.52,98.8C45.6,98.24 45.68,97.6 45.68,96.96C45.68,96.32 45.6,95.76 45.52,95.12L44.8,95.84L43.68,94.72L44.8,93.6L45.36,94.16C45.12,92.96 44.72,91.76 44.16,90.72L43.68,90.24L43.84,90.08C43.6,89.6 43.28,89.12 42.96,88.72L42.56,89.12L41.44,88L42,87.44C41.68,87.04 41.28,86.64 40.88,86.32L40.32,86.88L39.2,85.6L39.6,85.2C39.12,84.88 38.72,84.56 38.24,84.32L38.08,84.48L37.6,84C36.48,83.44 35.36,83.04 34.16,82.8L34.72,83.36L33.6,84.48L32.48,83.36L33.2,82.64C32.64,82.56 32,82.48 31.36,82.48C30.72,82.48 30.16,82.56 29.52,82.64L30.24,83.36L29.12,84.48L28,83.36L28.56,82.8C27.36,83.04 26.16,83.44 25.12,84L24.64,84.48L24.48,84.32C24,84.56 23.52,84.88 23.12,85.2L23.52,85.6L22.4,86.72L21.84,86.16C21.44,86.48 21.04,86.88 20.72,87.28L21.28,87.84L20.16,88.96L19.76,88.56C19.44,89.04 19.12,89.44 18.88,89.92L19.04,90.08L18.56,90.56C18,91.68 17.6,92.8 17.36,94L17.92,93.44L19.04,94.56L17.92,95.68L17.2,94.96C17.12,95.52 17.04,96.16 17.04,96.8C17.04,97.44 17.12,98 17.2,98.64L17.92,97.92L19.04,99.04L17.92,100.16L17.36,99.6C17.6,100.8 18,102 18.56,103.04L19.04,103.52L18.88,103.68C19.12,104.16 19.44,104.64 19.76,105.04L20.16,104.64L21.28,105.76L20.72,106.32C21.04,106.72 21.44,107.12 21.84,107.44L22.4,106.88L23.52,108L23.12,108.4C23.6,108.72 24,109.04 24.48,109.28L24.64,109.12L25.12,109.6C26.24,110.16 27.36,110.56 28.56,110.8L28,110.24L29.12,109.12L30.24,110.24L29.52,110.96C30.08,111.04 30.72,111.12 31.36,111.12C32,111.12 32.56,111.04 33.2,110.96L32.48,110.24L33.6,109.12L34.72,110.24L34.16,110.8C35.36,110.56 36.56,110.16 37.6,109.6L38.08,109.12L38.24,109.28C38.72,109.04 39.2,108.72 39.6,108.4L39.2,108L40.32,106.88L40.88,107.44C41.28,107.12 41.68,106.72 42,106.32L41.44,105.76L42.56,104.64L42.96,105.04C43.28,104.56 43.6,104.16 43.84,103.68L43.68,103.52L44.16,103.04C44.72,102.16 45.12,101.04 45.36,99.76ZM43.68,96.96L42.56,98.08L41.44,96.96L42.56,95.84L43.68,96.96ZM21.04,103.76L22.16,102.64L23.28,103.76L22.16,104.88L21.04,103.76ZM23.36,101.44L24.48,100.32L25.6,101.44L24.48,102.56L23.36,101.44ZM34.64,94.64L35.76,93.52L36.88,94.64L35.76,95.76L34.64,94.64ZM34.64,96.96L33.52,98.08L32.4,96.96L33.52,95.84L34.64,96.96ZM33.52,93.52L32.4,92.4L33.52,91.28L34.64,92.4L33.52,93.52ZM32.4,94.64L31.28,95.76L30.16,94.64L31.28,93.52L32.4,94.64ZM28.96,93.52L27.84,92.4L28.96,91.28L30.08,92.4L28.96,93.52ZM27.84,94.64L26.72,95.76L25.6,94.64L26.72,93.52L27.84,94.64ZM28.96,95.84L30.08,96.96L28.96,98.08L27.84,96.96L28.96,95.84ZM27.84,99.2L26.72,100.32L25.6,99.2L26.72,98.08L27.84,99.2ZM28.96,100.32L30.08,101.44L28.96,102.56L27.84,101.44L28.96,100.32ZM30.16,99.2L31.28,98.08L32.4,99.2L31.28,100.32L30.16,99.2ZM33.52,100.32L34.64,101.44L33.52,102.56L32.4,101.44L33.52,100.32ZM34.64,99.2L35.76,98.08L36.88,99.2L35.76,100.32L34.64,99.2ZM36.88,96.96L38,95.84L39.12,96.96L38,98.08L36.88,96.96ZM39.2,94.64L40.32,93.52L41.44,94.64L40.32,95.76L39.2,94.64ZM38.08,93.52L36.96,92.4L38.08,91.28L39.2,92.4L38.08,93.52ZM35.76,91.28L34.64,90.16L35.76,89.04L36.88,90.16L35.76,91.28ZM33.52,89.04L32.4,87.92L33.52,86.8L34.64,87.92L33.52,89.04ZM32.4,90.16L31.28,91.28L30.16,90.16L31.28,89.04L32.4,90.16ZM28.96,89.04L27.84,87.92L28.96,86.8L30.08,87.92L28.96,89.04ZM27.84,90.16L26.72,91.28L25.6,90.16L26.72,89.04L27.84,90.16ZM25.6,92.4L24.48,93.52L23.36,92.4L24.48,91.28L25.6,92.4ZM23.36,94.64L22.24,95.76L21.12,94.64L22.24,93.52L23.36,94.64ZM24.48,95.84L25.6,96.96L24.48,98.08L23.36,96.96L24.48,95.84ZM23.36,99.2L22.24,100.32L21.12,99.2L22.24,98.08L23.36,99.2ZM26.72,102.56L27.84,103.68L26.72,104.8L25.6,103.68L26.72,102.56ZM28.96,104.88L30.08,106L28.96,107.12L27.84,106L28.96,104.88ZM30.16,103.76L31.28,102.64L32.4,103.76L31.28,104.88L30.16,103.76ZM33.52,104.88L34.64,106L33.52,107.12L32.4,106L33.52,104.88ZM34.64,103.76L35.76,102.64L36.88,103.76L35.76,104.88L34.64,103.76ZM36.88,101.44L38,100.32L39.12,101.44L38,102.56L36.88,101.44ZM39.2,99.2L40.32,98.08L41.44,99.2L40.32,100.32L39.2,99.2ZM43.68,92.4L42.56,93.52L41.44,92.4L42.56,91.28L43.68,92.4ZM41.44,90.16L40.32,91.28L39.2,90.16L40.32,89.04L41.44,90.16ZM39.2,87.92L38.08,89.04L36.96,87.92L38.08,86.8L39.2,87.92ZM35.76,84.48L36.88,85.6L35.76,86.72L34.64,85.6L35.76,84.48ZM31.28,84.48L32.4,85.6L31.28,86.72L30.16,85.6L31.28,84.48ZM26.72,84.48L27.84,85.6L26.72,86.72L25.6,85.6L26.72,84.48ZM24.48,86.72L25.6,87.84L24.48,88.96L23.36,87.84L24.48,86.72ZM22.24,89.04L23.36,90.16L22.24,91.28L21.12,90.16L22.24,89.04ZM21.04,92.4L19.92,93.52L18.8,92.4L19.92,91.28L21.04,92.4ZM18.8,96.96L19.92,95.84L21.04,96.96L19.92,98.08L18.8,96.96ZM18.8,101.44L19.92,100.32L21.04,101.44L19.92,102.56L18.8,101.44ZM23.36,106L24.48,104.88L25.6,106L24.48,107.12L23.36,106ZM26.72,109.36L25.6,108.24L26.72,107.12L27.84,108.24L26.72,109.36ZM31.28,109.36L30.16,108.24L31.28,107.12L32.4,108.24L31.28,109.36ZM35.76,109.36L34.64,108.24L35.76,107.12L36.88,108.24L35.76,109.36ZM38.08,107.12L36.96,106L38.08,104.88L39.2,106L38.08,107.12ZM40.32,104.88L39.2,103.76L40.32,102.64L41.44,103.76L40.32,104.88ZM42.56,102.56L41.44,101.44L42.56,100.32L43.68,101.44L42.56,102.56Z" />
! <path android:fillColor="#ff747f8d" android:pathData="M265.12,134.56L262.72,140.16L257.12,142.56L262.72,144.88L265.12,150.56L267.44,144.88L273.12,142.56L267.44,140.16L265.12,134.56Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M180.4,100.96L178,106.56L172.4,108.96L178,111.28L180.4,116.96L182.72,111.28L188.4,108.96L182.72,106.56L180.4,100.96Z" />
<path android:fillColor="#ff9099a4" android:pathData="M123.52,-3.68L129.2,-6.08L123.52,-8.4L121.2,-14.08L118.8,-8.4L113.2,-6.08L118.8,-3.68L121.2,1.92L123.52,-3.68Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M72.4,73.76C74.609,73.76 76.4,71.969 76.4,69.76C76.4,67.551 74.609,65.76 72.4,65.76C70.191,65.76 68.4,67.551 68.4,69.76C68.4,71.969 70.191,73.76 72.4,73.76Z" />
! <path android:fillColor="#ff747f8d" android:pathData="M230.72,33.36C232.929,33.36 234.72,31.569 234.72,29.36C234.72,27.151 232.929,25.36 230.72,25.36C228.511,25.36 226.72,27.151 226.72,29.36C226.72,31.569 228.511,33.36 230.72,33.36Z" />
<path android:fillColor="#ff9099a4" android:pathData="M211.6,18.96C213.809,18.96 215.6,17.169 215.6,14.96C215.6,12.751 213.809,10.96 211.6,10.96C209.391,10.96 207.6,12.751 207.6,14.96C207.6,17.169 209.391,18.96 211.6,18.96Z" />
<path android:fillColor="#ff9099a4" android:pathData="M86.8,226.56V176.96H34V242.56H70.8C79.6,242.56 86.8,235.36 86.8,226.56ZM56.4,227.36H51.6V232.16H45.2V227.36H40.4V220.96H45.2V216.16H51.6V220.96H56.4V227.36ZM69.2,223.36C67.44,223.36 66,221.92 66,220.16C66,218.4 67.44,216.96 69.2,216.96C70.96,216.96 72.4,218.4 72.4,220.16C72.4,221.92 70.96,223.36 69.2,223.36ZM77.2,231.36C75.44,231.36 74,229.92 74,228.16C74,226.4 75.44,224.96 77.2,224.96C78.96,224.96 80.4,226.4 80.4,228.16C80.4,229.92 78.96,231.36 77.2,231.36ZM80.4,208.96H74H46.8H40.4V183.36H46.8H74H80.4V208.96Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M213.2,179.36H232.4L220.4,139.36H170.8L158.8,179.36H178L182.88,169.52C184,171.36 186,172.64 188.4,172.64C191.28,172.64 193.76,170.72 194.56,168.08H196.72C197.52,170.72 199.92,172.64 202.88,172.64C205.2,172.64 207.28,171.36 208.4,169.52L213.2,179.36ZM214.8,152.96C216.56,152.96 218,154.4 218,156.16C218,157.92 216.56,159.36 214.8,159.36C213.04,159.36 211.6,157.92 211.6,156.16C211.6,154.4 213.04,152.96 214.8,152.96ZM173.2,148.96H178V144.16H184.4V148.96H189.2V155.36H184.4V160.16H178V155.36H173.2V148.96ZM188.4,170.24C186.16,170.24 184.4,168.48 184.4,166.24C184.4,164 186.16,162.24 188.4,162.24C190.64,162.24 192.4,164 192.4,166.24C192.4,168.48 190.64,170.24 188.4,170.24ZM202.8,170.24C200.56,170.24 198.8,168.48 198.8,166.24C198.8,164 200.56,162.24 202.8,162.24C205.04,162.24 206.8,164 206.8,166.24C206.8,168.48 205.04,170.24 202.8,170.24ZM206.8,151.36C205.04,151.36 203.6,149.92 203.6,148.16C203.6,146.4 205.04,144.96 206.8,144.96C208.56,144.96 210,146.4 210,148.16C210,149.92 208.56,151.36 206.8,151.36Z" />
<path android:fillColor="#ff4f5660" android:pathData="M-23.12,0.32L-11.92,19.68L-23.12,39.04H-7.12L4.08,19.68L-7.12,0.32H-23.12ZM-5.28,16.56C-3.52,16.56 -2.08,18 -2.08,19.76C-2.08,21.52 -3.52,22.96 -5.28,22.96C-7.04,22.96 -8.48,21.52 -8.48,19.76C-8.48,18 -7.04,16.56 -5.28,16.56Z" />
<path android:fillColor="#ff37393e" android:pathData="M-240,-400.4V400.4H560.8V-400.4H-240ZM560,-330.88V-311.44V-297.84V-278.4V-136V-116.56V-102.96V-83.52V58.88V78.32V91.92V111.36V253.76V273.2V286.8V306.24V399.92H397.44H391.04H384.64H357.44H351.04H344.64H309.12H293.12H271.04H265.6H259.52H86.8H80.4H74H46.8H40.4H34H-1.6H-17.6H-39.68H-45.04H-51.12H-223.84H-230.24H-236.64H-239.2V378.48V372.08V268.4V260.64V242.48V222.4V217.84V208.96V183.36V176.96V73.6V65.84V47.68V27.6V23.04V14.16V-11.44V-17.84V-121.2V-128.96V-147.12V-167.2V-171.76V-180.64V-206.24V-212.64V-316V-323.76V-341.92V-362V-366.56V-375.44V-399.6H-236.64H-230.24H-223.84H-191.12H-187.68H34.08H40.48H46.88H74.08H80.48H86.88H119.6H123.04H344.8H351.2H357.6H384.8H391.2H397.6H430.32H433.76H560V-330.88Z" />
! <path android:fillColor="#ffffffff" android:pathData="M0,0h320v180h-320z" android:fillAlpha="0.5" />
</group>
</group>
</vector>
\ No newline at end of file
--- 112,128 ----
<path android:fillColor="#ff4f5660" android:pathData="M40.274,93.538L39.143,94.669L40.274,95.801L41.405,94.67L40.274,93.538Z" />
<path android:fillColor="#ff4f5660" android:pathData="M35.765,98.052L34.634,99.183L35.766,100.315L36.897,99.183L35.765,98.052Z" />
<path android:fillColor="#ff9099a4" android:pathData="M45.36,99.76L44.8,100.32L43.68,99.2L44.8,98.08L45.52,98.8C45.6,98.24 45.68,97.6 45.68,96.96C45.68,96.32 45.6,95.76 45.52,95.12L44.8,95.84L43.68,94.72L44.8,93.6L45.36,94.16C45.12,92.96 44.72,91.76 44.16,90.72L43.68,90.24L43.84,90.08C43.6,89.6 43.28,89.12 42.96,88.72L42.56,89.12L41.44,88L42,87.44C41.68,87.04 41.28,86.64 40.88,86.32L40.32,86.88L39.2,85.6L39.6,85.2C39.12,84.88 38.72,84.56 38.24,84.32L38.08,84.48L37.6,84C36.48,83.44 35.36,83.04 34.16,82.8L34.72,83.36L33.6,84.48L32.48,83.36L33.2,82.64C32.64,82.56 32,82.48 31.36,82.48C30.72,82.48 30.16,82.56 29.52,82.64L30.24,83.36L29.12,84.48L28,83.36L28.56,82.8C27.36,83.04 26.16,83.44 25.12,84L24.64,84.48L24.48,84.32C24,84.56 23.52,84.88 23.12,85.2L23.52,85.6L22.4,86.72L21.84,86.16C21.44,86.48 21.04,86.88 20.72,87.28L21.28,87.84L20.16,88.96L19.76,88.56C19.44,89.04 19.12,89.44 18.88,89.92L19.04,90.08L18.56,90.56C18,91.68 17.6,92.8 17.36,94L17.92,93.44L19.04,94.56L17.92,95.68L17.2,94.96C17.12,95.52 17.04,96.16 17.04,96.8C17.04,97.44 17.12,98 17.2,98.64L17.92,97.92L19.04,99.04L17.92,100.16L17.36,99.6C17.6,100.8 18,102 18.56,103.04L19.04,103.52L18.88,103.68C19.12,104.16 19.44,104.64 19.76,105.04L20.16,104.64L21.28,105.76L20.72,106.32C21.04,106.72 21.44,107.12 21.84,107.44L22.4,106.88L23.52,108L23.12,108.4C23.6,108.72 24,109.04 24.48,109.28L24.64,109.12L25.12,109.6C26.24,110.16 27.36,110.56 28.56,110.8L28,110.24L29.12,109.12L30.24,110.24L29.52,110.96C30.08,111.04 30.72,111.12 31.36,111.12C32,111.12 32.56,111.04 33.2,110.96L32.48,110.24L33.6,109.12L34.72,110.24L34.16,110.8C35.36,110.56 36.56,110.16 37.6,109.6L38.08,109.12L38.24,109.28C38.72,109.04 39.2,108.72 39.6,108.4L39.2,108L40.32,106.88L40.88,107.44C41.28,107.12 41.68,106.72 42,106.32L41.44,105.76L42.56,104.64L42.96,105.04C43.28,104.56 43.6,104.16 43.84,103.68L43.68,103.52L44.16,103.04C44.72,102.16 45.12,101.04 45.36,99.76ZM43.68,96.96L42.56,98.08L41.44,96.96L42.56,95.84L43.68,96.96ZM21.04,103.76L22.16,102.64L23.28,103.76L22.16,104.88L21.04,103.76ZM23.36,101.44L24.48,100.32L25.6,101.44L24.48,102.56L23.36,101.44ZM34.64,94.64L35.76,93.52L36.88,94.64L35.76,95.76L34.64,94.64ZM34.64,96.96L33.52,98.08L32.4,96.96L33.52,95.84L34.64,96.96ZM33.52,93.52L32.4,92.4L33.52,91.28L34.64,92.4L33.52,93.52ZM32.4,94.64L31.28,95.76L30.16,94.64L31.28,93.52L32.4,94.64ZM28.96,93.52L27.84,92.4L28.96,91.28L30.08,92.4L28.96,93.52ZM27.84,94.64L26.72,95.76L25.6,94.64L26.72,93.52L27.84,94.64ZM28.96,95.84L30.08,96.96L28.96,98.08L27.84,96.96L28.96,95.84ZM27.84,99.2L26.72,100.32L25.6,99.2L26.72,98.08L27.84,99.2ZM28.96,100.32L30.08,101.44L28.96,102.56L27.84,101.44L28.96,100.32ZM30.16,99.2L31.28,98.08L32.4,99.2L31.28,100.32L30.16,99.2ZM33.52,100.32L34.64,101.44L33.52,102.56L32.4,101.44L33.52,100.32ZM34.64,99.2L35.76,98.08L36.88,99.2L35.76,100.32L34.64,99.2ZM36.88,96.96L38,95.84L39.12,96.96L38,98.08L36.88,96.96ZM39.2,94.64L40.32,93.52L41.44,94.64L40.32,95.76L39.2,94.64ZM38.08,93.52L36.96,92.4L38.08,91.28L39.2,92.4L38.08,93.52ZM35.76,91.28L34.64,90.16L35.76,89.04L36.88,90.16L35.76,91.28ZM33.52,89.04L32.4,87.92L33.52,86.8L34.64,87.92L33.52,89.04ZM32.4,90.16L31.28,91.28L30.16,90.16L31.28,89.04L32.4,90.16ZM28.96,89.04L27.84,87.92L28.96,86.8L30.08,87.92L28.96,89.04ZM27.84,90.16L26.72,91.28L25.6,90.16L26.72,89.04L27.84,90.16ZM25.6,92.4L24.48,93.52L23.36,92.4L24.48,91.28L25.6,92.4ZM23.36,94.64L22.24,95.76L21.12,94.64L22.24,93.52L23.36,94.64ZM24.48,95.84L25.6,96.96L24.48,98.08L23.36,96.96L24.48,95.84ZM23.36,99.2L22.24,100.32L21.12,99.2L22.24,98.08L23.36,99.2ZM26.72,102.56L27.84,103.68L26.72,104.8L25.6,103.68L26.72,102.56ZM28.96,104.88L30.08,106L28.96,107.12L27.84,106L28.96,104.88ZM30.16,103.76L31.28,102.64L32.4,103.76L31.28,104.88L30.16,103.76ZM33.52,104.88L34.64,106L33.52,107.12L32.4,106L33.52,104.88ZM34.64,103.76L35.76,102.64L36.88,103.76L35.76,104.88L34.64,103.76ZM36.88,101.44L38,100.32L39.12,101.44L38,102.56L36.88,101.44ZM39.2,99.2L40.32,98.08L41.44,99.2L40.32,100.32L39.2,99.2ZM43.68,92.4L42.56,93.52L41.44,92.4L42.56,91.28L43.68,92.4ZM41.44,90.16L40.32,91.28L39.2,90.16L40.32,89.04L41.44,90.16ZM39.2,87.92L38.08,89.04L36.96,87.92L38.08,86.8L39.2,87.92ZM35.76,84.48L36.88,85.6L35.76,86.72L34.64,85.6L35.76,84.48ZM31.28,84.48L32.4,85.6L31.28,86.72L30.16,85.6L31.28,84.48ZM26.72,84.48L27.84,85.6L26.72,86.72L25.6,85.6L26.72,84.48ZM24.48,86.72L25.6,87.84L24.48,88.96L23.36,87.84L24.48,86.72ZM22.24,89.04L23.36,90.16L22.24,91.28L21.12,90.16L22.24,89.04ZM21.04,92.4L19.92,93.52L18.8,92.4L19.92,91.28L21.04,92.4ZM18.8,96.96L19.92,95.84L21.04,96.96L19.92,98.08L18.8,96.96ZM18.8,101.44L19.92,100.32L21.04,101.44L19.92,102.56L18.8,101.44ZM23.36,106L24.48,104.88L25.6,106L24.48,107.12L23.36,106ZM26.72,109.36L25.6,108.24L26.72,107.12L27.84,108.24L26.72,109.36ZM31.28,109.36L30.16,108.24L31.28,107.12L32.4,108.24L31.28,109.36ZM35.76,109.36L34.64,108.24L35.76,107.12L36.88,108.24L35.76,109.36ZM38.08,107.12L36.96,106L38.08,104.88L39.2,106L38.08,107.12ZM40.32,104.88L39.2,103.76L40.32,102.64L41.44,103.76L40.32,104.88ZM42.56,102.56L41.44,101.44L42.56,100.32L43.68,101.44L42.56,102.56Z" />
! <path android:fillColor="@color/brand" android:pathData="M265.12,134.56L262.72,140.16L257.12,142.56L262.72,144.88L265.12,150.56L267.44,144.88L273.12,142.56L267.44,140.16L265.12,134.56Z" />
<path android:fillColor="#ffe3e5e8" android:pathData="M180.4,100.96L178,106.56L172.4,108.96L178,111.28L180.4,116.96L182.72,111.28L188.4,108.96L182.72,106.56L180.4,100.96Z" />
<path android:fillColor="#ff9099a4" android:pathData="M123.52,-3.68L129.2,-6.08L123.52,-8.4L121.2,-14.08L118.8,-8.4L113.2,-6.08L118.8,-3.68L121.2,1.92L123.52,-3.68Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M72.4,73.76C74.609,73.76 76.4,71.969 76.4,69.76C76.4,67.551 74.609,65.76 72.4,65.76C70.191,65.76 68.4,67.551 68.4,69.76C68.4,71.969 70.191,73.76 72.4,73.76Z" />
! <path android:fillColor="@color/brand" android:pathData="M230.72,33.36C232.929,33.36 234.72,31.569 234.72,29.36C234.72,27.151 232.929,25.36 230.72,25.36C228.511,25.36 226.72,27.151 226.72,29.36C226.72,31.569 228.511,33.36 230.72,33.36Z" />
<path android:fillColor="#ff9099a4" android:pathData="M211.6,18.96C213.809,18.96 215.6,17.169 215.6,14.96C215.6,12.751 213.809,10.96 211.6,10.96C209.391,10.96 207.6,12.751 207.6,14.96C207.6,17.169 209.391,18.96 211.6,18.96Z" />
<path android:fillColor="#ff9099a4" android:pathData="M86.8,226.56V176.96H34V242.56H70.8C79.6,242.56 86.8,235.36 86.8,226.56ZM56.4,227.36H51.6V232.16H45.2V227.36H40.4V220.96H45.2V216.16H51.6V220.96H56.4V227.36ZM69.2,223.36C67.44,223.36 66,221.92 66,220.16C66,218.4 67.44,216.96 69.2,216.96C70.96,216.96 72.4,218.4 72.4,220.16C72.4,221.92 70.96,223.36 69.2,223.36ZM77.2,231.36C75.44,231.36 74,229.92 74,228.16C74,226.4 75.44,224.96 77.2,224.96C78.96,224.96 80.4,226.4 80.4,228.16C80.4,229.92 78.96,231.36 77.2,231.36ZM80.4,208.96H74H46.8H40.4V183.36H46.8H74H80.4V208.96Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M213.2,179.36H232.4L220.4,139.36H170.8L158.8,179.36H178L182.88,169.52C184,171.36 186,172.64 188.4,172.64C191.28,172.64 193.76,170.72 194.56,168.08H196.72C197.52,170.72 199.92,172.64 202.88,172.64C205.2,172.64 207.28,171.36 208.4,169.52L213.2,179.36ZM214.8,152.96C216.56,152.96 218,154.4 218,156.16C218,157.92 216.56,159.36 214.8,159.36C213.04,159.36 211.6,157.92 211.6,156.16C211.6,154.4 213.04,152.96 214.8,152.96ZM173.2,148.96H178V144.16H184.4V148.96H189.2V155.36H184.4V160.16H178V155.36H173.2V148.96ZM188.4,170.24C186.16,170.24 184.4,168.48 184.4,166.24C184.4,164 186.16,162.24 188.4,162.24C190.64,162.24 192.4,164 192.4,166.24C192.4,168.48 190.64,170.24 188.4,170.24ZM202.8,170.24C200.56,170.24 198.8,168.48 198.8,166.24C198.8,164 200.56,162.24 202.8,162.24C205.04,162.24 206.8,164 206.8,166.24C206.8,168.48 205.04,170.24 202.8,170.24ZM206.8,151.36C205.04,151.36 203.6,149.92 203.6,148.16C203.6,146.4 205.04,144.96 206.8,144.96C208.56,144.96 210,146.4 210,148.16C210,149.92 208.56,151.36 206.8,151.36Z" />
<path android:fillColor="#ff4f5660" android:pathData="M-23.12,0.32L-11.92,19.68L-23.12,39.04H-7.12L4.08,19.68L-7.12,0.32H-23.12ZM-5.28,16.56C-3.52,16.56 -2.08,18 -2.08,19.76C-2.08,21.52 -3.52,22.96 -5.28,22.96C-7.04,22.96 -8.48,21.52 -8.48,19.76C-8.48,18 -7.04,16.56 -5.28,16.56Z" />
<path android:fillColor="#ff37393e" android:pathData="M-240,-400.4V400.4H560.8V-400.4H-240ZM560,-330.88V-311.44V-297.84V-278.4V-136V-116.56V-102.96V-83.52V58.88V78.32V91.92V111.36V253.76V273.2V286.8V306.24V399.92H397.44H391.04H384.64H357.44H351.04H344.64H309.12H293.12H271.04H265.6H259.52H86.8H80.4H74H46.8H40.4H34H-1.6H-17.6H-39.68H-45.04H-51.12H-223.84H-230.24H-236.64H-239.2V378.48V372.08V268.4V260.64V242.48V222.4V217.84V208.96V183.36V176.96V73.6V65.84V47.68V27.6V23.04V14.16V-11.44V-17.84V-121.2V-128.96V-147.12V-167.2V-171.76V-180.64V-206.24V-212.64V-316V-323.76V-341.92V-362V-366.56V-375.44V-399.6H-236.64H-230.24H-223.84H-191.12H-187.68H34.08H40.48H46.88H74.08H80.48H86.88H119.6H123.04H344.8H351.2H357.6H384.8H391.2H397.6H430.32H433.76H560V-330.88Z" />
! <path android:fillColor="@color/white" android:pathData="M0,0h320v180h-320z" android:fillAlpha="0.5" />
</group>
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/img_logo_discord.xml to/res/drawable/img_logo_discord.xml
*** from/res/drawable/img_logo_discord.xml 2021-01-02 17:58:42.821414480 -0700
--- to/res/drawable/img_logo_discord.xml 2021-01-11 15:13:55.555676949 -0700
***************
*** 1,11 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="12.0dip" android:width="48.0dip" android:viewportWidth="48.0" android:viewportHeight="12.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M9.4514,0.1146H7.3741V8.2687H9.4514V0.1146Z" />
! <path android:fillColor="#ffffffff" android:pathData="M6.2642,5.5845V2.8416C6.2642,0.9418 4.7217,0.1146 3.077,0.1146H0V3.5406L2.0478,5.3657V2.0384H3.1415C3.8375,2.0384 4.1734,2.3719 4.1734,2.9002V5.4457C4.1734,5.9767 3.8483,6.3316 3.1415,6.3316H0V8.2661H3.0716C4.7217,8.2767 6.2642,7.4602 6.2642,5.5845Z" />
! <path android:fillColor="#ffffffff" android:pathData="M20.3297,8.3836C21.3617,8.3836 22.6032,7.8766 23.2858,6.5532L21.4772,5.7233C21.0258,6.852 19.1688,6.5772 19.1688,5.5979V2.7856C19.1688,1.7717 20.9989,1.5396 21.5579,2.5562L23.2509,1.8784C22.5898,0.4269 21.3724,0 20.3647,0C18.7173,0 17.0915,0.9446 17.0915,2.7856V5.5953C17.0969,7.4524 18.7173,8.3836 20.3297,8.3836Z" />
! <path android:fillColor="#ffffffff" android:pathData="M45.4994,2.8416C45.4994,0.9418 43.9569,0.1146 42.3095,0.1146H39.2379V3.5406L41.2857,5.3657V2.0384H42.3794C43.0754,2.0384 43.4113,2.3719 43.4113,2.9002V5.4457C43.4113,5.9767 43.0862,6.3316 42.3794,6.3316H39.2379V8.2661H42.3095C43.9542,8.2767 45.4994,7.4602 45.4994,5.5845V2.8416Z" />
! <path android:fillColor="#ffffffff" android:pathData="M11.6685,5.6887L10.357,6.9107C11.1229,7.8899 12.1656,8.3836 13.1519,8.3836C14.6568,8.3836 16.331,7.5217 16.4009,5.9421C16.4949,3.9383 15.0303,3.4313 13.5711,3.1672C12.9342,3.0284 12.5015,2.799 12.48,2.4067C12.5123,1.4622 13.985,1.4275 14.8449,2.3374L16.202,1.2994C15.3555,0.2775 14.3934,0 13.3937,0C11.8888,0 10.4242,0.8405 10.4242,2.4414C10.4242,3.997 11.6282,4.8268 12.953,5.0349C13.6275,5.1283 14.38,5.3898 14.3558,5.8514C14.2994,6.7239 12.4908,6.6759 11.6685,5.6887Z" />
! <path android:fillColor="#ffffffff" android:pathData="M27.255,8.3836C28.9615,8.3836 30.6518,7.4524 30.6518,5.5873V2.7963C30.6518,0.9312 28.9454,0 27.2416,0C25.5351,0 23.8448,0.9232 23.8448,2.7963V5.5819C23.8448,7.4524 25.5486,8.3836 27.255,8.3836ZM25.9221,2.7963C25.9221,2.196 26.5725,1.8731 27.2201,1.8731C27.8946,1.8731 28.5772,2.1586 28.5772,2.7963V5.5819C28.5772,6.1689 27.9161,6.4678 27.2524,6.4678C26.5913,6.4678 25.9194,6.1823 25.9194,5.5819V2.7963H25.9221Z" />
! <path android:fillColor="#ffffffff" android:pathData="M33.8525,5.6753H34.2233L36.1233,8.2635H38.7112L36.4726,5.4672C37.4723,5.1577 38.085,4.3038 38.085,2.7963C38.0393,0.8858 36.7279,0.1121 35.0349,0.1121H31.7536V8.2688H33.8551V5.6753H33.8525ZM33.8525,2.0385H35.0698C36.3813,2.0385 36.3813,3.9036 35.0698,3.9036H33.8525V2.0385Z" />
</vector>
\ No newline at end of file
--- 1,11 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="12.0dip" android:width="48.0dip" android:viewportWidth="48.0" android:viewportHeight="12.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M9.4514,0.1146H7.3741V8.2687H9.4514V0.1146Z" />
! <path android:fillColor="@color/white" android:pathData="M6.2642,5.5845V2.8416C6.2642,0.9418 4.7217,0.1146 3.077,0.1146H0V3.5406L2.0478,5.3657V2.0384H3.1415C3.8375,2.0384 4.1734,2.3719 4.1734,2.9002V5.4457C4.1734,5.9767 3.8483,6.3316 3.1415,6.3316H0V8.2661H3.0716C4.7217,8.2767 6.2642,7.4602 6.2642,5.5845Z" />
! <path android:fillColor="@color/white" android:pathData="M20.3297,8.3836C21.3617,8.3836 22.6032,7.8766 23.2858,6.5532L21.4772,5.7233C21.0258,6.852 19.1688,6.5772 19.1688,5.5979V2.7856C19.1688,1.7717 20.9989,1.5396 21.5579,2.5562L23.2509,1.8784C22.5898,0.4269 21.3724,0 20.3647,0C18.7173,0 17.0915,0.9446 17.0915,2.7856V5.5953C17.0969,7.4524 18.7173,8.3836 20.3297,8.3836Z" />
! <path android:fillColor="@color/white" android:pathData="M45.4994,2.8416C45.4994,0.9418 43.9569,0.1146 42.3095,0.1146H39.2379V3.5406L41.2857,5.3657V2.0384H42.3794C43.0754,2.0384 43.4113,2.3719 43.4113,2.9002V5.4457C43.4113,5.9767 43.0862,6.3316 42.3794,6.3316H39.2379V8.2661H42.3095C43.9542,8.2767 45.4994,7.4602 45.4994,5.5845V2.8416Z" />
! <path android:fillColor="@color/white" android:pathData="M11.6685,5.6887L10.357,6.9107C11.1229,7.8899 12.1656,8.3836 13.1519,8.3836C14.6568,8.3836 16.331,7.5217 16.4009,5.9421C16.4949,3.9383 15.0303,3.4313 13.5711,3.1672C12.9342,3.0284 12.5015,2.799 12.48,2.4067C12.5123,1.4622 13.985,1.4275 14.8449,2.3374L16.202,1.2994C15.3555,0.2775 14.3934,0 13.3937,0C11.8888,0 10.4242,0.8405 10.4242,2.4414C10.4242,3.997 11.6282,4.8268 12.953,5.0349C13.6275,5.1283 14.38,5.3898 14.3558,5.8514C14.2994,6.7239 12.4908,6.6759 11.6685,5.6887Z" />
! <path android:fillColor="@color/white" android:pathData="M27.255,8.3836C28.9615,8.3836 30.6518,7.4524 30.6518,5.5873V2.7963C30.6518,0.9312 28.9454,0 27.2416,0C25.5351,0 23.8448,0.9232 23.8448,2.7963V5.5819C23.8448,7.4524 25.5486,8.3836 27.255,8.3836ZM25.9221,2.7963C25.9221,2.196 26.5725,1.8731 27.2201,1.8731C27.8946,1.8731 28.5772,2.1586 28.5772,2.7963V5.5819C28.5772,6.1689 27.9161,6.4678 27.2524,6.4678C26.5913,6.4678 25.9194,6.1823 25.9194,5.5819V2.7963H25.9221Z" />
! <path android:fillColor="@color/white" android:pathData="M33.8525,5.6753H34.2233L36.1233,8.2635H38.7112L36.4726,5.4672C37.4723,5.1577 38.085,4.3038 38.085,2.7963C38.0393,0.8858 36.7279,0.1121 35.0349,0.1121H31.7536V8.2688H33.8551V5.6753H33.8525ZM33.8525,2.0385H35.0698C36.3813,2.0385 36.3813,3.9036 35.0698,3.9036H33.8525V2.0385Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/img_new_tos_light_theme.xml to/res/drawable/img_new_tos_light_theme.xml
*** from/res/drawable/img_new_tos_light_theme.xml 2021-01-02 17:58:42.823414450 -0700
--- to/res/drawable/img_new_tos_light_theme.xml 2021-01-11 15:13:55.908671663 -0700
***************
*** 3,9 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff7f7f8" android:pathData="M86.37,4L107.61,4C121.65,4 133.04,15.39 133.04,29.43L133.04,29.44C133.04,43.48 144.43,54.87 158.47,54.87L160.19,54.87C185.1,54.87 205.3,75.07 205.3,99.98L205.3,99.98C205.3,124.9 185.1,145.1 160.19,145.1L29.48,145.1C14.52,145.1 2.4,132.97 2.4,118.01L2.4,118.01C2.4,103.06 14.52,90.93 29.48,90.93L31.97,90.93C46.99,90.93 59.17,78.76 59.17,63.73L59.17,31.2C59.17,16.18 71.35,4 86.37,4" android:fillAlpha="0.9" />
<path android:fillColor="#ffb9bbbe" android:pathData="M34.47,108.64L34.47,108.64C33.81,108.64 33.27,108.1 33.27,107.44 33.27,106.99 32.91,106.64 32.47,106.64 32.02,106.64 31.67,106.99 31.67,107.44 31.67,108.1 31.13,108.64 30.46,108.64 30.02,108.64 29.66,109 29.66,109.44 29.66,109.89 30.02,110.24 30.46,110.24 31.13,110.24 31.67,110.79 31.67,111.45 31.67,111.89 32.02,112.25 32.47,112.25 32.91,112.25 33.27,111.89 33.27,111.45 33.27,110.79 33.81,110.24 34.47,110.24 34.92,110.24 35.27,109.89 35.27,109.44 35.27,109 34.92,108.64 34.47,108.64M38,74.8C38.2,74.8 38.41,74.72 38.57,74.56L39.51,73.62C39.82,73.31 39.82,72.8 39.51,72.49 39.2,72.17 38.69,72.17 38.38,72.49L37.43,73.43C37.12,73.74 37.12,74.25 37.43,74.56 37.59,74.72 37.79,74.8 38,74.8M33.27,79.53C33.47,79.53 33.68,79.45 33.83,79.3L34.78,78.35C35.09,78.04 35.09,77.53 34.78,77.22 34.47,76.91 33.96,76.91 33.65,77.22L32.7,78.17C32.39,78.48 32.39,78.98 32.7,79.3 32.86,79.45 33.06,79.53 33.27,79.53M38.57,77.22C38.25,76.91 37.75,76.91 37.43,77.22 37.12,77.53 37.12,78.04 37.43,78.35L38.38,79.3C38.54,79.45 38.74,79.53 38.95,79.53 39.15,79.53 39.36,79.45 39.51,79.3 39.82,78.98 39.82,78.48 39.51,78.17L38.57,77.22zM33.65,74.56C33.8,74.72 34.01,74.8 34.21,74.8 34.42,74.8 34.62,74.72 34.78,74.56 35.09,74.25 35.09,73.74 34.78,73.43L33.83,72.49C33.52,72.17 33.01,72.17 32.7,72.49 32.39,72.8 32.39,73.3 32.7,73.62L33.65,74.56zM178.14,19.17C178.34,19.17 178.54,19.1 178.7,18.94L179.65,17.99C179.96,17.68 179.96,17.18 179.65,16.86 179.34,16.55 178.83,16.55 178.52,16.86L177.57,17.81C177.26,18.12 177.26,18.63 177.57,18.94 177.72,19.1 177.93,19.17 178.14,19.17M173.4,23.91C173.61,23.91 173.81,23.83 173.97,23.67L174.91,22.73C175.23,22.41 175.23,21.91 174.91,21.6 174.6,21.28 174.09,21.28 173.78,21.6L172.84,22.54C172.52,22.86 172.52,23.36 172.84,23.67 172.99,23.83 173.2,23.91 173.4,23.91M178.7,21.6C178.39,21.28 177.88,21.28 177.57,21.6 177.26,21.91 177.26,22.41 177.57,22.73L178.52,23.67C178.67,23.83 178.88,23.91 179.08,23.91 179.29,23.91 179.49,23.83 179.65,23.67 179.96,23.36 179.96,22.86 179.65,22.54L178.7,21.6zM173.78,18.94C173.94,19.1 174.14,19.17 174.35,19.17 174.55,19.17 174.76,19.1 174.91,18.94 175.23,18.63 175.23,18.12 174.91,17.81L173.97,16.86C173.66,16.55 173.15,16.55 172.84,16.86 172.52,17.18 172.52,17.68 172.84,17.99L173.78,18.94zM184.54,35.42C185.21,35.42 185.75,35.96 185.75,36.63 185.75,37.29 185.21,37.84 184.54,37.84 183.87,37.84 183.33,37.29 183.33,36.63 183.33,35.96 183.87,35.42 184.54,35.42M184.54,39.44C186.09,39.44 187.35,38.18 187.35,36.63 187.35,35.08 186.09,33.82 184.54,33.82 182.99,33.82 181.73,35.08 181.73,36.63 181.73,38.18 182.99,39.44 184.54,39.44" />
! <path android:fillColor="#ffffffff" android:pathData="M62.21,21.87l0,104.8l-10.29,3.47l0,-100.66z" />
<path android:fillColor="#ffdcddde" android:pathData="M52.6,50.07C52.6,44.78 56.33,40.23 61.41,39.13L61.41,43.91C57.58,44.63 54.4,47.05 52.6,50.31L52.6,50.07zM52.6,112.63C52.6,107.34 56.33,102.79 61.41,101.69L61.41,106.47C57.58,107.19 54.4,109.61 52.6,112.88L52.6,112.63z" />
<path android:fillColor="#fff7f7f8" android:pathData="M147.79,36.63C142.25,36.23 137.82,31.81 137.43,26.27L146.99,26.27C147.43,26.27 147.79,26.63 147.79,27.07L147.79,36.63zM147.79,110.28L147.79,119.84C147.79,120.29 147.43,120.64 146.99,120.64L137.43,120.64C137.82,115.11 142.25,110.68 147.79,110.28" />
<path android:fillColor="#ffdcddde" android:pathData="M94.74,155.05C94.47,155.19 94.16,155.17 93.91,154.99L89.9,152.12C86.83,149.93 82.72,149.93 79.66,152.12L75.64,154.99C75.39,155.17 75.08,155.19 74.81,155.05 74.54,154.91 74.38,154.65 74.38,154.34L74.38,138.25 95.18,138.25 95.18,154.34C95.18,154.65 95.02,154.91 94.74,155.05M155.79,126.24C155.79,127.57 154.71,128.64 153.39,128.64L61.4,128.64C57.7,128.64 54.44,130.59 52.6,133.51L52.6,133.44C52.6,127.27 57.62,122.24 63.8,122.24L146.99,122.24C148.31,122.24 149.39,121.17 149.39,119.84L149.39,27.07C149.39,25.75 148.31,24.67 146.99,24.67L63.8,24.67C58.98,24.67 54.78,27.35 52.6,31.29L52.6,29.47C52.6,23.29 57.62,18.27 63.8,18.27L153.39,18.27C154.71,18.27 155.79,19.35 155.79,20.67L155.79,126.24z" />
--- 3,9 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff7f7f8" android:pathData="M86.37,4L107.61,4C121.65,4 133.04,15.39 133.04,29.43L133.04,29.44C133.04,43.48 144.43,54.87 158.47,54.87L160.19,54.87C185.1,54.87 205.3,75.07 205.3,99.98L205.3,99.98C205.3,124.9 185.1,145.1 160.19,145.1L29.48,145.1C14.52,145.1 2.4,132.97 2.4,118.01L2.4,118.01C2.4,103.06 14.52,90.93 29.48,90.93L31.97,90.93C46.99,90.93 59.17,78.76 59.17,63.73L59.17,31.2C59.17,16.18 71.35,4 86.37,4" android:fillAlpha="0.9" />
<path android:fillColor="#ffb9bbbe" android:pathData="M34.47,108.64L34.47,108.64C33.81,108.64 33.27,108.1 33.27,107.44 33.27,106.99 32.91,106.64 32.47,106.64 32.02,106.64 31.67,106.99 31.67,107.44 31.67,108.1 31.13,108.64 30.46,108.64 30.02,108.64 29.66,109 29.66,109.44 29.66,109.89 30.02,110.24 30.46,110.24 31.13,110.24 31.67,110.79 31.67,111.45 31.67,111.89 32.02,112.25 32.47,112.25 32.91,112.25 33.27,111.89 33.27,111.45 33.27,110.79 33.81,110.24 34.47,110.24 34.92,110.24 35.27,109.89 35.27,109.44 35.27,109 34.92,108.64 34.47,108.64M38,74.8C38.2,74.8 38.41,74.72 38.57,74.56L39.51,73.62C39.82,73.31 39.82,72.8 39.51,72.49 39.2,72.17 38.69,72.17 38.38,72.49L37.43,73.43C37.12,73.74 37.12,74.25 37.43,74.56 37.59,74.72 37.79,74.8 38,74.8M33.27,79.53C33.47,79.53 33.68,79.45 33.83,79.3L34.78,78.35C35.09,78.04 35.09,77.53 34.78,77.22 34.47,76.91 33.96,76.91 33.65,77.22L32.7,78.17C32.39,78.48 32.39,78.98 32.7,79.3 32.86,79.45 33.06,79.53 33.27,79.53M38.57,77.22C38.25,76.91 37.75,76.91 37.43,77.22 37.12,77.53 37.12,78.04 37.43,78.35L38.38,79.3C38.54,79.45 38.74,79.53 38.95,79.53 39.15,79.53 39.36,79.45 39.51,79.3 39.82,78.98 39.82,78.48 39.51,78.17L38.57,77.22zM33.65,74.56C33.8,74.72 34.01,74.8 34.21,74.8 34.42,74.8 34.62,74.72 34.78,74.56 35.09,74.25 35.09,73.74 34.78,73.43L33.83,72.49C33.52,72.17 33.01,72.17 32.7,72.49 32.39,72.8 32.39,73.3 32.7,73.62L33.65,74.56zM178.14,19.17C178.34,19.17 178.54,19.1 178.7,18.94L179.65,17.99C179.96,17.68 179.96,17.18 179.65,16.86 179.34,16.55 178.83,16.55 178.52,16.86L177.57,17.81C177.26,18.12 177.26,18.63 177.57,18.94 177.72,19.1 177.93,19.17 178.14,19.17M173.4,23.91C173.61,23.91 173.81,23.83 173.97,23.67L174.91,22.73C175.23,22.41 175.23,21.91 174.91,21.6 174.6,21.28 174.09,21.28 173.78,21.6L172.84,22.54C172.52,22.86 172.52,23.36 172.84,23.67 172.99,23.83 173.2,23.91 173.4,23.91M178.7,21.6C178.39,21.28 177.88,21.28 177.57,21.6 177.26,21.91 177.26,22.41 177.57,22.73L178.52,23.67C178.67,23.83 178.88,23.91 179.08,23.91 179.29,23.91 179.49,23.83 179.65,23.67 179.96,23.36 179.96,22.86 179.65,22.54L178.7,21.6zM173.78,18.94C173.94,19.1 174.14,19.17 174.35,19.17 174.55,19.17 174.76,19.1 174.91,18.94 175.23,18.63 175.23,18.12 174.91,17.81L173.97,16.86C173.66,16.55 173.15,16.55 172.84,16.86 172.52,17.18 172.52,17.68 172.84,17.99L173.78,18.94zM184.54,35.42C185.21,35.42 185.75,35.96 185.75,36.63 185.75,37.29 185.21,37.84 184.54,37.84 183.87,37.84 183.33,37.29 183.33,36.63 183.33,35.96 183.87,35.42 184.54,35.42M184.54,39.44C186.09,39.44 187.35,38.18 187.35,36.63 187.35,35.08 186.09,33.82 184.54,33.82 182.99,33.82 181.73,35.08 181.73,36.63 181.73,38.18 182.99,39.44 184.54,39.44" />
! <path android:fillColor="@color/white" android:pathData="M62.21,21.87l0,104.8l-10.29,3.47l0,-100.66z" />
<path android:fillColor="#ffdcddde" android:pathData="M52.6,50.07C52.6,44.78 56.33,40.23 61.41,39.13L61.41,43.91C57.58,44.63 54.4,47.05 52.6,50.31L52.6,50.07zM52.6,112.63C52.6,107.34 56.33,102.79 61.41,101.69L61.41,106.47C57.58,107.19 54.4,109.61 52.6,112.88L52.6,112.63z" />
<path android:fillColor="#fff7f7f8" android:pathData="M147.79,36.63C142.25,36.23 137.82,31.81 137.43,26.27L146.99,26.27C147.43,26.27 147.79,26.63 147.79,27.07L147.79,36.63zM147.79,110.28L147.79,119.84C147.79,120.29 147.43,120.64 146.99,120.64L137.43,120.64C137.82,115.11 142.25,110.68 147.79,110.28" />
<path android:fillColor="#ffdcddde" android:pathData="M94.74,155.05C94.47,155.19 94.16,155.17 93.91,154.99L89.9,152.12C86.83,149.93 82.72,149.93 79.66,152.12L75.64,154.99C75.39,155.17 75.08,155.19 74.81,155.05 74.54,154.91 74.38,154.65 74.38,154.34L74.38,138.25 95.18,138.25 95.18,154.34C95.18,154.65 95.02,154.91 94.74,155.05M155.79,126.24C155.79,127.57 154.71,128.64 153.39,128.64L61.4,128.64C57.7,128.64 54.44,130.59 52.6,133.51L52.6,133.44C52.6,127.27 57.62,122.24 63.8,122.24L146.99,122.24C148.31,122.24 149.39,121.17 149.39,119.84L149.39,27.07C149.39,25.75 148.31,24.67 146.99,24.67L63.8,24.67C58.98,24.67 54.78,27.35 52.6,31.29L52.6,29.47C52.6,23.29 57.62,18.27 63.8,18.27L153.39,18.27C154.71,18.27 155.79,19.35 155.79,20.67L155.79,126.24z" />
diff -x dist -x build -craB from/res/drawable/img_nitro_uncancel.xml to/res/drawable/img_nitro_uncancel.xml
*** from/res/drawable/img_nitro_uncancel.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/img_nitro_uncancel.xml 2021-01-11 15:13:56.372664716 -0700
***************
*** 31,37 ****
<path android:fillColor="#ffffadfb" android:pathData="M86.182,13.8V29.673L97.418,40.909L108.655,36.218L86.182,13.8Z" />
<path android:fillColor="#ffe655d4" android:pathData="M74.945,63.218L63.709,67.854L86.182,90.327V74.454L74.945,63.218Z" />
<path android:fillColor="#ffffcff9" android:pathData="M74.945,40.909V63.218L86.182,74.454L97.418,63.218V40.909L86.182,29.672L74.945,40.909Z" />
! <path android:fillColor="#ffffffff" android:pathData="M97.418,40.909V40.963L75,63.272H74.945V57.218L94.364,37.854L97.418,40.909Z" />
! <path android:fillColor="#ffffffff" android:pathData="M97.418,49.363V55.527L82.364,70.581L79.255,67.472L97.418,49.363Z" />
</group>
</vector>
\ No newline at end of file
--- 31,37 ----
<path android:fillColor="#ffffadfb" android:pathData="M86.182,13.8V29.673L97.418,40.909L108.655,36.218L86.182,13.8Z" />
<path android:fillColor="#ffe655d4" android:pathData="M74.945,63.218L63.709,67.854L86.182,90.327V74.454L74.945,63.218Z" />
<path android:fillColor="#ffffcff9" android:pathData="M74.945,40.909V63.218L86.182,74.454L97.418,63.218V40.909L86.182,29.672L74.945,40.909Z" />
! <path android:fillColor="@color/white" android:pathData="M97.418,40.909V40.963L75,63.272H74.945V57.218L94.364,37.854L97.418,40.909Z" />
! <path android:fillColor="@color/white" android:pathData="M97.418,49.363V55.527L82.364,70.581L79.255,67.472L97.418,49.363Z" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/img_no_gifts.xml to/res/drawable/img_no_gifts.xml
*** from/res/drawable/img_no_gifts.xml 2021-01-02 17:58:42.817414541 -0700
--- to/res/drawable/img_no_gifts.xml 2021-01-11 15:13:55.678675107 -0700
***************
*** 83,89 ****
<path android:fillColor="#fff6f6f7" android:pathData="M81.3276,36.9412V36H73.2895V36.9412H81.3276Z" />
<path android:fillColor="#ff202225" android:pathData="M69.9297,29.9953C68.7784,27.4988 66.3456,25.9929 63.764,25.8894V25.8823H56.4492C55.8345,25.8823 55.3357,26.3788 55.3357,26.9906C55.3357,27.6023 55.8345,28.0988 56.4492,28.0988H58.3216H58.3311C58.7117,28.1035 59.0191,28.4117 59.0191,28.7906C59.0191,29.1717 58.707,29.4823 58.324,29.4823H54.4988C54.1158,29.4823 53.8037,29.7929 53.8037,30.1741C53.8037,30.5553 54.1158,30.8659 54.4988,30.8659H57.071C57.454,30.8659 57.7661,31.1764 57.7661,31.5576C57.7661,31.9388 57.454,32.2494 57.071,32.2494H55.9362C55.5532,32.2494 55.2411,32.56 55.2411,32.9411C55.2411,33.3223 55.5532,33.6329 55.9362,33.6329H56.4327C56.5083,34.3929 56.7069,35.1529 57.045,35.8847C58.6786,39.4259 62.8892,40.9788 66.4473,39.3529C70.0054,37.727 71.5657,33.5388 69.9297,29.9953Z" />
<path android:fillColor="#ff72767d" android:pathData="M63.4874,37.6752C66.1106,37.6752 68.237,35.5589 68.237,32.9482C68.237,30.3375 66.1106,28.2211 63.4874,28.2211C60.8643,28.2211 58.7378,30.3375 58.7378,32.9482C58.7378,35.5589 60.8643,37.6752 63.4874,37.6752Z" />
! <path android:fillColor="#ffffffff" android:pathData="M63.4872,36.6565C65.545,36.6565 67.2131,34.9962 67.2131,32.9482C67.2131,30.9002 65.545,29.24 63.4872,29.24C61.4294,29.24 59.7612,30.9002 59.7612,32.9482C59.7612,34.9962 61.4294,36.6565 63.4872,36.6565Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M64.776,31.0658L65.7713,32.7811C65.8328,32.887 65.8328,33.0141 65.7713,33.12L64.776,34.8352C64.7145,34.9411 64.6034,35.0047 64.4805,35.0047H62.4922C62.3716,35.0047 62.2582,34.9411 62.1967,34.8352L61.2014,33.12C61.1399,33.0141 61.1399,32.887 61.2014,32.7811L62.1967,31.0658C62.2582,30.96 62.3693,30.8964 62.4922,30.8964H64.4805C64.6034,30.8964 64.7145,30.96 64.776,31.0658Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M13.9485,34.1176H6.856V40H13.9485V34.1176Z" />
<path android:fillColor="#fff6f6f7" android:pathData="M6.8563,34.1176H3.3101V40H6.8563V34.1176Z" />
--- 83,89 ----
<path android:fillColor="#fff6f6f7" android:pathData="M81.3276,36.9412V36H73.2895V36.9412H81.3276Z" />
<path android:fillColor="#ff202225" android:pathData="M69.9297,29.9953C68.7784,27.4988 66.3456,25.9929 63.764,25.8894V25.8823H56.4492C55.8345,25.8823 55.3357,26.3788 55.3357,26.9906C55.3357,27.6023 55.8345,28.0988 56.4492,28.0988H58.3216H58.3311C58.7117,28.1035 59.0191,28.4117 59.0191,28.7906C59.0191,29.1717 58.707,29.4823 58.324,29.4823H54.4988C54.1158,29.4823 53.8037,29.7929 53.8037,30.1741C53.8037,30.5553 54.1158,30.8659 54.4988,30.8659H57.071C57.454,30.8659 57.7661,31.1764 57.7661,31.5576C57.7661,31.9388 57.454,32.2494 57.071,32.2494H55.9362C55.5532,32.2494 55.2411,32.56 55.2411,32.9411C55.2411,33.3223 55.5532,33.6329 55.9362,33.6329H56.4327C56.5083,34.3929 56.7069,35.1529 57.045,35.8847C58.6786,39.4259 62.8892,40.9788 66.4473,39.3529C70.0054,37.727 71.5657,33.5388 69.9297,29.9953Z" />
<path android:fillColor="#ff72767d" android:pathData="M63.4874,37.6752C66.1106,37.6752 68.237,35.5589 68.237,32.9482C68.237,30.3375 66.1106,28.2211 63.4874,28.2211C60.8643,28.2211 58.7378,30.3375 58.7378,32.9482C58.7378,35.5589 60.8643,37.6752 63.4874,37.6752Z" />
! <path android:fillColor="@color/white" android:pathData="M63.4872,36.6565C65.545,36.6565 67.2131,34.9962 67.2131,32.9482C67.2131,30.9002 65.545,29.24 63.4872,29.24C61.4294,29.24 59.7612,30.9002 59.7612,32.9482C59.7612,34.9962 61.4294,36.6565 63.4872,36.6565Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M64.776,31.0658L65.7713,32.7811C65.8328,32.887 65.8328,33.0141 65.7713,33.12L64.776,34.8352C64.7145,34.9411 64.6034,35.0047 64.4805,35.0047H62.4922C62.3716,35.0047 62.2582,34.9411 62.1967,34.8352L61.2014,33.12C61.1399,33.0141 61.1399,32.887 61.2014,32.7811L62.1967,31.0658C62.2582,30.96 62.3693,30.8964 62.4922,30.8964H64.4805C64.6034,30.8964 64.7145,30.96 64.776,31.0658Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M13.9485,34.1176H6.856V40H13.9485V34.1176Z" />
<path android:fillColor="#fff6f6f7" android:pathData="M6.8563,34.1176H3.3101V40H6.8563V34.1176Z" />
diff -x dist -x build -craB from/res/drawable/img_no_text_channels_light.xml to/res/drawable/img_no_text_channels_light.xml
*** from/res/drawable/img_no_text_channels_light.xml 2021-01-02 17:58:42.813414602 -0700
--- to/res/drawable/img_no_text_channels_light.xml 2021-01-11 15:13:56.196667351 -0700
***************
*** 3,11 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff6f6f7" android:pathData="M263.5,74.39L263.5,74.39C263.5,87.94 252.52,98.92 238.97,98.92L209.86,98.92C200.55,98.92 193,106.47 193,115.78C193,125.09 200.55,132.64 209.86,132.64L241.47,132.64C251.98,132.64 260.5,141.16 260.5,151.67C260.5,162.18 251.98,170.7 241.47,170.7L179.92,170.7C169.75,170.7 161.5,178.94 161.5,189.11C161.5,199.28 153.25,207.53 143.08,207.53L51.59,207.53C27.51,207.53 8,188.02 8,163.94C8,139.87 27.51,120.36 51.59,120.36L78.68,120.36C86.86,120.36 93.5,113.72 93.5,105.54C93.5,97.35 86.86,90.72 78.68,90.72L32.43,90.72C21.15,90.72 12,81.57 12,70.29C12,59 21.15,49.85 32.43,49.85L238.97,49.85C252.52,49.85 263.5,60.84 263.5,74.39" android:fillAlpha="0.9" />
<path android:fillColor="#ffb9bbbe" android:pathData="M64.95,42.99L65.67,42.99C66.22,42.99 66.67,42.54 66.67,41.99 66.67,41.43 66.22,40.99 65.67,40.99L64.95,40.99C64.4,40.99 63.95,41.43 63.95,41.99 63.95,42.54 64.4,42.99 64.95,42.99M69.44,42.99L193.93,42.99C194.7,42.99 195.34,43.62 195.34,44.39L195.34,76.03C195.34,76.58 195.78,77.03 196.34,77.03 196.89,77.03 197.34,76.58 197.34,76.03L197.34,44.39C197.34,42.52 195.81,40.99 193.93,40.99L69.44,40.99C68.89,40.99 68.44,41.43 68.44,41.99 68.44,42.54 68.89,42.99 69.44,42.99" />
! <path android:fillColor="#ffffffff" android:pathData="M89.51,151.07l1.67,-5.64l-8.33,0l-1.67,5.64z" />
! <path android:fillColor="#ffffffff" android:pathData="M131.76,138.97L118.62,138.97L117.06,144.7C116.94,145.13 116.54,145.43 116.09,145.43L104.22,145.43L102.69,151.07L115.34,151.07C115.64,151.07 115.93,151.21 116.12,151.44C116.2,151.55 116.26,151.67 116.29,151.8L133.17,151.8L133.17,140.38C133.17,139.6 132.53,138.97 131.76,138.97" />
! <path android:fillColor="#ffffffff" android:pathData="M134.78,122.23L134.33,122.37C133.67,122.57 133.4,123.37 133.82,123.92L134.13,124.34C134.46,124.78 134.37,125.4 133.93,125.73L133.63,125.97C133.18,126.3 132.55,126.21 132.22,125.77L131.84,125.26C131.44,124.72 130.62,124.73 130.23,125.28L129.87,125.77C129.55,126.22 128.94,126.32 128.49,126.01L128.15,125.77C127.69,125.45 127.58,124.81 127.92,124.36L128.26,123.89C128.67,123.34 128.42,122.54 127.76,122.34L127.26,122.19C126.74,122.02 126.44,121.48 126.59,120.95L126.71,120.55C126.86,120.01 127.44,119.71 127.97,119.88L128.55,120.06C129.19,120.27 129.85,119.79 129.85,119.11L129.85,118.6C129.85,118.05 130.3,117.6 130.85,117.6L131.25,117.6C131.8,117.6 132.25,118.05 132.25,118.6L132.25,119.13C132.25,119.81 132.91,120.29 133.55,120.09L134.06,119.92C134.59,119.75 135.16,120.05 135.32,120.59L135.44,120.99C135.6,121.52 135.3,122.07 134.78,122.23M121.67,103.62L121.23,103.75C120.56,103.96 120.3,104.75 120.71,105.31L121.03,105.73C121.35,106.17 121.27,106.79 120.83,107.12L120.52,107.35C120.08,107.69 119.45,107.6 119.12,107.16L118.74,106.65C118.33,106.11 117.52,106.12 117.13,106.67L116.77,107.16C116.45,107.6 115.83,107.71 115.38,107.4L115.04,107.16C114.58,106.84 114.48,106.19 114.81,105.74L115.16,105.28C115.57,104.72 115.31,103.93 114.65,103.73L114.15,103.57C113.63,103.41 113.34,102.86 113.49,102.34L113.6,101.94C113.76,101.4 114.33,101.09 114.87,101.27L115.44,101.45C116.09,101.65 116.75,101.17 116.75,100.5L116.75,99.98C116.75,99.43 117.19,98.98 117.75,98.98L118.14,98.98C118.7,98.98 119.14,99.43 119.14,99.98L119.14,100.52C119.14,101.2 119.8,101.68 120.45,101.47L120.96,101.31C121.49,101.14 122.06,101.44 122.22,101.98L122.34,102.38C122.5,102.9 122.2,103.46 121.67,103.62M108.57,103.62L108.12,103.75C107.46,103.96 107.2,104.75 107.61,105.31L107.92,105.73C108.25,106.17 108.16,106.79 107.73,107.12L107.42,107.35C106.98,107.69 106.35,107.6 106.01,107.16L105.63,106.65C105.23,106.11 104.42,106.12 104.02,106.67L103.67,107.16C103.35,107.6 102.73,107.71 102.28,107.4L101.94,107.16C101.48,106.84 101.38,106.19 101.71,105.74L102.06,105.28C102.47,104.72 102.21,103.93 101.55,103.73L101.05,103.57C100.53,103.41 100.24,102.86 100.39,102.34L100.5,101.94C100.66,101.4 101.23,101.09 101.77,101.27L102.34,101.45C102.98,101.65 103.64,101.17 103.64,100.5L103.64,99.98C103.64,99.43 104.09,98.98 104.64,98.98L105.04,98.98C105.59,98.98 106.04,99.43 106.04,99.98L106.04,100.52C106.04,101.2 106.7,101.68 107.35,101.47L107.86,101.31C108.39,101.14 108.96,101.44 109.12,101.98L109.24,102.38C109.4,102.9 109.1,103.46 108.57,103.62M127.97,101.27L128.55,101.45C129.19,101.65 129.85,101.17 129.85,100.5L129.85,99.98C129.85,99.43 130.3,98.98 130.85,98.98L131.25,98.98C131.8,98.98 132.25,99.43 132.25,99.98L132.25,100.52C132.25,101.2 132.91,101.68 133.55,101.47L134.06,101.31C134.59,101.14 135.16,101.44 135.32,101.98L135.44,102.38C135.6,102.9 135.3,103.46 134.78,103.62L134.33,103.75C133.67,103.96 133.4,104.75 133.82,105.31L134.13,105.73C134.46,106.17 134.37,106.79 133.93,107.12L133.63,107.35C133.18,107.69 132.55,107.6 132.22,107.16L131.84,106.65C131.44,106.11 130.62,106.12 130.23,106.67L129.87,107.16C129.55,107.6 128.94,107.71 128.49,107.4L128.15,107.16C127.69,106.84 127.58,106.19 127.92,105.74L128.26,105.28C128.67,104.72 128.42,103.93 127.76,103.73L127.26,103.57C126.74,103.41 126.44,102.86 126.59,102.34L126.71,101.94C126.86,101.4 127.44,101.09 127.97,101.27M141.08,101.27L141.65,101.45C142.29,101.65 142.95,101.17 142.95,100.5L142.95,99.98C142.95,99.43 143.4,98.98 143.95,98.98L144.35,98.98C144.91,98.98 145.35,99.43 145.35,99.98L145.35,100.52C145.35,101.2 146.01,101.68 146.66,101.47L147.17,101.31C147.7,101.14 148.27,101.44 148.43,101.98L148.55,102.38C148.71,102.9 148.41,103.46 147.88,103.62L147.43,103.75C146.77,103.96 146.51,104.75 146.92,105.31L147.23,105.73C147.56,106.17 147.47,106.79 147.04,107.12L146.73,107.35C146.29,107.69 145.66,107.6 145.33,107.16L144.95,106.65C144.54,106.11 143.73,106.12 143.33,106.67L142.98,107.16C142.66,107.6 142.04,107.71 141.59,107.4L141.25,107.16C140.79,106.84 140.69,106.19 141.02,105.74L141.37,105.28C141.78,104.72 141.52,103.93 140.86,103.73L140.36,103.57C139.84,103.41 139.55,102.86 139.7,102.34L139.81,101.94C139.97,101.4 140.54,101.09 141.08,101.27M154.18,101.27L154.75,101.45C155.4,101.65 156.06,101.17 156.06,100.5L156.06,99.98C156.06,99.43 156.51,98.98 157.06,98.98L157.46,98.98C158.01,98.98 158.46,99.43 158.46,99.98L158.46,100.52C158.46,101.2 159.12,101.68 159.76,101.47L160.27,101.31C160.8,101.14 161.37,101.44 161.53,101.98L161.65,102.38C161.81,102.9 161.51,103.46 160.98,103.62L160.54,103.75C159.87,103.96 159.61,104.75 160.03,105.31L160.34,105.73C160.67,106.17 160.58,106.79 160.14,107.12L159.83,107.35C159.39,107.69 158.76,107.6 158.43,107.16L158.05,106.65C157.64,106.11 156.83,106.12 156.44,106.67L156.08,107.16C155.76,107.6 155.14,107.71 154.7,107.4L154.36,107.16C153.89,106.84 153.79,106.19 154.13,105.74L154.47,105.28C154.88,104.72 154.62,103.93 153.96,103.73L153.46,103.57C152.94,103.41 152.65,102.86 152.8,102.34L152.92,101.94C153.07,101.4 153.64,101.09 154.18,101.27M167.28,101.27L167.86,101.45C168.5,101.65 169.16,101.17 169.16,100.5L169.16,99.98C169.16,99.43 169.61,98.98 170.16,98.98L170.56,98.98C171.11,98.98 171.56,99.43 171.56,99.98L171.56,100.52C171.56,101.2 172.22,101.68 172.86,101.47L173.38,101.31C173.91,101.14 174.48,101.44 174.64,101.98L174.76,102.38C174.91,102.9 174.62,103.46 174.09,103.62L173.64,103.75C172.98,103.96 172.72,104.75 173.13,105.31L173.44,105.73C173.77,106.17 173.68,106.79 173.24,107.12L172.94,107.35C172.5,107.69 171.87,107.6 171.53,107.16L171.15,106.65C170.75,106.11 169.94,106.12 169.54,106.67L169.18,107.16C168.87,107.6 168.25,107.71 167.8,107.4L167.46,107.16C167,106.84 166.89,106.19 167.23,105.74L167.58,105.28C167.99,104.72 167.73,103.93 167.07,103.73L166.57,103.57C166.05,103.41 165.75,102.86 165.9,102.34L166.02,101.94C166.18,101.4 166.75,101.09 167.28,101.27M180.39,101.27L180.96,101.45C181.61,101.65 182.26,101.17 182.26,100.5L182.26,99.98C182.26,99.43 182.71,98.98 183.26,98.98L183.66,98.98C184.22,98.98 184.66,99.43 184.66,99.98L184.66,100.52C184.66,101.2 185.32,101.68 185.97,101.47L186.48,101.31C187.01,101.14 187.58,101.44 187.74,101.98L187.86,102.38C188.02,102.9 187.72,103.46 187.19,103.62L186.75,103.75C186.08,103.96 185.82,104.75 186.23,105.31L186.55,105.73C186.87,106.17 186.79,106.79 186.35,107.12L186.04,107.35C185.6,107.69 184.97,107.6 184.64,107.16L184.26,106.65C183.85,106.11 183.04,106.12 182.65,106.67L182.29,107.16C181.97,107.6 181.35,107.71 180.9,107.4L180.56,107.16C180.1,106.84 180,106.19 180.33,105.74L180.68,105.28C181.09,104.72 180.83,103.93 180.17,103.73L179.67,103.57C179.15,103.41 178.86,102.86 179.01,102.34L179.12,101.94C179.28,101.4 179.85,101.09 180.39,101.27M193.49,101.27L194.07,101.45C194.71,101.65 195.37,101.17 195.37,100.5L195.37,99.98C195.37,99.43 195.82,98.98 196.37,98.98L196.77,98.98C197.32,98.98 197.77,99.43 197.77,99.98L197.77,100.52C197.77,101.2 198.43,101.68 199.07,101.47L199.58,101.31C200.12,101.14 200.68,101.44 200.84,101.98L200.96,102.38C201.12,102.9 200.82,103.46 200.3,103.62L199.85,103.75C199.19,103.96 198.92,104.75 199.34,105.31L199.65,105.73C199.98,106.17 199.89,106.79 199.45,107.12L199.15,107.35C198.7,107.69 198.07,107.6 197.74,107.16L197.36,106.65C196.96,106.11 196.14,106.12 195.75,106.67L195.39,107.16C195.07,107.6 194.46,107.71 194.01,107.4L193.67,107.16C193.21,106.84 193.1,106.19 193.44,105.74L193.78,105.28C194.19,104.72 193.94,103.93 193.28,103.73L192.78,103.57C192.26,103.41 191.96,102.86 192.11,102.34L192.23,101.94C192.38,101.4 192.96,101.09 193.49,101.27M205.22,120.95L205.33,120.55C205.49,120.01 206.06,119.71 206.6,119.88L207.17,120.06C207.81,120.27 208.47,119.79 208.47,119.11L208.47,118.6C208.47,118.05 208.92,117.6 209.47,117.6L209.87,117.6C210.42,117.6 210.87,118.05 210.87,118.6L210.87,119.13C210.87,119.81 211.53,120.29 212.18,120.09L212.69,119.92C213.22,119.75 213.79,120.05 213.95,120.59L214.07,120.99C214.23,121.52 213.93,122.07 213.4,122.23L212.95,122.37C212.29,122.57 212.03,123.37 212.44,123.92L212.75,124.34C213.08,124.78 212.99,125.4 212.56,125.73L212.25,125.97C211.81,126.3 211.18,126.21 210.84,125.77L210.47,125.26C210.06,124.72 209.25,124.73 208.85,125.28L208.5,125.77C208.18,126.22 207.56,126.32 207.11,126.01L206.77,125.77C206.31,125.45 206.21,124.81 206.54,124.36L206.89,123.89C207.3,123.34 207.04,122.54 206.38,122.34L205.88,122.19C205.36,122.02 205.07,121.48 205.22,120.95M205.22,102.34L205.33,101.94C205.49,101.4 206.06,101.09 206.6,101.27L207.17,101.45C207.81,101.65 208.47,101.17 208.47,100.5L208.47,99.98C208.47,99.43 208.92,98.98 209.47,98.98L209.87,98.98C210.42,98.98 210.87,99.43 210.87,99.98L210.87,100.52C210.87,101.2 211.53,101.68 212.18,101.47L212.69,101.31C213.22,101.14 213.79,101.44 213.95,101.98L214.07,102.38C214.23,102.9 213.93,103.46 213.4,103.62L212.95,103.75C212.29,103.96 212.03,104.75 212.44,105.31L212.75,105.73C213.08,106.17 212.99,106.79 212.56,107.12L212.25,107.35C211.81,107.69 211.18,107.6 210.84,107.16L210.47,106.65C210.06,106.11 209.25,106.12 208.85,106.67L208.5,107.16C208.18,107.6 207.56,107.71 207.11,107.4L206.77,107.16C206.31,106.84 206.21,106.19 206.54,105.74L206.89,105.28C207.3,104.72 207.04,103.93 206.38,103.73L205.88,103.57C205.36,103.41 205.07,102.86 205.22,102.34M200.3,122.23L199.85,122.37C199.19,122.57 198.92,123.37 199.34,123.92L199.65,124.34C199.98,124.78 199.89,125.4 199.45,125.73L199.15,125.97C198.7,126.3 198.07,126.21 197.74,125.77L197.36,125.26C196.96,124.72 196.14,124.73 195.75,125.28L195.39,125.77C195.07,126.22 194.46,126.32 194.01,126.01L193.67,125.77C193.21,125.45 193.1,124.81 193.44,124.36L193.78,123.89C194.19,123.34 193.93,122.54 193.28,122.34L192.78,122.19C192.26,122.02 191.96,121.48 192.11,120.95L192.23,120.55C192.38,120.01 192.96,119.71 193.49,119.88L194.06,120.06C194.71,120.27 195.37,119.79 195.37,119.11L195.37,118.6C195.37,118.05 195.82,117.6 196.37,117.6L196.77,117.6C197.32,117.6 197.77,118.05 197.77,118.6L197.77,119.13C197.77,119.81 198.43,120.29 199.07,120.09L199.58,119.92C200.11,119.75 200.68,120.05 200.84,120.59L200.96,120.99C201.12,121.52 200.82,122.07 200.3,122.23M187.19,122.23L186.74,122.37C186.08,122.57 185.82,123.37 186.23,123.92L186.55,124.34C186.87,124.78 186.79,125.4 186.35,125.73L186.04,125.97C185.6,126.3 184.97,126.21 184.64,125.77L184.26,125.26C183.85,124.72 183.04,124.73 182.65,125.28L182.29,125.77C181.97,126.22 181.35,126.32 180.9,126.01L180.56,125.77C180.1,125.45 180,124.81 180.33,124.36L180.68,123.89C181.09,123.34 180.83,122.54 180.17,122.34L179.67,122.19C179.15,122.02 178.86,121.48 179.01,120.95L179.12,120.55C179.28,120.01 179.85,119.71 180.39,119.88L180.96,120.06C181.61,120.27 182.26,119.79 182.26,119.11L182.26,118.6C182.26,118.05 182.71,117.6 183.26,117.6L183.66,117.6C184.22,117.6 184.66,118.05 184.66,118.6L184.66,119.13C184.66,119.81 185.32,120.29 185.97,120.09L186.48,119.92C187.01,119.75 187.58,120.05 187.74,120.59L187.86,120.99C188.02,121.52 187.72,122.07 187.19,122.23M174.09,122.23L173.64,122.37C172.98,122.57 172.72,123.37 173.13,123.92L173.44,124.34C173.77,124.78 173.68,125.4 173.24,125.73L172.94,125.97C172.5,126.3 171.87,126.21 171.53,125.77L171.15,125.26C170.75,124.72 169.94,124.73 169.54,125.28L169.18,125.77C168.86,126.22 168.25,126.32 167.8,126.01L167.46,125.77C167,125.45 166.89,124.81 167.23,124.36L167.57,123.89C167.99,123.34 167.73,122.54 167.07,122.34L166.57,122.19C166.05,122.02 165.75,121.48 165.9,120.95L166.02,120.55C166.17,120.01 166.75,119.71 167.28,119.88L167.86,120.06C168.5,120.27 169.16,119.79 169.16,119.11L169.16,118.6C169.16,118.05 169.61,117.6 170.16,117.6L170.56,117.6C171.11,117.6 171.56,118.05 171.56,118.6L171.56,119.13C171.56,119.81 172.22,120.29 172.86,120.09L173.37,119.92C173.91,119.75 174.48,120.05 174.64,120.59L174.76,120.99C174.91,121.52 174.62,122.07 174.09,122.23M160.99,122.23L160.54,122.37C159.87,122.57 159.61,123.37 160.03,123.92L160.34,124.34C160.67,124.78 160.58,125.4 160.14,125.73L159.83,125.97C159.39,126.3 158.76,126.21 158.43,125.77L158.05,125.26C157.64,124.72 156.83,124.73 156.44,125.28L156.08,125.77C155.76,126.22 155.14,126.32 154.7,126.01L154.36,125.77C153.89,125.45 153.79,124.81 154.13,124.36L154.47,123.89C154.88,123.34 154.62,122.54 153.96,122.34L153.46,122.19C152.94,122.02 152.65,121.48 152.8,120.95L152.92,120.55C153.07,120.01 153.64,119.71 154.18,119.88L154.75,120.06C155.4,120.27 156.06,119.79 156.06,119.11L156.06,118.6C156.06,118.05 156.51,117.6 157.06,117.6L157.46,117.6C158.01,117.6 158.46,118.05 158.46,118.6L158.46,119.13C158.46,119.81 159.12,120.29 159.76,120.09L160.27,119.92C160.8,119.75 161.37,120.05 161.53,120.59L161.65,120.99C161.81,121.52 161.51,122.07 160.99,122.23M147.88,122.23L147.43,122.37C146.77,122.57 146.51,123.37 146.92,123.92L147.23,124.34C147.56,124.78 147.47,125.4 147.04,125.73L146.73,125.97C146.29,126.3 145.66,126.21 145.32,125.77L144.94,125.26C144.54,124.72 143.73,124.73 143.33,125.28L142.98,125.77C142.66,126.22 142.04,126.32 141.59,126.01L141.25,125.77C140.79,125.45 140.68,124.81 141.02,124.36L141.37,123.89C141.78,123.34 141.52,122.54 140.86,122.34L140.36,122.19C139.84,122.02 139.55,121.48 139.7,120.95L139.81,120.55C139.97,120.01 140.54,119.71 141.08,119.88L141.65,120.06C142.29,120.27 142.95,119.79 142.95,119.11L142.95,118.6C142.95,118.05 143.4,117.6 143.95,117.6L144.35,117.6C144.9,117.6 145.35,118.05 145.35,118.6L145.35,119.13C145.35,119.81 146.01,120.29 146.66,120.09L147.17,119.92C147.7,119.75 148.27,120.05 148.43,120.59L148.55,120.99C148.71,121.52 148.41,122.07 147.88,122.23M139.66,150.8L228.17,150.8C228.95,150.8 229.58,150.17 229.58,149.39L229.58,122.48C229.58,122.16 229.73,121.86 229.99,121.67L242.82,112.17L229.99,102.67C229.73,102.48 229.58,102.19 229.58,101.87L229.58,83.91C229.58,83.13 228.95,82.5 228.17,82.5L74.85,82.5C74.07,82.5 73.44,83.13 73.44,83.91L73.44,133.06L73.45,133.06C74.82,128.48 76.18,123.85 77.4,119.62C77.52,119.19 77.91,118.9 78.36,118.9L89.46,118.9C89.77,118.9 90.07,119.05 90.26,119.3C90.45,119.55 90.51,119.88 90.42,120.18L86.65,133.06L94.98,133.06L98.91,119.62C99.04,119.19 99.43,118.9 99.87,118.9L110.86,118.9C111.18,118.9 111.48,119.05 111.67,119.3C111.86,119.56 111.91,119.89 111.82,120.19L107.92,133.06L118.92,133.06C119.23,133.06 119.53,133.21 119.72,133.46C119.91,133.7 119.97,134.03 119.89,134.33L119.17,136.97L131.76,136.97C133.64,136.97 135.17,138.5 135.17,140.38L135.17,151.8L138.66,151.8C138.66,151.25 139.1,150.8 139.66,150.8" />
<path android:fillColor="#ffb9bbbe" android:pathData="M245.09,111.37L231.58,101.36L231.58,83.91C231.58,82.02 230.06,80.5 228.17,80.5L74.85,80.5C72.97,80.5 71.44,82.02 71.44,83.91L71.44,97.29C71.44,99.5 69.65,101.29 67.44,101.29L43.19,101.29C40.98,101.29 39.19,99.5 39.19,97.29L39.19,81.92C39.19,81.6 39.04,81.3 38.79,81.11L25.96,71.61L38.79,62.11C39.04,61.92 39.19,61.62 39.19,61.31L39.19,44.39C39.19,43.62 39.82,42.99 40.6,42.99L58.03,42.99C58.59,42.99 59.03,42.54 59.03,41.99C59.03,41.43 58.59,40.99 58.03,40.99L40.6,40.99C38.72,40.99 37.19,42.51 37.19,44.39L37.19,60.8L23.68,70.81C23.43,71 23.28,71.29 23.28,71.61C23.28,71.93 23.43,72.23 23.68,72.42L37.19,82.42L37.19,99.88C37.19,101.76 38.72,103.29 40.6,103.29L69.44,103.29C70.54,103.29 71.44,104.18 71.44,105.29L71.44,133.06L59.48,133.06C59.01,133.06 58.6,133.39 58.51,133.86L56.34,144.23C56.28,144.52 56.35,144.83 56.54,145.06C56.73,145.3 57.01,145.43 57.32,145.43L66.08,145.43C68.01,145.43 69.35,147.33 68.72,149.15L68.7,149.19C68.31,150.32 67.24,151.07 66.05,151.07L55.99,151.07C55.52,151.07 55.11,151.41 55.01,151.87L52.94,162.15C52.88,162.44 52.96,162.75 53.15,162.98C53.34,163.21 53.62,163.35 53.92,163.35L61.32,163.35C62.85,163.35 63.94,164.81 63.51,166.27L60.55,176.4C60.46,176.71 60.52,177.03 60.71,177.28C60.9,177.54 61.19,177.68 61.51,177.68L72.52,177.68C72.96,177.68 73.35,177.39 73.48,176.96L76.55,166.27C77.05,164.54 78.64,163.35 80.44,163.35C83.14,163.35 85.08,165.93 84.33,168.51L82.06,176.41C81.97,176.71 82.03,177.03 82.22,177.29C82.41,177.54 82.71,177.68 83.02,177.68L93.9,177.68C94.35,177.68 94.74,177.39 94.86,176.96C95.22,175.73 95.64,174.29 96.15,172.58C96.31,172.06 96.01,171.5 95.48,171.34L95.48,171.34C94.95,171.18 94.39,171.48 94.23,172.01C93.82,173.4 93.46,174.61 93.15,175.68L84.35,175.68L88.11,162.62C88.2,162.32 88.14,162 87.95,161.74C87.76,161.49 87.46,161.35 87.15,161.35L76.64,161.35C76.2,161.35 75.8,161.64 75.68,162.07L71.76,175.68L62.84,175.68L66.67,162.63C66.75,162.32 66.7,162 66.51,161.75C66.32,161.49 66.02,161.35 65.71,161.35L55.14,161.35L56.81,153.07L68.62,153.07C69.06,153.07 69.54,152.73 69.7,152.32C70.71,149.54 71.39,147.71 72.14,144.68C72.22,144.38 72.15,144.06 71.96,143.82C71.77,143.57 71.48,143.43 71.17,143.43L58.55,143.43L60.3,135.06L74.19,135.06C74.63,135.06 75.02,134.77 75.15,134.35C76.52,129.79 77.88,125.16 79.11,120.9L88.12,120.9L84.36,133.78C84.27,134.08 84.33,134.41 84.52,134.66C84.7,134.91 85,135.06 85.32,135.06L95.73,135.06C96.17,135.06 96.56,134.77 96.69,134.34L100.62,120.9L109.52,120.9L105.61,133.77C105.52,134.08 105.58,134.4 105.77,134.66C105.96,134.91 106.25,135.06 106.57,135.06L117.61,135.06L115.33,143.43L103.46,143.43C103.01,143.43 102.61,143.74 102.49,144.17L100.42,151.81C100.34,152.11 100.4,152.43 100.59,152.68C100.78,152.92 101.07,153.07 101.39,153.07L114.1,153.07L112.27,161.35L98.18,161.35C97.74,161.35 97.35,161.64 97.22,162.06L96.39,164.83C96.23,165.36 96.53,165.92 97.06,166.08C97.59,166.23 98.14,165.94 98.3,165.41C98.67,164.18 99.8,163.35 101.08,163.35L113.07,163.35C113.54,163.35 113.95,163.02 114.05,162.56L116.32,152.28C116.35,152.12 116.34,151.96 116.29,151.8C116.26,151.67 116.2,151.55 116.12,151.44C115.93,151.21 115.64,151.07 115.34,151.07L106.38,151.07C104.52,151.07 103.17,149.3 103.66,147.51C103.99,146.29 105.11,145.43 106.38,145.43L116.09,145.43C116.54,145.43 116.94,145.13 117.06,144.7L118.62,138.97L131.76,138.97C132.54,138.97 133.17,139.6 133.17,140.38L133.17,151.8L133.17,188.86C133.17,189.64 132.54,190.27 131.76,190.27L40.6,190.27C39.82,190.27 39.19,189.64 39.19,188.86L39.19,172.9C39.19,172.58 39.04,172.29 38.79,172.1L25.96,162.6L38.79,153.09C39.04,152.91 39.19,152.61 39.19,152.29L39.19,140.38C39.19,139.6 39.82,138.97 40.6,138.97L52.17,138.97C52.72,138.97 53.17,138.52 53.17,137.97C53.17,137.42 52.72,136.97 52.17,136.97L40.6,136.97C38.72,136.97 37.19,138.5 37.19,140.38L37.19,151.79L23.68,161.79C23.43,161.98 23.28,162.28 23.28,162.6C23.28,162.91 23.43,163.21 23.68,163.4L37.19,173.4L37.19,188.86C37.19,190.75 38.72,192.27 40.6,192.27L131.76,192.27C133.64,192.27 135.17,190.75 135.17,188.86L135.17,151.8L135.17,140.38C135.17,138.5 133.64,136.97 131.76,136.97L119.16,136.97L119.89,134.33C119.97,134.03 119.91,133.7 119.72,133.46C119.53,133.21 119.23,133.06 118.92,133.06L111.96,133.06C109.95,133.06 108.51,131.12 109.09,129.19L111.82,120.19C111.91,119.89 111.86,119.56 111.67,119.3C111.48,119.05 111.18,118.9 110.86,118.9L99.87,118.9C99.43,118.9 99.04,119.19 98.91,119.62L95.61,130.91C95.24,132.18 94.06,133.06 92.73,133.06L90.65,133.06C88.65,133.06 87.21,131.14 87.77,129.22L90.42,120.18C90.51,119.88 90.45,119.55 90.26,119.3C90.07,119.05 89.77,118.9 89.46,118.9L78.36,118.9C77.91,118.9 77.52,119.19 77.4,119.62C76.84,121.54 75.97,124.5 75.19,127.15C74.9,128.14 73.44,127.93 73.44,126.9L73.44,83.91C73.44,83.13 74.07,82.5 74.85,82.5L228.17,82.5C228.95,82.5 229.58,83.13 229.58,83.91L229.58,101.87C229.58,102.18 229.73,102.48 229.99,102.67L242.82,112.17L229.99,121.68C229.73,121.86 229.58,122.16 229.58,122.48L229.58,149.39C229.58,150.17 228.95,150.8 228.17,150.8L139.66,150.8C139.1,150.8 138.66,151.25 138.66,151.8C138.66,152.35 139.1,152.8 139.66,152.8L228.17,152.8C230.06,152.8 231.58,151.27 231.58,149.39L231.58,122.98L245.09,112.98C245.35,112.79 245.5,112.49 245.5,112.17C245.5,111.86 245.35,111.56 245.09,111.37" />
<path android:fillColor="#ffb9bbbe" android:pathData="M58.26,58.99L57.86,58.99C57.31,58.99 56.86,59.44 56.86,59.99L56.86,60.5C56.86,61.18 56.2,61.66 55.56,61.45L54.99,61.27C54.45,61.1 53.88,61.4 53.72,61.95L53.61,62.34C53.45,62.87 53.75,63.42 54.27,63.58L54.77,63.73C55.43,63.94 55.69,64.73 55.28,65.28L54.93,65.75C54.6,66.2 54.7,66.84 55.16,67.16L55.5,67.4C55.95,67.72 56.57,67.61 56.89,67.17L57.24,66.67C57.64,66.12 58.45,66.11 58.85,66.66L59.23,67.16C59.57,67.61 60.2,67.69 60.64,67.36L60.95,67.13C61.38,66.79 61.47,66.17 61.14,65.73L60.83,65.31C60.42,64.76 60.68,63.96 61.34,63.76L61.79,63.62C62.32,63.46 62.62,62.91 62.46,62.38L62.34,61.98C62.18,61.45 61.61,61.15 61.08,61.32L60.57,61.48C59.92,61.68 59.26,61.2 59.26,60.53L59.26,59.99C59.26,59.44 58.81,58.99 58.26,58.99M67.37,63.58L67.87,63.73C68.53,63.94 68.79,64.73 68.38,65.28L68.03,65.75C67.7,66.2 67.8,66.84 68.26,67.16L68.6,67.4C69.05,67.72 69.67,67.61 69.99,67.17L70.35,66.67C70.74,66.12 71.55,66.12 71.96,66.66L72.34,67.16C72.67,67.61 73.3,67.69 73.74,67.36L74.05,67.13C74.49,66.79 74.57,66.17 74.25,65.73L73.94,65.31C73.52,64.76 73.78,63.96 74.45,63.76L74.89,63.62C75.42,63.46 75.72,62.91 75.56,62.38L75.44,61.98C75.28,61.45 74.71,61.15 74.18,61.32L73.67,61.48C73.02,61.68 72.36,61.2 72.36,60.53L72.36,59.99C72.36,59.44 71.92,58.99 71.36,58.99L70.97,58.99C70.41,58.99 69.97,59.44 69.97,59.99L69.97,60.5C69.97,61.18 69.31,61.66 68.66,61.45L68.09,61.27C67.55,61.1 66.98,61.4 66.82,61.95L66.71,62.34C66.56,62.87 66.85,63.42 67.37,63.58M87.55,63.76L88,63.62C88.52,63.46 88.82,62.91 88.66,62.38L88.55,61.98C88.39,61.45 87.82,61.14 87.28,61.31L86.77,61.48C86.13,61.68 85.47,61.2 85.47,60.52L85.47,59.99C85.47,59.44 85.02,58.99 84.47,58.99L84.07,58.99C83.52,58.99 83.07,59.44 83.07,59.99L83.07,60.5C83.07,61.18 82.41,61.66 81.77,61.45L81.19,61.27C80.66,61.1 80.08,61.4 79.93,61.95L79.81,62.34C79.66,62.87 79.96,63.41 80.48,63.58L80.98,63.73C81.64,63.94 81.9,64.73 81.48,65.28L81.14,65.75C80.8,66.2 80.91,66.84 81.37,67.16L81.71,67.4C82.16,67.71 82.77,67.61 83.09,67.17L83.45,66.67C83.85,66.12 84.66,66.11 85.06,66.65L85.44,67.16C85.78,67.6 86.4,67.69 86.85,67.36L87.15,67.12C87.59,66.79 87.68,66.17 87.35,65.73L87.04,65.31C86.63,64.76 86.89,63.96 87.55,63.76M100.65,63.76L101.1,63.62C101.63,63.46 101.93,62.91 101.77,62.38L101.65,61.98C101.49,61.45 100.92,61.14 100.39,61.31L99.88,61.48C99.23,61.68 98.57,61.2 98.57,60.52L98.57,59.99C98.57,59.44 98.13,58.99 97.57,58.99L97.17,58.99C96.62,58.99 96.17,59.44 96.17,59.99L96.17,60.5C96.17,61.18 95.51,61.66 94.87,61.45L94.3,61.27C93.76,61.1 93.19,61.4 93.03,61.95L92.92,62.34C92.77,62.87 93.06,63.41 93.58,63.58L94.08,63.73C94.74,63.94 95,64.73 94.59,65.28L94.24,65.75C93.91,66.2 94.01,66.84 94.47,67.16L94.81,67.4C95.26,67.71 95.88,67.61 96.2,67.17L96.55,66.67C96.95,66.12 97.76,66.11 98.17,66.65L98.55,67.16C98.88,67.6 99.51,67.69 99.95,67.36L100.26,67.12C100.69,66.79 100.78,66.17 100.45,65.73L100.14,65.31C99.73,64.76 99.99,63.96 100.65,63.76M113.76,63.76L114.21,63.62C114.73,63.46 115.03,62.91 114.87,62.38L114.75,61.98C114.59,61.45 114.02,61.14 113.49,61.31L112.98,61.48C112.34,61.68 111.68,61.2 111.68,60.52L111.68,59.99C111.68,59.44 111.23,58.99 110.68,58.99L110.28,58.99C109.73,58.99 109.28,59.44 109.28,59.99L109.28,60.5C109.28,61.18 108.62,61.66 107.97,61.45L107.4,61.27C106.86,61.1 106.29,61.4 106.14,61.95L106.02,62.34C105.87,62.87 106.17,63.41 106.69,63.58L107.19,63.73C107.84,63.94 108.1,64.73 107.69,65.28L107.35,65.75C107.01,66.2 107.11,66.84 107.58,67.16L107.92,67.4C108.36,67.71 108.98,67.61 109.3,67.17L109.66,66.67C110.05,66.12 110.87,66.11 111.27,66.65L111.65,67.16C111.98,67.6 112.61,67.69 113.06,67.36L113.36,67.12C113.8,66.79 113.89,66.17 113.56,65.73L113.25,65.31C112.83,64.76 113.1,63.96 113.76,63.76M126.86,63.76L127.31,63.62C127.84,63.46 128.13,62.91 127.98,62.38L127.86,61.98C127.7,61.45 127.13,61.14 126.6,61.31L126.09,61.48C125.44,61.68 124.78,61.2 124.78,60.52L124.78,59.99C124.78,59.44 124.33,58.99 123.78,58.99L123.38,58.99C122.83,58.99 122.38,59.44 122.38,59.99L122.38,60.5C122.38,61.18 121.72,61.66 121.08,61.45L120.51,61.27C119.97,61.1 119.4,61.4 119.24,61.95L119.13,62.34C118.97,62.87 119.27,63.41 119.79,63.58L120.29,63.73C120.95,63.94 121.21,64.73 120.8,65.28L120.45,65.75C120.11,66.2 120.22,66.84 120.68,67.16L121.02,67.4C121.47,67.71 122.09,67.61 122.41,67.17L122.76,66.67C123.16,66.12 123.97,66.11 124.37,66.65L124.75,67.16C125.09,67.6 125.72,67.69 126.16,67.36L126.47,67.12C126.9,66.79 126.99,66.17 126.66,65.73L126.35,65.31C125.94,64.76 126.2,63.96 126.86,63.76M139.97,63.76L140.41,63.62C140.94,63.46 141.24,62.91 141.08,62.38L140.96,61.98C140.8,61.45 140.23,61.14 139.7,61.31L139.19,61.48C138.54,61.68 137.89,61.2 137.89,60.52L137.89,59.99C137.89,59.44 137.44,58.99 136.89,58.99L136.49,58.99C135.93,58.99 135.49,59.44 135.49,59.99L135.49,60.5C135.49,61.18 134.83,61.66 134.18,61.45L133.61,61.27C133.07,61.1 132.5,61.4 132.34,61.95L132.23,62.34C132.08,62.87 132.37,63.41 132.89,63.58L133.39,63.73C134.05,63.94 134.31,64.73 133.9,65.28L133.56,65.75C133.22,66.2 133.32,66.84 133.78,67.16L134.12,67.4C134.57,67.71 135.19,67.61 135.51,67.17L135.87,66.67C136.26,66.12 137.07,66.11 137.48,66.65L137.86,67.16C138.19,67.6 138.82,67.69 139.26,67.36L139.57,67.12C140.01,66.79 140.09,66.17 139.77,65.73L139.46,65.31C139.04,64.76 139.3,63.96 139.97,63.76M153.07,63.76L153.52,63.62C154.04,63.46 154.34,62.91 154.18,62.38L154.07,61.98C153.91,61.45 153.34,61.14 152.8,61.31L152.29,61.48C151.65,61.68 150.99,61.2 150.99,60.52L150.99,59.99C150.99,59.44 150.54,58.99 149.99,58.99L149.59,58.99C149.04,58.99 148.59,59.44 148.59,59.99L148.59,60.5C148.59,61.18 147.93,61.66 147.29,61.45L146.71,61.27C146.18,61.1 145.6,61.4 145.45,61.95L145.33,62.34C145.18,62.87 145.48,63.41 146,63.58L146.5,63.73C147.16,63.94 147.42,64.73 147,65.28L146.66,65.75C146.32,66.2 146.43,66.84 146.89,67.16L147.23,67.4C147.68,67.71 148.29,67.61 148.61,67.17L148.97,66.67C149.37,66.12 150.18,66.11 150.58,66.65L150.96,67.16C151.3,67.6 151.92,67.69 152.37,67.36L152.67,67.12C153.11,66.79 153.2,66.17 152.87,65.73L152.56,65.31C152.15,64.76 152.41,63.96 153.07,63.76M166.17,63.76L166.62,63.62C167.15,63.46 167.45,62.91 167.29,62.38L167.17,61.98C167.01,61.45 166.44,61.14 165.91,61.31L165.4,61.48C164.75,61.68 164.09,61.2 164.09,60.52L164.09,59.99C164.09,59.44 163.65,58.99 163.09,58.99L162.69,58.99C162.14,58.99 161.69,59.44 161.69,59.99L161.69,60.5C161.69,61.18 161.03,61.66 160.39,61.45L159.82,61.27C159.28,61.1 158.71,61.4 158.55,61.95L158.44,62.34C158.29,62.87 158.58,63.41 159.1,63.58L159.6,63.73C160.26,63.94 160.52,64.73 160.11,65.28L159.76,65.75C159.43,66.2 159.53,66.84 159.99,67.16L160.33,67.4C160.78,67.71 161.4,67.61 161.72,67.17L162.07,66.67C162.47,66.12 163.28,66.11 163.69,66.65L164.07,67.16C164.4,67.6 165.03,67.69 165.47,67.36L165.78,67.12C166.21,66.79 166.3,66.17 165.97,65.73L165.66,65.31C165.25,64.76 165.51,63.96 166.17,63.76M179.28,63.76L179.73,63.62C180.25,63.46 180.55,62.91 180.39,62.38L180.27,61.98C180.11,61.45 179.54,61.14 179.01,61.31L178.5,61.48C177.86,61.68 177.2,61.2 177.2,60.52L177.2,59.99C177.2,59.44 176.75,58.99 176.2,58.99L175.8,58.99C175.25,58.99 174.8,59.44 174.8,59.99L174.8,60.5C174.8,61.18 174.14,61.66 173.49,61.45L172.92,61.27C172.38,61.1 171.81,61.4 171.66,61.95L171.54,62.34C171.39,62.87 171.69,63.41 172.21,63.58L172.71,63.73C173.36,63.94 173.62,64.73 173.21,65.28L172.87,65.75C172.53,66.2 172.63,66.84 173.1,67.16L173.44,67.4C173.88,67.71 174.5,67.61 174.82,67.17L175.18,66.67C175.57,66.12 176.38,66.11 176.79,66.65L177.17,67.16C177.5,67.6 178.13,67.69 178.58,67.36L178.88,67.12C179.32,66.79 179.41,66.17 179.08,65.73L178.77,65.31C178.35,64.76 178.62,63.96 179.28,63.76M122.34,102.38L122.22,101.98C122.06,101.44 121.49,101.14 120.96,101.31L120.45,101.47C119.8,101.68 119.14,101.2 119.14,100.52L119.14,99.98C119.14,99.43 118.7,98.98 118.14,98.98L117.74,98.98C117.19,98.98 116.74,99.43 116.74,99.98L116.74,100.5C116.74,101.17 116.09,101.65 115.44,101.45L114.87,101.26C114.33,101.09 113.76,101.4 113.6,101.94L113.49,102.34C113.34,102.86 113.63,103.41 114.15,103.57L114.65,103.73C115.31,103.93 115.57,104.72 115.16,105.28L114.81,105.74C114.48,106.19 114.58,106.83 115.04,107.16L115.38,107.4C115.83,107.71 116.45,107.6 116.77,107.16L117.13,106.67C117.52,106.12 118.33,106.11 118.74,106.65L119.12,107.16C119.45,107.6 120.08,107.69 120.52,107.35L120.83,107.12C121.27,106.79 121.35,106.17 121.03,105.73L120.71,105.31C120.3,104.75 120.56,103.96 121.23,103.75L121.67,103.62C122.2,103.46 122.5,102.9 122.34,102.38M126.71,101.94L126.59,102.34C126.44,102.86 126.74,103.41 127.26,103.57L127.76,103.73C128.42,103.93 128.67,104.72 128.26,105.28L127.92,105.74C127.58,106.19 127.69,106.84 128.15,107.16L128.49,107.4C128.94,107.71 129.55,107.6 129.87,107.16L130.23,106.67C130.62,106.12 131.44,106.11 131.84,106.65L132.22,107.16C132.55,107.6 133.18,107.69 133.63,107.35L133.93,107.12C134.37,106.79 134.46,106.17 134.13,105.73L133.82,105.31C133.4,104.75 133.67,103.96 134.33,103.75L134.78,103.62C135.3,103.46 135.6,102.9 135.44,102.38L135.32,101.98C135.16,101.44 134.6,101.14 134.06,101.31L133.55,101.47C132.91,101.68 132.25,101.2 132.25,100.52L132.25,99.98C132.25,99.43 131.8,98.98 131.25,98.98L130.85,98.98C130.3,98.98 129.85,99.43 129.85,99.98L129.85,100.5C129.85,101.17 129.19,101.65 128.54,101.45L127.97,101.27C127.44,101.09 126.86,101.4 126.71,101.94M109.24,102.38L109.12,101.98C108.96,101.44 108.39,101.14 107.86,101.31L107.35,101.47C106.7,101.68 106.04,101.2 106.04,100.52L106.04,99.98C106.04,99.43 105.59,98.98 105.04,98.98L104.64,98.98C104.09,98.98 103.64,99.43 103.64,99.98L103.64,100.5C103.64,101.17 102.98,101.65 102.34,101.45L101.77,101.26C101.23,101.09 100.66,101.4 100.5,101.94L100.39,102.34C100.24,102.86 100.53,103.41 101.05,103.57L101.55,103.73C102.21,103.93 102.47,104.72 102.06,105.28L101.71,105.74C101.38,106.19 101.48,106.83 101.94,107.16L102.28,107.4C102.73,107.71 103.35,107.6 103.67,107.16L104.02,106.67C104.42,106.12 105.23,106.11 105.63,106.65L106.01,107.16C106.35,107.6 106.98,107.69 107.42,107.35L107.73,107.12C108.16,106.79 108.25,106.17 107.92,105.73L107.61,105.31C107.2,104.75 107.46,103.96 108.12,103.75L108.57,103.62C109.1,103.46 109.4,102.9 109.24,102.38M139.81,101.94L139.7,102.34C139.55,102.86 139.84,103.41 140.36,103.57L140.86,103.73C141.52,103.93 141.78,104.72 141.37,105.28L141.02,105.74C140.69,106.19 140.79,106.84 141.25,107.16L141.59,107.4C142.04,107.71 142.66,107.6 142.98,107.16L143.33,106.67C143.73,106.12 144.54,106.11 144.95,106.65L145.33,107.16C145.66,107.6 146.29,107.69 146.73,107.35L147.04,107.12C147.47,106.79 147.56,106.17 147.23,105.73L146.92,105.31C146.51,104.75 146.77,103.96 147.43,103.75L147.88,103.62C148.41,103.46 148.71,102.9 148.55,102.38L148.43,101.98C148.27,101.44 147.7,101.14 147.17,101.31L146.66,101.47C146.01,101.68 145.35,101.2 145.35,100.52L145.35,99.98C145.35,99.43 144.91,98.98 144.35,98.98L143.95,98.98C143.4,98.98 142.95,99.43 142.95,99.98L142.95,100.5C142.95,101.17 142.29,101.65 141.65,101.45L141.08,101.27C140.54,101.09 139.97,101.4 139.81,101.94M152.91,101.94L152.8,102.34C152.65,102.86 152.94,103.41 153.46,103.57L153.96,103.73C154.62,103.93 154.88,104.72 154.47,105.28L154.13,105.74C153.79,106.19 153.89,106.84 154.35,107.16L154.7,107.4C155.14,107.71 155.76,107.6 156.08,107.16L156.44,106.67C156.83,106.12 157.64,106.11 158.05,106.65L158.43,107.16C158.76,107.6 159.39,107.69 159.83,107.35L160.14,107.12C160.58,106.79 160.66,106.17 160.34,105.73L160.03,105.31C159.61,104.75 159.87,103.96 160.54,103.75L160.98,103.62C161.51,103.46 161.81,102.9 161.65,102.38L161.53,101.98C161.37,101.44 160.8,101.14 160.27,101.31L159.76,101.47C159.12,101.68 158.46,101.2 158.46,100.52L158.46,99.98C158.46,99.43 158.01,98.98 157.46,98.98L157.06,98.98C156.51,98.98 156.06,99.43 156.06,99.98L156.06,100.5C156.06,101.17 155.4,101.65 154.75,101.45L154.18,101.27C153.64,101.09 153.07,101.4 152.91,101.94M166.02,101.94L165.9,102.34C165.75,102.86 166.05,103.41 166.57,103.57L167.07,103.73C167.73,103.93 167.99,104.72 167.58,105.28L167.23,105.74C166.89,106.19 167,106.84 167.46,107.16L167.8,107.4C168.25,107.71 168.87,107.6 169.18,107.16L169.54,106.67C169.94,106.12 170.75,106.11 171.15,106.65L171.53,107.16C171.87,107.6 172.5,107.69 172.94,107.35L173.24,107.12C173.68,106.79 173.77,106.17 173.44,105.73L173.13,105.31C172.72,104.75 172.98,103.96 173.64,103.75L174.09,103.62C174.62,103.46 174.91,102.9 174.76,102.38L174.64,101.98C174.48,101.44 173.91,101.14 173.37,101.31L172.86,101.47C172.22,101.68 171.56,101.2 171.56,100.52L171.56,99.98C171.56,99.43 171.11,98.98 170.56,98.98L170.16,98.98C169.61,98.98 169.16,99.43 169.16,99.98L169.16,100.5C169.16,101.17 168.5,101.65 167.86,101.45L167.28,101.27C166.75,101.09 166.18,101.4 166.02,101.94M179.12,101.94L179.01,102.34C178.86,102.86 179.15,103.41 179.67,103.57L180.17,103.73C180.83,103.93 181.09,104.72 180.68,105.28L180.33,105.74C180,106.19 180.1,106.84 180.56,107.16L180.9,107.4C181.35,107.71 181.97,107.6 182.29,107.16L182.65,106.67C183.04,106.12 183.85,106.11 184.26,106.65L184.64,107.16C184.97,107.6 185.6,107.69 186.04,107.35L186.35,107.12C186.79,106.79 186.87,106.17 186.54,105.73L186.23,105.31C185.82,104.75 186.08,103.96 186.74,103.75L187.19,103.62C187.72,103.46 188.02,102.9 187.86,102.38L187.74,101.98C187.58,101.44 187.01,101.14 186.48,101.31L185.97,101.47C185.32,101.68 184.66,101.2 184.66,100.52L184.66,99.98C184.66,99.43 184.22,98.98 183.66,98.98L183.26,98.98C182.71,98.98 182.26,99.43 182.26,99.98L182.26,100.5C182.26,101.17 181.6,101.65 180.96,101.45L180.39,101.27C179.85,101.09 179.28,101.4 179.12,101.94M192.23,101.94L192.11,102.34C191.96,102.86 192.26,103.41 192.78,103.57L193.28,103.73C193.94,103.93 194.19,104.72 193.78,105.28L193.44,105.74C193.1,106.19 193.21,106.84 193.67,107.16L194.01,107.4C194.46,107.71 195.07,107.6 195.39,107.16L195.75,106.67C196.14,106.12 196.96,106.11 197.36,106.65L197.74,107.16C198.07,107.6 198.7,107.69 199.15,107.35L199.45,107.12C199.89,106.79 199.98,106.17 199.65,105.73L199.34,105.31C198.92,104.75 199.19,103.96 199.85,103.75L200.3,103.62C200.82,103.46 201.12,102.9 200.96,102.38L200.84,101.98C200.68,101.44 200.12,101.14 199.58,101.31L199.07,101.47C198.43,101.68 197.77,101.2 197.77,100.52L197.77,99.98C197.77,99.43 197.32,98.98 196.77,98.98L196.37,98.98C195.82,98.98 195.37,99.43 195.37,99.98L195.37,100.5C195.37,101.17 194.71,101.65 194.07,101.45L193.49,101.27C192.96,101.09 192.38,101.4 192.23,101.94M205.88,103.57L206.38,103.73C207.04,103.93 207.3,104.72 206.89,105.28L206.54,105.74C206.2,106.19 206.31,106.83 206.77,107.16L207.11,107.4C207.56,107.71 208.18,107.6 208.5,107.16L208.85,106.66C209.25,106.12 210.06,106.11 210.46,106.65L210.84,107.16C211.18,107.6 211.81,107.69 212.25,107.35L212.56,107.12C212.99,106.79 213.08,106.17 212.75,105.73L212.44,105.31C212.03,104.75 212.29,103.96 212.95,103.75L213.4,103.62C213.93,103.46 214.23,102.9 214.07,102.37L213.95,101.98C213.79,101.44 213.22,101.14 212.69,101.31L212.18,101.47C211.53,101.68 210.87,101.2 210.87,100.52L210.87,99.98C210.87,99.43 210.42,98.98 209.87,98.98L209.47,98.98C208.92,98.98 208.47,99.43 208.47,99.98L208.47,100.49C208.47,101.17 207.81,101.65 207.17,101.45L206.6,101.26C206.06,101.09 205.49,101.4 205.33,101.94L205.22,102.34C205.07,102.86 205.36,103.41 205.88,103.57M135.32,120.59C135.16,120.05 134.6,119.75 134.06,119.92L133.55,120.09C132.91,120.29 132.25,119.81 132.25,119.13L132.25,118.6C132.25,118.05 131.8,117.6 131.25,117.6L130.85,117.6C130.3,117.6 129.85,118.05 129.85,118.6L129.85,119.11C129.85,119.79 129.19,120.27 128.55,120.06L127.97,119.88C127.44,119.71 126.86,120.01 126.71,120.55L126.59,120.95C126.44,121.48 126.74,122.02 127.26,122.18L127.76,122.34C128.42,122.54 128.67,123.34 128.26,123.89L127.92,124.36C127.58,124.81 127.69,125.45 128.15,125.77L128.49,126.01C128.94,126.32 129.55,126.22 129.87,125.77L130.23,125.28C130.62,124.73 131.44,124.72 131.84,125.26L132.22,125.77C132.55,126.21 133.18,126.3 133.63,125.97L133.93,125.73C134.37,125.4 134.46,124.78 134.13,124.34L133.82,123.92C133.4,123.37 133.67,122.57 134.33,122.37L134.78,122.23C135.3,122.07 135.6,121.52 135.44,120.99L135.32,120.59zM148.43,120.59C148.27,120.05 147.7,119.75 147.16,119.92L146.66,120.09C146.01,120.29 145.35,119.81 145.35,119.13L145.35,118.6C145.35,118.05 144.9,117.6 144.35,117.6L143.95,117.6C143.4,117.6 142.95,118.05 142.95,118.6L142.95,119.11C142.95,119.79 142.29,120.27 141.65,120.06L141.07,119.88C140.54,119.71 139.97,120.01 139.81,120.55L139.7,120.95C139.54,121.48 139.84,122.02 140.36,122.18L140.86,122.34C141.52,122.54 141.78,123.34 141.37,123.89L141.02,124.36C140.68,124.81 140.79,125.45 141.25,125.77L141.59,126.01C142.04,126.32 142.66,126.22 142.98,125.77L143.33,125.28C143.73,124.73 144.54,124.72 144.94,125.26L145.32,125.77C145.66,126.21 146.29,126.3 146.73,125.97L147.03,125.73C147.47,125.4 147.56,124.78 147.23,124.34L146.92,123.92C146.51,123.37 146.77,122.57 147.43,122.37L147.88,122.23C148.41,122.07 148.7,121.52 148.55,120.99L148.43,120.59zM161.53,120.59C161.37,120.05 160.8,119.75 160.27,119.92L159.76,120.09C159.12,120.29 158.46,119.81 158.46,119.13L158.46,118.6C158.46,118.05 158.01,117.6 157.46,117.6L157.06,117.6C156.51,117.6 156.06,118.05 156.06,118.6L156.06,119.11C156.06,119.79 155.4,120.27 154.75,120.06L154.18,119.88C153.64,119.71 153.07,120.01 152.92,120.55L152.8,120.95C152.65,121.48 152.94,122.02 153.47,122.18L153.97,122.34C154.62,122.54 154.88,123.34 154.47,123.89L154.13,124.36C153.79,124.81 153.89,125.45 154.36,125.77L154.7,126.01C155.14,126.32 155.76,126.22 156.08,125.77L156.44,125.28C156.83,124.73 157.64,124.72 158.05,125.26L158.43,125.77C158.76,126.21 159.39,126.3 159.83,125.97L160.14,125.73C160.58,125.4 160.67,124.78 160.34,124.34L160.03,123.92C159.61,123.37 159.87,122.57 160.54,122.37L160.99,122.23C161.51,122.07 161.81,121.52 161.65,120.99L161.53,120.59zM174.64,120.59C174.48,120.05 173.91,119.75 173.37,119.92L172.86,120.09C172.22,120.29 171.56,119.81 171.56,119.13L171.56,118.6C171.56,118.05 171.11,117.6 170.56,117.6L170.16,117.6C169.61,117.6 169.16,118.05 169.16,118.6L169.16,119.11C169.16,119.79 168.5,120.27 167.86,120.06L167.28,119.88C166.75,119.71 166.17,120.01 166.02,120.55L165.9,120.95C165.75,121.48 166.05,122.02 166.57,122.18L167.07,122.34C167.73,122.54 167.99,123.34 167.57,123.89L167.23,124.36C166.89,124.81 167,125.45 167.46,125.77L167.8,126.01C168.25,126.32 168.86,126.22 169.18,125.77L169.54,125.28C169.94,124.73 170.75,124.72 171.15,125.26L171.53,125.77C171.86,126.21 172.49,126.3 172.94,125.97L173.24,125.73C173.68,125.4 173.77,124.78 173.44,124.34L173.13,123.92C172.72,123.37 172.98,122.57 173.64,122.37L174.09,122.23C174.61,122.07 174.91,121.52 174.75,120.99L174.64,120.59zM187.74,120.59C187.58,120.05 187.01,119.75 186.48,119.92L185.97,120.09C185.32,120.29 184.66,119.81 184.66,119.13L184.66,118.6C184.66,118.05 184.22,117.6 183.66,117.6L183.26,117.6C182.71,117.6 182.26,118.05 182.26,118.6L182.26,119.11C182.26,119.79 181.61,120.27 180.96,120.06L180.39,119.88C179.85,119.71 179.28,120.01 179.12,120.55L179.01,120.95C178.86,121.48 179.15,122.02 179.67,122.18L180.17,122.34C180.83,122.54 181.09,123.34 180.68,123.89L180.33,124.36C180,124.81 180.1,125.45 180.56,125.77L180.9,126.01C181.35,126.32 181.97,126.22 182.29,125.77L182.65,125.28C183.04,124.73 183.85,124.72 184.26,125.26L184.64,125.77C184.97,126.21 185.6,126.3 186.04,125.97L186.35,125.73C186.79,125.4 186.87,124.78 186.55,124.34L186.23,123.92C185.82,123.37 186.08,122.57 186.74,122.37L187.19,122.23C187.72,122.07 188.02,121.52 187.86,120.99L187.74,120.59zM200.84,120.59C200.68,120.05 200.11,119.75 199.58,119.92L199.07,120.09C198.43,120.29 197.77,119.81 197.77,119.13L197.77,118.6C197.77,118.05 197.32,117.6 196.77,117.6L196.37,117.6C195.82,117.6 195.37,118.05 195.37,118.6L195.37,119.11C195.37,119.79 194.71,120.27 194.06,120.06L193.49,119.88C192.95,119.71 192.38,120.01 192.23,120.55L192.11,120.95C191.96,121.48 192.26,122.02 192.78,122.18L193.28,122.34C193.93,122.54 194.19,123.34 193.78,123.89L193.44,124.36C193.1,124.81 193.2,125.45 193.67,125.77L194.01,126.01C194.45,126.32 195.07,126.22 195.39,125.77L195.75,125.28C196.14,124.73 196.95,124.72 197.36,125.26L197.74,125.77C198.07,126.21 198.7,126.3 199.15,125.97L199.45,125.73C199.89,125.4 199.98,124.78 199.65,124.34L199.34,123.92C198.92,123.37 199.19,122.57 199.85,122.37L200.3,122.23C200.82,122.07 201.12,121.52 200.96,120.99L200.84,120.59zM205.88,122.19L206.38,122.34C207.04,122.55 207.3,123.34 206.89,123.89L206.54,124.36C206.2,124.81 206.31,125.45 206.77,125.77L207.11,126.01C207.56,126.32 208.18,126.22 208.5,125.78L208.85,125.28C209.25,124.73 210.06,124.72 210.46,125.26L210.84,125.77C211.18,126.21 211.81,126.3 212.25,125.97L212.56,125.73C212.99,125.4 213.08,124.78 212.75,124.34L212.44,123.92C212.03,123.37 212.29,122.57 212.95,122.37L213.4,122.23C213.93,122.07 214.23,121.52 214.07,120.99L213.95,120.59C213.79,120.05 213.22,119.75 212.69,119.92L212.18,120.09C211.53,120.29 210.87,119.81 210.87,119.13L210.87,118.6C210.87,118.05 210.42,117.6 209.87,117.6L209.47,117.6C208.92,117.6 208.47,118.05 208.47,118.6L208.47,119.11C208.47,119.79 207.81,120.27 207.17,120.06L206.6,119.88C206.06,119.71 205.49,120.01 205.33,120.56L205.22,120.95C205.07,121.48 205.36,122.02 205.88,122.19" />
<path android:fillColor="#ffdcddde" android:pathData="M90.26,153.07L79.85,153.07C79.53,153.07 79.24,152.92 79.05,152.67C78.86,152.42 78.8,152.09 78.89,151.79L81.15,144.15C81.28,143.72 81.67,143.43 82.11,143.43L92.52,143.43C92.84,143.43 93.14,143.58 93.32,143.83C93.51,144.09 93.57,144.41 93.48,144.72L91.22,152.35C91.09,152.78 90.7,153.07 90.26,153.07M96.39,164.83L97.22,162.06C97.35,161.63 97.74,161.35 98.18,161.35L112.27,161.35L114.1,153.07L101.39,153.07C101.07,153.07 100.78,152.92 100.59,152.68C100.4,152.43 100.34,152.11 100.42,151.81L102.49,144.17C102.61,143.74 103.01,143.43 103.46,143.43L115.33,143.43L117.61,135.06L106.57,135.06C106.25,135.06 105.96,134.91 105.77,134.66C105.58,134.4 105.52,134.08 105.61,133.77L109.52,120.9L100.62,120.9L96.69,134.34C96.56,134.77 96.17,135.06 95.73,135.06L85.32,135.06C85,135.06 84.7,134.91 84.52,134.66C84.33,134.41 84.27,134.08 84.36,133.78L88.12,120.9L79.11,120.9C77.88,125.16 76.52,129.79 75.15,134.35C75.02,134.77 74.63,135.06 74.19,135.06L60.3,135.06L58.55,143.43L71.17,143.43C71.48,143.43 71.77,143.57 71.96,143.82C72.15,144.06 72.22,144.38 72.14,144.68C71.38,147.71 70.71,149.55 69.69,152.33C69.55,152.72 69.14,153.07 68.72,153.07L56.81,153.07L55.14,161.35L65.71,161.35C66.02,161.35 66.32,161.49 66.51,161.75C66.7,162 66.75,162.32 66.67,162.63L62.84,175.68L71.76,175.68L75.68,162.07C75.8,161.64 76.2,161.35 76.64,161.35L87.15,161.35C87.46,161.35 87.76,161.49 87.95,161.74C88.14,162 88.2,162.32 88.11,162.62L84.35,175.68L93.15,175.68C93.46,174.61 93.82,173.4 94.23,172.01C94.39,171.48 94.95,171.18 95.48,171.34L95.48,171.34C95.94,169.8 96.46,168.05 97.06,166.08C96.53,165.92 96.23,165.36 96.39,164.83" />
--- 3,11 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff6f6f7" android:pathData="M263.5,74.39L263.5,74.39C263.5,87.94 252.52,98.92 238.97,98.92L209.86,98.92C200.55,98.92 193,106.47 193,115.78C193,125.09 200.55,132.64 209.86,132.64L241.47,132.64C251.98,132.64 260.5,141.16 260.5,151.67C260.5,162.18 251.98,170.7 241.47,170.7L179.92,170.7C169.75,170.7 161.5,178.94 161.5,189.11C161.5,199.28 153.25,207.53 143.08,207.53L51.59,207.53C27.51,207.53 8,188.02 8,163.94C8,139.87 27.51,120.36 51.59,120.36L78.68,120.36C86.86,120.36 93.5,113.72 93.5,105.54C93.5,97.35 86.86,90.72 78.68,90.72L32.43,90.72C21.15,90.72 12,81.57 12,70.29C12,59 21.15,49.85 32.43,49.85L238.97,49.85C252.52,49.85 263.5,60.84 263.5,74.39" android:fillAlpha="0.9" />
<path android:fillColor="#ffb9bbbe" android:pathData="M64.95,42.99L65.67,42.99C66.22,42.99 66.67,42.54 66.67,41.99 66.67,41.43 66.22,40.99 65.67,40.99L64.95,40.99C64.4,40.99 63.95,41.43 63.95,41.99 63.95,42.54 64.4,42.99 64.95,42.99M69.44,42.99L193.93,42.99C194.7,42.99 195.34,43.62 195.34,44.39L195.34,76.03C195.34,76.58 195.78,77.03 196.34,77.03 196.89,77.03 197.34,76.58 197.34,76.03L197.34,44.39C197.34,42.52 195.81,40.99 193.93,40.99L69.44,40.99C68.89,40.99 68.44,41.43 68.44,41.99 68.44,42.54 68.89,42.99 69.44,42.99" />
! <path android:fillColor="@color/white" android:pathData="M89.51,151.07l1.67,-5.64l-8.33,0l-1.67,5.64z" />
! <path android:fillColor="@color/white" android:pathData="M131.76,138.97L118.62,138.97L117.06,144.7C116.94,145.13 116.54,145.43 116.09,145.43L104.22,145.43L102.69,151.07L115.34,151.07C115.64,151.07 115.93,151.21 116.12,151.44C116.2,151.55 116.26,151.67 116.29,151.8L133.17,151.8L133.17,140.38C133.17,139.6 132.53,138.97 131.76,138.97" />
! <path android:fillColor="@color/white" android:pathData="M134.78,122.23L134.33,122.37C133.67,122.57 133.4,123.37 133.82,123.92L134.13,124.34C134.46,124.78 134.37,125.4 133.93,125.73L133.63,125.97C133.18,126.3 132.55,126.21 132.22,125.77L131.84,125.26C131.44,124.72 130.62,124.73 130.23,125.28L129.87,125.77C129.55,126.22 128.94,126.32 128.49,126.01L128.15,125.77C127.69,125.45 127.58,124.81 127.92,124.36L128.26,123.89C128.67,123.34 128.42,122.54 127.76,122.34L127.26,122.19C126.74,122.02 126.44,121.48 126.59,120.95L126.71,120.55C126.86,120.01 127.44,119.71 127.97,119.88L128.55,120.06C129.19,120.27 129.85,119.79 129.85,119.11L129.85,118.6C129.85,118.05 130.3,117.6 130.85,117.6L131.25,117.6C131.8,117.6 132.25,118.05 132.25,118.6L132.25,119.13C132.25,119.81 132.91,120.29 133.55,120.09L134.06,119.92C134.59,119.75 135.16,120.05 135.32,120.59L135.44,120.99C135.6,121.52 135.3,122.07 134.78,122.23M121.67,103.62L121.23,103.75C120.56,103.96 120.3,104.75 120.71,105.31L121.03,105.73C121.35,106.17 121.27,106.79 120.83,107.12L120.52,107.35C120.08,107.69 119.45,107.6 119.12,107.16L118.74,106.65C118.33,106.11 117.52,106.12 117.13,106.67L116.77,107.16C116.45,107.6 115.83,107.71 115.38,107.4L115.04,107.16C114.58,106.84 114.48,106.19 114.81,105.74L115.16,105.28C115.57,104.72 115.31,103.93 114.65,103.73L114.15,103.57C113.63,103.41 113.34,102.86 113.49,102.34L113.6,101.94C113.76,101.4 114.33,101.09 114.87,101.27L115.44,101.45C116.09,101.65 116.75,101.17 116.75,100.5L116.75,99.98C116.75,99.43 117.19,98.98 117.75,98.98L118.14,98.98C118.7,98.98 119.14,99.43 119.14,99.98L119.14,100.52C119.14,101.2 119.8,101.68 120.45,101.47L120.96,101.31C121.49,101.14 122.06,101.44 122.22,101.98L122.34,102.38C122.5,102.9 122.2,103.46 121.67,103.62M108.57,103.62L108.12,103.75C107.46,103.96 107.2,104.75 107.61,105.31L107.92,105.73C108.25,106.17 108.16,106.79 107.73,107.12L107.42,107.35C106.98,107.69 106.35,107.6 106.01,107.16L105.63,106.65C105.23,106.11 104.42,106.12 104.02,106.67L103.67,107.16C103.35,107.6 102.73,107.71 102.28,107.4L101.94,107.16C101.48,106.84 101.38,106.19 101.71,105.74L102.06,105.28C102.47,104.72 102.21,103.93 101.55,103.73L101.05,103.57C100.53,103.41 100.24,102.86 100.39,102.34L100.5,101.94C100.66,101.4 101.23,101.09 101.77,101.27L102.34,101.45C102.98,101.65 103.64,101.17 103.64,100.5L103.64,99.98C103.64,99.43 104.09,98.98 104.64,98.98L105.04,98.98C105.59,98.98 106.04,99.43 106.04,99.98L106.04,100.52C106.04,101.2 106.7,101.68 107.35,101.47L107.86,101.31C108.39,101.14 108.96,101.44 109.12,101.98L109.24,102.38C109.4,102.9 109.1,103.46 108.57,103.62M127.97,101.27L128.55,101.45C129.19,101.65 129.85,101.17 129.85,100.5L129.85,99.98C129.85,99.43 130.3,98.98 130.85,98.98L131.25,98.98C131.8,98.98 132.25,99.43 132.25,99.98L132.25,100.52C132.25,101.2 132.91,101.68 133.55,101.47L134.06,101.31C134.59,101.14 135.16,101.44 135.32,101.98L135.44,102.38C135.6,102.9 135.3,103.46 134.78,103.62L134.33,103.75C133.67,103.96 133.4,104.75 133.82,105.31L134.13,105.73C134.46,106.17 134.37,106.79 133.93,107.12L133.63,107.35C133.18,107.69 132.55,107.6 132.22,107.16L131.84,106.65C131.44,106.11 130.62,106.12 130.23,106.67L129.87,107.16C129.55,107.6 128.94,107.71 128.49,107.4L128.15,107.16C127.69,106.84 127.58,106.19 127.92,105.74L128.26,105.28C128.67,104.72 128.42,103.93 127.76,103.73L127.26,103.57C126.74,103.41 126.44,102.86 126.59,102.34L126.71,101.94C126.86,101.4 127.44,101.09 127.97,101.27M141.08,101.27L141.65,101.45C142.29,101.65 142.95,101.17 142.95,100.5L142.95,99.98C142.95,99.43 143.4,98.98 143.95,98.98L144.35,98.98C144.91,98.98 145.35,99.43 145.35,99.98L145.35,100.52C145.35,101.2 146.01,101.68 146.66,101.47L147.17,101.31C147.7,101.14 148.27,101.44 148.43,101.98L148.55,102.38C148.71,102.9 148.41,103.46 147.88,103.62L147.43,103.75C146.77,103.96 146.51,104.75 146.92,105.31L147.23,105.73C147.56,106.17 147.47,106.79 147.04,107.12L146.73,107.35C146.29,107.69 145.66,107.6 145.33,107.16L144.95,106.65C144.54,106.11 143.73,106.12 143.33,106.67L142.98,107.16C142.66,107.6 142.04,107.71 141.59,107.4L141.25,107.16C140.79,106.84 140.69,106.19 141.02,105.74L141.37,105.28C141.78,104.72 141.52,103.93 140.86,103.73L140.36,103.57C139.84,103.41 139.55,102.86 139.7,102.34L139.81,101.94C139.97,101.4 140.54,101.09 141.08,101.27M154.18,101.27L154.75,101.45C155.4,101.65 156.06,101.17 156.06,100.5L156.06,99.98C156.06,99.43 156.51,98.98 157.06,98.98L157.46,98.98C158.01,98.98 158.46,99.43 158.46,99.98L158.46,100.52C158.46,101.2 159.12,101.68 159.76,101.47L160.27,101.31C160.8,101.14 161.37,101.44 161.53,101.98L161.65,102.38C161.81,102.9 161.51,103.46 160.98,103.62L160.54,103.75C159.87,103.96 159.61,104.75 160.03,105.31L160.34,105.73C160.67,106.17 160.58,106.79 160.14,107.12L159.83,107.35C159.39,107.69 158.76,107.6 158.43,107.16L158.05,106.65C157.64,106.11 156.83,106.12 156.44,106.67L156.08,107.16C155.76,107.6 155.14,107.71 154.7,107.4L154.36,107.16C153.89,106.84 153.79,106.19 154.13,105.74L154.47,105.28C154.88,104.72 154.62,103.93 153.96,103.73L153.46,103.57C152.94,103.41 152.65,102.86 152.8,102.34L152.92,101.94C153.07,101.4 153.64,101.09 154.18,101.27M167.28,101.27L167.86,101.45C168.5,101.65 169.16,101.17 169.16,100.5L169.16,99.98C169.16,99.43 169.61,98.98 170.16,98.98L170.56,98.98C171.11,98.98 171.56,99.43 171.56,99.98L171.56,100.52C171.56,101.2 172.22,101.68 172.86,101.47L173.38,101.31C173.91,101.14 174.48,101.44 174.64,101.98L174.76,102.38C174.91,102.9 174.62,103.46 174.09,103.62L173.64,103.75C172.98,103.96 172.72,104.75 173.13,105.31L173.44,105.73C173.77,106.17 173.68,106.79 173.24,107.12L172.94,107.35C172.5,107.69 171.87,107.6 171.53,107.16L171.15,106.65C170.75,106.11 169.94,106.12 169.54,106.67L169.18,107.16C168.87,107.6 168.25,107.71 167.8,107.4L167.46,107.16C167,106.84 166.89,106.19 167.23,105.74L167.58,105.28C167.99,104.72 167.73,103.93 167.07,103.73L166.57,103.57C166.05,103.41 165.75,102.86 165.9,102.34L166.02,101.94C166.18,101.4 166.75,101.09 167.28,101.27M180.39,101.27L180.96,101.45C181.61,101.65 182.26,101.17 182.26,100.5L182.26,99.98C182.26,99.43 182.71,98.98 183.26,98.98L183.66,98.98C184.22,98.98 184.66,99.43 184.66,99.98L184.66,100.52C184.66,101.2 185.32,101.68 185.97,101.47L186.48,101.31C187.01,101.14 187.58,101.44 187.74,101.98L187.86,102.38C188.02,102.9 187.72,103.46 187.19,103.62L186.75,103.75C186.08,103.96 185.82,104.75 186.23,105.31L186.55,105.73C186.87,106.17 186.79,106.79 186.35,107.12L186.04,107.35C185.6,107.69 184.97,107.6 184.64,107.16L184.26,106.65C183.85,106.11 183.04,106.12 182.65,106.67L182.29,107.16C181.97,107.6 181.35,107.71 180.9,107.4L180.56,107.16C180.1,106.84 180,106.19 180.33,105.74L180.68,105.28C181.09,104.72 180.83,103.93 180.17,103.73L179.67,103.57C179.15,103.41 178.86,102.86 179.01,102.34L179.12,101.94C179.28,101.4 179.85,101.09 180.39,101.27M193.49,101.27L194.07,101.45C194.71,101.65 195.37,101.17 195.37,100.5L195.37,99.98C195.37,99.43 195.82,98.98 196.37,98.98L196.77,98.98C197.32,98.98 197.77,99.43 197.77,99.98L197.77,100.52C197.77,101.2 198.43,101.68 199.07,101.47L199.58,101.31C200.12,101.14 200.68,101.44 200.84,101.98L200.96,102.38C201.12,102.9 200.82,103.46 200.3,103.62L199.85,103.75C199.19,103.96 198.92,104.75 199.34,105.31L199.65,105.73C199.98,106.17 199.89,106.79 199.45,107.12L199.15,107.35C198.7,107.69 198.07,107.6 197.74,107.16L197.36,106.65C196.96,106.11 196.14,106.12 195.75,106.67L195.39,107.16C195.07,107.6 194.46,107.71 194.01,107.4L193.67,107.16C193.21,106.84 193.1,106.19 193.44,105.74L193.78,105.28C194.19,104.72 193.94,103.93 193.28,103.73L192.78,103.57C192.26,103.41 191.96,102.86 192.11,102.34L192.23,101.94C192.38,101.4 192.96,101.09 193.49,101.27M205.22,120.95L205.33,120.55C205.49,120.01 206.06,119.71 206.6,119.88L207.17,120.06C207.81,120.27 208.47,119.79 208.47,119.11L208.47,118.6C208.47,118.05 208.92,117.6 209.47,117.6L209.87,117.6C210.42,117.6 210.87,118.05 210.87,118.6L210.87,119.13C210.87,119.81 211.53,120.29 212.18,120.09L212.69,119.92C213.22,119.75 213.79,120.05 213.95,120.59L214.07,120.99C214.23,121.52 213.93,122.07 213.4,122.23L212.95,122.37C212.29,122.57 212.03,123.37 212.44,123.92L212.75,124.34C213.08,124.78 212.99,125.4 212.56,125.73L212.25,125.97C211.81,126.3 211.18,126.21 210.84,125.77L210.47,125.26C210.06,124.72 209.25,124.73 208.85,125.28L208.5,125.77C208.18,126.22 207.56,126.32 207.11,126.01L206.77,125.77C206.31,125.45 206.21,124.81 206.54,124.36L206.89,123.89C207.3,123.34 207.04,122.54 206.38,122.34L205.88,122.19C205.36,122.02 205.07,121.48 205.22,120.95M205.22,102.34L205.33,101.94C205.49,101.4 206.06,101.09 206.6,101.27L207.17,101.45C207.81,101.65 208.47,101.17 208.47,100.5L208.47,99.98C208.47,99.43 208.92,98.98 209.47,98.98L209.87,98.98C210.42,98.98 210.87,99.43 210.87,99.98L210.87,100.52C210.87,101.2 211.53,101.68 212.18,101.47L212.69,101.31C213.22,101.14 213.79,101.44 213.95,101.98L214.07,102.38C214.23,102.9 213.93,103.46 213.4,103.62L212.95,103.75C212.29,103.96 212.03,104.75 212.44,105.31L212.75,105.73C213.08,106.17 212.99,106.79 212.56,107.12L212.25,107.35C211.81,107.69 211.18,107.6 210.84,107.16L210.47,106.65C210.06,106.11 209.25,106.12 208.85,106.67L208.5,107.16C208.18,107.6 207.56,107.71 207.11,107.4L206.77,107.16C206.31,106.84 206.21,106.19 206.54,105.74L206.89,105.28C207.3,104.72 207.04,103.93 206.38,103.73L205.88,103.57C205.36,103.41 205.07,102.86 205.22,102.34M200.3,122.23L199.85,122.37C199.19,122.57 198.92,123.37 199.34,123.92L199.65,124.34C199.98,124.78 199.89,125.4 199.45,125.73L199.15,125.97C198.7,126.3 198.07,126.21 197.74,125.77L197.36,125.26C196.96,124.72 196.14,124.73 195.75,125.28L195.39,125.77C195.07,126.22 194.46,126.32 194.01,126.01L193.67,125.77C193.21,125.45 193.1,124.81 193.44,124.36L193.78,123.89C194.19,123.34 193.93,122.54 193.28,122.34L192.78,122.19C192.26,122.02 191.96,121.48 192.11,120.95L192.23,120.55C192.38,120.01 192.96,119.71 193.49,119.88L194.06,120.06C194.71,120.27 195.37,119.79 195.37,119.11L195.37,118.6C195.37,118.05 195.82,117.6 196.37,117.6L196.77,117.6C197.32,117.6 197.77,118.05 197.77,118.6L197.77,119.13C197.77,119.81 198.43,120.29 199.07,120.09L199.58,119.92C200.11,119.75 200.68,120.05 200.84,120.59L200.96,120.99C201.12,121.52 200.82,122.07 200.3,122.23M187.19,122.23L186.74,122.37C186.08,122.57 185.82,123.37 186.23,123.92L186.55,124.34C186.87,124.78 186.79,125.4 186.35,125.73L186.04,125.97C185.6,126.3 184.97,126.21 184.64,125.77L184.26,125.26C183.85,124.72 183.04,124.73 182.65,125.28L182.29,125.77C181.97,126.22 181.35,126.32 180.9,126.01L180.56,125.77C180.1,125.45 180,124.81 180.33,124.36L180.68,123.89C181.09,123.34 180.83,122.54 180.17,122.34L179.67,122.19C179.15,122.02 178.86,121.48 179.01,120.95L179.12,120.55C179.28,120.01 179.85,119.71 180.39,119.88L180.96,120.06C181.61,120.27 182.26,119.79 182.26,119.11L182.26,118.6C182.26,118.05 182.71,117.6 183.26,117.6L183.66,117.6C184.22,117.6 184.66,118.05 184.66,118.6L184.66,119.13C184.66,119.81 185.32,120.29 185.97,120.09L186.48,119.92C187.01,119.75 187.58,120.05 187.74,120.59L187.86,120.99C188.02,121.52 187.72,122.07 187.19,122.23M174.09,122.23L173.64,122.37C172.98,122.57 172.72,123.37 173.13,123.92L173.44,124.34C173.77,124.78 173.68,125.4 173.24,125.73L172.94,125.97C172.5,126.3 171.87,126.21 171.53,125.77L171.15,125.26C170.75,124.72 169.94,124.73 169.54,125.28L169.18,125.77C168.86,126.22 168.25,126.32 167.8,126.01L167.46,125.77C167,125.45 166.89,124.81 167.23,124.36L167.57,123.89C167.99,123.34 167.73,122.54 167.07,122.34L166.57,122.19C166.05,122.02 165.75,121.48 165.9,120.95L166.02,120.55C166.17,120.01 166.75,119.71 167.28,119.88L167.86,120.06C168.5,120.27 169.16,119.79 169.16,119.11L169.16,118.6C169.16,118.05 169.61,117.6 170.16,117.6L170.56,117.6C171.11,117.6 171.56,118.05 171.56,118.6L171.56,119.13C171.56,119.81 172.22,120.29 172.86,120.09L173.37,119.92C173.91,119.75 174.48,120.05 174.64,120.59L174.76,120.99C174.91,121.52 174.62,122.07 174.09,122.23M160.99,122.23L160.54,122.37C159.87,122.57 159.61,123.37 160.03,123.92L160.34,124.34C160.67,124.78 160.58,125.4 160.14,125.73L159.83,125.97C159.39,126.3 158.76,126.21 158.43,125.77L158.05,125.26C157.64,124.72 156.83,124.73 156.44,125.28L156.08,125.77C155.76,126.22 155.14,126.32 154.7,126.01L154.36,125.77C153.89,125.45 153.79,124.81 154.13,124.36L154.47,123.89C154.88,123.34 154.62,122.54 153.96,122.34L153.46,122.19C152.94,122.02 152.65,121.48 152.8,120.95L152.92,120.55C153.07,120.01 153.64,119.71 154.18,119.88L154.75,120.06C155.4,120.27 156.06,119.79 156.06,119.11L156.06,118.6C156.06,118.05 156.51,117.6 157.06,117.6L157.46,117.6C158.01,117.6 158.46,118.05 158.46,118.6L158.46,119.13C158.46,119.81 159.12,120.29 159.76,120.09L160.27,119.92C160.8,119.75 161.37,120.05 161.53,120.59L161.65,120.99C161.81,121.52 161.51,122.07 160.99,122.23M147.88,122.23L147.43,122.37C146.77,122.57 146.51,123.37 146.92,123.92L147.23,124.34C147.56,124.78 147.47,125.4 147.04,125.73L146.73,125.97C146.29,126.3 145.66,126.21 145.32,125.77L144.94,125.26C144.54,124.72 143.73,124.73 143.33,125.28L142.98,125.77C142.66,126.22 142.04,126.32 141.59,126.01L141.25,125.77C140.79,125.45 140.68,124.81 141.02,124.36L141.37,123.89C141.78,123.34 141.52,122.54 140.86,122.34L140.36,122.19C139.84,122.02 139.55,121.48 139.7,120.95L139.81,120.55C139.97,120.01 140.54,119.71 141.08,119.88L141.65,120.06C142.29,120.27 142.95,119.79 142.95,119.11L142.95,118.6C142.95,118.05 143.4,117.6 143.95,117.6L144.35,117.6C144.9,117.6 145.35,118.05 145.35,118.6L145.35,119.13C145.35,119.81 146.01,120.29 146.66,120.09L147.17,119.92C147.7,119.75 148.27,120.05 148.43,120.59L148.55,120.99C148.71,121.52 148.41,122.07 147.88,122.23M139.66,150.8L228.17,150.8C228.95,150.8 229.58,150.17 229.58,149.39L229.58,122.48C229.58,122.16 229.73,121.86 229.99,121.67L242.82,112.17L229.99,102.67C229.73,102.48 229.58,102.19 229.58,101.87L229.58,83.91C229.58,83.13 228.95,82.5 228.17,82.5L74.85,82.5C74.07,82.5 73.44,83.13 73.44,83.91L73.44,133.06L73.45,133.06C74.82,128.48 76.18,123.85 77.4,119.62C77.52,119.19 77.91,118.9 78.36,118.9L89.46,118.9C89.77,118.9 90.07,119.05 90.26,119.3C90.45,119.55 90.51,119.88 90.42,120.18L86.65,133.06L94.98,133.06L98.91,119.62C99.04,119.19 99.43,118.9 99.87,118.9L110.86,118.9C111.18,118.9 111.48,119.05 111.67,119.3C111.86,119.56 111.91,119.89 111.82,120.19L107.92,133.06L118.92,133.06C119.23,133.06 119.53,133.21 119.72,133.46C119.91,133.7 119.97,134.03 119.89,134.33L119.17,136.97L131.76,136.97C133.64,136.97 135.17,138.5 135.17,140.38L135.17,151.8L138.66,151.8C138.66,151.25 139.1,150.8 139.66,150.8" />
<path android:fillColor="#ffb9bbbe" android:pathData="M245.09,111.37L231.58,101.36L231.58,83.91C231.58,82.02 230.06,80.5 228.17,80.5L74.85,80.5C72.97,80.5 71.44,82.02 71.44,83.91L71.44,97.29C71.44,99.5 69.65,101.29 67.44,101.29L43.19,101.29C40.98,101.29 39.19,99.5 39.19,97.29L39.19,81.92C39.19,81.6 39.04,81.3 38.79,81.11L25.96,71.61L38.79,62.11C39.04,61.92 39.19,61.62 39.19,61.31L39.19,44.39C39.19,43.62 39.82,42.99 40.6,42.99L58.03,42.99C58.59,42.99 59.03,42.54 59.03,41.99C59.03,41.43 58.59,40.99 58.03,40.99L40.6,40.99C38.72,40.99 37.19,42.51 37.19,44.39L37.19,60.8L23.68,70.81C23.43,71 23.28,71.29 23.28,71.61C23.28,71.93 23.43,72.23 23.68,72.42L37.19,82.42L37.19,99.88C37.19,101.76 38.72,103.29 40.6,103.29L69.44,103.29C70.54,103.29 71.44,104.18 71.44,105.29L71.44,133.06L59.48,133.06C59.01,133.06 58.6,133.39 58.51,133.86L56.34,144.23C56.28,144.52 56.35,144.83 56.54,145.06C56.73,145.3 57.01,145.43 57.32,145.43L66.08,145.43C68.01,145.43 69.35,147.33 68.72,149.15L68.7,149.19C68.31,150.32 67.24,151.07 66.05,151.07L55.99,151.07C55.52,151.07 55.11,151.41 55.01,151.87L52.94,162.15C52.88,162.44 52.96,162.75 53.15,162.98C53.34,163.21 53.62,163.35 53.92,163.35L61.32,163.35C62.85,163.35 63.94,164.81 63.51,166.27L60.55,176.4C60.46,176.71 60.52,177.03 60.71,177.28C60.9,177.54 61.19,177.68 61.51,177.68L72.52,177.68C72.96,177.68 73.35,177.39 73.48,176.96L76.55,166.27C77.05,164.54 78.64,163.35 80.44,163.35C83.14,163.35 85.08,165.93 84.33,168.51L82.06,176.41C81.97,176.71 82.03,177.03 82.22,177.29C82.41,177.54 82.71,177.68 83.02,177.68L93.9,177.68C94.35,177.68 94.74,177.39 94.86,176.96C95.22,175.73 95.64,174.29 96.15,172.58C96.31,172.06 96.01,171.5 95.48,171.34L95.48,171.34C94.95,171.18 94.39,171.48 94.23,172.01C93.82,173.4 93.46,174.61 93.15,175.68L84.35,175.68L88.11,162.62C88.2,162.32 88.14,162 87.95,161.74C87.76,161.49 87.46,161.35 87.15,161.35L76.64,161.35C76.2,161.35 75.8,161.64 75.68,162.07L71.76,175.68L62.84,175.68L66.67,162.63C66.75,162.32 66.7,162 66.51,161.75C66.32,161.49 66.02,161.35 65.71,161.35L55.14,161.35L56.81,153.07L68.62,153.07C69.06,153.07 69.54,152.73 69.7,152.32C70.71,149.54 71.39,147.71 72.14,144.68C72.22,144.38 72.15,144.06 71.96,143.82C71.77,143.57 71.48,143.43 71.17,143.43L58.55,143.43L60.3,135.06L74.19,135.06C74.63,135.06 75.02,134.77 75.15,134.35C76.52,129.79 77.88,125.16 79.11,120.9L88.12,120.9L84.36,133.78C84.27,134.08 84.33,134.41 84.52,134.66C84.7,134.91 85,135.06 85.32,135.06L95.73,135.06C96.17,135.06 96.56,134.77 96.69,134.34L100.62,120.9L109.52,120.9L105.61,133.77C105.52,134.08 105.58,134.4 105.77,134.66C105.96,134.91 106.25,135.06 106.57,135.06L117.61,135.06L115.33,143.43L103.46,143.43C103.01,143.43 102.61,143.74 102.49,144.17L100.42,151.81C100.34,152.11 100.4,152.43 100.59,152.68C100.78,152.92 101.07,153.07 101.39,153.07L114.1,153.07L112.27,161.35L98.18,161.35C97.74,161.35 97.35,161.64 97.22,162.06L96.39,164.83C96.23,165.36 96.53,165.92 97.06,166.08C97.59,166.23 98.14,165.94 98.3,165.41C98.67,164.18 99.8,163.35 101.08,163.35L113.07,163.35C113.54,163.35 113.95,163.02 114.05,162.56L116.32,152.28C116.35,152.12 116.34,151.96 116.29,151.8C116.26,151.67 116.2,151.55 116.12,151.44C115.93,151.21 115.64,151.07 115.34,151.07L106.38,151.07C104.52,151.07 103.17,149.3 103.66,147.51C103.99,146.29 105.11,145.43 106.38,145.43L116.09,145.43C116.54,145.43 116.94,145.13 117.06,144.7L118.62,138.97L131.76,138.97C132.54,138.97 133.17,139.6 133.17,140.38L133.17,151.8L133.17,188.86C133.17,189.64 132.54,190.27 131.76,190.27L40.6,190.27C39.82,190.27 39.19,189.64 39.19,188.86L39.19,172.9C39.19,172.58 39.04,172.29 38.79,172.1L25.96,162.6L38.79,153.09C39.04,152.91 39.19,152.61 39.19,152.29L39.19,140.38C39.19,139.6 39.82,138.97 40.6,138.97L52.17,138.97C52.72,138.97 53.17,138.52 53.17,137.97C53.17,137.42 52.72,136.97 52.17,136.97L40.6,136.97C38.72,136.97 37.19,138.5 37.19,140.38L37.19,151.79L23.68,161.79C23.43,161.98 23.28,162.28 23.28,162.6C23.28,162.91 23.43,163.21 23.68,163.4L37.19,173.4L37.19,188.86C37.19,190.75 38.72,192.27 40.6,192.27L131.76,192.27C133.64,192.27 135.17,190.75 135.17,188.86L135.17,151.8L135.17,140.38C135.17,138.5 133.64,136.97 131.76,136.97L119.16,136.97L119.89,134.33C119.97,134.03 119.91,133.7 119.72,133.46C119.53,133.21 119.23,133.06 118.92,133.06L111.96,133.06C109.95,133.06 108.51,131.12 109.09,129.19L111.82,120.19C111.91,119.89 111.86,119.56 111.67,119.3C111.48,119.05 111.18,118.9 110.86,118.9L99.87,118.9C99.43,118.9 99.04,119.19 98.91,119.62L95.61,130.91C95.24,132.18 94.06,133.06 92.73,133.06L90.65,133.06C88.65,133.06 87.21,131.14 87.77,129.22L90.42,120.18C90.51,119.88 90.45,119.55 90.26,119.3C90.07,119.05 89.77,118.9 89.46,118.9L78.36,118.9C77.91,118.9 77.52,119.19 77.4,119.62C76.84,121.54 75.97,124.5 75.19,127.15C74.9,128.14 73.44,127.93 73.44,126.9L73.44,83.91C73.44,83.13 74.07,82.5 74.85,82.5L228.17,82.5C228.95,82.5 229.58,83.13 229.58,83.91L229.58,101.87C229.58,102.18 229.73,102.48 229.99,102.67L242.82,112.17L229.99,121.68C229.73,121.86 229.58,122.16 229.58,122.48L229.58,149.39C229.58,150.17 228.95,150.8 228.17,150.8L139.66,150.8C139.1,150.8 138.66,151.25 138.66,151.8C138.66,152.35 139.1,152.8 139.66,152.8L228.17,152.8C230.06,152.8 231.58,151.27 231.58,149.39L231.58,122.98L245.09,112.98C245.35,112.79 245.5,112.49 245.5,112.17C245.5,111.86 245.35,111.56 245.09,111.37" />
<path android:fillColor="#ffb9bbbe" android:pathData="M58.26,58.99L57.86,58.99C57.31,58.99 56.86,59.44 56.86,59.99L56.86,60.5C56.86,61.18 56.2,61.66 55.56,61.45L54.99,61.27C54.45,61.1 53.88,61.4 53.72,61.95L53.61,62.34C53.45,62.87 53.75,63.42 54.27,63.58L54.77,63.73C55.43,63.94 55.69,64.73 55.28,65.28L54.93,65.75C54.6,66.2 54.7,66.84 55.16,67.16L55.5,67.4C55.95,67.72 56.57,67.61 56.89,67.17L57.24,66.67C57.64,66.12 58.45,66.11 58.85,66.66L59.23,67.16C59.57,67.61 60.2,67.69 60.64,67.36L60.95,67.13C61.38,66.79 61.47,66.17 61.14,65.73L60.83,65.31C60.42,64.76 60.68,63.96 61.34,63.76L61.79,63.62C62.32,63.46 62.62,62.91 62.46,62.38L62.34,61.98C62.18,61.45 61.61,61.15 61.08,61.32L60.57,61.48C59.92,61.68 59.26,61.2 59.26,60.53L59.26,59.99C59.26,59.44 58.81,58.99 58.26,58.99M67.37,63.58L67.87,63.73C68.53,63.94 68.79,64.73 68.38,65.28L68.03,65.75C67.7,66.2 67.8,66.84 68.26,67.16L68.6,67.4C69.05,67.72 69.67,67.61 69.99,67.17L70.35,66.67C70.74,66.12 71.55,66.12 71.96,66.66L72.34,67.16C72.67,67.61 73.3,67.69 73.74,67.36L74.05,67.13C74.49,66.79 74.57,66.17 74.25,65.73L73.94,65.31C73.52,64.76 73.78,63.96 74.45,63.76L74.89,63.62C75.42,63.46 75.72,62.91 75.56,62.38L75.44,61.98C75.28,61.45 74.71,61.15 74.18,61.32L73.67,61.48C73.02,61.68 72.36,61.2 72.36,60.53L72.36,59.99C72.36,59.44 71.92,58.99 71.36,58.99L70.97,58.99C70.41,58.99 69.97,59.44 69.97,59.99L69.97,60.5C69.97,61.18 69.31,61.66 68.66,61.45L68.09,61.27C67.55,61.1 66.98,61.4 66.82,61.95L66.71,62.34C66.56,62.87 66.85,63.42 67.37,63.58M87.55,63.76L88,63.62C88.52,63.46 88.82,62.91 88.66,62.38L88.55,61.98C88.39,61.45 87.82,61.14 87.28,61.31L86.77,61.48C86.13,61.68 85.47,61.2 85.47,60.52L85.47,59.99C85.47,59.44 85.02,58.99 84.47,58.99L84.07,58.99C83.52,58.99 83.07,59.44 83.07,59.99L83.07,60.5C83.07,61.18 82.41,61.66 81.77,61.45L81.19,61.27C80.66,61.1 80.08,61.4 79.93,61.95L79.81,62.34C79.66,62.87 79.96,63.41 80.48,63.58L80.98,63.73C81.64,63.94 81.9,64.73 81.48,65.28L81.14,65.75C80.8,66.2 80.91,66.84 81.37,67.16L81.71,67.4C82.16,67.71 82.77,67.61 83.09,67.17L83.45,66.67C83.85,66.12 84.66,66.11 85.06,66.65L85.44,67.16C85.78,67.6 86.4,67.69 86.85,67.36L87.15,67.12C87.59,66.79 87.68,66.17 87.35,65.73L87.04,65.31C86.63,64.76 86.89,63.96 87.55,63.76M100.65,63.76L101.1,63.62C101.63,63.46 101.93,62.91 101.77,62.38L101.65,61.98C101.49,61.45 100.92,61.14 100.39,61.31L99.88,61.48C99.23,61.68 98.57,61.2 98.57,60.52L98.57,59.99C98.57,59.44 98.13,58.99 97.57,58.99L97.17,58.99C96.62,58.99 96.17,59.44 96.17,59.99L96.17,60.5C96.17,61.18 95.51,61.66 94.87,61.45L94.3,61.27C93.76,61.1 93.19,61.4 93.03,61.95L92.92,62.34C92.77,62.87 93.06,63.41 93.58,63.58L94.08,63.73C94.74,63.94 95,64.73 94.59,65.28L94.24,65.75C93.91,66.2 94.01,66.84 94.47,67.16L94.81,67.4C95.26,67.71 95.88,67.61 96.2,67.17L96.55,66.67C96.95,66.12 97.76,66.11 98.17,66.65L98.55,67.16C98.88,67.6 99.51,67.69 99.95,67.36L100.26,67.12C100.69,66.79 100.78,66.17 100.45,65.73L100.14,65.31C99.73,64.76 99.99,63.96 100.65,63.76M113.76,63.76L114.21,63.62C114.73,63.46 115.03,62.91 114.87,62.38L114.75,61.98C114.59,61.45 114.02,61.14 113.49,61.31L112.98,61.48C112.34,61.68 111.68,61.2 111.68,60.52L111.68,59.99C111.68,59.44 111.23,58.99 110.68,58.99L110.28,58.99C109.73,58.99 109.28,59.44 109.28,59.99L109.28,60.5C109.28,61.18 108.62,61.66 107.97,61.45L107.4,61.27C106.86,61.1 106.29,61.4 106.14,61.95L106.02,62.34C105.87,62.87 106.17,63.41 106.69,63.58L107.19,63.73C107.84,63.94 108.1,64.73 107.69,65.28L107.35,65.75C107.01,66.2 107.11,66.84 107.58,67.16L107.92,67.4C108.36,67.71 108.98,67.61 109.3,67.17L109.66,66.67C110.05,66.12 110.87,66.11 111.27,66.65L111.65,67.16C111.98,67.6 112.61,67.69 113.06,67.36L113.36,67.12C113.8,66.79 113.89,66.17 113.56,65.73L113.25,65.31C112.83,64.76 113.1,63.96 113.76,63.76M126.86,63.76L127.31,63.62C127.84,63.46 128.13,62.91 127.98,62.38L127.86,61.98C127.7,61.45 127.13,61.14 126.6,61.31L126.09,61.48C125.44,61.68 124.78,61.2 124.78,60.52L124.78,59.99C124.78,59.44 124.33,58.99 123.78,58.99L123.38,58.99C122.83,58.99 122.38,59.44 122.38,59.99L122.38,60.5C122.38,61.18 121.72,61.66 121.08,61.45L120.51,61.27C119.97,61.1 119.4,61.4 119.24,61.95L119.13,62.34C118.97,62.87 119.27,63.41 119.79,63.58L120.29,63.73C120.95,63.94 121.21,64.73 120.8,65.28L120.45,65.75C120.11,66.2 120.22,66.84 120.68,67.16L121.02,67.4C121.47,67.71 122.09,67.61 122.41,67.17L122.76,66.67C123.16,66.12 123.97,66.11 124.37,66.65L124.75,67.16C125.09,67.6 125.72,67.69 126.16,67.36L126.47,67.12C126.9,66.79 126.99,66.17 126.66,65.73L126.35,65.31C125.94,64.76 126.2,63.96 126.86,63.76M139.97,63.76L140.41,63.62C140.94,63.46 141.24,62.91 141.08,62.38L140.96,61.98C140.8,61.45 140.23,61.14 139.7,61.31L139.19,61.48C138.54,61.68 137.89,61.2 137.89,60.52L137.89,59.99C137.89,59.44 137.44,58.99 136.89,58.99L136.49,58.99C135.93,58.99 135.49,59.44 135.49,59.99L135.49,60.5C135.49,61.18 134.83,61.66 134.18,61.45L133.61,61.27C133.07,61.1 132.5,61.4 132.34,61.95L132.23,62.34C132.08,62.87 132.37,63.41 132.89,63.58L133.39,63.73C134.05,63.94 134.31,64.73 133.9,65.28L133.56,65.75C133.22,66.2 133.32,66.84 133.78,67.16L134.12,67.4C134.57,67.71 135.19,67.61 135.51,67.17L135.87,66.67C136.26,66.12 137.07,66.11 137.48,66.65L137.86,67.16C138.19,67.6 138.82,67.69 139.26,67.36L139.57,67.12C140.01,66.79 140.09,66.17 139.77,65.73L139.46,65.31C139.04,64.76 139.3,63.96 139.97,63.76M153.07,63.76L153.52,63.62C154.04,63.46 154.34,62.91 154.18,62.38L154.07,61.98C153.91,61.45 153.34,61.14 152.8,61.31L152.29,61.48C151.65,61.68 150.99,61.2 150.99,60.52L150.99,59.99C150.99,59.44 150.54,58.99 149.99,58.99L149.59,58.99C149.04,58.99 148.59,59.44 148.59,59.99L148.59,60.5C148.59,61.18 147.93,61.66 147.29,61.45L146.71,61.27C146.18,61.1 145.6,61.4 145.45,61.95L145.33,62.34C145.18,62.87 145.48,63.41 146,63.58L146.5,63.73C147.16,63.94 147.42,64.73 147,65.28L146.66,65.75C146.32,66.2 146.43,66.84 146.89,67.16L147.23,67.4C147.68,67.71 148.29,67.61 148.61,67.17L148.97,66.67C149.37,66.12 150.18,66.11 150.58,66.65L150.96,67.16C151.3,67.6 151.92,67.69 152.37,67.36L152.67,67.12C153.11,66.79 153.2,66.17 152.87,65.73L152.56,65.31C152.15,64.76 152.41,63.96 153.07,63.76M166.17,63.76L166.62,63.62C167.15,63.46 167.45,62.91 167.29,62.38L167.17,61.98C167.01,61.45 166.44,61.14 165.91,61.31L165.4,61.48C164.75,61.68 164.09,61.2 164.09,60.52L164.09,59.99C164.09,59.44 163.65,58.99 163.09,58.99L162.69,58.99C162.14,58.99 161.69,59.44 161.69,59.99L161.69,60.5C161.69,61.18 161.03,61.66 160.39,61.45L159.82,61.27C159.28,61.1 158.71,61.4 158.55,61.95L158.44,62.34C158.29,62.87 158.58,63.41 159.1,63.58L159.6,63.73C160.26,63.94 160.52,64.73 160.11,65.28L159.76,65.75C159.43,66.2 159.53,66.84 159.99,67.16L160.33,67.4C160.78,67.71 161.4,67.61 161.72,67.17L162.07,66.67C162.47,66.12 163.28,66.11 163.69,66.65L164.07,67.16C164.4,67.6 165.03,67.69 165.47,67.36L165.78,67.12C166.21,66.79 166.3,66.17 165.97,65.73L165.66,65.31C165.25,64.76 165.51,63.96 166.17,63.76M179.28,63.76L179.73,63.62C180.25,63.46 180.55,62.91 180.39,62.38L180.27,61.98C180.11,61.45 179.54,61.14 179.01,61.31L178.5,61.48C177.86,61.68 177.2,61.2 177.2,60.52L177.2,59.99C177.2,59.44 176.75,58.99 176.2,58.99L175.8,58.99C175.25,58.99 174.8,59.44 174.8,59.99L174.8,60.5C174.8,61.18 174.14,61.66 173.49,61.45L172.92,61.27C172.38,61.1 171.81,61.4 171.66,61.95L171.54,62.34C171.39,62.87 171.69,63.41 172.21,63.58L172.71,63.73C173.36,63.94 173.62,64.73 173.21,65.28L172.87,65.75C172.53,66.2 172.63,66.84 173.1,67.16L173.44,67.4C173.88,67.71 174.5,67.61 174.82,67.17L175.18,66.67C175.57,66.12 176.38,66.11 176.79,66.65L177.17,67.16C177.5,67.6 178.13,67.69 178.58,67.36L178.88,67.12C179.32,66.79 179.41,66.17 179.08,65.73L178.77,65.31C178.35,64.76 178.62,63.96 179.28,63.76M122.34,102.38L122.22,101.98C122.06,101.44 121.49,101.14 120.96,101.31L120.45,101.47C119.8,101.68 119.14,101.2 119.14,100.52L119.14,99.98C119.14,99.43 118.7,98.98 118.14,98.98L117.74,98.98C117.19,98.98 116.74,99.43 116.74,99.98L116.74,100.5C116.74,101.17 116.09,101.65 115.44,101.45L114.87,101.26C114.33,101.09 113.76,101.4 113.6,101.94L113.49,102.34C113.34,102.86 113.63,103.41 114.15,103.57L114.65,103.73C115.31,103.93 115.57,104.72 115.16,105.28L114.81,105.74C114.48,106.19 114.58,106.83 115.04,107.16L115.38,107.4C115.83,107.71 116.45,107.6 116.77,107.16L117.13,106.67C117.52,106.12 118.33,106.11 118.74,106.65L119.12,107.16C119.45,107.6 120.08,107.69 120.52,107.35L120.83,107.12C121.27,106.79 121.35,106.17 121.03,105.73L120.71,105.31C120.3,104.75 120.56,103.96 121.23,103.75L121.67,103.62C122.2,103.46 122.5,102.9 122.34,102.38M126.71,101.94L126.59,102.34C126.44,102.86 126.74,103.41 127.26,103.57L127.76,103.73C128.42,103.93 128.67,104.72 128.26,105.28L127.92,105.74C127.58,106.19 127.69,106.84 128.15,107.16L128.49,107.4C128.94,107.71 129.55,107.6 129.87,107.16L130.23,106.67C130.62,106.12 131.44,106.11 131.84,106.65L132.22,107.16C132.55,107.6 133.18,107.69 133.63,107.35L133.93,107.12C134.37,106.79 134.46,106.17 134.13,105.73L133.82,105.31C133.4,104.75 133.67,103.96 134.33,103.75L134.78,103.62C135.3,103.46 135.6,102.9 135.44,102.38L135.32,101.98C135.16,101.44 134.6,101.14 134.06,101.31L133.55,101.47C132.91,101.68 132.25,101.2 132.25,100.52L132.25,99.98C132.25,99.43 131.8,98.98 131.25,98.98L130.85,98.98C130.3,98.98 129.85,99.43 129.85,99.98L129.85,100.5C129.85,101.17 129.19,101.65 128.54,101.45L127.97,101.27C127.44,101.09 126.86,101.4 126.71,101.94M109.24,102.38L109.12,101.98C108.96,101.44 108.39,101.14 107.86,101.31L107.35,101.47C106.7,101.68 106.04,101.2 106.04,100.52L106.04,99.98C106.04,99.43 105.59,98.98 105.04,98.98L104.64,98.98C104.09,98.98 103.64,99.43 103.64,99.98L103.64,100.5C103.64,101.17 102.98,101.65 102.34,101.45L101.77,101.26C101.23,101.09 100.66,101.4 100.5,101.94L100.39,102.34C100.24,102.86 100.53,103.41 101.05,103.57L101.55,103.73C102.21,103.93 102.47,104.72 102.06,105.28L101.71,105.74C101.38,106.19 101.48,106.83 101.94,107.16L102.28,107.4C102.73,107.71 103.35,107.6 103.67,107.16L104.02,106.67C104.42,106.12 105.23,106.11 105.63,106.65L106.01,107.16C106.35,107.6 106.98,107.69 107.42,107.35L107.73,107.12C108.16,106.79 108.25,106.17 107.92,105.73L107.61,105.31C107.2,104.75 107.46,103.96 108.12,103.75L108.57,103.62C109.1,103.46 109.4,102.9 109.24,102.38M139.81,101.94L139.7,102.34C139.55,102.86 139.84,103.41 140.36,103.57L140.86,103.73C141.52,103.93 141.78,104.72 141.37,105.28L141.02,105.74C140.69,106.19 140.79,106.84 141.25,107.16L141.59,107.4C142.04,107.71 142.66,107.6 142.98,107.16L143.33,106.67C143.73,106.12 144.54,106.11 144.95,106.65L145.33,107.16C145.66,107.6 146.29,107.69 146.73,107.35L147.04,107.12C147.47,106.79 147.56,106.17 147.23,105.73L146.92,105.31C146.51,104.75 146.77,103.96 147.43,103.75L147.88,103.62C148.41,103.46 148.71,102.9 148.55,102.38L148.43,101.98C148.27,101.44 147.7,101.14 147.17,101.31L146.66,101.47C146.01,101.68 145.35,101.2 145.35,100.52L145.35,99.98C145.35,99.43 144.91,98.98 144.35,98.98L143.95,98.98C143.4,98.98 142.95,99.43 142.95,99.98L142.95,100.5C142.95,101.17 142.29,101.65 141.65,101.45L141.08,101.27C140.54,101.09 139.97,101.4 139.81,101.94M152.91,101.94L152.8,102.34C152.65,102.86 152.94,103.41 153.46,103.57L153.96,103.73C154.62,103.93 154.88,104.72 154.47,105.28L154.13,105.74C153.79,106.19 153.89,106.84 154.35,107.16L154.7,107.4C155.14,107.71 155.76,107.6 156.08,107.16L156.44,106.67C156.83,106.12 157.64,106.11 158.05,106.65L158.43,107.16C158.76,107.6 159.39,107.69 159.83,107.35L160.14,107.12C160.58,106.79 160.66,106.17 160.34,105.73L160.03,105.31C159.61,104.75 159.87,103.96 160.54,103.75L160.98,103.62C161.51,103.46 161.81,102.9 161.65,102.38L161.53,101.98C161.37,101.44 160.8,101.14 160.27,101.31L159.76,101.47C159.12,101.68 158.46,101.2 158.46,100.52L158.46,99.98C158.46,99.43 158.01,98.98 157.46,98.98L157.06,98.98C156.51,98.98 156.06,99.43 156.06,99.98L156.06,100.5C156.06,101.17 155.4,101.65 154.75,101.45L154.18,101.27C153.64,101.09 153.07,101.4 152.91,101.94M166.02,101.94L165.9,102.34C165.75,102.86 166.05,103.41 166.57,103.57L167.07,103.73C167.73,103.93 167.99,104.72 167.58,105.28L167.23,105.74C166.89,106.19 167,106.84 167.46,107.16L167.8,107.4C168.25,107.71 168.87,107.6 169.18,107.16L169.54,106.67C169.94,106.12 170.75,106.11 171.15,106.65L171.53,107.16C171.87,107.6 172.5,107.69 172.94,107.35L173.24,107.12C173.68,106.79 173.77,106.17 173.44,105.73L173.13,105.31C172.72,104.75 172.98,103.96 173.64,103.75L174.09,103.62C174.62,103.46 174.91,102.9 174.76,102.38L174.64,101.98C174.48,101.44 173.91,101.14 173.37,101.31L172.86,101.47C172.22,101.68 171.56,101.2 171.56,100.52L171.56,99.98C171.56,99.43 171.11,98.98 170.56,98.98L170.16,98.98C169.61,98.98 169.16,99.43 169.16,99.98L169.16,100.5C169.16,101.17 168.5,101.65 167.86,101.45L167.28,101.27C166.75,101.09 166.18,101.4 166.02,101.94M179.12,101.94L179.01,102.34C178.86,102.86 179.15,103.41 179.67,103.57L180.17,103.73C180.83,103.93 181.09,104.72 180.68,105.28L180.33,105.74C180,106.19 180.1,106.84 180.56,107.16L180.9,107.4C181.35,107.71 181.97,107.6 182.29,107.16L182.65,106.67C183.04,106.12 183.85,106.11 184.26,106.65L184.64,107.16C184.97,107.6 185.6,107.69 186.04,107.35L186.35,107.12C186.79,106.79 186.87,106.17 186.54,105.73L186.23,105.31C185.82,104.75 186.08,103.96 186.74,103.75L187.19,103.62C187.72,103.46 188.02,102.9 187.86,102.38L187.74,101.98C187.58,101.44 187.01,101.14 186.48,101.31L185.97,101.47C185.32,101.68 184.66,101.2 184.66,100.52L184.66,99.98C184.66,99.43 184.22,98.98 183.66,98.98L183.26,98.98C182.71,98.98 182.26,99.43 182.26,99.98L182.26,100.5C182.26,101.17 181.6,101.65 180.96,101.45L180.39,101.27C179.85,101.09 179.28,101.4 179.12,101.94M192.23,101.94L192.11,102.34C191.96,102.86 192.26,103.41 192.78,103.57L193.28,103.73C193.94,103.93 194.19,104.72 193.78,105.28L193.44,105.74C193.1,106.19 193.21,106.84 193.67,107.16L194.01,107.4C194.46,107.71 195.07,107.6 195.39,107.16L195.75,106.67C196.14,106.12 196.96,106.11 197.36,106.65L197.74,107.16C198.07,107.6 198.7,107.69 199.15,107.35L199.45,107.12C199.89,106.79 199.98,106.17 199.65,105.73L199.34,105.31C198.92,104.75 199.19,103.96 199.85,103.75L200.3,103.62C200.82,103.46 201.12,102.9 200.96,102.38L200.84,101.98C200.68,101.44 200.12,101.14 199.58,101.31L199.07,101.47C198.43,101.68 197.77,101.2 197.77,100.52L197.77,99.98C197.77,99.43 197.32,98.98 196.77,98.98L196.37,98.98C195.82,98.98 195.37,99.43 195.37,99.98L195.37,100.5C195.37,101.17 194.71,101.65 194.07,101.45L193.49,101.27C192.96,101.09 192.38,101.4 192.23,101.94M205.88,103.57L206.38,103.73C207.04,103.93 207.3,104.72 206.89,105.28L206.54,105.74C206.2,106.19 206.31,106.83 206.77,107.16L207.11,107.4C207.56,107.71 208.18,107.6 208.5,107.16L208.85,106.66C209.25,106.12 210.06,106.11 210.46,106.65L210.84,107.16C211.18,107.6 211.81,107.69 212.25,107.35L212.56,107.12C212.99,106.79 213.08,106.17 212.75,105.73L212.44,105.31C212.03,104.75 212.29,103.96 212.95,103.75L213.4,103.62C213.93,103.46 214.23,102.9 214.07,102.37L213.95,101.98C213.79,101.44 213.22,101.14 212.69,101.31L212.18,101.47C211.53,101.68 210.87,101.2 210.87,100.52L210.87,99.98C210.87,99.43 210.42,98.98 209.87,98.98L209.47,98.98C208.92,98.98 208.47,99.43 208.47,99.98L208.47,100.49C208.47,101.17 207.81,101.65 207.17,101.45L206.6,101.26C206.06,101.09 205.49,101.4 205.33,101.94L205.22,102.34C205.07,102.86 205.36,103.41 205.88,103.57M135.32,120.59C135.16,120.05 134.6,119.75 134.06,119.92L133.55,120.09C132.91,120.29 132.25,119.81 132.25,119.13L132.25,118.6C132.25,118.05 131.8,117.6 131.25,117.6L130.85,117.6C130.3,117.6 129.85,118.05 129.85,118.6L129.85,119.11C129.85,119.79 129.19,120.27 128.55,120.06L127.97,119.88C127.44,119.71 126.86,120.01 126.71,120.55L126.59,120.95C126.44,121.48 126.74,122.02 127.26,122.18L127.76,122.34C128.42,122.54 128.67,123.34 128.26,123.89L127.92,124.36C127.58,124.81 127.69,125.45 128.15,125.77L128.49,126.01C128.94,126.32 129.55,126.22 129.87,125.77L130.23,125.28C130.62,124.73 131.44,124.72 131.84,125.26L132.22,125.77C132.55,126.21 133.18,126.3 133.63,125.97L133.93,125.73C134.37,125.4 134.46,124.78 134.13,124.34L133.82,123.92C133.4,123.37 133.67,122.57 134.33,122.37L134.78,122.23C135.3,122.07 135.6,121.52 135.44,120.99L135.32,120.59zM148.43,120.59C148.27,120.05 147.7,119.75 147.16,119.92L146.66,120.09C146.01,120.29 145.35,119.81 145.35,119.13L145.35,118.6C145.35,118.05 144.9,117.6 144.35,117.6L143.95,117.6C143.4,117.6 142.95,118.05 142.95,118.6L142.95,119.11C142.95,119.79 142.29,120.27 141.65,120.06L141.07,119.88C140.54,119.71 139.97,120.01 139.81,120.55L139.7,120.95C139.54,121.48 139.84,122.02 140.36,122.18L140.86,122.34C141.52,122.54 141.78,123.34 141.37,123.89L141.02,124.36C140.68,124.81 140.79,125.45 141.25,125.77L141.59,126.01C142.04,126.32 142.66,126.22 142.98,125.77L143.33,125.28C143.73,124.73 144.54,124.72 144.94,125.26L145.32,125.77C145.66,126.21 146.29,126.3 146.73,125.97L147.03,125.73C147.47,125.4 147.56,124.78 147.23,124.34L146.92,123.92C146.51,123.37 146.77,122.57 147.43,122.37L147.88,122.23C148.41,122.07 148.7,121.52 148.55,120.99L148.43,120.59zM161.53,120.59C161.37,120.05 160.8,119.75 160.27,119.92L159.76,120.09C159.12,120.29 158.46,119.81 158.46,119.13L158.46,118.6C158.46,118.05 158.01,117.6 157.46,117.6L157.06,117.6C156.51,117.6 156.06,118.05 156.06,118.6L156.06,119.11C156.06,119.79 155.4,120.27 154.75,120.06L154.18,119.88C153.64,119.71 153.07,120.01 152.92,120.55L152.8,120.95C152.65,121.48 152.94,122.02 153.47,122.18L153.97,122.34C154.62,122.54 154.88,123.34 154.47,123.89L154.13,124.36C153.79,124.81 153.89,125.45 154.36,125.77L154.7,126.01C155.14,126.32 155.76,126.22 156.08,125.77L156.44,125.28C156.83,124.73 157.64,124.72 158.05,125.26L158.43,125.77C158.76,126.21 159.39,126.3 159.83,125.97L160.14,125.73C160.58,125.4 160.67,124.78 160.34,124.34L160.03,123.92C159.61,123.37 159.87,122.57 160.54,122.37L160.99,122.23C161.51,122.07 161.81,121.52 161.65,120.99L161.53,120.59zM174.64,120.59C174.48,120.05 173.91,119.75 173.37,119.92L172.86,120.09C172.22,120.29 171.56,119.81 171.56,119.13L171.56,118.6C171.56,118.05 171.11,117.6 170.56,117.6L170.16,117.6C169.61,117.6 169.16,118.05 169.16,118.6L169.16,119.11C169.16,119.79 168.5,120.27 167.86,120.06L167.28,119.88C166.75,119.71 166.17,120.01 166.02,120.55L165.9,120.95C165.75,121.48 166.05,122.02 166.57,122.18L167.07,122.34C167.73,122.54 167.99,123.34 167.57,123.89L167.23,124.36C166.89,124.81 167,125.45 167.46,125.77L167.8,126.01C168.25,126.32 168.86,126.22 169.18,125.77L169.54,125.28C169.94,124.73 170.75,124.72 171.15,125.26L171.53,125.77C171.86,126.21 172.49,126.3 172.94,125.97L173.24,125.73C173.68,125.4 173.77,124.78 173.44,124.34L173.13,123.92C172.72,123.37 172.98,122.57 173.64,122.37L174.09,122.23C174.61,122.07 174.91,121.52 174.75,120.99L174.64,120.59zM187.74,120.59C187.58,120.05 187.01,119.75 186.48,119.92L185.97,120.09C185.32,120.29 184.66,119.81 184.66,119.13L184.66,118.6C184.66,118.05 184.22,117.6 183.66,117.6L183.26,117.6C182.71,117.6 182.26,118.05 182.26,118.6L182.26,119.11C182.26,119.79 181.61,120.27 180.96,120.06L180.39,119.88C179.85,119.71 179.28,120.01 179.12,120.55L179.01,120.95C178.86,121.48 179.15,122.02 179.67,122.18L180.17,122.34C180.83,122.54 181.09,123.34 180.68,123.89L180.33,124.36C180,124.81 180.1,125.45 180.56,125.77L180.9,126.01C181.35,126.32 181.97,126.22 182.29,125.77L182.65,125.28C183.04,124.73 183.85,124.72 184.26,125.26L184.64,125.77C184.97,126.21 185.6,126.3 186.04,125.97L186.35,125.73C186.79,125.4 186.87,124.78 186.55,124.34L186.23,123.92C185.82,123.37 186.08,122.57 186.74,122.37L187.19,122.23C187.72,122.07 188.02,121.52 187.86,120.99L187.74,120.59zM200.84,120.59C200.68,120.05 200.11,119.75 199.58,119.92L199.07,120.09C198.43,120.29 197.77,119.81 197.77,119.13L197.77,118.6C197.77,118.05 197.32,117.6 196.77,117.6L196.37,117.6C195.82,117.6 195.37,118.05 195.37,118.6L195.37,119.11C195.37,119.79 194.71,120.27 194.06,120.06L193.49,119.88C192.95,119.71 192.38,120.01 192.23,120.55L192.11,120.95C191.96,121.48 192.26,122.02 192.78,122.18L193.28,122.34C193.93,122.54 194.19,123.34 193.78,123.89L193.44,124.36C193.1,124.81 193.2,125.45 193.67,125.77L194.01,126.01C194.45,126.32 195.07,126.22 195.39,125.77L195.75,125.28C196.14,124.73 196.95,124.72 197.36,125.26L197.74,125.77C198.07,126.21 198.7,126.3 199.15,125.97L199.45,125.73C199.89,125.4 199.98,124.78 199.65,124.34L199.34,123.92C198.92,123.37 199.19,122.57 199.85,122.37L200.3,122.23C200.82,122.07 201.12,121.52 200.96,120.99L200.84,120.59zM205.88,122.19L206.38,122.34C207.04,122.55 207.3,123.34 206.89,123.89L206.54,124.36C206.2,124.81 206.31,125.45 206.77,125.77L207.11,126.01C207.56,126.32 208.18,126.22 208.5,125.78L208.85,125.28C209.25,124.73 210.06,124.72 210.46,125.26L210.84,125.77C211.18,126.21 211.81,126.3 212.25,125.97L212.56,125.73C212.99,125.4 213.08,124.78 212.75,124.34L212.44,123.92C212.03,123.37 212.29,122.57 212.95,122.37L213.4,122.23C213.93,122.07 214.23,121.52 214.07,120.99L213.95,120.59C213.79,120.05 213.22,119.75 212.69,119.92L212.18,120.09C211.53,120.29 210.87,119.81 210.87,119.13L210.87,118.6C210.87,118.05 210.42,117.6 209.87,117.6L209.47,117.6C208.92,117.6 208.47,118.05 208.47,118.6L208.47,119.11C208.47,119.79 207.81,120.27 207.17,120.06L206.6,119.88C206.06,119.71 205.49,120.01 205.33,120.56L205.22,120.95C205.07,121.48 205.36,122.02 205.88,122.19" />
<path android:fillColor="#ffdcddde" android:pathData="M90.26,153.07L79.85,153.07C79.53,153.07 79.24,152.92 79.05,152.67C78.86,152.42 78.8,152.09 78.89,151.79L81.15,144.15C81.28,143.72 81.67,143.43 82.11,143.43L92.52,143.43C92.84,143.43 93.14,143.58 93.32,143.83C93.51,144.09 93.57,144.41 93.48,144.72L91.22,152.35C91.09,152.78 90.7,153.07 90.26,153.07M96.39,164.83L97.22,162.06C97.35,161.63 97.74,161.35 98.18,161.35L112.27,161.35L114.1,153.07L101.39,153.07C101.07,153.07 100.78,152.92 100.59,152.68C100.4,152.43 100.34,152.11 100.42,151.81L102.49,144.17C102.61,143.74 103.01,143.43 103.46,143.43L115.33,143.43L117.61,135.06L106.57,135.06C106.25,135.06 105.96,134.91 105.77,134.66C105.58,134.4 105.52,134.08 105.61,133.77L109.52,120.9L100.62,120.9L96.69,134.34C96.56,134.77 96.17,135.06 95.73,135.06L85.32,135.06C85,135.06 84.7,134.91 84.52,134.66C84.33,134.41 84.27,134.08 84.36,133.78L88.12,120.9L79.11,120.9C77.88,125.16 76.52,129.79 75.15,134.35C75.02,134.77 74.63,135.06 74.19,135.06L60.3,135.06L58.55,143.43L71.17,143.43C71.48,143.43 71.77,143.57 71.96,143.82C72.15,144.06 72.22,144.38 72.14,144.68C71.38,147.71 70.71,149.55 69.69,152.33C69.55,152.72 69.14,153.07 68.72,153.07L56.81,153.07L55.14,161.35L65.71,161.35C66.02,161.35 66.32,161.49 66.51,161.75C66.7,162 66.75,162.32 66.67,162.63L62.84,175.68L71.76,175.68L75.68,162.07C75.8,161.64 76.2,161.35 76.64,161.35L87.15,161.35C87.46,161.35 87.76,161.49 87.95,161.74C88.14,162 88.2,162.32 88.11,162.62L84.35,175.68L93.15,175.68C93.46,174.61 93.82,173.4 94.23,172.01C94.39,171.48 94.95,171.18 95.48,171.34L95.48,171.34C95.94,169.8 96.46,168.05 97.06,166.08C96.53,165.92 96.23,165.36 96.39,164.83" />
diff -x dist -x build -craB from/res/drawable/img_nsfw_light_theme.xml to/res/drawable/img_nsfw_light_theme.xml
*** from/res/drawable/img_nsfw_light_theme.xml 2021-01-02 17:58:42.813414602 -0700
--- to/res/drawable/img_nsfw_light_theme.xml 2021-01-11 15:13:56.131668324 -0700
***************
*** 4,9 ****
<path android:fillColor="#fff7f7f8" android:pathData="M240.91,59.98L240.91,59.98C240.91,78.75 225.69,93.98 206.91,93.98L189.11,93.98C177.93,93.98 168.86,103.04 168.86,114.23C168.86,125.41 177.93,134.47 189.11,134.47L232.17,134.47C253.73,134.47 271.22,151.96 271.22,173.53C271.22,195.09 253.73,212.58 232.17,212.58L26.94,212.58C12.06,212.58 0,200.51 0,185.63C0,170.75 12.06,158.69 26.94,158.69L40.01,158.69C62.83,158.69 81.34,140.18 81.34,117.36L81.34,67.31C81.34,44.48 99.84,25.98 122.67,25.98L206.91,25.98C225.69,25.98 240.91,41.2 240.91,59.98" />
<path android:fillColor="#fffbb848" android:pathData="M27.9,186.21L130.46,12.86C132.79,8.94 138.47,8.94 140.79,12.86L243.35,186.21C245.72,190.21 242.84,195.27 238.19,195.27L33.07,195.27C28.42,195.27 25.54,190.21 27.9,186.21" />
<path android:fillColor="#ff7d8187" android:pathData="M55.56,140.51C55.39,140.51 55.21,140.46 55.05,140.37 54.58,140.09 54.42,139.47 54.7,139L129.58,12.44C130.86,10.28 133.11,9 135.61,9 138.11,9 140.36,10.28 141.63,12.44L195.97,104.27C196.25,104.75 196.09,105.36 195.61,105.64 195.14,105.92 194.53,105.76 194.24,105.29L139.91,13.45C138.97,11.86 137.28,10.93 135.41,11 133.64,11.07 132.07,12.16 131.17,13.69L56.42,140.02C56.24,140.33 55.91,140.51 55.56,140.51M238.17,196.35L33.05,196.35C30.5,196.35 28.23,195.03 26.97,192.82 25.71,190.61 25.73,187.98 27.02,185.79L49.33,148.08C49.61,147.6 50.23,147.44 50.7,147.73 51.18,148.01 51.34,148.62 51.06,149.1L28.74,186.8C27.82,188.37 27.8,190.25 28.7,191.83 29.61,193.41 31.23,194.35 33.05,194.35L238.17,194.35C239.99,194.35 241.61,193.41 242.51,191.83 243.41,190.25 243.4,188.37 242.47,186.8L202.82,119.79C202.54,119.31 202.7,118.7 203.17,118.41 203.65,118.13 204.26,118.29 204.54,118.77L244.19,185.79C245.49,187.98 245.51,190.61 244.25,192.82 242.99,195.03 240.72,196.35 238.17,196.35M200.22,114.43C199.88,114.43 199.55,114.25 199.36,113.94L198.17,111.93C197.89,111.45 198.05,110.84 198.52,110.55 199,110.28 199.61,110.43 199.89,110.91L201.08,112.92C201.37,113.39 201.21,114.01 200.73,114.29 200.57,114.38 200.4,114.43 200.22,114.43" />
! <path android:fillColor="#ffffffff" android:pathData="M140.62,137.81L131.07,137.81C130.04,137.81 129.18,137.04 129.08,136.02L122.58,74C122.2,70.46 124.98,67.38 128.54,67.38L142.71,67.38C146.26,67.38 149.03,70.43 148.69,73.96L142.61,136.01C142.51,137.03 141.65,137.81 140.62,137.81M124.57,159.49L124.57,158.79C124.57,152.7 129.51,147.76 135.6,147.76L135.61,147.76C141.7,147.76 146.64,152.7 146.64,158.79L146.64,159.49C146.64,165.58 141.7,170.52 135.61,170.52L135.6,170.52C129.51,170.52 124.57,165.58 124.57,159.49" />
<path android:fillColor="#ff7d8187" android:pathData="M239.69,100.32L239.69,100.32C238.85,100.32 238.18,99.65 238.18,98.81 238.18,98.26 237.73,97.81 237.18,97.81 236.62,97.81 236.18,98.26 236.18,98.81 236.18,99.65 235.5,100.32 234.67,100.32 234.12,100.32 233.67,100.77 233.67,101.32 233.67,101.88 234.12,102.32 234.67,102.32 235.5,102.32 236.18,103 236.18,103.83 236.18,104.38 236.62,104.83 237.18,104.83 237.73,104.83 238.18,104.38 238.18,103.83 238.18,103 238.85,102.32 239.69,102.32 240.24,102.32 240.69,101.88 240.69,101.32 240.69,100.77 240.24,100.32 239.69,100.32M33.52,111.88L33.52,111.88C32.69,111.88 32.01,111.2 32.01,110.37 32.01,109.82 31.56,109.37 31.01,109.37 30.46,109.37 30.01,109.82 30.01,110.37 30.01,111.2 29.33,111.88 28.5,111.88 27.95,111.88 27.5,112.33 27.5,112.88 27.5,113.43 27.95,113.88 28.5,113.88 29.33,113.88 30.01,114.56 30.01,115.39 30.01,115.94 30.46,116.39 31.01,116.39 31.56,116.39 32.01,115.94 32.01,115.39 32.01,114.56 32.69,113.88 33.52,113.88L33.52,113.88C34.07,113.88 34.52,113.43 34.52,112.88 34.52,112.33 34.07,111.88 33.52,111.88M56.93,82.31C57.19,82.31 57.44,82.21 57.64,82.02L58.82,80.84C59.21,80.45 59.21,79.81 58.82,79.42 58.43,79.03 57.8,79.03 57.41,79.42L56.22,80.61C55.83,81 55.83,81.63 56.22,82.02 56.42,82.21 56.67,82.31 56.93,82.31M51.01,88.23C51.27,88.23 51.53,88.13 51.72,87.94L52.9,86.75C53.29,86.36 53.29,85.73 52.9,85.34 52.51,84.95 51.88,84.95 51.49,85.34L50.31,86.52C49.92,86.91 49.92,87.55 50.31,87.94 50.5,88.13 50.76,88.23 51.01,88.23M57.64,85.34C57.25,84.95 56.62,84.95 56.22,85.34 55.83,85.73 55.83,86.36 56.22,86.75L57.41,87.94C57.6,88.13 57.86,88.23 58.12,88.23 58.37,88.23 58.63,88.13 58.82,87.94 59.21,87.55 59.21,86.91 58.82,86.52L57.64,85.34zM51.49,82.02C51.69,82.21 51.94,82.31 52.2,82.31 52.45,82.31 52.71,82.21 52.9,82.02 53.3,81.63 53.3,81 52.9,80.61L51.72,79.42C51.33,79.03 50.7,79.03 50.31,79.42 49.92,79.81 49.92,80.45 50.31,80.84L51.49,82.02zM216.56,73.24C217.4,73.24 218.07,73.92 218.07,74.75 218.07,75.59 217.4,76.27 216.56,76.27 215.73,76.27 215.05,75.59 215.05,74.75 215.05,73.92 215.73,73.24 216.56,73.24M216.56,78.27C218.5,78.27 220.07,76.69 220.07,74.75 220.07,72.82 218.5,71.24 216.56,71.24 214.63,71.24 213.05,72.82 213.05,74.75 213.05,76.69 214.63,78.27 216.56,78.27" />
</vector>
\ No newline at end of file
--- 4,9 ----
<path android:fillColor="#fff7f7f8" android:pathData="M240.91,59.98L240.91,59.98C240.91,78.75 225.69,93.98 206.91,93.98L189.11,93.98C177.93,93.98 168.86,103.04 168.86,114.23C168.86,125.41 177.93,134.47 189.11,134.47L232.17,134.47C253.73,134.47 271.22,151.96 271.22,173.53C271.22,195.09 253.73,212.58 232.17,212.58L26.94,212.58C12.06,212.58 0,200.51 0,185.63C0,170.75 12.06,158.69 26.94,158.69L40.01,158.69C62.83,158.69 81.34,140.18 81.34,117.36L81.34,67.31C81.34,44.48 99.84,25.98 122.67,25.98L206.91,25.98C225.69,25.98 240.91,41.2 240.91,59.98" />
<path android:fillColor="#fffbb848" android:pathData="M27.9,186.21L130.46,12.86C132.79,8.94 138.47,8.94 140.79,12.86L243.35,186.21C245.72,190.21 242.84,195.27 238.19,195.27L33.07,195.27C28.42,195.27 25.54,190.21 27.9,186.21" />
<path android:fillColor="#ff7d8187" android:pathData="M55.56,140.51C55.39,140.51 55.21,140.46 55.05,140.37 54.58,140.09 54.42,139.47 54.7,139L129.58,12.44C130.86,10.28 133.11,9 135.61,9 138.11,9 140.36,10.28 141.63,12.44L195.97,104.27C196.25,104.75 196.09,105.36 195.61,105.64 195.14,105.92 194.53,105.76 194.24,105.29L139.91,13.45C138.97,11.86 137.28,10.93 135.41,11 133.64,11.07 132.07,12.16 131.17,13.69L56.42,140.02C56.24,140.33 55.91,140.51 55.56,140.51M238.17,196.35L33.05,196.35C30.5,196.35 28.23,195.03 26.97,192.82 25.71,190.61 25.73,187.98 27.02,185.79L49.33,148.08C49.61,147.6 50.23,147.44 50.7,147.73 51.18,148.01 51.34,148.62 51.06,149.1L28.74,186.8C27.82,188.37 27.8,190.25 28.7,191.83 29.61,193.41 31.23,194.35 33.05,194.35L238.17,194.35C239.99,194.35 241.61,193.41 242.51,191.83 243.41,190.25 243.4,188.37 242.47,186.8L202.82,119.79C202.54,119.31 202.7,118.7 203.17,118.41 203.65,118.13 204.26,118.29 204.54,118.77L244.19,185.79C245.49,187.98 245.51,190.61 244.25,192.82 242.99,195.03 240.72,196.35 238.17,196.35M200.22,114.43C199.88,114.43 199.55,114.25 199.36,113.94L198.17,111.93C197.89,111.45 198.05,110.84 198.52,110.55 199,110.28 199.61,110.43 199.89,110.91L201.08,112.92C201.37,113.39 201.21,114.01 200.73,114.29 200.57,114.38 200.4,114.43 200.22,114.43" />
! <path android:fillColor="@color/white" android:pathData="M140.62,137.81L131.07,137.81C130.04,137.81 129.18,137.04 129.08,136.02L122.58,74C122.2,70.46 124.98,67.38 128.54,67.38L142.71,67.38C146.26,67.38 149.03,70.43 148.69,73.96L142.61,136.01C142.51,137.03 141.65,137.81 140.62,137.81M124.57,159.49L124.57,158.79C124.57,152.7 129.51,147.76 135.6,147.76L135.61,147.76C141.7,147.76 146.64,152.7 146.64,158.79L146.64,159.49C146.64,165.58 141.7,170.52 135.61,170.52L135.6,170.52C129.51,170.52 124.57,165.58 124.57,159.49" />
<path android:fillColor="#ff7d8187" android:pathData="M239.69,100.32L239.69,100.32C238.85,100.32 238.18,99.65 238.18,98.81 238.18,98.26 237.73,97.81 237.18,97.81 236.62,97.81 236.18,98.26 236.18,98.81 236.18,99.65 235.5,100.32 234.67,100.32 234.12,100.32 233.67,100.77 233.67,101.32 233.67,101.88 234.12,102.32 234.67,102.32 235.5,102.32 236.18,103 236.18,103.83 236.18,104.38 236.62,104.83 237.18,104.83 237.73,104.83 238.18,104.38 238.18,103.83 238.18,103 238.85,102.32 239.69,102.32 240.24,102.32 240.69,101.88 240.69,101.32 240.69,100.77 240.24,100.32 239.69,100.32M33.52,111.88L33.52,111.88C32.69,111.88 32.01,111.2 32.01,110.37 32.01,109.82 31.56,109.37 31.01,109.37 30.46,109.37 30.01,109.82 30.01,110.37 30.01,111.2 29.33,111.88 28.5,111.88 27.95,111.88 27.5,112.33 27.5,112.88 27.5,113.43 27.95,113.88 28.5,113.88 29.33,113.88 30.01,114.56 30.01,115.39 30.01,115.94 30.46,116.39 31.01,116.39 31.56,116.39 32.01,115.94 32.01,115.39 32.01,114.56 32.69,113.88 33.52,113.88L33.52,113.88C34.07,113.88 34.52,113.43 34.52,112.88 34.52,112.33 34.07,111.88 33.52,111.88M56.93,82.31C57.19,82.31 57.44,82.21 57.64,82.02L58.82,80.84C59.21,80.45 59.21,79.81 58.82,79.42 58.43,79.03 57.8,79.03 57.41,79.42L56.22,80.61C55.83,81 55.83,81.63 56.22,82.02 56.42,82.21 56.67,82.31 56.93,82.31M51.01,88.23C51.27,88.23 51.53,88.13 51.72,87.94L52.9,86.75C53.29,86.36 53.29,85.73 52.9,85.34 52.51,84.95 51.88,84.95 51.49,85.34L50.31,86.52C49.92,86.91 49.92,87.55 50.31,87.94 50.5,88.13 50.76,88.23 51.01,88.23M57.64,85.34C57.25,84.95 56.62,84.95 56.22,85.34 55.83,85.73 55.83,86.36 56.22,86.75L57.41,87.94C57.6,88.13 57.86,88.23 58.12,88.23 58.37,88.23 58.63,88.13 58.82,87.94 59.21,87.55 59.21,86.91 58.82,86.52L57.64,85.34zM51.49,82.02C51.69,82.21 51.94,82.31 52.2,82.31 52.45,82.31 52.71,82.21 52.9,82.02 53.3,81.63 53.3,81 52.9,80.61L51.72,79.42C51.33,79.03 50.7,79.03 50.31,79.42 49.92,79.81 49.92,80.45 50.31,80.84L51.49,82.02zM216.56,73.24C217.4,73.24 218.07,73.92 218.07,74.75 218.07,75.59 217.4,76.27 216.56,76.27 215.73,76.27 215.05,75.59 215.05,74.75 215.05,73.92 215.73,73.24 216.56,73.24M216.56,78.27C218.5,78.27 220.07,76.69 220.07,74.75 220.07,72.82 218.5,71.24 216.56,71.24 214.63,71.24 213.05,72.82 213.05,74.75 213.05,76.69 214.63,78.27 216.56,78.27" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/img_premium_guild_subscription_header_logo.xml to/res/drawable/img_premium_guild_subscription_header_logo.xml
*** from/res/drawable/img_premium_guild_subscription_header_logo.xml 2021-01-02 17:58:42.819414511 -0700
--- to/res/drawable/img_premium_guild_subscription_header_logo.xml 2021-01-11 15:13:55.946671094 -0700
***************
*** 1,15 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="17.0dip" android:width="184.0dip" android:viewportWidth="184.0" android:viewportHeight="17.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M2.565,11.741C2.799,11.56 3.147,11.61 3.357,11.816C3.686,12.138 4.087,12.393 4.56,12.581C5.219,12.842 5.878,12.973 6.538,12.973C7.131,12.973 7.659,12.873 8.12,12.673C8.582,12.473 8.854,12.157 8.936,11.726C8.985,11.48 8.936,11.265 8.788,11.08C8.639,10.88 8.433,10.719 8.17,10.595C7.906,10.472 7.593,10.372 7.23,10.295C6.884,10.203 6.538,10.134 6.191,10.088C5.499,9.98 4.84,9.78 4.213,9.487C3.604,9.18 3.076,8.787 2.631,8.31C2.186,7.833 1.865,7.279 1.667,6.648C1.469,6.002 1.444,5.294 1.593,4.524C1.757,3.693 2.062,2.993 2.507,2.424C2.969,1.839 3.521,1.37 4.164,1.016C4.807,0.646 5.507,0.385 6.266,0.231C7.04,0.077 7.832,0 8.639,0C9.167,0 9.686,0.038 10.197,0.115C10.708,0.192 11.203,0.331 11.681,0.531C12.158,0.731 12.612,1 13.04,1.339C13.355,1.587 13.656,1.881 13.944,2.221C14.121,2.43 14.061,2.732 13.827,2.883L11.414,4.443C11.199,4.582 10.91,4.545 10.714,4.385C10.408,4.136 10.063,3.944 9.678,3.809C9.15,3.624 8.631,3.524 8.12,3.509C7.56,3.493 7.073,3.586 6.661,3.786C6.249,3.986 6.018,4.294 5.969,4.709C5.903,5.186 6.068,5.548 6.463,5.794C6.859,6.025 7.395,6.21 8.071,6.348C8.829,6.487 9.562,6.671 10.271,6.902C10.996,7.117 11.606,7.441 12.101,7.872C12.612,8.287 12.983,8.833 13.214,9.511C13.444,10.172 13.461,11.011 13.263,12.027C13.098,12.827 12.793,13.527 12.348,14.127C11.92,14.712 11.384,15.205 10.741,15.605C10.098,16.005 9.356,16.305 8.516,16.505C7.691,16.705 6.81,16.805 5.87,16.805C5.343,16.805 4.79,16.743 4.213,16.62C3.653,16.497 3.101,16.313 2.557,16.066C2.029,15.82 1.527,15.512 1.049,15.143C0.687,14.863 0.367,14.548 0.09,14.198C-0.063,14.004 -0.015,13.736 0.184,13.582L2.565,11.741Z" />
! <path android:fillColor="#ffffffff" android:pathData="M21.514,6.007C21.47,6.297 21.711,6.556 22.024,6.556H27.935C28.248,6.556 28.489,6.814 28.446,7.103L28.044,9.811C28.009,10.049 27.791,10.226 27.534,10.226H21.334C21.077,10.226 20.86,10.402 20.824,10.64L20.599,12.125C20.555,12.414 20.796,12.673 21.109,12.673H27.64C27.952,12.673 28.192,12.93 28.15,13.219L27.722,16.158C27.687,16.396 27.469,16.574 27.212,16.574H16.064C15.751,16.574 15.51,16.316 15.554,16.027L17.858,0.645C17.893,0.408 18.111,0.231 18.368,0.231H29.516C29.829,0.231 30.07,0.49 30.026,0.779L29.579,3.719C29.542,3.956 29.325,4.132 29.069,4.132H22.248C21.992,4.132 21.774,4.308 21.738,4.545L21.514,6.007Z" />
! <path android:fillColor="#ffffffff" android:pathData="M37.181,11.602C37.087,11.464 36.923,11.38 36.748,11.38H36.687C36.43,11.38 36.212,11.558 36.177,11.796L35.533,16.159C35.498,16.397 35.28,16.574 35.023,16.574H31.589C31.276,16.574 31.035,16.316 31.079,16.027L33.382,0.645C33.418,0.408 33.636,0.231 33.892,0.231H40.442C41.348,0.231 42.172,0.346 42.914,0.577C43.672,0.808 44.307,1.154 44.818,1.616C45.345,2.078 45.725,2.662 45.955,3.37C46.186,4.078 46.244,4.909 46.128,5.863C46.013,6.617 45.84,7.264 45.609,7.802C45.378,8.326 45.09,8.78 44.744,9.164C44.398,9.534 43.986,9.864 43.507,10.157C43.181,10.346 42.828,10.531 42.448,10.713C42.164,10.849 42.068,11.188 42.25,11.432L45.537,15.818C45.776,16.136 45.531,16.574 45.115,16.574H40.872C40.696,16.574 40.533,16.491 40.438,16.353L37.181,11.602ZM39.378,7.825C40.071,7.825 40.606,7.633 40.986,7.248C41.365,6.848 41.587,6.41 41.653,5.933C41.719,5.44 41.612,5.009 41.332,4.64C41.068,4.271 40.606,4.086 39.947,4.086H37.798C37.542,4.086 37.324,4.262 37.288,4.499L36.866,7.277C36.822,7.566 37.062,7.825 37.376,7.825H39.378Z" />
! <path android:fillColor="#ffffffff" android:pathData="M59.865,0.486C59.949,0.316 60.132,0.208 60.332,0.208H63.918C64.3,0.208 64.549,0.584 64.379,0.903L56.14,16.308C56.053,16.471 55.875,16.574 55.679,16.574H52.357C52.115,16.574 51.906,16.417 51.854,16.197L48.223,0.792C48.153,0.492 48.397,0.208 48.727,0.208H52.403C52.652,0.208 52.865,0.374 52.91,0.603L54.391,8.195L54.636,12.07C54.637,12.085 54.65,12.096 54.666,12.096C54.679,12.096 54.69,12.088 54.694,12.077L56.023,8.218L59.865,0.486Z" />
! <path android:fillColor="#ffffffff" android:pathData="M70.455,6.007C70.411,6.297 70.652,6.556 70.965,6.556H76.876C77.189,6.556 77.429,6.814 77.386,7.103L76.985,9.811C76.95,10.049 76.732,10.226 76.475,10.226H70.274C70.018,10.226 69.8,10.402 69.765,10.64L69.539,12.125C69.495,12.414 69.736,12.673 70.049,12.673H76.581C76.893,12.673 77.133,12.93 77.091,13.219L76.663,16.158C76.628,16.396 76.41,16.574 76.152,16.574H65.005C64.692,16.574 64.451,16.316 64.494,16.027L66.798,0.645C66.834,0.408 67.051,0.231 67.308,0.231H78.456C78.77,0.231 79.01,0.49 78.966,0.779L78.519,3.719C78.483,3.956 78.266,4.132 78.009,4.132H71.189C70.932,4.132 70.715,4.308 70.679,4.545L70.455,6.007Z" />
! <path android:fillColor="#ffffffff" android:pathData="M86.122,11.602C86.027,11.464 85.864,11.38 85.688,11.38H85.628C85.371,11.38 85.153,11.558 85.118,11.796L84.474,16.159C84.439,16.397 84.221,16.574 83.963,16.574H80.529C80.216,16.574 79.976,16.316 80.019,16.027L82.323,0.645C82.358,0.408 82.576,0.231 82.833,0.231H89.382C90.289,0.231 91.113,0.346 91.855,0.577C92.613,0.808 93.248,1.154 93.759,1.616C94.286,2.078 94.665,2.662 94.896,3.37C95.127,4.078 95.184,4.909 95.069,5.863C94.954,6.617 94.781,7.264 94.55,7.802C94.319,8.326 94.031,8.78 93.684,9.164C93.338,9.534 92.926,9.864 92.448,10.157C92.122,10.346 91.769,10.531 91.389,10.713C91.105,10.849 91.008,11.188 91.191,11.432L94.477,15.818C94.716,16.136 94.472,16.574 94.055,16.574H89.812C89.637,16.574 89.473,16.491 89.379,16.353L86.122,11.602ZM88.319,7.825C89.011,7.825 89.547,7.633 89.926,7.248C90.305,6.848 90.528,6.41 90.594,5.933C90.66,5.44 90.552,5.009 90.272,4.64C90.009,4.271 89.547,4.086 88.888,4.086H86.739C86.482,4.086 86.265,4.262 86.229,4.499L85.806,7.277C85.762,7.566 86.003,7.825 86.316,7.825H88.319Z" />
! <path android:fillColor="#ffffffff" android:pathData="M116.492,5.217C116.459,5.402 116.385,5.617 116.269,5.863C116.17,6.109 116.022,6.356 115.824,6.602C115.643,6.848 115.42,7.087 115.157,7.318C115.145,7.328 115.133,7.338 115.121,7.348C114.806,7.613 114.795,8.146 115.111,8.41C115.281,8.552 115.428,8.703 115.552,8.864C115.849,9.249 116.055,9.649 116.17,10.064C116.286,10.48 116.319,10.888 116.269,11.288C116.236,11.688 116.17,12.042 116.071,12.35C115.643,13.673 114.876,14.712 113.772,15.466C112.684,16.205 111.168,16.574 109.222,16.574H102.669C102.356,16.574 102.116,16.316 102.159,16.027L104.463,0.645C104.498,0.408 104.716,0.231 104.973,0.231H111.547C112.387,0.231 113.137,0.346 113.797,0.577C114.472,0.808 115.033,1.139 115.478,1.57C115.923,1.985 116.236,2.501 116.418,3.116C116.615,3.732 116.64,4.432 116.492,5.217ZM110.582,6.625C111.126,6.625 111.555,6.479 111.868,6.186C112.198,5.879 112.387,5.54 112.437,5.171C112.503,4.801 112.42,4.471 112.19,4.178C111.975,3.87 111.588,3.716 111.027,3.716H108.903C108.646,3.716 108.429,3.892 108.393,4.129L108.095,6.076C108.051,6.366 108.291,6.625 108.605,6.625H110.582ZM109.643,12.95C110.302,12.95 110.821,12.781 111.201,12.442C111.596,12.088 111.819,11.703 111.868,11.288C111.934,10.857 111.827,10.472 111.547,10.134C111.266,9.78 110.797,9.603 110.137,9.603H108.015C107.758,9.603 107.54,9.78 107.505,10.018L107.152,12.403C107.109,12.692 107.35,12.95 107.662,12.95H109.643Z" />
! <path android:fillColor="#ffffffff" android:pathData="M119.707,5.609C119.856,4.671 120.185,3.855 120.696,3.162C121.224,2.455 121.858,1.87 122.6,1.408C123.358,0.931 124.182,0.577 125.073,0.346C125.979,0.115 126.886,0 127.792,0C128.699,0 129.573,0.115 130.413,0.346C131.254,0.577 131.979,0.931 132.589,1.408C133.199,1.87 133.66,2.455 133.974,3.162C134.287,3.855 134.369,4.671 134.221,5.609L133.356,11.196C133.207,12.134 132.877,12.958 132.367,13.666C131.872,14.358 131.254,14.943 130.512,15.42C129.77,15.882 128.946,16.228 128.04,16.459C127.133,16.69 126.202,16.805 125.246,16.805C124.339,16.805 123.465,16.69 122.625,16.459C121.801,16.228 121.084,15.882 120.474,15.42C119.864,14.943 119.402,14.358 119.089,13.666C118.776,12.958 118.693,12.134 118.842,11.196L119.707,5.609ZM123.268,11.196C123.218,11.488 123.259,11.75 123.391,11.981C123.523,12.196 123.704,12.381 123.935,12.535C124.166,12.673 124.438,12.781 124.751,12.858C125.081,12.935 125.41,12.973 125.74,12.973C126.103,12.973 126.457,12.935 126.803,12.858C127.166,12.781 127.496,12.665 127.792,12.511C128.089,12.358 128.336,12.165 128.534,11.934C128.748,11.688 128.88,11.403 128.93,11.08L129.795,5.609C129.845,5.302 129.812,5.032 129.696,4.801C129.581,4.571 129.408,4.378 129.177,4.224C128.946,4.07 128.666,3.955 128.336,3.878C128.023,3.801 127.685,3.763 127.323,3.763C126.96,3.763 126.597,3.801 126.235,3.878C125.888,3.955 125.567,4.07 125.27,4.224C124.974,4.378 124.718,4.571 124.504,4.801C124.306,5.032 124.182,5.302 124.133,5.609L123.268,11.196Z" />
! <path android:fillColor="#ffffffff" android:pathData="M137.115,5.609C137.264,4.671 137.593,3.855 138.104,3.162C138.632,2.455 139.266,1.87 140.008,1.408C140.766,0.931 141.591,0.577 142.481,0.346C143.387,0.115 144.294,0 145.2,0C146.107,0 146.981,0.115 147.821,0.346C148.662,0.577 149.387,0.931 149.997,1.408C150.607,1.87 151.069,2.455 151.382,3.162C151.695,3.855 151.777,4.671 151.629,5.609L150.764,11.196C150.615,12.134 150.286,12.958 149.775,13.666C149.28,14.358 148.662,14.943 147.92,15.42C147.178,15.882 146.354,16.228 145.448,16.459C144.541,16.69 143.61,16.805 142.654,16.805C141.747,16.805 140.874,16.69 140.033,16.459C139.209,16.228 138.492,15.882 137.882,15.42C137.272,14.943 136.81,14.358 136.497,13.666C136.184,12.958 136.102,12.134 136.25,11.196L137.115,5.609ZM140.676,11.196C140.626,11.488 140.667,11.75 140.799,11.981C140.931,12.196 141.113,12.381 141.343,12.535C141.574,12.673 141.846,12.781 142.159,12.858C142.489,12.935 142.819,12.973 143.148,12.973C143.511,12.973 143.865,12.935 144.211,12.858C144.574,12.781 144.904,12.665 145.2,12.511C145.497,12.358 145.744,12.165 145.942,11.934C146.157,11.688 146.288,11.403 146.338,11.08L147.203,5.609C147.253,5.302 147.22,5.032 147.104,4.801C146.989,4.571 146.816,4.378 146.585,4.224C146.354,4.07 146.074,3.955 145.744,3.878C145.431,3.801 145.093,3.763 144.731,3.763C144.368,3.763 144.005,3.801 143.643,3.878C143.297,3.955 142.975,4.07 142.678,4.224C142.382,4.378 142.126,4.571 141.912,4.801C141.714,5.032 141.591,5.302 141.541,5.609L140.676,11.196Z" />
! <path android:fillColor="#ffffffff" android:pathData="M155.446,11.741C155.68,11.56 156.029,11.61 156.239,11.816C156.567,12.138 156.968,12.393 157.441,12.581C158.1,12.842 158.76,12.973 159.419,12.973C160.012,12.973 160.54,12.873 161.001,12.673C161.463,12.473 161.735,12.157 161.817,11.726C161.867,11.48 161.817,11.265 161.669,11.08C161.521,10.88 161.315,10.719 161.051,10.595C160.787,10.472 160.474,10.372 160.111,10.295C159.765,10.203 159.419,10.134 159.073,10.088C158.381,9.98 157.721,9.78 157.095,9.487C156.485,9.18 155.958,8.787 155.512,8.31C155.067,7.833 154.746,7.279 154.548,6.648C154.35,6.002 154.326,5.294 154.474,4.524C154.639,3.693 154.944,2.993 155.389,2.424C155.85,1.839 156.403,1.37 157.045,1.016C157.688,0.646 158.389,0.385 159.147,0.231C159.922,0.077 160.713,0 161.521,0C162.048,0 162.567,0.038 163.078,0.115C163.589,0.192 164.084,0.331 164.562,0.531C165.04,0.731 165.493,1 165.922,1.339C166.236,1.587 166.538,1.881 166.825,2.221C167.002,2.43 166.943,2.732 166.708,2.883L164.295,4.443C164.081,4.582 163.792,4.545 163.595,4.385C163.289,4.136 162.944,3.944 162.559,3.809C162.032,3.624 161.512,3.524 161.001,3.509C160.441,3.493 159.955,3.586 159.543,3.786C159.131,3.986 158.9,4.294 158.85,4.709C158.784,5.186 158.949,5.548 159.345,5.794C159.74,6.025 160.276,6.21 160.952,6.348C161.71,6.487 162.444,6.671 163.153,6.902C163.878,7.117 164.488,7.441 164.982,7.872C165.493,8.287 165.864,8.833 166.095,9.511C166.326,10.172 166.342,11.011 166.144,12.027C165.98,12.827 165.675,13.527 165.23,14.127C164.801,14.712 164.265,15.205 163.622,15.605C162.979,16.005 162.238,16.305 161.397,16.505C160.573,16.705 159.691,16.805 158.751,16.805C158.224,16.805 157.672,16.743 157.095,16.62C156.534,16.497 155.982,16.313 155.438,16.066C154.911,15.82 154.408,15.512 153.93,15.143C153.568,14.863 153.249,14.548 152.972,14.198C152.819,14.004 152.867,13.736 153.066,13.582L155.446,11.741Z" />
! <path android:fillColor="#ffffffff" android:pathData="M178.791,3.993C178.534,3.993 178.316,4.171 178.281,4.409L176.549,16.159C176.514,16.397 176.296,16.574 176.039,16.574H172.603C172.291,16.574 172.05,16.317 172.093,16.028L173.786,4.54C173.829,4.251 173.588,3.993 173.276,3.993H169.74C169.426,3.993 169.185,3.733 169.231,3.443L169.673,0.619C169.71,0.383 169.927,0.208 170.183,0.208H183.062C183.376,0.208 183.617,0.468 183.572,0.758L183.129,3.582C183.092,3.818 182.875,3.993 182.619,3.993H178.791Z" />
</vector>
\ No newline at end of file
--- 1,15 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="17.0dip" android:width="184.0dip" android:viewportWidth="184.0" android:viewportHeight="17.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M2.565,11.741C2.799,11.56 3.147,11.61 3.357,11.816C3.686,12.138 4.087,12.393 4.56,12.581C5.219,12.842 5.878,12.973 6.538,12.973C7.131,12.973 7.659,12.873 8.12,12.673C8.582,12.473 8.854,12.157 8.936,11.726C8.985,11.48 8.936,11.265 8.788,11.08C8.639,10.88 8.433,10.719 8.17,10.595C7.906,10.472 7.593,10.372 7.23,10.295C6.884,10.203 6.538,10.134 6.191,10.088C5.499,9.98 4.84,9.78 4.213,9.487C3.604,9.18 3.076,8.787 2.631,8.31C2.186,7.833 1.865,7.279 1.667,6.648C1.469,6.002 1.444,5.294 1.593,4.524C1.757,3.693 2.062,2.993 2.507,2.424C2.969,1.839 3.521,1.37 4.164,1.016C4.807,0.646 5.507,0.385 6.266,0.231C7.04,0.077 7.832,0 8.639,0C9.167,0 9.686,0.038 10.197,0.115C10.708,0.192 11.203,0.331 11.681,0.531C12.158,0.731 12.612,1 13.04,1.339C13.355,1.587 13.656,1.881 13.944,2.221C14.121,2.43 14.061,2.732 13.827,2.883L11.414,4.443C11.199,4.582 10.91,4.545 10.714,4.385C10.408,4.136 10.063,3.944 9.678,3.809C9.15,3.624 8.631,3.524 8.12,3.509C7.56,3.493 7.073,3.586 6.661,3.786C6.249,3.986 6.018,4.294 5.969,4.709C5.903,5.186 6.068,5.548 6.463,5.794C6.859,6.025 7.395,6.21 8.071,6.348C8.829,6.487 9.562,6.671 10.271,6.902C10.996,7.117 11.606,7.441 12.101,7.872C12.612,8.287 12.983,8.833 13.214,9.511C13.444,10.172 13.461,11.011 13.263,12.027C13.098,12.827 12.793,13.527 12.348,14.127C11.92,14.712 11.384,15.205 10.741,15.605C10.098,16.005 9.356,16.305 8.516,16.505C7.691,16.705 6.81,16.805 5.87,16.805C5.343,16.805 4.79,16.743 4.213,16.62C3.653,16.497 3.101,16.313 2.557,16.066C2.029,15.82 1.527,15.512 1.049,15.143C0.687,14.863 0.367,14.548 0.09,14.198C-0.063,14.004 -0.015,13.736 0.184,13.582L2.565,11.741Z" />
! <path android:fillColor="@color/white" android:pathData="M21.514,6.007C21.47,6.297 21.711,6.556 22.024,6.556H27.935C28.248,6.556 28.489,6.814 28.446,7.103L28.044,9.811C28.009,10.049 27.791,10.226 27.534,10.226H21.334C21.077,10.226 20.86,10.402 20.824,10.64L20.599,12.125C20.555,12.414 20.796,12.673 21.109,12.673H27.64C27.952,12.673 28.192,12.93 28.15,13.219L27.722,16.158C27.687,16.396 27.469,16.574 27.212,16.574H16.064C15.751,16.574 15.51,16.316 15.554,16.027L17.858,0.645C17.893,0.408 18.111,0.231 18.368,0.231H29.516C29.829,0.231 30.07,0.49 30.026,0.779L29.579,3.719C29.542,3.956 29.325,4.132 29.069,4.132H22.248C21.992,4.132 21.774,4.308 21.738,4.545L21.514,6.007Z" />
! <path android:fillColor="@color/white" android:pathData="M37.181,11.602C37.087,11.464 36.923,11.38 36.748,11.38H36.687C36.43,11.38 36.212,11.558 36.177,11.796L35.533,16.159C35.498,16.397 35.28,16.574 35.023,16.574H31.589C31.276,16.574 31.035,16.316 31.079,16.027L33.382,0.645C33.418,0.408 33.636,0.231 33.892,0.231H40.442C41.348,0.231 42.172,0.346 42.914,0.577C43.672,0.808 44.307,1.154 44.818,1.616C45.345,2.078 45.725,2.662 45.955,3.37C46.186,4.078 46.244,4.909 46.128,5.863C46.013,6.617 45.84,7.264 45.609,7.802C45.378,8.326 45.09,8.78 44.744,9.164C44.398,9.534 43.986,9.864 43.507,10.157C43.181,10.346 42.828,10.531 42.448,10.713C42.164,10.849 42.068,11.188 42.25,11.432L45.537,15.818C45.776,16.136 45.531,16.574 45.115,16.574H40.872C40.696,16.574 40.533,16.491 40.438,16.353L37.181,11.602ZM39.378,7.825C40.071,7.825 40.606,7.633 40.986,7.248C41.365,6.848 41.587,6.41 41.653,5.933C41.719,5.44 41.612,5.009 41.332,4.64C41.068,4.271 40.606,4.086 39.947,4.086H37.798C37.542,4.086 37.324,4.262 37.288,4.499L36.866,7.277C36.822,7.566 37.062,7.825 37.376,7.825H39.378Z" />
! <path android:fillColor="@color/white" android:pathData="M59.865,0.486C59.949,0.316 60.132,0.208 60.332,0.208H63.918C64.3,0.208 64.549,0.584 64.379,0.903L56.14,16.308C56.053,16.471 55.875,16.574 55.679,16.574H52.357C52.115,16.574 51.906,16.417 51.854,16.197L48.223,0.792C48.153,0.492 48.397,0.208 48.727,0.208H52.403C52.652,0.208 52.865,0.374 52.91,0.603L54.391,8.195L54.636,12.07C54.637,12.085 54.65,12.096 54.666,12.096C54.679,12.096 54.69,12.088 54.694,12.077L56.023,8.218L59.865,0.486Z" />
! <path android:fillColor="@color/white" android:pathData="M70.455,6.007C70.411,6.297 70.652,6.556 70.965,6.556H76.876C77.189,6.556 77.429,6.814 77.386,7.103L76.985,9.811C76.95,10.049 76.732,10.226 76.475,10.226H70.274C70.018,10.226 69.8,10.402 69.765,10.64L69.539,12.125C69.495,12.414 69.736,12.673 70.049,12.673H76.581C76.893,12.673 77.133,12.93 77.091,13.219L76.663,16.158C76.628,16.396 76.41,16.574 76.152,16.574H65.005C64.692,16.574 64.451,16.316 64.494,16.027L66.798,0.645C66.834,0.408 67.051,0.231 67.308,0.231H78.456C78.77,0.231 79.01,0.49 78.966,0.779L78.519,3.719C78.483,3.956 78.266,4.132 78.009,4.132H71.189C70.932,4.132 70.715,4.308 70.679,4.545L70.455,6.007Z" />
! <path android:fillColor="@color/white" android:pathData="M86.122,11.602C86.027,11.464 85.864,11.38 85.688,11.38H85.628C85.371,11.38 85.153,11.558 85.118,11.796L84.474,16.159C84.439,16.397 84.221,16.574 83.963,16.574H80.529C80.216,16.574 79.976,16.316 80.019,16.027L82.323,0.645C82.358,0.408 82.576,0.231 82.833,0.231H89.382C90.289,0.231 91.113,0.346 91.855,0.577C92.613,0.808 93.248,1.154 93.759,1.616C94.286,2.078 94.665,2.662 94.896,3.37C95.127,4.078 95.184,4.909 95.069,5.863C94.954,6.617 94.781,7.264 94.55,7.802C94.319,8.326 94.031,8.78 93.684,9.164C93.338,9.534 92.926,9.864 92.448,10.157C92.122,10.346 91.769,10.531 91.389,10.713C91.105,10.849 91.008,11.188 91.191,11.432L94.477,15.818C94.716,16.136 94.472,16.574 94.055,16.574H89.812C89.637,16.574 89.473,16.491 89.379,16.353L86.122,11.602ZM88.319,7.825C89.011,7.825 89.547,7.633 89.926,7.248C90.305,6.848 90.528,6.41 90.594,5.933C90.66,5.44 90.552,5.009 90.272,4.64C90.009,4.271 89.547,4.086 88.888,4.086H86.739C86.482,4.086 86.265,4.262 86.229,4.499L85.806,7.277C85.762,7.566 86.003,7.825 86.316,7.825H88.319Z" />
! <path android:fillColor="@color/white" android:pathData="M116.492,5.217C116.459,5.402 116.385,5.617 116.269,5.863C116.17,6.109 116.022,6.356 115.824,6.602C115.643,6.848 115.42,7.087 115.157,7.318C115.145,7.328 115.133,7.338 115.121,7.348C114.806,7.613 114.795,8.146 115.111,8.41C115.281,8.552 115.428,8.703 115.552,8.864C115.849,9.249 116.055,9.649 116.17,10.064C116.286,10.48 116.319,10.888 116.269,11.288C116.236,11.688 116.17,12.042 116.071,12.35C115.643,13.673 114.876,14.712 113.772,15.466C112.684,16.205 111.168,16.574 109.222,16.574H102.669C102.356,16.574 102.116,16.316 102.159,16.027L104.463,0.645C104.498,0.408 104.716,0.231 104.973,0.231H111.547C112.387,0.231 113.137,0.346 113.797,0.577C114.472,0.808 115.033,1.139 115.478,1.57C115.923,1.985 116.236,2.501 116.418,3.116C116.615,3.732 116.64,4.432 116.492,5.217ZM110.582,6.625C111.126,6.625 111.555,6.479 111.868,6.186C112.198,5.879 112.387,5.54 112.437,5.171C112.503,4.801 112.42,4.471 112.19,4.178C111.975,3.87 111.588,3.716 111.027,3.716H108.903C108.646,3.716 108.429,3.892 108.393,4.129L108.095,6.076C108.051,6.366 108.291,6.625 108.605,6.625H110.582ZM109.643,12.95C110.302,12.95 110.821,12.781 111.201,12.442C111.596,12.088 111.819,11.703 111.868,11.288C111.934,10.857 111.827,10.472 111.547,10.134C111.266,9.78 110.797,9.603 110.137,9.603H108.015C107.758,9.603 107.54,9.78 107.505,10.018L107.152,12.403C107.109,12.692 107.35,12.95 107.662,12.95H109.643Z" />
! <path android:fillColor="@color/white" android:pathData="M119.707,5.609C119.856,4.671 120.185,3.855 120.696,3.162C121.224,2.455 121.858,1.87 122.6,1.408C123.358,0.931 124.182,0.577 125.073,0.346C125.979,0.115 126.886,0 127.792,0C128.699,0 129.573,0.115 130.413,0.346C131.254,0.577 131.979,0.931 132.589,1.408C133.199,1.87 133.66,2.455 133.974,3.162C134.287,3.855 134.369,4.671 134.221,5.609L133.356,11.196C133.207,12.134 132.877,12.958 132.367,13.666C131.872,14.358 131.254,14.943 130.512,15.42C129.77,15.882 128.946,16.228 128.04,16.459C127.133,16.69 126.202,16.805 125.246,16.805C124.339,16.805 123.465,16.69 122.625,16.459C121.801,16.228 121.084,15.882 120.474,15.42C119.864,14.943 119.402,14.358 119.089,13.666C118.776,12.958 118.693,12.134 118.842,11.196L119.707,5.609ZM123.268,11.196C123.218,11.488 123.259,11.75 123.391,11.981C123.523,12.196 123.704,12.381 123.935,12.535C124.166,12.673 124.438,12.781 124.751,12.858C125.081,12.935 125.41,12.973 125.74,12.973C126.103,12.973 126.457,12.935 126.803,12.858C127.166,12.781 127.496,12.665 127.792,12.511C128.089,12.358 128.336,12.165 128.534,11.934C128.748,11.688 128.88,11.403 128.93,11.08L129.795,5.609C129.845,5.302 129.812,5.032 129.696,4.801C129.581,4.571 129.408,4.378 129.177,4.224C128.946,4.07 128.666,3.955 128.336,3.878C128.023,3.801 127.685,3.763 127.323,3.763C126.96,3.763 126.597,3.801 126.235,3.878C125.888,3.955 125.567,4.07 125.27,4.224C124.974,4.378 124.718,4.571 124.504,4.801C124.306,5.032 124.182,5.302 124.133,5.609L123.268,11.196Z" />
! <path android:fillColor="@color/white" android:pathData="M137.115,5.609C137.264,4.671 137.593,3.855 138.104,3.162C138.632,2.455 139.266,1.87 140.008,1.408C140.766,0.931 141.591,0.577 142.481,0.346C143.387,0.115 144.294,0 145.2,0C146.107,0 146.981,0.115 147.821,0.346C148.662,0.577 149.387,0.931 149.997,1.408C150.607,1.87 151.069,2.455 151.382,3.162C151.695,3.855 151.777,4.671 151.629,5.609L150.764,11.196C150.615,12.134 150.286,12.958 149.775,13.666C149.28,14.358 148.662,14.943 147.92,15.42C147.178,15.882 146.354,16.228 145.448,16.459C144.541,16.69 143.61,16.805 142.654,16.805C141.747,16.805 140.874,16.69 140.033,16.459C139.209,16.228 138.492,15.882 137.882,15.42C137.272,14.943 136.81,14.358 136.497,13.666C136.184,12.958 136.102,12.134 136.25,11.196L137.115,5.609ZM140.676,11.196C140.626,11.488 140.667,11.75 140.799,11.981C140.931,12.196 141.113,12.381 141.343,12.535C141.574,12.673 141.846,12.781 142.159,12.858C142.489,12.935 142.819,12.973 143.148,12.973C143.511,12.973 143.865,12.935 144.211,12.858C144.574,12.781 144.904,12.665 145.2,12.511C145.497,12.358 145.744,12.165 145.942,11.934C146.157,11.688 146.288,11.403 146.338,11.08L147.203,5.609C147.253,5.302 147.22,5.032 147.104,4.801C146.989,4.571 146.816,4.378 146.585,4.224C146.354,4.07 146.074,3.955 145.744,3.878C145.431,3.801 145.093,3.763 144.731,3.763C144.368,3.763 144.005,3.801 143.643,3.878C143.297,3.955 142.975,4.07 142.678,4.224C142.382,4.378 142.126,4.571 141.912,4.801C141.714,5.032 141.591,5.302 141.541,5.609L140.676,11.196Z" />
! <path android:fillColor="@color/white" android:pathData="M155.446,11.741C155.68,11.56 156.029,11.61 156.239,11.816C156.567,12.138 156.968,12.393 157.441,12.581C158.1,12.842 158.76,12.973 159.419,12.973C160.012,12.973 160.54,12.873 161.001,12.673C161.463,12.473 161.735,12.157 161.817,11.726C161.867,11.48 161.817,11.265 161.669,11.08C161.521,10.88 161.315,10.719 161.051,10.595C160.787,10.472 160.474,10.372 160.111,10.295C159.765,10.203 159.419,10.134 159.073,10.088C158.381,9.98 157.721,9.78 157.095,9.487C156.485,9.18 155.958,8.787 155.512,8.31C155.067,7.833 154.746,7.279 154.548,6.648C154.35,6.002 154.326,5.294 154.474,4.524C154.639,3.693 154.944,2.993 155.389,2.424C155.85,1.839 156.403,1.37 157.045,1.016C157.688,0.646 158.389,0.385 159.147,0.231C159.922,0.077 160.713,0 161.521,0C162.048,0 162.567,0.038 163.078,0.115C163.589,0.192 164.084,0.331 164.562,0.531C165.04,0.731 165.493,1 165.922,1.339C166.236,1.587 166.538,1.881 166.825,2.221C167.002,2.43 166.943,2.732 166.708,2.883L164.295,4.443C164.081,4.582 163.792,4.545 163.595,4.385C163.289,4.136 162.944,3.944 162.559,3.809C162.032,3.624 161.512,3.524 161.001,3.509C160.441,3.493 159.955,3.586 159.543,3.786C159.131,3.986 158.9,4.294 158.85,4.709C158.784,5.186 158.949,5.548 159.345,5.794C159.74,6.025 160.276,6.21 160.952,6.348C161.71,6.487 162.444,6.671 163.153,6.902C163.878,7.117 164.488,7.441 164.982,7.872C165.493,8.287 165.864,8.833 166.095,9.511C166.326,10.172 166.342,11.011 166.144,12.027C165.98,12.827 165.675,13.527 165.23,14.127C164.801,14.712 164.265,15.205 163.622,15.605C162.979,16.005 162.238,16.305 161.397,16.505C160.573,16.705 159.691,16.805 158.751,16.805C158.224,16.805 157.672,16.743 157.095,16.62C156.534,16.497 155.982,16.313 155.438,16.066C154.911,15.82 154.408,15.512 153.93,15.143C153.568,14.863 153.249,14.548 152.972,14.198C152.819,14.004 152.867,13.736 153.066,13.582L155.446,11.741Z" />
! <path android:fillColor="@color/white" android:pathData="M178.791,3.993C178.534,3.993 178.316,4.171 178.281,4.409L176.549,16.159C176.514,16.397 176.296,16.574 176.039,16.574H172.603C172.291,16.574 172.05,16.317 172.093,16.028L173.786,4.54C173.829,4.251 173.588,3.993 173.276,3.993H169.74C169.426,3.993 169.185,3.733 169.231,3.443L169.673,0.619C169.71,0.383 169.927,0.208 170.183,0.208H183.062C183.376,0.208 183.617,0.468 183.572,0.758L183.129,3.582C183.092,3.818 182.875,3.993 182.619,3.993H178.791Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/img_premium_guild_subscription_header.xml to/res/drawable/img_premium_guild_subscription_header.xml
*** from/res/drawable/img_premium_guild_subscription_header.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/img_premium_guild_subscription_header.xml 2021-01-11 15:13:56.013670091 -0700
***************
*** 5,12 ****
<path android:fillColor="#ffffadfb" android:pathData="M25.2893,0V4.7322L28.7118,8.0853L32.1343,6.7062L25.2893,0Z" />
<path android:fillColor="#ffe655d4" android:pathData="M21.8669,14.7373L18.4443,16.1434L25.2894,22.8226V18.0904L21.8669,14.7373Z" />
<path android:fillColor="#ffffcff9" android:pathData="M21.8667,8.0855V14.7376L25.2892,18.0908L28.7117,14.7376V8.0855L25.2892,4.7324L21.8667,8.0855Z" />
! <path android:fillColor="#ffffffff" android:pathData="M28.7117,8.0854V8.1125L21.8943,14.7646H21.8667V12.9528L27.7733,7.166L28.7117,8.0854Z" />
! <path android:fillColor="#ffffffff" android:pathData="M28.7116,10.6011V12.4399L24.1298,16.9557L23.1914,16.0093L28.7116,10.6011Z" />
<path android:fillColor="#ffffcff9" android:pathData="M19.6585,4.4359L18.5545,4.9497C18.4165,5.0308 18.2233,4.9497 18.1405,4.8145C18.1129,4.7333 18.1129,4.6252 18.1405,4.5441L18.6649,3.4624C18.7201,3.3813 18.7201,3.2731 18.6649,3.192L18.1405,2.1103C18.0577,1.9481 18.1405,1.7859 18.2785,1.7047C18.3613,1.6777 18.4441,1.6777 18.5269,1.7047L19.6309,2.2185C19.7137,2.2726 19.8241,2.2726 19.9069,2.2185L21.011,1.7047C21.1766,1.6236 21.3422,1.7047 21.425,1.8399C21.4526,1.9211 21.4526,2.0022 21.425,2.0833L20.9006,3.1649C20.8453,3.2461 20.8453,3.3542 20.9006,3.4354L21.425,4.517C21.5078,4.6522 21.425,4.8415 21.287,4.9226C21.2042,4.9497 21.0938,4.9497 21.011,4.9226L19.9069,4.4089C19.8517,4.3818 19.7413,4.3818 19.6585,4.4359Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M37.3506,18.1685C38.2062,17.8169 39.1722,18.2225 39.5034,19.0338L42.2911,25.6589L39.2274,26.9028L36.4397,20.3047C36.0809,19.4664 36.4949,18.52 37.3506,18.1685Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M39.8073,12.0845C40.6629,11.7329 41.6289,12.1386 41.9601,12.9498L45.0238,20.1698L41.9601,21.4137L38.924,14.2207C38.5652,13.3825 38.9792,12.436 39.8073,12.0845Z" />
--- 5,12 ----
<path android:fillColor="#ffffadfb" android:pathData="M25.2893,0V4.7322L28.7118,8.0853L32.1343,6.7062L25.2893,0Z" />
<path android:fillColor="#ffe655d4" android:pathData="M21.8669,14.7373L18.4443,16.1434L25.2894,22.8226V18.0904L21.8669,14.7373Z" />
<path android:fillColor="#ffffcff9" android:pathData="M21.8667,8.0855V14.7376L25.2892,18.0908L28.7117,14.7376V8.0855L25.2892,4.7324L21.8667,8.0855Z" />
! <path android:fillColor="@color/white" android:pathData="M28.7117,8.0854V8.1125L21.8943,14.7646H21.8667V12.9528L27.7733,7.166L28.7117,8.0854Z" />
! <path android:fillColor="@color/white" android:pathData="M28.7116,10.6011V12.4399L24.1298,16.9557L23.1914,16.0093L28.7116,10.6011Z" />
<path android:fillColor="#ffffcff9" android:pathData="M19.6585,4.4359L18.5545,4.9497C18.4165,5.0308 18.2233,4.9497 18.1405,4.8145C18.1129,4.7333 18.1129,4.6252 18.1405,4.5441L18.6649,3.4624C18.7201,3.3813 18.7201,3.2731 18.6649,3.192L18.1405,2.1103C18.0577,1.9481 18.1405,1.7859 18.2785,1.7047C18.3613,1.6777 18.4441,1.6777 18.5269,1.7047L19.6309,2.2185C19.7137,2.2726 19.8241,2.2726 19.9069,2.2185L21.011,1.7047C21.1766,1.6236 21.3422,1.7047 21.425,1.8399C21.4526,1.9211 21.4526,2.0022 21.425,2.0833L20.9006,3.1649C20.8453,3.2461 20.8453,3.3542 20.9006,3.4354L21.425,4.517C21.5078,4.6522 21.425,4.8415 21.287,4.9226C21.2042,4.9497 21.0938,4.9497 21.011,4.9226L19.9069,4.4089C19.8517,4.3818 19.7413,4.3818 19.6585,4.4359Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M37.3506,18.1685C38.2062,17.8169 39.1722,18.2225 39.5034,19.0338L42.2911,25.6589L39.2274,26.9028L36.4397,20.3047C36.0809,19.4664 36.4949,18.52 37.3506,18.1685Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M39.8073,12.0845C40.6629,11.7329 41.6289,12.1386 41.9601,12.9498L45.0238,20.1698L41.9601,21.4137L38.924,14.2207C38.5652,13.3825 38.9792,12.436 39.8073,12.0845Z" />
diff -x dist -x build -craB from/res/drawable/img_premium_guild_subscription_purchase_header_tier_2.xml to/res/drawable/img_premium_guild_subscription_purchase_header_tier_2.xml
*** from/res/drawable/img_premium_guild_subscription_purchase_header_tier_2.xml 2021-01-02 17:58:42.812414617 -0700
--- to/res/drawable/img_premium_guild_subscription_purchase_header_tier_2.xml 2021-01-11 15:13:55.581676559 -0700
***************
*** 40,46 ****
<path android:fillColor="#ffaec7ff" android:pathData="M119.864,43.685C117.829,40.951 114.586,39.107 110.898,39.107H98.498H95.955C92.267,39.107 89.278,42.095 89.278,45.783V57.992C89.278,60.472 91.249,62.444 93.729,62.444H97.608H115.349C119.037,62.444 122.026,59.455 122.026,55.767V50.235C122.026,47.755 121.199,45.529 119.864,43.685Z" />
<path android:fillColor="#ff7196ff" android:pathData="M100.406,39.107H95.891C92.203,39.107 89.214,42.095 89.214,45.783V56.466C89.214,58.946 91.186,60.917 93.665,60.917H100.469C100.406,53.605 100.406,46.356 100.406,39.107Z" />
<path android:fillColor="#ff7196ff" android:pathData="M97.036,66.068H94.874C94.301,66.068 93.856,66.513 93.856,67.086V71.664C93.856,72.936 92.839,73.953 91.567,73.953C90.295,73.953 89.278,72.936 89.278,71.664V65.559V48.518V48.899C89.278,47.5 90.422,46.356 91.821,46.356H99.579C100.978,46.356 102.123,47.5 102.123,48.899V60.981C102.123,63.779 99.834,66.068 97.036,66.068Z" />
! <path android:fillColor="#ffffffff" android:pathData="M111.597,52.269H93.093C92.903,52.269 92.712,52.079 92.712,51.888C92.712,51.697 92.903,51.506 93.093,51.506H111.597C111.788,51.506 111.979,51.316 111.979,51.125V48.136C111.979,47.945 112.17,47.755 112.361,47.755C112.551,47.755 112.742,47.945 112.742,48.136V51.125C112.742,51.761 112.233,52.269 111.597,52.269Z" />
<path android:fillColor="#ff18191c" android:pathData="M113.759,49.917H111.025C110.834,49.917 110.644,49.726 110.644,49.535V41.078C110.644,40.887 110.834,40.696 111.025,40.696H113.759C113.95,40.696 114.141,40.887 114.141,41.078V49.535C114.141,49.726 113.95,49.917 113.759,49.917Z" />
<path android:fillColor="#ff7196ff" android:pathData="M113.887,41.841H104.857C103.394,41.841 102.186,40.633 102.186,39.17H96.527V50.87H102.186C102.695,47.882 105.302,46.674 108.418,46.674H113.887C115.095,46.674 116.112,45.847 116.366,44.702C116.494,43.113 115.349,41.841 113.887,41.841Z" />
<path android:fillColor="#ff7196ff" android:pathData="M86.162,54.94L81.456,56.276C80.121,56.657 79.167,57.865 79.04,59.201C78.913,61.235 80.566,62.952 82.601,62.762C84,62.634 85.144,61.681 85.526,60.345L86.861,55.64C87.179,55.258 86.671,54.813 86.162,54.94Z" />
--- 40,46 ----
<path android:fillColor="#ffaec7ff" android:pathData="M119.864,43.685C117.829,40.951 114.586,39.107 110.898,39.107H98.498H95.955C92.267,39.107 89.278,42.095 89.278,45.783V57.992C89.278,60.472 91.249,62.444 93.729,62.444H97.608H115.349C119.037,62.444 122.026,59.455 122.026,55.767V50.235C122.026,47.755 121.199,45.529 119.864,43.685Z" />
<path android:fillColor="#ff7196ff" android:pathData="M100.406,39.107H95.891C92.203,39.107 89.214,42.095 89.214,45.783V56.466C89.214,58.946 91.186,60.917 93.665,60.917H100.469C100.406,53.605 100.406,46.356 100.406,39.107Z" />
<path android:fillColor="#ff7196ff" android:pathData="M97.036,66.068H94.874C94.301,66.068 93.856,66.513 93.856,67.086V71.664C93.856,72.936 92.839,73.953 91.567,73.953C90.295,73.953 89.278,72.936 89.278,71.664V65.559V48.518V48.899C89.278,47.5 90.422,46.356 91.821,46.356H99.579C100.978,46.356 102.123,47.5 102.123,48.899V60.981C102.123,63.779 99.834,66.068 97.036,66.068Z" />
! <path android:fillColor="@color/white" android:pathData="M111.597,52.269H93.093C92.903,52.269 92.712,52.079 92.712,51.888C92.712,51.697 92.903,51.506 93.093,51.506H111.597C111.788,51.506 111.979,51.316 111.979,51.125V48.136C111.979,47.945 112.17,47.755 112.361,47.755C112.551,47.755 112.742,47.945 112.742,48.136V51.125C112.742,51.761 112.233,52.269 111.597,52.269Z" />
<path android:fillColor="#ff18191c" android:pathData="M113.759,49.917H111.025C110.834,49.917 110.644,49.726 110.644,49.535V41.078C110.644,40.887 110.834,40.696 111.025,40.696H113.759C113.95,40.696 114.141,40.887 114.141,41.078V49.535C114.141,49.726 113.95,49.917 113.759,49.917Z" />
<path android:fillColor="#ff7196ff" android:pathData="M113.887,41.841H104.857C103.394,41.841 102.186,40.633 102.186,39.17H96.527V50.87H102.186C102.695,47.882 105.302,46.674 108.418,46.674H113.887C115.095,46.674 116.112,45.847 116.366,44.702C116.494,43.113 115.349,41.841 113.887,41.841Z" />
<path android:fillColor="#ff7196ff" android:pathData="M86.162,54.94L81.456,56.276C80.121,56.657 79.167,57.865 79.04,59.201C78.913,61.235 80.566,62.952 82.601,62.762C84,62.634 85.144,61.681 85.526,60.345L86.861,55.64C87.179,55.258 86.671,54.813 86.162,54.94Z" />
diff -x dist -x build -craB from/res/drawable/img_remote_auth_finished.xml to/res/drawable/img_remote_auth_finished.xml
*** from/res/drawable/img_remote_auth_finished.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/img_remote_auth_finished.xml 2021-01-11 15:13:55.394679359 -0700
***************
*** 14,21 ****
<path android:fillColor="#ff9ea5b8" android:pathData="M22.29,35.36l-3.59,-2.07l0,27.83l3.59,2.07l0,-27.83z" />
<path android:fillColor="#ff9ea5b8" android:pathData="M18.7,33.29l30,-17.32l0,27.83l-30,17.32l0,-27.83z" />
<path android:fillColor="#ff9ea5b8" android:pathData="M33.7,3.15c-8.25,4.76 -15,18.33 -15,30.14L48.7,16C48.7,4.16 42,-1.61 33.7,3.15Z" />
! <path android:fillColor="#ffffffff" android:pathData="M22.29,35.36l29.99,-17.32l0,27.83l-29.99,17.32l0,-27.83z" />
! <path android:fillColor="#ffffffff" android:pathData="M37.28,5.22c-8.24,4.76 -15,18.33 -15,30.14L52.28,18C52.28,6.23 45.53,0.46 37.28,5.22Z" />
<path android:fillColor="#ff0e0d33" android:pathData="M37.28,10.46C31,14.08 25.87,25 25.87,34.62v5.53L48.7,27V21.44C48.7,11.77 43.56,6.83 37.28,10.46Z" />
<path android:fillColor="#ff0e0d33" android:pathData="M25.87,37.02l22.83,-13.18l0,24.1l-22.83,13.18l0,-24.1z" />
<path android:fillColor="#ff8c5950" android:pathData="M64.05,26.69l-15.35,-2.85l-2.54,1.46l0,24.1l16.62,3.09l1.27,-1.7l0,-24.1z" />
--- 14,21 ----
<path android:fillColor="#ff9ea5b8" android:pathData="M22.29,35.36l-3.59,-2.07l0,27.83l3.59,2.07l0,-27.83z" />
<path android:fillColor="#ff9ea5b8" android:pathData="M18.7,33.29l30,-17.32l0,27.83l-30,17.32l0,-27.83z" />
<path android:fillColor="#ff9ea5b8" android:pathData="M33.7,3.15c-8.25,4.76 -15,18.33 -15,30.14L48.7,16C48.7,4.16 42,-1.61 33.7,3.15Z" />
! <path android:fillColor="@color/white" android:pathData="M22.29,35.36l29.99,-17.32l0,27.83l-29.99,17.32l0,-27.83z" />
! <path android:fillColor="@color/white" android:pathData="M37.28,5.22c-8.24,4.76 -15,18.33 -15,30.14L52.28,18C52.28,6.23 45.53,0.46 37.28,5.22Z" />
<path android:fillColor="#ff0e0d33" android:pathData="M37.28,10.46C31,14.08 25.87,25 25.87,34.62v5.53L48.7,27V21.44C48.7,11.77 43.56,6.83 37.28,10.46Z" />
<path android:fillColor="#ff0e0d33" android:pathData="M25.87,37.02l22.83,-13.18l0,24.1l-22.83,13.18l0,-24.1z" />
<path android:fillColor="#ff8c5950" android:pathData="M64.05,26.69l-15.35,-2.85l-2.54,1.46l0,24.1l16.62,3.09l1.27,-1.7l0,-24.1z" />
diff -x dist -x build -craB from/res/drawable/img_remote_auth_not_found.xml to/res/drawable/img_remote_auth_not_found.xml
*** from/res/drawable/img_remote_auth_not_found.xml 2021-01-02 17:58:42.827414389 -0700
--- to/res/drawable/img_remote_auth_not_found.xml 2021-01-11 15:13:56.361664880 -0700
***************
*** 32,53 ****
<path android:fillColor="#ffadb2c6" android:pathData="M50.99,31.96l-20.29,0l-16.41,-16.41l20.29,0l16.41,16.41z" />
<path android:fillColor="#ff784343" android:pathData="M16.51,17.76l14.21,14.2l16.25,0l-14.2,-14.2l-16.26,0z" />
<path android:fillColor="#ff61393f" android:pathData="M32.77,17.76h0L28.1,22.41a12.83,12.83 0,0 0,-2.78 4.15l5.4,5.4H47Z" />
! <path android:fillColor="#00000000" android:pathData="M32.64,13.74L32.64,25.1" android:strokeColor="#ffffffff" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
<path android:fillColor="#00000000" android:pathData="M33.89,28.77V26.29A1.19,1.19 0,0 0,32.7 25.1h0a1.19,1.19 0,0 0,-1.19 1.19v2.48" android:strokeColor="#ff000000" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
<path android:fillColor="#00000000" android:pathData="M35,28.77V26.13a1,1 0,0 0,-1 -1H31.45a1,1 0,0 0,-1 1v2.64" android:strokeColor="#ff000000" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
<path android:fillColor="#00000000" android:pathData="M36.15,28.77V26.13a1,1 0,0 0,-1 -1H30.28a1,1 0,0 0,-1 1v2.64" android:strokeColor="#ff000000" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
<path android:fillColor="#ff000000" android:pathData="M32.64,23.93m-1.17,0a1.17,1.17 0,1 1,2.34 0a1.17,1.17 0,1 1,-2.34 0" />
<path android:fillColor="#ff000000" android:pathData="M32.64,25.44m-0.45,0a0.45,0.45 0,1 1,0.9 0a0.45,0.45 0,1 1,-0.9 0" />
! <path android:fillColor="#00000000" android:pathData="M29.23,15.55a4.12,4.12 0,0 0,-1.14 5.72" android:strokeColor="#ffffffff" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M20.2,15.56a1.63,1.63 0,0 0,-0.44 2.26" android:strokeColor="#ffffffff" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M14.29,15.55L29.23,15.55" android:strokeColor="#ffffffff" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M14.29,15.55L28.09,21.27" android:strokeColor="#ffffffff" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M14.29,15.55L24.85,26.11" android:strokeColor="#ffffffff" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M28.09,21.27a4.12,4.12 0,0 0,-3.24 4.84" android:strokeColor="#ffffffff" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M23.56,19.38a2.76,2.76 0,0 0,-2.17 3.25" android:strokeColor="#ffffffff" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M19.76,17.82a1.6,1.6 0,0 0,-1.27 1.9" android:strokeColor="#ffffffff" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M24.25,15.57a2.73,2.73 0,0 0,-0.69 3.81" android:strokeColor="#ffffffff" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#ffffffff" android:pathData="M55.91,15.19c1.07,-1.71 1.42,-3.42 0.79,-3.82s-2,0.67 -3.09,2.38a9.24,9.24 0,0 0,-0.8 1.61,9.45 9.45,0 0,0 -1.42,-1.1c-1.71,-1.07 -3.42,-1.42 -3.82,-0.79s0.67,2 2.38,3.09a6.15,6.15 0,0 0,3.14 1.1h0l0.24,0a1.19,1.19 0,0 0,0.23 -0.07h0A6.2,6.2 0,0 0,55.91 15.19Z" />
<path android:fillColor="#ff98b7f7" android:pathData="M53.74,19.4m-1.52,0a1.52,1.52 0,1 1,3.04 0a1.52,1.52 0,1 1,-3.04 0" />
<path android:fillColor="#ffdddfeb" android:pathData="M80.33,9.38C82.26,8.77 83.64,7.7 83.41,7s-2,-0.8 -3.9,-0.2a9,9 0,0 0,-1.65 0.72,8.89 8.89,0 0,0 -0.36,-1.76c-0.61,-1.93 -1.68,-3.31 -2.4,-3.08s-0.8,2 -0.19,3.89a6,6 0,0 0,1.68 2.87h0a1.2,1.2 0,0 0,0.21 0.13,0.73 0.73,0 0,0 0.22,0.09h0A6,6 0,0 0,80.33 9.38Z" />
<path android:fillColor="#ff98b7f7" android:pathData="M75.95,11.18m-1.52,0a1.52,1.52 0,1 1,3.04 0a1.52,1.52 0,1 1,-3.04 0" />
--- 32,53 ----
<path android:fillColor="#ffadb2c6" android:pathData="M50.99,31.96l-20.29,0l-16.41,-16.41l20.29,0l16.41,16.41z" />
<path android:fillColor="#ff784343" android:pathData="M16.51,17.76l14.21,14.2l16.25,0l-14.2,-14.2l-16.26,0z" />
<path android:fillColor="#ff61393f" android:pathData="M32.77,17.76h0L28.1,22.41a12.83,12.83 0,0 0,-2.78 4.15l5.4,5.4H47Z" />
! <path android:fillColor="#00000000" android:pathData="M32.64,13.74L32.64,25.1" android:strokeColor="@color/white" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
<path android:fillColor="#00000000" android:pathData="M33.89,28.77V26.29A1.19,1.19 0,0 0,32.7 25.1h0a1.19,1.19 0,0 0,-1.19 1.19v2.48" android:strokeColor="#ff000000" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
<path android:fillColor="#00000000" android:pathData="M35,28.77V26.13a1,1 0,0 0,-1 -1H31.45a1,1 0,0 0,-1 1v2.64" android:strokeColor="#ff000000" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
<path android:fillColor="#00000000" android:pathData="M36.15,28.77V26.13a1,1 0,0 0,-1 -1H30.28a1,1 0,0 0,-1 1v2.64" android:strokeColor="#ff000000" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
<path android:fillColor="#ff000000" android:pathData="M32.64,23.93m-1.17,0a1.17,1.17 0,1 1,2.34 0a1.17,1.17 0,1 1,-2.34 0" />
<path android:fillColor="#ff000000" android:pathData="M32.64,25.44m-0.45,0a0.45,0.45 0,1 1,0.9 0a0.45,0.45 0,1 1,-0.9 0" />
! <path android:fillColor="#00000000" android:pathData="M29.23,15.55a4.12,4.12 0,0 0,-1.14 5.72" android:strokeColor="@color/white" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M20.2,15.56a1.63,1.63 0,0 0,-0.44 2.26" android:strokeColor="@color/white" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M14.29,15.55L29.23,15.55" android:strokeColor="@color/white" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M14.29,15.55L28.09,21.27" android:strokeColor="@color/white" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M14.29,15.55L24.85,26.11" android:strokeColor="@color/white" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M28.09,21.27a4.12,4.12 0,0 0,-3.24 4.84" android:strokeColor="@color/white" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M23.56,19.38a2.76,2.76 0,0 0,-2.17 3.25" android:strokeColor="@color/white" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M19.76,17.82a1.6,1.6 0,0 0,-1.27 1.9" android:strokeColor="@color/white" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M24.25,15.57a2.73,2.73 0,0 0,-0.69 3.81" android:strokeColor="@color/white" android:strokeWidth="0.7" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="@color/white" android:pathData="M55.91,15.19c1.07,-1.71 1.42,-3.42 0.79,-3.82s-2,0.67 -3.09,2.38a9.24,9.24 0,0 0,-0.8 1.61,9.45 9.45,0 0,0 -1.42,-1.1c-1.71,-1.07 -3.42,-1.42 -3.82,-0.79s0.67,2 2.38,3.09a6.15,6.15 0,0 0,3.14 1.1h0l0.24,0a1.19,1.19 0,0 0,0.23 -0.07h0A6.2,6.2 0,0 0,55.91 15.19Z" />
<path android:fillColor="#ff98b7f7" android:pathData="M53.74,19.4m-1.52,0a1.52,1.52 0,1 1,3.04 0a1.52,1.52 0,1 1,-3.04 0" />
<path android:fillColor="#ffdddfeb" android:pathData="M80.33,9.38C82.26,8.77 83.64,7.7 83.41,7s-2,-0.8 -3.9,-0.2a9,9 0,0 0,-1.65 0.72,8.89 8.89,0 0,0 -0.36,-1.76c-0.61,-1.93 -1.68,-3.31 -2.4,-3.08s-0.8,2 -0.19,3.89a6,6 0,0 0,1.68 2.87h0a1.2,1.2 0,0 0,0.21 0.13,0.73 0.73,0 0,0 0.22,0.09h0A6,6 0,0 0,80.33 9.38Z" />
<path android:fillColor="#ff98b7f7" android:pathData="M75.95,11.18m-1.52,0a1.52,1.52 0,1 1,3.04 0a1.52,1.52 0,1 1,-3.04 0" />
diff -x dist -x build -craB from/res/drawable/img_save_your_group.xml to/res/drawable/img_save_your_group.xml
*** from/res/drawable/img_save_your_group.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/img_save_your_group.xml 2021-01-11 15:13:56.532662320 -0700
***************
*** 82,88 ****
<path android:fillColor="#ffffd836" android:pathData="M108.342,2.581C109.054,2.581 109.632,2.003 109.632,1.291C109.632,0.578 109.054,0 108.342,0C107.63,0 107.053,0.578 107.053,1.291C107.053,2.003 107.63,2.581 108.342,2.581Z" />
<path android:fillColor="#ff202225" android:pathData="M107.987,25.03C108.576,25.03 109.054,24.552 109.054,23.962C109.054,23.371 108.576,22.893 107.987,22.893C107.397,22.893 106.919,23.371 106.919,23.962C106.919,24.552 107.397,25.03 107.987,25.03Z" />
<path android:fillColor="#ff202225" android:pathData="M101.727,25.62C102.317,25.62 102.795,25.142 102.795,24.551C102.795,23.961 102.317,23.483 101.727,23.483C101.138,23.483 100.66,23.961 100.66,24.551C100.66,25.142 101.138,25.62 101.727,25.62Z" />
! <path android:fillColor="#ffffffff" android:pathData="M103.997,27.331C104.018,27.614 104.151,27.876 104.366,28.061C104.581,28.246 104.86,28.337 105.143,28.315C105.425,28.294 105.687,28.16 105.872,27.945C106.056,27.73 106.147,27.45 106.126,27.168L103.997,27.331Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M35.181,106.399L33.04,111.544L13.253,103.368C13.138,103.32 13.034,103.251 12.946,103.163C12.858,103.075 12.788,102.97 12.74,102.855C12.692,102.74 12.668,102.617 12.668,102.492C12.668,102.368 12.692,102.245 12.74,102.13L14.146,98.696C14.193,98.58 14.263,98.476 14.351,98.388C14.438,98.299 14.543,98.229 14.658,98.182C14.773,98.134 14.896,98.109 15.02,98.109C15.144,98.109 15.268,98.134 15.383,98.182L35.181,106.399Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M55.177,98.059H51.812L50.75,99.14C49.733,100.178 48.52,101.003 47.181,101.567C45.841,102.131 44.403,102.421 42.951,102.422L19.291,92.786L55.177,98.059Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M34.603,69.356H55.178V98.059H28.076L34.603,69.356Z" />
--- 82,88 ----
<path android:fillColor="#ffffd836" android:pathData="M108.342,2.581C109.054,2.581 109.632,2.003 109.632,1.291C109.632,0.578 109.054,0 108.342,0C107.63,0 107.053,0.578 107.053,1.291C107.053,2.003 107.63,2.581 108.342,2.581Z" />
<path android:fillColor="#ff202225" android:pathData="M107.987,25.03C108.576,25.03 109.054,24.552 109.054,23.962C109.054,23.371 108.576,22.893 107.987,22.893C107.397,22.893 106.919,23.371 106.919,23.962C106.919,24.552 107.397,25.03 107.987,25.03Z" />
<path android:fillColor="#ff202225" android:pathData="M101.727,25.62C102.317,25.62 102.795,25.142 102.795,24.551C102.795,23.961 102.317,23.483 101.727,23.483C101.138,23.483 100.66,23.961 100.66,24.551C100.66,25.142 101.138,25.62 101.727,25.62Z" />
! <path android:fillColor="@color/white" android:pathData="M103.997,27.331C104.018,27.614 104.151,27.876 104.366,28.061C104.581,28.246 104.86,28.337 105.143,28.315C105.425,28.294 105.687,28.16 105.872,27.945C106.056,27.73 106.147,27.45 106.126,27.168L103.997,27.331Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M35.181,106.399L33.04,111.544L13.253,103.368C13.138,103.32 13.034,103.251 12.946,103.163C12.858,103.075 12.788,102.97 12.74,102.855C12.692,102.74 12.668,102.617 12.668,102.492C12.668,102.368 12.692,102.245 12.74,102.13L14.146,98.696C14.193,98.58 14.263,98.476 14.351,98.388C14.438,98.299 14.543,98.229 14.658,98.182C14.773,98.134 14.896,98.109 15.02,98.109C15.144,98.109 15.268,98.134 15.383,98.182L35.181,106.399Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M55.177,98.059H51.812L50.75,99.14C49.733,100.178 48.52,101.003 47.181,101.567C45.841,102.131 44.403,102.421 42.951,102.422L19.291,92.786L55.177,98.059Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M34.603,69.356H55.178V98.059H28.076L34.603,69.356Z" />
***************
*** 139,145 ****
<path android:fillColor="#00000000" android:pathData="M81.183,59.661L80.576,58.797" android:strokeColor="#ff7196ff" android:strokeWidth="2.23116" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M84.093,54.23L83.277,54.061" android:strokeColor="#ffd20000" android:strokeWidth="2.23116" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M62.767,49.71L63.14,50.516" android:strokeColor="#ffffd836" android:strokeWidth="2.23116" android:strokeLineCap="round" />
! <path android:fillColor="#00000000" android:pathData="M64.19,57.086L64.237,56.093" android:strokeColor="#ffffffff" android:strokeWidth="2.23116" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M57.581,58.592L58.211,59.147" android:strokeColor="#ffffc0ff" android:strokeWidth="2.23116" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M71.773,59.585L71.458,60.397" android:strokeColor="#ff146988" android:strokeWidth="2.23116" android:strokeLineCap="round" />
<path android:fillColor="#ffa5f7de" android:pathData="M84.694,65.011C86.382,65.011 87.751,63.641 87.751,61.951C87.751,60.261 86.382,58.89 84.694,58.89C83.006,58.89 81.637,60.261 81.637,61.951C81.637,63.641 83.006,65.011 84.694,65.011Z" />
--- 139,145 ----
<path android:fillColor="#00000000" android:pathData="M81.183,59.661L80.576,58.797" android:strokeColor="#ff7196ff" android:strokeWidth="2.23116" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M84.093,54.23L83.277,54.061" android:strokeColor="#ffd20000" android:strokeWidth="2.23116" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M62.767,49.71L63.14,50.516" android:strokeColor="#ffffd836" android:strokeWidth="2.23116" android:strokeLineCap="round" />
! <path android:fillColor="#00000000" android:pathData="M64.19,57.086L64.237,56.093" android:strokeColor="@color/white" android:strokeWidth="2.23116" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M57.581,58.592L58.211,59.147" android:strokeColor="#ffffc0ff" android:strokeWidth="2.23116" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M71.773,59.585L71.458,60.397" android:strokeColor="#ff146988" android:strokeWidth="2.23116" android:strokeLineCap="round" />
<path android:fillColor="#ffa5f7de" android:pathData="M84.694,65.011C86.382,65.011 87.751,63.641 87.751,61.951C87.751,60.261 86.382,58.89 84.694,58.89C83.006,58.89 81.637,60.261 81.637,61.951C81.637,63.641 83.006,65.011 84.694,65.011Z" />
diff -x dist -x build -craB from/res/drawable/img_server_boost_long.xml to/res/drawable/img_server_boost_long.xml
*** from/res/drawable/img_server_boost_long.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/img_server_boost_long.xml 2021-01-11 15:13:56.074669178 -0700
***************
*** 1,15 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="335.0dip" android:viewportWidth="335.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M4.659,22.358C5.084,22.013 5.717,22.108 6.098,22.5C6.695,23.113 7.423,23.599 8.282,23.956C9.48,24.454 10.677,24.703 11.875,24.703C12.953,24.703 13.911,24.513 14.75,24.132C15.588,23.751 16.082,23.15 16.232,22.33C16.321,21.861 16.232,21.451 15.962,21.099C15.693,20.718 15.318,20.41 14.839,20.176C14.36,19.941 13.791,19.751 13.133,19.604C12.504,19.429 11.875,19.297 11.246,19.209C9.989,19.004 8.791,18.623 7.653,18.066C6.546,17.48 5.587,16.733 4.779,15.824C3.971,14.916 3.387,13.861 3.028,12.659C2.668,11.429 2.623,10.081 2.893,8.615C3.192,7.033 3.746,5.7 4.555,4.615C5.393,3.502 6.396,2.608 7.564,1.934C8.731,1.231 10.004,0.733 11.381,0.44C12.788,0.147 14.226,0 15.693,0C16.651,0 17.594,0.073 18.522,0.22C19.45,0.366 20.348,0.63 21.217,1.011C22.085,1.392 22.908,1.905 23.687,2.549C24.258,3.023 24.805,3.583 25.328,4.229C25.65,4.627 25.542,5.201 25.116,5.49L20.732,8.46C20.342,8.724 19.818,8.655 19.461,8.35C18.905,7.875 18.278,7.509 17.579,7.253C16.621,6.901 15.678,6.711 14.75,6.681C13.731,6.652 12.848,6.828 12.1,7.209C11.351,7.59 10.932,8.176 10.842,8.967C10.722,9.875 11.022,10.564 11.74,11.033C12.459,11.472 13.432,11.824 14.66,12.088C16.037,12.352 17.369,12.703 18.657,13.143C19.974,13.553 21.082,14.168 21.98,14.989C22.908,15.78 23.582,16.82 24.001,18.11C24.42,19.37 24.45,20.967 24.091,22.901C23.792,24.425 23.238,25.758 22.429,26.901C21.651,28.015 20.678,28.952 19.51,29.714C18.342,30.476 16.995,31.048 15.468,31.429C13.971,31.809 12.369,32 10.663,32C9.704,32 8.701,31.883 7.653,31.648C6.635,31.414 5.632,31.062 4.644,30.593C3.686,30.125 2.773,29.538 1.905,28.835C1.247,28.303 0.667,27.703 0.164,27.036C-0.114,26.667 -0.026,26.155 0.335,25.862L4.659,22.358Z" />
! <path android:fillColor="#ffffffff" android:pathData="M39.08,11.438C38.999,11.99 39.436,12.483 40.006,12.483H50.743C51.31,12.483 51.747,12.974 51.669,13.525L50.94,18.682C50.876,19.135 50.481,19.472 50.014,19.472H38.751C38.285,19.472 37.89,19.808 37.825,20.26L37.416,23.088C37.336,23.639 37.774,24.132 38.343,24.132H50.206C50.773,24.132 51.21,24.621 51.133,25.171L50.355,30.768C50.292,31.222 49.896,31.56 49.428,31.56H29.179C28.611,31.56 28.174,31.069 28.252,30.518L32.437,1.229C32.501,0.776 32.897,0.44 33.363,0.44H53.613C54.182,0.44 54.619,0.933 54.539,1.484L53.727,7.081C53.662,7.533 53.267,7.868 52.801,7.868H40.412C39.946,7.868 39.552,8.203 39.486,8.654L39.08,11.438Z" />
! <path android:fillColor="#ffffffff" android:pathData="M67.537,22.092C67.365,21.829 67.068,21.67 66.749,21.67H66.64C66.172,21.67 65.777,22.008 65.713,22.461L64.543,30.77C64.479,31.223 64.084,31.56 63.616,31.56H57.379C56.81,31.56 56.373,31.069 56.452,30.518L60.636,1.229C60.701,0.776 61.096,0.44 61.563,0.44H73.459C75.106,0.44 76.603,0.659 77.95,1.099C79.328,1.538 80.48,2.198 81.409,3.077C82.367,3.956 83.055,5.07 83.474,6.418C83.894,7.766 83.998,9.348 83.789,11.165C83.579,12.601 83.265,13.832 82.846,14.857C82.426,15.854 81.902,16.718 81.274,17.451C80.645,18.154 79.896,18.784 79.028,19.341C78.436,19.701 77.794,20.054 77.104,20.4C76.588,20.659 76.412,21.304 76.745,21.769L82.714,30.12C83.148,30.727 82.704,31.56 81.947,31.56H74.241C73.922,31.56 73.624,31.401 73.453,31.138L67.537,22.092ZM71.528,14.901C72.785,14.901 73.758,14.535 74.447,13.802C75.136,13.04 75.54,12.205 75.66,11.297C75.78,10.359 75.585,9.538 75.076,8.835C74.597,8.132 73.758,7.78 72.561,7.78H68.657C68.191,7.78 67.797,8.116 67.731,8.567L66.964,13.857C66.884,14.408 67.321,14.901 67.89,14.901H71.528Z" />
! <path android:fillColor="#ffffffff" android:pathData="M108.74,0.926C108.893,0.603 109.225,0.396 109.589,0.396H116.102C116.797,0.396 117.249,1.112 116.939,1.72L101.974,31.054C101.816,31.364 101.492,31.56 101.137,31.56H95.103C94.663,31.56 94.283,31.261 94.189,30.841L87.594,1.508C87.466,0.937 87.91,0.396 88.508,0.396H95.187C95.639,0.396 96.026,0.712 96.107,1.147L98.797,15.604L99.243,22.983C99.244,23.011 99.268,23.033 99.296,23.033C99.32,23.033 99.34,23.018 99.348,22.997L101.761,15.648L108.74,0.926Z" />
! <path android:fillColor="#ffffffff" android:pathData="M127.976,11.438C127.896,11.99 128.333,12.483 128.903,12.483H139.639C140.207,12.483 140.644,12.974 140.566,13.525L139.837,18.682C139.773,19.135 139.378,19.472 138.91,19.472H127.648C127.182,19.472 126.787,19.808 126.722,20.26L126.313,23.088C126.233,23.639 126.671,24.132 127.24,24.132H139.103C139.67,24.132 140.107,24.621 140.03,25.171L139.252,30.768C139.189,31.222 138.793,31.56 138.325,31.56H118.076C117.508,31.56 117.07,31.069 117.149,30.518L121.334,1.229C121.398,0.776 121.794,0.44 122.26,0.44H142.51C143.079,0.44 143.516,0.933 143.436,1.484L142.624,7.081C142.559,7.533 142.164,7.868 141.698,7.868H129.309C128.843,7.868 128.449,8.203 128.383,8.654L127.976,11.438Z" />
! <path android:fillColor="#ffffffff" android:pathData="M156.434,22.092C156.262,21.829 155.965,21.67 155.646,21.67H155.537C155.069,21.67 154.674,22.008 154.61,22.461L153.44,30.77C153.376,31.223 152.981,31.56 152.513,31.56H146.275C145.707,31.56 145.27,31.069 145.349,30.518L149.533,1.229C149.598,0.776 149.993,0.44 150.46,0.44H162.356C164.003,0.44 165.5,0.659 166.847,1.099C168.224,1.538 169.377,2.198 170.305,3.077C171.264,3.956 171.952,5.07 172.371,6.418C172.79,7.766 172.895,9.348 172.686,11.165C172.476,12.601 172.162,13.832 171.743,14.857C171.323,15.854 170.799,16.718 170.171,17.451C169.542,18.154 168.793,18.784 167.925,19.341C167.333,19.701 166.691,20.054 166.001,20.4C165.485,20.659 165.309,21.304 165.642,21.769L171.611,30.12C172.045,30.727 171.601,31.56 170.844,31.56H163.138C162.819,31.56 162.521,31.401 162.349,31.138L156.434,22.092ZM160.425,14.901C161.682,14.901 162.655,14.535 163.344,13.802C164.033,13.04 164.437,12.205 164.557,11.297C164.676,10.359 164.482,9.538 163.973,8.835C163.494,8.132 162.655,7.78 161.458,7.78H157.554C157.088,7.78 156.693,8.116 156.628,8.567L155.861,13.857C155.781,14.408 156.218,14.901 156.787,14.901H160.425Z" />
! <path android:fillColor="#ffffffff" android:pathData="M211.598,9.934C211.539,10.286 211.404,10.696 211.194,11.165C211.015,11.634 210.745,12.103 210.386,12.571C210.056,13.04 209.652,13.495 209.173,13.934C209.152,13.954 209.13,13.973 209.108,13.993C208.537,14.498 208.517,15.512 209.09,16.014C209.399,16.285 209.667,16.573 209.892,16.879C210.431,17.612 210.805,18.374 211.015,19.165C211.224,19.956 211.284,20.733 211.194,21.494C211.134,22.256 211.015,22.93 210.835,23.517C210.057,26.037 208.664,28.015 206.658,29.451C204.682,30.857 201.927,31.56 198.394,31.56H186.491C185.922,31.56 185.485,31.069 185.564,30.518L189.749,1.229C189.813,0.776 190.208,0.44 190.675,0.44H202.616C204.143,0.44 205.505,0.659 206.703,1.099C207.931,1.538 208.949,2.168 209.757,2.989C210.565,3.78 211.134,4.762 211.464,5.934C211.823,7.106 211.868,8.44 211.598,9.934ZM200.865,12.615C201.853,12.615 202.631,12.337 203.2,11.78C203.799,11.194 204.143,10.55 204.233,9.846C204.353,9.143 204.203,8.513 203.784,7.956C203.395,7.37 202.691,7.077 201.673,7.077H197.814C197.348,7.077 196.953,7.412 196.887,7.863L196.346,11.57C196.266,12.122 196.703,12.615 197.273,12.615H200.865ZM199.158,24.659C200.356,24.659 201.299,24.337 201.987,23.692C202.706,23.018 203.11,22.286 203.2,21.494C203.32,20.674 203.125,19.941 202.616,19.297C202.107,18.623 201.254,18.286 200.056,18.286H196.201C195.733,18.286 195.338,18.623 195.274,19.076L194.634,23.618C194.556,24.169 194.993,24.659 195.561,24.659H199.158Z" />
! <path android:fillColor="#ffffffff" android:pathData="M217.439,10.681C217.709,8.894 218.307,7.341 219.236,6.022C220.194,4.674 221.346,3.56 222.694,2.681C224.071,1.773 225.568,1.099 227.185,0.659C228.832,0.22 230.478,0 232.125,0C233.772,0 235.359,0.22 236.886,0.659C238.413,1.099 239.73,1.773 240.838,2.681C241.946,3.56 242.784,4.674 243.353,6.022C243.922,7.341 244.072,8.894 243.802,10.681L242.23,21.319C241.961,23.106 241.362,24.674 240.434,26.022C239.536,27.341 238.413,28.454 237.065,29.363C235.718,30.242 234.221,30.901 232.574,31.341C230.928,31.78 229.236,32 227.499,32C225.853,32 224.266,31.78 222.739,31.341C221.242,30.901 219.939,30.242 218.831,29.363C217.724,28.454 216.885,27.341 216.316,26.022C215.747,24.674 215.598,23.106 215.867,21.319L217.439,10.681ZM223.906,21.319C223.817,21.875 223.891,22.374 224.131,22.813C224.37,23.223 224.7,23.575 225.119,23.868C225.538,24.132 226.032,24.337 226.601,24.483C227.2,24.63 227.799,24.703 228.398,24.703C229.056,24.703 229.7,24.63 230.329,24.483C230.987,24.337 231.586,24.117 232.125,23.824C232.664,23.531 233.113,23.165 233.473,22.725C233.862,22.256 234.101,21.714 234.191,21.099L235.763,10.681C235.853,10.095 235.793,9.582 235.583,9.143C235.374,8.703 235.059,8.337 234.64,8.044C234.221,7.751 233.712,7.531 233.113,7.385C232.544,7.238 231.931,7.165 231.272,7.165C230.613,7.165 229.954,7.238 229.296,7.385C228.667,7.531 228.083,7.751 227.544,8.044C227.005,8.337 226.541,8.703 226.152,9.143C225.793,9.582 225.568,10.095 225.478,10.681L223.906,21.319Z" />
! <path android:fillColor="#ffffffff" android:pathData="M249.06,10.681C249.329,8.894 249.928,7.341 250.856,6.022C251.814,4.674 252.967,3.56 254.314,2.681C255.692,1.773 257.189,1.099 258.805,0.659C260.452,0.22 262.099,0 263.746,0C265.393,0 266.979,0.22 268.506,0.659C270.033,1.099 271.351,1.773 272.459,2.681C273.566,3.56 274.405,4.674 274.974,6.022C275.543,7.341 275.692,8.894 275.423,10.681L273.851,21.319C273.581,23.106 272.983,24.674 272.054,26.022C271.156,27.341 270.033,28.454 268.686,29.363C267.339,30.242 265.842,30.901 264.195,31.341C262.548,31.78 260.856,32 259.12,32C257.473,32 255.886,31.78 254.359,31.341C252.862,30.901 251.56,30.242 250.452,29.363C249.344,28.454 248.506,27.341 247.937,26.022C247.368,24.674 247.218,23.106 247.488,21.319L249.06,10.681ZM255.527,21.319C255.437,21.875 255.512,22.374 255.751,22.813C255.991,23.223 256.32,23.575 256.74,23.868C257.159,24.132 257.653,24.337 258.222,24.483C258.82,24.63 259.419,24.703 260.018,24.703C260.677,24.703 261.321,24.63 261.949,24.483C262.608,24.337 263.207,24.117 263.746,23.824C264.285,23.531 264.734,23.165 265.093,22.725C265.482,22.256 265.722,21.714 265.812,21.099L267.384,10.681C267.473,10.095 267.414,9.582 267.204,9.143C266.994,8.703 266.68,8.337 266.261,8.044C265.842,7.751 265.333,7.531 264.734,7.385C264.165,7.238 263.551,7.165 262.892,7.165C262.234,7.165 261.575,7.238 260.916,7.385C260.288,7.531 259.704,7.751 259.165,8.044C258.626,8.337 258.162,8.703 257.773,9.143C257.413,9.582 257.189,10.095 257.099,10.681L255.527,21.319Z" />
! <path android:fillColor="#ffffffff" android:pathData="M282.356,22.358C282.782,22.013 283.415,22.108 283.796,22.5C284.393,23.113 285.121,23.599 285.98,23.956C287.177,24.454 288.375,24.703 289.573,24.703C290.651,24.703 291.609,24.513 292.447,24.132C293.285,23.751 293.779,23.15 293.929,22.33C294.019,21.861 293.929,21.451 293.66,21.099C293.39,20.718 293.016,20.41 292.537,20.176C292.058,19.941 291.489,19.751 290.83,19.604C290.202,19.429 289.573,19.297 288.944,19.209C287.686,19.004 286.489,18.623 285.351,18.066C284.243,17.48 283.285,16.733 282.477,15.824C281.668,14.916 281.084,13.861 280.725,12.659C280.366,11.429 280.321,10.081 280.59,8.615C280.89,7.033 281.444,5.7 282.252,4.615C283.091,3.502 284.094,2.608 285.261,1.934C286.429,1.231 287.701,0.733 289.079,0.44C290.486,0.147 291.923,0 293.39,0C294.348,0 295.291,0.073 296.22,0.22C297.148,0.366 298.046,0.63 298.914,1.011C299.783,1.392 300.606,1.905 301.385,2.549C301.956,3.023 302.503,3.583 303.026,4.229C303.347,4.627 303.239,5.201 302.813,5.49L298.43,8.46C298.04,8.724 297.515,8.655 297.158,8.35C296.603,7.875 295.975,7.509 295.277,7.253C294.318,6.901 293.375,6.711 292.447,6.681C291.429,6.652 290.546,6.828 289.797,7.209C289.049,7.59 288.63,8.176 288.54,8.967C288.42,9.875 288.719,10.564 289.438,11.033C290.157,11.472 291.13,11.824 292.357,12.088C293.735,12.352 295.067,12.703 296.354,13.143C297.672,13.553 298.78,14.168 299.678,14.989C300.606,15.78 301.28,16.82 301.699,18.11C302.118,19.37 302.148,20.967 301.789,22.901C301.489,24.425 300.935,25.758 300.127,26.901C299.349,28.015 298.375,28.952 297.208,29.714C296.04,30.476 294.693,31.048 293.166,31.429C291.669,31.809 290.067,32 288.36,32C287.402,32 286.399,31.883 285.351,31.648C284.333,31.414 283.33,31.062 282.342,30.593C281.384,30.125 280.471,29.538 279.602,28.835C278.945,28.303 278.365,27.703 277.862,27.036C277.584,26.667 277.671,26.155 278.032,25.862L282.356,22.358Z" />
! <path android:fillColor="#ffffffff" android:pathData="M324.761,7.604C324.293,7.604 323.898,7.942 323.834,8.395L320.688,30.77C320.624,31.223 320.229,31.56 319.761,31.56H313.521C312.954,31.56 312.517,31.07 312.594,30.52L315.67,8.645C315.747,8.095 315.31,7.604 314.743,7.604H308.321C307.75,7.604 307.312,7.109 307.395,6.556L308.199,1.179C308.266,0.729 308.66,0.396 309.125,0.396H332.519C333.089,0.396 333.527,0.891 333.444,1.444L332.64,6.821C332.573,7.271 332.179,7.604 331.715,7.604H324.761Z" />
</vector>
\ No newline at end of file
--- 1,15 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="335.0dip" android:viewportWidth="335.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M4.659,22.358C5.084,22.013 5.717,22.108 6.098,22.5C6.695,23.113 7.423,23.599 8.282,23.956C9.48,24.454 10.677,24.703 11.875,24.703C12.953,24.703 13.911,24.513 14.75,24.132C15.588,23.751 16.082,23.15 16.232,22.33C16.321,21.861 16.232,21.451 15.962,21.099C15.693,20.718 15.318,20.41 14.839,20.176C14.36,19.941 13.791,19.751 13.133,19.604C12.504,19.429 11.875,19.297 11.246,19.209C9.989,19.004 8.791,18.623 7.653,18.066C6.546,17.48 5.587,16.733 4.779,15.824C3.971,14.916 3.387,13.861 3.028,12.659C2.668,11.429 2.623,10.081 2.893,8.615C3.192,7.033 3.746,5.7 4.555,4.615C5.393,3.502 6.396,2.608 7.564,1.934C8.731,1.231 10.004,0.733 11.381,0.44C12.788,0.147 14.226,0 15.693,0C16.651,0 17.594,0.073 18.522,0.22C19.45,0.366 20.348,0.63 21.217,1.011C22.085,1.392 22.908,1.905 23.687,2.549C24.258,3.023 24.805,3.583 25.328,4.229C25.65,4.627 25.542,5.201 25.116,5.49L20.732,8.46C20.342,8.724 19.818,8.655 19.461,8.35C18.905,7.875 18.278,7.509 17.579,7.253C16.621,6.901 15.678,6.711 14.75,6.681C13.731,6.652 12.848,6.828 12.1,7.209C11.351,7.59 10.932,8.176 10.842,8.967C10.722,9.875 11.022,10.564 11.74,11.033C12.459,11.472 13.432,11.824 14.66,12.088C16.037,12.352 17.369,12.703 18.657,13.143C19.974,13.553 21.082,14.168 21.98,14.989C22.908,15.78 23.582,16.82 24.001,18.11C24.42,19.37 24.45,20.967 24.091,22.901C23.792,24.425 23.238,25.758 22.429,26.901C21.651,28.015 20.678,28.952 19.51,29.714C18.342,30.476 16.995,31.048 15.468,31.429C13.971,31.809 12.369,32 10.663,32C9.704,32 8.701,31.883 7.653,31.648C6.635,31.414 5.632,31.062 4.644,30.593C3.686,30.125 2.773,29.538 1.905,28.835C1.247,28.303 0.667,27.703 0.164,27.036C-0.114,26.667 -0.026,26.155 0.335,25.862L4.659,22.358Z" />
! <path android:fillColor="@color/white" android:pathData="M39.08,11.438C38.999,11.99 39.436,12.483 40.006,12.483H50.743C51.31,12.483 51.747,12.974 51.669,13.525L50.94,18.682C50.876,19.135 50.481,19.472 50.014,19.472H38.751C38.285,19.472 37.89,19.808 37.825,20.26L37.416,23.088C37.336,23.639 37.774,24.132 38.343,24.132H50.206C50.773,24.132 51.21,24.621 51.133,25.171L50.355,30.768C50.292,31.222 49.896,31.56 49.428,31.56H29.179C28.611,31.56 28.174,31.069 28.252,30.518L32.437,1.229C32.501,0.776 32.897,0.44 33.363,0.44H53.613C54.182,0.44 54.619,0.933 54.539,1.484L53.727,7.081C53.662,7.533 53.267,7.868 52.801,7.868H40.412C39.946,7.868 39.552,8.203 39.486,8.654L39.08,11.438Z" />
! <path android:fillColor="@color/white" android:pathData="M67.537,22.092C67.365,21.829 67.068,21.67 66.749,21.67H66.64C66.172,21.67 65.777,22.008 65.713,22.461L64.543,30.77C64.479,31.223 64.084,31.56 63.616,31.56H57.379C56.81,31.56 56.373,31.069 56.452,30.518L60.636,1.229C60.701,0.776 61.096,0.44 61.563,0.44H73.459C75.106,0.44 76.603,0.659 77.95,1.099C79.328,1.538 80.48,2.198 81.409,3.077C82.367,3.956 83.055,5.07 83.474,6.418C83.894,7.766 83.998,9.348 83.789,11.165C83.579,12.601 83.265,13.832 82.846,14.857C82.426,15.854 81.902,16.718 81.274,17.451C80.645,18.154 79.896,18.784 79.028,19.341C78.436,19.701 77.794,20.054 77.104,20.4C76.588,20.659 76.412,21.304 76.745,21.769L82.714,30.12C83.148,30.727 82.704,31.56 81.947,31.56H74.241C73.922,31.56 73.624,31.401 73.453,31.138L67.537,22.092ZM71.528,14.901C72.785,14.901 73.758,14.535 74.447,13.802C75.136,13.04 75.54,12.205 75.66,11.297C75.78,10.359 75.585,9.538 75.076,8.835C74.597,8.132 73.758,7.78 72.561,7.78H68.657C68.191,7.78 67.797,8.116 67.731,8.567L66.964,13.857C66.884,14.408 67.321,14.901 67.89,14.901H71.528Z" />
! <path android:fillColor="@color/white" android:pathData="M108.74,0.926C108.893,0.603 109.225,0.396 109.589,0.396H116.102C116.797,0.396 117.249,1.112 116.939,1.72L101.974,31.054C101.816,31.364 101.492,31.56 101.137,31.56H95.103C94.663,31.56 94.283,31.261 94.189,30.841L87.594,1.508C87.466,0.937 87.91,0.396 88.508,0.396H95.187C95.639,0.396 96.026,0.712 96.107,1.147L98.797,15.604L99.243,22.983C99.244,23.011 99.268,23.033 99.296,23.033C99.32,23.033 99.34,23.018 99.348,22.997L101.761,15.648L108.74,0.926Z" />
! <path android:fillColor="@color/white" android:pathData="M127.976,11.438C127.896,11.99 128.333,12.483 128.903,12.483H139.639C140.207,12.483 140.644,12.974 140.566,13.525L139.837,18.682C139.773,19.135 139.378,19.472 138.91,19.472H127.648C127.182,19.472 126.787,19.808 126.722,20.26L126.313,23.088C126.233,23.639 126.671,24.132 127.24,24.132H139.103C139.67,24.132 140.107,24.621 140.03,25.171L139.252,30.768C139.189,31.222 138.793,31.56 138.325,31.56H118.076C117.508,31.56 117.07,31.069 117.149,30.518L121.334,1.229C121.398,0.776 121.794,0.44 122.26,0.44H142.51C143.079,0.44 143.516,0.933 143.436,1.484L142.624,7.081C142.559,7.533 142.164,7.868 141.698,7.868H129.309C128.843,7.868 128.449,8.203 128.383,8.654L127.976,11.438Z" />
! <path android:fillColor="@color/white" android:pathData="M156.434,22.092C156.262,21.829 155.965,21.67 155.646,21.67H155.537C155.069,21.67 154.674,22.008 154.61,22.461L153.44,30.77C153.376,31.223 152.981,31.56 152.513,31.56H146.275C145.707,31.56 145.27,31.069 145.349,30.518L149.533,1.229C149.598,0.776 149.993,0.44 150.46,0.44H162.356C164.003,0.44 165.5,0.659 166.847,1.099C168.224,1.538 169.377,2.198 170.305,3.077C171.264,3.956 171.952,5.07 172.371,6.418C172.79,7.766 172.895,9.348 172.686,11.165C172.476,12.601 172.162,13.832 171.743,14.857C171.323,15.854 170.799,16.718 170.171,17.451C169.542,18.154 168.793,18.784 167.925,19.341C167.333,19.701 166.691,20.054 166.001,20.4C165.485,20.659 165.309,21.304 165.642,21.769L171.611,30.12C172.045,30.727 171.601,31.56 170.844,31.56H163.138C162.819,31.56 162.521,31.401 162.349,31.138L156.434,22.092ZM160.425,14.901C161.682,14.901 162.655,14.535 163.344,13.802C164.033,13.04 164.437,12.205 164.557,11.297C164.676,10.359 164.482,9.538 163.973,8.835C163.494,8.132 162.655,7.78 161.458,7.78H157.554C157.088,7.78 156.693,8.116 156.628,8.567L155.861,13.857C155.781,14.408 156.218,14.901 156.787,14.901H160.425Z" />
! <path android:fillColor="@color/white" android:pathData="M211.598,9.934C211.539,10.286 211.404,10.696 211.194,11.165C211.015,11.634 210.745,12.103 210.386,12.571C210.056,13.04 209.652,13.495 209.173,13.934C209.152,13.954 209.13,13.973 209.108,13.993C208.537,14.498 208.517,15.512 209.09,16.014C209.399,16.285 209.667,16.573 209.892,16.879C210.431,17.612 210.805,18.374 211.015,19.165C211.224,19.956 211.284,20.733 211.194,21.494C211.134,22.256 211.015,22.93 210.835,23.517C210.057,26.037 208.664,28.015 206.658,29.451C204.682,30.857 201.927,31.56 198.394,31.56H186.491C185.922,31.56 185.485,31.069 185.564,30.518L189.749,1.229C189.813,0.776 190.208,0.44 190.675,0.44H202.616C204.143,0.44 205.505,0.659 206.703,1.099C207.931,1.538 208.949,2.168 209.757,2.989C210.565,3.78 211.134,4.762 211.464,5.934C211.823,7.106 211.868,8.44 211.598,9.934ZM200.865,12.615C201.853,12.615 202.631,12.337 203.2,11.78C203.799,11.194 204.143,10.55 204.233,9.846C204.353,9.143 204.203,8.513 203.784,7.956C203.395,7.37 202.691,7.077 201.673,7.077H197.814C197.348,7.077 196.953,7.412 196.887,7.863L196.346,11.57C196.266,12.122 196.703,12.615 197.273,12.615H200.865ZM199.158,24.659C200.356,24.659 201.299,24.337 201.987,23.692C202.706,23.018 203.11,22.286 203.2,21.494C203.32,20.674 203.125,19.941 202.616,19.297C202.107,18.623 201.254,18.286 200.056,18.286H196.201C195.733,18.286 195.338,18.623 195.274,19.076L194.634,23.618C194.556,24.169 194.993,24.659 195.561,24.659H199.158Z" />
! <path android:fillColor="@color/white" android:pathData="M217.439,10.681C217.709,8.894 218.307,7.341 219.236,6.022C220.194,4.674 221.346,3.56 222.694,2.681C224.071,1.773 225.568,1.099 227.185,0.659C228.832,0.22 230.478,0 232.125,0C233.772,0 235.359,0.22 236.886,0.659C238.413,1.099 239.73,1.773 240.838,2.681C241.946,3.56 242.784,4.674 243.353,6.022C243.922,7.341 244.072,8.894 243.802,10.681L242.23,21.319C241.961,23.106 241.362,24.674 240.434,26.022C239.536,27.341 238.413,28.454 237.065,29.363C235.718,30.242 234.221,30.901 232.574,31.341C230.928,31.78 229.236,32 227.499,32C225.853,32 224.266,31.78 222.739,31.341C221.242,30.901 219.939,30.242 218.831,29.363C217.724,28.454 216.885,27.341 216.316,26.022C215.747,24.674 215.598,23.106 215.867,21.319L217.439,10.681ZM223.906,21.319C223.817,21.875 223.891,22.374 224.131,22.813C224.37,23.223 224.7,23.575 225.119,23.868C225.538,24.132 226.032,24.337 226.601,24.483C227.2,24.63 227.799,24.703 228.398,24.703C229.056,24.703 229.7,24.63 230.329,24.483C230.987,24.337 231.586,24.117 232.125,23.824C232.664,23.531 233.113,23.165 233.473,22.725C233.862,22.256 234.101,21.714 234.191,21.099L235.763,10.681C235.853,10.095 235.793,9.582 235.583,9.143C235.374,8.703 235.059,8.337 234.64,8.044C234.221,7.751 233.712,7.531 233.113,7.385C232.544,7.238 231.931,7.165 231.272,7.165C230.613,7.165 229.954,7.238 229.296,7.385C228.667,7.531 228.083,7.751 227.544,8.044C227.005,8.337 226.541,8.703 226.152,9.143C225.793,9.582 225.568,10.095 225.478,10.681L223.906,21.319Z" />
! <path android:fillColor="@color/white" android:pathData="M249.06,10.681C249.329,8.894 249.928,7.341 250.856,6.022C251.814,4.674 252.967,3.56 254.314,2.681C255.692,1.773 257.189,1.099 258.805,0.659C260.452,0.22 262.099,0 263.746,0C265.393,0 266.979,0.22 268.506,0.659C270.033,1.099 271.351,1.773 272.459,2.681C273.566,3.56 274.405,4.674 274.974,6.022C275.543,7.341 275.692,8.894 275.423,10.681L273.851,21.319C273.581,23.106 272.983,24.674 272.054,26.022C271.156,27.341 270.033,28.454 268.686,29.363C267.339,30.242 265.842,30.901 264.195,31.341C262.548,31.78 260.856,32 259.12,32C257.473,32 255.886,31.78 254.359,31.341C252.862,30.901 251.56,30.242 250.452,29.363C249.344,28.454 248.506,27.341 247.937,26.022C247.368,24.674 247.218,23.106 247.488,21.319L249.06,10.681ZM255.527,21.319C255.437,21.875 255.512,22.374 255.751,22.813C255.991,23.223 256.32,23.575 256.74,23.868C257.159,24.132 257.653,24.337 258.222,24.483C258.82,24.63 259.419,24.703 260.018,24.703C260.677,24.703 261.321,24.63 261.949,24.483C262.608,24.337 263.207,24.117 263.746,23.824C264.285,23.531 264.734,23.165 265.093,22.725C265.482,22.256 265.722,21.714 265.812,21.099L267.384,10.681C267.473,10.095 267.414,9.582 267.204,9.143C266.994,8.703 266.68,8.337 266.261,8.044C265.842,7.751 265.333,7.531 264.734,7.385C264.165,7.238 263.551,7.165 262.892,7.165C262.234,7.165 261.575,7.238 260.916,7.385C260.288,7.531 259.704,7.751 259.165,8.044C258.626,8.337 258.162,8.703 257.773,9.143C257.413,9.582 257.189,10.095 257.099,10.681L255.527,21.319Z" />
! <path android:fillColor="@color/white" android:pathData="M282.356,22.358C282.782,22.013 283.415,22.108 283.796,22.5C284.393,23.113 285.121,23.599 285.98,23.956C287.177,24.454 288.375,24.703 289.573,24.703C290.651,24.703 291.609,24.513 292.447,24.132C293.285,23.751 293.779,23.15 293.929,22.33C294.019,21.861 293.929,21.451 293.66,21.099C293.39,20.718 293.016,20.41 292.537,20.176C292.058,19.941 291.489,19.751 290.83,19.604C290.202,19.429 289.573,19.297 288.944,19.209C287.686,19.004 286.489,18.623 285.351,18.066C284.243,17.48 283.285,16.733 282.477,15.824C281.668,14.916 281.084,13.861 280.725,12.659C280.366,11.429 280.321,10.081 280.59,8.615C280.89,7.033 281.444,5.7 282.252,4.615C283.091,3.502 284.094,2.608 285.261,1.934C286.429,1.231 287.701,0.733 289.079,0.44C290.486,0.147 291.923,0 293.39,0C294.348,0 295.291,0.073 296.22,0.22C297.148,0.366 298.046,0.63 298.914,1.011C299.783,1.392 300.606,1.905 301.385,2.549C301.956,3.023 302.503,3.583 303.026,4.229C303.347,4.627 303.239,5.201 302.813,5.49L298.43,8.46C298.04,8.724 297.515,8.655 297.158,8.35C296.603,7.875 295.975,7.509 295.277,7.253C294.318,6.901 293.375,6.711 292.447,6.681C291.429,6.652 290.546,6.828 289.797,7.209C289.049,7.59 288.63,8.176 288.54,8.967C288.42,9.875 288.719,10.564 289.438,11.033C290.157,11.472 291.13,11.824 292.357,12.088C293.735,12.352 295.067,12.703 296.354,13.143C297.672,13.553 298.78,14.168 299.678,14.989C300.606,15.78 301.28,16.82 301.699,18.11C302.118,19.37 302.148,20.967 301.789,22.901C301.489,24.425 300.935,25.758 300.127,26.901C299.349,28.015 298.375,28.952 297.208,29.714C296.04,30.476 294.693,31.048 293.166,31.429C291.669,31.809 290.067,32 288.36,32C287.402,32 286.399,31.883 285.351,31.648C284.333,31.414 283.33,31.062 282.342,30.593C281.384,30.125 280.471,29.538 279.602,28.835C278.945,28.303 278.365,27.703 277.862,27.036C277.584,26.667 277.671,26.155 278.032,25.862L282.356,22.358Z" />
! <path android:fillColor="@color/white" android:pathData="M324.761,7.604C324.293,7.604 323.898,7.942 323.834,8.395L320.688,30.77C320.624,31.223 320.229,31.56 319.761,31.56H313.521C312.954,31.56 312.517,31.07 312.594,30.52L315.67,8.645C315.747,8.095 315.31,7.604 314.743,7.604H308.321C307.75,7.604 307.312,7.109 307.395,6.556L308.199,1.179C308.266,0.729 308.66,0.396 309.125,0.396H332.519C333.089,0.396 333.527,0.891 333.444,1.444L332.64,6.821C332.573,7.271 332.179,7.604 331.715,7.604H324.761Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/img_stickers_search_empty_90dp.xml to/res/drawable/img_stickers_search_empty_90dp.xml
*** from/res/drawable/img_stickers_search_empty_90dp.xml 2021-01-02 17:58:42.828414374 -0700
--- to/res/drawable/img_stickers_search_empty_90dp.xml 2021-01-11 15:13:56.128668369 -0700
***************
*** 26,35 ****
<path android:fillColor="#ff72737d" android:pathData="M41.2833,0.5864L56.1733,0.0404C56.6239,0.0239 57.0626,0.187 57.3928,0.4939C57.7231,0.8008 57.918,1.2264 57.9345,1.677L58.0078,3.6756L39.7201,4.3462L39.6468,2.3475C39.6302,1.897 39.7934,1.4583 40.1003,1.128C40.4072,0.7977 40.8328,0.6029 41.2833,0.5864V0.5864Z" />
<path android:fillColor="#ff888991" android:pathData="M67.6013,11.4963L29.2271,12.9034C26.302,13.0107 24.0176,15.469 24.1249,18.3941L24.7335,34.9929C24.8408,37.9181 27.299,40.2024 30.2242,40.0952L68.5984,38.6881C71.5235,38.5808 73.8079,36.1225 73.7006,33.1974L73.092,16.5986C72.9847,13.6734 70.5265,11.3891 67.6013,11.4963Z" />
<path android:fillColor="#ff18191c" android:pathData="M67.561,10.3971L29.1868,11.8042C26.2617,11.9115 23.9773,14.3697 24.0846,17.2949L24.6932,33.8937C24.8005,36.8188 27.2588,39.1032 30.1839,38.9959L68.5581,37.5888C71.4832,37.4815 73.7676,35.0233 73.6603,32.0982L73.0517,15.4993C72.9444,12.5742 70.4862,10.2898 67.561,10.3971Z" />
! <path android:fillColor="#ffffffff" android:pathData="M34.6917,26.4509L36.6903,26.3776C38.4565,26.3129 39.8357,24.8286 39.7709,23.0625L39.7684,22.9926C39.7036,21.2264 38.2194,19.8472 36.4532,19.912L34.4546,19.9853C32.6885,20.05 31.3092,21.5343 31.374,23.3004L31.3766,23.3703C31.4413,25.1365 32.9256,26.5157 34.6917,26.4509Z" />
! <path android:fillColor="#ffffffff" android:pathData="M61.1459,25.414L62.9447,25.348C64.7109,25.2833 66.0901,23.799 66.0253,22.0329L66.0228,21.963C65.958,20.1968 64.4738,18.8176 62.7076,18.8824L60.9089,18.9483C59.1427,19.0131 57.7635,20.4973 57.8283,22.2634L57.8308,22.3334C57.8956,24.0995 59.3798,25.4788 61.1459,25.414Z" />
<path android:fillColor="#ffdee1e3" android:pathData="M56.0001,55.4H41.4002L39.4002,65.6C39.3524,65.8291 39.359,66.0662 39.4193,66.2923C39.4796,66.5185 39.5921,66.7274 39.7475,66.9023C39.903,67.0772 40.0973,67.2133 40.3148,67.2997C40.5323,67.3862 40.767,67.4205 41.0001,67.4H56.4002C56.6282,67.4018 56.854,67.3548 57.0624,67.2622C57.2708,67.1695 57.457,67.0334 57.6086,66.863C57.7601,66.6925 57.8734,66.4917 57.9409,66.2738C58.0085,66.056 58.0287,65.8262 58.0001,65.6L56.0001,55.4Z" />
! <path android:fillColor="#ffffffff" android:pathData="M46.4002,29.7L46.0002,29.5C45.9296,29.4512 45.8703,29.3878 45.8263,29.3141C45.7823,29.2404 45.7546,29.1581 45.7451,29.0728C45.7356,28.9875 45.7446,28.9011 45.7713,28.8196C45.7981,28.738 45.842,28.6631 45.9002,28.6C47.3771,27.1486 49.2758,26.2023 51.3238,25.8969C53.3719,25.5915 55.4641,25.9426 57.3002,26.9C57.3845,26.916 57.4633,26.9535 57.5289,27.0087C57.5946,27.064 57.6449,27.1353 57.6751,27.2157C57.7052,27.296 57.7141,27.3828 57.701,27.4676C57.6879,27.5525 57.6532,27.6325 57.6002,27.7C57.5678,27.7726 57.5213,27.838 57.4634,27.8925C57.4055,27.947 57.3373,27.9894 57.2629,28.0173C57.1885,28.0452 57.1092,28.0581 57.0298,28.0551C56.9504,28.0521 56.8723,28.0334 56.8002,28C55.2076,27.1543 53.3851,26.8435 51.6022,27.1137C49.8194,27.3838 48.1708,28.2205 46.9002,29.5L46.4002,29.7Z" />
<path android:fillColor="#ffdee1e3" android:pathData="M83.8002,6.7L82.8002,9.4C82.728,9.4963 82.6929,9.6154 82.7015,9.7354C82.71,9.8555 82.7615,9.9684 82.8466,10.0535C82.9317,10.1386 83.0447,10.1902 83.1648,10.1987C83.2848,10.2073 83.4039,10.1722 83.5002,10.1L86.2002,9.1H86.6002L89.3002,10.1C89.7002,10.3 90.1002,9.8 90.0002,9.4L88.9002,6.7V6.3L90.0002,3.6C90.1002,3.2 89.7002,2.7 89.3002,2.9L86.6002,4H86.2002L83.5002,2.9C83.4039,2.8278 83.2848,2.7927 83.1648,2.8012C83.0447,2.8098 82.9317,2.8613 82.8466,2.9464C82.7615,3.0315 82.71,3.1445 82.7015,3.2645C82.6929,3.3846 82.728,3.5037 82.8002,3.6L83.8002,6.3C83.8494,6.355 83.8766,6.4262 83.8766,6.5C83.8766,6.5738 83.8494,6.645 83.8002,6.7V6.7Z" />
<path android:fillColor="#ff4f545c" android:pathData="M3.0001,72L0.3001,73.1C0.2176,73.1547 0.1499,73.229 0.1031,73.3162C0.0562,73.4035 0.0317,73.501 0.0317,73.6C0.0317,73.699 0.0562,73.7965 0.1031,73.8837C0.1499,73.9709 0.2176,74.0452 0.3001,74.1L3.0001,75.3L3.2001,75.6L4.4001,78.2C4.4548,78.2825 4.5291,78.3502 4.6164,78.397C4.7036,78.4438 4.8011,78.4683 4.9001,78.4683C4.9991,78.4683 5.0966,78.4438 5.1838,78.397C5.271,78.3502 5.3453,78.2825 5.4001,78.2L6.6001,75.6L6.8001,75.3L9.5001,74.1C9.5826,74.0452 9.6503,73.9709 9.6971,73.8837C9.7439,73.7965 9.7684,73.699 9.7684,73.6C9.7684,73.501 9.7439,73.4035 9.6971,73.3162C9.6503,73.229 9.5826,73.1547 9.5001,73.1L6.8001,72L6.6001,71.7L5.4001,69C5.3453,68.9175 5.271,68.8498 5.1838,68.803C5.0966,68.7561 4.9991,68.7316 4.9001,68.7316C4.8011,68.7316 4.7036,68.7561 4.6164,68.803C4.5291,68.8498 4.4548,68.9175 4.4001,69L3.2001,71.7L3.0001,72Z" />
<path android:fillColor="#ff17191f" android:pathData="M80.8,56.9C80.8077,56.6826 80.866,56.47 80.9701,56.2791C81.0743,56.0881 81.2215,55.9241 81.4,55.8L85.9,53.2C86.0285,53.1116 86.1744,53.0515 86.3279,53.0238C86.4813,52.996 86.639,53.0012 86.7903,53.0391C86.9416,53.0769 87.0831,53.1465 87.2055,53.2432C87.3279,53.3399 87.4283,53.4615 87.5,53.6C87.5884,53.7285 87.6485,53.8743 87.6762,54.0278C87.704,54.1812 87.6988,54.3389 87.6609,54.4902C87.6231,54.6415 87.5535,54.783 87.4568,54.9054C87.3601,55.0278 87.2385,55.1282 87.1,55.2L82.6,57.9C82.3328,58.0504 82.018,58.0928 81.7204,58.0184C81.4229,57.944 81.1651,57.7585 81,57.5C80.8885,57.3178 80.8201,57.1126 80.8,56.9V56.9Z" />
--- 26,35 ----
<path android:fillColor="#ff72737d" android:pathData="M41.2833,0.5864L56.1733,0.0404C56.6239,0.0239 57.0626,0.187 57.3928,0.4939C57.7231,0.8008 57.918,1.2264 57.9345,1.677L58.0078,3.6756L39.7201,4.3462L39.6468,2.3475C39.6302,1.897 39.7934,1.4583 40.1003,1.128C40.4072,0.7977 40.8328,0.6029 41.2833,0.5864V0.5864Z" />
<path android:fillColor="#ff888991" android:pathData="M67.6013,11.4963L29.2271,12.9034C26.302,13.0107 24.0176,15.469 24.1249,18.3941L24.7335,34.9929C24.8408,37.9181 27.299,40.2024 30.2242,40.0952L68.5984,38.6881C71.5235,38.5808 73.8079,36.1225 73.7006,33.1974L73.092,16.5986C72.9847,13.6734 70.5265,11.3891 67.6013,11.4963Z" />
<path android:fillColor="#ff18191c" android:pathData="M67.561,10.3971L29.1868,11.8042C26.2617,11.9115 23.9773,14.3697 24.0846,17.2949L24.6932,33.8937C24.8005,36.8188 27.2588,39.1032 30.1839,38.9959L68.5581,37.5888C71.4832,37.4815 73.7676,35.0233 73.6603,32.0982L73.0517,15.4993C72.9444,12.5742 70.4862,10.2898 67.561,10.3971Z" />
! <path android:fillColor="@color/white" android:pathData="M34.6917,26.4509L36.6903,26.3776C38.4565,26.3129 39.8357,24.8286 39.7709,23.0625L39.7684,22.9926C39.7036,21.2264 38.2194,19.8472 36.4532,19.912L34.4546,19.9853C32.6885,20.05 31.3092,21.5343 31.374,23.3004L31.3766,23.3703C31.4413,25.1365 32.9256,26.5157 34.6917,26.4509Z" />
! <path android:fillColor="@color/white" android:pathData="M61.1459,25.414L62.9447,25.348C64.7109,25.2833 66.0901,23.799 66.0253,22.0329L66.0228,21.963C65.958,20.1968 64.4738,18.8176 62.7076,18.8824L60.9089,18.9483C59.1427,19.0131 57.7635,20.4973 57.8283,22.2634L57.8308,22.3334C57.8956,24.0995 59.3798,25.4788 61.1459,25.414Z" />
<path android:fillColor="#ffdee1e3" android:pathData="M56.0001,55.4H41.4002L39.4002,65.6C39.3524,65.8291 39.359,66.0662 39.4193,66.2923C39.4796,66.5185 39.5921,66.7274 39.7475,66.9023C39.903,67.0772 40.0973,67.2133 40.3148,67.2997C40.5323,67.3862 40.767,67.4205 41.0001,67.4H56.4002C56.6282,67.4018 56.854,67.3548 57.0624,67.2622C57.2708,67.1695 57.457,67.0334 57.6086,66.863C57.7601,66.6925 57.8734,66.4917 57.9409,66.2738C58.0085,66.056 58.0287,65.8262 58.0001,65.6L56.0001,55.4Z" />
! <path android:fillColor="@color/white" android:pathData="M46.4002,29.7L46.0002,29.5C45.9296,29.4512 45.8703,29.3878 45.8263,29.3141C45.7823,29.2404 45.7546,29.1581 45.7451,29.0728C45.7356,28.9875 45.7446,28.9011 45.7713,28.8196C45.7981,28.738 45.842,28.6631 45.9002,28.6C47.3771,27.1486 49.2758,26.2023 51.3238,25.8969C53.3719,25.5915 55.4641,25.9426 57.3002,26.9C57.3845,26.916 57.4633,26.9535 57.5289,27.0087C57.5946,27.064 57.6449,27.1353 57.6751,27.2157C57.7052,27.296 57.7141,27.3828 57.701,27.4676C57.6879,27.5525 57.6532,27.6325 57.6002,27.7C57.5678,27.7726 57.5213,27.838 57.4634,27.8925C57.4055,27.947 57.3373,27.9894 57.2629,28.0173C57.1885,28.0452 57.1092,28.0581 57.0298,28.0551C56.9504,28.0521 56.8723,28.0334 56.8002,28C55.2076,27.1543 53.3851,26.8435 51.6022,27.1137C49.8194,27.3838 48.1708,28.2205 46.9002,29.5L46.4002,29.7Z" />
<path android:fillColor="#ffdee1e3" android:pathData="M83.8002,6.7L82.8002,9.4C82.728,9.4963 82.6929,9.6154 82.7015,9.7354C82.71,9.8555 82.7615,9.9684 82.8466,10.0535C82.9317,10.1386 83.0447,10.1902 83.1648,10.1987C83.2848,10.2073 83.4039,10.1722 83.5002,10.1L86.2002,9.1H86.6002L89.3002,10.1C89.7002,10.3 90.1002,9.8 90.0002,9.4L88.9002,6.7V6.3L90.0002,3.6C90.1002,3.2 89.7002,2.7 89.3002,2.9L86.6002,4H86.2002L83.5002,2.9C83.4039,2.8278 83.2848,2.7927 83.1648,2.8012C83.0447,2.8098 82.9317,2.8613 82.8466,2.9464C82.7615,3.0315 82.71,3.1445 82.7015,3.2645C82.6929,3.3846 82.728,3.5037 82.8002,3.6L83.8002,6.3C83.8494,6.355 83.8766,6.4262 83.8766,6.5C83.8766,6.5738 83.8494,6.645 83.8002,6.7V6.7Z" />
<path android:fillColor="#ff4f545c" android:pathData="M3.0001,72L0.3001,73.1C0.2176,73.1547 0.1499,73.229 0.1031,73.3162C0.0562,73.4035 0.0317,73.501 0.0317,73.6C0.0317,73.699 0.0562,73.7965 0.1031,73.8837C0.1499,73.9709 0.2176,74.0452 0.3001,74.1L3.0001,75.3L3.2001,75.6L4.4001,78.2C4.4548,78.2825 4.5291,78.3502 4.6164,78.397C4.7036,78.4438 4.8011,78.4683 4.9001,78.4683C4.9991,78.4683 5.0966,78.4438 5.1838,78.397C5.271,78.3502 5.3453,78.2825 5.4001,78.2L6.6001,75.6L6.8001,75.3L9.5001,74.1C9.5826,74.0452 9.6503,73.9709 9.6971,73.8837C9.7439,73.7965 9.7684,73.699 9.7684,73.6C9.7684,73.501 9.7439,73.4035 9.6971,73.3162C9.6503,73.229 9.5826,73.1547 9.5001,73.1L6.8001,72L6.6001,71.7L5.4001,69C5.3453,68.9175 5.271,68.8498 5.1838,68.803C5.0966,68.7561 4.9991,68.7316 4.9001,68.7316C4.8011,68.7316 4.7036,68.7561 4.6164,68.803C4.5291,68.8498 4.4548,68.9175 4.4001,69L3.2001,71.7L3.0001,72Z" />
<path android:fillColor="#ff17191f" android:pathData="M80.8,56.9C80.8077,56.6826 80.866,56.47 80.9701,56.2791C81.0743,56.0881 81.2215,55.9241 81.4,55.8L85.9,53.2C86.0285,53.1116 86.1744,53.0515 86.3279,53.0238C86.4813,52.996 86.639,53.0012 86.7903,53.0391C86.9416,53.0769 87.0831,53.1465 87.2055,53.2432C87.3279,53.3399 87.4283,53.4615 87.5,53.6C87.5884,53.7285 87.6485,53.8743 87.6762,54.0278C87.704,54.1812 87.6988,54.3389 87.6609,54.4902C87.6231,54.6415 87.5535,54.783 87.4568,54.9054C87.3601,55.0278 87.2385,55.1282 87.1,55.2L82.6,57.9C82.3328,58.0504 82.018,58.0928 81.7204,58.0184C81.4229,57.944 81.1651,57.7585 81,57.5C80.8885,57.3178 80.8201,57.1126 80.8,56.9V56.9Z" />
diff -x dist -x build -craB from/res/drawable/img_verify_email_light_theme.xml to/res/drawable/img_verify_email_light_theme.xml
*** from/res/drawable/img_verify_email_light_theme.xml 2021-01-02 17:58:42.816414556 -0700
--- to/res/drawable/img_verify_email_light_theme.xml 2021-01-11 15:13:55.643675631 -0700
***************
*** 1,13 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="80.0dip" android:width="90.0dip" android:viewportWidth="90.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M36.31,26.28L53.8,26.28L45.85,19.5C45.39,19.11 44.72,19.11 44.26,19.5L36.31,26.28Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M28.95,39.49l0,-6.94l-4.57,3.89z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M57.41,32.08C57.41,32.08 57.4,32.08 57.4,32.08C57.32,31.9 57.39,31.69 57.57,31.6C58.5,31.16 59.48,30.9 60.45,30.82L60.45,28.05C60.45,27.46 59.98,26.99 59.39,26.99L30.72,26.99C30.14,26.99 29.66,27.46 29.66,28.05L29.66,39.96L33.09,42.25C33.25,42.36 33.3,42.58 33.19,42.74L34.67,43.73C34.78,43.57 35,43.52 35.16,43.63L45.06,50.23L54.51,43.92C54.21,43.51 53.94,43.08 53.72,42.6C52.68,40.44 52.63,37.94 53.59,35.73C53.67,35.55 53.88,35.47 54.06,35.55C54.06,35.55 54.06,35.55 54.06,35.56C54.77,34.12 55.91,32.89 57.41,32.08" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M64.75,59.92L50.96,47.14L47.55,49.42C46.04,50.42 44.07,50.42 42.56,49.42L39.15,47.14L25.36,59.92C25.12,60.14 25.28,60.54 25.6,60.54L64.51,60.54C64.83,60.54 64.99,60.14 64.75,59.92" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffdcddde" android:pathData="M61.16,47.27C58.81,47.27 56.54,46.26 54.96,44.48L51.57,46.74L64.18,58.42C64.86,59.05 65.96,58.57 65.96,57.64L65.96,45.71C65.57,45.99 65.16,46.24 64.72,46.46C63.57,47.01 62.35,47.27 61.16,47.27" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffdcddde" android:pathData="M33.19,42.74C33.08,42.9 32.86,42.95 32.7,42.84L24.15,37.14L24.15,57.64C24.15,58.57 25.25,59.05 25.93,58.42L38.54,46.73L34.77,44.22C34.61,44.11 34.56,43.89 34.67,43.73L33.19,42.74Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M57.88,32.24C57.7,32.33 57.5,32.25 57.41,32.08C55.91,32.89 54.77,34.12 54.06,35.56C54.24,35.64 54.32,35.84 54.24,36.02C53.36,38.03 53.4,40.32 54.36,42.3C56.16,46.04 60.67,47.62 64.41,45.82C66.22,44.95 67.59,43.42 68.25,41.52C68.92,39.62 68.8,37.58 67.93,35.76C66.13,32.02 61.62,30.44 57.88,32.24" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M68.55,40.44C68,43.18 66.1,45.33 63.45,46.2C60.65,47.12 57.51,46.28 55.55,44.08C53.53,41.81 53.08,38.68 54.24,36.02C54.32,35.84 54.24,35.64 54.06,35.56C54.06,35.55 54.06,35.55 54.06,35.55C53.88,35.47 53.67,35.55 53.59,35.73C52.63,37.94 52.68,40.44 53.72,42.6L53.72,42.62C54.11,43.41 53.85,44.37 53.11,44.86L46.64,49.17C45.68,49.81 44.43,49.81 43.47,49.17L35.16,43.63C35,43.52 34.78,43.57 34.67,43.73C34.56,43.89 34.61,44.11 34.77,44.22L38.54,46.74L25.93,58.42C25.25,59.05 24.15,58.57 24.15,57.64L24.15,39.55C24.15,38.52 25.29,37.91 26.15,38.48L32.7,42.84C32.86,42.95 33.08,42.9 33.19,42.74C33.3,42.58 33.25,42.36 33.09,42.25L31.55,41.23C30.37,40.44 29.66,39.11 29.66,37.69L29.66,28.05C29.66,27.46 30.13,26.99 30.72,26.99L59.39,26.99C59.98,26.99 60.45,27.46 60.45,28.05L60.45,30.82C59.48,30.9 58.5,31.16 57.57,31.6C57.39,31.69 57.32,31.9 57.4,32.08C57.4,32.08 57.41,32.08 57.41,32.08C57.5,32.25 57.7,32.33 57.88,32.24C62.02,30.25 67.11,32.4 68.41,37.04C68.72,38.15 68.77,39.32 68.55,40.44L68.55,40.44ZM64.18,58.42L51.57,46.74L54.96,44.48C56.54,46.26 58.81,47.27 61.16,47.27C62.35,47.27 63.57,47.01 64.72,46.46C64.72,46.45 64.73,46.45 64.73,46.45C65.3,46.17 65.96,46.57 65.96,47.2L65.96,57.64C65.96,58.57 64.86,59.05 64.18,58.42L64.18,58.42ZM25.36,59.92L38.12,48.09C38.72,47.53 39.63,47.46 40.31,47.91L44.07,50.42C44.67,50.82 45.44,50.82 46.04,50.42L49.8,47.91C50.48,47.46 51.39,47.53 51.99,48.09L64.75,59.92C64.99,60.14 64.83,60.54 64.51,60.54L25.6,60.54C25.28,60.54 25.12,60.14 25.36,59.92L25.36,59.92ZM28.95,34.08L28.95,38.17C28.95,38.73 28.32,39.07 27.85,38.76L25.55,37.22C24.96,36.83 24.91,35.99 25.45,35.53L27.78,33.54C28.24,33.15 28.95,33.48 28.95,34.08L28.95,34.08ZM44.26,19.5C44.72,19.11 45.39,19.11 45.85,19.5L52.33,25.03C52.84,25.46 52.53,26.28 51.87,26.28L38.24,26.28C37.58,26.28 37.27,25.46 37.78,25.03L44.26,19.5ZM61.16,29.48L61.16,28.05C61.16,27.07 60.37,26.28 59.39,26.28L55.68,26.28C55.17,26.28 54.68,26.1 54.3,25.77L46.31,18.96C45.58,18.35 44.53,18.35 43.8,18.96L35.81,25.77C35.43,26.1 34.94,26.28 34.43,26.28L30.72,26.28C29.74,26.28 28.95,27.07 28.95,28.05L28.95,30.96C28.95,31.38 28.77,31.77 28.45,32.04L23.56,36.21C23.56,36.21 23.56,36.21 23.56,36.21C23.53,36.24 23.5,36.27 23.48,36.31C23.48,36.32 23.47,36.33 23.47,36.34C23.46,36.37 23.45,36.4 23.44,36.43C23.44,36.44 23.44,36.45 23.44,36.46C23.44,36.47 23.44,36.47 23.44,36.48L23.44,60.89C23.44,60.91 23.44,60.92 23.45,60.94C23.45,60.97 23.45,60.99 23.46,61.02C23.47,61.05 23.49,61.07 23.5,61.09C23.51,61.1 23.52,61.12 23.53,61.13C23.53,61.13 23.54,61.13 23.54,61.14C23.57,61.17 23.6,61.19 23.64,61.21C23.64,61.21 23.65,61.22 23.65,61.22C23.7,61.24 23.74,61.25 23.79,61.25L66.32,61.25C66.37,61.25 66.41,61.24 66.46,61.22C66.46,61.22 66.47,61.21 66.47,61.21C66.51,61.19 66.54,61.17 66.57,61.14C66.58,61.13 66.58,61.13 66.58,61.13C66.59,61.12 66.6,61.1 66.61,61.09C66.62,61.07 66.64,61.05 66.65,61.02C66.66,60.99 66.66,60.97 66.66,60.94C66.67,60.92 66.67,60.91 66.67,60.89L66.67,45.14C68.04,43.9 68.98,42.22 69.29,40.28C69.48,39.14 69.41,37.97 69.1,36.86C68.16,33.52 65.43,31.36 62.39,30.89C61.69,30.78 61.16,30.19 61.16,29.48L61.16,29.48Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M60.1,39.73L62.18,39.73C62.39,39.73 62.56,39.56 62.57,39.35L62.71,35.17C62.71,34.96 62.54,34.78 62.32,34.78L59.96,34.78C59.74,34.78 59.57,34.96 59.57,35.17L59.71,39.35C59.71,39.56 59.89,39.73 60.1,39.73" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M61.15,40.58C60.31,40.58 59.63,41.27 59.63,42.14C59.63,42.98 60.31,43.66 61.15,43.66C62.02,43.66 62.71,42.98 62.71,42.14C62.71,41.27 62.02,40.58 61.15,40.58" android:strokeColor="#00000000" android:strokeWidth="1.0" />
--- 1,13 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="80.0dip" android:width="90.0dip" android:viewportWidth="90.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M36.31,26.28L53.8,26.28L45.85,19.5C45.39,19.11 44.72,19.11 44.26,19.5L36.31,26.28Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M28.95,39.49l0,-6.94l-4.57,3.89z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M57.41,32.08C57.41,32.08 57.4,32.08 57.4,32.08C57.32,31.9 57.39,31.69 57.57,31.6C58.5,31.16 59.48,30.9 60.45,30.82L60.45,28.05C60.45,27.46 59.98,26.99 59.39,26.99L30.72,26.99C30.14,26.99 29.66,27.46 29.66,28.05L29.66,39.96L33.09,42.25C33.25,42.36 33.3,42.58 33.19,42.74L34.67,43.73C34.78,43.57 35,43.52 35.16,43.63L45.06,50.23L54.51,43.92C54.21,43.51 53.94,43.08 53.72,42.6C52.68,40.44 52.63,37.94 53.59,35.73C53.67,35.55 53.88,35.47 54.06,35.55C54.06,35.55 54.06,35.55 54.06,35.56C54.77,34.12 55.91,32.89 57.41,32.08" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M64.75,59.92L50.96,47.14L47.55,49.42C46.04,50.42 44.07,50.42 42.56,49.42L39.15,47.14L25.36,59.92C25.12,60.14 25.28,60.54 25.6,60.54L64.51,60.54C64.83,60.54 64.99,60.14 64.75,59.92" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffdcddde" android:pathData="M61.16,47.27C58.81,47.27 56.54,46.26 54.96,44.48L51.57,46.74L64.18,58.42C64.86,59.05 65.96,58.57 65.96,57.64L65.96,45.71C65.57,45.99 65.16,46.24 64.72,46.46C63.57,47.01 62.35,47.27 61.16,47.27" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffdcddde" android:pathData="M33.19,42.74C33.08,42.9 32.86,42.95 32.7,42.84L24.15,37.14L24.15,57.64C24.15,58.57 25.25,59.05 25.93,58.42L38.54,46.73L34.77,44.22C34.61,44.11 34.56,43.89 34.67,43.73L33.19,42.74Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M57.88,32.24C57.7,32.33 57.5,32.25 57.41,32.08C55.91,32.89 54.77,34.12 54.06,35.56C54.24,35.64 54.32,35.84 54.24,36.02C53.36,38.03 53.4,40.32 54.36,42.3C56.16,46.04 60.67,47.62 64.41,45.82C66.22,44.95 67.59,43.42 68.25,41.52C68.92,39.62 68.8,37.58 67.93,35.76C66.13,32.02 61.62,30.44 57.88,32.24" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M68.55,40.44C68,43.18 66.1,45.33 63.45,46.2C60.65,47.12 57.51,46.28 55.55,44.08C53.53,41.81 53.08,38.68 54.24,36.02C54.32,35.84 54.24,35.64 54.06,35.56C54.06,35.55 54.06,35.55 54.06,35.55C53.88,35.47 53.67,35.55 53.59,35.73C52.63,37.94 52.68,40.44 53.72,42.6L53.72,42.62C54.11,43.41 53.85,44.37 53.11,44.86L46.64,49.17C45.68,49.81 44.43,49.81 43.47,49.17L35.16,43.63C35,43.52 34.78,43.57 34.67,43.73C34.56,43.89 34.61,44.11 34.77,44.22L38.54,46.74L25.93,58.42C25.25,59.05 24.15,58.57 24.15,57.64L24.15,39.55C24.15,38.52 25.29,37.91 26.15,38.48L32.7,42.84C32.86,42.95 33.08,42.9 33.19,42.74C33.3,42.58 33.25,42.36 33.09,42.25L31.55,41.23C30.37,40.44 29.66,39.11 29.66,37.69L29.66,28.05C29.66,27.46 30.13,26.99 30.72,26.99L59.39,26.99C59.98,26.99 60.45,27.46 60.45,28.05L60.45,30.82C59.48,30.9 58.5,31.16 57.57,31.6C57.39,31.69 57.32,31.9 57.4,32.08C57.4,32.08 57.41,32.08 57.41,32.08C57.5,32.25 57.7,32.33 57.88,32.24C62.02,30.25 67.11,32.4 68.41,37.04C68.72,38.15 68.77,39.32 68.55,40.44L68.55,40.44ZM64.18,58.42L51.57,46.74L54.96,44.48C56.54,46.26 58.81,47.27 61.16,47.27C62.35,47.27 63.57,47.01 64.72,46.46C64.72,46.45 64.73,46.45 64.73,46.45C65.3,46.17 65.96,46.57 65.96,47.2L65.96,57.64C65.96,58.57 64.86,59.05 64.18,58.42L64.18,58.42ZM25.36,59.92L38.12,48.09C38.72,47.53 39.63,47.46 40.31,47.91L44.07,50.42C44.67,50.82 45.44,50.82 46.04,50.42L49.8,47.91C50.48,47.46 51.39,47.53 51.99,48.09L64.75,59.92C64.99,60.14 64.83,60.54 64.51,60.54L25.6,60.54C25.28,60.54 25.12,60.14 25.36,59.92L25.36,59.92ZM28.95,34.08L28.95,38.17C28.95,38.73 28.32,39.07 27.85,38.76L25.55,37.22C24.96,36.83 24.91,35.99 25.45,35.53L27.78,33.54C28.24,33.15 28.95,33.48 28.95,34.08L28.95,34.08ZM44.26,19.5C44.72,19.11 45.39,19.11 45.85,19.5L52.33,25.03C52.84,25.46 52.53,26.28 51.87,26.28L38.24,26.28C37.58,26.28 37.27,25.46 37.78,25.03L44.26,19.5ZM61.16,29.48L61.16,28.05C61.16,27.07 60.37,26.28 59.39,26.28L55.68,26.28C55.17,26.28 54.68,26.1 54.3,25.77L46.31,18.96C45.58,18.35 44.53,18.35 43.8,18.96L35.81,25.77C35.43,26.1 34.94,26.28 34.43,26.28L30.72,26.28C29.74,26.28 28.95,27.07 28.95,28.05L28.95,30.96C28.95,31.38 28.77,31.77 28.45,32.04L23.56,36.21C23.56,36.21 23.56,36.21 23.56,36.21C23.53,36.24 23.5,36.27 23.48,36.31C23.48,36.32 23.47,36.33 23.47,36.34C23.46,36.37 23.45,36.4 23.44,36.43C23.44,36.44 23.44,36.45 23.44,36.46C23.44,36.47 23.44,36.47 23.44,36.48L23.44,60.89C23.44,60.91 23.44,60.92 23.45,60.94C23.45,60.97 23.45,60.99 23.46,61.02C23.47,61.05 23.49,61.07 23.5,61.09C23.51,61.1 23.52,61.12 23.53,61.13C23.53,61.13 23.54,61.13 23.54,61.14C23.57,61.17 23.6,61.19 23.64,61.21C23.64,61.21 23.65,61.22 23.65,61.22C23.7,61.24 23.74,61.25 23.79,61.25L66.32,61.25C66.37,61.25 66.41,61.24 66.46,61.22C66.46,61.22 66.47,61.21 66.47,61.21C66.51,61.19 66.54,61.17 66.57,61.14C66.58,61.13 66.58,61.13 66.58,61.13C66.59,61.12 66.6,61.1 66.61,61.09C66.62,61.07 66.64,61.05 66.65,61.02C66.66,60.99 66.66,60.97 66.66,60.94C66.67,60.92 66.67,60.91 66.67,60.89L66.67,45.14C68.04,43.9 68.98,42.22 69.29,40.28C69.48,39.14 69.41,37.97 69.1,36.86C68.16,33.52 65.43,31.36 62.39,30.89C61.69,30.78 61.16,30.19 61.16,29.48L61.16,29.48Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M60.1,39.73L62.18,39.73C62.39,39.73 62.56,39.56 62.57,39.35L62.71,35.17C62.71,34.96 62.54,34.78 62.32,34.78L59.96,34.78C59.74,34.78 59.57,34.96 59.57,35.17L59.71,39.35C59.71,39.56 59.89,39.73 60.1,39.73" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M61.15,40.58C60.31,40.58 59.63,41.27 59.63,42.14C59.63,42.98 60.31,43.66 61.15,43.66C62.02,43.66 62.71,42.98 62.71,42.14C62.71,41.27 62.02,40.58 61.15,40.58" android:strokeColor="#00000000" android:strokeWidth="1.0" />
diff -x dist -x build -craB from/res/drawable/img_verify_phone_light_theme.xml to/res/drawable/img_verify_phone_light_theme.xml
*** from/res/drawable/img_verify_phone_light_theme.xml 2021-01-02 17:58:42.823414450 -0700
--- to/res/drawable/img_verify_phone_light_theme.xml 2021-01-11 15:13:55.875672157 -0700
***************
*** 1,8 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="80.0dip" android:width="90.0dip" android:viewportWidth="90.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M40.37,60.53C40.57,60.53 40.72,60.37 40.72,60.17C40.72,59.98 40.57,59.82 40.37,59.82L32.03,59.82C31.84,59.82 31.68,59.98 31.68,60.17C31.68,60.37 31.84,60.53 32.03,60.53L40.37,60.53ZM30.52,16.19C30.45,16.25 30.42,16.34 30.42,16.43C30.42,16.53 30.45,16.62 30.52,16.69C30.53,16.7 30.55,16.72 30.57,16.73C30.59,16.74 30.61,16.75 30.63,16.76C30.65,16.77 30.68,16.78 30.7,16.78C30.72,16.79 30.75,16.79 30.77,16.79C30.86,16.79 30.95,16.75 31.02,16.69C31.09,16.62 31.12,16.53 31.12,16.43C31.12,16.34 31.09,16.25 31.02,16.19C30.89,16.05 30.65,16.05 30.52,16.19ZM33.3,16.08C33.1,16.08 32.94,16.24 32.94,16.44C32.94,16.63 33.1,16.79 33.3,16.79L41.63,16.79C41.83,16.79 41.99,16.63 41.99,16.44C41.99,16.24 41.83,16.08 41.63,16.08L33.3,16.08ZM26.02,57.76L43.57,57.76L43.57,63.06L42.03,63.06C42.03,62.86 41.87,62.71 41.68,62.71L24.02,62.71C23.41,62.71 22.91,62.21 22.91,61.6L22.91,15.31C22.91,14.7 23.41,14.21 24.02,14.21L28.93,14.21C29.13,14.21 29.28,14.05 29.28,13.85L30.24,13.85C30.24,14.05 30.4,14.21 30.6,14.21L48.38,14.21C48.99,14.21 49.49,14.7 49.49,15.31L49.49,22.22L47.09,22.22L47.09,20.76C47.28,20.76 47.44,20.6 47.44,20.4L47.44,19.92C47.44,19.33 46.97,18.85 46.38,18.85L26.02,18.85C25.43,18.85 24.96,19.33 24.96,19.92L24.96,56.69C24.96,57.28 25.43,57.76 26.02,57.76Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M46.74,20.4L46.74,19.56L25.67,19.56L25.67,57.05L43.57,57.05L43.57,24.7C43.57,23.34 44.69,22.22 46.05,22.22L47.09,22.22L47.09,20.76C46.89,20.76 46.74,20.6 46.74,20.4" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M67.14,35.69l0.52,0l0,-3.95l-0.52,0z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M55.26,64.57C54.3,64.57 53.51,63.79 53.51,62.82C53.51,61.85 54.3,61.07 55.26,61.07C56.23,61.07 57.01,61.85 57.01,62.82C57.01,63.79 56.23,64.57 55.26,64.57M66.44,64.28L66.44,60L62.78,60C62.58,60 62.42,59.84 62.42,59.64L60.1,59.64C60.1,59.84 59.94,60 59.74,60L44.28,60L44.28,64.28C44.28,65.25 45.08,66.05 46.05,66.05L64.66,66.05C65.64,66.05 66.44,65.25 66.44,64.28" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M57.96,26.11L54.69,26.11C54.5,26.11 54.34,25.95 54.34,25.76C54.34,25.56 54.5,25.4 54.69,25.4L57.96,25.4C58.16,25.4 58.31,25.56 58.31,25.76C58.31,25.95 58.16,26.11 57.96,26.11M52.52,26.01C52.5,26.02 52.48,26.04 52.46,26.05C52.44,26.07 52.42,26.08 52.4,26.09C52.38,26.09 52.36,26.1 52.33,26.11C52.31,26.11 52.29,26.11 52.27,26.11C52.17,26.11 52.08,26.08 52.01,26.01C51.95,25.94 51.91,25.85 51.91,25.76C51.91,25.67 51.95,25.57 52.01,25.51C52.1,25.42 52.22,25.39 52.33,25.41C52.36,25.42 52.38,25.42 52.4,25.43C52.42,25.44 52.44,25.45 52.46,25.46C52.48,25.48 52.5,25.49 52.52,25.51C52.58,25.57 52.62,25.67 52.62,25.76C52.62,25.85 52.58,25.94 52.52,26.01M64.66,22.93L46.05,22.93C45.08,22.93 44.28,23.73 44.28,24.7L44.28,28.28L66.44,28.28L66.44,28.28L66.44,24.7C66.44,23.73 65.64,22.93 64.66,22.93" android:strokeColor="#00000000" android:strokeWidth="1.0" />
--- 1,8 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="80.0dip" android:width="90.0dip" android:viewportWidth="90.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M40.37,60.53C40.57,60.53 40.72,60.37 40.72,60.17C40.72,59.98 40.57,59.82 40.37,59.82L32.03,59.82C31.84,59.82 31.68,59.98 31.68,60.17C31.68,60.37 31.84,60.53 32.03,60.53L40.37,60.53ZM30.52,16.19C30.45,16.25 30.42,16.34 30.42,16.43C30.42,16.53 30.45,16.62 30.52,16.69C30.53,16.7 30.55,16.72 30.57,16.73C30.59,16.74 30.61,16.75 30.63,16.76C30.65,16.77 30.68,16.78 30.7,16.78C30.72,16.79 30.75,16.79 30.77,16.79C30.86,16.79 30.95,16.75 31.02,16.69C31.09,16.62 31.12,16.53 31.12,16.43C31.12,16.34 31.09,16.25 31.02,16.19C30.89,16.05 30.65,16.05 30.52,16.19ZM33.3,16.08C33.1,16.08 32.94,16.24 32.94,16.44C32.94,16.63 33.1,16.79 33.3,16.79L41.63,16.79C41.83,16.79 41.99,16.63 41.99,16.44C41.99,16.24 41.83,16.08 41.63,16.08L33.3,16.08ZM26.02,57.76L43.57,57.76L43.57,63.06L42.03,63.06C42.03,62.86 41.87,62.71 41.68,62.71L24.02,62.71C23.41,62.71 22.91,62.21 22.91,61.6L22.91,15.31C22.91,14.7 23.41,14.21 24.02,14.21L28.93,14.21C29.13,14.21 29.28,14.05 29.28,13.85L30.24,13.85C30.24,14.05 30.4,14.21 30.6,14.21L48.38,14.21C48.99,14.21 49.49,14.7 49.49,15.31L49.49,22.22L47.09,22.22L47.09,20.76C47.28,20.76 47.44,20.6 47.44,20.4L47.44,19.92C47.44,19.33 46.97,18.85 46.38,18.85L26.02,18.85C25.43,18.85 24.96,19.33 24.96,19.92L24.96,56.69C24.96,57.28 25.43,57.76 26.02,57.76Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M46.74,20.4L46.74,19.56L25.67,19.56L25.67,57.05L43.57,57.05L43.57,24.7C43.57,23.34 44.69,22.22 46.05,22.22L47.09,22.22L47.09,20.76C46.89,20.76 46.74,20.6 46.74,20.4" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M67.14,35.69l0.52,0l0,-3.95l-0.52,0z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M55.26,64.57C54.3,64.57 53.51,63.79 53.51,62.82C53.51,61.85 54.3,61.07 55.26,61.07C56.23,61.07 57.01,61.85 57.01,62.82C57.01,63.79 56.23,64.57 55.26,64.57M66.44,64.28L66.44,60L62.78,60C62.58,60 62.42,59.84 62.42,59.64L60.1,59.64C60.1,59.84 59.94,60 59.74,60L44.28,60L44.28,64.28C44.28,65.25 45.08,66.05 46.05,66.05L64.66,66.05C65.64,66.05 66.44,65.25 66.44,64.28" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fff7f7f8" android:pathData="M57.96,26.11L54.69,26.11C54.5,26.11 54.34,25.95 54.34,25.76C54.34,25.56 54.5,25.4 54.69,25.4L57.96,25.4C58.16,25.4 58.31,25.56 58.31,25.76C58.31,25.95 58.16,26.11 57.96,26.11M52.52,26.01C52.5,26.02 52.48,26.04 52.46,26.05C52.44,26.07 52.42,26.08 52.4,26.09C52.38,26.09 52.36,26.1 52.33,26.11C52.31,26.11 52.29,26.11 52.27,26.11C52.17,26.11 52.08,26.08 52.01,26.01C51.95,25.94 51.91,25.85 51.91,25.76C51.91,25.67 51.95,25.57 52.01,25.51C52.1,25.42 52.22,25.39 52.33,25.41C52.36,25.42 52.38,25.42 52.4,25.43C52.42,25.44 52.44,25.45 52.46,25.46C52.48,25.48 52.5,25.49 52.52,25.51C52.58,25.57 52.62,25.67 52.62,25.76C52.62,25.85 52.58,25.94 52.52,26.01M64.66,22.93L46.05,22.93C45.08,22.93 44.28,23.73 44.28,24.7L44.28,28.28L66.44,28.28L66.44,28.28L66.44,24.7C66.44,23.73 65.64,22.93 64.66,22.93" android:strokeColor="#00000000" android:strokeWidth="1.0" />
***************
*** 28,33 ****
<path android:fillColor="#ffb9bbbe" android:pathData="M67.41,31.75L67.41,31.75C67.55,31.75 67.67,31.86 67.67,32.01L67.67,35.43C67.67,35.58 67.55,35.69 67.41,35.69C67.26,35.69 67.14,35.58 67.14,35.43L67.14,32.01C67.14,31.86 67.26,31.75 67.41,31.75L67.41,31.75ZM65.02,28.28L45.7,28.28C44.92,28.28 44.28,27.65 44.28,26.87L44.28,24.7C44.28,23.73 45.08,22.93 46.05,22.93L64.66,22.93C65.64,22.93 66.44,23.73 66.44,24.7C66.44,24.7 66.44,25.87 66.44,26.87C66.44,27.65 65.8,28.28 65.02,28.28L65.02,28.28ZM46.05,66.05C45.08,66.05 44.28,65.26 44.28,64.28L44.28,61.41C44.28,60.63 44.92,60 45.7,60L59.74,60C59.94,60 60.1,59.84 60.1,59.64C60.1,59.45 59.94,59.29 59.74,59.29L44.99,59.29C44.6,59.29 44.28,58.97 44.28,58.58L44.28,29.7C44.28,29.31 44.6,28.99 44.99,28.99L65.73,28.99C66.12,28.99 66.44,29.31 66.44,29.7C66.44,33.8 66.44,54.47 66.44,58.58C66.44,58.97 66.12,59.29 65.73,59.29L62.78,59.29C62.58,59.29 62.42,59.45 62.42,59.64C62.42,59.84 62.58,60 62.78,60L65.02,60C65.8,60 66.44,60.63 66.44,61.41L66.44,64.28C66.44,65.26 65.64,66.05 64.66,66.05L46.05,66.05ZM67.75,31.04L67.75,31.04C67.42,31.04 67.14,30.76 67.14,30.43L67.14,24.7C67.14,23.33 66.03,22.22 64.66,22.22L51.61,22.22C50.83,22.22 50.2,21.59 50.2,20.81L50.2,15.31C50.2,14.31 49.38,13.5 48.38,13.5L30.6,13.5C30.4,13.5 30.24,13.66 30.24,13.85C30.24,14.05 30.4,14.21 30.6,14.21L48.38,14.21C48.99,14.21 49.49,14.7 49.49,15.31L49.49,21.51C49.49,21.91 49.17,22.22 48.78,22.22L47.09,22.22L46.05,22.22C44.68,22.22 43.57,23.33 43.57,24.7L43.57,34.45C43.17,34.09 42.5,34.02 41.9,34.62C41.83,34.68 41.8,34.78 41.8,34.87L41.8,40.06C41.8,40.16 41.83,40.25 41.9,40.31C42.5,40.91 43.17,40.84 43.57,40.48L43.57,55.63C43.57,56.02 43.26,56.34 42.86,56.34L26.51,56.34C26.04,56.34 25.67,55.96 25.67,55.5L25.67,20.4C25.67,19.94 26.04,19.56 26.51,19.56L45.9,19.56C46.36,19.56 46.74,19.94 46.74,20.4C46.74,20.6 46.89,20.76 47.09,20.76C47.29,20.76 47.44,20.6 47.44,20.4L47.44,19.69C47.44,19.23 47.07,18.85 46.6,18.85L25.8,18.85C25.33,18.85 24.96,19.23 24.96,19.69L24.96,56.92C24.96,57.38 25.33,57.76 25.8,57.76L41.45,57.76C42.62,57.76 43.57,58.71 43.57,59.88L43.57,63.06L43.57,64.28C43.57,65.65 44.68,66.76 46.05,66.76L64.66,66.76C66.03,66.76 67.14,65.65 67.14,64.28L67.14,37.01C67.14,36.67 67.42,36.4 67.75,36.4C68.1,36.4 68.37,36.12 68.37,35.78L68.37,31.66C68.37,31.31 68.1,31.04 67.75,31.04L67.75,31.04Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M57.96,25.4L54.69,25.4C54.5,25.4 54.34,25.56 54.34,25.76C54.34,25.95 54.5,26.11 54.69,26.11L57.96,26.11C58.16,26.11 58.31,25.95 58.31,25.76C58.31,25.56 58.16,25.4 57.96,25.4" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M52.46,25.46C52.44,25.45 52.42,25.44 52.4,25.43C52.38,25.42 52.36,25.42 52.33,25.41C52.22,25.39 52.1,25.42 52.01,25.51C51.95,25.57 51.91,25.67 51.91,25.76C51.91,25.85 51.95,25.94 52.01,26.01C52.08,26.08 52.17,26.11 52.27,26.11C52.29,26.11 52.31,26.11 52.33,26.11C52.36,26.1 52.38,26.09 52.4,26.09C52.42,26.08 52.44,26.07 52.46,26.05C52.48,26.04 52.5,26.02 52.52,26.01C52.58,25.94 52.62,25.85 52.62,25.76C52.62,25.67 52.58,25.57 52.52,25.51C52.5,25.49 52.48,25.48 52.46,25.46" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M60.14,40.62C60.32,40.49 60.34,40.24 60.19,40.09C59.53,39.42 58.7,39.05 57.9,39.05C56.69,39.05 56.18,39.62 55.34,39.62C54.48,39.62 53.82,39.05 52.78,39.05C51.75,39.05 50.65,39.67 49.96,40.74C48.99,42.25 49.15,45.07 50.73,47.48C51.3,48.34 52.05,49.31 53.04,49.32C53.92,49.33 54.17,48.76 55.36,48.76C56.55,48.75 56.77,49.33 57.65,49.32C58.64,49.31 59.43,48.24 60,47.38C60.4,46.76 60.55,46.45 60.87,45.75C58.7,44.93 58.26,41.98 60.14,40.62" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M55.29,39.11C55.95,39.01 56.59,38.6 56.99,38.09C57.35,37.62 57.64,36.99 57.66,36.33C57.67,36.1 57.45,35.92 57.23,35.98C56.62,36.13 55.99,36.53 55.59,37.01C55.21,37.47 54.89,38.11 54.89,38.77C54.89,38.98 55.08,39.14 55.29,39.11" android:strokeColor="#00000000" android:strokeWidth="1.0" />
</vector>
\ No newline at end of file
--- 28,33 ----
<path android:fillColor="#ffb9bbbe" android:pathData="M67.41,31.75L67.41,31.75C67.55,31.75 67.67,31.86 67.67,32.01L67.67,35.43C67.67,35.58 67.55,35.69 67.41,35.69C67.26,35.69 67.14,35.58 67.14,35.43L67.14,32.01C67.14,31.86 67.26,31.75 67.41,31.75L67.41,31.75ZM65.02,28.28L45.7,28.28C44.92,28.28 44.28,27.65 44.28,26.87L44.28,24.7C44.28,23.73 45.08,22.93 46.05,22.93L64.66,22.93C65.64,22.93 66.44,23.73 66.44,24.7C66.44,24.7 66.44,25.87 66.44,26.87C66.44,27.65 65.8,28.28 65.02,28.28L65.02,28.28ZM46.05,66.05C45.08,66.05 44.28,65.26 44.28,64.28L44.28,61.41C44.28,60.63 44.92,60 45.7,60L59.74,60C59.94,60 60.1,59.84 60.1,59.64C60.1,59.45 59.94,59.29 59.74,59.29L44.99,59.29C44.6,59.29 44.28,58.97 44.28,58.58L44.28,29.7C44.28,29.31 44.6,28.99 44.99,28.99L65.73,28.99C66.12,28.99 66.44,29.31 66.44,29.7C66.44,33.8 66.44,54.47 66.44,58.58C66.44,58.97 66.12,59.29 65.73,59.29L62.78,59.29C62.58,59.29 62.42,59.45 62.42,59.64C62.42,59.84 62.58,60 62.78,60L65.02,60C65.8,60 66.44,60.63 66.44,61.41L66.44,64.28C66.44,65.26 65.64,66.05 64.66,66.05L46.05,66.05ZM67.75,31.04L67.75,31.04C67.42,31.04 67.14,30.76 67.14,30.43L67.14,24.7C67.14,23.33 66.03,22.22 64.66,22.22L51.61,22.22C50.83,22.22 50.2,21.59 50.2,20.81L50.2,15.31C50.2,14.31 49.38,13.5 48.38,13.5L30.6,13.5C30.4,13.5 30.24,13.66 30.24,13.85C30.24,14.05 30.4,14.21 30.6,14.21L48.38,14.21C48.99,14.21 49.49,14.7 49.49,15.31L49.49,21.51C49.49,21.91 49.17,22.22 48.78,22.22L47.09,22.22L46.05,22.22C44.68,22.22 43.57,23.33 43.57,24.7L43.57,34.45C43.17,34.09 42.5,34.02 41.9,34.62C41.83,34.68 41.8,34.78 41.8,34.87L41.8,40.06C41.8,40.16 41.83,40.25 41.9,40.31C42.5,40.91 43.17,40.84 43.57,40.48L43.57,55.63C43.57,56.02 43.26,56.34 42.86,56.34L26.51,56.34C26.04,56.34 25.67,55.96 25.67,55.5L25.67,20.4C25.67,19.94 26.04,19.56 26.51,19.56L45.9,19.56C46.36,19.56 46.74,19.94 46.74,20.4C46.74,20.6 46.89,20.76 47.09,20.76C47.29,20.76 47.44,20.6 47.44,20.4L47.44,19.69C47.44,19.23 47.07,18.85 46.6,18.85L25.8,18.85C25.33,18.85 24.96,19.23 24.96,19.69L24.96,56.92C24.96,57.38 25.33,57.76 25.8,57.76L41.45,57.76C42.62,57.76 43.57,58.71 43.57,59.88L43.57,63.06L43.57,64.28C43.57,65.65 44.68,66.76 46.05,66.76L64.66,66.76C66.03,66.76 67.14,65.65 67.14,64.28L67.14,37.01C67.14,36.67 67.42,36.4 67.75,36.4C68.1,36.4 68.37,36.12 68.37,35.78L68.37,31.66C68.37,31.31 68.1,31.04 67.75,31.04L67.75,31.04Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M57.96,25.4L54.69,25.4C54.5,25.4 54.34,25.56 54.34,25.76C54.34,25.95 54.5,26.11 54.69,26.11L57.96,26.11C58.16,26.11 58.31,25.95 58.31,25.76C58.31,25.56 58.16,25.4 57.96,25.4" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffb9bbbe" android:pathData="M52.46,25.46C52.44,25.45 52.42,25.44 52.4,25.43C52.38,25.42 52.36,25.42 52.33,25.41C52.22,25.39 52.1,25.42 52.01,25.51C51.95,25.57 51.91,25.67 51.91,25.76C51.91,25.85 51.95,25.94 52.01,26.01C52.08,26.08 52.17,26.11 52.27,26.11C52.29,26.11 52.31,26.11 52.33,26.11C52.36,26.1 52.38,26.09 52.4,26.09C52.42,26.08 52.44,26.07 52.46,26.05C52.48,26.04 52.5,26.02 52.52,26.01C52.58,25.94 52.62,25.85 52.62,25.76C52.62,25.67 52.58,25.57 52.52,25.51C52.5,25.49 52.48,25.48 52.46,25.46" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M60.14,40.62C60.32,40.49 60.34,40.24 60.19,40.09C59.53,39.42 58.7,39.05 57.9,39.05C56.69,39.05 56.18,39.62 55.34,39.62C54.48,39.62 53.82,39.05 52.78,39.05C51.75,39.05 50.65,39.67 49.96,40.74C48.99,42.25 49.15,45.07 50.73,47.48C51.3,48.34 52.05,49.31 53.04,49.32C53.92,49.33 54.17,48.76 55.36,48.76C56.55,48.75 56.77,49.33 57.65,49.32C58.64,49.31 59.43,48.24 60,47.38C60.4,46.76 60.55,46.45 60.87,45.75C58.7,44.93 58.26,41.98 60.14,40.62" android:strokeColor="#00000000" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" android:pathData="M55.29,39.11C55.95,39.01 56.59,38.6 56.99,38.09C57.35,37.62 57.64,36.99 57.66,36.33C57.67,36.1 57.45,35.92 57.23,35.98C56.62,36.13 55.99,36.53 55.59,37.01C55.21,37.47 54.89,38.11 54.89,38.77C54.89,38.98 55.08,39.14 55.29,39.11" android:strokeColor="#00000000" android:strokeWidth="1.0" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/img_wumpus_ball_light.xml to/res/drawable/img_wumpus_ball_light.xml
*** from/res/drawable/img_wumpus_ball_light.xml 2021-01-02 17:58:42.815414572 -0700
--- to/res/drawable/img_wumpus_ball_light.xml 2021-01-11 15:13:56.073669193 -0700
***************
*** 10,21 ****
<path android:fillColor="#ffdcddde" android:pathData="M37.6,44.1h-4.4c-3.3,0 -6.1,2.7 -6.1,6.1v15c0,3.3 2.7,6.1 6.1,6.1h4.4c1.3,0 2.4,-1.1 2.4,-2.4V46.5C40.1,45.1 39,44.1 37.6,44.1z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M148.5,50.4L148.5,50.4c0,-3 -2.5,-5.5 -5.5,-5.5h0c-3,0 -5.5,2.5 -5.5,5.5v0c0,3 2.5,5.5 5.5,5.5h0C146,56 148.5,53.5 148.5,50.4z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M52.8,44.9c-3,0 -5.5,2.5 -5.5,5.5s2.5,5.5 5.5,5.5s5.5,-2.5 5.5,-5.5S55.9,44.9 52.8,44.9z" />
! <path android:fillColor="#ffffffff" android:pathData="M105.3,35.9H75.2c-4.1,0 -7.5,3.4 -7.5,7.5v11.1c0,3.1 0.7,6.1 2,8.8C77.2,56.2 87.2,52 97.9,52c10.9,0 20.9,4.3 28.2,11.3c1.3,-2.7 2,-5.7 2,-8.8V43.4c0,-4.1 -3.4,-7.5 -7.5,-7.5h-4.8c-0.6,0 -1,-0.4 -1,-1h-8.6C106.2,35.5 105.8,35.9 105.3,35.9z" />
! <path android:fillColor="#ffffffff" android:pathData="M61.2,79.9c-0.5,1.5 -1,2.9 -1.3,4.4c-0.1,0.5 -0.5,0.8 -1,0.8c-0.1,0 -0.1,0 -0.2,0c-0.5,2.2 -0.7,4.6 -0.8,6.9c0.5,0 1,0.5 1,1c0,5.2 1,10.1 2.8,14.6c1.9,-0.9 4.2,-0.5 5.7,1.1c1.1,1.2 1.6,2.8 1.3,4.3c0.2,0 0.5,0 0.7,0c1.3,0 2.6,0.6 3.5,1.6c1.1,1.2 1.6,2.8 1.3,4.3c0.2,0 0.5,0 0.7,0c1.3,0 2.6,0.6 3.5,1.6c0.9,1 1.4,2.2 1.4,3.6c0,1.1 -0.4,2.2 -1.1,3c5.7,3.2 12.3,5.1 19.3,5.1c6.9,0 13.5,-1.8 19.1,-5c-0.7,-0.9 -1.2,-1.9 -1.2,-3.1c0,-1.3 0.4,-2.6 1.4,-3.6c0.9,-1 2.2,-1.5 3.5,-1.6c0.2,0 0.5,0 0.7,0c-0.3,-1.5 0.2,-3.1 1.3,-4.3c0.9,-1 2.2,-1.5 3.5,-1.6c0.2,0 0.5,0 0.7,0c-0.3,-1.5 0.2,-3.1 1.3,-4.3c1.6,-1.6 3.9,-2 5.9,-1c1.8,-4.5 2.9,-9.5 2.9,-14.7c0,-21.5 -17.5,-39 -39,-39c-14.3,0 -27.5,7.8 -34.3,20.4c-0.3,0.5 -0.9,0.7 -1.3,0.4c-0.6,1.2 -1.2,2.5 -1.7,3.8C61.1,78.8 61.4,79.4 61.2,79.9zM113.9,110.2l-2.4,1.7c-0.2,0.2 -0.3,0.5 -0.2,0.7l0.9,2.8c0.2,0.6 -0.5,1.1 -1,0.7l-2.3,-1.7c-0.2,-0.2 -0.5,-0.2 -0.8,0l-2.3,1.7c-0.5,0.4 -1.2,-0.1 -1,-0.7l0.9,-2.8c0.1,-0.3 0,-0.6 -0.2,-0.7l-2.4,-1.7c-0.5,-0.4 -0.2,-1.2 0.4,-1.2l2.9,0c0.3,0 0.5,-0.2 0.6,-0.5l0.9,-2.8c0.2,-0.6 1,-0.6 1.2,0l0.9,2.8c0.1,0.3 0.3,0.5 0.6,0.5l2.9,0C114.2,109 114.5,109.8 113.9,110.2zM91.5,61.3c13.3,0 24,10.7 24,24c0,1.4 -0.1,2.7 -0.3,4c0.3,0 0.5,-0.2 0.6,-0.4l0.9,-2.8c0.2,-0.6 1,-0.6 1.2,0l0.9,2.8c0.1,0.3 0.3,0.5 0.6,0.5l2.9,0c0.6,0 0.9,0.8 0.4,1.2l-2.4,1.7c-0.2,0.2 -0.3,0.5 -0.2,0.7l0.9,2.8c0.2,0.6 -0.5,1.1 -1,0.7l-2.3,-1.7c-0.2,-0.2 -0.5,-0.2 -0.8,0l-2.3,1.7c-0.5,0.4 -1.2,-0.1 -1,-0.7l0.9,-2.8c0,-0.1 0,-0.3 0,-0.4c-2.9,9.4 -11.4,16.3 -21.6,16.8c0.2,0.3 0.2,0.7 -0.1,0.9l-2.4,1.7c-0.2,0.2 -0.3,0.5 -0.2,0.7l0.9,2.8c0.2,0.6 -0.5,1.1 -1,0.7l-2.3,-1.7c-0.2,-0.2 -0.5,-0.2 -0.8,0l-2.3,1.7c-0.5,0.4 -1.2,-0.1 -1,-0.7l0.9,-2.8c0.1,-0.3 0,-0.6 -0.2,-0.7l-2.4,-1.7c-0.5,-0.4 -0.2,-1.2 0.4,-1.2l2.9,0c0.3,0 0.5,-0.2 0.6,-0.4c-10.5,-2.6 -18.3,-12 -18.3,-23.3C67.5,72 78.2,61.3 91.5,61.3z" />
<path android:fillColor="#fff6f6f7" android:pathData="M85.8,108.6C85.8,108.6 85.8,108.6 85.8,108.6l0.9,-2.8c0.2,-0.6 1,-0.6 1.2,0l0.9,2.8c0.1,0.3 0.3,0.5 0.6,0.5l2.9,0c0.2,0 0.4,0.1 0.5,0.2c10.2,-0.6 18.6,-7.5 21.6,-16.8c0,-0.1 -0.1,-0.2 -0.2,-0.3l-2.4,-1.7c-0.5,-0.4 -0.2,-1.2 0.4,-1.2l2.9,0c0,0 0,0 0,0c0.2,-1.3 0.3,-2.6 0.3,-4c0,-13.3 -10.7,-24 -24,-24c-13.3,0 -24,10.7 -24,24C67.5,96.6 75.3,106.1 85.8,108.6zM108.5,92.3c0,2.8 -2.2,5 -5,5c-2.8,0 -5,-2.2 -5,-5s2.2,-5 5,-5C106.2,87.3 108.5,89.5 108.5,92.3zM89.5,63.3c6.2,0 11.4,4.3 12.7,10.1l0.8,0c0.6,0 0.9,0.8 0.4,1.2l-0.9,0.6c0,0.4 0.1,0.7 0.1,1.1c0,7.2 -5.8,13 -13,13s-13,-5.8 -13,-13S82.3,63.3 89.5,63.3zM73.6,89.3l2.9,0c0.3,0 0.5,-0.2 0.6,-0.5l0.9,-2.8c0.2,-0.6 1,-0.6 1.2,0l0.9,2.8c0.1,0.3 0.3,0.5 0.6,0.5l2.9,0c0.6,0 0.9,0.8 0.4,1.2l-2.4,1.7c-0.2,0.2 -0.3,0.5 -0.2,0.7l0.9,2.8c0.2,0.6 -0.5,1.1 -1,0.7L79,94.6c-0.2,-0.2 -0.5,-0.2 -0.8,0l-2.3,1.7c-0.5,0.4 -1.2,-0.1 -1,-0.7l0.9,-2.8c0.1,-0.3 0,-0.6 -0.2,-0.7l-2.4,-1.7C72.7,90.1 72.9,89.3 73.6,89.3z" />
! <path android:fillColor="#ffffffff" android:pathData="M89.5,89.3c7.2,0 13,-5.8 13,-13c0,-0.4 0,-0.7 -0.1,-1.1l-1.5,1c-0.2,0.2 -0.3,0.5 -0.2,0.7l0.9,2.8c0.2,0.6 -0.5,1.1 -1,0.7l-2.3,-1.7c-0.2,-0.2 -0.5,-0.2 -0.8,0l-2.3,1.7c-0.5,0.4 -1.2,-0.1 -1,-0.7l0.9,-2.8c0.1,-0.3 0,-0.6 -0.2,-0.7l-2.4,-1.7c-0.5,-0.4 -0.2,-1.2 0.4,-1.2l2.9,0c0.3,0 0.5,-0.2 0.6,-0.5l0.9,-2.8c0.2,-0.6 1,-0.6 1.2,0l0.9,2.8c0.1,0.3 0.3,0.5 0.6,0.5l2.1,0c-1.3,-5.8 -6.5,-10.1 -12.7,-10.1c-7.2,0 -13,5.8 -13,13S82.3,89.3 89.5,89.3z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M59.9,84.3c0.3,-1.5 0.8,-3 1.3,-4.4c0.2,-0.5 -0.1,-1.1 -0.6,-1.3c0,0 0,0 0,0c-0.5,-0.2 -1.1,0.1 -1.3,0.6c-0.5,1.5 -1,3.1 -1.4,4.7c-0.1,0.5 0.2,1.1 0.8,1.2c0,0 0,0 0,0c0.1,0 0.1,0 0.2,0C59.4,85.1 59.8,84.8 59.9,84.3z" />
! <path android:fillColor="#ffffffff" android:pathData="M103.5,92.3m-5,0a5,5 0,1 1,10 0a5,5 0,1 1,-10 0" />
<path android:fillColor="#ffdcddde" android:pathData="M99.4,73l-0.9,-2.8c-0.2,-0.6 -1,-0.6 -1.2,0L96.4,73c-0.1,0.3 -0.3,0.5 -0.6,0.5l-2.9,0c-0.6,0 -0.9,0.8 -0.4,1.2l2.4,1.7c0.2,0.2 0.3,0.5 0.2,0.7l-0.9,2.8c-0.2,0.6 0.5,1.1 1,0.7l2.3,-1.7c0.2,-0.2 0.5,-0.2 0.8,0l2.3,1.7c0.5,0.4 1.2,-0.1 1,-0.7l-0.9,-2.8c-0.1,-0.3 0,-0.6 0.2,-0.7l1.5,-1l0.9,-0.6c0.5,-0.4 0.2,-1.2 -0.4,-1.2l-0.8,0l-2.1,0C99.8,73.4 99.5,73.2 99.4,73z" />
<path android:fillColor="#ffdcddde" android:pathData="M75.8,92.9l-0.9,2.8c-0.2,0.6 0.5,1.1 1,0.7l2.3,-1.7c0.2,-0.2 0.5,-0.2 0.8,0l2.3,1.7c0.5,0.4 1.2,-0.1 1,-0.7l-0.9,-2.8c-0.1,-0.3 0,-0.6 0.2,-0.7l2.4,-1.7c0.5,-0.4 0.2,-1.2 -0.4,-1.2l-2.9,0c-0.3,0 -0.5,-0.2 -0.6,-0.5l-0.9,-2.8c-0.2,-0.6 -1,-0.6 -1.2,0l-0.9,2.8c-0.1,0.3 -0.3,0.5 -0.6,0.5l-2.9,0c-0.6,0 -0.9,0.8 -0.4,1.2l2.4,1.7C75.8,92.3 75.9,92.6 75.8,92.9z" />
<path android:fillColor="#ffdcddde" android:pathData="M112.2,89.3c-0.6,0 -0.9,0.8 -0.4,1.2l2.4,1.7c0.1,0.1 0.2,0.2 0.2,0.3c0.1,0.1 0.1,0.3 0,0.4l-0.9,2.8c-0.2,0.6 0.5,1.1 1,0.7l2.3,-1.7c0.2,-0.2 0.5,-0.2 0.8,0l2.3,1.7c0.5,0.4 1.2,-0.1 1,-0.7l-0.9,-2.8c-0.1,-0.3 0,-0.6 0.2,-0.7l2.4,-1.7c0.5,-0.4 0.2,-1.2 -0.4,-1.2l-2.9,0c-0.3,0 -0.5,-0.2 -0.6,-0.5l-0.9,-2.8c-0.2,-0.6 -1,-0.6 -1.2,0l-0.9,2.8c-0.1,0.3 -0.3,0.4 -0.6,0.4c0,0 0,0 0,0L112.2,89.3z" />
--- 10,21 ----
<path android:fillColor="#ffdcddde" android:pathData="M37.6,44.1h-4.4c-3.3,0 -6.1,2.7 -6.1,6.1v15c0,3.3 2.7,6.1 6.1,6.1h4.4c1.3,0 2.4,-1.1 2.4,-2.4V46.5C40.1,45.1 39,44.1 37.6,44.1z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M148.5,50.4L148.5,50.4c0,-3 -2.5,-5.5 -5.5,-5.5h0c-3,0 -5.5,2.5 -5.5,5.5v0c0,3 2.5,5.5 5.5,5.5h0C146,56 148.5,53.5 148.5,50.4z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M52.8,44.9c-3,0 -5.5,2.5 -5.5,5.5s2.5,5.5 5.5,5.5s5.5,-2.5 5.5,-5.5S55.9,44.9 52.8,44.9z" />
! <path android:fillColor="@color/white" android:pathData="M105.3,35.9H75.2c-4.1,0 -7.5,3.4 -7.5,7.5v11.1c0,3.1 0.7,6.1 2,8.8C77.2,56.2 87.2,52 97.9,52c10.9,0 20.9,4.3 28.2,11.3c1.3,-2.7 2,-5.7 2,-8.8V43.4c0,-4.1 -3.4,-7.5 -7.5,-7.5h-4.8c-0.6,0 -1,-0.4 -1,-1h-8.6C106.2,35.5 105.8,35.9 105.3,35.9z" />
! <path android:fillColor="@color/white" android:pathData="M61.2,79.9c-0.5,1.5 -1,2.9 -1.3,4.4c-0.1,0.5 -0.5,0.8 -1,0.8c-0.1,0 -0.1,0 -0.2,0c-0.5,2.2 -0.7,4.6 -0.8,6.9c0.5,0 1,0.5 1,1c0,5.2 1,10.1 2.8,14.6c1.9,-0.9 4.2,-0.5 5.7,1.1c1.1,1.2 1.6,2.8 1.3,4.3c0.2,0 0.5,0 0.7,0c1.3,0 2.6,0.6 3.5,1.6c1.1,1.2 1.6,2.8 1.3,4.3c0.2,0 0.5,0 0.7,0c1.3,0 2.6,0.6 3.5,1.6c0.9,1 1.4,2.2 1.4,3.6c0,1.1 -0.4,2.2 -1.1,3c5.7,3.2 12.3,5.1 19.3,5.1c6.9,0 13.5,-1.8 19.1,-5c-0.7,-0.9 -1.2,-1.9 -1.2,-3.1c0,-1.3 0.4,-2.6 1.4,-3.6c0.9,-1 2.2,-1.5 3.5,-1.6c0.2,0 0.5,0 0.7,0c-0.3,-1.5 0.2,-3.1 1.3,-4.3c0.9,-1 2.2,-1.5 3.5,-1.6c0.2,0 0.5,0 0.7,0c-0.3,-1.5 0.2,-3.1 1.3,-4.3c1.6,-1.6 3.9,-2 5.9,-1c1.8,-4.5 2.9,-9.5 2.9,-14.7c0,-21.5 -17.5,-39 -39,-39c-14.3,0 -27.5,7.8 -34.3,20.4c-0.3,0.5 -0.9,0.7 -1.3,0.4c-0.6,1.2 -1.2,2.5 -1.7,3.8C61.1,78.8 61.4,79.4 61.2,79.9zM113.9,110.2l-2.4,1.7c-0.2,0.2 -0.3,0.5 -0.2,0.7l0.9,2.8c0.2,0.6 -0.5,1.1 -1,0.7l-2.3,-1.7c-0.2,-0.2 -0.5,-0.2 -0.8,0l-2.3,1.7c-0.5,0.4 -1.2,-0.1 -1,-0.7l0.9,-2.8c0.1,-0.3 0,-0.6 -0.2,-0.7l-2.4,-1.7c-0.5,-0.4 -0.2,-1.2 0.4,-1.2l2.9,0c0.3,0 0.5,-0.2 0.6,-0.5l0.9,-2.8c0.2,-0.6 1,-0.6 1.2,0l0.9,2.8c0.1,0.3 0.3,0.5 0.6,0.5l2.9,0C114.2,109 114.5,109.8 113.9,110.2zM91.5,61.3c13.3,0 24,10.7 24,24c0,1.4 -0.1,2.7 -0.3,4c0.3,0 0.5,-0.2 0.6,-0.4l0.9,-2.8c0.2,-0.6 1,-0.6 1.2,0l0.9,2.8c0.1,0.3 0.3,0.5 0.6,0.5l2.9,0c0.6,0 0.9,0.8 0.4,1.2l-2.4,1.7c-0.2,0.2 -0.3,0.5 -0.2,0.7l0.9,2.8c0.2,0.6 -0.5,1.1 -1,0.7l-2.3,-1.7c-0.2,-0.2 -0.5,-0.2 -0.8,0l-2.3,1.7c-0.5,0.4 -1.2,-0.1 -1,-0.7l0.9,-2.8c0,-0.1 0,-0.3 0,-0.4c-2.9,9.4 -11.4,16.3 -21.6,16.8c0.2,0.3 0.2,0.7 -0.1,0.9l-2.4,1.7c-0.2,0.2 -0.3,0.5 -0.2,0.7l0.9,2.8c0.2,0.6 -0.5,1.1 -1,0.7l-2.3,-1.7c-0.2,-0.2 -0.5,-0.2 -0.8,0l-2.3,1.7c-0.5,0.4 -1.2,-0.1 -1,-0.7l0.9,-2.8c0.1,-0.3 0,-0.6 -0.2,-0.7l-2.4,-1.7c-0.5,-0.4 -0.2,-1.2 0.4,-1.2l2.9,0c0.3,0 0.5,-0.2 0.6,-0.4c-10.5,-2.6 -18.3,-12 -18.3,-23.3C67.5,72 78.2,61.3 91.5,61.3z" />
<path android:fillColor="#fff6f6f7" android:pathData="M85.8,108.6C85.8,108.6 85.8,108.6 85.8,108.6l0.9,-2.8c0.2,-0.6 1,-0.6 1.2,0l0.9,2.8c0.1,0.3 0.3,0.5 0.6,0.5l2.9,0c0.2,0 0.4,0.1 0.5,0.2c10.2,-0.6 18.6,-7.5 21.6,-16.8c0,-0.1 -0.1,-0.2 -0.2,-0.3l-2.4,-1.7c-0.5,-0.4 -0.2,-1.2 0.4,-1.2l2.9,0c0,0 0,0 0,0c0.2,-1.3 0.3,-2.6 0.3,-4c0,-13.3 -10.7,-24 -24,-24c-13.3,0 -24,10.7 -24,24C67.5,96.6 75.3,106.1 85.8,108.6zM108.5,92.3c0,2.8 -2.2,5 -5,5c-2.8,0 -5,-2.2 -5,-5s2.2,-5 5,-5C106.2,87.3 108.5,89.5 108.5,92.3zM89.5,63.3c6.2,0 11.4,4.3 12.7,10.1l0.8,0c0.6,0 0.9,0.8 0.4,1.2l-0.9,0.6c0,0.4 0.1,0.7 0.1,1.1c0,7.2 -5.8,13 -13,13s-13,-5.8 -13,-13S82.3,63.3 89.5,63.3zM73.6,89.3l2.9,0c0.3,0 0.5,-0.2 0.6,-0.5l0.9,-2.8c0.2,-0.6 1,-0.6 1.2,0l0.9,2.8c0.1,0.3 0.3,0.5 0.6,0.5l2.9,0c0.6,0 0.9,0.8 0.4,1.2l-2.4,1.7c-0.2,0.2 -0.3,0.5 -0.2,0.7l0.9,2.8c0.2,0.6 -0.5,1.1 -1,0.7L79,94.6c-0.2,-0.2 -0.5,-0.2 -0.8,0l-2.3,1.7c-0.5,0.4 -1.2,-0.1 -1,-0.7l0.9,-2.8c0.1,-0.3 0,-0.6 -0.2,-0.7l-2.4,-1.7C72.7,90.1 72.9,89.3 73.6,89.3z" />
! <path android:fillColor="@color/white" android:pathData="M89.5,89.3c7.2,0 13,-5.8 13,-13c0,-0.4 0,-0.7 -0.1,-1.1l-1.5,1c-0.2,0.2 -0.3,0.5 -0.2,0.7l0.9,2.8c0.2,0.6 -0.5,1.1 -1,0.7l-2.3,-1.7c-0.2,-0.2 -0.5,-0.2 -0.8,0l-2.3,1.7c-0.5,0.4 -1.2,-0.1 -1,-0.7l0.9,-2.8c0.1,-0.3 0,-0.6 -0.2,-0.7l-2.4,-1.7c-0.5,-0.4 -0.2,-1.2 0.4,-1.2l2.9,0c0.3,0 0.5,-0.2 0.6,-0.5l0.9,-2.8c0.2,-0.6 1,-0.6 1.2,0l0.9,2.8c0.1,0.3 0.3,0.5 0.6,0.5l2.1,0c-1.3,-5.8 -6.5,-10.1 -12.7,-10.1c-7.2,0 -13,5.8 -13,13S82.3,89.3 89.5,89.3z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M59.9,84.3c0.3,-1.5 0.8,-3 1.3,-4.4c0.2,-0.5 -0.1,-1.1 -0.6,-1.3c0,0 0,0 0,0c-0.5,-0.2 -1.1,0.1 -1.3,0.6c-0.5,1.5 -1,3.1 -1.4,4.7c-0.1,0.5 0.2,1.1 0.8,1.2c0,0 0,0 0,0c0.1,0 0.1,0 0.2,0C59.4,85.1 59.8,84.8 59.9,84.3z" />
! <path android:fillColor="@color/white" android:pathData="M103.5,92.3m-5,0a5,5 0,1 1,10 0a5,5 0,1 1,-10 0" />
<path android:fillColor="#ffdcddde" android:pathData="M99.4,73l-0.9,-2.8c-0.2,-0.6 -1,-0.6 -1.2,0L96.4,73c-0.1,0.3 -0.3,0.5 -0.6,0.5l-2.9,0c-0.6,0 -0.9,0.8 -0.4,1.2l2.4,1.7c0.2,0.2 0.3,0.5 0.2,0.7l-0.9,2.8c-0.2,0.6 0.5,1.1 1,0.7l2.3,-1.7c0.2,-0.2 0.5,-0.2 0.8,0l2.3,1.7c0.5,0.4 1.2,-0.1 1,-0.7l-0.9,-2.8c-0.1,-0.3 0,-0.6 0.2,-0.7l1.5,-1l0.9,-0.6c0.5,-0.4 0.2,-1.2 -0.4,-1.2l-0.8,0l-2.1,0C99.8,73.4 99.5,73.2 99.4,73z" />
<path android:fillColor="#ffdcddde" android:pathData="M75.8,92.9l-0.9,2.8c-0.2,0.6 0.5,1.1 1,0.7l2.3,-1.7c0.2,-0.2 0.5,-0.2 0.8,0l2.3,1.7c0.5,0.4 1.2,-0.1 1,-0.7l-0.9,-2.8c-0.1,-0.3 0,-0.6 0.2,-0.7l2.4,-1.7c0.5,-0.4 0.2,-1.2 -0.4,-1.2l-2.9,0c-0.3,0 -0.5,-0.2 -0.6,-0.5l-0.9,-2.8c-0.2,-0.6 -1,-0.6 -1.2,0l-0.9,2.8c-0.1,0.3 -0.3,0.5 -0.6,0.5l-2.9,0c-0.6,0 -0.9,0.8 -0.4,1.2l2.4,1.7C75.8,92.3 75.9,92.6 75.8,92.9z" />
<path android:fillColor="#ffdcddde" android:pathData="M112.2,89.3c-0.6,0 -0.9,0.8 -0.4,1.2l2.4,1.7c0.1,0.1 0.2,0.2 0.2,0.3c0.1,0.1 0.1,0.3 0,0.4l-0.9,2.8c-0.2,0.6 0.5,1.1 1,0.7l2.3,-1.7c0.2,-0.2 0.5,-0.2 0.8,0l2.3,1.7c0.5,0.4 1.2,-0.1 1,-0.7l-0.9,-2.8c-0.1,-0.3 0,-0.6 0.2,-0.7l2.4,-1.7c0.5,-0.4 0.2,-1.2 -0.4,-1.2l-2.9,0c-0.3,0 -0.5,-0.2 -0.6,-0.5l-0.9,-2.8c-0.2,-0.6 -1,-0.6 -1.2,0l-0.9,2.8c-0.1,0.3 -0.3,0.4 -0.6,0.4c0,0 0,0 0,0L112.2,89.3z" />
diff -x dist -x build -craB from/res/drawable/img_wumpus_tophat_light.xml to/res/drawable/img_wumpus_tophat_light.xml
*** from/res/drawable/img_wumpus_tophat_light.xml 2021-01-02 17:58:42.820414496 -0700
--- to/res/drawable/img_wumpus_tophat_light.xml 2021-01-11 15:13:55.943671139 -0700
***************
*** 10,16 ****
<path android:fillColor="#fff7f7f8" android:pathData="M66.43,89.2L66.43,97C66.43,104.85 61.21,111.56 54,114L56.61,114C66.2,114 74,106.37 74,97L74,89.2C74,85.78 71.16,83 67.66,83L62.78,83C64.96,84.25 66.43,86.56 66.43,89.2" />
<path android:fillColor="#ffdcddde" android:pathData="M123.85,82L117.06,82C115.92,82 115,82.88 115,83.96L115,102.04C115,103.12 115.92,104 117.06,104L123.85,104C126.7,104 129,101.8 129,99.09L129,86.91C129,84.2 126.7,82 123.85,82" />
<path android:fillColor="#ffb9bbbe" android:pathData="M88.29,97L88.71,97C91.07,97 93,95.07 93,92.71L93,92.29C93,89.93 91.07,88 88.71,88L88.29,88C85.93,88 84,89.93 84,92.29L84,92.71C84,95.07 85.93,97 88.29,97" />
! <path android:fillColor="#ffffffff" android:pathData="M52.85,103.81C52.85,105.43 51.52,106.75 49.9,106.75L44,106.75C42.37,106.75 41.04,105.43 41.04,103.81C41.04,102.2 42.37,100.88 44,100.88L49.9,100.88C51.52,100.88 52.85,102.2 52.85,103.81M26.91,103.81C26.91,102.2 28.24,100.88 29.86,100.88L33.4,100.88C35.03,100.88 36.35,102.2 36.35,103.81C36.35,105.43 35.03,106.75 33.4,106.75L29.86,106.75C28.24,106.75 26.91,105.43 26.91,103.81M44.75,83L26.23,83C22.79,83 20,85.78 20,89.2L20,97C20,106.37 27.66,114 37.07,114L53.79,114C60.87,111.56 66,104.85 66,97L66,89.2C66,86.56 64.55,84.25 62.42,83L56.36,83C55.8,83 55.35,82.55 55.35,82L45.76,82C45.76,82.55 45.31,83 44.75,83" />
<path android:fillColor="#ffdcddde" android:pathData="M44,101C42.35,101 41,102.35 41,104 41,105.65 42.35,107 44,107L50,107C51.65,107 53,105.65 53,104 53,102.35 51.65,101 50,101L44,101zM29.81,107L33.19,107C34.73,107 36,105.65 36,104 36,102.35 34.73,101 33.19,101L29.81,101C28.27,101 27,102.35 27,104 27,105.65 28.27,107 29.81,107" />
<path android:fillColor="#ffdcddde" android:pathData="M97,50l4,0l0,-9l-4,0z" />
<path android:fillColor="#ffdcddde" android:pathData="M56,50l19,0l0,-9l-19,0z" />
--- 10,16 ----
<path android:fillColor="#fff7f7f8" android:pathData="M66.43,89.2L66.43,97C66.43,104.85 61.21,111.56 54,114L56.61,114C66.2,114 74,106.37 74,97L74,89.2C74,85.78 71.16,83 67.66,83L62.78,83C64.96,84.25 66.43,86.56 66.43,89.2" />
<path android:fillColor="#ffdcddde" android:pathData="M123.85,82L117.06,82C115.92,82 115,82.88 115,83.96L115,102.04C115,103.12 115.92,104 117.06,104L123.85,104C126.7,104 129,101.8 129,99.09L129,86.91C129,84.2 126.7,82 123.85,82" />
<path android:fillColor="#ffb9bbbe" android:pathData="M88.29,97L88.71,97C91.07,97 93,95.07 93,92.71L93,92.29C93,89.93 91.07,88 88.71,88L88.29,88C85.93,88 84,89.93 84,92.29L84,92.71C84,95.07 85.93,97 88.29,97" />
! <path android:fillColor="@color/white" android:pathData="M52.85,103.81C52.85,105.43 51.52,106.75 49.9,106.75L44,106.75C42.37,106.75 41.04,105.43 41.04,103.81C41.04,102.2 42.37,100.88 44,100.88L49.9,100.88C51.52,100.88 52.85,102.2 52.85,103.81M26.91,103.81C26.91,102.2 28.24,100.88 29.86,100.88L33.4,100.88C35.03,100.88 36.35,102.2 36.35,103.81C36.35,105.43 35.03,106.75 33.4,106.75L29.86,106.75C28.24,106.75 26.91,105.43 26.91,103.81M44.75,83L26.23,83C22.79,83 20,85.78 20,89.2L20,97C20,106.37 27.66,114 37.07,114L53.79,114C60.87,111.56 66,104.85 66,97L66,89.2C66,86.56 64.55,84.25 62.42,83L56.36,83C55.8,83 55.35,82.55 55.35,82L45.76,82C45.76,82.55 45.31,83 44.75,83" />
<path android:fillColor="#ffdcddde" android:pathData="M44,101C42.35,101 41,102.35 41,104 41,105.65 42.35,107 44,107L50,107C51.65,107 53,105.65 53,104 53,102.35 51.65,101 50,101L44,101zM29.81,107L33.19,107C34.73,107 36,105.65 36,104 36,102.35 34.73,101 33.19,101L29.81,101C28.27,101 27,102.35 27,104 27,105.65 28.27,107 29.81,107" />
<path android:fillColor="#ffdcddde" android:pathData="M97,50l4,0l0,-9l-4,0z" />
<path android:fillColor="#ffdcddde" android:pathData="M56,50l19,0l0,-9l-19,0z" />
diff -x dist -x build -craB from/res/drawable/ripple_brighten.xml to/res/drawable/ripple_brighten.xml
*** from/res/drawable/ripple_brighten.xml 2021-01-02 17:58:42.814414587 -0700
--- to/res/drawable/ripple_brighten.xml 2021-01-11 15:13:55.842672651 -0700
***************
*** 3,9 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/mask">
<shape android:shape="rectangle">
! <solid android:color="#ffffffff" />
</shape>
</item>
</ripple>
\ No newline at end of file
--- 3,9 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/mask">
<shape android:shape="rectangle">
! <solid android:color="@color/white" />
</shape>
</item>
</ripple>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/ripple_darken.xml to/res/drawable/ripple_darken.xml
*** from/res/drawable/ripple_darken.xml 2021-01-02 17:58:42.818414526 -0700
--- to/res/drawable/ripple_darken.xml 2021-01-11 15:13:55.742674149 -0700
***************
*** 3,9 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/mask">
<shape android:shape="rectangle">
! <solid android:color="#ffffffff" />
</shape>
</item>
</ripple>
\ No newline at end of file
--- 3,9 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/mask">
<shape android:shape="rectangle">
! <solid android:color="@color/white" />
</shape>
</item>
</ripple>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable/screen_share_illustration.xml to/res/drawable/screen_share_illustration.xml
*** from/res/drawable/screen_share_illustration.xml 2021-01-02 17:58:42.813414602 -0700
--- to/res/drawable/screen_share_illustration.xml 2021-01-11 15:13:55.428678850 -0700
***************
*** 3,12 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h160v100.923h-160z" />
! <path android:fillColor="#ffffffff" android:pathData="M120.56,4.236H75.28V67.748H120.56V4.236Z" />
<path android:fillColor="#ffff9a15" android:pathData="M112.8,1.678H83.04V5.514H86.48C86.729,5.514 86.975,5.564 87.203,5.662C87.432,5.759 87.638,5.901 87.81,6.081C87.982,6.26 88.116,6.472 88.204,6.704C88.291,6.937 88.331,7.184 88.32,7.432C88.32,7.941 88.522,8.429 88.882,8.789C89.243,9.148 89.731,9.351 90.24,9.351H105.52C106.029,9.351 106.518,9.148 106.878,8.789C107.238,8.429 107.44,7.941 107.44,7.432C107.44,6.924 107.642,6.436 108.002,6.076C108.362,5.716 108.851,5.514 109.36,5.514H112.8V1.678Z" />
<path android:fillColor="#ffff9a15" android:pathData="M115.52,-0.16H80.32C79.179,-0.17 78.047,0.045 76.989,0.474C75.932,0.903 74.97,1.537 74.159,2.34C73.348,3.142 72.704,4.097 72.265,5.15C71.826,6.202 71.6,7.331 71.6,8.472V63.536C71.6,65.847 72.519,68.063 74.154,69.696C75.789,71.33 78.007,72.248 80.32,72.248H115.52C116.661,72.248 117.792,72.022 118.845,71.583C119.899,71.145 120.855,70.502 121.658,69.691C122.461,68.882 123.096,67.921 123.526,66.864C123.955,65.808 124.171,64.677 124.16,63.536V8.472C124.16,6.182 123.25,3.987 121.63,2.368C120.009,0.75 117.812,-0.16 115.52,-0.16ZM118.88,8.152V63.856C118.891,64.199 118.833,64.54 118.709,64.859C118.585,65.179 118.398,65.47 118.159,65.716C117.92,65.963 117.635,66.158 117.319,66.291C117.003,66.425 116.663,66.494 116.32,66.494H79.52C78.82,66.494 78.148,66.216 77.653,65.721C77.158,65.227 76.88,64.556 76.88,63.856V8.152C76.88,7.452 77.158,6.782 77.653,6.287C78.148,5.792 78.82,5.515 79.52,5.515H116.32C116.663,5.514 117.003,5.583 117.319,5.717C117.635,5.85 117.92,6.046 118.159,6.292C118.398,6.538 118.585,6.829 118.709,7.149C118.833,7.468 118.891,7.809 118.88,8.152Z" />
! <path android:fillColor="#ffffffff" android:pathData="M79.92,31.569H47.76C44.711,31.569 42.24,34.037 42.24,37.083V92.068C42.24,95.114 44.711,97.583 47.76,97.583H79.92C82.969,97.583 85.44,95.114 85.44,92.068V37.083C85.44,34.037 82.969,31.569 79.92,31.569Z" />
<path android:fillColor="#ff5e88ff" android:pathData="M79.92,28.372H47.68C46.539,28.372 45.409,28.597 44.355,29.036C43.301,29.475 42.345,30.118 41.542,30.928C40.739,31.738 40.104,32.699 39.674,33.755C39.245,34.812 39.029,35.943 39.04,37.083V92.068C39.029,93.208 39.245,94.339 39.674,95.396C40.104,96.452 40.739,97.413 41.542,98.223C42.345,99.033 43.301,99.676 44.355,100.115C45.409,100.553 46.539,100.779 47.68,100.779H79.92C82.233,100.779 84.451,99.861 86.086,98.228C87.721,96.594 88.64,94.378 88.64,92.068V37.083C88.64,34.772 87.721,32.557 86.086,30.923C84.451,29.289 82.233,28.372 79.92,28.372ZM83.52,92.547C83.52,93.353 83.2,94.125 82.63,94.695C82.059,95.264 81.286,95.584 80.48,95.584H47.12C46.328,95.563 45.575,95.234 45.022,94.667C44.469,94.1 44.16,93.339 44.16,92.547V36.523C44.18,35.745 44.499,35.005 45.049,34.455C45.6,33.905 46.341,33.587 47.12,33.566H53.6C54.067,33.566 54.514,33.752 54.844,34.081C55.174,34.411 55.36,34.858 55.36,35.325C55.381,35.798 55.583,36.245 55.926,36.573C56.269,36.901 56.725,37.083 57.2,37.083H70.48C70.711,37.083 70.94,37.037 71.153,36.949C71.367,36.861 71.561,36.731 71.724,36.568C71.888,36.405 72.018,36.211 72.106,35.998C72.194,35.784 72.24,35.556 72.24,35.325C72.24,35.087 72.288,34.852 72.381,34.633C72.475,34.414 72.611,34.217 72.783,34.052C72.955,33.888 73.159,33.76 73.382,33.677C73.605,33.593 73.842,33.556 74.08,33.566H80.48C81.272,33.566 82.034,33.875 82.602,34.428C83.17,34.98 83.499,35.732 83.52,36.523V92.547Z" />
<path android:fillColor="#ff5e88ff" android:pathData="M73.52,55.305C71.766,53.896 69.608,53.084 67.36,52.987L67.04,53.307C69.045,53.869 70.921,54.82 72.56,56.104C70.492,55.013 68.242,54.309 65.92,54.026C64.431,53.866 62.929,53.866 61.44,54.026H61.04C59.326,54.217 57.652,54.675 56.08,55.385L54.72,56.024C56.426,54.639 58.422,53.656 60.56,53.147L60.32,52.907C58.049,53.009 55.867,53.82 54.08,55.225C52.093,59.171 51.026,63.515 50.96,67.932C50.96,67.932 52.8,71.129 57.68,71.289L59.12,69.451C57.572,69.091 56.208,68.182 55.28,66.893L55.92,67.293H56L56.16,67.453L57.84,68.172C58.864,68.62 59.938,68.942 61.04,69.131C62.943,69.492 64.897,69.492 66.8,69.131C67.903,68.949 68.979,68.627 70,68.172C70.892,67.827 71.749,67.399 72.56,66.893C71.581,68.218 70.164,69.152 68.56,69.531L70,71.289C74.88,71.129 76.72,67.932 76.72,67.932C76.636,63.534 75.542,59.213 73.52,55.305ZM59.76,66.014C59.188,65.91 58.672,65.609 58.3,65.164C57.927,64.719 57.724,64.157 57.724,63.577C57.724,62.996 57.927,62.435 58.3,61.989C58.672,61.544 59.188,61.243 59.76,61.139C60.331,61.243 60.848,61.544 61.22,61.989C61.592,62.435 61.796,62.996 61.796,63.577C61.796,64.157 61.592,64.719 61.22,65.164C60.848,65.609 60.331,65.91 59.76,66.014ZM67.76,66.014C67.262,66.063 66.761,65.959 66.323,65.718C65.885,65.477 65.53,65.109 65.305,64.663C65.08,64.216 64.995,63.712 65.062,63.217C65.129,62.722 65.344,62.258 65.68,61.888C66.015,61.517 66.455,61.256 66.941,61.139C67.427,61.022 67.938,61.056 68.405,61.234C68.872,61.412 69.275,61.728 69.559,62.139C69.844,62.549 69.998,63.037 70,63.537C70.022,63.847 69.98,64.16 69.879,64.454C69.777,64.749 69.616,65.02 69.407,65.251C69.198,65.482 68.945,65.669 68.661,65.8C68.378,65.931 68.072,66.004 67.76,66.014Z" />
<path android:fillColor="#fff47fff" android:pathData="M114.56,96.384L120.32,98.621C120.53,98.709 120.761,98.73 120.983,98.683C121.205,98.636 121.408,98.523 121.564,98.358C121.72,98.193 121.823,97.985 121.858,97.761C121.893,97.537 121.859,97.307 121.76,97.103L119.6,91.429C119.522,91.141 119.522,90.837 119.6,90.549L121.76,84.875C121.859,84.671 121.893,84.441 121.858,84.217C121.823,83.993 121.72,83.785 121.564,83.62C121.408,83.455 121.205,83.342 120.983,83.295C120.761,83.248 120.53,83.269 120.32,83.357L114.56,85.594C114.299,85.675 114.021,85.675 113.76,85.594L108,83.357C107.793,83.304 107.576,83.308 107.372,83.368C107.167,83.427 106.981,83.54 106.835,83.694C106.688,83.849 106.585,84.04 106.537,84.248C106.489,84.455 106.497,84.672 106.56,84.875L108.8,90.549C108.878,90.837 108.878,91.141 108.8,91.429L106.56,97.103C106.497,97.306 106.489,97.523 106.537,97.731C106.585,97.938 106.688,98.129 106.835,98.284C106.981,98.438 107.167,98.551 107.372,98.611C107.576,98.67 107.793,98.674 108,98.621L113.76,96.384H114.56Z" />
--- 3,12 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h160v100.923h-160z" />
! <path android:fillColor="@color/white" android:pathData="M120.56,4.236H75.28V67.748H120.56V4.236Z" />
<path android:fillColor="#ffff9a15" android:pathData="M112.8,1.678H83.04V5.514H86.48C86.729,5.514 86.975,5.564 87.203,5.662C87.432,5.759 87.638,5.901 87.81,6.081C87.982,6.26 88.116,6.472 88.204,6.704C88.291,6.937 88.331,7.184 88.32,7.432C88.32,7.941 88.522,8.429 88.882,8.789C89.243,9.148 89.731,9.351 90.24,9.351H105.52C106.029,9.351 106.518,9.148 106.878,8.789C107.238,8.429 107.44,7.941 107.44,7.432C107.44,6.924 107.642,6.436 108.002,6.076C108.362,5.716 108.851,5.514 109.36,5.514H112.8V1.678Z" />
<path android:fillColor="#ffff9a15" android:pathData="M115.52,-0.16H80.32C79.179,-0.17 78.047,0.045 76.989,0.474C75.932,0.903 74.97,1.537 74.159,2.34C73.348,3.142 72.704,4.097 72.265,5.15C71.826,6.202 71.6,7.331 71.6,8.472V63.536C71.6,65.847 72.519,68.063 74.154,69.696C75.789,71.33 78.007,72.248 80.32,72.248H115.52C116.661,72.248 117.792,72.022 118.845,71.583C119.899,71.145 120.855,70.502 121.658,69.691C122.461,68.882 123.096,67.921 123.526,66.864C123.955,65.808 124.171,64.677 124.16,63.536V8.472C124.16,6.182 123.25,3.987 121.63,2.368C120.009,0.75 117.812,-0.16 115.52,-0.16ZM118.88,8.152V63.856C118.891,64.199 118.833,64.54 118.709,64.859C118.585,65.179 118.398,65.47 118.159,65.716C117.92,65.963 117.635,66.158 117.319,66.291C117.003,66.425 116.663,66.494 116.32,66.494H79.52C78.82,66.494 78.148,66.216 77.653,65.721C77.158,65.227 76.88,64.556 76.88,63.856V8.152C76.88,7.452 77.158,6.782 77.653,6.287C78.148,5.792 78.82,5.515 79.52,5.515H116.32C116.663,5.514 117.003,5.583 117.319,5.717C117.635,5.85 117.92,6.046 118.159,6.292C118.398,6.538 118.585,6.829 118.709,7.149C118.833,7.468 118.891,7.809 118.88,8.152Z" />
! <path android:fillColor="@color/white" android:pathData="M79.92,31.569H47.76C44.711,31.569 42.24,34.037 42.24,37.083V92.068C42.24,95.114 44.711,97.583 47.76,97.583H79.92C82.969,97.583 85.44,95.114 85.44,92.068V37.083C85.44,34.037 82.969,31.569 79.92,31.569Z" />
<path android:fillColor="#ff5e88ff" android:pathData="M79.92,28.372H47.68C46.539,28.372 45.409,28.597 44.355,29.036C43.301,29.475 42.345,30.118 41.542,30.928C40.739,31.738 40.104,32.699 39.674,33.755C39.245,34.812 39.029,35.943 39.04,37.083V92.068C39.029,93.208 39.245,94.339 39.674,95.396C40.104,96.452 40.739,97.413 41.542,98.223C42.345,99.033 43.301,99.676 44.355,100.115C45.409,100.553 46.539,100.779 47.68,100.779H79.92C82.233,100.779 84.451,99.861 86.086,98.228C87.721,96.594 88.64,94.378 88.64,92.068V37.083C88.64,34.772 87.721,32.557 86.086,30.923C84.451,29.289 82.233,28.372 79.92,28.372ZM83.52,92.547C83.52,93.353 83.2,94.125 82.63,94.695C82.059,95.264 81.286,95.584 80.48,95.584H47.12C46.328,95.563 45.575,95.234 45.022,94.667C44.469,94.1 44.16,93.339 44.16,92.547V36.523C44.18,35.745 44.499,35.005 45.049,34.455C45.6,33.905 46.341,33.587 47.12,33.566H53.6C54.067,33.566 54.514,33.752 54.844,34.081C55.174,34.411 55.36,34.858 55.36,35.325C55.381,35.798 55.583,36.245 55.926,36.573C56.269,36.901 56.725,37.083 57.2,37.083H70.48C70.711,37.083 70.94,37.037 71.153,36.949C71.367,36.861 71.561,36.731 71.724,36.568C71.888,36.405 72.018,36.211 72.106,35.998C72.194,35.784 72.24,35.556 72.24,35.325C72.24,35.087 72.288,34.852 72.381,34.633C72.475,34.414 72.611,34.217 72.783,34.052C72.955,33.888 73.159,33.76 73.382,33.677C73.605,33.593 73.842,33.556 74.08,33.566H80.48C81.272,33.566 82.034,33.875 82.602,34.428C83.17,34.98 83.499,35.732 83.52,36.523V92.547Z" />
<path android:fillColor="#ff5e88ff" android:pathData="M73.52,55.305C71.766,53.896 69.608,53.084 67.36,52.987L67.04,53.307C69.045,53.869 70.921,54.82 72.56,56.104C70.492,55.013 68.242,54.309 65.92,54.026C64.431,53.866 62.929,53.866 61.44,54.026H61.04C59.326,54.217 57.652,54.675 56.08,55.385L54.72,56.024C56.426,54.639 58.422,53.656 60.56,53.147L60.32,52.907C58.049,53.009 55.867,53.82 54.08,55.225C52.093,59.171 51.026,63.515 50.96,67.932C50.96,67.932 52.8,71.129 57.68,71.289L59.12,69.451C57.572,69.091 56.208,68.182 55.28,66.893L55.92,67.293H56L56.16,67.453L57.84,68.172C58.864,68.62 59.938,68.942 61.04,69.131C62.943,69.492 64.897,69.492 66.8,69.131C67.903,68.949 68.979,68.627 70,68.172C70.892,67.827 71.749,67.399 72.56,66.893C71.581,68.218 70.164,69.152 68.56,69.531L70,71.289C74.88,71.129 76.72,67.932 76.72,67.932C76.636,63.534 75.542,59.213 73.52,55.305ZM59.76,66.014C59.188,65.91 58.672,65.609 58.3,65.164C57.927,64.719 57.724,64.157 57.724,63.577C57.724,62.996 57.927,62.435 58.3,61.989C58.672,61.544 59.188,61.243 59.76,61.139C60.331,61.243 60.848,61.544 61.22,61.989C61.592,62.435 61.796,62.996 61.796,63.577C61.796,64.157 61.592,64.719 61.22,65.164C60.848,65.609 60.331,65.91 59.76,66.014ZM67.76,66.014C67.262,66.063 66.761,65.959 66.323,65.718C65.885,65.477 65.53,65.109 65.305,64.663C65.08,64.216 64.995,63.712 65.062,63.217C65.129,62.722 65.344,62.258 65.68,61.888C66.015,61.517 66.455,61.256 66.941,61.139C67.427,61.022 67.938,61.056 68.405,61.234C68.872,61.412 69.275,61.728 69.559,62.139C69.844,62.549 69.998,63.037 70,63.537C70.022,63.847 69.98,64.16 69.879,64.454C69.777,64.749 69.616,65.02 69.407,65.251C69.198,65.482 68.945,65.669 68.661,65.8C68.378,65.931 68.072,66.004 67.76,66.014Z" />
<path android:fillColor="#fff47fff" android:pathData="M114.56,96.384L120.32,98.621C120.53,98.709 120.761,98.73 120.983,98.683C121.205,98.636 121.408,98.523 121.564,98.358C121.72,98.193 121.823,97.985 121.858,97.761C121.893,97.537 121.859,97.307 121.76,97.103L119.6,91.429C119.522,91.141 119.522,90.837 119.6,90.549L121.76,84.875C121.859,84.671 121.893,84.441 121.858,84.217C121.823,83.993 121.72,83.785 121.564,83.62C121.408,83.455 121.205,83.342 120.983,83.295C120.761,83.248 120.53,83.269 120.32,83.357L114.56,85.594C114.299,85.675 114.021,85.675 113.76,85.594L108,83.357C107.793,83.304 107.576,83.308 107.372,83.368C107.167,83.427 106.981,83.54 106.835,83.694C106.688,83.849 106.585,84.04 106.537,84.248C106.489,84.455 106.497,84.672 106.56,84.875L108.8,90.549C108.878,90.837 108.878,91.141 108.8,91.429L106.56,97.103C106.497,97.306 106.489,97.523 106.537,97.731C106.585,97.938 106.688,98.129 106.835,98.284C106.981,98.438 107.167,98.551 107.372,98.611C107.576,98.67 107.793,98.674 108,98.621L113.76,96.384H114.56Z" />
diff -x dist -x build -craB from/res/drawable-anydpi/exo_icon_fastforward.xml to/res/drawable-anydpi/exo_icon_fastforward.xml
*** from/res/drawable-anydpi/exo_icon_fastforward.xml 2021-01-02 17:58:42.850414040 -0700
--- to/res/drawable-anydpi/exo_icon_fastforward.xml 2021-01-11 15:14:04.899537041 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M4,18l8.5,-6L4,6v12zM13,6v12l8.5,-6L13,6z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M4,18l8.5,-6L4,6v12zM13,6v12l8.5,-6L13,6z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi/exo_icon_fullscreen_enter.xml to/res/drawable-anydpi/exo_icon_fullscreen_enter.xml
*** from/res/drawable-anydpi/exo_icon_fullscreen_enter.xml 2021-01-02 17:58:42.850414040 -0700
--- to/res/drawable-anydpi/exo_icon_fullscreen_enter.xml 2021-01-11 15:14:04.904536966 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="48.0dip" android:width="48.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M7 14l-2 0 0 5 5 0 0 -2 -3 0 0 -3zm-2 -4l2 0 0 -3 3 0 0 -2 -5 0 0 5zm12 7l-3 0 0 2 5 0 0 -5 -2 0 0 3zm-3 -12l0 2 3 0 0 3 2 0 0 -5 -5 0z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="48.0dip" android:width="48.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M7 14l-2 0 0 5 5 0 0 -2 -3 0 0 -3zm-2 -4l2 0 0 -3 3 0 0 -2 -5 0 0 5zm12 7l-3 0 0 2 5 0 0 -5 -2 0 0 3zm-3 -12l0 2 3 0 0 3 2 0 0 -5 -5 0z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi/exo_icon_fullscreen_exit.xml to/res/drawable-anydpi/exo_icon_fullscreen_exit.xml
*** from/res/drawable-anydpi/exo_icon_fullscreen_exit.xml 2021-01-02 17:58:42.850414040 -0700
--- to/res/drawable-anydpi/exo_icon_fullscreen_exit.xml 2021-01-11 15:14:04.907536921 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="48.0dip" android:width="48.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M5 16l3 0 0 3 2 0 0 -5 -5 0 0 2zm3 -8l-3 0 0 2 5 0 0 -5 -2 0 0 3zm6 11l2 0 0 -3 3 0 0 -2 -5 0 0 5zm2 -11l0 -3 -2 0 0 5 5 0 0 -2 -3 0z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="48.0dip" android:width="48.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M5 16l3 0 0 3 2 0 0 -5 -5 0 0 2zm3 -8l-3 0 0 2 5 0 0 -5 -2 0 0 3zm6 11l2 0 0 -3 3 0 0 -2 -5 0 0 5zm2 -11l0 -3 -2 0 0 5 5 0 0 -2 -3 0z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi/exo_icon_next.xml to/res/drawable-anydpi/exo_icon_next.xml
*** from/res/drawable-anydpi/exo_icon_next.xml 2021-01-02 17:58:42.850414040 -0700
--- to/res/drawable-anydpi/exo_icon_next.xml 2021-01-11 15:14:04.912536846 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi/exo_icon_pause.xml to/res/drawable-anydpi/exo_icon_pause.xml
*** from/res/drawable-anydpi/exo_icon_pause.xml 2021-01-02 17:58:42.850414040 -0700
--- to/res/drawable-anydpi/exo_icon_pause.xml 2021-01-11 15:14:04.897537070 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M6,19h4L10,5L6,5v14zM14,5v14h4L18,5h-4z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M6,19h4L10,5L6,5v14zM14,5v14h4L18,5h-4z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi/exo_icon_play.xml to/res/drawable-anydpi/exo_icon_play.xml
*** from/res/drawable-anydpi/exo_icon_play.xml 2021-01-02 17:58:42.850414040 -0700
--- to/res/drawable-anydpi/exo_icon_play.xml 2021-01-11 15:14:04.909536891 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M8,5v14l11,-7z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M8,5v14l11,-7z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi/exo_icon_previous.xml to/res/drawable-anydpi/exo_icon_previous.xml
*** from/res/drawable-anydpi/exo_icon_previous.xml 2021-01-02 17:58:42.850414040 -0700
--- to/res/drawable-anydpi/exo_icon_previous.xml 2021-01-11 15:14:04.903536980 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M6,6h2v12L6,18zM9.5,12l8.5,6L18,6z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M6,6h2v12L6,18zM9.5,12l8.5,6L18,6z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi/exo_icon_repeat_all.xml to/res/drawable-anydpi/exo_icon_repeat_all.xml
*** from/res/drawable-anydpi/exo_icon_repeat_all.xml 2021-01-02 17:58:42.850414040 -0700
--- to/res/drawable-anydpi/exo_icon_repeat_all.xml 2021-01-11 15:14:04.898537055 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M7,7h10v3l4,-4 -4,-4v3L5,5v6h2L7,7zM17,17L7,17v-3l-4,4 4,4v-3h12v-6h-2v4z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M7,7h10v3l4,-4 -4,-4v3L5,5v6h2L7,7zM17,17L7,17v-3l-4,4 4,4v-3h12v-6h-2v4z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi/exo_icon_repeat_one.xml to/res/drawable-anydpi/exo_icon_repeat_one.xml
*** from/res/drawable-anydpi/exo_icon_repeat_one.xml 2021-01-02 17:58:42.850414040 -0700
--- to/res/drawable-anydpi/exo_icon_repeat_one.xml 2021-01-11 15:14:04.901537011 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M7,7h10v3l4,-4 -4,-4v3L5,5v6h2L7,7zM17,17L7,17v-3l-4,4 4,4v-3h12v-6h-2v4zM13,15L13,9h-1l-2,1v1h1.5v4L13,15z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M7,7h10v3l4,-4 -4,-4v3L5,5v6h2L7,7zM17,17L7,17v-3l-4,4 4,4v-3h12v-6h-2v4zM13,15L13,9h-1l-2,1v1h1.5v4L13,15z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi/exo_icon_rewind.xml to/res/drawable-anydpi/exo_icon_rewind.xml
*** from/res/drawable-anydpi/exo_icon_rewind.xml 2021-01-02 17:58:42.850414040 -0700
--- to/res/drawable-anydpi/exo_icon_rewind.xml 2021-01-11 15:14:04.906536936 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M11,18L11,6l-8.5,6 8.5,6zM11.5,12l8.5,6L20,6l-8.5,6z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M11,18L11,6l-8.5,6 8.5,6zM11.5,12l8.5,6L20,6l-8.5,6z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi/exo_icon_shuffle_on.xml to/res/drawable-anydpi/exo_icon_shuffle_on.xml
*** from/res/drawable-anydpi/exo_icon_shuffle_on.xml 2021-01-02 17:58:42.850414040 -0700
--- to/res/drawable-anydpi/exo_icon_shuffle_on.xml 2021-01-11 15:14:04.895537100 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10.59 9.17L5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5zm0.33 9.41l-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10.59 9.17L5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5zm0.33 9.41l-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/$drawable_ic_nitro_classic__0.xml to/res/drawable-anydpi-v24/$drawable_ic_nitro_classic__0.xml
*** from/res/drawable-anydpi-v24/$drawable_ic_nitro_classic__0.xml 2021-01-02 17:58:42.709416183 -0700
--- to/res/drawable-anydpi-v24/$drawable_ic_nitro_classic__0.xml 2021-01-11 15:14:01.236591887 -0700
***************
*** 2,6 ****
<gradient android:angle="0.0" android:type="linear" android:startX="2.5864" android:startY="-7.7824" android:endX="96.4216" android:endY="64.5464"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<item android:color="#ffabbeef" android:offset="0.0" />
! <item android:color="#ff7289da" android:offset="1.0" />
</gradient>
\ No newline at end of file
--- 2,6 ----
<gradient android:angle="0.0" android:type="linear" android:startX="2.5864" android:startY="-7.7824" android:endX="96.4216" android:endY="64.5464"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<item android:color="#ffabbeef" android:offset="0.0" />
! <item android:color="@color/link" android:offset="1.0" />
</gradient>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/$img_age_gate_birthday__5.xml to/res/drawable-anydpi-v24/$img_age_gate_birthday__5.xml
*** from/res/drawable-anydpi-v24/$img_age_gate_birthday__5.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/$img_age_gate_birthday__5.xml 2021-01-11 15:14:01.568586916 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<gradient android:angle="0.0" android:type="linear" android:startX="74.2104" android:startY="53.9921" android:endX="74.2104" android:endY="32.2109"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
! <item android:color="#ffffffff" android:offset="0.0" />
<item android:color="#ffdbe9ff" android:offset="1.0" />
</gradient>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<gradient android:angle="0.0" android:type="linear" android:startX="74.2104" android:startY="53.9921" android:endX="74.2104" android:endY="32.2109"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
! <item android:color="@color/white" android:offset="0.0" />
<item android:color="#ffdbe9ff" android:offset="1.0" />
</gradient>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/asset_nux_navigation_channels.xml to/res/drawable-anydpi-v24/asset_nux_navigation_channels.xml
*** from/res/drawable-anydpi-v24/asset_nux_navigation_channels.xml 2021-01-02 17:58:42.702416289 -0700
--- to/res/drawable-anydpi-v24/asset_nux_navigation_channels.xml 2021-01-11 15:14:01.505587859 -0700
***************
*** 5,27 ****
<clip-path android:pathData="M0,0h203v360h-203z M 0,0" />
<path android:fillColor="#ff36393f" android:pathData="M0,360L0,8C0,3.582 3.582,-0 8,-0L195,-0C199.418,-0 203,3.582 203,8L203,360L0,360Z" />
<path android:fillColor="#ff202225" android:pathData="M0,8C0,3.582 3.582,0 8,0H56V360H0V8Z" />
! <path android:fillColor="#ff7289da" android:pathData="M8,86.333C8,78.969 13.969,73 21.333,73H34.667C42.03,73 48,78.969 48,86.333V99.667C48,107.03 42.03,113 34.667,113H21.333C13.969,113 8,107.03 8,99.667V86.333Z" />
<path android:fillColor="#fff47b67" android:pathData="M8,141C8,129.954 16.954,121 28,121V121C39.046,121 48,129.954 48,141V141C48,152.046 39.046,161 28,161V161C16.954,161 8,152.046 8,141V141Z" />
<path android:fillColor="#ff36393f" android:pathData="M8,36C8,24.954 16.954,16 28,16V16C39.046,16 48,24.954 48,36V36C48,47.046 39.046,56 28,56V56C16.954,56 8,47.046 8,36V36Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M20.798,27C19.804,27 18.998,27.806 18.998,28.8V39.6C18.998,40.594 19.804,41.4 20.798,41.4H23.498V45L27.098,41.4H35.198C36.193,41.4 36.998,40.594 36.998,39.6V28.8C36.998,27.806 36.193,27 35.198,27H20.798Z" />
<path android:fillColor="#ff45ddc0" android:pathData="M8,189C8,177.954 16.954,169 28,169V169C39.046,169 48,177.954 48,189V189C48,200.046 39.046,209 28,209V209C16.954,209 8,200.046 8,189V189Z" />
<path android:fillColor="#ff2f3136" android:pathData="M8,237C8,225.954 16.954,217 28,217V217C39.046,217 48,225.954 48,237V237C48,248.046 39.046,257 28,257V257C16.954,257 8,248.046 8,237V237Z" android:strokeAlpha="0.5" android:fillAlpha="0.5" />
<path android:fillColor="#ff43b581" android:pathData="M36,236.111H28.889V229H27.111V236.111H20V237.889H27.111V245H28.889V237.889H36V236.111Z" android:strokeAlpha="0.5" android:fillAlpha="0.5" />
! <path android:fillColor="#ffffffff" android:pathData="M0,77V77C2.209,77 4,78.791 4,81V105C4,107.209 2.209,109 0,109V109V77Z" />
! <path android:fillColor="#ffffffff" android:pathData="M0,185V185C2.209,185 4,186.791 4,189V189C4,191.209 2.209,193 0,193V193V185Z" />
! <path android:fillColor="#ffffffff" android:pathData="M8,64h40v1h-40z" android:fillAlpha="0.06" />
<path android:fillColor="#ff2f3136" android:pathData="M56,0h120v360h-120z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M68,12L122,12A4,4 0,0 1,126 16L126,16A4,4 0,0 1,122 20L68,20A4,4 0,0 1,64 16L64,16A4,4 0,0 1,68 12z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M166,14L166,14A2,2 0,0 1,168 16L168,16A2,2 0,0 1,166 18L166,18A2,2 0,0 1,164 16L164,16A2,2 0,0 1,166 14z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M160,14L160,14A2,2 0,0 1,162 16L162,16A2,2 0,0 1,160 18L160,18A2,2 0,0 1,158 16L158,16A2,2 0,0 1,160 14z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M154,14L154,14A2,2 0,0 1,156 16L156,16A2,2 0,0 1,154 18L154,18A2,2 0,0 1,152 16L152,16A2,2 0,0 1,154 14z" />
<path android:fillColor="#ff4f545c" android:pathData="M68,45L164,45A4,4 0,0 1,168 49L168,57A4,4 0,0 1,164 61L68,61A4,4 0,0 1,64 57L64,49A4,4 0,0 1,68 45z" />
! <path android:fillColor="#ffffffff" android:pathData="M64,32h104v1h-104z" android:fillAlpha="0.06" />
<path android:fillColor="#ff4f545c" android:pathData="M96,83L150,83A4,4 0,0 1,154 87L154,87A4,4 0,0 1,150 91L96,91A4,4 0,0 1,92 87L92,87A4,4 0,0 1,96 83z" />
<path android:fillColor="#ff4f545c" android:pathData="M69.005,94.5C68.694,94.5 68.458,94.219 68.513,93.913L69,91.167H66.262C65.951,91.167 65.716,90.886 65.769,90.58L65.886,89.914C65.928,89.675 66.136,89.5 66.379,89.5H69.292L70.175,84.5H67.437C67.126,84.5 66.891,84.22 66.944,83.914L67.061,83.247C67.103,83.008 67.311,82.833 67.553,82.833H70.467L70.985,79.913C71.027,79.674 71.235,79.5 71.477,79.5H72.129C72.44,79.5 72.675,79.781 72.621,80.087L72.133,82.833H77.133L77.652,79.913C77.694,79.674 77.902,79.5 78.144,79.5H78.795C79.106,79.5 79.342,79.781 79.287,80.087L78.8,82.833H81.538C81.849,82.833 82.084,83.114 82.031,83.42L81.914,84.086C81.872,84.325 81.664,84.5 81.422,84.5H78.508L77.625,89.5H80.363C80.674,89.5 80.909,89.78 80.856,90.086L80.739,90.753C80.697,90.992 80.49,91.167 80.247,91.167H77.333L76.815,94.087C76.773,94.326 76.565,94.5 76.323,94.5H75.672C75.36,94.5 75.125,94.219 75.179,93.913L75.667,91.167H70.667L70.148,94.087C70.106,94.326 69.898,94.5 69.656,94.5H69.005ZM71.842,84.5L70.959,89.5H75.959L76.842,84.5H71.842V84.5Z" android:fillType="evenOdd" />
<path android:fillColor="#ff4f545c" android:pathData="M96,107L133,107A4,4 0,0 1,137 111L137,111A4,4 0,0 1,133 115L96,115A4,4 0,0 1,92 111L92,111A4,4 0,0 1,96 107z" />
--- 5,27 ----
<clip-path android:pathData="M0,0h203v360h-203z M 0,0" />
<path android:fillColor="#ff36393f" android:pathData="M0,360L0,8C0,3.582 3.582,-0 8,-0L195,-0C199.418,-0 203,3.582 203,8L203,360L0,360Z" />
<path android:fillColor="#ff202225" android:pathData="M0,8C0,3.582 3.582,0 8,0H56V360H0V8Z" />
! <path android:fillColor="@color/link" android:pathData="M8,86.333C8,78.969 13.969,73 21.333,73H34.667C42.03,73 48,78.969 48,86.333V99.667C48,107.03 42.03,113 34.667,113H21.333C13.969,113 8,107.03 8,99.667V86.333Z" />
<path android:fillColor="#fff47b67" android:pathData="M8,141C8,129.954 16.954,121 28,121V121C39.046,121 48,129.954 48,141V141C48,152.046 39.046,161 28,161V161C16.954,161 8,152.046 8,141V141Z" />
<path android:fillColor="#ff36393f" android:pathData="M8,36C8,24.954 16.954,16 28,16V16C39.046,16 48,24.954 48,36V36C48,47.046 39.046,56 28,56V56C16.954,56 8,47.046 8,36V36Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M20.798,27C19.804,27 18.998,27.806 18.998,28.8V39.6C18.998,40.594 19.804,41.4 20.798,41.4H23.498V45L27.098,41.4H35.198C36.193,41.4 36.998,40.594 36.998,39.6V28.8C36.998,27.806 36.193,27 35.198,27H20.798Z" />
<path android:fillColor="#ff45ddc0" android:pathData="M8,189C8,177.954 16.954,169 28,169V169C39.046,169 48,177.954 48,189V189C48,200.046 39.046,209 28,209V209C16.954,209 8,200.046 8,189V189Z" />
<path android:fillColor="#ff2f3136" android:pathData="M8,237C8,225.954 16.954,217 28,217V217C39.046,217 48,225.954 48,237V237C48,248.046 39.046,257 28,257V257C16.954,257 8,248.046 8,237V237Z" android:strokeAlpha="0.5" android:fillAlpha="0.5" />
<path android:fillColor="#ff43b581" android:pathData="M36,236.111H28.889V229H27.111V236.111H20V237.889H27.111V245H28.889V237.889H36V236.111Z" android:strokeAlpha="0.5" android:fillAlpha="0.5" />
! <path android:fillColor="@color/white" android:pathData="M0,77V77C2.209,77 4,78.791 4,81V105C4,107.209 2.209,109 0,109V109V77Z" />
! <path android:fillColor="@color/white" android:pathData="M0,185V185C2.209,185 4,186.791 4,189V189C4,191.209 2.209,193 0,193V193V185Z" />
! <path android:fillColor="@color/white" android:pathData="M8,64h40v1h-40z" android:fillAlpha="0.06" />
<path android:fillColor="#ff2f3136" android:pathData="M56,0h120v360h-120z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M68,12L122,12A4,4 0,0 1,126 16L126,16A4,4 0,0 1,122 20L68,20A4,4 0,0 1,64 16L64,16A4,4 0,0 1,68 12z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M166,14L166,14A2,2 0,0 1,168 16L168,16A2,2 0,0 1,166 18L166,18A2,2 0,0 1,164 16L164,16A2,2 0,0 1,166 14z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M160,14L160,14A2,2 0,0 1,162 16L162,16A2,2 0,0 1,160 18L160,18A2,2 0,0 1,158 16L158,16A2,2 0,0 1,160 14z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M154,14L154,14A2,2 0,0 1,156 16L156,16A2,2 0,0 1,154 18L154,18A2,2 0,0 1,152 16L152,16A2,2 0,0 1,154 14z" />
<path android:fillColor="#ff4f545c" android:pathData="M68,45L164,45A4,4 0,0 1,168 49L168,57A4,4 0,0 1,164 61L68,61A4,4 0,0 1,64 57L64,49A4,4 0,0 1,68 45z" />
! <path android:fillColor="@color/white" android:pathData="M64,32h104v1h-104z" android:fillAlpha="0.06" />
<path android:fillColor="#ff4f545c" android:pathData="M96,83L150,83A4,4 0,0 1,154 87L154,87A4,4 0,0 1,150 91L96,91A4,4 0,0 1,92 87L92,87A4,4 0,0 1,96 83z" />
<path android:fillColor="#ff4f545c" android:pathData="M69.005,94.5C68.694,94.5 68.458,94.219 68.513,93.913L69,91.167H66.262C65.951,91.167 65.716,90.886 65.769,90.58L65.886,89.914C65.928,89.675 66.136,89.5 66.379,89.5H69.292L70.175,84.5H67.437C67.126,84.5 66.891,84.22 66.944,83.914L67.061,83.247C67.103,83.008 67.311,82.833 67.553,82.833H70.467L70.985,79.913C71.027,79.674 71.235,79.5 71.477,79.5H72.129C72.44,79.5 72.675,79.781 72.621,80.087L72.133,82.833H77.133L77.652,79.913C77.694,79.674 77.902,79.5 78.144,79.5H78.795C79.106,79.5 79.342,79.781 79.287,80.087L78.8,82.833H81.538C81.849,82.833 82.084,83.114 82.031,83.42L81.914,84.086C81.872,84.325 81.664,84.5 81.422,84.5H78.508L77.625,89.5H80.363C80.674,89.5 80.909,89.78 80.856,90.086L80.739,90.753C80.697,90.992 80.49,91.167 80.247,91.167H77.333L76.815,94.087C76.773,94.326 76.565,94.5 76.323,94.5H75.672C75.36,94.5 75.125,94.219 75.179,93.913L75.667,91.167H70.667L70.148,94.087C70.106,94.326 69.898,94.5 69.656,94.5H69.005ZM71.842,84.5L70.959,89.5H75.959L76.842,84.5H71.842V84.5Z" android:fillType="evenOdd" />
<path android:fillColor="#ff4f545c" android:pathData="M96,107L133,107A4,4 0,0 1,137 111L137,111A4,4 0,0 1,133 115L96,115A4,4 0,0 1,92 111L92,111A4,4 0,0 1,96 107z" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/asset_nux_navigation_dms.xml to/res/drawable-anydpi-v24/asset_nux_navigation_dms.xml
*** from/res/drawable-anydpi-v24/asset_nux_navigation_dms.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/asset_nux_navigation_dms.xml 2021-01-11 15:14:01.370589880 -0700
***************
*** 5,27 ****
<clip-path android:pathData="M0,0h203v360h-203z M 0,0" />
<path android:fillColor="#ff36393f" android:pathData="M0,360L-0,8C-0,3.582 3.582,-0 8,-0L195,-0C199.418,-0 203,3.582 203,8L203,360L0,360Z" />
<path android:fillColor="#ff202225" android:pathData="M0,8C0,3.582 3.582,0 8,0H56V360H0V8Z" />
! <path android:fillColor="#ff7289da" android:pathData="M8,86.333C8,78.969 13.969,73 21.333,73H34.667C42.03,73 48,78.969 48,86.333V99.667C48,107.03 42.03,113 34.667,113H21.333C13.969,113 8,107.03 8,99.667V86.333Z" />
<path android:fillColor="#fff47b67" android:pathData="M8,141C8,129.954 16.954,121 28,121V121C39.046,121 48,129.954 48,141V141C48,152.046 39.046,161 28,161V161C16.954,161 8,152.046 8,141V141Z" />
<path android:fillColor="#ff36393f" android:pathData="M8,36C8,24.954 16.954,16 28,16V16C39.046,16 48,24.954 48,36V36C48,47.046 39.046,56 28,56V56C16.954,56 8,47.046 8,36V36Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M20.798,27C19.804,27 18.998,27.806 18.998,28.8V39.6C18.998,40.594 19.804,41.4 20.798,41.4H23.498V45L27.098,41.4H35.198C36.193,41.4 36.998,40.594 36.998,39.6V28.8C36.998,27.806 36.193,27 35.198,27H20.798Z" />
<path android:fillColor="#ff45ddc0" android:pathData="M8,189C8,177.954 16.954,169 28,169V169C39.046,169 48,177.954 48,189V189C48,200.046 39.046,209 28,209V209C16.954,209 8,200.046 8,189V189Z" />
<path android:fillColor="#ff2f3136" android:pathData="M8,237C8,225.954 16.954,217 28,217V217C39.046,217 48,225.954 48,237V237C48,248.046 39.046,257 28,257V257C16.954,257 8,248.046 8,237V237Z" android:strokeAlpha="0.5" android:fillAlpha="0.5" />
<path android:fillColor="#ff43b581" android:pathData="M36,236.111H28.889V229H27.111V236.111H20V237.889H27.111V245H28.889V237.889H36V236.111Z" android:strokeAlpha="0.5" android:fillAlpha="0.5" />
! <path android:fillColor="#ffffffff" android:pathData="M0,77V77C2.209,77 4,78.791 4,81V105C4,107.209 2.209,109 0,109V109V77Z" />
! <path android:fillColor="#ffffffff" android:pathData="M0,185V185C2.209,185 4,186.791 4,189V189C4,191.209 2.209,193 0,193V193V185Z" />
! <path android:fillColor="#ffffffff" android:pathData="M8,64h40v1h-40z" android:fillAlpha="0.06" />
<path android:fillColor="#ff2f3136" android:pathData="M56,0h120v360h-120z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M68,12L122,12A4,4 0,0 1,126 16L126,16A4,4 0,0 1,122 20L68,20A4,4 0,0 1,64 16L64,16A4,4 0,0 1,68 12z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M166,14L166,14A2,2 0,0 1,168 16L168,16A2,2 0,0 1,166 18L166,18A2,2 0,0 1,164 16L164,16A2,2 0,0 1,166 14z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M160,14L160,14A2,2 0,0 1,162 16L162,16A2,2 0,0 1,160 18L160,18A2,2 0,0 1,158 16L158,16A2,2 0,0 1,160 14z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M154,14L154,14A2,2 0,0 1,156 16L156,16A2,2 0,0 1,154 18L154,18A2,2 0,0 1,152 16L152,16A2,2 0,0 1,154 14z" />
<path android:fillColor="#ff4f545c" android:pathData="M68,45L164,45A4,4 0,0 1,168 49L168,57A4,4 0,0 1,164 61L68,61A4,4 0,0 1,64 57L64,49A4,4 0,0 1,68 45z" />
! <path android:fillColor="#ffffffff" android:pathData="M64,32h104v1h-104z" android:fillAlpha="0.06" />
<path android:fillColor="#ff4f545c" android:pathData="M96,83L150,83A4,4 0,0 1,154 87L154,87A4,4 0,0 1,150 91L96,91A4,4 0,0 1,92 87L92,87A4,4 0,0 1,96 83z" />
<path android:fillColor="#ff4f545c" android:pathData="M69.005,94.5C68.694,94.5 68.458,94.219 68.513,93.913L69,91.167H66.262C65.951,91.167 65.716,90.886 65.769,90.58L65.886,89.914C65.928,89.675 66.136,89.5 66.379,89.5H69.292L70.175,84.5H67.437C67.126,84.5 66.891,84.22 66.944,83.914L67.061,83.247C67.103,83.008 67.311,82.833 67.553,82.833H70.467L70.985,79.913C71.027,79.674 71.235,79.5 71.477,79.5H72.129C72.44,79.5 72.675,79.781 72.621,80.087L72.133,82.833H77.133L77.652,79.913C77.694,79.674 77.902,79.5 78.144,79.5H78.795C79.106,79.5 79.342,79.781 79.287,80.087L78.8,82.833H81.538C81.849,82.833 82.084,83.114 82.031,83.42L81.914,84.086C81.872,84.325 81.664,84.5 81.422,84.5H78.508L77.625,89.5H80.363C80.674,89.5 80.909,89.78 80.856,90.086L80.739,90.753C80.697,90.992 80.49,91.167 80.247,91.167H77.333L76.815,94.087C76.773,94.326 76.565,94.5 76.323,94.5H75.672C75.36,94.5 75.125,94.219 75.179,93.913L75.667,91.167H70.667L70.148,94.087C70.106,94.326 69.898,94.5 69.656,94.5H69.005ZM71.842,84.5L70.959,89.5H75.959L76.842,84.5H71.842V84.5Z" android:fillType="evenOdd" />
<path android:fillColor="#ff4f545c" android:pathData="M96,107L133,107A4,4 0,0 1,137 111L137,111A4,4 0,0 1,133 115L96,115A4,4 0,0 1,92 111L92,111A4,4 0,0 1,96 107z" />
--- 5,27 ----
<clip-path android:pathData="M0,0h203v360h-203z M 0,0" />
<path android:fillColor="#ff36393f" android:pathData="M0,360L-0,8C-0,3.582 3.582,-0 8,-0L195,-0C199.418,-0 203,3.582 203,8L203,360L0,360Z" />
<path android:fillColor="#ff202225" android:pathData="M0,8C0,3.582 3.582,0 8,0H56V360H0V8Z" />
! <path android:fillColor="@color/link" android:pathData="M8,86.333C8,78.969 13.969,73 21.333,73H34.667C42.03,73 48,78.969 48,86.333V99.667C48,107.03 42.03,113 34.667,113H21.333C13.969,113 8,107.03 8,99.667V86.333Z" />
<path android:fillColor="#fff47b67" android:pathData="M8,141C8,129.954 16.954,121 28,121V121C39.046,121 48,129.954 48,141V141C48,152.046 39.046,161 28,161V161C16.954,161 8,152.046 8,141V141Z" />
<path android:fillColor="#ff36393f" android:pathData="M8,36C8,24.954 16.954,16 28,16V16C39.046,16 48,24.954 48,36V36C48,47.046 39.046,56 28,56V56C16.954,56 8,47.046 8,36V36Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M20.798,27C19.804,27 18.998,27.806 18.998,28.8V39.6C18.998,40.594 19.804,41.4 20.798,41.4H23.498V45L27.098,41.4H35.198C36.193,41.4 36.998,40.594 36.998,39.6V28.8C36.998,27.806 36.193,27 35.198,27H20.798Z" />
<path android:fillColor="#ff45ddc0" android:pathData="M8,189C8,177.954 16.954,169 28,169V169C39.046,169 48,177.954 48,189V189C48,200.046 39.046,209 28,209V209C16.954,209 8,200.046 8,189V189Z" />
<path android:fillColor="#ff2f3136" android:pathData="M8,237C8,225.954 16.954,217 28,217V217C39.046,217 48,225.954 48,237V237C48,248.046 39.046,257 28,257V257C16.954,257 8,248.046 8,237V237Z" android:strokeAlpha="0.5" android:fillAlpha="0.5" />
<path android:fillColor="#ff43b581" android:pathData="M36,236.111H28.889V229H27.111V236.111H20V237.889H27.111V245H28.889V237.889H36V236.111Z" android:strokeAlpha="0.5" android:fillAlpha="0.5" />
! <path android:fillColor="@color/white" android:pathData="M0,77V77C2.209,77 4,78.791 4,81V105C4,107.209 2.209,109 0,109V109V77Z" />
! <path android:fillColor="@color/white" android:pathData="M0,185V185C2.209,185 4,186.791 4,189V189C4,191.209 2.209,193 0,193V193V185Z" />
! <path android:fillColor="@color/white" android:pathData="M8,64h40v1h-40z" android:fillAlpha="0.06" />
<path android:fillColor="#ff2f3136" android:pathData="M56,0h120v360h-120z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M68,12L122,12A4,4 0,0 1,126 16L126,16A4,4 0,0 1,122 20L68,20A4,4 0,0 1,64 16L64,16A4,4 0,0 1,68 12z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M166,14L166,14A2,2 0,0 1,168 16L168,16A2,2 0,0 1,166 18L166,18A2,2 0,0 1,164 16L164,16A2,2 0,0 1,166 14z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M160,14L160,14A2,2 0,0 1,162 16L162,16A2,2 0,0 1,160 18L160,18A2,2 0,0 1,158 16L158,16A2,2 0,0 1,160 14z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M154,14L154,14A2,2 0,0 1,156 16L156,16A2,2 0,0 1,154 18L154,18A2,2 0,0 1,152 16L152,16A2,2 0,0 1,154 14z" />
<path android:fillColor="#ff4f545c" android:pathData="M68,45L164,45A4,4 0,0 1,168 49L168,57A4,4 0,0 1,164 61L68,61A4,4 0,0 1,64 57L64,49A4,4 0,0 1,68 45z" />
! <path android:fillColor="@color/white" android:pathData="M64,32h104v1h-104z" android:fillAlpha="0.06" />
<path android:fillColor="#ff4f545c" android:pathData="M96,83L150,83A4,4 0,0 1,154 87L154,87A4,4 0,0 1,150 91L96,91A4,4 0,0 1,92 87L92,87A4,4 0,0 1,96 83z" />
<path android:fillColor="#ff4f545c" android:pathData="M69.005,94.5C68.694,94.5 68.458,94.219 68.513,93.913L69,91.167H66.262C65.951,91.167 65.716,90.886 65.769,90.58L65.886,89.914C65.928,89.675 66.136,89.5 66.379,89.5H69.292L70.175,84.5H67.437C67.126,84.5 66.891,84.22 66.944,83.914L67.061,83.247C67.103,83.008 67.311,82.833 67.553,82.833H70.467L70.985,79.913C71.027,79.674 71.235,79.5 71.477,79.5H72.129C72.44,79.5 72.675,79.781 72.621,80.087L72.133,82.833H77.133L77.652,79.913C77.694,79.674 77.902,79.5 78.144,79.5H78.795C79.106,79.5 79.342,79.781 79.287,80.087L78.8,82.833H81.538C81.849,82.833 82.084,83.114 82.031,83.42L81.914,84.086C81.872,84.325 81.664,84.5 81.422,84.5H78.508L77.625,89.5H80.363C80.674,89.5 80.909,89.78 80.856,90.086L80.739,90.753C80.697,90.992 80.49,91.167 80.247,91.167H77.333L76.815,94.087C76.773,94.326 76.565,94.5 76.323,94.5H75.672C75.36,94.5 75.125,94.219 75.179,93.913L75.667,91.167H70.667L70.148,94.087C70.106,94.326 69.898,94.5 69.656,94.5H69.005ZM71.842,84.5L70.959,89.5H75.959L76.842,84.5H71.842V84.5Z" android:fillType="evenOdd" />
<path android:fillColor="#ff4f545c" android:pathData="M96,107L133,107A4,4 0,0 1,137 111L137,111A4,4 0,0 1,133 115L96,115A4,4 0,0 1,92 111L92,111A4,4 0,0 1,96 107z" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/asset_nux_navigation_guilds.xml to/res/drawable-anydpi-v24/asset_nux_navigation_guilds.xml
*** from/res/drawable-anydpi-v24/asset_nux_navigation_guilds.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/asset_nux_navigation_guilds.xml 2021-01-11 15:14:01.337590374 -0700
***************
*** 5,27 ****
<clip-path android:pathData="M4,0h203v360h-203z M 0,0" />
<path android:fillColor="#ff36393f" android:pathData="M4,360L4,8C4,3.582 7.582,-0 12,-0L199,-0C203.418,-0 207,3.582 207,8L207,360L4,360Z" />
<path android:fillColor="#ff202225" android:pathData="M4,8C4,3.582 7.582,0 12,0H60V360H4V8Z" />
! <path android:fillColor="#ff7289da" android:pathData="M12,86.333C12,78.969 17.969,73 25.333,73H38.667C46.03,73 52,78.969 52,86.333V99.667C52,107.03 46.03,113 38.667,113H25.333C17.969,113 12,107.03 12,99.667V86.333Z" />
<path android:fillColor="#fff47b67" android:pathData="M12,141C12,129.954 20.954,121 32,121V121C43.046,121 52,129.954 52,141V141C52,152.046 43.046,161 32,161V161C20.954,161 12,152.046 12,141V141Z" />
<path android:fillColor="#ff36393f" android:pathData="M12,36C12,24.954 20.954,16 32,16V16C43.046,16 52,24.954 52,36V36C52,47.046 43.046,56 32,56V56C20.954,56 12,47.046 12,36V36Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M24.798,27C23.804,27 22.998,27.806 22.998,28.8V39.6C22.998,40.594 23.804,41.4 24.798,41.4H27.498V45L31.098,41.4H39.198C40.193,41.4 40.998,40.594 40.998,39.6V28.8C40.998,27.806 40.193,27 39.198,27H24.798Z" />
<path android:fillColor="#ff45ddc0" android:pathData="M12,189C12,177.954 20.954,169 32,169V169C43.046,169 52,177.954 52,189V189C52,200.046 43.046,209 32,209V209C20.954,209 12,200.046 12,189V189Z" />
<path android:fillColor="#ff2f3136" android:pathData="M12,237C12,225.954 20.954,217 32,217V217C43.046,217 52,225.954 52,237V237C52,248.046 43.046,257 32,257V257C20.954,257 12,248.046 12,237V237Z" android:strokeAlpha="0.5" android:fillAlpha="0.5" />
<path android:fillColor="#ff43b581" android:pathData="M40,236.111H32.889V229H31.111V236.111H24V237.889H31.111V245H32.889V237.889H40V236.111Z" android:strokeAlpha="0.5" android:fillAlpha="0.5" />
! <path android:fillColor="#ffffffff" android:pathData="M4,77V77C6.209,77 8,78.791 8,81V105C8,107.209 6.209,109 4,109V109V77Z" />
! <path android:fillColor="#ffffffff" android:pathData="M4,185V185C6.209,185 8,186.791 8,189V189C8,191.209 6.209,193 4,193V193V185Z" />
! <path android:fillColor="#ffffffff" android:pathData="M12,64h40v1h-40z" android:fillAlpha="0.06" />
<path android:fillColor="#ff2f3136" android:pathData="M60,0h120v360h-120z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M72,12L126,12A4,4 0,0 1,130 16L130,16A4,4 0,0 1,126 20L72,20A4,4 0,0 1,68 16L68,16A4,4 0,0 1,72 12z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M170,14L170,14A2,2 0,0 1,172 16L172,16A2,2 0,0 1,170 18L170,18A2,2 0,0 1,168 16L168,16A2,2 0,0 1,170 14z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M164,14L164,14A2,2 0,0 1,166 16L166,16A2,2 0,0 1,164 18L164,18A2,2 0,0 1,162 16L162,16A2,2 0,0 1,164 14z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M158,14L158,14A2,2 0,0 1,160 16L160,16A2,2 0,0 1,158 18L158,18A2,2 0,0 1,156 16L156,16A2,2 0,0 1,158 14z" />
<path android:fillColor="#ff4f545c" android:pathData="M72,45L168,45A4,4 0,0 1,172 49L172,57A4,4 0,0 1,168 61L72,61A4,4 0,0 1,68 57L68,49A4,4 0,0 1,72 45z" />
! <path android:fillColor="#ffffffff" android:pathData="M68,32h104v1h-104z" android:fillAlpha="0.06" />
<path android:fillColor="#ff4f545c" android:pathData="M100,83L154,83A4,4 0,0 1,158 87L158,87A4,4 0,0 1,154 91L100,91A4,4 0,0 1,96 87L96,87A4,4 0,0 1,100 83z" />
<path android:fillColor="#ff4f545c" android:pathData="M73.005,94.5C72.694,94.5 72.458,94.219 72.513,93.913L73,91.167H70.262C69.951,91.167 69.716,90.886 69.769,90.58L69.886,89.914C69.928,89.675 70.135,89.5 70.378,89.5H73.292L74.175,84.5H71.437C71.126,84.5 70.891,84.22 70.944,83.914L71.061,83.247C71.103,83.008 71.311,82.833 71.553,82.833H74.467L74.985,79.913C75.027,79.674 75.235,79.5 75.477,79.5H76.128C76.439,79.5 76.675,79.781 76.621,80.087L76.133,82.833H81.133L81.652,79.913C81.694,79.674 81.902,79.5 82.144,79.5H82.795C83.106,79.5 83.342,79.781 83.287,80.087L82.8,82.833H85.538C85.849,82.833 86.084,83.114 86.031,83.42L85.914,84.086C85.872,84.325 85.664,84.5 85.422,84.5H82.508L81.625,89.5H84.363C84.674,89.5 84.909,89.78 84.856,90.086L84.739,90.753C84.697,90.992 84.49,91.167 84.247,91.167H81.333L80.815,94.087C80.772,94.326 80.565,94.5 80.323,94.5H79.672C79.36,94.5 79.125,94.219 79.179,93.913L79.667,91.167H74.667L74.148,94.087C74.106,94.326 73.898,94.5 73.656,94.5H73.005ZM75.842,84.5L74.959,89.5H79.959L80.842,84.5H75.842V84.5Z" android:fillType="evenOdd" />
<path android:fillColor="#ff4f545c" android:pathData="M100,107L137,107A4,4 0,0 1,141 111L141,111A4,4 0,0 1,137 115L100,115A4,4 0,0 1,96 111L96,111A4,4 0,0 1,100 107z" />
--- 5,27 ----
<clip-path android:pathData="M4,0h203v360h-203z M 0,0" />
<path android:fillColor="#ff36393f" android:pathData="M4,360L4,8C4,3.582 7.582,-0 12,-0L199,-0C203.418,-0 207,3.582 207,8L207,360L4,360Z" />
<path android:fillColor="#ff202225" android:pathData="M4,8C4,3.582 7.582,0 12,0H60V360H4V8Z" />
! <path android:fillColor="@color/link" android:pathData="M12,86.333C12,78.969 17.969,73 25.333,73H38.667C46.03,73 52,78.969 52,86.333V99.667C52,107.03 46.03,113 38.667,113H25.333C17.969,113 12,107.03 12,99.667V86.333Z" />
<path android:fillColor="#fff47b67" android:pathData="M12,141C12,129.954 20.954,121 32,121V121C43.046,121 52,129.954 52,141V141C52,152.046 43.046,161 32,161V161C20.954,161 12,152.046 12,141V141Z" />
<path android:fillColor="#ff36393f" android:pathData="M12,36C12,24.954 20.954,16 32,16V16C43.046,16 52,24.954 52,36V36C52,47.046 43.046,56 32,56V56C20.954,56 12,47.046 12,36V36Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M24.798,27C23.804,27 22.998,27.806 22.998,28.8V39.6C22.998,40.594 23.804,41.4 24.798,41.4H27.498V45L31.098,41.4H39.198C40.193,41.4 40.998,40.594 40.998,39.6V28.8C40.998,27.806 40.193,27 39.198,27H24.798Z" />
<path android:fillColor="#ff45ddc0" android:pathData="M12,189C12,177.954 20.954,169 32,169V169C43.046,169 52,177.954 52,189V189C52,200.046 43.046,209 32,209V209C20.954,209 12,200.046 12,189V189Z" />
<path android:fillColor="#ff2f3136" android:pathData="M12,237C12,225.954 20.954,217 32,217V217C43.046,217 52,225.954 52,237V237C52,248.046 43.046,257 32,257V257C20.954,257 12,248.046 12,237V237Z" android:strokeAlpha="0.5" android:fillAlpha="0.5" />
<path android:fillColor="#ff43b581" android:pathData="M40,236.111H32.889V229H31.111V236.111H24V237.889H31.111V245H32.889V237.889H40V236.111Z" android:strokeAlpha="0.5" android:fillAlpha="0.5" />
! <path android:fillColor="@color/white" android:pathData="M4,77V77C6.209,77 8,78.791 8,81V105C8,107.209 6.209,109 4,109V109V77Z" />
! <path android:fillColor="@color/white" android:pathData="M4,185V185C6.209,185 8,186.791 8,189V189C8,191.209 6.209,193 4,193V193V185Z" />
! <path android:fillColor="@color/white" android:pathData="M12,64h40v1h-40z" android:fillAlpha="0.06" />
<path android:fillColor="#ff2f3136" android:pathData="M60,0h120v360h-120z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M72,12L126,12A4,4 0,0 1,130 16L130,16A4,4 0,0 1,126 20L72,20A4,4 0,0 1,68 16L68,16A4,4 0,0 1,72 12z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M170,14L170,14A2,2 0,0 1,172 16L172,16A2,2 0,0 1,170 18L170,18A2,2 0,0 1,168 16L168,16A2,2 0,0 1,170 14z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M164,14L164,14A2,2 0,0 1,166 16L166,16A2,2 0,0 1,164 18L164,18A2,2 0,0 1,162 16L162,16A2,2 0,0 1,164 14z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M158,14L158,14A2,2 0,0 1,160 16L160,16A2,2 0,0 1,158 18L158,18A2,2 0,0 1,156 16L156,16A2,2 0,0 1,158 14z" />
<path android:fillColor="#ff4f545c" android:pathData="M72,45L168,45A4,4 0,0 1,172 49L172,57A4,4 0,0 1,168 61L72,61A4,4 0,0 1,68 57L68,49A4,4 0,0 1,72 45z" />
! <path android:fillColor="@color/white" android:pathData="M68,32h104v1h-104z" android:fillAlpha="0.06" />
<path android:fillColor="#ff4f545c" android:pathData="M100,83L154,83A4,4 0,0 1,158 87L158,87A4,4 0,0 1,154 91L100,91A4,4 0,0 1,96 87L96,87A4,4 0,0 1,100 83z" />
<path android:fillColor="#ff4f545c" android:pathData="M73.005,94.5C72.694,94.5 72.458,94.219 72.513,93.913L73,91.167H70.262C69.951,91.167 69.716,90.886 69.769,90.58L69.886,89.914C69.928,89.675 70.135,89.5 70.378,89.5H73.292L74.175,84.5H71.437C71.126,84.5 70.891,84.22 70.944,83.914L71.061,83.247C71.103,83.008 71.311,82.833 71.553,82.833H74.467L74.985,79.913C75.027,79.674 75.235,79.5 75.477,79.5H76.128C76.439,79.5 76.675,79.781 76.621,80.087L76.133,82.833H81.133L81.652,79.913C81.694,79.674 81.902,79.5 82.144,79.5H82.795C83.106,79.5 83.342,79.781 83.287,80.087L82.8,82.833H85.538C85.849,82.833 86.084,83.114 86.031,83.42L85.914,84.086C85.872,84.325 85.664,84.5 85.422,84.5H82.508L81.625,89.5H84.363C84.674,89.5 84.909,89.78 84.856,90.086L84.739,90.753C84.697,90.992 84.49,91.167 84.247,91.167H81.333L80.815,94.087C80.772,94.326 80.565,94.5 80.323,94.5H79.672C79.36,94.5 79.125,94.219 79.179,93.913L79.667,91.167H74.667L74.148,94.087C74.106,94.326 73.898,94.5 73.656,94.5H73.005ZM75.842,84.5L74.959,89.5H79.959L80.842,84.5H75.842V84.5Z" android:fillType="evenOdd" />
<path android:fillColor="#ff4f545c" android:pathData="M100,107L137,107A4,4 0,0 1,141 111L141,111A4,4 0,0 1,137 115L100,115A4,4 0,0 1,96 111L96,111A4,4 0,0 1,100 107z" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/bg_announcements_follow_sheet_dark.xml to/res/drawable-anydpi-v24/bg_announcements_follow_sheet_dark.xml
*** from/res/drawable-anydpi-v24/bg_announcements_follow_sheet_dark.xml 2021-01-02 17:58:42.700416320 -0700
--- to/res/drawable-anydpi-v24/bg_announcements_follow_sheet_dark.xml 2021-01-11 15:14:01.367589925 -0700
***************
*** 4,32 ****
<group>
<clip-path android:pathData="M0,0h375v96h-375z M 0,0" />
<path android:fillColor="#ff202225" android:pathData="M0,0h375v96h-375z" />
! <path android:fillColor="#ffffffff" android:pathData="M55.844,-20.23L112.021,29.513L52.794,81.956L-3.382,32.214L55.844,-20.23Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M214.619,135.172C239.924,135.172 260.437,116.022 260.437,92.398C260.437,68.775 239.924,49.624 214.619,49.624C189.314,49.624 168.8,68.775 168.8,92.398C168.8,116.022 189.314,135.172 214.619,135.172Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M297.66,11.518C298.529,11.518 299.233,10.86 299.233,10.049C299.233,9.238 298.529,8.581 297.66,8.581C296.791,8.581 296.087,9.238 296.087,10.049C296.087,10.86 296.791,11.518 297.66,11.518Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M288.221,11.518C289.09,11.518 289.794,10.86 289.794,10.049C289.794,9.238 289.09,8.581 288.221,8.581C287.352,8.581 286.648,9.238 286.648,10.049C286.648,10.86 287.352,11.518 288.221,11.518Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M278.782,11.518C279.651,11.518 280.355,10.86 280.355,10.049C280.355,9.238 279.651,8.581 278.782,8.581C277.913,8.581 277.209,9.238 277.209,10.049C277.209,10.86 277.913,11.518 278.782,11.518Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M269.343,11.518C270.212,11.518 270.916,10.86 270.916,10.049C270.916,9.238 270.212,8.581 269.343,8.581C268.474,8.581 267.77,9.238 267.77,10.049C267.77,10.86 268.474,11.518 269.343,11.518Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M307.099,11.518C307.968,11.518 308.672,10.86 308.672,10.049C308.672,9.238 307.968,8.581 307.099,8.581C306.23,8.581 305.526,9.238 305.526,10.049C305.526,10.86 306.23,11.518 307.099,11.518Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M316.537,11.518C317.406,11.518 318.111,10.86 318.111,10.049C318.111,9.238 317.406,8.581 316.537,8.581C315.669,8.581 314.964,9.238 314.964,10.049C314.964,10.86 315.669,11.518 316.537,11.518Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M325.977,11.518C326.846,11.518 327.55,10.86 327.55,10.049C327.55,9.238 326.846,8.581 325.977,8.581C325.108,8.581 324.404,9.238 324.404,10.049C324.404,10.86 325.108,11.518 325.977,11.518Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M298.053,20.329C298.922,20.329 299.627,19.672 299.627,18.861C299.627,18.049 298.922,17.392 298.053,17.392C297.185,17.392 296.48,18.049 296.48,18.861C296.48,19.672 297.185,20.329 298.053,20.329Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M288.614,20.329C289.483,20.329 290.187,19.672 290.187,18.861C290.187,18.049 289.483,17.392 288.614,17.392C287.745,17.392 287.041,18.049 287.041,18.861C287.041,19.672 287.745,20.329 288.614,20.329Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M279.175,20.329C280.044,20.329 280.748,19.672 280.748,18.861C280.748,18.049 280.044,17.392 279.175,17.392C278.306,17.392 277.602,18.049 277.602,18.861C277.602,19.672 278.306,20.329 279.175,20.329Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M269.736,20.329C270.605,20.329 271.309,19.672 271.309,18.861C271.309,18.049 270.605,17.392 269.736,17.392C268.867,17.392 268.163,18.049 268.163,18.861C268.163,19.672 268.867,20.329 269.736,20.329Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M307.493,20.329C308.362,20.329 309.066,19.672 309.066,18.861C309.066,18.049 308.362,17.392 307.493,17.392C306.624,17.392 305.92,18.049 305.92,18.861C305.92,19.672 306.624,20.329 307.493,20.329Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M316.932,20.329C317.8,20.329 318.505,19.672 318.505,18.861C318.505,18.049 317.8,17.392 316.932,17.392C316.063,17.392 315.358,18.049 315.358,18.861C315.358,19.672 316.063,20.329 316.932,20.329Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M326.371,20.329C327.239,20.329 327.944,19.672 327.944,18.861C327.944,18.049 327.239,17.392 326.371,17.392C325.502,17.392 324.797,18.049 324.797,18.861C324.797,19.672 325.502,20.329 326.371,20.329Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M298.053,29.141C298.922,29.141 299.627,28.484 299.627,27.673C299.627,26.861 298.922,26.204 298.053,26.204C297.185,26.204 296.48,26.861 296.48,27.673C296.48,28.484 297.185,29.141 298.053,29.141Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M288.614,29.141C289.483,29.141 290.187,28.484 290.187,27.673C290.187,26.861 289.483,26.204 288.614,26.204C287.745,26.204 287.041,26.861 287.041,27.673C287.041,28.484 287.745,29.141 288.614,29.141Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M279.175,29.141C280.044,29.141 280.748,28.484 280.748,27.673C280.748,26.861 280.044,26.204 279.175,26.204C278.306,26.204 277.602,26.861 277.602,27.673C277.602,28.484 278.306,29.141 279.175,29.141Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M269.736,29.141C270.605,29.141 271.309,28.484 271.309,27.673C271.309,26.861 270.605,26.204 269.736,26.204C268.867,26.204 268.163,26.861 268.163,27.673C268.163,28.484 268.867,29.141 269.736,29.141Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M307.493,29.141C308.362,29.141 309.066,28.484 309.066,27.673C309.066,26.861 308.362,26.204 307.493,26.204C306.624,26.204 305.92,26.861 305.92,27.673C305.92,28.484 306.624,29.141 307.493,29.141Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M316.932,29.141C317.8,29.141 318.505,28.484 318.505,27.673C318.505,26.861 317.8,26.204 316.932,26.204C316.063,26.204 315.358,26.861 315.358,27.673C315.358,28.484 316.063,29.141 316.932,29.141Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M326.371,29.141C327.239,29.141 327.944,28.484 327.944,27.673C327.944,26.861 327.239,26.204 326.371,26.204C325.502,26.204 324.797,26.861 324.797,27.673C324.797,28.484 325.502,29.141 326.371,29.141Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M363.866,-60.702C356.679,-62.41 354.617,-71.518 360.425,-75.905L375.902,-87.596L413.707,44.664L409.258,48.025C401.995,53.511 391.847,46.081 395.072,37.639V37.639C397.004,32.581 393.937,26.951 388.552,25.672L384.968,24.82C377.484,23.042 373.358,15.08 376.339,8.169L379.87,-0.017C383.265,-7.888 378.566,-16.955 370.042,-18.98V-18.98C363.905,-20.439 360.522,-26.967 362.966,-32.634L369.982,-48.9C372.095,-53.798 369.17,-59.441 363.866,-60.702V-60.702Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
</group>
</vector>
\ No newline at end of file
--- 4,32 ----
<group>
<clip-path android:pathData="M0,0h375v96h-375z M 0,0" />
<path android:fillColor="#ff202225" android:pathData="M0,0h375v96h-375z" />
! <path android:fillColor="@color/white" android:pathData="M55.844,-20.23L112.021,29.513L52.794,81.956L-3.382,32.214L55.844,-20.23Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M214.619,135.172C239.924,135.172 260.437,116.022 260.437,92.398C260.437,68.775 239.924,49.624 214.619,49.624C189.314,49.624 168.8,68.775 168.8,92.398C168.8,116.022 189.314,135.172 214.619,135.172Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M297.66,11.518C298.529,11.518 299.233,10.86 299.233,10.049C299.233,9.238 298.529,8.581 297.66,8.581C296.791,8.581 296.087,9.238 296.087,10.049C296.087,10.86 296.791,11.518 297.66,11.518Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M288.221,11.518C289.09,11.518 289.794,10.86 289.794,10.049C289.794,9.238 289.09,8.581 288.221,8.581C287.352,8.581 286.648,9.238 286.648,10.049C286.648,10.86 287.352,11.518 288.221,11.518Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M278.782,11.518C279.651,11.518 280.355,10.86 280.355,10.049C280.355,9.238 279.651,8.581 278.782,8.581C277.913,8.581 277.209,9.238 277.209,10.049C277.209,10.86 277.913,11.518 278.782,11.518Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M269.343,11.518C270.212,11.518 270.916,10.86 270.916,10.049C270.916,9.238 270.212,8.581 269.343,8.581C268.474,8.581 267.77,9.238 267.77,10.049C267.77,10.86 268.474,11.518 269.343,11.518Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M307.099,11.518C307.968,11.518 308.672,10.86 308.672,10.049C308.672,9.238 307.968,8.581 307.099,8.581C306.23,8.581 305.526,9.238 305.526,10.049C305.526,10.86 306.23,11.518 307.099,11.518Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M316.537,11.518C317.406,11.518 318.111,10.86 318.111,10.049C318.111,9.238 317.406,8.581 316.537,8.581C315.669,8.581 314.964,9.238 314.964,10.049C314.964,10.86 315.669,11.518 316.537,11.518Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M325.977,11.518C326.846,11.518 327.55,10.86 327.55,10.049C327.55,9.238 326.846,8.581 325.977,8.581C325.108,8.581 324.404,9.238 324.404,10.049C324.404,10.86 325.108,11.518 325.977,11.518Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M298.053,20.329C298.922,20.329 299.627,19.672 299.627,18.861C299.627,18.049 298.922,17.392 298.053,17.392C297.185,17.392 296.48,18.049 296.48,18.861C296.48,19.672 297.185,20.329 298.053,20.329Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M288.614,20.329C289.483,20.329 290.187,19.672 290.187,18.861C290.187,18.049 289.483,17.392 288.614,17.392C287.745,17.392 287.041,18.049 287.041,18.861C287.041,19.672 287.745,20.329 288.614,20.329Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M279.175,20.329C280.044,20.329 280.748,19.672 280.748,18.861C280.748,18.049 280.044,17.392 279.175,17.392C278.306,17.392 277.602,18.049 277.602,18.861C277.602,19.672 278.306,20.329 279.175,20.329Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M269.736,20.329C270.605,20.329 271.309,19.672 271.309,18.861C271.309,18.049 270.605,17.392 269.736,17.392C268.867,17.392 268.163,18.049 268.163,18.861C268.163,19.672 268.867,20.329 269.736,20.329Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M307.493,20.329C308.362,20.329 309.066,19.672 309.066,18.861C309.066,18.049 308.362,17.392 307.493,17.392C306.624,17.392 305.92,18.049 305.92,18.861C305.92,19.672 306.624,20.329 307.493,20.329Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M316.932,20.329C317.8,20.329 318.505,19.672 318.505,18.861C318.505,18.049 317.8,17.392 316.932,17.392C316.063,17.392 315.358,18.049 315.358,18.861C315.358,19.672 316.063,20.329 316.932,20.329Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M326.371,20.329C327.239,20.329 327.944,19.672 327.944,18.861C327.944,18.049 327.239,17.392 326.371,17.392C325.502,17.392 324.797,18.049 324.797,18.861C324.797,19.672 325.502,20.329 326.371,20.329Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M298.053,29.141C298.922,29.141 299.627,28.484 299.627,27.673C299.627,26.861 298.922,26.204 298.053,26.204C297.185,26.204 296.48,26.861 296.48,27.673C296.48,28.484 297.185,29.141 298.053,29.141Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M288.614,29.141C289.483,29.141 290.187,28.484 290.187,27.673C290.187,26.861 289.483,26.204 288.614,26.204C287.745,26.204 287.041,26.861 287.041,27.673C287.041,28.484 287.745,29.141 288.614,29.141Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M279.175,29.141C280.044,29.141 280.748,28.484 280.748,27.673C280.748,26.861 280.044,26.204 279.175,26.204C278.306,26.204 277.602,26.861 277.602,27.673C277.602,28.484 278.306,29.141 279.175,29.141Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M269.736,29.141C270.605,29.141 271.309,28.484 271.309,27.673C271.309,26.861 270.605,26.204 269.736,26.204C268.867,26.204 268.163,26.861 268.163,27.673C268.163,28.484 268.867,29.141 269.736,29.141Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M307.493,29.141C308.362,29.141 309.066,28.484 309.066,27.673C309.066,26.861 308.362,26.204 307.493,26.204C306.624,26.204 305.92,26.861 305.92,27.673C305.92,28.484 306.624,29.141 307.493,29.141Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M316.932,29.141C317.8,29.141 318.505,28.484 318.505,27.673C318.505,26.861 317.8,26.204 316.932,26.204C316.063,26.204 315.358,26.861 315.358,27.673C315.358,28.484 316.063,29.141 316.932,29.141Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M326.371,29.141C327.239,29.141 327.944,28.484 327.944,27.673C327.944,26.861 327.239,26.204 326.371,26.204C325.502,26.204 324.797,26.861 324.797,27.673C324.797,28.484 325.502,29.141 326.371,29.141Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M363.866,-60.702C356.679,-62.41 354.617,-71.518 360.425,-75.905L375.902,-87.596L413.707,44.664L409.258,48.025C401.995,53.511 391.847,46.081 395.072,37.639V37.639C397.004,32.581 393.937,26.951 388.552,25.672L384.968,24.82C377.484,23.042 373.358,15.08 376.339,8.169L379.87,-0.017C383.265,-7.888 378.566,-16.955 370.042,-18.98V-18.98C363.905,-20.439 360.522,-26.967 362.966,-32.634L369.982,-48.9C372.095,-53.798 369.17,-59.441 363.866,-60.702V-60.702Z" android:strokeAlpha="0.03" android:fillAlpha="0.03" android:fillType="evenOdd" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/bg_announcements_follow_sheet_light.xml to/res/drawable-anydpi-v24/bg_announcements_follow_sheet_light.xml
*** from/res/drawable-anydpi-v24/bg_announcements_follow_sheet_light.xml 2021-01-02 17:58:42.709416183 -0700
--- to/res/drawable-anydpi-v24/bg_announcements_follow_sheet_light.xml 2021-01-11 15:14:01.224592066 -0700
***************
*** 3,9 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h375v96h-375z M 0,0" />
! <path android:fillColor="#ffffffff" android:pathData="M0,0h375v96h-375z" />
<path android:fillColor="#ff060607" android:pathData="M55.844,-20.23L112.021,29.513L52.794,81.956L-3.382,32.214L55.844,-20.23Z" android:strokeAlpha="0.08" android:fillAlpha="0.08" android:fillType="evenOdd" />
<path android:fillColor="#ff060607" android:pathData="M214.619,135.172C239.924,135.172 260.437,116.022 260.437,92.398C260.437,68.775 239.924,49.624 214.619,49.624C189.314,49.624 168.8,68.775 168.8,92.398C168.8,116.022 189.314,135.172 214.619,135.172Z" android:strokeAlpha="0.08" android:fillAlpha="0.08" android:fillType="evenOdd" />
<path android:fillColor="#ff060607" android:pathData="M297.66,11.518C298.529,11.518 299.233,10.86 299.233,10.049C299.233,9.238 298.529,8.581 297.66,8.581C296.791,8.581 296.087,9.238 296.087,10.049C296.087,10.86 296.791,11.518 297.66,11.518Z" android:strokeAlpha="0.08" android:fillAlpha="0.08" android:fillType="evenOdd" />
--- 3,9 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h375v96h-375z M 0,0" />
! <path android:fillColor="@color/white" android:pathData="M0,0h375v96h-375z" />
<path android:fillColor="#ff060607" android:pathData="M55.844,-20.23L112.021,29.513L52.794,81.956L-3.382,32.214L55.844,-20.23Z" android:strokeAlpha="0.08" android:fillAlpha="0.08" android:fillType="evenOdd" />
<path android:fillColor="#ff060607" android:pathData="M214.619,135.172C239.924,135.172 260.437,116.022 260.437,92.398C260.437,68.775 239.924,49.624 214.619,49.624C189.314,49.624 168.8,68.775 168.8,92.398C168.8,116.022 189.314,135.172 214.619,135.172Z" android:strokeAlpha="0.08" android:fillAlpha="0.08" android:fillType="evenOdd" />
<path android:fillColor="#ff060607" android:pathData="M297.66,11.518C298.529,11.518 299.233,10.86 299.233,10.049C299.233,9.238 298.529,8.581 297.66,8.581C296.791,8.581 296.087,9.238 296.087,10.049C296.087,10.86 296.791,11.518 297.66,11.518Z" android:strokeAlpha="0.08" android:fillAlpha="0.08" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/bg_cloud_pattern_light.xml to/res/drawable-anydpi-v24/bg_cloud_pattern_light.xml
*** from/res/drawable-anydpi-v24/bg_cloud_pattern_light.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/bg_cloud_pattern_light.xml 2021-01-11 15:14:01.311590764 -0700
***************
*** 2,14 ****
<vector android:height="170.0dip" android:width="304.0dip" android:viewportWidth="304.0" android:viewportHeight="170.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffe3e5e8" android:pathData="M0,4C0,1.791 1.791,0 4,0H300C302.209,0 304,1.791 304,4V166C304,168.209 302.209,170 300,170H4C1.791,170 0,168.209 0,166V4Z" />
! <path android:fillColor="#00000000" android:pathData="M57.843,48.626H114.521C117.934,48.626 119.243,44.95 115.917,44.184C114.947,43.96 113.938,43.842 112.901,43.842V43.842C111.177,43.842 109.511,42.857 108.778,41.297C106.143,35.693 100.515,31.816 93.98,31.816C93.63,31.816 93.283,31.828 92.939,31.852C91.155,31.975 89.362,31.255 88.309,29.809C83.044,22.578 74.599,17.876 65.051,17.876C54.055,17.876 44.492,24.095 39.598,33.251" android:strokeColor="#ffffffff" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M50.777,53.876C51.244,53.876 51.647,53.516 51.647,53.049V53.049C51.647,47.071 46.789,42.225 40.797,42.225C39.463,42.225 38.186,42.467 37.007,42.908C34.988,43.664 32.561,43.555 30.723,42.428C28.603,41.128 26.111,40.376 23.439,40.376C17.295,40.376 12.087,44.331 10.212,49.826C9.482,51.965 11.346,53.876 13.606,53.876H50.777Z" android:strokeColor="#ffffffff" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:fillType="evenOdd" />
! <path android:fillColor="#00000000" android:pathData="M33.573,68.213C33.573,68.213 21.712,68.213 33.573,68.213" android:strokeColor="#ffffffff" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M103.61,22.463C103.61,22.463 91.749,22.463 103.61,22.463" android:strokeColor="#ffffffff" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M288.177,32.326C291.035,32.326 292.805,29.335 290.436,27.737C288.837,26.657 286.921,26.029 284.862,26.029V26.029C283.811,26.029 282.79,25.547 282.206,24.673C279.465,20.571 274.863,17.876 269.642,17.876C262.694,17.876 256.845,22.645 255.021,29.156C254.876,29.674 254.479,30.093 253.977,30.286V30.286C252.696,30.78 253.198,32.326 254.571,32.326H288.177Z" android:strokeColor="#ffffffff" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:fillType="evenOdd" />
! <path android:fillColor="#00000000" android:pathData="M277.681,127.474C279.545,127.474 281.228,126.183 281.268,124.319C281.27,124.215 281.272,124.111 281.272,124.007C281.272,115.536 274.458,108.668 266.053,108.668C264.61,108.668 263.216,108.873 261.895,109.254C259.331,109.994 256.214,109.076 254.878,106.765C249.695,97.799 240.054,91.774 229.016,91.774C216.076,91.774 205.055,100.054 200.886,111.645C200.117,113.782 197.731,115.019 195.46,115.019V115.019C189.021,115.019 183.802,120.279 183.802,126.769V126.769C183.802,127.165 184.146,127.474 184.543,127.474H277.681Z" android:strokeColor="#ffffffff" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:fillType="evenOdd" />
! <path android:fillColor="#00000000" android:pathData="M15.367,105.374H37.597" android:strokeColor="#ffffffff" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M154.561,154.674C156.425,154.674 158.108,153.383 158.148,151.519C158.151,151.415 158.152,151.311 158.152,151.207C158.152,142.736 151.338,135.868 142.933,135.868C141.49,135.868 140.096,136.073 138.775,136.454C136.211,137.194 133.094,136.276 131.758,133.965C126.575,125 116.934,118.974 105.896,118.974C92.956,118.974 81.935,127.254 77.766,138.845C76.997,140.982 74.611,142.219 72.34,142.219V142.219C65.901,142.219 60.682,147.48 60.682,153.969V153.969C60.682,154.365 61.027,154.674 61.423,154.674H154.561Z" android:strokeColor="#ffffffff" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:fillType="evenOdd" />
! <path android:fillColor="#00000000" android:pathData="M172.517,93.474C174.892,93.474 176.777,91.384 175.958,89.155C173.42,82.249 166.795,77.324 159.018,77.324C154.21,77.324 149.844,79.207 146.61,82.277C145.044,83.763 142.662,84.233 140.594,83.615C139.335,83.238 138.001,83.035 136.619,83.035C131.966,83.035 127.851,85.311 125.31,88.811C123.768,90.933 125.664,93.474 128.287,93.474H172.517Z" android:strokeColor="#ffffffff" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 2,14 ----
<vector android:height="170.0dip" android:width="304.0dip" android:viewportWidth="304.0" android:viewportHeight="170.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffe3e5e8" android:pathData="M0,4C0,1.791 1.791,0 4,0H300C302.209,0 304,1.791 304,4V166C304,168.209 302.209,170 300,170H4C1.791,170 0,168.209 0,166V4Z" />
! <path android:fillColor="#00000000" android:pathData="M57.843,48.626H114.521C117.934,48.626 119.243,44.95 115.917,44.184C114.947,43.96 113.938,43.842 112.901,43.842V43.842C111.177,43.842 109.511,42.857 108.778,41.297C106.143,35.693 100.515,31.816 93.98,31.816C93.63,31.816 93.283,31.828 92.939,31.852C91.155,31.975 89.362,31.255 88.309,29.809C83.044,22.578 74.599,17.876 65.051,17.876C54.055,17.876 44.492,24.095 39.598,33.251" android:strokeColor="@color/white" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M50.777,53.876C51.244,53.876 51.647,53.516 51.647,53.049V53.049C51.647,47.071 46.789,42.225 40.797,42.225C39.463,42.225 38.186,42.467 37.007,42.908C34.988,43.664 32.561,43.555 30.723,42.428C28.603,41.128 26.111,40.376 23.439,40.376C17.295,40.376 12.087,44.331 10.212,49.826C9.482,51.965 11.346,53.876 13.606,53.876H50.777Z" android:strokeColor="@color/white" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:fillType="evenOdd" />
! <path android:fillColor="#00000000" android:pathData="M33.573,68.213C33.573,68.213 21.712,68.213 33.573,68.213" android:strokeColor="@color/white" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M103.61,22.463C103.61,22.463 91.749,22.463 103.61,22.463" android:strokeColor="@color/white" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M288.177,32.326C291.035,32.326 292.805,29.335 290.436,27.737C288.837,26.657 286.921,26.029 284.862,26.029V26.029C283.811,26.029 282.79,25.547 282.206,24.673C279.465,20.571 274.863,17.876 269.642,17.876C262.694,17.876 256.845,22.645 255.021,29.156C254.876,29.674 254.479,30.093 253.977,30.286V30.286C252.696,30.78 253.198,32.326 254.571,32.326H288.177Z" android:strokeColor="@color/white" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:fillType="evenOdd" />
! <path android:fillColor="#00000000" android:pathData="M277.681,127.474C279.545,127.474 281.228,126.183 281.268,124.319C281.27,124.215 281.272,124.111 281.272,124.007C281.272,115.536 274.458,108.668 266.053,108.668C264.61,108.668 263.216,108.873 261.895,109.254C259.331,109.994 256.214,109.076 254.878,106.765C249.695,97.799 240.054,91.774 229.016,91.774C216.076,91.774 205.055,100.054 200.886,111.645C200.117,113.782 197.731,115.019 195.46,115.019V115.019C189.021,115.019 183.802,120.279 183.802,126.769V126.769C183.802,127.165 184.146,127.474 184.543,127.474H277.681Z" android:strokeColor="@color/white" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:fillType="evenOdd" />
! <path android:fillColor="#00000000" android:pathData="M15.367,105.374H37.597" android:strokeColor="@color/white" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" />
! <path android:fillColor="#00000000" android:pathData="M154.561,154.674C156.425,154.674 158.108,153.383 158.148,151.519C158.151,151.415 158.152,151.311 158.152,151.207C158.152,142.736 151.338,135.868 142.933,135.868C141.49,135.868 140.096,136.073 138.775,136.454C136.211,137.194 133.094,136.276 131.758,133.965C126.575,125 116.934,118.974 105.896,118.974C92.956,118.974 81.935,127.254 77.766,138.845C76.997,140.982 74.611,142.219 72.34,142.219V142.219C65.901,142.219 60.682,147.48 60.682,153.969V153.969C60.682,154.365 61.027,154.674 61.423,154.674H154.561Z" android:strokeColor="@color/white" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:fillType="evenOdd" />
! <path android:fillColor="#00000000" android:pathData="M172.517,93.474C174.892,93.474 176.777,91.384 175.958,89.155C173.42,82.249 166.795,77.324 159.018,77.324C154.21,77.324 149.844,79.207 146.61,82.277C145.044,83.763 142.662,84.233 140.594,83.615C139.335,83.238 138.001,83.035 136.619,83.035C131.966,83.035 127.851,85.311 125.31,88.811C123.768,90.933 125.664,93.474 128.287,93.474H172.517Z" android:strokeColor="@color/white" android:strokeWidth="1.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/bg_premium_bundle_header.xml to/res/drawable-anydpi-v24/bg_premium_bundle_header.xml
*** from/res/drawable-anydpi-v24/bg_premium_bundle_header.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/bg_premium_bundle_header.xml 2021-01-11 15:14:01.263591482 -0700
***************
*** 4,12 ****
<group>
<clip-path android:pathData="M0,0h411v134h-411z M 0,0" />
<path android:fillColor="@drawable/$bg_premium_bundle_header__0" android:pathData="M0,0h411v134h-411z" />
! <path android:fillColor="#ffffffff" android:pathData="M55.083,30.587C55.083,22.525 48.587,16 40.56,16H25.421C17.395,16 10.899,22.525 10.899,30.587C10.899,32.2 9.592,33.513 7.987,33.513H3.451C-3.437,33.494 -9,39.1 -9,46H10.917H55.101H75C75,40.469 70.539,36.006 65.051,36.006H60.496C57.509,36.006 55.083,33.569 55.083,30.587Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M279.701,47.807C279.701,44.045 276.994,41 273.65,41H267.342C263.998,41 261.291,44.045 261.291,47.807C261.291,48.56 260.747,49.173 260.078,49.173H258.188C255.318,49.164 253,51.78 253,55H261.299H279.709H288C288,52.419 286.141,50.336 283.854,50.336H281.957C280.712,50.336 279.701,49.199 279.701,47.807Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M78,60H129C129,54.917 124.794,50.789 119.617,50.789H114.206C113.308,50.789 112.579,50.073 112.579,49.193C112.579,43.009 107.477,38 101.178,38H100.729C94.43,38 89.327,43.009 89.327,49.193V52.55C89.327,54.312 87.869,55.762 86.056,55.762H82.336C79.944,55.743 78,57.651 78,60Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M395,16H347C347,11.149 350.958,7.208 355.831,7.208H360.924C361.769,7.208 362.455,6.525 362.455,5.684C362.455,-0.219 367.257,-5 373.186,-5H373.608C379.537,-5 384.339,-0.219 384.339,5.684V8.889C384.339,10.571 385.711,11.954 387.418,11.954H390.919C393.17,11.937 395,13.758 395,16Z" android:fillAlpha="0.2" />
</group>
</vector>
\ No newline at end of file
--- 4,12 ----
<group>
<clip-path android:pathData="M0,0h411v134h-411z M 0,0" />
<path android:fillColor="@drawable/$bg_premium_bundle_header__0" android:pathData="M0,0h411v134h-411z" />
! <path android:fillColor="@color/white" android:pathData="M55.083,30.587C55.083,22.525 48.587,16 40.56,16H25.421C17.395,16 10.899,22.525 10.899,30.587C10.899,32.2 9.592,33.513 7.987,33.513H3.451C-3.437,33.494 -9,39.1 -9,46H10.917H55.101H75C75,40.469 70.539,36.006 65.051,36.006H60.496C57.509,36.006 55.083,33.569 55.083,30.587Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M279.701,47.807C279.701,44.045 276.994,41 273.65,41H267.342C263.998,41 261.291,44.045 261.291,47.807C261.291,48.56 260.747,49.173 260.078,49.173H258.188C255.318,49.164 253,51.78 253,55H261.299H279.709H288C288,52.419 286.141,50.336 283.854,50.336H281.957C280.712,50.336 279.701,49.199 279.701,47.807Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M78,60H129C129,54.917 124.794,50.789 119.617,50.789H114.206C113.308,50.789 112.579,50.073 112.579,49.193C112.579,43.009 107.477,38 101.178,38H100.729C94.43,38 89.327,43.009 89.327,49.193V52.55C89.327,54.312 87.869,55.762 86.056,55.762H82.336C79.944,55.743 78,57.651 78,60Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M395,16H347C347,11.149 350.958,7.208 355.831,7.208H360.924C361.769,7.208 362.455,6.525 362.455,5.684C362.455,-0.219 367.257,-5 373.186,-5H373.608C379.537,-5 384.339,-0.219 384.339,5.684V8.889C384.339,10.571 385.711,11.954 387.418,11.954H390.919C393.17,11.937 395,13.758 395,16Z" android:fillAlpha="0.2" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/bg_premium_classic_subscription_header.xml to/res/drawable-anydpi-v24/bg_premium_classic_subscription_header.xml
*** from/res/drawable-anydpi-v24/bg_premium_classic_subscription_header.xml 2021-01-02 17:58:42.702416289 -0700
--- to/res/drawable-anydpi-v24/bg_premium_classic_subscription_header.xml 2021-01-11 15:14:01.429588997 -0700
***************
*** 4,14 ****
<group>
<clip-path android:pathData="M0,0h411v134h-411z M 0,0" />
<path android:fillColor="@drawable/$bg_premium_classic_subscription_header__0" android:pathData="M0,0h411v134h-411z" />
! <path android:fillColor="#ffffffff" android:pathData="M55.083,30.587C55.083,22.525 48.587,16 40.56,16H25.421C17.395,16 10.899,22.525 10.899,30.587C10.899,32.2 9.592,33.513 7.987,33.513H3.451C-3.437,33.494 -9,39.1 -9,46H10.917H55.101H75C75,40.469 70.539,36.006 65.051,36.006H60.496C57.509,36.006 55.083,33.569 55.083,30.587Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M279.701,47.807C279.701,44.045 276.994,41 273.65,41H267.342C263.998,41 261.291,44.045 261.291,47.807C261.291,48.56 260.747,49.173 260.078,49.173H258.188C255.318,49.164 253,51.78 253,55H261.299H279.709H288C288,52.419 286.141,50.336 283.854,50.336H281.957C280.712,50.336 279.701,49.199 279.701,47.807Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M78,60H129C129,54.917 124.794,50.789 119.617,50.789H114.206C113.308,50.789 112.579,50.073 112.579,49.193C112.579,43.009 107.477,38 101.178,38H100.729C94.43,38 89.327,43.009 89.327,49.193V52.55C89.327,54.312 87.869,55.762 86.056,55.762H82.336C79.944,55.743 78,57.651 78,60Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M-25,138H68C68,129.683 61.232,122.927 52.899,122.927C44.566,122.927 38.268,122.927 38.268,122.927C36.825,122.927 35.651,121.756 35.651,120.315C35.651,110.197 27.439,102 17.301,102H16.579C6.442,102 -1.77,110.197 -1.77,120.315V125.81C-1.77,128.692 -4.117,131.064 -7.035,131.064C-9.953,131.064 -18.021,131.064 -18.021,131.064C-21.872,131.034 -25,134.157 -25,138Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M390,136H297C297,127.683 303.768,120.927 312.101,120.927H331.732C333.176,120.927 334.349,119.756 334.349,118.315C334.349,108.197 342.561,100 352.699,100H353.421C363.558,100 371.77,108.197 371.77,118.315V123.81C371.77,126.692 374.117,129.064 377.035,129.064H383.021C386.871,129.034 390,132.157 390,136Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M395,16H347C347,11.149 350.958,7.208 355.831,7.208H360.924C361.769,7.208 362.455,6.525 362.455,5.684C362.455,-0.219 367.257,-5 373.186,-5H373.608C379.537,-5 384.339,-0.219 384.339,5.684V8.889C384.339,10.571 385.711,11.954 387.418,11.954H390.919C393.17,11.937 395,13.758 395,16Z" android:fillAlpha="0.2" />
</group>
</vector>
\ No newline at end of file
--- 4,14 ----
<group>
<clip-path android:pathData="M0,0h411v134h-411z M 0,0" />
<path android:fillColor="@drawable/$bg_premium_classic_subscription_header__0" android:pathData="M0,0h411v134h-411z" />
! <path android:fillColor="@color/white" android:pathData="M55.083,30.587C55.083,22.525 48.587,16 40.56,16H25.421C17.395,16 10.899,22.525 10.899,30.587C10.899,32.2 9.592,33.513 7.987,33.513H3.451C-3.437,33.494 -9,39.1 -9,46H10.917H55.101H75C75,40.469 70.539,36.006 65.051,36.006H60.496C57.509,36.006 55.083,33.569 55.083,30.587Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M279.701,47.807C279.701,44.045 276.994,41 273.65,41H267.342C263.998,41 261.291,44.045 261.291,47.807C261.291,48.56 260.747,49.173 260.078,49.173H258.188C255.318,49.164 253,51.78 253,55H261.299H279.709H288C288,52.419 286.141,50.336 283.854,50.336H281.957C280.712,50.336 279.701,49.199 279.701,47.807Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M78,60H129C129,54.917 124.794,50.789 119.617,50.789H114.206C113.308,50.789 112.579,50.073 112.579,49.193C112.579,43.009 107.477,38 101.178,38H100.729C94.43,38 89.327,43.009 89.327,49.193V52.55C89.327,54.312 87.869,55.762 86.056,55.762H82.336C79.944,55.743 78,57.651 78,60Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M-25,138H68C68,129.683 61.232,122.927 52.899,122.927C44.566,122.927 38.268,122.927 38.268,122.927C36.825,122.927 35.651,121.756 35.651,120.315C35.651,110.197 27.439,102 17.301,102H16.579C6.442,102 -1.77,110.197 -1.77,120.315V125.81C-1.77,128.692 -4.117,131.064 -7.035,131.064C-9.953,131.064 -18.021,131.064 -18.021,131.064C-21.872,131.034 -25,134.157 -25,138Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M390,136H297C297,127.683 303.768,120.927 312.101,120.927H331.732C333.176,120.927 334.349,119.756 334.349,118.315C334.349,108.197 342.561,100 352.699,100H353.421C363.558,100 371.77,108.197 371.77,118.315V123.81C371.77,126.692 374.117,129.064 377.035,129.064H383.021C386.871,129.034 390,132.157 390,136Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M395,16H347C347,11.149 350.958,7.208 355.831,7.208H360.924C361.769,7.208 362.455,6.525 362.455,5.684C362.455,-0.219 367.257,-5 373.186,-5H373.608C379.537,-5 384.339,-0.219 384.339,5.684V8.889C384.339,10.571 385.711,11.954 387.418,11.954H390.919C393.17,11.937 395,13.758 395,16Z" android:fillAlpha="0.2" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/bg_premium_subscription_header_error.xml to/res/drawable-anydpi-v24/bg_premium_subscription_header_error.xml
*** from/res/drawable-anydpi-v24/bg_premium_subscription_header_error.xml 2021-01-02 17:58:42.708416198 -0700
--- to/res/drawable-anydpi-v24/bg_premium_subscription_header_error.xml 2021-01-11 15:14:01.215592201 -0700
***************
*** 4,14 ****
<group>
<clip-path android:pathData="M0,0h411v134h-411z M 0,0" />
<path android:fillColor="@drawable/$bg_premium_subscription_header_error__0" android:pathData="M0,0h411v134h-411z" />
! <path android:fillColor="#ffffffff" android:pathData="M55.083,30.587C55.083,22.525 48.587,16 40.56,16H25.421C17.395,16 10.899,22.525 10.899,30.587C10.899,32.2 9.592,33.513 7.987,33.513H3.451C-3.437,33.494 -9,39.1 -9,46H10.917H55.101H75C75,40.469 70.539,36.006 65.051,36.006H60.496C57.509,36.006 55.083,33.569 55.083,30.587Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M279.701,47.807C279.701,44.045 276.994,41 273.65,41H267.342C263.998,41 261.291,44.045 261.291,47.807C261.291,48.56 260.747,49.173 260.078,49.173H258.188C255.318,49.164 253,51.78 253,55H261.299H279.709H288C288,52.419 286.141,50.336 283.854,50.336H281.957C280.712,50.336 279.701,49.199 279.701,47.807Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M78,60H129C129,54.917 124.794,50.789 119.617,50.789H114.206C113.308,50.789 112.579,50.073 112.579,49.193C112.579,43.009 107.477,38 101.178,38H100.729C94.43,38 89.327,43.009 89.327,49.193V52.55C89.327,54.312 87.869,55.762 86.056,55.762H82.336C79.944,55.743 78,57.651 78,60Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M-25,138H68C68,129.683 61.232,122.927 52.899,122.927C44.566,122.927 38.268,122.927 38.268,122.927C36.825,122.927 35.651,121.756 35.651,120.315C35.651,110.197 27.439,102 17.301,102H16.579C6.442,102 -1.77,110.197 -1.77,120.315V125.81C-1.77,128.692 -4.117,131.064 -7.035,131.064C-9.953,131.064 -18.021,131.064 -18.021,131.064C-21.872,131.034 -25,134.157 -25,138Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M390,136H297C297,127.683 303.768,120.927 312.101,120.927H331.732C333.176,120.927 334.349,119.756 334.349,118.315C334.349,108.197 342.561,100 352.699,100H353.421C363.558,100 371.77,108.197 371.77,118.315V123.81C371.77,126.692 374.117,129.064 377.035,129.064H383.021C386.871,129.034 390,132.157 390,136Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M395,16H347C347,11.149 350.958,7.208 355.831,7.208H360.924C361.769,7.208 362.455,6.525 362.455,5.684C362.455,-0.219 367.257,-5 373.186,-5H373.608C379.537,-5 384.339,-0.219 384.339,5.684V8.889C384.339,10.571 385.711,11.954 387.418,11.954H390.919C393.17,11.937 395,13.758 395,16Z" android:fillAlpha="0.2" />
</group>
</vector>
\ No newline at end of file
--- 4,14 ----
<group>
<clip-path android:pathData="M0,0h411v134h-411z M 0,0" />
<path android:fillColor="@drawable/$bg_premium_subscription_header_error__0" android:pathData="M0,0h411v134h-411z" />
! <path android:fillColor="@color/white" android:pathData="M55.083,30.587C55.083,22.525 48.587,16 40.56,16H25.421C17.395,16 10.899,22.525 10.899,30.587C10.899,32.2 9.592,33.513 7.987,33.513H3.451C-3.437,33.494 -9,39.1 -9,46H10.917H55.101H75C75,40.469 70.539,36.006 65.051,36.006H60.496C57.509,36.006 55.083,33.569 55.083,30.587Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M279.701,47.807C279.701,44.045 276.994,41 273.65,41H267.342C263.998,41 261.291,44.045 261.291,47.807C261.291,48.56 260.747,49.173 260.078,49.173H258.188C255.318,49.164 253,51.78 253,55H261.299H279.709H288C288,52.419 286.141,50.336 283.854,50.336H281.957C280.712,50.336 279.701,49.199 279.701,47.807Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M78,60H129C129,54.917 124.794,50.789 119.617,50.789H114.206C113.308,50.789 112.579,50.073 112.579,49.193C112.579,43.009 107.477,38 101.178,38H100.729C94.43,38 89.327,43.009 89.327,49.193V52.55C89.327,54.312 87.869,55.762 86.056,55.762H82.336C79.944,55.743 78,57.651 78,60Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M-25,138H68C68,129.683 61.232,122.927 52.899,122.927C44.566,122.927 38.268,122.927 38.268,122.927C36.825,122.927 35.651,121.756 35.651,120.315C35.651,110.197 27.439,102 17.301,102H16.579C6.442,102 -1.77,110.197 -1.77,120.315V125.81C-1.77,128.692 -4.117,131.064 -7.035,131.064C-9.953,131.064 -18.021,131.064 -18.021,131.064C-21.872,131.034 -25,134.157 -25,138Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M390,136H297C297,127.683 303.768,120.927 312.101,120.927H331.732C333.176,120.927 334.349,119.756 334.349,118.315C334.349,108.197 342.561,100 352.699,100H353.421C363.558,100 371.77,108.197 371.77,118.315V123.81C371.77,126.692 374.117,129.064 377.035,129.064H383.021C386.871,129.034 390,132.157 390,136Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M395,16H347C347,11.149 350.958,7.208 355.831,7.208H360.924C361.769,7.208 362.455,6.525 362.455,5.684C362.455,-0.219 367.257,-5 373.186,-5H373.608C379.537,-5 384.339,-0.219 384.339,5.684V8.889C384.339,10.571 385.711,11.954 387.418,11.954H390.919C393.17,11.937 395,13.758 395,16Z" android:fillAlpha="0.2" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/bg_premium_subscription_header_resub.xml to/res/drawable-anydpi-v24/bg_premium_subscription_header_resub.xml
*** from/res/drawable-anydpi-v24/bg_premium_subscription_header_resub.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/bg_premium_subscription_header_resub.xml 2021-01-11 15:14:01.481588218 -0700
***************
*** 4,14 ****
<group>
<clip-path android:pathData="M0,0h411v134h-411z M 0,0" />
<path android:fillColor="@drawable/$bg_premium_subscription_header_resub__0" android:pathData="M0,0h411v134h-411z" />
! <path android:fillColor="#ffffffff" android:pathData="M55.083,30.587C55.083,22.525 48.587,16 40.56,16H25.421C17.395,16 10.899,22.525 10.899,30.587C10.899,32.2 9.592,33.513 7.987,33.513H3.451C-3.437,33.494 -9,39.1 -9,46H10.917H55.101H75C75,40.469 70.539,36.006 65.051,36.006H60.496C57.509,36.006 55.083,33.569 55.083,30.587Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M279.701,47.807C279.701,44.045 276.994,41 273.65,41H267.342C263.998,41 261.291,44.045 261.291,47.807C261.291,48.56 260.747,49.173 260.078,49.173H258.188C255.318,49.164 253,51.78 253,55H261.299H279.709H288C288,52.419 286.141,50.336 283.854,50.336H281.957C280.712,50.336 279.701,49.199 279.701,47.807Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M78,60H129C129,54.917 124.794,50.789 119.617,50.789H114.206C113.308,50.789 112.579,50.073 112.579,49.193C112.579,43.009 107.477,38 101.178,38H100.729C94.43,38 89.327,43.009 89.327,49.193V52.55C89.327,54.312 87.869,55.762 86.056,55.762H82.336C79.944,55.743 78,57.651 78,60Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M-25,138H68C68,129.683 61.232,122.927 52.899,122.927C44.566,122.927 38.268,122.927 38.268,122.927C36.825,122.927 35.651,121.756 35.651,120.315C35.651,110.197 27.439,102 17.301,102H16.579C6.442,102 -1.77,110.197 -1.77,120.315V125.81C-1.77,128.692 -4.117,131.064 -7.035,131.064C-9.953,131.064 -18.021,131.064 -18.021,131.064C-21.872,131.034 -25,134.157 -25,138Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M390,136H297C297,127.683 303.768,120.927 312.101,120.927H331.732C333.176,120.927 334.349,119.756 334.349,118.315C334.349,108.197 342.561,100 352.699,100H353.421C363.558,100 371.77,108.197 371.77,118.315V123.81C371.77,126.692 374.117,129.064 377.035,129.064H383.021C386.871,129.034 390,132.157 390,136Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M395,16H347C347,11.149 350.958,7.208 355.831,7.208H360.924C361.769,7.208 362.455,6.525 362.455,5.684C362.455,-0.219 367.257,-5 373.186,-5H373.608C379.537,-5 384.339,-0.219 384.339,5.684V8.889C384.339,10.571 385.711,11.954 387.418,11.954H390.919C393.17,11.937 395,13.758 395,16Z" android:fillAlpha="0.2" />
</group>
</vector>
\ No newline at end of file
--- 4,14 ----
<group>
<clip-path android:pathData="M0,0h411v134h-411z M 0,0" />
<path android:fillColor="@drawable/$bg_premium_subscription_header_resub__0" android:pathData="M0,0h411v134h-411z" />
! <path android:fillColor="@color/white" android:pathData="M55.083,30.587C55.083,22.525 48.587,16 40.56,16H25.421C17.395,16 10.899,22.525 10.899,30.587C10.899,32.2 9.592,33.513 7.987,33.513H3.451C-3.437,33.494 -9,39.1 -9,46H10.917H55.101H75C75,40.469 70.539,36.006 65.051,36.006H60.496C57.509,36.006 55.083,33.569 55.083,30.587Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M279.701,47.807C279.701,44.045 276.994,41 273.65,41H267.342C263.998,41 261.291,44.045 261.291,47.807C261.291,48.56 260.747,49.173 260.078,49.173H258.188C255.318,49.164 253,51.78 253,55H261.299H279.709H288C288,52.419 286.141,50.336 283.854,50.336H281.957C280.712,50.336 279.701,49.199 279.701,47.807Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M78,60H129C129,54.917 124.794,50.789 119.617,50.789H114.206C113.308,50.789 112.579,50.073 112.579,49.193C112.579,43.009 107.477,38 101.178,38H100.729C94.43,38 89.327,43.009 89.327,49.193V52.55C89.327,54.312 87.869,55.762 86.056,55.762H82.336C79.944,55.743 78,57.651 78,60Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M-25,138H68C68,129.683 61.232,122.927 52.899,122.927C44.566,122.927 38.268,122.927 38.268,122.927C36.825,122.927 35.651,121.756 35.651,120.315C35.651,110.197 27.439,102 17.301,102H16.579C6.442,102 -1.77,110.197 -1.77,120.315V125.81C-1.77,128.692 -4.117,131.064 -7.035,131.064C-9.953,131.064 -18.021,131.064 -18.021,131.064C-21.872,131.034 -25,134.157 -25,138Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M390,136H297C297,127.683 303.768,120.927 312.101,120.927H331.732C333.176,120.927 334.349,119.756 334.349,118.315C334.349,108.197 342.561,100 352.699,100H353.421C363.558,100 371.77,108.197 371.77,118.315V123.81C371.77,126.692 374.117,129.064 377.035,129.064H383.021C386.871,129.034 390,132.157 390,136Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M395,16H347C347,11.149 350.958,7.208 355.831,7.208H360.924C361.769,7.208 362.455,6.525 362.455,5.684C362.455,-0.219 367.257,-5 373.186,-5H373.608C379.537,-5 384.339,-0.219 384.339,5.684V8.889C384.339,10.571 385.711,11.954 387.418,11.954H390.919C393.17,11.937 395,13.758 395,16Z" android:fillAlpha="0.2" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/bg_premium_subscription_header.xml to/res/drawable-anydpi-v24/bg_premium_subscription_header.xml
*** from/res/drawable-anydpi-v24/bg_premium_subscription_header.xml 2021-01-02 17:58:42.700416320 -0700
--- to/res/drawable-anydpi-v24/bg_premium_subscription_header.xml 2021-01-11 15:14:01.276591288 -0700
***************
*** 4,14 ****
<group>
<clip-path android:pathData="M0,0h411v152h-411z M 0,0" />
<path android:fillColor="@drawable/$bg_premium_subscription_header__0" android:pathData="M0,0h411v152h-411z" />
! <path android:fillColor="#ffffffff" android:pathData="M55.083,48.588C55.083,40.525 48.587,34 40.56,34H25.421C17.395,34 10.899,40.525 10.899,48.588C10.899,50.2 9.592,51.513 7.987,51.513H3.451C-3.437,51.494 -9,57.1 -9,64H10.917H55.101H75C75,58.469 70.539,54.006 65.051,54.006H60.496C57.509,54.006 55.083,51.569 55.083,48.588Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M279.701,47.807C279.701,44.045 276.994,41 273.65,41H267.342C263.998,41 261.291,44.045 261.291,47.807C261.291,48.56 260.747,49.173 260.078,49.173H258.188C255.318,49.164 253,51.78 253,55H261.299H279.709H288C288,52.419 286.141,50.336 283.854,50.336H281.957C280.712,50.336 279.701,49.199 279.701,47.807Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M78,78H129C129,72.917 124.794,68.789 119.617,68.789H114.206C113.308,68.789 112.579,68.073 112.579,67.193C112.579,61.009 107.477,56 101.178,56H100.729C94.43,56 89.327,61.009 89.327,67.193V70.55C89.327,72.312 87.869,73.761 86.056,73.761H82.336C79.944,73.743 78,75.651 78,78Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M-25,156H68C68,147.683 61.232,140.927 52.899,140.927C44.566,140.927 38.268,140.927 38.268,140.927C36.825,140.927 35.651,139.756 35.651,138.315C35.651,128.197 27.439,120 17.301,120H16.579C6.442,120 -1.77,128.197 -1.77,138.315V143.81C-1.77,146.692 -4.117,149.064 -7.035,149.064C-9.953,149.064 -18.021,149.064 -18.021,149.064C-21.872,149.034 -25,152.157 -25,156Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M390,154H297C297,145.683 303.768,138.927 312.101,138.927H331.732C333.176,138.927 334.349,137.756 334.349,136.315C334.349,126.197 342.561,118 352.699,118H353.421C363.558,118 371.77,126.197 371.77,136.315V141.81C371.77,144.692 374.117,147.064 377.035,147.064H383.021C386.871,147.034 390,150.157 390,154Z" android:fillAlpha="0.2" />
! <path android:fillColor="#ffffffff" android:pathData="M395,16H347C347,11.149 350.958,7.208 355.831,7.208H360.924C361.769,7.208 362.455,6.525 362.455,5.684C362.455,-0.219 367.257,-5 373.186,-5H373.608C379.537,-5 384.339,-0.219 384.339,5.684V8.889C384.339,10.571 385.711,11.954 387.418,11.954H390.919C393.17,11.937 395,13.758 395,16Z" android:fillAlpha="0.2" />
</group>
</vector>
\ No newline at end of file
--- 4,14 ----
<group>
<clip-path android:pathData="M0,0h411v152h-411z M 0,0" />
<path android:fillColor="@drawable/$bg_premium_subscription_header__0" android:pathData="M0,0h411v152h-411z" />
! <path android:fillColor="@color/white" android:pathData="M55.083,48.588C55.083,40.525 48.587,34 40.56,34H25.421C17.395,34 10.899,40.525 10.899,48.588C10.899,50.2 9.592,51.513 7.987,51.513H3.451C-3.437,51.494 -9,57.1 -9,64H10.917H55.101H75C75,58.469 70.539,54.006 65.051,54.006H60.496C57.509,54.006 55.083,51.569 55.083,48.588Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M279.701,47.807C279.701,44.045 276.994,41 273.65,41H267.342C263.998,41 261.291,44.045 261.291,47.807C261.291,48.56 260.747,49.173 260.078,49.173H258.188C255.318,49.164 253,51.78 253,55H261.299H279.709H288C288,52.419 286.141,50.336 283.854,50.336H281.957C280.712,50.336 279.701,49.199 279.701,47.807Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M78,78H129C129,72.917 124.794,68.789 119.617,68.789H114.206C113.308,68.789 112.579,68.073 112.579,67.193C112.579,61.009 107.477,56 101.178,56H100.729C94.43,56 89.327,61.009 89.327,67.193V70.55C89.327,72.312 87.869,73.761 86.056,73.761H82.336C79.944,73.743 78,75.651 78,78Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M-25,156H68C68,147.683 61.232,140.927 52.899,140.927C44.566,140.927 38.268,140.927 38.268,140.927C36.825,140.927 35.651,139.756 35.651,138.315C35.651,128.197 27.439,120 17.301,120H16.579C6.442,120 -1.77,128.197 -1.77,138.315V143.81C-1.77,146.692 -4.117,149.064 -7.035,149.064C-9.953,149.064 -18.021,149.064 -18.021,149.064C-21.872,149.034 -25,152.157 -25,156Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M390,154H297C297,145.683 303.768,138.927 312.101,138.927H331.732C333.176,138.927 334.349,137.756 334.349,136.315C334.349,126.197 342.561,118 352.699,118H353.421C363.558,118 371.77,126.197 371.77,136.315V141.81C371.77,144.692 374.117,147.064 377.035,147.064H383.021C386.871,147.034 390,150.157 390,154Z" android:fillAlpha="0.2" />
! <path android:fillColor="@color/white" android:pathData="M395,16H347C347,11.149 350.958,7.208 355.831,7.208H360.924C361.769,7.208 362.455,6.525 362.455,5.684C362.455,-0.219 367.257,-5 373.186,-5H373.608C379.537,-5 384.339,-0.219 384.339,5.684V8.889C384.339,10.571 385.711,11.954 387.418,11.954H390.919C393.17,11.937 395,13.758 395,16Z" android:fillAlpha="0.2" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/drawable_guild_template_friend.xml to/res/drawable-anydpi-v24/drawable_guild_template_friend.xml
*** from/res/drawable-anydpi-v24/drawable_guild_template_friend.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/drawable_guild_template_friend.xml 2021-01-11 15:14:01.305590854 -0700
***************
*** 11,17 ****
<path android:fillColor="#ff000000" android:pathData="M30.5597,39.447C30.3186,39.4498 30.0845,39.3652 29.9008,39.209C29.717,39.0528 29.5959,38.8355 29.5597,38.597L29.4697,38.057C28.9397,34.617 28.6197,33.207 25.8697,32.977C25.7383,32.9669 25.6101,32.9309 25.4926,32.8711C25.3751,32.8113 25.2705,32.7288 25.185,32.6284C25.0995,32.5281 25.0347,32.4118 24.9943,32.2862C24.954,32.1607 24.9388,32.0284 24.9497,31.897C24.9726,31.6333 25.0992,31.3894 25.3016,31.2188C25.5041,31.0482 25.7659,30.9649 26.0297,30.987C30.4597,31.357 30.9397,34.457 31.4497,37.747L31.5297,38.287C31.5511,38.4171 31.5466,38.5501 31.5164,38.6784C31.4862,38.8067 31.431,38.9278 31.3539,39.0346C31.2767,39.1415 31.1792,39.2321 31.067,39.3011C30.9547,39.3702 30.8299,39.4164 30.6997,39.437L30.5597,39.447Z" />
<path android:fillColor="#ff000000" android:pathData="M36.1996,39.447C35.9738,39.4548 35.7521,39.3858 35.5705,39.2515C35.3889,39.1171 35.2582,38.9252 35.1996,38.707C34.6596,36.707 33.1996,33.317 29.1396,32.977C28.8758,32.9541 28.6319,32.8276 28.4614,32.6251C28.2908,32.4227 28.2074,32.1608 28.2296,31.897C28.2525,31.6333 28.379,31.3894 28.5815,31.2188C28.7839,31.0482 29.0458,30.9649 29.3096,30.987C33.1296,31.307 35.9796,33.927 37.1296,38.187C37.1971,38.4416 37.1614,38.7125 37.0303,38.9409C36.8993,39.1693 36.6834,39.3368 36.4296,39.407C36.3552,39.431 36.2777,39.4445 36.1996,39.447Z" />
<path android:fillColor="#ff000000" android:pathData="M26.6096,24.2771C26.4782,24.2961 26.3445,24.2891 26.2158,24.2564C26.0872,24.2238 25.9663,24.1661 25.86,24.0867C25.7537,24.0073 25.664,23.9077 25.5962,23.7937C25.5283,23.6797 25.4836,23.5534 25.4646,23.4221C25.4455,23.2907 25.4525,23.1569 25.4852,23.0283C25.5179,22.8997 25.5755,22.7788 25.6549,22.6725C25.7343,22.5662 25.8339,22.4765 25.9479,22.4087C26.062,22.3408 26.1882,22.2961 26.3196,22.2771C29.5756,21.2853 30.1974,19.8469 30.5982,17.5966C30.6976,17.0386 31.1941,16.6375 31.7596,16.6771C32.3108,16.7597 32.6935,17.2763 32.5969,17.8253C32.1274,20.495 31.2915,22.8603 26.9196,24.1871C26.8223,24.2351 26.7174,24.2656 26.6096,24.2771Z" />
! <path android:fillColor="#ffffffff" android:pathData="M25,3C25.5523,3 26,3.4477 26,4V10.5V11V13.2757C26,13.543 25.6769,13.6769 25.4879,13.4879L23,11H14C13.4477,11 13,10.5523 13,10V4C13,3.4477 13.4477,3 14,3H25Z" android:fillType="evenOdd" />
<path android:fillColor="#fffa6ef6" android:pathData="M23,7m1,0a1,1 0,1 0,-2 0a1,1 0,1 0,2 0" />
<path android:fillColor="#fffa6ef6" android:pathData="M19.5,7m1,0a1,1 0,1 0,-2 0a1,1 0,1 0,2 0" />
<path android:fillColor="#fffa6ef6" android:pathData="M16,7m1,0a1,1 0,1 0,-2 0a1,1 0,1 0,2 0" />
--- 11,17 ----
<path android:fillColor="#ff000000" android:pathData="M30.5597,39.447C30.3186,39.4498 30.0845,39.3652 29.9008,39.209C29.717,39.0528 29.5959,38.8355 29.5597,38.597L29.4697,38.057C28.9397,34.617 28.6197,33.207 25.8697,32.977C25.7383,32.9669 25.6101,32.9309 25.4926,32.8711C25.3751,32.8113 25.2705,32.7288 25.185,32.6284C25.0995,32.5281 25.0347,32.4118 24.9943,32.2862C24.954,32.1607 24.9388,32.0284 24.9497,31.897C24.9726,31.6333 25.0992,31.3894 25.3016,31.2188C25.5041,31.0482 25.7659,30.9649 26.0297,30.987C30.4597,31.357 30.9397,34.457 31.4497,37.747L31.5297,38.287C31.5511,38.4171 31.5466,38.5501 31.5164,38.6784C31.4862,38.8067 31.431,38.9278 31.3539,39.0346C31.2767,39.1415 31.1792,39.2321 31.067,39.3011C30.9547,39.3702 30.8299,39.4164 30.6997,39.437L30.5597,39.447Z" />
<path android:fillColor="#ff000000" android:pathData="M36.1996,39.447C35.9738,39.4548 35.7521,39.3858 35.5705,39.2515C35.3889,39.1171 35.2582,38.9252 35.1996,38.707C34.6596,36.707 33.1996,33.317 29.1396,32.977C28.8758,32.9541 28.6319,32.8276 28.4614,32.6251C28.2908,32.4227 28.2074,32.1608 28.2296,31.897C28.2525,31.6333 28.379,31.3894 28.5815,31.2188C28.7839,31.0482 29.0458,30.9649 29.3096,30.987C33.1296,31.307 35.9796,33.927 37.1296,38.187C37.1971,38.4416 37.1614,38.7125 37.0303,38.9409C36.8993,39.1693 36.6834,39.3368 36.4296,39.407C36.3552,39.431 36.2777,39.4445 36.1996,39.447Z" />
<path android:fillColor="#ff000000" android:pathData="M26.6096,24.2771C26.4782,24.2961 26.3445,24.2891 26.2158,24.2564C26.0872,24.2238 25.9663,24.1661 25.86,24.0867C25.7537,24.0073 25.664,23.9077 25.5962,23.7937C25.5283,23.6797 25.4836,23.5534 25.4646,23.4221C25.4455,23.2907 25.4525,23.1569 25.4852,23.0283C25.5179,22.8997 25.5755,22.7788 25.6549,22.6725C25.7343,22.5662 25.8339,22.4765 25.9479,22.4087C26.062,22.3408 26.1882,22.2961 26.3196,22.2771C29.5756,21.2853 30.1974,19.8469 30.5982,17.5966C30.6976,17.0386 31.1941,16.6375 31.7596,16.6771C32.3108,16.7597 32.6935,17.2763 32.5969,17.8253C32.1274,20.495 31.2915,22.8603 26.9196,24.1871C26.8223,24.2351 26.7174,24.2656 26.6096,24.2771Z" />
! <path android:fillColor="@color/white" android:pathData="M25,3C25.5523,3 26,3.4477 26,4V10.5V11V13.2757C26,13.543 25.6769,13.6769 25.4879,13.4879L23,11H14C13.4477,11 13,10.5523 13,10V4C13,3.4477 13.4477,3 14,3H25Z" android:fillType="evenOdd" />
<path android:fillColor="#fffa6ef6" android:pathData="M23,7m1,0a1,1 0,1 0,-2 0a1,1 0,1 0,2 0" />
<path android:fillColor="#fffa6ef6" android:pathData="M19.5,7m1,0a1,1 0,1 0,-2 0a1,1 0,1 0,2 0" />
<path android:fillColor="#fffa6ef6" android:pathData="M16,7m1,0a1,1 0,1 0,-2 0a1,1 0,1 0,2 0" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/drawable_guild_template_study.xml to/res/drawable-anydpi-v24/drawable_guild_template_study.xml
*** from/res/drawable-anydpi-v24/drawable_guild_template_study.xml 2021-01-02 17:58:42.707416213 -0700
--- to/res/drawable-anydpi-v24/drawable_guild_template_study.xml 2021-01-11 15:14:01.559587051 -0700
***************
*** 6,12 ****
<path android:fillColor="#ff09235e" android:pathData="M21.0234,7.5114H27.4213C30.578,7.5113 33.6059,8.7625 35.8419,10.9907C38.0778,13.2189 39.3394,16.2425 39.3503,19.3991V39.2945H21.0234V7.5114Z" />
<path android:fillColor="#ff98b7f7" android:pathData="M39.3506,39.2944V40.9042C39.3506,41.7253 39.0244,42.5127 38.4439,43.0933C37.8633,43.6738 37.0759,44 36.2548,44H29.8569C30.678,44 31.4654,43.6738 32.046,43.0933C32.6265,42.5127 32.9527,41.7253 32.9527,40.9042V39.2944H39.3506Z" />
<path android:fillColor="#ff305dce" android:pathData="M21.0235,7.5114C24.1801,7.5113 27.208,8.7625 29.444,10.9907C31.6799,13.2189 32.9415,16.2425 32.9525,19.3991V39.2945H9.1357V19.3991C9.1466,16.2496 10.4026,13.2322 12.6296,11.0052C14.8566,8.7782 17.874,7.5222 21.0235,7.5114Z" />
! <path android:fillColor="#ffffffff" android:pathData="M9.136,39.2944V40.9042C9.1306,41.3088 9.2055,41.7104 9.3566,42.0858C9.5076,42.4612 9.7317,42.8028 10.0159,43.0908C10.3001,43.3788 10.6387,43.6075 11.012,43.7636C11.3853,43.9197 11.7859,44 12.1905,44H29.857C30.678,44 31.4654,43.6738 32.046,43.0933C32.6266,42.5127 32.9527,41.7253 32.9527,40.9042V39.2944H9.136Z" />
<path android:fillColor="#ff113484" android:pathData="M31.1776,19.399C31.0131,16.8232 29.8739,14.4067 27.9916,12.6408C26.1093,10.8748 23.6251,9.892 21.0441,9.892C18.4631,9.892 15.9789,10.8748 14.0966,12.6408C12.2143,14.4067 11.0751,16.8232 10.9106,19.399V22.7424H31.1776V19.399Z" />
<path android:fillColor="#ff09235e" android:pathData="M24.4498,9.8641C22.484,10.5687 20.7832,11.8623 19.5792,13.5685C18.3752,15.2748 17.7266,17.3108 17.7217,19.3991V22.7425H31.1779V19.3991C31.173,17.3108 30.5244,15.2748 29.3204,13.5685C28.1164,11.8623 26.4156,10.5687 24.4498,9.8641Z" />
<path android:fillColor="#ffd954e6" android:pathData="M29.4443,23.1965H28.2473V15.6842H28.9077C29.0501,15.6842 29.1865,15.7407 29.2872,15.8413C29.3878,15.942 29.4443,16.0784 29.4443,16.2208V23.1965Z" />
--- 6,12 ----
<path android:fillColor="#ff09235e" android:pathData="M21.0234,7.5114H27.4213C30.578,7.5113 33.6059,8.7625 35.8419,10.9907C38.0778,13.2189 39.3394,16.2425 39.3503,19.3991V39.2945H21.0234V7.5114Z" />
<path android:fillColor="#ff98b7f7" android:pathData="M39.3506,39.2944V40.9042C39.3506,41.7253 39.0244,42.5127 38.4439,43.0933C37.8633,43.6738 37.0759,44 36.2548,44H29.8569C30.678,44 31.4654,43.6738 32.046,43.0933C32.6265,42.5127 32.9527,41.7253 32.9527,40.9042V39.2944H39.3506Z" />
<path android:fillColor="#ff305dce" android:pathData="M21.0235,7.5114C24.1801,7.5113 27.208,8.7625 29.444,10.9907C31.6799,13.2189 32.9415,16.2425 32.9525,19.3991V39.2945H9.1357V19.3991C9.1466,16.2496 10.4026,13.2322 12.6296,11.0052C14.8566,8.7782 17.874,7.5222 21.0235,7.5114Z" />
! <path android:fillColor="@color/white" android:pathData="M9.136,39.2944V40.9042C9.1306,41.3088 9.2055,41.7104 9.3566,42.0858C9.5076,42.4612 9.7317,42.8028 10.0159,43.0908C10.3001,43.3788 10.6387,43.6075 11.012,43.7636C11.3853,43.9197 11.7859,44 12.1905,44H29.857C30.678,44 31.4654,43.6738 32.046,43.0933C32.6266,42.5127 32.9527,41.7253 32.9527,40.9042V39.2944H9.136Z" />
<path android:fillColor="#ff113484" android:pathData="M31.1776,19.399C31.0131,16.8232 29.8739,14.4067 27.9916,12.6408C26.1093,10.8748 23.6251,9.892 21.0441,9.892C18.4631,9.892 15.9789,10.8748 14.0966,12.6408C12.2143,14.4067 11.0751,16.8232 10.9106,19.399V22.7424H31.1776V19.399Z" />
<path android:fillColor="#ff09235e" android:pathData="M24.4498,9.8641C22.484,10.5687 20.7832,11.8623 19.5792,13.5685C18.3752,15.2748 17.7266,17.3108 17.7217,19.3991V22.7425H31.1779V19.3991C31.173,17.3108 30.5244,15.2748 29.3204,13.5685C28.1164,11.8623 26.4156,10.5687 24.4498,9.8641Z" />
<path android:fillColor="#ffd954e6" android:pathData="M29.4443,23.1965H28.2473V15.6842H28.9077C29.0501,15.6842 29.1865,15.7407 29.2872,15.8413C29.3878,15.942 29.4443,16.0784 29.4443,16.2208V23.1965Z" />
***************
*** 36,53 ****
<path android:fillColor="#ffa9e563" android:pathData="M23.5413,33.5983H23.5C23.6281,33.2545 23.8698,32.9647 24.1851,32.777C24.5004,32.5894 24.8703,32.515 25.2336,32.5664L25.8941,32.6902C25.8218,32.9217 25.6982,33.1338 25.5325,33.3109C25.3668,33.4879 25.1632,33.6252 24.937,33.7125C24.7108,33.7998 24.4677,33.8349 24.2261,33.8151C23.9844,33.7953 23.7503,33.7212 23.5413,33.5983Z" />
<path android:fillColor="#ffa9e563" android:pathData="M25.6467,32.4838C25.625,32.6634 25.5614,32.8354 25.461,32.986C25.3606,33.1365 25.2263,33.2614 25.0688,33.3506V33.557C25.1101,33.5982 25.234,33.6395 25.2752,33.5982C25.455,33.4816 25.6096,33.3302 25.7301,33.153C25.8506,32.9758 25.9345,32.7764 25.9769,32.5663C25.9769,32.4838 25.9357,32.4012 25.8531,32.4012C25.7293,32.3599 25.688,32.4012 25.6467,32.4838Z" />
<path android:fillColor="#ff6abb6b" android:pathData="M25.1311,33.0219C25.1745,33.008 25.2013,32.9703 25.1908,32.9377C25.1803,32.9052 25.1367,32.8901 25.0933,32.904L24.0361,33.2434C23.9927,33.2574 23.966,33.2951 23.9764,33.3276C23.9869,33.3602 24.0305,33.3753 24.0739,33.3613L25.1311,33.0219Z" />
! <path android:fillColor="#ffffffff" android:pathData="M28.0819,35.4144L27.6691,35.497L27.2563,33.5157L27.6691,33.4331C27.8217,33.4075 27.9783,33.4399 28.1081,33.5239C28.238,33.6079 28.3317,33.7375 28.3708,33.8872L28.5359,34.754C28.5603,34.9014 28.5267,35.0526 28.442,35.1757C28.3573,35.2988 28.2283,35.3844 28.0819,35.4144Z" />
<path android:fillColor="#ff7a93dc" android:pathData="M28.0819,35.4144L27.6691,35.497L27.2563,33.5157L27.6691,33.4331C27.8217,33.4075 27.9783,33.4399 28.1081,33.5239C28.238,33.6079 28.3317,33.7375 28.3708,33.8872L28.5359,34.754C28.5603,34.9014 28.5267,35.0526 28.442,35.1757C28.3573,35.2988 28.2283,35.3844 28.0819,35.4144Z" android:strokeAlpha="0.8" android:fillAlpha="0.8" />
<path android:fillColor="#ff7a93dc" android:pathData="M27.7717,33.8531L27.4889,33.9122C27.3327,33.9449 27.2325,34.0979 27.2651,34.2541L27.3825,34.8158C27.4151,34.972 27.5682,35.0721 27.7244,35.0395L28.0072,34.9804C28.1634,34.9478 28.2636,34.7947 28.231,34.6385L28.1136,34.0769C28.081,33.9207 27.9279,33.8205 27.7717,33.8531Z" />
! <path android:fillColor="#ffffffff" android:pathData="M22.5095,36.5702L22.9223,36.4876L22.5095,34.5063L22.0968,34.5889C22.02,34.6035 21.947,34.6335 21.8822,34.6771C21.8174,34.7208 21.7621,34.7771 21.7197,34.8427C21.6772,34.9082 21.6485,34.9817 21.6353,35.0587C21.6221,35.1357 21.6246,35.2146 21.6427,35.2906L21.8078,36.1161C21.8224,36.1929 21.8524,36.2659 21.8961,36.3307C21.9397,36.3955 21.996,36.4508 22.0616,36.4932C22.1272,36.5357 22.2007,36.5644 22.2777,36.5776C22.3547,36.5908 22.4335,36.5883 22.5095,36.5702Z" />
<path android:fillColor="#ff7a93dc" android:pathData="M22.5095,36.5702L22.9223,36.4876L22.5095,34.5063L22.0968,34.5889C22.02,34.6035 21.947,34.6335 21.8822,34.6771C21.8174,34.7208 21.7621,34.7771 21.7197,34.8427C21.6772,34.9082 21.6485,34.9817 21.6353,35.0587C21.6221,35.1357 21.6246,35.2146 21.6427,35.2906L21.8078,36.1161C21.8224,36.1929 21.8524,36.2659 21.8961,36.3307C21.9397,36.3955 21.996,36.4508 22.0616,36.4932C22.1272,36.5357 22.2007,36.5644 22.2777,36.5776C22.3547,36.5908 22.4335,36.5883 22.5095,36.5702Z" android:strokeAlpha="0.8" android:fillAlpha="0.8" />
<path android:fillColor="#ff7a93dc" android:pathData="M22.4978,34.9514L22.215,35.0105C22.0588,35.0431 21.9586,35.1962 21.9912,35.3524L22.1085,35.914C22.1412,36.0702 22.2943,36.1704 22.4505,36.1378L22.7333,36.0787C22.8895,36.0461 22.9897,35.893 22.957,35.7368L22.8397,35.1752C22.8071,35.0189 22.654,34.9188 22.4978,34.9514Z" />
! <path android:fillColor="#ffffffff" android:pathData="M23.9957,37.4369L27.0502,36.7765C27.1994,36.7469 27.3413,36.6882 27.4677,36.6036C27.5941,36.5191 27.7026,36.4105 27.787,36.2839C27.8714,36.1574 27.9299,36.0154 27.9593,35.8662C27.9887,35.717 27.9884,35.5635 27.9583,35.4144L27.6281,33.8459C27.5591,33.5522 27.378,33.2971 27.1235,33.1352C26.869,32.9732 26.5612,32.9172 26.266,32.979L23.1702,33.5982C22.8765,33.6672 22.6215,33.8483 22.4595,34.1028C22.2975,34.3573 22.2415,34.6651 22.3034,34.9603L22.6336,36.5288C22.6632,36.678 22.7219,36.8199 22.8064,36.9463C22.891,37.0728 22.9996,37.1813 23.1262,37.2656C23.2527,37.35 23.3947,37.4086 23.5439,37.4379C23.6931,37.4673 23.8466,37.467 23.9957,37.4369Z" />
<path android:fillColor="#ff7a93dc" android:pathData="M23.9957,37.4369L27.0502,36.7765C27.1994,36.7469 27.3413,36.6882 27.4677,36.6036C27.5941,36.5191 27.7026,36.4105 27.787,36.2839C27.8714,36.1574 27.9299,36.0154 27.9593,35.8662C27.9887,35.717 27.9884,35.5635 27.9583,35.4144L27.6281,33.8459C27.5591,33.5522 27.378,33.2971 27.1235,33.1352C26.869,32.9732 26.5612,32.9172 26.266,32.979L23.1702,33.5982C22.8765,33.6672 22.6215,33.8483 22.4595,34.1028C22.2975,34.3573 22.2415,34.6651 22.3034,34.9603L22.6336,36.5288C22.6632,36.678 22.7219,36.8199 22.8064,36.9463C22.891,37.0728 22.9996,37.1813 23.1262,37.2656C23.2527,37.35 23.3947,37.4086 23.5439,37.4379C23.6931,37.4673 23.8466,37.467 23.9957,37.4369Z" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
! <path android:fillColor="#ffffffff" android:pathData="M25.6053,36.0336L25.0687,36.1574C24.9196,36.1875 24.766,36.1878 24.6168,36.1585C24.4676,36.1291 24.3256,36.0705 24.1991,35.9861C24.0725,35.9018 23.9639,35.7933 23.8794,35.6668C23.7948,35.5404 23.7361,35.3985 23.7065,35.2494L23.624,34.9604C23.5996,34.813 23.6332,34.6618 23.7179,34.5387C23.8026,34.4156 23.9316,34.33 24.078,34.3L25.7291,33.9285C25.8805,33.9116 26.033,33.9476 26.1609,34.0304C26.2888,34.1131 26.3841,34.2375 26.4308,34.3825V34.6715C26.4677,34.8152 26.4755,34.9648 26.4538,35.1115C26.4321,35.2583 26.3813,35.3992 26.3044,35.5261C26.2275,35.653 26.126,35.7632 26.006,35.8503C25.8859,35.9375 25.7497,35.9998 25.6053,36.0336Z" />
<path android:fillColor="#ff7a93dc" android:pathData="M25.6053,36.0336L25.0687,36.1574C24.9196,36.1875 24.766,36.1878 24.6168,36.1585C24.4676,36.1291 24.3256,36.0705 24.1991,35.9861C24.0725,35.9018 23.9639,35.7933 23.8794,35.6668C23.7948,35.5404 23.7361,35.3985 23.7065,35.2494L23.624,34.9604C23.5996,34.813 23.6332,34.6618 23.7179,34.5387C23.8026,34.4156 23.9316,34.33 24.078,34.3L25.7291,33.9285C25.8805,33.9116 26.033,33.9476 26.1609,34.0304C26.2888,34.1131 26.3841,34.2375 26.4308,34.3825V34.6715C26.4677,34.8152 26.4755,34.9648 26.4538,35.1115C26.4321,35.2583 26.3813,35.3992 26.3044,35.5261C26.2275,35.653 26.126,35.7632 26.006,35.8503C25.8859,35.9375 25.7497,35.9998 25.6053,36.0336Z" android:strokeAlpha="0.3" android:fillAlpha="0.3" />
! <path android:fillColor="#ffffffff" android:pathData="M25.7911,35.2363L25.4679,35.3038C25.4009,35.3178 25.358,35.3834 25.372,35.4503L25.3804,35.4907C25.3944,35.5577 25.46,35.6006 25.527,35.5866L25.8502,35.5191C25.9172,35.5051 25.9601,35.4395 25.9461,35.3725L25.9377,35.3321C25.9237,35.2652 25.8581,35.2223 25.7911,35.2363Z" />
! <path android:fillColor="#ffffffff" android:pathData="M24.9029,35.4588L24.5797,35.5263C24.5128,35.5403 24.4698,35.6059 24.4838,35.6728L24.4923,35.7133C24.5062,35.7802 24.5719,35.8231 24.6388,35.8091L24.962,35.7416C25.029,35.7276 25.0719,35.662 25.0579,35.5951L25.0495,35.5547C25.0355,35.4877 24.9699,35.4448 24.9029,35.4588Z" />
<path android:fillColor="#ff7a93dc" android:pathData="M25.7911,35.2363L25.4679,35.3038C25.4009,35.3178 25.358,35.3834 25.372,35.4503L25.3804,35.4907C25.3944,35.5577 25.46,35.6006 25.527,35.5866L25.8502,35.5191C25.9172,35.5051 25.9601,35.4395 25.9461,35.3725L25.9377,35.3321C25.9237,35.2652 25.8581,35.2223 25.7911,35.2363Z" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
<path android:fillColor="#ff7a93dc" android:pathData="M24.9029,35.4588L24.5797,35.5263C24.5128,35.5403 24.4698,35.6059 24.4838,35.6728L24.4923,35.7133C24.5062,35.7802 24.5719,35.8231 24.6388,35.8091L24.962,35.7416C25.029,35.7276 25.0719,35.662 25.0579,35.5951L25.0495,35.5547C25.0355,35.4877 24.9699,35.4448 24.9029,35.4588Z" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
<path android:fillColor="#ff333132" android:pathData="M27.3328,34.6472C27.3001,34.491 27.147,34.3908 26.9908,34.4235C26.8346,34.4561 26.7345,34.6092 26.7671,34.7654C26.7997,34.9216 26.9528,35.0218 27.109,34.9891C27.2652,34.9565 27.3654,34.8034 27.3328,34.6472Z" />
--- 36,53 ----
<path android:fillColor="#ffa9e563" android:pathData="M23.5413,33.5983H23.5C23.6281,33.2545 23.8698,32.9647 24.1851,32.777C24.5004,32.5894 24.8703,32.515 25.2336,32.5664L25.8941,32.6902C25.8218,32.9217 25.6982,33.1338 25.5325,33.3109C25.3668,33.4879 25.1632,33.6252 24.937,33.7125C24.7108,33.7998 24.4677,33.8349 24.2261,33.8151C23.9844,33.7953 23.7503,33.7212 23.5413,33.5983Z" />
<path android:fillColor="#ffa9e563" android:pathData="M25.6467,32.4838C25.625,32.6634 25.5614,32.8354 25.461,32.986C25.3606,33.1365 25.2263,33.2614 25.0688,33.3506V33.557C25.1101,33.5982 25.234,33.6395 25.2752,33.5982C25.455,33.4816 25.6096,33.3302 25.7301,33.153C25.8506,32.9758 25.9345,32.7764 25.9769,32.5663C25.9769,32.4838 25.9357,32.4012 25.8531,32.4012C25.7293,32.3599 25.688,32.4012 25.6467,32.4838Z" />
<path android:fillColor="#ff6abb6b" android:pathData="M25.1311,33.0219C25.1745,33.008 25.2013,32.9703 25.1908,32.9377C25.1803,32.9052 25.1367,32.8901 25.0933,32.904L24.0361,33.2434C23.9927,33.2574 23.966,33.2951 23.9764,33.3276C23.9869,33.3602 24.0305,33.3753 24.0739,33.3613L25.1311,33.0219Z" />
! <path android:fillColor="@color/white" android:pathData="M28.0819,35.4144L27.6691,35.497L27.2563,33.5157L27.6691,33.4331C27.8217,33.4075 27.9783,33.4399 28.1081,33.5239C28.238,33.6079 28.3317,33.7375 28.3708,33.8872L28.5359,34.754C28.5603,34.9014 28.5267,35.0526 28.442,35.1757C28.3573,35.2988 28.2283,35.3844 28.0819,35.4144Z" />
<path android:fillColor="#ff7a93dc" android:pathData="M28.0819,35.4144L27.6691,35.497L27.2563,33.5157L27.6691,33.4331C27.8217,33.4075 27.9783,33.4399 28.1081,33.5239C28.238,33.6079 28.3317,33.7375 28.3708,33.8872L28.5359,34.754C28.5603,34.9014 28.5267,35.0526 28.442,35.1757C28.3573,35.2988 28.2283,35.3844 28.0819,35.4144Z" android:strokeAlpha="0.8" android:fillAlpha="0.8" />
<path android:fillColor="#ff7a93dc" android:pathData="M27.7717,33.8531L27.4889,33.9122C27.3327,33.9449 27.2325,34.0979 27.2651,34.2541L27.3825,34.8158C27.4151,34.972 27.5682,35.0721 27.7244,35.0395L28.0072,34.9804C28.1634,34.9478 28.2636,34.7947 28.231,34.6385L28.1136,34.0769C28.081,33.9207 27.9279,33.8205 27.7717,33.8531Z" />
! <path android:fillColor="@color/white" android:pathData="M22.5095,36.5702L22.9223,36.4876L22.5095,34.5063L22.0968,34.5889C22.02,34.6035 21.947,34.6335 21.8822,34.6771C21.8174,34.7208 21.7621,34.7771 21.7197,34.8427C21.6772,34.9082 21.6485,34.9817 21.6353,35.0587C21.6221,35.1357 21.6246,35.2146 21.6427,35.2906L21.8078,36.1161C21.8224,36.1929 21.8524,36.2659 21.8961,36.3307C21.9397,36.3955 21.996,36.4508 22.0616,36.4932C22.1272,36.5357 22.2007,36.5644 22.2777,36.5776C22.3547,36.5908 22.4335,36.5883 22.5095,36.5702Z" />
<path android:fillColor="#ff7a93dc" android:pathData="M22.5095,36.5702L22.9223,36.4876L22.5095,34.5063L22.0968,34.5889C22.02,34.6035 21.947,34.6335 21.8822,34.6771C21.8174,34.7208 21.7621,34.7771 21.7197,34.8427C21.6772,34.9082 21.6485,34.9817 21.6353,35.0587C21.6221,35.1357 21.6246,35.2146 21.6427,35.2906L21.8078,36.1161C21.8224,36.1929 21.8524,36.2659 21.8961,36.3307C21.9397,36.3955 21.996,36.4508 22.0616,36.4932C22.1272,36.5357 22.2007,36.5644 22.2777,36.5776C22.3547,36.5908 22.4335,36.5883 22.5095,36.5702Z" android:strokeAlpha="0.8" android:fillAlpha="0.8" />
<path android:fillColor="#ff7a93dc" android:pathData="M22.4978,34.9514L22.215,35.0105C22.0588,35.0431 21.9586,35.1962 21.9912,35.3524L22.1085,35.914C22.1412,36.0702 22.2943,36.1704 22.4505,36.1378L22.7333,36.0787C22.8895,36.0461 22.9897,35.893 22.957,35.7368L22.8397,35.1752C22.8071,35.0189 22.654,34.9188 22.4978,34.9514Z" />
! <path android:fillColor="@color/white" android:pathData="M23.9957,37.4369L27.0502,36.7765C27.1994,36.7469 27.3413,36.6882 27.4677,36.6036C27.5941,36.5191 27.7026,36.4105 27.787,36.2839C27.8714,36.1574 27.9299,36.0154 27.9593,35.8662C27.9887,35.717 27.9884,35.5635 27.9583,35.4144L27.6281,33.8459C27.5591,33.5522 27.378,33.2971 27.1235,33.1352C26.869,32.9732 26.5612,32.9172 26.266,32.979L23.1702,33.5982C22.8765,33.6672 22.6215,33.8483 22.4595,34.1028C22.2975,34.3573 22.2415,34.6651 22.3034,34.9603L22.6336,36.5288C22.6632,36.678 22.7219,36.8199 22.8064,36.9463C22.891,37.0728 22.9996,37.1813 23.1262,37.2656C23.2527,37.35 23.3947,37.4086 23.5439,37.4379C23.6931,37.4673 23.8466,37.467 23.9957,37.4369Z" />
<path android:fillColor="#ff7a93dc" android:pathData="M23.9957,37.4369L27.0502,36.7765C27.1994,36.7469 27.3413,36.6882 27.4677,36.6036C27.5941,36.5191 27.7026,36.4105 27.787,36.2839C27.8714,36.1574 27.9299,36.0154 27.9593,35.8662C27.9887,35.717 27.9884,35.5635 27.9583,35.4144L27.6281,33.8459C27.5591,33.5522 27.378,33.2971 27.1235,33.1352C26.869,32.9732 26.5612,32.9172 26.266,32.979L23.1702,33.5982C22.8765,33.6672 22.6215,33.8483 22.4595,34.1028C22.2975,34.3573 22.2415,34.6651 22.3034,34.9603L22.6336,36.5288C22.6632,36.678 22.7219,36.8199 22.8064,36.9463C22.891,37.0728 22.9996,37.1813 23.1262,37.2656C23.2527,37.35 23.3947,37.4086 23.5439,37.4379C23.6931,37.4673 23.8466,37.467 23.9957,37.4369Z" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
! <path android:fillColor="@color/white" android:pathData="M25.6053,36.0336L25.0687,36.1574C24.9196,36.1875 24.766,36.1878 24.6168,36.1585C24.4676,36.1291 24.3256,36.0705 24.1991,35.9861C24.0725,35.9018 23.9639,35.7933 23.8794,35.6668C23.7948,35.5404 23.7361,35.3985 23.7065,35.2494L23.624,34.9604C23.5996,34.813 23.6332,34.6618 23.7179,34.5387C23.8026,34.4156 23.9316,34.33 24.078,34.3L25.7291,33.9285C25.8805,33.9116 26.033,33.9476 26.1609,34.0304C26.2888,34.1131 26.3841,34.2375 26.4308,34.3825V34.6715C26.4677,34.8152 26.4755,34.9648 26.4538,35.1115C26.4321,35.2583 26.3813,35.3992 26.3044,35.5261C26.2275,35.653 26.126,35.7632 26.006,35.8503C25.8859,35.9375 25.7497,35.9998 25.6053,36.0336Z" />
<path android:fillColor="#ff7a93dc" android:pathData="M25.6053,36.0336L25.0687,36.1574C24.9196,36.1875 24.766,36.1878 24.6168,36.1585C24.4676,36.1291 24.3256,36.0705 24.1991,35.9861C24.0725,35.9018 23.9639,35.7933 23.8794,35.6668C23.7948,35.5404 23.7361,35.3985 23.7065,35.2494L23.624,34.9604C23.5996,34.813 23.6332,34.6618 23.7179,34.5387C23.8026,34.4156 23.9316,34.33 24.078,34.3L25.7291,33.9285C25.8805,33.9116 26.033,33.9476 26.1609,34.0304C26.2888,34.1131 26.3841,34.2375 26.4308,34.3825V34.6715C26.4677,34.8152 26.4755,34.9648 26.4538,35.1115C26.4321,35.2583 26.3813,35.3992 26.3044,35.5261C26.2275,35.653 26.126,35.7632 26.006,35.8503C25.8859,35.9375 25.7497,35.9998 25.6053,36.0336Z" android:strokeAlpha="0.3" android:fillAlpha="0.3" />
! <path android:fillColor="@color/white" android:pathData="M25.7911,35.2363L25.4679,35.3038C25.4009,35.3178 25.358,35.3834 25.372,35.4503L25.3804,35.4907C25.3944,35.5577 25.46,35.6006 25.527,35.5866L25.8502,35.5191C25.9172,35.5051 25.9601,35.4395 25.9461,35.3725L25.9377,35.3321C25.9237,35.2652 25.8581,35.2223 25.7911,35.2363Z" />
! <path android:fillColor="@color/white" android:pathData="M24.9029,35.4588L24.5797,35.5263C24.5128,35.5403 24.4698,35.6059 24.4838,35.6728L24.4923,35.7133C24.5062,35.7802 24.5719,35.8231 24.6388,35.8091L24.962,35.7416C25.029,35.7276 25.0719,35.662 25.0579,35.5951L25.0495,35.5547C25.0355,35.4877 24.9699,35.4448 24.9029,35.4588Z" />
<path android:fillColor="#ff7a93dc" android:pathData="M25.7911,35.2363L25.4679,35.3038C25.4009,35.3178 25.358,35.3834 25.372,35.4503L25.3804,35.4907C25.3944,35.5577 25.46,35.6006 25.527,35.5866L25.8502,35.5191C25.9172,35.5051 25.9601,35.4395 25.9461,35.3725L25.9377,35.3321C25.9237,35.2652 25.8581,35.2223 25.7911,35.2363Z" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
<path android:fillColor="#ff7a93dc" android:pathData="M24.9029,35.4588L24.5797,35.5263C24.5128,35.5403 24.4698,35.6059 24.4838,35.6728L24.4923,35.7133C24.5062,35.7802 24.5719,35.8231 24.6388,35.8091L24.962,35.7416C25.029,35.7276 25.0719,35.662 25.0579,35.5951L25.0495,35.5547C25.0355,35.4877 24.9699,35.4448 24.9029,35.4588Z" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
<path android:fillColor="#ff333132" android:pathData="M27.3328,34.6472C27.3001,34.491 27.147,34.3908 26.9908,34.4235C26.8346,34.4561 26.7345,34.6092 26.7671,34.7654C26.7997,34.9216 26.9528,35.0218 27.109,34.9891C27.2652,34.9565 27.3654,34.8034 27.3328,34.6472Z" />
***************
*** 60,80 ****
<path android:fillColor="#ffffaafc" android:pathData="M25.688,24.1459L25.8531,25.3429L26.8025,26.0859L27.5867,25.5906L25.688,24.1459Z" />
<path android:fillColor="#ffe74fd5" android:pathData="M25.3165,27.9846L24.5322,28.4387L26.431,29.8834L26.3071,28.6863L25.3165,27.9846Z" />
<path android:fillColor="#ffffcdf9" android:pathData="M25.1099,26.2923L25.3162,27.9846L26.3069,28.6863L27.0086,27.737L26.8022,26.0859L25.8528,25.3429L25.1099,26.2923Z" />
! <path android:fillColor="#ffffffff" android:pathData="M26.8026,26.0859L25.3579,27.9846H25.3167L25.2754,27.5306L26.5137,25.8795L26.8026,26.0859Z" />
! <path android:fillColor="#ffffffff" android:pathData="M26.885,26.7051L26.9263,27.1591L25.9769,28.4387L25.688,28.2323L26.885,26.7051Z" />
! <path android:fillColor="#ffffffff" android:pathData="M27.339,25.508L27.5454,25.8382C27.5867,25.9208 27.6692,25.9208 27.7105,25.797L27.7931,25.4255C27.7931,25.4145 27.7974,25.404 27.8051,25.3963C27.8129,25.3885 27.8234,25.3842 27.8343,25.3842L28.1646,25.1778C28.1864,25.1778 28.2074,25.1691 28.2229,25.1536C28.2384,25.1382 28.2471,25.1172 28.2471,25.0953C28.2471,25.0734 28.2384,25.0524 28.2229,25.0369C28.2074,25.0214 28.1864,25.0127 28.1646,25.0127L27.7931,24.9302H27.7105L27.5454,24.5999C27.5341,24.5829 27.5188,24.5689 27.5008,24.5593C27.4828,24.5496 27.4626,24.5446 27.4422,24.5446C27.4218,24.5446 27.4017,24.5496 27.3837,24.5593C27.3656,24.5689 27.3503,24.5829 27.339,24.5999L27.2565,24.9714C27.2565,25.0127 27.2565,25.054 27.2152,25.054L26.885,25.2191C26.8679,25.2304 26.854,25.2457 26.8443,25.2637C26.8346,25.2817 26.8296,25.3018 26.8296,25.3223C26.8296,25.3427 26.8346,25.3628 26.8443,25.3808C26.854,25.3988 26.8679,25.4142 26.885,25.4255H27.2977C27.2977,25.4668 27.339,25.4668 27.339,25.508Z" />
<path android:fillColor="#ffffc0ff" android:pathData="M27.4628,24.4761L27.5454,24.5586L27.7105,24.8889H27.793L28.1645,24.9714C28.1864,24.9714 28.2074,24.9801 28.2229,24.9956C28.2384,25.0111 28.2471,25.0321 28.2471,25.054C28.2471,25.0759 28.2384,25.0969 28.2229,25.1123C28.2074,25.1278 28.1864,25.1365 28.1645,25.1365L27.8343,25.3429C27.8234,25.3429 27.8129,25.3472 27.8051,25.355C27.7974,25.3627 27.793,25.3732 27.793,25.3842L27.7105,25.7557C27.7105,25.8382 27.6692,25.8382 27.6279,25.8382C27.5867,25.8382 27.5454,25.8382 27.5454,25.7969L27.339,25.4667C27.339,25.4255 27.2977,25.4255 27.2977,25.3842H26.885C26.8679,25.3729 26.854,25.3575 26.8443,25.3395C26.8346,25.3215 26.8296,25.3014 26.8296,25.281C26.8296,25.2606 26.8346,25.2404 26.8443,25.2224C26.854,25.2044 26.8679,25.1891 26.885,25.1778L27.2152,25.0127C27.2564,25.0127 27.2564,24.9714 27.2564,24.9301L27.339,24.5586L27.4628,24.4761ZM27.4628,24.1459C27.3574,24.1514 27.2566,24.1903 27.1749,24.2572C27.0932,24.324 27.035,24.4152 27.0088,24.5174V24.765L26.7611,24.8889C26.6765,24.9254 26.6085,24.9922 26.5704,25.0761C26.5323,25.16 26.5267,25.2551 26.5547,25.3429C26.5637,25.4274 26.6014,25.5063 26.6615,25.5664C26.7216,25.6265 26.8004,25.6641 26.885,25.6731L27.1326,25.7557L27.2564,26.0033C27.3033,26.0686 27.3654,26.1216 27.4373,26.1575C27.5092,26.1935 27.5888,26.2114 27.6692,26.2097C27.7658,26.2117 27.86,26.1797 27.9354,26.1193C28.0108,26.059 28.0627,25.9741 28.082,25.8795V25.6318L28.3296,25.508C28.4089,25.4652 28.4719,25.3977 28.5092,25.3157C28.5464,25.2337 28.5559,25.1418 28.536,25.054C28.5366,24.9622 28.5032,24.8735 28.4422,24.8049C28.3812,24.7363 28.297,24.6927 28.2058,24.6825H27.9581L27.8343,24.4348C27.7938,24.3693 27.7397,24.3132 27.6756,24.2705C27.6115,24.2278 27.5389,24.1993 27.4628,24.1872V24.1459Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M44.015,16.4271C44.015,16.1991 43.8302,16.0143 43.6022,16.0143C43.3743,16.0143 43.1895,16.1991 43.1895,16.4271V16.8439C43.1895,17.0719 43.3743,17.2567 43.6022,17.2567C43.8302,17.2567 44.015,17.0719 44.015,16.8439V16.4271Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M44.015,19.7292C44.015,19.5012 43.8302,19.3164 43.6022,19.3164C43.3743,19.3164 43.1895,19.5012 43.1895,19.7292V20.1461C43.1895,20.374 43.3743,20.5588 43.6022,20.5588C43.8302,20.5588 44.015,20.374 44.015,20.1461V19.7292Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M45.5008,18.7386C45.7288,18.7386 45.9136,18.5538 45.9136,18.3259C45.9136,18.0979 45.7288,17.9131 45.5008,17.9131H45.0839C44.8559,17.9131 44.6711,18.0979 44.6711,18.3259C44.6711,18.5538 44.8559,18.7386 45.0839,18.7386H45.5008Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M42.1575,18.6974C42.3855,18.6974 42.5703,18.5126 42.5703,18.2846C42.5703,18.0566 42.3855,17.8718 42.1575,17.8718H41.7406C41.5127,17.8718 41.3279,18.0566 41.3279,18.2846C41.3279,18.5126 41.5127,18.6974 41.7406,18.6974H42.1575Z" />
<path android:fillColor="#ffffefc9" android:pathData="M2.6554,8.7908L2.0363,10.1116C2.0032,10.181 1.9924,10.2588 2.0054,10.3346C2.0183,10.4103 2.0545,10.4801 2.1088,10.5344C2.1631,10.5887 2.233,10.6249 2.3087,10.6379C2.3844,10.6509 2.4623,10.6401 2.5316,10.607L3.8524,9.9465C3.8982,9.9272 3.9473,9.9173 3.9969,9.9173C4.0465,9.9173 4.0957,9.9272 4.1414,9.9465L5.4623,10.607C5.5295,10.6278 5.6013,10.6292 5.6693,10.6108C5.7373,10.5924 5.7987,10.5551 5.8463,10.5032C5.8938,10.4513 5.9257,10.3869 5.9381,10.3176C5.9505,10.2483 5.9429,10.1768 5.9163,10.1116L5.2971,8.7908C5.2778,8.7451 5.2679,8.6959 5.2679,8.6463C5.2679,8.5967 5.2778,8.5476 5.2971,8.5018L5.9163,7.181C5.955,7.1177 5.9713,7.0433 5.9626,6.9697C5.9538,6.896 5.9206,6.8275 5.8682,6.7751C5.8157,6.7226 5.7472,6.6894 5.6735,6.6806C5.5999,6.6719 5.5255,6.6882 5.4623,6.7269L4.1414,7.3461C4.0957,7.3654 4.0465,7.3753 3.9969,7.3753C3.9473,7.3753 3.8982,7.3654 3.8524,7.3461L2.5316,6.7269C2.4664,6.7003 2.395,6.6927 2.3256,6.7051C2.2563,6.7175 2.1919,6.7494 2.14,6.797C2.0881,6.8446 2.0508,6.9059 2.0324,6.9739C2.0141,7.0419 2.0154,7.1137 2.0363,7.181L2.6554,8.5018C2.6932,8.5404 2.7144,8.5923 2.7144,8.6463C2.7144,8.7003 2.6932,8.7522 2.6554,8.7908Z" />
! <path android:fillColor="#ffffffff" android:pathData="M5.0083,33.1029C5.0083,32.9205 4.8697,32.7727 4.6987,32.7727C4.5278,32.7727 4.3892,32.9205 4.3892,33.1029V33.396C4.3892,33.5784 4.5278,33.7262 4.6987,33.7262C4.8697,33.7262 5.0083,33.5784 5.0083,33.396V33.1029Z" />
! <path android:fillColor="#ffffffff" android:pathData="M5.0083,35.6621C5.0083,35.4798 4.8697,35.3319 4.6987,35.3319C4.5278,35.3319 4.3892,35.4798 4.3892,35.6621V35.9552C4.3892,36.1376 4.5278,36.2854 4.6987,36.2854C4.8697,36.2854 5.0083,36.1376 5.0083,35.9552V35.6621Z" />
! <path android:fillColor="#ffffffff" android:pathData="M6.1229,34.8366C6.3053,34.8366 6.4531,34.698 6.4531,34.527C6.4531,34.356 6.3053,34.2174 6.1229,34.2174H5.8298C5.6475,34.2174 5.4996,34.356 5.4996,34.527C5.4996,34.698 5.6475,34.8366 5.8298,34.8366H6.1229Z" />
! <path android:fillColor="#ffffffff" android:pathData="M3.5633,34.8366C3.7457,34.8366 3.8935,34.698 3.8935,34.527C3.8935,34.356 3.7457,34.2174 3.5633,34.2174H3.2703C3.0879,34.2174 2.9401,34.356 2.9401,34.527C2.9401,34.698 3.0879,34.8366 3.2703,34.8366H3.5633Z" />
! <path android:fillColor="#ffffffff" android:pathData="M18.5473,33.722C18.1384,34.3491 17.5021,34.7931 16.7724,34.9603C16.5446,35.0264 16.3075,35.0543 16.0707,35.0429C15.4562,35.0285 14.8629,34.8157 14.3793,34.4363C13.8957,34.0568 13.5479,33.5312 13.3877,32.9377C13.3535,32.789 13.3396,32.6362 13.3464,32.4837H13.3051C13.2096,32.4749 13.1172,32.4453 13.0343,32.3972C12.9514,32.349 12.8799,32.2834 12.8249,32.2048C12.7699,32.1263 12.7327,32.0367 12.7158,31.9423C12.699,31.8479 12.7029,31.7509 12.7273,31.6582C12.7273,31.6169 12.7685,31.5343 12.7685,31.4931L12.3145,31.4105C12.1307,31.3539 11.971,31.2377 11.8604,31.0803C11.7998,31.0065 11.7571,30.9196 11.7356,30.8265C11.7141,30.7334 11.7145,30.6366 11.7366,30.5437C11.7747,30.3764 11.8695,30.2274 12.0049,30.1221C12.1404,30.0168 12.3081,29.9615 12.4796,29.9658H12.7273L13.3464,30.0896H13.429V29.7594C13.4771,29.5705 13.5905,29.4047 13.7491,29.2913C13.9078,29.178 14.1014,29.1245 14.2958,29.1403H14.4196L16.7724,29.5943C17.2686,29.7242 17.7213,29.9838 18.0841,30.3465C18.4468,30.7092 18.7064,31.1619 18.8362,31.6582C18.933,32.0035 18.9573,32.3651 18.9075,32.7203C18.8578,33.0755 18.7352,33.4165 18.5473,33.722Z" />
! <path android:fillColor="#ffffffff" android:pathData="M16.6482,34.5063H16.0704C15.572,34.4978 15.0897,34.3284 14.6955,34.0234C14.3012,33.7185 14.0161,33.2942 13.8827,32.814C13.8079,32.5735 13.7937,32.3183 13.8414,32.071L13.3874,31.9884C13.329,31.9649 13.2786,31.9252 13.242,31.8741C13.2055,31.8229 13.1843,31.7623 13.181,31.6995C13.2034,31.6521 13.2383,31.6117 13.2819,31.5826C13.3256,31.5535 13.3763,31.5368 13.4287,31.5344H13.4699L14.1304,31.6582H14.1716C14.2542,31.6582 14.378,31.6169 14.378,31.4931C14.3939,31.4663 14.4019,31.4357 14.401,31.4046C14.4002,31.3735 14.3906,31.3432 14.3734,31.3173C14.3561,31.2915 14.3319,31.271 14.3035,31.2583C14.2751,31.2455 14.2437,31.2411 14.2129,31.2454L13.181,31.0391C13.1226,31.0156 13.0722,30.9759 13.0357,30.9247C12.9991,30.8735 12.9779,30.8129 12.9746,30.7501C12.9795,30.7228 12.9899,30.6967 13.0051,30.6734C13.0204,30.6502 13.0401,30.6302 13.0633,30.6148C13.0864,30.5994 13.1124,30.5888 13.1397,30.5837C13.1671,30.5786 13.1951,30.579 13.2223,30.585H13.2635L14.7082,30.874H14.7495C14.8019,30.8715 14.8526,30.8548 14.8962,30.8257C14.9399,30.7967 14.9748,30.7562 14.9972,30.7088C14.9939,30.646 14.9727,30.5855 14.9361,30.5343C14.8996,30.4831 14.8491,30.4434 14.7908,30.4199L14.2129,30.2961C14.1652,30.2917 14.119,30.2769 14.0775,30.2528C14.036,30.2287 14.0003,30.1959 13.9728,30.1566C13.9453,30.1174 13.9267,30.0726 13.9183,30.0254C13.9098,29.9782 13.9118,29.9297 13.924,29.8833C13.9282,29.8408 13.9418,29.7998 13.9638,29.7632C13.9858,29.7266 14.0157,29.6954 14.0512,29.6717C14.0867,29.648 14.1271,29.6325 14.1693,29.6263C14.2115,29.62 14.2546,29.6232 14.2955,29.6356H14.3367L16.6482,30.0897C17.0616,30.1921 17.4402,30.4029 17.7449,30.7004C18.0497,30.9979 18.2695,31.3713 18.3819,31.782C18.4487,32.0748 18.4568,32.378 18.4057,32.674C18.3545,32.9699 18.2451,33.2528 18.0839,33.5062C17.9226,33.7595 17.7127,33.9784 17.4663,34.1501C17.2199,34.3218 16.9418,34.4429 16.6482,34.5063Z" />
<path android:fillColor="#ff4a6fe6" android:pathData="M12.5204,30.8741C12.5804,30.8873 12.6433,30.8778 12.6967,30.8473C12.7501,30.8168 12.7902,30.7674 12.8093,30.709C12.8101,30.6498 12.7898,30.5924 12.7519,30.5469C12.7141,30.5015 12.6612,30.4711 12.6029,30.4613H12.4791C12.3553,30.4613 12.2314,30.5438 12.2314,30.6264C12.2181,30.6865 12.2277,30.7493 12.2582,30.8027C12.2887,30.8561 12.338,30.8963 12.3965,30.9153L12.5204,30.8741ZM16.648,34.5064C16.9416,34.443 17.2197,34.3219 17.4661,34.1502C17.7125,33.9785 17.9224,33.7597 18.0837,33.5063C18.2449,33.2529 18.3543,32.97 18.4055,32.6741C18.4566,32.3781 18.4485,32.075 18.3817,31.7822C18.2693,31.3714 18.0495,30.998 17.7447,30.7005C17.44,30.403 17.0614,30.1922 16.648,30.0898L14.3365,29.6358C14.2932,29.6276 14.2486,29.6281 14.2055,29.6372C14.1623,29.6463 14.1213,29.6638 14.0849,29.6887C14.0485,29.7136 14.0173,29.7455 13.9932,29.7824C13.9691,29.8194 13.9525,29.8607 13.9444,29.9041C13.9363,29.9474 13.9368,29.992 13.9459,30.0351C13.9549,30.0783 13.9724,30.1193 13.9973,30.1557C14.0223,30.1921 14.0541,30.2233 14.0911,30.2474C14.128,30.2715 14.1693,30.2881 14.2127,30.2962L14.7906,30.42C14.8489,30.4435 14.8994,30.4832 14.9359,30.5344C14.9725,30.5856 14.9937,30.6461 14.997,30.709C14.9717,30.7629 14.9304,30.8077 14.8787,30.8373C14.8269,30.8668 14.7673,30.8797 14.708,30.8741L13.2633,30.5851C13.2033,30.5718 13.1404,30.5814 13.087,30.6119C13.0336,30.6424 12.9935,30.6917 12.9744,30.7502C12.9777,30.8131 12.9989,30.8736 13.0355,30.9248C13.072,30.976 13.1224,31.0157 13.1808,31.0392L14.2127,31.2456C14.2674,31.2565 14.3156,31.2887 14.3466,31.3352C14.3775,31.3816 14.3888,31.4385 14.3778,31.4932C14.3669,31.548 14.3346,31.5961 14.2882,31.6271C14.2417,31.658 14.1849,31.6693 14.1302,31.6583L13.4697,31.5345C13.4104,31.5289 13.3508,31.5417 13.2991,31.5713C13.2474,31.6008 13.2061,31.6457 13.1808,31.6996C13.1841,31.7624 13.2053,31.823 13.2418,31.8742C13.2784,31.9254 13.3288,31.965 13.3872,31.9885L13.8412,32.0711C13.7935,32.3184 13.8077,32.5736 13.8825,32.8141C14.0385,33.397 14.4125,33.8977 14.9272,34.2127C15.4419,34.5276 16.058,34.6328 16.648,34.5064ZM14.8319,32.5664C14.7956,32.401 14.7925,32.2301 14.8228,32.0635C14.853,31.8969 14.9161,31.7379 15.0082,31.5959C15.1003,31.4538 15.2198,31.3315 15.3596,31.2359C15.4993,31.1403 15.6567,31.0735 15.8225,31.0392C15.9879,30.9962 16.1602,30.9867 16.3293,31.0114C16.4984,31.0361 16.6609,31.0944 16.8071,31.1829C16.9533,31.2714 17.0803,31.3883 17.1806,31.5266C17.2809,31.665 17.3524,31.8221 17.391,31.9885C17.434,32.1539 17.4435,32.3263 17.4188,32.4954C17.3941,32.6645 17.3358,32.8269 17.2473,32.9731C17.1588,33.1193 17.0419,33.2463 16.9036,33.3466C16.7652,33.4469 16.6081,33.5185 16.4417,33.5571C16.0973,33.6323 15.7372,33.5711 15.437,33.3864C15.1368,33.2017 14.9199,32.9077 14.8319,32.5664Z" android:fillType="evenOdd" />
<path android:fillColor="#ffaec7ff" android:pathData="M16.6894,31.617L15.9052,31.4519H15.7813L15.286,32.0298C15.2711,32.0465 15.2597,32.0662 15.2526,32.0874C15.2455,32.1087 15.2428,32.1312 15.2447,32.1536L15.4924,32.8966H15.5749L16.3592,33.0617C16.4005,33.0617 16.4418,33.0617 16.4418,33.0204L16.9784,32.4425C16.9933,32.4258 17.0047,32.4062 17.0118,32.3849C17.0189,32.3636 17.0215,32.3411 17.0196,32.3187L16.7307,31.5757L16.6894,31.617Z" />
<path android:fillColor="#ffe74fd5" android:pathData="M30.7646,23.9807C30.7646,24.0792 30.8038,24.1737 30.8735,24.2434C30.9431,24.3131 31.0376,24.3522 31.1361,24.3522C31.1883,24.358 31.2411,24.3528 31.291,24.3367C31.341,24.3207 31.3869,24.2942 31.4259,24.2591C31.4649,24.224 31.4961,24.1811 31.5172,24.1331C31.5384,24.0851 31.5492,24.0332 31.5489,23.9807H30.7646Z" />
--- 60,80 ----
<path android:fillColor="#ffffaafc" android:pathData="M25.688,24.1459L25.8531,25.3429L26.8025,26.0859L27.5867,25.5906L25.688,24.1459Z" />
<path android:fillColor="#ffe74fd5" android:pathData="M25.3165,27.9846L24.5322,28.4387L26.431,29.8834L26.3071,28.6863L25.3165,27.9846Z" />
<path android:fillColor="#ffffcdf9" android:pathData="M25.1099,26.2923L25.3162,27.9846L26.3069,28.6863L27.0086,27.737L26.8022,26.0859L25.8528,25.3429L25.1099,26.2923Z" />
! <path android:fillColor="@color/white" android:pathData="M26.8026,26.0859L25.3579,27.9846H25.3167L25.2754,27.5306L26.5137,25.8795L26.8026,26.0859Z" />
! <path android:fillColor="@color/white" android:pathData="M26.885,26.7051L26.9263,27.1591L25.9769,28.4387L25.688,28.2323L26.885,26.7051Z" />
! <path android:fillColor="@color/white" android:pathData="M27.339,25.508L27.5454,25.8382C27.5867,25.9208 27.6692,25.9208 27.7105,25.797L27.7931,25.4255C27.7931,25.4145 27.7974,25.404 27.8051,25.3963C27.8129,25.3885 27.8234,25.3842 27.8343,25.3842L28.1646,25.1778C28.1864,25.1778 28.2074,25.1691 28.2229,25.1536C28.2384,25.1382 28.2471,25.1172 28.2471,25.0953C28.2471,25.0734 28.2384,25.0524 28.2229,25.0369C28.2074,25.0214 28.1864,25.0127 28.1646,25.0127L27.7931,24.9302H27.7105L27.5454,24.5999C27.5341,24.5829 27.5188,24.5689 27.5008,24.5593C27.4828,24.5496 27.4626,24.5446 27.4422,24.5446C27.4218,24.5446 27.4017,24.5496 27.3837,24.5593C27.3656,24.5689 27.3503,24.5829 27.339,24.5999L27.2565,24.9714C27.2565,25.0127 27.2565,25.054 27.2152,25.054L26.885,25.2191C26.8679,25.2304 26.854,25.2457 26.8443,25.2637C26.8346,25.2817 26.8296,25.3018 26.8296,25.3223C26.8296,25.3427 26.8346,25.3628 26.8443,25.3808C26.854,25.3988 26.8679,25.4142 26.885,25.4255H27.2977C27.2977,25.4668 27.339,25.4668 27.339,25.508Z" />
<path android:fillColor="#ffffc0ff" android:pathData="M27.4628,24.4761L27.5454,24.5586L27.7105,24.8889H27.793L28.1645,24.9714C28.1864,24.9714 28.2074,24.9801 28.2229,24.9956C28.2384,25.0111 28.2471,25.0321 28.2471,25.054C28.2471,25.0759 28.2384,25.0969 28.2229,25.1123C28.2074,25.1278 28.1864,25.1365 28.1645,25.1365L27.8343,25.3429C27.8234,25.3429 27.8129,25.3472 27.8051,25.355C27.7974,25.3627 27.793,25.3732 27.793,25.3842L27.7105,25.7557C27.7105,25.8382 27.6692,25.8382 27.6279,25.8382C27.5867,25.8382 27.5454,25.8382 27.5454,25.7969L27.339,25.4667C27.339,25.4255 27.2977,25.4255 27.2977,25.3842H26.885C26.8679,25.3729 26.854,25.3575 26.8443,25.3395C26.8346,25.3215 26.8296,25.3014 26.8296,25.281C26.8296,25.2606 26.8346,25.2404 26.8443,25.2224C26.854,25.2044 26.8679,25.1891 26.885,25.1778L27.2152,25.0127C27.2564,25.0127 27.2564,24.9714 27.2564,24.9301L27.339,24.5586L27.4628,24.4761ZM27.4628,24.1459C27.3574,24.1514 27.2566,24.1903 27.1749,24.2572C27.0932,24.324 27.035,24.4152 27.0088,24.5174V24.765L26.7611,24.8889C26.6765,24.9254 26.6085,24.9922 26.5704,25.0761C26.5323,25.16 26.5267,25.2551 26.5547,25.3429C26.5637,25.4274 26.6014,25.5063 26.6615,25.5664C26.7216,25.6265 26.8004,25.6641 26.885,25.6731L27.1326,25.7557L27.2564,26.0033C27.3033,26.0686 27.3654,26.1216 27.4373,26.1575C27.5092,26.1935 27.5888,26.2114 27.6692,26.2097C27.7658,26.2117 27.86,26.1797 27.9354,26.1193C28.0108,26.059 28.0627,25.9741 28.082,25.8795V25.6318L28.3296,25.508C28.4089,25.4652 28.4719,25.3977 28.5092,25.3157C28.5464,25.2337 28.5559,25.1418 28.536,25.054C28.5366,24.9622 28.5032,24.8735 28.4422,24.8049C28.3812,24.7363 28.297,24.6927 28.2058,24.6825H27.9581L27.8343,24.4348C27.7938,24.3693 27.7397,24.3132 27.6756,24.2705C27.6115,24.2278 27.5389,24.1993 27.4628,24.1872V24.1459Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M44.015,16.4271C44.015,16.1991 43.8302,16.0143 43.6022,16.0143C43.3743,16.0143 43.1895,16.1991 43.1895,16.4271V16.8439C43.1895,17.0719 43.3743,17.2567 43.6022,17.2567C43.8302,17.2567 44.015,17.0719 44.015,16.8439V16.4271Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M44.015,19.7292C44.015,19.5012 43.8302,19.3164 43.6022,19.3164C43.3743,19.3164 43.1895,19.5012 43.1895,19.7292V20.1461C43.1895,20.374 43.3743,20.5588 43.6022,20.5588C43.8302,20.5588 44.015,20.374 44.015,20.1461V19.7292Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M45.5008,18.7386C45.7288,18.7386 45.9136,18.5538 45.9136,18.3259C45.9136,18.0979 45.7288,17.9131 45.5008,17.9131H45.0839C44.8559,17.9131 44.6711,18.0979 44.6711,18.3259C44.6711,18.5538 44.8559,18.7386 45.0839,18.7386H45.5008Z" />
<path android:fillColor="#ff4a76e6" android:pathData="M42.1575,18.6974C42.3855,18.6974 42.5703,18.5126 42.5703,18.2846C42.5703,18.0566 42.3855,17.8718 42.1575,17.8718H41.7406C41.5127,17.8718 41.3279,18.0566 41.3279,18.2846C41.3279,18.5126 41.5127,18.6974 41.7406,18.6974H42.1575Z" />
<path android:fillColor="#ffffefc9" android:pathData="M2.6554,8.7908L2.0363,10.1116C2.0032,10.181 1.9924,10.2588 2.0054,10.3346C2.0183,10.4103 2.0545,10.4801 2.1088,10.5344C2.1631,10.5887 2.233,10.6249 2.3087,10.6379C2.3844,10.6509 2.4623,10.6401 2.5316,10.607L3.8524,9.9465C3.8982,9.9272 3.9473,9.9173 3.9969,9.9173C4.0465,9.9173 4.0957,9.9272 4.1414,9.9465L5.4623,10.607C5.5295,10.6278 5.6013,10.6292 5.6693,10.6108C5.7373,10.5924 5.7987,10.5551 5.8463,10.5032C5.8938,10.4513 5.9257,10.3869 5.9381,10.3176C5.9505,10.2483 5.9429,10.1768 5.9163,10.1116L5.2971,8.7908C5.2778,8.7451 5.2679,8.6959 5.2679,8.6463C5.2679,8.5967 5.2778,8.5476 5.2971,8.5018L5.9163,7.181C5.955,7.1177 5.9713,7.0433 5.9626,6.9697C5.9538,6.896 5.9206,6.8275 5.8682,6.7751C5.8157,6.7226 5.7472,6.6894 5.6735,6.6806C5.5999,6.6719 5.5255,6.6882 5.4623,6.7269L4.1414,7.3461C4.0957,7.3654 4.0465,7.3753 3.9969,7.3753C3.9473,7.3753 3.8982,7.3654 3.8524,7.3461L2.5316,6.7269C2.4664,6.7003 2.395,6.6927 2.3256,6.7051C2.2563,6.7175 2.1919,6.7494 2.14,6.797C2.0881,6.8446 2.0508,6.9059 2.0324,6.9739C2.0141,7.0419 2.0154,7.1137 2.0363,7.181L2.6554,8.5018C2.6932,8.5404 2.7144,8.5923 2.7144,8.6463C2.7144,8.7003 2.6932,8.7522 2.6554,8.7908Z" />
! <path android:fillColor="@color/white" android:pathData="M5.0083,33.1029C5.0083,32.9205 4.8697,32.7727 4.6987,32.7727C4.5278,32.7727 4.3892,32.9205 4.3892,33.1029V33.396C4.3892,33.5784 4.5278,33.7262 4.6987,33.7262C4.8697,33.7262 5.0083,33.5784 5.0083,33.396V33.1029Z" />
! <path android:fillColor="@color/white" android:pathData="M5.0083,35.6621C5.0083,35.4798 4.8697,35.3319 4.6987,35.3319C4.5278,35.3319 4.3892,35.4798 4.3892,35.6621V35.9552C4.3892,36.1376 4.5278,36.2854 4.6987,36.2854C4.8697,36.2854 5.0083,36.1376 5.0083,35.9552V35.6621Z" />
! <path android:fillColor="@color/white" android:pathData="M6.1229,34.8366C6.3053,34.8366 6.4531,34.698 6.4531,34.527C6.4531,34.356 6.3053,34.2174 6.1229,34.2174H5.8298C5.6475,34.2174 5.4996,34.356 5.4996,34.527C5.4996,34.698 5.6475,34.8366 5.8298,34.8366H6.1229Z" />
! <path android:fillColor="@color/white" android:pathData="M3.5633,34.8366C3.7457,34.8366 3.8935,34.698 3.8935,34.527C3.8935,34.356 3.7457,34.2174 3.5633,34.2174H3.2703C3.0879,34.2174 2.9401,34.356 2.9401,34.527C2.9401,34.698 3.0879,34.8366 3.2703,34.8366H3.5633Z" />
! <path android:fillColor="@color/white" android:pathData="M18.5473,33.722C18.1384,34.3491 17.5021,34.7931 16.7724,34.9603C16.5446,35.0264 16.3075,35.0543 16.0707,35.0429C15.4562,35.0285 14.8629,34.8157 14.3793,34.4363C13.8957,34.0568 13.5479,33.5312 13.3877,32.9377C13.3535,32.789 13.3396,32.6362 13.3464,32.4837H13.3051C13.2096,32.4749 13.1172,32.4453 13.0343,32.3972C12.9514,32.349 12.8799,32.2834 12.8249,32.2048C12.7699,32.1263 12.7327,32.0367 12.7158,31.9423C12.699,31.8479 12.7029,31.7509 12.7273,31.6582C12.7273,31.6169 12.7685,31.5343 12.7685,31.4931L12.3145,31.4105C12.1307,31.3539 11.971,31.2377 11.8604,31.0803C11.7998,31.0065 11.7571,30.9196 11.7356,30.8265C11.7141,30.7334 11.7145,30.6366 11.7366,30.5437C11.7747,30.3764 11.8695,30.2274 12.0049,30.1221C12.1404,30.0168 12.3081,29.9615 12.4796,29.9658H12.7273L13.3464,30.0896H13.429V29.7594C13.4771,29.5705 13.5905,29.4047 13.7491,29.2913C13.9078,29.178 14.1014,29.1245 14.2958,29.1403H14.4196L16.7724,29.5943C17.2686,29.7242 17.7213,29.9838 18.0841,30.3465C18.4468,30.7092 18.7064,31.1619 18.8362,31.6582C18.933,32.0035 18.9573,32.3651 18.9075,32.7203C18.8578,33.0755 18.7352,33.4165 18.5473,33.722Z" />
! <path android:fillColor="@color/white" android:pathData="M16.6482,34.5063H16.0704C15.572,34.4978 15.0897,34.3284 14.6955,34.0234C14.3012,33.7185 14.0161,33.2942 13.8827,32.814C13.8079,32.5735 13.7937,32.3183 13.8414,32.071L13.3874,31.9884C13.329,31.9649 13.2786,31.9252 13.242,31.8741C13.2055,31.8229 13.1843,31.7623 13.181,31.6995C13.2034,31.6521 13.2383,31.6117 13.2819,31.5826C13.3256,31.5535 13.3763,31.5368 13.4287,31.5344H13.4699L14.1304,31.6582H14.1716C14.2542,31.6582 14.378,31.6169 14.378,31.4931C14.3939,31.4663 14.4019,31.4357 14.401,31.4046C14.4002,31.3735 14.3906,31.3432 14.3734,31.3173C14.3561,31.2915 14.3319,31.271 14.3035,31.2583C14.2751,31.2455 14.2437,31.2411 14.2129,31.2454L13.181,31.0391C13.1226,31.0156 13.0722,30.9759 13.0357,30.9247C12.9991,30.8735 12.9779,30.8129 12.9746,30.7501C12.9795,30.7228 12.9899,30.6967 13.0051,30.6734C13.0204,30.6502 13.0401,30.6302 13.0633,30.6148C13.0864,30.5994 13.1124,30.5888 13.1397,30.5837C13.1671,30.5786 13.1951,30.579 13.2223,30.585H13.2635L14.7082,30.874H14.7495C14.8019,30.8715 14.8526,30.8548 14.8962,30.8257C14.9399,30.7967 14.9748,30.7562 14.9972,30.7088C14.9939,30.646 14.9727,30.5855 14.9361,30.5343C14.8996,30.4831 14.8491,30.4434 14.7908,30.4199L14.2129,30.2961C14.1652,30.2917 14.119,30.2769 14.0775,30.2528C14.036,30.2287 14.0003,30.1959 13.9728,30.1566C13.9453,30.1174 13.9267,30.0726 13.9183,30.0254C13.9098,29.9782 13.9118,29.9297 13.924,29.8833C13.9282,29.8408 13.9418,29.7998 13.9638,29.7632C13.9858,29.7266 14.0157,29.6954 14.0512,29.6717C14.0867,29.648 14.1271,29.6325 14.1693,29.6263C14.2115,29.62 14.2546,29.6232 14.2955,29.6356H14.3367L16.6482,30.0897C17.0616,30.1921 17.4402,30.4029 17.7449,30.7004C18.0497,30.9979 18.2695,31.3713 18.3819,31.782C18.4487,32.0748 18.4568,32.378 18.4057,32.674C18.3545,32.9699 18.2451,33.2528 18.0839,33.5062C17.9226,33.7595 17.7127,33.9784 17.4663,34.1501C17.2199,34.3218 16.9418,34.4429 16.6482,34.5063Z" />
<path android:fillColor="#ff4a6fe6" android:pathData="M12.5204,30.8741C12.5804,30.8873 12.6433,30.8778 12.6967,30.8473C12.7501,30.8168 12.7902,30.7674 12.8093,30.709C12.8101,30.6498 12.7898,30.5924 12.7519,30.5469C12.7141,30.5015 12.6612,30.4711 12.6029,30.4613H12.4791C12.3553,30.4613 12.2314,30.5438 12.2314,30.6264C12.2181,30.6865 12.2277,30.7493 12.2582,30.8027C12.2887,30.8561 12.338,30.8963 12.3965,30.9153L12.5204,30.8741ZM16.648,34.5064C16.9416,34.443 17.2197,34.3219 17.4661,34.1502C17.7125,33.9785 17.9224,33.7597 18.0837,33.5063C18.2449,33.2529 18.3543,32.97 18.4055,32.6741C18.4566,32.3781 18.4485,32.075 18.3817,31.7822C18.2693,31.3714 18.0495,30.998 17.7447,30.7005C17.44,30.403 17.0614,30.1922 16.648,30.0898L14.3365,29.6358C14.2932,29.6276 14.2486,29.6281 14.2055,29.6372C14.1623,29.6463 14.1213,29.6638 14.0849,29.6887C14.0485,29.7136 14.0173,29.7455 13.9932,29.7824C13.9691,29.8194 13.9525,29.8607 13.9444,29.9041C13.9363,29.9474 13.9368,29.992 13.9459,30.0351C13.9549,30.0783 13.9724,30.1193 13.9973,30.1557C14.0223,30.1921 14.0541,30.2233 14.0911,30.2474C14.128,30.2715 14.1693,30.2881 14.2127,30.2962L14.7906,30.42C14.8489,30.4435 14.8994,30.4832 14.9359,30.5344C14.9725,30.5856 14.9937,30.6461 14.997,30.709C14.9717,30.7629 14.9304,30.8077 14.8787,30.8373C14.8269,30.8668 14.7673,30.8797 14.708,30.8741L13.2633,30.5851C13.2033,30.5718 13.1404,30.5814 13.087,30.6119C13.0336,30.6424 12.9935,30.6917 12.9744,30.7502C12.9777,30.8131 12.9989,30.8736 13.0355,30.9248C13.072,30.976 13.1224,31.0157 13.1808,31.0392L14.2127,31.2456C14.2674,31.2565 14.3156,31.2887 14.3466,31.3352C14.3775,31.3816 14.3888,31.4385 14.3778,31.4932C14.3669,31.548 14.3346,31.5961 14.2882,31.6271C14.2417,31.658 14.1849,31.6693 14.1302,31.6583L13.4697,31.5345C13.4104,31.5289 13.3508,31.5417 13.2991,31.5713C13.2474,31.6008 13.2061,31.6457 13.1808,31.6996C13.1841,31.7624 13.2053,31.823 13.2418,31.8742C13.2784,31.9254 13.3288,31.965 13.3872,31.9885L13.8412,32.0711C13.7935,32.3184 13.8077,32.5736 13.8825,32.8141C14.0385,33.397 14.4125,33.8977 14.9272,34.2127C15.4419,34.5276 16.058,34.6328 16.648,34.5064ZM14.8319,32.5664C14.7956,32.401 14.7925,32.2301 14.8228,32.0635C14.853,31.8969 14.9161,31.7379 15.0082,31.5959C15.1003,31.4538 15.2198,31.3315 15.3596,31.2359C15.4993,31.1403 15.6567,31.0735 15.8225,31.0392C15.9879,30.9962 16.1602,30.9867 16.3293,31.0114C16.4984,31.0361 16.6609,31.0944 16.8071,31.1829C16.9533,31.2714 17.0803,31.3883 17.1806,31.5266C17.2809,31.665 17.3524,31.8221 17.391,31.9885C17.434,32.1539 17.4435,32.3263 17.4188,32.4954C17.3941,32.6645 17.3358,32.8269 17.2473,32.9731C17.1588,33.1193 17.0419,33.2463 16.9036,33.3466C16.7652,33.4469 16.6081,33.5185 16.4417,33.5571C16.0973,33.6323 15.7372,33.5711 15.437,33.3864C15.1368,33.2017 14.9199,32.9077 14.8319,32.5664Z" android:fillType="evenOdd" />
<path android:fillColor="#ffaec7ff" android:pathData="M16.6894,31.617L15.9052,31.4519H15.7813L15.286,32.0298C15.2711,32.0465 15.2597,32.0662 15.2526,32.0874C15.2455,32.1087 15.2428,32.1312 15.2447,32.1536L15.4924,32.8966H15.5749L16.3592,33.0617C16.4005,33.0617 16.4418,33.0617 16.4418,33.0204L16.9784,32.4425C16.9933,32.4258 17.0047,32.4062 17.0118,32.3849C17.0189,32.3636 17.0215,32.3411 17.0196,32.3187L16.7307,31.5757L16.6894,31.617Z" />
<path android:fillColor="#ffe74fd5" android:pathData="M30.7646,23.9807C30.7646,24.0792 30.8038,24.1737 30.8735,24.2434C30.9431,24.3131 31.0376,24.3522 31.1361,24.3522C31.1883,24.358 31.2411,24.3528 31.291,24.3367C31.341,24.3207 31.3869,24.2942 31.4259,24.2591C31.4649,24.224 31.4961,24.1811 31.5172,24.1331C31.5384,24.0851 31.5492,24.0332 31.5489,23.9807H30.7646Z" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/drawable_ic_game_icon_placeholder_dark.xml to/res/drawable-anydpi-v24/drawable_ic_game_icon_placeholder_dark.xml
*** from/res/drawable-anydpi-v24/drawable_ic_game_icon_placeholder_dark.xml 2021-01-02 17:58:42.708416198 -0700
--- to/res/drawable-anydpi-v24/drawable_ic_game_icon_placeholder_dark.xml 2021-01-11 15:14:01.251591662 -0700
***************
*** 1,10 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="40.0" android:viewportHeight="40.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M21.2262,30L21.2262,25.8464L17.4708,25.8464L17.4708,30L21.2262,30ZM20.7141,21.3798C24.3841,20.0427 26.4324,18.4211 26.4324,15.2347C26.4324,11.963 24.0711,10 20.3442,10C17.7553,10 15.707,10.825 14,12.0484L14.4836,15.3485C16.1053,14.0967 17.9545,13.1863 19.9744,13.1863C21.6814,13.1863 22.8193,14.0398 22.8193,15.4908C22.8193,17.0839 21.7383,17.9659 19.0071,18.9331L18.1252,19.2745L18.4666,23.798L20.5434,23.3428L20.7141,21.3798Z" android:fillAlpha="0.8" android:fillType="evenOdd" />
! <path android:fillColor="#00000000" android:pathData="M6,1L34,1A5,5 0,0 1,39 6L39,34A5,5 0,0 1,34 39L6,39A5,5 0,0 1,1 34L1,6A5,5 0,0 1,6 1z" android:strokeColor="#ffffffff" android:strokeWidth="2.0" android:strokeAlpha="0.4" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M7,7m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" android:fillAlpha="0.4" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M7,33m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" android:fillAlpha="0.4" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M33,7m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" android:fillAlpha="0.4" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M33,33m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" android:fillAlpha="0.4" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,10 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="40.0" android:viewportHeight="40.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M21.2262,30L21.2262,25.8464L17.4708,25.8464L17.4708,30L21.2262,30ZM20.7141,21.3798C24.3841,20.0427 26.4324,18.4211 26.4324,15.2347C26.4324,11.963 24.0711,10 20.3442,10C17.7553,10 15.707,10.825 14,12.0484L14.4836,15.3485C16.1053,14.0967 17.9545,13.1863 19.9744,13.1863C21.6814,13.1863 22.8193,14.0398 22.8193,15.4908C22.8193,17.0839 21.7383,17.9659 19.0071,18.9331L18.1252,19.2745L18.4666,23.798L20.5434,23.3428L20.7141,21.3798Z" android:fillAlpha="0.8" android:fillType="evenOdd" />
! <path android:fillColor="#00000000" android:pathData="M6,1L34,1A5,5 0,0 1,39 6L39,34A5,5 0,0 1,34 39L6,39A5,5 0,0 1,1 34L1,6A5,5 0,0 1,6 1z" android:strokeColor="@color/white" android:strokeWidth="2.0" android:strokeAlpha="0.4" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M7,7m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" android:fillAlpha="0.4" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M7,33m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" android:fillAlpha="0.4" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M33,7m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" android:fillAlpha="0.4" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M33,33m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" android:fillAlpha="0.4" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/drawable_ic_nitro_classic.xml to/res/drawable-anydpi-v24/drawable_ic_nitro_classic.xml
*** from/res/drawable-anydpi-v24/drawable_ic_nitro_classic.xml 2021-01-02 17:58:42.701416305 -0700
--- to/res/drawable-anydpi-v24/drawable_ic_nitro_classic.xml 2021-01-11 15:14:01.351590165 -0700
***************
*** 2,6 ****
<vector android:height="80.0dip" android:width="80.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="@drawable/$drawable_ic_nitro_classic__0" android:pathData="M5,0L75,0A5,5 0,0 1,80 5L80,75A5,5 0,0 1,75 80L5,80A5,5 0,0 1,0 75L0,5A5,5 0,0 1,5 0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M14.4742,33.3947C14.4742,34.4396 13.5861,35.3101 12.5202,35.3101L11.4543,35.3101C10.3884,35.3101 9.4999,34.4396 9.4999,33.3947C9.4999,32.3499 10.3884,31.4793 11.4543,31.4793L12.5202,31.4793C13.5861,31.4793 14.4742,32.3499 14.4742,33.3947ZM62.6169,32.8723C67.2356,42.4501 62.9721,53.9432 52.8461,58.4707C43.0757,62.8243 31.3509,58.645 26.9095,49.0672C26.0214,47.1518 25.4885,45.0622 25.3107,42.9725L21.4023,42.9725C20.3364,42.9725 19.4483,42.1015 19.4483,41.0567C19.4483,40.0119 20.3364,39.1413 21.4023,39.1413L27.0873,39.1413C28.1532,39.1413 29.0413,38.2708 29.0413,37.2259C29.0413,36.1811 28.1532,35.3101 27.0873,35.3101L18.0273,35.3101C16.9614,35.3101 16.0728,34.4396 16.0728,33.3947C16.0728,32.3499 16.9614,31.4793 18.0273,31.4793L30.6402,31.4793C31.7061,31.4793 32.5942,30.6084 32.5942,29.5635C32.5942,28.5187 31.7061,27.6481 30.6402,27.6481L25.4885,27.6481C23.8897,27.6481 22.4682,26.429 22.4682,24.6879C22.4682,23.1207 23.7119,21.7273 25.4885,21.7273L45.5626,21.7273C52.6687,22.0758 59.4192,26.0809 62.6169,32.8723ZM40.1657,30.9514C34.5485,33.4799 32.0854,39.9934 34.6649,45.4997C37.2443,51.0059 43.8891,53.4203 49.5064,50.8918C55.124,48.3633 57.5867,41.8498 55.0072,36.3436C52.4278,30.8373 45.783,28.4229 40.1657,30.9514ZM49.1156,34.6137L52.6685,40.5346C52.8463,40.8827 52.8463,41.057 52.6685,41.4051L49.1156,47.326C48.9379,47.6741 48.5827,47.6741 48.4049,47.6741L41.4766,47.6741C41.1215,47.6741 40.9437,47.4998 40.7663,47.326L37.2131,41.4051C37.0357,41.057 37.0357,40.8827 37.2131,40.5346L40.7663,34.6137C40.9437,34.2656 41.2993,34.2656 41.4766,34.2656L48.4049,34.2656C48.7605,34.0913 48.9379,34.2656 49.1156,34.6137Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 2,6 ----
<vector android:height="80.0dip" android:width="80.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="@drawable/$drawable_ic_nitro_classic__0" android:pathData="M5,0L75,0A5,5 0,0 1,80 5L80,75A5,5 0,0 1,75 80L5,80A5,5 0,0 1,0 75L0,5A5,5 0,0 1,5 0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M14.4742,33.3947C14.4742,34.4396 13.5861,35.3101 12.5202,35.3101L11.4543,35.3101C10.3884,35.3101 9.4999,34.4396 9.4999,33.3947C9.4999,32.3499 10.3884,31.4793 11.4543,31.4793L12.5202,31.4793C13.5861,31.4793 14.4742,32.3499 14.4742,33.3947ZM62.6169,32.8723C67.2356,42.4501 62.9721,53.9432 52.8461,58.4707C43.0757,62.8243 31.3509,58.645 26.9095,49.0672C26.0214,47.1518 25.4885,45.0622 25.3107,42.9725L21.4023,42.9725C20.3364,42.9725 19.4483,42.1015 19.4483,41.0567C19.4483,40.0119 20.3364,39.1413 21.4023,39.1413L27.0873,39.1413C28.1532,39.1413 29.0413,38.2708 29.0413,37.2259C29.0413,36.1811 28.1532,35.3101 27.0873,35.3101L18.0273,35.3101C16.9614,35.3101 16.0728,34.4396 16.0728,33.3947C16.0728,32.3499 16.9614,31.4793 18.0273,31.4793L30.6402,31.4793C31.7061,31.4793 32.5942,30.6084 32.5942,29.5635C32.5942,28.5187 31.7061,27.6481 30.6402,27.6481L25.4885,27.6481C23.8897,27.6481 22.4682,26.429 22.4682,24.6879C22.4682,23.1207 23.7119,21.7273 25.4885,21.7273L45.5626,21.7273C52.6687,22.0758 59.4192,26.0809 62.6169,32.8723ZM40.1657,30.9514C34.5485,33.4799 32.0854,39.9934 34.6649,45.4997C37.2443,51.0059 43.8891,53.4203 49.5064,50.8918C55.124,48.3633 57.5867,41.8498 55.0072,36.3436C52.4278,30.8373 45.783,28.4229 40.1657,30.9514ZM49.1156,34.6137L52.6685,40.5346C52.8463,40.8827 52.8463,41.057 52.6685,41.4051L49.1156,47.326C48.9379,47.6741 48.5827,47.6741 48.4049,47.6741L41.4766,47.6741C41.1215,47.6741 40.9437,47.4998 40.7663,47.326L37.2131,41.4051C37.0357,41.057 37.0357,40.8827 37.2131,40.5346L40.7663,34.6137C40.9437,34.2656 41.2993,34.2656 41.4766,34.2656L48.4049,34.2656C48.7605,34.0913 48.9379,34.2656 49.1156,34.6137Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/drawable_ic_nitro.xml to/res/drawable-anydpi-v24/drawable_ic_nitro.xml
*** from/res/drawable-anydpi-v24/drawable_ic_nitro.xml 2021-01-02 17:58:42.709416183 -0700
--- to/res/drawable-anydpi-v24/drawable_ic_nitro.xml 2021-01-11 15:14:01.466588443 -0700
***************
*** 2,6 ****
<vector android:height="80.0dip" android:width="80.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="@drawable/$drawable_ic_nitro__0" android:pathData="M5,0L75,0A5,5 0,0 1,80 5L80,75A5,5 0,0 1,75 80L5,80A5,5 0,0 1,0 75L0,5A5,5 0,0 1,5 0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M14.4742,33.3947C14.4742,34.4396 13.5861,35.3101 12.5202,35.3101L11.4543,35.3101C10.3884,35.3101 9.4999,34.4396 9.4999,33.3947C9.4999,32.3499 10.3884,31.4793 11.4543,31.4793L12.5202,31.4793C13.5861,31.4793 14.4742,32.3499 14.4742,33.3947ZM62.6169,32.8723C67.2356,42.4501 62.9721,53.9432 52.8461,58.4707C43.0757,62.8243 31.3509,58.645 26.9095,49.0672C26.0214,47.1518 25.4885,45.0622 25.3107,42.9725L21.4023,42.9725C20.3364,42.9725 19.4483,42.1015 19.4483,41.0567C19.4483,40.0119 20.3364,39.1413 21.4023,39.1413L27.0873,39.1413C28.1532,39.1413 29.0413,38.2708 29.0413,37.2259C29.0413,36.1811 28.1532,35.3101 27.0873,35.3101L18.0273,35.3101C16.9614,35.3101 16.0728,34.4396 16.0728,33.3947C16.0728,32.3499 16.9614,31.4793 18.0273,31.4793L30.6402,31.4793C31.7061,31.4793 32.5942,30.6084 32.5942,29.5635C32.5942,28.5187 31.7061,27.6481 30.6402,27.6481L25.4885,27.6481C23.8897,27.6481 22.4682,26.429 22.4682,24.6879C22.4682,23.1207 23.7119,21.7273 25.4885,21.7273L45.5626,21.7273C52.6687,22.0758 59.4192,26.0809 62.6169,32.8723ZM40.1657,30.9514C34.5485,33.4799 32.0854,39.9934 34.6649,45.4997C37.2443,51.0059 43.8891,53.4203 49.5064,50.8918C55.124,48.3633 57.5867,41.8498 55.0072,36.3436C52.4278,30.8373 45.783,28.4229 40.1657,30.9514ZM49.1156,34.6137L52.6685,40.5346C52.8463,40.8827 52.8463,41.057 52.6685,41.4051L49.1156,47.326C48.9379,47.6741 48.5827,47.6741 48.4049,47.6741L41.4766,47.6741C41.1215,47.6741 40.9437,47.4998 40.7663,47.326L37.2131,41.4051C37.0357,41.057 37.0357,40.8827 37.2131,40.5346L40.7663,34.6137C40.9437,34.2656 41.2993,34.2656 41.4766,34.2656L48.4049,34.2656C48.7605,34.0913 48.9379,34.2656 49.1156,34.6137Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 2,6 ----
<vector android:height="80.0dip" android:width="80.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="@drawable/$drawable_ic_nitro__0" android:pathData="M5,0L75,0A5,5 0,0 1,80 5L80,75A5,5 0,0 1,75 80L5,80A5,5 0,0 1,0 75L0,5A5,5 0,0 1,5 0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M14.4742,33.3947C14.4742,34.4396 13.5861,35.3101 12.5202,35.3101L11.4543,35.3101C10.3884,35.3101 9.4999,34.4396 9.4999,33.3947C9.4999,32.3499 10.3884,31.4793 11.4543,31.4793L12.5202,31.4793C13.5861,31.4793 14.4742,32.3499 14.4742,33.3947ZM62.6169,32.8723C67.2356,42.4501 62.9721,53.9432 52.8461,58.4707C43.0757,62.8243 31.3509,58.645 26.9095,49.0672C26.0214,47.1518 25.4885,45.0622 25.3107,42.9725L21.4023,42.9725C20.3364,42.9725 19.4483,42.1015 19.4483,41.0567C19.4483,40.0119 20.3364,39.1413 21.4023,39.1413L27.0873,39.1413C28.1532,39.1413 29.0413,38.2708 29.0413,37.2259C29.0413,36.1811 28.1532,35.3101 27.0873,35.3101L18.0273,35.3101C16.9614,35.3101 16.0728,34.4396 16.0728,33.3947C16.0728,32.3499 16.9614,31.4793 18.0273,31.4793L30.6402,31.4793C31.7061,31.4793 32.5942,30.6084 32.5942,29.5635C32.5942,28.5187 31.7061,27.6481 30.6402,27.6481L25.4885,27.6481C23.8897,27.6481 22.4682,26.429 22.4682,24.6879C22.4682,23.1207 23.7119,21.7273 25.4885,21.7273L45.5626,21.7273C52.6687,22.0758 59.4192,26.0809 62.6169,32.8723ZM40.1657,30.9514C34.5485,33.4799 32.0854,39.9934 34.6649,45.4997C37.2443,51.0059 43.8891,53.4203 49.5064,50.8918C55.124,48.3633 57.5867,41.8498 55.0072,36.3436C52.4278,30.8373 45.783,28.4229 40.1657,30.9514ZM49.1156,34.6137L52.6685,40.5346C52.8463,40.8827 52.8463,41.057 52.6685,41.4051L49.1156,47.326C48.9379,47.6741 48.5827,47.6741 48.4049,47.6741L41.4766,47.6741C41.1215,47.6741 40.9437,47.4998 40.7663,47.326L37.2131,41.4051C37.0357,41.057 37.0357,40.8827 37.2131,40.5346L40.7663,34.6137C40.9437,34.2656 41.2993,34.2656 41.4766,34.2656L48.4049,34.2656C48.7605,34.0913 48.9379,34.2656 49.1156,34.6137Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_account_facebook.xml to/res/drawable-anydpi-v24/ic_account_facebook.xml
*** from/res/drawable-anydpi-v24/ic_account_facebook.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/ic_account_facebook.xml 2021-01-11 15:14:01.199592441 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M52.7,72.45L52.7,47.65L61,47.65L62.2,38L52.6,38L52.6,31.8C52.6,29 53.4,27.1 57.4,27.1L62.5,27.1L62.5,18.5C60.01,18.24 57.51,18.11 55,18.1C47.6,18.1 42.6,22.6 42.6,30.9L42.6,38L34.3,38L34.3,47.7L42.7,47.7L42.7,72.5L52.7,72.5" android:fillType="nonZero" />
<path android:fillColor="#ff2d3283" android:pathData="M68.9,8.55L12,8.55C11.07,8.54 10.18,8.91 9.52,9.57C8.86,10.23 8.49,11.12 8.5,12.05L8.5,69C8.49,69.93 8.86,70.82 9.52,71.48C10.18,72.14 11.07,72.51 12,72.5L42.7,72.5L42.7,47.65L34.3,47.65L34.3,38L42.6,38L42.6,30.9C42.6,22.6 47.6,18.1 55,18.1C57.51,18.11 60.01,18.24 62.5,18.5L62.5,27.1L57.4,27.1C53.4,27.1 52.6,29 52.6,31.8L52.6,38L62.2,38L61,47.65L52.7,47.65L52.7,72.45L69,72.45C70.92,72.46 72.48,70.92 72.5,69L72.5,12.05C72.5,11.1 72.12,10.2 71.44,9.54C70.76,8.88 69.85,8.52 68.9,8.55L68.9,8.55Z" android:fillType="nonZero" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M52.7,72.45L52.7,47.65L61,47.65L62.2,38L52.6,38L52.6,31.8C52.6,29 53.4,27.1 57.4,27.1L62.5,27.1L62.5,18.5C60.01,18.24 57.51,18.11 55,18.1C47.6,18.1 42.6,22.6 42.6,30.9L42.6,38L34.3,38L34.3,47.7L42.7,47.7L42.7,72.5L52.7,72.5" android:fillType="nonZero" />
<path android:fillColor="#ff2d3283" android:pathData="M68.9,8.55L12,8.55C11.07,8.54 10.18,8.91 9.52,9.57C8.86,10.23 8.49,11.12 8.5,12.05L8.5,69C8.49,69.93 8.86,70.82 9.52,71.48C10.18,72.14 11.07,72.51 12,72.5L42.7,72.5L42.7,47.65L34.3,47.65L34.3,38L42.6,38L42.6,30.9C42.6,22.6 47.6,18.1 55,18.1C57.51,18.11 60.01,18.24 62.5,18.5L62.5,27.1L57.4,27.1C53.4,27.1 52.6,29 52.6,31.8L52.6,38L62.2,38L61,47.65L52.7,47.65L52.7,72.45L69,72.45C70.92,72.46 72.48,70.92 72.5,69L72.5,12.05C72.5,11.1 72.12,10.2 71.44,9.54C70.76,8.88 69.85,8.52 68.9,8.55L68.9,8.55Z" android:fillType="nonZero" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_account_github.xml to/res/drawable-anydpi-v24/ic_account_github.xml
*** from/res/drawable-anydpi-v24/ic_account_github.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/ic_account_github.xml 2021-01-11 15:14:01.455588608 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="255.0" android:viewportHeight="255.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M127.5,127.5m-96.5,0a96.5,96.5 0,1 1,193 0a96.5,96.5 0,1 1,-193 0" />
<path android:fillColor="#ff191717" android:pathData="M127.254,47C82.942,47 47,82.79 47,126.914C47,162.213 70.141,192.119 101.651,202.905C105.59,203.396 107.067,200.944 107.067,198.983C107.067,197.022 107.067,192.119 107.067,185.256C84.911,190.158 79.988,174.47 79.988,174.47C76.541,165.155 71.125,162.703 71.125,162.703C63.74,157.801 71.618,157.801 71.618,157.801C79.495,158.291 83.927,166.135 83.927,166.135C91.312,178.392 102.636,174.96 107.067,172.999C107.56,167.606 110.021,164.174 111.991,162.213C94.266,160.252 75.557,153.388 75.557,122.501C75.557,113.676 78.511,106.813 83.927,100.93C83.434,99.459 80.48,91.124 84.911,80.338C84.911,80.338 91.804,78.377 107.067,88.673C113.468,86.712 120.361,86.221 127.254,86.221C134.147,86.221 141.04,87.202 147.44,88.673C162.703,78.377 169.596,80.338 169.596,80.338C174.028,91.124 171.073,99.459 170.581,101.42C175.505,106.813 178.951,114.167 178.951,122.992C178.951,153.878 160.242,160.252 142.517,162.213C145.471,164.664 147.933,169.567 147.933,176.921C147.933,187.707 147.933,196.042 147.933,198.983C147.933,200.944 149.41,203.396 153.349,202.905C185.352,192.119 208,162.213 208,126.914C207.508,82.79 171.566,47 127.254,47Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="255.0" android:viewportHeight="255.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M127.5,127.5m-96.5,0a96.5,96.5 0,1 1,193 0a96.5,96.5 0,1 1,-193 0" />
<path android:fillColor="#ff191717" android:pathData="M127.254,47C82.942,47 47,82.79 47,126.914C47,162.213 70.141,192.119 101.651,202.905C105.59,203.396 107.067,200.944 107.067,198.983C107.067,197.022 107.067,192.119 107.067,185.256C84.911,190.158 79.988,174.47 79.988,174.47C76.541,165.155 71.125,162.703 71.125,162.703C63.74,157.801 71.618,157.801 71.618,157.801C79.495,158.291 83.927,166.135 83.927,166.135C91.312,178.392 102.636,174.96 107.067,172.999C107.56,167.606 110.021,164.174 111.991,162.213C94.266,160.252 75.557,153.388 75.557,122.501C75.557,113.676 78.511,106.813 83.927,100.93C83.434,99.459 80.48,91.124 84.911,80.338C84.911,80.338 91.804,78.377 107.067,88.673C113.468,86.712 120.361,86.221 127.254,86.221C134.147,86.221 141.04,87.202 147.44,88.673C162.703,78.377 169.596,80.338 169.596,80.338C174.028,91.124 171.073,99.459 170.581,101.42C175.505,106.813 178.951,114.167 178.951,122.992C178.951,153.878 160.242,160.252 142.517,162.213C145.471,164.664 147.933,169.567 147.933,176.921C147.933,187.707 147.933,196.042 147.933,198.983C147.933,200.944 149.41,203.396 153.349,202.905C185.352,192.119 208,162.213 208,126.914C207.508,82.79 171.566,47 127.254,47Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_account_obs.xml to/res/drawable-anydpi-v24/ic_account_obs.xml
*** from/res/drawable-anydpi-v24/ic_account_obs.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/ic_account_obs.xml 2021-01-11 15:14:01.495588009 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M53,30.17C50,35.46 44.01,38.29 38.01,37.26C32.02,36.23 27.32,31.56 26.26,25.57C25.47,21.15 26.76,16.62 29.76,13.28C30.54,12.47 31.37,11.71 32.24,11C27.67,13.49 24.39,17.82 23.24,22.89C22.4,26.89 22.96,31.06 24.84,34.69C25.94,34.79 27.14,34.89 28.24,35.09C31.82,35.8 34.99,37.88 37.06,40.89C39.68,44.62 40.39,49.37 38.97,53.7C37.55,58.03 34.17,61.44 29.85,62.89C26.79,63.89 23.49,63.89 20.43,62.89C23.85,64.45 27.65,64.94 31.35,64.29C36.23,63.39 40.48,60.43 43,56.16C41.25,52.73 40.86,48.77 41.9,45.07C43.15,40.88 46.24,37.49 50.28,35.84C54.33,34.19 58.9,34.46 62.73,36.57C66.21,38.52 68.74,41.81 69.73,45.67C69.52,42.79 68.52,40.02 66.83,37.67C63.63,33.16 58.52,30.39 53,30.17Z" android:fillType="nonZero" />
<path android:fillColor="#ff302e31" android:pathData="M35.44,8.88C41.96,7.87 48.64,8.89 54.57,11.78C61.52,15.16 67.01,20.95 70,28.07C73.07,35.45 73.32,43.71 70.7,51.26C67.93,58.81 62.47,65.08 55.37,68.86C45.38,74.1 33.36,73.7 23.75,67.79C14.13,61.89 8.34,51.35 8.5,40.07C8.58,31.83 11.85,23.95 17.62,18.07C22.45,13.22 28.68,10 35.44,8.88L35.44,8.88ZM23.23,22.88C22.39,26.88 22.95,31.05 24.83,34.68C25.93,34.78 27.13,34.88 28.23,35.08C31.81,35.79 34.98,37.87 37.05,40.88C39.67,44.61 40.38,49.36 38.96,53.69C37.54,58.02 34.16,61.43 29.84,62.88C26.78,63.88 23.48,63.88 20.42,62.88C23.84,64.44 27.64,64.93 31.34,64.28C36.22,63.39 40.47,60.43 43,56.16C41.25,52.73 40.86,48.77 41.9,45.07C43.15,40.88 46.24,37.49 50.28,35.84C54.33,34.19 58.9,34.46 62.73,36.57C66.21,38.52 68.74,41.81 69.73,45.67C69.52,42.79 68.52,40.02 66.83,37.67C63.63,33.16 58.52,30.39 53,30.17C50,35.46 44.01,38.3 38.01,37.26C32.02,36.23 27.32,31.56 26.26,25.57C25.47,21.15 26.76,16.62 29.76,13.28C30.54,12.47 31.37,11.71 32.24,11C27.67,13.48 24.39,17.8 23.23,22.87L23.23,22.88Z" android:fillType="nonZero" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M53,30.17C50,35.46 44.01,38.29 38.01,37.26C32.02,36.23 27.32,31.56 26.26,25.57C25.47,21.15 26.76,16.62 29.76,13.28C30.54,12.47 31.37,11.71 32.24,11C27.67,13.49 24.39,17.82 23.24,22.89C22.4,26.89 22.96,31.06 24.84,34.69C25.94,34.79 27.14,34.89 28.24,35.09C31.82,35.8 34.99,37.88 37.06,40.89C39.68,44.62 40.39,49.37 38.97,53.7C37.55,58.03 34.17,61.44 29.85,62.89C26.79,63.89 23.49,63.89 20.43,62.89C23.85,64.45 27.65,64.94 31.35,64.29C36.23,63.39 40.48,60.43 43,56.16C41.25,52.73 40.86,48.77 41.9,45.07C43.15,40.88 46.24,37.49 50.28,35.84C54.33,34.19 58.9,34.46 62.73,36.57C66.21,38.52 68.74,41.81 69.73,45.67C69.52,42.79 68.52,40.02 66.83,37.67C63.63,33.16 58.52,30.39 53,30.17Z" android:fillType="nonZero" />
<path android:fillColor="#ff302e31" android:pathData="M35.44,8.88C41.96,7.87 48.64,8.89 54.57,11.78C61.52,15.16 67.01,20.95 70,28.07C73.07,35.45 73.32,43.71 70.7,51.26C67.93,58.81 62.47,65.08 55.37,68.86C45.38,74.1 33.36,73.7 23.75,67.79C14.13,61.89 8.34,51.35 8.5,40.07C8.58,31.83 11.85,23.95 17.62,18.07C22.45,13.22 28.68,10 35.44,8.88L35.44,8.88ZM23.23,22.88C22.39,26.88 22.95,31.05 24.83,34.68C25.93,34.78 27.13,34.88 28.23,35.08C31.81,35.79 34.98,37.87 37.05,40.88C39.67,44.61 40.38,49.36 38.96,53.69C37.54,58.02 34.16,61.43 29.84,62.88C26.78,63.88 23.48,63.88 20.42,62.88C23.84,64.44 27.64,64.93 31.34,64.28C36.22,63.39 40.47,60.43 43,56.16C41.25,52.73 40.86,48.77 41.9,45.07C43.15,40.88 46.24,37.49 50.28,35.84C54.33,34.19 58.9,34.46 62.73,36.57C66.21,38.52 68.74,41.81 69.73,45.67C69.52,42.79 68.52,40.02 66.83,37.67C63.63,33.16 58.52,30.39 53,30.17C50,35.46 44.01,38.3 38.01,37.26C32.02,36.23 27.32,31.56 26.26,25.57C25.47,21.15 26.76,16.62 29.76,13.28C30.54,12.47 31.37,11.71 32.24,11C27.67,13.48 24.39,17.8 23.23,22.87L23.23,22.88Z" android:fillType="nonZero" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_account_reddit.xml to/res/drawable-anydpi-v24/ic_account_reddit.xml
*** from/res/drawable-anydpi-v24/ic_account_reddit.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/ic_account_reddit.xml 2021-01-11 15:14:01.489588099 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M61.8,40.8C61.71,38.24 59.56,36.23 57,36.3C55.84,36.34 54.74,36.8 53.9,37.6C50.27,35.12 45.99,33.77 41.6,33.7L43.7,23.7L50.5,25.1C50.66,26.67 51.94,27.89 53.51,27.97C55.09,28.06 56.49,26.98 56.82,25.44C57.14,23.89 56.29,22.34 54.82,21.79C53.34,21.23 51.68,21.83 50.9,23.2L43.1,21.6C42.83,21.54 42.56,21.59 42.33,21.74C42.1,21.9 41.95,22.13 41.9,22.4L41.9,22.4L39.5,33.5C35.04,33.57 30.7,34.92 27,37.4C25.79,36.22 24.04,35.78 22.42,36.25C20.79,36.73 19.56,38.05 19.18,39.69C18.8,41.34 19.35,43.07 20.6,44.2C21,44.52 21.43,44.79 21.9,45L21.9,46.4C21.9,53.6 30.3,59.4 40.6,59.4C50.9,59.4 59.3,53.6 59.3,46.4L59.3,45C60.84,44.17 61.8,42.55 61.8,40.8Z" android:fillType="nonZero" />
<path android:fillColor="#ffff4500" android:pathData="M40.5,8.5C58.17,8.5 72.5,22.83 72.5,40.5C72.5,58.17 58.17,72.5 40.5,72.5C22.83,72.5 8.5,58.17 8.5,40.5C8.5,22.83 22.83,8.5 40.5,8.5ZM61.8,40.8C61.71,38.24 59.56,36.23 57,36.3C55.84,36.34 54.74,36.8 53.9,37.6C50.27,35.12 45.99,33.77 41.6,33.7L43.7,23.7L50.5,25.1C50.66,26.67 51.94,27.89 53.51,27.97C55.09,28.06 56.49,26.98 56.82,25.44C57.14,23.89 56.29,22.34 54.82,21.79C53.34,21.23 51.68,21.83 50.9,23.2L43.1,21.6C42.83,21.54 42.56,21.59 42.33,21.74C42.1,21.9 41.95,22.13 41.9,22.4L41.9,22.4L39.5,33.5C35.04,33.57 30.7,34.92 27,37.4C25.79,36.22 24.04,35.78 22.42,36.25C20.79,36.73 19.56,38.05 19.18,39.69C18.8,41.34 19.35,43.07 20.6,44.2C21,44.52 21.43,44.79 21.9,45L21.9,46.4C21.9,53.6 30.3,59.4 40.6,59.4C50.9,59.4 59.3,53.6 59.3,46.4L59.3,45C60.84,44.17 61.8,42.55 61.8,40.8ZM29.8,44C29.8,42.23 31.23,40.8 33,40.8C34.77,40.8 36.2,42.23 36.2,44C36.2,45.77 34.77,47.2 33,47.2C32.15,47.21 31.33,46.88 30.73,46.27C30.12,45.67 29.79,44.85 29.8,44L29.8,44ZM48.4,52.9C46.13,54.58 43.32,55.4 40.5,55.2C37.66,55.28 34.88,54.4 32.6,52.7C32.33,52.33 32.37,51.82 32.7,51.5C33,51.2 33.5,51.2 33.8,51.5C35.74,52.9 38.1,53.61 40.5,53.5C42.88,53.58 45.22,52.92 47.2,51.6C47.57,51.28 48.13,51.28 48.5,51.6C48.9,51.9 48.7,52.6 48.4,52.9L48.4,52.9L48.4,52.9ZM44.6,44C44.6,42.23 46.03,40.8 47.8,40.8C49.57,40.8 51,42.23 51,44C51,45.77 49.57,47.2 47.8,47.2C46.95,47.21 46.13,46.88 45.53,46.27C44.92,45.67 44.59,44.85 44.6,44L44.6,44Z" android:fillType="nonZero" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M61.8,40.8C61.71,38.24 59.56,36.23 57,36.3C55.84,36.34 54.74,36.8 53.9,37.6C50.27,35.12 45.99,33.77 41.6,33.7L43.7,23.7L50.5,25.1C50.66,26.67 51.94,27.89 53.51,27.97C55.09,28.06 56.49,26.98 56.82,25.44C57.14,23.89 56.29,22.34 54.82,21.79C53.34,21.23 51.68,21.83 50.9,23.2L43.1,21.6C42.83,21.54 42.56,21.59 42.33,21.74C42.1,21.9 41.95,22.13 41.9,22.4L41.9,22.4L39.5,33.5C35.04,33.57 30.7,34.92 27,37.4C25.79,36.22 24.04,35.78 22.42,36.25C20.79,36.73 19.56,38.05 19.18,39.69C18.8,41.34 19.35,43.07 20.6,44.2C21,44.52 21.43,44.79 21.9,45L21.9,46.4C21.9,53.6 30.3,59.4 40.6,59.4C50.9,59.4 59.3,53.6 59.3,46.4L59.3,45C60.84,44.17 61.8,42.55 61.8,40.8Z" android:fillType="nonZero" />
<path android:fillColor="#ffff4500" android:pathData="M40.5,8.5C58.17,8.5 72.5,22.83 72.5,40.5C72.5,58.17 58.17,72.5 40.5,72.5C22.83,72.5 8.5,58.17 8.5,40.5C8.5,22.83 22.83,8.5 40.5,8.5ZM61.8,40.8C61.71,38.24 59.56,36.23 57,36.3C55.84,36.34 54.74,36.8 53.9,37.6C50.27,35.12 45.99,33.77 41.6,33.7L43.7,23.7L50.5,25.1C50.66,26.67 51.94,27.89 53.51,27.97C55.09,28.06 56.49,26.98 56.82,25.44C57.14,23.89 56.29,22.34 54.82,21.79C53.34,21.23 51.68,21.83 50.9,23.2L43.1,21.6C42.83,21.54 42.56,21.59 42.33,21.74C42.1,21.9 41.95,22.13 41.9,22.4L41.9,22.4L39.5,33.5C35.04,33.57 30.7,34.92 27,37.4C25.79,36.22 24.04,35.78 22.42,36.25C20.79,36.73 19.56,38.05 19.18,39.69C18.8,41.34 19.35,43.07 20.6,44.2C21,44.52 21.43,44.79 21.9,45L21.9,46.4C21.9,53.6 30.3,59.4 40.6,59.4C50.9,59.4 59.3,53.6 59.3,46.4L59.3,45C60.84,44.17 61.8,42.55 61.8,40.8ZM29.8,44C29.8,42.23 31.23,40.8 33,40.8C34.77,40.8 36.2,42.23 36.2,44C36.2,45.77 34.77,47.2 33,47.2C32.15,47.21 31.33,46.88 30.73,46.27C30.12,45.67 29.79,44.85 29.8,44L29.8,44ZM48.4,52.9C46.13,54.58 43.32,55.4 40.5,55.2C37.66,55.28 34.88,54.4 32.6,52.7C32.33,52.33 32.37,51.82 32.7,51.5C33,51.2 33.5,51.2 33.8,51.5C35.74,52.9 38.1,53.61 40.5,53.5C42.88,53.58 45.22,52.92 47.2,51.6C47.57,51.28 48.13,51.28 48.5,51.6C48.9,51.9 48.7,52.6 48.4,52.9L48.4,52.9L48.4,52.9ZM44.6,44C44.6,42.23 46.03,40.8 47.8,40.8C49.57,40.8 51,42.23 51,44C51,45.77 49.57,47.2 47.8,47.2C46.95,47.21 46.13,46.88 45.53,46.27C44.92,45.67 44.59,44.85 44.6,44L44.6,44Z" android:fillType="nonZero" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_account_skype.xml to/res/drawable-anydpi-v24/ic_account_skype.xml
*** from/res/drawable-anydpi-v24/ic_account_skype.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/ic_account_skype.xml 2021-01-11 15:14:01.502587904 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M40.61,59.8C30.01,59.8 25.11,54.4 25.11,50.4C25.11,49.45 25.51,48.54 26.21,47.9C26.92,47.25 27.86,46.93 28.81,47C33.41,47 32.21,53.8 40.71,53.8C45.01,53.8 47.61,51.2 47.61,48.7C47.61,47.2 46.81,45.5 43.91,44.9L34.41,42.5C26.81,40.6 25.51,36.3 25.51,32.4C25.51,24.2 33.01,21.3 40.11,21.3C46.61,21.3 54.41,24.9 54.41,29.8C54.41,31.9 52.61,33 50.61,33C46.71,33 47.41,27.5 39.51,27.5C35.61,27.5 33.61,29.3 33.61,31.9C33.61,34.5 36.61,35.3 39.31,35.9L46.31,37.5C54,39.2 56,43.7 56,48C55.8,54.6 50.7,59.8 40.6,59.8" android:fillType="nonZero" />
<path android:fillColor="#ff0078d7" android:pathData="M40.61,59.8C30.01,59.8 25.11,54.4 25.11,50.4C25.11,49.45 25.51,48.54 26.21,47.9C26.92,47.25 27.86,46.93 28.81,47C33.41,47 32.21,53.8 40.71,53.8C45.01,53.8 47.61,51.2 47.61,48.7C47.61,47.2 46.81,45.5 43.91,44.9L34.41,42.5C26.81,40.6 25.51,36.3 25.51,32.4C25.51,24.2 33.01,21.3 40.11,21.3C46.61,21.3 54.41,24.9 54.41,29.8C54.41,31.9 52.61,33 50.61,33C46.71,33 47.41,27.5 39.51,27.5C35.61,27.5 33.61,29.3 33.61,31.9C33.61,34.5 36.61,35.3 39.31,35.9L46.31,37.5C54,39.2 56,43.7 56,48C55.8,54.6 50.7,59.8 40.6,59.8M69.9,45.7C70.22,43.95 70.39,42.18 70.4,40.4C70.45,31.53 66.56,23.1 59.78,17.38C53,11.67 44.03,9.25 35.3,10.8C32.63,9.25 29.59,8.45 26.5,8.5C20.12,8.49 14.23,11.94 11.1,17.5C7.93,23 7.89,29.76 11,35.3C9.25,44.95 12.33,54.85 19.24,61.8C26.16,68.76 36.04,71.89 45.7,70.2C48.37,71.75 51.41,72.55 54.5,72.5C60.86,72.45 66.72,69.03 69.89,63.52C73.06,58 73.06,51.22 69.9,45.7" android:fillType="nonZero" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M40.61,59.8C30.01,59.8 25.11,54.4 25.11,50.4C25.11,49.45 25.51,48.54 26.21,47.9C26.92,47.25 27.86,46.93 28.81,47C33.41,47 32.21,53.8 40.71,53.8C45.01,53.8 47.61,51.2 47.61,48.7C47.61,47.2 46.81,45.5 43.91,44.9L34.41,42.5C26.81,40.6 25.51,36.3 25.51,32.4C25.51,24.2 33.01,21.3 40.11,21.3C46.61,21.3 54.41,24.9 54.41,29.8C54.41,31.9 52.61,33 50.61,33C46.71,33 47.41,27.5 39.51,27.5C35.61,27.5 33.61,29.3 33.61,31.9C33.61,34.5 36.61,35.3 39.31,35.9L46.31,37.5C54,39.2 56,43.7 56,48C55.8,54.6 50.7,59.8 40.6,59.8" android:fillType="nonZero" />
<path android:fillColor="#ff0078d7" android:pathData="M40.61,59.8C30.01,59.8 25.11,54.4 25.11,50.4C25.11,49.45 25.51,48.54 26.21,47.9C26.92,47.25 27.86,46.93 28.81,47C33.41,47 32.21,53.8 40.71,53.8C45.01,53.8 47.61,51.2 47.61,48.7C47.61,47.2 46.81,45.5 43.91,44.9L34.41,42.5C26.81,40.6 25.51,36.3 25.51,32.4C25.51,24.2 33.01,21.3 40.11,21.3C46.61,21.3 54.41,24.9 54.41,29.8C54.41,31.9 52.61,33 50.61,33C46.71,33 47.41,27.5 39.51,27.5C35.61,27.5 33.61,29.3 33.61,31.9C33.61,34.5 36.61,35.3 39.31,35.9L46.31,37.5C54,39.2 56,43.7 56,48C55.8,54.6 50.7,59.8 40.6,59.8M69.9,45.7C70.22,43.95 70.39,42.18 70.4,40.4C70.45,31.53 66.56,23.1 59.78,17.38C53,11.67 44.03,9.25 35.3,10.8C32.63,9.25 29.59,8.45 26.5,8.5C20.12,8.49 14.23,11.94 11.1,17.5C7.93,23 7.89,29.76 11,35.3C9.25,44.95 12.33,54.85 19.24,61.8C26.16,68.76 36.04,71.89 45.7,70.2C48.37,71.75 51.41,72.55 54.5,72.5C60.86,72.45 66.72,69.03 69.89,63.52C73.06,58 73.06,51.22 69.9,45.7" android:fillType="nonZero" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_account_steam.xml to/res/drawable-anydpi-v24/ic_account_steam.xml
*** from/res/drawable-anydpi-v24/ic_account_steam.xml 2021-01-02 17:58:42.702416289 -0700
--- to/res/drawable-anydpi-v24/ic_account_steam.xml 2021-01-11 15:14:01.437588877 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M30.73,61.6C35.75,61.59 39.83,57.52 39.85,52.5L39.85,52.1L50.77,44.3L51.07,44.3C55.97,44.31 60.39,41.37 62.27,36.85C64.15,32.33 63.12,27.12 59.67,23.65C56.21,20.19 51,19.15 46.48,21.02C41.95,22.89 39,27.3 39,32.2L39,32.4L31.34,43.5L30.83,43.5C29.01,43.49 27.22,44.05 25.73,45.1L8.51,38C8.43,38.91 8.38,39.82 8.38,40.75C8.38,43.61 8.77,46.46 9.55,49.22L21.82,54.3C22.69,58.54 26.41,61.58 30.73,61.6L30.73,61.6ZM50.87,24.3C53.02,24.25 55.09,25.07 56.62,26.58C58.15,28.09 59,30.15 58.98,32.3C59.03,35.6 57.08,38.59 54.05,39.89C51.02,41.18 47.5,40.52 45.16,38.2C42.81,35.89 42.1,32.38 43.35,29.33C44.6,26.29 47.57,24.3 50.87,24.3ZM28.53,57.1C31.13,58.08 34.03,56.84 35.14,54.3C35.66,53.08 35.67,51.7 35.16,50.48C34.65,49.26 33.67,48.29 32.44,47.8L28.33,46.1C31.77,44.85 35.59,46.52 37,49.9C37.71,51.56 37.71,53.44 37,55.1C36.31,56.77 34.98,58.1 33.31,58.8C31.64,59.49 29.76,59.49 28.09,58.8C26.53,58.21 25.27,57.02 24.59,55.5L28.53,57.1ZM51.07,38.2C47.7,38.2 44.96,35.51 44.96,32.2C44.96,28.89 47.7,26.2 51.07,26.2C54.44,26.2 57.18,28.89 57.18,32.2C57.18,35.51 54.44,38.2 51.07,38.2Z" android:fillType="nonZero" />
<path android:fillColor="#ff000000" android:pathData="M40.35,8.5C56.88,8.53 70.67,21.14 72.16,37.6C73.66,54.07 62.37,68.96 46.12,71.97C29.86,74.97 13.99,65.11 9.5,49.2L21.82,54.3C22.82,58.8 27.03,61.84 31.62,61.38C36.21,60.92 39.73,57.11 39.82,52.5L39.82,52.1L50.74,44.3L51.04,44.3C55.94,44.32 60.37,41.39 62.26,36.87C64.15,32.35 63.13,27.14 59.68,23.67C56.22,20.19 51.01,19.15 46.48,21.02C41.95,22.88 39,27.3 39,32.2L39,32.4L31.34,43.5L30.83,43.5C29.01,43.49 27.22,44.05 25.73,45.1L8.5,38C9.76,21.34 23.65,8.48 40.35,8.5M28.53,57.1L24.63,55.5C25.31,57.02 26.57,58.21 28.13,58.8C31.6,60.21 35.56,58.56 37,55.1C37.71,53.44 37.71,51.56 37,49.9C35.59,46.5 31.74,44.83 28.29,46.1L32.4,47.8C33.63,48.29 34.61,49.26 35.12,50.48C35.63,51.7 35.62,53.08 35.1,54.3C33.99,56.84 31.09,58.08 28.49,57.1M45,32.2C45,33.81 45.65,35.35 46.8,36.48C47.95,37.61 49.5,38.23 51.11,38.2C54.44,38.2 57.16,35.53 57.22,32.2C57.22,28.83 54.48,26.09 51.11,26.09C47.74,26.09 45,28.83 45,32.2M59,32.3C59.05,35.6 57.1,38.59 54.07,39.89C51.04,41.18 47.52,40.52 45.18,38.2C42.83,35.89 42.12,32.38 43.37,29.33C44.62,26.29 47.59,24.3 50.89,24.3C53.04,24.25 55.11,25.07 56.64,26.58C58.17,28.09 59.02,30.15 59,32.3" android:fillType="nonZero" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M30.73,61.6C35.75,61.59 39.83,57.52 39.85,52.5L39.85,52.1L50.77,44.3L51.07,44.3C55.97,44.31 60.39,41.37 62.27,36.85C64.15,32.33 63.12,27.12 59.67,23.65C56.21,20.19 51,19.15 46.48,21.02C41.95,22.89 39,27.3 39,32.2L39,32.4L31.34,43.5L30.83,43.5C29.01,43.49 27.22,44.05 25.73,45.1L8.51,38C8.43,38.91 8.38,39.82 8.38,40.75C8.38,43.61 8.77,46.46 9.55,49.22L21.82,54.3C22.69,58.54 26.41,61.58 30.73,61.6L30.73,61.6ZM50.87,24.3C53.02,24.25 55.09,25.07 56.62,26.58C58.15,28.09 59,30.15 58.98,32.3C59.03,35.6 57.08,38.59 54.05,39.89C51.02,41.18 47.5,40.52 45.16,38.2C42.81,35.89 42.1,32.38 43.35,29.33C44.6,26.29 47.57,24.3 50.87,24.3ZM28.53,57.1C31.13,58.08 34.03,56.84 35.14,54.3C35.66,53.08 35.67,51.7 35.16,50.48C34.65,49.26 33.67,48.29 32.44,47.8L28.33,46.1C31.77,44.85 35.59,46.52 37,49.9C37.71,51.56 37.71,53.44 37,55.1C36.31,56.77 34.98,58.1 33.31,58.8C31.64,59.49 29.76,59.49 28.09,58.8C26.53,58.21 25.27,57.02 24.59,55.5L28.53,57.1ZM51.07,38.2C47.7,38.2 44.96,35.51 44.96,32.2C44.96,28.89 47.7,26.2 51.07,26.2C54.44,26.2 57.18,28.89 57.18,32.2C57.18,35.51 54.44,38.2 51.07,38.2Z" android:fillType="nonZero" />
<path android:fillColor="#ff000000" android:pathData="M40.35,8.5C56.88,8.53 70.67,21.14 72.16,37.6C73.66,54.07 62.37,68.96 46.12,71.97C29.86,74.97 13.99,65.11 9.5,49.2L21.82,54.3C22.82,58.8 27.03,61.84 31.62,61.38C36.21,60.92 39.73,57.11 39.82,52.5L39.82,52.1L50.74,44.3L51.04,44.3C55.94,44.32 60.37,41.39 62.26,36.87C64.15,32.35 63.13,27.14 59.68,23.67C56.22,20.19 51.01,19.15 46.48,21.02C41.95,22.88 39,27.3 39,32.2L39,32.4L31.34,43.5L30.83,43.5C29.01,43.49 27.22,44.05 25.73,45.1L8.5,38C9.76,21.34 23.65,8.48 40.35,8.5M28.53,57.1L24.63,55.5C25.31,57.02 26.57,58.21 28.13,58.8C31.6,60.21 35.56,58.56 37,55.1C37.71,53.44 37.71,51.56 37,49.9C35.59,46.5 31.74,44.83 28.29,46.1L32.4,47.8C33.63,48.29 34.61,49.26 35.12,50.48C35.63,51.7 35.62,53.08 35.1,54.3C33.99,56.84 31.09,58.08 28.49,57.1M45,32.2C45,33.81 45.65,35.35 46.8,36.48C47.95,37.61 49.5,38.23 51.11,38.2C54.44,38.2 57.16,35.53 57.22,32.2C57.22,28.83 54.48,26.09 51.11,26.09C47.74,26.09 45,28.83 45,32.2M59,32.3C59.05,35.6 57.1,38.59 54.07,39.89C51.04,41.18 47.52,40.52 45.18,38.2C42.83,35.89 42.12,32.38 43.37,29.33C44.62,26.29 47.59,24.3 50.89,24.3C53.04,24.25 55.11,25.07 56.64,26.58C58.17,28.09 59.02,30.15 59,32.3" android:fillType="nonZero" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_account_twitch.xml to/res/drawable-anydpi-v24/ic_account_twitch.xml
*** from/res/drawable-anydpi-v24/ic_account_twitch.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/ic_account_twitch.xml 2021-01-11 15:14:01.232591947 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M64.35,44.8l-9.6,9.6l-15.3,0l-8.1,8.1l0,-8.1l-12.9,0l0,-40.2l45.9,0z" android:fillType="nonZero" />
<path android:fillColor="#ff563194" android:pathData="M13.25,8.5L9,19.5L9,64.4L24.3,64.4L24.3,72.5L32.9,72.5L41,64.4L53.4,64.4L70.1,47.7L70.1,8.5L13.25,8.5ZM64.35,44.8L54.75,54.4L39.45,54.4L31.35,62.5L31.35,54.4L18.45,54.4L18.45,14.2L64.35,14.2L64.35,44.8ZM54.85,25.2L54.85,41.9L49.15,41.9L49.15,25.2L54.85,25.2ZM39.55,25.2L39.55,41.9L33.85,41.9L33.85,25.2L39.55,25.2Z" android:fillType="nonZero" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M64.35,44.8l-9.6,9.6l-15.3,0l-8.1,8.1l0,-8.1l-12.9,0l0,-40.2l45.9,0z" android:fillType="nonZero" />
<path android:fillColor="#ff563194" android:pathData="M13.25,8.5L9,19.5L9,64.4L24.3,64.4L24.3,72.5L32.9,72.5L41,64.4L53.4,64.4L70.1,47.7L70.1,8.5L13.25,8.5ZM64.35,44.8L54.75,54.4L39.45,54.4L31.35,62.5L31.35,54.4L18.45,54.4L18.45,14.2L64.35,14.2L64.35,44.8ZM54.85,25.2L54.85,41.9L49.15,41.9L49.15,25.2L54.85,25.2ZM39.55,25.2L39.55,41.9L33.85,41.9L33.85,25.2L39.55,25.2Z" android:fillType="nonZero" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_account_xbox.xml to/res/drawable-anydpi-v24/ic_account_xbox.xml
*** from/res/drawable-anydpi-v24/ic_account_xbox.xml 2021-01-02 17:58:42.701416305 -0700
--- to/res/drawable-anydpi-v24/ic_account_xbox.xml 2021-01-11 15:14:01.542587305 -0700
***************
*** 3,8 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<group android:pivotX="18.0" android:pivotY="18.0" android:scaleX="0.5" android:scaleY="0.5">
<path android:fillColor="#ff5dc21e" android:pathData="M0,64a64,63 0,1 0,128 0a64,63 0,1 0,-128 0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M19.101,18.403L19.05,18.455C6.838,30.484 -0.026,46.882 0,64C-0.026,78.008 4.576,91.631 13.085,102.76C13.163,102.863 13.317,102.94 13.42,102.863C13.522,102.786 13.548,102.657 13.497,102.529C8.612,87.441 33.549,50.866 46.454,35.547C46.506,35.496 46.557,35.444 46.557,35.367C46.557,35.29 46.506,35.213 46.429,35.161C24.757,13.597 18.947,18.532 19.05,18.455M108.925,18.403L108.976,18.455C121.187,30.458 128.026,46.882 128,64C128.026,78.008 123.424,91.631 114.915,102.76C114.837,102.863 114.683,102.94 114.58,102.863C114.478,102.786 114.478,102.657 114.503,102.529C119.388,87.441 94.451,50.84 81.571,35.521C81.52,35.47 81.469,35.418 81.469,35.341C81.469,35.239 81.52,35.187 81.597,35.136C103.295,13.571 109.027,18.532 108.95,18.455M97.356,9.356C97.485,9.407 97.51,9.561 97.459,9.664C97.407,9.767 97.279,9.793 97.15,9.767C84.759,7.094 65.915,17.786 64.141,18.866C64.09,18.892 64.064,18.917 64.013,18.917C63.961,18.917 63.91,18.892 63.884,18.866C59.154,16.141 41.75,7.017 30.772,9.844C30.644,9.87 30.515,9.844 30.464,9.741C30.413,9.613 30.464,9.484 30.567,9.433C40.362,3.547 51.133,0 64.013,0C76.918,0 87.561,3.547 97.356,9.356ZM64.013,51.329C64.09,51.329 64.167,51.38 64.219,51.431C83.371,66.005 116.149,101.989 106.148,112.167L106.174,112.141L106.174,112.167L106.148,112.167C94.477,122.397 79.515,128.026 64.013,128C48.511,128.026 33.523,122.397 21.878,112.167L21.852,112.141L21.878,112.167C11.877,101.989 44.655,65.979 63.807,51.431C63.833,51.38 63.936,51.329 64.013,51.329" android:fillType="nonZero" />
</group>
</vector>
\ No newline at end of file
--- 3,8 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<group android:pivotX="18.0" android:pivotY="18.0" android:scaleX="0.5" android:scaleY="0.5">
<path android:fillColor="#ff5dc21e" android:pathData="M0,64a64,63 0,1 0,128 0a64,63 0,1 0,-128 0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M19.101,18.403L19.05,18.455C6.838,30.484 -0.026,46.882 0,64C-0.026,78.008 4.576,91.631 13.085,102.76C13.163,102.863 13.317,102.94 13.42,102.863C13.522,102.786 13.548,102.657 13.497,102.529C8.612,87.441 33.549,50.866 46.454,35.547C46.506,35.496 46.557,35.444 46.557,35.367C46.557,35.29 46.506,35.213 46.429,35.161C24.757,13.597 18.947,18.532 19.05,18.455M108.925,18.403L108.976,18.455C121.187,30.458 128.026,46.882 128,64C128.026,78.008 123.424,91.631 114.915,102.76C114.837,102.863 114.683,102.94 114.58,102.863C114.478,102.786 114.478,102.657 114.503,102.529C119.388,87.441 94.451,50.84 81.571,35.521C81.52,35.47 81.469,35.418 81.469,35.341C81.469,35.239 81.52,35.187 81.597,35.136C103.295,13.571 109.027,18.532 108.95,18.455M97.356,9.356C97.485,9.407 97.51,9.561 97.459,9.664C97.407,9.767 97.279,9.793 97.15,9.767C84.759,7.094 65.915,17.786 64.141,18.866C64.09,18.892 64.064,18.917 64.013,18.917C63.961,18.917 63.91,18.892 63.884,18.866C59.154,16.141 41.75,7.017 30.772,9.844C30.644,9.87 30.515,9.844 30.464,9.741C30.413,9.613 30.464,9.484 30.567,9.433C40.362,3.547 51.133,0 64.013,0C76.918,0 87.561,3.547 97.356,9.356ZM64.013,51.329C64.09,51.329 64.167,51.38 64.219,51.431C83.371,66.005 116.149,101.989 106.148,112.167L106.174,112.141L106.174,112.167L106.148,112.167C94.477,122.397 79.515,128.026 64.013,128C48.511,128.026 33.523,122.397 21.878,112.167L21.852,112.141L21.878,112.167C11.877,101.989 44.655,65.979 63.807,51.431C63.833,51.38 63.936,51.329 64.013,51.329" android:fillType="nonZero" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_account_xsplit.xml to/res/drawable-anydpi-v24/ic_account_xsplit.xml
*** from/res/drawable-anydpi-v24/ic_account_xsplit.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/ic_account_xsplit.xml 2021-01-11 15:14:01.389589596 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M8.5,11.93L8.5,52.93L55.38,58.71L54.15,69.07L64.92,59.74L72.5,60.61L72.5,19.18L8.5,11.93ZM65.5,53.43L14.84,47.43L14.84,19.06L65.5,25L65.5,53.43Z" android:fillType="nonZero" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="80.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M8.5,11.93L8.5,52.93L55.38,58.71L54.15,69.07L64.92,59.74L72.5,60.61L72.5,19.18L8.5,11.93ZM65.5,53.43L14.84,47.43L14.84,19.06L65.5,25L65.5,53.43Z" android:fillType="nonZero" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_add_friend_send.xml to/res/drawable-anydpi-v24/ic_add_friend_send.xml
*** from/res/drawable-anydpi-v24/ic_add_friend_send.xml 2021-01-02 17:58:42.702416289 -0700
--- to/res/drawable-anydpi-v24/ic_add_friend_send.xml 2021-01-11 15:14:01.220592126 -0700
***************
*** 1,9 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ff7289da" android:pathData="M16,0L16,0A16,16 0,0 1,32 16L32,16A16,16 0,0 1,16 32L16,32A16,16 0,0 1,0 16L0,16A16,16 0,0 1,16 0z" />
<group>
<clip-path android:pathData="M8,8h16v16h-16z" />
! <path android:fillColor="#ffffffff" android:pathData="M21.9999,10H23.9999V11.3333H21.9999V13.3333H20.6666V11.3333H18.6666V10H20.6666V8H21.9999V10ZM14.6666,16C16.1366,16 17.3333,14.8033 17.3333,13.3333C17.3333,11.8633 16.1366,10.6667 14.6666,10.6667C13.1966,10.6667 11.9999,11.8633 11.9999,13.3333C11.9999,14.8033 13.1966,16 14.6666,16ZM14.6666,16.6667C11.5259,16.6667 9.3333,18.3113 9.3333,20.6667V21.3333H19.9999V20.6667C19.9999,18.3113 17.8073,16.6667 14.6666,16.6667Z" android:fillType="evenOdd" />
</group>
</vector>
\ No newline at end of file
--- 1,9 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/link" android:pathData="M16,0L16,0A16,16 0,0 1,32 16L32,16A16,16 0,0 1,16 32L16,32A16,16 0,0 1,0 16L0,16A16,16 0,0 1,16 0z" />
<group>
<clip-path android:pathData="M8,8h16v16h-16z" />
! <path android:fillColor="@color/white" android:pathData="M21.9999,10H23.9999V11.3333H21.9999V13.3333H20.6666V11.3333H18.6666V10H20.6666V8H21.9999V10ZM14.6666,16C16.1366,16 17.3333,14.8033 17.3333,13.3333C17.3333,11.8633 16.1366,10.6667 14.6666,10.6667C13.1966,10.6667 11.9999,11.8633 11.9999,13.3333C11.9999,14.8033 13.1966,16 14.6666,16ZM14.6666,16.6667C11.5259,16.6667 9.3333,18.3113 9.3333,20.6667V21.3333H19.9999V20.6667C19.9999,18.3113 17.8073,16.6667 14.6666,16.6667Z" android:fillType="evenOdd" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_audio_output_white_24dp.xml to/res/drawable-anydpi-v24/ic_audio_output_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_audio_output_white_24dp.xml 2021-01-02 17:58:42.708416198 -0700
--- to/res/drawable-anydpi-v24/ic_audio_output_white_24dp.xml 2021-01-11 15:14:01.514587724 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M11.383,3.079C11.009,2.925 10.579,3.01 10.293,3.296L6,8.002H3C2.45,8.002 2,8.453 2,9.002V15.002C2,15.552 2.45,16.002 3,16.002H6L10.293,20.71C10.579,20.996 11.009,21.082 11.383,20.927C11.757,20.772 12,20.407 12,20.002V4.002C12,3.599 11.757,3.232 11.383,3.079ZM14,5.0019V7.0019C16.757,7.0019 19,9.2459 19,12.002C19,14.759 16.757,17.002 14,17.002V19.002C17.86,19.002 21,15.863 21,12.002C21,8.143 17.86,5.0019 14,5.0019ZM14,9.002C15.654,9.002 17,10.349 17,12.002C17,13.657 15.654,15.002 14,15.002V13.002C14.551,13.002 15,12.553 15,12.002C15,11.451 14.551,11.002 14,11.002V9.002Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M11.383,3.079C11.009,2.925 10.579,3.01 10.293,3.296L6,8.002H3C2.45,8.002 2,8.453 2,9.002V15.002C2,15.552 2.45,16.002 3,16.002H6L10.293,20.71C10.579,20.996 11.009,21.082 11.383,20.927C11.757,20.772 12,20.407 12,20.002V4.002C12,3.599 11.757,3.232 11.383,3.079ZM14,5.0019V7.0019C16.757,7.0019 19,9.2459 19,12.002C19,14.759 16.757,17.002 14,17.002V19.002C17.86,19.002 21,15.863 21,12.002C21,8.143 17.86,5.0019 14,5.0019ZM14,9.002C15.654,9.002 17,10.349 17,12.002C17,13.657 15.654,15.002 14,15.002V13.002C14.551,13.002 15,12.553 15,12.002C15,11.451 14.551,11.002 14,11.002V9.002Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_audit_all_white_24dp.xml to/res/drawable-anydpi-v24/ic_audit_all_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_audit_all_white_24dp.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/ic_audit_all_white_24dp.xml 2021-01-11 15:14:01.406589341 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3,13 L5,13 L5,11 L3,11 L3,13 Z M3,17 L5,17 L5,15 L3,15 L3,17 Z M3,9 L5,9 L5,7 L3,7 L3,9 Z M7,13 L21,13 L21,11 L7,11 L7,13 Z M7,17 L21,17 L21,15 L7,15 L7,17 Z M7,7 L7,9 L21,9 L21,7 L7,7 Z" android:fillAlpha="0.6" />
<path android:pathData="M 0 0 L 24 0 L 24 24 L 0 24 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3,13 L5,13 L5,11 L3,11 L3,13 Z M3,17 L5,17 L5,15 L3,15 L3,17 Z M3,9 L5,9 L5,7 L3,7 L3,9 Z M7,13 L21,13 L21,11 L7,11 L7,13 Z M7,17 L21,17 L21,15 L7,15 L7,17 Z M7,7 L7,9 L21,9 L21,7 L7,7 Z" android:fillAlpha="0.6" />
<path android:pathData="M 0 0 L 24 0 L 24 24 L 0 24 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_audit_channels_white_24dp.xml to/res/drawable-anydpi-v24/ic_audit_channels_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_audit_channels_white_24dp.xml 2021-01-02 17:58:42.703416274 -0700
--- to/res/drawable-anydpi-v24/ic_audit_channels_white_24dp.xml 2021-01-11 15:14:01.193592531 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M16,10.2528087 L16,9 L4,9 L4,11 L14.1279823,11 C14.7114074,10.676233 15.3393223,10.4232983 16,10.2528087 Z M11.7574567,13 L4,13 L4,15 L10.5826987,15 C10.8769599,14.2743353 11.2746938,13.6015805 11.7574567,13 Z M10.0620401,17 L4,17 L4,19 L10.0621141,19 C10.021119,18.67233 10,18.3385783 10,18 C10,17.6613397 10.0210962,17.3275942 10.0620401,17 Z M4,5 L20,5 L20,7 L4,7 L4,5 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" android:fillType="evenOdd" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M16,10.2528087 L16,9 L4,9 L4,11 L14.1279823,11 C14.7114074,10.676233 15.3393223,10.4232983 16,10.2528087 Z M11.7574567,13 L4,13 L4,15 L10.5826987,15 C10.8769599,14.2743353 11.2746938,13.6015805 11.7574567,13 Z M10.0620401,17 L4,17 L4,19 L10.0621141,19 C10.021119,18.67233 10,18.3385783 10,18 C10,17.6613397 10.0210962,17.3275942 10.0620401,17 Z M4,5 L20,5 L20,7 L4,7 L4,5 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" android:fillType="evenOdd" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_audit_chat_white_24dp.xml to/res/drawable-anydpi-v24/ic_audit_chat_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_audit_chat_white_24dp.xml 2021-01-02 17:58:42.707416213 -0700
--- to/res/drawable-anydpi-v24/ic_audit_chat_white_24dp.xml 2021-01-11 15:14:01.517587679 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M22,11.0722236 L22,4 C22,2.9 21.1,2 20,2 L4,2 C2.9,2 2,2.9 2,4 L2,22 L6,18 L10,18 C10,13.581722 13.5907123,10 18,10 C19.4571486,10 20.8233065,10.390555 22,11.0722236 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
<path android:pathData="M 0 0 L 24 0 L 24 24 L 0 24 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M22,11.0722236 L22,4 C22,2.9 21.1,2 20,2 L4,2 C2.9,2 2,2.9 2,4 L2,22 L6,18 L10,18 C10,13.581722 13.5907123,10 18,10 C19.4571486,10 20.8233065,10.390555 22,11.0722236 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
<path android:pathData="M 0 0 L 24 0 L 24 24 L 0 24 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_audit_emoji_white_24dp.xml to/res/drawable-anydpi-v24/ic_audit_emoji_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_audit_emoji_white_24dp.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/ic_audit_emoji_white_24dp.xml 2021-01-11 15:14:01.194592516 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M22,11.0722236 C21.3809871,10.7136242 20.7095418,10.4355876 20,10.2525909 L20,5.75 C20,4.78350169 19.2164983,4 18.25,4 L5.75,4 C4.78350169,4 4,4.78350169 4,5.75 L4,18.25 C4,19.2164983 4.78350169,20 5.75,20 L10.2528087,20 C10.4358354,20.7092614 10.7138786,21.3807645 11.0725703,22 L5.5,22 C3.56,22 2,20.44 2,18.5 L2,5.5 C2,3.56 3.56,2 5.5,2 L18.5,2 C20.44,2 22,3.56 22,5.5 L22,11.0722236 Z M10.4115136,15.4629862 C9.33407699,15.2186907 8.33830866,14.6373578 7.59,13.77 L12.1881804,12.5058781 C11.3975982,13.3416327 10.7849126,14.3475996 10.4115136,15.4629862 Z M14.44,6.77 C15.22,6.77 15.91,7.3 16.12,8.05 C16.16,8.22 16.18,8.39 16.18,8.56 L12.95,9.44 C12.86,9.3 12.79,9.15 12.74,9 C12.5,8.05 13.03,7.09 13.97,6.83 C14.12,6.79 14.28,6.77 14.44,6.77 Z M8.17,8.5 C8.95,8.5 9.64,9 9.85,9.78 C9.89,9.94 9.91,10.11 9.91,10.28 L6.68,11.16 C6.59,11 6.5,10.86 6.47,10.7 C6.22,9.77 6.77,8.81 7.7,8.55 C7.85,8.5 8,8.5 8.17,8.5 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" android:fillType="evenOdd" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M22,11.0722236 C21.3809871,10.7136242 20.7095418,10.4355876 20,10.2525909 L20,5.75 C20,4.78350169 19.2164983,4 18.25,4 L5.75,4 C4.78350169,4 4,4.78350169 4,5.75 L4,18.25 C4,19.2164983 4.78350169,20 5.75,20 L10.2528087,20 C10.4358354,20.7092614 10.7138786,21.3807645 11.0725703,22 L5.5,22 C3.56,22 2,20.44 2,18.5 L2,5.5 C2,3.56 3.56,2 5.5,2 L18.5,2 C20.44,2 22,3.56 22,5.5 L22,11.0722236 Z M10.4115136,15.4629862 C9.33407699,15.2186907 8.33830866,14.6373578 7.59,13.77 L12.1881804,12.5058781 C11.3975982,13.3416327 10.7849126,14.3475996 10.4115136,15.4629862 Z M14.44,6.77 C15.22,6.77 15.91,7.3 16.12,8.05 C16.16,8.22 16.18,8.39 16.18,8.56 L12.95,9.44 C12.86,9.3 12.79,9.15 12.74,9 C12.5,8.05 13.03,7.09 13.97,6.83 C14.12,6.79 14.28,6.77 14.44,6.77 Z M8.17,8.5 C8.95,8.5 9.64,9 9.85,9.78 C9.89,9.94 9.91,10.11 9.91,10.28 L6.68,11.16 C6.59,11 6.5,10.86 6.47,10.7 C6.22,9.77 6.77,8.81 7.7,8.55 C7.85,8.5 8,8.5 8.17,8.5 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" android:fillType="evenOdd" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_audit_guild_white_24dp.xml to/res/drawable-anydpi-v24/ic_audit_guild_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_audit_guild_white_24dp.xml 2021-01-02 17:58:42.709416183 -0700
--- to/res/drawable-anydpi-v24/ic_audit_guild_white_24dp.xml 2021-01-11 15:14:01.442588802 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M21.9544219,11.0460196 C21.2889049,10.6663024 20.563682,10.3793486 19.7963501,10.2029279 C18.9783156,6.6548203 15.7923545,4 12,4 C7.59,4 4,7.59 4,12 C4,15.7924252 6.6549193,18.9784344 10.2031263,19.7963958 C10.3795887,20.5633929 10.6665556,21.2886839 11.046389,21.9544573 C8.74419034,21.7339917 6.5781799,20.7203155 4.92893219,19.0710678 C3.0535684,17.195704 2,14.6521649 2,12 C2,6.4771525 6.4771525,2 12,2 L12,2 C14.6521649,2 17.195704,3.0535684 19.0710678,4.92893219 C20.7202273,6.57809169 21.7338833,8.74395863 21.9544219,11.0460196 Z M11,14.1273464 L11,11 L13,11 L13,11.7576565 C12.1893989,12.4079618 11.50769,13.2127544 11,14.1273464 Z M11,9 L11,7 L13,7 L13,9 L11,9 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" android:fillType="evenOdd" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M21.9544219,11.0460196 C21.2889049,10.6663024 20.563682,10.3793486 19.7963501,10.2029279 C18.9783156,6.6548203 15.7923545,4 12,4 C7.59,4 4,7.59 4,12 C4,15.7924252 6.6549193,18.9784344 10.2031263,19.7963958 C10.3795887,20.5633929 10.6665556,21.2886839 11.046389,21.9544573 C8.74419034,21.7339917 6.5781799,20.7203155 4.92893219,19.0710678 C3.0535684,17.195704 2,14.6521649 2,12 C2,6.4771525 6.4771525,2 12,2 L12,2 C14.6521649,2 17.195704,3.0535684 19.0710678,4.92893219 C20.7202273,6.57809169 21.7338833,8.74395863 21.9544219,11.0460196 Z M11,14.1273464 L11,11 L13,11 L13,11.7576565 C12.1893989,12.4079618 11.50769,13.2127544 11,14.1273464 Z M11,9 L11,7 L13,7 L13,9 L11,9 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" android:fillType="evenOdd" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_audit_integrations_white_24dp.xml to/res/drawable-anydpi-v24/ic_audit_integrations_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_audit_integrations_white_24dp.xml 2021-01-02 17:58:42.702416289 -0700
--- to/res/drawable-anydpi-v24/ic_audit_integrations_white_24dp.xml 2021-01-11 15:14:01.323590584 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M18.6781 9.45696C16.906 9.5045 15.2706 10.1007 13.9358 11.0818L9.32226 6.46826C8.70565 5.86398 8.70565 4.63076 9.32226 4.01415L11.5124 1.824C11.8868 1.44962 12.3943 1.23897 12.9238 1.23821L16.4195 1.23322L17.6527 0L20.7358 3.08306L19.5025 4.31629L19.4925 7.81982C19.491 8.34827 19.2804 8.85466 18.9068 9.22833L18.6781 9.45696ZM12.8188 12.0657C11.4133 13.5428 10.5398 15.5308 10.5053 17.7224L9.22334 19.0044C8.84897 19.3788 8.34142 19.5894 7.81198 19.5902L4.31629 19.5952L3.08306 20.8284L0 17.7453L1.23322 16.5121L1.24321 13.0086C1.24471 12.4801 1.45531 11.9737 1.82898 11.6001L4.01415 9.4149C4.63076 8.79828 5.86398 8.79828 6.46826 9.4149L6.47443 9.42106L8.32426 7.57123L9.55749 8.80445L7.70765 10.6543L10.1741 13.1207L12.0239 11.2709L12.8188 12.0657Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M18.6781 9.45696C16.906 9.5045 15.2706 10.1007 13.9358 11.0818L9.32226 6.46826C8.70565 5.86398 8.70565 4.63076 9.32226 4.01415L11.5124 1.824C11.8868 1.44962 12.3943 1.23897 12.9238 1.23821L16.4195 1.23322L17.6527 0L20.7358 3.08306L19.5025 4.31629L19.4925 7.81982C19.491 8.34827 19.2804 8.85466 18.9068 9.22833L18.6781 9.45696ZM12.8188 12.0657C11.4133 13.5428 10.5398 15.5308 10.5053 17.7224L9.22334 19.0044C8.84897 19.3788 8.34142 19.5894 7.81198 19.5902L4.31629 19.5952L3.08306 20.8284L0 17.7453L1.23322 16.5121L1.24321 13.0086C1.24471 12.4801 1.45531 11.9737 1.82898 11.6001L4.01415 9.4149C4.63076 8.79828 5.86398 8.79828 6.46826 9.4149L6.47443 9.42106L8.32426 7.57123L9.55749 8.80445L7.70765 10.6543L10.1741 13.1207L12.0239 11.2709L12.8188 12.0657Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_audit_invites_white_24dp.xml to/res/drawable-anydpi-v24/ic_audit_invites_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_audit_invites_white_24dp.xml 2021-01-02 17:58:42.708416198 -0700
--- to/res/drawable-anydpi-v24/ic_audit_invites_white_24dp.xml 2021-01-11 15:14:01.239591842 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M15.6986306,10.3369503 C15.0466265,10.5329281 14.4293569,10.8099797 13.858638,11.1564037 C13.7352566,10.9546296 13.5857106,10.7642215 13.41,10.59 C13,10.2 13,9.56 13.41,9.17 C13.8,8.78 14.44,8.78 14.83,9.17 C15.1836989,9.52369885 15.4732424,9.91753591 15.6986306,10.3369503 Z M10.3963349,20.490347 C8.46774279,21.6909958 5.89421345,21.4542135 4.22,19.78 C2.27,17.83 2.27,14.66 4.22,12.71 L5.71,11.22 C5.7,12.04 5.83,12.86 6.11,13.65 L5.64,14.12 C4.46,15.29 4.46,17.19 5.64,18.36 C6.81,19.54 8.71,19.54 9.88,18.36 L10.003444,18.236556 C10.0263121,19.0209956 10.1625359,19.777571 10.3963349,20.490347 Z M10.8572807,14.3964222 C10.8106748,14.4884942 10.765797,14.5815879 10.7226904,14.6756607 C10.6846641,14.7302695 10.640434,14.7820262 10.59,14.83 C10.2,15.22 9.56,15.22 9.17,14.83 C7.22,12.88 7.22,9.71 9.17,7.76 L12.71,4.22 C14.66,2.27 17.83,2.27 19.78,4.22 C21.4541454,5.89414536 21.6909765,8.46753345 20.4904935,10.3960996 C19.7787637,10.1627138 19.0230638,10.0265776 18.2390609,10.0035122 L18.36,9.88 C19.54,8.71 19.54,6.81 18.36,5.64 C17.19,4.46 15.29,4.46 14.12,5.64 L10.59,9.17 C9.41,10.34 9.41,12.24 10.59,13.41 C10.8691393,13.6755228 10.9582329,14.0569271 10.8572807,14.3964222 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" android:fillType="evenOdd" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M15.6986306,10.3369503 C15.0466265,10.5329281 14.4293569,10.8099797 13.858638,11.1564037 C13.7352566,10.9546296 13.5857106,10.7642215 13.41,10.59 C13,10.2 13,9.56 13.41,9.17 C13.8,8.78 14.44,8.78 14.83,9.17 C15.1836989,9.52369885 15.4732424,9.91753591 15.6986306,10.3369503 Z M10.3963349,20.490347 C8.46774279,21.6909958 5.89421345,21.4542135 4.22,19.78 C2.27,17.83 2.27,14.66 4.22,12.71 L5.71,11.22 C5.7,12.04 5.83,12.86 6.11,13.65 L5.64,14.12 C4.46,15.29 4.46,17.19 5.64,18.36 C6.81,19.54 8.71,19.54 9.88,18.36 L10.003444,18.236556 C10.0263121,19.0209956 10.1625359,19.777571 10.3963349,20.490347 Z M10.8572807,14.3964222 C10.8106748,14.4884942 10.765797,14.5815879 10.7226904,14.6756607 C10.6846641,14.7302695 10.640434,14.7820262 10.59,14.83 C10.2,15.22 9.56,15.22 9.17,14.83 C7.22,12.88 7.22,9.71 9.17,7.76 L12.71,4.22 C14.66,2.27 17.83,2.27 19.78,4.22 C21.4541454,5.89414536 21.6909765,8.46753345 20.4904935,10.3960996 C19.7787637,10.1627138 19.0230638,10.0265776 18.2390609,10.0035122 L18.36,9.88 C19.54,8.71 19.54,6.81 18.36,5.64 C17.19,4.46 15.29,4.46 14.12,5.64 L10.59,9.17 C9.41,10.34 9.41,12.24 10.59,13.41 C10.8691393,13.6755228 10.9582329,14.0569271 10.8572807,14.3964222 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" android:fillType="evenOdd" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_audit_members_white_24dp.xml to/res/drawable-anydpi-v24/ic_audit_members_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_audit_members_white_24dp.xml 2021-01-02 17:58:42.703416274 -0700
--- to/res/drawable-anydpi-v24/ic_audit_members_white_24dp.xml 2021-01-11 15:14:01.216592186 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M11.3667306,13.529955 C10.1654211,13.1768476 8.90586299,13 8,13 C5.67,13 1,14.17 1,16.5 L1,19 L10.0621141,19 C10.021119,18.67233 10,18.3385783 10,18 C10,16.3443701 10.5041979,14.8062072 11.3667306,13.529955 Z M14.7080045,10.7083081 C13.6978429,10.2255448 13,9.19426739 13,8 C13,6.34314575 14.3431458,5 16,5 C17.6568542,5 19,6.34314575 19,8 C19,8.76996698 18.7099327,9.47218511 18.2331132,10.0033394 C18.1556794,10.0011182 18.0779699,10 18,10 C16.8273956,10 15.7126841,10.2533133 14.7080045,10.7083081 Z M8,11 C6.34314575,11 5,9.65685425 5,8 C5,6.34314575 6.34314575,5 8,5 C9.65685425,5 11,6.34314575 11,8 C11,9.65685425 9.65685425,11 8,11 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" android:fillType="evenOdd" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M11.3667306,13.529955 C10.1654211,13.1768476 8.90586299,13 8,13 C5.67,13 1,14.17 1,16.5 L1,19 L10.0621141,19 C10.021119,18.67233 10,18.3385783 10,18 C10,16.3443701 10.5041979,14.8062072 11.3667306,13.529955 Z M14.7080045,10.7083081 C13.6978429,10.2255448 13,9.19426739 13,8 C13,6.34314575 14.3431458,5 16,5 C17.6568542,5 19,6.34314575 19,8 C19,8.76996698 18.7099327,9.47218511 18.2331132,10.0033394 C18.1556794,10.0011182 18.0779699,10 18,10 C16.8273956,10 15.7126841,10.2533133 14.7080045,10.7083081 Z M8,11 C6.34314575,11 5,9.65685425 5,8 C5,6.34314575 6.34314575,5 8,5 C9.65685425,5 11,6.34314575 11,8 C11,9.65685425 9.65685425,11 8,11 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" android:fillType="evenOdd" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_audit_roles_white_24dp.xml to/res/drawable-anydpi-v24/ic_audit_roles_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_audit_roles_white_24dp.xml 2021-01-02 17:58:42.707416213 -0700
--- to/res/drawable-anydpi-v24/ic_audit_roles_white_24dp.xml 2021-01-11 15:14:01.201592411 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19,10.0620401 L19,6 L13.4,6 L13,4 L4,4 L4,21 L6,21 L6,14 L11.0722236,14 C12.4574695,11.6087945 15.0448959,10 18,10 C18.3386603,10 18.6724058,10.0210962 19,10.0620401 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" android:fillType="evenOdd" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19,10.0620401 L19,6 L13.4,6 L13,4 L4,4 L4,21 L6,21 L6,14 L11.0722236,14 C12.4574695,11.6087945 15.0448959,10 18,10 C18.3386603,10 18.6724058,10.0210962 19,10.0620401 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" android:fillType="evenOdd" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_audit_webhook_white_24dp.xml to/res/drawable-anydpi-v24/ic_audit_webhook_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_audit_webhook_white_24dp.xml 2021-01-02 17:58:42.701416305 -0700
--- to/res/drawable-anydpi-v24/ic_audit_webhook_white_24dp.xml 2021-01-11 15:14:01.315590704 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19.8970145,10.2267639 C19.2889083,10.0785794 18.6536078,10 18,10 C13.5907123,10 10,13.581722 10,18 C10,19.4558297 10.3904597,20.8224229 11.0725703,22 L5,22 C3.8954305,22 3,21.1045695 3,20 L3,19 L2,19 C1.44771525,19 1,18.5522847 1,18 L1,15 C1,14.4477153 1.44771525,14 2,14 L3,14 C3,10.1340068 6.13400675,7 10,7 L11,7 L11,5.73 C10.4,5.39 10,4.74 10,4 C10,2.8954305 10.8954305,2 12,2 C13.1045695,2 14,2.8954305 14,4 C14,4.74 13.6,5.39 13,5.73 L13,7 L14,7 C16.4765213,7 18.6526667,8.28606191 19.8970145,10.2267639 Z M7.5,13 C6.11928813,13 5,14.1192881 5,15.5 C5,16.8807119 6.11928813,18 7.5,18 C8.88071187,18 10,16.8807119 10,15.5 C10,14.1192881 8.88071187,13 7.5,13 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19.8970145,10.2267639 C19.2889083,10.0785794 18.6536078,10 18,10 C13.5907123,10 10,13.581722 10,18 C10,19.4558297 10.3904597,20.8224229 11.0725703,22 L5,22 C3.8954305,22 3,21.1045695 3,20 L3,19 L2,19 C1.44771525,19 1,18.5522847 1,18 L1,15 C1,14.4477153 1.44771525,14 2,14 L3,14 C3,10.1340068 6.13400675,7 10,7 L11,7 L11,5.73 C10.4,5.39 10,4.74 10,4 C10,2.8954305 10.8954305,2 12,2 C13.1045695,2 14,2.8954305 14,4 C14,4.74 13.6,5.39 13,5.73 L13,7 L14,7 C16.4765213,7 18.6526667,8.28606191 19.8970145,10.2267639 Z M7.5,13 C6.11928813,13 5,14.1192881 5,15.5 C5,16.8807119 6.11928813,18 7.5,18 C8.88071187,18 10,16.8807119 10,15.5 C10,14.1192881 8.88071187,13 7.5,13 Z" android:strokeWidth="1.0" android:strokeAlpha="0.6" android:fillAlpha="0.6" />
<path android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_authed_apps_24dp.xml to/res/drawable-anydpi-v24/ic_authed_apps_24dp.xml
*** from/res/drawable-anydpi-v24/ic_authed_apps_24dp.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/ic_authed_apps_24dp.xml 2021-01-11 15:14:01.255591602 -0700
***************
*** 1,7 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M3,3C1.8954,3 1,3.8954 1,5V17C1,18.1046 1.8954,19 3,19H5.2929C5.1028,18.405 5,17.7701 5,17.1111L4.9999,17.074C4.9997,17.0493 4.9996,17.0246 5,17C3.8954,17 3,16.1046 3,15V7C3,5.8954 3.8954,5 5,5H17C18.1046,5 19,5.8954 19,7V15C19,15.0248 18.9995,15.0495 18.9987,15.0741H21V5C21,3.8954 20.1046,3 19,3H3Z" />
! <path android:fillColor="#ffffffff" android:pathData="M16.3896,14.4384C16.766,14.0747 17,13.5647 17,13V9C17,7.8954 16.1046,7 15,7H7C5.8954,7 5,7.8954 5,9V13C5,13.5626 5.2323,14.0709 5.6062,14.4343C6.5817,12.402 8.6322,11 11,11C13.3704,11 15.4192,12.403 16.3896,14.4384Z" />
! <path android:fillColor="#ffffffff" android:pathData="M11.3636,13C13.2618,13 14.8764,14.2525 15.4727,16H23V19H21.5455V22H18.6364V19H15.4727C14.8764,20.7475 13.2618,22 11.3636,22C8.9564,22 7,19.9825 7,17.5C7,15.0175 8.9564,13 11.3636,13ZM9.9091,17.5C9.9091,18.325 10.5636,19 11.3636,19C12.1636,19 12.8182,18.325 12.8182,17.5C12.8182,16.675 12.1636,16 11.3636,16C10.5636,16 9.9091,16.675 9.9091,17.5Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,7 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M3,3C1.8954,3 1,3.8954 1,5V17C1,18.1046 1.8954,19 3,19H5.2929C5.1028,18.405 5,17.7701 5,17.1111L4.9999,17.074C4.9997,17.0493 4.9996,17.0246 5,17C3.8954,17 3,16.1046 3,15V7C3,5.8954 3.8954,5 5,5H17C18.1046,5 19,5.8954 19,7V15C19,15.0248 18.9995,15.0495 18.9987,15.0741H21V5C21,3.8954 20.1046,3 19,3H3Z" />
! <path android:fillColor="@color/white" android:pathData="M16.3896,14.4384C16.766,14.0747 17,13.5647 17,13V9C17,7.8954 16.1046,7 15,7H7C5.8954,7 5,7.8954 5,9V13C5,13.5626 5.2323,14.0709 5.6062,14.4343C6.5817,12.402 8.6322,11 11,11C13.3704,11 15.4192,12.403 16.3896,14.4384Z" />
! <path android:fillColor="@color/white" android:pathData="M11.3636,13C13.2618,13 14.8764,14.2525 15.4727,16H23V19H21.5455V22H18.6364V19H15.4727C14.8764,20.7475 13.2618,22 11.3636,22C8.9564,22 7,19.9825 7,17.5C7,15.0175 8.9564,13 11.3636,13ZM9.9091,17.5C9.9091,18.325 10.5636,19 11.3636,19C12.1636,19 12.8182,18.325 12.8182,17.5C12.8182,16.675 12.1636,16 11.3636,16C10.5636,16 9.9091,16.675 9.9091,17.5Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_call_24dp.xml to/res/drawable-anydpi-v24/ic_call_24dp.xml
*** from/res/drawable-anydpi-v24/ic_call_24dp.xml 2021-01-02 17:58:42.700416320 -0700
--- to/res/drawable-anydpi-v24/ic_call_24dp.xml 2021-01-11 15:14:01.397589476 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M11,5V3C16.515,3 21,7.486 21,13H19C19,8.589 15.411,5 11,5ZM17,13H15C15,10.795 13.206,9 11,9V7C14.309,7 17,9.691 17,13ZM11,11V13H13C13,11.896 12.105,11 11,11ZM14,16H18C18.553,16 19,16.447 19,17V21C19,21.553 18.553,22 18,22H13C6.925,22 2,17.075 2,11V6C2,5.447 2.448,5 3,5H7C7.553,5 8,5.447 8,6V10C8,10.553 7.553,11 7,11H6C6.063,14.938 9,18 13,18V17C13,16.447 13.447,16 14,16Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M11,5V3C16.515,3 21,7.486 21,13H19C19,8.589 15.411,5 11,5ZM17,13H15C15,10.795 13.206,9 11,9V7C14.309,7 17,9.691 17,13ZM11,11V13H13C13,11.896 12.105,11 11,11ZM14,16H18C18.553,16 19,16.447 19,17V21C19,21.553 18.553,22 18,22H13C6.925,22 2,17.075 2,11V6C2,5.447 2.448,5 3,5H7C7.553,5 8,5.447 8,6V10C8,10.553 7.553,11 7,11H6C6.063,14.938 9,18 13,18V17C13,16.447 13.447,16 14,16Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_call_disconnect_24dp.xml to/res/drawable-anydpi-v24/ic_call_disconnect_24dp.xml
*** from/res/drawable-anydpi-v24/ic_call_disconnect_24dp.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/ic_call_disconnect_24dp.xml 2021-01-11 15:14:01.494588024 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M21.1169,1.116L22.8839,2.884L19.7679,6L22.8839,9.116L21.1169,10.884L17.9999,7.768L14.8839,10.884L13.1169,9.116L16.2329,6L13.1169,2.884L14.8839,1.116L17.9999,4.232L21.1169,1.116ZM18,22H13C6.925,22 2,17.075 2,11V6C2,5.447 2.448,5 3,5H7C7.553,5 8,5.447 8,6V10C8,10.553 7.553,11 7,11H6C6.063,14.938 9,18 13,18V17C13,16.447 13.447,16 14,16H18C18.553,16 19,16.447 19,17V21C19,21.553 18.553,22 18,22Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M21.1169,1.116L22.8839,2.884L19.7679,6L22.8839,9.116L21.1169,10.884L17.9999,7.768L14.8839,10.884L13.1169,9.116L16.2329,6L13.1169,2.884L14.8839,1.116L17.9999,4.232L21.1169,1.116ZM18,22H13C6.925,22 2,17.075 2,11V6C2,5.447 2.448,5 3,5H7C7.553,5 8,5.447 8,6V10C8,10.553 7.553,11 7,11H6C6.063,14.938 9,18 13,18V17C13,16.447 13.447,16 14,16H18C18.553,16 19,16.447 19,17V21C19,21.553 18.553,22 18,22Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_call_indicator_streaming_16dp.xml to/res/drawable-anydpi-v24/ic_call_indicator_streaming_16dp.xml
*** from/res/drawable-anydpi-v24/ic_call_indicator_streaming_16dp.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/ic_call_indicator_streaming_16dp.xml 2021-01-11 15:14:01.500587934 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M20,3V4L23,3V7L20,6V7C20,7.553 19.552,8 19,8H15C14.448,8 14,7.553 14,7V3C14,2.447 14.448,2 15,2H19C19.552,2 20,2.447 20,3ZM18,15V10H19H20V17C20,18.104 19.103,19 18,19H11V21H15V23H5V21H9V19H2C0.897,19 0,18.104 0,17V6C0,4.897 0.897,4 2,4H12V6H2V15H7H10H13H18Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M20,3V4L23,3V7L20,6V7C20,7.553 19.552,8 19,8H15C14.448,8 14,7.553 14,7V3C14,2.447 14.448,2 15,2H19C19.552,2 20,2.447 20,3ZM18,15V10H19H20V17C20,18.104 19.103,19 18,19H11V21H15V23H5V21H9V19H2C0.897,19 0,18.104 0,17V6C0,4.897 0.897,4 2,4H12V6H2V15H7H10H13H18Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_call_indicator_voice_16dp.xml to/res/drawable-anydpi-v24/ic_call_indicator_voice_16dp.xml
*** from/res/drawable-anydpi-v24/ic_call_indicator_voice_16dp.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/ic_call_indicator_voice_16dp.xml 2021-01-11 15:14:01.463588488 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M11.383,3.079C11.009,2.925 10.579,3.01 10.293,3.296L6,8.002H3C2.45,8.002 2,8.453 2,9.002V15.002C2,15.552 2.45,16.002 3,16.002H6L10.293,20.71C10.579,20.996 11.009,21.082 11.383,20.927C11.757,20.772 12,20.407 12,20.002V4.002C12,3.599 11.757,3.232 11.383,3.079ZM14,5.0019V7.0019C16.757,7.0019 19,9.2459 19,12.002C19,14.759 16.757,17.002 14,17.002V19.002C17.86,19.002 21,15.863 21,12.002C21,8.143 17.86,5.0019 14,5.0019ZM14,9.002C15.654,9.002 17,10.349 17,12.002C17,13.657 15.654,15.002 14,15.002V13.002C14.551,13.002 15,12.553 15,12.002C15,11.451 14.551,11.002 14,11.002V9.002Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M11.383,3.079C11.009,2.925 10.579,3.01 10.293,3.296L6,8.002H3C2.45,8.002 2,8.453 2,9.002V15.002C2,15.552 2.45,16.002 3,16.002H6L10.293,20.71C10.579,20.996 11.009,21.082 11.383,20.927C11.757,20.772 12,20.407 12,20.002V4.002C12,3.599 11.757,3.232 11.383,3.079ZM14,5.0019V7.0019C16.757,7.0019 19,9.2459 19,12.002C19,14.759 16.757,17.002 14,17.002V19.002C17.86,19.002 21,15.863 21,12.002C21,8.143 17.86,5.0019 14,5.0019ZM14,9.002C15.654,9.002 17,10.349 17,12.002C17,13.657 15.654,15.002 14,15.002V13.002C14.551,13.002 15,12.553 15,12.002C15,11.451 14.551,11.002 14,11.002V9.002Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_creditcard_amex.xml to/res/drawable-anydpi-v24/ic_creditcard_amex.xml
*** from/res/drawable-anydpi-v24/ic_creditcard_amex.xml 2021-01-02 17:58:42.701416305 -0700
--- to/res/drawable-anydpi-v24/ic_creditcard_amex.xml 2021-01-11 15:14:01.246591737 -0700
***************
*** 2,6 ****
<vector android:height="22.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="22.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff4db3ff" android:pathData="M2,0L30,0A2,2 0,0 1,32 2L32,20A2,2 0,0 1,30 22L2,22A2,2 0,0 1,0 20L0,2A2,2 0,0 1,2 0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M8,13h24v4H8zM0,6h24v4H0z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 2,6 ----
<vector android:height="22.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="22.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff4db3ff" android:pathData="M2,0L30,0A2,2 0,0 1,32 2L32,20A2,2 0,0 1,30 22L2,22A2,2 0,0 1,0 20L0,2A2,2 0,0 1,2 0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M8,13h24v4H8zM0,6h24v4H0z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_edit_24dp.xml to/res/drawable-anydpi-v24/ic_edit_24dp.xml
*** from/res/drawable-anydpi-v24/ic_edit_24dp.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/ic_edit_24dp.xml 2021-01-11 15:14:01.486588143 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19.2929,9.83L19.9409,9.1828C21.353,7.7707 21.353,5.472 19.9409,4.059C18.5287,2.6468 16.2292,2.6468 14.817,4.059L14.1699,4.707L19.2929,9.83ZM12.8962,5.9769L5.1847,13.6907L10.3085,18.813L18.0201,11.0993L12.8962,5.9769ZM4.1185,20.9705L8.7591,19.8112L4.1869,15.2391L3.0268,19.8796C2.9503,20.1856 3.0403,20.5105 3.2635,20.7338C3.4867,20.957 3.8116,21.0461 4.1185,20.9705Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19.2929,9.83L19.9409,9.1828C21.353,7.7707 21.353,5.472 19.9409,4.059C18.5287,2.6468 16.2292,2.6468 14.817,4.059L14.1699,4.707L19.2929,9.83ZM12.8962,5.9769L5.1847,13.6907L10.3085,18.813L18.0201,11.0993L12.8962,5.9769ZM4.1185,20.9705L8.7591,19.8112L4.1869,15.2391L3.0268,19.8796C2.9503,20.1856 3.0403,20.5105 3.2635,20.7338C3.4867,20.957 3.8116,21.0461 4.1185,20.9705Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_emoji_picker_category_custom.xml to/res/drawable-anydpi-v24/ic_emoji_picker_category_custom.xml
*** from/res/drawable-anydpi-v24/ic_emoji_picker_category_custom.xml 2021-01-02 17:58:42.702416289 -0700
--- to/res/drawable-anydpi-v24/ic_emoji_picker_category_custom.xml 2021-01-11 15:14:01.482588203 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M20.0938,2H3.9063C2.855,2 2,2.855 2,3.9063V20.0938C2,21.145 2.855,22 3.9063,22H20.0938C21.145,22 22,21.145 22,20.0938V3.9063C22,2.855 21.145,2 20.0938,2ZM7,5.75C7,6.44 6.44,7 5.75,7C5.06,7 4.5,6.44 4.5,5.75C4.5,5.06 5.06,4.5 5.75,4.5C6.44,4.5 7,5.06 7,5.75ZM5.75,19.5C6.44,19.5 7,18.94 7,18.25C7,17.56 6.44,17 5.75,17C5.06,17 4.5,17.56 4.5,18.25C4.5,18.94 5.06,19.5 5.75,19.5ZM19.5,18.25C19.5,18.94 18.94,19.5 18.25,19.5C17.56,19.5 17,18.94 17,18.25C17,17.56 17.56,17 18.25,17C18.94,17 19.5,17.56 19.5,18.25ZM18.25,7C18.94,7 19.5,6.44 19.5,5.75C19.5,5.06 18.94,4.5 18.25,4.5C17.56,4.5 17,5.06 17,5.75C17,6.44 17.56,7 18.25,7ZM13.25,17C13.25,17.69 12.69,18.25 12,18.25C11.31,18.25 10.75,17.69 10.75,17C10.75,16.31 11.31,15.75 12,15.75C12.69,15.75 13.25,16.31 13.25,17ZM9.0775,8.4875C8.9912,8.59 9.0087,8.7463 9.1112,8.8337L10.1575,9.7175C10.2587,9.8025 10.41,9.7937 10.4987,9.695C10.8425,9.315 11.2687,9.13 11.695,9.0887C14.0362,8.8825 13.9575,12.1112 11.7425,12.1112C11.6212,12.1112 11.3712,12.1112 11.0625,12.0612C10.9075,12.0363 10.77,12.1637 10.7775,12.32L10.8912,14.5413C10.8987,14.6737 11.0075,14.7775 11.14,14.7775H12.5975C12.7237,14.7775 12.83,14.6838 12.845,14.5588L12.9537,13.67C12.9675,13.5612 13.0512,13.4775 13.1587,13.4563C17.1462,12.6987 16.3312,7 12.09,7C11.0575,7 9.9687,7.425 9.0775,8.4875Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M20.0938,2H3.9063C2.855,2 2,2.855 2,3.9063V20.0938C2,21.145 2.855,22 3.9063,22H20.0938C21.145,22 22,21.145 22,20.0938V3.9063C22,2.855 21.145,2 20.0938,2ZM7,5.75C7,6.44 6.44,7 5.75,7C5.06,7 4.5,6.44 4.5,5.75C4.5,5.06 5.06,4.5 5.75,4.5C6.44,4.5 7,5.06 7,5.75ZM5.75,19.5C6.44,19.5 7,18.94 7,18.25C7,17.56 6.44,17 5.75,17C5.06,17 4.5,17.56 4.5,18.25C4.5,18.94 5.06,19.5 5.75,19.5ZM19.5,18.25C19.5,18.94 18.94,19.5 18.25,19.5C17.56,19.5 17,18.94 17,18.25C17,17.56 17.56,17 18.25,17C18.94,17 19.5,17.56 19.5,18.25ZM18.25,7C18.94,7 19.5,6.44 19.5,5.75C19.5,5.06 18.94,4.5 18.25,4.5C17.56,4.5 17,5.06 17,5.75C17,6.44 17.56,7 18.25,7ZM13.25,17C13.25,17.69 12.69,18.25 12,18.25C11.31,18.25 10.75,17.69 10.75,17C10.75,16.31 11.31,15.75 12,15.75C12.69,15.75 13.25,16.31 13.25,17ZM9.0775,8.4875C8.9912,8.59 9.0087,8.7463 9.1112,8.8337L10.1575,9.7175C10.2587,9.8025 10.41,9.7937 10.4987,9.695C10.8425,9.315 11.2687,9.13 11.695,9.0887C14.0362,8.8825 13.9575,12.1112 11.7425,12.1112C11.6212,12.1112 11.3712,12.1112 11.0625,12.0612C10.9075,12.0363 10.77,12.1637 10.7775,12.32L10.8912,14.5413C10.8987,14.6737 11.0075,14.7775 11.14,14.7775H12.5975C12.7237,14.7775 12.83,14.6838 12.845,14.5588L12.9537,13.67C12.9675,13.5612 13.0512,13.4775 13.1587,13.4563C17.1462,12.6987 16.3312,7 12.09,7C11.0575,7 9.9687,7.425 9.0775,8.4875Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_empty_server_settings_integrations_light.xml to/res/drawable-anydpi-v24/ic_empty_server_settings_integrations_light.xml
*** from/res/drawable-anydpi-v24/ic_empty_server_settings_integrations_light.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/ic_empty_server_settings_integrations_light.xml 2021-01-11 15:14:01.405589356 -0700
***************
*** 17,27 ****
<path android:fillColor="#ffdcddde" android:pathData="M93.49,155.046l56.14,32.411l0,-20.801l-56.14,-32.411z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M123.437,131.403C127.5,133.749 133.163,134.6 138.396,133.967L138.396,130.966C138.396,130.423 138.517,129.897 138.727,129.392 134.94,130.2 130.523,129.731 127.481,127.975 123.314,125.57 123.314,121.67 127.481,119.263 128.145,118.881 128.881,118.565 129.655,118.303L129.655,115.782C127.386,116.236 125.249,116.975 123.437,118.021 117.036,121.716 117.036,127.708 123.437,131.403M145.336,125.186C147.31,124.824 149.42,124.841 151.37,125.26 151.63,122.66 150.057,120.008 146.615,118.021 144.803,116.975 142.667,116.236 140.397,115.782L140.397,118.303C141.171,118.565 141.907,118.88 142.571,119.264 145.351,120.869 146.265,123.138 145.336,125.186" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M131.655,106.514L131.655,121.591C131.655,122.847 132.677,123.868 133.933,123.868L136.118,123.868C137.374,123.868 138.396,122.847 138.396,121.591L138.396,106.514C137.319,106.804 136.193,106.973 135.026,106.973C133.859,106.973 132.732,106.804 131.655,106.514" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M146.045,93.954C146.045,87.879 141.102,82.935 135.026,82.935C128.95,82.935 124.007,87.879 124.007,93.954C124.007,100.03 128.95,104.974 135.026,104.974C141.102,104.974 146.045,100.03 146.045,93.954" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M163.985,143.745C167.064,145.522 172.267,145.522 175.346,143.745C176.675,142.978 177.407,142.018 177.407,141.042L177.407,137.944C177.086,138.203 176.739,138.452 176.347,138.679C174.474,139.76 172.07,140.301 169.666,140.301C167.262,140.301 164.858,139.76 162.985,138.679C162.592,138.451 162.245,138.203 161.924,137.944L161.924,141.043C161.924,142.018 162.656,142.978 163.985,143.745" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M163.985,136.946C167.064,138.723 172.268,138.723 175.347,136.946C176.675,136.179 177.407,135.219 177.407,134.244C177.407,133.268 176.675,132.308 175.347,131.542C173.807,130.653 171.736,130.209 169.666,130.209C167.595,130.209 165.525,130.653 163.985,131.542C162.656,132.308 161.925,133.268 161.925,134.244C161.925,135.219 162.656,136.179 163.985,136.946" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M148.137,137.023C145.734,137.023 143.329,136.482 141.456,135.401C141.064,135.173 140.717,134.925 140.396,134.667L140.396,137.764C140.396,138.74 141.128,139.7 142.456,140.466C145.535,142.246 150.738,142.246 153.818,140.466C155.148,139.7 155.878,138.74 155.878,137.763L155.878,134.667C155.557,134.925 155.21,135.173 154.818,135.401C152.945,136.482 150.542,137.023 148.137,137.023" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M142.456,128.264C141.127,129.031 140.396,129.99 140.396,130.965C140.396,131.941 141.127,132.902 142.456,133.669C145.536,135.447 150.738,135.449 153.818,133.669C155.146,132.902 155.878,131.941 155.878,130.965C155.878,129.99 155.146,129.031 153.818,128.264C152.278,127.374 150.207,126.929 148.137,126.929C146.066,126.929 143.996,127.374 142.456,128.264" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M127.049,141.331L121.928,138.374C121.805,138.303 121.668,138.268 121.53,138.268 121.391,138.268 121.253,138.304 121.129,138.376 120.766,138.589 120.728,138.932 120.729,139.069 120.729,139.207 120.769,139.549 121.126,139.755L126.247,142.712C126.494,142.855 126.801,142.854 127.047,142.709 127.41,142.497 127.447,142.154 127.446,142.017 127.446,141.879 127.406,141.537 127.049,141.331M139.282,148.435L134.161,145.478C134.038,145.407 133.901,145.372 133.763,145.372 133.624,145.372 133.485,145.408 133.361,145.481 132.998,145.693 132.961,146.036 132.962,146.173 132.962,146.311 133.002,146.653 133.359,146.859L138.48,149.816C138.727,149.96 139.033,149.958 139.28,149.814 139.642,149.601 139.68,149.258 139.679,149.121 139.679,148.983 139.639,148.641 139.282,148.435" android:fillType="evenOdd" />
<group>
<clip-path android:pathData="M28.108,190.189l178.745,0l0,-109.253l-178.745,0l0,109.253z" />
--- 17,27 ----
<path android:fillColor="#ffdcddde" android:pathData="M93.49,155.046l56.14,32.411l0,-20.801l-56.14,-32.411z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M123.437,131.403C127.5,133.749 133.163,134.6 138.396,133.967L138.396,130.966C138.396,130.423 138.517,129.897 138.727,129.392 134.94,130.2 130.523,129.731 127.481,127.975 123.314,125.57 123.314,121.67 127.481,119.263 128.145,118.881 128.881,118.565 129.655,118.303L129.655,115.782C127.386,116.236 125.249,116.975 123.437,118.021 117.036,121.716 117.036,127.708 123.437,131.403M145.336,125.186C147.31,124.824 149.42,124.841 151.37,125.26 151.63,122.66 150.057,120.008 146.615,118.021 144.803,116.975 142.667,116.236 140.397,115.782L140.397,118.303C141.171,118.565 141.907,118.88 142.571,119.264 145.351,120.869 146.265,123.138 145.336,125.186" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M131.655,106.514L131.655,121.591C131.655,122.847 132.677,123.868 133.933,123.868L136.118,123.868C137.374,123.868 138.396,122.847 138.396,121.591L138.396,106.514C137.319,106.804 136.193,106.973 135.026,106.973C133.859,106.973 132.732,106.804 131.655,106.514" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M146.045,93.954C146.045,87.879 141.102,82.935 135.026,82.935C128.95,82.935 124.007,87.879 124.007,93.954C124.007,100.03 128.95,104.974 135.026,104.974C141.102,104.974 146.045,100.03 146.045,93.954" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M163.985,143.745C167.064,145.522 172.267,145.522 175.346,143.745C176.675,142.978 177.407,142.018 177.407,141.042L177.407,137.944C177.086,138.203 176.739,138.452 176.347,138.679C174.474,139.76 172.07,140.301 169.666,140.301C167.262,140.301 164.858,139.76 162.985,138.679C162.592,138.451 162.245,138.203 161.924,137.944L161.924,141.043C161.924,142.018 162.656,142.978 163.985,143.745" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M163.985,136.946C167.064,138.723 172.268,138.723 175.347,136.946C176.675,136.179 177.407,135.219 177.407,134.244C177.407,133.268 176.675,132.308 175.347,131.542C173.807,130.653 171.736,130.209 169.666,130.209C167.595,130.209 165.525,130.653 163.985,131.542C162.656,132.308 161.925,133.268 161.925,134.244C161.925,135.219 162.656,136.179 163.985,136.946" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M148.137,137.023C145.734,137.023 143.329,136.482 141.456,135.401C141.064,135.173 140.717,134.925 140.396,134.667L140.396,137.764C140.396,138.74 141.128,139.7 142.456,140.466C145.535,142.246 150.738,142.246 153.818,140.466C155.148,139.7 155.878,138.74 155.878,137.763L155.878,134.667C155.557,134.925 155.21,135.173 154.818,135.401C152.945,136.482 150.542,137.023 148.137,137.023" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M142.456,128.264C141.127,129.031 140.396,129.99 140.396,130.965C140.396,131.941 141.127,132.902 142.456,133.669C145.536,135.447 150.738,135.449 153.818,133.669C155.146,132.902 155.878,131.941 155.878,130.965C155.878,129.99 155.146,129.031 153.818,128.264C152.278,127.374 150.207,126.929 148.137,126.929C146.066,126.929 143.996,127.374 142.456,128.264" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M127.049,141.331L121.928,138.374C121.805,138.303 121.668,138.268 121.53,138.268 121.391,138.268 121.253,138.304 121.129,138.376 120.766,138.589 120.728,138.932 120.729,139.069 120.729,139.207 120.769,139.549 121.126,139.755L126.247,142.712C126.494,142.855 126.801,142.854 127.047,142.709 127.41,142.497 127.447,142.154 127.446,142.017 127.446,141.879 127.406,141.537 127.049,141.331M139.282,148.435L134.161,145.478C134.038,145.407 133.901,145.372 133.763,145.372 133.624,145.372 133.485,145.408 133.361,145.481 132.998,145.693 132.961,146.036 132.962,146.173 132.962,146.311 133.002,146.653 133.359,146.859L138.48,149.816C138.727,149.96 139.033,149.958 139.28,149.814 139.642,149.601 139.68,149.258 139.679,149.121 139.679,148.983 139.639,148.641 139.282,148.435" android:fillType="evenOdd" />
<group>
<clip-path android:pathData="M28.108,190.189l178.745,0l0,-109.253l-178.745,0l0,109.253z" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_expression_icon_cutout_24dp.xml to/res/drawable-anydpi-v24/ic_expression_icon_cutout_24dp.xml
*** from/res/drawable-anydpi-v24/ic_expression_icon_cutout_24dp.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/ic_expression_icon_cutout_24dp.xml 2021-01-11 15:14:01.566586946 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M0,10C0,4.477 4.477,0 10,0C15.523,0 20,4.477 20,10C20,10.7763 19.9115,11.5319 19.7441,12.2574C19.1922,12.09 18.6066,12 18,12C17.2925,12 16.6136,12.1225 15.9833,12.3474C15.9944,12.2322 16,12.1163 16,12V11H4V12C4,14.617 6.86,17 10,17C10.7469,17 11.4779,16.8652 12.1584,16.6244C12.0548,17.0662 12,17.5267 12,18C12,18.6066 12.09,19.1922 12.2574,19.7441C11.532,19.9115 10.7763,20 10,20C4.477,20 0,15.522 0,10ZM8,6C8,4.896 7.104,4 6,4C4.896,4 4,4.896 4,6C4,7.105 4.896,8 6,8C7.104,8 8,7.105 8,6ZM12,6C12,7.105 12.896,8 14,8C15.104,8 16,7.105 16,6C16,4.896 15.104,4 14,4C12.896,4 12,4.896 12,6Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M0,10C0,4.477 4.477,0 10,0C15.523,0 20,4.477 20,10C20,10.7763 19.9115,11.5319 19.7441,12.2574C19.1922,12.09 18.6066,12 18,12C17.2925,12 16.6136,12.1225 15.9833,12.3474C15.9944,12.2322 16,12.1163 16,12V11H4V12C4,14.617 6.86,17 10,17C10.7469,17 11.4779,16.8652 12.1584,16.6244C12.0548,17.0662 12,17.5267 12,18C12,18.6066 12.09,19.1922 12.2574,19.7441C11.532,19.9115 10.7763,20 10,20C4.477,20 0,15.522 0,10ZM8,6C8,4.896 7.104,4 6,4C4.896,4 4,4.896 4,6C4,7.105 4.896,8 6,8C7.104,8 8,7.105 8,6ZM12,6C12,7.105 12.896,8 14,8C15.104,8 16,7.105 16,6C16,4.896 15.104,4 14,4C12.896,4 12,4.896 12,6Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_facebook_white_18dp.xml to/res/drawable-anydpi-v24/ic_facebook_white_18dp.xml
*** from/res/drawable-anydpi-v24/ic_facebook_white_18dp.xml 2021-01-02 17:58:42.709416183 -0700
--- to/res/drawable-anydpi-v24/ic_facebook_white_18dp.xml 2021-01-11 15:14:01.419589147 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="18.0dip" android:width="18.0dip" android:viewportWidth="88.0" android:viewportHeight="88.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M4.86,0C2.17,0 0,2.17 0,4.86L0,83.14C0,85.83 2.17,88 4.86,88L47,88L47,53.92L35.54,53.92L35.54,40.64L47,40.64L47,30.85C47,19.48 53.95,13.29 64.09,13.29C68.94,13.29 73.12,13.65 74.33,13.81L74.33,25.69L67.3,25.7C61.79,25.7 60.72,28.32 60.72,32.16L60.72,40.64L73.87,40.64L72.16,53.92L60.72,53.92L60.72,88L83.14,88C85.83,88 88,85.83 88,83.14L88,4.86C88,2.17 85.83,0 83.14,0L4.86,0Z" android:strokeColor="#00000000" android:strokeWidth="1.0" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="18.0dip" android:width="18.0dip" android:viewportWidth="88.0" android:viewportHeight="88.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M4.86,0C2.17,0 0,2.17 0,4.86L0,83.14C0,85.83 2.17,88 4.86,88L47,88L47,53.92L35.54,53.92L35.54,40.64L47,40.64L47,30.85C47,19.48 53.95,13.29 64.09,13.29C68.94,13.29 73.12,13.65 74.33,13.81L74.33,25.69L67.3,25.7C61.79,25.7 60.72,28.32 60.72,32.16L60.72,40.64L73.87,40.64L72.16,53.92L60.72,53.92L60.72,88L83.14,88C85.83,88 88,85.83 88,83.14L88,4.86C88,2.17 85.83,0 83.14,0L4.86,0Z" android:strokeColor="#00000000" android:strokeWidth="1.0" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_facebook_white_24dp.xml to/res/drawable-anydpi-v24/ic_facebook_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_facebook_white_24dp.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/ic_facebook_white_24dp.xml 2021-01-11 15:14:01.327590524 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="88.0" android:viewportHeight="88.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M4.86,0C2.17,0 0,2.17 0,4.86L0,83.14C0,85.83 2.17,88 4.86,88L47,88L47,53.92L35.54,53.92L35.54,40.64L47,40.64L47,30.85C47,19.48 53.95,13.29 64.09,13.29C68.94,13.29 73.12,13.65 74.33,13.81L74.33,25.69L67.3,25.7C61.79,25.7 60.72,28.32 60.72,32.16L60.72,40.64L73.87,40.64L72.16,53.92L60.72,53.92L60.72,88L83.14,88C85.83,88 88,85.83 88,83.14L88,4.86C88,2.17 85.83,0 83.14,0L4.86,0Z" android:strokeColor="#00000000" android:strokeWidth="1.0" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="88.0" android:viewportHeight="88.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M4.86,0C2.17,0 0,2.17 0,4.86L0,83.14C0,85.83 2.17,88 4.86,88L47,88L47,53.92L35.54,53.92L35.54,40.64L47,40.64L47,30.85C47,19.48 53.95,13.29 64.09,13.29C68.94,13.29 73.12,13.65 74.33,13.81L74.33,25.69L67.3,25.7C61.79,25.7 60.72,28.32 60.72,32.16L60.72,40.64L73.87,40.64L72.16,53.92L60.72,53.92L60.72,88L83.14,88C85.83,88 88,85.83 88,83.14L88,4.86C88,2.17 85.83,0 83.14,0L4.86,0Z" android:strokeColor="#00000000" android:strokeWidth="1.0" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_gift_24dp.xml to/res/drawable-anydpi-v24/ic_gift_24dp.xml
*** from/res/drawable-anydpi-v24/ic_gift_24dp.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/ic_gift_24dp.xml 2021-01-11 15:14:01.359590045 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M16.886,7.9991H20C21.104,7.9991 22,8.8961 22,9.9991V11.9991H2V9.9991C2,8.8961 2.897,7.9991 4,7.9991H7.114C6.663,7.7641 6.236,7.4771 5.879,7.1211C4.709,5.9511 4.709,4.0481 5.879,2.8791C7.012,1.7461 8.986,1.7461 10.121,2.8771C11.758,4.5141 11.979,7.5951 11.998,7.9411C11.9991,7.9526 11.9966,7.9629 11.9941,7.9731C11.992,7.9816 11.99,7.99 11.99,7.9991H12.01C12.01,7.9899 12.0079,7.9814 12.0058,7.9729C12.0034,7.9629 12.0009,7.9529 12.002,7.9421C12.022,7.5961 12.242,4.5151 13.879,2.8781C15.014,1.7451 16.986,1.7461 18.121,2.8771C19.29,4.0491 19.29,5.9521 18.121,7.1211C17.764,7.4771 17.337,7.7641 16.886,7.9991ZM7.293,5.7071C6.903,5.3161 6.903,4.6821 7.293,4.2921C7.481,4.1031 7.732,4.0001 8,4.0001C8.268,4.0001 8.519,4.1031 8.707,4.2921C9.297,4.8821 9.641,5.9401 9.825,6.8221C8.945,6.6391 7.879,6.2931 7.293,5.7071ZM14.174,6.8241C14.359,5.9411 14.702,4.8831 15.293,4.2931C15.481,4.1031 15.732,4.0001 16,4.0001C16.268,4.0001 16.519,4.1031 16.706,4.2911C17.096,4.6821 17.097,5.3161 16.707,5.7071C16.116,6.2981 15.057,6.6421 14.174,6.8241ZM3,13.9991V19.9991C3,21.1021 3.897,21.9991 5,21.9991H11V13.9991H3ZM13,13.9991V21.9991H19C20.104,21.9991 21,21.1021 21,19.9991V13.9991H13Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M16.886,7.9991H20C21.104,7.9991 22,8.8961 22,9.9991V11.9991H2V9.9991C2,8.8961 2.897,7.9991 4,7.9991H7.114C6.663,7.7641 6.236,7.4771 5.879,7.1211C4.709,5.9511 4.709,4.0481 5.879,2.8791C7.012,1.7461 8.986,1.7461 10.121,2.8771C11.758,4.5141 11.979,7.5951 11.998,7.9411C11.9991,7.9526 11.9966,7.9629 11.9941,7.9731C11.992,7.9816 11.99,7.99 11.99,7.9991H12.01C12.01,7.9899 12.0079,7.9814 12.0058,7.9729C12.0034,7.9629 12.0009,7.9529 12.002,7.9421C12.022,7.5961 12.242,4.5151 13.879,2.8781C15.014,1.7451 16.986,1.7461 18.121,2.8771C19.29,4.0491 19.29,5.9521 18.121,7.1211C17.764,7.4771 17.337,7.7641 16.886,7.9991ZM7.293,5.7071C6.903,5.3161 6.903,4.6821 7.293,4.2921C7.481,4.1031 7.732,4.0001 8,4.0001C8.268,4.0001 8.519,4.1031 8.707,4.2921C9.297,4.8821 9.641,5.9401 9.825,6.8221C8.945,6.6391 7.879,6.2931 7.293,5.7071ZM14.174,6.8241C14.359,5.9411 14.702,4.8831 15.293,4.2931C15.481,4.1031 15.732,4.0001 16,4.0001C16.268,4.0001 16.519,4.1031 16.706,4.2911C17.096,4.6821 17.097,5.3161 16.707,5.7071C16.116,6.2981 15.057,6.6421 14.174,6.8241ZM3,13.9991V19.9991C3,21.1021 3.897,21.9991 5,21.9991H11V13.9991H3ZM13,13.9991V21.9991H19C20.104,21.9991 21,21.1021 21,19.9991V13.9991H13Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_github_white.xml to/res/drawable-anydpi-v24/ic_github_white.xml
*** from/res/drawable-anydpi-v24/ic_github_white.xml 2021-01-02 17:58:42.703416274 -0700
--- to/res/drawable-anydpi-v24/ic_github_white.xml 2021-01-11 15:14:01.189592590 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="255.0" android:viewportHeight="255.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M127.205,31C74.086,31 31,73.903 31,126.797C31,169.113 58.74,204.963 96.514,217.893C101.235,218.48 103.006,215.542 103.006,213.191C103.006,210.84 103.006,204.963 103.006,196.735C76.447,202.612 70.544,183.805 70.544,183.805C66.413,172.639 59.921,169.7 59.921,169.7C51.067,163.823 60.511,163.823 60.511,163.823C69.954,164.411 75.266,173.814 75.266,173.814C84.119,188.507 97.694,184.393 103.006,182.042C103.596,175.577 106.547,171.463 108.908,169.113C87.661,166.762 65.232,158.534 65.232,121.508C65.232,110.929 68.774,102.701 75.266,95.648C74.676,93.885 71.135,83.894 76.447,70.965C76.447,70.965 84.71,68.614 103.006,80.956C110.679,78.605 118.942,78.017 127.205,78.017C135.468,78.017 143.731,79.192 151.404,80.956C169.7,68.614 177.963,70.965 177.963,70.965C183.275,83.894 179.734,93.885 179.144,96.236C185.046,102.701 189.177,111.517 189.177,122.096C189.177,159.121 166.749,166.762 145.502,169.113C149.043,172.051 151.994,177.928 151.994,186.744C151.994,199.674 151.994,209.665 151.994,213.191C151.994,215.542 153.765,218.48 158.486,217.893C196.85,204.963 224,169.113 224,126.797C223.41,73.903 180.324,31 127.205,31Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="255.0" android:viewportHeight="255.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M127.205,31C74.086,31 31,73.903 31,126.797C31,169.113 58.74,204.963 96.514,217.893C101.235,218.48 103.006,215.542 103.006,213.191C103.006,210.84 103.006,204.963 103.006,196.735C76.447,202.612 70.544,183.805 70.544,183.805C66.413,172.639 59.921,169.7 59.921,169.7C51.067,163.823 60.511,163.823 60.511,163.823C69.954,164.411 75.266,173.814 75.266,173.814C84.119,188.507 97.694,184.393 103.006,182.042C103.596,175.577 106.547,171.463 108.908,169.113C87.661,166.762 65.232,158.534 65.232,121.508C65.232,110.929 68.774,102.701 75.266,95.648C74.676,93.885 71.135,83.894 76.447,70.965C76.447,70.965 84.71,68.614 103.006,80.956C110.679,78.605 118.942,78.017 127.205,78.017C135.468,78.017 143.731,79.192 151.404,80.956C169.7,68.614 177.963,70.965 177.963,70.965C183.275,83.894 179.734,93.885 179.144,96.236C185.046,102.701 189.177,111.517 189.177,122.096C189.177,159.121 166.749,166.762 145.502,169.113C149.043,172.051 151.994,177.928 151.994,186.744C151.994,199.674 151.994,209.665 151.994,213.191C151.994,215.542 153.765,218.48 158.486,217.893C196.85,204.963 224,169.113 224,126.797C223.41,73.903 180.324,31 127.205,31Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_guild_invite_24dp.xml to/res/drawable-anydpi-v24/ic_guild_invite_24dp.xml
*** from/res/drawable-anydpi-v24/ic_guild_invite_24dp.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/ic_guild_invite_24dp.xml 2021-01-11 15:14:01.538587365 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M21,3H24V5H21V8H19V5H16V3H19V0H21V3ZM10,12C12.205,12 14,10.205 14,8C14,5.795 12.205,4 10,4C7.795,4 6,5.795 6,8C6,10.205 7.795,12 10,12ZM10,13C5.289,13 2,15.467 2,19V20H18V19C18,15.467 14.711,13 10,13Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M21,3H24V5H21V8H19V5H16V3H19V0H21V3ZM10,12C12.205,12 14,10.205 14,8C14,5.795 12.205,4 10,4C7.795,4 6,5.795 6,8C6,10.205 7.795,12 10,12ZM10,13C5.289,13 2,15.467 2,19V20H18V19C18,15.467 14.711,13 10,13Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_guild_notifications_24dp.xml to/res/drawable-anydpi-v24/ic_guild_notifications_24dp.xml
*** from/res/drawable-anydpi-v24/ic_guild_notifications_24dp.xml 2021-01-02 17:58:42.703416274 -0700
--- to/res/drawable-anydpi-v24/ic_guild_notifications_24dp.xml 2021-01-11 15:14:01.209592291 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M18,9V14C18,15.657 19.344,17 21,17V18H3V17C4.656,17 6,15.657 6,14V9C6,5.686 8.686,3 12,3C15.314,3 18,5.686 18,9ZM11.9999,21C10.5239,21 9.2479,20.19 8.5549,19H15.4449C14.7519,20.19 13.4759,21 11.9999,21Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M18,9V14C18,15.657 19.344,17 21,17V18H3V17C4.656,17 6,15.657 6,14V9C6,5.686 8.686,3 12,3C15.314,3 18,5.686 18,9ZM11.9999,21C10.5239,21 9.2479,20.19 8.5549,19H15.4449C14.7519,20.19 13.4759,21 11.9999,21Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_header_members_add_white_24dp.xml to/res/drawable-anydpi-v24/ic_header_members_add_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_header_members_add_white_24dp.xml 2021-01-02 17:58:42.709416183 -0700
--- to/res/drawable-anydpi-v24/ic_header_members_add_white_24dp.xml 2021-01-11 15:14:01.237591872 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M21,3H24V5H21V8H19V5H16V3H19V0H21V3ZM10,12C12.205,12 14,10.205 14,8C14,5.795 12.205,4 10,4C7.795,4 6,5.795 6,8C6,10.205 7.795,12 10,12ZM10,13C5.289,13 2,15.467 2,19V20H18V19C18,15.467 14.711,13 10,13Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M21,3H24V5H21V8H19V5H16V3H19V0H21V3ZM10,12C12.205,12 14,10.205 14,8C14,5.795 12.205,4 10,4C7.795,4 6,5.795 6,8C6,10.205 7.795,12 10,12ZM10,13C5.289,13 2,15.467 2,19V20H18V19C18,15.467 14.711,13 10,13Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_headset_deafened_interactiveactive_dark_24dp.xml to/res/drawable-anydpi-v24/ic_headset_deafened_interactiveactive_dark_24dp.xml
*** from/res/drawable-anydpi-v24/ic_headset_deafened_interactiveactive_dark_24dp.xml 2021-01-02 17:58:42.707416213 -0700
--- to/res/drawable-anydpi-v24/ic_headset_deafened_interactiveactive_dark_24dp.xml 2021-01-11 15:14:01.428589012 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19.3645,8.8781C19.7735,9.8385 20,10.8948 20,12.0031V15.0031H18C16.896,15.0031 16,15.8991 16,17.0031V20.0031C16,21.1071 16.896,22.0031 18,22.0031H20C21.104,22.0031 22,21.1071 22,20.0031V12.0031C22,10.3352 21.5897,8.7616 20.8648,7.3777L19.3645,8.8781ZM16.6212,3.1361C15.2382,2.4125 13.666,2.0031 12,2.0031C6.486,2.0031 2,6.488 2,12.0031V17.7573L4.7542,15.0031H4V12.0031C4,7.5911 7.589,4.003 12,4.003C13.1065,4.003 14.1612,4.2288 15.1205,4.6367L16.6212,3.1361Z" android:fillType="evenOdd" />
<path android:fillColor="#fff04747" android:pathData="M2.8076,19.7782l16.9706,-16.9706l1.4142,1.4142l-16.9706,16.9706z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19.3645,8.8781C19.7735,9.8385 20,10.8948 20,12.0031V15.0031H18C16.896,15.0031 16,15.8991 16,17.0031V20.0031C16,21.1071 16.896,22.0031 18,22.0031H20C21.104,22.0031 22,21.1071 22,20.0031V12.0031C22,10.3352 21.5897,8.7616 20.8648,7.3777L19.3645,8.8781ZM16.6212,3.1361C15.2382,2.4125 13.666,2.0031 12,2.0031C6.486,2.0031 2,6.488 2,12.0031V17.7573L4.7542,15.0031H4V12.0031C4,7.5911 7.589,4.003 12,4.003C13.1065,4.003 14.1612,4.2288 15.1205,4.6367L16.6212,3.1361Z" android:fillType="evenOdd" />
<path android:fillColor="#fff04747" android:pathData="M2.8076,19.7782l16.9706,-16.9706l1.4142,1.4142l-16.9706,16.9706z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_instagram_white_18dp.xml to/res/drawable-anydpi-v24/ic_instagram_white_18dp.xml
*** from/res/drawable-anydpi-v24/ic_instagram_white_18dp.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/ic_instagram_white_18dp.xml 2021-01-11 15:14:01.281591213 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="18.0dip" android:width="18.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M4.7001,0.0532C3.8489,0.092 3.2675,0.2272 2.7588,0.4249c-0.5259,0.2043 -0.9719,0.4778 -1.4165,0.9224 -0.4446,0.4446 -0.7181,0.8906 -0.9224,1.4165 -0.1977,0.5087 -0.3329,1.0901 -0.3717,1.9413C0.0092,5.5582 0,5.8305 0,8.0025 0,10.1745 0.0092,10.4469 0.0481,11.2999c0.0388,0.8512 0.174,1.4326 0.3717,1.9413 0.2043,0.5259 0.4778,0.9719 0.9224,1.4165 0.4446,0.4446 0.8906,0.7181 1.4165,0.9224 0.5087,0.1977 1.0901,0.3329 1.9413,0.3717C5.5531,15.9908 5.8255,16 7.9975,16c2.172,0 2.4443,-0.0092 3.2973,-0.0481 0.8512,-0.0388 1.4326,-0.174 1.9413,-0.3717 0.5259,-0.2044 0.9719,-0.4778 1.4165,-0.9224 0.4446,-0.4446 0.7181,-0.8906 0.9224,-1.4165 0.1977,-0.5087 0.3329,-1.0901 0.3717,-1.9413 0.0389,-0.853 0.0481,-1.1254 0.0481,-3.2973 0,-2.172 -0.0092,-2.4443 -0.0481,-3.2974 -0.0388,-0.8512 -0.174,-1.4326 -0.3717,-1.9413 -0.2044,-0.5259 -0.4778,-0.9719 -0.9224,-1.4165 -0.4446,-0.4446 -0.8906,-0.7181 -1.4165,-0.9224C12.7274,0.2272 12.1461,0.092 11.2948,0.0532 10.4418,0.0143 10.1695,0.005 7.9975,0.005c-2.172,0 -2.4443,0.0092 -3.2974,0.0481zM8,2.005c1.9542,0 2.1856,0.0075 2.9574,0.0427 0.7136,0.0325 1.1011,0.1518 1.359,0.252 0.3416,0.1328 0.5854,0.2914 0.8415,0.5475 0.2561,0.2561 0.4147,0.4999 0.5475,0.8415 0.1002,0.2579 0.2195,0.6454 0.252,1.359C13.9925,5.8194 14,6.0509 14,8.0051c0,1.9542 -0.0075,2.1856 -0.0427,2.9574 -0.0325,0.7136 -0.1518,1.1011 -0.252,1.359 -0.1328,0.3416 -0.2914,0.5854 -0.5475,0.8415 -0.2561,0.2561 -0.4999,0.4147 -0.8415,0.5475 -0.2579,0.1002 -0.6454,0.2195 -1.359,0.252 -0.7716,0.0352 -1.0031,0.0427 -2.9574,0.0427 -1.9543,0 -2.1858,-0.0075 -2.9574,-0.0427 -0.7136,-0.0325 -1.1011,-0.1518 -1.359,-0.252 -0.3416,-0.1328 -0.5854,-0.2914 -0.8415,-0.5475 -0.2561,-0.2561 -0.4147,-0.4999 -0.5475,-0.8415 -0.1002,-0.2579 -0.2195,-0.6454 -0.252,-1.359C2.0075,10.1907 2,9.9592 2,8.0051c0,-1.9542 0.0075,-2.1857 0.0427,-2.9574 0.0325,-0.7136 0.1518,-1.1011 0.252,-1.359 0.1328,-0.3416 0.2914,-0.5854 0.5475,-0.8415 0.2561,-0.2561 0.4999,-0.4147 0.8415,-0.5475 0.2579,-0.1002 0.6454,-0.2195 1.359,-0.252 0.7717,-0.0352 1.0032,-0.0427 2.9574,-0.0427z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M8,10C6.8954,10 6,9.1046 6,8 6,6.8954 6.8954,6 8,6 9.1046,6 10,6.8954 10,8 10,9.1046 9.1046,10 8,10zM8,4C5.7908,4 4,5.7908 4,8 4,10.2092 5.7908,12 8,12 10.2092,12 12,10.2092 12,8 12,5.7908 10.2092,4 8,4zM13,4C13,4.5523 12.5523,5 12,5 11.4477,5 11,4.5523 11,4 11,3.4477 11.4477,3 12,3 12.5523,3 13,3.4477 13,4" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="18.0dip" android:width="18.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M4.7001,0.0532C3.8489,0.092 3.2675,0.2272 2.7588,0.4249c-0.5259,0.2043 -0.9719,0.4778 -1.4165,0.9224 -0.4446,0.4446 -0.7181,0.8906 -0.9224,1.4165 -0.1977,0.5087 -0.3329,1.0901 -0.3717,1.9413C0.0092,5.5582 0,5.8305 0,8.0025 0,10.1745 0.0092,10.4469 0.0481,11.2999c0.0388,0.8512 0.174,1.4326 0.3717,1.9413 0.2043,0.5259 0.4778,0.9719 0.9224,1.4165 0.4446,0.4446 0.8906,0.7181 1.4165,0.9224 0.5087,0.1977 1.0901,0.3329 1.9413,0.3717C5.5531,15.9908 5.8255,16 7.9975,16c2.172,0 2.4443,-0.0092 3.2973,-0.0481 0.8512,-0.0388 1.4326,-0.174 1.9413,-0.3717 0.5259,-0.2044 0.9719,-0.4778 1.4165,-0.9224 0.4446,-0.4446 0.7181,-0.8906 0.9224,-1.4165 0.1977,-0.5087 0.3329,-1.0901 0.3717,-1.9413 0.0389,-0.853 0.0481,-1.1254 0.0481,-3.2973 0,-2.172 -0.0092,-2.4443 -0.0481,-3.2974 -0.0388,-0.8512 -0.174,-1.4326 -0.3717,-1.9413 -0.2044,-0.5259 -0.4778,-0.9719 -0.9224,-1.4165 -0.4446,-0.4446 -0.8906,-0.7181 -1.4165,-0.9224C12.7274,0.2272 12.1461,0.092 11.2948,0.0532 10.4418,0.0143 10.1695,0.005 7.9975,0.005c-2.172,0 -2.4443,0.0092 -3.2974,0.0481zM8,2.005c1.9542,0 2.1856,0.0075 2.9574,0.0427 0.7136,0.0325 1.1011,0.1518 1.359,0.252 0.3416,0.1328 0.5854,0.2914 0.8415,0.5475 0.2561,0.2561 0.4147,0.4999 0.5475,0.8415 0.1002,0.2579 0.2195,0.6454 0.252,1.359C13.9925,5.8194 14,6.0509 14,8.0051c0,1.9542 -0.0075,2.1856 -0.0427,2.9574 -0.0325,0.7136 -0.1518,1.1011 -0.252,1.359 -0.1328,0.3416 -0.2914,0.5854 -0.5475,0.8415 -0.2561,0.2561 -0.4999,0.4147 -0.8415,0.5475 -0.2579,0.1002 -0.6454,0.2195 -1.359,0.252 -0.7716,0.0352 -1.0031,0.0427 -2.9574,0.0427 -1.9543,0 -2.1858,-0.0075 -2.9574,-0.0427 -0.7136,-0.0325 -1.1011,-0.1518 -1.359,-0.252 -0.3416,-0.1328 -0.5854,-0.2914 -0.8415,-0.5475 -0.2561,-0.2561 -0.4147,-0.4999 -0.5475,-0.8415 -0.1002,-0.2579 -0.2195,-0.6454 -0.252,-1.359C2.0075,10.1907 2,9.9592 2,8.0051c0,-1.9542 0.0075,-2.1857 0.0427,-2.9574 0.0325,-0.7136 0.1518,-1.1011 0.252,-1.359 0.1328,-0.3416 0.2914,-0.5854 0.5475,-0.8415 0.2561,-0.2561 0.4999,-0.4147 0.8415,-0.5475 0.2579,-0.1002 0.6454,-0.2195 1.359,-0.252 0.7717,-0.0352 1.0032,-0.0427 2.9574,-0.0427z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M8,10C6.8954,10 6,9.1046 6,8 6,6.8954 6.8954,6 8,6 9.1046,6 10,6.8954 10,8 10,9.1046 9.1046,10 8,10zM8,4C5.7908,4 4,5.7908 4,8 4,10.2092 5.7908,12 8,12 10.2092,12 12,10.2092 12,8 12,5.7908 10.2092,4 8,4zM13,4C13,4.5523 12.5523,5 12,5 11.4477,5 11,4.5523 11,4 11,3.4477 11.4477,3 12,3 12.5523,3 13,3.4477 13,4" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_members_24dp.xml to/res/drawable-anydpi-v24/ic_members_24dp.xml
*** from/res/drawable-anydpi-v24/ic_members_24dp.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/ic_members_24dp.xml 2021-01-11 15:14:01.180592725 -0700
***************
*** 1,8 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M14,8.006C14,10.211 12.206,12.006 10,12.006C7.795,12.006 6,10.211 6,8.006C6,5.801 7.794,4.006 10,4.006C12.206,4.006 14,5.801 14,8.006ZM2,19.006C2,15.473 5.29,13.006 10,13.006C14.711,13.006 18,15.473 18,19.006V20.006H2V19.006Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M14,8.006C14,10.211 12.206,12.006 10,12.006C7.795,12.006 6,10.211 6,8.006C6,5.801 7.794,4.006 10,4.006C12.206,4.006 14,5.801 14,8.006ZM2,19.006C2,15.473 5.29,13.006 10,13.006C14.711,13.006 18,15.473 18,19.006V20.006H2V19.006Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M20.0001,20.006H22.0001V19.006C22.0001,16.4433 20.2697,14.4415 17.5213,13.5352C19.0621,14.9127 20.0001,16.8058 20.0001,19.006V20.006Z" />
! <path android:fillColor="#ffffffff" android:pathData="M14.8834,11.9077C16.6657,11.5044 18.0001,9.9077 18.0001,8.006C18.0001,5.9692 16.4693,4.2822 14.4971,4.0367C15.4322,5.0951 16.0001,6.4852 16.0001,8.006C16.0001,9.4489 15.4889,10.7742 14.6378,11.8101C14.7203,11.8417 14.8022,11.8743 14.8834,11.9077Z" />
</vector>
\ No newline at end of file
--- 1,8 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M14,8.006C14,10.211 12.206,12.006 10,12.006C7.795,12.006 6,10.211 6,8.006C6,5.801 7.794,4.006 10,4.006C12.206,4.006 14,5.801 14,8.006ZM2,19.006C2,15.473 5.29,13.006 10,13.006C14.711,13.006 18,15.473 18,19.006V20.006H2V19.006Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M14,8.006C14,10.211 12.206,12.006 10,12.006C7.795,12.006 6,10.211 6,8.006C6,5.801 7.794,4.006 10,4.006C12.206,4.006 14,5.801 14,8.006ZM2,19.006C2,15.473 5.29,13.006 10,13.006C14.711,13.006 18,15.473 18,19.006V20.006H2V19.006Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M20.0001,20.006H22.0001V19.006C22.0001,16.4433 20.2697,14.4415 17.5213,13.5352C19.0621,14.9127 20.0001,16.8058 20.0001,19.006V20.006Z" />
! <path android:fillColor="@color/white" android:pathData="M14.8834,11.9077C16.6657,11.5044 18.0001,9.9077 18.0001,8.006C18.0001,5.9692 16.4693,4.2822 14.4971,4.0367C15.4322,5.0951 16.0001,6.4852 16.0001,8.006C16.0001,9.4489 15.4889,10.7742 14.6378,11.8101C14.7203,11.8417 14.8022,11.8743 14.8834,11.9077Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_mic_white_24dp.xml to/res/drawable-anydpi-v24/ic_mic_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_mic_white_24dp.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/ic_mic_white_24dp.xml 2021-01-11 15:14:01.375589806 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M14.99,11C14.99,12.66 13.66,14 12,14C10.34,14 9,12.66 9,11V5C9,3.34 10.34,2 12,2C13.66,2 15,3.34 15,5L14.99,11ZM12,16.1C14.76,16.1 17.3,14 17.3,11H19C19,14.42 16.28,17.24 13,17.72V21H11V17.72C7.72,17.23 5,14.41 5,11H6.7C6.7,14 9.24,16.1 12,16.1ZM12,4C11.2,4 11,4.6667 11,5V11C11,11.3333 11.2,12 12,12C12.8,12 13,11.3333 13,11V5C13,4.6667 12.8,4 12,4Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M14.99,11C14.99,12.66 13.66,14 12,14C10.34,14 9,12.66 9,11V5C9,3.34 10.34,2 12,2C13.66,2 15,3.34 15,5L14.99,11ZM12,16.1C14.76,16.1 17.3,14 17.3,11H19C19,14.42 16.28,17.24 13,17.72V22H11V17.72C7.72,17.23 5,14.41 5,11H6.7C6.7,14 9.24,16.1 12,16.1Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M14.99,11C14.99,12.66 13.66,14 12,14C10.34,14 9,12.66 9,11V5C9,3.34 10.34,2 12,2C13.66,2 15,3.34 15,5L14.99,11ZM12,16.1C14.76,16.1 17.3,14 17.3,11H19C19,14.42 16.28,17.24 13,17.72V21H11V17.72C7.72,17.23 5,14.41 5,11H6.7C6.7,14 9.24,16.1 12,16.1ZM12,4C11.2,4 11,4.6667 11,5V11C11,11.3333 11.2,12 12,12C12.8,12 13,11.3333 13,11V5C13,4.6667 12.8,4 12,4Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M14.99,11C14.99,12.66 13.66,14 12,14C10.34,14 9,12.66 9,11V5C9,3.34 10.34,2 12,2C13.66,2 15,3.34 15,5L14.99,11ZM12,16.1C14.76,16.1 17.3,14 17.3,11H19C19,14.42 16.28,17.24 13,17.72V22H11V17.72C7.72,17.23 5,14.41 5,11H6.7C6.7,14 9.24,16.1 12,16.1Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_nitro_badge_white.xml to/res/drawable-anydpi-v24/ic_nitro_badge_white.xml
*** from/res/drawable-anydpi-v24/ic_nitro_badge_white.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/ic_nitro_badge_white.xml 2021-01-11 15:14:01.394589521 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M2.2081,10.124C2.6344,10.124 2.9897,9.7758 2.9897,9.3579C2.9897,8.94 2.6344,8.5917 2.2081,8.5917H1.7817C1.3554,8.5917 0.9999,8.94 0.9999,9.3579C0.9999,9.7758 1.3554,10.124 1.7817,10.124H2.2081ZM18.3384,19.3883C22.3888,17.5773 24.0942,12.98 22.2468,9.1489C20.9677,6.4324 18.2675,4.8303 15.425,4.6909H7.3954C6.6847,4.6909 6.1873,5.2483 6.1873,5.8752C6.1873,6.5716 6.7559,7.0593 7.3954,7.0593H9.4561C9.8824,7.0593 10.2377,7.4075 10.2377,7.8254C10.2377,8.2434 9.8824,8.5917 9.4561,8.5917H4.4109C3.9845,8.5917 3.6291,8.94 3.6291,9.3579C3.6291,9.7758 3.9845,10.124 4.4109,10.124H8.0349C8.4613,10.124 8.8165,10.4724 8.8165,10.8904C8.8165,11.3083 8.4613,11.6565 8.0349,11.6565H5.7609C5.3345,11.6565 4.9793,12.0047 4.9793,12.4227C4.9793,12.8406 5.3345,13.189 5.7609,13.189H7.3243C7.3954,14.0249 7.6086,14.8607 7.9638,15.6269C9.7403,19.458 14.4303,21.1297 18.3384,19.3883ZM11.0659,14.1999C10.0342,11.9974 11.0194,9.392 13.2663,8.3806C15.5132,7.3692 18.1711,8.3349 19.2029,10.5374C20.2347,12.7399 19.2496,15.3453 17.0025,16.3567C14.7556,17.3681 12.0977,16.4024 11.0659,14.1999Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M16.8462,9.8455L18.2674,12.2138C18.3385,12.3531 18.3385,12.4228 18.2674,12.5621L16.8462,14.9304C16.7751,15.0697 16.6331,15.0697 16.562,15.0697H13.7906C13.6486,15.0697 13.5775,14.9999 13.5065,14.9304L12.0852,12.5621C12.0143,12.4228 12.0143,12.3531 12.0852,12.2138L13.5065,9.8455C13.5775,9.7062 13.7197,9.7062 13.7906,9.7062H16.562C16.7042,9.6365 16.7751,9.7062 16.8462,9.8455Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M2.2081,10.124C2.6344,10.124 2.9897,9.7758 2.9897,9.3579C2.9897,8.94 2.6344,8.5917 2.2081,8.5917H1.7817C1.3554,8.5917 0.9999,8.94 0.9999,9.3579C0.9999,9.7758 1.3554,10.124 1.7817,10.124H2.2081ZM18.3384,19.3883C22.3888,17.5773 24.0942,12.98 22.2468,9.1489C20.9677,6.4324 18.2675,4.8303 15.425,4.6909H7.3954C6.6847,4.6909 6.1873,5.2483 6.1873,5.8752C6.1873,6.5716 6.7559,7.0593 7.3954,7.0593H9.4561C9.8824,7.0593 10.2377,7.4075 10.2377,7.8254C10.2377,8.2434 9.8824,8.5917 9.4561,8.5917H4.4109C3.9845,8.5917 3.6291,8.94 3.6291,9.3579C3.6291,9.7758 3.9845,10.124 4.4109,10.124H8.0349C8.4613,10.124 8.8165,10.4724 8.8165,10.8904C8.8165,11.3083 8.4613,11.6565 8.0349,11.6565H5.7609C5.3345,11.6565 4.9793,12.0047 4.9793,12.4227C4.9793,12.8406 5.3345,13.189 5.7609,13.189H7.3243C7.3954,14.0249 7.6086,14.8607 7.9638,15.6269C9.7403,19.458 14.4303,21.1297 18.3384,19.3883ZM11.0659,14.1999C10.0342,11.9974 11.0194,9.392 13.2663,8.3806C15.5132,7.3692 18.1711,8.3349 19.2029,10.5374C20.2347,12.7399 19.2496,15.3453 17.0025,16.3567C14.7556,17.3681 12.0977,16.4024 11.0659,14.1999Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M16.8462,9.8455L18.2674,12.2138C18.3385,12.3531 18.3385,12.4228 18.2674,12.5621L16.8462,14.9304C16.7751,15.0697 16.6331,15.0697 16.562,15.0697H13.7906C13.6486,15.0697 13.5775,14.9999 13.5065,14.9304L12.0852,12.5621C12.0143,12.4228 12.0143,12.3531 12.0852,12.2138L13.5065,9.8455C13.5775,9.7062 13.7197,9.7062 13.7906,9.7062H16.562C16.7042,9.6365 16.7751,9.7062 16.8462,9.8455Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_nitro_rep.xml to/res/drawable-anydpi-v24/ic_nitro_rep.xml
*** from/res/drawable-anydpi-v24/ic_nitro_rep.xml 2021-01-02 17:58:42.701416305 -0700
--- to/res/drawable-anydpi-v24/ic_nitro_rep.xml 2021-01-11 15:14:01.427589027 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ff7289da" android:pathData="M14,5C10.134,5 7,8.134 7,12C7,15.866 10.134,19 14,19C17.866,19 21,15.866 21,12C21,8.134 17.866,5 14,5ZM3,11L4,11C4.5523,11 5,10.5523 5,10C5,9.4477 4.5523,9 4,9L1,9C0.4477,9 0,8.5523 0,8C0,7.4477 0.4477,7 1,7L6,7C6.5523,7 7,6.5523 7,6C7,5.4477 6.5523,5 6,5L3.5,5C2.6716,5 2,4.3284 2,3.5C2,2.6716 2.6716,2 3.5,2L14,2C19.5228,2 24,6.4772 24,12C24,17.5228 19.5228,22 14,22C8.8147,22 4.5511,18.0533 4.0494,13L3,13C2.4477,13 2,12.5523 2,12C2,11.4477 2.4477,11 3,11Z" android:fillType="nonZero" />
! <path android:fillColor="#ff7289da" android:pathData="M14,17C11.2386,17 9,14.7614 9,12C9,9.2386 11.2386,7 14,7C16.7614,7 19,9.2386 19,12C19,14.7614 16.7614,17 14,17ZM15.827,9.4505C15.642,9.1693 15.3281,9 14.9915,9L13.0655,9C12.729,9 12.415,9.1693 12.2301,9.4505L10.9145,11.4505C10.6952,11.784 10.6952,12.216 10.9145,12.5495L12.2301,14.5495C12.415,14.8307 12.729,15 13.0655,15L14.9915,15C15.3281,15 15.642,14.8307 15.827,14.5495L17.1425,12.5495C17.3619,12.216 17.3619,11.784 17.1425,11.4505L15.827,9.4505Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/link" android:pathData="M14,5C10.134,5 7,8.134 7,12C7,15.866 10.134,19 14,19C17.866,19 21,15.866 21,12C21,8.134 17.866,5 14,5ZM3,11L4,11C4.5523,11 5,10.5523 5,10C5,9.4477 4.5523,9 4,9L1,9C0.4477,9 0,8.5523 0,8C0,7.4477 0.4477,7 1,7L6,7C6.5523,7 7,6.5523 7,6C7,5.4477 6.5523,5 6,5L3.5,5C2.6716,5 2,4.3284 2,3.5C2,2.6716 2.6716,2 3.5,2L14,2C19.5228,2 24,6.4772 24,12C24,17.5228 19.5228,22 14,22C8.8147,22 4.5511,18.0533 4.0494,13L3,13C2.4477,13 2,12.5523 2,12C2,11.4477 2.4477,11 3,11Z" android:fillType="nonZero" />
! <path android:fillColor="@color/link" android:pathData="M14,17C11.2386,17 9,14.7614 9,12C9,9.2386 11.2386,7 14,7C16.7614,7 19,9.2386 19,12C19,14.7614 16.7614,17 14,17ZM15.827,9.4505C15.642,9.1693 15.3281,9 14.9915,9L13.0655,9C12.729,9 12.415,9.1693 12.2301,9.4505L10.9145,11.4505C10.6952,11.784 10.6952,12.216 10.9145,12.5495L12.2301,14.5495C12.415,14.8307 12.729,15 13.0655,15L14.9915,15C15.3281,15 15.642,14.8307 15.827,14.5495L17.1425,12.5495C17.3619,12.216 17.3619,11.784 17.1425,11.4505L15.827,9.4505Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_notification_settings_24dp.xml to/res/drawable-anydpi-v24/ic_notification_settings_24dp.xml
*** from/res/drawable-anydpi-v24/ic_notification_settings_24dp.xml 2021-01-02 17:58:42.709416183 -0700
--- to/res/drawable-anydpi-v24/ic_notification_settings_24dp.xml 2021-01-11 15:14:01.441588817 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10.01,21.01C10.01,22.11 10.9,23 12,23C13.1,23 13.99,22.11 13.99,21.01L10.01,21.01L10.01,21.01ZM18.88,16.82L21,18.94L21,20L3,20L3,18.94L5.12,16.82L5.12,11C5.12,7.75 7.37,5.03 10.41,4.31L10.41,3.59C10.41,2.71 11.12,2 12,2C12.88,2 13.59,2.71 13.59,3.59L13.59,4.31C16.63,5.03 18.88,7.75 18.88,11L18.88,16.82ZM13,17L13,15L11,15L11,17L13,17ZM13,13L13,7L11,7L11,13L13,13Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10.01,21.01C10.01,22.11 10.9,23 12,23C13.1,23 13.99,22.11 13.99,21.01L10.01,21.01L10.01,21.01ZM18.88,16.82L21,18.94L21,20L3,20L3,18.94L5.12,16.82L5.12,11C5.12,7.75 7.37,5.03 10.41,4.31L10.41,3.59C10.41,2.71 11.12,2 12,2C12.88,2 13.59,2.71 13.59,3.59L13.59,4.31C16.63,5.03 18.88,7.75 18.88,11L18.88,16.82ZM13,17L13,15L11,15L11,17L13,17ZM13,13L13,7L11,7L11,13L13,13Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_notifications_settings_white_a60_24dp.xml to/res/drawable-anydpi-v24/ic_notifications_settings_white_a60_24dp.xml
*** from/res/drawable-anydpi-v24/ic_notifications_settings_white_a60_24dp.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/ic_notifications_settings_white_a60_24dp.xml 2021-01-11 15:14:01.270591378 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M10.01,21.01C10.01,22.11 10.9,23 12,23C13.1,23 13.99,22.11 13.99,21.01L10.01,21.01L10.01,21.01ZM18.88,16.82L21,18.94L21,20L3,20L3,18.94L5.12,16.82L5.12,11C5.12,7.75 7.37,5.03 10.41,4.31L10.41,3.59C10.41,2.71 11.12,2 12,2C12.88,2 13.59,2.71 13.59,3.59L13.59,4.31C16.63,5.03 18.88,7.75 18.88,11L18.88,16.82ZM13,17L13,15L11,15L11,17L13,17ZM13,13L13,7L11,7L11,13L13,13Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M10.01,21.01C10.01,22.11 10.9,23 12,23C13.1,23 13.99,22.11 13.99,21.01L10.01,21.01L10.01,21.01ZM18.88,16.82L21,18.94L21,20L3,20L3,18.94L5.12,16.82L5.12,11C5.12,7.75 7.37,5.03 10.41,4.31L10.41,3.59C10.41,2.71 11.12,2 12,2C12.88,2 13.59,2.71 13.59,3.59L13.59,4.31C16.63,5.03 18.88,7.75 18.88,11L18.88,16.82ZM13,17L13,15L11,15L11,17L13,17ZM13,13L13,7L11,7L11,13L13,13Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_10.xml to/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_10.xml
*** from/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_10.xml 2021-01-02 17:58:42.702416289 -0700
--- to/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_10.xml 2021-01-11 15:14:01.563586990 -0700
***************
*** 29,36 ****
<path android:fillColor="#ffe444d2" android:pathData="M12.5,38.6l3.1,-2.3l-0.9,3.7l-2.2,-1.4z" />
<path android:fillColor="#ffffadff" android:pathData="M11.2,22l2.2,3l11.3,-2.1l0.9,-3.7l-14.4,2.8z" />
<path android:fillColor="#ffffbdff" android:pathData="M30.6,35.1l-3.7,-1l2.2,3.1l1.5,-2.1z" />
! <path android:fillColor="#ffffffff" android:pathData="M24.7,22.9l-2,0.4l-7.5,11l0.4,2l9.1,-13.4z" />
! <path android:fillColor="#ffffffff" android:pathData="M25.2,25.2l0.4,2.1l-5.6,8.2l-2,0.4l7.2,-10.7z" />
<path android:fillColor="#ffffda13" android:pathData="M39.1,3l0.8,1.7c0.2,0.4 -0.2,0.9 -0.6,0.7l-1.8,-0.9h-0.4l-1.8,0.9c-0.4,0.2 -0.8,-0.3 -0.6,-0.7L35.5,3a0.5,0.5 0,0 0,0 -0.5L34.7,0.8a0.5,0.5 0,0 1,0.6 -0.7l1.8,0.9a0.3,0.3 0,0 0,0.4 0L39.3,0.1a0.5,0.5 0,0 1,0.6 0.7l-0.8,1.7A0.5,0.5 0,0 0,39.1 3Z" />
<path android:fillColor="#ffff9a15" android:pathData="M5.1,32.5 L6,34.2a0.5,0.5 0,0 1,-0.7 0.7L3.6,34c-0.2,-0.1 -0.3,-0.1 -0.4,0l-1.8,0.9c-0.4,0.2 -0.8,-0.3 -0.6,-0.7l0.8,-1.7a0.5,0.5 0,0 0,0 -0.5L0.8,30.3c-0.2,-0.4 0.2,-0.9 0.6,-0.7l1.8,0.9h0.4l1.7,-0.9a0.5,0.5 0,0 1,0.7 0.7L5.1,32Z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M36.2963,22.8706L36.2963,22.8706A0.8,0.8 90,0 1,36.2963 21.7393L37.4136,20.622A0.8,0.8 0,0 1,38.5449 20.622L38.5449,20.622A0.8,0.8 0,0 1,38.5449 21.7534L37.4277,22.8706A0.8,0.8 90,0 1,36.2963 22.8706z" />
--- 29,36 ----
<path android:fillColor="#ffe444d2" android:pathData="M12.5,38.6l3.1,-2.3l-0.9,3.7l-2.2,-1.4z" />
<path android:fillColor="#ffffadff" android:pathData="M11.2,22l2.2,3l11.3,-2.1l0.9,-3.7l-14.4,2.8z" />
<path android:fillColor="#ffffbdff" android:pathData="M30.6,35.1l-3.7,-1l2.2,3.1l1.5,-2.1z" />
! <path android:fillColor="@color/white" android:pathData="M24.7,22.9l-2,0.4l-7.5,11l0.4,2l9.1,-13.4z" />
! <path android:fillColor="@color/white" android:pathData="M25.2,25.2l0.4,2.1l-5.6,8.2l-2,0.4l7.2,-10.7z" />
<path android:fillColor="#ffffda13" android:pathData="M39.1,3l0.8,1.7c0.2,0.4 -0.2,0.9 -0.6,0.7l-1.8,-0.9h-0.4l-1.8,0.9c-0.4,0.2 -0.8,-0.3 -0.6,-0.7L35.5,3a0.5,0.5 0,0 0,0 -0.5L34.7,0.8a0.5,0.5 0,0 1,0.6 -0.7l1.8,0.9a0.3,0.3 0,0 0,0.4 0L39.3,0.1a0.5,0.5 0,0 1,0.6 0.7l-0.8,1.7A0.5,0.5 0,0 0,39.1 3Z" />
<path android:fillColor="#ffff9a15" android:pathData="M5.1,32.5 L6,34.2a0.5,0.5 0,0 1,-0.7 0.7L3.6,34c-0.2,-0.1 -0.3,-0.1 -0.4,0l-1.8,0.9c-0.4,0.2 -0.8,-0.3 -0.6,-0.7l0.8,-1.7a0.5,0.5 0,0 0,0 -0.5L0.8,30.3c-0.2,-0.4 0.2,-0.9 0.6,-0.7l1.8,0.9h0.4l1.7,-0.9a0.5,0.5 0,0 1,0.7 0.7L5.1,32Z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M36.2963,22.8706L36.2963,22.8706A0.8,0.8 90,0 1,36.2963 21.7393L37.4136,20.622A0.8,0.8 0,0 1,38.5449 20.622L38.5449,20.622A0.8,0.8 0,0 1,38.5449 21.7534L37.4277,22.8706A0.8,0.8 90,0 1,36.2963 22.8706z" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_13.xml to/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_13.xml
*** from/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_13.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_13.xml 2021-01-11 15:14:01.350590180 -0700
***************
*** 28,35 ****
<path android:fillColor="#ffffadff" android:pathData="M19.1,16.8l0.6,5.7l2.7,3.2l4.1,0.9l5.3,-2.3l-7.6,-1.7l-5.1,-5.8z" />
<path android:fillColor="#ffe74fd5" android:pathData="M13.3,32.3l3.3,-1.4l0.3,4.1l3.8,-1.7l0.3,3.5l-7.1,3.2l-0.6,-7.7z" />
<path android:fillColor="#ffffadff" android:pathData="M24.3,30.1l3.5,0.8l0.8,7.7l-3.8,-4.3l-0.5,-4.2z" />
! <path android:fillColor="#ffffffff" android:pathData="M22.4,25.7l-5.8,5.2l-1,-1.1l5.9,-5.1l0.9,1z" />
! <path android:fillColor="#ffffffff" android:pathData="M26.5,26.6l-9.6,8.4l-0.2,-1.7l8.1,-7.1l1.7,0.4z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M36.2963,22.8706L36.2963,22.8706A0.8,0.8 90,0 1,36.2963 21.7393L37.4136,20.622A0.8,0.8 0,0 1,38.5449 20.622L38.5449,20.622A0.8,0.8 0,0 1,38.5449 21.7534L37.4277,22.8706A0.8,0.8 90,0 1,36.2963 22.8706z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M31.8603,27.3706L31.8603,27.3706A0.8,0.8 90,0 1,31.8603 26.2393L32.9775,25.122A0.8,0.8 90,0 1,34.1089 25.122L34.1089,25.122A0.8,0.8 90,0 1,34.1089 26.2534L32.9917,27.3706A0.8,0.8 90,0 1,31.8603 27.3706z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M34.1526,22.9217L34.1526,22.9217A0.8,0.8 90,0 1,33.0213 22.9217L31.904,21.8044A0.8,0.8 0,0 1,31.904 20.6731L31.904,20.6731A0.8,0.8 0,0 1,33.0354 20.6731L34.1526,21.7903A0.8,0.8 90,0 1,34.1526 22.9217z" />
--- 28,35 ----
<path android:fillColor="#ffffadff" android:pathData="M19.1,16.8l0.6,5.7l2.7,3.2l4.1,0.9l5.3,-2.3l-7.6,-1.7l-5.1,-5.8z" />
<path android:fillColor="#ffe74fd5" android:pathData="M13.3,32.3l3.3,-1.4l0.3,4.1l3.8,-1.7l0.3,3.5l-7.1,3.2l-0.6,-7.7z" />
<path android:fillColor="#ffffadff" android:pathData="M24.3,30.1l3.5,0.8l0.8,7.7l-3.8,-4.3l-0.5,-4.2z" />
! <path android:fillColor="@color/white" android:pathData="M22.4,25.7l-5.8,5.2l-1,-1.1l5.9,-5.1l0.9,1z" />
! <path android:fillColor="@color/white" android:pathData="M26.5,26.6l-9.6,8.4l-0.2,-1.7l8.1,-7.1l1.7,0.4z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M36.2963,22.8706L36.2963,22.8706A0.8,0.8 90,0 1,36.2963 21.7393L37.4136,20.622A0.8,0.8 0,0 1,38.5449 20.622L38.5449,20.622A0.8,0.8 0,0 1,38.5449 21.7534L37.4277,22.8706A0.8,0.8 90,0 1,36.2963 22.8706z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M31.8603,27.3706L31.8603,27.3706A0.8,0.8 90,0 1,31.8603 26.2393L32.9775,25.122A0.8,0.8 90,0 1,34.1089 25.122L34.1089,25.122A0.8,0.8 90,0 1,34.1089 26.2534L32.9917,27.3706A0.8,0.8 90,0 1,31.8603 27.3706z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M34.1526,22.9217L34.1526,22.9217A0.8,0.8 90,0 1,33.0213 22.9217L31.904,21.8044A0.8,0.8 0,0 1,31.904 20.6731L31.904,20.6731A0.8,0.8 0,0 1,33.0354 20.6731L34.1526,21.7903A0.8,0.8 90,0 1,34.1526 22.9217z" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_28.xml to/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_28.xml
*** from/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_28.xml 2021-01-02 17:58:42.703416274 -0700
--- to/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_28.xml 2021-01-11 15:14:01.181592710 -0700
***************
*** 30,37 ****
<path android:fillColor="#ffffbdff" android:pathData="M27.4,19.9l-3.8,3.6l7.4,0.3l-3.6,-3.9z" />
<path android:fillColor="#ffffdcf9" android:pathData="M23.6,23.5l0.1,-3.7l3.7,0.1l-3.8,3.6z" />
<path android:fillColor="#ffffbdff" android:pathData="M23.6,23.5l-4.3,16.5l-3.2,-16.7l7.5,0.2z" />
! <path android:fillColor="#ffffffff" android:pathData="M23.6,23.5l0,0.1l-6.4,5.9l-0.3,-1.6l4.7,-4.4l2,0z" />
! <path android:fillColor="#ffffffff" android:pathData="M22.3,28.3l-0.6,2.5l-3.6,3.3l-0.3,-1.6l4.5,-4.2z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M36.2963,22.8706L36.2963,22.8706A0.8,0.8 90,0 1,36.2963 21.7393L37.4136,20.622A0.8,0.8 0,0 1,38.5449 20.622L38.5449,20.622A0.8,0.8 0,0 1,38.5449 21.7534L37.4277,22.8706A0.8,0.8 90,0 1,36.2963 22.8706z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M31.8603,27.3706L31.8603,27.3706A0.8,0.8 90,0 1,31.8603 26.2393L32.9775,25.122A0.8,0.8 90,0 1,34.1089 25.122L34.1089,25.122A0.8,0.8 90,0 1,34.1089 26.2534L32.9917,27.3706A0.8,0.8 90,0 1,31.8603 27.3706z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M34.1526,22.9217L34.1526,22.9217A0.8,0.8 90,0 1,33.0213 22.9217L31.904,21.8044A0.8,0.8 0,0 1,31.904 20.6731L31.904,20.6731A0.8,0.8 0,0 1,33.0354 20.6731L34.1526,21.7903A0.8,0.8 90,0 1,34.1526 22.9217z" />
--- 30,37 ----
<path android:fillColor="#ffffbdff" android:pathData="M27.4,19.9l-3.8,3.6l7.4,0.3l-3.6,-3.9z" />
<path android:fillColor="#ffffdcf9" android:pathData="M23.6,23.5l0.1,-3.7l3.7,0.1l-3.8,3.6z" />
<path android:fillColor="#ffffbdff" android:pathData="M23.6,23.5l-4.3,16.5l-3.2,-16.7l7.5,0.2z" />
! <path android:fillColor="@color/white" android:pathData="M23.6,23.5l0,0.1l-6.4,5.9l-0.3,-1.6l4.7,-4.4l2,0z" />
! <path android:fillColor="@color/white" android:pathData="M22.3,28.3l-0.6,2.5l-3.6,3.3l-0.3,-1.6l4.5,-4.2z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M36.2963,22.8706L36.2963,22.8706A0.8,0.8 90,0 1,36.2963 21.7393L37.4136,20.622A0.8,0.8 0,0 1,38.5449 20.622L38.5449,20.622A0.8,0.8 0,0 1,38.5449 21.7534L37.4277,22.8706A0.8,0.8 90,0 1,36.2963 22.8706z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M31.8603,27.3706L31.8603,27.3706A0.8,0.8 90,0 1,31.8603 26.2393L32.9775,25.122A0.8,0.8 90,0 1,34.1089 25.122L34.1089,25.122A0.8,0.8 90,0 1,34.1089 26.2534L32.9917,27.3706A0.8,0.8 90,0 1,31.8603 27.3706z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M34.1526,22.9217L34.1526,22.9217A0.8,0.8 90,0 1,33.0213 22.9217L31.904,21.8044A0.8,0.8 0,0 1,31.904 20.6731L31.904,20.6731A0.8,0.8 0,0 1,33.0354 20.6731L34.1526,21.7903A0.8,0.8 90,0 1,34.1526 22.9217z" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_5.xml to/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_5.xml
*** from/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_5.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/ic_plan_premium_and_premium_guild_5.xml 2021-01-11 15:14:01.364589970 -0700
***************
*** 27,34 ****
<path android:fillColor="#ffffdcf9" android:pathData="M17.1,34.6l8.9,-6.3l0.3,3.6l-6,4.2l-3.2,-1.5z" />
<path android:fillColor="#ffffadff" android:pathData="M18.7,17.5l0.3,3.9l6.7,3.1l3.2,-2.2l-10.2,-4.8z" />
<path android:fillColor="#ffe444d2" android:pathData="M13.6,33l-3.2,2.2l10.2,4.8l-0.3,-3.9l-6.7,-3.1z" />
! <path android:fillColor="#ffffffff" android:pathData="M25.7,24.5l-1.7,-0.8l-10.6,7.4l0.2,1.9l12.1,-8.5z" />
! <path android:fillColor="#ffffffff" android:pathData="M25.9,26.5l0.1,1.8l-8.9,6.3l-1.7,-0.8l10.5,-7.3z" />
<path android:fillColor="#ffffda13" android:pathData="M39.1,3l0.8,1.7c0.2,0.4 -0.2,0.9 -0.6,0.7l-1.8,-0.9h-0.4l-1.8,0.9c-0.4,0.2 -0.8,-0.3 -0.6,-0.7L35.5,3a0.5,0.5 0,0 0,0 -0.5L34.7,0.8a0.5,0.5 0,0 1,0.6 -0.7l1.8,0.9a0.3,0.3 0,0 0,0.4 0L39.3,0.1a0.5,0.5 0,0 1,0.6 0.7l-0.8,1.7A0.5,0.5 0,0 0,39.1 3Z" />
<path android:fillColor="#ffff9a15" android:pathData="M5.1,32.5 L6,34.2a0.5,0.5 0,0 1,-0.7 0.7L3.6,34c-0.2,-0.1 -0.3,-0.1 -0.4,0l-1.8,0.9c-0.4,0.2 -0.8,-0.3 -0.6,-0.7l0.8,-1.7a0.5,0.5 0,0 0,0 -0.5L0.8,30.3c-0.2,-0.4 0.2,-0.9 0.6,-0.7l1.8,0.9h0.4l1.7,-0.9a0.5,0.5 0,0 1,0.7 0.7L5.1,32Z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M36.2963,22.8706L36.2963,22.8706A0.8,0.8 90,0 1,36.2963 21.7393L37.4136,20.622A0.8,0.8 0,0 1,38.5449 20.622L38.5449,20.622A0.8,0.8 0,0 1,38.5449 21.7534L37.4277,22.8706A0.8,0.8 90,0 1,36.2963 22.8706z" />
--- 27,34 ----
<path android:fillColor="#ffffdcf9" android:pathData="M17.1,34.6l8.9,-6.3l0.3,3.6l-6,4.2l-3.2,-1.5z" />
<path android:fillColor="#ffffadff" android:pathData="M18.7,17.5l0.3,3.9l6.7,3.1l3.2,-2.2l-10.2,-4.8z" />
<path android:fillColor="#ffe444d2" android:pathData="M13.6,33l-3.2,2.2l10.2,4.8l-0.3,-3.9l-6.7,-3.1z" />
! <path android:fillColor="@color/white" android:pathData="M25.7,24.5l-1.7,-0.8l-10.6,7.4l0.2,1.9l12.1,-8.5z" />
! <path android:fillColor="@color/white" android:pathData="M25.9,26.5l0.1,1.8l-8.9,6.3l-1.7,-0.8l10.5,-7.3z" />
<path android:fillColor="#ffffda13" android:pathData="M39.1,3l0.8,1.7c0.2,0.4 -0.2,0.9 -0.6,0.7l-1.8,-0.9h-0.4l-1.8,0.9c-0.4,0.2 -0.8,-0.3 -0.6,-0.7L35.5,3a0.5,0.5 0,0 0,0 -0.5L34.7,0.8a0.5,0.5 0,0 1,0.6 -0.7l1.8,0.9a0.3,0.3 0,0 0,0.4 0L39.3,0.1a0.5,0.5 0,0 1,0.6 0.7l-0.8,1.7A0.5,0.5 0,0 0,39.1 3Z" />
<path android:fillColor="#ffff9a15" android:pathData="M5.1,32.5 L6,34.2a0.5,0.5 0,0 1,-0.7 0.7L3.6,34c-0.2,-0.1 -0.3,-0.1 -0.4,0l-1.8,0.9c-0.4,0.2 -0.8,-0.3 -0.6,-0.7l0.8,-1.7a0.5,0.5 0,0 0,0 -0.5L0.8,30.3c-0.2,-0.4 0.2,-0.9 0.6,-0.7l1.8,0.9h0.4l1.7,-0.9a0.5,0.5 0,0 1,0.7 0.7L5.1,32Z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M36.2963,22.8706L36.2963,22.8706A0.8,0.8 90,0 1,36.2963 21.7393L37.4136,20.622A0.8,0.8 0,0 1,38.5449 20.622L38.5449,20.622A0.8,0.8 0,0 1,38.5449 21.7534L37.4277,22.8706A0.8,0.8 90,0 1,36.2963 22.8706z" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_plan_premium_tier_1_and_premium_guild_1.xml to/res/drawable-anydpi-v24/ic_plan_premium_tier_1_and_premium_guild_1.xml
*** from/res/drawable-anydpi-v24/ic_plan_premium_tier_1_and_premium_guild_1.xml 2021-01-02 17:58:42.709416183 -0700
--- to/res/drawable-anydpi-v24/ic_plan_premium_tier_1_and_premium_guild_1.xml 2021-01-11 15:14:01.247591722 -0700
***************
*** 16,24 ****
<path android:fillColor="#ffff903e" android:pathData="M19.3,4.4 L21.7,4S20,1.3 15.2,0.4H12.4L10.5,0.7C12.9,0.8 16.8,1.4 19.3,4.4Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M9.9,7.9l20.8,-2a0.3,0.3 0,0 0,0.1 -0.5C29.4,4.7 26,3.4 20.6,4 13.2,4.9 9.9,7.9 9.9,7.9Z" android:fillType="evenOdd" />
<path android:fillColor="#ff7687b2" android:pathData="M6.1,12.5a3.1,3.1 0,0 1,-2.7 3.1A3,3 0,0 1,0.8 12.4,3.1 3.1,0 0,1 3.5,9.3 3,3 0,0 1,6.1 12.5Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M5,12.5a2,2 0,0 1,-1.9 2.2,1.9 1.9,0 0,1 -1.8,-2.3 2,2 0,0 1,1.9 -2.1A2,2 0,0 1,5 12.5Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff903e" android:pathData="M4.4,12.5A1.5,1.5 0,0 1,3 14.1a1.5,1.5 0,0 1,-1.3 -1.6,1.6 1.6,0 0,1 1.4,-1.6C3.9,10.9 4.4,11.6 4.4,12.5Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M8.4,3.6a1,1 0,0 1,-0.3 1.3,0.9 0.9,0 0,1 -1.3,-0.3 0.8,0.8 0,0 1,0.3 -1.2A0.9,0.9 0,0 1,8.4 3.6Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffda13" android:pathData="M39.1,3l0.8,1.7c0.2,0.4 -0.2,0.9 -0.6,0.7l-1.8,-0.9h-0.4l-1.8,0.9c-0.4,0.2 -0.8,-0.3 -0.6,-0.7L35.5,3a0.5,0.5 0,0 0,0 -0.5L34.7,0.8a0.5,0.5 0,0 1,0.6 -0.7l1.8,0.9a0.3,0.3 0,0 0,0.4 0L39.3,0.1a0.5,0.5 0,0 1,0.6 0.7l-0.8,1.7A0.5,0.5 0,0 0,39.1 3Z" />
<path android:fillColor="#ffff9a15" android:pathData="M5.1,32.5 L6,34.2a0.5,0.5 0,0 1,-0.7 0.7L3.6,34c-0.2,-0.1 -0.3,-0.1 -0.4,0l-1.8,0.9c-0.4,0.2 -0.8,-0.3 -0.6,-0.7l0.8,-1.7a0.5,0.5 0,0 0,0 -0.5L0.8,30.3c-0.2,-0.4 0.2,-0.9 0.6,-0.7l1.8,0.9h0.4l1.7,-0.9a0.5,0.5 0,0 1,0.7 0.7L5.1,32Z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M35.3,33.2L35.3,33.2A0.8,0.8 0,0 1,34.5 32.4L34.5,30.82A0.8,0.8 0,0 1,35.3 30.02L35.3,30.02A0.8,0.8 0,0 1,36.1 30.82L36.1,32.4A0.8,0.8 0,0 1,35.3 33.2z" />
--- 16,24 ----
<path android:fillColor="#ffff903e" android:pathData="M19.3,4.4 L21.7,4S20,1.3 15.2,0.4H12.4L10.5,0.7C12.9,0.8 16.8,1.4 19.3,4.4Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M9.9,7.9l20.8,-2a0.3,0.3 0,0 0,0.1 -0.5C29.4,4.7 26,3.4 20.6,4 13.2,4.9 9.9,7.9 9.9,7.9Z" android:fillType="evenOdd" />
<path android:fillColor="#ff7687b2" android:pathData="M6.1,12.5a3.1,3.1 0,0 1,-2.7 3.1A3,3 0,0 1,0.8 12.4,3.1 3.1,0 0,1 3.5,9.3 3,3 0,0 1,6.1 12.5Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M5,12.5a2,2 0,0 1,-1.9 2.2,1.9 1.9,0 0,1 -1.8,-2.3 2,2 0,0 1,1.9 -2.1A2,2 0,0 1,5 12.5Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff903e" android:pathData="M4.4,12.5A1.5,1.5 0,0 1,3 14.1a1.5,1.5 0,0 1,-1.3 -1.6,1.6 1.6,0 0,1 1.4,-1.6C3.9,10.9 4.4,11.6 4.4,12.5Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M8.4,3.6a1,1 0,0 1,-0.3 1.3,0.9 0.9,0 0,1 -1.3,-0.3 0.8,0.8 0,0 1,0.3 -1.2A0.9,0.9 0,0 1,8.4 3.6Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffda13" android:pathData="M39.1,3l0.8,1.7c0.2,0.4 -0.2,0.9 -0.6,0.7l-1.8,-0.9h-0.4l-1.8,0.9c-0.4,0.2 -0.8,-0.3 -0.6,-0.7L35.5,3a0.5,0.5 0,0 0,0 -0.5L34.7,0.8a0.5,0.5 0,0 1,0.6 -0.7l1.8,0.9a0.3,0.3 0,0 0,0.4 0L39.3,0.1a0.5,0.5 0,0 1,0.6 0.7l-0.8,1.7A0.5,0.5 0,0 0,39.1 3Z" />
<path android:fillColor="#ffff9a15" android:pathData="M5.1,32.5 L6,34.2a0.5,0.5 0,0 1,-0.7 0.7L3.6,34c-0.2,-0.1 -0.3,-0.1 -0.4,0l-1.8,0.9c-0.4,0.2 -0.8,-0.3 -0.6,-0.7l0.8,-1.7a0.5,0.5 0,0 0,0 -0.5L0.8,30.3c-0.2,-0.4 0.2,-0.9 0.6,-0.7l1.8,0.9h0.4l1.7,-0.9a0.5,0.5 0,0 1,0.7 0.7L5.1,32Z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M35.3,33.2L35.3,33.2A0.8,0.8 0,0 1,34.5 32.4L34.5,30.82A0.8,0.8 0,0 1,35.3 30.02L35.3,30.02A0.8,0.8 0,0 1,36.1 30.82L36.1,32.4A0.8,0.8 0,0 1,35.3 33.2z" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_plan_premium_tier_1.xml to/res/drawable-anydpi-v24/ic_plan_premium_tier_1.xml
*** from/res/drawable-anydpi-v24/ic_plan_premium_tier_1.xml 2021-01-02 17:58:42.708416198 -0700
--- to/res/drawable-anydpi-v24/ic_plan_premium_tier_1.xml 2021-01-11 15:14:01.309590794 -0700
***************
*** 16,22 ****
<path android:fillColor="#ffff903e" android:pathData="M25.9989,13.0825C25.9989,13.0825 24.1824,9.3426 17.7712,8.4878L13.497,8.7015C13.497,8.7015 20.3356,8.3809 23.6481,13.1894L25.9989,13.0825Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M14.1381,15.7538H35.5089C35.5089,15.7538 32.1965,12.8688 24.9304,12.9757C17.6643,13.0825 14.1381,15.7538 14.1381,15.7538Z" android:fillType="evenOdd" />
<path android:fillColor="#ff7687b2" android:pathData="M10.0585,19.8606C9.8529,21.5299 8.5466,22.7428 7.1409,22.5696C5.7352,22.3965 4.7624,20.9029 4.9679,19.2337C5.1735,17.5644 6.4798,16.3515 7.8855,16.5246C9.2912,16.6978 10.264,18.1914 10.0585,19.8606Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M9.0011,19.7699C8.855,20.956 7.9269,21.8178 6.9281,21.6948C5.9294,21.5717 5.2381,20.5105 5.3841,19.3244C5.5303,18.1384 6.4583,17.2766 7.4572,17.3996C8.4559,17.5227 9.1472,18.5839 9.0011,19.7699Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff903e" android:pathData="M8.4249,19.7066C8.3203,20.556 7.6557,21.1732 6.9404,21.0851C6.2251,20.9969 5.73,20.237 5.8346,19.3876C5.9393,18.5382 6.604,17.9211 7.3192,18.0091C8.0345,18.0972 8.5296,18.8572 8.4249,19.7066Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M13.107,11.1895C13.2539,11.479 13.1171,11.8435 12.8013,12.0037C12.4855,12.164 12.1105,12.0592 11.9636,11.7698C11.8167,11.4803 11.9536,11.1158 12.2694,10.9556C12.5852,10.7953 12.9602,10.9001 13.107,11.1895Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 16,22 ----
<path android:fillColor="#ffff903e" android:pathData="M25.9989,13.0825C25.9989,13.0825 24.1824,9.3426 17.7712,8.4878L13.497,8.7015C13.497,8.7015 20.3356,8.3809 23.6481,13.1894L25.9989,13.0825Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M14.1381,15.7538H35.5089C35.5089,15.7538 32.1965,12.8688 24.9304,12.9757C17.6643,13.0825 14.1381,15.7538 14.1381,15.7538Z" android:fillType="evenOdd" />
<path android:fillColor="#ff7687b2" android:pathData="M10.0585,19.8606C9.8529,21.5299 8.5466,22.7428 7.1409,22.5696C5.7352,22.3965 4.7624,20.9029 4.9679,19.2337C5.1735,17.5644 6.4798,16.3515 7.8855,16.5246C9.2912,16.6978 10.264,18.1914 10.0585,19.8606Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M9.0011,19.7699C8.855,20.956 7.9269,21.8178 6.9281,21.6948C5.9294,21.5717 5.2381,20.5105 5.3841,19.3244C5.5303,18.1384 6.4583,17.2766 7.4572,17.3996C8.4559,17.5227 9.1472,18.5839 9.0011,19.7699Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff903e" android:pathData="M8.4249,19.7066C8.3203,20.556 7.6557,21.1732 6.9404,21.0851C6.2251,20.9969 5.73,20.237 5.8346,19.3876C5.9393,18.5382 6.604,17.9211 7.3192,18.0091C8.0345,18.0972 8.5296,18.8572 8.4249,19.7066Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M13.107,11.1895C13.2539,11.479 13.1171,11.8435 12.8013,12.0037C12.4855,12.164 12.1105,12.0592 11.9636,11.7698C11.8167,11.4803 11.9536,11.1158 12.2694,10.9556C12.5852,10.7953 12.9602,10.9001 13.107,11.1895Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_plan_premium_tier_1_year.xml to/res/drawable-anydpi-v24/ic_plan_premium_tier_1_year.xml
*** from/res/drawable-anydpi-v24/ic_plan_premium_tier_1_year.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/ic_plan_premium_tier_1_year.xml 2021-01-11 15:14:01.221592111 -0700
***************
*** 16,24 ****
<path android:fillColor="#ffff903e" android:pathData="M24.2448,11.1145L26.6448,10.7145C26.6448,10.7145 24.9448,8.0145 20.1448,7.1145H17.3448L15.4448,7.4145C17.8448,7.5145 21.7448,8.1145 24.2448,11.1145Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M14.8447,14.6145L35.6447,12.6145C35.6926,12.5966 35.735,12.5668 35.7681,12.528C35.8012,12.4891 35.8238,12.4424 35.8339,12.3923C35.8439,12.3423 35.8409,12.2905 35.8253,12.2419C35.8097,12.1932 35.782,12.1494 35.7447,12.1145C34.3447,11.4145 30.9447,10.1145 25.5447,10.7145C18.1447,11.6145 14.8447,14.6145 14.8447,14.6145Z" android:fillType="evenOdd" />
<path android:fillColor="#ff7687b2" android:pathData="M11.0448,19.2145C11.0512,19.9719 10.78,20.7053 10.2826,21.2764C9.7852,21.8476 9.0959,22.2168 8.3448,22.3145C7.5846,22.2145 6.8915,21.8271 6.408,21.232C5.9245,20.6368 5.6872,19.8792 5.7448,19.1145C5.7385,18.3572 6.0097,17.6237 6.5071,17.0526C7.0045,16.4815 7.6938,16.1122 8.4448,16.0145C9.2051,16.1146 9.8981,16.502 10.3817,17.0971C10.8652,17.6922 11.1025,18.4499 11.0448,19.2145V19.2145Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M9.9449,19.2145C9.9724,19.4853 9.9444,19.7587 9.8625,20.0183C9.7806,20.2778 9.6467,20.5178 9.4688,20.7238C9.2909,20.9297 9.0729,21.0972 8.8281,21.216C8.5833,21.3348 8.3168,21.4023 8.0449,21.4145C7.7663,21.4061 7.493,21.3365 7.2443,21.2107C6.9956,21.0849 6.7777,20.9059 6.6059,20.6864C6.4341,20.4669 6.3127,20.2123 6.2503,19.9406C6.188,19.669 6.1861,19.387 6.2449,19.1145C6.2315,18.8518 6.2699,18.589 6.3582,18.3412C6.4465,18.0934 6.5827,17.8654 6.7592,17.6703C6.9357,17.4753 7.149,17.3169 7.3867,17.2044C7.6245,17.0919 7.8822,17.0273 8.1449,17.0145C8.4081,17.0395 8.6636,17.1164 8.8969,17.2408C9.1301,17.3651 9.3364,17.5345 9.5038,17.7391C9.6712,17.9437 9.7963,18.1794 9.8721,18.4326C9.9478,18.6859 9.9725,18.9516 9.9449,19.2145V19.2145Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff903e" android:pathData="M9.3449,19.2145C9.3585,19.4116 9.333,19.6094 9.2699,19.7966C9.2068,19.9838 9.1074,20.1567 8.9773,20.3054C8.8472,20.4541 8.689,20.5756 8.5119,20.6629C8.3347,20.7503 8.142,20.8018 7.9449,20.8145C7.5648,20.7645 7.2182,20.5708 6.9765,20.2732C6.7347,19.9757 6.616,19.5968 6.6449,19.2145C6.6418,18.8227 6.7826,18.4433 7.0407,18.1484C7.2988,17.8535 7.6561,17.6635 8.0449,17.6145C8.8449,17.6145 9.3449,18.3145 9.3449,19.2145Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M13.3451,10.3145C13.4639,10.5301 13.4989,10.782 13.4436,11.0219C13.3882,11.2617 13.2464,11.4727 13.0451,11.6145C12.942,11.6863 12.8249,11.7357 12.7015,11.7595C12.5781,11.7833 12.4511,11.7811 12.3286,11.7528C12.2061,11.7245 12.0909,11.6709 11.9904,11.5954C11.8899,11.52 11.8064,11.4243 11.7451,11.3145C11.6746,11.2195 11.626,11.1101 11.6029,10.9941C11.5797,10.878 11.5826,10.7583 11.6113,10.6436C11.64,10.5288 11.6938,10.4218 11.7688,10.3303C11.8438,10.2388 11.9382,10.1651 12.0451,10.1145C12.142,10.0382 12.2536,9.9827 12.3729,9.9514C12.4922,9.92 12.6166,9.9135 12.7385,9.9323C12.8604,9.951 12.9772,9.9946 13.0815,10.0604C13.1859,10.1261 13.2756,10.2126 13.3451,10.3145Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffda13" android:pathData="M39.0997,3L39.8997,4.7C40.0997,5.1 39.6997,5.6 39.2997,5.4L37.4997,4.5H37.0997L35.2997,5.4C34.8997,5.6 34.4997,5.1 34.6997,4.7L35.4997,3C35.5436,2.924 35.5667,2.8378 35.5667,2.75C35.5667,2.6622 35.5436,2.576 35.4997,2.5L34.6997,0.8C34.6556,0.712 34.6384,0.6129 34.6504,0.5151C34.6624,0.4174 34.703,0.3254 34.7671,0.2506C34.8312,0.1759 34.9159,0.1217 35.0106,0.0949C35.1054,0.0681 35.2059,0.0699 35.2997,0.1L37.0997,1C37.1547,1.0492 37.2259,1.0764 37.2997,1.0764C37.3735,1.0764 37.4447,1.0492 37.4997,1L39.2997,0.1C39.3934,0.0699 39.494,0.0681 39.5887,0.0949C39.6835,0.1217 39.7682,0.1759 39.8323,0.2506C39.8964,0.3254 39.9369,0.4174 39.9489,0.5151C39.9609,0.6129 39.9438,0.712 39.8997,0.8L39.0997,2.5C39.0558,2.576 39.0327,2.6622 39.0327,2.75C39.0327,2.8378 39.0558,2.924 39.0997,3V3Z" />
<path android:fillColor="#ffff9a15" android:pathData="M5.0998,32.5L5.9998,34.2C6.072,34.2963 6.107,34.4154 6.0985,34.5354C6.09,34.6555 6.0384,34.7684 5.9533,34.8536C5.8682,34.9387 5.7553,34.9902 5.6352,34.9987C5.5152,35.0073 5.3961,34.9722 5.2998,34.9L3.5998,34C3.3998,33.9 3.2998,33.9 3.1998,34L1.3998,34.9C0.9998,35.1 0.5998,34.6 0.7998,34.2L1.5998,32.5C1.6437,32.424 1.6668,32.3378 1.6668,32.25C1.6668,32.1622 1.6437,32.076 1.5998,32L0.7998,30.3C0.5998,29.9 0.9998,29.4 1.3998,29.6L3.1998,30.5H3.5998L5.2998,29.6C5.3961,29.5278 5.5152,29.4927 5.6352,29.5013C5.7553,29.5098 5.8682,29.5613 5.9533,29.6464C6.0384,29.7316 6.09,29.8445 6.0985,29.9646C6.107,30.0846 6.072,30.2037 5.9998,30.3L5.0998,32V32.5Z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M34.5001,32.4C34.5001,32.8418 34.8583,33.2 35.3001,33.2C35.7419,33.2 36.1001,32.8418 36.1001,32.4V30.82C36.1001,30.3782 35.7419,30.02 35.3001,30.02C34.8583,30.02 34.5001,30.3782 34.5001,30.82V32.4Z" />
--- 16,24 ----
<path android:fillColor="#ffff903e" android:pathData="M24.2448,11.1145L26.6448,10.7145C26.6448,10.7145 24.9448,8.0145 20.1448,7.1145H17.3448L15.4448,7.4145C17.8448,7.5145 21.7448,8.1145 24.2448,11.1145Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M14.8447,14.6145L35.6447,12.6145C35.6926,12.5966 35.735,12.5668 35.7681,12.528C35.8012,12.4891 35.8238,12.4424 35.8339,12.3923C35.8439,12.3423 35.8409,12.2905 35.8253,12.2419C35.8097,12.1932 35.782,12.1494 35.7447,12.1145C34.3447,11.4145 30.9447,10.1145 25.5447,10.7145C18.1447,11.6145 14.8447,14.6145 14.8447,14.6145Z" android:fillType="evenOdd" />
<path android:fillColor="#ff7687b2" android:pathData="M11.0448,19.2145C11.0512,19.9719 10.78,20.7053 10.2826,21.2764C9.7852,21.8476 9.0959,22.2168 8.3448,22.3145C7.5846,22.2145 6.8915,21.8271 6.408,21.232C5.9245,20.6368 5.6872,19.8792 5.7448,19.1145C5.7385,18.3572 6.0097,17.6237 6.5071,17.0526C7.0045,16.4815 7.6938,16.1122 8.4448,16.0145C9.2051,16.1146 9.8981,16.502 10.3817,17.0971C10.8652,17.6922 11.1025,18.4499 11.0448,19.2145V19.2145Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M9.9449,19.2145C9.9724,19.4853 9.9444,19.7587 9.8625,20.0183C9.7806,20.2778 9.6467,20.5178 9.4688,20.7238C9.2909,20.9297 9.0729,21.0972 8.8281,21.216C8.5833,21.3348 8.3168,21.4023 8.0449,21.4145C7.7663,21.4061 7.493,21.3365 7.2443,21.2107C6.9956,21.0849 6.7777,20.9059 6.6059,20.6864C6.4341,20.4669 6.3127,20.2123 6.2503,19.9406C6.188,19.669 6.1861,19.387 6.2449,19.1145C6.2315,18.8518 6.2699,18.589 6.3582,18.3412C6.4465,18.0934 6.5827,17.8654 6.7592,17.6703C6.9357,17.4753 7.149,17.3169 7.3867,17.2044C7.6245,17.0919 7.8822,17.0273 8.1449,17.0145C8.4081,17.0395 8.6636,17.1164 8.8969,17.2408C9.1301,17.3651 9.3364,17.5345 9.5038,17.7391C9.6712,17.9437 9.7963,18.1794 9.8721,18.4326C9.9478,18.6859 9.9725,18.9516 9.9449,19.2145V19.2145Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff903e" android:pathData="M9.3449,19.2145C9.3585,19.4116 9.333,19.6094 9.2699,19.7966C9.2068,19.9838 9.1074,20.1567 8.9773,20.3054C8.8472,20.4541 8.689,20.5756 8.5119,20.6629C8.3347,20.7503 8.142,20.8018 7.9449,20.8145C7.5648,20.7645 7.2182,20.5708 6.9765,20.2732C6.7347,19.9757 6.616,19.5968 6.6449,19.2145C6.6418,18.8227 6.7826,18.4433 7.0407,18.1484C7.2988,17.8535 7.6561,17.6635 8.0449,17.6145C8.8449,17.6145 9.3449,18.3145 9.3449,19.2145Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M13.3451,10.3145C13.4639,10.5301 13.4989,10.782 13.4436,11.0219C13.3882,11.2617 13.2464,11.4727 13.0451,11.6145C12.942,11.6863 12.8249,11.7357 12.7015,11.7595C12.5781,11.7833 12.4511,11.7811 12.3286,11.7528C12.2061,11.7245 12.0909,11.6709 11.9904,11.5954C11.8899,11.52 11.8064,11.4243 11.7451,11.3145C11.6746,11.2195 11.626,11.1101 11.6029,10.9941C11.5797,10.878 11.5826,10.7583 11.6113,10.6436C11.64,10.5288 11.6938,10.4218 11.7688,10.3303C11.8438,10.2388 11.9382,10.1651 12.0451,10.1145C12.142,10.0382 12.2536,9.9827 12.3729,9.9514C12.4922,9.92 12.6166,9.9135 12.7385,9.9323C12.8604,9.951 12.9772,9.9946 13.0815,10.0604C13.1859,10.1261 13.2756,10.2126 13.3451,10.3145Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffda13" android:pathData="M39.0997,3L39.8997,4.7C40.0997,5.1 39.6997,5.6 39.2997,5.4L37.4997,4.5H37.0997L35.2997,5.4C34.8997,5.6 34.4997,5.1 34.6997,4.7L35.4997,3C35.5436,2.924 35.5667,2.8378 35.5667,2.75C35.5667,2.6622 35.5436,2.576 35.4997,2.5L34.6997,0.8C34.6556,0.712 34.6384,0.6129 34.6504,0.5151C34.6624,0.4174 34.703,0.3254 34.7671,0.2506C34.8312,0.1759 34.9159,0.1217 35.0106,0.0949C35.1054,0.0681 35.2059,0.0699 35.2997,0.1L37.0997,1C37.1547,1.0492 37.2259,1.0764 37.2997,1.0764C37.3735,1.0764 37.4447,1.0492 37.4997,1L39.2997,0.1C39.3934,0.0699 39.494,0.0681 39.5887,0.0949C39.6835,0.1217 39.7682,0.1759 39.8323,0.2506C39.8964,0.3254 39.9369,0.4174 39.9489,0.5151C39.9609,0.6129 39.9438,0.712 39.8997,0.8L39.0997,2.5C39.0558,2.576 39.0327,2.6622 39.0327,2.75C39.0327,2.8378 39.0558,2.924 39.0997,3V3Z" />
<path android:fillColor="#ffff9a15" android:pathData="M5.0998,32.5L5.9998,34.2C6.072,34.2963 6.107,34.4154 6.0985,34.5354C6.09,34.6555 6.0384,34.7684 5.9533,34.8536C5.8682,34.9387 5.7553,34.9902 5.6352,34.9987C5.5152,35.0073 5.3961,34.9722 5.2998,34.9L3.5998,34C3.3998,33.9 3.2998,33.9 3.1998,34L1.3998,34.9C0.9998,35.1 0.5998,34.6 0.7998,34.2L1.5998,32.5C1.6437,32.424 1.6668,32.3378 1.6668,32.25C1.6668,32.1622 1.6437,32.076 1.5998,32L0.7998,30.3C0.5998,29.9 0.9998,29.4 1.3998,29.6L3.1998,30.5H3.5998L5.2998,29.6C5.3961,29.5278 5.5152,29.4927 5.6352,29.5013C5.7553,29.5098 5.8682,29.5613 5.9533,29.6464C6.0384,29.7316 6.09,29.8445 6.0985,29.9646C6.107,30.0846 6.072,30.2037 5.9998,30.3L5.0998,32V32.5Z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M34.5001,32.4C34.5001,32.8418 34.8583,33.2 35.3001,33.2C35.7419,33.2 36.1001,32.8418 36.1001,32.4V30.82C36.1001,30.3782 35.7419,30.02 35.3001,30.02C34.8583,30.02 34.5001,30.3782 34.5001,30.82V32.4Z" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_reddit_white_24dp.xml to/res/drawable-anydpi-v24/ic_reddit_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_reddit_white_24dp.xml 2021-01-02 17:58:42.700416320 -0700
--- to/res/drawable-anydpi-v24/ic_reddit_white_24dp.xml 2021-01-11 15:14:01.432588952 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M11.634,7.824l1.924,-5.466 4.602,1.1C18.496,2.604 19.326,2 20.308,2c1.275,0 2.308,1.024 2.308,2.308 0,1.275 -1.024,2.308 -2.308,2.308 -1.274,0 -2.306,-1.023 -2.308,-2.305l-3.885,-0.929 -1.566,4.452c2.653,0.1 5.052,0.85 6.849,2.015 0.489,-0.432 1.131,-0.694 1.833,-0.694C22.76,9.154 24,10.397 24,11.923c0,1.019 -0.551,1.909 -1.371,2.39 0.035,0.237 0.053,0.477 0.053,0.72 0,3.976 -4.82,7.212 -10.745,7.212 -5.925,0 -10.745,-3.235 -10.745,-7.212 0,-0.267 0.022,-0.531 0.064,-0.791C0.5,13.747 0,12.892 0,11.923 0,10.394 1.243,9.154 2.769,9.154c0.677,0 1.298,0.244 1.779,0.648 1.859,-1.183 4.346,-1.926 7.086,-1.978zM11.918,19.627c-2.759,0 -3.863,-1.253 -3.909,-1.306 -0.156,-0.182 -0.134,-0.455 0.047,-0.61 0.181,-0.154 0.452,-0.134 0.608,0.045 0.025,0.027 0.946,1.006 3.254,1.006 2.348,0 3.377,-1.014 3.387,-1.024 0.166,-0.17 0.44,-0.174 0.611,-0.007 0.17,0.166 0.176,0.436 0.012,0.608 -0.05,0.053 -1.265,1.289 -4.01,1.289zM13.898,13.76c0,-0.934 0.758,-1.693 1.693,-1.693 0.935,0 1.692,0.758 1.692,1.693 0,0.935 -0.758,1.693 -1.692,1.693 -0.936,0 -1.693,-0.758 -1.693,-1.693zM6.831,13.76c0,-0.934 0.758,-1.693 1.693,-1.693 0.935,0 1.692,0.758 1.692,1.693 0,0.935 -0.758,1.693 -1.692,1.693 -0.936,0 -1.693,-0.758 -1.693,-1.693z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M11.634,7.824l1.924,-5.466 4.602,1.1C18.496,2.604 19.326,2 20.308,2c1.275,0 2.308,1.024 2.308,2.308 0,1.275 -1.024,2.308 -2.308,2.308 -1.274,0 -2.306,-1.023 -2.308,-2.305l-3.885,-0.929 -1.566,4.452c2.653,0.1 5.052,0.85 6.849,2.015 0.489,-0.432 1.131,-0.694 1.833,-0.694C22.76,9.154 24,10.397 24,11.923c0,1.019 -0.551,1.909 -1.371,2.39 0.035,0.237 0.053,0.477 0.053,0.72 0,3.976 -4.82,7.212 -10.745,7.212 -5.925,0 -10.745,-3.235 -10.745,-7.212 0,-0.267 0.022,-0.531 0.064,-0.791C0.5,13.747 0,12.892 0,11.923 0,10.394 1.243,9.154 2.769,9.154c0.677,0 1.298,0.244 1.779,0.648 1.859,-1.183 4.346,-1.926 7.086,-1.978zM11.918,19.627c-2.759,0 -3.863,-1.253 -3.909,-1.306 -0.156,-0.182 -0.134,-0.455 0.047,-0.61 0.181,-0.154 0.452,-0.134 0.608,0.045 0.025,0.027 0.946,1.006 3.254,1.006 2.348,0 3.377,-1.014 3.387,-1.024 0.166,-0.17 0.44,-0.174 0.611,-0.007 0.17,0.166 0.176,0.436 0.012,0.608 -0.05,0.053 -1.265,1.289 -4.01,1.289zM13.898,13.76c0,-0.934 0.758,-1.693 1.693,-1.693 0.935,0 1.692,0.758 1.692,1.693 0,0.935 -0.758,1.693 -1.692,1.693 -0.936,0 -1.693,-0.758 -1.693,-1.693zM6.831,13.76c0,-0.934 0.758,-1.693 1.693,-1.693 0.935,0 1.692,0.758 1.692,1.693 0,0.935 -0.758,1.693 -1.692,1.693 -0.936,0 -1.693,-0.758 -1.693,-1.693z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_remove_reaction_24dp.xml to/res/drawable-anydpi-v24/ic_remove_reaction_24dp.xml
*** from/res/drawable-anydpi-v24/ic_remove_reaction_24dp.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/ic_remove_reaction_24dp.xml 2021-01-11 15:14:01.392589551 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M12.2512,2.0031C12.1677,2.001 12.084,2 12,2C6.477,2 2,6.477 2,12C2,17.522 6.477,22 12,22C17.523,22 22,17.522 22,12C22,11.916 21.999,11.8323 21.9969,11.7488C21.3586,11.9128 20.6895,12 20,12C15.5817,12 12,8.4183 12,4C12,3.3105 12.0872,2.6414 12.2512,2.0031ZM10,8C10,6.896 9.104,6 8,6C6.896,6 6,6.896 6,8C6,9.105 6.896,10 8,10C9.104,10 10,9.105 10,8ZM12,19C15.14,19 18,16.617 18,14V13H6V14C6,16.617 8.86,19 12,19Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M22.4742,0L24,1.5258L21.5268,4L24,6.4742L22.4742,8L20,5.5258L17.5268,8L16,6.4742L18.4742,4L16,1.5258L17.5268,0L20,2.4742L22.4742,0Z" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M12.2512,2.0031C12.1677,2.001 12.084,2 12,2C6.477,2 2,6.477 2,12C2,17.522 6.477,22 12,22C17.523,22 22,17.522 22,12C22,11.916 21.999,11.8323 21.9969,11.7488C21.3586,11.9128 20.6895,12 20,12C15.5817,12 12,8.4183 12,4C12,3.3105 12.0872,2.6414 12.2512,2.0031ZM10,8C10,6.896 9.104,6 8,6C6.896,6 6,6.896 6,8C6,9.105 6.896,10 8,10C9.104,10 10,9.105 10,8ZM12,19C15.14,19 18,16.617 18,14V13H6V14C6,16.617 8.86,19 12,19Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M22.4742,0L24,1.5258L21.5268,4L24,6.4742L22.4742,8L20,5.5258L17.5268,8L16,6.4742L18.4742,4L16,1.5258L17.5268,0L20,2.4742L22.4742,0Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_screen_14dp.xml to/res/drawable-anydpi-v24/ic_screen_14dp.xml
*** from/res/drawable-anydpi-v24/ic_screen_14dp.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/ic_screen_14dp.xml 2021-01-11 15:14:01.460588533 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="14.0dip" android:width="14.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M2,0.875C1.1727,0.875 0.5,1.5477 0.5,2.375V10.625C0.5,11.453 1.1727,12.125 2,12.125H7.25V13.625H4.25V15.125H11.75V13.625H8.75V12.125H14C14.8273,12.125 15.5,11.453 15.5,10.625V2.375C15.5,1.5477 14.8273,0.875 14,0.875H2ZM14,2.375V9.125H2V2.375H14Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="14.0dip" android:width="14.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M2,0.875C1.1727,0.875 0.5,1.5477 0.5,2.375V10.625C0.5,11.453 1.1727,12.125 2,12.125H7.25V13.625H4.25V15.125H11.75V13.625H8.75V12.125H14C14.8273,12.125 15.5,11.453 15.5,10.625V2.375C15.5,1.5477 14.8273,0.875 14,0.875H2ZM14,2.375V9.125H2V2.375H14Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_server_discovery_public_icon.xml to/res/drawable-anydpi-v24/ic_server_discovery_public_icon.xml
*** from/res/drawable-anydpi-v24/ic_server_discovery_public_icon.xml 2021-01-02 17:58:42.707416213 -0700
--- to/res/drawable-anydpi-v24/ic_server_discovery_public_icon.xml 2021-01-11 15:14:01.200592426 -0700
***************
*** 2,8 ****
<vector android:height="64.0dip" android:width="46.0dip" android:viewportWidth="46.0" android:viewportHeight="64.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffaec7ff" android:pathData="M42.3334,6.8572H3.1211C1.3974,6.8572 0,8.5319 0,10.5978V60.2594C0,62.3253 1.3974,64 3.1211,64H42.3334C44.0572,64 45.4545,62.3253 45.4545,60.2594V10.5978C45.4545,8.5319 44.0572,6.8572 42.3334,6.8572Z" />
! <path android:fillColor="#ffffffff" android:pathData="M40.909,11.4286H4.5454V59.4286H40.909V11.4286Z" />
<path android:fillColor="#ffd9e7ff" android:pathData="M32.9545,10.8256V12.8557H12.5V10.8256L18.2044,5.1264L18.4753,4.8557H20.7631C20.7631,5.3782 20.9708,5.8792 21.3406,6.2487C21.7104,6.6181 22.2119,6.8256 22.7348,6.8256C23.2577,6.8256 23.7592,6.6181 24.129,6.2487C24.4988,5.8792 24.7065,5.3782 24.7065,4.8557H26.9943L27.2501,5.1114L32.9545,10.8256Z" />
<path android:fillColor="#ffd9e7ff" android:pathData="M22.6053,0C21.553,0 20.5439,0.4046 19.7998,1.1247C19.0557,1.8448 18.6377,2.8216 18.6377,3.84C18.6247,3.9463 18.6247,4.0537 18.6377,4.16C18.6377,5.1784 19.0557,6.1551 19.7998,6.8753C20.5439,7.5954 21.553,8 22.6053,8C23.6576,8 24.6668,7.5954 25.4108,6.8753C26.1549,6.1551 26.5729,5.1784 26.5729,4.16C26.5857,4.058 26.5857,3.9548 26.5729,3.8528C26.5747,3.3475 26.4733,2.8467 26.2747,2.3794C26.0761,1.912 25.7841,1.4872 25.4155,1.1292C25.0469,0.7713 24.6089,0.4873 24.1267,0.2935C23.6445,0.0997 23.1275,-0 22.6053,0V0ZM22.6053,5.5552C22.1583,5.5588 21.7273,5.3938 21.4039,5.0951C21.0805,4.7964 20.89,4.3876 20.8728,3.9552C20.8664,3.9257 20.8664,3.8951 20.8728,3.8656C20.8728,3.4175 21.0567,2.9877 21.3841,2.6709C21.7115,2.354 22.1555,2.176 22.6185,2.176C23.0815,2.176 23.5256,2.354 23.853,2.6709C24.1804,2.9877 24.3643,3.4175 24.3643,3.8656C24.3707,3.8951 24.3707,3.9257 24.3643,3.9552C24.347,4.3921 24.1529,4.8048 23.8237,5.1042C23.4946,5.4036 23.0569,5.5656 22.6053,5.5552Z" />
<path android:fillColor="#ffd9e7ff" android:pathData="M10.7271,19.4286C10.7271,21.0854 12.0702,22.4286 13.7271,22.4286C15.3839,22.4286 16.7271,21.0854 16.7271,19.4286C16.7271,17.7717 15.3839,16.4286 13.7271,16.4286C12.0702,16.4286 10.7271,17.7717 10.7271,19.4286Z" />
--- 2,8 ----
<vector android:height="64.0dip" android:width="46.0dip" android:viewportWidth="46.0" android:viewportHeight="64.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffaec7ff" android:pathData="M42.3334,6.8572H3.1211C1.3974,6.8572 0,8.5319 0,10.5978V60.2594C0,62.3253 1.3974,64 3.1211,64H42.3334C44.0572,64 45.4545,62.3253 45.4545,60.2594V10.5978C45.4545,8.5319 44.0572,6.8572 42.3334,6.8572Z" />
! <path android:fillColor="@color/white" android:pathData="M40.909,11.4286H4.5454V59.4286H40.909V11.4286Z" />
<path android:fillColor="#ffd9e7ff" android:pathData="M32.9545,10.8256V12.8557H12.5V10.8256L18.2044,5.1264L18.4753,4.8557H20.7631C20.7631,5.3782 20.9708,5.8792 21.3406,6.2487C21.7104,6.6181 22.2119,6.8256 22.7348,6.8256C23.2577,6.8256 23.7592,6.6181 24.129,6.2487C24.4988,5.8792 24.7065,5.3782 24.7065,4.8557H26.9943L27.2501,5.1114L32.9545,10.8256Z" />
<path android:fillColor="#ffd9e7ff" android:pathData="M22.6053,0C21.553,0 20.5439,0.4046 19.7998,1.1247C19.0557,1.8448 18.6377,2.8216 18.6377,3.84C18.6247,3.9463 18.6247,4.0537 18.6377,4.16C18.6377,5.1784 19.0557,6.1551 19.7998,6.8753C20.5439,7.5954 21.553,8 22.6053,8C23.6576,8 24.6668,7.5954 25.4108,6.8753C26.1549,6.1551 26.5729,5.1784 26.5729,4.16C26.5857,4.058 26.5857,3.9548 26.5729,3.8528C26.5747,3.3475 26.4733,2.8467 26.2747,2.3794C26.0761,1.912 25.7841,1.4872 25.4155,1.1292C25.0469,0.7713 24.6089,0.4873 24.1267,0.2935C23.6445,0.0997 23.1275,-0 22.6053,0V0ZM22.6053,5.5552C22.1583,5.5588 21.7273,5.3938 21.4039,5.0951C21.0805,4.7964 20.89,4.3876 20.8728,3.9552C20.8664,3.9257 20.8664,3.8951 20.8728,3.8656C20.8728,3.4175 21.0567,2.9877 21.3841,2.6709C21.7115,2.354 22.1555,2.176 22.6185,2.176C23.0815,2.176 23.5256,2.354 23.853,2.6709C24.1804,2.9877 24.3643,3.4175 24.3643,3.8656C24.3707,3.8951 24.3707,3.9257 24.3643,3.9552C24.347,4.3921 24.1529,4.8048 23.8237,5.1042C23.4946,5.4036 23.0569,5.5656 22.6053,5.5552Z" />
<path android:fillColor="#ffd9e7ff" android:pathData="M10.7271,19.4286C10.7271,21.0854 12.0702,22.4286 13.7271,22.4286C15.3839,22.4286 16.7271,21.0854 16.7271,19.4286C16.7271,17.7717 15.3839,16.4286 13.7271,16.4286C12.0702,16.4286 10.7271,17.7717 10.7271,19.4286Z" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_settings_24dp.xml to/res/drawable-anydpi-v24/ic_settings_24dp.xml
*** from/res/drawable-anydpi-v24/ic_settings_24dp.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/ic_settings_24dp.xml 2021-01-11 15:14:01.501587919 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M19.738,10H22V14H19.739C19.498,14.931 19.1,15.798 18.565,16.564L20,18L18,20L16.565,18.564C15.797,19.099 14.932,19.498 14,19.738V22H10V19.738C9.069,19.498 8.203,19.099 7.436,18.564L6,20L4,18L5.436,16.564C4.901,15.799 4.502,14.932 4.262,14H2V10H4.262C4.502,9.068 4.9,8.202 5.436,7.436L4,6L6,4L7.436,5.436C8.202,4.9 9.068,4.502 10,4.262V2H14V4.261C14.932,4.502 15.797,4.9 16.565,5.435L18,3.999L20,5.999L18.564,7.436C19.099,8.202 19.498,9.069 19.738,10ZM12,16C14.2091,16 16,14.2091 16,12C16,9.7909 14.2091,8 12,8C9.7909,8 8,9.7909 8,12C8,14.2091 9.7909,16 12,16Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M19.738,10H22V14H19.739C19.498,14.931 19.1,15.798 18.565,16.564L20,18L18,20L16.565,18.564C15.797,19.099 14.932,19.498 14,19.738V22H10V19.738C9.069,19.498 8.203,19.099 7.436,18.564L6,20L4,18L5.436,16.564C4.901,15.799 4.502,14.932 4.262,14H2V10H4.262C4.502,9.068 4.9,8.202 5.436,7.436L4,6L6,4L7.436,5.436C8.202,4.9 9.068,4.502 10,4.262V2H14V4.261C14.932,4.502 15.797,4.9 16.565,5.435L18,3.999L20,5.999L18.564,7.436C19.099,8.202 19.498,9.069 19.738,10ZM12,16C14.2091,16 16,14.2091 16,12C16,9.7909 14.2091,8 12,8C9.7909,8 8,9.7909 8,12C8,14.2091 9.7909,16 12,16Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_sticker_shop_icon_badged_32dp.xml to/res/drawable-anydpi-v24/ic_sticker_shop_icon_badged_32dp.xml
*** from/res/drawable-anydpi-v24/ic_sticker_shop_icon_badged_32dp.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/ic_sticker_shop_icon_badged_32dp.xml 2021-01-11 15:14:01.534587425 -0700
***************
*** 23,30 ****
<path android:fillColor="#ffffd01a" android:pathData="M23.14,6H20.3V9H23.14V6Z" />
<path android:fillColor="#ffffe103" android:pathData="M20.31,6H20.29V9H20.31V6Z" />
<path android:fillColor="#ffb0dbf7" android:pathData="M20.31,6H20.29V9H20.31V6Z" android:strokeAlpha="0.8" android:fillAlpha="0.8" />
! <path android:fillColor="#ffffffff" android:pathData="M15,24H9V15C9,14.45 9.45,14 10,14H14C14.55,14 15,14.45 15,15V24Z" />
! <path android:fillColor="#ffffffff" android:pathData="M22,19H18C17.45,19 17,18.55 17,18V15C17,14.45 17.45,14 18,14H22C22.55,14 23,14.45 23,15V18C23,18.55 22.55,19 22,19Z" />
</group>
<path android:fillColor="#fff04747" android:pathData="M24,26C24,23.7909 25.7909,22 28,22V22C30.2091,22 32,23.7909 32,26V26C32,28.2091 30.2091,30 28,30V30C25.7909,30 24,28.2091 24,26V26Z" />
</vector>
\ No newline at end of file
--- 23,30 ----
<path android:fillColor="#ffffd01a" android:pathData="M23.14,6H20.3V9H23.14V6Z" />
<path android:fillColor="#ffffe103" android:pathData="M20.31,6H20.29V9H20.31V6Z" />
<path android:fillColor="#ffb0dbf7" android:pathData="M20.31,6H20.29V9H20.31V6Z" android:strokeAlpha="0.8" android:fillAlpha="0.8" />
! <path android:fillColor="@color/white" android:pathData="M15,24H9V15C9,14.45 9.45,14 10,14H14C14.55,14 15,14.45 15,15V24Z" />
! <path android:fillColor="@color/white" android:pathData="M22,19H18C17.45,19 17,18.55 17,18V15C17,14.45 17.45,14 18,14H22C22.55,14 23,14.45 23,15V18C23,18.55 22.55,19 22,19Z" />
</group>
<path android:fillColor="#fff04747" android:pathData="M24,26C24,23.7909 25.7909,22 28,22V22C30.2091,22 32,23.7909 32,26V26C32,28.2091 30.2091,30 28,30V30C25.7909,30 24,28.2091 24,26V26Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_stop_stream.xml to/res/drawable-anydpi-v24/ic_stop_stream.xml
*** from/res/drawable-anydpi-v24/ic_stop_stream.xml 2021-01-02 17:58:42.708416198 -0700
--- to/res/drawable-anydpi-v24/ic_stop_stream.xml 2021-01-11 15:14:01.265591453 -0700
***************
*** 3,9 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,-1h24v24h-24z M 0,0" />
! <path android:fillColor="#ffffffff" android:pathData="M18,11V14H2V5H13V3H2C1.4696,3 0.9609,3.2107 0.5858,3.5858C0.2107,3.9609 0,4.4696 0,5L0,16C0,16.5304 0.2107,17.0391 0.5858,17.4142C0.9609,17.7893 1.4696,18 2,18H9V20H5V22H15V20H11V18H18C18.5304,18 19.0391,17.7893 19.4142,17.4142C19.7893,17.0391 20,16.5304 20,16V11H18Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M23,2.41L21.59,1L19.12,3.48L16.64,1L15.23,2.41L17.71,4.88L15.23,7.36L16.64,8.77L19.12,6.29L21.59,8.77L23,7.36L20.52,4.88L23,2.41Z" android:fillType="evenOdd" />
</group>
</vector>
\ No newline at end of file
--- 3,9 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,-1h24v24h-24z M 0,0" />
! <path android:fillColor="@color/white" android:pathData="M18,11V14H2V5H13V3H2C1.4696,3 0.9609,3.2107 0.5858,3.5858C0.2107,3.9609 0,4.4696 0,5L0,16C0,16.5304 0.2107,17.0391 0.5858,17.4142C0.9609,17.7893 1.4696,18 2,18H9V20H5V22H15V20H11V18H18C18.5304,18 19.0391,17.7893 19.4142,17.4142C19.7893,17.0391 20,16.5304 20,16V11H18Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M23,2.41L21.59,1L19.12,3.48L16.64,1L15.23,2.41L17.71,4.88L15.23,7.36L16.64,8.77L19.12,6.29L21.59,8.77L23,7.36L20.52,4.88L23,2.41Z" android:fillType="evenOdd" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_twitch_white_24dp.xml to/res/drawable-anydpi-v24/ic_twitch_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_twitch_white_24dp.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/ic_twitch_white_24dp.xml 2021-01-11 15:14:01.226592037 -0700
***************
*** 1,6 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="288.0" android:viewportHeight="300.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M20.12,0L0.55,52.18L0.55,260.85L72.26,260.85L72.26,300L111.4,300L150.51,260.85L209.19,260.85L287.45,182.62L287.45,0L20.12,0ZM46.18,26.07L261.37,26.07L261.37,169.55L215.72,215.21L144,215.21L104.9,254.31L104.9,215.21L46.18,215.21L46.18,26.07Z" android:strokeColor="#00000000" android:strokeWidth="1.0" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M117.92,156.53L144,156.53L144,78.27L117.92,78.27L117.92,156.53ZM189.64,156.53L215.72,156.53L215.72,78.27L189.64,78.27L189.64,156.53Z" android:strokeColor="#00000000" android:strokeWidth="1.0" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,6 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="288.0" android:viewportHeight="300.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M20.12,0L0.55,52.18L0.55,260.85L72.26,260.85L72.26,300L111.4,300L150.51,260.85L209.19,260.85L287.45,182.62L287.45,0L20.12,0ZM46.18,26.07L261.37,26.07L261.37,169.55L215.72,215.21L144,215.21L104.9,254.31L104.9,215.21L46.18,215.21L46.18,26.07Z" android:strokeColor="#00000000" android:strokeWidth="1.0" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M117.92,156.53L144,156.53L144,78.27L117.92,78.27L117.92,156.53ZM189.64,156.53L215.72,156.53L215.72,78.27L189.64,78.27L189.64,156.53Z" android:strokeColor="#00000000" android:strokeWidth="1.0" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_twitter_white_18dp.xml to/res/drawable-anydpi-v24/ic_twitter_white_18dp.xml
*** from/res/drawable-anydpi-v24/ic_twitter_white_18dp.xml 2021-01-02 17:58:42.708416198 -0700
--- to/res/drawable-anydpi-v24/ic_twitter_white_18dp.xml 2021-01-11 15:14:01.352590150 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="18.0dip" android:width="18.0dip" android:viewportWidth="88.0" android:viewportHeight="72.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M88,8.47C84.76,9.9 81.28,10.87 77.63,11.31C81.36,9.07 84.22,5.54 85.57,1.32C82.08,3.39 78.22,4.89 74.1,5.7C70.81,2.19 66.12,0 60.93,0C50.95,0 42.87,8.08 42.87,18.05C42.87,19.47 43.03,20.85 43.34,22.17C28.33,21.42 15.03,14.23 6.13,3.3C4.57,5.97 3.68,9.07 3.68,12.38C3.68,18.64 6.87,24.17 11.71,27.41C8.75,27.31 5.97,26.5 3.54,25.15C3.53,25.23 3.53,25.3 3.53,25.38C3.53,34.12 9.76,41.42 18.02,43.08C16.5,43.49 14.91,43.71 13.26,43.71C12.1,43.71 10.97,43.6 9.86,43.39C12.16,50.56 18.83,55.78 26.73,55.93C20.55,60.77 12.77,63.66 4.31,63.66C2.85,63.66 1.41,63.57 0,63.4C7.99,68.53 17.48,71.52 27.68,71.52C60.88,71.52 79.04,44.01 79.04,20.15C79.04,19.36 79.03,18.59 78.99,17.81C82.52,15.27 85.58,12.09 88,8.47" android:strokeColor="#00000000" android:strokeWidth="1.0" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="18.0dip" android:width="18.0dip" android:viewportWidth="88.0" android:viewportHeight="72.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M88,8.47C84.76,9.9 81.28,10.87 77.63,11.31C81.36,9.07 84.22,5.54 85.57,1.32C82.08,3.39 78.22,4.89 74.1,5.7C70.81,2.19 66.12,0 60.93,0C50.95,0 42.87,8.08 42.87,18.05C42.87,19.47 43.03,20.85 43.34,22.17C28.33,21.42 15.03,14.23 6.13,3.3C4.57,5.97 3.68,9.07 3.68,12.38C3.68,18.64 6.87,24.17 11.71,27.41C8.75,27.31 5.97,26.5 3.54,25.15C3.53,25.23 3.53,25.3 3.53,25.38C3.53,34.12 9.76,41.42 18.02,43.08C16.5,43.49 14.91,43.71 13.26,43.71C12.1,43.71 10.97,43.6 9.86,43.39C12.16,50.56 18.83,55.78 26.73,55.93C20.55,60.77 12.77,63.66 4.31,63.66C2.85,63.66 1.41,63.57 0,63.4C7.99,68.53 17.48,71.52 27.68,71.52C60.88,71.52 79.04,44.01 79.04,20.15C79.04,19.36 79.03,18.59 78.99,17.81C82.52,15.27 85.58,12.09 88,8.47" android:strokeColor="#00000000" android:strokeWidth="1.0" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_twitter_white_24dp.xml to/res/drawable-anydpi-v24/ic_twitter_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_twitter_white_24dp.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/ic_twitter_white_24dp.xml 2021-01-11 15:14:01.396589491 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="88.0" android:viewportHeight="88.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M88,8.47C84.76,9.9 81.28,10.87 77.63,11.31C81.36,9.07 84.22,5.54 85.57,1.32C82.08,3.39 78.22,4.89 74.1,5.7C70.81,2.19 66.12,0 60.93,0C50.95,0 42.87,8.08 42.87,18.05C42.87,19.47 43.03,20.85 43.34,22.17C28.33,21.42 15.03,14.23 6.13,3.3C4.57,5.97 3.68,9.07 3.68,12.38C3.68,18.64 6.87,24.17 11.71,27.41C8.75,27.31 5.97,26.5 3.54,25.15C3.53,25.23 3.53,25.3 3.53,25.38C3.53,34.12 9.76,41.42 18.02,43.08C16.5,43.49 14.91,43.71 13.26,43.71C12.1,43.71 10.97,43.6 9.86,43.39C12.16,50.56 18.83,55.78 26.73,55.93C20.55,60.77 12.77,63.66 4.31,63.66C2.85,63.66 1.41,63.57 0,63.4C7.99,68.53 17.48,71.52 27.68,71.52C60.88,71.52 79.04,44.01 79.04,20.15C79.04,19.36 79.03,18.59 78.99,17.81C82.52,15.27 85.58,12.09 88,8.47" android:strokeColor="#00000000" android:strokeWidth="1.0" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="88.0" android:viewportHeight="88.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M88,8.47C84.76,9.9 81.28,10.87 77.63,11.31C81.36,9.07 84.22,5.54 85.57,1.32C82.08,3.39 78.22,4.89 74.1,5.7C70.81,2.19 66.12,0 60.93,0C50.95,0 42.87,8.08 42.87,18.05C42.87,19.47 43.03,20.85 43.34,22.17C28.33,21.42 15.03,14.23 6.13,3.3C4.57,5.97 3.68,9.07 3.68,12.38C3.68,18.64 6.87,24.17 11.71,27.41C8.75,27.31 5.97,26.5 3.54,25.15C3.53,25.23 3.53,25.3 3.53,25.38C3.53,34.12 9.76,41.42 18.02,43.08C16.5,43.49 14.91,43.71 13.26,43.71C12.1,43.71 10.97,43.6 9.86,43.39C12.16,50.56 18.83,55.78 26.73,55.93C20.55,60.77 12.77,63.66 4.31,63.66C2.85,63.66 1.41,63.57 0,63.4C7.99,68.53 17.48,71.52 27.68,71.52C60.88,71.52 79.04,44.01 79.04,20.15C79.04,19.36 79.03,18.59 78.99,17.81C82.52,15.27 85.58,12.09 88,8.47" android:strokeColor="#00000000" android:strokeWidth="1.0" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_user_actions_remove_friend_white_a60_24dp.xml to/res/drawable-anydpi-v24/ic_user_actions_remove_friend_white_a60_24dp.xml
*** from/res/drawable-anydpi-v24/ic_user_actions_remove_friend_white_a60_24dp.xml 2021-01-02 17:58:42.708416198 -0700
--- to/res/drawable-anydpi-v24/ic_user_actions_remove_friend_white_a60_24dp.xml 2021-01-11 15:14:01.408589311 -0700
***************
*** 3,8 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h24v24h-24z M 0,0" />
! <path android:fillColor="#ffffffff" android:pathData="M20.2949,3.299L21.7089,4.713L19.4169,7.006L21.7089,9.299L20.2949,10.713L18.0019,8.42L15.7099,10.713L14.2949,9.299L16.5879,7.006L14.2949,4.713L15.7099,3.299L18.0019,5.592L20.2949,3.299ZM8.002,16.006C10.207,16.006 12.002,14.211 12.002,12.006C12.002,9.801 10.207,8.006 8.002,8.006C5.7969,8.006 4.0019,9.801 4.0019,12.006C4.0019,14.211 5.7969,16.006 8.002,16.006ZM8.002,17.006C3.291,17.006 0.002,19.473 0.002,23.006V24.006H16.002V23.006C16.002,19.473 12.713,17.006 8.002,17.006Z" android:fillType="evenOdd" />
</group>
</vector>
\ No newline at end of file
--- 3,8 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h24v24h-24z M 0,0" />
! <path android:fillColor="@color/white" android:pathData="M20.2949,3.299L21.7089,4.713L19.4169,7.006L21.7089,9.299L20.2949,10.713L18.0019,8.42L15.7099,10.713L14.2949,9.299L16.5879,7.006L14.2949,4.713L15.7099,3.299L18.0019,5.592L20.2949,3.299ZM8.002,16.006C10.207,16.006 12.002,14.211 12.002,12.006C12.002,9.801 10.207,8.006 8.002,8.006C5.7969,8.006 4.0019,9.801 4.0019,12.006C4.0019,14.211 5.7969,16.006 8.002,16.006ZM8.002,17.006C3.291,17.006 0.002,19.473 0.002,23.006V24.006H16.002V23.006C16.002,19.473 12.713,17.006 8.002,17.006Z" android:fillType="evenOdd" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_user_actions_unblock_white_a60_24dp.xml to/res/drawable-anydpi-v24/ic_user_actions_unblock_white_a60_24dp.xml
*** from/res/drawable-anydpi-v24/ic_user_actions_unblock_white_a60_24dp.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/ic_user_actions_unblock_white_a60_24dp.xml 2021-01-11 15:14:01.458588563 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M23,2.27L21.73,1L19.5,3.23L17.27,1L16,2.27L18.23,4.5L16,6.73L17.27,8L19.5,5.77L21.73,8L23,6.73L20.77,4.5L23,2.27ZM13,2.002C13.255,2.002 13.4874,2.0972 13.6639,2.254C13.2396,3.0768 13,4.0104 13,5C13,8.3137 15.6863,11 19,11C19.7013,11 20.3744,10.8797 21,10.6586V17.002C21,17.554 20.553,18.002 20,18.002H9C8.596,18.002 8.23,17.759 8.076,17.385C7.922,17.011 8.007,16.581 8.293,16.295L10.586,14.002H5V22.002H3V3.002C3,2.45 3.447,2.002 4,2.002H13Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:alpha="0.6" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M23,2.27L21.73,1L19.5,3.23L17.27,1L16,2.27L18.23,4.5L16,6.73L17.27,8L19.5,5.77L21.73,8L23,6.73L20.77,4.5L23,2.27ZM13,2.002C13.255,2.002 13.4874,2.0972 13.6639,2.254C13.2396,3.0768 13,4.0104 13,5C13,8.3137 15.6863,11 19,11C19.7013,11 20.3744,10.8797 21,10.6586V17.002C21,17.554 20.553,18.002 20,18.002H9C8.596,18.002 8.23,17.759 8.076,17.385C7.922,17.011 8.007,16.581 8.293,16.295L10.586,14.002H5V22.002H3V3.002C3,2.45 3.447,2.002 4,2.002H13Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_user_profile_action_call_white_24dp.xml to/res/drawable-anydpi-v24/ic_user_profile_action_call_white_24dp.xml
*** from/res/drawable-anydpi-v24/ic_user_profile_action_call_white_24dp.xml 2021-01-02 17:58:42.708416198 -0700
--- to/res/drawable-anydpi-v24/ic_user_profile_action_call_white_24dp.xml 2021-01-11 15:14:01.409589296 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M11.24,5V3C16.755,3 21.24,7.486 21.24,13H19.24C19.24,8.589 15.651,5 11.24,5ZM17.24,13H15.24C15.24,10.795 13.446,9 11.24,9V7C14.549,7 17.24,9.691 17.24,13ZM11.24,11V13H13.24C13.24,11.896 12.345,11 11.24,11ZM14.24,16H18.24C18.793,16 19.24,16.447 19.24,17V21C19.24,21.553 18.793,22 18.24,22H13.24C7.165,22 2.24,17.075 2.24,11V6C2.24,5.447 2.688,5 3.24,5H7.24C7.793,5 8.24,5.447 8.24,6V10C8.24,10.553 7.793,11 7.24,11H6.24C6.303,14.938 9.24,18 13.24,18V17C13.24,16.447 13.687,16 14.24,16Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M11.24,5V3C16.755,3 21.24,7.486 21.24,13H19.24C19.24,8.589 15.651,5 11.24,5ZM17.24,13H15.24C15.24,10.795 13.446,9 11.24,9V7C14.549,7 17.24,9.691 17.24,13ZM11.24,11V13H13.24C13.24,11.896 12.345,11 11.24,11ZM14.24,16H18.24C18.793,16 19.24,16.447 19.24,17V21C19.24,21.553 18.793,22 18.24,22H13.24C7.165,22 2.24,17.075 2.24,11V6C2.24,5.447 2.688,5 3.24,5H7.24C7.793,5 8.24,5.447 8.24,6V10C8.24,10.553 7.793,11 7.24,11H6.24C6.303,14.938 9.24,18 13.24,18V17C13.24,16.447 13.687,16 14.24,16Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/ic_user_profile_action_call_white_a60_24dp.xml to/res/drawable-anydpi-v24/ic_user_profile_action_call_white_a60_24dp.xml
*** from/res/drawable-anydpi-v24/ic_user_profile_action_call_white_a60_24dp.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/ic_user_profile_action_call_white_a60_24dp.xml 2021-01-11 15:14:01.457588578 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="25.0dip" android:alpha="0.6" android:viewportWidth="25.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M11.24,5V3C16.755,3 21.24,7.486 21.24,13H19.24C19.24,8.589 15.651,5 11.24,5ZM17.24,13H15.24C15.24,10.795 13.446,9 11.24,9V7C14.549,7 17.24,9.691 17.24,13ZM11.24,11V13H13.24C13.24,11.896 12.345,11 11.24,11ZM14.24,16H18.24C18.793,16 19.24,16.447 19.24,17V21C19.24,21.553 18.793,22 18.24,22H13.24C7.165,22 2.24,17.075 2.24,11V6C2.24,5.447 2.688,5 3.24,5H7.24C7.793,5 8.24,5.447 8.24,6V10C8.24,10.553 7.793,11 7.24,11H6.24C6.303,14.938 9.24,18 13.24,18V17C13.24,16.447 13.687,16 14.24,16Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="25.0dip" android:alpha="0.6" android:viewportWidth="25.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M11.24,5V3C16.755,3 21.24,7.486 21.24,13H19.24C19.24,8.589 15.651,5 11.24,5ZM17.24,13H15.24C15.24,10.795 13.446,9 11.24,9V7C14.549,7 17.24,9.691 17.24,13ZM11.24,11V13H13.24C13.24,11.896 12.345,11 11.24,11ZM14.24,16H18.24C18.793,16 19.24,16.447 19.24,17V21C19.24,21.553 18.793,22 18.24,22H13.24C7.165,22 2.24,17.075 2.24,11V6C2.24,5.447 2.688,5 3.24,5H7.24C7.793,5 8.24,5.447 8.24,6V10C8.24,10.553 7.793,11 7.24,11H6.24C6.303,14.938 9.24,18 13.24,18V17C13.24,16.447 13.687,16 14.24,16Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_addfriends_empty_light.xml to/res/drawable-anydpi-v24/img_addfriends_empty_light.xml
*** from/res/drawable-anydpi-v24/img_addfriends_empty_light.xml 2021-01-02 17:58:42.708416198 -0700
--- to/res/drawable-anydpi-v24/img_addfriends_empty_light.xml 2021-01-11 15:14:01.549587200 -0700
***************
*** 2,13 ****
<vector android:height="142.0dip" android:width="295.0dip" android:viewportWidth="295.0" android:viewportHeight="142.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff6f6f7" android:pathData="M229.547,25.758L229.547,25.76C229.547,37.369 238.958,46.779 250.567,46.779L266.661,46.779C274.142,46.779 280.207,52.844 280.207,60.326C280.207,67.807 274.142,73.873 266.661,73.873L243.624,73.873C235.109,73.873 228.206,80.775 228.206,89.29L228.206,89.293C228.206,97.809 235.109,104.712 243.624,104.712L276.125,104.712C286.175,104.712 294.322,112.858 294.322,122.907C294.322,132.957 286.175,141.104 276.125,141.104L33.164,141.104C18.007,141.104 5.72,128.816 5.72,113.658L5.72,113.652C5.72,98.494 18.007,86.206 33.164,86.206L88.13,86.206C99.907,86.206 109.455,76.658 109.455,64.881L109.455,26.063C109.455,14.285 119.002,4.738 130.78,4.738L208.527,4.738C220.136,4.738 229.547,14.149 229.547,25.758" android:fillAlpha="0.9" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M164.773,80.307L164.773,85.852C164.773,90.304 162.598,94.247 159.266,96.71C158.991,101.592 156.122,105.786 152.007,107.927L144.282,140.394L167.102,140.394L167.102,139.699C167.102,137.243 168.937,135.213 171.307,134.895L180.422,96.582C179.364,96.286 178.58,95.326 178.58,94.178L178.58,81.601C178.58,80.697 179.068,79.91 179.79,79.468C180.119,79.123 180.582,78.905 181.098,78.905L184.628,78.905L186.299,71.883L184.892,71.883C184.515,71.883 184.148,71.766 183.842,71.549L183.509,71.313C183.501,71.307 183.492,71.303 183.484,71.298L173.648,65.009C172.923,64.546 172.49,63.757 172.49,62.9C172.49,62.041 172.923,61.252 173.648,60.789L183.484,54.501C183.491,54.496 183.5,54.492 183.507,54.487L183.591,54.428L174.163,14.802L162.321,64.575C162.23,64.956 161.847,65.194 161.465,65.101L159.304,74.184L159.304,74.497C162.351,74.683 164.773,77.214 164.773,80.307" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M24.239,140.394l9.178,0l-4.589,-19.289z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M67.964,79.035C72.055,74.944 73.357,60.248 73.618,56.642C70.012,56.903 55.316,58.205 51.225,62.296C48.865,64.656 47.604,67.964 47.78,71.296C47.907,73.673 48.632,77.218 50.272,79.032C52.167,81.126 56.8,82.502 59.595,82.502C62.756,82.502 65.728,81.271 67.964,79.035" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M264.809,103.795C266.746,100.639 269.06,97.685 271.744,95L272.75,96.005C270.046,98.71 267.72,101.693 265.799,104.89C270.422,109.408 277.854,109.38 282.436,104.798C286.53,100.705 287.83,86.01 288.091,82.404C284.486,82.665 269.79,83.967 265.698,88.059C261.403,92.354 261.11,99.152 264.809,103.795" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M239.193,140.373C239.193,140.37 239.192,140.367 239.192,140.364C239.192,138.393 240.383,136.696 242.082,135.95C241.62,135.756 241.112,135.648 240.579,135.648L238.324,135.648C236.177,135.648 234.43,137.395 234.43,139.543L234.43,140.354L239.193,140.373Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M173.982,136.268L171.954,136.268C170.062,136.268 168.523,137.807 168.523,139.699L168.523,140.429L177.413,140.394L177.413,139.699C177.413,137.807 175.874,136.268 173.982,136.268" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M249.837,136.965L244.013,136.965C242.138,136.965 240.613,138.491 240.613,140.364L253.207,140.394C253.224,140.394 253.237,140.381 253.237,140.364C253.237,138.491 251.712,136.965 249.837,136.965" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M86.295,131.879L86.295,138.764C86.295,139.94 87.252,140.897 88.428,140.897L90.262,140.897C91.437,140.897 92.394,139.94 92.394,138.764L92.394,131.879L86.295,131.879Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M99.813,109.452C92.354,109.452 86.307,103.405 86.307,95.946L86.307,94.957C84.164,94.734 82.301,93.553 81.154,91.852L75.474,91.852C68.945,91.852 63.652,97.145 63.652,103.675L63.652,138.764C63.652,139.942 64.606,140.896 65.784,140.896L67.617,140.896C68.796,140.896 69.75,139.942 69.75,138.764L69.75,132.589C69.75,131.412 70.705,130.457 71.882,130.457L104.216,130.457C103.322,129.571 102.766,128.345 102.766,126.99L102.766,116.963C102.766,116.571 103.085,116.252 103.477,116.252L103.477,109.452L99.813,109.452Z" android:fillType="evenOdd" />
--- 2,13 ----
<vector android:height="142.0dip" android:width="295.0dip" android:viewportWidth="295.0" android:viewportHeight="142.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff6f6f7" android:pathData="M229.547,25.758L229.547,25.76C229.547,37.369 238.958,46.779 250.567,46.779L266.661,46.779C274.142,46.779 280.207,52.844 280.207,60.326C280.207,67.807 274.142,73.873 266.661,73.873L243.624,73.873C235.109,73.873 228.206,80.775 228.206,89.29L228.206,89.293C228.206,97.809 235.109,104.712 243.624,104.712L276.125,104.712C286.175,104.712 294.322,112.858 294.322,122.907C294.322,132.957 286.175,141.104 276.125,141.104L33.164,141.104C18.007,141.104 5.72,128.816 5.72,113.658L5.72,113.652C5.72,98.494 18.007,86.206 33.164,86.206L88.13,86.206C99.907,86.206 109.455,76.658 109.455,64.881L109.455,26.063C109.455,14.285 119.002,4.738 130.78,4.738L208.527,4.738C220.136,4.738 229.547,14.149 229.547,25.758" android:fillAlpha="0.9" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M164.773,80.307L164.773,85.852C164.773,90.304 162.598,94.247 159.266,96.71C158.991,101.592 156.122,105.786 152.007,107.927L144.282,140.394L167.102,140.394L167.102,139.699C167.102,137.243 168.937,135.213 171.307,134.895L180.422,96.582C179.364,96.286 178.58,95.326 178.58,94.178L178.58,81.601C178.58,80.697 179.068,79.91 179.79,79.468C180.119,79.123 180.582,78.905 181.098,78.905L184.628,78.905L186.299,71.883L184.892,71.883C184.515,71.883 184.148,71.766 183.842,71.549L183.509,71.313C183.501,71.307 183.492,71.303 183.484,71.298L173.648,65.009C172.923,64.546 172.49,63.757 172.49,62.9C172.49,62.041 172.923,61.252 173.648,60.789L183.484,54.501C183.491,54.496 183.5,54.492 183.507,54.487L183.591,54.428L174.163,14.802L162.321,64.575C162.23,64.956 161.847,65.194 161.465,65.101L159.304,74.184L159.304,74.497C162.351,74.683 164.773,77.214 164.773,80.307" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M24.239,140.394l9.178,0l-4.589,-19.289z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M67.964,79.035C72.055,74.944 73.357,60.248 73.618,56.642C70.012,56.903 55.316,58.205 51.225,62.296C48.865,64.656 47.604,67.964 47.78,71.296C47.907,73.673 48.632,77.218 50.272,79.032C52.167,81.126 56.8,82.502 59.595,82.502C62.756,82.502 65.728,81.271 67.964,79.035" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M264.809,103.795C266.746,100.639 269.06,97.685 271.744,95L272.75,96.005C270.046,98.71 267.72,101.693 265.799,104.89C270.422,109.408 277.854,109.38 282.436,104.798C286.53,100.705 287.83,86.01 288.091,82.404C284.486,82.665 269.79,83.967 265.698,88.059C261.403,92.354 261.11,99.152 264.809,103.795" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M239.193,140.373C239.193,140.37 239.192,140.367 239.192,140.364C239.192,138.393 240.383,136.696 242.082,135.95C241.62,135.756 241.112,135.648 240.579,135.648L238.324,135.648C236.177,135.648 234.43,137.395 234.43,139.543L234.43,140.354L239.193,140.373Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M173.982,136.268L171.954,136.268C170.062,136.268 168.523,137.807 168.523,139.699L168.523,140.429L177.413,140.394L177.413,139.699C177.413,137.807 175.874,136.268 173.982,136.268" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M249.837,136.965L244.013,136.965C242.138,136.965 240.613,138.491 240.613,140.364L253.207,140.394C253.224,140.394 253.237,140.381 253.237,140.364C253.237,138.491 251.712,136.965 249.837,136.965" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M86.295,131.879L86.295,138.764C86.295,139.94 87.252,140.897 88.428,140.897L90.262,140.897C91.437,140.897 92.394,139.94 92.394,138.764L92.394,131.879L86.295,131.879Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M99.813,109.452C92.354,109.452 86.307,103.405 86.307,95.946L86.307,94.957C84.164,94.734 82.301,93.553 81.154,91.852L75.474,91.852C68.945,91.852 63.652,97.145 63.652,103.675L63.652,138.764C63.652,139.942 64.606,140.896 65.784,140.896L67.617,140.896C68.796,140.896 69.75,139.942 69.75,138.764L69.75,132.589C69.75,131.412 70.705,130.457 71.882,130.457L104.216,130.457C103.322,129.571 102.766,128.345 102.766,126.99L102.766,116.963C102.766,116.571 103.085,116.252 103.477,116.252L103.477,109.452L99.813,109.452Z" android:fillType="evenOdd" />
***************
*** 16,31 ****
<path android:fillColor="#fff6f6f7" android:pathData="M130.795,85.851L130.795,80.307C130.795,78.434 131.818,76.792 133.33,75.9L129.942,75.9C127.512,75.9 125.535,77.876 125.535,80.307L125.535,85.851C125.535,92.515 130.956,97.936 137.619,97.936L139.434,97.936C134.423,96.199 130.795,91.434 130.795,85.851" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M87.052,93.576L97.431,93.576C97.823,93.576 98.142,93.894 98.142,94.287C98.142,94.679 97.823,94.998 97.431,94.998L94.126,94.998L94.126,95.945C94.126,101.528 97.755,106.293 102.766,108.029L145.799,108.029C151.864,108.029 156.886,103.533 157.74,97.7C155.817,98.755 153.612,99.357 151.267,99.357L137.619,99.357C130.172,99.357 124.113,93.299 124.113,85.851L124.113,80.307C124.113,77.093 126.728,74.478 129.942,74.478L137.619,74.478C138.011,74.478 138.33,74.796 138.33,75.189L145.121,75.189C145.121,74.796 145.44,74.478 145.832,74.478L157.883,74.478L157.883,71.919C157.883,65.417 152.717,60.112 146.275,59.858C146.207,61.053 145.873,62.183 145.273,63.215C145.076,63.556 144.641,63.671 144.302,63.473C144.29,63.466 144.283,63.454 144.272,63.446C143.955,63.888 143.594,64.3 143.188,64.68C143.194,64.687 143.203,64.69 143.208,64.698C143.455,65.003 143.407,65.451 143.101,65.697C141.736,66.798 139.97,67.664 137.994,68.202C136.518,68.604 134.987,68.81 133.504,68.81C133.107,68.81 132.714,68.795 132.327,68.765C125.396,68.235 119.114,65.734 114.163,61.532C113.81,61.233 113.45,60.899 113.262,60.404C113.19,60.215 113.162,60.024 113.154,59.835L102.765,59.835C98.171,61.427 94.742,65.564 94.204,70.545L97.431,70.545C97.823,70.545 98.142,70.863 98.142,71.255C98.142,71.648 97.823,71.966 97.431,71.966L87.052,71.966C83.917,71.966 81.366,74.517 81.366,77.653L81.366,87.889C81.366,91.025 83.917,93.576 87.052,93.576" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M86.342,78.364L86.342,87.178C86.342,89.141 87.933,90.733 89.896,90.733L94.588,90.733C95.373,90.733 96.009,90.096 96.009,89.311L96.009,76.231C96.009,75.447 95.373,74.81 94.588,74.81L89.896,74.81C87.933,74.81 86.342,76.401 86.342,78.364" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M142.191,88.606L146.369,88.606C147.518,88.606 148.458,89.546 148.458,90.695C148.458,91.843 147.518,92.783 146.369,92.783L142.191,92.783C141.042,92.783 140.103,91.843 140.103,90.695C140.103,89.546 141.042,88.606 142.191,88.606M153.866,88.606L156.373,88.606C157.522,88.606 158.461,89.546 158.461,90.695C158.461,91.843 157.522,92.783 156.373,92.783L153.866,92.783C152.717,92.783 151.777,91.843 151.777,90.695C151.777,89.546 152.717,88.606 153.866,88.606M137.619,75.899L133.33,75.899C131.818,76.791 130.795,78.433 130.795,80.307L130.795,85.851C130.795,91.434 134.424,96.199 139.434,97.935L151.268,97.935C157.931,97.935 163.352,92.515 163.352,85.851L163.352,80.307C163.352,77.877 161.375,75.899 158.944,75.899L145.833,75.899C145.44,75.899 145.122,75.581 145.122,75.188L138.33,75.188C138.33,75.581 138.012,75.899 137.619,75.899" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M142.191,92.783L146.369,92.783C147.518,92.783 148.458,91.844 148.458,90.695 148.458,89.546 147.518,88.606 146.369,88.606L142.191,88.606C141.042,88.606 140.103,89.546 140.103,90.695 140.103,91.844 141.042,92.783 142.191,92.783M153.866,92.783L156.373,92.783C157.522,92.783 158.461,91.844 158.461,90.695 158.461,89.546 157.522,88.606 156.373,88.606L153.866,88.606C152.717,88.606 151.777,89.546 151.777,90.695 151.777,91.844 152.717,92.783 153.866,92.783" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M111.284,36.789C111.669,36.864 111.922,37.235 111.848,37.621C111.783,37.961 111.485,38.198 111.151,38.198C111.107,38.198 111.062,38.194 111.018,38.186C110.793,38.143 106.564,37.284 103.441,33.671C103.077,34.589 103.064,35.418 103.406,36.206C103.912,37.369 105.255,38.443 107.09,39.153C110.213,40.361 113.49,40.553 116.317,39.692C115.737,39.151 115.085,38.361 114.808,38.024L114.722,37.921C114.205,37.301 113.744,36.659 113.299,36.038C112.253,34.578 111.265,33.199 109.68,32.294C108.738,31.758 107.697,31.475 106.745,31.475C106.276,31.475 105.829,31.544 105.427,31.684C104.97,31.844 104.576,32.088 104.247,32.414C107.094,35.937 111.233,36.779 111.284,36.789" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M152.461,14.162C153.355,14.758 154.327,14.853 155.431,14.452C153.836,12.984 152.821,11.312 152.191,9.94C152.027,9.584 152.184,9.161 152.54,8.997C152.897,8.833 153.319,8.989 153.483,9.347C154.091,10.668 155.109,12.296 156.72,13.675C157.052,13.357 157.307,12.974 157.479,12.525C157.94,11.319 157.754,9.684 156.995,8.256C156.137,6.643 154.787,5.616 153.359,4.526C152.751,4.063 152.123,3.585 151.518,3.049L151.416,2.959C151.087,2.671 150.318,1.997 149.734,1.412C148.851,4.203 148.946,7.484 150.062,10.642C150.19,11.004 150.004,11.397 149.65,11.537C150.101,12.601 150.724,13.599 151.518,14.316C151.746,14.031 152.152,13.955 152.461,14.162" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M45.646,113.398C47.88,113.983 50.28,113.109 51.614,111.222L56.92,103.725C57.087,103.488 57.007,103.26 56.965,103.174C56.922,103.087 56.793,102.884 56.504,102.869L56.503,102.869L47.328,102.426C47.24,102.422 47.151,102.42 47.063,102.42C44.856,102.42 42.819,103.747 41.938,105.786C41.292,107.282 41.33,108.979 42.044,110.444C42.757,111.908 44.07,112.985 45.646,113.398" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M144.272,63.446C143.96,63.24 143.854,62.829 144.044,62.502 145.033,60.797 145.138,58.825 144.354,56.64 144.317,56.536 144.268,56.437 144.226,56.336 141,58.462 137.252,59.91 133.212,60.538 133.176,60.543 133.139,60.545 133.102,60.545 132.758,60.545 132.455,60.295 132.401,59.944 132.34,59.556 132.606,59.193 132.994,59.132 136.88,58.529 140.478,57.13 143.56,55.073 142.722,53.806 141.494,52.779 139.971,52.113 137.529,51.045 134.653,51.009 132.279,52.017 131.003,52.559 129.832,53.277 128.592,54.037 127.949,54.431 127.285,54.839 126.61,55.215 124.365,56.467 121.956,57.408 119.448,58.012 118.59,58.219 117.712,58.387 116.84,58.512L116.693,58.533C116.087,58.618 115.515,58.699 115.081,58.967 114.751,59.17 114.475,59.594 114.591,59.899 114.659,60.078 114.861,60.261 115.082,60.447 119.805,64.454 125.805,66.84 132.435,67.348 134.112,67.477 135.905,67.298 137.62,66.83 139.408,66.343 140.996,65.569 142.209,64.59 142.507,64.349 142.938,64.394 143.188,64.68 143.594,64.3 143.956,63.888 144.272,63.446M179.618,65.825C179.618,64.598 178.615,63.6 177.381,63.6L174.175,63.6C174.243,63.678 174.32,63.752 174.413,63.811L179.306,66.94C179.5,66.611 179.618,66.233 179.618,65.825" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M180.781,65.825C180.781,63.961 179.255,62.444 177.381,62.444L174.017,62.444C173.952,62.584 173.912,62.736 173.912,62.899C173.912,63.165 174.008,63.408 174.175,63.6L177.381,63.6C178.615,63.6 179.618,64.598 179.618,65.825C179.618,66.233 179.5,66.611 179.306,66.94L180.282,67.563C180.592,67.054 180.781,66.463 180.781,65.825" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M216.311,140.394l-1.356,0l-3.246,0l-1.355,0l-3.219,0l-1.355,0l-2.98,0l1.244,0l17.047,0l-2.178,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M219.106,116.35L219.106,132.496C219.106,133.863 219.923,135.036 221.091,135.572L221.091,132.724C220.808,132.397 220.631,131.976 220.631,131.511L220.631,117.38C220.631,116.915 220.808,116.495 221.091,116.168L221.091,113.275C219.923,113.81 219.106,114.983 219.106,116.35M205.028,46.266L205.028,53.915 203.672,53.915 203.672,45.837C203.357,45.714 203.059,45.585 202.8,45.443L202.8,53.915 201.363,53.915C201.379,53.976 201.393,54.039 201.393,54.103L206.344,54.103 206.344,48.067C206.344,47.692 206.647,47.389 207.022,47.389 207.396,47.389 207.699,47.692 207.699,48.067L207.699,54.103 209.338,54.103 209.338,46.925C207.784,46.811 206.294,46.594 205.028,46.266" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M215.633,107.615C215.259,107.615 214.956,107.312 214.956,106.937L214.956,98.138C214.956,97.764 215.259,97.461 215.633,97.461C216.008,97.461 216.311,97.764 216.311,98.138L216.311,106.937C216.311,107.312 216.008,107.615 215.633,107.615ZM211.031,117.77C210.657,117.77 210.354,117.466 210.354,117.092L210.354,98.138C210.354,97.764 210.657,97.461 211.031,97.461C211.406,97.461 211.709,97.764 211.709,98.138L211.709,117.092C211.709,117.466 211.406,117.77 211.031,117.77ZM214.482,97.755C214.292,97.755 214.293,97.461 214.482,97.461C214.671,97.461 214.671,97.755 214.482,97.755ZM219.106,102.538C219.106,102.912 218.803,103.215 218.428,103.215C218.054,103.215 217.751,102.912 217.751,102.538L217.751,98.138C217.751,97.764 218.054,97.461 218.428,97.461C218.803,97.461 219.106,97.764 219.106,98.138L219.106,102.538ZM202.8,96.686L202.8,140.394L205.78,140.394L205.78,103.183C205.78,102.808 206.083,102.505 206.458,102.505C206.832,102.505 207.135,102.808 207.135,103.183L207.135,140.394L210.354,140.394L210.354,122.028C210.354,121.654 210.657,121.351 211.031,121.351C211.406,121.351 211.709,121.654 211.709,122.028L211.709,140.394L214.956,140.394L214.956,129.255C214.956,128.88 215.259,128.577 215.633,128.577C216.008,128.577 216.311,128.88 216.311,129.255L216.311,140.394L218.913,140.394C219.486,139.732 220.236,139.228 221.091,138.963L221.091,137.027C219.158,136.427 217.751,134.623 217.751,132.496L217.751,116.35C217.751,114.223 219.158,112.418 221.091,111.819L221.091,109.825C218.354,110.464 216.311,112.915 216.311,115.837L216.311,125.128C216.311,125.503 216.008,125.806 215.633,125.806C215.259,125.806 214.956,125.503 214.956,125.128L214.956,115.837C214.956,112.162 217.603,109.097 221.091,108.439L221.091,103.727C220.719,102.954 220.504,102.091 220.504,101.176L220.504,98.138C220.504,97.796 220.761,97.525 221.091,97.48L221.091,96.686L202.8,96.686Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M213.842,78.905l1.356,0l0,-7.022l-1.356,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M219.368,71.883L218.012,71.883C218.216,74.444 219.128,76.856 220.646,78.905L221.091,78.905 221.091,77.141C220.128,75.548 219.533,73.763 219.368,71.883M217.959,50.777L217.959,53.915 219.314,53.915 219.314,50.777 219.314,46.145C218.94,46.253 218.544,46.356 218.104,46.448 218.055,46.458 218.007,46.449 217.959,46.449L217.959,50.777zM203.628,74.376C203.253,74.376 202.951,74.679 202.951,75.054 202.951,75.428 203.253,75.731 203.628,75.731 204.624,75.731 205.435,76.541 205.435,77.538L205.435,78.905 206.79,78.905 206.79,77.538C206.79,75.795 205.372,74.376 203.628,74.376M208.371,74.715L208.371,77.651C208.371,78.026 208.674,78.329 209.049,78.329 209.423,78.329 209.727,78.026 209.727,77.651L209.727,74.715C209.727,73.561 209.3,72.508 208.599,71.695L206.491,71.695C206.466,71.705 206.441,71.713 206.416,71.722 207.565,72.231 208.371,73.379 208.371,74.715M203.48,71.883L202.8,71.883 202.8,72.384C203.001,72.186 203.234,72.024 203.48,71.883M209.376,53.915L210.693,53.915 210.693,46.997C210.239,46.982 209.786,46.957 209.337,46.925L209.337,54.103 209.393,54.103C209.381,54.058 209.365,54.015 209.365,53.967 209.365,53.949 209.374,53.933 209.376,53.915M207.699,48.067C207.699,47.692 207.396,47.389 207.022,47.389 206.647,47.389 206.344,47.692 206.344,48.067L206.344,54.103 207.699,54.103 207.699,48.067zM203.672,53.915L205.028,53.915 205.028,46.266C204.538,46.14 204.085,45.996 203.672,45.836L203.672,53.915z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M213.843,52.659C213.843,53.034 214.145,53.337 214.52,53.337 214.895,53.337 215.198,53.034 215.198,52.659L215.198,46.008 217.262,45.817C217.23,45.462 217.456,45.132 217.812,45.057 220.314,44.531 221.091,43.821 221.091,43.622 221.091,43.048 217.886,41.645 211.945,41.645 206.005,41.645 202.8,43.048 202.8,43.622 202.8,44.196 206.005,45.6 211.945,45.6 212.315,45.6 212.609,45.885 212.643,46.246L213.843,46.134 213.843,52.659zM207.135,103.182C207.135,102.808 206.832,102.505 206.458,102.505 206.083,102.505 205.78,102.808 205.78,103.182L205.78,140.394 207.135,140.394 207.135,103.182zM211.709,122.029C211.709,121.654 211.406,121.351 211.031,121.351 210.657,121.351 210.354,121.654 210.354,122.029L210.354,140.393 211.709,140.393 211.709,122.029zM211.709,98.139C211.709,97.764 211.406,97.461 211.031,97.461 210.657,97.461 210.354,97.764 210.354,98.139L210.354,117.092C210.354,117.467 210.657,117.769 211.031,117.769 211.406,117.769 211.709,117.467 211.709,117.092L211.709,98.139zM214.956,115.837L214.956,125.128C214.956,125.503 215.258,125.805 215.633,125.805 216.008,125.805 216.311,125.503 216.311,125.128L216.311,115.837C216.311,112.914 218.354,110.464 221.091,109.825L221.091,108.438C217.604,109.097 214.956,112.162 214.956,115.837M216.311,129.255C216.311,128.88 216.007,128.577 215.633,128.577 215.259,128.577 214.955,128.88 214.955,129.255L214.955,140.394 216.311,140.394 216.311,129.255z" android:fillType="evenOdd" />
--- 16,31 ----
<path android:fillColor="#fff6f6f7" android:pathData="M130.795,85.851L130.795,80.307C130.795,78.434 131.818,76.792 133.33,75.9L129.942,75.9C127.512,75.9 125.535,77.876 125.535,80.307L125.535,85.851C125.535,92.515 130.956,97.936 137.619,97.936L139.434,97.936C134.423,96.199 130.795,91.434 130.795,85.851" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M87.052,93.576L97.431,93.576C97.823,93.576 98.142,93.894 98.142,94.287C98.142,94.679 97.823,94.998 97.431,94.998L94.126,94.998L94.126,95.945C94.126,101.528 97.755,106.293 102.766,108.029L145.799,108.029C151.864,108.029 156.886,103.533 157.74,97.7C155.817,98.755 153.612,99.357 151.267,99.357L137.619,99.357C130.172,99.357 124.113,93.299 124.113,85.851L124.113,80.307C124.113,77.093 126.728,74.478 129.942,74.478L137.619,74.478C138.011,74.478 138.33,74.796 138.33,75.189L145.121,75.189C145.121,74.796 145.44,74.478 145.832,74.478L157.883,74.478L157.883,71.919C157.883,65.417 152.717,60.112 146.275,59.858C146.207,61.053 145.873,62.183 145.273,63.215C145.076,63.556 144.641,63.671 144.302,63.473C144.29,63.466 144.283,63.454 144.272,63.446C143.955,63.888 143.594,64.3 143.188,64.68C143.194,64.687 143.203,64.69 143.208,64.698C143.455,65.003 143.407,65.451 143.101,65.697C141.736,66.798 139.97,67.664 137.994,68.202C136.518,68.604 134.987,68.81 133.504,68.81C133.107,68.81 132.714,68.795 132.327,68.765C125.396,68.235 119.114,65.734 114.163,61.532C113.81,61.233 113.45,60.899 113.262,60.404C113.19,60.215 113.162,60.024 113.154,59.835L102.765,59.835C98.171,61.427 94.742,65.564 94.204,70.545L97.431,70.545C97.823,70.545 98.142,70.863 98.142,71.255C98.142,71.648 97.823,71.966 97.431,71.966L87.052,71.966C83.917,71.966 81.366,74.517 81.366,77.653L81.366,87.889C81.366,91.025 83.917,93.576 87.052,93.576" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M86.342,78.364L86.342,87.178C86.342,89.141 87.933,90.733 89.896,90.733L94.588,90.733C95.373,90.733 96.009,90.096 96.009,89.311L96.009,76.231C96.009,75.447 95.373,74.81 94.588,74.81L89.896,74.81C87.933,74.81 86.342,76.401 86.342,78.364" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M142.191,88.606L146.369,88.606C147.518,88.606 148.458,89.546 148.458,90.695C148.458,91.843 147.518,92.783 146.369,92.783L142.191,92.783C141.042,92.783 140.103,91.843 140.103,90.695C140.103,89.546 141.042,88.606 142.191,88.606M153.866,88.606L156.373,88.606C157.522,88.606 158.461,89.546 158.461,90.695C158.461,91.843 157.522,92.783 156.373,92.783L153.866,92.783C152.717,92.783 151.777,91.843 151.777,90.695C151.777,89.546 152.717,88.606 153.866,88.606M137.619,75.899L133.33,75.899C131.818,76.791 130.795,78.433 130.795,80.307L130.795,85.851C130.795,91.434 134.424,96.199 139.434,97.935L151.268,97.935C157.931,97.935 163.352,92.515 163.352,85.851L163.352,80.307C163.352,77.877 161.375,75.899 158.944,75.899L145.833,75.899C145.44,75.899 145.122,75.581 145.122,75.188L138.33,75.188C138.33,75.581 138.012,75.899 137.619,75.899" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M142.191,92.783L146.369,92.783C147.518,92.783 148.458,91.844 148.458,90.695 148.458,89.546 147.518,88.606 146.369,88.606L142.191,88.606C141.042,88.606 140.103,89.546 140.103,90.695 140.103,91.844 141.042,92.783 142.191,92.783M153.866,92.783L156.373,92.783C157.522,92.783 158.461,91.844 158.461,90.695 158.461,89.546 157.522,88.606 156.373,88.606L153.866,88.606C152.717,88.606 151.777,89.546 151.777,90.695 151.777,91.844 152.717,92.783 153.866,92.783" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M111.284,36.789C111.669,36.864 111.922,37.235 111.848,37.621C111.783,37.961 111.485,38.198 111.151,38.198C111.107,38.198 111.062,38.194 111.018,38.186C110.793,38.143 106.564,37.284 103.441,33.671C103.077,34.589 103.064,35.418 103.406,36.206C103.912,37.369 105.255,38.443 107.09,39.153C110.213,40.361 113.49,40.553 116.317,39.692C115.737,39.151 115.085,38.361 114.808,38.024L114.722,37.921C114.205,37.301 113.744,36.659 113.299,36.038C112.253,34.578 111.265,33.199 109.68,32.294C108.738,31.758 107.697,31.475 106.745,31.475C106.276,31.475 105.829,31.544 105.427,31.684C104.97,31.844 104.576,32.088 104.247,32.414C107.094,35.937 111.233,36.779 111.284,36.789" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M152.461,14.162C153.355,14.758 154.327,14.853 155.431,14.452C153.836,12.984 152.821,11.312 152.191,9.94C152.027,9.584 152.184,9.161 152.54,8.997C152.897,8.833 153.319,8.989 153.483,9.347C154.091,10.668 155.109,12.296 156.72,13.675C157.052,13.357 157.307,12.974 157.479,12.525C157.94,11.319 157.754,9.684 156.995,8.256C156.137,6.643 154.787,5.616 153.359,4.526C152.751,4.063 152.123,3.585 151.518,3.049L151.416,2.959C151.087,2.671 150.318,1.997 149.734,1.412C148.851,4.203 148.946,7.484 150.062,10.642C150.19,11.004 150.004,11.397 149.65,11.537C150.101,12.601 150.724,13.599 151.518,14.316C151.746,14.031 152.152,13.955 152.461,14.162" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M45.646,113.398C47.88,113.983 50.28,113.109 51.614,111.222L56.92,103.725C57.087,103.488 57.007,103.26 56.965,103.174C56.922,103.087 56.793,102.884 56.504,102.869L56.503,102.869L47.328,102.426C47.24,102.422 47.151,102.42 47.063,102.42C44.856,102.42 42.819,103.747 41.938,105.786C41.292,107.282 41.33,108.979 42.044,110.444C42.757,111.908 44.07,112.985 45.646,113.398" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M144.272,63.446C143.96,63.24 143.854,62.829 144.044,62.502 145.033,60.797 145.138,58.825 144.354,56.64 144.317,56.536 144.268,56.437 144.226,56.336 141,58.462 137.252,59.91 133.212,60.538 133.176,60.543 133.139,60.545 133.102,60.545 132.758,60.545 132.455,60.295 132.401,59.944 132.34,59.556 132.606,59.193 132.994,59.132 136.88,58.529 140.478,57.13 143.56,55.073 142.722,53.806 141.494,52.779 139.971,52.113 137.529,51.045 134.653,51.009 132.279,52.017 131.003,52.559 129.832,53.277 128.592,54.037 127.949,54.431 127.285,54.839 126.61,55.215 124.365,56.467 121.956,57.408 119.448,58.012 118.59,58.219 117.712,58.387 116.84,58.512L116.693,58.533C116.087,58.618 115.515,58.699 115.081,58.967 114.751,59.17 114.475,59.594 114.591,59.899 114.659,60.078 114.861,60.261 115.082,60.447 119.805,64.454 125.805,66.84 132.435,67.348 134.112,67.477 135.905,67.298 137.62,66.83 139.408,66.343 140.996,65.569 142.209,64.59 142.507,64.349 142.938,64.394 143.188,64.68 143.594,64.3 143.956,63.888 144.272,63.446M179.618,65.825C179.618,64.598 178.615,63.6 177.381,63.6L174.175,63.6C174.243,63.678 174.32,63.752 174.413,63.811L179.306,66.94C179.5,66.611 179.618,66.233 179.618,65.825" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M180.781,65.825C180.781,63.961 179.255,62.444 177.381,62.444L174.017,62.444C173.952,62.584 173.912,62.736 173.912,62.899C173.912,63.165 174.008,63.408 174.175,63.6L177.381,63.6C178.615,63.6 179.618,64.598 179.618,65.825C179.618,66.233 179.5,66.611 179.306,66.94L180.282,67.563C180.592,67.054 180.781,66.463 180.781,65.825" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M216.311,140.394l-1.356,0l-3.246,0l-1.355,0l-3.219,0l-1.355,0l-2.98,0l1.244,0l17.047,0l-2.178,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M219.106,116.35L219.106,132.496C219.106,133.863 219.923,135.036 221.091,135.572L221.091,132.724C220.808,132.397 220.631,131.976 220.631,131.511L220.631,117.38C220.631,116.915 220.808,116.495 221.091,116.168L221.091,113.275C219.923,113.81 219.106,114.983 219.106,116.35M205.028,46.266L205.028,53.915 203.672,53.915 203.672,45.837C203.357,45.714 203.059,45.585 202.8,45.443L202.8,53.915 201.363,53.915C201.379,53.976 201.393,54.039 201.393,54.103L206.344,54.103 206.344,48.067C206.344,47.692 206.647,47.389 207.022,47.389 207.396,47.389 207.699,47.692 207.699,48.067L207.699,54.103 209.338,54.103 209.338,46.925C207.784,46.811 206.294,46.594 205.028,46.266" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M215.633,107.615C215.259,107.615 214.956,107.312 214.956,106.937L214.956,98.138C214.956,97.764 215.259,97.461 215.633,97.461C216.008,97.461 216.311,97.764 216.311,98.138L216.311,106.937C216.311,107.312 216.008,107.615 215.633,107.615ZM211.031,117.77C210.657,117.77 210.354,117.466 210.354,117.092L210.354,98.138C210.354,97.764 210.657,97.461 211.031,97.461C211.406,97.461 211.709,97.764 211.709,98.138L211.709,117.092C211.709,117.466 211.406,117.77 211.031,117.77ZM214.482,97.755C214.292,97.755 214.293,97.461 214.482,97.461C214.671,97.461 214.671,97.755 214.482,97.755ZM219.106,102.538C219.106,102.912 218.803,103.215 218.428,103.215C218.054,103.215 217.751,102.912 217.751,102.538L217.751,98.138C217.751,97.764 218.054,97.461 218.428,97.461C218.803,97.461 219.106,97.764 219.106,98.138L219.106,102.538ZM202.8,96.686L202.8,140.394L205.78,140.394L205.78,103.183C205.78,102.808 206.083,102.505 206.458,102.505C206.832,102.505 207.135,102.808 207.135,103.183L207.135,140.394L210.354,140.394L210.354,122.028C210.354,121.654 210.657,121.351 211.031,121.351C211.406,121.351 211.709,121.654 211.709,122.028L211.709,140.394L214.956,140.394L214.956,129.255C214.956,128.88 215.259,128.577 215.633,128.577C216.008,128.577 216.311,128.88 216.311,129.255L216.311,140.394L218.913,140.394C219.486,139.732 220.236,139.228 221.091,138.963L221.091,137.027C219.158,136.427 217.751,134.623 217.751,132.496L217.751,116.35C217.751,114.223 219.158,112.418 221.091,111.819L221.091,109.825C218.354,110.464 216.311,112.915 216.311,115.837L216.311,125.128C216.311,125.503 216.008,125.806 215.633,125.806C215.259,125.806 214.956,125.503 214.956,125.128L214.956,115.837C214.956,112.162 217.603,109.097 221.091,108.439L221.091,103.727C220.719,102.954 220.504,102.091 220.504,101.176L220.504,98.138C220.504,97.796 220.761,97.525 221.091,97.48L221.091,96.686L202.8,96.686Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M213.842,78.905l1.356,0l0,-7.022l-1.356,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M219.368,71.883L218.012,71.883C218.216,74.444 219.128,76.856 220.646,78.905L221.091,78.905 221.091,77.141C220.128,75.548 219.533,73.763 219.368,71.883M217.959,50.777L217.959,53.915 219.314,53.915 219.314,50.777 219.314,46.145C218.94,46.253 218.544,46.356 218.104,46.448 218.055,46.458 218.007,46.449 217.959,46.449L217.959,50.777zM203.628,74.376C203.253,74.376 202.951,74.679 202.951,75.054 202.951,75.428 203.253,75.731 203.628,75.731 204.624,75.731 205.435,76.541 205.435,77.538L205.435,78.905 206.79,78.905 206.79,77.538C206.79,75.795 205.372,74.376 203.628,74.376M208.371,74.715L208.371,77.651C208.371,78.026 208.674,78.329 209.049,78.329 209.423,78.329 209.727,78.026 209.727,77.651L209.727,74.715C209.727,73.561 209.3,72.508 208.599,71.695L206.491,71.695C206.466,71.705 206.441,71.713 206.416,71.722 207.565,72.231 208.371,73.379 208.371,74.715M203.48,71.883L202.8,71.883 202.8,72.384C203.001,72.186 203.234,72.024 203.48,71.883M209.376,53.915L210.693,53.915 210.693,46.997C210.239,46.982 209.786,46.957 209.337,46.925L209.337,54.103 209.393,54.103C209.381,54.058 209.365,54.015 209.365,53.967 209.365,53.949 209.374,53.933 209.376,53.915M207.699,48.067C207.699,47.692 207.396,47.389 207.022,47.389 206.647,47.389 206.344,47.692 206.344,48.067L206.344,54.103 207.699,54.103 207.699,48.067zM203.672,53.915L205.028,53.915 205.028,46.266C204.538,46.14 204.085,45.996 203.672,45.836L203.672,53.915z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M213.843,52.659C213.843,53.034 214.145,53.337 214.52,53.337 214.895,53.337 215.198,53.034 215.198,52.659L215.198,46.008 217.262,45.817C217.23,45.462 217.456,45.132 217.812,45.057 220.314,44.531 221.091,43.821 221.091,43.622 221.091,43.048 217.886,41.645 211.945,41.645 206.005,41.645 202.8,43.048 202.8,43.622 202.8,44.196 206.005,45.6 211.945,45.6 212.315,45.6 212.609,45.885 212.643,46.246L213.843,46.134 213.843,52.659zM207.135,103.182C207.135,102.808 206.832,102.505 206.458,102.505 206.083,102.505 205.78,102.808 205.78,103.182L205.78,140.394 207.135,140.394 207.135,103.182zM211.709,122.029C211.709,121.654 211.406,121.351 211.031,121.351 210.657,121.351 210.354,121.654 210.354,122.029L210.354,140.393 211.709,140.393 211.709,122.029zM211.709,98.139C211.709,97.764 211.406,97.461 211.031,97.461 210.657,97.461 210.354,97.764 210.354,98.139L210.354,117.092C210.354,117.467 210.657,117.769 211.031,117.769 211.406,117.769 211.709,117.467 211.709,117.092L211.709,98.139zM214.956,115.837L214.956,125.128C214.956,125.503 215.258,125.805 215.633,125.805 216.008,125.805 216.311,125.503 216.311,125.128L216.311,115.837C216.311,112.914 218.354,110.464 221.091,109.825L221.091,108.438C217.604,109.097 214.956,112.162 214.956,115.837M216.311,129.255C216.311,128.88 216.007,128.577 215.633,128.577 215.259,128.577 214.955,128.88 214.955,129.255L214.955,140.394 216.311,140.394 216.311,129.255z" android:fillType="evenOdd" />
***************
*** 34,44 ****
<path android:fillColor="#ffd5dbed" android:pathData="M214.482,97.461C214.293,97.461 214.292,97.755 214.482,97.755C214.671,97.755 214.672,97.461 214.482,97.461" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M239.874,80.688C239.697,80.575 239.492,80.514 239.281,80.514L237.275,80.514 245.508,85.779C246.233,86.242 246.666,87.031 246.666,87.889 246.666,88.747 246.233,89.536 245.508,90L237.274,95.264 239.281,95.264C239.491,95.264 239.697,95.204 239.874,95.09L249.71,88.802C250.029,88.597 250.211,88.265 250.211,87.889 250.211,87.513 250.029,87.181 249.71,86.977L239.874,80.688zM199.621,56.279L216.056,56.279C216.377,56.279 216.637,56.537 216.637,56.857 216.637,57.176 216.377,57.435 216.056,57.435L199.621,57.435C199.3,57.435 199.04,57.176 199.04,56.857 199.04,56.537 199.3,56.279 199.621,56.279zM186.311,62.444L188.646,62.444C188.687,62.444 188.725,62.455 188.765,62.455 188.806,62.455 188.843,62.444 188.885,62.444L191.219,62.444C193.093,62.444 194.618,63.961 194.618,65.825 194.618,67.689 193.093,69.207 191.219,69.207L188.885,69.207C188.843,69.207 188.806,69.196 188.765,69.195 188.725,69.196 188.687,69.207 188.646,69.207L186.311,69.207C184.437,69.207 182.912,67.689 182.912,65.825 182.912,63.961 184.437,62.444 186.311,62.444zM196.916,62.444L199.02,62.444C199.341,62.444 199.601,62.703 199.601,63.022 199.601,63.341 199.341,63.6 199.02,63.6L196.916,63.6C196.594,63.6 196.334,63.341 196.334,63.022 196.334,62.703 196.594,62.444 196.916,62.444zM189.359,55.525L184.843,55.525C184.632,55.525 184.427,55.584 184.249,55.698L183.341,56.279 193.429,56.279C193.75,56.279 194.01,56.537 194.01,56.857 194.01,57.176 193.75,57.435 193.429,57.435L181.533,57.435 174.413,61.986C174.233,62.102 174.103,62.261 174.017,62.444L177.381,62.444C179.255,62.444 180.781,63.961 180.781,65.825 180.781,66.463 180.591,67.054 180.281,67.563L184.249,70.1C184.427,70.214 184.632,70.274 184.843,70.274L189.359,70.274 195.257,70.274C196.331,69.764 197.326,69.08 198.194,68.218 200.414,66.012 203.364,64.795 206.503,64.795L218.125,64.795 218.679,64.795 239.153,64.795 239.153,60.71 180.232,60.71C179.911,60.71 179.651,60.451 179.651,60.132 179.651,59.812 179.911,59.554 180.232,59.554L239.153,59.554 239.153,56.61C239.153,56.012 238.662,55.525 238.058,55.525L189.359,55.525z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M218.679,65.952L218.125,65.952C215.297,65.952 212.637,67.048 210.637,69.036 210.175,69.496 209.675,69.902 209.153,70.274L238.058,70.274C238.662,70.274 239.153,69.787 239.153,69.188L239.153,69.037 217.839,69.037C217.518,69.037 217.258,68.779 217.258,68.459 217.258,68.14 217.518,67.881 217.839,67.881L239.153,67.881 239.153,65.952 218.679,65.952zM186.311,68.051L186.345,68.051C185.816,67.454 185.484,66.681 185.484,65.825 185.484,64.97 185.816,64.196 186.345,63.6L186.311,63.6C185.078,63.6 184.074,64.598 184.074,65.825 184.074,67.052 185.078,68.051 186.311,68.051M188.765,68.039C189.942,67.976 190.884,67.011 190.884,65.825 190.884,64.639 189.942,63.675 188.765,63.612 187.588,63.675 186.646,64.639 186.646,65.825 186.646,67.011 187.588,67.976 188.765,68.039M191.219,68.051C192.452,68.051 193.456,67.052 193.456,65.825 193.456,64.598 192.452,63.6 191.219,63.6L191.186,63.6C191.715,64.196 192.046,64.97 192.046,65.825 192.046,66.681 191.715,67.454 191.186,68.051L191.219,68.051zM213.048,65.952L206.503,65.952C203.674,65.952 201.015,67.048 199.015,69.036 198.554,69.494 198.058,69.905 197.536,70.274L206.879,70.274C207.953,69.764 208.949,69.081 209.816,68.218 210.77,67.27 211.866,66.516 213.048,65.952" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M218.679,64.796L218.125,64.796 206.503,64.796C203.364,64.796 200.414,66.011 198.194,68.218 197.327,69.081 196.331,69.764 195.257,70.274L197.536,70.274C198.058,69.905 198.553,69.494 199.015,69.036 201.015,67.047 203.674,65.952 206.503,65.952L213.048,65.952C211.866,66.516 210.771,67.27 209.816,68.218 208.949,69.081 207.954,69.764 206.879,70.274L209.153,70.274C209.675,69.902 210.175,69.496 210.637,69.036 212.637,67.047 215.297,65.952 218.125,65.952L218.679,65.952 239.153,65.952 239.153,64.796 218.679,64.796zM180.232,59.554C179.911,59.554 179.652,59.813 179.652,60.132 179.652,60.452 179.911,60.71 180.232,60.71L239.153,60.71 239.153,59.554 180.232,59.554zM186.311,63.6L186.345,63.6C185.816,64.196 185.484,64.97 185.484,65.825 185.484,66.681 185.816,67.455 186.345,68.051L186.311,68.051C185.078,68.051 184.074,67.052 184.074,65.825 184.074,64.598 185.078,63.6 186.311,63.6M188.765,63.612C189.942,63.674 190.884,64.639 190.884,65.825 190.884,67.012 189.942,67.976 188.765,68.039 187.588,67.976 186.646,67.012 186.646,65.825 186.646,64.639 187.588,63.674 188.765,63.612M191.185,63.6L191.219,63.6C192.453,63.6 193.456,64.598 193.456,65.825 193.456,67.052 192.453,68.051 191.219,68.051L191.185,68.051C191.715,67.455 192.046,66.681 192.046,65.825 192.046,64.97 191.715,64.196 191.185,63.6M186.311,69.207L188.646,69.207C188.687,69.207 188.725,69.196 188.765,69.195 188.806,69.196 188.844,69.207 188.884,69.207L191.219,69.207C193.093,69.207 194.618,67.689 194.618,65.825 194.618,63.961 193.093,62.444 191.219,62.444L188.884,62.444C188.844,62.444 188.806,62.455 188.765,62.456 188.725,62.455 188.687,62.444 188.646,62.444L186.311,62.444C184.437,62.444 182.912,63.961 182.912,65.825 182.912,67.689 184.437,69.207 186.311,69.207M199.621,57.435L216.056,57.435C216.377,57.435 216.637,57.176 216.637,56.857 216.637,56.537 216.377,56.279 216.056,56.279L199.621,56.279C199.3,56.279 199.04,56.537 199.04,56.857 199.04,57.176 199.3,57.435 199.621,57.435M193.429,57.435C193.75,57.435 194.01,57.176 194.01,56.857 194.01,56.537 193.75,56.279 193.429,56.279L183.341,56.279 181.533,57.435 193.429,57.435zM222.599,53.915L221.091,53.915 221.091,45.448C220.616,45.707 220.027,45.941 219.314,46.146L219.314,53.915 217.959,53.915 217.959,46.449C217.63,46.448 217.333,46.233 217.263,45.898 217.257,45.871 217.265,45.844 217.262,45.816L215.198,46.008 215.198,52.659C215.198,53.034 214.895,53.337 214.52,53.337 214.145,53.337 213.842,53.034 213.842,52.659L213.842,46.134 212.643,46.246C212.645,46.268 212.656,46.288 212.656,46.311 212.656,46.703 212.338,47.021 211.945,47.021 211.529,47.021 211.111,47.011 210.693,46.997L210.693,53.915 209.375,53.915C209.374,53.933 209.365,53.949 209.365,53.967 209.365,54.015 209.382,54.058 209.392,54.103L222.65,54.103C222.628,54.042 222.61,53.98 222.599,53.915M213.842,78.905L215.198,78.905 215.198,71.883 213.842,71.883 213.842,78.905zM206.79,78.905L205.434,78.905 205.434,77.538C205.434,76.541 204.624,75.731 203.628,75.731 203.254,75.731 202.951,75.428 202.951,75.054 202.951,74.679 203.254,74.376 203.628,74.376 205.372,74.376 206.79,75.795 206.79,77.538L206.79,78.905zM221.091,77.141L221.091,71.883 221.507,71.883C221.517,71.82 221.531,71.758 221.551,71.696L208.599,71.696C209.3,72.507 209.727,73.561 209.727,74.715L209.727,77.652C209.727,78.026 209.424,78.329 209.049,78.329 208.674,78.329 208.372,78.026 208.372,77.652L208.372,74.715C208.372,73.379 207.566,72.232 206.416,71.723 206.441,71.713 206.467,71.705 206.491,71.696L201.021,71.696C201.042,71.756 201.059,71.819 201.07,71.883L203.48,71.883C203.234,72.024 203.001,72.185 202.8,72.384L202.8,78.905 201.937,78.905C201.953,78.967 201.962,79.029 201.966,79.093L221.347,79.093C221.35,79.029 221.36,78.967 221.375,78.905L220.646,78.905C219.128,76.856 218.216,74.444 218.012,71.883L219.368,71.883C219.534,73.763 220.129,75.548 221.091,77.141z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M217.839,67.881C217.518,67.881 217.258,68.139 217.258,68.459 217.258,68.779 217.518,69.037 217.839,69.037L239.154,69.037 239.154,67.881 217.839,67.881zM196.916,63.6L199.02,63.6C199.341,63.6 199.601,63.341 199.601,63.022 199.601,62.703 199.341,62.444 199.02,62.444L196.916,62.444C196.594,62.444 196.335,62.703 196.335,63.022 196.335,63.341 196.594,63.6 196.916,63.6" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M203.524,83.866C203.203,83.866 202.943,83.607 202.943,83.288C202.943,82.968 203.203,82.71 203.524,82.71L216,82.71C216.321,82.71 216.581,82.968 216.581,83.288C216.581,83.607 216.321,83.866 216,83.866L203.524,83.866ZM226.953,85.6C227.274,85.6 227.533,85.859 227.533,86.178C227.533,86.498 227.274,86.756 226.953,86.756L210.517,86.756C210.197,86.756 209.936,86.498 209.936,86.178C209.936,85.859 210.197,85.6 210.517,85.6L226.953,85.6ZM209.916,91.765C210.237,91.765 210.497,92.024 210.497,92.343C210.497,92.663 210.237,92.921 209.916,92.921L207.812,92.921C207.491,92.921 207.231,92.663 207.231,92.343C207.231,92.024 207.491,91.765 207.812,91.765L209.916,91.765ZM188.278,91.765C190.151,91.765 191.677,93.283 191.677,95.146C191.677,95.187 191.666,95.224 191.665,95.264L193.821,95.264C193.819,95.224 193.809,95.187 193.809,95.146C193.809,93.283 195.334,91.765 197.208,91.765L199.542,91.765C199.584,91.765 199.621,91.776 199.662,91.777C199.702,91.776 199.74,91.765 199.781,91.765L202.116,91.765C203.989,91.765 205.515,93.283 205.515,95.146C205.515,95.187 205.504,95.224 205.503,95.264L212.341,95.264C213.902,94.522 215.618,94.117 217.4,94.117L229.022,94.117L229.576,94.117L236.429,94.117L242.82,90.031L191.129,90.031C190.808,90.031 190.547,89.772 190.547,89.453C190.547,89.134 190.808,88.875 191.129,88.875L244.628,88.875L244.742,88.801C245.061,88.597 245.244,88.265 245.244,87.889C245.244,87.513 245.061,87.181 244.742,86.976L239.878,83.866L220.843,83.866C220.522,83.866 220.261,83.607 220.261,83.288C220.261,82.968 220.522,82.71 220.843,82.71L238.069,82.71L234.906,80.688C234.729,80.575 234.524,80.514 234.313,80.514L186.066,80.514L181.098,80.514C180.494,80.514 180.002,81.002 180.002,81.601L180.002,82.71L199.538,82.71C199.859,82.71 200.119,82.968 200.119,83.288C200.119,83.607 199.859,83.866 199.538,83.866L180.002,83.866L180.002,85.6L204.325,85.6C204.646,85.6 204.906,85.859 204.906,86.178C204.906,86.498 204.646,86.756 204.325,86.756L180.002,86.756L180.002,88.875L187.028,88.875C187.349,88.875 187.609,89.134 187.609,89.453C187.609,89.772 187.349,90.031 187.028,90.031L180.002,90.031L180.002,91.765L188.278,91.765Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M181.098,95.264L186.066,95.264 190.502,95.264C190.504,95.224 190.515,95.187 190.515,95.147 190.515,93.92 189.511,92.921 188.277,92.921L180.002,92.921 180.002,94.178C180.002,94.776 180.494,95.264 181.098,95.264M197.241,92.921L197.208,92.921C195.974,92.921 194.971,93.92 194.971,95.147 194.971,95.187 194.98,95.224 194.982,95.264L196.392,95.264C196.39,95.224 196.381,95.186 196.381,95.147 196.381,94.291 196.712,93.517 197.241,92.921M202.115,92.921L202.083,92.921C202.611,93.517 202.943,94.291 202.943,95.147 202.943,95.186 202.933,95.224 202.931,95.264L204.34,95.264C204.342,95.224 204.352,95.187 204.352,95.147 204.352,93.92 203.349,92.921 202.115,92.921M199.662,92.933C198.484,92.996 197.543,93.96 197.543,95.146 197.543,95.186 197.552,95.225 197.554,95.264L201.769,95.264C201.771,95.225 201.781,95.186 201.781,95.146 201.781,93.96 200.839,92.996 199.662,92.933" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M221.688,96.686C221.608,96.749 221.523,96.807 221.444,96.873L222.513,96.873 223.423,96.873C223.527,96.808 223.632,96.746 223.738,96.686L221.688,96.686zM229.575,94.117L229.022,94.117 217.399,94.117C215.618,94.117 213.902,94.521 212.341,95.264L234.313,95.264C234.523,95.264 234.729,95.204 234.907,95.09L236.429,94.117 229.575,94.117zM188.277,92.921C189.511,92.921 190.514,93.92 190.514,95.147 190.514,95.187 190.505,95.224 190.502,95.264L191.665,95.264C191.667,95.224 191.677,95.187 191.677,95.147 191.677,93.282 190.151,91.765 188.277,91.765L180.002,91.765 180.002,92.921 188.277,92.921zM187.028,90.031C187.349,90.031 187.609,89.772 187.609,89.453 187.609,89.134 187.349,88.875 187.028,88.875L180.002,88.875 180.002,90.031 187.028,90.031zM191.129,88.875C190.808,88.875 190.547,89.134 190.547,89.453 190.547,89.772 190.808,90.031 191.129,90.031L242.82,90.031 244.628,88.875 191.129,88.875zM201.378,96.873L202.45,96.873C202.487,96.814 202.512,96.747 202.545,96.685L201.15,96.685C201.083,96.754 201.008,96.814 200.933,96.873L201.378,96.873zM202.115,91.765L199.781,91.765C199.74,91.765 199.702,91.775 199.661,91.777 199.621,91.775 199.583,91.765 199.542,91.765L197.208,91.765C195.334,91.765 193.808,93.282 193.808,95.146 193.808,95.187 193.819,95.224 193.82,95.264L194.983,95.264C194.981,95.224 194.971,95.187 194.971,95.146 194.971,93.919 195.974,92.921 197.208,92.921L197.241,92.921C196.712,93.517 196.38,94.291 196.38,95.146 196.38,95.186 196.39,95.224 196.392,95.264L197.554,95.264C197.552,95.224 197.542,95.186 197.542,95.146 197.542,93.96 198.484,92.996 199.661,92.933 200.839,92.996 201.781,93.96 201.781,95.146 201.781,95.186 201.771,95.224 201.769,95.264L202.931,95.264C202.933,95.224 202.943,95.186 202.943,95.146 202.943,94.291 202.611,93.517 202.083,92.921L202.115,92.921C203.349,92.921 204.352,93.919 204.352,95.146 204.352,95.187 204.342,95.224 204.34,95.264L205.503,95.264C205.505,95.224 205.515,95.187 205.515,95.146 205.515,93.282 203.989,91.765 202.115,91.765M210.517,85.6C210.196,85.6 209.937,85.859 209.937,86.178 209.937,86.498 210.196,86.756 210.517,86.756L226.953,86.756C227.273,86.756 227.534,86.498 227.534,86.178 227.534,85.859 227.273,85.6 226.953,85.6L210.517,85.6zM204.325,86.756C204.647,86.756 204.906,86.498 204.906,86.178 204.906,85.859 204.647,85.6 204.325,85.6L180.002,85.6 180.002,86.756 204.325,86.756zM199.538,83.866C199.859,83.866 200.119,83.607 200.119,83.288 200.119,82.968 199.859,82.71 199.538,82.71L180.002,82.71 180.002,83.866 199.538,83.866zM216,83.866C216.321,83.866 216.58,83.607 216.58,83.288 216.58,82.968 216.321,82.71 216,82.71L203.524,82.71C203.203,82.71 202.943,82.968 202.943,83.288 202.943,83.607 203.203,83.866 203.524,83.866L216,83.866zM220.843,82.71C220.521,82.71 220.262,82.969 220.262,83.288 220.262,83.608 220.521,83.866 220.843,83.866L239.878,83.866 238.069,82.71 220.843,82.71zM207.231,92.343C207.231,92.662 207.491,92.921 207.812,92.921L209.916,92.921C210.237,92.921 210.497,92.662 210.497,92.343 210.497,92.023 210.237,91.765 209.916,91.765L207.812,91.765C207.491,91.765 207.231,92.023 207.231,92.343M242.253,70.627L240.12,70.627 240.12,54.813 242.253,54.813C243.431,54.813 244.385,55.768 244.385,56.946L244.385,68.494C244.385,69.672 243.431,70.627 242.253,70.627" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M76.29,38.774L76.843,41.099C76.921,41.425 77.212,41.645 77.534,41.645C77.588,41.645 77.644,41.638 77.699,41.625C78.081,41.535 78.317,41.151 78.226,40.77L77.673,38.445C77.582,38.063 77.199,37.825 76.817,37.918C76.435,38.009 76.199,38.393 76.29,38.774" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M253.208,140.394L240.614,140.365C240.614,138.49 242.138,136.965 244.013,136.965L249.837,136.965C251.712,136.965 253.237,138.49 253.237,140.365 253.237,140.38 253.223,140.394 253.208,140.394zM239.193,140.373L234.43,140.353 234.43,139.543C234.43,137.395 236.177,135.647 238.325,135.647L240.579,135.647C241.112,135.647 241.619,135.756 242.082,135.95 240.382,136.697 239.192,138.393 239.192,140.365 239.192,140.367 239.193,140.37 239.193,140.373zM223.953,140.394C223.158,140.394 222.513,139.749 222.513,138.953L222.513,113.834 228.831,140.394 223.953,140.394zM221.091,138.261C221.091,139.439 220.136,140.394 218.958,140.394L204.933,140.394C203.755,140.394 202.8,139.439 202.8,138.261L202.8,99.53C202.8,98.745 203.436,98.108 204.222,98.108L219.669,98.108C220.455,98.108 221.091,98.745 221.091,99.53L221.091,138.261zM197.554,95.264L196.392,95.264 194.982,95.264 193.821,95.264 191.665,95.264 190.503,95.264 186.066,95.264 181.098,95.264C180.494,95.264 180.002,94.777 180.002,94.178L180.002,92.921 180.002,91.765 180.002,90.031 180.002,88.875 180.002,86.756 180.002,85.6 180.002,83.866 180.002,82.71 180.002,81.601C180.002,81.002 180.494,80.514 181.098,80.514L186.066,80.514 234.312,80.514C234.524,80.514 234.729,80.575 234.906,80.688L238.069,82.71 239.878,83.866 244.742,86.977C245.061,87.181 245.244,87.513 245.244,87.889 245.244,88.265 245.061,88.597 244.742,88.801L244.628,88.875 242.82,90.031 236.429,94.117 234.907,95.09C234.728,95.204 234.523,95.264 234.312,95.264L212.341,95.264 205.503,95.264 204.341,95.264 202.932,95.264 201.769,95.264 197.554,95.264zM201.379,138.953C201.379,139.828 200.599,140.521 199.696,140.375 198.987,140.259 198.497,139.593 198.497,138.875L198.497,138.02C198.497,137.627 198.178,137.309 197.786,137.309 197.394,137.309 197.075,137.627 197.075,138.02L197.075,138.953C197.075,139.749 196.43,140.394 195.634,140.394L178.836,140.394 178.836,139.699C178.836,137.019 176.662,134.846 173.982,134.846L172.779,134.846 181.859,96.685 197.824,96.685C199.788,96.685 201.379,98.277 201.379,100.24L201.379,138.953zM177.414,140.394L168.523,140.429 168.523,139.699C168.523,137.807 170.062,136.268 171.954,136.268L173.982,136.268C175.874,136.268 177.414,137.807 177.414,139.699L177.414,140.394zM187.693,71.696L189.36,71.696 199.246,71.696C200.424,71.696 201.379,72.65 201.379,73.828L201.379,79.093 186.066,79.093 186.056,79.093 187.693,71.696zM221.091,74.539L221.091,79.093 202.8,79.093 202.8,74.539C202.8,72.969 204.073,71.696 205.644,71.696L218.248,71.696C219.818,71.696 221.091,72.969 221.091,74.539zM184.844,70.274C184.632,70.274 184.427,70.214 184.249,70.101L180.281,67.564 179.306,66.94 174.413,63.812C174.32,63.752 174.243,63.679 174.175,63.6 174.007,63.407 173.912,63.166 173.912,62.899 173.912,62.736 173.952,62.584 174.017,62.444 174.102,62.261 174.233,62.102 174.413,61.986L181.533,57.435 183.341,56.279 184.249,55.698C184.426,55.584 184.632,55.525 184.844,55.525L189.36,55.525 238.058,55.525C238.662,55.525 239.153,56.012 239.153,56.61L239.153,59.554 239.153,60.71 239.153,64.796 239.153,65.951 239.153,67.881 239.153,69.037 239.153,69.188C239.153,69.786 238.662,70.274 238.058,70.274L209.153,70.274 206.879,70.274 197.536,70.274 195.257,70.274 189.36,70.274 184.844,70.274zM192.406,52.352L199.454,22.729C199.628,22.001 200.664,22.001 200.838,22.729L205.17,40.942C202.944,41.496 201.379,42.376 201.379,43.622L201.379,51.97C201.379,53.148 200.424,54.103 199.246,54.103L193.79,54.103C192.871,54.103 192.194,53.246 192.406,52.352zM211.945,41.645C217.886,41.645 221.091,43.049 221.091,43.622 221.091,43.821 220.314,44.531 217.813,45.057 217.456,45.131 217.23,45.463 217.262,45.817 217.265,45.844 217.257,45.871 217.263,45.898 217.333,46.233 217.631,46.448 217.959,46.449 218.007,46.449 218.055,46.459 218.105,46.448 218.544,46.356 218.939,46.253 219.314,46.146 220.027,45.94 220.616,45.707 221.091,45.448L221.091,51.258C221.091,52.044 220.455,52.68 219.669,52.68L204.222,52.68C203.436,52.68 202.8,52.044 202.8,51.258L202.8,45.443C203.06,45.585 203.357,45.714 203.672,45.837 204.085,45.996 204.538,46.139 205.028,46.266 206.294,46.594 207.785,46.811 209.338,46.925 209.786,46.958 210.238,46.982 210.693,46.997 211.111,47.012 211.529,47.022 211.945,47.022 212.338,47.022 212.656,46.703 212.656,46.311 212.656,46.287 212.645,46.268 212.643,46.246 212.609,45.885 212.315,45.6 211.945,45.6 206.005,45.6 202.8,44.196 202.8,43.622 202.8,43.049 206.005,41.645 211.945,41.645zM240.316,55.525L242.574,55.525C243.178,55.525 243.67,56.012 243.67,56.61L243.67,69.188C243.67,69.786 243.178,70.274 242.574,70.274L240.316,70.274C240.477,69.944 240.575,69.579 240.575,69.188L240.575,56.61C240.575,56.22 240.477,55.855 240.316,55.525zM239.281,80.514C239.492,80.514 239.697,80.575 239.874,80.688L249.71,86.977C250.029,87.181 250.212,87.513 250.212,87.889 250.212,88.265 250.029,88.597 249.71,88.801L239.874,95.09C239.697,95.204 239.492,95.264 239.281,95.264L237.274,95.264 245.508,89.999C246.233,89.536 246.666,88.747 246.666,87.889 246.666,87.031 246.233,86.242 245.508,85.779L237.275,80.514 239.281,80.514zM139.452,140.394L139.36,140.394C138.374,140.394 137.688,139.414 138.023,138.487L138.408,137.425C138.542,137.056 138.352,136.648 137.983,136.515 137.615,136.383 137.206,136.572 137.072,136.941L136.16,139.457C135.956,140.019 135.422,140.394 134.824,140.394L132.885,140.394C133.141,139.903 133.3,139.354 133.3,138.764L133.3,132.06C133.3,131.546 133.575,131.065 134.03,130.824 135.738,129.914 137.118,128.47 137.958,126.72 137.97,126.695 137.981,126.671 137.993,126.647 138.076,126.469 138.155,126.289 138.227,126.106 138.246,126.058 138.262,126.01 138.28,125.961 138.38,125.692 138.467,125.418 138.542,125.137 138.576,125.012 138.611,124.888 138.639,124.762 138.664,124.646 138.685,124.529 138.706,124.413 138.735,124.248 138.761,124.083 138.782,123.916 138.793,123.82 138.806,123.724 138.814,123.627 138.839,123.358 138.856,123.086 138.856,122.812L138.856,112.295C138.856,110.725 140.129,109.451 141.699,109.451L145.798,109.451C147.408,109.451 148.945,109.154 150.377,108.635L143.601,137.116C143.144,139.037 141.427,140.394 139.452,140.394zM131.878,130.672L131.878,138.764C131.878,139.942 130.923,140.896 129.745,140.896L127.912,140.896C126.734,140.896 125.78,139.942 125.78,138.764L125.78,131.879C125.78,131.094 125.143,130.457 124.358,130.457L115.887,130.457C115.101,130.457 114.465,131.094 114.465,131.879L114.465,138.764C114.465,139.942 113.51,140.896 112.333,140.896L110.499,140.896C109.321,140.896 108.366,139.942 108.366,138.764L108.366,131.168C108.366,130.765 108.033,130.46 107.631,130.457 105.73,130.444 104.188,128.894 104.188,126.99L104.188,116.963C104.188,116.57 103.87,116.252 103.478,116.252 103.085,116.252 102.767,116.57 102.767,116.963L102.767,126.99C102.767,128.345 103.323,129.57 104.216,130.457L71.883,130.457C70.705,130.457 69.75,131.411 69.75,132.589L69.75,138.764C69.75,139.942 68.796,140.896 67.618,140.896L65.784,140.896C64.607,140.896 63.651,139.942 63.651,138.764L63.651,103.674C63.651,97.145 68.945,91.852 75.475,91.852L80.115,91.852C80.743,91.852 81.326,92.142 81.744,92.611 82.891,93.9 84.5,94.768 86.307,94.958L86.307,95.945C86.307,103.405 92.354,109.451 99.813,109.451L103.478,109.451 136.012,109.451C136.798,109.451 137.434,110.088 137.434,110.873L137.434,122.812C137.434,126.013 135.4,128.897 132.37,129.995 132.08,130.101 131.878,130.364 131.878,130.672zM115.472,140.394C115.728,139.903 115.887,139.354 115.887,138.764L115.887,133.3C115.887,132.515 116.523,131.879 117.308,131.879L122.936,131.879C123.722,131.879 124.358,132.515 124.358,133.3L124.358,138.764C124.358,139.354 124.516,139.903 124.772,140.394L115.472,140.394zM101.279,137.662L99.902,131.879 105.523,131.879C106.308,131.879 106.944,132.515 106.944,133.3L106.944,138.764C106.944,139.354 107.103,139.903 107.359,140.394L104.737,140.394C103.09,140.394 101.659,139.263 101.279,137.662zM93.401,140.394C93.657,139.903 93.816,139.354 93.816,138.764L93.816,133.3C93.816,132.515 94.452,131.879 95.238,131.879L98.441,131.879 100.467,140.394 93.401,140.394zM92.394,138.764C92.394,139.942 91.439,140.896 90.262,140.896L88.428,140.896C87.25,140.896 86.295,139.942 86.295,138.764L86.295,132.589C86.295,132.197 86.614,131.879 87.006,131.879L91.683,131.879C92.076,131.879 92.394,132.197 92.394,132.589L92.394,138.764zM70.757,140.394C71.013,139.903 71.172,139.354 71.172,138.764L71.172,134.011C71.172,132.833 72.127,131.879 73.304,131.879L83.452,131.879C84.237,131.879 84.873,132.515 84.873,133.3L84.873,138.764C84.873,139.354 85.032,139.903 85.288,140.394L70.757,140.394zM81.365,77.653C81.365,74.512 83.912,71.966 87.052,71.966L97.43,71.966C97.824,71.966 98.141,71.648 98.141,71.256 98.141,70.863 97.824,70.545 97.43,70.545L94.203,70.545 89.534,70.545C88.595,70.545 87.912,69.649 88.159,68.744 89.556,63.616 94.249,59.835 99.813,59.835L102.765,59.835 113.154,59.835C113.162,60.024 113.19,60.215 113.262,60.404 113.449,60.899 113.81,61.233 114.162,61.532 119.115,65.733 125.396,68.235 132.326,68.766 132.714,68.795 133.107,68.81 133.504,68.81 134.986,68.81 136.518,68.603 137.994,68.202 139.969,67.664 141.736,66.798 143.101,65.697 143.407,65.451 143.455,65.003 143.208,64.697 143.202,64.69 143.194,64.687 143.187,64.68 142.938,64.393 142.507,64.349 142.209,64.59 140.995,65.569 139.409,66.343 137.621,66.83 135.904,67.298 134.111,67.477 132.435,67.348 125.805,66.84 119.805,64.454 115.082,60.447 114.862,60.261 114.658,60.078 114.591,59.899 114.474,59.594 114.75,59.17 115.081,58.967 115.515,58.699 116.087,58.618 116.693,58.533L116.84,58.512C117.712,58.387 118.589,58.219 119.448,58.012 121.956,57.408 124.365,56.467 126.609,55.215 127.284,54.839 127.95,54.431 128.592,54.037 129.832,53.277 131.003,52.559 132.279,52.017 134.652,51.009 137.528,51.045 139.972,52.113L140.021,52.135C142.15,53.074 142.143,56.073 140.027,57.039 137.84,58.038 135.476,58.747 132.994,59.132 132.606,59.193 132.341,59.556 132.4,59.944 132.455,60.295 132.758,60.545 133.102,60.545 133.138,60.545 133.175,60.543 133.212,60.538 137.253,59.91 141,58.462 144.226,56.336 144.232,56.338 144.235,56.339 144.241,56.341 145.145,58.645 145.078,60.72 144.044,62.502 143.854,62.829 143.96,63.24 144.271,63.446 144.284,63.454 144.29,63.466 144.301,63.473 144.641,63.67 145.076,63.555 145.273,63.215 145.473,62.871 145.643,62.516 145.784,62.151 146.33,60.737 147.812,59.921 149.265,60.356 154.243,61.847 157.883,66.461 157.883,71.919L157.883,73.056C157.883,73.841 157.247,74.478 156.461,74.478L145.833,74.478C145.44,74.478 145.122,74.796 145.122,75.189 145.122,75.581 145.44,75.9 145.833,75.9L158.945,75.9C161.379,75.9 163.352,77.873 163.352,80.307L163.352,85.851C163.352,92.526 157.942,97.936 151.268,97.936L139.434,97.936 137.619,97.936C130.945,97.936 125.535,92.526 125.535,85.851L125.535,80.307C125.535,77.873 127.508,75.9 129.942,75.9L133.33,75.9 137.619,75.9C138.012,75.9 138.33,75.581 138.33,75.189 138.33,74.796 138.012,74.478 137.619,74.478L129.942,74.478C126.723,74.478 124.113,77.087 124.113,80.307L124.113,85.851C124.113,93.311 130.16,99.357 137.619,99.357L151.268,99.357C153.107,99.357 154.859,98.987 156.459,98.318 157.022,98.082 157.593,98.586 157.429,99.174 156.015,104.274 151.342,108.03 145.798,108.03L102.765,108.03 99.813,108.03C96.206,108.03 92.969,106.45 90.754,103.944 87.914,100.73 89.881,95.626 94.123,94.999L94.126,94.998 97.43,94.998C97.824,94.998 98.141,94.679 98.141,94.287 98.141,93.894 97.824,93.576 97.43,93.576L87.052,93.576C83.912,93.576 81.365,91.03 81.365,87.889L81.365,77.653zM45.139,140.394L44.979,140.394 44.979,135.418 44.979,128.309 44.979,124.059 44.979,114.675C45.082,114.707 45.182,114.745 45.286,114.773 45.867,114.925 46.456,114.998 47.041,114.998 47.058,114.998 47.074,114.998 47.091,114.998 49.166,114.983 50.744,116.834 50.264,118.854L45.139,140.394zM42.043,110.444C41.33,108.979 41.292,107.281 41.938,105.786 42.819,103.747 44.856,102.42 47.063,102.42 47.151,102.42 47.24,102.423 47.328,102.427L56.503,102.87 56.504,102.87C56.793,102.883 56.922,103.087 56.965,103.174 57.007,103.261 57.087,103.488 56.92,103.725L51.614,111.223C50.28,113.109 47.88,113.982 45.646,113.397 44.07,112.985 42.757,111.908 42.043,110.444zM31.618,140.394L26.038,140.394C25.121,140.394 24.443,139.536 24.656,138.643L28.137,124.012C28.31,123.283 29.347,123.283 29.52,124.012L33.001,138.643C33.214,139.536 32.536,140.394 31.618,140.394zM31.105,90.561C30.827,90.284 30.377,90.284 30.1,90.562 29.822,90.84 29.823,91.29 30.1,91.567 32.661,94.128 34.876,96.939 36.734,99.943 37.04,100.438 36.957,101.081 36.546,101.493L36.537,101.502C31.923,106.116 24.413,106.117 19.799,101.502 15.969,97.673 14.584,84.557 14.208,79.934 14.172,79.496 14.533,79.136 14.97,79.172 19.593,79.547 32.707,80.932 36.537,84.762 39.935,88.16 40.827,93.125 39.22,97.349 38.844,98.338 37.506,98.48 36.914,97.602 35.225,95.102 33.286,92.743 31.105,90.561zM41.365,64.628C40.793,65.558 39.447,65.543 38.912,64.592 36.816,60.872 34.207,57.411 31.105,54.308 30.827,54.031 30.377,54.031 30.1,54.309 29.822,54.587 29.823,55.037 30.1,55.314 32.526,57.74 34.642,60.393 36.437,63.22 38.104,65.849 36.519,69.308 33.439,69.761 29.866,70.285 26.098,69.179 23.353,66.433 20.888,63.969 19.436,57.659 18.614,52.241 17.966,47.974 21.651,44.31 25.918,44.958 31.331,45.78 37.748,47.119 40.092,49.694 45.535,55.678 43.189,61.659 41.365,64.628zM51.224,62.296C54.84,58.681 66.736,57.244 71.943,56.778 72.826,56.699 73.561,57.435 73.482,58.318 73.017,63.525 71.579,75.42 67.964,79.035 65.728,81.271 62.756,82.502 59.594,82.502 57.522,82.502 55.534,81.969 53.78,80.973 52.37,80.171 51.966,78.296 52.878,76.954 54.37,74.761 56.063,72.682 57.947,70.741 58.217,70.462 58.218,70.021 57.943,69.747 57.662,69.466 57.202,69.467 56.926,69.752 55.532,71.189 54.24,72.699 53.054,74.275 51.607,76.195 48.532,75.514 48.028,73.162 47.214,69.365 48.28,65.241 51.224,62.296zM252.272,118.044C251.155,116.474 249.916,114.975 248.556,113.564 248.279,113.278 247.818,113.278 247.537,113.559L247.536,113.559C247.263,113.833 247.264,114.272 247.533,114.552 248.716,115.779 250.132,118.084 251.116,119.808 251.912,121.204 251.396,122.991 249.968,123.732 246.364,125.605 241.806,125.031 238.785,122.01 235.954,119.179 234.765,110.043 234.344,105.584 234.26,104.695 235.003,103.953 235.892,104.037 240.35,104.457 249.484,105.645 252.317,108.478 254.796,110.957 255.622,114.468 254.803,117.64 254.504,118.796 252.964,119.017 252.272,118.044zM262.241,96.206C262.295,93.25 263.447,90.311 265.698,88.059 269.312,84.444 281.204,83.007 286.412,82.541 287.297,82.461 288.034,83.199 287.955,84.083 287.489,89.291 286.053,101.181 282.437,104.798 278.875,108.36 273.59,109.169 269.243,107.231 267.172,106.308 266.451,103.733 267.767,101.887 269.114,99.998 270.613,98.199 272.258,96.504 272.529,96.225 272.53,95.784 272.255,95.51L272.255,95.509C271.975,95.229 271.514,95.23 271.238,95.514 270.289,96.493 269.388,97.506 268.535,98.55 266.401,101.161 262.181,99.577 262.241,96.206zM261.832,113.387C263.016,109.985 266.678,107.998 270.115,109.075 271.399,109.478 272.732,109.68 274.067,109.68 277.462,109.68 280.857,108.388 283.442,105.803 288.477,100.768 289.522,82.457 289.564,81.68 289.574,81.478 289.499,81.281 289.357,81.139 289.214,80.996 289.014,80.922 288.815,80.932 288.039,80.974 269.727,82.019 264.693,87.053 260.575,91.171 259.747,97.339 262.19,102.291 263.138,104.212 263.256,106.435 262.345,108.372 259.42,114.589 257.871,121.421 257.871,128.496L257.871,129.553C257.172,127.173 256.244,124.874 255.102,122.675 254.76,122.018 254.776,121.242 255.137,120.595 257.472,116.413 256.872,111.023 253.322,107.472 249.163,103.313 234.114,102.455 233.475,102.42 233.276,102.41 233.077,102.484 232.934,102.627 232.791,102.769 232.716,102.966 232.727,103.168 232.762,103.807 233.621,118.856 237.78,123.015 239.923,125.157 242.737,126.229 245.551,126.229 247.578,126.229 249.605,125.673 251.381,124.562 252.472,123.879 253.913,124.354 254.399,125.545 255.644,128.6 257.564,133.749 257.871,137.138L257.871,138.538C257.871,139.563 257.04,140.394 256.015,140.394L254.656,140.394C254.656,140.384 254.658,140.375 254.658,140.365 254.658,137.707 252.496,135.544 249.837,135.544L244.071,135.544C243.136,134.725 241.916,134.226 240.579,134.226L238.325,134.226C235.389,134.226 233.008,136.606 233.008,139.542L233.008,140.353C233.008,140.367 233.012,140.379 233.012,140.394L233.011,140.394C231.417,140.394 230.033,139.3 229.664,137.749L223.478,111.749C222.837,109.054 222.513,106.292 222.513,103.522L222.513,100.24C222.513,98.277 224.104,96.685 226.067,96.685L239.281,96.685C239.763,96.685 240.235,96.547 240.64,96.288L250.403,90.046C250.968,89.686 251.411,89.136 251.564,88.484 251.816,87.407 251.366,86.348 250.476,85.779L240.641,79.49C240.235,79.231 239.763,79.093 239.281,79.093L235.066,79.093C235.083,79.101 234.926,79.109 234.666,79.118 234.549,79.101 234.431,79.093 234.312,79.093L222.513,79.093 222.513,73.828C222.513,72.65 223.467,71.696 224.645,71.696L238.058,71.696C238.077,71.696 238.095,71.692 238.113,71.691 238.315,71.694 238.554,71.696 238.846,71.696L242.574,71.696C243.959,71.696 245.092,70.563 245.092,69.178L245.092,56.61C245.092,55.225 243.969,54.103 242.584,54.103L238.847,54.103C238.554,54.103 238.317,54.104 238.119,54.107 238.099,54.107 238.079,54.103 238.058,54.103L224.645,54.103C223.467,54.103 222.513,53.148 222.513,51.97L222.513,43.622C222.513,41.287 217.035,40.224 211.945,40.224 211.332,40.224 210.714,40.239 210.101,40.271 208.035,40.377 206.177,39.03 205.698,37.018L200.837,16.588C200.761,16.267 200.474,16.041 200.146,16.041 199.817,16.041 199.53,16.267 199.454,16.588L191.177,51.377C190.871,52.666 189.887,53.73 188.594,54.018 186.707,54.437 184.925,53.266 184.495,51.483L174.854,11.566C174.778,11.246 174.492,11.02 174.163,11.02 173.834,11.02 173.548,11.246 173.472,11.566L160.938,64.245C160.847,64.628 161.083,65.011 161.465,65.102L161.465,65.102C161.847,65.194 162.23,64.956 162.321,64.574L172.088,23.521C172.609,21.337 175.718,21.337 176.237,23.521L183.591,54.428 183.507,54.487C183.5,54.492 183.491,54.495 183.484,54.5L173.721,60.742C173.157,61.103 172.714,61.651 172.56,62.303 172.307,63.379 172.757,64.44 173.648,65.009L183.484,71.298C183.496,71.306 183.509,71.31 183.52,71.321 183.812,71.622 184.271,71.695 184.691,71.695L186.233,71.696 185.088,76.864C184.8,78.166 183.646,79.093 182.312,79.093L181.098,79.093C180.618,79.093 180.172,79.235 179.789,79.469 179.068,79.91 178.58,80.697 178.58,81.601L178.58,94.178C178.58,95.326 179.364,96.286 180.422,96.582L171.307,134.895C168.937,135.213 167.102,137.243 167.102,139.699L167.102,140.394 144.282,140.394 152.007,107.927C156.122,105.786 158.991,101.592 159.266,96.71 162.598,94.248 164.774,90.303 164.774,85.851L164.774,80.307C164.774,77.215 162.351,74.684 159.304,74.496L159.304,74.184 159.304,71.919C159.304,65.252 154.445,59.71 148.084,58.622 147.048,58.445 146.17,57.718 145.872,56.71 145.818,56.528 145.759,56.344 145.692,56.16 145.612,55.936 145.515,55.72 145.417,55.505 147.072,54.275 148.57,52.857 149.869,51.265 150.117,50.961 150.072,50.513 149.768,50.264 149.464,50.016 149.016,50.062 148.768,50.366 148.219,51.038 147.633,51.678 147.013,52.284 145.954,53.318 144.262,53.442 143.151,52.463 142.397,51.798 141.521,51.24 140.541,50.811 137.747,49.588 134.45,49.55 131.723,50.709 130.35,51.292 129.079,52.071 127.85,52.825 127.211,53.217 126.571,53.61 125.917,53.974 123.786,55.163 121.497,56.056 119.115,56.63 118.299,56.827 117.466,56.987 116.638,57.105L116.494,57.126C115.804,57.223 115.022,57.333 114.336,57.756 114.072,57.919 113.83,58.148 113.629,58.413L99.813,58.413C92.819,58.413 87.05,63.758 86.375,70.579 86.028,70.612 85.691,70.676 85.36,70.757L79.505,46.146C79.413,45.763 79.03,45.527 78.649,45.618 78.267,45.709 78.031,46.093 78.122,46.474L84.013,71.236C81.612,72.379 79.944,74.821 79.944,77.653L79.944,87.889C79.944,87.999 79.947,88.108 79.952,88.216 80.009,89.425 79.036,90.43 77.825,90.43L75.475,90.43C68.16,90.43 62.23,96.36 62.23,103.674L62.23,138.764C62.23,139.354 62.389,139.903 62.644,140.394L46.601,140.394 53.494,111.419C53.587,111.029 53.753,110.661 53.985,110.334L58.023,104.627C58.351,104.163 58.519,103.586 58.406,103.03 58.22,102.121 57.453,101.492 56.572,101.449L55.152,101.38 47.397,101.007C47.133,100.994 46.872,100.997 46.612,101.015 45.749,101.074 45.046,100.348 45.105,99.484 45.573,92.744 47.492,86.293 50.713,80.488 51.986,81.642 53.445,82.523 55.019,83.103 57.007,83.834 58.082,85.993 57.593,88.053L55.86,95.337C55.769,95.719 56.005,96.102 56.386,96.193 56.441,96.206 56.497,96.213 56.551,96.213 56.873,96.213 57.165,95.993 57.242,95.666L60.041,83.902C63.414,83.791 66.571,82.439 68.969,80.04 74.003,75.006 75.049,56.694 75.091,55.918 75.101,55.716 75.026,55.519 74.884,55.376 74.741,55.233 74.546,55.156 74.342,55.169 74.025,55.186 70.772,55.372 66.696,55.929L72.842,30.096C73.016,29.368 74.052,29.368 74.226,30.096L75.111,33.821C75.202,34.203 75.586,34.439 75.968,34.348 76.35,34.258 76.586,33.874 76.495,33.492L74.225,23.955C74.149,23.634 73.863,23.408 73.534,23.408 73.205,23.408 72.918,23.634 72.842,23.955L66.256,51.636C65.622,54.306 63.505,56.367 60.821,56.94 56.475,57.868 52.259,59.252 50.219,61.291 45.244,66.267 45.072,74.237 49.675,79.437 47.593,83.111 46.007,87.037 44.979,91.139L44.979,87.806C44.979,82.533 42.775,73.641 41.688,69.579 41.351,68.32 41.617,66.984 42.392,65.935 46.223,60.75 45.791,53.384 41.097,48.689 36.062,43.655 17.751,42.609 16.974,42.567 16.77,42.555 16.575,42.632 16.433,42.774 16.29,42.917 16.214,43.114 16.225,43.316 16.267,44.092 17.313,62.404 22.347,67.438 24.932,70.023 28.327,71.315 31.722,71.315 33.325,71.315 34.927,71.022 36.444,70.441 38.264,69.743 40.326,70.726 40.972,72.566 42.669,77.398 43.558,82.532 43.558,87.806L43.558,101.184C43.558,101.632 43.35,102.059 42.985,102.32 42.694,102.527 42.418,102.757 42.162,103.007 41.462,103.688 40.322,103.527 39.88,102.655 39.764,102.427 39.646,102.199 39.527,101.973 39.176,101.31 39.185,100.518 39.568,99.873 42.574,94.79 41.907,88.121 37.543,83.757 32.508,78.723 14.196,77.677 13.419,77.635 13.218,77.627 13.021,77.699 12.878,77.842 12.736,77.985 12.66,78.182 12.671,78.384 12.713,79.16 13.759,97.472 18.793,102.507 21.378,105.092 24.772,106.384 28.167,106.384 31.562,106.384 34.958,105.091 37.543,102.507 37.69,102.359 37.818,102.201 37.958,102.048 38.723,103.445 39.414,104.878 40.027,106.344 40.128,106.585 40.15,106.849 40.117,107.107 39.944,108.448 40.16,109.824 40.766,111.066 41.135,111.826 41.64,112.496 42.236,113.065 43.106,116.62 43.558,120.305 43.558,124.059L43.558,128.309 43.558,135.418 43.558,140.394 43.187,140.394C42.5,140.394 41.911,139.903 41.788,139.225L41.395,137.056C41.325,136.67 40.954,136.414 40.569,136.483 40.183,136.554 39.926,136.923 39.996,137.31L40.252,138.719C40.41,139.591 39.739,140.394 38.853,140.394L37.125,140.394C35.808,140.394 34.664,139.49 34.359,138.209L29.519,117.869C29.443,117.549 29.158,117.323 28.828,117.323 28.499,117.323 28.213,117.549 28.137,117.869L23.298,138.209C22.993,139.49 21.849,140.394 20.531,140.394L18.335,140.394C17.86,140.394 17.475,140.008 17.475,139.534L17.475,139.202C17.475,138.809 17.156,138.491 16.764,138.491 16.372,138.491 16.053,138.809 16.053,139.202L16.053,139.534C16.053,140.008 15.668,140.394 15.194,140.394 14.719,140.394 14.334,140.008 14.334,139.534L14.334,137.183C14.334,136.79 14.015,136.472 13.623,136.472 13.23,136.472 12.912,136.79 12.912,137.183L12.912,139.534C12.912,140.008 12.527,140.394 12.052,140.394L0.711,140.394C0.319,140.394 0,140.711 0,141.105 0,141.498 0.319,141.815 0.711,141.815L45.701,141.815 204.943,141.815 229.731,141.815 234.47,141.815 240.643,141.815 244.434,141.815 253.208,141.815 276.387,141.815C276.781,141.815 277.098,141.498 277.098,141.105 277.098,140.711 276.781,140.394 276.387,140.394L267.668,140.394C267.107,140.394 266.692,139.872 266.817,139.325L267.081,138.18C267.169,137.798 266.93,137.416 266.548,137.328 266.167,137.24 265.784,137.477 265.696,137.861L265.268,139.717C265.177,140.113 264.824,140.394 264.418,140.394 263.936,140.394 263.545,140.003 263.545,139.521L263.545,137.18C263.545,136.787 263.227,136.469 262.834,136.469 262.441,136.469 262.123,136.787 262.123,137.18L262.123,139.521C262.123,140.003 261.733,140.394 261.251,140.394L261.249,140.394C260.258,140.394 259.449,139.615 259.399,138.627 259.373,138.113 259.337,137.602 259.292,137.093L259.292,128.496C259.292,123.27 260.164,118.18 261.832,113.387zM280.768,140.394L279.608,140.394C279.214,140.394 278.897,140.711 278.897,141.105 278.897,141.498 279.214,141.815 279.608,141.815L280.768,141.815C281.161,141.815 281.479,141.498 281.479,141.105 281.479,140.711 281.161,140.394 280.768,140.394" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M103.382,36.147C103.008,35.237 104.151,34.478 104.901,35.114 107.741,37.523 110.827,38.15 111.018,38.186 111.063,38.194 111.107,38.198 111.151,38.198 111.485,38.198 111.783,37.961 111.848,37.621 111.921,37.235 111.669,36.864 111.284,36.789 111.238,36.781 107.778,36.076 105.008,33.267 104.537,32.789 104.698,31.962 105.325,31.721 105.359,31.709 105.393,31.696 105.426,31.684 105.829,31.544 106.276,31.476 106.745,31.476 107.697,31.476 108.739,31.758 109.679,32.294 111.265,33.199 112.253,34.578 113.3,36.038 113.745,36.659 114.205,37.301 114.722,37.921L114.807,38.025C115.085,38.361 115.736,39.151 116.317,39.692 113.489,40.553 110.213,40.361 107.09,39.153 105.255,38.443 103.912,37.369 103.407,36.206 103.398,36.186 103.39,36.166 103.382,36.147M101.633,29.169C101.269,29.317 101.095,29.732 101.244,30.095 101.595,30.956 102.014,31.725 102.477,32.417 102.348,32.641 102.228,32.874 102.127,33.125 101.614,34.403 101.606,35.63 102.103,36.773 103.002,38.839 105.291,39.981 106.577,40.479 108.577,41.253 110.641,41.644 112.637,41.644 114.052,41.644 115.433,41.448 116.732,41.052 117.197,40.911 117.548,40.547 117.672,40.079 117.794,39.614 117.671,39.127 117.339,38.777 116.803,38.209 116.149,37.418 115.904,37.12L115.814,37.012 115.814,37.011C115.33,36.431 114.886,35.81 114.456,35.21 113.366,33.689 112.239,32.117 110.385,31.059 108.606,30.045 106.578,29.777 104.959,30.342 104.38,30.544 103.87,30.85 103.429,31.242 103.108,30.724 102.81,30.172 102.56,29.558 102.412,29.194 101.997,29.018 101.633,29.169M149.629,11.549C149.637,11.546 149.642,11.54 149.65,11.536 150.004,11.397 150.19,11.004 150.062,10.642 148.946,7.485 148.851,4.203 149.734,1.412 150.318,1.998 151.087,2.671 151.416,2.959L151.518,3.049C152.123,3.584 152.752,4.063 153.359,4.526 154.787,5.615 156.137,6.644 156.995,8.256 157.754,9.683 157.939,11.32 157.479,12.525L157.472,12.541C157.212,13.216 156.344,13.37 155.846,12.846 154.728,11.674 153.972,10.411 153.483,9.346 153.319,8.989 152.897,8.833 152.54,8.997 152.184,9.161 152.027,9.583 152.191,9.94 152.687,11.019 153.421,12.285 154.488,13.49 154.907,13.964 154.573,14.732 153.943,14.688 153.422,14.65 152.931,14.475 152.462,14.162 152.152,13.955 151.746,14.031 151.518,14.316 151.505,14.333 151.488,14.342 151.476,14.359 151.258,14.686 151.346,15.127 151.673,15.345 152.439,15.855 153.28,16.113 154.163,16.112 154.741,16.112 155.337,16.003 155.94,15.781 156.196,15.687 156.434,15.573 156.663,15.449 157.341,15.933 158.094,16.377 158.944,16.753 159.037,16.794 159.135,16.814 159.231,16.814 159.504,16.814 159.763,16.657 159.881,16.391 160.04,16.032 159.878,15.612 159.519,15.453 158.912,15.184 158.372,14.867 157.864,14.532 158.268,14.103 158.588,13.603 158.807,13.032 159.419,11.43 159.211,9.395 158.249,7.588 157.246,5.702 155.708,4.53 154.22,3.395 153.633,2.948 153.027,2.486 152.461,1.985L152.353,1.889C152.062,1.635 151.291,0.96 150.741,0.408 150.4,0.067 149.919,-0.074 149.45,0.038 148.978,0.147 148.605,0.488 148.449,0.948 147.403,4.049 147.5,7.66 148.722,11.116 148.853,11.486 149.257,11.681 149.629,11.549M98.49,16.115L99.563,16.115 99.563,17.189C99.563,17.581 99.882,17.899 100.274,17.899 100.667,17.899 100.985,17.581 100.985,17.189L100.985,16.115 102.058,16.115C102.451,16.115 102.769,15.797 102.769,15.404 102.769,15.012 102.451,14.693 102.058,14.693L100.985,14.693 100.985,13.62C100.985,13.228 100.667,12.909 100.274,12.909 99.882,12.909 99.563,13.228 99.563,13.62L99.563,14.693 98.49,14.693C98.097,14.693 97.779,15.012 97.779,15.404 97.779,15.797 98.097,16.115 98.49,16.115M145.172,38.198L146.245,38.198 146.245,39.272C146.245,39.664 146.564,39.982 146.956,39.982 147.349,39.982 147.667,39.664 147.667,39.272L147.667,38.198 148.74,38.198C149.133,38.198 149.451,37.88 149.451,37.487 149.451,37.095 149.133,36.776 148.74,36.776L147.667,36.776 147.667,35.703C147.667,35.311 147.349,34.992 146.956,34.992 146.564,34.992 146.245,35.311 146.245,35.703L146.245,36.776 145.172,36.776C144.779,36.776 144.461,37.095 144.461,37.487 144.461,37.88 144.779,38.198 145.172,38.198M247.138,24.831L248.211,24.831 248.211,25.904C248.211,26.296 248.529,26.615 248.922,26.615 249.314,26.615 249.633,26.296 249.633,25.904L249.633,24.831 250.706,24.831C251.098,24.831 251.417,24.512 251.417,24.12 251.417,23.727 251.098,23.409 250.706,23.409L249.633,23.409 249.633,22.336C249.633,21.943 249.314,21.625 248.922,21.625 248.529,21.625 248.211,21.943 248.211,22.336L248.211,23.409 247.138,23.409C246.745,23.409 246.427,23.727 246.427,24.12 246.427,24.512 246.745,24.831 247.138,24.831M130.002,18.741C130.184,18.741 130.366,18.671 130.505,18.532L131.346,17.691C131.624,17.413 131.624,16.963 131.346,16.685 131.068,16.408 130.618,16.408 130.341,16.685L129.5,17.527C129.222,17.805 129.222,18.255 129.5,18.532 129.638,18.671 129.82,18.741 130.002,18.741M125.797,22.946C125.979,22.946 126.16,22.876 126.299,22.738L127.141,21.897C127.418,21.62 127.418,21.169 127.141,20.892 126.863,20.614 126.413,20.614 126.136,20.892L125.294,21.733C125.016,22.01 125.016,22.46 125.294,22.738 125.433,22.876 125.615,22.946 125.797,22.946M130.341,22.738C130.479,22.876 130.661,22.946 130.843,22.946 131.025,22.946 131.207,22.876 131.346,22.738 131.624,22.46 131.624,22.01 131.346,21.733L130.505,20.892C130.227,20.614 129.778,20.614 129.5,20.892 129.222,21.169 129.222,21.619 129.5,21.897L130.341,22.738zM126.135,18.532C126.274,18.671 126.456,18.741 126.638,18.741 126.82,18.741 127.002,18.671 127.14,18.532 127.418,18.254 127.418,17.805 127.14,17.527L126.299,16.686C126.022,16.408 125.572,16.408 125.294,16.686 125.016,16.963 125.016,17.413 125.294,17.691L126.135,18.532zM115.014,85.614C116.773,85.614 118.213,84.175 118.213,82.416 118.213,80.656 116.773,79.217 115.014,79.217 113.255,79.217 111.815,80.656 111.815,82.416 111.815,84.175 113.255,85.614 115.014,85.614" android:fillType="evenOdd" />
--- 34,44 ----
<path android:fillColor="#ffd5dbed" android:pathData="M214.482,97.461C214.293,97.461 214.292,97.755 214.482,97.755C214.671,97.755 214.672,97.461 214.482,97.461" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M239.874,80.688C239.697,80.575 239.492,80.514 239.281,80.514L237.275,80.514 245.508,85.779C246.233,86.242 246.666,87.031 246.666,87.889 246.666,88.747 246.233,89.536 245.508,90L237.274,95.264 239.281,95.264C239.491,95.264 239.697,95.204 239.874,95.09L249.71,88.802C250.029,88.597 250.211,88.265 250.211,87.889 250.211,87.513 250.029,87.181 249.71,86.977L239.874,80.688zM199.621,56.279L216.056,56.279C216.377,56.279 216.637,56.537 216.637,56.857 216.637,57.176 216.377,57.435 216.056,57.435L199.621,57.435C199.3,57.435 199.04,57.176 199.04,56.857 199.04,56.537 199.3,56.279 199.621,56.279zM186.311,62.444L188.646,62.444C188.687,62.444 188.725,62.455 188.765,62.455 188.806,62.455 188.843,62.444 188.885,62.444L191.219,62.444C193.093,62.444 194.618,63.961 194.618,65.825 194.618,67.689 193.093,69.207 191.219,69.207L188.885,69.207C188.843,69.207 188.806,69.196 188.765,69.195 188.725,69.196 188.687,69.207 188.646,69.207L186.311,69.207C184.437,69.207 182.912,67.689 182.912,65.825 182.912,63.961 184.437,62.444 186.311,62.444zM196.916,62.444L199.02,62.444C199.341,62.444 199.601,62.703 199.601,63.022 199.601,63.341 199.341,63.6 199.02,63.6L196.916,63.6C196.594,63.6 196.334,63.341 196.334,63.022 196.334,62.703 196.594,62.444 196.916,62.444zM189.359,55.525L184.843,55.525C184.632,55.525 184.427,55.584 184.249,55.698L183.341,56.279 193.429,56.279C193.75,56.279 194.01,56.537 194.01,56.857 194.01,57.176 193.75,57.435 193.429,57.435L181.533,57.435 174.413,61.986C174.233,62.102 174.103,62.261 174.017,62.444L177.381,62.444C179.255,62.444 180.781,63.961 180.781,65.825 180.781,66.463 180.591,67.054 180.281,67.563L184.249,70.1C184.427,70.214 184.632,70.274 184.843,70.274L189.359,70.274 195.257,70.274C196.331,69.764 197.326,69.08 198.194,68.218 200.414,66.012 203.364,64.795 206.503,64.795L218.125,64.795 218.679,64.795 239.153,64.795 239.153,60.71 180.232,60.71C179.911,60.71 179.651,60.451 179.651,60.132 179.651,59.812 179.911,59.554 180.232,59.554L239.153,59.554 239.153,56.61C239.153,56.012 238.662,55.525 238.058,55.525L189.359,55.525z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M218.679,65.952L218.125,65.952C215.297,65.952 212.637,67.048 210.637,69.036 210.175,69.496 209.675,69.902 209.153,70.274L238.058,70.274C238.662,70.274 239.153,69.787 239.153,69.188L239.153,69.037 217.839,69.037C217.518,69.037 217.258,68.779 217.258,68.459 217.258,68.14 217.518,67.881 217.839,67.881L239.153,67.881 239.153,65.952 218.679,65.952zM186.311,68.051L186.345,68.051C185.816,67.454 185.484,66.681 185.484,65.825 185.484,64.97 185.816,64.196 186.345,63.6L186.311,63.6C185.078,63.6 184.074,64.598 184.074,65.825 184.074,67.052 185.078,68.051 186.311,68.051M188.765,68.039C189.942,67.976 190.884,67.011 190.884,65.825 190.884,64.639 189.942,63.675 188.765,63.612 187.588,63.675 186.646,64.639 186.646,65.825 186.646,67.011 187.588,67.976 188.765,68.039M191.219,68.051C192.452,68.051 193.456,67.052 193.456,65.825 193.456,64.598 192.452,63.6 191.219,63.6L191.186,63.6C191.715,64.196 192.046,64.97 192.046,65.825 192.046,66.681 191.715,67.454 191.186,68.051L191.219,68.051zM213.048,65.952L206.503,65.952C203.674,65.952 201.015,67.048 199.015,69.036 198.554,69.494 198.058,69.905 197.536,70.274L206.879,70.274C207.953,69.764 208.949,69.081 209.816,68.218 210.77,67.27 211.866,66.516 213.048,65.952" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M218.679,64.796L218.125,64.796 206.503,64.796C203.364,64.796 200.414,66.011 198.194,68.218 197.327,69.081 196.331,69.764 195.257,70.274L197.536,70.274C198.058,69.905 198.553,69.494 199.015,69.036 201.015,67.047 203.674,65.952 206.503,65.952L213.048,65.952C211.866,66.516 210.771,67.27 209.816,68.218 208.949,69.081 207.954,69.764 206.879,70.274L209.153,70.274C209.675,69.902 210.175,69.496 210.637,69.036 212.637,67.047 215.297,65.952 218.125,65.952L218.679,65.952 239.153,65.952 239.153,64.796 218.679,64.796zM180.232,59.554C179.911,59.554 179.652,59.813 179.652,60.132 179.652,60.452 179.911,60.71 180.232,60.71L239.153,60.71 239.153,59.554 180.232,59.554zM186.311,63.6L186.345,63.6C185.816,64.196 185.484,64.97 185.484,65.825 185.484,66.681 185.816,67.455 186.345,68.051L186.311,68.051C185.078,68.051 184.074,67.052 184.074,65.825 184.074,64.598 185.078,63.6 186.311,63.6M188.765,63.612C189.942,63.674 190.884,64.639 190.884,65.825 190.884,67.012 189.942,67.976 188.765,68.039 187.588,67.976 186.646,67.012 186.646,65.825 186.646,64.639 187.588,63.674 188.765,63.612M191.185,63.6L191.219,63.6C192.453,63.6 193.456,64.598 193.456,65.825 193.456,67.052 192.453,68.051 191.219,68.051L191.185,68.051C191.715,67.455 192.046,66.681 192.046,65.825 192.046,64.97 191.715,64.196 191.185,63.6M186.311,69.207L188.646,69.207C188.687,69.207 188.725,69.196 188.765,69.195 188.806,69.196 188.844,69.207 188.884,69.207L191.219,69.207C193.093,69.207 194.618,67.689 194.618,65.825 194.618,63.961 193.093,62.444 191.219,62.444L188.884,62.444C188.844,62.444 188.806,62.455 188.765,62.456 188.725,62.455 188.687,62.444 188.646,62.444L186.311,62.444C184.437,62.444 182.912,63.961 182.912,65.825 182.912,67.689 184.437,69.207 186.311,69.207M199.621,57.435L216.056,57.435C216.377,57.435 216.637,57.176 216.637,56.857 216.637,56.537 216.377,56.279 216.056,56.279L199.621,56.279C199.3,56.279 199.04,56.537 199.04,56.857 199.04,57.176 199.3,57.435 199.621,57.435M193.429,57.435C193.75,57.435 194.01,57.176 194.01,56.857 194.01,56.537 193.75,56.279 193.429,56.279L183.341,56.279 181.533,57.435 193.429,57.435zM222.599,53.915L221.091,53.915 221.091,45.448C220.616,45.707 220.027,45.941 219.314,46.146L219.314,53.915 217.959,53.915 217.959,46.449C217.63,46.448 217.333,46.233 217.263,45.898 217.257,45.871 217.265,45.844 217.262,45.816L215.198,46.008 215.198,52.659C215.198,53.034 214.895,53.337 214.52,53.337 214.145,53.337 213.842,53.034 213.842,52.659L213.842,46.134 212.643,46.246C212.645,46.268 212.656,46.288 212.656,46.311 212.656,46.703 212.338,47.021 211.945,47.021 211.529,47.021 211.111,47.011 210.693,46.997L210.693,53.915 209.375,53.915C209.374,53.933 209.365,53.949 209.365,53.967 209.365,54.015 209.382,54.058 209.392,54.103L222.65,54.103C222.628,54.042 222.61,53.98 222.599,53.915M213.842,78.905L215.198,78.905 215.198,71.883 213.842,71.883 213.842,78.905zM206.79,78.905L205.434,78.905 205.434,77.538C205.434,76.541 204.624,75.731 203.628,75.731 203.254,75.731 202.951,75.428 202.951,75.054 202.951,74.679 203.254,74.376 203.628,74.376 205.372,74.376 206.79,75.795 206.79,77.538L206.79,78.905zM221.091,77.141L221.091,71.883 221.507,71.883C221.517,71.82 221.531,71.758 221.551,71.696L208.599,71.696C209.3,72.507 209.727,73.561 209.727,74.715L209.727,77.652C209.727,78.026 209.424,78.329 209.049,78.329 208.674,78.329 208.372,78.026 208.372,77.652L208.372,74.715C208.372,73.379 207.566,72.232 206.416,71.723 206.441,71.713 206.467,71.705 206.491,71.696L201.021,71.696C201.042,71.756 201.059,71.819 201.07,71.883L203.48,71.883C203.234,72.024 203.001,72.185 202.8,72.384L202.8,78.905 201.937,78.905C201.953,78.967 201.962,79.029 201.966,79.093L221.347,79.093C221.35,79.029 221.36,78.967 221.375,78.905L220.646,78.905C219.128,76.856 218.216,74.444 218.012,71.883L219.368,71.883C219.534,73.763 220.129,75.548 221.091,77.141z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M217.839,67.881C217.518,67.881 217.258,68.139 217.258,68.459 217.258,68.779 217.518,69.037 217.839,69.037L239.154,69.037 239.154,67.881 217.839,67.881zM196.916,63.6L199.02,63.6C199.341,63.6 199.601,63.341 199.601,63.022 199.601,62.703 199.341,62.444 199.02,62.444L196.916,62.444C196.594,62.444 196.335,62.703 196.335,63.022 196.335,63.341 196.594,63.6 196.916,63.6" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M203.524,83.866C203.203,83.866 202.943,83.607 202.943,83.288C202.943,82.968 203.203,82.71 203.524,82.71L216,82.71C216.321,82.71 216.581,82.968 216.581,83.288C216.581,83.607 216.321,83.866 216,83.866L203.524,83.866ZM226.953,85.6C227.274,85.6 227.533,85.859 227.533,86.178C227.533,86.498 227.274,86.756 226.953,86.756L210.517,86.756C210.197,86.756 209.936,86.498 209.936,86.178C209.936,85.859 210.197,85.6 210.517,85.6L226.953,85.6ZM209.916,91.765C210.237,91.765 210.497,92.024 210.497,92.343C210.497,92.663 210.237,92.921 209.916,92.921L207.812,92.921C207.491,92.921 207.231,92.663 207.231,92.343C207.231,92.024 207.491,91.765 207.812,91.765L209.916,91.765ZM188.278,91.765C190.151,91.765 191.677,93.283 191.677,95.146C191.677,95.187 191.666,95.224 191.665,95.264L193.821,95.264C193.819,95.224 193.809,95.187 193.809,95.146C193.809,93.283 195.334,91.765 197.208,91.765L199.542,91.765C199.584,91.765 199.621,91.776 199.662,91.777C199.702,91.776 199.74,91.765 199.781,91.765L202.116,91.765C203.989,91.765 205.515,93.283 205.515,95.146C205.515,95.187 205.504,95.224 205.503,95.264L212.341,95.264C213.902,94.522 215.618,94.117 217.4,94.117L229.022,94.117L229.576,94.117L236.429,94.117L242.82,90.031L191.129,90.031C190.808,90.031 190.547,89.772 190.547,89.453C190.547,89.134 190.808,88.875 191.129,88.875L244.628,88.875L244.742,88.801C245.061,88.597 245.244,88.265 245.244,87.889C245.244,87.513 245.061,87.181 244.742,86.976L239.878,83.866L220.843,83.866C220.522,83.866 220.261,83.607 220.261,83.288C220.261,82.968 220.522,82.71 220.843,82.71L238.069,82.71L234.906,80.688C234.729,80.575 234.524,80.514 234.313,80.514L186.066,80.514L181.098,80.514C180.494,80.514 180.002,81.002 180.002,81.601L180.002,82.71L199.538,82.71C199.859,82.71 200.119,82.968 200.119,83.288C200.119,83.607 199.859,83.866 199.538,83.866L180.002,83.866L180.002,85.6L204.325,85.6C204.646,85.6 204.906,85.859 204.906,86.178C204.906,86.498 204.646,86.756 204.325,86.756L180.002,86.756L180.002,88.875L187.028,88.875C187.349,88.875 187.609,89.134 187.609,89.453C187.609,89.772 187.349,90.031 187.028,90.031L180.002,90.031L180.002,91.765L188.278,91.765Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M181.098,95.264L186.066,95.264 190.502,95.264C190.504,95.224 190.515,95.187 190.515,95.147 190.515,93.92 189.511,92.921 188.277,92.921L180.002,92.921 180.002,94.178C180.002,94.776 180.494,95.264 181.098,95.264M197.241,92.921L197.208,92.921C195.974,92.921 194.971,93.92 194.971,95.147 194.971,95.187 194.98,95.224 194.982,95.264L196.392,95.264C196.39,95.224 196.381,95.186 196.381,95.147 196.381,94.291 196.712,93.517 197.241,92.921M202.115,92.921L202.083,92.921C202.611,93.517 202.943,94.291 202.943,95.147 202.943,95.186 202.933,95.224 202.931,95.264L204.34,95.264C204.342,95.224 204.352,95.187 204.352,95.147 204.352,93.92 203.349,92.921 202.115,92.921M199.662,92.933C198.484,92.996 197.543,93.96 197.543,95.146 197.543,95.186 197.552,95.225 197.554,95.264L201.769,95.264C201.771,95.225 201.781,95.186 201.781,95.146 201.781,93.96 200.839,92.996 199.662,92.933" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M221.688,96.686C221.608,96.749 221.523,96.807 221.444,96.873L222.513,96.873 223.423,96.873C223.527,96.808 223.632,96.746 223.738,96.686L221.688,96.686zM229.575,94.117L229.022,94.117 217.399,94.117C215.618,94.117 213.902,94.521 212.341,95.264L234.313,95.264C234.523,95.264 234.729,95.204 234.907,95.09L236.429,94.117 229.575,94.117zM188.277,92.921C189.511,92.921 190.514,93.92 190.514,95.147 190.514,95.187 190.505,95.224 190.502,95.264L191.665,95.264C191.667,95.224 191.677,95.187 191.677,95.147 191.677,93.282 190.151,91.765 188.277,91.765L180.002,91.765 180.002,92.921 188.277,92.921zM187.028,90.031C187.349,90.031 187.609,89.772 187.609,89.453 187.609,89.134 187.349,88.875 187.028,88.875L180.002,88.875 180.002,90.031 187.028,90.031zM191.129,88.875C190.808,88.875 190.547,89.134 190.547,89.453 190.547,89.772 190.808,90.031 191.129,90.031L242.82,90.031 244.628,88.875 191.129,88.875zM201.378,96.873L202.45,96.873C202.487,96.814 202.512,96.747 202.545,96.685L201.15,96.685C201.083,96.754 201.008,96.814 200.933,96.873L201.378,96.873zM202.115,91.765L199.781,91.765C199.74,91.765 199.702,91.775 199.661,91.777 199.621,91.775 199.583,91.765 199.542,91.765L197.208,91.765C195.334,91.765 193.808,93.282 193.808,95.146 193.808,95.187 193.819,95.224 193.82,95.264L194.983,95.264C194.981,95.224 194.971,95.187 194.971,95.146 194.971,93.919 195.974,92.921 197.208,92.921L197.241,92.921C196.712,93.517 196.38,94.291 196.38,95.146 196.38,95.186 196.39,95.224 196.392,95.264L197.554,95.264C197.552,95.224 197.542,95.186 197.542,95.146 197.542,93.96 198.484,92.996 199.661,92.933 200.839,92.996 201.781,93.96 201.781,95.146 201.781,95.186 201.771,95.224 201.769,95.264L202.931,95.264C202.933,95.224 202.943,95.186 202.943,95.146 202.943,94.291 202.611,93.517 202.083,92.921L202.115,92.921C203.349,92.921 204.352,93.919 204.352,95.146 204.352,95.187 204.342,95.224 204.34,95.264L205.503,95.264C205.505,95.224 205.515,95.187 205.515,95.146 205.515,93.282 203.989,91.765 202.115,91.765M210.517,85.6C210.196,85.6 209.937,85.859 209.937,86.178 209.937,86.498 210.196,86.756 210.517,86.756L226.953,86.756C227.273,86.756 227.534,86.498 227.534,86.178 227.534,85.859 227.273,85.6 226.953,85.6L210.517,85.6zM204.325,86.756C204.647,86.756 204.906,86.498 204.906,86.178 204.906,85.859 204.647,85.6 204.325,85.6L180.002,85.6 180.002,86.756 204.325,86.756zM199.538,83.866C199.859,83.866 200.119,83.607 200.119,83.288 200.119,82.968 199.859,82.71 199.538,82.71L180.002,82.71 180.002,83.866 199.538,83.866zM216,83.866C216.321,83.866 216.58,83.607 216.58,83.288 216.58,82.968 216.321,82.71 216,82.71L203.524,82.71C203.203,82.71 202.943,82.968 202.943,83.288 202.943,83.607 203.203,83.866 203.524,83.866L216,83.866zM220.843,82.71C220.521,82.71 220.262,82.969 220.262,83.288 220.262,83.608 220.521,83.866 220.843,83.866L239.878,83.866 238.069,82.71 220.843,82.71zM207.231,92.343C207.231,92.662 207.491,92.921 207.812,92.921L209.916,92.921C210.237,92.921 210.497,92.662 210.497,92.343 210.497,92.023 210.237,91.765 209.916,91.765L207.812,91.765C207.491,91.765 207.231,92.023 207.231,92.343M242.253,70.627L240.12,70.627 240.12,54.813 242.253,54.813C243.431,54.813 244.385,55.768 244.385,56.946L244.385,68.494C244.385,69.672 243.431,70.627 242.253,70.627" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M76.29,38.774L76.843,41.099C76.921,41.425 77.212,41.645 77.534,41.645C77.588,41.645 77.644,41.638 77.699,41.625C78.081,41.535 78.317,41.151 78.226,40.77L77.673,38.445C77.582,38.063 77.199,37.825 76.817,37.918C76.435,38.009 76.199,38.393 76.29,38.774" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M253.208,140.394L240.614,140.365C240.614,138.49 242.138,136.965 244.013,136.965L249.837,136.965C251.712,136.965 253.237,138.49 253.237,140.365 253.237,140.38 253.223,140.394 253.208,140.394zM239.193,140.373L234.43,140.353 234.43,139.543C234.43,137.395 236.177,135.647 238.325,135.647L240.579,135.647C241.112,135.647 241.619,135.756 242.082,135.95 240.382,136.697 239.192,138.393 239.192,140.365 239.192,140.367 239.193,140.37 239.193,140.373zM223.953,140.394C223.158,140.394 222.513,139.749 222.513,138.953L222.513,113.834 228.831,140.394 223.953,140.394zM221.091,138.261C221.091,139.439 220.136,140.394 218.958,140.394L204.933,140.394C203.755,140.394 202.8,139.439 202.8,138.261L202.8,99.53C202.8,98.745 203.436,98.108 204.222,98.108L219.669,98.108C220.455,98.108 221.091,98.745 221.091,99.53L221.091,138.261zM197.554,95.264L196.392,95.264 194.982,95.264 193.821,95.264 191.665,95.264 190.503,95.264 186.066,95.264 181.098,95.264C180.494,95.264 180.002,94.777 180.002,94.178L180.002,92.921 180.002,91.765 180.002,90.031 180.002,88.875 180.002,86.756 180.002,85.6 180.002,83.866 180.002,82.71 180.002,81.601C180.002,81.002 180.494,80.514 181.098,80.514L186.066,80.514 234.312,80.514C234.524,80.514 234.729,80.575 234.906,80.688L238.069,82.71 239.878,83.866 244.742,86.977C245.061,87.181 245.244,87.513 245.244,87.889 245.244,88.265 245.061,88.597 244.742,88.801L244.628,88.875 242.82,90.031 236.429,94.117 234.907,95.09C234.728,95.204 234.523,95.264 234.312,95.264L212.341,95.264 205.503,95.264 204.341,95.264 202.932,95.264 201.769,95.264 197.554,95.264zM201.379,138.953C201.379,139.828 200.599,140.521 199.696,140.375 198.987,140.259 198.497,139.593 198.497,138.875L198.497,138.02C198.497,137.627 198.178,137.309 197.786,137.309 197.394,137.309 197.075,137.627 197.075,138.02L197.075,138.953C197.075,139.749 196.43,140.394 195.634,140.394L178.836,140.394 178.836,139.699C178.836,137.019 176.662,134.846 173.982,134.846L172.779,134.846 181.859,96.685 197.824,96.685C199.788,96.685 201.379,98.277 201.379,100.24L201.379,138.953zM177.414,140.394L168.523,140.429 168.523,139.699C168.523,137.807 170.062,136.268 171.954,136.268L173.982,136.268C175.874,136.268 177.414,137.807 177.414,139.699L177.414,140.394zM187.693,71.696L189.36,71.696 199.246,71.696C200.424,71.696 201.379,72.65 201.379,73.828L201.379,79.093 186.066,79.093 186.056,79.093 187.693,71.696zM221.091,74.539L221.091,79.093 202.8,79.093 202.8,74.539C202.8,72.969 204.073,71.696 205.644,71.696L218.248,71.696C219.818,71.696 221.091,72.969 221.091,74.539zM184.844,70.274C184.632,70.274 184.427,70.214 184.249,70.101L180.281,67.564 179.306,66.94 174.413,63.812C174.32,63.752 174.243,63.679 174.175,63.6 174.007,63.407 173.912,63.166 173.912,62.899 173.912,62.736 173.952,62.584 174.017,62.444 174.102,62.261 174.233,62.102 174.413,61.986L181.533,57.435 183.341,56.279 184.249,55.698C184.426,55.584 184.632,55.525 184.844,55.525L189.36,55.525 238.058,55.525C238.662,55.525 239.153,56.012 239.153,56.61L239.153,59.554 239.153,60.71 239.153,64.796 239.153,65.951 239.153,67.881 239.153,69.037 239.153,69.188C239.153,69.786 238.662,70.274 238.058,70.274L209.153,70.274 206.879,70.274 197.536,70.274 195.257,70.274 189.36,70.274 184.844,70.274zM192.406,52.352L199.454,22.729C199.628,22.001 200.664,22.001 200.838,22.729L205.17,40.942C202.944,41.496 201.379,42.376 201.379,43.622L201.379,51.97C201.379,53.148 200.424,54.103 199.246,54.103L193.79,54.103C192.871,54.103 192.194,53.246 192.406,52.352zM211.945,41.645C217.886,41.645 221.091,43.049 221.091,43.622 221.091,43.821 220.314,44.531 217.813,45.057 217.456,45.131 217.23,45.463 217.262,45.817 217.265,45.844 217.257,45.871 217.263,45.898 217.333,46.233 217.631,46.448 217.959,46.449 218.007,46.449 218.055,46.459 218.105,46.448 218.544,46.356 218.939,46.253 219.314,46.146 220.027,45.94 220.616,45.707 221.091,45.448L221.091,51.258C221.091,52.044 220.455,52.68 219.669,52.68L204.222,52.68C203.436,52.68 202.8,52.044 202.8,51.258L202.8,45.443C203.06,45.585 203.357,45.714 203.672,45.837 204.085,45.996 204.538,46.139 205.028,46.266 206.294,46.594 207.785,46.811 209.338,46.925 209.786,46.958 210.238,46.982 210.693,46.997 211.111,47.012 211.529,47.022 211.945,47.022 212.338,47.022 212.656,46.703 212.656,46.311 212.656,46.287 212.645,46.268 212.643,46.246 212.609,45.885 212.315,45.6 211.945,45.6 206.005,45.6 202.8,44.196 202.8,43.622 202.8,43.049 206.005,41.645 211.945,41.645zM240.316,55.525L242.574,55.525C243.178,55.525 243.67,56.012 243.67,56.61L243.67,69.188C243.67,69.786 243.178,70.274 242.574,70.274L240.316,70.274C240.477,69.944 240.575,69.579 240.575,69.188L240.575,56.61C240.575,56.22 240.477,55.855 240.316,55.525zM239.281,80.514C239.492,80.514 239.697,80.575 239.874,80.688L249.71,86.977C250.029,87.181 250.212,87.513 250.212,87.889 250.212,88.265 250.029,88.597 249.71,88.801L239.874,95.09C239.697,95.204 239.492,95.264 239.281,95.264L237.274,95.264 245.508,89.999C246.233,89.536 246.666,88.747 246.666,87.889 246.666,87.031 246.233,86.242 245.508,85.779L237.275,80.514 239.281,80.514zM139.452,140.394L139.36,140.394C138.374,140.394 137.688,139.414 138.023,138.487L138.408,137.425C138.542,137.056 138.352,136.648 137.983,136.515 137.615,136.383 137.206,136.572 137.072,136.941L136.16,139.457C135.956,140.019 135.422,140.394 134.824,140.394L132.885,140.394C133.141,139.903 133.3,139.354 133.3,138.764L133.3,132.06C133.3,131.546 133.575,131.065 134.03,130.824 135.738,129.914 137.118,128.47 137.958,126.72 137.97,126.695 137.981,126.671 137.993,126.647 138.076,126.469 138.155,126.289 138.227,126.106 138.246,126.058 138.262,126.01 138.28,125.961 138.38,125.692 138.467,125.418 138.542,125.137 138.576,125.012 138.611,124.888 138.639,124.762 138.664,124.646 138.685,124.529 138.706,124.413 138.735,124.248 138.761,124.083 138.782,123.916 138.793,123.82 138.806,123.724 138.814,123.627 138.839,123.358 138.856,123.086 138.856,122.812L138.856,112.295C138.856,110.725 140.129,109.451 141.699,109.451L145.798,109.451C147.408,109.451 148.945,109.154 150.377,108.635L143.601,137.116C143.144,139.037 141.427,140.394 139.452,140.394zM131.878,130.672L131.878,138.764C131.878,139.942 130.923,140.896 129.745,140.896L127.912,140.896C126.734,140.896 125.78,139.942 125.78,138.764L125.78,131.879C125.78,131.094 125.143,130.457 124.358,130.457L115.887,130.457C115.101,130.457 114.465,131.094 114.465,131.879L114.465,138.764C114.465,139.942 113.51,140.896 112.333,140.896L110.499,140.896C109.321,140.896 108.366,139.942 108.366,138.764L108.366,131.168C108.366,130.765 108.033,130.46 107.631,130.457 105.73,130.444 104.188,128.894 104.188,126.99L104.188,116.963C104.188,116.57 103.87,116.252 103.478,116.252 103.085,116.252 102.767,116.57 102.767,116.963L102.767,126.99C102.767,128.345 103.323,129.57 104.216,130.457L71.883,130.457C70.705,130.457 69.75,131.411 69.75,132.589L69.75,138.764C69.75,139.942 68.796,140.896 67.618,140.896L65.784,140.896C64.607,140.896 63.651,139.942 63.651,138.764L63.651,103.674C63.651,97.145 68.945,91.852 75.475,91.852L80.115,91.852C80.743,91.852 81.326,92.142 81.744,92.611 82.891,93.9 84.5,94.768 86.307,94.958L86.307,95.945C86.307,103.405 92.354,109.451 99.813,109.451L103.478,109.451 136.012,109.451C136.798,109.451 137.434,110.088 137.434,110.873L137.434,122.812C137.434,126.013 135.4,128.897 132.37,129.995 132.08,130.101 131.878,130.364 131.878,130.672zM115.472,140.394C115.728,139.903 115.887,139.354 115.887,138.764L115.887,133.3C115.887,132.515 116.523,131.879 117.308,131.879L122.936,131.879C123.722,131.879 124.358,132.515 124.358,133.3L124.358,138.764C124.358,139.354 124.516,139.903 124.772,140.394L115.472,140.394zM101.279,137.662L99.902,131.879 105.523,131.879C106.308,131.879 106.944,132.515 106.944,133.3L106.944,138.764C106.944,139.354 107.103,139.903 107.359,140.394L104.737,140.394C103.09,140.394 101.659,139.263 101.279,137.662zM93.401,140.394C93.657,139.903 93.816,139.354 93.816,138.764L93.816,133.3C93.816,132.515 94.452,131.879 95.238,131.879L98.441,131.879 100.467,140.394 93.401,140.394zM92.394,138.764C92.394,139.942 91.439,140.896 90.262,140.896L88.428,140.896C87.25,140.896 86.295,139.942 86.295,138.764L86.295,132.589C86.295,132.197 86.614,131.879 87.006,131.879L91.683,131.879C92.076,131.879 92.394,132.197 92.394,132.589L92.394,138.764zM70.757,140.394C71.013,139.903 71.172,139.354 71.172,138.764L71.172,134.011C71.172,132.833 72.127,131.879 73.304,131.879L83.452,131.879C84.237,131.879 84.873,132.515 84.873,133.3L84.873,138.764C84.873,139.354 85.032,139.903 85.288,140.394L70.757,140.394zM81.365,77.653C81.365,74.512 83.912,71.966 87.052,71.966L97.43,71.966C97.824,71.966 98.141,71.648 98.141,71.256 98.141,70.863 97.824,70.545 97.43,70.545L94.203,70.545 89.534,70.545C88.595,70.545 87.912,69.649 88.159,68.744 89.556,63.616 94.249,59.835 99.813,59.835L102.765,59.835 113.154,59.835C113.162,60.024 113.19,60.215 113.262,60.404 113.449,60.899 113.81,61.233 114.162,61.532 119.115,65.733 125.396,68.235 132.326,68.766 132.714,68.795 133.107,68.81 133.504,68.81 134.986,68.81 136.518,68.603 137.994,68.202 139.969,67.664 141.736,66.798 143.101,65.697 143.407,65.451 143.455,65.003 143.208,64.697 143.202,64.69 143.194,64.687 143.187,64.68 142.938,64.393 142.507,64.349 142.209,64.59 140.995,65.569 139.409,66.343 137.621,66.83 135.904,67.298 134.111,67.477 132.435,67.348 125.805,66.84 119.805,64.454 115.082,60.447 114.862,60.261 114.658,60.078 114.591,59.899 114.474,59.594 114.75,59.17 115.081,58.967 115.515,58.699 116.087,58.618 116.693,58.533L116.84,58.512C117.712,58.387 118.589,58.219 119.448,58.012 121.956,57.408 124.365,56.467 126.609,55.215 127.284,54.839 127.95,54.431 128.592,54.037 129.832,53.277 131.003,52.559 132.279,52.017 134.652,51.009 137.528,51.045 139.972,52.113L140.021,52.135C142.15,53.074 142.143,56.073 140.027,57.039 137.84,58.038 135.476,58.747 132.994,59.132 132.606,59.193 132.341,59.556 132.4,59.944 132.455,60.295 132.758,60.545 133.102,60.545 133.138,60.545 133.175,60.543 133.212,60.538 137.253,59.91 141,58.462 144.226,56.336 144.232,56.338 144.235,56.339 144.241,56.341 145.145,58.645 145.078,60.72 144.044,62.502 143.854,62.829 143.96,63.24 144.271,63.446 144.284,63.454 144.29,63.466 144.301,63.473 144.641,63.67 145.076,63.555 145.273,63.215 145.473,62.871 145.643,62.516 145.784,62.151 146.33,60.737 147.812,59.921 149.265,60.356 154.243,61.847 157.883,66.461 157.883,71.919L157.883,73.056C157.883,73.841 157.247,74.478 156.461,74.478L145.833,74.478C145.44,74.478 145.122,74.796 145.122,75.189 145.122,75.581 145.44,75.9 145.833,75.9L158.945,75.9C161.379,75.9 163.352,77.873 163.352,80.307L163.352,85.851C163.352,92.526 157.942,97.936 151.268,97.936L139.434,97.936 137.619,97.936C130.945,97.936 125.535,92.526 125.535,85.851L125.535,80.307C125.535,77.873 127.508,75.9 129.942,75.9L133.33,75.9 137.619,75.9C138.012,75.9 138.33,75.581 138.33,75.189 138.33,74.796 138.012,74.478 137.619,74.478L129.942,74.478C126.723,74.478 124.113,77.087 124.113,80.307L124.113,85.851C124.113,93.311 130.16,99.357 137.619,99.357L151.268,99.357C153.107,99.357 154.859,98.987 156.459,98.318 157.022,98.082 157.593,98.586 157.429,99.174 156.015,104.274 151.342,108.03 145.798,108.03L102.765,108.03 99.813,108.03C96.206,108.03 92.969,106.45 90.754,103.944 87.914,100.73 89.881,95.626 94.123,94.999L94.126,94.998 97.43,94.998C97.824,94.998 98.141,94.679 98.141,94.287 98.141,93.894 97.824,93.576 97.43,93.576L87.052,93.576C83.912,93.576 81.365,91.03 81.365,87.889L81.365,77.653zM45.139,140.394L44.979,140.394 44.979,135.418 44.979,128.309 44.979,124.059 44.979,114.675C45.082,114.707 45.182,114.745 45.286,114.773 45.867,114.925 46.456,114.998 47.041,114.998 47.058,114.998 47.074,114.998 47.091,114.998 49.166,114.983 50.744,116.834 50.264,118.854L45.139,140.394zM42.043,110.444C41.33,108.979 41.292,107.281 41.938,105.786 42.819,103.747 44.856,102.42 47.063,102.42 47.151,102.42 47.24,102.423 47.328,102.427L56.503,102.87 56.504,102.87C56.793,102.883 56.922,103.087 56.965,103.174 57.007,103.261 57.087,103.488 56.92,103.725L51.614,111.223C50.28,113.109 47.88,113.982 45.646,113.397 44.07,112.985 42.757,111.908 42.043,110.444zM31.618,140.394L26.038,140.394C25.121,140.394 24.443,139.536 24.656,138.643L28.137,124.012C28.31,123.283 29.347,123.283 29.52,124.012L33.001,138.643C33.214,139.536 32.536,140.394 31.618,140.394zM31.105,90.561C30.827,90.284 30.377,90.284 30.1,90.562 29.822,90.84 29.823,91.29 30.1,91.567 32.661,94.128 34.876,96.939 36.734,99.943 37.04,100.438 36.957,101.081 36.546,101.493L36.537,101.502C31.923,106.116 24.413,106.117 19.799,101.502 15.969,97.673 14.584,84.557 14.208,79.934 14.172,79.496 14.533,79.136 14.97,79.172 19.593,79.547 32.707,80.932 36.537,84.762 39.935,88.16 40.827,93.125 39.22,97.349 38.844,98.338 37.506,98.48 36.914,97.602 35.225,95.102 33.286,92.743 31.105,90.561zM41.365,64.628C40.793,65.558 39.447,65.543 38.912,64.592 36.816,60.872 34.207,57.411 31.105,54.308 30.827,54.031 30.377,54.031 30.1,54.309 29.822,54.587 29.823,55.037 30.1,55.314 32.526,57.74 34.642,60.393 36.437,63.22 38.104,65.849 36.519,69.308 33.439,69.761 29.866,70.285 26.098,69.179 23.353,66.433 20.888,63.969 19.436,57.659 18.614,52.241 17.966,47.974 21.651,44.31 25.918,44.958 31.331,45.78 37.748,47.119 40.092,49.694 45.535,55.678 43.189,61.659 41.365,64.628zM51.224,62.296C54.84,58.681 66.736,57.244 71.943,56.778 72.826,56.699 73.561,57.435 73.482,58.318 73.017,63.525 71.579,75.42 67.964,79.035 65.728,81.271 62.756,82.502 59.594,82.502 57.522,82.502 55.534,81.969 53.78,80.973 52.37,80.171 51.966,78.296 52.878,76.954 54.37,74.761 56.063,72.682 57.947,70.741 58.217,70.462 58.218,70.021 57.943,69.747 57.662,69.466 57.202,69.467 56.926,69.752 55.532,71.189 54.24,72.699 53.054,74.275 51.607,76.195 48.532,75.514 48.028,73.162 47.214,69.365 48.28,65.241 51.224,62.296zM252.272,118.044C251.155,116.474 249.916,114.975 248.556,113.564 248.279,113.278 247.818,113.278 247.537,113.559L247.536,113.559C247.263,113.833 247.264,114.272 247.533,114.552 248.716,115.779 250.132,118.084 251.116,119.808 251.912,121.204 251.396,122.991 249.968,123.732 246.364,125.605 241.806,125.031 238.785,122.01 235.954,119.179 234.765,110.043 234.344,105.584 234.26,104.695 235.003,103.953 235.892,104.037 240.35,104.457 249.484,105.645 252.317,108.478 254.796,110.957 255.622,114.468 254.803,117.64 254.504,118.796 252.964,119.017 252.272,118.044zM262.241,96.206C262.295,93.25 263.447,90.311 265.698,88.059 269.312,84.444 281.204,83.007 286.412,82.541 287.297,82.461 288.034,83.199 287.955,84.083 287.489,89.291 286.053,101.181 282.437,104.798 278.875,108.36 273.59,109.169 269.243,107.231 267.172,106.308 266.451,103.733 267.767,101.887 269.114,99.998 270.613,98.199 272.258,96.504 272.529,96.225 272.53,95.784 272.255,95.51L272.255,95.509C271.975,95.229 271.514,95.23 271.238,95.514 270.289,96.493 269.388,97.506 268.535,98.55 266.401,101.161 262.181,99.577 262.241,96.206zM261.832,113.387C263.016,109.985 266.678,107.998 270.115,109.075 271.399,109.478 272.732,109.68 274.067,109.68 277.462,109.68 280.857,108.388 283.442,105.803 288.477,100.768 289.522,82.457 289.564,81.68 289.574,81.478 289.499,81.281 289.357,81.139 289.214,80.996 289.014,80.922 288.815,80.932 288.039,80.974 269.727,82.019 264.693,87.053 260.575,91.171 259.747,97.339 262.19,102.291 263.138,104.212 263.256,106.435 262.345,108.372 259.42,114.589 257.871,121.421 257.871,128.496L257.871,129.553C257.172,127.173 256.244,124.874 255.102,122.675 254.76,122.018 254.776,121.242 255.137,120.595 257.472,116.413 256.872,111.023 253.322,107.472 249.163,103.313 234.114,102.455 233.475,102.42 233.276,102.41 233.077,102.484 232.934,102.627 232.791,102.769 232.716,102.966 232.727,103.168 232.762,103.807 233.621,118.856 237.78,123.015 239.923,125.157 242.737,126.229 245.551,126.229 247.578,126.229 249.605,125.673 251.381,124.562 252.472,123.879 253.913,124.354 254.399,125.545 255.644,128.6 257.564,133.749 257.871,137.138L257.871,138.538C257.871,139.563 257.04,140.394 256.015,140.394L254.656,140.394C254.656,140.384 254.658,140.375 254.658,140.365 254.658,137.707 252.496,135.544 249.837,135.544L244.071,135.544C243.136,134.725 241.916,134.226 240.579,134.226L238.325,134.226C235.389,134.226 233.008,136.606 233.008,139.542L233.008,140.353C233.008,140.367 233.012,140.379 233.012,140.394L233.011,140.394C231.417,140.394 230.033,139.3 229.664,137.749L223.478,111.749C222.837,109.054 222.513,106.292 222.513,103.522L222.513,100.24C222.513,98.277 224.104,96.685 226.067,96.685L239.281,96.685C239.763,96.685 240.235,96.547 240.64,96.288L250.403,90.046C250.968,89.686 251.411,89.136 251.564,88.484 251.816,87.407 251.366,86.348 250.476,85.779L240.641,79.49C240.235,79.231 239.763,79.093 239.281,79.093L235.066,79.093C235.083,79.101 234.926,79.109 234.666,79.118 234.549,79.101 234.431,79.093 234.312,79.093L222.513,79.093 222.513,73.828C222.513,72.65 223.467,71.696 224.645,71.696L238.058,71.696C238.077,71.696 238.095,71.692 238.113,71.691 238.315,71.694 238.554,71.696 238.846,71.696L242.574,71.696C243.959,71.696 245.092,70.563 245.092,69.178L245.092,56.61C245.092,55.225 243.969,54.103 242.584,54.103L238.847,54.103C238.554,54.103 238.317,54.104 238.119,54.107 238.099,54.107 238.079,54.103 238.058,54.103L224.645,54.103C223.467,54.103 222.513,53.148 222.513,51.97L222.513,43.622C222.513,41.287 217.035,40.224 211.945,40.224 211.332,40.224 210.714,40.239 210.101,40.271 208.035,40.377 206.177,39.03 205.698,37.018L200.837,16.588C200.761,16.267 200.474,16.041 200.146,16.041 199.817,16.041 199.53,16.267 199.454,16.588L191.177,51.377C190.871,52.666 189.887,53.73 188.594,54.018 186.707,54.437 184.925,53.266 184.495,51.483L174.854,11.566C174.778,11.246 174.492,11.02 174.163,11.02 173.834,11.02 173.548,11.246 173.472,11.566L160.938,64.245C160.847,64.628 161.083,65.011 161.465,65.102L161.465,65.102C161.847,65.194 162.23,64.956 162.321,64.574L172.088,23.521C172.609,21.337 175.718,21.337 176.237,23.521L183.591,54.428 183.507,54.487C183.5,54.492 183.491,54.495 183.484,54.5L173.721,60.742C173.157,61.103 172.714,61.651 172.56,62.303 172.307,63.379 172.757,64.44 173.648,65.009L183.484,71.298C183.496,71.306 183.509,71.31 183.52,71.321 183.812,71.622 184.271,71.695 184.691,71.695L186.233,71.696 185.088,76.864C184.8,78.166 183.646,79.093 182.312,79.093L181.098,79.093C180.618,79.093 180.172,79.235 179.789,79.469 179.068,79.91 178.58,80.697 178.58,81.601L178.58,94.178C178.58,95.326 179.364,96.286 180.422,96.582L171.307,134.895C168.937,135.213 167.102,137.243 167.102,139.699L167.102,140.394 144.282,140.394 152.007,107.927C156.122,105.786 158.991,101.592 159.266,96.71 162.598,94.248 164.774,90.303 164.774,85.851L164.774,80.307C164.774,77.215 162.351,74.684 159.304,74.496L159.304,74.184 159.304,71.919C159.304,65.252 154.445,59.71 148.084,58.622 147.048,58.445 146.17,57.718 145.872,56.71 145.818,56.528 145.759,56.344 145.692,56.16 145.612,55.936 145.515,55.72 145.417,55.505 147.072,54.275 148.57,52.857 149.869,51.265 150.117,50.961 150.072,50.513 149.768,50.264 149.464,50.016 149.016,50.062 148.768,50.366 148.219,51.038 147.633,51.678 147.013,52.284 145.954,53.318 144.262,53.442 143.151,52.463 142.397,51.798 141.521,51.24 140.541,50.811 137.747,49.588 134.45,49.55 131.723,50.709 130.35,51.292 129.079,52.071 127.85,52.825 127.211,53.217 126.571,53.61 125.917,53.974 123.786,55.163 121.497,56.056 119.115,56.63 118.299,56.827 117.466,56.987 116.638,57.105L116.494,57.126C115.804,57.223 115.022,57.333 114.336,57.756 114.072,57.919 113.83,58.148 113.629,58.413L99.813,58.413C92.819,58.413 87.05,63.758 86.375,70.579 86.028,70.612 85.691,70.676 85.36,70.757L79.505,46.146C79.413,45.763 79.03,45.527 78.649,45.618 78.267,45.709 78.031,46.093 78.122,46.474L84.013,71.236C81.612,72.379 79.944,74.821 79.944,77.653L79.944,87.889C79.944,87.999 79.947,88.108 79.952,88.216 80.009,89.425 79.036,90.43 77.825,90.43L75.475,90.43C68.16,90.43 62.23,96.36 62.23,103.674L62.23,138.764C62.23,139.354 62.389,139.903 62.644,140.394L46.601,140.394 53.494,111.419C53.587,111.029 53.753,110.661 53.985,110.334L58.023,104.627C58.351,104.163 58.519,103.586 58.406,103.03 58.22,102.121 57.453,101.492 56.572,101.449L55.152,101.38 47.397,101.007C47.133,100.994 46.872,100.997 46.612,101.015 45.749,101.074 45.046,100.348 45.105,99.484 45.573,92.744 47.492,86.293 50.713,80.488 51.986,81.642 53.445,82.523 55.019,83.103 57.007,83.834 58.082,85.993 57.593,88.053L55.86,95.337C55.769,95.719 56.005,96.102 56.386,96.193 56.441,96.206 56.497,96.213 56.551,96.213 56.873,96.213 57.165,95.993 57.242,95.666L60.041,83.902C63.414,83.791 66.571,82.439 68.969,80.04 74.003,75.006 75.049,56.694 75.091,55.918 75.101,55.716 75.026,55.519 74.884,55.376 74.741,55.233 74.546,55.156 74.342,55.169 74.025,55.186 70.772,55.372 66.696,55.929L72.842,30.096C73.016,29.368 74.052,29.368 74.226,30.096L75.111,33.821C75.202,34.203 75.586,34.439 75.968,34.348 76.35,34.258 76.586,33.874 76.495,33.492L74.225,23.955C74.149,23.634 73.863,23.408 73.534,23.408 73.205,23.408 72.918,23.634 72.842,23.955L66.256,51.636C65.622,54.306 63.505,56.367 60.821,56.94 56.475,57.868 52.259,59.252 50.219,61.291 45.244,66.267 45.072,74.237 49.675,79.437 47.593,83.111 46.007,87.037 44.979,91.139L44.979,87.806C44.979,82.533 42.775,73.641 41.688,69.579 41.351,68.32 41.617,66.984 42.392,65.935 46.223,60.75 45.791,53.384 41.097,48.689 36.062,43.655 17.751,42.609 16.974,42.567 16.77,42.555 16.575,42.632 16.433,42.774 16.29,42.917 16.214,43.114 16.225,43.316 16.267,44.092 17.313,62.404 22.347,67.438 24.932,70.023 28.327,71.315 31.722,71.315 33.325,71.315 34.927,71.022 36.444,70.441 38.264,69.743 40.326,70.726 40.972,72.566 42.669,77.398 43.558,82.532 43.558,87.806L43.558,101.184C43.558,101.632 43.35,102.059 42.985,102.32 42.694,102.527 42.418,102.757 42.162,103.007 41.462,103.688 40.322,103.527 39.88,102.655 39.764,102.427 39.646,102.199 39.527,101.973 39.176,101.31 39.185,100.518 39.568,99.873 42.574,94.79 41.907,88.121 37.543,83.757 32.508,78.723 14.196,77.677 13.419,77.635 13.218,77.627 13.021,77.699 12.878,77.842 12.736,77.985 12.66,78.182 12.671,78.384 12.713,79.16 13.759,97.472 18.793,102.507 21.378,105.092 24.772,106.384 28.167,106.384 31.562,106.384 34.958,105.091 37.543,102.507 37.69,102.359 37.818,102.201 37.958,102.048 38.723,103.445 39.414,104.878 40.027,106.344 40.128,106.585 40.15,106.849 40.117,107.107 39.944,108.448 40.16,109.824 40.766,111.066 41.135,111.826 41.64,112.496 42.236,113.065 43.106,116.62 43.558,120.305 43.558,124.059L43.558,128.309 43.558,135.418 43.558,140.394 43.187,140.394C42.5,140.394 41.911,139.903 41.788,139.225L41.395,137.056C41.325,136.67 40.954,136.414 40.569,136.483 40.183,136.554 39.926,136.923 39.996,137.31L40.252,138.719C40.41,139.591 39.739,140.394 38.853,140.394L37.125,140.394C35.808,140.394 34.664,139.49 34.359,138.209L29.519,117.869C29.443,117.549 29.158,117.323 28.828,117.323 28.499,117.323 28.213,117.549 28.137,117.869L23.298,138.209C22.993,139.49 21.849,140.394 20.531,140.394L18.335,140.394C17.86,140.394 17.475,140.008 17.475,139.534L17.475,139.202C17.475,138.809 17.156,138.491 16.764,138.491 16.372,138.491 16.053,138.809 16.053,139.202L16.053,139.534C16.053,140.008 15.668,140.394 15.194,140.394 14.719,140.394 14.334,140.008 14.334,139.534L14.334,137.183C14.334,136.79 14.015,136.472 13.623,136.472 13.23,136.472 12.912,136.79 12.912,137.183L12.912,139.534C12.912,140.008 12.527,140.394 12.052,140.394L0.711,140.394C0.319,140.394 0,140.711 0,141.105 0,141.498 0.319,141.815 0.711,141.815L45.701,141.815 204.943,141.815 229.731,141.815 234.47,141.815 240.643,141.815 244.434,141.815 253.208,141.815 276.387,141.815C276.781,141.815 277.098,141.498 277.098,141.105 277.098,140.711 276.781,140.394 276.387,140.394L267.668,140.394C267.107,140.394 266.692,139.872 266.817,139.325L267.081,138.18C267.169,137.798 266.93,137.416 266.548,137.328 266.167,137.24 265.784,137.477 265.696,137.861L265.268,139.717C265.177,140.113 264.824,140.394 264.418,140.394 263.936,140.394 263.545,140.003 263.545,139.521L263.545,137.18C263.545,136.787 263.227,136.469 262.834,136.469 262.441,136.469 262.123,136.787 262.123,137.18L262.123,139.521C262.123,140.003 261.733,140.394 261.251,140.394L261.249,140.394C260.258,140.394 259.449,139.615 259.399,138.627 259.373,138.113 259.337,137.602 259.292,137.093L259.292,128.496C259.292,123.27 260.164,118.18 261.832,113.387zM280.768,140.394L279.608,140.394C279.214,140.394 278.897,140.711 278.897,141.105 278.897,141.498 279.214,141.815 279.608,141.815L280.768,141.815C281.161,141.815 281.479,141.498 281.479,141.105 281.479,140.711 281.161,140.394 280.768,140.394" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M103.382,36.147C103.008,35.237 104.151,34.478 104.901,35.114 107.741,37.523 110.827,38.15 111.018,38.186 111.063,38.194 111.107,38.198 111.151,38.198 111.485,38.198 111.783,37.961 111.848,37.621 111.921,37.235 111.669,36.864 111.284,36.789 111.238,36.781 107.778,36.076 105.008,33.267 104.537,32.789 104.698,31.962 105.325,31.721 105.359,31.709 105.393,31.696 105.426,31.684 105.829,31.544 106.276,31.476 106.745,31.476 107.697,31.476 108.739,31.758 109.679,32.294 111.265,33.199 112.253,34.578 113.3,36.038 113.745,36.659 114.205,37.301 114.722,37.921L114.807,38.025C115.085,38.361 115.736,39.151 116.317,39.692 113.489,40.553 110.213,40.361 107.09,39.153 105.255,38.443 103.912,37.369 103.407,36.206 103.398,36.186 103.39,36.166 103.382,36.147M101.633,29.169C101.269,29.317 101.095,29.732 101.244,30.095 101.595,30.956 102.014,31.725 102.477,32.417 102.348,32.641 102.228,32.874 102.127,33.125 101.614,34.403 101.606,35.63 102.103,36.773 103.002,38.839 105.291,39.981 106.577,40.479 108.577,41.253 110.641,41.644 112.637,41.644 114.052,41.644 115.433,41.448 116.732,41.052 117.197,40.911 117.548,40.547 117.672,40.079 117.794,39.614 117.671,39.127 117.339,38.777 116.803,38.209 116.149,37.418 115.904,37.12L115.814,37.012 115.814,37.011C115.33,36.431 114.886,35.81 114.456,35.21 113.366,33.689 112.239,32.117 110.385,31.059 108.606,30.045 106.578,29.777 104.959,30.342 104.38,30.544 103.87,30.85 103.429,31.242 103.108,30.724 102.81,30.172 102.56,29.558 102.412,29.194 101.997,29.018 101.633,29.169M149.629,11.549C149.637,11.546 149.642,11.54 149.65,11.536 150.004,11.397 150.19,11.004 150.062,10.642 148.946,7.485 148.851,4.203 149.734,1.412 150.318,1.998 151.087,2.671 151.416,2.959L151.518,3.049C152.123,3.584 152.752,4.063 153.359,4.526 154.787,5.615 156.137,6.644 156.995,8.256 157.754,9.683 157.939,11.32 157.479,12.525L157.472,12.541C157.212,13.216 156.344,13.37 155.846,12.846 154.728,11.674 153.972,10.411 153.483,9.346 153.319,8.989 152.897,8.833 152.54,8.997 152.184,9.161 152.027,9.583 152.191,9.94 152.687,11.019 153.421,12.285 154.488,13.49 154.907,13.964 154.573,14.732 153.943,14.688 153.422,14.65 152.931,14.475 152.462,14.162 152.152,13.955 151.746,14.031 151.518,14.316 151.505,14.333 151.488,14.342 151.476,14.359 151.258,14.686 151.346,15.127 151.673,15.345 152.439,15.855 153.28,16.113 154.163,16.112 154.741,16.112 155.337,16.003 155.94,15.781 156.196,15.687 156.434,15.573 156.663,15.449 157.341,15.933 158.094,16.377 158.944,16.753 159.037,16.794 159.135,16.814 159.231,16.814 159.504,16.814 159.763,16.657 159.881,16.391 160.04,16.032 159.878,15.612 159.519,15.453 158.912,15.184 158.372,14.867 157.864,14.532 158.268,14.103 158.588,13.603 158.807,13.032 159.419,11.43 159.211,9.395 158.249,7.588 157.246,5.702 155.708,4.53 154.22,3.395 153.633,2.948 153.027,2.486 152.461,1.985L152.353,1.889C152.062,1.635 151.291,0.96 150.741,0.408 150.4,0.067 149.919,-0.074 149.45,0.038 148.978,0.147 148.605,0.488 148.449,0.948 147.403,4.049 147.5,7.66 148.722,11.116 148.853,11.486 149.257,11.681 149.629,11.549M98.49,16.115L99.563,16.115 99.563,17.189C99.563,17.581 99.882,17.899 100.274,17.899 100.667,17.899 100.985,17.581 100.985,17.189L100.985,16.115 102.058,16.115C102.451,16.115 102.769,15.797 102.769,15.404 102.769,15.012 102.451,14.693 102.058,14.693L100.985,14.693 100.985,13.62C100.985,13.228 100.667,12.909 100.274,12.909 99.882,12.909 99.563,13.228 99.563,13.62L99.563,14.693 98.49,14.693C98.097,14.693 97.779,15.012 97.779,15.404 97.779,15.797 98.097,16.115 98.49,16.115M145.172,38.198L146.245,38.198 146.245,39.272C146.245,39.664 146.564,39.982 146.956,39.982 147.349,39.982 147.667,39.664 147.667,39.272L147.667,38.198 148.74,38.198C149.133,38.198 149.451,37.88 149.451,37.487 149.451,37.095 149.133,36.776 148.74,36.776L147.667,36.776 147.667,35.703C147.667,35.311 147.349,34.992 146.956,34.992 146.564,34.992 146.245,35.311 146.245,35.703L146.245,36.776 145.172,36.776C144.779,36.776 144.461,37.095 144.461,37.487 144.461,37.88 144.779,38.198 145.172,38.198M247.138,24.831L248.211,24.831 248.211,25.904C248.211,26.296 248.529,26.615 248.922,26.615 249.314,26.615 249.633,26.296 249.633,25.904L249.633,24.831 250.706,24.831C251.098,24.831 251.417,24.512 251.417,24.12 251.417,23.727 251.098,23.409 250.706,23.409L249.633,23.409 249.633,22.336C249.633,21.943 249.314,21.625 248.922,21.625 248.529,21.625 248.211,21.943 248.211,22.336L248.211,23.409 247.138,23.409C246.745,23.409 246.427,23.727 246.427,24.12 246.427,24.512 246.745,24.831 247.138,24.831M130.002,18.741C130.184,18.741 130.366,18.671 130.505,18.532L131.346,17.691C131.624,17.413 131.624,16.963 131.346,16.685 131.068,16.408 130.618,16.408 130.341,16.685L129.5,17.527C129.222,17.805 129.222,18.255 129.5,18.532 129.638,18.671 129.82,18.741 130.002,18.741M125.797,22.946C125.979,22.946 126.16,22.876 126.299,22.738L127.141,21.897C127.418,21.62 127.418,21.169 127.141,20.892 126.863,20.614 126.413,20.614 126.136,20.892L125.294,21.733C125.016,22.01 125.016,22.46 125.294,22.738 125.433,22.876 125.615,22.946 125.797,22.946M130.341,22.738C130.479,22.876 130.661,22.946 130.843,22.946 131.025,22.946 131.207,22.876 131.346,22.738 131.624,22.46 131.624,22.01 131.346,21.733L130.505,20.892C130.227,20.614 129.778,20.614 129.5,20.892 129.222,21.169 129.222,21.619 129.5,21.897L130.341,22.738zM126.135,18.532C126.274,18.671 126.456,18.741 126.638,18.741 126.82,18.741 127.002,18.671 127.14,18.532 127.418,18.254 127.418,17.805 127.14,17.527L126.299,16.686C126.022,16.408 125.572,16.408 125.294,16.686 125.016,16.963 125.016,17.413 125.294,17.691L126.135,18.532zM115.014,85.614C116.773,85.614 118.213,84.175 118.213,82.416 118.213,80.656 116.773,79.217 115.014,79.217 113.255,79.217 111.815,80.656 111.815,82.416 111.815,84.175 113.255,85.614 115.014,85.614" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_addfriends_notconnected_light.xml to/res/drawable-anydpi-v24/img_addfriends_notconnected_light.xml
*** from/res/drawable-anydpi-v24/img_addfriends_notconnected_light.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/img_addfriends_notconnected_light.xml 2021-01-11 15:14:01.475588308 -0700
***************
*** 2,17 ****
<vector android:height="148.0dip" android:width="295.0dip" android:viewportWidth="295.0" android:viewportHeight="148.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff6f6f7" android:pathData="M148.663,125.735C148.663,128.675 146.278,131.059 143.339,131.059L112.673,131.059C108.215,131.059 104.6,134.673 104.6,139.131C104.6,143.588 108.215,147.202 112.673,147.202L267.029,147.202C277.972,147.202 286.842,138.332 286.842,127.389L286.842,127.381C286.842,116.438 277.972,107.568 267.029,107.568L248.999,107.568C239.272,107.568 231.387,99.683 231.387,89.956C231.387,80.229 239.272,72.344 248.999,72.344L255.628,72.344C274.245,72.344 289.337,57.252 289.337,38.636C289.337,20.018 274.245,4.926 255.628,4.926L122.455,4.926C109.073,4.926 98.226,15.775 98.226,29.157C98.226,42.539 109.073,53.387 122.455,53.387L134.563,53.387C138.746,53.387 142.136,56.777 142.136,60.959L142.136,60.964C142.136,65.147 138.746,68.538 134.563,68.538L26.677,68.538C12.354,68.538 0.744,80.148 0.744,94.471L0.744,94.476C0.744,108.799 12.354,120.41 26.677,120.41L143.339,120.41C146.278,120.41 148.663,122.793 148.663,125.735" android:fillAlpha="0.9" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M59.395,111.604L55.166,111.604L55.166,113.806C55.166,114.211 54.838,114.539 54.432,114.539L52.231,114.539L52.231,117.475L56.634,117.475C57.039,117.475 57.368,117.803 57.368,118.209L57.368,122.612L57.368,126.281L59.395,126.281L59.395,111.604Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M188.543,113.806L188.543,107.47L188.079,107.47C188.029,107.47 187.986,107.452 187.94,107.443C187.892,107.446 187.845,107.455 187.795,107.457C185.91,108.936 184.692,111.228 184.692,113.806L184.692,117.328C184.692,118.704 183.573,119.823 182.197,119.823L174.272,119.823C172.491,119.823 171.043,121.272 171.043,123.052C171.043,124.832 172.491,126.281 174.272,126.281L196.297,126.281C191.71,123.996 188.543,119.269 188.543,113.806" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M213.498,118.355L224.506,118.355C225.072,118.355 225.533,117.895 225.533,117.328L225.533,113.806C225.533,108.546 229.812,104.266 235.073,104.266L236.756,104.266C237.2,104.266 237.563,103.904 237.563,103.459 237.563,103.014 237.2,102.651 236.756,102.651L222.657,102.651 222.657,103.803C222.657,105.825 221.014,107.471 218.993,107.471L216.073,107.471C216.024,107.471 215.979,107.452 215.933,107.442 215.838,107.449 215.748,107.471 215.651,107.471 213.636,107.471 211.997,105.832 211.997,103.817 211.997,102.436 210.878,101.316 209.502,101.316L200.987,101.316 200.987,116.082C200.987,119.535 200.169,122.8 198.723,125.698 199.912,126.075 201.175,126.281 202.486,126.281L206.381,126.281 210.096,126.281C209.296,125.438 208.802,124.302 208.802,123.052 208.802,120.462 210.909,118.355 213.498,118.355M226.402,93.258C226.968,93.258 227.429,92.793 227.43,92.221 227.433,89.029 229.093,86.221 231.591,84.599L218.599,84.599C221.023,86.039 222.657,88.676 222.657,91.695L222.657,93.258 226.402,93.258z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M194.662,103.811C194.662,105.829 193.022,107.47 191.004,107.47L190.011,107.47L190.011,113.805C190.011,118.852 193.029,123.199 197.35,125.162C198.734,122.431 199.519,119.347 199.519,116.083L199.519,101.316L197.157,101.316C195.782,101.316 194.662,102.436 194.662,103.811" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M238.985,83.132L241.966,83.132 242.033,83.132C247.82,83.132 252.685,79.165 254.088,73.812L252.319,73.812C252.167,73.812 252.018,73.797 251.866,73.789 251.715,73.797 251.566,73.812 251.414,73.812L247.504,73.812C246.425,78.164 243.181,81.678 238.985,83.132M202.133,79.606C201.501,79.606 200.987,80.12 200.987,80.752L200.987,83.132 203.279,83.132 203.279,80.752C203.279,80.12 202.765,79.606 202.133,79.606" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M189.039,81.827C189.39,81.451 189.851,81.193 190.363,81.102C190.985,80.99 191.623,80.934 192.258,80.934L193.873,80.934C195.128,80.934 196.151,81.903 196.258,83.131L199.519,83.131L199.519,80.752C199.519,79.31 200.692,78.138 202.133,78.138C203.575,78.138 204.747,79.31 204.747,80.752L204.747,83.131L207.21,83.131C207.317,81.903 208.339,80.934 209.594,80.934L211.21,80.934C211.845,80.934 212.483,80.99 213.105,81.102C213.773,81.221 214.361,81.622 214.719,82.202C214.896,82.488 215.008,82.806 215.054,83.131L236.529,83.131L238.985,83.131C243.18,81.678 246.425,78.165 247.504,73.812L246.448,73.812C241.593,73.812 237.642,69.862 237.642,65.006L237.642,54.732C237.642,51.017 239.958,47.84 243.218,46.548C242.119,40.325 236.684,35.58 230.151,35.58L200.598,35.58L195.462,35.58L194.56,35.58C187.681,35.58 182.085,41.175 182.085,48.055L182.085,48.495L194.525,48.495C194.93,48.495 195.259,48.823 195.259,49.228L202.27,49.228C202.27,48.823 202.599,48.495 203.004,48.495L210.929,48.495C214.248,48.495 216.947,51.194 216.947,54.512L216.947,60.236C216.947,67.924 210.692,74.179 203.004,74.179L188.914,74.179C186.495,74.179 184.218,73.556 182.232,72.468C182.834,76.582 185.445,80.042 189.039,81.827" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M210.049,54.512L210.049,60.236C210.049,65.999 206.303,70.918 201.131,72.711L203.004,72.711C209.883,72.711 215.479,67.115 215.479,60.236L215.479,54.512C215.479,52.003 213.438,49.962 210.929,49.962L207.432,49.962C208.993,50.883 210.049,52.578 210.049,54.512" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M200.441,65.236C200.441,66.422 199.471,67.392 198.284,67.392L193.972,67.392C192.785,67.392 191.815,66.422 191.815,65.236C191.815,64.05 192.785,63.08 193.972,63.08L198.284,63.08C199.471,63.08 200.441,64.05 200.441,65.236M181.488,65.236C181.488,64.05 182.458,63.08 183.644,63.08L186.232,63.08C187.418,63.08 188.389,64.05 188.389,65.236C188.389,66.422 187.418,67.392 186.232,67.392L183.644,67.392C182.458,67.392 181.488,66.422 181.488,65.236M194.525,49.963L180.989,49.963C178.48,49.963 176.439,52.003 176.439,54.512L176.439,60.236C176.439,67.115 182.035,72.711 188.914,72.711L201.13,72.711C206.303,70.918 210.049,65.999 210.049,60.236L210.049,54.512C210.049,52.578 208.993,50.883 207.432,49.963L203.004,49.963C202.598,49.963 202.27,49.634 202.27,49.229L195.259,49.229C195.259,49.634 194.931,49.963 194.525,49.963" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M193.971,63.08C192.785,63.08 191.815,64.05 191.815,65.236 191.815,66.422 192.785,67.392 193.971,67.392L198.284,67.392C199.471,67.392 200.441,66.422 200.441,65.236 200.441,64.05 199.471,63.08 198.284,63.08L193.971,63.08zM183.644,67.392L186.232,67.392C187.418,67.392 188.388,66.422 188.388,65.236 188.388,64.05 187.418,63.08 186.232,63.08L183.644,63.08C182.458,63.08 181.488,64.05 181.488,65.236 181.488,66.422 182.458,67.392 183.644,67.392M254.241,41.914C254.632,41.804 255.036,42.033 255.145,42.423 255.227,42.718 255.301,43.016 255.367,43.318 255.452,43.714 255.2,44.104 254.805,44.19 254.792,44.192 254.78,44.192 254.769,44.193 254.862,44.761 254.921,45.339 254.947,45.926L256.55,45.926C257.006,45.926 257.451,45.972 257.888,46.039 257.652,40.002 253.574,34.938 248.026,33.249 250.518,34.691 252.605,36.828 253.991,39.497 254.177,39.857 254.037,40.3 253.677,40.487 253.667,40.492 253.655,40.492 253.645,40.496 253.859,40.961 254.049,41.438 254.213,41.929 254.223,41.925 254.231,41.917 254.241,41.914" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M196.321,34.112L201.458,34.112L230.151,34.112C237.344,34.112 243.336,39.294 244.628,46.117C245.216,45.993 245.825,45.927 246.448,45.927L251.413,45.927C251.557,45.927 251.698,45.943 251.841,45.951C252.001,45.942 252.158,45.927 252.319,45.927L254.948,45.927C254.921,45.339 254.862,44.761 254.769,44.193C254.729,44.201 254.689,44.206 254.649,44.206C254.311,44.206 254.006,43.972 253.932,43.627C253.873,43.354 253.806,43.085 253.732,42.817C253.626,42.439 253.842,42.049 254.213,41.928C254.049,41.438 253.859,40.961 253.646,40.496C253.291,40.66 252.87,40.523 252.688,40.174C250.277,35.53 245.533,32.644 240.304,32.644L203.534,32.644L198.397,32.644C197.44,32.644 196.624,33.258 196.321,34.112" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M256.55,47.394L256.276,47.394C257.059,47.914 257.768,48.559 258.366,49.327C258.614,49.646 258.557,50.108 258.237,50.356C258.226,50.365 258.213,50.367 258.201,50.375C259.011,51.632 259.485,53.126 259.485,54.732L259.485,64.272C259.891,64.272 260.219,64.6 260.219,65.006C260.219,68.067 258.647,70.766 256.27,72.344L256.55,72.344C260.596,72.344 263.888,69.052 263.888,65.006L263.888,54.732C263.888,50.686 260.596,47.394 256.55,47.394" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M252.967,63.822C252.967,65.848 251.324,67.491 249.298,67.491L247.097,67.491C245.07,67.491 243.427,65.848 243.427,63.822L243.427,55.917C243.427,53.89 245.07,52.248 247.097,52.248L249.298,52.248C251.324,52.248 252.967,53.89 252.967,55.917L252.967,63.822ZM258.201,50.375C257.883,50.595 257.447,50.537 257.207,50.229C255.805,48.427 253.693,47.394 251.413,47.394L246.449,47.394C242.402,47.394 239.11,50.686 239.11,54.732L239.11,65.006C239.11,69.052 242.402,72.344 246.449,72.344L251.413,72.344C255.459,72.344 258.751,69.052 258.751,65.006C258.751,64.601 259.08,64.272 259.485,64.272L259.486,64.272L259.486,54.732C259.486,53.126 259.01,51.632 258.201,50.375Z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M249.298,52.248L247.097,52.248C245.07,52.248 243.427,53.89 243.427,55.917L243.427,63.822C243.427,65.848 245.07,67.491 247.097,67.491L249.298,67.491C251.324,67.491 252.967,65.848 252.967,63.822L252.967,55.917C252.967,53.89 251.324,52.248 249.298,52.248" android:fillType="evenOdd" />
--- 2,17 ----
<vector android:height="148.0dip" android:width="295.0dip" android:viewportWidth="295.0" android:viewportHeight="148.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff6f6f7" android:pathData="M148.663,125.735C148.663,128.675 146.278,131.059 143.339,131.059L112.673,131.059C108.215,131.059 104.6,134.673 104.6,139.131C104.6,143.588 108.215,147.202 112.673,147.202L267.029,147.202C277.972,147.202 286.842,138.332 286.842,127.389L286.842,127.381C286.842,116.438 277.972,107.568 267.029,107.568L248.999,107.568C239.272,107.568 231.387,99.683 231.387,89.956C231.387,80.229 239.272,72.344 248.999,72.344L255.628,72.344C274.245,72.344 289.337,57.252 289.337,38.636C289.337,20.018 274.245,4.926 255.628,4.926L122.455,4.926C109.073,4.926 98.226,15.775 98.226,29.157C98.226,42.539 109.073,53.387 122.455,53.387L134.563,53.387C138.746,53.387 142.136,56.777 142.136,60.959L142.136,60.964C142.136,65.147 138.746,68.538 134.563,68.538L26.677,68.538C12.354,68.538 0.744,80.148 0.744,94.471L0.744,94.476C0.744,108.799 12.354,120.41 26.677,120.41L143.339,120.41C146.278,120.41 148.663,122.793 148.663,125.735" android:fillAlpha="0.9" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M59.395,111.604L55.166,111.604L55.166,113.806C55.166,114.211 54.838,114.539 54.432,114.539L52.231,114.539L52.231,117.475L56.634,117.475C57.039,117.475 57.368,117.803 57.368,118.209L57.368,122.612L57.368,126.281L59.395,126.281L59.395,111.604Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M188.543,113.806L188.543,107.47L188.079,107.47C188.029,107.47 187.986,107.452 187.94,107.443C187.892,107.446 187.845,107.455 187.795,107.457C185.91,108.936 184.692,111.228 184.692,113.806L184.692,117.328C184.692,118.704 183.573,119.823 182.197,119.823L174.272,119.823C172.491,119.823 171.043,121.272 171.043,123.052C171.043,124.832 172.491,126.281 174.272,126.281L196.297,126.281C191.71,123.996 188.543,119.269 188.543,113.806" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M213.498,118.355L224.506,118.355C225.072,118.355 225.533,117.895 225.533,117.328L225.533,113.806C225.533,108.546 229.812,104.266 235.073,104.266L236.756,104.266C237.2,104.266 237.563,103.904 237.563,103.459 237.563,103.014 237.2,102.651 236.756,102.651L222.657,102.651 222.657,103.803C222.657,105.825 221.014,107.471 218.993,107.471L216.073,107.471C216.024,107.471 215.979,107.452 215.933,107.442 215.838,107.449 215.748,107.471 215.651,107.471 213.636,107.471 211.997,105.832 211.997,103.817 211.997,102.436 210.878,101.316 209.502,101.316L200.987,101.316 200.987,116.082C200.987,119.535 200.169,122.8 198.723,125.698 199.912,126.075 201.175,126.281 202.486,126.281L206.381,126.281 210.096,126.281C209.296,125.438 208.802,124.302 208.802,123.052 208.802,120.462 210.909,118.355 213.498,118.355M226.402,93.258C226.968,93.258 227.429,92.793 227.43,92.221 227.433,89.029 229.093,86.221 231.591,84.599L218.599,84.599C221.023,86.039 222.657,88.676 222.657,91.695L222.657,93.258 226.402,93.258z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M194.662,103.811C194.662,105.829 193.022,107.47 191.004,107.47L190.011,107.47L190.011,113.805C190.011,118.852 193.029,123.199 197.35,125.162C198.734,122.431 199.519,119.347 199.519,116.083L199.519,101.316L197.157,101.316C195.782,101.316 194.662,102.436 194.662,103.811" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M238.985,83.132L241.966,83.132 242.033,83.132C247.82,83.132 252.685,79.165 254.088,73.812L252.319,73.812C252.167,73.812 252.018,73.797 251.866,73.789 251.715,73.797 251.566,73.812 251.414,73.812L247.504,73.812C246.425,78.164 243.181,81.678 238.985,83.132M202.133,79.606C201.501,79.606 200.987,80.12 200.987,80.752L200.987,83.132 203.279,83.132 203.279,80.752C203.279,80.12 202.765,79.606 202.133,79.606" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M189.039,81.827C189.39,81.451 189.851,81.193 190.363,81.102C190.985,80.99 191.623,80.934 192.258,80.934L193.873,80.934C195.128,80.934 196.151,81.903 196.258,83.131L199.519,83.131L199.519,80.752C199.519,79.31 200.692,78.138 202.133,78.138C203.575,78.138 204.747,79.31 204.747,80.752L204.747,83.131L207.21,83.131C207.317,81.903 208.339,80.934 209.594,80.934L211.21,80.934C211.845,80.934 212.483,80.99 213.105,81.102C213.773,81.221 214.361,81.622 214.719,82.202C214.896,82.488 215.008,82.806 215.054,83.131L236.529,83.131L238.985,83.131C243.18,81.678 246.425,78.165 247.504,73.812L246.448,73.812C241.593,73.812 237.642,69.862 237.642,65.006L237.642,54.732C237.642,51.017 239.958,47.84 243.218,46.548C242.119,40.325 236.684,35.58 230.151,35.58L200.598,35.58L195.462,35.58L194.56,35.58C187.681,35.58 182.085,41.175 182.085,48.055L182.085,48.495L194.525,48.495C194.93,48.495 195.259,48.823 195.259,49.228L202.27,49.228C202.27,48.823 202.599,48.495 203.004,48.495L210.929,48.495C214.248,48.495 216.947,51.194 216.947,54.512L216.947,60.236C216.947,67.924 210.692,74.179 203.004,74.179L188.914,74.179C186.495,74.179 184.218,73.556 182.232,72.468C182.834,76.582 185.445,80.042 189.039,81.827" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M210.049,54.512L210.049,60.236C210.049,65.999 206.303,70.918 201.131,72.711L203.004,72.711C209.883,72.711 215.479,67.115 215.479,60.236L215.479,54.512C215.479,52.003 213.438,49.962 210.929,49.962L207.432,49.962C208.993,50.883 210.049,52.578 210.049,54.512" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M200.441,65.236C200.441,66.422 199.471,67.392 198.284,67.392L193.972,67.392C192.785,67.392 191.815,66.422 191.815,65.236C191.815,64.05 192.785,63.08 193.972,63.08L198.284,63.08C199.471,63.08 200.441,64.05 200.441,65.236M181.488,65.236C181.488,64.05 182.458,63.08 183.644,63.08L186.232,63.08C187.418,63.08 188.389,64.05 188.389,65.236C188.389,66.422 187.418,67.392 186.232,67.392L183.644,67.392C182.458,67.392 181.488,66.422 181.488,65.236M194.525,49.963L180.989,49.963C178.48,49.963 176.439,52.003 176.439,54.512L176.439,60.236C176.439,67.115 182.035,72.711 188.914,72.711L201.13,72.711C206.303,70.918 210.049,65.999 210.049,60.236L210.049,54.512C210.049,52.578 208.993,50.883 207.432,49.963L203.004,49.963C202.598,49.963 202.27,49.634 202.27,49.229L195.259,49.229C195.259,49.634 194.931,49.963 194.525,49.963" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M193.971,63.08C192.785,63.08 191.815,64.05 191.815,65.236 191.815,66.422 192.785,67.392 193.971,67.392L198.284,67.392C199.471,67.392 200.441,66.422 200.441,65.236 200.441,64.05 199.471,63.08 198.284,63.08L193.971,63.08zM183.644,67.392L186.232,67.392C187.418,67.392 188.388,66.422 188.388,65.236 188.388,64.05 187.418,63.08 186.232,63.08L183.644,63.08C182.458,63.08 181.488,64.05 181.488,65.236 181.488,66.422 182.458,67.392 183.644,67.392M254.241,41.914C254.632,41.804 255.036,42.033 255.145,42.423 255.227,42.718 255.301,43.016 255.367,43.318 255.452,43.714 255.2,44.104 254.805,44.19 254.792,44.192 254.78,44.192 254.769,44.193 254.862,44.761 254.921,45.339 254.947,45.926L256.55,45.926C257.006,45.926 257.451,45.972 257.888,46.039 257.652,40.002 253.574,34.938 248.026,33.249 250.518,34.691 252.605,36.828 253.991,39.497 254.177,39.857 254.037,40.3 253.677,40.487 253.667,40.492 253.655,40.492 253.645,40.496 253.859,40.961 254.049,41.438 254.213,41.929 254.223,41.925 254.231,41.917 254.241,41.914" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M196.321,34.112L201.458,34.112L230.151,34.112C237.344,34.112 243.336,39.294 244.628,46.117C245.216,45.993 245.825,45.927 246.448,45.927L251.413,45.927C251.557,45.927 251.698,45.943 251.841,45.951C252.001,45.942 252.158,45.927 252.319,45.927L254.948,45.927C254.921,45.339 254.862,44.761 254.769,44.193C254.729,44.201 254.689,44.206 254.649,44.206C254.311,44.206 254.006,43.972 253.932,43.627C253.873,43.354 253.806,43.085 253.732,42.817C253.626,42.439 253.842,42.049 254.213,41.928C254.049,41.438 253.859,40.961 253.646,40.496C253.291,40.66 252.87,40.523 252.688,40.174C250.277,35.53 245.533,32.644 240.304,32.644L203.534,32.644L198.397,32.644C197.44,32.644 196.624,33.258 196.321,34.112" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M256.55,47.394L256.276,47.394C257.059,47.914 257.768,48.559 258.366,49.327C258.614,49.646 258.557,50.108 258.237,50.356C258.226,50.365 258.213,50.367 258.201,50.375C259.011,51.632 259.485,53.126 259.485,54.732L259.485,64.272C259.891,64.272 260.219,64.6 260.219,65.006C260.219,68.067 258.647,70.766 256.27,72.344L256.55,72.344C260.596,72.344 263.888,69.052 263.888,65.006L263.888,54.732C263.888,50.686 260.596,47.394 256.55,47.394" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M252.967,63.822C252.967,65.848 251.324,67.491 249.298,67.491L247.097,67.491C245.07,67.491 243.427,65.848 243.427,63.822L243.427,55.917C243.427,53.89 245.07,52.248 247.097,52.248L249.298,52.248C251.324,52.248 252.967,53.89 252.967,55.917L252.967,63.822ZM258.201,50.375C257.883,50.595 257.447,50.537 257.207,50.229C255.805,48.427 253.693,47.394 251.413,47.394L246.449,47.394C242.402,47.394 239.11,50.686 239.11,54.732L239.11,65.006C239.11,69.052 242.402,72.344 246.449,72.344L251.413,72.344C255.459,72.344 258.751,69.052 258.751,65.006C258.751,64.601 259.08,64.272 259.485,64.272L259.486,64.272L259.486,54.732C259.486,53.126 259.01,51.632 258.201,50.375Z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M249.298,52.248L247.097,52.248C245.07,52.248 243.427,53.89 243.427,55.917L243.427,63.822C243.427,65.848 245.07,67.491 247.097,67.491L249.298,67.491C251.324,67.491 252.967,65.848 252.967,63.822L252.967,55.917C252.967,53.89 251.324,52.248 249.298,52.248" android:fillType="evenOdd" />
***************
*** 25,37 ****
<path android:fillColor="#ffdcddde" android:pathData="M110.511,69.9L100.477,79.936C100.19,80.222 99.725,80.222 99.439,79.936L92.102,72.6L82.593,82.11C82.455,82.247 82.268,82.325 82.074,82.325C81.879,82.325 81.692,82.247 81.555,82.11L71.91,72.465L66.367,78.009L66.367,83.712L71.391,78.687C71.667,78.412 72.154,78.412 72.429,78.687L82.074,88.331L91.584,78.821C91.859,78.546 92.346,78.546 92.621,78.821L99.958,86.158L109.992,76.123C110.268,75.847 110.755,75.847 111.03,76.123L114.8,79.892L114.8,74.128C114.735,74.094 114.67,74.06 114.616,74.006L110.511,69.9Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M89.716,106.1l4.773,0l-2.387,-2.387z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M66.367,68.155l1.681,-1.682l-1.681,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M109.992,99.459C110.268,99.183 110.755,99.183 111.03,99.459L114.8,103.228L114.8,97.463C114.735,97.43 114.671,97.396 114.616,97.342L110.511,93.237L100.477,103.271C100.19,103.558 99.725,103.558 99.439,103.271L92.102,95.935L82.593,105.445C82.455,105.583 82.268,105.66 82.074,105.66C81.879,105.66 81.692,105.583 81.555,105.445L71.91,95.801L66.367,101.345L66.367,106.101L67.314,106.101L71.391,102.023C71.667,101.747 72.154,101.747 72.429,102.023L76.507,106.101L87.641,106.101L91.584,102.157C91.859,101.882 92.346,101.882 92.621,102.157L96.565,106.101L103.351,106.101L109.992,99.459Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M88.374,66.473l-12.601,0l6.3,6.301z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M99.958,70.601l4.127,-4.127l-8.254,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M72.429,86.466L82.074,96.11L91.584,86.6C91.87,86.313 92.334,86.313 92.621,86.6L99.958,93.937L109.992,83.901C110.268,83.626 110.755,83.626 111.03,83.901L114.8,87.671L114.8,81.906C114.735,81.872 114.67,81.838 114.616,81.784L110.511,77.679L100.477,87.714C100.339,87.852 100.152,87.929 99.958,87.929C99.764,87.929 99.576,87.852 99.439,87.714L92.102,80.378L82.593,89.888C82.455,90.026 82.268,90.103 82.074,90.103C81.879,90.103 81.692,90.026 81.555,89.888L71.91,80.244L66.367,85.787L66.367,91.491L71.391,86.466C71.678,86.179 72.142,86.179 72.429,86.466" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M72.429,94.244L82.074,103.889L91.584,94.379C91.87,94.092 92.334,94.092 92.621,94.379L99.958,101.715L109.992,91.68C110.279,91.393 110.743,91.393 111.03,91.68L114.8,95.45L114.8,89.684C114.735,89.651 114.67,89.616 114.616,89.563L110.511,85.458L100.477,95.493C100.19,95.78 99.725,95.78 99.439,95.493L92.102,88.157L82.593,97.666C82.449,97.809 82.261,97.881 82.074,97.881C81.886,97.881 81.698,97.809 81.555,97.666L71.91,88.022L66.367,93.566L66.367,99.27L71.391,94.244C71.667,93.969 72.154,93.969 72.429,94.244" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M69.39,106.1l5.042,0l-2.522,-2.521z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M106.16,66.473L100.477,72.157C100.339,72.295 100.152,72.372 99.958,72.372C99.763,72.372 99.576,72.295 99.439,72.157L93.756,66.473L90.449,66.473L82.593,74.331C82.455,74.469 82.268,74.546 82.074,74.546C81.879,74.546 81.692,74.469 81.555,74.331L73.698,66.473L70.123,66.473L66.367,70.23L66.367,75.934L71.391,70.909C71.667,70.634 72.154,70.634 72.429,70.909L82.074,80.553L91.583,71.043C91.87,70.756 92.335,70.756 92.621,71.043L99.958,78.379L109.992,68.344C110.267,68.069 110.755,68.069 111.03,68.344L114.8,72.114L114.8,66.473L106.16,66.473Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M114.8,106.1L114.8,105.242C114.735,105.208 114.67,105.174 114.616,105.12L110.511,101.015 105.426,106.1 114.8,106.1zM119.866,72.344C119.866,73.963 121.182,75.279 122.801,75.279 124.42,75.279 125.736,73.963 125.736,72.344 125.736,70.725 124.42,69.409 122.801,69.409 121.182,69.409 119.866,70.725 119.866,72.344" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M72.385,126.281l5.137,0l0,-8.806l-5.137,0z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M118.185,124.098L111.58,124.098C111.175,124.098 110.847,123.77 110.847,123.364L110.847,121.896C110.847,121.491 111.175,121.163 111.58,121.163L118.185,121.163C118.59,121.163 118.919,121.491 118.919,121.896L118.919,123.364C118.919,123.77 118.59,124.098 118.185,124.098ZM108.645,123.364C108.645,123.77 108.316,124.098 107.911,124.098L101.307,124.098C100.902,124.098 100.573,123.77 100.573,123.364L100.573,121.896C100.573,121.491 100.902,121.163 101.307,121.163L107.911,121.163C108.316,121.163 108.645,121.491 108.645,121.896L108.645,123.364ZM96.601,126.281L120.818,126.281L120.818,119.677L96.601,119.677L96.601,126.281Z" android:fillType="evenOdd" />
--- 25,37 ----
<path android:fillColor="#ffdcddde" android:pathData="M110.511,69.9L100.477,79.936C100.19,80.222 99.725,80.222 99.439,79.936L92.102,72.6L82.593,82.11C82.455,82.247 82.268,82.325 82.074,82.325C81.879,82.325 81.692,82.247 81.555,82.11L71.91,72.465L66.367,78.009L66.367,83.712L71.391,78.687C71.667,78.412 72.154,78.412 72.429,78.687L82.074,88.331L91.584,78.821C91.859,78.546 92.346,78.546 92.621,78.821L99.958,86.158L109.992,76.123C110.268,75.847 110.755,75.847 111.03,76.123L114.8,79.892L114.8,74.128C114.735,74.094 114.67,74.06 114.616,74.006L110.511,69.9Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M89.716,106.1l4.773,0l-2.387,-2.387z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M66.367,68.155l1.681,-1.682l-1.681,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M109.992,99.459C110.268,99.183 110.755,99.183 111.03,99.459L114.8,103.228L114.8,97.463C114.735,97.43 114.671,97.396 114.616,97.342L110.511,93.237L100.477,103.271C100.19,103.558 99.725,103.558 99.439,103.271L92.102,95.935L82.593,105.445C82.455,105.583 82.268,105.66 82.074,105.66C81.879,105.66 81.692,105.583 81.555,105.445L71.91,95.801L66.367,101.345L66.367,106.101L67.314,106.101L71.391,102.023C71.667,101.747 72.154,101.747 72.429,102.023L76.507,106.101L87.641,106.101L91.584,102.157C91.859,101.882 92.346,101.882 92.621,102.157L96.565,106.101L103.351,106.101L109.992,99.459Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M88.374,66.473l-12.601,0l6.3,6.301z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M99.958,70.601l4.127,-4.127l-8.254,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M72.429,86.466L82.074,96.11L91.584,86.6C91.87,86.313 92.334,86.313 92.621,86.6L99.958,93.937L109.992,83.901C110.268,83.626 110.755,83.626 111.03,83.901L114.8,87.671L114.8,81.906C114.735,81.872 114.67,81.838 114.616,81.784L110.511,77.679L100.477,87.714C100.339,87.852 100.152,87.929 99.958,87.929C99.764,87.929 99.576,87.852 99.439,87.714L92.102,80.378L82.593,89.888C82.455,90.026 82.268,90.103 82.074,90.103C81.879,90.103 81.692,90.026 81.555,89.888L71.91,80.244L66.367,85.787L66.367,91.491L71.391,86.466C71.678,86.179 72.142,86.179 72.429,86.466" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M72.429,94.244L82.074,103.889L91.584,94.379C91.87,94.092 92.334,94.092 92.621,94.379L99.958,101.715L109.992,91.68C110.279,91.393 110.743,91.393 111.03,91.68L114.8,95.45L114.8,89.684C114.735,89.651 114.67,89.616 114.616,89.563L110.511,85.458L100.477,95.493C100.19,95.78 99.725,95.78 99.439,95.493L92.102,88.157L82.593,97.666C82.449,97.809 82.261,97.881 82.074,97.881C81.886,97.881 81.698,97.809 81.555,97.666L71.91,88.022L66.367,93.566L66.367,99.27L71.391,94.244C71.667,93.969 72.154,93.969 72.429,94.244" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M69.39,106.1l5.042,0l-2.522,-2.521z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M106.16,66.473L100.477,72.157C100.339,72.295 100.152,72.372 99.958,72.372C99.763,72.372 99.576,72.295 99.439,72.157L93.756,66.473L90.449,66.473L82.593,74.331C82.455,74.469 82.268,74.546 82.074,74.546C81.879,74.546 81.692,74.469 81.555,74.331L73.698,66.473L70.123,66.473L66.367,70.23L66.367,75.934L71.391,70.909C71.667,70.634 72.154,70.634 72.429,70.909L82.074,80.553L91.583,71.043C91.87,70.756 92.335,70.756 92.621,71.043L99.958,78.379L109.992,68.344C110.267,68.069 110.755,68.069 111.03,68.344L114.8,72.114L114.8,66.473L106.16,66.473Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M114.8,106.1L114.8,105.242C114.735,105.208 114.67,105.174 114.616,105.12L110.511,101.015 105.426,106.1 114.8,106.1zM119.866,72.344C119.866,73.963 121.182,75.279 122.801,75.279 124.42,75.279 125.736,73.963 125.736,72.344 125.736,70.725 124.42,69.409 122.801,69.409 121.182,69.409 119.866,70.725 119.866,72.344" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M72.385,126.281l5.137,0l0,-8.806l-5.137,0z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M118.185,124.098L111.58,124.098C111.175,124.098 110.847,123.77 110.847,123.364L110.847,121.896C110.847,121.491 111.175,121.163 111.58,121.163L118.185,121.163C118.59,121.163 118.919,121.491 118.919,121.896L118.919,123.364C118.919,123.77 118.59,124.098 118.185,124.098ZM108.645,123.364C108.645,123.77 108.316,124.098 107.911,124.098L101.307,124.098C100.902,124.098 100.573,123.77 100.573,123.364L100.573,121.896C100.573,121.491 100.902,121.163 101.307,121.163L107.911,121.163C108.316,121.163 108.645,121.491 108.645,121.896L108.645,123.364ZM96.601,126.281L120.818,126.281L120.818,119.677L96.601,119.677L96.601,126.281Z" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_animated_emoji_upsell.xml to/res/drawable-anydpi-v24/img_animated_emoji_upsell.xml
*** from/res/drawable-anydpi-v24/img_animated_emoji_upsell.xml 2021-01-02 17:58:42.702416289 -0700
--- to/res/drawable-anydpi-v24/img_animated_emoji_upsell.xml 2021-01-11 15:14:01.288591108 -0700
***************
*** 24,34 ****
<path android:fillColor="#ff000000" android:pathData="M82.6656 28.0946C81.3713 28.6634 80.6027 30.0201 80.6027 31.4344V31.4546C80.6027 32.8689 81.3713 34.2265 82.6656 34.7944C85.3276 35.9633 87.931 34.0094 87.931 31.4775V31.4124C87.931 28.8796 85.3276 26.9266 82.6656 28.0946Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M32.9691 27.7806C30.9539 27.7806 29.305 29.4295 29.305 31.4448C29.305 33.46 30.9539 35.1089 32.9691 35.1089C34.9835 35.1089 36.6333 33.46 36.6333 31.4448C36.6333 29.4295 34.9835 27.7806 32.9691 27.7806Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M102.587 39.2166C102.587 40.5449 102.116 41.7623 101.332 42.7122C100.436 43.7977 99.1313 44.5342 97.6528 44.6844C97.4677 44.7028 97.2809 44.7128 97.0913 44.7128H95.0934C94.1728 44.7128 93.4271 45.4585 93.4271 46.3791C93.4271 47.8695 93.1597 49.2939 92.6925 50.624C92.4113 51.4255 92.054 52.1876 91.6262 52.9067C91.3413 53.3886 91.0281 53.8502 90.6845 54.2881C90.5975 54.3989 90.5132 54.5116 90.4235 54.6197C89.8345 55.3205 89.1731 55.9562 88.4503 56.5177C87.909 56.9382 87.3319 57.3165 86.7255 57.6472C86.4223 57.813 86.1117 57.966 85.7939 58.107C84.2082 58.8124 82.4513 59.2035 80.6027 59.2035H36.6332C29.5505 59.2035 23.8088 53.4618 23.8088 46.3791C23.8088 45.4585 23.0623 44.7128 22.1416 44.7128H20.1447C17.109 44.7128 14.6485 42.2515 14.6485 39.2166V27.9953C14.6485 24.9595 17.109 22.4991 20.1447 22.4991L22.2928 22.4286C23.1264 22.4011 23.796 21.758 23.8894 20.929C24.6094 14.5287 30.0406 9.55374 36.6332 9.55374H43.1481C43.1288 9.83222 43.1645 10.1171 43.2717 10.4002C43.4879 10.9699 43.9349 11.3482 44.2015 11.5745C48.9777 15.6261 55.0326 18.038 61.7114 18.5492C62.0668 18.5766 62.4332 18.5904 62.8097 18.5904C66.5682 18.5904 71.2784 17.2127 73.7572 13.9626C74.1887 13.3965 74.5294 12.7992 74.7813 12.1736C75.4006 10.631 76.8113 9.55374 78.4748 9.55374H80.6027C87.1945 9.55374 92.6256 14.5287 93.3456 20.929C93.439 21.758 94.1087 22.4011 94.9423 22.4286L97.0913 22.4991C97.2809 22.4991 97.4677 22.5082 97.6528 22.5275C99.1313 22.6777 100.436 23.4133 101.332 24.4988C102.116 25.4487 102.587 26.667 102.587 27.9953V39.2166ZM45.3557 9.14244C45.7303 8.9116 46.2543 8.83832 46.8094 8.75954L46.9496 8.73939C47.7923 8.61939 48.6387 8.45725 49.4659 8.25756C51.8861 7.67405 54.21 6.76626 56.3755 5.55893C57.0213 5.19802 57.6534 4.81145 58.2855 4.42489C59.4616 3.70214 60.5737 3.02153 61.7755 2.5113C63.9887 1.57054 66.6708 1.60443 68.9481 2.60107L68.9838 2.61664C70.6336 3.34306 70.6171 5.67619 68.9664 6.40168C67.5355 7.03008 65.9994 7.47985 64.389 7.73267C63.8897 7.81145 63.5481 8.28046 63.6259 8.77878C63.6964 9.23222 64.0867 9.55374 64.53 9.55374C64.5768 9.55374 64.6253 9.55008 64.6729 9.54275C66.0992 9.32015 67.4751 8.95466 68.7804 8.45909C71.2638 7.51557 73.7783 10.1886 72.5114 12.5235C72.4482 12.6408 72.3777 12.7498 72.3007 12.8515C70.0903 15.7498 65.3728 16.9974 61.8516 16.7226C55.5594 16.2408 49.8662 13.9773 45.3868 10.1776C45.254 10.0658 45.0332 9.87802 44.9838 9.74886C44.9325 9.61145 45.0928 9.30367 45.3557 9.14244ZM97.0913 20.667H96.8165C95.8839 20.667 95.0971 20.0102 94.8891 19.1015C93.3969 12.5922 87.5572 7.72168 80.6027 7.72168H76.8461C75.8879 7.72168 75.0653 7.09603 74.7438 6.19283C74.7419 6.18733 74.7401 6.18183 74.7374 6.17725C74.6183 5.84382 74.4736 5.52321 74.316 5.20993C75.1587 4.49634 75.9383 3.71222 76.6345 2.85573C76.9542 2.46367 76.8946 1.88565 76.5016 1.56687C76.1105 1.25084 75.5334 1.30947 75.2137 1.6997C74.6384 2.40687 73.9945 3.05267 73.3065 3.65176C72.3749 2.50031 71.1465 1.56321 69.6827 0.922903C66.9511 -0.270685 63.7276 -0.309158 61.0592 0.824888C59.7319 1.38825 58.5099 2.13756 57.3273 2.86214C56.7172 3.2368 56.1071 3.61054 55.4824 3.95954C53.4635 5.08535 51.2952 5.93267 49.0363 6.4768C48.265 6.66275 47.4754 6.81389 46.6894 6.92657L46.5539 6.9458C45.8705 7.04199 45.0965 7.15099 44.3966 7.58153C44.3297 7.62275 44.2674 7.67405 44.2033 7.72168H36.6332C29.6778 7.72168 23.8381 12.5922 22.3459 19.1015C22.138 20.0102 21.3511 20.667 20.4186 20.667H20.1447C16.0968 20.667 12.8165 23.9482 12.8165 27.9953V39.2166C12.8165 43.2637 16.0968 46.5449 20.1447 46.5449C21.1505 46.5449 21.9703 47.3043 22.1023 48.3009C23.0458 55.478 29.2024 61.0356 36.6332 61.0356H80.6027C88.0326 61.0356 94.1893 55.478 95.1328 48.3009C95.2647 47.3043 96.0845 46.5449 97.0913 46.5449C101.138 46.5449 104.42 43.2637 104.42 39.2166V27.9953C104.42 23.9482 101.138 20.667 97.0913 20.667Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M70.1641 68.8267C69.1848 68.8267 68.3897 68.0325 68.3897 67.0523C68.3897 66.7986 68.1855 66.5934 67.9317 66.5934C67.6789 66.5934 67.4737 66.7986 67.4737 67.0523C67.4737 68.0325 66.6795 68.8267 65.6993 68.8267C65.4465 68.8267 65.2413 69.0319 65.2413 69.2847C65.2413 69.5375 65.4465 69.7427 65.6993 69.7427C66.6795 69.7427 67.4737 70.5369 67.4737 71.5171C67.4737 71.7699 67.6789 71.9751 67.9317 71.9751C68.1855 71.9751 68.3897 71.7699 68.3897 71.5171C68.3897 70.5369 69.1848 69.7427 70.1641 69.7427C70.4169 69.7427 70.6221 69.5375 70.6221 69.2847C70.6221 69.0319 70.4169 68.8267 70.1641 68.8267Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M108.778 9.5727C108.912 9.5727 109.045 9.51408 109.136 9.40141L109.988 8.33973C110.146 8.14278 110.115 7.85515 109.918 7.69667C109.72 7.5382 109.434 7.56935 109.274 7.76629L108.421 8.82797C108.263 9.02492 108.295 9.31347 108.492 9.47194C108.576 9.53973 108.678 9.5727 108.778 9.5727Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M104.982 12.2013L104.128 13.263C103.971 13.46 104.002 13.7476 104.2 13.9061C104.283 13.9748 104.385 14.0078 104.486 14.0078C104.619 14.0078 104.752 13.9491 104.843 13.8365L105.696 12.7748C105.854 12.5778 105.823 12.2893 105.625 12.1308C105.428 11.9733 105.141 12.0044 104.982 12.2013Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M108.578 12.0592C108.391 12.2296 108.376 12.519 108.546 12.7068L109.468 13.7227C109.558 13.8225 109.682 13.8729 109.807 13.8729C109.917 13.8729 110.027 13.8335 110.115 13.7547C110.302 13.5844 110.316 13.2949 110.147 13.1071L109.225 12.0912C109.056 11.9035 108.765 11.8906 108.578 12.0592Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M104.892 9.51188C104.983 9.61173 105.106 9.66303 105.232 9.66303C105.341 9.66303 105.451 9.62364 105.539 9.54394C105.726 9.37448 105.741 9.08501 105.571 8.89722L104.65 7.88043C104.481 7.69173 104.19 7.67982 104.003 7.84837C103.815 8.01875 103.802 8.30822 103.971 8.49509L104.892 9.51188Z" android:fillType="evenOdd" />
<path android:fillColor="#ff8ea1e1" android:pathData="M114.53 42.7153H81.5527C79.7848 42.7153 78.3466 44.1535 78.3466 45.9214V62.41C78.3466 64.1779 79.7848 65.6161 81.5527 65.6161H114.53C116.298 65.6161 117.736 64.1779 117.736 62.41V45.9214C117.736 44.1535 116.298 42.7153 114.53 42.7153Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M114.53 40.8833H81.5527C78.7753 40.8833 76.5146 43.1431 76.5146 45.9214V62.41C76.5146 65.1883 78.7753 67.4482 81.5527 67.4482H114.53C117.308 67.4482 119.568 65.1883 119.568 62.41V45.9214C119.568 43.1431 117.308 40.8833 114.53 40.8833ZM114.53 42.7153C116.298 42.7153 117.736 44.1535 117.736 45.9214V62.41C117.736 64.1779 116.298 65.6161 114.53 65.6161H81.5527C79.7848 65.6161 78.3466 64.1779 78.3466 62.41V45.9214C78.3466 44.1535 79.7848 42.7153 81.5527 42.7153H114.53Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M94.4317 56.2603V54.4631C94.4317 53.8429 93.9288 53.34 93.3087 53.34H90.523C89.9038 53.34 89.4009 53.8429 89.4009 54.4631V54.5766C89.4009 55.1968 89.9038 55.6997 90.523 55.6997H92.0565V56.2603C92.0565 57.2991 90.9517 57.8102 89.8635 57.8102C88.7743 57.8102 87.7017 57.2991 87.7017 56.2603V52.0044C87.7017 50.9657 88.7249 50.3876 89.7811 50.3876C90.4452 50.3876 91.1185 50.6002 91.5811 51.0637C91.9117 51.3953 92.4357 51.4392 92.8498 51.2203C93.4864 50.8832 93.6714 50.0203 93.1777 49.4963C92.2663 48.5281 91.0424 48.1608 89.847 48.1608C87.5707 48.1608 85.2934 49.4478 85.2934 52.0044V56.2603C85.2934 58.8829 87.5862 60.1864 89.88 60.1699C92.1563 60.1534 94.4317 58.8499 94.4317 56.2603Z" android:fillType="evenOdd" />
--- 24,34 ----
<path android:fillColor="#ff000000" android:pathData="M82.6656 28.0946C81.3713 28.6634 80.6027 30.0201 80.6027 31.4344V31.4546C80.6027 32.8689 81.3713 34.2265 82.6656 34.7944C85.3276 35.9633 87.931 34.0094 87.931 31.4775V31.4124C87.931 28.8796 85.3276 26.9266 82.6656 28.0946Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M32.9691 27.7806C30.9539 27.7806 29.305 29.4295 29.305 31.4448C29.305 33.46 30.9539 35.1089 32.9691 35.1089C34.9835 35.1089 36.6333 33.46 36.6333 31.4448C36.6333 29.4295 34.9835 27.7806 32.9691 27.7806Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M102.587 39.2166C102.587 40.5449 102.116 41.7623 101.332 42.7122C100.436 43.7977 99.1313 44.5342 97.6528 44.6844C97.4677 44.7028 97.2809 44.7128 97.0913 44.7128H95.0934C94.1728 44.7128 93.4271 45.4585 93.4271 46.3791C93.4271 47.8695 93.1597 49.2939 92.6925 50.624C92.4113 51.4255 92.054 52.1876 91.6262 52.9067C91.3413 53.3886 91.0281 53.8502 90.6845 54.2881C90.5975 54.3989 90.5132 54.5116 90.4235 54.6197C89.8345 55.3205 89.1731 55.9562 88.4503 56.5177C87.909 56.9382 87.3319 57.3165 86.7255 57.6472C86.4223 57.813 86.1117 57.966 85.7939 58.107C84.2082 58.8124 82.4513 59.2035 80.6027 59.2035H36.6332C29.5505 59.2035 23.8088 53.4618 23.8088 46.3791C23.8088 45.4585 23.0623 44.7128 22.1416 44.7128H20.1447C17.109 44.7128 14.6485 42.2515 14.6485 39.2166V27.9953C14.6485 24.9595 17.109 22.4991 20.1447 22.4991L22.2928 22.4286C23.1264 22.4011 23.796 21.758 23.8894 20.929C24.6094 14.5287 30.0406 9.55374 36.6332 9.55374H43.1481C43.1288 9.83222 43.1645 10.1171 43.2717 10.4002C43.4879 10.9699 43.9349 11.3482 44.2015 11.5745C48.9777 15.6261 55.0326 18.038 61.7114 18.5492C62.0668 18.5766 62.4332 18.5904 62.8097 18.5904C66.5682 18.5904 71.2784 17.2127 73.7572 13.9626C74.1887 13.3965 74.5294 12.7992 74.7813 12.1736C75.4006 10.631 76.8113 9.55374 78.4748 9.55374H80.6027C87.1945 9.55374 92.6256 14.5287 93.3456 20.929C93.439 21.758 94.1087 22.4011 94.9423 22.4286L97.0913 22.4991C97.2809 22.4991 97.4677 22.5082 97.6528 22.5275C99.1313 22.6777 100.436 23.4133 101.332 24.4988C102.116 25.4487 102.587 26.667 102.587 27.9953V39.2166ZM45.3557 9.14244C45.7303 8.9116 46.2543 8.83832 46.8094 8.75954L46.9496 8.73939C47.7923 8.61939 48.6387 8.45725 49.4659 8.25756C51.8861 7.67405 54.21 6.76626 56.3755 5.55893C57.0213 5.19802 57.6534 4.81145 58.2855 4.42489C59.4616 3.70214 60.5737 3.02153 61.7755 2.5113C63.9887 1.57054 66.6708 1.60443 68.9481 2.60107L68.9838 2.61664C70.6336 3.34306 70.6171 5.67619 68.9664 6.40168C67.5355 7.03008 65.9994 7.47985 64.389 7.73267C63.8897 7.81145 63.5481 8.28046 63.6259 8.77878C63.6964 9.23222 64.0867 9.55374 64.53 9.55374C64.5768 9.55374 64.6253 9.55008 64.6729 9.54275C66.0992 9.32015 67.4751 8.95466 68.7804 8.45909C71.2638 7.51557 73.7783 10.1886 72.5114 12.5235C72.4482 12.6408 72.3777 12.7498 72.3007 12.8515C70.0903 15.7498 65.3728 16.9974 61.8516 16.7226C55.5594 16.2408 49.8662 13.9773 45.3868 10.1776C45.254 10.0658 45.0332 9.87802 44.9838 9.74886C44.9325 9.61145 45.0928 9.30367 45.3557 9.14244ZM97.0913 20.667H96.8165C95.8839 20.667 95.0971 20.0102 94.8891 19.1015C93.3969 12.5922 87.5572 7.72168 80.6027 7.72168H76.8461C75.8879 7.72168 75.0653 7.09603 74.7438 6.19283C74.7419 6.18733 74.7401 6.18183 74.7374 6.17725C74.6183 5.84382 74.4736 5.52321 74.316 5.20993C75.1587 4.49634 75.9383 3.71222 76.6345 2.85573C76.9542 2.46367 76.8946 1.88565 76.5016 1.56687C76.1105 1.25084 75.5334 1.30947 75.2137 1.6997C74.6384 2.40687 73.9945 3.05267 73.3065 3.65176C72.3749 2.50031 71.1465 1.56321 69.6827 0.922903C66.9511 -0.270685 63.7276 -0.309158 61.0592 0.824888C59.7319 1.38825 58.5099 2.13756 57.3273 2.86214C56.7172 3.2368 56.1071 3.61054 55.4824 3.95954C53.4635 5.08535 51.2952 5.93267 49.0363 6.4768C48.265 6.66275 47.4754 6.81389 46.6894 6.92657L46.5539 6.9458C45.8705 7.04199 45.0965 7.15099 44.3966 7.58153C44.3297 7.62275 44.2674 7.67405 44.2033 7.72168H36.6332C29.6778 7.72168 23.8381 12.5922 22.3459 19.1015C22.138 20.0102 21.3511 20.667 20.4186 20.667H20.1447C16.0968 20.667 12.8165 23.9482 12.8165 27.9953V39.2166C12.8165 43.2637 16.0968 46.5449 20.1447 46.5449C21.1505 46.5449 21.9703 47.3043 22.1023 48.3009C23.0458 55.478 29.2024 61.0356 36.6332 61.0356H80.6027C88.0326 61.0356 94.1893 55.478 95.1328 48.3009C95.2647 47.3043 96.0845 46.5449 97.0913 46.5449C101.138 46.5449 104.42 43.2637 104.42 39.2166V27.9953C104.42 23.9482 101.138 20.667 97.0913 20.667Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M70.1641 68.8267C69.1848 68.8267 68.3897 68.0325 68.3897 67.0523C68.3897 66.7986 68.1855 66.5934 67.9317 66.5934C67.6789 66.5934 67.4737 66.7986 67.4737 67.0523C67.4737 68.0325 66.6795 68.8267 65.6993 68.8267C65.4465 68.8267 65.2413 69.0319 65.2413 69.2847C65.2413 69.5375 65.4465 69.7427 65.6993 69.7427C66.6795 69.7427 67.4737 70.5369 67.4737 71.5171C67.4737 71.7699 67.6789 71.9751 67.9317 71.9751C68.1855 71.9751 68.3897 71.7699 68.3897 71.5171C68.3897 70.5369 69.1848 69.7427 70.1641 69.7427C70.4169 69.7427 70.6221 69.5375 70.6221 69.2847C70.6221 69.0319 70.4169 68.8267 70.1641 68.8267Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M108.778 9.5727C108.912 9.5727 109.045 9.51408 109.136 9.40141L109.988 8.33973C110.146 8.14278 110.115 7.85515 109.918 7.69667C109.72 7.5382 109.434 7.56935 109.274 7.76629L108.421 8.82797C108.263 9.02492 108.295 9.31347 108.492 9.47194C108.576 9.53973 108.678 9.5727 108.778 9.5727Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M104.982 12.2013L104.128 13.263C103.971 13.46 104.002 13.7476 104.2 13.9061C104.283 13.9748 104.385 14.0078 104.486 14.0078C104.619 14.0078 104.752 13.9491 104.843 13.8365L105.696 12.7748C105.854 12.5778 105.823 12.2893 105.625 12.1308C105.428 11.9733 105.141 12.0044 104.982 12.2013Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M108.578 12.0592C108.391 12.2296 108.376 12.519 108.546 12.7068L109.468 13.7227C109.558 13.8225 109.682 13.8729 109.807 13.8729C109.917 13.8729 110.027 13.8335 110.115 13.7547C110.302 13.5844 110.316 13.2949 110.147 13.1071L109.225 12.0912C109.056 11.9035 108.765 11.8906 108.578 12.0592Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M104.892 9.51188C104.983 9.61173 105.106 9.66303 105.232 9.66303C105.341 9.66303 105.451 9.62364 105.539 9.54394C105.726 9.37448 105.741 9.08501 105.571 8.89722L104.65 7.88043C104.481 7.69173 104.19 7.67982 104.003 7.84837C103.815 8.01875 103.802 8.30822 103.971 8.49509L104.892 9.51188Z" android:fillType="evenOdd" />
<path android:fillColor="#ff8ea1e1" android:pathData="M114.53 42.7153H81.5527C79.7848 42.7153 78.3466 44.1535 78.3466 45.9214V62.41C78.3466 64.1779 79.7848 65.6161 81.5527 65.6161H114.53C116.298 65.6161 117.736 64.1779 117.736 62.41V45.9214C117.736 44.1535 116.298 42.7153 114.53 42.7153Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M114.53 40.8833H81.5527C78.7753 40.8833 76.5146 43.1431 76.5146 45.9214V62.41C76.5146 65.1883 78.7753 67.4482 81.5527 67.4482H114.53C117.308 67.4482 119.568 65.1883 119.568 62.41V45.9214C119.568 43.1431 117.308 40.8833 114.53 40.8833ZM114.53 42.7153C116.298 42.7153 117.736 44.1535 117.736 45.9214V62.41C117.736 64.1779 116.298 65.6161 114.53 65.6161H81.5527C79.7848 65.6161 78.3466 64.1779 78.3466 62.41V45.9214C78.3466 44.1535 79.7848 42.7153 81.5527 42.7153H114.53Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M94.4317 56.2603V54.4631C94.4317 53.8429 93.9288 53.34 93.3087 53.34H90.523C89.9038 53.34 89.4009 53.8429 89.4009 54.4631V54.5766C89.4009 55.1968 89.9038 55.6997 90.523 55.6997H92.0565V56.2603C92.0565 57.2991 90.9517 57.8102 89.8635 57.8102C88.7743 57.8102 87.7017 57.2991 87.7017 56.2603V52.0044C87.7017 50.9657 88.7249 50.3876 89.7811 50.3876C90.4452 50.3876 91.1185 50.6002 91.5811 51.0637C91.9117 51.3953 92.4357 51.4392 92.8498 51.2203C93.4864 50.8832 93.6714 50.0203 93.1777 49.4963C92.2663 48.5281 91.0424 48.1608 89.847 48.1608C87.5707 48.1608 85.2934 49.4478 85.2934 52.0044V56.2603C85.2934 58.8829 87.5862 60.1864 89.88 60.1699C92.1563 60.1534 94.4317 58.8499 94.4317 56.2603Z" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_avatar_upsell.xml to/res/drawable-anydpi-v24/img_avatar_upsell.xml
*** from/res/drawable-anydpi-v24/img_avatar_upsell.xml 2021-01-02 17:58:42.703416274 -0700
--- to/res/drawable-anydpi-v24/img_avatar_upsell.xml 2021-01-11 15:14:01.371589865 -0700
***************
*** 19,33 ****
<path android:fillColor="#ff202225" android:pathData="M50.8607 29.1168C52.6415 28.8926 55.2165 29.2709 56.614 31.0784C56.784 31.2959 57.0557 31.3867 57.309 31.3351C57.4107 31.3142 57.5098 31.2701 57.5973 31.2026C57.9032 30.9659 57.959 30.5259 57.7223 30.2201C55.9632 27.9476 52.8315 27.4567 50.6848 27.7276C50.3457 27.7801 50.029 28.1242 50.0782 28.5092C50.1265 28.8934 50.4765 29.1651 50.8607 29.1168Z" android:fillType="evenOdd" />
<path android:fillColor="#ff202225" android:pathData="M19.5277 31.2025C19.6152 31.27 19.7152 31.3142 19.8168 31.335C20.0693 31.3867 20.341 31.2958 20.5118 31.0783C21.9085 29.2708 24.4835 28.8925 26.2643 29.1167C26.6485 29.165 26.9985 28.8933 27.0477 28.51C27.096 28.1242 26.7793 27.78 26.4402 27.7275C24.2935 27.4567 21.1618 27.9475 19.4027 30.22C19.166 30.5258 19.2218 30.9658 19.5277 31.2025Z" android:fillType="evenOdd" />
<path android:fillColor="#ff202225" android:pathData="M14.1134 42.3565L14.1984 42.3798C14.8668 42.5623 15.3718 43.1298 15.4434 43.819C16.4243 53.2532 23.0726 61.024 31.9126 63.669V64.8248C31.9126 67.7982 28.8934 69.799 26.1409 68.6765C21.9868 66.9832 18.2501 64.4723 15.1301 61.3465C12.8201 59.0332 11.6326 55.8273 11.6984 52.559L11.8676 44.0365C11.8901 42.8782 12.9959 42.0507 14.1134 42.3565ZM10.5876 24.5165L10.4234 32.7623C9.8026 33.7515 9.4376 34.9182 9.4376 36.1698C9.4376 37.3323 9.75176 38.4198 10.2926 39.3623L10.0518 51.4682C10.0343 52.349 8.83176 52.6082 8.46093 51.8098C6.4876 47.5632 5.38093 42.8348 5.38093 37.8515C5.38093 32.354 6.7251 27.1657 9.09676 22.594C9.51176 21.7948 10.7201 22.1615 10.6551 23.059C10.6201 23.5415 10.5968 24.0273 10.5876 24.5165ZM11.1043 36.1698C11.1043 34.874 11.6234 33.699 12.4643 32.8398C13.5051 31.7765 15.3176 32.5307 15.3176 34.0182V38.3215C15.3176 39.809 13.5051 40.564 12.4643 39.5007C11.6234 38.6415 11.1043 37.4657 11.1043 36.1698ZM61.8076 38.3215V34.0182C61.8076 32.5307 63.6201 31.7765 64.6609 32.8398C65.5026 33.699 66.0218 34.874 66.0218 36.1698C66.0218 37.4657 65.5026 38.6415 64.6609 39.5007C63.6201 40.564 61.8076 39.809 61.8076 38.3215ZM38.6493 4.58317C45.3968 4.58317 51.6784 6.60567 56.9259 10.0732C61.7159 13.2382 64.7018 18.5857 64.8651 24.3232C64.8676 24.399 64.8693 24.4748 64.8709 24.5498L64.9509 28.5515C64.9709 29.5682 63.9934 30.2648 63.0168 29.9848C62.9968 29.979 62.9776 29.9732 62.9576 29.9682C62.2926 29.7848 61.8076 29.2165 61.8076 28.5265V25.9907C61.8076 25.7815 61.7834 25.579 61.7759 25.3723H62.9426C63.4018 25.3723 63.7759 24.999 63.7759 24.539C63.7759 24.0782 63.4018 23.7057 62.9426 23.7057H55.8401L51.8884 18.4357C51.5551 17.9915 50.8884 17.9915 50.5551 18.4357L46.6026 23.7057H14.8751C14.4143 23.7057 14.0418 24.0782 14.0418 24.539C14.0418 24.999 14.4143 25.3723 14.8751 25.3723H15.3493C15.3426 25.579 15.3176 25.7815 15.3176 25.9907V28.4498C15.3176 29.1565 14.8476 29.7765 14.1668 29.9682L14.1093 29.9848C13.1259 30.2607 12.1551 29.5098 12.1759 28.489L12.2543 24.5498L12.2559 24.454C12.3734 19.0173 14.9734 13.8857 19.4034 10.7323C24.8393 6.8615 31.4834 4.58317 38.6493 4.58317ZM41.0384 71.024C40.2476 71.0807 39.4534 71.1198 38.6493 71.1198C36.9259 71.1198 35.2334 70.9873 33.5793 70.734V64.099C35.1859 64.4515 36.8518 64.6432 38.5634 64.6432C39.3993 64.6432 40.2243 64.5957 41.0384 64.5098V62.8298C40.2251 62.9232 39.4001 62.9765 38.5626 62.9765C26.6651 62.9765 16.9843 53.2965 16.9843 41.3982V25.9907C17.2251 25.7498 17.3626 25.6123 17.6026 25.3723H47.0193C47.2818 25.3723 47.5293 25.249 47.6859 25.039L49.8884 22.1023C50.5543 21.2132 51.8884 21.2132 52.5551 22.1023L54.7568 25.039C54.9143 25.249 55.1618 25.3723 55.4234 25.3723H59.5226C59.7634 25.614 59.8993 25.749 60.1409 25.9907V41.3982C60.1409 42.7257 60.0143 44.024 59.7834 45.2865H61.4759C61.5543 44.8232 61.6209 44.3565 61.6718 43.8857C61.7501 43.1773 62.2368 42.5657 62.9251 42.3798C62.9376 42.3765 62.9501 42.374 62.9609 42.3707C64.0993 42.0557 65.2351 42.8573 65.2584 44.0382L65.2826 45.2865H66.9501L66.8326 39.3632C67.3734 38.4207 67.6884 37.3323 67.6884 36.1698C67.6884 34.9173 67.3234 33.7515 66.7009 32.7615L66.5376 24.5165C66.5259 23.9015 66.4918 23.2923 66.4401 22.6873C66.3601 21.7832 67.5759 21.424 68.0043 22.2248C70.4984 26.8865 71.9176 32.2048 71.9176 37.8515C71.9176 40.4073 71.6184 42.894 71.0701 45.2865H72.7793C73.6226 41.4157 73.8409 37.3148 73.2543 33.079C70.9593 16.5007 56.9443 3.68983 40.2251 2.9515C20.2476 2.069 3.71426 18.0657 3.71426 37.8515C3.71426 57.114 19.3868 72.7865 38.6493 72.7865C39.4584 72.7865 40.2593 72.749 41.0543 72.694C41.0468 72.5865 41.0384 72.479 41.0384 72.3698V71.024Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M87.8791 28.3725V33.2683H82.9834V28.3725H87.8791Z" />
! <path android:fillColor="#ffffffff" android:pathData="M85.4317 29.2058C86.3217 29.2058 87.0459 29.93 87.0459 30.82C87.0459 31.71 86.3217 32.435 85.4317 32.435C84.5417 32.435 83.8176 31.71 83.8176 30.82C83.8176 29.93 84.5417 29.2058 85.4317 29.2058ZM82.9834 30.82C82.9834 32.17 84.0817 33.2683 85.4317 33.2683C86.7809 33.2683 87.8801 32.17 87.8801 30.82C87.8801 29.4708 86.7809 28.3725 85.4317 28.3725C84.0817 28.3725 82.9834 29.4708 82.9834 30.82Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M79.5097 22.2014H79.5106C80.4014 22.2014 81.1239 22.9239 81.1239 23.8156C81.1239 24.0456 81.3106 24.2323 81.5414 24.2323C81.7714 24.2323 81.9581 24.0456 81.9581 23.8156C81.9581 22.9239 82.6806 22.2014 83.5722 22.2014C83.8022 22.2014 83.9889 22.0148 83.9889 21.7848C83.9889 21.5548 83.8022 21.3681 83.5722 21.3681C82.6806 21.3681 81.9581 20.6456 81.9581 19.7539V19.7531C81.9581 19.5231 81.7714 19.3364 81.5414 19.3364C81.3106 19.3364 81.1239 19.5231 81.1239 19.7531V19.7539C81.1239 20.6456 80.4014 21.3681 79.5106 21.3681H79.5097C79.2797 21.3681 79.0931 21.5548 79.0931 21.7848C79.0931 22.0148 79.2797 22.2014 79.5097 22.2014Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M4.06497 0.833668H5.67402V2.63192H4.06497V0.833668Z" />
! <path android:fillColor="#ffffffff" android:pathData="M4.48124 2.63192C4.60291 2.63192 4.72374 2.57859 4.80624 2.47609L5.58207 1.51025C5.72624 1.33109 5.69791 1.06942 5.51791 0.925253C5.33874 0.781086 5.07707 0.809419 4.93291 0.988586L4.15624 1.95442C4.01291 2.13359 4.04124 2.39609 4.22124 2.54025C4.29707 2.60192 4.38957 2.63192 4.48124 2.63192Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M1.02749 5.02333L0.251657 5.98917C0.10749 6.16833 0.136657 6.43 0.315824 6.57417C0.39249 6.63667 0.48499 6.66667 0.575824 6.66667C0.69749 6.66667 0.819157 6.61333 0.901657 6.51083L1.67666 5.545C1.82082 5.36583 1.79249 5.10333 1.61332 4.95917C1.43416 4.81583 1.17166 4.84417 1.02749 5.02333Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M4.29974 4.8935C4.1289 5.0485 4.11557 5.311 4.27057 5.48184L5.10807 6.40683C5.18974 6.49767 5.30307 6.5435 5.41724 6.5435C5.5164 6.5435 5.6164 6.50767 5.6964 6.436C5.86724 6.28183 5.87974 6.0185 5.72557 5.84767L4.88807 4.92267C4.7339 4.75183 4.46974 4.73933 4.29974 4.8935Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M0 2.71375V0.955666H1.67179V2.71375H0Z" />
! <path android:fillColor="#ffffffff" android:pathData="M1.25449 2.71375C1.35449 2.71375 1.45448 2.67792 1.53448 2.60625C1.70532 2.45125 1.71865 2.18792 1.56365 2.01792L0.725318 1.09292C0.571152 0.921249 0.307818 0.909583 0.136985 1.06375C-0.0338484 1.21792 -0.0471817 1.48125 0.107818 1.65208L0.946152 2.57625C1.02865 2.66792 1.14115 2.71375 1.25449 2.71375Z" android:fillType="evenOdd" />
<path android:fillColor="#ffe3e7f8" android:pathData="M49.3714 73.2028C46.8447 73.2028 44.7881 71.147 44.7881 68.6195V54.5887C43.5881 54.9503 42.7047 56.0528 42.7047 57.3695V72.3695C42.7047 73.9778 44.0131 75.2862 45.6214 75.2862H75.6214C76.9381 75.2862 78.0406 74.4028 78.4022 73.2028H49.3714Z" android:fillType="evenOdd" />
<path android:fillColor="#ffc7d0f0" android:pathData="M53.1214 69.4528C50.5947 69.4528 48.5381 67.397 48.5381 64.8695V50.8387C47.3381 51.2003 46.4547 52.3028 46.4547 53.6195V68.6195C46.4547 70.2278 47.7631 71.5362 49.3714 71.5362H79.3714C80.6881 71.5362 81.7906 70.6528 82.1522 69.4528H53.1214Z" android:fillType="evenOdd" />
<path android:fillColor="#ff8ea1e1" android:pathData="M83.1214 46.9528H53.1214C51.5131 46.9528 50.2047 48.2612 50.2047 49.8695V64.8695C50.2047 66.4778 51.5131 67.7862 53.1214 67.7862H83.1214C84.7297 67.7862 86.0381 66.4778 86.0381 64.8695V49.8695C86.0381 48.2612 84.7297 46.9528 83.1214 46.9528Z" android:fillType="evenOdd" />
--- 19,33 ----
<path android:fillColor="#ff202225" android:pathData="M50.8607 29.1168C52.6415 28.8926 55.2165 29.2709 56.614 31.0784C56.784 31.2959 57.0557 31.3867 57.309 31.3351C57.4107 31.3142 57.5098 31.2701 57.5973 31.2026C57.9032 30.9659 57.959 30.5259 57.7223 30.2201C55.9632 27.9476 52.8315 27.4567 50.6848 27.7276C50.3457 27.7801 50.029 28.1242 50.0782 28.5092C50.1265 28.8934 50.4765 29.1651 50.8607 29.1168Z" android:fillType="evenOdd" />
<path android:fillColor="#ff202225" android:pathData="M19.5277 31.2025C19.6152 31.27 19.7152 31.3142 19.8168 31.335C20.0693 31.3867 20.341 31.2958 20.5118 31.0783C21.9085 29.2708 24.4835 28.8925 26.2643 29.1167C26.6485 29.165 26.9985 28.8933 27.0477 28.51C27.096 28.1242 26.7793 27.78 26.4402 27.7275C24.2935 27.4567 21.1618 27.9475 19.4027 30.22C19.166 30.5258 19.2218 30.9658 19.5277 31.2025Z" android:fillType="evenOdd" />
<path android:fillColor="#ff202225" android:pathData="M14.1134 42.3565L14.1984 42.3798C14.8668 42.5623 15.3718 43.1298 15.4434 43.819C16.4243 53.2532 23.0726 61.024 31.9126 63.669V64.8248C31.9126 67.7982 28.8934 69.799 26.1409 68.6765C21.9868 66.9832 18.2501 64.4723 15.1301 61.3465C12.8201 59.0332 11.6326 55.8273 11.6984 52.559L11.8676 44.0365C11.8901 42.8782 12.9959 42.0507 14.1134 42.3565ZM10.5876 24.5165L10.4234 32.7623C9.8026 33.7515 9.4376 34.9182 9.4376 36.1698C9.4376 37.3323 9.75176 38.4198 10.2926 39.3623L10.0518 51.4682C10.0343 52.349 8.83176 52.6082 8.46093 51.8098C6.4876 47.5632 5.38093 42.8348 5.38093 37.8515C5.38093 32.354 6.7251 27.1657 9.09676 22.594C9.51176 21.7948 10.7201 22.1615 10.6551 23.059C10.6201 23.5415 10.5968 24.0273 10.5876 24.5165ZM11.1043 36.1698C11.1043 34.874 11.6234 33.699 12.4643 32.8398C13.5051 31.7765 15.3176 32.5307 15.3176 34.0182V38.3215C15.3176 39.809 13.5051 40.564 12.4643 39.5007C11.6234 38.6415 11.1043 37.4657 11.1043 36.1698ZM61.8076 38.3215V34.0182C61.8076 32.5307 63.6201 31.7765 64.6609 32.8398C65.5026 33.699 66.0218 34.874 66.0218 36.1698C66.0218 37.4657 65.5026 38.6415 64.6609 39.5007C63.6201 40.564 61.8076 39.809 61.8076 38.3215ZM38.6493 4.58317C45.3968 4.58317 51.6784 6.60567 56.9259 10.0732C61.7159 13.2382 64.7018 18.5857 64.8651 24.3232C64.8676 24.399 64.8693 24.4748 64.8709 24.5498L64.9509 28.5515C64.9709 29.5682 63.9934 30.2648 63.0168 29.9848C62.9968 29.979 62.9776 29.9732 62.9576 29.9682C62.2926 29.7848 61.8076 29.2165 61.8076 28.5265V25.9907C61.8076 25.7815 61.7834 25.579 61.7759 25.3723H62.9426C63.4018 25.3723 63.7759 24.999 63.7759 24.539C63.7759 24.0782 63.4018 23.7057 62.9426 23.7057H55.8401L51.8884 18.4357C51.5551 17.9915 50.8884 17.9915 50.5551 18.4357L46.6026 23.7057H14.8751C14.4143 23.7057 14.0418 24.0782 14.0418 24.539C14.0418 24.999 14.4143 25.3723 14.8751 25.3723H15.3493C15.3426 25.579 15.3176 25.7815 15.3176 25.9907V28.4498C15.3176 29.1565 14.8476 29.7765 14.1668 29.9682L14.1093 29.9848C13.1259 30.2607 12.1551 29.5098 12.1759 28.489L12.2543 24.5498L12.2559 24.454C12.3734 19.0173 14.9734 13.8857 19.4034 10.7323C24.8393 6.8615 31.4834 4.58317 38.6493 4.58317ZM41.0384 71.024C40.2476 71.0807 39.4534 71.1198 38.6493 71.1198C36.9259 71.1198 35.2334 70.9873 33.5793 70.734V64.099C35.1859 64.4515 36.8518 64.6432 38.5634 64.6432C39.3993 64.6432 40.2243 64.5957 41.0384 64.5098V62.8298C40.2251 62.9232 39.4001 62.9765 38.5626 62.9765C26.6651 62.9765 16.9843 53.2965 16.9843 41.3982V25.9907C17.2251 25.7498 17.3626 25.6123 17.6026 25.3723H47.0193C47.2818 25.3723 47.5293 25.249 47.6859 25.039L49.8884 22.1023C50.5543 21.2132 51.8884 21.2132 52.5551 22.1023L54.7568 25.039C54.9143 25.249 55.1618 25.3723 55.4234 25.3723H59.5226C59.7634 25.614 59.8993 25.749 60.1409 25.9907V41.3982C60.1409 42.7257 60.0143 44.024 59.7834 45.2865H61.4759C61.5543 44.8232 61.6209 44.3565 61.6718 43.8857C61.7501 43.1773 62.2368 42.5657 62.9251 42.3798C62.9376 42.3765 62.9501 42.374 62.9609 42.3707C64.0993 42.0557 65.2351 42.8573 65.2584 44.0382L65.2826 45.2865H66.9501L66.8326 39.3632C67.3734 38.4207 67.6884 37.3323 67.6884 36.1698C67.6884 34.9173 67.3234 33.7515 66.7009 32.7615L66.5376 24.5165C66.5259 23.9015 66.4918 23.2923 66.4401 22.6873C66.3601 21.7832 67.5759 21.424 68.0043 22.2248C70.4984 26.8865 71.9176 32.2048 71.9176 37.8515C71.9176 40.4073 71.6184 42.894 71.0701 45.2865H72.7793C73.6226 41.4157 73.8409 37.3148 73.2543 33.079C70.9593 16.5007 56.9443 3.68983 40.2251 2.9515C20.2476 2.069 3.71426 18.0657 3.71426 37.8515C3.71426 57.114 19.3868 72.7865 38.6493 72.7865C39.4584 72.7865 40.2593 72.749 41.0543 72.694C41.0468 72.5865 41.0384 72.479 41.0384 72.3698V71.024Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M87.8791 28.3725V33.2683H82.9834V28.3725H87.8791Z" />
! <path android:fillColor="@color/white" android:pathData="M85.4317 29.2058C86.3217 29.2058 87.0459 29.93 87.0459 30.82C87.0459 31.71 86.3217 32.435 85.4317 32.435C84.5417 32.435 83.8176 31.71 83.8176 30.82C83.8176 29.93 84.5417 29.2058 85.4317 29.2058ZM82.9834 30.82C82.9834 32.17 84.0817 33.2683 85.4317 33.2683C86.7809 33.2683 87.8801 32.17 87.8801 30.82C87.8801 29.4708 86.7809 28.3725 85.4317 28.3725C84.0817 28.3725 82.9834 29.4708 82.9834 30.82Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M79.5097 22.2014H79.5106C80.4014 22.2014 81.1239 22.9239 81.1239 23.8156C81.1239 24.0456 81.3106 24.2323 81.5414 24.2323C81.7714 24.2323 81.9581 24.0456 81.9581 23.8156C81.9581 22.9239 82.6806 22.2014 83.5722 22.2014C83.8022 22.2014 83.9889 22.0148 83.9889 21.7848C83.9889 21.5548 83.8022 21.3681 83.5722 21.3681C82.6806 21.3681 81.9581 20.6456 81.9581 19.7539V19.7531C81.9581 19.5231 81.7714 19.3364 81.5414 19.3364C81.3106 19.3364 81.1239 19.5231 81.1239 19.7531V19.7539C81.1239 20.6456 80.4014 21.3681 79.5106 21.3681H79.5097C79.2797 21.3681 79.0931 21.5548 79.0931 21.7848C79.0931 22.0148 79.2797 22.2014 79.5097 22.2014Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M4.06497 0.833668H5.67402V2.63192H4.06497V0.833668Z" />
! <path android:fillColor="@color/white" android:pathData="M4.48124 2.63192C4.60291 2.63192 4.72374 2.57859 4.80624 2.47609L5.58207 1.51025C5.72624 1.33109 5.69791 1.06942 5.51791 0.925253C5.33874 0.781086 5.07707 0.809419 4.93291 0.988586L4.15624 1.95442C4.01291 2.13359 4.04124 2.39609 4.22124 2.54025C4.29707 2.60192 4.38957 2.63192 4.48124 2.63192Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M1.02749 5.02333L0.251657 5.98917C0.10749 6.16833 0.136657 6.43 0.315824 6.57417C0.39249 6.63667 0.48499 6.66667 0.575824 6.66667C0.69749 6.66667 0.819157 6.61333 0.901657 6.51083L1.67666 5.545C1.82082 5.36583 1.79249 5.10333 1.61332 4.95917C1.43416 4.81583 1.17166 4.84417 1.02749 5.02333Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M4.29974 4.8935C4.1289 5.0485 4.11557 5.311 4.27057 5.48184L5.10807 6.40683C5.18974 6.49767 5.30307 6.5435 5.41724 6.5435C5.5164 6.5435 5.6164 6.50767 5.6964 6.436C5.86724 6.28183 5.87974 6.0185 5.72557 5.84767L4.88807 4.92267C4.7339 4.75183 4.46974 4.73933 4.29974 4.8935Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M0 2.71375V0.955666H1.67179V2.71375H0Z" />
! <path android:fillColor="@color/white" android:pathData="M1.25449 2.71375C1.35449 2.71375 1.45448 2.67792 1.53448 2.60625C1.70532 2.45125 1.71865 2.18792 1.56365 2.01792L0.725318 1.09292C0.571152 0.921249 0.307818 0.909583 0.136985 1.06375C-0.0338484 1.21792 -0.0471817 1.48125 0.107818 1.65208L0.946152 2.57625C1.02865 2.66792 1.14115 2.71375 1.25449 2.71375Z" android:fillType="evenOdd" />
<path android:fillColor="#ffe3e7f8" android:pathData="M49.3714 73.2028C46.8447 73.2028 44.7881 71.147 44.7881 68.6195V54.5887C43.5881 54.9503 42.7047 56.0528 42.7047 57.3695V72.3695C42.7047 73.9778 44.0131 75.2862 45.6214 75.2862H75.6214C76.9381 75.2862 78.0406 74.4028 78.4022 73.2028H49.3714Z" android:fillType="evenOdd" />
<path android:fillColor="#ffc7d0f0" android:pathData="M53.1214 69.4528C50.5947 69.4528 48.5381 67.397 48.5381 64.8695V50.8387C47.3381 51.2003 46.4547 52.3028 46.4547 53.6195V68.6195C46.4547 70.2278 47.7631 71.5362 49.3714 71.5362H79.3714C80.6881 71.5362 81.7906 70.6528 82.1522 69.4528H53.1214Z" android:fillType="evenOdd" />
<path android:fillColor="#ff8ea1e1" android:pathData="M83.1214 46.9528H53.1214C51.5131 46.9528 50.2047 48.2612 50.2047 49.8695V64.8695C50.2047 66.4778 51.5131 67.7862 53.1214 67.7862H83.1214C84.7297 67.7862 86.0381 66.4778 86.0381 64.8695V49.8695C86.0381 48.2612 84.7297 46.9528 83.1214 46.9528Z" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_badge_upsell.xml to/res/drawable-anydpi-v24/img_badge_upsell.xml
*** from/res/drawable-anydpi-v24/img_badge_upsell.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/img_badge_upsell.xml 2021-01-11 15:14:01.289591093 -0700
***************
*** 7,22 ****
<path android:fillColor="#ff7687b2" android:pathData="M88.2376 48.2072C85.9645 49.2509 83.5437 49.7758 81.1144 49.7758C79.1106 49.7758 77.1017 49.4184 75.1662 48.701C70.8859 47.1142 67.4793 43.9554 65.574 39.8063C61.6416 31.2406 65.4099 21.0708 73.9731 17.1376C78.1222 15.2322 82.7642 15.057 87.0445 16.6429C91.3248 18.2296 94.7314 21.3894 96.6367 25.5384C100.569 34.1042 96.8016 44.2731 88.2376 48.2072ZM71.5955 11.962C60.1576 17.2144 55.1426 30.745 60.3958 42.1822C65.6482 53.621 79.1789 58.6351 90.616 53.3827C102.054 48.1295 107.068 34.5997 101.817 23.1617C96.5633 11.7237 83.0335 6.70964 71.5955 11.962Z" android:fillType="evenOdd" />
<path android:fillColor="#ff202225" android:pathData="M23.9573 53.111H31.7348C35.8882 53.111 39.2681 49.7311 39.2681 45.5777C39.2681 41.4235 35.8882 38.0445 31.7348 38.0445H6.02116C3.65223 38.0445 1.72619 36.1176 1.72619 33.7495C1.72619 31.3815 3.65223 29.4546 6.02116 29.4546H29.226C31.7003 29.4546 33.7127 27.4413 33.7127 24.9662C33.7127 24.2583 33.534 23.5979 33.2404 23.0022C32.858 23.4615 32.3823 23.8396 31.8281 24.0839C31.9239 24.3636 31.986 24.6571 31.986 24.9679C31.986 26.49 30.7481 27.7279 29.226 27.7279H6.02116C2.70087 27.7279 -0.000427246 30.4292 -0.000427246 33.7495C-0.000427246 37.0698 2.70087 39.7711 6.02116 39.7711H31.7348C34.9368 39.7711 37.5414 42.3757 37.5414 45.5777C37.5414 48.7797 34.9368 51.3843 31.7348 51.3843H23.9573C20.7553 51.3843 18.1498 53.9889 18.1498 57.191C18.1498 60.393 20.7553 62.9976 23.9573 62.9976H33.5581C34.0347 62.9976 34.4214 62.6108 34.4214 62.1343C34.4214 61.6569 34.0347 61.271 33.5581 61.271H23.9573C21.7075 61.271 19.8764 59.4407 19.8764 57.191C19.8764 54.9412 21.7075 53.111 23.9573 53.111Z" android:fillType="evenOdd" />
<path android:fillColor="#ff202225" android:pathData="M18.6325 7.79611C14.6595 7.79611 11.4273 11.0283 11.4273 15.0013C11.4273 18.9742 14.6595 22.2056 18.6325 22.2056C19.1099 22.2056 19.4958 21.8197 19.4958 21.3423C19.4958 20.8658 19.1099 20.479 18.6325 20.479C15.6118 20.479 13.1539 18.022 13.1539 15.0013C13.1539 11.9806 15.6118 9.52273 18.6325 9.52273H45.5634C45.2466 8.99525 45.0092 8.41597 44.8754 7.79611H18.6325Z" android:fillType="evenOdd" />
! <path android:fillColor="#ff7289da" android:pathData="M32.4269 20.5273C32.4269 19.3325 31.4548 18.3613 30.2608 18.3613H28.6965C27.5025 18.3613 26.5305 19.3325 26.5305 20.5273C26.5305 21.7213 27.5025 22.6934 28.6965 22.6934H30.2608C31.4548 22.6934 32.4269 21.7213 32.4269 20.5273Z" android:fillType="evenOdd" />
<path android:fillColor="#ff4f5d7f" android:pathData="M89.74 51.4746C79.3561 56.2426 67.0721 51.6904 62.304 41.3065C57.5351 30.9226 62.0873 18.6386 72.4712 13.8697C82.8551 9.10161 95.1391 13.6538 99.9072 24.0377C104.677 34.4225 100.124 46.7056 89.74 51.4746ZM108.388 20.1088C103.649 9.78881 93.6439 3.09557 82.2784 2.64147C82.2093 2.63888 82.1411 2.62679 82.0755 2.60866H50.4551C48.2588 2.60866 46.4718 4.39571 46.4718 6.59197C46.4718 8.78909 48.2588 10.5753 50.4551 10.5753H58.6064C58.6367 10.5753 58.6669 10.577 58.6962 10.5805C60.7984 10.6288 62.4991 12.3632 62.4991 14.4688C62.4991 16.615 60.7535 18.3615 58.6064 18.3615H41.948C40.7541 18.3615 39.782 19.3327 39.782 20.5275C39.782 21.7215 40.7541 22.6936 41.948 22.6936H53.1538C55.3 22.6936 57.0464 24.44 57.0464 26.5862C57.0464 28.7324 55.3 30.4789 53.1538 30.4789H48.2122C47.0182 30.4789 46.047 31.4501 46.047 32.6449C46.047 33.8389 47.0182 34.811 48.2122 34.811H50.3705C50.8142 34.811 51.1863 35.1477 51.2303 35.5897C51.5575 38.9117 52.4303 42.1336 53.8228 45.1664C57.169 52.4536 63.1535 58.002 70.6729 60.7888C78.1915 63.5747 86.3463 63.2674 93.6344 59.9203C108.678 53.0121 115.297 35.1528 108.388 20.1088Z" android:fillType="evenOdd" />
<path android:fillColor="#ffebeff7" android:pathData="M95.0682 26.2586C93.3554 22.5282 90.2933 19.6888 86.4446 18.2618C84.7051 17.6177 82.8982 17.2966 81.0973 17.2966C78.914 17.2966 76.7376 17.7679 74.6933 18.7064C66.9952 22.2425 63.6084 31.3849 67.1428 39.0856C68.8564 42.816 71.9186 45.6563 75.7672 47.0825C79.6167 48.5087 83.7882 48.3515 87.5169 46.6379C95.2159 43.1018 98.6035 33.9593 95.0682 26.2586Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M117.36 0.863567H119.027V2.72668H117.36V0.863567Z" />
! <path android:fillColor="#ffffffff" android:pathData="M117.791 2.72668C117.917 2.72668 118.043 2.67142 118.128 2.56524L118.931 1.56466C119.081 1.37905 119.051 1.10797 118.866 0.958618C118.68 0.809266 118.408 0.838618 118.259 1.02423L117.455 2.02481C117.306 2.21042 117.336 2.48236 117.521 2.63171C117.601 2.6956 117.697 2.72668 117.791 2.72668Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M114.214 5.20403L113.409 6.2046C113.261 6.39022 113.29 6.66129 113.476 6.81065C113.555 6.8754 113.651 6.90647 113.746 6.90647C113.872 6.90647 113.997 6.85122 114.082 6.74504L114.886 5.74446C115.035 5.55885 115.006 5.28691 114.82 5.13755C114.634 4.98906 114.363 5.01842 114.214 5.20403Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M119.081 6.0581L118.212 5.09982C118.052 4.92285 117.779 4.9099 117.603 5.06961C117.426 5.23018 117.412 5.50213 117.572 5.67911L118.441 6.63738C118.526 6.73148 118.643 6.77896 118.76 6.77896C118.864 6.77896 118.968 6.74184 119.05 6.66759C119.227 6.50788 119.241 6.23508 119.081 6.0581Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M114.449 2.81136C114.552 2.81136 114.655 2.77424 114.738 2.7C114.915 2.53942 114.929 2.26662 114.768 2.0905L113.901 1.13223C113.741 0.954386 113.468 0.942299 113.291 1.10201C113.114 1.26172 113.1 1.53453 113.261 1.71151L114.129 2.66892C114.214 2.76388 114.331 2.81136 114.449 2.81136Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M46.2052 57.5772C45.2832 57.5772 44.5329 56.827 44.5329 55.905C44.5329 54.983 45.2832 54.2327 46.2052 54.2327C47.1263 54.2327 47.8774 54.983 47.8774 55.905C47.8774 56.827 47.1263 57.5772 46.2052 57.5772ZM46.2052 53.3694C44.8066 53.3694 43.6688 54.5064 43.6688 55.905C43.6688 57.3035 44.8066 58.4405 46.2052 58.4405C47.6029 58.4405 48.7407 57.3035 48.7407 55.905C48.7407 54.5064 47.6029 53.3694 46.2052 53.3694Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M30.685 42.8685C30.4467 42.8685 30.2534 43.0619 30.2534 43.3001C30.2534 44.2239 29.5049 44.9732 28.5803 44.9732C28.342 44.9732 28.1486 45.1658 28.1486 45.4049C28.1486 45.6432 28.342 45.8365 28.5803 45.8365C29.5049 45.8365 30.2534 46.585 30.2534 47.5088C30.2534 47.747 30.4467 47.9404 30.685 47.9404C30.9233 47.9404 31.1167 47.747 31.1167 47.5088C31.1167 46.585 31.8652 45.8365 32.7889 45.8365C33.0272 45.8365 33.2206 45.6432 33.2206 45.4049C33.2206 45.1658 33.0272 44.9732 32.7889 44.9732C31.8652 44.9732 31.1167 44.2239 31.1167 43.3001C31.1167 43.0619 30.9233 42.8685 30.685 42.8685Z" android:fillType="evenOdd" />
<path android:fillColor="#ff202225" android:pathData="M39.7843 61.2707H38.1233C37.6468 61.2707 37.26 61.6575 37.26 62.134C37.26 62.6106 37.6468 62.9973 38.1233 62.9973H39.7843C40.2609 62.9973 40.6476 62.6106 40.6476 62.134C40.6476 61.6575 40.2609 61.2707 39.7843 61.2707Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M30.261 22.6932H28.6967C27.5027 22.6932 26.5306 21.722 26.5306 20.5272C26.5306 19.3323 27.5027 18.3611 28.6967 18.3611H30.261C31.455 18.3611 32.427 19.3323 32.427 20.5272C32.427 21.722 31.455 22.6932 30.261 22.6932ZM30.261 16.6345H28.6967C26.5496 16.6345 24.804 18.381 24.804 20.5272C24.804 22.6742 26.5496 24.4198 28.6967 24.4198H30.261C30.8187 24.4198 31.3479 24.2972 31.8279 24.084C32.3821 23.8397 32.8578 23.4616 33.2403 23.0014C33.8023 22.3272 34.1537 21.4716 34.1537 20.5272C34.1537 18.381 32.4072 16.6345 30.261 16.6345Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M93.6341 59.9205C86.3469 63.2667 78.1912 63.5749 70.6727 60.789C63.1532 58.0022 57.1696 52.4537 53.8235 45.1665C52.4301 42.1337 51.5581 38.9119 51.2301 35.589C51.186 35.1478 50.814 34.8111 50.3711 34.8111H48.2128C47.018 34.8111 46.0468 33.839 46.0468 32.6451C46.0468 31.4503 47.018 30.4782 48.2128 30.4782H53.1535C55.3006 30.4782 57.0462 28.7326 57.0462 26.5864C57.0462 24.4393 55.3006 22.6929 53.1535 22.6929H41.9478C40.7538 22.6929 39.7817 21.7216 39.7817 20.5277C39.7817 19.3329 40.7538 18.3608 41.9478 18.3608H58.607C60.7532 18.3608 62.4997 16.6152 62.4997 14.469C62.4997 12.3634 60.7981 10.629 58.696 10.5806C58.6666 10.5772 58.6364 10.5755 58.607 10.5755H50.4548C48.2586 10.5755 46.4715 8.7884 46.4715 6.59214C46.4715 4.39588 48.2586 2.60883 50.4548 2.60883H82.0752C82.1409 2.62696 82.2099 2.63818 82.279 2.64077C93.6445 3.09574 103.649 9.78898 108.388 20.109C115.296 35.153 108.678 53.0123 93.6341 59.9205ZM110.836 21.4937C106.301 9.46869 95.264 1.52797 82.5915 0.927106C82.5035 0.89689 82.4111 0.882214 82.3178 0.882214H50.7104C48.1472 0.882214 45.7765 2.47157 45.0065 4.91732C44.6879 5.92739 44.6819 6.89862 44.8752 7.79646C45.0091 8.41545 45.2465 8.99559 45.5633 9.52308C46.5639 11.1841 48.3794 12.3021 50.4548 12.3021H58.5596C58.5976 12.3055 58.6364 12.3073 58.6761 12.3064C59.3141 12.2908 59.959 12.5274 60.3147 13.0575C61.4767 14.7884 60.2534 16.6342 58.607 16.6342H42.1213C40.0899 16.6342 38.2718 18.1165 38.075 20.1383C37.8488 22.4589 39.6729 24.4195 41.9478 24.4195H53.0258C54.1584 24.4195 55.1935 25.2327 55.3083 26.3593C55.4413 27.6543 54.4235 28.7516 53.1535 28.7516H48.3863C46.3541 28.7516 44.536 30.2339 44.3383 32.2566C44.1129 34.5763 45.938 36.5378 48.2128 36.5378C49.0088 36.5378 49.6658 37.1239 49.7978 37.9087C50.2606 40.6626 51.0833 43.338 52.254 45.8874C55.7927 53.5933 62.1207 59.4603 70.0727 62.4077C73.6675 63.7398 77.3996 64.4028 81.1222 64.4028C85.8065 64.4028 90.4761 63.353 94.8376 61.2638C109.573 54.2036 116.602 36.7821 110.836 21.4937Z" android:fillType="evenOdd" />
--- 7,22 ----
<path android:fillColor="#ff7687b2" android:pathData="M88.2376 48.2072C85.9645 49.2509 83.5437 49.7758 81.1144 49.7758C79.1106 49.7758 77.1017 49.4184 75.1662 48.701C70.8859 47.1142 67.4793 43.9554 65.574 39.8063C61.6416 31.2406 65.4099 21.0708 73.9731 17.1376C78.1222 15.2322 82.7642 15.057 87.0445 16.6429C91.3248 18.2296 94.7314 21.3894 96.6367 25.5384C100.569 34.1042 96.8016 44.2731 88.2376 48.2072ZM71.5955 11.962C60.1576 17.2144 55.1426 30.745 60.3958 42.1822C65.6482 53.621 79.1789 58.6351 90.616 53.3827C102.054 48.1295 107.068 34.5997 101.817 23.1617C96.5633 11.7237 83.0335 6.70964 71.5955 11.962Z" android:fillType="evenOdd" />
<path android:fillColor="#ff202225" android:pathData="M23.9573 53.111H31.7348C35.8882 53.111 39.2681 49.7311 39.2681 45.5777C39.2681 41.4235 35.8882 38.0445 31.7348 38.0445H6.02116C3.65223 38.0445 1.72619 36.1176 1.72619 33.7495C1.72619 31.3815 3.65223 29.4546 6.02116 29.4546H29.226C31.7003 29.4546 33.7127 27.4413 33.7127 24.9662C33.7127 24.2583 33.534 23.5979 33.2404 23.0022C32.858 23.4615 32.3823 23.8396 31.8281 24.0839C31.9239 24.3636 31.986 24.6571 31.986 24.9679C31.986 26.49 30.7481 27.7279 29.226 27.7279H6.02116C2.70087 27.7279 -0.000427246 30.4292 -0.000427246 33.7495C-0.000427246 37.0698 2.70087 39.7711 6.02116 39.7711H31.7348C34.9368 39.7711 37.5414 42.3757 37.5414 45.5777C37.5414 48.7797 34.9368 51.3843 31.7348 51.3843H23.9573C20.7553 51.3843 18.1498 53.9889 18.1498 57.191C18.1498 60.393 20.7553 62.9976 23.9573 62.9976H33.5581C34.0347 62.9976 34.4214 62.6108 34.4214 62.1343C34.4214 61.6569 34.0347 61.271 33.5581 61.271H23.9573C21.7075 61.271 19.8764 59.4407 19.8764 57.191C19.8764 54.9412 21.7075 53.111 23.9573 53.111Z" android:fillType="evenOdd" />
<path android:fillColor="#ff202225" android:pathData="M18.6325 7.79611C14.6595 7.79611 11.4273 11.0283 11.4273 15.0013C11.4273 18.9742 14.6595 22.2056 18.6325 22.2056C19.1099 22.2056 19.4958 21.8197 19.4958 21.3423C19.4958 20.8658 19.1099 20.479 18.6325 20.479C15.6118 20.479 13.1539 18.022 13.1539 15.0013C13.1539 11.9806 15.6118 9.52273 18.6325 9.52273H45.5634C45.2466 8.99525 45.0092 8.41597 44.8754 7.79611H18.6325Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/link" android:pathData="M32.4269 20.5273C32.4269 19.3325 31.4548 18.3613 30.2608 18.3613H28.6965C27.5025 18.3613 26.5305 19.3325 26.5305 20.5273C26.5305 21.7213 27.5025 22.6934 28.6965 22.6934H30.2608C31.4548 22.6934 32.4269 21.7213 32.4269 20.5273Z" android:fillType="evenOdd" />
<path android:fillColor="#ff4f5d7f" android:pathData="M89.74 51.4746C79.3561 56.2426 67.0721 51.6904 62.304 41.3065C57.5351 30.9226 62.0873 18.6386 72.4712 13.8697C82.8551 9.10161 95.1391 13.6538 99.9072 24.0377C104.677 34.4225 100.124 46.7056 89.74 51.4746ZM108.388 20.1088C103.649 9.78881 93.6439 3.09557 82.2784 2.64147C82.2093 2.63888 82.1411 2.62679 82.0755 2.60866H50.4551C48.2588 2.60866 46.4718 4.39571 46.4718 6.59197C46.4718 8.78909 48.2588 10.5753 50.4551 10.5753H58.6064C58.6367 10.5753 58.6669 10.577 58.6962 10.5805C60.7984 10.6288 62.4991 12.3632 62.4991 14.4688C62.4991 16.615 60.7535 18.3615 58.6064 18.3615H41.948C40.7541 18.3615 39.782 19.3327 39.782 20.5275C39.782 21.7215 40.7541 22.6936 41.948 22.6936H53.1538C55.3 22.6936 57.0464 24.44 57.0464 26.5862C57.0464 28.7324 55.3 30.4789 53.1538 30.4789H48.2122C47.0182 30.4789 46.047 31.4501 46.047 32.6449C46.047 33.8389 47.0182 34.811 48.2122 34.811H50.3705C50.8142 34.811 51.1863 35.1477 51.2303 35.5897C51.5575 38.9117 52.4303 42.1336 53.8228 45.1664C57.169 52.4536 63.1535 58.002 70.6729 60.7888C78.1915 63.5747 86.3463 63.2674 93.6344 59.9203C108.678 53.0121 115.297 35.1528 108.388 20.1088Z" android:fillType="evenOdd" />
<path android:fillColor="#ffebeff7" android:pathData="M95.0682 26.2586C93.3554 22.5282 90.2933 19.6888 86.4446 18.2618C84.7051 17.6177 82.8982 17.2966 81.0973 17.2966C78.914 17.2966 76.7376 17.7679 74.6933 18.7064C66.9952 22.2425 63.6084 31.3849 67.1428 39.0856C68.8564 42.816 71.9186 45.6563 75.7672 47.0825C79.6167 48.5087 83.7882 48.3515 87.5169 46.6379C95.2159 43.1018 98.6035 33.9593 95.0682 26.2586Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M117.36 0.863567H119.027V2.72668H117.36V0.863567Z" />
! <path android:fillColor="@color/white" android:pathData="M117.791 2.72668C117.917 2.72668 118.043 2.67142 118.128 2.56524L118.931 1.56466C119.081 1.37905 119.051 1.10797 118.866 0.958618C118.68 0.809266 118.408 0.838618 118.259 1.02423L117.455 2.02481C117.306 2.21042 117.336 2.48236 117.521 2.63171C117.601 2.6956 117.697 2.72668 117.791 2.72668Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M114.214 5.20403L113.409 6.2046C113.261 6.39022 113.29 6.66129 113.476 6.81065C113.555 6.8754 113.651 6.90647 113.746 6.90647C113.872 6.90647 113.997 6.85122 114.082 6.74504L114.886 5.74446C115.035 5.55885 115.006 5.28691 114.82 5.13755C114.634 4.98906 114.363 5.01842 114.214 5.20403Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M119.081 6.0581L118.212 5.09982C118.052 4.92285 117.779 4.9099 117.603 5.06961C117.426 5.23018 117.412 5.50213 117.572 5.67911L118.441 6.63738C118.526 6.73148 118.643 6.77896 118.76 6.77896C118.864 6.77896 118.968 6.74184 119.05 6.66759C119.227 6.50788 119.241 6.23508 119.081 6.0581Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M114.449 2.81136C114.552 2.81136 114.655 2.77424 114.738 2.7C114.915 2.53942 114.929 2.26662 114.768 2.0905L113.901 1.13223C113.741 0.954386 113.468 0.942299 113.291 1.10201C113.114 1.26172 113.1 1.53453 113.261 1.71151L114.129 2.66892C114.214 2.76388 114.331 2.81136 114.449 2.81136Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M46.2052 57.5772C45.2832 57.5772 44.5329 56.827 44.5329 55.905C44.5329 54.983 45.2832 54.2327 46.2052 54.2327C47.1263 54.2327 47.8774 54.983 47.8774 55.905C47.8774 56.827 47.1263 57.5772 46.2052 57.5772ZM46.2052 53.3694C44.8066 53.3694 43.6688 54.5064 43.6688 55.905C43.6688 57.3035 44.8066 58.4405 46.2052 58.4405C47.6029 58.4405 48.7407 57.3035 48.7407 55.905C48.7407 54.5064 47.6029 53.3694 46.2052 53.3694Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M30.685 42.8685C30.4467 42.8685 30.2534 43.0619 30.2534 43.3001C30.2534 44.2239 29.5049 44.9732 28.5803 44.9732C28.342 44.9732 28.1486 45.1658 28.1486 45.4049C28.1486 45.6432 28.342 45.8365 28.5803 45.8365C29.5049 45.8365 30.2534 46.585 30.2534 47.5088C30.2534 47.747 30.4467 47.9404 30.685 47.9404C30.9233 47.9404 31.1167 47.747 31.1167 47.5088C31.1167 46.585 31.8652 45.8365 32.7889 45.8365C33.0272 45.8365 33.2206 45.6432 33.2206 45.4049C33.2206 45.1658 33.0272 44.9732 32.7889 44.9732C31.8652 44.9732 31.1167 44.2239 31.1167 43.3001C31.1167 43.0619 30.9233 42.8685 30.685 42.8685Z" android:fillType="evenOdd" />
<path android:fillColor="#ff202225" android:pathData="M39.7843 61.2707H38.1233C37.6468 61.2707 37.26 61.6575 37.26 62.134C37.26 62.6106 37.6468 62.9973 38.1233 62.9973H39.7843C40.2609 62.9973 40.6476 62.6106 40.6476 62.134C40.6476 61.6575 40.2609 61.2707 39.7843 61.2707Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M30.261 22.6932H28.6967C27.5027 22.6932 26.5306 21.722 26.5306 20.5272C26.5306 19.3323 27.5027 18.3611 28.6967 18.3611H30.261C31.455 18.3611 32.427 19.3323 32.427 20.5272C32.427 21.722 31.455 22.6932 30.261 22.6932ZM30.261 16.6345H28.6967C26.5496 16.6345 24.804 18.381 24.804 20.5272C24.804 22.6742 26.5496 24.4198 28.6967 24.4198H30.261C30.8187 24.4198 31.3479 24.2972 31.8279 24.084C32.3821 23.8397 32.8578 23.4616 33.2403 23.0014C33.8023 22.3272 34.1537 21.4716 34.1537 20.5272C34.1537 18.381 32.4072 16.6345 30.261 16.6345Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M93.6341 59.9205C86.3469 63.2667 78.1912 63.5749 70.6727 60.789C63.1532 58.0022 57.1696 52.4537 53.8235 45.1665C52.4301 42.1337 51.5581 38.9119 51.2301 35.589C51.186 35.1478 50.814 34.8111 50.3711 34.8111H48.2128C47.018 34.8111 46.0468 33.839 46.0468 32.6451C46.0468 31.4503 47.018 30.4782 48.2128 30.4782H53.1535C55.3006 30.4782 57.0462 28.7326 57.0462 26.5864C57.0462 24.4393 55.3006 22.6929 53.1535 22.6929H41.9478C40.7538 22.6929 39.7817 21.7216 39.7817 20.5277C39.7817 19.3329 40.7538 18.3608 41.9478 18.3608H58.607C60.7532 18.3608 62.4997 16.6152 62.4997 14.469C62.4997 12.3634 60.7981 10.629 58.696 10.5806C58.6666 10.5772 58.6364 10.5755 58.607 10.5755H50.4548C48.2586 10.5755 46.4715 8.7884 46.4715 6.59214C46.4715 4.39588 48.2586 2.60883 50.4548 2.60883H82.0752C82.1409 2.62696 82.2099 2.63818 82.279 2.64077C93.6445 3.09574 103.649 9.78898 108.388 20.109C115.296 35.153 108.678 53.0123 93.6341 59.9205ZM110.836 21.4937C106.301 9.46869 95.264 1.52797 82.5915 0.927106C82.5035 0.89689 82.4111 0.882214 82.3178 0.882214H50.7104C48.1472 0.882214 45.7765 2.47157 45.0065 4.91732C44.6879 5.92739 44.6819 6.89862 44.8752 7.79646C45.0091 8.41545 45.2465 8.99559 45.5633 9.52308C46.5639 11.1841 48.3794 12.3021 50.4548 12.3021H58.5596C58.5976 12.3055 58.6364 12.3073 58.6761 12.3064C59.3141 12.2908 59.959 12.5274 60.3147 13.0575C61.4767 14.7884 60.2534 16.6342 58.607 16.6342H42.1213C40.0899 16.6342 38.2718 18.1165 38.075 20.1383C37.8488 22.4589 39.6729 24.4195 41.9478 24.4195H53.0258C54.1584 24.4195 55.1935 25.2327 55.3083 26.3593C55.4413 27.6543 54.4235 28.7516 53.1535 28.7516H48.3863C46.3541 28.7516 44.536 30.2339 44.3383 32.2566C44.1129 34.5763 45.938 36.5378 48.2128 36.5378C49.0088 36.5378 49.6658 37.1239 49.7978 37.9087C50.2606 40.6626 51.0833 43.338 52.254 45.8874C55.7927 53.5933 62.1207 59.4603 70.0727 62.4077C73.6675 63.7398 77.3996 64.4028 81.1222 64.4028C85.8065 64.4028 90.4761 63.353 94.8376 61.2638C109.573 54.2036 116.602 36.7821 110.836 21.4937Z" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_boost_activated_dark.xml to/res/drawable-anydpi-v24/img_boost_activated_dark.xml
*** from/res/drawable-anydpi-v24/img_boost_activated_dark.xml 2021-01-02 17:58:42.700416320 -0700
--- to/res/drawable-anydpi-v24/img_boost_activated_dark.xml 2021-01-11 15:14:01.360590030 -0700
***************
*** 1,19 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="44.0dip" android:width="277.0dip" android:viewportWidth="277.0" android:viewportHeight="44.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
! <path android:fillColor="#ffffffff" android:pathData="M46.489,18.553C46.455,18.753 46.381,18.986 46.264,19.253C46.164,19.519 46.014,19.786 45.814,20.052C45.631,20.318 45.406,20.576 45.139,20.826C45.127,20.837 45.115,20.849 45.103,20.86C44.785,21.146 44.774,21.723 45.093,22.008C45.265,22.162 45.414,22.326 45.539,22.5C45.839,22.916 46.047,23.349 46.164,23.798C46.28,24.248 46.314,24.689 46.264,25.122C46.231,25.555 46.164,25.938 46.064,26.271C45.631,27.703 44.856,28.827 43.74,29.642C42.641,30.442 41.109,30.841 39.143,30.841H32.521C32.204,30.841 31.961,30.562 32.005,30.249L34.333,13.607C34.369,13.35 34.589,13.159 34.849,13.159H41.492C42.341,13.159 43.099,13.284 43.765,13.534C44.448,13.783 45.015,14.141 45.464,14.608C45.914,15.057 46.231,15.615 46.414,16.281C46.614,16.947 46.639,17.704 46.489,18.553ZM40.517,20.077C41.067,20.077 41.5,19.919 41.817,19.603C42.15,19.27 42.341,18.903 42.391,18.504C42.458,18.104 42.375,17.746 42.141,17.43C41.925,17.097 41.533,16.93 40.967,16.93H38.82C38.561,16.93 38.341,17.121 38.305,17.377L38.004,19.483C37.959,19.797 38.202,20.077 38.519,20.077H40.517ZM39.568,26.92C40.234,26.92 40.759,26.737 41.142,26.371C41.542,25.988 41.766,25.572 41.817,25.122C41.883,24.656 41.775,24.24 41.492,23.873C41.208,23.49 40.734,23.299 40.068,23.299H37.923C37.663,23.299 37.443,23.491 37.407,23.748L37.051,26.329C37.008,26.641 37.251,26.92 37.567,26.92H39.568Z" />
! <path android:fillColor="#ffffffff" android:pathData="M49.738,18.978C49.888,17.962 50.221,17.08 50.737,16.331C51.271,15.565 51.912,14.932 52.661,14.433C53.428,13.917 54.26,13.534 55.16,13.284C56.076,13.034 56.992,12.909 57.908,12.909C58.824,12.909 59.707,13.034 60.557,13.284C61.406,13.534 62.139,13.917 62.755,14.433C63.372,14.932 63.838,15.565 64.155,16.331C64.471,17.08 64.554,17.962 64.405,18.978L63.53,25.022C63.38,26.038 63.047,26.928 62.531,27.694C62.031,28.444 61.406,29.076 60.657,29.593C59.907,30.092 59.074,30.467 58.158,30.716C57.242,30.966 56.301,31.091 55.335,31.091C54.419,31.091 53.536,30.966 52.686,30.716C51.854,30.467 51.129,30.092 50.513,29.593C49.896,29.076 49.43,28.444 49.113,27.694C48.797,26.928 48.714,26.038 48.863,25.022L49.738,18.978ZM53.336,25.022C53.286,25.338 53.328,25.622 53.461,25.871C53.594,26.104 53.777,26.304 54.011,26.471C54.244,26.621 54.519,26.737 54.835,26.82C55.168,26.903 55.501,26.945 55.834,26.945C56.201,26.945 56.559,26.903 56.909,26.82C57.275,26.737 57.608,26.612 57.908,26.446C58.208,26.279 58.458,26.071 58.658,25.821C58.874,25.555 59.008,25.247 59.058,24.897L59.932,18.978C59.982,18.645 59.949,18.354 59.832,18.104C59.715,17.854 59.541,17.646 59.307,17.48C59.074,17.313 58.791,17.188 58.458,17.105C58.141,17.022 57.8,16.98 57.433,16.98C57.067,16.98 56.701,17.022 56.334,17.105C55.984,17.188 55.66,17.313 55.36,17.48C55.06,17.646 54.802,17.854 54.585,18.104C54.385,18.354 54.26,18.645 54.21,18.978L53.336,25.022Z" />
! <path android:fillColor="#ffffffff" android:pathData="M67.329,18.978C67.479,17.962 67.812,17.08 68.329,16.331C68.862,15.565 69.503,14.932 70.253,14.433C71.019,13.917 71.852,13.534 72.751,13.284C73.667,13.034 74.583,12.909 75.5,12.909C76.416,12.909 77.299,13.034 78.148,13.284C78.997,13.534 79.73,13.917 80.347,14.433C80.963,14.932 81.429,15.565 81.746,16.331C82.062,17.08 82.146,17.962 81.996,18.978L81.121,25.022C80.971,26.038 80.638,26.928 80.122,27.694C79.622,28.444 78.997,29.076 78.248,29.593C77.498,30.092 76.665,30.467 75.749,30.716C74.833,30.966 73.892,31.091 72.926,31.091C72.01,31.091 71.127,30.966 70.278,30.716C69.445,30.467 68.72,30.092 68.104,29.593C67.488,29.076 67.021,28.444 66.705,27.694C66.388,26.928 66.305,26.038 66.455,25.022L67.329,18.978ZM70.927,25.022C70.877,25.338 70.919,25.622 71.052,25.871C71.185,26.104 71.369,26.304 71.602,26.471C71.835,26.621 72.11,26.737 72.426,26.82C72.759,26.903 73.093,26.945 73.426,26.945C73.792,26.945 74.15,26.903 74.5,26.82C74.867,26.737 75.2,26.612 75.5,26.446C75.799,26.279 76.049,26.071 76.249,25.821C76.466,25.555 76.599,25.247 76.649,24.897L77.523,18.978C77.573,18.645 77.54,18.354 77.423,18.104C77.307,17.854 77.132,17.646 76.899,17.48C76.665,17.313 76.382,17.188 76.049,17.105C75.733,17.022 75.391,16.98 75.025,16.98C74.658,16.98 74.292,17.022 73.925,17.105C73.576,17.188 73.251,17.313 72.951,17.48C72.651,17.646 72.393,17.854 72.176,18.104C71.977,18.354 71.852,18.645 71.802,18.978L70.927,25.022Z" />
! <path android:fillColor="#ffffffff" android:pathData="M85.853,25.612C86.09,25.417 86.442,25.471 86.654,25.693C86.986,26.042 87.391,26.318 87.869,26.521C88.535,26.804 89.201,26.945 89.868,26.945C90.467,26.945 91,26.837 91.467,26.621C91.933,26.404 92.208,26.063 92.291,25.597C92.341,25.33 92.291,25.097 92.141,24.897C91.992,24.681 91.783,24.506 91.517,24.373C91.25,24.24 90.934,24.131 90.567,24.048C90.217,23.948 89.868,23.873 89.518,23.823C88.818,23.707 88.152,23.49 87.519,23.174C86.903,22.841 86.37,22.416 85.92,21.9C85.47,21.384 85.146,20.785 84.946,20.102C84.746,19.403 84.721,18.637 84.871,17.804C85.037,16.905 85.345,16.148 85.795,15.532C86.261,14.899 86.82,14.391 87.469,14.008C88.119,13.608 88.827,13.325 89.593,13.159C90.376,12.992 91.175,12.909 91.992,12.909C92.524,12.909 93.049,12.951 93.566,13.034C94.082,13.117 94.582,13.267 95.065,13.484C95.548,13.7 96.006,13.991 96.439,14.358C96.757,14.627 97.061,14.945 97.352,15.312C97.531,15.538 97.471,15.865 97.234,16.028L94.795,17.716C94.578,17.866 94.286,17.827 94.088,17.653C93.779,17.384 93.43,17.176 93.041,17.03C92.508,16.83 91.983,16.722 91.467,16.705C90.9,16.689 90.409,16.789 89.993,17.005C89.576,17.222 89.343,17.555 89.293,18.004C89.226,18.52 89.393,18.912 89.793,19.178C90.192,19.428 90.734,19.628 91.417,19.777C92.183,19.927 92.924,20.127 93.641,20.377C94.373,20.61 94.99,20.959 95.489,21.426C96.006,21.875 96.381,22.466 96.614,23.199C96.847,23.915 96.864,24.822 96.664,25.921C96.497,26.787 96.189,27.545 95.739,28.194C95.306,28.827 94.765,29.359 94.115,29.792C93.466,30.225 92.716,30.55 91.867,30.766C91.034,30.983 90.143,31.091 89.193,31.091C88.66,31.091 88.102,31.024 87.519,30.891C86.953,30.758 86.395,30.558 85.845,30.292C85.312,30.025 84.804,29.692 84.321,29.293C83.955,28.99 83.632,28.649 83.353,28.271C83.198,28.061 83.247,27.77 83.448,27.604L85.853,25.612Z" />
! <path android:fillColor="#ffffffff" android:pathData="M109.444,17.23C109.184,17.23 108.964,17.422 108.928,17.679L107.178,30.392C107.142,30.649 106.922,30.841 106.662,30.841H103.191C102.875,30.841 102.632,30.563 102.675,30.25L104.386,17.821C104.429,17.508 104.186,17.23 103.871,17.23H100.298C99.98,17.23 99.737,16.948 99.783,16.634L100.23,13.579C100.267,13.323 100.487,13.134 100.745,13.134H113.76C114.077,13.134 114.321,13.416 114.275,13.73L113.827,16.785C113.79,17.04 113.571,17.23 113.312,17.23H109.444Z" />
! <path android:fillColor="#ffffffff" android:pathData="M127.308,22.794L126.842,18.252C126.836,18.197 126.788,18.154 126.732,18.154H126.731C126.685,18.154 126.644,18.182 126.628,18.225L124.93,22.672C124.81,22.987 125.046,23.324 125.387,23.324H126.823C127.112,23.324 127.338,23.077 127.308,22.794M132.803,30.841H128.956C128.721,30.841 128.52,30.677 128.476,30.449L127.944,27.687C127.901,27.459 127.699,27.295 127.465,27.295H123.405C123.212,27.295 123.037,27.407 122.959,27.581L121.623,30.555C121.545,30.729 121.37,30.841 121.177,30.841H117.419C117.058,30.841 116.822,30.468 116.981,30.148L125.256,13.429C125.338,13.264 125.508,13.159 125.694,13.159H129.12C129.349,13.159 129.548,13.317 129.597,13.539L133.28,30.257C133.346,30.558 133.114,30.841 132.803,30.841" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M147.021,26.865C147.297,27 147.38,27.351 147.192,27.592C145.071,30.307 142.644,31.091 140.511,31.091C136.995,31.091 133.757,29.068 134.314,25.047L135.174,18.953C135.73,14.957 139.575,12.909 143.167,12.909C145.259,12.909 147.647,13.744 148.726,16.527C148.822,16.775 148.694,17.052 148.443,17.147L145.39,18.302C145.173,18.384 144.933,18.299 144.807,18.106C144.318,17.355 143.389,17.03 142.459,17.03C141.169,17.055 139.879,17.754 139.702,18.953L138.842,25.047C138.665,26.196 139.778,26.92 141.043,26.92C141.967,26.92 142.993,26.543 143.634,25.664C143.774,25.474 144.032,25.41 144.245,25.514L147.021,26.865Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M159.199,17.646L157.418,30.425C157.385,30.663 157.178,30.841 156.935,30.841H153.341C153.045,30.841 152.817,30.583 152.858,30.293L154.602,17.777C154.643,17.488 154.415,17.23 154.119,17.23H150.412C150.114,17.23 149.886,16.969 149.929,16.678L150.393,13.546C150.428,13.309 150.634,13.134 150.876,13.134H164.131C164.429,13.134 164.657,13.395 164.614,13.685L164.15,16.818C164.115,17.054 163.909,17.23 163.667,17.23H159.683C159.439,17.23 159.232,17.407 159.199,17.646" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M168.421,30.841H164.879C164.582,30.841 164.355,30.583 164.396,30.293L166.763,13.574C166.797,13.336 167.003,13.159 167.247,13.159H170.789C171.086,13.159 171.313,13.418 171.272,13.708L168.905,30.426C168.871,30.664 168.665,30.841 168.421,30.841" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M185.668,13.134H189.424C189.787,13.134 190.023,13.51 189.861,13.831L181.394,30.574C181.311,30.738 181.142,30.841 180.957,30.841H177.503C177.273,30.841 177.075,30.684 177.026,30.463L173.295,13.719C173.228,13.419 173.459,13.134 173.771,13.134H177.614C177.85,13.134 178.052,13.3 178.094,13.529L179.609,21.746C179.613,21.765 179.615,21.785 179.616,21.804L179.868,25.996H179.918L181.275,21.829C181.281,21.809 181.288,21.791 181.297,21.773L185.226,13.413C185.306,13.243 185.478,13.134 185.668,13.134Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M194.996,22.794L194.529,18.252C194.523,18.197 194.476,18.154 194.419,18.154H194.418C194.372,18.154 194.331,18.182 194.315,18.225L192.617,22.672C192.497,22.987 192.733,23.324 193.074,23.324H194.51C194.799,23.324 195.025,23.077 194.996,22.794M200.49,30.841H196.643C196.409,30.841 196.207,30.677 196.164,30.449L195.632,27.687C195.588,27.459 195.386,27.295 195.152,27.295H191.092C190.9,27.295 190.725,27.407 190.646,27.581L189.31,30.555C189.232,30.729 189.057,30.841 188.864,30.841H185.106C184.746,30.841 184.509,30.468 184.668,30.148L192.943,13.429C193.025,13.264 193.195,13.159 193.382,13.159H196.807C197.037,13.159 197.235,13.317 197.284,13.539L200.967,30.257C201.033,30.558 200.802,30.841 200.49,30.841" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M210.016,17.646L208.235,30.425C208.201,30.663 207.995,30.841 207.751,30.841H204.158C203.862,30.841 203.634,30.583 203.674,30.293L205.419,17.777C205.459,17.488 205.231,17.23 204.936,17.23H201.228C200.931,17.23 200.702,16.969 200.746,16.678L201.21,13.546C201.245,13.309 201.45,13.134 201.693,13.134H214.948C215.246,13.134 215.474,13.395 215.431,13.685L214.966,16.818C214.931,17.054 214.726,17.23 214.484,17.23H210.499C210.256,17.23 210.049,17.407 210.016,17.646" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M221.631,20.002H227.768C228.064,20.002 228.292,20.26 228.251,20.55L227.83,23.557C227.797,23.795 227.59,23.973 227.347,23.973H220.936C220.693,23.973 220.487,24.149 220.453,24.387L220.211,26.071C220.17,26.361 220.398,26.62 220.694,26.62H227.466C227.762,26.62 227.989,26.878 227.949,27.167L227.5,30.424C227.468,30.663 227.261,30.841 227.017,30.841H215.533C215.237,30.841 215.009,30.582 215.05,30.292L217.418,13.574C217.451,13.336 217.658,13.159 217.901,13.159H229.385C229.682,13.159 229.91,13.418 229.868,13.708L229.4,16.965C229.366,17.203 229.16,17.38 228.916,17.38H221.871C221.628,17.38 221.422,17.556 221.388,17.793L221.148,19.452C221.106,19.742 221.334,20.002 221.631,20.002" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M237.364,26.646C238.604,26.646 239.717,25.971 239.843,25.022L240.703,19.078C240.83,18.104 239.944,17.33 238.705,17.33H236.827C236.584,17.33 236.378,17.506 236.343,17.744L235.141,26.096C235.1,26.386 235.328,26.646 235.625,26.646H237.364ZM239.135,13.159C242.727,13.159 245.838,14.958 245.256,19.078L244.396,25.022C243.815,29.093 240.223,30.841 236.631,30.841H230.488C230.192,30.841 229.964,30.583 230.005,30.293L232.373,13.574C232.406,13.336 232.613,13.159 232.856,13.159H239.135Z" android:fillType="evenOdd" />
<path android:fillColor="#00000000" android:pathData="M267.455,1H9.273C4.704,1 1,4.704 1,9.273V34.727C1,39.296 4.704,43 9.273,43H267.455C272.023,43 275.727,39.296 275.727,34.727V9.273C275.727,4.704 272.023,1 267.455,1Z" android:strokeColor="@drawable/$img_boost_activated_dark__0" android:strokeWidth="2.0" />
</vector>
\ No newline at end of file
--- 1,19 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="44.0dip" android:width="277.0dip" android:viewportWidth="277.0" android:viewportHeight="44.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
! <path android:fillColor="@color/white" android:pathData="M46.489,18.553C46.455,18.753 46.381,18.986 46.264,19.253C46.164,19.519 46.014,19.786 45.814,20.052C45.631,20.318 45.406,20.576 45.139,20.826C45.127,20.837 45.115,20.849 45.103,20.86C44.785,21.146 44.774,21.723 45.093,22.008C45.265,22.162 45.414,22.326 45.539,22.5C45.839,22.916 46.047,23.349 46.164,23.798C46.28,24.248 46.314,24.689 46.264,25.122C46.231,25.555 46.164,25.938 46.064,26.271C45.631,27.703 44.856,28.827 43.74,29.642C42.641,30.442 41.109,30.841 39.143,30.841H32.521C32.204,30.841 31.961,30.562 32.005,30.249L34.333,13.607C34.369,13.35 34.589,13.159 34.849,13.159H41.492C42.341,13.159 43.099,13.284 43.765,13.534C44.448,13.783 45.015,14.141 45.464,14.608C45.914,15.057 46.231,15.615 46.414,16.281C46.614,16.947 46.639,17.704 46.489,18.553ZM40.517,20.077C41.067,20.077 41.5,19.919 41.817,19.603C42.15,19.27 42.341,18.903 42.391,18.504C42.458,18.104 42.375,17.746 42.141,17.43C41.925,17.097 41.533,16.93 40.967,16.93H38.82C38.561,16.93 38.341,17.121 38.305,17.377L38.004,19.483C37.959,19.797 38.202,20.077 38.519,20.077H40.517ZM39.568,26.92C40.234,26.92 40.759,26.737 41.142,26.371C41.542,25.988 41.766,25.572 41.817,25.122C41.883,24.656 41.775,24.24 41.492,23.873C41.208,23.49 40.734,23.299 40.068,23.299H37.923C37.663,23.299 37.443,23.491 37.407,23.748L37.051,26.329C37.008,26.641 37.251,26.92 37.567,26.92H39.568Z" />
! <path android:fillColor="@color/white" android:pathData="M49.738,18.978C49.888,17.962 50.221,17.08 50.737,16.331C51.271,15.565 51.912,14.932 52.661,14.433C53.428,13.917 54.26,13.534 55.16,13.284C56.076,13.034 56.992,12.909 57.908,12.909C58.824,12.909 59.707,13.034 60.557,13.284C61.406,13.534 62.139,13.917 62.755,14.433C63.372,14.932 63.838,15.565 64.155,16.331C64.471,17.08 64.554,17.962 64.405,18.978L63.53,25.022C63.38,26.038 63.047,26.928 62.531,27.694C62.031,28.444 61.406,29.076 60.657,29.593C59.907,30.092 59.074,30.467 58.158,30.716C57.242,30.966 56.301,31.091 55.335,31.091C54.419,31.091 53.536,30.966 52.686,30.716C51.854,30.467 51.129,30.092 50.513,29.593C49.896,29.076 49.43,28.444 49.113,27.694C48.797,26.928 48.714,26.038 48.863,25.022L49.738,18.978ZM53.336,25.022C53.286,25.338 53.328,25.622 53.461,25.871C53.594,26.104 53.777,26.304 54.011,26.471C54.244,26.621 54.519,26.737 54.835,26.82C55.168,26.903 55.501,26.945 55.834,26.945C56.201,26.945 56.559,26.903 56.909,26.82C57.275,26.737 57.608,26.612 57.908,26.446C58.208,26.279 58.458,26.071 58.658,25.821C58.874,25.555 59.008,25.247 59.058,24.897L59.932,18.978C59.982,18.645 59.949,18.354 59.832,18.104C59.715,17.854 59.541,17.646 59.307,17.48C59.074,17.313 58.791,17.188 58.458,17.105C58.141,17.022 57.8,16.98 57.433,16.98C57.067,16.98 56.701,17.022 56.334,17.105C55.984,17.188 55.66,17.313 55.36,17.48C55.06,17.646 54.802,17.854 54.585,18.104C54.385,18.354 54.26,18.645 54.21,18.978L53.336,25.022Z" />
! <path android:fillColor="@color/white" android:pathData="M67.329,18.978C67.479,17.962 67.812,17.08 68.329,16.331C68.862,15.565 69.503,14.932 70.253,14.433C71.019,13.917 71.852,13.534 72.751,13.284C73.667,13.034 74.583,12.909 75.5,12.909C76.416,12.909 77.299,13.034 78.148,13.284C78.997,13.534 79.73,13.917 80.347,14.433C80.963,14.932 81.429,15.565 81.746,16.331C82.062,17.08 82.146,17.962 81.996,18.978L81.121,25.022C80.971,26.038 80.638,26.928 80.122,27.694C79.622,28.444 78.997,29.076 78.248,29.593C77.498,30.092 76.665,30.467 75.749,30.716C74.833,30.966 73.892,31.091 72.926,31.091C72.01,31.091 71.127,30.966 70.278,30.716C69.445,30.467 68.72,30.092 68.104,29.593C67.488,29.076 67.021,28.444 66.705,27.694C66.388,26.928 66.305,26.038 66.455,25.022L67.329,18.978ZM70.927,25.022C70.877,25.338 70.919,25.622 71.052,25.871C71.185,26.104 71.369,26.304 71.602,26.471C71.835,26.621 72.11,26.737 72.426,26.82C72.759,26.903 73.093,26.945 73.426,26.945C73.792,26.945 74.15,26.903 74.5,26.82C74.867,26.737 75.2,26.612 75.5,26.446C75.799,26.279 76.049,26.071 76.249,25.821C76.466,25.555 76.599,25.247 76.649,24.897L77.523,18.978C77.573,18.645 77.54,18.354 77.423,18.104C77.307,17.854 77.132,17.646 76.899,17.48C76.665,17.313 76.382,17.188 76.049,17.105C75.733,17.022 75.391,16.98 75.025,16.98C74.658,16.98 74.292,17.022 73.925,17.105C73.576,17.188 73.251,17.313 72.951,17.48C72.651,17.646 72.393,17.854 72.176,18.104C71.977,18.354 71.852,18.645 71.802,18.978L70.927,25.022Z" />
! <path android:fillColor="@color/white" android:pathData="M85.853,25.612C86.09,25.417 86.442,25.471 86.654,25.693C86.986,26.042 87.391,26.318 87.869,26.521C88.535,26.804 89.201,26.945 89.868,26.945C90.467,26.945 91,26.837 91.467,26.621C91.933,26.404 92.208,26.063 92.291,25.597C92.341,25.33 92.291,25.097 92.141,24.897C91.992,24.681 91.783,24.506 91.517,24.373C91.25,24.24 90.934,24.131 90.567,24.048C90.217,23.948 89.868,23.873 89.518,23.823C88.818,23.707 88.152,23.49 87.519,23.174C86.903,22.841 86.37,22.416 85.92,21.9C85.47,21.384 85.146,20.785 84.946,20.102C84.746,19.403 84.721,18.637 84.871,17.804C85.037,16.905 85.345,16.148 85.795,15.532C86.261,14.899 86.82,14.391 87.469,14.008C88.119,13.608 88.827,13.325 89.593,13.159C90.376,12.992 91.175,12.909 91.992,12.909C92.524,12.909 93.049,12.951 93.566,13.034C94.082,13.117 94.582,13.267 95.065,13.484C95.548,13.7 96.006,13.991 96.439,14.358C96.757,14.627 97.061,14.945 97.352,15.312C97.531,15.538 97.471,15.865 97.234,16.028L94.795,17.716C94.578,17.866 94.286,17.827 94.088,17.653C93.779,17.384 93.43,17.176 93.041,17.03C92.508,16.83 91.983,16.722 91.467,16.705C90.9,16.689 90.409,16.789 89.993,17.005C89.576,17.222 89.343,17.555 89.293,18.004C89.226,18.52 89.393,18.912 89.793,19.178C90.192,19.428 90.734,19.628 91.417,19.777C92.183,19.927 92.924,20.127 93.641,20.377C94.373,20.61 94.99,20.959 95.489,21.426C96.006,21.875 96.381,22.466 96.614,23.199C96.847,23.915 96.864,24.822 96.664,25.921C96.497,26.787 96.189,27.545 95.739,28.194C95.306,28.827 94.765,29.359 94.115,29.792C93.466,30.225 92.716,30.55 91.867,30.766C91.034,30.983 90.143,31.091 89.193,31.091C88.66,31.091 88.102,31.024 87.519,30.891C86.953,30.758 86.395,30.558 85.845,30.292C85.312,30.025 84.804,29.692 84.321,29.293C83.955,28.99 83.632,28.649 83.353,28.271C83.198,28.061 83.247,27.77 83.448,27.604L85.853,25.612Z" />
! <path android:fillColor="@color/white" android:pathData="M109.444,17.23C109.184,17.23 108.964,17.422 108.928,17.679L107.178,30.392C107.142,30.649 106.922,30.841 106.662,30.841H103.191C102.875,30.841 102.632,30.563 102.675,30.25L104.386,17.821C104.429,17.508 104.186,17.23 103.871,17.23H100.298C99.98,17.23 99.737,16.948 99.783,16.634L100.23,13.579C100.267,13.323 100.487,13.134 100.745,13.134H113.76C114.077,13.134 114.321,13.416 114.275,13.73L113.827,16.785C113.79,17.04 113.571,17.23 113.312,17.23H109.444Z" />
! <path android:fillColor="@color/white" android:pathData="M127.308,22.794L126.842,18.252C126.836,18.197 126.788,18.154 126.732,18.154H126.731C126.685,18.154 126.644,18.182 126.628,18.225L124.93,22.672C124.81,22.987 125.046,23.324 125.387,23.324H126.823C127.112,23.324 127.338,23.077 127.308,22.794M132.803,30.841H128.956C128.721,30.841 128.52,30.677 128.476,30.449L127.944,27.687C127.901,27.459 127.699,27.295 127.465,27.295H123.405C123.212,27.295 123.037,27.407 122.959,27.581L121.623,30.555C121.545,30.729 121.37,30.841 121.177,30.841H117.419C117.058,30.841 116.822,30.468 116.981,30.148L125.256,13.429C125.338,13.264 125.508,13.159 125.694,13.159H129.12C129.349,13.159 129.548,13.317 129.597,13.539L133.28,30.257C133.346,30.558 133.114,30.841 132.803,30.841" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M147.021,26.865C147.297,27 147.38,27.351 147.192,27.592C145.071,30.307 142.644,31.091 140.511,31.091C136.995,31.091 133.757,29.068 134.314,25.047L135.174,18.953C135.73,14.957 139.575,12.909 143.167,12.909C145.259,12.909 147.647,13.744 148.726,16.527C148.822,16.775 148.694,17.052 148.443,17.147L145.39,18.302C145.173,18.384 144.933,18.299 144.807,18.106C144.318,17.355 143.389,17.03 142.459,17.03C141.169,17.055 139.879,17.754 139.702,18.953L138.842,25.047C138.665,26.196 139.778,26.92 141.043,26.92C141.967,26.92 142.993,26.543 143.634,25.664C143.774,25.474 144.032,25.41 144.245,25.514L147.021,26.865Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M159.199,17.646L157.418,30.425C157.385,30.663 157.178,30.841 156.935,30.841H153.341C153.045,30.841 152.817,30.583 152.858,30.293L154.602,17.777C154.643,17.488 154.415,17.23 154.119,17.23H150.412C150.114,17.23 149.886,16.969 149.929,16.678L150.393,13.546C150.428,13.309 150.634,13.134 150.876,13.134H164.131C164.429,13.134 164.657,13.395 164.614,13.685L164.15,16.818C164.115,17.054 163.909,17.23 163.667,17.23H159.683C159.439,17.23 159.232,17.407 159.199,17.646" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M168.421,30.841H164.879C164.582,30.841 164.355,30.583 164.396,30.293L166.763,13.574C166.797,13.336 167.003,13.159 167.247,13.159H170.789C171.086,13.159 171.313,13.418 171.272,13.708L168.905,30.426C168.871,30.664 168.665,30.841 168.421,30.841" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M185.668,13.134H189.424C189.787,13.134 190.023,13.51 189.861,13.831L181.394,30.574C181.311,30.738 181.142,30.841 180.957,30.841H177.503C177.273,30.841 177.075,30.684 177.026,30.463L173.295,13.719C173.228,13.419 173.459,13.134 173.771,13.134H177.614C177.85,13.134 178.052,13.3 178.094,13.529L179.609,21.746C179.613,21.765 179.615,21.785 179.616,21.804L179.868,25.996H179.918L181.275,21.829C181.281,21.809 181.288,21.791 181.297,21.773L185.226,13.413C185.306,13.243 185.478,13.134 185.668,13.134Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M194.996,22.794L194.529,18.252C194.523,18.197 194.476,18.154 194.419,18.154H194.418C194.372,18.154 194.331,18.182 194.315,18.225L192.617,22.672C192.497,22.987 192.733,23.324 193.074,23.324H194.51C194.799,23.324 195.025,23.077 194.996,22.794M200.49,30.841H196.643C196.409,30.841 196.207,30.677 196.164,30.449L195.632,27.687C195.588,27.459 195.386,27.295 195.152,27.295H191.092C190.9,27.295 190.725,27.407 190.646,27.581L189.31,30.555C189.232,30.729 189.057,30.841 188.864,30.841H185.106C184.746,30.841 184.509,30.468 184.668,30.148L192.943,13.429C193.025,13.264 193.195,13.159 193.382,13.159H196.807C197.037,13.159 197.235,13.317 197.284,13.539L200.967,30.257C201.033,30.558 200.802,30.841 200.49,30.841" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M210.016,17.646L208.235,30.425C208.201,30.663 207.995,30.841 207.751,30.841H204.158C203.862,30.841 203.634,30.583 203.674,30.293L205.419,17.777C205.459,17.488 205.231,17.23 204.936,17.23H201.228C200.931,17.23 200.702,16.969 200.746,16.678L201.21,13.546C201.245,13.309 201.45,13.134 201.693,13.134H214.948C215.246,13.134 215.474,13.395 215.431,13.685L214.966,16.818C214.931,17.054 214.726,17.23 214.484,17.23H210.499C210.256,17.23 210.049,17.407 210.016,17.646" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M221.631,20.002H227.768C228.064,20.002 228.292,20.26 228.251,20.55L227.83,23.557C227.797,23.795 227.59,23.973 227.347,23.973H220.936C220.693,23.973 220.487,24.149 220.453,24.387L220.211,26.071C220.17,26.361 220.398,26.62 220.694,26.62H227.466C227.762,26.62 227.989,26.878 227.949,27.167L227.5,30.424C227.468,30.663 227.261,30.841 227.017,30.841H215.533C215.237,30.841 215.009,30.582 215.05,30.292L217.418,13.574C217.451,13.336 217.658,13.159 217.901,13.159H229.385C229.682,13.159 229.91,13.418 229.868,13.708L229.4,16.965C229.366,17.203 229.16,17.38 228.916,17.38H221.871C221.628,17.38 221.422,17.556 221.388,17.793L221.148,19.452C221.106,19.742 221.334,20.002 221.631,20.002" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M237.364,26.646C238.604,26.646 239.717,25.971 239.843,25.022L240.703,19.078C240.83,18.104 239.944,17.33 238.705,17.33H236.827C236.584,17.33 236.378,17.506 236.343,17.744L235.141,26.096C235.1,26.386 235.328,26.646 235.625,26.646H237.364ZM239.135,13.159C242.727,13.159 245.838,14.958 245.256,19.078L244.396,25.022C243.815,29.093 240.223,30.841 236.631,30.841H230.488C230.192,30.841 229.964,30.583 230.005,30.293L232.373,13.574C232.406,13.336 232.613,13.159 232.856,13.159H239.135Z" android:fillType="evenOdd" />
<path android:fillColor="#00000000" android:pathData="M267.455,1H9.273C4.704,1 1,4.704 1,9.273V34.727C1,39.296 4.704,43 9.273,43H267.455C272.023,43 275.727,39.296 275.727,34.727V9.273C275.727,4.704 272.023,1 267.455,1Z" android:strokeColor="@drawable/$img_boost_activated_dark__0" android:strokeWidth="2.0" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_empty_friends_none_blocked_light.xml to/res/drawable-anydpi-v24/img_empty_friends_none_blocked_light.xml
*** from/res/drawable-anydpi-v24/img_empty_friends_none_blocked_light.xml 2021-01-02 17:58:42.709416183 -0700
--- to/res/drawable-anydpi-v24/img_empty_friends_none_blocked_light.xml 2021-01-11 15:14:01.391589566 -0700
***************
*** 2,29 ****
<vector android:height="232.0dip" android:width="433.0dip" android:viewportWidth="433.0" android:viewportHeight="232.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff6f6f7" android:pathData="M114.276,17.04h178.338c10.864,0 19.67,8.807 19.67,19.67v0.001c0,10.863 -8.806,19.67 -19.67,19.67h-4.912c-12.824,0 -23.219,10.395 -23.219,23.219 0,12.823 10.395,23.218 23.219,23.218h122.285c12.458,0 22.559,10.1 22.559,22.559 0,12.459 -10.101,22.559 -22.559,22.559h-2.726c-10.372,0 -18.78,8.408 -18.78,18.78v0.004c0,10.372 -8.408,18.779 -18.78,18.779h-259.572c-17.569,0 -31.811,-14.241 -31.811,-31.81v-0.002c0,-17.568 -14.241,-31.809 -31.81,-31.809h-9.818c-20.264,0 -36.69,-16.427 -36.69,-36.691v-0.004c0,-20.264 16.426,-36.691 36.69,-36.691h46.133c8.686,0 15.727,-7.04 15.727,-15.725 0,-8.686 7.04,-15.727 15.726,-15.727" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M135.6,62.237c-0.347,-0.883 -0.545,-1.84 -0.545,-2.844v-1.512c0,-0.767 -0.546,-1.422 -1.243,-1.493 -0.397,-0.042 -0.775,0.085 -1.07,0.352 -0.293,0.265 -0.46,0.639 -0.46,1.027v5.211c0,0.335 -0.037,0.66 -0.104,0.976 -0.451,2.139 -2.351,3.752 -4.624,3.752 -0.705,0 -1.368,-0.166 -1.97,-0.444 -1.623,-0.75 -2.757,-2.382 -2.757,-4.284v-2.581c0,-0.872 -0.624,-1.618 -1.421,-1.698 -0.455,-0.048 -0.887,0.097 -1.225,0.402 -0.334,0.302 -0.525,0.731 -0.525,1.175v6.957c0,1.21 -0.277,2.354 -0.758,3.383 -0.366,0.785 -0.854,1.501 -1.442,2.124h15.984v-3.488c0,-2.472 0.906,-4.732 2.397,-6.48 -0.085,-0.175 -0.165,-0.352 -0.237,-0.535m-34.154,1.677c-0.389,-0.441 -0.864,-0.685 -1.459,-0.718 -1.011,-0.054 -2.284,0.509 -3.141,1.412 -1.632,1.721 -3.065,4.858 -3.26,7.141 -0.03,0.341 -0.012,0.67 0.028,0.991h7.832v-8.826z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M87.446,68.242c0.552,0 1,0.447 1,1v3.498h3.149c-0.032,-0.381 -0.036,-0.77 -0.002,-1.163 0.237,-2.763 1.836,-6.273 3.802,-8.346 1.259,-1.326 3.106,-2.123 4.705,-2.032 0.482,0.027 0.926,0.151 1.346,0.325v-1.966c0,-0.275 -0.224,-0.5 -0.5,-0.5h-12.55c0.032,0.162 0.05,0.33 0.05,0.5v2.89c0,0.553 -0.448,1 -1,1v4.794zM53.837,72.639c-0.002,-0.723 0.338,-1.429 1.014,-2.099 0.091,-0.089 0.192,-0.185 0.298,-0.285 0.402,-0.377 1.009,-0.946 0.869,-1.22 -0.056,-0.106 -0.525,-0.241 -1.124,-0.146 -2.212,0.367 -4.696,2.193 -6.151,3.646 -0.088,0.088 -0.19,0.149 -0.297,0.198v0.007h5.403c-0.002,-0.035 -0.012,-0.067 -0.012,-0.101m4.771,-10.022c3.877,-0.754 7.794,-2.144 11.582,-3.486 0.068,-0.025 0.138,-0.048 0.206,-0.073h-10.904c-0.107,0.101 -0.231,0.184 -0.381,0.23 -0.35,0.107 -3.402,1.098 -3.055,2.798 0.175,0.861 1.674,0.703 2.552,0.531" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M72.542,66.198c0.114,-0.16 0.243,-0.314 0.381,-0.464 0.704,-0.755 4.274,-3.432 6.571,-2.66 0.543,0.184 1.477,0.728 1.63,2.303 0.207,2.131 -2.09,4.55 -4.364,5.471 -0.655,0.265 -1.281,0.396 -1.859,0.396 -1,0 -1.857,-0.391 -2.467,-1.155 -0.836,-1.049 -0.791,-2.649 0.108,-3.891m-17.976,0.719c1.16,-0.196 2.62,0.022 3.228,1.202 0.833,1.616 -0.54,2.903 -1.277,3.596l-0.258,0.246c-0.382,0.379 -0.423,0.595 -0.423,0.671 0.001,0.033 0.019,0.071 0.034,0.108h2.166c0.411,-0.267 0.873,-0.624 1.42,-1.082 0.279,-0.235 0.543,-0.455 0.784,-0.638 1.172,-0.884 2.995,-1.525 4.427,-0.97 0.934,0.362 1.564,1.185 1.774,2.316 0.024,0.127 0.034,0.25 0.045,0.374h19.96v-3.498c0,-0.553 0.448,-1 1,-1v-4.794c-0.552,0 -1,-0.447 -1,-1v-2.89c0,-0.275 -0.224,-0.5 -0.5,-0.5h-9.437c-0.042,0.02 -0.074,0.052 -0.119,0.066 -1.83,0.579 -3.712,1.246 -5.532,1.891 -3.857,1.369 -7.845,2.783 -11.869,3.565 -0.602,0.117 -1.132,0.169 -1.597,0.169 -2.525,0 -3.145,-1.519 -3.297,-2.263 -0.285,-1.396 0.3,-2.544 1.284,-3.428h-6.433c-0.276,0 -0.5,0.225 -0.5,0.5v10.55c1.707,-1.441 3.955,-2.833 6.12,-3.191" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M63.943,71.914c-0.58,-0.225 -1.677,0.084 -2.499,0.704 -0.045,0.035 -0.102,0.084 -0.149,0.122h3.181c-0.001,-0.003 0,-0.006 -0.001,-0.009 -0.122,-0.658 -0.42,-0.774 -0.532,-0.817m12.066,-2.919c1.76,-0.714 3.214,-2.51 3.125,-3.425 -0.051,-0.523 -0.217,-0.58 -0.28,-0.601 -0.09,-0.031 -0.194,-0.044 -0.309,-0.044 -1.143,0 -3.426,1.386 -4.157,2.173 0,0 -0.001,0 -0.001,0.001 -0.08,0.084 -0.154,0.173 -0.221,0.267 -0.354,0.489 -0.428,1.149 -0.168,1.476 0.483,0.603 1.36,0.415 2.011,0.153" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M130.294,92.831c0,0.553 -0.448,1 -1,1h-96.987l14.838,51.929c0.367,1.288 1.545,2.175 2.883,2.175h6.634c0.45,-12.84 11.03,-23.15 23.978,-23.15 12.949,0 23.529,10.31 23.979,23.15h15.326c-1.397,-1.6 -2.295,-3.63 -2.462,-5.829 -0.222,-2.921 0.838,-5.785 2.91,-7.856 2.578,-2.578 6.375,-3.592 10.001,-2.512 3.323,0.989 5.833,3.737 6.804,7.066l2.664,9.131h5.129v-16.95c0,-6.444 3.228,-12.143 8.15,-15.579 1.273,-0.888 1.12,-2.764 -0.267,-3.463 -6.209,-3.124 -10.483,-9.545 -10.483,-16.958v-1.389c-1.024,-0.108 -2.001,-0.372 -2.909,-0.765h-9.188z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M78.008,138.619c0.537,-0.144 1.081,0.183 1.218,0.718 0.006,0.021 0,0.043 0.004,0.064 0.462,-0.068 0.93,-0.116 1.411,-0.116 1.3,0 2.538,0.263 3.666,0.735 0.009,-0.016 0.008,-0.035 0.016,-0.051 0.266,-0.485 0.874,-0.664 1.358,-0.397 3.368,1.846 5.46,5.375 5.46,9.213 0,5.79 -4.711,10.5 -10.5,10.5 -5.79,0 -10.5,-4.71 -10.5,-10.5 0,-4.79 3.235,-8.971 7.867,-10.166m-10.033,4.192c-0.885,1.875 -1.334,3.885 -1.334,5.974 0,7.72 6.28,14 14,14s14,-6.28 14,-14 -6.28,-14 -14,-14c-1.82,0 -3.59,0.344 -5.262,1.022 -0.495,0.201 -1.05,-0.029 -1.274,-0.507 -1.083,0.526 -2.101,1.164 -3.019,1.923 0.355,0.402 0.335,1.013 -0.058,1.384 -0.523,0.494 -1.013,1.034 -1.455,1.604 -0.197,0.254 -0.492,0.387 -0.791,0.387 -0.203,0 -0.406,-0.067 -0.582,-0.195 -0.24,0.356 -0.46,0.726 -0.669,1.102 0.472,0.248 0.674,0.82 0.444,1.306" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M78.508,140.555c-3.749,0.968 -6.367,4.353 -6.367,8.23 0,4.687 3.813,8.5 8.5,8.5 4.687,0 8.5,-3.813 8.5,-8.5 0,-3.106 -1.694,-5.964 -4.421,-7.459 -0.468,-0.256 -0.64,-0.83 -0.413,-1.305 -1.128,-0.473 -2.366,-0.736 -3.666,-0.736 -0.481,0 -0.949,0.048 -1.411,0.117 0.097,0.513 -0.209,1.021 -0.722,1.153" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M322.71,161.005v9.28c0,0.171 -0.018,0.339 -0.05,0.5h12.55c0.276,0 0.5,-0.224 0.5,-0.5v-26.86c-0.753,-1.154 -2.054,-1.886 -3.419,-1.819 -2.169,0.039 -3.934,1.836 -3.934,4.004v3.025c0,3.923 -2.887,7.175 -6.647,7.766v3.604c0.552,0 1,0.447 1,1" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M320.71,170.285v-9.28c0,-0.553 0.448,-1 1,-1v-3.605c-0.399,0.063 -0.806,0.105 -1.223,0.105 -4.349,0 -7.88,-3.531 -7.88,-7.87v-3.321c0,-1.996 -1.624,-3.62 -3.62,-3.62 -2.006,0 -3.63,1.624 -3.63,3.62v2.851c0,3.65 -2.969,6.62 -6.62,6.62 -3.66,0 -6.63,-2.97 -6.63,-6.62 0,-4.012 -3.264,-7.276 -7.275,-7.276h-0.846c-0.436,0 -0.861,0.045 -1.276,0.12v29.276c0,0.275 0.224,0.5 0.5,0.5h37c0.276,0 0.5,-0.225 0.5,-0.5" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M103.496,177.93h5.944c1.001,-4.253 3.124,-9.335 7.521,-14.134 -4.416,2.355 -10.467,6.761 -13.465,14.134" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M89.515,186.82c0,0.788 0.641,1.429 1.428,1.429h2.642v-6.499h-2.642c-0.787,0 -1.428,0.64 -1.428,1.428v3.642z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M108.659,192.004h-6.993c0.362,16.8 9.787,25.778 15.76,29.794 -9.269,-12.185 -9.063,-25.799 -8.767,-29.794" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M248.53,153.785v4.8c0,0.772 0.628,1.4 1.4,1.4h10.8c3.529,0 6.4,2.871 6.4,6.4 0,1.705 -0.674,3.252 -1.765,4.4h14.845c0.276,0 0.5,-0.225 0.5,-0.5v-28.607c-2.368,1.201 -4,3.654 -4,6.487v4.99c0,3.655 -2.974,6.63 -6.63,6.63 -3.66,0 -6.634,-2.973 -6.634,-6.627v-9.204c0,-0.313 -0.122,-0.607 -0.342,-0.826 -0.221,-0.222 -0.515,-0.343 -0.827,-0.343 -0.645,0 -1.169,0.524 -1.169,1.168v3.08c0,3.443 -2.802,6.247 -6.246,6.249h-0.162c-1.627,0 -3.156,-0.633 -4.307,-1.783 -1.152,-1.152 -1.786,-2.682 -1.786,-4.311v-0.786c0,-1.73 -0.674,-3.358 -1.898,-4.582 -1.085,-1.086 -2.488,-1.736 -3.999,-1.87v3.008c3.504,2.331 5.82,6.312 5.82,10.827" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M246.93,137.985h-3.813c1.894,0.22 3.643,1.056 5.007,2.421 1.601,1.601 2.483,3.731 2.483,5.996v0.786c0,1.094 0.426,2.122 1.2,2.896 0.773,0.772 1.801,1.198 2.894,1.198h0.161c2.34,-0.002 4.246,-1.907 4.246,-4.249v-3.08c0,-1.747 1.421,-3.168 3.169,-3.168 0.846,0 1.642,0.329 2.241,0.928 0.599,0.598 0.928,1.394 0.928,2.241v9.204c0,2.552 2.077,4.627 4.63,4.627 2.557,0 4.634,-2.077 4.634,-4.63v-4.99c0,-3.96 2.5,-7.339 6,-8.667v-6.213c0,-0.276 -0.224,-0.5 -0.5,-0.5h-26.997c-0.563,2.957 -3.164,5.2 -6.283,5.2m-81.386,-93.8h-4.153c-8.719,0 -15.917,6.601 -16.882,15.066h8.991c0.757,-7.006 5.582,-12.826 12.044,-15.066M153.391,94.985v-1.334h-9v1.334c0,9.374 7.626,17 17,17h4.154c-7.049,-2.443 -12.154,-9.146 -12.154,-17" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M165.545,111.985h26.659v-23.7c0,-1.379 1.121,-2.5 2.5,-2.5h1.562c-0.436,-1.597 -0.69,-3.268 -0.69,-5v-7.8c0,-4.521 3.679,-8.2 8.2,-8.2h10.8c0.552,0 1,0.447 1,1h9.554c0,-0.553 0.448,-1 1,-1h16.953v-3.6c0,-9.374 -7.626,-17 -17,-17h-60.539c-6.462,2.24 -11.287,8.06 -12.044,15.067h4.54c0.552,0 1,0.447 1,1 0,0.552 -0.448,1 -1,1h-14.6c-4.411,0 -8,3.588 -8,8v14.399c0,4.411 3.589,8 8,8h14.6c0.552,0 1,0.447 1,1 0,0.553 -0.448,1 -1,1h-4.649v1.334c0,7.854 5.105,14.557 12.154,17" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M204.976,72.985c0,-2.635 1.439,-4.945 3.566,-6.2h-4.766c-3.419,0 -6.2,2.781 -6.2,6.2v7.8c0,1.739 0.265,3.418 0.753,5h7.373c-0.464,-1.591 -0.726,-3.265 -0.726,-5v-7.8z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M147.44,65.252c-2.761,0 -5,2.238 -5,5v12.399c0,2.762 2.239,5 5,5h6.6c1.105,0 2,-0.894 2,-2v-18.399c0,-1.104 -0.895,-2 -2,-2h-6.6z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M214.576,66.785h-6.034c-2.127,1.255 -3.566,3.565 -3.566,6.2v7.8c0,1.735 0.262,3.409 0.725,5H246.703c0.011,0 0.019,0.003 0.03,0.003 0.005,0 0.009,-0.003 0.014,-0.003 1.239,0 2.263,0.908 2.459,2.093 0.998,-2.162 1.57,-4.56 1.57,-7.093v-7.8c0,-3.419 -2.781,-6.2 -6.2,-6.2H226.13c-0.552,0 -1,-0.447 -1,-1h-9.554c0,0.553 -0.448,1 -1,1" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M265.13,166.385c0,-2.427 -1.974,-4.4 -4.4,-4.4h-10.8c-1.875,0 -3.4,-1.526 -3.4,-3.401v-4.8c0,-3.956 -2.106,-7.42 -5.248,-9.358v9.358c0,7.446 -4.315,13.886 -10.566,17h30.014c2.426,0 4.4,-1.973 4.4,-4.399m-17.037,-39.024c-0.398,0.268 -0.876,0.424 -1.39,0.424h-9.454c1.469,2.582 2.559,5.332 3.225,8.2h6.455c2.427,0 4.4,-1.974 4.4,-4.4 0,-2.021 -1.377,-3.71 -3.236,-4.224" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M182.62,113.985c3.404,2.211 5.667,6.037 5.671,10.387 0.001,0.779 0.629,1.413 1.4,1.413h2.563c-0.033,-0.161 -0.051,-0.329 -0.051,-0.5v-11.3h-9.583zM222.282,170.785c9.374,0 17,-7.626 17,-17v-10.8c0,-5.419 -1.491,-10.629 -4.332,-15.2h-24.491c0.904,0.916 1.549,2.076 1.753,3.392 0.29,1.858 -0.243,3.74 -1.461,5.162 -1.222,1.427 -2.993,2.246 -4.86,2.246h-30.309c-0.606,0 -1.1,0.494 -1.1,1.1 0,0.607 0.494,1.1 1.1,1.1h2.293c7.169,0 13,5.832 13,13v4.8c0,0.772 0.628,1.4 1.4,1.4h15c3.529,0 6.401,2.871 6.401,6.4 0,1.705 -0.674,3.252 -1.765,4.4L222.282,170.785zM138.692,152.548c0.101,-0.101 0.322,-0.379 0.202,-0.789l-3.694,-12.663c-0.931,-3.194 -3.785,-5.509 -7.103,-5.762 -0.204,-0.015 -0.408,-0.023 -0.612,-0.023 -2.122,0 -4.164,0.84 -5.677,2.353 -1.659,1.658 -2.508,3.951 -2.33,6.29 0.252,3.318 2.567,6.172 5.761,7.104l12.663,3.693c0.41,0.119 0.689,-0.101 0.79,-0.203" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M211.676,166.385c0,-2.427 -1.974,-4.4 -4.4,-4.4h-15c-1.875,0 -3.4,-1.526 -3.4,-3.401v-4.8c0,-6.065 -4.935,-11 -11,-11h-2.293c-1.71,0 -3.1,-1.39 -3.1,-3.099 0,-1.71 1.39,-3.101 3.1,-3.101h30.308c1.282,0 2.5,-0.563 3.342,-1.547 0.849,-0.992 1.206,-2.254 1.003,-3.552 -0.328,-2.11 -2.267,-3.701 -4.508,-3.701h-16.037c-1.872,0 -3.398,-1.53 -3.4,-3.411 -0.006,-5.728 -4.671,-10.388 -10.4,-10.388h-11.9c-9.374,0 -17,7.626 -17,17v22.799c0,7.775 5.273,14.55 12.822,16.476 0.06,0.015 0.117,0.035 0.173,0.062 0.665,0.306 1.368,0.462 2.09,0.462h45.2c2.426,0 4.4,-1.973 4.4,-4.399m33.796,-58.536c-0.056,-0.008 -0.102,-0.036 -0.156,-0.049l-3.722,3.63c-0.195,0.19 -0.447,0.284 -0.699,0.284 -0.26,0 -0.52,-0.1 -0.715,-0.302 -0.386,-0.395 -0.378,-1.028 0.017,-1.414l2.965,-2.89c-0.082,-0.216 -0.144,-0.44 -0.169,-0.671 -0.256,-2.297 0.305,-4.549 1.55,-6.425 -0.022,-0.017 -0.047,-0.029 -0.069,-0.049 -0.752,-0.678 -1.166,-1.727 -1.166,-2.953 0,-2.447 -1.991,-4.438 -4.439,-4.438s-4.439,1.991 -4.439,4.438v0.202c0,0.667 -0.083,1.315 -0.226,1.94v14.633c0,0.552 -0.448,1 -1,1v3.692c0.552,0 1,0.447 1,1v5.808c0,0.17 -0.018,0.338 -0.05,0.5h12.55c0.276,0 0.5,-0.225 0.5,-0.5v-16.339c0,-0.553 0.448,-1 1,-1v-0.163c-0.876,0.157 -1.791,0.194 -2.732,0.066" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M233.204,114.785c-0.552,0 -1,-0.447 -1,-1v-10.782c-1.593,1.779 -3.9,2.907 -6.471,2.907 -4.296,0 -7.791,-3.494 -7.791,-7.79v-1.514c0,-0.765 -0.546,-1.421 -1.242,-1.491 -0.396,-0.04 -0.776,0.085 -1.071,0.352 -0.293,0.263 -0.46,0.638 -0.46,1.027v5.21c0,2.607 -2.121,4.728 -4.728,4.728 -2.607,0 -4.727,-2.121 -4.727,-4.728v-2.58c0,-0.872 -0.624,-1.618 -1.421,-1.698 -0.451,-0.05 -0.887,0.095 -1.224,0.401 -0.334,0.302 -0.526,0.729 -0.526,1.175v6.957c0,4.43 -3.604,8.034 -8.034,8.034 -0.108,0 -0.207,-0.029 -0.305,-0.062v11.354c0,0.275 0.224,0.5 0.5,0.5h37c0.276,0 0.5,-0.225 0.5,-0.5v-5.808c0,-0.552 0.448,-1 1,-1v-3.692z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M232.204,98.907V88.285c0,-0.275 -0.224,-0.5 -0.5,-0.5h-37c-0.276,0 -0.5,0.225 -0.5,0.5v23.769c0.098,-0.032 0.197,-0.061 0.305,-0.061 3.327,0 6.034,-2.707 6.034,-6.034v-6.957c0,-1.01 0.432,-1.979 1.185,-2.659 0.751,-0.679 1.759,-1.008 2.767,-0.908 1.804,0.182 3.219,1.802 3.219,3.689v2.58c0,1.505 1.223,2.728 2.727,2.728 1.504,0 2.728,-1.223 2.728,-2.728v-5.21c0,-0.953 0.408,-1.868 1.118,-2.511 0.71,-0.641 1.661,-0.959 2.614,-0.858 1.705,0.172 3.041,1.701 3.041,3.481v1.514c0,3.192 2.598,5.79 5.791,5.79 3.106,0 5.718,-2.129 6.471,-5.003" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M247.247,97.303v-3.029c-0.016,-0.072 -0.043,-0.139 -0.043,-0.215v-5.775c0,-0.275 -0.225,-0.5 -0.5,-0.5h-12.551c0.033,0.162 0.051,0.33 0.051,0.5v4.3c1.174,-1.236 2.829,-2.012 4.665,-2.012 3.55,0 6.439,2.888 6.439,6.438 0,0.638 0.183,1.169 0.5,1.461 0.02,-0.021 0.036,-0.043 0.056,-0.063 0.429,-0.418 0.897,-0.778 1.383,-1.105" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M251.568,105.161c2.009,-1.667 3.037,-4.208 2.75,-6.797 -0.038,-0.333 -0.295,-0.598 -0.627,-0.642 -2.372,-0.327 -4.716,0.448 -6.43,2.119 -1.513,1.475 -2.335,3.458 -2.327,5.539l3.7,-3.609c0.395,-0.384 1.029,-0.379 1.414,0.018 0.386,0.395 0.378,1.028 -0.017,1.414l-4.715,4.598c0.054,0.012 0.1,0.041 0.156,0.048 0.941,0.128 1.856,0.091 2.732,-0.066 1.162,-0.21 2.245,-0.647 3.201,-1.273 -0.304,-0.423 -0.244,-1.011 0.163,-1.349" android:fillType="evenOdd" />
--- 2,29 ----
<vector android:height="232.0dip" android:width="433.0dip" android:viewportWidth="433.0" android:viewportHeight="232.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff6f6f7" android:pathData="M114.276,17.04h178.338c10.864,0 19.67,8.807 19.67,19.67v0.001c0,10.863 -8.806,19.67 -19.67,19.67h-4.912c-12.824,0 -23.219,10.395 -23.219,23.219 0,12.823 10.395,23.218 23.219,23.218h122.285c12.458,0 22.559,10.1 22.559,22.559 0,12.459 -10.101,22.559 -22.559,22.559h-2.726c-10.372,0 -18.78,8.408 -18.78,18.78v0.004c0,10.372 -8.408,18.779 -18.78,18.779h-259.572c-17.569,0 -31.811,-14.241 -31.811,-31.81v-0.002c0,-17.568 -14.241,-31.809 -31.81,-31.809h-9.818c-20.264,0 -36.69,-16.427 -36.69,-36.691v-0.004c0,-20.264 16.426,-36.691 36.69,-36.691h46.133c8.686,0 15.727,-7.04 15.727,-15.725 0,-8.686 7.04,-15.727 15.726,-15.727" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M135.6,62.237c-0.347,-0.883 -0.545,-1.84 -0.545,-2.844v-1.512c0,-0.767 -0.546,-1.422 -1.243,-1.493 -0.397,-0.042 -0.775,0.085 -1.07,0.352 -0.293,0.265 -0.46,0.639 -0.46,1.027v5.211c0,0.335 -0.037,0.66 -0.104,0.976 -0.451,2.139 -2.351,3.752 -4.624,3.752 -0.705,0 -1.368,-0.166 -1.97,-0.444 -1.623,-0.75 -2.757,-2.382 -2.757,-4.284v-2.581c0,-0.872 -0.624,-1.618 -1.421,-1.698 -0.455,-0.048 -0.887,0.097 -1.225,0.402 -0.334,0.302 -0.525,0.731 -0.525,1.175v6.957c0,1.21 -0.277,2.354 -0.758,3.383 -0.366,0.785 -0.854,1.501 -1.442,2.124h15.984v-3.488c0,-2.472 0.906,-4.732 2.397,-6.48 -0.085,-0.175 -0.165,-0.352 -0.237,-0.535m-34.154,1.677c-0.389,-0.441 -0.864,-0.685 -1.459,-0.718 -1.011,-0.054 -2.284,0.509 -3.141,1.412 -1.632,1.721 -3.065,4.858 -3.26,7.141 -0.03,0.341 -0.012,0.67 0.028,0.991h7.832v-8.826z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M87.446,68.242c0.552,0 1,0.447 1,1v3.498h3.149c-0.032,-0.381 -0.036,-0.77 -0.002,-1.163 0.237,-2.763 1.836,-6.273 3.802,-8.346 1.259,-1.326 3.106,-2.123 4.705,-2.032 0.482,0.027 0.926,0.151 1.346,0.325v-1.966c0,-0.275 -0.224,-0.5 -0.5,-0.5h-12.55c0.032,0.162 0.05,0.33 0.05,0.5v2.89c0,0.553 -0.448,1 -1,1v4.794zM53.837,72.639c-0.002,-0.723 0.338,-1.429 1.014,-2.099 0.091,-0.089 0.192,-0.185 0.298,-0.285 0.402,-0.377 1.009,-0.946 0.869,-1.22 -0.056,-0.106 -0.525,-0.241 -1.124,-0.146 -2.212,0.367 -4.696,2.193 -6.151,3.646 -0.088,0.088 -0.19,0.149 -0.297,0.198v0.007h5.403c-0.002,-0.035 -0.012,-0.067 -0.012,-0.101m4.771,-10.022c3.877,-0.754 7.794,-2.144 11.582,-3.486 0.068,-0.025 0.138,-0.048 0.206,-0.073h-10.904c-0.107,0.101 -0.231,0.184 -0.381,0.23 -0.35,0.107 -3.402,1.098 -3.055,2.798 0.175,0.861 1.674,0.703 2.552,0.531" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M72.542,66.198c0.114,-0.16 0.243,-0.314 0.381,-0.464 0.704,-0.755 4.274,-3.432 6.571,-2.66 0.543,0.184 1.477,0.728 1.63,2.303 0.207,2.131 -2.09,4.55 -4.364,5.471 -0.655,0.265 -1.281,0.396 -1.859,0.396 -1,0 -1.857,-0.391 -2.467,-1.155 -0.836,-1.049 -0.791,-2.649 0.108,-3.891m-17.976,0.719c1.16,-0.196 2.62,0.022 3.228,1.202 0.833,1.616 -0.54,2.903 -1.277,3.596l-0.258,0.246c-0.382,0.379 -0.423,0.595 -0.423,0.671 0.001,0.033 0.019,0.071 0.034,0.108h2.166c0.411,-0.267 0.873,-0.624 1.42,-1.082 0.279,-0.235 0.543,-0.455 0.784,-0.638 1.172,-0.884 2.995,-1.525 4.427,-0.97 0.934,0.362 1.564,1.185 1.774,2.316 0.024,0.127 0.034,0.25 0.045,0.374h19.96v-3.498c0,-0.553 0.448,-1 1,-1v-4.794c-0.552,0 -1,-0.447 -1,-1v-2.89c0,-0.275 -0.224,-0.5 -0.5,-0.5h-9.437c-0.042,0.02 -0.074,0.052 -0.119,0.066 -1.83,0.579 -3.712,1.246 -5.532,1.891 -3.857,1.369 -7.845,2.783 -11.869,3.565 -0.602,0.117 -1.132,0.169 -1.597,0.169 -2.525,0 -3.145,-1.519 -3.297,-2.263 -0.285,-1.396 0.3,-2.544 1.284,-3.428h-6.433c-0.276,0 -0.5,0.225 -0.5,0.5v10.55c1.707,-1.441 3.955,-2.833 6.12,-3.191" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M63.943,71.914c-0.58,-0.225 -1.677,0.084 -2.499,0.704 -0.045,0.035 -0.102,0.084 -0.149,0.122h3.181c-0.001,-0.003 0,-0.006 -0.001,-0.009 -0.122,-0.658 -0.42,-0.774 -0.532,-0.817m12.066,-2.919c1.76,-0.714 3.214,-2.51 3.125,-3.425 -0.051,-0.523 -0.217,-0.58 -0.28,-0.601 -0.09,-0.031 -0.194,-0.044 -0.309,-0.044 -1.143,0 -3.426,1.386 -4.157,2.173 0,0 -0.001,0 -0.001,0.001 -0.08,0.084 -0.154,0.173 -0.221,0.267 -0.354,0.489 -0.428,1.149 -0.168,1.476 0.483,0.603 1.36,0.415 2.011,0.153" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M130.294,92.831c0,0.553 -0.448,1 -1,1h-96.987l14.838,51.929c0.367,1.288 1.545,2.175 2.883,2.175h6.634c0.45,-12.84 11.03,-23.15 23.978,-23.15 12.949,0 23.529,10.31 23.979,23.15h15.326c-1.397,-1.6 -2.295,-3.63 -2.462,-5.829 -0.222,-2.921 0.838,-5.785 2.91,-7.856 2.578,-2.578 6.375,-3.592 10.001,-2.512 3.323,0.989 5.833,3.737 6.804,7.066l2.664,9.131h5.129v-16.95c0,-6.444 3.228,-12.143 8.15,-15.579 1.273,-0.888 1.12,-2.764 -0.267,-3.463 -6.209,-3.124 -10.483,-9.545 -10.483,-16.958v-1.389c-1.024,-0.108 -2.001,-0.372 -2.909,-0.765h-9.188z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M78.008,138.619c0.537,-0.144 1.081,0.183 1.218,0.718 0.006,0.021 0,0.043 0.004,0.064 0.462,-0.068 0.93,-0.116 1.411,-0.116 1.3,0 2.538,0.263 3.666,0.735 0.009,-0.016 0.008,-0.035 0.016,-0.051 0.266,-0.485 0.874,-0.664 1.358,-0.397 3.368,1.846 5.46,5.375 5.46,9.213 0,5.79 -4.711,10.5 -10.5,10.5 -5.79,0 -10.5,-4.71 -10.5,-10.5 0,-4.79 3.235,-8.971 7.867,-10.166m-10.033,4.192c-0.885,1.875 -1.334,3.885 -1.334,5.974 0,7.72 6.28,14 14,14s14,-6.28 14,-14 -6.28,-14 -14,-14c-1.82,0 -3.59,0.344 -5.262,1.022 -0.495,0.201 -1.05,-0.029 -1.274,-0.507 -1.083,0.526 -2.101,1.164 -3.019,1.923 0.355,0.402 0.335,1.013 -0.058,1.384 -0.523,0.494 -1.013,1.034 -1.455,1.604 -0.197,0.254 -0.492,0.387 -0.791,0.387 -0.203,0 -0.406,-0.067 -0.582,-0.195 -0.24,0.356 -0.46,0.726 -0.669,1.102 0.472,0.248 0.674,0.82 0.444,1.306" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M78.508,140.555c-3.749,0.968 -6.367,4.353 -6.367,8.23 0,4.687 3.813,8.5 8.5,8.5 4.687,0 8.5,-3.813 8.5,-8.5 0,-3.106 -1.694,-5.964 -4.421,-7.459 -0.468,-0.256 -0.64,-0.83 -0.413,-1.305 -1.128,-0.473 -2.366,-0.736 -3.666,-0.736 -0.481,0 -0.949,0.048 -1.411,0.117 0.097,0.513 -0.209,1.021 -0.722,1.153" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M322.71,161.005v9.28c0,0.171 -0.018,0.339 -0.05,0.5h12.55c0.276,0 0.5,-0.224 0.5,-0.5v-26.86c-0.753,-1.154 -2.054,-1.886 -3.419,-1.819 -2.169,0.039 -3.934,1.836 -3.934,4.004v3.025c0,3.923 -2.887,7.175 -6.647,7.766v3.604c0.552,0 1,0.447 1,1" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M320.71,170.285v-9.28c0,-0.553 0.448,-1 1,-1v-3.605c-0.399,0.063 -0.806,0.105 -1.223,0.105 -4.349,0 -7.88,-3.531 -7.88,-7.87v-3.321c0,-1.996 -1.624,-3.62 -3.62,-3.62 -2.006,0 -3.63,1.624 -3.63,3.62v2.851c0,3.65 -2.969,6.62 -6.62,6.62 -3.66,0 -6.63,-2.97 -6.63,-6.62 0,-4.012 -3.264,-7.276 -7.275,-7.276h-0.846c-0.436,0 -0.861,0.045 -1.276,0.12v29.276c0,0.275 0.224,0.5 0.5,0.5h37c0.276,0 0.5,-0.225 0.5,-0.5" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M103.496,177.93h5.944c1.001,-4.253 3.124,-9.335 7.521,-14.134 -4.416,2.355 -10.467,6.761 -13.465,14.134" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M89.515,186.82c0,0.788 0.641,1.429 1.428,1.429h2.642v-6.499h-2.642c-0.787,0 -1.428,0.64 -1.428,1.428v3.642z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M108.659,192.004h-6.993c0.362,16.8 9.787,25.778 15.76,29.794 -9.269,-12.185 -9.063,-25.799 -8.767,-29.794" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M248.53,153.785v4.8c0,0.772 0.628,1.4 1.4,1.4h10.8c3.529,0 6.4,2.871 6.4,6.4 0,1.705 -0.674,3.252 -1.765,4.4h14.845c0.276,0 0.5,-0.225 0.5,-0.5v-28.607c-2.368,1.201 -4,3.654 -4,6.487v4.99c0,3.655 -2.974,6.63 -6.63,6.63 -3.66,0 -6.634,-2.973 -6.634,-6.627v-9.204c0,-0.313 -0.122,-0.607 -0.342,-0.826 -0.221,-0.222 -0.515,-0.343 -0.827,-0.343 -0.645,0 -1.169,0.524 -1.169,1.168v3.08c0,3.443 -2.802,6.247 -6.246,6.249h-0.162c-1.627,0 -3.156,-0.633 -4.307,-1.783 -1.152,-1.152 -1.786,-2.682 -1.786,-4.311v-0.786c0,-1.73 -0.674,-3.358 -1.898,-4.582 -1.085,-1.086 -2.488,-1.736 -3.999,-1.87v3.008c3.504,2.331 5.82,6.312 5.82,10.827" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M246.93,137.985h-3.813c1.894,0.22 3.643,1.056 5.007,2.421 1.601,1.601 2.483,3.731 2.483,5.996v0.786c0,1.094 0.426,2.122 1.2,2.896 0.773,0.772 1.801,1.198 2.894,1.198h0.161c2.34,-0.002 4.246,-1.907 4.246,-4.249v-3.08c0,-1.747 1.421,-3.168 3.169,-3.168 0.846,0 1.642,0.329 2.241,0.928 0.599,0.598 0.928,1.394 0.928,2.241v9.204c0,2.552 2.077,4.627 4.63,4.627 2.557,0 4.634,-2.077 4.634,-4.63v-4.99c0,-3.96 2.5,-7.339 6,-8.667v-6.213c0,-0.276 -0.224,-0.5 -0.5,-0.5h-26.997c-0.563,2.957 -3.164,5.2 -6.283,5.2m-81.386,-93.8h-4.153c-8.719,0 -15.917,6.601 -16.882,15.066h8.991c0.757,-7.006 5.582,-12.826 12.044,-15.066M153.391,94.985v-1.334h-9v1.334c0,9.374 7.626,17 17,17h4.154c-7.049,-2.443 -12.154,-9.146 -12.154,-17" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M165.545,111.985h26.659v-23.7c0,-1.379 1.121,-2.5 2.5,-2.5h1.562c-0.436,-1.597 -0.69,-3.268 -0.69,-5v-7.8c0,-4.521 3.679,-8.2 8.2,-8.2h10.8c0.552,0 1,0.447 1,1h9.554c0,-0.553 0.448,-1 1,-1h16.953v-3.6c0,-9.374 -7.626,-17 -17,-17h-60.539c-6.462,2.24 -11.287,8.06 -12.044,15.067h4.54c0.552,0 1,0.447 1,1 0,0.552 -0.448,1 -1,1h-14.6c-4.411,0 -8,3.588 -8,8v14.399c0,4.411 3.589,8 8,8h14.6c0.552,0 1,0.447 1,1 0,0.553 -0.448,1 -1,1h-4.649v1.334c0,7.854 5.105,14.557 12.154,17" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M204.976,72.985c0,-2.635 1.439,-4.945 3.566,-6.2h-4.766c-3.419,0 -6.2,2.781 -6.2,6.2v7.8c0,1.739 0.265,3.418 0.753,5h7.373c-0.464,-1.591 -0.726,-3.265 -0.726,-5v-7.8z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M147.44,65.252c-2.761,0 -5,2.238 -5,5v12.399c0,2.762 2.239,5 5,5h6.6c1.105,0 2,-0.894 2,-2v-18.399c0,-1.104 -0.895,-2 -2,-2h-6.6z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M214.576,66.785h-6.034c-2.127,1.255 -3.566,3.565 -3.566,6.2v7.8c0,1.735 0.262,3.409 0.725,5H246.703c0.011,0 0.019,0.003 0.03,0.003 0.005,0 0.009,-0.003 0.014,-0.003 1.239,0 2.263,0.908 2.459,2.093 0.998,-2.162 1.57,-4.56 1.57,-7.093v-7.8c0,-3.419 -2.781,-6.2 -6.2,-6.2H226.13c-0.552,0 -1,-0.447 -1,-1h-9.554c0,0.553 -0.448,1 -1,1" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M265.13,166.385c0,-2.427 -1.974,-4.4 -4.4,-4.4h-10.8c-1.875,0 -3.4,-1.526 -3.4,-3.401v-4.8c0,-3.956 -2.106,-7.42 -5.248,-9.358v9.358c0,7.446 -4.315,13.886 -10.566,17h30.014c2.426,0 4.4,-1.973 4.4,-4.399m-17.037,-39.024c-0.398,0.268 -0.876,0.424 -1.39,0.424h-9.454c1.469,2.582 2.559,5.332 3.225,8.2h6.455c2.427,0 4.4,-1.974 4.4,-4.4 0,-2.021 -1.377,-3.71 -3.236,-4.224" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M182.62,113.985c3.404,2.211 5.667,6.037 5.671,10.387 0.001,0.779 0.629,1.413 1.4,1.413h2.563c-0.033,-0.161 -0.051,-0.329 -0.051,-0.5v-11.3h-9.583zM222.282,170.785c9.374,0 17,-7.626 17,-17v-10.8c0,-5.419 -1.491,-10.629 -4.332,-15.2h-24.491c0.904,0.916 1.549,2.076 1.753,3.392 0.29,1.858 -0.243,3.74 -1.461,5.162 -1.222,1.427 -2.993,2.246 -4.86,2.246h-30.309c-0.606,0 -1.1,0.494 -1.1,1.1 0,0.607 0.494,1.1 1.1,1.1h2.293c7.169,0 13,5.832 13,13v4.8c0,0.772 0.628,1.4 1.4,1.4h15c3.529,0 6.401,2.871 6.401,6.4 0,1.705 -0.674,3.252 -1.765,4.4L222.282,170.785zM138.692,152.548c0.101,-0.101 0.322,-0.379 0.202,-0.789l-3.694,-12.663c-0.931,-3.194 -3.785,-5.509 -7.103,-5.762 -0.204,-0.015 -0.408,-0.023 -0.612,-0.023 -2.122,0 -4.164,0.84 -5.677,2.353 -1.659,1.658 -2.508,3.951 -2.33,6.29 0.252,3.318 2.567,6.172 5.761,7.104l12.663,3.693c0.41,0.119 0.689,-0.101 0.79,-0.203" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M211.676,166.385c0,-2.427 -1.974,-4.4 -4.4,-4.4h-15c-1.875,0 -3.4,-1.526 -3.4,-3.401v-4.8c0,-6.065 -4.935,-11 -11,-11h-2.293c-1.71,0 -3.1,-1.39 -3.1,-3.099 0,-1.71 1.39,-3.101 3.1,-3.101h30.308c1.282,0 2.5,-0.563 3.342,-1.547 0.849,-0.992 1.206,-2.254 1.003,-3.552 -0.328,-2.11 -2.267,-3.701 -4.508,-3.701h-16.037c-1.872,0 -3.398,-1.53 -3.4,-3.411 -0.006,-5.728 -4.671,-10.388 -10.4,-10.388h-11.9c-9.374,0 -17,7.626 -17,17v22.799c0,7.775 5.273,14.55 12.822,16.476 0.06,0.015 0.117,0.035 0.173,0.062 0.665,0.306 1.368,0.462 2.09,0.462h45.2c2.426,0 4.4,-1.973 4.4,-4.399m33.796,-58.536c-0.056,-0.008 -0.102,-0.036 -0.156,-0.049l-3.722,3.63c-0.195,0.19 -0.447,0.284 -0.699,0.284 -0.26,0 -0.52,-0.1 -0.715,-0.302 -0.386,-0.395 -0.378,-1.028 0.017,-1.414l2.965,-2.89c-0.082,-0.216 -0.144,-0.44 -0.169,-0.671 -0.256,-2.297 0.305,-4.549 1.55,-6.425 -0.022,-0.017 -0.047,-0.029 -0.069,-0.049 -0.752,-0.678 -1.166,-1.727 -1.166,-2.953 0,-2.447 -1.991,-4.438 -4.439,-4.438s-4.439,1.991 -4.439,4.438v0.202c0,0.667 -0.083,1.315 -0.226,1.94v14.633c0,0.552 -0.448,1 -1,1v3.692c0.552,0 1,0.447 1,1v5.808c0,0.17 -0.018,0.338 -0.05,0.5h12.55c0.276,0 0.5,-0.225 0.5,-0.5v-16.339c0,-0.553 0.448,-1 1,-1v-0.163c-0.876,0.157 -1.791,0.194 -2.732,0.066" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M233.204,114.785c-0.552,0 -1,-0.447 -1,-1v-10.782c-1.593,1.779 -3.9,2.907 -6.471,2.907 -4.296,0 -7.791,-3.494 -7.791,-7.79v-1.514c0,-0.765 -0.546,-1.421 -1.242,-1.491 -0.396,-0.04 -0.776,0.085 -1.071,0.352 -0.293,0.263 -0.46,0.638 -0.46,1.027v5.21c0,2.607 -2.121,4.728 -4.728,4.728 -2.607,0 -4.727,-2.121 -4.727,-4.728v-2.58c0,-0.872 -0.624,-1.618 -1.421,-1.698 -0.451,-0.05 -0.887,0.095 -1.224,0.401 -0.334,0.302 -0.526,0.729 -0.526,1.175v6.957c0,4.43 -3.604,8.034 -8.034,8.034 -0.108,0 -0.207,-0.029 -0.305,-0.062v11.354c0,0.275 0.224,0.5 0.5,0.5h37c0.276,0 0.5,-0.225 0.5,-0.5v-5.808c0,-0.552 0.448,-1 1,-1v-3.692z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M232.204,98.907V88.285c0,-0.275 -0.224,-0.5 -0.5,-0.5h-37c-0.276,0 -0.5,0.225 -0.5,0.5v23.769c0.098,-0.032 0.197,-0.061 0.305,-0.061 3.327,0 6.034,-2.707 6.034,-6.034v-6.957c0,-1.01 0.432,-1.979 1.185,-2.659 0.751,-0.679 1.759,-1.008 2.767,-0.908 1.804,0.182 3.219,1.802 3.219,3.689v2.58c0,1.505 1.223,2.728 2.727,2.728 1.504,0 2.728,-1.223 2.728,-2.728v-5.21c0,-0.953 0.408,-1.868 1.118,-2.511 0.71,-0.641 1.661,-0.959 2.614,-0.858 1.705,0.172 3.041,1.701 3.041,3.481v1.514c0,3.192 2.598,5.79 5.791,5.79 3.106,0 5.718,-2.129 6.471,-5.003" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M247.247,97.303v-3.029c-0.016,-0.072 -0.043,-0.139 -0.043,-0.215v-5.775c0,-0.275 -0.225,-0.5 -0.5,-0.5h-12.551c0.033,0.162 0.051,0.33 0.051,0.5v4.3c1.174,-1.236 2.829,-2.012 4.665,-2.012 3.55,0 6.439,2.888 6.439,6.438 0,0.638 0.183,1.169 0.5,1.461 0.02,-0.021 0.036,-0.043 0.056,-0.063 0.429,-0.418 0.897,-0.778 1.383,-1.105" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M251.568,105.161c2.009,-1.667 3.037,-4.208 2.75,-6.797 -0.038,-0.333 -0.295,-0.598 -0.627,-0.642 -2.372,-0.327 -4.716,0.448 -6.43,2.119 -1.513,1.475 -2.335,3.458 -2.327,5.539l3.7,-3.609c0.395,-0.384 1.029,-0.379 1.414,0.018 0.386,0.395 0.378,1.028 -0.017,1.414l-4.715,4.598c0.054,0.012 0.1,0.041 0.156,0.048 0.941,0.128 1.856,0.091 2.732,-0.066 1.162,-0.21 2.245,-0.647 3.201,-1.273 -0.304,-0.423 -0.244,-1.011 0.163,-1.349" android:fillType="evenOdd" />
***************
*** 31,37 ****
<path android:fillColor="#ffdcddde" android:pathData="M394.84,143.097c-0.874,0.246 -2.099,0.785 -3.539,1.479v4.997c1.632,-0.793 3.356,-1.354 4.868,-1.397h0.001c1.386,-0.046 2.485,0.342 3.279,1.132 0.881,0.878 1.306,2.206 1.262,3.947 -0.123,4.875 -7.154,8.439 -9.306,9.415 -0.036,0.017 -0.067,0.027 -0.104,0.042v6.849c0.002,0 0.003,-0.001 0.005,-0.001 4.15,0.448 10.852,-1.997 12.995,-5.517v-20.981c-2.757,-1.364 -6.62,-0.763 -9.461,0.035" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M403.801,170.585c0.276,0 0.5,-0.225 0.5,-0.5v-2.964c-1.633,1.495 -3.843,2.686 -6.152,3.464h5.652zM391.301,133.085v9.279c1.169,-0.542 2.189,-0.965 2.998,-1.192 4.017,-1.128 7.423,-1.21 10.002,-0.285v-7.802c0,-0.275 -0.224,-0.5 -0.5,-0.5h-12.55c0.032,0.162 0.05,0.329 0.05,0.5" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M351.801,170.585H376.178c-0.026,-0.969 0.076,-2.168 0.202,-3.538 0.276,-3.025 0.656,-7.17 -0.802,-8.176 -0.859,-0.593 -2.481,-0.013 -3.69,0.578 -1.727,0.844 -3.169,2.644 -4.695,4.549 -1.842,2.299 -3.746,4.676 -6.506,5.929 -0.303,0.138 -0.655,0.115 -0.938,-0.059 -0.283,-0.175 -0.461,-0.478 -0.474,-0.811 -0.035,-0.842 0.289,-1.826 0.632,-2.868 0.309,-0.936 0.824,-2.501 0.511,-2.884 -0.026,-0.032 -0.282,-0.298 -1.504,-0.157 -0.751,0.087 -1.478,1.013 -2.247,1.993 -1.134,1.445 -2.781,3.536 -5.366,2.758v2.186c0,0.275 0.224,0.5 0.5,0.5m4.352,-17.423c0.299,-4.073 -1.469,-8.929 -4.852,-10.354v16.722c4.093,-0.484 4.75,-4.98 4.852,-6.368m17.726,-20.374c-4.354,4.04 -10.21,12.016 -7.386,16.219 2.923,4.349 13.588,-1.033 20.645,-4.594 0.751,-0.379 1.474,-0.743 2.164,-1.085v-10.243c0,-0.276 -0.224,-0.5 -0.5,-0.5h-14.777c-0.044,0.07 -0.082,0.143 -0.146,0.203m13.324,22.245c-1.965,2.684 -2.207,5.139 -1.437,6.087 0.573,0.703 1.857,0.766 3.536,0.221v-8.24c-0.928,0.674 -1.68,1.36 -2.099,1.932m-75.43,-67.928l-2.675,-4.422c-0.286,-0.473 -0.135,-1.088 0.338,-1.373 0.472,-0.286 1.087,-0.135 1.373,0.338l2.747,4.541c0.607,-2.071 0.334,-4.278 -0.796,-6.146 -1.239,-2.048 -3.313,-3.385 -5.69,-3.667 -0.029,-0.004 -0.059,-0.005 -0.088,-0.005 -0.299,0 -0.572,0.183 -0.682,0.469 -0.854,2.237 -0.632,4.695 0.606,6.744 1.094,1.807 2.838,3.057 4.867,3.521m46.578,35.546c-0.084,-0.063 -0.167,-0.13 -0.243,-0.202l-3.64,1.829c-0.144,0.072 -0.297,0.106 -0.448,0.106 -0.366,0 -0.719,-0.201 -0.895,-0.55 -0.248,-0.495 -0.048,-1.095 0.445,-1.343l3.702,-1.861c-0.013,-0.227 -0.007,-0.458 0.039,-0.69 0.2,-1.004 0.561,-1.946 1.04,-2.814v-16.079c-0.016,-0.07 -0.043,-0.135 -0.043,-0.209 -0.009,-1.463 -1.207,-2.654 -2.669,-2.654 -0.715,0 -1.387,0.28 -1.892,0.786 -0.504,0.508 -0.78,1.181 -0.777,1.896l0.049,10.167c0,4.626 -3.3,8.489 -7.668,9.366v9.886c0,0.171 -0.018,0.339 -0.05,0.5h12.55c0.276,0 0.5,-0.225 0.5,-0.5v-7.634z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M320.21,130.785H342.849c0.276,0 0.5,-0.225 0.5,-0.5v-9.703c-5.215,-0.065 -9.436,-4.318 -9.436,-9.544v-12.371c0,-1.009 -0.821,-1.83 -1.83,-1.83 -1.016,0 -1.836,0.821 -1.836,1.83v3.769c0,3.281 -2.669,5.949 -5.949,5.949s-5.949,-2.668 -5.949,-5.949v-1.968c0,-0.486 -0.394,-0.88 -0.88,-0.88 -0.494,0 -0.889,0.394 -0.889,0.88v10.317c0,2.022 -1.645,3.667 -3.667,3.667 -2.021,0 -3.666,-1.645 -3.666,-3.667v-7.051c0,-1.075 -0.874,-1.949 -1.949,-1.949 -1.075,0 -1.949,0.874 -1.949,1.949v26.551c0,0.275 0.224,0.5 0.5,0.5h14.361z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M305.349,93.285v7.035c0.578,-0.331 1.237,-0.535 1.949,-0.535 2.177,0 3.948,1.771 3.948,3.949v7.051c0,0.919 0.748,1.667 1.667,1.667s1.667,-0.748 1.667,-1.667v-10.317c0,-1.588 1.292,-2.88 2.88,-2.88 1.597,0 2.889,1.292 2.889,2.88v1.968c0,2.177 1.771,3.949 3.949,3.949 2.177,0 3.948,-1.772 3.948,-3.949v-3.769c0,-2.112 1.719,-3.83 3.831,-3.83 2.118,0 3.836,1.718 3.836,3.83v12.371c0,4.125 3.326,7.482 7.436,7.544v-11.797c0,-0.553 0.448,-1 1,-1s1,0.447 1,1v11.556c3.255,-0.841 5.668,-3.791 5.668,-7.303l-0.049,-10.162c-0.006,-1.251 0.477,-2.429 1.36,-3.317 0.883,-0.886 2.058,-1.375 3.309,-1.375 1.012,0 1.945,0.335 2.712,0.888v-3.787c0,-0.275 -0.224,-0.5 -0.5,-0.5h-12.55c0.032,0.161 0.05,0.329 0.05,0.5v7.687c0,0.553 -0.448,1.001 -1,1.001s-1,-0.448 -1,-1.001v-7.687c0,-0.275 -0.224,-0.5 -0.5,-0.5h-37c-0.276,0 -0.5,0.225 -0.5,0.5" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M359.481,119.52l4.618,-2.32c0.492,-0.248 1.094,-0.05 1.342,0.444s0.049,1.095 -0.444,1.343l-4.742,2.383c2.018,0.765 4.24,0.667 6.189,-0.313 2.14,-1.075 3.634,-3.038 4.101,-5.387 0.066,-0.329 -0.1,-0.659 -0.402,-0.802 -2.164,-1.026 -4.63,-0.998 -6.77,0.077 -1.888,0.948 -3.271,2.59 -3.892,4.575" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M182.776,80.452c2.475,0 4.5,-2.025 4.5,-4.5v-0.001c0,-2.475 -2.025,-4.499 -4.5,-4.499s-4.5,2.024 -4.5,4.499v0.001c0,2.475 2.025,4.5 4.5,4.5M74.165,67.366c0.067,-0.094 0.142,-0.183 0.221,-0.268l0.001,-0.001c0.731,-0.786 3.014,-2.172 4.157,-2.172 0.116,0 0.22,0.013 0.309,0.044 0.063,0.021 0.229,0.078 0.281,0.601 0.088,0.915 -1.365,2.711 -3.126,3.425 -0.651,0.262 -1.528,0.45 -2.01,-0.153 -0.261,-0.328 -0.187,-0.987 0.167,-1.476m0.736,3.878c0.578,0 1.204,-0.131 1.859,-0.396 2.274,-0.921 4.571,-3.34 4.364,-5.471 -0.153,-1.575 -1.087,-2.119 -1.63,-2.303 -2.297,-0.771 -5.867,1.905 -6.571,2.66 -0.138,0.15 -0.267,0.304 -0.381,0.464 -0.899,1.242 -0.944,2.842 -0.108,3.891 0.61,0.764 1.467,1.155 2.467,1.155m5.739,61.541c-2.078,0 -4.102,0.394 -6.014,1.169 -0.512,0.208 -0.758,0.791 -0.551,1.303 0.007,0.016 0.022,0.027 0.029,0.043 0.224,0.478 0.779,0.708 1.274,0.507 1.672,-0.678 3.443,-1.022 5.262,-1.022 7.72,0 14,6.28 14,14s-6.28,14 -14,14 -14,-6.28 -14,-14c0,-2.089 0.449,-4.099 1.334,-5.974 0.23,-0.486 0.028,-1.058 -0.444,-1.306 -0.013,-0.007 -0.02,-0.019 -0.033,-0.025 -0.499,-0.235 -1.095,-0.021 -1.331,0.478 -1.013,2.143 -1.526,4.44 -1.526,6.827 0,8.822 7.178,16 16,16s16,-7.178 16,-16 -7.178,-16 -16,-16" android:fillType="evenOdd" />
--- 31,37 ----
<path android:fillColor="#ffdcddde" android:pathData="M394.84,143.097c-0.874,0.246 -2.099,0.785 -3.539,1.479v4.997c1.632,-0.793 3.356,-1.354 4.868,-1.397h0.001c1.386,-0.046 2.485,0.342 3.279,1.132 0.881,0.878 1.306,2.206 1.262,3.947 -0.123,4.875 -7.154,8.439 -9.306,9.415 -0.036,0.017 -0.067,0.027 -0.104,0.042v6.849c0.002,0 0.003,-0.001 0.005,-0.001 4.15,0.448 10.852,-1.997 12.995,-5.517v-20.981c-2.757,-1.364 -6.62,-0.763 -9.461,0.035" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M403.801,170.585c0.276,0 0.5,-0.225 0.5,-0.5v-2.964c-1.633,1.495 -3.843,2.686 -6.152,3.464h5.652zM391.301,133.085v9.279c1.169,-0.542 2.189,-0.965 2.998,-1.192 4.017,-1.128 7.423,-1.21 10.002,-0.285v-7.802c0,-0.275 -0.224,-0.5 -0.5,-0.5h-12.55c0.032,0.162 0.05,0.329 0.05,0.5" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M351.801,170.585H376.178c-0.026,-0.969 0.076,-2.168 0.202,-3.538 0.276,-3.025 0.656,-7.17 -0.802,-8.176 -0.859,-0.593 -2.481,-0.013 -3.69,0.578 -1.727,0.844 -3.169,2.644 -4.695,4.549 -1.842,2.299 -3.746,4.676 -6.506,5.929 -0.303,0.138 -0.655,0.115 -0.938,-0.059 -0.283,-0.175 -0.461,-0.478 -0.474,-0.811 -0.035,-0.842 0.289,-1.826 0.632,-2.868 0.309,-0.936 0.824,-2.501 0.511,-2.884 -0.026,-0.032 -0.282,-0.298 -1.504,-0.157 -0.751,0.087 -1.478,1.013 -2.247,1.993 -1.134,1.445 -2.781,3.536 -5.366,2.758v2.186c0,0.275 0.224,0.5 0.5,0.5m4.352,-17.423c0.299,-4.073 -1.469,-8.929 -4.852,-10.354v16.722c4.093,-0.484 4.75,-4.98 4.852,-6.368m17.726,-20.374c-4.354,4.04 -10.21,12.016 -7.386,16.219 2.923,4.349 13.588,-1.033 20.645,-4.594 0.751,-0.379 1.474,-0.743 2.164,-1.085v-10.243c0,-0.276 -0.224,-0.5 -0.5,-0.5h-14.777c-0.044,0.07 -0.082,0.143 -0.146,0.203m13.324,22.245c-1.965,2.684 -2.207,5.139 -1.437,6.087 0.573,0.703 1.857,0.766 3.536,0.221v-8.24c-0.928,0.674 -1.68,1.36 -2.099,1.932m-75.43,-67.928l-2.675,-4.422c-0.286,-0.473 -0.135,-1.088 0.338,-1.373 0.472,-0.286 1.087,-0.135 1.373,0.338l2.747,4.541c0.607,-2.071 0.334,-4.278 -0.796,-6.146 -1.239,-2.048 -3.313,-3.385 -5.69,-3.667 -0.029,-0.004 -0.059,-0.005 -0.088,-0.005 -0.299,0 -0.572,0.183 -0.682,0.469 -0.854,2.237 -0.632,4.695 0.606,6.744 1.094,1.807 2.838,3.057 4.867,3.521m46.578,35.546c-0.084,-0.063 -0.167,-0.13 -0.243,-0.202l-3.64,1.829c-0.144,0.072 -0.297,0.106 -0.448,0.106 -0.366,0 -0.719,-0.201 -0.895,-0.55 -0.248,-0.495 -0.048,-1.095 0.445,-1.343l3.702,-1.861c-0.013,-0.227 -0.007,-0.458 0.039,-0.69 0.2,-1.004 0.561,-1.946 1.04,-2.814v-16.079c-0.016,-0.07 -0.043,-0.135 -0.043,-0.209 -0.009,-1.463 -1.207,-2.654 -2.669,-2.654 -0.715,0 -1.387,0.28 -1.892,0.786 -0.504,0.508 -0.78,1.181 -0.777,1.896l0.049,10.167c0,4.626 -3.3,8.489 -7.668,9.366v9.886c0,0.171 -0.018,0.339 -0.05,0.5h12.55c0.276,0 0.5,-0.225 0.5,-0.5v-7.634z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M320.21,130.785H342.849c0.276,0 0.5,-0.225 0.5,-0.5v-9.703c-5.215,-0.065 -9.436,-4.318 -9.436,-9.544v-12.371c0,-1.009 -0.821,-1.83 -1.83,-1.83 -1.016,0 -1.836,0.821 -1.836,1.83v3.769c0,3.281 -2.669,5.949 -5.949,5.949s-5.949,-2.668 -5.949,-5.949v-1.968c0,-0.486 -0.394,-0.88 -0.88,-0.88 -0.494,0 -0.889,0.394 -0.889,0.88v10.317c0,2.022 -1.645,3.667 -3.667,3.667 -2.021,0 -3.666,-1.645 -3.666,-3.667v-7.051c0,-1.075 -0.874,-1.949 -1.949,-1.949 -1.075,0 -1.949,0.874 -1.949,1.949v26.551c0,0.275 0.224,0.5 0.5,0.5h14.361z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M305.349,93.285v7.035c0.578,-0.331 1.237,-0.535 1.949,-0.535 2.177,0 3.948,1.771 3.948,3.949v7.051c0,0.919 0.748,1.667 1.667,1.667s1.667,-0.748 1.667,-1.667v-10.317c0,-1.588 1.292,-2.88 2.88,-2.88 1.597,0 2.889,1.292 2.889,2.88v1.968c0,2.177 1.771,3.949 3.949,3.949 2.177,0 3.948,-1.772 3.948,-3.949v-3.769c0,-2.112 1.719,-3.83 3.831,-3.83 2.118,0 3.836,1.718 3.836,3.83v12.371c0,4.125 3.326,7.482 7.436,7.544v-11.797c0,-0.553 0.448,-1 1,-1s1,0.447 1,1v11.556c3.255,-0.841 5.668,-3.791 5.668,-7.303l-0.049,-10.162c-0.006,-1.251 0.477,-2.429 1.36,-3.317 0.883,-0.886 2.058,-1.375 3.309,-1.375 1.012,0 1.945,0.335 2.712,0.888v-3.787c0,-0.275 -0.224,-0.5 -0.5,-0.5h-12.55c0.032,0.161 0.05,0.329 0.05,0.5v7.687c0,0.553 -0.448,1.001 -1,1.001s-1,-0.448 -1,-1.001v-7.687c0,-0.275 -0.224,-0.5 -0.5,-0.5h-37c-0.276,0 -0.5,0.225 -0.5,0.5" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M359.481,119.52l4.618,-2.32c0.492,-0.248 1.094,-0.05 1.342,0.444s0.049,1.095 -0.444,1.343l-4.742,2.383c2.018,0.765 4.24,0.667 6.189,-0.313 2.14,-1.075 3.634,-3.038 4.101,-5.387 0.066,-0.329 -0.1,-0.659 -0.402,-0.802 -2.164,-1.026 -4.63,-0.998 -6.77,0.077 -1.888,0.948 -3.271,2.59 -3.892,4.575" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M182.776,80.452c2.475,0 4.5,-2.025 4.5,-4.5v-0.001c0,-2.475 -2.025,-4.499 -4.5,-4.499s-4.5,2.024 -4.5,4.499v0.001c0,2.475 2.025,4.5 4.5,4.5M74.165,67.366c0.067,-0.094 0.142,-0.183 0.221,-0.268l0.001,-0.001c0.731,-0.786 3.014,-2.172 4.157,-2.172 0.116,0 0.22,0.013 0.309,0.044 0.063,0.021 0.229,0.078 0.281,0.601 0.088,0.915 -1.365,2.711 -3.126,3.425 -0.651,0.262 -1.528,0.45 -2.01,-0.153 -0.261,-0.328 -0.187,-0.987 0.167,-1.476m0.736,3.878c0.578,0 1.204,-0.131 1.859,-0.396 2.274,-0.921 4.571,-3.34 4.364,-5.471 -0.153,-1.575 -1.087,-2.119 -1.63,-2.303 -2.297,-0.771 -5.867,1.905 -6.571,2.66 -0.138,0.15 -0.267,0.304 -0.381,0.464 -0.899,1.242 -0.944,2.842 -0.108,3.891 0.61,0.764 1.467,1.155 2.467,1.155m5.739,61.541c-2.078,0 -4.102,0.394 -6.014,1.169 -0.512,0.208 -0.758,0.791 -0.551,1.303 0.007,0.016 0.022,0.027 0.029,0.043 0.224,0.478 0.779,0.708 1.274,0.507 1.672,-0.678 3.443,-1.022 5.262,-1.022 7.72,0 14,6.28 14,14s-6.28,14 -14,14 -14,-6.28 -14,-14c0,-2.089 0.449,-4.099 1.334,-5.974 0.23,-0.486 0.028,-1.058 -0.444,-1.306 -0.013,-0.007 -0.02,-0.019 -0.033,-0.025 -0.499,-0.235 -1.095,-0.021 -1.331,0.478 -1.013,2.143 -1.526,4.44 -1.526,6.827 0,8.822 7.178,16 16,16s16,-7.178 16,-16 -7.178,-16 -16,-16" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_empty_friends_none_light.xml to/res/drawable-anydpi-v24/img_empty_friends_none_light.xml
*** from/res/drawable-anydpi-v24/img_empty_friends_none_light.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/img_empty_friends_none_light.xml 2021-01-11 15:14:01.506587844 -0700
***************
*** 12,26 ****
<path android:fillColor="#fff6f6f7" android:pathData="M270.685,97.776L271.457,95.863C271.753,95.13 272.308,94.555 273.015,94.215C272.846,93.913 272.687,93.603 272.55,93.279C271.576,90.987 271.553,88.454 272.486,86.144C273.146,84.509 274.248,83.102 275.673,82.075C276.121,81.753 276.747,81.854 277.068,82.302C277.081,82.319 277.083,82.341 277.094,82.359C277.884,81.922 278.741,81.619 279.632,81.455C279.628,81.432 279.615,81.413 279.614,81.389C279.579,80.838 279.998,80.362 280.549,80.328C281.782,80.254 282.988,80.43 284.151,80.83C284.159,80.41 284.235,79.99 284.397,79.589C284.407,79.564 284.418,79.54 284.43,79.516L284.431,79.514C284.746,78.725 285.409,78.049 286.265,77.686C286.871,77.429 287.521,77.359 288.155,77.458C288.49,76.644 289.064,75.975 289.777,75.573C290.56,75.134 291.449,75.06 292.215,75.37L292.517,75.492C293.285,75.801 293.873,76.472 294.13,77.331C294.365,78.115 294.313,78.995 293.989,79.813C295.279,80.723 295.831,82.429 295.215,83.954C295.053,84.355 294.817,84.711 294.532,85.018C298.986,87.097 301.098,92.333 299.236,96.944C299.118,97.236 298.966,97.503 298.823,97.776L305.542,97.776L308.479,97.776C315.529,95.333 320.633,88.629 320.633,80.776L320.633,79.443L315.984,79.443C315.432,79.443 314.984,78.995 314.984,78.443C314.984,77.89 315.432,77.443 315.984,77.443L330.584,77.443C334.996,77.443 338.584,73.854 338.584,69.443L338.584,55.043C338.584,50.631 334.996,47.043 330.584,47.043L315.984,47.043C315.432,47.043 314.984,46.595 314.984,46.043C314.984,45.49 315.432,45.043 315.984,45.043L319.602,45.043C317.779,39.872 313.663,35.773 308.48,33.976L247.942,33.976C238.703,33.976 231.178,41.388 230.962,50.576L247.893,50.576C248.446,50.576 248.893,51.024 248.893,51.576L258.448,51.576C258.448,51.024 258.895,50.576 259.448,50.576L270.248,50.576C274.769,50.576 278.448,54.255 278.448,58.776L278.448,66.576C278.448,77.052 269.925,85.576 259.448,85.576L240.248,85.576C236.95,85.576 233.848,84.729 231.142,83.245C232.344,91.45 239.409,97.776 247.942,97.776L263.742,97.776L270.685,97.776Z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M269.048,58.776L269.048,66.576C269.048,74.429 263.944,81.132 256.896,83.576L259.448,83.576C268.823,83.576 276.448,75.95 276.448,66.576L276.448,58.776C276.448,55.357 273.668,52.576 270.249,52.576L265.483,52.576C267.609,53.831 269.048,56.141 269.048,58.776" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M326.585,73.443C329.346,73.443 331.585,71.204 331.585,68.443L331.585,56.043C331.585,53.281 329.346,51.043 326.585,51.043L319.985,51.043C318.88,51.043 317.985,51.939 317.985,53.043L317.985,71.443C317.985,72.547 318.88,73.443 319.985,73.443L326.585,73.443Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M255.956,73.389C255.956,75.005 254.633,76.327 253.017,76.327L247.14,76.327C245.523,76.327 244.201,75.005 244.201,73.389C244.201,71.773 245.523,70.45 247.14,70.45L253.017,70.45C254.633,70.45 255.956,71.773 255.956,73.389M230.128,73.389C230.128,71.773 231.45,70.45 233.067,70.45L236.593,70.45C238.209,70.45 239.532,71.773 239.532,73.389C239.532,75.005 238.209,76.327 236.593,76.327L233.067,76.327C231.45,76.327 230.128,75.005 230.128,73.389M247.894,52.576L229.449,52.576C226.03,52.576 223.248,55.357 223.248,58.776L223.248,66.576C223.248,75.95 230.874,83.576 240.248,83.576L256.895,83.576C263.944,81.132 269.049,74.429 269.049,66.576L269.049,58.776C269.049,56.14 267.61,53.83 265.483,52.576L259.448,52.576C258.896,52.576 258.448,52.128 258.448,51.576L248.894,51.576C248.894,52.128 248.446,52.576 247.894,52.576" android:fillType="nonZero" />
<path android:fillColor="#fff6f6f7" android:pathData="M247.139,70.45C245.523,70.45 244.2,71.773 244.2,73.389C244.2,75.005 245.523,76.327 247.139,76.327L253.016,76.327C254.633,76.327 255.955,75.005 255.955,73.389C255.955,71.773 254.633,70.45 253.016,70.45L247.139,70.45ZM233.067,76.328L236.593,76.328C238.21,76.328 239.532,75.006 239.532,73.39C239.532,71.773 238.21,70.451 236.593,70.451L233.067,70.451C231.45,70.451 230.128,71.773 230.128,73.39C230.128,75.006 231.45,76.328 233.067,76.328Z" android:fillType="nonZero" />
<path android:fillColor="#ffdcddde" android:pathData="M232.742,139.576L232.742,130.218C229.6,132.157 227.494,135.62 227.494,139.576L227.494,144.376C227.494,146.251 225.969,147.776 224.095,147.776L213.294,147.776C210.868,147.776 208.894,149.75 208.894,152.176C208.894,154.602 210.868,156.576 213.294,156.576L243.308,156.576C237.057,153.462 232.742,147.021 232.742,139.576M237.115,112.976L227.094,112.976C224.667,112.976 222.694,114.95 222.694,117.376C222.694,119.802 224.667,121.776 227.094,121.776L233.55,121.776C234.267,118.686 235.468,115.729 237.115,112.976" android:fillType="nonZero" />
<path android:fillColor="#fff6f6f7" android:pathData="M254.68,151.897C254.871,151.423 255.119,150.989 255.403,150.59L255.166,150.494C254.387,150.18 253.776,149.58 253.448,148.806C253.119,148.032 253.111,147.176 253.426,146.397L253.626,145.9C253.942,145.119 254.541,144.509 255.315,144.18C256.089,143.852 256.944,143.844 257.724,144.159L259.785,144.99L268.108,124.375C266.25,124.367 264.49,123.551 263.273,122.13C262.055,120.707 261.522,118.826 261.811,116.967C262.291,113.894 265.078,111.576 268.297,111.576L273.275,111.576L276.492,103.606L272.393,101.952C271.683,101.665 271.125,101.134 270.781,100.458L270.667,100.412L270.705,100.319C270.696,100.3 270.683,100.283 270.675,100.264C270.607,100.105 270.562,99.94 270.522,99.776L263.742,99.776C254.578,99.776 245.84,104.221 240.367,111.665C236.687,116.67 234.742,122.587 234.742,128.776L234.742,139.576C234.742,148.95 242.367,156.576 251.742,156.576L254.651,156.576C254.065,155.062 254.069,153.41 254.68,151.897ZM285.734,110.163C285.735,109.234 285.847,108.332 286.043,107.462L284.322,106.767L282.381,111.576L282.846,111.576L284.334,111.576C285.105,111.576 285.733,110.942 285.734,110.163ZM274.104,129.408C274.616,129.615 274.864,130.197 274.657,130.71L268.574,145.777L281.749,145.777C282.521,145.777 283.149,145.148 283.149,144.376L283.149,139.576C283.149,132.408 288.98,126.576 296.149,126.576L298.442,126.576C299.049,126.576 299.542,126.082 299.542,125.476C299.542,124.869 299.049,124.377 298.442,124.377L282.846,124.377L276.135,124.377L274.104,129.408ZM338.824,124.886L335.131,137.549L335.131,137.551C335.011,137.96 335.232,138.238 335.333,138.339C335.434,138.441 335.714,138.663 336.122,138.542L348.786,134.848C351.979,133.917 354.295,131.063 354.547,127.745C354.725,125.407 353.876,123.114 352.218,121.454C350.704,119.941 348.662,119.102 346.539,119.102C346.336,119.102 346.132,119.109 345.927,119.126C342.61,119.378 339.756,121.692 338.824,124.886Z" android:fillType="nonZero" />
<path android:fillColor="#ffdcddde" android:pathData="M311.949,156.576C312.671,156.576 313.374,156.42 314.039,156.113C314.095,156.087 314.152,156.067 314.211,156.052C321.761,154.125 327.033,147.35 327.033,139.576L327.033,116.776C327.033,107.402 319.407,99.776 310.033,99.776L305.542,99.776L298.134,99.776C297.877,99.776 297.625,99.796 297.373,99.815C296.236,101.024 294.816,101.915 293.251,102.383C293.525,103.12 293.525,103.919 293.229,104.653L292.425,106.644C291.93,107.869 290.747,108.614 289.502,108.614C289.11,108.614 288.712,108.54 288.327,108.385L287.925,108.222C287.804,108.852 287.735,109.501 287.734,110.165C287.732,112.046 286.206,113.576 284.333,113.576L282.845,113.576L268.297,113.576C266.055,113.576 264.117,115.166 263.788,117.275C263.586,118.575 263.942,119.837 264.792,120.829C265.634,121.812 266.852,122.376 268.134,122.376L282.845,122.376L298.442,122.376C300.152,122.376 301.542,123.767 301.542,125.476C301.542,127.185 300.152,128.576 298.442,128.576L296.149,128.576C290.083,128.576 285.149,133.511 285.149,139.576L285.149,144.376C285.149,146.251 283.623,147.776 281.749,147.776L267.766,147.776L267.615,148.152L269.675,148.983C271.284,149.633 272.065,151.472 271.415,153.081L271.215,153.578C270.72,154.803 269.537,155.548 268.291,155.548C267.899,155.548 267.502,155.474 267.117,155.319L267.116,155.319L266.882,155.224C266.813,155.674 266.699,156.119 266.532,156.554C266.606,156.558 266.675,156.576 266.749,156.576L305.542,156.576L311.949,156.576ZM291.769,77.346L291.466,77.224C291.192,77.115 290.904,77.234 290.757,77.316C290.468,77.479 290.219,77.769 290.054,78.116L292.157,78.965C292.278,78.601 292.31,78.222 292.214,77.905C292.166,77.744 292.044,77.457 291.769,77.346Z" android:fillType="nonZero" />
! <path android:fillColor="#ffffffff" android:pathData="M276.842,83.698C275.724,84.504 274.859,85.608 274.341,86.894C273.608,88.707 273.626,90.698 274.391,92.497C274.629,93.058 274.936,93.573 275.293,94.046C275.38,94.073 275.469,94.089 275.555,94.122L279.607,95.758L284.687,83.174L283.872,82.844C282.846,82.43 281.773,82.256 280.675,82.324C280.15,82.359 279.701,81.971 279.632,81.455C278.741,81.619 277.884,81.923 277.094,82.359C277.373,82.801 277.273,83.387 276.842,83.698M297.382,96.196C298.892,92.452 297.077,88.176 293.332,86.664L292.517,86.335L290.305,91.816C290.293,91.901 290.289,91.988 290.257,92.069L287.483,98.939L291.487,100.556C291.572,100.59 291.646,100.639 291.724,100.679C294.182,100.29 296.384,98.666 297.382,96.196" android:fillType="nonZero" />
<path android:fillColor="#ffdcddde" android:pathData="M270.264,124.376L261.639,145.739L265.76,147.402L272.802,129.96C273.008,129.449 273.588,129.2 274.103,129.407L276.134,124.376L270.264,124.376Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M280.224,111.576l2.244,-5.557l-4.121,-1.664l-2.915,7.221z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M264.638,155.917C264.831,155.439 264.922,154.94 264.94,154.44L257.339,151.372C257.009,151.739 256.73,152.162 256.534,152.646C256.097,153.728 256.108,154.916 256.564,155.99C257.021,157.064 257.868,157.896 258.951,158.334C261.184,159.235 263.736,158.151 264.638,155.917" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M285.582,98.171l4.981,-12.34l-4.12,-1.663l-4.982,12.339z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M270.781,100.458C270.757,100.411 270.727,100.368 270.705,100.319L270.668,100.412L270.781,100.458ZM185.176,138.576C187.933,138.576 190.176,136.333 190.176,133.576L190.176,123.576L176.176,123.576L176.176,133.576C176.176,136.333 178.419,138.576 181.176,138.576L185.176,138.576ZM159.543,138.576C162.3,138.576 164.543,136.333 164.543,133.576L164.543,128.576L153.543,128.576L153.543,133.576C153.543,136.333 155.786,138.576 158.543,138.576L159.543,138.576Z" android:fillType="nonZero" />
<path android:fillColor="#ffdcddde" android:pathData="M148.695,156.576l4,0l0,-7l-4,0z" android:fillType="evenOdd" />
--- 12,26 ----
<path android:fillColor="#fff6f6f7" android:pathData="M270.685,97.776L271.457,95.863C271.753,95.13 272.308,94.555 273.015,94.215C272.846,93.913 272.687,93.603 272.55,93.279C271.576,90.987 271.553,88.454 272.486,86.144C273.146,84.509 274.248,83.102 275.673,82.075C276.121,81.753 276.747,81.854 277.068,82.302C277.081,82.319 277.083,82.341 277.094,82.359C277.884,81.922 278.741,81.619 279.632,81.455C279.628,81.432 279.615,81.413 279.614,81.389C279.579,80.838 279.998,80.362 280.549,80.328C281.782,80.254 282.988,80.43 284.151,80.83C284.159,80.41 284.235,79.99 284.397,79.589C284.407,79.564 284.418,79.54 284.43,79.516L284.431,79.514C284.746,78.725 285.409,78.049 286.265,77.686C286.871,77.429 287.521,77.359 288.155,77.458C288.49,76.644 289.064,75.975 289.777,75.573C290.56,75.134 291.449,75.06 292.215,75.37L292.517,75.492C293.285,75.801 293.873,76.472 294.13,77.331C294.365,78.115 294.313,78.995 293.989,79.813C295.279,80.723 295.831,82.429 295.215,83.954C295.053,84.355 294.817,84.711 294.532,85.018C298.986,87.097 301.098,92.333 299.236,96.944C299.118,97.236 298.966,97.503 298.823,97.776L305.542,97.776L308.479,97.776C315.529,95.333 320.633,88.629 320.633,80.776L320.633,79.443L315.984,79.443C315.432,79.443 314.984,78.995 314.984,78.443C314.984,77.89 315.432,77.443 315.984,77.443L330.584,77.443C334.996,77.443 338.584,73.854 338.584,69.443L338.584,55.043C338.584,50.631 334.996,47.043 330.584,47.043L315.984,47.043C315.432,47.043 314.984,46.595 314.984,46.043C314.984,45.49 315.432,45.043 315.984,45.043L319.602,45.043C317.779,39.872 313.663,35.773 308.48,33.976L247.942,33.976C238.703,33.976 231.178,41.388 230.962,50.576L247.893,50.576C248.446,50.576 248.893,51.024 248.893,51.576L258.448,51.576C258.448,51.024 258.895,50.576 259.448,50.576L270.248,50.576C274.769,50.576 278.448,54.255 278.448,58.776L278.448,66.576C278.448,77.052 269.925,85.576 259.448,85.576L240.248,85.576C236.95,85.576 233.848,84.729 231.142,83.245C232.344,91.45 239.409,97.776 247.942,97.776L263.742,97.776L270.685,97.776Z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M269.048,58.776L269.048,66.576C269.048,74.429 263.944,81.132 256.896,83.576L259.448,83.576C268.823,83.576 276.448,75.95 276.448,66.576L276.448,58.776C276.448,55.357 273.668,52.576 270.249,52.576L265.483,52.576C267.609,53.831 269.048,56.141 269.048,58.776" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M326.585,73.443C329.346,73.443 331.585,71.204 331.585,68.443L331.585,56.043C331.585,53.281 329.346,51.043 326.585,51.043L319.985,51.043C318.88,51.043 317.985,51.939 317.985,53.043L317.985,71.443C317.985,72.547 318.88,73.443 319.985,73.443L326.585,73.443Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M255.956,73.389C255.956,75.005 254.633,76.327 253.017,76.327L247.14,76.327C245.523,76.327 244.201,75.005 244.201,73.389C244.201,71.773 245.523,70.45 247.14,70.45L253.017,70.45C254.633,70.45 255.956,71.773 255.956,73.389M230.128,73.389C230.128,71.773 231.45,70.45 233.067,70.45L236.593,70.45C238.209,70.45 239.532,71.773 239.532,73.389C239.532,75.005 238.209,76.327 236.593,76.327L233.067,76.327C231.45,76.327 230.128,75.005 230.128,73.389M247.894,52.576L229.449,52.576C226.03,52.576 223.248,55.357 223.248,58.776L223.248,66.576C223.248,75.95 230.874,83.576 240.248,83.576L256.895,83.576C263.944,81.132 269.049,74.429 269.049,66.576L269.049,58.776C269.049,56.14 267.61,53.83 265.483,52.576L259.448,52.576C258.896,52.576 258.448,52.128 258.448,51.576L248.894,51.576C248.894,52.128 248.446,52.576 247.894,52.576" android:fillType="nonZero" />
<path android:fillColor="#fff6f6f7" android:pathData="M247.139,70.45C245.523,70.45 244.2,71.773 244.2,73.389C244.2,75.005 245.523,76.327 247.139,76.327L253.016,76.327C254.633,76.327 255.955,75.005 255.955,73.389C255.955,71.773 254.633,70.45 253.016,70.45L247.139,70.45ZM233.067,76.328L236.593,76.328C238.21,76.328 239.532,75.006 239.532,73.39C239.532,71.773 238.21,70.451 236.593,70.451L233.067,70.451C231.45,70.451 230.128,71.773 230.128,73.39C230.128,75.006 231.45,76.328 233.067,76.328Z" android:fillType="nonZero" />
<path android:fillColor="#ffdcddde" android:pathData="M232.742,139.576L232.742,130.218C229.6,132.157 227.494,135.62 227.494,139.576L227.494,144.376C227.494,146.251 225.969,147.776 224.095,147.776L213.294,147.776C210.868,147.776 208.894,149.75 208.894,152.176C208.894,154.602 210.868,156.576 213.294,156.576L243.308,156.576C237.057,153.462 232.742,147.021 232.742,139.576M237.115,112.976L227.094,112.976C224.667,112.976 222.694,114.95 222.694,117.376C222.694,119.802 224.667,121.776 227.094,121.776L233.55,121.776C234.267,118.686 235.468,115.729 237.115,112.976" android:fillType="nonZero" />
<path android:fillColor="#fff6f6f7" android:pathData="M254.68,151.897C254.871,151.423 255.119,150.989 255.403,150.59L255.166,150.494C254.387,150.18 253.776,149.58 253.448,148.806C253.119,148.032 253.111,147.176 253.426,146.397L253.626,145.9C253.942,145.119 254.541,144.509 255.315,144.18C256.089,143.852 256.944,143.844 257.724,144.159L259.785,144.99L268.108,124.375C266.25,124.367 264.49,123.551 263.273,122.13C262.055,120.707 261.522,118.826 261.811,116.967C262.291,113.894 265.078,111.576 268.297,111.576L273.275,111.576L276.492,103.606L272.393,101.952C271.683,101.665 271.125,101.134 270.781,100.458L270.667,100.412L270.705,100.319C270.696,100.3 270.683,100.283 270.675,100.264C270.607,100.105 270.562,99.94 270.522,99.776L263.742,99.776C254.578,99.776 245.84,104.221 240.367,111.665C236.687,116.67 234.742,122.587 234.742,128.776L234.742,139.576C234.742,148.95 242.367,156.576 251.742,156.576L254.651,156.576C254.065,155.062 254.069,153.41 254.68,151.897ZM285.734,110.163C285.735,109.234 285.847,108.332 286.043,107.462L284.322,106.767L282.381,111.576L282.846,111.576L284.334,111.576C285.105,111.576 285.733,110.942 285.734,110.163ZM274.104,129.408C274.616,129.615 274.864,130.197 274.657,130.71L268.574,145.777L281.749,145.777C282.521,145.777 283.149,145.148 283.149,144.376L283.149,139.576C283.149,132.408 288.98,126.576 296.149,126.576L298.442,126.576C299.049,126.576 299.542,126.082 299.542,125.476C299.542,124.869 299.049,124.377 298.442,124.377L282.846,124.377L276.135,124.377L274.104,129.408ZM338.824,124.886L335.131,137.549L335.131,137.551C335.011,137.96 335.232,138.238 335.333,138.339C335.434,138.441 335.714,138.663 336.122,138.542L348.786,134.848C351.979,133.917 354.295,131.063 354.547,127.745C354.725,125.407 353.876,123.114 352.218,121.454C350.704,119.941 348.662,119.102 346.539,119.102C346.336,119.102 346.132,119.109 345.927,119.126C342.61,119.378 339.756,121.692 338.824,124.886Z" android:fillType="nonZero" />
<path android:fillColor="#ffdcddde" android:pathData="M311.949,156.576C312.671,156.576 313.374,156.42 314.039,156.113C314.095,156.087 314.152,156.067 314.211,156.052C321.761,154.125 327.033,147.35 327.033,139.576L327.033,116.776C327.033,107.402 319.407,99.776 310.033,99.776L305.542,99.776L298.134,99.776C297.877,99.776 297.625,99.796 297.373,99.815C296.236,101.024 294.816,101.915 293.251,102.383C293.525,103.12 293.525,103.919 293.229,104.653L292.425,106.644C291.93,107.869 290.747,108.614 289.502,108.614C289.11,108.614 288.712,108.54 288.327,108.385L287.925,108.222C287.804,108.852 287.735,109.501 287.734,110.165C287.732,112.046 286.206,113.576 284.333,113.576L282.845,113.576L268.297,113.576C266.055,113.576 264.117,115.166 263.788,117.275C263.586,118.575 263.942,119.837 264.792,120.829C265.634,121.812 266.852,122.376 268.134,122.376L282.845,122.376L298.442,122.376C300.152,122.376 301.542,123.767 301.542,125.476C301.542,127.185 300.152,128.576 298.442,128.576L296.149,128.576C290.083,128.576 285.149,133.511 285.149,139.576L285.149,144.376C285.149,146.251 283.623,147.776 281.749,147.776L267.766,147.776L267.615,148.152L269.675,148.983C271.284,149.633 272.065,151.472 271.415,153.081L271.215,153.578C270.72,154.803 269.537,155.548 268.291,155.548C267.899,155.548 267.502,155.474 267.117,155.319L267.116,155.319L266.882,155.224C266.813,155.674 266.699,156.119 266.532,156.554C266.606,156.558 266.675,156.576 266.749,156.576L305.542,156.576L311.949,156.576ZM291.769,77.346L291.466,77.224C291.192,77.115 290.904,77.234 290.757,77.316C290.468,77.479 290.219,77.769 290.054,78.116L292.157,78.965C292.278,78.601 292.31,78.222 292.214,77.905C292.166,77.744 292.044,77.457 291.769,77.346Z" android:fillType="nonZero" />
! <path android:fillColor="@color/white" android:pathData="M276.842,83.698C275.724,84.504 274.859,85.608 274.341,86.894C273.608,88.707 273.626,90.698 274.391,92.497C274.629,93.058 274.936,93.573 275.293,94.046C275.38,94.073 275.469,94.089 275.555,94.122L279.607,95.758L284.687,83.174L283.872,82.844C282.846,82.43 281.773,82.256 280.675,82.324C280.15,82.359 279.701,81.971 279.632,81.455C278.741,81.619 277.884,81.923 277.094,82.359C277.373,82.801 277.273,83.387 276.842,83.698M297.382,96.196C298.892,92.452 297.077,88.176 293.332,86.664L292.517,86.335L290.305,91.816C290.293,91.901 290.289,91.988 290.257,92.069L287.483,98.939L291.487,100.556C291.572,100.59 291.646,100.639 291.724,100.679C294.182,100.29 296.384,98.666 297.382,96.196" android:fillType="nonZero" />
<path android:fillColor="#ffdcddde" android:pathData="M270.264,124.376L261.639,145.739L265.76,147.402L272.802,129.96C273.008,129.449 273.588,129.2 274.103,129.407L276.134,124.376L270.264,124.376Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M280.224,111.576l2.244,-5.557l-4.121,-1.664l-2.915,7.221z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M264.638,155.917C264.831,155.439 264.922,154.94 264.94,154.44L257.339,151.372C257.009,151.739 256.73,152.162 256.534,152.646C256.097,153.728 256.108,154.916 256.564,155.99C257.021,157.064 257.868,157.896 258.951,158.334C261.184,159.235 263.736,158.151 264.638,155.917" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M285.582,98.171l4.981,-12.34l-4.12,-1.663l-4.982,12.339z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M270.781,100.458C270.757,100.411 270.727,100.368 270.705,100.319L270.668,100.412L270.781,100.458ZM185.176,138.576C187.933,138.576 190.176,136.333 190.176,133.576L190.176,123.576L176.176,123.576L176.176,133.576C176.176,136.333 178.419,138.576 181.176,138.576L185.176,138.576ZM159.543,138.576C162.3,138.576 164.543,136.333 164.543,133.576L164.543,128.576L153.543,128.576L153.543,133.576C153.543,136.333 155.786,138.576 158.543,138.576L159.543,138.576Z" android:fillType="nonZero" />
<path android:fillColor="#ffdcddde" android:pathData="M148.695,156.576l4,0l0,-7l-4,0z" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_empty_friends_none_online_light.xml to/res/drawable-anydpi-v24/img_empty_friends_none_online_light.xml
*** from/res/drawable-anydpi-v24/img_empty_friends_none_online_light.xml 2021-01-02 17:58:42.702416289 -0700
--- to/res/drawable-anydpi-v24/img_empty_friends_none_online_light.xml 2021-01-11 15:14:01.480588233 -0700
***************
*** 2,31 ****
<vector android:height="218.0dip" android:width="421.0dip" android:viewportWidth="421.0" android:viewportHeight="218.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff6f6f7" android:pathData="M-0,125.639C-0,135.075 7.649,142.724 17.086,142.724L46.535,142.724C63.041,142.724 76.422,156.105 76.422,172.612C76.422,189.118 89.803,202.499 106.309,202.499L371.873,202.499C377.495,202.499 382.053,197.941 382.053,192.319L382.053,192.318C382.053,186.696 377.495,182.138 371.873,182.138L340.712,182.138C336.752,182.138 333.542,178.928 333.542,174.968L333.542,174.963C333.542,171.003 336.752,167.793 340.712,167.793L365.921,167.793C392.387,167.793 413.841,146.339 413.841,119.873C413.841,93.408 392.387,71.953 365.921,71.953L314.52,71.953C303.491,71.953 294.55,63.013 294.55,51.983L294.55,51.982C294.55,40.953 285.609,32.012 274.58,32.012L79.15,32.012C71.888,32.012 66,37.9 66,45.162L66,45.168C66,52.431 71.888,58.318 79.15,58.318L93.8,58.318C107.672,58.318 118.917,69.563 118.917,83.435L118.917,83.436C118.917,97.308 107.672,108.554 93.8,108.554L17.086,108.554C7.649,108.554 -0,116.203 -0,125.639" android:fillAlpha="0.9" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M117.573,192L132.984,192C132.979,191.874 132.955,191.75 132.955,191.623L132.955,148.191C132.955,142.157 139.202,136.672 149.784,132.322L149.784,131.57C149.784,126.056 154.27,121.57 159.784,121.57L162.435,121.57C162.635,118.72 163.454,116.042 164.778,113.674L164.778,94.788C164.616,95.125 164.279,95.361 163.881,95.361C163.329,95.361 162.881,94.914 162.881,94.361L162.881,25L102.225,25L102.225,30.13C105.155,30.57 107.723,32.247 109.28,34.865C111.126,37.968 111.168,41.699 109.394,44.843C109.219,45.153 108.894,45.346 108.539,45.352C108.484,45.353 108.427,45.353 108.372,45.353C106.08,45.353 103.945,44.586 102.225,43.224L102.225,192L111.575,192C111.901,192 112.177,192.167 112.36,192.408L116.788,192.408C116.97,192.167 117.247,192 117.573,192" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M371.354,141.394C372.501,140.549 374.086,140.498 375.815,141.246C377.672,142.049 379.805,143.94 380.101,145.863C380.434,148.024 379.411,150.404 377.496,151.925C376.352,152.833 375.036,153.305 373.75,153.306C373.105,153.306 372.468,153.186 371.864,152.944C370.759,152.5 370.033,151.143 369.764,149.018C369.463,146.636 369.76,142.565 371.354,141.394ZM365.028,159.054C364.607,159.574 363.922,159.756 363.191,159.756C362.239,159.756 361.208,159.448 360.576,159.176C358.739,158.384 358.585,157.367 358.657,156.832L358.657,156.831C358.774,155.964 359.36,155.34 360.264,155.117C361.708,154.766 364.044,155.524 364.808,156.6C365.704,157.865 365.331,158.681 365.028,159.054ZM358.42,160.166C362.885,162.612 370.41,161.34 375.864,157.132C378.111,155.397 383.11,150.646 380.994,144.004C379.836,140.371 377.173,137.111 373.494,134.823C370.835,133.171 367.976,132.301 365.333,132.301C364.433,132.301 363.559,132.402 362.726,132.607C361.097,133.008 359.66,133.791 358.42,134.928L358.42,137.359C358.585,137.291 358.754,137.234 358.93,137.194C359.808,136.995 360.767,137.163 361.634,137.671C361.634,137.671 361.634,137.671 361.634,137.672C363.133,138.553 363.933,140.14 363.625,141.62C363.331,143.037 361.863,145.071 360.606,145.804C359.874,146.231 359.24,146.38 358.713,146.38C358.609,146.38 358.517,146.364 358.42,146.353L358.42,160.166Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M371.748,148.767C371.964,150.474 372.442,151.021 372.608,151.088 373.759,151.549 375.086,151.283 376.251,150.359 377.593,149.293 378.346,147.608 378.124,146.167 377.985,145.265 376.705,143.81 375.021,143.082 374.71,142.948 374.105,142.725 373.506,142.725 373.162,142.725 372.82,142.799 372.538,143.006 372.062,143.355 371.401,146.028 371.748,148.767M359.598,144.077C360.35,143.638 361.491,142.059 361.667,141.213 361.813,140.511 361.251,139.767 360.62,139.396 360.301,139.209 359.972,139.112 359.668,139.112 359.568,139.112 359.47,139.122 359.376,139.143 358.983,139.234 358.668,139.502 358.419,139.848L358.419,144.298C358.688,144.448 359.08,144.379 359.598,144.077" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M363.182,157.766C363.18,157.763 363.178,157.76 363.175,157.757C363.031,157.568 362.25,157.154 361.413,157.048C361.129,157.013 360.929,157.023 360.799,157.046C361.303,157.405 362.494,157.758 363.182,157.766" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M331.024,115.379C334.049,117.35 335.732,120.679 335.526,124.285C335.506,124.638 335.299,124.955 334.983,125.118C333.536,125.857 331.984,126.225 330.44,126.225C328.555,126.225 326.681,125.677 325.018,124.593C324,123.93 323.149,123.104 322.456,122.174L322.456,165.063C322.456,165.615 322.008,166.063 321.456,166.063C321.273,166.063 321.11,165.999 320.963,165.913L320.963,174.977C324.198,174.977 326.83,177.607 326.83,180.842L326.83,184.296C326.83,185.286 326.025,186.089 325.036,186.089L323.981,186.089C324.466,188.02 324.714,190.001 324.731,191.999L356.42,191.999L356.42,175.609C354.559,175.253 352.863,174.507 352.237,173.051C351.809,172.053 352.022,171.376 352.275,170.982C352.962,169.919 354.527,169.889 355.909,169.861C356.082,169.859 356.254,169.855 356.42,169.848L356.42,83.527C354.821,86.004 352.414,87.882 349.466,88.804C348.172,89.21 346.856,89.408 345.557,89.408C342.374,89.408 339.289,88.217 336.851,85.96C336.59,85.718 336.476,85.357 336.553,85.01C337.469,80.856 340.265,77.554 344.118,75.935C343.441,74.478 343.109,72.855 343.205,71.165C343.226,70.812 343.432,70.494 343.749,70.332C346.963,68.688 350.689,68.884 353.713,70.856C354.8,71.564 355.705,72.452 356.42,73.461L356.42,43.59L322.456,43.59L322.456,114.275C325.319,113.312 328.429,113.687 331.024,115.379" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M322.738,192C322.72,189.996 322.429,188.017 321.899,186.09L320.027,186.09C319.496,188.016 319.205,189.995 319.187,192L322.738,192Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M324.829,184.09L324.829,180.843C324.829,178.711 323.094,176.976 320.962,176.976C318.829,176.976 317.095,178.711 317.095,180.843L317.095,184.09L324.829,184.09Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M40.829,192l2.245,0l0,-17.402l-2.245,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M37.73,165.548L37.73,171.427C38.198,171.753 38.613,172.149 38.963,172.597L46.174,172.597L46.174,165.548C46.174,163.22 44.28,161.327 41.953,161.327C39.624,161.327 37.73,163.22 37.73,165.548" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M57.092,182.138L58.542,182.138L58.542,179.255C58.542,177.238 56.901,175.596 54.884,175.596C52.866,175.596 51.225,177.238 51.225,179.255L51.225,182.138L52.675,182.138L57.092,182.138Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M53.675,191.999l2.417,0l0,-7.861l-2.417,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M36.098,178.954L38.164,178.954L38.164,176.071C38.164,174.054 36.523,172.413 34.506,172.413C32.489,172.413 30.847,174.054 30.847,176.071L30.847,178.954L32.914,178.954L36.098,178.954Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M33.914,191.999l1.184,0l0,-11.045l-1.184,0z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M107.922,43.34C109.059,40.943 108.936,38.197 107.561,35.887 106.187,33.576 103.833,32.157 101.185,32.012 100.047,34.409 100.171,37.154 101.546,39.465 102.92,41.776 105.274,43.195 107.922,43.34M397.72,89.977C398.591,92.52 400.604,94.392 403.168,95.077 404.772,92.963 405.214,90.251 404.341,87.707 403.47,85.164 401.457,83.293 398.893,82.608 397.289,84.721 396.848,87.434 397.72,89.977" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M346.023,75.278C349.424,74.42 352.92,74.961 355.845,76.756 355.301,75.049 354.195,73.557 352.621,72.531 350.369,71.064 347.63,70.826 345.19,71.865 345.206,73.078 345.503,74.234 346.023,75.278M326.11,122.918C328.363,124.387 331.102,124.623 333.542,123.585 333.506,120.932 332.185,118.522 329.932,117.054 327.68,115.586 324.942,115.349 322.5,116.388 322.537,119.04 323.858,121.45 326.11,122.918M268.92,64.953C269.4,66.521 270.558,67.719 272.074,68.249 273.033,66.961 273.322,65.32 272.842,63.752 272.363,62.184 271.205,60.987 269.689,60.456 268.729,61.745 268.44,63.386 268.92,64.953M63.867,134.005C66.431,134.684 69.108,134.061 71.129,132.286 73.149,130.512 74.113,127.939 73.771,125.309 71.205,124.63 68.53,125.253 66.51,127.026 64.49,128.801 63.525,131.374 63.867,134.005" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M84.416,79.453C81.198,77.512 77.348,77.35 74.006,78.99C74.114,82.711 76.052,86.041 79.27,87.983C82.489,89.926 86.339,90.086 89.681,88.446C89.573,84.725 87.635,81.395 84.416,79.453" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M358.395,38.54C359.541,42.081 362.334,44.735 365.968,45.697C369.602,46.655 373.343,45.733 376.091,43.224C374.945,39.683 372.151,37.028 368.518,36.067C364.884,35.104 361.143,36.028 358.395,38.54" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M356.116,79.408C353.259,77.023 349.481,76.266 345.892,77.388 342.305,78.512 339.633,81.287 338.645,84.876 341.503,87.262 345.282,88.019 348.869,86.895 352.456,85.772 355.129,82.996 356.116,79.408M362.191,173.743C368.417,172.764 371.427,168.239 372.114,164.662 372.429,163.022 372.18,162.001 371.967,161.686 369.284,162.821 366.484,163.421 363.87,163.421 361.902,163.421 360.042,163.087 358.42,162.4L358.42,169.474C360.203,168.976 361.999,168.191 362.671,167.18 362.978,166.721 363.598,166.597 364.058,166.901 364.518,167.207 364.643,167.827 364.337,168.287 362.905,170.44 359.118,171.423 357.557,171.745 357.101,171.84 356.54,171.85 355.946,171.862 355.42,171.872 354.368,171.892 354.003,172.057 354.015,172.104 354.036,172.171 354.075,172.262 354.762,173.865 359.72,174.132 362.191,173.743" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M244.772,197C243.666,197 242.611,196.785 241.636,196.408L241.636,199.538C241.636,205.212 239.427,210.545 235.415,214.558C235.408,214.564 235.403,214.571 235.397,214.577C239.477,214.234 243.433,213.793 247.241,213.265L247.241,196.639C246.458,196.871 245.63,197 244.772,197" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M239.553,199.538L239.553,195.251C239.437,195.164 239.317,195.08 239.205,194.988 238.22,196.885 236.97,198.654 235.414,200.207 231.792,203.831 229.799,208.643 229.799,213.761L229.799,214.982C230.679,214.929 231.551,214.869 232.421,214.807 232.896,214.213 233.392,213.635 233.938,213.09 237.56,209.467 239.553,204.655 239.553,199.538M182.852,199.017L182.852,196.92C181.265,196.716 179.812,196.086 178.609,195.147L178.609,212.767C182.021,213.3 185.567,213.76 189.227,214.142 189.157,214.069 189.096,213.99 189.025,213.919 185.044,209.939 182.852,204.646 182.852,199.017M272.927,201.608C271.349,201.608 270.063,200.323 270.063,198.745L270.063,177.029C270.063,175.451 271.349,174.165 272.927,174.165 274.504,174.165 275.79,175.451 275.79,177.029L275.79,198.745C275.79,200.323 274.504,201.608 272.927,201.608zM278.134,175.444C278.134,172.573 275.798,170.238 272.927,170.238 270.055,170.238 267.72,172.573 267.72,175.444L267.72,200.257C267.72,203.129 270.055,205.464 272.927,205.464 275.798,205.464 278.134,203.129 278.134,200.257L278.134,175.444z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M190.19,194.377C188.819,195.776 186.984,196.715 184.935,196.942L184.935,199.017C184.935,204.091 186.911,208.861 190.498,212.446 191.125,213.074 191.688,213.745 192.221,214.436 193.004,214.507 193.789,214.577 194.582,214.641L194.582,206.51C194.582,202.023 193.03,197.779 190.19,194.377M163.992,184.947C164.549,184.947 165.003,184.493 165.003,183.936L165.003,168.831C164.319,168.668 163.646,168.501 162.98,168.331L162.98,183.936C162.98,184.493 163.433,184.947 163.992,184.947" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M163.992,191.656C167.086,191.656 169.603,189.138 169.603,186.045L169.603,169.847C168.751,169.673 167.914,169.491 167.085,169.307L167.085,183.936C167.085,185.642 165.697,187.029 163.992,187.029 162.285,187.029 160.897,185.642 160.897,183.936L160.897,167.778C160.042,167.544 159.202,167.305 158.379,167.06L158.379,186.045C158.379,189.138 160.897,191.656 163.992,191.656M198.819,179.122L198.819,179.062C197.744,180.011 196.351,180.605 194.809,180.605 194.059,180.605 193.347,180.459 192.687,180.206L192.687,182.51C193.304,182.897 194.028,183.131 194.809,183.131 197.02,183.131 198.819,181.333 198.819,179.122M284.512,174.657L284.512,202.858C285.979,202.061 287.28,201.236 288.439,200.39L288.439,164.64C288.439,164.065 288.905,163.599 289.48,163.599 290.056,163.599 290.522,164.065 290.522,164.64L290.522,198.702C292.951,196.455 294.273,194.075 294.273,191.622L294.273,153.974C291.529,157.906 286.038,161.472 278.427,164.47 282.048,166.431 284.512,170.261 284.512,174.657M230.146,179.245C231.131,177.372 232.399,175.637 233.938,174.099 234.198,173.839 234.44,173.567 234.683,173.295 234.671,173.282 234.661,173.266 234.648,173.253 233.871,173.313 233.086,173.367 232.3,173.42 231.271,175.23 230.538,177.19 230.146,179.245M229.799,189.118L229.799,204.619C230.827,202.468 232.202,200.474 233.938,198.738 235.522,197.155 236.774,195.335 237.704,193.37 236.667,191.935 236.049,190.18 236.049,188.28L236.049,176.707C236.049,176.166 235.941,175.654 235.781,175.166 235.656,175.298 235.543,175.437 235.415,175.566 231.792,179.189 229.799,183.999 229.799,189.118M198.797,174.725C198.79,174.583 198.756,174.449 198.735,174.311 198.095,174.046 197.472,173.747 196.869,173.416 195.947,173.354 195.025,173.291 194.115,173.22 193.234,174.121 192.687,175.35 192.687,176.707L192.687,177.903C193.301,178.292 194.027,178.522 194.809,178.522 196.947,178.522 198.684,176.835 198.797,174.725" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M249.324,195.703L249.324,212.968C251.007,212.717 252.652,212.446 254.27,212.161L254.27,184.172C254.27,183.596 254.736,183.13 255.311,183.13C255.887,183.13 256.353,183.596 256.353,184.172L256.353,211.782C258.057,211.46 259.723,211.12 261.341,210.763L261.341,195.277C261.341,194.701 261.807,194.235 262.384,194.235C262.958,194.235 263.424,194.701 263.424,195.277L263.424,210.283C266.97,209.445 270.297,208.525 273.337,207.526C273.201,207.534 273.065,207.547 272.927,207.547C268.908,207.547 265.637,204.276 265.637,200.257L265.637,175.444C265.637,171.426 268.908,168.155 272.927,168.155C276.945,168.155 280.216,171.426 280.216,175.444L280.216,200.257C280.216,202.68 279.022,204.825 277.199,206.151C279.073,205.436 280.828,204.695 282.428,203.922L282.428,174.657C282.428,170.336 279.523,166.685 275.565,165.54C272.563,166.598 269.275,167.57 265.747,168.454C264.305,170.12 263.424,172.286 263.424,174.657L263.424,188.935C263.424,189.511 262.958,189.976 262.384,189.976C261.807,189.976 261.341,189.511 261.341,188.935L261.341,174.657C261.341,172.676 261.844,170.809 262.724,169.177C260.672,169.643 258.547,170.08 256.353,170.486L256.353,176.585C256.353,177.161 255.887,177.627 255.311,177.627C254.736,177.627 254.27,177.161 254.27,176.585L254.27,170.86C254.01,170.905 253.753,170.949 253.492,170.993L253.492,188.28C253.492,191.418 251.82,194.167 249.324,195.703" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M273.707,177.029C273.707,176.598 273.357,176.248 272.926,176.248 272.503,176.248 272.145,176.606 272.145,177.029L272.145,198.745C272.145,199.168 272.503,199.526 272.926,199.526 273.357,199.526 273.707,199.175 273.707,198.745L273.707,177.029zM138.768,157.919C137.184,156.653 135.905,155.336 134.955,153.975L134.955,191.623C134.955,194.095 136.302,196.492 138.768,198.755L138.768,157.919zM151.458,164.733C149.518,163.989 147.725,163.206 146.058,162.393L146.058,183.082C146.058,183.657 145.592,184.123 145.017,184.123 144.441,184.123 143.975,183.657 143.975,183.082L143.975,161.319C142.862,160.712 141.809,160.091 140.852,159.452L140.852,200.436C141.791,201.117 142.834,201.782 143.975,202.432L143.975,188.88C143.975,188.305 144.441,187.839 145.017,187.839 145.592,187.839 146.058,188.305 146.058,188.88L146.058,203.547C147.703,204.375 149.503,205.172 151.458,205.934L151.458,164.733zM198.819,193.101L198.819,189.33C198.819,188.754 199.285,188.289 199.86,188.289 200.436,188.289 200.902,188.754 200.902,189.33L200.902,193.101C200.902,193.676 200.436,194.142 199.86,194.142 199.285,194.142 198.819,193.676 198.819,193.101zM204.026,175.658C202.953,175.547 201.914,175.329 200.902,175.046L200.902,179.122C200.902,182.48 198.168,185.214 194.809,185.214 194.062,185.214 193.349,185.072 192.687,184.825L192.687,188.28C192.687,189.893 192.239,191.399 191.473,192.696 194.819,196.53 196.664,201.374 196.664,206.51L196.664,214.796C199.082,214.97 201.537,215.11 204.026,215.214L204.026,175.658zM170.201,209.585C170.201,210.161 169.736,210.626 169.16,210.626 168.584,210.626 168.118,210.161 168.118,209.585L168.118,205.072C168.118,202.295 165.86,200.038 163.085,200.038 160.309,200.038 158.052,202.295 158.052,205.072 158.052,205.647 157.586,206.113 157.011,206.113 156.435,206.113 155.97,205.647 155.97,205.072 155.97,201.148 159.161,197.955 163.085,197.955 167.009,197.955 170.201,201.148 170.201,205.072L170.201,209.585zM176.527,192.81C175.718,191.487 175.243,189.94 175.243,188.28L175.243,170.911C174.037,170.706 172.853,170.49 171.686,170.266L171.686,186.045C171.686,190.288 168.235,193.739 163.992,193.739 159.749,193.739 156.297,190.288 156.297,186.045L156.297,166.424C155.353,166.122 154.435,165.812 153.54,165.496L153.54,206.717C156.593,207.813 159.968,208.826 163.605,209.748L163.605,209.41C163.605,207.878 162.36,206.634 160.829,206.634 160.254,206.634 159.788,206.168 159.788,205.592 159.788,205.017 160.254,204.551 160.829,204.551 163.509,204.551 165.688,206.731 165.688,209.41L165.688,210.256C169.099,211.065 172.718,211.796 176.527,212.434L176.527,192.81zM216.175,205.044C215.599,205.044 215.133,204.577 215.133,204.001L215.133,181.645C215.133,181.07 215.599,180.605 216.175,180.605 216.75,180.605 217.216,181.07 217.216,181.645L217.216,204.001C217.216,204.577 216.75,205.044 216.175,205.044zM227.716,182.87C227.716,179.952 228.31,177.128 229.423,174.523 227.738,175.16 225.944,175.563 224.071,175.693L224.071,189.329C224.071,189.906 223.606,190.372 223.03,190.372 222.454,190.372 221.988,189.906 221.988,189.329L221.988,175.76 212.009,175.76 212.009,183.081C212.009,183.658 211.544,184.124 210.968,184.124 210.393,184.124 209.927,183.658 209.927,183.081L209.927,175.76 206.108,175.76 206.108,215.296C207.373,215.337 208.647,215.37 209.927,215.393L209.927,194.178C209.927,193.602 210.393,193.137 210.968,193.137 211.544,193.137 212.009,193.602 212.009,194.178L212.009,215.421C212.877,215.43 213.742,215.441 214.614,215.441 214.788,215.441 214.96,215.438 215.133,215.438L215.133,212.68C215.133,212.105 215.599,211.639 216.175,211.639 216.75,211.639 217.216,212.105 217.216,212.68L217.216,215.421C218.817,215.404 220.409,215.376 221.988,215.331L221.988,195.816C221.988,195.24 222.454,194.773 223.03,194.773 223.606,194.773 224.071,195.24 224.071,195.816L224.071,215.258C225.294,215.212 226.509,215.16 227.716,215.096L227.716,182.87z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M176.527,192.81L176.527,212.434C177.214,212.549 177.911,212.658 178.61,212.767L178.61,195.147C177.782,194.501 177.077,193.709 176.527,192.81M191.473,192.696C191.112,193.307 190.684,193.873 190.19,194.377 193.03,197.779 194.581,202.024 194.581,206.51L194.581,214.641C195.271,214.697 195.968,214.746 196.664,214.796L196.664,206.51C196.664,201.374 194.819,196.53 191.473,192.696M184.935,199.017L184.935,196.942C184.617,196.978 184.295,196.999 183.967,196.999 183.589,196.999 183.218,196.967 182.852,196.92L182.852,199.017C182.852,204.646 185.045,209.939 189.025,213.919 189.097,213.99 189.157,214.069 189.227,214.142 190.218,214.245 191.214,214.344 192.221,214.435 191.688,213.745 191.125,213.074 190.497,212.446 186.911,208.861 184.935,204.091 184.935,199.017M160.83,204.551C160.254,204.551 159.788,205.016 159.788,205.592 159.788,206.168 160.254,206.634 160.83,206.634 162.36,206.634 163.606,207.878 163.606,209.409L163.606,209.747C164.289,209.921 164.986,210.089 165.689,210.256L165.689,209.409C165.689,206.731 163.509,204.551 160.83,204.551" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M163.085,197.955C159.162,197.955 155.97,201.148 155.97,205.072 155.97,205.647 156.435,206.113 157.011,206.113 157.586,206.113 158.052,205.647 158.052,205.072 158.052,202.295 160.31,200.038 163.085,200.038 165.86,200.038 168.119,202.295 168.119,205.072L168.119,209.585C168.119,210.161 168.585,210.626 169.16,210.626 169.736,210.626 170.201,210.161 170.201,209.585L170.201,205.072C170.201,201.148 167.009,197.955 163.085,197.955M153.54,165.496C152.832,165.246 152.133,164.993 151.457,164.733L151.457,205.934C152.136,206.199 152.826,206.462 153.54,206.718L153.54,165.496zM163.992,193.739C168.235,193.739 171.686,190.288 171.686,186.045L171.686,170.266C170.982,170.131 170.292,169.989 169.603,169.848L169.603,186.045C169.603,189.138 167.086,191.656 163.992,191.656 160.897,191.656 158.379,189.138 158.379,186.045L158.379,167.061C157.676,166.852 156.976,166.641 156.297,166.424L156.297,186.045C156.297,190.288 159.749,193.739 163.992,193.739" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M163.992,187.029C165.697,187.029 167.085,185.642 167.085,183.936L167.085,169.307C166.385,169.151 165.686,168.994 165.003,168.831L165.003,183.936C165.003,184.493 164.549,184.946 163.992,184.946 163.433,184.946 162.98,184.493 162.98,183.936L162.98,168.331C162.274,168.151 161.583,167.965 160.897,167.778L160.897,183.936C160.897,185.642 162.285,187.029 163.992,187.029M145.016,184.123C145.592,184.123 146.058,183.657 146.058,183.081L146.058,162.393C145.336,162.04 144.642,161.683 143.974,161.319L143.974,183.081C143.974,183.657 144.44,184.123 145.016,184.123M146.058,188.88C146.058,188.305 145.592,187.839 145.016,187.839 144.441,187.839 143.975,188.305 143.975,188.88L143.975,202.432C144.638,202.809 145.33,203.182 146.058,203.548L146.058,188.88zM140.851,159.452C140.101,158.951 139.418,158.438 138.768,157.919L138.768,198.755C139.389,199.325 140.09,199.885 140.851,200.436L140.851,159.452zM206.108,175.761L205.998,175.761C205.332,175.761 204.674,175.725 204.025,175.657L204.025,215.214C204.718,215.243 205.41,215.273 206.108,215.296L206.108,175.761zM200.902,179.122L200.902,175.046C200.162,174.84 199.436,174.602 198.735,174.311 198.757,174.449 198.79,174.583 198.798,174.725 198.684,176.835 196.947,178.522 194.81,178.522 194.028,178.522 193.302,178.292 192.687,177.903L192.687,180.206C193.347,180.459 194.06,180.605 194.81,180.605 196.351,180.605 197.745,180.011 198.819,179.062L198.819,179.122C198.819,181.333 197.021,183.131 194.81,183.131 194.028,183.131 193.304,182.897 192.687,182.51L192.687,184.825C193.349,185.072 194.063,185.214 194.81,185.214 198.169,185.214 200.902,182.48 200.902,179.122M210.968,193.136C210.393,193.136 209.927,193.602 209.927,194.178L209.927,215.393C210.618,215.406 211.314,215.413 212.01,215.42L212.01,194.178C212.01,193.602 211.544,193.136 210.968,193.136M210.968,184.123C211.544,184.123 212.01,183.657 212.01,183.081L212.01,175.761 209.927,175.761 209.927,183.081C209.927,183.657 210.393,184.123 210.968,184.123M217.216,181.646C217.216,181.071 216.75,180.605 216.175,180.605 215.599,180.605 215.133,181.071 215.133,181.646L215.133,204.002C215.133,204.578 215.599,205.044 216.175,205.044 216.75,205.044 217.216,204.578 217.216,204.002L217.216,181.646zM216.175,211.639C215.599,211.639 215.133,212.105 215.133,212.68L215.133,215.437C215.83,215.435 216.523,215.427 217.216,215.42L217.216,212.68C217.216,212.105 216.75,211.639 216.175,211.639M200.902,193.101L200.902,189.33C200.902,188.754 200.436,188.289 199.86,188.289 199.285,188.289 198.819,188.754 198.819,189.33L198.819,193.101C198.819,193.676 199.285,194.142 199.86,194.142 200.436,194.142 200.902,193.676 200.902,193.101M223.03,190.371C223.606,190.371 224.072,189.905 224.072,189.329L224.072,175.693C223.629,175.724 223.188,175.761 222.737,175.761L221.988,175.761 221.988,189.329C221.988,189.905 222.454,190.371 223.03,190.371M223.03,194.774C222.454,194.774 221.988,195.24 221.988,195.816L221.988,215.33C222.686,215.31 223.379,215.284 224.072,215.258L224.072,195.816C224.072,195.24 223.606,194.774 223.03,194.774M235.414,200.207C236.969,198.654 238.219,196.885 239.205,194.988 238.637,194.516 238.136,193.97 237.703,193.371 236.773,195.335 235.521,197.156 233.937,198.739 232.202,200.475 230.827,202.469 229.798,204.62L229.798,189.119C229.798,183.999 231.791,179.189 235.414,175.567 235.542,175.438 235.656,175.298 235.78,175.166 235.55,174.462 235.179,173.824 234.683,173.295 234.44,173.567 234.197,173.839 233.937,174.099 232.398,175.637 231.131,177.373 230.145,179.245 230.537,177.19 231.271,175.23 232.299,173.42 232.132,173.432 231.968,173.445 231.8,173.456 231.04,173.87 230.241,174.214 229.423,174.523 228.31,177.128 227.716,179.952 227.716,182.871L227.716,215.097C228.412,215.061 229.108,215.024 229.798,214.982L229.798,213.761C229.798,208.644 231.791,203.832 235.414,200.207M241.635,199.538L241.635,196.408C240.885,196.117 240.186,195.726 239.553,195.251L239.553,199.538C239.553,204.655 237.559,209.467 233.938,213.09 233.393,213.635 232.895,214.213 232.421,214.807 233.419,214.735 234.413,214.659 235.398,214.577 235.404,214.571 235.408,214.564 235.415,214.558 239.428,210.545 241.635,205.212 241.635,199.538M247.241,196.638L247.241,213.264C247.939,213.168 248.636,213.071 249.324,212.968L249.324,195.703C248.678,196.1 247.982,196.418 247.241,196.638M256.353,184.172C256.353,183.596 255.887,183.13 255.311,183.13 254.736,183.13 254.27,183.596 254.27,184.172L254.27,212.161C254.97,212.037 255.666,211.912 256.353,211.782L256.353,184.172zM255.311,177.627C255.887,177.627 256.353,177.161 256.353,176.585L256.353,170.486C255.663,170.613 254.972,170.739 254.269,170.86L254.269,176.585C254.269,177.161 254.735,177.627 255.311,177.627M282.428,174.657L282.428,203.922C283.151,203.573 283.849,203.219 284.512,202.858L284.512,174.657C284.512,170.261 282.048,166.431 278.427,164.47 277.503,164.835 276.552,165.193 275.565,165.54 279.523,166.685 282.428,170.336 282.428,174.657M261.342,188.935C261.342,189.511 261.808,189.977 262.384,189.977 262.959,189.977 263.425,189.511 263.425,188.935L263.425,174.657C263.425,172.287 264.305,170.121 265.748,168.455 264.759,168.703 263.752,168.944 262.725,169.177 261.844,170.81 261.342,172.676 261.342,174.657L261.342,188.935zM262.383,194.235C261.807,194.235 261.341,194.701 261.341,195.277L261.341,210.762C262.047,210.607 262.737,210.445 263.425,210.283L263.425,195.277C263.425,194.701 262.959,194.235 262.383,194.235" android:fillType="evenOdd" />
--- 2,31 ----
<vector android:height="218.0dip" android:width="421.0dip" android:viewportWidth="421.0" android:viewportHeight="218.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff6f6f7" android:pathData="M-0,125.639C-0,135.075 7.649,142.724 17.086,142.724L46.535,142.724C63.041,142.724 76.422,156.105 76.422,172.612C76.422,189.118 89.803,202.499 106.309,202.499L371.873,202.499C377.495,202.499 382.053,197.941 382.053,192.319L382.053,192.318C382.053,186.696 377.495,182.138 371.873,182.138L340.712,182.138C336.752,182.138 333.542,178.928 333.542,174.968L333.542,174.963C333.542,171.003 336.752,167.793 340.712,167.793L365.921,167.793C392.387,167.793 413.841,146.339 413.841,119.873C413.841,93.408 392.387,71.953 365.921,71.953L314.52,71.953C303.491,71.953 294.55,63.013 294.55,51.983L294.55,51.982C294.55,40.953 285.609,32.012 274.58,32.012L79.15,32.012C71.888,32.012 66,37.9 66,45.162L66,45.168C66,52.431 71.888,58.318 79.15,58.318L93.8,58.318C107.672,58.318 118.917,69.563 118.917,83.435L118.917,83.436C118.917,97.308 107.672,108.554 93.8,108.554L17.086,108.554C7.649,108.554 -0,116.203 -0,125.639" android:fillAlpha="0.9" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M117.573,192L132.984,192C132.979,191.874 132.955,191.75 132.955,191.623L132.955,148.191C132.955,142.157 139.202,136.672 149.784,132.322L149.784,131.57C149.784,126.056 154.27,121.57 159.784,121.57L162.435,121.57C162.635,118.72 163.454,116.042 164.778,113.674L164.778,94.788C164.616,95.125 164.279,95.361 163.881,95.361C163.329,95.361 162.881,94.914 162.881,94.361L162.881,25L102.225,25L102.225,30.13C105.155,30.57 107.723,32.247 109.28,34.865C111.126,37.968 111.168,41.699 109.394,44.843C109.219,45.153 108.894,45.346 108.539,45.352C108.484,45.353 108.427,45.353 108.372,45.353C106.08,45.353 103.945,44.586 102.225,43.224L102.225,192L111.575,192C111.901,192 112.177,192.167 112.36,192.408L116.788,192.408C116.97,192.167 117.247,192 117.573,192" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M371.354,141.394C372.501,140.549 374.086,140.498 375.815,141.246C377.672,142.049 379.805,143.94 380.101,145.863C380.434,148.024 379.411,150.404 377.496,151.925C376.352,152.833 375.036,153.305 373.75,153.306C373.105,153.306 372.468,153.186 371.864,152.944C370.759,152.5 370.033,151.143 369.764,149.018C369.463,146.636 369.76,142.565 371.354,141.394ZM365.028,159.054C364.607,159.574 363.922,159.756 363.191,159.756C362.239,159.756 361.208,159.448 360.576,159.176C358.739,158.384 358.585,157.367 358.657,156.832L358.657,156.831C358.774,155.964 359.36,155.34 360.264,155.117C361.708,154.766 364.044,155.524 364.808,156.6C365.704,157.865 365.331,158.681 365.028,159.054ZM358.42,160.166C362.885,162.612 370.41,161.34 375.864,157.132C378.111,155.397 383.11,150.646 380.994,144.004C379.836,140.371 377.173,137.111 373.494,134.823C370.835,133.171 367.976,132.301 365.333,132.301C364.433,132.301 363.559,132.402 362.726,132.607C361.097,133.008 359.66,133.791 358.42,134.928L358.42,137.359C358.585,137.291 358.754,137.234 358.93,137.194C359.808,136.995 360.767,137.163 361.634,137.671C361.634,137.671 361.634,137.671 361.634,137.672C363.133,138.553 363.933,140.14 363.625,141.62C363.331,143.037 361.863,145.071 360.606,145.804C359.874,146.231 359.24,146.38 358.713,146.38C358.609,146.38 358.517,146.364 358.42,146.353L358.42,160.166Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M371.748,148.767C371.964,150.474 372.442,151.021 372.608,151.088 373.759,151.549 375.086,151.283 376.251,150.359 377.593,149.293 378.346,147.608 378.124,146.167 377.985,145.265 376.705,143.81 375.021,143.082 374.71,142.948 374.105,142.725 373.506,142.725 373.162,142.725 372.82,142.799 372.538,143.006 372.062,143.355 371.401,146.028 371.748,148.767M359.598,144.077C360.35,143.638 361.491,142.059 361.667,141.213 361.813,140.511 361.251,139.767 360.62,139.396 360.301,139.209 359.972,139.112 359.668,139.112 359.568,139.112 359.47,139.122 359.376,139.143 358.983,139.234 358.668,139.502 358.419,139.848L358.419,144.298C358.688,144.448 359.08,144.379 359.598,144.077" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M363.182,157.766C363.18,157.763 363.178,157.76 363.175,157.757C363.031,157.568 362.25,157.154 361.413,157.048C361.129,157.013 360.929,157.023 360.799,157.046C361.303,157.405 362.494,157.758 363.182,157.766" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M331.024,115.379C334.049,117.35 335.732,120.679 335.526,124.285C335.506,124.638 335.299,124.955 334.983,125.118C333.536,125.857 331.984,126.225 330.44,126.225C328.555,126.225 326.681,125.677 325.018,124.593C324,123.93 323.149,123.104 322.456,122.174L322.456,165.063C322.456,165.615 322.008,166.063 321.456,166.063C321.273,166.063 321.11,165.999 320.963,165.913L320.963,174.977C324.198,174.977 326.83,177.607 326.83,180.842L326.83,184.296C326.83,185.286 326.025,186.089 325.036,186.089L323.981,186.089C324.466,188.02 324.714,190.001 324.731,191.999L356.42,191.999L356.42,175.609C354.559,175.253 352.863,174.507 352.237,173.051C351.809,172.053 352.022,171.376 352.275,170.982C352.962,169.919 354.527,169.889 355.909,169.861C356.082,169.859 356.254,169.855 356.42,169.848L356.42,83.527C354.821,86.004 352.414,87.882 349.466,88.804C348.172,89.21 346.856,89.408 345.557,89.408C342.374,89.408 339.289,88.217 336.851,85.96C336.59,85.718 336.476,85.357 336.553,85.01C337.469,80.856 340.265,77.554 344.118,75.935C343.441,74.478 343.109,72.855 343.205,71.165C343.226,70.812 343.432,70.494 343.749,70.332C346.963,68.688 350.689,68.884 353.713,70.856C354.8,71.564 355.705,72.452 356.42,73.461L356.42,43.59L322.456,43.59L322.456,114.275C325.319,113.312 328.429,113.687 331.024,115.379" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M322.738,192C322.72,189.996 322.429,188.017 321.899,186.09L320.027,186.09C319.496,188.016 319.205,189.995 319.187,192L322.738,192Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M324.829,184.09L324.829,180.843C324.829,178.711 323.094,176.976 320.962,176.976C318.829,176.976 317.095,178.711 317.095,180.843L317.095,184.09L324.829,184.09Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M40.829,192l2.245,0l0,-17.402l-2.245,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M37.73,165.548L37.73,171.427C38.198,171.753 38.613,172.149 38.963,172.597L46.174,172.597L46.174,165.548C46.174,163.22 44.28,161.327 41.953,161.327C39.624,161.327 37.73,163.22 37.73,165.548" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M57.092,182.138L58.542,182.138L58.542,179.255C58.542,177.238 56.901,175.596 54.884,175.596C52.866,175.596 51.225,177.238 51.225,179.255L51.225,182.138L52.675,182.138L57.092,182.138Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M53.675,191.999l2.417,0l0,-7.861l-2.417,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M36.098,178.954L38.164,178.954L38.164,176.071C38.164,174.054 36.523,172.413 34.506,172.413C32.489,172.413 30.847,174.054 30.847,176.071L30.847,178.954L32.914,178.954L36.098,178.954Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M33.914,191.999l1.184,0l0,-11.045l-1.184,0z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M107.922,43.34C109.059,40.943 108.936,38.197 107.561,35.887 106.187,33.576 103.833,32.157 101.185,32.012 100.047,34.409 100.171,37.154 101.546,39.465 102.92,41.776 105.274,43.195 107.922,43.34M397.72,89.977C398.591,92.52 400.604,94.392 403.168,95.077 404.772,92.963 405.214,90.251 404.341,87.707 403.47,85.164 401.457,83.293 398.893,82.608 397.289,84.721 396.848,87.434 397.72,89.977" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M346.023,75.278C349.424,74.42 352.92,74.961 355.845,76.756 355.301,75.049 354.195,73.557 352.621,72.531 350.369,71.064 347.63,70.826 345.19,71.865 345.206,73.078 345.503,74.234 346.023,75.278M326.11,122.918C328.363,124.387 331.102,124.623 333.542,123.585 333.506,120.932 332.185,118.522 329.932,117.054 327.68,115.586 324.942,115.349 322.5,116.388 322.537,119.04 323.858,121.45 326.11,122.918M268.92,64.953C269.4,66.521 270.558,67.719 272.074,68.249 273.033,66.961 273.322,65.32 272.842,63.752 272.363,62.184 271.205,60.987 269.689,60.456 268.729,61.745 268.44,63.386 268.92,64.953M63.867,134.005C66.431,134.684 69.108,134.061 71.129,132.286 73.149,130.512 74.113,127.939 73.771,125.309 71.205,124.63 68.53,125.253 66.51,127.026 64.49,128.801 63.525,131.374 63.867,134.005" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M84.416,79.453C81.198,77.512 77.348,77.35 74.006,78.99C74.114,82.711 76.052,86.041 79.27,87.983C82.489,89.926 86.339,90.086 89.681,88.446C89.573,84.725 87.635,81.395 84.416,79.453" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M358.395,38.54C359.541,42.081 362.334,44.735 365.968,45.697C369.602,46.655 373.343,45.733 376.091,43.224C374.945,39.683 372.151,37.028 368.518,36.067C364.884,35.104 361.143,36.028 358.395,38.54" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M356.116,79.408C353.259,77.023 349.481,76.266 345.892,77.388 342.305,78.512 339.633,81.287 338.645,84.876 341.503,87.262 345.282,88.019 348.869,86.895 352.456,85.772 355.129,82.996 356.116,79.408M362.191,173.743C368.417,172.764 371.427,168.239 372.114,164.662 372.429,163.022 372.18,162.001 371.967,161.686 369.284,162.821 366.484,163.421 363.87,163.421 361.902,163.421 360.042,163.087 358.42,162.4L358.42,169.474C360.203,168.976 361.999,168.191 362.671,167.18 362.978,166.721 363.598,166.597 364.058,166.901 364.518,167.207 364.643,167.827 364.337,168.287 362.905,170.44 359.118,171.423 357.557,171.745 357.101,171.84 356.54,171.85 355.946,171.862 355.42,171.872 354.368,171.892 354.003,172.057 354.015,172.104 354.036,172.171 354.075,172.262 354.762,173.865 359.72,174.132 362.191,173.743" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M244.772,197C243.666,197 242.611,196.785 241.636,196.408L241.636,199.538C241.636,205.212 239.427,210.545 235.415,214.558C235.408,214.564 235.403,214.571 235.397,214.577C239.477,214.234 243.433,213.793 247.241,213.265L247.241,196.639C246.458,196.871 245.63,197 244.772,197" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M239.553,199.538L239.553,195.251C239.437,195.164 239.317,195.08 239.205,194.988 238.22,196.885 236.97,198.654 235.414,200.207 231.792,203.831 229.799,208.643 229.799,213.761L229.799,214.982C230.679,214.929 231.551,214.869 232.421,214.807 232.896,214.213 233.392,213.635 233.938,213.09 237.56,209.467 239.553,204.655 239.553,199.538M182.852,199.017L182.852,196.92C181.265,196.716 179.812,196.086 178.609,195.147L178.609,212.767C182.021,213.3 185.567,213.76 189.227,214.142 189.157,214.069 189.096,213.99 189.025,213.919 185.044,209.939 182.852,204.646 182.852,199.017M272.927,201.608C271.349,201.608 270.063,200.323 270.063,198.745L270.063,177.029C270.063,175.451 271.349,174.165 272.927,174.165 274.504,174.165 275.79,175.451 275.79,177.029L275.79,198.745C275.79,200.323 274.504,201.608 272.927,201.608zM278.134,175.444C278.134,172.573 275.798,170.238 272.927,170.238 270.055,170.238 267.72,172.573 267.72,175.444L267.72,200.257C267.72,203.129 270.055,205.464 272.927,205.464 275.798,205.464 278.134,203.129 278.134,200.257L278.134,175.444z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M190.19,194.377C188.819,195.776 186.984,196.715 184.935,196.942L184.935,199.017C184.935,204.091 186.911,208.861 190.498,212.446 191.125,213.074 191.688,213.745 192.221,214.436 193.004,214.507 193.789,214.577 194.582,214.641L194.582,206.51C194.582,202.023 193.03,197.779 190.19,194.377M163.992,184.947C164.549,184.947 165.003,184.493 165.003,183.936L165.003,168.831C164.319,168.668 163.646,168.501 162.98,168.331L162.98,183.936C162.98,184.493 163.433,184.947 163.992,184.947" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M163.992,191.656C167.086,191.656 169.603,189.138 169.603,186.045L169.603,169.847C168.751,169.673 167.914,169.491 167.085,169.307L167.085,183.936C167.085,185.642 165.697,187.029 163.992,187.029 162.285,187.029 160.897,185.642 160.897,183.936L160.897,167.778C160.042,167.544 159.202,167.305 158.379,167.06L158.379,186.045C158.379,189.138 160.897,191.656 163.992,191.656M198.819,179.122L198.819,179.062C197.744,180.011 196.351,180.605 194.809,180.605 194.059,180.605 193.347,180.459 192.687,180.206L192.687,182.51C193.304,182.897 194.028,183.131 194.809,183.131 197.02,183.131 198.819,181.333 198.819,179.122M284.512,174.657L284.512,202.858C285.979,202.061 287.28,201.236 288.439,200.39L288.439,164.64C288.439,164.065 288.905,163.599 289.48,163.599 290.056,163.599 290.522,164.065 290.522,164.64L290.522,198.702C292.951,196.455 294.273,194.075 294.273,191.622L294.273,153.974C291.529,157.906 286.038,161.472 278.427,164.47 282.048,166.431 284.512,170.261 284.512,174.657M230.146,179.245C231.131,177.372 232.399,175.637 233.938,174.099 234.198,173.839 234.44,173.567 234.683,173.295 234.671,173.282 234.661,173.266 234.648,173.253 233.871,173.313 233.086,173.367 232.3,173.42 231.271,175.23 230.538,177.19 230.146,179.245M229.799,189.118L229.799,204.619C230.827,202.468 232.202,200.474 233.938,198.738 235.522,197.155 236.774,195.335 237.704,193.37 236.667,191.935 236.049,190.18 236.049,188.28L236.049,176.707C236.049,176.166 235.941,175.654 235.781,175.166 235.656,175.298 235.543,175.437 235.415,175.566 231.792,179.189 229.799,183.999 229.799,189.118M198.797,174.725C198.79,174.583 198.756,174.449 198.735,174.311 198.095,174.046 197.472,173.747 196.869,173.416 195.947,173.354 195.025,173.291 194.115,173.22 193.234,174.121 192.687,175.35 192.687,176.707L192.687,177.903C193.301,178.292 194.027,178.522 194.809,178.522 196.947,178.522 198.684,176.835 198.797,174.725" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M249.324,195.703L249.324,212.968C251.007,212.717 252.652,212.446 254.27,212.161L254.27,184.172C254.27,183.596 254.736,183.13 255.311,183.13C255.887,183.13 256.353,183.596 256.353,184.172L256.353,211.782C258.057,211.46 259.723,211.12 261.341,210.763L261.341,195.277C261.341,194.701 261.807,194.235 262.384,194.235C262.958,194.235 263.424,194.701 263.424,195.277L263.424,210.283C266.97,209.445 270.297,208.525 273.337,207.526C273.201,207.534 273.065,207.547 272.927,207.547C268.908,207.547 265.637,204.276 265.637,200.257L265.637,175.444C265.637,171.426 268.908,168.155 272.927,168.155C276.945,168.155 280.216,171.426 280.216,175.444L280.216,200.257C280.216,202.68 279.022,204.825 277.199,206.151C279.073,205.436 280.828,204.695 282.428,203.922L282.428,174.657C282.428,170.336 279.523,166.685 275.565,165.54C272.563,166.598 269.275,167.57 265.747,168.454C264.305,170.12 263.424,172.286 263.424,174.657L263.424,188.935C263.424,189.511 262.958,189.976 262.384,189.976C261.807,189.976 261.341,189.511 261.341,188.935L261.341,174.657C261.341,172.676 261.844,170.809 262.724,169.177C260.672,169.643 258.547,170.08 256.353,170.486L256.353,176.585C256.353,177.161 255.887,177.627 255.311,177.627C254.736,177.627 254.27,177.161 254.27,176.585L254.27,170.86C254.01,170.905 253.753,170.949 253.492,170.993L253.492,188.28C253.492,191.418 251.82,194.167 249.324,195.703" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M273.707,177.029C273.707,176.598 273.357,176.248 272.926,176.248 272.503,176.248 272.145,176.606 272.145,177.029L272.145,198.745C272.145,199.168 272.503,199.526 272.926,199.526 273.357,199.526 273.707,199.175 273.707,198.745L273.707,177.029zM138.768,157.919C137.184,156.653 135.905,155.336 134.955,153.975L134.955,191.623C134.955,194.095 136.302,196.492 138.768,198.755L138.768,157.919zM151.458,164.733C149.518,163.989 147.725,163.206 146.058,162.393L146.058,183.082C146.058,183.657 145.592,184.123 145.017,184.123 144.441,184.123 143.975,183.657 143.975,183.082L143.975,161.319C142.862,160.712 141.809,160.091 140.852,159.452L140.852,200.436C141.791,201.117 142.834,201.782 143.975,202.432L143.975,188.88C143.975,188.305 144.441,187.839 145.017,187.839 145.592,187.839 146.058,188.305 146.058,188.88L146.058,203.547C147.703,204.375 149.503,205.172 151.458,205.934L151.458,164.733zM198.819,193.101L198.819,189.33C198.819,188.754 199.285,188.289 199.86,188.289 200.436,188.289 200.902,188.754 200.902,189.33L200.902,193.101C200.902,193.676 200.436,194.142 199.86,194.142 199.285,194.142 198.819,193.676 198.819,193.101zM204.026,175.658C202.953,175.547 201.914,175.329 200.902,175.046L200.902,179.122C200.902,182.48 198.168,185.214 194.809,185.214 194.062,185.214 193.349,185.072 192.687,184.825L192.687,188.28C192.687,189.893 192.239,191.399 191.473,192.696 194.819,196.53 196.664,201.374 196.664,206.51L196.664,214.796C199.082,214.97 201.537,215.11 204.026,215.214L204.026,175.658zM170.201,209.585C170.201,210.161 169.736,210.626 169.16,210.626 168.584,210.626 168.118,210.161 168.118,209.585L168.118,205.072C168.118,202.295 165.86,200.038 163.085,200.038 160.309,200.038 158.052,202.295 158.052,205.072 158.052,205.647 157.586,206.113 157.011,206.113 156.435,206.113 155.97,205.647 155.97,205.072 155.97,201.148 159.161,197.955 163.085,197.955 167.009,197.955 170.201,201.148 170.201,205.072L170.201,209.585zM176.527,192.81C175.718,191.487 175.243,189.94 175.243,188.28L175.243,170.911C174.037,170.706 172.853,170.49 171.686,170.266L171.686,186.045C171.686,190.288 168.235,193.739 163.992,193.739 159.749,193.739 156.297,190.288 156.297,186.045L156.297,166.424C155.353,166.122 154.435,165.812 153.54,165.496L153.54,206.717C156.593,207.813 159.968,208.826 163.605,209.748L163.605,209.41C163.605,207.878 162.36,206.634 160.829,206.634 160.254,206.634 159.788,206.168 159.788,205.592 159.788,205.017 160.254,204.551 160.829,204.551 163.509,204.551 165.688,206.731 165.688,209.41L165.688,210.256C169.099,211.065 172.718,211.796 176.527,212.434L176.527,192.81zM216.175,205.044C215.599,205.044 215.133,204.577 215.133,204.001L215.133,181.645C215.133,181.07 215.599,180.605 216.175,180.605 216.75,180.605 217.216,181.07 217.216,181.645L217.216,204.001C217.216,204.577 216.75,205.044 216.175,205.044zM227.716,182.87C227.716,179.952 228.31,177.128 229.423,174.523 227.738,175.16 225.944,175.563 224.071,175.693L224.071,189.329C224.071,189.906 223.606,190.372 223.03,190.372 222.454,190.372 221.988,189.906 221.988,189.329L221.988,175.76 212.009,175.76 212.009,183.081C212.009,183.658 211.544,184.124 210.968,184.124 210.393,184.124 209.927,183.658 209.927,183.081L209.927,175.76 206.108,175.76 206.108,215.296C207.373,215.337 208.647,215.37 209.927,215.393L209.927,194.178C209.927,193.602 210.393,193.137 210.968,193.137 211.544,193.137 212.009,193.602 212.009,194.178L212.009,215.421C212.877,215.43 213.742,215.441 214.614,215.441 214.788,215.441 214.96,215.438 215.133,215.438L215.133,212.68C215.133,212.105 215.599,211.639 216.175,211.639 216.75,211.639 217.216,212.105 217.216,212.68L217.216,215.421C218.817,215.404 220.409,215.376 221.988,215.331L221.988,195.816C221.988,195.24 222.454,194.773 223.03,194.773 223.606,194.773 224.071,195.24 224.071,195.816L224.071,215.258C225.294,215.212 226.509,215.16 227.716,215.096L227.716,182.87z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M176.527,192.81L176.527,212.434C177.214,212.549 177.911,212.658 178.61,212.767L178.61,195.147C177.782,194.501 177.077,193.709 176.527,192.81M191.473,192.696C191.112,193.307 190.684,193.873 190.19,194.377 193.03,197.779 194.581,202.024 194.581,206.51L194.581,214.641C195.271,214.697 195.968,214.746 196.664,214.796L196.664,206.51C196.664,201.374 194.819,196.53 191.473,192.696M184.935,199.017L184.935,196.942C184.617,196.978 184.295,196.999 183.967,196.999 183.589,196.999 183.218,196.967 182.852,196.92L182.852,199.017C182.852,204.646 185.045,209.939 189.025,213.919 189.097,213.99 189.157,214.069 189.227,214.142 190.218,214.245 191.214,214.344 192.221,214.435 191.688,213.745 191.125,213.074 190.497,212.446 186.911,208.861 184.935,204.091 184.935,199.017M160.83,204.551C160.254,204.551 159.788,205.016 159.788,205.592 159.788,206.168 160.254,206.634 160.83,206.634 162.36,206.634 163.606,207.878 163.606,209.409L163.606,209.747C164.289,209.921 164.986,210.089 165.689,210.256L165.689,209.409C165.689,206.731 163.509,204.551 160.83,204.551" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M163.085,197.955C159.162,197.955 155.97,201.148 155.97,205.072 155.97,205.647 156.435,206.113 157.011,206.113 157.586,206.113 158.052,205.647 158.052,205.072 158.052,202.295 160.31,200.038 163.085,200.038 165.86,200.038 168.119,202.295 168.119,205.072L168.119,209.585C168.119,210.161 168.585,210.626 169.16,210.626 169.736,210.626 170.201,210.161 170.201,209.585L170.201,205.072C170.201,201.148 167.009,197.955 163.085,197.955M153.54,165.496C152.832,165.246 152.133,164.993 151.457,164.733L151.457,205.934C152.136,206.199 152.826,206.462 153.54,206.718L153.54,165.496zM163.992,193.739C168.235,193.739 171.686,190.288 171.686,186.045L171.686,170.266C170.982,170.131 170.292,169.989 169.603,169.848L169.603,186.045C169.603,189.138 167.086,191.656 163.992,191.656 160.897,191.656 158.379,189.138 158.379,186.045L158.379,167.061C157.676,166.852 156.976,166.641 156.297,166.424L156.297,186.045C156.297,190.288 159.749,193.739 163.992,193.739" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M163.992,187.029C165.697,187.029 167.085,185.642 167.085,183.936L167.085,169.307C166.385,169.151 165.686,168.994 165.003,168.831L165.003,183.936C165.003,184.493 164.549,184.946 163.992,184.946 163.433,184.946 162.98,184.493 162.98,183.936L162.98,168.331C162.274,168.151 161.583,167.965 160.897,167.778L160.897,183.936C160.897,185.642 162.285,187.029 163.992,187.029M145.016,184.123C145.592,184.123 146.058,183.657 146.058,183.081L146.058,162.393C145.336,162.04 144.642,161.683 143.974,161.319L143.974,183.081C143.974,183.657 144.44,184.123 145.016,184.123M146.058,188.88C146.058,188.305 145.592,187.839 145.016,187.839 144.441,187.839 143.975,188.305 143.975,188.88L143.975,202.432C144.638,202.809 145.33,203.182 146.058,203.548L146.058,188.88zM140.851,159.452C140.101,158.951 139.418,158.438 138.768,157.919L138.768,198.755C139.389,199.325 140.09,199.885 140.851,200.436L140.851,159.452zM206.108,175.761L205.998,175.761C205.332,175.761 204.674,175.725 204.025,175.657L204.025,215.214C204.718,215.243 205.41,215.273 206.108,215.296L206.108,175.761zM200.902,179.122L200.902,175.046C200.162,174.84 199.436,174.602 198.735,174.311 198.757,174.449 198.79,174.583 198.798,174.725 198.684,176.835 196.947,178.522 194.81,178.522 194.028,178.522 193.302,178.292 192.687,177.903L192.687,180.206C193.347,180.459 194.06,180.605 194.81,180.605 196.351,180.605 197.745,180.011 198.819,179.062L198.819,179.122C198.819,181.333 197.021,183.131 194.81,183.131 194.028,183.131 193.304,182.897 192.687,182.51L192.687,184.825C193.349,185.072 194.063,185.214 194.81,185.214 198.169,185.214 200.902,182.48 200.902,179.122M210.968,193.136C210.393,193.136 209.927,193.602 209.927,194.178L209.927,215.393C210.618,215.406 211.314,215.413 212.01,215.42L212.01,194.178C212.01,193.602 211.544,193.136 210.968,193.136M210.968,184.123C211.544,184.123 212.01,183.657 212.01,183.081L212.01,175.761 209.927,175.761 209.927,183.081C209.927,183.657 210.393,184.123 210.968,184.123M217.216,181.646C217.216,181.071 216.75,180.605 216.175,180.605 215.599,180.605 215.133,181.071 215.133,181.646L215.133,204.002C215.133,204.578 215.599,205.044 216.175,205.044 216.75,205.044 217.216,204.578 217.216,204.002L217.216,181.646zM216.175,211.639C215.599,211.639 215.133,212.105 215.133,212.68L215.133,215.437C215.83,215.435 216.523,215.427 217.216,215.42L217.216,212.68C217.216,212.105 216.75,211.639 216.175,211.639M200.902,193.101L200.902,189.33C200.902,188.754 200.436,188.289 199.86,188.289 199.285,188.289 198.819,188.754 198.819,189.33L198.819,193.101C198.819,193.676 199.285,194.142 199.86,194.142 200.436,194.142 200.902,193.676 200.902,193.101M223.03,190.371C223.606,190.371 224.072,189.905 224.072,189.329L224.072,175.693C223.629,175.724 223.188,175.761 222.737,175.761L221.988,175.761 221.988,189.329C221.988,189.905 222.454,190.371 223.03,190.371M223.03,194.774C222.454,194.774 221.988,195.24 221.988,195.816L221.988,215.33C222.686,215.31 223.379,215.284 224.072,215.258L224.072,195.816C224.072,195.24 223.606,194.774 223.03,194.774M235.414,200.207C236.969,198.654 238.219,196.885 239.205,194.988 238.637,194.516 238.136,193.97 237.703,193.371 236.773,195.335 235.521,197.156 233.937,198.739 232.202,200.475 230.827,202.469 229.798,204.62L229.798,189.119C229.798,183.999 231.791,179.189 235.414,175.567 235.542,175.438 235.656,175.298 235.78,175.166 235.55,174.462 235.179,173.824 234.683,173.295 234.44,173.567 234.197,173.839 233.937,174.099 232.398,175.637 231.131,177.373 230.145,179.245 230.537,177.19 231.271,175.23 232.299,173.42 232.132,173.432 231.968,173.445 231.8,173.456 231.04,173.87 230.241,174.214 229.423,174.523 228.31,177.128 227.716,179.952 227.716,182.871L227.716,215.097C228.412,215.061 229.108,215.024 229.798,214.982L229.798,213.761C229.798,208.644 231.791,203.832 235.414,200.207M241.635,199.538L241.635,196.408C240.885,196.117 240.186,195.726 239.553,195.251L239.553,199.538C239.553,204.655 237.559,209.467 233.938,213.09 233.393,213.635 232.895,214.213 232.421,214.807 233.419,214.735 234.413,214.659 235.398,214.577 235.404,214.571 235.408,214.564 235.415,214.558 239.428,210.545 241.635,205.212 241.635,199.538M247.241,196.638L247.241,213.264C247.939,213.168 248.636,213.071 249.324,212.968L249.324,195.703C248.678,196.1 247.982,196.418 247.241,196.638M256.353,184.172C256.353,183.596 255.887,183.13 255.311,183.13 254.736,183.13 254.27,183.596 254.27,184.172L254.27,212.161C254.97,212.037 255.666,211.912 256.353,211.782L256.353,184.172zM255.311,177.627C255.887,177.627 256.353,177.161 256.353,176.585L256.353,170.486C255.663,170.613 254.972,170.739 254.269,170.86L254.269,176.585C254.269,177.161 254.735,177.627 255.311,177.627M282.428,174.657L282.428,203.922C283.151,203.573 283.849,203.219 284.512,202.858L284.512,174.657C284.512,170.261 282.048,166.431 278.427,164.47 277.503,164.835 276.552,165.193 275.565,165.54 279.523,166.685 282.428,170.336 282.428,174.657M261.342,188.935C261.342,189.511 261.808,189.977 262.384,189.977 262.959,189.977 263.425,189.511 263.425,188.935L263.425,174.657C263.425,172.287 264.305,170.121 265.748,168.455 264.759,168.703 263.752,168.944 262.725,169.177 261.844,170.81 261.342,172.676 261.342,174.657L261.342,188.935zM262.383,194.235C261.807,194.235 261.341,194.701 261.341,195.277L261.341,210.762C262.047,210.607 262.737,210.445 263.425,210.283L263.425,195.277C263.425,194.701 262.959,194.235 262.383,194.235" android:fillType="evenOdd" />
***************
*** 35,43 ****
<path android:fillColor="#ffdcddde" android:pathData="M168.367,109.09C171.77,105.887 176.337,103.908 181.367,103.908L247.367,103.908C252.397,103.908 256.965,105.887 260.367,109.09L260.367,108.361C260.367,101.192 254.535,95.361 247.367,95.361L181.367,95.361C174.199,95.361 168.367,101.192 168.367,108.361L168.367,109.09Z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M245.797,140.331C246.373,139.734 247.323,139.72 247.918,140.295C249.658,141.977 253.074,141.978 254.814,140.295C255.409,139.72 256.359,139.734 256.935,140.331C257.511,140.927 257.495,141.876 256.899,142.452C255.451,143.852 253.409,144.551 251.366,144.551C249.323,144.551 247.281,143.852 245.833,142.452C245.237,141.876 245.221,140.927 245.797,140.331M182.902,142.452C181.454,143.852 179.411,144.552 177.369,144.552C175.326,144.552 173.284,143.852 171.836,142.452C171.24,141.876 171.224,140.926 171.8,140.331C172.376,139.734 173.326,139.72 173.921,140.295C175.661,141.978 179.077,141.977 180.817,140.295C181.412,139.72 182.362,139.734 182.938,140.331C183.514,140.927 183.498,141.876 182.902,142.452M164.435,121.569L166.777,121.569C167.329,121.569 167.777,122.017 167.777,122.569C167.777,123.122 167.329,123.569 166.777,123.569L159.784,123.569C155.373,123.569 151.784,127.158 151.784,131.569L151.784,142.111C151.784,146.522 155.373,150.111 159.784,150.111L166.777,150.111C167.329,150.111 167.777,150.559 167.777,151.111C167.777,151.663 167.329,152.111 166.777,152.111L164.367,152.111L164.367,152.909C164.367,162.283 171.993,169.909 181.367,169.909L192.315,169.909C189.03,166.492 186.998,161.863 186.998,156.761L186.998,142.19C186.998,137.779 190.587,134.19 194.998,134.19L222.419,134.19C222.971,134.19 223.419,134.638 223.419,135.19L227.666,135.19C227.666,134.638 228.114,134.19 228.666,134.19L233.737,134.19C238.148,134.19 241.737,137.779 241.737,142.19L241.737,144.934C242.266,144.86 242.802,144.809 243.351,144.809C249.818,144.809 255.081,150.071 255.081,156.539C255.081,163.007 249.818,168.269 243.351,168.269L237.82,168.269C237.382,168.841 236.919,169.391 236.421,169.909L247.367,169.909C256.741,169.909 264.367,162.283 264.367,152.909L264.367,152.111L262.374,152.111C261.822,152.111 261.374,151.663 261.374,151.111C261.374,150.559 261.822,150.111 262.374,150.111L269.367,150.111C273.778,150.111 277.367,146.522 277.367,142.111L277.367,131.569C277.367,127.158 273.778,123.569 269.367,123.569L262.374,123.569C261.822,123.569 261.374,123.122 261.374,122.569C261.374,122.017 261.822,121.569 262.374,121.569L264.299,121.569C263.612,112.821 256.289,105.909 247.367,105.909L181.367,105.909C172.445,105.909 165.122,112.821 164.435,121.569" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M222.419,136.19L194.998,136.19C191.69,136.19 188.998,138.881 188.998,142.19L188.998,146.057C190.225,144.014 192.455,142.635 194.998,142.635L233.737,142.635C236.048,142.635 238.102,143.776 239.378,145.516C239.498,145.473 239.615,145.424 239.737,145.385L239.737,142.19C239.737,138.881 237.045,136.19 233.737,136.19L228.666,136.19C228.114,136.19 227.666,135.742 227.666,135.19L223.419,135.19C223.419,135.742 222.971,136.19 222.419,136.19" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M208.998,162.269C210.648,162.269 211.998,163.619 211.998,165.269C211.998,166.919 210.648,168.269 208.998,168.269L202.998,168.269C201.348,168.269 199.998,166.919 199.998,165.269C199.998,163.619 201.348,162.269 202.998,162.269L208.998,162.269ZM233.737,142.635L194.998,142.635C192.455,142.635 190.225,144.014 188.998,146.057L188.998,156.761C188.998,166.135 196.624,173.761 205.998,173.761L222.737,173.761C227.67,173.761 232.105,171.636 235.213,168.269L226.254,168.269C226.187,168.269 226.125,168.248 226.062,168.236C225.954,168.248 225.848,168.269 225.737,168.269L219.737,168.269C218.087,168.269 216.737,166.919 216.737,165.269C216.737,163.619 218.087,162.269 219.737,162.269L225.737,162.269C227.035,162.269 228.136,163.109 228.551,164.268C230.057,162.701 231.62,160.202 231.62,156.539C231.62,151.467 234.862,147.149 239.378,145.516C238.102,143.776 236.048,142.635 233.737,142.635Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M225.737,162.269L219.737,162.269C218.087,162.269 216.737,163.619 216.737,165.269 216.737,166.919 218.087,168.269 219.737,168.269L225.737,168.269C225.848,168.269 225.954,168.248 226.062,168.236 225.682,168.16 225.369,167.881 225.279,167.492 225.175,167.037 225.4,166.571 225.82,166.369 225.93,166.314 227.218,165.656 228.551,164.268 228.136,163.109 227.035,162.269 225.737,162.269M202.998,162.269C201.348,162.269 199.998,163.619 199.998,165.269 199.998,166.919 201.348,168.269 202.998,168.269L208.998,168.269C210.648,168.269 211.998,166.919 211.998,165.269 211.998,163.619 210.648,162.269 208.998,162.269L202.998,162.269zM155.784,141.111C155.784,143.872 158.023,146.111 160.784,146.111L163.777,146.111C164.329,146.111 164.777,145.663 164.777,145.111L164.777,128.57C164.777,128.018 164.329,127.57 163.777,127.57L160.784,127.57C158.023,127.57 155.784,129.808 155.784,132.57L155.784,141.111zM265.374,146.111L268.367,146.111C271.129,146.111 273.367,143.872 273.367,141.111L273.367,132.57C273.367,129.808 271.129,127.57 268.367,127.57L265.374,127.57C264.822,127.57 264.374,128.018 264.374,128.57L264.374,145.111C264.374,145.663 264.822,146.111 265.374,146.111" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M229.369,166.269L243.351,166.269C248.716,166.269 253.081,161.904 253.081,156.539C253.081,151.174 248.716,146.809 243.351,146.809C237.986,146.809 233.62,151.174 233.62,156.539C233.62,161.356 231.321,164.483 229.369,166.269" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M372.538,143.006C372.82,142.799 373.163,142.725 373.507,142.725 374.105,142.725 374.711,142.948 375.021,143.082 376.705,143.81 377.985,145.265 378.124,146.168 378.346,147.609 377.594,149.293 376.252,150.359 375.086,151.283 373.759,151.549 372.609,151.089 372.443,151.022 371.964,150.474 371.748,148.767 371.402,146.028 372.062,143.356 372.538,143.006M371.864,152.944C372.468,153.187 373.105,153.306 373.75,153.306 375.036,153.305 376.352,152.833 377.496,151.925 379.411,150.404 380.434,148.025 380.101,145.863 379.805,143.94 377.672,142.049 375.815,141.246 374.086,140.499 372.501,140.549 371.354,141.394 369.76,142.566 369.463,146.636 369.764,149.018 370.033,151.143 370.759,152.501 371.864,152.944M360.263,155.117C359.359,155.34 358.775,155.964 358.658,156.83L358.658,156.831C358.586,157.367 358.74,158.384 360.576,159.176 361.207,159.448 362.238,159.756 363.19,159.756 363.922,159.756 364.607,159.574 365.027,159.054 365.331,158.68 365.703,157.865 364.807,156.599 364.044,155.524 361.707,154.765 360.263,155.117M329.932,117.054C332.184,118.522 333.506,120.932 333.542,123.585 331.102,124.623 328.363,124.387 326.11,122.918 324.403,121.806 323.231,120.152 322.747,118.262 322.462,117.146 323.251,116.024 324.388,115.846 326.29,115.547 328.247,115.956 329.932,117.054M320.963,165.913C321.11,166 321.273,166.062 321.456,166.062 322.008,166.062 322.456,165.615 322.456,165.062L322.456,122.174C323.149,123.103 324,123.93 325.017,124.594 326.681,125.678 328.555,126.225 330.44,126.225 331.984,126.225 333.535,125.858 334.982,125.118 335.295,124.958 335.507,124.633 335.527,124.282 335.732,120.678 334.049,117.349 331.024,115.379 329.078,114.11 326.842,113.581 324.638,113.804 323.459,113.923 322.456,112.94 322.456,111.755L322.456,43.591 322.456,41C322.456,40.448 322.008,40 321.456,40 320.904,40 320.456,40.448 320.456,41L320.456,45 320.456,165.062C320.456,165.431 320.665,165.74 320.963,165.913M42.225,81.389C42.777,81.389 43.225,80.941 43.225,80.389L43.225,78.64C43.225,78.088 42.777,77.64 42.225,77.64 41.673,77.64 41.225,78.088 41.225,78.64L41.225,80.389C41.225,80.941 41.673,81.389 42.225,81.389M163.881,95.361C164.279,95.361 164.616,95.124 164.777,94.788 164.84,94.657 164.881,94.515 164.881,94.361L164.881,1C164.881,0.447 164.433,-0 163.881,-0 163.329,-0 162.881,0.447 162.881,1L162.881,25 162.881,94.361C162.881,94.913 163.329,95.361 163.881,95.361M357.42,27.001C357.972,27.001 358.42,26.553 358.42,26.001L358.42,23.718C358.42,23.166 357.972,22.718 357.42,22.718 356.868,22.718 356.42,23.166 356.42,23.718L356.42,26.001C356.42,26.553 356.868,27.001 357.42,27.001M398.894,82.608C401.457,83.293 403.47,85.164 404.342,87.708 404.353,87.742 404.365,87.776 404.376,87.81 405.769,92.051 399.235,94.262 397.747,90.053 397.737,90.028 397.728,90.003 397.72,89.977 396.848,87.434 397.29,84.721 398.894,82.608M403.36,97.171C403.423,97.184 403.486,97.19 403.549,97.19 403.834,97.19 404.109,97.067 404.301,96.849 406.682,94.135 407.405,90.475 406.234,87.059 405.063,83.644 402.248,81.196 398.702,80.513 398.352,80.443 397.995,80.568 397.761,80.836 395.38,83.55 394.657,87.21 395.828,90.626 396.998,94.041 399.814,96.488 403.36,97.171M269.688,60.457C271.204,60.987 272.362,62.185 272.842,63.753 273.322,65.321 273.033,66.961 272.074,68.25 270.558,67.719 269.399,66.521 268.919,64.954 268.439,63.386 268.729,61.745 269.688,60.457M272.201,70.364C272.274,70.38 272.349,70.389 272.422,70.389 272.695,70.389 272.96,70.277 273.152,70.073 274.906,68.202 275.505,65.62 274.754,63.167 274.003,60.715 272.062,58.911 269.561,58.343 269.215,58.266 268.853,58.374 268.61,58.634 266.855,60.505 266.256,63.086 267.007,65.539 267.758,67.992 269.7,69.795 272.201,70.364M55.462,50.676C56.457,49.373 57.975,48.667 59.566,48.682 60.017,50.224 59.717,51.863 58.722,53.166 57.727,54.469 56.204,55.187 54.619,55.159 54.168,53.618 54.467,51.979 55.462,50.676M53.765,57.097C54.087,57.14 54.406,57.161 54.723,57.161 56.912,57.161 58.952,56.16 60.312,54.38 61.869,52.342 62.205,49.713 61.211,47.348 61.073,47.021 60.772,46.791 60.42,46.744 57.878,46.408 55.429,47.424 53.873,49.462 52.316,51.501 51.98,54.129 52.974,56.494 53.112,56.821 53.413,57.051 53.765,57.097M66.51,127.027C67.443,126.208 68.515,125.634 69.652,125.32 72.076,124.651 74.204,127.074 73.227,129.392 72.769,130.479 72.062,131.468 71.129,132.287 69.108,134.061 66.431,134.684 63.867,134.006 63.526,131.375 64.49,128.801 66.51,127.027M62.66,135.728C63.736,136.096 64.835,136.277 65.922,136.277 68.286,136.277 70.59,135.422 72.448,133.79 75.162,131.407 76.353,127.872 75.635,124.333 75.565,123.985 75.315,123.701 74.979,123.586 71.563,122.418 67.904,123.142 65.191,125.524 62.477,127.907 61.286,131.442 62.004,134.981 62.074,135.329 62.324,135.613 62.66,135.728M282.15,77.357C284.438,74.374 287.964,72.821 291.672,73.127 292.93,76.63 292.342,80.438 290.054,83.421 287.766,86.404 284.24,87.957 280.531,87.651 279.274,84.148 279.862,80.34 282.15,77.357M279.686,89.571C280.282,89.65 280.875,89.69 281.462,89.69 285.445,89.69 289.159,87.873 291.641,84.637 294.489,80.924 295.112,76.13 293.307,71.813 293.17,71.484 292.87,71.255 292.518,71.207 287.879,70.587 283.411,72.427 280.563,76.141 277.715,79.854 277.092,84.647 278.897,88.965 279.034,89.294 279.334,89.523 279.686,89.571" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M354.075,172.261C354.036,172.17 354.015,172.103 354.004,172.056 354.368,171.891 355.42,171.871 355.947,171.861 356.54,171.85 357.101,171.839 357.557,171.745 359.118,171.422 362.906,170.44 364.337,168.287 364.643,167.827 364.518,167.206 364.058,166.901 363.598,166.596 362.978,166.72 362.672,167.179 362.4,167.588 361.945,167.96 361.381,168.29 360.071,169.059 358.42,168.055 358.42,166.535L358.42,162.4C360.042,163.086 361.902,163.421 363.87,163.421 366.484,163.421 369.284,162.82 371.968,161.686 372.18,162.001 372.429,163.022 372.115,164.661 371.428,168.239 368.417,172.763 362.191,173.742 359.72,174.131 354.762,173.864 354.075,172.261zM368.518,36.066C371.635,36.891 374.135,38.962 375.505,41.769 375.918,42.615 375.64,43.666 374.863,44.196 372.282,45.957 369.086,46.518 365.968,45.696 362.85,44.871 360.351,42.8 358.981,39.992 358.568,39.147 358.846,38.096 359.623,37.566 362.203,35.803 365.4,35.24 368.518,36.066zM358.42,144.297L358.42,139.847C358.668,139.501 358.984,139.233 359.377,139.143 359.471,139.121 359.568,139.111 359.668,139.111 359.972,139.111 360.302,139.208 360.621,139.396 361.251,139.767 361.813,140.51 361.667,141.212 361.492,142.058 360.35,143.637 359.598,144.076 359.081,144.378 358.688,144.447 358.42,144.297zM362.726,132.607C363.559,132.402 364.433,132.301 365.333,132.301 367.975,132.301 370.835,133.171 373.494,134.823 377.173,137.111 379.836,140.371 380.994,144.004 383.11,150.646 378.111,155.397 375.864,157.132 370.409,161.34 362.885,162.612 358.42,160.166L358.42,146.353C358.516,146.364 358.609,146.38 358.713,146.38 359.24,146.38 359.873,146.231 360.606,145.804 361.863,145.071 363.331,143.037 363.625,141.619 363.933,140.139 363.133,138.553 361.634,137.672 361.634,137.671 361.634,137.671 361.634,137.671 360.766,137.163 359.807,136.994 358.93,137.194 358.754,137.234 358.585,137.291 358.42,137.359L358.42,134.928C359.66,133.791 361.096,133.008 362.726,132.607zM317.096,184.09L317.096,180.843C317.096,178.71 318.83,176.976 320.962,176.976 323.095,176.976 324.829,178.71 324.829,180.843L324.829,184.09 317.096,184.09zM319.187,191.999C319.205,189.994 319.496,188.015 320.027,186.09L321.899,186.09C322.429,188.016 322.721,189.995 322.738,191.999L319.187,191.999zM267.783,165.751C265.235,166.444 263.133,163.807 264.328,161.453 265.632,158.885 266.367,155.982 266.367,152.908L266.367,152.111 269.367,152.111C274.89,152.111 279.367,147.634 279.367,142.111L279.367,139.23C279.367,136.974 281.766,135.531 283.767,136.571 290.427,140.032 294.274,144.004 294.274,148.19 294.274,155.058 283.947,161.358 267.783,165.751zM294.274,191.622C294.274,194.075 292.95,196.455 290.521,198.702 289.903,199.274 289.199,199.836 288.439,200.39 287.28,201.236 285.979,202.061 284.512,202.858 283.848,203.219 283.151,203.573 282.429,203.922 280.828,204.695 279.073,205.436 277.199,206.151 275.962,206.621 274.684,207.083 273.337,207.526 270.297,208.525 266.971,209.445 263.425,210.283 262.737,210.446 262.047,210.607 261.342,210.762 259.722,211.12 258.058,211.46 256.353,211.782 255.666,211.911 254.97,212.037 254.27,212.16 252.653,212.446 251.007,212.717 249.324,212.968 248.636,213.071 247.939,213.168 247.241,213.264 243.433,213.793 239.477,214.233 235.397,214.576 234.412,214.658 233.42,214.735 232.421,214.806 231.551,214.868 230.679,214.928 229.799,214.982 229.108,215.024 228.412,215.06 227.716,215.096 226.509,215.159 225.294,215.213 224.072,215.258 223.379,215.284 222.686,215.31 221.989,215.33 220.409,215.376 218.817,215.404 217.216,215.42 216.523,215.427 215.83,215.435 215.134,215.437 214.96,215.437 214.788,215.441 214.615,215.441 213.742,215.441 212.877,215.429 212.01,215.42 211.314,215.413 210.618,215.406 209.927,215.393 208.647,215.37 207.373,215.338 206.108,215.296 205.41,215.272 204.719,215.242 204.026,215.214 201.537,215.11 199.082,214.969 196.664,214.796 195.968,214.745 195.271,214.697 194.581,214.641 193.789,214.577 193.004,214.507 192.22,214.435 191.214,214.344 190.218,214.245 189.227,214.142 185.568,213.76 182.022,213.3 178.61,212.766 177.911,212.657 177.214,212.549 176.527,212.433 172.719,211.796 169.099,211.065 165.689,210.256 164.986,210.089 164.289,209.921 163.606,209.747 159.969,208.825 156.593,207.812 153.54,206.717 152.826,206.461 152.137,206.199 151.458,205.934 149.503,205.172 147.702,204.374 146.058,203.547 145.33,203.181 144.637,202.809 143.975,202.432 142.834,201.782 141.79,201.116 140.851,200.435 140.091,199.884 139.389,199.324 138.768,198.755 136.303,196.492 134.955,194.094 134.955,191.622L134.955,159.63C134.955,157.685 137.198,156.657 138.714,157.875 138.732,157.889 138.75,157.904 138.768,157.919 139.418,158.438 140.101,158.95 140.851,159.451 141.808,160.091 142.862,160.711 143.975,161.319 144.642,161.682 145.336,162.04 146.058,162.392 147.724,163.205 149.518,163.989 151.458,164.733 152.134,164.992 152.833,165.245 153.54,165.495 154.435,165.812 155.353,166.122 156.297,166.424 156.976,166.641 157.676,166.851 158.38,167.06 159.203,167.305 160.042,167.544 160.898,167.778 161.584,167.965 162.274,168.151 162.98,168.331 163.646,168.5 164.32,168.668 165.003,168.831 165.686,168.994 166.386,169.151 167.086,169.307 167.914,169.491 168.752,169.673 169.604,169.847 170.293,169.989 170.982,170.131 171.686,170.266 172.853,170.49 174.038,170.705 175.243,170.911L175.243,188.28C175.243,189.94 175.719,191.487 176.527,192.809 177.077,193.708 177.782,194.5 178.61,195.147 179.812,196.086 181.265,196.716 182.852,196.92 183.218,196.967 183.589,196.999 183.967,196.999 184.295,196.999 184.617,196.978 184.935,196.942 186.984,196.715 188.819,195.776 190.19,194.377 190.684,193.873 191.112,193.306 191.473,192.696 192.239,191.398 192.687,189.892 192.687,188.28L192.687,184.824 192.687,182.509 192.687,180.205 192.687,177.902 192.687,176.707C192.687,175.35 193.234,174.121 194.115,173.219 195.025,173.291 195.947,173.353 196.869,173.415 197.472,173.747 198.095,174.045 198.735,174.311 199.435,174.602 200.162,174.839 200.902,175.046 201.914,175.328 202.953,175.546 204.026,175.657 204.675,175.724 205.332,175.761 205.998,175.761L206.108,175.761 209.927,175.761 212.01,175.761 221.989,175.761 222.737,175.761C223.188,175.761 223.629,175.724 224.072,175.693 225.944,175.562 227.738,175.159 229.423,174.523 230.241,174.214 231.041,173.869 231.801,173.455 231.804,173.454 231.807,173.453 231.81,173.452 232.761,173.389 233.71,173.324 234.648,173.252 234.661,173.265 234.671,173.282 234.683,173.295 235.179,173.823 235.55,174.461 235.781,175.166 235.94,175.654 236.049,176.166 236.049,176.707L236.049,188.28C236.049,190.18 236.667,191.935 237.703,193.37 238.137,193.969 238.637,194.515 239.205,194.987 239.317,195.08 239.437,195.163 239.553,195.25 240.187,195.726 240.885,196.116 241.636,196.407 242.611,196.784 243.665,196.999 244.772,196.999 245.63,196.999 246.457,196.87 247.241,196.638 247.982,196.418 248.679,196.1 249.324,195.703 251.819,194.167 253.491,191.418 253.491,188.28L253.491,170.993C253.752,170.949 254.011,170.905 254.27,170.86 254.972,170.739 255.663,170.613 256.353,170.486 258.548,170.08 260.672,169.643 262.725,169.177 263.752,168.944 264.759,168.702 265.748,168.454 269.274,167.57 272.563,166.597 275.565,165.54 276.552,165.193 277.502,164.835 278.428,164.47 283.457,162.489 287.561,160.259 290.558,157.84 292.054,156.633 294.274,157.703 294.274,159.625L294.274,191.622zM149.784,139.27L149.784,142.111C149.784,147.634 154.262,152.111 159.784,152.111L162.367,152.111 162.367,152.908C162.367,155.924 163.074,158.775 164.331,161.309 165.502,163.67 163.39,166.287 160.851,165.583 145.031,161.198 134.955,154.972 134.955,148.19 134.955,144.021 138.771,140.064 145.381,136.613 147.382,135.569 149.784,137.013 149.784,139.27zM192.604,171.908C191.419,173.163 190.687,174.849 190.687,176.707L190.687,188.041C190.687,191.457 188.239,194.506 184.85,194.942 180.751,195.469 177.243,192.276 177.243,188.28L177.243,174.877C177.243,173.186 178.643,171.782 180.331,171.879 180.674,171.898 181.02,171.908 181.367,171.908L192.604,171.908zM231.826,163.266C232.852,161.544 233.62,159.324 233.62,156.54 233.621,152.751 235.679,149.176 239.165,147.691 246.446,144.59 253.471,150.124 253.064,157.117 252.762,162.315 248.236,166.269 243.029,166.269L233.55,166.269C232.006,166.269 231.036,164.593 231.826,163.266zM236.132,171.908L247.367,171.908C247.716,171.908 248.061,171.898 248.404,171.879 250.093,171.782 251.491,173.186 251.491,174.877L251.491,188.041C251.491,191.457 249.044,194.506 245.656,194.942 241.557,195.47 238.049,192.277 238.049,188.28L238.049,176.707C238.049,174.849 237.317,173.163 236.132,171.908zM151.784,131.569C151.784,127.151 155.366,123.569 159.784,123.569L166.777,123.569C167.329,123.569 167.777,123.121 167.777,122.569 167.777,122.017 167.329,121.569 166.777,121.569L166.361,121.569C165.32,121.569 164.504,120.623 164.706,119.602 166.249,111.806 173.126,105.908 181.367,105.908L247.367,105.908C255.609,105.908 262.487,111.806 264.029,119.602 264.231,120.623 263.416,121.569 262.374,121.569 261.822,121.569 261.374,122.017 261.374,122.569 261.374,123.121 261.822,123.569 262.374,123.569L269.367,123.569C273.786,123.569 277.367,127.151 277.367,131.569L277.367,142.111C277.367,146.529 273.786,150.111 269.367,150.111L262.374,150.111C261.822,150.111 261.374,150.558 261.374,151.111 261.374,151.663 261.822,152.111 262.374,152.111L263.57,152.111C264.011,152.111 264.367,152.468 264.367,152.908 264.367,162.297 256.757,169.908 247.367,169.908L236.421,169.908C236.919,169.39 237.383,168.841 237.82,168.269L243.007,168.269C249.112,168.269 254.455,163.747 255.028,157.67 255.684,150.696 250.192,144.809 243.351,144.809L243.267,144.809C242.426,144.81 241.737,144.122 241.737,143.281L241.737,142.19C241.737,137.771 238.156,134.19 233.737,134.19L228.666,134.19C228.114,134.19 227.666,134.637 227.666,135.19 227.666,135.742 228.114,136.19 228.666,136.19L233.737,136.19C237.051,136.19 239.737,138.876 239.737,142.19L239.737,143.398C239.165,144.348 238.717,145.094 238.145,146.044 234.284,147.965 231.62,151.942 231.62,156.539 231.62,160.201 230.057,162.701 228.552,164.268 227.218,165.656 225.93,166.314 225.82,166.368 225.4,166.571 225.176,167.037 225.28,167.492 225.369,167.881 225.682,168.16 226.062,168.236 226.126,168.248 226.187,168.269 226.254,168.269L235.213,168.269C232.105,171.636 227.67,173.761 222.737,173.761L205.998,173.761C196.61,173.761 188.998,166.149 188.998,156.761L188.998,146.056 188.998,142.19C188.998,138.876 191.685,136.19 194.998,136.19L222.419,136.19C222.971,136.19 223.419,135.742 223.419,135.19 223.419,134.637 222.971,134.19 222.419,134.19L194.998,134.19C190.58,134.19 186.998,137.771 186.998,142.19L186.998,156.761C186.998,161.109 188.474,165.114 190.944,168.317 191.444,168.967 190.959,169.908 190.139,169.908L181.367,169.908C171.979,169.908 164.367,162.297 164.367,152.908 164.367,152.468 164.725,152.111 165.165,152.111L166.777,152.111C167.329,152.111 167.777,151.663 167.777,151.111 167.777,150.558 167.329,150.111 166.777,150.111L159.784,150.111C155.366,150.111 151.784,146.529 151.784,142.111L151.784,131.569zM168.367,108.361C168.367,101.192 174.199,95.361 181.367,95.361L247.367,95.361C254.536,95.361 260.367,101.192 260.367,108.361L260.367,109.09C256.965,105.887 252.398,103.908 247.367,103.908L181.367,103.908C176.337,103.908 171.77,105.887 168.367,109.09L168.367,108.361zM348.869,86.895C345.506,87.948 341.975,87.349 339.193,85.304 338.856,85.057 338.715,84.607 338.85,84.212 339.971,80.946 342.53,78.441 345.892,77.388 349.256,76.337 352.787,76.935 355.569,78.979 355.906,79.226 356.047,79.677 355.911,80.072 354.791,83.338 352.232,85.843 348.869,86.895zM352.621,72.531C353.234,72.93 353.776,73.401 354.242,73.927 354.907,74.678 354.112,75.823 353.159,75.51 350.89,74.764 348.433,74.67 346.023,75.278 345.623,74.475 345.355,73.606 345.245,72.697 345.184,72.189 345.495,71.725 345.985,71.574 348.213,70.891 350.611,71.221 352.621,72.531zM419.615,191.999L369.42,191.999C363.345,191.999 358.42,187.074 358.42,180.999L358.42,175.853C358.883,175.882 359.338,175.896 359.768,175.896 360.953,175.896 361.962,175.803 362.502,175.718 369.532,174.613 373.416,169.362 374.146,164.648 374.244,164.015 374.278,163.422 374.253,162.879 374.188,161.519 374.895,160.251 376.022,159.485 376.383,159.24 376.738,158.984 377.085,158.715 382.541,154.505 384.66,148.922 382.899,143.397 381.598,139.311 378.633,135.663 374.55,133.125 370.53,130.626 366.044,129.73 362.248,130.665L362.206,130.675C360.282,131.153 358.42,129.697 358.42,127.713L358.42,42.886C360.122,45.179 362.559,46.863 365.456,47.629 366.576,47.926 367.704,48.071 368.819,48.071 372.2,48.071 375.449,46.734 377.923,44.236 378.176,43.98 378.278,43.597 378.184,43.249 376.97,38.736 373.548,35.328 369.03,34.133 366.333,33.419 363.587,33.585 361.112,34.54 359.813,35.042 358.42,34.064 358.42,32.671L358.42,30.999C358.42,30.447 357.972,29.999 357.42,29.999 356.867,29.999 356.42,30.447 356.42,30.999L356.42,69.431C356.42,70.804 354.895,71.629 353.745,70.877L353.713,70.856C350.693,68.886 346.973,68.688 343.762,70.326 343.441,70.49 343.224,70.822 343.204,71.18 343.111,72.865 343.443,74.481 344.118,75.934 340.27,77.552 337.476,80.848 336.556,84.995 336.478,85.346 336.596,85.724 336.861,85.969 339.298,88.22 342.378,89.407 345.557,89.407 346.856,89.407 348.172,89.209 349.466,88.804 351.023,88.317 352.429,87.563 353.645,86.594 354.768,85.7 356.42,86.469 356.42,87.904L356.42,166.273C355.368,167.687 354.629,168.683 353.577,170.097 353.036,170.254 352.573,170.521 352.275,170.982 352.021,171.375 351.809,172.053 352.237,173.05 352.599,173.892 353.319,174.497 354.221,174.927 355.584,175.574 356.42,176.985 356.42,178.494L356.42,184.999C356.42,188.865 353.286,191.999 349.42,191.999L326.636,191.999C325.592,191.999 324.733,191.196 324.649,190.155 324.538,188.783 324.316,187.425 323.98,186.09L325.036,186.09C326.027,186.09 326.829,185.287 326.829,184.296L326.829,180.843C326.829,177.602 324.203,174.976 320.963,174.976L320.962,174.976C317.722,174.976 315.096,177.602 315.096,180.843L315.096,184.297C315.096,185.287 315.898,186.09 316.888,186.09L317.945,186.09C317.609,187.424 317.387,188.782 317.276,190.155 317.192,191.196 316.333,191.999 315.289,191.999L304.245,191.999C299.829,191.999 296.249,188.42 296.252,184.003 296.262,171.365 296.274,148.19 296.274,148.19 296.274,142.142 289.996,136.646 279.367,132.29L279.367,131.569C279.367,126.046 274.89,121.569 269.367,121.569L268.951,121.569C267.526,121.569 266.259,120.586 265.981,119.188 265.397,116.257 264.137,113.569 262.367,111.289L262.367,108.361C262.367,100.076 255.652,93.361 247.367,93.361L181.367,93.361C173.083,93.361 166.367,100.076 166.367,108.361L166.367,111.289C165.966,111.807 165.594,112.345 165.246,112.903 165.087,113.157 164.925,113.41 164.778,113.673 163.836,115.357 163.15,117.199 162.761,119.148 162.478,120.561 161.225,121.569 159.784,121.569 154.262,121.569 149.784,126.046 149.784,131.569L149.784,132.322C139.202,136.672 132.955,142.157 132.955,148.19 132.955,148.19 132.968,171.366 132.976,184.005 132.98,188.42 129.401,191.999 124.986,191.999L117.573,191.999C117.247,191.999 116.971,192.166 116.788,192.407 116.661,192.575 116.573,192.773 116.573,192.999 116.573,193.552 117.021,193.999 117.573,193.999L133.299,193.999C136.982,207.321 171.364,217.441 214.615,217.441 257.865,217.441 292.246,207.321 295.929,193.999L318.979,193.999 322.946,193.999 419.615,193.999C420.167,193.999 420.615,193.552 420.615,192.999 420.615,192.447 420.167,191.999 419.615,191.999zM101.184,32.012C103.832,32.157 106.186,33.576 107.56,35.887 108.19,36.945 108.557,38.095 108.661,39.26 108.885,41.777 106.112,43.447 104.003,42.055 103.02,41.406 102.179,40.53 101.545,39.465 100.17,37.155 100.047,34.409 101.184,32.012zM52.675,182.138L51.225,182.138 51.225,179.255C51.225,177.238 52.866,175.596 54.884,175.596 56.901,175.596 58.542,177.238 58.542,179.255L58.542,182.138 57.092,182.138 52.675,182.138zM55.226,191.999L54.54,191.999C54.062,191.999 53.675,191.612 53.675,191.134L53.675,184.138 56.092,184.138 56.092,191.134C56.092,191.612 55.704,191.999 55.226,191.999zM42.209,191.999L41.695,191.999C41.217,191.999 40.829,191.612 40.829,191.134L40.829,174.597 43.074,174.597 43.074,191.134C43.074,191.612 42.687,191.999 42.209,191.999zM37.729,171.427L37.729,165.548C37.729,163.22 39.623,161.326 41.952,161.326 44.28,161.326 46.173,163.22 46.173,165.548L46.173,172.597 38.963,172.597C38.612,172.148 38.198,171.753 37.729,171.427zM37.964,191.999C37.486,191.999 37.098,191.612 37.098,191.134L37.098,180.954 38.829,180.954 38.829,191.134C38.829,191.612 38.442,191.999 37.964,191.999zM32.914,178.954L30.847,178.954 30.847,176.071C30.847,174.054 32.489,172.413 34.506,172.413 36.523,172.413 38.164,174.054 38.164,176.071L38.164,178.954 36.098,178.954 32.914,178.954zM33.914,191.999L35.098,191.999 35.098,180.954 33.914,180.954 33.914,191.999zM79.27,87.983C76.051,86.041 74.113,82.711 74.005,78.99 77.347,77.35 81.198,77.512 84.415,79.453 86.785,80.882 88.46,83.064 89.223,85.599 89.738,87.314 88.588,89.068 86.828,89.392 84.266,89.863 81.602,89.39 79.27,87.983zM111.575,191.999L102.225,191.999 101.881,191.999 101.881,42.927C101.995,43.026 102.106,43.13 102.225,43.223 103.944,44.585 106.08,45.352 108.371,45.352 108.427,45.352 108.483,45.352 108.539,45.351 108.894,45.345 109.219,45.152 109.394,44.843 111.168,41.698 111.125,37.968 109.28,34.865 107.664,32.149 104.962,30.446 101.896,30.086 101.89,30.079 101.887,30.075 101.881,30.069L101.881,20.999C101.881,20.447 101.433,19.999 100.881,19.999 100.329,19.999 99.881,20.447 99.881,20.999L99.881,30.291C99.816,30.355 99.758,30.428 99.711,30.51 97.937,33.654 97.98,37.385 99.826,40.488 99.843,40.516 99.864,40.54 99.881,40.568L99.881,40.999 99.881,187.999C99.881,190.208 98.09,191.999 95.881,191.999 93.672,191.999 91.881,190.208 91.881,187.999L91.881,40.999 91.881,37.676C91.881,37.124 91.433,36.676 90.881,36.676 90.329,36.676 89.881,37.124 89.881,37.676L89.881,82.178C88.818,80.397 87.319,78.869 85.449,77.741 81.445,75.325 76.615,75.238 72.525,77.508 72.214,77.681 72.012,78.016 72.004,78.371 71.903,83.047 74.232,87.28 78.237,89.696 80.308,90.945 82.599,91.571 84.894,91.571L84.946,91.571C87.645,91.559 89.881,93.637 89.881,96.336L89.881,189.999C89.881,191.104 88.986,191.999 87.881,191.999L58.957,191.999C58.479,191.999 58.092,191.612 58.092,191.134L58.092,184.138 59.542,184.138C60.095,184.138 60.542,183.69 60.542,183.138L60.542,179.453C60.542,176.577 58.48,174.011 55.628,173.644 52.177,173.201 49.225,175.89 49.225,179.255L49.225,183.138C49.225,183.69 49.672,184.138 50.225,184.138L51.675,184.138 51.675,191.134C51.675,191.612 51.288,191.999 50.809,191.999L45.94,191.999C45.462,191.999 45.074,191.612 45.074,191.134L45.074,174.597 47.173,174.597C47.726,174.597 48.173,174.149 48.173,173.597L48.173,165.548C48.173,162.981 46.611,160.774 44.388,159.825 43.661,159.514 43.225,158.758 43.225,157.967L43.225,90.908C43.225,90.356 42.777,89.908 42.225,89.908 41.672,89.908 41.225,90.356 41.225,90.908L41.225,157.802C41.225,158.643 40.699,159.399 39.904,159.677 37.476,160.524 35.729,162.835 35.729,165.548L35.729,170.55C34.871,170.36 33.945,170.348 32.978,170.637 30.467,171.387 28.847,173.839 28.847,176.459L28.847,179.954C28.847,180.506 29.295,180.954 29.847,180.954L31.914,180.954 31.914,191.134C31.914,191.612 31.527,191.999 31.049,191.999L9.614,191.999C9.062,191.999 8.614,192.447 8.614,192.999 8.614,193.552 9.062,193.999 9.614,193.999L111.575,193.999C112.127,193.999 112.575,193.552 112.575,192.999 112.575,192.773 112.486,192.575 112.359,192.408 112.177,192.166 111.901,191.999 111.575,191.999z" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M208.101,66.777C209.687,64.929 211.995,63.869 214.43,63.869 216.866,63.869 219.173,64.929 220.759,66.777 223.009,69.398 223.405,73.194 221.744,76.222L215.185,88.183C214.964,88.586 214.583,88.63 214.43,88.63 214.277,88.63 213.896,88.586 213.675,88.183L207.116,76.222C205.455,73.194 205.851,69.398 208.101,66.777zM211.921,89.145C212.432,90.075 213.37,90.63 214.431,90.63 215.491,90.63 216.429,90.074 216.939,89.145L223.498,77.184C225.557,73.429 225.066,68.723 222.277,65.474 220.309,63.183 217.45,61.869 214.43,61.869 211.411,61.869 208.551,63.183 206.583,65.474 203.794,68.724 203.303,73.429 205.362,77.184L211.921,89.145zM177.369,144.552C179.411,144.552 181.454,143.852 182.902,142.452 183.498,141.877 183.514,140.927 182.938,140.331 182.362,139.735 181.412,139.72 180.817,140.295 179.077,141.977 175.661,141.978 173.921,140.295 173.327,139.72 172.376,139.735 171.8,140.331 171.224,140.927 171.241,141.876 171.836,142.452 173.284,143.852 175.326,144.552 177.369,144.552M251.367,144.551C253.408,144.551 255.452,143.851 256.9,142.452 257.495,141.876 257.512,140.926 256.935,140.331 256.358,139.734 255.408,139.719 254.814,140.295 253.074,141.978 249.658,141.977 247.919,140.295 247.324,139.719 246.374,139.734 245.798,140.331 245.221,140.926 245.238,141.876 245.833,142.452 247.281,143.851 249.324,144.551 251.367,144.551M383.861,116.338L384.371,116.338C384.924,116.338 385.371,116.786 385.371,117.338L385.371,117.848C385.371,118.401 385.819,118.848 386.371,118.848 386.924,118.848 387.371,118.401 387.371,117.848L387.371,117.338C387.371,116.786 387.819,116.338 388.371,116.338L388.882,116.338C389.434,116.338 389.882,115.89 389.882,115.338 389.882,114.786 389.434,114.338 388.882,114.338L388.371,114.338C387.819,114.338 387.371,113.89 387.371,113.338L387.371,112.828C387.371,112.276 386.924,111.828 386.371,111.828 385.819,111.828 385.371,112.276 385.371,112.828L385.371,113.338C385.371,113.89 384.924,114.338 384.371,114.338L383.861,114.338C383.309,114.338 382.861,114.786 382.861,115.338 382.861,115.89 383.309,116.338 383.861,116.338M146.175,68.04C147.009,68.04 147.685,68.716 147.685,69.55 147.685,70.103 148.133,70.55 148.685,70.55 149.238,70.55 149.685,70.103 149.685,69.55 149.685,68.716 150.362,68.04 151.195,68.04 151.747,68.04 152.195,67.592 152.195,67.04 152.195,66.488 151.747,66.04 151.195,66.04 150.362,66.04 149.685,65.364 149.685,64.53 149.685,63.978 149.238,63.53 148.685,63.53 148.133,63.53 147.685,63.978 147.685,64.53 147.685,65.364 147.009,66.04 146.175,66.04 145.623,66.04 145.175,66.488 145.175,67.04 145.175,67.592 145.623,68.04 146.175,68.04M170.91,76.464C171.744,76.464 172.42,77.14 172.42,77.974 172.42,78.526 172.868,78.974 173.42,78.974 173.972,78.974 174.42,78.526 174.42,77.974 174.42,77.14 175.096,76.464 175.93,76.464 176.482,76.464 176.93,76.016 176.93,75.464 176.93,74.912 176.482,74.464 175.93,74.464 175.096,74.464 174.42,73.788 174.42,72.954 174.42,72.402 173.972,71.954 173.42,71.954 172.868,71.954 172.42,72.402 172.42,72.954 172.42,73.788 171.744,74.464 170.91,74.464 170.358,74.464 169.91,74.912 169.91,75.464 169.91,76.016 170.358,76.464 170.91,76.464M141.251,93.231C141.507,93.231 141.763,93.133 141.958,92.938L143.141,91.755C143.532,91.364 143.532,90.731 143.141,90.341 142.751,89.95 142.118,89.95 141.727,90.341L140.544,91.524C140.153,91.915 140.153,92.547 140.544,92.938 140.739,93.133 140.995,93.231 141.251,93.231M135.335,99.147C135.591,99.147 135.847,99.049 136.042,98.854L137.226,97.67C137.616,97.28 137.616,96.647 137.226,96.256 136.835,95.866 136.202,95.866 135.812,96.256L134.628,97.44C134.237,97.831 134.237,98.463 134.628,98.854 134.823,99.049 135.079,99.147 135.335,99.147M141.727,98.854C141.922,99.049 142.178,99.147 142.434,99.147 142.69,99.147 142.946,99.049 143.141,98.854 143.532,98.464 143.532,97.831 143.141,97.44L141.958,96.256C141.567,95.866 140.935,95.866 140.544,96.256 140.153,96.646 140.153,97.28 140.544,97.67L141.727,98.854zM135.811,92.938C136.006,93.133 136.262,93.231 136.518,93.231 136.774,93.231 137.03,93.133 137.225,92.938 137.616,92.547 137.616,91.914 137.225,91.524L136.041,90.341C135.651,89.95 135.017,89.95 134.627,90.341 134.237,90.731 134.237,91.365 134.627,91.755L135.811,92.938zM375.614,102.957C374.781,102.957 374.104,102.279 374.104,101.447 374.104,100.614 374.781,99.937 375.614,99.937 376.447,99.937 377.124,100.614 377.124,101.447 377.124,102.279 376.447,102.957 375.614,102.957M375.614,97.937C373.679,97.937 372.104,99.512 372.104,101.447 372.104,103.382 373.679,104.957 375.614,104.957 377.55,104.957 379.124,103.382 379.124,101.447 379.124,99.512 377.55,97.937 375.614,97.937" android:fillType="evenOdd" />
--- 35,43 ----
<path android:fillColor="#ffdcddde" android:pathData="M168.367,109.09C171.77,105.887 176.337,103.908 181.367,103.908L247.367,103.908C252.397,103.908 256.965,105.887 260.367,109.09L260.367,108.361C260.367,101.192 254.535,95.361 247.367,95.361L181.367,95.361C174.199,95.361 168.367,101.192 168.367,108.361L168.367,109.09Z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M245.797,140.331C246.373,139.734 247.323,139.72 247.918,140.295C249.658,141.977 253.074,141.978 254.814,140.295C255.409,139.72 256.359,139.734 256.935,140.331C257.511,140.927 257.495,141.876 256.899,142.452C255.451,143.852 253.409,144.551 251.366,144.551C249.323,144.551 247.281,143.852 245.833,142.452C245.237,141.876 245.221,140.927 245.797,140.331M182.902,142.452C181.454,143.852 179.411,144.552 177.369,144.552C175.326,144.552 173.284,143.852 171.836,142.452C171.24,141.876 171.224,140.926 171.8,140.331C172.376,139.734 173.326,139.72 173.921,140.295C175.661,141.978 179.077,141.977 180.817,140.295C181.412,139.72 182.362,139.734 182.938,140.331C183.514,140.927 183.498,141.876 182.902,142.452M164.435,121.569L166.777,121.569C167.329,121.569 167.777,122.017 167.777,122.569C167.777,123.122 167.329,123.569 166.777,123.569L159.784,123.569C155.373,123.569 151.784,127.158 151.784,131.569L151.784,142.111C151.784,146.522 155.373,150.111 159.784,150.111L166.777,150.111C167.329,150.111 167.777,150.559 167.777,151.111C167.777,151.663 167.329,152.111 166.777,152.111L164.367,152.111L164.367,152.909C164.367,162.283 171.993,169.909 181.367,169.909L192.315,169.909C189.03,166.492 186.998,161.863 186.998,156.761L186.998,142.19C186.998,137.779 190.587,134.19 194.998,134.19L222.419,134.19C222.971,134.19 223.419,134.638 223.419,135.19L227.666,135.19C227.666,134.638 228.114,134.19 228.666,134.19L233.737,134.19C238.148,134.19 241.737,137.779 241.737,142.19L241.737,144.934C242.266,144.86 242.802,144.809 243.351,144.809C249.818,144.809 255.081,150.071 255.081,156.539C255.081,163.007 249.818,168.269 243.351,168.269L237.82,168.269C237.382,168.841 236.919,169.391 236.421,169.909L247.367,169.909C256.741,169.909 264.367,162.283 264.367,152.909L264.367,152.111L262.374,152.111C261.822,152.111 261.374,151.663 261.374,151.111C261.374,150.559 261.822,150.111 262.374,150.111L269.367,150.111C273.778,150.111 277.367,146.522 277.367,142.111L277.367,131.569C277.367,127.158 273.778,123.569 269.367,123.569L262.374,123.569C261.822,123.569 261.374,123.122 261.374,122.569C261.374,122.017 261.822,121.569 262.374,121.569L264.299,121.569C263.612,112.821 256.289,105.909 247.367,105.909L181.367,105.909C172.445,105.909 165.122,112.821 164.435,121.569" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M222.419,136.19L194.998,136.19C191.69,136.19 188.998,138.881 188.998,142.19L188.998,146.057C190.225,144.014 192.455,142.635 194.998,142.635L233.737,142.635C236.048,142.635 238.102,143.776 239.378,145.516C239.498,145.473 239.615,145.424 239.737,145.385L239.737,142.19C239.737,138.881 237.045,136.19 233.737,136.19L228.666,136.19C228.114,136.19 227.666,135.742 227.666,135.19L223.419,135.19C223.419,135.742 222.971,136.19 222.419,136.19" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M208.998,162.269C210.648,162.269 211.998,163.619 211.998,165.269C211.998,166.919 210.648,168.269 208.998,168.269L202.998,168.269C201.348,168.269 199.998,166.919 199.998,165.269C199.998,163.619 201.348,162.269 202.998,162.269L208.998,162.269ZM233.737,142.635L194.998,142.635C192.455,142.635 190.225,144.014 188.998,146.057L188.998,156.761C188.998,166.135 196.624,173.761 205.998,173.761L222.737,173.761C227.67,173.761 232.105,171.636 235.213,168.269L226.254,168.269C226.187,168.269 226.125,168.248 226.062,168.236C225.954,168.248 225.848,168.269 225.737,168.269L219.737,168.269C218.087,168.269 216.737,166.919 216.737,165.269C216.737,163.619 218.087,162.269 219.737,162.269L225.737,162.269C227.035,162.269 228.136,163.109 228.551,164.268C230.057,162.701 231.62,160.202 231.62,156.539C231.62,151.467 234.862,147.149 239.378,145.516C238.102,143.776 236.048,142.635 233.737,142.635Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M225.737,162.269L219.737,162.269C218.087,162.269 216.737,163.619 216.737,165.269 216.737,166.919 218.087,168.269 219.737,168.269L225.737,168.269C225.848,168.269 225.954,168.248 226.062,168.236 225.682,168.16 225.369,167.881 225.279,167.492 225.175,167.037 225.4,166.571 225.82,166.369 225.93,166.314 227.218,165.656 228.551,164.268 228.136,163.109 227.035,162.269 225.737,162.269M202.998,162.269C201.348,162.269 199.998,163.619 199.998,165.269 199.998,166.919 201.348,168.269 202.998,168.269L208.998,168.269C210.648,168.269 211.998,166.919 211.998,165.269 211.998,163.619 210.648,162.269 208.998,162.269L202.998,162.269zM155.784,141.111C155.784,143.872 158.023,146.111 160.784,146.111L163.777,146.111C164.329,146.111 164.777,145.663 164.777,145.111L164.777,128.57C164.777,128.018 164.329,127.57 163.777,127.57L160.784,127.57C158.023,127.57 155.784,129.808 155.784,132.57L155.784,141.111zM265.374,146.111L268.367,146.111C271.129,146.111 273.367,143.872 273.367,141.111L273.367,132.57C273.367,129.808 271.129,127.57 268.367,127.57L265.374,127.57C264.822,127.57 264.374,128.018 264.374,128.57L264.374,145.111C264.374,145.663 264.822,146.111 265.374,146.111" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M229.369,166.269L243.351,166.269C248.716,166.269 253.081,161.904 253.081,156.539C253.081,151.174 248.716,146.809 243.351,146.809C237.986,146.809 233.62,151.174 233.62,156.539C233.62,161.356 231.321,164.483 229.369,166.269" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M372.538,143.006C372.82,142.799 373.163,142.725 373.507,142.725 374.105,142.725 374.711,142.948 375.021,143.082 376.705,143.81 377.985,145.265 378.124,146.168 378.346,147.609 377.594,149.293 376.252,150.359 375.086,151.283 373.759,151.549 372.609,151.089 372.443,151.022 371.964,150.474 371.748,148.767 371.402,146.028 372.062,143.356 372.538,143.006M371.864,152.944C372.468,153.187 373.105,153.306 373.75,153.306 375.036,153.305 376.352,152.833 377.496,151.925 379.411,150.404 380.434,148.025 380.101,145.863 379.805,143.94 377.672,142.049 375.815,141.246 374.086,140.499 372.501,140.549 371.354,141.394 369.76,142.566 369.463,146.636 369.764,149.018 370.033,151.143 370.759,152.501 371.864,152.944M360.263,155.117C359.359,155.34 358.775,155.964 358.658,156.83L358.658,156.831C358.586,157.367 358.74,158.384 360.576,159.176 361.207,159.448 362.238,159.756 363.19,159.756 363.922,159.756 364.607,159.574 365.027,159.054 365.331,158.68 365.703,157.865 364.807,156.599 364.044,155.524 361.707,154.765 360.263,155.117M329.932,117.054C332.184,118.522 333.506,120.932 333.542,123.585 331.102,124.623 328.363,124.387 326.11,122.918 324.403,121.806 323.231,120.152 322.747,118.262 322.462,117.146 323.251,116.024 324.388,115.846 326.29,115.547 328.247,115.956 329.932,117.054M320.963,165.913C321.11,166 321.273,166.062 321.456,166.062 322.008,166.062 322.456,165.615 322.456,165.062L322.456,122.174C323.149,123.103 324,123.93 325.017,124.594 326.681,125.678 328.555,126.225 330.44,126.225 331.984,126.225 333.535,125.858 334.982,125.118 335.295,124.958 335.507,124.633 335.527,124.282 335.732,120.678 334.049,117.349 331.024,115.379 329.078,114.11 326.842,113.581 324.638,113.804 323.459,113.923 322.456,112.94 322.456,111.755L322.456,43.591 322.456,41C322.456,40.448 322.008,40 321.456,40 320.904,40 320.456,40.448 320.456,41L320.456,45 320.456,165.062C320.456,165.431 320.665,165.74 320.963,165.913M42.225,81.389C42.777,81.389 43.225,80.941 43.225,80.389L43.225,78.64C43.225,78.088 42.777,77.64 42.225,77.64 41.673,77.64 41.225,78.088 41.225,78.64L41.225,80.389C41.225,80.941 41.673,81.389 42.225,81.389M163.881,95.361C164.279,95.361 164.616,95.124 164.777,94.788 164.84,94.657 164.881,94.515 164.881,94.361L164.881,1C164.881,0.447 164.433,-0 163.881,-0 163.329,-0 162.881,0.447 162.881,1L162.881,25 162.881,94.361C162.881,94.913 163.329,95.361 163.881,95.361M357.42,27.001C357.972,27.001 358.42,26.553 358.42,26.001L358.42,23.718C358.42,23.166 357.972,22.718 357.42,22.718 356.868,22.718 356.42,23.166 356.42,23.718L356.42,26.001C356.42,26.553 356.868,27.001 357.42,27.001M398.894,82.608C401.457,83.293 403.47,85.164 404.342,87.708 404.353,87.742 404.365,87.776 404.376,87.81 405.769,92.051 399.235,94.262 397.747,90.053 397.737,90.028 397.728,90.003 397.72,89.977 396.848,87.434 397.29,84.721 398.894,82.608M403.36,97.171C403.423,97.184 403.486,97.19 403.549,97.19 403.834,97.19 404.109,97.067 404.301,96.849 406.682,94.135 407.405,90.475 406.234,87.059 405.063,83.644 402.248,81.196 398.702,80.513 398.352,80.443 397.995,80.568 397.761,80.836 395.38,83.55 394.657,87.21 395.828,90.626 396.998,94.041 399.814,96.488 403.36,97.171M269.688,60.457C271.204,60.987 272.362,62.185 272.842,63.753 273.322,65.321 273.033,66.961 272.074,68.25 270.558,67.719 269.399,66.521 268.919,64.954 268.439,63.386 268.729,61.745 269.688,60.457M272.201,70.364C272.274,70.38 272.349,70.389 272.422,70.389 272.695,70.389 272.96,70.277 273.152,70.073 274.906,68.202 275.505,65.62 274.754,63.167 274.003,60.715 272.062,58.911 269.561,58.343 269.215,58.266 268.853,58.374 268.61,58.634 266.855,60.505 266.256,63.086 267.007,65.539 267.758,67.992 269.7,69.795 272.201,70.364M55.462,50.676C56.457,49.373 57.975,48.667 59.566,48.682 60.017,50.224 59.717,51.863 58.722,53.166 57.727,54.469 56.204,55.187 54.619,55.159 54.168,53.618 54.467,51.979 55.462,50.676M53.765,57.097C54.087,57.14 54.406,57.161 54.723,57.161 56.912,57.161 58.952,56.16 60.312,54.38 61.869,52.342 62.205,49.713 61.211,47.348 61.073,47.021 60.772,46.791 60.42,46.744 57.878,46.408 55.429,47.424 53.873,49.462 52.316,51.501 51.98,54.129 52.974,56.494 53.112,56.821 53.413,57.051 53.765,57.097M66.51,127.027C67.443,126.208 68.515,125.634 69.652,125.32 72.076,124.651 74.204,127.074 73.227,129.392 72.769,130.479 72.062,131.468 71.129,132.287 69.108,134.061 66.431,134.684 63.867,134.006 63.526,131.375 64.49,128.801 66.51,127.027M62.66,135.728C63.736,136.096 64.835,136.277 65.922,136.277 68.286,136.277 70.59,135.422 72.448,133.79 75.162,131.407 76.353,127.872 75.635,124.333 75.565,123.985 75.315,123.701 74.979,123.586 71.563,122.418 67.904,123.142 65.191,125.524 62.477,127.907 61.286,131.442 62.004,134.981 62.074,135.329 62.324,135.613 62.66,135.728M282.15,77.357C284.438,74.374 287.964,72.821 291.672,73.127 292.93,76.63 292.342,80.438 290.054,83.421 287.766,86.404 284.24,87.957 280.531,87.651 279.274,84.148 279.862,80.34 282.15,77.357M279.686,89.571C280.282,89.65 280.875,89.69 281.462,89.69 285.445,89.69 289.159,87.873 291.641,84.637 294.489,80.924 295.112,76.13 293.307,71.813 293.17,71.484 292.87,71.255 292.518,71.207 287.879,70.587 283.411,72.427 280.563,76.141 277.715,79.854 277.092,84.647 278.897,88.965 279.034,89.294 279.334,89.523 279.686,89.571" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M354.075,172.261C354.036,172.17 354.015,172.103 354.004,172.056 354.368,171.891 355.42,171.871 355.947,171.861 356.54,171.85 357.101,171.839 357.557,171.745 359.118,171.422 362.906,170.44 364.337,168.287 364.643,167.827 364.518,167.206 364.058,166.901 363.598,166.596 362.978,166.72 362.672,167.179 362.4,167.588 361.945,167.96 361.381,168.29 360.071,169.059 358.42,168.055 358.42,166.535L358.42,162.4C360.042,163.086 361.902,163.421 363.87,163.421 366.484,163.421 369.284,162.82 371.968,161.686 372.18,162.001 372.429,163.022 372.115,164.661 371.428,168.239 368.417,172.763 362.191,173.742 359.72,174.131 354.762,173.864 354.075,172.261zM368.518,36.066C371.635,36.891 374.135,38.962 375.505,41.769 375.918,42.615 375.64,43.666 374.863,44.196 372.282,45.957 369.086,46.518 365.968,45.696 362.85,44.871 360.351,42.8 358.981,39.992 358.568,39.147 358.846,38.096 359.623,37.566 362.203,35.803 365.4,35.24 368.518,36.066zM358.42,144.297L358.42,139.847C358.668,139.501 358.984,139.233 359.377,139.143 359.471,139.121 359.568,139.111 359.668,139.111 359.972,139.111 360.302,139.208 360.621,139.396 361.251,139.767 361.813,140.51 361.667,141.212 361.492,142.058 360.35,143.637 359.598,144.076 359.081,144.378 358.688,144.447 358.42,144.297zM362.726,132.607C363.559,132.402 364.433,132.301 365.333,132.301 367.975,132.301 370.835,133.171 373.494,134.823 377.173,137.111 379.836,140.371 380.994,144.004 383.11,150.646 378.111,155.397 375.864,157.132 370.409,161.34 362.885,162.612 358.42,160.166L358.42,146.353C358.516,146.364 358.609,146.38 358.713,146.38 359.24,146.38 359.873,146.231 360.606,145.804 361.863,145.071 363.331,143.037 363.625,141.619 363.933,140.139 363.133,138.553 361.634,137.672 361.634,137.671 361.634,137.671 361.634,137.671 360.766,137.163 359.807,136.994 358.93,137.194 358.754,137.234 358.585,137.291 358.42,137.359L358.42,134.928C359.66,133.791 361.096,133.008 362.726,132.607zM317.096,184.09L317.096,180.843C317.096,178.71 318.83,176.976 320.962,176.976 323.095,176.976 324.829,178.71 324.829,180.843L324.829,184.09 317.096,184.09zM319.187,191.999C319.205,189.994 319.496,188.015 320.027,186.09L321.899,186.09C322.429,188.016 322.721,189.995 322.738,191.999L319.187,191.999zM267.783,165.751C265.235,166.444 263.133,163.807 264.328,161.453 265.632,158.885 266.367,155.982 266.367,152.908L266.367,152.111 269.367,152.111C274.89,152.111 279.367,147.634 279.367,142.111L279.367,139.23C279.367,136.974 281.766,135.531 283.767,136.571 290.427,140.032 294.274,144.004 294.274,148.19 294.274,155.058 283.947,161.358 267.783,165.751zM294.274,191.622C294.274,194.075 292.95,196.455 290.521,198.702 289.903,199.274 289.199,199.836 288.439,200.39 287.28,201.236 285.979,202.061 284.512,202.858 283.848,203.219 283.151,203.573 282.429,203.922 280.828,204.695 279.073,205.436 277.199,206.151 275.962,206.621 274.684,207.083 273.337,207.526 270.297,208.525 266.971,209.445 263.425,210.283 262.737,210.446 262.047,210.607 261.342,210.762 259.722,211.12 258.058,211.46 256.353,211.782 255.666,211.911 254.97,212.037 254.27,212.16 252.653,212.446 251.007,212.717 249.324,212.968 248.636,213.071 247.939,213.168 247.241,213.264 243.433,213.793 239.477,214.233 235.397,214.576 234.412,214.658 233.42,214.735 232.421,214.806 231.551,214.868 230.679,214.928 229.799,214.982 229.108,215.024 228.412,215.06 227.716,215.096 226.509,215.159 225.294,215.213 224.072,215.258 223.379,215.284 222.686,215.31 221.989,215.33 220.409,215.376 218.817,215.404 217.216,215.42 216.523,215.427 215.83,215.435 215.134,215.437 214.96,215.437 214.788,215.441 214.615,215.441 213.742,215.441 212.877,215.429 212.01,215.42 211.314,215.413 210.618,215.406 209.927,215.393 208.647,215.37 207.373,215.338 206.108,215.296 205.41,215.272 204.719,215.242 204.026,215.214 201.537,215.11 199.082,214.969 196.664,214.796 195.968,214.745 195.271,214.697 194.581,214.641 193.789,214.577 193.004,214.507 192.22,214.435 191.214,214.344 190.218,214.245 189.227,214.142 185.568,213.76 182.022,213.3 178.61,212.766 177.911,212.657 177.214,212.549 176.527,212.433 172.719,211.796 169.099,211.065 165.689,210.256 164.986,210.089 164.289,209.921 163.606,209.747 159.969,208.825 156.593,207.812 153.54,206.717 152.826,206.461 152.137,206.199 151.458,205.934 149.503,205.172 147.702,204.374 146.058,203.547 145.33,203.181 144.637,202.809 143.975,202.432 142.834,201.782 141.79,201.116 140.851,200.435 140.091,199.884 139.389,199.324 138.768,198.755 136.303,196.492 134.955,194.094 134.955,191.622L134.955,159.63C134.955,157.685 137.198,156.657 138.714,157.875 138.732,157.889 138.75,157.904 138.768,157.919 139.418,158.438 140.101,158.95 140.851,159.451 141.808,160.091 142.862,160.711 143.975,161.319 144.642,161.682 145.336,162.04 146.058,162.392 147.724,163.205 149.518,163.989 151.458,164.733 152.134,164.992 152.833,165.245 153.54,165.495 154.435,165.812 155.353,166.122 156.297,166.424 156.976,166.641 157.676,166.851 158.38,167.06 159.203,167.305 160.042,167.544 160.898,167.778 161.584,167.965 162.274,168.151 162.98,168.331 163.646,168.5 164.32,168.668 165.003,168.831 165.686,168.994 166.386,169.151 167.086,169.307 167.914,169.491 168.752,169.673 169.604,169.847 170.293,169.989 170.982,170.131 171.686,170.266 172.853,170.49 174.038,170.705 175.243,170.911L175.243,188.28C175.243,189.94 175.719,191.487 176.527,192.809 177.077,193.708 177.782,194.5 178.61,195.147 179.812,196.086 181.265,196.716 182.852,196.92 183.218,196.967 183.589,196.999 183.967,196.999 184.295,196.999 184.617,196.978 184.935,196.942 186.984,196.715 188.819,195.776 190.19,194.377 190.684,193.873 191.112,193.306 191.473,192.696 192.239,191.398 192.687,189.892 192.687,188.28L192.687,184.824 192.687,182.509 192.687,180.205 192.687,177.902 192.687,176.707C192.687,175.35 193.234,174.121 194.115,173.219 195.025,173.291 195.947,173.353 196.869,173.415 197.472,173.747 198.095,174.045 198.735,174.311 199.435,174.602 200.162,174.839 200.902,175.046 201.914,175.328 202.953,175.546 204.026,175.657 204.675,175.724 205.332,175.761 205.998,175.761L206.108,175.761 209.927,175.761 212.01,175.761 221.989,175.761 222.737,175.761C223.188,175.761 223.629,175.724 224.072,175.693 225.944,175.562 227.738,175.159 229.423,174.523 230.241,174.214 231.041,173.869 231.801,173.455 231.804,173.454 231.807,173.453 231.81,173.452 232.761,173.389 233.71,173.324 234.648,173.252 234.661,173.265 234.671,173.282 234.683,173.295 235.179,173.823 235.55,174.461 235.781,175.166 235.94,175.654 236.049,176.166 236.049,176.707L236.049,188.28C236.049,190.18 236.667,191.935 237.703,193.37 238.137,193.969 238.637,194.515 239.205,194.987 239.317,195.08 239.437,195.163 239.553,195.25 240.187,195.726 240.885,196.116 241.636,196.407 242.611,196.784 243.665,196.999 244.772,196.999 245.63,196.999 246.457,196.87 247.241,196.638 247.982,196.418 248.679,196.1 249.324,195.703 251.819,194.167 253.491,191.418 253.491,188.28L253.491,170.993C253.752,170.949 254.011,170.905 254.27,170.86 254.972,170.739 255.663,170.613 256.353,170.486 258.548,170.08 260.672,169.643 262.725,169.177 263.752,168.944 264.759,168.702 265.748,168.454 269.274,167.57 272.563,166.597 275.565,165.54 276.552,165.193 277.502,164.835 278.428,164.47 283.457,162.489 287.561,160.259 290.558,157.84 292.054,156.633 294.274,157.703 294.274,159.625L294.274,191.622zM149.784,139.27L149.784,142.111C149.784,147.634 154.262,152.111 159.784,152.111L162.367,152.111 162.367,152.908C162.367,155.924 163.074,158.775 164.331,161.309 165.502,163.67 163.39,166.287 160.851,165.583 145.031,161.198 134.955,154.972 134.955,148.19 134.955,144.021 138.771,140.064 145.381,136.613 147.382,135.569 149.784,137.013 149.784,139.27zM192.604,171.908C191.419,173.163 190.687,174.849 190.687,176.707L190.687,188.041C190.687,191.457 188.239,194.506 184.85,194.942 180.751,195.469 177.243,192.276 177.243,188.28L177.243,174.877C177.243,173.186 178.643,171.782 180.331,171.879 180.674,171.898 181.02,171.908 181.367,171.908L192.604,171.908zM231.826,163.266C232.852,161.544 233.62,159.324 233.62,156.54 233.621,152.751 235.679,149.176 239.165,147.691 246.446,144.59 253.471,150.124 253.064,157.117 252.762,162.315 248.236,166.269 243.029,166.269L233.55,166.269C232.006,166.269 231.036,164.593 231.826,163.266zM236.132,171.908L247.367,171.908C247.716,171.908 248.061,171.898 248.404,171.879 250.093,171.782 251.491,173.186 251.491,174.877L251.491,188.041C251.491,191.457 249.044,194.506 245.656,194.942 241.557,195.47 238.049,192.277 238.049,188.28L238.049,176.707C238.049,174.849 237.317,173.163 236.132,171.908zM151.784,131.569C151.784,127.151 155.366,123.569 159.784,123.569L166.777,123.569C167.329,123.569 167.777,123.121 167.777,122.569 167.777,122.017 167.329,121.569 166.777,121.569L166.361,121.569C165.32,121.569 164.504,120.623 164.706,119.602 166.249,111.806 173.126,105.908 181.367,105.908L247.367,105.908C255.609,105.908 262.487,111.806 264.029,119.602 264.231,120.623 263.416,121.569 262.374,121.569 261.822,121.569 261.374,122.017 261.374,122.569 261.374,123.121 261.822,123.569 262.374,123.569L269.367,123.569C273.786,123.569 277.367,127.151 277.367,131.569L277.367,142.111C277.367,146.529 273.786,150.111 269.367,150.111L262.374,150.111C261.822,150.111 261.374,150.558 261.374,151.111 261.374,151.663 261.822,152.111 262.374,152.111L263.57,152.111C264.011,152.111 264.367,152.468 264.367,152.908 264.367,162.297 256.757,169.908 247.367,169.908L236.421,169.908C236.919,169.39 237.383,168.841 237.82,168.269L243.007,168.269C249.112,168.269 254.455,163.747 255.028,157.67 255.684,150.696 250.192,144.809 243.351,144.809L243.267,144.809C242.426,144.81 241.737,144.122 241.737,143.281L241.737,142.19C241.737,137.771 238.156,134.19 233.737,134.19L228.666,134.19C228.114,134.19 227.666,134.637 227.666,135.19 227.666,135.742 228.114,136.19 228.666,136.19L233.737,136.19C237.051,136.19 239.737,138.876 239.737,142.19L239.737,143.398C239.165,144.348 238.717,145.094 238.145,146.044 234.284,147.965 231.62,151.942 231.62,156.539 231.62,160.201 230.057,162.701 228.552,164.268 227.218,165.656 225.93,166.314 225.82,166.368 225.4,166.571 225.176,167.037 225.28,167.492 225.369,167.881 225.682,168.16 226.062,168.236 226.126,168.248 226.187,168.269 226.254,168.269L235.213,168.269C232.105,171.636 227.67,173.761 222.737,173.761L205.998,173.761C196.61,173.761 188.998,166.149 188.998,156.761L188.998,146.056 188.998,142.19C188.998,138.876 191.685,136.19 194.998,136.19L222.419,136.19C222.971,136.19 223.419,135.742 223.419,135.19 223.419,134.637 222.971,134.19 222.419,134.19L194.998,134.19C190.58,134.19 186.998,137.771 186.998,142.19L186.998,156.761C186.998,161.109 188.474,165.114 190.944,168.317 191.444,168.967 190.959,169.908 190.139,169.908L181.367,169.908C171.979,169.908 164.367,162.297 164.367,152.908 164.367,152.468 164.725,152.111 165.165,152.111L166.777,152.111C167.329,152.111 167.777,151.663 167.777,151.111 167.777,150.558 167.329,150.111 166.777,150.111L159.784,150.111C155.366,150.111 151.784,146.529 151.784,142.111L151.784,131.569zM168.367,108.361C168.367,101.192 174.199,95.361 181.367,95.361L247.367,95.361C254.536,95.361 260.367,101.192 260.367,108.361L260.367,109.09C256.965,105.887 252.398,103.908 247.367,103.908L181.367,103.908C176.337,103.908 171.77,105.887 168.367,109.09L168.367,108.361zM348.869,86.895C345.506,87.948 341.975,87.349 339.193,85.304 338.856,85.057 338.715,84.607 338.85,84.212 339.971,80.946 342.53,78.441 345.892,77.388 349.256,76.337 352.787,76.935 355.569,78.979 355.906,79.226 356.047,79.677 355.911,80.072 354.791,83.338 352.232,85.843 348.869,86.895zM352.621,72.531C353.234,72.93 353.776,73.401 354.242,73.927 354.907,74.678 354.112,75.823 353.159,75.51 350.89,74.764 348.433,74.67 346.023,75.278 345.623,74.475 345.355,73.606 345.245,72.697 345.184,72.189 345.495,71.725 345.985,71.574 348.213,70.891 350.611,71.221 352.621,72.531zM419.615,191.999L369.42,191.999C363.345,191.999 358.42,187.074 358.42,180.999L358.42,175.853C358.883,175.882 359.338,175.896 359.768,175.896 360.953,175.896 361.962,175.803 362.502,175.718 369.532,174.613 373.416,169.362 374.146,164.648 374.244,164.015 374.278,163.422 374.253,162.879 374.188,161.519 374.895,160.251 376.022,159.485 376.383,159.24 376.738,158.984 377.085,158.715 382.541,154.505 384.66,148.922 382.899,143.397 381.598,139.311 378.633,135.663 374.55,133.125 370.53,130.626 366.044,129.73 362.248,130.665L362.206,130.675C360.282,131.153 358.42,129.697 358.42,127.713L358.42,42.886C360.122,45.179 362.559,46.863 365.456,47.629 366.576,47.926 367.704,48.071 368.819,48.071 372.2,48.071 375.449,46.734 377.923,44.236 378.176,43.98 378.278,43.597 378.184,43.249 376.97,38.736 373.548,35.328 369.03,34.133 366.333,33.419 363.587,33.585 361.112,34.54 359.813,35.042 358.42,34.064 358.42,32.671L358.42,30.999C358.42,30.447 357.972,29.999 357.42,29.999 356.867,29.999 356.42,30.447 356.42,30.999L356.42,69.431C356.42,70.804 354.895,71.629 353.745,70.877L353.713,70.856C350.693,68.886 346.973,68.688 343.762,70.326 343.441,70.49 343.224,70.822 343.204,71.18 343.111,72.865 343.443,74.481 344.118,75.934 340.27,77.552 337.476,80.848 336.556,84.995 336.478,85.346 336.596,85.724 336.861,85.969 339.298,88.22 342.378,89.407 345.557,89.407 346.856,89.407 348.172,89.209 349.466,88.804 351.023,88.317 352.429,87.563 353.645,86.594 354.768,85.7 356.42,86.469 356.42,87.904L356.42,166.273C355.368,167.687 354.629,168.683 353.577,170.097 353.036,170.254 352.573,170.521 352.275,170.982 352.021,171.375 351.809,172.053 352.237,173.05 352.599,173.892 353.319,174.497 354.221,174.927 355.584,175.574 356.42,176.985 356.42,178.494L356.42,184.999C356.42,188.865 353.286,191.999 349.42,191.999L326.636,191.999C325.592,191.999 324.733,191.196 324.649,190.155 324.538,188.783 324.316,187.425 323.98,186.09L325.036,186.09C326.027,186.09 326.829,185.287 326.829,184.296L326.829,180.843C326.829,177.602 324.203,174.976 320.963,174.976L320.962,174.976C317.722,174.976 315.096,177.602 315.096,180.843L315.096,184.297C315.096,185.287 315.898,186.09 316.888,186.09L317.945,186.09C317.609,187.424 317.387,188.782 317.276,190.155 317.192,191.196 316.333,191.999 315.289,191.999L304.245,191.999C299.829,191.999 296.249,188.42 296.252,184.003 296.262,171.365 296.274,148.19 296.274,148.19 296.274,142.142 289.996,136.646 279.367,132.29L279.367,131.569C279.367,126.046 274.89,121.569 269.367,121.569L268.951,121.569C267.526,121.569 266.259,120.586 265.981,119.188 265.397,116.257 264.137,113.569 262.367,111.289L262.367,108.361C262.367,100.076 255.652,93.361 247.367,93.361L181.367,93.361C173.083,93.361 166.367,100.076 166.367,108.361L166.367,111.289C165.966,111.807 165.594,112.345 165.246,112.903 165.087,113.157 164.925,113.41 164.778,113.673 163.836,115.357 163.15,117.199 162.761,119.148 162.478,120.561 161.225,121.569 159.784,121.569 154.262,121.569 149.784,126.046 149.784,131.569L149.784,132.322C139.202,136.672 132.955,142.157 132.955,148.19 132.955,148.19 132.968,171.366 132.976,184.005 132.98,188.42 129.401,191.999 124.986,191.999L117.573,191.999C117.247,191.999 116.971,192.166 116.788,192.407 116.661,192.575 116.573,192.773 116.573,192.999 116.573,193.552 117.021,193.999 117.573,193.999L133.299,193.999C136.982,207.321 171.364,217.441 214.615,217.441 257.865,217.441 292.246,207.321 295.929,193.999L318.979,193.999 322.946,193.999 419.615,193.999C420.167,193.999 420.615,193.552 420.615,192.999 420.615,192.447 420.167,191.999 419.615,191.999zM101.184,32.012C103.832,32.157 106.186,33.576 107.56,35.887 108.19,36.945 108.557,38.095 108.661,39.26 108.885,41.777 106.112,43.447 104.003,42.055 103.02,41.406 102.179,40.53 101.545,39.465 100.17,37.155 100.047,34.409 101.184,32.012zM52.675,182.138L51.225,182.138 51.225,179.255C51.225,177.238 52.866,175.596 54.884,175.596 56.901,175.596 58.542,177.238 58.542,179.255L58.542,182.138 57.092,182.138 52.675,182.138zM55.226,191.999L54.54,191.999C54.062,191.999 53.675,191.612 53.675,191.134L53.675,184.138 56.092,184.138 56.092,191.134C56.092,191.612 55.704,191.999 55.226,191.999zM42.209,191.999L41.695,191.999C41.217,191.999 40.829,191.612 40.829,191.134L40.829,174.597 43.074,174.597 43.074,191.134C43.074,191.612 42.687,191.999 42.209,191.999zM37.729,171.427L37.729,165.548C37.729,163.22 39.623,161.326 41.952,161.326 44.28,161.326 46.173,163.22 46.173,165.548L46.173,172.597 38.963,172.597C38.612,172.148 38.198,171.753 37.729,171.427zM37.964,191.999C37.486,191.999 37.098,191.612 37.098,191.134L37.098,180.954 38.829,180.954 38.829,191.134C38.829,191.612 38.442,191.999 37.964,191.999zM32.914,178.954L30.847,178.954 30.847,176.071C30.847,174.054 32.489,172.413 34.506,172.413 36.523,172.413 38.164,174.054 38.164,176.071L38.164,178.954 36.098,178.954 32.914,178.954zM33.914,191.999L35.098,191.999 35.098,180.954 33.914,180.954 33.914,191.999zM79.27,87.983C76.051,86.041 74.113,82.711 74.005,78.99 77.347,77.35 81.198,77.512 84.415,79.453 86.785,80.882 88.46,83.064 89.223,85.599 89.738,87.314 88.588,89.068 86.828,89.392 84.266,89.863 81.602,89.39 79.27,87.983zM111.575,191.999L102.225,191.999 101.881,191.999 101.881,42.927C101.995,43.026 102.106,43.13 102.225,43.223 103.944,44.585 106.08,45.352 108.371,45.352 108.427,45.352 108.483,45.352 108.539,45.351 108.894,45.345 109.219,45.152 109.394,44.843 111.168,41.698 111.125,37.968 109.28,34.865 107.664,32.149 104.962,30.446 101.896,30.086 101.89,30.079 101.887,30.075 101.881,30.069L101.881,20.999C101.881,20.447 101.433,19.999 100.881,19.999 100.329,19.999 99.881,20.447 99.881,20.999L99.881,30.291C99.816,30.355 99.758,30.428 99.711,30.51 97.937,33.654 97.98,37.385 99.826,40.488 99.843,40.516 99.864,40.54 99.881,40.568L99.881,40.999 99.881,187.999C99.881,190.208 98.09,191.999 95.881,191.999 93.672,191.999 91.881,190.208 91.881,187.999L91.881,40.999 91.881,37.676C91.881,37.124 91.433,36.676 90.881,36.676 90.329,36.676 89.881,37.124 89.881,37.676L89.881,82.178C88.818,80.397 87.319,78.869 85.449,77.741 81.445,75.325 76.615,75.238 72.525,77.508 72.214,77.681 72.012,78.016 72.004,78.371 71.903,83.047 74.232,87.28 78.237,89.696 80.308,90.945 82.599,91.571 84.894,91.571L84.946,91.571C87.645,91.559 89.881,93.637 89.881,96.336L89.881,189.999C89.881,191.104 88.986,191.999 87.881,191.999L58.957,191.999C58.479,191.999 58.092,191.612 58.092,191.134L58.092,184.138 59.542,184.138C60.095,184.138 60.542,183.69 60.542,183.138L60.542,179.453C60.542,176.577 58.48,174.011 55.628,173.644 52.177,173.201 49.225,175.89 49.225,179.255L49.225,183.138C49.225,183.69 49.672,184.138 50.225,184.138L51.675,184.138 51.675,191.134C51.675,191.612 51.288,191.999 50.809,191.999L45.94,191.999C45.462,191.999 45.074,191.612 45.074,191.134L45.074,174.597 47.173,174.597C47.726,174.597 48.173,174.149 48.173,173.597L48.173,165.548C48.173,162.981 46.611,160.774 44.388,159.825 43.661,159.514 43.225,158.758 43.225,157.967L43.225,90.908C43.225,90.356 42.777,89.908 42.225,89.908 41.672,89.908 41.225,90.356 41.225,90.908L41.225,157.802C41.225,158.643 40.699,159.399 39.904,159.677 37.476,160.524 35.729,162.835 35.729,165.548L35.729,170.55C34.871,170.36 33.945,170.348 32.978,170.637 30.467,171.387 28.847,173.839 28.847,176.459L28.847,179.954C28.847,180.506 29.295,180.954 29.847,180.954L31.914,180.954 31.914,191.134C31.914,191.612 31.527,191.999 31.049,191.999L9.614,191.999C9.062,191.999 8.614,192.447 8.614,192.999 8.614,193.552 9.062,193.999 9.614,193.999L111.575,193.999C112.127,193.999 112.575,193.552 112.575,192.999 112.575,192.773 112.486,192.575 112.359,192.408 112.177,192.166 111.901,191.999 111.575,191.999z" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M208.101,66.777C209.687,64.929 211.995,63.869 214.43,63.869 216.866,63.869 219.173,64.929 220.759,66.777 223.009,69.398 223.405,73.194 221.744,76.222L215.185,88.183C214.964,88.586 214.583,88.63 214.43,88.63 214.277,88.63 213.896,88.586 213.675,88.183L207.116,76.222C205.455,73.194 205.851,69.398 208.101,66.777zM211.921,89.145C212.432,90.075 213.37,90.63 214.431,90.63 215.491,90.63 216.429,90.074 216.939,89.145L223.498,77.184C225.557,73.429 225.066,68.723 222.277,65.474 220.309,63.183 217.45,61.869 214.43,61.869 211.411,61.869 208.551,63.183 206.583,65.474 203.794,68.724 203.303,73.429 205.362,77.184L211.921,89.145zM177.369,144.552C179.411,144.552 181.454,143.852 182.902,142.452 183.498,141.877 183.514,140.927 182.938,140.331 182.362,139.735 181.412,139.72 180.817,140.295 179.077,141.977 175.661,141.978 173.921,140.295 173.327,139.72 172.376,139.735 171.8,140.331 171.224,140.927 171.241,141.876 171.836,142.452 173.284,143.852 175.326,144.552 177.369,144.552M251.367,144.551C253.408,144.551 255.452,143.851 256.9,142.452 257.495,141.876 257.512,140.926 256.935,140.331 256.358,139.734 255.408,139.719 254.814,140.295 253.074,141.978 249.658,141.977 247.919,140.295 247.324,139.719 246.374,139.734 245.798,140.331 245.221,140.926 245.238,141.876 245.833,142.452 247.281,143.851 249.324,144.551 251.367,144.551M383.861,116.338L384.371,116.338C384.924,116.338 385.371,116.786 385.371,117.338L385.371,117.848C385.371,118.401 385.819,118.848 386.371,118.848 386.924,118.848 387.371,118.401 387.371,117.848L387.371,117.338C387.371,116.786 387.819,116.338 388.371,116.338L388.882,116.338C389.434,116.338 389.882,115.89 389.882,115.338 389.882,114.786 389.434,114.338 388.882,114.338L388.371,114.338C387.819,114.338 387.371,113.89 387.371,113.338L387.371,112.828C387.371,112.276 386.924,111.828 386.371,111.828 385.819,111.828 385.371,112.276 385.371,112.828L385.371,113.338C385.371,113.89 384.924,114.338 384.371,114.338L383.861,114.338C383.309,114.338 382.861,114.786 382.861,115.338 382.861,115.89 383.309,116.338 383.861,116.338M146.175,68.04C147.009,68.04 147.685,68.716 147.685,69.55 147.685,70.103 148.133,70.55 148.685,70.55 149.238,70.55 149.685,70.103 149.685,69.55 149.685,68.716 150.362,68.04 151.195,68.04 151.747,68.04 152.195,67.592 152.195,67.04 152.195,66.488 151.747,66.04 151.195,66.04 150.362,66.04 149.685,65.364 149.685,64.53 149.685,63.978 149.238,63.53 148.685,63.53 148.133,63.53 147.685,63.978 147.685,64.53 147.685,65.364 147.009,66.04 146.175,66.04 145.623,66.04 145.175,66.488 145.175,67.04 145.175,67.592 145.623,68.04 146.175,68.04M170.91,76.464C171.744,76.464 172.42,77.14 172.42,77.974 172.42,78.526 172.868,78.974 173.42,78.974 173.972,78.974 174.42,78.526 174.42,77.974 174.42,77.14 175.096,76.464 175.93,76.464 176.482,76.464 176.93,76.016 176.93,75.464 176.93,74.912 176.482,74.464 175.93,74.464 175.096,74.464 174.42,73.788 174.42,72.954 174.42,72.402 173.972,71.954 173.42,71.954 172.868,71.954 172.42,72.402 172.42,72.954 172.42,73.788 171.744,74.464 170.91,74.464 170.358,74.464 169.91,74.912 169.91,75.464 169.91,76.016 170.358,76.464 170.91,76.464M141.251,93.231C141.507,93.231 141.763,93.133 141.958,92.938L143.141,91.755C143.532,91.364 143.532,90.731 143.141,90.341 142.751,89.95 142.118,89.95 141.727,90.341L140.544,91.524C140.153,91.915 140.153,92.547 140.544,92.938 140.739,93.133 140.995,93.231 141.251,93.231M135.335,99.147C135.591,99.147 135.847,99.049 136.042,98.854L137.226,97.67C137.616,97.28 137.616,96.647 137.226,96.256 136.835,95.866 136.202,95.866 135.812,96.256L134.628,97.44C134.237,97.831 134.237,98.463 134.628,98.854 134.823,99.049 135.079,99.147 135.335,99.147M141.727,98.854C141.922,99.049 142.178,99.147 142.434,99.147 142.69,99.147 142.946,99.049 143.141,98.854 143.532,98.464 143.532,97.831 143.141,97.44L141.958,96.256C141.567,95.866 140.935,95.866 140.544,96.256 140.153,96.646 140.153,97.28 140.544,97.67L141.727,98.854zM135.811,92.938C136.006,93.133 136.262,93.231 136.518,93.231 136.774,93.231 137.03,93.133 137.225,92.938 137.616,92.547 137.616,91.914 137.225,91.524L136.041,90.341C135.651,89.95 135.017,89.95 134.627,90.341 134.237,90.731 134.237,91.365 134.627,91.755L135.811,92.938zM375.614,102.957C374.781,102.957 374.104,102.279 374.104,101.447 374.104,100.614 374.781,99.937 375.614,99.937 376.447,99.937 377.124,100.614 377.124,101.447 377.124,102.279 376.447,102.957 375.614,102.957M375.614,97.937C373.679,97.937 372.104,99.512 372.104,101.447 372.104,103.382 373.679,104.957 375.614,104.957 377.55,104.957 379.124,103.382 379.124,101.447 379.124,99.512 377.55,97.937 375.614,97.937" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_empty_friends_none_pending_light.xml to/res/drawable-anydpi-v24/img_empty_friends_none_pending_light.xml
*** from/res/drawable-anydpi-v24/img_empty_friends_none_pending_light.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/img_empty_friends_none_pending_light.xml 2021-01-11 15:14:01.225592052 -0700
***************
*** 2,13 ****
<vector android:height="200.0dip" android:width="415.0dip" android:viewportWidth="415.0" android:viewportHeight="200.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff6f6f7" android:pathData="M322.922,36.235L322.922,36.238C322.922,52.569 336.161,65.808 352.492,65.808L375.133,65.808C385.657,65.808 394.19,74.34 394.19,84.865C394.19,95.389 385.657,103.922 375.133,103.922L342.725,103.922C330.746,103.922 321.035,113.632 321.035,125.611L321.035,125.615C321.035,137.595 330.746,147.306 342.725,147.306L388.447,147.306C402.585,147.306 414.046,158.766 414.046,172.903C414.046,187.041 402.585,198.502 388.447,198.502L46.655,198.502C25.332,198.502 8.046,181.215 8.046,159.892L8.046,159.883C8.046,138.559 25.332,121.273 46.655,121.273L123.979,121.273C140.547,121.273 153.979,107.841 153.979,91.273L153.979,36.665C153.979,20.096 167.41,6.665 183.979,6.665L293.352,6.665C309.683,6.665 322.922,19.904 322.922,36.235" android:fillAlpha="0.9" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M231.8,112.974L231.8,120.774C231.8,127.037 228.74,132.585 224.052,136.049C223.665,142.918 219.629,148.818 213.84,151.829L202.973,197.503L235.075,197.503L235.075,196.526C235.075,193.071 237.657,190.215 240.991,189.767L253.814,135.87C252.325,135.453 251.223,134.102 251.223,132.487L251.223,114.794C251.223,113.522 251.909,112.415 252.925,111.794C253.388,111.308 254.039,111.002 254.765,111.002L259.731,111.002L262.081,101.123L260.102,101.123C259.572,101.123 259.056,100.959 258.625,100.653L258.157,100.321C258.146,100.313 258.133,100.308 258.121,100.301L244.284,91.453C243.264,90.802 242.655,89.692 242.655,88.486C242.655,87.278 243.264,86.168 244.284,85.516L258.121,76.67C258.132,76.663 258.144,76.658 258.154,76.651L258.272,76.568L245.009,20.823L228.35,90.842C228.222,91.379 227.683,91.713 227.146,91.583L224.106,104.36L224.106,104.8C228.392,105.063 231.8,108.623 231.8,112.974" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M34.099,197.503l12.912,0l-6.456,-27.135z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M95.61,111.185C101.366,105.429 103.197,84.755 103.565,79.683C98.492,80.05 77.818,81.881 72.062,87.637C68.742,90.957 66.968,95.61 67.216,100.298C67.394,103.642 68.414,108.628 70.722,111.18C73.388,114.126 79.905,116.062 83.837,116.062C88.284,116.062 92.465,114.33 95.61,111.185" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M372.529,146.017C375.253,141.577 378.509,137.421 382.284,133.644L383.699,135.058C379.895,138.863 376.622,143.06 373.921,147.557C380.423,153.913 390.879,153.874 397.326,147.428C403.085,141.67 404.914,120.997 405.28,115.925C400.21,116.292 379.534,118.123 373.779,123.88C367.737,129.922 367.324,139.486 372.529,146.017" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M336.491,197.474C336.491,197.47 336.49,197.466 336.49,197.462C336.49,194.689 338.165,192.302 340.556,191.252C339.905,190.979 339.191,190.827 338.441,190.827L335.269,190.827C332.248,190.827 329.791,193.285 329.791,196.306L329.791,197.447L336.491,197.474Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M244.755,191.699L241.902,191.699C239.24,191.699 237.075,193.864 237.075,196.526L237.075,197.553L249.582,197.503L249.582,196.526C249.582,193.864 247.417,191.699 244.755,191.699" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M351.466,192.68L343.272,192.68C340.635,192.68 338.49,194.826 338.49,197.462L356.207,197.503C356.23,197.503 356.248,197.485 356.248,197.462C356.248,194.826 354.103,192.68 351.466,192.68" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M121.398,185.525L121.398,195.21C121.398,196.865 122.744,198.21 124.398,198.21L126.978,198.21C128.632,198.21 129.978,196.865 129.978,195.21L129.978,185.525L121.398,185.525Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M140.415,153.974C129.922,153.974 121.415,145.468 121.415,134.974L121.415,133.584C118.4,133.269 115.779,131.608 114.166,129.215L106.176,129.215C96.991,129.215 89.544,136.662 89.544,145.847L89.544,195.21C89.544,196.867 90.887,198.21 92.544,198.21L95.123,198.21C96.781,198.21 98.123,196.867 98.123,195.21L98.123,186.524C98.123,184.867 99.467,183.524 101.123,183.524L146.609,183.524C145.352,182.277 144.57,180.553 144.57,178.647L144.57,164.541C144.57,163.989 145.018,163.541 145.57,163.541L145.57,153.974L140.415,153.974Z" android:fillType="evenOdd" />
--- 2,13 ----
<vector android:height="200.0dip" android:width="415.0dip" android:viewportWidth="415.0" android:viewportHeight="200.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff6f6f7" android:pathData="M322.922,36.235L322.922,36.238C322.922,52.569 336.161,65.808 352.492,65.808L375.133,65.808C385.657,65.808 394.19,74.34 394.19,84.865C394.19,95.389 385.657,103.922 375.133,103.922L342.725,103.922C330.746,103.922 321.035,113.632 321.035,125.611L321.035,125.615C321.035,137.595 330.746,147.306 342.725,147.306L388.447,147.306C402.585,147.306 414.046,158.766 414.046,172.903C414.046,187.041 402.585,198.502 388.447,198.502L46.655,198.502C25.332,198.502 8.046,181.215 8.046,159.892L8.046,159.883C8.046,138.559 25.332,121.273 46.655,121.273L123.979,121.273C140.547,121.273 153.979,107.841 153.979,91.273L153.979,36.665C153.979,20.096 167.41,6.665 183.979,6.665L293.352,6.665C309.683,6.665 322.922,19.904 322.922,36.235" android:fillAlpha="0.9" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M231.8,112.974L231.8,120.774C231.8,127.037 228.74,132.585 224.052,136.049C223.665,142.918 219.629,148.818 213.84,151.829L202.973,197.503L235.075,197.503L235.075,196.526C235.075,193.071 237.657,190.215 240.991,189.767L253.814,135.87C252.325,135.453 251.223,134.102 251.223,132.487L251.223,114.794C251.223,113.522 251.909,112.415 252.925,111.794C253.388,111.308 254.039,111.002 254.765,111.002L259.731,111.002L262.081,101.123L260.102,101.123C259.572,101.123 259.056,100.959 258.625,100.653L258.157,100.321C258.146,100.313 258.133,100.308 258.121,100.301L244.284,91.453C243.264,90.802 242.655,89.692 242.655,88.486C242.655,87.278 243.264,86.168 244.284,85.516L258.121,76.67C258.132,76.663 258.144,76.658 258.154,76.651L258.272,76.568L245.009,20.823L228.35,90.842C228.222,91.379 227.683,91.713 227.146,91.583L224.106,104.36L224.106,104.8C228.392,105.063 231.8,108.623 231.8,112.974" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M34.099,197.503l12.912,0l-6.456,-27.135z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M95.61,111.185C101.366,105.429 103.197,84.755 103.565,79.683C98.492,80.05 77.818,81.881 72.062,87.637C68.742,90.957 66.968,95.61 67.216,100.298C67.394,103.642 68.414,108.628 70.722,111.18C73.388,114.126 79.905,116.062 83.837,116.062C88.284,116.062 92.465,114.33 95.61,111.185" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M372.529,146.017C375.253,141.577 378.509,137.421 382.284,133.644L383.699,135.058C379.895,138.863 376.622,143.06 373.921,147.557C380.423,153.913 390.879,153.874 397.326,147.428C403.085,141.67 404.914,120.997 405.28,115.925C400.21,116.292 379.534,118.123 373.779,123.88C367.737,129.922 367.324,139.486 372.529,146.017" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M336.491,197.474C336.491,197.47 336.49,197.466 336.49,197.462C336.49,194.689 338.165,192.302 340.556,191.252C339.905,190.979 339.191,190.827 338.441,190.827L335.269,190.827C332.248,190.827 329.791,193.285 329.791,196.306L329.791,197.447L336.491,197.474Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M244.755,191.699L241.902,191.699C239.24,191.699 237.075,193.864 237.075,196.526L237.075,197.553L249.582,197.503L249.582,196.526C249.582,193.864 247.417,191.699 244.755,191.699" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M351.466,192.68L343.272,192.68C340.635,192.68 338.49,194.826 338.49,197.462L356.207,197.503C356.23,197.503 356.248,197.485 356.248,197.462C356.248,194.826 354.103,192.68 351.466,192.68" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M121.398,185.525L121.398,195.21C121.398,196.865 122.744,198.21 124.398,198.21L126.978,198.21C128.632,198.21 129.978,196.865 129.978,195.21L129.978,185.525L121.398,185.525Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M140.415,153.974C129.922,153.974 121.415,145.468 121.415,134.974L121.415,133.584C118.4,133.269 115.779,131.608 114.166,129.215L106.176,129.215C96.991,129.215 89.544,136.662 89.544,145.847L89.544,195.21C89.544,196.867 90.887,198.21 92.544,198.21L95.123,198.21C96.781,198.21 98.123,196.867 98.123,195.21L98.123,186.524C98.123,184.867 99.467,183.524 101.123,183.524L146.609,183.524C145.352,182.277 144.57,180.553 144.57,178.647L144.57,164.541C144.57,163.989 145.018,163.541 145.57,163.541L145.57,153.974L140.415,153.974Z" android:fillType="evenOdd" />
***************
*** 16,31 ****
<path android:fillColor="#fff6f6f7" android:pathData="M184,120.774L184,112.974C184,110.339 185.439,108.029 187.566,106.774L182.8,106.774C179.381,106.774 176.6,109.555 176.6,112.974L176.6,120.774C176.6,130.148 184.226,137.774 193.6,137.774L196.153,137.774C189.104,135.331 184,128.627 184,120.774" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M122.464,131.641L137.064,131.641C137.616,131.641 138.064,132.089 138.064,132.641C138.064,133.193 137.616,133.641 137.064,133.641L132.415,133.641L132.415,134.974C132.415,142.828 137.52,149.531 144.569,151.974L205.107,151.974C213.64,151.974 220.705,145.648 221.906,137.443C219.201,138.927 216.098,139.774 212.8,139.774L193.6,139.774C183.124,139.774 174.6,131.251 174.6,120.774L174.6,112.974C174.6,108.453 178.279,104.774 182.8,104.774L193.6,104.774C194.152,104.774 194.6,105.222 194.6,105.774L204.154,105.774C204.154,105.222 204.602,104.774 205.154,104.774L222.107,104.774L222.107,101.175C222.107,92.027 214.839,84.564 205.777,84.208C205.681,85.888 205.211,87.478 204.368,88.93C204.09,89.409 203.478,89.571 203.001,89.293C202.985,89.283 202.975,89.266 202.959,89.255C202.514,89.876 202.005,90.456 201.434,90.991C201.443,91.001 201.455,91.005 201.463,91.016C201.81,91.445 201.742,92.075 201.312,92.421C199.392,93.97 196.907,95.188 194.128,95.945C192.051,96.511 189.897,96.801 187.811,96.801C187.253,96.801 186.7,96.78 186.155,96.738C176.405,95.992 167.568,92.473 160.602,86.562C160.106,86.141 159.599,85.672 159.335,84.975C159.234,84.709 159.195,84.441 159.183,84.175L144.568,84.175C138.106,86.415 133.281,92.234 132.524,99.241L137.064,99.241C137.616,99.241 138.064,99.689 138.064,100.241C138.064,100.793 137.616,101.241 137.064,101.241L122.464,101.241C118.053,101.241 114.464,104.83 114.464,109.241L114.464,123.641C114.464,128.052 118.053,131.641 122.464,131.641" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M121.464,110.241L121.464,122.641C121.464,125.402 123.702,127.641 126.464,127.641L133.064,127.641C134.168,127.641 135.064,126.745 135.064,125.641L135.064,107.241C135.064,106.137 134.168,105.241 133.064,105.241L126.464,105.241C123.702,105.241 121.464,107.479 121.464,110.241" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M200.031,124.648L205.908,124.648C207.525,124.648 208.847,125.971 208.847,127.588C208.847,129.204 207.525,130.525 205.908,130.525L200.031,130.525C198.415,130.525 197.093,129.204 197.093,127.588C197.093,125.971 198.415,124.648 200.031,124.648M216.455,124.648L219.982,124.648C221.598,124.648 222.92,125.971 222.92,127.588C222.92,129.204 221.598,130.525 219.982,130.525L216.455,130.525C214.839,130.525 213.516,129.204 213.516,127.588C213.516,125.971 214.839,124.648 216.455,124.648M193.599,106.773L187.566,106.773C185.439,108.029 184,110.339 184,112.975L184,120.773C184,128.628 189.104,135.331 196.153,137.773L212.8,137.773C222.174,137.773 229.8,130.148 229.8,120.773L229.8,112.975C229.8,109.555 227.018,106.773 223.599,106.773L205.154,106.773C204.601,106.773 204.154,106.326 204.154,105.773L194.599,105.773C194.599,106.326 194.152,106.773 193.599,106.773" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M200.031,130.526L205.908,130.526C207.525,130.526 208.847,129.204 208.847,127.588 208.847,125.971 207.525,124.649 205.908,124.649L200.031,124.649C198.415,124.649 197.093,125.971 197.093,127.588 197.093,129.204 198.415,130.526 200.031,130.526M216.455,130.526L219.982,130.526C221.598,130.526 222.92,129.204 222.92,127.588 222.92,125.971 221.598,124.649 219.982,124.649L216.455,124.649C214.839,124.649 213.517,125.971 213.517,127.588 213.517,129.204 214.839,130.526 216.455,130.526" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M156.552,51.754C157.094,51.859 157.449,52.382 157.345,52.924C157.254,53.403 156.835,53.736 156.365,53.736C156.303,53.736 156.24,53.731 156.178,53.719C155.861,53.659 149.912,52.45 145.519,47.367C145.007,48.659 144.989,49.826 145.47,50.934C146.182,52.57 148.071,54.081 150.652,55.08C155.045,56.779 159.655,57.049 163.633,55.838C162.816,55.077 161.9,53.966 161.509,53.492L161.389,53.347C160.661,52.474 160.013,51.571 159.387,50.697C157.916,48.643 156.525,46.703 154.295,45.431C152.971,44.676 151.506,44.279 150.167,44.279C149.507,44.279 148.878,44.375 148.312,44.573C147.67,44.797 147.115,45.141 146.652,45.6C150.658,50.556 156.48,51.74 156.552,51.754" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M214.48,19.923C215.737,20.761 217.105,20.895 218.657,20.331C216.414,18.266 214.986,15.913 214.1,13.984C213.869,13.482 214.089,12.888 214.591,12.657C215.092,12.426 215.686,12.646 215.917,13.149C216.772,15.008 218.204,17.298 220.471,19.238C220.938,18.79 221.297,18.251 221.538,17.62C222.187,15.924 221.925,13.623 220.857,11.614C219.651,9.346 217.752,7.9 215.742,6.367C214.888,5.716 214.004,5.043 213.153,4.289L213.009,4.163C212.547,3.758 211.464,2.81 210.643,1.986C209.401,5.913 209.534,10.529 211.105,14.971C211.285,15.481 211.023,16.033 210.525,16.23C211.16,17.727 212.036,19.131 213.153,20.14C213.474,19.739 214.044,19.632 214.48,19.923" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M64.214,159.525C67.356,160.348 70.733,159.12 72.61,156.465L80.074,145.919C80.309,145.585 80.196,145.264 80.137,145.143C80.077,145.02 79.895,144.734 79.488,144.714L79.487,144.714L66.58,144.092C66.456,144.085 66.331,144.083 66.207,144.083C63.102,144.083 60.237,145.949 58.997,148.818C58.088,150.921 58.142,153.309 59.146,155.37C60.15,157.43 61.997,158.945 64.214,159.525" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M202.959,89.255C202.52,88.965 202.371,88.386 202.638,87.926 204.03,85.528 204.177,82.754 203.074,79.68 203.022,79.533 202.953,79.395 202.894,79.252 198.356,82.243 193.084,84.28 187.4,85.163 187.349,85.171 187.297,85.174 187.246,85.174 186.761,85.174 186.335,84.822 186.259,84.328 186.174,83.782 186.548,83.271 187.094,83.186 192.56,82.338 197.622,80.369 201.958,77.476 200.779,75.693 199.051,74.249 196.909,73.312 193.473,71.809 189.427,71.758 186.087,73.177 184.293,73.939 182.646,74.949 180.901,76.018 179.997,76.573 179.062,77.147 178.112,77.676 174.955,79.437 171.565,80.76 168.038,81.61 166.83,81.902 165.595,82.138 164.368,82.314L164.161,82.343C163.309,82.463 162.504,82.577 161.894,82.953 161.429,83.239 161.041,83.835 161.204,84.265 161.3,84.517 161.585,84.774 161.895,85.036 168.539,90.673 176.98,94.029 186.307,94.744 188.666,94.925 191.188,94.673 193.602,94.015 196.117,93.33 198.35,92.241 200.057,90.864 200.476,90.525 201.083,90.588 201.434,90.991 202.005,90.456 202.514,89.876 202.959,89.255M252.683,92.602C252.683,90.876 251.271,89.471 249.536,89.471L245.025,89.471C245.121,89.582 245.23,89.685 245.361,89.769L252.244,94.17C252.516,93.707 252.683,93.176 252.683,92.602" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M254.318,92.602C254.318,89.979 252.173,87.845 249.536,87.845L244.803,87.845C244.712,88.042 244.656,88.256 244.656,88.486C244.656,88.86 244.79,89.201 245.025,89.471L249.536,89.471C251.271,89.471 252.684,90.876 252.684,92.602C252.684,93.176 252.516,93.707 252.245,94.17L253.617,95.047C254.053,94.331 254.318,93.499 254.318,92.602" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M304.302,197.503l-1.907,0l-4.567,0l-1.906,0l-4.528,0l-1.907,0l-4.192,0l1.75,0l23.981,0l-3.064,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M308.234,163.678L308.234,186.392C308.234,188.315 309.383,189.966 311.026,190.719L311.026,186.713C310.628,186.253 310.379,185.661 310.379,185.007L310.379,165.128C310.379,164.474 310.628,163.883 311.026,163.423L311.026,159.352C309.383,160.105 308.234,161.755 308.234,163.678M288.429,65.086L288.429,75.847 286.522,75.847 286.522,64.482C286.079,64.309 285.66,64.128 285.295,63.928L285.295,75.847 283.273,75.847C283.296,75.933 283.316,76.021 283.316,76.111L290.281,76.111 290.281,67.619C290.281,67.092 290.707,66.666 291.234,66.666 291.761,66.666 292.187,67.092 292.187,67.619L292.187,76.111 294.492,76.111 294.492,66.013C292.307,65.853 290.211,65.547 288.429,65.086" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M303.348,151.39C302.821,151.39 302.395,150.964 302.395,150.437L302.395,138.059C302.395,137.532 302.821,137.106 303.348,137.106C303.875,137.106 304.302,137.532 304.302,138.059L304.302,150.437C304.302,150.964 303.875,151.39 303.348,151.39ZM296.874,165.676C296.348,165.676 295.921,165.249 295.921,164.723L295.921,138.059C295.921,137.532 296.348,137.106 296.874,137.106C297.401,137.106 297.828,137.532 297.828,138.059L297.828,164.723C297.828,165.249 297.401,165.676 296.874,165.676ZM301.729,137.519C301.462,137.519 301.463,137.106 301.729,137.106C301.995,137.106 301.995,137.519 301.729,137.519ZM308.234,144.248C308.234,144.775 307.807,145.201 307.28,145.201C306.753,145.201 306.327,144.775 306.327,144.248L306.327,138.059C306.327,137.532 306.753,137.106 307.28,137.106C307.807,137.106 308.234,137.532 308.234,138.059L308.234,144.248ZM285.295,136.015L285.295,197.503L289.487,197.503L289.487,145.155C289.487,144.628 289.913,144.202 290.44,144.202C290.967,144.202 291.393,144.628 291.393,145.155L291.393,197.503L295.921,197.503L295.921,171.667C295.921,171.14 296.348,170.714 296.874,170.714C297.401,170.714 297.828,171.14 297.828,171.667L297.828,197.503L302.395,197.503L302.395,181.833C302.395,181.306 302.821,180.88 303.348,180.88C303.875,180.88 304.302,181.306 304.302,181.833L304.302,197.503L307.962,197.503C308.768,196.572 309.823,195.863 311.026,195.49L311.026,192.766C308.307,191.923 306.327,189.385 306.327,186.392L306.327,163.678C306.327,160.686 308.307,158.147 311.026,157.304L311.026,154.5C307.176,155.398 304.302,158.846 304.302,162.957L304.302,176.028C304.302,176.555 303.875,176.981 303.348,176.981C302.821,176.981 302.395,176.555 302.395,176.028L302.395,162.957C302.395,157.787 306.119,153.475 311.026,152.549L311.026,145.921C310.502,144.833 310.2,143.619 310.2,142.332L310.2,138.059C310.2,137.577 310.562,137.196 311.026,137.132L311.026,136.015L285.295,136.015Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M300.829,111.002l1.907,0l0,-9.878l-1.907,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M308.602,101.124L306.695,101.124C306.982,104.727 308.265,108.12 310.4,111.002L311.026,111.002 311.026,108.521C309.672,106.28 308.835,103.768 308.602,101.124M306.62,71.432L306.62,75.847 308.526,75.847 308.526,71.432 308.526,64.916C308,65.068 307.443,65.212 306.825,65.342 306.755,65.356 306.688,65.343 306.62,65.343L306.62,71.432zM286.46,104.63C285.933,104.63 285.507,105.056 285.507,105.584 285.507,106.11 285.933,106.537 286.46,106.537 287.861,106.537 289.002,107.676 289.002,109.078L289.002,111.002 290.908,111.002 290.908,109.078C290.908,106.626 288.913,104.63 286.46,104.63M293.133,105.107L293.133,109.239C293.133,109.766 293.559,110.191 294.086,110.191 294.612,110.191 295.039,109.766 295.039,109.239L295.039,105.107C295.039,103.484 294.439,102.003 293.453,100.859L290.487,100.859C290.453,100.873 290.418,100.884 290.383,100.897 291.999,101.614 293.133,103.229 293.133,105.107M286.251,101.124L285.295,101.124 285.295,101.829C285.578,101.55 285.905,101.323 286.251,101.124M294.546,75.847L296.399,75.847 296.399,66.115C295.76,66.093 295.123,66.059 294.492,66.013L294.492,76.111 294.57,76.111C294.554,76.048 294.531,75.988 294.531,75.92 294.531,75.894 294.544,75.872 294.546,75.847M292.187,67.619C292.187,67.092 291.761,66.666 291.234,66.666 290.707,66.666 290.281,67.092 290.281,67.619L290.281,76.111 292.187,76.111 292.187,67.619zM286.522,75.847L288.429,75.847 288.429,65.086C287.739,64.909 287.102,64.706 286.522,64.482L286.522,75.847z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M300.829,74.08C300.829,74.607 301.255,75.034 301.782,75.034 302.309,75.034 302.736,74.607 302.736,74.08L302.736,64.724 305.64,64.455C305.595,63.956 305.912,63.491 306.413,63.385 309.933,62.645 311.026,61.647 311.026,61.367 311.026,60.56 306.517,58.586 298.16,58.586 289.803,58.586 285.295,60.56 285.295,61.367 285.295,62.174 289.803,64.149 298.16,64.149 298.68,64.149 299.094,64.55 299.142,65.058L300.829,64.901 300.829,74.08zM291.394,145.155C291.394,144.628 290.968,144.202 290.441,144.202 289.914,144.202 289.487,144.628 289.487,145.155L289.487,197.503 291.394,197.503 291.394,145.155zM297.828,171.668C297.828,171.141 297.401,170.714 296.874,170.714 296.348,170.714 295.921,171.141 295.921,171.668L295.921,197.503 297.828,197.503 297.828,171.668zM297.828,138.06C297.828,137.533 297.401,137.106 296.874,137.106 296.348,137.106 295.921,137.533 295.921,138.06L295.921,164.723C295.921,165.25 296.348,165.676 296.874,165.676 297.401,165.676 297.828,165.25 297.828,164.723L297.828,138.06zM302.395,162.958L302.395,176.028C302.395,176.555 302.821,176.981 303.348,176.981 303.875,176.981 304.302,176.555 304.302,176.028L304.302,162.958C304.302,158.846 307.176,155.399 311.026,154.5L311.026,152.549C306.12,153.476 302.395,157.788 302.395,162.958M304.302,181.833C304.302,181.306 303.875,180.88 303.348,180.88 302.822,180.88 302.395,181.306 302.395,181.833L302.395,197.503 304.302,197.503 304.302,181.833z" android:fillType="evenOdd" />
--- 16,31 ----
<path android:fillColor="#fff6f6f7" android:pathData="M184,120.774L184,112.974C184,110.339 185.439,108.029 187.566,106.774L182.8,106.774C179.381,106.774 176.6,109.555 176.6,112.974L176.6,120.774C176.6,130.148 184.226,137.774 193.6,137.774L196.153,137.774C189.104,135.331 184,128.627 184,120.774" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M122.464,131.641L137.064,131.641C137.616,131.641 138.064,132.089 138.064,132.641C138.064,133.193 137.616,133.641 137.064,133.641L132.415,133.641L132.415,134.974C132.415,142.828 137.52,149.531 144.569,151.974L205.107,151.974C213.64,151.974 220.705,145.648 221.906,137.443C219.201,138.927 216.098,139.774 212.8,139.774L193.6,139.774C183.124,139.774 174.6,131.251 174.6,120.774L174.6,112.974C174.6,108.453 178.279,104.774 182.8,104.774L193.6,104.774C194.152,104.774 194.6,105.222 194.6,105.774L204.154,105.774C204.154,105.222 204.602,104.774 205.154,104.774L222.107,104.774L222.107,101.175C222.107,92.027 214.839,84.564 205.777,84.208C205.681,85.888 205.211,87.478 204.368,88.93C204.09,89.409 203.478,89.571 203.001,89.293C202.985,89.283 202.975,89.266 202.959,89.255C202.514,89.876 202.005,90.456 201.434,90.991C201.443,91.001 201.455,91.005 201.463,91.016C201.81,91.445 201.742,92.075 201.312,92.421C199.392,93.97 196.907,95.188 194.128,95.945C192.051,96.511 189.897,96.801 187.811,96.801C187.253,96.801 186.7,96.78 186.155,96.738C176.405,95.992 167.568,92.473 160.602,86.562C160.106,86.141 159.599,85.672 159.335,84.975C159.234,84.709 159.195,84.441 159.183,84.175L144.568,84.175C138.106,86.415 133.281,92.234 132.524,99.241L137.064,99.241C137.616,99.241 138.064,99.689 138.064,100.241C138.064,100.793 137.616,101.241 137.064,101.241L122.464,101.241C118.053,101.241 114.464,104.83 114.464,109.241L114.464,123.641C114.464,128.052 118.053,131.641 122.464,131.641" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M121.464,110.241L121.464,122.641C121.464,125.402 123.702,127.641 126.464,127.641L133.064,127.641C134.168,127.641 135.064,126.745 135.064,125.641L135.064,107.241C135.064,106.137 134.168,105.241 133.064,105.241L126.464,105.241C123.702,105.241 121.464,107.479 121.464,110.241" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M200.031,124.648L205.908,124.648C207.525,124.648 208.847,125.971 208.847,127.588C208.847,129.204 207.525,130.525 205.908,130.525L200.031,130.525C198.415,130.525 197.093,129.204 197.093,127.588C197.093,125.971 198.415,124.648 200.031,124.648M216.455,124.648L219.982,124.648C221.598,124.648 222.92,125.971 222.92,127.588C222.92,129.204 221.598,130.525 219.982,130.525L216.455,130.525C214.839,130.525 213.516,129.204 213.516,127.588C213.516,125.971 214.839,124.648 216.455,124.648M193.599,106.773L187.566,106.773C185.439,108.029 184,110.339 184,112.975L184,120.773C184,128.628 189.104,135.331 196.153,137.773L212.8,137.773C222.174,137.773 229.8,130.148 229.8,120.773L229.8,112.975C229.8,109.555 227.018,106.773 223.599,106.773L205.154,106.773C204.601,106.773 204.154,106.326 204.154,105.773L194.599,105.773C194.599,106.326 194.152,106.773 193.599,106.773" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M200.031,130.526L205.908,130.526C207.525,130.526 208.847,129.204 208.847,127.588 208.847,125.971 207.525,124.649 205.908,124.649L200.031,124.649C198.415,124.649 197.093,125.971 197.093,127.588 197.093,129.204 198.415,130.526 200.031,130.526M216.455,130.526L219.982,130.526C221.598,130.526 222.92,129.204 222.92,127.588 222.92,125.971 221.598,124.649 219.982,124.649L216.455,124.649C214.839,124.649 213.517,125.971 213.517,127.588 213.517,129.204 214.839,130.526 216.455,130.526" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M156.552,51.754C157.094,51.859 157.449,52.382 157.345,52.924C157.254,53.403 156.835,53.736 156.365,53.736C156.303,53.736 156.24,53.731 156.178,53.719C155.861,53.659 149.912,52.45 145.519,47.367C145.007,48.659 144.989,49.826 145.47,50.934C146.182,52.57 148.071,54.081 150.652,55.08C155.045,56.779 159.655,57.049 163.633,55.838C162.816,55.077 161.9,53.966 161.509,53.492L161.389,53.347C160.661,52.474 160.013,51.571 159.387,50.697C157.916,48.643 156.525,46.703 154.295,45.431C152.971,44.676 151.506,44.279 150.167,44.279C149.507,44.279 148.878,44.375 148.312,44.573C147.67,44.797 147.115,45.141 146.652,45.6C150.658,50.556 156.48,51.74 156.552,51.754" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M214.48,19.923C215.737,20.761 217.105,20.895 218.657,20.331C216.414,18.266 214.986,15.913 214.1,13.984C213.869,13.482 214.089,12.888 214.591,12.657C215.092,12.426 215.686,12.646 215.917,13.149C216.772,15.008 218.204,17.298 220.471,19.238C220.938,18.79 221.297,18.251 221.538,17.62C222.187,15.924 221.925,13.623 220.857,11.614C219.651,9.346 217.752,7.9 215.742,6.367C214.888,5.716 214.004,5.043 213.153,4.289L213.009,4.163C212.547,3.758 211.464,2.81 210.643,1.986C209.401,5.913 209.534,10.529 211.105,14.971C211.285,15.481 211.023,16.033 210.525,16.23C211.16,17.727 212.036,19.131 213.153,20.14C213.474,19.739 214.044,19.632 214.48,19.923" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M64.214,159.525C67.356,160.348 70.733,159.12 72.61,156.465L80.074,145.919C80.309,145.585 80.196,145.264 80.137,145.143C80.077,145.02 79.895,144.734 79.488,144.714L79.487,144.714L66.58,144.092C66.456,144.085 66.331,144.083 66.207,144.083C63.102,144.083 60.237,145.949 58.997,148.818C58.088,150.921 58.142,153.309 59.146,155.37C60.15,157.43 61.997,158.945 64.214,159.525" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M202.959,89.255C202.52,88.965 202.371,88.386 202.638,87.926 204.03,85.528 204.177,82.754 203.074,79.68 203.022,79.533 202.953,79.395 202.894,79.252 198.356,82.243 193.084,84.28 187.4,85.163 187.349,85.171 187.297,85.174 187.246,85.174 186.761,85.174 186.335,84.822 186.259,84.328 186.174,83.782 186.548,83.271 187.094,83.186 192.56,82.338 197.622,80.369 201.958,77.476 200.779,75.693 199.051,74.249 196.909,73.312 193.473,71.809 189.427,71.758 186.087,73.177 184.293,73.939 182.646,74.949 180.901,76.018 179.997,76.573 179.062,77.147 178.112,77.676 174.955,79.437 171.565,80.76 168.038,81.61 166.83,81.902 165.595,82.138 164.368,82.314L164.161,82.343C163.309,82.463 162.504,82.577 161.894,82.953 161.429,83.239 161.041,83.835 161.204,84.265 161.3,84.517 161.585,84.774 161.895,85.036 168.539,90.673 176.98,94.029 186.307,94.744 188.666,94.925 191.188,94.673 193.602,94.015 196.117,93.33 198.35,92.241 200.057,90.864 200.476,90.525 201.083,90.588 201.434,90.991 202.005,90.456 202.514,89.876 202.959,89.255M252.683,92.602C252.683,90.876 251.271,89.471 249.536,89.471L245.025,89.471C245.121,89.582 245.23,89.685 245.361,89.769L252.244,94.17C252.516,93.707 252.683,93.176 252.683,92.602" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M254.318,92.602C254.318,89.979 252.173,87.845 249.536,87.845L244.803,87.845C244.712,88.042 244.656,88.256 244.656,88.486C244.656,88.86 244.79,89.201 245.025,89.471L249.536,89.471C251.271,89.471 252.684,90.876 252.684,92.602C252.684,93.176 252.516,93.707 252.245,94.17L253.617,95.047C254.053,94.331 254.318,93.499 254.318,92.602" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M304.302,197.503l-1.907,0l-4.567,0l-1.906,0l-4.528,0l-1.907,0l-4.192,0l1.75,0l23.981,0l-3.064,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M308.234,163.678L308.234,186.392C308.234,188.315 309.383,189.966 311.026,190.719L311.026,186.713C310.628,186.253 310.379,185.661 310.379,185.007L310.379,165.128C310.379,164.474 310.628,163.883 311.026,163.423L311.026,159.352C309.383,160.105 308.234,161.755 308.234,163.678M288.429,65.086L288.429,75.847 286.522,75.847 286.522,64.482C286.079,64.309 285.66,64.128 285.295,63.928L285.295,75.847 283.273,75.847C283.296,75.933 283.316,76.021 283.316,76.111L290.281,76.111 290.281,67.619C290.281,67.092 290.707,66.666 291.234,66.666 291.761,66.666 292.187,67.092 292.187,67.619L292.187,76.111 294.492,76.111 294.492,66.013C292.307,65.853 290.211,65.547 288.429,65.086" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M303.348,151.39C302.821,151.39 302.395,150.964 302.395,150.437L302.395,138.059C302.395,137.532 302.821,137.106 303.348,137.106C303.875,137.106 304.302,137.532 304.302,138.059L304.302,150.437C304.302,150.964 303.875,151.39 303.348,151.39ZM296.874,165.676C296.348,165.676 295.921,165.249 295.921,164.723L295.921,138.059C295.921,137.532 296.348,137.106 296.874,137.106C297.401,137.106 297.828,137.532 297.828,138.059L297.828,164.723C297.828,165.249 297.401,165.676 296.874,165.676ZM301.729,137.519C301.462,137.519 301.463,137.106 301.729,137.106C301.995,137.106 301.995,137.519 301.729,137.519ZM308.234,144.248C308.234,144.775 307.807,145.201 307.28,145.201C306.753,145.201 306.327,144.775 306.327,144.248L306.327,138.059C306.327,137.532 306.753,137.106 307.28,137.106C307.807,137.106 308.234,137.532 308.234,138.059L308.234,144.248ZM285.295,136.015L285.295,197.503L289.487,197.503L289.487,145.155C289.487,144.628 289.913,144.202 290.44,144.202C290.967,144.202 291.393,144.628 291.393,145.155L291.393,197.503L295.921,197.503L295.921,171.667C295.921,171.14 296.348,170.714 296.874,170.714C297.401,170.714 297.828,171.14 297.828,171.667L297.828,197.503L302.395,197.503L302.395,181.833C302.395,181.306 302.821,180.88 303.348,180.88C303.875,180.88 304.302,181.306 304.302,181.833L304.302,197.503L307.962,197.503C308.768,196.572 309.823,195.863 311.026,195.49L311.026,192.766C308.307,191.923 306.327,189.385 306.327,186.392L306.327,163.678C306.327,160.686 308.307,158.147 311.026,157.304L311.026,154.5C307.176,155.398 304.302,158.846 304.302,162.957L304.302,176.028C304.302,176.555 303.875,176.981 303.348,176.981C302.821,176.981 302.395,176.555 302.395,176.028L302.395,162.957C302.395,157.787 306.119,153.475 311.026,152.549L311.026,145.921C310.502,144.833 310.2,143.619 310.2,142.332L310.2,138.059C310.2,137.577 310.562,137.196 311.026,137.132L311.026,136.015L285.295,136.015Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M300.829,111.002l1.907,0l0,-9.878l-1.907,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M308.602,101.124L306.695,101.124C306.982,104.727 308.265,108.12 310.4,111.002L311.026,111.002 311.026,108.521C309.672,106.28 308.835,103.768 308.602,101.124M306.62,71.432L306.62,75.847 308.526,75.847 308.526,71.432 308.526,64.916C308,65.068 307.443,65.212 306.825,65.342 306.755,65.356 306.688,65.343 306.62,65.343L306.62,71.432zM286.46,104.63C285.933,104.63 285.507,105.056 285.507,105.584 285.507,106.11 285.933,106.537 286.46,106.537 287.861,106.537 289.002,107.676 289.002,109.078L289.002,111.002 290.908,111.002 290.908,109.078C290.908,106.626 288.913,104.63 286.46,104.63M293.133,105.107L293.133,109.239C293.133,109.766 293.559,110.191 294.086,110.191 294.612,110.191 295.039,109.766 295.039,109.239L295.039,105.107C295.039,103.484 294.439,102.003 293.453,100.859L290.487,100.859C290.453,100.873 290.418,100.884 290.383,100.897 291.999,101.614 293.133,103.229 293.133,105.107M286.251,101.124L285.295,101.124 285.295,101.829C285.578,101.55 285.905,101.323 286.251,101.124M294.546,75.847L296.399,75.847 296.399,66.115C295.76,66.093 295.123,66.059 294.492,66.013L294.492,76.111 294.57,76.111C294.554,76.048 294.531,75.988 294.531,75.92 294.531,75.894 294.544,75.872 294.546,75.847M292.187,67.619C292.187,67.092 291.761,66.666 291.234,66.666 290.707,66.666 290.281,67.092 290.281,67.619L290.281,76.111 292.187,76.111 292.187,67.619zM286.522,75.847L288.429,75.847 288.429,65.086C287.739,64.909 287.102,64.706 286.522,64.482L286.522,75.847z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M300.829,74.08C300.829,74.607 301.255,75.034 301.782,75.034 302.309,75.034 302.736,74.607 302.736,74.08L302.736,64.724 305.64,64.455C305.595,63.956 305.912,63.491 306.413,63.385 309.933,62.645 311.026,61.647 311.026,61.367 311.026,60.56 306.517,58.586 298.16,58.586 289.803,58.586 285.295,60.56 285.295,61.367 285.295,62.174 289.803,64.149 298.16,64.149 298.68,64.149 299.094,64.55 299.142,65.058L300.829,64.901 300.829,74.08zM291.394,145.155C291.394,144.628 290.968,144.202 290.441,144.202 289.914,144.202 289.487,144.628 289.487,145.155L289.487,197.503 291.394,197.503 291.394,145.155zM297.828,171.668C297.828,171.141 297.401,170.714 296.874,170.714 296.348,170.714 295.921,171.141 295.921,171.668L295.921,197.503 297.828,197.503 297.828,171.668zM297.828,138.06C297.828,137.533 297.401,137.106 296.874,137.106 296.348,137.106 295.921,137.533 295.921,138.06L295.921,164.723C295.921,165.25 296.348,165.676 296.874,165.676 297.401,165.676 297.828,165.25 297.828,164.723L297.828,138.06zM302.395,162.958L302.395,176.028C302.395,176.555 302.821,176.981 303.348,176.981 303.875,176.981 304.302,176.555 304.302,176.028L304.302,162.958C304.302,158.846 307.176,155.399 311.026,154.5L311.026,152.549C306.12,153.476 302.395,157.788 302.395,162.958M304.302,181.833C304.302,181.306 303.875,180.88 303.348,180.88 302.822,180.88 302.395,181.306 302.395,181.833L302.395,197.503 304.302,197.503 304.302,181.833z" android:fillType="evenOdd" />
***************
*** 34,44 ****
<path android:fillColor="#ffd5dbed" android:pathData="M301.729,137.106C301.463,137.106 301.462,137.52 301.729,137.52C301.995,137.52 301.996,137.106 301.729,137.106" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M337.45,113.51C337.2,113.351 336.912,113.266 336.615,113.266L333.793,113.266 345.375,120.672C346.395,121.324 347.004,122.434 347.004,123.641 347.004,124.848 346.395,125.958 345.375,126.61L333.792,134.015 336.615,134.015C336.911,134.015 337.2,133.931 337.45,133.771L351.287,124.925C351.735,124.637 351.992,124.17 351.992,123.641 351.992,123.112 351.735,122.644 351.287,122.357L337.45,113.51zM280.823,79.172L303.943,79.172C304.395,79.172 304.76,79.535 304.76,79.985 304.76,80.434 304.395,80.798 303.943,80.798L280.823,80.798C280.371,80.798 280.005,80.434 280.005,79.985 280.005,79.535 280.371,79.172 280.823,79.172zM262.099,87.845L265.384,87.845C265.441,87.845 265.494,87.86 265.551,87.861 265.608,87.86 265.661,87.845 265.719,87.845L269.003,87.845C271.639,87.845 273.785,89.979 273.785,92.602 273.785,95.224 271.639,97.359 269.003,97.359L265.719,97.359C265.661,97.359 265.608,97.344 265.551,97.342 265.494,97.344 265.441,97.359 265.384,97.359L262.099,97.359C259.463,97.359 257.317,95.224 257.317,92.602 257.317,89.979 259.463,87.845 262.099,87.845zM277.017,87.845L279.977,87.845C280.429,87.845 280.795,88.209 280.795,88.658 280.795,89.107 280.429,89.471 279.977,89.471L277.017,89.471C276.565,89.471 276.199,89.107 276.199,88.658 276.199,88.209 276.565,87.845 277.017,87.845zM266.387,78.111L260.034,78.111C259.737,78.111 259.448,78.195 259.198,78.355L257.921,79.172 272.112,79.172C272.564,79.172 272.929,79.535 272.929,79.985 272.929,80.434 272.564,80.798 272.112,80.798L255.377,80.798 245.361,87.201C245.108,87.364 244.924,87.588 244.804,87.845L249.536,87.845C252.173,87.845 254.319,89.979 254.319,92.602 254.319,93.499 254.052,94.33 253.616,95.047L259.198,98.616C259.448,98.776 259.737,98.86 260.034,98.86L266.387,98.86 274.683,98.86C276.195,98.142 277.595,97.181 278.815,95.968 281.938,92.864 286.089,91.153 290.504,91.153L306.854,91.153 307.633,91.153 336.436,91.153 336.436,85.405 253.547,85.405C253.095,85.405 252.73,85.042 252.73,84.592 252.73,84.143 253.095,83.779 253.547,83.779L336.436,83.779 336.436,79.638C336.436,78.796 335.745,78.111 334.895,78.111L266.387,78.111z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M307.633,92.779L306.854,92.779C302.875,92.779 299.134,94.321 296.32,97.118 295.67,97.765 294.966,98.336 294.232,98.86L334.895,98.86C335.745,98.86 336.436,98.174 336.436,97.332L336.436,97.119 306.451,97.119C306,97.119 305.634,96.756 305.634,96.306 305.634,95.857 306,95.493 306.451,95.493L336.436,95.493 336.436,92.779 307.633,92.779zM262.099,95.732L262.146,95.732C261.402,94.894 260.935,93.805 260.935,92.602 260.935,91.398 261.402,90.31 262.146,89.47L262.099,89.47C260.364,89.47 258.952,90.876 258.952,92.602 258.952,94.327 260.364,95.732 262.099,95.732M265.551,95.715C267.207,95.627 268.532,94.27 268.532,92.601 268.532,90.932 267.207,89.576 265.551,89.487 263.895,89.576 262.57,90.932 262.57,92.601 262.57,94.27 263.895,95.627 265.551,95.715M269.003,95.732C270.738,95.732 272.15,94.327 272.15,92.602 272.15,90.876 270.738,89.47 269.003,89.47L268.956,89.47C269.7,90.31 270.167,91.398 270.167,92.602 270.167,93.805 269.7,94.894 268.956,95.732L269.003,95.732zM299.711,92.779L290.504,92.779C286.525,92.779 282.784,94.321 279.97,97.118 279.321,97.763 278.624,98.341 277.89,98.86L291.033,98.86C292.544,98.142 293.945,97.181 295.165,95.968 296.507,94.633 298.048,93.573 299.711,92.779" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M307.633,91.153L306.854,91.153 290.504,91.153C286.089,91.153 281.938,92.863 278.815,95.968 277.595,97.181 276.195,98.142 274.683,98.86L277.89,98.86C278.624,98.341 279.321,97.763 279.97,97.118 282.784,94.32 286.525,92.779 290.504,92.779L299.711,92.779C298.049,93.573 296.508,94.633 295.165,95.968 293.945,97.181 292.545,98.142 291.033,98.86L294.232,98.86C294.966,98.336 295.67,97.765 296.32,97.118 299.134,94.32 302.875,92.779 306.854,92.779L307.633,92.779 336.436,92.779 336.436,91.153 307.633,91.153zM253.547,83.779C253.095,83.779 252.73,84.143 252.73,84.592 252.73,85.042 253.095,85.405 253.547,85.405L336.436,85.405 336.436,83.779 253.547,83.779zM262.099,89.471L262.146,89.471C261.402,90.31 260.935,91.398 260.935,92.602 260.935,93.805 261.402,94.894 262.146,95.733L262.099,95.733C260.364,95.733 258.952,94.328 258.952,92.602 258.952,90.876 260.364,89.471 262.099,89.471M265.551,89.488C267.207,89.576 268.532,90.933 268.532,92.602 268.532,94.271 267.207,95.627 265.551,95.716 263.895,95.627 262.57,94.271 262.57,92.602 262.57,90.933 263.895,89.576 265.551,89.488M268.956,89.471L269.003,89.471C270.739,89.471 272.15,90.876 272.15,92.602 272.15,94.328 270.739,95.733 269.003,95.733L268.956,95.733C269.701,94.894 270.167,93.805 270.167,92.602 270.167,91.398 269.701,90.31 268.956,89.471M262.099,97.359L265.384,97.359C265.441,97.359 265.495,97.344 265.551,97.342 265.608,97.344 265.662,97.359 265.719,97.359L269.003,97.359C271.64,97.359 273.785,95.224 273.785,92.602 273.785,89.979 271.64,87.845 269.003,87.845L265.719,87.845C265.662,87.845 265.608,87.86 265.551,87.862 265.495,87.86 265.441,87.845 265.384,87.845L262.099,87.845C259.463,87.845 257.317,89.979 257.317,92.602 257.317,95.224 259.463,97.359 262.099,97.359M280.823,80.798L303.943,80.798C304.395,80.798 304.76,80.434 304.76,79.985 304.76,79.535 304.395,79.172 303.943,79.172L280.823,79.172C280.371,79.172 280.005,79.535 280.005,79.985 280.005,80.434 280.371,80.798 280.823,80.798M272.112,80.798C272.564,80.798 272.93,80.434 272.93,79.985 272.93,79.535 272.564,79.172 272.112,79.172L257.921,79.172 255.378,80.798 272.112,80.798zM313.148,75.847L311.026,75.847 311.026,63.936C310.358,64.3 309.53,64.629 308.526,64.917L308.526,75.847 306.62,75.847 306.62,65.344C306.158,65.342 305.74,65.04 305.641,64.569 305.633,64.53 305.644,64.493 305.64,64.454L302.736,64.724 302.736,74.08C302.736,74.607 302.31,75.034 301.782,75.034 301.255,75.034 300.829,74.607 300.829,74.08L300.829,64.901 299.142,65.058C299.145,65.089 299.16,65.117 299.16,65.149 299.16,65.701 298.712,66.149 298.16,66.149 297.575,66.149 296.986,66.135 296.398,66.115L296.398,75.847 294.545,75.847C294.543,75.872 294.531,75.894 294.531,75.92 294.531,75.988 294.554,76.048 294.569,76.111L313.219,76.111C313.188,76.026 313.163,75.938 313.148,75.847M300.829,111.002L302.736,111.002 302.736,101.124 300.829,101.124 300.829,111.002zM290.908,111.002L289.001,111.002 289.001,109.079C289.001,107.676 287.861,106.537 286.46,106.537 285.933,106.537 285.507,106.111 285.507,105.584 285.507,105.057 285.933,104.63 286.46,104.63 288.913,104.63 290.908,106.627 290.908,109.079L290.908,111.002zM311.026,108.521L311.026,101.124 311.612,101.124C311.625,101.035 311.646,100.947 311.674,100.86L293.453,100.86C294.439,102.002 295.039,103.484 295.039,105.107L295.039,109.239C295.039,109.766 294.613,110.192 294.086,110.192 293.559,110.192 293.133,109.766 293.133,109.239L293.133,105.107C293.133,103.228 291.999,101.614 290.382,100.898 290.417,100.885 290.453,100.873 290.488,100.86L282.792,100.86C282.822,100.945 282.846,101.033 282.861,101.124L286.251,101.124C285.905,101.322 285.578,101.549 285.295,101.828L285.295,111.002 284.081,111.002C284.103,111.089 284.116,111.177 284.122,111.266L311.386,111.266C311.391,111.177 311.405,111.089 311.426,111.002L310.4,111.002C308.265,108.119 306.982,104.727 306.695,101.124L308.602,101.124C308.836,103.768 309.673,106.279 311.026,108.521z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M306.451,95.493C305.999,95.493 305.634,95.857 305.634,96.306 305.634,96.756 305.999,97.119 306.451,97.119L336.436,97.119 336.436,95.493 306.451,95.493zM277.017,89.471L279.977,89.471C280.429,89.471 280.795,89.107 280.795,88.658 280.795,88.209 280.429,87.845 279.977,87.845L277.017,87.845C276.565,87.845 276.2,88.209 276.2,88.658 276.2,89.107 276.565,89.471 277.017,89.471" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M286.313,117.981C285.861,117.981 285.496,117.617 285.496,117.168C285.496,116.718 285.861,116.355 286.313,116.355L303.864,116.355C304.316,116.355 304.681,116.718 304.681,117.168C304.681,117.617 304.316,117.981 303.864,117.981L286.313,117.981ZM319.272,120.42C319.724,120.42 320.089,120.784 320.089,121.233C320.089,121.683 319.724,122.046 319.272,122.046L296.151,122.046C295.7,122.046 295.334,121.683 295.334,121.233C295.334,120.784 295.7,120.42 296.151,120.42L319.272,120.42ZM295.306,129.093C295.757,129.093 296.123,129.457 296.123,129.906C296.123,130.356 295.757,130.719 295.306,130.719L292.345,130.719C291.894,130.719 291.528,130.356 291.528,129.906C291.528,129.457 291.894,129.093 292.345,129.093L295.306,129.093ZM264.865,129.093C267.501,129.093 269.647,131.228 269.647,133.85C269.647,133.907 269.632,133.959 269.63,134.015L272.663,134.015C272.661,133.959 272.646,133.907 272.646,133.85C272.646,131.228 274.792,129.093 277.428,129.093L280.712,129.093C280.77,129.093 280.823,129.108 280.88,129.11C280.937,129.108 280.99,129.093 281.047,129.093L284.332,129.093C286.968,129.093 289.114,131.228 289.114,133.85C289.114,133.907 289.099,133.959 289.097,134.015L298.717,134.015C300.913,132.971 303.327,132.402 305.833,132.402L322.183,132.402L322.962,132.402L332.604,132.402L341.594,126.654L268.876,126.654C268.424,126.654 268.058,126.29 268.058,125.841C268.058,125.392 268.424,125.028 268.876,125.028L344.137,125.028L344.298,124.924C344.747,124.637 345.004,124.169 345.004,123.641C345.004,123.111 344.747,122.644 344.298,122.356L337.455,117.981L310.677,117.981C310.225,117.981 309.859,117.617 309.859,117.168C309.859,116.718 310.225,116.355 310.677,116.355L334.911,116.355L330.461,113.51C330.212,113.351 329.923,113.266 329.626,113.266L261.753,113.266L254.765,113.266C253.915,113.266 253.223,113.952 253.223,114.794L253.223,116.355L280.706,116.355C281.158,116.355 281.523,116.718 281.523,117.168C281.523,117.617 281.158,117.981 280.706,117.981L253.223,117.981L253.223,120.42L287.44,120.42C287.892,120.42 288.258,120.784 288.258,121.233C288.258,121.683 287.892,122.046 287.44,122.046L253.223,122.046L253.223,125.028L263.107,125.028C263.559,125.028 263.924,125.392 263.924,125.841C263.924,126.29 263.559,126.654 263.107,126.654L253.223,126.654L253.223,129.093L264.865,129.093Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M254.765,134.015L261.754,134.015 267.995,134.015C267.998,133.959 268.013,133.907 268.013,133.85 268.013,132.124 266.601,130.719 264.865,130.719L253.223,130.719 253.223,132.487C253.223,133.329 253.915,134.015 254.765,134.015M277.474,130.719L277.428,130.719C275.692,130.719 274.281,132.124 274.281,133.85 274.281,133.907 274.294,133.959 274.297,134.015L276.28,134.015C276.277,133.959 276.264,133.906 276.264,133.85 276.264,132.646 276.73,131.558 277.474,130.719M284.332,130.719L284.286,130.719C285.03,131.558 285.496,132.646 285.496,133.85 285.496,133.906 285.482,133.959 285.48,134.015L287.462,134.015C287.465,133.959 287.479,133.907 287.479,133.85 287.479,132.124 286.068,130.719 284.332,130.719M280.88,130.736C279.223,130.825 277.899,132.181 277.899,133.85 277.899,133.906 277.912,133.96 277.915,134.015L283.844,134.015C283.847,133.96 283.861,133.906 283.861,133.85 283.861,132.181 282.536,130.825 280.88,130.736" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M311.866,136.015C311.753,136.104 311.634,136.186 311.523,136.279L313.026,136.279 314.307,136.279C314.453,136.188 314.6,136.1 314.749,136.015L311.866,136.015zM322.962,132.402L322.183,132.402 305.833,132.402C303.327,132.402 300.913,132.971 298.717,134.015L329.626,134.015C329.922,134.015 330.212,133.931 330.462,133.771L332.604,132.402 322.962,132.402zM264.865,130.719C266.601,130.719 268.012,132.124 268.012,133.85 268.012,133.907 267.998,133.959 267.995,134.015L269.631,134.015C269.633,133.959 269.647,133.907 269.647,133.85 269.647,131.227 267.501,129.093 264.865,129.093L253.223,129.093 253.223,130.719 264.865,130.719zM263.107,126.654C263.559,126.654 263.924,126.29 263.924,125.841 263.924,125.392 263.559,125.028 263.107,125.028L253.223,125.028 253.223,126.654 263.107,126.654zM268.876,125.028C268.424,125.028 268.058,125.392 268.058,125.841 268.058,126.29 268.424,126.654 268.876,126.654L341.594,126.654 344.137,125.028 268.876,125.028zM283.295,136.279L284.802,136.279C284.854,136.196 284.889,136.102 284.936,136.015L282.973,136.015C282.879,136.112 282.774,136.196 282.668,136.279L283.295,136.279zM284.332,129.093L281.048,129.093C280.99,129.093 280.937,129.108 280.88,129.11 280.823,129.108 280.77,129.093 280.712,129.093L277.428,129.093C274.792,129.093 272.646,131.228 272.646,133.85 272.646,133.907 272.661,133.959 272.663,134.015L274.298,134.015C274.295,133.96 274.281,133.907 274.281,133.85 274.281,132.124 275.692,130.719 277.428,130.719L277.475,130.719C276.731,131.558 276.264,132.647 276.264,133.85 276.264,133.906 276.278,133.959 276.28,134.015L277.915,134.015C277.913,133.96 277.899,133.906 277.899,133.85 277.899,132.181 279.224,130.825 280.88,130.736 282.537,130.825 283.861,132.181 283.861,133.85 283.861,133.906 283.848,133.96 283.845,134.015L285.48,134.015C285.482,133.959 285.496,133.906 285.496,133.85 285.496,132.647 285.03,131.558 284.286,130.719L284.332,130.719C286.068,130.719 287.479,132.124 287.479,133.85 287.479,133.907 287.465,133.96 287.462,134.015L289.098,134.015C289.1,133.959 289.114,133.907 289.114,133.85 289.114,131.228 286.968,129.093 284.332,129.093M296.152,120.42C295.7,120.42 295.335,120.784 295.335,121.233 295.335,121.683 295.7,122.046 296.152,122.046L319.273,122.046C319.724,122.046 320.09,121.683 320.09,121.233 320.09,120.784 319.724,120.42 319.273,120.42L296.152,120.42zM287.441,122.046C287.893,122.046 288.258,121.683 288.258,121.233 288.258,120.784 287.893,120.42 287.441,120.42L253.224,120.42 253.224,122.046 287.441,122.046zM280.706,117.981C281.158,117.981 281.523,117.617 281.523,117.168 281.523,116.718 281.158,116.355 280.706,116.355L253.224,116.355 253.224,117.981 280.706,117.981zM303.864,117.981C304.316,117.981 304.681,117.617 304.681,117.168 304.681,116.718 304.316,116.355 303.864,116.355L286.313,116.355C285.862,116.355 285.496,116.718 285.496,117.168 285.496,117.617 285.862,117.981 286.313,117.981L303.864,117.981zM310.677,116.355C310.225,116.355 309.86,116.719 309.86,117.168 309.86,117.618 310.225,117.981 310.677,117.981L337.455,117.981 334.911,116.355 310.677,116.355zM291.528,129.906C291.528,130.355 291.894,130.719 292.345,130.719L295.306,130.719C295.757,130.719 296.123,130.355 296.123,129.906 296.123,129.456 295.757,129.093 295.306,129.093L292.345,129.093C291.894,129.093 291.528,129.456 291.528,129.906M340.796,99.356L337.796,99.356 337.796,77.11 340.796,77.11C342.453,77.11 343.796,78.453 343.796,80.11L343.796,96.356C343.796,98.013 342.453,99.356 340.796,99.356" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M107.323,54.547L108.101,57.817C108.21,58.276 108.62,58.585 109.073,58.585C109.149,58.585 109.227,58.576 109.305,58.558C109.842,58.43 110.174,57.891 110.046,57.354L109.268,54.084C109.141,53.547 108.601,53.212 108.064,53.343C107.527,53.47 107.195,54.01 107.323,54.547" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M356.207,197.503L338.49,197.462C338.49,194.825 340.635,192.68 343.272,192.68L351.466,192.68C354.103,192.68 356.248,194.825 356.248,197.462 356.248,197.484 356.229,197.503 356.207,197.503zM336.491,197.474L329.791,197.446 329.791,196.306C329.791,193.284 332.249,190.826 335.27,190.826L338.441,190.826C339.191,190.826 339.905,190.979 340.556,191.252 338.165,192.302 336.49,194.689 336.49,197.462 336.49,197.466 336.491,197.47 336.491,197.474zM315.053,197.503C313.934,197.503 313.026,196.596 313.026,195.476L313.026,160.139 321.915,197.503 315.053,197.503zM311.026,194.503C311.026,196.16 309.683,197.503 308.026,197.503L288.295,197.503C286.638,197.503 285.295,196.16 285.295,194.503L285.295,140.017C285.295,138.912 286.19,138.017 287.295,138.017L309.026,138.017C310.131,138.017 311.026,138.912 311.026,140.017L311.026,194.503zM277.915,134.015L276.28,134.015 274.297,134.015 272.663,134.015 269.63,134.015 267.995,134.015 261.753,134.015 254.765,134.015C253.915,134.015 253.223,133.33 253.223,132.487L253.223,130.719 253.223,129.093 253.223,126.654 253.223,125.028 253.223,122.046 253.223,120.42 253.223,117.981 253.223,116.355 253.223,114.794C253.223,113.952 253.915,113.266 254.765,113.266L261.753,113.266 329.625,113.266C329.923,113.266 330.212,113.351 330.461,113.51L334.911,116.355 337.455,117.981 344.298,122.357C344.747,122.644 345.004,123.111 345.004,123.641 345.004,124.17 344.747,124.637 344.298,124.924L344.137,125.028 341.594,126.654 332.603,132.402 330.462,133.771C330.211,133.931 329.922,134.015 329.625,134.015L298.717,134.015 289.097,134.015 287.462,134.015 285.48,134.015 283.844,134.015 277.915,134.015zM283.295,195.476C283.295,196.707 282.198,197.682 280.928,197.476 279.931,197.314 279.241,196.377 279.241,195.367L279.241,194.164C279.241,193.611 278.793,193.164 278.241,193.164 277.689,193.164 277.241,193.611 277.241,194.164L277.241,195.476C277.241,196.596 276.334,197.503 275.214,197.503L251.582,197.503 251.582,196.526C251.582,192.756 248.525,189.699 244.754,189.699L243.062,189.699 255.835,136.015 278.295,136.015C281.057,136.015 283.295,138.254 283.295,141.015L283.295,195.476zM249.582,197.503L237.075,197.553 237.075,196.526C237.075,193.864 239.24,191.699 241.901,191.699L244.754,191.699C247.416,191.699 249.582,193.864 249.582,196.526L249.582,197.503zM264.043,100.86L266.387,100.86 280.295,100.86C281.952,100.86 283.295,102.203 283.295,103.86L283.295,111.266 261.753,111.266 261.739,111.266 264.043,100.86zM311.026,104.86L311.026,111.266 285.295,111.266 285.295,104.86C285.295,102.651 287.086,100.86 289.295,100.86L307.026,100.86C309.235,100.86 311.026,102.651 311.026,104.86zM260.034,98.86C259.737,98.86 259.448,98.775 259.198,98.616L253.616,95.047 252.244,94.17 245.361,89.769C245.23,89.685 245.121,89.582 245.025,89.471 244.79,89.2 244.655,88.86 244.655,88.485 244.655,88.256 244.712,88.042 244.804,87.845 244.923,87.588 245.107,87.364 245.361,87.201L255.377,80.798 257.92,79.172 259.198,78.355C259.447,78.195 259.736,78.111 260.034,78.111L266.387,78.111 334.895,78.111C335.745,78.111 336.436,78.796 336.436,79.638L336.436,83.779 336.436,85.405 336.436,91.153 336.436,92.779 336.436,95.493 336.436,97.12 336.436,97.332C336.436,98.174 335.745,98.86 334.895,98.86L294.232,98.86 291.033,98.86 277.89,98.86 274.683,98.86 266.387,98.86 260.034,98.86zM270.673,73.648L280.588,31.975C280.832,30.95 282.29,30.95 282.534,31.975L288.629,57.597C285.497,58.376 283.295,59.614 283.295,61.367L283.295,73.111C283.295,74.768 281.952,76.111 280.295,76.111L272.619,76.111C271.327,76.111 270.374,74.905 270.673,73.648zM298.16,58.586C306.518,58.586 311.026,60.56 311.026,61.367 311.026,61.647 309.933,62.645 306.414,63.385 305.912,63.49 305.595,63.956 305.64,64.454 305.644,64.493 305.633,64.53 305.641,64.569 305.74,65.04 306.158,65.342 306.62,65.343 306.688,65.343 306.755,65.357 306.825,65.342 307.443,65.212 307.999,65.068 308.526,64.917 309.53,64.628 310.358,64.3 311.026,63.936L311.026,72.109C311.026,73.214 310.131,74.109 309.026,74.109L287.295,74.109C286.19,74.109 285.295,73.214 285.295,72.109L285.295,63.928C285.66,64.128 286.079,64.309 286.522,64.482 287.102,64.706 287.739,64.908 288.429,65.086 290.21,65.547 292.307,65.853 294.492,66.013 295.123,66.059 295.759,66.093 296.398,66.114 296.986,66.135 297.575,66.149 298.16,66.149 298.712,66.149 299.16,65.701 299.16,65.149 299.16,65.116 299.145,65.089 299.142,65.058 299.094,64.55 298.68,64.149 298.16,64.149 289.803,64.149 285.295,62.174 285.295,61.367 285.295,60.56 289.803,58.586 298.16,58.586zM338.072,78.111L341.248,78.111C342.098,78.111 342.79,78.796 342.79,79.638L342.79,97.332C342.79,98.174 342.098,98.86 341.248,98.86L338.072,98.86C338.298,98.396 338.436,97.882 338.436,97.332L338.436,79.638C338.436,79.089 338.298,78.575 338.072,78.111zM336.615,113.266C336.912,113.266 337.201,113.351 337.45,113.51L351.287,122.357C351.735,122.644 351.993,123.111 351.993,123.641 351.993,124.17 351.735,124.637 351.287,124.924L337.45,133.771C337.201,133.931 336.912,134.015 336.615,134.015L333.792,134.015 345.375,126.609C346.395,125.958 347.004,124.848 347.004,123.641 347.004,122.434 346.395,121.324 345.375,120.672L333.793,113.266 336.615,113.266zM196.178,197.503L196.049,197.503C194.662,197.503 193.696,196.125 194.168,194.821L194.71,193.327C194.898,192.808 194.63,192.234 194.111,192.046 193.594,191.861 193.019,192.127 192.83,192.646L191.547,196.185C191.26,196.976 190.509,197.503 189.667,197.503L186.94,197.503C187.3,196.813 187.523,196.041 187.523,195.21L187.523,185.78C187.523,185.056 187.911,184.38 188.55,184.04 190.953,182.76 192.894,180.729 194.076,178.267 194.093,178.232 194.109,178.198 194.126,178.164 194.243,177.914 194.353,177.661 194.455,177.403 194.481,177.336 194.504,177.268 194.529,177.2 194.67,176.821 194.793,176.435 194.898,176.04 194.945,175.864 194.995,175.69 195.034,175.512 195.07,175.349 195.099,175.185 195.128,175.021 195.17,174.789 195.206,174.557 195.235,174.322 195.251,174.187 195.269,174.052 195.281,173.916 195.315,173.537 195.339,173.155 195.339,172.77L195.339,157.974C195.339,155.765 197.13,153.974 199.339,153.974L205.106,153.974C207.37,153.974 209.532,153.556 211.547,152.826L202.015,192.892C201.372,195.595 198.957,197.503 196.178,197.503zM185.523,183.827L185.523,195.21C185.523,196.867 184.18,198.21 182.523,198.21L179.944,198.21C178.287,198.21 176.944,196.867 176.944,195.21L176.944,185.524C176.944,184.42 176.049,183.524 174.944,183.524L163.027,183.524C161.922,183.524 161.027,184.42 161.027,185.524L161.027,195.21C161.027,196.867 159.684,198.21 158.027,198.21L155.447,198.21C153.79,198.21 152.447,196.867 152.447,195.21L152.447,184.524C152.447,183.958 151.979,183.528 151.413,183.524 148.739,183.506 146.57,181.325 146.57,178.647L146.57,164.541C146.57,163.989 146.122,163.541 145.57,163.541 145.018,163.541 144.57,163.989 144.57,164.541L144.57,178.647C144.57,180.553 145.352,182.277 146.609,183.524L101.123,183.524C99.466,183.524 98.123,184.867 98.123,186.524L98.123,195.21C98.123,196.867 96.78,198.21 95.123,198.21L92.543,198.21C90.887,198.21 89.543,196.867 89.543,195.21L89.543,145.847C89.543,136.662 96.99,129.215 106.176,129.215L112.704,129.215C113.588,129.215 114.407,129.623 114.995,130.283 116.609,132.096 118.872,133.318 121.415,133.585L121.415,134.974C121.415,145.468 129.921,153.974 140.415,153.974L145.57,153.974 191.339,153.974C192.444,153.974 193.339,154.87 193.339,155.974L193.339,172.77C193.339,177.273 190.478,181.33 186.215,182.875 185.807,183.023 185.523,183.393 185.523,183.827zM162.444,197.503C162.804,196.813 163.027,196.041 163.027,195.21L163.027,187.524C163.027,186.42 163.922,185.524 165.027,185.524L172.944,185.524C174.049,185.524 174.944,186.42 174.944,187.524L174.944,195.21C174.944,196.041 175.167,196.813 175.527,197.503L162.444,197.503zM142.477,193.66L140.54,185.524 148.447,185.524C149.552,185.524 150.447,186.42 150.447,187.524L150.447,195.21C150.447,196.041 150.67,196.813 151.03,197.503L147.341,197.503C145.025,197.503 143.012,195.913 142.477,193.66zM131.395,197.503C131.754,196.813 131.978,196.041 131.978,195.21L131.978,187.524C131.978,186.42 132.873,185.524 133.978,185.524L138.485,185.524 141.335,197.503 131.395,197.503zM129.978,195.21C129.978,196.867 128.635,198.21 126.978,198.21L124.398,198.21C122.741,198.21 121.398,196.867 121.398,195.21L121.398,186.524C121.398,185.972 121.846,185.524 122.398,185.524L128.978,185.524C129.53,185.524 129.978,185.972 129.978,186.524L129.978,195.21zM99.54,197.503C99.9,196.813 100.123,196.041 100.123,195.21L100.123,188.524C100.123,186.867 101.466,185.524 103.123,185.524L117.398,185.524C118.503,185.524 119.398,186.42 119.398,187.524L119.398,195.21C119.398,196.041 119.621,196.813 119.981,197.503L99.54,197.503zM114.463,109.241C114.463,104.822 118.045,101.241 122.463,101.241L137.063,101.241C137.616,101.241 138.063,100.793 138.063,100.241 138.063,99.689 137.616,99.241 137.063,99.241L132.523,99.241 125.955,99.241C124.634,99.241 123.672,97.981 124.02,96.707 125.986,89.494 132.587,84.174 140.415,84.174L144.567,84.174 159.183,84.174C159.194,84.44 159.233,84.709 159.334,84.975 159.598,85.672 160.105,86.141 160.601,86.562 167.568,92.472 176.404,95.991 186.154,96.738 186.699,96.78 187.252,96.8 187.81,96.8 189.896,96.8 192.05,96.51 194.127,95.945 196.906,95.188 199.391,93.97 201.311,92.421 201.742,92.075 201.809,91.445 201.462,91.015 201.454,91.005 201.442,91.001 201.433,90.991 201.082,90.587 200.476,90.525 200.057,90.864 198.349,92.241 196.117,93.33 193.602,94.015 191.187,94.673 188.665,94.925 186.307,94.744 176.98,94.029 168.539,90.673 161.895,85.036 161.585,84.774 161.299,84.517 161.204,84.265 161.04,83.835 161.428,83.239 161.894,82.953 162.504,82.577 163.309,82.463 164.161,82.343L164.368,82.314C165.594,82.138 166.829,81.902 168.037,81.61 171.565,80.76 174.954,79.437 178.111,77.676 179.061,77.147 179.997,76.573 180.901,76.018 182.645,74.949 184.292,73.939 186.087,73.177 189.426,71.758 193.472,71.809 196.909,73.312L196.978,73.343C199.973,74.663 199.964,78.882 196.987,80.241 193.91,81.646 190.584,82.644 187.093,83.186 186.547,83.271 186.174,83.782 186.258,84.328 186.335,84.822 186.761,85.174 187.245,85.174 187.296,85.174 187.348,85.17 187.4,85.163 193.084,84.28 198.356,82.243 202.894,79.252 202.903,79.255 202.906,79.256 202.915,79.259 204.187,82.501 204.093,85.419 202.638,87.926 202.371,88.386 202.52,88.965 202.958,89.255 202.975,89.266 202.984,89.283 203,89.293 203.478,89.57 204.09,89.408 204.367,88.93 204.648,88.446 204.888,87.946 205.086,87.433 205.854,85.443 207.939,84.295 209.983,84.908 216.986,87.005 222.106,93.496 222.106,101.174L222.106,102.774C222.106,103.878 221.211,104.774 220.106,104.774L205.154,104.774C204.602,104.774 204.154,105.222 204.154,105.774 204.154,106.326 204.602,106.774 205.154,106.774L223.6,106.774C227.024,106.774 229.8,109.55 229.8,112.974L229.8,120.774C229.8,130.163 222.189,137.774 212.8,137.774L196.153,137.774 193.6,137.774C184.211,137.774 176.6,130.163 176.6,120.774L176.6,112.974C176.6,109.55 179.376,106.774 182.8,106.774L187.566,106.774 193.6,106.774C194.152,106.774 194.6,106.326 194.6,105.774 194.6,105.222 194.152,104.774 193.6,104.774L182.8,104.774C178.271,104.774 174.6,108.445 174.6,112.974L174.6,120.774C174.6,131.268 183.106,139.774 193.6,139.774L212.8,139.774C215.387,139.774 217.853,139.253 220.103,138.312 220.895,137.98 221.698,138.689 221.468,139.516 219.478,146.69 212.905,151.974 205.106,151.974L144.568,151.974 140.415,151.974C135.34,151.974 130.786,149.751 127.67,146.226 123.676,141.705 126.442,134.525 132.41,133.642L132.415,133.641 137.063,133.641C137.616,133.641 138.063,133.193 138.063,132.641 138.063,132.088 137.616,131.641 137.063,131.641L122.463,131.641C118.045,131.641 114.463,128.059 114.463,123.641L114.463,109.241zM63.501,197.503L63.276,197.503 63.276,190.503 63.276,180.503 63.276,174.523 63.276,161.322C63.42,161.367 63.561,161.421 63.707,161.46 64.524,161.674 65.353,161.777 66.176,161.777 66.2,161.777 66.223,161.777 66.246,161.777 69.166,161.756 71.386,164.36 70.71,167.201L63.501,197.503zM59.145,155.37C58.142,153.31 58.088,150.921 58.997,148.818 60.237,145.949 63.102,144.083 66.207,144.083 66.331,144.083 66.456,144.086 66.58,144.092L79.487,144.715 79.488,144.715C79.895,144.734 80.077,145.021 80.137,145.143 80.196,145.265 80.309,145.585 80.074,145.918L72.609,156.466C70.732,159.12 67.356,160.348 64.214,159.525 61.997,158.945 60.149,157.43 59.145,155.37zM44.479,197.503L36.63,197.503C35.339,197.503 34.386,196.297 34.685,195.04L39.582,174.457C39.826,173.432 41.284,173.432 41.528,174.457L46.425,195.04C46.724,196.297 45.771,197.503 44.479,197.503zM43.757,127.4C43.367,127.01 42.734,127.01 42.344,127.401 41.953,127.792 41.954,128.425 42.344,128.815 45.946,132.417 49.063,136.372 51.677,140.598 52.107,141.294 51.99,142.199 51.412,142.778L51.4,142.791C44.908,149.282 34.344,149.283 27.852,142.791 22.465,137.404 20.516,118.953 19.987,112.45 19.936,111.834 20.444,111.327 21.059,111.377 27.563,111.905 46.011,113.854 51.4,119.242 56.18,124.022 57.434,131.006 55.174,136.949 54.645,138.34 52.763,138.539 51.93,137.305 49.554,133.787 46.826,130.469 43.757,127.4zM58.191,90.918C57.387,92.226 55.493,92.205 54.74,90.867 51.792,85.633 48.121,80.764 43.757,76.4 43.367,76.01 42.734,76.01 42.344,76.401 41.953,76.792 41.954,77.425 42.344,77.815 45.757,81.228 48.734,84.959 51.258,88.937 53.604,92.635 51.374,97.501 47.041,98.138 42.014,98.876 36.714,97.319 32.852,93.457 29.385,89.99 27.342,81.113 26.185,73.492 25.274,67.489 30.458,62.334 36.461,63.246 44.076,64.403 53.103,66.286 56.4,69.909 64.058,78.327 60.757,86.74 58.191,90.918zM72.061,87.637C77.148,82.551 93.882,80.529 101.208,79.874 102.45,79.763 103.484,80.798 103.373,82.04 102.718,89.365 100.696,106.099 95.61,111.185 92.465,114.33 88.283,116.062 83.836,116.062 80.921,116.062 78.124,115.313 75.657,113.911 73.673,112.783 73.104,110.145 74.388,108.258 76.487,105.172 78.868,102.248 81.518,99.517 81.898,99.125 81.899,98.504 81.513,98.118 81.118,97.724 80.471,97.725 80.082,98.125 78.121,100.147 76.304,102.272 74.635,104.488 72.599,107.19 68.274,106.232 67.565,102.923 66.42,97.581 67.919,91.78 72.061,87.637zM354.891,166.062C353.319,163.853 351.576,161.745 349.663,159.759 349.274,159.357 348.625,159.357 348.23,159.752L348.229,159.753C347.844,160.138 347.846,160.756 348.224,161.149 349.888,162.875 351.88,166.118 353.264,168.544 354.384,170.508 353.658,173.021 351.65,174.064 346.579,176.699 340.168,175.891 335.918,171.641 331.935,167.658 330.263,154.806 329.67,148.534 329.552,147.283 330.597,146.239 331.848,146.357 338.119,146.948 350.969,148.619 354.954,152.604 358.442,156.092 359.603,161.031 358.451,165.493 358.031,167.12 355.864,167.431 354.891,166.062zM368.915,135.341C368.991,131.182 370.611,127.047 373.778,123.879 378.863,118.794 395.592,116.772 402.919,116.117 404.164,116.005 405.2,117.042 405.089,118.286 404.434,125.613 402.414,142.34 397.326,147.428 392.315,152.439 384.881,153.577 378.765,150.851 375.852,149.552 374.838,145.93 376.689,143.333 378.584,140.675 380.693,138.144 383.007,135.76 383.388,135.368 383.389,134.747 383.003,134.361L383.002,134.36C382.608,133.966 381.96,133.967 381.572,134.367 380.237,135.744 378.969,137.169 377.769,138.638 374.768,142.311 368.83,140.083 368.915,135.341zM368.34,159.51C370.005,154.724 375.157,151.93 379.992,153.445 381.798,154.011 383.674,154.296 385.552,154.296 390.328,154.296 395.104,152.478 398.74,148.842 405.823,141.759 407.293,115.999 407.352,114.906 407.367,114.622 407.261,114.345 407.061,114.145 406.86,113.943 406.579,113.84 406.299,113.853 405.207,113.912 379.446,115.383 372.364,122.465 366.572,128.257 365.406,136.935 368.844,143.901 370.177,146.603 370.343,149.73 369.061,152.456 364.946,161.201 362.767,170.813 362.767,180.765L362.767,182.253C361.784,178.905 360.478,175.67 358.872,172.577 358.391,171.652 358.414,170.561 358.922,169.65 362.206,163.767 361.362,156.185 356.368,151.19 350.517,145.339 329.346,144.131 328.448,144.082 328.168,144.069 327.888,144.173 327.687,144.374 327.486,144.574 327.38,144.851 327.395,145.135 327.444,146.033 328.653,167.204 334.504,173.055 337.518,176.069 341.477,177.576 345.436,177.576 348.288,177.576 351.139,176.794 353.637,175.231 355.172,174.27 357.199,174.938 357.883,176.614 359.635,180.912 362.336,188.155 362.767,192.923L362.767,194.893C362.767,196.334 361.598,197.503 360.157,197.503L358.244,197.503C358.244,197.489 358.248,197.476 358.248,197.462 358.248,193.723 355.206,190.68 351.466,190.68L343.354,190.68C342.038,189.529 340.322,188.826 338.441,188.826L335.27,188.826C331.14,188.826 327.791,192.175 327.791,196.305L327.791,197.446C327.791,197.466 327.796,197.483 327.797,197.503L327.795,197.503C325.553,197.503 323.605,195.964 323.086,193.783L314.384,157.206C313.482,153.415 313.026,149.53 313.026,145.633L313.026,141.015C313.026,138.254 315.265,136.015 318.026,136.015L336.615,136.015C337.293,136.015 337.957,135.821 338.527,135.456L352.262,126.675C353.057,126.168 353.68,125.395 353.895,124.477 354.249,122.963 353.617,121.472 352.364,120.672L338.528,111.825C337.957,111.46 337.293,111.266 336.616,111.266L330.686,111.266C330.71,111.277 330.489,111.289 330.123,111.301 329.959,111.278 329.793,111.266 329.625,111.266L313.026,111.266 313.026,103.86C313.026,102.203 314.369,100.86 316.026,100.86L334.895,100.86C334.921,100.86 334.947,100.855 334.973,100.854 335.257,100.858 335.593,100.86 336.004,100.86L341.248,100.86C343.196,100.86 344.79,99.266 344.79,97.318L344.79,79.638C344.79,77.69 343.21,76.111 341.262,76.111L336.005,76.111C335.593,76.111 335.259,76.113 334.981,76.117 334.952,76.116 334.924,76.111 334.895,76.111L316.026,76.111C314.369,76.111 313.026,74.768 313.026,73.111L313.026,61.367C313.026,58.082 305.32,56.586 298.16,56.586 297.298,56.586 296.428,56.607 295.565,56.652 292.659,56.801 290.045,54.907 289.372,52.076L282.533,23.335C282.426,22.884 282.023,22.566 281.561,22.566 281.098,22.566 280.695,22.884 280.588,23.335L268.944,72.276C268.513,74.09 267.129,75.586 265.31,75.991 262.656,76.581 260.149,74.933 259.543,72.425L245.981,16.271C245.874,15.82 245.472,15.503 245.009,15.503 244.546,15.503 244.143,15.82 244.036,16.271L226.404,90.379C226.276,90.917 226.608,91.456 227.145,91.584L227.146,91.584C227.683,91.713 228.222,91.379 228.35,90.842L242.09,33.089C242.822,30.016 247.196,30.016 247.927,33.089L258.272,76.568 258.154,76.651C258.144,76.658 258.131,76.663 258.121,76.67L244.387,85.45C243.593,85.958 242.97,86.729 242.754,87.647 242.398,89.16 243.031,90.653 244.284,91.454L258.121,100.301C258.138,100.312 258.157,100.317 258.172,100.333 258.583,100.756 259.228,100.859 259.819,100.859L261.988,100.86 260.378,108.131C259.973,109.962 258.349,111.266 256.473,111.266L254.765,111.266C254.089,111.266 253.462,111.466 252.924,111.795 251.909,112.416 251.223,113.523 251.223,114.794L251.223,132.487C251.223,134.103 252.325,135.453 253.814,135.87L240.991,189.768C237.657,190.215 235.075,193.071 235.075,196.526L235.075,197.503 202.973,197.503 213.84,151.83C219.629,148.818 223.665,142.918 224.052,136.049 228.74,132.586 231.8,127.037 231.8,120.774L231.8,112.974C231.8,108.624 228.392,105.064 224.106,104.8L224.106,104.36 224.106,101.174C224.106,91.795 217.27,83.999 208.321,82.468 206.864,82.219 205.629,81.196 205.21,79.778 205.134,79.522 205.05,79.264 204.957,79.005 204.844,78.69 204.707,78.386 204.569,78.083 206.897,76.353 209.005,74.358 210.832,72.119 211.182,71.691 211.118,71.061 210.69,70.711 210.263,70.362 209.632,70.426 209.283,70.854 208.511,71.799 207.687,72.7 206.815,73.552 205.325,75.007 202.944,75.181 201.382,73.804 200.321,72.868 199.088,72.083 197.71,71.48 193.779,69.76 189.141,69.706 185.305,71.336 183.374,72.156 181.585,73.253 179.856,74.313 178.957,74.865 178.057,75.417 177.137,75.929 174.139,77.602 170.919,78.859 167.568,79.666 166.421,79.943 165.249,80.168 164.084,80.334L163.881,80.363C162.911,80.5 161.811,80.655 160.845,81.25 160.474,81.479 160.133,81.801 159.851,82.174L140.415,82.174C130.575,82.174 122.46,89.694 121.51,99.289 121.022,99.336 120.548,99.425 120.083,99.539L111.846,64.917C111.717,64.379 111.177,64.047 110.642,64.175 110.104,64.303 109.772,64.842 109.9,65.379L118.188,100.214C114.81,101.821 112.463,105.257 112.463,109.241L112.463,123.641C112.463,123.795 112.467,123.949 112.475,124.101 112.555,125.801 111.186,127.215 109.483,127.215L106.176,127.215C95.886,127.215 87.543,135.557 87.543,145.847L87.543,195.21C87.543,196.041 87.767,196.813 88.126,197.503L65.557,197.503 75.254,156.742C75.385,156.194 75.619,155.676 75.945,155.215L81.626,147.187C82.087,146.535 82.323,145.722 82.164,144.94 81.902,143.662 80.824,142.777 79.584,142.717L77.586,142.62 66.677,142.094C66.306,142.077 65.938,142.081 65.573,142.106 64.358,142.189 63.369,141.167 63.453,139.952 64.111,130.471 66.81,121.395 71.342,113.229 73.133,114.852 75.185,116.092 77.4,116.908 80.196,117.936 81.709,120.973 81.02,123.871L78.582,134.118C78.454,134.655 78.786,135.195 79.323,135.322 79.4,135.341 79.478,135.35 79.555,135.35 80.008,135.35 80.418,135.041 80.527,134.581L84.464,118.031C89.209,117.875 93.651,115.973 97.024,112.599 104.106,105.517 105.577,79.756 105.636,78.664 105.651,78.38 105.545,78.103 105.345,77.902 105.144,77.701 104.869,77.592 104.583,77.611 104.137,77.635 99.561,77.896 93.827,78.68L102.473,42.339C102.717,41.315 104.175,41.315 104.419,42.339L105.665,47.579C105.793,48.116 106.332,48.448 106.87,48.32 107.407,48.193 107.739,47.653 107.611,47.116L104.418,33.699C104.311,33.248 103.909,32.93 103.446,32.93 102.983,32.93 102.58,33.248 102.473,33.699L93.208,72.641C92.315,76.396 89.338,79.296 85.562,80.102 79.447,81.408 73.516,83.355 70.647,86.223 63.648,93.223 63.406,104.435 69.881,111.751 66.952,116.919 64.722,122.442 63.276,128.212L63.276,123.523C63.276,116.106 60.175,103.597 58.646,97.882 58.172,96.111 58.546,94.232 59.636,92.756 65.025,85.462 64.417,75.099 57.814,68.495 50.731,61.413 24.971,59.942 23.878,59.883 23.592,59.866 23.317,59.974 23.117,60.174 22.916,60.375 22.81,60.652 22.825,60.936 22.884,62.028 24.355,87.789 31.437,94.871 35.074,98.507 39.849,100.325 44.625,100.325 46.881,100.325 49.134,99.912 51.268,99.095 53.829,98.113 56.729,99.496 57.638,102.085 60.026,108.882 61.276,116.105 61.276,123.523L61.276,142.343C61.276,142.974 60.983,143.574 60.47,143.941 60.061,144.233 59.673,144.557 59.312,144.908 58.327,145.866 56.724,145.639 56.102,144.413 55.939,144.092 55.773,143.772 55.605,143.454 55.112,142.521 55.125,141.407 55.663,140.499 59.892,133.348 58.954,123.967 52.814,117.828 45.731,110.746 19.971,109.275 18.878,109.216 18.595,109.204 18.318,109.306 18.117,109.507 17.916,109.708 17.81,109.985 17.825,110.269 17.884,111.361 19.355,137.122 26.437,144.205 30.074,147.841 34.849,149.659 39.625,149.659 44.401,149.659 49.178,147.84 52.814,144.205 53.021,143.997 53.202,143.774 53.398,143.559 54.474,145.524 55.447,147.54 56.309,149.603 56.451,149.942 56.482,150.313 56.436,150.676 56.192,152.563 56.496,154.498 57.348,156.246 57.868,157.315 58.578,158.257 59.417,159.057 60.641,164.059 61.276,169.242 61.276,174.523L61.276,180.503 61.276,190.503 61.276,197.503 60.755,197.503C59.788,197.503 58.959,196.812 58.787,195.859L58.233,192.808C58.135,192.265 57.613,191.904 57.071,192.002 56.528,192.101 56.167,192.621 56.266,193.165L56.625,195.147C56.848,196.374 55.904,197.503 54.657,197.503L52.226,197.503C50.374,197.503 48.764,196.231 48.335,194.429L41.527,165.816C41.42,165.365 41.018,165.047 40.555,165.047 40.092,165.047 39.689,165.365 39.582,165.816L32.775,194.429C32.346,196.231 30.736,197.503 28.883,197.503L25.793,197.503C25.125,197.503 24.583,196.961 24.583,196.293L24.583,195.826C24.583,195.274 24.135,194.826 23.583,194.826 23.031,194.826 22.583,195.274 22.583,195.826L22.583,196.293C22.583,196.961 22.041,197.503 21.374,197.503 20.706,197.503 20.164,196.961 20.164,196.293L20.164,192.986C20.164,192.434 19.716,191.986 19.164,191.986 18.611,191.986 18.164,192.434 18.164,192.986L18.164,196.293C18.164,196.961 17.622,197.503 16.954,197.503L1,197.503C0.448,197.503 0,197.95 0,198.503 0,199.056 0.448,199.503 1,199.503L64.291,199.503 288.31,199.503 323.181,199.503 329.847,199.503 338.531,199.503 343.864,199.503 356.207,199.503 388.816,199.503C389.369,199.503 389.816,199.056 389.816,198.503 389.816,197.95 389.369,197.503 388.816,197.503L376.549,197.503C375.76,197.503 375.176,196.769 375.353,196L375.724,194.389C375.848,193.851 375.512,193.314 374.974,193.19 374.438,193.067 373.899,193.4 373.775,193.94L373.173,196.551C373.045,197.108 372.549,197.503 371.977,197.503 371.299,197.503 370.749,196.953 370.749,196.275L370.749,192.982C370.749,192.429 370.302,191.982 369.749,191.982 369.197,191.982 368.749,192.429 368.749,192.982L368.749,196.275C368.749,196.953 368.2,197.503 367.522,197.503L367.519,197.503C366.126,197.503 364.988,196.408 364.917,195.017 364.88,194.295 364.83,193.576 364.767,192.86L364.767,180.765C364.767,173.414 365.993,166.253 368.34,159.51zM394.979,197.503L393.346,197.503C392.793,197.503 392.346,197.95 392.346,198.503 392.346,199.056 392.793,199.503 393.346,199.503L394.979,199.503C395.531,199.503 395.979,199.056 395.979,198.503 395.979,197.95 395.531,197.503 394.979,197.503" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M145.436,50.851C144.91,49.571 146.518,48.503 147.573,49.398 151.568,52.787 155.909,53.668 156.178,53.719 156.241,53.731 156.304,53.736 156.365,53.736 156.835,53.736 157.254,53.403 157.346,52.924 157.449,52.382 157.094,51.859 156.552,51.754 156.487,51.742 151.62,50.751 147.724,46.799 147.061,46.127 147.288,44.964 148.169,44.625 148.217,44.607 148.265,44.589 148.312,44.573 148.878,44.375 149.507,44.279 150.167,44.279 151.506,44.279 152.972,44.676 154.295,45.431 156.525,46.703 157.916,48.643 159.388,50.697 160.014,51.571 160.661,52.474 161.389,53.347L161.509,53.492C161.9,53.966 162.816,55.077 163.633,55.838 159.655,57.049 155.045,56.779 150.652,55.08 148.071,54.081 146.182,52.57 145.471,50.934 145.459,50.906 145.447,50.878 145.436,50.851M142.976,41.034C142.464,41.242 142.219,41.826 142.428,42.337 142.922,43.548 143.512,44.63 144.163,45.604 143.981,45.919 143.812,46.247 143.67,46.6 142.949,48.398 142.938,50.124 143.637,51.731 144.901,54.638 148.122,56.245 149.93,56.945 152.744,58.034 155.648,58.584 158.456,58.584 160.446,58.584 162.389,58.308 164.216,57.751 164.87,57.552 165.364,57.04 165.539,56.382 165.711,55.728 165.537,55.043 165.071,54.551 164.316,53.752 163.397,52.639 163.051,52.219L162.925,52.067 162.925,52.066C162.244,51.25 161.619,50.377 161.014,49.532 159.481,47.393 157.896,45.182 155.287,43.693 152.785,42.266 149.932,41.89 147.654,42.684 146.84,42.968 146.123,43.399 145.502,43.951 145.051,43.222 144.632,42.445 144.279,41.581 144.071,41.07 143.488,40.822 142.976,41.034M210.495,16.247C210.506,16.243 210.514,16.234 210.525,16.229 211.023,16.033 211.285,15.48 211.104,14.971 209.534,10.529 209.401,5.913 210.643,1.986 211.464,2.81 212.547,3.758 213.009,4.163L213.153,4.289C214.004,5.042 214.888,5.716 215.742,6.367 217.752,7.899 219.651,9.346 220.857,11.614 221.925,13.622 222.186,15.924 221.538,17.62L221.529,17.643C221.163,18.592 219.942,18.808 219.241,18.072 217.668,16.423 216.605,14.646 215.917,13.148 215.686,12.646 215.092,12.426 214.591,12.657 214.089,12.888 213.869,13.481 214.099,13.983 214.797,15.501 215.83,17.282 217.331,18.978 217.92,19.644 217.45,20.725 216.564,20.662 215.831,20.609 215.141,20.363 214.48,19.923 214.044,19.632 213.474,19.739 213.153,20.14 213.135,20.163 213.11,20.176 213.093,20.2 212.787,20.66 212.911,21.28 213.37,21.587 214.448,22.305 215.632,22.667 216.874,22.666 217.687,22.666 218.525,22.512 219.374,22.2 219.734,22.068 220.069,21.907 220.391,21.733 221.344,22.414 222.404,23.039 223.599,23.568 223.73,23.626 223.868,23.654 224.003,23.654 224.387,23.654 224.752,23.432 224.918,23.059 225.141,22.554 224.913,21.963 224.408,21.739 223.554,21.361 222.795,20.914 222.08,20.443 222.648,19.84 223.099,19.137 223.406,18.333 224.267,16.08 223.975,13.217 222.622,10.674 221.211,8.021 219.047,6.372 216.954,4.776 216.128,4.147 215.275,3.497 214.479,2.792L214.327,2.658C213.918,2.3 212.833,1.35 212.059,0.574 211.58,0.094 210.903,-0.104 210.243,0.053 209.58,0.207 209.054,0.686 208.835,1.334 207.364,5.696 207.5,10.776 209.219,15.638 209.403,16.158 209.972,16.433 210.495,16.247M138.553,22.67L140.063,22.67 140.063,24.181C140.063,24.733 140.511,25.181 141.063,25.181 141.616,25.181 142.063,24.733 142.063,24.181L142.063,22.67 143.573,22.67C144.125,22.67 144.573,22.222 144.573,21.67 144.573,21.118 144.125,20.67 143.573,20.67L142.063,20.67 142.063,19.16C142.063,18.608 141.616,18.16 141.063,18.16 140.511,18.16 140.063,18.608 140.063,19.16L140.063,20.67 138.553,20.67C138.001,20.67 137.553,21.118 137.553,21.67 137.553,22.222 138.001,22.67 138.553,22.67M204.225,53.736L205.735,53.736 205.735,55.246C205.735,55.798 206.183,56.246 206.735,56.246 207.288,56.246 207.735,55.798 207.735,55.246L207.735,53.736 209.245,53.736C209.797,53.736 210.245,53.288 210.245,52.736 210.245,52.184 209.797,51.736 209.245,51.736L207.735,51.736 207.735,50.226C207.735,49.674 207.288,49.226 206.735,49.226 206.183,49.226 205.735,49.674 205.735,50.226L205.735,51.736 204.225,51.736C203.673,51.736 203.225,52.184 203.225,52.736 203.225,53.288 203.673,53.736 204.225,53.736M347.668,34.931L349.178,34.931 349.178,36.441C349.178,36.993 349.626,37.441 350.178,37.441 350.73,37.441 351.178,36.993 351.178,36.441L351.178,34.931 352.688,34.931C353.24,34.931 353.688,34.483 353.688,33.931 353.688,33.379 353.24,32.931 352.688,32.931L351.178,32.931 351.178,31.421C351.178,30.869 350.73,30.421 350.178,30.421 349.626,30.421 349.178,30.869 349.178,31.421L349.178,32.931 347.668,32.931C347.116,32.931 346.668,33.379 346.668,33.931 346.668,34.483 347.116,34.931 347.668,34.931M182.885,26.364C183.141,26.364 183.396,26.266 183.592,26.071L184.775,24.887C185.165,24.497 185.165,23.864 184.775,23.473 184.385,23.083 183.751,23.083 183.361,23.473L182.178,24.657C181.786,25.048 181.786,25.681 182.178,26.071 182.372,26.266 182.628,26.364 182.885,26.364M176.968,32.28C177.224,32.28 177.48,32.182 177.675,31.987L178.859,30.804C179.249,30.414 179.249,29.78 178.859,29.39 178.468,28.999 177.835,28.999 177.445,29.39L176.261,30.573C175.87,30.963 175.87,31.596 176.261,31.987 176.456,32.182 176.712,32.28 176.968,32.28M183.361,31.987C183.555,32.182 183.811,32.28 184.068,32.28 184.324,32.28 184.579,32.182 184.775,31.987 185.165,31.596 185.165,30.964 184.775,30.573L183.592,29.39C183.201,28.999 182.568,28.999 182.178,29.39 181.786,29.78 181.786,30.413 182.178,30.804L183.361,31.987zM177.445,26.071C177.639,26.266 177.895,26.364 178.152,26.364 178.408,26.364 178.663,26.266 178.859,26.071 179.249,25.68 179.249,25.048 178.859,24.657L177.674,23.473C177.285,23.083 176.652,23.083 176.26,23.473 175.87,23.864 175.87,24.497 176.26,24.887L177.445,26.071zM161.799,120.44C164.275,120.44 166.299,118.415 166.299,115.94 166.299,113.465 164.275,111.44 161.799,111.44 159.324,111.44 157.299,113.465 157.299,115.94 157.299,118.415 159.324,120.44 161.799,120.44" android:fillType="evenOdd" />
--- 34,44 ----
<path android:fillColor="#ffd5dbed" android:pathData="M301.729,137.106C301.463,137.106 301.462,137.52 301.729,137.52C301.995,137.52 301.996,137.106 301.729,137.106" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M337.45,113.51C337.2,113.351 336.912,113.266 336.615,113.266L333.793,113.266 345.375,120.672C346.395,121.324 347.004,122.434 347.004,123.641 347.004,124.848 346.395,125.958 345.375,126.61L333.792,134.015 336.615,134.015C336.911,134.015 337.2,133.931 337.45,133.771L351.287,124.925C351.735,124.637 351.992,124.17 351.992,123.641 351.992,123.112 351.735,122.644 351.287,122.357L337.45,113.51zM280.823,79.172L303.943,79.172C304.395,79.172 304.76,79.535 304.76,79.985 304.76,80.434 304.395,80.798 303.943,80.798L280.823,80.798C280.371,80.798 280.005,80.434 280.005,79.985 280.005,79.535 280.371,79.172 280.823,79.172zM262.099,87.845L265.384,87.845C265.441,87.845 265.494,87.86 265.551,87.861 265.608,87.86 265.661,87.845 265.719,87.845L269.003,87.845C271.639,87.845 273.785,89.979 273.785,92.602 273.785,95.224 271.639,97.359 269.003,97.359L265.719,97.359C265.661,97.359 265.608,97.344 265.551,97.342 265.494,97.344 265.441,97.359 265.384,97.359L262.099,97.359C259.463,97.359 257.317,95.224 257.317,92.602 257.317,89.979 259.463,87.845 262.099,87.845zM277.017,87.845L279.977,87.845C280.429,87.845 280.795,88.209 280.795,88.658 280.795,89.107 280.429,89.471 279.977,89.471L277.017,89.471C276.565,89.471 276.199,89.107 276.199,88.658 276.199,88.209 276.565,87.845 277.017,87.845zM266.387,78.111L260.034,78.111C259.737,78.111 259.448,78.195 259.198,78.355L257.921,79.172 272.112,79.172C272.564,79.172 272.929,79.535 272.929,79.985 272.929,80.434 272.564,80.798 272.112,80.798L255.377,80.798 245.361,87.201C245.108,87.364 244.924,87.588 244.804,87.845L249.536,87.845C252.173,87.845 254.319,89.979 254.319,92.602 254.319,93.499 254.052,94.33 253.616,95.047L259.198,98.616C259.448,98.776 259.737,98.86 260.034,98.86L266.387,98.86 274.683,98.86C276.195,98.142 277.595,97.181 278.815,95.968 281.938,92.864 286.089,91.153 290.504,91.153L306.854,91.153 307.633,91.153 336.436,91.153 336.436,85.405 253.547,85.405C253.095,85.405 252.73,85.042 252.73,84.592 252.73,84.143 253.095,83.779 253.547,83.779L336.436,83.779 336.436,79.638C336.436,78.796 335.745,78.111 334.895,78.111L266.387,78.111z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M307.633,92.779L306.854,92.779C302.875,92.779 299.134,94.321 296.32,97.118 295.67,97.765 294.966,98.336 294.232,98.86L334.895,98.86C335.745,98.86 336.436,98.174 336.436,97.332L336.436,97.119 306.451,97.119C306,97.119 305.634,96.756 305.634,96.306 305.634,95.857 306,95.493 306.451,95.493L336.436,95.493 336.436,92.779 307.633,92.779zM262.099,95.732L262.146,95.732C261.402,94.894 260.935,93.805 260.935,92.602 260.935,91.398 261.402,90.31 262.146,89.47L262.099,89.47C260.364,89.47 258.952,90.876 258.952,92.602 258.952,94.327 260.364,95.732 262.099,95.732M265.551,95.715C267.207,95.627 268.532,94.27 268.532,92.601 268.532,90.932 267.207,89.576 265.551,89.487 263.895,89.576 262.57,90.932 262.57,92.601 262.57,94.27 263.895,95.627 265.551,95.715M269.003,95.732C270.738,95.732 272.15,94.327 272.15,92.602 272.15,90.876 270.738,89.47 269.003,89.47L268.956,89.47C269.7,90.31 270.167,91.398 270.167,92.602 270.167,93.805 269.7,94.894 268.956,95.732L269.003,95.732zM299.711,92.779L290.504,92.779C286.525,92.779 282.784,94.321 279.97,97.118 279.321,97.763 278.624,98.341 277.89,98.86L291.033,98.86C292.544,98.142 293.945,97.181 295.165,95.968 296.507,94.633 298.048,93.573 299.711,92.779" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M307.633,91.153L306.854,91.153 290.504,91.153C286.089,91.153 281.938,92.863 278.815,95.968 277.595,97.181 276.195,98.142 274.683,98.86L277.89,98.86C278.624,98.341 279.321,97.763 279.97,97.118 282.784,94.32 286.525,92.779 290.504,92.779L299.711,92.779C298.049,93.573 296.508,94.633 295.165,95.968 293.945,97.181 292.545,98.142 291.033,98.86L294.232,98.86C294.966,98.336 295.67,97.765 296.32,97.118 299.134,94.32 302.875,92.779 306.854,92.779L307.633,92.779 336.436,92.779 336.436,91.153 307.633,91.153zM253.547,83.779C253.095,83.779 252.73,84.143 252.73,84.592 252.73,85.042 253.095,85.405 253.547,85.405L336.436,85.405 336.436,83.779 253.547,83.779zM262.099,89.471L262.146,89.471C261.402,90.31 260.935,91.398 260.935,92.602 260.935,93.805 261.402,94.894 262.146,95.733L262.099,95.733C260.364,95.733 258.952,94.328 258.952,92.602 258.952,90.876 260.364,89.471 262.099,89.471M265.551,89.488C267.207,89.576 268.532,90.933 268.532,92.602 268.532,94.271 267.207,95.627 265.551,95.716 263.895,95.627 262.57,94.271 262.57,92.602 262.57,90.933 263.895,89.576 265.551,89.488M268.956,89.471L269.003,89.471C270.739,89.471 272.15,90.876 272.15,92.602 272.15,94.328 270.739,95.733 269.003,95.733L268.956,95.733C269.701,94.894 270.167,93.805 270.167,92.602 270.167,91.398 269.701,90.31 268.956,89.471M262.099,97.359L265.384,97.359C265.441,97.359 265.495,97.344 265.551,97.342 265.608,97.344 265.662,97.359 265.719,97.359L269.003,97.359C271.64,97.359 273.785,95.224 273.785,92.602 273.785,89.979 271.64,87.845 269.003,87.845L265.719,87.845C265.662,87.845 265.608,87.86 265.551,87.862 265.495,87.86 265.441,87.845 265.384,87.845L262.099,87.845C259.463,87.845 257.317,89.979 257.317,92.602 257.317,95.224 259.463,97.359 262.099,97.359M280.823,80.798L303.943,80.798C304.395,80.798 304.76,80.434 304.76,79.985 304.76,79.535 304.395,79.172 303.943,79.172L280.823,79.172C280.371,79.172 280.005,79.535 280.005,79.985 280.005,80.434 280.371,80.798 280.823,80.798M272.112,80.798C272.564,80.798 272.93,80.434 272.93,79.985 272.93,79.535 272.564,79.172 272.112,79.172L257.921,79.172 255.378,80.798 272.112,80.798zM313.148,75.847L311.026,75.847 311.026,63.936C310.358,64.3 309.53,64.629 308.526,64.917L308.526,75.847 306.62,75.847 306.62,65.344C306.158,65.342 305.74,65.04 305.641,64.569 305.633,64.53 305.644,64.493 305.64,64.454L302.736,64.724 302.736,74.08C302.736,74.607 302.31,75.034 301.782,75.034 301.255,75.034 300.829,74.607 300.829,74.08L300.829,64.901 299.142,65.058C299.145,65.089 299.16,65.117 299.16,65.149 299.16,65.701 298.712,66.149 298.16,66.149 297.575,66.149 296.986,66.135 296.398,66.115L296.398,75.847 294.545,75.847C294.543,75.872 294.531,75.894 294.531,75.92 294.531,75.988 294.554,76.048 294.569,76.111L313.219,76.111C313.188,76.026 313.163,75.938 313.148,75.847M300.829,111.002L302.736,111.002 302.736,101.124 300.829,101.124 300.829,111.002zM290.908,111.002L289.001,111.002 289.001,109.079C289.001,107.676 287.861,106.537 286.46,106.537 285.933,106.537 285.507,106.111 285.507,105.584 285.507,105.057 285.933,104.63 286.46,104.63 288.913,104.63 290.908,106.627 290.908,109.079L290.908,111.002zM311.026,108.521L311.026,101.124 311.612,101.124C311.625,101.035 311.646,100.947 311.674,100.86L293.453,100.86C294.439,102.002 295.039,103.484 295.039,105.107L295.039,109.239C295.039,109.766 294.613,110.192 294.086,110.192 293.559,110.192 293.133,109.766 293.133,109.239L293.133,105.107C293.133,103.228 291.999,101.614 290.382,100.898 290.417,100.885 290.453,100.873 290.488,100.86L282.792,100.86C282.822,100.945 282.846,101.033 282.861,101.124L286.251,101.124C285.905,101.322 285.578,101.549 285.295,101.828L285.295,111.002 284.081,111.002C284.103,111.089 284.116,111.177 284.122,111.266L311.386,111.266C311.391,111.177 311.405,111.089 311.426,111.002L310.4,111.002C308.265,108.119 306.982,104.727 306.695,101.124L308.602,101.124C308.836,103.768 309.673,106.279 311.026,108.521z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M306.451,95.493C305.999,95.493 305.634,95.857 305.634,96.306 305.634,96.756 305.999,97.119 306.451,97.119L336.436,97.119 336.436,95.493 306.451,95.493zM277.017,89.471L279.977,89.471C280.429,89.471 280.795,89.107 280.795,88.658 280.795,88.209 280.429,87.845 279.977,87.845L277.017,87.845C276.565,87.845 276.2,88.209 276.2,88.658 276.2,89.107 276.565,89.471 277.017,89.471" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M286.313,117.981C285.861,117.981 285.496,117.617 285.496,117.168C285.496,116.718 285.861,116.355 286.313,116.355L303.864,116.355C304.316,116.355 304.681,116.718 304.681,117.168C304.681,117.617 304.316,117.981 303.864,117.981L286.313,117.981ZM319.272,120.42C319.724,120.42 320.089,120.784 320.089,121.233C320.089,121.683 319.724,122.046 319.272,122.046L296.151,122.046C295.7,122.046 295.334,121.683 295.334,121.233C295.334,120.784 295.7,120.42 296.151,120.42L319.272,120.42ZM295.306,129.093C295.757,129.093 296.123,129.457 296.123,129.906C296.123,130.356 295.757,130.719 295.306,130.719L292.345,130.719C291.894,130.719 291.528,130.356 291.528,129.906C291.528,129.457 291.894,129.093 292.345,129.093L295.306,129.093ZM264.865,129.093C267.501,129.093 269.647,131.228 269.647,133.85C269.647,133.907 269.632,133.959 269.63,134.015L272.663,134.015C272.661,133.959 272.646,133.907 272.646,133.85C272.646,131.228 274.792,129.093 277.428,129.093L280.712,129.093C280.77,129.093 280.823,129.108 280.88,129.11C280.937,129.108 280.99,129.093 281.047,129.093L284.332,129.093C286.968,129.093 289.114,131.228 289.114,133.85C289.114,133.907 289.099,133.959 289.097,134.015L298.717,134.015C300.913,132.971 303.327,132.402 305.833,132.402L322.183,132.402L322.962,132.402L332.604,132.402L341.594,126.654L268.876,126.654C268.424,126.654 268.058,126.29 268.058,125.841C268.058,125.392 268.424,125.028 268.876,125.028L344.137,125.028L344.298,124.924C344.747,124.637 345.004,124.169 345.004,123.641C345.004,123.111 344.747,122.644 344.298,122.356L337.455,117.981L310.677,117.981C310.225,117.981 309.859,117.617 309.859,117.168C309.859,116.718 310.225,116.355 310.677,116.355L334.911,116.355L330.461,113.51C330.212,113.351 329.923,113.266 329.626,113.266L261.753,113.266L254.765,113.266C253.915,113.266 253.223,113.952 253.223,114.794L253.223,116.355L280.706,116.355C281.158,116.355 281.523,116.718 281.523,117.168C281.523,117.617 281.158,117.981 280.706,117.981L253.223,117.981L253.223,120.42L287.44,120.42C287.892,120.42 288.258,120.784 288.258,121.233C288.258,121.683 287.892,122.046 287.44,122.046L253.223,122.046L253.223,125.028L263.107,125.028C263.559,125.028 263.924,125.392 263.924,125.841C263.924,126.29 263.559,126.654 263.107,126.654L253.223,126.654L253.223,129.093L264.865,129.093Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M254.765,134.015L261.754,134.015 267.995,134.015C267.998,133.959 268.013,133.907 268.013,133.85 268.013,132.124 266.601,130.719 264.865,130.719L253.223,130.719 253.223,132.487C253.223,133.329 253.915,134.015 254.765,134.015M277.474,130.719L277.428,130.719C275.692,130.719 274.281,132.124 274.281,133.85 274.281,133.907 274.294,133.959 274.297,134.015L276.28,134.015C276.277,133.959 276.264,133.906 276.264,133.85 276.264,132.646 276.73,131.558 277.474,130.719M284.332,130.719L284.286,130.719C285.03,131.558 285.496,132.646 285.496,133.85 285.496,133.906 285.482,133.959 285.48,134.015L287.462,134.015C287.465,133.959 287.479,133.907 287.479,133.85 287.479,132.124 286.068,130.719 284.332,130.719M280.88,130.736C279.223,130.825 277.899,132.181 277.899,133.85 277.899,133.906 277.912,133.96 277.915,134.015L283.844,134.015C283.847,133.96 283.861,133.906 283.861,133.85 283.861,132.181 282.536,130.825 280.88,130.736" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M311.866,136.015C311.753,136.104 311.634,136.186 311.523,136.279L313.026,136.279 314.307,136.279C314.453,136.188 314.6,136.1 314.749,136.015L311.866,136.015zM322.962,132.402L322.183,132.402 305.833,132.402C303.327,132.402 300.913,132.971 298.717,134.015L329.626,134.015C329.922,134.015 330.212,133.931 330.462,133.771L332.604,132.402 322.962,132.402zM264.865,130.719C266.601,130.719 268.012,132.124 268.012,133.85 268.012,133.907 267.998,133.959 267.995,134.015L269.631,134.015C269.633,133.959 269.647,133.907 269.647,133.85 269.647,131.227 267.501,129.093 264.865,129.093L253.223,129.093 253.223,130.719 264.865,130.719zM263.107,126.654C263.559,126.654 263.924,126.29 263.924,125.841 263.924,125.392 263.559,125.028 263.107,125.028L253.223,125.028 253.223,126.654 263.107,126.654zM268.876,125.028C268.424,125.028 268.058,125.392 268.058,125.841 268.058,126.29 268.424,126.654 268.876,126.654L341.594,126.654 344.137,125.028 268.876,125.028zM283.295,136.279L284.802,136.279C284.854,136.196 284.889,136.102 284.936,136.015L282.973,136.015C282.879,136.112 282.774,136.196 282.668,136.279L283.295,136.279zM284.332,129.093L281.048,129.093C280.99,129.093 280.937,129.108 280.88,129.11 280.823,129.108 280.77,129.093 280.712,129.093L277.428,129.093C274.792,129.093 272.646,131.228 272.646,133.85 272.646,133.907 272.661,133.959 272.663,134.015L274.298,134.015C274.295,133.96 274.281,133.907 274.281,133.85 274.281,132.124 275.692,130.719 277.428,130.719L277.475,130.719C276.731,131.558 276.264,132.647 276.264,133.85 276.264,133.906 276.278,133.959 276.28,134.015L277.915,134.015C277.913,133.96 277.899,133.906 277.899,133.85 277.899,132.181 279.224,130.825 280.88,130.736 282.537,130.825 283.861,132.181 283.861,133.85 283.861,133.906 283.848,133.96 283.845,134.015L285.48,134.015C285.482,133.959 285.496,133.906 285.496,133.85 285.496,132.647 285.03,131.558 284.286,130.719L284.332,130.719C286.068,130.719 287.479,132.124 287.479,133.85 287.479,133.907 287.465,133.96 287.462,134.015L289.098,134.015C289.1,133.959 289.114,133.907 289.114,133.85 289.114,131.228 286.968,129.093 284.332,129.093M296.152,120.42C295.7,120.42 295.335,120.784 295.335,121.233 295.335,121.683 295.7,122.046 296.152,122.046L319.273,122.046C319.724,122.046 320.09,121.683 320.09,121.233 320.09,120.784 319.724,120.42 319.273,120.42L296.152,120.42zM287.441,122.046C287.893,122.046 288.258,121.683 288.258,121.233 288.258,120.784 287.893,120.42 287.441,120.42L253.224,120.42 253.224,122.046 287.441,122.046zM280.706,117.981C281.158,117.981 281.523,117.617 281.523,117.168 281.523,116.718 281.158,116.355 280.706,116.355L253.224,116.355 253.224,117.981 280.706,117.981zM303.864,117.981C304.316,117.981 304.681,117.617 304.681,117.168 304.681,116.718 304.316,116.355 303.864,116.355L286.313,116.355C285.862,116.355 285.496,116.718 285.496,117.168 285.496,117.617 285.862,117.981 286.313,117.981L303.864,117.981zM310.677,116.355C310.225,116.355 309.86,116.719 309.86,117.168 309.86,117.618 310.225,117.981 310.677,117.981L337.455,117.981 334.911,116.355 310.677,116.355zM291.528,129.906C291.528,130.355 291.894,130.719 292.345,130.719L295.306,130.719C295.757,130.719 296.123,130.355 296.123,129.906 296.123,129.456 295.757,129.093 295.306,129.093L292.345,129.093C291.894,129.093 291.528,129.456 291.528,129.906M340.796,99.356L337.796,99.356 337.796,77.11 340.796,77.11C342.453,77.11 343.796,78.453 343.796,80.11L343.796,96.356C343.796,98.013 342.453,99.356 340.796,99.356" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M107.323,54.547L108.101,57.817C108.21,58.276 108.62,58.585 109.073,58.585C109.149,58.585 109.227,58.576 109.305,58.558C109.842,58.43 110.174,57.891 110.046,57.354L109.268,54.084C109.141,53.547 108.601,53.212 108.064,53.343C107.527,53.47 107.195,54.01 107.323,54.547" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M356.207,197.503L338.49,197.462C338.49,194.825 340.635,192.68 343.272,192.68L351.466,192.68C354.103,192.68 356.248,194.825 356.248,197.462 356.248,197.484 356.229,197.503 356.207,197.503zM336.491,197.474L329.791,197.446 329.791,196.306C329.791,193.284 332.249,190.826 335.27,190.826L338.441,190.826C339.191,190.826 339.905,190.979 340.556,191.252 338.165,192.302 336.49,194.689 336.49,197.462 336.49,197.466 336.491,197.47 336.491,197.474zM315.053,197.503C313.934,197.503 313.026,196.596 313.026,195.476L313.026,160.139 321.915,197.503 315.053,197.503zM311.026,194.503C311.026,196.16 309.683,197.503 308.026,197.503L288.295,197.503C286.638,197.503 285.295,196.16 285.295,194.503L285.295,140.017C285.295,138.912 286.19,138.017 287.295,138.017L309.026,138.017C310.131,138.017 311.026,138.912 311.026,140.017L311.026,194.503zM277.915,134.015L276.28,134.015 274.297,134.015 272.663,134.015 269.63,134.015 267.995,134.015 261.753,134.015 254.765,134.015C253.915,134.015 253.223,133.33 253.223,132.487L253.223,130.719 253.223,129.093 253.223,126.654 253.223,125.028 253.223,122.046 253.223,120.42 253.223,117.981 253.223,116.355 253.223,114.794C253.223,113.952 253.915,113.266 254.765,113.266L261.753,113.266 329.625,113.266C329.923,113.266 330.212,113.351 330.461,113.51L334.911,116.355 337.455,117.981 344.298,122.357C344.747,122.644 345.004,123.111 345.004,123.641 345.004,124.17 344.747,124.637 344.298,124.924L344.137,125.028 341.594,126.654 332.603,132.402 330.462,133.771C330.211,133.931 329.922,134.015 329.625,134.015L298.717,134.015 289.097,134.015 287.462,134.015 285.48,134.015 283.844,134.015 277.915,134.015zM283.295,195.476C283.295,196.707 282.198,197.682 280.928,197.476 279.931,197.314 279.241,196.377 279.241,195.367L279.241,194.164C279.241,193.611 278.793,193.164 278.241,193.164 277.689,193.164 277.241,193.611 277.241,194.164L277.241,195.476C277.241,196.596 276.334,197.503 275.214,197.503L251.582,197.503 251.582,196.526C251.582,192.756 248.525,189.699 244.754,189.699L243.062,189.699 255.835,136.015 278.295,136.015C281.057,136.015 283.295,138.254 283.295,141.015L283.295,195.476zM249.582,197.503L237.075,197.553 237.075,196.526C237.075,193.864 239.24,191.699 241.901,191.699L244.754,191.699C247.416,191.699 249.582,193.864 249.582,196.526L249.582,197.503zM264.043,100.86L266.387,100.86 280.295,100.86C281.952,100.86 283.295,102.203 283.295,103.86L283.295,111.266 261.753,111.266 261.739,111.266 264.043,100.86zM311.026,104.86L311.026,111.266 285.295,111.266 285.295,104.86C285.295,102.651 287.086,100.86 289.295,100.86L307.026,100.86C309.235,100.86 311.026,102.651 311.026,104.86zM260.034,98.86C259.737,98.86 259.448,98.775 259.198,98.616L253.616,95.047 252.244,94.17 245.361,89.769C245.23,89.685 245.121,89.582 245.025,89.471 244.79,89.2 244.655,88.86 244.655,88.485 244.655,88.256 244.712,88.042 244.804,87.845 244.923,87.588 245.107,87.364 245.361,87.201L255.377,80.798 257.92,79.172 259.198,78.355C259.447,78.195 259.736,78.111 260.034,78.111L266.387,78.111 334.895,78.111C335.745,78.111 336.436,78.796 336.436,79.638L336.436,83.779 336.436,85.405 336.436,91.153 336.436,92.779 336.436,95.493 336.436,97.12 336.436,97.332C336.436,98.174 335.745,98.86 334.895,98.86L294.232,98.86 291.033,98.86 277.89,98.86 274.683,98.86 266.387,98.86 260.034,98.86zM270.673,73.648L280.588,31.975C280.832,30.95 282.29,30.95 282.534,31.975L288.629,57.597C285.497,58.376 283.295,59.614 283.295,61.367L283.295,73.111C283.295,74.768 281.952,76.111 280.295,76.111L272.619,76.111C271.327,76.111 270.374,74.905 270.673,73.648zM298.16,58.586C306.518,58.586 311.026,60.56 311.026,61.367 311.026,61.647 309.933,62.645 306.414,63.385 305.912,63.49 305.595,63.956 305.64,64.454 305.644,64.493 305.633,64.53 305.641,64.569 305.74,65.04 306.158,65.342 306.62,65.343 306.688,65.343 306.755,65.357 306.825,65.342 307.443,65.212 307.999,65.068 308.526,64.917 309.53,64.628 310.358,64.3 311.026,63.936L311.026,72.109C311.026,73.214 310.131,74.109 309.026,74.109L287.295,74.109C286.19,74.109 285.295,73.214 285.295,72.109L285.295,63.928C285.66,64.128 286.079,64.309 286.522,64.482 287.102,64.706 287.739,64.908 288.429,65.086 290.21,65.547 292.307,65.853 294.492,66.013 295.123,66.059 295.759,66.093 296.398,66.114 296.986,66.135 297.575,66.149 298.16,66.149 298.712,66.149 299.16,65.701 299.16,65.149 299.16,65.116 299.145,65.089 299.142,65.058 299.094,64.55 298.68,64.149 298.16,64.149 289.803,64.149 285.295,62.174 285.295,61.367 285.295,60.56 289.803,58.586 298.16,58.586zM338.072,78.111L341.248,78.111C342.098,78.111 342.79,78.796 342.79,79.638L342.79,97.332C342.79,98.174 342.098,98.86 341.248,98.86L338.072,98.86C338.298,98.396 338.436,97.882 338.436,97.332L338.436,79.638C338.436,79.089 338.298,78.575 338.072,78.111zM336.615,113.266C336.912,113.266 337.201,113.351 337.45,113.51L351.287,122.357C351.735,122.644 351.993,123.111 351.993,123.641 351.993,124.17 351.735,124.637 351.287,124.924L337.45,133.771C337.201,133.931 336.912,134.015 336.615,134.015L333.792,134.015 345.375,126.609C346.395,125.958 347.004,124.848 347.004,123.641 347.004,122.434 346.395,121.324 345.375,120.672L333.793,113.266 336.615,113.266zM196.178,197.503L196.049,197.503C194.662,197.503 193.696,196.125 194.168,194.821L194.71,193.327C194.898,192.808 194.63,192.234 194.111,192.046 193.594,191.861 193.019,192.127 192.83,192.646L191.547,196.185C191.26,196.976 190.509,197.503 189.667,197.503L186.94,197.503C187.3,196.813 187.523,196.041 187.523,195.21L187.523,185.78C187.523,185.056 187.911,184.38 188.55,184.04 190.953,182.76 192.894,180.729 194.076,178.267 194.093,178.232 194.109,178.198 194.126,178.164 194.243,177.914 194.353,177.661 194.455,177.403 194.481,177.336 194.504,177.268 194.529,177.2 194.67,176.821 194.793,176.435 194.898,176.04 194.945,175.864 194.995,175.69 195.034,175.512 195.07,175.349 195.099,175.185 195.128,175.021 195.17,174.789 195.206,174.557 195.235,174.322 195.251,174.187 195.269,174.052 195.281,173.916 195.315,173.537 195.339,173.155 195.339,172.77L195.339,157.974C195.339,155.765 197.13,153.974 199.339,153.974L205.106,153.974C207.37,153.974 209.532,153.556 211.547,152.826L202.015,192.892C201.372,195.595 198.957,197.503 196.178,197.503zM185.523,183.827L185.523,195.21C185.523,196.867 184.18,198.21 182.523,198.21L179.944,198.21C178.287,198.21 176.944,196.867 176.944,195.21L176.944,185.524C176.944,184.42 176.049,183.524 174.944,183.524L163.027,183.524C161.922,183.524 161.027,184.42 161.027,185.524L161.027,195.21C161.027,196.867 159.684,198.21 158.027,198.21L155.447,198.21C153.79,198.21 152.447,196.867 152.447,195.21L152.447,184.524C152.447,183.958 151.979,183.528 151.413,183.524 148.739,183.506 146.57,181.325 146.57,178.647L146.57,164.541C146.57,163.989 146.122,163.541 145.57,163.541 145.018,163.541 144.57,163.989 144.57,164.541L144.57,178.647C144.57,180.553 145.352,182.277 146.609,183.524L101.123,183.524C99.466,183.524 98.123,184.867 98.123,186.524L98.123,195.21C98.123,196.867 96.78,198.21 95.123,198.21L92.543,198.21C90.887,198.21 89.543,196.867 89.543,195.21L89.543,145.847C89.543,136.662 96.99,129.215 106.176,129.215L112.704,129.215C113.588,129.215 114.407,129.623 114.995,130.283 116.609,132.096 118.872,133.318 121.415,133.585L121.415,134.974C121.415,145.468 129.921,153.974 140.415,153.974L145.57,153.974 191.339,153.974C192.444,153.974 193.339,154.87 193.339,155.974L193.339,172.77C193.339,177.273 190.478,181.33 186.215,182.875 185.807,183.023 185.523,183.393 185.523,183.827zM162.444,197.503C162.804,196.813 163.027,196.041 163.027,195.21L163.027,187.524C163.027,186.42 163.922,185.524 165.027,185.524L172.944,185.524C174.049,185.524 174.944,186.42 174.944,187.524L174.944,195.21C174.944,196.041 175.167,196.813 175.527,197.503L162.444,197.503zM142.477,193.66L140.54,185.524 148.447,185.524C149.552,185.524 150.447,186.42 150.447,187.524L150.447,195.21C150.447,196.041 150.67,196.813 151.03,197.503L147.341,197.503C145.025,197.503 143.012,195.913 142.477,193.66zM131.395,197.503C131.754,196.813 131.978,196.041 131.978,195.21L131.978,187.524C131.978,186.42 132.873,185.524 133.978,185.524L138.485,185.524 141.335,197.503 131.395,197.503zM129.978,195.21C129.978,196.867 128.635,198.21 126.978,198.21L124.398,198.21C122.741,198.21 121.398,196.867 121.398,195.21L121.398,186.524C121.398,185.972 121.846,185.524 122.398,185.524L128.978,185.524C129.53,185.524 129.978,185.972 129.978,186.524L129.978,195.21zM99.54,197.503C99.9,196.813 100.123,196.041 100.123,195.21L100.123,188.524C100.123,186.867 101.466,185.524 103.123,185.524L117.398,185.524C118.503,185.524 119.398,186.42 119.398,187.524L119.398,195.21C119.398,196.041 119.621,196.813 119.981,197.503L99.54,197.503zM114.463,109.241C114.463,104.822 118.045,101.241 122.463,101.241L137.063,101.241C137.616,101.241 138.063,100.793 138.063,100.241 138.063,99.689 137.616,99.241 137.063,99.241L132.523,99.241 125.955,99.241C124.634,99.241 123.672,97.981 124.02,96.707 125.986,89.494 132.587,84.174 140.415,84.174L144.567,84.174 159.183,84.174C159.194,84.44 159.233,84.709 159.334,84.975 159.598,85.672 160.105,86.141 160.601,86.562 167.568,92.472 176.404,95.991 186.154,96.738 186.699,96.78 187.252,96.8 187.81,96.8 189.896,96.8 192.05,96.51 194.127,95.945 196.906,95.188 199.391,93.97 201.311,92.421 201.742,92.075 201.809,91.445 201.462,91.015 201.454,91.005 201.442,91.001 201.433,90.991 201.082,90.587 200.476,90.525 200.057,90.864 198.349,92.241 196.117,93.33 193.602,94.015 191.187,94.673 188.665,94.925 186.307,94.744 176.98,94.029 168.539,90.673 161.895,85.036 161.585,84.774 161.299,84.517 161.204,84.265 161.04,83.835 161.428,83.239 161.894,82.953 162.504,82.577 163.309,82.463 164.161,82.343L164.368,82.314C165.594,82.138 166.829,81.902 168.037,81.61 171.565,80.76 174.954,79.437 178.111,77.676 179.061,77.147 179.997,76.573 180.901,76.018 182.645,74.949 184.292,73.939 186.087,73.177 189.426,71.758 193.472,71.809 196.909,73.312L196.978,73.343C199.973,74.663 199.964,78.882 196.987,80.241 193.91,81.646 190.584,82.644 187.093,83.186 186.547,83.271 186.174,83.782 186.258,84.328 186.335,84.822 186.761,85.174 187.245,85.174 187.296,85.174 187.348,85.17 187.4,85.163 193.084,84.28 198.356,82.243 202.894,79.252 202.903,79.255 202.906,79.256 202.915,79.259 204.187,82.501 204.093,85.419 202.638,87.926 202.371,88.386 202.52,88.965 202.958,89.255 202.975,89.266 202.984,89.283 203,89.293 203.478,89.57 204.09,89.408 204.367,88.93 204.648,88.446 204.888,87.946 205.086,87.433 205.854,85.443 207.939,84.295 209.983,84.908 216.986,87.005 222.106,93.496 222.106,101.174L222.106,102.774C222.106,103.878 221.211,104.774 220.106,104.774L205.154,104.774C204.602,104.774 204.154,105.222 204.154,105.774 204.154,106.326 204.602,106.774 205.154,106.774L223.6,106.774C227.024,106.774 229.8,109.55 229.8,112.974L229.8,120.774C229.8,130.163 222.189,137.774 212.8,137.774L196.153,137.774 193.6,137.774C184.211,137.774 176.6,130.163 176.6,120.774L176.6,112.974C176.6,109.55 179.376,106.774 182.8,106.774L187.566,106.774 193.6,106.774C194.152,106.774 194.6,106.326 194.6,105.774 194.6,105.222 194.152,104.774 193.6,104.774L182.8,104.774C178.271,104.774 174.6,108.445 174.6,112.974L174.6,120.774C174.6,131.268 183.106,139.774 193.6,139.774L212.8,139.774C215.387,139.774 217.853,139.253 220.103,138.312 220.895,137.98 221.698,138.689 221.468,139.516 219.478,146.69 212.905,151.974 205.106,151.974L144.568,151.974 140.415,151.974C135.34,151.974 130.786,149.751 127.67,146.226 123.676,141.705 126.442,134.525 132.41,133.642L132.415,133.641 137.063,133.641C137.616,133.641 138.063,133.193 138.063,132.641 138.063,132.088 137.616,131.641 137.063,131.641L122.463,131.641C118.045,131.641 114.463,128.059 114.463,123.641L114.463,109.241zM63.501,197.503L63.276,197.503 63.276,190.503 63.276,180.503 63.276,174.523 63.276,161.322C63.42,161.367 63.561,161.421 63.707,161.46 64.524,161.674 65.353,161.777 66.176,161.777 66.2,161.777 66.223,161.777 66.246,161.777 69.166,161.756 71.386,164.36 70.71,167.201L63.501,197.503zM59.145,155.37C58.142,153.31 58.088,150.921 58.997,148.818 60.237,145.949 63.102,144.083 66.207,144.083 66.331,144.083 66.456,144.086 66.58,144.092L79.487,144.715 79.488,144.715C79.895,144.734 80.077,145.021 80.137,145.143 80.196,145.265 80.309,145.585 80.074,145.918L72.609,156.466C70.732,159.12 67.356,160.348 64.214,159.525 61.997,158.945 60.149,157.43 59.145,155.37zM44.479,197.503L36.63,197.503C35.339,197.503 34.386,196.297 34.685,195.04L39.582,174.457C39.826,173.432 41.284,173.432 41.528,174.457L46.425,195.04C46.724,196.297 45.771,197.503 44.479,197.503zM43.757,127.4C43.367,127.01 42.734,127.01 42.344,127.401 41.953,127.792 41.954,128.425 42.344,128.815 45.946,132.417 49.063,136.372 51.677,140.598 52.107,141.294 51.99,142.199 51.412,142.778L51.4,142.791C44.908,149.282 34.344,149.283 27.852,142.791 22.465,137.404 20.516,118.953 19.987,112.45 19.936,111.834 20.444,111.327 21.059,111.377 27.563,111.905 46.011,113.854 51.4,119.242 56.18,124.022 57.434,131.006 55.174,136.949 54.645,138.34 52.763,138.539 51.93,137.305 49.554,133.787 46.826,130.469 43.757,127.4zM58.191,90.918C57.387,92.226 55.493,92.205 54.74,90.867 51.792,85.633 48.121,80.764 43.757,76.4 43.367,76.01 42.734,76.01 42.344,76.401 41.953,76.792 41.954,77.425 42.344,77.815 45.757,81.228 48.734,84.959 51.258,88.937 53.604,92.635 51.374,97.501 47.041,98.138 42.014,98.876 36.714,97.319 32.852,93.457 29.385,89.99 27.342,81.113 26.185,73.492 25.274,67.489 30.458,62.334 36.461,63.246 44.076,64.403 53.103,66.286 56.4,69.909 64.058,78.327 60.757,86.74 58.191,90.918zM72.061,87.637C77.148,82.551 93.882,80.529 101.208,79.874 102.45,79.763 103.484,80.798 103.373,82.04 102.718,89.365 100.696,106.099 95.61,111.185 92.465,114.33 88.283,116.062 83.836,116.062 80.921,116.062 78.124,115.313 75.657,113.911 73.673,112.783 73.104,110.145 74.388,108.258 76.487,105.172 78.868,102.248 81.518,99.517 81.898,99.125 81.899,98.504 81.513,98.118 81.118,97.724 80.471,97.725 80.082,98.125 78.121,100.147 76.304,102.272 74.635,104.488 72.599,107.19 68.274,106.232 67.565,102.923 66.42,97.581 67.919,91.78 72.061,87.637zM354.891,166.062C353.319,163.853 351.576,161.745 349.663,159.759 349.274,159.357 348.625,159.357 348.23,159.752L348.229,159.753C347.844,160.138 347.846,160.756 348.224,161.149 349.888,162.875 351.88,166.118 353.264,168.544 354.384,170.508 353.658,173.021 351.65,174.064 346.579,176.699 340.168,175.891 335.918,171.641 331.935,167.658 330.263,154.806 329.67,148.534 329.552,147.283 330.597,146.239 331.848,146.357 338.119,146.948 350.969,148.619 354.954,152.604 358.442,156.092 359.603,161.031 358.451,165.493 358.031,167.12 355.864,167.431 354.891,166.062zM368.915,135.341C368.991,131.182 370.611,127.047 373.778,123.879 378.863,118.794 395.592,116.772 402.919,116.117 404.164,116.005 405.2,117.042 405.089,118.286 404.434,125.613 402.414,142.34 397.326,147.428 392.315,152.439 384.881,153.577 378.765,150.851 375.852,149.552 374.838,145.93 376.689,143.333 378.584,140.675 380.693,138.144 383.007,135.76 383.388,135.368 383.389,134.747 383.003,134.361L383.002,134.36C382.608,133.966 381.96,133.967 381.572,134.367 380.237,135.744 378.969,137.169 377.769,138.638 374.768,142.311 368.83,140.083 368.915,135.341zM368.34,159.51C370.005,154.724 375.157,151.93 379.992,153.445 381.798,154.011 383.674,154.296 385.552,154.296 390.328,154.296 395.104,152.478 398.74,148.842 405.823,141.759 407.293,115.999 407.352,114.906 407.367,114.622 407.261,114.345 407.061,114.145 406.86,113.943 406.579,113.84 406.299,113.853 405.207,113.912 379.446,115.383 372.364,122.465 366.572,128.257 365.406,136.935 368.844,143.901 370.177,146.603 370.343,149.73 369.061,152.456 364.946,161.201 362.767,170.813 362.767,180.765L362.767,182.253C361.784,178.905 360.478,175.67 358.872,172.577 358.391,171.652 358.414,170.561 358.922,169.65 362.206,163.767 361.362,156.185 356.368,151.19 350.517,145.339 329.346,144.131 328.448,144.082 328.168,144.069 327.888,144.173 327.687,144.374 327.486,144.574 327.38,144.851 327.395,145.135 327.444,146.033 328.653,167.204 334.504,173.055 337.518,176.069 341.477,177.576 345.436,177.576 348.288,177.576 351.139,176.794 353.637,175.231 355.172,174.27 357.199,174.938 357.883,176.614 359.635,180.912 362.336,188.155 362.767,192.923L362.767,194.893C362.767,196.334 361.598,197.503 360.157,197.503L358.244,197.503C358.244,197.489 358.248,197.476 358.248,197.462 358.248,193.723 355.206,190.68 351.466,190.68L343.354,190.68C342.038,189.529 340.322,188.826 338.441,188.826L335.27,188.826C331.14,188.826 327.791,192.175 327.791,196.305L327.791,197.446C327.791,197.466 327.796,197.483 327.797,197.503L327.795,197.503C325.553,197.503 323.605,195.964 323.086,193.783L314.384,157.206C313.482,153.415 313.026,149.53 313.026,145.633L313.026,141.015C313.026,138.254 315.265,136.015 318.026,136.015L336.615,136.015C337.293,136.015 337.957,135.821 338.527,135.456L352.262,126.675C353.057,126.168 353.68,125.395 353.895,124.477 354.249,122.963 353.617,121.472 352.364,120.672L338.528,111.825C337.957,111.46 337.293,111.266 336.616,111.266L330.686,111.266C330.71,111.277 330.489,111.289 330.123,111.301 329.959,111.278 329.793,111.266 329.625,111.266L313.026,111.266 313.026,103.86C313.026,102.203 314.369,100.86 316.026,100.86L334.895,100.86C334.921,100.86 334.947,100.855 334.973,100.854 335.257,100.858 335.593,100.86 336.004,100.86L341.248,100.86C343.196,100.86 344.79,99.266 344.79,97.318L344.79,79.638C344.79,77.69 343.21,76.111 341.262,76.111L336.005,76.111C335.593,76.111 335.259,76.113 334.981,76.117 334.952,76.116 334.924,76.111 334.895,76.111L316.026,76.111C314.369,76.111 313.026,74.768 313.026,73.111L313.026,61.367C313.026,58.082 305.32,56.586 298.16,56.586 297.298,56.586 296.428,56.607 295.565,56.652 292.659,56.801 290.045,54.907 289.372,52.076L282.533,23.335C282.426,22.884 282.023,22.566 281.561,22.566 281.098,22.566 280.695,22.884 280.588,23.335L268.944,72.276C268.513,74.09 267.129,75.586 265.31,75.991 262.656,76.581 260.149,74.933 259.543,72.425L245.981,16.271C245.874,15.82 245.472,15.503 245.009,15.503 244.546,15.503 244.143,15.82 244.036,16.271L226.404,90.379C226.276,90.917 226.608,91.456 227.145,91.584L227.146,91.584C227.683,91.713 228.222,91.379 228.35,90.842L242.09,33.089C242.822,30.016 247.196,30.016 247.927,33.089L258.272,76.568 258.154,76.651C258.144,76.658 258.131,76.663 258.121,76.67L244.387,85.45C243.593,85.958 242.97,86.729 242.754,87.647 242.398,89.16 243.031,90.653 244.284,91.454L258.121,100.301C258.138,100.312 258.157,100.317 258.172,100.333 258.583,100.756 259.228,100.859 259.819,100.859L261.988,100.86 260.378,108.131C259.973,109.962 258.349,111.266 256.473,111.266L254.765,111.266C254.089,111.266 253.462,111.466 252.924,111.795 251.909,112.416 251.223,113.523 251.223,114.794L251.223,132.487C251.223,134.103 252.325,135.453 253.814,135.87L240.991,189.768C237.657,190.215 235.075,193.071 235.075,196.526L235.075,197.503 202.973,197.503 213.84,151.83C219.629,148.818 223.665,142.918 224.052,136.049 228.74,132.586 231.8,127.037 231.8,120.774L231.8,112.974C231.8,108.624 228.392,105.064 224.106,104.8L224.106,104.36 224.106,101.174C224.106,91.795 217.27,83.999 208.321,82.468 206.864,82.219 205.629,81.196 205.21,79.778 205.134,79.522 205.05,79.264 204.957,79.005 204.844,78.69 204.707,78.386 204.569,78.083 206.897,76.353 209.005,74.358 210.832,72.119 211.182,71.691 211.118,71.061 210.69,70.711 210.263,70.362 209.632,70.426 209.283,70.854 208.511,71.799 207.687,72.7 206.815,73.552 205.325,75.007 202.944,75.181 201.382,73.804 200.321,72.868 199.088,72.083 197.71,71.48 193.779,69.76 189.141,69.706 185.305,71.336 183.374,72.156 181.585,73.253 179.856,74.313 178.957,74.865 178.057,75.417 177.137,75.929 174.139,77.602 170.919,78.859 167.568,79.666 166.421,79.943 165.249,80.168 164.084,80.334L163.881,80.363C162.911,80.5 161.811,80.655 160.845,81.25 160.474,81.479 160.133,81.801 159.851,82.174L140.415,82.174C130.575,82.174 122.46,89.694 121.51,99.289 121.022,99.336 120.548,99.425 120.083,99.539L111.846,64.917C111.717,64.379 111.177,64.047 110.642,64.175 110.104,64.303 109.772,64.842 109.9,65.379L118.188,100.214C114.81,101.821 112.463,105.257 112.463,109.241L112.463,123.641C112.463,123.795 112.467,123.949 112.475,124.101 112.555,125.801 111.186,127.215 109.483,127.215L106.176,127.215C95.886,127.215 87.543,135.557 87.543,145.847L87.543,195.21C87.543,196.041 87.767,196.813 88.126,197.503L65.557,197.503 75.254,156.742C75.385,156.194 75.619,155.676 75.945,155.215L81.626,147.187C82.087,146.535 82.323,145.722 82.164,144.94 81.902,143.662 80.824,142.777 79.584,142.717L77.586,142.62 66.677,142.094C66.306,142.077 65.938,142.081 65.573,142.106 64.358,142.189 63.369,141.167 63.453,139.952 64.111,130.471 66.81,121.395 71.342,113.229 73.133,114.852 75.185,116.092 77.4,116.908 80.196,117.936 81.709,120.973 81.02,123.871L78.582,134.118C78.454,134.655 78.786,135.195 79.323,135.322 79.4,135.341 79.478,135.35 79.555,135.35 80.008,135.35 80.418,135.041 80.527,134.581L84.464,118.031C89.209,117.875 93.651,115.973 97.024,112.599 104.106,105.517 105.577,79.756 105.636,78.664 105.651,78.38 105.545,78.103 105.345,77.902 105.144,77.701 104.869,77.592 104.583,77.611 104.137,77.635 99.561,77.896 93.827,78.68L102.473,42.339C102.717,41.315 104.175,41.315 104.419,42.339L105.665,47.579C105.793,48.116 106.332,48.448 106.87,48.32 107.407,48.193 107.739,47.653 107.611,47.116L104.418,33.699C104.311,33.248 103.909,32.93 103.446,32.93 102.983,32.93 102.58,33.248 102.473,33.699L93.208,72.641C92.315,76.396 89.338,79.296 85.562,80.102 79.447,81.408 73.516,83.355 70.647,86.223 63.648,93.223 63.406,104.435 69.881,111.751 66.952,116.919 64.722,122.442 63.276,128.212L63.276,123.523C63.276,116.106 60.175,103.597 58.646,97.882 58.172,96.111 58.546,94.232 59.636,92.756 65.025,85.462 64.417,75.099 57.814,68.495 50.731,61.413 24.971,59.942 23.878,59.883 23.592,59.866 23.317,59.974 23.117,60.174 22.916,60.375 22.81,60.652 22.825,60.936 22.884,62.028 24.355,87.789 31.437,94.871 35.074,98.507 39.849,100.325 44.625,100.325 46.881,100.325 49.134,99.912 51.268,99.095 53.829,98.113 56.729,99.496 57.638,102.085 60.026,108.882 61.276,116.105 61.276,123.523L61.276,142.343C61.276,142.974 60.983,143.574 60.47,143.941 60.061,144.233 59.673,144.557 59.312,144.908 58.327,145.866 56.724,145.639 56.102,144.413 55.939,144.092 55.773,143.772 55.605,143.454 55.112,142.521 55.125,141.407 55.663,140.499 59.892,133.348 58.954,123.967 52.814,117.828 45.731,110.746 19.971,109.275 18.878,109.216 18.595,109.204 18.318,109.306 18.117,109.507 17.916,109.708 17.81,109.985 17.825,110.269 17.884,111.361 19.355,137.122 26.437,144.205 30.074,147.841 34.849,149.659 39.625,149.659 44.401,149.659 49.178,147.84 52.814,144.205 53.021,143.997 53.202,143.774 53.398,143.559 54.474,145.524 55.447,147.54 56.309,149.603 56.451,149.942 56.482,150.313 56.436,150.676 56.192,152.563 56.496,154.498 57.348,156.246 57.868,157.315 58.578,158.257 59.417,159.057 60.641,164.059 61.276,169.242 61.276,174.523L61.276,180.503 61.276,190.503 61.276,197.503 60.755,197.503C59.788,197.503 58.959,196.812 58.787,195.859L58.233,192.808C58.135,192.265 57.613,191.904 57.071,192.002 56.528,192.101 56.167,192.621 56.266,193.165L56.625,195.147C56.848,196.374 55.904,197.503 54.657,197.503L52.226,197.503C50.374,197.503 48.764,196.231 48.335,194.429L41.527,165.816C41.42,165.365 41.018,165.047 40.555,165.047 40.092,165.047 39.689,165.365 39.582,165.816L32.775,194.429C32.346,196.231 30.736,197.503 28.883,197.503L25.793,197.503C25.125,197.503 24.583,196.961 24.583,196.293L24.583,195.826C24.583,195.274 24.135,194.826 23.583,194.826 23.031,194.826 22.583,195.274 22.583,195.826L22.583,196.293C22.583,196.961 22.041,197.503 21.374,197.503 20.706,197.503 20.164,196.961 20.164,196.293L20.164,192.986C20.164,192.434 19.716,191.986 19.164,191.986 18.611,191.986 18.164,192.434 18.164,192.986L18.164,196.293C18.164,196.961 17.622,197.503 16.954,197.503L1,197.503C0.448,197.503 0,197.95 0,198.503 0,199.056 0.448,199.503 1,199.503L64.291,199.503 288.31,199.503 323.181,199.503 329.847,199.503 338.531,199.503 343.864,199.503 356.207,199.503 388.816,199.503C389.369,199.503 389.816,199.056 389.816,198.503 389.816,197.95 389.369,197.503 388.816,197.503L376.549,197.503C375.76,197.503 375.176,196.769 375.353,196L375.724,194.389C375.848,193.851 375.512,193.314 374.974,193.19 374.438,193.067 373.899,193.4 373.775,193.94L373.173,196.551C373.045,197.108 372.549,197.503 371.977,197.503 371.299,197.503 370.749,196.953 370.749,196.275L370.749,192.982C370.749,192.429 370.302,191.982 369.749,191.982 369.197,191.982 368.749,192.429 368.749,192.982L368.749,196.275C368.749,196.953 368.2,197.503 367.522,197.503L367.519,197.503C366.126,197.503 364.988,196.408 364.917,195.017 364.88,194.295 364.83,193.576 364.767,192.86L364.767,180.765C364.767,173.414 365.993,166.253 368.34,159.51zM394.979,197.503L393.346,197.503C392.793,197.503 392.346,197.95 392.346,198.503 392.346,199.056 392.793,199.503 393.346,199.503L394.979,199.503C395.531,199.503 395.979,199.056 395.979,198.503 395.979,197.95 395.531,197.503 394.979,197.503" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M145.436,50.851C144.91,49.571 146.518,48.503 147.573,49.398 151.568,52.787 155.909,53.668 156.178,53.719 156.241,53.731 156.304,53.736 156.365,53.736 156.835,53.736 157.254,53.403 157.346,52.924 157.449,52.382 157.094,51.859 156.552,51.754 156.487,51.742 151.62,50.751 147.724,46.799 147.061,46.127 147.288,44.964 148.169,44.625 148.217,44.607 148.265,44.589 148.312,44.573 148.878,44.375 149.507,44.279 150.167,44.279 151.506,44.279 152.972,44.676 154.295,45.431 156.525,46.703 157.916,48.643 159.388,50.697 160.014,51.571 160.661,52.474 161.389,53.347L161.509,53.492C161.9,53.966 162.816,55.077 163.633,55.838 159.655,57.049 155.045,56.779 150.652,55.08 148.071,54.081 146.182,52.57 145.471,50.934 145.459,50.906 145.447,50.878 145.436,50.851M142.976,41.034C142.464,41.242 142.219,41.826 142.428,42.337 142.922,43.548 143.512,44.63 144.163,45.604 143.981,45.919 143.812,46.247 143.67,46.6 142.949,48.398 142.938,50.124 143.637,51.731 144.901,54.638 148.122,56.245 149.93,56.945 152.744,58.034 155.648,58.584 158.456,58.584 160.446,58.584 162.389,58.308 164.216,57.751 164.87,57.552 165.364,57.04 165.539,56.382 165.711,55.728 165.537,55.043 165.071,54.551 164.316,53.752 163.397,52.639 163.051,52.219L162.925,52.067 162.925,52.066C162.244,51.25 161.619,50.377 161.014,49.532 159.481,47.393 157.896,45.182 155.287,43.693 152.785,42.266 149.932,41.89 147.654,42.684 146.84,42.968 146.123,43.399 145.502,43.951 145.051,43.222 144.632,42.445 144.279,41.581 144.071,41.07 143.488,40.822 142.976,41.034M210.495,16.247C210.506,16.243 210.514,16.234 210.525,16.229 211.023,16.033 211.285,15.48 211.104,14.971 209.534,10.529 209.401,5.913 210.643,1.986 211.464,2.81 212.547,3.758 213.009,4.163L213.153,4.289C214.004,5.042 214.888,5.716 215.742,6.367 217.752,7.899 219.651,9.346 220.857,11.614 221.925,13.622 222.186,15.924 221.538,17.62L221.529,17.643C221.163,18.592 219.942,18.808 219.241,18.072 217.668,16.423 216.605,14.646 215.917,13.148 215.686,12.646 215.092,12.426 214.591,12.657 214.089,12.888 213.869,13.481 214.099,13.983 214.797,15.501 215.83,17.282 217.331,18.978 217.92,19.644 217.45,20.725 216.564,20.662 215.831,20.609 215.141,20.363 214.48,19.923 214.044,19.632 213.474,19.739 213.153,20.14 213.135,20.163 213.11,20.176 213.093,20.2 212.787,20.66 212.911,21.28 213.37,21.587 214.448,22.305 215.632,22.667 216.874,22.666 217.687,22.666 218.525,22.512 219.374,22.2 219.734,22.068 220.069,21.907 220.391,21.733 221.344,22.414 222.404,23.039 223.599,23.568 223.73,23.626 223.868,23.654 224.003,23.654 224.387,23.654 224.752,23.432 224.918,23.059 225.141,22.554 224.913,21.963 224.408,21.739 223.554,21.361 222.795,20.914 222.08,20.443 222.648,19.84 223.099,19.137 223.406,18.333 224.267,16.08 223.975,13.217 222.622,10.674 221.211,8.021 219.047,6.372 216.954,4.776 216.128,4.147 215.275,3.497 214.479,2.792L214.327,2.658C213.918,2.3 212.833,1.35 212.059,0.574 211.58,0.094 210.903,-0.104 210.243,0.053 209.58,0.207 209.054,0.686 208.835,1.334 207.364,5.696 207.5,10.776 209.219,15.638 209.403,16.158 209.972,16.433 210.495,16.247M138.553,22.67L140.063,22.67 140.063,24.181C140.063,24.733 140.511,25.181 141.063,25.181 141.616,25.181 142.063,24.733 142.063,24.181L142.063,22.67 143.573,22.67C144.125,22.67 144.573,22.222 144.573,21.67 144.573,21.118 144.125,20.67 143.573,20.67L142.063,20.67 142.063,19.16C142.063,18.608 141.616,18.16 141.063,18.16 140.511,18.16 140.063,18.608 140.063,19.16L140.063,20.67 138.553,20.67C138.001,20.67 137.553,21.118 137.553,21.67 137.553,22.222 138.001,22.67 138.553,22.67M204.225,53.736L205.735,53.736 205.735,55.246C205.735,55.798 206.183,56.246 206.735,56.246 207.288,56.246 207.735,55.798 207.735,55.246L207.735,53.736 209.245,53.736C209.797,53.736 210.245,53.288 210.245,52.736 210.245,52.184 209.797,51.736 209.245,51.736L207.735,51.736 207.735,50.226C207.735,49.674 207.288,49.226 206.735,49.226 206.183,49.226 205.735,49.674 205.735,50.226L205.735,51.736 204.225,51.736C203.673,51.736 203.225,52.184 203.225,52.736 203.225,53.288 203.673,53.736 204.225,53.736M347.668,34.931L349.178,34.931 349.178,36.441C349.178,36.993 349.626,37.441 350.178,37.441 350.73,37.441 351.178,36.993 351.178,36.441L351.178,34.931 352.688,34.931C353.24,34.931 353.688,34.483 353.688,33.931 353.688,33.379 353.24,32.931 352.688,32.931L351.178,32.931 351.178,31.421C351.178,30.869 350.73,30.421 350.178,30.421 349.626,30.421 349.178,30.869 349.178,31.421L349.178,32.931 347.668,32.931C347.116,32.931 346.668,33.379 346.668,33.931 346.668,34.483 347.116,34.931 347.668,34.931M182.885,26.364C183.141,26.364 183.396,26.266 183.592,26.071L184.775,24.887C185.165,24.497 185.165,23.864 184.775,23.473 184.385,23.083 183.751,23.083 183.361,23.473L182.178,24.657C181.786,25.048 181.786,25.681 182.178,26.071 182.372,26.266 182.628,26.364 182.885,26.364M176.968,32.28C177.224,32.28 177.48,32.182 177.675,31.987L178.859,30.804C179.249,30.414 179.249,29.78 178.859,29.39 178.468,28.999 177.835,28.999 177.445,29.39L176.261,30.573C175.87,30.963 175.87,31.596 176.261,31.987 176.456,32.182 176.712,32.28 176.968,32.28M183.361,31.987C183.555,32.182 183.811,32.28 184.068,32.28 184.324,32.28 184.579,32.182 184.775,31.987 185.165,31.596 185.165,30.964 184.775,30.573L183.592,29.39C183.201,28.999 182.568,28.999 182.178,29.39 181.786,29.78 181.786,30.413 182.178,30.804L183.361,31.987zM177.445,26.071C177.639,26.266 177.895,26.364 178.152,26.364 178.408,26.364 178.663,26.266 178.859,26.071 179.249,25.68 179.249,25.048 178.859,24.657L177.674,23.473C177.285,23.083 176.652,23.083 176.26,23.473 175.87,23.864 175.87,24.497 176.26,24.887L177.445,26.071zM161.799,120.44C164.275,120.44 166.299,118.415 166.299,115.94 166.299,113.465 164.275,111.44 161.799,111.44 159.324,111.44 157.299,113.465 157.299,115.94 157.299,118.415 159.324,120.44 161.799,120.44" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_empty_friends_no_suggestions_light.xml to/res/drawable-anydpi-v24/img_empty_friends_no_suggestions_light.xml
*** from/res/drawable-anydpi-v24/img_empty_friends_no_suggestions_light.xml 2021-01-02 17:58:42.707416213 -0700
--- to/res/drawable-anydpi-v24/img_empty_friends_no_suggestions_light.xml 2021-01-11 15:14:01.422589102 -0700
***************
*** 2,25 ****
<vector android:height="157.0dip" android:width="403.0dip" android:viewportWidth="403.0" android:viewportHeight="157.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff6f6f7" android:pathData="M14.803,110.483C14.803,128.19 29.157,142.545 46.864,142.545L355.669,142.545C373.969,142.545 388.803,127.71 388.803,109.411C388.803,91.112 373.969,76.277 355.669,76.277L338.663,76.277C318.569,76.277 302.28,59.988 302.28,39.894C302.28,19.8 285.99,3.511 265.897,3.511L57.074,3.511C49.229,3.511 42.869,9.871 42.869,17.716C42.869,25.561 49.229,31.921 57.074,31.921L60.558,31.921C73.399,31.921 83.808,42.331 83.808,55.171L83.808,55.172C83.808,68.013 73.399,78.422 60.558,78.422L46.864,78.422C29.157,78.422 14.803,92.777 14.803,110.483" android:fillAlpha="0.9" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M257.798,95.2L257.798,141.478 260.111,141.478C263.548,141.478 266.344,144.274 266.344,147.711 266.344,149.346 265.707,150.831 264.673,151.944L269.798,151.944 269.798,91.384C269.115,91.787 268.379,92.113 267.597,92.342L257.798,95.2zM269.798,67.252L269.798,46.943 257.798,46.943 257.798,76.276C259.434,74.558 261.674,73.439 264.127,73.252 266.535,73.072 268.903,73.793 270.798,75.246L270.798,68.252C270.246,68.252 269.798,67.805 269.798,67.252M309.465,138.585C296.507,138.585 285.965,128.043 285.965,115.085 285.965,111.684 286.675,108.404 288.077,105.336 288.306,104.833 288.9,104.61 289.402,104.842 289.411,104.846 289.417,104.855 289.425,104.858 289.927,103.878 290.497,102.94 291.132,102.05 291.123,102.044 291.114,102.042 291.106,102.036 290.671,101.696 290.593,101.067 290.933,100.633 291.442,99.981 291.994,99.346 292.576,98.744 292.96,98.346 293.592,98.334 293.99,98.72 293.998,98.727 294,98.737 294.007,98.744 295.904,96.949 298.111,95.48 300.543,94.428 300.539,94.419 300.532,94.414 300.528,94.405 300.332,93.89 300.591,93.312 301.108,93.115 303.775,92.1 306.587,91.585 309.465,91.585 322.423,91.585 332.965,102.127 332.965,115.085 332.965,128.043 322.423,138.585 309.465,138.585M309.465,88.585C294.853,88.585 282.965,100.473 282.965,115.085 282.965,129.697 294.853,141.585 309.465,141.585 324.077,141.585 335.965,129.697 335.965,115.085 335.965,100.473 324.077,88.585 309.465,88.585" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M294.965,74.922C297.998,74.922 300.465,72.454 300.465,69.422 300.465,66.39 297.998,63.922 294.965,63.922 291.932,63.922 289.465,66.39 289.465,69.422 289.465,72.454 291.932,74.922 294.965,74.922M327.965,78.422C331.274,78.422 333.965,75.731 333.965,72.422 333.965,69.113 331.274,66.422 327.965,66.422 324.656,66.422 321.965,69.113 321.965,72.422 321.965,75.731 324.656,78.422 327.965,78.422" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M294.965,61.922C299.101,61.922 302.465,65.286 302.465,69.422 302.465,73.558 299.101,76.922 294.965,76.922 290.829,76.922 287.465,73.558 287.465,69.422 287.465,65.286 290.829,61.922 294.965,61.922M294.965,80.422C301.03,80.422 305.965,75.487 305.965,69.422 305.965,63.357 301.03,58.422 294.965,58.422 288.9,58.422 283.965,63.357 283.965,69.422 283.965,75.487 288.9,80.422 294.965,80.422M309.465,103.085C316.082,103.085 321.465,108.468 321.465,115.085 321.465,121.702 316.082,127.085 309.465,127.085 302.848,127.085 297.465,121.702 297.465,115.085 297.465,108.468 302.848,103.085 309.465,103.085M289.896,106.166C288.615,108.972 287.965,111.973 287.965,115.085 287.965,126.94 297.61,136.585 309.465,136.585 321.32,136.585 330.965,126.94 330.965,115.085 330.965,103.23 321.32,93.585 309.465,93.585 306.831,93.585 304.258,94.056 301.819,94.984 301.314,95.181 300.748,94.927 300.543,94.428 298.111,95.48 295.904,96.949 294.007,98.744 294.383,99.129 294.392,99.743 294.015,100.133 293.482,100.686 292.975,101.268 292.509,101.863 292.312,102.116 292.018,102.248 291.721,102.248 291.515,102.248 291.309,102.181 291.132,102.05 290.497,102.94 289.927,103.878 289.425,104.858 289.909,105.096 290.122,105.673 289.896,106.166" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M309.465,125.085C314.979,125.085 319.465,120.599 319.465,115.085C319.465,109.571 314.979,105.085 309.465,105.085C303.951,105.085 299.465,109.571 299.465,115.085C299.465,120.599 303.951,125.085 309.465,125.085" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M130.971,55.958C131.646,53.514 132.492,51.033 133.521,48.549C133.747,48.007 133.977,47.473 134.214,46.944L130.971,46.944L130.971,55.958Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M64.804,115.085C64.804,129.697 76.692,141.585 91.304,141.585C94.325,141.585 97.225,141.07 99.932,140.136C98.98,139.441 98.095,138.665 97.287,137.811C95.376,138.314 93.371,138.585 91.304,138.585C78.346,138.585 67.804,128.043 67.804,115.085C67.804,102.127 78.346,91.585 91.304,91.585C91.565,91.585 91.823,91.611 92.083,91.62L92.083,90.985C92.083,90.179 92.15,89.39 92.248,88.608C91.934,88.598 91.621,88.585 91.304,88.585C76.692,88.585 64.804,100.473 64.804,115.085" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M72.804,66.422C69.495,66.422 66.804,69.113 66.804,72.422 66.804,75.731 69.495,78.422 72.804,78.422 76.113,78.422 78.804,75.731 78.804,72.422 78.804,69.113 76.113,66.422 72.804,66.422M105.804,58.422C99.739,58.422 94.804,63.357 94.804,69.422 94.804,72.46 96.042,75.214 98.04,77.206 98.898,76.394 99.829,75.659 100.826,75.017 99.283,73.642 98.304,71.647 98.304,69.422 98.304,65.286 101.668,61.922 105.804,61.922 106.356,61.922 106.804,62.369 106.804,62.922 106.804,63.475 106.356,63.922 105.804,63.922 102.771,63.922 100.304,66.39 100.304,69.422 100.304,71.304 101.256,72.968 102.702,73.96 105.113,72.768 107.804,72.071 110.656,72.007 111.069,71.235 111.304,70.357 111.304,69.422 111.304,68.869 111.752,68.422 112.304,68.422 112.856,68.422 113.304,68.869 113.304,69.422 113.304,70.323 113.136,71.185 112.844,71.985L116.49,71.985C116.688,71.161 116.804,70.306 116.804,69.422 116.804,63.357 111.869,58.422 105.804,58.422M69.804,115.085C69.804,126.94 79.449,136.585 91.304,136.585 92.864,136.585 94.383,136.408 95.849,136.091 93.919,133.498 92.63,130.406 92.229,127.038 91.923,127.062 91.616,127.085 91.304,127.085 84.687,127.085 79.304,121.702 79.304,115.085 79.304,111.043 81.319,107.47 84.389,105.294L84.389,102.785C84.389,98.435 87.798,94.874 92.083,94.61L92.083,93.62C91.823,93.61 91.565,93.585 91.304,93.585 79.449,93.585 69.804,103.23 69.804,115.085" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M81.304,115.085C81.304,120.54 85.697,124.981 91.13,125.076C87.013,121.588 84.389,116.39 84.389,110.585L84.389,107.878C82.492,109.699 81.304,112.254 81.304,115.085" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M212.201,98.002C212.309,100.446 212.372,102.974 212.378,105.577C212.637,102.998 212.803,100.495 212.889,98.086L212.201,98.002Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M208.257,133.145C206.103,139.264 203.323,145.562 199.778,151.944L204.173,151.944C205.959,145.505 207.294,139.217 208.257,133.145M217.608,147.129L217.608,129.688C217.608,129.135 218.056,128.688 218.608,128.688 219.16,128.688 219.608,129.135 219.608,129.688L219.608,147.129C219.608,149.783 221.768,151.943 224.422,151.943L257.798,151.943 260.111,151.943C262.445,151.943 264.344,150.044 264.344,147.71 264.344,145.376 262.445,143.478 260.111,143.478L245.026,143.478C244.474,143.478 244.026,143.03 244.026,142.478L244.026,138.621C244.026,138.068 244.474,137.621 245.026,137.621 245.579,137.621 246.026,138.068 246.026,138.621L246.026,141.478 248.998,141.478 248.998,113.433C248.998,103.282 241.029,94.982 231.023,94.4L227.857,102.027C227.399,103.132 226.533,103.994 225.421,104.454 224.864,104.685 224.28,104.799 223.697,104.799 223.115,104.799 222.535,104.685 221.983,104.456L221.719,104.347C219.556,103.447 218.486,101.047 219.175,98.853L214.873,98.328C214.612,105.384 213.689,113.194 211.698,121.489 210.857,131.045 209.164,141.286 206.246,151.943L211.098,151.943C211.65,151.943 212.098,152.391 212.098,152.942L220.886,152.942C218.924,151.745 217.608,149.591 217.608,147.129M203.725,113.452C203.725,118.611 199.797,122.87 194.774,123.396L194.774,124.786C194.774,135.263 186.25,143.786 175.774,143.786L139.851,143.786C138.29,144.41 137.182,145.931 137.182,147.711 137.182,150.045 139.081,151.944 141.415,151.944L142.97,151.944 144.944,151.944 197.484,151.944C203.521,141.302 207.375,130.887 209.725,121.149 210.459,112.748 210.529,104.889 210.199,97.759L203.496,96.94C203.643,97.622 203.725,98.328 203.725,99.053L203.725,113.452zM136.58,143.786L119.314,143.786C117.754,144.41 116.646,145.931 116.646,147.711 116.646,150.045 118.544,151.944 120.878,151.944L128.971,151.944 136.853,151.944C135.82,150.831 135.183,149.346 135.183,147.711 135.183,146.224 135.707,144.858 136.58,143.786" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M267.038,90.421C270.12,89.523 272.354,86.768 272.598,83.566C272.769,81.309 271.95,79.096 270.349,77.494C268.748,75.895 266.534,75.087 264.279,75.246C261.077,75.489 258.322,77.724 257.423,80.807L253.844,93.077L253.844,93.076C253.732,93.459 253.938,93.718 254.032,93.812C254.125,93.905 254.383,94.109 254.767,94L267.038,90.421Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M162.19,71.986C164.018,69.12 165.69,65.934 167.118,62.491C173.204,47.826 172.942,33.315 167.051,27.354L166.45,26.795C165.701,26.149 164.875,25.623 163.965,25.246C162.821,24.771 161.606,24.543 160.344,24.543C151.956,24.543 141.467,34.621 135.369,49.315C132.021,57.385 130.597,65.407 130.972,71.986L162.19,71.986Z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M114.072,25.144C114.376,24.792 114.808,24.596 115.268,24.596C115.295,24.596 115.323,24.596 115.35,24.598C115.842,24.623 116.284,24.869 116.566,25.271L120.871,31.438L116.918,16.284L113.804,19.896C113.482,20.269 113.01,20.476 112.525,20.442C112.034,20.416 111.591,20.171 111.31,19.768L107.005,13.602L110.958,28.756L114.072,25.144Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M104.587,50.462L103.864,45.748C103.79,45.264 103.941,44.78 104.277,44.423 104.615,44.066 105.087,43.885 105.579,43.935L113.065,44.668 98.977,37.829 99.699,42.543C99.774,43.03 99.622,43.514 99.284,43.87 98.945,44.227 98.468,44.398 97.982,44.356L90.497,43.623 104.587,50.462zM171.62,141.786L175.774,141.786C185.148,141.786 192.774,134.16 192.774,124.786L192.774,123.452 183.775,123.452 183.775,124.786C183.775,132.64 178.67,139.343 171.62,141.786M183.666,89.052L192.656,89.052C191.692,80.586 184.494,73.986 175.774,73.986L171.623,73.986C178.084,76.226 182.909,82.045 183.666,89.052" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M111.083,141.786L171.62,141.786C178.67,139.343 183.775,132.64 183.775,124.786L183.775,123.452L179.126,123.452C178.574,123.452 178.126,123.005 178.126,122.452C178.126,121.899 178.574,121.452 179.126,121.452L193.726,121.452C198.137,121.452 201.726,117.863 201.726,113.452L201.726,99.053C201.726,94.641 198.137,91.053 193.726,91.053L179.126,91.053C178.574,91.053 178.126,90.605 178.126,90.053C178.126,89.5 178.574,89.053 179.126,89.053L183.666,89.053C182.909,82.046 178.084,76.226 171.623,73.986L111.083,73.986C101.709,73.986 94.083,81.612 94.083,90.986L94.083,94.586L111.035,94.586C111.587,94.586 112.035,95.033 112.035,95.586L121.589,95.586C121.589,95.033 122.037,94.586 122.589,94.586L133.39,94.586C137.911,94.586 141.589,98.265 141.589,102.786L141.589,110.586C141.589,121.062 133.066,129.586 122.589,129.586L103.39,129.586C100.092,129.586 96.989,128.738 94.283,127.254C95.485,135.46 102.549,141.786 111.083,141.786" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M132.189,102.786L132.189,110.586C132.189,118.439 127.085,125.142 120.036,127.586L122.589,127.586C131.963,127.586 139.589,119.96 139.589,110.586L139.589,102.786C139.589,99.367 136.808,96.586 133.389,96.586L128.624,96.586C130.751,97.841 132.189,100.15 132.189,102.786" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M189.725,95.052L183.125,95.052C182.021,95.052 181.125,95.948 181.125,97.052L181.125,115.451C181.125,116.556 182.021,117.451 183.125,117.451L189.725,117.451C192.487,117.451 194.725,115.213 194.725,112.451L194.725,100.052C194.725,97.29 192.487,95.052 189.725,95.052" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M116.158,120.337L110.281,120.337C108.664,120.337 107.342,119.015 107.342,117.399C107.342,115.782 108.664,114.459 110.281,114.459L116.158,114.459C117.774,114.459 119.096,115.782 119.096,117.399C119.096,119.015 117.774,120.337 116.158,120.337ZM96.207,114.459L99.734,114.459C101.35,114.459 102.673,115.782 102.673,117.399C102.673,119.015 101.35,120.337 99.734,120.337L96.207,120.337C94.591,120.337 93.269,119.015 93.269,117.399C93.269,115.782 94.591,114.459 96.207,114.459ZM112.035,95.585C112.035,96.138 111.587,96.585 111.035,96.585L92.589,96.585C89.171,96.585 86.389,99.366 86.389,102.785L86.389,110.585C86.389,119.959 94.015,127.585 103.389,127.585L120.036,127.585C127.085,125.142 132.189,118.439 132.189,110.585L132.189,102.785C132.189,100.15 130.751,97.84 128.624,96.585L122.589,96.585C122.037,96.585 121.589,96.138 121.589,95.585L112.035,95.585Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M119.096,117.399C119.096,115.783 117.774,114.46 116.159,114.46L110.281,114.46C108.663,114.46 107.341,115.783 107.341,117.399 107.341,119.015 108.663,120.337 110.281,120.337L116.159,120.337C117.774,120.337 119.096,119.015 119.096,117.399M96.207,120.337L99.734,120.337C101.35,120.337 102.672,119.015 102.672,117.399 102.672,115.782 101.35,114.459 99.734,114.459L96.207,114.459C94.591,114.459 93.269,115.782 93.269,117.399 93.269,119.015 94.591,120.337 96.207,120.337" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M309.465,88.585C324.077,88.585 335.965,100.473 335.965,115.085C335.965,129.697 324.077,141.585 309.465,141.585C294.853,141.585 282.965,129.697 282.965,115.085C282.965,100.473 294.853,88.585 309.465,88.585M309.465,143.585C325.18,143.585 337.965,130.8 337.965,115.085C337.965,99.37 325.18,86.585 309.465,86.585C293.75,86.585 280.965,99.37 280.965,115.085C280.965,130.8 293.75,143.585 309.465,143.585" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M291.131,102.05C291.309,102.181 291.514,102.248 291.72,102.248C292.018,102.248 292.312,102.116 292.509,101.863C292.974,101.268 293.481,100.686 294.014,100.133C294.391,99.743 294.382,99.129 294.007,98.744C294,98.737 293.997,98.727 293.99,98.72C293.592,98.334 292.96,98.346 292.576,98.744C291.994,99.346 291.441,99.982 290.933,100.633C290.593,101.068 290.67,101.696 291.105,102.036C291.113,102.042 291.123,102.044 291.131,102.05" android:fillType="evenOdd" />
--- 2,25 ----
<vector android:height="157.0dip" android:width="403.0dip" android:viewportWidth="403.0" android:viewportHeight="157.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff6f6f7" android:pathData="M14.803,110.483C14.803,128.19 29.157,142.545 46.864,142.545L355.669,142.545C373.969,142.545 388.803,127.71 388.803,109.411C388.803,91.112 373.969,76.277 355.669,76.277L338.663,76.277C318.569,76.277 302.28,59.988 302.28,39.894C302.28,19.8 285.99,3.511 265.897,3.511L57.074,3.511C49.229,3.511 42.869,9.871 42.869,17.716C42.869,25.561 49.229,31.921 57.074,31.921L60.558,31.921C73.399,31.921 83.808,42.331 83.808,55.171L83.808,55.172C83.808,68.013 73.399,78.422 60.558,78.422L46.864,78.422C29.157,78.422 14.803,92.777 14.803,110.483" android:fillAlpha="0.9" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M257.798,95.2L257.798,141.478 260.111,141.478C263.548,141.478 266.344,144.274 266.344,147.711 266.344,149.346 265.707,150.831 264.673,151.944L269.798,151.944 269.798,91.384C269.115,91.787 268.379,92.113 267.597,92.342L257.798,95.2zM269.798,67.252L269.798,46.943 257.798,46.943 257.798,76.276C259.434,74.558 261.674,73.439 264.127,73.252 266.535,73.072 268.903,73.793 270.798,75.246L270.798,68.252C270.246,68.252 269.798,67.805 269.798,67.252M309.465,138.585C296.507,138.585 285.965,128.043 285.965,115.085 285.965,111.684 286.675,108.404 288.077,105.336 288.306,104.833 288.9,104.61 289.402,104.842 289.411,104.846 289.417,104.855 289.425,104.858 289.927,103.878 290.497,102.94 291.132,102.05 291.123,102.044 291.114,102.042 291.106,102.036 290.671,101.696 290.593,101.067 290.933,100.633 291.442,99.981 291.994,99.346 292.576,98.744 292.96,98.346 293.592,98.334 293.99,98.72 293.998,98.727 294,98.737 294.007,98.744 295.904,96.949 298.111,95.48 300.543,94.428 300.539,94.419 300.532,94.414 300.528,94.405 300.332,93.89 300.591,93.312 301.108,93.115 303.775,92.1 306.587,91.585 309.465,91.585 322.423,91.585 332.965,102.127 332.965,115.085 332.965,128.043 322.423,138.585 309.465,138.585M309.465,88.585C294.853,88.585 282.965,100.473 282.965,115.085 282.965,129.697 294.853,141.585 309.465,141.585 324.077,141.585 335.965,129.697 335.965,115.085 335.965,100.473 324.077,88.585 309.465,88.585" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M294.965,74.922C297.998,74.922 300.465,72.454 300.465,69.422 300.465,66.39 297.998,63.922 294.965,63.922 291.932,63.922 289.465,66.39 289.465,69.422 289.465,72.454 291.932,74.922 294.965,74.922M327.965,78.422C331.274,78.422 333.965,75.731 333.965,72.422 333.965,69.113 331.274,66.422 327.965,66.422 324.656,66.422 321.965,69.113 321.965,72.422 321.965,75.731 324.656,78.422 327.965,78.422" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M294.965,61.922C299.101,61.922 302.465,65.286 302.465,69.422 302.465,73.558 299.101,76.922 294.965,76.922 290.829,76.922 287.465,73.558 287.465,69.422 287.465,65.286 290.829,61.922 294.965,61.922M294.965,80.422C301.03,80.422 305.965,75.487 305.965,69.422 305.965,63.357 301.03,58.422 294.965,58.422 288.9,58.422 283.965,63.357 283.965,69.422 283.965,75.487 288.9,80.422 294.965,80.422M309.465,103.085C316.082,103.085 321.465,108.468 321.465,115.085 321.465,121.702 316.082,127.085 309.465,127.085 302.848,127.085 297.465,121.702 297.465,115.085 297.465,108.468 302.848,103.085 309.465,103.085M289.896,106.166C288.615,108.972 287.965,111.973 287.965,115.085 287.965,126.94 297.61,136.585 309.465,136.585 321.32,136.585 330.965,126.94 330.965,115.085 330.965,103.23 321.32,93.585 309.465,93.585 306.831,93.585 304.258,94.056 301.819,94.984 301.314,95.181 300.748,94.927 300.543,94.428 298.111,95.48 295.904,96.949 294.007,98.744 294.383,99.129 294.392,99.743 294.015,100.133 293.482,100.686 292.975,101.268 292.509,101.863 292.312,102.116 292.018,102.248 291.721,102.248 291.515,102.248 291.309,102.181 291.132,102.05 290.497,102.94 289.927,103.878 289.425,104.858 289.909,105.096 290.122,105.673 289.896,106.166" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M309.465,125.085C314.979,125.085 319.465,120.599 319.465,115.085C319.465,109.571 314.979,105.085 309.465,105.085C303.951,105.085 299.465,109.571 299.465,115.085C299.465,120.599 303.951,125.085 309.465,125.085" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M130.971,55.958C131.646,53.514 132.492,51.033 133.521,48.549C133.747,48.007 133.977,47.473 134.214,46.944L130.971,46.944L130.971,55.958Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M64.804,115.085C64.804,129.697 76.692,141.585 91.304,141.585C94.325,141.585 97.225,141.07 99.932,140.136C98.98,139.441 98.095,138.665 97.287,137.811C95.376,138.314 93.371,138.585 91.304,138.585C78.346,138.585 67.804,128.043 67.804,115.085C67.804,102.127 78.346,91.585 91.304,91.585C91.565,91.585 91.823,91.611 92.083,91.62L92.083,90.985C92.083,90.179 92.15,89.39 92.248,88.608C91.934,88.598 91.621,88.585 91.304,88.585C76.692,88.585 64.804,100.473 64.804,115.085" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M72.804,66.422C69.495,66.422 66.804,69.113 66.804,72.422 66.804,75.731 69.495,78.422 72.804,78.422 76.113,78.422 78.804,75.731 78.804,72.422 78.804,69.113 76.113,66.422 72.804,66.422M105.804,58.422C99.739,58.422 94.804,63.357 94.804,69.422 94.804,72.46 96.042,75.214 98.04,77.206 98.898,76.394 99.829,75.659 100.826,75.017 99.283,73.642 98.304,71.647 98.304,69.422 98.304,65.286 101.668,61.922 105.804,61.922 106.356,61.922 106.804,62.369 106.804,62.922 106.804,63.475 106.356,63.922 105.804,63.922 102.771,63.922 100.304,66.39 100.304,69.422 100.304,71.304 101.256,72.968 102.702,73.96 105.113,72.768 107.804,72.071 110.656,72.007 111.069,71.235 111.304,70.357 111.304,69.422 111.304,68.869 111.752,68.422 112.304,68.422 112.856,68.422 113.304,68.869 113.304,69.422 113.304,70.323 113.136,71.185 112.844,71.985L116.49,71.985C116.688,71.161 116.804,70.306 116.804,69.422 116.804,63.357 111.869,58.422 105.804,58.422M69.804,115.085C69.804,126.94 79.449,136.585 91.304,136.585 92.864,136.585 94.383,136.408 95.849,136.091 93.919,133.498 92.63,130.406 92.229,127.038 91.923,127.062 91.616,127.085 91.304,127.085 84.687,127.085 79.304,121.702 79.304,115.085 79.304,111.043 81.319,107.47 84.389,105.294L84.389,102.785C84.389,98.435 87.798,94.874 92.083,94.61L92.083,93.62C91.823,93.61 91.565,93.585 91.304,93.585 79.449,93.585 69.804,103.23 69.804,115.085" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M81.304,115.085C81.304,120.54 85.697,124.981 91.13,125.076C87.013,121.588 84.389,116.39 84.389,110.585L84.389,107.878C82.492,109.699 81.304,112.254 81.304,115.085" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M212.201,98.002C212.309,100.446 212.372,102.974 212.378,105.577C212.637,102.998 212.803,100.495 212.889,98.086L212.201,98.002Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M208.257,133.145C206.103,139.264 203.323,145.562 199.778,151.944L204.173,151.944C205.959,145.505 207.294,139.217 208.257,133.145M217.608,147.129L217.608,129.688C217.608,129.135 218.056,128.688 218.608,128.688 219.16,128.688 219.608,129.135 219.608,129.688L219.608,147.129C219.608,149.783 221.768,151.943 224.422,151.943L257.798,151.943 260.111,151.943C262.445,151.943 264.344,150.044 264.344,147.71 264.344,145.376 262.445,143.478 260.111,143.478L245.026,143.478C244.474,143.478 244.026,143.03 244.026,142.478L244.026,138.621C244.026,138.068 244.474,137.621 245.026,137.621 245.579,137.621 246.026,138.068 246.026,138.621L246.026,141.478 248.998,141.478 248.998,113.433C248.998,103.282 241.029,94.982 231.023,94.4L227.857,102.027C227.399,103.132 226.533,103.994 225.421,104.454 224.864,104.685 224.28,104.799 223.697,104.799 223.115,104.799 222.535,104.685 221.983,104.456L221.719,104.347C219.556,103.447 218.486,101.047 219.175,98.853L214.873,98.328C214.612,105.384 213.689,113.194 211.698,121.489 210.857,131.045 209.164,141.286 206.246,151.943L211.098,151.943C211.65,151.943 212.098,152.391 212.098,152.942L220.886,152.942C218.924,151.745 217.608,149.591 217.608,147.129M203.725,113.452C203.725,118.611 199.797,122.87 194.774,123.396L194.774,124.786C194.774,135.263 186.25,143.786 175.774,143.786L139.851,143.786C138.29,144.41 137.182,145.931 137.182,147.711 137.182,150.045 139.081,151.944 141.415,151.944L142.97,151.944 144.944,151.944 197.484,151.944C203.521,141.302 207.375,130.887 209.725,121.149 210.459,112.748 210.529,104.889 210.199,97.759L203.496,96.94C203.643,97.622 203.725,98.328 203.725,99.053L203.725,113.452zM136.58,143.786L119.314,143.786C117.754,144.41 116.646,145.931 116.646,147.711 116.646,150.045 118.544,151.944 120.878,151.944L128.971,151.944 136.853,151.944C135.82,150.831 135.183,149.346 135.183,147.711 135.183,146.224 135.707,144.858 136.58,143.786" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M267.038,90.421C270.12,89.523 272.354,86.768 272.598,83.566C272.769,81.309 271.95,79.096 270.349,77.494C268.748,75.895 266.534,75.087 264.279,75.246C261.077,75.489 258.322,77.724 257.423,80.807L253.844,93.077L253.844,93.076C253.732,93.459 253.938,93.718 254.032,93.812C254.125,93.905 254.383,94.109 254.767,94L267.038,90.421Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M162.19,71.986C164.018,69.12 165.69,65.934 167.118,62.491C173.204,47.826 172.942,33.315 167.051,27.354L166.45,26.795C165.701,26.149 164.875,25.623 163.965,25.246C162.821,24.771 161.606,24.543 160.344,24.543C151.956,24.543 141.467,34.621 135.369,49.315C132.021,57.385 130.597,65.407 130.972,71.986L162.19,71.986Z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M114.072,25.144C114.376,24.792 114.808,24.596 115.268,24.596C115.295,24.596 115.323,24.596 115.35,24.598C115.842,24.623 116.284,24.869 116.566,25.271L120.871,31.438L116.918,16.284L113.804,19.896C113.482,20.269 113.01,20.476 112.525,20.442C112.034,20.416 111.591,20.171 111.31,19.768L107.005,13.602L110.958,28.756L114.072,25.144Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M104.587,50.462L103.864,45.748C103.79,45.264 103.941,44.78 104.277,44.423 104.615,44.066 105.087,43.885 105.579,43.935L113.065,44.668 98.977,37.829 99.699,42.543C99.774,43.03 99.622,43.514 99.284,43.87 98.945,44.227 98.468,44.398 97.982,44.356L90.497,43.623 104.587,50.462zM171.62,141.786L175.774,141.786C185.148,141.786 192.774,134.16 192.774,124.786L192.774,123.452 183.775,123.452 183.775,124.786C183.775,132.64 178.67,139.343 171.62,141.786M183.666,89.052L192.656,89.052C191.692,80.586 184.494,73.986 175.774,73.986L171.623,73.986C178.084,76.226 182.909,82.045 183.666,89.052" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M111.083,141.786L171.62,141.786C178.67,139.343 183.775,132.64 183.775,124.786L183.775,123.452L179.126,123.452C178.574,123.452 178.126,123.005 178.126,122.452C178.126,121.899 178.574,121.452 179.126,121.452L193.726,121.452C198.137,121.452 201.726,117.863 201.726,113.452L201.726,99.053C201.726,94.641 198.137,91.053 193.726,91.053L179.126,91.053C178.574,91.053 178.126,90.605 178.126,90.053C178.126,89.5 178.574,89.053 179.126,89.053L183.666,89.053C182.909,82.046 178.084,76.226 171.623,73.986L111.083,73.986C101.709,73.986 94.083,81.612 94.083,90.986L94.083,94.586L111.035,94.586C111.587,94.586 112.035,95.033 112.035,95.586L121.589,95.586C121.589,95.033 122.037,94.586 122.589,94.586L133.39,94.586C137.911,94.586 141.589,98.265 141.589,102.786L141.589,110.586C141.589,121.062 133.066,129.586 122.589,129.586L103.39,129.586C100.092,129.586 96.989,128.738 94.283,127.254C95.485,135.46 102.549,141.786 111.083,141.786" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M132.189,102.786L132.189,110.586C132.189,118.439 127.085,125.142 120.036,127.586L122.589,127.586C131.963,127.586 139.589,119.96 139.589,110.586L139.589,102.786C139.589,99.367 136.808,96.586 133.389,96.586L128.624,96.586C130.751,97.841 132.189,100.15 132.189,102.786" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M189.725,95.052L183.125,95.052C182.021,95.052 181.125,95.948 181.125,97.052L181.125,115.451C181.125,116.556 182.021,117.451 183.125,117.451L189.725,117.451C192.487,117.451 194.725,115.213 194.725,112.451L194.725,100.052C194.725,97.29 192.487,95.052 189.725,95.052" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M116.158,120.337L110.281,120.337C108.664,120.337 107.342,119.015 107.342,117.399C107.342,115.782 108.664,114.459 110.281,114.459L116.158,114.459C117.774,114.459 119.096,115.782 119.096,117.399C119.096,119.015 117.774,120.337 116.158,120.337ZM96.207,114.459L99.734,114.459C101.35,114.459 102.673,115.782 102.673,117.399C102.673,119.015 101.35,120.337 99.734,120.337L96.207,120.337C94.591,120.337 93.269,119.015 93.269,117.399C93.269,115.782 94.591,114.459 96.207,114.459ZM112.035,95.585C112.035,96.138 111.587,96.585 111.035,96.585L92.589,96.585C89.171,96.585 86.389,99.366 86.389,102.785L86.389,110.585C86.389,119.959 94.015,127.585 103.389,127.585L120.036,127.585C127.085,125.142 132.189,118.439 132.189,110.585L132.189,102.785C132.189,100.15 130.751,97.84 128.624,96.585L122.589,96.585C122.037,96.585 121.589,96.138 121.589,95.585L112.035,95.585Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M119.096,117.399C119.096,115.783 117.774,114.46 116.159,114.46L110.281,114.46C108.663,114.46 107.341,115.783 107.341,117.399 107.341,119.015 108.663,120.337 110.281,120.337L116.159,120.337C117.774,120.337 119.096,119.015 119.096,117.399M96.207,120.337L99.734,120.337C101.35,120.337 102.672,119.015 102.672,117.399 102.672,115.782 101.35,114.459 99.734,114.459L96.207,114.459C94.591,114.459 93.269,115.782 93.269,117.399 93.269,119.015 94.591,120.337 96.207,120.337" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M309.465,88.585C324.077,88.585 335.965,100.473 335.965,115.085C335.965,129.697 324.077,141.585 309.465,141.585C294.853,141.585 282.965,129.697 282.965,115.085C282.965,100.473 294.853,88.585 309.465,88.585M309.465,143.585C325.18,143.585 337.965,130.8 337.965,115.085C337.965,99.37 325.18,86.585 309.465,86.585C293.75,86.585 280.965,99.37 280.965,115.085C280.965,130.8 293.75,143.585 309.465,143.585" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M291.131,102.05C291.309,102.181 291.514,102.248 291.72,102.248C292.018,102.248 292.312,102.116 292.509,101.863C292.974,101.268 293.481,100.686 294.014,100.133C294.391,99.743 294.382,99.129 294.007,98.744C294,98.737 293.997,98.727 293.99,98.72C293.592,98.334 292.96,98.346 292.576,98.744C291.994,99.346 291.441,99.982 290.933,100.633C290.593,101.068 290.67,101.696 291.105,102.036C291.113,102.042 291.123,102.044 291.131,102.05" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_empty_server_settings_emoji_light.xml to/res/drawable-anydpi-v24/img_empty_server_settings_emoji_light.xml
*** from/res/drawable-anydpi-v24/img_empty_server_settings_emoji_light.xml 2021-01-02 17:58:42.703416274 -0700
--- to/res/drawable-anydpi-v24/img_empty_server_settings_emoji_light.xml 2021-01-11 15:14:01.468588413 -0700
***************
*** 2,19 ****
<vector android:height="212.0dip" android:width="272.0dip" android:viewportWidth="272.0" android:viewportHeight="212.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff7f7f8" android:pathData="M27.141,25.183L138.174,25.183C155.212,25.183 169.024,38.995 169.024,56.033L169.024,56.037C169.024,73.075 182.836,86.887 199.874,86.887L216.511,86.887C244.462,86.887 267.121,109.545 267.121,137.496L267.121,137.503C267.121,165.454 244.462,188.113 216.511,188.113L46.016,188.113C26.688,188.113 11.02,172.445 11.02,153.118C11.02,133.79 26.688,118.122 46.016,118.122L50.357,118.122C68.61,118.122 83.407,103.326 83.407,85.073L83.407,85.069C83.407,66.816 68.61,52.019 50.357,52.019L27.141,52.019C19.731,52.019 13.723,46.011 13.723,38.601C13.723,31.19 19.731,25.183 27.141,25.183" android:fillAlpha="0.9" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M157.694,92.847C157.536,92.694 157.38,92.554 157.222,92.406C156.655,92.146 154.005,91.041 149.635,90.907C149.013,90.889 148.333,90.894 147.606,90.923C150.42,94.138 152.697,97.83 154.3,101.864C157.212,100.478 158.361,99.016 158.793,97.941C159.801,95.431 157.9,93.089 157.694,92.847" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M82.051,108.991C83.335,101.934 86.577,95.553 91.204,90.442C91.237,90.373 91.254,90.296 91.303,90.234C91.555,89.916 97.604,82.409 108.965,78.676C110.686,78.11 112.403,77.677 114.111,77.356C113.711,75.378 113.703,73.234 114.677,71.396C116.087,68.735 119.197,67.303 123.919,67.14C129.016,66.957 132.686,68.274 134.8,71.035C136.795,73.641 136.918,76.916 136.683,79.179C139.768,80.182 142.737,81.431 145.555,82.833C145.572,82.554 145.586,82.276 145.593,82C145.891,70.36 138.721,60.501 127.751,57.467C125.02,56.711 122.369,56.334 119.803,56.334C112.904,56.334 106.621,59.06 101.049,64.488C95.273,70.114 92.464,76.686 92.437,76.752C92.346,76.968 92.182,77.144 91.974,77.252C91.925,77.278 86.948,79.882 82.694,84.26C77.139,89.974 75.368,95.876 77.429,101.803C78.49,104.852 79.968,107.234 82.051,108.991" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M134.724,78.577C134.867,76.691 134.689,74.175 133.205,72.243C131.615,70.172 128.795,69.124 124.817,69.124C124.545,69.124 124.27,69.129 123.988,69.139C120.033,69.275 117.495,70.349 116.444,72.333C115.732,73.678 115.754,75.378 116.098,77.033C122.534,76.159 128.821,76.89 134.724,78.577" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M154.963,115.766C154.963,106.223 151.198,97.547 145.086,91.127C140.701,91.644 134.974,93.162 128.207,96.888C125.902,98.158 122.931,98.658 119.679,98.658C109.169,98.658 95.739,93.437 92.429,92.08C86.836,98.395 83.43,106.688 83.43,115.766C83.43,135.488 99.475,151.533 119.196,151.533C138.918,151.533 154.963,135.488 154.963,115.766" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M114.894,79.256C114.553,79.32 114.213,79.387 113.878,79.458C113.87,79.46 113.862,79.462 113.854,79.464C111.973,79.864 110.202,80.371 108.54,80.943C100.787,83.747 95.729,88.415 93.778,90.463C99.021,92.541 118.756,99.809 127.243,95.136C138.581,88.892 147.242,88.415 152.501,89.109C139.362,80.573 126.54,77.225 114.894,79.256" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M85.635,181.591C87.08,182.193 88.054,183.615 88.054,185.196C88.054,187.356 86.298,189.112 84.138,189.112C83.002,189.112 81.948,188.615 81.221,187.796C80.494,188.615 79.44,189.112 78.304,189.112C76.145,189.112 74.388,187.356 74.388,185.196C74.388,183.613 75.362,182.191 76.806,181.59C77.599,180.225 79.309,179.335 81.221,179.335C83.133,179.335 84.842,180.225 85.635,181.591M67.61,175.502C56.887,175.502 56.887,170.051 56.887,164.779C56.887,158.867 61.698,154.057 67.61,154.057C73.522,154.057 78.332,158.867 78.332,164.779C78.332,170.051 78.332,175.502 67.61,175.502M92.274,142.344C91.012,142.344 89.777,142.131 88.615,141.731C82.698,145.998 75.445,148.522 67.61,148.522C64.652,148.522 61.78,148.155 59.028,147.48C54.019,152.759 51.11,160.084 51.11,168.669C51.11,178.796 51.11,186.945 59.952,191.366C61.661,192.222 62.776,193.934 62.776,195.846L62.776,201.509C62.776,204.031 64.615,206.289 67.126,206.534C70.008,206.816 72.443,204.549 72.443,201.725L72.443,195.59C72.443,195.311 72.56,195.043 72.766,194.854C72.972,194.664 73.25,194.563 73.527,194.594C74.147,194.646 74.788,194.69 75.44,194.729C75.969,194.76 76.387,195.196 76.387,195.727L76.387,201.51C76.387,204.032 78.227,206.289 80.738,206.534C83.618,206.816 86.054,204.549 86.054,201.725L86.054,195.727C86.054,195.195 86.474,194.76 87.004,194.728C87.657,194.69 88.296,194.646 88.915,194.594C88.943,194.591 88.97,194.59 88.998,194.59C89.248,194.59 89.49,194.684 89.675,194.854C89.881,195.043 89.998,195.311 89.998,195.59L89.998,201.509C89.998,204.031 91.838,206.289 94.348,206.534C97.23,206.816 99.665,204.549 99.665,201.725L99.665,195.849C99.665,193.926 100.794,192.218 102.512,191.356C105.673,189.77 107.7,187.706 109.001,185.245C104.947,182.612 101.448,179.192 98.737,175.192C97.624,175.391 96.337,175.502 94.832,175.502C84.11,175.502 84.11,170.051 84.11,164.779C84.11,159.643 87.743,155.341 92.573,154.301C92.646,150.75 93.229,147.324 94.262,144.095C93.619,143.528 92.992,142.945 92.389,142.337C92.351,142.337 92.312,142.344 92.274,142.344" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M78.443,182.781C78.326,183.065 78.085,183.28 77.789,183.363C76.964,183.594 76.388,184.349 76.388,185.197C76.388,186.254 77.248,187.113 78.304,187.113C79.11,187.113 79.833,186.596 80.102,185.827C80.247,185.414 80.646,185.102 81.079,185.158C81.099,185.158 81.196,185.165 81.216,185.167C81.236,185.165 81.343,185.158 81.363,185.158C81.375,185.157 81.385,185.157 81.397,185.157C81.82,185.157 82.199,185.425 82.34,185.827C82.61,186.596 83.332,187.113 84.138,187.113C85.194,187.113 86.054,186.254 86.054,185.197C86.054,184.35 85.477,183.596 84.65,183.362C84.355,183.279 84.114,183.065 83.997,182.781C83.646,181.93 82.505,181.336 81.221,181.336C79.936,181.336 78.794,181.93 78.443,182.781" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M155.108,104.092C156.034,103.417 156.992,102.786 157.981,102.201 157.893,102.196 157.805,102.19 157.717,102.183 156.942,102.746 156.034,103.27 154.993,103.753 155.031,103.866 155.071,103.978 155.108,104.092M159.803,84.83C159.803,83.693 160.722,82.775 161.859,82.775L163.914,82.775C165.051,82.775 165.97,83.693 165.97,84.83 165.97,85.967 165.051,86.887 163.914,86.887L161.859,86.887C160.722,86.887 159.803,85.967 159.803,84.83 159.803,85.967 158.882,86.887 157.748,86.887L155.692,86.887C154.557,86.887 153.636,85.967 153.636,84.83 153.636,83.693 154.557,82.775 155.692,82.775L157.748,82.775C158.882,82.775 159.803,83.693 159.803,84.83L159.803,84.83zM162.914,68.386C162.914,65.568 165.207,63.275 168.026,63.275 170.844,63.275 173.136,65.568 173.136,68.386L173.136,74.553C173.136,77.371 170.844,79.664 168.026,79.664 165.207,79.664 162.914,77.371 162.914,74.553L162.914,68.386zM146.47,73.402L146.47,68.386C146.47,65.568 148.762,63.275 151.581,63.275 154.399,63.275 156.692,65.568 156.692,68.386L156.692,74.553C156.692,77.371 154.399,79.664 151.581,79.664 149.812,79.664 148.253,78.761 147.335,77.393 147.544,78.908 147.634,80.464 147.593,82.051 147.578,82.638 147.539,83.232 147.486,83.83 147.8,83.998 148.114,84.166 148.423,84.338 151.794,85.605 155.407,87.818 159.121,91.443 159.137,91.46 159.153,91.477 159.167,91.493 159.196,91.523 159.37,91.727 159.6,92.053L172.626,92.053C172.743,92.053 172.861,92.074 172.971,92.115L173.709,92.386C173.745,92.398 173.78,92.414 173.814,92.433L174.943,93.002C175.258,93.16 175.466,93.475 175.49,93.826L175.586,95.235C175.587,95.951 175.311,96.618 174.855,97.241 175.317,97.224 175.78,97.205 176.247,97.205 176.714,97.205 177.176,97.224 177.638,97.241 181.374,91.939 183.47,84.571 183.47,75.71 183.47,64.745 181.419,57.633 178.252,53.042 176.975,54.34 175.476,55.555 173.708,56.616 173.228,56.902 172.686,57.053 172.139,57.053 171.792,57.053 171.446,56.991 171.115,56.873 170.789,56.991 170.441,57.053 170.083,57.053 168.918,57.053 167.87,56.404 167.347,55.363 166.97,54.606 166.924,53.743 167.204,52.965 167.196,52.944 167.189,52.922 167.181,52.898 166.651,51.31 167.516,49.576 169.112,49.042 169.108,49.042 170.033,48.621 171.502,47.203 167.821,45.422 163.711,44.975 159.803,44.975 155.969,44.975 151.94,45.402 148.313,47.1 149.8,48.638 150.691,49.083 150.711,49.093 152.184,49.659 152.94,51.35 152.39,52.933 152.682,53.72 152.641,54.595 152.261,55.361 151.737,56.404 150.689,57.053 149.523,57.053 149.174,57.053 148.824,56.991 148.493,56.871 147.638,57.18 146.675,57.083 145.898,56.617 144.129,55.556 142.63,54.34 141.354,53.043 139.987,55.023 138.833,57.482 137.957,60.512 142.009,63.813 144.964,68.277 146.47,73.402L146.47,73.402z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M146.925,54.901C147.25,55.096 147.653,55.105 148,54.905 148.154,54.817 148.325,54.773 148.497,54.773 148.65,54.773 148.803,54.808 148.944,54.879 148.966,54.889 149.044,54.933 149.065,54.946 149.535,55.18 150.217,54.971 150.47,54.467 150.63,54.147 150.616,53.767 150.431,53.454 150.249,53.145 150.246,52.763 150.423,52.452 150.453,52.4 150.477,52.344 150.498,52.285 150.697,51.728 150.453,51.135 149.94,50.938 149.901,50.923 144.879,48.925 138.389,35.22 138.298,35.146 138.202,35.053 138.119,34.927 138.082,34.872 138.03,34.799 137.977,34.746 137.916,34.685 137.817,34.62 137.702,34.562 137.63,34.549 137.569,34.536 137.513,34.519 137.446,34.499 137.318,34.458 137.238,34.45 137.174,34.466 137.118,34.479 137.062,34.487L136.869,34.506 136.865,34.497C136.851,34.504 136.836,34.509 136.822,34.515L136.822,34.516 136.658,34.628C136.65,34.633 136.562,34.685 136.554,34.69 136.523,34.709 136.491,34.725 136.463,34.747L136.369,34.888C136.304,34.974 136.27,35.012 136.246,35.057 136.243,35.069 136.213,35.208 136.21,35.218 136.184,35.309 136.157,35.404 136.155,35.445 136.153,35.484 136.146,35.536 136.137,35.587 136.155,36.836 136.608,48.71 146.925,54.901M169.82,50.91C169.196,51.123 168.897,51.722 169.081,52.273 169.106,52.348 169.131,52.407 169.159,52.453 169.346,52.765 169.349,53.154 169.166,53.471 168.988,53.777 168.977,54.15 169.136,54.47 169.388,54.972 170.03,55.201 170.554,54.938 170.578,54.923 170.627,54.895 170.68,54.869 170.816,54.806 170.963,54.772 171.109,54.772 171.281,54.772 171.452,54.817 171.606,54.904 171.949,55.102 172.352,55.097 172.682,54.898 182.965,48.728 183.448,36.91 183.469,35.597 183.461,35.552 183.454,35.504 183.451,35.449L183.451,35.447C183.448,35.396 183.418,35.292 183.401,35.236L183.361,35.08C183.342,35.023 183.314,34.992 183.287,34.958L183.154,34.775C183.121,34.729 183.09,34.714 183.059,34.694 183.054,34.691 182.967,34.639 182.962,34.635L182.844,34.559C182.815,34.548 182.777,34.528 182.737,34.506L182.563,34.489C182.492,34.478 182.43,34.465 182.37,34.449 182.299,34.451 182.176,34.49 182.077,34.521 182.046,34.533 181.982,34.549 181.927,34.561 181.719,34.663 181.543,34.848 181.446,35.076 175.888,48.042 170.425,50.654 169.82,50.91" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M160.649,98.686C160.426,99.241 160.112,99.768 159.726,100.274C159.752,100.274 159.777,100.276 159.803,100.276C160.516,100.276 161.235,100.237 161.95,100.174C164.921,98.883 168.1,97.986 171.42,97.539C172.759,96.791 173.588,95.999 173.588,95.304L173.534,94.531L172.964,94.244L172.447,94.053L171.837,94.053C172.023,94.363 172.136,94.721 172.136,95.109C172.136,96.246 171.217,97.165 170.081,97.165C168.944,97.165 168.025,96.246 168.025,95.109C168.025,94.721 168.139,94.363 168.325,94.053L165.67,94.053C165.856,94.363 165.97,94.721 165.97,95.109L165.97,97.165C165.97,98.301 165.051,99.22 163.914,99.22C162.777,99.22 161.858,98.301 161.858,97.165L161.858,95.109C161.858,94.721 161.972,94.363 162.158,94.053L160.648,94.053C161.113,95.323 161.347,96.949 160.649,98.686" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M126.142,55.02C126.144,53.346 126.144,51.595 126.144,49.735 126.144,36.133 120.888,26.388 113.867,20.12L70.41,20.12C62.713,27.521 58.708,38.275 58.246,46.953 58.192,47.938 58.166,48.848 58.166,49.734 58.166,50.401 58.162,51.168 58.157,52.019 58.123,57.999 58.057,69.961 59.756,77.395 62.286,76.83 64.912,76.522 67.61,76.522 70.932,76.522 74.147,76.984 77.203,77.831 70.036,71.844 65.447,61.887 64.96,50.748 64.958,50.71 64.959,50.674 64.961,50.637 65.316,45.27 67.882,43.198 70.853,40.799 71.864,39.983 72.91,39.139 73.954,38.094L80.515,31.534C80.84,31.211 81.343,31.147 81.736,31.383 81.844,31.448 92.539,37.801 100.903,37.801 109.29,37.801 118.635,41.893 119.333,50.876 119.336,50.918 119.337,50.96 119.335,51.003 119.278,52.145 119.165,53.269 119.024,54.382 121.26,54.31 123.627,54.494 126.142,55.02M100.901,16.932C99.692,16.932 98.714,15.953 98.714,14.745 98.714,13.537 99.692,12.558 100.901,12.558 102.11,12.558 103.088,13.537 103.088,14.745 103.088,15.953 102.11,16.932 100.901,16.932L100.901,16.932zM92.154,16.932C90.947,16.932 89.967,15.464 89.967,13.652 89.967,11.839 90.947,10.371 92.154,10.371 93.363,10.371 94.34,11.839 94.34,13.652 94.34,15.464 93.363,16.932 92.154,16.932L92.154,16.932zM83.407,16.932C82.2,16.932 81.22,15.953 81.22,14.745 81.22,13.537 82.2,12.558 83.407,12.558 84.614,12.558 85.593,13.537 85.593,14.745 85.593,15.953 84.614,16.932 83.407,16.932L83.407,16.932zM113.022,17.654L107.145,15.695C106.934,15.624 106.753,15.486 106.63,15.301L102.68,9.376 96.844,11.321C96.484,11.442 96.088,11.347 95.82,11.079L92.154,7.413 88.487,11.079C88.22,11.347 87.824,11.443 87.464,11.321L81.628,9.376 77.678,15.301C77.555,15.486 77.374,15.624 77.163,15.695L71.286,17.654 71.286,18.119 113.022,18.119 113.022,17.654zM176.247,99.205C168.538,99.205 161.422,101.788 155.713,106.13 156.526,109.207 156.963,112.436 156.963,115.767 156.963,120.741 155.987,125.489 154.231,129.842 158.475,134.165 161.635,139.551 163.278,145.559L190.659,145.559C191.797,145.559 192.717,146.479 192.717,147.617 192.717,148.757 191.797,149.676 190.659,149.676L164.153,149.676C164.416,151.428 164.555,153.219 164.555,155.042 164.555,158.357 164.095,161.566 163.251,164.618 167.258,166.283 171.646,167.206 176.247,167.206 194.995,167.206 210.247,151.954 210.247,133.206 210.247,114.457 194.995,99.205 176.247,99.205" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M55.667,96.012C55.286,96.09 46.388,98.03 42.756,107.111 42.433,107.915 41.661,108.404 40.844,108.406 40.588,108.406 40.331,108.358 40.08,108.257 39.023,107.835 38.511,106.637 38.933,105.58 43.413,94.381 54.389,92.067 54.852,91.976 55.972,91.756 57.053,92.475 57.275,93.59 57.498,94.701 56.777,95.785 55.667,96.012M81.669,111.567C81.136,111.52 80.567,111.492 79.962,111.492 74.938,111.492 72.365,113.331 72.34,113.35 71.959,113.623 71.443,113.614 71.083,113.321 70.72,113.029 70.597,112.531 70.786,112.104 70.888,111.875 72.921,107.428 77.034,105.862 76.471,104.82 75.97,103.694 75.541,102.458 72.54,93.832 77.31,86.657 82.329,81.876 77.873,79.727 72.879,78.522 67.609,78.522 48.862,78.522 33.609,93.774 33.609,112.522 33.609,115.989 34.134,119.334 35.103,122.489 38.667,117.389 44.258,111.37 47.131,110.27 48.486,108.257 51.162,105.316 55.256,105.316 61.346,105.316 64.309,111.826 64.433,112.104 64.622,112.533 64.5,113.034 64.134,113.326 63.947,113.475 63.718,113.551 63.492,113.551 63.277,113.551 63.059,113.484 62.878,113.348 62.82,113.307 60.251,111.492 55.256,111.492 53.035,111.492 51.296,111.852 50.041,112.254 50.907,113.966 51.739,116.53 52.422,119.33 57.144,120.184 61.548,120.757 67.609,120.757 73.165,120.757 77.328,120.276 81.62,119.537 81.496,118.297 81.431,117.039 81.431,115.766 81.431,114.346 81.516,112.947 81.669,111.567M86.529,140.756C84.797,139.732 83.334,138.254 82.345,136.431 78.476,139.358 73.403,141.346 67.61,141.346 61.8,141.346 56.717,139.347 52.844,136.407 51.859,138.234 50.4,139.715 48.67,140.744 54.087,144.391 60.603,146.522 67.61,146.522 74.607,146.522 81.116,144.395 86.529,140.756" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M51.914,133.337C53.207,128.238 49.326,113.886 47.713,112.117 45.451,112.9 35.192,123.66 33.898,128.762 33.287,131.169 33.649,133.669 34.919,135.803 36.188,137.937 38.212,139.446 40.618,140.056 45.585,141.318 50.652,138.304 51.914,133.337M83.264,133.337C84.166,136.887 87.013,139.428 90.377,140.135 87.218,136.404 84.768,132.057 83.239,127.299 82.947,129.721 82.899,131.898 83.264,133.337" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M67.609,173.502C58.887,173.502 58.887,170.219 58.887,164.779 58.887,159.97 62.799,156.057 67.609,156.057 72.419,156.057 76.331,159.97 76.331,164.779 76.331,170.219 76.331,173.502 67.609,173.502M78.331,164.779C78.331,158.867 73.521,154.057 67.609,154.057 61.697,154.057 56.887,158.867 56.887,164.779 56.887,170.051 56.887,175.502 67.609,175.502 78.331,175.502 78.331,170.051 78.331,164.779M84.138,187.113C83.332,187.113 82.61,186.596 82.34,185.827 82.2,185.425 81.82,185.157 81.397,185.157 81.386,185.157 81.375,185.157 81.364,185.158 81.344,185.158 81.237,185.165 81.217,185.167 81.197,185.165 81.099,185.158 81.079,185.158 80.646,185.102 80.247,185.414 80.102,185.827 79.833,186.596 79.11,187.113 78.305,187.113 77.248,187.113 76.388,186.254 76.388,185.197 76.388,184.349 76.964,183.594 77.789,183.363 78.085,183.28 78.326,183.065 78.443,182.781 78.794,181.93 79.936,181.336 81.221,181.336 82.505,181.336 83.646,181.93 83.997,182.781 84.114,183.065 84.355,183.279 84.65,183.362 85.477,183.596 86.055,184.35 86.055,185.197 86.055,186.254 85.195,187.113 84.138,187.113M85.635,181.592C84.842,180.225 83.133,179.336 81.221,179.336 79.309,179.336 77.599,180.225 76.806,181.591 75.362,182.191 74.388,183.614 74.388,185.197 74.388,187.356 76.145,189.113 78.305,189.113 79.44,189.113 80.494,188.616 81.221,187.797 81.949,188.616 83.002,189.113 84.138,189.113 86.298,189.113 88.055,187.356 88.055,185.197 88.055,183.616 87.08,182.193 85.635,181.592M163.914,82.776L161.858,82.776C160.722,82.776 159.803,83.694 159.803,84.831 159.803,85.967 160.722,86.887 161.858,86.887L163.914,86.887C165.051,86.887 165.97,85.967 165.97,84.831 165.97,83.694 165.051,82.776 163.914,82.776M157.748,82.776L155.692,82.776C154.558,82.776 153.637,83.694 153.637,84.831 153.637,85.967 154.558,86.887 155.692,86.887L157.748,86.887C158.882,86.887 159.803,85.967 159.803,84.831 159.803,83.694 158.882,82.776 157.748,82.776M171.136,74.553C171.136,76.269 169.74,77.664 168.025,77.664 166.309,77.664 164.914,76.269 164.914,74.553L164.914,68.386C164.914,66.67 166.309,65.275 168.025,65.275 169.74,65.275 171.136,66.67 171.136,68.386L171.136,74.553zM168.025,63.275C165.207,63.275 162.914,65.568 162.914,68.386L162.914,74.553C162.914,77.371 165.207,79.664 168.025,79.664 170.844,79.664 173.136,77.371 173.136,74.553L173.136,68.386C173.136,65.568 170.844,63.275 168.025,63.275L168.025,63.275zM94.341,58.482L89.967,58.482C88.76,58.482 87.78,59.46 87.78,60.669 87.78,61.878 88.76,62.856 89.967,62.856L94.341,62.856C95.55,62.856 96.528,61.878 96.528,60.669 96.528,59.46 95.55,58.482 94.341,58.482M81.22,47.548C80.013,47.548 79.033,48.526 79.033,49.735L79.033,54.108C79.033,55.318 80.013,56.295 81.22,56.295 82.428,56.295 83.407,55.318 83.407,54.108L83.407,49.735C83.407,48.526 82.428,47.548 81.22,47.548M103.088,47.548C101.879,47.548 100.901,48.526 100.901,49.735L100.901,54.108C100.901,55.318 101.879,56.295 103.088,56.295 104.297,56.295 105.275,55.318 105.275,54.108L105.275,49.735C105.275,48.526 104.297,47.548 103.088,47.548M92.154,10.372C90.947,10.372 89.967,11.84 89.967,13.651 89.967,15.465 90.947,16.932 92.154,16.932 93.363,16.932 94.341,15.465 94.341,13.651 94.341,11.84 93.363,10.372 92.154,10.372M83.407,12.558C82.2,12.558 81.22,13.537 81.22,14.746 81.22,15.953 82.2,16.932 83.407,16.932 84.614,16.932 85.594,15.953 85.594,14.746 85.594,13.537 84.614,12.558 83.407,12.558M100.901,12.558C99.692,12.558 98.714,13.537 98.714,14.746 98.714,15.953 99.692,16.932 100.901,16.932 102.11,16.932 103.088,15.953 103.088,14.746 103.088,13.537 102.11,12.558 100.901,12.558M163.865,124.517C161.656,124.517 159.865,127.025 159.865,130.118 159.865,133.212 161.656,135.717 163.865,135.717 166.074,135.717 167.865,133.212 167.865,130.118 167.865,127.025 166.074,124.517 163.865,124.517M189.629,124.517C187.42,124.517 185.629,127.025 185.629,130.118 185.629,133.212 187.42,135.717 189.629,135.717 191.838,135.717 193.629,133.212 193.629,130.118 193.629,127.025 191.838,124.517 189.629,124.517" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M179.819,167.021C173.918,167.629 168.283,166.709 163.252,164.619C164.095,161.567 164.555,158.358 164.555,155.042C164.555,153.219 164.416,151.428 164.153,149.676L190.545,149.676C191.622,149.676 192.602,148.9 192.707,147.828C192.829,146.594 191.867,145.559 190.659,145.559L163.278,145.559C161.793,140.128 159.069,135.207 155.424,131.118C154.72,130.328 154.496,129.21 154.846,128.212C156.214,124.313 156.964,120.126 156.964,115.766C156.964,113.101 156.683,110.501 156.154,107.991C155.903,106.798 156.423,105.577 157.437,104.901C162.828,101.306 169.296,99.206 176.247,99.206C195.768,99.206 211.5,115.742 210.169,135.542C209.069,151.901 196.128,165.339 179.819,167.021L179.819,167.021ZM125.131,188.874C110.036,187.389 97.596,175.798 95.049,160.846C94.416,157.131 94.409,153.51 94.924,150.057C95.243,147.919 97.637,146.82 99.478,147.953C102.958,150.092 106.81,151.684 110.913,152.606C111.071,152.716 111.241,152.813 111.433,152.877C111.799,153 112.171,153.005 112.521,152.93C114.69,153.319 116.918,153.533 119.197,153.533C123.236,153.533 127.127,152.888 130.778,151.708C130.999,152.241 131.432,152.681 132.022,152.877C133.109,153.239 134.264,152.655 134.624,151.576C134.681,151.406 134.777,151.158 134.908,150.862C135.185,150.235 135.689,149.741 136.299,149.429C136.878,149.134 137.448,148.824 138.009,148.5C139.458,147.664 141.305,148.132 142.143,149.58C142.596,150.362 142.92,151.124 143.073,151.576C143.36,152.438 144.163,152.984 145.025,152.984C145.241,152.984 145.46,152.949 145.676,152.877C146.755,152.519 147.337,151.353 146.977,150.275C146.828,149.826 145.948,147.364 144.183,145.365C143.819,144.954 143.87,144.333 144.28,143.967C147.005,141.542 149.376,138.729 151.308,135.616C152.447,133.78 155.073,133.691 156.322,135.455C160.245,140.995 162.555,147.752 162.555,155.042C162.555,174.92 145.409,190.868 125.131,188.874L125.131,188.874ZM96.328,171.063C96.883,172.176 96.108,173.501 94.863,173.502L94.832,173.502C86.11,173.502 86.11,170.219 86.11,164.78C86.11,161.667 87.75,158.937 90.21,157.395C91.256,156.741 92.622,157.439 92.746,158.667C93.189,163.082 94.431,167.262 96.328,171.063L96.328,171.063ZM101.964,191.621C100.561,192.274 99.665,193.688 99.665,195.235L99.665,201.509C99.665,204.032 97.826,206.29 95.315,206.535C92.434,206.816 89.998,204.549 89.998,201.725L89.998,195.59C89.998,195.311 89.881,195.043 89.675,194.854C89.49,194.684 89.248,194.59 88.998,194.59C88.97,194.59 88.943,194.591 88.915,194.594C88.296,194.646 87.657,194.69 87.004,194.728C86.474,194.76 86.054,195.196 86.054,195.727L86.054,201.509C86.054,204.033 84.214,206.29 81.703,206.535C78.822,206.816 76.387,204.549 76.387,201.725L76.387,195.727C76.387,195.197 75.969,194.76 75.44,194.729C74.788,194.69 74.147,194.646 73.527,194.594C73.25,194.563 72.972,194.665 72.766,194.854C72.56,195.043 72.443,195.311 72.443,195.59L72.443,201.509C72.443,204.032 70.604,206.29 68.093,206.535C65.212,206.816 62.776,204.549 62.776,201.725L62.776,195.236C62.776,193.697 61.897,192.279 60.501,191.631C51.11,187.276 51.11,179.001 51.11,168.669C51.11,160.084 54.019,152.759 59.027,147.48C61.779,148.156 64.652,148.522 67.61,148.522C75.445,148.522 82.698,145.999 88.615,141.731C89.777,142.131 91.012,142.344 92.274,142.344C92.312,142.344 92.351,142.337 92.389,142.337C92.992,142.946 93.619,143.529 94.262,144.095C93.229,147.325 92.646,150.75 92.573,154.301C87.743,155.341 84.11,159.643 84.11,164.78C84.11,170.051 84.11,175.502 94.832,175.502C96.337,175.502 97.624,175.391 98.737,175.192C101.448,179.192 104.946,182.612 109.001,185.246C107.626,187.846 105.441,190.002 101.964,191.621L101.964,191.621ZM50.799,139.113C51.163,138.759 51.504,138.38 51.819,137.977C52.453,137.165 53.593,136.981 54.463,137.535C58.09,139.846 62.578,141.346 67.61,141.346C72.629,141.346 77.108,139.854 80.731,137.551C81.599,137 82.735,137.182 83.369,137.991C83.685,138.393 84.026,138.771 84.389,139.124C85.365,140.071 85.141,141.674 83.949,142.33C79.097,145 73.528,146.522 67.61,146.522C61.68,146.522 56.1,144.996 51.242,142.315C50.053,141.66 49.826,140.06 50.799,139.113L50.799,139.113ZM40.617,140.056C38.212,139.447 36.188,137.937 34.919,135.803C33.649,133.669 33.287,131.169 33.898,128.762C34.944,124.638 41.848,116.816 45.651,113.556C46.712,112.647 48.339,113.06 48.837,114.366C50.623,119.045 52.96,129.215 51.914,133.337C50.652,138.304 45.585,141.319 40.617,140.056L40.617,140.056ZM81.831,123.789C81.605,125.096 81.423,126.383 81.294,127.597C78.414,129.413 74.038,131.051 67.61,131.051C61.148,131.051 56.76,129.395 53.881,127.569C53.752,126.361 53.57,125.081 53.345,123.781C56.428,124.317 61.172,124.875 67.61,124.875C74.017,124.875 78.747,124.322 81.831,123.789L81.831,123.789ZM33.836,108.566C35.672,92.502 48.908,79.813 65.032,78.618C70.168,78.237 75.089,79.005 79.564,80.691C80.889,81.191 81.3,82.852 80.357,83.91C76.178,88.591 72.94,94.98 75.541,102.458C75.97,103.694 76.471,104.82 77.034,105.862C72.922,107.428 70.888,111.875 70.786,112.104C70.597,112.531 70.72,113.029 71.083,113.321C71.443,113.614 71.96,113.624 72.34,113.35C72.365,113.332 74.939,111.493 79.963,111.493C80.568,111.493 81.136,111.52 81.67,111.567C81.516,112.947 81.431,114.346 81.431,115.766C81.431,116.435 81.449,117.099 81.484,117.758C81.538,118.788 80.802,119.681 79.785,119.837C76.111,120.403 72.371,120.757 67.61,120.757C62.098,120.757 57.957,120.284 53.701,119.555C52.932,119.424 52.308,118.849 52.107,118.095C51.49,115.784 50.778,113.711 50.041,112.254C51.296,111.852 53.035,111.493 55.256,111.493C60.251,111.493 62.82,113.307 62.878,113.348C63.059,113.484 63.277,113.551 63.492,113.551C63.718,113.551 63.947,113.475 64.134,113.327C64.501,113.035 64.622,112.533 64.433,112.104C64.309,111.827 61.346,105.316 55.256,105.316C51.162,105.316 48.486,108.257 47.132,110.27C44.872,111.135 40.932,115.042 37.618,119.152C36.53,120.5 34.376,119.916 34.087,118.207C33.562,115.114 33.457,111.88 33.836,108.566L33.836,108.566ZM58.157,52.019C58.162,51.168 58.166,50.401 58.166,49.734C58.166,48.848 58.192,47.938 58.245,46.953C58.506,42.054 59.896,36.495 62.442,31.25C65.762,24.407 72.767,20.12 80.373,20.12L104.271,20.12C112.011,20.12 119.09,24.566 122.365,31.58C124.72,36.623 126.144,42.657 126.144,49.735C126.144,51.16 126.144,52.521 126.143,53.833C126.143,54.453 125.58,54.902 124.968,54.797C123.298,54.512 121.694,54.378 120.151,54.368C119.553,54.364 119.092,53.857 119.155,53.263C119.234,52.516 119.297,51.764 119.335,51.004C119.334,50.962 119.334,50.92 119.333,50.879C118.637,41.894 109.291,37.801 100.902,37.801C92.539,37.801 81.843,31.448 81.736,31.383C81.342,31.147 80.84,31.211 80.515,31.534L73.954,38.094C72.909,39.139 71.864,39.983 70.853,40.799C67.883,43.197 65.318,45.269 64.961,50.633C64.961,50.67 64.96,50.71 64.96,50.749C65.343,59.519 68.27,67.558 72.996,73.501C74.089,74.875 72.973,76.883 71.227,76.706C70.037,76.584 68.831,76.522 67.61,76.522C65.572,76.522 63.575,76.698 61.63,77.027C60.564,77.208 59.548,76.491 59.363,75.425C58.068,67.988 58.126,57.495 58.157,52.019L58.157,52.019ZM71.287,17.654L77.163,15.695C77.374,15.625 77.556,15.486 77.679,15.3L80.781,10.647C81.281,9.897 82.222,9.574 83.078,9.859L87.465,11.321C87.824,11.443 88.22,11.347 88.488,11.08L90.74,8.828C91.521,8.046 92.788,8.046 93.569,8.828L95.82,11.079C96.089,11.347 96.485,11.441 96.844,11.321L101.231,9.859C102.087,9.574 103.027,9.897 103.527,10.647L106.63,15.301C106.753,15.486 106.934,15.625 107.145,15.695L113.022,17.654L113.022,18.12L71.287,18.12L71.287,17.654ZM128.142,54.853C129.371,53.657 131.122,52.29 133.611,50.734C133.868,50.574 134.038,50.304 134.073,50.002C134.109,49.702 134.006,49.4 133.793,49.184C132.699,48.074 130.672,45.374 131.382,44.112C131.59,43.743 132.391,42.979 135.424,42.944C136.028,44.867 136.917,46.982 138.22,49.062C139.184,50.6 139.24,52.52 138.385,54.122C137.919,54.995 137.483,55.935 137.082,56.946C136.626,58.095 135.284,58.565 134.204,57.961C132.376,56.941 130.396,56.123 128.284,55.539C128.236,55.525 128.19,55.517 128.142,55.504L128.142,54.853L128.142,54.853ZM136.155,35.445C136.158,35.404 136.184,35.309 136.21,35.218C136.213,35.208 136.244,35.069 136.247,35.057C136.271,35.012 136.305,34.974 136.37,34.888L136.463,34.747C136.491,34.725 136.524,34.709 136.554,34.69C136.563,34.685 136.65,34.633 136.658,34.627L136.822,34.516L136.822,34.515C136.837,34.509 136.851,34.503 136.866,34.497L136.87,34.506L137.062,34.487C137.119,34.479 137.174,34.466 137.238,34.45C137.318,34.458 137.446,34.499 137.513,34.519C137.569,34.536 137.63,34.549 137.702,34.562C137.818,34.62 137.916,34.685 137.977,34.746C138.031,34.799 138.082,34.872 138.119,34.927C138.202,35.053 138.298,35.146 138.39,35.22C144.879,48.925 149.902,50.923 149.941,50.938C150.453,51.135 150.697,51.728 150.498,52.285C150.477,52.344 150.453,52.4 150.423,52.452C150.247,52.763 150.25,53.145 150.432,53.454C150.616,53.767 150.631,54.147 150.471,54.467C150.218,54.971 149.536,55.18 149.066,54.946C149.044,54.933 148.966,54.889 148.944,54.878C148.803,54.808 148.65,54.773 148.497,54.773C148.326,54.773 148.154,54.817 148.001,54.905C147.653,55.105 147.25,55.096 146.925,54.901C136.609,48.709 136.156,36.835 136.137,35.586C136.146,35.536 136.153,35.484 136.155,35.445L136.155,35.445ZM147.24,44.693C147.537,44.761 147.85,44.693 148.09,44.503C148.33,44.314 148.47,44.025 148.47,43.719C148.47,40.692 149.23,34.441 151.581,34.441C154.12,34.441 157.423,39.146 158.909,42.111C159.248,42.789 160.359,42.789 160.697,42.111C162.183,39.146 165.486,34.441 168.026,34.441C170.371,34.441 171.134,40.692 171.136,43.719C171.136,44.025 171.276,44.313 171.515,44.502C171.753,44.692 172.066,44.763 172.362,44.693C172.935,44.56 173.48,44.44 174.012,44.325L174.001,44.339C173.42,45.111 172.389,45.388 171.502,45.009C167.657,43.366 163.524,42.975 159.803,42.975C156.091,42.975 151.968,43.363 148.131,44.996C147.399,45.307 146.543,45.07 146.066,44.433C146.062,44.429 146.059,44.424 146.055,44.419C146.44,44.506 146.835,44.597 147.24,44.693L147.24,44.693ZM181.446,35.077C181.543,34.848 181.719,34.664 181.927,34.561C181.982,34.548 182.046,34.533 182.077,34.522C182.176,34.49 182.299,34.452 182.37,34.449C182.43,34.464 182.492,34.478 182.563,34.489L182.736,34.505C182.777,34.528 182.815,34.547 182.844,34.559L182.962,34.635C182.967,34.638 183.054,34.692 183.059,34.695C183.09,34.713 183.121,34.73 183.154,34.776L183.287,34.958C183.314,34.992 183.342,35.024 183.361,35.081L183.401,35.236C183.418,35.292 183.448,35.396 183.451,35.447L183.451,35.449C183.454,35.503 183.461,35.552 183.469,35.596C183.448,36.91 182.965,48.728 172.682,54.899C172.352,55.096 171.949,55.102 171.606,54.905C171.452,54.817 171.281,54.773 171.109,54.773C170.963,54.773 170.816,54.805 170.68,54.87C170.627,54.895 170.578,54.922 170.554,54.939C170.03,55.202 169.388,54.972 169.136,54.469C168.977,54.15 168.988,53.777 169.166,53.47C169.349,53.155 169.346,52.766 169.159,52.454C169.131,52.407 169.106,52.349 169.081,52.274C168.897,51.722 169.196,51.123 169.82,50.911C170.425,50.655 175.888,48.042 181.446,35.077L181.446,35.077ZM148.47,74.553L148.47,68.386C148.47,66.67 149.865,65.275 151.581,65.275C153.297,65.275 154.692,66.67 154.692,68.386L154.692,74.553C154.692,76.269 153.297,77.665 151.581,77.665C149.865,77.665 148.47,76.269 148.47,74.553L148.47,74.553ZM168.025,94.053C168.025,95.19 168.944,96.109 170.081,96.109C171.217,96.109 172.136,95.19 172.136,94.053L168.025,94.053ZM172.447,94.053L172.965,94.244L173.534,94.531L173.589,95.304C173.589,96 172.759,96.792 171.421,97.539C168.1,97.986 164.922,98.883 161.95,100.174C161.235,100.237 160.516,100.276 159.803,100.276C159.777,100.276 159.752,100.274 159.726,100.274C160.112,99.768 160.426,99.241 160.649,98.686C161.347,96.949 161.113,95.323 160.648,94.053L162.158,94.053C161.972,94.363 161.859,94.721 161.859,95.109L161.859,96.164C161.859,97.3 162.777,98.219 163.914,98.219C165.051,98.219 165.97,97.3 165.97,96.164L165.97,95.109C165.97,94.721 165.856,94.363 165.67,94.053L172.447,94.053ZM155.305,101.346C154.781,101.639 154.121,101.408 153.883,100.856C152.559,97.788 150.84,94.929 148.79,92.344C148.285,91.708 148.726,90.775 149.537,90.737C151.612,90.639 154.921,90.792 157.222,92.406C157.38,92.554 157.537,92.694 157.694,92.847C157.9,93.089 159.802,95.431 158.793,97.941C158.415,98.882 157.486,100.122 155.305,101.346L155.305,101.346ZM83.478,117.62C83.086,109.899 85.161,102.675 88.98,96.662C90.714,93.931 94.134,92.807 97.184,93.887C102.904,95.914 112.059,98.658 119.679,98.658C122.931,98.658 125.903,98.158 128.208,96.888C132.895,94.307 137.083,92.786 140.672,91.922C143.365,91.275 146.224,92.218 147.88,94.438C152.325,100.396 154.964,107.777 154.964,115.766C154.964,136.33 137.52,152.895 116.653,151.444C98.767,150.201 84.388,135.526 83.478,117.62L83.478,117.62ZM83.238,127.299C84.768,132.057 87.218,136.405 90.377,140.135C87.013,139.428 84.166,136.887 83.264,133.337C82.899,131.898 82.946,129.721 83.238,127.299L83.238,127.299ZM116.444,72.333C117.495,70.349 120.033,69.275 123.988,69.138C124.27,69.128 124.546,69.124 124.817,69.124C128.795,69.124 131.615,70.171 133.206,72.243C134.361,73.747 134.724,75.605 134.761,77.244C134.777,77.917 134.152,78.412 133.499,78.242C128.248,76.874 122.711,76.283 117.048,76.916C116.504,76.976 116.002,76.599 115.936,76.054C115.774,74.722 115.872,73.413 116.444,72.333L116.444,72.333ZM145.983,85.286C147.74,86.205 147.258,88.847 145.286,89.054C140.452,89.561 134.377,91.207 127.243,95.136C119.952,99.15 104.362,94.353 96.787,91.604C95.341,91.079 95.006,89.203 96.171,88.198C98.807,85.923 102.981,82.955 108.54,80.944C110.201,80.372 111.973,79.865 113.854,79.464C113.861,79.462 113.869,79.46 113.878,79.458C114.213,79.387 114.552,79.321 114.894,79.256C124.605,77.562 135.134,79.61 145.983,85.286L145.983,85.286ZM91.975,77.251C92.182,77.144 92.346,76.967 92.437,76.751C92.465,76.686 95.273,70.114 101.049,64.488C106.621,59.06 112.904,56.333 119.804,56.333C122.369,56.333 125.02,56.71 127.751,57.466C137.946,60.286 144.86,69 145.546,79.561C145.644,81.06 144.104,82.113 142.73,81.503C141.227,80.837 139.686,80.22 138.113,79.665C137.306,79.379 136.756,78.629 136.769,77.774C136.802,75.681 136.412,73.14 134.8,71.035C132.686,68.274 129.016,66.957 123.92,67.14C119.197,67.302 116.088,68.735 114.677,71.396C113.978,72.716 113.785,74.194 113.88,75.655C113.943,76.627 113.305,77.503 112.356,77.725C111.228,77.988 110.097,78.303 108.965,78.675C97.604,82.409 91.555,89.916 91.303,90.234C91.254,90.295 91.237,90.373 91.205,90.442C87.9,94.092 85.301,98.391 83.618,103.122C82.696,105.712 79.12,105.879 78.031,103.354C77.817,102.858 77.616,102.34 77.429,101.802C75.368,95.875 77.14,89.974 82.694,84.259C86.949,79.881 91.925,77.278 91.975,77.251L91.975,77.251ZM116.987,54.524C106.671,55.639 99.526,62.473 95.298,68.138C94.788,68.822 94.031,69.275 93.183,69.364C92.861,69.397 92.519,69.417 92.154,69.417C88.881,69.417 87.232,67.951 87.118,67.848C86.263,67.017 84.894,67.022 84.048,67.87C83.193,68.725 83.193,70.107 84.048,70.962C84.328,71.244 86.864,73.626 91.689,73.776C91.229,74.625 90.91,75.283 90.741,75.647C90.015,76.052 88.114,77.166 85.861,78.877C84.926,79.588 83.662,79.658 82.625,79.107C82.399,78.987 82.173,78.862 81.949,78.733C73.253,73.725 67.513,62.993 66.96,50.715C67.27,46.262 69.302,44.622 72.11,42.355C73.112,41.545 74.249,40.628 75.368,39.508L79.296,35.582C80.511,34.366 82.366,34.056 83.902,34.828C87.864,36.816 94.823,39.801 100.902,39.801C108.379,39.801 116.694,43.296 117.334,50.968C117.272,52.171 117.147,53.355 116.987,54.524L116.987,54.524ZM175.49,93.827C175.466,93.474 175.258,93.161 174.943,93.001L173.814,92.432C173.779,92.415 173.745,92.399 173.709,92.386L172.971,92.115C172.861,92.074 172.743,92.053 172.626,92.053L159.6,92.053C159.37,91.726 159.195,91.524 159.167,91.493C159.152,91.476 159.137,91.459 159.121,91.444C155.393,87.805 151.767,85.589 148.386,84.324C148.095,83.875 147.839,83.481 147.548,83.034C147.569,82.705 147.585,82.376 147.593,82.051C147.633,80.463 147.544,78.908 147.335,77.392C148.313,78.85 150.019,79.781 151.929,79.653C154.652,79.471 156.692,77.058 156.692,74.331L156.692,68.614C156.692,65.946 154.746,63.559 152.091,63.3C149.045,63.002 146.47,65.4 146.47,68.386L146.47,73.403C145.09,68.706 142.491,64.562 138.947,61.361C138.36,60.83 138.094,60.016 138.344,59.265C138.839,57.775 139.406,56.435 140.036,55.233C140.618,54.124 142.078,53.794 143.042,54.594C143.906,55.312 144.855,55.991 145.898,56.617C146.675,57.083 147.638,57.179 148.493,56.872C148.823,56.991 149.173,57.052 149.523,57.052C150.689,57.052 151.736,56.405 152.26,55.361C152.641,54.594 152.682,53.719 152.39,52.933C152.94,51.35 152.184,49.659 150.711,49.093C150.704,49.09 150.603,49.04 150.418,48.918C149.33,48.208 149.556,46.528 150.798,46.143C153.731,45.232 156.826,44.975 159.803,44.975C162.814,44.975 165.946,45.241 168.909,46.177C170.214,46.59 170.362,48.41 169.141,49.027C169.121,49.037 169.111,49.042 169.111,49.042C167.516,49.577 166.651,51.31 167.181,52.899C167.189,52.921 167.196,52.944 167.204,52.965C166.923,53.743 166.969,54.607 167.347,55.364C167.87,56.405 168.918,57.052 170.083,57.052C170.441,57.052 170.789,56.991 171.115,56.873C171.445,56.991 171.792,57.052 172.139,57.052C172.686,57.052 173.228,56.902 173.708,56.616C174.752,55.99 175.701,55.31 176.567,54.591C177.522,53.798 178.98,54.11 179.559,55.208C181.972,59.782 183.47,66.338 183.47,75.709C183.47,84.319 181.491,91.52 177.953,96.784C177.759,97.072 177.428,97.232 177.082,97.221C176.805,97.211 176.527,97.206 176.247,97.206C175.78,97.206 175.317,97.223 174.855,97.241C175.311,96.619 175.587,95.952 175.586,95.236L175.49,93.827ZM184.167,42.987C187.22,43.028 188.022,43.795 188.228,44.166C188.926,45.418 186.905,48.085 185.817,49.181C185.602,49.397 185.498,49.699 185.532,50C185.568,50.303 185.737,50.573 185.996,50.734C193.014,55.121 194.254,58.041 194.058,59.717C193.776,62.13 190.353,63.315 190.32,63.327C190.015,63.428 189.777,63.669 189.682,63.977C189.586,64.284 189.644,64.618 189.837,64.875C193.933,70.336 195.448,74.531 194.218,77.002C192.889,79.672 188.622,79.72 188.579,79.72C188.116,79.722 187.715,80.042 187.609,80.492C187.503,80.942 187.719,81.407 188.133,81.615C188.21,81.653 195.803,85.528 195.803,90.998C195.803,92.224 195.536,93.07 194.986,93.583C193.823,94.667 191.162,94.481 188.344,94.287C187.09,94.199 185.792,94.109 184.47,94.109C184.088,94.109 183.739,94.327 183.571,94.669C183.404,95.012 183.446,95.421 183.68,95.723C183.832,95.918 183.976,96.107 184.112,96.291C184.664,97.031 184.021,98.044 183.115,97.868C182.57,97.761 182.022,97.667 181.469,97.585C180.79,97.486 180.414,96.725 180.752,96.128C183.793,90.754 185.47,83.818 185.47,75.709C185.47,65.913 183.834,59.015 181.248,54.166C180.384,52.546 180.418,50.607 181.392,49.051C182.682,46.991 183.565,44.896 184.167,42.987L184.167,42.987ZM190.109,99.99C188.922,99.493 187.962,98.599 187.318,97.485C187.075,97.066 186.799,96.628 186.486,96.17C187.065,96.203 187.64,96.243 188.206,96.282C191.611,96.519 194.551,96.722 196.35,95.045C197.328,94.133 197.803,92.809 197.803,90.998C197.803,86.511 194.039,83.109 191.438,81.294C193.083,80.835 195.014,79.882 196.004,77.903C197.534,74.842 196.247,70.4 192.178,64.689C193.59,63.96 195.746,62.456 196.043,59.96C196.417,56.815 193.802,53.446 188.058,49.679C189.269,48.222 191.193,45.381 189.977,43.194C189.225,41.842 187.504,41.11 184.719,40.991C185.446,37.948 185.47,35.719 185.47,35.494C185.47,35.428 185.459,35.335 185.442,35.254C185.421,35.025 185.366,34.826 185.306,34.616C185.282,34.516 185.246,34.366 185.17,34.204C185.075,34.001 184.958,33.849 184.872,33.738L184.799,33.638C184.733,33.542 184.641,33.41 184.497,33.274C184.349,33.137 184.201,33.048 184.093,32.983L183.496,33.79L183.955,32.895C183.868,32.837 183.756,32.762 183.608,32.696C183.551,32.664 183.49,32.634 183.436,32.615C183.219,32.539 183.029,32.524 182.861,32.51C182.757,32.48 182.539,32.411 182.268,32.453C181.986,32.468 181.731,32.535 181.501,32.607C181.417,32.624 181.281,32.661 181.215,32.689C180.485,33 179.913,33.57 179.607,34.292C178.249,37.459 176.902,39.966 175.647,41.95C174.83,42.108 173.991,42.278 173.102,42.475C172.953,39.458 172.161,32.441 168.026,32.441C164.523,32.441 161.326,37.015 159.803,39.589C158.281,37.015 155.084,32.441 151.581,32.441C147.447,32.441 146.654,39.451 146.504,42.47C145.773,42.305 145.074,42.158 144.392,42.019C143.115,40.042 141.701,37.54 140.204,34.378C140.105,34.042 139.861,33.83 139.711,33.714C139.614,33.581 139.502,33.442 139.387,33.327C139.132,33.076 138.799,32.857 138.408,32.685C138.257,32.623 138.124,32.606 138.103,32.608C137.881,32.539 137.64,32.472 137.352,32.454C137.083,32.415 136.87,32.478 136.718,32.512C136.588,32.522 136.39,32.538 136.149,32.624C136.109,32.639 136.06,32.662 136.015,32.687C135.861,32.755 135.742,32.835 135.653,32.895L135.537,32.968C135.418,33.039 135.256,33.134 135.109,33.276C134.975,33.4 134.886,33.527 134.827,33.611L134.744,33.722C134.655,33.839 134.533,34 134.441,34.199C134.362,34.363 134.325,34.514 134.283,34.683C134.239,34.838 134.186,35.028 134.165,35.253C134.148,35.334 134.136,35.43 134.136,35.497C134.136,35.721 134.16,37.928 134.876,40.947C132.11,41.06 130.394,41.788 129.638,43.133C128.403,45.332 130.34,48.208 131.552,49.676C130.254,50.527 129.124,51.357 128.144,52.169L128.144,49.735C128.144,36.066 123.066,26.098 116.132,19.484C115.438,18.823 115.022,17.921 115.022,16.962L115.022,16.933C115.022,16.503 114.747,16.121 114.339,15.985L109.229,14.282C109.163,14.243 109.097,14.205 109.03,14.167C108.253,13.717 107.576,13.115 107.078,12.368L103.921,7.632C103.671,7.256 103.2,7.095 102.772,7.238L100.114,8.124C98.082,8.8 95.841,8.272 94.326,6.757L92.861,5.292C92.471,4.902 91.838,4.902 91.447,5.292L89.983,6.757C88.467,8.272 86.227,8.8 84.195,8.124L81.536,7.238C81.108,7.095 80.638,7.256 80.388,7.631L77.247,12.344C76.732,13.117 76.046,13.76 75.242,14.225L75.23,14.232L69.97,15.985C69.562,16.121 69.287,16.502 69.287,16.933L69.287,16.966C69.287,17.898 68.913,18.79 68.236,19.428C62.852,24.504 56.98,33.113 56.248,46.845C56.193,47.867 56.166,48.812 56.166,49.734C56.166,50.397 56.162,51.162 56.157,52.007C56.117,58.996 56.054,70.337 57.827,77.883C42.717,82.158 31.61,96.062 31.61,112.522C31.61,116.763 32.352,120.833 33.705,124.616C32.827,126.052 32.199,127.327 31.96,128.27C31.217,131.195 31.657,134.233 33.2,136.826C34.743,139.418 37.202,141.254 40.126,141.996C41.055,142.231 41.986,142.344 42.904,142.344C44.176,142.344 45.419,142.126 46.59,141.72C49.673,143.947 53.117,145.703 56.822,146.87C51.93,152.429 49.11,159.939 49.11,168.669C49.11,177.833 49.11,186.563 56.752,191.801C59.302,193.549 60.776,196.488 60.776,199.58L60.776,201.457C60.776,205.102 63.517,208.306 67.155,208.543C69.457,208.693 71.539,207.695 72.882,206.067C73.684,205.094 75.188,205.168 76.002,206.131C77.256,207.615 79.13,208.558 81.22,208.558C83.311,208.558 85.185,207.615 86.439,206.131C87.253,205.168 88.757,205.094 89.559,206.067C90.902,207.695 92.984,208.693 95.286,208.543C98.924,208.306 101.665,205.102 101.665,201.457L101.665,199.58C101.665,196.399 103.296,193.495 105.892,191.658C107.089,190.812 108.092,189.877 108.935,188.868C110.074,187.5 111.988,187.038 113.607,187.78C118.162,189.872 123.223,191.042 128.555,191.042C143.118,191.042 155.68,182.346 161.343,169.877C162.155,168.088 164.174,167.172 166.059,167.731C170.527,169.055 175.352,169.537 180.357,168.974C196.905,167.115 210.191,153.836 212.021,137.286C213.862,120.636 204.266,105.919 190.109,99.99L190.109,99.99Z" android:fillType="evenOdd" />
--- 2,19 ----
<vector android:height="212.0dip" android:width="272.0dip" android:viewportWidth="272.0" android:viewportHeight="212.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff7f7f8" android:pathData="M27.141,25.183L138.174,25.183C155.212,25.183 169.024,38.995 169.024,56.033L169.024,56.037C169.024,73.075 182.836,86.887 199.874,86.887L216.511,86.887C244.462,86.887 267.121,109.545 267.121,137.496L267.121,137.503C267.121,165.454 244.462,188.113 216.511,188.113L46.016,188.113C26.688,188.113 11.02,172.445 11.02,153.118C11.02,133.79 26.688,118.122 46.016,118.122L50.357,118.122C68.61,118.122 83.407,103.326 83.407,85.073L83.407,85.069C83.407,66.816 68.61,52.019 50.357,52.019L27.141,52.019C19.731,52.019 13.723,46.011 13.723,38.601C13.723,31.19 19.731,25.183 27.141,25.183" android:fillAlpha="0.9" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M157.694,92.847C157.536,92.694 157.38,92.554 157.222,92.406C156.655,92.146 154.005,91.041 149.635,90.907C149.013,90.889 148.333,90.894 147.606,90.923C150.42,94.138 152.697,97.83 154.3,101.864C157.212,100.478 158.361,99.016 158.793,97.941C159.801,95.431 157.9,93.089 157.694,92.847" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M82.051,108.991C83.335,101.934 86.577,95.553 91.204,90.442C91.237,90.373 91.254,90.296 91.303,90.234C91.555,89.916 97.604,82.409 108.965,78.676C110.686,78.11 112.403,77.677 114.111,77.356C113.711,75.378 113.703,73.234 114.677,71.396C116.087,68.735 119.197,67.303 123.919,67.14C129.016,66.957 132.686,68.274 134.8,71.035C136.795,73.641 136.918,76.916 136.683,79.179C139.768,80.182 142.737,81.431 145.555,82.833C145.572,82.554 145.586,82.276 145.593,82C145.891,70.36 138.721,60.501 127.751,57.467C125.02,56.711 122.369,56.334 119.803,56.334C112.904,56.334 106.621,59.06 101.049,64.488C95.273,70.114 92.464,76.686 92.437,76.752C92.346,76.968 92.182,77.144 91.974,77.252C91.925,77.278 86.948,79.882 82.694,84.26C77.139,89.974 75.368,95.876 77.429,101.803C78.49,104.852 79.968,107.234 82.051,108.991" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M134.724,78.577C134.867,76.691 134.689,74.175 133.205,72.243C131.615,70.172 128.795,69.124 124.817,69.124C124.545,69.124 124.27,69.129 123.988,69.139C120.033,69.275 117.495,70.349 116.444,72.333C115.732,73.678 115.754,75.378 116.098,77.033C122.534,76.159 128.821,76.89 134.724,78.577" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M154.963,115.766C154.963,106.223 151.198,97.547 145.086,91.127C140.701,91.644 134.974,93.162 128.207,96.888C125.902,98.158 122.931,98.658 119.679,98.658C109.169,98.658 95.739,93.437 92.429,92.08C86.836,98.395 83.43,106.688 83.43,115.766C83.43,135.488 99.475,151.533 119.196,151.533C138.918,151.533 154.963,135.488 154.963,115.766" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M114.894,79.256C114.553,79.32 114.213,79.387 113.878,79.458C113.87,79.46 113.862,79.462 113.854,79.464C111.973,79.864 110.202,80.371 108.54,80.943C100.787,83.747 95.729,88.415 93.778,90.463C99.021,92.541 118.756,99.809 127.243,95.136C138.581,88.892 147.242,88.415 152.501,89.109C139.362,80.573 126.54,77.225 114.894,79.256" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M85.635,181.591C87.08,182.193 88.054,183.615 88.054,185.196C88.054,187.356 86.298,189.112 84.138,189.112C83.002,189.112 81.948,188.615 81.221,187.796C80.494,188.615 79.44,189.112 78.304,189.112C76.145,189.112 74.388,187.356 74.388,185.196C74.388,183.613 75.362,182.191 76.806,181.59C77.599,180.225 79.309,179.335 81.221,179.335C83.133,179.335 84.842,180.225 85.635,181.591M67.61,175.502C56.887,175.502 56.887,170.051 56.887,164.779C56.887,158.867 61.698,154.057 67.61,154.057C73.522,154.057 78.332,158.867 78.332,164.779C78.332,170.051 78.332,175.502 67.61,175.502M92.274,142.344C91.012,142.344 89.777,142.131 88.615,141.731C82.698,145.998 75.445,148.522 67.61,148.522C64.652,148.522 61.78,148.155 59.028,147.48C54.019,152.759 51.11,160.084 51.11,168.669C51.11,178.796 51.11,186.945 59.952,191.366C61.661,192.222 62.776,193.934 62.776,195.846L62.776,201.509C62.776,204.031 64.615,206.289 67.126,206.534C70.008,206.816 72.443,204.549 72.443,201.725L72.443,195.59C72.443,195.311 72.56,195.043 72.766,194.854C72.972,194.664 73.25,194.563 73.527,194.594C74.147,194.646 74.788,194.69 75.44,194.729C75.969,194.76 76.387,195.196 76.387,195.727L76.387,201.51C76.387,204.032 78.227,206.289 80.738,206.534C83.618,206.816 86.054,204.549 86.054,201.725L86.054,195.727C86.054,195.195 86.474,194.76 87.004,194.728C87.657,194.69 88.296,194.646 88.915,194.594C88.943,194.591 88.97,194.59 88.998,194.59C89.248,194.59 89.49,194.684 89.675,194.854C89.881,195.043 89.998,195.311 89.998,195.59L89.998,201.509C89.998,204.031 91.838,206.289 94.348,206.534C97.23,206.816 99.665,204.549 99.665,201.725L99.665,195.849C99.665,193.926 100.794,192.218 102.512,191.356C105.673,189.77 107.7,187.706 109.001,185.245C104.947,182.612 101.448,179.192 98.737,175.192C97.624,175.391 96.337,175.502 94.832,175.502C84.11,175.502 84.11,170.051 84.11,164.779C84.11,159.643 87.743,155.341 92.573,154.301C92.646,150.75 93.229,147.324 94.262,144.095C93.619,143.528 92.992,142.945 92.389,142.337C92.351,142.337 92.312,142.344 92.274,142.344" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M78.443,182.781C78.326,183.065 78.085,183.28 77.789,183.363C76.964,183.594 76.388,184.349 76.388,185.197C76.388,186.254 77.248,187.113 78.304,187.113C79.11,187.113 79.833,186.596 80.102,185.827C80.247,185.414 80.646,185.102 81.079,185.158C81.099,185.158 81.196,185.165 81.216,185.167C81.236,185.165 81.343,185.158 81.363,185.158C81.375,185.157 81.385,185.157 81.397,185.157C81.82,185.157 82.199,185.425 82.34,185.827C82.61,186.596 83.332,187.113 84.138,187.113C85.194,187.113 86.054,186.254 86.054,185.197C86.054,184.35 85.477,183.596 84.65,183.362C84.355,183.279 84.114,183.065 83.997,182.781C83.646,181.93 82.505,181.336 81.221,181.336C79.936,181.336 78.794,181.93 78.443,182.781" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M155.108,104.092C156.034,103.417 156.992,102.786 157.981,102.201 157.893,102.196 157.805,102.19 157.717,102.183 156.942,102.746 156.034,103.27 154.993,103.753 155.031,103.866 155.071,103.978 155.108,104.092M159.803,84.83C159.803,83.693 160.722,82.775 161.859,82.775L163.914,82.775C165.051,82.775 165.97,83.693 165.97,84.83 165.97,85.967 165.051,86.887 163.914,86.887L161.859,86.887C160.722,86.887 159.803,85.967 159.803,84.83 159.803,85.967 158.882,86.887 157.748,86.887L155.692,86.887C154.557,86.887 153.636,85.967 153.636,84.83 153.636,83.693 154.557,82.775 155.692,82.775L157.748,82.775C158.882,82.775 159.803,83.693 159.803,84.83L159.803,84.83zM162.914,68.386C162.914,65.568 165.207,63.275 168.026,63.275 170.844,63.275 173.136,65.568 173.136,68.386L173.136,74.553C173.136,77.371 170.844,79.664 168.026,79.664 165.207,79.664 162.914,77.371 162.914,74.553L162.914,68.386zM146.47,73.402L146.47,68.386C146.47,65.568 148.762,63.275 151.581,63.275 154.399,63.275 156.692,65.568 156.692,68.386L156.692,74.553C156.692,77.371 154.399,79.664 151.581,79.664 149.812,79.664 148.253,78.761 147.335,77.393 147.544,78.908 147.634,80.464 147.593,82.051 147.578,82.638 147.539,83.232 147.486,83.83 147.8,83.998 148.114,84.166 148.423,84.338 151.794,85.605 155.407,87.818 159.121,91.443 159.137,91.46 159.153,91.477 159.167,91.493 159.196,91.523 159.37,91.727 159.6,92.053L172.626,92.053C172.743,92.053 172.861,92.074 172.971,92.115L173.709,92.386C173.745,92.398 173.78,92.414 173.814,92.433L174.943,93.002C175.258,93.16 175.466,93.475 175.49,93.826L175.586,95.235C175.587,95.951 175.311,96.618 174.855,97.241 175.317,97.224 175.78,97.205 176.247,97.205 176.714,97.205 177.176,97.224 177.638,97.241 181.374,91.939 183.47,84.571 183.47,75.71 183.47,64.745 181.419,57.633 178.252,53.042 176.975,54.34 175.476,55.555 173.708,56.616 173.228,56.902 172.686,57.053 172.139,57.053 171.792,57.053 171.446,56.991 171.115,56.873 170.789,56.991 170.441,57.053 170.083,57.053 168.918,57.053 167.87,56.404 167.347,55.363 166.97,54.606 166.924,53.743 167.204,52.965 167.196,52.944 167.189,52.922 167.181,52.898 166.651,51.31 167.516,49.576 169.112,49.042 169.108,49.042 170.033,48.621 171.502,47.203 167.821,45.422 163.711,44.975 159.803,44.975 155.969,44.975 151.94,45.402 148.313,47.1 149.8,48.638 150.691,49.083 150.711,49.093 152.184,49.659 152.94,51.35 152.39,52.933 152.682,53.72 152.641,54.595 152.261,55.361 151.737,56.404 150.689,57.053 149.523,57.053 149.174,57.053 148.824,56.991 148.493,56.871 147.638,57.18 146.675,57.083 145.898,56.617 144.129,55.556 142.63,54.34 141.354,53.043 139.987,55.023 138.833,57.482 137.957,60.512 142.009,63.813 144.964,68.277 146.47,73.402L146.47,73.402z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M146.925,54.901C147.25,55.096 147.653,55.105 148,54.905 148.154,54.817 148.325,54.773 148.497,54.773 148.65,54.773 148.803,54.808 148.944,54.879 148.966,54.889 149.044,54.933 149.065,54.946 149.535,55.18 150.217,54.971 150.47,54.467 150.63,54.147 150.616,53.767 150.431,53.454 150.249,53.145 150.246,52.763 150.423,52.452 150.453,52.4 150.477,52.344 150.498,52.285 150.697,51.728 150.453,51.135 149.94,50.938 149.901,50.923 144.879,48.925 138.389,35.22 138.298,35.146 138.202,35.053 138.119,34.927 138.082,34.872 138.03,34.799 137.977,34.746 137.916,34.685 137.817,34.62 137.702,34.562 137.63,34.549 137.569,34.536 137.513,34.519 137.446,34.499 137.318,34.458 137.238,34.45 137.174,34.466 137.118,34.479 137.062,34.487L136.869,34.506 136.865,34.497C136.851,34.504 136.836,34.509 136.822,34.515L136.822,34.516 136.658,34.628C136.65,34.633 136.562,34.685 136.554,34.69 136.523,34.709 136.491,34.725 136.463,34.747L136.369,34.888C136.304,34.974 136.27,35.012 136.246,35.057 136.243,35.069 136.213,35.208 136.21,35.218 136.184,35.309 136.157,35.404 136.155,35.445 136.153,35.484 136.146,35.536 136.137,35.587 136.155,36.836 136.608,48.71 146.925,54.901M169.82,50.91C169.196,51.123 168.897,51.722 169.081,52.273 169.106,52.348 169.131,52.407 169.159,52.453 169.346,52.765 169.349,53.154 169.166,53.471 168.988,53.777 168.977,54.15 169.136,54.47 169.388,54.972 170.03,55.201 170.554,54.938 170.578,54.923 170.627,54.895 170.68,54.869 170.816,54.806 170.963,54.772 171.109,54.772 171.281,54.772 171.452,54.817 171.606,54.904 171.949,55.102 172.352,55.097 172.682,54.898 182.965,48.728 183.448,36.91 183.469,35.597 183.461,35.552 183.454,35.504 183.451,35.449L183.451,35.447C183.448,35.396 183.418,35.292 183.401,35.236L183.361,35.08C183.342,35.023 183.314,34.992 183.287,34.958L183.154,34.775C183.121,34.729 183.09,34.714 183.059,34.694 183.054,34.691 182.967,34.639 182.962,34.635L182.844,34.559C182.815,34.548 182.777,34.528 182.737,34.506L182.563,34.489C182.492,34.478 182.43,34.465 182.37,34.449 182.299,34.451 182.176,34.49 182.077,34.521 182.046,34.533 181.982,34.549 181.927,34.561 181.719,34.663 181.543,34.848 181.446,35.076 175.888,48.042 170.425,50.654 169.82,50.91" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M160.649,98.686C160.426,99.241 160.112,99.768 159.726,100.274C159.752,100.274 159.777,100.276 159.803,100.276C160.516,100.276 161.235,100.237 161.95,100.174C164.921,98.883 168.1,97.986 171.42,97.539C172.759,96.791 173.588,95.999 173.588,95.304L173.534,94.531L172.964,94.244L172.447,94.053L171.837,94.053C172.023,94.363 172.136,94.721 172.136,95.109C172.136,96.246 171.217,97.165 170.081,97.165C168.944,97.165 168.025,96.246 168.025,95.109C168.025,94.721 168.139,94.363 168.325,94.053L165.67,94.053C165.856,94.363 165.97,94.721 165.97,95.109L165.97,97.165C165.97,98.301 165.051,99.22 163.914,99.22C162.777,99.22 161.858,98.301 161.858,97.165L161.858,95.109C161.858,94.721 161.972,94.363 162.158,94.053L160.648,94.053C161.113,95.323 161.347,96.949 160.649,98.686" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M126.142,55.02C126.144,53.346 126.144,51.595 126.144,49.735 126.144,36.133 120.888,26.388 113.867,20.12L70.41,20.12C62.713,27.521 58.708,38.275 58.246,46.953 58.192,47.938 58.166,48.848 58.166,49.734 58.166,50.401 58.162,51.168 58.157,52.019 58.123,57.999 58.057,69.961 59.756,77.395 62.286,76.83 64.912,76.522 67.61,76.522 70.932,76.522 74.147,76.984 77.203,77.831 70.036,71.844 65.447,61.887 64.96,50.748 64.958,50.71 64.959,50.674 64.961,50.637 65.316,45.27 67.882,43.198 70.853,40.799 71.864,39.983 72.91,39.139 73.954,38.094L80.515,31.534C80.84,31.211 81.343,31.147 81.736,31.383 81.844,31.448 92.539,37.801 100.903,37.801 109.29,37.801 118.635,41.893 119.333,50.876 119.336,50.918 119.337,50.96 119.335,51.003 119.278,52.145 119.165,53.269 119.024,54.382 121.26,54.31 123.627,54.494 126.142,55.02M100.901,16.932C99.692,16.932 98.714,15.953 98.714,14.745 98.714,13.537 99.692,12.558 100.901,12.558 102.11,12.558 103.088,13.537 103.088,14.745 103.088,15.953 102.11,16.932 100.901,16.932L100.901,16.932zM92.154,16.932C90.947,16.932 89.967,15.464 89.967,13.652 89.967,11.839 90.947,10.371 92.154,10.371 93.363,10.371 94.34,11.839 94.34,13.652 94.34,15.464 93.363,16.932 92.154,16.932L92.154,16.932zM83.407,16.932C82.2,16.932 81.22,15.953 81.22,14.745 81.22,13.537 82.2,12.558 83.407,12.558 84.614,12.558 85.593,13.537 85.593,14.745 85.593,15.953 84.614,16.932 83.407,16.932L83.407,16.932zM113.022,17.654L107.145,15.695C106.934,15.624 106.753,15.486 106.63,15.301L102.68,9.376 96.844,11.321C96.484,11.442 96.088,11.347 95.82,11.079L92.154,7.413 88.487,11.079C88.22,11.347 87.824,11.443 87.464,11.321L81.628,9.376 77.678,15.301C77.555,15.486 77.374,15.624 77.163,15.695L71.286,17.654 71.286,18.119 113.022,18.119 113.022,17.654zM176.247,99.205C168.538,99.205 161.422,101.788 155.713,106.13 156.526,109.207 156.963,112.436 156.963,115.767 156.963,120.741 155.987,125.489 154.231,129.842 158.475,134.165 161.635,139.551 163.278,145.559L190.659,145.559C191.797,145.559 192.717,146.479 192.717,147.617 192.717,148.757 191.797,149.676 190.659,149.676L164.153,149.676C164.416,151.428 164.555,153.219 164.555,155.042 164.555,158.357 164.095,161.566 163.251,164.618 167.258,166.283 171.646,167.206 176.247,167.206 194.995,167.206 210.247,151.954 210.247,133.206 210.247,114.457 194.995,99.205 176.247,99.205" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M55.667,96.012C55.286,96.09 46.388,98.03 42.756,107.111 42.433,107.915 41.661,108.404 40.844,108.406 40.588,108.406 40.331,108.358 40.08,108.257 39.023,107.835 38.511,106.637 38.933,105.58 43.413,94.381 54.389,92.067 54.852,91.976 55.972,91.756 57.053,92.475 57.275,93.59 57.498,94.701 56.777,95.785 55.667,96.012M81.669,111.567C81.136,111.52 80.567,111.492 79.962,111.492 74.938,111.492 72.365,113.331 72.34,113.35 71.959,113.623 71.443,113.614 71.083,113.321 70.72,113.029 70.597,112.531 70.786,112.104 70.888,111.875 72.921,107.428 77.034,105.862 76.471,104.82 75.97,103.694 75.541,102.458 72.54,93.832 77.31,86.657 82.329,81.876 77.873,79.727 72.879,78.522 67.609,78.522 48.862,78.522 33.609,93.774 33.609,112.522 33.609,115.989 34.134,119.334 35.103,122.489 38.667,117.389 44.258,111.37 47.131,110.27 48.486,108.257 51.162,105.316 55.256,105.316 61.346,105.316 64.309,111.826 64.433,112.104 64.622,112.533 64.5,113.034 64.134,113.326 63.947,113.475 63.718,113.551 63.492,113.551 63.277,113.551 63.059,113.484 62.878,113.348 62.82,113.307 60.251,111.492 55.256,111.492 53.035,111.492 51.296,111.852 50.041,112.254 50.907,113.966 51.739,116.53 52.422,119.33 57.144,120.184 61.548,120.757 67.609,120.757 73.165,120.757 77.328,120.276 81.62,119.537 81.496,118.297 81.431,117.039 81.431,115.766 81.431,114.346 81.516,112.947 81.669,111.567M86.529,140.756C84.797,139.732 83.334,138.254 82.345,136.431 78.476,139.358 73.403,141.346 67.61,141.346 61.8,141.346 56.717,139.347 52.844,136.407 51.859,138.234 50.4,139.715 48.67,140.744 54.087,144.391 60.603,146.522 67.61,146.522 74.607,146.522 81.116,144.395 86.529,140.756" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M51.914,133.337C53.207,128.238 49.326,113.886 47.713,112.117 45.451,112.9 35.192,123.66 33.898,128.762 33.287,131.169 33.649,133.669 34.919,135.803 36.188,137.937 38.212,139.446 40.618,140.056 45.585,141.318 50.652,138.304 51.914,133.337M83.264,133.337C84.166,136.887 87.013,139.428 90.377,140.135 87.218,136.404 84.768,132.057 83.239,127.299 82.947,129.721 82.899,131.898 83.264,133.337" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M67.609,173.502C58.887,173.502 58.887,170.219 58.887,164.779 58.887,159.97 62.799,156.057 67.609,156.057 72.419,156.057 76.331,159.97 76.331,164.779 76.331,170.219 76.331,173.502 67.609,173.502M78.331,164.779C78.331,158.867 73.521,154.057 67.609,154.057 61.697,154.057 56.887,158.867 56.887,164.779 56.887,170.051 56.887,175.502 67.609,175.502 78.331,175.502 78.331,170.051 78.331,164.779M84.138,187.113C83.332,187.113 82.61,186.596 82.34,185.827 82.2,185.425 81.82,185.157 81.397,185.157 81.386,185.157 81.375,185.157 81.364,185.158 81.344,185.158 81.237,185.165 81.217,185.167 81.197,185.165 81.099,185.158 81.079,185.158 80.646,185.102 80.247,185.414 80.102,185.827 79.833,186.596 79.11,187.113 78.305,187.113 77.248,187.113 76.388,186.254 76.388,185.197 76.388,184.349 76.964,183.594 77.789,183.363 78.085,183.28 78.326,183.065 78.443,182.781 78.794,181.93 79.936,181.336 81.221,181.336 82.505,181.336 83.646,181.93 83.997,182.781 84.114,183.065 84.355,183.279 84.65,183.362 85.477,183.596 86.055,184.35 86.055,185.197 86.055,186.254 85.195,187.113 84.138,187.113M85.635,181.592C84.842,180.225 83.133,179.336 81.221,179.336 79.309,179.336 77.599,180.225 76.806,181.591 75.362,182.191 74.388,183.614 74.388,185.197 74.388,187.356 76.145,189.113 78.305,189.113 79.44,189.113 80.494,188.616 81.221,187.797 81.949,188.616 83.002,189.113 84.138,189.113 86.298,189.113 88.055,187.356 88.055,185.197 88.055,183.616 87.08,182.193 85.635,181.592M163.914,82.776L161.858,82.776C160.722,82.776 159.803,83.694 159.803,84.831 159.803,85.967 160.722,86.887 161.858,86.887L163.914,86.887C165.051,86.887 165.97,85.967 165.97,84.831 165.97,83.694 165.051,82.776 163.914,82.776M157.748,82.776L155.692,82.776C154.558,82.776 153.637,83.694 153.637,84.831 153.637,85.967 154.558,86.887 155.692,86.887L157.748,86.887C158.882,86.887 159.803,85.967 159.803,84.831 159.803,83.694 158.882,82.776 157.748,82.776M171.136,74.553C171.136,76.269 169.74,77.664 168.025,77.664 166.309,77.664 164.914,76.269 164.914,74.553L164.914,68.386C164.914,66.67 166.309,65.275 168.025,65.275 169.74,65.275 171.136,66.67 171.136,68.386L171.136,74.553zM168.025,63.275C165.207,63.275 162.914,65.568 162.914,68.386L162.914,74.553C162.914,77.371 165.207,79.664 168.025,79.664 170.844,79.664 173.136,77.371 173.136,74.553L173.136,68.386C173.136,65.568 170.844,63.275 168.025,63.275L168.025,63.275zM94.341,58.482L89.967,58.482C88.76,58.482 87.78,59.46 87.78,60.669 87.78,61.878 88.76,62.856 89.967,62.856L94.341,62.856C95.55,62.856 96.528,61.878 96.528,60.669 96.528,59.46 95.55,58.482 94.341,58.482M81.22,47.548C80.013,47.548 79.033,48.526 79.033,49.735L79.033,54.108C79.033,55.318 80.013,56.295 81.22,56.295 82.428,56.295 83.407,55.318 83.407,54.108L83.407,49.735C83.407,48.526 82.428,47.548 81.22,47.548M103.088,47.548C101.879,47.548 100.901,48.526 100.901,49.735L100.901,54.108C100.901,55.318 101.879,56.295 103.088,56.295 104.297,56.295 105.275,55.318 105.275,54.108L105.275,49.735C105.275,48.526 104.297,47.548 103.088,47.548M92.154,10.372C90.947,10.372 89.967,11.84 89.967,13.651 89.967,15.465 90.947,16.932 92.154,16.932 93.363,16.932 94.341,15.465 94.341,13.651 94.341,11.84 93.363,10.372 92.154,10.372M83.407,12.558C82.2,12.558 81.22,13.537 81.22,14.746 81.22,15.953 82.2,16.932 83.407,16.932 84.614,16.932 85.594,15.953 85.594,14.746 85.594,13.537 84.614,12.558 83.407,12.558M100.901,12.558C99.692,12.558 98.714,13.537 98.714,14.746 98.714,15.953 99.692,16.932 100.901,16.932 102.11,16.932 103.088,15.953 103.088,14.746 103.088,13.537 102.11,12.558 100.901,12.558M163.865,124.517C161.656,124.517 159.865,127.025 159.865,130.118 159.865,133.212 161.656,135.717 163.865,135.717 166.074,135.717 167.865,133.212 167.865,130.118 167.865,127.025 166.074,124.517 163.865,124.517M189.629,124.517C187.42,124.517 185.629,127.025 185.629,130.118 185.629,133.212 187.42,135.717 189.629,135.717 191.838,135.717 193.629,133.212 193.629,130.118 193.629,127.025 191.838,124.517 189.629,124.517" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M179.819,167.021C173.918,167.629 168.283,166.709 163.252,164.619C164.095,161.567 164.555,158.358 164.555,155.042C164.555,153.219 164.416,151.428 164.153,149.676L190.545,149.676C191.622,149.676 192.602,148.9 192.707,147.828C192.829,146.594 191.867,145.559 190.659,145.559L163.278,145.559C161.793,140.128 159.069,135.207 155.424,131.118C154.72,130.328 154.496,129.21 154.846,128.212C156.214,124.313 156.964,120.126 156.964,115.766C156.964,113.101 156.683,110.501 156.154,107.991C155.903,106.798 156.423,105.577 157.437,104.901C162.828,101.306 169.296,99.206 176.247,99.206C195.768,99.206 211.5,115.742 210.169,135.542C209.069,151.901 196.128,165.339 179.819,167.021L179.819,167.021ZM125.131,188.874C110.036,187.389 97.596,175.798 95.049,160.846C94.416,157.131 94.409,153.51 94.924,150.057C95.243,147.919 97.637,146.82 99.478,147.953C102.958,150.092 106.81,151.684 110.913,152.606C111.071,152.716 111.241,152.813 111.433,152.877C111.799,153 112.171,153.005 112.521,152.93C114.69,153.319 116.918,153.533 119.197,153.533C123.236,153.533 127.127,152.888 130.778,151.708C130.999,152.241 131.432,152.681 132.022,152.877C133.109,153.239 134.264,152.655 134.624,151.576C134.681,151.406 134.777,151.158 134.908,150.862C135.185,150.235 135.689,149.741 136.299,149.429C136.878,149.134 137.448,148.824 138.009,148.5C139.458,147.664 141.305,148.132 142.143,149.58C142.596,150.362 142.92,151.124 143.073,151.576C143.36,152.438 144.163,152.984 145.025,152.984C145.241,152.984 145.46,152.949 145.676,152.877C146.755,152.519 147.337,151.353 146.977,150.275C146.828,149.826 145.948,147.364 144.183,145.365C143.819,144.954 143.87,144.333 144.28,143.967C147.005,141.542 149.376,138.729 151.308,135.616C152.447,133.78 155.073,133.691 156.322,135.455C160.245,140.995 162.555,147.752 162.555,155.042C162.555,174.92 145.409,190.868 125.131,188.874L125.131,188.874ZM96.328,171.063C96.883,172.176 96.108,173.501 94.863,173.502L94.832,173.502C86.11,173.502 86.11,170.219 86.11,164.78C86.11,161.667 87.75,158.937 90.21,157.395C91.256,156.741 92.622,157.439 92.746,158.667C93.189,163.082 94.431,167.262 96.328,171.063L96.328,171.063ZM101.964,191.621C100.561,192.274 99.665,193.688 99.665,195.235L99.665,201.509C99.665,204.032 97.826,206.29 95.315,206.535C92.434,206.816 89.998,204.549 89.998,201.725L89.998,195.59C89.998,195.311 89.881,195.043 89.675,194.854C89.49,194.684 89.248,194.59 88.998,194.59C88.97,194.59 88.943,194.591 88.915,194.594C88.296,194.646 87.657,194.69 87.004,194.728C86.474,194.76 86.054,195.196 86.054,195.727L86.054,201.509C86.054,204.033 84.214,206.29 81.703,206.535C78.822,206.816 76.387,204.549 76.387,201.725L76.387,195.727C76.387,195.197 75.969,194.76 75.44,194.729C74.788,194.69 74.147,194.646 73.527,194.594C73.25,194.563 72.972,194.665 72.766,194.854C72.56,195.043 72.443,195.311 72.443,195.59L72.443,201.509C72.443,204.032 70.604,206.29 68.093,206.535C65.212,206.816 62.776,204.549 62.776,201.725L62.776,195.236C62.776,193.697 61.897,192.279 60.501,191.631C51.11,187.276 51.11,179.001 51.11,168.669C51.11,160.084 54.019,152.759 59.027,147.48C61.779,148.156 64.652,148.522 67.61,148.522C75.445,148.522 82.698,145.999 88.615,141.731C89.777,142.131 91.012,142.344 92.274,142.344C92.312,142.344 92.351,142.337 92.389,142.337C92.992,142.946 93.619,143.529 94.262,144.095C93.229,147.325 92.646,150.75 92.573,154.301C87.743,155.341 84.11,159.643 84.11,164.78C84.11,170.051 84.11,175.502 94.832,175.502C96.337,175.502 97.624,175.391 98.737,175.192C101.448,179.192 104.946,182.612 109.001,185.246C107.626,187.846 105.441,190.002 101.964,191.621L101.964,191.621ZM50.799,139.113C51.163,138.759 51.504,138.38 51.819,137.977C52.453,137.165 53.593,136.981 54.463,137.535C58.09,139.846 62.578,141.346 67.61,141.346C72.629,141.346 77.108,139.854 80.731,137.551C81.599,137 82.735,137.182 83.369,137.991C83.685,138.393 84.026,138.771 84.389,139.124C85.365,140.071 85.141,141.674 83.949,142.33C79.097,145 73.528,146.522 67.61,146.522C61.68,146.522 56.1,144.996 51.242,142.315C50.053,141.66 49.826,140.06 50.799,139.113L50.799,139.113ZM40.617,140.056C38.212,139.447 36.188,137.937 34.919,135.803C33.649,133.669 33.287,131.169 33.898,128.762C34.944,124.638 41.848,116.816 45.651,113.556C46.712,112.647 48.339,113.06 48.837,114.366C50.623,119.045 52.96,129.215 51.914,133.337C50.652,138.304 45.585,141.319 40.617,140.056L40.617,140.056ZM81.831,123.789C81.605,125.096 81.423,126.383 81.294,127.597C78.414,129.413 74.038,131.051 67.61,131.051C61.148,131.051 56.76,129.395 53.881,127.569C53.752,126.361 53.57,125.081 53.345,123.781C56.428,124.317 61.172,124.875 67.61,124.875C74.017,124.875 78.747,124.322 81.831,123.789L81.831,123.789ZM33.836,108.566C35.672,92.502 48.908,79.813 65.032,78.618C70.168,78.237 75.089,79.005 79.564,80.691C80.889,81.191 81.3,82.852 80.357,83.91C76.178,88.591 72.94,94.98 75.541,102.458C75.97,103.694 76.471,104.82 77.034,105.862C72.922,107.428 70.888,111.875 70.786,112.104C70.597,112.531 70.72,113.029 71.083,113.321C71.443,113.614 71.96,113.624 72.34,113.35C72.365,113.332 74.939,111.493 79.963,111.493C80.568,111.493 81.136,111.52 81.67,111.567C81.516,112.947 81.431,114.346 81.431,115.766C81.431,116.435 81.449,117.099 81.484,117.758C81.538,118.788 80.802,119.681 79.785,119.837C76.111,120.403 72.371,120.757 67.61,120.757C62.098,120.757 57.957,120.284 53.701,119.555C52.932,119.424 52.308,118.849 52.107,118.095C51.49,115.784 50.778,113.711 50.041,112.254C51.296,111.852 53.035,111.493 55.256,111.493C60.251,111.493 62.82,113.307 62.878,113.348C63.059,113.484 63.277,113.551 63.492,113.551C63.718,113.551 63.947,113.475 64.134,113.327C64.501,113.035 64.622,112.533 64.433,112.104C64.309,111.827 61.346,105.316 55.256,105.316C51.162,105.316 48.486,108.257 47.132,110.27C44.872,111.135 40.932,115.042 37.618,119.152C36.53,120.5 34.376,119.916 34.087,118.207C33.562,115.114 33.457,111.88 33.836,108.566L33.836,108.566ZM58.157,52.019C58.162,51.168 58.166,50.401 58.166,49.734C58.166,48.848 58.192,47.938 58.245,46.953C58.506,42.054 59.896,36.495 62.442,31.25C65.762,24.407 72.767,20.12 80.373,20.12L104.271,20.12C112.011,20.12 119.09,24.566 122.365,31.58C124.72,36.623 126.144,42.657 126.144,49.735C126.144,51.16 126.144,52.521 126.143,53.833C126.143,54.453 125.58,54.902 124.968,54.797C123.298,54.512 121.694,54.378 120.151,54.368C119.553,54.364 119.092,53.857 119.155,53.263C119.234,52.516 119.297,51.764 119.335,51.004C119.334,50.962 119.334,50.92 119.333,50.879C118.637,41.894 109.291,37.801 100.902,37.801C92.539,37.801 81.843,31.448 81.736,31.383C81.342,31.147 80.84,31.211 80.515,31.534L73.954,38.094C72.909,39.139 71.864,39.983 70.853,40.799C67.883,43.197 65.318,45.269 64.961,50.633C64.961,50.67 64.96,50.71 64.96,50.749C65.343,59.519 68.27,67.558 72.996,73.501C74.089,74.875 72.973,76.883 71.227,76.706C70.037,76.584 68.831,76.522 67.61,76.522C65.572,76.522 63.575,76.698 61.63,77.027C60.564,77.208 59.548,76.491 59.363,75.425C58.068,67.988 58.126,57.495 58.157,52.019L58.157,52.019ZM71.287,17.654L77.163,15.695C77.374,15.625 77.556,15.486 77.679,15.3L80.781,10.647C81.281,9.897 82.222,9.574 83.078,9.859L87.465,11.321C87.824,11.443 88.22,11.347 88.488,11.08L90.74,8.828C91.521,8.046 92.788,8.046 93.569,8.828L95.82,11.079C96.089,11.347 96.485,11.441 96.844,11.321L101.231,9.859C102.087,9.574 103.027,9.897 103.527,10.647L106.63,15.301C106.753,15.486 106.934,15.625 107.145,15.695L113.022,17.654L113.022,18.12L71.287,18.12L71.287,17.654ZM128.142,54.853C129.371,53.657 131.122,52.29 133.611,50.734C133.868,50.574 134.038,50.304 134.073,50.002C134.109,49.702 134.006,49.4 133.793,49.184C132.699,48.074 130.672,45.374 131.382,44.112C131.59,43.743 132.391,42.979 135.424,42.944C136.028,44.867 136.917,46.982 138.22,49.062C139.184,50.6 139.24,52.52 138.385,54.122C137.919,54.995 137.483,55.935 137.082,56.946C136.626,58.095 135.284,58.565 134.204,57.961C132.376,56.941 130.396,56.123 128.284,55.539C128.236,55.525 128.19,55.517 128.142,55.504L128.142,54.853L128.142,54.853ZM136.155,35.445C136.158,35.404 136.184,35.309 136.21,35.218C136.213,35.208 136.244,35.069 136.247,35.057C136.271,35.012 136.305,34.974 136.37,34.888L136.463,34.747C136.491,34.725 136.524,34.709 136.554,34.69C136.563,34.685 136.65,34.633 136.658,34.627L136.822,34.516L136.822,34.515C136.837,34.509 136.851,34.503 136.866,34.497L136.87,34.506L137.062,34.487C137.119,34.479 137.174,34.466 137.238,34.45C137.318,34.458 137.446,34.499 137.513,34.519C137.569,34.536 137.63,34.549 137.702,34.562C137.818,34.62 137.916,34.685 137.977,34.746C138.031,34.799 138.082,34.872 138.119,34.927C138.202,35.053 138.298,35.146 138.39,35.22C144.879,48.925 149.902,50.923 149.941,50.938C150.453,51.135 150.697,51.728 150.498,52.285C150.477,52.344 150.453,52.4 150.423,52.452C150.247,52.763 150.25,53.145 150.432,53.454C150.616,53.767 150.631,54.147 150.471,54.467C150.218,54.971 149.536,55.18 149.066,54.946C149.044,54.933 148.966,54.889 148.944,54.878C148.803,54.808 148.65,54.773 148.497,54.773C148.326,54.773 148.154,54.817 148.001,54.905C147.653,55.105 147.25,55.096 146.925,54.901C136.609,48.709 136.156,36.835 136.137,35.586C136.146,35.536 136.153,35.484 136.155,35.445L136.155,35.445ZM147.24,44.693C147.537,44.761 147.85,44.693 148.09,44.503C148.33,44.314 148.47,44.025 148.47,43.719C148.47,40.692 149.23,34.441 151.581,34.441C154.12,34.441 157.423,39.146 158.909,42.111C159.248,42.789 160.359,42.789 160.697,42.111C162.183,39.146 165.486,34.441 168.026,34.441C170.371,34.441 171.134,40.692 171.136,43.719C171.136,44.025 171.276,44.313 171.515,44.502C171.753,44.692 172.066,44.763 172.362,44.693C172.935,44.56 173.48,44.44 174.012,44.325L174.001,44.339C173.42,45.111 172.389,45.388 171.502,45.009C167.657,43.366 163.524,42.975 159.803,42.975C156.091,42.975 151.968,43.363 148.131,44.996C147.399,45.307 146.543,45.07 146.066,44.433C146.062,44.429 146.059,44.424 146.055,44.419C146.44,44.506 146.835,44.597 147.24,44.693L147.24,44.693ZM181.446,35.077C181.543,34.848 181.719,34.664 181.927,34.561C181.982,34.548 182.046,34.533 182.077,34.522C182.176,34.49 182.299,34.452 182.37,34.449C182.43,34.464 182.492,34.478 182.563,34.489L182.736,34.505C182.777,34.528 182.815,34.547 182.844,34.559L182.962,34.635C182.967,34.638 183.054,34.692 183.059,34.695C183.09,34.713 183.121,34.73 183.154,34.776L183.287,34.958C183.314,34.992 183.342,35.024 183.361,35.081L183.401,35.236C183.418,35.292 183.448,35.396 183.451,35.447L183.451,35.449C183.454,35.503 183.461,35.552 183.469,35.596C183.448,36.91 182.965,48.728 172.682,54.899C172.352,55.096 171.949,55.102 171.606,54.905C171.452,54.817 171.281,54.773 171.109,54.773C170.963,54.773 170.816,54.805 170.68,54.87C170.627,54.895 170.578,54.922 170.554,54.939C170.03,55.202 169.388,54.972 169.136,54.469C168.977,54.15 168.988,53.777 169.166,53.47C169.349,53.155 169.346,52.766 169.159,52.454C169.131,52.407 169.106,52.349 169.081,52.274C168.897,51.722 169.196,51.123 169.82,50.911C170.425,50.655 175.888,48.042 181.446,35.077L181.446,35.077ZM148.47,74.553L148.47,68.386C148.47,66.67 149.865,65.275 151.581,65.275C153.297,65.275 154.692,66.67 154.692,68.386L154.692,74.553C154.692,76.269 153.297,77.665 151.581,77.665C149.865,77.665 148.47,76.269 148.47,74.553L148.47,74.553ZM168.025,94.053C168.025,95.19 168.944,96.109 170.081,96.109C171.217,96.109 172.136,95.19 172.136,94.053L168.025,94.053ZM172.447,94.053L172.965,94.244L173.534,94.531L173.589,95.304C173.589,96 172.759,96.792 171.421,97.539C168.1,97.986 164.922,98.883 161.95,100.174C161.235,100.237 160.516,100.276 159.803,100.276C159.777,100.276 159.752,100.274 159.726,100.274C160.112,99.768 160.426,99.241 160.649,98.686C161.347,96.949 161.113,95.323 160.648,94.053L162.158,94.053C161.972,94.363 161.859,94.721 161.859,95.109L161.859,96.164C161.859,97.3 162.777,98.219 163.914,98.219C165.051,98.219 165.97,97.3 165.97,96.164L165.97,95.109C165.97,94.721 165.856,94.363 165.67,94.053L172.447,94.053ZM155.305,101.346C154.781,101.639 154.121,101.408 153.883,100.856C152.559,97.788 150.84,94.929 148.79,92.344C148.285,91.708 148.726,90.775 149.537,90.737C151.612,90.639 154.921,90.792 157.222,92.406C157.38,92.554 157.537,92.694 157.694,92.847C157.9,93.089 159.802,95.431 158.793,97.941C158.415,98.882 157.486,100.122 155.305,101.346L155.305,101.346ZM83.478,117.62C83.086,109.899 85.161,102.675 88.98,96.662C90.714,93.931 94.134,92.807 97.184,93.887C102.904,95.914 112.059,98.658 119.679,98.658C122.931,98.658 125.903,98.158 128.208,96.888C132.895,94.307 137.083,92.786 140.672,91.922C143.365,91.275 146.224,92.218 147.88,94.438C152.325,100.396 154.964,107.777 154.964,115.766C154.964,136.33 137.52,152.895 116.653,151.444C98.767,150.201 84.388,135.526 83.478,117.62L83.478,117.62ZM83.238,127.299C84.768,132.057 87.218,136.405 90.377,140.135C87.013,139.428 84.166,136.887 83.264,133.337C82.899,131.898 82.946,129.721 83.238,127.299L83.238,127.299ZM116.444,72.333C117.495,70.349 120.033,69.275 123.988,69.138C124.27,69.128 124.546,69.124 124.817,69.124C128.795,69.124 131.615,70.171 133.206,72.243C134.361,73.747 134.724,75.605 134.761,77.244C134.777,77.917 134.152,78.412 133.499,78.242C128.248,76.874 122.711,76.283 117.048,76.916C116.504,76.976 116.002,76.599 115.936,76.054C115.774,74.722 115.872,73.413 116.444,72.333L116.444,72.333ZM145.983,85.286C147.74,86.205 147.258,88.847 145.286,89.054C140.452,89.561 134.377,91.207 127.243,95.136C119.952,99.15 104.362,94.353 96.787,91.604C95.341,91.079 95.006,89.203 96.171,88.198C98.807,85.923 102.981,82.955 108.54,80.944C110.201,80.372 111.973,79.865 113.854,79.464C113.861,79.462 113.869,79.46 113.878,79.458C114.213,79.387 114.552,79.321 114.894,79.256C124.605,77.562 135.134,79.61 145.983,85.286L145.983,85.286ZM91.975,77.251C92.182,77.144 92.346,76.967 92.437,76.751C92.465,76.686 95.273,70.114 101.049,64.488C106.621,59.06 112.904,56.333 119.804,56.333C122.369,56.333 125.02,56.71 127.751,57.466C137.946,60.286 144.86,69 145.546,79.561C145.644,81.06 144.104,82.113 142.73,81.503C141.227,80.837 139.686,80.22 138.113,79.665C137.306,79.379 136.756,78.629 136.769,77.774C136.802,75.681 136.412,73.14 134.8,71.035C132.686,68.274 129.016,66.957 123.92,67.14C119.197,67.302 116.088,68.735 114.677,71.396C113.978,72.716 113.785,74.194 113.88,75.655C113.943,76.627 113.305,77.503 112.356,77.725C111.228,77.988 110.097,78.303 108.965,78.675C97.604,82.409 91.555,89.916 91.303,90.234C91.254,90.295 91.237,90.373 91.205,90.442C87.9,94.092 85.301,98.391 83.618,103.122C82.696,105.712 79.12,105.879 78.031,103.354C77.817,102.858 77.616,102.34 77.429,101.802C75.368,95.875 77.14,89.974 82.694,84.259C86.949,79.881 91.925,77.278 91.975,77.251L91.975,77.251ZM116.987,54.524C106.671,55.639 99.526,62.473 95.298,68.138C94.788,68.822 94.031,69.275 93.183,69.364C92.861,69.397 92.519,69.417 92.154,69.417C88.881,69.417 87.232,67.951 87.118,67.848C86.263,67.017 84.894,67.022 84.048,67.87C83.193,68.725 83.193,70.107 84.048,70.962C84.328,71.244 86.864,73.626 91.689,73.776C91.229,74.625 90.91,75.283 90.741,75.647C90.015,76.052 88.114,77.166 85.861,78.877C84.926,79.588 83.662,79.658 82.625,79.107C82.399,78.987 82.173,78.862 81.949,78.733C73.253,73.725 67.513,62.993 66.96,50.715C67.27,46.262 69.302,44.622 72.11,42.355C73.112,41.545 74.249,40.628 75.368,39.508L79.296,35.582C80.511,34.366 82.366,34.056 83.902,34.828C87.864,36.816 94.823,39.801 100.902,39.801C108.379,39.801 116.694,43.296 117.334,50.968C117.272,52.171 117.147,53.355 116.987,54.524L116.987,54.524ZM175.49,93.827C175.466,93.474 175.258,93.161 174.943,93.001L173.814,92.432C173.779,92.415 173.745,92.399 173.709,92.386L172.971,92.115C172.861,92.074 172.743,92.053 172.626,92.053L159.6,92.053C159.37,91.726 159.195,91.524 159.167,91.493C159.152,91.476 159.137,91.459 159.121,91.444C155.393,87.805 151.767,85.589 148.386,84.324C148.095,83.875 147.839,83.481 147.548,83.034C147.569,82.705 147.585,82.376 147.593,82.051C147.633,80.463 147.544,78.908 147.335,77.392C148.313,78.85 150.019,79.781 151.929,79.653C154.652,79.471 156.692,77.058 156.692,74.331L156.692,68.614C156.692,65.946 154.746,63.559 152.091,63.3C149.045,63.002 146.47,65.4 146.47,68.386L146.47,73.403C145.09,68.706 142.491,64.562 138.947,61.361C138.36,60.83 138.094,60.016 138.344,59.265C138.839,57.775 139.406,56.435 140.036,55.233C140.618,54.124 142.078,53.794 143.042,54.594C143.906,55.312 144.855,55.991 145.898,56.617C146.675,57.083 147.638,57.179 148.493,56.872C148.823,56.991 149.173,57.052 149.523,57.052C150.689,57.052 151.736,56.405 152.26,55.361C152.641,54.594 152.682,53.719 152.39,52.933C152.94,51.35 152.184,49.659 150.711,49.093C150.704,49.09 150.603,49.04 150.418,48.918C149.33,48.208 149.556,46.528 150.798,46.143C153.731,45.232 156.826,44.975 159.803,44.975C162.814,44.975 165.946,45.241 168.909,46.177C170.214,46.59 170.362,48.41 169.141,49.027C169.121,49.037 169.111,49.042 169.111,49.042C167.516,49.577 166.651,51.31 167.181,52.899C167.189,52.921 167.196,52.944 167.204,52.965C166.923,53.743 166.969,54.607 167.347,55.364C167.87,56.405 168.918,57.052 170.083,57.052C170.441,57.052 170.789,56.991 171.115,56.873C171.445,56.991 171.792,57.052 172.139,57.052C172.686,57.052 173.228,56.902 173.708,56.616C174.752,55.99 175.701,55.31 176.567,54.591C177.522,53.798 178.98,54.11 179.559,55.208C181.972,59.782 183.47,66.338 183.47,75.709C183.47,84.319 181.491,91.52 177.953,96.784C177.759,97.072 177.428,97.232 177.082,97.221C176.805,97.211 176.527,97.206 176.247,97.206C175.78,97.206 175.317,97.223 174.855,97.241C175.311,96.619 175.587,95.952 175.586,95.236L175.49,93.827ZM184.167,42.987C187.22,43.028 188.022,43.795 188.228,44.166C188.926,45.418 186.905,48.085 185.817,49.181C185.602,49.397 185.498,49.699 185.532,50C185.568,50.303 185.737,50.573 185.996,50.734C193.014,55.121 194.254,58.041 194.058,59.717C193.776,62.13 190.353,63.315 190.32,63.327C190.015,63.428 189.777,63.669 189.682,63.977C189.586,64.284 189.644,64.618 189.837,64.875C193.933,70.336 195.448,74.531 194.218,77.002C192.889,79.672 188.622,79.72 188.579,79.72C188.116,79.722 187.715,80.042 187.609,80.492C187.503,80.942 187.719,81.407 188.133,81.615C188.21,81.653 195.803,85.528 195.803,90.998C195.803,92.224 195.536,93.07 194.986,93.583C193.823,94.667 191.162,94.481 188.344,94.287C187.09,94.199 185.792,94.109 184.47,94.109C184.088,94.109 183.739,94.327 183.571,94.669C183.404,95.012 183.446,95.421 183.68,95.723C183.832,95.918 183.976,96.107 184.112,96.291C184.664,97.031 184.021,98.044 183.115,97.868C182.57,97.761 182.022,97.667 181.469,97.585C180.79,97.486 180.414,96.725 180.752,96.128C183.793,90.754 185.47,83.818 185.47,75.709C185.47,65.913 183.834,59.015 181.248,54.166C180.384,52.546 180.418,50.607 181.392,49.051C182.682,46.991 183.565,44.896 184.167,42.987L184.167,42.987ZM190.109,99.99C188.922,99.493 187.962,98.599 187.318,97.485C187.075,97.066 186.799,96.628 186.486,96.17C187.065,96.203 187.64,96.243 188.206,96.282C191.611,96.519 194.551,96.722 196.35,95.045C197.328,94.133 197.803,92.809 197.803,90.998C197.803,86.511 194.039,83.109 191.438,81.294C193.083,80.835 195.014,79.882 196.004,77.903C197.534,74.842 196.247,70.4 192.178,64.689C193.59,63.96 195.746,62.456 196.043,59.96C196.417,56.815 193.802,53.446 188.058,49.679C189.269,48.222 191.193,45.381 189.977,43.194C189.225,41.842 187.504,41.11 184.719,40.991C185.446,37.948 185.47,35.719 185.47,35.494C185.47,35.428 185.459,35.335 185.442,35.254C185.421,35.025 185.366,34.826 185.306,34.616C185.282,34.516 185.246,34.366 185.17,34.204C185.075,34.001 184.958,33.849 184.872,33.738L184.799,33.638C184.733,33.542 184.641,33.41 184.497,33.274C184.349,33.137 184.201,33.048 184.093,32.983L183.496,33.79L183.955,32.895C183.868,32.837 183.756,32.762 183.608,32.696C183.551,32.664 183.49,32.634 183.436,32.615C183.219,32.539 183.029,32.524 182.861,32.51C182.757,32.48 182.539,32.411 182.268,32.453C181.986,32.468 181.731,32.535 181.501,32.607C181.417,32.624 181.281,32.661 181.215,32.689C180.485,33 179.913,33.57 179.607,34.292C178.249,37.459 176.902,39.966 175.647,41.95C174.83,42.108 173.991,42.278 173.102,42.475C172.953,39.458 172.161,32.441 168.026,32.441C164.523,32.441 161.326,37.015 159.803,39.589C158.281,37.015 155.084,32.441 151.581,32.441C147.447,32.441 146.654,39.451 146.504,42.47C145.773,42.305 145.074,42.158 144.392,42.019C143.115,40.042 141.701,37.54 140.204,34.378C140.105,34.042 139.861,33.83 139.711,33.714C139.614,33.581 139.502,33.442 139.387,33.327C139.132,33.076 138.799,32.857 138.408,32.685C138.257,32.623 138.124,32.606 138.103,32.608C137.881,32.539 137.64,32.472 137.352,32.454C137.083,32.415 136.87,32.478 136.718,32.512C136.588,32.522 136.39,32.538 136.149,32.624C136.109,32.639 136.06,32.662 136.015,32.687C135.861,32.755 135.742,32.835 135.653,32.895L135.537,32.968C135.418,33.039 135.256,33.134 135.109,33.276C134.975,33.4 134.886,33.527 134.827,33.611L134.744,33.722C134.655,33.839 134.533,34 134.441,34.199C134.362,34.363 134.325,34.514 134.283,34.683C134.239,34.838 134.186,35.028 134.165,35.253C134.148,35.334 134.136,35.43 134.136,35.497C134.136,35.721 134.16,37.928 134.876,40.947C132.11,41.06 130.394,41.788 129.638,43.133C128.403,45.332 130.34,48.208 131.552,49.676C130.254,50.527 129.124,51.357 128.144,52.169L128.144,49.735C128.144,36.066 123.066,26.098 116.132,19.484C115.438,18.823 115.022,17.921 115.022,16.962L115.022,16.933C115.022,16.503 114.747,16.121 114.339,15.985L109.229,14.282C109.163,14.243 109.097,14.205 109.03,14.167C108.253,13.717 107.576,13.115 107.078,12.368L103.921,7.632C103.671,7.256 103.2,7.095 102.772,7.238L100.114,8.124C98.082,8.8 95.841,8.272 94.326,6.757L92.861,5.292C92.471,4.902 91.838,4.902 91.447,5.292L89.983,6.757C88.467,8.272 86.227,8.8 84.195,8.124L81.536,7.238C81.108,7.095 80.638,7.256 80.388,7.631L77.247,12.344C76.732,13.117 76.046,13.76 75.242,14.225L75.23,14.232L69.97,15.985C69.562,16.121 69.287,16.502 69.287,16.933L69.287,16.966C69.287,17.898 68.913,18.79 68.236,19.428C62.852,24.504 56.98,33.113 56.248,46.845C56.193,47.867 56.166,48.812 56.166,49.734C56.166,50.397 56.162,51.162 56.157,52.007C56.117,58.996 56.054,70.337 57.827,77.883C42.717,82.158 31.61,96.062 31.61,112.522C31.61,116.763 32.352,120.833 33.705,124.616C32.827,126.052 32.199,127.327 31.96,128.27C31.217,131.195 31.657,134.233 33.2,136.826C34.743,139.418 37.202,141.254 40.126,141.996C41.055,142.231 41.986,142.344 42.904,142.344C44.176,142.344 45.419,142.126 46.59,141.72C49.673,143.947 53.117,145.703 56.822,146.87C51.93,152.429 49.11,159.939 49.11,168.669C49.11,177.833 49.11,186.563 56.752,191.801C59.302,193.549 60.776,196.488 60.776,199.58L60.776,201.457C60.776,205.102 63.517,208.306 67.155,208.543C69.457,208.693 71.539,207.695 72.882,206.067C73.684,205.094 75.188,205.168 76.002,206.131C77.256,207.615 79.13,208.558 81.22,208.558C83.311,208.558 85.185,207.615 86.439,206.131C87.253,205.168 88.757,205.094 89.559,206.067C90.902,207.695 92.984,208.693 95.286,208.543C98.924,208.306 101.665,205.102 101.665,201.457L101.665,199.58C101.665,196.399 103.296,193.495 105.892,191.658C107.089,190.812 108.092,189.877 108.935,188.868C110.074,187.5 111.988,187.038 113.607,187.78C118.162,189.872 123.223,191.042 128.555,191.042C143.118,191.042 155.68,182.346 161.343,169.877C162.155,168.088 164.174,167.172 166.059,167.731C170.527,169.055 175.352,169.537 180.357,168.974C196.905,167.115 210.191,153.836 212.021,137.286C213.862,120.636 204.266,105.919 190.109,99.99L190.109,99.99Z" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_global_emoji_upsell.xml to/res/drawable-anydpi-v24/img_global_emoji_upsell.xml
*** from/res/drawable-anydpi-v24/img_global_emoji_upsell.xml 2021-01-02 17:58:42.708416198 -0700
--- to/res/drawable-anydpi-v24/img_global_emoji_upsell.xml 2021-01-11 15:14:01.555587110 -0700
***************
*** 22,30 ****
<path android:fillColor="#ff202225" android:pathData="M67.528,15.581C67.698,15.517 67.871,15.475 68.044,15.445C67.871,15.475 67.699,15.517 67.528,15.581Z" android:fillType="evenOdd" />
<path android:fillColor="#ff202225" android:pathData="M45.897,19.953C45.948,19.924 45.997,19.896 46.049,19.869C45.997,19.896 45.948,19.924 45.897,19.953Z" android:fillType="evenOdd" />
<path android:fillColor="#ff202225" android:pathData="M69.675,15.667C69.82,15.735 69.96,15.815 70.091,15.907C69.96,15.815 69.82,15.735 69.675,15.667Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M34.579,54.776C35.596,54.776 36.423,55.603 36.423,56.621C36.423,57.638 35.596,58.465 34.579,58.465C33.561,58.465 32.734,57.638 32.734,56.621C32.734,55.603 33.561,54.776 34.579,54.776ZM34.579,59.418C36.12,59.418 37.377,58.163 37.377,56.621C37.377,55.078 36.12,53.823 34.579,53.823C33.036,53.823 31.781,55.078 31.781,56.621C31.781,58.163 33.036,59.418 34.579,59.418Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M19.629,55.74C19.629,56.003 19.842,56.216 20.105,56.216C20.368,56.216 20.581,56.003 20.581,55.74C20.581,54.721 21.407,53.896 22.427,53.896C22.69,53.896 22.903,53.682 22.903,53.419C22.903,53.157 22.69,52.943 22.427,52.943C21.407,52.943 20.581,52.117 20.581,51.098V51.097C20.581,50.835 20.368,50.621 20.105,50.621C19.842,50.621 19.629,50.835 19.629,51.097V51.098C19.629,52.117 18.803,52.943 17.784,52.943C17.521,52.943 17.308,53.157 17.308,53.419C17.308,53.682 17.521,53.896 17.784,53.896C18.803,53.896 19.629,54.721 19.629,55.74Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M13.924,68.362H13.031C12.506,68.362 12.079,67.936 12.079,67.41V66.517C12.079,66.254 11.866,66.04 11.602,66.04C11.339,66.04 11.126,66.254 11.126,66.517V67.41C11.126,67.936 10.7,68.362 10.173,68.362H9.282C9.019,68.362 8.806,68.576 8.806,68.838C8.806,69.101 9.019,69.315 9.282,69.315H10.173C10.7,69.315 11.126,69.741 11.126,70.267V71.159C11.126,71.422 11.339,71.635 11.602,71.635C11.866,71.635 12.079,71.422 12.079,71.159V70.267C12.079,69.741 12.506,69.315 13.031,69.315H13.924C14.187,69.315 14.4,69.101 14.4,68.838C14.4,68.576 14.187,68.362 13.924,68.362Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffd773" android:pathData="M66.228,34.162C66.183,34.128 66.136,34.098 66.094,34.061C66.137,34.098 66.183,34.128 66.228,34.162Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffd773" android:pathData="M59.513,38.125C59.893,38.659 60.02,39.296 59.92,39.895C60.02,39.296 59.893,38.659 59.514,38.125L58.051,36.071L60.938,34.988L58.051,36.071L59.513,38.125Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffd773" android:pathData="M53.448,37.789L54.733,39.593L53.448,37.789Z" android:fillType="evenOdd" />
--- 22,30 ----
<path android:fillColor="#ff202225" android:pathData="M67.528,15.581C67.698,15.517 67.871,15.475 68.044,15.445C67.871,15.475 67.699,15.517 67.528,15.581Z" android:fillType="evenOdd" />
<path android:fillColor="#ff202225" android:pathData="M45.897,19.953C45.948,19.924 45.997,19.896 46.049,19.869C45.997,19.896 45.948,19.924 45.897,19.953Z" android:fillType="evenOdd" />
<path android:fillColor="#ff202225" android:pathData="M69.675,15.667C69.82,15.735 69.96,15.815 70.091,15.907C69.96,15.815 69.82,15.735 69.675,15.667Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M34.579,54.776C35.596,54.776 36.423,55.603 36.423,56.621C36.423,57.638 35.596,58.465 34.579,58.465C33.561,58.465 32.734,57.638 32.734,56.621C32.734,55.603 33.561,54.776 34.579,54.776ZM34.579,59.418C36.12,59.418 37.377,58.163 37.377,56.621C37.377,55.078 36.12,53.823 34.579,53.823C33.036,53.823 31.781,55.078 31.781,56.621C31.781,58.163 33.036,59.418 34.579,59.418Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M19.629,55.74C19.629,56.003 19.842,56.216 20.105,56.216C20.368,56.216 20.581,56.003 20.581,55.74C20.581,54.721 21.407,53.896 22.427,53.896C22.69,53.896 22.903,53.682 22.903,53.419C22.903,53.157 22.69,52.943 22.427,52.943C21.407,52.943 20.581,52.117 20.581,51.098V51.097C20.581,50.835 20.368,50.621 20.105,50.621C19.842,50.621 19.629,50.835 19.629,51.097V51.098C19.629,52.117 18.803,52.943 17.784,52.943C17.521,52.943 17.308,53.157 17.308,53.419C17.308,53.682 17.521,53.896 17.784,53.896C18.803,53.896 19.629,54.721 19.629,55.74Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M13.924,68.362H13.031C12.506,68.362 12.079,67.936 12.079,67.41V66.517C12.079,66.254 11.866,66.04 11.602,66.04C11.339,66.04 11.126,66.254 11.126,66.517V67.41C11.126,67.936 10.7,68.362 10.173,68.362H9.282C9.019,68.362 8.806,68.576 8.806,68.838C8.806,69.101 9.019,69.315 9.282,69.315H10.173C10.7,69.315 11.126,69.741 11.126,70.267V71.159C11.126,71.422 11.339,71.635 11.602,71.635C11.866,71.635 12.079,71.422 12.079,71.159V70.267C12.079,69.741 12.506,69.315 13.031,69.315H13.924C14.187,69.315 14.4,69.101 14.4,68.838C14.4,68.576 14.187,68.362 13.924,68.362Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffd773" android:pathData="M66.228,34.162C66.183,34.128 66.136,34.098 66.094,34.061C66.137,34.098 66.183,34.128 66.228,34.162Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffd773" android:pathData="M59.513,38.125C59.893,38.659 60.02,39.296 59.92,39.895C60.02,39.296 59.893,38.659 59.514,38.125L58.051,36.071L60.938,34.988L58.051,36.071L59.513,38.125Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffd773" android:pathData="M53.448,37.789L54.733,39.593L53.448,37.789Z" android:fillType="evenOdd" />
***************
*** 66,73 ****
<path android:fillColor="#ffcbdaf7" android:pathData="M61.236,28.284L59.935,28.772C59.576,28.907 59.176,28.724 59.041,28.365C58.907,28.006 59.088,27.606 59.447,27.471L60.747,26.983C61.106,26.849 61.507,27.031 61.643,27.39C61.776,27.749 61.595,28.149 61.236,28.284ZM57.171,29.809L55.871,30.296C55.511,30.431 55.111,30.249 54.977,29.89C54.842,29.531 55.025,29.131 55.383,28.995L56.684,28.508C57.044,28.374 57.444,28.555 57.578,28.914C57.713,29.274 57.53,29.674 57.171,29.809ZM63.43,22.269C62.891,20.833 61.29,20.105 59.853,20.644L52.049,23.57C50.614,24.109 49.886,25.71 50.425,27.147L50.912,28.447C51.99,31.32 55.192,32.775 58.065,31.698L60.667,30.723C63.54,29.645 64.995,26.442 63.917,23.57L63.43,22.269Z" android:fillType="evenOdd" />
<path android:fillColor="#ffaabff2" android:pathData="M60.748,26.983L59.448,27.471C59.089,27.606 58.906,28.006 59.041,28.365C59.176,28.724 59.576,28.907 59.934,28.772L61.236,28.284C61.595,28.149 61.776,27.749 61.642,27.39C61.508,27.031 61.107,26.849 60.748,26.983Z" android:fillType="evenOdd" />
<path android:fillColor="#ffaabff2" android:pathData="M56.683,28.508L55.383,28.995C55.024,29.131 54.841,29.531 54.977,29.89C55.112,30.249 55.512,30.431 55.871,30.296L57.172,29.809C57.531,29.673 57.713,29.273 57.578,28.914C57.443,28.555 57.043,28.373 56.683,28.508Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M98.721,14.287C98.617,14.287 98.511,14.252 98.424,14.182C98.219,14.017 98.186,13.717 98.351,13.512L99.237,12.409C99.403,12.204 99.702,12.171 99.907,12.336C100.112,12.501 100.144,12.8 99.979,13.005L99.093,14.109C98.999,14.226 98.86,14.287 98.721,14.287Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M94.259,18.897C94.154,18.897 94.048,18.863 93.962,18.793C93.756,18.628 93.723,18.328 93.887,18.123L94.775,17.019C94.94,16.815 95.24,16.782 95.443,16.947C95.649,17.112 95.682,17.411 95.517,17.615L94.63,18.719C94.536,18.837 94.398,18.897 94.259,18.897Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M99.791,18.757C99.661,18.757 99.533,18.705 99.438,18.6L98.48,17.544C98.303,17.349 98.318,17.048 98.513,16.872C98.709,16.695 99.01,16.709 99.186,16.905L100.144,17.962C100.321,18.156 100.306,18.457 100.111,18.635C100.019,18.716 99.905,18.757 99.791,18.757Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M95.034,14.38C94.904,14.38 94.775,14.328 94.681,14.223L93.724,13.167C93.547,12.972 93.562,12.671 93.757,12.494C93.951,12.317 94.252,12.333 94.429,12.528L95.387,13.585C95.564,13.779 95.549,14.08 95.353,14.257C95.262,14.339 95.148,14.38 95.034,14.38Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 66,73 ----
<path android:fillColor="#ffcbdaf7" android:pathData="M61.236,28.284L59.935,28.772C59.576,28.907 59.176,28.724 59.041,28.365C58.907,28.006 59.088,27.606 59.447,27.471L60.747,26.983C61.106,26.849 61.507,27.031 61.643,27.39C61.776,27.749 61.595,28.149 61.236,28.284ZM57.171,29.809L55.871,30.296C55.511,30.431 55.111,30.249 54.977,29.89C54.842,29.531 55.025,29.131 55.383,28.995L56.684,28.508C57.044,28.374 57.444,28.555 57.578,28.914C57.713,29.274 57.53,29.674 57.171,29.809ZM63.43,22.269C62.891,20.833 61.29,20.105 59.853,20.644L52.049,23.57C50.614,24.109 49.886,25.71 50.425,27.147L50.912,28.447C51.99,31.32 55.192,32.775 58.065,31.698L60.667,30.723C63.54,29.645 64.995,26.442 63.917,23.57L63.43,22.269Z" android:fillType="evenOdd" />
<path android:fillColor="#ffaabff2" android:pathData="M60.748,26.983L59.448,27.471C59.089,27.606 58.906,28.006 59.041,28.365C59.176,28.724 59.576,28.907 59.934,28.772L61.236,28.284C61.595,28.149 61.776,27.749 61.642,27.39C61.508,27.031 61.107,26.849 60.748,26.983Z" android:fillType="evenOdd" />
<path android:fillColor="#ffaabff2" android:pathData="M56.683,28.508L55.383,28.995C55.024,29.131 54.841,29.531 54.977,29.89C55.112,30.249 55.512,30.431 55.871,30.296L57.172,29.809C57.531,29.673 57.713,29.273 57.578,28.914C57.443,28.555 57.043,28.373 56.683,28.508Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M98.721,14.287C98.617,14.287 98.511,14.252 98.424,14.182C98.219,14.017 98.186,13.717 98.351,13.512L99.237,12.409C99.403,12.204 99.702,12.171 99.907,12.336C100.112,12.501 100.144,12.8 99.979,13.005L99.093,14.109C98.999,14.226 98.86,14.287 98.721,14.287Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M94.259,18.897C94.154,18.897 94.048,18.863 93.962,18.793C93.756,18.628 93.723,18.328 93.887,18.123L94.775,17.019C94.94,16.815 95.24,16.782 95.443,16.947C95.649,17.112 95.682,17.411 95.517,17.615L94.63,18.719C94.536,18.837 94.398,18.897 94.259,18.897Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M99.791,18.757C99.661,18.757 99.533,18.705 99.438,18.6L98.48,17.544C98.303,17.349 98.318,17.048 98.513,16.872C98.709,16.695 99.01,16.709 99.186,16.905L100.144,17.962C100.321,18.156 100.306,18.457 100.111,18.635C100.019,18.716 99.905,18.757 99.791,18.757Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M95.034,14.38C94.904,14.38 94.775,14.328 94.681,14.223L93.724,13.167C93.547,12.972 93.562,12.671 93.757,12.494C93.951,12.317 94.252,12.333 94.429,12.528L95.387,13.585C95.564,13.779 95.549,14.08 95.353,14.257C95.262,14.339 95.148,14.38 95.034,14.38Z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_krisp_onboarding.xml to/res/drawable-anydpi-v24/img_krisp_onboarding.xml
*** from/res/drawable-anydpi-v24/img_krisp_onboarding.xml 2021-01-02 17:58:42.703416274 -0700
--- to/res/drawable-anydpi-v24/img_krisp_onboarding.xml 2021-01-11 15:14:01.540587335 -0700
***************
*** 11,27 ****
<path android:fillColor="#fff3b015" android:pathData="M40,113.911C41.657,113.911 43,112.568 43,110.911C43,109.254 41.657,107.911 40,107.911C38.343,107.911 37,109.254 37,110.911C37,112.568 38.343,113.911 40,113.911Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M206.5,98.911H199.5V116.911H206.5V98.911Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M232.5,98.911H225.5V116.911H232.5V98.911Z" />
! <path android:fillColor="#ffffffff" android:pathData="M235,91.911H197C194.515,91.911 192.5,93.926 192.5,96.411C192.5,98.896 194.515,100.911 197,100.911H235C237.485,100.911 239.5,98.896 239.5,96.411C239.5,93.926 237.485,91.911 235,91.911Z" />
<path android:fillColor="#fff5ce37" android:pathData="M215.73,67.451C215.223,67.852 214.801,68.35 214.487,68.915C214.173,69.48 213.974,70.102 213.902,70.744C213.829,71.386 213.885,72.036 214.064,72.657C214.244,73.278 214.545,73.857 214.95,74.361L222.63,68.231C222.228,67.727 221.731,67.307 221.167,66.994C220.602,66.682 219.982,66.484 219.342,66.412C218.701,66.34 218.052,66.394 217.432,66.572C216.813,66.751 216.234,67.049 215.73,67.451Z" />
<path android:fillColor="#fff5ce37" android:pathData="M235.11,69.651C235.514,70.154 235.815,70.733 235.995,71.353C236.175,71.973 236.23,72.622 236.157,73.264C236.085,73.905 235.886,74.526 235.572,75.09C235.259,75.654 234.836,76.151 234.33,76.551L228.21,68.861C228.714,68.459 229.293,68.16 229.913,67.981C230.534,67.803 231.183,67.749 231.824,67.823C232.465,67.896 233.086,68.095 233.649,68.409C234.213,68.723 234.71,69.145 235.11,69.651Z" />
<path android:fillColor="#ffdc4e03" android:pathData="M216.77,81.721L213.72,84.151L213.29,84.491C213.009,84.772 212.85,85.153 212.85,85.551C212.855,85.948 213.012,86.328 213.29,86.611C213.428,86.752 213.593,86.863 213.775,86.939C213.957,87.014 214.153,87.053 214.35,87.051H214.75C215.002,86.986 215.231,86.85 215.41,86.661L218.47,84.231L218.9,83.891C219.045,83.735 219.156,83.551 219.225,83.349C219.294,83.147 219.32,82.933 219.3,82.721C219.292,82.35 219.15,81.995 218.9,81.721C218.76,81.581 218.593,81.469 218.409,81.394C218.225,81.318 218.029,81.28 217.83,81.281H217.44C217.186,81.349 216.954,81.483 216.77,81.671V81.721Z" />
<path android:fillColor="#ffdc4e03" android:pathData="M228.55,85.121L230.98,88.181L231.32,88.601C231.603,88.883 231.986,89.041 232.385,89.041C232.784,89.041 233.167,88.883 233.45,88.601C233.728,88.318 233.885,87.938 233.89,87.541L233.83,87.141C233.759,86.893 233.629,86.667 233.45,86.481L231.01,83.431L230.67,83.001C230.46,82.792 230.193,82.649 229.902,82.591C229.611,82.533 229.31,82.563 229.036,82.677C228.762,82.79 228.528,82.982 228.363,83.229C228.198,83.475 228.11,83.765 228.11,84.061L228.16,84.461C228.234,84.71 228.368,84.936 228.55,85.121Z" />
! <path android:fillColor="#ffffffff" android:pathData="M224.36,86.731C229.331,86.731 233.36,82.702 233.36,77.731C233.36,72.761 229.331,68.731 224.36,68.731C219.389,68.731 215.36,72.761 215.36,77.731C215.36,82.702 219.389,86.731 224.36,86.731Z" android:strokeColor="#ffe57003" android:strokeWidth="2.0" />
<path android:fillColor="#ffe57003" android:pathData="M228.02,79.461L224.3,77.031L224.67,77.671L225.23,72.671C225.23,72.472 225.151,72.282 225.01,72.141C224.87,72 224.679,71.921 224.48,71.921C224.283,71.929 224.097,72.01 223.958,72.149C223.819,72.288 223.737,72.475 223.73,72.671L223.17,77.671C223.168,77.803 223.202,77.932 223.267,78.046C223.332,78.161 223.426,78.255 223.54,78.321L227.3,80.721C228.11,81.251 228.87,79.951 228.06,79.421L228.02,79.461Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M131.48,87.641H180.57C182.008,87.641 183.386,88.212 184.403,89.229C185.419,90.245 185.99,91.624 185.99,93.061V116.911H126.06V93.061C126.06,91.624 126.631,90.245 127.648,89.229C128.664,88.212 130.043,87.641 131.48,87.641Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M60.17,107.141H168.38L161.67,61.141C161.382,59.181 160.4,57.39 158.902,56.095C157.404,54.799 155.491,54.084 153.51,54.081H67.8C65.775,54.084 63.835,54.89 62.404,56.322C60.974,57.755 60.17,59.697 60.17,61.721V107.141Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M67.8,54.121C69.818,54.121 71.755,54.921 73.185,56.345C74.615,57.77 75.422,59.703 75.43,61.721V107.111H60.17V61.721C60.178,59.703 60.985,57.77 62.415,56.345C63.845,54.921 65.782,54.121 67.8,54.121Z" />
! <path android:fillColor="#ffffffff" android:pathData="M180.57,87.641C182.007,87.641 183.386,88.212 184.403,89.229C185.419,90.245 185.99,91.624 185.99,93.061V116.911H175.15V93.061C175.15,91.624 175.721,90.245 176.738,89.229C177.754,88.212 179.133,87.641 180.57,87.641Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M70.3,105.651H164.82C166.714,105.651 168.53,106.403 169.869,107.742C171.208,109.081 171.96,110.897 171.96,112.791V116.911H70.3V105.651Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M113,43.371H137.43C138.537,43.368 139.634,43.584 140.658,44.005C141.681,44.426 142.612,45.045 143.397,45.826C144.181,46.607 144.805,47.535 145.231,48.557C145.657,49.578 145.877,50.674 145.88,51.781V52.271H151.05C151.042,49.162 149.8,46.183 147.597,43.989C145.393,41.795 142.409,40.566 139.3,40.571H104.82C104.451,40.57 104.085,40.641 103.744,40.781C103.402,40.921 103.092,41.127 102.83,41.387C102.568,41.647 102.36,41.956 102.218,42.297C102.075,42.637 102.001,43.002 102,43.371H113Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M144,47.911C146.652,47.911 149.196,48.965 151.071,50.84C152.946,52.715 154,55.259 154,57.911C154,60.563 152.946,63.107 151.071,64.982C149.196,66.858 146.652,67.911 144,67.911V47.911Z" />
--- 11,27 ----
<path android:fillColor="#fff3b015" android:pathData="M40,113.911C41.657,113.911 43,112.568 43,110.911C43,109.254 41.657,107.911 40,107.911C38.343,107.911 37,109.254 37,110.911C37,112.568 38.343,113.911 40,113.911Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M206.5,98.911H199.5V116.911H206.5V98.911Z" />
<path android:fillColor="#ffc7ccd1" android:pathData="M232.5,98.911H225.5V116.911H232.5V98.911Z" />
! <path android:fillColor="@color/white" android:pathData="M235,91.911H197C194.515,91.911 192.5,93.926 192.5,96.411C192.5,98.896 194.515,100.911 197,100.911H235C237.485,100.911 239.5,98.896 239.5,96.411C239.5,93.926 237.485,91.911 235,91.911Z" />
<path android:fillColor="#fff5ce37" android:pathData="M215.73,67.451C215.223,67.852 214.801,68.35 214.487,68.915C214.173,69.48 213.974,70.102 213.902,70.744C213.829,71.386 213.885,72.036 214.064,72.657C214.244,73.278 214.545,73.857 214.95,74.361L222.63,68.231C222.228,67.727 221.731,67.307 221.167,66.994C220.602,66.682 219.982,66.484 219.342,66.412C218.701,66.34 218.052,66.394 217.432,66.572C216.813,66.751 216.234,67.049 215.73,67.451Z" />
<path android:fillColor="#fff5ce37" android:pathData="M235.11,69.651C235.514,70.154 235.815,70.733 235.995,71.353C236.175,71.973 236.23,72.622 236.157,73.264C236.085,73.905 235.886,74.526 235.572,75.09C235.259,75.654 234.836,76.151 234.33,76.551L228.21,68.861C228.714,68.459 229.293,68.16 229.913,67.981C230.534,67.803 231.183,67.749 231.824,67.823C232.465,67.896 233.086,68.095 233.649,68.409C234.213,68.723 234.71,69.145 235.11,69.651Z" />
<path android:fillColor="#ffdc4e03" android:pathData="M216.77,81.721L213.72,84.151L213.29,84.491C213.009,84.772 212.85,85.153 212.85,85.551C212.855,85.948 213.012,86.328 213.29,86.611C213.428,86.752 213.593,86.863 213.775,86.939C213.957,87.014 214.153,87.053 214.35,87.051H214.75C215.002,86.986 215.231,86.85 215.41,86.661L218.47,84.231L218.9,83.891C219.045,83.735 219.156,83.551 219.225,83.349C219.294,83.147 219.32,82.933 219.3,82.721C219.292,82.35 219.15,81.995 218.9,81.721C218.76,81.581 218.593,81.469 218.409,81.394C218.225,81.318 218.029,81.28 217.83,81.281H217.44C217.186,81.349 216.954,81.483 216.77,81.671V81.721Z" />
<path android:fillColor="#ffdc4e03" android:pathData="M228.55,85.121L230.98,88.181L231.32,88.601C231.603,88.883 231.986,89.041 232.385,89.041C232.784,89.041 233.167,88.883 233.45,88.601C233.728,88.318 233.885,87.938 233.89,87.541L233.83,87.141C233.759,86.893 233.629,86.667 233.45,86.481L231.01,83.431L230.67,83.001C230.46,82.792 230.193,82.649 229.902,82.591C229.611,82.533 229.31,82.563 229.036,82.677C228.762,82.79 228.528,82.982 228.363,83.229C228.198,83.475 228.11,83.765 228.11,84.061L228.16,84.461C228.234,84.71 228.368,84.936 228.55,85.121Z" />
! <path android:fillColor="@color/white" android:pathData="M224.36,86.731C229.331,86.731 233.36,82.702 233.36,77.731C233.36,72.761 229.331,68.731 224.36,68.731C219.389,68.731 215.36,72.761 215.36,77.731C215.36,82.702 219.389,86.731 224.36,86.731Z" android:strokeColor="#ffe57003" android:strokeWidth="2.0" />
<path android:fillColor="#ffe57003" android:pathData="M228.02,79.461L224.3,77.031L224.67,77.671L225.23,72.671C225.23,72.472 225.151,72.282 225.01,72.141C224.87,72 224.679,71.921 224.48,71.921C224.283,71.929 224.097,72.01 223.958,72.149C223.819,72.288 223.737,72.475 223.73,72.671L223.17,77.671C223.168,77.803 223.202,77.932 223.267,78.046C223.332,78.161 223.426,78.255 223.54,78.321L227.3,80.721C228.11,81.251 228.87,79.951 228.06,79.421L228.02,79.461Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M131.48,87.641H180.57C182.008,87.641 183.386,88.212 184.403,89.229C185.419,90.245 185.99,91.624 185.99,93.061V116.911H126.06V93.061C126.06,91.624 126.631,90.245 127.648,89.229C128.664,88.212 130.043,87.641 131.48,87.641Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M60.17,107.141H168.38L161.67,61.141C161.382,59.181 160.4,57.39 158.902,56.095C157.404,54.799 155.491,54.084 153.51,54.081H67.8C65.775,54.084 63.835,54.89 62.404,56.322C60.974,57.755 60.17,59.697 60.17,61.721V107.141Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M67.8,54.121C69.818,54.121 71.755,54.921 73.185,56.345C74.615,57.77 75.422,59.703 75.43,61.721V107.111H60.17V61.721C60.178,59.703 60.985,57.77 62.415,56.345C63.845,54.921 65.782,54.121 67.8,54.121Z" />
! <path android:fillColor="@color/white" android:pathData="M180.57,87.641C182.007,87.641 183.386,88.212 184.403,89.229C185.419,90.245 185.99,91.624 185.99,93.061V116.911H175.15V93.061C175.15,91.624 175.721,90.245 176.738,89.229C177.754,88.212 179.133,87.641 180.57,87.641Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M70.3,105.651H164.82C166.714,105.651 168.53,106.403 169.869,107.742C171.208,109.081 171.96,110.897 171.96,112.791V116.911H70.3V105.651Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M113,43.371H137.43C138.537,43.368 139.634,43.584 140.658,44.005C141.681,44.426 142.612,45.045 143.397,45.826C144.181,46.607 144.805,47.535 145.231,48.557C145.657,49.578 145.877,50.674 145.88,51.781V52.271H151.05C151.042,49.162 149.8,46.183 147.597,43.989C145.393,41.795 142.409,40.566 139.3,40.571H104.82C104.451,40.57 104.085,40.641 103.744,40.781C103.402,40.921 103.092,41.127 102.83,41.387C102.568,41.647 102.36,41.956 102.218,42.297C102.075,42.637 102.001,43.002 102,43.371H113Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M144,47.911C146.652,47.911 149.196,48.965 151.071,50.84C152.946,52.715 154,55.259 154,57.911C154,60.563 152.946,63.107 151.071,64.982C149.196,66.858 146.652,67.911 144,67.911V47.911Z" />
***************
*** 54,60 ****
<path android:fillColor="#ffe57003" android:pathData="M143.374,90.095L133.809,87.623C133.242,87.477 132.663,87.818 132.517,88.384L132.004,90.369C131.858,90.936 132.198,91.514 132.765,91.661L142.331,94.133C142.898,94.279 143.476,93.939 143.622,93.372L144.135,91.387C144.282,90.82 143.941,90.242 143.374,90.095Z" />
<path android:fillColor="@drawable/$img_krisp_onboarding__1" android:pathData="M106.65,85.031C106.65,88.721 108.89,91.731 111.89,93.691C114.962,95.537 118.497,96.467 122.08,96.371C122.656,96.399 123.232,96.31 123.773,96.108C124.313,95.907 124.807,95.598 125.225,95.201C125.642,94.803 125.975,94.324 126.202,93.794C126.429,93.264 126.546,92.693 126.546,92.116C126.546,91.539 126.429,90.968 126.202,90.438C125.975,89.908 125.642,89.43 125.225,89.032C124.807,88.634 124.313,88.325 123.773,88.124C123.232,87.923 122.656,87.833 122.08,87.861C121.234,87.863 120.389,87.809 119.55,87.701L120.68,87.851C119.42,87.669 118.188,87.334 117.01,86.851L118.01,87.281C117.15,86.925 116.337,86.465 115.59,85.911L116.45,86.571C115.928,86.174 115.458,85.714 115.05,85.201L115.71,86.061C115.418,85.671 115.167,85.252 114.96,84.811L115.39,85.811C115.208,85.376 115.083,84.919 115.02,84.451L115.17,85.581C115.17,85.381 115.17,85.181 115.17,84.991C115.17,83.864 114.722,82.783 113.925,81.986C113.128,81.189 112.047,80.741 110.92,80.741C109.793,80.741 108.712,81.189 107.915,81.986C107.118,82.783 106.67,83.864 106.67,84.991L106.65,85.031Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M54.8,87.641H92.68C94.118,87.641 95.496,88.212 96.512,89.229C97.529,90.245 98.1,91.624 98.1,93.061V116.911H49.37V93.061C49.37,92.349 49.511,91.643 49.784,90.985C50.056,90.326 50.457,89.729 50.961,89.225C51.465,88.722 52.064,88.323 52.723,88.051C53.382,87.779 54.087,87.64 54.8,87.641Z" />
! <path android:fillColor="#ffffffff" android:pathData="M92.68,87.641C94.118,87.641 95.496,88.212 96.513,89.229C97.529,90.245 98.1,91.624 98.1,93.061V116.911H87.3V93.061C87.3,91.631 87.866,90.258 88.873,89.243C89.881,88.227 91.249,87.652 92.68,87.641Z" />
<path android:fillColor="#ffa9c7ff" android:pathData="M150.91,59.971C150.82,60.312 150.707,60.646 150.57,60.971L150.48,61.201C150.37,61.491 150.48,61.131 150.48,61.301C150.48,61.471 150.3,61.711 150.2,61.911C149.952,62.402 149.678,62.879 149.38,63.341C147.705,65.872 145.277,67.813 142.44,68.891C139.911,69.818 137.234,70.275 134.54,70.241C134.26,70.268 134,70.397 133.811,70.606C133.621,70.814 133.516,71.085 133.516,71.366C133.516,71.647 133.621,71.919 133.811,72.127C134,72.335 134.26,72.465 134.54,72.491C139.21,72.491 143.93,71.391 147.67,68.491C149.853,66.792 151.559,64.556 152.62,62.001C152.827,61.529 152.994,61.041 153.12,60.541C153.44,59.131 151.27,58.541 150.95,59.941L150.91,59.971Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M97,67.911C99.209,67.911 101,63.658 101,58.411C101,53.164 99.209,48.911 97,48.911C94.791,48.911 93,53.164 93,58.411C93,63.658 94.791,67.911 97,67.911Z" />
<path android:fillColor="#ff00bf9b" android:pathData="M158.3,38.211C158.67,38.321 159.03,38.441 159.38,38.581C159.73,38.721 160.21,39.021 159.38,38.581C159.57,38.681 159.79,38.761 159.99,38.861C160.758,39.231 161.497,39.659 162.2,40.141L162.74,40.531C163.02,40.721 162.1,40.001 162.74,40.531C163.05,40.781 163.35,41.051 163.65,41.331C164.29,41.931 164.83,42.611 165.42,43.261L165.13,42.891L165.38,43.241C165.51,43.421 165.63,43.601 165.75,43.791C165.87,43.981 166.18,44.471 166.38,44.791C166.58,45.111 166.76,45.501 166.93,45.861L167.11,46.261L166.92,45.821C166.98,46.033 167.064,46.238 167.17,46.431C167.474,47.269 167.715,48.128 167.89,49.001C167.89,49.221 167.97,49.441 168.01,49.661C168.14,50.361 167.94,48.851 168.01,49.661C168.01,50.041 168.08,50.421 168.1,50.801C168.148,51.714 168.545,52.574 169.208,53.202C169.872,53.832 170.751,54.182 171.665,54.182C172.579,54.182 173.458,53.832 174.122,53.202C174.785,52.574 175.182,51.714 175.23,50.801C175.027,46.417 173.478,42.201 170.794,38.728C168.11,35.255 164.422,32.693 160.23,31.391C159.774,31.252 159.295,31.206 158.821,31.255C158.346,31.305 157.887,31.448 157.469,31.678C157.052,31.908 156.684,32.219 156.389,32.593C156.093,32.967 155.875,33.396 155.748,33.856C155.622,34.315 155.588,34.796 155.65,35.268C155.711,35.741 155.867,36.197 156.108,36.608C156.348,37.02 156.669,37.379 157.051,37.664C157.432,37.95 157.867,38.156 158.33,38.271L158.3,38.211Z" />
--- 54,60 ----
<path android:fillColor="#ffe57003" android:pathData="M143.374,90.095L133.809,87.623C133.242,87.477 132.663,87.818 132.517,88.384L132.004,90.369C131.858,90.936 132.198,91.514 132.765,91.661L142.331,94.133C142.898,94.279 143.476,93.939 143.622,93.372L144.135,91.387C144.282,90.82 143.941,90.242 143.374,90.095Z" />
<path android:fillColor="@drawable/$img_krisp_onboarding__1" android:pathData="M106.65,85.031C106.65,88.721 108.89,91.731 111.89,93.691C114.962,95.537 118.497,96.467 122.08,96.371C122.656,96.399 123.232,96.31 123.773,96.108C124.313,95.907 124.807,95.598 125.225,95.201C125.642,94.803 125.975,94.324 126.202,93.794C126.429,93.264 126.546,92.693 126.546,92.116C126.546,91.539 126.429,90.968 126.202,90.438C125.975,89.908 125.642,89.43 125.225,89.032C124.807,88.634 124.313,88.325 123.773,88.124C123.232,87.923 122.656,87.833 122.08,87.861C121.234,87.863 120.389,87.809 119.55,87.701L120.68,87.851C119.42,87.669 118.188,87.334 117.01,86.851L118.01,87.281C117.15,86.925 116.337,86.465 115.59,85.911L116.45,86.571C115.928,86.174 115.458,85.714 115.05,85.201L115.71,86.061C115.418,85.671 115.167,85.252 114.96,84.811L115.39,85.811C115.208,85.376 115.083,84.919 115.02,84.451L115.17,85.581C115.17,85.381 115.17,85.181 115.17,84.991C115.17,83.864 114.722,82.783 113.925,81.986C113.128,81.189 112.047,80.741 110.92,80.741C109.793,80.741 108.712,81.189 107.915,81.986C107.118,82.783 106.67,83.864 106.67,84.991L106.65,85.031Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M54.8,87.641H92.68C94.118,87.641 95.496,88.212 96.512,89.229C97.529,90.245 98.1,91.624 98.1,93.061V116.911H49.37V93.061C49.37,92.349 49.511,91.643 49.784,90.985C50.056,90.326 50.457,89.729 50.961,89.225C51.465,88.722 52.064,88.323 52.723,88.051C53.382,87.779 54.087,87.64 54.8,87.641Z" />
! <path android:fillColor="@color/white" android:pathData="M92.68,87.641C94.118,87.641 95.496,88.212 96.513,89.229C97.529,90.245 98.1,91.624 98.1,93.061V116.911H87.3V93.061C87.3,91.631 87.866,90.258 88.873,89.243C89.881,88.227 91.249,87.652 92.68,87.641Z" />
<path android:fillColor="#ffa9c7ff" android:pathData="M150.91,59.971C150.82,60.312 150.707,60.646 150.57,60.971L150.48,61.201C150.37,61.491 150.48,61.131 150.48,61.301C150.48,61.471 150.3,61.711 150.2,61.911C149.952,62.402 149.678,62.879 149.38,63.341C147.705,65.872 145.277,67.813 142.44,68.891C139.911,69.818 137.234,70.275 134.54,70.241C134.26,70.268 134,70.397 133.811,70.606C133.621,70.814 133.516,71.085 133.516,71.366C133.516,71.647 133.621,71.919 133.811,72.127C134,72.335 134.26,72.465 134.54,72.491C139.21,72.491 143.93,71.391 147.67,68.491C149.853,66.792 151.559,64.556 152.62,62.001C152.827,61.529 152.994,61.041 153.12,60.541C153.44,59.131 151.27,58.541 150.95,59.941L150.91,59.971Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M97,67.911C99.209,67.911 101,63.658 101,58.411C101,53.164 99.209,48.911 97,48.911C94.791,48.911 93,53.164 93,58.411C93,63.658 94.791,67.911 97,67.911Z" />
<path android:fillColor="#ff00bf9b" android:pathData="M158.3,38.211C158.67,38.321 159.03,38.441 159.38,38.581C159.73,38.721 160.21,39.021 159.38,38.581C159.57,38.681 159.79,38.761 159.99,38.861C160.758,39.231 161.497,39.659 162.2,40.141L162.74,40.531C163.02,40.721 162.1,40.001 162.74,40.531C163.05,40.781 163.35,41.051 163.65,41.331C164.29,41.931 164.83,42.611 165.42,43.261L165.13,42.891L165.38,43.241C165.51,43.421 165.63,43.601 165.75,43.791C165.87,43.981 166.18,44.471 166.38,44.791C166.58,45.111 166.76,45.501 166.93,45.861L167.11,46.261L166.92,45.821C166.98,46.033 167.064,46.238 167.17,46.431C167.474,47.269 167.715,48.128 167.89,49.001C167.89,49.221 167.97,49.441 168.01,49.661C168.14,50.361 167.94,48.851 168.01,49.661C168.01,50.041 168.08,50.421 168.1,50.801C168.148,51.714 168.545,52.574 169.208,53.202C169.872,53.832 170.751,54.182 171.665,54.182C172.579,54.182 173.458,53.832 174.122,53.202C174.785,52.574 175.182,51.714 175.23,50.801C175.027,46.417 173.478,42.201 170.794,38.728C168.11,35.255 164.422,32.693 160.23,31.391C159.774,31.252 159.295,31.206 158.821,31.255C158.346,31.305 157.887,31.448 157.469,31.678C157.052,31.908 156.684,32.219 156.389,32.593C156.093,32.967 155.875,33.396 155.748,33.856C155.622,34.315 155.588,34.796 155.65,35.268C155.711,35.741 155.867,36.197 156.108,36.608C156.348,37.02 156.669,37.379 157.051,37.664C157.432,37.95 157.867,38.156 158.33,38.271L158.3,38.211Z" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_logo_discord_nitro_and_boost_horizontal.xml to/res/drawable-anydpi-v24/img_logo_discord_nitro_and_boost_horizontal.xml
*** from/res/drawable-anydpi-v24/img_logo_discord_nitro_and_boost_horizontal.xml 2021-01-02 17:58:42.709416183 -0700
--- to/res/drawable-anydpi-v24/img_logo_discord_nitro_and_boost_horizontal.xml 2021-01-11 15:14:01.252591647 -0700
***************
*** 1,18 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="33.0dip" android:width="185.0dip" android:viewportWidth="185.0" android:viewportHeight="33.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M73.029,19.713L72.105,25.878C71.893,27.336 70.234,28.013 68.708,28.013C67.284,28.013 65.889,27.336 66.075,26.009L66.999,19.713C67.211,18.336 68.869,17.629 70.396,17.629C71.92,17.629 73.242,18.336 73.029,19.713ZM71.121,13.388H61.192C60.934,13.388 60.721,13.57 60.686,13.818L60.203,17.076C60.16,17.383 60.394,17.653 60.708,17.653H62.519C62.702,17.653 62.828,17.834 62.753,18.003C62.525,18.528 62.363,19.097 62.269,19.708L61.345,26.004C60.751,30.231 64.309,32.337 68.176,32.337C72.234,32.337 76.211,30.231 76.821,26.012L77.746,19.716C78.342,15.582 74.908,13.476 71.121,13.388ZM11.986,21.659L12.037,24.683C12.037,24.749 11.994,24.8 11.935,24.813L10.909,21.17C10.909,21.163 10.909,21.157 10.901,21.157L7.724,13.692C7.644,13.503 7.466,13.385 7.262,13.385H3.658C3.408,13.385 3.204,13.567 3.167,13.815L0.767,31.037C0.724,31.336 0.958,31.606 1.258,31.606H4.846C5.096,31.606 5.308,31.424 5.338,31.176L6.278,24.333C6.278,24.325 6.278,24.32 6.278,24.312L6.227,20.799L6.33,20.77L7.407,24.413C7.407,24.421 7.407,24.421 7.415,24.427L10.387,31.299C10.468,31.48 10.645,31.598 10.842,31.598H14.73C14.98,31.598 15.192,31.416 15.222,31.168L17.63,13.949C17.673,13.658 17.439,13.388 17.138,13.388H13.572C13.322,13.388 13.11,13.57 13.08,13.818L11.986,21.638C11.986,21.646 11.986,21.651 11.986,21.659ZM18.893,31.608H22.666C22.929,31.608 23.15,31.427 23.187,31.179L25.711,13.957C25.748,13.658 25.506,13.388 25.189,13.388H21.416C21.153,13.388 20.933,13.57 20.895,13.818L18.372,31.04C18.334,31.339 18.576,31.608 18.893,31.608ZM28.403,13.81L27.92,17.031C27.877,17.33 28.118,17.6 28.425,17.6H32.308C32.623,17.6 32.859,17.869 32.813,18.168L30.986,31.04C30.948,31.339 31.185,31.608 31.499,31.608H35.264C35.522,31.608 35.743,31.427 35.769,31.179L37.634,18.032C37.672,17.784 37.884,17.602 38.14,17.602H42.316C42.574,17.602 42.786,17.421 42.821,17.181L43.305,13.967C43.356,13.66 43.122,13.391 42.805,13.391H28.906C28.659,13.388 28.438,13.57 28.403,13.81ZM54.624,19.743C54.492,20.799 53.648,21.856 52.194,21.856H50.015C49.706,21.856 49.464,21.587 49.51,21.288L49.972,18.117C50.001,17.869 50.222,17.688 50.477,17.688H52.804C54.196,17.688 54.755,18.635 54.624,19.743ZM53.331,13.388H46.309C46.051,13.388 45.839,13.57 45.804,13.818L43.332,31.04C43.289,31.339 43.522,31.608 43.837,31.608H47.58C47.838,31.608 48.05,31.427 48.085,31.179L48.811,26.033C48.825,25.91 48.935,25.814 49.069,25.814H49.553C49.641,25.814 49.722,25.857 49.765,25.932L53.339,31.376C53.433,31.523 53.597,31.608 53.772,31.608H58.394C58.805,31.608 59.055,31.157 58.813,30.821L55.064,25.595C54.976,25.473 55.021,25.296 55.159,25.23C57.55,24.085 58.945,22.919 59.399,19.668C59.929,15.392 57.185,13.388 53.331,13.388Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M10.21,0.115H8.133V8.271H10.21V0.115Z" />
! <path android:fillColor="#ffffffff" android:pathData="M7.023,5.586V2.842C7.023,0.942 5.48,0.115 3.836,0.115H0.759V3.541L2.806,5.367V2.039H3.9C4.596,2.039 4.932,2.372 4.932,2.901V5.447C4.932,5.978 4.607,6.333 3.9,6.333H0.759V8.268H3.83C5.48,8.279 7.023,7.462 7.023,5.586Z" />
! <path android:fillColor="#ffffffff" android:pathData="M21.088,8.385C22.12,8.385 23.362,7.878 24.045,6.555L22.236,5.725C21.785,6.854 19.927,6.579 19.927,5.599V2.786C19.927,1.772 21.758,1.54 22.317,2.557L24.01,1.879C23.348,0.427 22.131,0 21.123,0C19.476,0 17.85,0.945 17.85,2.786V5.597C17.856,7.454 19.476,8.385 21.088,8.385Z" />
! <path android:fillColor="#ffffffff" android:pathData="M46.258,2.842C46.258,0.942 44.716,0.115 43.068,0.115H39.997V3.541L42.044,5.367V2.039H43.138C43.834,2.039 44.17,2.372 44.17,2.901V5.447C44.17,5.978 43.845,6.333 43.138,6.333H39.997V8.268H43.068C44.713,8.279 46.258,7.462 46.258,5.586V2.842Z" />
! <path android:fillColor="#ffffffff" android:pathData="M12.427,5.69L11.116,6.912C11.882,7.892 12.924,8.385 13.911,8.385C15.415,8.385 17.09,7.523 17.16,5.944C17.254,3.939 15.789,3.432 14.33,3.168C13.693,3.029 13.26,2.8 13.239,2.407C13.271,1.463 14.744,1.428 15.604,2.338L16.961,1.3C16.114,0.278 15.152,0 14.152,0C12.648,0 11.183,0.841 11.183,2.442C11.183,3.998 12.387,4.828 13.712,5.036C14.386,5.129 15.139,5.391 15.115,5.853C15.058,6.725 13.25,6.677 12.427,5.69Z" />
! <path android:fillColor="#ffffffff" android:pathData="M28.014,8.385C29.72,8.385 31.41,7.454 31.41,5.589V2.797C31.41,0.931 29.704,0 28,0C26.294,0 24.604,0.923 24.604,2.797V5.583C24.604,7.454 26.307,8.385 28.014,8.385ZM26.681,2.797C26.681,2.196 27.331,1.874 27.979,1.874C28.653,1.874 29.336,2.159 29.336,2.797V5.583C29.336,6.17 28.675,6.469 28.011,6.469C27.35,6.469 26.678,6.184 26.678,5.583V2.797H26.681Z" />
! <path android:fillColor="#ffffffff" android:pathData="M34.611,5.677H34.982L36.882,8.265H39.47L37.231,5.468C38.231,5.159 38.844,4.305 38.844,2.797C38.798,0.886 37.487,0.112 35.794,0.112H32.512V8.271H34.614V5.677H34.611ZM34.611,2.039H35.828C37.14,2.039 37.14,3.905 35.828,3.905H34.611V2.039Z" />
! <path android:fillColor="#ffffffff" android:pathData="M89.056,20.256C88.989,20.751 88.565,21.121 88.065,21.121H85.252C84.754,21.121 84.332,21.488 84.262,21.982L83.92,24.407C83.835,25.009 84.302,25.547 84.91,25.547H87.164C87.771,25.547 88.239,26.084 88.154,26.686L87.849,28.859C87.765,29.46 88.232,29.998 88.839,29.998H91.219C91.717,29.998 92.14,29.631 92.209,29.137L92.592,26.408C92.661,25.914 93.084,25.547 93.582,25.547H96.217C96.716,25.547 97.138,25.18 97.208,24.686L97.55,22.261C97.635,21.659 97.168,21.121 96.56,21.121H94.482C93.877,21.121 93.41,20.587 93.491,19.987L93.783,17.83C93.864,17.23 93.398,16.696 92.792,16.696H90.411C89.911,16.696 89.487,17.066 89.42,17.562L89.056,20.256Z" />
! <path android:fillColor="#ffffffff" android:pathData="M118.327,18.883C118.926,15.369 116.635,13.26 113.121,13.26H106.599C106.1,13.26 105.677,13.628 105.608,14.122L103.311,30.551C103.227,31.153 103.694,31.69 104.301,31.69H110.675C114.761,31.69 117,29.894 117.885,26.926C118.203,25.916 118.306,24.409 117.46,23.168C116.998,22.49 116.998,21.278 117.497,20.627C117.968,20.012 118.24,19.347 118.327,18.883ZM110.552,20.471C109.943,20.471 109.476,19.932 109.562,19.329L109.745,18.049C109.815,17.557 110.237,17.191 110.735,17.191H112.575C114.917,17.191 114.371,20.471 112.106,20.471H110.552ZM109.557,27.603C108.951,27.603 108.484,27.067 108.567,26.466L108.811,24.692C108.88,24.197 109.303,23.829 109.802,23.829H111.638C114.397,23.829 113.928,27.603 111.117,27.603H109.557Z" />
! <path android:fillColor="#ffffffff" android:pathData="M119.76,25.625C119.162,29.842 122.676,31.95 126.502,31.95C130.511,31.95 134.441,29.842 135.04,25.625L135.951,19.325C136.55,15.108 133.01,13 129.183,13C125.357,13 121.296,15.082 120.671,19.325L119.76,25.625ZM125.331,19.325C125.539,17.946 127.179,17.243 128.689,17.243C130.198,17.243 131.5,17.946 131.292,19.325L130.381,25.494C130.172,26.952 128.532,27.629 127.023,27.629C125.617,27.629 124.237,26.952 124.42,25.625L125.331,19.325Z" />
! <path android:fillColor="#ffffffff" android:pathData="M137.046,25.625C136.447,29.842 139.961,31.95 143.788,31.95C147.796,31.95 151.727,29.842 152.326,25.625L153.237,19.325C153.835,15.108 150.295,13 146.469,13C142.642,13 138.582,15.082 137.957,19.325L137.046,25.625ZM142.616,19.325C142.825,17.946 144.465,17.243 145.974,17.243C147.484,17.243 148.786,17.946 148.577,19.325L147.666,25.494C147.458,26.952 145.818,27.629 144.308,27.629C142.903,27.629 141.523,26.952 141.705,25.625L142.616,19.325Z" />
! <path android:fillColor="#ffffffff" android:pathData="M154.022,28.056C153.633,28.377 153.539,28.943 153.867,29.326C155.359,31.069 157.731,31.95 159.694,31.95C163.677,31.95 166.8,30.154 167.477,26.562C168.336,21.98 165.212,20.757 162.011,20.158C160.605,19.846 159.668,19.377 159.798,18.31C159.902,17.373 160.891,16.931 162.063,16.957C162.86,16.976 163.744,17.213 164.466,17.701C164.886,17.985 165.448,18.067 165.865,17.778L167.7,16.508C168.152,16.195 168.273,15.568 167.906,15.157C166.412,13.48 164.571,13 162.609,13C159.225,13 155.893,14.328 155.191,18.102C154.54,21.59 157.143,23.907 160.032,24.375C161.516,24.583 163.13,25.078 162.922,26.223C162.739,27.187 161.646,27.629 160.397,27.629C159.371,27.629 158.259,27.298 157.425,26.647C156.962,26.286 156.285,26.181 155.833,26.556L154.022,28.056Z" />
! <path android:fillColor="#ffffffff" android:pathData="M183.385,17.503C183.881,17.503 184.302,17.139 184.374,16.648L184.706,14.379C184.795,13.776 184.327,13.234 183.717,13.234H171.083C170.587,13.234 170.166,13.598 170.094,14.09L169.762,16.358C169.673,16.962 170.141,17.503 170.751,17.503H173.419C174.025,17.503 174.492,18.039 174.41,18.64L172.77,30.553C172.687,31.154 173.154,31.69 173.761,31.69H176.453C176.953,31.69 177.376,31.321 177.444,30.826L179.159,18.367C179.227,17.872 179.65,17.503 180.149,17.503H183.385Z" />
</vector>
\ No newline at end of file
--- 1,18 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="33.0dip" android:width="185.0dip" android:viewportWidth="185.0" android:viewportHeight="33.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M73.029,19.713L72.105,25.878C71.893,27.336 70.234,28.013 68.708,28.013C67.284,28.013 65.889,27.336 66.075,26.009L66.999,19.713C67.211,18.336 68.869,17.629 70.396,17.629C71.92,17.629 73.242,18.336 73.029,19.713ZM71.121,13.388H61.192C60.934,13.388 60.721,13.57 60.686,13.818L60.203,17.076C60.16,17.383 60.394,17.653 60.708,17.653H62.519C62.702,17.653 62.828,17.834 62.753,18.003C62.525,18.528 62.363,19.097 62.269,19.708L61.345,26.004C60.751,30.231 64.309,32.337 68.176,32.337C72.234,32.337 76.211,30.231 76.821,26.012L77.746,19.716C78.342,15.582 74.908,13.476 71.121,13.388ZM11.986,21.659L12.037,24.683C12.037,24.749 11.994,24.8 11.935,24.813L10.909,21.17C10.909,21.163 10.909,21.157 10.901,21.157L7.724,13.692C7.644,13.503 7.466,13.385 7.262,13.385H3.658C3.408,13.385 3.204,13.567 3.167,13.815L0.767,31.037C0.724,31.336 0.958,31.606 1.258,31.606H4.846C5.096,31.606 5.308,31.424 5.338,31.176L6.278,24.333C6.278,24.325 6.278,24.32 6.278,24.312L6.227,20.799L6.33,20.77L7.407,24.413C7.407,24.421 7.407,24.421 7.415,24.427L10.387,31.299C10.468,31.48 10.645,31.598 10.842,31.598H14.73C14.98,31.598 15.192,31.416 15.222,31.168L17.63,13.949C17.673,13.658 17.439,13.388 17.138,13.388H13.572C13.322,13.388 13.11,13.57 13.08,13.818L11.986,21.638C11.986,21.646 11.986,21.651 11.986,21.659ZM18.893,31.608H22.666C22.929,31.608 23.15,31.427 23.187,31.179L25.711,13.957C25.748,13.658 25.506,13.388 25.189,13.388H21.416C21.153,13.388 20.933,13.57 20.895,13.818L18.372,31.04C18.334,31.339 18.576,31.608 18.893,31.608ZM28.403,13.81L27.92,17.031C27.877,17.33 28.118,17.6 28.425,17.6H32.308C32.623,17.6 32.859,17.869 32.813,18.168L30.986,31.04C30.948,31.339 31.185,31.608 31.499,31.608H35.264C35.522,31.608 35.743,31.427 35.769,31.179L37.634,18.032C37.672,17.784 37.884,17.602 38.14,17.602H42.316C42.574,17.602 42.786,17.421 42.821,17.181L43.305,13.967C43.356,13.66 43.122,13.391 42.805,13.391H28.906C28.659,13.388 28.438,13.57 28.403,13.81ZM54.624,19.743C54.492,20.799 53.648,21.856 52.194,21.856H50.015C49.706,21.856 49.464,21.587 49.51,21.288L49.972,18.117C50.001,17.869 50.222,17.688 50.477,17.688H52.804C54.196,17.688 54.755,18.635 54.624,19.743ZM53.331,13.388H46.309C46.051,13.388 45.839,13.57 45.804,13.818L43.332,31.04C43.289,31.339 43.522,31.608 43.837,31.608H47.58C47.838,31.608 48.05,31.427 48.085,31.179L48.811,26.033C48.825,25.91 48.935,25.814 49.069,25.814H49.553C49.641,25.814 49.722,25.857 49.765,25.932L53.339,31.376C53.433,31.523 53.597,31.608 53.772,31.608H58.394C58.805,31.608 59.055,31.157 58.813,30.821L55.064,25.595C54.976,25.473 55.021,25.296 55.159,25.23C57.55,24.085 58.945,22.919 59.399,19.668C59.929,15.392 57.185,13.388 53.331,13.388Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M10.21,0.115H8.133V8.271H10.21V0.115Z" />
! <path android:fillColor="@color/white" android:pathData="M7.023,5.586V2.842C7.023,0.942 5.48,0.115 3.836,0.115H0.759V3.541L2.806,5.367V2.039H3.9C4.596,2.039 4.932,2.372 4.932,2.901V5.447C4.932,5.978 4.607,6.333 3.9,6.333H0.759V8.268H3.83C5.48,8.279 7.023,7.462 7.023,5.586Z" />
! <path android:fillColor="@color/white" android:pathData="M21.088,8.385C22.12,8.385 23.362,7.878 24.045,6.555L22.236,5.725C21.785,6.854 19.927,6.579 19.927,5.599V2.786C19.927,1.772 21.758,1.54 22.317,2.557L24.01,1.879C23.348,0.427 22.131,0 21.123,0C19.476,0 17.85,0.945 17.85,2.786V5.597C17.856,7.454 19.476,8.385 21.088,8.385Z" />
! <path android:fillColor="@color/white" android:pathData="M46.258,2.842C46.258,0.942 44.716,0.115 43.068,0.115H39.997V3.541L42.044,5.367V2.039H43.138C43.834,2.039 44.17,2.372 44.17,2.901V5.447C44.17,5.978 43.845,6.333 43.138,6.333H39.997V8.268H43.068C44.713,8.279 46.258,7.462 46.258,5.586V2.842Z" />
! <path android:fillColor="@color/white" android:pathData="M12.427,5.69L11.116,6.912C11.882,7.892 12.924,8.385 13.911,8.385C15.415,8.385 17.09,7.523 17.16,5.944C17.254,3.939 15.789,3.432 14.33,3.168C13.693,3.029 13.26,2.8 13.239,2.407C13.271,1.463 14.744,1.428 15.604,2.338L16.961,1.3C16.114,0.278 15.152,0 14.152,0C12.648,0 11.183,0.841 11.183,2.442C11.183,3.998 12.387,4.828 13.712,5.036C14.386,5.129 15.139,5.391 15.115,5.853C15.058,6.725 13.25,6.677 12.427,5.69Z" />
! <path android:fillColor="@color/white" android:pathData="M28.014,8.385C29.72,8.385 31.41,7.454 31.41,5.589V2.797C31.41,0.931 29.704,0 28,0C26.294,0 24.604,0.923 24.604,2.797V5.583C24.604,7.454 26.307,8.385 28.014,8.385ZM26.681,2.797C26.681,2.196 27.331,1.874 27.979,1.874C28.653,1.874 29.336,2.159 29.336,2.797V5.583C29.336,6.17 28.675,6.469 28.011,6.469C27.35,6.469 26.678,6.184 26.678,5.583V2.797H26.681Z" />
! <path android:fillColor="@color/white" android:pathData="M34.611,5.677H34.982L36.882,8.265H39.47L37.231,5.468C38.231,5.159 38.844,4.305 38.844,2.797C38.798,0.886 37.487,0.112 35.794,0.112H32.512V8.271H34.614V5.677H34.611ZM34.611,2.039H35.828C37.14,2.039 37.14,3.905 35.828,3.905H34.611V2.039Z" />
! <path android:fillColor="@color/white" android:pathData="M89.056,20.256C88.989,20.751 88.565,21.121 88.065,21.121H85.252C84.754,21.121 84.332,21.488 84.262,21.982L83.92,24.407C83.835,25.009 84.302,25.547 84.91,25.547H87.164C87.771,25.547 88.239,26.084 88.154,26.686L87.849,28.859C87.765,29.46 88.232,29.998 88.839,29.998H91.219C91.717,29.998 92.14,29.631 92.209,29.137L92.592,26.408C92.661,25.914 93.084,25.547 93.582,25.547H96.217C96.716,25.547 97.138,25.18 97.208,24.686L97.55,22.261C97.635,21.659 97.168,21.121 96.56,21.121H94.482C93.877,21.121 93.41,20.587 93.491,19.987L93.783,17.83C93.864,17.23 93.398,16.696 92.792,16.696H90.411C89.911,16.696 89.487,17.066 89.42,17.562L89.056,20.256Z" />
! <path android:fillColor="@color/white" android:pathData="M118.327,18.883C118.926,15.369 116.635,13.26 113.121,13.26H106.599C106.1,13.26 105.677,13.628 105.608,14.122L103.311,30.551C103.227,31.153 103.694,31.69 104.301,31.69H110.675C114.761,31.69 117,29.894 117.885,26.926C118.203,25.916 118.306,24.409 117.46,23.168C116.998,22.49 116.998,21.278 117.497,20.627C117.968,20.012 118.24,19.347 118.327,18.883ZM110.552,20.471C109.943,20.471 109.476,19.932 109.562,19.329L109.745,18.049C109.815,17.557 110.237,17.191 110.735,17.191H112.575C114.917,17.191 114.371,20.471 112.106,20.471H110.552ZM109.557,27.603C108.951,27.603 108.484,27.067 108.567,26.466L108.811,24.692C108.88,24.197 109.303,23.829 109.802,23.829H111.638C114.397,23.829 113.928,27.603 111.117,27.603H109.557Z" />
! <path android:fillColor="@color/white" android:pathData="M119.76,25.625C119.162,29.842 122.676,31.95 126.502,31.95C130.511,31.95 134.441,29.842 135.04,25.625L135.951,19.325C136.55,15.108 133.01,13 129.183,13C125.357,13 121.296,15.082 120.671,19.325L119.76,25.625ZM125.331,19.325C125.539,17.946 127.179,17.243 128.689,17.243C130.198,17.243 131.5,17.946 131.292,19.325L130.381,25.494C130.172,26.952 128.532,27.629 127.023,27.629C125.617,27.629 124.237,26.952 124.42,25.625L125.331,19.325Z" />
! <path android:fillColor="@color/white" android:pathData="M137.046,25.625C136.447,29.842 139.961,31.95 143.788,31.95C147.796,31.95 151.727,29.842 152.326,25.625L153.237,19.325C153.835,15.108 150.295,13 146.469,13C142.642,13 138.582,15.082 137.957,19.325L137.046,25.625ZM142.616,19.325C142.825,17.946 144.465,17.243 145.974,17.243C147.484,17.243 148.786,17.946 148.577,19.325L147.666,25.494C147.458,26.952 145.818,27.629 144.308,27.629C142.903,27.629 141.523,26.952 141.705,25.625L142.616,19.325Z" />
! <path android:fillColor="@color/white" android:pathData="M154.022,28.056C153.633,28.377 153.539,28.943 153.867,29.326C155.359,31.069 157.731,31.95 159.694,31.95C163.677,31.95 166.8,30.154 167.477,26.562C168.336,21.98 165.212,20.757 162.011,20.158C160.605,19.846 159.668,19.377 159.798,18.31C159.902,17.373 160.891,16.931 162.063,16.957C162.86,16.976 163.744,17.213 164.466,17.701C164.886,17.985 165.448,18.067 165.865,17.778L167.7,16.508C168.152,16.195 168.273,15.568 167.906,15.157C166.412,13.48 164.571,13 162.609,13C159.225,13 155.893,14.328 155.191,18.102C154.54,21.59 157.143,23.907 160.032,24.375C161.516,24.583 163.13,25.078 162.922,26.223C162.739,27.187 161.646,27.629 160.397,27.629C159.371,27.629 158.259,27.298 157.425,26.647C156.962,26.286 156.285,26.181 155.833,26.556L154.022,28.056Z" />
! <path android:fillColor="@color/white" android:pathData="M183.385,17.503C183.881,17.503 184.302,17.139 184.374,16.648L184.706,14.379C184.795,13.776 184.327,13.234 183.717,13.234H171.083C170.587,13.234 170.166,13.598 170.094,14.09L169.762,16.358C169.673,16.962 170.141,17.503 170.751,17.503H173.419C174.025,17.503 174.492,18.039 174.41,18.64L172.77,30.553C172.687,31.154 173.154,31.69 173.761,31.69H176.453C176.953,31.69 177.376,31.321 177.444,30.826L179.159,18.367C179.227,17.872 179.65,17.503 180.149,17.503H183.385Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_logo_discord_nitro_and_boost.xml to/res/drawable-anydpi-v24/img_logo_discord_nitro_and_boost.xml
*** from/res/drawable-anydpi-v24/img_logo_discord_nitro_and_boost.xml 2021-01-02 17:58:42.705416244 -0700
--- to/res/drawable-anydpi-v24/img_logo_discord_nitro_and_boost.xml 2021-01-11 15:14:01.334590419 -0700
***************
*** 1,18 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="57.0dip" android:width="185.0dip" android:viewportWidth="185.0" android:viewportHeight="57.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M72.271,19.713L71.346,25.878C71.134,27.336 69.476,28.013 67.949,28.013C66.525,28.013 65.13,27.336 65.316,26.009L66.24,19.713C66.453,18.336 68.111,17.629 69.637,17.629C71.161,17.629 72.483,18.336 72.271,19.713ZM70.363,13.388H60.433C60.175,13.388 59.963,13.57 59.928,13.818L59.444,17.076C59.401,17.383 59.635,17.653 59.949,17.653H61.761C61.943,17.653 62.069,17.834 61.994,18.003C61.766,18.528 61.605,19.097 61.511,19.708L60.586,26.004C59.992,30.231 63.55,32.337 67.417,32.337C71.475,32.337 75.452,30.231 76.063,26.012L76.987,19.716C77.584,15.582 74.149,13.476 70.363,13.388ZM11.228,21.659L11.279,24.683C11.279,24.749 11.236,24.8 11.177,24.813L10.15,21.17C10.15,21.163 10.15,21.157 10.142,21.157L6.966,13.692C6.885,13.503 6.708,13.385 6.503,13.385H2.9C2.65,13.385 2.445,13.567 2.408,13.815L0.008,31.037C-0.035,31.336 0.199,31.606 0.5,31.606H4.087C4.337,31.606 4.55,31.424 4.579,31.176L5.52,24.333C5.52,24.325 5.52,24.32 5.52,24.312L5.469,20.799L5.571,20.77L6.648,24.413C6.648,24.421 6.648,24.421 6.657,24.427L9.629,31.299C9.709,31.48 9.887,31.598 10.083,31.598H13.972C14.221,31.598 14.434,31.416 14.463,31.168L16.871,13.949C16.914,13.658 16.68,13.388 16.379,13.388H12.813C12.563,13.388 12.351,13.57 12.321,13.818L11.228,21.638C11.228,21.646 11.228,21.651 11.228,21.659ZM18.134,31.608H21.907C22.171,31.608 22.391,31.427 22.428,31.179L24.952,13.957C24.99,13.658 24.748,13.388 24.431,13.388H20.658C20.394,13.388 20.174,13.57 20.136,13.818L17.613,31.04C17.575,31.339 17.817,31.608 18.134,31.608ZM27.645,13.81L27.161,17.031C27.118,17.33 27.36,17.6 27.666,17.6H31.549C31.864,17.6 32.1,17.869 32.055,18.168L30.227,31.04C30.19,31.339 30.426,31.608 30.74,31.608H34.506C34.763,31.608 34.984,31.427 35.011,31.179L36.876,18.032C36.913,17.784 37.126,17.602 37.381,17.602H41.557C41.815,17.602 42.027,17.421 42.062,17.181L42.546,13.967C42.597,13.66 42.363,13.391 42.046,13.391H28.147C27.9,13.388 27.68,13.57 27.645,13.81ZM53.865,19.743C53.733,20.799 52.89,21.856 51.436,21.856H49.256C48.947,21.856 48.705,21.587 48.751,21.288L49.213,18.117C49.243,17.869 49.463,17.688 49.718,17.688H52.046C53.438,17.688 53.997,18.635 53.865,19.743ZM52.572,13.388H45.55C45.292,13.388 45.08,13.57 45.045,13.818L42.573,31.04C42.53,31.339 42.764,31.608 43.078,31.608H46.821C47.079,31.608 47.292,31.427 47.327,31.179L48.052,26.033C48.066,25.91 48.176,25.814 48.31,25.814H48.794C48.883,25.814 48.963,25.857 49.006,25.932L52.581,31.376C52.675,31.523 52.839,31.608 53.013,31.608H57.635C58.047,31.608 58.297,31.157 58.055,30.821L54.306,25.595C54.217,25.473 54.263,25.296 54.4,25.23C56.792,24.085 58.186,22.919 58.64,19.668C59.17,15.392 56.426,13.388 52.572,13.388Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M9.451,0.115H7.374V8.271H9.451V0.115Z" />
! <path android:fillColor="#ffffffff" android:pathData="M6.264,5.586V2.842C6.264,0.942 4.722,0.115 3.077,0.115H0V3.541L2.048,5.367V2.039H3.141C3.838,2.039 4.173,2.372 4.173,2.901V5.447C4.173,5.978 3.848,6.333 3.141,6.333H0V8.268H3.072C4.722,8.279 6.264,7.462 6.264,5.586Z" />
! <path android:fillColor="#ffffffff" android:pathData="M20.33,8.385C21.362,8.385 22.603,7.878 23.286,6.555L21.477,5.725C21.026,6.854 19.169,6.579 19.169,5.599V2.786C19.169,1.772 20.999,1.54 21.558,2.557L23.251,1.879C22.59,0.427 21.372,0 20.365,0C18.717,0 17.092,0.945 17.092,2.786V5.597C17.097,7.454 18.717,8.385 20.33,8.385Z" />
! <path android:fillColor="#ffffffff" android:pathData="M45.499,2.842C45.499,0.942 43.957,0.115 42.31,0.115H39.238V3.541L41.286,5.367V2.039H42.379C43.075,2.039 43.411,2.372 43.411,2.901V5.447C43.411,5.978 43.086,6.333 42.379,6.333H39.238V8.268H42.31C43.954,8.279 45.499,7.462 45.499,5.586V2.842Z" />
! <path android:fillColor="#ffffffff" android:pathData="M11.668,5.69L10.357,6.912C11.123,7.892 12.166,8.385 13.152,8.385C14.657,8.385 16.331,7.523 16.401,5.944C16.495,3.939 15.03,3.432 13.571,3.168C12.934,3.029 12.502,2.8 12.48,2.407C12.512,1.463 13.985,1.428 14.845,2.338L16.202,1.3C15.356,0.278 14.393,0 13.394,0C11.889,0 10.424,0.841 10.424,2.442C10.424,3.998 11.628,4.828 12.953,5.036C13.628,5.129 14.38,5.391 14.356,5.853C14.299,6.725 12.491,6.677 11.668,5.69Z" />
! <path android:fillColor="#ffffffff" android:pathData="M27.255,8.385C28.962,8.385 30.652,7.454 30.652,5.589V2.797C30.652,0.931 28.945,0 27.242,0C25.535,0 23.845,0.923 23.845,2.797V5.583C23.845,7.454 25.549,8.385 27.255,8.385ZM25.922,2.797C25.922,2.196 26.573,1.874 27.22,1.874C27.895,1.874 28.577,2.159 28.577,2.797V5.583C28.577,6.17 27.916,6.469 27.252,6.469C26.591,6.469 25.92,6.184 25.92,5.583V2.797H25.922Z" />
! <path android:fillColor="#ffffffff" android:pathData="M33.853,5.677H34.223L36.123,8.265H38.711L36.473,5.468C37.472,5.159 38.085,4.305 38.085,2.797C38.039,0.886 36.728,0.112 35.035,0.112H31.754V8.271H33.855V5.677H33.853V5.677ZM33.853,2.039H35.07C36.381,2.039 36.381,3.904 35.07,3.904H33.853V2.039Z" />
! <path android:fillColor="#ffffffff" android:pathData="M5.297,45.256C5.23,45.751 4.807,46.121 4.306,46.121H1.493C0.995,46.121 0.573,46.488 0.503,46.982L0.161,49.407C0.076,50.009 0.543,50.547 1.151,50.547H3.405C4.013,50.547 4.48,51.084 4.395,51.686L4.09,53.859C4.006,54.46 4.473,54.998 5.081,54.998H7.46C7.959,54.998 8.381,54.631 8.451,54.137L8.834,51.408C8.903,50.914 9.325,50.547 9.824,50.547H12.459C12.957,50.547 13.379,50.18 13.449,49.686L13.791,47.261C13.876,46.659 13.409,46.121 12.801,46.121H10.724C10.118,46.121 9.651,45.588 9.733,44.987L10.024,42.83C10.106,42.23 9.639,41.696 9.033,41.696H6.653C6.152,41.696 5.729,42.066 5.662,42.562L5.297,45.256Z" />
! <path android:fillColor="#ffffffff" android:pathData="M34.569,43.883C35.167,40.369 32.877,38.26 29.363,38.26H22.84C22.341,38.26 21.919,38.628 21.85,39.122L19.552,55.551C19.468,56.153 19.935,56.69 20.543,56.69H26.916C31.003,56.69 33.241,54.894 34.126,51.926C34.444,50.916 34.547,49.409 33.701,48.168C33.24,47.49 33.239,46.278 33.738,45.627C34.209,45.012 34.482,44.347 34.569,43.883ZM26.793,45.471C26.185,45.471 25.717,44.932 25.803,44.329L25.986,43.049C26.057,42.557 26.479,42.191 26.976,42.191H28.816C31.159,42.191 30.612,45.471 28.347,45.471H26.793ZM25.799,52.603C25.192,52.603 24.725,52.067 24.808,51.466L25.053,49.692C25.121,49.197 25.544,48.829 26.043,48.829H27.879C30.638,48.829 30.17,52.603 27.358,52.603H25.799Z" />
! <path android:fillColor="#ffffffff" android:pathData="M36.002,50.625C35.403,54.842 38.917,56.95 42.743,56.95C46.752,56.95 50.683,54.842 51.281,50.625L52.192,44.325C52.791,40.108 49.251,38 45.425,38C41.598,38 37.537,40.082 36.913,44.325L36.002,50.625ZM41.572,44.325C41.78,42.946 43.42,42.243 44.93,42.243C46.44,42.243 47.741,42.946 47.533,44.325L46.622,50.494C46.414,51.952 44.774,52.629 43.264,52.629C41.858,52.629 40.479,51.952 40.661,50.625L41.572,44.325Z" />
! <path android:fillColor="#ffffffff" android:pathData="M53.287,50.625C52.689,54.842 56.203,56.95 60.029,56.95C64.038,56.95 67.968,54.842 68.567,50.625L69.478,44.325C70.077,40.108 66.537,38 62.71,38C58.884,38 54.823,40.082 54.198,44.325L53.287,50.625ZM58.858,44.325C59.066,42.946 60.706,42.243 62.216,42.243C63.725,42.243 65.027,42.946 64.819,44.325L63.908,50.494C63.699,51.952 62.06,52.629 60.55,52.629C59.144,52.629 57.764,51.952 57.947,50.625L58.858,44.325Z" />
! <path android:fillColor="#ffffffff" android:pathData="M70.263,53.056C69.875,53.377 69.781,53.943 70.108,54.326C71.6,56.069 73.973,56.95 75.935,56.95C79.918,56.95 83.041,55.154 83.718,51.562C84.577,46.98 81.454,45.757 78.252,45.158C76.846,44.846 75.909,44.377 76.039,43.31C76.144,42.373 77.133,41.931 78.304,41.957C79.101,41.976 79.986,42.213 80.708,42.701C81.128,42.985 81.69,43.067 82.106,42.778L83.941,41.508C84.394,41.195 84.514,40.568 84.148,40.157C82.654,38.48 80.812,38 78.851,38C75.467,38 72.135,39.327 71.432,43.102C70.781,46.59 73.384,48.907 76.274,49.375C77.757,49.583 79.371,50.078 79.163,51.223C78.981,52.187 77.887,52.629 76.638,52.629C75.613,52.629 74.501,52.298 73.666,51.647C73.203,51.286 72.526,51.181 72.074,51.556L70.263,53.056Z" />
! <path android:fillColor="#ffffffff" android:pathData="M99.626,42.503C100.123,42.503 100.544,42.139 100.616,41.648L100.948,39.379C101.036,38.776 100.568,38.234 99.958,38.234H87.325C86.828,38.234 86.407,38.598 86.335,39.09L86.003,41.358C85.915,41.962 86.382,42.503 86.992,42.503H89.66C90.267,42.503 90.733,43.039 90.651,43.64L89.011,55.553C88.929,56.154 89.396,56.69 90.002,56.69H92.695C93.194,56.69 93.617,56.321 93.685,55.826L95.4,43.367C95.468,42.872 95.891,42.503 96.391,42.503H99.626Z" />
</vector>
\ No newline at end of file
--- 1,18 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="57.0dip" android:width="185.0dip" android:viewportWidth="185.0" android:viewportHeight="57.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M72.271,19.713L71.346,25.878C71.134,27.336 69.476,28.013 67.949,28.013C66.525,28.013 65.13,27.336 65.316,26.009L66.24,19.713C66.453,18.336 68.111,17.629 69.637,17.629C71.161,17.629 72.483,18.336 72.271,19.713ZM70.363,13.388H60.433C60.175,13.388 59.963,13.57 59.928,13.818L59.444,17.076C59.401,17.383 59.635,17.653 59.949,17.653H61.761C61.943,17.653 62.069,17.834 61.994,18.003C61.766,18.528 61.605,19.097 61.511,19.708L60.586,26.004C59.992,30.231 63.55,32.337 67.417,32.337C71.475,32.337 75.452,30.231 76.063,26.012L76.987,19.716C77.584,15.582 74.149,13.476 70.363,13.388ZM11.228,21.659L11.279,24.683C11.279,24.749 11.236,24.8 11.177,24.813L10.15,21.17C10.15,21.163 10.15,21.157 10.142,21.157L6.966,13.692C6.885,13.503 6.708,13.385 6.503,13.385H2.9C2.65,13.385 2.445,13.567 2.408,13.815L0.008,31.037C-0.035,31.336 0.199,31.606 0.5,31.606H4.087C4.337,31.606 4.55,31.424 4.579,31.176L5.52,24.333C5.52,24.325 5.52,24.32 5.52,24.312L5.469,20.799L5.571,20.77L6.648,24.413C6.648,24.421 6.648,24.421 6.657,24.427L9.629,31.299C9.709,31.48 9.887,31.598 10.083,31.598H13.972C14.221,31.598 14.434,31.416 14.463,31.168L16.871,13.949C16.914,13.658 16.68,13.388 16.379,13.388H12.813C12.563,13.388 12.351,13.57 12.321,13.818L11.228,21.638C11.228,21.646 11.228,21.651 11.228,21.659ZM18.134,31.608H21.907C22.171,31.608 22.391,31.427 22.428,31.179L24.952,13.957C24.99,13.658 24.748,13.388 24.431,13.388H20.658C20.394,13.388 20.174,13.57 20.136,13.818L17.613,31.04C17.575,31.339 17.817,31.608 18.134,31.608ZM27.645,13.81L27.161,17.031C27.118,17.33 27.36,17.6 27.666,17.6H31.549C31.864,17.6 32.1,17.869 32.055,18.168L30.227,31.04C30.19,31.339 30.426,31.608 30.74,31.608H34.506C34.763,31.608 34.984,31.427 35.011,31.179L36.876,18.032C36.913,17.784 37.126,17.602 37.381,17.602H41.557C41.815,17.602 42.027,17.421 42.062,17.181L42.546,13.967C42.597,13.66 42.363,13.391 42.046,13.391H28.147C27.9,13.388 27.68,13.57 27.645,13.81ZM53.865,19.743C53.733,20.799 52.89,21.856 51.436,21.856H49.256C48.947,21.856 48.705,21.587 48.751,21.288L49.213,18.117C49.243,17.869 49.463,17.688 49.718,17.688H52.046C53.438,17.688 53.997,18.635 53.865,19.743ZM52.572,13.388H45.55C45.292,13.388 45.08,13.57 45.045,13.818L42.573,31.04C42.53,31.339 42.764,31.608 43.078,31.608H46.821C47.079,31.608 47.292,31.427 47.327,31.179L48.052,26.033C48.066,25.91 48.176,25.814 48.31,25.814H48.794C48.883,25.814 48.963,25.857 49.006,25.932L52.581,31.376C52.675,31.523 52.839,31.608 53.013,31.608H57.635C58.047,31.608 58.297,31.157 58.055,30.821L54.306,25.595C54.217,25.473 54.263,25.296 54.4,25.23C56.792,24.085 58.186,22.919 58.64,19.668C59.17,15.392 56.426,13.388 52.572,13.388Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M9.451,0.115H7.374V8.271H9.451V0.115Z" />
! <path android:fillColor="@color/white" android:pathData="M6.264,5.586V2.842C6.264,0.942 4.722,0.115 3.077,0.115H0V3.541L2.048,5.367V2.039H3.141C3.838,2.039 4.173,2.372 4.173,2.901V5.447C4.173,5.978 3.848,6.333 3.141,6.333H0V8.268H3.072C4.722,8.279 6.264,7.462 6.264,5.586Z" />
! <path android:fillColor="@color/white" android:pathData="M20.33,8.385C21.362,8.385 22.603,7.878 23.286,6.555L21.477,5.725C21.026,6.854 19.169,6.579 19.169,5.599V2.786C19.169,1.772 20.999,1.54 21.558,2.557L23.251,1.879C22.59,0.427 21.372,0 20.365,0C18.717,0 17.092,0.945 17.092,2.786V5.597C17.097,7.454 18.717,8.385 20.33,8.385Z" />
! <path android:fillColor="@color/white" android:pathData="M45.499,2.842C45.499,0.942 43.957,0.115 42.31,0.115H39.238V3.541L41.286,5.367V2.039H42.379C43.075,2.039 43.411,2.372 43.411,2.901V5.447C43.411,5.978 43.086,6.333 42.379,6.333H39.238V8.268H42.31C43.954,8.279 45.499,7.462 45.499,5.586V2.842Z" />
! <path android:fillColor="@color/white" android:pathData="M11.668,5.69L10.357,6.912C11.123,7.892 12.166,8.385 13.152,8.385C14.657,8.385 16.331,7.523 16.401,5.944C16.495,3.939 15.03,3.432 13.571,3.168C12.934,3.029 12.502,2.8 12.48,2.407C12.512,1.463 13.985,1.428 14.845,2.338L16.202,1.3C15.356,0.278 14.393,0 13.394,0C11.889,0 10.424,0.841 10.424,2.442C10.424,3.998 11.628,4.828 12.953,5.036C13.628,5.129 14.38,5.391 14.356,5.853C14.299,6.725 12.491,6.677 11.668,5.69Z" />
! <path android:fillColor="@color/white" android:pathData="M27.255,8.385C28.962,8.385 30.652,7.454 30.652,5.589V2.797C30.652,0.931 28.945,0 27.242,0C25.535,0 23.845,0.923 23.845,2.797V5.583C23.845,7.454 25.549,8.385 27.255,8.385ZM25.922,2.797C25.922,2.196 26.573,1.874 27.22,1.874C27.895,1.874 28.577,2.159 28.577,2.797V5.583C28.577,6.17 27.916,6.469 27.252,6.469C26.591,6.469 25.92,6.184 25.92,5.583V2.797H25.922Z" />
! <path android:fillColor="@color/white" android:pathData="M33.853,5.677H34.223L36.123,8.265H38.711L36.473,5.468C37.472,5.159 38.085,4.305 38.085,2.797C38.039,0.886 36.728,0.112 35.035,0.112H31.754V8.271H33.855V5.677H33.853V5.677ZM33.853,2.039H35.07C36.381,2.039 36.381,3.904 35.07,3.904H33.853V2.039Z" />
! <path android:fillColor="@color/white" android:pathData="M5.297,45.256C5.23,45.751 4.807,46.121 4.306,46.121H1.493C0.995,46.121 0.573,46.488 0.503,46.982L0.161,49.407C0.076,50.009 0.543,50.547 1.151,50.547H3.405C4.013,50.547 4.48,51.084 4.395,51.686L4.09,53.859C4.006,54.46 4.473,54.998 5.081,54.998H7.46C7.959,54.998 8.381,54.631 8.451,54.137L8.834,51.408C8.903,50.914 9.325,50.547 9.824,50.547H12.459C12.957,50.547 13.379,50.18 13.449,49.686L13.791,47.261C13.876,46.659 13.409,46.121 12.801,46.121H10.724C10.118,46.121 9.651,45.588 9.733,44.987L10.024,42.83C10.106,42.23 9.639,41.696 9.033,41.696H6.653C6.152,41.696 5.729,42.066 5.662,42.562L5.297,45.256Z" />
! <path android:fillColor="@color/white" android:pathData="M34.569,43.883C35.167,40.369 32.877,38.26 29.363,38.26H22.84C22.341,38.26 21.919,38.628 21.85,39.122L19.552,55.551C19.468,56.153 19.935,56.69 20.543,56.69H26.916C31.003,56.69 33.241,54.894 34.126,51.926C34.444,50.916 34.547,49.409 33.701,48.168C33.24,47.49 33.239,46.278 33.738,45.627C34.209,45.012 34.482,44.347 34.569,43.883ZM26.793,45.471C26.185,45.471 25.717,44.932 25.803,44.329L25.986,43.049C26.057,42.557 26.479,42.191 26.976,42.191H28.816C31.159,42.191 30.612,45.471 28.347,45.471H26.793ZM25.799,52.603C25.192,52.603 24.725,52.067 24.808,51.466L25.053,49.692C25.121,49.197 25.544,48.829 26.043,48.829H27.879C30.638,48.829 30.17,52.603 27.358,52.603H25.799Z" />
! <path android:fillColor="@color/white" android:pathData="M36.002,50.625C35.403,54.842 38.917,56.95 42.743,56.95C46.752,56.95 50.683,54.842 51.281,50.625L52.192,44.325C52.791,40.108 49.251,38 45.425,38C41.598,38 37.537,40.082 36.913,44.325L36.002,50.625ZM41.572,44.325C41.78,42.946 43.42,42.243 44.93,42.243C46.44,42.243 47.741,42.946 47.533,44.325L46.622,50.494C46.414,51.952 44.774,52.629 43.264,52.629C41.858,52.629 40.479,51.952 40.661,50.625L41.572,44.325Z" />
! <path android:fillColor="@color/white" android:pathData="M53.287,50.625C52.689,54.842 56.203,56.95 60.029,56.95C64.038,56.95 67.968,54.842 68.567,50.625L69.478,44.325C70.077,40.108 66.537,38 62.71,38C58.884,38 54.823,40.082 54.198,44.325L53.287,50.625ZM58.858,44.325C59.066,42.946 60.706,42.243 62.216,42.243C63.725,42.243 65.027,42.946 64.819,44.325L63.908,50.494C63.699,51.952 62.06,52.629 60.55,52.629C59.144,52.629 57.764,51.952 57.947,50.625L58.858,44.325Z" />
! <path android:fillColor="@color/white" android:pathData="M70.263,53.056C69.875,53.377 69.781,53.943 70.108,54.326C71.6,56.069 73.973,56.95 75.935,56.95C79.918,56.95 83.041,55.154 83.718,51.562C84.577,46.98 81.454,45.757 78.252,45.158C76.846,44.846 75.909,44.377 76.039,43.31C76.144,42.373 77.133,41.931 78.304,41.957C79.101,41.976 79.986,42.213 80.708,42.701C81.128,42.985 81.69,43.067 82.106,42.778L83.941,41.508C84.394,41.195 84.514,40.568 84.148,40.157C82.654,38.48 80.812,38 78.851,38C75.467,38 72.135,39.327 71.432,43.102C70.781,46.59 73.384,48.907 76.274,49.375C77.757,49.583 79.371,50.078 79.163,51.223C78.981,52.187 77.887,52.629 76.638,52.629C75.613,52.629 74.501,52.298 73.666,51.647C73.203,51.286 72.526,51.181 72.074,51.556L70.263,53.056Z" />
! <path android:fillColor="@color/white" android:pathData="M99.626,42.503C100.123,42.503 100.544,42.139 100.616,41.648L100.948,39.379C101.036,38.776 100.568,38.234 99.958,38.234H87.325C86.828,38.234 86.407,38.598 86.335,39.09L86.003,41.358C85.915,41.962 86.382,42.503 86.992,42.503H89.66C90.267,42.503 90.733,43.039 90.651,43.64L89.011,55.553C88.929,56.154 89.396,56.69 90.002,56.69H92.695C93.194,56.69 93.617,56.321 93.685,55.826L95.4,43.367C95.468,42.872 95.891,42.503 96.391,42.503H99.626Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_logo_discord_nitro_brand.xml to/res/drawable-anydpi-v24/img_logo_discord_nitro_brand.xml
*** from/res/drawable-anydpi-v24/img_logo_discord_nitro_brand.xml 2021-01-02 17:58:42.701416305 -0700
--- to/res/drawable-anydpi-v24/img_logo_discord_nitro_brand.xml 2021-01-11 15:14:01.390589581 -0700
***************
*** 1,12 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="78.0dip" android:viewportWidth="78.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ff7289da" android:pathData="M72.2706,19.372L71.3462,25.5356C71.1339,26.9925 69.4758,27.6702 67.9494,27.6702C66.5251,27.6702 65.1304,26.9925 65.3158,25.6664L66.2402,19.372C66.4526,17.9952 68.1106,17.2881 69.637,17.2881C71.1608,17.2881 72.4829,17.9952 72.2706,19.372ZM70.3626,13.0483H60.4329C60.1749,13.0483 59.9626,13.2298 59.9277,13.4779L59.444,16.7358C59.401,17.0427 59.6348,17.3121 59.9492,17.3121H61.7605C61.9432,17.3121 62.0695,17.4936 61.9942,17.6617C61.7658,18.1873 61.6046,18.7557 61.5105,19.3667L60.5861,25.661C59.9922,29.8875 63.5502,31.9927 67.4173,31.9927C71.4752,31.9927 75.4525,29.8875 76.0625,25.669L76.9869,19.3747C77.5835,15.2416 74.1491,13.1364 70.3626,13.0483ZM11.2277,21.3171L11.2787,24.3402C11.2787,24.4069 11.2357,24.4576 11.1766,24.471L10.15,20.8289C10.15,20.8209 10.15,20.8155 10.142,20.8155L6.9655,13.3525C6.8849,13.1631 6.7076,13.0457 6.5033,13.0457H2.8996C2.6497,13.0457 2.4454,13.2271 2.4078,13.4752L0.008,30.6933C-0.035,30.9921 0.1988,31.2616 0.4998,31.2616H4.0874C4.3373,31.2616 4.5496,31.0802 4.5792,30.832L5.5198,23.9907C5.5198,23.9827 5.5198,23.9774 5.5198,23.9694L5.4687,20.458L5.5708,20.4286L6.6484,24.0708C6.6484,24.0788 6.6484,24.0788 6.6565,24.0841L9.6287,30.9548C9.7093,31.1362 9.8867,31.2536 10.0829,31.2536H13.9714C14.2214,31.2536 14.4337,31.0722 14.4632,30.824L16.8711,13.6086C16.9141,13.3178 16.6803,13.0483 16.3793,13.0483H12.8132C12.5633,13.0483 12.351,13.2298 12.3214,13.4779L11.2277,21.2958C11.2277,21.3038 11.2277,21.3091 11.2277,21.3171ZM18.1341,31.2643H21.9072C22.1705,31.2643 22.3909,31.0828 22.4285,30.8347L24.9519,13.6167C24.9895,13.3178 24.7477,13.0483 24.4306,13.0483H20.6575C20.3942,13.0483 20.1738,13.2298 20.1362,13.4779L17.6128,30.696C17.5752,30.9948 17.817,31.2643 18.1341,31.2643ZM27.6446,13.4699L27.1609,16.6904C27.1179,16.9893 27.3598,17.2588 27.6661,17.2588H31.5493C31.8638,17.2588 32.1003,17.5283 32.0546,17.8271L30.2272,30.696C30.1896,30.9948 30.426,31.2643 30.7405,31.2643H34.5054C34.7634,31.2643 34.9838,31.0828 35.0106,30.8347L36.8757,17.691C36.9133,17.4429 37.1256,17.2614 37.3809,17.2614H41.557C41.815,17.2614 42.0273,17.08 42.0622,16.8399L42.546,13.6273C42.597,13.3205 42.3632,13.051 42.0461,13.051H28.1472C27.8999,13.0483 27.6796,13.2298 27.6446,13.4699ZM53.865,19.4014C53.7334,20.458 52.8895,21.5146 51.4357,21.5146H49.2562C48.9472,21.5146 48.7053,21.2451 48.751,20.9463L49.2132,17.7764C49.2428,17.5283 49.4632,17.3468 49.7185,17.3468H52.0457C53.4377,17.3468 53.9967,18.294 53.865,19.4014ZM52.5724,13.0483H45.5504C45.2924,13.0483 45.0801,13.2298 45.0452,13.4779L42.5728,30.696C42.5298,30.9948 42.7636,31.2643 43.078,31.2643H46.8215C47.0795,31.2643 47.2918,31.0828 47.3267,30.8347L48.0523,25.6904C48.0658,25.5676 48.1759,25.4716 48.3103,25.4716H48.794C48.8827,25.4716 48.9633,25.5143 49.0063,25.589L52.5805,31.0321C52.6745,31.1789 52.8385,31.2643 53.0131,31.2643H57.6354C58.0465,31.2643 58.2965,30.8134 58.0546,30.4772L54.3058,25.2528C54.2171,25.13 54.2628,24.9539 54.3998,24.8872C56.7915,23.7426 58.1863,22.5765 58.6404,19.3267C59.1699,15.0522 56.4261,13.0483 52.5724,13.0483Z" android:fillType="evenOdd" />
! <path android:fillColor="#ff7289da" android:pathData="M9.4514,0.1146H7.3741V8.2687H9.4514V0.1146Z" />
! <path android:fillColor="#ff7289da" android:pathData="M6.2642,5.5845V2.8416C6.2642,0.9418 4.7217,0.1146 3.077,0.1146H0V3.5406L2.0478,5.3657V2.0384H3.1415C3.8375,2.0384 4.1734,2.3719 4.1734,2.9002V5.4457C4.1734,5.9767 3.8483,6.3316 3.1415,6.3316H0V8.2661H3.0716C4.7217,8.2767 6.2642,7.4602 6.2642,5.5845Z" />
! <path android:fillColor="#ff7289da" android:pathData="M20.3297,8.3836C21.3617,8.3836 22.6032,7.8766 23.2858,6.5532L21.4772,5.7233C21.0258,6.852 19.1688,6.5772 19.1688,5.5979V2.7856C19.1688,1.7717 20.9989,1.5396 21.5579,2.5562L23.2509,1.8784C22.5898,0.4269 21.3724,0 20.3647,0C18.7173,0 17.0915,0.9446 17.0915,2.7856V5.5953C17.0969,7.4524 18.7173,8.3836 20.3297,8.3836Z" />
! <path android:fillColor="#ff7289da" android:pathData="M45.4994,2.8416C45.4994,0.9418 43.9569,0.1146 42.3095,0.1146H39.2379V3.5406L41.2857,5.3657V2.0384H42.3794C43.0754,2.0384 43.4113,2.3719 43.4113,2.9002V5.4457C43.4113,5.9767 43.0862,6.3316 42.3794,6.3316H39.2379V8.2661H42.3095C43.9542,8.2767 45.4994,7.4602 45.4994,5.5845V2.8416Z" />
! <path android:fillColor="#ff7289da" android:pathData="M11.6685,5.6887L10.357,6.9107C11.1229,7.8899 12.1656,8.3836 13.1519,8.3836C14.6568,8.3836 16.331,7.5217 16.4009,5.9421C16.4949,3.9383 15.0303,3.4313 13.5711,3.1672C12.9342,3.0284 12.5015,2.799 12.48,2.4067C12.5123,1.4622 13.985,1.4275 14.8449,2.3374L16.202,1.2994C15.3555,0.2775 14.3934,0 13.3937,0C11.8888,0 10.4242,0.8405 10.4242,2.4414C10.4242,3.997 11.6282,4.8268 12.953,5.0349C13.6275,5.1283 14.38,5.3898 14.3558,5.8514C14.2994,6.7239 12.4908,6.6759 11.6685,5.6887Z" />
! <path android:fillColor="#ff7289da" android:pathData="M27.255,8.3836C28.9615,8.3836 30.6518,7.4524 30.6518,5.5873V2.7963C30.6518,0.9312 28.9454,0 27.2416,0C25.5351,0 23.8448,0.9232 23.8448,2.7963V5.5819C23.8448,7.4524 25.5486,8.3836 27.255,8.3836ZM25.9221,2.7963C25.9221,2.196 26.5725,1.8731 27.2201,1.8731C27.8946,1.8731 28.5772,2.1586 28.5772,2.7963V5.5819C28.5772,6.1689 27.9161,6.4678 27.2524,6.4678C26.5913,6.4678 25.9194,6.1823 25.9194,5.5819V2.7963H25.9221Z" />
! <path android:fillColor="#ff7289da" android:pathData="M33.8525,5.6753H34.2233L36.1233,8.2635H38.7112L36.4726,5.4672C37.4723,5.1577 38.085,4.3038 38.085,2.7963C38.0393,0.8858 36.7279,0.1121 35.0349,0.1121H31.7536V8.2688H33.8551V5.6753H33.8525ZM33.8525,2.0385H35.0698C36.3813,2.0385 36.3813,3.9036 35.0698,3.9036H33.8525V2.0385Z" />
</vector>
\ No newline at end of file
--- 1,12 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="78.0dip" android:viewportWidth="78.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/link" android:pathData="M72.2706,19.372L71.3462,25.5356C71.1339,26.9925 69.4758,27.6702 67.9494,27.6702C66.5251,27.6702 65.1304,26.9925 65.3158,25.6664L66.2402,19.372C66.4526,17.9952 68.1106,17.2881 69.637,17.2881C71.1608,17.2881 72.4829,17.9952 72.2706,19.372ZM70.3626,13.0483H60.4329C60.1749,13.0483 59.9626,13.2298 59.9277,13.4779L59.444,16.7358C59.401,17.0427 59.6348,17.3121 59.9492,17.3121H61.7605C61.9432,17.3121 62.0695,17.4936 61.9942,17.6617C61.7658,18.1873 61.6046,18.7557 61.5105,19.3667L60.5861,25.661C59.9922,29.8875 63.5502,31.9927 67.4173,31.9927C71.4752,31.9927 75.4525,29.8875 76.0625,25.669L76.9869,19.3747C77.5835,15.2416 74.1491,13.1364 70.3626,13.0483ZM11.2277,21.3171L11.2787,24.3402C11.2787,24.4069 11.2357,24.4576 11.1766,24.471L10.15,20.8289C10.15,20.8209 10.15,20.8155 10.142,20.8155L6.9655,13.3525C6.8849,13.1631 6.7076,13.0457 6.5033,13.0457H2.8996C2.6497,13.0457 2.4454,13.2271 2.4078,13.4752L0.008,30.6933C-0.035,30.9921 0.1988,31.2616 0.4998,31.2616H4.0874C4.3373,31.2616 4.5496,31.0802 4.5792,30.832L5.5198,23.9907C5.5198,23.9827 5.5198,23.9774 5.5198,23.9694L5.4687,20.458L5.5708,20.4286L6.6484,24.0708C6.6484,24.0788 6.6484,24.0788 6.6565,24.0841L9.6287,30.9548C9.7093,31.1362 9.8867,31.2536 10.0829,31.2536H13.9714C14.2214,31.2536 14.4337,31.0722 14.4632,30.824L16.8711,13.6086C16.9141,13.3178 16.6803,13.0483 16.3793,13.0483H12.8132C12.5633,13.0483 12.351,13.2298 12.3214,13.4779L11.2277,21.2958C11.2277,21.3038 11.2277,21.3091 11.2277,21.3171ZM18.1341,31.2643H21.9072C22.1705,31.2643 22.3909,31.0828 22.4285,30.8347L24.9519,13.6167C24.9895,13.3178 24.7477,13.0483 24.4306,13.0483H20.6575C20.3942,13.0483 20.1738,13.2298 20.1362,13.4779L17.6128,30.696C17.5752,30.9948 17.817,31.2643 18.1341,31.2643ZM27.6446,13.4699L27.1609,16.6904C27.1179,16.9893 27.3598,17.2588 27.6661,17.2588H31.5493C31.8638,17.2588 32.1003,17.5283 32.0546,17.8271L30.2272,30.696C30.1896,30.9948 30.426,31.2643 30.7405,31.2643H34.5054C34.7634,31.2643 34.9838,31.0828 35.0106,30.8347L36.8757,17.691C36.9133,17.4429 37.1256,17.2614 37.3809,17.2614H41.557C41.815,17.2614 42.0273,17.08 42.0622,16.8399L42.546,13.6273C42.597,13.3205 42.3632,13.051 42.0461,13.051H28.1472C27.8999,13.0483 27.6796,13.2298 27.6446,13.4699ZM53.865,19.4014C53.7334,20.458 52.8895,21.5146 51.4357,21.5146H49.2562C48.9472,21.5146 48.7053,21.2451 48.751,20.9463L49.2132,17.7764C49.2428,17.5283 49.4632,17.3468 49.7185,17.3468H52.0457C53.4377,17.3468 53.9967,18.294 53.865,19.4014ZM52.5724,13.0483H45.5504C45.2924,13.0483 45.0801,13.2298 45.0452,13.4779L42.5728,30.696C42.5298,30.9948 42.7636,31.2643 43.078,31.2643H46.8215C47.0795,31.2643 47.2918,31.0828 47.3267,30.8347L48.0523,25.6904C48.0658,25.5676 48.1759,25.4716 48.3103,25.4716H48.794C48.8827,25.4716 48.9633,25.5143 49.0063,25.589L52.5805,31.0321C52.6745,31.1789 52.8385,31.2643 53.0131,31.2643H57.6354C58.0465,31.2643 58.2965,30.8134 58.0546,30.4772L54.3058,25.2528C54.2171,25.13 54.2628,24.9539 54.3998,24.8872C56.7915,23.7426 58.1863,22.5765 58.6404,19.3267C59.1699,15.0522 56.4261,13.0483 52.5724,13.0483Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/link" android:pathData="M9.4514,0.1146H7.3741V8.2687H9.4514V0.1146Z" />
! <path android:fillColor="@color/link" android:pathData="M6.2642,5.5845V2.8416C6.2642,0.9418 4.7217,0.1146 3.077,0.1146H0V3.5406L2.0478,5.3657V2.0384H3.1415C3.8375,2.0384 4.1734,2.3719 4.1734,2.9002V5.4457C4.1734,5.9767 3.8483,6.3316 3.1415,6.3316H0V8.2661H3.0716C4.7217,8.2767 6.2642,7.4602 6.2642,5.5845Z" />
! <path android:fillColor="@color/link" android:pathData="M20.3297,8.3836C21.3617,8.3836 22.6032,7.8766 23.2858,6.5532L21.4772,5.7233C21.0258,6.852 19.1688,6.5772 19.1688,5.5979V2.7856C19.1688,1.7717 20.9989,1.5396 21.5579,2.5562L23.2509,1.8784C22.5898,0.4269 21.3724,0 20.3647,0C18.7173,0 17.0915,0.9446 17.0915,2.7856V5.5953C17.0969,7.4524 18.7173,8.3836 20.3297,8.3836Z" />
! <path android:fillColor="@color/link" android:pathData="M45.4994,2.8416C45.4994,0.9418 43.9569,0.1146 42.3095,0.1146H39.2379V3.5406L41.2857,5.3657V2.0384H42.3794C43.0754,2.0384 43.4113,2.3719 43.4113,2.9002V5.4457C43.4113,5.9767 43.0862,6.3316 42.3794,6.3316H39.2379V8.2661H42.3095C43.9542,8.2767 45.4994,7.4602 45.4994,5.5845V2.8416Z" />
! <path android:fillColor="@color/link" android:pathData="M11.6685,5.6887L10.357,6.9107C11.1229,7.8899 12.1656,8.3836 13.1519,8.3836C14.6568,8.3836 16.331,7.5217 16.4009,5.9421C16.4949,3.9383 15.0303,3.4313 13.5711,3.1672C12.9342,3.0284 12.5015,2.799 12.48,2.4067C12.5123,1.4622 13.985,1.4275 14.8449,2.3374L16.202,1.2994C15.3555,0.2775 14.3934,0 13.3937,0C11.8888,0 10.4242,0.8405 10.4242,2.4414C10.4242,3.997 11.6282,4.8268 12.953,5.0349C13.6275,5.1283 14.38,5.3898 14.3558,5.8514C14.2994,6.7239 12.4908,6.6759 11.6685,5.6887Z" />
! <path android:fillColor="@color/link" android:pathData="M27.255,8.3836C28.9615,8.3836 30.6518,7.4524 30.6518,5.5873V2.7963C30.6518,0.9312 28.9454,0 27.2416,0C25.5351,0 23.8448,0.9232 23.8448,2.7963V5.5819C23.8448,7.4524 25.5486,8.3836 27.255,8.3836ZM25.9221,2.7963C25.9221,2.196 26.5725,1.8731 27.2201,1.8731C27.8946,1.8731 28.5772,2.1586 28.5772,2.7963V5.5819C28.5772,6.1689 27.9161,6.4678 27.2524,6.4678C26.5913,6.4678 25.9194,6.1823 25.9194,5.5819V2.7963H25.9221Z" />
! <path android:fillColor="@color/link" android:pathData="M33.8525,5.6753H34.2233L36.1233,8.2635H38.7112L36.4726,5.4672C37.4723,5.1577 38.085,4.3038 38.085,2.7963C38.0393,0.8858 36.7279,0.1121 35.0349,0.1121H31.7536V8.2688H33.8551V5.6753H33.8525ZM33.8525,2.0385H35.0698C36.3813,2.0385 36.3813,3.9036 35.0698,3.9036H33.8525V2.0385Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_logo_discord_nitro_classic.xml to/res/drawable-anydpi-v24/img_logo_discord_nitro_classic.xml
*** from/res/drawable-anydpi-v24/img_logo_discord_nitro_classic.xml 2021-01-02 17:58:42.701416305 -0700
--- to/res/drawable-anydpi-v24/img_logo_discord_nitro_classic.xml 2021-01-11 15:14:01.547587230 -0700
***************
*** 3,22 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h184.924v32h-184.924z M 0,0" />
! <path android:fillColor="#ffffffff" android:pathData="M72.271,19.372L71.346,25.535C71.134,26.992 69.476,27.67 67.949,27.67C66.525,27.67 65.13,26.992 65.316,25.666L66.24,19.372C66.453,17.995 68.111,17.288 69.637,17.288C71.161,17.288 72.483,17.995 72.271,19.372ZM70.363,13.048H60.433C60.175,13.048 59.963,13.23 59.928,13.478L59.444,16.736C59.401,17.043 59.635,17.312 59.949,17.312H61.761C61.943,17.312 62.069,17.493 61.994,17.662C61.766,18.187 61.605,18.756 61.511,19.367L60.586,25.661C59.992,29.887 63.55,31.993 67.417,31.993C71.475,31.993 75.452,29.887 76.063,25.669L76.987,19.375C77.584,15.241 74.149,13.136 70.363,13.048ZM11.228,21.317L11.279,24.34C11.279,24.407 11.236,24.458 11.177,24.471L10.15,20.829C10.15,20.821 10.15,20.816 10.142,20.816L6.966,13.352C6.885,13.163 6.708,13.046 6.503,13.046H2.9C2.65,13.046 2.445,13.227 2.408,13.475L0.008,30.693C-0.035,30.992 0.199,31.262 0.5,31.262H4.087C4.337,31.262 4.55,31.08 4.579,30.832L5.52,23.991C5.52,23.983 5.52,23.977 5.52,23.969L5.469,20.458L5.571,20.429L6.648,24.071C6.648,24.079 6.648,24.079 6.657,24.084L9.629,30.955C9.709,31.136 9.887,31.253 10.083,31.253H13.972C14.221,31.253 14.434,31.072 14.463,30.824L16.871,13.609C16.914,13.318 16.68,13.048 16.379,13.048H12.813C12.563,13.048 12.351,13.23 12.321,13.478L11.228,21.296C11.228,21.304 11.228,21.309 11.228,21.317ZM18.134,31.264H21.907C22.171,31.264 22.391,31.083 22.428,30.835L24.952,13.617C24.99,13.318 24.748,13.048 24.431,13.048H20.658C20.394,13.048 20.174,13.23 20.136,13.478L17.613,30.696C17.575,30.995 17.817,31.264 18.134,31.264ZM27.645,13.47L27.161,16.69C27.118,16.989 27.36,17.259 27.666,17.259H31.549C31.864,17.259 32.1,17.528 32.055,17.827L30.227,30.696C30.19,30.995 30.426,31.264 30.74,31.264H34.506C34.763,31.264 34.984,31.083 35.011,30.835L36.876,17.691C36.913,17.443 37.126,17.261 37.381,17.261H41.557C41.815,17.261 42.027,17.08 42.062,16.84L42.546,13.627C42.597,13.32 42.363,13.051 42.046,13.051H28.147C27.9,13.048 27.68,13.23 27.645,13.47ZM53.865,19.401C53.733,20.458 52.89,21.514 51.436,21.514H49.256C48.947,21.514 48.705,21.245 48.751,20.946L49.213,17.776C49.243,17.528 49.463,17.347 49.718,17.347H52.046C53.438,17.347 53.997,18.294 53.865,19.401ZM52.572,13.048H45.55C45.292,13.048 45.08,13.23 45.045,13.478L42.573,30.696C42.53,30.995 42.764,31.264 43.078,31.264H46.821C47.079,31.264 47.292,31.083 47.327,30.835L48.052,25.69C48.066,25.568 48.176,25.472 48.31,25.472H48.794C48.883,25.472 48.963,25.514 49.006,25.589L52.581,31.032C52.675,31.179 52.839,31.264 53.013,31.264H57.635C58.047,31.264 58.297,30.813 58.055,30.477L54.306,25.253C54.217,25.13 54.263,24.954 54.4,24.887C56.792,23.743 58.186,22.576 58.64,19.327C59.17,15.052 56.426,13.048 52.572,13.048Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M93.544,26.162L96.634,27.678C96.803,27.758 96.868,27.961 96.787,28.129C96.779,28.142 96.766,28.166 96.758,28.179C94.535,31.144 91.974,31.99 89.728,31.99C86.094,31.99 82.749,29.884 83.321,25.695L84.208,19.347C84.78,15.18 88.749,13.045 92.463,13.045C94.635,13.045 97.115,13.92 98.225,16.855C98.314,17.087 98.196,17.352 97.962,17.445L94.756,18.67C94.535,18.75 94.294,18.67 94.17,18.472C93.665,17.677 92.703,17.336 91.732,17.336C90.397,17.365 89.069,18.093 88.884,19.34L87.997,25.684C87.814,26.88 88.965,27.638 90.273,27.638C91.241,27.638 92.313,27.237 92.974,26.296C93.098,26.128 93.345,26.061 93.544,26.162Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M180.211,26.162L183.301,27.678C183.47,27.758 183.535,27.961 183.454,28.129C183.446,28.142 183.433,28.166 183.425,28.179C181.202,31.144 178.641,31.99 176.395,31.99C172.761,31.99 169.416,29.884 169.988,25.695L170.875,19.347C171.447,15.18 175.419,13.045 179.13,13.045C181.304,13.045 183.785,13.92 184.892,16.855C184.981,17.087 184.863,17.352 184.629,17.445L181.42,18.67C181.2,18.75 180.958,18.67 180.834,18.472C180.326,17.677 179.367,17.336 178.397,17.336C177.061,17.365 175.734,18.093 175.548,19.34L174.661,25.684C174.479,26.88 175.629,27.638 176.935,27.638C177.905,27.638 178.975,27.237 179.636,26.296C179.765,26.128 180.015,26.061 180.211,26.162Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M98.351,30.754L100.7,14.054C100.759,13.632 101.125,13.309 101.56,13.309H104.511C104.986,13.309 105.376,13.696 105.376,14.168C105.376,14.211 105.376,14.248 105.368,14.286L103.688,26.141C103.621,26.613 103.952,27.045 104.43,27.117C104.468,27.125 104.511,27.125 104.548,27.125H110.09C110.565,27.125 110.955,27.512 110.955,27.984C110.955,28.022 110.955,28.064 110.947,28.102L110.552,30.986C110.493,31.416 110.127,31.731 109.692,31.731H99.211C98.733,31.731 98.346,31.344 98.346,30.871C98.343,30.834 98.343,30.789 98.351,30.754Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M129.253,30.687L125.607,13.987C125.518,13.595 125.166,13.309 124.763,13.309H121.739C121.409,13.309 121.108,13.499 120.963,13.79L112.766,30.49C112.707,30.607 112.678,30.738 112.678,30.869C112.678,31.344 113.067,31.728 113.543,31.728H116.609C116.953,31.728 117.262,31.522 117.402,31.218L118.59,28.553C118.73,28.24 119.039,28.043 119.383,28.043H123.037C123.457,28.043 123.817,28.334 123.889,28.742L124.33,31.037C124.411,31.445 124.765,31.736 125.182,31.736H128.412C128.471,31.736 128.538,31.728 128.595,31.715C129.057,31.613 129.355,31.154 129.253,30.687ZM120.46,23.897L122.5,18.512H122.683L123.234,23.897H120.46Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M131.156,28.187L133.233,26.474C133.593,26.175 134.115,26.189 134.467,26.503C135.324,27.275 136.552,27.67 137.673,27.67C138.928,27.67 140.029,27.224 140.212,26.263C140.419,25.119 138.804,24.625 137.315,24.412C134.416,23.945 131.795,21.629 132.451,18.139C133.155,14.363 136.501,13.037 139.9,13.037C141.924,13.037 143.827,13.547 145.353,15.348C145.608,15.655 145.573,16.114 145.264,16.375C145.251,16.388 145.227,16.404 145.213,16.418L143.004,17.941C142.695,18.152 142.284,18.139 141.991,17.912C141.228,17.314 140.236,17.023 139.355,17.002C138.181,16.973 137.184,17.418 137.081,18.358C136.95,19.422 137.888,19.894 139.304,20.209C142.518,20.807 145.659,22.032 144.794,26.613C144.111,30.204 140.978,31.997 136.979,31.997C134.983,31.997 132.561,31.093 131.064,29.302C130.774,28.961 130.817,28.465 131.156,28.187Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M146.888,28.187L148.965,26.474C149.325,26.175 149.855,26.189 150.198,26.503C151.058,27.275 152.281,27.67 153.405,27.67C154.659,27.67 155.759,27.224 155.944,26.263C156.151,25.119 154.536,24.625 153.044,24.412C150.147,23.945 147.527,21.629 148.18,18.139C148.884,14.363 152.23,13.037 155.63,13.037C157.653,13.037 159.556,13.547 161.082,15.348C161.338,15.655 161.303,16.114 160.994,16.375C160.98,16.388 160.956,16.404 160.942,16.418L158.733,17.941C158.424,18.152 158.013,18.139 157.72,17.912C156.957,17.314 155.968,17.023 155.087,17.002C153.912,16.973 152.915,17.418 152.813,18.358C152.682,19.422 153.619,19.894 155.036,20.209C158.25,20.807 161.391,22.032 160.526,26.613C159.843,30.204 156.71,31.997 152.711,31.997C150.717,31.997 148.293,31.093 146.796,29.302C146.506,28.961 146.549,28.465 146.888,28.187Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M169.021,14.286L166.672,30.986C166.613,31.408 166.247,31.731 165.812,31.731H162.885C162.407,31.731 162.02,31.344 162.02,30.871C162.02,30.834 162.02,30.791 162.028,30.754L164.377,14.054C164.436,13.632 164.801,13.309 165.237,13.309H168.163C168.639,13.309 169.031,13.696 169.031,14.168C169.029,14.206 169.029,14.248 169.021,14.286Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M9.451,0.115H7.374V8.269H9.451V0.115Z" />
! <path android:fillColor="#ffffffff" android:pathData="M6.264,5.584V2.842C6.264,0.942 4.722,0.115 3.077,0.115H0V3.541L2.048,5.366V2.038H3.141C3.838,2.038 4.173,2.372 4.173,2.9V5.446C4.173,5.977 3.848,6.332 3.141,6.332H0V8.266H3.072C4.722,8.277 6.264,7.46 6.264,5.584Z" />
! <path android:fillColor="#ffffffff" android:pathData="M20.33,8.384C21.361,8.384 22.603,7.877 23.286,6.553L21.477,5.723C21.026,6.852 19.169,6.577 19.169,5.598V2.786C19.169,1.772 20.999,1.54 21.558,2.556L23.251,1.878C22.59,0.427 21.372,0 20.365,0C18.717,0 17.091,0.945 17.091,2.786V5.595C17.097,7.452 18.717,8.384 20.33,8.384Z" />
! <path android:fillColor="#ffffffff" android:pathData="M45.499,2.842C45.499,0.942 43.957,0.115 42.309,0.115H39.238V3.541L41.286,5.366V2.038H42.379C43.075,2.038 43.411,2.372 43.411,2.9V5.446C43.411,5.977 43.086,6.332 42.379,6.332H39.238V8.266H42.309C43.954,8.277 45.499,7.46 45.499,5.584V2.842Z" />
! <path android:fillColor="#ffffffff" android:pathData="M11.668,5.689L10.357,6.911C11.123,7.89 12.165,8.384 13.152,8.384C14.657,8.384 16.331,7.522 16.401,5.942C16.495,3.938 15.03,3.431 13.571,3.167C12.934,3.028 12.501,2.799 12.48,2.407C12.512,1.462 13.985,1.428 14.845,2.337L16.202,1.299C15.355,0.277 14.393,0 13.394,0C11.889,0 10.424,0.84 10.424,2.441C10.424,3.997 11.628,4.827 12.953,5.035C13.627,5.128 14.38,5.39 14.356,5.851C14.299,6.724 12.491,6.676 11.668,5.689Z" />
! <path android:fillColor="#ffffffff" android:pathData="M27.255,8.384C28.961,8.384 30.652,7.452 30.652,5.587V2.796C30.652,0.931 28.945,0 27.242,0C25.535,0 23.845,0.923 23.845,2.796V5.582C23.845,7.452 25.549,8.384 27.255,8.384ZM25.922,2.796C25.922,2.196 26.572,1.873 27.22,1.873C27.895,1.873 28.577,2.159 28.577,2.796V5.582C28.577,6.169 27.916,6.468 27.252,6.468C26.591,6.468 25.919,6.182 25.919,5.582V2.796H25.922Z" />
! <path android:fillColor="#ffffffff" android:pathData="M33.852,5.675H34.223L36.123,8.264H38.711L36.472,5.467C37.472,5.158 38.085,4.304 38.085,2.796C38.039,0.886 36.728,0.112 35.035,0.112H31.753V8.269H33.855V5.675H33.852ZM33.852,2.039H35.07C36.381,2.039 36.381,3.904 35.07,3.904H33.852V2.039Z" />
</group>
</vector>
\ No newline at end of file
--- 3,22 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h184.924v32h-184.924z M 0,0" />
! <path android:fillColor="@color/white" android:pathData="M72.271,19.372L71.346,25.535C71.134,26.992 69.476,27.67 67.949,27.67C66.525,27.67 65.13,26.992 65.316,25.666L66.24,19.372C66.453,17.995 68.111,17.288 69.637,17.288C71.161,17.288 72.483,17.995 72.271,19.372ZM70.363,13.048H60.433C60.175,13.048 59.963,13.23 59.928,13.478L59.444,16.736C59.401,17.043 59.635,17.312 59.949,17.312H61.761C61.943,17.312 62.069,17.493 61.994,17.662C61.766,18.187 61.605,18.756 61.511,19.367L60.586,25.661C59.992,29.887 63.55,31.993 67.417,31.993C71.475,31.993 75.452,29.887 76.063,25.669L76.987,19.375C77.584,15.241 74.149,13.136 70.363,13.048ZM11.228,21.317L11.279,24.34C11.279,24.407 11.236,24.458 11.177,24.471L10.15,20.829C10.15,20.821 10.15,20.816 10.142,20.816L6.966,13.352C6.885,13.163 6.708,13.046 6.503,13.046H2.9C2.65,13.046 2.445,13.227 2.408,13.475L0.008,30.693C-0.035,30.992 0.199,31.262 0.5,31.262H4.087C4.337,31.262 4.55,31.08 4.579,30.832L5.52,23.991C5.52,23.983 5.52,23.977 5.52,23.969L5.469,20.458L5.571,20.429L6.648,24.071C6.648,24.079 6.648,24.079 6.657,24.084L9.629,30.955C9.709,31.136 9.887,31.253 10.083,31.253H13.972C14.221,31.253 14.434,31.072 14.463,30.824L16.871,13.609C16.914,13.318 16.68,13.048 16.379,13.048H12.813C12.563,13.048 12.351,13.23 12.321,13.478L11.228,21.296C11.228,21.304 11.228,21.309 11.228,21.317ZM18.134,31.264H21.907C22.171,31.264 22.391,31.083 22.428,30.835L24.952,13.617C24.99,13.318 24.748,13.048 24.431,13.048H20.658C20.394,13.048 20.174,13.23 20.136,13.478L17.613,30.696C17.575,30.995 17.817,31.264 18.134,31.264ZM27.645,13.47L27.161,16.69C27.118,16.989 27.36,17.259 27.666,17.259H31.549C31.864,17.259 32.1,17.528 32.055,17.827L30.227,30.696C30.19,30.995 30.426,31.264 30.74,31.264H34.506C34.763,31.264 34.984,31.083 35.011,30.835L36.876,17.691C36.913,17.443 37.126,17.261 37.381,17.261H41.557C41.815,17.261 42.027,17.08 42.062,16.84L42.546,13.627C42.597,13.32 42.363,13.051 42.046,13.051H28.147C27.9,13.048 27.68,13.23 27.645,13.47ZM53.865,19.401C53.733,20.458 52.89,21.514 51.436,21.514H49.256C48.947,21.514 48.705,21.245 48.751,20.946L49.213,17.776C49.243,17.528 49.463,17.347 49.718,17.347H52.046C53.438,17.347 53.997,18.294 53.865,19.401ZM52.572,13.048H45.55C45.292,13.048 45.08,13.23 45.045,13.478L42.573,30.696C42.53,30.995 42.764,31.264 43.078,31.264H46.821C47.079,31.264 47.292,31.083 47.327,30.835L48.052,25.69C48.066,25.568 48.176,25.472 48.31,25.472H48.794C48.883,25.472 48.963,25.514 49.006,25.589L52.581,31.032C52.675,31.179 52.839,31.264 53.013,31.264H57.635C58.047,31.264 58.297,30.813 58.055,30.477L54.306,25.253C54.217,25.13 54.263,24.954 54.4,24.887C56.792,23.743 58.186,22.576 58.64,19.327C59.17,15.052 56.426,13.048 52.572,13.048Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M93.544,26.162L96.634,27.678C96.803,27.758 96.868,27.961 96.787,28.129C96.779,28.142 96.766,28.166 96.758,28.179C94.535,31.144 91.974,31.99 89.728,31.99C86.094,31.99 82.749,29.884 83.321,25.695L84.208,19.347C84.78,15.18 88.749,13.045 92.463,13.045C94.635,13.045 97.115,13.92 98.225,16.855C98.314,17.087 98.196,17.352 97.962,17.445L94.756,18.67C94.535,18.75 94.294,18.67 94.17,18.472C93.665,17.677 92.703,17.336 91.732,17.336C90.397,17.365 89.069,18.093 88.884,19.34L87.997,25.684C87.814,26.88 88.965,27.638 90.273,27.638C91.241,27.638 92.313,27.237 92.974,26.296C93.098,26.128 93.345,26.061 93.544,26.162Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M180.211,26.162L183.301,27.678C183.47,27.758 183.535,27.961 183.454,28.129C183.446,28.142 183.433,28.166 183.425,28.179C181.202,31.144 178.641,31.99 176.395,31.99C172.761,31.99 169.416,29.884 169.988,25.695L170.875,19.347C171.447,15.18 175.419,13.045 179.13,13.045C181.304,13.045 183.785,13.92 184.892,16.855C184.981,17.087 184.863,17.352 184.629,17.445L181.42,18.67C181.2,18.75 180.958,18.67 180.834,18.472C180.326,17.677 179.367,17.336 178.397,17.336C177.061,17.365 175.734,18.093 175.548,19.34L174.661,25.684C174.479,26.88 175.629,27.638 176.935,27.638C177.905,27.638 178.975,27.237 179.636,26.296C179.765,26.128 180.015,26.061 180.211,26.162Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M98.351,30.754L100.7,14.054C100.759,13.632 101.125,13.309 101.56,13.309H104.511C104.986,13.309 105.376,13.696 105.376,14.168C105.376,14.211 105.376,14.248 105.368,14.286L103.688,26.141C103.621,26.613 103.952,27.045 104.43,27.117C104.468,27.125 104.511,27.125 104.548,27.125H110.09C110.565,27.125 110.955,27.512 110.955,27.984C110.955,28.022 110.955,28.064 110.947,28.102L110.552,30.986C110.493,31.416 110.127,31.731 109.692,31.731H99.211C98.733,31.731 98.346,31.344 98.346,30.871C98.343,30.834 98.343,30.789 98.351,30.754Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M129.253,30.687L125.607,13.987C125.518,13.595 125.166,13.309 124.763,13.309H121.739C121.409,13.309 121.108,13.499 120.963,13.79L112.766,30.49C112.707,30.607 112.678,30.738 112.678,30.869C112.678,31.344 113.067,31.728 113.543,31.728H116.609C116.953,31.728 117.262,31.522 117.402,31.218L118.59,28.553C118.73,28.24 119.039,28.043 119.383,28.043H123.037C123.457,28.043 123.817,28.334 123.889,28.742L124.33,31.037C124.411,31.445 124.765,31.736 125.182,31.736H128.412C128.471,31.736 128.538,31.728 128.595,31.715C129.057,31.613 129.355,31.154 129.253,30.687ZM120.46,23.897L122.5,18.512H122.683L123.234,23.897H120.46Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M131.156,28.187L133.233,26.474C133.593,26.175 134.115,26.189 134.467,26.503C135.324,27.275 136.552,27.67 137.673,27.67C138.928,27.67 140.029,27.224 140.212,26.263C140.419,25.119 138.804,24.625 137.315,24.412C134.416,23.945 131.795,21.629 132.451,18.139C133.155,14.363 136.501,13.037 139.9,13.037C141.924,13.037 143.827,13.547 145.353,15.348C145.608,15.655 145.573,16.114 145.264,16.375C145.251,16.388 145.227,16.404 145.213,16.418L143.004,17.941C142.695,18.152 142.284,18.139 141.991,17.912C141.228,17.314 140.236,17.023 139.355,17.002C138.181,16.973 137.184,17.418 137.081,18.358C136.95,19.422 137.888,19.894 139.304,20.209C142.518,20.807 145.659,22.032 144.794,26.613C144.111,30.204 140.978,31.997 136.979,31.997C134.983,31.997 132.561,31.093 131.064,29.302C130.774,28.961 130.817,28.465 131.156,28.187Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M146.888,28.187L148.965,26.474C149.325,26.175 149.855,26.189 150.198,26.503C151.058,27.275 152.281,27.67 153.405,27.67C154.659,27.67 155.759,27.224 155.944,26.263C156.151,25.119 154.536,24.625 153.044,24.412C150.147,23.945 147.527,21.629 148.18,18.139C148.884,14.363 152.23,13.037 155.63,13.037C157.653,13.037 159.556,13.547 161.082,15.348C161.338,15.655 161.303,16.114 160.994,16.375C160.98,16.388 160.956,16.404 160.942,16.418L158.733,17.941C158.424,18.152 158.013,18.139 157.72,17.912C156.957,17.314 155.968,17.023 155.087,17.002C153.912,16.973 152.915,17.418 152.813,18.358C152.682,19.422 153.619,19.894 155.036,20.209C158.25,20.807 161.391,22.032 160.526,26.613C159.843,30.204 156.71,31.997 152.711,31.997C150.717,31.997 148.293,31.093 146.796,29.302C146.506,28.961 146.549,28.465 146.888,28.187Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M169.021,14.286L166.672,30.986C166.613,31.408 166.247,31.731 165.812,31.731H162.885C162.407,31.731 162.02,31.344 162.02,30.871C162.02,30.834 162.02,30.791 162.028,30.754L164.377,14.054C164.436,13.632 164.801,13.309 165.237,13.309H168.163C168.639,13.309 169.031,13.696 169.031,14.168C169.029,14.206 169.029,14.248 169.021,14.286Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M9.451,0.115H7.374V8.269H9.451V0.115Z" />
! <path android:fillColor="@color/white" android:pathData="M6.264,5.584V2.842C6.264,0.942 4.722,0.115 3.077,0.115H0V3.541L2.048,5.366V2.038H3.141C3.838,2.038 4.173,2.372 4.173,2.9V5.446C4.173,5.977 3.848,6.332 3.141,6.332H0V8.266H3.072C4.722,8.277 6.264,7.46 6.264,5.584Z" />
! <path android:fillColor="@color/white" android:pathData="M20.33,8.384C21.361,8.384 22.603,7.877 23.286,6.553L21.477,5.723C21.026,6.852 19.169,6.577 19.169,5.598V2.786C19.169,1.772 20.999,1.54 21.558,2.556L23.251,1.878C22.59,0.427 21.372,0 20.365,0C18.717,0 17.091,0.945 17.091,2.786V5.595C17.097,7.452 18.717,8.384 20.33,8.384Z" />
! <path android:fillColor="@color/white" android:pathData="M45.499,2.842C45.499,0.942 43.957,0.115 42.309,0.115H39.238V3.541L41.286,5.366V2.038H42.379C43.075,2.038 43.411,2.372 43.411,2.9V5.446C43.411,5.977 43.086,6.332 42.379,6.332H39.238V8.266H42.309C43.954,8.277 45.499,7.46 45.499,5.584V2.842Z" />
! <path android:fillColor="@color/white" android:pathData="M11.668,5.689L10.357,6.911C11.123,7.89 12.165,8.384 13.152,8.384C14.657,8.384 16.331,7.522 16.401,5.942C16.495,3.938 15.03,3.431 13.571,3.167C12.934,3.028 12.501,2.799 12.48,2.407C12.512,1.462 13.985,1.428 14.845,2.337L16.202,1.299C15.355,0.277 14.393,0 13.394,0C11.889,0 10.424,0.84 10.424,2.441C10.424,3.997 11.628,4.827 12.953,5.035C13.627,5.128 14.38,5.39 14.356,5.851C14.299,6.724 12.491,6.676 11.668,5.689Z" />
! <path android:fillColor="@color/white" android:pathData="M27.255,8.384C28.961,8.384 30.652,7.452 30.652,5.587V2.796C30.652,0.931 28.945,0 27.242,0C25.535,0 23.845,0.923 23.845,2.796V5.582C23.845,7.452 25.549,8.384 27.255,8.384ZM25.922,2.796C25.922,2.196 26.572,1.873 27.22,1.873C27.895,1.873 28.577,2.159 28.577,2.796V5.582C28.577,6.169 27.916,6.468 27.252,6.468C26.591,6.468 25.919,6.182 25.919,5.582V2.796H25.922Z" />
! <path android:fillColor="@color/white" android:pathData="M33.852,5.675H34.223L36.123,8.264H38.711L36.472,5.467C37.472,5.158 38.085,4.304 38.085,2.796C38.039,0.886 36.728,0.112 35.035,0.112H31.753V8.269H33.855V5.675H33.852ZM33.852,2.039H35.07C36.381,2.039 36.381,3.904 35.07,3.904H33.852V2.039Z" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_logo_discord_nitro.xml to/res/drawable-anydpi-v24/img_logo_discord_nitro.xml
*** from/res/drawable-anydpi-v24/img_logo_discord_nitro.xml 2021-01-02 17:58:42.707416213 -0700
--- to/res/drawable-anydpi-v24/img_logo_discord_nitro.xml 2021-01-11 15:14:01.483588188 -0700
***************
*** 1,12 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="78.0dip" android:viewportWidth="78.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M72.2706,19.372L71.3462,25.5356C71.1339,26.9925 69.4758,27.6702 67.9494,27.6702C66.5251,27.6702 65.1304,26.9925 65.3158,25.6664L66.2402,19.372C66.4526,17.9952 68.1106,17.2881 69.637,17.2881C71.1608,17.2881 72.4829,17.9952 72.2706,19.372ZM70.3626,13.0483H60.4329C60.1749,13.0483 59.9626,13.2298 59.9277,13.4779L59.444,16.7358C59.401,17.0427 59.6348,17.3121 59.9492,17.3121H61.7605C61.9432,17.3121 62.0695,17.4936 61.9942,17.6617C61.7658,18.1873 61.6046,18.7557 61.5105,19.3667L60.5861,25.661C59.9922,29.8875 63.5502,31.9927 67.4173,31.9927C71.4752,31.9927 75.4525,29.8875 76.0625,25.669L76.9869,19.3747C77.5835,15.2416 74.1491,13.1364 70.3626,13.0483ZM11.2277,21.3171L11.2787,24.3402C11.2787,24.4069 11.2357,24.4576 11.1766,24.471L10.15,20.8289C10.15,20.8209 10.15,20.8155 10.142,20.8155L6.9655,13.3525C6.8849,13.1631 6.7076,13.0457 6.5033,13.0457H2.8996C2.6497,13.0457 2.4454,13.2271 2.4078,13.4752L0.008,30.6933C-0.035,30.9921 0.1988,31.2616 0.4998,31.2616H4.0874C4.3373,31.2616 4.5496,31.0802 4.5792,30.832L5.5198,23.9907C5.5198,23.9827 5.5198,23.9774 5.5198,23.9694L5.4687,20.458L5.5708,20.4286L6.6484,24.0708C6.6484,24.0788 6.6484,24.0788 6.6565,24.0841L9.6287,30.9548C9.7093,31.1362 9.8867,31.2536 10.0829,31.2536H13.9714C14.2214,31.2536 14.4337,31.0722 14.4632,30.824L16.8711,13.6086C16.9141,13.3178 16.6803,13.0483 16.3793,13.0483H12.8132C12.5633,13.0483 12.351,13.2298 12.3214,13.4779L11.2277,21.2958C11.2277,21.3038 11.2277,21.3091 11.2277,21.3171ZM18.1341,31.2643H21.9072C22.1705,31.2643 22.3909,31.0828 22.4285,30.8347L24.9519,13.6167C24.9895,13.3178 24.7477,13.0483 24.4306,13.0483H20.6575C20.3942,13.0483 20.1738,13.2298 20.1362,13.4779L17.6128,30.696C17.5752,30.9948 17.817,31.2643 18.1341,31.2643ZM27.6446,13.4699L27.1609,16.6904C27.1179,16.9893 27.3598,17.2588 27.6661,17.2588H31.5493C31.8638,17.2588 32.1003,17.5283 32.0546,17.8271L30.2272,30.696C30.1896,30.9948 30.426,31.2643 30.7405,31.2643H34.5054C34.7634,31.2643 34.9838,31.0828 35.0106,30.8347L36.8757,17.691C36.9133,17.4429 37.1256,17.2614 37.3809,17.2614H41.557C41.815,17.2614 42.0273,17.08 42.0622,16.8399L42.546,13.6273C42.597,13.3205 42.3632,13.051 42.0461,13.051H28.1472C27.8999,13.0483 27.6796,13.2298 27.6446,13.4699ZM53.865,19.4014C53.7334,20.458 52.8895,21.5146 51.4357,21.5146H49.2562C48.9472,21.5146 48.7053,21.2451 48.751,20.9463L49.2132,17.7764C49.2428,17.5283 49.4632,17.3468 49.7185,17.3468H52.0457C53.4377,17.3468 53.9967,18.294 53.865,19.4014ZM52.5724,13.0483H45.5504C45.2924,13.0483 45.0801,13.2298 45.0452,13.4779L42.5728,30.696C42.5298,30.9948 42.7636,31.2643 43.078,31.2643H46.8215C47.0795,31.2643 47.2918,31.0828 47.3267,30.8347L48.0523,25.6904C48.0658,25.5676 48.1759,25.4716 48.3103,25.4716H48.794C48.8827,25.4716 48.9633,25.5143 49.0063,25.589L52.5805,31.0321C52.6745,31.1789 52.8385,31.2643 53.0131,31.2643H57.6354C58.0465,31.2643 58.2965,30.8134 58.0546,30.4772L54.3058,25.2528C54.2171,25.13 54.2628,24.9539 54.3998,24.8872C56.7915,23.7426 58.1863,22.5765 58.6404,19.3267C59.1699,15.0522 56.4261,13.0483 52.5724,13.0483Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M9.4514,0.1146H7.3741V8.2687H9.4514V0.1146Z" />
! <path android:fillColor="#ffffffff" android:pathData="M6.2642,5.5845V2.8416C6.2642,0.9418 4.7217,0.1146 3.077,0.1146H0V3.5406L2.0478,5.3657V2.0384H3.1415C3.8375,2.0384 4.1734,2.3719 4.1734,2.9002V5.4457C4.1734,5.9767 3.8483,6.3316 3.1415,6.3316H0V8.2661H3.0716C4.7217,8.2767 6.2642,7.4602 6.2642,5.5845Z" />
! <path android:fillColor="#ffffffff" android:pathData="M20.3297,8.3836C21.3617,8.3836 22.6032,7.8766 23.2858,6.5532L21.4772,5.7233C21.0258,6.852 19.1688,6.5772 19.1688,5.5979V2.7856C19.1688,1.7717 20.9989,1.5396 21.5579,2.5562L23.2509,1.8784C22.5898,0.4269 21.3724,0 20.3647,0C18.7173,0 17.0915,0.9446 17.0915,2.7856V5.5953C17.0969,7.4524 18.7173,8.3836 20.3297,8.3836Z" />
! <path android:fillColor="#ffffffff" android:pathData="M45.4994,2.8416C45.4994,0.9418 43.9569,0.1146 42.3095,0.1146H39.2379V3.5406L41.2857,5.3657V2.0384H42.3794C43.0754,2.0384 43.4113,2.3719 43.4113,2.9002V5.4457C43.4113,5.9767 43.0862,6.3316 42.3794,6.3316H39.2379V8.2661H42.3095C43.9542,8.2767 45.4994,7.4602 45.4994,5.5845V2.8416Z" />
! <path android:fillColor="#ffffffff" android:pathData="M11.6685,5.6887L10.357,6.9107C11.1229,7.8899 12.1656,8.3836 13.1519,8.3836C14.6568,8.3836 16.331,7.5217 16.4009,5.9421C16.4949,3.9383 15.0303,3.4313 13.5711,3.1672C12.9342,3.0284 12.5015,2.799 12.48,2.4067C12.5123,1.4622 13.985,1.4275 14.8449,2.3374L16.202,1.2994C15.3555,0.2775 14.3934,0 13.3937,0C11.8888,0 10.4242,0.8405 10.4242,2.4414C10.4242,3.997 11.6282,4.8268 12.953,5.0349C13.6275,5.1283 14.38,5.3898 14.3558,5.8514C14.2994,6.7239 12.4908,6.6759 11.6685,5.6887Z" />
! <path android:fillColor="#ffffffff" android:pathData="M27.255,8.3836C28.9615,8.3836 30.6518,7.4524 30.6518,5.5873V2.7963C30.6518,0.9312 28.9454,0 27.2416,0C25.5351,0 23.8448,0.9232 23.8448,2.7963V5.5819C23.8448,7.4524 25.5486,8.3836 27.255,8.3836ZM25.9221,2.7963C25.9221,2.196 26.5725,1.8731 27.2201,1.8731C27.8946,1.8731 28.5772,2.1586 28.5772,2.7963V5.5819C28.5772,6.1689 27.9161,6.4678 27.2524,6.4678C26.5913,6.4678 25.9194,6.1823 25.9194,5.5819V2.7963H25.9221Z" />
! <path android:fillColor="#ffffffff" android:pathData="M33.8525,5.6753H34.2233L36.1233,8.2635H38.7112L36.4726,5.4672C37.4723,5.1577 38.085,4.3038 38.085,2.7963C38.0393,0.8858 36.7279,0.1121 35.0349,0.1121H31.7536V8.2688H33.8551V5.6753H33.8525ZM33.8525,2.0385H35.0698C36.3813,2.0385 36.3813,3.9036 35.0698,3.9036H33.8525V2.0385Z" />
</vector>
\ No newline at end of file
--- 1,12 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="78.0dip" android:viewportWidth="78.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M72.2706,19.372L71.3462,25.5356C71.1339,26.9925 69.4758,27.6702 67.9494,27.6702C66.5251,27.6702 65.1304,26.9925 65.3158,25.6664L66.2402,19.372C66.4526,17.9952 68.1106,17.2881 69.637,17.2881C71.1608,17.2881 72.4829,17.9952 72.2706,19.372ZM70.3626,13.0483H60.4329C60.1749,13.0483 59.9626,13.2298 59.9277,13.4779L59.444,16.7358C59.401,17.0427 59.6348,17.3121 59.9492,17.3121H61.7605C61.9432,17.3121 62.0695,17.4936 61.9942,17.6617C61.7658,18.1873 61.6046,18.7557 61.5105,19.3667L60.5861,25.661C59.9922,29.8875 63.5502,31.9927 67.4173,31.9927C71.4752,31.9927 75.4525,29.8875 76.0625,25.669L76.9869,19.3747C77.5835,15.2416 74.1491,13.1364 70.3626,13.0483ZM11.2277,21.3171L11.2787,24.3402C11.2787,24.4069 11.2357,24.4576 11.1766,24.471L10.15,20.8289C10.15,20.8209 10.15,20.8155 10.142,20.8155L6.9655,13.3525C6.8849,13.1631 6.7076,13.0457 6.5033,13.0457H2.8996C2.6497,13.0457 2.4454,13.2271 2.4078,13.4752L0.008,30.6933C-0.035,30.9921 0.1988,31.2616 0.4998,31.2616H4.0874C4.3373,31.2616 4.5496,31.0802 4.5792,30.832L5.5198,23.9907C5.5198,23.9827 5.5198,23.9774 5.5198,23.9694L5.4687,20.458L5.5708,20.4286L6.6484,24.0708C6.6484,24.0788 6.6484,24.0788 6.6565,24.0841L9.6287,30.9548C9.7093,31.1362 9.8867,31.2536 10.0829,31.2536H13.9714C14.2214,31.2536 14.4337,31.0722 14.4632,30.824L16.8711,13.6086C16.9141,13.3178 16.6803,13.0483 16.3793,13.0483H12.8132C12.5633,13.0483 12.351,13.2298 12.3214,13.4779L11.2277,21.2958C11.2277,21.3038 11.2277,21.3091 11.2277,21.3171ZM18.1341,31.2643H21.9072C22.1705,31.2643 22.3909,31.0828 22.4285,30.8347L24.9519,13.6167C24.9895,13.3178 24.7477,13.0483 24.4306,13.0483H20.6575C20.3942,13.0483 20.1738,13.2298 20.1362,13.4779L17.6128,30.696C17.5752,30.9948 17.817,31.2643 18.1341,31.2643ZM27.6446,13.4699L27.1609,16.6904C27.1179,16.9893 27.3598,17.2588 27.6661,17.2588H31.5493C31.8638,17.2588 32.1003,17.5283 32.0546,17.8271L30.2272,30.696C30.1896,30.9948 30.426,31.2643 30.7405,31.2643H34.5054C34.7634,31.2643 34.9838,31.0828 35.0106,30.8347L36.8757,17.691C36.9133,17.4429 37.1256,17.2614 37.3809,17.2614H41.557C41.815,17.2614 42.0273,17.08 42.0622,16.8399L42.546,13.6273C42.597,13.3205 42.3632,13.051 42.0461,13.051H28.1472C27.8999,13.0483 27.6796,13.2298 27.6446,13.4699ZM53.865,19.4014C53.7334,20.458 52.8895,21.5146 51.4357,21.5146H49.2562C48.9472,21.5146 48.7053,21.2451 48.751,20.9463L49.2132,17.7764C49.2428,17.5283 49.4632,17.3468 49.7185,17.3468H52.0457C53.4377,17.3468 53.9967,18.294 53.865,19.4014ZM52.5724,13.0483H45.5504C45.2924,13.0483 45.0801,13.2298 45.0452,13.4779L42.5728,30.696C42.5298,30.9948 42.7636,31.2643 43.078,31.2643H46.8215C47.0795,31.2643 47.2918,31.0828 47.3267,30.8347L48.0523,25.6904C48.0658,25.5676 48.1759,25.4716 48.3103,25.4716H48.794C48.8827,25.4716 48.9633,25.5143 49.0063,25.589L52.5805,31.0321C52.6745,31.1789 52.8385,31.2643 53.0131,31.2643H57.6354C58.0465,31.2643 58.2965,30.8134 58.0546,30.4772L54.3058,25.2528C54.2171,25.13 54.2628,24.9539 54.3998,24.8872C56.7915,23.7426 58.1863,22.5765 58.6404,19.3267C59.1699,15.0522 56.4261,13.0483 52.5724,13.0483Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M9.4514,0.1146H7.3741V8.2687H9.4514V0.1146Z" />
! <path android:fillColor="@color/white" android:pathData="M6.2642,5.5845V2.8416C6.2642,0.9418 4.7217,0.1146 3.077,0.1146H0V3.5406L2.0478,5.3657V2.0384H3.1415C3.8375,2.0384 4.1734,2.3719 4.1734,2.9002V5.4457C4.1734,5.9767 3.8483,6.3316 3.1415,6.3316H0V8.2661H3.0716C4.7217,8.2767 6.2642,7.4602 6.2642,5.5845Z" />
! <path android:fillColor="@color/white" android:pathData="M20.3297,8.3836C21.3617,8.3836 22.6032,7.8766 23.2858,6.5532L21.4772,5.7233C21.0258,6.852 19.1688,6.5772 19.1688,5.5979V2.7856C19.1688,1.7717 20.9989,1.5396 21.5579,2.5562L23.2509,1.8784C22.5898,0.4269 21.3724,0 20.3647,0C18.7173,0 17.0915,0.9446 17.0915,2.7856V5.5953C17.0969,7.4524 18.7173,8.3836 20.3297,8.3836Z" />
! <path android:fillColor="@color/white" android:pathData="M45.4994,2.8416C45.4994,0.9418 43.9569,0.1146 42.3095,0.1146H39.2379V3.5406L41.2857,5.3657V2.0384H42.3794C43.0754,2.0384 43.4113,2.3719 43.4113,2.9002V5.4457C43.4113,5.9767 43.0862,6.3316 42.3794,6.3316H39.2379V8.2661H42.3095C43.9542,8.2767 45.4994,7.4602 45.4994,5.5845V2.8416Z" />
! <path android:fillColor="@color/white" android:pathData="M11.6685,5.6887L10.357,6.9107C11.1229,7.8899 12.1656,8.3836 13.1519,8.3836C14.6568,8.3836 16.331,7.5217 16.4009,5.9421C16.4949,3.9383 15.0303,3.4313 13.5711,3.1672C12.9342,3.0284 12.5015,2.799 12.48,2.4067C12.5123,1.4622 13.985,1.4275 14.8449,2.3374L16.202,1.2994C15.3555,0.2775 14.3934,0 13.3937,0C11.8888,0 10.4242,0.8405 10.4242,2.4414C10.4242,3.997 11.6282,4.8268 12.953,5.0349C13.6275,5.1283 14.38,5.3898 14.3558,5.8514C14.2994,6.7239 12.4908,6.6759 11.6685,5.6887Z" />
! <path android:fillColor="@color/white" android:pathData="M27.255,8.3836C28.9615,8.3836 30.6518,7.4524 30.6518,5.5873V2.7963C30.6518,0.9312 28.9454,0 27.2416,0C25.5351,0 23.8448,0.9232 23.8448,2.7963V5.5819C23.8448,7.4524 25.5486,8.3836 27.255,8.3836ZM25.9221,2.7963C25.9221,2.196 26.5725,1.8731 27.2201,1.8731C27.8946,1.8731 28.5772,2.1586 28.5772,2.7963V5.5819C28.5772,6.1689 27.9161,6.4678 27.2524,6.4678C26.5913,6.4678 25.9194,6.1823 25.9194,5.5819V2.7963H25.9221Z" />
! <path android:fillColor="@color/white" android:pathData="M33.8525,5.6753H34.2233L36.1233,8.2635H38.7112L36.4726,5.4672C37.4723,5.1577 38.085,4.3038 38.085,2.7963C38.0393,0.8858 36.7279,0.1121 35.0349,0.1121H31.7536V8.2688H33.8551V5.6753H33.8525ZM33.8525,2.0385H35.0698C36.3813,2.0385 36.3813,3.9036 35.0698,3.9036H33.8525V2.0385Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_logo_nitro_classic_brand.xml to/res/drawable-anydpi-v24/img_logo_nitro_classic_brand.xml
*** from/res/drawable-anydpi-v24/img_logo_nitro_classic_brand.xml 2021-01-02 17:58:42.702416289 -0700
--- to/res/drawable-anydpi-v24/img_logo_nitro_classic_brand.xml 2021-01-11 15:14:01.424589072 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="41.0dip" android:width="143.0dip" android:viewportWidth="143.0" android:viewportHeight="41.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ff7289da" android:pathData="M98.481,8.679L97.224,17.143C96.937,19.143 94.674,20.072 92.592,20.072 90.653,20.072 88.749,19.143 89.001,17.321L90.258,8.679C90.545,6.785 92.807,5.821 94.89,5.821 96.972,5.821 98.768,6.785 98.481,8.679M95.884,0.004L95.885,0 82.354,0C82.009,0 81.715,0.252 81.665,0.592L81.007,5.064C80.946,5.482 81.272,5.857 81.697,5.857L84.167,5.857C84.416,5.857 84.586,6.109 84.488,6.336 84.18,7.055 83.955,7.836 83.831,8.679L82.573,17.321C81.747,23.107 86.595,26 91.874,26 97.404,26 102.826,23.107 103.652,17.321L104.908,8.679C105.718,3.007 101.041,0.116 95.884,0.004M15.297,11.349L15.365,15.497C15.366,15.582 15.309,15.657 15.227,15.678L15.227,15.678 13.83,10.675C13.828,10.667 13.826,10.66 13.822,10.653L9.489,0.416C9.382,0.164 9.136,0 8.865,0L3.953,0C3.615,0 3.328,0.252 3.281,0.59L0.007,24.22C-0.05,24.632 0.267,25 0.679,25L5.571,25C5.91,25 6.197,24.748 6.244,24.409L7.526,15.021C7.527,15.012 7.528,15.002 7.528,14.993L7.458,10.169 7.598,10.134 9.065,15.137C9.067,15.145 9.069,15.152 9.072,15.158L13.125,24.588C13.233,24.838 13.478,25 13.748,25L19.046,25C19.384,25 19.671,24.748 19.718,24.41L22.993,0.78C23.05,0.368 22.733,0 22.321,0L17.462,0C17.124,0 16.837,0.252 16.79,0.59L15.299,11.32C15.297,11.33 15.297,11.339 15.297,11.349M24.713,25L29.85,25C30.205,25 30.506,24.748 30.555,24.41L33.993,0.78C34.053,0.368 33.72,0 33.287,0L28.15,0C27.795,0 27.494,0.252 27.445,0.59L24.007,24.22C23.947,24.632 24.28,25 24.713,25M37.67,0.585L37.008,4.999C36.946,5.412 37.274,5.782 37.701,5.782L42.99,5.782C43.416,5.782 43.743,6.149 43.685,6.56L41.193,24.223C41.135,24.634 41.463,25 41.888,25L47.016,25C47.366,25 47.662,24.748 47.71,24.409L50.255,6.373C50.302,6.035 50.599,5.782 50.949,5.782L56.636,5.782C56.984,5.782 57.279,5.533 57.33,5.198L57.992,0.783C58.054,0.37 57.726,0 57.299,0L38.364,0C38.016,0 37.72,0.249 37.67,0.585M73.4,8.722C73.22,10.169 72.069,11.617 70.09,11.617L67.117,11.617C66.693,11.617 66.366,11.248 66.426,10.836L67.055,6.485C67.104,6.147 67.399,5.897 67.746,5.897L70.918,5.897C72.824,5.897 73.58,7.203 73.4,8.722M71.637,0L62.064,0C61.716,0 61.421,0.252 61.373,0.59L58.007,24.22C57.948,24.632 58.274,25 58.698,25L63.799,25C64.147,25 64.443,24.748 64.49,24.409L65.481,17.351C65.504,17.181 65.652,17.055 65.826,17.055L66.482,17.055C66.601,17.055 66.712,17.114 66.776,17.213L71.647,24.684C71.776,24.881 71.997,25 72.235,25L78.536,25C79.1,25 79.431,24.377 79.107,23.923L73.995,16.749C73.872,16.577 73.935,16.338 74.128,16.246 77.391,14.68 79.287,13.076 79.911,8.616 80.63,2.754 76.89,0 71.637,0M5.934,37.616L7.713,38.495C7.809,38.543 7.849,38.66 7.801,38.757 7.796,38.768 7.79,38.778 7.783,38.787 7.783,38.787 7.783,38.787 7.783,38.787 6.502,40.507 5.025,41 3.73,41 1.635,41 -0.294,39.776 0.037,37.343L0.55,33.657C0.881,31.239 3.172,30 5.312,30 6.564,30 7.995,30.51 8.633,32.213 8.633,32.213 8.633,32.213 8.633,32.213L8.633,32.213C8.685,32.35 8.616,32.502 8.48,32.555L6.632,33.264C6.507,33.312 6.366,33.265 6.295,33.152 6.295,33.152 6.295,33.152 6.295,33.152 6.005,32.692 5.447,32.493 4.89,32.493 4.122,32.508 3.353,32.931 3.248,33.657L2.735,37.343C2.63,38.038 3.293,38.477 4.046,38.477 4.603,38.477 5.221,38.244 5.603,37.7 5.603,37.7 5.603,37.7 5.603,37.7L5.603,37.7C5.677,37.594 5.817,37.558 5.934,37.616zM59.283,37.616L61.062,38.495C61.159,38.543 61.199,38.66 61.151,38.757 61.146,38.768 61.14,38.778 61.133,38.787 61.133,38.787 61.133,38.787 61.133,38.787 59.852,40.507 58.374,41 57.08,41 54.985,41 53.055,39.776 53.387,37.343L53.899,33.657C54.231,31.239 56.522,30 58.662,30 59.914,30 61.345,30.51 61.983,32.213 61.983,32.213 61.983,32.213 61.983,32.213L61.983,32.213C62.034,32.35 61.966,32.502 61.829,32.555L59.982,33.264C59.857,33.312 59.716,33.265 59.644,33.152 59.644,33.152 59.644,33.152 59.644,33.152 59.354,32.692 58.797,32.493 58.24,32.493 57.471,32.508 56.703,32.931 56.597,33.657L56.085,37.343C55.979,38.038 56.642,38.477 57.396,38.477 57.953,38.477 58.571,38.244 58.952,37.7 58.952,37.7 58.952,37.7 58.952,37.7L58.952,37.7C59.027,37.594 59.167,37.558 59.283,37.616zM9.551,40.28L10.904,30.582C10.938,30.335 11.15,30.151 11.399,30.151L13.102,30.151C13.378,30.151 13.602,30.375 13.602,30.651 13.602,30.674 13.6,30.698 13.597,30.721L12.627,37.605C12.588,37.878 12.779,38.131 13.052,38.17 13.075,38.173 13.099,38.174 13.122,38.174L16.315,38.174C16.591,38.174 16.815,38.398 16.815,38.674 16.815,38.697 16.813,38.719 16.81,38.741L16.584,40.416C16.55,40.664 16.339,40.849 16.088,40.849L10.047,40.849C9.77,40.849 9.547,40.625 9.547,40.349 9.547,40.326 9.548,40.303 9.551,40.28zM25.262,30.545L27.366,40.243C27.424,40.513 27.253,40.779 26.983,40.838 26.948,40.845 26.913,40.849 26.877,40.849L25.018,40.849C24.777,40.849 24.571,40.678 24.526,40.442L24.274,39.11C24.229,38.874 24.023,38.703 23.783,38.703L21.674,38.703C21.476,38.703 21.297,38.82 21.216,39.001L20.53,40.551C20.45,40.732 20.271,40.849 20.073,40.849L18.305,40.849C18.029,40.849 17.805,40.625 17.805,40.349 17.805,40.273 17.822,40.198 17.856,40.13L22.583,30.432C22.667,30.26 22.841,30.151 23.032,30.151L24.773,30.151C25.008,30.151 25.212,30.315 25.262,30.545zM22.298,36.301L23.895,36.301 23.579,33.173 23.473,33.173 22.298,36.301zM28.462,38.793L29.66,37.798C29.867,37.626 30.17,37.633 30.369,37.814 30.369,37.814 30.369,37.814 30.369,37.814 30.863,38.263 31.57,38.492 32.217,38.492 32.941,38.492 33.574,38.235 33.679,37.676 33.8,37.011 32.866,36.724 32.007,36.603 30.334,36.331 28.826,34.986 29.203,32.962 29.61,30.771 31.539,30 33.499,30 34.668,30 35.763,30.295 36.641,31.339 36.641,31.339 36.641,31.339 36.641,31.339L36.641,31.339C36.791,31.518 36.768,31.784 36.59,31.934 36.58,31.943 36.569,31.951 36.559,31.958L35.285,32.842C35.108,32.965 34.872,32.957 34.703,32.823 34.703,32.823 34.703,32.823 34.703,32.823 34.264,32.476 33.692,32.309 33.182,32.297 32.504,32.282 31.931,32.538 31.871,33.082 31.796,33.702 32.338,33.974 33.152,34.155 35.006,34.503 36.814,35.213 36.317,37.872 35.925,39.957 34.116,41 31.811,41 30.659,41 29.263,40.475 28.402,39.435 28.402,39.435 28.402,39.435 28.402,39.435L28.402,39.435C28.241,39.241 28.268,38.954 28.461,38.793zM38.378,38.793L39.577,37.798C39.784,37.626 40.087,37.633 40.286,37.814 40.286,37.814 40.286,37.814 40.286,37.814 40.78,38.263 41.487,38.492 42.134,38.492 42.858,38.492 43.491,38.235 43.596,37.676 43.717,37.011 42.783,36.724 41.923,36.603 40.251,36.331 38.743,34.986 39.12,32.962 39.527,30.771 41.456,30 43.416,30 44.584,30 45.68,30.295 46.558,31.339 46.558,31.339 46.558,31.339 46.558,31.339L46.558,31.339C46.708,31.518 46.685,31.784 46.507,31.934 46.497,31.943 46.486,31.951 46.476,31.958L45.202,32.842C45.025,32.965 44.789,32.957 44.62,32.823 44.62,32.823 44.62,32.823 44.62,32.823 44.181,32.476 43.609,32.309 43.099,32.297 42.421,32.282 41.848,32.538 41.788,33.082 41.712,33.702 42.255,33.974 43.069,34.155 44.923,34.503 46.731,35.213 46.234,37.872 45.842,39.957 44.033,41 41.728,41 40.576,41 39.18,40.475 38.319,39.435 38.319,39.435 38.319,39.435 38.319,39.435L38.319,39.435C38.158,39.241 38.185,38.954 38.378,38.793zM51.984,30.72L50.632,40.418C50.597,40.665 50.386,40.849 50.136,40.849L48.448,40.849C48.172,40.849 47.948,40.625 47.948,40.349 47.948,40.326 47.95,40.303 47.953,40.28L49.306,30.582C49.34,30.335 49.551,30.151 49.801,30.151L51.489,30.151C51.765,30.151 51.989,30.375 51.989,30.651 51.989,30.674 51.987,30.697 51.984,30.72z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="41.0dip" android:width="143.0dip" android:viewportWidth="143.0" android:viewportHeight="41.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/link" android:pathData="M98.481,8.679L97.224,17.143C96.937,19.143 94.674,20.072 92.592,20.072 90.653,20.072 88.749,19.143 89.001,17.321L90.258,8.679C90.545,6.785 92.807,5.821 94.89,5.821 96.972,5.821 98.768,6.785 98.481,8.679M95.884,0.004L95.885,0 82.354,0C82.009,0 81.715,0.252 81.665,0.592L81.007,5.064C80.946,5.482 81.272,5.857 81.697,5.857L84.167,5.857C84.416,5.857 84.586,6.109 84.488,6.336 84.18,7.055 83.955,7.836 83.831,8.679L82.573,17.321C81.747,23.107 86.595,26 91.874,26 97.404,26 102.826,23.107 103.652,17.321L104.908,8.679C105.718,3.007 101.041,0.116 95.884,0.004M15.297,11.349L15.365,15.497C15.366,15.582 15.309,15.657 15.227,15.678L15.227,15.678 13.83,10.675C13.828,10.667 13.826,10.66 13.822,10.653L9.489,0.416C9.382,0.164 9.136,0 8.865,0L3.953,0C3.615,0 3.328,0.252 3.281,0.59L0.007,24.22C-0.05,24.632 0.267,25 0.679,25L5.571,25C5.91,25 6.197,24.748 6.244,24.409L7.526,15.021C7.527,15.012 7.528,15.002 7.528,14.993L7.458,10.169 7.598,10.134 9.065,15.137C9.067,15.145 9.069,15.152 9.072,15.158L13.125,24.588C13.233,24.838 13.478,25 13.748,25L19.046,25C19.384,25 19.671,24.748 19.718,24.41L22.993,0.78C23.05,0.368 22.733,0 22.321,0L17.462,0C17.124,0 16.837,0.252 16.79,0.59L15.299,11.32C15.297,11.33 15.297,11.339 15.297,11.349M24.713,25L29.85,25C30.205,25 30.506,24.748 30.555,24.41L33.993,0.78C34.053,0.368 33.72,0 33.287,0L28.15,0C27.795,0 27.494,0.252 27.445,0.59L24.007,24.22C23.947,24.632 24.28,25 24.713,25M37.67,0.585L37.008,4.999C36.946,5.412 37.274,5.782 37.701,5.782L42.99,5.782C43.416,5.782 43.743,6.149 43.685,6.56L41.193,24.223C41.135,24.634 41.463,25 41.888,25L47.016,25C47.366,25 47.662,24.748 47.71,24.409L50.255,6.373C50.302,6.035 50.599,5.782 50.949,5.782L56.636,5.782C56.984,5.782 57.279,5.533 57.33,5.198L57.992,0.783C58.054,0.37 57.726,0 57.299,0L38.364,0C38.016,0 37.72,0.249 37.67,0.585M73.4,8.722C73.22,10.169 72.069,11.617 70.09,11.617L67.117,11.617C66.693,11.617 66.366,11.248 66.426,10.836L67.055,6.485C67.104,6.147 67.399,5.897 67.746,5.897L70.918,5.897C72.824,5.897 73.58,7.203 73.4,8.722M71.637,0L62.064,0C61.716,0 61.421,0.252 61.373,0.59L58.007,24.22C57.948,24.632 58.274,25 58.698,25L63.799,25C64.147,25 64.443,24.748 64.49,24.409L65.481,17.351C65.504,17.181 65.652,17.055 65.826,17.055L66.482,17.055C66.601,17.055 66.712,17.114 66.776,17.213L71.647,24.684C71.776,24.881 71.997,25 72.235,25L78.536,25C79.1,25 79.431,24.377 79.107,23.923L73.995,16.749C73.872,16.577 73.935,16.338 74.128,16.246 77.391,14.68 79.287,13.076 79.911,8.616 80.63,2.754 76.89,0 71.637,0M5.934,37.616L7.713,38.495C7.809,38.543 7.849,38.66 7.801,38.757 7.796,38.768 7.79,38.778 7.783,38.787 7.783,38.787 7.783,38.787 7.783,38.787 6.502,40.507 5.025,41 3.73,41 1.635,41 -0.294,39.776 0.037,37.343L0.55,33.657C0.881,31.239 3.172,30 5.312,30 6.564,30 7.995,30.51 8.633,32.213 8.633,32.213 8.633,32.213 8.633,32.213L8.633,32.213C8.685,32.35 8.616,32.502 8.48,32.555L6.632,33.264C6.507,33.312 6.366,33.265 6.295,33.152 6.295,33.152 6.295,33.152 6.295,33.152 6.005,32.692 5.447,32.493 4.89,32.493 4.122,32.508 3.353,32.931 3.248,33.657L2.735,37.343C2.63,38.038 3.293,38.477 4.046,38.477 4.603,38.477 5.221,38.244 5.603,37.7 5.603,37.7 5.603,37.7 5.603,37.7L5.603,37.7C5.677,37.594 5.817,37.558 5.934,37.616zM59.283,37.616L61.062,38.495C61.159,38.543 61.199,38.66 61.151,38.757 61.146,38.768 61.14,38.778 61.133,38.787 61.133,38.787 61.133,38.787 61.133,38.787 59.852,40.507 58.374,41 57.08,41 54.985,41 53.055,39.776 53.387,37.343L53.899,33.657C54.231,31.239 56.522,30 58.662,30 59.914,30 61.345,30.51 61.983,32.213 61.983,32.213 61.983,32.213 61.983,32.213L61.983,32.213C62.034,32.35 61.966,32.502 61.829,32.555L59.982,33.264C59.857,33.312 59.716,33.265 59.644,33.152 59.644,33.152 59.644,33.152 59.644,33.152 59.354,32.692 58.797,32.493 58.24,32.493 57.471,32.508 56.703,32.931 56.597,33.657L56.085,37.343C55.979,38.038 56.642,38.477 57.396,38.477 57.953,38.477 58.571,38.244 58.952,37.7 58.952,37.7 58.952,37.7 58.952,37.7L58.952,37.7C59.027,37.594 59.167,37.558 59.283,37.616zM9.551,40.28L10.904,30.582C10.938,30.335 11.15,30.151 11.399,30.151L13.102,30.151C13.378,30.151 13.602,30.375 13.602,30.651 13.602,30.674 13.6,30.698 13.597,30.721L12.627,37.605C12.588,37.878 12.779,38.131 13.052,38.17 13.075,38.173 13.099,38.174 13.122,38.174L16.315,38.174C16.591,38.174 16.815,38.398 16.815,38.674 16.815,38.697 16.813,38.719 16.81,38.741L16.584,40.416C16.55,40.664 16.339,40.849 16.088,40.849L10.047,40.849C9.77,40.849 9.547,40.625 9.547,40.349 9.547,40.326 9.548,40.303 9.551,40.28zM25.262,30.545L27.366,40.243C27.424,40.513 27.253,40.779 26.983,40.838 26.948,40.845 26.913,40.849 26.877,40.849L25.018,40.849C24.777,40.849 24.571,40.678 24.526,40.442L24.274,39.11C24.229,38.874 24.023,38.703 23.783,38.703L21.674,38.703C21.476,38.703 21.297,38.82 21.216,39.001L20.53,40.551C20.45,40.732 20.271,40.849 20.073,40.849L18.305,40.849C18.029,40.849 17.805,40.625 17.805,40.349 17.805,40.273 17.822,40.198 17.856,40.13L22.583,30.432C22.667,30.26 22.841,30.151 23.032,30.151L24.773,30.151C25.008,30.151 25.212,30.315 25.262,30.545zM22.298,36.301L23.895,36.301 23.579,33.173 23.473,33.173 22.298,36.301zM28.462,38.793L29.66,37.798C29.867,37.626 30.17,37.633 30.369,37.814 30.369,37.814 30.369,37.814 30.369,37.814 30.863,38.263 31.57,38.492 32.217,38.492 32.941,38.492 33.574,38.235 33.679,37.676 33.8,37.011 32.866,36.724 32.007,36.603 30.334,36.331 28.826,34.986 29.203,32.962 29.61,30.771 31.539,30 33.499,30 34.668,30 35.763,30.295 36.641,31.339 36.641,31.339 36.641,31.339 36.641,31.339L36.641,31.339C36.791,31.518 36.768,31.784 36.59,31.934 36.58,31.943 36.569,31.951 36.559,31.958L35.285,32.842C35.108,32.965 34.872,32.957 34.703,32.823 34.703,32.823 34.703,32.823 34.703,32.823 34.264,32.476 33.692,32.309 33.182,32.297 32.504,32.282 31.931,32.538 31.871,33.082 31.796,33.702 32.338,33.974 33.152,34.155 35.006,34.503 36.814,35.213 36.317,37.872 35.925,39.957 34.116,41 31.811,41 30.659,41 29.263,40.475 28.402,39.435 28.402,39.435 28.402,39.435 28.402,39.435L28.402,39.435C28.241,39.241 28.268,38.954 28.461,38.793zM38.378,38.793L39.577,37.798C39.784,37.626 40.087,37.633 40.286,37.814 40.286,37.814 40.286,37.814 40.286,37.814 40.78,38.263 41.487,38.492 42.134,38.492 42.858,38.492 43.491,38.235 43.596,37.676 43.717,37.011 42.783,36.724 41.923,36.603 40.251,36.331 38.743,34.986 39.12,32.962 39.527,30.771 41.456,30 43.416,30 44.584,30 45.68,30.295 46.558,31.339 46.558,31.339 46.558,31.339 46.558,31.339L46.558,31.339C46.708,31.518 46.685,31.784 46.507,31.934 46.497,31.943 46.486,31.951 46.476,31.958L45.202,32.842C45.025,32.965 44.789,32.957 44.62,32.823 44.62,32.823 44.62,32.823 44.62,32.823 44.181,32.476 43.609,32.309 43.099,32.297 42.421,32.282 41.848,32.538 41.788,33.082 41.712,33.702 42.255,33.974 43.069,34.155 44.923,34.503 46.731,35.213 46.234,37.872 45.842,39.957 44.033,41 41.728,41 40.576,41 39.18,40.475 38.319,39.435 38.319,39.435 38.319,39.435 38.319,39.435L38.319,39.435C38.158,39.241 38.185,38.954 38.378,38.793zM51.984,30.72L50.632,40.418C50.597,40.665 50.386,40.849 50.136,40.849L48.448,40.849C48.172,40.849 47.948,40.625 47.948,40.349 47.948,40.326 47.95,40.303 47.953,40.28L49.306,30.582C49.34,30.335 49.551,30.151 49.801,30.151L51.489,30.151C51.765,30.151 51.989,30.375 51.989,30.651 51.989,30.674 51.987,30.697 51.984,30.72z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_logo_nitro_classic_header.xml to/res/drawable-anydpi-v24/img_logo_nitro_classic_header.xml
*** from/res/drawable-anydpi-v24/img_logo_nitro_classic_header.xml 2021-01-02 17:58:42.701416305 -0700
--- to/res/drawable-anydpi-v24/img_logo_nitro_classic_header.xml 2021-01-11 15:14:01.438588862 -0700
***************
*** 3,15 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h155.071v16h-155.071z M 0,0" />
! <path android:fillColor="#ffffffff" android:pathData="M60.6031 5.34154L59.8277 10.5477C59.6493 11.7785 58.2585 12.3508 56.9785 12.3508C55.7846 12.3508 54.6154 11.7785 54.7693 10.6585L55.5446 5.34154C55.7231 4.17846 57.1139 3.58154 58.3939 3.58154C59.6739 3.58154 60.7816 4.17846 60.6031 5.34154ZM59.0031 0H50.6769C50.4616 0 50.2831 0.153846 50.2523 0.363077L49.8462 3.11385C49.8093 3.37231 50.0062 3.6 50.2708 3.6H51.7908C51.9446 3.6 52.0493 3.75385 51.9877 3.89538C51.7969 4.33846 51.6616 4.81846 51.5816 5.33538L50.8062 10.6523C50.3077 14.2215 53.2923 16 56.5354 16C59.9385 16 63.2739 14.2215 63.7846 10.6585L64.56 5.34154C65.0585 1.85231 62.1785 0.0738462 59.0031 0ZM9.4154 6.98462L9.45848 9.53846C9.45848 9.59385 9.42156 9.63692 9.37233 9.64923L8.51079 6.57231C8.51079 6.56615 8.51079 6.56 8.50463 6.56L5.84002 0.258462C5.77233 0.0984615 5.62463 0 5.45233 0H2.43079C2.22156 0 2.04925 0.153846 2.01848 0.363077L0.00617349 14.9046C-0.0307496 15.1569 0.166174 15.3846 0.418481 15.3846H3.42771C3.63694 15.3846 3.8154 15.2308 3.84002 15.0215L4.62771 9.24308C4.62771 9.23692 4.62771 9.23077 4.62771 9.22462L4.58464 6.25846L4.67079 6.23385L5.5754 9.31077C5.5754 9.31692 5.5754 9.31692 5.58156 9.32308L8.07387 15.1262C8.14156 15.28 8.28925 15.3785 8.4554 15.3785H11.7169C11.9262 15.3785 12.1046 15.2246 12.1293 15.0154L14.1477 0.473846C14.1846 0.227692 13.9877 0 13.7354 0H10.7446C10.5354 0 10.3569 0.153846 10.3323 0.363077L9.4154 6.96615C9.4154 6.97231 9.4154 6.97846 9.4154 6.98462ZM15.2062 15.3846H18.3693C18.5908 15.3846 18.7754 15.2308 18.8062 15.0215L20.9231 0.48C20.9539 0.227692 20.7508 0 20.4862 0H17.3231C17.1016 0 16.9169 0.153846 16.8862 0.363077L14.7693 14.9046C14.7385 15.1569 14.9416 15.3846 15.2062 15.3846ZM23.1816 0.356923L22.7754 3.07692C22.7385 3.32923 22.9416 3.55692 23.2 3.55692H26.4554C26.72 3.55692 26.9169 3.78462 26.88 4.03692L25.3477 14.9046C25.3169 15.1569 25.5139 15.3846 25.7785 15.3846H28.9354C29.1508 15.3846 29.3354 15.2308 29.36 15.0215L30.9231 3.92C30.9539 3.71077 31.1323 3.55692 31.3477 3.55692H34.8493C35.0646 3.55692 35.2431 3.40308 35.2739 3.2L35.68 0.486154C35.7231 0.227692 35.5262 0 35.2616 0H23.6062C23.3969 0 23.2123 0.153846 23.1816 0.356923ZM45.1693 5.36615C45.0585 6.25846 44.3508 7.15077 43.1323 7.15077H41.3046C41.0462 7.15077 40.8431 6.92308 40.88 6.67077L41.2677 3.99385C41.2923 3.78462 41.4769 3.63077 41.6923 3.63077H43.6431C44.8123 3.63077 45.28 4.43077 45.1693 5.36615ZM44.0862 0H38.1969C37.9816 0 37.8031 0.153846 37.7723 0.363077L35.6985 14.9046C35.6616 15.1569 35.8585 15.3846 36.1231 15.3846H39.2616C39.4769 15.3846 39.6554 15.2308 39.6862 15.0215L40.2954 10.6769C40.3077 10.5723 40.4 10.4923 40.5108 10.4923H40.9169C40.9908 10.4923 41.0585 10.5292 41.0954 10.5908L44.0923 15.1877C44.1723 15.3108 44.3077 15.3846 44.4554 15.3846H48.3323C48.6769 15.3846 48.8862 15.0031 48.6831 14.72L45.5385 10.3077C45.4646 10.2031 45.5016 10.0554 45.6185 10C47.6246 9.03385 48.7939 8.04923 49.1754 5.30462C49.6185 1.69231 47.3169 0 44.0862 0Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M78.4431 11.0769L81.0339 12.3569C81.1754 12.4246 81.2308 12.5969 81.1631 12.7385C81.1569 12.7508 81.1446 12.7692 81.1385 12.7815C79.2739 15.2862 77.1262 16 75.2431 16C72.1969 16 69.3908 14.2215 69.8708 10.6831L70.6154 5.32308C71.0954 1.80308 74.4246 0 77.5385 0C79.36 0 81.44 0.738461 82.3693 3.21846C82.4431 3.41538 82.3446 3.63692 82.1477 3.71692L79.4585 4.75077C79.2739 4.81846 79.0708 4.75077 78.9662 4.58462C78.5416 3.91385 77.7354 3.62462 76.9231 3.62462C75.8031 3.64923 74.6893 4.26462 74.5354 5.31692L73.7908 10.6769C73.6369 11.6862 74.6031 12.3262 75.6985 12.3262C76.5108 12.3262 77.4093 11.9877 77.9631 11.1938C78.0677 11.0462 78.2769 10.9908 78.4431 11.0769Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M151.12 11.0769L153.711 12.3569C153.852 12.4246 153.908 12.5969 153.84 12.7385C153.834 12.7508 153.822 12.7692 153.815 12.7815C151.951 15.2862 149.803 16 147.92 16C144.874 16 142.068 14.2215 142.548 10.6831L143.292 5.32308C143.772 1.80308 147.102 0 150.215 0C152.037 0 154.117 0.738461 155.046 3.21846C155.12 3.41538 155.022 3.63692 154.825 3.71692L152.135 4.75077C151.951 4.81846 151.748 4.75077 151.643 4.58462C151.218 3.91385 150.412 3.62462 149.6 3.62462C148.48 3.64923 147.366 4.26462 147.212 5.31692L146.468 10.6769C146.314 11.6862 147.28 12.3262 148.375 12.3262C149.188 12.3262 150.086 11.9877 150.64 11.1938C150.745 11.0462 150.954 10.9908 151.12 11.0769Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M82.4739 14.9538L84.4431 0.849219C84.4923 0.492296 84.8 0.221527 85.1631 0.221527H87.6369C88.0369 0.221527 88.3631 0.547681 88.3631 0.947681C88.3631 0.984604 88.3631 1.01537 88.3569 1.04614L86.9477 11.0584C86.8923 11.4584 87.1693 11.8215 87.5693 11.8831C87.6 11.8892 87.6369 11.8892 87.6677 11.8892H92.3139C92.7139 11.8892 93.04 12.2154 93.04 12.6154C93.04 12.6461 93.04 12.6831 93.0339 12.7138L92.7016 15.1508C92.6523 15.5138 92.3446 15.7785 91.9816 15.7785H83.1939C82.7939 15.7785 82.4677 15.4523 82.4677 15.0523C82.4677 15.0215 82.4677 14.9846 82.4739 14.9538Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M108.388 14.8984L105.329 0.793835C105.255 0.461527 104.96 0.221527 104.622 0.221527H102.086C101.809 0.221527 101.557 0.381527 101.434 0.627681L94.56 14.7323C94.5108 14.8308 94.4862 14.9415 94.4862 15.0523C94.4862 15.4523 94.8123 15.7785 95.2123 15.7785H97.7846C98.0739 15.7785 98.3323 15.6061 98.4493 15.3477L99.4462 13.0954C99.5631 12.8308 99.8216 12.6646 100.111 12.6646H103.175C103.526 12.6646 103.828 12.9108 103.889 13.2554L104.258 15.1938C104.326 15.5385 104.622 15.7846 104.972 15.7846H107.68C107.729 15.7846 107.785 15.7785 107.834 15.7661C108.222 15.68 108.474 15.2923 108.388 14.8984ZM101.015 9.16307L102.726 4.61537H102.88L103.342 9.16307H101.015Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M109.982 12.7877L111.723 11.3415C112.025 11.0892 112.462 11.1015 112.757 11.3661C113.477 12.0184 114.505 12.3508 115.446 12.3508C116.499 12.3508 117.422 11.9754 117.575 11.1631C117.748 10.1969 116.394 9.77845 115.145 9.59999C112.714 9.20614 110.517 7.24922 111.065 4.30153C111.655 1.11384 114.462 -0.00616455 117.311 -0.00616455C119.009 -0.00616455 120.603 0.424605 121.883 1.9446C122.098 2.20307 122.068 2.59076 121.809 2.8123C121.797 2.8246 121.778 2.83691 121.766 2.84922L119.914 4.13537C119.655 4.31383 119.311 4.30153 119.065 4.11076C118.425 3.60614 117.594 3.35999 116.855 3.34153C115.871 3.31691 115.034 3.6923 114.948 4.48614C114.837 5.3846 115.625 5.7846 116.812 6.04922C119.508 6.55383 122.142 7.58768 121.415 11.4584C120.843 14.4923 118.215 16.0061 114.862 16.0061C113.188 16.0061 111.157 15.2431 109.902 13.7292C109.662 13.44 109.699 13.0215 109.982 12.7877Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M123.175 12.7877L124.917 11.3415C125.218 11.0892 125.662 11.1015 125.951 11.3661C126.671 12.0184 127.698 12.3508 128.64 12.3508C129.692 12.3508 130.615 11.9754 130.769 11.1631C130.942 10.1969 129.588 9.77845 128.338 9.59999C125.908 9.20614 123.711 7.24922 124.258 4.30153C124.849 1.11384 127.655 -0.00616455 130.505 -0.00616455C132.203 -0.00616455 133.797 0.424605 135.077 1.9446C135.292 2.20307 135.262 2.59076 135.003 2.8123C134.991 2.8246 134.972 2.83691 134.96 2.84922L133.108 4.13537C132.849 4.31383 132.505 4.30153 132.258 4.11076C131.618 3.60614 130.788 3.35999 130.049 3.34153C129.065 3.31691 128.228 3.6923 128.142 4.48614C128.031 5.3846 128.818 5.7846 130.006 6.04922C132.702 6.55383 135.335 7.58768 134.609 11.4584C134.037 14.4923 131.409 16.0061 128.055 16.0061C126.382 16.0061 124.351 15.2431 123.095 13.7292C122.855 13.44 122.892 13.0215 123.175 12.7877Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M141.735 1.04614L139.766 15.1508C139.717 15.5077 139.409 15.7785 139.046 15.7785H136.591C136.191 15.7785 135.865 15.4523 135.865 15.0523C135.865 15.0215 135.865 14.9846 135.871 14.9538L137.84 0.849219C137.889 0.492296 138.197 0.221527 138.56 0.221527H141.015C141.415 0.221527 141.742 0.547681 141.742 0.947681C141.742 0.97845 141.742 1.01537 141.735 1.04614Z" android:fillType="evenOdd" />
</group>
</vector>
\ No newline at end of file
--- 3,15 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h155.071v16h-155.071z M 0,0" />
! <path android:fillColor="@color/white" android:pathData="M60.6031 5.34154L59.8277 10.5477C59.6493 11.7785 58.2585 12.3508 56.9785 12.3508C55.7846 12.3508 54.6154 11.7785 54.7693 10.6585L55.5446 5.34154C55.7231 4.17846 57.1139 3.58154 58.3939 3.58154C59.6739 3.58154 60.7816 4.17846 60.6031 5.34154ZM59.0031 0H50.6769C50.4616 0 50.2831 0.153846 50.2523 0.363077L49.8462 3.11385C49.8093 3.37231 50.0062 3.6 50.2708 3.6H51.7908C51.9446 3.6 52.0493 3.75385 51.9877 3.89538C51.7969 4.33846 51.6616 4.81846 51.5816 5.33538L50.8062 10.6523C50.3077 14.2215 53.2923 16 56.5354 16C59.9385 16 63.2739 14.2215 63.7846 10.6585L64.56 5.34154C65.0585 1.85231 62.1785 0.0738462 59.0031 0ZM9.4154 6.98462L9.45848 9.53846C9.45848 9.59385 9.42156 9.63692 9.37233 9.64923L8.51079 6.57231C8.51079 6.56615 8.51079 6.56 8.50463 6.56L5.84002 0.258462C5.77233 0.0984615 5.62463 0 5.45233 0H2.43079C2.22156 0 2.04925 0.153846 2.01848 0.363077L0.00617349 14.9046C-0.0307496 15.1569 0.166174 15.3846 0.418481 15.3846H3.42771C3.63694 15.3846 3.8154 15.2308 3.84002 15.0215L4.62771 9.24308C4.62771 9.23692 4.62771 9.23077 4.62771 9.22462L4.58464 6.25846L4.67079 6.23385L5.5754 9.31077C5.5754 9.31692 5.5754 9.31692 5.58156 9.32308L8.07387 15.1262C8.14156 15.28 8.28925 15.3785 8.4554 15.3785H11.7169C11.9262 15.3785 12.1046 15.2246 12.1293 15.0154L14.1477 0.473846C14.1846 0.227692 13.9877 0 13.7354 0H10.7446C10.5354 0 10.3569 0.153846 10.3323 0.363077L9.4154 6.96615C9.4154 6.97231 9.4154 6.97846 9.4154 6.98462ZM15.2062 15.3846H18.3693C18.5908 15.3846 18.7754 15.2308 18.8062 15.0215L20.9231 0.48C20.9539 0.227692 20.7508 0 20.4862 0H17.3231C17.1016 0 16.9169 0.153846 16.8862 0.363077L14.7693 14.9046C14.7385 15.1569 14.9416 15.3846 15.2062 15.3846ZM23.1816 0.356923L22.7754 3.07692C22.7385 3.32923 22.9416 3.55692 23.2 3.55692H26.4554C26.72 3.55692 26.9169 3.78462 26.88 4.03692L25.3477 14.9046C25.3169 15.1569 25.5139 15.3846 25.7785 15.3846H28.9354C29.1508 15.3846 29.3354 15.2308 29.36 15.0215L30.9231 3.92C30.9539 3.71077 31.1323 3.55692 31.3477 3.55692H34.8493C35.0646 3.55692 35.2431 3.40308 35.2739 3.2L35.68 0.486154C35.7231 0.227692 35.5262 0 35.2616 0H23.6062C23.3969 0 23.2123 0.153846 23.1816 0.356923ZM45.1693 5.36615C45.0585 6.25846 44.3508 7.15077 43.1323 7.15077H41.3046C41.0462 7.15077 40.8431 6.92308 40.88 6.67077L41.2677 3.99385C41.2923 3.78462 41.4769 3.63077 41.6923 3.63077H43.6431C44.8123 3.63077 45.28 4.43077 45.1693 5.36615ZM44.0862 0H38.1969C37.9816 0 37.8031 0.153846 37.7723 0.363077L35.6985 14.9046C35.6616 15.1569 35.8585 15.3846 36.1231 15.3846H39.2616C39.4769 15.3846 39.6554 15.2308 39.6862 15.0215L40.2954 10.6769C40.3077 10.5723 40.4 10.4923 40.5108 10.4923H40.9169C40.9908 10.4923 41.0585 10.5292 41.0954 10.5908L44.0923 15.1877C44.1723 15.3108 44.3077 15.3846 44.4554 15.3846H48.3323C48.6769 15.3846 48.8862 15.0031 48.6831 14.72L45.5385 10.3077C45.4646 10.2031 45.5016 10.0554 45.6185 10C47.6246 9.03385 48.7939 8.04923 49.1754 5.30462C49.6185 1.69231 47.3169 0 44.0862 0Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M78.4431 11.0769L81.0339 12.3569C81.1754 12.4246 81.2308 12.5969 81.1631 12.7385C81.1569 12.7508 81.1446 12.7692 81.1385 12.7815C79.2739 15.2862 77.1262 16 75.2431 16C72.1969 16 69.3908 14.2215 69.8708 10.6831L70.6154 5.32308C71.0954 1.80308 74.4246 0 77.5385 0C79.36 0 81.44 0.738461 82.3693 3.21846C82.4431 3.41538 82.3446 3.63692 82.1477 3.71692L79.4585 4.75077C79.2739 4.81846 79.0708 4.75077 78.9662 4.58462C78.5416 3.91385 77.7354 3.62462 76.9231 3.62462C75.8031 3.64923 74.6893 4.26462 74.5354 5.31692L73.7908 10.6769C73.6369 11.6862 74.6031 12.3262 75.6985 12.3262C76.5108 12.3262 77.4093 11.9877 77.9631 11.1938C78.0677 11.0462 78.2769 10.9908 78.4431 11.0769Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M151.12 11.0769L153.711 12.3569C153.852 12.4246 153.908 12.5969 153.84 12.7385C153.834 12.7508 153.822 12.7692 153.815 12.7815C151.951 15.2862 149.803 16 147.92 16C144.874 16 142.068 14.2215 142.548 10.6831L143.292 5.32308C143.772 1.80308 147.102 0 150.215 0C152.037 0 154.117 0.738461 155.046 3.21846C155.12 3.41538 155.022 3.63692 154.825 3.71692L152.135 4.75077C151.951 4.81846 151.748 4.75077 151.643 4.58462C151.218 3.91385 150.412 3.62462 149.6 3.62462C148.48 3.64923 147.366 4.26462 147.212 5.31692L146.468 10.6769C146.314 11.6862 147.28 12.3262 148.375 12.3262C149.188 12.3262 150.086 11.9877 150.64 11.1938C150.745 11.0462 150.954 10.9908 151.12 11.0769Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M82.4739 14.9538L84.4431 0.849219C84.4923 0.492296 84.8 0.221527 85.1631 0.221527H87.6369C88.0369 0.221527 88.3631 0.547681 88.3631 0.947681C88.3631 0.984604 88.3631 1.01537 88.3569 1.04614L86.9477 11.0584C86.8923 11.4584 87.1693 11.8215 87.5693 11.8831C87.6 11.8892 87.6369 11.8892 87.6677 11.8892H92.3139C92.7139 11.8892 93.04 12.2154 93.04 12.6154C93.04 12.6461 93.04 12.6831 93.0339 12.7138L92.7016 15.1508C92.6523 15.5138 92.3446 15.7785 91.9816 15.7785H83.1939C82.7939 15.7785 82.4677 15.4523 82.4677 15.0523C82.4677 15.0215 82.4677 14.9846 82.4739 14.9538Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M108.388 14.8984L105.329 0.793835C105.255 0.461527 104.96 0.221527 104.622 0.221527H102.086C101.809 0.221527 101.557 0.381527 101.434 0.627681L94.56 14.7323C94.5108 14.8308 94.4862 14.9415 94.4862 15.0523C94.4862 15.4523 94.8123 15.7785 95.2123 15.7785H97.7846C98.0739 15.7785 98.3323 15.6061 98.4493 15.3477L99.4462 13.0954C99.5631 12.8308 99.8216 12.6646 100.111 12.6646H103.175C103.526 12.6646 103.828 12.9108 103.889 13.2554L104.258 15.1938C104.326 15.5385 104.622 15.7846 104.972 15.7846H107.68C107.729 15.7846 107.785 15.7785 107.834 15.7661C108.222 15.68 108.474 15.2923 108.388 14.8984ZM101.015 9.16307L102.726 4.61537H102.88L103.342 9.16307H101.015Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M109.982 12.7877L111.723 11.3415C112.025 11.0892 112.462 11.1015 112.757 11.3661C113.477 12.0184 114.505 12.3508 115.446 12.3508C116.499 12.3508 117.422 11.9754 117.575 11.1631C117.748 10.1969 116.394 9.77845 115.145 9.59999C112.714 9.20614 110.517 7.24922 111.065 4.30153C111.655 1.11384 114.462 -0.00616455 117.311 -0.00616455C119.009 -0.00616455 120.603 0.424605 121.883 1.9446C122.098 2.20307 122.068 2.59076 121.809 2.8123C121.797 2.8246 121.778 2.83691 121.766 2.84922L119.914 4.13537C119.655 4.31383 119.311 4.30153 119.065 4.11076C118.425 3.60614 117.594 3.35999 116.855 3.34153C115.871 3.31691 115.034 3.6923 114.948 4.48614C114.837 5.3846 115.625 5.7846 116.812 6.04922C119.508 6.55383 122.142 7.58768 121.415 11.4584C120.843 14.4923 118.215 16.0061 114.862 16.0061C113.188 16.0061 111.157 15.2431 109.902 13.7292C109.662 13.44 109.699 13.0215 109.982 12.7877Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M123.175 12.7877L124.917 11.3415C125.218 11.0892 125.662 11.1015 125.951 11.3661C126.671 12.0184 127.698 12.3508 128.64 12.3508C129.692 12.3508 130.615 11.9754 130.769 11.1631C130.942 10.1969 129.588 9.77845 128.338 9.59999C125.908 9.20614 123.711 7.24922 124.258 4.30153C124.849 1.11384 127.655 -0.00616455 130.505 -0.00616455C132.203 -0.00616455 133.797 0.424605 135.077 1.9446C135.292 2.20307 135.262 2.59076 135.003 2.8123C134.991 2.8246 134.972 2.83691 134.96 2.84922L133.108 4.13537C132.849 4.31383 132.505 4.30153 132.258 4.11076C131.618 3.60614 130.788 3.35999 130.049 3.34153C129.065 3.31691 128.228 3.6923 128.142 4.48614C128.031 5.3846 128.818 5.7846 130.006 6.04922C132.702 6.55383 135.335 7.58768 134.609 11.4584C134.037 14.4923 131.409 16.0061 128.055 16.0061C126.382 16.0061 124.351 15.2431 123.095 13.7292C122.855 13.44 122.892 13.0215 123.175 12.7877Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M141.735 1.04614L139.766 15.1508C139.717 15.5077 139.409 15.7785 139.046 15.7785H136.591C136.191 15.7785 135.865 15.4523 135.865 15.0523C135.865 15.0215 135.865 14.9846 135.871 14.9538L137.84 0.849219C137.889 0.492296 138.197 0.221527 138.56 0.221527H141.015C141.415 0.221527 141.742 0.547681 141.742 0.947681C141.742 0.97845 141.742 1.01537 141.735 1.04614Z" android:fillType="evenOdd" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_logo_nitro_classic.xml to/res/drawable-anydpi-v24/img_logo_nitro_classic.xml
*** from/res/drawable-anydpi-v24/img_logo_nitro_classic.xml 2021-01-02 17:58:42.702416289 -0700
--- to/res/drawable-anydpi-v24/img_logo_nitro_classic.xml 2021-01-11 15:14:01.206592336 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="41.0dip" android:width="143.0dip" android:viewportWidth="143.0" android:viewportHeight="41.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M98.481,8.679L97.224,17.143C96.937,19.143 94.674,20.072 92.592,20.072 90.653,20.072 88.749,19.143 89.001,17.321L90.258,8.679C90.545,6.785 92.807,5.821 94.89,5.821 96.972,5.821 98.768,6.785 98.481,8.679M95.884,0.004L95.885,0 82.354,0C82.009,0 81.715,0.252 81.665,0.592L81.007,5.064C80.946,5.482 81.272,5.857 81.697,5.857L84.167,5.857C84.416,5.857 84.586,6.109 84.488,6.336 84.18,7.055 83.955,7.836 83.831,8.679L82.573,17.321C81.747,23.107 86.595,26 91.874,26 97.404,26 102.826,23.107 103.652,17.321L104.908,8.679C105.718,3.007 101.041,0.116 95.884,0.004M15.297,11.349L15.365,15.497C15.366,15.582 15.309,15.657 15.227,15.678L15.227,15.678 13.83,10.675C13.828,10.667 13.826,10.66 13.822,10.653L9.489,0.416C9.382,0.164 9.136,0 8.865,0L3.953,0C3.615,0 3.328,0.252 3.281,0.59L0.007,24.22C-0.05,24.632 0.267,25 0.679,25L5.571,25C5.91,25 6.197,24.748 6.244,24.409L7.526,15.021C7.527,15.012 7.528,15.002 7.528,14.993L7.458,10.169 7.598,10.134 9.065,15.137C9.067,15.145 9.069,15.152 9.072,15.158L13.125,24.588C13.233,24.838 13.478,25 13.748,25L19.046,25C19.384,25 19.671,24.748 19.718,24.41L22.993,0.78C23.05,0.368 22.733,0 22.321,0L17.462,0C17.124,0 16.837,0.252 16.79,0.59L15.299,11.32C15.297,11.33 15.297,11.339 15.297,11.349M24.713,25L29.85,25C30.205,25 30.506,24.748 30.555,24.41L33.993,0.78C34.053,0.368 33.72,0 33.287,0L28.15,0C27.795,0 27.494,0.252 27.445,0.59L24.007,24.22C23.947,24.632 24.28,25 24.713,25M37.67,0.585L37.008,4.999C36.946,5.412 37.274,5.782 37.701,5.782L42.99,5.782C43.416,5.782 43.743,6.149 43.685,6.56L41.193,24.223C41.135,24.634 41.463,25 41.888,25L47.016,25C47.366,25 47.662,24.748 47.71,24.409L50.255,6.373C50.302,6.035 50.599,5.782 50.949,5.782L56.636,5.782C56.984,5.782 57.279,5.533 57.33,5.198L57.992,0.783C58.054,0.37 57.726,0 57.299,0L38.364,0C38.016,0 37.72,0.249 37.67,0.585M73.4,8.722C73.22,10.169 72.069,11.617 70.09,11.617L67.117,11.617C66.693,11.617 66.366,11.248 66.426,10.836L67.055,6.485C67.104,6.147 67.399,5.897 67.746,5.897L70.918,5.897C72.824,5.897 73.58,7.203 73.4,8.722M71.637,0L62.064,0C61.716,0 61.421,0.252 61.373,0.59L58.007,24.22C57.948,24.632 58.274,25 58.698,25L63.799,25C64.147,25 64.443,24.748 64.49,24.409L65.481,17.351C65.504,17.181 65.652,17.055 65.826,17.055L66.482,17.055C66.601,17.055 66.712,17.114 66.776,17.213L71.647,24.684C71.776,24.881 71.997,25 72.235,25L78.536,25C79.1,25 79.431,24.377 79.107,23.923L73.995,16.749C73.872,16.577 73.935,16.338 74.128,16.246 77.391,14.68 79.287,13.076 79.911,8.616 80.63,2.754 76.89,0 71.637,0M5.934,37.616L7.713,38.495C7.809,38.543 7.849,38.66 7.801,38.757 7.796,38.768 7.79,38.778 7.783,38.787 7.783,38.787 7.783,38.787 7.783,38.787 6.502,40.507 5.025,41 3.73,41 1.635,41 -0.294,39.776 0.037,37.343L0.55,33.657C0.881,31.239 3.172,30 5.312,30 6.564,30 7.995,30.51 8.633,32.213 8.633,32.213 8.633,32.213 8.633,32.213L8.633,32.213C8.685,32.35 8.616,32.502 8.48,32.555L6.632,33.264C6.507,33.312 6.366,33.265 6.295,33.152 6.295,33.152 6.295,33.152 6.295,33.152 6.005,32.692 5.447,32.493 4.89,32.493 4.122,32.508 3.353,32.931 3.248,33.657L2.735,37.343C2.63,38.038 3.293,38.477 4.046,38.477 4.603,38.477 5.221,38.244 5.603,37.7 5.603,37.7 5.603,37.7 5.603,37.7L5.603,37.7C5.677,37.594 5.817,37.558 5.934,37.616zM59.283,37.616L61.062,38.495C61.159,38.543 61.199,38.66 61.151,38.757 61.146,38.768 61.14,38.778 61.133,38.787 61.133,38.787 61.133,38.787 61.133,38.787 59.852,40.507 58.374,41 57.08,41 54.985,41 53.055,39.776 53.387,37.343L53.899,33.657C54.231,31.239 56.522,30 58.662,30 59.914,30 61.345,30.51 61.983,32.213 61.983,32.213 61.983,32.213 61.983,32.213L61.983,32.213C62.034,32.35 61.966,32.502 61.829,32.555L59.982,33.264C59.857,33.312 59.716,33.265 59.644,33.152 59.644,33.152 59.644,33.152 59.644,33.152 59.354,32.692 58.797,32.493 58.24,32.493 57.471,32.508 56.703,32.931 56.597,33.657L56.085,37.343C55.979,38.038 56.642,38.477 57.396,38.477 57.953,38.477 58.571,38.244 58.952,37.7 58.952,37.7 58.952,37.7 58.952,37.7L58.952,37.7C59.027,37.594 59.167,37.558 59.283,37.616zM9.551,40.28L10.904,30.582C10.938,30.335 11.15,30.151 11.399,30.151L13.102,30.151C13.378,30.151 13.602,30.375 13.602,30.651 13.602,30.674 13.6,30.698 13.597,30.721L12.627,37.605C12.588,37.878 12.779,38.131 13.052,38.17 13.075,38.173 13.099,38.174 13.122,38.174L16.315,38.174C16.591,38.174 16.815,38.398 16.815,38.674 16.815,38.697 16.813,38.719 16.81,38.741L16.584,40.416C16.55,40.664 16.339,40.849 16.088,40.849L10.047,40.849C9.77,40.849 9.547,40.625 9.547,40.349 9.547,40.326 9.548,40.303 9.551,40.28zM25.262,30.545L27.366,40.243C27.424,40.513 27.253,40.779 26.983,40.838 26.948,40.845 26.913,40.849 26.877,40.849L25.018,40.849C24.777,40.849 24.571,40.678 24.526,40.442L24.274,39.11C24.229,38.874 24.023,38.703 23.783,38.703L21.674,38.703C21.476,38.703 21.297,38.82 21.216,39.001L20.53,40.551C20.45,40.732 20.271,40.849 20.073,40.849L18.305,40.849C18.029,40.849 17.805,40.625 17.805,40.349 17.805,40.273 17.822,40.198 17.856,40.13L22.583,30.432C22.667,30.26 22.841,30.151 23.032,30.151L24.773,30.151C25.008,30.151 25.212,30.315 25.262,30.545zM22.298,36.301L23.895,36.301 23.579,33.173 23.473,33.173 22.298,36.301zM28.462,38.793L29.66,37.798C29.867,37.626 30.17,37.633 30.369,37.814 30.369,37.814 30.369,37.814 30.369,37.814 30.863,38.263 31.57,38.492 32.217,38.492 32.941,38.492 33.574,38.235 33.679,37.676 33.8,37.011 32.866,36.724 32.007,36.603 30.334,36.331 28.826,34.986 29.203,32.962 29.61,30.771 31.539,30 33.499,30 34.668,30 35.763,30.295 36.641,31.339 36.641,31.339 36.641,31.339 36.641,31.339L36.641,31.339C36.791,31.518 36.768,31.784 36.59,31.934 36.58,31.943 36.569,31.951 36.559,31.958L35.285,32.842C35.108,32.965 34.872,32.957 34.703,32.823 34.703,32.823 34.703,32.823 34.703,32.823 34.264,32.476 33.692,32.309 33.182,32.297 32.504,32.282 31.931,32.538 31.871,33.082 31.796,33.702 32.338,33.974 33.152,34.155 35.006,34.503 36.814,35.213 36.317,37.872 35.925,39.957 34.116,41 31.811,41 30.659,41 29.263,40.475 28.402,39.435 28.402,39.435 28.402,39.435 28.402,39.435L28.402,39.435C28.241,39.241 28.268,38.954 28.461,38.793zM38.378,38.793L39.577,37.798C39.784,37.626 40.087,37.633 40.286,37.814 40.286,37.814 40.286,37.814 40.286,37.814 40.78,38.263 41.487,38.492 42.134,38.492 42.858,38.492 43.491,38.235 43.596,37.676 43.717,37.011 42.783,36.724 41.923,36.603 40.251,36.331 38.743,34.986 39.12,32.962 39.527,30.771 41.456,30 43.416,30 44.584,30 45.68,30.295 46.558,31.339 46.558,31.339 46.558,31.339 46.558,31.339L46.558,31.339C46.708,31.518 46.685,31.784 46.507,31.934 46.497,31.943 46.486,31.951 46.476,31.958L45.202,32.842C45.025,32.965 44.789,32.957 44.62,32.823 44.62,32.823 44.62,32.823 44.62,32.823 44.181,32.476 43.609,32.309 43.099,32.297 42.421,32.282 41.848,32.538 41.788,33.082 41.712,33.702 42.255,33.974 43.069,34.155 44.923,34.503 46.731,35.213 46.234,37.872 45.842,39.957 44.033,41 41.728,41 40.576,41 39.18,40.475 38.319,39.435 38.319,39.435 38.319,39.435 38.319,39.435L38.319,39.435C38.158,39.241 38.185,38.954 38.378,38.793zM51.984,30.72L50.632,40.418C50.597,40.665 50.386,40.849 50.136,40.849L48.448,40.849C48.172,40.849 47.948,40.625 47.948,40.349 47.948,40.326 47.95,40.303 47.953,40.28L49.306,30.582C49.34,30.335 49.551,30.151 49.801,30.151L51.489,30.151C51.765,30.151 51.989,30.375 51.989,30.651 51.989,30.674 51.987,30.697 51.984,30.72z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="41.0dip" android:width="143.0dip" android:viewportWidth="143.0" android:viewportHeight="41.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M98.481,8.679L97.224,17.143C96.937,19.143 94.674,20.072 92.592,20.072 90.653,20.072 88.749,19.143 89.001,17.321L90.258,8.679C90.545,6.785 92.807,5.821 94.89,5.821 96.972,5.821 98.768,6.785 98.481,8.679M95.884,0.004L95.885,0 82.354,0C82.009,0 81.715,0.252 81.665,0.592L81.007,5.064C80.946,5.482 81.272,5.857 81.697,5.857L84.167,5.857C84.416,5.857 84.586,6.109 84.488,6.336 84.18,7.055 83.955,7.836 83.831,8.679L82.573,17.321C81.747,23.107 86.595,26 91.874,26 97.404,26 102.826,23.107 103.652,17.321L104.908,8.679C105.718,3.007 101.041,0.116 95.884,0.004M15.297,11.349L15.365,15.497C15.366,15.582 15.309,15.657 15.227,15.678L15.227,15.678 13.83,10.675C13.828,10.667 13.826,10.66 13.822,10.653L9.489,0.416C9.382,0.164 9.136,0 8.865,0L3.953,0C3.615,0 3.328,0.252 3.281,0.59L0.007,24.22C-0.05,24.632 0.267,25 0.679,25L5.571,25C5.91,25 6.197,24.748 6.244,24.409L7.526,15.021C7.527,15.012 7.528,15.002 7.528,14.993L7.458,10.169 7.598,10.134 9.065,15.137C9.067,15.145 9.069,15.152 9.072,15.158L13.125,24.588C13.233,24.838 13.478,25 13.748,25L19.046,25C19.384,25 19.671,24.748 19.718,24.41L22.993,0.78C23.05,0.368 22.733,0 22.321,0L17.462,0C17.124,0 16.837,0.252 16.79,0.59L15.299,11.32C15.297,11.33 15.297,11.339 15.297,11.349M24.713,25L29.85,25C30.205,25 30.506,24.748 30.555,24.41L33.993,0.78C34.053,0.368 33.72,0 33.287,0L28.15,0C27.795,0 27.494,0.252 27.445,0.59L24.007,24.22C23.947,24.632 24.28,25 24.713,25M37.67,0.585L37.008,4.999C36.946,5.412 37.274,5.782 37.701,5.782L42.99,5.782C43.416,5.782 43.743,6.149 43.685,6.56L41.193,24.223C41.135,24.634 41.463,25 41.888,25L47.016,25C47.366,25 47.662,24.748 47.71,24.409L50.255,6.373C50.302,6.035 50.599,5.782 50.949,5.782L56.636,5.782C56.984,5.782 57.279,5.533 57.33,5.198L57.992,0.783C58.054,0.37 57.726,0 57.299,0L38.364,0C38.016,0 37.72,0.249 37.67,0.585M73.4,8.722C73.22,10.169 72.069,11.617 70.09,11.617L67.117,11.617C66.693,11.617 66.366,11.248 66.426,10.836L67.055,6.485C67.104,6.147 67.399,5.897 67.746,5.897L70.918,5.897C72.824,5.897 73.58,7.203 73.4,8.722M71.637,0L62.064,0C61.716,0 61.421,0.252 61.373,0.59L58.007,24.22C57.948,24.632 58.274,25 58.698,25L63.799,25C64.147,25 64.443,24.748 64.49,24.409L65.481,17.351C65.504,17.181 65.652,17.055 65.826,17.055L66.482,17.055C66.601,17.055 66.712,17.114 66.776,17.213L71.647,24.684C71.776,24.881 71.997,25 72.235,25L78.536,25C79.1,25 79.431,24.377 79.107,23.923L73.995,16.749C73.872,16.577 73.935,16.338 74.128,16.246 77.391,14.68 79.287,13.076 79.911,8.616 80.63,2.754 76.89,0 71.637,0M5.934,37.616L7.713,38.495C7.809,38.543 7.849,38.66 7.801,38.757 7.796,38.768 7.79,38.778 7.783,38.787 7.783,38.787 7.783,38.787 7.783,38.787 6.502,40.507 5.025,41 3.73,41 1.635,41 -0.294,39.776 0.037,37.343L0.55,33.657C0.881,31.239 3.172,30 5.312,30 6.564,30 7.995,30.51 8.633,32.213 8.633,32.213 8.633,32.213 8.633,32.213L8.633,32.213C8.685,32.35 8.616,32.502 8.48,32.555L6.632,33.264C6.507,33.312 6.366,33.265 6.295,33.152 6.295,33.152 6.295,33.152 6.295,33.152 6.005,32.692 5.447,32.493 4.89,32.493 4.122,32.508 3.353,32.931 3.248,33.657L2.735,37.343C2.63,38.038 3.293,38.477 4.046,38.477 4.603,38.477 5.221,38.244 5.603,37.7 5.603,37.7 5.603,37.7 5.603,37.7L5.603,37.7C5.677,37.594 5.817,37.558 5.934,37.616zM59.283,37.616L61.062,38.495C61.159,38.543 61.199,38.66 61.151,38.757 61.146,38.768 61.14,38.778 61.133,38.787 61.133,38.787 61.133,38.787 61.133,38.787 59.852,40.507 58.374,41 57.08,41 54.985,41 53.055,39.776 53.387,37.343L53.899,33.657C54.231,31.239 56.522,30 58.662,30 59.914,30 61.345,30.51 61.983,32.213 61.983,32.213 61.983,32.213 61.983,32.213L61.983,32.213C62.034,32.35 61.966,32.502 61.829,32.555L59.982,33.264C59.857,33.312 59.716,33.265 59.644,33.152 59.644,33.152 59.644,33.152 59.644,33.152 59.354,32.692 58.797,32.493 58.24,32.493 57.471,32.508 56.703,32.931 56.597,33.657L56.085,37.343C55.979,38.038 56.642,38.477 57.396,38.477 57.953,38.477 58.571,38.244 58.952,37.7 58.952,37.7 58.952,37.7 58.952,37.7L58.952,37.7C59.027,37.594 59.167,37.558 59.283,37.616zM9.551,40.28L10.904,30.582C10.938,30.335 11.15,30.151 11.399,30.151L13.102,30.151C13.378,30.151 13.602,30.375 13.602,30.651 13.602,30.674 13.6,30.698 13.597,30.721L12.627,37.605C12.588,37.878 12.779,38.131 13.052,38.17 13.075,38.173 13.099,38.174 13.122,38.174L16.315,38.174C16.591,38.174 16.815,38.398 16.815,38.674 16.815,38.697 16.813,38.719 16.81,38.741L16.584,40.416C16.55,40.664 16.339,40.849 16.088,40.849L10.047,40.849C9.77,40.849 9.547,40.625 9.547,40.349 9.547,40.326 9.548,40.303 9.551,40.28zM25.262,30.545L27.366,40.243C27.424,40.513 27.253,40.779 26.983,40.838 26.948,40.845 26.913,40.849 26.877,40.849L25.018,40.849C24.777,40.849 24.571,40.678 24.526,40.442L24.274,39.11C24.229,38.874 24.023,38.703 23.783,38.703L21.674,38.703C21.476,38.703 21.297,38.82 21.216,39.001L20.53,40.551C20.45,40.732 20.271,40.849 20.073,40.849L18.305,40.849C18.029,40.849 17.805,40.625 17.805,40.349 17.805,40.273 17.822,40.198 17.856,40.13L22.583,30.432C22.667,30.26 22.841,30.151 23.032,30.151L24.773,30.151C25.008,30.151 25.212,30.315 25.262,30.545zM22.298,36.301L23.895,36.301 23.579,33.173 23.473,33.173 22.298,36.301zM28.462,38.793L29.66,37.798C29.867,37.626 30.17,37.633 30.369,37.814 30.369,37.814 30.369,37.814 30.369,37.814 30.863,38.263 31.57,38.492 32.217,38.492 32.941,38.492 33.574,38.235 33.679,37.676 33.8,37.011 32.866,36.724 32.007,36.603 30.334,36.331 28.826,34.986 29.203,32.962 29.61,30.771 31.539,30 33.499,30 34.668,30 35.763,30.295 36.641,31.339 36.641,31.339 36.641,31.339 36.641,31.339L36.641,31.339C36.791,31.518 36.768,31.784 36.59,31.934 36.58,31.943 36.569,31.951 36.559,31.958L35.285,32.842C35.108,32.965 34.872,32.957 34.703,32.823 34.703,32.823 34.703,32.823 34.703,32.823 34.264,32.476 33.692,32.309 33.182,32.297 32.504,32.282 31.931,32.538 31.871,33.082 31.796,33.702 32.338,33.974 33.152,34.155 35.006,34.503 36.814,35.213 36.317,37.872 35.925,39.957 34.116,41 31.811,41 30.659,41 29.263,40.475 28.402,39.435 28.402,39.435 28.402,39.435 28.402,39.435L28.402,39.435C28.241,39.241 28.268,38.954 28.461,38.793zM38.378,38.793L39.577,37.798C39.784,37.626 40.087,37.633 40.286,37.814 40.286,37.814 40.286,37.814 40.286,37.814 40.78,38.263 41.487,38.492 42.134,38.492 42.858,38.492 43.491,38.235 43.596,37.676 43.717,37.011 42.783,36.724 41.923,36.603 40.251,36.331 38.743,34.986 39.12,32.962 39.527,30.771 41.456,30 43.416,30 44.584,30 45.68,30.295 46.558,31.339 46.558,31.339 46.558,31.339 46.558,31.339L46.558,31.339C46.708,31.518 46.685,31.784 46.507,31.934 46.497,31.943 46.486,31.951 46.476,31.958L45.202,32.842C45.025,32.965 44.789,32.957 44.62,32.823 44.62,32.823 44.62,32.823 44.62,32.823 44.181,32.476 43.609,32.309 43.099,32.297 42.421,32.282 41.848,32.538 41.788,33.082 41.712,33.702 42.255,33.974 43.069,34.155 44.923,34.503 46.731,35.213 46.234,37.872 45.842,39.957 44.033,41 41.728,41 40.576,41 39.18,40.475 38.319,39.435 38.319,39.435 38.319,39.435 38.319,39.435L38.319,39.435C38.158,39.241 38.185,38.954 38.378,38.793zM51.984,30.72L50.632,40.418C50.597,40.665 50.386,40.849 50.136,40.849L48.448,40.849C48.172,40.849 47.948,40.625 47.948,40.349 47.948,40.326 47.95,40.303 47.953,40.28L49.306,30.582C49.34,30.335 49.551,30.151 49.801,30.151L51.489,30.151C51.765,30.151 51.989,30.375 51.989,30.651 51.989,30.674 51.987,30.697 51.984,30.72z" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_logo_nitro.xml to/res/drawable-anydpi-v24/img_logo_nitro.xml
*** from/res/drawable-anydpi-v24/img_logo_nitro.xml 2021-01-02 17:58:42.701416305 -0700
--- to/res/drawable-anydpi-v24/img_logo_nitro.xml 2021-01-11 15:14:01.557587080 -0700
***************
*** 1,5 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="26.0dip" android:width="106.0dip" android:viewportWidth="106.0" android:viewportHeight="26.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M98.827,8.648L97.579,17.082C97.294,19.075 95.049,20.001 92.982,20.001 91.057,20.001 89.168,19.075 89.418,17.261L90.665,8.648C90.95,6.762 93.196,5.801 95.262,5.801 97.329,5.801 99.112,6.762 98.827,8.648M96.25,0.004L96.25,0 82.821,0C82.478,0 82.186,0.251 82.137,0.59L81.484,5.046C81.423,5.463 81.746,5.836 82.168,5.836L84.62,5.836C84.867,5.836 85.036,6.087 84.939,6.314 84.633,7.03 84.41,7.808 84.286,8.648L83.038,17.261C82.218,23.026 87.03,25.909 92.269,25.909 97.757,25.909 103.139,23.026 103.959,17.261L105.206,8.648C106.01,2.997 101.368,0.115 96.25,0.004M15.578,11.794L15.647,15.975C15.648,16.061 15.59,16.136 15.507,16.157L15.507,16.157 14.084,11.115C14.082,11.107 14.08,11.1 14.076,11.092L9.663,0.775C9.554,0.521 9.304,0.356 9.027,0.356L4.026,0.356C3.681,0.356 3.389,0.61 3.342,0.951L0.007,24.767C-0.051,25.182 0.272,25.553 0.691,25.553L5.674,25.553C6.019,25.553 6.311,25.298 6.358,24.957L7.664,15.495C7.666,15.486 7.666,15.476 7.666,15.467L7.595,10.605 7.737,10.57 9.231,15.613C9.233,15.62 9.236,15.627 9.239,15.634L13.366,25.137C13.476,25.389 13.725,25.553 14,25.553L19.396,25.553C19.741,25.553 20.033,25.299 20.08,24.958L23.416,1.142C23.474,0.727 23.151,0.356 22.731,0.356L17.783,0.356C17.438,0.356 17.146,0.609 17.098,0.95L15.58,11.765C15.578,11.775 15.578,11.785 15.578,11.794M25.22,25.553L30.204,25.553C30.548,25.553 30.84,25.299 30.888,24.958L34.223,1.142C34.281,0.727 33.958,0.356 33.538,0.356L28.555,0.356C28.21,0.356 27.918,0.61 27.87,0.951L24.536,24.767C24.477,25.182 24.8,25.553 25.22,25.553M37.589,0.911L36.936,5.366C36.875,5.783 37.198,6.157 37.62,6.157L42.834,6.157C43.254,6.157 43.576,6.526 43.519,6.941L41.063,24.768C41.006,25.183 41.328,25.553 41.747,25.553L46.803,25.553C47.148,25.553 47.441,25.298 47.488,24.956L49.996,6.753C50.043,6.411 50.335,6.157 50.681,6.157L56.287,6.157C56.631,6.157 56.922,5.905 56.971,5.566L57.625,1.111C57.686,0.694 57.363,0.321 56.941,0.321L38.273,0.321C37.93,0.321 37.638,0.572 37.589,0.911M72.916,9.146C72.737,10.605 71.597,12.064 69.636,12.064L66.691,12.064C66.27,12.064 65.947,11.693 66.006,11.277L66.63,6.892C66.678,6.552 66.97,6.299 67.314,6.299L70.456,6.299C72.345,6.299 73.094,7.616 72.916,9.146M71.169,0.356L61.685,0.356C61.34,0.356 61.048,0.61 61,0.951L57.665,24.767C57.607,25.182 57.93,25.553 58.35,25.553L63.403,25.553C63.749,25.553 64.041,25.298 64.088,24.957L65.07,17.843C65.093,17.672 65.239,17.545 65.412,17.545L66.062,17.545C66.18,17.545 66.289,17.605 66.353,17.704L71.179,25.235C71.306,25.433 71.526,25.553 71.761,25.553L78.003,25.553C78.563,25.553 78.89,24.924 78.57,24.467L73.505,17.237C73.384,17.064 73.446,16.822 73.636,16.73 76.87,15.152 78.748,13.535 79.367,9.039 80.079,3.132 76.373,0.356 71.169,0.356" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 1,5 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="26.0dip" android:width="106.0dip" android:viewportWidth="106.0" android:viewportHeight="26.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M98.827,8.648L97.579,17.082C97.294,19.075 95.049,20.001 92.982,20.001 91.057,20.001 89.168,19.075 89.418,17.261L90.665,8.648C90.95,6.762 93.196,5.801 95.262,5.801 97.329,5.801 99.112,6.762 98.827,8.648M96.25,0.004L96.25,0 82.821,0C82.478,0 82.186,0.251 82.137,0.59L81.484,5.046C81.423,5.463 81.746,5.836 82.168,5.836L84.62,5.836C84.867,5.836 85.036,6.087 84.939,6.314 84.633,7.03 84.41,7.808 84.286,8.648L83.038,17.261C82.218,23.026 87.03,25.909 92.269,25.909 97.757,25.909 103.139,23.026 103.959,17.261L105.206,8.648C106.01,2.997 101.368,0.115 96.25,0.004M15.578,11.794L15.647,15.975C15.648,16.061 15.59,16.136 15.507,16.157L15.507,16.157 14.084,11.115C14.082,11.107 14.08,11.1 14.076,11.092L9.663,0.775C9.554,0.521 9.304,0.356 9.027,0.356L4.026,0.356C3.681,0.356 3.389,0.61 3.342,0.951L0.007,24.767C-0.051,25.182 0.272,25.553 0.691,25.553L5.674,25.553C6.019,25.553 6.311,25.298 6.358,24.957L7.664,15.495C7.666,15.486 7.666,15.476 7.666,15.467L7.595,10.605 7.737,10.57 9.231,15.613C9.233,15.62 9.236,15.627 9.239,15.634L13.366,25.137C13.476,25.389 13.725,25.553 14,25.553L19.396,25.553C19.741,25.553 20.033,25.299 20.08,24.958L23.416,1.142C23.474,0.727 23.151,0.356 22.731,0.356L17.783,0.356C17.438,0.356 17.146,0.609 17.098,0.95L15.58,11.765C15.578,11.775 15.578,11.785 15.578,11.794M25.22,25.553L30.204,25.553C30.548,25.553 30.84,25.299 30.888,24.958L34.223,1.142C34.281,0.727 33.958,0.356 33.538,0.356L28.555,0.356C28.21,0.356 27.918,0.61 27.87,0.951L24.536,24.767C24.477,25.182 24.8,25.553 25.22,25.553M37.589,0.911L36.936,5.366C36.875,5.783 37.198,6.157 37.62,6.157L42.834,6.157C43.254,6.157 43.576,6.526 43.519,6.941L41.063,24.768C41.006,25.183 41.328,25.553 41.747,25.553L46.803,25.553C47.148,25.553 47.441,25.298 47.488,24.956L49.996,6.753C50.043,6.411 50.335,6.157 50.681,6.157L56.287,6.157C56.631,6.157 56.922,5.905 56.971,5.566L57.625,1.111C57.686,0.694 57.363,0.321 56.941,0.321L38.273,0.321C37.93,0.321 37.638,0.572 37.589,0.911M72.916,9.146C72.737,10.605 71.597,12.064 69.636,12.064L66.691,12.064C66.27,12.064 65.947,11.693 66.006,11.277L66.63,6.892C66.678,6.552 66.97,6.299 67.314,6.299L70.456,6.299C72.345,6.299 73.094,7.616 72.916,9.146M71.169,0.356L61.685,0.356C61.34,0.356 61.048,0.61 61,0.951L57.665,24.767C57.607,25.182 57.93,25.553 58.35,25.553L63.403,25.553C63.749,25.553 64.041,25.298 64.088,24.957L65.07,17.843C65.093,17.672 65.239,17.545 65.412,17.545L66.062,17.545C66.18,17.545 66.289,17.605 66.353,17.704L71.179,25.235C71.306,25.433 71.526,25.553 71.761,25.553L78.003,25.553C78.563,25.553 78.89,24.924 78.57,24.467L73.505,17.237C73.384,17.064 73.446,16.822 73.636,16.73 76.87,15.152 78.748,13.535 79.367,9.039 80.079,3.132 76.373,0.356 71.169,0.356" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_mfa_light.xml to/res/drawable-anydpi-v24/img_mfa_light.xml
*** from/res/drawable-anydpi-v24/img_mfa_light.xml 2021-01-02 17:58:42.708416198 -0700
--- to/res/drawable-anydpi-v24/img_mfa_light.xml 2021-01-11 15:14:01.383589686 -0700
***************
*** 3,18 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff7f7f8" android:pathData="M313.999,57.239L313.999,57.239C313.999,83.145 292.998,104.147 267.091,104.147L235.437,104.147C229.38,104.147 224.47,109.057 224.47,115.114C224.47,121.172 219.56,126.082 213.503,126.082L38.33,126.082C17.161,126.082 0,108.921 0,87.752L0,87.748C0,66.579 17.161,49.418 38.33,49.418L94.887,49.418C105.678,49.418 114.427,40.67 114.427,29.878L114.427,29.871C114.427,19.08 123.175,10.331 133.967,10.331L267.091,10.331C292.998,10.331 313.999,31.333 313.999,57.239" android:fillAlpha="0.9" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M20.157,92.818L33.865,86.259C36.906,84.804 40.528,85.884 42.289,88.773L45.434,93.928C46.289,95.329 47.764,96.178 49.402,96.123C51.033,96.096 52.49,95.228 53.299,93.799L56.113,88.832C57.761,85.922 61.316,84.711 64.381,86.015L68.145,87.615L68.145,79.434L61.195,74.617C60.925,74.429 60.764,74.123 60.764,73.795L60.764,70.306L38.248,70.306L38.248,73.795C38.248,74.123 38.087,74.429 37.818,74.617L27.505,81.765C23.733,84.38 21.122,88.349 20.157,92.818" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M37.703,124.082L53.053,124.082L53.053,118.253L51.443,118.253C50.891,118.253 50.443,117.806 50.443,117.253L50.443,109.423C50.443,108.87 50.891,108.423 51.443,108.423L53.053,108.423L53.053,101.594C53.053,101.041 53.5,100.594 54.053,100.594L59.578,100.594L59.578,93.764C59.578,93.211 60.025,92.764 60.578,92.764L68.145,92.764L68.145,89.787L63.599,87.855C61.47,86.954 58.999,87.794 57.853,89.818L55.039,94.786C53.877,96.838 51.782,98.085 49.434,98.123C49.398,98.124 49.361,98.124 49.325,98.124C47.021,98.124 44.935,96.951 43.727,94.97L40.582,89.814C39.357,87.806 36.84,87.055 34.728,88.064L19.817,95.199C19.428,100.058 20.984,104.893 24.191,108.573L37.703,124.082Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M242.681,118.253l-2.915,0l-8.157,0l0,5.829l8.216,0l2.856,0z" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M231.609,116.253l7.157,0l0,-5.83l-7.157,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M62.448,124.082l0,-5.829l-1.61,0l-5.786,0l0,5.829l6.257,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M52.443,116.253l1.61,0l5.786,0l0,-5.83l-5.786,0l-1.61,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M55.053,108.423l5.786,0l1.61,0l0,-5.829l-7.396,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M61.578,100.593l6.567,0l0,-5.829l-6.567,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M103.596,124.082l10.831,0l0,-5.655l-10.831,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M79.889,92.764L81.457,92.764 90.852,92.764C91.405,92.764 91.852,93.211 91.852,93.764L91.852,100.594 94.506,100.594 103.902,100.594C104.454,100.594 104.902,101.041 104.902,101.594L104.902,109.423C104.902,109.976 104.454,110.423 103.902,110.423L99.682,110.423 99.682,116.253 102.597,116.253C102.796,116.253 102.971,116.326 103.127,116.427L114.079,116.427 114.079,75.277 79.889,75.277 79.889,92.764zM219.865,57.966L219.865,53.398C219.865,47.041 214.694,41.87 208.338,41.87L147.093,41.87C140.737,41.87 135.566,47.041 135.566,53.398L135.566,57.966 219.865,57.966zM219.865,87.839L219.865,75.276 199.058,75.276C199.001,75.276 198.952,75.253 198.898,75.244L198.898,87.145C198.898,87.697 198.45,88.145 197.898,88.145L197.898,94.624C198.45,94.624 198.898,95.071 198.898,95.624L198.898,99.331C198.898,102.953 195.952,105.9 192.33,105.9L175.627,105.9C172.006,105.9 169.06,102.953 169.06,99.331L169.06,74.276 162.477,74.276C162.476,74.829 162.029,75.276 161.477,75.276L135.565,75.276 135.565,108.423 138.36,108.423C139.894,102.209 145.5,97.582 152.181,97.582L156.999,97.582C164.857,97.582 171.249,103.975 171.249,111.832 171.249,113.442 170.969,114.983 170.475,116.427L219.865,116.427 219.865,93.667C219.865,93.114 220.313,92.667 220.865,92.667L220.865,88.839C220.313,88.839 219.865,88.392 219.865,87.839" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M187.765,85.763C189.66,84.527 190.791,82.443 190.791,80.189C190.791,76.519 187.806,73.534 184.136,73.534C180.466,73.534 177.48,76.519 177.48,80.189C177.48,82.443 178.611,84.527 180.506,85.763C180.844,85.984 181.016,86.386 180.943,86.783L179.573,94.211C179.603,94.397 179.765,94.539 179.96,94.539L188.311,94.539C188.506,94.539 188.667,94.397 188.698,94.211L187.328,86.783C187.255,86.386 187.427,85.984 187.765,85.763" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M80.717,124.082l0,-5.829l-2.915,0l-3.871,0l-0.61,0l-1,0l-3.914,0l-3.959,0l0,5.829l5.697,0l3.176,0l0.61,0z" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M76.803,110.423l-1.871,0l-1.305,0l-2.305,0l-1.915,0l-5.959,0l-1.609,0l0,5.83l1.609,0l5.959,0l1.915,0l1,0l2.61,0l1.871,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M68.407,108.423l3.915,0l1.609,0l0.696,0l3.176,0l3.914,0l0.305,0l0,-5.829l-7.395,0l-0.696,0l-9.483,0l0,5.829z" android:fillType="evenOdd" />
--- 3,18 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff7f7f8" android:pathData="M313.999,57.239L313.999,57.239C313.999,83.145 292.998,104.147 267.091,104.147L235.437,104.147C229.38,104.147 224.47,109.057 224.47,115.114C224.47,121.172 219.56,126.082 213.503,126.082L38.33,126.082C17.161,126.082 0,108.921 0,87.752L0,87.748C0,66.579 17.161,49.418 38.33,49.418L94.887,49.418C105.678,49.418 114.427,40.67 114.427,29.878L114.427,29.871C114.427,19.08 123.175,10.331 133.967,10.331L267.091,10.331C292.998,10.331 313.999,31.333 313.999,57.239" android:fillAlpha="0.9" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M20.157,92.818L33.865,86.259C36.906,84.804 40.528,85.884 42.289,88.773L45.434,93.928C46.289,95.329 47.764,96.178 49.402,96.123C51.033,96.096 52.49,95.228 53.299,93.799L56.113,88.832C57.761,85.922 61.316,84.711 64.381,86.015L68.145,87.615L68.145,79.434L61.195,74.617C60.925,74.429 60.764,74.123 60.764,73.795L60.764,70.306L38.248,70.306L38.248,73.795C38.248,74.123 38.087,74.429 37.818,74.617L27.505,81.765C23.733,84.38 21.122,88.349 20.157,92.818" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M37.703,124.082L53.053,124.082L53.053,118.253L51.443,118.253C50.891,118.253 50.443,117.806 50.443,117.253L50.443,109.423C50.443,108.87 50.891,108.423 51.443,108.423L53.053,108.423L53.053,101.594C53.053,101.041 53.5,100.594 54.053,100.594L59.578,100.594L59.578,93.764C59.578,93.211 60.025,92.764 60.578,92.764L68.145,92.764L68.145,89.787L63.599,87.855C61.47,86.954 58.999,87.794 57.853,89.818L55.039,94.786C53.877,96.838 51.782,98.085 49.434,98.123C49.398,98.124 49.361,98.124 49.325,98.124C47.021,98.124 44.935,96.951 43.727,94.97L40.582,89.814C39.357,87.806 36.84,87.055 34.728,88.064L19.817,95.199C19.428,100.058 20.984,104.893 24.191,108.573L37.703,124.082Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M242.681,118.253l-2.915,0l-8.157,0l0,5.829l8.216,0l2.856,0z" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M231.609,116.253l7.157,0l0,-5.83l-7.157,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M62.448,124.082l0,-5.829l-1.61,0l-5.786,0l0,5.829l6.257,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M52.443,116.253l1.61,0l5.786,0l0,-5.83l-5.786,0l-1.61,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M55.053,108.423l5.786,0l1.61,0l0,-5.829l-7.396,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M61.578,100.593l6.567,0l0,-5.829l-6.567,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M103.596,124.082l10.831,0l0,-5.655l-10.831,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M79.889,92.764L81.457,92.764 90.852,92.764C91.405,92.764 91.852,93.211 91.852,93.764L91.852,100.594 94.506,100.594 103.902,100.594C104.454,100.594 104.902,101.041 104.902,101.594L104.902,109.423C104.902,109.976 104.454,110.423 103.902,110.423L99.682,110.423 99.682,116.253 102.597,116.253C102.796,116.253 102.971,116.326 103.127,116.427L114.079,116.427 114.079,75.277 79.889,75.277 79.889,92.764zM219.865,57.966L219.865,53.398C219.865,47.041 214.694,41.87 208.338,41.87L147.093,41.87C140.737,41.87 135.566,47.041 135.566,53.398L135.566,57.966 219.865,57.966zM219.865,87.839L219.865,75.276 199.058,75.276C199.001,75.276 198.952,75.253 198.898,75.244L198.898,87.145C198.898,87.697 198.45,88.145 197.898,88.145L197.898,94.624C198.45,94.624 198.898,95.071 198.898,95.624L198.898,99.331C198.898,102.953 195.952,105.9 192.33,105.9L175.627,105.9C172.006,105.9 169.06,102.953 169.06,99.331L169.06,74.276 162.477,74.276C162.476,74.829 162.029,75.276 161.477,75.276L135.565,75.276 135.565,108.423 138.36,108.423C139.894,102.209 145.5,97.582 152.181,97.582L156.999,97.582C164.857,97.582 171.249,103.975 171.249,111.832 171.249,113.442 170.969,114.983 170.475,116.427L219.865,116.427 219.865,93.667C219.865,93.114 220.313,92.667 220.865,92.667L220.865,88.839C220.313,88.839 219.865,88.392 219.865,87.839" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M187.765,85.763C189.66,84.527 190.791,82.443 190.791,80.189C190.791,76.519 187.806,73.534 184.136,73.534C180.466,73.534 177.48,76.519 177.48,80.189C177.48,82.443 178.611,84.527 180.506,85.763C180.844,85.984 181.016,86.386 180.943,86.783L179.573,94.211C179.603,94.397 179.765,94.539 179.96,94.539L188.311,94.539C188.506,94.539 188.667,94.397 188.698,94.211L187.328,86.783C187.255,86.386 187.427,85.984 187.765,85.763" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M80.717,124.082l0,-5.829l-2.915,0l-3.871,0l-0.61,0l-1,0l-3.914,0l-3.959,0l0,5.829l5.697,0l3.176,0l0.61,0z" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M76.803,110.423l-1.871,0l-1.305,0l-2.305,0l-1.915,0l-5.959,0l-1.609,0l0,5.83l1.609,0l5.959,0l1.915,0l1,0l2.61,0l1.871,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M68.407,108.423l3.915,0l1.609,0l0.696,0l3.176,0l3.914,0l0.305,0l0,-5.829l-7.395,0l-0.696,0l-9.483,0l0,5.829z" android:fillType="evenOdd" />
***************
*** 20,27 ****
<path android:fillColor="#fff7f7f8" android:pathData="M101.596,124.082l0,-5.829l-2.915,0l-6.481,0l-2.914,0l-5.959,0l-0.61,0l0,5.829l0.61,0l8.873,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M88.286,110.423l-3.959,0l-1.305,0l-2.305,0l-1.914,0l0,5.83l1.914,0l1,0l2.61,0l3.959,0l4.915,0l4.481,0l0,-5.83l-3.176,0z" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M93.506,102.594l-9.483,0l0,5.829l5.263,0l4.22,0l5.176,0l4.22,0l0,-5.829z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M123.822,118.253l-3.959,0l-3.437,0l0,5.829l7.396,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M124.822,116.253l3.437,0l0,-5.83l-7.396,0l0,5.83z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M144.701,124.082L144.701,123.937C142.479,122.561 140.665,120.595 139.477,118.253L135.305,118.253 129.259,118.253 125.822,118.253 125.822,124.082 135.305,124.082 144.701,124.082zM130.259,110.423L130.259,116.253 136.306,116.253 138.642,116.253C138.186,114.86 137.931,113.376 137.931,111.832 137.931,111.357 137.957,110.887 138.003,110.423L130.259,110.423zM139.931,111.832C139.931,117.512 143.822,122.287 149.075,123.668 145.264,121.107 142.749,116.759 142.749,111.832 142.749,106.905 145.264,102.557 149.075,99.996 143.822,101.377 139.931,106.152 139.931,111.832" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M156.999,120.06C152.462,120.06 148.772,116.369 148.772,111.831C148.772,111.28 149.22,110.831 149.772,110.831C150.324,110.831 150.772,111.28 150.772,111.831C150.772,115.266 153.565,118.06 156.999,118.06C160.433,118.06 163.227,115.266 163.227,111.831C163.227,108.398 160.433,105.604 156.999,105.604C156.447,105.604 155.999,105.158 155.999,104.604C155.999,104.051 156.447,103.604 156.999,103.604C161.536,103.604 165.227,107.295 165.227,111.831C165.227,116.369 161.536,120.06 156.999,120.06M156.999,99.581C150.244,99.581 144.749,105.077 144.749,111.831C144.749,118.587 150.244,124.081 156.999,124.081C163.754,124.081 169.249,118.587 169.249,111.831C169.249,105.077 163.754,99.581 156.999,99.581" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M262.324,81.187L264.45,81.187C265.003,81.187 265.45,81.633 265.45,82.187 265.45,82.74 265.003,83.187 264.45,83.187L263.324,83.187 263.324,92.279C263.324,92.462 263.473,92.612 263.657,92.612L270.217,92.612C270.401,92.612 270.55,92.462 270.55,92.279L270.55,82.187C270.55,81.633 270.998,81.187 271.55,81.187L281.395,81.187C281.257,80.391 281.149,79.585 281.102,78.759 281.01,77.132 281.125,75.529 281.396,73.961L240.773,73.961C240.589,73.961 240.439,74.11 240.439,74.294L240.439,80.854C240.439,81.037 240.589,81.187 240.773,81.187L247.216,81.187C247.768,81.187 248.216,81.633 248.216,82.187 248.216,82.74 247.768,83.187 247.216,83.187L245.266,83.187C245.304,83.291 245.334,83.401 245.334,83.52L245.334,92.279C245.334,92.462 245.483,92.612 245.667,92.612L254.893,92.612C255.077,92.612 255.226,92.462 255.226,92.279L255.226,82.187C255.226,81.633 255.674,81.187 256.226,81.187 256.779,81.187 257.226,81.633 257.226,82.187L261.324,82.187C261.324,81.633 261.772,81.187 262.324,81.187M308.781,83.568C307.18,85.361 304.976,86.423 302.576,86.558 302.405,86.568 302.233,86.573 302.063,86.573 297.331,86.573 293.353,82.864 293.082,78.082 292.947,75.681 293.754,73.372 295.355,71.579 296.956,69.786 299.16,68.723 301.56,68.589 303.955,68.451 306.269,69.259 308.062,70.86 309.855,72.462 310.918,74.665 311.053,77.065 311.189,79.465 310.382,81.775 308.781,83.568M316.24,90.227C319.62,86.442 321.323,81.567 321.037,76.501 320.751,71.433 318.508,66.781 314.722,63.401 310.938,60.022 306.067,58.323 300.995,58.604 295.928,58.891 291.276,61.133 287.896,64.919 284.516,68.704 282.812,73.579 283.099,78.646 283.691,89.105 292.681,97.126 303.141,96.543 308.208,96.256 312.86,94.013 316.24,90.227" android:fillType="evenOdd" />
--- 20,27 ----
<path android:fillColor="#fff7f7f8" android:pathData="M101.596,124.082l0,-5.829l-2.915,0l-6.481,0l-2.914,0l-5.959,0l-0.61,0l0,5.829l0.61,0l8.873,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M88.286,110.423l-3.959,0l-1.305,0l-2.305,0l-1.914,0l0,5.83l1.914,0l1,0l2.61,0l3.959,0l4.915,0l4.481,0l0,-5.83l-3.176,0z" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M93.506,102.594l-9.483,0l0,5.829l5.263,0l4.22,0l5.176,0l4.22,0l0,-5.829z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M123.822,118.253l-3.959,0l-3.437,0l0,5.829l7.396,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M124.822,116.253l3.437,0l0,-5.83l-7.396,0l0,5.83z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M144.701,124.082L144.701,123.937C142.479,122.561 140.665,120.595 139.477,118.253L135.305,118.253 129.259,118.253 125.822,118.253 125.822,124.082 135.305,124.082 144.701,124.082zM130.259,110.423L130.259,116.253 136.306,116.253 138.642,116.253C138.186,114.86 137.931,113.376 137.931,111.832 137.931,111.357 137.957,110.887 138.003,110.423L130.259,110.423zM139.931,111.832C139.931,117.512 143.822,122.287 149.075,123.668 145.264,121.107 142.749,116.759 142.749,111.832 142.749,106.905 145.264,102.557 149.075,99.996 143.822,101.377 139.931,106.152 139.931,111.832" android:fillType="evenOdd" />
<path android:fillColor="#fff7f7f8" android:pathData="M156.999,120.06C152.462,120.06 148.772,116.369 148.772,111.831C148.772,111.28 149.22,110.831 149.772,110.831C150.324,110.831 150.772,111.28 150.772,111.831C150.772,115.266 153.565,118.06 156.999,118.06C160.433,118.06 163.227,115.266 163.227,111.831C163.227,108.398 160.433,105.604 156.999,105.604C156.447,105.604 155.999,105.158 155.999,104.604C155.999,104.051 156.447,103.604 156.999,103.604C161.536,103.604 165.227,107.295 165.227,111.831C165.227,116.369 161.536,120.06 156.999,120.06M156.999,99.581C150.244,99.581 144.749,105.077 144.749,111.831C144.749,118.587 150.244,124.081 156.999,124.081C163.754,124.081 169.249,118.587 169.249,111.831C169.249,105.077 163.754,99.581 156.999,99.581" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M262.324,81.187L264.45,81.187C265.003,81.187 265.45,81.633 265.45,82.187 265.45,82.74 265.003,83.187 264.45,83.187L263.324,83.187 263.324,92.279C263.324,92.462 263.473,92.612 263.657,92.612L270.217,92.612C270.401,92.612 270.55,92.462 270.55,92.279L270.55,82.187C270.55,81.633 270.998,81.187 271.55,81.187L281.395,81.187C281.257,80.391 281.149,79.585 281.102,78.759 281.01,77.132 281.125,75.529 281.396,73.961L240.773,73.961C240.589,73.961 240.439,74.11 240.439,74.294L240.439,80.854C240.439,81.037 240.589,81.187 240.773,81.187L247.216,81.187C247.768,81.187 248.216,81.633 248.216,82.187 248.216,82.74 247.768,83.187 247.216,83.187L245.266,83.187C245.304,83.291 245.334,83.401 245.334,83.52L245.334,92.279C245.334,92.462 245.483,92.612 245.667,92.612L254.893,92.612C255.077,92.612 255.226,92.462 255.226,92.279L255.226,82.187C255.226,81.633 255.674,81.187 256.226,81.187 256.779,81.187 257.226,81.633 257.226,82.187L261.324,82.187C261.324,81.633 261.772,81.187 262.324,81.187M308.781,83.568C307.18,85.361 304.976,86.423 302.576,86.558 302.405,86.568 302.233,86.573 302.063,86.573 297.331,86.573 293.353,82.864 293.082,78.082 292.947,75.681 293.754,73.372 295.355,71.579 296.956,69.786 299.16,68.723 301.56,68.589 303.955,68.451 306.269,69.259 308.062,70.86 309.855,72.462 310.918,74.665 311.053,77.065 311.189,79.465 310.382,81.775 308.781,83.568M316.24,90.227C319.62,86.442 321.323,81.567 321.037,76.501 320.751,71.433 318.508,66.781 314.722,63.401 310.938,60.022 306.067,58.323 300.995,58.604 295.928,58.891 291.276,61.133 287.896,64.919 284.516,68.704 282.812,73.579 283.099,78.646 283.691,89.105 292.681,97.126 303.141,96.543 308.208,96.256 312.86,94.013 316.24,90.227" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_nitro_pattern.xml to/res/drawable-anydpi-v24/img_nitro_pattern.xml
*** from/res/drawable-anydpi-v24/img_nitro_pattern.xml 2021-01-02 17:58:42.709416183 -0700
--- to/res/drawable-anydpi-v24/img_nitro_pattern.xml 2021-01-11 15:14:01.190592576 -0700
***************
*** 8,14 ****
<path android:fillColor="@drawable/$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/$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/$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="#ffffffff" android:strokeWidth="1.0" 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="#ffffffff" android:strokeWidth="1.0" android:strokeAlpha="0.2" android:fillAlpha="0.2" />
</group>
</vector>
\ No newline at end of file
--- 8,14 ----
<path android:fillColor="@drawable/$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/$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/$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="@color/white" android:strokeWidth="1.0" 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="@color/white" android:strokeWidth="1.0" android:strokeAlpha="0.2" android:fillAlpha="0.2" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_no_mutual_friends_light.xml to/res/drawable-anydpi-v24/img_no_mutual_friends_light.xml
*** from/res/drawable-anydpi-v24/img_no_mutual_friends_light.xml 2021-01-02 17:58:42.701416305 -0700
--- to/res/drawable-anydpi-v24/img_no_mutual_friends_light.xml 2021-01-11 15:14:01.286591138 -0700
***************
*** 5,15 ****
<path android:fillColor="#fff6f6f7" android:pathData="M78.15,43.09L91.71,43.09L91.71,40.2C91.71,32.67 85.61,26.55 78.11,26.55L29.68,26.55C24.51,28.35 20.65,33.02 20.05,38.64L23.68,38.64C24.12,38.64 24.48,39 24.48,39.45C24.48,39.89 24.12,40.25 23.68,40.25L12,40.25C8.47,40.25 5.6,43.13 5.6,46.67L5.6,58.23C5.6,61.77 8.47,64.65 12,64.65L23.68,64.65C24.12,64.65 24.48,65.01 24.48,65.46C24.48,65.9 24.12,66.26 23.68,66.26L19.96,66.26L19.96,67.33C19.96,73.64 24.04,79.02 29.68,80.98L78.11,80.98C84.94,80.98 90.59,75.9 91.55,69.31C89.39,70.5 86.91,71.18 84.27,71.18L68.91,71.18C60.53,71.18 53.71,64.34 53.71,55.93L53.71,49.67C53.71,46.04 56.65,43.09 60.27,43.09L68.91,43.09C69.35,43.09 69.71,43.45 69.71,43.89L77.35,43.89C77.35,43.45 77.71,43.09 78.15,43.09" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M61.23,55.93L61.23,49.67C61.23,47.55 62.38,45.7 64.08,44.69L60.27,44.69C57.53,44.69 55.31,46.92 55.31,49.67L55.31,55.93C55.31,63.46 61.41,69.58 68.91,69.58L70.95,69.58C65.31,67.62 61.23,62.24 61.23,55.93" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M15.2,43.46C12.99,43.46 11.2,45.26 11.2,47.47L11.2,57.43C11.2,59.65 12.99,61.44 15.2,61.44L20.48,61.44C21.36,61.44 22.08,60.73 22.08,59.84L22.08,45.07C22.08,44.18 21.36,43.46 20.48,43.46L15.2,43.46Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M90.01,63.76L87.19,63.76C85.9,63.76 84.84,62.7 84.84,61.4C84.84,60.1 85.9,59.04 87.19,59.04L90.01,59.04C91.31,59.04 92.37,60.1 92.37,61.4C92.37,62.7 91.31,63.76 90.01,63.76M78.76,63.76L74.05,63.76C72.76,63.76 71.7,62.7 71.7,61.4C71.7,60.1 72.76,59.04 74.05,59.04L78.76,59.04C80.05,59.04 81.11,60.1 81.11,61.4C81.11,62.7 80.05,63.76 78.76,63.76M92.91,44.69L78.15,44.69C77.71,44.69 77.35,44.33 77.35,43.89L69.71,43.89C69.71,44.33 69.35,44.69 68.91,44.69L64.08,44.69C62.38,45.7 61.23,47.55 61.23,49.67L61.23,55.93C61.23,62.24 65.31,67.62 70.95,69.58L84.27,69.58C91.77,69.58 97.87,63.46 97.87,55.93L97.87,49.67C97.87,46.92 95.64,44.69 92.91,44.69" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M97.87,55.93C97.87,63.47 91.78,69.58 84.27,69.58L70.95,69.58L68.91,69.58C61.4,69.58 55.31,63.47 55.31,55.93L55.31,49.67C55.31,46.92 57.53,44.69 60.27,44.69L64.08,44.69L68.91,44.69C69.35,44.69 69.71,44.33 69.71,43.89C69.71,43.45 69.35,43.09 68.91,43.09L60.27,43.09C56.65,43.09 53.71,46.03 53.71,49.67L53.71,55.93C53.71,64.36 60.51,71.18 68.91,71.18L84.27,71.18C86.34,71.18 88.31,70.77 90.11,70.01C90.74,69.75 91.39,70.31 91.2,70.98C89.61,76.74 84.35,80.98 78.11,80.98L29.68,80.98L26.36,80.98C22.31,80.98 18.67,79.19 16.17,76.36C12.98,72.73 15.19,66.97 19.96,66.26L23.68,66.26C24.12,66.26 24.48,65.9 24.48,65.46C24.48,65.01 24.12,64.65 23.68,64.65L12,64.65C8.47,64.65 5.6,61.78 5.6,58.23L5.6,46.67C5.6,43.12 8.47,40.25 12,40.25L23.68,40.25C24.12,40.25 24.48,39.89 24.48,39.45C24.48,39 24.12,38.64 23.68,38.64L20.05,38.64L14.79,38.64C13.74,38.64 12.97,37.63 13.24,36.61C14.82,30.82 20.1,26.55 26.36,26.55L29.68,26.55L78.11,26.55C85.62,26.55 91.71,32.66 91.71,40.2L91.71,41.48C91.71,42.37 91,43.09 90.11,43.09L78.15,43.09C77.71,43.09 77.35,43.45 77.35,43.89C77.35,44.33 77.71,44.69 78.15,44.69L92.91,44.69C95.65,44.69 97.87,46.92 97.87,49.67L97.87,55.93ZM93.31,43.11L93.31,40.2C93.31,31.78 86.5,24.94 78.11,24.94L26.36,24.94C18.49,24.94 12,30.98 11.24,38.68C7.18,39.07 4,42.5 4,46.67L4,58.23C4,62.37 7.14,65.79 11.16,66.22L11.16,67.33C11.16,75.74 17.98,82.58 26.36,82.58L78.11,82.58C86.2,82.58 92.82,76.2 93.27,68.19C97.02,65.41 99.47,60.96 99.47,55.93L99.47,49.67C99.47,46.18 96.74,43.32 93.31,43.11L93.31,43.11Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M78.76,59.04L74.05,59.04C72.76,59.04 71.7,60.1 71.7,61.4 71.7,62.7 72.76,63.76 74.05,63.76L78.76,63.76C80.05,63.76 81.11,62.7 81.11,61.4 81.11,60.1 80.05,59.04 78.76,59.04M90.01,59.04L87.19,59.04C85.9,59.04 84.84,60.1 84.84,61.4 84.84,62.7 85.9,63.76 87.19,63.76L90.01,63.76C91.31,63.76 92.37,62.7 92.37,61.4 92.37,60.1 91.31,59.04 90.01,59.04" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M116.44,54.22L115.24,54.22 115.24,53.01C115.24,52.57 114.88,52.21 114.44,52.21 113.99,52.21 113.64,52.57 113.64,53.01L113.64,54.22 112.43,54.22C111.99,54.22 111.63,54.58 111.63,55.02 111.63,55.47 111.99,55.83 112.43,55.83L113.64,55.83 113.64,57.04C113.64,57.48 113.99,57.84 114.44,57.84 114.88,57.84 115.24,57.48 115.24,57.04L115.24,55.83 116.44,55.83C116.88,55.83 117.24,55.47 117.24,55.02 117.24,54.58 116.88,54.22 116.44,54.22M110.8,31.73L109.85,32.68C109.54,33 109.54,33.51 109.85,33.82 110.01,33.98 110.21,34.05 110.42,34.05 110.62,34.05 110.83,33.98 110.98,33.82L111.93,32.87C112.24,32.56 112.24,32.05 111.93,31.73 111.62,31.42 111.11,31.42 110.8,31.73M106.06,36.48L105.12,37.43C104.81,37.75 104.81,38.26 105.12,38.57 105.27,38.73 105.48,38.8 105.68,38.8 105.89,38.8 106.09,38.73 106.25,38.57L107.2,37.62C107.51,37.3 107.51,36.8 107.2,36.48 106.88,36.17 106.38,36.17 106.06,36.48M110.98,36.48C110.67,36.17 110.16,36.17 109.85,36.48 109.54,36.8 109.54,37.3 109.85,37.62L110.8,38.57C110.95,38.73 111.16,38.8 111.36,38.8 111.57,38.8 111.77,38.73 111.93,38.57 112.24,38.26 112.24,37.75 111.93,37.43L110.98,36.48zM106.25,31.73C105.94,31.42 105.43,31.42 105.12,31.73 104.81,32.05 104.81,32.56 105.12,32.87L106.06,33.82C106.22,33.98 106.43,34.05 106.63,34.05 106.84,34.05 107.04,33.98 107.2,33.82 107.51,33.51 107.51,33 107.2,32.68L106.25,31.73zM144.35,17.94C143.69,17.94 143.14,17.4 143.14,16.73 143.14,16.06 143.69,15.52 144.35,15.52 145.02,15.52 145.56,16.06 145.56,16.73 145.56,17.4 145.02,17.94 144.35,17.94M144.35,13.91C142.8,13.91 141.54,15.18 141.54,16.73 141.54,18.28 142.8,19.55 144.35,19.55 145.9,19.55 147.16,18.28 147.16,16.73 147.16,15.18 145.9,13.91 144.35,13.91" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M213.23,14.9C207.65,11.96 201.35,10.41 195.01,10.41C173.39,10.41 155.81,28.06 155.81,49.75C155.81,61.05 160.59,71.24 168.22,78.43C170.49,74.87 173.45,71.8 176.88,69.4C171.61,64.5 168.31,57.5 168.31,49.75C168.31,34.97 180.29,22.95 195.01,22.95C209.73,22.95 221.71,34.97 221.71,49.75C221.71,57.5 218.41,64.5 213.14,69.4C216.57,71.8 219.53,74.87 221.8,78.43C229.43,71.24 234.21,61.05 234.21,49.75C234.21,41.89 231.91,34.31 227.56,27.82C227.32,27.46 227.41,26.97 227.77,26.72C226.12,24.37 224.23,22.2 222.13,20.25C221.98,20.42 221.76,20.51 221.55,20.51C221.36,20.51 221.17,20.45 221.02,20.31C220.18,19.57 219.3,18.85 218.4,18.18C218.05,17.92 217.98,17.43 218.23,17.07C216.97,16.17 215.66,15.33 214.3,14.58C214.09,14.96 213.61,15.11 213.23,14.9" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M169.42,79.51C176.3,85.47 185.24,89.08 195.01,89.08C204.78,89.08 213.72,85.47 220.59,79.51C218.34,75.92 215.37,72.85 211.9,70.48C207.29,74.27 201.41,76.54 195.01,76.54C188.61,76.54 182.73,74.27 178.12,70.48C174.65,72.85 171.67,75.92 169.42,79.51" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M179.94,44.79C181.81,44.79 183.32,46.3 183.32,48.18C183.32,50.05 181.81,51.57 179.94,51.57C178.07,51.57 176.56,50.05 176.56,48.18C176.56,46.3 178.07,44.79 179.94,44.79M210.35,44.79C212.21,44.79 213.73,46.3 213.73,48.18C213.73,50.05 212.21,51.57 210.35,51.57C208.48,51.57 206.97,50.05 206.97,48.18C206.97,46.3 208.48,44.79 210.35,44.79M195.01,74.94C208.85,74.94 220.11,63.64 220.11,49.75C220.11,35.86 208.85,24.56 195.01,24.56C181.17,24.56 169.91,35.86 169.91,49.75C169.91,63.64 181.17,74.94 195.01,74.94" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M179.94,51.57C181.81,51.57 183.32,50.05 183.32,48.18 183.32,46.3 181.81,44.79 179.94,44.79 178.07,44.79 176.56,46.3 176.56,48.18 176.56,50.05 178.07,51.57 179.94,51.57M210.35,51.57C212.21,51.57 213.73,50.05 213.73,48.18 213.73,46.3 212.21,44.79 210.35,44.79 208.48,44.79 206.97,46.3 206.97,48.18 206.97,50.05 208.48,51.57 210.35,51.57M218.4,18.18C219.3,18.85 220.18,19.57 221.02,20.31 221.17,20.45 221.36,20.51 221.55,20.51 221.76,20.51 221.98,20.42 222.13,20.25 222.14,20.25 222.14,20.25 222.15,20.24 222.44,19.91 222.41,19.41 222.08,19.11 221.21,18.34 220.29,17.59 219.36,16.89 219,16.62 218.5,16.7 218.24,17.05 218.24,17.06 218.24,17.07 218.23,17.07 217.98,17.43 218.05,17.92 218.4,18.18" android:fillType="evenOdd" />
--- 5,15 ----
<path android:fillColor="#fff6f6f7" android:pathData="M78.15,43.09L91.71,43.09L91.71,40.2C91.71,32.67 85.61,26.55 78.11,26.55L29.68,26.55C24.51,28.35 20.65,33.02 20.05,38.64L23.68,38.64C24.12,38.64 24.48,39 24.48,39.45C24.48,39.89 24.12,40.25 23.68,40.25L12,40.25C8.47,40.25 5.6,43.13 5.6,46.67L5.6,58.23C5.6,61.77 8.47,64.65 12,64.65L23.68,64.65C24.12,64.65 24.48,65.01 24.48,65.46C24.48,65.9 24.12,66.26 23.68,66.26L19.96,66.26L19.96,67.33C19.96,73.64 24.04,79.02 29.68,80.98L78.11,80.98C84.94,80.98 90.59,75.9 91.55,69.31C89.39,70.5 86.91,71.18 84.27,71.18L68.91,71.18C60.53,71.18 53.71,64.34 53.71,55.93L53.71,49.67C53.71,46.04 56.65,43.09 60.27,43.09L68.91,43.09C69.35,43.09 69.71,43.45 69.71,43.89L77.35,43.89C77.35,43.45 77.71,43.09 78.15,43.09" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M61.23,55.93L61.23,49.67C61.23,47.55 62.38,45.7 64.08,44.69L60.27,44.69C57.53,44.69 55.31,46.92 55.31,49.67L55.31,55.93C55.31,63.46 61.41,69.58 68.91,69.58L70.95,69.58C65.31,67.62 61.23,62.24 61.23,55.93" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M15.2,43.46C12.99,43.46 11.2,45.26 11.2,47.47L11.2,57.43C11.2,59.65 12.99,61.44 15.2,61.44L20.48,61.44C21.36,61.44 22.08,60.73 22.08,59.84L22.08,45.07C22.08,44.18 21.36,43.46 20.48,43.46L15.2,43.46Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M90.01,63.76L87.19,63.76C85.9,63.76 84.84,62.7 84.84,61.4C84.84,60.1 85.9,59.04 87.19,59.04L90.01,59.04C91.31,59.04 92.37,60.1 92.37,61.4C92.37,62.7 91.31,63.76 90.01,63.76M78.76,63.76L74.05,63.76C72.76,63.76 71.7,62.7 71.7,61.4C71.7,60.1 72.76,59.04 74.05,59.04L78.76,59.04C80.05,59.04 81.11,60.1 81.11,61.4C81.11,62.7 80.05,63.76 78.76,63.76M92.91,44.69L78.15,44.69C77.71,44.69 77.35,44.33 77.35,43.89L69.71,43.89C69.71,44.33 69.35,44.69 68.91,44.69L64.08,44.69C62.38,45.7 61.23,47.55 61.23,49.67L61.23,55.93C61.23,62.24 65.31,67.62 70.95,69.58L84.27,69.58C91.77,69.58 97.87,63.46 97.87,55.93L97.87,49.67C97.87,46.92 95.64,44.69 92.91,44.69" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M97.87,55.93C97.87,63.47 91.78,69.58 84.27,69.58L70.95,69.58L68.91,69.58C61.4,69.58 55.31,63.47 55.31,55.93L55.31,49.67C55.31,46.92 57.53,44.69 60.27,44.69L64.08,44.69L68.91,44.69C69.35,44.69 69.71,44.33 69.71,43.89C69.71,43.45 69.35,43.09 68.91,43.09L60.27,43.09C56.65,43.09 53.71,46.03 53.71,49.67L53.71,55.93C53.71,64.36 60.51,71.18 68.91,71.18L84.27,71.18C86.34,71.18 88.31,70.77 90.11,70.01C90.74,69.75 91.39,70.31 91.2,70.98C89.61,76.74 84.35,80.98 78.11,80.98L29.68,80.98L26.36,80.98C22.31,80.98 18.67,79.19 16.17,76.36C12.98,72.73 15.19,66.97 19.96,66.26L23.68,66.26C24.12,66.26 24.48,65.9 24.48,65.46C24.48,65.01 24.12,64.65 23.68,64.65L12,64.65C8.47,64.65 5.6,61.78 5.6,58.23L5.6,46.67C5.6,43.12 8.47,40.25 12,40.25L23.68,40.25C24.12,40.25 24.48,39.89 24.48,39.45C24.48,39 24.12,38.64 23.68,38.64L20.05,38.64L14.79,38.64C13.74,38.64 12.97,37.63 13.24,36.61C14.82,30.82 20.1,26.55 26.36,26.55L29.68,26.55L78.11,26.55C85.62,26.55 91.71,32.66 91.71,40.2L91.71,41.48C91.71,42.37 91,43.09 90.11,43.09L78.15,43.09C77.71,43.09 77.35,43.45 77.35,43.89C77.35,44.33 77.71,44.69 78.15,44.69L92.91,44.69C95.65,44.69 97.87,46.92 97.87,49.67L97.87,55.93ZM93.31,43.11L93.31,40.2C93.31,31.78 86.5,24.94 78.11,24.94L26.36,24.94C18.49,24.94 12,30.98 11.24,38.68C7.18,39.07 4,42.5 4,46.67L4,58.23C4,62.37 7.14,65.79 11.16,66.22L11.16,67.33C11.16,75.74 17.98,82.58 26.36,82.58L78.11,82.58C86.2,82.58 92.82,76.2 93.27,68.19C97.02,65.41 99.47,60.96 99.47,55.93L99.47,49.67C99.47,46.18 96.74,43.32 93.31,43.11L93.31,43.11Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M78.76,59.04L74.05,59.04C72.76,59.04 71.7,60.1 71.7,61.4 71.7,62.7 72.76,63.76 74.05,63.76L78.76,63.76C80.05,63.76 81.11,62.7 81.11,61.4 81.11,60.1 80.05,59.04 78.76,59.04M90.01,59.04L87.19,59.04C85.9,59.04 84.84,60.1 84.84,61.4 84.84,62.7 85.9,63.76 87.19,63.76L90.01,63.76C91.31,63.76 92.37,62.7 92.37,61.4 92.37,60.1 91.31,59.04 90.01,59.04" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M116.44,54.22L115.24,54.22 115.24,53.01C115.24,52.57 114.88,52.21 114.44,52.21 113.99,52.21 113.64,52.57 113.64,53.01L113.64,54.22 112.43,54.22C111.99,54.22 111.63,54.58 111.63,55.02 111.63,55.47 111.99,55.83 112.43,55.83L113.64,55.83 113.64,57.04C113.64,57.48 113.99,57.84 114.44,57.84 114.88,57.84 115.24,57.48 115.24,57.04L115.24,55.83 116.44,55.83C116.88,55.83 117.24,55.47 117.24,55.02 117.24,54.58 116.88,54.22 116.44,54.22M110.8,31.73L109.85,32.68C109.54,33 109.54,33.51 109.85,33.82 110.01,33.98 110.21,34.05 110.42,34.05 110.62,34.05 110.83,33.98 110.98,33.82L111.93,32.87C112.24,32.56 112.24,32.05 111.93,31.73 111.62,31.42 111.11,31.42 110.8,31.73M106.06,36.48L105.12,37.43C104.81,37.75 104.81,38.26 105.12,38.57 105.27,38.73 105.48,38.8 105.68,38.8 105.89,38.8 106.09,38.73 106.25,38.57L107.2,37.62C107.51,37.3 107.51,36.8 107.2,36.48 106.88,36.17 106.38,36.17 106.06,36.48M110.98,36.48C110.67,36.17 110.16,36.17 109.85,36.48 109.54,36.8 109.54,37.3 109.85,37.62L110.8,38.57C110.95,38.73 111.16,38.8 111.36,38.8 111.57,38.8 111.77,38.73 111.93,38.57 112.24,38.26 112.24,37.75 111.93,37.43L110.98,36.48zM106.25,31.73C105.94,31.42 105.43,31.42 105.12,31.73 104.81,32.05 104.81,32.56 105.12,32.87L106.06,33.82C106.22,33.98 106.43,34.05 106.63,34.05 106.84,34.05 107.04,33.98 107.2,33.82 107.51,33.51 107.51,33 107.2,32.68L106.25,31.73zM144.35,17.94C143.69,17.94 143.14,17.4 143.14,16.73 143.14,16.06 143.69,15.52 144.35,15.52 145.02,15.52 145.56,16.06 145.56,16.73 145.56,17.4 145.02,17.94 144.35,17.94M144.35,13.91C142.8,13.91 141.54,15.18 141.54,16.73 141.54,18.28 142.8,19.55 144.35,19.55 145.9,19.55 147.16,18.28 147.16,16.73 147.16,15.18 145.9,13.91 144.35,13.91" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M213.23,14.9C207.65,11.96 201.35,10.41 195.01,10.41C173.39,10.41 155.81,28.06 155.81,49.75C155.81,61.05 160.59,71.24 168.22,78.43C170.49,74.87 173.45,71.8 176.88,69.4C171.61,64.5 168.31,57.5 168.31,49.75C168.31,34.97 180.29,22.95 195.01,22.95C209.73,22.95 221.71,34.97 221.71,49.75C221.71,57.5 218.41,64.5 213.14,69.4C216.57,71.8 219.53,74.87 221.8,78.43C229.43,71.24 234.21,61.05 234.21,49.75C234.21,41.89 231.91,34.31 227.56,27.82C227.32,27.46 227.41,26.97 227.77,26.72C226.12,24.37 224.23,22.2 222.13,20.25C221.98,20.42 221.76,20.51 221.55,20.51C221.36,20.51 221.17,20.45 221.02,20.31C220.18,19.57 219.3,18.85 218.4,18.18C218.05,17.92 217.98,17.43 218.23,17.07C216.97,16.17 215.66,15.33 214.3,14.58C214.09,14.96 213.61,15.11 213.23,14.9" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M169.42,79.51C176.3,85.47 185.24,89.08 195.01,89.08C204.78,89.08 213.72,85.47 220.59,79.51C218.34,75.92 215.37,72.85 211.9,70.48C207.29,74.27 201.41,76.54 195.01,76.54C188.61,76.54 182.73,74.27 178.12,70.48C174.65,72.85 171.67,75.92 169.42,79.51" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M179.94,44.79C181.81,44.79 183.32,46.3 183.32,48.18C183.32,50.05 181.81,51.57 179.94,51.57C178.07,51.57 176.56,50.05 176.56,48.18C176.56,46.3 178.07,44.79 179.94,44.79M210.35,44.79C212.21,44.79 213.73,46.3 213.73,48.18C213.73,50.05 212.21,51.57 210.35,51.57C208.48,51.57 206.97,50.05 206.97,48.18C206.97,46.3 208.48,44.79 210.35,44.79M195.01,74.94C208.85,74.94 220.11,63.64 220.11,49.75C220.11,35.86 208.85,24.56 195.01,24.56C181.17,24.56 169.91,35.86 169.91,49.75C169.91,63.64 181.17,74.94 195.01,74.94" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M179.94,51.57C181.81,51.57 183.32,50.05 183.32,48.18 183.32,46.3 181.81,44.79 179.94,44.79 178.07,44.79 176.56,46.3 176.56,48.18 176.56,50.05 178.07,51.57 179.94,51.57M210.35,51.57C212.21,51.57 213.73,50.05 213.73,48.18 213.73,46.3 212.21,44.79 210.35,44.79 208.48,44.79 206.97,46.3 206.97,48.18 206.97,50.05 208.48,51.57 210.35,51.57M218.4,18.18C219.3,18.85 220.18,19.57 221.02,20.31 221.17,20.45 221.36,20.51 221.55,20.51 221.76,20.51 221.98,20.42 222.13,20.25 222.14,20.25 222.14,20.25 222.15,20.24 222.44,19.91 222.41,19.41 222.08,19.11 221.21,18.34 220.29,17.59 219.36,16.89 219,16.62 218.5,16.7 218.24,17.05 218.24,17.06 218.24,17.07 218.23,17.07 217.98,17.43 218.05,17.92 218.4,18.18" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_no_mutual_servers_light.xml to/res/drawable-anydpi-v24/img_no_mutual_servers_light.xml
*** from/res/drawable-anydpi-v24/img_no_mutual_servers_light.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/img_no_mutual_servers_light.xml 2021-01-11 15:14:01.434588922 -0700
***************
*** 5,25 ****
<path android:fillColor="#fff04747" android:pathData="M123.86,120.7C123.24,120.08 123.24,119.06 123.86,118.44L125.56,116.74C126.18,116.12 126.18,115.1 125.56,114.48L124.43,113.35C123.8,112.72 122.79,112.72 122.16,113.35L120.47,115.04C119.84,115.67 118.83,115.67 118.21,115.04L116.51,113.35C115.88,112.72 114.87,112.72 114.25,113.35L113.11,114.48C112.49,115.1 112.49,116.12 113.11,116.74L114.81,118.44C115.44,119.06 115.44,120.08 114.81,120.7L113.11,122.4C112.49,123.02 112.49,124.04 113.11,124.66L114.25,125.79C114.87,126.42 115.88,126.42 116.51,125.79L118.21,124.1C118.83,123.47 119.84,123.47 120.47,124.1L122.16,125.79C122.79,126.42 123.8,126.42 124.43,125.79L125.56,124.66C126.18,124.04 126.18,123.02 125.56,122.4L123.86,120.7Z" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M88.57,118.77L91.77,118.77C92.21,118.77 92.57,119.13 92.57,119.57 92.57,120.01 92.21,120.37 91.77,120.37L88.57,120.37C88.12,120.37 87.77,120.01 87.77,119.57 87.77,119.13 88.12,118.77 88.57,118.77M81.37,118.77L84.57,118.77C85.01,118.77 85.37,119.13 85.37,119.57 85.37,120.01 85.01,120.37 84.57,120.37L81.37,120.37C80.92,120.37 80.57,120.01 80.57,119.57 80.57,119.13 80.92,118.77 81.37,118.77M95.77,118.77L98.97,118.77C99.41,118.77 99.77,119.13 99.77,119.57 99.77,120.01 99.41,120.37 98.97,120.37L95.77,120.37C95.32,120.37 94.97,120.01 94.97,119.57 94.97,119.13 95.32,118.77 95.77,118.77M102.97,118.77L106.17,118.77C106.61,118.77 106.97,119.13 106.97,119.57 106.97,120.01 106.61,120.37 106.17,120.37L102.97,120.37C102.52,120.37 102.17,120.01 102.17,119.57 102.17,119.13 102.52,118.77 102.97,118.77M46.28,103.46C46.72,103.46 47.08,103.81 47.08,104.26L47.08,107.46C47.08,107.9 46.72,108.26 46.28,108.26 45.84,108.26 45.48,107.9 45.48,107.46L45.48,104.26C45.48,103.81 45.84,103.46 46.28,103.46M52.57,118.77L55.77,118.77C56.21,118.77 56.57,119.13 56.57,119.57 56.57,120.01 56.21,120.37 55.77,120.37L52.57,120.37C52.12,120.37 51.77,120.01 51.77,119.57 51.77,119.13 52.12,118.77 52.57,118.77M46.28,117.86C46.72,117.86 47.08,118.21 47.08,118.66L47.08,118.77 48.57,118.77C49.01,118.77 49.37,119.13 49.37,119.57 49.37,120.01 49.01,120.37 48.57,120.37L46.28,120.37C45.84,120.37 45.48,120.01 45.48,119.57L45.48,118.66C45.48,118.21 45.84,117.86 46.28,117.86M46.28,110.66C46.72,110.66 47.08,111.01 47.08,111.46L47.08,114.66C47.08,115.1 46.72,115.46 46.28,115.46 45.84,115.46 45.48,115.1 45.48,114.66L45.48,111.46C45.48,111.01 45.84,110.66 46.28,110.66M74.17,118.77L77.37,118.77C77.81,118.77 78.17,119.13 78.17,119.57 78.17,120.01 77.81,120.37 77.37,120.37L74.17,120.37C73.72,120.37 73.37,120.01 73.37,119.57 73.37,119.13 73.72,118.77 74.17,118.77M66.97,118.77L70.17,118.77C70.61,118.77 70.97,119.13 70.97,119.57 70.97,120.01 70.61,120.37 70.17,120.37L66.97,120.37C66.52,120.37 66.17,120.01 66.17,119.57 66.17,119.13 66.52,118.77 66.97,118.77M59.77,118.77L62.97,118.77C63.41,118.77 63.77,119.13 63.77,119.57 63.77,120.01 63.41,120.37 62.97,120.37L59.77,120.37C59.32,120.37 58.97,120.01 58.97,119.57 58.97,119.13 59.32,118.77 59.77,118.77" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M218.73,29.13L223.41,32.13L223.41,20.39C223.41,18.62 221.97,17.19 220.21,17.19L213.81,17.19C212.04,17.19 210.61,18.62 210.61,20.39L210.61,23.91L213.26,25.61C213.63,25.85 213.74,26.35 213.5,26.72L217.63,29.37C217.87,29 218.36,28.89 218.73,29.13" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M192.42,14.14L155.83,37.62L155.83,43.72L191.99,20.51C192.25,20.34 192.59,20.34 192.85,20.51L229.01,43.72L229.01,37.62L217.87,30.47C217.5,30.24 217.39,29.74 217.63,29.37L213.5,26.72C213.26,27.09 212.77,27.2 212.4,26.96L192.42,14.14Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M163.62,79.72C163.62,79.28 163.98,78.92 164.42,78.92L164.42,75.59C162.66,75.59 161.22,74.15 161.22,72.39C161.22,70.9 162.24,69.66 163.62,69.3L163.62,55.59C163.62,55.14 163.98,54.79 164.42,54.79L183.62,54.79C184.06,54.79 184.42,55.14 184.42,55.59L184.42,91.59L229.01,91.59L229.01,83.59L229.01,45.62L192.42,22.14L155.83,45.62L155.83,83.59L155.83,91.59L163.62,91.59L163.62,79.72Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M206.82,75.59l12.8,0l0,-8.8l-12.8,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M192.42,75.59l12.8,0l0,-8.8l-12.8,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M206.82,65.19l12.8,0l0,-8.8l-12.8,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M192.42,65.19l12.8,0l0,-8.8l-12.8,0z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M164.42,78.92C164.86,78.92 165.22,79.28 165.22,79.72L165.22,91.59L182.82,91.59L182.82,56.39L165.22,56.39L165.22,69.3C166.6,69.66 167.62,70.9 167.62,72.39C167.62,74.15 166.18,75.59 164.42,75.59L164.42,78.92Z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M166.02,72.39C166.02,71.5 165.3,70.79 164.42,70.79C163.54,70.79 162.82,71.5 162.82,72.39C162.82,73.27 163.54,73.99 164.42,73.99C165.3,73.99 166.02,73.27 166.02,72.39" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M73.11,29.13L77.79,32.13L77.79,17.19L64.99,17.19L64.99,23.91L67.64,25.61C68.01,25.85 68.12,26.35 67.88,26.72L67.88,26.72L72.01,29.37C72.25,29 72.74,28.89 73.11,29.13" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M43.34,16.36L10.21,37.62L10.21,43.72L46.37,20.51C46.63,20.34 46.97,20.34 47.23,20.51L83.39,43.72L83.39,37.62L72.25,30.47C71.88,30.23 71.77,29.74 72.01,29.37L67.88,26.72C67.64,27.09 67.15,27.2 66.78,26.96L50.26,16.36C48.15,15.01 45.45,15.01 43.34,16.36" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M16.61,47.45C16.61,47.01 16.97,46.65 17.41,46.65L28.61,46.65C29.05,46.65 29.41,47.01 29.41,47.45L29.41,58.65C29.41,59.1 29.05,59.45 28.61,59.45L17.41,59.45C16.97,59.45 16.61,59.1 16.61,58.65L16.61,47.45ZM64.99,59.45C64.55,59.45 64.19,59.1 64.19,58.65L64.19,47.45C64.19,47.01 64.55,46.65 64.99,46.65L76.19,46.65C76.63,46.65 76.99,47.01 76.99,47.45L76.99,58.65C76.99,59.1 76.63,59.45 76.19,59.45L64.99,59.45ZM28.4,73.19C28.4,63.04 36.65,54.79 46.8,54.79C56.95,54.79 65.2,63.04 65.2,73.19L65.2,91.59L83.39,91.59L83.39,83.59L83.39,45.62L46.8,22.14L10.21,45.62L10.21,83.59L10.21,91.59L28.4,91.59L28.4,73.19Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M63.6,73.19C63.6,64.19 56.49,56.85 47.6,56.43L47.6,91.59 63.6,91.59 63.6,73.19zM46,56.43C37.11,56.85 30,64.19 30,73.19L30,91.59 46,91.59 46,56.43z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M18.21,57.85l9.6,0l0,-4l-9.6,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M18.21,52.25l9.6,0l0,-4l-9.6,0z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M65.79,57.85l9.6,0l0,-4l-9.6,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M65.79,52.25l9.6,0l0,-4l-9.6,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M91.67,30.07L92.08,30.07C92.52,30.07 92.88,30.43 92.88,30.87L92.88,31.27C92.88,31.72 93.24,32.07 93.68,32.07 94.12,32.07 94.48,31.72 94.48,31.27L94.48,30.87C94.48,30.43 94.84,30.07 95.28,30.07L95.69,30.07C96.13,30.07 96.49,29.71 96.49,29.27 96.49,28.83 96.13,28.47 95.69,28.47L95.28,28.47C94.84,28.47 94.48,28.11 94.48,27.67L94.48,27.26C94.48,26.82 94.12,26.46 93.68,26.46 93.24,26.46 92.88,26.82 92.88,27.26L92.88,27.67C92.88,28.11 92.52,28.47 92.08,28.47L91.67,28.47C91.23,28.47 90.87,28.83 90.87,29.27 90.87,29.71 91.23,30.07 91.67,30.07M232.4,24L232.4,24C233.07,24 233.61,24.54 233.61,25.2 233.61,25.64 233.97,26 234.41,26 234.85,26 235.21,25.64 235.21,25.2 235.21,24.54 235.75,24 236.42,24L236.42,24C236.86,24 237.22,23.64 237.22,23.2 237.22,22.75 236.86,22.4 236.42,22.4L236.42,22.4C235.75,22.4 235.21,21.85 235.21,21.19L235.21,21.19C235.21,20.75 234.85,20.39 234.41,20.39 233.97,20.39 233.61,20.75 233.61,21.19L233.61,21.19C233.61,21.85 233.07,22.4 232.4,22.4 231.96,22.4 231.6,22.75 231.6,23.2 231.6,23.64 231.96,24 232.4,24M111.63,59.45C111.84,59.45 112.04,59.38 112.2,59.22L113.14,58.27C113.46,57.96 113.46,57.45 113.14,57.14 112.83,56.83 112.33,56.83 112.01,57.14L111.07,58.09C110.75,58.4 110.75,58.91 111.07,59.22 111.22,59.38 111.43,59.45 111.63,59.45M106.9,64.19C107.1,64.19 107.31,64.11 107.47,63.95L108.41,63.01C108.72,62.69 108.72,62.19 108.41,61.87 108.1,61.56 107.59,61.56 107.28,61.87L106.33,62.82C106.02,63.13 106.02,63.64 106.33,63.95 106.49,64.11 106.69,64.19 106.9,64.19M112.01,63.95C112.17,64.11 112.37,64.19 112.58,64.19 112.78,64.19 112.99,64.11 113.14,63.95 113.46,63.64 113.46,63.13 113.14,62.82L112.2,61.87C111.89,61.56 111.38,61.56 111.07,61.87 110.75,62.19 110.75,62.69 111.07,63.01L112.01,63.95zM107.28,59.22C107.44,59.38 107.64,59.45 107.85,59.45 108.05,59.45 108.26,59.38 108.41,59.22 108.72,58.91 108.72,58.4 108.41,58.09L107.46,57.14C107.15,56.83 106.65,56.83 106.33,57.14 106.02,57.45 106.02,57.96 106.33,58.27L107.28,59.22zM220.42,4.6C221.09,4.6 221.63,5.14 221.63,5.81 221.63,6.47 221.09,7.02 220.42,7.02 219.75,7.02 219.21,6.47 219.21,5.81 219.21,5.14 219.75,4.6 220.42,4.6M220.42,8.62C221.97,8.62 223.23,7.36 223.23,5.81 223.23,4.26 221.97,3 220.42,3 218.87,3 217.61,4.26 217.61,5.81 217.61,7.36 218.87,8.62 220.42,8.62M194.82,66.79L202.82,66.79C204.15,66.79 205.22,67.86 205.22,69.19L205.22,73.19C205.22,74.51 204.15,75.59 202.82,75.59L194.82,75.59C193.49,75.59 192.42,74.51 192.42,73.19L192.42,69.19C192.42,67.86 193.49,66.79 194.82,66.79M194.82,56.39L202.82,56.39C204.15,56.39 205.22,57.46 205.22,58.79L205.22,62.79C205.22,64.11 204.15,65.19 202.82,65.19L194.82,65.19C193.49,65.19 192.42,64.11 192.42,62.79L192.42,58.79C192.42,57.46 193.49,56.39 194.82,56.39M209.22,66.79L217.22,66.79C218.55,66.79 219.62,67.86 219.62,69.19L219.62,73.19C219.62,74.51 218.55,75.59 217.22,75.59L209.22,75.59C207.89,75.59 206.82,74.51 206.82,73.19L206.82,69.19C206.82,67.86 207.89,66.79 209.22,66.79M209.22,56.39L217.22,56.39C218.55,56.39 219.62,57.46 219.62,58.79L219.62,62.79C219.62,64.11 218.55,65.19 217.22,65.19L209.22,65.19C207.89,65.19 206.82,64.11 206.82,62.79L206.82,58.79C206.82,57.46 207.89,56.39 209.22,56.39M190.82,57.19L190.82,74.79C190.82,76.11 191.89,77.19 193.22,77.19L218.82,77.19C220.15,77.19 221.22,76.11 221.22,74.79L221.22,57.19C221.22,55.86 220.15,54.79 218.82,54.79L193.22,54.79C191.89,54.79 190.82,55.86 190.82,57.19" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M229.01,37.62C229.01,40.26 226.09,41.85 223.87,40.43L192.85,20.51C192.59,20.34 192.25,20.34 191.99,20.51L160.97,40.43C158.75,41.85 155.83,40.26 155.83,37.62L192.42,14.14 212.4,26.96C212.77,27.2 213.26,27.09 213.5,26.72 213.74,26.35 213.63,25.85 213.26,25.62L211.71,24.62C211.02,24.18 210.61,23.42 210.61,22.6L210.61,20.39C210.61,18.62 212.04,17.19 213.81,17.19L220.21,17.19C221.97,17.19 223.41,18.62 223.41,20.39L223.41,27.74C223.41,29.63 221.31,30.78 219.71,29.76L218.73,29.13C218.36,28.89 217.87,29 217.63,29.37 217.39,29.74 217.5,30.24 217.87,30.47L229.01,37.62zM166.02,72.39C166.02,73.27 165.3,73.99 164.42,73.99 163.54,73.99 162.82,73.27 162.82,72.39 162.82,71.5 163.54,70.79 164.42,70.79 165.3,70.79 166.02,71.5 166.02,72.39L166.02,72.39zM229.01,83.59L229.01,88.39C229.01,90.15 227.57,91.59 225.81,91.59L185.22,91.59C184.78,91.59 184.42,91.23 184.42,90.79L184.42,55.59C184.42,55.14 184.06,54.79 183.62,54.79L164.42,54.79C163.98,54.79 163.62,55.14 163.62,55.59L163.62,69.3C161.75,69.79 160.53,71.91 161.65,74.06 162.16,75.02 163.2,75.59 164.28,75.59 165.76,75.59 167.15,74.65 167.52,73.21 167.98,71.38 166.84,69.72 165.22,69.3L165.22,57.19C165.22,56.74 165.58,56.39 166.02,56.39L182.02,56.39C182.46,56.39 182.82,56.74 182.82,57.19L182.82,90.79C182.82,91.23 182.46,91.59 182.02,91.59L166.02,91.59C165.58,91.59 165.22,91.23 165.22,90.79L165.22,78.12C165.22,77.68 164.86,77.32 164.42,77.32 163.98,77.32 163.62,77.68 163.62,78.12L163.62,90.79C163.62,91.23 163.26,91.59 162.82,91.59L159.03,91.59C157.27,91.59 155.83,90.15 155.83,88.39L155.83,83.59 155.83,49.85C155.83,48.21 156.67,46.69 158.04,45.81L189.83,25.4C191.41,24.39 193.43,24.39 195.01,25.4L226.8,45.81C228.17,46.69 229.01,48.21 229.01,49.85L229.01,83.59zM236.42,91.59L235.41,91.59C232.76,91.59 230.61,89.44 230.61,86.79L230.61,84.39 230.61,45.19 230.61,37.19C230.61,36.92 230.47,36.66 230.24,36.51L226.04,33.82C225.39,33.4 225.01,32.69 225.01,31.93L225.01,18.79C225.01,17.02 223.57,15.59 221.81,15.59L212.21,15.59C210.44,15.59 209.01,17.02 209.01,18.79 209.01,20.56 207.05,21.63 205.56,20.67L192.85,12.51C192.59,12.34 192.25,12.34 191.99,12.51L154.6,36.51C154.37,36.66 154.23,36.91 154.23,37.19L154.23,45.19 154.23,84.39 154.23,86.79C154.23,89.44 152.08,91.59 149.43,91.59L143.62,91.59C143.18,91.59 142.82,91.94 142.82,92.39 142.82,92.83 143.18,93.19 143.62,93.19L236.42,93.19C236.86,93.19 237.22,92.83 237.22,92.39 237.22,91.94 236.86,91.59 236.42,91.59L236.42,91.59zM18.21,52.25L27.81,52.25 27.81,48.25 18.21,48.25 18.21,52.25zM18.21,57.85L27.81,57.85 27.81,53.85 18.21,53.85 18.21,57.85zM28.61,46.65L17.41,46.65C16.97,46.65 16.61,47.01 16.61,47.45L16.61,58.65C16.61,59.1 16.97,59.45 17.41,59.45L28.61,59.45C29.06,59.45 29.41,59.1 29.41,58.65L29.41,47.45C29.41,47.01 29.06,46.65 28.61,46.65L28.61,46.65zM65.79,57.85L75.39,57.85 75.39,53.85 65.79,53.85 65.79,57.85zM65.79,52.25L75.39,52.25 75.39,48.25 65.79,48.25 65.79,52.25zM64.99,59.45L76.19,59.45C76.63,59.45 76.99,59.1 76.99,58.65L76.99,47.45C76.99,47.01 76.63,46.65 76.19,46.65L64.99,46.65C64.54,46.65 64.19,47.01 64.19,47.45L64.19,58.65C64.19,59.1 64.54,59.45 64.99,59.45L64.99,59.45z" android:fillType="evenOdd" />
--- 5,25 ----
<path android:fillColor="#fff04747" android:pathData="M123.86,120.7C123.24,120.08 123.24,119.06 123.86,118.44L125.56,116.74C126.18,116.12 126.18,115.1 125.56,114.48L124.43,113.35C123.8,112.72 122.79,112.72 122.16,113.35L120.47,115.04C119.84,115.67 118.83,115.67 118.21,115.04L116.51,113.35C115.88,112.72 114.87,112.72 114.25,113.35L113.11,114.48C112.49,115.1 112.49,116.12 113.11,116.74L114.81,118.44C115.44,119.06 115.44,120.08 114.81,120.7L113.11,122.4C112.49,123.02 112.49,124.04 113.11,124.66L114.25,125.79C114.87,126.42 115.88,126.42 116.51,125.79L118.21,124.1C118.83,123.47 119.84,123.47 120.47,124.1L122.16,125.79C122.79,126.42 123.8,126.42 124.43,125.79L125.56,124.66C126.18,124.04 126.18,123.02 125.56,122.4L123.86,120.7Z" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M88.57,118.77L91.77,118.77C92.21,118.77 92.57,119.13 92.57,119.57 92.57,120.01 92.21,120.37 91.77,120.37L88.57,120.37C88.12,120.37 87.77,120.01 87.77,119.57 87.77,119.13 88.12,118.77 88.57,118.77M81.37,118.77L84.57,118.77C85.01,118.77 85.37,119.13 85.37,119.57 85.37,120.01 85.01,120.37 84.57,120.37L81.37,120.37C80.92,120.37 80.57,120.01 80.57,119.57 80.57,119.13 80.92,118.77 81.37,118.77M95.77,118.77L98.97,118.77C99.41,118.77 99.77,119.13 99.77,119.57 99.77,120.01 99.41,120.37 98.97,120.37L95.77,120.37C95.32,120.37 94.97,120.01 94.97,119.57 94.97,119.13 95.32,118.77 95.77,118.77M102.97,118.77L106.17,118.77C106.61,118.77 106.97,119.13 106.97,119.57 106.97,120.01 106.61,120.37 106.17,120.37L102.97,120.37C102.52,120.37 102.17,120.01 102.17,119.57 102.17,119.13 102.52,118.77 102.97,118.77M46.28,103.46C46.72,103.46 47.08,103.81 47.08,104.26L47.08,107.46C47.08,107.9 46.72,108.26 46.28,108.26 45.84,108.26 45.48,107.9 45.48,107.46L45.48,104.26C45.48,103.81 45.84,103.46 46.28,103.46M52.57,118.77L55.77,118.77C56.21,118.77 56.57,119.13 56.57,119.57 56.57,120.01 56.21,120.37 55.77,120.37L52.57,120.37C52.12,120.37 51.77,120.01 51.77,119.57 51.77,119.13 52.12,118.77 52.57,118.77M46.28,117.86C46.72,117.86 47.08,118.21 47.08,118.66L47.08,118.77 48.57,118.77C49.01,118.77 49.37,119.13 49.37,119.57 49.37,120.01 49.01,120.37 48.57,120.37L46.28,120.37C45.84,120.37 45.48,120.01 45.48,119.57L45.48,118.66C45.48,118.21 45.84,117.86 46.28,117.86M46.28,110.66C46.72,110.66 47.08,111.01 47.08,111.46L47.08,114.66C47.08,115.1 46.72,115.46 46.28,115.46 45.84,115.46 45.48,115.1 45.48,114.66L45.48,111.46C45.48,111.01 45.84,110.66 46.28,110.66M74.17,118.77L77.37,118.77C77.81,118.77 78.17,119.13 78.17,119.57 78.17,120.01 77.81,120.37 77.37,120.37L74.17,120.37C73.72,120.37 73.37,120.01 73.37,119.57 73.37,119.13 73.72,118.77 74.17,118.77M66.97,118.77L70.17,118.77C70.61,118.77 70.97,119.13 70.97,119.57 70.97,120.01 70.61,120.37 70.17,120.37L66.97,120.37C66.52,120.37 66.17,120.01 66.17,119.57 66.17,119.13 66.52,118.77 66.97,118.77M59.77,118.77L62.97,118.77C63.41,118.77 63.77,119.13 63.77,119.57 63.77,120.01 63.41,120.37 62.97,120.37L59.77,120.37C59.32,120.37 58.97,120.01 58.97,119.57 58.97,119.13 59.32,118.77 59.77,118.77" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M218.73,29.13L223.41,32.13L223.41,20.39C223.41,18.62 221.97,17.19 220.21,17.19L213.81,17.19C212.04,17.19 210.61,18.62 210.61,20.39L210.61,23.91L213.26,25.61C213.63,25.85 213.74,26.35 213.5,26.72L217.63,29.37C217.87,29 218.36,28.89 218.73,29.13" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M192.42,14.14L155.83,37.62L155.83,43.72L191.99,20.51C192.25,20.34 192.59,20.34 192.85,20.51L229.01,43.72L229.01,37.62L217.87,30.47C217.5,30.24 217.39,29.74 217.63,29.37L213.5,26.72C213.26,27.09 212.77,27.2 212.4,26.96L192.42,14.14Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M163.62,79.72C163.62,79.28 163.98,78.92 164.42,78.92L164.42,75.59C162.66,75.59 161.22,74.15 161.22,72.39C161.22,70.9 162.24,69.66 163.62,69.3L163.62,55.59C163.62,55.14 163.98,54.79 164.42,54.79L183.62,54.79C184.06,54.79 184.42,55.14 184.42,55.59L184.42,91.59L229.01,91.59L229.01,83.59L229.01,45.62L192.42,22.14L155.83,45.62L155.83,83.59L155.83,91.59L163.62,91.59L163.62,79.72Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M206.82,75.59l12.8,0l0,-8.8l-12.8,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M192.42,75.59l12.8,0l0,-8.8l-12.8,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M206.82,65.19l12.8,0l0,-8.8l-12.8,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M192.42,65.19l12.8,0l0,-8.8l-12.8,0z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M164.42,78.92C164.86,78.92 165.22,79.28 165.22,79.72L165.22,91.59L182.82,91.59L182.82,56.39L165.22,56.39L165.22,69.3C166.6,69.66 167.62,70.9 167.62,72.39C167.62,74.15 166.18,75.59 164.42,75.59L164.42,78.92Z" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M166.02,72.39C166.02,71.5 165.3,70.79 164.42,70.79C163.54,70.79 162.82,71.5 162.82,72.39C162.82,73.27 163.54,73.99 164.42,73.99C165.3,73.99 166.02,73.27 166.02,72.39" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M73.11,29.13L77.79,32.13L77.79,17.19L64.99,17.19L64.99,23.91L67.64,25.61C68.01,25.85 68.12,26.35 67.88,26.72L67.88,26.72L72.01,29.37C72.25,29 72.74,28.89 73.11,29.13" android:fillType="evenOdd" />
<path android:fillColor="#fff6f6f7" android:pathData="M43.34,16.36L10.21,37.62L10.21,43.72L46.37,20.51C46.63,20.34 46.97,20.34 47.23,20.51L83.39,43.72L83.39,37.62L72.25,30.47C71.88,30.23 71.77,29.74 72.01,29.37L67.88,26.72C67.64,27.09 67.15,27.2 66.78,26.96L50.26,16.36C48.15,15.01 45.45,15.01 43.34,16.36" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M16.61,47.45C16.61,47.01 16.97,46.65 17.41,46.65L28.61,46.65C29.05,46.65 29.41,47.01 29.41,47.45L29.41,58.65C29.41,59.1 29.05,59.45 28.61,59.45L17.41,59.45C16.97,59.45 16.61,59.1 16.61,58.65L16.61,47.45ZM64.99,59.45C64.55,59.45 64.19,59.1 64.19,58.65L64.19,47.45C64.19,47.01 64.55,46.65 64.99,46.65L76.19,46.65C76.63,46.65 76.99,47.01 76.99,47.45L76.99,58.65C76.99,59.1 76.63,59.45 76.19,59.45L64.99,59.45ZM28.4,73.19C28.4,63.04 36.65,54.79 46.8,54.79C56.95,54.79 65.2,63.04 65.2,73.19L65.2,91.59L83.39,91.59L83.39,83.59L83.39,45.62L46.8,22.14L10.21,45.62L10.21,83.59L10.21,91.59L28.4,91.59L28.4,73.19Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M63.6,73.19C63.6,64.19 56.49,56.85 47.6,56.43L47.6,91.59 63.6,91.59 63.6,73.19zM46,56.43C37.11,56.85 30,64.19 30,73.19L30,91.59 46,91.59 46,56.43z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M18.21,57.85l9.6,0l0,-4l-9.6,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M18.21,52.25l9.6,0l0,-4l-9.6,0z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M65.79,57.85l9.6,0l0,-4l-9.6,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M65.79,52.25l9.6,0l0,-4l-9.6,0z" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M91.67,30.07L92.08,30.07C92.52,30.07 92.88,30.43 92.88,30.87L92.88,31.27C92.88,31.72 93.24,32.07 93.68,32.07 94.12,32.07 94.48,31.72 94.48,31.27L94.48,30.87C94.48,30.43 94.84,30.07 95.28,30.07L95.69,30.07C96.13,30.07 96.49,29.71 96.49,29.27 96.49,28.83 96.13,28.47 95.69,28.47L95.28,28.47C94.84,28.47 94.48,28.11 94.48,27.67L94.48,27.26C94.48,26.82 94.12,26.46 93.68,26.46 93.24,26.46 92.88,26.82 92.88,27.26L92.88,27.67C92.88,28.11 92.52,28.47 92.08,28.47L91.67,28.47C91.23,28.47 90.87,28.83 90.87,29.27 90.87,29.71 91.23,30.07 91.67,30.07M232.4,24L232.4,24C233.07,24 233.61,24.54 233.61,25.2 233.61,25.64 233.97,26 234.41,26 234.85,26 235.21,25.64 235.21,25.2 235.21,24.54 235.75,24 236.42,24L236.42,24C236.86,24 237.22,23.64 237.22,23.2 237.22,22.75 236.86,22.4 236.42,22.4L236.42,22.4C235.75,22.4 235.21,21.85 235.21,21.19L235.21,21.19C235.21,20.75 234.85,20.39 234.41,20.39 233.97,20.39 233.61,20.75 233.61,21.19L233.61,21.19C233.61,21.85 233.07,22.4 232.4,22.4 231.96,22.4 231.6,22.75 231.6,23.2 231.6,23.64 231.96,24 232.4,24M111.63,59.45C111.84,59.45 112.04,59.38 112.2,59.22L113.14,58.27C113.46,57.96 113.46,57.45 113.14,57.14 112.83,56.83 112.33,56.83 112.01,57.14L111.07,58.09C110.75,58.4 110.75,58.91 111.07,59.22 111.22,59.38 111.43,59.45 111.63,59.45M106.9,64.19C107.1,64.19 107.31,64.11 107.47,63.95L108.41,63.01C108.72,62.69 108.72,62.19 108.41,61.87 108.1,61.56 107.59,61.56 107.28,61.87L106.33,62.82C106.02,63.13 106.02,63.64 106.33,63.95 106.49,64.11 106.69,64.19 106.9,64.19M112.01,63.95C112.17,64.11 112.37,64.19 112.58,64.19 112.78,64.19 112.99,64.11 113.14,63.95 113.46,63.64 113.46,63.13 113.14,62.82L112.2,61.87C111.89,61.56 111.38,61.56 111.07,61.87 110.75,62.19 110.75,62.69 111.07,63.01L112.01,63.95zM107.28,59.22C107.44,59.38 107.64,59.45 107.85,59.45 108.05,59.45 108.26,59.38 108.41,59.22 108.72,58.91 108.72,58.4 108.41,58.09L107.46,57.14C107.15,56.83 106.65,56.83 106.33,57.14 106.02,57.45 106.02,57.96 106.33,58.27L107.28,59.22zM220.42,4.6C221.09,4.6 221.63,5.14 221.63,5.81 221.63,6.47 221.09,7.02 220.42,7.02 219.75,7.02 219.21,6.47 219.21,5.81 219.21,5.14 219.75,4.6 220.42,4.6M220.42,8.62C221.97,8.62 223.23,7.36 223.23,5.81 223.23,4.26 221.97,3 220.42,3 218.87,3 217.61,4.26 217.61,5.81 217.61,7.36 218.87,8.62 220.42,8.62M194.82,66.79L202.82,66.79C204.15,66.79 205.22,67.86 205.22,69.19L205.22,73.19C205.22,74.51 204.15,75.59 202.82,75.59L194.82,75.59C193.49,75.59 192.42,74.51 192.42,73.19L192.42,69.19C192.42,67.86 193.49,66.79 194.82,66.79M194.82,56.39L202.82,56.39C204.15,56.39 205.22,57.46 205.22,58.79L205.22,62.79C205.22,64.11 204.15,65.19 202.82,65.19L194.82,65.19C193.49,65.19 192.42,64.11 192.42,62.79L192.42,58.79C192.42,57.46 193.49,56.39 194.82,56.39M209.22,66.79L217.22,66.79C218.55,66.79 219.62,67.86 219.62,69.19L219.62,73.19C219.62,74.51 218.55,75.59 217.22,75.59L209.22,75.59C207.89,75.59 206.82,74.51 206.82,73.19L206.82,69.19C206.82,67.86 207.89,66.79 209.22,66.79M209.22,56.39L217.22,56.39C218.55,56.39 219.62,57.46 219.62,58.79L219.62,62.79C219.62,64.11 218.55,65.19 217.22,65.19L209.22,65.19C207.89,65.19 206.82,64.11 206.82,62.79L206.82,58.79C206.82,57.46 207.89,56.39 209.22,56.39M190.82,57.19L190.82,74.79C190.82,76.11 191.89,77.19 193.22,77.19L218.82,77.19C220.15,77.19 221.22,76.11 221.22,74.79L221.22,57.19C221.22,55.86 220.15,54.79 218.82,54.79L193.22,54.79C191.89,54.79 190.82,55.86 190.82,57.19" android:fillType="evenOdd" />
<path android:fillColor="#ffb9bbbe" android:pathData="M229.01,37.62C229.01,40.26 226.09,41.85 223.87,40.43L192.85,20.51C192.59,20.34 192.25,20.34 191.99,20.51L160.97,40.43C158.75,41.85 155.83,40.26 155.83,37.62L192.42,14.14 212.4,26.96C212.77,27.2 213.26,27.09 213.5,26.72 213.74,26.35 213.63,25.85 213.26,25.62L211.71,24.62C211.02,24.18 210.61,23.42 210.61,22.6L210.61,20.39C210.61,18.62 212.04,17.19 213.81,17.19L220.21,17.19C221.97,17.19 223.41,18.62 223.41,20.39L223.41,27.74C223.41,29.63 221.31,30.78 219.71,29.76L218.73,29.13C218.36,28.89 217.87,29 217.63,29.37 217.39,29.74 217.5,30.24 217.87,30.47L229.01,37.62zM166.02,72.39C166.02,73.27 165.3,73.99 164.42,73.99 163.54,73.99 162.82,73.27 162.82,72.39 162.82,71.5 163.54,70.79 164.42,70.79 165.3,70.79 166.02,71.5 166.02,72.39L166.02,72.39zM229.01,83.59L229.01,88.39C229.01,90.15 227.57,91.59 225.81,91.59L185.22,91.59C184.78,91.59 184.42,91.23 184.42,90.79L184.42,55.59C184.42,55.14 184.06,54.79 183.62,54.79L164.42,54.79C163.98,54.79 163.62,55.14 163.62,55.59L163.62,69.3C161.75,69.79 160.53,71.91 161.65,74.06 162.16,75.02 163.2,75.59 164.28,75.59 165.76,75.59 167.15,74.65 167.52,73.21 167.98,71.38 166.84,69.72 165.22,69.3L165.22,57.19C165.22,56.74 165.58,56.39 166.02,56.39L182.02,56.39C182.46,56.39 182.82,56.74 182.82,57.19L182.82,90.79C182.82,91.23 182.46,91.59 182.02,91.59L166.02,91.59C165.58,91.59 165.22,91.23 165.22,90.79L165.22,78.12C165.22,77.68 164.86,77.32 164.42,77.32 163.98,77.32 163.62,77.68 163.62,78.12L163.62,90.79C163.62,91.23 163.26,91.59 162.82,91.59L159.03,91.59C157.27,91.59 155.83,90.15 155.83,88.39L155.83,83.59 155.83,49.85C155.83,48.21 156.67,46.69 158.04,45.81L189.83,25.4C191.41,24.39 193.43,24.39 195.01,25.4L226.8,45.81C228.17,46.69 229.01,48.21 229.01,49.85L229.01,83.59zM236.42,91.59L235.41,91.59C232.76,91.59 230.61,89.44 230.61,86.79L230.61,84.39 230.61,45.19 230.61,37.19C230.61,36.92 230.47,36.66 230.24,36.51L226.04,33.82C225.39,33.4 225.01,32.69 225.01,31.93L225.01,18.79C225.01,17.02 223.57,15.59 221.81,15.59L212.21,15.59C210.44,15.59 209.01,17.02 209.01,18.79 209.01,20.56 207.05,21.63 205.56,20.67L192.85,12.51C192.59,12.34 192.25,12.34 191.99,12.51L154.6,36.51C154.37,36.66 154.23,36.91 154.23,37.19L154.23,45.19 154.23,84.39 154.23,86.79C154.23,89.44 152.08,91.59 149.43,91.59L143.62,91.59C143.18,91.59 142.82,91.94 142.82,92.39 142.82,92.83 143.18,93.19 143.62,93.19L236.42,93.19C236.86,93.19 237.22,92.83 237.22,92.39 237.22,91.94 236.86,91.59 236.42,91.59L236.42,91.59zM18.21,52.25L27.81,52.25 27.81,48.25 18.21,48.25 18.21,52.25zM18.21,57.85L27.81,57.85 27.81,53.85 18.21,53.85 18.21,57.85zM28.61,46.65L17.41,46.65C16.97,46.65 16.61,47.01 16.61,47.45L16.61,58.65C16.61,59.1 16.97,59.45 17.41,59.45L28.61,59.45C29.06,59.45 29.41,59.1 29.41,58.65L29.41,47.45C29.41,47.01 29.06,46.65 28.61,46.65L28.61,46.65zM65.79,57.85L75.39,57.85 75.39,53.85 65.79,53.85 65.79,57.85zM65.79,52.25L75.39,52.25 75.39,48.25 65.79,48.25 65.79,52.25zM64.99,59.45L76.19,59.45C76.63,59.45 76.99,59.1 76.99,58.65L76.99,47.45C76.99,47.01 76.63,46.65 76.19,46.65L64.99,46.65C64.54,46.65 64.19,47.01 64.19,47.45L64.19,58.65C64.19,59.1 64.54,59.45 64.99,59.45L64.99,59.45z" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_plan_activated_dark.xml to/res/drawable-anydpi-v24/img_plan_activated_dark.xml
*** from/res/drawable-anydpi-v24/img_plan_activated_dark.xml 2021-01-02 17:58:42.704416259 -0700
--- to/res/drawable-anydpi-v24/img_plan_activated_dark.xml 2021-01-11 15:14:01.231591962 -0700
***************
*** 2,18 ****
<vector android:height="42.0dip" android:width="302.0dip" android:viewportWidth="302.0" android:viewportHeight="42.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M6,0.5L296,0.5A5.5,5.5 0,0 1,301.5 6L301.5,36A5.5,5.5 0,0 1,296 41.5L6,41.5A5.5,5.5 0,0 1,0.5 36L0.5,6A5.5,5.5 0,0 1,6 0.5z" android:strokeColor="@drawable/$img_plan_activated_dark__0" android:strokeWidth="1.0" />
! <path android:fillColor="#ffffffff" android:pathData="M37.159,29.587C37.075,30.188 37.542,30.725 38.15,30.725H41.048C41.547,30.725 41.969,30.358 42.038,29.864L42.594,25.9C42.663,25.406 43.085,25.038 43.584,25.038H45.819C50.516,25.038 53.236,21.962 53.648,18.28C54.033,14.764 52.247,11.275 47.494,11.275H40.59C40.091,11.275 39.668,11.642 39.599,12.136L37.159,29.587ZM44.472,20.67C43.863,20.67 43.396,20.131 43.482,19.529L43.883,16.721C43.953,16.229 44.375,15.863 44.873,15.863H46.863C48.291,15.863 48.923,16.852 48.758,18.143C48.593,19.462 47.714,20.698 46.176,20.67H44.472Z" />
! <path android:fillColor="#ffffffff" android:pathData="M55.542,29.587C55.458,30.188 55.925,30.725 56.533,30.725H67.367C67.867,30.725 68.29,30.355 68.357,29.86L68.746,26.997C68.827,26.397 68.36,25.863 67.755,25.863H62.139C61.531,25.863 61.063,25.325 61.148,24.723L62.887,12.415C62.972,11.813 62.505,11.275 61.897,11.275H58.973C58.474,11.275 58.051,11.642 57.982,12.136L55.542,29.587Z" />
! <path android:fillColor="#ffffffff" android:pathData="M83.91,12.062C83.81,11.602 83.403,11.275 82.932,11.275H79.885C79.503,11.275 79.154,11.492 78.986,11.836L70.458,29.286C70.133,29.951 70.617,30.725 71.356,30.725H74.379C74.775,30.725 75.133,30.492 75.293,30.131L76.496,27.419C76.657,27.057 77.015,26.824 77.411,26.824H81.125C81.605,26.824 82.018,27.166 82.107,27.637L82.54,29.912C82.629,30.384 83.042,30.725 83.522,30.725H86.728C87.366,30.725 87.841,30.136 87.705,29.513L83.91,12.062ZM79.937,22.456C79.238,22.456 78.754,21.757 79.001,21.103L80.604,16.847C80.622,16.8 80.667,16.769 80.717,16.769V16.769C80.779,16.769 80.831,16.816 80.837,16.878L81.291,21.355C81.351,21.944 80.889,22.456 80.297,22.456H79.937Z" />
! <path android:fillColor="#ffffffff" android:pathData="M90.779,29.587C90.695,30.188 91.162,30.725 91.769,30.725H94.666C95.165,30.725 95.588,30.357 95.656,29.862L96.598,23.026C96.605,22.976 96.608,22.925 96.608,22.875L96.554,19.238C96.554,19.208 96.574,19.182 96.604,19.174V19.174C96.637,19.166 96.671,19.186 96.681,19.219L97.817,23.06L100.881,30.123C101.039,30.489 101.4,30.725 101.798,30.725H105.244C105.743,30.725 106.166,30.358 106.235,29.864L108.675,12.413C108.759,11.812 108.292,11.275 107.684,11.275H104.813C104.315,11.275 103.892,11.642 103.823,12.136L102.718,20.016C102.711,20.068 102.708,20.119 102.709,20.171L102.762,23.394C102.762,23.424 102.742,23.45 102.713,23.457V23.457C102.679,23.466 102.645,23.446 102.636,23.413L101.554,19.571L98.269,11.882C98.112,11.514 97.75,11.275 97.35,11.275H94.209C93.711,11.275 93.288,11.642 93.219,12.136L90.779,29.587Z" />
! <path android:fillColor="#ffffffff" android:pathData="M128.703,12.062C128.603,11.602 128.196,11.275 127.725,11.275H124.678C124.296,11.275 123.947,11.492 123.779,11.836L115.251,29.286C114.926,29.951 115.41,30.725 116.15,30.725H119.172C119.568,30.725 119.926,30.492 120.086,30.131L121.29,27.419C121.45,27.057 121.808,26.824 122.204,26.824H125.918C126.398,26.824 126.811,27.166 126.9,27.637L127.333,29.912C127.422,30.384 127.835,30.725 128.315,30.725H131.521C132.159,30.725 132.634,30.136 132.498,29.513L128.703,12.062ZM124.73,22.456C124.031,22.456 123.547,21.757 123.794,21.103L125.398,16.847C125.415,16.8 125.46,16.769 125.51,16.769V16.769C125.572,16.769 125.624,16.816 125.63,16.878L126.085,21.355C126.144,21.944 125.682,22.456 125.09,22.456H124.73Z" />
! <path android:fillColor="#ffffffff" android:pathData="M146.434,25.082C145.95,24.844 145.373,25.049 144.99,25.429C144.302,26.112 143.369,26.412 142.516,26.412C141.142,26.412 139.933,25.615 140.125,24.352L141.059,17.648C141.252,16.33 142.653,15.56 144.054,15.533C144.87,15.533 145.686,15.767 146.249,16.292C146.649,16.665 147.211,16.942 147.721,16.746L150.158,15.813C150.65,15.625 150.918,15.082 150.703,14.601C149.469,11.842 146.998,11 144.823,11C140.922,11 136.746,13.253 136.142,17.648L135.208,24.352C134.603,28.775 138.12,31 141.939,31C144.146,31 146.644,30.217 148.867,27.559C149.26,27.088 149.08,26.387 148.529,26.116L146.434,25.082Z" />
! <path android:fillColor="#ffffffff" android:pathData="M167.614,15.753C168.111,15.753 168.532,15.389 168.604,14.898L168.97,12.392C169.059,11.789 168.591,11.247 167.981,11.247H154.535C154.039,11.247 153.618,11.611 153.546,12.102L153.179,14.608C153.091,15.211 153.559,15.753 154.169,15.753H157.112C157.718,15.753 158.185,16.288 158.102,16.889L156.355,29.589C156.272,30.19 156.739,30.725 157.345,30.725H160.299C160.799,30.725 161.222,30.357 161.29,29.862L163.112,16.616C163.181,16.122 163.604,15.753 164.103,15.753H167.614Z" />
! <path android:fillColor="#ffffffff" android:pathData="M177.135,12.413C177.219,11.812 176.752,11.275 176.145,11.275H173.247C172.748,11.275 172.325,11.642 172.256,12.136L169.816,29.587C169.732,30.188 170.199,30.725 170.806,30.725H173.705C174.203,30.725 174.626,30.358 174.695,29.864L177.135,12.413Z" />
! <path android:fillColor="#ffffffff" android:pathData="M188.751,20.78L187.275,25.373C187.27,25.386 187.258,25.396 187.243,25.396V25.396C187.226,25.396 187.211,25.382 187.21,25.365L186.938,20.753L185.356,12.068C185.27,11.593 184.856,11.247 184.372,11.247H181.176C180.537,11.247 180.062,11.838 180.199,12.462L184.045,29.94C184.146,30.399 184.552,30.725 185.022,30.725H188.105C188.484,30.725 188.83,30.511 188.999,30.172L197.726,12.694C198.058,12.029 197.575,11.247 196.831,11.247H193.812C193.423,11.247 193.069,11.473 192.905,11.826L188.751,20.78Z" />
! <path android:fillColor="#ffffffff" android:pathData="M208.732,12.062C208.632,11.602 208.226,11.275 207.755,11.275H204.707C204.325,11.275 203.977,11.492 203.809,11.836L195.281,29.286C194.956,29.951 195.44,30.725 196.179,30.725H199.202C199.597,30.725 199.956,30.492 200.116,30.131L201.319,27.419C201.48,27.057 201.838,26.824 202.233,26.824H205.948C206.428,26.824 206.84,27.166 206.93,27.637L207.363,29.912C207.452,30.384 207.865,30.725 208.345,30.725H211.551C212.189,30.725 212.664,30.136 212.528,29.513L208.732,12.062ZM204.759,22.456C204.06,22.456 203.577,21.757 203.824,21.103L205.427,16.847C205.445,16.8 205.49,16.769 205.54,16.769V16.769C205.602,16.769 205.654,16.816 205.66,16.878L206.114,21.355C206.174,21.944 205.712,22.456 205.119,22.456H204.759Z" />
! <path android:fillColor="#ffffffff" android:pathData="M228.751,15.753C229.248,15.753 229.669,15.389 229.741,14.898L230.107,12.392C230.196,11.789 229.728,11.247 229.118,11.247H215.672C215.176,11.247 214.755,11.611 214.683,12.102L214.316,14.608C214.228,15.211 214.696,15.753 215.306,15.753H218.249C218.855,15.753 219.322,16.288 219.239,16.889L217.492,29.589C217.409,30.19 217.876,30.725 218.482,30.725H221.436C221.936,30.725 222.359,30.357 222.427,29.862L224.25,16.616C224.318,16.122 224.741,15.753 225.24,15.753H228.751Z" />
! <path android:fillColor="#ffffffff" android:pathData="M237.704,16.776C237.775,16.284 238.197,15.918 238.694,15.918H245.53C246.028,15.918 246.45,15.551 246.52,15.058L246.896,12.415C246.981,11.813 246.514,11.275 245.906,11.275H234.384C233.885,11.275 233.462,11.642 233.393,12.136L230.953,29.587C230.869,30.188 231.336,30.725 231.944,30.725H243.465C243.965,30.725 244.388,30.356 244.456,29.86L244.815,27.217C244.897,26.617 244.43,26.082 243.824,26.082H237.55C236.942,26.082 236.475,25.544 236.56,24.942L236.689,24.03C236.759,23.537 237.181,23.17 237.679,23.17H243.824C244.323,23.17 244.746,22.802 244.814,22.307L245.142,19.939C245.225,19.338 244.758,18.802 244.152,18.802H238.568C237.959,18.802 237.492,18.263 237.578,17.661L237.704,16.776Z" />
! <path android:fillColor="#ffffffff" android:pathData="M251.908,11.275C251.409,11.275 250.987,11.642 250.918,12.136L248.478,29.587C248.394,30.188 248.861,30.725 249.468,30.725H255.599C259.5,30.725 263.401,28.802 264.033,24.324L264.967,17.786C265.599,13.253 262.22,11.275 258.318,11.275H251.908ZM255.047,26.11C254.439,26.11 253.972,25.571 254.057,24.969L255.229,16.722C255.299,16.229 255.721,15.863 256.219,15.863H257.851C259.198,15.863 260.159,16.714 260.022,17.786L259.088,24.324C258.95,25.368 257.741,26.11 256.395,26.11H255.047Z" />
</vector>
\ No newline at end of file
--- 2,18 ----
<vector android:height="42.0dip" android:width="302.0dip" android:viewportWidth="302.0" android:viewportHeight="42.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M6,0.5L296,0.5A5.5,5.5 0,0 1,301.5 6L301.5,36A5.5,5.5 0,0 1,296 41.5L6,41.5A5.5,5.5 0,0 1,0.5 36L0.5,6A5.5,5.5 0,0 1,6 0.5z" android:strokeColor="@drawable/$img_plan_activated_dark__0" android:strokeWidth="1.0" />
! <path android:fillColor="@color/white" 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="@color/white" 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="@color/white" android:pathData="M83.91,12.062C83.81,11.602 83.403,11.275 82.932,11.275H79.885C79.503,11.275 79.154,11.492 78.986,11.836L70.458,29.286C70.133,29.951 70.617,30.725 71.356,30.725H74.379C74.775,30.725 75.133,30.492 75.293,30.131L76.496,27.419C76.657,27.057 77.015,26.824 77.411,26.824H81.125C81.605,26.824 82.018,27.166 82.107,27.637L82.54,29.912C82.629,30.384 83.042,30.725 83.522,30.725H86.728C87.366,30.725 87.841,30.136 87.705,29.513L83.91,12.062ZM79.937,22.456C79.238,22.456 78.754,21.757 79.001,21.103L80.604,16.847C80.622,16.8 80.667,16.769 80.717,16.769V16.769C80.779,16.769 80.831,16.816 80.837,16.878L81.291,21.355C81.351,21.944 80.889,22.456 80.297,22.456H79.937Z" />
! <path android:fillColor="@color/white" android:pathData="M90.779,29.587C90.695,30.188 91.162,30.725 91.769,30.725H94.666C95.165,30.725 95.588,30.357 95.656,29.862L96.598,23.026C96.605,22.976 96.608,22.925 96.608,22.875L96.554,19.238C96.554,19.208 96.574,19.182 96.604,19.174V19.174C96.637,19.166 96.671,19.186 96.681,19.219L97.817,23.06L100.881,30.123C101.039,30.489 101.4,30.725 101.798,30.725H105.244C105.743,30.725 106.166,30.358 106.235,29.864L108.675,12.413C108.759,11.812 108.292,11.275 107.684,11.275H104.813C104.315,11.275 103.892,11.642 103.823,12.136L102.718,20.016C102.711,20.068 102.708,20.119 102.709,20.171L102.762,23.394C102.762,23.424 102.742,23.45 102.713,23.457V23.457C102.679,23.466 102.645,23.446 102.636,23.413L101.554,19.571L98.269,11.882C98.112,11.514 97.75,11.275 97.35,11.275H94.209C93.711,11.275 93.288,11.642 93.219,12.136L90.779,29.587Z" />
! <path android:fillColor="@color/white" android:pathData="M128.703,12.062C128.603,11.602 128.196,11.275 127.725,11.275H124.678C124.296,11.275 123.947,11.492 123.779,11.836L115.251,29.286C114.926,29.951 115.41,30.725 116.15,30.725H119.172C119.568,30.725 119.926,30.492 120.086,30.131L121.29,27.419C121.45,27.057 121.808,26.824 122.204,26.824H125.918C126.398,26.824 126.811,27.166 126.9,27.637L127.333,29.912C127.422,30.384 127.835,30.725 128.315,30.725H131.521C132.159,30.725 132.634,30.136 132.498,29.513L128.703,12.062ZM124.73,22.456C124.031,22.456 123.547,21.757 123.794,21.103L125.398,16.847C125.415,16.8 125.46,16.769 125.51,16.769V16.769C125.572,16.769 125.624,16.816 125.63,16.878L126.085,21.355C126.144,21.944 125.682,22.456 125.09,22.456H124.73Z" />
! <path android:fillColor="@color/white" android:pathData="M146.434,25.082C145.95,24.844 145.373,25.049 144.99,25.429C144.302,26.112 143.369,26.412 142.516,26.412C141.142,26.412 139.933,25.615 140.125,24.352L141.059,17.648C141.252,16.33 142.653,15.56 144.054,15.533C144.87,15.533 145.686,15.767 146.249,16.292C146.649,16.665 147.211,16.942 147.721,16.746L150.158,15.813C150.65,15.625 150.918,15.082 150.703,14.601C149.469,11.842 146.998,11 144.823,11C140.922,11 136.746,13.253 136.142,17.648L135.208,24.352C134.603,28.775 138.12,31 141.939,31C144.146,31 146.644,30.217 148.867,27.559C149.26,27.088 149.08,26.387 148.529,26.116L146.434,25.082Z" />
! <path android:fillColor="@color/white" android:pathData="M167.614,15.753C168.111,15.753 168.532,15.389 168.604,14.898L168.97,12.392C169.059,11.789 168.591,11.247 167.981,11.247H154.535C154.039,11.247 153.618,11.611 153.546,12.102L153.179,14.608C153.091,15.211 153.559,15.753 154.169,15.753H157.112C157.718,15.753 158.185,16.288 158.102,16.889L156.355,29.589C156.272,30.19 156.739,30.725 157.345,30.725H160.299C160.799,30.725 161.222,30.357 161.29,29.862L163.112,16.616C163.181,16.122 163.604,15.753 164.103,15.753H167.614Z" />
! <path android:fillColor="@color/white" android:pathData="M177.135,12.413C177.219,11.812 176.752,11.275 176.145,11.275H173.247C172.748,11.275 172.325,11.642 172.256,12.136L169.816,29.587C169.732,30.188 170.199,30.725 170.806,30.725H173.705C174.203,30.725 174.626,30.358 174.695,29.864L177.135,12.413Z" />
! <path android:fillColor="@color/white" android:pathData="M188.751,20.78L187.275,25.373C187.27,25.386 187.258,25.396 187.243,25.396V25.396C187.226,25.396 187.211,25.382 187.21,25.365L186.938,20.753L185.356,12.068C185.27,11.593 184.856,11.247 184.372,11.247H181.176C180.537,11.247 180.062,11.838 180.199,12.462L184.045,29.94C184.146,30.399 184.552,30.725 185.022,30.725H188.105C188.484,30.725 188.83,30.511 188.999,30.172L197.726,12.694C198.058,12.029 197.575,11.247 196.831,11.247H193.812C193.423,11.247 193.069,11.473 192.905,11.826L188.751,20.78Z" />
! <path android:fillColor="@color/white" android:pathData="M208.732,12.062C208.632,11.602 208.226,11.275 207.755,11.275H204.707C204.325,11.275 203.977,11.492 203.809,11.836L195.281,29.286C194.956,29.951 195.44,30.725 196.179,30.725H199.202C199.597,30.725 199.956,30.492 200.116,30.131L201.319,27.419C201.48,27.057 201.838,26.824 202.233,26.824H205.948C206.428,26.824 206.84,27.166 206.93,27.637L207.363,29.912C207.452,30.384 207.865,30.725 208.345,30.725H211.551C212.189,30.725 212.664,30.136 212.528,29.513L208.732,12.062ZM204.759,22.456C204.06,22.456 203.577,21.757 203.824,21.103L205.427,16.847C205.445,16.8 205.49,16.769 205.54,16.769V16.769C205.602,16.769 205.654,16.816 205.66,16.878L206.114,21.355C206.174,21.944 205.712,22.456 205.119,22.456H204.759Z" />
! <path android:fillColor="@color/white" android:pathData="M228.751,15.753C229.248,15.753 229.669,15.389 229.741,14.898L230.107,12.392C230.196,11.789 229.728,11.247 229.118,11.247H215.672C215.176,11.247 214.755,11.611 214.683,12.102L214.316,14.608C214.228,15.211 214.696,15.753 215.306,15.753H218.249C218.855,15.753 219.322,16.288 219.239,16.889L217.492,29.589C217.409,30.19 217.876,30.725 218.482,30.725H221.436C221.936,30.725 222.359,30.357 222.427,29.862L224.25,16.616C224.318,16.122 224.741,15.753 225.24,15.753H228.751Z" />
! <path android:fillColor="@color/white" android:pathData="M237.704,16.776C237.775,16.284 238.197,15.918 238.694,15.918H245.53C246.028,15.918 246.45,15.551 246.52,15.058L246.896,12.415C246.981,11.813 246.514,11.275 245.906,11.275H234.384C233.885,11.275 233.462,11.642 233.393,12.136L230.953,29.587C230.869,30.188 231.336,30.725 231.944,30.725H243.465C243.965,30.725 244.388,30.356 244.456,29.86L244.815,27.217C244.897,26.617 244.43,26.082 243.824,26.082H237.55C236.942,26.082 236.475,25.544 236.56,24.942L236.689,24.03C236.759,23.537 237.181,23.17 237.679,23.17H243.824C244.323,23.17 244.746,22.802 244.814,22.307L245.142,19.939C245.225,19.338 244.758,18.802 244.152,18.802H238.568C237.959,18.802 237.492,18.263 237.578,17.661L237.704,16.776Z" />
! <path android:fillColor="@color/white" android:pathData="M251.908,11.275C251.409,11.275 250.987,11.642 250.918,12.136L248.478,29.587C248.394,30.188 248.861,30.725 249.468,30.725H255.599C259.5,30.725 263.401,28.802 264.033,24.324L264.967,17.786C265.599,13.253 262.22,11.275 258.318,11.275H251.908ZM255.047,26.11C254.439,26.11 253.972,25.571 254.057,24.969L255.229,16.722C255.299,16.229 255.721,15.863 256.219,15.863H257.851C259.198,15.863 260.159,16.714 260.022,17.786L259.088,24.324C258.95,25.368 257.741,26.11 256.395,26.11H255.047Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_premium_activated_tier_1_dark.xml to/res/drawable-anydpi-v24/img_premium_activated_tier_1_dark.xml
*** from/res/drawable-anydpi-v24/img_premium_activated_tier_1_dark.xml 2021-01-02 17:58:42.709416183 -0700
--- to/res/drawable-anydpi-v24/img_premium_activated_tier_1_dark.xml 2021-01-11 15:14:01.471588368 -0700
***************
*** 2,6 ****
<vector android:height="48.0dip" android:width="298.0dip" android:viewportWidth="298.0" android:viewportHeight="48.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M9,1L289,1A8,8 0,0 1,297 9L297,39A8,8 0,0 1,289 47L9,47A8,8 0,0 1,1 39L1,9A8,8 0,0 1,9 1z" android:strokeColor="@drawable/$img_premium_activated_tier_1_dark__0" android:strokeWidth="2.0" />
! <path android:fillColor="#ffffffff" android:pathData="M112.46,20.67l-1,6.52c-0.22,1.54 -2,2.25 -3.59,2.25s-3,-0.71 -2.78,-2.11l1,-6.66c0.23,-1.45 2,-2.2 3.59,-2.2s3,0.75 2.79,2.2m-2,-6.67L100,14a0.55,0.55 0,0 0,-0.54 0.46l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h1.91a0.26,0.26 0,0 1,0.25 0.37,7.23 7.23,0 0,0 -0.51,1.8l-1,6.66c-0.64,4.45 3.12,6.68 7.21,6.68 4.28,0 8.49,-2.23 9.13,-6.68l1,-6.66c0.63,-4.36 -3,-6.59 -7,-6.67m-63,9.1 l0.06,3.23a0.14,0.14 0,0 1,-0.11 0.14l-1.11,-3.89v0l-3.45,-8a0.54,0.54 0,0 0,-0.49 -0.32L38.42,14.27a0.53,0.53 0,0 0,-0.53 0.46L35.28,33.12a0.54,0.54 0,0 0,0.54 0.61h3.89a0.52,0.52 0,0 0,0.53 -0.46l1,-7.31v0l-0.06,-3.75 0.11,0 1.17,3.89v0l3.23,7.34a0.52,0.52 0,0 0,0.49 0.32h4.22a0.54,0.54 0,0 0,0.53 -0.46l2.6,-18.39a0.53,0.53 0,0 0,-0.53 -0.61L49.17,14.3a0.54,0.54 0,0 0,-0.54 0.46l-1.18,8.35a0,0 0,0 0,0 0M55,33.73h3.9a0.53,0.53 0,0 0,0.53 -0.46L62,14.88a0.53,0.53 0,0 0,-0.53 -0.61L57.58,14.27a0.54,0.54 0,0 0,-0.54 0.46l-2.6,18.39a0.53,0.53 0,0 0,0.53 0.61m9.66,-19 l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h4.07a0.52,0.52 0,0 1,0.53 0.6L67.35,33.13a0.52,0.52 0,0 0,0.53 0.6h4a0.52,0.52 0,0 0,0.53 -0.46l2,-14.06a0.55,0.55 0,0 1,0.54 -0.46h4.38a0.54,0.54 0,0 0,0.53 -0.46l0.51,-3.44a0.53,0.53 0,0 0,-0.53 -0.61L65.17,14.24a0.55,0.55 0,0 0,-0.54 0.46m27.59,6.36a2.52,2.52 0,0 1,-2.56 2.25h-2.3a0.53,0.53 0,0 1,-0.53 -0.61l0.48,-3.38a0.54,0.54 0,0 1,0.54 -0.46L90.3,18.86a1.8,1.8 0,0 1,1.92 2.2m-1.36,-6.79L83.45,14.27a0.52,0.52 0,0 0,-0.53 0.46L80.31,33.12a0.54,0.54 0,0 0,0.54 0.61h3.94a0.54,0.54 0,0 0,0.54 -0.46l0.76,-5.49a0.27,0.27 0,0 1,0.27 -0.23h0.51a0.27,0.27 0,0 1,0.23 0.12l3.77,5.82a0.54,0.54 0,0 0,0.45 0.24L96.2,33.73a0.53,0.53 0,0 0,0.44 -0.84l-4,-5.58a0.27,0.27 0,0 1,0.11 -0.39c2.52,-1.22 4,-2.47 4.47,-5.94 0.56,-4.57 -2.34,-6.71 -6.4,-6.71M133,24.88l-0.52,-5a0.11,0.11 0,0 0,-0.12 -0.1h0a0.11,0.11 0,0 0,-0.11 0.07l-1.87,4.9a0.53,0.53 0,0 0,0.5 0.71h1.58a0.54,0.54 0,0 0,0.54 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.59,-3a0.52,0.52 0,0 0,-0.52 -0.43h-4.47a0.53,0.53 0,0 0,-0.49 0.32l-1.47,3.27a0.52,0.52 0,0 1,-0.49 0.31h-4.13a0.53,0.53 0,0 1,-0.48 -0.76l9.1,-18.39a0.55,0.55 0,0 1,0.48 -0.3L135,14.32a0.54,0.54 0,0 1,0.52 0.42l4.05,18.39a0.53,0.53 0,0 1,-0.52 0.64m15.63,-4.37a0.53,0.53 0,0 1,0.19 0.8A9,9 0,0 1,147.47 34c-3.86,0 -7.42,-2.23 -6.81,-6.65l0.94,-6.7c0.62,-4.4 4.84,-6.65 8.79,-6.65a6.16,6.16 0,0 1,6.12 4,0.53 0.53,0 0,1 -0.32,0.68l-3.35,1.27a0.54,0.54 0,0 1,-0.64 -0.22,3 3,0 0,0 -2.59,-1.18c-1.41,0 -2.83,0.8 -3,2.12l-0.94,6.7c-0.2,1.26 1,2.06 2.42,2.06A3.54,3.54 0,0 0,150.91 28a0.54,0.54 0,0 1,0.67 -0.17ZM168,19.22l-2,14.05a0.52,0.52 0,0 1,-0.53 0.46h-3.95a0.52,0.52 0,0 1,-0.53 -0.6L163,19.36a0.54,0.54 0,0 0,-0.54 -0.6h-4.07a0.53,0.53 0,0 1,-0.53 -0.61l0.51,-3.44a0.54,0.54 0,0 1,0.53 -0.46h14.57a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.52,0.52 0,0 1,-0.53 0.45h-4.38a0.54,0.54 0,0 0,-0.53 0.46m10.14,14.51h-3.89a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46h3.89a0.54,0.54 0,0 1,0.54 0.61l-2.61,18.39a0.52,0.52 0,0 1,-0.53 0.45m19,-19.48h4.13a0.53,0.53 0,0 1,0.48 0.77l-9.31,18.42a0.53,0.53 0,0 1,-0.48 0.29h-3.79a0.54,0.54 0,0 1,-0.53 -0.41l-4.1,-18.42a0.54,0.54 0,0 1,0.52 -0.65h4.23a0.55,0.55 0,0 1,0.53 0.44l1.66,9a0.13,0.13 0,0 1,0 0.06l0.28,4.61h0.05l1.49,-4.58 0,-0.06 4.32,-9.2a0.54,0.54 0,0 1,0.48 -0.31m10.26,10.63 l-0.51,-5a0.12,0.12 0,0 0,-0.12 -0.1h0a0.14,0.14 0,0 0,-0.12 0.07l-1.86,4.9a0.52,0.52 0,0 0,0.5 0.71h1.58a0.53,0.53 0,0 0,0.53 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.58,-3a0.54,0.54 0,0 0,-0.53 -0.43h-4.46a0.52,0.52 0,0 0,-0.49 0.32l-1.47,3.27a0.54,0.54 0,0 1,-0.49 0.31h-4.13A0.53,0.53 0,0 1,196 33l9.1,-18.39a0.55,0.55 0,0 1,0.49 -0.3h3.76a0.56,0.56 0,0 1,0.53 0.42l4,18.39a0.54,0.54 0,0 1,-0.53 0.64M223.9,19.22l-2,14.05a0.54,0.54 0,0 1,-0.53 0.46h-4a0.53,0.53 0,0 1,-0.53 -0.6l1.92,-13.77a0.52,0.52 0,0 0,-0.53 -0.6h-4.08a0.54,0.54 0,0 1,-0.53 -0.61l0.51,-3.44a0.55,0.55 0,0 1,0.53 -0.46h14.58a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.54,0.54 0,0 1,-0.53 0.45h-4.38a0.53,0.53 0,0 0,-0.53 0.46m12.77,2.59h6.75a0.53,0.53 0,0 1,0.53 0.6l-0.47,3.31a0.53,0.53 0,0 1,-0.53 0.46h-7a0.54,0.54 0,0 0,-0.53 0.45l-0.26,1.86a0.53,0.53 0,0 0,0.53 0.6h7.44a0.52,0.52 0,0 1,0.53 0.6l-0.49,3.58a0.53,0.53 0,0 1,-0.53 0.46L230,33.73a0.53,0.53 0,0 1,-0.53 -0.6L232,14.74a0.55,0.55 0,0 1,0.54 -0.46h12.62a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.58a0.53,0.53 0,0 1,-0.53 0.45h-7.75a0.54,0.54 0,0 0,-0.53 0.46l-0.26,1.82a0.53,0.53 0,0 0,0.53 0.61M254,29.12c1.36,0 2.58,-0.74 2.72,-1.79l0.95,-6.54c0.14,-1.07 -0.84,-1.92 -2.2,-1.92h-2.06a0.54,0.54 0,0 0,-0.54 0.45l-1.32,9.19a0.54,0.54 0,0 0,0.53 0.61ZM255.94,14.28c4,0 7.37,2 6.73,6.51l-0.94,6.54c-0.64,4.48 -4.59,6.4 -8.54,6.4h-6.75a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46Z" />
</vector>
\ No newline at end of file
--- 2,6 ----
<vector android:height="48.0dip" android:width="298.0dip" android:viewportWidth="298.0" android:viewportHeight="48.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M9,1L289,1A8,8 0,0 1,297 9L297,39A8,8 0,0 1,289 47L9,47A8,8 0,0 1,1 39L1,9A8,8 0,0 1,9 1z" android:strokeColor="@drawable/$img_premium_activated_tier_1_dark__0" android:strokeWidth="2.0" />
! <path android:fillColor="@color/white" 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>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_premium_activated_tier_2_dark.xml to/res/drawable-anydpi-v24/img_premium_activated_tier_2_dark.xml
*** from/res/drawable-anydpi-v24/img_premium_activated_tier_2_dark.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/img_premium_activated_tier_2_dark.xml 2021-01-11 15:14:01.399589446 -0700
***************
*** 2,6 ****
<vector android:height="48.0dip" android:width="298.0dip" android:viewportWidth="298.0" android:viewportHeight="48.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M9,1L289,1A8,8 0,0 1,297 9L297,39A8,8 0,0 1,289 47L9,47A8,8 0,0 1,1 39L1,9A8,8 0,0 1,9 1z" android:strokeColor="@drawable/$img_premium_activated_tier_2_dark__0" android:strokeWidth="2.0" />
! <path android:fillColor="#ffffffff" android:pathData="M112.46,20.67l-1,6.52c-0.22,1.54 -2,2.25 -3.59,2.25s-3,-0.71 -2.78,-2.11l1,-6.66c0.23,-1.45 2,-2.2 3.59,-2.2s3,0.75 2.79,2.2m-2,-6.67L100,14a0.55,0.55 0,0 0,-0.54 0.46l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h1.91a0.26,0.26 0,0 1,0.25 0.37,7.23 7.23,0 0,0 -0.51,1.8l-1,6.66c-0.64,4.45 3.12,6.68 7.21,6.68 4.28,0 8.49,-2.23 9.13,-6.68l1,-6.66c0.63,-4.36 -3,-6.59 -7,-6.67m-63,9.1 l0.06,3.23a0.14,0.14 0,0 1,-0.11 0.14l-1.11,-3.89v0l-3.45,-8a0.54,0.54 0,0 0,-0.49 -0.32L38.42,14.27a0.53,0.53 0,0 0,-0.53 0.46L35.28,33.12a0.54,0.54 0,0 0,0.54 0.61h3.89a0.52,0.52 0,0 0,0.53 -0.46l1,-7.31v0l-0.06,-3.75 0.11,0 1.17,3.89v0l3.23,7.34a0.52,0.52 0,0 0,0.49 0.32h4.22a0.54,0.54 0,0 0,0.53 -0.46l2.6,-18.39a0.53,0.53 0,0 0,-0.53 -0.61L49.17,14.3a0.54,0.54 0,0 0,-0.54 0.46l-1.18,8.35a0,0 0,0 0,0 0M55,33.73h3.9a0.53,0.53 0,0 0,0.53 -0.46L62,14.88a0.53,0.53 0,0 0,-0.53 -0.61L57.58,14.27a0.54,0.54 0,0 0,-0.54 0.46l-2.6,18.39a0.53,0.53 0,0 0,0.53 0.61m9.66,-19 l-0.51,3.44a0.54,0.54 0,0 0,0.54 0.61h4.07a0.52,0.52 0,0 1,0.53 0.6L67.35,33.13a0.52,0.52 0,0 0,0.53 0.6h4a0.52,0.52 0,0 0,0.53 -0.46l2,-14.06a0.55,0.55 0,0 1,0.54 -0.46h4.38a0.54,0.54 0,0 0,0.53 -0.46l0.51,-3.44a0.53,0.53 0,0 0,-0.53 -0.61L65.17,14.24a0.55,0.55 0,0 0,-0.54 0.46m27.59,6.36a2.52,2.52 0,0 1,-2.56 2.25h-2.3a0.53,0.53 0,0 1,-0.53 -0.61l0.48,-3.38a0.54,0.54 0,0 1,0.54 -0.46L90.3,18.86a1.8,1.8 0,0 1,1.92 2.2m-1.36,-6.79L83.45,14.27a0.52,0.52 0,0 0,-0.53 0.46L80.31,33.12a0.54,0.54 0,0 0,0.54 0.61h3.94a0.54,0.54 0,0 0,0.54 -0.46l0.76,-5.49a0.27,0.27 0,0 1,0.27 -0.23h0.51a0.27,0.27 0,0 1,0.23 0.12l3.77,5.82a0.54,0.54 0,0 0,0.45 0.24L96.2,33.73a0.53,0.53 0,0 0,0.44 -0.84l-4,-5.58a0.27,0.27 0,0 1,0.11 -0.39c2.52,-1.22 4,-2.47 4.47,-5.94 0.56,-4.57 -2.34,-6.71 -6.4,-6.71M133,24.88l-0.52,-5a0.11,0.11 0,0 0,-0.12 -0.1h0a0.11,0.11 0,0 0,-0.11 0.07l-1.87,4.9a0.53,0.53 0,0 0,0.5 0.71h1.58a0.54,0.54 0,0 0,0.54 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.59,-3a0.52,0.52 0,0 0,-0.52 -0.43h-4.47a0.53,0.53 0,0 0,-0.49 0.32l-1.47,3.27a0.52,0.52 0,0 1,-0.49 0.31h-4.13a0.53,0.53 0,0 1,-0.48 -0.76l9.1,-18.39a0.55,0.55 0,0 1,0.48 -0.3L135,14.32a0.54,0.54 0,0 1,0.52 0.42l4.05,18.39a0.53,0.53 0,0 1,-0.52 0.64m15.63,-4.37a0.53,0.53 0,0 1,0.19 0.8A9,9 0,0 1,147.47 34c-3.86,0 -7.42,-2.23 -6.81,-6.65l0.94,-6.7c0.62,-4.4 4.84,-6.65 8.79,-6.65a6.16,6.16 0,0 1,6.12 4,0.53 0.53,0 0,1 -0.32,0.68l-3.35,1.27a0.54,0.54 0,0 1,-0.64 -0.22,3 3,0 0,0 -2.59,-1.18c-1.41,0 -2.83,0.8 -3,2.12l-0.94,6.7c-0.2,1.26 1,2.06 2.42,2.06A3.54,3.54 0,0 0,150.91 28a0.54,0.54 0,0 1,0.67 -0.17ZM168,19.22l-2,14.05a0.52,0.52 0,0 1,-0.53 0.46h-3.95a0.52,0.52 0,0 1,-0.53 -0.6L163,19.36a0.54,0.54 0,0 0,-0.54 -0.6h-4.07a0.53,0.53 0,0 1,-0.53 -0.61l0.51,-3.44a0.54,0.54 0,0 1,0.53 -0.46h14.57a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.52,0.52 0,0 1,-0.53 0.45h-4.38a0.54,0.54 0,0 0,-0.53 0.46m10.14,14.51h-3.89a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46h3.89a0.54,0.54 0,0 1,0.54 0.61l-2.61,18.39a0.52,0.52 0,0 1,-0.53 0.45m19,-19.48h4.13a0.53,0.53 0,0 1,0.48 0.77l-9.31,18.42a0.53,0.53 0,0 1,-0.48 0.29h-3.79a0.54,0.54 0,0 1,-0.53 -0.41l-4.1,-18.42a0.54,0.54 0,0 1,0.52 -0.65h4.23a0.55,0.55 0,0 1,0.53 0.44l1.66,9a0.13,0.13 0,0 1,0 0.06l0.28,4.61h0.05l1.49,-4.58 0,-0.06 4.32,-9.2a0.54,0.54 0,0 1,0.48 -0.31m10.26,10.63 l-0.51,-5a0.12,0.12 0,0 0,-0.12 -0.1h0a0.14,0.14 0,0 0,-0.12 0.07l-1.86,4.9a0.52,0.52 0,0 0,0.5 0.71h1.58a0.53,0.53 0,0 0,0.53 -0.58m6,8.85h-4.23a0.54,0.54 0,0 1,-0.53 -0.43l-0.58,-3a0.54,0.54 0,0 0,-0.53 -0.43h-4.46a0.52,0.52 0,0 0,-0.49 0.32l-1.47,3.27a0.54,0.54 0,0 1,-0.49 0.31h-4.13A0.53,0.53 0,0 1,196 33l9.1,-18.39a0.55,0.55 0,0 1,0.49 -0.3h3.76a0.56,0.56 0,0 1,0.53 0.42l4,18.39a0.54,0.54 0,0 1,-0.53 0.64M223.9,19.22l-2,14.05a0.54,0.54 0,0 1,-0.53 0.46h-4a0.53,0.53 0,0 1,-0.53 -0.6l1.92,-13.77a0.52,0.52 0,0 0,-0.53 -0.6h-4.08a0.54,0.54 0,0 1,-0.53 -0.61l0.51,-3.44a0.55,0.55 0,0 1,0.53 -0.46h14.58a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.45a0.54,0.54 0,0 1,-0.53 0.45h-4.38a0.53,0.53 0,0 0,-0.53 0.46m12.77,2.59h6.75a0.53,0.53 0,0 1,0.53 0.6l-0.47,3.31a0.53,0.53 0,0 1,-0.53 0.46h-7a0.54,0.54 0,0 0,-0.53 0.45l-0.26,1.86a0.53,0.53 0,0 0,0.53 0.6h7.44a0.52,0.52 0,0 1,0.53 0.6l-0.49,3.58a0.53,0.53 0,0 1,-0.53 0.46L230,33.73a0.53,0.53 0,0 1,-0.53 -0.6L232,14.74a0.55,0.55 0,0 1,0.54 -0.46h12.62a0.53,0.53 0,0 1,0.53 0.61l-0.51,3.58a0.53,0.53 0,0 1,-0.53 0.45h-7.75a0.54,0.54 0,0 0,-0.53 0.46l-0.26,1.82a0.53,0.53 0,0 0,0.53 0.61M254,29.12c1.36,0 2.58,-0.74 2.72,-1.79l0.95,-6.54c0.14,-1.07 -0.84,-1.92 -2.2,-1.92h-2.06a0.54,0.54 0,0 0,-0.54 0.45l-1.32,9.19a0.54,0.54 0,0 0,0.53 0.61ZM255.94,14.28c4,0 7.37,2 6.73,6.51l-0.94,6.54c-0.64,4.48 -4.59,6.4 -8.54,6.4h-6.75a0.54,0.54 0,0 1,-0.54 -0.6l2.61,-18.39a0.54,0.54 0,0 1,0.53 -0.46Z" />
</vector>
\ No newline at end of file
--- 2,6 ----
<vector android:height="48.0dip" android:width="298.0dip" android:viewportWidth="298.0" android:viewportHeight="48.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#00000000" android:pathData="M9,1L289,1A8,8 0,0 1,297 9L297,39A8,8 0,0 1,289 47L9,47A8,8 0,0 1,1 39L1,9A8,8 0,0 1,9 1z" android:strokeColor="@drawable/$img_premium_activated_tier_2_dark__0" android:strokeWidth="2.0" />
! <path android:fillColor="@color/white" 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>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_premium_and_premium_guild_subscription_header.xml to/res/drawable-anydpi-v24/img_premium_and_premium_guild_subscription_header.xml
*** from/res/drawable-anydpi-v24/img_premium_and_premium_guild_subscription_header.xml 2021-01-02 17:58:42.702416289 -0700
--- to/res/drawable-anydpi-v24/img_premium_and_premium_guild_subscription_header.xml 2021-01-11 15:14:01.378589761 -0700
***************
*** 1,7 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="95.0dip" android:width="97.0dip" android:viewportWidth="97.0" android:viewportHeight="95.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M69.6,33.8m-20.7,0a20.7,20.7 0,1 1,41.4 0a20.7,20.7 0,1 1,-41.4 0" />
<path android:fillColor="#ff99afff" android:pathData="M27.8,18.2a2.7,2.7 0,0 0,3.2 -2A2.8,2.8 0,0 0,28.9 13l-1.4,-0.3a2.7,2.7 0,0 0,-3.2 2,2.7 2.7,0 0,0 2,3.2ZM75.5,61.2c15,-3.2 24.1,-17.5 20.7,-31.8a27.6,27.6 0,0 0,-19.9 -20L49.2,3.6a4.1,4.1 0,0 0,-4.9 3.1,4.2 4.2,0 0,0 3.2,4.9l7,1.5a2.7,2.7 0,1 1,-1.1 5.2L36.3,14.6a2.7,2.7 0,1 0,-1.1 5.2l12.3,2.6a2.7,2.7 0,0 1,2 3.2,2.7 2.7,0 0,1 -3.2,2l-7.6,-1.7A2.7,2.7 0,0 0,35.5 28a2.6,2.6 0,0 0,2.1 3.1l5.2,1.2a27.6,27.6 0,0 0,0.4 8.6C46.5,55.2 61.1,64.2 75.5,61.2ZM54.7,38.4A15.2,15.2 0,0 1,66.4 20.3,15.6 15.6,0 0,1 84.9,31.9 15.1,15.1 0,0 1,73.2 50,15.7 15.7,0 0,1 54.7,38.4Z" android:fillType="evenOdd" />
<path android:fillColor="#ffb8ccff" android:pathData="M77.3,27.9l3.1,9c0.1,0.6 0.1,0.8 -0.3,1.2l-6.5,7a0.9,0.9 0,0 1,-1.1 0.2l-9.3,-2a1.6,1.6 0,0 1,-0.9 -0.6l-3.1,-9.1a1.1,1.1 0,0 1,0.3 -1.1l6.5,-7a1.3,1.3 0,0 1,1.1 -0.3l9.3,2C77,27.1 77.2,27.4 77.3,27.9Z" />
<path android:fillColor="#fffbb848" android:pathData="M81.3,-0.1a11.4,11.4 0,0 1,-7.4 14.3,11.4 11.4,0 0,1 14.3,7.4A11.4,11.4 0,0 1,95.6 7.3h0A11.4,11.4 0,0 1,81.3 -0.1Z" />
--- 1,7 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="95.0dip" android:width="97.0dip" android:viewportWidth="97.0" android:viewportHeight="95.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M69.6,33.8m-20.7,0a20.7,20.7 0,1 1,41.4 0a20.7,20.7 0,1 1,-41.4 0" />
<path android:fillColor="#ff99afff" android:pathData="M27.8,18.2a2.7,2.7 0,0 0,3.2 -2A2.8,2.8 0,0 0,28.9 13l-1.4,-0.3a2.7,2.7 0,0 0,-3.2 2,2.7 2.7,0 0,0 2,3.2ZM75.5,61.2c15,-3.2 24.1,-17.5 20.7,-31.8a27.6,27.6 0,0 0,-19.9 -20L49.2,3.6a4.1,4.1 0,0 0,-4.9 3.1,4.2 4.2,0 0,0 3.2,4.9l7,1.5a2.7,2.7 0,1 1,-1.1 5.2L36.3,14.6a2.7,2.7 0,1 0,-1.1 5.2l12.3,2.6a2.7,2.7 0,0 1,2 3.2,2.7 2.7,0 0,1 -3.2,2l-7.6,-1.7A2.7,2.7 0,0 0,35.5 28a2.6,2.6 0,0 0,2.1 3.1l5.2,1.2a27.6,27.6 0,0 0,0.4 8.6C46.5,55.2 61.1,64.2 75.5,61.2ZM54.7,38.4A15.2,15.2 0,0 1,66.4 20.3,15.6 15.6,0 0,1 84.9,31.9 15.1,15.1 0,0 1,73.2 50,15.7 15.7,0 0,1 54.7,38.4Z" android:fillType="evenOdd" />
<path android:fillColor="#ffb8ccff" android:pathData="M77.3,27.9l3.1,9c0.1,0.6 0.1,0.8 -0.3,1.2l-6.5,7a0.9,0.9 0,0 1,-1.1 0.2l-9.3,-2a1.6,1.6 0,0 1,-0.9 -0.6l-3.1,-9.1a1.1,1.1 0,0 1,0.3 -1.1l6.5,-7a1.3,1.3 0,0 1,1.1 -0.3l9.3,2C77,27.1 77.2,27.4 77.3,27.9Z" />
<path android:fillColor="#fffbb848" android:pathData="M81.3,-0.1a11.4,11.4 0,0 1,-7.4 14.3,11.4 11.4,0 0,1 14.3,7.4A11.4,11.4 0,0 1,95.6 7.3h0A11.4,11.4 0,0 1,81.3 -0.1Z" />
***************
*** 14,19 ****
<path android:fillColor="#ffd3e4ff" android:pathData="M83.9046,71.5499L83.9177,71.6491A1.2,1.2 127.5,0 1,82.8846 72.9954L80.3366,73.3309A1.2,1.2 127.5,0 1,78.9902 72.2978L78.9772,72.1986A1.2,1.2 127.5,0 1,80.0103 70.8523L82.5583,70.5168A1.2,1.2 127.5,0 1,83.9046 71.5499z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M93.6727,70.1964L93.6857,70.2956A1.2,1.2 127.5,0 1,92.6526 71.6419L90.1046,71.9774A1.2,1.2 127.5,0 1,88.7583 70.9443L88.7452,70.8451A1.2,1.2 127.5,0 1,89.7783 69.4988L92.3263,69.1633A1.2,1.2 127.5,0 1,93.6727 70.1964z" />
<path android:fillColor="#ffffdcf9" android:pathData="M20.9,52.3l2.6,19.8l11.2,8.7l8.7,-11.3l-2.6,-19.8l-11.3,-8.7l-8.6,11.3z" />
! <path android:fillColor="#ffffffff" android:pathData="M40.8,49.7l0,0l-17.3,22.5l0,0l-0.7,-5.4l14.9,-19.5l3.1,2.4z" />
! <path android:fillColor="#ffffffff" android:pathData="M41.8,57.2l0.7,5.5l-11.6,15.1l-3.1,-2.4l14,-18.2z" />
</vector>
\ No newline at end of file
--- 14,19 ----
<path android:fillColor="#ffd3e4ff" android:pathData="M83.9046,71.5499L83.9177,71.6491A1.2,1.2 127.5,0 1,82.8846 72.9954L80.3366,73.3309A1.2,1.2 127.5,0 1,78.9902 72.2978L78.9772,72.1986A1.2,1.2 127.5,0 1,80.0103 70.8523L82.5583,70.5168A1.2,1.2 127.5,0 1,83.9046 71.5499z" />
<path android:fillColor="#ffd3e4ff" android:pathData="M93.6727,70.1964L93.6857,70.2956A1.2,1.2 127.5,0 1,92.6526 71.6419L90.1046,71.9774A1.2,1.2 127.5,0 1,88.7583 70.9443L88.7452,70.8451A1.2,1.2 127.5,0 1,89.7783 69.4988L92.3263,69.1633A1.2,1.2 127.5,0 1,93.6727 70.1964z" />
<path android:fillColor="#ffffdcf9" android:pathData="M20.9,52.3l2.6,19.8l11.2,8.7l8.7,-11.3l-2.6,-19.8l-11.3,-8.7l-8.6,11.3z" />
! <path android:fillColor="@color/white" android:pathData="M40.8,49.7l0,0l-17.3,22.5l0,0l-0.7,-5.4l14.9,-19.5l3.1,2.4z" />
! <path android:fillColor="@color/white" android:pathData="M41.8,57.2l0.7,5.5l-11.6,15.1l-3.1,-2.4l14,-18.2z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_premium_classic_subscription_header_error.xml to/res/drawable-anydpi-v24/img_premium_classic_subscription_header_error.xml
*** from/res/drawable-anydpi-v24/img_premium_classic_subscription_header_error.xml 2021-01-02 17:58:42.707416213 -0700
--- to/res/drawable-anydpi-v24/img_premium_classic_subscription_header_error.xml 2021-01-11 15:14:01.299590943 -0700
***************
*** 13,19 ****
<path android:fillColor="#ff7787af" android:pathData="M35.0327,26.1227C34.1568,26.8328 33.1514,27.3575 32.0751,27.6664C30.9987,27.9753 29.873,28.0621 28.7635,27.9217C27.6541,27.7814 26.583,27.4167 25.6128,26.8489C24.6426,26.2811 23.7927,25.5216 23.1126,24.6147C21.7227,22.7768 21.0981,20.4528 21.3743,18.1471C21.6505,15.8414 22.8053,13.7401 24.5879,12.2993C25.4636,11.5922 26.468,11.07 27.5428,10.7628C28.6176,10.4556 29.7413,10.3697 30.8489,10.51C31.9564,10.6503 33.0257,11.014 33.9946,11.58C34.9635,12.146 35.8128,12.9031 36.4933,13.8073C37.886,15.6428 38.5139,17.966 38.2404,20.272C37.9669,22.578 36.8142,24.6805 35.0327,26.1227Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff8788" android:pathData="M41.7993,25.6701C39.9503,26.1175 34.5459,22.3475 31.1085,19.5175C30.7625,19.233 30.5228,18.8354 30.4299,18.3915C29.6775,14.8628 28.5219,7.7199 29.8005,5.5987C29.8494,5.4963 29.9183,5.4051 30.0028,5.3308C30.0874,5.2565 30.1858,5.2005 30.2922,5.1664C30.3722,5.1558 30.4532,5.1558 30.5332,5.1664C32.494,5.2513 34.413,5.773 36.156,6.6951C37.899,7.6172 39.4239,8.9174 40.624,10.5047C43.6926,14.5612 44.2581,20.0905 42.178,25.3333C42.1502,25.419 42.1005,25.4956 42.0338,25.5548C41.9672,25.6141 41.8862,25.6539 41.7993,25.6701Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff8283" android:pathData="M40.624,10.5048C39.2484,8.6734 37.4416,7.2277 35.372,6.3025C34.1279,5.7496 32.8592,6.9258 32.2199,8.1523C31.9273,8.705 31.5371,9.1975 31.0692,9.605C30.2283,10.3339 29.3333,11.3242 29.4562,12.4451C29.6972,14.6367 30.0955,16.8585 30.4397,18.3916C30.5311,18.8361 30.7711,19.2342 31.1183,19.5176C34.5606,22.3476 39.9699,26.1176 41.8091,25.6702C41.8987,25.6566 41.9828,25.6179 42.0522,25.5585C42.1216,25.499 42.1736,25.4212 42.2025,25.3335C44.2581,20.0907 43.6925,14.5613 40.624,10.5048Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M23.4026,5.9708C23.2069,6.0182 23.0009,5.9841 22.8298,5.8762C22.6588,5.7682 22.5366,5.5953 22.4903,5.3953C22.444,5.1953 22.4774,4.9847 22.583,4.8099C22.6885,4.635 22.8578,4.5102 23.0534,4.4629L27.971,3.2564C28.3081,3.1762 28.661,3.2008 28.9843,3.3271C29.3077,3.4534 29.5867,3.6756 29.7855,3.9652L35.1211,11.7565C35.2342,11.9251 35.278,12.1323 35.243,12.3335C35.2081,12.5347 35.0972,12.7138 34.9342,12.8322C34.7753,12.9361 34.5839,12.9752 34.3981,12.9417C34.2123,12.9082 34.0456,12.8045 33.931,12.6513L28.5758,4.86C28.5501,4.8236 28.5145,4.7956 28.4734,4.7795C28.4324,4.7635 28.3877,4.76 28.3447,4.7695L23.4026,5.9708Z" />
<path android:fillColor="#ffffb0b1" android:pathData="M31.0396,20.3267C30.7239,20.0722 30.4939,19.7231 30.3819,19.3283C30.2699,18.9335 30.2815,18.5128 30.4151,18.1251C31.6002,14.6064 34.8999,5.287 36.3653,6.0611C38.2326,7.0286 39.8642,8.4113 41.1403,10.1075C44.5826,14.6818 44.794,20.5831 42.7778,25.6047C41.6173,28.48 33.9017,22.629 31.0396,20.3267Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff8788" android:pathData="M37.2258,8.3937C36.8521,9.8313 37.9536,9.0019 38.4995,9.017C39.4485,9.017 39.3797,10.1027 39.7043,10.7311C40.196,11.6761 40.8107,11.0427 41.5729,11.4047C41.75,11.4901 41.9516,11.289 41.8483,11.1181C41.6287,10.783 41.3926,10.4479 41.1402,10.1128C40.5942,9.3848 39.9817,8.7115 39.3109,8.1021C38.6371,7.4889 37.4569,7.5241 37.2258,8.3937ZM41.0566,22.2572C40.7879,22.3032 40.5128,22.2917 40.2486,22.2233C39.9845,22.155 39.7372,22.0313 39.5223,21.8601C38.2585,20.6386 39.896,18.5425 38.1306,17.3361C36.6849,16.366 34.6883,17.2808 33.2426,16.0644C32.6623,15.5617 31.31,15.5114 31.0592,16.2302C30.7297,17.1702 30.4543,17.9795 30.2625,18.5475C30.1759,18.8044 30.1691,19.0824 30.243,19.3433C30.317,19.6043 30.4681,19.8355 30.6756,20.0053C33.1737,22.0712 41.568,28.636 42.7826,25.5899C43.159,24.6523 43.4568,23.6837 43.6727,22.6945C43.8399,21.9254 43.3924,21.0458 42.6892,21.4077C42.1778,21.6741 41.6614,22.1617 41.0566,22.2572Z" android:fillType="evenOdd" />
<path android:fillColor="#ffd9e1ec" android:pathData="M43.4122,23.6092C42.9029,23.936 42.2912,24.0528 41.7008,23.9359C39.1486,23.6142 34.8507,20.5429 32.3034,18.5574C31.4035,17.8587 30.0462,17.9793 29.525,19.0048C29.4121,19.1779 29.3491,19.3799 29.343,19.5879C29.3748,19.7293 29.4507,19.8564 29.5594,19.9498C29.8741,20.2162 37.3045,26.5247 41.0222,26.9871C42.586,27.1882 43.1712,26.3387 43.3826,25.8159C43.9875,24.3381 43.7662,23.3428 43.4122,23.6092Z" android:fillType="evenOdd" />
--- 13,19 ----
<path android:fillColor="#ff7787af" android:pathData="M35.0327,26.1227C34.1568,26.8328 33.1514,27.3575 32.0751,27.6664C30.9987,27.9753 29.873,28.0621 28.7635,27.9217C27.6541,27.7814 26.583,27.4167 25.6128,26.8489C24.6426,26.2811 23.7927,25.5216 23.1126,24.6147C21.7227,22.7768 21.0981,20.4528 21.3743,18.1471C21.6505,15.8414 22.8053,13.7401 24.5879,12.2993C25.4636,11.5922 26.468,11.07 27.5428,10.7628C28.6176,10.4556 29.7413,10.3697 30.8489,10.51C31.9564,10.6503 33.0257,11.014 33.9946,11.58C34.9635,12.146 35.8128,12.9031 36.4933,13.8073C37.886,15.6428 38.5139,17.966 38.2404,20.272C37.9669,22.578 36.8142,24.6805 35.0327,26.1227Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff8788" android:pathData="M41.7993,25.6701C39.9503,26.1175 34.5459,22.3475 31.1085,19.5175C30.7625,19.233 30.5228,18.8354 30.4299,18.3915C29.6775,14.8628 28.5219,7.7199 29.8005,5.5987C29.8494,5.4963 29.9183,5.4051 30.0028,5.3308C30.0874,5.2565 30.1858,5.2005 30.2922,5.1664C30.3722,5.1558 30.4532,5.1558 30.5332,5.1664C32.494,5.2513 34.413,5.773 36.156,6.6951C37.899,7.6172 39.4239,8.9174 40.624,10.5047C43.6926,14.5612 44.2581,20.0905 42.178,25.3333C42.1502,25.419 42.1005,25.4956 42.0338,25.5548C41.9672,25.6141 41.8862,25.6539 41.7993,25.6701Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff8283" android:pathData="M40.624,10.5048C39.2484,8.6734 37.4416,7.2277 35.372,6.3025C34.1279,5.7496 32.8592,6.9258 32.2199,8.1523C31.9273,8.705 31.5371,9.1975 31.0692,9.605C30.2283,10.3339 29.3333,11.3242 29.4562,12.4451C29.6972,14.6367 30.0955,16.8585 30.4397,18.3916C30.5311,18.8361 30.7711,19.2342 31.1183,19.5176C34.5606,22.3476 39.9699,26.1176 41.8091,25.6702C41.8987,25.6566 41.9828,25.6179 42.0522,25.5585C42.1216,25.499 42.1736,25.4212 42.2025,25.3335C44.2581,20.0907 43.6925,14.5613 40.624,10.5048Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M23.4026,5.9708C23.2069,6.0182 23.0009,5.9841 22.8298,5.8762C22.6588,5.7682 22.5366,5.5953 22.4903,5.3953C22.444,5.1953 22.4774,4.9847 22.583,4.8099C22.6885,4.635 22.8578,4.5102 23.0534,4.4629L27.971,3.2564C28.3081,3.1762 28.661,3.2008 28.9843,3.3271C29.3077,3.4534 29.5867,3.6756 29.7855,3.9652L35.1211,11.7565C35.2342,11.9251 35.278,12.1323 35.243,12.3335C35.2081,12.5347 35.0972,12.7138 34.9342,12.8322C34.7753,12.9361 34.5839,12.9752 34.3981,12.9417C34.2123,12.9082 34.0456,12.8045 33.931,12.6513L28.5758,4.86C28.5501,4.8236 28.5145,4.7956 28.4734,4.7795C28.4324,4.7635 28.3877,4.76 28.3447,4.7695L23.4026,5.9708Z" />
<path android:fillColor="#ffffb0b1" android:pathData="M31.0396,20.3267C30.7239,20.0722 30.4939,19.7231 30.3819,19.3283C30.2699,18.9335 30.2815,18.5128 30.4151,18.1251C31.6002,14.6064 34.8999,5.287 36.3653,6.0611C38.2326,7.0286 39.8642,8.4113 41.1403,10.1075C44.5826,14.6818 44.794,20.5831 42.7778,25.6047C41.6173,28.48 33.9017,22.629 31.0396,20.3267Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff8788" android:pathData="M37.2258,8.3937C36.8521,9.8313 37.9536,9.0019 38.4995,9.017C39.4485,9.017 39.3797,10.1027 39.7043,10.7311C40.196,11.6761 40.8107,11.0427 41.5729,11.4047C41.75,11.4901 41.9516,11.289 41.8483,11.1181C41.6287,10.783 41.3926,10.4479 41.1402,10.1128C40.5942,9.3848 39.9817,8.7115 39.3109,8.1021C38.6371,7.4889 37.4569,7.5241 37.2258,8.3937ZM41.0566,22.2572C40.7879,22.3032 40.5128,22.2917 40.2486,22.2233C39.9845,22.155 39.7372,22.0313 39.5223,21.8601C38.2585,20.6386 39.896,18.5425 38.1306,17.3361C36.6849,16.366 34.6883,17.2808 33.2426,16.0644C32.6623,15.5617 31.31,15.5114 31.0592,16.2302C30.7297,17.1702 30.4543,17.9795 30.2625,18.5475C30.1759,18.8044 30.1691,19.0824 30.243,19.3433C30.317,19.6043 30.4681,19.8355 30.6756,20.0053C33.1737,22.0712 41.568,28.636 42.7826,25.5899C43.159,24.6523 43.4568,23.6837 43.6727,22.6945C43.8399,21.9254 43.3924,21.0458 42.6892,21.4077C42.1778,21.6741 41.6614,22.1617 41.0566,22.2572Z" android:fillType="evenOdd" />
<path android:fillColor="#ffd9e1ec" android:pathData="M43.4122,23.6092C42.9029,23.936 42.2912,24.0528 41.7008,23.9359C39.1486,23.6142 34.8507,20.5429 32.3034,18.5574C31.4035,17.8587 30.0462,17.9793 29.525,19.0048C29.4121,19.1779 29.3491,19.3799 29.343,19.5879C29.3748,19.7293 29.4507,19.8564 29.5594,19.9498C29.8741,20.2162 37.3045,26.5247 41.0222,26.9871C42.586,27.1882 43.1712,26.3387 43.3826,25.8159C43.9875,24.3381 43.7662,23.3428 43.4122,23.6092Z" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_premium_classic_subscription_header_logo.xml to/res/drawable-anydpi-v24/img_premium_classic_subscription_header_logo.xml
*** from/res/drawable-anydpi-v24/img_premium_classic_subscription_header_logo.xml 2021-01-02 17:58:42.701416305 -0700
--- to/res/drawable-anydpi-v24/img_premium_classic_subscription_header_logo.xml 2021-01-11 15:14:01.290591078 -0700
***************
*** 3,22 ****
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0H184.924V32H0V0Z M 0,0" />
! <path android:fillColor="#ffffffff" android:pathData="M72.271,19.372L71.346,25.535C71.134,26.992 69.476,27.67 67.949,27.67C66.525,27.67 65.13,26.992 65.316,25.666L66.24,19.372C66.453,17.995 68.111,17.288 69.637,17.288C71.161,17.288 72.483,17.995 72.271,19.372ZM70.363,13.048H60.433C60.175,13.048 59.963,13.23 59.928,13.478L59.444,16.736C59.401,17.042 59.635,17.312 59.949,17.312H61.761C61.943,17.312 62.069,17.493 61.994,17.662C61.766,18.187 61.605,18.756 61.511,19.367L60.586,25.661C59.992,29.887 63.55,31.993 67.417,31.993C71.475,31.993 75.452,29.887 76.063,25.669L76.987,19.375C77.584,15.241 74.149,13.136 70.363,13.048ZM11.228,21.317L11.279,24.34C11.279,24.407 11.236,24.458 11.177,24.471L10.15,20.829C10.15,20.821 10.15,20.815 10.142,20.815L6.966,13.352C6.885,13.163 6.708,13.045 6.503,13.045H2.9C2.65,13.045 2.445,13.227 2.408,13.475L0.008,30.693C-0.035,30.992 0.199,31.261 0.5,31.261H4.087C4.337,31.261 4.55,31.08 4.579,30.832L5.52,23.991C5.52,23.983 5.52,23.977 5.52,23.969L5.469,20.458L5.571,20.428L6.648,24.071C6.648,24.079 6.648,24.079 6.657,24.084L9.629,30.955C9.709,31.136 9.887,31.253 10.083,31.253H13.972C14.221,31.253 14.434,31.072 14.463,30.824L16.871,13.608C16.914,13.318 16.68,13.048 16.379,13.048H12.813C12.563,13.048 12.351,13.23 12.321,13.478L11.228,21.296C11.228,21.304 11.228,21.309 11.228,21.317ZM18.134,31.264H21.907C22.171,31.264 22.391,31.083 22.428,30.835L24.952,13.616C24.99,13.318 24.748,13.048 24.431,13.048H20.658C20.394,13.048 20.174,13.23 20.136,13.478L17.613,30.696C17.575,30.995 17.817,31.264 18.134,31.264ZM27.645,13.47L27.161,16.69C27.118,16.989 27.36,17.259 27.666,17.259H31.549C31.864,17.259 32.1,17.528 32.055,17.827L30.227,30.696C30.19,30.995 30.426,31.264 30.74,31.264H34.506C34.763,31.264 34.984,31.083 35.011,30.835L36.876,17.691C36.913,17.443 37.126,17.261 37.381,17.261H41.557C41.815,17.261 42.027,17.08 42.062,16.84L42.546,13.627C42.597,13.32 42.363,13.051 42.046,13.051H28.147C27.9,13.048 27.68,13.23 27.645,13.47ZM53.865,19.401C53.733,20.458 52.89,21.514 51.436,21.514H49.256C48.947,21.514 48.705,21.245 48.751,20.946L49.213,17.776C49.243,17.528 49.463,17.347 49.718,17.347H52.046C53.438,17.347 53.997,18.294 53.865,19.401ZM52.572,13.048H45.55C45.292,13.048 45.08,13.23 45.045,13.478L42.573,30.696C42.53,30.995 42.764,31.264 43.078,31.264H46.821C47.079,31.264 47.292,31.083 47.327,30.835L48.052,25.69C48.066,25.567 48.176,25.471 48.31,25.471H48.794C48.883,25.471 48.963,25.514 49.006,25.589L52.581,31.032C52.675,31.179 52.839,31.264 53.013,31.264H57.635C58.047,31.264 58.297,30.813 58.055,30.477L54.306,25.253C54.217,25.13 54.263,24.954 54.4,24.887C56.792,23.742 58.186,22.576 58.64,19.326C59.17,15.052 56.426,13.048 52.572,13.048Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M93.544,26.162L96.634,27.678C96.803,27.758 96.868,27.961 96.787,28.129C96.779,28.142 96.766,28.166 96.758,28.179C94.535,31.144 91.974,31.99 89.728,31.99C86.094,31.99 82.749,29.884 83.321,25.695L84.208,19.347C84.78,15.18 88.749,13.045 92.463,13.045C94.635,13.045 97.115,13.92 98.225,16.855C98.314,17.087 98.196,17.352 97.962,17.445L94.756,18.67C94.535,18.75 94.294,18.67 94.17,18.472C93.665,17.677 92.703,17.336 91.732,17.336C90.397,17.365 89.069,18.093 88.884,19.34L87.997,25.684C87.814,26.88 88.965,27.638 90.273,27.638C91.241,27.638 92.313,27.237 92.974,26.296C93.098,26.128 93.345,26.061 93.544,26.162Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M180.21,26.162L183.301,27.678C183.47,27.758 183.535,27.961 183.454,28.129C183.446,28.142 183.433,28.166 183.425,28.179C181.202,31.144 178.641,31.99 176.394,31.99C172.761,31.99 169.415,29.884 169.988,25.695L170.875,19.347C171.447,15.18 175.419,13.045 179.13,13.045C181.304,13.045 183.785,13.92 184.892,16.855C184.981,17.087 184.862,17.352 184.628,17.445L181.42,18.67C181.199,18.75 180.958,18.67 180.834,18.472C180.326,17.677 179.367,17.336 178.397,17.336C177.061,17.365 175.733,18.093 175.548,19.34L174.661,25.684C174.478,26.88 175.629,27.638 176.935,27.638C177.905,27.638 178.974,27.237 179.635,26.296C179.764,26.128 180.014,26.061 180.21,26.162Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M98.351,30.754L100.7,14.054C100.759,13.632 101.125,13.309 101.56,13.309H104.511C104.986,13.309 105.376,13.696 105.376,14.168C105.376,14.211 105.376,14.248 105.368,14.286L103.688,26.141C103.621,26.613 103.952,27.045 104.43,27.117C104.468,27.125 104.511,27.125 104.548,27.125H110.09C110.565,27.125 110.955,27.512 110.955,27.984C110.955,28.022 110.955,28.064 110.947,28.102L110.552,30.986C110.493,31.416 110.127,31.73 109.692,31.73H99.211C98.733,31.73 98.346,31.344 98.346,30.871C98.343,30.834 98.343,30.789 98.351,30.754Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M129.253,30.687L125.606,13.987C125.518,13.595 125.166,13.309 124.763,13.309H121.739C121.409,13.309 121.108,13.498 120.963,13.789L112.766,30.49C112.707,30.607 112.678,30.738 112.678,30.869C112.678,31.344 113.067,31.728 113.543,31.728H116.609C116.953,31.728 117.262,31.522 117.402,31.218L118.59,28.553C118.73,28.24 119.039,28.043 119.383,28.043H123.037C123.457,28.043 123.817,28.334 123.889,28.742L124.33,31.037C124.411,31.445 124.765,31.736 125.182,31.736H128.412C128.471,31.736 128.538,31.728 128.595,31.715C129.057,31.613 129.355,31.154 129.253,30.687ZM120.46,23.897L122.5,18.512H122.683L123.234,23.897H120.46Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M131.156,28.187L133.233,26.474C133.593,26.175 134.115,26.189 134.467,26.503C135.324,27.275 136.552,27.67 137.673,27.67C138.928,27.67 140.029,27.224 140.212,26.263C140.419,25.119 138.804,24.625 137.315,24.412C134.416,23.945 131.795,21.629 132.451,18.139C133.155,14.363 136.501,13.037 139.9,13.037C141.924,13.037 143.827,13.547 145.353,15.348C145.608,15.655 145.573,16.113 145.264,16.375C145.251,16.388 145.227,16.404 145.213,16.418L143.004,17.941C142.695,18.152 142.284,18.139 141.991,17.912C141.228,17.314 140.236,17.023 139.355,17.002C138.181,16.973 137.184,17.418 137.081,18.357C136.95,19.422 137.888,19.894 139.304,20.209C142.518,20.807 145.659,22.032 144.794,26.613C144.111,30.204 140.978,31.997 136.979,31.997C134.983,31.997 132.561,31.093 131.064,29.302C130.774,28.961 130.817,28.465 131.156,28.187Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M146.887,28.187L148.965,26.474C149.325,26.175 149.854,26.189 150.198,26.503C151.058,27.275 152.281,27.67 153.404,27.67C154.659,27.67 155.758,27.224 155.944,26.263C156.151,25.119 154.536,24.625 153.044,24.412C150.147,23.945 147.527,21.629 148.18,18.139C148.884,14.363 152.23,13.037 155.629,13.037C157.653,13.037 159.556,13.547 161.082,15.348C161.337,15.655 161.302,16.113 160.993,16.375C160.98,16.388 160.956,16.404 160.942,16.418L158.733,17.941C158.424,18.152 158.013,18.139 157.72,17.912C156.957,17.314 155.968,17.023 155.087,17.002C153.912,16.973 152.915,17.418 152.813,18.357C152.681,19.422 153.619,19.894 155.035,20.209C158.25,20.807 161.391,22.032 160.526,26.613C159.843,30.204 156.71,31.997 152.711,31.997C150.717,31.997 148.293,31.093 146.796,29.302C146.506,28.961 146.549,28.465 146.887,28.187Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M169.02,14.286L166.672,30.986C166.613,31.408 166.247,31.73 165.812,31.73H162.885C162.407,31.73 162.02,31.344 162.02,30.871C162.02,30.834 162.02,30.791 162.028,30.754L164.377,14.054C164.436,13.632 164.801,13.309 165.237,13.309H168.163C168.639,13.309 169.031,13.696 169.031,14.168C169.028,14.206 169.028,14.248 169.02,14.286Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M9.451,0.115H7.374V8.269H9.451V0.115Z" />
! <path android:fillColor="#ffffffff" android:pathData="M6.264,5.584V2.842C6.264,0.942 4.722,0.115 3.077,0.115H0V3.541L2.048,5.366V2.038H3.141C3.838,2.038 4.173,2.372 4.173,2.9V5.446C4.173,5.977 3.848,6.332 3.141,6.332H0V8.266H3.072C4.722,8.277 6.264,7.46 6.264,5.584Z" />
! <path android:fillColor="#ffffffff" android:pathData="M20.33,8.384C21.362,8.384 22.603,7.877 23.286,6.553L21.477,5.723C21.026,6.852 19.169,6.577 19.169,5.598V2.786C19.169,1.772 20.999,1.54 21.558,2.556L23.251,1.878C22.59,0.427 21.372,0 20.365,0C18.717,0 17.092,0.945 17.092,2.786V5.595C17.097,7.452 18.717,8.384 20.33,8.384Z" />
! <path android:fillColor="#ffffffff" android:pathData="M45.499,2.842C45.499,0.942 43.957,0.115 42.31,0.115H39.238V3.541L41.286,5.366V2.038H42.379C43.075,2.038 43.411,2.372 43.411,2.9V5.446C43.411,5.977 43.086,6.332 42.379,6.332H39.238V8.266H42.31C43.954,8.277 45.499,7.46 45.499,5.584V2.842Z" />
! <path android:fillColor="#ffffffff" android:pathData="M11.668,5.689L10.357,6.911C11.123,7.89 12.166,8.384 13.152,8.384C14.657,8.384 16.331,7.522 16.401,5.942C16.495,3.938 15.03,3.431 13.571,3.167C12.934,3.028 12.502,2.799 12.48,2.407C12.512,1.462 13.985,1.428 14.845,2.337L16.202,1.299C15.356,0.277 14.393,0 13.394,0C11.889,0 10.424,0.84 10.424,2.441C10.424,3.997 11.628,4.827 12.953,5.035C13.628,5.128 14.38,5.39 14.356,5.851C14.299,6.724 12.491,6.676 11.668,5.689Z" />
! <path android:fillColor="#ffffffff" android:pathData="M27.255,8.384C28.962,8.384 30.652,7.452 30.652,5.587V2.796C30.652,0.931 28.945,0 27.242,0C25.535,0 23.845,0.923 23.845,2.796V5.582C23.845,7.452 25.549,8.384 27.255,8.384ZM25.922,2.796C25.922,2.196 26.573,1.873 27.22,1.873C27.895,1.873 28.577,2.159 28.577,2.796V5.582C28.577,6.169 27.916,6.468 27.252,6.468C26.591,6.468 25.92,6.182 25.92,5.582V2.796H25.922Z" />
! <path android:fillColor="#ffffffff" android:pathData="M33.853,5.675H34.223L36.123,8.263H38.711L36.473,5.467C37.472,5.158 38.085,4.304 38.085,2.796C38.039,0.886 36.728,0.112 35.035,0.112H31.754V8.269H33.855V5.675H33.853ZM33.853,2.039H35.07C36.381,2.039 36.381,3.904 35.07,3.904H33.853V2.039Z" />
</group>
</vector>
\ No newline at end of file
--- 3,22 ----
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0H184.924V32H0V0Z M 0,0" />
! <path android:fillColor="@color/white" android:pathData="M72.271,19.372L71.346,25.535C71.134,26.992 69.476,27.67 67.949,27.67C66.525,27.67 65.13,26.992 65.316,25.666L66.24,19.372C66.453,17.995 68.111,17.288 69.637,17.288C71.161,17.288 72.483,17.995 72.271,19.372ZM70.363,13.048H60.433C60.175,13.048 59.963,13.23 59.928,13.478L59.444,16.736C59.401,17.042 59.635,17.312 59.949,17.312H61.761C61.943,17.312 62.069,17.493 61.994,17.662C61.766,18.187 61.605,18.756 61.511,19.367L60.586,25.661C59.992,29.887 63.55,31.993 67.417,31.993C71.475,31.993 75.452,29.887 76.063,25.669L76.987,19.375C77.584,15.241 74.149,13.136 70.363,13.048ZM11.228,21.317L11.279,24.34C11.279,24.407 11.236,24.458 11.177,24.471L10.15,20.829C10.15,20.821 10.15,20.815 10.142,20.815L6.966,13.352C6.885,13.163 6.708,13.045 6.503,13.045H2.9C2.65,13.045 2.445,13.227 2.408,13.475L0.008,30.693C-0.035,30.992 0.199,31.261 0.5,31.261H4.087C4.337,31.261 4.55,31.08 4.579,30.832L5.52,23.991C5.52,23.983 5.52,23.977 5.52,23.969L5.469,20.458L5.571,20.428L6.648,24.071C6.648,24.079 6.648,24.079 6.657,24.084L9.629,30.955C9.709,31.136 9.887,31.253 10.083,31.253H13.972C14.221,31.253 14.434,31.072 14.463,30.824L16.871,13.608C16.914,13.318 16.68,13.048 16.379,13.048H12.813C12.563,13.048 12.351,13.23 12.321,13.478L11.228,21.296C11.228,21.304 11.228,21.309 11.228,21.317ZM18.134,31.264H21.907C22.171,31.264 22.391,31.083 22.428,30.835L24.952,13.616C24.99,13.318 24.748,13.048 24.431,13.048H20.658C20.394,13.048 20.174,13.23 20.136,13.478L17.613,30.696C17.575,30.995 17.817,31.264 18.134,31.264ZM27.645,13.47L27.161,16.69C27.118,16.989 27.36,17.259 27.666,17.259H31.549C31.864,17.259 32.1,17.528 32.055,17.827L30.227,30.696C30.19,30.995 30.426,31.264 30.74,31.264H34.506C34.763,31.264 34.984,31.083 35.011,30.835L36.876,17.691C36.913,17.443 37.126,17.261 37.381,17.261H41.557C41.815,17.261 42.027,17.08 42.062,16.84L42.546,13.627C42.597,13.32 42.363,13.051 42.046,13.051H28.147C27.9,13.048 27.68,13.23 27.645,13.47ZM53.865,19.401C53.733,20.458 52.89,21.514 51.436,21.514H49.256C48.947,21.514 48.705,21.245 48.751,20.946L49.213,17.776C49.243,17.528 49.463,17.347 49.718,17.347H52.046C53.438,17.347 53.997,18.294 53.865,19.401ZM52.572,13.048H45.55C45.292,13.048 45.08,13.23 45.045,13.478L42.573,30.696C42.53,30.995 42.764,31.264 43.078,31.264H46.821C47.079,31.264 47.292,31.083 47.327,30.835L48.052,25.69C48.066,25.567 48.176,25.471 48.31,25.471H48.794C48.883,25.471 48.963,25.514 49.006,25.589L52.581,31.032C52.675,31.179 52.839,31.264 53.013,31.264H57.635C58.047,31.264 58.297,30.813 58.055,30.477L54.306,25.253C54.217,25.13 54.263,24.954 54.4,24.887C56.792,23.742 58.186,22.576 58.64,19.326C59.17,15.052 56.426,13.048 52.572,13.048Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M93.544,26.162L96.634,27.678C96.803,27.758 96.868,27.961 96.787,28.129C96.779,28.142 96.766,28.166 96.758,28.179C94.535,31.144 91.974,31.99 89.728,31.99C86.094,31.99 82.749,29.884 83.321,25.695L84.208,19.347C84.78,15.18 88.749,13.045 92.463,13.045C94.635,13.045 97.115,13.92 98.225,16.855C98.314,17.087 98.196,17.352 97.962,17.445L94.756,18.67C94.535,18.75 94.294,18.67 94.17,18.472C93.665,17.677 92.703,17.336 91.732,17.336C90.397,17.365 89.069,18.093 88.884,19.34L87.997,25.684C87.814,26.88 88.965,27.638 90.273,27.638C91.241,27.638 92.313,27.237 92.974,26.296C93.098,26.128 93.345,26.061 93.544,26.162Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M180.21,26.162L183.301,27.678C183.47,27.758 183.535,27.961 183.454,28.129C183.446,28.142 183.433,28.166 183.425,28.179C181.202,31.144 178.641,31.99 176.394,31.99C172.761,31.99 169.415,29.884 169.988,25.695L170.875,19.347C171.447,15.18 175.419,13.045 179.13,13.045C181.304,13.045 183.785,13.92 184.892,16.855C184.981,17.087 184.862,17.352 184.628,17.445L181.42,18.67C181.199,18.75 180.958,18.67 180.834,18.472C180.326,17.677 179.367,17.336 178.397,17.336C177.061,17.365 175.733,18.093 175.548,19.34L174.661,25.684C174.478,26.88 175.629,27.638 176.935,27.638C177.905,27.638 178.974,27.237 179.635,26.296C179.764,26.128 180.014,26.061 180.21,26.162Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M98.351,30.754L100.7,14.054C100.759,13.632 101.125,13.309 101.56,13.309H104.511C104.986,13.309 105.376,13.696 105.376,14.168C105.376,14.211 105.376,14.248 105.368,14.286L103.688,26.141C103.621,26.613 103.952,27.045 104.43,27.117C104.468,27.125 104.511,27.125 104.548,27.125H110.09C110.565,27.125 110.955,27.512 110.955,27.984C110.955,28.022 110.955,28.064 110.947,28.102L110.552,30.986C110.493,31.416 110.127,31.73 109.692,31.73H99.211C98.733,31.73 98.346,31.344 98.346,30.871C98.343,30.834 98.343,30.789 98.351,30.754Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M129.253,30.687L125.606,13.987C125.518,13.595 125.166,13.309 124.763,13.309H121.739C121.409,13.309 121.108,13.498 120.963,13.789L112.766,30.49C112.707,30.607 112.678,30.738 112.678,30.869C112.678,31.344 113.067,31.728 113.543,31.728H116.609C116.953,31.728 117.262,31.522 117.402,31.218L118.59,28.553C118.73,28.24 119.039,28.043 119.383,28.043H123.037C123.457,28.043 123.817,28.334 123.889,28.742L124.33,31.037C124.411,31.445 124.765,31.736 125.182,31.736H128.412C128.471,31.736 128.538,31.728 128.595,31.715C129.057,31.613 129.355,31.154 129.253,30.687ZM120.46,23.897L122.5,18.512H122.683L123.234,23.897H120.46Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M131.156,28.187L133.233,26.474C133.593,26.175 134.115,26.189 134.467,26.503C135.324,27.275 136.552,27.67 137.673,27.67C138.928,27.67 140.029,27.224 140.212,26.263C140.419,25.119 138.804,24.625 137.315,24.412C134.416,23.945 131.795,21.629 132.451,18.139C133.155,14.363 136.501,13.037 139.9,13.037C141.924,13.037 143.827,13.547 145.353,15.348C145.608,15.655 145.573,16.113 145.264,16.375C145.251,16.388 145.227,16.404 145.213,16.418L143.004,17.941C142.695,18.152 142.284,18.139 141.991,17.912C141.228,17.314 140.236,17.023 139.355,17.002C138.181,16.973 137.184,17.418 137.081,18.357C136.95,19.422 137.888,19.894 139.304,20.209C142.518,20.807 145.659,22.032 144.794,26.613C144.111,30.204 140.978,31.997 136.979,31.997C134.983,31.997 132.561,31.093 131.064,29.302C130.774,28.961 130.817,28.465 131.156,28.187Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M146.887,28.187L148.965,26.474C149.325,26.175 149.854,26.189 150.198,26.503C151.058,27.275 152.281,27.67 153.404,27.67C154.659,27.67 155.758,27.224 155.944,26.263C156.151,25.119 154.536,24.625 153.044,24.412C150.147,23.945 147.527,21.629 148.18,18.139C148.884,14.363 152.23,13.037 155.629,13.037C157.653,13.037 159.556,13.547 161.082,15.348C161.337,15.655 161.302,16.113 160.993,16.375C160.98,16.388 160.956,16.404 160.942,16.418L158.733,17.941C158.424,18.152 158.013,18.139 157.72,17.912C156.957,17.314 155.968,17.023 155.087,17.002C153.912,16.973 152.915,17.418 152.813,18.357C152.681,19.422 153.619,19.894 155.035,20.209C158.25,20.807 161.391,22.032 160.526,26.613C159.843,30.204 156.71,31.997 152.711,31.997C150.717,31.997 148.293,31.093 146.796,29.302C146.506,28.961 146.549,28.465 146.887,28.187Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M169.02,14.286L166.672,30.986C166.613,31.408 166.247,31.73 165.812,31.73H162.885C162.407,31.73 162.02,31.344 162.02,30.871C162.02,30.834 162.02,30.791 162.028,30.754L164.377,14.054C164.436,13.632 164.801,13.309 165.237,13.309H168.163C168.639,13.309 169.031,13.696 169.031,14.168C169.028,14.206 169.028,14.248 169.02,14.286Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M9.451,0.115H7.374V8.269H9.451V0.115Z" />
! <path android:fillColor="@color/white" android:pathData="M6.264,5.584V2.842C6.264,0.942 4.722,0.115 3.077,0.115H0V3.541L2.048,5.366V2.038H3.141C3.838,2.038 4.173,2.372 4.173,2.9V5.446C4.173,5.977 3.848,6.332 3.141,6.332H0V8.266H3.072C4.722,8.277 6.264,7.46 6.264,5.584Z" />
! <path android:fillColor="@color/white" android:pathData="M20.33,8.384C21.362,8.384 22.603,7.877 23.286,6.553L21.477,5.723C21.026,6.852 19.169,6.577 19.169,5.598V2.786C19.169,1.772 20.999,1.54 21.558,2.556L23.251,1.878C22.59,0.427 21.372,0 20.365,0C18.717,0 17.092,0.945 17.092,2.786V5.595C17.097,7.452 18.717,8.384 20.33,8.384Z" />
! <path android:fillColor="@color/white" android:pathData="M45.499,2.842C45.499,0.942 43.957,0.115 42.31,0.115H39.238V3.541L41.286,5.366V2.038H42.379C43.075,2.038 43.411,2.372 43.411,2.9V5.446C43.411,5.977 43.086,6.332 42.379,6.332H39.238V8.266H42.31C43.954,8.277 45.499,7.46 45.499,5.584V2.842Z" />
! <path android:fillColor="@color/white" android:pathData="M11.668,5.689L10.357,6.911C11.123,7.89 12.166,8.384 13.152,8.384C14.657,8.384 16.331,7.522 16.401,5.942C16.495,3.938 15.03,3.431 13.571,3.167C12.934,3.028 12.502,2.799 12.48,2.407C12.512,1.462 13.985,1.428 14.845,2.337L16.202,1.299C15.356,0.277 14.393,0 13.394,0C11.889,0 10.424,0.84 10.424,2.441C10.424,3.997 11.628,4.827 12.953,5.035C13.628,5.128 14.38,5.39 14.356,5.851C14.299,6.724 12.491,6.676 11.668,5.689Z" />
! <path android:fillColor="@color/white" android:pathData="M27.255,8.384C28.962,8.384 30.652,7.452 30.652,5.587V2.796C30.652,0.931 28.945,0 27.242,0C25.535,0 23.845,0.923 23.845,2.796V5.582C23.845,7.452 25.549,8.384 27.255,8.384ZM25.922,2.796C25.922,2.196 26.573,1.873 27.22,1.873C27.895,1.873 28.577,2.159 28.577,2.796V5.582C28.577,6.169 27.916,6.468 27.252,6.468C26.591,6.468 25.92,6.182 25.92,5.582V2.796H25.922Z" />
! <path android:fillColor="@color/white" android:pathData="M33.853,5.675H34.223L36.123,8.263H38.711L36.473,5.467C37.472,5.158 38.085,4.304 38.085,2.796C38.039,0.886 36.728,0.112 35.035,0.112H31.754V8.269H33.855V5.675H33.853ZM33.853,2.039H35.07C36.381,2.039 36.381,3.904 35.07,3.904H33.853V2.039Z" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_premium_classic_subscription_header_resub.xml to/res/drawable-anydpi-v24/img_premium_classic_subscription_header_resub.xml
*** from/res/drawable-anydpi-v24/img_premium_classic_subscription_header_resub.xml 2021-01-02 17:58:42.700416320 -0700
--- to/res/drawable-anydpi-v24/img_premium_classic_subscription_header_resub.xml 2021-01-11 15:14:01.487588128 -0700
***************
*** 11,17 ****
<path android:fillColor="#ff7787af" android:pathData="M35.0327,26.1226C34.1568,26.8328 33.1514,27.3575 32.0751,27.6664C30.9987,27.9753 29.873,28.0621 28.7635,27.9217C27.6541,27.7814 26.583,27.4167 25.6128,26.8489C24.6426,26.2811 23.7927,25.5216 23.1126,24.6147C21.7227,22.7768 21.0981,20.4528 21.3743,18.1471C21.6505,15.8414 22.8053,13.7401 24.5879,12.2993C25.4636,11.5922 26.468,11.07 27.5428,10.7628C28.6176,10.4556 29.7413,10.3697 30.8489,10.51C31.9564,10.6503 33.0257,11.014 33.9946,11.58C34.9635,12.146 35.8128,12.9031 36.4933,13.8073C37.886,15.6428 38.5139,17.966 38.2404,20.272C37.9669,22.578 36.8142,24.6805 35.0327,26.1226Z" android:fillType="evenOdd" />
<path android:fillColor="#fffab930" android:pathData="M41.7993,25.6704C39.9503,26.1177 34.5459,22.3477 31.1085,19.5177C30.7625,19.2332 30.5228,18.8356 30.4299,18.3918C29.6775,14.863 28.5219,7.7202 29.8005,5.5989C29.8494,5.4965 29.9183,5.4054 30.0028,5.331C30.0874,5.2567 30.1858,5.2008 30.2922,5.1666C30.3722,5.1561 30.4532,5.1561 30.5332,5.1666C32.494,5.2515 34.413,5.7733 36.156,6.6954C37.899,7.6175 39.4239,8.9176 40.624,10.5049C43.6926,14.5614 44.2581,20.0908 42.178,25.3336C42.1502,25.4193 42.1005,25.4958 42.0338,25.5551C41.9672,25.6143 41.8862,25.6542 41.7993,25.6704Z" android:fillType="evenOdd" />
<path android:fillColor="#fff69d27" android:pathData="M40.624,10.5048C39.2484,8.6734 37.4416,7.2277 35.372,6.3025C34.1279,5.7496 32.8592,6.9258 32.2199,8.1523C31.9273,8.705 31.5371,9.1975 31.0692,9.605C30.2283,10.3339 29.3333,11.3242 29.4562,12.4451C29.6972,14.6367 30.0955,16.8585 30.4397,18.3916C30.5311,18.8361 30.7711,19.2342 31.1183,19.5176C34.5606,22.3476 39.9699,26.1176 41.8091,25.6702C41.8987,25.6566 41.9828,25.6179 42.0522,25.5585C42.1216,25.499 42.1736,25.4212 42.2025,25.3335C44.2581,20.0906 43.6925,14.5613 40.624,10.5048Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M23.4026,5.9708C23.2069,6.0182 23.0009,5.9841 22.8298,5.8762C22.6588,5.7682 22.5366,5.5953 22.4903,5.3953C22.444,5.1953 22.4774,4.9847 22.583,4.8099C22.6885,4.635 22.8578,4.5102 23.0534,4.4629L27.971,3.2564C28.3081,3.1762 28.661,3.2008 28.9843,3.3271C29.3077,3.4534 29.5867,3.6756 29.7855,3.9652L35.1211,11.7565C35.2342,11.9251 35.278,12.1323 35.243,12.3335C35.2081,12.5347 35.0972,12.7138 34.9342,12.8322C34.7753,12.9361 34.5839,12.9752 34.3981,12.9417C34.2123,12.9082 34.0456,12.8045 33.931,12.6513L28.5758,4.86C28.5501,4.8236 28.5145,4.7956 28.4734,4.7795C28.4324,4.7635 28.3877,4.76 28.3447,4.7695L23.4026,5.9708Z" />
<path android:fillColor="#fffac657" android:pathData="M31.0396,20.327C30.7239,20.0724 30.4939,19.7233 30.3819,19.3285C30.2699,18.9337 30.2815,18.513 30.4151,18.1253C31.6002,14.6067 34.8999,5.2872 36.3654,6.0613C38.2326,7.0288 39.8642,8.4115 41.1403,10.1078C44.5826,14.6821 44.794,20.5833 42.7778,25.605C41.6173,28.4802 33.9017,22.6292 31.0396,20.327Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffb24d" android:pathData="M37.2258,8.3937C36.8521,9.8313 37.9536,9.0019 38.4995,9.017C39.4485,9.017 39.3797,10.1027 39.7043,10.7311C40.196,11.6761 40.8107,11.0427 41.5729,11.4047C41.75,11.4901 41.9516,11.289 41.8483,11.1181C41.6287,10.783 41.3926,10.4479 41.1402,10.1128C40.5942,9.3848 39.9817,8.7115 39.3109,8.1021C38.6371,7.4889 37.4569,7.5241 37.2258,8.3937ZM41.0566,22.2572C40.7879,22.3032 40.5128,22.2917 40.2486,22.2233C39.9845,22.155 39.7372,22.0313 39.5223,21.8601C38.2585,20.6386 39.896,18.5425 38.1306,17.3361C36.6849,16.366 34.6883,17.2808 33.2426,16.0644C32.6623,15.5617 31.31,15.5114 31.0592,16.2302C30.7297,17.1702 30.4543,17.9795 30.2625,18.5475C30.1759,18.8044 30.1691,19.0824 30.243,19.3433C30.317,19.6043 30.4681,19.8355 30.6756,20.0053C33.1737,22.0712 41.568,28.636 42.7826,25.5899C43.159,24.6523 43.4568,23.6837 43.6727,22.6945C43.8399,21.9254 43.3924,21.0458 42.6892,21.4077C42.1778,21.6741 41.6614,22.1617 41.0566,22.2572Z" android:fillType="evenOdd" />
<path android:fillColor="#ffd9e1ec" android:pathData="M43.4122,23.6094C42.9029,23.9363 42.2912,24.0531 41.7008,23.9362C39.1486,23.6145 34.8507,20.5432 32.3034,18.5576C31.4035,17.8589 30.0462,17.9796 29.525,19.005C29.4121,19.1781 29.3491,19.3802 29.343,19.5881C29.3748,19.7296 29.4507,19.8566 29.5594,19.95C29.8741,20.2164 37.3045,26.5249 41.0222,26.9873C42.586,27.1884 43.1712,26.3389 43.3826,25.8161C43.9875,24.3383 43.7662,23.343 43.4122,23.6094Z" android:fillType="evenOdd" />
--- 11,17 ----
<path android:fillColor="#ff7787af" android:pathData="M35.0327,26.1226C34.1568,26.8328 33.1514,27.3575 32.0751,27.6664C30.9987,27.9753 29.873,28.0621 28.7635,27.9217C27.6541,27.7814 26.583,27.4167 25.6128,26.8489C24.6426,26.2811 23.7927,25.5216 23.1126,24.6147C21.7227,22.7768 21.0981,20.4528 21.3743,18.1471C21.6505,15.8414 22.8053,13.7401 24.5879,12.2993C25.4636,11.5922 26.468,11.07 27.5428,10.7628C28.6176,10.4556 29.7413,10.3697 30.8489,10.51C31.9564,10.6503 33.0257,11.014 33.9946,11.58C34.9635,12.146 35.8128,12.9031 36.4933,13.8073C37.886,15.6428 38.5139,17.966 38.2404,20.272C37.9669,22.578 36.8142,24.6805 35.0327,26.1226Z" android:fillType="evenOdd" />
<path android:fillColor="#fffab930" android:pathData="M41.7993,25.6704C39.9503,26.1177 34.5459,22.3477 31.1085,19.5177C30.7625,19.2332 30.5228,18.8356 30.4299,18.3918C29.6775,14.863 28.5219,7.7202 29.8005,5.5989C29.8494,5.4965 29.9183,5.4054 30.0028,5.331C30.0874,5.2567 30.1858,5.2008 30.2922,5.1666C30.3722,5.1561 30.4532,5.1561 30.5332,5.1666C32.494,5.2515 34.413,5.7733 36.156,6.6954C37.899,7.6175 39.4239,8.9176 40.624,10.5049C43.6926,14.5614 44.2581,20.0908 42.178,25.3336C42.1502,25.4193 42.1005,25.4958 42.0338,25.5551C41.9672,25.6143 41.8862,25.6542 41.7993,25.6704Z" android:fillType="evenOdd" />
<path android:fillColor="#fff69d27" android:pathData="M40.624,10.5048C39.2484,8.6734 37.4416,7.2277 35.372,6.3025C34.1279,5.7496 32.8592,6.9258 32.2199,8.1523C31.9273,8.705 31.5371,9.1975 31.0692,9.605C30.2283,10.3339 29.3333,11.3242 29.4562,12.4451C29.6972,14.6367 30.0955,16.8585 30.4397,18.3916C30.5311,18.8361 30.7711,19.2342 31.1183,19.5176C34.5606,22.3476 39.9699,26.1176 41.8091,25.6702C41.8987,25.6566 41.9828,25.6179 42.0522,25.5585C42.1216,25.499 42.1736,25.4212 42.2025,25.3335C44.2581,20.0906 43.6925,14.5613 40.624,10.5048Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M23.4026,5.9708C23.2069,6.0182 23.0009,5.9841 22.8298,5.8762C22.6588,5.7682 22.5366,5.5953 22.4903,5.3953C22.444,5.1953 22.4774,4.9847 22.583,4.8099C22.6885,4.635 22.8578,4.5102 23.0534,4.4629L27.971,3.2564C28.3081,3.1762 28.661,3.2008 28.9843,3.3271C29.3077,3.4534 29.5867,3.6756 29.7855,3.9652L35.1211,11.7565C35.2342,11.9251 35.278,12.1323 35.243,12.3335C35.2081,12.5347 35.0972,12.7138 34.9342,12.8322C34.7753,12.9361 34.5839,12.9752 34.3981,12.9417C34.2123,12.9082 34.0456,12.8045 33.931,12.6513L28.5758,4.86C28.5501,4.8236 28.5145,4.7956 28.4734,4.7795C28.4324,4.7635 28.3877,4.76 28.3447,4.7695L23.4026,5.9708Z" />
<path android:fillColor="#fffac657" android:pathData="M31.0396,20.327C30.7239,20.0724 30.4939,19.7233 30.3819,19.3285C30.2699,18.9337 30.2815,18.513 30.4151,18.1253C31.6002,14.6067 34.8999,5.2872 36.3654,6.0613C38.2326,7.0288 39.8642,8.4115 41.1403,10.1078C44.5826,14.6821 44.794,20.5833 42.7778,25.605C41.6173,28.4802 33.9017,22.6292 31.0396,20.327Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffb24d" android:pathData="M37.2258,8.3937C36.8521,9.8313 37.9536,9.0019 38.4995,9.017C39.4485,9.017 39.3797,10.1027 39.7043,10.7311C40.196,11.6761 40.8107,11.0427 41.5729,11.4047C41.75,11.4901 41.9516,11.289 41.8483,11.1181C41.6287,10.783 41.3926,10.4479 41.1402,10.1128C40.5942,9.3848 39.9817,8.7115 39.3109,8.1021C38.6371,7.4889 37.4569,7.5241 37.2258,8.3937ZM41.0566,22.2572C40.7879,22.3032 40.5128,22.2917 40.2486,22.2233C39.9845,22.155 39.7372,22.0313 39.5223,21.8601C38.2585,20.6386 39.896,18.5425 38.1306,17.3361C36.6849,16.366 34.6883,17.2808 33.2426,16.0644C32.6623,15.5617 31.31,15.5114 31.0592,16.2302C30.7297,17.1702 30.4543,17.9795 30.2625,18.5475C30.1759,18.8044 30.1691,19.0824 30.243,19.3433C30.317,19.6043 30.4681,19.8355 30.6756,20.0053C33.1737,22.0712 41.568,28.636 42.7826,25.5899C43.159,24.6523 43.4568,23.6837 43.6727,22.6945C43.8399,21.9254 43.3924,21.0458 42.6892,21.4077C42.1778,21.6741 41.6614,22.1617 41.0566,22.2572Z" android:fillType="evenOdd" />
<path android:fillColor="#ffd9e1ec" android:pathData="M43.4122,23.6094C42.9029,23.9363 42.2912,24.0531 41.7008,23.9362C39.1486,23.6145 34.8507,20.5432 32.3034,18.5576C31.4035,17.8589 30.0462,17.9796 29.525,19.005C29.4121,19.1781 29.3491,19.3802 29.343,19.5881C29.3748,19.7296 29.4507,19.8566 29.5594,19.95C29.8741,20.2164 37.3045,26.5249 41.0222,26.9873C42.586,27.1884 43.1712,26.3389 43.3826,25.8161C43.9875,24.3383 43.7662,23.343 43.4122,23.6094Z" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_premium_classic_subscription_header.xml to/res/drawable-anydpi-v24/img_premium_classic_subscription_header.xml
*** from/res/drawable-anydpi-v24/img_premium_classic_subscription_header.xml 2021-01-02 17:58:42.706416229 -0700
--- to/res/drawable-anydpi-v24/img_premium_classic_subscription_header.xml 2021-01-11 15:14:01.330590479 -0700
***************
*** 42,50 ****
<path android:fillColor="#ffff903e" android:pathData="M39.6175,3.2591C39.6175,3.2591 38.4374,0.8609 34.2722,0.3127L31.4954,0.4498C31.4954,0.4498 35.9383,0.2442 38.0903,3.3276L39.6175,3.2591Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M31.9119,4.9721H45.7959C45.7959,4.9721 43.6439,3.122 38.9233,3.1906C34.2027,3.2591 31.9119,4.9721 31.9119,4.9721Z" android:fillType="evenOdd" />
<path android:fillColor="#ff7687b2" android:pathData="M29.2613,7.6056C29.1277,8.676 28.2791,9.4537 27.3658,9.3427C26.4526,9.2317 25.8205,8.2739 25.9541,7.2035C26.0877,6.1331 26.9363,5.3554 27.8495,5.4664C28.7628,5.5774 29.3948,6.5352 29.2613,7.6056Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M28.5744,7.5475C28.4795,8.308 27.8765,8.8606 27.2277,8.7818C26.5788,8.7029 26.1297,8.0224 26.2246,7.2618C26.3195,6.5013 26.9224,5.9486 27.5714,6.0275C28.2202,6.1064 28.6693,6.7869 28.5744,7.5475Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff903e" android:pathData="M28.2002,7.5068C28.1323,8.0514 27.7005,8.4472 27.2358,8.3907C26.771,8.3342 26.4494,7.8468 26.5174,7.3022C26.5854,6.7575 27.0172,6.3618 27.4819,6.4182C27.9466,6.4747 28.2682,6.9621 28.2002,7.5068Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M31.2419,2.0453C31.3373,2.231 31.2484,2.4647 31.0432,2.5674C30.8381,2.6702 30.5944,2.603 30.499,2.4174C30.4036,2.2318 30.4925,1.998 30.6977,1.8953C30.9028,1.7925 31.1465,1.8597 31.2419,2.0453Z" android:fillType="evenOdd" />
<path android:fillColor="#ffc5cedd" android:pathData="M41.4655,23.4734L42.9213,25.9623C43.0103,26.1144 43.0103,26.3018 42.9213,26.454L41.4655,28.9428C41.3766,29.095 41.2121,29.1887 41.0341,29.1887H38.1225C37.9445,29.1887 37.78,29.095 37.691,28.9428L36.2352,26.454C36.1462,26.3018 36.1462,26.1144 36.2352,25.9623L37.691,23.4734C37.78,23.3212 37.9445,23.2275 38.1225,23.2275H41.0341C41.2121,23.2275 41.3766,23.3212 41.4655,23.4734Z" android:fillType="evenOdd" />
<path android:fillColor="#ffebeff7" android:pathData="M40.1425,27.5962C39.3412,27.9594 38.3934,27.6127 38.0254,26.8219C37.6575,26.031 38.0088,25.0954 38.81,24.7323C39.6112,24.3691 40.5591,24.7158 40.927,25.5067C41.295,26.2975 40.9437,27.2331 40.1425,27.5962Z" android:fillType="evenOdd" />
</group>
--- 42,50 ----
<path android:fillColor="#ffff903e" android:pathData="M39.6175,3.2591C39.6175,3.2591 38.4374,0.8609 34.2722,0.3127L31.4954,0.4498C31.4954,0.4498 35.9383,0.2442 38.0903,3.3276L39.6175,3.2591Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M31.9119,4.9721H45.7959C45.7959,4.9721 43.6439,3.122 38.9233,3.1906C34.2027,3.2591 31.9119,4.9721 31.9119,4.9721Z" android:fillType="evenOdd" />
<path android:fillColor="#ff7687b2" android:pathData="M29.2613,7.6056C29.1277,8.676 28.2791,9.4537 27.3658,9.3427C26.4526,9.2317 25.8205,8.2739 25.9541,7.2035C26.0877,6.1331 26.9363,5.3554 27.8495,5.4664C28.7628,5.5774 29.3948,6.5352 29.2613,7.6056Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M28.5744,7.5475C28.4795,8.308 27.8765,8.8606 27.2277,8.7818C26.5788,8.7029 26.1297,8.0224 26.2246,7.2618C26.3195,6.5013 26.9224,5.9486 27.5714,6.0275C28.2202,6.1064 28.6693,6.7869 28.5744,7.5475Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff903e" android:pathData="M28.2002,7.5068C28.1323,8.0514 27.7005,8.4472 27.2358,8.3907C26.771,8.3342 26.4494,7.8468 26.5174,7.3022C26.5854,6.7575 27.0172,6.3618 27.4819,6.4182C27.9466,6.4747 28.2682,6.9621 28.2002,7.5068Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M31.2419,2.0453C31.3373,2.231 31.2484,2.4647 31.0432,2.5674C30.8381,2.6702 30.5944,2.603 30.499,2.4174C30.4036,2.2318 30.4925,1.998 30.6977,1.8953C30.9028,1.7925 31.1465,1.8597 31.2419,2.0453Z" android:fillType="evenOdd" />
<path android:fillColor="#ffc5cedd" android:pathData="M41.4655,23.4734L42.9213,25.9623C43.0103,26.1144 43.0103,26.3018 42.9213,26.454L41.4655,28.9428C41.3766,29.095 41.2121,29.1887 41.0341,29.1887H38.1225C37.9445,29.1887 37.78,29.095 37.691,28.9428L36.2352,26.454C36.1462,26.3018 36.1462,26.1144 36.2352,25.9623L37.691,23.4734C37.78,23.3212 37.9445,23.2275 38.1225,23.2275H41.0341C41.2121,23.2275 41.3766,23.3212 41.4655,23.4734Z" android:fillType="evenOdd" />
<path android:fillColor="#ffebeff7" android:pathData="M40.1425,27.5962C39.3412,27.9594 38.3934,27.6127 38.0254,26.8219C37.6575,26.031 38.0088,25.0954 38.81,24.7323C39.6112,24.3691 40.5591,24.7158 40.927,25.5067C41.295,26.2975 40.9437,27.2331 40.1425,27.5962Z" android:fillType="evenOdd" />
</group>
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_premium_guild_subscription_purchase_header_tier_1.xml to/res/drawable-anydpi-v24/img_premium_guild_subscription_purchase_header_tier_1.xml
*** from/res/drawable-anydpi-v24/img_premium_guild_subscription_purchase_header_tier_1.xml 2021-01-02 17:58:42.700416320 -0700
--- to/res/drawable-anydpi-v24/img_premium_guild_subscription_purchase_header_tier_1.xml 2021-01-11 15:14:01.243591782 -0700
***************
*** 64,72 ****
<path android:fillColor="#ffff903e" android:pathData="M113.78,20.243C113.78,20.243 111.165,14.913 101.936,13.695L95.784,14C95.784,14 105.628,13.543 110.396,20.395L113.78,20.243Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M96.706,24.049H127.469C127.469,24.049 122.701,19.938 112.242,20.09C101.782,20.243 96.706,24.049 96.706,24.049Z" android:fillType="evenOdd" />
<path android:fillColor="#ff7687b2" android:pathData="M90.834,29.901C90.538,32.28 88.658,34.008 86.634,33.762C84.611,33.515 83.21,31.387 83.506,29.008C83.802,26.629 85.683,24.901 87.706,25.148C89.729,25.394 91.13,27.523 90.834,29.901Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M89.312,29.772C89.102,31.462 87.766,32.69 86.328,32.515C84.891,32.34 83.895,30.827 84.106,29.137C84.316,27.447 85.652,26.219 87.09,26.395C88.527,26.57 89.522,28.082 89.312,29.772Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff903e" android:pathData="M88.483,29.682C88.332,30.892 87.375,31.772 86.346,31.646C85.316,31.521 84.603,30.438 84.754,29.227C84.905,28.017 85.861,27.137 86.891,27.263C87.921,27.388 88.633,28.472 88.483,29.682Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M95.222,17.545C95.434,17.958 95.237,18.477 94.782,18.705C94.327,18.934 93.788,18.785 93.576,18.372C93.365,17.96 93.562,17.44 94.016,17.212C94.471,16.983 95.011,17.133 95.222,17.545Z" android:fillType="evenOdd" />
<path android:fillColor="#ffc5cedd" android:pathData="M117.875,65.163L121.1,70.694C121.298,71.032 121.298,71.449 121.1,71.787L117.875,77.317C117.678,77.656 117.313,77.864 116.919,77.864H110.468C110.073,77.864 109.709,77.656 109.512,77.317L106.286,71.787C106.089,71.449 106.089,71.032 106.286,70.694L109.512,65.163C109.709,64.825 110.073,64.617 110.468,64.617H116.919C117.313,64.617 117.678,64.825 117.875,65.163Z" android:fillType="evenOdd" />
<path android:fillColor="#ffebeff7" android:pathData="M114.943,74.325C113.168,75.132 111.068,74.362 110.252,72.604C109.437,70.847 110.215,68.768 111.991,67.961C113.766,67.154 115.866,67.924 116.681,69.682C117.497,71.439 116.718,73.518 114.943,74.325Z" android:fillType="evenOdd" />
</group>
--- 64,72 ----
<path android:fillColor="#ffff903e" android:pathData="M113.78,20.243C113.78,20.243 111.165,14.913 101.936,13.695L95.784,14C95.784,14 105.628,13.543 110.396,20.395L113.78,20.243Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M96.706,24.049H127.469C127.469,24.049 122.701,19.938 112.242,20.09C101.782,20.243 96.706,24.049 96.706,24.049Z" android:fillType="evenOdd" />
<path android:fillColor="#ff7687b2" android:pathData="M90.834,29.901C90.538,32.28 88.658,34.008 86.634,33.762C84.611,33.515 83.21,31.387 83.506,29.008C83.802,26.629 85.683,24.901 87.706,25.148C89.729,25.394 91.13,27.523 90.834,29.901Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M89.312,29.772C89.102,31.462 87.766,32.69 86.328,32.515C84.891,32.34 83.895,30.827 84.106,29.137C84.316,27.447 85.652,26.219 87.09,26.395C88.527,26.57 89.522,28.082 89.312,29.772Z" android:fillType="evenOdd" />
<path android:fillColor="#ffff903e" android:pathData="M88.483,29.682C88.332,30.892 87.375,31.772 86.346,31.646C85.316,31.521 84.603,30.438 84.754,29.227C84.905,28.017 85.861,27.137 86.891,27.263C87.921,27.388 88.633,28.472 88.483,29.682Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M95.222,17.545C95.434,17.958 95.237,18.477 94.782,18.705C94.327,18.934 93.788,18.785 93.576,18.372C93.365,17.96 93.562,17.44 94.016,17.212C94.471,16.983 95.011,17.133 95.222,17.545Z" android:fillType="evenOdd" />
<path android:fillColor="#ffc5cedd" android:pathData="M117.875,65.163L121.1,70.694C121.298,71.032 121.298,71.449 121.1,71.787L117.875,77.317C117.678,77.656 117.313,77.864 116.919,77.864H110.468C110.073,77.864 109.709,77.656 109.512,77.317L106.286,71.787C106.089,71.449 106.089,71.032 106.286,70.694L109.512,65.163C109.709,64.825 110.073,64.617 110.468,64.617H116.919C117.313,64.617 117.678,64.825 117.875,65.163Z" android:fillType="evenOdd" />
<path android:fillColor="#ffebeff7" android:pathData="M114.943,74.325C113.168,75.132 111.068,74.362 110.252,72.604C109.437,70.847 110.215,68.768 111.991,67.961C113.766,67.154 115.866,67.924 116.681,69.682C117.497,71.439 116.718,73.518 114.943,74.325Z" android:fillType="evenOdd" />
</group>
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_premium_subscription_header_logo.xml to/res/drawable-anydpi-v24/img_premium_subscription_header_logo.xml
*** from/res/drawable-anydpi-v24/img_premium_subscription_header_logo.xml 2021-01-02 17:58:42.702416289 -0700
--- to/res/drawable-anydpi-v24/img_premium_subscription_header_logo.xml 2021-01-11 15:14:01.528587514 -0700
***************
*** 1,12 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="76.0dip" android:width="185.0dip" android:viewportWidth="78.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M72.2872,19.3763L71.3626,25.5413C71.1502,26.9985 69.4918,27.6764 67.965,27.6764C66.5404,27.6764 65.1453,26.9985 65.3308,25.6721L66.2555,19.3763C66.4678,17.9992 68.1263,17.2919 69.6531,17.2919C71.1771,17.2919 72.4996,17.9992 72.2872,19.3763ZM70.3788,13.0511H60.4468C60.1888,13.0511 59.9764,13.2326 59.9415,13.4808L59.4576,16.7395C59.4146,17.0464 59.6485,17.3159 59.963,17.3159H61.7747C61.9574,17.3159 62.0838,17.4974 62.0085,17.6655C61.78,18.1913 61.6187,18.7598 61.5247,19.3709L60.6,25.6667C60.006,29.8942 63.5648,31.9999 67.4328,31.9999C71.4916,31.9999 75.4698,29.8942 76.08,25.6747L77.0046,19.3789C77.6013,15.2449 74.1661,13.1392 70.3788,13.0511ZM11.2303,21.3219L11.2813,24.3456C11.2813,24.4124 11.2383,24.4631 11.1792,24.4764L10.1524,20.8335C10.1524,20.8254 10.1524,20.8201 10.1443,20.8201L6.9672,13.3554C6.8865,13.1659 6.7091,13.0485 6.5048,13.0485H2.9003C2.6503,13.0485 2.446,13.2299 2.4084,13.4781L0.008,30.7001C-0.035,30.9991 0.1989,31.2686 0.4999,31.2686H4.0884C4.3383,31.2686 4.5507,31.0871 4.5803,30.8389L5.521,23.996C5.521,23.988 5.521,23.9827 5.521,23.9747L5.47,20.4625L5.5721,20.4331L6.65,24.0761C6.65,24.0841 6.65,24.0841 6.6581,24.0894L9.6309,30.9617C9.7116,31.1432 9.889,31.2606 10.0852,31.2606H13.9747C14.2247,31.2606 14.437,31.0791 14.4666,30.8309L16.875,13.6116C16.918,13.3207 16.6841,13.0511 16.3831,13.0511H12.8162C12.5662,13.0511 12.3538,13.2326 12.3243,13.4808L11.2303,21.3005C11.2303,21.3085 11.2303,21.3138 11.2303,21.3219ZM18.1383,31.2713H21.9122C22.1756,31.2713 22.3961,31.0898 22.4337,30.8416L24.9577,13.6196C24.9953,13.3207 24.7534,13.0511 24.4362,13.0511H20.6623C20.3989,13.0511 20.1785,13.2326 20.1409,13.4808L17.6169,30.7028C17.5792,31.0017 17.8211,31.2713 18.1383,31.2713ZM27.651,13.4728L27.1672,16.6941C27.1242,16.993 27.3661,17.2626 27.6725,17.2626H31.5566C31.8711,17.2626 32.1076,17.5321 32.062,17.831L30.2341,30.7028C30.1965,31.0017 30.433,31.2713 30.7475,31.2713H34.5134C34.7714,31.2713 34.9918,31.0898 35.0187,30.8416L36.8842,17.6949C36.9218,17.4467 37.1341,17.2652 37.3895,17.2652H41.5666C41.8246,17.2652 42.037,17.0837 42.0719,16.8435L42.5557,13.6303C42.6068,13.3234 42.373,13.0538 42.0558,13.0538H28.1537C27.9064,13.0511 27.686,13.2326 27.651,13.4728ZM53.8774,19.4056C53.7457,20.4625 52.9017,21.5193 51.4475,21.5193H49.2676C48.9585,21.5193 48.7165,21.2498 48.7622,20.9509L49.2246,17.7803C49.2541,17.5321 49.4745,17.3506 49.7299,17.3506H52.0577C53.45,17.3506 54.0091,18.2981 53.8774,19.4056ZM52.5845,13.0511H45.5609C45.3028,13.0511 45.0905,13.2326 45.0555,13.4808L42.5826,30.7028C42.5396,31.0017 42.7735,31.2713 43.088,31.2713H46.8323C47.0903,31.2713 47.3027,31.0898 47.3376,30.8416L48.0634,25.6961C48.0768,25.5733 48.187,25.4772 48.3214,25.4772H48.8053C48.894,25.4772 48.9746,25.5199 49.0176,25.5947L52.5926,31.0391C52.6867,31.1859 52.8506,31.2713 53.0253,31.2713H57.6486C58.0599,31.2713 58.3099,30.8202 58.068,30.484L54.3183,25.2584C54.2295,25.1356 54.2752,24.9595 54.4123,24.8928C56.8046,23.7478 58.1997,22.5815 58.6539,19.3309C59.1835,15.0554 56.4391,13.0511 52.5845,13.0511Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M9.4535,0.1128H7.3757V8.2688H9.4535V0.1128Z" />
! <path android:fillColor="#ffffffff" android:pathData="M6.2656,5.5873V2.8438C6.2656,0.9435 4.7227,0.1162 3.0777,0.1162H0V3.543L2.0482,5.3685V2.0404H3.1422C3.8384,2.0404 4.1744,2.374 4.1744,2.9025V5.4485C4.1744,5.9796 3.8492,6.3346 3.1422,6.3346H0V8.2695H3.0723C4.7227,8.2802 6.2656,7.4635 6.2656,5.5873Z" />
! <path android:fillColor="#ffffffff" android:pathData="M20.3345,8.3855C21.3666,8.3855 22.6085,7.8784 23.2912,6.5547L21.4822,5.7246C21.0306,6.8536 19.1733,6.5787 19.1733,5.5992V2.7863C19.1733,1.7721 21.0038,1.5399 21.5628,2.5567L23.2563,1.8789C22.595,0.427 21.3774,0 20.3694,0C18.7217,0 17.0955,0.9448 17.0955,2.7863V5.5965C17.1008,7.4541 18.7217,8.3855 20.3345,8.3855Z" />
! <path android:fillColor="#ffffffff" android:pathData="M45.5098,2.8403C45.5098,0.9401 43.9669,0.1128 42.3192,0.1128H39.2468V3.5396L41.2951,5.3651V2.037H42.3891C43.0852,2.037 43.4212,2.3706 43.4212,2.8991V5.4451C43.4212,5.9762 43.096,6.3312 42.3891,6.3312H39.2468V8.2661H42.3192C43.9642,8.2768 45.5098,7.4601 45.5098,5.5839V2.8403Z" />
! <path android:fillColor="#ffffffff" android:pathData="M11.6711,5.69L10.3594,6.9123C11.1254,7.8917 12.1684,8.3855 13.1549,8.3855C14.6601,8.3855 16.3347,7.5234 16.4046,5.9435C16.4987,3.9392 15.0337,3.4321 13.5742,3.1679C12.9371,3.0291 12.5044,2.7996 12.4829,2.4073C12.5151,1.4625 13.9881,1.4278 14.8483,2.3379L16.2057,1.2997C15.359,0.2776 14.3967,0 13.3968,0C11.8915,0 10.4266,0.8407 10.4266,2.442C10.4266,3.9979 11.6308,4.8279 12.9559,5.0361C13.6306,5.1295 14.3832,5.391 14.3591,5.8528C14.3026,6.7255 12.4936,6.6774 11.6711,5.69Z" />
! <path android:fillColor="#ffffffff" android:pathData="M27.2614,8.3855C28.9682,8.3855 30.6589,7.4541 30.6589,5.5885V2.7969C30.6589,0.9314 28.9521,0 27.2479,0C25.5411,0 23.8503,0.9234 23.8503,2.7969V5.5832C23.8503,7.4541 25.5545,8.3855 27.2614,8.3855ZM25.9281,2.7969C25.9281,2.1964 26.5786,1.8735 27.2264,1.8735C27.9011,1.8735 28.5838,2.1591 28.5838,2.7969V5.5832C28.5838,6.1704 27.9226,6.4693 27.2587,6.4693C26.5974,6.4693 25.9254,6.1837 25.9254,5.5832V2.7969H25.9281Z" />
! <path android:fillColor="#ffffffff" android:pathData="M33.8603,5.6773H34.2312L36.1316,8.2661H38.7201L36.481,5.4691C37.481,5.1596 38.0938,4.3055 38.0938,2.7976C38.0481,0.8868 36.7364,0.1128 35.043,0.1128H31.761V8.2714H33.863V5.6773H33.8603ZM33.8603,2.0397H35.0779C36.3897,2.0397 36.3897,3.9052 35.0779,3.9052H33.8603V2.0397Z" />
</vector>
\ No newline at end of file
--- 1,12 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="76.0dip" android:width="185.0dip" android:viewportWidth="78.0" android:viewportHeight="32.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M72.2872,19.3763L71.3626,25.5413C71.1502,26.9985 69.4918,27.6764 67.965,27.6764C66.5404,27.6764 65.1453,26.9985 65.3308,25.6721L66.2555,19.3763C66.4678,17.9992 68.1263,17.2919 69.6531,17.2919C71.1771,17.2919 72.4996,17.9992 72.2872,19.3763ZM70.3788,13.0511H60.4468C60.1888,13.0511 59.9764,13.2326 59.9415,13.4808L59.4576,16.7395C59.4146,17.0464 59.6485,17.3159 59.963,17.3159H61.7747C61.9574,17.3159 62.0838,17.4974 62.0085,17.6655C61.78,18.1913 61.6187,18.7598 61.5247,19.3709L60.6,25.6667C60.006,29.8942 63.5648,31.9999 67.4328,31.9999C71.4916,31.9999 75.4698,29.8942 76.08,25.6747L77.0046,19.3789C77.6013,15.2449 74.1661,13.1392 70.3788,13.0511ZM11.2303,21.3219L11.2813,24.3456C11.2813,24.4124 11.2383,24.4631 11.1792,24.4764L10.1524,20.8335C10.1524,20.8254 10.1524,20.8201 10.1443,20.8201L6.9672,13.3554C6.8865,13.1659 6.7091,13.0485 6.5048,13.0485H2.9003C2.6503,13.0485 2.446,13.2299 2.4084,13.4781L0.008,30.7001C-0.035,30.9991 0.1989,31.2686 0.4999,31.2686H4.0884C4.3383,31.2686 4.5507,31.0871 4.5803,30.8389L5.521,23.996C5.521,23.988 5.521,23.9827 5.521,23.9747L5.47,20.4625L5.5721,20.4331L6.65,24.0761C6.65,24.0841 6.65,24.0841 6.6581,24.0894L9.6309,30.9617C9.7116,31.1432 9.889,31.2606 10.0852,31.2606H13.9747C14.2247,31.2606 14.437,31.0791 14.4666,30.8309L16.875,13.6116C16.918,13.3207 16.6841,13.0511 16.3831,13.0511H12.8162C12.5662,13.0511 12.3538,13.2326 12.3243,13.4808L11.2303,21.3005C11.2303,21.3085 11.2303,21.3138 11.2303,21.3219ZM18.1383,31.2713H21.9122C22.1756,31.2713 22.3961,31.0898 22.4337,30.8416L24.9577,13.6196C24.9953,13.3207 24.7534,13.0511 24.4362,13.0511H20.6623C20.3989,13.0511 20.1785,13.2326 20.1409,13.4808L17.6169,30.7028C17.5792,31.0017 17.8211,31.2713 18.1383,31.2713ZM27.651,13.4728L27.1672,16.6941C27.1242,16.993 27.3661,17.2626 27.6725,17.2626H31.5566C31.8711,17.2626 32.1076,17.5321 32.062,17.831L30.2341,30.7028C30.1965,31.0017 30.433,31.2713 30.7475,31.2713H34.5134C34.7714,31.2713 34.9918,31.0898 35.0187,30.8416L36.8842,17.6949C36.9218,17.4467 37.1341,17.2652 37.3895,17.2652H41.5666C41.8246,17.2652 42.037,17.0837 42.0719,16.8435L42.5557,13.6303C42.6068,13.3234 42.373,13.0538 42.0558,13.0538H28.1537C27.9064,13.0511 27.686,13.2326 27.651,13.4728ZM53.8774,19.4056C53.7457,20.4625 52.9017,21.5193 51.4475,21.5193H49.2676C48.9585,21.5193 48.7165,21.2498 48.7622,20.9509L49.2246,17.7803C49.2541,17.5321 49.4745,17.3506 49.7299,17.3506H52.0577C53.45,17.3506 54.0091,18.2981 53.8774,19.4056ZM52.5845,13.0511H45.5609C45.3028,13.0511 45.0905,13.2326 45.0555,13.4808L42.5826,30.7028C42.5396,31.0017 42.7735,31.2713 43.088,31.2713H46.8323C47.0903,31.2713 47.3027,31.0898 47.3376,30.8416L48.0634,25.6961C48.0768,25.5733 48.187,25.4772 48.3214,25.4772H48.8053C48.894,25.4772 48.9746,25.5199 49.0176,25.5947L52.5926,31.0391C52.6867,31.1859 52.8506,31.2713 53.0253,31.2713H57.6486C58.0599,31.2713 58.3099,30.8202 58.068,30.484L54.3183,25.2584C54.2295,25.1356 54.2752,24.9595 54.4123,24.8928C56.8046,23.7478 58.1997,22.5815 58.6539,19.3309C59.1835,15.0554 56.4391,13.0511 52.5845,13.0511Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M9.4535,0.1128H7.3757V8.2688H9.4535V0.1128Z" />
! <path android:fillColor="@color/white" android:pathData="M6.2656,5.5873V2.8438C6.2656,0.9435 4.7227,0.1162 3.0777,0.1162H0V3.543L2.0482,5.3685V2.0404H3.1422C3.8384,2.0404 4.1744,2.374 4.1744,2.9025V5.4485C4.1744,5.9796 3.8492,6.3346 3.1422,6.3346H0V8.2695H3.0723C4.7227,8.2802 6.2656,7.4635 6.2656,5.5873Z" />
! <path android:fillColor="@color/white" android:pathData="M20.3345,8.3855C21.3666,8.3855 22.6085,7.8784 23.2912,6.5547L21.4822,5.7246C21.0306,6.8536 19.1733,6.5787 19.1733,5.5992V2.7863C19.1733,1.7721 21.0038,1.5399 21.5628,2.5567L23.2563,1.8789C22.595,0.427 21.3774,0 20.3694,0C18.7217,0 17.0955,0.9448 17.0955,2.7863V5.5965C17.1008,7.4541 18.7217,8.3855 20.3345,8.3855Z" />
! <path android:fillColor="@color/white" android:pathData="M45.5098,2.8403C45.5098,0.9401 43.9669,0.1128 42.3192,0.1128H39.2468V3.5396L41.2951,5.3651V2.037H42.3891C43.0852,2.037 43.4212,2.3706 43.4212,2.8991V5.4451C43.4212,5.9762 43.096,6.3312 42.3891,6.3312H39.2468V8.2661H42.3192C43.9642,8.2768 45.5098,7.4601 45.5098,5.5839V2.8403Z" />
! <path android:fillColor="@color/white" android:pathData="M11.6711,5.69L10.3594,6.9123C11.1254,7.8917 12.1684,8.3855 13.1549,8.3855C14.6601,8.3855 16.3347,7.5234 16.4046,5.9435C16.4987,3.9392 15.0337,3.4321 13.5742,3.1679C12.9371,3.0291 12.5044,2.7996 12.4829,2.4073C12.5151,1.4625 13.9881,1.4278 14.8483,2.3379L16.2057,1.2997C15.359,0.2776 14.3967,0 13.3968,0C11.8915,0 10.4266,0.8407 10.4266,2.442C10.4266,3.9979 11.6308,4.8279 12.9559,5.0361C13.6306,5.1295 14.3832,5.391 14.3591,5.8528C14.3026,6.7255 12.4936,6.6774 11.6711,5.69Z" />
! <path android:fillColor="@color/white" android:pathData="M27.2614,8.3855C28.9682,8.3855 30.6589,7.4541 30.6589,5.5885V2.7969C30.6589,0.9314 28.9521,0 27.2479,0C25.5411,0 23.8503,0.9234 23.8503,2.7969V5.5832C23.8503,7.4541 25.5545,8.3855 27.2614,8.3855ZM25.9281,2.7969C25.9281,2.1964 26.5786,1.8735 27.2264,1.8735C27.9011,1.8735 28.5838,2.1591 28.5838,2.7969V5.5832C28.5838,6.1704 27.9226,6.4693 27.2587,6.4693C26.5974,6.4693 25.9254,6.1837 25.9254,5.5832V2.7969H25.9281Z" />
! <path android:fillColor="@color/white" android:pathData="M33.8603,5.6773H34.2312L36.1316,8.2661H38.7201L36.481,5.4691C37.481,5.1596 38.0938,4.3055 38.0938,2.7976C38.0481,0.8868 36.7364,0.1128 35.043,0.1128H31.761V8.2714H33.863V5.6773H33.8603ZM33.8603,2.0397H35.0779C36.3897,2.0397 36.3897,3.9052 35.0779,3.9052H33.8603V2.0397Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_tag_upsell.xml to/res/drawable-anydpi-v24/img_tag_upsell.xml
*** from/res/drawable-anydpi-v24/img_tag_upsell.xml 2021-01-02 17:58:42.707416213 -0700
--- to/res/drawable-anydpi-v24/img_tag_upsell.xml 2021-01-11 15:14:01.462588503 -0700
***************
*** 1,14 ****
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="80.0dip" android:width="120.0dip" android:viewportWidth="120.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="#ffffffff" android:pathData="M108.874,38.253C108.641,38.253 108.451,38.442 108.451,38.675C108.451,39.579 107.718,40.313 106.814,40.313H106.814C106.58,40.313 106.391,40.501 106.391,40.735C106.391,40.969 106.58,41.158 106.814,41.158H106.814C107.718,41.158 108.451,41.891 108.451,42.795C108.451,43.028 108.641,43.217 108.874,43.217C109.107,43.217 109.296,43.028 109.296,42.795C109.296,41.891 110.029,41.158 110.933,41.158C111.167,41.158 111.356,40.969 111.356,40.735C111.356,40.501 111.167,40.313 110.933,40.313C110.029,40.313 109.296,39.579 109.296,38.675C109.296,38.442 109.107,38.253 108.874,38.253Z" android:fillType="evenOdd" />
<path android:fillColor="#ff7687b2" android:pathData="M24.367,27.858C24.367,27.24 24.546,26.668 24.837,26.168H21.831C20.899,26.168 20.141,26.926 20.141,27.858V59.126C20.141,60.058 20.899,60.816 21.831,60.816H24.837C24.546,60.317 24.367,59.744 24.367,59.126V27.858Z" android:fillType="evenOdd" />
<path android:fillColor="#ffe3e7f8" android:pathData="M93.662,26.168H89.437H27.747C26.815,26.168 26.057,26.926 26.057,27.858V59.126C26.057,60.058 26.815,60.816 27.747,60.816H89.437H93.662C94.594,60.816 95.352,60.058 95.352,59.126V27.858C95.352,26.926 94.594,26.168 93.662,26.168Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M21.831,60.816C20.898,60.816 20.141,60.059 20.141,59.126V27.858C20.141,26.926 20.898,26.168 21.831,26.168H22.789C23.698,26.168 24.372,26.931 24.366,27.84C24.366,27.846 24.366,27.853 24.366,27.858V59.126C24.366,59.132 24.366,59.139 24.366,59.145C24.372,60.054 23.698,60.816 22.789,60.816H21.831ZM95.352,59.126C95.352,60.058 94.594,60.816 93.662,60.816H89.437H27.747C26.815,60.816 26.057,60.058 26.057,59.126V27.858C26.057,26.926 26.815,26.168 27.747,26.168H89.437H93.662C94.594,26.168 95.352,26.926 95.352,27.858V59.126ZM93.662,24.478H89.437H27.747H21.831C19.967,24.478 18.451,25.994 18.451,27.858V59.126C18.451,60.99 19.967,62.506 21.831,62.506H27.747H89.437H93.662C95.526,62.506 97.043,60.99 97.043,59.126V27.858C97.043,25.994 95.526,24.478 93.662,24.478Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M21.727,14.5C21.851,14.5 21.974,14.446 22.057,14.342L22.844,13.362C22.99,13.181 22.961,12.915 22.779,12.769C22.598,12.623 22.331,12.652 22.185,12.833L21.399,13.813C21.252,13.995 21.281,14.261 21.463,14.407C21.541,14.469 21.634,14.5 21.727,14.5Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M18.225,16.925L17.438,17.904C17.292,18.086 17.321,18.351 17.503,18.498C17.581,18.561 17.674,18.591 17.767,18.591C17.891,18.591 18.014,18.537 18.097,18.433L18.883,17.454C19.03,17.272 19.001,17.006 18.819,16.86C18.638,16.715 18.371,16.743 18.225,16.925Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M22.99,17.761L22.14,16.823C21.983,16.65 21.716,16.637 21.544,16.793C21.369,16.95 21.357,17.217 21.513,17.39L22.363,18.328C22.446,18.42 22.561,18.466 22.676,18.466C22.777,18.466 22.879,18.43 22.96,18.358C23.133,18.201 23.147,17.934 22.99,17.761Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M18.455,14.583C18.557,14.583 18.658,14.546 18.739,14.474C18.913,14.317 18.925,14.05 18.769,13.877L17.919,12.939C17.763,12.765 17.496,12.753 17.322,12.91C17.149,13.066 17.135,13.333 17.293,13.506L18.142,14.443C18.226,14.536 18.341,14.583 18.455,14.583Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M48.02,51.378H48.686C48.871,51.378 49.005,51.556 48.953,51.734L47.732,55.973C47.698,56.093 47.589,56.175 47.465,56.175H46.752C46.631,56.175 46.524,56.096 46.487,55.981L46.129,54.868C46.125,54.854 46.122,54.84 46.119,54.826L45.953,53.75H45.932L45.752,54.826C45.751,54.836 45.748,54.846 45.746,54.855L45.428,55.973C45.394,56.092 45.284,56.175 45.16,56.175H44.455C44.331,56.175 44.222,56.093 44.187,55.974L42.96,51.734C42.909,51.556 43.042,51.378 43.228,51.378H43.899C44.028,51.378 44.139,51.466 44.169,51.59L44.682,53.658C44.685,53.669 44.687,53.681 44.688,53.692L44.808,54.691H44.842L44.954,53.709C44.956,53.691 44.96,53.674 44.966,53.656L45.43,52.196C45.468,52.081 45.575,52.002 45.696,52.002H46.205C46.329,52.002 46.438,52.083 46.472,52.202L46.903,53.671C46.907,53.683 46.909,53.695 46.911,53.707L47.064,54.691H47.084L47.218,53.704C47.219,53.694 47.221,53.684 47.224,53.674L47.749,51.589C47.78,51.465 47.892,51.378 48.02,51.378Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M52.195,54.569C52.195,55.342 53.564,55.342 53.571,54.569V51.657C53.571,51.503 53.695,51.378 53.85,51.378H54.519C54.672,51.378 54.798,51.503 54.798,51.657V54.569C54.791,56.819 50.963,56.819 50.97,54.569V51.657C50.97,51.503 51.094,51.378 51.248,51.378H51.917C52.071,51.378 52.195,51.503 52.195,51.657V54.569Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M57.248,51.378H57.998C58.11,51.378 58.21,51.445 58.254,51.547L58.936,53.13C59.033,53.354 59.35,53.355 59.448,53.131L60.135,51.547C60.179,51.444 60.279,51.378 60.39,51.378H61.141C61.295,51.378 61.42,51.504 61.42,51.657V55.896C61.42,56.05 61.295,56.175 61.141,56.175H60.48C60.326,56.175 60.201,56.049 60.202,55.895L60.207,54.804C60.207,54.797 60.207,54.79 60.208,54.783L60.282,53.825L60.241,53.818L59.679,55.285C59.639,55.393 59.535,55.464 59.42,55.464H58.968C58.854,55.464 58.75,55.393 58.709,55.287L58.134,53.818L58.1,53.825L58.181,54.782C58.181,54.789 58.182,54.797 58.182,54.805V55.896C58.182,56.05 58.057,56.175 57.903,56.175H57.248C57.094,56.175 56.969,56.05 56.969,55.896V51.657C56.969,51.504 57.094,51.378 57.248,51.378Z" android:fillType="evenOdd" />
--- 1,14 ----
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="80.0dip" android:width="120.0dip" android:viewportWidth="120.0" android:viewportHeight="80.0"
xmlns:android="http://schemas.android.com/apk/res/android">
! <path android:fillColor="@color/white" android:pathData="M108.874,38.253C108.641,38.253 108.451,38.442 108.451,38.675C108.451,39.579 107.718,40.313 106.814,40.313H106.814C106.58,40.313 106.391,40.501 106.391,40.735C106.391,40.969 106.58,41.158 106.814,41.158H106.814C107.718,41.158 108.451,41.891 108.451,42.795C108.451,43.028 108.641,43.217 108.874,43.217C109.107,43.217 109.296,43.028 109.296,42.795C109.296,41.891 110.029,41.158 110.933,41.158C111.167,41.158 111.356,40.969 111.356,40.735C111.356,40.501 111.167,40.313 110.933,40.313C110.029,40.313 109.296,39.579 109.296,38.675C109.296,38.442 109.107,38.253 108.874,38.253Z" android:fillType="evenOdd" />
<path android:fillColor="#ff7687b2" android:pathData="M24.367,27.858C24.367,27.24 24.546,26.668 24.837,26.168H21.831C20.899,26.168 20.141,26.926 20.141,27.858V59.126C20.141,60.058 20.899,60.816 21.831,60.816H24.837C24.546,60.317 24.367,59.744 24.367,59.126V27.858Z" android:fillType="evenOdd" />
<path android:fillColor="#ffe3e7f8" android:pathData="M93.662,26.168H89.437H27.747C26.815,26.168 26.057,26.926 26.057,27.858V59.126C26.057,60.058 26.815,60.816 27.747,60.816H89.437H93.662C94.594,60.816 95.352,60.058 95.352,59.126V27.858C95.352,26.926 94.594,26.168 93.662,26.168Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M21.831,60.816C20.898,60.816 20.141,60.059 20.141,59.126V27.858C20.141,26.926 20.898,26.168 21.831,26.168H22.789C23.698,26.168 24.372,26.931 24.366,27.84C24.366,27.846 24.366,27.853 24.366,27.858V59.126C24.366,59.132 24.366,59.139 24.366,59.145C24.372,60.054 23.698,60.816 22.789,60.816H21.831ZM95.352,59.126C95.352,60.058 94.594,60.816 93.662,60.816H89.437H27.747C26.815,60.816 26.057,60.058 26.057,59.126V27.858C26.057,26.926 26.815,26.168 27.747,26.168H89.437H93.662C94.594,26.168 95.352,26.926 95.352,27.858V59.126ZM93.662,24.478H89.437H27.747H21.831C19.967,24.478 18.451,25.994 18.451,27.858V59.126C18.451,60.99 19.967,62.506 21.831,62.506H27.747H89.437H93.662C95.526,62.506 97.043,60.99 97.043,59.126V27.858C97.043,25.994 95.526,24.478 93.662,24.478Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M21.727,14.5C21.851,14.5 21.974,14.446 22.057,14.342L22.844,13.362C22.99,13.181 22.961,12.915 22.779,12.769C22.598,12.623 22.331,12.652 22.185,12.833L21.399,13.813C21.252,13.995 21.281,14.261 21.463,14.407C21.541,14.469 21.634,14.5 21.727,14.5Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M18.225,16.925L17.438,17.904C17.292,18.086 17.321,18.351 17.503,18.498C17.581,18.561 17.674,18.591 17.767,18.591C17.891,18.591 18.014,18.537 18.097,18.433L18.883,17.454C19.03,17.272 19.001,17.006 18.819,16.86C18.638,16.715 18.371,16.743 18.225,16.925Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M22.99,17.761L22.14,16.823C21.983,16.65 21.716,16.637 21.544,16.793C21.369,16.95 21.357,17.217 21.513,17.39L22.363,18.328C22.446,18.42 22.561,18.466 22.676,18.466C22.777,18.466 22.879,18.43 22.96,18.358C23.133,18.201 23.147,17.934 22.99,17.761Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M18.455,14.583C18.557,14.583 18.658,14.546 18.739,14.474C18.913,14.317 18.925,14.05 18.769,13.877L17.919,12.939C17.763,12.765 17.496,12.753 17.322,12.91C17.149,13.066 17.135,13.333 17.293,13.506L18.142,14.443C18.226,14.536 18.341,14.583 18.455,14.583Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M48.02,51.378H48.686C48.871,51.378 49.005,51.556 48.953,51.734L47.732,55.973C47.698,56.093 47.589,56.175 47.465,56.175H46.752C46.631,56.175 46.524,56.096 46.487,55.981L46.129,54.868C46.125,54.854 46.122,54.84 46.119,54.826L45.953,53.75H45.932L45.752,54.826C45.751,54.836 45.748,54.846 45.746,54.855L45.428,55.973C45.394,56.092 45.284,56.175 45.16,56.175H44.455C44.331,56.175 44.222,56.093 44.187,55.974L42.96,51.734C42.909,51.556 43.042,51.378 43.228,51.378H43.899C44.028,51.378 44.139,51.466 44.169,51.59L44.682,53.658C44.685,53.669 44.687,53.681 44.688,53.692L44.808,54.691H44.842L44.954,53.709C44.956,53.691 44.96,53.674 44.966,53.656L45.43,52.196C45.468,52.081 45.575,52.002 45.696,52.002H46.205C46.329,52.002 46.438,52.083 46.472,52.202L46.903,53.671C46.907,53.683 46.909,53.695 46.911,53.707L47.064,54.691H47.084L47.218,53.704C47.219,53.694 47.221,53.684 47.224,53.674L47.749,51.589C47.78,51.465 47.892,51.378 48.02,51.378Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M52.195,54.569C52.195,55.342 53.564,55.342 53.571,54.569V51.657C53.571,51.503 53.695,51.378 53.85,51.378H54.519C54.672,51.378 54.798,51.503 54.798,51.657V54.569C54.791,56.819 50.963,56.819 50.97,54.569V51.657C50.97,51.503 51.094,51.378 51.248,51.378H51.917C52.071,51.378 52.195,51.503 52.195,51.657V54.569Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M57.248,51.378H57.998C58.11,51.378 58.21,51.445 58.254,51.547L58.936,53.13C59.033,53.354 59.35,53.355 59.448,53.131L60.135,51.547C60.179,51.444 60.279,51.378 60.39,51.378H61.141C61.295,51.378 61.42,51.504 61.42,51.657V55.896C61.42,56.05 61.295,56.175 61.141,56.175H60.48C60.326,56.175 60.201,56.049 60.202,55.895L60.207,54.804C60.207,54.797 60.207,54.79 60.208,54.783L60.282,53.825L60.241,53.818L59.679,55.285C59.639,55.393 59.535,55.464 59.42,55.464H58.968C58.854,55.464 58.75,55.393 58.709,55.287L58.134,53.818L58.1,53.825L58.181,54.782C58.181,54.789 58.182,54.797 58.182,54.805V55.896C58.182,56.05 58.057,56.175 57.903,56.175H57.248C57.094,56.175 56.969,56.05 56.969,55.896V51.657C56.969,51.504 57.094,51.378 57.248,51.378Z" android:fillType="evenOdd" />
***************
*** 19,25 ****
<path android:fillColor="#ff8ba4e8" android:pathData="M92.817,30.394C92.817,31.327 92.06,32.084 91.127,32.084C90.194,32.084 89.437,31.327 89.437,30.394C89.437,29.461 90.194,28.704 91.127,28.704C92.06,28.704 92.817,29.461 92.817,30.394Z" android:fillType="evenOdd" />
<path android:fillColor="#ff8ba4e8" android:pathData="M31.972,56.591C31.972,57.524 31.215,58.281 30.282,58.281C29.349,58.281 28.592,57.524 28.592,56.591C28.592,55.658 29.349,54.901 30.282,54.901C31.215,54.901 31.972,55.658 31.972,56.591Z" android:fillType="evenOdd" />
<path android:fillColor="#ff8ba4e8" android:pathData="M92.817,56.591C92.817,57.524 92.06,58.281 91.127,58.281C90.194,58.281 89.437,57.524 89.437,56.591C89.437,55.658 90.194,54.901 91.127,54.901C92.06,54.901 92.817,55.658 92.817,56.591Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M10.933,32.569C10.031,32.569 9.296,31.835 9.296,30.932C9.296,30.03 10.031,29.294 10.933,29.294C11.836,29.294 12.57,30.03 12.57,30.932C12.57,31.835 11.836,32.569 10.933,32.569ZM10.933,28.449C9.564,28.449 8.45,29.563 8.45,30.932C8.45,32.301 9.564,33.414 10.933,33.414C12.302,33.414 13.415,32.301 13.415,30.932C13.415,29.563 12.302,28.449 10.933,28.449Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M40.292,41.061L40.335,40.903C40.443,40.509 40.147,40.122 39.739,40.122H38.977C38.695,40.122 38.448,40.313 38.378,40.586L38.338,40.744C38.237,41.136 38.532,41.518 38.937,41.518H39.695C39.975,41.518 40.219,41.33 40.292,41.061ZM43.831,44.138H42.492C42.217,44.138 41.974,44.325 41.896,44.589C41.483,46.003 41.208,46.958 41.034,47.579C40.958,47.845 40.715,48.028 40.439,48.028H38.83C38.42,48.028 38.123,47.636 38.235,47.241L38.889,44.926C39,44.53 38.704,44.138 38.293,44.138H38.055C37.779,44.138 37.537,44.321 37.46,44.586L36.598,47.58C36.522,47.846 36.278,48.028 36.003,48.028H34.378C33.965,48.028 33.668,47.631 33.784,47.236L34.46,44.932C34.576,44.535 34.28,44.138 33.866,44.138H33.859C33.469,44.138 33.177,43.783 33.251,43.401L33.56,41.827C33.616,41.536 33.871,41.327 34.166,41.327H35.077C35.348,41.327 35.587,41.151 35.667,40.892C35.713,40.747 35.76,40.577 35.835,40.312H34.57C34.177,40.312 33.883,39.949 33.966,39.564L34.313,37.947C34.374,37.662 34.626,37.458 34.919,37.458H36.223C36.495,37.458 36.736,37.286 36.814,37.025C37.089,36.125 37.379,35.103 37.63,34.224C37.706,33.959 37.948,33.78 38.224,33.78H39.849C40.262,33.78 40.559,34.177 40.444,34.573L39.83,36.665C39.714,37.062 40.011,37.458 40.423,37.458H40.656C40.93,37.458 41.173,37.277 41.25,37.014L42.067,34.225C42.144,33.961 42.386,33.78 42.661,33.78H44.322C44.737,33.78 45.035,34.182 44.914,34.579L44.28,36.659C44.159,37.057 44.457,37.458 44.872,37.458H44.933C45.342,37.458 45.639,37.85 45.528,38.245L45.073,39.861C44.998,40.128 44.754,40.312 44.477,40.312H43.622C43.343,40.312 43.098,40.499 43.025,40.769L42.874,41.327H44.163C44.555,41.327 44.849,41.688 44.768,42.073L44.437,43.647C44.377,43.934 44.123,44.138 43.831,44.138Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M50.472,43.694C50.641,45.872 55.165,45.872 55.334,43.694V37.374C55.165,35.154 50.641,35.154 50.472,37.374V43.694ZM47.492,43.694V37.374C47.492,34.224 50.367,32.828 52.904,32.828C55.462,32.828 58.315,34.224 58.315,37.374V43.694C58.315,46.823 55.462,48.219 52.904,48.219C50.367,48.219 47.492,46.823 47.492,43.694Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M63.693,48.007C63.352,48.007 63.075,47.73 63.075,47.388V37.459L62.059,38.338C61.828,38.537 61.487,38.539 61.254,38.341L60.212,37.459C59.941,37.229 59.919,36.819 60.163,36.561L63.357,33.191C63.473,33.068 63.636,32.998 63.806,32.998H65.373C65.715,32.998 65.992,33.275 65.992,33.616V47.388C65.992,47.73 65.715,48.007 65.373,48.007H63.693Z" android:fillType="evenOdd" />
--- 19,25 ----
<path android:fillColor="#ff8ba4e8" android:pathData="M92.817,30.394C92.817,31.327 92.06,32.084 91.127,32.084C90.194,32.084 89.437,31.327 89.437,30.394C89.437,29.461 90.194,28.704 91.127,28.704C92.06,28.704 92.817,29.461 92.817,30.394Z" android:fillType="evenOdd" />
<path android:fillColor="#ff8ba4e8" android:pathData="M31.972,56.591C31.972,57.524 31.215,58.281 30.282,58.281C29.349,58.281 28.592,57.524 28.592,56.591C28.592,55.658 29.349,54.901 30.282,54.901C31.215,54.901 31.972,55.658 31.972,56.591Z" android:fillType="evenOdd" />
<path android:fillColor="#ff8ba4e8" android:pathData="M92.817,56.591C92.817,57.524 92.06,58.281 91.127,58.281C90.194,58.281 89.437,57.524 89.437,56.591C89.437,55.658 90.194,54.901 91.127,54.901C92.06,54.901 92.817,55.658 92.817,56.591Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M10.933,32.569C10.031,32.569 9.296,31.835 9.296,30.932C9.296,30.03 10.031,29.294 10.933,29.294C11.836,29.294 12.57,30.03 12.57,30.932C12.57,31.835 11.836,32.569 10.933,32.569ZM10.933,28.449C9.564,28.449 8.45,29.563 8.45,30.932C8.45,32.301 9.564,33.414 10.933,33.414C12.302,33.414 13.415,32.301 13.415,30.932C13.415,29.563 12.302,28.449 10.933,28.449Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M40.292,41.061L40.335,40.903C40.443,40.509 40.147,40.122 39.739,40.122H38.977C38.695,40.122 38.448,40.313 38.378,40.586L38.338,40.744C38.237,41.136 38.532,41.518 38.937,41.518H39.695C39.975,41.518 40.219,41.33 40.292,41.061ZM43.831,44.138H42.492C42.217,44.138 41.974,44.325 41.896,44.589C41.483,46.003 41.208,46.958 41.034,47.579C40.958,47.845 40.715,48.028 40.439,48.028H38.83C38.42,48.028 38.123,47.636 38.235,47.241L38.889,44.926C39,44.53 38.704,44.138 38.293,44.138H38.055C37.779,44.138 37.537,44.321 37.46,44.586L36.598,47.58C36.522,47.846 36.278,48.028 36.003,48.028H34.378C33.965,48.028 33.668,47.631 33.784,47.236L34.46,44.932C34.576,44.535 34.28,44.138 33.866,44.138H33.859C33.469,44.138 33.177,43.783 33.251,43.401L33.56,41.827C33.616,41.536 33.871,41.327 34.166,41.327H35.077C35.348,41.327 35.587,41.151 35.667,40.892C35.713,40.747 35.76,40.577 35.835,40.312H34.57C34.177,40.312 33.883,39.949 33.966,39.564L34.313,37.947C34.374,37.662 34.626,37.458 34.919,37.458H36.223C36.495,37.458 36.736,37.286 36.814,37.025C37.089,36.125 37.379,35.103 37.63,34.224C37.706,33.959 37.948,33.78 38.224,33.78H39.849C40.262,33.78 40.559,34.177 40.444,34.573L39.83,36.665C39.714,37.062 40.011,37.458 40.423,37.458H40.656C40.93,37.458 41.173,37.277 41.25,37.014L42.067,34.225C42.144,33.961 42.386,33.78 42.661,33.78H44.322C44.737,33.78 45.035,34.182 44.914,34.579L44.28,36.659C44.159,37.057 44.457,37.458 44.872,37.458H44.933C45.342,37.458 45.639,37.85 45.528,38.245L45.073,39.861C44.998,40.128 44.754,40.312 44.477,40.312H43.622C43.343,40.312 43.098,40.499 43.025,40.769L42.874,41.327H44.163C44.555,41.327 44.849,41.688 44.768,42.073L44.437,43.647C44.377,43.934 44.123,44.138 43.831,44.138Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M50.472,43.694C50.641,45.872 55.165,45.872 55.334,43.694V37.374C55.165,35.154 50.641,35.154 50.472,37.374V43.694ZM47.492,43.694V37.374C47.492,34.224 50.367,32.828 52.904,32.828C55.462,32.828 58.315,34.224 58.315,37.374V43.694C58.315,46.823 55.462,48.219 52.904,48.219C50.367,48.219 47.492,46.823 47.492,43.694Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M63.693,48.007C63.352,48.007 63.075,47.73 63.075,47.388V37.459L62.059,38.338C61.828,38.537 61.487,38.539 61.254,38.341L60.212,37.459C59.941,37.229 59.919,36.819 60.163,36.561L63.357,33.191C63.473,33.068 63.636,32.998 63.806,32.998H65.373C65.715,32.998 65.992,33.275 65.992,33.616V47.388C65.992,47.73 65.715,48.007 65.373,48.007H63.693Z" android:fillType="evenOdd" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_upload_upsell.xml to/res/drawable-anydpi-v24/img_upload_upsell.xml
*** from/res/drawable-anydpi-v24/img_upload_upsell.xml 2021-01-02 17:58:42.703416274 -0700
--- to/res/drawable-anydpi-v24/img_upload_upsell.xml 2021-01-11 15:14:01.195592501 -0700
***************
*** 11,38 ****
<path android:fillColor="#ffd37979" android:pathData="M41.4421 29.0015L34.7932 18.0807L32.0874 19.724L38.7364 30.644L41.4421 29.0015Z" android:fillType="evenOdd" />
<path android:fillColor="#ff72767d" android:pathData="M43.3407 29.7982L38.57 32.6957L39.2725 33.8523L44.044 30.9548L43.3407 29.7982Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M34.9596 16.0299L34.1013 14.6149L29.3306 17.5116L30.1889 18.9266L34.9596 16.0299Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M49.5661 45.4257C49.1469 45.6798 48.6761 45.8107 48.197 45.8107C47.9862 45.8107 47.7753 45.7857 47.5653 45.7348C46.8787 45.5665 46.2987 45.1415 45.932 44.5382C45.5646 43.9332 45.4554 43.2232 45.6237 42.5365C45.7912 41.8498 46.2154 41.2698 46.8195 40.9032C47.4237 40.5365 48.1336 40.4273 48.8203 40.5948C49.5069 40.7623 50.0869 41.1882 50.4536 41.7915C51.2111 43.039 50.8127 44.669 49.5661 45.4257ZM54.7551 33.4665L41.4022 41.5757L45.5687 48.4373H51.0802C51.0844 48.4023 51.0836 48.3682 51.0877 48.3332C51.641 43.8998 53.9651 40.1157 57.2592 37.5915L54.7551 33.4665Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M36.5619 44.515L38.9435 48.4375H43.6184L39.9776 42.4408L36.5619 44.515Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M31.8778 40.293L34.1486 44.0305L55.4379 31.1022L53.1688 27.3638L31.8778 40.293Z" android:fillType="evenOdd" />
<path android:fillColor="#fffbb848" android:pathData="M49.0289 42.6567C48.8939 42.4333 48.679 42.2758 48.4248 42.2142C48.1706 42.1508 47.9073 42.1925 47.6848 42.3275C47.4615 42.4642 47.304 42.6783 47.2415 42.9325C47.1798 43.1858 47.2207 43.4492 47.3557 43.6725C47.4915 43.8958 47.7065 44.0533 47.9606 44.115C48.2148 44.1767 48.4765 44.1367 48.7006 44.0008C49.1614 43.7208 49.3098 43.1175 49.0289 42.6567Z" android:fillType="evenOdd" />
<path android:fillColor="#fff75959" android:pathData="M52.7593 48.4371H64.4123L65.3539 43.6679C65.5089 42.8846 66.2431 42.3546 67.0356 42.4529L72.1512 43.0913C72.8545 43.1796 73.4037 43.7421 73.4754 44.4471L73.6853 46.5071L74.3945 44.5621C74.637 43.8954 75.3086 43.4854 76.0111 43.5737L80.9918 44.1946C81.7843 44.2938 82.3642 44.9879 82.3226 45.7854L82.1817 48.4371H93.0422C92.5656 46.4913 91.6898 44.6437 90.4173 43.0079C88.7674 40.8871 86.6099 39.3196 84.1725 38.3954C83.4109 39.1279 82.4617 39.7213 81.3576 40.0929C80.5351 40.3696 79.7043 40.5046 78.8994 40.5046C77.1236 40.5046 75.4828 39.8421 74.3362 38.6171C73.387 39.2238 72.2887 39.5404 71.1438 39.5404C69.8146 39.5404 68.4322 39.1338 67.1772 38.3229C66.2422 37.7188 65.4864 36.9562 64.934 36.1054C58.7283 37.0137 53.6185 41.9346 52.7593 48.4371Z" android:fillType="evenOdd" />
<path android:fillColor="#ff69c49a" android:pathData="M74.767 35.2067C75.5287 33.9217 76.7878 32.8834 78.3603 32.2767C78.3778 31.6551 78.1986 31.0359 77.8403 30.5151C77.362 29.8209 76.6087 29.3634 75.7729 29.2584C74.9287 29.1542 74.0862 29.4126 73.4529 29.9667C72.9029 30.4492 72.5688 31.1201 72.4821 31.8401C73.6046 32.7684 74.3946 33.9442 74.767 35.2067Z" android:fillType="evenOdd" />
<path android:fillColor="#ffb4e1cd" android:pathData="M68.0819 36.9234C69.816 38.0434 71.8351 38.1793 73.3243 37.3018C73.5117 35.5826 72.5576 33.7984 70.8227 32.6784C69.0886 31.5576 67.0695 31.4217 65.5803 32.3001C65.3928 34.0192 66.347 35.8034 68.0819 36.9234Z" android:fillType="evenOdd" />
<path android:fillColor="#ffb4e1cd" android:pathData="M79.2112 33.7248C77.2537 34.3848 75.8913 35.8798 75.6505 37.5923C76.8787 38.809 78.8687 39.174 80.8253 38.514C82.7819 37.854 84.1452 36.359 84.386 34.6465C83.1569 33.4298 81.1678 33.0648 79.2112 33.7248Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M82.3222 45.7853C82.3647 44.9878 81.7838 44.2937 80.9914 44.1945L76.0115 43.5737C75.3082 43.4853 74.6366 43.8953 74.3941 44.562L73.6858 46.507L73.4758 44.4478C73.4041 43.742 72.855 43.1795 72.1508 43.092L67.0351 42.4528C66.2427 42.3545 65.5085 42.8853 65.3544 43.6678L64.4127 48.437H65.9627L66.6643 44.8845C66.7668 44.3653 67.2543 44.0137 67.7793 44.0795L71.165 44.5012C71.6317 44.5595 71.9958 44.9328 72.0442 45.4012L72.3525 48.437H74.5999L75.5482 45.8378C75.709 45.3962 76.1549 45.1245 76.6207 45.182L79.8706 45.5878C80.3956 45.6537 80.7814 46.1145 80.753 46.6428L80.658 48.437H82.1813L82.3222 45.7853Z" android:fillType="evenOdd" />
<path android:fillColor="#ffc7d0f0" android:pathData="M31.7061 74.5772V65.2631C31.7061 64.8031 32.0785 64.4297 32.5394 64.4297C32.6269 64.4297 32.7069 64.4547 32.7869 64.4797V60.6556C32.7069 60.6814 32.6269 60.7056 32.5394 60.7056C32.0785 60.7056 31.7061 60.3331 31.7061 59.8722V58.1897C31.7061 57.7297 32.0785 57.3564 32.5394 57.3564C32.6269 57.3564 32.7069 57.3814 32.7869 57.4064V55.1822C32.7069 55.2072 32.6269 55.2322 32.5394 55.2322C32.0785 55.2322 31.7061 54.8589 31.7061 54.3989V50.1039H23.2172V74.5772H31.7061Z" android:fillType="evenOdd" />
<path android:fillColor="#ffe3e7f8" android:pathData="M33.3727 58.1897V59.8731C33.3727 60.2447 33.1235 60.5497 32.7869 60.6556V64.4797C33.1235 64.5864 33.3727 64.8906 33.3727 65.2631V74.5772H42.7232V60.5339C42.7232 58.6931 44.2157 57.2006 46.0564 57.2006H88.2785C90.1192 57.2006 91.6117 58.6931 91.6117 60.5339V74.5772H96.7957V50.1039H33.3727V54.3989C33.3727 54.7714 33.1235 55.0756 32.7869 55.1822V57.4064C33.1235 57.5131 33.3727 57.8172 33.3727 58.1897Z" android:fillType="evenOdd" />
<path android:fillColor="#ff8ea1e1" android:pathData="M89.9448 58.8668H72.1762C72.1904 58.9277 72.2137 58.9843 72.2137 59.0493V74.3952C72.2137 74.4593 72.1904 74.5168 72.1762 74.5777H89.9448V58.8668Z" android:fillType="evenOdd" />
<path android:fillColor="#ff8ea1e1" android:pathData="M67.0101 74.395V59.0492C67.0101 58.9842 67.0334 58.9275 67.0484 58.8667H44.3892V74.5775H67.0484C67.0334 74.5167 67.0101 74.46 67.0101 74.395Z" android:fillType="evenOdd" />
<path android:fillColor="#ffe3e7f8" android:pathData="M70.5468 74.395V59.0492C70.5468 58.9842 70.5693 58.9275 70.5835 58.8667H67.9178C67.9319 58.9275 67.9553 58.9842 67.9553 59.0492V74.395C67.9553 74.46 67.9319 74.5167 67.9178 74.5775H70.5835C70.5693 74.5167 70.5468 74.46 70.5468 74.395Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M100.105 34.458C100.995 34.458 101.719 35.1822 101.719 36.0722C101.719 36.9622 100.995 37.6872 100.105 37.6872C99.2157 37.6872 98.4907 36.9622 98.4907 36.0722C98.4907 35.1822 99.2157 34.458 100.105 34.458ZM100.105 38.5205C101.455 38.5205 102.553 37.4222 102.553 36.0722C102.553 34.7222 101.455 33.6247 100.105 33.6247C98.7557 33.6247 97.6574 34.7222 97.6574 36.0722C97.6574 37.4222 98.7557 38.5205 100.105 38.5205Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M92.7467 28.8867C93.6383 28.8867 94.3608 29.6092 94.3608 30.5009C94.3608 30.7309 94.5474 30.9176 94.7783 30.9176C95.0083 30.9176 95.1949 30.7309 95.1949 30.5009C95.1949 29.6092 95.9174 28.8867 96.8082 28.8867C97.0382 28.8867 97.2249 28.7001 97.2249 28.4701C97.2249 28.2401 97.0382 28.0534 96.8082 28.0534C95.9174 28.0534 95.1949 27.3309 95.1949 26.4392V26.4384C95.1949 26.2084 95.0083 26.0217 94.7783 26.0217C94.5474 26.0217 94.3608 26.2084 94.3608 26.4384V26.4392C94.3608 27.3309 93.6383 28.0534 92.7467 28.0534C92.5167 28.0534 92.33 28.2401 92.33 28.4701C92.33 28.7001 92.5167 28.8867 92.7467 28.8867Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M48.701 44.0011C48.476 44.1369 48.2152 44.1761 47.9602 44.1152C47.7069 44.0527 47.4919 43.8961 47.3561 43.6727C47.2211 43.4486 47.1803 43.1861 47.2419 42.9319C47.3036 42.6786 47.4619 42.4636 47.6844 42.3277C47.9077 42.1927 48.1702 42.1511 48.4252 42.2136C48.6794 42.2761 48.8935 42.4336 49.0294 42.6569C49.3094 43.1177 49.1619 43.7211 48.701 44.0011ZM48.821 40.5952C48.1336 40.4269 47.4236 40.5369 46.8194 40.9036C46.2161 41.2702 45.7911 41.8502 45.6236 42.5369C45.4553 43.2227 45.5645 43.9336 45.932 44.5377C46.2986 45.1419 46.8786 45.5669 47.5652 45.7344C47.7752 45.7861 47.9869 45.8111 48.1977 45.8111C48.676 45.8111 49.1469 45.6802 49.566 45.4252C50.8126 44.6686 51.211 43.0386 50.4543 41.7919C50.0868 41.1877 49.5068 40.7627 48.821 40.5952Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M32.7868 57.4064C32.7068 57.3814 32.6276 57.3564 32.5393 57.3564C32.0785 57.3564 31.706 57.7297 31.706 58.1897V59.8722C31.706 60.3331 32.0785 60.7056 32.5393 60.7056C32.6276 60.7056 32.7068 60.6814 32.7868 60.6556C33.1234 60.5489 33.3726 60.2447 33.3726 59.8722V58.1897C33.3726 57.8172 33.1234 57.5131 32.7868 57.4064Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M93.4628 74.5772H93.2778C92.3578 74.5772 91.6112 73.8306 91.6112 72.9106V59.6997C91.6112 58.3197 90.4929 57.1997 89.1113 57.1997H45.2226C43.8427 57.1997 42.7227 58.3197 42.7227 59.6997V72.9106C42.7227 73.8306 41.9769 74.5772 41.0561 74.5772H35.0396C34.1188 74.5772 33.373 73.8306 33.373 72.9106V65.2631C33.373 64.8906 33.1239 64.5864 32.7872 64.4798C32.7072 64.4548 32.6272 64.4297 32.5397 64.4297C32.0789 64.4297 31.7064 64.8031 31.7064 65.2631V72.9106C31.7064 73.8306 30.9598 74.5772 30.0398 74.5772H26.5507C24.71 74.5772 23.2175 73.0848 23.2175 71.2439V53.4373C23.2175 51.5964 24.71 50.1039 26.5507 50.1039H30.0398C30.9598 50.1039 31.7064 50.8498 31.7064 51.7706V54.3989C31.7064 54.8589 32.0789 55.2323 32.5397 55.2323C32.6272 55.2323 32.7072 55.2073 32.7872 55.1823C33.1239 55.0756 33.373 54.7714 33.373 54.3989V51.7706C33.373 50.8498 34.1188 50.1039 35.0396 50.1039H93.4628C95.3036 50.1039 96.796 51.5964 96.796 53.4373V71.2439C96.796 73.0848 95.3036 74.5772 93.4628 74.5772ZM88.278 74.5772H72.176C72.191 74.5164 72.191 59.7614 72.176 59.7006H88.278C89.1988 59.7006 89.9446 60.4464 89.9446 61.3672V72.9106C89.9446 73.8306 89.1988 74.5772 88.278 74.5772ZM69.2502 74.5772C68.5169 74.5772 67.9228 73.9856 67.9244 73.2523C67.9294 70.4281 67.9294 63.8498 67.9244 61.0264C67.9228 60.2923 68.5169 59.7006 69.2502 59.7006C69.9844 59.7006 70.5785 60.2923 70.5768 61.0264C70.571 63.8498 70.571 70.4281 70.5768 73.2523C70.5785 73.9856 69.9844 74.5772 69.2502 74.5772ZM66.3295 74.5772H46.056C45.136 74.5772 44.3893 73.8306 44.3893 72.9106V61.3672C44.3893 60.4464 45.136 59.7006 46.056 59.7006H66.3295C66.3162 59.7614 66.3162 74.5164 66.3295 74.5772ZM20.7176 58.9972H15.8527C15.1078 58.9972 14.7328 58.0964 15.2653 57.5731C16.666 56.1964 18.7551 54.1256 20.1351 52.7564C20.6609 52.2347 21.5509 52.6114 21.5509 53.3522V58.1639C21.5509 58.6239 21.1784 58.9972 20.7176 58.9972ZM9.00962 59.1064C7.00218 59.2306 5.09474 58.5056 3.68812 57.0989H3.68729C2.27983 55.6914 1.55569 53.7839 1.67985 51.7772C1.78818 50.0297 2.62149 48.4064 3.85895 47.1689L8.90462 42.1231C10.2063 40.8206 12.317 40.8206 13.6195 42.1231L18.6627 47.1673C19.9651 48.4689 19.9651 50.5797 18.6627 51.8814L13.6178 56.9272C12.3795 58.1647 10.7562 58.9981 9.00962 59.1064ZM28.4823 39.4206C29.1357 39.4206 29.6931 39.8189 29.9948 40.3981C30.0031 40.4139 30.0115 40.4297 30.0206 40.4456L33.1555 45.6081C33.2705 45.7972 33.4555 45.9322 33.6705 45.9847C33.7355 46.0014 33.8013 46.0089 33.868 46.0089C34.0197 46.0089 34.1697 45.9681 34.3005 45.8881L35.1371 45.3797L36.2246 47.1714C36.5621 47.7264 36.1621 48.4373 35.513 48.4373H32.5397H22.98C22.5384 48.4373 22.1142 48.2614 21.8017 47.9489L16.1186 42.2656C15.0686 41.2156 15.8119 39.4206 17.2977 39.4206H28.4823ZM33.7472 39.1581L51.2991 28.4989C52.3316 27.8722 53.6765 28.2006 54.3032 29.2331C54.9298 30.2656 54.6015 31.6097 53.5691 32.2364L36.0163 42.8956C34.9846 43.5222 33.6397 43.1939 33.013 42.1622C32.3864 41.1297 32.7155 39.7847 33.7472 39.1581ZM32.9122 21.0772C32.4572 20.3297 32.6947 19.3556 33.4422 18.9014C34.1888 18.4481 35.1613 18.6847 35.6155 19.4314L41.4419 29.0014L38.7362 30.6439L32.9122 21.0772ZM29.7598 18.2189C29.5231 17.8281 29.6473 17.3197 30.0381 17.0822L33.393 15.0447C33.7838 14.8072 34.293 14.9314 34.5305 15.3222V15.3231C34.7671 15.7131 34.643 16.2222 34.2522 16.4589L30.8973 18.4972C30.5056 18.7339 29.9973 18.6097 29.7598 18.2189ZM43.6919 30.3764C43.886 30.6956 43.7844 31.1122 43.4652 31.3064L39.8512 33.5006C39.5312 33.6947 39.1153 33.5931 38.922 33.2739C38.727 32.9539 38.8287 32.5381 39.1487 32.3439L42.7627 30.1497C43.0819 29.9556 43.4977 30.0572 43.6919 30.3764ZM40.6561 48.4373H38.9437L37.6579 46.3198C37.1162 45.4264 37.2646 44.2222 38.0995 43.5939C39.0587 42.8706 40.4061 43.1472 41.0144 44.1489L42.0811 45.9056C42.7552 47.0164 41.9552 48.4373 40.6561 48.4373ZM55.6198 34.8914L57.2598 37.5914C53.9657 40.1156 51.6408 43.8998 51.0875 48.3331C51.0841 48.3681 51.085 48.4023 51.0808 48.4373H46.5059C45.9235 48.4373 45.3843 48.1331 45.081 47.6356L42.2669 42.9998C41.7894 42.2139 42.0394 41.1889 42.8261 40.7106L53.3299 34.3322C54.1165 33.8539 55.1423 34.1047 55.6198 34.8914ZM63.8287 36.3123C64.4462 36.1714 65.0853 36.3772 65.4962 36.8581C65.9653 37.4072 66.5278 37.9039 67.177 38.3231C68.4319 39.1339 69.8144 39.5406 71.1435 39.5406C72.2885 39.5406 73.3868 39.2239 74.3359 38.6172C75.4825 39.8414 77.1241 40.5047 78.8991 40.5047C79.7041 40.5047 80.5349 40.3697 81.3582 40.0931C82.1323 39.8314 82.8315 39.4614 83.4431 39.0106C83.9514 38.6356 84.6156 38.5564 85.188 38.8256C87.2097 39.7731 89.0004 41.1872 90.4179 43.0081C91.177 43.9839 91.7945 45.0356 92.2703 46.1381C92.7403 47.2256 91.9095 48.4373 90.7245 48.4373H82.1815H80.6582L80.7532 46.6431C80.7815 46.1139 80.3957 45.6539 79.8699 45.5881L76.6208 45.1823C76.1542 45.1239 75.7092 45.3964 75.5484 45.8381L74.6001 48.4373H72.3526L72.0443 45.4006C71.996 44.9331 71.6318 44.5597 71.1652 44.5014L67.7794 44.0789C67.2545 44.0131 66.767 44.3656 66.6645 44.8848L65.9628 48.4373H64.4129H54.8115C53.709 48.4373 52.8949 47.3806 53.2024 46.3214C54.6665 41.2531 58.8072 37.4564 63.8287 36.3123ZM67.0536 31.7814C68.2644 31.5939 69.6127 31.8964 70.8227 32.6781C72.5576 33.7981 73.5118 35.5831 73.3243 37.3014C71.8351 38.1789 69.816 38.0439 68.0819 36.9231C66.8711 36.1414 66.0412 35.0364 65.7128 33.8556C65.4512 32.9106 66.0837 31.9306 67.0536 31.7814ZM73.4526 29.9664C74.0859 29.4122 74.9292 29.1539 75.7725 29.2589C76.6083 29.3631 77.3625 29.8206 77.84 30.5147C78.1991 31.0356 78.3774 31.6547 78.3599 32.2772C76.7875 32.8839 75.5292 33.9214 74.7667 35.2064C74.3942 33.9439 73.6051 32.7689 72.4818 31.8397C72.5693 31.1206 72.9026 30.4489 73.4526 29.9664ZM79.2107 33.7247C80.5765 33.2647 81.9573 33.3031 83.0856 33.7814C83.9889 34.1656 84.3614 35.2706 83.8739 36.1222C83.2673 37.1856 82.1906 38.0531 80.8257 38.5139C78.8683 39.1739 76.8791 38.8089 75.65 37.5922C75.8908 35.8797 77.2541 34.3847 79.2107 33.7247ZM104.296 74.5772H103.462C100.702 74.5772 98.4626 72.3381 98.4626 69.5772V49.2706C98.4626 48.8106 98.0893 48.4373 97.6293 48.4373H96.5885C95.5252 48.4373 94.6153 47.7339 94.2769 46.7264C93.7103 45.0381 92.862 43.4364 91.7328 41.9847C90.3287 40.1806 88.5963 38.7331 86.6463 37.6897C85.9372 37.3097 85.6147 36.4939 85.848 35.7239C85.9772 35.3014 86.0555 34.8647 86.0822 34.4172C86.0939 34.1997 86.0222 33.9772 85.8814 33.8114C85.5864 33.4647 85.2431 33.1739 84.8789 32.9114C84.3747 32.5472 83.8148 32.2656 83.2114 32.0706C82.6165 31.8789 81.9857 31.7706 81.3348 31.7522C80.629 31.7314 79.9999 31.3206 79.7649 30.6539C79.6299 30.2731 79.4457 29.9081 79.2124 29.5697C78.4658 28.4839 77.2866 27.7681 75.9717 27.6039C74.6617 27.4372 73.3459 27.8447 72.3551 28.7131C72.0251 29.0014 71.7435 29.3331 71.5126 29.6956C71.1335 30.2897 70.3794 30.5556 69.7027 30.3564C67.8111 29.7981 65.8512 30.0456 64.3362 31.1222C64.1612 31.2464 64.0362 31.4406 63.9946 31.6514C63.8979 32.1464 63.8704 32.6456 63.9079 33.1406C63.9679 33.9322 63.4729 34.6472 62.7088 34.8622C61.9788 35.0681 61.2671 35.3247 60.5797 35.6297C59.4264 36.1397 58.0781 35.7281 57.4239 34.6506C56.804 33.6306 56.1798 32.6014 56.1798 32.6014L57.0156 32.0939C57.2039 31.9789 57.3398 31.7939 57.3923 31.5789C57.4448 31.3647 57.4098 31.1381 57.2956 30.9489L56.1748 29.1047L54.1607 25.7864C54.0457 25.5972 53.8607 25.4614 53.6457 25.4097C53.4324 25.3556 53.2041 25.3914 53.0157 25.5064L46.1801 29.6572C45.7868 29.8964 45.2743 29.7706 45.036 29.3772L44.3335 28.2214C44.0944 27.8272 43.5819 27.7022 43.1885 27.9414L42.8661 28.1364L36.2179 17.2156L36.5371 17.0214C36.7262 16.9072 36.8621 16.7222 36.9146 16.5072C36.9662 16.2922 36.9312 16.0656 36.8162 15.8772L35.0921 13.0372C34.8538 12.6447 34.3413 12.5206 33.948 12.7572L27.7532 16.5197C27.564 16.6339 27.4282 16.8189 27.3757 17.0339C27.324 17.2489 27.359 17.4756 27.4732 17.6647L29.1973 20.5039C29.3123 20.6931 29.4973 20.8289 29.7123 20.8806C29.7773 20.8972 29.8431 20.9047 29.9098 20.9047C30.0615 20.9047 30.2115 20.8639 30.3423 20.7839L30.6639 20.5889L37.3121 31.5089L36.9929 31.7031C36.8046 31.8172 36.6688 32.0031 36.6163 32.2172C36.5638 32.4322 36.5988 32.6589 36.7129 32.8481L37.4154 34.0047C37.6546 34.3981 37.5296 34.9106 37.1354 35.1497L35.1896 36.3314C33.658 37.2622 31.8997 37.7539 30.1073 37.7539H11.2612C11.1537 37.7539 11.0454 37.7756 10.9437 37.8181C10.8421 37.8606 10.7487 37.9214 10.6721 37.9981L2.70732 45.9631C1.23153 47.4389 0.218231 49.3573 0.0349037 51.4356C-0.216755 54.2831 0.909043 56.9914 3.10564 58.8223C4.69809 60.1489 6.75219 60.7864 8.82546 60.7864H19.8884C20.8084 60.7864 21.5509 61.5331 21.5509 62.4531V69.5772C21.5509 72.3381 19.3126 74.5772 16.5511 74.5772H15.9661C15.5053 74.5772 15.1328 74.9506 15.1328 75.4106C15.1328 75.8706 15.5053 76.2439 15.9661 76.2439H104.296C104.756 76.2439 105.129 75.8706 105.129 75.4106C105.129 74.9506 104.756 74.5772 104.296 74.5772Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M21.5192 27.6311C21.4276 27.6311 21.3351 27.6011 21.2592 27.5394C21.0792 27.3953 21.0509 27.1327 21.1942 26.9536L21.9709 25.9878C22.115 25.8086 22.3775 25.7803 22.5559 25.9244C22.7359 26.0686 22.7642 26.3302 22.62 26.5094L21.8442 27.4752C21.7617 27.5777 21.6409 27.6311 21.5192 27.6311Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M17.6139 31.6655C17.5231 31.6655 17.4306 31.6355 17.3539 31.5738C17.1748 31.4297 17.1456 31.1672 17.2898 30.988L18.0656 30.0222C18.2106 29.843 18.4722 29.8147 18.6514 29.9588C18.8306 30.103 18.8589 30.3647 18.7147 30.5438L17.9397 31.5097C17.8573 31.6122 17.7356 31.6655 17.6139 31.6655Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M22.4551 31.543C22.341 31.543 22.2285 31.4972 22.146 31.4055L21.3085 30.4813C21.1535 30.3105 21.1668 30.0472 21.3377 29.893C21.5085 29.738 21.7718 29.7505 21.926 29.9222L22.7635 30.8472C22.9184 31.0172 22.9051 31.2805 22.7343 31.4355C22.6543 31.5072 22.5543 31.543 22.4551 31.543Z" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M18.2927 27.7128C18.1793 27.7128 18.0668 27.667 17.9843 27.5753L17.146 26.6512C16.991 26.4803 17.0044 26.217 17.1752 26.0628C17.346 25.9078 17.6093 25.9212 17.7635 26.092L18.6018 27.017C18.7568 27.187 18.7435 27.4503 18.5726 27.6053C18.4926 27.677 18.3927 27.7128 18.2927 27.7128Z" android:fillType="evenOdd" />
</group>
</vector>
\ No newline at end of file
--- 11,38 ----
<path android:fillColor="#ffd37979" android:pathData="M41.4421 29.0015L34.7932 18.0807L32.0874 19.724L38.7364 30.644L41.4421 29.0015Z" android:fillType="evenOdd" />
<path android:fillColor="#ff72767d" android:pathData="M43.3407 29.7982L38.57 32.6957L39.2725 33.8523L44.044 30.9548L43.3407 29.7982Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M34.9596 16.0299L34.1013 14.6149L29.3306 17.5116L30.1889 18.9266L34.9596 16.0299Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M49.5661 45.4257C49.1469 45.6798 48.6761 45.8107 48.197 45.8107C47.9862 45.8107 47.7753 45.7857 47.5653 45.7348C46.8787 45.5665 46.2987 45.1415 45.932 44.5382C45.5646 43.9332 45.4554 43.2232 45.6237 42.5365C45.7912 41.8498 46.2154 41.2698 46.8195 40.9032C47.4237 40.5365 48.1336 40.4273 48.8203 40.5948C49.5069 40.7623 50.0869 41.1882 50.4536 41.7915C51.2111 43.039 50.8127 44.669 49.5661 45.4257ZM54.7551 33.4665L41.4022 41.5757L45.5687 48.4373H51.0802C51.0844 48.4023 51.0836 48.3682 51.0877 48.3332C51.641 43.8998 53.9651 40.1157 57.2592 37.5915L54.7551 33.4665Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M36.5619 44.515L38.9435 48.4375H43.6184L39.9776 42.4408L36.5619 44.515Z" android:fillType="evenOdd" />
<path android:fillColor="#ffdcddde" android:pathData="M31.8778 40.293L34.1486 44.0305L55.4379 31.1022L53.1688 27.3638L31.8778 40.293Z" android:fillType="evenOdd" />
<path android:fillColor="#fffbb848" android:pathData="M49.0289 42.6567C48.8939 42.4333 48.679 42.2758 48.4248 42.2142C48.1706 42.1508 47.9073 42.1925 47.6848 42.3275C47.4615 42.4642 47.304 42.6783 47.2415 42.9325C47.1798 43.1858 47.2207 43.4492 47.3557 43.6725C47.4915 43.8958 47.7065 44.0533 47.9606 44.115C48.2148 44.1767 48.4765 44.1367 48.7006 44.0008C49.1614 43.7208 49.3098 43.1175 49.0289 42.6567Z" android:fillType="evenOdd" />
<path android:fillColor="#fff75959" android:pathData="M52.7593 48.4371H64.4123L65.3539 43.6679C65.5089 42.8846 66.2431 42.3546 67.0356 42.4529L72.1512 43.0913C72.8545 43.1796 73.4037 43.7421 73.4754 44.4471L73.6853 46.5071L74.3945 44.5621C74.637 43.8954 75.3086 43.4854 76.0111 43.5737L80.9918 44.1946C81.7843 44.2938 82.3642 44.9879 82.3226 45.7854L82.1817 48.4371H93.0422C92.5656 46.4913 91.6898 44.6437 90.4173 43.0079C88.7674 40.8871 86.6099 39.3196 84.1725 38.3954C83.4109 39.1279 82.4617 39.7213 81.3576 40.0929C80.5351 40.3696 79.7043 40.5046 78.8994 40.5046C77.1236 40.5046 75.4828 39.8421 74.3362 38.6171C73.387 39.2238 72.2887 39.5404 71.1438 39.5404C69.8146 39.5404 68.4322 39.1338 67.1772 38.3229C66.2422 37.7188 65.4864 36.9562 64.934 36.1054C58.7283 37.0137 53.6185 41.9346 52.7593 48.4371Z" android:fillType="evenOdd" />
<path android:fillColor="#ff69c49a" android:pathData="M74.767 35.2067C75.5287 33.9217 76.7878 32.8834 78.3603 32.2767C78.3778 31.6551 78.1986 31.0359 77.8403 30.5151C77.362 29.8209 76.6087 29.3634 75.7729 29.2584C74.9287 29.1542 74.0862 29.4126 73.4529 29.9667C72.9029 30.4492 72.5688 31.1201 72.4821 31.8401C73.6046 32.7684 74.3946 33.9442 74.767 35.2067Z" android:fillType="evenOdd" />
<path android:fillColor="#ffb4e1cd" android:pathData="M68.0819 36.9234C69.816 38.0434 71.8351 38.1793 73.3243 37.3018C73.5117 35.5826 72.5576 33.7984 70.8227 32.6784C69.0886 31.5576 67.0695 31.4217 65.5803 32.3001C65.3928 34.0192 66.347 35.8034 68.0819 36.9234Z" android:fillType="evenOdd" />
<path android:fillColor="#ffb4e1cd" android:pathData="M79.2112 33.7248C77.2537 34.3848 75.8913 35.8798 75.6505 37.5923C76.8787 38.809 78.8687 39.174 80.8253 38.514C82.7819 37.854 84.1452 36.359 84.386 34.6465C83.1569 33.4298 81.1678 33.0648 79.2112 33.7248Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M82.3222 45.7853C82.3647 44.9878 81.7838 44.2937 80.9914 44.1945L76.0115 43.5737C75.3082 43.4853 74.6366 43.8953 74.3941 44.562L73.6858 46.507L73.4758 44.4478C73.4041 43.742 72.855 43.1795 72.1508 43.092L67.0351 42.4528C66.2427 42.3545 65.5085 42.8853 65.3544 43.6678L64.4127 48.437H65.9627L66.6643 44.8845C66.7668 44.3653 67.2543 44.0137 67.7793 44.0795L71.165 44.5012C71.6317 44.5595 71.9958 44.9328 72.0442 45.4012L72.3525 48.437H74.5999L75.5482 45.8378C75.709 45.3962 76.1549 45.1245 76.6207 45.182L79.8706 45.5878C80.3956 45.6537 80.7814 46.1145 80.753 46.6428L80.658 48.437H82.1813L82.3222 45.7853Z" android:fillType="evenOdd" />
<path android:fillColor="#ffc7d0f0" android:pathData="M31.7061 74.5772V65.2631C31.7061 64.8031 32.0785 64.4297 32.5394 64.4297C32.6269 64.4297 32.7069 64.4547 32.7869 64.4797V60.6556C32.7069 60.6814 32.6269 60.7056 32.5394 60.7056C32.0785 60.7056 31.7061 60.3331 31.7061 59.8722V58.1897C31.7061 57.7297 32.0785 57.3564 32.5394 57.3564C32.6269 57.3564 32.7069 57.3814 32.7869 57.4064V55.1822C32.7069 55.2072 32.6269 55.2322 32.5394 55.2322C32.0785 55.2322 31.7061 54.8589 31.7061 54.3989V50.1039H23.2172V74.5772H31.7061Z" android:fillType="evenOdd" />
<path android:fillColor="#ffe3e7f8" android:pathData="M33.3727 58.1897V59.8731C33.3727 60.2447 33.1235 60.5497 32.7869 60.6556V64.4797C33.1235 64.5864 33.3727 64.8906 33.3727 65.2631V74.5772H42.7232V60.5339C42.7232 58.6931 44.2157 57.2006 46.0564 57.2006H88.2785C90.1192 57.2006 91.6117 58.6931 91.6117 60.5339V74.5772H96.7957V50.1039H33.3727V54.3989C33.3727 54.7714 33.1235 55.0756 32.7869 55.1822V57.4064C33.1235 57.5131 33.3727 57.8172 33.3727 58.1897Z" android:fillType="evenOdd" />
<path android:fillColor="#ff8ea1e1" android:pathData="M89.9448 58.8668H72.1762C72.1904 58.9277 72.2137 58.9843 72.2137 59.0493V74.3952C72.2137 74.4593 72.1904 74.5168 72.1762 74.5777H89.9448V58.8668Z" android:fillType="evenOdd" />
<path android:fillColor="#ff8ea1e1" android:pathData="M67.0101 74.395V59.0492C67.0101 58.9842 67.0334 58.9275 67.0484 58.8667H44.3892V74.5775H67.0484C67.0334 74.5167 67.0101 74.46 67.0101 74.395Z" android:fillType="evenOdd" />
<path android:fillColor="#ffe3e7f8" android:pathData="M70.5468 74.395V59.0492C70.5468 58.9842 70.5693 58.9275 70.5835 58.8667H67.9178C67.9319 58.9275 67.9553 58.9842 67.9553 59.0492V74.395C67.9553 74.46 67.9319 74.5167 67.9178 74.5775H70.5835C70.5693 74.5167 70.5468 74.46 70.5468 74.395Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M100.105 34.458C100.995 34.458 101.719 35.1822 101.719 36.0722C101.719 36.9622 100.995 37.6872 100.105 37.6872C99.2157 37.6872 98.4907 36.9622 98.4907 36.0722C98.4907 35.1822 99.2157 34.458 100.105 34.458ZM100.105 38.5205C101.455 38.5205 102.553 37.4222 102.553 36.0722C102.553 34.7222 101.455 33.6247 100.105 33.6247C98.7557 33.6247 97.6574 34.7222 97.6574 36.0722C97.6574 37.4222 98.7557 38.5205 100.105 38.5205Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M92.7467 28.8867C93.6383 28.8867 94.3608 29.6092 94.3608 30.5009C94.3608 30.7309 94.5474 30.9176 94.7783 30.9176C95.0083 30.9176 95.1949 30.7309 95.1949 30.5009C95.1949 29.6092 95.9174 28.8867 96.8082 28.8867C97.0382 28.8867 97.2249 28.7001 97.2249 28.4701C97.2249 28.2401 97.0382 28.0534 96.8082 28.0534C95.9174 28.0534 95.1949 27.3309 95.1949 26.4392V26.4384C95.1949 26.2084 95.0083 26.0217 94.7783 26.0217C94.5474 26.0217 94.3608 26.2084 94.3608 26.4384V26.4392C94.3608 27.3309 93.6383 28.0534 92.7467 28.0534C92.5167 28.0534 92.33 28.2401 92.33 28.4701C92.33 28.7001 92.5167 28.8867 92.7467 28.8867Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M48.701 44.0011C48.476 44.1369 48.2152 44.1761 47.9602 44.1152C47.7069 44.0527 47.4919 43.8961 47.3561 43.6727C47.2211 43.4486 47.1803 43.1861 47.2419 42.9319C47.3036 42.6786 47.4619 42.4636 47.6844 42.3277C47.9077 42.1927 48.1702 42.1511 48.4252 42.2136C48.6794 42.2761 48.8935 42.4336 49.0294 42.6569C49.3094 43.1177 49.1619 43.7211 48.701 44.0011ZM48.821 40.5952C48.1336 40.4269 47.4236 40.5369 46.8194 40.9036C46.2161 41.2702 45.7911 41.8502 45.6236 42.5369C45.4553 43.2227 45.5645 43.9336 45.932 44.5377C46.2986 45.1419 46.8786 45.5669 47.5652 45.7344C47.7752 45.7861 47.9869 45.8111 48.1977 45.8111C48.676 45.8111 49.1469 45.6802 49.566 45.4252C50.8126 44.6686 51.211 43.0386 50.4543 41.7919C50.0868 41.1877 49.5068 40.7627 48.821 40.5952Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M32.7868 57.4064C32.7068 57.3814 32.6276 57.3564 32.5393 57.3564C32.0785 57.3564 31.706 57.7297 31.706 58.1897V59.8722C31.706 60.3331 32.0785 60.7056 32.5393 60.7056C32.6276 60.7056 32.7068 60.6814 32.7868 60.6556C33.1234 60.5489 33.3726 60.2447 33.3726 59.8722V58.1897C33.3726 57.8172 33.1234 57.5131 32.7868 57.4064Z" android:fillType="evenOdd" />
<path android:fillColor="#ff040405" android:pathData="M93.4628 74.5772H93.2778C92.3578 74.5772 91.6112 73.8306 91.6112 72.9106V59.6997C91.6112 58.3197 90.4929 57.1997 89.1113 57.1997H45.2226C43.8427 57.1997 42.7227 58.3197 42.7227 59.6997V72.9106C42.7227 73.8306 41.9769 74.5772 41.0561 74.5772H35.0396C34.1188 74.5772 33.373 73.8306 33.373 72.9106V65.2631C33.373 64.8906 33.1239 64.5864 32.7872 64.4798C32.7072 64.4548 32.6272 64.4297 32.5397 64.4297C32.0789 64.4297 31.7064 64.8031 31.7064 65.2631V72.9106C31.7064 73.8306 30.9598 74.5772 30.0398 74.5772H26.5507C24.71 74.5772 23.2175 73.0848 23.2175 71.2439V53.4373C23.2175 51.5964 24.71 50.1039 26.5507 50.1039H30.0398C30.9598 50.1039 31.7064 50.8498 31.7064 51.7706V54.3989C31.7064 54.8589 32.0789 55.2323 32.5397 55.2323C32.6272 55.2323 32.7072 55.2073 32.7872 55.1823C33.1239 55.0756 33.373 54.7714 33.373 54.3989V51.7706C33.373 50.8498 34.1188 50.1039 35.0396 50.1039H93.4628C95.3036 50.1039 96.796 51.5964 96.796 53.4373V71.2439C96.796 73.0848 95.3036 74.5772 93.4628 74.5772ZM88.278 74.5772H72.176C72.191 74.5164 72.191 59.7614 72.176 59.7006H88.278C89.1988 59.7006 89.9446 60.4464 89.9446 61.3672V72.9106C89.9446 73.8306 89.1988 74.5772 88.278 74.5772ZM69.2502 74.5772C68.5169 74.5772 67.9228 73.9856 67.9244 73.2523C67.9294 70.4281 67.9294 63.8498 67.9244 61.0264C67.9228 60.2923 68.5169 59.7006 69.2502 59.7006C69.9844 59.7006 70.5785 60.2923 70.5768 61.0264C70.571 63.8498 70.571 70.4281 70.5768 73.2523C70.5785 73.9856 69.9844 74.5772 69.2502 74.5772ZM66.3295 74.5772H46.056C45.136 74.5772 44.3893 73.8306 44.3893 72.9106V61.3672C44.3893 60.4464 45.136 59.7006 46.056 59.7006H66.3295C66.3162 59.7614 66.3162 74.5164 66.3295 74.5772ZM20.7176 58.9972H15.8527C15.1078 58.9972 14.7328 58.0964 15.2653 57.5731C16.666 56.1964 18.7551 54.1256 20.1351 52.7564C20.6609 52.2347 21.5509 52.6114 21.5509 53.3522V58.1639C21.5509 58.6239 21.1784 58.9972 20.7176 58.9972ZM9.00962 59.1064C7.00218 59.2306 5.09474 58.5056 3.68812 57.0989H3.68729C2.27983 55.6914 1.55569 53.7839 1.67985 51.7772C1.78818 50.0297 2.62149 48.4064 3.85895 47.1689L8.90462 42.1231C10.2063 40.8206 12.317 40.8206 13.6195 42.1231L18.6627 47.1673C19.9651 48.4689 19.9651 50.5797 18.6627 51.8814L13.6178 56.9272C12.3795 58.1647 10.7562 58.9981 9.00962 59.1064ZM28.4823 39.4206C29.1357 39.4206 29.6931 39.8189 29.9948 40.3981C30.0031 40.4139 30.0115 40.4297 30.0206 40.4456L33.1555 45.6081C33.2705 45.7972 33.4555 45.9322 33.6705 45.9847C33.7355 46.0014 33.8013 46.0089 33.868 46.0089C34.0197 46.0089 34.1697 45.9681 34.3005 45.8881L35.1371 45.3797L36.2246 47.1714C36.5621 47.7264 36.1621 48.4373 35.513 48.4373H32.5397H22.98C22.5384 48.4373 22.1142 48.2614 21.8017 47.9489L16.1186 42.2656C15.0686 41.2156 15.8119 39.4206 17.2977 39.4206H28.4823ZM33.7472 39.1581L51.2991 28.4989C52.3316 27.8722 53.6765 28.2006 54.3032 29.2331C54.9298 30.2656 54.6015 31.6097 53.5691 32.2364L36.0163 42.8956C34.9846 43.5222 33.6397 43.1939 33.013 42.1622C32.3864 41.1297 32.7155 39.7847 33.7472 39.1581ZM32.9122 21.0772C32.4572 20.3297 32.6947 19.3556 33.4422 18.9014C34.1888 18.4481 35.1613 18.6847 35.6155 19.4314L41.4419 29.0014L38.7362 30.6439L32.9122 21.0772ZM29.7598 18.2189C29.5231 17.8281 29.6473 17.3197 30.0381 17.0822L33.393 15.0447C33.7838 14.8072 34.293 14.9314 34.5305 15.3222V15.3231C34.7671 15.7131 34.643 16.2222 34.2522 16.4589L30.8973 18.4972C30.5056 18.7339 29.9973 18.6097 29.7598 18.2189ZM43.6919 30.3764C43.886 30.6956 43.7844 31.1122 43.4652 31.3064L39.8512 33.5006C39.5312 33.6947 39.1153 33.5931 38.922 33.2739C38.727 32.9539 38.8287 32.5381 39.1487 32.3439L42.7627 30.1497C43.0819 29.9556 43.4977 30.0572 43.6919 30.3764ZM40.6561 48.4373H38.9437L37.6579 46.3198C37.1162 45.4264 37.2646 44.2222 38.0995 43.5939C39.0587 42.8706 40.4061 43.1472 41.0144 44.1489L42.0811 45.9056C42.7552 47.0164 41.9552 48.4373 40.6561 48.4373ZM55.6198 34.8914L57.2598 37.5914C53.9657 40.1156 51.6408 43.8998 51.0875 48.3331C51.0841 48.3681 51.085 48.4023 51.0808 48.4373H46.5059C45.9235 48.4373 45.3843 48.1331 45.081 47.6356L42.2669 42.9998C41.7894 42.2139 42.0394 41.1889 42.8261 40.7106L53.3299 34.3322C54.1165 33.8539 55.1423 34.1047 55.6198 34.8914ZM63.8287 36.3123C64.4462 36.1714 65.0853 36.3772 65.4962 36.8581C65.9653 37.4072 66.5278 37.9039 67.177 38.3231C68.4319 39.1339 69.8144 39.5406 71.1435 39.5406C72.2885 39.5406 73.3868 39.2239 74.3359 38.6172C75.4825 39.8414 77.1241 40.5047 78.8991 40.5047C79.7041 40.5047 80.5349 40.3697 81.3582 40.0931C82.1323 39.8314 82.8315 39.4614 83.4431 39.0106C83.9514 38.6356 84.6156 38.5564 85.188 38.8256C87.2097 39.7731 89.0004 41.1872 90.4179 43.0081C91.177 43.9839 91.7945 45.0356 92.2703 46.1381C92.7403 47.2256 91.9095 48.4373 90.7245 48.4373H82.1815H80.6582L80.7532 46.6431C80.7815 46.1139 80.3957 45.6539 79.8699 45.5881L76.6208 45.1823C76.1542 45.1239 75.7092 45.3964 75.5484 45.8381L74.6001 48.4373H72.3526L72.0443 45.4006C71.996 44.9331 71.6318 44.5597 71.1652 44.5014L67.7794 44.0789C67.2545 44.0131 66.767 44.3656 66.6645 44.8848L65.9628 48.4373H64.4129H54.8115C53.709 48.4373 52.8949 47.3806 53.2024 46.3214C54.6665 41.2531 58.8072 37.4564 63.8287 36.3123ZM67.0536 31.7814C68.2644 31.5939 69.6127 31.8964 70.8227 32.6781C72.5576 33.7981 73.5118 35.5831 73.3243 37.3014C71.8351 38.1789 69.816 38.0439 68.0819 36.9231C66.8711 36.1414 66.0412 35.0364 65.7128 33.8556C65.4512 32.9106 66.0837 31.9306 67.0536 31.7814ZM73.4526 29.9664C74.0859 29.4122 74.9292 29.1539 75.7725 29.2589C76.6083 29.3631 77.3625 29.8206 77.84 30.5147C78.1991 31.0356 78.3774 31.6547 78.3599 32.2772C76.7875 32.8839 75.5292 33.9214 74.7667 35.2064C74.3942 33.9439 73.6051 32.7689 72.4818 31.8397C72.5693 31.1206 72.9026 30.4489 73.4526 29.9664ZM79.2107 33.7247C80.5765 33.2647 81.9573 33.3031 83.0856 33.7814C83.9889 34.1656 84.3614 35.2706 83.8739 36.1222C83.2673 37.1856 82.1906 38.0531 80.8257 38.5139C78.8683 39.1739 76.8791 38.8089 75.65 37.5922C75.8908 35.8797 77.2541 34.3847 79.2107 33.7247ZM104.296 74.5772H103.462C100.702 74.5772 98.4626 72.3381 98.4626 69.5772V49.2706C98.4626 48.8106 98.0893 48.4373 97.6293 48.4373H96.5885C95.5252 48.4373 94.6153 47.7339 94.2769 46.7264C93.7103 45.0381 92.862 43.4364 91.7328 41.9847C90.3287 40.1806 88.5963 38.7331 86.6463 37.6897C85.9372 37.3097 85.6147 36.4939 85.848 35.7239C85.9772 35.3014 86.0555 34.8647 86.0822 34.4172C86.0939 34.1997 86.0222 33.9772 85.8814 33.8114C85.5864 33.4647 85.2431 33.1739 84.8789 32.9114C84.3747 32.5472 83.8148 32.2656 83.2114 32.0706C82.6165 31.8789 81.9857 31.7706 81.3348 31.7522C80.629 31.7314 79.9999 31.3206 79.7649 30.6539C79.6299 30.2731 79.4457 29.9081 79.2124 29.5697C78.4658 28.4839 77.2866 27.7681 75.9717 27.6039C74.6617 27.4372 73.3459 27.8447 72.3551 28.7131C72.0251 29.0014 71.7435 29.3331 71.5126 29.6956C71.1335 30.2897 70.3794 30.5556 69.7027 30.3564C67.8111 29.7981 65.8512 30.0456 64.3362 31.1222C64.1612 31.2464 64.0362 31.4406 63.9946 31.6514C63.8979 32.1464 63.8704 32.6456 63.9079 33.1406C63.9679 33.9322 63.4729 34.6472 62.7088 34.8622C61.9788 35.0681 61.2671 35.3247 60.5797 35.6297C59.4264 36.1397 58.0781 35.7281 57.4239 34.6506C56.804 33.6306 56.1798 32.6014 56.1798 32.6014L57.0156 32.0939C57.2039 31.9789 57.3398 31.7939 57.3923 31.5789C57.4448 31.3647 57.4098 31.1381 57.2956 30.9489L56.1748 29.1047L54.1607 25.7864C54.0457 25.5972 53.8607 25.4614 53.6457 25.4097C53.4324 25.3556 53.2041 25.3914 53.0157 25.5064L46.1801 29.6572C45.7868 29.8964 45.2743 29.7706 45.036 29.3772L44.3335 28.2214C44.0944 27.8272 43.5819 27.7022 43.1885 27.9414L42.8661 28.1364L36.2179 17.2156L36.5371 17.0214C36.7262 16.9072 36.8621 16.7222 36.9146 16.5072C36.9662 16.2922 36.9312 16.0656 36.8162 15.8772L35.0921 13.0372C34.8538 12.6447 34.3413 12.5206 33.948 12.7572L27.7532 16.5197C27.564 16.6339 27.4282 16.8189 27.3757 17.0339C27.324 17.2489 27.359 17.4756 27.4732 17.6647L29.1973 20.5039C29.3123 20.6931 29.4973 20.8289 29.7123 20.8806C29.7773 20.8972 29.8431 20.9047 29.9098 20.9047C30.0615 20.9047 30.2115 20.8639 30.3423 20.7839L30.6639 20.5889L37.3121 31.5089L36.9929 31.7031C36.8046 31.8172 36.6688 32.0031 36.6163 32.2172C36.5638 32.4322 36.5988 32.6589 36.7129 32.8481L37.4154 34.0047C37.6546 34.3981 37.5296 34.9106 37.1354 35.1497L35.1896 36.3314C33.658 37.2622 31.8997 37.7539 30.1073 37.7539H11.2612C11.1537 37.7539 11.0454 37.7756 10.9437 37.8181C10.8421 37.8606 10.7487 37.9214 10.6721 37.9981L2.70732 45.9631C1.23153 47.4389 0.218231 49.3573 0.0349037 51.4356C-0.216755 54.2831 0.909043 56.9914 3.10564 58.8223C4.69809 60.1489 6.75219 60.7864 8.82546 60.7864H19.8884C20.8084 60.7864 21.5509 61.5331 21.5509 62.4531V69.5772C21.5509 72.3381 19.3126 74.5772 16.5511 74.5772H15.9661C15.5053 74.5772 15.1328 74.9506 15.1328 75.4106C15.1328 75.8706 15.5053 76.2439 15.9661 76.2439H104.296C104.756 76.2439 105.129 75.8706 105.129 75.4106C105.129 74.9506 104.756 74.5772 104.296 74.5772Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M21.5192 27.6311C21.4276 27.6311 21.3351 27.6011 21.2592 27.5394C21.0792 27.3953 21.0509 27.1327 21.1942 26.9536L21.9709 25.9878C22.115 25.8086 22.3775 25.7803 22.5559 25.9244C22.7359 26.0686 22.7642 26.3302 22.62 26.5094L21.8442 27.4752C21.7617 27.5777 21.6409 27.6311 21.5192 27.6311Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M17.6139 31.6655C17.5231 31.6655 17.4306 31.6355 17.3539 31.5738C17.1748 31.4297 17.1456 31.1672 17.2898 30.988L18.0656 30.0222C18.2106 29.843 18.4722 29.8147 18.6514 29.9588C18.8306 30.103 18.8589 30.3647 18.7147 30.5438L17.9397 31.5097C17.8573 31.6122 17.7356 31.6655 17.6139 31.6655Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M22.4551 31.543C22.341 31.543 22.2285 31.4972 22.146 31.4055L21.3085 30.4813C21.1535 30.3105 21.1668 30.0472 21.3377 29.893C21.5085 29.738 21.7718 29.7505 21.926 29.9222L22.7635 30.8472C22.9184 31.0172 22.9051 31.2805 22.7343 31.4355C22.6543 31.5072 22.5543 31.543 22.4551 31.543Z" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M18.2927 27.7128C18.1793 27.7128 18.0668 27.667 17.9843 27.5753L17.146 26.6512C16.991 26.4803 17.0044 26.217 17.1752 26.0628C17.346 25.9078 17.6093 25.9212 17.7635 26.092L18.6018 27.017C18.7568 27.187 18.7435 27.4503 18.5726 27.6053C18.4926 27.677 18.3927 27.7128 18.2927 27.7128Z" android:fillType="evenOdd" />
</group>
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_wumpus_playing_with_friends.xml to/res/drawable-anydpi-v24/img_wumpus_playing_with_friends.xml
*** from/res/drawable-anydpi-v24/img_wumpus_playing_with_friends.xml 2021-01-02 17:58:42.709416183 -0700
--- to/res/drawable-anydpi-v24/img_wumpus_playing_with_friends.xml 2021-01-11 15:14:01.228592007 -0700
***************
*** 123,131 ****
<path android:fillColor="#fff2adf6" android:pathData="M147.48,179.41l-0.39,2.88l-2.32,1.76l-1.92,-1.12l4.63,-3.52z" />
<path android:fillColor="#ffd55ace" android:pathData="M148.3,188.66l1.92,1.13l-4.63,3.52l0.39,-2.88l2.32,-1.77z" />
<path android:fillColor="#fff6cef5" android:pathData="M148.85,184.61l-0.55,4.05l-2.32,1.77l-1.76,-2.32l0.55,-4.06l2.32,-1.76l1.76,2.32z" />
! <path android:fillColor="#ffffffff" android:pathData="M144.77,184.05l0,0.01l3.52,4.62l0.01,-0.01l0.15,-1.1l-3.05,-4l-0.63,0.48z" />
! <path android:fillColor="#ffffffff" android:pathData="M144.57,185.59l-0.16,1.12l2.37,3.11l0.63,-0.49l-2.84,-3.74z" />
! <path android:fillColor="#ffffffff" android:pathData="M143.42,182.67l-0.43,0.84a0.23,0.23 0,0 1,-0.43 -0.06l-0.19,-0.92a0.25,0.25 0,0 0,-0.12 -0.16l-0.84,-0.43a0.23,0.23 0,0 1,0.06 -0.43l0.92,-0.19a0.25,0.25 0,0 0,0.16 -0.12l0.43,-0.84a0.23,0.23 0,0 1,0.43 0.06l0.19,0.92a0.22,0.22 0,0 0,0.12 0.16l0.84,0.43a0.23,0.23 0,0 1,-0.06 0.43l-0.92,0.19A0.22,0.22 0,0 0,143.42 182.67Z" />
<path android:fillColor="#fff5c3fb" android:pathData="M143.18,180.23a0.24,0.24 0,0 1,0.23 0.19l0.19,0.92a0.22,0.22 0,0 0,0.12 0.16l0.84,0.43a0.23,0.23 0,0 1,-0.06 0.43l-0.92,0.19a0.22,0.22 0,0 0,-0.16 0.12l-0.43,0.84a0.24,0.24 0,0 1,-0.21 0.12,0.21 0.21,0 0,1 -0.22,-0.18l-0.19,-0.92a0.25,0.25 0,0 0,-0.12 -0.16l-0.84,-0.43a0.23,0.23 0,0 1,0.06 -0.43l0.92,-0.19a0.25,0.25 0,0 0,0.16 -0.12l0.43,-0.84a0.21,0.21 0,0 1,0.2 -0.13m0,-0.8h0a1,1 0,0 0,-0.92 0.57l-0.3,0.59 -0.65,0.13a1,1 0,0 0,-0.26 1.93l0.59,0.31 0.13,0.65a1,1 0,0 0,1.93 0.26l0.3,-0.59 0.66,-0.14a1,1 0,0 0,0.81 -0.87,1 1,0 0,0 -0.55,-1.06l-0.59,-0.3 -0.14,-0.65a1,1 0,0 0,-1 -0.83Z" />
<path android:fillColor="#ffc136ce" android:pathData="M497.24,145.55l-26.57,0l-3.1,-45.87l32.76,0l-3.09,45.87z" />
<path android:fillColor="#00000000" android:pathData="M484.71,105 L480.54,82a5.48,5.48 0,0 0,-6.47 -4.4l-9.75,4.64" android:strokeColor="#fff7c9f7" android:strokeWidth="4.0" />
--- 123,131 ----
<path android:fillColor="#fff2adf6" android:pathData="M147.48,179.41l-0.39,2.88l-2.32,1.76l-1.92,-1.12l4.63,-3.52z" />
<path android:fillColor="#ffd55ace" android:pathData="M148.3,188.66l1.92,1.13l-4.63,3.52l0.39,-2.88l2.32,-1.77z" />
<path android:fillColor="#fff6cef5" android:pathData="M148.85,184.61l-0.55,4.05l-2.32,1.77l-1.76,-2.32l0.55,-4.06l2.32,-1.76l1.76,2.32z" />
! <path android:fillColor="@color/white" android:pathData="M144.77,184.05l0,0.01l3.52,4.62l0.01,-0.01l0.15,-1.1l-3.05,-4l-0.63,0.48z" />
! <path android:fillColor="@color/white" android:pathData="M144.57,185.59l-0.16,1.12l2.37,3.11l0.63,-0.49l-2.84,-3.74z" />
! <path android:fillColor="@color/white" android:pathData="M143.42,182.67l-0.43,0.84a0.23,0.23 0,0 1,-0.43 -0.06l-0.19,-0.92a0.25,0.25 0,0 0,-0.12 -0.16l-0.84,-0.43a0.23,0.23 0,0 1,0.06 -0.43l0.92,-0.19a0.25,0.25 0,0 0,0.16 -0.12l0.43,-0.84a0.23,0.23 0,0 1,0.43 0.06l0.19,0.92a0.22,0.22 0,0 0,0.12 0.16l0.84,0.43a0.23,0.23 0,0 1,-0.06 0.43l-0.92,0.19A0.22,0.22 0,0 0,143.42 182.67Z" />
<path android:fillColor="#fff5c3fb" android:pathData="M143.18,180.23a0.24,0.24 0,0 1,0.23 0.19l0.19,0.92a0.22,0.22 0,0 0,0.12 0.16l0.84,0.43a0.23,0.23 0,0 1,-0.06 0.43l-0.92,0.19a0.22,0.22 0,0 0,-0.16 0.12l-0.43,0.84a0.24,0.24 0,0 1,-0.21 0.12,0.21 0.21,0 0,1 -0.22,-0.18l-0.19,-0.92a0.25,0.25 0,0 0,-0.12 -0.16l-0.84,-0.43a0.23,0.23 0,0 1,0.06 -0.43l0.92,-0.19a0.25,0.25 0,0 0,0.16 -0.12l0.43,-0.84a0.21,0.21 0,0 1,0.2 -0.13m0,-0.8h0a1,1 0,0 0,-0.92 0.57l-0.3,0.59 -0.65,0.13a1,1 0,0 0,-0.26 1.93l0.59,0.31 0.13,0.65a1,1 0,0 0,1.93 0.26l0.3,-0.59 0.66,-0.14a1,1 0,0 0,0.81 -0.87,1 1,0 0,0 -0.55,-1.06l-0.59,-0.3 -0.14,-0.65a1,1 0,0 0,-1 -0.83Z" />
<path android:fillColor="#ffc136ce" android:pathData="M497.24,145.55l-26.57,0l-3.1,-45.87l32.76,0l-3.09,45.87z" />
<path android:fillColor="#00000000" android:pathData="M484.71,105 L480.54,82a5.48,5.48 0,0 0,-6.47 -4.4l-9.75,4.64" android:strokeColor="#fff7c9f7" android:strokeWidth="4.0" />
diff -x dist -x build -craB from/res/drawable-anydpi-v24/img_wumpus_riding_wheel.xml to/res/drawable-anydpi-v24/img_wumpus_riding_wheel.xml
*** from/res/drawable-anydpi-v24/img_wumpus_riding_wheel.xml 2021-01-02 17:58:42.700416320 -0700
--- to/res/drawable-anydpi-v24/img_wumpus_riding_wheel.xml 2021-01-11 15:14:01.381589716 -0700
***************
*** 38,46 ****
<path android:fillColor="#ffff903e" android:pathData="M56.186,9.053C56.186,9.053 52.95,2.391 41.53,0.869L33.917,1.25C33.917,1.25 46.098,0.678 51.998,9.244L56.186,9.053Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M35.059,13.811L73.125,13.811C73.125,13.811 67.225,8.672 54.282,8.863C41.34,9.053 35.059,13.811 35.059,13.811" android:fillType="evenOdd" />
<path android:fillColor="#ff7687b2" android:pathData="M27.792,21.127C27.425,24.1 25.099,26.261 22.595,25.952C20.091,25.644 18.358,22.983 18.724,20.01C19.09,17.037 21.417,14.876 23.921,15.184C26.425,15.493 28.158,18.153 27.792,21.127" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M25.908,20.965C25.648,23.078 23.995,24.613 22.216,24.394C20.437,24.174 19.205,22.284 19.465,20.172C19.726,18.059 21.379,16.524 23.158,16.743C24.937,16.962 26.168,18.852 25.908,20.965" android:fillType="evenOdd" />
<path android:fillColor="#ffff903e" android:pathData="M24.882,20.852C24.696,22.365 23.512,23.465 22.238,23.308C20.963,23.151 20.082,21.797 20.268,20.284C20.454,18.771 21.638,17.672 22.912,17.829C24.186,17.986 25.068,19.34 24.882,20.852" android:fillType="evenOdd" />
! <path android:fillColor="#ffffffff" android:pathData="M33.222,5.681C33.483,6.197 33.24,6.846 32.677,7.132C32.115,7.417 31.447,7.23 31.185,6.715C30.924,6.199 31.167,5.55 31.73,5.265C32.292,4.979 32.96,5.166 33.222,5.681" android:fillType="evenOdd" />
<path android:fillColor="#ffc5cedd" android:pathData="M61.253,65.204L65.244,72.117C65.488,72.54 65.488,73.061 65.244,73.483L61.253,80.397C61.009,80.819 60.558,81.08 60.07,81.08L52.087,81.08C51.599,81.08 51.148,80.819 50.904,80.397L46.912,73.483C46.668,73.061 46.668,72.54 46.912,72.117L50.904,65.204C51.148,64.781 51.599,64.521 52.087,64.521L60.07,64.521C60.558,64.521 61.009,64.781 61.253,65.204" android:fillType="evenOdd" />
<path android:fillColor="#ffebeff7" android:pathData="M57.625,76.656C55.428,77.665 52.83,76.702 51.821,74.505C50.812,72.308 51.775,69.71 53.972,68.701C56.169,67.692 58.767,68.655 59.776,70.852C60.785,73.049 59.822,75.647 57.625,76.656" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
--- 38,46 ----
<path android:fillColor="#ffff903e" android:pathData="M56.186,9.053C56.186,9.053 52.95,2.391 41.53,0.869L33.917,1.25C33.917,1.25 46.098,0.678 51.998,9.244L56.186,9.053Z" android:fillType="evenOdd" />
<path android:fillColor="#ff000000" android:pathData="M35.059,13.811L73.125,13.811C73.125,13.811 67.225,8.672 54.282,8.863C41.34,9.053 35.059,13.811 35.059,13.811" android:fillType="evenOdd" />
<path android:fillColor="#ff7687b2" android:pathData="M27.792,21.127C27.425,24.1 25.099,26.261 22.595,25.952C20.091,25.644 18.358,22.983 18.724,20.01C19.09,17.037 21.417,14.876 23.921,15.184C26.425,15.493 28.158,18.153 27.792,21.127" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M25.908,20.965C25.648,23.078 23.995,24.613 22.216,24.394C20.437,24.174 19.205,22.284 19.465,20.172C19.726,18.059 21.379,16.524 23.158,16.743C24.937,16.962 26.168,18.852 25.908,20.965" android:fillType="evenOdd" />
<path android:fillColor="#ffff903e" android:pathData="M24.882,20.852C24.696,22.365 23.512,23.465 22.238,23.308C20.963,23.151 20.082,21.797 20.268,20.284C20.454,18.771 21.638,17.672 22.912,17.829C24.186,17.986 25.068,19.34 24.882,20.852" android:fillType="evenOdd" />
! <path android:fillColor="@color/white" android:pathData="M33.222,5.681C33.483,6.197 33.24,6.846 32.677,7.132C32.115,7.417 31.447,7.23 31.185,6.715C30.924,6.199 31.167,5.55 31.73,5.265C32.292,4.979 32.96,5.166 33.222,5.681" android:fillType="evenOdd" />
<path android:fillColor="#ffc5cedd" android:pathData="M61.253,65.204L65.244,72.117C65.488,72.54 65.488,73.061 65.244,73.483L61.253,80.397C61.009,80.819 60.558,81.08 60.07,81.08L52.087,81.08C51.599,81.08 51.148,80.819 50.904,80.397L46.912,73.483C46.668,73.061 46.668,72.54 46.912,72.117L50.904,65.204C51.148,64.781 51.599,64.521 52.087,64.521L60.07,64.521C60.558,64.521 61.009,64.781 61.253,65.204" android:fillType="evenOdd" />
<path android:fillColor="#ffebeff7" android:pathData="M57.625,76.656C55.428,77.665 52.83,76.702 51.821,74.505C50.812,72.308 51.775,69.71 53.972,68.701C56.169,67.692 58.767,68.655 59.776,70.852C60.785,73.049 59.822,75.647 57.625,76.656" android:fillType="evenOdd" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/screen_share_nfx_illustration.xml to/res/drawable-anydpi-v24/screen_share_nfx_illustration.xml
*** from/res/drawable-anydpi-v24/screen_share_nfx_illustration.xml 2021-01-02 17:58:42.707416213 -0700
--- to/res/drawable-anydpi-v24/screen_share_nfx_illustration.xml 2021-01-11 15:14:01.376589791 -0700
***************
*** 39,45 ****
<path android:fillColor="#ff543247" 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" />
<path android:fillColor="#ff371317" android:pathData="M59.21,162.34C61.29,163.34 61.67,163.04 62.21,162.53C63.68,161.06 64.21,159.4 63.43,158.98C62.65,158.56 60.56,159.16 58.33,159.73C56.6,160.17 57.12,161.3 59.21,162.34Z" />
<path android:fillColor="#ffed6270" android:pathData="M58.88,162.17L58.63,162.03L58.42,161.9L58.21,161.75L58.03,161.6L57.88,161.46L57.74,161.32C57.698,161.278 57.661,161.231 57.63,161.18L57.54,161.04C57.514,161 57.494,160.956 57.48,160.91C57.46,160.824 57.46,160.735 57.48,160.65C57.475,160.61 57.475,160.57 57.48,160.53C57.506,160.445 57.554,160.369 57.62,160.31C57.653,160.269 57.694,160.235 57.74,160.21L58.42,159.91L59.24,159.7C60.653,159.968 61.958,160.639 63,161.63C62.764,161.947 62.507,162.248 62.23,162.53C61.72,163.04 61.34,163.39 59.23,162.34L58.95,162.2L58.88,162.17Z" />
! <path android:fillColor="#ffffffff" android:pathData="M57.63,161.25C57.03,160.6 57.19,160.02 58.3,159.73C59.772,159.254 61.297,158.959 62.84,158.85C63.05,159.32 63.26,159.85 62.84,159.92L57.63,161.25Z" />
<path android:fillColor="#ff6b3043" android:pathData="M69.71,153.73C69.606,154.112 69.398,154.458 69.11,154.73C68.832,154.999 68.487,155.189 68.11,155.28C67.16,159 64.28,160.05 60.48,158.18C57.27,161.69 55.66,161.86 51.7,159.96C49.7,160.96 48.07,160.89 46.99,160.06C45.13,158.95 44.09,155.51 47.16,153.93C46.94,155.25 47.16,156.31 49.6,156.39C50.353,156.424 51.105,156.336 51.83,156.13C54.49,155.45 56.15,153.61 59.51,154.4C60.207,153.684 61.059,153.137 62,152.8C62.943,152.471 63.95,152.369 64.94,152.5C65.69,152.549 66.442,152.461 67.16,152.24C67.366,152.159 67.551,152.033 67.7,151.87C67.845,151.702 67.951,151.504 68.01,151.29C68.06,151.076 68.06,150.854 68.01,150.64C67.97,150.42 67.881,150.212 67.75,150.03C68.386,150.318 68.918,150.797 69.27,151.4C69.621,152.005 69.778,152.703 69.72,153.4C69.66,153.49 69.72,153.64 69.64,153.73H69.71Z" />
<path android:fillColor="#ff5e2737" android:pathData="M51.72,159.92C49.72,160.92 48.09,160.85 47.01,160.02C46.309,159.592 45.768,158.944 45.472,158.178C45.175,157.411 45.14,156.569 45.37,155.78C45.55,158.34 48.75,159.41 52.28,157.48C56.39,159.35 60.41,155.64 60.41,155.64C63.07,156.77 65.6,156.76 67.34,154.34C67.911,154.35 68.466,154.151 68.9,153.78C69.33,153.407 69.605,152.886 69.67,152.32C69.749,152.675 69.789,153.037 69.79,153.4C69.73,153.49 69.79,153.64 69.72,153.73C69.608,154.111 69.398,154.456 69.11,154.73C68.832,154.999 68.486,155.189 68.11,155.28C67.16,159 64.28,160.05 60.48,158.18C57.29,161.65 55.68,161.82 51.72,159.92Z" />
<path android:fillColor="#ffffe25f" android:pathData="M30.16,64.3L26.52,56.11C26.506,56.078 26.483,56.051 26.454,56.031C26.424,56.012 26.39,56.002 26.355,56.002C26.32,56.002 26.286,56.012 26.256,56.031C26.227,56.051 26.204,56.078 26.19,56.11L22.54,64.3C22.532,64.32 22.52,64.339 22.504,64.354C22.489,64.37 22.47,64.382 22.45,64.39L14.26,68C14.228,68.016 14.202,68.04 14.183,68.07C14.165,68.1 14.155,68.135 14.155,68.17C14.155,68.205 14.165,68.24 14.183,68.27C14.202,68.3 14.228,68.324 14.26,68.34L22.45,72C22.472,72.008 22.491,72.022 22.507,72.039C22.522,72.057 22.534,72.077 22.54,72.1L26.19,80.28C26.204,80.312 26.227,80.34 26.256,80.359C26.286,80.378 26.32,80.388 26.355,80.388C26.39,80.388 26.424,80.378 26.454,80.359C26.483,80.34 26.506,80.312 26.52,80.28L30.16,72.1C30.179,72.055 30.215,72.019 30.26,72L38.45,68.36C38.481,68.344 38.508,68.32 38.527,68.29C38.545,68.26 38.555,68.225 38.555,68.19C38.555,68.155 38.545,68.12 38.527,68.09C38.508,68.06 38.481,68.036 38.45,68.02L30.26,64.38C30.219,64.364 30.185,64.336 30.16,64.3Z" />
--- 39,45 ----
<path android:fillColor="#ff543247" 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" />
<path android:fillColor="#ff371317" android:pathData="M59.21,162.34C61.29,163.34 61.67,163.04 62.21,162.53C63.68,161.06 64.21,159.4 63.43,158.98C62.65,158.56 60.56,159.16 58.33,159.73C56.6,160.17 57.12,161.3 59.21,162.34Z" />
<path android:fillColor="#ffed6270" android:pathData="M58.88,162.17L58.63,162.03L58.42,161.9L58.21,161.75L58.03,161.6L57.88,161.46L57.74,161.32C57.698,161.278 57.661,161.231 57.63,161.18L57.54,161.04C57.514,161 57.494,160.956 57.48,160.91C57.46,160.824 57.46,160.735 57.48,160.65C57.475,160.61 57.475,160.57 57.48,160.53C57.506,160.445 57.554,160.369 57.62,160.31C57.653,160.269 57.694,160.235 57.74,160.21L58.42,159.91L59.24,159.7C60.653,159.968 61.958,160.639 63,161.63C62.764,161.947 62.507,162.248 62.23,162.53C61.72,163.04 61.34,163.39 59.23,162.34L58.95,162.2L58.88,162.17Z" />
! <path android:fillColor="@color/white" android:pathData="M57.63,161.25C57.03,160.6 57.19,160.02 58.3,159.73C59.772,159.254 61.297,158.959 62.84,158.85C63.05,159.32 63.26,159.85 62.84,159.92L57.63,161.25Z" />
<path android:fillColor="#ff6b3043" android:pathData="M69.71,153.73C69.606,154.112 69.398,154.458 69.11,154.73C68.832,154.999 68.487,155.189 68.11,155.28C67.16,159 64.28,160.05 60.48,158.18C57.27,161.69 55.66,161.86 51.7,159.96C49.7,160.96 48.07,160.89 46.99,160.06C45.13,158.95 44.09,155.51 47.16,153.93C46.94,155.25 47.16,156.31 49.6,156.39C50.353,156.424 51.105,156.336 51.83,156.13C54.49,155.45 56.15,153.61 59.51,154.4C60.207,153.684 61.059,153.137 62,152.8C62.943,152.471 63.95,152.369 64.94,152.5C65.69,152.549 66.442,152.461 67.16,152.24C67.366,152.159 67.551,152.033 67.7,151.87C67.845,151.702 67.951,151.504 68.01,151.29C68.06,151.076 68.06,150.854 68.01,150.64C67.97,150.42 67.881,150.212 67.75,150.03C68.386,150.318 68.918,150.797 69.27,151.4C69.621,152.005 69.778,152.703 69.72,153.4C69.66,153.49 69.72,153.64 69.64,153.73H69.71Z" />
<path android:fillColor="#ff5e2737" android:pathData="M51.72,159.92C49.72,160.92 48.09,160.85 47.01,160.02C46.309,159.592 45.768,158.944 45.472,158.178C45.175,157.411 45.14,156.569 45.37,155.78C45.55,158.34 48.75,159.41 52.28,157.48C56.39,159.35 60.41,155.64 60.41,155.64C63.07,156.77 65.6,156.76 67.34,154.34C67.911,154.35 68.466,154.151 68.9,153.78C69.33,153.407 69.605,152.886 69.67,152.32C69.749,152.675 69.789,153.037 69.79,153.4C69.73,153.49 69.79,153.64 69.72,153.73C69.608,154.111 69.398,154.456 69.11,154.73C68.832,154.999 68.486,155.189 68.11,155.28C67.16,159 64.28,160.05 60.48,158.18C57.29,161.65 55.68,161.82 51.72,159.92Z" />
<path android:fillColor="#ffffe25f" android:pathData="M30.16,64.3L26.52,56.11C26.506,56.078 26.483,56.051 26.454,56.031C26.424,56.012 26.39,56.002 26.355,56.002C26.32,56.002 26.286,56.012 26.256,56.031C26.227,56.051 26.204,56.078 26.19,56.11L22.54,64.3C22.532,64.32 22.52,64.339 22.504,64.354C22.489,64.37 22.47,64.382 22.45,64.39L14.26,68C14.228,68.016 14.202,68.04 14.183,68.07C14.165,68.1 14.155,68.135 14.155,68.17C14.155,68.205 14.165,68.24 14.183,68.27C14.202,68.3 14.228,68.324 14.26,68.34L22.45,72C22.472,72.008 22.491,72.022 22.507,72.039C22.522,72.057 22.534,72.077 22.54,72.1L26.19,80.28C26.204,80.312 26.227,80.34 26.256,80.359C26.286,80.378 26.32,80.388 26.355,80.388C26.39,80.388 26.424,80.378 26.454,80.359C26.483,80.34 26.506,80.312 26.52,80.28L30.16,72.1C30.179,72.055 30.215,72.019 30.26,72L38.45,68.36C38.481,68.344 38.508,68.32 38.527,68.29C38.545,68.26 38.555,68.225 38.555,68.19C38.555,68.155 38.545,68.12 38.527,68.09C38.508,68.06 38.481,68.036 38.45,68.02L30.26,64.38C30.219,64.364 30.185,64.336 30.16,64.3Z" />
***************
*** 74,88 ****
<path android:fillColor="#ff5982f7" android:pathData="M38.84,29.57L37.35,30.8V31.55L38.88,31.71L39,29.65C39,29.632 38.995,29.613 38.985,29.597C38.975,29.582 38.961,29.569 38.945,29.561C38.928,29.552 38.91,29.549 38.891,29.551C38.873,29.552 38.855,29.559 38.84,29.57Z" />
<path android:fillColor="#ff7196ff" android:pathData="M46.32,29.66L45.05,42.18L39.2,41.59C38.631,41.529 38.108,41.246 37.747,40.802C37.385,40.359 37.214,39.79 37.27,39.22L38.11,31C38.139,30.719 38.222,30.446 38.357,30.198C38.491,29.949 38.673,29.729 38.892,29.551C39.111,29.372 39.363,29.239 39.634,29.158C39.905,29.078 40.189,29.051 40.47,29.08L46.32,29.66Z" />
<path android:fillColor="#ffbacfff" android:pathData="M45.246,40.21L40.829,39.762C40.622,39.741 40.422,39.679 40.239,39.581C40.057,39.482 39.895,39.349 39.764,39.188C39.633,39.027 39.535,38.842 39.475,38.644C39.416,38.445 39.396,38.236 39.417,38.03L39.969,32.588C40.012,32.171 40.218,31.788 40.543,31.523C40.867,31.258 41.284,31.133 41.701,31.176L46.118,31.624L45.246,40.21Z" />
! <path android:fillColor="#ffffffff" android:pathData="M137,83.69V108.15C137.001,108.969 137.217,109.774 137.626,110.483C138.035,111.193 138.623,111.783 139.332,112.194C140.041,112.605 140.845,112.823 141.664,112.825C142.483,112.828 143.289,112.616 144,112.21L164.77,100.26C165.475,99.853 166.062,99.27 166.472,98.567C166.883,97.864 167.103,97.067 167.111,96.253C167.119,95.439 166.915,94.637 166.518,93.926C166.122,93.216 165.547,92.621 164.85,92.2L144.09,79.68C143.38,79.253 142.57,79.023 141.741,79.012C140.913,79.001 140.097,79.21 139.376,79.618C138.655,80.026 138.055,80.618 137.638,81.333C137.22,82.048 137,82.862 137,83.69Z" />
<path android:fillColor="#ffaeaeb8" android:pathData="M131,149C133.209,149 135,147.209 135,145C135,142.791 133.209,141 131,141C128.791,141 127,142.791 127,145C127,147.209 128.791,149 131,149Z" />
<path android:fillColor="#ffaeaeb8" android:pathData="M143.67,149C145.879,149 147.67,147.209 147.67,145C147.67,142.791 145.879,141 143.67,141C141.461,141 139.67,142.791 139.67,145C139.67,147.209 141.461,149 143.67,149Z" />
<path android:fillColor="#ffaeaeb8" android:pathData="M156.33,149C158.539,149 160.33,147.209 160.33,145C160.33,142.791 158.539,141 156.33,141C154.121,141 152.33,142.791 152.33,145C152.33,147.209 154.121,149 156.33,149Z" />
<path android:fillColor="#ffed6270" android:pathData="M169,149C171.209,149 173,147.209 173,145C173,142.791 171.209,141 169,141C166.791,141 165,142.791 165,145C165,147.209 166.791,149 169,149Z" />
! <path android:fillColor="#ffffffff" android:pathData="M167.45,79L169.87,79.93C169.87,79.93 169.95,79.93 169.94,79.86L169,77.44L169.93,75.02C169.932,75.01 169.931,75 169.928,74.991C169.925,74.982 169.92,74.973 169.913,74.966C169.906,74.96 169.898,74.954 169.889,74.952C169.879,74.949 169.87,74.948 169.86,74.95L167.44,75.88L165,74.91C165,74.91 164.91,74.91 164.93,74.98L165.86,77.4L164.93,79.81C164.923,79.82 164.919,79.831 164.92,79.843C164.921,79.855 164.926,79.867 164.935,79.875C164.943,79.884 164.954,79.889 164.966,79.89C164.978,79.891 164.99,79.887 165,79.88L167.41,78.95L167.45,79Z" />
! <path android:fillColor="#ffffffff" android:pathData="M127.32,104.54L128,106H128.06L128.72,104.5L130.22,103.83V103.77L128.72,103.11L128.06,101.61H128L127.33,103.11L125.83,103.77V103.83L127.33,104.5L127.32,104.54Z" />
! <path android:fillColor="#ffffffff" android:pathData="M224.05,120.08L223.85,121.71H223.9L225.25,120.77L226.87,120.97C226.87,120.97 226.92,120.97 226.87,120.97L226,119.6L226.21,117.98C226.21,117.98 226.21,117.98 226.16,117.98L224.81,118.91L223.18,118.7C223.18,118.7 223.18,118.7 223.18,118.76L224.12,120.1C224.12,120.1 224.06,120.07 224.05,120.08Z" />
! <path android:fillColor="#ffffffff" android:pathData="M89.64,91.75L90.82,92.89C90.82,92.89 90.87,92.89 90.88,92.89L90.93,91.25L92.08,90C92.08,90 92.08,90 92.08,89.94H90.44L89.26,88.8H89.2V90.43L88,91.63V91.69H89.64V91.75Z" />
! <path android:fillColor="#ffffffff" android:pathData="M80.1,87.21V88.84H80.16L81.36,87.73H83V87.67L82,86.48V84.82C82,84.82 82,84.82 81.94,84.82L80.74,85.93H79V86L80.11,87.21H80.1Z" />
! <path android:fillColor="#ffffffff" android:pathData="M163.82,130L164.49,131.5H164.55L165.21,130L166.71,129.33V129.27L165.21,128.61L164.55,127.11H164.49L163.82,128.61L162.32,129.27V129.33L163.82,130Z" />
</vector>
\ No newline at end of file
--- 74,88 ----
<path android:fillColor="#ff5982f7" android:pathData="M38.84,29.57L37.35,30.8V31.55L38.88,31.71L39,29.65C39,29.632 38.995,29.613 38.985,29.597C38.975,29.582 38.961,29.569 38.945,29.561C38.928,29.552 38.91,29.549 38.891,29.551C38.873,29.552 38.855,29.559 38.84,29.57Z" />
<path android:fillColor="#ff7196ff" android:pathData="M46.32,29.66L45.05,42.18L39.2,41.59C38.631,41.529 38.108,41.246 37.747,40.802C37.385,40.359 37.214,39.79 37.27,39.22L38.11,31C38.139,30.719 38.222,30.446 38.357,30.198C38.491,29.949 38.673,29.729 38.892,29.551C39.111,29.372 39.363,29.239 39.634,29.158C39.905,29.078 40.189,29.051 40.47,29.08L46.32,29.66Z" />
<path android:fillColor="#ffbacfff" android:pathData="M45.246,40.21L40.829,39.762C40.622,39.741 40.422,39.679 40.239,39.581C40.057,39.482 39.895,39.349 39.764,39.188C39.633,39.027 39.535,38.842 39.475,38.644C39.416,38.445 39.396,38.236 39.417,38.03L39.969,32.588C40.012,32.171 40.218,31.788 40.543,31.523C40.867,31.258 41.284,31.133 41.701,31.176L46.118,31.624L45.246,40.21Z" />
! <path android:fillColor="@color/white" android:pathData="M137,83.69V108.15C137.001,108.969 137.217,109.774 137.626,110.483C138.035,111.193 138.623,111.783 139.332,112.194C140.041,112.605 140.845,112.823 141.664,112.825C142.483,112.828 143.289,112.616 144,112.21L164.77,100.26C165.475,99.853 166.062,99.27 166.472,98.567C166.883,97.864 167.103,97.067 167.111,96.253C167.119,95.439 166.915,94.637 166.518,93.926C166.122,93.216 165.547,92.621 164.85,92.2L144.09,79.68C143.38,79.253 142.57,79.023 141.741,79.012C140.913,79.001 140.097,79.21 139.376,79.618C138.655,80.026 138.055,80.618 137.638,81.333C137.22,82.048 137,82.862 137,83.69Z" />
<path android:fillColor="#ffaeaeb8" android:pathData="M131,149C133.209,149 135,147.209 135,145C135,142.791 133.209,141 131,141C128.791,141 127,142.791 127,145C127,147.209 128.791,149 131,149Z" />
<path android:fillColor="#ffaeaeb8" android:pathData="M143.67,149C145.879,149 147.67,147.209 147.67,145C147.67,142.791 145.879,141 143.67,141C141.461,141 139.67,142.791 139.67,145C139.67,147.209 141.461,149 143.67,149Z" />
<path android:fillColor="#ffaeaeb8" android:pathData="M156.33,149C158.539,149 160.33,147.209 160.33,145C160.33,142.791 158.539,141 156.33,141C154.121,141 152.33,142.791 152.33,145C152.33,147.209 154.121,149 156.33,149Z" />
<path android:fillColor="#ffed6270" android:pathData="M169,149C171.209,149 173,147.209 173,145C173,142.791 171.209,141 169,141C166.791,141 165,142.791 165,145C165,147.209 166.791,149 169,149Z" />
! <path android:fillColor="@color/white" android:pathData="M167.45,79L169.87,79.93C169.87,79.93 169.95,79.93 169.94,79.86L169,77.44L169.93,75.02C169.932,75.01 169.931,75 169.928,74.991C169.925,74.982 169.92,74.973 169.913,74.966C169.906,74.96 169.898,74.954 169.889,74.952C169.879,74.949 169.87,74.948 169.86,74.95L167.44,75.88L165,74.91C165,74.91 164.91,74.91 164.93,74.98L165.86,77.4L164.93,79.81C164.923,79.82 164.919,79.831 164.92,79.843C164.921,79.855 164.926,79.867 164.935,79.875C164.943,79.884 164.954,79.889 164.966,79.89C164.978,79.891 164.99,79.887 165,79.88L167.41,78.95L167.45,79Z" />
! <path android:fillColor="@color/white" android:pathData="M127.32,104.54L128,106H128.06L128.72,104.5L130.22,103.83V103.77L128.72,103.11L128.06,101.61H128L127.33,103.11L125.83,103.77V103.83L127.33,104.5L127.32,104.54Z" />
! <path android:fillColor="@color/white" android:pathData="M224.05,120.08L223.85,121.71H223.9L225.25,120.77L226.87,120.97C226.87,120.97 226.92,120.97 226.87,120.97L226,119.6L226.21,117.98C226.21,117.98 226.21,117.98 226.16,117.98L224.81,118.91L223.18,118.7C223.18,118.7 223.18,118.7 223.18,118.76L224.12,120.1C224.12,120.1 224.06,120.07 224.05,120.08Z" />
! <path android:fillColor="@color/white" android:pathData="M89.64,91.75L90.82,92.89C90.82,92.89 90.87,92.89 90.88,92.89L90.93,91.25L92.08,90C92.08,90 92.08,90 92.08,89.94H90.44L89.26,88.8H89.2V90.43L88,91.63V91.69H89.64V91.75Z" />
! <path android:fillColor="@color/white" android:pathData="M80.1,87.21V88.84H80.16L81.36,87.73H83V87.67L82,86.48V84.82C82,84.82 82,84.82 81.94,84.82L80.74,85.93H79V86L80.11,87.21H80.1Z" />
! <path android:fillColor="@color/white" android:pathData="M163.82,130L164.49,131.5H164.55L165.21,130L166.71,129.33V129.27L165.21,128.61L164.55,127.11H164.49L163.82,128.61L162.32,129.27V129.33L163.82,130Z" />
</vector>
\ No newline at end of file
diff -x dist -x build -craB from/res/drawable-anydpi-v24/video_call_illustration.xml to/res/drawable-anydpi-v24/video_call_illustration.xml
*** from/res/drawable-anydpi-v24/video_call_illustration.xml 2021-01-02 17:58:42.703416274 -0700
--- to/res/drawable-anydpi-v24/video_call_illustration.xml 2021-01-11 15:14:01.278591258 -0700
***************
*** 3,9 ****
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#fff49ff7" android:pathData="M124,0h98.9a5,5 0,0 1,5 5V58.5H124Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M124,58.5H227.9V112a5,5 0,0 1,-5 5H124Z" />
! <path android:fillColor="#ffffffff" android:pathData="M25.1,0H124V58.5H20.1V5A5,5 0,0 1,25.1 0Z" />
<path android:fillColor="#fff7c9f7" android:pathData="M20.1,58.5H124V117H25.1a5,5 0,0 1,-5 -5Z" />
<path android:fillColor="@drawable/$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" />
--- 3,9 ----
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt">
<path android:fillColor="#fff49ff7" android:pathData="M124,0h98.9a5,5 0,0 1,5 5V58.5H124Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M124,58.5H227.9V112a5,5 0,0 1,-5 5H124Z" />
! <path android:fillColor="@color/white" android:pathData="M25.1,0H124V58.5H20.1V5A5,5 0,0 1,25.1 0Z" />
<path android:fillColor="#fff7c9f7" android:pathData="M20.1,58.5H124V117H25.1a5,5 0,0 1,-5 -5Z" />
<path android:fillColor="@drawable/$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" />
***************
*** 26,32 ****
<path android:fillColor="#00000000" android:pathData="M77.5,110.72c12,0 16.5,-7.72 16.5,-7.72" android:strokeColor="#ff36393f" android:strokeWidth="8.0" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M51,90s1.5,16.5 15,19" android:strokeColor="#ff36393f" android:strokeWidth="8.0" android:strokeLineCap="round" />
<path android:fillColor="#ff36393f" android:pathData="M72,86.58A10,10 0,0 0,61.91 96.4l-0.08,5.27a16.9,16.9 0,0 1,-3.34 9.65,15.74 15.74,0 0,0 -2.6,5.68H87.1a15.9,15.9 0,0 0,-2.27 -5.19,17 17,0 0,1 -3,-9.67l0.08,-5.44A10,10 0,0 0,72 86.58Z" />
! <path android:fillColor="#ffffffff" android:pathData="M140.488,69.63L205.284,64.485A2,2 130.269,0 1,207.436 66.32L210.365,103.204A2,2 72.814,0 1,208.529 105.356L143.733,110.501A2,2 59.285,0 1,141.581 108.666L138.652,71.782A2,2 55.536,0 1,140.488 69.63z" />
<path android:fillColor="#fff8f9f9" android:pathData="M215.491,74.108l4.829,8.018l-3.135,1.888l-4.829,-8.018z" />
<path android:fillColor="#ffd954e6" android:pathData="M220.401,73.904l2.404,3.992a2.35,2.35 103.94,0 1,-0.801 3.226l-1.713,1.032a0,0 0,0 1,0 0l-4.829,-8.018a0,0 0,0 1,0 0l1.713,-1.032A2.35,2.35 103.94,0 1,220.401 73.904Z" />
<path android:fillColor="#fff7e080" android:pathData="M212.36,76 L194.12,87l-2.92,6.58a0.68,0.68 0,0 0,0.57 0.94L199,95l18.24,-11Z" />
--- 26,32 ----
<path android:fillColor="#00000000" android:pathData="M77.5,110.72c12,0 16.5,-7.72 16.5,-7.72" android:strokeColor="#ff36393f" android:strokeWidth="8.0" android:strokeLineCap="round" />
<path android:fillColor="#00000000" android:pathData="M51,90s1.5,16.5 15,19" android:strokeColor="#ff36393f" android:strokeWidth="8.0" android:strokeLineCap="round" />
<path android:fillColor="#ff36393f" android:pathData="M72,86.58A10,10 0,0 0,61.91 96.4l-0.08,5.27a16.9,16.9 0,0 1,-3.34 9.65,15.74 15.74,0 0,0 -2.6,5.68H87.1a15.9,15.9 0,0 0,-2.27 -5.19,17 17,0 0,1 -3,-9.67l0.08,-5.44A10,10 0,0 0,72 86.58Z" />
! <path android:fillColor="@color/white" android:pathData="M140.488,69.63L205.284,64.485A2,2 130.269,0 1,207.436 66.32L210.365,103.204A2,2 72.814,0 1,208.529 105.356L143.733,110.501A2,2 59.285,0 1,141.581 108.666L138.652,71.782A2,2 55.536,0 1,140.488 69.63z" />
<path android:fillColor="#fff8f9f9" android:pathData="M215.491,74.108l4.829,8.018l-3.135,1.888l-4.829,-8.018z" />
<path android:fillColor="#ffd954e6" android:pathData="M220.401,73.904l2.404,3.992a2.35,2.35 103.94,0 1,-0.801 3.226l-1.713,1.032a0,0 0,0 1,0 0l-4.829,-8.018a0,0 0,0 1,0 0l1.713,-1.032A2.35,2.35 103.94,0 1,220.401 73.904Z" />
<path android:fillColor="#fff7e080" android:pathData="M212.36,76 L194.12,87l-2.92,6.58a0.68,0.68 0,0 0,0.57 0.94L199,95l18.24,-11Z" />
***************
*** 41,48 ****
<path android:fillColor="#fff47fff" android:pathData="M214.65,90.56a10,10 0,1 0,-15.3 12.88A78,78 0,0 0,213.85 117h9.05a5,5 0,0 0,5 -5v-9.65A54.81,54.81 0,0 1,214.65 90.56Z" />
<path android:fillColor="#ff7196ff" android:pathData="M157.114,42.423l6.025,0.549a0,0 0,0 1,0 0l-0.808,8.863a0,0 0,0 1,0 0L156.306,51.287a1.78,1.78 50.21,0 1,-1.611 -1.934L155.18,44.034A1.78,1.78 50.21,0 1,157.114 42.423Z" />
<path android:fillColor="#ff7196ff" android:pathData="M210.566,56.244l-6.025,-0.549a0,0 0,0 1,0 -0l0.808,-8.863a0,0 0,0 1,0 -0l6.025,0.549a1.78,1.78 50.21,0 1,1.611 1.934L212.501,54.633A1.78,1.78 50.21,0 1,210.566 56.244Z" />
! <path android:fillColor="#ffffffff" android:pathData="M201.66,35.28l-6.41,-6.92 -8.53,-0.78 -10.46,-0.95 -7.37,5.66a77.76,77.76 0,0 0,-6.26 5.85,14.07 14.07,0 0,0 1,20.36h42.51a14.06,14.06 0,0 0,0.66 -16.34A79.41,79.41 0,0 0,201.66 35.28Z" />
! <path android:fillColor="#ffffffff" android:pathData="M146.32,46.09a4.31,4.31 0,0 0,-8.49 1.51,27 27,0 0,0 4.77,10.9h14.57C148.39,56.55 146.41,46.58 146.32,46.09Z" />
<path android:fillColor="#ff36393f" android:pathData="M181,52.26l1.67,2.52a0.91,0.91 0,0 0,1.41 0.12l2.1,-2.17a0.91,0.91 0,0 0,-0.57 -1.54l-3.77,-0.34A0.91,0.91 0,0 0,181 52.26Z" />
<path android:fillColor="#ff36393f" android:pathData="M189.925,47.51L190.991,43.52A1.54,1.54 59.96,0 1,192.877 42.43L192.877,42.43A1.54,1.54 59.96,0 1,193.967 44.315L192.901,48.305A1.54,1.54 59.96,0 1,191.015 49.395L191.015,49.395A1.54,1.54 59.96,0 1,189.925 47.51z" />
<path android:fillColor="#ff36393f" android:pathData="M175.137,46.687L174.81,42.57A1.54,1.54 130.46,0 1,176.223 40.913L176.223,40.913A1.54,1.54 130.46,0 1,177.88 42.326L178.207,46.443A1.54,1.54 130.46,0 1,176.794 48.1L176.794,48.1A1.54,1.54 130.46,0 1,175.137 46.687z" />
--- 41,48 ----
<path android:fillColor="#fff47fff" android:pathData="M214.65,90.56a10,10 0,1 0,-15.3 12.88A78,78 0,0 0,213.85 117h9.05a5,5 0,0 0,5 -5v-9.65A54.81,54.81 0,0 1,214.65 90.56Z" />
<path android:fillColor="#ff7196ff" android:pathData="M157.114,42.423l6.025,0.549a0,0 0,0 1,0 0l-0.808,8.863a0,0 0,0 1,0 0L156.306,51.287a1.78,1.78 50.21,0 1,-1.611 -1.934L155.18,44.034A1.78,1.78 50.21,0 1,157.114 42.423Z" />
<path android:fillColor="#ff7196ff" android:pathData="M210.566,56.244l-6.025,-0.549a0,0 0,0 1,0 -0l0.808,-8.863a0,0 0,0 1,0 -0l6.025,0.549a1.78,1.78 50.21,0 1,1.611 1.934L212.501,54.633A1.78,1.78 50.21,0 1,210.566 56.244Z" />
! <path android:fillColor="@color/white" android:pathData="M201.66,35.28l-6.41,-6.92 -8.53,-0.78 -10.46,-0.95 -7.37,5.66a77.76,77.76 0,0 0,-6.26 5.85,14.07 14.07,0 0,0 1,20.36h42.51a14.06,14.06 0,0 0,0.66 -16.34A79.41,79.41 0,0 0,201.66 35.28Z" />
! <path android:fillColor="@color/white" android:pathData="M146.32,46.09a4.31,4.31 0,0 0,-8.49 1.51,27 27,0 0,0 4.77,10.9h14.57C148.39,56.55 146.41,46.58 146.32,46.09Z" />
<path android:fillColor="#ff36393f" android:pathData="M181,52.26l1.67,2.52a0.91,0.91 0,0 0,1.41 0.12l2.1,-2.17a0.91,0.91 0,0 0,-0.57 -1.54l-3.77,-0.34A0.91,0.91 0,0 0,181 52.26Z" />
<path android:fillColor="#ff36393f" android:pathData="M189.925,47.51L190.991,43.52A1.54,1.54 59.96,0 1,192.877 42.43L192.877,42.43A1.54,1.54 59.96,0 1,193.967 44.315L192.901,48.305A1.54,1.54 59.96,0 1,191.015 49.395L191.015,49.395A1.54,1.54 59.96,0 1,189.925 47.51z" />
<path android:fillColor="#ff36393f" android:pathData="M175.137,46.687L174.81,42.57A1.54,1.54 130.46,0 1,176.223 40.913L176.223,40.913A1.54,1.54 130.46,0 1,177.88 42.326L178.207,46.443A1.54,1.54 130.46,0 1,176.794 48.1L176.794,48.1A1.54,1.54 130.46,0 1,175.137 46.687z" />
***************
*** 55,68 ****
<path android:fillColor="#00000000" android:pathData="M186.91,17.6L186.01,27.54" android:strokeColor="#ff113484" android:strokeWidth="1.42" android:strokeLineJoin="round" />
<path android:fillColor="#ff3e70dd" android:pathData="M186.91,17.6m-4.27,0a4.27,4.27 0,1 1,8.54 0a4.27,4.27 0,1 1,-8.54 0" />
<path android:fillColor="#ff7196ff" android:pathData="M174.796,24.227l22.576,2.059a0.53,0.53 50.21,0 1,0.48 0.576L197.532,30.367a0,0 0,0 1,0 0L173.87,28.209a0,0 0,0 1,0 0L174.19,24.704A0.53,0.53 50.21,0 1,174.796 24.227Z" />
! <path android:fillColor="#ffffffff" android:pathData="M191.558,39.671a5.27,9.32 50.21,1 0,14.323 -11.929a5.27,9.32 50.21,1 0,-14.323 11.929z" />
<path android:fillColor="#ffd954e6" android:pathData="M206.27,28.77l-0.31,-0.13c-1.12,-0.39 -5.05,0.6 -7,3.47 -0.11,0.16 -0.21,0.33 -0.31,0.49 -1.67,2.74 -1.81,5.68 -0.27,6.73a2.06,2.06 0,0 0,0.86 0.33,14.94 14.94,0 0,0 2.86,-1.9C205.37,35 206.59,30.88 206.27,28.77Z" />
! <path android:fillColor="#ffffffff" android:pathData="M203.46,37.5s-2.92,-4.35 -6.56,-3.61c-4.54,0.92 0.74,7.58 0.74,7.58Z" />
! <path android:fillColor="#ffffffff" android:pathData="M168.064,34.66a9.32,5.27 50.21,1 0,8.099 -6.745a9.32,5.27 50.21,1 0,-8.099 6.745z" />
<path android:fillColor="#ffd954e6" android:pathData="M165.59,25.06a1.5,1.5 0,0 1,0.32 -0.07c1.18,-0.19 4.86,1.5 6.26,4.68 0.08,0.18 0.16,0.36 0.22,0.53 1.15,3 0.76,5.92 -0.95,6.67a2.15,2.15 0,0 1,-0.91 0.18,16.75 16.75,0 0,1 -2.47,-2.39C165.33,31.38 164.89,27.07 165.59,25.06Z" />
! <path android:fillColor="#ffffffff" android:pathData="M166.76,34.15s3.66,-3.75 7.11,-2.36c4.29,1.73 -2.1,7.32 -2.1,7.32Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M141.35,45.61m-8.35,0a8.35,8.35 0,1 1,16.7 0a8.35,8.35 0,1 1,-16.7 0" />
! <path android:fillColor="#ffffffff" android:pathData="M230.12,17.58l-5.67,2a1.48,1.48 0,0 0,0 2.8l5.67,2a1.47,1.47 0,0 1,0.91 0.91l2,5.67a1.48,1.48 0,0 0,2.8 0l2,-5.67a1.49,1.49 0,0 1,0.91 -0.91l5.68,-2a1.48,1.48 0,0 0,0 -2.8l-5.68,-2a1.52,1.52 0,0 1,-0.91 -0.91l-2,-5.68a1.48,1.48 0,0 0,-2.8 0l-2,5.68A1.49,1.49 0,0 1,230.12 17.58Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M19.77,67.53l-5.41,-2.61a1.48,1.48 0,0 0,-2 2L15,72.32a1.53,1.53 0,0 1,0 1.29L12.38,79a1.48,1.48 0,0 0,2 2l5.41,-2.6a1.46,1.46 0,0 1,1.29 0L26.48,81a1.48,1.48 0,0 0,2 -2l-2.61,-5.41a1.46,1.46 0,0 1,0 -1.29l2.61,-5.42a1.48,1.48 0,0 0,-2 -2l-5.42,2.61A1.46,1.46 0,0 1,19.77 67.53Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M9,47 L7.79,43.59a0.88,0.88 0,0 0,-1.67 0L5,47a0.88,0.88 0,0 1,-0.54 0.54L1,48.67a0.88,0.88 0,0 0,0 1.66l3.37,1.18a0.88,0.88 0,0 1,0.54 0.54l1.17,3.36a0.88,0.88 0,0 0,1.67 0L9,52.05a0.88,0.88 0,0 1,0.54 -0.54l3.37,-1.18a0.88,0.88 0,0 0,0 -1.66L9.5,47.49A0.88,0.88 0,0 1,9 47Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M247.98,47.74L247.98,47.75A1.45,1.45 0,0 1,246.53 49.2L245.07,49.2A1.45,1.45 0,0 1,243.62 47.75L243.62,47.74A1.45,1.45 0,0 1,245.07 46.29L246.53,46.29A1.45,1.45 0,0 1,247.98 47.74z" />
--- 55,68 ----
<path android:fillColor="#00000000" android:pathData="M186.91,17.6L186.01,27.54" android:strokeColor="#ff113484" android:strokeWidth="1.42" android:strokeLineJoin="round" />
<path android:fillColor="#ff3e70dd" android:pathData="M186.91,17.6m-4.27,0a4.27,4.27 0,1 1,8.54 0a4.27,4.27 0,1 1,-8.54 0" />
<path android:fillColor="#ff7196ff" android:pathData="M174.796,24.227l22.576,2.059a0.53,0.53 50.21,0 1,0.48 0.576L197.532,30.367a0,0 0,0 1,0 0L173.87,28.209a0,0 0,0 1,0 0L174.19,24.704A0.53,0.53 50.21,0 1,174.796 24.227Z" />
! <path android:fillColor="@color/white" android:pathData="M191.558,39.671a5.27,9.32 50.21,1 0,14.323 -11.929a5.27,9.32 50.21,1 0,-14.323 11.929z" />
<path android:fillColor="#ffd954e6" android:pathData="M206.27,28.77l-0.31,-0.13c-1.12,-0.39 -5.05,0.6 -7,3.47 -0.11,0.16 -0.21,0.33 -0.31,0.49 -1.67,2.74 -1.81,5.68 -0.27,6.73a2.06,2.06 0,0 0,0.86 0.33,14.94 14.94,0 0,0 2.86,-1.9C205.37,35 206.59,30.88 206.27,28.77Z" />
! <path android:fillColor="@color/white" android:pathData="M203.46,37.5s-2.92,-4.35 -6.56,-3.61c-4.54,0.92 0.74,7.58 0.74,7.58Z" />
! <path android:fillColor="@color/white" android:pathData="M168.064,34.66a9.32,5.27 50.21,1 0,8.099 -6.745a9.32,5.27 50.21,1 0,-8.099 6.745z" />
<path android:fillColor="#ffd954e6" android:pathData="M165.59,25.06a1.5,1.5 0,0 1,0.32 -0.07c1.18,-0.19 4.86,1.5 6.26,4.68 0.08,0.18 0.16,0.36 0.22,0.53 1.15,3 0.76,5.92 -0.95,6.67a2.15,2.15 0,0 1,-0.91 0.18,16.75 16.75,0 0,1 -2.47,-2.39C165.33,31.38 164.89,27.07 165.59,25.06Z" />
! <path android:fillColor="@color/white" android:pathData="M166.76,34.15s3.66,-3.75 7.11,-2.36c4.29,1.73 -2.1,7.32 -2.1,7.32Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M141.35,45.61m-8.35,0a8.35,8.35 0,1 1,16.7 0a8.35,8.35 0,1 1,-16.7 0" />
! <path android:fillColor="@color/white" android:pathData="M230.12,17.58l-5.67,2a1.48,1.48 0,0 0,0 2.8l5.67,2a1.47,1.47 0,0 1,0.91 0.91l2,5.67a1.48,1.48 0,0 0,2.8 0l2,-5.67a1.49,1.49 0,0 1,0.91 -0.91l5.68,-2a1.48,1.48 0,0 0,0 -2.8l-5.68,-2a1.52,1.52 0,0 1,-0.91 -0.91l-2,-5.68a1.48,1.48 0,0 0,-2.8 0l-2,5.68A1.49,1.49 0,0 1,230.12 17.58Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M19.77,67.53l-5.41,-2.61a1.48,1.48 0,0 0,-2 2L15,72.32a1.53,1.53 0,0 1,0 1.29L12.38,79a1.48,1.48 0,0 0,2 2l5.41,-2.6a1.46,1.46 0,0 1,1.29 0L26.48,81a1.48,1.48 0,0 0,2 -2l-2.61,-5.41a1.46,1.46 0,0 1,0 -1.29l2.61,-5.42a1.48,1.48 0,0 0,-2 -2l-5.42,2.61A1.46,1.46 0,0 1,19.77 67.53Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M9,47 L7.79,43.59a0.88,0.88 0,0 0,-1.67 0L5,47a0.88,0.88 0,0 1,-0.54 0.54L1,48.67a0.88,0.88 0,0 0,0 1.66l3.37,1.18a0.88,0.88 0,0 1,0.54 0.54l1.17,3.36a0.88,0.88 0,0 0,1.67 0L9,52.05a0.88,0.88 0,0 1,0.54 -0.54l3.37,-1.18a0.88,0.88 0,0 0,0 -1.66L9.5,47.49A0.88,0.88 0,0 1,9 47Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M247.98,47.74L247.98,47.75A1.45,1.45 0,0 1,246.53 49.2L245.07,49.2A1.45,1.45 0,0 1,243.62 47.75L243.62,47.74A1.45,1.45 0,0 1,245.07 46.29L246.53,46.29A1.45,1.45 0,0 1,247.98 47.74z" />
diff -x dist -x build -craB from/res/drawable-xxxhdpi/img_loading_logo.png to/res/drawable-xxxhdpi/img_loading_logo.png
*** from/res/drawable-xxxhdpi/img_loading_logo.png 2021-01-02 17:58:42.785415028 -0700
--- to/res/drawable-xxxhdpi/img_loading_logo.png 2021-01-11 15:16:10.674653790 -0700
***************
*** 1,20 ****
<20>PNG

! IHDR<01><01>J
! N<>xPLTE<54><45><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><FF><00><><FF><FF><FF>xy'tRNS1<53>`<60>AΟp<01>_0q<30><71><A0>!P<50>Q<AE><51><80>aO <20><10><><11>o@i^<5E>@wIDATx<54><78><DA>[c<><63><05> 9!=fL<66>;<3B>)<29><><AA>A<EA><41><F8><FF><FF>$N<> <0B>%<25>%K[k<><6B>C[<5B>ϺlI<6C>͌<C0><CD8C> n<01>#F<00>0`#F<00>0`<04>F<00>0<>.𨧾<>հGVdPB<50><42>#<1E>^<01>"uٌ<75><01><> e<>FF<04>:e<><65>:`<60><><8D>)<29><><08><>7<>#<23><04><>|<7C><><04><01>{vW<03>j<AE><6A> <20><><FD><0E><><F0>s<A9>F| <0A>[<5B><>p<F8>op<6F><11>s<DD><73>ɰ<DC><12><><AB> <0C>7<C4><37>-|_<><5F>7<C2>MGx <04><>Օ<F9>W`<60>G)UK<55><4B><13>sJ+<1E><><12>WW<57>w<CC><13><>.x<><06><>ѕ<FE><D195><05><>ÉuҖ<75>[<5B><><DC>j%;<3B><06><><F7>3i<33>3<>p<><70><81>\<13><02> <09><><BB><F4> p<>{<7B>^<13><>:<3A><><BD>qgc<67><63>G/<2F><>bE<62>G<D3>{<01>+<2B>i<C5> zh<7A>}<7D> V<>xϣ́{<7B><><14><><E7><D1>8<C0>Q<><51><EE>1G<>G<D5><47><8F>w5&<26><><1C>w5&<26><>s<>4gY<67><59>njL<6A>90ֱҜF<03>0GTy$<07>y<C6><79><F7><A8><18>4<F7>i4<69> `<18><08>#F `<18>F<00>0`<18>0<><01>0`<04>0<> `<04><08>#0<> `#F<00>0<> `<18>F<00>0`<18>0`<04><08><18>0<>#F<00><18>0#`UweٶT<D9B6><54>m[v<>|<7C> <0C><><1A>z<F9> <0A><1A><8F>X5S'_<><5F><0F>1<05><>ǿ<EF>jz<01><><E0>S<B8>p<B5>z7x<37>}i̺<0E><>Ջ=Q<07><><13>`l<>
! <20><>#&<26><>[R<><52><8E><e<<3C>^أ<><D8A3>_<E8><5F>qA;<3B><<3C><>r<D5><72>5<F2>U<CB><><00>n<A6><6E> J<><4A><EE>0bs<62>X
! <20><><C0>wq<77><71>B<9D>k<CC> <0C>[񎫻<>A<E6><41>%<25><>h<A2><68>oRi<52><69><AD>l<C2>J<C1>n<9D>[<00><><BB><8F><84><9B>s<D6><73>*<2A><>SQI<51><49>9<FF><39><A9>g<><67><FA>$q<>L<>;<3B>y<0F><>-9<><39>R5mW<6D><1A><>"f<02>Ȼ<<3C><1A><><BA><BE><A8>~^<5E>L<><4C>+<11>ڥ<><DAA5>3Z<33>vW.<2E><>ڲ<9F><DAB2>X<C9>b<06><>S<8B>OC<4F><43>-.J<>D6}<7D>q<FD>#<12>􁅼<E2>{bǁ<1A>ú<F9>)<29>F<01>b<D8>՗xU<78><55>9P<39><50><05><><F7><A9>l<><6C><98>Y<DE><59>;>3<16><>f,<2C>z?<3F>4<9D><34><B0>񎷗v<02><><0E>f<97><66><D4>/<1E><>սW<D5BD>=w<><06><><91>8]<5D><>s<FA><73>*<0E><>&<26>8?<3F>
! ӈ<><05>O<0E>C<BE><43>8"_<><5F><E7>C<CB><43>l>y~<7E><>E,<2C><>f<C7><66><FA>S?<3F><><96>><3E>+<2B>{<7B><><E7><E5>(<28><>r?-/E/Ν<>&><3E>?<3F><><A3>|<7C><05>Ry<52><79>|;=Ǜ絗<C79B>F<<00>؀<0F>w<CD><77>w<>ʢ<9E><CAA2><A5><05><>,<2C>(<28><>e<DE>]<5D>&<26>"<22><>v<BB><19><>=<><1E>>׀o<D780><6F>=N<><4E><A9>M8A<38>7%<25><>%<25><>B<FB> ڄ<>VownR<6E>}&<26>B6<42><36><E1>7s<37><73><F2><F9><F0><01>܀<BC>D<02>W<03>`<60> x<>5<9E><80><7F><08><> <09>,g4a<34><61><<1B><~I<><14><05><>>!<21><>[<5B>H x<><15><>bGR<47><52><C0><8A><AD>iVR<56>%_`o<>RR<52><52>1p<01><>OƾަY)<01><> <0C><>RJX<><58><B1><F6><9D><AB>[<5B><><DE><C0>Y K<><4B><E6><C0> <>Y<A6>o<><03>Y<FB>JX<><58><B1><F7><F5><B3> p<>x<>s<06>2n3Π<>>L<>2<06><><00><>NXf\d ,<2C><><B2>Q
! '<02>G=<3D><>\<5C>e&<26>:S<><53><E0><9F>z<F8><7A><E8>Υ<><CEA5><87>\<5C><06><> <0A><>8<>z<><A6>! <09>MF<4D>}<7D><>cF<63>:C<><43>zh<7A>>:<05>MV<4D><56><C0><DB>eV<65>:;`<60><>/<2F>ZG<02>y<C0><79><F5>{<7B> <00>̀<CB>̀<8B><CC80>|<7C><>u<CF><0F><>L<>G<DB><0F><>n<>V<><56><D9>><3E>=p<>0<>bV<62><56>?2<04>s3n2<19><>J<><03>9SJ<><03>,<2C><>l<DB><6C>,})w<>"&<26>뗕֒v<D692>6J<36>+<2B><><F2><99> <0B>=DQ<44>~<7E>Yu<1B> <0C>G<>A<89><41><F4>I<83> 0<>S<D5><53><C1><BA>&<26><>&<26><><E4><9B>7%ݾ<>}&<26>D<C0><44>ziV<69>6<AA><36>/<2F>nT<6E>U&<26>$C<><43>Dž<CB>j<97><6A>Z<><5A>ER<45>N<18><00><18><><82>7_ k9v<39>/<2F>6<F9>A8n`<60>!<21>:<3A>v<><76><AB><BA><84><05>n<92>> <0B><><E0><C1>*<2A><><E1><F1>p<14>p<85><05><>,/<2F>e;<3B>޳#<1A><>v<1E><><82>?<3F><> <0B><>-r<00>!<21><>A~<7E>t<99>p<83><70><D4>7i<37>ߑ4<DF91><13>4><3E><>c<16>`<60><><FB> s<>t{<7B>1<03><1E>5}<7D>k0<6B><14>`<60> Ջ+cv<<3C>e<8E><65><FE><DD><E5>7CЄ{<7B><>2L<03><><B6>-<2D><><BE>܄ <0B><><F6><C0><1C>^âU9<55>J<97>=<3D>c/gs4<73><34><B1><A4> Ϋw<>6Tm<>YX<59>)<29><><06><11><>6հZ|p~h<><68>,af<61><66><A5><1E><>c<F3>s`<60>9<C7><39>J<DD><4A> \<07>~<7E>YV<59><56><BC>s<8E>{<0F>X<FF>*<2A>h<8F>/prS<1E><><9A>,<2C><> <0A>8<EC><38><C7>[<5B><><17><>[<5B><>#<23>=o<>9{`<60><1A><><B8><9E><B3>G<A2><47>?<3F><1B><>BO<42>H<B2><48><A6><02>>l<><04><>Т<F0><D0A2><DC>
! <20><><CE><C0><AE><EF>[<07>=<3D>(g_<67><5F><92>h<CA>]<><7F>/U<><55>ߜ<F3><DF9C>`<60><><9A>'x<><78><1F><><C6><C0><BF><7F>f<E6>nl5<6C>&x <0C>+c`<60>3M6<4D>p<83><70>W x<><78><80><E5><17><><15>6/<2F>6<D6><36><9D>!<>`<60><17><><98><00>J<F3><4A>9s<1D><><B4><87>t|<7C> <09>xa<78>a^s <0B><><F2>Y<CC><59>/0<><30>9L5,<2C><><9E>!0I<30>+0<><13>y6<><36><10>\<5C><1F><>4/@<40><>1 <0C>w"zU<7A>W<C7><57>4<C0> <1D>f<8D>v<A1><76><F5>&-<2D>K<D5><AE>&z<>]5<>vІ<76><D086><9D>z<A2>A!)0՗8
! <20><FA>r<E9><72><B7>^<5E><><88><F6>
! L<>
! <20>K<C3><4B>+<2B>D/=>P<><50><BD><9E><10><14><>E<EE>煷k:<3A><>„<F3><C284><BE>-W`<60>7{6<>|$<24>"D<>l<FF><BD>0<>]:<3A><><F9><AA><BB><A1><A1>=훅<><ED9B85>
! Lz<4C><7A>B<E6>[<5B><><C8>QQ<51><51><BF><1F><><A6>/z<><7A><97><9F><88>u<D2><75><A8>
! [A<><41><FF><1B><>>w<><77><B7>1Q<31><51>rzc\<5C>>>/<2F><>)<29><><B0><9F>H]<5D>m;<15><03>ne[T<>><3E><> <0B><>'p <09>#<23><> ܂<>j<96><12>q <0B><>h<><68>* <0C>+k<><1E>{<00>N<F3><13><><B8>1<31><04>Zkb<6B><62><FD><7<><37><9B>d `<60>F)j<><6A><99><90><EF>j<EA>[6 <09>/S!ֵ<><04>?<00><>OǪ$<24><>qk<71>J<07><>ax<61>O<BF>?<><7F>r<15>'<27><><B0><FD><81><8E> "'~>Ub{̏'<27><><1D> <02>.^<5E><>>[<5B>?<3F><15><><C0>|T<><54><A4><00><><FE>#<23><><F1><{_<00><1D>^<5E>tdc<64><63><F1><EF>kv<6B><01><>Z<B6>}<7D>%<1E>q<E2><71><AA><9D><9E><B7>Y&<26>|<7C><><E4>CC"<22><><8A><BA>0ry<72><79><8C>~<7E><>ϳ<DA>o<8E><6F><EE>{<7B><>G<B7>W><3E><><B2>ѕ<F6><D195>f[Ϗ<1A>i<AC><69><BC>O1F`<60>x<>[{c<>?۩J}<7D><>{<7B><><E8>><3E>L<EE>Y<F0>h_F<5F><46>ɿ<FA><C9BF>)Շ<><D587><EE><AA><F5>qu<71><75>v{<7B><>_I<5F>;<3B>z
! g<NN<><4E>n<AE>$<24><><7F><94>I<E5><49>'<27><99><EAB6BA>C<AE><43><F3>|j<><6A>N晴 <0B><><E5><85>xA<78><41><D7><E5><81><E1><8A>e<E7><65><F7>i<CB><69>77 <0C><>Sg<53>w <0B> 4<EF9291>Q<03> <09>x<9F><78>Аbd9uKC<><43><05>}<06><>§<8E><C2A7><88>7DCr5<72><35><4D>ͪ+o`W<><57>9<B9><39><FD> <20><>Ey<45><79><AC>>Տ<>n<D6> v+<2B>ܞk <07>I[<5B><13><><B2>s<73>p<AB><70>m<CD>|<7C><07>x<A6>Tq<54>̺<><CCBA><EB>2<E6><32><B4><AC><9A>.<2E><>u<9E>z<><7F><BC><03><><BB><BC><CD>La<4C><61><F6><9C>EW<45>mQ<14>w<0E>Ѷe)j<>aq x<15><>>/`<60>u<87>w<E9><77><C6>wDKPhK<68><4B><0E>d<98>~Tށ)<29>Q4<51>e&L1<10>z<DF><7A><F7>ʉ<B8><CA89><FC>v<><76>w<A6>q-꨻甀<1D>G<9B><0F>[<5B><>;<3B>3vj<76>R<C4>vy<76><79><91><B9><8F><16>^<5E>~Mx(<28><><13>q7<71><37>^=<3D><> <0A><>v$<24><>~<7E>iF9<19><04>e<CB><65><A2><A5><85>I xţ)z4eL<65> [K<16>r2<72><32>7I`<60><>x <0C>ku <20><11>/&M`<60>3<8B><33><ED><DB><E0>B<>͜9?<3F>ʨb<CAA8>`<60><>4<BE><34><83>X<D6> ג.<2E>Ӎ<F0>.7<><37><FB>ғ7<D293>.<2E>@<40><>4<92><34><F0><93> X9\<07><><F8><EC>8<E5><38><89><80>:<3A><><F0>*:<3A> <09><><35>_<03><>Nq<4E><04><>_/<2F>s<FA>|<7C> <17> V<><56><91><BA><B6>u'X<><58><9F>c<D2>L<D5><4C><A5>`<60>
! <20><><F8>><3E><><9D><AC><EA>u<ED>B<AF><42><99>0`<04>0<> `<04><08>#F `<18>F<00>0`<18>0`<04><08><18>0<> `<04><08>#0<> `#F<00>0<> `0`<04><08> `<18>0`<04><08><18>0<>#I<0F><><B8><A9>n*o<>7<>7p<37><70>j<9B><6A>!Y<>z<06><>H<15>z<06>9<0F>k<>d<><64><98>{<7B><>#<23>L<F4>I<02>N2<4E>e<1D><>|Lx =<3D><>sa<0F><05>L2<4C><11><00>AجPz<50>Yw<59><01>z<11><><C7>-=`T<>F<C2><46>x<D2>]er<65><72><C0>M <0B><><A5><97><01><>6.<2E><> {<01>b<C6><1B>><3E><05><><0E><><37><D396><87>Q
! <20>J<>;<3B><>0<><30>E<B0><45>_[<0F><>фm
! <20><17>ǔ<E1>1<80><31>*<2A>f˖<7F><CB96>1<80><31>*<2A><> <09><02>o<9E>gS(y<13><>ЦP<D0A6><50><F2><B5> <18><>e<B4><65>i<E4><69>0:i<>B<CB><42>փG<D683><47>/ZJ^<16>}c<18>,<2C>|<08>r<><72>U<8C><55>A<E4>+p<><70><A0><A3>
! %<25><>%<25><><10>-<2D>ȷ<<03>9<87>ͩP<CDA9>n<18><>1[J<> <0A>;<3B>,<2C><>hW(<28>6 <0C><><FF>|<7C>H<>B<AB>R8<04>\<5C><><A0>+<2B><08><>ϲD#<23>*<2A><><94><1E><00><11>Jd[<0F><><A1><80><05>M<B1>D<A1>a <0C><><F8>~DGm^(-[> 6/<2F>h<94><68>?@36.<2E>H<16>C?<19><>=<@٠P<D9A0>X<A2><58><02>ӌKO<4B><4F>z|@<40><>x<F2>n5ߓ~u<><75>F<95><46>=<3D><>#<23>wl<00>\<18>̅<01>H<9C><48><01>wVn=8<>|<7C><02>yZC<18>i ?<00>w<98>_<AC><03><>b<C4>0 <0A><>byb<1A><>-y<<02><><98><1D>y<80>W`<14>Σ 0<><30><18><><C0><A9>;<3B>Q.<01><>0<BD>S.<2E><><00>;_z<00>^<03>yA <0C><>S|0<><30><EF>?0<>r <09>̢̅ <20><00>kA `<60><><12><><80><B9><E4>!<21><>d<D9>@-<2D><>O<99><01>\<18><><C0><AC>̼\<5C><02>{<7B><04><>
! b<00><><B3>W<02>_<98><5F><02>y<98>`<60><>f<>_<02><> <0B><1E>y<14>f^<03>o<98><6F>̼ 0<>r <09><><C0><BC>̼ <20>`<04>F<><46><92><01>V<A0>Z<CE><5A>wWIEND<4E>B`<60>
\ No newline at end of file
--- 1,15 ----
<20>PNG

! IHDR<01><01><><01>iCCPICC profile(<28>}<7D>;H<>P<14><>>D<><44><91>DV' <0B>E<1C>
! E<>j<>VLn<4C><6E>& I<><49><8A><8B>Zp<5A><70>Xupq<70><71><D6>U nnN<6E>.R<><52>I<B9>E<A1>.<2E><><F7><E3><BF><E7><FF>\ ب0<D8A8>
! O<00>n<9A><6E>dB<64><42>V<E6><56>W<10><>8Fdfs<><73><92>o}<7D>S7<53>]<5D>g<8C><67><F9>Y}j<>b@@$<24>e<9E>ioOo<4F><06>}b<><62>d<95><64><95> ?r]<5D><><F1>s<8D><73> <20><14>Lz<4C>X <16><1D>t0+<2B>q<>8<9C>j:<3A><07><1E><><AB>8k<38><6B>0<BF><30>W<D7><57>NkI,b D(<28><><A8>
! l<>h<C4>I<D7><49><B1><90><A6><F3><8F><7F>K<F5>R<E4>U#<23><02><> <20>~<7E>?<3F>=[<5B>05<30>%E<>|<7C>ݻ@<40><>8<EE>ǎ<DF><B<><42><CF><C0><95>W<1B><>'<27><><E9>=<02><><FA><B7><8B><01>;<3B><><C0>!<21><>+<2B>h <05><><E0><FD>) <0C><02>k<BD><6B>Z<DC>8}24<32><34> pp<08>){<7B><><DD>=<3D>s<9D><73><FB>5<A7><1F>.r<><72><AE>J<B7>bKGD<00>C<F9> pHYs  <00><>tIME<07>6B<>˭8IDATx<54><78><DA><ED>yW<><57><C2>?s<><73><CD>ln<>,{<02>9<A0>}<11><00>$<24><<jX <20>A$<24><>JM<04> ,<2C><08><><AC><89>Ч<FD><D0A7><8D><8C>P<90>ԩ<BF><D4A9><BA><EF><EB><E2><C2> N<><4E>W<EA><57>[0<1E> <0C><>u]<5D><>d?<3F><>I<F7>'<27>.<2E>$<24>ޥCrQ,<2C><><EA><><C987>y)<29><> <09><><F0>{P<><50><A3><FB><16>O<80>돷I<EB8FB7><49>,<2C>w<C0><77><8D>ީ<01><>y<95><79>$<24>J) <0B>!<21>7 <09>4<EF>q<C9><71>ZJ<06><><B8>$<24>K)sC!<21>ׅ<C0>l`3>$yVJym(Xx<01>X<84><58><1C>I<DE>W<92> <0B>3o<33><6F>k<FC><6B><AC><E7>2<FF><32><1E>#0<>؝<>I<C7>_<FE>'<27><<3C><>uֻo<D6BB><07><>Iʘfã<66>w]<5D><34><02><><F4>:>2V|<7C>'9<>}4<>y)<29>_<02>vx<76><78>z<01><>><3E>?<3F><>$=<3D>׫<><D7AB><00><1A>y<F4>AX|DX<44><58>v<><76>`<60><11>qHoY<1A>mHo<48>`<60><>'<27><>C<BF> &<26><>V#W; <0C>î<D7><C3AE><EB><00>+<2B>O<BE>>_<>18<1A><>:<3A>?\<5C><><CF><FB>w<8F><02><>oY<6F>^<5E><01>֙<EF><02><><8C>2<DF><32><80>M<07><>Acb[<18><1F><><BA><AE><9B>hv <09>.=<> <02>V<8C>K<D3>-πg<CF80>=<3D>Q<80>[<5B><92>ow<6F>{<7B><>=<3D><00><><8C>,<2C><>57ގ<><DE8E>9<00>D<EA><44>[<5B>› p<>u<D7>q<87><00>L<9F><4C><BB>
! <20><>=<3D><><01><>,<2C><>s<A9>]<5D><>g<ED><67> <00><><B8>s<B9><73>̀=n<12><>&<26><>̀73<37><33><FB><DD><CB>/<00><>ߒ<92>W+<2B>,li|`<60><02>{I[<5B>b[
! <20><><B0><00>ν$<24><><FF>/<2F><>,?pC<70>,C<>2<03>ڦ<00><><B8>$<24>-|<7C> <0C><>4s5t+~`<60>`H<><48><CD>9`<60><01><><B8>I<8F>g<FE><67><03>0޷-pK<70><4B><BE> <0C><10><>-xb;<02><16>%<25>^<5E><><80>;<3B><00><>?<04><><F8>lGܒ%<25>5<E8>؎<18><><DA> `@<40>``@<40>@<40>@<40>``@<40>@<40>@<40>``@<40>@<40>@<40>``@<40>@<40>@<40>``@<40>@<40>@<40>``@<40>@<40>@<40>`h<>_ |<7C>"<22>ť<C9><C5A5><9F><93><E4><D7><FA>$Ct<43>y<A5>w<92><77><F5>K<BF>w<B2>Ǥ<E9> l<18><>$<24>I~I<><49><06><><F6><BC><94><B2>?<3F><><EA><34>\y<><79><E0><F2>rq<72><71><CD>B<<3C><><A9>ֱ<9E>7<DC><37>ɽ<8C><BE>]<5D>}<7D>1<F4><31><B1><E6>oگl<DAAF><6C>I^<19>?<3F><><C5><1D>u<C7><75>y<86><79><9A><E4>3|<7C><><8B><8F>^<5E>f5f<><66>=M<><4D><F2>r<94>ƃ<BE>i<C2><69>]<5D><><98>/<2F>IR?<3F><>続-<2D><>?d̀̀<CC80><CD80><E9>$o<><6F>K)<29>5n<35><6E>dy<64>Wt<57><1C><>IN<49>9<D7>W|<16><>Y<<3C>s<88>4<`Z7<5A><37><AF><B3>w<B7>}]<11>'ug/<2F><><BA><B7><<3C><>M<EB><4D><C6>j<D2>A<C4>Gb<47> <30><DB8B><EE>.<2E><11><><DD>x?ɑ<>1,<2C><><C0>E<D7><45>Y.q<><71>y[͢,/o><3E>o<C6><6F>X<BC>j<E7>5<C5><35>a<E9>L``<60>q<BE><71><6C><DDB3><A7>&u<>|$<24>;<3B>\O<><4F>@nc1<63><31><AE>4ɱY<C9B1> <0B>s<><73><F3><D9><06><CE><EBAE96><97><A7>7N<37><4E><B2><BD>f<C5>,<2C><02>5<CC>}<7D><>s<E6><73><BB>s<F4><73>"<22><><9F><9E>:<3A>X=mk<6D>ٯ<F1><D9AF><B9>njﳿ<6A><EF><E4B39F><FB><F6>E<AA>ٖf<D996>3!``ꎷ<><EA8EB7>z3<><33><1D>vWQ<57><51>Q<A8><51><FD>?Y<>*u<><75>s<E9>k<08>*<2A><>5ԓK?<3F>5+~<7E><><10>f<AF>߆,<2C>,<2C>w<BC>^<5E><><<3C><><CD><E6>..<2E><><FD>RlW<6C><57><18><>v<87>iU<69>Y><3E>j<AD>ϛ0<CF9B><30>T<F2><54> <0A>}<7D>X<84>X<><58><80><85>;<3B>M\TuQ#<23>k<F0><6B>y<EB>Ő<03><>0Ok<4F><6B><98>l<F9><6C>o3B,<2C>,<2C>cr<63><72>e)e<><65><B6>cZg<5A>k<><6B><FA><FA><D6>h~<7E><><8F>gQ<67>k<BE>O<88><4F>hk<68><6B><B1>y<12><>X<>xH<78><48>/<2F>Z<AE><5A><D3><F9><DD>v<EC>5?/<2F>k<9A>v<E3><76><F9><D9><1A>E>ݢ&<26><08><00><05>$?<3F>k'y<><79>n<F0> <0A>9<DC>wy<77><79>ɆC|<7C><>y,K <0B>ӈE <0A>|<7C><>]<5D><>$ <20>%e<>n<E7><6E><FB><FD>_C<5F>-<2D>jϲ٥<CFB2>Y<E9><59>;<<3C>E<B8><05><>z<DE>5-7<>ҫ[<5B><><EE><8C><E7> <1A><><D8><FA>^><3E>haz<61><7A>-<2D><>j<BC><6A>g<><67>X<B3>`<01>g<A6>I~^<5E><>n<D2><6E>gyU<79>m<F3><6D><A2>,w<>A><3E><14><><E4>x<C5> ^5<>u<DD>a<<3C>R<DE><05><1E><><B8>܋5<DC8B><35><85><F7><A6><F7><F1><8A>c<B8>z<BC><7A><AC>B<D7><42>&si6,<2C>̮<><CCAE><1D>:f<><66>,<2C><>'<27><>-"8<><11>^<5E>KO<4B><4F> <0B>̆X<>م<80><D985><97><A5>5|Ɠ\<>wu<1B>|<7C><0F><><EC><18>r<CF><72>ԳM<D4B3><1F><AE><7F><F6><F3>~tX<><58><80>"kXֻ<58>r<C1><x!<21><><A3><88>5<E1><35>E<E2><45>R<A3><52> <0A><><FC>:F<><05><><98><8D><C4>]<5D><><97>Yn<59><6E><1B>0+<2B>¶v<C2B6> ,K<>?<3F>}ܮ$<24>̚=<3D>ˌ<BC><CB8C><F4><9A><AB>u<E7><75>Vx<56><78><D9><E0><AC>s<F3><73>l<8B>M\f<>,<2C><>ռ<AC><D5BC><70><CDB3>,<2C>%<25> /[ڧL<DAA7><F3>u6\4?<3F> <0B>u<F0><75>3<E2><16><><F9><E295AE>'9<><39>]-3<>/<2F><_<><5F><B6><A9>:<3A><><90>d5<64>=LrV㼎?c<><63><B5>0<><30><BB><99><FD>ao<61><><DEAF><F3>q3<><1F><><>f<D2>f<C1>f<C0><66>l<EC><6C>uݓ,/F<><46><99><D4>~)e&<26><>lF<6C>(<28>^<5E>Ϻ<><CFBA>P<FB>l<16><00><><B3><F3><D9><EF><FC>}<7D><>E>-5 /-<2D><>]<5D>K<96>w<D2><77><BD>E<F7>+? <20>|<7C>N<F3><4E><E4><A6><E1><DD><EB>M<EE><4D>/<2F><><8D>a<F8><61><92><83><AE><EB><8E>{<7B>s%<25><><E7><80>E)<29><>M<FE><4D>哀NE<4E><45><97>K<A8>{<7B><><DF>U<B8><55>w<82>mHܼ<>M<C3>Q<06>ڛ<DA9B><7F>w<B8>޽o:<3A><><B0><EC>E<EE>O}C<>g <09><><9A>~<7E><17>|k|<7C>F<01>6f<36><00><>><3E>cn$`<60>~a<><61><04><>p<9B><0E><><05>}_!<21>8Z<07>W0=t<><74>W<EE><01>ςݢ<CF82>s%<00>_0[6<><36>7<><37><E2>0_tb`s<>S<EA><53>a<DC><00>n=<3D><>850<><30> le<<3C><><F7>s<>[$`{<7B>6 0$I޺<49><08><>4.<2E>`H<><48><10><>xW0L<><4C><B2><BC><F8>a<AD><61>̂`F̹(<28><>,<2C><.<2E>`F<><46><10><>X}`Fj<46><6A>+<2B><><01><><B0><18>_`<60><K<>'O<><4F>~p1<70>32sC<00><>ϓx <09>3"<22>A<EE><41>p1<70>3 <0B><1D>^ya<04>q<98><02><>z1<7A><31>H0<><30><C3>@<40><>(R<>8<><38>B?yA<79>3p'<27><00><>.C<>K<>0<><30><CB><66><17><><<3C><><05>Azc<08><><<3C>R<9A><19> <0C>@<40>y4<79>3<><33>֣k<D6A3>߳<A0>y,C 0<>b<83><19>aZ<><19> <0C>@3,C 0C<30><43><89>gh<67>ehf8,?C<>Ά@<40>i<80><69>o@{N <0C><00>6<D3>~<7E>6y(<28><00>(ضz݆<7A>v 0 <0A><> <0C>r;<3B>Өs<D3A8><73><CB>4<D0># 0f<30><66><BF><C0>e蹑`=<0E>`<60>bQo<51>H#<23>l<C0><6C><91><00>R܎$<24>8jv<><76><C4>LC<4C>7<9C><37><82><01><>oV/_F<>1<80><05><><EE>H<02><>e<A3><65>5<02>.<2E>~<0E>鷿G<>|<7C>u<D2>$<24>^<5E><>$<24>z@<40>|<7C><><FA>r5<72><35>Ձa<D581><61><96><1B>oTJ<54>w]wqi<71>D<FB>q<80><71>l <0E><H2<48><14>/<2F><>E<DA>o<96>9M<39><4D><F2><CE><F3>8F<38>Kc<4B>U$j@Γ<><CE93><FC><92>j<D4>7}F<>[ <0A><><1A><><8A>$&<26><>A<C7>=<3D>INJ)<29>G><3E>{u,<2C>n1<6E>{u<><75>I<A7>փ<9E>y<9B>gln<6C><6E>ý<06><>?<3F><>neQJ<51>o<18> <0C>q<EF><71><DD>m<AF><6D><BC><93><16>o <0C>M<EF><08>W<F1>~?<3F>{#<23>UK)<29><><BD><BE>EX<45><58><C3>!<21>s,<2C><>{<7B><>l<E4><6C>]͌O<CD8C><4F>;<3B><><AB><E7>r <20>><3E>,<2C>?y<><79><98><E4><AC>'<27><>/<2F>X<F3><58><10><><E0><1B>?<3F>bR<62>{<7B><>?j<><6A><9A><E4><FD><D0>u<D1>q<1D>Ml<>j<>ۂ}<7D> 0<><31>j<C5>nK<4B>^ <0A><>@W^<5E>Y<D5><59>u]<5D>~,+ <0B><>N<01>g.<2E><><EA><F2>.<2E>{<7B><>ܮ1R<><52><84>޳,<2C><><97>m?<3F>%iv<>-<2D>8*n <18><1D>w<C6>~<7E><>U<C5>/<2F>$yS<04><><88><02><>b<A3><62>I<BD><49>4><3E><><9E><C7>-/<2F>I<FB><13>#<23>]<02>o<8C><6F><C8><DE>&=<3D>z^<5E><>|<7C>u<DA>a<DD>{<7B><>k<0E><>;<3B><><B2><89><FF>!`zb<7A>O<14><>n<BA>p<F5>>٫-<2D>$<24>q <09><><FD>`<07>Lߌ=<3D><><BE><93><9E>.<2E>68s<38><73>l%<25><>F<><46>m<87><0F><><E0><98><0F>?n<>"<22>z0<7A><30>s<E7><73><D7>0<FA>Q<90>/<2F>a<01><07>F><3E><><FB><ED>N{<7B><><D9>@<40>y0<79>wǾ哸<C7BE>A<F3>1<16>y<>`<60>,x<>̀<05><1D><18><><F9>4<>u<F2>5<10><><8D>U{^<5E>[G<>;<3B><><1D><> <0B><1A>G <0A><><8D><E5><1F>Q<0F>=<3D>C<90>١1<D9A1>:<3A><><F0><F5>`f<><66><BF><B1><83><99><BD> ]<0E>`F<>n<FD><07>}<7D>}^<5E><>6<9E><36>{1<>; ߀;<3B><>M<1A><><9B><B1>u<F4><75><D6><F6><A0>|<7C><><E0> X<>ٕ1_<31>5i<35><69><F4><EB>x<DE>~X<><58>!`<1C><>I<9A><1D><16>so쏦t!<21><00>;c><3E>3<FF>u<F1>G<AF>3 N<16>@<40>پ<80><11>ݽV<>؁<><00>3<B3><02>`<60>\<5C>%<25>l[)<29>7`? <20><><C0><F8><16><00><04>m<B8><6D><96><9F><DB>+V[>(<18>M}5<>+<2B>G<>v<BD> <06><B8><E59DB7>0[<5B>~<7E><E4>Vܻ+V[<5B>A<9E><0E><><A2><dc_<63><5F>;p<18>x<FD><78><8A><AF><00><><>E<FF><45><A3><B3>~n-ΠD<CEA0><44>v<08><>8<E0>os<6F>vQJ<51>˵y<CBB5>[<5B>>A<><41><80><D9><FA>$I<>6<DE><36><F6><F5><9E> <0B><06>mW<6D>| <0B>al<> <20>l<C0> .><05><><ED><A2><B1><AF>^74<37><34><11> ́<><00><><B3><E3>ѫW<D1AB><57>2 ^<5E>R<94><52><FA><FE>6<9E><36><F4><F1><0E><13><><02>o4;<3B>g<>uz<><7A><DE><C8>k<CC><6B><9B><FE>(M<><4D>KMmEc<45>Ё³<06>ƙ-<2D>O<FF>X<><58><80><0E>O~<7E><><FB><ECB795> И<><D098>/0<><30><BB><9B>s<D6>|<7C><>y<C6><79>=Fk3<6B><33><B6><9F>U<16>߫95%<25><>&<26>َ<DB><D98E>3<8F><33> <1E>,<2C>ϥ<D2><13><><B3><0F> <0A><00>Y<B3>1_<><5F>E<C6><45>=<3D> =k<>V<F5>Rʋ<52>k)z<><7A><91>j<9F>C<E8>EX<45><58><80><D9><F0>/G<><47>G;<3B><> .=<>qO<71><4F>E<B7><45>N<87><4E>?0<><30><BE><1D><><E1>~<7E><><F9><F4>r4<72>U<90><55>;<3B><>.<2E><<3C><> <0A><01>><18><><82>c<86><63><08>N<BF><4E>}<7D><19><>#|Qg<51><67>{<7B>9<B8><39><18>`<60><><BD><88><F0>P_<50>R<0E><>Tz)<29><>-<2D><>~<10>[}Ǹ<05><><CD>鴆c<E9B486>;<3B><>2<D5>р<E9>rQJy<4A><79><B8><A5><95>5<97><35><BE><B6><F5>0n<17><1F><><B2>uc<>2<F7><32><1A><><FB>,<2C><>f<CF><1B><>r<C8><72><C9>Ww:<18>5<04><>F<><E293AE>I<E6>I<A6><49>L<93><4C>9<F8>f<9C><66>|>±\$y<>u<DC>j,<2C>w<A7>-<2D>q<E7><71>:b`<04><><B8>8IrR<72>q<E3><71><98> c|<7C><>R<E5>i<F6><69><96><8F>0<BC><30><9E>Vv]7I<37>(<28><>-b|<7C><><9E>|O<><4F><EB>}<7D><00><>vL<76>H<F1><1A><>?V~<7E><><CB>7<A2><37><EF><9E><FD><FA><81><CD>#<23><>f/<2F><><17><><B6>,<1F>),<2C> e<><65>f<E0>7I[<5B>R<>/<2F>=<3D>",3`<60>,<01><06>b<08> <20><08>8, <01>V<>`3``,A 0<00>T_<54> <20><02>#[`<07>1M<31><11><><E0>:<00> <04><1D>v]<5D><>0Т<30><D0A2>&]<5D>͌LsG<73><47>5}<7D><><D7BD>\<5C>V<86>{<7B><>M<E4>/<2F><><F0><80>,<2C><>b<F6><62><D6><EA>OIΒ|<7C><><E8>$<24>3/7<><37><A0><C7>&y<><79><9E>$~hp[<5B><>e <0C>8,<2C><<3C>3<AE><33>$g<><67><96>ax<61><78><01>Y<E2><59><8D>1<B3><31>fx><3E>3<AF>d<E1>ʿ<F9><CABF><93>^Y<><59>'<27>=N<>!<21><><C9><EA>Y)eft`<60>\<5C>X<D9><07>|<7C>_f<>,-<2D><>*<2A><>I<87>'<27><><99>+<2B>^<5E>/̠\#<23><><C9B3><CF>a<F5><61>]<5D> 1[
! <20><>뺳$<24><>\<5C>Yy]J9j<39><6A><FC><AF> 0\<15><>"<22>Wg!gB<67><16>{<7B>d<96><64><FA><D9><FF><FD>rh<72>`<60><18><>و<10><><B3><CD>/<02>(#<23><><15><><FF>;G̦›,/<2F>_<04><>E<D1>$<24><0F><><B9><FA>$.<2E><>v<E2><76><D1><DD><EB>i<EE>u<D7><75><12>$<24>y<F9>\y<>k<03>5<EE><35><F0><8D><F4><D1><07><><8F><EB>C<C4>iN<69><4E><EA>&<26><>'9)<29><><A5>Ip9<70>I<BC>&9<>A<BA>.<2E><>4<FC><B4><EFA7AE>eya<79><61><D9><D8><EF>XJ<58><4A>$S<><53>s<DB>6<91><36>s<CC><1D><>[<5B><<35>5<AC><35>N<F0>e<7F><65><A6>v<F9>p<F3><70>L<DB>u?%<25><><F9>B<AD>x3楔<33>ߡ<><DFA1><0E>V<F5>bVl<56>{<03><>5<>X<FC><58><D7><EB>~<7E>.7[E`<16>o4+<2B><<1B>v<><76>/IiV<69><56><FC>2<94><32><B7>~<7E><>r<BB><72><01><><8F>,<1F><> <0B><> <0A>|<7C>g<F0><67>Y<9C><59>|<7C>E<8B><45>I^X<>n><3E><0F>a<BE><61>2<BB><32>|<7C>b<EF>ct\<5C>W`ނA<DE82><0F><><0E>Uv<EEB6B4><76>k<E5>ފq3_O<5F>|<7C>lw4<77>^<5E>`ޝEz1<7A><15><>,<2C>?7|U<><55>&9<><39><F5><B6>Ew4<77><34>:fY<><59><16>E<><45>!^Tr<54>61<36>G<A9>O<FB>8~<7E>8g<<3C><><84><><CF9F>Yv]<5D><><B7>u<12><>`ޡ<>:<13><18>_<CB><1E>?<3F>z<CF><7A><AF><F8>1>M<><4D>R<CE><52>><3E>i<BB><69>t<E7>k<A7><6B><8A><EE><1B>r<FC>g<07><><A2>W<C5>X<>w<84><77>f<>,=<3D><>o<C0><6F><1D>Mr.<2E>w<C8>ţK<C5A3>]g4.<2E><><92><BC>B<F2>1<BB><02><><9D>F,<2C>"<<3C><1E>y<E4>_<92>?<3F><><BE>د3<D8AF><33>,<2C><>71K]x/<2F><><1B>`<16>>n3Y޶4<DEB6><34>wQ<77><51><C7><1A>Ř<E5>\<5C><>NjhWѝd<D19D>ˢ<B3><CBA2><AB>_<D9>p<8F><70>9_<16>,2<><32><A2><AB><A3>v&Y^<5E><><><CBB3>Q<CB>P^<5E><>Y<FE><59><D4>O<DC>]<5D>y<FD><79>q<E5>gy<67>w><3E><><D2>I<F9><49>i_`nj<6E>u<E7><98>)<29><>s<F5><73><F9><B5><C6><1A><><07>v5<76><35>.<2E><>K<FD><4B><B1>p<EC>VR<><18><><F1><F6><FB><16><> <0C><>/w<>̴'1<><31><BE><EA><A0><E9><1F>^<5E><><FA><FF><85><7F><BE> <0B><>ݥ<FC><DDA5>w)<29>}<7D>f_gy<67><79><8F>6<DC>=<3D><> `<08>7j<37>ώ<F0><CF8E>f=<0F><>n<E0>I<E6>e<DE><65><F9><A2><91><B9>}<7D>|<7C><>E^<5E><><83><BF><FA><13><> <0A><>}<>i=1 <0C><>Lx<4C><10>i<DF><69><EE>Uz<55>/<2F>`T<0E><><93><10><>[<5B><><96>W<B9><57><B6><CB><DF>4<FB><34>`i<><69>C}x<><78>wr<77>q^<5E>o<AD><6F><DB>z[<5B>X<D3><58>I<C9>ugq<67><71>3x<33><78><B3>><3E>q<8C>Q樂<51>zg?#=_g<5F><67><BD>|<7C>c6<<3C>YF<59>9<BC>ώ<A6><CF8E>;<1A><>xi<78><69><D6>^<66>G#<23><>:<3A><><D6><7F>EHC<0E>^=<3D>5<F0>`<60>$<24>i<C9>u<D7><75><18><>O)<29>m<18>v8<76><AD>
! 0\v<><76><98><E5><B2>!<21>]t<><74><01><>.<2E><><CA>nZ<6E><5A><97><AD>}<7D>\<5C>(<28>A<C9>u'Y><3E>~<7E><><D1>c<8C>#m<>~<7E><>{<7B>i3<><33>Xj<58>3<E6><33><9E>M,<2C><><F2>3M<33><4D>{S<07>ɧ<A1> <09><>y<14><0F>Iy<>V]<5D>|/<2F><><BE><83><F0><B8><95>o<99>u<F9><08><00><><<3C>I)<29>u<E5><75><8F><B7>x<93><78>P\$<24><><F9>~<7E>`<60>i<EF><69>n\X%<25><02>V,j<>_<8C><5F>E<E9><45><F4><F5><A2><AB>gp<67><70>}y-a<><61>A<EE><41>f-<01>2n<><6E><92>Ӈ]<5D>-<2D>|<7C><><A0>]Ƹ.<01><>0<EF><30>7I<1E>8<EE><38>5<FB>f<><66><01><><D3><D7><D9>l<DB><6C><F9><9D><AE><F5><A2>v<F7><76><8C><83><F6><A2>󖣻
! <20><>m<BE> X<>i<80>E<C9><45>$<24>I~<7E>T<D9>]<5D><*?<3F>R^lh;ڻ<14>G<DB>'`<60>f<86><66><9E><E4><97>bK<><4B>!SC;<0F>z0wiI<69><49><F9><FB>TpX<>x<>γ\<5C><><BA><FE><A5>Hrq<72>8<93><38>j<E8>ntet<65><74><8D><EC><A4><FE><F8>v<12><>,<2C>̍w<CC8D><77><B6><8B><FA><F3><C7>ϓ<EA><CF93>h<DD>IV<49><56>}W<57>԰<9E><D4B0><EE>
! p<><70>@WAӊ<41>R!\6<>H<C9>!L<><4C><FB>``@<40>@<40>``@<40>@<40>``@<40>@<40>``@<40>@<40>``@<40>@<40>``@<40>@<40>`<10>ݺ<E0>1 <20>  <02> <13>3/<2F>|4 =<3D><><C0><BF><FA>N <0C>%˜<6C><D7B4>"<22>?E<>!<07><><F8><04>̃$)<29><>$<24>1<F9>o<C9>ؼ<><D8BC><BD><AE>5<A6><35>IJ<49><0F><>A<05><>r<11><>@<40>\<5C>O<DA>0<89><30>'<27>;<15>3><3E>,,D<>!x<><78>zf<7A><66><BF>=f<>><3E>Q=t<><74><F8><F9><11>1<FE>{<7B>C<C3><01><><AE>͂<81><CD82>yt<79>><3E>$yc<79>h}<06>$o}\@<40><>i<19>r<FA>K)<29>Hrb<72>h=<3D>6b<36>o<A0><6F><F6>_<EC> J)?%yf<79>h6<68><36><C0><96><A1>:<3A><><B8>k&´<<03> <18><>G7<47>D<9C>"<22>ѕ<EC><17>R<E0><<1E><01>ˤ<F4><CBA4><EB>-"<22>%496 <06><>ি<E8>Kh6<68><36><C0><F5>f<E7>@<40><<3C><>/<2F>Z<><01>}s<><73>H<ED>D<D7><44><D8><05>=<3D><>q<E8><71>z⫷#<23>0C<30><01>}s<>-<2D><><FF>G p<><70><8B>y<E0>>B<>'}<7D>(<28><02><>,<2C> <0B><><F4>oG<6F>&<26>^<5E> <20><>̂/<2F><><B2><1F><0E><>{<7B><><00><16>y,E<03><>访<F0><E8AEBF>8pk<11><39>ر[ߎt<DF8E>~<7E>K<04><19><><FF><88><F3>n}<7D><>H<ED>Dx&<26><02><>,xu<78>D<EE><44>]:X<>o&<26><02>J<DC>u&<26><>n<F1><6E><Z<>o<F7>MJ<02>J<DC>WO<57>a`<17>t;<3B>W"<22>%<02>L<DC>-G<03>p<BB><70><B0><89>KX<><01><>hS<68><53>}<7D><00><12>E<E1>P=Yئ<>ݎ$<24><02>t<DC>K)?f<><66><0E>N<E7>mX<6D><58>H_<48>`<60><><00>><3E>?gy<01><>؆<>M<83>",<2C>-E<><45>n<A4>'f<><66><C3>=<3D><><1F>%<02>R<DC><17>of<6F><66>&m<>v<E4>+<2B>k^<5E> <20><>͆<CD86>W<02>s<9B><73>?<3F><>K<1C><>F<9C><46><80><9B>E<F0><45>}<7D>,<2C>!<21><><96><A6>y<F5><79>?<3F>^<5E><>ѕ <0A>g><3E><>E<CB>$<24><>db|<7C>;<3B>Hr<48>.o{6Kr<<3C><><E2>XJ<58><4A>$S`<60><>x<DE>I<A7>$y <20><><<3C><>-<2D><>~lV'c<> <09><>b<80><62><FC>x<C6><78><01><><B7><F0>r<94><72><B4><C3>a<D7><92>p%<25><03><><8C><06><>k<EF><6B><90> ybt<62>/X<>R<94>k<FE><6B><C7><FB><1A><> <09>9ΗdWKП<4B><D09F><ED><9F>t#<23><>ЛI¤F<C2A4><46><00><>_l<5F><00><><A3>/<2F>ѕ <0C> 0c<><63><8B><F0><FF>G 0[<5B><><8F>x_<78><03><>_$<24>{<7B><>FC<46><01>n<D8>?<3F>R<0E><><E3> <0C>NB<a`<60><11>V8`<11><> 0ۏ<><DB8F>$<24>H<FF><48><F2>`<00><1B><>x`<60><03><><08>g<9F><67>`<00><1C><0F><>,`<60>>5 <0C>v#<23>[)<29>q<E5>+,<2C><00><>WX<57><01>Y<D8><59>+,<2C><00> <20>/<2F>|<7C><>{<7B><18>-G<>}<7D><>۔<18>-Gxu<78><75> 0;<3B><><88><F0>^a`<60><11><>F<AD><46><F8>`<00><><E18FA5><94>WX<57><01>I<D8>gq<67><71><03><><08>3nS`<00><1E><>x<93><78><03><>{<7B><><03><><08>WX<57><01>a<D8><61><1E>4`<00><1E>ߒ<E1>#<23>`<00><1E><><E1>
! <20><>6%`!<21>e<9E><65>4`v<15>Y.I<><49>^a`<60>><3E>H_i(<28><00><>MI<4D><01>S<E8>G<84>JC<06>O<11>{<7B><> ۍ<><DB8D>R<C7>aF<61>JC<06><>!<21>e<9E><65>
! 0}<7D><>?<3F>a<06><>>I<>cx<><78><03><><0F><><F2> @ ܽ<> @K<11>{<7B><><03>v#<23>[<5B><><01><>P<D2>h-—_i(<28><00><><10><><CF><D2><F0> @<40>n<><6E><F2> @<40>><3E><><CD>pSWH 0C<>ps<70>
! 0C<>pS<70>4`<00><18>S<E1><00>H<C0>x<7F>B<B1><42>B<ED> IEND<4E>B`<60>
\ No newline at end of file
diff -x dist -x build -craB from/res/values/colors.xml to/res/values/colors.xml
*** from/res/values/colors.xml 2021-01-04 15:38:14.217389161 -0700
--- to/res/values/colors.xml 2021-01-11 15:24:30.043175617 -0700
***************
*** 1,7 ****
<?xml version="1.0" encoding="utf-8"?>
<resources>
! <color name="abc_decor_view_status_guard">#ff000000</color>
! <color name="abc_decor_view_status_guard_light">#ffffffff</color>
<color name="abc_search_url_text_normal">#ff7fa87f</color>
<color name="abc_search_url_text_pressed">@android:color/black</color>
<color name="abc_search_url_text_selected">@android:color/black</color>
--- 1,7 ----
<?xml version="1.0" encoding="utf-8"?>
<resources>
! <color name="abc_decor_view_status_guard">#ff2a2a2a</color>
! <color name="abc_decor_view_status_guard_light">#ffbebebe</color>
<color name="abc_search_url_text_normal">#ff7fa87f</color>
<color name="abc_search_url_text_pressed">@android:color/black</color>
<color name="abc_search_url_text_selected">@android:color/black</color>
***************
*** 11,18 ****
<color name="alert_default_icon_color">@android:color/white</color>
<color name="alert_default_text_color">@android:color/white</color>
<color name="alerter_default_success_background">#ff4caf50</color>
! <color name="androidx_core_ripple_material_light">#1f000000</color>
! <color name="androidx_core_secondary_text_default_material_light">#8a000000</color>
<color name="auth_dark">#ff28292c</color>
<color name="auth_light">#ff748bdc</color>
<color name="background_floating_material_dark">@color/material_grey_800</color>
--- 11,18 ----
<color name="alert_default_icon_color">@android:color/white</color>
<color name="alert_default_text_color">@android:color/white</color>
<color name="alerter_default_success_background">#ff4caf50</color>
! <color name="androidx_core_ripple_material_light">#1f2a2a2a</color>
! <color name="androidx_core_secondary_text_default_material_light">#8a2a2a2a</color>
<color name="auth_dark">#ff28292c</color>
<color name="auth_light">#ff748bdc</color>
<color name="background_floating_material_dark">@color/material_grey_800</color>
***************
*** 21,27 ****
<color name="background_material_light">@color/material_grey_50</color>
<color name="battlenet">#ff009ae5</color>
<color name="battlenet_500">#ff009ae5</color>
! <color name="black">#ff000000</color>
<color name="black_100">#fff2f2f2</color>
<color name="black_130">#ffe8e8e8</color>
<color name="black_160">#ffdadada</color>
--- 21,27 ----
<color name="background_material_light">@color/material_grey_50</color>
<color name="battlenet">#ff009ae5</color>
<color name="battlenet_500">#ff009ae5</color>
! <color name="black">#ff2a2a2a</color>
<color name="black_100">#fff2f2f2</color>
<color name="black_130">#ffe8e8e8</color>
<color name="black_160">#ffdadada</color>
***************
*** 32,148 ****
<color name="black_330">#ff7a7a7a</color>
<color name="black_360">#ff5c5c5c</color>
<color name="black_400">#ff333333</color>
! <color name="black_430">#ff252525</color>
! <color name="black_460">#ff141414</color>
! <color name="black_500">#ff000000</color>
! <color name="black_530">#ff000000</color>
! <color name="black_560">#ff000000</color>
! <color name="black_600">#ff000000</color>
! <color name="black_630">#ff000000</color>
! <color name="black_660">#ff000000</color>
! <color name="black_700">#ff000000</color>
! <color name="black_730">#ff000000</color>
! <color name="black_760">#ff000000</color>
! <color name="black_800">#ff000000</color>
! <color name="black_830">#ff000000</color>
! <color name="black_860">#ff000000</color>
! <color name="black_900">#ff000000</color>
! <color name="black_alpha_05">#0d000000</color>
! <color name="black_alpha_10">#1a000000</color>
! <color name="black_alpha_20">#33000000</color>
! <color name="black_alpha_30">#48000000</color>
! <color name="black_alpha_60">#99000000</color>
! <color name="black_alpha_70">#b3000000</color>
! <color name="black_alpha_80">#cc000000</color>
! <color name="brand">#ff7289da</color>
! <color name="brand_100">#fff8f9fd</color>
! <color name="brand_130">#fff2f4fc</color>
! <color name="brand_160">#ffebeefa</color>
! <color name="brand_200">#ffe3e7f8</color>
! <color name="brand_230">#ffdae0f5</color>
! <color name="brand_260">#ffd1d9f3</color>
! <color name="brand_300">#ffc7d0f0</color>
! <color name="brand_330">#ffb5c1ec</color>
! <color name="brand_360">#ffa5b3e7</color>
! <color name="brand_400">#ff8ea1e1</color>
! <color name="brand_430">#ff869adf</color>
! <color name="brand_460">#ff7d92dd</color>
! <color name="brand_500">#ff7289da</color>
! <color name="brand_500_alpha_20">#337289da</color>
! <color name="brand_530">#ff687dc6</color>
! <color name="brand_560">#ff5c6fb1</color>
! <color name="brand_600">#ff4e5d94</color>
! <color name="brand_630">#ff435180</color>
! <color name="brand_660">#ff3b4770</color>
! <color name="brand_700">#ff2e3757</color>
! <color name="brand_730">#ff2b3352</color>
! <color name="brand_760">#ff272f4b</color>
! <color name="brand_800">#ff222941</color>
! <color name="brand_830">#ff1a2032</color>
! <color name="brand_860">#ff111521</color>
! <color name="brand_900">#ff06070b</color>
! <color name="bright_foreground_disabled_material_dark">#80ffffff</color>
! <color name="bright_foreground_disabled_material_light">#80000000</color>
<color name="bright_foreground_inverse_material_dark">@color/bright_foreground_material_light</color>
<color name="bright_foreground_inverse_material_light">@color/bright_foreground_material_dark</color>
<color name="bright_foreground_material_dark">@android:color/white</color>
<color name="bright_foreground_material_light">@android:color/black</color>
! <color name="browser_actions_bg_grey">#fff5f5f5</color>
! <color name="browser_actions_divider_color">#1e000000</color>
! <color name="browser_actions_text_color">#de000000</color>
<color name="browser_actions_title_color">#ff646464</color>
! <color name="button_material_dark">#ff5a595b</color>
<color name="button_material_light">#ffd6d7d7</color>
<color name="cardview_dark_background">#ff424242</color>
! <color name="cardview_light_background">#ffffffff</color>
! <color name="cardview_shadow_end_color">#03000000</color>
! <color name="cardview_shadow_start_color">#37000000</color>
! <color name="color_clicked_darker">#33000000</color>
! <color name="color_clicked_lighter">#40ffffff</color>
<color name="common_google_signin_btn_text_dark_default">@android:color/white</color>
! <color name="common_google_signin_btn_text_dark_disabled">#1f000000</color>
<color name="common_google_signin_btn_text_dark_focused">@android:color/black</color>
<color name="common_google_signin_btn_text_dark_pressed">@android:color/white</color>
! <color name="common_google_signin_btn_text_light_default">#90000000</color>
! <color name="common_google_signin_btn_text_light_disabled">#1f000000</color>
! <color name="common_google_signin_btn_text_light_focused">#90000000</color>
! <color name="common_google_signin_btn_text_light_pressed">#de000000</color>
! <color name="dark_grey_2">#ff36393e</color>
! <color name="dark_grey_2_alpha_10">#ff303337</color>
! <color name="design_bottom_navigation_shadow_color">#14000000</color>
! <color name="design_dark_default_color_background">#ff121212</color>
<color name="design_dark_default_color_error">#ffcf6679</color>
! <color name="design_dark_default_color_on_background">#ffffffff</color>
! <color name="design_dark_default_color_on_error">#ff000000</color>
! <color name="design_dark_default_color_on_primary">#ff000000</color>
! <color name="design_dark_default_color_on_secondary">#ff000000</color>
! <color name="design_dark_default_color_on_surface">#ffffffff</color>
<color name="design_dark_default_color_primary">#ffba86fc</color>
! <color name="design_dark_default_color_primary_dark">#ff000000</color>
<color name="design_dark_default_color_primary_variant">#ff3700b3</color>
<color name="design_dark_default_color_secondary">#ff03dac6</color>
<color name="design_dark_default_color_secondary_variant">#ff03dac6</color>
! <color name="design_dark_default_color_surface">#ff121212</color>
! <color name="design_default_color_background">#ffffffff</color>
<color name="design_default_color_error">#ffb00020</color>
! <color name="design_default_color_on_background">#ff000000</color>
! <color name="design_default_color_on_error">#ffffffff</color>
! <color name="design_default_color_on_primary">#ffffffff</color>
! <color name="design_default_color_on_secondary">#ff000000</color>
! <color name="design_default_color_on_surface">#ff000000</color>
<color name="design_default_color_primary">#ff6200ee</color>
<color name="design_default_color_primary_dark">#ff3700b3</color>
<color name="design_default_color_primary_variant">#ff3700b3</color>
<color name="design_default_color_secondary">#ff03dac6</color>
<color name="design_default_color_secondary_variant">#ff018786</color>
! <color name="design_default_color_surface">#ffffffff</color>
<color name="design_fab_shadow_end_color">@android:color/transparent</color>
! <color name="design_fab_shadow_mid_color">#14000000</color>
! <color name="design_fab_shadow_start_color">#44000000</color>
! <color name="design_fab_stroke_end_inner_color">#0a000000</color>
! <color name="design_fab_stroke_end_outer_color">#0f000000</color>
! <color name="design_fab_stroke_top_inner_color">#1affffff</color>
! <color name="design_fab_stroke_top_outer_color">#2effffff</color>
<color name="design_snackbar_background_color">#ff323232</color>
<color name="dim_foreground_disabled_material_dark">#80bebebe</color>
<color name="dim_foreground_disabled_material_light">#80323232</color>
--- 32,148 ----
<color name="black_330">#ff7a7a7a</color>
<color name="black_360">#ff5c5c5c</color>
<color name="black_400">#ff333333</color>
! <color name="black_430">#ff2a2a2a</color>
! <color name="black_460">#ff2a2a2a</color>
! <color name="black_500">#ff2a2a2a</color>
! <color name="black_530">#ff2a2a2a</color>
! <color name="black_560">#ff2a2a2a</color>
! <color name="black_600">#ff2a2a2a</color>
! <color name="black_630">#ff2a2a2a</color>
! <color name="black_660">#ff2a2a2a</color>
! <color name="black_700">#ff2a2a2a</color>
! <color name="black_730">#ff2a2a2a</color>
! <color name="black_760">#ff2a2a2a</color>
! <color name="black_800">#ff2a2a2a</color>
! <color name="black_830">#ff2a2a2a</color>
! <color name="black_860">#ff2a2a2a</color>
! <color name="black_900">#ff2a2a2a</color>
! <color name="black_alpha_05">#0d2a2a2a</color>
! <color name="black_alpha_10">#1a2a2a2a</color>
! <color name="black_alpha_20">#332a2a2a</color>
! <color name="black_alpha_30">#482a2a2a</color>
! <color name="black_alpha_60">#992a2a2a</color>
! <color name="black_alpha_70">#b32a2a2a</color>
! <color name="black_alpha_80">#cc2a2a2a</color>
! <color name="brand">#ffaa8f7c</color>
! <color name="brand_100">#ffbebebe</color>
! <color name="brand_130">#ffbebebe</color>
! <color name="brand_160">#ffbebebe</color>
! <color name="brand_200">#ffbebebe</color>
! <color name="brand_230">#ffbebebe</color>
! <color name="brand_260">#ffbebebe</color>
! <color name="brand_300">#ffbebebe</color>
! <color name="brand_330">#ffbebebe</color>
! <color name="brand_360">#ffaa8f7c</color>
! <color name="brand_400">#ff987a6b</color>
! <color name="brand_430">#ff987a6b</color>
! <color name="brand_460">#ff987a6b</color>
! <color name="brand_500">#ff987a6b</color>
! <color name="brand_500_alpha_20">#33987a6b</color>
! <color name="brand_530">#ffaa8f7c</color>
! <color name="brand_560">#ffaa8f7c</color>
! <color name="brand_600">#ffaa8f7c</color>
! <color name="brand_630">#ff987a6b</color>
! <color name="brand_660">#ff987a6b</color>
! <color name="brand_700">#ff987a6b</color>
! <color name="brand_730">#ff937f74</color>
! <color name="brand_760">#ff937f74</color>
! <color name="brand_800">#ff3a3a3a</color>
! <color name="brand_830">#ff3a3a3a</color>
! <color name="brand_860">#ff2a2a2a</color>
! <color name="brand_900">#ff2a2a2a</color>
! <color name="bright_foreground_disabled_material_dark">#80bebebe</color>
! <color name="bright_foreground_disabled_material_light">#802a2a2a</color>
<color name="bright_foreground_inverse_material_dark">@color/bright_foreground_material_light</color>
<color name="bright_foreground_inverse_material_light">@color/bright_foreground_material_dark</color>
<color name="bright_foreground_material_dark">@android:color/white</color>
<color name="bright_foreground_material_light">@android:color/black</color>
! <color name="browser_actions_bg_grey">#ffbebebe</color>
! <color name="browser_actions_divider_color">#1e2a2a2a</color>
! <color name="browser_actions_text_color">#de2a2a2a</color>
<color name="browser_actions_title_color">#ff646464</color>
! <color name="button_material_dark">#ff5d5d5d</color>
<color name="button_material_light">#ffd6d7d7</color>
<color name="cardview_dark_background">#ff424242</color>
! <color name="cardview_light_background">#ffbebebe</color>
! <color name="cardview_shadow_end_color">#032a2a2a</color>
! <color name="cardview_shadow_start_color">#372a2a2a</color>
! <color name="color_clicked_darker">#332a2a2a</color>
! <color name="color_clicked_lighter">#40bebebe</color>
<color name="common_google_signin_btn_text_dark_default">@android:color/white</color>
! <color name="common_google_signin_btn_text_dark_disabled">#1f2a2a2a</color>
<color name="common_google_signin_btn_text_dark_focused">@android:color/black</color>
<color name="common_google_signin_btn_text_dark_pressed">@android:color/white</color>
! <color name="common_google_signin_btn_text_light_default">#902a2a2a</color>
! <color name="common_google_signin_btn_text_light_disabled">#1f2a2a2a</color>
! <color name="common_google_signin_btn_text_light_focused">#902a2a2a</color>
! <color name="common_google_signin_btn_text_light_pressed">#de2a2a2a</color>
! <color name="dark_grey_2">#ff2a2a2a</color>
! <color name="dark_grey_2_alpha_10">#ff2a2a2a</color>
! <color name="design_bottom_navigation_shadow_color">#142a2a2a</color>
! <color name="design_dark_default_color_background">#ff2a2a2a</color>
<color name="design_dark_default_color_error">#ffcf6679</color>
! <color name="design_dark_default_color_on_background">#ffbebebe</color>
! <color name="design_dark_default_color_on_error">#ff2a2a2a</color>
! <color name="design_dark_default_color_on_primary">#ff2a2a2a</color>
! <color name="design_dark_default_color_on_secondary">#ff2a2a2a</color>
! <color name="design_dark_default_color_on_surface">#ffbebebe</color>
<color name="design_dark_default_color_primary">#ffba86fc</color>
! <color name="design_dark_default_color_primary_dark">#ff2a2a2a</color>
<color name="design_dark_default_color_primary_variant">#ff3700b3</color>
<color name="design_dark_default_color_secondary">#ff03dac6</color>
<color name="design_dark_default_color_secondary_variant">#ff03dac6</color>
! <color name="design_dark_default_color_surface">#ff2a2a2a</color>
! <color name="design_default_color_background">#ffbebebe</color>
<color name="design_default_color_error">#ffb00020</color>
! <color name="design_default_color_on_background">#ff2a2a2a</color>
! <color name="design_default_color_on_error">#ffbebebe</color>
! <color name="design_default_color_on_primary">#ffbebebe</color>
! <color name="design_default_color_on_secondary">#ff2a2a2a</color>
! <color name="design_default_color_on_surface">#ff2a2a2a</color>
<color name="design_default_color_primary">#ff6200ee</color>
<color name="design_default_color_primary_dark">#ff3700b3</color>
<color name="design_default_color_primary_variant">#ff3700b3</color>
<color name="design_default_color_secondary">#ff03dac6</color>
<color name="design_default_color_secondary_variant">#ff018786</color>
! <color name="design_default_color_surface">#ffbebebe</color>
<color name="design_fab_shadow_end_color">@android:color/transparent</color>
! <color name="design_fab_shadow_mid_color">#142a2a2a</color>
! <color name="design_fab_shadow_start_color">#442a2a2a</color>
! <color name="design_fab_stroke_end_inner_color">#0a2a2a2a</color>
! <color name="design_fab_stroke_end_outer_color">#0f2a2a2a</color>
! <color name="design_fab_stroke_top_inner_color">#1abebebe</color>
! <color name="design_fab_stroke_top_outer_color">#2ebebebe</color>
<color name="design_snackbar_background_color">#ff323232</color>
<color name="dim_foreground_disabled_material_dark">#80bebebe</color>
<color name="dim_foreground_disabled_material_light">#80323232</color>
***************
*** 151,157 ****
<color name="error_color_material_dark">#ffff7043</color>
<color name="error_color_material_light">#ffff5722</color>
<color name="exo_edit_mode_background_color">#fff4f3f0</color>
! <color name="exo_error_message_background_color">#aa000000</color>
<color name="facebook">#ff355089</color>
<color name="facebook_500">#ff355089</color>
<color name="flexInputIconColor">@color/primary_500</color>
--- 151,157 ----
<color name="error_color_material_dark">#ffff7043</color>
<color name="error_color_material_light">#ffff5722</color>
<color name="exo_edit_mode_background_color">#fff4f3f0</color>
! <color name="exo_error_message_background_color">#aa2a2a2a</color>
<color name="facebook">#ff355089</color>
<color name="facebook_500">#ff355089</color>
<color name="flexInputIconColor">@color/primary_500</color>
***************
*** 164,178 ****
<color name="gold">#ffffc819</color>
<color name="gold_500">#ffffc819</color>
<color name="google">#ffcb2120</color>
! <color name="grey_1">#ff99aab5</color>
! <color name="grey_1_alpha_60">#9999aab5</color>
! <color name="grey_2">#ff87909c</color>
! <color name="grey_3">#ff737f8d</color>
! <color name="grey_3_alpha_30">#4d737f8d</color>
<color name="grey_4">#ff949494</color>
! <color name="grey_6_alpha_05">#0d4f545c</color>
! <color name="grey_account">#ff282b30</color>
! <color name="grey_unread">#ff8a8e94</color>
<color name="highlighted_text_material_dark">#6680cbc4</color>
<color name="highlighted_text_material_light">#66009688</color>
<color name="hypesquad_house_1">#ff9c84ef</color>
--- 164,178 ----
<color name="gold">#ffffc819</color>
<color name="gold_500">#ffffc819</color>
<color name="google">#ffcb2120</color>
! <color name="grey_1">#ffbebebe</color>
! <color name="grey_1_alpha_60">#99bebebe</color>
! <color name="grey_2">#ff3a3a3a</color>
! <color name="grey_3">#ff3a3a3a</color>
! <color name="grey_3_alpha_30">#4d3a3a3a</color>
<color name="grey_4">#ff949494</color>
! <color name="grey_6_alpha_05">#0d3a3a3a</color>
! <color name="grey_account">#ff2a2a2a</color>
! <color name="grey_unread">#ff2a2a2a</color>
<color name="highlighted_text_material_dark">#6680cbc4</color>
<color name="highlighted_text_material_light">#66009688</color>
<color name="hypesquad_house_1">#ff9c84ef</color>
***************
*** 182,194 ****
<color name="hypesquad_house_3">#ff45ddc0</color>
<color name="hypesquad_house_3_500">#ff45ddc0</color>
<color name="league_of_legends">#ff021f25</color>
! <color name="link">#ff00b0f4</color>
! <color name="link_100">#fff2fbfe</color>
! <color name="link_130">#ffe8f8fe</color>
! <color name="link_160">#ffdaf4fd</color>
! <color name="link_200">#ffcceffd</color>
! <color name="link_230">#ffbdeafc</color>
! <color name="link_260">#fface5fb</color>
<color name="link_300">#ff99dffb</color>
<color name="link_330">#ff7ad6f9</color>
<color name="link_360">#ff5cccf8</color>
--- 182,194 ----
<color name="hypesquad_house_3">#ff45ddc0</color>
<color name="hypesquad_house_3_500">#ff45ddc0</color>
<color name="league_of_legends">#ff021f25</color>
! <color name="link">#ffaa8f7c</color>
! <color name="link_100">#ffbebebe</color>
! <color name="link_130">#ffbebebe</color>
! <color name="link_160">#ffbebebe</color>
! <color name="link_200">#ffbebebe</color>
! <color name="link_230">#ffbebebe</color>
! <color name="link_260">#ffbebebe</color>
<color name="link_300">#ff99dffb</color>
<color name="link_330">#ff7ad6f9</color>
<color name="link_360">#ff5cccf8</color>
***************
*** 203,213 ****
<color name="link_660">#ff005b7e</color>
<color name="link_700">#ff004662</color>
<color name="link_730">#ff00425b</color>
! <color name="link_760">#ff003d54</color>
! <color name="link_800">#ff003549</color>
! <color name="link_830">#ff002838</color>
! <color name="link_860">#ff001a25</color>
! <color name="link_900">#ff00090c</color>
<color name="link_light">#ff0067e0</color>
<color name="link_light_100">#fff2f7fd</color>
<color name="link_light_130">#ffe8f1fc</color>
--- 203,213 ----
<color name="link_660">#ff005b7e</color>
<color name="link_700">#ff004662</color>
<color name="link_730">#ff00425b</color>
! <color name="link_760">#ff3a3a3a</color>
! <color name="link_800">#ff3a3a3a</color>
! <color name="link_830">#ff2a2a2a</color>
! <color name="link_860">#ff2a2a2a</color>
! <color name="link_900">#ff2a2a2a</color>
<color name="link_light">#ff0067e0</color>
<color name="link_light_100">#fff2f7fd</color>
<color name="link_light_130">#ffe8f1fc</color>
***************
*** 236,268 ****
<color name="link_light_900">#ff00050b</color>
<color name="lol">#ff021f25</color>
<color name="lol_500">#ff021f25</color>
! <color name="material_blue_grey_800">#ff37474f</color>
! <color name="material_blue_grey_900">#ff263238</color>
! <color name="material_blue_grey_950">#ff21272b</color>
! <color name="material_deep_teal_200">#ff80cbc4</color>
! <color name="material_deep_teal_500">#ff008577</color>
! <color name="material_grey_100">#fff5f5f5</color>
! <color name="material_grey_300">#ffe0e0e0</color>
! <color name="material_grey_50">#fffafafa</color>
! <color name="material_grey_600">#ff757575</color>
! <color name="material_grey_800">#ff424242</color>
! <color name="material_grey_850">#ff303030</color>
! <color name="material_grey_900">#ff212121</color>
! <color name="mtrl_btn_text_color_disabled">#61000000</color>
! <color name="mtrl_btn_transparent_bg_color">#00ffffff</color>
! <color name="mtrl_scrim_color">#52000000</color>
! <color name="mtrl_textinput_default_box_stroke_color">#6b000000</color>
! <color name="mtrl_textinput_disabled_color">#1f000000</color>
! <color name="mtrl_textinput_filled_box_default_background_color">#0a000000</color>
! <color name="mtrl_textinput_focused_box_stroke_color">#00000000</color>
! <color name="mtrl_textinput_hovered_box_stroke_color">#de000000</color>
<color name="nav_bar_color">@color/black_alpha_60</color>
<color name="notification_action_color_filter">@color/androidx_core_secondary_text_default_material_light</color>
<color name="notification_icon_bg_color">#ff9e9e9e</color>
<color name="notification_material_background_media_default_color">#ff424242</color>
<color name="partner">#ff4087ed</color>
<color name="partner_500">#ff4087ed</color>
! <color name="preference_fallback_accent_color">#ff008577</color>
<color name="premium_guild_blue">#ff3e70dd</color>
<color name="premium_guild_blue_500">#ff3e70dd</color>
<color name="premium_guild_pink">#ffff73fa</color>
--- 236,268 ----
<color name="link_light_900">#ff00050b</color>
<color name="lol">#ff021f25</color>
<color name="lol_500">#ff021f25</color>
! <color name="material_blue_grey_800">#ff3a3a3a</color>
! <color name="material_blue_grey_900">#ff3a3a3a</color>
! <color name="material_blue_grey_950">#ff2a2a2a</color>
! <color name="material_deep_teal_200">#ff627a8a</color>
! <color name="material_deep_teal_500">#ff8b8f7e</color>
! <color name="material_grey_100">#ffbebebe</color>
! <color name="material_grey_300">#ffbebebe</color>
! <color name="material_grey_50">#ffbebebe</color>
! <color name="material_grey_600">#ff3a3a3a</color>
! <color name="material_grey_800">#ff3a3a3a</color>
! <color name="material_grey_850">#ff3a3a3a</color>
! <color name="material_grey_900">#ff2a2a2a</color>
! <color name="mtrl_btn_text_color_disabled">#612a2a2a</color>
! <color name="mtrl_btn_transparent_bg_color">#00bebebe</color>
! <color name="mtrl_scrim_color">#522a2a2a</color>
! <color name="mtrl_textinput_default_box_stroke_color">#6b2a2a2a</color>
! <color name="mtrl_textinput_disabled_color">#1f2a2a2a</color>
! <color name="mtrl_textinput_filled_box_default_background_color">#0a2a2a2a</color>
! <color name="mtrl_textinput_focused_box_stroke_color">#002a2a2a</color>
! <color name="mtrl_textinput_hovered_box_stroke_color">#de2a2a2a</color>
<color name="nav_bar_color">@color/black_alpha_60</color>
<color name="notification_action_color_filter">@color/androidx_core_secondary_text_default_material_light</color>
<color name="notification_icon_bg_color">#ff9e9e9e</color>
<color name="notification_material_background_media_default_color">#ff424242</color>
<color name="partner">#ff4087ed</color>
<color name="partner_500">#ff4087ed</color>
! <color name="preference_fallback_accent_color">#ff8b8f7e</color>
<color name="premium_guild_blue">#ff3e70dd</color>
<color name="premium_guild_blue_500">#ff3e70dd</color>
<color name="premium_guild_pink">#ffff73fa</color>
***************
*** 277,349 ****
<color name="premium_tier_2_pink_500">#ffe292aa</color>
<color name="premium_tier_2_purple">#ffb473f5</color>
<color name="premium_tier_2_purple_500">#ffb473f5</color>
! <color name="primary_000">#ffffffff</color>
! <color name="primary_000_alpha_12">#1fffffff</color>
<color name="primary_100">#fff6f6f7</color>
<color name="primary_100_alpha_30">#4df6f6f7</color>
<color name="primary_100_alpha_60">#99f6f6f7</color>
<color name="primary_100_alpha_90">#e6f6f6f7</color>
! <color name="primary_200">#ffdcddde</color>
! <color name="primary_200_alpha_30">#4ddcddde</color>
! <color name="primary_200_alpha_50">#80dcddde</color>
! <color name="primary_200_alpha_60">#99dcddde</color>
! <color name="primary_300">#ffb9bbbe</color>
! <color name="primary_300_alpha_30">#4db9bbbe</color>
! <color name="primary_300_alpha_60">#99b9bbbe</color>
! <color name="primary_360">#ff8e9297</color>
! <color name="primary_400">#ff72767d</color>
! <color name="primary_400_alpha_30">#4d72767d</color>
! <color name="primary_400_alpha_60">#9972767d</color>
! <color name="primary_500">#ff4f545c</color>
! <color name="primary_500_alpha_20">#334f545c</color>
! <color name="primary_500_alpha_30">#4d4f545c</color>
! <color name="primary_500_alpha_32">#514f545c</color>
! <color name="primary_500_alpha_60">#994f545c</color>
<color name="primary_560">#ff40444b</color>
! <color name="primary_600">#ff36393f</color>
! <color name="primary_600_alpha_60">#9936393f</color>
! <color name="primary_630">#ff2f3136</color>
! <color name="primary_630_alpha_60">#992f3136</color>
! <color name="primary_630_alpha_90">#e62f3136</color>
! <color name="primary_660">#ff292b2f</color>
! <color name="primary_660_alpha_90">#e6292b2f</color>
! <color name="primary_700">#ff202225</color>
! <color name="primary_700_alpha_50">#80202225</color>
! <color name="primary_700_alpha_60">#99202225</color>
! <color name="primary_800">#ff18191c</color>
! <color name="primary_800_alpha_50">#8018191c</color>
! <color name="primary_800_alpha_60">#9918191c</color>
! <color name="primary_800_alpha_90">#e618191c</color>
! <color name="primary_900">#ff040405</color>
! <color name="primary_900_alpha_30">#4d040405</color>
! <color name="primary_900_alpha_60">#99040405</color>
! <color name="primary_900_alpha_80">#cc040405</color>
! <color name="primary_dark">#ff4f545c</color>
! <color name="primary_dark_100">#fff6f6f7</color>
! <color name="primary_dark_130">#ffeff0f0</color>
! <color name="primary_dark_160">#ffe6e6e8</color>
! <color name="primary_dark_200">#ffdcddde</color>
! <color name="primary_dark_230">#ffd1d3d5</color>
! <color name="primary_dark_260">#ffc6c8ca</color>
! <color name="primary_dark_300">#ffb9bbbe</color>
! <color name="primary_dark_330">#ffa3a6aa</color>
! <color name="primary_dark_360">#ff8e9297</color>
! <color name="primary_dark_400">#ff72767d</color>
! <color name="primary_dark_430">#ff686d73</color>
! <color name="primary_dark_460">#ff5d6269</color>
! <color name="primary_dark_500">#ff4f545c</color>
! <color name="primary_dark_530">#ff484c54</color>
! <color name="primary_dark_560">#ff40444b</color>
! <color name="primary_dark_600">#ff36393f</color>
! <color name="primary_dark_630">#ff2f3136</color>
! <color name="primary_dark_660">#ff292b2f</color>
! <color name="primary_dark_700">#ff202225</color>
! <color name="primary_dark_730">#ff1e1f22</color>
! <color name="primary_dark_760">#ff1b1d20</color>
! <color name="primary_dark_800">#ff18191c</color>
! <color name="primary_dark_830">#ff121315</color>
! <color name="primary_dark_860">#ff0c0d0e</color>
! <color name="primary_dark_900">#ff040405</color>
<color name="primary_dark_material_dark">@android:color/black</color>
<color name="primary_dark_material_light">@color/material_grey_600</color>
<color name="primary_light">#ff747f8d</color>
--- 277,349 ----
<color name="premium_tier_2_pink_500">#ffe292aa</color>
<color name="premium_tier_2_purple">#ffb473f5</color>
<color name="premium_tier_2_purple_500">#ffb473f5</color>
! <color name="primary_000">#ffbebebe</color>
! <color name="primary_000_alpha_12">#1fbebebe</color>
<color name="primary_100">#fff6f6f7</color>
<color name="primary_100_alpha_30">#4df6f6f7</color>
<color name="primary_100_alpha_60">#99f6f6f7</color>
<color name="primary_100_alpha_90">#e6f6f6f7</color>
! <color name="primary_200">#ffbebebe</color>
! <color name="primary_200_alpha_30">#4dbebebe</color>
! <color name="primary_200_alpha_50">#80bebebe</color>
! <color name="primary_200_alpha_60">#99bebebe</color>
! <color name="primary_300">#ffbebebe</color>
! <color name="primary_300_alpha_30">#4dbebebe</color>
! <color name="primary_300_alpha_60">#99bebebe</color>
! <color name="primary_360">#ff999999</color>
! <color name="primary_400">#ff7e7e7e</color>
! <color name="primary_400_alpha_30">#4d7e7e7e</color>
! <color name="primary_400_alpha_60">#997e7e7e</color>
! <color name="primary_500">#ff3a3a3a</color>
! <color name="primary_500_alpha_20">#332a2a2a</color>
! <color name="primary_500_alpha_30">#4d2a2a2a</color>
! <color name="primary_500_alpha_32">#512a2a2a</color>
! <color name="primary_500_alpha_60">#992a2a2a</color>
<color name="primary_560">#ff40444b</color>
! <color name="primary_600">#ff2a2a2a</color>
! <color name="primary_600_alpha_60">#992a2a2a</color>
! <color name="primary_630">#ff2a2a2a</color>
! <color name="primary_630_alpha_60">#992a2a2a</color>
! <color name="primary_630_alpha_90">#e62a2a2a</color>
! <color name="primary_660">#ff2a2a2a</color>
! <color name="primary_660_alpha_90">#e62a2a2a</color>
! <color name="primary_700">#ff2a2a2a</color>
! <color name="primary_700_alpha_50">#802a2a2a</color>
! <color name="primary_700_alpha_60">#992a2a2a</color>
! <color name="primary_800">#ff2a2a2a</color>
! <color name="primary_800_alpha_50">#802a2a2a</color>
! <color name="primary_800_alpha_60">#992a2a2a</color>
! <color name="primary_800_alpha_90">#e62a2a2a</color>
! <color name="primary_900">#ff2a2a2a</color>
! <color name="primary_900_alpha_30">#4d2a2a2a</color>
! <color name="primary_900_alpha_60">#992a2a2a</color>
! <color name="primary_900_alpha_80">#cc2a2a2a</color>
! <color name="primary_dark">#ff3a3a3a</color>
! <color name="primary_dark_100">#ffbebebe</color>
! <color name="primary_dark_130">#ffbebebe</color>
! <color name="primary_dark_160">#ffbebebe</color>
! <color name="primary_dark_200">#ffbebebe</color>
! <color name="primary_dark_230">#ffbebebe</color>
! <color name="primary_dark_260">#ffbebebe</color>
! <color name="primary_dark_300">#ffbebebe</color>
! <color name="primary_dark_330">#ffa8a8a8</color>
! <color name="primary_dark_360">#ff999999</color>
! <color name="primary_dark_400">#ff7e7e7e</color>
! <color name="primary_dark_430">#ff707172</color>
! <color name="primary_dark_460">#ff676767</color>
! <color name="primary_dark_500">#ff3a3a3a</color>
! <color name="primary_dark_530">#ff3a3a3a</color>
! <color name="primary_dark_560">#ff3a3a3a</color>
! <color name="primary_dark_600">#ff2a2a2a</color>
! <color name="primary_dark_630">#ff2a2a2a</color>
! <color name="primary_dark_660">#ff2a2a2a</color>
! <color name="primary_dark_700">#ff2a2a2a</color>
! <color name="primary_dark_730">#ff2a2a2a</color>
! <color name="primary_dark_760">#ff2a2a2a</color>
! <color name="primary_dark_800">#ff2a2a2a</color>
! <color name="primary_dark_830">#ff2a2a2a</color>
! <color name="primary_dark_860">#ff2a2a2a</color>
! <color name="primary_dark_900">#ff2a2a2a</color>
<color name="primary_dark_material_dark">@android:color/black</color>
<color name="primary_dark_material_light">@color/material_grey_600</color>
<color name="primary_light">#ff747f8d</color>
***************
*** 377,408 ****
<color name="primary_light_900">#ff060607</color>
<color name="primary_material_dark">@color/material_grey_900</color>
<color name="primary_material_light">@color/material_grey_100</color>
! <color name="primary_text_default_material_dark">#ffffffff</color>
! <color name="primary_text_default_material_light">#de000000</color>
! <color name="primary_text_disabled_material_dark">#4dffffff</color>
! <color name="primary_text_disabled_material_light">#39000000</color>
! <color name="purple_brand">#ff738bd7</color>
! <color name="purple_brand_alpha_10">#1a738bd7</color>
! <color name="purple_brand_dark">#ff697ec4</color>
<color name="purple_brand_hint">#ffc9d2f0</color>
<color name="purple_brand_notification">#ff5161ff</color>
<color name="reaction_background_me_dark">#4d5c6a9e</color>
<color name="reaction_background_me_light">#4dadb7dc</color>
<color name="reddit">#ffff4500</color>
<color name="reddit_500">#ffff4500</color>
! <color name="ripple_material_dark">#33ffffff</color>
! <color name="ripple_material_light">#1f000000</color>
<color name="samsung">#ff1429a0</color>
<color name="samsung_500">#ff1429a0</color>
! <color name="secondary_text_default_material_dark">#b3ffffff</color>
! <color name="secondary_text_default_material_light">#8a000000</color>
! <color name="secondary_text_disabled_material_dark">#36ffffff</color>
! <color name="secondary_text_disabled_material_light">#24000000</color>
<color name="skype">#ff009dd7</color>
<color name="skype_500">#ff009dd7</color>
<color name="spotify">#ff1db954</color>
<color name="spotify_500">#ff1db954</color>
! <color name="status_green">#ff43b581</color>
<color name="status_green_100">#fff6fbf9</color>
<color name="status_green_130">#ffeef8f4</color>
<color name="status_green_160">#ffe4f4ed</color>
--- 377,408 ----
<color name="primary_light_900">#ff060607</color>
<color name="primary_material_dark">@color/material_grey_900</color>
<color name="primary_material_light">@color/material_grey_100</color>
! <color name="primary_text_default_material_dark">#ffbebebe</color>
! <color name="primary_text_default_material_light">#de2a2a2a</color>
! <color name="primary_text_disabled_material_dark">#4dbebebe</color>
! <color name="primary_text_disabled_material_light">#392a2a2a</color>
! <color name="purple_brand">#ff987a6b</color>
! <color name="purple_brand_alpha_10">#1a987a6b</color>
! <color name="purple_brand_dark">#ff2a2a2a</color>
<color name="purple_brand_hint">#ffc9d2f0</color>
<color name="purple_brand_notification">#ff5161ff</color>
<color name="reaction_background_me_dark">#4d5c6a9e</color>
<color name="reaction_background_me_light">#4dadb7dc</color>
<color name="reddit">#ffff4500</color>
<color name="reddit_500">#ffff4500</color>
! <color name="ripple_material_dark">#33bebebe</color>
! <color name="ripple_material_light">#1f2a2a2a</color>
<color name="samsung">#ff1429a0</color>
<color name="samsung_500">#ff1429a0</color>
! <color name="secondary_text_default_material_dark">#b3bebebe</color>
! <color name="secondary_text_default_material_light">#8a2a2a2a</color>
! <color name="secondary_text_disabled_material_dark">#36bebebe</color>
! <color name="secondary_text_disabled_material_light">#242a2a2a</color>
<color name="skype">#ff009dd7</color>
<color name="skype_500">#ff009dd7</color>
<color name="spotify">#ff1db954</color>
<color name="spotify_500">#ff1db954</color>
! <color name="status_green">#ff8b8f7e</color>
<color name="status_green_100">#fff6fbf9</color>
<color name="status_green_130">#ffeef8f4</color>
<color name="status_green_160">#ffe4f4ed</color>
***************
*** 415,423 ****
<color name="status_green_400">#ff69c49a</color>
<color name="status_green_430">#ff5ec093</color>
<color name="status_green_460">#ff52bb8b</color>
! <color name="status_green_500">#ff43b581</color>
! <color name="status_green_500_alpha_20">#3343b581</color>
! <color name="status_green_500_alpha_60">#9943b581</color>
<color name="status_green_500_dark">#ff40ab7a</color>
<color name="status_green_530">#ff3da575</color>
<color name="status_green_560">#ff369368</color>
--- 415,423 ----
<color name="status_green_400">#ff69c49a</color>
<color name="status_green_430">#ff5ec093</color>
<color name="status_green_460">#ff52bb8b</color>
! <color name="status_green_500">#ff8b8f7e</color>
! <color name="status_green_500_alpha_20">#338b8f7e</color>
! <color name="status_green_500_alpha_60">#998b8f7e</color>
<color name="status_green_500_dark">#ff40ab7a</color>
<color name="status_green_530">#ff3da575</color>
<color name="status_green_560">#ff369368</color>
***************
*** 431,437 ****
<color name="status_green_830">#ff0f2a1e</color>
<color name="status_green_860">#ff0a1b13</color>
<color name="status_green_900">#ff030906</color>
! <color name="status_grey">#ff747f8d</color>
<color name="status_grey_100">#fff8f9f9</color>
<color name="status_grey_130">#fff2f3f5</color>
<color name="status_grey_160">#ffebedef</color>
--- 431,437 ----
<color name="status_green_830">#ff0f2a1e</color>
<color name="status_green_860">#ff0a1b13</color>
<color name="status_green_900">#ff030906</color>
! <color name="status_grey">#ff3a3a3a</color>
<color name="status_grey_100">#fff8f9f9</color>
<color name="status_grey_130">#fff2f3f5</color>
<color name="status_grey_160">#ffebedef</color>
***************
*** 444,450 ****
<color name="status_grey_400">#ff9099a4</color>
<color name="status_grey_430">#ff88919d</color>
<color name="status_grey_460">#ff7f8996</color>
! <color name="status_grey_500">#ff747f8d</color>
<color name="status_grey_530">#ff6a7480</color>
<color name="status_grey_560">#ff5e6772</color>
<color name="status_grey_600">#ff4f5660</color>
--- 444,450 ----
<color name="status_grey_400">#ff9099a4</color>
<color name="status_grey_430">#ff88919d</color>
<color name="status_grey_460">#ff7f8996</color>
! <color name="status_grey_500">#ff3a3a3a</color>
<color name="status_grey_530">#ff6a7480</color>
<color name="status_grey_560">#ff5e6772</color>
<color name="status_grey_600">#ff4f5660</color>
***************
*** 458,464 ****
<color name="status_grey_860">#ff111315</color>
<color name="status_grey_900">#ff060607</color>
<color name="status_orange_500">#fff57731</color>
! <color name="status_red">#fff04747</color>
<color name="status_red_100">#fffef6f6</color>
<color name="status_red_130">#fffeeeee</color>
<color name="status_red_160">#fffde5e5</color>
--- 458,464 ----
<color name="status_grey_860">#ff111315</color>
<color name="status_grey_900">#ff060607</color>
<color name="status_orange_500">#fff57731</color>
! <color name="status_red">#ffaa8f7c</color>
<color name="status_red_100">#fffef6f6</color>
<color name="status_red_130">#fffeeeee</color>
<color name="status_red_160">#fffde5e5</color>
***************
*** 471,478 ****
<color name="status_red_400">#fff36c6c</color>
<color name="status_red_430">#fff26161</color>
<color name="status_red_460">#fff15656</color>
! <color name="status_red_500">#fff04747</color>
! <color name="status_red_500_alpha_20">#33f04747</color>
<color name="status_red_530">#ffda4141</color>
<color name="status_red_560">#ffc23a3a</color>
<color name="status_red_600">#ffa33030</color>
--- 471,478 ----
<color name="status_red_400">#fff36c6c</color>
<color name="status_red_430">#fff26161</color>
<color name="status_red_460">#fff15656</color>
! <color name="status_red_500">#ffaa8f7c</color>
! <color name="status_red_500_alpha_20">#33aa8f7c</color>
<color name="status_red_530">#ffda4141</color>
<color name="status_red_560">#ffc23a3a</color>
<color name="status_red_600">#ffa33030</color>
***************
*** 485,491 ****
<color name="status_red_830">#ff371010</color>
<color name="status_red_860">#ff240b0b</color>
<color name="status_red_900">#ff0c0404</color>
! <color name="status_yellow">#fffaa61a</color>
<color name="status_yellow_100">#fffffbf4</color>
<color name="status_yellow_130">#fffff7ea</color>
<color name="status_yellow_160">#fffef2de</color>
--- 485,491 ----
<color name="status_red_830">#ff371010</color>
<color name="status_red_860">#ff240b0b</color>
<color name="status_red_900">#ff0c0404</color>
! <color name="status_yellow">#ffaa8f7c</color>
<color name="status_yellow_100">#fffffbf4</color>
<color name="status_yellow_130">#fffff7ea</color>
<color name="status_yellow_160">#fffef2de</color>
***************
*** 498,505 ****
<color name="status_yellow_400">#fffbb848</color>
<color name="status_yellow_430">#fffbb33b</color>
<color name="status_yellow_460">#fffaad2c</color>
! <color name="status_yellow_500">#fffaa61a</color>
! <color name="status_yellow_500_alpha_10">#1afaa61a</color>
<color name="status_yellow_530">#ffe49718</color>
<color name="status_yellow_560">#ffcb8615</color>
<color name="status_yellow_600">#ffaa7112</color>
--- 498,505 ----
<color name="status_yellow_400">#fffbb848</color>
<color name="status_yellow_430">#fffbb33b</color>
<color name="status_yellow_460">#fffaad2c</color>
! <color name="status_yellow_500">#ffaa8f7c</color>
! <color name="status_yellow_500_alpha_10">#1aaa8f7c</color>
<color name="status_yellow_530">#ffe49718</color>
<color name="status_yellow_560">#ffcb8615</color>
<color name="status_yellow_600">#ffaa7112</color>
***************
*** 518,565 ****
<color name="switch_thumb_disabled_material_light">#ffbdbdbd</color>
<color name="switch_thumb_normal_material_dark">#ffbdbdbd</color>
<color name="switch_thumb_normal_material_light">#fff1f1f1</color>
! <color name="tooltip_background_dark">#e6616161</color>
! <color name="tooltip_background_light">#e6ffffff</color>
<color name="transparent">@android:color/transparent</color>
<color name="twitch">#ff593695</color>
<color name="twitch_500">#ff593695</color>
<color name="twitter">#ff1da1f2</color>
<color name="twitter_500">#ff1da1f2</color>
! <color name="ucrop_color_crop_background">#ff000000</color>
! <color name="ucrop_color_default_crop_frame">#ffffffff</color>
! <color name="ucrop_color_default_crop_grid">#80ffffff</color>
! <color name="ucrop_color_default_dimmed">#8c000000</color>
<color name="ucrop_color_default_logo">#4f212121</color>
<color name="ucrop_color_progress_wheel_line">#ff808080</color>
<color name="ucrop_color_statusbar">#ffcc5833</color>
<color name="ucrop_color_toolbar">#ffff6e40</color>
! <color name="ucrop_color_toolbar_widget">#ffffffff</color>
! <color name="ucrop_color_widget">#ff000000</color>
<color name="ucrop_color_widget_active">#ffff6e40</color>
! <color name="ucrop_color_widget_background">#ffffffff</color>
! <color name="ucrop_color_widget_text">#ff000000</color>
<color name="viewfinder_border">#ffafed44</color>
<color name="viewfinder_laser">#ffcc0000</color>
! <color name="viewfinder_mask">#60000000</color>
! <color name="white">#ffffffff</color>
<color name="white_1">#fff9f9f9</color>
! <color name="white_100">#ffffffff</color>
! <color name="white_130">#ffffffff</color>
! <color name="white_160">#ffffffff</color>
<color name="white_2">#fff3f3f3</color>
! <color name="white_200">#ffffffff</color>
! <color name="white_230">#ffffffff</color>
! <color name="white_260">#ffffffff</color>
<color name="white_3">#fff0f0f0</color>
! <color name="white_300">#ffffffff</color>
! <color name="white_330">#ffffffff</color>
! <color name="white_360">#ffffffff</color>
<color name="white_3_alpha_25">#40f0f0f0</color>
! <color name="white_400">#ffffffff</color>
! <color name="white_430">#ffffffff</color>
! <color name="white_460">#ffffffff</color>
<color name="white_5">#ffebebeb</color>
! <color name="white_500">#ffffffff</color>
<color name="white_530">#ffe8e8e8</color>
<color name="white_560">#ffcfcfcf</color>
<color name="white_6">#ffe9e7e7</color>
--- 518,565 ----
<color name="switch_thumb_disabled_material_light">#ffbdbdbd</color>
<color name="switch_thumb_normal_material_dark">#ffbdbdbd</color>
<color name="switch_thumb_normal_material_light">#fff1f1f1</color>
! <color name="tooltip_background_dark">#e62a2a2a</color>
! <color name="tooltip_background_light">#e6bebebe</color>
<color name="transparent">@android:color/transparent</color>
<color name="twitch">#ff593695</color>
<color name="twitch_500">#ff593695</color>
<color name="twitter">#ff1da1f2</color>
<color name="twitter_500">#ff1da1f2</color>
! <color name="ucrop_color_crop_background">#ff2a2a2a</color>
! <color name="ucrop_color_default_crop_frame">#ffbebebe</color>
! <color name="ucrop_color_default_crop_grid">#80bebebe</color>
! <color name="ucrop_color_default_dimmed">#8c2a2a2a</color>
<color name="ucrop_color_default_logo">#4f212121</color>
<color name="ucrop_color_progress_wheel_line">#ff808080</color>
<color name="ucrop_color_statusbar">#ffcc5833</color>
<color name="ucrop_color_toolbar">#ffff6e40</color>
! <color name="ucrop_color_toolbar_widget">#ffbebebe</color>
! <color name="ucrop_color_widget">#ff2a2a2a</color>
<color name="ucrop_color_widget_active">#ffff6e40</color>
! <color name="ucrop_color_widget_background">#ffbebebe</color>
! <color name="ucrop_color_widget_text">#ff2a2a2a</color>
<color name="viewfinder_border">#ffafed44</color>
<color name="viewfinder_laser">#ffcc0000</color>
! <color name="viewfinder_mask">#602a2a2a</color>
! <color name="white">#ffbebebe</color>
<color name="white_1">#fff9f9f9</color>
! <color name="white_100">#ffbebebe</color>
! <color name="white_130">#ffbebebe</color>
! <color name="white_160">#ffbebebe</color>
<color name="white_2">#fff3f3f3</color>
! <color name="white_200">#ffbebebe</color>
! <color name="white_230">#ffbebebe</color>
! <color name="white_260">#ffbebebe</color>
<color name="white_3">#fff0f0f0</color>
! <color name="white_300">#ffbebebe</color>
! <color name="white_330">#ffbebebe</color>
! <color name="white_360">#ffbebebe</color>
<color name="white_3_alpha_25">#40f0f0f0</color>
! <color name="white_400">#ffbebebe</color>
! <color name="white_430">#ffbebebe</color>
! <color name="white_460">#ffbebebe</color>
<color name="white_5">#ffebebeb</color>
! <color name="white_500">#ffbebebe</color>
<color name="white_530">#ffe8e8e8</color>
<color name="white_560">#ffcfcfcf</color>
<color name="white_6">#ffe9e7e7</color>
***************
*** 573,586 ****
<color name="white_830">#ff3b3b3b</color>
<color name="white_860">#ff262626</color>
<color name="white_900">#ff0d0d0d</color>
! <color name="white_alpha_05">#0dffffff</color>
! <color name="white_alpha_10">#1affffff</color>
! <color name="white_alpha_20">#33ffffff</color>
! <color name="white_alpha_24">#3dffffff</color>
! <color name="white_alpha_30">#4dffffff</color>
! <color name="white_alpha_40">#66ffffff</color>
! <color name="white_alpha_70">#b3ffffff</color>
! <color name="white_alpha_80">#ccffffff</color>
<color name="xbox">#ff107c10</color>
<color name="xbox_500">#ff107c10</color>
<color name="youtube">#ffcb2120</color>
--- 573,586 ----
<color name="white_830">#ff3b3b3b</color>
<color name="white_860">#ff262626</color>
<color name="white_900">#ff0d0d0d</color>
! <color name="white_alpha_05">#0dbebebe</color>
! <color name="white_alpha_10">#1abebebe</color>
! <color name="white_alpha_20">#33bebebe</color>
! <color name="white_alpha_24">#3dbebebe</color>
! <color name="white_alpha_30">#4dbebebe</color>
! <color name="white_alpha_40">#66bebebe</color>
! <color name="white_alpha_70">#b3bebebe</color>
! <color name="white_alpha_80">#ccbebebe</color>
<color name="xbox">#ff107c10</color>
<color name="xbox_500">#ff107c10</color>
<color name="youtube">#ffcb2120</color>
diff -x dist -x build -craB from/res/values/strings.xml to/res/values/strings.xml
*** from/res/values/strings.xml 2021-01-02 17:58:42.855413964 -0700
--- to/res/values/strings.xml 2021-01-11 15:16:31.015349236 -0700
***************
*** 6179,6185 ****
<string name="subscriptions_title">Subscriptions</string>
<string name="suggestions">Suggestions</string>
<string name="summary_collapsed_preference_list">%1$s, %2$s</string>
! <string name="support">Support</string>
<string name="suppress_all_embeds">Remove all embeds</string>
<string name="suppress_embed_body">This will remove all embeds on this message for everyone.</string>
<string name="suppress_embed_confirm">Remove All Embeds</string>
--- 6179,6185 ----
<string name="subscriptions_title">Subscriptions</string>
<string name="suggestions">Suggestions</string>
<string name="summary_collapsed_preference_list">%1$s, %2$s</string>
! <string name="support">BunnyCord</string>
<string name="suppress_all_embeds">Remove all embeds</string>
<string name="suppress_embed_body">This will remove all embeds on this message for everyone.</string>
<string name="suppress_embed_confirm">Remove All Embeds</string>
***************
*** 6305,6311 ****
<string name="theme">Theme</string>
<string name="theme_dark">Dark</string>
<string name="theme_holy_light_reveal">When light theme is not enough!</string>
! <string name="theme_light">Light</string>
<string name="theme_pure_evil_easter_hint">You hear a rumble! Knock %1$s more times…</string>
<string name="theme_pure_evil_easter_reveal">Brave one, the path to darkness opens!</string>
<string name="theme_pure_evil_switch_label">AMOLED optimized mode (experimental)</string>
--- 6305,6311 ----
<string name="theme">Theme</string>
<string name="theme_dark">Dark</string>
<string name="theme_holy_light_reveal">When light theme is not enough!</string>
! <string name="theme_light">Light (pretty unusable right now)</string>
<string name="theme_pure_evil_easter_hint">You hear a rumble! Knock %1$s more times…</string>
<string name="theme_pure_evil_easter_reveal">Brave one, the path to darkness opens!</string>
<string name="theme_pure_evil_switch_label">AMOLED optimized mode (experimental)</string>
diff -x dist -x build -craB from/res/values/styles.xml to/res/values/styles.xml
*** from/res/values/styles.xml 2021-01-02 17:58:42.854413979 -0700
--- to/res/values/styles.xml 2021-01-11 15:13:55.293680871 -0700
***************
*** 251,257 ****
<item name="chat_embed_bg">@drawable/drawable_chat_embed_dark_background</item>
<item name="chat_send_btn">@color/chat_send_btn_dark</item>
<item name="chat_send_btn_bg">@color/chat_send_btn_bg_dark</item>
! <item name="color_bg_private_channel_presence_selected">#ff42464d</item>
<item name="container_bg_dark_a60">@drawable/drawable_rect_rounded_dark_a60</item>
<item name="drawable_channels_onboarding">@drawable/img_channels_onboarding_dark</item>
<item name="drawable_circle_guild_badge_active">@drawable/drawable_circle_guild_badge_active_dark</item>
--- 251,257 ----
<item name="chat_embed_bg">@drawable/drawable_chat_embed_dark_background</item>
<item name="chat_send_btn">@color/chat_send_btn_dark</item>
<item name="chat_send_btn_bg">@color/chat_send_btn_bg_dark</item>
! <item name="color_bg_private_channel_presence_selected">@color/material_grey_800</item>
<item name="container_bg_dark_a60">@drawable/drawable_rect_rounded_dark_a60</item>
<item name="drawable_channels_onboarding">@drawable/img_channels_onboarding_dark</item>
<item name="drawable_circle_guild_badge_active">@drawable/drawable_circle_guild_badge_active_dark</item>
diff -x dist -x build -craB from/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali to/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali
*** from/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali 2021-01-02 17:58:43.788399783 -0700
--- to/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali 2021-01-11 15:16:31.017349206 -0700
***************
*** 78,84 ****
.line 3
new-instance v0, Landroid/content/Intent;
! const-string v1, "https://discord.com/app"
.line 4
invoke-static {v1}, Landroid/net/Uri;->parse(Ljava/lang/String;)Landroid/net/Uri;
--- 78,84 ----
.line 3
new-instance v0, Landroid/content/Intent;
! const-string v1, "https://gitdab.com/distok/cutthecord/issues/22#issuecomment-82"
.line 4
invoke-static {v1}, Landroid/net/Uri;->parse(Ljava/lang/String;)Landroid/net/Uri;
diff -x dist -x build -craB from/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$18.smali to/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$18.smali
*** from/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$18.smali 2021-01-02 17:58:44.572387867 -0700
--- to/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$18.smali 2021-01-11 15:16:31.018349191 -0700
***************
*** 63,69 ****
invoke-static {v1, p1}, Lx/m/c/j;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
! const-string v2, "https://support.discord.com"
const/4 v3, 0x0
--- 63,69 ----
invoke-static {v1, p1}, Lx/m/c/j;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
! const-string v2, "https://gitdab.com/bunny01/bunnycord"
const/4 v3, 0x0
diff -x dist -x build -craB from/smali_classes2/com/discord/widgets/settings/WidgetSettings.smali to/smali_classes2/com/discord/widgets/settings/WidgetSettings.smali
*** from/smali_classes2/com/discord/widgets/settings/WidgetSettings.smali 2021-01-02 17:58:44.575387822 -0700
--- to/smali_classes2/com/discord/widgets/settings/WidgetSettings.smali 2021-01-11 15:14:56.614762699 -0700
***************
*** 2078,2084 ****
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
! const-string v0, " - 52.3 (1355)"
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
--- 2078,2084 ----
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
! const-string v0, " - BunnyCord, based off of Discord version 52.3 (1355) - Patched with sayo theme"
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;