Merge pull request 'Add more logos' (#1162) from 0xd9a/Fedilab:more_icons into develop
Reviewed-on: https://codeberg.org/tom79/Fedilab/pulls/1162
|
@ -73,196 +73,6 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Bubbles"
|
||||
android:enabled="true"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_bubbles"
|
||||
android:roundIcon="@mipmap/ic_launcher_bubbles_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.BubblesUA"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_bubbles_ua"
|
||||
android:roundIcon="@mipmap/ic_launcher_bubbles_ua_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.BubblesPeaGreen"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_bubbles_pea_green"
|
||||
android:roundIcon="@mipmap/ic_launcher_bubbles_pea_green_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.BubblesPride"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_bubbles_pride"
|
||||
android:roundIcon="@mipmap/ic_launcher_bubbles_pride_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.BubblesPink"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_bubbles_pink"
|
||||
android:roundIcon="@mipmap/ic_launcher_bubbles_pink_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.BubblesPirate"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_bubbles_pirate"
|
||||
android:roundIcon="@mipmap/ic_launcher_bubbles_pirate_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Fediverse"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_fediverse"
|
||||
android:roundIcon="@mipmap/ic_launcher_fediverse_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Hero"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_hero"
|
||||
android:roundIcon="@mipmap/ic_launcher_hero_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Atom"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_atom"
|
||||
android:roundIcon="@mipmap/ic_launcher_atom_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.BrainCrash"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_crash"
|
||||
android:roundIcon="@mipmap/ic_launcher_crash_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Mastalab"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_mastalab"
|
||||
android:roundIcon="@mipmap/ic_launcher_mastalab_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
|
||||
<activity
|
||||
android:name=".activities.LoginActivity"
|
||||
|
@ -585,5 +395,359 @@
|
|||
android:name="androidx.work.impl.foreground.SystemForegroundService"
|
||||
android:foregroundServiceType="dataSync"
|
||||
tools:node="merge" />
|
||||
|
||||
<!-- ============ -->
|
||||
<!-- CUSTOM ICONS -->
|
||||
<!-- ============ -->
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Bubbles"
|
||||
android:enabled="true"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_bubbles"
|
||||
android:roundIcon="@mipmap/ic_launcher_bubbles_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.BubblesUA"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_bubbles_ua"
|
||||
android:roundIcon="@mipmap/ic_launcher_bubbles_ua_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.BubblesPeaGreen"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_bubbles_pea_green"
|
||||
android:roundIcon="@mipmap/ic_launcher_bubbles_pea_green_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.BubblesPride"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_bubbles_pride"
|
||||
android:roundIcon="@mipmap/ic_launcher_bubbles_pride_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.BubblesPink"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_bubbles_pink"
|
||||
android:roundIcon="@mipmap/ic_launcher_bubbles_pink_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.BubblesPirate"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_bubbles_pirate"
|
||||
android:roundIcon="@mipmap/ic_launcher_bubbles_pirate_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Fediverse"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_fediverse"
|
||||
android:roundIcon="@mipmap/ic_launcher_fediverse_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Hero"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_hero"
|
||||
android:roundIcon="@mipmap/ic_launcher_hero_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Atom"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_atom"
|
||||
android:roundIcon="@mipmap/ic_launcher_atom_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.BrainCrash"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_crash"
|
||||
android:roundIcon="@mipmap/ic_launcher_crash_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Mastalab"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_mastalab"
|
||||
android:roundIcon="@mipmap/ic_launcher_mastalab_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Leaf"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_leaf"
|
||||
android:roundIcon="@mipmap/ic_launcher_leaf_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Offset"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_offset"
|
||||
android:roundIcon="@mipmap/ic_launcher_offset_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Jungle"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_jungle"
|
||||
android:roundIcon="@mipmap/ic_launcher_jungle_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Confetti"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_confetti"
|
||||
android:roundIcon="@mipmap/ic_launcher_confetti_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Spaghetti"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_spaghetti"
|
||||
android:roundIcon="@mipmap/ic_launcher_spaghetti_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Warm"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_warm"
|
||||
android:roundIcon="@mipmap/ic_launcher_warm_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Purple1"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_purple_1"
|
||||
android:roundIcon="@mipmap/ic_launcher_purple_1_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Purple2"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_purple_2"
|
||||
android:roundIcon="@mipmap/ic_launcher_purple_2_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.YellowHeadedRedBubble"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_yellow_headed_red_bubble"
|
||||
android:roundIcon="@mipmap/ic_launcher_yellow_headed_red_bubble_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
|
||||
<activity-alias
|
||||
android:name=".activities.MainActivity.Mosaic"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher_mosaic"
|
||||
android:roundIcon="@mipmap/ic_launcher_mosaic_round"
|
||||
android:targetActivity=".activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/compose_shortcuts" />
|
||||
</activity-alias>
|
||||
</application>
|
||||
</manifest>
|
|
@ -120,7 +120,6 @@ public class FragmentInterfaceSettings extends PreferenceFragmentCompat implemen
|
|||
ListPreference SET_LOGO_LAUNCHER = findPreference(getString(R.string.SET_LOGO_LAUNCHER));
|
||||
String newLauncher = sharedpreferences.getString(getString(R.string.SET_LOGO_LAUNCHER), "Bubbles");
|
||||
if (Character.isUpperCase(newLauncher.codePointAt(0))) {
|
||||
hideAllIcons(requireActivity());
|
||||
setIcon(requireActivity(), newLauncher);
|
||||
SET_LOGO_LAUNCHER.setIcon(LogoHelper.getDrawable(newLauncher));
|
||||
setDrawable(newLauncher);
|
||||
|
@ -134,57 +133,19 @@ public class FragmentInterfaceSettings extends PreferenceFragmentCompat implemen
|
|||
}
|
||||
}
|
||||
|
||||
private void hideAllIcons(Context context) {
|
||||
|
||||
|
||||
context.getPackageManager().setComponentEnabledSetting(
|
||||
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.Bubbles"),
|
||||
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
|
||||
|
||||
context.getPackageManager().setComponentEnabledSetting(
|
||||
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.Fediverse"),
|
||||
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
|
||||
|
||||
context.getPackageManager().setComponentEnabledSetting(
|
||||
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.Hero"),
|
||||
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
|
||||
|
||||
context.getPackageManager().setComponentEnabledSetting(
|
||||
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.Atom"),
|
||||
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
|
||||
|
||||
context.getPackageManager().setComponentEnabledSetting(
|
||||
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.BrainCrash"),
|
||||
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
|
||||
|
||||
context.getPackageManager().setComponentEnabledSetting(
|
||||
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.Mastalab"),
|
||||
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
|
||||
|
||||
context.getPackageManager().setComponentEnabledSetting(
|
||||
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.BubblesUA"),
|
||||
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
|
||||
|
||||
context.getPackageManager().setComponentEnabledSetting(
|
||||
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.BubblesPeaGreen"),
|
||||
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
|
||||
|
||||
context.getPackageManager().setComponentEnabledSetting(
|
||||
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.BubblesPride"),
|
||||
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
|
||||
|
||||
context.getPackageManager().setComponentEnabledSetting(
|
||||
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.BubblesPink"),
|
||||
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
|
||||
context.getPackageManager().setComponentEnabledSetting(
|
||||
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.BubblesPirate"),
|
||||
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
|
||||
}
|
||||
|
||||
private void setIcon(Context context, String iconName) {
|
||||
context.getPackageManager().setComponentEnabledSetting(
|
||||
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity." + iconName),
|
||||
PackageManager.COMPONENT_ENABLED_STATE_ENABLED, PackageManager.DONT_KILL_APP);
|
||||
private void setIcon(Context context, String theChosenIcon) {
|
||||
String[] logoTypeValues = getResources().getStringArray(R.array.SET_LOGO_TYPE_VALUE);
|
||||
for (String logoTypeValue : logoTypeValues) {
|
||||
if (logoTypeValue.equals(theChosenIcon)) {
|
||||
context.getPackageManager().setComponentEnabledSetting(
|
||||
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity." + logoTypeValue),
|
||||
PackageManager.COMPONENT_ENABLED_STATE_ENABLED, PackageManager.DONT_KILL_APP);
|
||||
} else {
|
||||
context.getPackageManager().setComponentEnabledSetting(
|
||||
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity." + logoTypeValue),
|
||||
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -0,0 +1,42 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="58"
|
||||
android:viewportHeight="65">
|
||||
<group android:scaleX="0.44031632"
|
||||
android:scaleY="0.49345794"
|
||||
android:translateX="16.363329"
|
||||
android:translateY="16.61111">
|
||||
<path
|
||||
android:pathData="M19.98,23.737L19.5,22.559C17.768,18.299 19.817,13.441 24.077,11.709C28.337,9.976 33.195,12.025 34.927,16.286L35.23,17.029C35.375,17.867 36.624,18.711 38.007,18.907L39.434,19.108C40.816,19.304 42.481,18.455 43.134,17.222C43.134,17.222 43.744,16.069 45.625,15.304C48.822,14.005 52.466,15.543 53.766,18.738C53.847,18.94 53.917,19.143 53.977,19.346C54.189,19.818 54.575,20.06 54.959,20.183L56.767,20.348C56.467,18.738 56.001,17.135 55.361,15.56C50.247,2.98 35.901,-3.07 23.331,2.05C10.751,7.163 4.701,21.51 9.821,34.08C10.693,36.226 11.84,38.176 13.195,39.919L20.307,27.739C21.01,26.534 20.868,24.732 19.989,23.734L19.98,23.737Z"
|
||||
android:fillType="nonZero">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="32.585"
|
||||
android:startY="0.23"
|
||||
android:endX="4.115"
|
||||
android:endY="62.078"
|
||||
android:type="linear">
|
||||
<item android:offset="0" android:color="#FF6364FF"/>
|
||||
<item android:offset="1" android:color="#FF563ACC"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M37.3,22.167C36.007,22.16 34.563,22.951 33.946,24.055C33.946,24.055 32.774,26.153 30.353,27.138C28.373,27.942 26.902,27.69 26.902,27.69C25.527,27.452 23.826,28.245 23.122,29.451L20.76,33.496C20.047,34.729 19.564,36.346 21.497,36.346L23.142,36.346C24.732,36.346 26.717,35.238 27.551,33.883C27.551,33.883 29.054,31.444 32.019,31.382C35.469,31.311 38.324,34.05 38.395,37.499C38.465,40.949 35.726,43.804 32.276,43.874C29.222,43.937 27.583,41.352 27.583,41.352C26.732,40.01 24.733,38.91 23.143,38.91L19.106,38.936C18.341,38.97 17.542,39.146 16.996,39.943L15.504,42.498C15.321,42.812 15.136,43.127 14.952,43.441C14.249,44.645 12.552,45.415 11.182,45.15C11.182,45.15 8.923,44.712 6.547,45.678C1.621,47.68 -0.748,53.298 1.254,58.218C3.257,63.145 8.874,65.514 13.804,63.511C18.734,61.508 21.099,55.891 19.096,50.961C18.507,49.512 18.215,49.195 18.215,49.195C17.271,48.168 17.074,46.341 17.779,45.137L17.994,44.585C24.654,49.493 33.624,50.93 41.854,47.585C51.707,43.58 57.554,33.905 57.164,23.865L54.724,23.641C54.724,23.641 53.83,23.826 53.295,24.377C53.202,24.527 53.105,24.673 53,24.815L52.998,24.815C52.967,24.894 52.916,24.95 52.859,24.996C52.214,25.801 51.362,26.459 50.337,26.876C48.841,27.484 47.247,27.471 45.841,26.957C45.839,26.956 45.837,26.955 45.835,26.955C45.835,26.955 45.835,26.955 45.834,26.954C45.818,26.948 45.801,26.941 45.784,26.935C45.707,26.906 45.631,26.876 45.555,26.845C45.464,26.806 45.373,26.765 45.283,26.722C45.283,26.722 45.283,26.722 45.282,26.722C45.192,26.678 45.103,26.633 45.015,26.586C45.015,26.586 45.015,26.586 45.014,26.586C44.926,26.538 44.84,26.489 44.754,26.437C44.754,26.437 44.754,26.437 44.753,26.437C44.667,26.385 44.583,26.332 44.5,26.276C44.5,26.276 44.5,26.276 44.5,26.276C44.417,26.22 44.335,26.162 44.254,26.102C44.254,26.102 44.254,26.102 44.253,26.102C44.173,26.042 44.093,25.98 44.016,25.917C44.016,25.916 44.016,25.916 44.015,25.916C43.962,25.873 43.911,25.827 43.859,25.782C43.835,25.761 43.81,25.74 43.785,25.719C43.711,25.651 43.637,25.581 43.566,25.51C43.494,25.438 43.424,25.365 43.355,25.289L43.355,25.289C43.218,25.138 43.088,24.98 42.966,24.814C42.904,24.731 42.845,24.647 42.787,24.56L42.787,24.56C42.557,24.215 42.357,23.841 42.195,23.441L42.108,23.227C42.104,23.212 42.095,23.197 42.081,23.181C42.06,23.156 42.026,23.13 41.985,23.103C41.975,23.096 41.967,23.09 41.955,23.083C41.926,23.066 41.894,23.049 41.858,23.031C41.858,23.031 41.858,23.031 41.857,23.031C41.821,23.014 41.782,22.996 41.74,22.979C41.569,22.907 41.347,22.835 41.087,22.764C41.087,22.764 41.087,22.764 41.087,22.764C41.023,22.746 40.956,22.729 40.887,22.711L40.887,22.711C40.884,22.711 40.88,22.71 40.877,22.709C40.745,22.676 40.604,22.644 40.458,22.613C40.454,22.613 40.451,22.612 40.448,22.611C40.141,22.546 39.808,22.488 39.463,22.439L37.699,22.189C37.569,22.17 37.437,22.161 37.303,22.161L37.3,22.167Z"
|
||||
android:fillType="nonZero">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="32.585"
|
||||
android:startY="0.23"
|
||||
android:endX="4.115"
|
||||
android:endY="62.078"
|
||||
android:type="linear">
|
||||
<item android:offset="0" android:color="#FF6364FF"/>
|
||||
<item android:offset="1" android:color="#FF563ACC"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,42 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="58"
|
||||
android:viewportHeight="65">
|
||||
<group android:scaleX="0.44031632"
|
||||
android:scaleY="0.49345794"
|
||||
android:translateX="16.363329"
|
||||
android:translateY="16.314123">
|
||||
<path
|
||||
android:pathData="M19.98,24.099L19.5,22.921C17.768,18.661 19.817,13.803 24.077,12.071C28.337,10.338 33.195,12.387 34.927,16.648L35.23,17.391C35.375,18.229 36.624,19.073 38.007,19.269L39.434,19.47C40.816,19.666 42.481,18.817 43.134,17.584C43.134,17.584 43.744,16.431 45.625,15.666C48.822,14.367 52.466,15.905 53.766,19.1C53.847,19.302 53.917,19.505 53.977,19.708C54.189,20.18 54.575,20.422 54.959,20.545L56.767,20.71C56.467,19.1 56.001,17.497 55.361,15.922C50.247,3.342 35.901,-2.708 23.331,2.412C10.751,7.525 4.701,21.872 9.821,34.442C10.693,36.588 11.84,38.538 13.195,40.281L20.307,28.101C21.01,26.896 20.868,25.094 19.989,24.096L19.98,24.099Z"
|
||||
android:fillType="nonZero">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="39.576"
|
||||
android:startY="1.61"
|
||||
android:endX="4.115"
|
||||
android:endY="62.44"
|
||||
android:type="linear">
|
||||
<item android:offset="0" android:color="#FFF6AE4A"/>
|
||||
<item android:offset="1" android:color="#FFEC476D"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M37.3,22.529C36.007,22.522 34.563,23.313 33.946,24.417C33.946,24.417 32.774,26.515 30.353,27.5C28.373,28.304 26.902,28.052 26.902,28.052C25.527,27.814 23.826,28.607 23.122,29.813L20.76,33.858C20.047,35.091 19.564,36.708 21.497,36.708L23.142,36.708C24.732,36.708 26.717,35.6 27.551,34.245C27.551,34.245 29.054,31.806 32.019,31.744C35.469,31.673 38.324,34.412 38.395,37.861C38.465,41.311 35.726,44.166 32.276,44.236C29.222,44.299 27.583,41.714 27.583,41.714C26.732,40.372 24.733,39.272 23.143,39.272L19.106,39.298C18.341,39.332 17.542,39.508 16.996,40.305L15.504,42.86C15.321,43.174 15.136,43.489 14.952,43.803C14.249,45.007 12.552,45.777 11.182,45.512C11.182,45.512 8.923,45.074 6.547,46.04C1.621,48.042 -0.748,53.66 1.254,58.58C3.257,63.507 8.874,65.876 13.804,63.873C18.734,61.87 21.099,56.253 19.096,51.323C18.507,49.874 18.215,49.557 18.215,49.557C17.271,48.53 17.074,46.703 17.779,45.499L17.994,44.947C24.654,49.855 33.624,51.292 41.854,47.947C51.707,43.942 57.554,34.267 57.164,24.227L54.724,24.003C54.724,24.003 53.83,24.188 53.295,24.739C53.202,24.889 53.105,25.035 53,25.177L52.998,25.177C52.967,25.256 52.916,25.312 52.859,25.358C52.214,26.163 51.362,26.821 50.337,27.238C48.841,27.846 47.247,27.833 45.841,27.319C45.839,27.318 45.837,27.317 45.835,27.317C45.835,27.317 45.835,27.317 45.834,27.316C45.818,27.31 45.801,27.303 45.784,27.297C45.707,27.268 45.631,27.238 45.555,27.207C45.464,27.168 45.373,27.127 45.283,27.084C45.283,27.084 45.283,27.084 45.282,27.084C45.192,27.04 45.103,26.995 45.015,26.948C45.015,26.948 45.015,26.948 45.014,26.948C44.926,26.9 44.84,26.851 44.754,26.799C44.754,26.799 44.754,26.799 44.753,26.799C44.667,26.747 44.583,26.694 44.5,26.638C44.5,26.638 44.5,26.638 44.5,26.638C44.417,26.582 44.335,26.524 44.254,26.464C44.254,26.464 44.254,26.464 44.253,26.464C44.173,26.404 44.093,26.342 44.016,26.279C44.016,26.278 44.016,26.278 44.015,26.278C43.962,26.235 43.911,26.189 43.859,26.144C43.835,26.123 43.81,26.102 43.785,26.081C43.711,26.013 43.637,25.943 43.566,25.872C43.494,25.8 43.424,25.727 43.355,25.651L43.355,25.651C43.218,25.5 43.088,25.342 42.966,25.176C42.904,25.093 42.845,25.009 42.787,24.922L42.787,24.922C42.557,24.577 42.357,24.203 42.195,23.803L42.108,23.589C42.104,23.574 42.095,23.559 42.081,23.543C42.06,23.518 42.026,23.492 41.985,23.465C41.975,23.458 41.967,23.452 41.955,23.445C41.926,23.428 41.894,23.411 41.858,23.393C41.858,23.393 41.858,23.393 41.857,23.393C41.821,23.376 41.782,23.358 41.74,23.341C41.569,23.269 41.347,23.197 41.087,23.126C41.087,23.126 41.087,23.126 41.087,23.126C41.023,23.108 40.956,23.091 40.887,23.073L40.887,23.073C40.884,23.073 40.88,23.072 40.877,23.071C40.745,23.038 40.604,23.006 40.458,22.975C40.454,22.975 40.451,22.974 40.448,22.973C40.141,22.908 39.808,22.85 39.463,22.801L37.699,22.551C37.569,22.532 37.437,22.523 37.303,22.523L37.3,22.529Z"
|
||||
android:fillType="nonZero">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="39.576"
|
||||
android:startY="1.61"
|
||||
android:endX="4.115"
|
||||
android:endY="62.44"
|
||||
android:type="linear">
|
||||
<item android:offset="0" android:color="#FFF6AE4A"/>
|
||||
<item android:offset="1" android:color="#FFEC476D"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,87 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="58"
|
||||
android:viewportHeight="65">
|
||||
<group android:scaleX="0.44031632"
|
||||
android:scaleY="0.49345794"
|
||||
android:translateX="16.363329"
|
||||
android:translateY="16.61111">
|
||||
<path
|
||||
android:pathData="M37.303,22.167C36.01,22.16 34.566,22.951 33.949,24.055C33.949,24.055 32.777,26.153 30.356,27.138C28.376,27.942 26.905,27.69 26.905,27.69C25.53,27.452 23.829,28.245 23.125,29.451L20.763,33.496C20.05,34.729 19.567,36.346 21.5,36.346L23.145,36.346C24.735,36.346 26.72,35.238 27.554,33.883C27.554,33.883 29.057,31.444 32.022,31.382C35.472,31.311 38.327,34.05 38.398,37.499C38.468,40.949 35.729,43.804 32.279,43.874C29.225,43.937 27.586,41.352 27.586,41.352C26.735,40.01 24.736,38.91 23.146,38.91L19.109,38.936C18.344,38.97 17.545,39.146 16.999,39.943L15.507,42.498C15.324,42.812 15.139,43.127 14.955,43.441C14.252,44.645 12.555,45.415 11.185,45.15C11.185,45.15 8.926,44.712 6.55,45.678C1.624,47.68 -0.745,53.298 1.257,58.218C3.26,63.145 8.877,65.514 13.807,63.511C18.737,61.508 21.102,55.891 19.099,50.961C18.51,49.512 18.218,49.195 18.218,49.195C17.274,48.168 17.077,46.341 17.782,45.137L17.997,44.585C24.657,49.493 33.627,50.93 41.857,47.585C51.71,43.58 57.557,33.905 57.167,23.865L54.727,23.641C54.727,23.641 53.833,23.826 53.298,24.377C53.205,24.527 53.108,24.673 53.003,24.815L53.001,24.815C52.97,24.894 52.919,24.95 52.862,24.996C52.217,25.801 51.365,26.459 50.34,26.876C48.844,27.484 47.25,27.471 45.844,26.957C45.842,26.956 45.84,26.955 45.838,26.955C45.838,26.955 45.838,26.955 45.837,26.954C45.821,26.948 45.804,26.941 45.787,26.935C45.71,26.906 45.634,26.876 45.558,26.845C45.467,26.806 45.376,26.765 45.286,26.722C45.286,26.722 45.286,26.722 45.285,26.722C45.195,26.678 45.106,26.633 45.018,26.586C45.018,26.586 45.018,26.586 45.017,26.586C44.929,26.538 44.843,26.489 44.757,26.437C44.757,26.437 44.757,26.437 44.756,26.437C44.67,26.385 44.586,26.332 44.503,26.276C44.503,26.276 44.503,26.276 44.503,26.276C44.42,26.22 44.338,26.162 44.257,26.102C44.257,26.102 44.257,26.102 44.256,26.102C44.176,26.042 44.096,25.98 44.019,25.917C44.019,25.916 44.019,25.916 44.018,25.916C43.965,25.873 43.914,25.827 43.862,25.782C43.838,25.761 43.813,25.74 43.788,25.719C43.714,25.651 43.64,25.581 43.569,25.51C43.497,25.438 43.427,25.365 43.358,25.289L43.358,25.289C43.221,25.138 43.091,24.98 42.969,24.814C42.907,24.731 42.848,24.647 42.79,24.56L42.79,24.56C42.56,24.215 42.36,23.841 42.198,23.441L42.111,23.227C42.107,23.212 42.098,23.197 42.084,23.181C42.063,23.156 42.029,23.13 41.988,23.103C41.978,23.096 41.97,23.09 41.958,23.083C41.929,23.066 41.897,23.049 41.861,23.031C41.861,23.031 41.861,23.031 41.86,23.031C41.824,23.014 41.785,22.996 41.743,22.979C41.572,22.907 41.35,22.835 41.09,22.764C41.09,22.764 41.09,22.764 41.09,22.764C41.026,22.746 40.959,22.729 40.89,22.711L40.89,22.711C40.887,22.711 40.883,22.71 40.88,22.709C40.748,22.676 40.607,22.644 40.461,22.613C40.457,22.613 40.454,22.612 40.451,22.611C40.144,22.546 39.811,22.488 39.466,22.439L37.702,22.189C37.572,22.17 37.44,22.161 37.306,22.161L37.303,22.167Z"
|
||||
android:fillColor="#2D1214"
|
||||
android:fillType="nonZero"/>
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M37.303,22.167C36.01,22.16 34.566,22.951 33.949,24.055C33.949,24.055 32.777,26.153 30.356,27.138C28.376,27.942 26.905,27.69 26.905,27.69C25.53,27.452 23.829,28.245 23.125,29.451L20.763,33.496C20.05,34.729 19.567,36.346 21.5,36.346L23.145,36.346C24.735,36.346 26.72,35.238 27.554,33.883C27.554,33.883 29.057,31.444 32.022,31.382C35.472,31.311 38.327,34.05 38.398,37.499C38.468,40.949 35.729,43.804 32.279,43.874C29.225,43.937 27.586,41.352 27.586,41.352C26.735,40.01 24.736,38.91 23.146,38.91L19.109,38.936C18.344,38.97 17.545,39.146 16.999,39.943L15.507,42.498C15.324,42.812 15.139,43.127 14.955,43.441C14.252,44.645 12.555,45.415 11.185,45.15C11.185,45.15 8.926,44.712 6.55,45.678C1.624,47.68 -0.745,53.298 1.257,58.218C3.26,63.145 8.877,65.514 13.807,63.511C18.737,61.508 21.102,55.891 19.099,50.961C18.51,49.512 18.218,49.195 18.218,49.195C17.274,48.168 17.077,46.341 17.782,45.137L17.997,44.585C24.657,49.493 33.627,50.93 41.857,47.585C51.71,43.58 57.557,33.905 57.167,23.865L54.727,23.641C54.727,23.641 53.833,23.826 53.298,24.377C53.205,24.527 53.108,24.673 53.003,24.815L53.001,24.815C52.97,24.894 52.919,24.95 52.862,24.996C52.217,25.801 51.365,26.459 50.34,26.876C48.844,27.484 47.25,27.471 45.844,26.957C45.842,26.956 45.84,26.955 45.838,26.955C45.838,26.955 45.838,26.955 45.837,26.954C45.821,26.948 45.804,26.941 45.787,26.935C45.71,26.906 45.634,26.876 45.558,26.845C45.467,26.806 45.376,26.765 45.286,26.722C45.286,26.722 45.286,26.722 45.285,26.722C45.195,26.678 45.106,26.633 45.018,26.586C45.018,26.586 45.018,26.586 45.017,26.586C44.929,26.538 44.843,26.489 44.757,26.437C44.757,26.437 44.757,26.437 44.756,26.437C44.67,26.385 44.586,26.332 44.503,26.276C44.503,26.276 44.503,26.276 44.503,26.276C44.42,26.22 44.338,26.162 44.257,26.102C44.257,26.102 44.257,26.102 44.256,26.102C44.176,26.042 44.096,25.98 44.019,25.917C44.019,25.916 44.019,25.916 44.018,25.916C43.965,25.873 43.914,25.827 43.862,25.782C43.838,25.761 43.813,25.74 43.788,25.719C43.714,25.651 43.64,25.581 43.569,25.51C43.497,25.438 43.427,25.365 43.358,25.289L43.358,25.289C43.221,25.138 43.091,24.98 42.969,24.814C42.907,24.731 42.848,24.647 42.79,24.56L42.79,24.56C42.56,24.215 42.36,23.841 42.198,23.441L42.111,23.227C42.107,23.212 42.098,23.197 42.084,23.181C42.063,23.156 42.029,23.13 41.988,23.103C41.978,23.096 41.97,23.09 41.958,23.083C41.929,23.066 41.897,23.049 41.861,23.031C41.861,23.031 41.861,23.031 41.86,23.031C41.824,23.014 41.785,22.996 41.743,22.979C41.572,22.907 41.35,22.835 41.09,22.764C41.09,22.764 41.09,22.764 41.09,22.764C41.026,22.746 40.959,22.729 40.89,22.711L40.89,22.711C40.887,22.711 40.883,22.71 40.88,22.709C40.748,22.676 40.607,22.644 40.461,22.613C40.457,22.613 40.454,22.612 40.451,22.611C40.144,22.546 39.811,22.488 39.466,22.439L37.702,22.189C37.572,22.17 37.44,22.161 37.306,22.161L37.303,22.167Z"/>
|
||||
<path
|
||||
android:pathData="M15.081,59.534C14.386,57.521 11.995,54.291 9.636,52.878C8.418,52.146 7.188,51.894 6.148,52.253C2.979,53.346 1.297,56.801 2.39,59.97C3.483,63.138 6.938,64.821 10.107,63.728C11.425,63.274 12.738,63.207 13.606,62.923C14.337,62.682 14.847,62.292 15.113,61.744C15.353,61.242 15.43,60.546 15.081,59.534Z"
|
||||
android:fillColor="#AC631D"/>
|
||||
<path
|
||||
android:pathData="M20.797,50.421C23.37,52.525 36.468,51.669 35.998,50.304C35.369,48.474 34.047,47.269 31.964,47.614C30.069,47.928 28.193,47.307 26.479,46.484C24.591,45.577 22.89,44.412 21.551,43.727C21.343,43.621 21.141,43.526 20.946,43.443C21.145,42.353 21.362,41.324 21.432,40.495C21.542,39.174 21.22,38.231 20.596,37.79C20.261,37.554 19.82,37.41 19.229,37.451C18.471,37.505 17.549,37.865 16.654,38.46C15.418,39.282 14.225,40.542 13.592,41.84C12.743,43.578 20.794,50.489 20.797,50.421Z"
|
||||
android:fillColor="#F6902E"/>
|
||||
<path
|
||||
android:pathData="M18.613,42.994C16.315,42.73 12.826,43.311 10.23,43.887C8.729,44.221 7.723,44.511 7.07,44.842C6.439,45.162 6.062,45.543 5.834,45.98C5.508,46.604 5.497,47.423 5.764,48.627L5.764,48.627C6.024,49.797 6.879,50.771 8.184,51.402C9.834,52.201 12.253,52.453 14.806,51.894C14.963,53.31 15.583,54.425 16.582,55.061C17.458,55.619 18.571,55.509 19.757,54.724C21.676,53.455 23.978,50.258 25.534,47.814C26.36,46.516 26.866,45.6 27.093,44.904C27.313,44.232 27.311,43.696 27.163,43.225C26.952,42.554 26.38,41.966 25.341,41.304C24.329,40.66 23.036,40.577 21.667,41.053C20.661,41.403 19.601,42.067 18.613,42.994Z"
|
||||
android:fillColor="#2D1214"/>
|
||||
<path
|
||||
android:pathData="M38.66,44.384C39.111,44.259 39.631,44.133 40.23,44C41.13,43.8 42.14,43.599 43.17,43.434C43.75,42.825 44.37,42.31 44.99,41.9C44.59,39.071 44.01,35.926 43.25,33.756C42.86,32.623 42.4,31.734 41.91,31.209C41.39,30.642 40.81,30.41 40.23,30.451C39.471,30.505 38.549,30.865 37.654,31.46C36.418,32.282 35.225,33.542 34.592,34.84C33.743,36.578 33.825,38.366 35.542,39.595C37.104,40.712 37.991,42.478 38.621,44.271C38.634,44.309 38.647,44.346 38.66,44.384Z"
|
||||
android:fillColor="#F6902E"/>
|
||||
<path
|
||||
android:pathData="M15.292,47.616C14.431,50.028 16.175,53.027 19.394,54.177C21.246,54.839 24.863,57.224 27.11,57.914C28.743,58.421 29.859,57.996 30.221,56.984C31.082,54.572 29.338,51.573 26.119,50.423C24.266,49.761 20.65,47.375 18.403,46.686C16.769,46.179 15.654,46.603 15.292,47.616Z"
|
||||
android:fillColor="#AC631D"/>
|
||||
<path
|
||||
android:pathData="M24.056,48.294C26.37,47.198 27.258,43.843 25.795,40.754C24.953,38.976 24.082,34.732 22.981,32.655C22.185,31.142 21.096,30.653 20.124,31.114C17.809,32.21 16.922,35.564 18.385,38.653C19.227,40.431 20.097,44.676 21.199,46.752C21.995,48.265 23.084,48.754 24.056,48.294Z"
|
||||
android:fillColor="#AC631D"/>
|
||||
<path
|
||||
android:pathData="M52.56,39.413C56.528,40.116 60.144,37.935 60.718,34.694C60.879,33.786 61.54,32.44 62.167,31.037C62.885,29.439 63.569,27.784 63.695,26.539C63.789,25.619 63.6,24.87 63.151,24.342C62.828,23.96 62.356,23.671 61.677,23.55C57.709,22.847 54.093,25.029 53.519,28.269C53.23,29.902 51.449,32.903 50.794,35.176C50.376,36.647 50.459,37.887 51.086,38.621C51.409,39.003 51.881,39.293 52.56,39.413L52.56,39.413Z"
|
||||
android:fillColor="#AC631D"/>
|
||||
<path
|
||||
android:pathData="M47.413,47.159C45.863,43.818 44.793,39.696 43.486,37.903C42.591,36.673 41.555,36.287 40.409,36.818C39.402,37.285 38.861,37.83 38.61,38.458C38.431,38.907 38.387,39.423 38.51,40.056C38.72,41.12 39.5,42.668 40.636,45.117C42.206,48.501 44.041,52.737 45.815,54.603C46.916,55.764 48.076,56.108 49.129,55.62C49.872,55.275 50.276,54.866 50.483,54.445C50.723,53.962 50.75,53.408 50.514,52.743C50.123,51.655 48.737,50.013 47.413,47.159Z"
|
||||
android:fillColor="#AC631D"/>
|
||||
<path
|
||||
android:pathData="M49.433,48.754C49.311,47.017 49.003,46.049 48.533,45.5C48.154,45.048 47.657,44.792 46.983,44.69C46.324,44.591 45.415,44.664 44.159,44.753C40.437,45.015 36.456,48.102 36.744,52.197C36.869,53.961 37.381,55.037 38.123,55.708C39.175,56.656 40.843,56.816 43.121,56.655C46.865,56.391 49.723,52.872 49.433,48.754L49.433,48.754Z"
|
||||
android:fillColor="#2D1214"/>
|
||||
<path
|
||||
android:pathData="M9.299,59.886C8.96,59.011 8.424,58.21 7.661,57.548C6.325,56.387 5.203,55.987 4.205,56.039C2.789,56.112 1.497,57.18 -0.001,58.905C-2.462,61.739 -1.995,66.246 1.123,68.953C2.437,70.094 3.339,70.564 4.06,70.621C4.648,70.668 5.179,70.502 5.729,70.096C6.265,69.7 6.854,69.004 7.68,68.052C8.13,67.534 8.518,66.942 8.834,66.304C8.979,66.741 9.161,67.137 9.373,67.479C9.966,68.437 10.795,69.011 11.721,69.118C12.554,69.214 13.34,68.768 13.925,67.779C14.772,66.349 15.268,63.549 15.508,61.47C15.743,59.438 16.423,57.08 16.254,55.784C16.114,54.715 15.571,54.099 14.598,53.987C14.231,53.944 13.818,54.019 13.386,54.245C12.96,54.467 12.486,54.857 12.013,55.382C11.018,56.486 9.989,58.224 9.299,59.886Z"
|
||||
android:fillColor="#2D1214"/>
|
||||
<path
|
||||
android:pathData="M25.053,44.646C25.283,44.936 25.627,45.175 26.091,45.319C26.55,45.465 27.16,45.525 27.869,45.488C30.24,45.361 33.815,44.157 35.476,42.84C36.994,41.637 37.974,40.122 38.285,38.801C38.546,37.702 38.364,36.713 37.784,35.982C37.261,35.323 36.394,35.085 35.278,35.368C33.671,35.781 31.339,37.41 29.698,38.711C28.097,39.981 25.946,41.169 25.151,42.207C24.493,43.058 24.445,43.88 25.053,44.646Z"
|
||||
android:fillColor="#2D1214"/>
|
||||
</group>
|
||||
<path
|
||||
android:pathData="M19.983,23.737L19.503,22.559C17.771,18.299 19.82,13.441 24.08,11.709C28.34,9.976 33.198,12.025 34.93,16.286L35.233,17.029C35.378,17.867 36.627,18.711 38.01,18.907L39.437,19.108C40.819,19.304 42.484,18.455 43.137,17.222C43.137,17.222 43.747,16.069 45.628,15.304C48.825,14.005 52.469,15.543 53.769,18.738C53.85,18.94 53.92,19.143 53.98,19.346C54.192,19.818 54.578,20.06 54.962,20.183L56.77,20.348C56.47,18.738 56.004,17.135 55.364,15.56C50.25,2.98 35.904,-3.07 23.334,2.05C10.754,7.163 4.704,21.51 9.824,34.08C10.696,36.226 11.843,38.176 13.198,39.919L20.31,27.739C21.013,26.534 20.871,24.732 19.992,23.734L19.983,23.737Z"
|
||||
android:fillColor="#2D1214"
|
||||
android:fillType="nonZero"/>
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M19.983,23.737L19.503,22.559C17.771,18.299 19.82,13.441 24.08,11.709C28.34,9.976 33.198,12.025 34.93,16.286L35.233,17.029C35.378,17.867 36.627,18.711 38.01,18.907L39.437,19.108C40.819,19.304 42.484,18.455 43.137,17.222C43.137,17.222 43.747,16.069 45.628,15.304C48.825,14.005 52.469,15.543 53.769,18.738C53.85,18.94 53.92,19.143 53.98,19.346C54.192,19.818 54.578,20.06 54.962,20.183L56.77,20.348C56.47,18.738 56.004,17.135 55.364,15.56C50.25,2.98 35.904,-3.07 23.334,2.05C10.754,7.163 4.704,21.51 9.824,34.08C10.696,36.226 11.843,38.176 13.198,39.919L20.31,27.739C21.013,26.534 20.871,24.732 19.992,23.734L19.983,23.737Z"/>
|
||||
<path
|
||||
android:pathData="M14.85,9.989C12.669,11.5 11.662,14.33 12.569,16.96C13.662,20.127 17.121,21.811 20.288,20.719C21.605,20.264 22.917,20.196 23.786,19.911C24.52,19.67 25.025,19.282 25.293,18.731C25.535,18.232 25.61,17.533 25.262,16.523C24.618,14.656 22.512,11.739 20.327,10.198C19.442,10.681 18.562,10.804 17.774,10.509C16.921,10.189 15.857,10.083 14.85,9.989Z"
|
||||
android:fillColor="#AC631D"/>
|
||||
<path
|
||||
android:pathData="M29.893,10.612C31.978,12.423 37.458,16.791 41.147,18.568C42.225,19.089 43.183,19.393 43.895,19.423C44.663,19.452 45.24,19.208 45.623,18.767C46.121,18.194 46.518,17.287 46.729,16.23C47.024,14.776 46.975,13.041 46.504,11.677C45.874,9.847 44.554,8.64 42.469,8.986C40.576,9.302 38.701,8.678 36.984,7.856C35.099,6.951 33.397,5.783 32.059,5.098C31.191,4.655 30.431,4.41 29.834,4.412C29.213,4.413 28.701,4.632 28.299,5.095C27.848,5.614 27.529,5.988 27.338,6.287C27.102,6.659 27.012,6.983 27.007,7.289C27,7.661 27.113,8.031 27.44,8.44C27.8,8.889 28.592,9.483 29.893,10.612Z"
|
||||
android:fillColor="#F6902E"/>
|
||||
<path
|
||||
android:pathData="M29.585,10.34C29.391,7.585 28.605,0.621 27.253,-3.244C26.859,-4.375 26.397,-5.267 25.914,-5.791C25.391,-6.355 24.811,-6.59 24.228,-6.549C23.472,-6.496 22.549,-6.135 21.653,-5.537C20.416,-4.718 19.224,-3.456 18.592,-2.159C17.744,-0.419 17.823,1.368 19.543,2.597C21.104,3.712 21.989,5.48 22.622,7.274C23.315,9.248 23.692,11.276 24.155,12.708C24.455,13.634 24.819,14.345 25.243,14.766C25.682,15.204 26.199,15.411 26.81,15.368C27.497,15.32 27.986,15.281 28.333,15.205C28.763,15.109 29.056,14.943 29.276,14.73C29.544,14.472 29.726,14.131 29.783,13.611C29.846,13.038 29.707,12.058 29.585,10.34Z"
|
||||
android:fillColor="#F6902E"/>
|
||||
<path
|
||||
android:pathData="M28.202,6.922C27.724,6.944 27.226,7.044 26.716,7.221C25.557,7.624 24.328,8.444 23.218,9.602C22.189,9.767 21.18,9.968 20.279,10.168C18.778,10.501 17.772,10.791 17.119,11.122C16.488,11.443 16.111,11.823 15.883,12.26C15.557,12.885 15.546,13.704 15.813,14.907C16.073,16.078 16.928,17.051 18.233,17.683C18.719,17.918 27.55,18.326 28.84,16.551C29.602,16.057 30.238,15.499 30.716,14.912C31.501,13.947 31.879,12.894 31.807,11.875C31.953,11.577 32.064,11.312 32.142,11.072C32.362,10.4 32.36,9.864 32.212,9.393C32.089,9.002 31.844,8.64 31.455,8.275C32.855,8.213 34.333,7.53 35.448,6.246C36.403,5.146 37.762,4.182 38.385,3.319C38.819,2.718 29.507,-0.473 28.734,0.417C26.939,2.484 26.818,5.268 28.202,6.922Z"
|
||||
android:fillColor="#2D1214"/>
|
||||
<path
|
||||
android:pathData="M26.892,14.036C26.03,16.448 27.775,19.447 30.993,20.597C32.846,21.259 36.463,23.645 38.71,24.334C40.343,24.841 41.459,24.417 41.82,23.404C42.682,20.992 40.938,17.993 37.719,16.843C35.866,16.181 32.249,13.796 30.003,13.106C28.369,12.599 27.254,13.024 26.892,14.036Z"
|
||||
android:fillColor="#AC631D"/>
|
||||
<path
|
||||
android:pathData="M33.056,11.294C35.37,10.198 36.258,6.843 34.795,3.754C33.953,1.976 33.082,-2.268 31.981,-4.345C31.185,-5.858 30.096,-6.347 29.124,-5.886C26.809,-4.79 25.922,-1.436 27.385,1.653C28.227,3.431 29.097,7.676 30.199,9.752C30.995,11.265 32.084,11.754 33.056,11.294Z"
|
||||
android:fillColor="#AC631D"/>
|
||||
<path
|
||||
android:pathData="M15.196,27.777C14.839,28.878 14.273,29.905 13.549,30.739C12.96,31.417 12.492,31.965 12.078,32.367C12.394,32.421 12.736,32.501 13.098,32.634C13.882,32.921 14.651,33.416 15.357,33.816C15.942,34.148 16.496,34.422 16.989,34.552C17.608,34.715 18.166,34.673 18.651,34.419C19.097,34.185 19.519,33.751 19.808,32.96C20.295,31.633 20.301,30.83 20.074,30.289C19.893,29.856 19.571,29.513 19.054,29.232C18.597,28.983 17.922,28.771 17.028,28.444C16.446,28.23 15.822,27.99 15.196,27.777Z"
|
||||
android:fillColor="#AC631D"/>
|
||||
<path
|
||||
android:pathData="M51.08,11.157C51.78,10.694 52.56,10.331 53.36,10.087C51.6,7.861 49.66,5.676 49.55,5.796C49.38,5.98 49.23,6.247 49.22,6.64C49.22,6.829 50.19,9.224 51.08,11.157Z"
|
||||
android:fillColor="#AC631D"/>
|
||||
<path
|
||||
android:pathData="M34.497,8.8C34.578,9.542 35.245,10.42 36.41,11.132C38.509,12.42 42.204,13.418 44.321,13.187C46.262,12.975 47.902,12.162 48.87,11.122C49.637,10.299 50.005,9.325 49.898,8.347C49.801,7.462 49.192,6.784 48.125,6.406C46.528,5.835 43.674,5.952 41.582,6.181C40.433,6.306 39.139,6.281 38.034,6.346C37.167,6.391 36.398,6.497 35.85,6.713C34.873,7.103 34.384,7.768 34.497,8.8Z"
|
||||
android:fillColor="#2D1214"/>
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,69 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="58"
|
||||
android:viewportHeight="65">
|
||||
<group android:scaleX="0.44031632"
|
||||
android:scaleY="0.49345794"
|
||||
android:translateX="16.363329"
|
||||
android:translateY="16.61111">
|
||||
<path
|
||||
android:pathData="M37.303,22.167C36.01,22.16 34.566,22.951 33.949,24.055C33.949,24.055 32.777,26.153 30.356,27.138C28.376,27.942 26.905,27.69 26.905,27.69C25.53,27.452 23.829,28.245 23.125,29.451L20.763,33.496C20.05,34.729 19.567,36.346 21.5,36.346L23.145,36.346C24.735,36.346 26.72,35.238 27.554,33.883C27.554,33.883 29.057,31.444 32.022,31.382C35.472,31.311 38.327,34.05 38.398,37.499C38.468,40.949 35.729,43.804 32.279,43.874C29.225,43.937 27.586,41.352 27.586,41.352C26.735,40.01 24.736,38.91 23.146,38.91L19.109,38.936C18.344,38.97 17.545,39.146 16.999,39.943L15.507,42.498C15.324,42.812 15.139,43.127 14.955,43.441C14.252,44.645 12.555,45.415 11.185,45.15C11.185,45.15 8.926,44.712 6.55,45.678C1.624,47.68 -0.745,53.298 1.257,58.218C3.26,63.145 8.877,65.514 13.807,63.511C18.737,61.508 21.102,55.891 19.099,50.961C18.51,49.512 18.218,49.195 18.218,49.195C17.274,48.168 17.077,46.341 17.782,45.137L17.997,44.585C24.657,49.493 33.627,50.93 41.857,47.585C51.71,43.58 57.557,33.905 57.167,23.865L54.727,23.641C54.727,23.641 53.833,23.826 53.298,24.377C53.205,24.527 53.108,24.673 53.003,24.815L53.001,24.815C52.97,24.894 52.919,24.95 52.862,24.996C52.217,25.801 51.365,26.459 50.34,26.876C48.844,27.484 47.25,27.471 45.844,26.957C45.842,26.956 45.84,26.955 45.838,26.955C45.838,26.955 45.838,26.955 45.837,26.954C45.821,26.948 45.804,26.941 45.787,26.935C45.71,26.906 45.634,26.876 45.558,26.845C45.467,26.806 45.376,26.765 45.286,26.722C45.286,26.722 45.286,26.722 45.285,26.722C45.195,26.678 45.106,26.633 45.018,26.586C45.018,26.586 45.018,26.586 45.017,26.586C44.929,26.538 44.843,26.489 44.757,26.437C44.757,26.437 44.757,26.437 44.756,26.437C44.67,26.385 44.586,26.332 44.503,26.276C44.503,26.276 44.503,26.276 44.503,26.276C44.42,26.22 44.338,26.162 44.257,26.102C44.257,26.102 44.257,26.102 44.256,26.102C44.176,26.042 44.096,25.98 44.019,25.917C44.019,25.916 44.019,25.916 44.018,25.916C43.965,25.873 43.914,25.827 43.862,25.782C43.838,25.761 43.813,25.74 43.788,25.719C43.714,25.651 43.64,25.581 43.569,25.51C43.497,25.438 43.427,25.365 43.358,25.289L43.358,25.289C43.221,25.138 43.091,24.98 42.969,24.814C42.907,24.731 42.848,24.647 42.79,24.56L42.79,24.56C42.56,24.215 42.36,23.841 42.198,23.441L42.111,23.227C42.107,23.212 42.098,23.197 42.084,23.181C42.063,23.156 42.029,23.13 41.988,23.103C41.978,23.096 41.97,23.09 41.958,23.083C41.929,23.066 41.897,23.049 41.861,23.031C41.861,23.031 41.861,23.031 41.86,23.031C41.824,23.014 41.785,22.996 41.743,22.979C41.572,22.907 41.35,22.835 41.09,22.764C41.09,22.764 41.09,22.764 41.09,22.764C41.026,22.746 40.959,22.729 40.89,22.711L40.89,22.711C40.887,22.711 40.883,22.71 40.88,22.709C40.748,22.676 40.607,22.644 40.461,22.613C40.457,22.613 40.454,22.612 40.451,22.611C40.144,22.546 39.811,22.488 39.466,22.439L37.702,22.189C37.572,22.17 37.44,22.161 37.306,22.161L37.303,22.167Z"
|
||||
android:fillColor="#054A4A"
|
||||
android:fillType="nonZero"/>
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M37.303,22.167C36.01,22.16 34.566,22.951 33.949,24.055C33.949,24.055 32.777,26.153 30.356,27.138C28.376,27.942 26.905,27.69 26.905,27.69C25.53,27.452 23.829,28.245 23.125,29.451L20.763,33.496C20.05,34.729 19.567,36.346 21.5,36.346L23.145,36.346C24.735,36.346 26.72,35.238 27.554,33.883C27.554,33.883 29.057,31.444 32.022,31.382C35.472,31.311 38.327,34.05 38.398,37.499C38.468,40.949 35.729,43.804 32.279,43.874C29.225,43.937 27.586,41.352 27.586,41.352C26.735,40.01 24.736,38.91 23.146,38.91L19.109,38.936C18.344,38.97 17.545,39.146 16.999,39.943L15.507,42.498C15.324,42.812 15.139,43.127 14.955,43.441C14.252,44.645 12.555,45.415 11.185,45.15C11.185,45.15 8.926,44.712 6.55,45.678C1.624,47.68 -0.745,53.298 1.257,58.218C3.26,63.145 8.877,65.514 13.807,63.511C18.737,61.508 21.102,55.891 19.099,50.961C18.51,49.512 18.218,49.195 18.218,49.195C17.274,48.168 17.077,46.341 17.782,45.137L17.997,44.585C24.657,49.493 33.627,50.93 41.857,47.585C51.71,43.58 57.557,33.905 57.167,23.865L54.727,23.641C54.727,23.641 53.833,23.826 53.298,24.377C53.205,24.527 53.108,24.673 53.003,24.815L53.001,24.815C52.97,24.894 52.919,24.95 52.862,24.996C52.217,25.801 51.365,26.459 50.34,26.876C48.844,27.484 47.25,27.471 45.844,26.957C45.842,26.956 45.84,26.955 45.838,26.955C45.838,26.955 45.838,26.955 45.837,26.954C45.821,26.948 45.804,26.941 45.787,26.935C45.71,26.906 45.634,26.876 45.558,26.845C45.467,26.806 45.376,26.765 45.286,26.722C45.286,26.722 45.286,26.722 45.285,26.722C45.195,26.678 45.106,26.633 45.018,26.586C45.018,26.586 45.018,26.586 45.017,26.586C44.929,26.538 44.843,26.489 44.757,26.437C44.757,26.437 44.757,26.437 44.756,26.437C44.67,26.385 44.586,26.332 44.503,26.276C44.503,26.276 44.503,26.276 44.503,26.276C44.42,26.22 44.338,26.162 44.257,26.102C44.257,26.102 44.257,26.102 44.256,26.102C44.176,26.042 44.096,25.98 44.019,25.917C44.019,25.916 44.019,25.916 44.018,25.916C43.965,25.873 43.914,25.827 43.862,25.782C43.838,25.761 43.813,25.74 43.788,25.719C43.714,25.651 43.64,25.581 43.569,25.51C43.497,25.438 43.427,25.365 43.358,25.289L43.358,25.289C43.221,25.138 43.091,24.98 42.969,24.814C42.907,24.731 42.848,24.647 42.79,24.56L42.79,24.56C42.56,24.215 42.36,23.841 42.198,23.441L42.111,23.227C42.107,23.212 42.098,23.197 42.084,23.181C42.063,23.156 42.029,23.13 41.988,23.103C41.978,23.096 41.97,23.09 41.958,23.083C41.929,23.066 41.897,23.049 41.861,23.031C41.861,23.031 41.861,23.031 41.86,23.031C41.824,23.014 41.785,22.996 41.743,22.979C41.572,22.907 41.35,22.835 41.09,22.764C41.09,22.764 41.09,22.764 41.09,22.764C41.026,22.746 40.959,22.729 40.89,22.711L40.89,22.711C40.887,22.711 40.883,22.71 40.88,22.709C40.748,22.676 40.607,22.644 40.461,22.613C40.457,22.613 40.454,22.612 40.451,22.611C40.144,22.546 39.811,22.488 39.466,22.439L37.702,22.189C37.572,22.17 37.44,22.161 37.306,22.161L37.303,22.167Z"/>
|
||||
<path
|
||||
android:pathData="M4.393,65L5.303,65C13.213,47.117 23.723,37.071 35.303,32.18C43.163,28.86 51.803,27.859 61.003,28.771L61.003,27.937C51.683,27.026 42.933,28.052 34.983,31.412C23.173,36.398 12.443,46.653 4.393,65Z"
|
||||
android:fillColor="#A0DA8C"/>
|
||||
<path
|
||||
android:pathData="M8.313,65L10.143,65C17.363,49.543 26.643,40.631 37.023,36.248C44.363,33.149 52.413,32.278 61.003,33.187L61.003,31.521C52.183,30.611 43.913,31.531 36.373,34.713C25.543,39.289 15.793,48.632 8.313,65Z"
|
||||
android:fillColor="#A0DA8C"/>
|
||||
<path
|
||||
android:pathData="M12.253,65L15.023,65C21.493,51.937 29.583,44.185 38.743,40.317C45.563,37.437 53.033,36.696 61.003,37.602L61.003,35.103C52.683,34.195 44.883,35.01 37.773,38.014C27.923,42.175 19.153,50.587 12.253,65Z"
|
||||
android:fillColor="#A0DA8C"/>
|
||||
<path
|
||||
android:pathData="M16.233,65L19.963,65C25.643,54.289 32.543,47.728 40.463,44.386C46.763,41.726 53.653,41.112 61.003,42.015L61.003,38.685C53.183,37.779 45.853,38.489 39.163,41.315C30.313,45.056 22.513,52.518 16.233,65Z"
|
||||
android:fillColor="#A0DA8C"/>
|
||||
<path
|
||||
android:pathData="M21.183,65L24.013,65C29.023,56.161 34.973,50.593 41.853,47.687C47.733,45.205 54.153,44.694 61.003,45.594L61.003,43.097C53.803,42.195 47.053,42.778 40.883,45.384C33.283,48.595 26.663,54.858 21.183,65Z"
|
||||
android:fillColor="#A0DA8C"/>
|
||||
<path
|
||||
android:pathData="M26.203,65L28.133,65C32.423,57.998 37.433,53.444 43.253,50.988C48.703,48.684 54.653,48.275 61.003,49.172L61.003,47.508C54.423,46.61 48.253,47.066 42.603,49.452C36.283,52.12 30.833,57.149 26.203,65Z"
|
||||
android:fillColor="#A0DA8C"/>
|
||||
<path
|
||||
android:pathData="M31.343,65L32.333,65C35.873,59.792 39.933,56.277 44.643,54.289C49.673,52.163 55.163,51.854 61.003,52.747L61.003,51.916C55.043,51.022 49.453,51.354 44.323,53.521C39.353,55.621 35.063,59.38 31.343,65Z"
|
||||
android:fillColor="#A0DA8C"/>
|
||||
</group>
|
||||
<path
|
||||
android:pathData="M19.983,23.737L19.503,22.559C17.771,18.299 19.82,13.441 24.08,11.709C28.34,9.976 33.198,12.025 34.93,16.286L35.233,17.029C35.378,17.867 36.627,18.711 38.01,18.907L39.437,19.108C40.819,19.304 42.484,18.455 43.137,17.222C43.137,17.222 43.747,16.069 45.628,15.304C48.825,14.005 52.469,15.543 53.769,18.738C53.85,18.94 53.92,19.143 53.98,19.346C54.192,19.818 54.578,20.06 54.962,20.183L56.77,20.348C56.47,18.738 56.004,17.135 55.364,15.56C50.25,2.98 35.904,-3.07 23.334,2.05C10.754,7.163 4.704,21.51 9.824,34.08C10.696,36.226 11.843,38.176 13.198,39.919L20.31,27.739C21.013,26.534 20.871,24.732 19.992,23.734L19.983,23.737Z"
|
||||
android:fillColor="#054A4A"
|
||||
android:fillType="nonZero"/>
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M19.983,23.737L19.503,22.559C17.771,18.299 19.82,13.441 24.08,11.709C28.34,9.976 33.198,12.025 34.93,16.286L35.233,17.029C35.378,17.867 36.627,18.711 38.01,18.907L39.437,19.108C40.819,19.304 42.484,18.455 43.137,17.222C43.137,17.222 43.747,16.069 45.628,15.304C48.825,14.005 52.469,15.543 53.769,18.738C53.85,18.94 53.92,19.143 53.98,19.346C54.192,19.818 54.578,20.06 54.962,20.183L56.77,20.348C56.47,18.738 56.004,17.135 55.364,15.56C50.25,2.98 35.904,-3.07 23.334,2.05C10.754,7.163 4.704,21.51 9.824,34.08C10.696,36.226 11.843,38.176 13.198,39.919L20.31,27.739C21.013,26.534 20.871,24.732 19.992,23.734L19.983,23.737Z"/>
|
||||
<path
|
||||
android:pathData="M52.433,-2.765L51.503,-2.765C45.803,8.728 39.673,16.01 33.523,20.976C24.223,28.477 14.653,30.722 5.003,33.091L5.003,33.948C14.833,31.53 24.573,29.265 34.043,21.625C40.343,16.547 46.613,9.082 52.433,-2.765Z"
|
||||
android:fillColor="#A0DA8C"/>
|
||||
<path
|
||||
android:pathData="M48.423,-2.765L46.553,-2.765C41.503,6.875 36.153,13.174 30.753,17.539C22.363,24.302 13.713,26.435 5.003,28.548L5.003,30.262C14.063,28.053 23.073,25.877 31.793,18.836C37.483,14.243 43.123,7.572 48.423,-2.765Z"
|
||||
android:fillColor="#A0DA8C"/>
|
||||
<path
|
||||
android:pathData="M44.383,-2.765L41.533,-2.765C37.173,5.058 32.623,10.355 27.973,14.102C20.503,20.127 12.773,22.148 5.003,24.013L5.003,26.579C13.303,24.575 21.563,22.49 29.543,16.047C34.623,11.949 39.623,6.082 44.383,-2.765Z"
|
||||
android:fillColor="#A0DA8C"/>
|
||||
<path
|
||||
android:pathData="M40.293,-2.765L36.433,-2.765C32.803,3.284 29.053,7.558 25.203,10.664C18.643,15.954 11.833,17.858 5.003,19.487L5.003,22.902C12.533,21.096 20.053,19.104 27.293,13.259C31.743,9.666 36.103,4.617 40.293,-2.765Z"
|
||||
android:fillColor="#A0DA8C"/>
|
||||
<path
|
||||
android:pathData="M35.163,-2.765L32.213,-2.765C29.213,1.888 26.123,5.312 22.953,7.876C17.133,12.569 11.073,14.373 5.003,15.823L5.003,18.379C11.603,16.804 18.193,14.93 24.523,9.821C28.173,6.876 31.723,2.858 35.163,-2.765Z"
|
||||
android:fillColor="#A0DA8C"/>
|
||||
<path
|
||||
android:pathData="M29.923,-2.765L27.893,-2.765C25.563,0.541 23.163,3.097 20.703,5.087C15.623,9.187 10.323,10.882 5.003,12.165L5.003,13.866C10.673,12.506 16.323,10.76 21.753,6.384C24.553,4.123 27.273,1.161 29.923,-2.765Z"
|
||||
android:fillColor="#A0DA8C"/>
|
||||
<path
|
||||
android:pathData="M24.483,-2.765L23.423,-2.765C21.803,-0.739 20.153,0.927 18.453,2.298C14.103,5.806 9.563,7.381 5.003,8.513L5.003,9.362C9.743,8.197 14.453,6.592 18.973,2.947C20.863,1.426 22.693,-0.449 24.483,-2.765Z"
|
||||
android:fillColor="#A0DA8C"/>
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,35 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="58"
|
||||
android:viewportHeight="65">
|
||||
<group android:scaleX="0.44031632"
|
||||
android:scaleY="0.49345794"
|
||||
android:translateX="16.363329"
|
||||
android:translateY="16.314123">
|
||||
<path
|
||||
android:pathData="M37.303,22.805C36.01,22.798 34.566,23.589 33.949,24.693C33.949,24.693 32.777,26.791 30.356,27.776C28.376,28.58 26.905,28.328 26.905,28.328C25.53,28.09 23.829,28.883 23.125,30.089L20.763,34.134C20.05,35.367 19.567,36.984 21.5,36.984L23.145,36.984C24.735,36.984 26.72,35.876 27.554,34.521C27.554,34.521 29.057,32.082 32.022,32.02C35.472,31.949 38.327,34.688 38.398,38.137C38.468,41.587 35.729,44.442 32.279,44.512C29.225,44.575 27.586,41.99 27.586,41.99C26.735,40.648 24.736,39.548 23.146,39.548L19.109,39.574C18.344,39.608 17.545,39.784 16.999,40.581L15.507,43.136C15.324,43.45 15.139,43.765 14.955,44.079C14.252,45.283 12.555,46.053 11.185,45.788C11.185,45.788 8.926,45.35 6.55,46.316C1.624,48.318 -0.745,53.936 1.257,58.856C3.26,63.783 8.877,66.152 13.807,64.149C18.737,62.146 21.102,56.529 19.099,51.599C18.51,50.15 18.218,49.833 18.218,49.833C17.274,48.806 17.077,46.979 17.782,45.775L17.997,45.223C24.657,50.131 33.627,51.568 41.857,48.223C51.71,44.218 57.557,34.543 57.167,24.503L54.727,24.279C54.727,24.279 53.833,24.464 53.298,25.015C53.205,25.165 53.108,25.311 53.003,25.453L53.001,25.453C52.97,25.532 52.919,25.588 52.862,25.634C52.217,26.439 51.365,27.097 50.34,27.514C48.844,28.122 47.25,28.109 45.844,27.595C45.842,27.594 45.84,27.593 45.838,27.593C45.838,27.593 45.838,27.593 45.837,27.592C45.821,27.586 45.804,27.579 45.787,27.573C45.71,27.544 45.634,27.514 45.558,27.483C45.467,27.444 45.376,27.403 45.286,27.36C45.286,27.36 45.286,27.36 45.285,27.36C45.195,27.316 45.106,27.271 45.018,27.224C45.018,27.224 45.018,27.224 45.017,27.224C44.929,27.176 44.843,27.127 44.757,27.075C44.757,27.075 44.757,27.075 44.756,27.075C44.67,27.023 44.586,26.97 44.503,26.914C44.503,26.914 44.503,26.914 44.503,26.914C44.42,26.858 44.338,26.8 44.257,26.74C44.257,26.74 44.257,26.74 44.256,26.74C44.176,26.68 44.096,26.618 44.019,26.555C44.019,26.554 44.019,26.554 44.018,26.554C43.965,26.511 43.914,26.465 43.862,26.42C43.838,26.399 43.813,26.378 43.788,26.357C43.714,26.289 43.64,26.219 43.569,26.148C43.497,26.076 43.427,26.003 43.358,25.927L43.358,25.927C43.221,25.776 43.091,25.618 42.969,25.452C42.907,25.369 42.848,25.285 42.79,25.198L42.79,25.198C42.56,24.853 42.36,24.479 42.198,24.079L42.111,23.865C42.107,23.85 42.098,23.835 42.084,23.819C42.063,23.794 42.029,23.768 41.988,23.741C41.978,23.734 41.97,23.728 41.958,23.721C41.929,23.704 41.897,23.687 41.861,23.669C41.861,23.669 41.861,23.669 41.86,23.669C41.824,23.652 41.785,23.634 41.743,23.617C41.572,23.545 41.35,23.473 41.09,23.402C41.09,23.402 41.09,23.402 41.09,23.402C41.026,23.384 40.959,23.367 40.89,23.349L40.89,23.349C40.887,23.349 40.883,23.348 40.88,23.347C40.748,23.314 40.607,23.282 40.461,23.251C40.457,23.251 40.454,23.25 40.451,23.249C40.144,23.184 39.811,23.126 39.466,23.077L37.702,22.827C37.572,22.808 37.44,22.799 37.306,22.799L37.303,22.805Z"
|
||||
android:fillColor="#006844"
|
||||
android:fillType="nonZero"/>
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M37.303,22.805C36.01,22.798 34.566,23.589 33.949,24.693C33.949,24.693 32.777,26.791 30.356,27.776C28.376,28.58 26.905,28.328 26.905,28.328C25.53,28.09 23.829,28.883 23.125,30.089L20.763,34.134C20.05,35.367 19.567,36.984 21.5,36.984L23.145,36.984C24.735,36.984 26.72,35.876 27.554,34.521C27.554,34.521 29.057,32.082 32.022,32.02C35.472,31.949 38.327,34.688 38.398,38.137C38.468,41.587 35.729,44.442 32.279,44.512C29.225,44.575 27.586,41.99 27.586,41.99C26.735,40.648 24.736,39.548 23.146,39.548L19.109,39.574C18.344,39.608 17.545,39.784 16.999,40.581L15.507,43.136C15.324,43.45 15.139,43.765 14.955,44.079C14.252,45.283 12.555,46.053 11.185,45.788C11.185,45.788 8.926,45.35 6.55,46.316C1.624,48.318 -0.745,53.936 1.257,58.856C3.26,63.783 8.877,66.152 13.807,64.149C18.737,62.146 21.102,56.529 19.099,51.599C18.51,50.15 18.218,49.833 18.218,49.833C17.274,48.806 17.077,46.979 17.782,45.775L17.997,45.223C24.657,50.131 33.627,51.568 41.857,48.223C51.71,44.218 57.557,34.543 57.167,24.503L54.727,24.279C54.727,24.279 53.833,24.464 53.298,25.015C53.205,25.165 53.108,25.311 53.003,25.453L53.001,25.453C52.97,25.532 52.919,25.588 52.862,25.634C52.217,26.439 51.365,27.097 50.34,27.514C48.844,28.122 47.25,28.109 45.844,27.595C45.842,27.594 45.84,27.593 45.838,27.593C45.838,27.593 45.838,27.593 45.837,27.592C45.821,27.586 45.804,27.579 45.787,27.573C45.71,27.544 45.634,27.514 45.558,27.483C45.467,27.444 45.376,27.403 45.286,27.36C45.286,27.36 45.286,27.36 45.285,27.36C45.195,27.316 45.106,27.271 45.018,27.224C45.018,27.224 45.018,27.224 45.017,27.224C44.929,27.176 44.843,27.127 44.757,27.075C44.757,27.075 44.757,27.075 44.756,27.075C44.67,27.023 44.586,26.97 44.503,26.914C44.503,26.914 44.503,26.914 44.503,26.914C44.42,26.858 44.338,26.8 44.257,26.74C44.257,26.74 44.257,26.74 44.256,26.74C44.176,26.68 44.096,26.618 44.019,26.555C44.019,26.554 44.019,26.554 44.018,26.554C43.965,26.511 43.914,26.465 43.862,26.42C43.838,26.399 43.813,26.378 43.788,26.357C43.714,26.289 43.64,26.219 43.569,26.148C43.497,26.076 43.427,26.003 43.358,25.927L43.358,25.927C43.221,25.776 43.091,25.618 42.969,25.452C42.907,25.369 42.848,25.285 42.79,25.198L42.79,25.198C42.56,24.853 42.36,24.479 42.198,24.079L42.111,23.865C42.107,23.85 42.098,23.835 42.084,23.819C42.063,23.794 42.029,23.768 41.988,23.741C41.978,23.734 41.97,23.728 41.958,23.721C41.929,23.704 41.897,23.687 41.861,23.669C41.861,23.669 41.861,23.669 41.86,23.669C41.824,23.652 41.785,23.634 41.743,23.617C41.572,23.545 41.35,23.473 41.09,23.402C41.09,23.402 41.09,23.402 41.09,23.402C41.026,23.384 40.959,23.367 40.89,23.349L40.89,23.349C40.887,23.349 40.883,23.348 40.88,23.347C40.748,23.314 40.607,23.282 40.461,23.251C40.457,23.251 40.454,23.25 40.451,23.249C40.144,23.184 39.811,23.126 39.466,23.077L37.702,22.827C37.572,22.808 37.44,22.799 37.306,22.799L37.303,22.805Z"/>
|
||||
<path
|
||||
android:pathData="M39.824,25.326C38.531,25.319 37.087,26.11 36.47,27.214C36.47,27.214 35.298,29.312 32.877,30.297C30.897,31.101 29.426,30.849 29.426,30.849C28.051,30.611 26.35,31.404 25.646,32.61L23.284,36.655C22.571,37.888 22.088,39.505 24.021,39.505L25.666,39.505C27.256,39.505 29.241,38.397 30.075,37.042C30.075,37.042 31.578,34.603 34.543,34.541C37.993,34.47 40.848,37.209 40.919,40.658C40.989,44.108 38.25,46.963 34.8,47.033C31.746,47.096 30.107,44.511 30.107,44.511C29.256,43.169 27.257,42.069 25.667,42.069L21.63,42.095C20.865,42.129 20.066,42.305 19.52,43.102L18.028,45.657C17.845,45.971 17.66,46.286 17.476,46.6C16.773,47.804 15.076,48.574 13.706,48.309C13.706,48.309 11.447,47.871 9.071,48.837C4.145,50.839 1.776,56.457 3.778,61.377C5.781,66.304 11.398,68.673 16.328,66.67C21.258,64.667 23.623,59.05 21.62,54.12C21.031,52.671 20.739,52.354 20.739,52.354C19.795,51.327 19.598,49.5 20.303,48.296L20.518,47.744C27.178,52.652 36.148,54.089 44.378,50.744C54.231,46.739 60.078,37.064 59.688,27.024L57.248,26.8C57.248,26.8 56.354,26.985 55.819,27.536C55.726,27.686 55.629,27.832 55.524,27.974L55.522,27.974C55.491,28.053 55.44,28.109 55.383,28.155C54.738,28.96 53.886,29.618 52.861,30.035C51.365,30.643 49.771,30.63 48.365,30.116C48.363,30.115 48.361,30.114 48.359,30.114C48.359,30.114 48.359,30.114 48.358,30.113C48.342,30.107 48.325,30.1 48.308,30.094C48.231,30.065 48.155,30.035 48.079,30.004C47.988,29.965 47.897,29.924 47.807,29.881C47.807,29.881 47.807,29.881 47.806,29.881C47.716,29.837 47.627,29.792 47.539,29.745C47.539,29.745 47.539,29.745 47.538,29.745C47.45,29.697 47.364,29.648 47.278,29.596C47.278,29.596 47.278,29.596 47.277,29.596C47.191,29.544 47.107,29.491 47.024,29.435C47.024,29.435 47.024,29.435 47.024,29.435C46.941,29.379 46.859,29.321 46.778,29.261C46.778,29.261 46.778,29.261 46.777,29.261C46.697,29.201 46.617,29.139 46.54,29.076C46.54,29.075 46.54,29.075 46.539,29.075C46.486,29.032 46.435,28.986 46.383,28.941C46.359,28.92 46.334,28.899 46.309,28.878C46.235,28.81 46.161,28.74 46.09,28.669C46.018,28.597 45.948,28.524 45.879,28.448L45.879,28.448C45.742,28.297 45.612,28.139 45.49,27.973C45.428,27.89 45.369,27.806 45.311,27.719L45.311,27.719C45.081,27.374 44.881,27 44.719,26.6L44.632,26.386C44.628,26.371 44.619,26.356 44.605,26.34C44.584,26.315 44.55,26.289 44.509,26.262C44.499,26.255 44.491,26.249 44.479,26.242C44.45,26.225 44.418,26.208 44.382,26.19C44.382,26.19 44.382,26.19 44.381,26.19C44.345,26.173 44.306,26.155 44.264,26.138C44.093,26.066 43.871,25.994 43.611,25.923C43.611,25.923 43.611,25.923 43.611,25.923C43.547,25.905 43.48,25.888 43.411,25.87L43.411,25.87C43.408,25.87 43.404,25.869 43.401,25.868C43.269,25.835 43.128,25.803 42.982,25.772C42.978,25.772 42.975,25.771 42.972,25.77C42.665,25.705 42.332,25.647 41.987,25.598L40.223,25.348C40.093,25.329 39.961,25.32 39.827,25.32L39.824,25.326Z"
|
||||
android:fillColor="#00BF81"
|
||||
android:fillType="nonZero"/>
|
||||
</group>
|
||||
<path
|
||||
android:pathData="M19.983,24.375L19.503,23.197C17.771,18.937 19.82,14.079 24.08,12.347C28.34,10.614 33.198,12.663 34.93,16.924L35.233,17.667C35.378,18.505 36.627,19.349 38.01,19.545L39.437,19.746C40.819,19.942 42.484,19.093 43.137,17.86C43.137,17.86 43.747,16.707 45.628,15.942C48.825,14.643 52.469,16.181 53.769,19.376C53.85,19.578 53.92,19.781 53.98,19.984C54.192,20.456 54.578,20.698 54.962,20.821L56.77,20.986C56.47,19.376 56.004,17.773 55.364,16.198C50.25,3.618 35.904,-2.432 23.334,2.688C10.754,7.801 4.704,22.148 9.824,34.718C10.696,36.864 11.843,38.814 13.198,40.557L20.31,28.377C21.013,27.172 20.871,25.37 19.992,24.372L19.983,24.375Z"
|
||||
android:fillColor="#006844"
|
||||
android:fillType="nonZero"/>
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M19.983,24.375L19.503,23.197C17.771,18.937 19.82,14.079 24.08,12.347C28.34,10.614 33.198,12.663 34.93,16.924L35.233,17.667C35.378,18.505 36.627,19.349 38.01,19.545L39.437,19.746C40.819,19.942 42.484,19.093 43.137,17.86C43.137,17.86 43.747,16.707 45.628,15.942C48.825,14.643 52.469,16.181 53.769,19.376C53.85,19.578 53.92,19.781 53.98,19.984C54.192,20.456 54.578,20.698 54.962,20.821L56.77,20.986C56.47,19.376 56.004,17.773 55.364,16.198C50.25,3.618 35.904,-2.432 23.334,2.688C10.754,7.801 4.704,22.148 9.824,34.718C10.696,36.864 11.843,38.814 13.198,40.557L20.31,28.377C21.013,27.172 20.871,25.37 19.992,24.372L19.983,24.375Z"/>
|
||||
<path
|
||||
android:pathData="M22.504,26.896L22.024,25.718C20.292,21.458 22.341,16.6 26.601,14.868C30.861,13.135 35.719,15.184 37.451,19.445L37.754,20.188C37.899,21.026 39.148,21.87 40.531,22.066L41.958,22.267C43.34,22.463 45.005,21.614 45.658,20.381C45.658,20.381 46.268,19.228 48.149,18.463C51.346,17.164 54.99,18.702 56.29,21.897C56.371,22.099 56.441,22.302 56.501,22.505C56.713,22.977 57.099,23.219 57.483,23.342L59.291,23.507C58.991,21.897 58.525,20.294 57.885,18.719C52.771,6.139 38.425,0.089 25.855,5.209C13.275,10.322 7.225,24.669 12.345,37.239C13.217,39.385 14.364,41.335 15.719,43.078L22.831,30.898C23.534,29.693 23.392,27.891 22.513,26.893L22.504,26.896Z"
|
||||
android:fillColor="#00BF81"
|
||||
android:fillType="nonZero"/>
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,117 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="58"
|
||||
android:viewportHeight="65">
|
||||
<group android:scaleX="0.44031632"
|
||||
android:scaleY="0.49345794"
|
||||
android:translateX="16.363329"
|
||||
android:translateY="16.61111">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M37.3,22.167C36.01,22.16 34.57,22.951 33.95,24.055C33.95,24.055 32.78,26.153 30.36,27.138C28.38,27.942 26.91,27.689 26.91,27.689C25.53,27.452 23.83,28.245 23.13,29.45L20.76,33.495C20.05,34.728 19.57,36.345 21.5,36.345L23.15,36.345C24.74,36.345 26.72,35.237 27.55,33.882C27.55,33.882 29.06,31.443 32.02,31.381C35.47,31.31 38.33,34.049 38.4,37.498C38.47,40.948 35.73,43.803 32.28,43.873C29.23,43.936 27.59,41.351 27.59,41.351C26.74,40.009 24.74,38.909 23.15,38.909L19.11,38.935C18.34,38.97 17.54,39.145 17,39.942L14.96,43.44C14.25,44.644 12.55,45.414 11.19,45.149C11.19,45.149 8.93,44.712 6.55,45.678C1.62,47.68 -0.74,53.298 1.26,58.218C3.26,63.145 8.88,65.514 13.81,63.511C18.74,61.508 21.1,55.891 19.1,50.961C18.51,49.512 18.22,49.195 18.22,49.195C17.27,48.168 17.08,46.341 17.78,45.137L18,44.584C24.66,49.492 33.63,50.929 41.86,47.584C51.71,43.579 57.56,33.904 57.17,23.864L54.73,23.64C54.73,23.64 53.83,23.825 53.3,24.376C53.21,24.527 53.11,24.673 53,24.815L53,24.815C52.97,24.894 52.92,24.949 52.86,24.995C52.22,25.801 51.37,26.458 50.34,26.875C48.84,27.484 47.25,27.47 45.84,26.956L45.56,26.844L45.28,26.721L45.02,26.585L44.76,26.436L44.5,26.275L44.26,26.101L44.02,25.916L43.79,25.718C43.71,25.65 43.64,25.581 43.57,25.509L43.36,25.288C43.22,25.138 43.09,24.979 42.97,24.814L42.79,24.56C42.56,24.214 42.36,23.841 42.2,23.441L42.11,23.227C42.11,23.212 42.1,23.197 42.08,23.181C42.06,23.156 42.03,23.129 41.99,23.103C41.98,23.096 41.97,23.089 41.96,23.083L41.74,22.978C41.57,22.907 41.35,22.834 41.09,22.763L40.88,22.709C40.75,22.676 40.61,22.644 40.46,22.613C40.46,22.612 40.45,22.611 40.45,22.611C40.14,22.546 39.81,22.487 39.47,22.439L37.7,22.188C37.57,22.17 37.44,22.161 37.31,22.16L37.3,22.167ZM19.98,23.737L19.5,22.559C17.77,18.299 19.82,13.441 24.08,11.709C28.34,9.976 33.2,12.025 34.93,16.286L35.23,17.028C35.38,17.866 36.63,18.71 38.01,18.906L39.44,19.108C40.82,19.304 42.48,18.455 43.14,17.222C43.14,17.222 43.75,16.069 45.63,15.304C48.82,14.005 52.47,15.542 53.77,18.738C53.85,18.94 53.92,19.142 53.98,19.346C54.19,19.818 54.58,20.059 54.96,20.182L56.77,20.348C56.47,18.738 56,17.135 55.36,15.56C50.25,2.98 35.9,-3.07 23.33,2.05C10.75,7.163 4.7,21.51 9.82,34.08C10.7,36.226 11.84,38.176 13.2,39.919L20.31,27.739C21.01,26.534 20.87,24.732 19.99,23.734L19.98,23.737Z"/>
|
||||
<path
|
||||
android:pathData="M20.868,13.173C22.363,11.679 22.569,9.493 21.373,8.297C20.178,7.101 17.992,7.307 16.497,8.802C15.903,9.396 15.665,10.45 15.693,11.586C15.733,13.234 16.331,15.052 17.026,15.747C17.248,15.969 17.475,16.074 17.689,16.102C18.012,16.143 18.335,16.006 18.654,15.735C19.325,15.177 20.028,14.014 20.868,13.173L20.868,13.173Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M14.338,31.65C13.792,32.14 13.551,32.893 13.606,33.773C13.684,35.023 14.353,36.541 15.543,37.87C16.734,39.2 18.17,40.031 19.404,40.246C20.272,40.397 21.047,40.241 21.594,39.751C22.028,39.362 22.084,38.739 21.839,37.981C21.341,36.435 19.599,34.28 18.235,32.756C17.527,31.966 17.02,31.455 16.601,31.174C16.278,30.961 15.999,30.868 15.729,30.879C15.305,30.889 14.889,31.157 14.338,31.65Z"
|
||||
android:fillColor="#C300B2"/>
|
||||
<path
|
||||
android:pathData="M48.687,38.499C48.794,39.188 49.411,39.769 50.41,40.146C51.79,40.66 53.908,40.818 56.215,40.461C58.522,40.103 60.493,39.312 61.652,38.404C62.49,37.743 62.903,37.002 62.796,36.313C62.762,36.093 62.641,35.852 62.434,35.6C62.16,35.273 61.732,34.929 61.194,34.59C59.152,33.316 55.487,32.173 52.801,32.589C48.852,33.201 48.434,36.867 48.687,38.499Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M23.18,27.709C21.346,26.659 19.182,27.033 18.342,28.501C17.502,29.968 18.274,32.024 20.109,33.074C20.838,33.491 21.918,33.444 23.006,33.119C24.586,32.648 26.184,31.594 26.672,30.741C26.828,30.468 26.87,30.222 26.841,30.008C26.795,29.686 26.578,29.41 26.233,29.173C25.519,28.672 24.212,28.299 23.18,27.709Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M21.838,12.666C20.552,13.409 20.023,14.862 20.617,15.891C21.211,16.92 22.734,17.189 24.02,16.446C24.533,16.15 24.889,15.481 25.073,14.709C25.347,13.592 25.267,12.27 24.924,11.676C24.807,11.474 24.662,11.355 24.514,11.292C24.292,11.204 24.035,11.235 23.755,11.366C23.215,11.615 22.543,12.259 21.838,12.666Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M59.058,22.726C59.702,21.245 60.823,19.776 61.198,18.661C61.364,18.141 61.382,17.691 61.185,17.326C61.05,17.073 60.812,16.859 60.442,16.698C59.225,16.169 56.67,16.32 54.576,17.086C53.154,17.611 51.959,18.412 51.51,19.445C50.386,22.03 51.191,24.852 53.256,25.75C55.322,26.648 57.935,25.311 59.058,22.726Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M47.412,19.258C48.209,18.809 48.433,18.125 48.293,17.26C48.1,16.103 47.187,14.578 46.205,12.836C45.647,11.845 45.602,10.998 45.512,10.419C45.433,9.919 45.299,9.588 44.966,9.428C44.754,9.332 44.446,9.296 43.981,9.367C43.369,9.457 42.451,9.725 41.053,10.211C40.409,10.43 40.006,10.775 39.795,11.216C39.586,11.648 39.57,12.189 39.723,12.844C39.906,13.646 40.361,14.628 41.018,15.793C42.011,17.555 43.425,18.817 44.783,19.33C45.733,19.687 46.656,19.685 47.412,19.258Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M18.089,27.83C20.929,26.19 21.906,22.546 20.266,19.705C18.626,16.865 14.981,15.889 12.141,17.529C10.701,18.36 10.186,19.581 10.019,21.017C9.85,22.381 10.013,23.943 9.936,25.524C9.842,27.452 9.954,28.812 10.206,29.729C10.386,30.384 10.648,30.826 10.954,31.105C11.677,31.763 12.699,31.556 13.798,30.934C15.288,30.087 16.941,28.493 18.089,27.83L18.089,27.83Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M35.803,42.846C34.885,44.751 35.413,46.882 36.936,47.616C38.46,48.35 40.455,47.434 41.372,45.529C41.737,44.773 41.614,43.698 41.212,42.636C40.63,41.094 39.465,39.575 38.58,39.148C38.297,39.012 38.048,38.988 37.837,39.032C37.519,39.1 37.259,39.337 37.047,39.697C36.598,40.445 36.319,41.775 35.803,42.846L35.803,42.846Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M44.378,33.473C44.565,33.608 44.85,33.695 45.216,33.725C45.707,33.764 46.353,33.705 47.083,33.567C48.748,33.248 50.873,32.518 52.561,31.63C53.712,31.026 54.659,30.344 55.145,29.677C55.451,29.256 55.56,28.863 55.541,28.498C55.509,27.958 55.18,27.469 54.679,27.033C53.549,26.058 51.526,25.343 50.726,24.76C50.262,24.422 49.644,24.495 48.962,24.891C47.57,25.696 45.842,27.832 44.648,29.47C44.029,30.321 43.639,30.917 43.457,31.384C43.31,31.743 43.284,32.031 43.347,32.293C43.446,32.697 43.79,33.044 44.378,33.473Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M22.53,10.841C22.65,11.062 22.892,11.282 23.244,11.488C23.715,11.759 24.383,12.008 25.18,12.22C27.001,12.702 29.477,12.992 31.586,12.915C33.019,12.861 34.287,12.635 35.091,12.2C35.588,11.931 35.887,11.594 36.04,11.218C36.258,10.671 36.163,10.028 35.865,9.357C35.201,7.832 33.515,6.147 32.99,5.177C32.691,4.624 32.042,4.41 31.18,4.474C29.41,4.614 26.664,5.926 24.695,6.992C23.675,7.544 22.995,7.958 22.593,8.331C22.286,8.615 22.121,8.886 22.064,9.177C21.969,9.625 22.146,10.133 22.53,10.841Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M11.238,57.472C9.703,56.309 6.55,55.097 3.859,54.865C2.002,54.705 0.358,55.03 -0.442,56.087C-2.422,58.701 -1.906,62.439 0.708,64.419C3.322,66.399 7.06,65.883 9.041,63.269C9.993,62.012 11.178,61.118 11.813,60.308C12.181,59.842 12.368,59.396 12.304,58.931C12.242,58.483 11.935,58 11.238,57.472Z"
|
||||
android:fillColor="#0081E4"/>
|
||||
<path
|
||||
android:pathData="M45.646,46.475C47.262,47.77 48.434,48.42 49.228,48.591C49.859,48.724 50.285,48.571 50.549,48.232C50.813,47.882 50.909,47.294 50.819,46.529C50.625,44.896 49.634,42.375 48.225,39.721C47.369,38.112 47.928,36.932 48.001,36.204C48.029,35.943 48.001,35.729 47.895,35.553C47.744,35.311 47.422,35.123 46.744,35.066C44.279,34.857 42.017,37.326 41.739,40.611C41.571,42.586 42.349,43.77 43.419,44.738C44.1,45.358 44.905,45.879 45.646,46.475L45.646,46.475Z"
|
||||
android:fillColor="#0081E4"/>
|
||||
<path
|
||||
android:pathData="M3.57,41.534C0.762,39.84 -2.901,40.746 -4.595,43.554C-6.289,46.362 -5.383,50.025 -2.575,51.719C-1.201,52.549 1.634,53.492 3.703,53.513C4.812,53.521 5.711,53.249 6.117,52.62C6.517,52.001 6.474,50.987 5.594,49.462C4.825,48.137 5.021,46.627 5.072,45.25C5.125,43.747 5.004,42.399 3.57,41.534Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M43.344,7.959C44.834,7.1 46.01,5.972 46.379,4.624C46.629,3.708 46.522,2.688 45.876,1.569C44.288,-1.182 40.972,-2.229 38.483,-0.792C37.488,-0.218 36.674,1.057 36.173,2.566C35.437,4.799 35.373,7.534 36.313,9.162C36.647,9.741 37.047,10.091 37.48,10.27C38.121,10.533 38.854,10.433 39.632,10.122C40.837,9.638 42.142,8.654 43.344,7.959L43.344,7.959Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M43.524,28.502C44.279,28.067 45.341,26.968 45.909,25.885C46.32,25.107 46.462,24.334 46.149,23.792C45.385,22.47 43.693,22.016 42.37,22.78C41.047,23.544 40.594,25.236 41.357,26.559C41.706,27.162 41.867,27.801 42.089,28.201C42.236,28.465 42.415,28.639 42.646,28.699C42.864,28.758 43.146,28.72 43.524,28.502L43.524,28.502Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M32.416,50.478C32.762,51.278 33.731,52.459 34.741,53.148C35.467,53.646 36.218,53.876 36.792,53.628C38.194,53.021 38.84,51.392 38.233,49.99C38.109,49.702 37.808,49.327 37.396,48.928C36.478,48.039 34.992,47.001 33.747,46.447C33.274,46.234 32.833,46.094 32.472,46.051C32.192,46.018 31.955,46.043 31.769,46.124C31.146,46.393 31.024,46.973 31.191,47.684C31.4,48.577 32.078,49.697 32.416,50.478L32.416,50.478Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M42.48,37.45C42.791,36.476 42.791,34.084 42.512,31.987C42.322,30.577 42.007,29.301 41.599,28.666C41.009,27.753 39.385,27.091 38.06,27.083C37.106,27.074 36.323,27.406 36.088,28.133C35.878,28.78 35.991,30.323 36.286,32.04C36.723,34.577 37.535,37.498 38.136,38.431C38.472,38.944 39.171,39.142 39.934,39.066C40.573,39.001 41.251,38.742 41.748,38.375C42.104,38.116 42.367,37.797 42.48,37.45Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M23.286,42.155C23.974,42.911 26.045,44.107 28.001,44.914C29.317,45.455 30.58,45.82 31.333,45.784C32.419,45.73 33.805,44.654 34.474,43.511C34.958,42.689 35.063,41.845 34.55,41.278C34.096,40.773 32.702,40.099 31.068,39.496C28.653,38.606 25.717,37.848 24.608,37.903C23.996,37.937 23.475,38.443 23.159,39.143C22.896,39.728 22.781,40.445 22.851,41.059C22.897,41.496 23.042,41.884 23.286,42.155Z"
|
||||
android:fillColor="#0081E4"/>
|
||||
<path
|
||||
android:pathData="M33.274,54.399C33.403,54.259 33.477,54.078 33.494,53.846C33.519,53.568 33.444,53.21 33.279,52.793C32.694,51.313 30.891,49.002 28.442,46.748C25.992,44.495 23.539,42.891 22.016,42.431C21.586,42.302 21.223,42.257 20.948,42.304C20.718,42.341 20.544,42.43 20.415,42.57C20.288,42.708 20.217,42.943 20.23,43.267C20.243,43.649 20.371,44.182 20.602,44.81C21.452,47.169 23.7,50.942 26.144,53.19C29.761,56.517 32.442,55.304 33.274,54.399Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M10.701,56.241C11.759,56.673 12.7,57.181 13.556,57.457C14.168,57.651 14.737,57.723 15.28,57.586C16.16,57.366 16.987,56.58 17.743,54.729C19.009,51.629 19.816,46.281 19.181,42.942C18.891,41.429 18.294,40.321 17.358,39.939C15.872,39.332 13.78,38.756 11.834,38.881C9.838,39.01 7.992,39.873 7.059,42.158C5.968,44.829 6.394,48.91 7.557,52.001C8.353,54.104 9.49,55.747 10.701,56.241L10.701,56.241Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M12.051,10.394C12.832,10.332 13.559,10.347 14.125,10.225C14.559,10.129 14.903,9.954 15.139,9.641C15.378,9.316 15.507,8.834 15.449,8.096C15.342,6.738 14.634,4.762 13.675,3.43C12.999,2.487 12.184,1.876 11.383,1.939C10.249,2.028 8.66,2.331 7.613,3.046C6.863,3.556 6.378,4.269 6.454,5.242C6.545,6.393 7.447,7.726 8.581,8.746C9.72,9.774 11.086,10.47 12.051,10.394L12.051,10.394Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M11.604,68.48C12.061,68.691 12.868,68.811 13.891,68.844C16.209,68.925 19.677,68.594 22.71,68.061C24.449,67.755 26.043,67.378 27.194,66.974C27.999,66.695 28.599,66.395 28.903,66.097C29.5,65.513 29.412,64.567 28.839,63.502C27.623,61.243 24.292,58.372 22.549,57.575C21.288,57.005 19.591,56.92 17.972,57.211C16.358,57.505 14.823,58.175 13.902,59.078C12.62,60.323 10.726,63.786 10.557,66.142C10.482,67.24 10.781,68.108 11.604,68.48Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M48.612,15.023C49.797,16.386 50.617,17.058 51.351,17.222C51.933,17.352 52.483,17.183 53.129,16.75C53.715,16.354 54.398,15.737 55.299,14.953C58.359,12.29 59.895,7.014 56.962,3.644C55.769,2.273 54.718,1.658 53.7,1.567C52.923,1.501 52.162,1.731 51.353,2.194C50.58,2.638 49.77,3.291 48.865,4.079C45.8,6.745 45.679,11.653 48.612,15.023L48.612,15.023Z"
|
||||
android:fillColor="#C300B2"/>
|
||||
<path
|
||||
android:pathData="M23.808,2.11C25.348,0.462 26.291,-1.394 26.496,-2.898C26.646,-3.963 26.42,-4.86 25.816,-5.425C25.202,-5.999 24.378,-6.051 23.387,-5.735C22.029,-5.304 20.338,-4.166 18.478,-2.949C15.624,-1.078 13.978,0.412 13.141,1.599C12.549,2.441 12.352,3.144 12.409,3.725C12.493,4.613 13.166,5.246 14.041,5.686C15.258,6.296 16.864,6.533 17.548,6.663C19.844,7.09 20.965,6.932 21.588,6.465C22.019,6.14 22.231,5.66 22.404,5.081C22.657,4.231 22.837,3.148 23.808,2.11Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M27.9,2.675C27.678,2.399 27.259,1.944 26.8,1.752C26.439,1.6 26.06,1.595 25.707,1.879C25.139,2.335 23.612,4.491 23.202,5.559C23.118,5.783 23.081,5.968 23.09,6.092C23.099,6.191 23.132,6.268 23.178,6.324C23.24,6.402 23.336,6.459 23.471,6.479C23.645,6.506 23.924,6.458 24.255,6.348C25.23,6.023 26.732,5.17 27.228,4.772C27.691,4.399 27.985,3.929 28.069,3.511C28.135,3.189 28.075,2.894 27.9,2.675Z"
|
||||
android:fillColor="#C300B2"/>
|
||||
<path
|
||||
android:pathData="M5.928,38.163C6.502,37.881 7.395,37.742 8.354,37.647C9.86,37.5 11.539,37.472 12.583,37.277C12.995,37.196 13.315,37.084 13.506,36.939C13.642,36.841 13.724,36.724 13.756,36.594C13.788,36.464 13.779,36.315 13.696,36.146C13.2,35.136 10.742,32.294 8.562,31.041C7.569,30.471 6.623,30.242 5.931,30.582C4.623,31.224 3.258,32.256 2.53,33.288C1.995,34.041 1.806,34.796 2.118,35.432C2.4,36.006 2.678,36.716 3.05,37.291C3.418,37.861 3.875,38.299 4.483,38.421C4.885,38.503 5.364,38.44 5.928,38.163Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M32.779,23.008C32.532,22.581 32.272,22.428 32.068,22.434C31.92,22.433 31.77,22.502 31.629,22.661C31.488,22.821 31.343,23.094 31.21,23.447C30.715,24.701 30.225,27.083 29.361,29.103C28.812,30.396 28.11,31.544 27.144,32.102C25.712,32.929 24.559,33.43 23.779,33.906C23.13,34.307 22.735,34.699 22.621,35.205C22.503,35.706 22.654,36.326 23.159,37.201C24.76,39.974 29.062,40.541 32.761,38.405C33.889,37.754 34.504,36.336 34.73,34.573C35.25,30.609 33.875,24.907 32.779,23.008Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M38.181,22.557C37.356,22.682 36.176,22.346 35.236,22.237C34.862,22.192 34.526,22.179 34.252,22.232C34.038,22.276 33.862,22.355 33.726,22.477C33.505,22.676 33.381,22.998 33.458,23.508C33.786,25.669 35.531,27.183 37.325,26.911C38.209,26.778 39.248,26.181 40.023,25.351C40.811,24.507 41.322,23.421 41.158,22.342C41.107,22.005 41.042,21.774 40.968,21.628C40.897,21.481 40.813,21.396 40.723,21.35C40.616,21.291 40.501,21.275 40.372,21.309C40.249,21.339 40.107,21.421 39.945,21.543C39.538,21.848 38.977,22.436 38.181,22.557Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M21.253,19.679C21.22,21.885 21.42,23.967 21.883,25.437C22.214,26.48 22.693,27.218 23.297,27.539C23.922,27.878 24.708,27.79 25.638,27.063C26.917,26.073 28.524,23.857 30.505,19.917C30.998,18.941 32.071,18.498 33.309,18.305C35.28,18.003 37.686,18.328 39.168,18.34C39.627,18.336 40.003,18.317 40.262,18.241C40.534,18.168 40.696,18.032 40.767,17.865C40.838,17.698 40.825,17.476 40.666,17.201C40.04,16.119 39.746,14.416 39.159,13.238C38.835,12.588 38.416,12.098 37.84,11.897C37.276,11.7 36.542,11.79 35.554,12.361C33.029,13.821 27.112,15.496 23.771,17.229C22.885,17.689 22.183,18.157 21.753,18.626C21.429,18.97 21.26,19.329 21.253,19.679Z"
|
||||
android:fillColor="#0081E4"/>
|
||||
<path
|
||||
android:pathData="M15.037,12.951C14.737,12.209 14.004,11.698 12.994,11.46C11.565,11.131 9.564,11.336 7.54,12.155C5.516,12.973 3.934,14.216 3.135,15.445C2.574,16.319 2.402,17.196 2.702,17.937C2.938,18.52 3.602,18.794 4.555,18.785C6.511,18.777 9.728,17.636 12.056,16.695C13.258,16.209 14.065,15.84 14.567,15.489C14.945,15.225 15.167,14.969 15.274,14.685C15.457,14.229 15.341,13.703 15.037,12.951L15.037,12.951Z"
|
||||
android:fillColor="#0081E4"/>
|
||||
<path
|
||||
android:pathData="M42.146,46.293C41.985,46.455 41.864,46.697 41.795,47.024C41.702,47.448 41.698,48.018 41.779,48.681C42.086,51.186 43.601,55.076 46.037,57.512C48.473,59.949 51.051,61.605 52.76,61.997C53.576,62.182 54.218,62.081 54.598,61.702C54.961,61.338 55.2,60.647 55.236,59.746C55.305,57.779 54.412,54.785 51.956,52.329C49.536,49.909 46.368,47.348 44.3,46.41C43.73,46.156 43.241,46.022 42.861,46.022C42.558,46.026 42.316,46.123 42.146,46.293Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M9.396,26.964C9.146,25.055 8.357,22.467 7.084,20.796C6.193,19.628 5.066,18.899 3.735,19.074C0.483,19.5 -1.816,22.492 -1.39,25.744C-1.215,27.081 -0.935,27.81 -0.488,28.184C-0.197,28.428 0.168,28.536 0.638,28.555C1.269,28.582 2.115,28.436 3.259,28.286C4.352,28.143 5.465,28.366 6.419,28.57C7.088,28.707 7.682,28.836 8.154,28.832C8.621,28.834 8.972,28.702 9.192,28.403C9.397,28.122 9.488,27.672 9.396,26.964L9.396,26.964Z"
|
||||
android:fillColor="#002040"/>
|
||||
<path
|
||||
android:pathData="M33.128,-3.793C31.756,-4.521 30.436,-5.712 29.392,-6.148C28.91,-6.353 28.47,-6.4 28.102,-6.232C27.852,-6.128 27.63,-5.917 27.445,-5.567C26.847,-4.44 26.797,-1.974 27.374,0.09C27.771,1.492 28.456,2.701 29.412,3.208C31.812,4.481 34.577,3.92 35.595,2.002C36.613,0.084 35.527,-2.52 33.128,-3.793L33.128,-3.793Z"
|
||||
android:fillColor="#002040"/>
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,39 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="58"
|
||||
android:viewportHeight="66">
|
||||
<group android:scaleX="0.43364486"
|
||||
android:scaleY="0.49345794"
|
||||
android:translateX="16.5568"
|
||||
android:translateY="16.866667">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M37.303,22.805C36.01,22.798 34.566,23.589 33.949,24.693C33.949,24.693 32.777,26.791 30.356,27.776C28.376,28.58 26.905,28.328 26.905,28.328C25.53,28.09 23.829,28.883 23.125,30.089L20.763,34.134C20.05,35.367 19.567,36.984 21.5,36.984L23.145,36.984C24.735,36.984 26.72,35.876 27.554,34.521C27.554,34.521 29.057,32.082 32.022,32.02C35.472,31.949 38.327,34.688 38.398,38.137C38.468,41.587 35.729,44.442 32.279,44.512C29.225,44.575 27.586,41.99 27.586,41.99C26.735,40.648 24.736,39.548 23.146,39.548L19.109,39.574C18.344,39.608 17.545,39.784 16.999,40.581L15.507,43.136C15.324,43.45 15.139,43.765 14.955,44.079C14.252,45.283 12.555,46.053 11.185,45.788C11.185,45.788 8.926,45.35 6.55,46.316C1.624,48.318 -0.745,53.936 1.257,58.856C3.26,63.783 8.877,66.152 13.807,64.149C18.737,62.146 21.102,56.529 19.099,51.599C18.51,50.15 18.218,49.833 18.218,49.833C17.274,48.806 17.077,46.979 17.782,45.775L17.997,45.223C24.657,50.131 33.627,51.568 41.857,48.223C51.71,44.218 57.557,34.543 57.167,24.503L54.727,24.279C54.727,24.279 53.833,24.464 53.298,25.015C53.205,25.165 53.108,25.311 53.003,25.453L53.001,25.453C52.97,25.532 52.919,25.588 52.862,25.634C52.217,26.439 51.365,27.097 50.34,27.514C48.844,28.122 47.25,28.109 45.844,27.595C45.842,27.594 45.84,27.593 45.838,27.593C45.838,27.593 45.838,27.593 45.837,27.592C45.821,27.586 45.804,27.579 45.787,27.573C45.71,27.544 45.634,27.514 45.558,27.483C45.467,27.444 45.376,27.403 45.286,27.36C45.286,27.36 45.286,27.36 45.285,27.36C45.195,27.316 45.106,27.271 45.018,27.224C45.018,27.224 45.018,27.224 45.017,27.224C44.929,27.176 44.843,27.127 44.757,27.075C44.757,27.075 44.757,27.075 44.756,27.075C44.67,27.023 44.586,26.97 44.503,26.914C44.503,26.914 44.503,26.914 44.503,26.914C44.42,26.858 44.338,26.8 44.257,26.74C44.257,26.74 44.257,26.74 44.256,26.74C44.176,26.68 44.096,26.618 44.019,26.555C44.019,26.554 44.019,26.554 44.018,26.554C43.965,26.511 43.914,26.465 43.862,26.42C43.838,26.399 43.813,26.378 43.788,26.357C43.714,26.289 43.64,26.219 43.569,26.148C43.497,26.076 43.427,26.003 43.358,25.927L43.358,25.927C43.221,25.776 43.091,25.618 42.969,25.452C42.907,25.369 42.848,25.285 42.79,25.198L42.79,25.198C42.56,24.853 42.36,24.479 42.198,24.079L42.111,23.865C42.107,23.85 42.098,23.835 42.084,23.819C42.063,23.794 42.029,23.768 41.988,23.741C41.978,23.734 41.97,23.728 41.958,23.721C41.929,23.704 41.897,23.687 41.861,23.669C41.861,23.669 41.861,23.669 41.86,23.669C41.824,23.652 41.785,23.634 41.743,23.617C41.572,23.545 41.35,23.473 41.09,23.402C41.09,23.402 41.09,23.402 41.09,23.402C41.026,23.384 40.959,23.367 40.89,23.349L40.89,23.349C40.887,23.349 40.883,23.348 40.88,23.347C40.748,23.314 40.607,23.282 40.461,23.251C40.457,23.251 40.454,23.25 40.451,23.249C40.144,23.184 39.811,23.126 39.466,23.077L37.702,22.827C37.572,22.808 37.44,22.799 37.306,22.799L37.303,22.805Z"/>
|
||||
<path
|
||||
android:pathData="M35.303,20.805C34.01,20.798 32.566,21.589 31.949,22.693C31.949,22.693 30.777,24.791 28.356,25.776C26.376,26.58 24.905,26.328 24.905,26.328C23.53,26.09 21.829,26.883 21.125,28.089L18.763,32.134C18.05,33.367 17.567,34.984 19.5,34.984L21.145,34.984C22.735,34.984 24.72,33.876 25.554,32.521C25.554,32.521 27.057,30.082 30.022,30.02C33.472,29.949 36.327,32.688 36.398,36.137C36.468,39.587 33.729,42.442 30.279,42.512C27.225,42.575 25.586,39.99 25.586,39.99C24.735,38.648 22.736,37.548 21.146,37.548L17.109,37.574C16.344,37.608 15.545,37.784 14.999,38.581L13.507,41.136C13.324,41.45 13.139,41.765 12.955,42.079C12.252,43.283 10.555,44.053 9.185,43.788C9.185,43.788 6.926,43.35 4.55,44.316C-0.376,46.318 -2.745,51.936 -0.743,56.856C1.26,61.783 6.877,64.152 11.807,62.149C16.737,60.146 19.102,54.529 17.099,49.599C16.51,48.15 16.218,47.833 16.218,47.833C15.274,46.806 15.077,44.979 15.782,43.775L15.997,43.223C22.657,48.131 31.627,49.568 39.857,46.223C49.71,42.218 55.557,32.543 55.167,22.503L52.727,22.279C52.727,22.279 51.833,22.464 51.298,23.015C51.205,23.165 51.108,23.311 51.003,23.453L51.001,23.453C50.97,23.532 50.919,23.588 50.862,23.634C50.217,24.439 49.365,25.097 48.34,25.514C46.844,26.122 45.25,26.109 43.844,25.595C43.842,25.594 43.84,25.593 43.838,25.593C43.838,25.593 43.838,25.593 43.837,25.592C43.821,25.586 43.804,25.579 43.787,25.573C43.71,25.544 43.634,25.514 43.558,25.483C43.467,25.444 43.376,25.403 43.286,25.36C43.286,25.36 43.286,25.36 43.285,25.36C43.195,25.316 43.106,25.271 43.018,25.224C43.018,25.224 43.018,25.224 43.017,25.224C42.929,25.176 42.843,25.127 42.757,25.075C42.757,25.075 42.757,25.075 42.756,25.075C42.67,25.023 42.586,24.97 42.503,24.914C42.503,24.914 42.503,24.914 42.503,24.914C42.42,24.858 42.338,24.8 42.257,24.74C42.257,24.74 42.257,24.74 42.256,24.74C42.176,24.68 42.096,24.618 42.019,24.555C42.019,24.554 42.019,24.554 42.018,24.554C41.965,24.511 41.914,24.465 41.862,24.42C41.838,24.399 41.813,24.378 41.788,24.357C41.714,24.289 41.64,24.219 41.569,24.148C41.497,24.076 41.427,24.003 41.358,23.927L41.358,23.927C41.221,23.776 41.091,23.618 40.969,23.452C40.907,23.369 40.848,23.285 40.79,23.198L40.79,23.198C40.56,22.853 40.36,22.479 40.198,22.079L40.111,21.865C40.107,21.85 40.098,21.835 40.084,21.819C40.063,21.794 40.029,21.768 39.988,21.741C39.978,21.734 39.97,21.728 39.958,21.721C39.929,21.704 39.897,21.687 39.861,21.669C39.861,21.669 39.861,21.669 39.86,21.669C39.824,21.652 39.785,21.634 39.743,21.617C39.572,21.545 39.35,21.473 39.09,21.402C39.09,21.402 39.09,21.402 39.09,21.402C39.026,21.384 38.959,21.367 38.89,21.349L38.89,21.349C38.887,21.349 38.883,21.348 38.88,21.347C38.748,21.314 38.607,21.282 38.461,21.251C38.457,21.251 38.454,21.25 38.451,21.249C38.144,21.184 37.811,21.126 37.466,21.077L35.702,20.827C35.572,20.808 35.44,20.799 35.306,20.799L35.303,20.805Z"
|
||||
android:fillColor="#2C93C4"
|
||||
android:fillType="nonZero"/>
|
||||
</group>
|
||||
<path
|
||||
android:pathData="M37.303,22.805C36.01,22.798 34.566,23.589 33.949,24.693C33.949,24.693 32.777,26.791 30.356,27.776C28.376,28.58 26.905,28.328 26.905,28.328C25.53,28.09 23.829,28.883 23.125,30.089L20.763,34.134C20.05,35.367 19.567,36.984 21.5,36.984L23.145,36.984C24.735,36.984 26.72,35.876 27.554,34.521C27.554,34.521 29.057,32.082 32.022,32.02C35.472,31.949 38.327,34.688 38.398,38.137C38.468,41.587 35.729,44.442 32.279,44.512C29.225,44.575 27.586,41.99 27.586,41.99C26.735,40.648 24.736,39.548 23.146,39.548L19.109,39.574C18.344,39.608 17.545,39.784 16.999,40.581L15.507,43.136C15.324,43.45 15.139,43.765 14.955,44.079C14.252,45.283 12.555,46.053 11.185,45.788C11.185,45.788 8.926,45.35 6.55,46.316C1.624,48.318 -0.745,53.936 1.257,58.856C3.26,63.783 8.877,66.152 13.807,64.149C18.737,62.146 21.102,56.529 19.099,51.599C18.51,50.15 18.218,49.833 18.218,49.833C17.274,48.806 17.077,46.979 17.782,45.775L17.997,45.223C24.657,50.131 33.627,51.568 41.857,48.223C51.71,44.218 57.557,34.543 57.167,24.503L54.727,24.279C54.727,24.279 53.833,24.464 53.298,25.015C53.205,25.165 53.108,25.311 53.003,25.453L53.001,25.453C52.97,25.532 52.919,25.588 52.862,25.634C52.217,26.439 51.365,27.097 50.34,27.514C48.844,28.122 47.25,28.109 45.844,27.595C45.842,27.594 45.84,27.593 45.838,27.593C45.838,27.593 45.838,27.593 45.837,27.592C45.821,27.586 45.804,27.579 45.787,27.573C45.71,27.544 45.634,27.514 45.558,27.483C45.467,27.444 45.376,27.403 45.286,27.36C45.286,27.36 45.286,27.36 45.285,27.36C45.195,27.316 45.106,27.271 45.018,27.224C45.018,27.224 45.018,27.224 45.017,27.224C44.929,27.176 44.843,27.127 44.757,27.075C44.757,27.075 44.757,27.075 44.756,27.075C44.67,27.023 44.586,26.97 44.503,26.914C44.503,26.914 44.503,26.914 44.503,26.914C44.42,26.858 44.338,26.8 44.257,26.74C44.257,26.74 44.257,26.74 44.256,26.74C44.176,26.68 44.096,26.618 44.019,26.555C44.019,26.554 44.019,26.554 44.018,26.554C43.965,26.511 43.914,26.465 43.862,26.42C43.838,26.399 43.813,26.378 43.788,26.357C43.714,26.289 43.64,26.219 43.569,26.148C43.497,26.076 43.427,26.003 43.358,25.927L43.358,25.927C43.221,25.776 43.091,25.618 42.969,25.452C42.907,25.369 42.848,25.285 42.79,25.198L42.79,25.198C42.56,24.853 42.36,24.479 42.198,24.079L42.111,23.865C42.107,23.85 42.098,23.835 42.084,23.819C42.063,23.794 42.029,23.768 41.988,23.741C41.978,23.734 41.97,23.728 41.958,23.721C41.929,23.704 41.897,23.687 41.861,23.669C41.861,23.669 41.861,23.669 41.86,23.669C41.824,23.652 41.785,23.634 41.743,23.617C41.572,23.545 41.35,23.473 41.09,23.402C41.09,23.402 41.09,23.402 41.09,23.402C41.026,23.384 40.959,23.367 40.89,23.349L40.89,23.349C40.887,23.349 40.883,23.348 40.88,23.347C40.748,23.314 40.607,23.282 40.461,23.251C40.457,23.251 40.454,23.25 40.451,23.249C40.144,23.184 39.811,23.126 39.466,23.077L37.702,22.827C37.572,22.808 37.44,22.799 37.306,22.799L37.303,22.805Z"
|
||||
android:strokeWidth="1"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"
|
||||
android:fillType="nonZero"/>
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M19.983,24.375L19.503,23.197C17.771,18.937 19.82,14.079 24.08,12.347C28.34,10.614 33.198,12.663 34.93,16.924L35.233,17.667C35.378,18.505 36.627,19.349 38.01,19.545L39.437,19.746C40.819,19.942 42.484,19.093 43.137,17.86C43.137,17.86 43.747,16.707 45.628,15.942C48.825,14.643 52.469,16.181 53.769,19.376C53.85,19.578 53.92,19.781 53.98,19.984C54.192,20.456 54.578,20.698 54.962,20.821L56.77,20.986C56.47,19.376 56.004,17.773 55.364,16.198C50.25,3.618 35.904,-2.432 23.334,2.688C10.754,7.801 4.704,22.148 9.824,34.718C10.696,36.864 11.843,38.814 13.198,40.557L20.31,28.377C21.013,27.172 20.871,25.37 19.992,24.372L19.983,24.375Z"/>
|
||||
<path
|
||||
android:pathData="M17.983,22.375L17.503,21.197C15.771,16.937 17.82,12.079 22.08,10.347C26.34,8.614 31.198,10.663 32.93,14.924L33.233,15.667C33.378,16.505 34.627,17.349 36.01,17.545L37.437,17.746C38.819,17.942 40.484,17.093 41.137,15.86C41.137,15.86 41.747,14.707 43.628,13.942C46.825,12.643 50.469,14.181 51.769,17.376C51.85,17.578 51.92,17.781 51.98,17.984C52.192,18.456 52.578,18.698 52.962,18.821L54.77,18.986C54.47,17.376 54.004,15.773 53.364,14.198C48.25,1.618 33.904,-4.432 21.334,0.688C8.754,5.801 2.704,20.148 7.824,32.718C8.696,34.864 9.843,36.814 11.198,38.557L18.31,26.377C19.013,25.172 18.871,23.37 17.992,22.372L17.983,22.375Z"
|
||||
android:fillColor="#12D663"
|
||||
android:fillType="nonZero"/>
|
||||
</group>
|
||||
<path
|
||||
android:pathData="M19.983,24.375L19.503,23.197C17.771,18.937 19.82,14.079 24.08,12.347C28.34,10.614 33.198,12.663 34.93,16.924L35.233,17.667C35.378,18.505 36.627,19.349 38.01,19.545L39.437,19.746C40.819,19.942 42.484,19.093 43.137,17.86C43.137,17.86 43.747,16.707 45.628,15.942C48.825,14.643 52.469,16.181 53.769,19.376C53.85,19.578 53.92,19.781 53.98,19.984C54.192,20.456 54.578,20.698 54.962,20.821L56.77,20.986C56.47,19.376 56.004,17.773 55.364,16.198C50.25,3.618 35.904,-2.432 23.334,2.688C10.754,7.801 4.704,22.148 9.824,34.718C10.696,36.864 11.843,38.814 13.198,40.557L20.31,28.377C21.013,27.172 20.871,25.37 19.992,24.372L19.983,24.375Z"
|
||||
android:strokeWidth="1"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"
|
||||
android:fillType="nonZero"/>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,19 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="58"
|
||||
android:viewportHeight="65">
|
||||
<group android:scaleX="0.44031632"
|
||||
android:scaleY="0.49345794"
|
||||
android:translateX="16.363329"
|
||||
android:translateY="16.61111">
|
||||
<path
|
||||
android:pathData="M19.983,23.737L19.503,22.559C17.771,18.299 19.82,13.441 24.08,11.709C28.34,9.976 33.198,12.025 34.93,16.286L35.233,17.029C35.378,17.867 36.627,18.711 38.01,18.907L39.437,19.108C40.819,19.304 42.484,18.455 43.137,17.222C43.137,17.222 43.747,16.069 45.628,15.304C48.825,14.005 52.469,15.543 53.769,18.738C53.85,18.94 53.92,19.143 53.98,19.346C54.192,19.818 54.578,20.06 54.962,20.183L56.77,20.348C56.47,18.738 56.004,17.135 55.364,15.56C50.25,2.98 35.904,-3.07 23.334,2.05C10.754,7.163 4.704,21.51 9.824,34.08C10.696,36.226 11.843,38.176 13.198,39.919L20.31,27.739C21.013,26.534 20.871,24.732 19.992,23.734L19.983,23.737Z"
|
||||
android:fillColor="#6364FF"
|
||||
android:fillType="nonZero"/>
|
||||
<path
|
||||
android:pathData="M37.303,22.167C36.01,22.16 34.566,22.951 33.949,24.055C33.949,24.055 32.777,26.153 30.356,27.138C28.376,27.942 26.905,27.69 26.905,27.69C25.53,27.452 23.829,28.245 23.125,29.451L20.763,33.496C20.05,34.729 19.567,36.346 21.5,36.346L23.145,36.346C24.735,36.346 26.72,35.238 27.554,33.883C27.554,33.883 29.057,31.444 32.022,31.382C35.472,31.311 38.327,34.05 38.398,37.499C38.468,40.949 35.729,43.804 32.279,43.874C29.225,43.937 27.586,41.352 27.586,41.352C26.735,40.01 24.736,38.91 23.146,38.91L19.109,38.936C18.344,38.97 17.545,39.146 16.999,39.943L15.507,42.498C15.324,42.812 15.139,43.127 14.955,43.441C14.252,44.645 12.555,45.415 11.185,45.15C11.185,45.15 8.926,44.712 6.55,45.678C1.624,47.68 -0.745,53.298 1.257,58.218C3.26,63.145 8.877,65.514 13.807,63.511C18.737,61.508 21.102,55.891 19.099,50.961C18.51,49.512 18.218,49.195 18.218,49.195C17.274,48.168 17.077,46.341 17.782,45.137L17.997,44.585C24.657,49.493 33.627,50.93 41.857,47.585C51.71,43.58 57.557,33.905 57.167,23.865L54.727,23.641C54.727,23.641 53.833,23.826 53.298,24.377C53.205,24.527 53.108,24.673 53.003,24.815L53.001,24.815C52.97,24.894 52.919,24.95 52.862,24.996C52.217,25.801 51.365,26.459 50.34,26.876C48.844,27.484 47.25,27.471 45.844,26.957C45.842,26.956 45.84,26.955 45.838,26.955C45.838,26.955 45.838,26.955 45.837,26.954C45.821,26.948 45.804,26.941 45.787,26.935C45.71,26.906 45.634,26.876 45.558,26.845C45.467,26.806 45.376,26.765 45.286,26.722C45.286,26.722 45.286,26.722 45.285,26.722C45.195,26.678 45.106,26.633 45.018,26.586C45.018,26.586 45.018,26.586 45.017,26.586C44.929,26.538 44.843,26.489 44.757,26.437C44.757,26.437 44.757,26.437 44.756,26.437C44.67,26.385 44.586,26.332 44.503,26.276C44.503,26.276 44.503,26.276 44.503,26.276C44.42,26.22 44.338,26.162 44.257,26.102C44.257,26.102 44.257,26.102 44.256,26.102C44.176,26.042 44.096,25.98 44.019,25.917C44.019,25.916 44.019,25.916 44.018,25.916C43.965,25.873 43.914,25.827 43.862,25.782C43.838,25.761 43.813,25.74 43.788,25.719C43.714,25.651 43.64,25.581 43.569,25.51C43.497,25.438 43.427,25.365 43.358,25.289L43.358,25.289C43.221,25.138 43.091,24.98 42.969,24.814C42.907,24.731 42.848,24.647 42.79,24.56L42.79,24.56C42.56,24.215 42.36,23.841 42.198,23.441L42.111,23.227C42.107,23.212 42.098,23.197 42.084,23.181C42.063,23.156 42.029,23.13 41.988,23.103C41.978,23.096 41.97,23.09 41.958,23.083C41.929,23.066 41.897,23.049 41.861,23.031C41.861,23.031 41.861,23.031 41.86,23.031C41.824,23.014 41.785,22.996 41.743,22.979C41.572,22.907 41.35,22.835 41.09,22.764C41.09,22.764 41.09,22.764 41.09,22.764C41.026,22.746 40.959,22.729 40.89,22.711L40.89,22.711C40.887,22.711 40.883,22.71 40.88,22.709C40.748,22.676 40.607,22.644 40.461,22.613C40.457,22.613 40.454,22.612 40.451,22.611C40.144,22.546 39.811,22.488 39.466,22.439L37.702,22.189C37.572,22.17 37.44,22.161 37.306,22.161L37.303,22.167Z"
|
||||
android:fillColor="#563ACC"
|
||||
android:fillType="nonZero"/>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,35 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="58"
|
||||
android:viewportHeight="65">
|
||||
<group android:scaleX="0.44031632"
|
||||
android:scaleY="0.49345794"
|
||||
android:translateX="16.363329"
|
||||
android:translateY="16.314123">
|
||||
<path
|
||||
android:pathData="M37.303,22.805C36.01,22.798 34.566,23.589 33.949,24.693C33.949,24.693 32.777,26.791 30.356,27.776C28.376,28.58 26.905,28.328 26.905,28.328C25.53,28.09 23.829,28.883 23.125,30.089L20.763,34.134C20.05,35.367 19.567,36.984 21.5,36.984L23.145,36.984C24.735,36.984 26.72,35.876 27.554,34.521C27.554,34.521 29.057,32.082 32.022,32.02C35.472,31.949 38.327,34.688 38.398,38.137C38.468,41.587 35.729,44.442 32.279,44.512C29.225,44.575 27.586,41.99 27.586,41.99C26.735,40.648 24.736,39.548 23.146,39.548L19.109,39.574C18.344,39.608 17.545,39.784 16.999,40.581L15.507,43.136C15.324,43.45 15.139,43.765 14.955,44.079C14.252,45.283 12.555,46.053 11.185,45.788C11.185,45.788 8.926,45.35 6.55,46.316C1.624,48.318 -0.745,53.936 1.257,58.856C3.26,63.783 8.877,66.152 13.807,64.149C18.737,62.146 21.102,56.529 19.099,51.599C18.51,50.15 18.218,49.833 18.218,49.833C17.274,48.806 17.077,46.979 17.782,45.775L17.997,45.223C24.657,50.131 33.627,51.568 41.857,48.223C51.71,44.218 57.557,34.543 57.167,24.503L54.727,24.279C54.727,24.279 53.833,24.464 53.298,25.015C53.205,25.165 53.108,25.311 53.003,25.453L53.001,25.453C52.97,25.532 52.919,25.588 52.862,25.634C52.217,26.439 51.365,27.097 50.34,27.514C48.844,28.122 47.25,28.109 45.844,27.595C45.842,27.594 45.84,27.593 45.838,27.593C45.838,27.593 45.838,27.593 45.837,27.592C45.821,27.586 45.804,27.579 45.787,27.573C45.71,27.544 45.634,27.514 45.558,27.483C45.467,27.444 45.376,27.403 45.286,27.36C45.286,27.36 45.286,27.36 45.285,27.36C45.195,27.316 45.106,27.271 45.018,27.224C45.018,27.224 45.018,27.224 45.017,27.224C44.929,27.176 44.843,27.127 44.757,27.075C44.757,27.075 44.757,27.075 44.756,27.075C44.67,27.023 44.586,26.97 44.503,26.914C44.503,26.914 44.503,26.914 44.503,26.914C44.42,26.858 44.338,26.8 44.257,26.74C44.257,26.74 44.257,26.74 44.256,26.74C44.176,26.68 44.096,26.618 44.019,26.555C44.019,26.554 44.019,26.554 44.018,26.554C43.965,26.511 43.914,26.465 43.862,26.42C43.838,26.399 43.813,26.378 43.788,26.357C43.714,26.289 43.64,26.219 43.569,26.148C43.497,26.076 43.427,26.003 43.358,25.927L43.358,25.927C43.221,25.776 43.091,25.618 42.969,25.452C42.907,25.369 42.848,25.285 42.79,25.198L42.79,25.198C42.56,24.853 42.36,24.479 42.198,24.079L42.111,23.865C42.107,23.85 42.098,23.835 42.084,23.819C42.063,23.794 42.029,23.768 41.988,23.741C41.978,23.734 41.97,23.728 41.958,23.721C41.929,23.704 41.897,23.687 41.861,23.669C41.861,23.669 41.861,23.669 41.86,23.669C41.824,23.652 41.785,23.634 41.743,23.617C41.572,23.545 41.35,23.473 41.09,23.402C41.09,23.402 41.09,23.402 41.09,23.402C41.026,23.384 40.959,23.367 40.89,23.349L40.89,23.349C40.887,23.349 40.883,23.348 40.88,23.347C40.748,23.314 40.607,23.282 40.461,23.251C40.457,23.251 40.454,23.25 40.451,23.249C40.144,23.184 39.811,23.126 39.466,23.077L37.702,22.827C37.572,22.808 37.44,22.799 37.306,22.799L37.303,22.805Z"
|
||||
android:fillColor="#020769"
|
||||
android:fillType="nonZero"/>
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M37.303,22.805C36.01,22.798 34.566,23.589 33.949,24.693C33.949,24.693 32.777,26.791 30.356,27.776C28.376,28.58 26.905,28.328 26.905,28.328C25.53,28.09 23.829,28.883 23.125,30.089L20.763,34.134C20.05,35.367 19.567,36.984 21.5,36.984L23.145,36.984C24.735,36.984 26.72,35.876 27.554,34.521C27.554,34.521 29.057,32.082 32.022,32.02C35.472,31.949 38.327,34.688 38.398,38.137C38.468,41.587 35.729,44.442 32.279,44.512C29.225,44.575 27.586,41.99 27.586,41.99C26.735,40.648 24.736,39.548 23.146,39.548L19.109,39.574C18.344,39.608 17.545,39.784 16.999,40.581L15.507,43.136C15.324,43.45 15.139,43.765 14.955,44.079C14.252,45.283 12.555,46.053 11.185,45.788C11.185,45.788 8.926,45.35 6.55,46.316C1.624,48.318 -0.745,53.936 1.257,58.856C3.26,63.783 8.877,66.152 13.807,64.149C18.737,62.146 21.102,56.529 19.099,51.599C18.51,50.15 18.218,49.833 18.218,49.833C17.274,48.806 17.077,46.979 17.782,45.775L17.997,45.223C24.657,50.131 33.627,51.568 41.857,48.223C51.71,44.218 57.557,34.543 57.167,24.503L54.727,24.279C54.727,24.279 53.833,24.464 53.298,25.015C53.205,25.165 53.108,25.311 53.003,25.453L53.001,25.453C52.97,25.532 52.919,25.588 52.862,25.634C52.217,26.439 51.365,27.097 50.34,27.514C48.844,28.122 47.25,28.109 45.844,27.595C45.842,27.594 45.84,27.593 45.838,27.593C45.838,27.593 45.838,27.593 45.837,27.592C45.821,27.586 45.804,27.579 45.787,27.573C45.71,27.544 45.634,27.514 45.558,27.483C45.467,27.444 45.376,27.403 45.286,27.36C45.286,27.36 45.286,27.36 45.285,27.36C45.195,27.316 45.106,27.271 45.018,27.224C45.018,27.224 45.018,27.224 45.017,27.224C44.929,27.176 44.843,27.127 44.757,27.075C44.757,27.075 44.757,27.075 44.756,27.075C44.67,27.023 44.586,26.97 44.503,26.914C44.503,26.914 44.503,26.914 44.503,26.914C44.42,26.858 44.338,26.8 44.257,26.74C44.257,26.74 44.257,26.74 44.256,26.74C44.176,26.68 44.096,26.618 44.019,26.555C44.019,26.554 44.019,26.554 44.018,26.554C43.965,26.511 43.914,26.465 43.862,26.42C43.838,26.399 43.813,26.378 43.788,26.357C43.714,26.289 43.64,26.219 43.569,26.148C43.497,26.076 43.427,26.003 43.358,25.927L43.358,25.927C43.221,25.776 43.091,25.618 42.969,25.452C42.907,25.369 42.848,25.285 42.79,25.198L42.79,25.198C42.56,24.853 42.36,24.479 42.198,24.079L42.111,23.865C42.107,23.85 42.098,23.835 42.084,23.819C42.063,23.794 42.029,23.768 41.988,23.741C41.978,23.734 41.97,23.728 41.958,23.721C41.929,23.704 41.897,23.687 41.861,23.669C41.861,23.669 41.861,23.669 41.86,23.669C41.824,23.652 41.785,23.634 41.743,23.617C41.572,23.545 41.35,23.473 41.09,23.402C41.09,23.402 41.09,23.402 41.09,23.402C41.026,23.384 40.959,23.367 40.89,23.349L40.89,23.349C40.887,23.349 40.883,23.348 40.88,23.347C40.748,23.314 40.607,23.282 40.461,23.251C40.457,23.251 40.454,23.25 40.451,23.249C40.144,23.184 39.811,23.126 39.466,23.077L37.702,22.827C37.572,22.808 37.44,22.799 37.306,22.799L37.303,22.805Z"/>
|
||||
<path
|
||||
android:pathData="M0.706,53.494C0.631,53.903 0.581,54.318 0.559,54.736C1.377,54.841 2.197,55.001 3.015,55.22C5.839,55.977 8.335,57.35 10.397,59.154C8.067,59.903 5.893,61.078 3.993,62.613C4.326,62.891 4.677,63.146 5.042,63.376C6.941,61.899 9.117,60.797 11.443,60.145C12.556,61.284 13.515,62.559 14.299,63.934C14.68,63.754 15.045,63.552 15.392,63.329C14.676,62.069 13.822,60.888 12.845,59.81C14.757,59.432 16.749,59.353 18.756,59.611C18.953,59.225 19.123,58.827 19.266,58.419C16.727,58.046 14.205,58.181 11.815,58.756C9.505,56.561 6.63,54.895 3.339,54.013C2.462,53.778 1.582,53.606 0.706,53.494ZM8.304,45.822C7.883,45.894 7.436,46.001 6.981,46.156C7.797,47.237 8.726,48.237 9.756,49.136C6.742,49.304 3.841,50.164 1.262,51.597C1.028,52.171 0.849,52.767 0.728,53.378C3.82,51.359 7.501,50.265 11.311,50.362C13.17,51.68 15.29,52.696 17.619,53.321C18.312,53.506 19.005,53.652 19.698,53.761C19.586,53.035 19.388,52.31 19.099,51.6C18.959,51.255 18.836,50.974 18.729,50.746C17.845,50.363 16.921,50.039 15.963,49.782C14.553,49.405 13.137,49.19 11.736,49.126C10.445,48.171 9.294,47.057 8.304,45.822ZM14.205,50.665C14.684,50.754 15.162,50.862 15.639,50.99C16.961,51.344 18.211,51.833 19.377,52.438C18.898,52.349 18.42,52.241 17.943,52.113C16.621,51.759 15.371,51.27 14.205,50.665ZM37.274,22.806L37.303,22.805L37.306,22.799C37.44,22.8 37.572,22.809 37.702,22.827L38.974,23.008C41.53,26.703 42.81,31.244 42.42,35.903C42.84,35.908 43.26,35.927 43.68,35.959C46.87,31.61 51.72,28.737 57.05,28.029C57,28.46 56.95,28.888 56.88,29.316C52.25,30.017 48.04,32.459 45.13,36.123C45.86,36.233 46.58,36.385 47.31,36.579C49.39,37.138 51.31,38.011 53.02,39.133C52.79,39.48 52.55,39.82 52.3,40.156C50.71,39.115 48.92,38.306 46.98,37.786C46.09,37.546 45.19,37.375 44.29,37.272C43.25,38.816 42.42,40.543 41.88,42.422C42.98,42.973 44.15,43.423 45.38,43.754C46.39,44.022 47.39,44.203 48.39,44.3C46.69,45.723 44.77,46.936 42.65,47.883C43.83,46.87 45.12,46 46.5,45.289C46.02,45.199 45.54,45.089 45.06,44.961C43.83,44.632 42.66,44.193 41.56,43.659C41.2,45.282 41.07,46.907 41.15,48.498C40.74,48.65 40.33,48.79 39.92,48.919C39.793,46.996 39.947,45.024 40.41,43.058L40.41,43.057C39.039,45.813 37.067,48.151 34.703,49.949C33.92,50.016 33.138,50.045 32.359,50.037C35.308,48.241 37.761,45.623 39.34,42.402C38.762,42.023 38.208,41.615 37.678,41.182C37.881,40.796 38.046,40.388 38.166,39.961C38.702,40.419 39.267,40.848 39.859,41.246C40.15,40.533 40.4,39.793 40.6,39.03C40.77,38.417 40.9,37.804 41,37.191C40.11,37.249 39.224,37.372 38.359,37.557C38.311,37.135 38.222,36.726 38.095,36.335C39.097,36.121 40.12,35.984 41.16,35.929C41.6,31.126 40.13,26.449 37.274,22.806ZM27.736,42.2C26.087,43.967 24.745,46.058 23.821,48.407C24.21,48.557 24.603,48.696 25,48.825C25.854,46.668 27.085,44.745 28.594,43.113C28.184,42.754 27.896,42.411 27.736,42.2ZM42.27,37.153C42.19,37.705 42.08,38.258 41.95,38.81C42.23,38.244 42.54,37.695 42.87,37.165C42.67,37.158 42.47,37.153 42.27,37.153ZM31.705,27.046C31.348,27.292 30.948,27.521 30.503,27.714C30.643,29.206 30.952,30.666 31.416,32.067C31.611,32.041 31.813,32.025 32.022,32.02C32.261,32.015 32.497,32.024 32.73,32.045C32.164,30.449 31.814,28.768 31.705,27.046Z"
|
||||
android:fillColor="#CF2BAC"
|
||||
android:fillType="nonZero"/>
|
||||
</group>
|
||||
<path
|
||||
android:pathData="M19.983,24.375L19.503,23.197C17.771,18.937 19.82,14.079 24.08,12.347C28.34,10.614 33.198,12.663 34.93,16.924L35.233,17.667C35.378,18.505 36.627,19.349 38.01,19.545L39.437,19.746C40.819,19.942 42.484,19.093 43.137,17.86C43.137,17.86 43.747,16.707 45.628,15.942C48.825,14.643 52.469,16.181 53.769,19.376C53.85,19.578 53.92,19.781 53.98,19.984C54.192,20.456 54.578,20.698 54.962,20.821L56.77,20.986C56.47,19.376 56.004,17.773 55.364,16.198C50.25,3.618 35.904,-2.432 23.334,2.688C10.754,7.801 4.704,22.148 9.824,34.718C10.696,36.864 11.843,38.814 13.198,40.557L20.31,28.377C21.013,27.172 20.871,25.37 19.992,24.372L19.983,24.375Z"
|
||||
android:fillColor="#CF2BAC"
|
||||
android:fillType="nonZero"/>
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M19.983,24.375L19.503,23.197C17.771,18.937 19.82,14.079 24.08,12.347C28.34,10.614 33.198,12.663 34.93,16.924L35.233,17.667C35.378,18.505 36.627,19.349 38.01,19.545L39.437,19.746C40.819,19.942 42.484,19.093 43.137,17.86C43.137,17.86 43.747,16.707 45.628,15.942C48.825,14.643 52.469,16.181 53.769,19.376C53.85,19.578 53.92,19.781 53.98,19.984C54.192,20.456 54.578,20.698 54.962,20.821L56.77,20.986C56.47,19.376 56.004,17.773 55.364,16.198C50.25,3.618 35.904,-2.432 23.334,2.688C10.754,7.801 4.704,22.148 9.824,34.718C10.696,36.864 11.843,38.814 13.198,40.557L20.31,28.377C21.013,27.172 20.871,25.37 19.992,24.372L19.983,24.375Z"/>
|
||||
<path
|
||||
android:pathData="M8.079,23.55C8.025,24.232 8,24.919 8.004,25.609C8.813,26.656 9.724,27.62 10.723,28.485C10.118,28.545 9.504,28.576 8.884,28.576C8.655,28.576 8.428,28.572 8.201,28.563C8.255,28.982 8.32,29.401 8.396,29.82C8.558,29.824 8.721,29.826 8.884,29.826C9.378,29.826 9.869,29.808 10.354,29.772C9.785,30.29 9.247,30.84 8.742,31.42C8.864,31.906 9.002,32.391 9.156,32.875C10.085,31.708 11.152,30.654 12.332,29.741C14.022,30.924 15.906,31.85 17.925,32.461L18.575,31.349C16.867,30.863 15.259,30.137 13.791,29.21C16.171,28.601 18.378,27.559 20.323,26.174C20.456,26.15 20.59,26.127 20.724,26.105C20.658,25.59 20.491,25.095 20.228,24.686C20.092,24.792 19.956,24.895 19.817,24.997C17.077,25.536 14.539,26.643 12.332,28.189C10.665,26.898 9.224,25.329 8.079,23.55ZM30.677,0.943C31.766,0.857 32.852,0.846 33.927,0.905C34.086,1.224 34.254,1.539 34.43,1.848C35.907,2.595 37.496,3.151 39.167,3.481C38.687,2.744 38.156,2.042 37.579,1.383C38.255,1.523 38.925,1.692 39.584,1.888C40.02,2.478 40.42,3.091 40.78,3.727C41.44,3.797 42.1,3.833 42.77,3.833C43.25,3.833 43.72,3.815 44.19,3.78C44.79,4.103 45.38,4.452 45.96,4.826C44.93,4.995 43.86,5.083 42.77,5.083C42.34,5.083 41.9,5.069 41.47,5.041C42.16,6.474 42.68,8.002 43,9.6C43.24,9.708 43.49,9.811 43.74,9.908C45.11,9.607 46.53,9.448 47.99,9.448C49.2,9.448 50.38,9.557 51.52,9.764C52.17,10.543 52.77,11.369 53.32,12.237C52.4,12.369 51.46,12.437 50.5,12.437C48.09,12.437 45.78,12.004 43.65,11.212C43.52,11.242 43.39,11.274 43.27,11.306C43.36,12.043 43.4,12.792 43.4,13.551C43.4,15.206 43.19,16.814 42.81,18.35C42.39,18.86 41.8,19.27 41.16,19.517C41.8,17.645 42.15,15.638 42.15,13.551C42.15,12.917 42.12,12.29 42.05,11.673C39.226,12.631 36.704,14.255 34.675,16.358C34.481,15.966 34.26,15.596 34.014,15.248C36.18,13.078 38.847,11.409 41.83,10.43C38.378,8.74 35.494,6.073 33.534,2.791C32.527,2.256 31.572,1.637 30.677,0.943ZM15.929,7.377C15.589,7.692 15.257,8.015 14.937,8.346C17.828,9.348 20.394,11.047 22.435,13.242C22.78,13 23.147,12.783 23.535,12.592C21.464,10.303 18.865,8.5 15.929,7.377ZM26.721,1.584C26.311,1.686 25.903,1.798 25.496,1.922C26.706,4.382 27.386,7.149 27.386,10.073C27.386,10.632 27.361,11.186 27.312,11.732C27.732,11.737 28.148,11.774 28.558,11.841C28.61,11.259 28.636,10.669 28.636,10.073C28.636,7.036 27.949,4.157 26.721,1.584ZM51.98,11.129C51.49,11.168 51,11.187 50.5,11.187C49.14,11.187 47.8,11.038 46.52,10.756C47,10.718 47.5,10.698 47.99,10.698C49.36,10.698 50.69,10.847 51.98,11.129ZM35.699,3.777C37.264,5.862 39.259,7.606 41.55,8.877C41.19,7.477 40.66,6.141 39.996,4.889C38.504,4.679 37.066,4.302 35.699,3.777Z"
|
||||
android:fillColor="#020769"
|
||||
android:fillType="nonZero"/>
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,19 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="58"
|
||||
android:viewportHeight="65">
|
||||
<group android:scaleX="0.44031632"
|
||||
android:scaleY="0.49345794"
|
||||
android:translateX="16.363329"
|
||||
android:translateY="16.314123">
|
||||
<path
|
||||
android:pathData="M19.98,24.099L19.5,22.921C17.768,18.661 19.817,13.803 24.077,12.071C28.337,10.338 33.195,12.387 34.927,16.648L35.23,17.391C35.375,18.229 36.624,19.073 38.007,19.269L39.434,19.47C40.816,19.666 42.481,18.817 43.134,17.584C43.134,17.584 43.744,16.431 45.625,15.666C48.822,14.367 52.466,15.905 53.766,19.1C53.847,19.302 53.917,19.505 53.977,19.708C54.189,20.18 54.575,20.422 54.959,20.545L56.767,20.71C56.467,19.1 56.001,17.497 55.361,15.922C50.247,3.342 35.901,-2.708 23.331,2.412C10.751,7.525 4.701,21.872 9.821,34.442C10.693,36.588 11.84,38.538 13.195,40.281L20.307,28.101C21.01,26.896 20.868,25.094 19.989,24.096L19.98,24.099Z"
|
||||
android:fillColor="#F6AE4A"
|
||||
android:fillType="nonZero"/>
|
||||
<path
|
||||
android:pathData="M37.3,22.529C36.007,22.522 34.563,23.313 33.946,24.417C33.946,24.417 32.774,26.515 30.353,27.5C28.373,28.304 26.902,28.052 26.902,28.052C25.527,27.814 23.826,28.607 23.122,29.813L20.76,33.858C20.047,35.091 19.564,36.708 21.497,36.708L23.142,36.708C24.732,36.708 26.717,35.6 27.551,34.245C27.551,34.245 29.054,31.806 32.019,31.744C35.469,31.673 38.324,34.412 38.395,37.861C38.465,41.311 35.726,44.166 32.276,44.236C29.222,44.299 27.583,41.714 27.583,41.714C26.732,40.372 24.733,39.272 23.143,39.272L19.106,39.298C18.341,39.332 17.542,39.508 16.996,40.305L15.504,42.86C15.321,43.174 15.136,43.489 14.952,43.803C14.249,45.007 12.552,45.777 11.182,45.512C11.182,45.512 8.923,45.074 6.547,46.04C1.621,48.042 -0.748,53.66 1.254,58.58C3.257,63.507 8.874,65.876 13.804,63.873C18.734,61.87 21.099,56.253 19.096,51.323C18.507,49.874 18.215,49.557 18.215,49.557C17.271,48.53 17.074,46.703 17.779,45.499L17.994,44.947C24.654,49.855 33.624,51.292 41.854,47.947C51.707,43.942 57.554,34.267 57.164,24.227L54.724,24.003C54.724,24.003 53.83,24.188 53.295,24.739C53.202,24.889 53.105,25.035 53,25.177L52.998,25.177C52.967,25.256 52.916,25.312 52.859,25.358C52.214,26.163 51.362,26.821 50.337,27.238C48.841,27.846 47.247,27.833 45.841,27.319C45.839,27.318 45.837,27.317 45.835,27.317C45.835,27.317 45.835,27.317 45.834,27.316C45.818,27.31 45.801,27.303 45.784,27.297C45.707,27.268 45.631,27.238 45.555,27.207C45.464,27.168 45.373,27.127 45.283,27.084C45.283,27.084 45.283,27.084 45.282,27.084C45.192,27.04 45.103,26.995 45.015,26.948C45.015,26.948 45.015,26.948 45.014,26.948C44.926,26.9 44.84,26.851 44.754,26.799C44.754,26.799 44.754,26.799 44.753,26.799C44.667,26.747 44.583,26.694 44.5,26.638C44.5,26.638 44.5,26.638 44.5,26.638C44.417,26.582 44.335,26.524 44.254,26.464C44.254,26.464 44.254,26.464 44.253,26.464C44.173,26.404 44.093,26.342 44.016,26.279C44.016,26.278 44.016,26.278 44.015,26.278C43.962,26.235 43.911,26.189 43.859,26.144C43.835,26.123 43.81,26.102 43.785,26.081C43.711,26.013 43.637,25.943 43.566,25.872C43.494,25.8 43.424,25.727 43.355,25.651L43.355,25.651C43.218,25.5 43.088,25.342 42.966,25.176C42.904,25.093 42.845,25.009 42.787,24.922L42.787,24.922C42.557,24.577 42.357,24.203 42.195,23.803L42.108,23.589C42.104,23.574 42.095,23.559 42.081,23.543C42.06,23.518 42.026,23.492 41.985,23.465C41.975,23.458 41.967,23.452 41.955,23.445C41.926,23.428 41.894,23.411 41.858,23.393C41.858,23.393 41.858,23.393 41.857,23.393C41.821,23.376 41.782,23.358 41.74,23.341C41.569,23.269 41.347,23.197 41.087,23.126C41.087,23.126 41.087,23.126 41.087,23.126C41.023,23.108 40.956,23.091 40.887,23.073L40.887,23.073C40.884,23.073 40.88,23.072 40.877,23.071C40.745,23.038 40.604,23.006 40.458,22.975C40.454,22.975 40.451,22.974 40.448,22.973C40.141,22.908 39.808,22.85 39.463,22.801L37.699,22.551C37.569,22.532 37.437,22.523 37.303,22.523L37.3,22.529Z"
|
||||
android:fillColor="#EC476D"
|
||||
android:fillType="nonZero"/>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_confetti_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_confetti_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_confetti_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_confetti_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_jungle_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_jungle_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_jungle_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_jungle_foreground"/>
|
||||
</adaptive-icon>
|
5
app/src/main/res/mipmap-anydpi-v26/ic_launcher_leaf.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_leaf_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_leaf_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_leaf_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_leaf_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_mosaic_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_mosaic_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_mosaic_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_mosaic_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_offset_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_offset_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_offset_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_offset_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_purple_1_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_purple_1_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_purple_1_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_purple_1_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_purple_2_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_purple_2_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_purple_2_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_purple_2_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_spaghetti_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_spaghetti_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_spaghetti_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_spaghetti_foreground"/>
|
||||
</adaptive-icon>
|
5
app/src/main/res/mipmap-anydpi-v26/ic_launcher_warm.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_warm_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_warm_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_warm_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_warm_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_yellow_headed_red_bubble_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_yellow_headed_red_bubble_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_yellow_headed_red_bubble_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_yellow_headed_red_bubble_foreground"/>
|
||||
</adaptive-icon>
|
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_confetti.webp
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_confetti_round.webp
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_jungle.webp
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_jungle_round.webp
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_leaf.webp
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_leaf_round.webp
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_mosaic.webp
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_mosaic_round.webp
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_offset.webp
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_offset_round.webp
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_purple_1.webp
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_purple_1_round.webp
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_purple_2.webp
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_purple_2_round.webp
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_spaghetti.webp
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_spaghetti_round.webp
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_warm.webp
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_warm_round.webp
Normal file
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 3 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_confetti.webp
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_confetti_round.webp
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_jungle.webp
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_jungle_round.webp
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_leaf.webp
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_leaf_round.webp
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_mosaic.webp
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_mosaic_round.webp
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_offset.webp
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_offset_round.webp
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_purple_1.webp
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_purple_1_round.webp
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_purple_2.webp
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_purple_2_round.webp
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_spaghetti.webp
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_spaghetti_round.webp
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_warm.webp
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_warm_round.webp
Normal file
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 1 KiB |
After Width: | Height: | Size: 1.9 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_confetti.webp
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_confetti_round.webp
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_jungle.webp
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_jungle_round.webp
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_leaf.webp
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_leaf_round.webp
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_mosaic.webp
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_mosaic_round.webp
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_offset.webp
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_offset_round.webp
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_purple_1.webp
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_purple_1_round.webp
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_purple_2.webp
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_purple_2_round.webp
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_spaghetti.webp
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_spaghetti_round.webp
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_warm.webp
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_warm_round.webp
Normal file
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 4.1 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_confetti.webp
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_confetti_round.webp
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_jungle.webp
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_jungle_round.webp
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_leaf.webp
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_leaf_round.webp
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_mosaic.webp
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_mosaic_round.webp
Normal file
After Width: | Height: | Size: 8.7 KiB |