Empty status vector images

This commit is contained in:
Koitharu
2022-06-29 16:04:54 +03:00
parent 5192175ddc
commit 45f71cdcc1
16 changed files with 330 additions and 16 deletions

View File

@@ -47,7 +47,7 @@ class FavouritesListViewModel(
when {
list.isEmpty() -> listOf(
EmptyState(
icon = R.drawable.ic_heart_outline,
icon = R.drawable.ic_empty_favourites,
textPrimary = R.string.text_empty_holder_primary,
textSecondary = if (categoryId == NO_ID) {
R.string.you_have_not_favourites_yet

View File

@@ -48,7 +48,7 @@ class HistoryListViewModel(
when {
list.isEmpty() -> listOf(
EmptyState(
icon = R.drawable.ic_history,
icon = R.drawable.ic_empty_history,
textPrimary = R.string.text_history_holder_primary,
textSecondary = R.string.text_history_holder_secondary,
actionStringRes = 0,

View File

@@ -49,7 +49,7 @@ class LocalListViewModel(
list == null -> listOf(LoadingState)
list.isEmpty() -> listOf(
EmptyState(
icon = R.drawable.ic_storage,
icon = R.drawable.ic_empty_local,
textPrimary = R.string.text_local_holder_primary,
textSecondary = R.string.text_local_holder_secondary,
actionStringRes = R.string._import,

View File

@@ -151,7 +151,7 @@ class RemoteListViewModel(
}
private fun createEmptyState(filterState: FilterState) = EmptyState(
icon = R.drawable.ic_book_cross,
icon = R.drawable.ic_empty_search,
textPrimary = R.string.nothing_found,
textSecondary = 0,
actionStringRes = if (filterState.tags.isEmpty()) 0 else R.string.reset_filter,

View File

@@ -35,7 +35,7 @@ class SearchViewModel(
list == null -> listOf(LoadingState)
list.isEmpty() -> listOf(
EmptyState(
icon = R.drawable.ic_book_search,
icon = R.drawable.ic_empty_search,
textPrimary = R.string.nothing_found,
textSecondary = R.string.text_search_holder_secondary,
actionStringRes = 0,

View File

@@ -42,7 +42,7 @@ class MultiSearchViewModel(
loading -> LoadingState
error != null -> error.toErrorState(canRetry = true)
else -> EmptyState(
icon = R.drawable.ic_book_search,
icon = R.drawable.ic_empty_search,
textPrimary = R.string.nothing_found,
textSecondary = R.string.text_search_holder_secondary,
actionStringRes = 0,

View File

@@ -27,7 +27,7 @@ class SuggestionsViewModel(
when {
list.isEmpty() -> listOf(
EmptyState(
icon = R.drawable.ic_book_cross,
icon = R.drawable.ic_empty_suggestions,
textPrimary = R.string.nothing_found,
textSecondary = R.string.text_suggestion_holder,
actionStringRes = 0,

View File

@@ -39,7 +39,7 @@ class FeedViewModel(
add(header)
add(
EmptyState(
icon = R.drawable.ic_feed,
icon = R.drawable.ic_empty_feed,
textPrimary = R.string.text_empty_holder_primary,
textSecondary = R.string.text_feed_holder,
actionStringRes = 0,

View File

@@ -0,0 +1,49 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="192dp"
android:height="192dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#ebebeb"
android:pathData="m311.33,465.52c-1.16,-0.82 -3.53,-3.98 -5.25,-7.03 -5.42,-9.6 -12.56,-11.81 -22.26,-6.89l-5.12,2.59 0.62,-5.22c1.15,-9.7 4.64,-12.58 16.4,-13.56 8.17,-0.68 8.21,-0.67 11.76,2.44 6.3,5.53 12.51,5.51 14.44,-0.04 1.1,-3.16 1.52,-8.92 2.59,-36.03 0.51,-12.84 0.41,-13.86 -1.48,-15.75 -3.78,-3.78 -7.7,-2.71 -17.09,4.63 -3.06,2.39 -6.28,4.35 -7.15,4.35 -0.87,0 -3.98,1.8 -6.91,4 -2.93,2.2 -6.12,4 -7.1,4 -2.28,0 -5.78,-3.48 -5.77,-5.75 0.01,-2.07 8.33,-14.99 13.48,-20.92 4.56,-5.26 31.2,-18.88 35.04,-17.92 3.21,0.8 5.96,4.99 7.99,12.11 0.93,3.29 3.45,11.73 5.58,18.77C346.37,406.65 349,420.2 349,429.99v8.18l-5.86,6.16c-3.22,3.39 -8.73,9.24 -12.25,13 -3.52,3.76 -7.61,7.47 -9.09,8.25 -3.49,1.83 -7.8,1.8 -10.47,-0.07zM224.88,456.33c-1.77,-2.57 -7.84,-9.52 -13.5,-15.45 -11.75,-12.32 -13.84,-15.63 -13.09,-20.8 0.74,-5.1 23.07,-50.3 25.61,-51.84 1.76,-1.06 4.68,-0.57 19.18,3.25C252.51,373.97 260.76,376 261.45,376 262.9,376 272,393.97 272,396.84c0,3.07 -2.99,3.53 -5.91,0.9 -1.42,-1.28 -4.26,-3.08 -6.3,-4 -3.34,-1.5 -3.87,-1.52 -5.25,-0.14 -0.84,0.84 -3,1.95 -4.78,2.47 -5.74,1.65 -9.12,1.11 -12.8,-2.03 -1.9,-1.63 -4.44,-2.98 -5.64,-3 -4.24,-0.08 -8.46,9.3 -7.68,17.04 0.9,8.92 4.67,27.66 5.96,29.67 1.93,3 3.08,2.86 11.03,-1.28l6.77,-3.53 10.75,3.14c5.91,1.73 11.49,3.96 12.4,4.96 0.91,1 1.72,3.31 1.8,5.14L272.5,449.5 265,449.58c-8.67,0.1 -12.17,1.11 -24.43,7.07 -4.91,2.39 -9.73,4.34 -10.7,4.34 -0.99,0 -3.2,-2.07 -4.99,-4.67zM193,339.53c-4.68,-0.72 -9.85,-1.83 -11.5,-2.48 -4.65,-1.83 -16.41,-7.94 -19.88,-10.33C157.08,323.58 140,306.74 140,305.39c0,-0.63 -0.68,-1.71 -1.51,-2.4 -3.28,-2.72 -7.77,-14.43 -9.55,-24.88 -2.08,-12.21 -1.73,-32.53 0.7,-40.26 2.73,-8.68 11.2,-14.98 22.12,-16.42 5.91,-0.78 6.12,-0.47 3.7,5.33 -1.85,4.43 -4.92,7.89 -8.8,9.9 -2.57,1.34 -2.78,1.83 -2.2,5.15 0.98,5.52 5.37,13.98 7.63,14.7 4.36,1.38 10.27,-0.65 14.66,-5.02 4.12,-4.11 4.25,-4.44 4.24,-10.62 -0.01,-4.6 -0.67,-7.77 -2.36,-11.38 -4.72,-10.03 -10.54,-13.89 -21,-13.96l-6.88,-0.04 -6.36,7 -6.36,7 -0.01,-13.75L128,202.01 146.1,167C156.05,147.75 164.63,132 165.15,132c0.59,0 0.88,11.33 0.76,29.75 -0.2,29.05 -0.14,29.97 2.35,39.25 3.04,11.35 4.4,15 5.56,15 1.33,0 3.18,-4.73 3.24,-8.3 0.03,-1.76 0.39,-5 0.79,-7.2l0.74,-4 8.88,18.28c4.88,10.05 9.36,18.11 9.96,17.92 0.74,-0.25 1.16,-13.56 1.34,-42.72 0.19,-31.57 0.57,-42.55 1.46,-43.1 1.53,-0.94 9.62,12.68 18.86,31.75 10.59,21.85 17.67,30.42 40.57,49.15 13.66,11.17 18.14,17.81 19.09,28.31 0.64,7.03 -2.27,17.46 -6.69,23.98 -1.66,2.45 -3.02,4.72 -3.03,5.05 -0.01,0.33 1.11,1.82 2.48,3.3 1.38,1.48 2.5,3.13 2.5,3.66 0,2.21 -13.68,21.56 -18.82,26.62 -6.66,6.56 -12.76,9.81 -24.16,12.87 -4.69,1.26 -11.66,3.7 -15.5,5.43 -8.57,3.85 -11.69,4.21 -22.52,2.55zM252.73,263.86c6.86,-3.28 11.25,-10.14 11.27,-17.61 0,-1.33 0.62,-2.25 1.51,-2.25 1.84,0 1.85,-0.25 0.13,-4.28 -1.76,-4.13 -5.19,-7.17 -9.73,-8.62 -5.64,-1.8 -8.21,-0.3 -9.75,5.71 -1.51,5.88 -3.28,7.7 -8.41,8.62 -4.93,0.88 -7.06,3.99 -5.79,8.42 1.5,5.25 5.13,10.29 8.45,11.76 3.51,1.55 6.25,1.17 12.33,-1.73zM224.95,238.53C227.79,237.06 235,229.38 235,227.82c0,-1.35 -2.11,-0.94 -6.72,1.29 -2.98,1.44 -4.97,3.32 -6.32,5.96 -1.08,2.12 -1.97,4.1 -1.97,4.39 0,0.96 2.03,0.58 4.95,-0.93zM318.54,266.25c-1.59,-11.02 -2.52,-11.87 -10.63,-9.71 -7.32,1.95 -8.21,1.9 -6.99,-0.38 0.54,-1.01 2.31,-3.26 3.94,-5 2.49,-2.67 3.67,-3.16 7.58,-3.16 4.85,0 11.45,2.22 12.77,4.29 0.42,0.67 0.78,3.92 0.79,7.22 0.01,5.06 -0.39,6.44 -2.53,8.75 -1.4,1.51 -2.92,2.74 -3.39,2.74 -0.47,0 -1.15,-2.14 -1.53,-4.75z" />
<path
android:fillColor="#d0d0d0"
android:pathData="M199.37,508.15C193.22,503.7 187.13,496.18 183.03,488c-4.21,-8.43 -12.36,-32.14 -11.86,-34.51 0.48,-2.28 14.81,-18.9 18.47,-21.43 2.31,-1.6 4.3,-2.09 7.5,-1.87 4.09,0.29 4.96,0.95 14.38,10.81 5.52,5.78 11.59,12.75 13.5,15.5 3.21,4.62 3.47,5.57 3.47,12.5 0,9.19 -1.8,13.11 -11.79,25.7 -3.84,4.84 -8.05,10.49 -9.36,12.55 -1.31,2.06 -2.76,3.75 -3.22,3.75 -0.46,0 -2.61,-1.28 -4.77,-2.85zM313.9,494.01c-2.09,-2.19 -4.27,-5.68 -4.84,-7.75 -1.19,-4.3 -1.44,-22.28 -0.31,-22.23 0.41,0.02 1.62,0.69 2.69,1.5 2.45,1.86 6.87,1.88 10.36,0.06 1.49,-0.78 5.58,-4.49 9.09,-8.25 3.52,-3.76 8.99,-9.57 12.17,-12.91l5.77,-6.08 2.08,6.35c2.67,8.14 2.71,17.33 0.09,23.1 -2.29,5.04 -11.39,14.88 -18.49,19.99 -2.76,1.98 -6.7,5.09 -8.77,6.91 -2.06,1.82 -4.27,3.3 -4.9,3.3 -0.63,0 -2.86,-1.8 -4.95,-3.99z" />
<path
android:fillColor="#cacaca"
android:pathData="m196.74,232.27c0.94,-0.67 1.3,-10.97 1.52,-43.33l0.28,-42.45 -0.02,42.92c-0.01,37.29 -0.21,42.97 -1.52,43.33 -1.1,0.3 -1.17,0.17 -0.26,-0.47z" />
<path
android:fillColor="#cacaca"
android:pathData="m205.2,368.97c-1.26,-0.52 -3.81,-2.09 -5.66,-3.5 -3.83,-2.92 -3.9,-4.93 -0.48,-14.26 2.77,-7.56 2.58,-9.98 -0.81,-10.51 -1.51,-0.24 -0.27,-0.3 2.76,-0.15 4.46,0.23 7.13,-0.39 14,-3.25 4.67,-1.95 12.54,-4.66 17.49,-6.02 4.95,-1.37 10.99,-3.65 13.43,-5.08 6.7,-3.93 14.15,-11.94 21.59,-23.22 5.9,-8.95 6.58,-10.46 5.64,-12.53 -0.99,-2.18 -0.24,-3.13 10.14,-12.82 6.16,-5.76 12.33,-12.3 13.71,-14.55 2.53,-4.13 2.79,-4.26 15.14,-7.69 0.9,-0.25 2.34,0.23 3.18,1.08 1.63,1.63 3.99,11.21 3.88,15.74 -0.1,4.05 -4.91,11.52 -11.95,18.57 -6.56,6.56 -9.06,7.98 -15.73,8.9 -7.56,1.04 -9.1,2.3 -16.15,13.25 -2.94,4.57 -3.4,6.01 -2.87,9.12 1.04,6.16 -1.79,14.27 -8.57,24.55 -3.41,5.17 -6.48,9.42 -6.82,9.44 -4.61,0.28 -10.12,1.78 -17.05,4.63 -10.01,4.12 -12.81,5.85 -10.89,6.72 0.73,0.33 0.29,0.34 -0.98,0.02 -1.26,-0.32 -2.98,-0 -3.82,0.69 -1.86,1.54 -15.97,2.18 -19.18,0.87z" />
<path
android:fillColor="#b3b3b3"
android:pathData="m229.58,437.75c-1.81,-2.79 -5.59,-24.89 -5.57,-32.58 0.02,-6.57 3.27,-13.49 6.57,-13.97 1.12,-0.16 3.75,1.08 5.86,2.75 4.08,3.24 9,3.97 13.99,2.07 3.15,-1.2 3.18,-0.81 0.6,7.87 -2.23,7.51 -3.89,19.76 -3.4,25.14 0.32,3.59 0.25,3.66 -7,7.29 -4.03,2.02 -7.84,3.67 -8.46,3.67 -0.62,0 -1.79,-1.01 -2.6,-2.25z" />
<path
android:fillColor="#b3b3b3"
android:pathData="m311.5,440.6c-5.72,-2.53 -6.25,-3.94 -6.72,-18.1 -0.35,-10.47 -0.92,-14.36 -2.9,-19.99l-2.46,-6.99 7.28,-5.32c7.93,-5.79 12.61,-7.23 15.8,-4.84 1.9,1.42 1.98,2.46 1.68,20.32 -0.59,34.22 -2.47,39.43 -12.68,34.93z" />
<path
android:fillColor="?colorPrimary"
android:pathData="m82.94,195.68c-11.89,-3.98 -14.89,-7.32 -12.28,-13.67 0.79,-1.92 2.24,-4.39 3.22,-5.5 2.43,-2.74 7.27,-13.39 7.46,-16.43 0.14,-2.13 -0.41,-2.59 -3.97,-3.31 -2.27,-0.46 -4.91,-1.7 -5.86,-2.76 -1.65,-1.83 -1.6,-2.28 1.07,-9.72 2.52,-7 2.83,-9.3 3.07,-22.53 0.32,-17.7 1.21,-20.13 8.25,-22.58C85.77,98.53 88.97,98 91.01,98c7.02,0 16.93,11.39 16.96,19.5 0.01,1.65 -1.78,8.14 -3.97,14.42 -5.5,15.76 -7.03,24.75 -7.69,45.08 -0.31,9.63 -0.98,18.29 -1.47,19.25 -1.17,2.26 -3.82,2.13 -11.89,-0.57z" />
<path
android:fillColor="?colorPrimary"
android:pathData="m342.46,212.05c-1.12,-0.45 -5.33,-1.34 -9.35,-1.96 -9.01,-1.4 -12.47,-3.11 -14.07,-6.98 -1.46,-3.53 -0.26,-8.19 3.78,-14.61C326.66,182.41 332,170.18 332,167.5c0,-3.58 -1.6,-3.92 -7.18,-1.52 -2.78,1.2 -5.4,1.8 -5.82,1.35 -0.42,-0.46 -2.42,-13.2 -4.45,-28.33 -2.03,-15.13 -3.93,-28.36 -4.23,-29.4 -0.82,-2.86 1.05,-1.82 15.24,8.48 13.96,10.13 16.6,10.98 19.94,6.43 2.44,-3.33 5.16,-6.31 16.38,-18 4.75,-4.95 10.32,-10.98 12.36,-13.39l3.71,-4.39 1.12,2.89c0.62,1.59 1.31,6.49 1.53,10.89l0.41,8 -10.11,7.99c-19.53,15.43 -25.92,24.65 -25.87,37.3 0.03,8.11 1.46,13.39 6.53,24.1 4.55,9.62 5.54,15.33 3.51,20.32 -0.51,1.26 -1.21,3.97 -1.54,6.01 -0.33,2.04 -1.29,4.41 -2.14,5.25 -1.65,1.65 -5.64,1.91 -8.93,0.58z" />
<path
android:fillColor="#727272"
android:pathData="M150.82,254.96C148.91,253.85 145,244.15 145,240.54c0,-1.64 1.09,-3.05 3.51,-4.55C152.34,233.62 157,226.59 157,223.16 157,221.42 157.59,221 160.02,221c2.5,0 3.52,0.79 5.96,4.62 5.15,8.13 6.09,18.28 2.24,24.17 -3.16,4.82 -12.99,7.74 -17.4,5.16z" />
<path
android:fillColor="#727272"
android:pathData="m238.51,263.83c-3,-2.36 -6.45,-9.02 -6.49,-12.51 -0.03,-2.97 2.56,-5.32 5.86,-5.32 4.12,0 5.98,-1.91 8.42,-8.65l2.22,-6.12 4.23,1.99C259.25,236.28 263,241.13 263,246.47c0,8.11 -3.92,14.13 -11.5,17.63 -5.32,2.46 -9.63,2.37 -12.99,-0.28z" />
<path
android:fillColor="?colorPrimary"
android:pathData="M268.53,433.68C263.09,430.83 257.09,426.92 255.2,425c-3.41,-3.47 -3.43,-3.55 -2.9,-10.71 0.71,-9.63 2.71,-12.97 8.11,-13.56 3.44,-0.37 5.09,0.18 10.47,3.51l6.38,3.95 6.96,-2.57 6.96,-2.57 3.87,1.97c6.08,3.1 7.95,5.67 7.95,10.95 0,4.11 -0.46,5.05 -4.25,8.71 -3.43,3.31 -10.85,8.52 -19.28,13.55 -0.57,0.34 -5.49,-1.71 -10.93,-4.56z" />
<path
android:fillColor="#999999"
android:pathData="m171.86,430.21c-10.3,-16.62 -11.28,-18.87 -11.25,-25.73 0.02,-4.76 0.62,-7.02 2.84,-10.81 2.6,-4.43 2.8,-5.53 2.67,-14.49 -0.2,-13.17 0.59,-17.62 3.63,-20.66 3.29,-3.29 7.64,-3.26 16.75,0.1 3.85,1.42 7.76,2.64 8.68,2.69 0.92,0.06 1.6,0.48 1.5,0.94 -0.1,0.46 1.78,2.28 4.17,4.04 3.93,2.89 5.06,3.2 11.74,3.27 4.07,0.04 7.6,0.28 7.85,0.53 0.25,0.25 -4.7,10.99 -10.99,23.88 -11.92,24.4 -12.84,27.43 -9.95,33l1.49,2.89 -3.34,-0.54c-4.25,-0.69 -7.87,1.2 -13.61,7.09 -2.45,2.52 -4.7,4.56 -5,4.54 -0.3,-0.02 -3.53,-4.86 -7.18,-10.75zM258.62,435.9c-5.43,-1.55 -10.06,-3 -10.29,-3.23 -3.08,-3.08 2.85,-36.5 6.94,-39.07 2.21,-1.4 6.41,0.99 6.98,3.97 0.46,2.4 -0.82,3.43 -4.22,3.43 -2.84,0 -5.01,4.41 -5.99,12.17 -0.86,6.83 -0.78,7.31 1.68,10.53 2.36,3.09 13.09,10.3 15.33,10.3 1.07,0 1.11,0.79 0.13,3.11 -0.61,1.44 -1.74,1.31 -10.56,-1.21zM250,372.91c-21.76,-5.58 -22.53,-5.86 -20.31,-7.41 3.85,-2.7 18.91,-8.34 23.94,-8.97 4.47,-0.56 5.47,-0.34 7.7,1.66 1.41,1.27 2.68,2.98 2.82,3.8 0.42,2.49 -1.19,14.01 -1.95,13.93C261.82,375.89 256.33,374.54 250,372.91Z" />
<path
android:fillColor="#666666"
android:pathData="m52.29,507.25c7.24,-10.4 9.75,-18.53 10.19,-32.9 0.37,-12.11 1.15,-14.58 5.3,-16.75 3.9,-2.04 8.6,-7.45 10.5,-12.1 0.9,-2.2 2.76,-9.63 4.13,-16.5 1.41,-7.06 5.61,-21.63 9.67,-33.5 3.95,-11.55 7.17,-22.64 7.17,-24.64 -0.01,-2.75 0.53,-3.93 2.22,-4.83 1.23,-0.66 4.38,-4.54 7.01,-8.62 5.78,-8.98 10.93,-13.43 14.72,-12.71 1.99,0.38 3.99,-0.5 8.17,-3.59 3.05,-2.25 5.96,-4.84 6.47,-5.77 1.05,-1.89 8.11,-2.08 12.67,-0.34 1.43,0.54 4.04,1.23 5.8,1.53 1.76,0.3 3.93,0.76 4.83,1.03 2.98,0.9 10.28,1.5 18.37,1.5 11.34,0 21.5,1.82 21.51,3.84 0,0.87 -1.23,5.53 -2.75,10.35 -2.15,6.82 -3.09,8.62 -4.26,8.13 -13.98,-5.9 -20.45,-6.66 -24.25,-2.86 -3.04,3.04 -3.82,7.49 -3.63,20.66 0.13,8.95 -0.07,10.05 -2.67,14.49 -2.22,3.8 -2.82,6.05 -2.84,10.81 -0.03,6.91 1.5,10.33 11.89,26.66 3.58,5.62 6.5,10.56 6.5,10.97 0,0.41 -1.8,2.83 -4,5.38 -2.2,2.54 -4,5.65 -4,6.9 0,3.53 7.38,25.43 11,32.64 4.49,8.95 9.45,15.48 15.25,20.06 5.85,4.62 8.19,4.88 10.14,1.1 0.79,-1.53 5,-7.33 9.35,-12.88 9.81,-12.51 12.59,-18.57 12.48,-27.14 -0.06,-5.06 0.25,-6.42 1.6,-6.87 0.92,-0.31 6.63,-2.86 12.68,-5.66 10.27,-4.76 11.56,-5.11 19.48,-5.27 6.18,-0.13 8.73,-0.57 9.4,-1.63 1.13,-1.79 0.13,-6.11 -1.88,-8.12 -1.62,-1.62 -1.98,-4.22 -0.7,-5.01 0.44,-0.27 2.72,0.37 5.07,1.42l4.28,1.91 7.68,-5.16c4.22,-2.84 9.59,-6.75 11.93,-8.69 3.98,-3.31 4.25,-3.85 4.23,-8.57 -0.03,-5.98 -1.69,-8.44 -7.76,-11.47l-4.28,-2.14 -6.97,2.51 -6.97,2.51 -6.17,-3.99c-3.99,-2.58 -6.91,-3.81 -8.25,-3.49 -1.14,0.28 -1.56,0.26 -0.93,-0.04 0.63,-0.3 0.91,-1.42 0.63,-2.49 -0.66,-2.54 0.92,-2.49 3.26,0.09 2.08,2.29 5.26,2.25 6.73,-0.1 0.72,-1.15 -0.37,-4.26 -4.17,-11.95 -5.01,-10.12 -5.13,-10.56 -4.42,-16.45 0.94,-7.87 0.78,-8.57 -2.7,-11.6l-2.93,-2.55 6,-8.88c6.87,-10.17 9.41,-17.38 8.54,-24.32 -0.74,-5.88 1.24,-8.56 7.51,-10.16 9.14,-2.34 16.87,-5.76 23.9,-10.58 11.73,-8.04 22.62,-11.05 30.51,-8.45 7.86,2.59 19.1,12.39 21.88,19.07 0.82,1.97 2.18,4.16 3.03,4.86 1.57,1.31 1.66,1.19 4.07,-5.69 0.74,-2.1 2.93,-1.38 4.22,1.39 0.67,1.44 1.73,6.28 2.35,10.74 3.45,24.72 7.73,40.21 12.67,45.83 0.83,0.94 2.3,5.44 3.28,10 0.97,4.56 2.75,12.78 3.95,18.28 1.2,5.5 2.38,11.13 2.64,12.5 1.63,8.86 6.98,30.29 10.12,40.5 2.27,7.4 5.72,15.57 12.24,29 3.2,6.6 6.64,13.8 7.65,16 1,2.2 3.3,6.63 5.11,9.85 1.81,3.22 3.29,6.03 3.29,6.25C431,511.82 345.05,512 239.99,512H48.99ZM325.27,494.19c2.33,-2.09 6.57,-5.49 9.43,-7.55 6.73,-4.84 13.53,-12.45 16.47,-18.41 3.08,-6.25 3.07,-16.35 -0.01,-24.23 -1.69,-4.31 -2.16,-7.67 -2.18,-15.5 -0.03,-11.75 -1.77,-20.33 -8.88,-43.8C337.29,375.47 335,367.36 335,366.68c0,-1.86 -5.78,-8.48 -8.02,-9.19 -1.2,-0.38 -3.06,0.13 -4.73,1.3 -1.51,1.06 -6.9,3.76 -11.97,6 -13.81,6.1 -17.03,8.72 -24.61,20.03 -6.92,10.33 -7.82,13.26 -5.02,16.35 2.39,2.64 6.37,2.25 10.37,-1.02 1.91,-1.57 4.48,-3.38 5.7,-4.02 2.04,-1.08 2.36,-0.86 3.81,2.6 2.94,7 4.43,15.72 4.45,26.02L305,435l-7.25,0.06c-13.41,0.1 -17.79,3.41 -18.56,14.03l-0.44,6.11 3.89,-2.58c7.08,-4.69 12.75,-4.69 18.33,0 5.66,4.76 7.03,8.94 7.03,21.37 0,12.48 1.16,16.48 6.09,21.09 4.11,3.84 6.11,3.68 11.18,-0.89z" />
<path
android:fillColor="#808080"
android:pathData="m300,423.62c0,-0.21 0.79,-1 1.75,-1.75 1.59,-1.24 1.62,-1.21 0.38,0.38C300.82,423.92 300,424.45 300,423.62ZM395.94,389.5c-0.05,-0.55 -0.24,-1.9 -0.43,-3 -0.18,-1.1 -0.6,-7.63 -0.91,-14.5 -0.32,-6.88 -0.77,-13.4 -1.01,-14.5 -1.85,-8.62 -2.83,-11.83 -4.39,-14.41l-1.8,-2.96 -1.27,11.18c-2.41,21.21 -2.36,21.12 -6.63,12.69 -2.28,-4.51 -3.18,-7.69 -7.04,-25.01 -0.8,-3.58 -1.75,-12.43 -2.11,-19.67l-0.66,-13.17 -3.35,2.67c-1.84,1.47 -3.35,2.98 -3.35,3.36 -0,0.38 -0.46,1.9 -1.03,3.38 -0.95,2.5 -1.15,2.58 -2.79,1.1 -4.23,-3.83 -5.47,-11.2 -6.74,-40.03 -0.34,-7.77 -0.79,-15.93 -1,-18.13 -0.58,-6.15 -0.52,-39.62 0.07,-43 1,-5.73 2.72,-13.01 3.6,-15.3 1.97,-5.09 0.97,-10.75 -3.55,-20.32 -5.07,-10.71 -6.5,-15.98 -6.53,-24.1 -0.05,-12.52 5.84,-21.18 24.86,-36.48 7.76,-6.24 10.88,-8.2 12.34,-7.74 5.52,1.75 16.56,11.33 21.64,18.77 3.73,5.47 8.06,18.74 8.9,27.31 1.26,12.8 0.53,44.97 -1.34,58.85 -1.26,9.34 -3.64,22.55 -5.41,30 -3.07,12.91 -3.86,22.78 -3.51,43.5 0.29,17.3 0.69,24.97 2.03,39.5 0.84,9.04 0.48,39.42 -0.52,43.87 -1.32,5.89 -7.84,18.9 -8.09,16.13zM94.02,357.75C89.77,348.6 84.54,334.45 83.48,329.21 81.66,320.22 81.1,314.55 80.41,297.98 79.99,287.81 79.62,278.71 79.61,277.75c-0.05,-2.33 -1.32,-2.23 -2.08,0.17 -1.43,4.5 -1.7,7.39 -2.1,22.58 -0.3,11.21 0.03,19 1.1,26 1.53,10.09 6.17,25.83 9.64,32.75 1.04,2.06 1.47,3.75 0.97,3.75 -0.5,0 -3.05,-1.47 -5.66,-3.28C76.14,356.06 73.39,351.38 70.16,340.5 67.05,330.02 66.5,325.04 66.5,307.5c0,-17.34 0.85,-26.14 4.98,-51.5 0.22,-1.38 0.71,-5.65 1.08,-9.5 0.37,-3.85 0.8,-7.22 0.95,-7.5 0.16,-0.28 0.6,-3.88 0.99,-8 0.39,-4.13 0.84,-7.72 1,-8 0.16,-0.28 0.62,-5.68 1.04,-12 1.09,-16.71 1.07,-16.51 2.06,-16.34 0.5,0.09 3.99,0.98 7.75,1.98 6.7,1.78 6.87,1.78 8.25,-0.1 1.01,-1.38 1.42,-5.17 1.44,-13.48 0.07,-21.56 2.02,-34.1 7.95,-51.1 2.2,-6.3 3.99,-12.81 3.99,-14.46 -0.02,-4.8 -3.31,-10.75 -8.43,-15.26l-4.75,-4.18 8,-9.28c12.73,-14.76 12.09,-14.34 21.05,-13.94 17.48,0.78 22.78,0.35 34.34,-2.77 7.6,-2.05 17.86,-5.41 21.32,-6.98 8.22,-3.73 24.19,-7.86 34.44,-8.92 12.95,-1.33 49,-0.48 56.06,1.32 0.82,0.21 3.08,0.62 5,0.91 5.64,0.85 14.87,3.47 18.04,5.11 1.62,0.84 3.17,1.5 3.46,1.48 0.51,-0.04 2.67,1.05 9.3,4.71 5.43,2.99 16.49,12.31 19.7,16.61 7.15,9.56 8.5,11.66 12.99,20.19 2.61,4.95 5.63,10.47 6.72,12.28 1.85,3.06 1.87,3.44 0.36,5.75 -1.53,2.34 -3.2,2.98 -6.52,2.5 -0.8,-0.11 -7.01,-4.24 -13.8,-9.17 -13.89,-10.08 -15.76,-11.11 -14.94,-8.26 0.3,1.05 2.2,14.28 4.23,29.4 2.03,15.13 4.03,27.87 4.45,28.33 0.42,0.46 3.04,-0.15 5.82,-1.35 5.58,-2.4 7.18,-2.06 7.18,1.52 0,2.68 -5.34,14.9 -9.18,21 -4.04,6.42 -5.24,11.07 -3.78,14.61 1.6,3.87 5.06,5.58 14.09,6.98 12.25,1.9 12.25,1.91 11.5,9.15 -0.57,5.44 -6.34,20.03 -8.61,21.77 -0.36,0.28 -2.05,2.55 -3.75,5.06 -4.04,5.94 -5.85,7.48 -6.57,5.59 -0.66,-1.72 -8.93,-4.65 -13.12,-4.64 -5.29,0.01 -8.77,3.08 -13.56,11.98 -3.44,6.4 -6.07,9.7 -11.45,14.41 -3.84,3.36 -8.85,8.08 -11.14,10.5 -4.05,4.28 -6.42,4.78 -6.42,1.37 0,-0.89 0.83,-2.56 1.84,-3.69 5.4,-6.07 8.78,-21.15 6.73,-29.98 -2.19,-9.4 -6.22,-14.35 -22.46,-27.51 -10.61,-8.6 -21.05,-19.24 -26.2,-26.71C228.05,194.69 223.07,185.52 218.83,177 207.64,154.47 202.84,146.5 200.47,146.5c-1.92,0 -1.98,0.98 -2.23,42.75 -0.14,23.51 -0.63,42.75 -1.07,42.75 -0.45,0 -4.74,-8.21 -9.55,-18.25 -6.14,-12.82 -8.98,-17.8 -9.55,-16.75 -0.44,0.82 -1.07,4.54 -1.4,8.24 -0.33,3.71 -1.13,7.75 -1.79,8.98 -1.16,2.16 -1.24,2.1 -2.6,-1.74 -5.18,-14.64 -5.55,-17.66 -6.01,-49.73 -0.32,-22.47 -0.76,-30.75 -1.61,-30.74 -0.64,0.01 -9.33,15.87 -19.3,35.25L127.22,202.5l0.21,12.74c0.12,7.01 0.51,13.04 0.88,13.4 0.36,0.36 3.48,-2.33 6.93,-5.99C141.43,216.1 141.6,216 146.74,216 152.02,216 160,218.47 160,220.11 160,220.6 157.15,221 153.66,221c-12.22,0 -22.62,7.7 -25.66,19.01 -1.54,5.73 -1.32,30.57 0.35,38.99 0.82,4.13 1.78,10.4 2.14,13.95 0.77,7.57 2.51,15.22 6.2,27.28 3.56,11.63 2.89,14.56 -4.69,20.43 -3.03,2.34 -6.49,4.28 -7.71,4.3 -2.96,0.05 -6.76,-4.22 -8.27,-9.31 -2.14,-7.23 -4.85,-12.31 -6.55,-12.31 -1.37,0 -1.53,0.82 -1,5.31 0.34,2.92 1.5,7.87 2.57,10.99 2.79,8.1 2.5,10.02 -2.61,17.8 -4.55,6.92 -6.97,9.48 -9.03,9.54 -0.6,0.02 -3.03,-4.13 -5.39,-9.22zM260.44,239.06c-2,-2.17 -5.51,-4.84 -7.79,-5.95 -3.9,-1.89 -3.98,-2.02 -1.37,-2.06 5.82,-0.1 12.61,4.54 14.17,9.7 1.03,3.4 -0.92,2.74 -5.01,-1.69zM221,238.37c0,-2.08 4.56,-7.41 7.56,-8.83 5.94,-2.82 6.26,-1.16 0.83,4.32C224.98,238.3 221,240.44 221,238.37Z" />
</vector>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,71 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="192dp"
android:height="192dp"
android:viewportWidth="682.67"
android:viewportHeight="682.67">
<path
android:fillColor="#ededed"
android:pathData="m462.38,677c-0.95,-9.58 11.4,-56.66 18.63,-71 8.03,-15.92 33.35,-48.08 35.88,-45.56 0.5,0.5 33.92,111.28 35.96,119.22l0.77,3L508.28,682.67 462.95,682.67ZM156,615.11c-14.7,-2.58 -20.07,-6.87 -22.71,-18.12 -0.9,-3.84 -2.23,-7.73 -2.96,-8.65 -1,-1.26 -0.24,-1.67 3.17,-1.68 18.87,-0.07 27.32,-9.45 20.46,-22.72 -1.94,-3.75 -4.63,-5.32 -4.63,-2.7 0,3.72 -7.11,9.21 -14.7,11.34 -4.46,1.25 -8.46,3.17 -8.88,4.26 -0.81,2.12 -7.17,-7.05 -12.51,-18.06 -6.56,-13.54 7.02,-42.16 18,-37.95 3.42,1.31 2.47,-2.82 -2.39,-10.46 -8.16,-12.83 -28.7,-50.96 -29.64,-55.03 -0.51,-2.2 -1.51,-4.75 -2.24,-5.67 -0.97,-1.24 -0.48,-1.67 1.92,-1.67 4.61,0 15.79,12.85 25.74,29.6 0.74,1.25 3.84,6.35 6.89,11.35 3.04,4.99 7.48,12.67 9.86,17.06 7.67,14.18 10.37,14.67 7.19,1.32 -8.92,-37.42 -13.67,-67.33 -10.68,-67.33 4.83,0 10.19,12.2 21.09,48 4.66,15.32 11.84,29.67 21.54,43.1l9.47,13.1 0.83,-18.53c1.61,-35.75 13.16,-48.09 15.99,-17.09 6.58,71.99 -13.06,113.17 -50.83,106.53zM444.67,484.14c-11,-3.61 -21.62,-6.93 -23.61,-7.37 -11.74,-2.6 -2.05,-51.46 10.6,-53.43 2.76,-0.43 7.36,-1.41 10.23,-2.18 8.95,-2.4 9.82,-2.37 12.33,0.41 4.22,4.66 9.57,6.7 15.11,5.77 5.94,-1 13.1,2.14 22.44,9.84l5.85,4.83 -0.73,10.67c-2.41,35.09 -16.1,43.34 -52.22,31.48zM120.32,385.93c-4.48,-6.83 -9.91,-9.22 -14.98,-6.6 -2.2,1.14 -5.44,2.61 -7.21,3.29l-3.22,1.22 3.97,-11.85c3.76,-11.21 3.86,-12.09 1.93,-16.25 -13.15,-28.36 -15.66,-51.74 -5.55,-51.74 1.81,0 11.34,9.83 14.53,15 4.19,6.77 8.76,5.11 14.21,-5.15 13.53,-25.51 21.63,-25.57 21.27,-0.15 -0.14,10.24 0.51,16.12 2.6,23.61 1.54,5.49 2.79,12.41 2.79,15.4 0,2.98 1.77,11.08 3.94,17.98 4.57,14.57 4.55,14.65 -2.14,10.1 -6.92,-4.7 -9.15,-4.36 -13.37,2 -4.44,6.7 -4.5,6.57 -7.8,-15.93 -2.19,-14.94 -4.07,-20.2 -7.19,-20.2 -2.85,0 -2.48,36.4 0.42,41.09 2.35,3.8 -1.65,2.06 -4.2,-1.83zM426.03,382.7c-1.31,-1.45 -3,-2.26 -3.75,-1.79 -0.78,0.48 -0.95,0.18 -0.41,-0.7 0.57,-0.92 0.09,-1.54 -1.21,-1.54 -1.19,0 -1.79,-0.6 -1.33,-1.33 0.45,-0.73 -0.01,-1.33 -1.04,-1.33 -2.93,0 -19.63,-18.04 -19.63,-21.2 0,-2.86 1.64,-3.13 19.33,-3.13 1.83,0 4.11,0.07 5.05,0.17 1.12,0.11 2.31,4.25 3.39,11.83 0.92,6.42 2,13.92 2.4,16.67 0.83,5.73 0.49,6.01 -2.81,2.36zM323.98,346.33c-9.34,-7.29 -11.16,-11.36 -7.58,-17.02l2.93,-4.64 0.74,6c1.4,11.4 6.13,17.3 15.05,18.75l5.55,0.91 -5.56,0.17c-4.4,0.13 -6.73,-0.74 -11.12,-4.17zM345.12,345.75c3.16,-5.92 0.24,-24.53 -4.45,-28.42 -4.28,-3.55 0.4,-5.66 5.95,-2.69 4.94,2.64 7.68,23.44 3.72,28.17 -3.61,4.3 -6.94,6.18 -5.22,2.94zM107.7,286.93c-3.42,-7.84 -6.94,-18.02 -7.81,-22.63 -1.94,-10.27 1.26,-8.93 -27.89,-11.69 -13.57,-1.28 -25.12,-2.73 -25.66,-3.21 -1.05,-0.92 12.85,-12.51 21.74,-18.12 6.08,-3.84 5.85,-2.01 3.19,-26.16 -1.14,-10.32 -1.87,-18.96 -1.63,-19.2 0.24,-0.24 3.62,5.21 7.51,12.13 11.47,20.39 20.28,33.81 31.11,47.41l10.19,12.79 -1.84,21.05c-1.01,11.58 -2.03,21.24 -2.26,21.47 -0.23,0.23 -3.22,-6 -6.65,-13.84zM366,198.69c-13.11,-2.37 -20.67,-4.84 -20.67,-6.76 0,-0.53 1.22,-6.89 2.71,-14.12 4.86,-23.54 7.95,-44.94 7.95,-55.04 0,-5.44 0.23,-9.64 0.51,-9.33 0.38,0.42 1.7,10.12 2.13,15.64 0.04,0.52 6.95,-0.66 14.03,-2.39 2.93,-0.71 6.16,-1.31 7.17,-1.33 1.01,-0.02 -4.24,6.28 -11.67,13.99 -15.62,16.22 -16.29,18.25 -8.84,26.95 2.57,3 4.67,5.82 4.67,6.27 0,0.45 1.41,3.05 3.13,5.79 3.82,6.06 13.17,23.02 12.61,22.86 -0.22,-0.06 -6.41,-1.2 -13.74,-2.53z"
android:strokeWidth="1.33333" />
<path
android:fillColor="#d7d7d7"
android:pathData="m366.82,652.33c0.09,-16.68 0.37,-29.43 0.64,-28.33 0.7,2.88 5.87,51.79 5.87,55.53 0,2.46 -0.72,3.14 -3.33,3.14h-3.33zM286,451.86c-22.24,-3.2 -46.33,-12.87 -57.7,-23.14 -11.14,-10.07 -11.32,-11.41 -1.25,-9.25 9.93,2.13 18.29,2.38 18.29,0.54 0,-0.73 -0.55,-1.33 -1.22,-1.33 -4.8,0 -29.91,-27.74 -35.49,-39.21 -7.92,-16.29 -8.12,-17.92 -3.99,-32.12 5.82,-19.96 5.79,-32.65 -0.12,-62.44 -2.68,-13.5 -2.83,-13.51 9.26,0.7l10.34,12.14 -3.56,3.72c-7.47,7.79 -1.42,13.63 13.56,13.09 7.21,-0.26 9.2,0.27 16.76,4.5 31.78,17.77 42.62,16.6 47.91,-5.18 0.87,-3.58 2.66,-7.71 3.97,-9.18 1.31,-1.47 3.43,-6.42 4.7,-11 1.27,-4.58 3.06,-8.33 3.97,-8.33 2.44,0 8.57,-7.77 8.57,-10.87 0,-2.36 0.37,-2.23 3.18,1.1 1.75,2.07 9.86,9.75 18.04,17.06 20.77,18.58 26.54,43.03 19.59,83.04 -2.83,16.31 -2.85,16.21 2.53,11 5.77,-5.59 5.79,-4.92 0.22,7.14 -8.03,17.39 -26.79,42.18 -40.94,54.11l-6.42,5.42 -11.09,-0.16c-6.1,-0.09 -14.69,-0.68 -19.09,-1.32zM315.51,435.34c6.25,-4.1 8.97,-12.9 7.97,-25.85 -0.95,-12.33 -1.25,-13.22 -3.78,-11.16 -0.93,0.76 -4.78,1.79 -8.54,2.29 -5.37,0.72 -7.79,1.9 -11.26,5.48 -3.86,3.98 -5.26,4.56 -11,4.56h-6.58l0.9,5.63c2.8,17.54 19.53,27.4 32.28,19.05zM223.98,367.15c6,-2.73 23.77,-3.96 29.29,-2.04 4.01,1.4 4.18,1.32 3.33,-1.49 -1.35,-4.46 -2.19,-4.96 -10.03,-5.86 -3.98,-0.46 -7.63,-1.44 -8.11,-2.18 -0.54,-0.83 -1.72,-0.5 -3.1,0.87 -1.22,1.22 -3.22,2.22 -4.45,2.23 -4.45,0.03 -16.28,6.54 -17.44,9.6 -1.62,4.29 -0.38,5.57 2.99,3.09 1.58,-1.16 4.96,-3.07 7.52,-4.23zM340,349.11c0,-0.86 0.39,-1.16 0.87,-0.69 0.48,0.48 1.72,-0.17 2.77,-1.44 1.04,-1.27 1.44,-1.44 0.89,-0.38 -0.63,1.21 0.44,0.9 2.9,-0.85 2.15,-1.53 4.51,-2.83 5.24,-2.88 0.73,-0.05 1.79,-2.97 2.34,-6.48 2.81,-17.79 -4.73,-30.41 -17.65,-29.51 -5.95,0.41 -6.7,0.17 -6.71,-2.2 -0.05,-6.19 -2.39,-6.5 -4.12,-0.55 -1.05,3.59 -4.48,9.01 -8.78,13.89 -7.19,8.15 -9.09,14 -5.28,16.27 0.98,0.59 2.91,2.8 4.28,4.93 5.47,8.48 23.26,16.06 23.26,9.92zM409.63,443.64 L405.33,439.21 405.31,419.94c-0.01,-11.96 -1.02,-26.34 -2.67,-37.9 -1.46,-10.25 -2.65,-19.53 -2.65,-20.62 0,-1.12 3.39,1.36 7.74,5.66 4.26,4.21 8.25,7.19 8.88,6.62 0.63,-0.57 0.71,-0.29 0.18,0.63 -0.6,1.04 -0.15,1.67 1.2,1.67 1.19,0 1.79,0.6 1.33,1.33 -0.45,0.73 -0.01,1.33 0.99,1.33 3.65,0 9.85,8.43 10.23,13.91 0.2,2.88 0.59,6.42 0.87,7.87 0.28,1.45 0.9,6.95 1.38,12.24l0.87,9.61 -4.21,1.47c-4.47,1.56 -7.08,6.11 -10.07,17.57 -1.94,7.45 -4.24,8 -9.75,2.31z"
android:strokeWidth="1.33333" />
<path
android:fillColor="#afafaf"
android:pathData="m135.96,681c-0.02,-0.92 -0.34,-6.17 -0.71,-11.67l-0.68,-10 3.95,7.33c2.17,4.03 5.76,9.28 7.97,11.67l4.03,4.33h-7.26c-4.9,0 -7.27,-0.54 -7.3,-1.67zM224.73,677.86c-0.73,-3.89 -0.26,-5.73 2.5,-9.71 4.81,-6.94 7.84,-16.63 7.03,-22.51 -8.37,-61.15 -12.36,-73.12 -24.62,-74.01 -3.46,-0.25 -3.85,-0.64 -2.74,-2.73 1.88,-3.52 2.81,-34.06 1.49,-49.05l-1.13,-12.82 4.03,-1.57 4.03,-1.57 -4.33,-1.87c-2.78,-1.2 -4.33,-2.81 -4.33,-4.5 0,-7.77 -4.25,-8.99 -9.42,-2.7l-3.42,4.16 -4.31,-4.57c-2.37,-2.52 -5.22,-6.32 -6.33,-8.46 -1.11,-2.13 -3.8,-6.29 -5.98,-9.24 -8.2,-11.09 -16.77,-22.9 -17.63,-24.3 -1.06,-1.72 1.91,-4.9 20.34,-21.72 8.3,-7.57 14.1,-11.98 14.44,-10.96 4.04,12.11 24.92,48.52 39.86,69.49l10.35,14.53 9.19,0.52 9.19,0.52 6.77,7.28c16,17.2 38.49,39.58 43.49,43.28 7.57,5.6 5.8,8.08 -4.56,6.4 -9.39,-1.52 -16.91,12.64 -10.02,18.88 4.51,4.08 13.8,4.3 16.87,0.4 1.53,-1.94 4.67,-3.67 7.7,-4.24l5.13,-0.96 -0.57,4.42c-0.31,2.43 -3.83,26.47 -7.82,53.42l-7.25,49 -43.52,0 -43.52,0 -0.9,-4.8zM283.33,540.48c-10.27,-5.57 -24.95,-13.63 -32.63,-17.9 -16.57,-9.22 -16.28,-9.3 -9.95,2.74 8.16,15.53 9.53,16.52 26.58,19.19 8.07,1.26 18.27,3.1 22.67,4.09 13.2,2.96 12.76,2.44 -6.67,-8.11zM364,681.33c0,-7.26 -9.96,-85.3 -12.76,-100 -1.05,-5.5 -1.91,-10.09 -1.91,-10.2 -0,-0.34 8.33,-3.13 9.36,-3.13 1.18,0 1.93,4.15 5.69,31.33 3.16,22.82 3.81,83.33 0.9,83.33 -0.71,0 -1.29,-0.6 -1.29,-1.34zM445.58,673.67c-6.74,-11.66 -60.24,-111.93 -60.24,-112.92 0,-0.41 2.4,-0.75 5.33,-0.75 11.75,0 14.79,-13.58 4.84,-21.64 -3.53,-2.86 -7.8,-2.97 -12.91,-0.33 -5.05,2.61 -5.07,4.95 0.27,-40.7 5.03,-43.05 2.99,-36.97 13.3,-39.74l8.49,-2.29 0.67,-7.78 0.67,-7.78 3.19,3.41c1.76,1.88 3.8,3.04 4.54,2.58 0.76,-0.47 0.93,-0.17 0.39,0.71 -0.54,0.88 -0.17,1.54 0.87,1.54 2.58,0 1.88,6.38 -1.4,12.82 -1.49,2.92 -3.15,7.67 -3.69,10.56 -0.58,3.12 -3.52,8.56 -7.21,13.38 -5.85,7.63 -24.11,48.93 -22.4,50.64 0.6,0.6 17.15,-18.13 25.99,-29.4 2.69,-3.43 4.51,-7.59 5.1,-11.67 1.41,-9.76 4.53,-8.16 5.36,2.76 0.26,3.43 2,12.16 3.86,19.4 2.38,9.25 3.33,16.24 3.19,23.52 -0.29,15.19 6.64,23.91 23.64,29.77 4.96,1.71 5.25,2.12 5.48,7.68 0.14,3.23 0.92,26.57 1.74,51.87 0.82,25.3 1.81,47.65 2.19,49.67 1.54,8.05 -5.43,4.75 -11.27,-5.33zM553.96,681c-0.34,-0.92 -8.66,-28.92 -18.49,-62.23l-17.87,-60.56 3.48,-5.44c1.91,-2.99 3.64,-5.68 3.84,-5.96 0.2,-0.29 1.39,0.31 2.64,1.33 1.96,1.59 2.13,1.59 1.16,-0.02 -0.77,-1.27 -0.63,-1.57 0.41,-0.92 0.85,0.52 1.54,1.76 1.54,2.76 0,0.99 5.77,13.3 12.83,27.35 15.67,31.2 14.88,27.74 15.97,70.35l0.9,35h-2.89c-1.59,0 -3.17,-0.75 -3.51,-1.67zM338.17,541.74c-1.9,-4.99 -6.76,-17.94 -10.81,-28.78 -15.23,-40.76 -18.34,-45.25 -29.06,-41.95 -11.17,3.44 -19.73,4.32 -21.07,2.16 -0.76,-1.24 -0.39,-2.14 1.15,-2.75 1.34,-0.53 -0.29,-0.95 -3.92,-1l-6.2,-0.09 -0.96,-8.33c-0.53,-4.58 -1.44,-9.59 -2.02,-11.12l-1.06,-2.79 10.22,2.49c5.62,1.37 17.25,2.86 25.84,3.32l15.62,0.84 8.55,-7.51 8.55,-7.51 0.83,4.14c1.52,7.62 1.06,8.85 -3.93,10.5 -2.62,0.86 -4.51,1.82 -4.21,2.12 0.3,0.3 2.99,-0.31 5.98,-1.37 5.2,-1.84 6.98,-1.21 6.98,2.45 0,0.19 -2.4,1.14 -5.33,2.1 -5.55,1.83 -5.74,2.23 -5.38,11.33 0.45,11.56 8.84,40.33 19.25,66 4.95,12.21 4.91,12.61 -1.38,13.93 -4.15,0.87 -4.22,0.79 -7.64,-8.19zM182.76,533.33c-3.25,-4.77 -6.43,-8.88 -7.07,-9.13 -0.64,-0.26 2.32,-2.12 6.57,-4.15 4.25,-2.03 7.75,-3.62 7.76,-3.53 0.02,0.08 -0.28,5.85 -0.67,12.82l-0.69,12.67zM109.29,300.42c-2.55,-4.14 -5.55,-9.07 -6.67,-10.97 -1.12,-1.9 -3.67,-5.99 -5.67,-9.09 -1.99,-3.1 -3.62,-6.22 -3.62,-6.92 0,-1.94 -1.57,-2.58 -11.54,-4.67 -10.66,-2.24 -37.8,-15.52 -37.8,-18.5 0,-0.6 0.49,-0.79 1.09,-0.42 0.6,0.37 10.35,1.6 21.67,2.74 11.32,1.13 23.07,2.39 26.12,2.8l5.54,0.74 0.95,8.27c0.93,8.1 12.74,37.74 15.89,39.88 0.94,0.64 0.95,1.38 0.03,2.31 -0.93,0.93 -2.84,-1.05 -5.99,-6.16zM426.77,295.35c-11.15,-5.92 -12.35,-7.36 -16.73,-20.02 -6.48,-18.74 -16.36,-35.57 -29.03,-49.43l-6.76,-7.4 6.54,-6.83c3.6,-3.76 7.25,-7.62 8.11,-8.59 3.42,-3.83 5.88,-0.11 7.66,11.57 1.32,8.7 3.25,13.36 7.7,18.56 8.64,10.09 13.05,22.32 8.97,24.84 -2.51,1.55 4.29,7.29 13.77,11.6 9.93,4.52 10.18,4.86 6.33,8.33 -3.5,3.16 -3.51,11.09 -0.02,17.29 1.45,2.59 2.5,4.68 2.33,4.66 -0.17,-0.03 -4.16,-2.1 -8.87,-4.6zM116.87,284.33c0.62,-7.88 1.13,-17.43 1.13,-21.22 0,-7.74 0.76,-7.64 6.68,0.9 2.81,4.05 3.32,5.71 2.17,7.09 -0.82,0.99 -1.1,2.2 -0.62,2.68 0.48,0.48 0.11,0.88 -0.82,0.88 -0.96,0 -1.37,0.87 -0.93,2 0.42,1.1 0.12,2 -0.67,2 -0.79,0 -1.09,0.9 -0.67,2 0.42,1.1 0.12,2 -0.67,2 -0.79,0 -1.09,0.9 -0.67,2 0.42,1.1 0.12,2 -0.67,2 -0.79,0 -1.09,0.9 -0.67,2 0.42,1.1 0.12,2 -0.67,2 -0.79,0 -1.09,0.9 -0.67,2 0.42,1.1 0.12,2 -0.67,2 -0.79,0 -1.09,0.9 -0.67,2 0.42,1.1 0.13,2 -0.65,2 -0.99,0 -1.08,-4.38 -0.3,-14.33zM356.95,162.79c-3.72,-6.3 -2.81,-8.11 11.81,-23.41 15.61,-16.34 16.08,-15.7 4.67,6.41 -11.77,22.8 -12.56,23.61 -16.47,17z"
android:strokeWidth="1.33333" />
<path
android:fillColor="#777777"
android:pathData="m302.67,583.09c-7.71,-2.96 -9.05,-11.58 -2.77,-17.85 6.7,-6.7 14.71,-4.18 17.62,5.53 2.7,9.02 -5.57,15.88 -14.85,12.32zM339.35,569.82c-5.5,-5.5 -4.34,-14.72 2.29,-18.15 12.59,-6.51 21.23,-2.69 21.57,9.53 0.18,6.68 -18.9,13.57 -23.86,8.61zM381,557c-7.86,-8.09 -2.53,-21.08 8.6,-20.97 8.55,0.08 15.06,13.58 9.93,20.6 -3.38,4.63 -14.19,4.84 -18.53,0.37zM432,496.14c-22.95,-7.47 -28.2,-17.13 -18.68,-34.39 2.42,-4.39 2.7,-4.58 2.04,-1.38 -3,14.56 4.02,25.66 20.56,32.5 14.59,6.03 11.77,8.38 -3.92,3.27zM158.43,430.32c-26.78,-28.97 -32.81,-37.6 -34.51,-49.38 -1.53,-10.58 -1.56,-29.06 -0.05,-31.45 2.44,-3.85 3.92,0.44 6.88,19.82 3.38,22.16 3.42,22.23 8.42,14.68 4.3,-6.49 6.99,-6.72 14.92,-1.27 3.25,2.24 5.91,3.81 5.91,3.5 0,-0.31 -1.85,-6.49 -4.11,-13.73 -2.26,-7.24 -4.34,-16.62 -4.62,-20.84 -0.28,-4.22 -1.51,-10.82 -2.74,-14.67 -1.54,-4.81 -2.28,-12.03 -2.38,-23.12 -0.24,-27.24 -8.2,-27.72 -22.14,-1.32 -3.63,6.87 -5.26,8.76 -7.33,8.48 -2.87,-0.39 -4.01,-10.11 -1.68,-14.36 0.6,-1.1 3.77,-10.06 7.05,-19.92 6.71,-20.2 6.87,-18.73 -3.32,-29.97 -9.71,-10.71 -18.29,-23.17 -34.05,-49.45l-16,-26.67 -0.43,6.67c-0.24,3.67 0.6,14.06 1.86,23.09 2.1,15.09 2.11,16.6 0.14,18.57 -1.8,1.8 -2.24,1.84 -2.75,0.24 -3.48,-10.84 -6.21,-20.5 -7.49,-26.57 -0.86,-4.03 -2.05,-9.43 -2.64,-12 -2,-8.58 -4.5,-26.63 -3.79,-27.33 0.38,-0.38 3.55,0.56 7.04,2.11 5.8,2.57 21.58,7.42 28.07,8.64 1.47,0.28 8.37,1.39 15.33,2.47 23.59,3.68 40.18,8.83 59.11,18.35 8.16,4.1 8.35,4.08 14.09,-1.34 13.08,-12.38 35.87,-22.27 68.14,-29.56l12.67,-2.86 4.64,-6.9c4.69,-6.98 10.19,-14 18.7,-23.89 6.25,-7.26 20.26,-18.32 30.04,-23.72 10.39,-5.73 14.36,-9.46 21.27,-19.96 9.53,-14.48 16.95,-18.36 18.61,-9.73 5.47,28.41 2.18,84.19 -6.72,114.01 -0.77,2.57 5.65,5.85 14.09,7.2 4.45,0.71 5.03,1.31 6.47,6.71 1.19,4.44 4.18,8.68 11.97,16.95 18.44,19.57 28.01,36.56 36.91,65.53 5.12,16.66 12.3,30.62 20.3,39.48l4.62,5.11 -9.45,-3.22c-5.2,-1.77 -9.45,-2.93 -9.45,-2.58 0,0.35 -1.2,-0.01 -2.67,-0.79 -2.36,-1.26 -2.68,-1 -2.77,2.29 -0.06,2.04 -0.32,4.85 -0.58,6.25 -0.26,1.39 -0.62,5.29 -0.8,8.67 -0.18,3.37 -0.57,6.86 -0.88,7.75 -0.61,1.77 -14.94,1.81 -14.96,0.05 -0.01,-0.55 -1.18,-1 -2.6,-1 -1.42,0 -2.92,-0.54 -3.34,-1.21 -2.98,-4.82 -14.35,5.89 -13.51,12.72 0.59,4.81 0.02,6.46 -4.49,12.89 -2.84,4.06 -4.92,7.73 -4.62,8.15 0.3,0.43 0.14,0.46 -0.36,0.08 -0.5,-0.38 -2.99,1.27 -5.53,3.67 -3.43,3.24 -4.37,3.67 -3.63,1.69 10.83,-29.21 3.94,-76.21 -13.39,-91.33 -5.46,-4.77 -13.34,-12.06 -17.5,-16.21l-7.57,-7.54 -2.29,5.12c-1.27,2.85 -4,6 -6.15,7.11 -3.06,1.58 -4.19,3.45 -5.48,9.05 -0.9,3.88 -2.73,8.27 -4.07,9.76 -1.34,1.49 -3.15,5.64 -4.02,9.22 -5.43,22.34 -16.03,23.81 -46.75,6.47 -7.89,-4.45 -9.65,-4.91 -18.89,-4.95 -14.97,-0.06 -19.88,-5.16 -12.04,-12.5l3.77,-3.53 -11.98,-13.94c-8.43,-9.81 -11.72,-12.88 -11.09,-10.37 8.08,32.18 7.84,64.19 -0.61,82.74 -4.53,9.94 12.96,37.58 36.8,58.16l6.67,5.75 -10.67,-0.92c-5.87,-0.5 -11.97,-1.03 -13.56,-1.17 -1.59,-0.14 -2.67,-0.47 -2.41,-0.73 0.26,-0.26 -0.1,-1.16 -0.79,-2 -0.7,-0.84 -2.54,-3.21 -4.09,-5.28 -2.49,-3.32 -3.4,-3.66 -7.85,-2.91 -3.05,0.51 -5.38,0.29 -5.91,-0.58 -1.73,-2.81 -3.49,-1.43 -1.92,1.51 1.34,2.51 1.15,3.21 -1.29,4.83 -1.57,1.04 -2.86,2.59 -2.86,3.45 0,1.42 -4.66,6.18 -19.38,19.79l-5.38,4.97 -10.15,-10.99zM298,433.58c-2.93,-1.37 -6.15,-3.48 -7.15,-4.69 -1,-1.21 -2.34,-1.87 -2.98,-1.48 -0.64,0.4 -0.77,-0.31 -0.29,-1.57 0.59,-1.54 0.37,-1.98 -0.67,-1.33 -1.01,0.62 -1.27,0.24 -0.75,-1.11 0.44,-1.14 0.28,-2.07 -0.35,-2.07 -0.63,-0 -1.27,-1.8 -1.42,-4 -0.32,-4.54 -0.2,-4.58 5.86,-2.39 4.32,1.56 4.62,1.43 10.81,-4.67 7.87,-7.75 18.42,-6.18 19,2.83 0.03,0.49 0.55,3.46 1.16,6.59 0.62,3.22 0.59,6.01 -0.08,6.43 -0.65,0.4 -0.84,1.29 -0.41,1.97 0.42,0.68 0.13,1.24 -0.64,1.24 -0.78,0 -1.41,1 -1.41,2.22 0,1.22 -0.39,1.83 -0.88,1.34 -0.48,-0.48 -1.56,-0.31 -2.4,0.39 -3.24,2.69 -11.94,2.84 -17.39,0.29z"
android:strokeWidth="1.33333" />
<path
android:fillColor="#5a5a5a"
android:pathData="m457.25,681.33c-0.07,-1.1 -1.13,-26.32 -2.35,-56.05l-2.23,-54.05 6.62,1.72c14.2,3.69 28.88,1.58 45.38,-6.5 4.95,-2.42 6.94,-3 5.24,-1.52 -23.22,20.19 -41.19,60.08 -49.16,109.1 -0.98,6.01 -3.27,10.82 -3.49,7.31zM147.18,620.22c-2.28,-1.44 -5.46,-4.46 -7.05,-6.7l-2.91,-4.08 6.39,2.94c18.12,8.33 47.05,-0.67 54.65,-17.01l1.87,-4.02 -0.63,6c-0.65,6.15 -10.27,17.33 -14.92,17.33 -1.01,0 -5.16,1.52 -9.23,3.39 -10.29,4.71 -22.64,5.66 -28.16,2.17zM126.93,583.73c-4.38,-4.38 -1.44,-7.83 9.31,-10.92 6.99,-2 11.71,-5.69 13.5,-10.55 1.01,-2.74 3.69,0.9 5.02,6.84 2.64,11.74 -19.22,23.23 -27.83,14.63zM277.33,545.94c-8.43,-1.67 -17.13,-3.1 -19.33,-3.19 -6.07,-0.23 -22,-19.73 -22,-26.93 0,-0.85 59.11,30.83 60.93,32.66 1.3,1.3 -2.93,0.76 -19.6,-2.54zM380.52,534.09c7.68,-21.64 16.57,-41.4 21.8,-48.47l6.15,-8.31 1.79,5.02c4.15,11.65 1.16,18.23 -18.67,41.02 -11.84,13.61 -12.19,13.95 -11.06,10.75zM124.52,511.34c-3.5,-4.76 -6.51,-9.65 -6.68,-10.87 -0.18,-1.21 -1.11,-2.7 -2.08,-3.32 -0.97,-0.61 -1.3,-1.12 -0.75,-1.13 0.56,-0.01 -2.59,-7.21 -7,-16 -13.42,-26.76 -10.91,-23.59 8.41,10.65 5.59,9.9 11.71,20.55 13.61,23.67 5.32,8.72 1.62,6.71 -5.51,-3zM146.09,512.62c-2.2,-3.36 -4.85,-13.56 -7.43,-28.62 -2.56,-14.95 -3,-18.11 -3.2,-22.92 -0.11,-2.71 -0.55,-5.27 -0.97,-5.7 -0.81,-0.81 0.08,-16.97 0.99,-17.93 0.29,-0.31 0.53,2.81 0.53,6.93 0,7.96 3.09,25.41 9.46,53.5 4.15,18.29 4.23,20.24 0.63,14.75zM456,499.33c-4.03,-0.98 -7.63,-1.73 -8,-1.67 -2.43,0.36 -22,-9.22 -26.33,-12.89 -10.92,-9.25 -4.69,-9.26 22.68,-0.03 33.86,11.41 49.59,3.77 52.62,-25.54 1.12,-10.87 3.04,-10.08 3.04,1.25 0,30.84 -16.6,45.51 -44,38.89zM321.6,421.09c-1.18,-16.01 -10.35,-20.86 -20.5,-10.86l-6.33,6.23 -5.39,-1.78c-7.01,-2.31 -6.82,-3.35 0.63,-3.35 5.25,0 6.6,-0.64 10.6,-5 3.87,-4.23 5.43,-5 10.07,-5 3.02,0 6.63,-0.61 8.04,-1.36 3.39,-1.82 4.22,1.57 3.61,14.71 -0.26,5.49 -0.59,8.37 -0.73,6.4z"
android:strokeWidth="1.33333" />
<path
android:fillColor="#333333"
android:pathData="m168.3,669.31c-10.12,-1.48 -21.12,-7.25 -25.01,-13.13 -9.96,-15.05 -17.41,-44.19 -14.8,-57.85 1.25,-6.52 2.59,-6.32 4.49,0.67 5.29,19.49 16.83,26.48 35.74,21.63 19.61,-5.04 29.41,-13.01 31.27,-25.43 4.9,-32.86 18.91,-30.93 25.76,3.56 8.76,44.09 6.83,50.86 -18.08,63.41 -14.63,7.37 -24.96,9.25 -39.37,7.15zM460.67,560.88c-17.4,-5.76 -36.62,-22.28 -36.69,-31.53 -0.01,-1.85 -1.5,-9.06 -3.31,-16.02 -1.8,-6.97 -3.29,-14.88 -3.31,-17.59l-0.03,-4.93 7.12,3.26c8.51,3.9 18.05,5.87 21.76,4.5 1.48,-0.55 6.23,-0.16 10.57,0.86 25.84,6.08 43.22,-8.5 43.22,-36.24 0,-8.3 0.67,-8.65 6.22,-3.22 3.09,3.02 4.25,5.58 4.86,10.66 1.27,10.68 4.86,24.12 8.51,31.81 13.66,28.77 -26.94,69.04 -58.93,58.44zM172.82,518.57c-1.33,-2.25 -2.21,-4.27 -1.95,-4.49 5.85,-5.07 22.7,-15.29 21.93,-13.31 -0.55,1.41 -1.32,5.32 -1.73,8.7 -0.7,5.87 -1.04,6.29 -7.93,9.67 -8.7,4.27 -7.43,4.33 -10.32,-0.56zM264.48,506c-0.58,-1.5 -3,-2 -9.76,-2h-8.99l-10.75,-15c-13.46,-18.77 -25.36,-38.71 -34.44,-57.67l-7.02,-14.67 2.74,-2.93c1.51,-1.61 2.44,-3.71 2.07,-4.67 -0.49,-1.28 1.09,-1.73 6.08,-1.73h6.74l4.39,7.52c7.88,13.48 21.59,23.87 39.68,30.08 9.32,3.2 10.1,3.75 10.1,7.16 0,2.03 0.41,4.77 0.92,6.08 0.81,2.1 0.3,2.02 -4.21,-0.63 -4.41,-2.6 -5.65,-2.8 -8.91,-1.45 -2.08,0.86 -5.29,1.28 -7.13,0.93 -1.84,-0.35 -3.34,-0.48 -3.34,-0.29 0,0.92 9.91,17.53 19.05,31.94 9.85,15.52 10.05,16.01 6.86,16.42 -1.81,0.23 -2.94,0.98 -2.52,1.67 0.42,0.68 0.41,1.24 -0.02,1.24 -0.43,0 -1.13,-0.9 -1.55,-2zM386.92,455c-1.54,-4.03 -4.21,-28.77 -4.35,-40.33 -0.16,-13 -1.81,-13.42 -4.54,-1.17 -1.37,6.14 -2.99,12.57 -3.6,14.28l-1.11,3.11 -4.09,-3.44c-5.25,-4.41 -5.45,-4.38 -8.59,1.47 -8.12,15.13 -11.41,17.32 -15.53,10.34l-2.8,-4.75 -3.82,3.66c-6.03,5.78 -4.99,0.07 1.22,-6.69 11.41,-12.41 26.36,-37.15 29.08,-48.12 0.54,-2.18 3.06,-6.86 5.6,-10.4 4.11,-5.72 4.53,-7.07 3.81,-12.3 -0.92,-6.75 0.75,-9.26 7.11,-10.66 2.21,-0.48 4.01,-1.39 4.01,-2.01 0,-0.62 1.72,-0.27 3.82,0.78 6.09,3.04 10.78,36.92 10.82,78.17l0.03,27.62 -6.91,2.05c-8.86,2.63 -8.53,2.68 -10.17,-1.62zM326.88,344.01c-6.07,-6.07 -8.16,-20.99 -3.71,-26.55 8.42,-10.53 19.69,-2.24 22.79,16.77 1.08,6.6 -1.38,13.13 -3.51,9.33 -3.35,-5.98 -11.72,-4.33 -9.74,1.91 1.18,3.7 -1.28,3.09 -5.83,-1.47z"
android:strokeWidth="1.33333" />
<path
android:fillColor="#0a0a0a"
android:pathData="m353.53,330.29c-0.71,-22.64 -21.79,-25.82 -35.68,-5.39 -4.41,6.49 -5.74,7.7 -6.26,5.71 -0.45,-1.71 1.8,-5.46 7.02,-11.66 4.43,-5.27 8.26,-11.36 9.06,-14.38l1.38,-5.23 0.14,4.78 0.14,4.78 7.3,-0.61c12.08,-1 19.85,9.75 17.68,24.46 -0.4,2.71 -0.64,1.96 -0.78,-2.45z"
android:strokeWidth="1.33333" />
<path
android:fillColor="#0a0a0a"
android:pathData="m213.33,370.85c0,-2.97 11.8,-10.84 16.28,-10.86 0.95,-0 3.37,-0.87 5.39,-1.92 2.02,-1.05 3.67,-1.35 3.67,-0.66 0,0.69 3.32,1.25 7.38,1.25 6.51,0 11.03,2.42 8.46,4.52 -1.42,1.16 -18.37,-0.98 -17.61,-2.22 0.55,-0.9 -0.28,-1.08 -2.35,-0.53 -1.76,0.47 -4.11,0.94 -5.21,1.03 -1.1,0.1 -0.2,0.63 2,1.19l4,1.02 -4.33,0.36c-2.38,0.2 -5.08,0.42 -6,0.49 -0.92,0.07 -1.97,0.46 -2.33,0.86 -2.17,2.38 -9.33,6.57 -9.33,5.46z"
android:strokeWidth="1.33333" />
<path
android:fillColor="?colorPrimary"
android:pathData="m457.6,571.97c-23.02,-6.03 -32.58,-14.58 -33.34,-29.82l-0.47,-9.48 3.43,4.91c26.73,38.3 87.45,27.04 95.19,-17.65l1.03,-5.93 1.6,6c9.25,34.78 -26.84,62.6 -67.43,51.97z"
android:strokeWidth="1.33333" />
<path
android:fillColor="?colorPrimary"
android:pathData="m374.67,680.77c0,-9.44 -9.93,-90.09 -12.78,-103.85 -2.29,-11.06 -2.3,-10.25 0.11,-10.25 2.63,0 2.67,-7.81 0.07,-14.04 -1.56,-3.73 -2.66,-4.62 -5.71,-4.62 -4.28,0 -3.86,0.86 -15.13,-30.96 -7.45,-21.03 -11.35,-35.59 -12.62,-47.13l-0.89,-8.1 6.07,-2.32c5.77,-2.2 7.03,-4.89 3.51,-7.49 -3.2,-2.36 -2.52,-10.27 1.19,-13.82l3.83,-3.67 2.8,4.75c4.12,6.98 7.41,4.79 15.53,-10.34 3.14,-5.85 3.34,-5.88 8.59,-1.47l4.09,3.44 1.11,-3.11c0.61,-1.71 2.23,-8.14 3.6,-14.28 2.77,-12.45 4.38,-11.81 4.56,1.84 0.06,4.4 1.01,16.1 2.12,26l2.02,18 -4.78,38.59c-2.63,21.23 -4.5,39.68 -4.15,41.01 0.35,1.33 -0.02,4.14 -0.81,6.24 -1.7,4.5 0.61,11.6 4.16,12.81 1.2,0.41 3.1,2.68 4.22,5.04 2.64,5.61 57.58,108.35 61.35,114.74l2.89,4.9h-37.47c-31.53,0 -37.47,-0.3 -37.47,-1.9z"
android:strokeWidth="1.33333" />
<path
android:fillColor="?colorPrimary"
android:pathData="m313.95,678.33c0.99,-5.78 15.38,-102.42 15.38,-103.28 0,-0.69 -4.7,0.28 -8.54,1.75 -1.63,0.63 -2.13,-0.07 -2.17,-2.99 -0.03,-2.1 -0.88,-5.31 -1.9,-7.14 -1.68,-3.02 -1.59,-3.47 0.91,-4.82 2.59,-1.4 2.33,-1.81 -4.44,-7.11 -16.17,-12.66 -48.89,-48.63 -44.93,-49.39l3.6,-0.68 -10.15,-16c-9.14,-14.41 -19.05,-31.02 -19.05,-31.94 0,-0.19 1.5,-0.07 3.34,0.29 1.84,0.35 5.05,-0.07 7.13,-0.93 5.04,-2.09 13.89,2.63 13.31,7.09 -0.54,4.2 1.24,6.16 5.63,6.16 2.16,0 3.85,0.45 3.76,1 -0.64,4.08 0.35,4.55 8.49,4.03 4.58,-0.29 11.16,-1.36 14.61,-2.37 10.14,-2.98 12.86,1.48 31.5,51.55l10.5,28.21 -3.3,1.51c-6.95,3.17 -1.03,19.28 6.79,18.5l4.24,-0.42 2.9,17.33c1.6,9.53 4.77,33.23 7.04,52.67 2.28,19.43 4.43,36.68 4.79,38.33l0.65,3H338.63,313.21Z"
android:strokeWidth="1.33333" />
<path
android:fillColor="?colorPrimary"
android:pathData="m146.58,677.69c-8.21,-9.35 -13.75,-23.51 -14.23,-36.36l-0.42,-11.33 4.42,11.39c7.61,19.63 14.84,25.5 34.63,28.15 22.05,2.95 53.63,-11.8 58.98,-27.54l1.81,-5.33 0.89,4c0.49,2.2 1.16,4.84 1.49,5.87 2.31,7.29 -9.43,26.59 -19.91,32.73 -5.74,3.37 -6.14,3.4 -34.55,3.4h-28.74z"
android:strokeWidth="1.33333" />
<path
android:fillColor="#ffffff"
android:pathData="m336.58,349.6c-6.62,-1.18 -9.81,-2.97 -12.49,-7 -2.18,-3.28 -3.24,-6.74 -4.11,-13.5 -0.3,-2.35 -0.59,-4.32 -0.63,-4.36 -0.11,-0.12 0,-0.28 -2.07,3.03 -2.21,3.55 -2.61,4.61 -2.59,6.82l0.02,1.64 -1.77,-1.62c-1.92,-1.75 -2.22,-2.3 -2.22,-4 0,-2.65 2.25,-6.8 6.2,-11.44 5.52,-6.48 8.34,-10.86 9.71,-15.09 0.54,-1.66 1.76,-4.07 1.96,-3.87 0.25,0.25 -1.3,5.17 -2.24,7.1 -1.43,2.95 -4.31,7.16 -8.18,11.97 -5.61,6.99 -7.22,9.82 -6.58,11.64 0.54,1.54 1.91,0.39 5.42,-4.59 2.09,-2.96 4.2,-5.71 4.29,-5.61 0.03,0.03 -0.08,0.73 -0.24,1.55 -0.16,0.82 -0.29,2.71 -0.3,4.2 -0.02,5.91 1.69,11.81 4.61,15.92 1.64,2.31 5.17,5.25 6.66,5.55 0.6,0.12 0.72,0.06 0.94,-0.41 0.2,-0.44 0.18,-0.83 -0.1,-1.94 -0.44,-1.77 -0.43,-2.38 0.06,-3.46 0.5,-1.1 1.4,-1.75 2.85,-2.05 2.24,-0.47 4.7,0.79 6.37,3.25 0.98,1.45 1.67,1.78 2.38,1.14 0.6,-0.54 0.99,-1.34 1.36,-2.8l0.32,-1.23 -0.12,1.33c-0.22,2.47 -0.61,3.36 -2.15,4.83 -1.72,1.64 -2.49,2.06 -3.09,1.68 -0.59,-0.37 -0.79,-0.18 -0.95,0.93 -0.08,0.53 -0.2,0.95 -0.28,0.94 -0.07,-0.01 -1.43,-0.25 -3.02,-0.54z"
android:strokeWidth="0.21377" />
<path
android:fillColor="#ffffff"
android:pathData="m302.04,437.85c-3.5,-0.82 -6.47,-2.29 -9.34,-4.6 -2.03,-1.64 -5.08,-5.3 -4.72,-5.66 0.37,-0.37 1.49,0.16 2.39,1.12 1.09,1.16 4.2,3.28 6.56,4.47 3.37,1.69 5.64,2.19 10,2.2 4.26,0.01 6.13,-0.39 8.32,-1.78 1.24,-0.79 2.26,-1.01 2.54,-0.55 0.15,0.25 -1.93,1.93 -3.65,2.96 -3.05,1.82 -8.61,2.67 -12.1,1.85z"
android:strokeWidth="0.271863" />
<path
android:fillColor="#ffffff"
android:pathData="m349.04,344.35c0.14,-0.18 0.57,-0.67 0.95,-1.1 0.79,-0.9 1.1,-1.47 1.49,-2.71 0.56,-1.79 0.69,-3 0.68,-6.73 -0,-2.62 -0.05,-3.8 -0.2,-5.02 -0.8,-6.45 -2.55,-11.67 -4.56,-13.59 -1.09,-1.04 -3.77,-1.97 -5.71,-1.97 -1.2,0 -1.94,0.22 -2.37,0.72 -0.71,0.81 -0.38,1.79 1.06,3.18 1.55,1.49 2.55,3.2 3.55,6.08 1.16,3.31 2.14,8.33 2.27,11.58 0.05,1.16 0.04,1.18 -0.06,0.39 -0.06,-0.45 -0.23,-1.5 -0.39,-2.32 -1.69,-8.93 -5.34,-15.78 -9.92,-18.64 -0.98,-0.61 -2.83,-1.33 -3.43,-1.34 -0.79,-0.01 -0.6,-0.19 0.59,-0.59 2.12,-0.7 3.14,-0.87 5.31,-0.89 1.25,-0.01 2.2,0.04 2.7,0.14 5.47,1.08 9.46,5.11 11.35,11.49 0.64,2.14 0.91,4.08 1.12,7.85 0.15,2.82 0.26,3.6 0.48,3.47 0.05,-0.03 0.18,-0.5 0.27,-1.03 1.14,-6.38 0.16,-13.01 -2.56,-17.48 -0.87,-1.43 -1.55,-2.3 -2.61,-3.34 -2.7,-2.66 -6.1,-4.11 -10.05,-4.31 -0.98,-0.05 -2.33,0.02 -5.43,0.28 -2.27,0.19 -4.14,0.33 -4.17,0.3 -0.08,-0.08 -0.29,-8.79 -0.22,-8.87 0.04,-0.04 0.22,0.07 0.4,0.24 0.57,0.54 0.84,1.7 0.98,4.12 0.1,1.76 0.23,2.11 0.95,2.49 0.4,0.21 0.62,0.23 2.54,0.23 1.15,-0 3.01,-0.02 4.14,-0.04 1.58,-0.03 2.29,0 3.14,0.15 8.74,1.52 14.16,9.98 14.18,22.14 0,4.04 -0.66,8.68 -1.66,11.5 -0.55,1.56 -0.79,1.9 -1.49,2.13 -0.67,0.22 -1.53,0.65 -2.65,1.31 -0.46,0.27 -0.87,0.5 -0.9,0.5 -0.03,0 0.06,-0.14 0.2,-0.32z"
android:strokeWidth="0.11033" />
<path
android:fillColor="#ffffff"
android:pathData="m213.11,372.21c-0.39,-0.39 -0.28,-1.82 0.25,-3.35 0.3,-0.86 0.6,-1.29 1.59,-2.24 1.67,-1.6 4.54,-3.47 7.95,-5.15 3.3,-1.63 5.43,-2.38 7.56,-2.66 1.89,-0.25 3.28,-0.88 4.8,-2.17 0.64,-0.54 1.33,-1.07 1.54,-1.18 0.55,-0.29 1.22,-0.25 1.49,0.08 0.68,0.82 3.48,1.62 7.64,2.2 6.23,0.86 7.5,1.18 8.64,2.18 0.76,0.67 1.56,2.29 2.06,4.2 0.58,2.19 0.68,2.17 -3.67,0.86 -1.95,-0.58 -4.44,-0.82 -8.6,-0.82 -6.52,0 -13.55,0.8 -17.92,2.05 -2.39,0.68 -7.38,3.2 -9.86,4.98 -1.78,1.28 -2.9,1.61 -3.48,1.03zM215.76,370.3c2.05,-1.05 4.72,-2.81 6.26,-4.13 0.68,-0.59 1.52,-1.16 1.86,-1.28 0.46,-0.16 9.09,-1 11.39,-1.1 0.49,-0.02 -0.39,-0.32 -2.94,-0.98 -2.62,-0.68 -3.59,-1.05 -3.11,-1.2 0.15,-0.04 0.87,-0.17 1.6,-0.29 0.73,-0.11 2.19,-0.41 3.24,-0.66 1.05,-0.25 2.13,-0.43 2.4,-0.4 0.43,0.05 0.49,0.13 0.44,0.55 -0.05,0.42 0.04,0.53 0.61,0.77 2.33,0.97 12,2.21 15.43,1.98 1.21,-0.08 1.49,-0.16 1.87,-0.55 0.61,-0.61 0.62,-1.53 0.02,-2.16 -0.59,-0.63 -2.31,-1.41 -3.91,-1.77 -0.78,-0.18 -2.77,-0.37 -4.8,-0.46 -5.06,-0.23 -6.93,-0.56 -7.31,-1.26 -0.32,-0.6 -1.69,-0.37 -3.99,0.69 -2.73,1.26 -3.83,1.64 -5.4,1.85 -1.76,0.24 -3.04,0.69 -5.45,1.88 -3.47,1.72 -8.39,5.27 -9.72,7.02 -0.58,0.76 -1.05,1.66 -1.05,2.02 0,0.5 0.94,0.31 2.56,-0.52z"
android:strokeWidth="0.177896" />
</vector>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -12,10 +12,11 @@
<ImageView
android:id="@+id/icon"
android:layout_width="98dp"
android:layout_height="98dp"
android:src="@drawable/ic_alert_outline"
app:tint="?attr/colorOnSecondaryContainer" />
android:layout_width="192dp"
android:layout_height="192dp"
android:contentDescription="@null"
android:scaleType="fitCenter"
tools:src="@drawable/ic_empty_favourites" />
<TextView
android:id="@+id/textPrimary"