react-native-unit-components 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/android/src/main/java/com/unitreactnativecomponents/UnitAddToWalletButtonViewManager.kt +27 -0
  2. package/android/src/main/java/com/unitreactnativecomponents/UnitReactNativeComponentsEvent.kt +21 -0
  3. package/android/src/main/java/com/unitreactnativecomponents/UnitReactNativeComponentsPackage.kt +2 -1
  4. package/android/src/main/java/com/unitreactnativecomponents/visapresentation/UNGooglePayView.kt +197 -0
  5. package/android/src/main/res/drawable/ic_launcher_background.xml +170 -0
  6. package/android/src/main/res/drawable/un_add_to_googlepay_button_content.xml +54 -0
  7. package/android/src/main/res/drawable/un_black_add_to_googlepay_button_content.xml +54 -0
  8. package/android/src/main/res/drawable/un_black_googlepay_button_background.xml +6 -0
  9. package/android/src/main/res/drawable/un_black_googlepay_button_background_image.9.png +0 -0
  10. package/android/src/main/res/drawable/un_black_googlepay_button_content.xml +48 -0
  11. package/android/src/main/res/drawable/un_black_googlepay_button_no_shadow_background.xml +6 -0
  12. package/android/src/main/res/drawable/un_black_googlepay_button_no_shadow_background_image.9.png +0 -0
  13. package/android/src/main/res/drawable/un_black_googlepay_button_overlay.xml +12 -0
  14. package/android/src/main/res/drawable/un_border.xml +6 -0
  15. package/android/src/main/res/drawable/un_condensed_googlepay.xml +27 -0
  16. package/android/src/main/res/drawable/un_googlepay_button_background.xml +18 -0
  17. package/android/src/main/res/drawable/un_googlepay_button_background_image.9.png +0 -0
  18. package/android/src/main/res/drawable/un_googlepay_button_background_image_focused.9.png +0 -0
  19. package/android/src/main/res/drawable/un_googlepay_button_background_image_pressed.9.png +0 -0
  20. package/android/src/main/res/drawable/un_googlepay_button_content.xml +48 -0
  21. package/android/src/main/res/drawable/un_googlepay_button_no_shadow_background.xml +18 -0
  22. package/android/src/main/res/drawable/un_googlepay_button_no_shadow_background_image.9.png +0 -0
  23. package/android/src/main/res/drawable/un_googlepay_button_no_shadow_background_image_focused.9.png +0 -0
  24. package/android/src/main/res/drawable/un_googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
  25. package/android/src/main/res/drawable/un_googlepay_button_overlay.xml +11 -0
  26. package/android/src/main/res/drawable/un_ic_launcher_foreground.xml +30 -0
  27. package/android/src/main/res/drawable/un_ic_unit_logo.xml +25 -0
  28. package/android/src/main/res/drawable/un_ic_visa.xml +13 -0
  29. package/android/src/main/res/drawable-bg/un_add_to_googlepay_button_content.xml +54 -0
  30. package/android/src/main/res/drawable-bg/un_black_add_to_googlepay_button_content.xml +54 -0
  31. package/android/src/main/res/drawable-ca/un_add_to_googlepay_button_content.xml +30 -0
  32. package/android/src/main/res/drawable-ca/un_black_add_to_googlepay_button_content.xml +30 -0
  33. package/android/src/main/res/drawable-cs/un_add_to_googlepay_button_content.xml +54 -0
  34. package/android/src/main/res/drawable-cs/un_black_add_to_googlepay_button_content.xml +54 -0
  35. package/android/src/main/res/drawable-da/un_add_to_googlepay_button_content.xml +30 -0
  36. package/android/src/main/res/drawable-da/un_black_add_to_googlepay_button_content.xml +30 -0
  37. package/android/src/main/res/drawable-de/un_add_to_googlepay_button_content.xml +60 -0
  38. package/android/src/main/res/drawable-de/un_black_add_to_googlepay_button_content.xml +60 -0
  39. package/android/src/main/res/drawable-el/un_add_to_googlepay_button_content.xml +67 -0
  40. package/android/src/main/res/drawable-el/un_black_add_to_googlepay_button_content.xml +67 -0
  41. package/android/src/main/res/drawable-es/un_add_to_googlepay_button_content.xml +54 -0
  42. package/android/src/main/res/drawable-es/un_black_add_to_googlepay_button_content.xml +54 -0
  43. package/android/src/main/res/drawable-et/un_add_to_googlepay_button_content.xml +64 -0
  44. package/android/src/main/res/drawable-et/un_black_add_to_googlepay_button_content.xml +64 -0
  45. package/android/src/main/res/drawable-fi/un_add_to_googlepay_button_content.xml +39 -0
  46. package/android/src/main/res/drawable-fi/un_black_add_to_googlepay_button_content.xml +39 -0
  47. package/android/src/main/res/drawable-fr/un_add_to_googlepay_button_content.xml +54 -0
  48. package/android/src/main/res/drawable-fr/un_black_add_to_googlepay_button_content.xml +54 -0
  49. package/android/src/main/res/drawable-hr/un_add_to_googlepay_button_content.xml +54 -0
  50. package/android/src/main/res/drawable-hr/un_black_add_to_googlepay_button_content.xml +54 -0
  51. package/android/src/main/res/drawable-hu/un_add_to_googlepay_button_content.xml +64 -0
  52. package/android/src/main/res/drawable-hu/un_black_add_to_googlepay_button_content.xml +64 -0
  53. package/android/src/main/res/drawable-in/un_add_to_googlepay_button_content.xml +54 -0
  54. package/android/src/main/res/drawable-in/un_black_add_to_googlepay_button_content.xml +54 -0
  55. package/android/src/main/res/drawable-it/un_add_to_googlepay_button_content.xml +54 -0
  56. package/android/src/main/res/drawable-it/un_black_add_to_googlepay_button_content.xml +54 -0
  57. package/android/src/main/res/drawable-iw/un_add_to_googlepay_button_content.xml +41 -0
  58. package/android/src/main/res/drawable-iw/un_black_add_to_googlepay_button_content.xml +41 -0
  59. package/android/src/main/res/drawable-ja/un_add_to_googlepay_button_content.xml +54 -0
  60. package/android/src/main/res/drawable-ja/un_black_add_to_googlepay_button_content.xml +54 -0
  61. package/android/src/main/res/drawable-ko/un_add_to_googlepay_button_content.xml +54 -0
  62. package/android/src/main/res/drawable-ko/un_black_add_to_googlepay_button_content.xml +54 -0
  63. package/android/src/main/res/drawable-lt/un_add_to_googlepay_button_content.xml +70 -0
  64. package/android/src/main/res/drawable-lt/un_black_add_to_googlepay_button_content.xml +70 -0
  65. package/android/src/main/res/drawable-lv/un_add_to_googlepay_button_content.xml +61 -0
  66. package/android/src/main/res/drawable-lv/un_black_add_to_googlepay_button_content.xml +61 -0
  67. package/android/src/main/res/drawable-ms/un_add_to_googlepay_button_content.xml +54 -0
  68. package/android/src/main/res/drawable-ms/un_black_add_to_googlepay_button_content.xml +54 -0
  69. package/android/src/main/res/drawable-nb/un_add_to_googlepay_button_content.xml +30 -0
  70. package/android/src/main/res/drawable-nb/un_black_add_to_googlepay_button_content.xml +30 -0
  71. package/android/src/main/res/drawable-nl/un_add_to_googlepay_button_content.xml +58 -0
  72. package/android/src/main/res/drawable-nl/un_black_add_to_googlepay_button_content.xml +54 -0
  73. package/android/src/main/res/drawable-pl/un_add_to_googlepay_button_content.xml +30 -0
  74. package/android/src/main/res/drawable-pl/un_black_add_to_googlepay_button_content.xml +30 -0
  75. package/android/src/main/res/drawable-pt/un_add_to_googlepay_button_content.xml +54 -0
  76. package/android/src/main/res/drawable-pt/un_black_add_to_googlepay_button_content.xml +54 -0
  77. package/android/src/main/res/drawable-ro/un_add_to_googlepay_button_content.xml +58 -0
  78. package/android/src/main/res/drawable-ro/un_black_add_to_googlepay_button_content.xml +58 -0
  79. package/android/src/main/res/drawable-ru/un_add_to_googlepay_button_content.xml +54 -0
  80. package/android/src/main/res/drawable-ru/un_black_add_to_googlepay_button_content.xml +54 -0
  81. package/android/src/main/res/drawable-sk/un_add_to_googlepay_button_content.xml +54 -0
  82. package/android/src/main/res/drawable-sk/un_black_add_to_googlepay_button_content.xml +54 -0
  83. package/android/src/main/res/drawable-sl/un_add_to_googlepay_button_content.xml +54 -0
  84. package/android/src/main/res/drawable-sl/un_black_add_to_googlepay_button_content.xml +54 -0
  85. package/android/src/main/res/drawable-sr/un_add_to_googlepay_button_content.xml +54 -0
  86. package/android/src/main/res/drawable-sr/un_black_add_to_googlepay_button_content.xml +54 -0
  87. package/android/src/main/res/drawable-sv/un_add_to_googlepay_button_content.xml +30 -0
  88. package/android/src/main/res/drawable-sv/un_black_add_to_googlepay_button_content.xml +30 -0
  89. package/android/src/main/res/drawable-th/un_add_to_googlepay_button_content.xml +54 -0
  90. package/android/src/main/res/drawable-th/un_black_add_to_googlepay_button_content.xml +54 -0
  91. package/android/src/main/res/drawable-tr/un_add_to_googlepay_button_content.xml +54 -0
  92. package/android/src/main/res/drawable-tr/un_black_add_to_googlepay_button_content.xml +54 -0
  93. package/android/src/main/res/drawable-uk/un_add_to_googlepay_button_content.xml +54 -0
  94. package/android/src/main/res/drawable-uk/un_black_add_to_googlepay_button_content.xml +54 -0
  95. package/android/src/main/res/drawable-v21/un_black_googlepay_button_background.xml +7 -0
  96. package/android/src/main/res/drawable-v21/un_black_googlepay_button_background_image.9.png +0 -0
  97. package/android/src/main/res/drawable-v21/un_black_googlepay_button_no_shadow_background.xml +7 -0
  98. package/android/src/main/res/drawable-v21/un_black_googlepay_button_no_shadow_background_image.9.png +0 -0
  99. package/android/src/main/res/drawable-v24/ic_launcher_background.xml +170 -0
  100. package/android/src/main/res/drawable-v24/un_border.xml +6 -0
  101. package/android/src/main/res/drawable-v24/un_ic_launcher_foreground.xml +30 -0
  102. package/android/src/main/res/drawable-v24/un_ic_unit_logo.xml +25 -0
  103. package/android/src/main/res/drawable-v24/un_ic_visa.xml +13 -0
  104. package/android/src/main/res/drawable-zh/un_add_to_googlepay_button_content.xml +54 -0
  105. package/android/src/main/res/drawable-zh/un_black_add_to_googlepay_button_content.xml +54 -0
  106. package/android/src/main/res/layout/un_black_add_to_googlepay_button.xml +32 -0
  107. package/android/src/main/res/layout/un_view_google_push_provisioning.xml +45 -0
  108. package/android/src/main/res/layout/un_white_add_to_googlepay_button.xml +31 -0
  109. package/android/src/main/res/layout/un_white_add_to_googlepay_button_no_shadow.xml +31 -0
  110. package/android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +5 -0
  111. package/android/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +5 -0
  112. package/android/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
  113. package/android/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
  114. package/android/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
  115. package/android/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
  116. package/android/src/main/res/mipmap-xhdpi/black_googlepay_button_background_image.9.png +0 -0
  117. package/android/src/main/res/mipmap-xhdpi/black_googlepay_button_no_shadow_background_image.9.png +0 -0
  118. package/android/src/main/res/mipmap-xhdpi/googlepay_button_background_image.9.png +0 -0
  119. package/android/src/main/res/mipmap-xhdpi/googlepay_button_background_image_focused.9.png +0 -0
  120. package/android/src/main/res/mipmap-xhdpi/googlepay_button_background_image_pressed.9.png +0 -0
  121. package/android/src/main/res/mipmap-xhdpi/googlepay_button_no_shadow_background_image_focused.9.png +0 -0
  122. package/android/src/main/res/mipmap-xhdpi/googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
  123. package/android/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
  124. package/android/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
  125. package/android/src/main/res/mipmap-xhdpi/white_googlepay_button_no_shadow_background_image.9.png +0 -0
  126. package/android/src/main/res/mipmap-xxhdpi/black_googlepay_button_background_image.9.png +0 -0
  127. package/android/src/main/res/mipmap-xxhdpi/black_googlepay_button_no_shadow_background_image.9.png +0 -0
  128. package/android/src/main/res/mipmap-xxhdpi/googlepay_button_background_image.9.png +0 -0
  129. package/android/src/main/res/mipmap-xxhdpi/googlepay_button_background_image_focused.9.png +0 -0
  130. package/android/src/main/res/mipmap-xxhdpi/googlepay_button_background_image_pressed.9.png +0 -0
  131. package/android/src/main/res/mipmap-xxhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
  132. package/android/src/main/res/mipmap-xxhdpi/googlepay_button_no_shadow_background_image_focused.9.png +0 -0
  133. package/android/src/main/res/mipmap-xxhdpi/googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
  134. package/android/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
  135. package/android/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
  136. package/android/src/main/res/mipmap-xxxhdpi/black_googlepay_button_background_image.9.png +0 -0
  137. package/android/src/main/res/mipmap-xxxhdpi/black_googlepay_button_no_shadow_background_image.9.png +0 -0
  138. package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_background_image.9.png +0 -0
  139. package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_background_image_focused.9.png +0 -0
  140. package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_background_image_pressed.9.png +0 -0
  141. package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
  142. package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_no_shadow_background_image_focused.9.png +0 -0
  143. package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
  144. package/android/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
  145. package/android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
  146. package/android/src/main/res/values/colors.xml +14 -0
  147. package/android/src/main/res/values/googlepay_strings.xml +7 -0
  148. package/android/src/main/res/values/strings.xml +4 -0
  149. package/android/src/main/res/values/themes.xml +16 -0
  150. package/android/src/main/res/values-night/themes.xml +16 -0
  151. package/ios/UnitReactNativeComponents.xcodeproj/project.pbxproj +8 -8
  152. package/ios/UnitReactNativeComponentsViewManager.m +3 -2
  153. package/ios/UnitReactNativeComponentsViewManager.swift +39 -25
  154. package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.js +39 -8
  155. package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.js.map +1 -1
  156. package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.utils.js +0 -3
  157. package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.utils.js.map +1 -1
  158. package/lib/commonjs/components/UNBookPaymentComponent/UNBookPaymentComponent.js +41 -10
  159. package/lib/commonjs/components/UNBookPaymentComponent/UNBookPaymentComponent.js.map +1 -1
  160. package/lib/commonjs/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.js +0 -3
  161. package/lib/commonjs/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.js.map +1 -1
  162. package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.js +39 -6
  163. package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.js.map +1 -1
  164. package/lib/commonjs/components/UNCardComponent/UNCardComponent.js +2 -1
  165. package/lib/commonjs/components/UNCardComponent/UNCardComponent.js.map +1 -1
  166. package/lib/commonjs/components/UNCardComponent/UNCardComponent.utils.js +0 -3
  167. package/lib/commonjs/components/UNCardComponent/UNCardComponent.utils.js.map +1 -1
  168. package/lib/commonjs/helpers/BottomSheet/BottomSheet.js +7 -6
  169. package/lib/commonjs/helpers/BottomSheet/BottomSheet.js.map +1 -1
  170. package/lib/commonjs/messages/nativeMessages/index.js +1 -0
  171. package/lib/commonjs/messages/nativeMessages/index.js.map +1 -1
  172. package/lib/commonjs/messages/webMessages/pageMessage.js.map +1 -1
  173. package/lib/commonjs/nativeComponent/UNNativeAddToWalletButton.js +13 -0
  174. package/lib/commonjs/nativeComponent/UNNativeAddToWalletButton.js.map +1 -0
  175. package/lib/commonjs/scripts/html/bodyHtml.js +1 -1
  176. package/lib/commonjs/scripts/html/bodyHtml.js.map +1 -1
  177. package/lib/commonjs/unitSdkManager/UnitSdkManager.js +8 -0
  178. package/lib/commonjs/unitSdkManager/UnitSdkManager.js.map +1 -1
  179. package/lib/commonjs/webComponent/WebComponent.js +31 -6
  180. package/lib/commonjs/webComponent/WebComponent.js.map +1 -1
  181. package/lib/module/components/UNActivityComponent/UNActivityComponent.js +33 -7
  182. package/lib/module/components/UNActivityComponent/UNActivityComponent.js.map +1 -1
  183. package/lib/module/components/UNActivityComponent/UNActivityComponent.utils.js +0 -2
  184. package/lib/module/components/UNActivityComponent/UNActivityComponent.utils.js.map +1 -1
  185. package/lib/module/components/UNBookPaymentComponent/UNBookPaymentComponent.js +36 -9
  186. package/lib/module/components/UNBookPaymentComponent/UNBookPaymentComponent.js.map +1 -1
  187. package/lib/module/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.js +0 -2
  188. package/lib/module/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.js.map +1 -1
  189. package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.js +37 -5
  190. package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.js.map +1 -1
  191. package/lib/module/components/UNCardComponent/UNCardComponent.js +2 -1
  192. package/lib/module/components/UNCardComponent/UNCardComponent.js.map +1 -1
  193. package/lib/module/components/UNCardComponent/UNCardComponent.utils.js +0 -2
  194. package/lib/module/components/UNCardComponent/UNCardComponent.utils.js.map +1 -1
  195. package/lib/module/helpers/BottomSheet/BottomSheet.js +7 -6
  196. package/lib/module/helpers/BottomSheet/BottomSheet.js.map +1 -1
  197. package/lib/module/messages/nativeMessages/index.js +1 -0
  198. package/lib/module/messages/nativeMessages/index.js.map +1 -1
  199. package/lib/module/messages/webMessages/pageMessage.js.map +1 -1
  200. package/lib/module/nativeComponent/UNNativeAddToWalletButton.js +4 -0
  201. package/lib/module/nativeComponent/UNNativeAddToWalletButton.js.map +1 -0
  202. package/lib/module/scripts/html/bodyHtml.js +1 -1
  203. package/lib/module/scripts/html/bodyHtml.js.map +1 -1
  204. package/lib/module/unitSdkManager/UnitSdkManager.js +3 -0
  205. package/lib/module/unitSdkManager/UnitSdkManager.js.map +1 -1
  206. package/lib/module/webComponent/WebComponent.js +29 -6
  207. package/lib/module/webComponent/WebComponent.js.map +1 -1
  208. package/lib/typescript/components/UNBottomSheetComponent/UNBottomSheetComponent.d.ts +6 -0
  209. package/lib/typescript/helpers/BottomSheet/BottomSheet.d.ts +2 -0
  210. package/lib/typescript/messages/nativeMessages/index.d.ts +2 -1
  211. package/lib/typescript/nativeComponent/UNNativeAddToWalletButton.d.ts +6 -0
  212. package/lib/typescript/unitSdkManager/UnitSdkManager.d.ts +1 -1
  213. package/lib/typescript/webComponent/WebComponent.d.ts +5 -2
  214. package/package.json +1 -1
  215. package/src/components/UNActivityComponent/UNActivityComponent.tsx +33 -7
  216. package/src/components/UNActivityComponent/UNActivityComponent.utils.ts +0 -2
  217. package/src/components/UNBookPaymentComponent/UNBookPaymentComponent.tsx +35 -9
  218. package/src/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.ts +0 -2
  219. package/src/components/UNBottomSheetComponent/UNBottomSheetComponent.tsx +35 -4
  220. package/src/components/UNCardComponent/UNCardComponent.tsx +2 -1
  221. package/src/components/UNCardComponent/UNCardComponent.utils.ts +0 -2
  222. package/src/helpers/BottomSheet/BottomSheet.tsx +7 -5
  223. package/src/messages/nativeMessages/index.ts +2 -1
  224. package/src/messages/webMessages/pageMessage.ts +1 -1
  225. package/src/nativeComponent/UNNativeAddToWalletButton.tsx +12 -0
  226. package/src/scripts/html/bodyHtml.ts +1 -1
  227. package/src/unitSdkManager/UnitSdkManager.ts +4 -1
  228. package/src/webComponent/WebComponent.tsx +33 -9
  229. package/android/src/main/java/com/unitreactnativecomponents/UnitReactNativeComponentsViewManager.kt +0 -19
  230. package/lib/commonjs/nativeComponenet/NativeComponentExample.js +0 -19
  231. package/lib/commonjs/nativeComponenet/NativeComponentExample.js.map +0 -1
  232. package/lib/module/nativeComponenet/NativeComponentExample.js +0 -10
  233. package/lib/module/nativeComponenet/NativeComponentExample.js.map +0 -1
  234. package/lib/typescript/nativeComponenet/NativeComponentExample.d.ts +0 -7
  235. package/src/nativeComponenet/NativeComponentExample.tsx +0 -26
@@ -0,0 +1,30 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="102dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="102"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M0.1,3h1.6v8.5L6,11.5L6,13L0.1,13L0.1,3zM10.6,13.2c-0.7,0 -1.3,-0.2 -1.9,-0.5c-0.6,-0.3 -1,-0.8 -1.3,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9c0,-0.7 0.2,-1.3 0.5,-1.9s0.7,-1 1.3,-1.4c0.5,-0.3 1.2,-0.5 1.8,-0.5c0.7,0 1.3,0.2 1.9,0.5s0.9,0.8 1.2,1.3C13.9,8 14,8.6 14,9.3c0,0.1 0,0.3 0,0.5L8.5,9.8c0.1,0.7 0.3,1.2 0.7,1.5c0.4,0.4 0.9,0.5 1.4,0.5c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8l1.3,0.6c-0.3,0.6 -0.8,1 -1.3,1.4C12,13.1 11.4,13.2 10.6,13.2zM12.4,8.6c0,-0.3 -0.1,-0.5 -0.2,-0.7c-0.1,-0.2 -0.4,-0.5 -0.6,-0.6S10.9,7 10.5,7c-0.5,0 -0.9,0.1 -1.3,0.4C8.9,7.7 8.7,8.1 8.6,8.6L12.4,8.6zM18.8,16.2c-0.9,0 -1.6,-0.2 -2.2,-0.6s-1,-0.9 -1.2,-1.4l1.4,-0.6c0.1,0.4 0.4,0.7 0.7,0.9s0.7,0.3 1.2,0.3c0.7,0 1.2,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.6L20.8,12h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8c-0.4,0.2 -0.8,0.3 -1.3,0.3c-0.6,0 -1.2,-0.2 -1.7,-0.5s-0.9,-0.7 -1.2,-1.3s-0.5,-1.2 -0.5,-1.9s0.2,-1.4 0.5,-1.9s0.7,-1 1.2,-1.3s1.1,-0.5 1.7,-0.5c0.5,0 0.9,0.1 1.3,0.3c0.4,0.2 0.7,0.5 0.9,0.8h0.1L20.8,5.9h1.5v6.7c0,0.8 -0.1,1.4 -0.4,2c-0.3,0.5 -0.7,1 -1.3,1.2C20.2,16.1 19.5,16.2 18.8,16.2zM18.9,11.7c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.6,-0.4 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.2c0,-0.7 -0.2,-1.3 -0.6,-1.7c-0.4,-0.4 -0.9,-0.6 -1.5,-0.6c-0.4,0 -0.7,0.1 -1,0.3c-0.3,0.2 -0.6,0.4 -0.8,0.8c-0.2,0.3 -0.3,0.8 -0.3,1.2c0,0.5 0.1,0.9 0.3,1.2s0.4,0.6 0.8,0.8C18.1,11.6 18.5,11.7 18.9,11.7zM27.5,16.2c-0.9,0 -1.6,-0.2 -2.2,-0.6s-1,-0.9 -1.2,-1.4l1.4,-0.6c0.1,0.4 0.4,0.7 0.7,0.9s0.7,0.3 1.2,0.3c0.7,0 1.2,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.6L29.5,12h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8s-0.8,0.3 -1.3,0.3c-0.6,0 -1.2,-0.2 -1.7,-0.5s-0.9,-0.7 -1.2,-1.3c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9S24,8 24.3,7.4c0.3,-0.6 0.7,-1 1.2,-1.3s1.1,-0.5 1.7,-0.5c0.5,0 0.9,0.1 1.3,0.3c0.4,0.2 0.7,0.5 0.9,0.8h0.1L29.5,5.9h1.5v6.7c0,0.8 -0.1,1.4 -0.4,2c-0.3,0.5 -0.7,1 -1.3,1.2S28.2,16.2 27.5,16.2zM27.5,11.7c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.6,-0.4 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.2c0,-0.7 -0.2,-1.3 -0.6,-1.7c-0.4,-0.4 -0.9,-0.6 -1.5,-0.6c-0.4,0 -0.7,0.1 -1.1,0.3c-0.3,0.2 -0.6,0.4 -0.8,0.8c-0.2,0.3 -0.3,0.8 -0.3,1.2c0,0.5 0.1,0.9 0.3,1.2c0.2,0.3 0.4,0.6 0.8,0.8C26.8,11.6 27.1,11.7 27.5,11.7zM39.4,13.1c-0.3,0 -0.6,-0.1 -0.9,-0.2c-0.3,-0.1 -0.5,-0.2 -0.7,-0.4c-0.4,-0.4 -0.6,-0.9 -0.6,-1.6L37.2,7.2h-1.2L36,5.9h1.2v-2h1.5v2h1.7v1.4h-1.7v3.4c0,0.4 0.1,0.7 0.2,0.8c0.1,0.2 0.4,0.3 0.7,0.3c0.2,0 0.3,0 0.4,-0.1c0.1,0 0.3,-0.1 0.4,-0.2v1.5C40.2,13 39.8,13.1 39.4,13.1zM43,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3C42.1,4.3 42,4.1 42,3.8s0.1,-0.5 0.3,-0.7s0.4,-0.3 0.7,-0.3s0.5,0.1 0.7,0.3s0.3,0.4 0.3,0.7S44,4.3 43.8,4.5C43.6,4.7 43.3,4.8 43,4.8zM42.3,5.9h1.5L43.8,13h-1.5L42.3,5.9zM45.9,3h1.5v10h-1.5L45.9,3zM53.7,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3c-0.2,-0.2 -0.3,-0.4 -0.3,-0.7s0.1,-0.5 0.3,-0.7c0.2,-0.2 0.4,-0.3 0.7,-0.3c0.3,0 0.5,0.1 0.7,0.3s0.3,0.4 0.3,0.7s-0.1,0.5 -0.3,0.7C54.2,4.7 54,4.8 53.7,4.8zM52.9,5.9h1.5L54.4,13h-1.5L52.9,5.9z"
8
+ android:fillColor="#FFFFFF"/>
9
+ <path
10
+ android:pathData="M80.477,2.587v4.1h2.5c0.6,0 1.1,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.4c0,-0.5 -0.2,-1 -0.6,-1.4C84.177,2.887 83.677,2.587 83.077,2.587L80.477,2.587L80.477,2.587zM80.477,8.187v4.7L78.977,12.887L78.977,1.187h4c1,0 1.9,0.3 2.6,1c0.7,0.7 1.1,1.5 1.1,2.5c0,1 -0.4,1.8 -1.1,2.5c-0.7,0.7 -1.6,1 -2.6,1L80.477,8.187L80.477,8.187z"
11
+ android:fillColor="#FFFFFF"/>
12
+ <path
13
+ android:pathData="M88.177,10.487c0,0.4 0.2,0.7 0.5,1c0.3,0.3 0.7,0.4 1.2,0.4c0.6,0 1.2,-0.2 1.7,-0.7c0.5,-0.5 0.7,-1 0.7,-1.6c-0.5,-0.4 -1.1,-0.6 -2,-0.6c-0.6,0 -1.1,0.1 -1.5,0.4C88.377,9.687 88.177,9.987 88.177,10.487M90.177,4.587c1.1,0 2,0.3 2.6,0.9c0.6,0.6 1,1.4 1,2.4v4.9h-1.4v-1.1h-0.1c-0.6,0.9 -1.5,1.4 -2.5,1.4c-0.9,0 -1.6,-0.3 -2.2,-0.8c-0.6,-0.5 -0.9,-1.2 -0.9,-2c0,-0.8 0.3,-1.5 0.9,-2c0.6,-0.5 1.5,-0.7 2.5,-0.7c0.9,0 1.6,0.2 2.2,0.5L92.277,7.887c0,-0.5 -0.2,-1 -0.6,-1.3c-0.4,-0.4 -0.9,-0.5 -1.5,-0.5c-0.8,0 -1.5,0.4 -2,1.1L86.877,6.187C87.677,5.187 88.677,4.587 90.177,4.587"
14
+ android:fillColor="#FFFFFF"/>
15
+ <path
16
+ android:pathData="M101.961,4.847l-5,11.6l-1.5,0l1.8,-4.1l-3.3,-7.5l1.7,0l2.3,5.8l0.1,0l2.3,-5.8z"
17
+ android:fillColor="#FFFFFF"/>
18
+ <path
19
+ android:pathData="M74.461,7.161c0,-0.5 0,-0.9 -0.1,-1.4L67.961,5.761v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C73.761,10.861 74.461,9.161 74.461,7.161"
20
+ android:fillColor="#4285F4"/>
21
+ <path
22
+ android:pathData="M67.961,13.661c1.8,0 3.3,-0.6 4.5,-1.6L70.261,10.361c-0.6,0.4 -1.4,0.6 -2.3,0.6C66.261,11.061 64.761,9.861 64.261,8.261L61.961,8.261v1.7C63.061,12.161 65.361,13.661 67.961,13.661"
23
+ android:fillColor="#34A853"/>
24
+ <path
25
+ android:pathData="M64.261,8.261C64.061,7.861 63.961,7.461 63.961,6.961S64.061,6.061 64.261,5.661L64.261,3.961L61.961,3.961C61.561,4.861 61.261,5.861 61.261,6.961s0.3,2.1 0.7,3L64.261,8.261z"
26
+ android:fillColor="#FABB05"/>
27
+ <path
28
+ android:pathData="M67.961,2.961c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C71.361,0.961 69.761,0.261 67.961,0.261c-2.6,0 -4.9,1.5 -6,3.7L64.261,5.661C64.761,4.061 66.261,2.961 67.961,2.961"
29
+ android:fillColor="#E94235"/>
30
+ </vector>
@@ -0,0 +1,58 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="118dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="118"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M96.526,2.635L96.526,6.718h2.518a1.988,1.988 0,0 0,1.488 -0.6,1.99 1.99,0 0,0 0,-2.858 1.961,1.961 0,0 0,-1.488 -0.621L96.526,2.639ZM96.526,8.155v4.736h-1.5L95.026,1.2h3.989a3.606,3.606 0,0 1,2.583 1.012,3.253 3.253,0 0,1 1.08,2.466 3.236,3.236 0,0 1,-1.08 2.482,3.6 3.6,0 0,1 -2.583,1L96.526,8.16Z"
8
+ android:fillColor="#5f6368"
9
+ android:fillType="evenOdd"/>
10
+ <path
11
+ android:pathData="M104.194,10.442a1.2,1.2 0,0 0,0.5 0.979,1.83 1.83,0 0,0 1.168,0.392 2.4,2.4 0,0 0,1.692 -0.7,2.2 2.2,0 0,0 0.744,-1.649 3.089,3.089 0,0 0,-1.962 -0.556,2.546 2.546,0 0,0 -1.528,0.442 1.306,1.306 0,0 0,-0.613 1.093m1.946,-5.815a3.734,3.734 0,0 1,2.633 0.891,3.16 3.16,0 0,1 0.964,2.441v4.932H108.3v-1.11h-0.065a2.875,2.875 0,0 1,-2.486 1.372,3.236 3.236,0 0,1 -2.215,-0.784 2.5,2.5 0,0 1,-0.891 -1.96,2.377 2.377,0 0,1 0.94,-1.976A3.964,3.964 0,0 1,106.09 7.7a4.44,4.44 0,0 1,2.207 0.49V7.844a1.711,1.711 0,0 0,-0.621 -1.331,2.136 2.136,0 0,0 -1.455,-0.546 2.3,2.3 0,0 0,-2 1.062L102.9,6.2a3.7,3.7 0,0 1,3.239 -1.568"
12
+ android:fillColor="#5f6368"
13
+ android:fillType="evenOdd"/>
14
+ <path
15
+ android:pathData="M117.993,4.889l-5.02,11.53H111.42l1.864,-4.034 -3.3,-7.5h1.636L114,10.637h0.032l2.322,-5.748Z"
16
+ android:fillColor="#5f6368"
17
+ android:fillType="evenOdd"/>
18
+ <path
19
+ android:pathData="M90.448,7.134a7.966,7.966 0,0 0,-0.116 -1.366H83.988V8.356h3.634A3.112,3.112 0,0 1,86.278 10.4v1.681h2.169a6.576,6.576 0,0 0,2 -4.945"
20
+ android:fillColor="#4285f4"
21
+ android:fillType="evenOdd"/>
22
+ <path
23
+ android:pathData="M83.988,13.7a6.446,6.446 0,0 0,4.459 -1.622L86.278,10.4a4.08,4.08 0,0 1,-6.066 -2.131H77.978V10a6.728,6.728 0,0 0,6.01 3.7"
24
+ android:fillColor="#34a853"
25
+ android:fillType="evenOdd"/>
26
+ <path
27
+ android:pathData="M80.212,8.267a4.024,4.024 0,0 1,0 -2.572V3.964H77.978a6.706,6.706 0,0 0,0 6.034Z"
28
+ android:fillColor="#fabb05"
29
+ android:fillType="evenOdd"/>
30
+ <path
31
+ android:pathData="M83.988,2.921a3.656,3.656 0,0 1,2.581 1.008h0l1.92,-1.918a6.469,6.469 0,0 0,-4.5 -1.75,6.727 6.727,0 0,0 -6.01,3.7L80.212,5.7a4.024,4.024 0,0 1,3.776 -2.774"
32
+ android:fillColor="#e94235"
33
+ android:fillType="evenOdd"/>
34
+ <path
35
+ android:pathData="M0.361,2.833H1.952V7.66h0.085L6.155,2.833H8.143v0.085L4.408,7.206l4.047,5.709V13H6.51L3.329,8.441 1.952,10.032V13H0.361Z"
36
+ android:fillColor="#3c4043"/>
37
+ <path
38
+ android:pathData="M10.685,12.737A3.511,3.511 0,0 1,9.371 11.4,3.871 3.871,0 0,1 8.9,9.479a3.863,3.863 0,0 1,0.475 -1.917A3.493,3.493 0,0 1,10.685 6.22a3.9,3.9 0,0 1,3.791 0,3.438 3.438,0 0,1 1.306,1.342 3.9,3.9 0,0 1,0.469 1.917,3.91 3.91,0 0,1 -0.469,1.917 3.456,3.456 0,0 1,-1.306 1.341,3.911 3.911,0 0,1 -3.791,0ZM13.624,11.509a2.144,2.144 0,0 0,0.781 -0.81,2.424 2.424,0 0,0 0.3,-1.22 2.459,2.459 0,0 0,-0.3 -1.236,2.1 2.1,0 0,0 -2.876,-0.8 2.025,2.025 0,0 0,-0.78 0.8,2.5 2.5,0 0,0 -0.291,1.236 2.434,2.434 0,0 0,0.3 1.22,2.154 2.154,0 0,0 0.782,0.81 2.009,2.009 0,0 0,1.036 0.284A2.039,2.039 0,0 0,13.624 11.509Z"
39
+ android:fillColor="#3c4043"/>
40
+ <path
41
+ android:pathData="M17.657,5.957h1.476v0.908h0.086a2.322,2.322 0,0 1,0.9 -0.809,2.829 2.829,0 0,1 1.371,-0.327 3.127,3.127 0,0 1,1.682 0.483,3.494 3.494,0 0,1 1.236,1.342 4.012,4.012 0,0 1,0.461 1.925,3.972 3.972,0 0,1 -0.461,1.917 3.571,3.571 0,0 1,-1.236 1.341,3.091 3.091,0 0,1 -1.682,0.49A2.829,2.829 0,0 1,20.12 12.9a2.276,2.276 0,0 1,-0.9 -0.823h-0.086l0.086,0.993v3L17.657,16.07ZM22.25,11.509a2.1,2.1 0,0 0,0.767 -0.817,2.678 2.678,0 0,0 0,-2.428 2.1,2.1 0,0 0,-0.767 -0.817,2.008 2.008,0 0,0 -2.059,0 2.125,2.125 0,0 0,-0.767 0.81,2.482 2.482,0 0,0 -0.291,1.222 2.474,2.474 0,0 0,0.291 1.22,2.118 2.118,0 0,0 0.767,0.81 2.008,2.008 0,0 0,2.059 0Z"
42
+ android:fillColor="#3c4043"/>
43
+ <path
44
+ android:pathData="M27.774,12.744a3.389,3.389 0,0 1,-1.3 -1.342,3.953 3.953,0 0,1 -0.469,-1.923A4,4 0,0 1,26.454 7.6a3.408,3.408 0,0 1,3.1 -1.868,3.561 3.561,0 0,1 1.853,0.469 3.062,3.062 0,0 1,1.2 1.3,4.242 4.242,0 0,1 0.412,1.91 2.455,2.455 0,0 1,-0.014 0.256c-0.01,0.085 -0.014,0.133 -0.014,0.142L27.568,9.809a2.052,2.052 0,0 0,0.7 1.491,2.148 2.148,0 0,0 1.42,0.525 2.058,2.058 0,0 0,1.875 -1.135l1.334,0.638a3.655,3.655 0,0 1,-1.3 1.385,3.617 3.617,0 0,1 -1.952,0.518A3.657,3.657 0,0 1,27.774 12.744ZM31.431,8.612a1.728,1.728 0,0 0,-0.227 -0.7,1.669 1.669,0 0,0 -0.618,-0.6 2.025,2.025 0,0 0,-1.044 -0.248,1.8 1.8,0 0,0 -1.2,0.426 2.147,2.147 0,0 0,-0.689 1.122Z"
45
+ android:fillColor="#3c4043"/>
46
+ <path
47
+ android:pathData="M34.555,5.957h1.477v0.937h0.085a2.359,2.359 0,0 1,0.908 -0.838,2.649 2.649,0 0,1 1.293,-0.327A2.5,2.5 0,0 1,40.3 6.5a3.1,3.1 0,0 1,0.674 2.116V13H39.411V8.825q0,-1.66 -1.548,-1.662a1.522,1.522 0,0 0,-1.263 0.625,2.341 2.341,0 0,0 -0.483,1.478V13H34.555Z"
48
+ android:fillColor="#3c4043"/>
49
+ <path
50
+ android:pathData="M46.284,5.957h1.477v0.937h0.085a2.359,2.359 0,0 1,0.908 -0.838A2.565,2.565 0,0 1,50 5.729a2.474,2.474 0,0 1,1.335 0.355,2.15 2.15,0 0,1 0.838,0.952 2.755,2.755 0,0 1,0.987 -0.952,2.787 2.787,0 0,1 1.413,-0.355 2.31,2.31 0,0 1,1.874 0.76,3.109 3.109,0 0,1 0.639,2.066V13H55.528V8.811a1.86,1.86 0,0 0,-0.348 -1.264,1.319 1.319,0 0,0 -1.03,-0.384 1.441,1.441 0,0 0,-1.213 0.618,2.43 2.43,0 0,0 -0.462,1.5V13H50.913V8.811a1.838,1.838 0,0 0,-0.355 -1.264,1.382 1.382,0 0,0 -1.065,-0.384 1.412,1.412 0,0 0,-1.193 0.618,2.457 2.457,0 0,0 -0.454,1.5V13H46.284Z"
51
+ android:fillColor="#3c4043"/>
52
+ <path
53
+ android:pathData="M60.335,12.744a3.4,3.4 0,0 1,-1.3 -1.342,3.963 3.963,0 0,1 -0.468,-1.923A4,4 0,0 1,59.015 7.6a3.408,3.408 0,0 1,3.1 -1.868A3.563,3.563 0,0 1,63.97 6.2a3.062,3.062 0,0 1,1.2 1.3,4.255 4.255,0 0,1 0.412,1.91 2.211,2.211 0,0 1,-0.015 0.256c-0.009,0.085 -0.013,0.133 -0.013,0.142L60.129,9.808a2.052,2.052 0,0 0,0.7 1.491,2.146 2.146,0 0,0 1.42,0.525 2.055,2.055 0,0 0,1.874 -1.135l1.335,0.638a3.65,3.65 0,0 1,-1.3 1.385,3.613 3.613,0 0,1 -1.952,0.518A3.656,3.656 0,0 1,60.335 12.744ZM63.991,8.612a1.726,1.726 0,0 0,-0.226 -0.7,1.664 1.664,0 0,0 -0.619,-0.6A2.018,2.018 0,0 0,62.1 7.064a1.8,1.8 0,0 0,-1.2 0.426,2.14 2.14,0 0,0 -0.689,1.122Z"
54
+ android:fillColor="#3c4043"/>
55
+ <path
56
+ android:pathData="M68.926,13.075a1.821,1.821 0,0 1,-0.675 -0.428,2.281 2.281,0 0,1 -0.61,-1.693V7.334H66.405V5.957h1.236v-2.1H69.2v2.1h1.719V7.334H69.2v3.294a1.241,1.241 0,0 0,0.228 0.845,0.8 0.8,0 0,0 0.7,0.292 1.543,1.543 0,0 0,0.809 -0.242v1.519a3.249,3.249 0,0 1,-1.136 0.185A2.464,2.464 0,0 1,68.926 13.075Z"
57
+ android:fillColor="#3c4043"/>
58
+ </vector>
@@ -0,0 +1,54 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="147dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="147"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M3.178,4.474L0.378,4.474L0.378,2.976L7.546,2.976L7.546,4.474L4.746,4.474L4.746,13L3.178,13L3.178,4.474ZM11.182,13.224C10.463,13.224 9.819,13.058 9.25,12.727C8.681,12.396 8.237,11.941 7.92,11.362C7.603,10.783 7.444,10.139 7.444,9.43C7.444,8.721 7.603,8.077 7.92,7.498C8.237,6.919 8.681,6.464 9.25,6.133C9.819,5.802 10.463,5.636 11.182,5.636C11.901,5.636 12.545,5.804 13.114,6.14C13.683,6.476 14.127,6.933 14.444,7.512C14.761,8.091 14.92,8.73 14.92,9.43C14.92,10.139 14.761,10.783 14.444,11.362C14.127,11.941 13.683,12.396 13.114,12.727C12.545,13.058 11.901,13.224 11.182,13.224ZM11.182,11.81C11.574,11.81 11.938,11.714 12.274,11.523C12.61,11.332 12.878,11.056 13.079,10.697C13.28,10.338 13.38,9.915 13.38,9.43C13.38,8.945 13.28,8.525 13.079,8.17C12.878,7.815 12.61,7.542 12.274,7.351C11.938,7.16 11.574,7.064 11.182,7.064C10.79,7.064 10.426,7.16 10.09,7.351C9.754,7.542 9.486,7.815 9.285,8.17C9.084,8.525 8.984,8.945 8.984,9.43C8.984,9.915 9.084,10.338 9.285,10.697C9.486,11.056 9.754,11.332 10.09,11.523C10.426,11.714 10.79,11.81 11.182,11.81ZM19.746,13.224C19.046,13.224 18.418,13.061 17.863,12.734C17.308,12.407 16.874,11.957 16.561,11.383C16.248,10.809 16.092,10.163 16.092,9.444C16.092,8.763 16.244,8.13 16.547,7.547C16.85,6.964 17.273,6.499 17.814,6.154C18.355,5.809 18.971,5.636 19.662,5.636C20.381,5.636 21.004,5.795 21.531,6.112C22.058,6.429 22.46,6.863 22.735,7.414C23.01,7.965 23.148,8.585 23.148,9.276C23.148,9.407 23.134,9.57 23.106,9.766L17.632,9.766C17.688,10.429 17.924,10.94 18.339,11.299C18.754,11.658 19.237,11.838 19.788,11.838C20.227,11.838 20.607,11.738 20.929,11.537C21.251,11.336 21.51,11.063 21.706,10.718L23.008,11.334C22.672,11.922 22.233,12.384 21.692,12.72C21.151,13.056 20.502,13.224 19.746,13.224ZM21.58,8.59C21.561,8.338 21.482,8.088 21.342,7.841C21.202,7.594 20.99,7.386 20.705,7.218C20.42,7.05 20.073,6.966 19.662,6.966C19.167,6.966 18.75,7.113 18.409,7.407C18.068,7.701 17.833,8.095 17.702,8.59L21.58,8.59ZM23.76,5.86L25.482,5.86L27.456,11.012L27.512,11.012L29.528,5.86L31.208,5.86L28.24,13L26.7,13L23.76,5.86ZM35.488,13.224C34.769,13.224 34.125,13.058 33.556,12.727C32.987,12.396 32.543,11.941 32.226,11.362C31.909,10.783 31.75,10.139 31.75,9.43C31.75,8.721 31.909,8.077 32.226,7.498C32.543,6.919 32.987,6.464 33.556,6.133C34.125,5.802 34.769,5.636 35.488,5.636C36.207,5.636 36.851,5.804 37.42,6.14C37.989,6.476 38.433,6.933 38.75,7.512C39.067,8.091 39.226,8.73 39.226,9.43C39.226,10.139 39.067,10.783 38.75,11.362C38.433,11.941 37.989,12.396 37.42,12.727C36.851,13.058 36.207,13.224 35.488,13.224ZM35.488,11.81C35.88,11.81 36.244,11.714 36.58,11.523C36.916,11.332 37.184,11.056 37.385,10.697C37.586,10.338 37.686,9.915 37.686,9.43C37.686,8.945 37.586,8.525 37.385,8.17C37.184,7.815 36.916,7.542 36.58,7.351C36.244,7.16 35.88,7.064 35.488,7.064C35.096,7.064 34.732,7.16 34.396,7.351C34.06,7.542 33.792,7.815 33.591,8.17C33.39,8.525 33.29,8.945 33.29,9.43C33.29,9.915 33.39,10.338 33.591,10.697C33.792,11.056 34.06,11.332 34.396,11.523C34.732,11.714 35.096,11.81 35.488,11.81ZM44.052,13.224C43.352,13.224 42.724,13.061 42.169,12.734C41.614,12.407 41.18,11.957 40.867,11.383C40.554,10.809 40.398,10.163 40.398,9.444C40.398,8.763 40.55,8.13 40.853,7.547C41.156,6.964 41.579,6.499 42.12,6.154C42.661,5.809 43.277,5.636 43.968,5.636C44.687,5.636 45.31,5.795 45.837,6.112C46.364,6.429 46.766,6.863 47.041,7.414C47.316,7.965 47.454,8.585 47.454,9.276C47.454,9.407 47.44,9.57 47.412,9.766L41.938,9.766C41.994,10.429 42.23,10.94 42.645,11.299C43.06,11.658 43.543,11.838 44.094,11.838C44.533,11.838 44.913,11.738 45.235,11.537C45.557,11.336 45.816,11.063 46.012,10.718L47.314,11.334C46.978,11.922 46.539,12.384 45.998,12.72C45.457,13.056 44.808,13.224 44.052,13.224ZM45.886,8.59C45.867,8.338 45.788,8.088 45.648,7.841C45.508,7.594 45.296,7.386 45.011,7.218C44.726,7.05 44.379,6.966 43.968,6.966C43.473,6.966 43.056,7.113 42.715,7.407C42.374,7.701 42.139,8.095 42.008,8.59L45.886,8.59ZM52.294,16.248C51.417,16.248 50.691,16.047 50.117,15.646C49.543,15.245 49.158,14.769 48.962,14.218L50.404,13.616C50.553,13.989 50.794,14.29 51.125,14.519C51.456,14.748 51.846,14.862 52.294,14.862C52.947,14.862 53.458,14.668 53.827,14.281C54.196,13.894 54.38,13.35 54.38,12.65L54.38,11.992L54.296,11.992C54.063,12.328 53.752,12.592 53.365,12.783C52.978,12.974 52.532,13.07 52.028,13.07C51.431,13.07 50.875,12.916 50.362,12.608C49.849,12.3 49.44,11.864 49.137,11.299C48.834,10.734 48.682,10.088 48.682,9.36C48.682,8.632 48.834,7.986 49.137,7.421C49.44,6.856 49.849,6.418 50.362,6.105C50.875,5.792 51.431,5.636 52.028,5.636C52.523,5.636 52.966,5.734 53.358,5.93C53.75,6.126 54.063,6.392 54.296,6.728L54.38,6.728L54.38,5.86L55.85,5.86L55.85,12.608C55.85,13.383 55.701,14.043 55.402,14.589C55.103,15.135 54.686,15.548 54.149,15.828C53.612,16.108 52.994,16.248 52.294,16.248ZM52.308,11.67C52.681,11.67 53.027,11.579 53.344,11.397C53.661,11.215 53.913,10.949 54.1,10.599C54.287,10.249 54.38,9.836 54.38,9.36C54.38,8.632 54.182,8.065 53.785,7.659C53.388,7.253 52.896,7.05 52.308,7.05C51.925,7.05 51.575,7.141 51.258,7.323C50.941,7.505 50.689,7.769 50.502,8.114C50.315,8.459 50.222,8.875 50.222,9.36C50.222,9.845 50.315,10.261 50.502,10.606C50.689,10.951 50.941,11.215 51.258,11.397C51.575,11.579 51.925,11.67 52.308,11.67ZM60.998,13.224C60.298,13.224 59.67,13.061 59.115,12.734C58.56,12.407 58.126,11.957 57.813,11.383C57.5,10.809 57.344,10.163 57.344,9.444C57.344,8.763 57.496,8.13 57.799,7.547C58.102,6.964 58.525,6.499 59.066,6.154C59.607,5.809 60.223,5.636 60.914,5.636C61.633,5.636 62.256,5.795 62.783,6.112C63.31,6.429 63.712,6.863 63.987,7.414C64.262,7.965 64.4,8.585 64.4,9.276C64.4,9.407 64.386,9.57 64.358,9.766L58.884,9.766C58.94,10.429 59.176,10.94 59.591,11.299C60.006,11.658 60.489,11.838 61.04,11.838C61.479,11.838 61.859,11.738 62.181,11.537C62.503,11.336 62.762,11.063 62.958,10.718L64.26,11.334C63.924,11.922 63.485,12.384 62.944,12.72C62.403,13.056 61.754,13.224 60.998,13.224ZM62.832,8.59C62.813,8.338 62.734,8.088 62.594,7.841C62.454,7.594 62.242,7.386 61.957,7.218C61.672,7.05 61.325,6.966 60.914,6.966C60.419,6.966 60.002,7.113 59.661,7.407C59.32,7.701 59.085,8.095 58.954,8.59L62.832,8.59ZM65.95,5.86L67.42,5.86L67.42,6.798L67.49,6.798C67.695,6.462 68.001,6.184 68.407,5.965C68.813,5.746 69.245,5.636 69.702,5.636C70.57,5.636 71.23,5.89 71.683,6.399C72.136,6.908 72.362,7.601 72.362,8.478L72.362,13L70.822,13L70.822,8.688C70.822,8.128 70.684,7.717 70.409,7.456C70.134,7.195 69.753,7.064 69.268,7.064C68.923,7.064 68.615,7.16 68.344,7.351C68.073,7.542 67.863,7.797 67.714,8.114C67.565,8.431 67.49,8.772 67.49,9.136L67.49,13L65.95,13L65.95,5.86ZM79.914,13.224C79.401,13.224 78.943,13.124 78.542,12.923C78.141,12.722 77.828,12.438 77.604,12.069C77.38,11.7 77.268,11.283 77.268,10.816C77.268,10.079 77.546,9.495 78.101,9.066C78.656,8.637 79.359,8.422 80.208,8.422C80.628,8.422 81.006,8.462 81.342,8.541C81.678,8.62 81.944,8.707 82.14,8.8L82.14,8.436C82.14,7.997 81.977,7.64 81.65,7.365C81.323,7.09 80.903,6.952 80.39,6.952C80.026,6.952 79.683,7.031 79.361,7.19C79.039,7.349 78.78,7.568 78.584,7.848L77.506,7.022C77.823,6.583 78.234,6.243 78.738,6C79.242,5.757 79.802,5.636 80.418,5.636C81.454,5.636 82.252,5.89 82.812,6.399C83.372,6.908 83.652,7.624 83.652,8.548L83.652,13L82.14,13L82.14,12.146L82.07,12.146C81.865,12.454 81.575,12.711 81.202,12.916C80.829,13.121 80.399,13.224 79.914,13.224ZM80.18,11.95C80.553,11.95 80.889,11.861 81.188,11.684C81.487,11.507 81.72,11.269 81.888,10.97C82.056,10.671 82.14,10.349 82.14,10.004C81.925,9.883 81.676,9.785 81.391,9.71C81.106,9.635 80.81,9.598 80.502,9.598C79.923,9.598 79.499,9.712 79.228,9.941C78.957,10.17 78.822,10.466 78.822,10.83C78.822,11.157 78.948,11.425 79.2,11.635C79.452,11.845 79.779,11.95 80.18,11.95ZM87.652,13.224C87.139,13.224 86.681,13.124 86.28,12.923C85.879,12.722 85.566,12.438 85.342,12.069C85.118,11.7 85.006,11.283 85.006,10.816C85.006,10.079 85.284,9.495 85.839,9.066C86.394,8.637 87.097,8.422 87.946,8.422C88.366,8.422 88.744,8.462 89.08,8.541C89.416,8.62 89.682,8.707 89.878,8.8L89.878,8.436C89.878,7.997 89.715,7.64 89.388,7.365C89.061,7.09 88.641,6.952 88.128,6.952C87.764,6.952 87.421,7.031 87.099,7.19C86.777,7.349 86.518,7.568 86.322,7.848L85.244,7.022C85.561,6.583 85.972,6.243 86.476,6C86.98,5.757 87.54,5.636 88.156,5.636C89.192,5.636 89.99,5.89 90.55,6.399C91.11,6.908 91.39,7.624 91.39,8.548L91.39,13L89.878,13L89.878,12.146L89.808,12.146C89.603,12.454 89.313,12.711 88.94,12.916C88.567,13.121 88.137,13.224 87.652,13.224ZM87.918,11.95C88.291,11.95 88.627,11.861 88.926,11.684C89.225,11.507 89.458,11.269 89.626,10.97C89.794,10.671 89.878,10.349 89.878,10.004C89.663,9.883 89.414,9.785 89.129,9.71C88.844,9.635 88.548,9.598 88.24,9.598C87.661,9.598 87.237,9.712 86.966,9.941C86.695,10.17 86.56,10.466 86.56,10.83C86.56,11.157 86.686,11.425 86.938,11.635C87.19,11.845 87.517,11.95 87.918,11.95ZM93.22,5.86L94.69,5.86L94.69,6.798L94.76,6.798C94.965,6.462 95.271,6.184 95.677,5.965C96.083,5.746 96.515,5.636 96.972,5.636C97.84,5.636 98.5,5.89 98.953,6.399C99.406,6.908 99.632,7.601 99.632,8.478L99.632,13L98.092,13L98.092,8.688C98.092,8.128 97.954,7.717 97.679,7.456C97.404,7.195 97.023,7.064 96.538,7.064C96.193,7.064 95.885,7.16 95.614,7.351C95.343,7.542 95.133,7.797 94.984,8.114C94.835,8.431 94.76,8.772 94.76,9.136L94.76,13L93.22,13L93.22,5.86Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#FFFFFF"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M125.526,2.635L125.526,6.718L128.044,6.718C128.644,6.718 129.14,6.516 129.532,6.113C129.935,5.711 130.137,5.231 130.137,4.676C130.137,4.132 129.935,3.658 129.532,3.254C129.14,2.841 128.644,2.634 128.044,2.634L125.526,2.634L125.526,2.635ZM125.526,8.155L125.526,12.891L124.022,12.891L124.022,1.198L128.011,1.198C129.025,1.198 129.885,1.535 130.594,2.21C131.314,2.885 131.674,3.707 131.674,4.676C131.674,5.667 131.314,6.495 130.594,7.158C129.897,7.823 129.035,8.154 128.011,8.154L125.526,8.154L125.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#FFFFFF"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M133.194,10.442C133.194,10.834 133.36,11.16 133.693,11.422C134.025,11.683 134.415,11.813 134.861,11.813C135.494,11.813 136.057,11.579 136.553,11.112C137.049,10.643 137.297,10.093 137.297,9.463C136.828,9.092 136.174,8.907 135.335,8.907C134.724,8.907 134.215,9.055 133.807,9.349C133.398,9.643 133.194,10.006 133.194,10.442M135.14,4.627C136.252,4.627 137.129,4.924 137.773,5.518C138.415,6.111 138.737,6.925 138.737,7.959L138.737,12.891L137.298,12.891L137.298,11.781L137.233,11.781C136.611,12.695 135.783,13.153 134.747,13.153C133.865,13.153 133.126,12.891 132.532,12.369C131.938,11.846 131.641,11.193 131.641,10.409C131.641,9.581 131.954,8.923 132.581,8.433C133.208,7.943 134.044,7.698 135.09,7.698C135.983,7.698 136.72,7.861 137.297,8.188L137.297,7.844C137.297,7.322 137.09,6.878 136.676,6.513C136.261,6.149 135.777,5.967 135.221,5.967C134.381,5.967 133.717,6.32 133.226,7.029L131.902,6.195C132.632,5.15 133.711,4.627 135.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#FFFFFF"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M146.993,4.889l-5.02,11.531l-1.553,0l1.864,-4.035l-3.303,-7.496l1.635,0l2.387,5.749l0.033,0l2.322,-5.749z"
26
+ android:strokeWidth="1"
27
+ android:fillColor="#FFFFFF"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M119.448,7.134C119.448,6.661 119.408,6.205 119.332,5.768L112.988,5.768L112.988,8.356L116.622,8.356C116.466,9.199 115.994,9.917 115.278,10.398L115.278,12.079L117.447,12.079C118.716,10.908 119.448,9.179 119.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M112.988,13.701C114.804,13.701 116.332,13.105 117.447,12.079L115.278,10.398C114.675,10.804 113.897,11.041 112.988,11.041C111.234,11.041 109.744,9.859 109.212,8.267L106.978,8.267L106.978,9.998C108.085,12.193 110.36,13.701 112.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M109.212,8.267C109.076,7.861 109.001,7.428 109.001,6.981C109.001,6.534 109.076,6.101 109.212,5.695L109.212,3.964L106.978,3.964C106.52,4.871 106.261,5.896 106.261,6.981C106.261,8.066 106.52,9.091 106.978,9.998L109.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M112.988,2.921C113.98,2.921 114.868,3.262 115.569,3.929L115.569,3.93L117.489,2.012C116.323,0.928 114.803,0.261 112.988,0.261C110.36,0.261 108.085,1.769 106.978,3.964L109.212,5.695C109.744,4.103 111.234,2.921 112.988,2.921"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>
@@ -0,0 +1,30 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="106dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="106"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M0.1,3h3.2c1,0 1.9,0.2 2.7,0.6s1.4,1 1.8,1.8C8.3,6.1 8.5,7 8.5,8S8.3,9.8 7.9,10.6c-0.4,0.8 -1,1.4 -1.8,1.8S4.4,13 3.4,13L0.1,13L0.1,3zM3.3,11.5c1.1,0 2,-0.3 2.6,-0.9S6.9,9.1 6.9,8c0,-1.1 -0.3,-2 -0.9,-2.6S4.4,4.5 3.3,4.5L1.7,4.5v7L3.3,11.5zM13.3,13.2c-0.7,0 -1.4,-0.2 -1.9,-0.5c-0.6,-0.3 -1,-0.8 -1.3,-1.4C9.7,10.8 9.6,10.1 9.6,9.4S9.7,8.1 10,7.5s0.8,-1 1.3,-1.4c0.6,-0.3 1.2,-0.5 1.9,-0.5c0.7,0 1.4,0.2 1.9,0.5s1,0.8 1.3,1.4S17,8.7 17,9.4c0,0.7 -0.2,1.4 -0.5,1.9c-0.3,0.6 -0.8,1 -1.3,1.4S14,13.2 13.3,13.2zM13.3,11.8c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.3s-0.1,-0.9 -0.3,-1.3c-0.2,-0.4 -0.5,-0.6 -0.8,-0.8s-0.7,-0.3 -1.1,-0.3s-0.8,0.1 -1.1,0.3s-0.6,0.5 -0.8,0.8c-0.2,0.4 -0.3,0.8 -0.3,1.3s0.1,0.9 0.3,1.3c0.2,0.4 0.5,0.6 0.8,0.8C12.5,11.7 12.9,11.8 13.3,11.8zM21.7,13.2c-0.6,0 -1.2,-0.2 -1.8,-0.5c-0.5,-0.3 -0.9,-0.8 -1.2,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-2s0.2,-1.4 0.5,-2s0.7,-1 1.2,-1.4c0.5,-0.3 1.1,-0.5 1.8,-0.5c0.5,0 1,0.1 1.4,0.3c0.4,0.2 0.7,0.5 0.9,0.8L24,6.5l-0.1,-1L23.9,3h1.5v10L24,13v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C22.6,13.1 22.2,13.2 21.7,13.2zM21.9,11.8c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8C23.9,10.3 24,9.9 24,9.4c0,-0.5 -0.1,-0.9 -0.3,-1.2s-0.5,-0.6 -0.8,-0.8c-0.3,-0.2 -0.7,-0.3 -1,-0.3s-0.7,0.1 -1,0.3c-0.3,0.2 -0.6,0.5 -0.8,0.8S19.8,9 19.8,9.4c0,0.5 0.1,0.9 0.3,1.2c0.2,0.4 0.5,0.6 0.8,0.8C21.2,11.7 21.5,11.8 21.9,11.8zM29.6,13.2c-0.5,0 -1,-0.1 -1.4,-0.3c-0.4,-0.2 -0.7,-0.5 -0.9,-0.9s-0.3,-0.8 -0.3,-1.3c0,-0.7 0.3,-1.3 0.8,-1.8s1.3,-0.6 2.1,-0.6c0.4,0 0.8,0 1.1,0.1c0.3,0.1 0.6,0.2 0.8,0.3L31.8,8.4c0,-0.4 -0.2,-0.8 -0.5,-1.1C31,7.1 30.6,7 30.1,7c-0.4,0 -0.7,0.1 -1,0.2c-0.3,0.2 -0.6,0.4 -0.8,0.7L27.2,7c0.3,-0.4 0.7,-0.8 1.2,-1c0.5,-0.2 1.1,-0.4 1.7,-0.4c1,0 1.8,0.3 2.4,0.8c0.6,0.5 0.8,1.2 0.8,2.1L33.3,13h-1.5v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C30.5,13.1 30.1,13.2 29.6,13.2zM29.8,11.9c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.5,-0.4 0.7,-0.7c0.2,-0.3 0.3,-0.6 0.3,-1c-0.2,-0.1 -0.5,-0.2 -0.7,-0.3s-0.6,-0.1 -0.9,-0.1c-0.6,0 -1,0.1 -1.3,0.3c-0.3,0.2 -0.4,0.5 -0.4,0.9c0,0.3 0.1,0.6 0.4,0.8S29.4,11.9 29.8,11.9zM36,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3S35,4.1 35,3.8s0.1,-0.5 0.3,-0.7s0.4,-0.3 0.7,-0.3s0.5,0.1 0.7,0.3s0.3,0.4 0.3,0.7S37,4.3 36.8,4.5S36.3,4.8 36,4.8zM34.7,16.2c-0.3,0 -0.6,0 -0.8,-0.1v-1.5c0.2,0.1 0.4,0.2 0.7,0.2c0.3,0 0.4,-0.1 0.6,-0.2s0.2,-0.4 0.2,-0.7L35.4,5.9h1.5v8c0,0.8 -0.2,1.4 -0.6,1.8C35.8,16 35.3,16.2 34.7,16.2zM45.3,13.2c-0.6,0 -1.2,-0.2 -1.8,-0.5c-0.5,-0.3 -0.9,-0.8 -1.2,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-2s0.2,-1.4 0.5,-2c0.3,-0.6 0.7,-1 1.2,-1.4c0.5,-0.3 1.1,-0.5 1.8,-0.5c0.5,0 1,0.1 1.4,0.3c0.4,0.2 0.7,0.5 0.9,0.8h0.1l-0.1,-1L47.6,3h1.5v10h-1.5v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C46.3,13.1 45.8,13.2 45.3,13.2zM45.6,11.8c0.4,0 0.7,-0.1 1,-0.3s0.6,-0.5 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.2c0,-0.5 -0.1,-0.9 -0.3,-1.2c-0.2,-0.4 -0.5,-0.6 -0.8,-0.8c-0.3,-0.2 -0.7,-0.3 -1,-0.3c-0.4,0 -0.7,0.1 -1,0.3c-0.3,0.2 -0.6,0.5 -0.8,0.8c-0.2,0.4 -0.3,0.8 -0.3,1.2c0,0.5 0.1,0.9 0.3,1.2c0.2,0.4 0.5,0.6 0.8,0.8C44.8,11.7 45.2,11.8 45.6,11.8zM54.4,13.2c-0.7,0 -1.4,-0.2 -1.9,-0.5s-1,-0.8 -1.3,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9s0.2,-1.4 0.5,-1.9c0.3,-0.6 0.8,-1 1.3,-1.4s1.2,-0.5 1.9,-0.5s1.4,0.2 1.9,0.5c0.6,0.3 1,0.8 1.3,1.4s0.5,1.2 0.5,1.9c0,0.7 -0.2,1.4 -0.5,1.9c-0.3,0.6 -0.8,1 -1.3,1.4C55.7,13.1 55.1,13.2 54.4,13.2zM54.4,11.8c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.3s-0.1,-0.9 -0.3,-1.3c-0.2,-0.4 -0.5,-0.6 -0.8,-0.8c-0.3,-0.2 -0.7,-0.3 -1.1,-0.3s-0.8,0.1 -1.1,0.3s-0.6,0.5 -0.8,0.8c-0.2,0.4 -0.3,0.8 -0.3,1.3s0.1,0.9 0.3,1.3c0.2,0.4 0.5,0.6 0.8,0.8C53.6,11.7 54,11.8 54.4,11.8z"
8
+ android:fillColor="#3C4043"/>
9
+ <path
10
+ android:pathData="M84.477,2.587v4.1h2.5c0.6,0 1.1,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.4c0,-0.5 -0.2,-1 -0.6,-1.4C88.177,2.887 87.677,2.587 87.077,2.587L84.477,2.587L84.477,2.587zM84.477,8.187v4.7L82.977,12.887L82.977,1.187h4c1,0 1.9,0.3 2.6,1c0.7,0.7 1.1,1.5 1.1,2.5c0,1 -0.4,1.8 -1.1,2.5c-0.7,0.7 -1.6,1 -2.6,1L84.477,8.187L84.477,8.187z"
11
+ android:fillColor="#5F6368"/>
12
+ <path
13
+ android:pathData="M92.177,10.487c0,0.4 0.2,0.7 0.5,1c0.3,0.3 0.7,0.4 1.2,0.4c0.6,0 1.2,-0.2 1.7,-0.7c0.5,-0.5 0.7,-1 0.7,-1.6c-0.5,-0.4 -1.1,-0.6 -2,-0.6c-0.6,0 -1.1,0.1 -1.5,0.4C92.377,9.687 92.177,9.987 92.177,10.487M94.177,4.587c1.1,0 2,0.3 2.6,0.9c0.6,0.6 1,1.4 1,2.4v4.9h-1.4v-1.1h-0.1c-0.6,0.9 -1.5,1.4 -2.5,1.4c-0.9,0 -1.6,-0.3 -2.2,-0.8c-0.6,-0.5 -0.9,-1.2 -0.9,-2c0,-0.8 0.3,-1.5 0.9,-2c0.6,-0.5 1.5,-0.7 2.5,-0.7c0.9,0 1.6,0.2 2.2,0.5L96.277,7.887c0,-0.5 -0.2,-1 -0.6,-1.3c-0.4,-0.4 -0.9,-0.5 -1.5,-0.5c-0.8,0 -1.5,0.4 -2,1.1L90.877,6.187C91.677,5.187 92.677,4.587 94.177,4.587"
14
+ android:fillColor="#5F6368"/>
15
+ <path
16
+ android:pathData="M105.961,4.847l-5,11.6l-1.5,0l1.8,-4.1l-3.3,-7.5l1.7,0l2.3,5.8l0.1,0l2.3,-5.8z"
17
+ android:fillColor="#5F6368"/>
18
+ <path
19
+ android:pathData="M78.461,7.161c0,-0.5 0,-0.9 -0.1,-1.4L71.961,5.761v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C77.761,10.861 78.461,9.161 78.461,7.161"
20
+ android:fillColor="#4285F4"/>
21
+ <path
22
+ android:pathData="M71.961,13.661c1.8,0 3.3,-0.6 4.5,-1.6L74.261,10.361c-0.6,0.4 -1.4,0.6 -2.3,0.6C70.261,11.061 68.761,9.861 68.261,8.261L65.961,8.261v1.7C67.061,12.161 69.361,13.661 71.961,13.661"
23
+ android:fillColor="#34A853"/>
24
+ <path
25
+ android:pathData="M68.261,8.261C68.061,7.861 67.961,7.461 67.961,6.961S68.061,6.061 68.261,5.661L68.261,3.961L65.961,3.961C65.561,4.861 65.261,5.861 65.261,6.961s0.3,2.1 0.7,3L68.261,8.261z"
26
+ android:fillColor="#FABB05"/>
27
+ <path
28
+ android:pathData="M71.961,2.961c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C75.361,0.961 73.761,0.261 71.961,0.261c-2.6,0 -4.9,1.5 -6,3.7L68.261,5.661C68.761,4.061 70.261,2.961 71.961,2.961"
29
+ android:fillColor="#E94235"/>
30
+ </vector>
@@ -0,0 +1,30 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="106dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="106"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M0.1,3h3.2c1,0 1.9,0.2 2.7,0.6s1.4,1 1.8,1.8C8.3,6.1 8.5,7 8.5,8S8.3,9.8 7.9,10.6c-0.4,0.8 -1,1.4 -1.8,1.8S4.4,13 3.4,13L0.1,13L0.1,3zM3.3,11.5c1.1,0 2,-0.3 2.6,-0.9S6.9,9.1 6.9,8c0,-1.1 -0.3,-2 -0.9,-2.6S4.4,4.5 3.3,4.5L1.7,4.5v7L3.3,11.5zM13.3,13.2c-0.7,0 -1.4,-0.2 -1.9,-0.5c-0.6,-0.3 -1,-0.8 -1.3,-1.4C9.7,10.8 9.6,10.1 9.6,9.4S9.7,8.1 10,7.5s0.8,-1 1.3,-1.4c0.6,-0.3 1.2,-0.5 1.9,-0.5c0.7,0 1.4,0.2 1.9,0.5s1,0.8 1.3,1.4S17,8.7 17,9.4c0,0.7 -0.2,1.4 -0.5,1.9c-0.3,0.6 -0.8,1 -1.3,1.4S14,13.2 13.3,13.2zM13.3,11.8c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.3s-0.1,-0.9 -0.3,-1.3c-0.2,-0.4 -0.5,-0.6 -0.8,-0.8s-0.7,-0.3 -1.1,-0.3s-0.8,0.1 -1.1,0.3s-0.6,0.5 -0.8,0.8c-0.2,0.4 -0.3,0.8 -0.3,1.3s0.1,0.9 0.3,1.3c0.2,0.4 0.5,0.6 0.8,0.8C12.5,11.7 12.9,11.8 13.3,11.8zM21.7,13.2c-0.6,0 -1.2,-0.2 -1.8,-0.5c-0.5,-0.3 -0.9,-0.8 -1.2,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-2s0.2,-1.4 0.5,-2s0.7,-1 1.2,-1.4c0.5,-0.3 1.1,-0.5 1.8,-0.5c0.5,0 1,0.1 1.4,0.3c0.4,0.2 0.7,0.5 0.9,0.8L24,6.5l-0.1,-1L23.9,3h1.5v10L24,13v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C22.6,13.1 22.2,13.2 21.7,13.2zM21.9,11.8c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8C23.9,10.3 24,9.9 24,9.4c0,-0.5 -0.1,-0.9 -0.3,-1.2s-0.5,-0.6 -0.8,-0.8c-0.3,-0.2 -0.7,-0.3 -1,-0.3s-0.7,0.1 -1,0.3c-0.3,0.2 -0.6,0.5 -0.8,0.8S19.8,9 19.8,9.4c0,0.5 0.1,0.9 0.3,1.2c0.2,0.4 0.5,0.6 0.8,0.8C21.2,11.7 21.5,11.8 21.9,11.8zM29.6,13.2c-0.5,0 -1,-0.1 -1.4,-0.3c-0.4,-0.2 -0.7,-0.5 -0.9,-0.9s-0.3,-0.8 -0.3,-1.3c0,-0.7 0.3,-1.3 0.8,-1.8s1.3,-0.6 2.1,-0.6c0.4,0 0.8,0 1.1,0.1c0.3,0.1 0.6,0.2 0.8,0.3L31.8,8.4c0,-0.4 -0.2,-0.8 -0.5,-1.1C31,7.1 30.6,7 30.1,7c-0.4,0 -0.7,0.1 -1,0.2c-0.3,0.2 -0.6,0.4 -0.8,0.7L27.2,7c0.3,-0.4 0.7,-0.8 1.2,-1c0.5,-0.2 1.1,-0.4 1.7,-0.4c1,0 1.8,0.3 2.4,0.8c0.6,0.5 0.8,1.2 0.8,2.1L33.3,13h-1.5v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C30.5,13.1 30.1,13.2 29.6,13.2zM29.8,11.9c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.5,-0.4 0.7,-0.7c0.2,-0.3 0.3,-0.6 0.3,-1c-0.2,-0.1 -0.5,-0.2 -0.7,-0.3s-0.6,-0.1 -0.9,-0.1c-0.6,0 -1,0.1 -1.3,0.3c-0.3,0.2 -0.4,0.5 -0.4,0.9c0,0.3 0.1,0.6 0.4,0.8S29.4,11.9 29.8,11.9zM36,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3S35,4.1 35,3.8s0.1,-0.5 0.3,-0.7s0.4,-0.3 0.7,-0.3s0.5,0.1 0.7,0.3s0.3,0.4 0.3,0.7S37,4.3 36.8,4.5S36.3,4.8 36,4.8zM34.7,16.2c-0.3,0 -0.6,0 -0.8,-0.1v-1.5c0.2,0.1 0.4,0.2 0.7,0.2c0.3,0 0.4,-0.1 0.6,-0.2s0.2,-0.4 0.2,-0.7L35.4,5.9h1.5v8c0,0.8 -0.2,1.4 -0.6,1.8C35.8,16 35.3,16.2 34.7,16.2zM45.3,13.2c-0.6,0 -1.2,-0.2 -1.8,-0.5c-0.5,-0.3 -0.9,-0.8 -1.2,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-2s0.2,-1.4 0.5,-2c0.3,-0.6 0.7,-1 1.2,-1.4c0.5,-0.3 1.1,-0.5 1.8,-0.5c0.5,0 1,0.1 1.4,0.3c0.4,0.2 0.7,0.5 0.9,0.8h0.1l-0.1,-1L47.6,3h1.5v10h-1.5v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C46.3,13.1 45.8,13.2 45.3,13.2zM45.6,11.8c0.4,0 0.7,-0.1 1,-0.3s0.6,-0.5 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.2c0,-0.5 -0.1,-0.9 -0.3,-1.2c-0.2,-0.4 -0.5,-0.6 -0.8,-0.8c-0.3,-0.2 -0.7,-0.3 -1,-0.3c-0.4,0 -0.7,0.1 -1,0.3c-0.3,0.2 -0.6,0.5 -0.8,0.8c-0.2,0.4 -0.3,0.8 -0.3,1.2c0,0.5 0.1,0.9 0.3,1.2c0.2,0.4 0.5,0.6 0.8,0.8C44.8,11.7 45.2,11.8 45.6,11.8zM54.4,13.2c-0.7,0 -1.4,-0.2 -1.9,-0.5s-1,-0.8 -1.3,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9s0.2,-1.4 0.5,-1.9c0.3,-0.6 0.8,-1 1.3,-1.4s1.2,-0.5 1.9,-0.5s1.4,0.2 1.9,0.5c0.6,0.3 1,0.8 1.3,1.4s0.5,1.2 0.5,1.9c0,0.7 -0.2,1.4 -0.5,1.9c-0.3,0.6 -0.8,1 -1.3,1.4C55.7,13.1 55.1,13.2 54.4,13.2zM54.4,11.8c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.3s-0.1,-0.9 -0.3,-1.3c-0.2,-0.4 -0.5,-0.6 -0.8,-0.8c-0.3,-0.2 -0.7,-0.3 -1.1,-0.3s-0.8,0.1 -1.1,0.3s-0.6,0.5 -0.8,0.8c-0.2,0.4 -0.3,0.8 -0.3,1.3s0.1,0.9 0.3,1.3c0.2,0.4 0.5,0.6 0.8,0.8C53.6,11.7 54,11.8 54.4,11.8z"
8
+ android:fillColor="#FFFFFF"/>
9
+ <path
10
+ android:pathData="M84.477,2.587v4.1h2.5c0.6,0 1.1,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.4c0,-0.5 -0.2,-1 -0.6,-1.4C88.177,2.887 87.677,2.587 87.077,2.587L84.477,2.587L84.477,2.587zM84.477,8.187v4.7L82.977,12.887L82.977,1.187h4c1,0 1.9,0.3 2.6,1c0.7,0.7 1.1,1.5 1.1,2.5c0,1 -0.4,1.8 -1.1,2.5c-0.7,0.7 -1.6,1 -2.6,1L84.477,8.187L84.477,8.187z"
11
+ android:fillColor="#FFFFFF"/>
12
+ <path
13
+ android:pathData="M92.177,10.487c0,0.4 0.2,0.7 0.5,1c0.3,0.3 0.7,0.4 1.2,0.4c0.6,0 1.2,-0.2 1.7,-0.7c0.5,-0.5 0.7,-1 0.7,-1.6c-0.5,-0.4 -1.1,-0.6 -2,-0.6c-0.6,0 -1.1,0.1 -1.5,0.4C92.377,9.687 92.177,9.987 92.177,10.487M94.177,4.587c1.1,0 2,0.3 2.6,0.9c0.6,0.6 1,1.4 1,2.4v4.9h-1.4v-1.1h-0.1c-0.6,0.9 -1.5,1.4 -2.5,1.4c-0.9,0 -1.6,-0.3 -2.2,-0.8c-0.6,-0.5 -0.9,-1.2 -0.9,-2c0,-0.8 0.3,-1.5 0.9,-2c0.6,-0.5 1.5,-0.7 2.5,-0.7c0.9,0 1.6,0.2 2.2,0.5L96.277,7.887c0,-0.5 -0.2,-1 -0.6,-1.3c-0.4,-0.4 -0.9,-0.5 -1.5,-0.5c-0.8,0 -1.5,0.4 -2,1.1L90.877,6.187C91.677,5.187 92.677,4.587 94.177,4.587"
14
+ android:fillColor="#FFFFFF"/>
15
+ <path
16
+ android:pathData="M105.961,4.847l-5,11.6l-1.5,0l1.8,-4.1l-3.3,-7.5l1.7,0l2.3,5.8l0.1,0l2.3,-5.8z"
17
+ android:fillColor="#FFFFFF"/>
18
+ <path
19
+ android:pathData="M78.461,7.161c0,-0.5 0,-0.9 -0.1,-1.4L71.961,5.761v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C77.761,10.861 78.461,9.161 78.461,7.161"
20
+ android:fillColor="#4285F4"/>
21
+ <path
22
+ android:pathData="M71.961,13.661c1.8,0 3.3,-0.6 4.5,-1.6L74.261,10.361c-0.6,0.4 -1.4,0.6 -2.3,0.6C70.261,11.061 68.761,9.861 68.261,8.261L65.961,8.261v1.7C67.061,12.161 69.361,13.661 71.961,13.661"
23
+ android:fillColor="#34A853"/>
24
+ <path
25
+ android:pathData="M68.261,8.261C68.061,7.861 67.961,7.461 67.961,6.961S68.061,6.061 68.261,5.661L68.261,3.961L65.961,3.961C65.561,4.861 65.261,5.861 65.261,6.961s0.3,2.1 0.7,3L68.261,8.261z"
26
+ android:fillColor="#FABB05"/>
27
+ <path
28
+ android:pathData="M71.961,2.961c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C75.361,0.961 73.761,0.261 71.961,0.261c-2.6,0 -4.9,1.5 -6,3.7L68.261,5.661C68.761,4.061 70.261,2.961 71.961,2.961"
29
+ android:fillColor="#E94235"/>
30
+ </vector>
@@ -0,0 +1,54 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="131dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="131"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M3.976,2.976L5.768,2.976L9.534,13L7.798,13L6.902,10.438L2.856,10.438L1.946,13L0.21,13L3.976,2.976ZM6.37,8.982L5.306,6L4.914,4.838L4.83,4.838L4.438,6L3.374,8.982L6.37,8.982ZM13.632,13.224C12.988,13.224 12.405,13.061 11.882,12.734C11.359,12.407 10.946,11.957 10.643,11.383C10.34,10.809 10.188,10.158 10.188,9.43C10.188,8.702 10.34,8.051 10.643,7.477C10.946,6.903 11.359,6.453 11.882,6.126C12.405,5.799 12.988,5.636 13.632,5.636C14.136,5.636 14.589,5.748 14.99,5.972C15.391,6.196 15.695,6.471 15.9,6.798L15.97,6.798L15.9,5.79L15.9,2.976L17.44,2.976L17.44,13L15.97,13L15.97,12.076L15.9,12.076C15.695,12.393 15.391,12.664 14.99,12.888C14.589,13.112 14.136,13.224 13.632,13.224ZM13.856,11.81C14.229,11.81 14.577,11.712 14.899,11.516C15.221,11.32 15.48,11.04 15.676,10.676C15.872,10.312 15.97,9.897 15.97,9.43C15.97,8.963 15.872,8.55 15.676,8.191C15.48,7.832 15.221,7.554 14.899,7.358C14.577,7.162 14.229,7.064 13.856,7.064C13.483,7.064 13.133,7.162 12.806,7.358C12.479,7.554 12.218,7.832 12.022,8.191C11.826,8.55 11.728,8.963 11.728,9.43C11.728,9.897 11.826,10.312 12.022,10.676C12.218,11.04 12.479,11.32 12.806,11.516C13.133,11.712 13.483,11.81 13.856,11.81ZM20.264,4.824C19.975,4.824 19.73,4.724 19.529,4.523C19.328,4.322 19.228,4.077 19.228,3.788C19.228,3.499 19.328,3.254 19.529,3.053C19.73,2.852 19.975,2.752 20.264,2.752C20.553,2.752 20.798,2.852 20.999,3.053C21.2,3.254 21.3,3.499 21.3,3.788C21.3,4.077 21.2,4.322 20.999,4.523C20.798,4.724 20.553,4.824 20.264,4.824ZM19.494,5.86L21.034,5.86L21.034,13L19.494,13L19.494,5.86ZM26.336,13.224C25.627,13.224 24.99,13.061 24.425,12.734C23.86,12.407 23.422,11.957 23.109,11.383C22.796,10.809 22.64,10.158 22.64,9.43C22.64,8.702 22.796,8.051 23.109,7.477C23.422,6.903 23.86,6.453 24.425,6.126C24.99,5.799 25.627,5.636 26.336,5.636C27.12,5.636 27.787,5.813 28.338,6.168C28.889,6.523 29.281,7.003 29.514,7.61L28.1,8.198C27.783,7.442 27.181,7.064 26.294,7.064C25.911,7.064 25.559,7.162 25.237,7.358C24.915,7.554 24.658,7.832 24.467,8.191C24.276,8.55 24.18,8.963 24.18,9.43C24.18,9.897 24.276,10.312 24.467,10.676C24.658,11.04 24.915,11.32 25.237,11.516C25.559,11.712 25.911,11.81 26.294,11.81C26.742,11.81 27.127,11.71 27.449,11.509C27.771,11.308 28.016,11.021 28.184,10.648L29.57,11.25C29.299,11.857 28.889,12.337 28.338,12.692C27.787,13.047 27.12,13.224 26.336,13.224ZM31.918,4.824C31.629,4.824 31.384,4.724 31.183,4.523C30.982,4.322 30.882,4.077 30.882,3.788C30.882,3.499 30.982,3.254 31.183,3.053C31.384,2.852 31.629,2.752 31.918,2.752C32.207,2.752 32.452,2.852 32.653,3.053C32.854,3.254 32.954,3.499 32.954,3.788C32.954,4.077 32.854,4.322 32.653,4.523C32.452,4.724 32.207,4.824 31.918,4.824ZM31.148,5.86L32.688,5.86L32.688,13L31.148,13L31.148,5.86ZM38.032,13.224C37.313,13.224 36.669,13.058 36.1,12.727C35.531,12.396 35.087,11.941 34.77,11.362C34.453,10.783 34.294,10.139 34.294,9.43C34.294,8.721 34.453,8.077 34.77,7.498C35.087,6.919 35.531,6.464 36.1,6.133C36.669,5.802 37.313,5.636 38.032,5.636C38.751,5.636 39.395,5.804 39.964,6.14C40.533,6.476 40.977,6.933 41.294,7.512C41.611,8.091 41.77,8.73 41.77,9.43C41.77,10.139 41.611,10.783 41.294,11.362C40.977,11.941 40.533,12.396 39.964,12.727C39.395,13.058 38.751,13.224 38.032,13.224ZM38.032,11.81C38.424,11.81 38.788,11.714 39.124,11.523C39.46,11.332 39.728,11.056 39.929,10.697C40.13,10.338 40.23,9.915 40.23,9.43C40.23,8.945 40.13,8.525 39.929,8.17C39.728,7.815 39.46,7.542 39.124,7.351C38.788,7.16 38.424,7.064 38.032,7.064C37.64,7.064 37.276,7.16 36.94,7.351C36.604,7.542 36.336,7.815 36.135,8.17C35.934,8.525 35.834,8.945 35.834,9.43C35.834,9.915 35.934,10.338 36.135,10.697C36.336,11.056 36.604,11.332 36.94,11.523C37.276,11.714 37.64,11.81 38.032,11.81ZM43.194,5.86L44.664,5.86L44.664,6.798L44.734,6.798C44.939,6.462 45.245,6.184 45.651,5.965C46.057,5.746 46.489,5.636 46.946,5.636C47.814,5.636 48.474,5.89 48.927,6.399C49.38,6.908 49.606,7.601 49.606,8.478L49.606,13L48.066,13L48.066,8.688C48.066,8.128 47.928,7.717 47.653,7.456C47.378,7.195 46.997,7.064 46.512,7.064C46.167,7.064 45.859,7.16 45.588,7.351C45.317,7.542 45.107,7.797 44.958,8.114C44.809,8.431 44.734,8.772 44.734,9.136L44.734,13L43.194,13L43.194,5.86ZM53.662,13.224C53.149,13.224 52.691,13.124 52.29,12.923C51.889,12.722 51.576,12.438 51.352,12.069C51.128,11.7 51.016,11.283 51.016,10.816C51.016,10.079 51.294,9.495 51.849,9.066C52.404,8.637 53.107,8.422 53.956,8.422C54.376,8.422 54.754,8.462 55.09,8.541C55.426,8.62 55.692,8.707 55.888,8.8L55.888,8.436C55.888,7.997 55.725,7.64 55.398,7.365C55.071,7.09 54.651,6.952 54.138,6.952C53.774,6.952 53.431,7.031 53.109,7.19C52.787,7.349 52.528,7.568 52.332,7.848L51.254,7.022C51.571,6.583 51.982,6.243 52.486,6C52.99,5.757 53.55,5.636 54.166,5.636C55.202,5.636 56,5.89 56.56,6.399C57.12,6.908 57.4,7.624 57.4,8.548L57.4,13L55.888,13L55.888,12.146L55.818,12.146C55.613,12.454 55.323,12.711 54.95,12.916C54.577,13.121 54.147,13.224 53.662,13.224ZM53.928,11.95C54.301,11.95 54.637,11.861 54.936,11.684C55.235,11.507 55.468,11.269 55.636,10.97C55.804,10.671 55.888,10.349 55.888,10.004C55.673,9.883 55.424,9.785 55.139,9.71C54.854,9.635 54.558,9.598 54.25,9.598C53.671,9.598 53.247,9.712 52.976,9.941C52.705,10.17 52.57,10.466 52.57,10.83C52.57,11.157 52.696,11.425 52.948,11.635C53.2,11.845 53.527,11.95 53.928,11.95ZM59.23,5.86L60.7,5.86L60.7,6.91L60.77,6.91C60.929,6.546 61.204,6.245 61.596,6.007C61.988,5.769 62.403,5.65 62.842,5.65C63.187,5.65 63.477,5.697 63.71,5.79L63.71,7.386C63.299,7.237 62.931,7.162 62.604,7.162C62.249,7.162 61.934,7.255 61.659,7.442C61.384,7.629 61.167,7.878 61.008,8.191C60.849,8.504 60.77,8.847 60.77,9.22L60.77,13L59.23,13L59.23,5.86ZM70.702,13.224C70.189,13.224 69.731,13.124 69.33,12.923C68.929,12.722 68.616,12.438 68.392,12.069C68.168,11.7 68.056,11.283 68.056,10.816C68.056,10.079 68.334,9.495 68.889,9.066C69.444,8.637 70.147,8.422 70.996,8.422C71.416,8.422 71.794,8.462 72.13,8.541C72.466,8.62 72.732,8.707 72.928,8.8L72.928,8.436C72.928,7.997 72.765,7.64 72.438,7.365C72.111,7.09 71.691,6.952 71.178,6.952C70.814,6.952 70.471,7.031 70.149,7.19C69.827,7.349 69.568,7.568 69.372,7.848L68.294,7.022C68.611,6.583 69.022,6.243 69.526,6C70.03,5.757 70.59,5.636 71.206,5.636C72.242,5.636 73.04,5.89 73.6,6.399C74.16,6.908 74.44,7.624 74.44,8.548L74.44,13L72.928,13L72.928,12.146L72.858,12.146C72.653,12.454 72.363,12.711 71.99,12.916C71.617,13.121 71.187,13.224 70.702,13.224ZM70.968,11.95C71.341,11.95 71.677,11.861 71.976,11.684C72.275,11.507 72.508,11.269 72.676,10.97C72.844,10.671 72.928,10.349 72.928,10.004C72.713,9.883 72.464,9.785 72.179,9.71C71.894,9.635 71.598,9.598 71.29,9.598C70.711,9.598 70.287,9.712 70.016,9.941C69.745,10.17 69.61,10.466 69.61,10.83C69.61,11.157 69.736,11.425 69.988,11.635C70.24,11.845 70.567,11.95 70.968,11.95ZM79.546,13.224C78.827,13.224 78.183,13.058 77.614,12.727C77.045,12.396 76.601,11.941 76.284,11.362C75.967,10.783 75.808,10.139 75.808,9.43C75.808,8.721 75.967,8.077 76.284,7.498C76.601,6.919 77.045,6.464 77.614,6.133C78.183,5.802 78.827,5.636 79.546,5.636C80.265,5.636 80.909,5.804 81.478,6.14C82.047,6.476 82.491,6.933 82.808,7.512C83.125,8.091 83.284,8.73 83.284,9.43C83.284,10.139 83.125,10.783 82.808,11.362C82.491,11.941 82.047,12.396 81.478,12.727C80.909,13.058 80.265,13.224 79.546,13.224ZM79.546,11.81C79.938,11.81 80.302,11.714 80.638,11.523C80.974,11.332 81.242,11.056 81.443,10.697C81.644,10.338 81.744,9.915 81.744,9.43C81.744,8.945 81.644,8.525 81.443,8.17C81.242,7.815 80.974,7.542 80.638,7.351C80.302,7.16 79.938,7.064 79.546,7.064C79.154,7.064 78.79,7.16 78.454,7.351C78.118,7.542 77.85,7.815 77.649,8.17C77.448,8.525 77.348,8.945 77.348,9.43C77.348,9.915 77.448,10.338 77.649,10.697C77.85,11.056 78.118,11.332 78.454,11.523C78.79,11.714 79.154,11.81 79.546,11.81Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#3C4043"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M109.526,2.635L109.526,6.718L112.044,6.718C112.644,6.718 113.14,6.516 113.532,6.113C113.935,5.711 114.137,5.231 114.137,4.676C114.137,4.132 113.935,3.658 113.532,3.254C113.14,2.841 112.644,2.634 112.044,2.634L109.526,2.634L109.526,2.635ZM109.526,8.155L109.526,12.891L108.022,12.891L108.022,1.198L112.011,1.198C113.025,1.198 113.885,1.535 114.594,2.21C115.314,2.885 115.674,3.707 115.674,4.676C115.674,5.667 115.314,6.495 114.594,7.158C113.897,7.823 113.035,8.154 112.011,8.154L109.526,8.154L109.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M117.194,10.442C117.194,10.834 117.36,11.16 117.693,11.422C118.025,11.683 118.415,11.813 118.861,11.813C119.494,11.813 120.057,11.579 120.553,11.112C121.05,10.643 121.297,10.093 121.297,9.463C120.828,9.092 120.174,8.907 119.335,8.907C118.724,8.907 118.215,9.055 117.807,9.349C117.398,9.643 117.194,10.006 117.194,10.442M119.14,4.627C120.252,4.627 121.129,4.924 121.773,5.518C122.415,6.111 122.737,6.925 122.737,7.959L122.737,12.891L121.298,12.891L121.298,11.781L121.233,11.781C120.611,12.695 119.783,13.153 118.747,13.153C117.865,13.153 117.126,12.891 116.532,12.369C115.938,11.846 115.641,11.193 115.641,10.409C115.641,9.581 115.954,8.923 116.581,8.433C117.208,7.943 118.044,7.698 119.09,7.698C119.983,7.698 120.72,7.861 121.297,8.188L121.297,7.844C121.297,7.322 121.09,6.878 120.676,6.513C120.261,6.149 119.777,5.967 119.221,5.967C118.381,5.967 117.717,6.32 117.226,7.029L115.901,6.195C116.632,5.15 117.711,4.627 119.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#5F6368"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M130.993,4.889l-5.02,11.531l-1.553,0l1.864,-4.035l-3.303,-7.496l1.635,0l2.387,5.749l0.033,0l2.322,-5.749z"
26
+ android:strokeWidth="1"
27
+ android:fillColor="#5F6368"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M103.448,7.134C103.448,6.661 103.408,6.205 103.332,5.768L96.988,5.768L96.988,8.356L100.622,8.356C100.466,9.199 99.994,9.917 99.278,10.398L99.278,12.079L101.447,12.079C102.716,10.908 103.448,9.179 103.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M96.988,13.701C98.804,13.701 100.332,13.105 101.447,12.079L99.278,10.398C98.675,10.804 97.897,11.041 96.988,11.041C95.234,11.041 93.744,9.859 93.212,8.267L90.978,8.267L90.978,9.998C92.085,12.193 94.36,13.701 96.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M93.212,8.267C93.076,7.861 93.001,7.428 93.001,6.981C93.001,6.534 93.076,6.101 93.212,5.695L93.212,3.964L90.978,3.964C90.52,4.871 90.261,5.896 90.261,6.981C90.261,8.066 90.52,9.091 90.978,9.998L93.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M96.988,2.921C97.98,2.921 98.868,3.262 99.569,3.929L99.569,3.93L101.489,2.012C100.323,0.928 98.803,0.261 96.988,0.261C94.36,0.261 92.085,1.769 90.978,3.964L93.212,5.695C93.744,4.103 95.234,2.921 96.988,2.921"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>
@@ -0,0 +1,54 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="131dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="131"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M3.976,2.976L5.768,2.976L9.534,13L7.798,13L6.902,10.438L2.856,10.438L1.946,13L0.21,13L3.976,2.976ZM6.37,8.982L5.306,6L4.914,4.838L4.83,4.838L4.438,6L3.374,8.982L6.37,8.982ZM13.632,13.224C12.988,13.224 12.405,13.061 11.882,12.734C11.359,12.407 10.946,11.957 10.643,11.383C10.34,10.809 10.188,10.158 10.188,9.43C10.188,8.702 10.34,8.051 10.643,7.477C10.946,6.903 11.359,6.453 11.882,6.126C12.405,5.799 12.988,5.636 13.632,5.636C14.136,5.636 14.589,5.748 14.99,5.972C15.391,6.196 15.695,6.471 15.9,6.798L15.97,6.798L15.9,5.79L15.9,2.976L17.44,2.976L17.44,13L15.97,13L15.97,12.076L15.9,12.076C15.695,12.393 15.391,12.664 14.99,12.888C14.589,13.112 14.136,13.224 13.632,13.224ZM13.856,11.81C14.229,11.81 14.577,11.712 14.899,11.516C15.221,11.32 15.48,11.04 15.676,10.676C15.872,10.312 15.97,9.897 15.97,9.43C15.97,8.963 15.872,8.55 15.676,8.191C15.48,7.832 15.221,7.554 14.899,7.358C14.577,7.162 14.229,7.064 13.856,7.064C13.483,7.064 13.133,7.162 12.806,7.358C12.479,7.554 12.218,7.832 12.022,8.191C11.826,8.55 11.728,8.963 11.728,9.43C11.728,9.897 11.826,10.312 12.022,10.676C12.218,11.04 12.479,11.32 12.806,11.516C13.133,11.712 13.483,11.81 13.856,11.81ZM20.264,4.824C19.975,4.824 19.73,4.724 19.529,4.523C19.328,4.322 19.228,4.077 19.228,3.788C19.228,3.499 19.328,3.254 19.529,3.053C19.73,2.852 19.975,2.752 20.264,2.752C20.553,2.752 20.798,2.852 20.999,3.053C21.2,3.254 21.3,3.499 21.3,3.788C21.3,4.077 21.2,4.322 20.999,4.523C20.798,4.724 20.553,4.824 20.264,4.824ZM19.494,5.86L21.034,5.86L21.034,13L19.494,13L19.494,5.86ZM26.336,13.224C25.627,13.224 24.99,13.061 24.425,12.734C23.86,12.407 23.422,11.957 23.109,11.383C22.796,10.809 22.64,10.158 22.64,9.43C22.64,8.702 22.796,8.051 23.109,7.477C23.422,6.903 23.86,6.453 24.425,6.126C24.99,5.799 25.627,5.636 26.336,5.636C27.12,5.636 27.787,5.813 28.338,6.168C28.889,6.523 29.281,7.003 29.514,7.61L28.1,8.198C27.783,7.442 27.181,7.064 26.294,7.064C25.911,7.064 25.559,7.162 25.237,7.358C24.915,7.554 24.658,7.832 24.467,8.191C24.276,8.55 24.18,8.963 24.18,9.43C24.18,9.897 24.276,10.312 24.467,10.676C24.658,11.04 24.915,11.32 25.237,11.516C25.559,11.712 25.911,11.81 26.294,11.81C26.742,11.81 27.127,11.71 27.449,11.509C27.771,11.308 28.016,11.021 28.184,10.648L29.57,11.25C29.299,11.857 28.889,12.337 28.338,12.692C27.787,13.047 27.12,13.224 26.336,13.224ZM31.918,4.824C31.629,4.824 31.384,4.724 31.183,4.523C30.982,4.322 30.882,4.077 30.882,3.788C30.882,3.499 30.982,3.254 31.183,3.053C31.384,2.852 31.629,2.752 31.918,2.752C32.207,2.752 32.452,2.852 32.653,3.053C32.854,3.254 32.954,3.499 32.954,3.788C32.954,4.077 32.854,4.322 32.653,4.523C32.452,4.724 32.207,4.824 31.918,4.824ZM31.148,5.86L32.688,5.86L32.688,13L31.148,13L31.148,5.86ZM38.032,13.224C37.313,13.224 36.669,13.058 36.1,12.727C35.531,12.396 35.087,11.941 34.77,11.362C34.453,10.783 34.294,10.139 34.294,9.43C34.294,8.721 34.453,8.077 34.77,7.498C35.087,6.919 35.531,6.464 36.1,6.133C36.669,5.802 37.313,5.636 38.032,5.636C38.751,5.636 39.395,5.804 39.964,6.14C40.533,6.476 40.977,6.933 41.294,7.512C41.611,8.091 41.77,8.73 41.77,9.43C41.77,10.139 41.611,10.783 41.294,11.362C40.977,11.941 40.533,12.396 39.964,12.727C39.395,13.058 38.751,13.224 38.032,13.224ZM38.032,11.81C38.424,11.81 38.788,11.714 39.124,11.523C39.46,11.332 39.728,11.056 39.929,10.697C40.13,10.338 40.23,9.915 40.23,9.43C40.23,8.945 40.13,8.525 39.929,8.17C39.728,7.815 39.46,7.542 39.124,7.351C38.788,7.16 38.424,7.064 38.032,7.064C37.64,7.064 37.276,7.16 36.94,7.351C36.604,7.542 36.336,7.815 36.135,8.17C35.934,8.525 35.834,8.945 35.834,9.43C35.834,9.915 35.934,10.338 36.135,10.697C36.336,11.056 36.604,11.332 36.94,11.523C37.276,11.714 37.64,11.81 38.032,11.81ZM43.194,5.86L44.664,5.86L44.664,6.798L44.734,6.798C44.939,6.462 45.245,6.184 45.651,5.965C46.057,5.746 46.489,5.636 46.946,5.636C47.814,5.636 48.474,5.89 48.927,6.399C49.38,6.908 49.606,7.601 49.606,8.478L49.606,13L48.066,13L48.066,8.688C48.066,8.128 47.928,7.717 47.653,7.456C47.378,7.195 46.997,7.064 46.512,7.064C46.167,7.064 45.859,7.16 45.588,7.351C45.317,7.542 45.107,7.797 44.958,8.114C44.809,8.431 44.734,8.772 44.734,9.136L44.734,13L43.194,13L43.194,5.86ZM53.662,13.224C53.149,13.224 52.691,13.124 52.29,12.923C51.889,12.722 51.576,12.438 51.352,12.069C51.128,11.7 51.016,11.283 51.016,10.816C51.016,10.079 51.294,9.495 51.849,9.066C52.404,8.637 53.107,8.422 53.956,8.422C54.376,8.422 54.754,8.462 55.09,8.541C55.426,8.62 55.692,8.707 55.888,8.8L55.888,8.436C55.888,7.997 55.725,7.64 55.398,7.365C55.071,7.09 54.651,6.952 54.138,6.952C53.774,6.952 53.431,7.031 53.109,7.19C52.787,7.349 52.528,7.568 52.332,7.848L51.254,7.022C51.571,6.583 51.982,6.243 52.486,6C52.99,5.757 53.55,5.636 54.166,5.636C55.202,5.636 56,5.89 56.56,6.399C57.12,6.908 57.4,7.624 57.4,8.548L57.4,13L55.888,13L55.888,12.146L55.818,12.146C55.613,12.454 55.323,12.711 54.95,12.916C54.577,13.121 54.147,13.224 53.662,13.224ZM53.928,11.95C54.301,11.95 54.637,11.861 54.936,11.684C55.235,11.507 55.468,11.269 55.636,10.97C55.804,10.671 55.888,10.349 55.888,10.004C55.673,9.883 55.424,9.785 55.139,9.71C54.854,9.635 54.558,9.598 54.25,9.598C53.671,9.598 53.247,9.712 52.976,9.941C52.705,10.17 52.57,10.466 52.57,10.83C52.57,11.157 52.696,11.425 52.948,11.635C53.2,11.845 53.527,11.95 53.928,11.95ZM59.23,5.86L60.7,5.86L60.7,6.91L60.77,6.91C60.929,6.546 61.204,6.245 61.596,6.007C61.988,5.769 62.403,5.65 62.842,5.65C63.187,5.65 63.477,5.697 63.71,5.79L63.71,7.386C63.299,7.237 62.931,7.162 62.604,7.162C62.249,7.162 61.934,7.255 61.659,7.442C61.384,7.629 61.167,7.878 61.008,8.191C60.849,8.504 60.77,8.847 60.77,9.22L60.77,13L59.23,13L59.23,5.86ZM70.702,13.224C70.189,13.224 69.731,13.124 69.33,12.923C68.929,12.722 68.616,12.438 68.392,12.069C68.168,11.7 68.056,11.283 68.056,10.816C68.056,10.079 68.334,9.495 68.889,9.066C69.444,8.637 70.147,8.422 70.996,8.422C71.416,8.422 71.794,8.462 72.13,8.541C72.466,8.62 72.732,8.707 72.928,8.8L72.928,8.436C72.928,7.997 72.765,7.64 72.438,7.365C72.111,7.09 71.691,6.952 71.178,6.952C70.814,6.952 70.471,7.031 70.149,7.19C69.827,7.349 69.568,7.568 69.372,7.848L68.294,7.022C68.611,6.583 69.022,6.243 69.526,6C70.03,5.757 70.59,5.636 71.206,5.636C72.242,5.636 73.04,5.89 73.6,6.399C74.16,6.908 74.44,7.624 74.44,8.548L74.44,13L72.928,13L72.928,12.146L72.858,12.146C72.653,12.454 72.363,12.711 71.99,12.916C71.617,13.121 71.187,13.224 70.702,13.224ZM70.968,11.95C71.341,11.95 71.677,11.861 71.976,11.684C72.275,11.507 72.508,11.269 72.676,10.97C72.844,10.671 72.928,10.349 72.928,10.004C72.713,9.883 72.464,9.785 72.179,9.71C71.894,9.635 71.598,9.598 71.29,9.598C70.711,9.598 70.287,9.712 70.016,9.941C69.745,10.17 69.61,10.466 69.61,10.83C69.61,11.157 69.736,11.425 69.988,11.635C70.24,11.845 70.567,11.95 70.968,11.95ZM79.546,13.224C78.827,13.224 78.183,13.058 77.614,12.727C77.045,12.396 76.601,11.941 76.284,11.362C75.967,10.783 75.808,10.139 75.808,9.43C75.808,8.721 75.967,8.077 76.284,7.498C76.601,6.919 77.045,6.464 77.614,6.133C78.183,5.802 78.827,5.636 79.546,5.636C80.265,5.636 80.909,5.804 81.478,6.14C82.047,6.476 82.491,6.933 82.808,7.512C83.125,8.091 83.284,8.73 83.284,9.43C83.284,10.139 83.125,10.783 82.808,11.362C82.491,11.941 82.047,12.396 81.478,12.727C80.909,13.058 80.265,13.224 79.546,13.224ZM79.546,11.81C79.938,11.81 80.302,11.714 80.638,11.523C80.974,11.332 81.242,11.056 81.443,10.697C81.644,10.338 81.744,9.915 81.744,9.43C81.744,8.945 81.644,8.525 81.443,8.17C81.242,7.815 80.974,7.542 80.638,7.351C80.302,7.16 79.938,7.064 79.546,7.064C79.154,7.064 78.79,7.16 78.454,7.351C78.118,7.542 77.85,7.815 77.649,8.17C77.448,8.525 77.348,8.945 77.348,9.43C77.348,9.915 77.448,10.338 77.649,10.697C77.85,11.056 78.118,11.332 78.454,11.523C78.79,11.714 79.154,11.81 79.546,11.81Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#FFFFFF"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M109.526,2.635L109.526,6.718L112.044,6.718C112.644,6.718 113.14,6.516 113.532,6.113C113.935,5.711 114.137,5.231 114.137,4.676C114.137,4.132 113.935,3.658 113.532,3.254C113.14,2.841 112.644,2.634 112.044,2.634L109.526,2.634L109.526,2.635ZM109.526,8.155L109.526,12.891L108.022,12.891L108.022,1.198L112.011,1.198C113.025,1.198 113.885,1.535 114.594,2.21C115.314,2.885 115.674,3.707 115.674,4.676C115.674,5.667 115.314,6.495 114.594,7.158C113.897,7.823 113.035,8.154 112.011,8.154L109.526,8.154L109.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#FFFFFF"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M117.194,10.442C117.194,10.834 117.36,11.16 117.693,11.422C118.025,11.683 118.415,11.813 118.861,11.813C119.494,11.813 120.057,11.579 120.553,11.112C121.05,10.643 121.297,10.093 121.297,9.463C120.828,9.092 120.174,8.907 119.335,8.907C118.724,8.907 118.215,9.055 117.807,9.349C117.398,9.643 117.194,10.006 117.194,10.442M119.14,4.627C120.252,4.627 121.129,4.924 121.773,5.518C122.415,6.111 122.737,6.925 122.737,7.959L122.737,12.891L121.298,12.891L121.298,11.781L121.233,11.781C120.611,12.695 119.783,13.153 118.747,13.153C117.865,13.153 117.126,12.891 116.532,12.369C115.938,11.846 115.641,11.193 115.641,10.409C115.641,9.581 115.954,8.923 116.581,8.433C117.208,7.943 118.044,7.698 119.09,7.698C119.983,7.698 120.72,7.861 121.297,8.188L121.297,7.844C121.297,7.322 121.09,6.878 120.676,6.513C120.261,6.149 119.777,5.967 119.221,5.967C118.381,5.967 117.717,6.32 117.226,7.029L115.901,6.195C116.632,5.15 117.711,4.627 119.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#FFFFFF"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M130.993,4.889l-5.02,11.531l-1.553,0l1.864,-4.035l-3.303,-7.496l1.635,0l2.387,5.749l0.033,0l2.322,-5.749z"
26
+ android:strokeWidth="1"
27
+ android:fillColor="#FFFFFF"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M103.448,7.134C103.448,6.661 103.408,6.205 103.332,5.768L96.988,5.768L96.988,8.356L100.622,8.356C100.466,9.199 99.994,9.917 99.278,10.398L99.278,12.079L101.447,12.079C102.716,10.908 103.448,9.179 103.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M96.988,13.701C98.804,13.701 100.332,13.105 101.447,12.079L99.278,10.398C98.675,10.804 97.897,11.041 96.988,11.041C95.234,11.041 93.744,9.859 93.212,8.267L90.978,8.267L90.978,9.998C92.085,12.193 94.36,13.701 96.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M93.212,8.267C93.076,7.861 93.001,7.428 93.001,6.981C93.001,6.534 93.076,6.101 93.212,5.695L93.212,3.964L90.978,3.964C90.52,4.871 90.261,5.896 90.261,6.981C90.261,8.066 90.52,9.091 90.978,9.998L93.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M96.988,2.921C97.98,2.921 98.868,3.262 99.569,3.929L99.569,3.93L101.489,2.012C100.323,0.928 98.803,0.261 96.988,0.261C94.36,0.261 92.085,1.769 90.978,3.964L93.212,5.695C93.744,4.103 95.234,2.921 96.988,2.921"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>
@@ -0,0 +1,58 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="113dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="113"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M91.526,2.635L91.526,6.718h2.518a1.988,1.988 0,0 0,1.488 -0.6,1.99 1.99,0 0,0 0,-2.858 1.961,1.961 0,0 0,-1.488 -0.621L91.526,2.639ZM91.526,8.155v4.736h-1.5L90.026,1.2h3.989A3.606,3.606 0,0 1,96.594 2.21a3.253,3.253 0,0 1,1.08 2.466,3.236 3.236,0 0,1 -1.08,2.482 3.6,3.6 0,0 1,-2.583 1L91.526,8.158Z"
8
+ android:fillColor="#5f6368"
9
+ android:fillType="evenOdd"/>
10
+ <path
11
+ android:pathData="M99.194,10.442a1.2,1.2 0,0 0,0.5 0.979,1.83 1.83,0 0,0 1.168,0.392 2.4,2.4 0,0 0,1.692 -0.7,2.2 2.2,0 0,0 0.744,-1.649 3.089,3.089 0,0 0,-1.962 -0.556,2.546 2.546,0 0,0 -1.528,0.442 1.306,1.306 0,0 0,-0.613 1.093m1.946,-5.815a3.734,3.734 0,0 1,2.633 0.891,3.16 3.16,0 0,1 0.964,2.441v4.932H103.3v-1.11h-0.065a2.875,2.875 0,0 1,-2.486 1.372,3.236 3.236,0 0,1 -2.215,-0.784 2.5,2.5 0,0 1,-0.891 -1.96,2.377 2.377,0 0,1 0.94,-1.976A3.964,3.964 0,0 1,101.09 7.7a4.44,4.44 0,0 1,2.207 0.49V7.844a1.711,1.711 0,0 0,-0.621 -1.331,2.136 2.136,0 0,0 -1.455,-0.546 2.3,2.3 0,0 0,-2 1.062L97.9,6.2a3.7,3.7 0,0 1,3.239 -1.568"
12
+ android:fillColor="#5f6368"
13
+ android:fillType="evenOdd"/>
14
+ <path
15
+ android:pathData="M112.993,4.889l-5.02,11.53H106.42l1.864,-4.034 -3.3,-7.5h1.636L109,10.637h0.032l2.322,-5.748Z"
16
+ android:fillColor="#5f6368"
17
+ android:fillType="evenOdd"/>
18
+ <path
19
+ android:pathData="M85.448,7.134a7.966,7.966 0,0 0,-0.116 -1.366H78.988V8.356h3.634A3.112,3.112 0,0 1,81.278 10.4v1.681h2.169a6.576,6.576 0,0 0,2 -4.945"
20
+ android:fillColor="#4285f4"
21
+ android:fillType="evenOdd"/>
22
+ <path
23
+ android:pathData="M78.988,13.7a6.446,6.446 0,0 0,4.459 -1.622L81.278,10.4a4.08,4.08 0,0 1,-6.066 -2.131H72.978V10a6.728,6.728 0,0 0,6.01 3.7"
24
+ android:fillColor="#34a853"
25
+ android:fillType="evenOdd"/>
26
+ <path
27
+ android:pathData="M75.212,8.267a4.024,4.024 0,0 1,0 -2.572V3.964H72.978a6.706,6.706 0,0 0,0 6.034Z"
28
+ android:fillColor="#fabb05"
29
+ android:fillType="evenOdd"/>
30
+ <path
31
+ android:pathData="M78.988,2.921a3.656,3.656 0,0 1,2.581 1.008h0l1.92,-1.918a6.469,6.469 0,0 0,-4.5 -1.75,6.727 6.727,0 0,0 -6.01,3.7L75.212,5.7a4.024,4.024 0,0 1,3.776 -2.774"
32
+ android:fillColor="#e94235"
33
+ android:fillType="evenOdd"/>
34
+ <path
35
+ android:pathData="M4.307,2.833H6.125L9.944,13H8.2l-0.923,-2.6h-4.1L2.248,13H0.487ZM6.735,8.924 L5.656,5.9l-0.4,-1.178H5.173L4.776,5.9 3.7,8.924Z"
36
+ android:fillColor="#3c4043"/>
37
+ <path
38
+ android:pathData="M12.266,12.744A3.438,3.438 0,0 1,11.038 11.4a4.048,4.048 0,0 1,-0.455 -1.924,4.048 4.048,0 0,1 0.455,-1.924 3.438,3.438 0,0 1,1.228 -1.342,3.119 3.119,0 0,1 1.683,-0.483 2.828,2.828 0,0 1,1.37 0.327,2.437 2.437,0 0,1 0.916,0.809h0.071l-0.071,-0.98L16.235,2.833L17.8,2.833L17.8,13L16.306,13v-0.923h-0.071a2.4,2.4 0,0 1,-0.909 0.823,2.817 2.817,0 0,1 -1.377,0.327A3.128,3.128 0,0 1,12.266 12.744ZM15.266,11.508a2.055,2.055 0,0 0,0.76 -0.809,2.531 2.531,0 0,0 0.284,-1.221 2.531,2.531 0,0 0,-0.284 -1.221,2.065 2.065,0 0,0 -0.76,-0.81 2.008,2.008 0,0 0,-2.059 0,2.093 2.093,0 0,0 -0.766,0.817 2.477,2.477 0,0 0,-0.291 1.214,2.48 2.48,0 0,0 0.291,1.214 2.084,2.084 0,0 0,0.766 0.816,2.008 2.008,0 0,0 2.059,0Z"
39
+ android:fillColor="#3c4043"/>
40
+ <path
41
+ android:pathData="M20.545,12.921a2.361,2.361 0,0 1,-0.952 -0.852,2.26 2.26,0 0,1 -0.347,-1.242 2.083,2.083 0,0 1,0.83 -1.747,3.359 3.359,0 0,1 2.109,-0.639 4.375,4.375 0,0 1,1.917 0.384v-0.3a1.317,1.317 0,0 0,-0.5 -1.057,1.834 1.834,0 0,0 -1.214,-0.419 2.052,2.052 0,0 0,-1.733 0.88l-1.193,-0.824A3.311,3.311 0,0 1,20.7 6.084a3.876,3.876 0,0 1,1.683 -0.355,3.413 3.413,0 0,1 2.392,0.774 2.809,2.809 0,0 1,0.845 2.18L25.62,13L24.1,13v-0.867h-0.085a2.711,2.711 0,0 1,-0.867 0.788,2.437 2.437,0 0,1 -1.249,0.306A2.954,2.954 0,0 1,20.545 12.921ZM23.129,11.672a2,2 0,0 0,0.71 -0.7,1.763 1.763,0 0,0 0.263,-0.93A3.29,3.29 0,0 0,22.5 9.634a1.952,1.952 0,0 0,-1.221 0.341,1.049 1.049,0 0,0 -0.44,0.866 0.953,0.953 0,0 0,0.391 0.788,1.458 1.458,0 0,0 0.929,0.306A1.89,1.89 0,0 0,23.129 11.672Z"
42
+ android:fillColor="#3c4043"/>
43
+ <path
44
+ android:pathData="M28.056,12.453a3.142,3.142 0,0 1,-0.674 -2.137V5.957h1.562V10.1q0,1.689 1.519,1.689a1.564,1.564 0,0 0,1.285 -0.617,2.312 2.312,0 0,0 0.49,-1.484V5.957H33.8V13H32.309v-0.938h-0.071a2.342,2.342 0,0 1,-0.916 0.838,2.654 2.654,0 0,1 -1.285,0.327A2.487,2.487 0,0 1,28.056 12.453Z"
45
+ android:fillColor="#3c4043"/>
46
+ <path
47
+ android:pathData="M36.662,15.676A3.077,3.077 0,0 1,35.5 14.235l1.477,-0.61a1.871,1.871 0,0 0,0.71 0.922,1.986 1.986,0 0,0 1.15,0.341 2.078,2.078 0,0 0,1.541 -0.563,2.141 2.141,0 0,0 0.561,-1.581v-0.611h-0.085a2.444,2.444 0,0 1,-0.93 0.8,2.944 2.944,0 0,1 -1.342,0.3 3.041,3.041 0,0 1,-1.64 -0.475,3.462 3.462,0 0,1 -1.221,-1.332 4,4 0,0 1,-0.462 -1.935,4.01 4.01,0 0,1 0.462,-1.935 3.527,3.527 0,0 1,1.221 -1.339,3.006 3.006,0 0,1 1.64,-0.482 2.944,2.944 0,0 1,1.342 0.3,2.435 2.435,0 0,1 0.93,0.8h0.085L40.939,5.957h1.491L42.43,12.6a4.1,4.1 0,0 1,-0.461 2,3.044 3.044,0 0,1 -1.279,1.264 3.945,3.945 0,0 1,-1.853 0.426A3.637,3.637 0,0 1,36.662 15.676ZM39.906,11.531a2,2 0,0 0,0.753 -0.8,2.592 2.592,0 0,0 0.284,-1.241 2.622,2.622 0,0 0,-0.284 -1.255,2 2,0 0,0 -0.753,-0.805 1.977,1.977 0,0 0,-1.022 -0.276,1.946 1.946,0 0,0 -1.022,0.283 2.059,2.059 0,0 0,-0.753 0.813,2.577 2.577,0 0,0 -0.284,1.24 2.581,2.581 0,0 0,0.284 1.241,2 2,0 0,0 0.753,0.8 2.03,2.03 0,0 0,2.044 0Z"
48
+ android:fillColor="#3c4043"/>
49
+ <path
50
+ android:pathData="M45.182,12.921a2.361,2.361 0,0 1,-0.952 -0.852,2.269 2.269,0 0,1 -0.347,-1.242 2.086,2.086 0,0 1,0.83 -1.747,3.359 3.359,0 0,1 2.109,-0.639 4.375,4.375 0,0 1,1.917 0.384v-0.3a1.317,1.317 0,0 0,-0.5 -1.057,1.834 1.834,0 0,0 -1.214,-0.419 2.051,2.051 0,0 0,-1.732 0.88L44.1,7.106a3.3,3.3 0,0 1,1.242 -1.022,3.876 3.876,0 0,1 1.683,-0.355 3.417,3.417 0,0 1,2.393 0.774,2.808 2.808,0 0,1 0.844,2.18L50.262,13L48.739,13v-0.867h-0.085a2.707,2.707 0,0 1,-0.866 0.788,2.441 2.441,0 0,1 -1.25,0.306A2.954,2.954 0,0 1,45.182 12.921ZM46.268,4.395a1.879,1.879 0,0 1,-0.7 -0.668A1.753,1.753 0,0 1,45.3 2.79h1.178a0.738,0.738 0,0 0,0.192 0.511,0.662 0.662,0 0,0 0.518,0.213 0.646,0.646 0,0 0,0.5 -0.213,0.738 0.738,0 0,0 0.192,-0.511h1.15a1.779,1.779 0,0 1,-0.255 0.944,1.879 1.879,0 0,1 -0.682,0.661 1.824,1.824 0,0 1,-0.909 0.241A1.9,1.9 0,0 1,46.268 4.395ZM47.768,11.672a2.015,2.015 0,0 0,0.71 -0.7,1.771 1.771,0 0,0 0.262,-0.93 3.287,3.287 0,0 0,-1.6 -0.412,1.954 1.954,0 0,0 -1.221,0.341 1.052,1.052 0,0 0,-0.44 0.866,0.953 0.953,0 0,0 0.391,0.788 1.46,1.46 0,0 0,0.929 0.306A1.893,1.893 0,0 0,47.767 11.672Z"
51
+ android:fillColor="#3c4043"/>
52
+ <path
53
+ android:pathData="M54.191,4.465l1.534,-1.718h1.363l1.534,1.718L58.622,4.55L57.117,4.55l-0.639,-0.837h-0.142L55.7,4.55L54.191,4.55ZM55.626,5.957h1.562L57.188,13L55.626,13Z"
54
+ android:fillColor="#3c4043"/>
55
+ <path
56
+ android:pathData="M59.232,5.957h1.477v0.937h0.085a2.369,2.369 0,0 1,0.909 -0.838A2.651,2.651 0,0 1,63 5.729a2.5,2.5 0,0 1,1.981 0.767,3.1 3.1,0 0,1 0.674,2.116V13H64.089V8.825q0,-1.662 -1.548,-1.662a1.526,1.526 0,0 0,-1.264 0.625,2.346 2.346,0 0,0 -0.483,1.477V13H59.232Z"
57
+ android:fillColor="#3c4043"/>
58
+ </vector>
@@ -0,0 +1,58 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="113dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="113"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M91.526,2.635L91.526,6.718h2.518a1.988,1.988 0,0 0,1.488 -0.6,1.99 1.99,0 0,0 0,-2.858 1.961,1.961 0,0 0,-1.488 -0.621L91.526,2.639ZM91.526,8.155v4.736h-1.5L90.026,1.2h3.989A3.606,3.606 0,0 1,96.594 2.21a3.253,3.253 0,0 1,1.08 2.466,3.236 3.236,0 0,1 -1.08,2.482 3.6,3.6 0,0 1,-2.583 1L91.526,8.158Z"
8
+ android:fillColor="#fff"
9
+ android:fillType="evenOdd"/>
10
+ <path
11
+ android:pathData="M99.194,10.442a1.2,1.2 0,0 0,0.5 0.979,1.83 1.83,0 0,0 1.168,0.392 2.4,2.4 0,0 0,1.692 -0.7,2.2 2.2,0 0,0 0.744,-1.649 3.089,3.089 0,0 0,-1.962 -0.556,2.546 2.546,0 0,0 -1.528,0.442 1.306,1.306 0,0 0,-0.613 1.093m1.946,-5.815a3.734,3.734 0,0 1,2.633 0.891,3.16 3.16,0 0,1 0.964,2.441v4.932H103.3v-1.11h-0.065a2.875,2.875 0,0 1,-2.486 1.372,3.236 3.236,0 0,1 -2.215,-0.784 2.5,2.5 0,0 1,-0.891 -1.96,2.377 2.377,0 0,1 0.94,-1.976A3.964,3.964 0,0 1,101.09 7.7a4.44,4.44 0,0 1,2.207 0.49V7.844a1.711,1.711 0,0 0,-0.621 -1.331,2.136 2.136,0 0,0 -1.455,-0.546 2.3,2.3 0,0 0,-2 1.062L97.9,6.2a3.7,3.7 0,0 1,3.239 -1.568"
12
+ android:fillColor="#fff"
13
+ android:fillType="evenOdd"/>
14
+ <path
15
+ android:pathData="M112.993,4.889l-5.02,11.53H106.42l1.864,-4.034 -3.3,-7.5h1.636L109,10.637h0.032l2.322,-5.748Z"
16
+ android:fillColor="#fff"
17
+ android:fillType="evenOdd"/>
18
+ <path
19
+ android:pathData="M85.448,7.134a7.966,7.966 0,0 0,-0.116 -1.366H78.988V8.356h3.634A3.112,3.112 0,0 1,81.278 10.4v1.681h2.169a6.576,6.576 0,0 0,2 -4.945"
20
+ android:fillColor="#4285f4"
21
+ android:fillType="evenOdd"/>
22
+ <path
23
+ android:pathData="M78.988,13.7a6.446,6.446 0,0 0,4.459 -1.622L81.278,10.4a4.08,4.08 0,0 1,-6.066 -2.131H72.978V10a6.728,6.728 0,0 0,6.01 3.7"
24
+ android:fillColor="#34a853"
25
+ android:fillType="evenOdd"/>
26
+ <path
27
+ android:pathData="M75.212,8.267a4.024,4.024 0,0 1,0 -2.572V3.964H72.978a6.706,6.706 0,0 0,0 6.034Z"
28
+ android:fillColor="#fabb05"
29
+ android:fillType="evenOdd"/>
30
+ <path
31
+ android:pathData="M78.988,2.921a3.656,3.656 0,0 1,2.581 1.008h0l1.92,-1.918a6.469,6.469 0,0 0,-4.5 -1.75,6.727 6.727,0 0,0 -6.01,3.7L75.212,5.7a4.024,4.024 0,0 1,3.776 -2.774"
32
+ android:fillColor="#e94235"
33
+ android:fillType="evenOdd"/>
34
+ <path
35
+ android:pathData="M4.307,2.833H6.125L9.944,13H8.2l-0.923,-2.6h-4.1L2.248,13H0.487ZM6.735,8.925 L5.656,5.9l-0.4,-1.178H5.173L4.776,5.9 3.7,8.925Z"
36
+ android:fillColor="#fff"/>
37
+ <path
38
+ android:pathData="M12.266,12.744A3.424,3.424 0,0 1,11.038 11.4a4.047,4.047 0,0 1,-0.455 -1.923,4.055 4.055,0 0,1 0.455,-1.925 3.438,3.438 0,0 1,1.228 -1.342,3.128 3.128,0 0,1 1.683,-0.483 2.828,2.828 0,0 1,1.37 0.327,2.446 2.446,0 0,1 0.916,0.809h0.071l-0.071,-0.979L16.235,2.833L17.8,2.833L17.8,13L16.306,13v-0.923h-0.071a2.4,2.4 0,0 1,-0.909 0.823,2.817 2.817,0 0,1 -1.377,0.327A3.128,3.128 0,0 1,12.266 12.744ZM15.266,11.509a2.058,2.058 0,0 0,0.76 -0.81,2.527 2.527,0 0,0 0.284,-1.22 2.535,2.535 0,0 0,-0.284 -1.222,2.065 2.065,0 0,0 -0.76,-0.81 2.008,2.008 0,0 0,-2.059 0,2.093 2.093,0 0,0 -0.766,0.817 2.478,2.478 0,0 0,-0.291 1.215,2.476 2.476,0 0,0 0.291,1.213 2.093,2.093 0,0 0,0.766 0.817,2.008 2.008,0 0,0 2.059,0Z"
39
+ android:fillColor="#fff"/>
40
+ <path
41
+ android:pathData="M20.545,12.922a2.364,2.364 0,0 1,-0.952 -0.853,2.26 2.26,0 0,1 -0.347,-1.242 2.086,2.086 0,0 1,0.83 -1.747,3.359 3.359,0 0,1 2.109,-0.639 4.375,4.375 0,0 1,1.917 0.384v-0.3a1.317,1.317 0,0 0,-0.5 -1.057,1.834 1.834,0 0,0 -1.214,-0.419 2.053,2.053 0,0 0,-1.733 0.881l-1.193,-0.825A3.311,3.311 0,0 1,20.7 6.084a3.876,3.876 0,0 1,1.683 -0.355,3.413 3.413,0 0,1 2.392,0.774 2.811,2.811 0,0 1,0.845 2.18L25.62,13L24.1,13v-0.866h-0.085a2.734,2.734 0,0 1,-0.867 0.788,2.446 2.446,0 0,1 -1.249,0.3A2.966,2.966 0,0 1,20.545 12.922ZM23.129,11.672a2,2 0,0 0,0.71 -0.7,1.766 1.766,0 0,0 0.263,-0.931A3.289,3.289 0,0 0,22.5 9.635a1.946,1.946 0,0 0,-1.221 0.341,1.046 1.046,0 0,0 -0.44,0.866 0.956,0.956 0,0 0,0.391 0.788,1.464 1.464,0 0,0 0.929,0.3A1.88,1.88 0,0 0,23.129 11.672Z"
42
+ android:fillColor="#fff"/>
43
+ <path
44
+ android:pathData="M28.056,12.453a3.14,3.14 0,0 1,-0.674 -2.137V5.957h1.562V10.1q0,1.689 1.519,1.69a1.562,1.562 0,0 0,1.285 -0.618,2.31 2.31,0 0,0 0.49,-1.484V5.957H33.8V13H32.309v-0.938h-0.071a2.342,2.342 0,0 1,-0.916 0.838,2.654 2.654,0 0,1 -1.285,0.327A2.487,2.487 0,0 1,28.056 12.453Z"
45
+ android:fillColor="#fff"/>
46
+ <path
47
+ android:pathData="M36.662,15.677A3.084,3.084 0,0 1,35.5 14.235l1.477,-0.61a1.874,1.874 0,0 0,0.71 0.923,1.993 1.993,0 0,0 1.15,0.341 2.079,2.079 0,0 0,1.541 -0.564,2.141 2.141,0 0,0 0.561,-1.581v-0.61h-0.085a2.45,2.45 0,0 1,-0.93 0.8,2.931 2.931,0 0,1 -1.342,0.3 3.041,3.041 0,0 1,-1.64 -0.475,3.459 3.459,0 0,1 -1.221,-1.331 4.009,4.009 0,0 1,-0.462 -1.936,4.01 4.01,0 0,1 0.462,-1.935 3.516,3.516 0,0 1,1.221 -1.338,3.007 3.007,0 0,1 1.64,-0.483 2.944,2.944 0,0 1,1.342 0.3,2.444 2.444,0 0,1 0.93,0.8h0.085L40.939,5.957h1.491L42.43,12.6a4.1,4.1 0,0 1,-0.461 2,3.044 3.044,0 0,1 -1.279,1.264 3.945,3.945 0,0 1,-1.853 0.426A3.644,3.644 0,0 1,36.662 15.677ZM39.906,11.531a2,2 0,0 0,0.753 -0.8,2.592 2.592,0 0,0 0.284,-1.241 2.627,2.627 0,0 0,-0.284 -1.255,2 2,0 0,0 -0.753,-0.805 1.977,1.977 0,0 0,-1.022 -0.276,1.937 1.937,0 0,0 -1.022,0.284 2.049,2.049 0,0 0,-0.753 0.812,2.579 2.579,0 0,0 -0.284,1.24 2.581,2.581 0,0 0,0.284 1.241,2 2,0 0,0 0.753,0.8 2.03,2.03 0,0 0,2.044 0Z"
48
+ android:fillColor="#fff"/>
49
+ <path
50
+ android:pathData="M45.182,12.922a2.364,2.364 0,0 1,-0.952 -0.853,2.269 2.269,0 0,1 -0.347,-1.242 2.088,2.088 0,0 1,0.83 -1.747,3.359 3.359,0 0,1 2.109,-0.639 4.375,4.375 0,0 1,1.917 0.384v-0.3a1.317,1.317 0,0 0,-0.5 -1.057,1.834 1.834,0 0,0 -1.214,-0.419 2.052,2.052 0,0 0,-1.732 0.881L44.1,7.106a3.3,3.3 0,0 1,1.242 -1.022,3.876 3.876,0 0,1 1.683,-0.355 3.417,3.417 0,0 1,2.393 0.774,2.81 2.81,0 0,1 0.844,2.18L50.262,13L48.739,13v-0.866h-0.085a2.73,2.73 0,0 1,-0.866 0.788,2.45 2.45,0 0,1 -1.25,0.3A2.966,2.966 0,0 1,45.182 12.922ZM46.268,4.395a1.884,1.884 0,0 1,-0.7 -0.667A1.756,1.756 0,0 1,45.3 2.79h1.178a0.738,0.738 0,0 0,0.192 0.511,0.662 0.662,0 0,0 0.518,0.213 0.646,0.646 0,0 0,0.5 -0.213,0.738 0.738,0 0,0 0.192,-0.511h1.15a1.776,1.776 0,0 1,-0.255 0.944,1.871 1.871,0 0,1 -0.682,0.661 1.814,1.814 0,0 1,-0.909 0.241A1.893,1.893 0,0 1,46.268 4.395ZM47.768,11.672a2.012,2.012 0,0 0,0.71 -0.7,1.774 1.774,0 0,0 0.262,-0.931 3.286,3.286 0,0 0,-1.6 -0.411,1.948 1.948,0 0,0 -1.221,0.341 1.049,1.049 0,0 0,-0.44 0.866,0.956 0.956,0 0,0 0.391,0.788 1.465,1.465 0,0 0,0.929 0.3A1.884,1.884 0,0 0,47.767 11.672Z"
51
+ android:fillColor="#fff"/>
52
+ <path
53
+ android:pathData="M54.191,4.466l1.534,-1.719h1.363l1.534,1.719v0.085L57.117,4.551l-0.639,-0.838h-0.142l-0.639,0.838L54.191,4.551ZM55.626,5.957h1.562L57.188,13L55.626,13Z"
54
+ android:fillColor="#fff"/>
55
+ <path
56
+ android:pathData="M59.232,5.957h1.477v0.937h0.085a2.362,2.362 0,0 1,0.909 -0.838A2.649,2.649 0,0 1,63 5.729a2.5,2.5 0,0 1,1.981 0.767,3.1 3.1,0 0,1 0.674,2.116V13H64.089V8.825q0,-1.66 -1.548,-1.662a1.525,1.525 0,0 0,-1.264 0.625,2.346 2.346,0 0,0 -0.483,1.478V13H59.232Z"
57
+ android:fillColor="#fff"/>
58
+ </vector>
@@ -0,0 +1,54 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="125dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="125"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M10.542,11.502L10.542,15.128L9.044,15.128L9.044,13L2.156,13L2.156,15.128L0.658,15.128L0.658,11.502L1.778,11.502C2.151,10.979 2.427,10.226 2.604,9.241C2.781,8.256 2.87,7.185 2.87,6.028L2.87,2.976L9.436,2.976L9.436,11.502L10.542,11.502ZM7.868,11.502L7.868,4.474L4.424,4.474L4.424,6.294C4.424,7.339 4.342,8.31 4.179,9.206C4.016,10.102 3.771,10.867 3.444,11.502L7.868,11.502ZM15.452,13.224C14.733,13.224 14.089,13.058 13.52,12.727C12.951,12.396 12.507,11.941 12.19,11.362C11.873,10.783 11.714,10.139 11.714,9.43C11.714,8.721 11.873,8.077 12.19,7.498C12.507,6.919 12.951,6.464 13.52,6.133C14.089,5.802 14.733,5.636 15.452,5.636C16.171,5.636 16.815,5.804 17.384,6.14C17.953,6.476 18.397,6.933 18.714,7.512C19.031,8.091 19.19,8.73 19.19,9.43C19.19,10.139 19.031,10.783 18.714,11.362C18.397,11.941 17.953,12.396 17.384,12.727C16.815,13.058 16.171,13.224 15.452,13.224ZM15.452,11.81C15.844,11.81 16.208,11.714 16.544,11.523C16.88,11.332 17.148,11.056 17.349,10.697C17.55,10.338 17.65,9.915 17.65,9.43C17.65,8.945 17.55,8.525 17.349,8.17C17.148,7.815 16.88,7.542 16.544,7.351C16.208,7.16 15.844,7.064 15.452,7.064C15.06,7.064 14.696,7.16 14.36,7.351C14.024,7.542 13.756,7.815 13.555,8.17C13.354,8.525 13.254,8.945 13.254,9.43C13.254,9.915 13.354,10.338 13.555,10.697C13.756,11.056 14.024,11.332 14.36,11.523C14.696,11.714 15.06,11.81 15.452,11.81ZM24.394,13.224C23.675,13.224 23.034,13.058 22.469,12.727C21.904,12.396 21.459,11.88 21.132,11.18C20.805,10.48 20.642,9.598 20.642,8.534C20.642,7.414 20.768,6.509 21.02,5.818C21.272,5.127 21.622,4.577 22.07,4.166C22.406,3.858 22.812,3.618 23.288,3.445C23.764,3.272 24.277,3.186 24.828,3.186C25.173,3.186 25.435,3.17 25.612,3.137C25.789,3.104 25.915,3.058 25.99,2.997C26.065,2.936 26.121,2.85 26.158,2.738L27.586,2.738C27.474,3.41 27.213,3.872 26.802,4.124C26.391,4.376 25.771,4.502 24.94,4.502C24.483,4.502 24.112,4.556 23.827,4.663C23.542,4.77 23.293,4.917 23.078,5.104C22.565,5.571 22.266,6.163 22.182,6.882L22.266,6.882C22.509,6.527 22.842,6.231 23.267,5.993C23.692,5.755 24.198,5.636 24.786,5.636C25.411,5.636 25.981,5.806 26.494,6.147C27.007,6.488 27.409,6.95 27.698,7.533C27.987,8.116 28.132,8.749 28.132,9.43C28.132,10.139 27.973,10.783 27.656,11.362C27.339,11.941 26.895,12.396 26.326,12.727C25.757,13.058 25.113,13.224 24.394,13.224ZM24.394,11.81C24.786,11.81 25.15,11.714 25.486,11.523C25.822,11.332 26.09,11.056 26.291,10.697C26.492,10.338 26.592,9.915 26.592,9.43C26.592,8.945 26.492,8.525 26.291,8.17C26.09,7.815 25.822,7.542 25.486,7.351C25.15,7.16 24.786,7.064 24.394,7.064C24.002,7.064 23.64,7.16 23.309,7.351C22.978,7.542 22.712,7.815 22.511,8.17C22.31,8.525 22.21,8.945 22.21,9.43C22.21,9.915 22.31,10.338 22.511,10.697C22.712,11.056 22.978,11.332 23.309,11.523C23.64,11.714 24.002,11.81 24.394,11.81ZM31.81,13.224C31.297,13.224 30.839,13.124 30.438,12.923C30.037,12.722 29.724,12.438 29.5,12.069C29.276,11.7 29.164,11.283 29.164,10.816C29.164,10.079 29.442,9.495 29.997,9.066C30.552,8.637 31.255,8.422 32.104,8.422C32.524,8.422 32.902,8.462 33.238,8.541C33.574,8.62 33.84,8.707 34.036,8.8L34.036,8.436C34.036,7.997 33.873,7.64 33.546,7.365C33.219,7.09 32.799,6.952 32.286,6.952C31.922,6.952 31.579,7.031 31.257,7.19C30.935,7.349 30.676,7.568 30.48,7.848L29.402,7.022C29.719,6.583 30.13,6.243 30.634,6C31.138,5.757 31.698,5.636 32.314,5.636C33.35,5.636 34.148,5.89 34.708,6.399C35.268,6.908 35.548,7.624 35.548,8.548L35.548,13L34.036,13L34.036,12.146L33.966,12.146C33.761,12.454 33.471,12.711 33.098,12.916C32.725,13.121 32.295,13.224 31.81,13.224ZM32.076,11.95C32.449,11.95 32.785,11.861 33.084,11.684C33.383,11.507 33.616,11.269 33.784,10.97C33.952,10.671 34.036,10.349 34.036,10.004C33.821,9.883 33.572,9.785 33.287,9.71C33.002,9.635 32.706,9.598 32.398,9.598C31.819,9.598 31.395,9.712 31.124,9.941C30.853,10.17 30.718,10.466 30.718,10.83C30.718,11.157 30.844,11.425 31.096,11.635C31.348,11.845 31.675,11.95 32.076,11.95ZM37.378,5.86L40.948,5.86C41.359,5.86 41.732,5.942 42.068,6.105C42.404,6.268 42.668,6.492 42.859,6.777C43.05,7.062 43.146,7.377 43.146,7.722C43.146,8.086 43.064,8.403 42.901,8.674C42.738,8.945 42.521,9.145 42.25,9.276L42.25,9.36C42.605,9.5 42.885,9.71 43.09,9.99C43.295,10.27 43.398,10.592 43.398,10.956C43.398,11.357 43.293,11.714 43.083,12.027C42.873,12.34 42.595,12.58 42.25,12.748C41.905,12.916 41.536,13 41.144,13L37.378,13L37.378,5.86ZM40.78,8.758C41.023,8.758 41.226,8.681 41.389,8.527C41.552,8.373 41.634,8.179 41.634,7.946C41.634,7.713 41.552,7.519 41.389,7.365C41.226,7.211 41.023,7.134 40.78,7.134L38.876,7.134L38.876,8.758L40.78,8.758ZM40.99,11.698C41.251,11.698 41.471,11.614 41.648,11.446C41.825,11.278 41.914,11.068 41.914,10.816C41.914,10.564 41.825,10.352 41.648,10.179C41.471,10.006 41.251,9.92 40.99,9.92L38.876,9.92L38.876,11.698L40.99,11.698ZM44.878,5.86L46.418,5.86L46.418,9.346L46.348,10.69L46.418,10.69L49.778,5.86L51.318,5.86L51.318,13L49.778,13L49.778,9.514L49.848,8.17L49.778,8.17L46.418,13L44.878,13L44.878,5.86ZM55.024,7.288L52.756,7.288L52.756,5.86L58.846,5.86L58.846,7.288L56.564,7.288L56.564,13L55.024,13L55.024,7.288ZM60.284,5.86L61.782,5.86L61.782,8.282L63.77,8.282C64.255,8.282 64.694,8.38 65.086,8.576C65.478,8.772 65.786,9.05 66.01,9.409C66.234,9.768 66.346,10.181 66.346,10.648C66.346,11.115 66.234,11.525 66.01,11.88C65.786,12.235 65.478,12.51 65.086,12.706C64.694,12.902 64.255,13 63.77,13L60.284,13L60.284,5.86ZM63.714,11.698C64.041,11.698 64.314,11.602 64.533,11.411C64.752,11.22 64.862,10.965 64.862,10.648C64.862,10.331 64.752,10.074 64.533,9.878C64.314,9.682 64.041,9.584 63.714,9.584L61.782,9.584L61.782,11.698L63.714,11.698ZM71.21,5.86L74.78,5.86C75.191,5.86 75.564,5.942 75.9,6.105C76.236,6.268 76.5,6.492 76.691,6.777C76.882,7.062 76.978,7.377 76.978,7.722C76.978,8.086 76.896,8.403 76.733,8.674C76.57,8.945 76.353,9.145 76.082,9.276L76.082,9.36C76.437,9.5 76.717,9.71 76.922,9.99C77.127,10.27 77.23,10.592 77.23,10.956C77.23,11.357 77.125,11.714 76.915,12.027C76.705,12.34 76.427,12.58 76.082,12.748C75.737,12.916 75.368,13 74.976,13L71.21,13L71.21,5.86ZM74.612,8.758C74.855,8.758 75.058,8.681 75.221,8.527C75.384,8.373 75.466,8.179 75.466,7.946C75.466,7.713 75.384,7.519 75.221,7.365C75.058,7.211 74.855,7.134 74.612,7.134L72.708,7.134L72.708,8.758L74.612,8.758ZM74.822,11.698C75.083,11.698 75.303,11.614 75.48,11.446C75.657,11.278 75.746,11.068 75.746,10.816C75.746,10.564 75.657,10.352 75.48,10.179C75.303,10.006 75.083,9.92 74.822,9.92L72.708,9.92L72.708,11.698L74.822,11.698Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#3C4043"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M103.526,2.635L103.526,6.718L106.044,6.718C106.644,6.718 107.14,6.516 107.532,6.113C107.935,5.711 108.137,5.231 108.137,4.676C108.137,4.132 107.935,3.658 107.532,3.254C107.14,2.841 106.644,2.634 106.044,2.634L103.526,2.634L103.526,2.635ZM103.526,8.155L103.526,12.891L102.022,12.891L102.022,1.198L106.011,1.198C107.025,1.198 107.885,1.535 108.594,2.21C109.314,2.885 109.674,3.707 109.674,4.676C109.674,5.667 109.314,6.495 108.594,7.158C107.897,7.823 107.035,8.154 106.011,8.154L103.526,8.154L103.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M111.194,10.442C111.194,10.834 111.36,11.16 111.693,11.422C112.025,11.683 112.415,11.813 112.861,11.813C113.494,11.813 114.057,11.579 114.553,11.112C115.05,10.643 115.297,10.093 115.297,9.463C114.828,9.092 114.174,8.907 113.335,8.907C112.724,8.907 112.215,9.055 111.807,9.349C111.398,9.643 111.194,10.006 111.194,10.442M113.14,4.627C114.252,4.627 115.129,4.924 115.773,5.518C116.415,6.111 116.737,6.925 116.737,7.959L116.737,12.891L115.298,12.891L115.298,11.781L115.233,11.781C114.611,12.695 113.783,13.153 112.747,13.153C111.865,13.153 111.126,12.891 110.532,12.369C109.938,11.846 109.641,11.193 109.641,10.409C109.641,9.581 109.954,8.923 110.581,8.433C111.208,7.943 112.044,7.698 113.09,7.698C113.983,7.698 114.72,7.861 115.297,8.188L115.297,7.844C115.297,7.322 115.09,6.878 114.676,6.513C114.261,6.149 113.777,5.967 113.221,5.967C112.381,5.967 111.717,6.32 111.226,7.029L109.901,6.195C110.632,5.15 111.711,4.627 113.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#5F6368"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M124.993,4.889l-5.02,11.531l-1.553,0l1.864,-4.035l-3.303,-7.496l1.635,0l2.387,5.749l0.033,0l2.322,-5.749z"
26
+ android:strokeWidth="1"
27
+ android:fillColor="#5F6368"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M97.448,7.134C97.448,6.661 97.408,6.205 97.332,5.768L90.988,5.768L90.988,8.356L94.622,8.356C94.466,9.199 93.994,9.917 93.278,10.398L93.278,12.079L95.447,12.079C96.716,10.908 97.448,9.179 97.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M90.988,13.701C92.804,13.701 94.332,13.105 95.447,12.079L93.278,10.398C92.675,10.804 91.897,11.041 90.988,11.041C89.234,11.041 87.744,9.859 87.212,8.267L84.978,8.267L84.978,9.998C86.085,12.193 88.36,13.701 90.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M87.212,8.267C87.076,7.861 87.001,7.428 87.001,6.981C87.001,6.534 87.076,6.101 87.212,5.695L87.212,3.964L84.978,3.964C84.52,4.871 84.261,5.896 84.261,6.981C84.261,8.066 84.52,9.091 84.978,9.998L87.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M90.988,2.921C91.98,2.921 92.868,3.262 93.569,3.929L93.569,3.93L95.489,2.012C94.323,0.928 92.803,0.261 90.988,0.261C88.36,0.261 86.085,1.769 84.978,3.964L87.212,5.695C87.744,4.103 89.234,2.921 90.988,2.921"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>