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,27 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="1373.28dp"
3
+ android:height="700.83dp"
4
+ android:viewportWidth="1373.28"
5
+ android:viewportHeight="700.83">
6
+ <path
7
+ android:pathData="M653.29,377.48v115.7h-36.72v-285.7h97.33c24.67,0 45.7,8.22 62.92,24.67c17.6,16.45 26.38,36.53 26.38,60.23c0,24.28 -8.8,44.37 -26.38,60.62c-17.02,16.25 -38.05,24.28 -62.92,24.28h-60.62V377.48zM653.29,242.67v99.63h61.38c14.53,0 26.77,-4.97 36.33,-14.72c9.75,-9.75 14.72,-21.62 14.72,-35c0,-13.2 -4.97,-24.87 -14.72,-34.62c-9.57,-10.13 -21.62,-15.1 -36.33,-15.1h-61.38L653.29,242.67L653.29,242.67z"
8
+ android:fillColor="#5F6368"/>
9
+ <path
10
+ android:pathData="M899.21,291.25c27.15,0 48.57,7.27 64.25,21.8c15.68,14.53 23.52,34.42 23.52,59.67V493.2h-35v-27.15h-1.53c-15.1,22.37 -35.38,33.47 -60.62,33.47c-21.62,0 -39.58,-6.32 -54.12,-19.12c-14.53,-12.82 -21.8,-28.68 -21.8,-47.8c0,-20.27 7.65,-36.33 22.95,-48.18c15.3,-12.05 35.77,-17.98 61.2,-17.98c21.8,0 39.78,4.02 53.73,12.05v-8.42c0,-12.82 -4.97,-23.52 -15.1,-32.52c-10.13,-8.98 -22,-13.38 -35.57,-13.38c-20.47,0 -36.72,8.6 -48.57,26l-32.32,-20.27C838.03,304.05 864.41,291.25 899.21,291.25zM851.79,433.13c0,9.57 4.02,17.6 12.23,23.9c8.03,6.32 17.6,9.57 28.5,9.57c15.48,0 29.25,-5.73 41.3,-17.22c12.05,-11.47 18.17,-24.87 18.17,-40.35c-11.47,-8.98 -27.35,-13.58 -47.8,-13.58c-14.92,0 -27.35,3.63 -37.28,10.72C856.76,413.63 851.79,422.62 851.79,433.13z"
11
+ android:fillColor="#5F6368"/>
12
+ <path
13
+ android:pathData="M1186.64,297.55l-122.38,281.5h-37.87l45.52,-98.48l-80.7,-183.02h39.97l58.13,140.37h0.77l56.58,-140.37H1186.64z"
14
+ android:fillColor="#5F6368"/>
15
+ <path
16
+ android:pathData="M507.39,354.16c0,-11.97 -1.07,-23.43 -3.06,-34.44H350.43v63.11l88.64,0.02c-3.6,21 -15.16,38.9 -32.89,50.83v33.3c0,4.22 3.42,7.64 7.64,7.64h45.12C489.74,446.1 507.39,403.95 507.39,354.16z"
17
+ android:fillColor="#4285F4"/>
18
+ <path
19
+ android:pathData="M406.19,433.67c-14.69,9.91 -33.6,15.7 -55.73,15.7c-42.74,0 -79,-28.8 -91.98,-67.62H211.7c-4.22,0 -7.65,3.42 -7.65,7.65v34.58c26.96,53.51 82.38,90.22 146.41,90.22c44.25,0 81.43,-14.55 108.49,-39.6L406.19,433.67z"
20
+ android:fillColor="#34A853"/>
21
+ <path
22
+ android:pathData="M253.36,350.43c0,-10.9 1.82,-21.44 5.13,-31.34v-34.57c0,-4.23 -3.43,-7.66 -7.66,-7.66h-46.77c-11.15,22.13 -17.42,47.1 -17.42,73.57c0,26.47 6.29,51.44 17.42,73.57l54.43,-42.22C255.17,371.86 253.36,361.33 253.36,350.43z"
23
+ android:fillColor="#FBBC04"/>
24
+ <path
25
+ android:pathData="M350.46,251.46c24.15,0 45.78,8.32 62.86,24.57l46.76,-46.72c-28.4,-26.45 -65.42,-42.68 -109.62,-42.68c-64.01,0 -119.45,36.72 -146.41,90.22l54.43,42.22C271.47,280.26 307.72,251.46 350.46,251.46z"
26
+ android:fillColor="#EA4335"/>
27
+ </vector>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <selector xmlns:android="http://schemas.android.com/apk/res/android" >
3
+ <item
4
+ android:state_enabled="false"
5
+ android:state_focused="true"
6
+ android:drawable="@drawable/un_googlepay_button_background_image_focused" />
7
+ <item
8
+ android:state_enabled="false"
9
+ android:drawable="@drawable/un_googlepay_button_background_image" />
10
+ <item
11
+ android:state_pressed="true"
12
+ android:drawable="@drawable/un_googlepay_button_background_image_pressed" />
13
+ <item
14
+ android:state_focused="true"
15
+ android:drawable="@drawable/un_googlepay_button_background_image_focused" />
16
+ <item
17
+ android:drawable="@drawable/un_googlepay_button_background_image" />
18
+ </selector>
@@ -0,0 +1,48 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="41dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="41.0"
5
+ android:viewportHeight="17.0">
6
+ <path
7
+ android:pathData="M19.526,2.635L19.526,6.718L22.044,6.718C22.644,6.718 23.14,6.516 23.532,6.113C23.935,5.711 24.137,5.231 24.137,4.676C24.137,4.132 23.935,3.658 23.532,3.254C23.14,2.841 22.644,2.634 22.044,2.634L19.526,2.634L19.526,2.635ZM19.526,8.155L19.526,12.891L18.022,12.891L18.022,1.198L22.011,1.198C23.025,1.198 23.885,1.535 24.594,2.21C25.314,2.885 25.674,3.707 25.674,4.676C25.674,5.667 25.314,6.495 24.594,7.158C23.897,7.823 23.035,8.154 22.011,8.154L19.526,8.154L19.526,8.155Z"
8
+ android:strokeColor="#00000000"
9
+ android:fillType="evenOdd"
10
+ android:fillColor="#5F6368"
11
+ android:strokeWidth="1"/>
12
+ <path
13
+ android:pathData="M27.194,10.442C27.194,10.834 27.36,11.16 27.693,11.422C28.025,11.683 28.415,11.813 28.861,11.813C29.494,11.813 30.057,11.579 30.553,11.112C31.05,10.643 31.297,10.093 31.297,9.463C30.828,9.092 30.174,8.907 29.335,8.907C28.724,8.907 28.215,9.055 27.807,9.349C27.398,9.643 27.194,10.006 27.194,10.442M29.14,4.627C30.252,4.627 31.129,4.924 31.773,5.518C32.415,6.111 32.737,6.925 32.737,7.959L32.737,12.891L31.298,12.891L31.298,11.781L31.233,11.781C30.611,12.695 29.783,13.153 28.747,13.153C27.865,13.153 27.126,12.891 26.532,12.369C25.938,11.846 25.641,11.193 25.641,10.409C25.641,9.581 25.954,8.923 26.581,8.433C27.208,7.943 28.044,7.698 29.09,7.698C29.983,7.698 30.72,7.861 31.297,8.188L31.297,7.844C31.297,7.322 31.09,6.878 30.676,6.513C30.261,6.149 29.777,5.967 29.221,5.967C28.381,5.967 27.717,6.32 27.226,7.029L25.902,6.195C26.632,5.15 27.711,4.627 29.14,4.627"
14
+ android:strokeColor="#00000000"
15
+ android:fillType="evenOdd"
16
+ android:fillColor="#5F6368"
17
+ android:strokeWidth="1"/>
18
+ <path
19
+ android:pathData="M40.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"
20
+ android:strokeColor="#00000000"
21
+ android:fillType="evenOdd"
22
+ android:fillColor="#5F6368"
23
+ android:strokeWidth="1"/>
24
+ <path
25
+ android:pathData="M13.448,7.134C13.448,6.661 13.408,6.205 13.332,5.768L6.988,5.768L6.988,8.356L10.622,8.356C10.466,9.199 9.994,9.917 9.278,10.398L9.278,12.079L11.447,12.079C12.716,10.908 13.448,9.179 13.448,7.134"
26
+ android:strokeColor="#00000000"
27
+ android:fillType="evenOdd"
28
+ android:fillColor="#4285F4"
29
+ android:strokeWidth="1"/>
30
+ <path
31
+ android:pathData="M6.988,13.701C8.804,13.701 10.332,13.105 11.447,12.079L9.278,10.398C8.675,10.804 7.897,11.041 6.988,11.041C5.234,11.041 3.744,9.859 3.212,8.267L0.978,8.267L0.978,9.998C2.085,12.193 4.36,13.701 6.988,13.701"
32
+ android:strokeColor="#00000000"
33
+ android:fillType="evenOdd"
34
+ android:fillColor="#34A853"
35
+ android:strokeWidth="1"/>
36
+ <path
37
+ android:pathData="M3.212,8.267C3.076,7.861 3.001,7.428 3.001,6.981C3.001,6.534 3.076,6.101 3.212,5.695L3.212,3.964L0.978,3.964C0.52,4.871 0.261,5.896 0.261,6.981C0.261,8.066 0.52,9.091 0.978,9.998L3.212,8.267Z"
38
+ android:strokeColor="#00000000"
39
+ android:fillType="evenOdd"
40
+ android:fillColor="#FABB05"
41
+ android:strokeWidth="1"/>
42
+ <path
43
+ android:pathData="M6.988,2.921C7.98,2.921 8.868,3.262 9.569,3.929L9.569,3.93L11.489,2.012C10.323,0.928 8.803,0.261 6.988,0.261C4.36,0.261 2.085,1.769 0.978,3.964L3.212,5.695C3.744,4.103 5.234,2.921 6.988,2.921"
44
+ android:strokeColor="#00000000"
45
+ android:fillType="evenOdd"
46
+ android:fillColor="#E94235"
47
+ android:strokeWidth="1"/>
48
+ </vector>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <selector xmlns:android="http://schemas.android.com/apk/res/android" >
3
+ <item
4
+ android:state_enabled="false"
5
+ android:state_focused="true"
6
+ android:drawable="@drawable/un_googlepay_button_no_shadow_background_image_focused" />
7
+ <item
8
+ android:state_enabled="false"
9
+ android:drawable="@drawable/un_googlepay_button_no_shadow_background_image" />
10
+ <item
11
+ android:state_pressed="true"
12
+ android:drawable="@drawable/un_googlepay_button_no_shadow_background_image_pressed" />
13
+ <item
14
+ android:state_focused="true"
15
+ android:drawable="@drawable/un_googlepay_button_no_shadow_background_image_focused" />
16
+ <item
17
+ android:drawable="@drawable/un_googlepay_button_no_shadow_background_image" />
18
+ </selector>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <selector xmlns:android="http://schemas.android.com/apk/res/android" >
3
+ <item android:state_enabled="false">
4
+ <shape
5
+ android:shape="rectangle" >
6
+ <corners android:radius="4dp"/>
7
+ <solid android:color="#7FFFFFFF"/>
8
+ </shape>
9
+ </item>
10
+ <item android:drawable="@android:color/transparent" />
11
+ </selector>
@@ -0,0 +1,30 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ xmlns:aapt="http://schemas.android.com/aapt"
3
+ android:width="108dp"
4
+ android:height="108dp"
5
+ android:viewportWidth="108"
6
+ android:viewportHeight="108">
7
+ <path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z">
8
+ <aapt:attr name="android:fillColor">
9
+ <gradient
10
+ android:endX="85.84757"
11
+ android:endY="92.4963"
12
+ android:startX="42.9492"
13
+ android:startY="49.59793"
14
+ android:type="linear">
15
+ <item
16
+ android:color="#44000000"
17
+ android:offset="0.0" />
18
+ <item
19
+ android:color="#00000000"
20
+ android:offset="1.0" />
21
+ </gradient>
22
+ </aapt:attr>
23
+ </path>
24
+ <path
25
+ android:fillColor="#FFFFFF"
26
+ android:fillType="nonZero"
27
+ android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z"
28
+ android:strokeWidth="1"
29
+ android:strokeColor="#00000000" />
30
+ </vector>
@@ -0,0 +1,25 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="117dp"
3
+ android:height="62dp"
4
+ android:viewportWidth="117"
5
+ android:viewportHeight="62">
6
+ <group>
7
+ <clip-path
8
+ android:pathData="M0,0h117v62h-117z"/>
9
+ <path
10
+ android:pathData="M23.439,51.816H14.889C11.239,51.816 9.876,48.581 9.876,44.122L9.87,20.864H0V44.122C0,54.115 6.958,61.647 16.184,61.647H33.324V20.864H23.439V51.816Z"
11
+ android:fillColor="#FFFFFF"/>
12
+ <path
13
+ android:pathData="M50.302,30.696H58.852C62.502,30.696 63.865,33.931 63.865,38.39L63.868,61.647H73.738V38.39C73.738,28.396 66.781,20.864 57.554,20.864H40.414V61.647H50.299V30.696H50.302Z"
14
+ android:fillColor="#FFFFFF"/>
15
+ <path
16
+ android:pathData="M80.837,61.649H90.878V17.586L80.837,21.746V61.649Z"
17
+ android:fillColor="#FFFFFF"/>
18
+ <path
19
+ android:pathData="M116.473,53.257L116.403,53.261C115.659,53.358 114.853,53.404 114.014,53.404C111.825,53.404 110.269,52.804 109.387,51.622C108.471,50.391 108.006,48.259 108.006,45.284V28.973H116.997V20.463H108.006V10.087L97.967,14.247V45.36C97.967,47.949 98.197,50.285 98.65,52.307C99.11,54.369 99.918,56.154 101.051,57.61C102.191,59.081 103.752,60.22 105.691,60.991C107.602,61.752 110.006,62.136 112.829,62.136C114.14,62.136 115.389,62.054 116.547,61.895L117,61.831V53.257H116.473Z"
20
+ android:fillColor="#FFFFFF"/>
21
+ <path
22
+ android:pathData="M80.837,0V14.02L90.878,9.859V0H80.837Z"
23
+ android:fillColor="#FFFFFF"/>
24
+ </group>
25
+ </vector>
@@ -0,0 +1,13 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="131dp"
3
+ android:height="42dp"
4
+ android:viewportWidth="131"
5
+ android:viewportHeight="42">
6
+ <group>
7
+ <clip-path
8
+ android:pathData="M0,0h131v42h-131z"/>
9
+ <path
10
+ android:pathData="M49.739,0.742L32.588,41.365H21.399L12.959,8.949C12.446,6.952 12.004,6.221 10.443,5.379C7.898,4.009 3.697,2.724 0.004,1.925L0.255,0.744H18.267C20.563,0.744 22.627,2.262 23.148,4.886L27.605,28.39L38.622,0.741H49.743L49.739,0.742ZM93.581,28.102C93.626,17.38 78.647,16.79 78.751,12C78.783,10.543 80.183,8.993 83.241,8.597C84.757,8.4 88.936,8.25 93.68,10.415L95.539,1.801C92.992,0.883 89.715,0 85.637,0C75.175,0 67.811,5.522 67.749,13.428C67.681,19.276 73.003,22.54 77.015,24.483C81.141,26.473 82.526,27.752 82.51,29.532C82.481,32.257 79.219,33.46 76.171,33.507C70.85,33.588 67.764,32.078 65.303,30.942L63.384,39.841C65.857,40.968 70.423,41.951 75.156,42C86.277,42 93.551,36.547 93.585,28.102H93.581ZM121.213,41.365H131.004L122.453,0.742H113.418C112.453,0.734 111.508,1.014 110.705,1.545C109.902,2.077 109.279,2.835 108.915,3.723L93.031,41.365H104.146L106.351,35.297H119.932L121.213,41.365ZM109.402,26.971L114.974,11.719L118.181,26.971H109.402ZM64.863,0.742L56.11,41.365H45.525L54.282,0.742H64.863Z"
11
+ android:fillColor="#FFFFFF"/>
12
+ </group>
13
+ </vector>
@@ -0,0 +1,54 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="144dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="144"
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.038,12.902L45.97,10.424L45.942,10.368C45.466,10.219 45.083,9.948 44.794,9.556C44.505,9.164 44.36,8.716 44.36,8.212C44.36,7.773 44.472,7.374 44.696,7.015C44.92,6.656 45.226,6.373 45.613,6.168C46,5.963 46.423,5.86 46.88,5.86L50.324,5.86L50.324,13L48.826,13L48.826,10.536L47.566,10.536L45.732,13L44.038,13L44.038,12.902ZM48.826,9.276L48.826,7.162L46.992,7.162C46.675,7.162 46.411,7.262 46.201,7.463C45.991,7.664 45.886,7.918 45.886,8.226C45.886,8.534 45.991,8.786 46.201,8.982C46.411,9.178 46.675,9.276 46.992,9.276L48.826,9.276ZM52.266,5.86L53.806,5.86L53.806,8.688L57.25,8.688L57.25,5.86L58.79,5.86L58.79,13L57.25,13L57.25,10.13L53.806,10.13L53.806,13L52.266,13L52.266,5.86ZM63.924,13.224C63.224,13.224 62.596,13.061 62.041,12.734C61.486,12.407 61.052,11.957 60.739,11.383C60.426,10.809 60.27,10.163 60.27,9.444C60.27,8.763 60.422,8.13 60.725,7.547C61.028,6.964 61.451,6.499 61.992,6.154C62.533,5.809 63.149,5.636 63.84,5.636C64.559,5.636 65.182,5.795 65.709,6.112C66.236,6.429 66.638,6.863 66.913,7.414C67.188,7.965 67.326,8.585 67.326,9.276C67.326,9.407 67.312,9.57 67.284,9.766L61.81,9.766C61.866,10.429 62.102,10.94 62.517,11.299C62.932,11.658 63.415,11.838 63.966,11.838C64.405,11.838 64.785,11.738 65.107,11.537C65.429,11.336 65.688,11.063 65.884,10.718L67.186,11.334C66.85,11.922 66.411,12.384 65.87,12.72C65.329,13.056 64.68,13.224 63.924,13.224ZM65.758,8.59C65.739,8.338 65.66,8.088 65.52,7.841C65.38,7.594 65.168,7.386 64.883,7.218C64.598,7.05 64.251,6.966 63.84,6.966C63.345,6.966 62.928,7.113 62.587,7.407C62.246,7.701 62.011,8.095 61.88,8.59L65.758,8.59ZM72.302,5.86L73.842,5.86L73.842,9.01L73.926,9.01L76.586,5.86L78.462,5.86L78.462,5.944L75.578,9.248L78.602,12.916L78.602,13L76.74,13L73.926,9.5L73.842,9.5L73.842,13L72.302,13L72.302,5.86ZM80.936,7.162L79.2,7.162L79.2,5.86L82.42,5.86L82.42,8.282L84.408,8.282C84.893,8.282 85.332,8.38 85.724,8.576C86.116,8.772 86.424,9.05 86.648,9.409C86.872,9.768 86.984,10.181 86.984,10.648C86.984,11.115 86.872,11.525 86.648,11.88C86.424,12.235 86.116,12.51 85.724,12.706C85.332,12.902 84.893,13 84.408,13L80.936,13L80.936,7.162ZM84.352,11.698C84.679,11.698 84.952,11.602 85.171,11.411C85.39,11.22 85.5,10.965 85.5,10.648C85.5,10.331 85.39,10.074 85.171,9.878C84.952,9.682 84.679,9.584 84.352,9.584L82.42,9.584L82.42,11.698L84.352,11.698ZM88.408,5.86L90.242,5.86L92.468,10.158L92.538,10.158L94.736,5.86L96.584,5.86L96.584,13L95.072,13L95.072,9.598L95.156,8.254L95.072,8.254L93.042,12.104L91.964,12.104L89.92,8.254L89.836,8.254L89.92,9.598L89.92,13L88.408,13L88.408,5.86Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#3C4043"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M122.526,2.635L122.526,6.718L125.044,6.718C125.644,6.718 126.14,6.516 126.532,6.113C126.935,5.711 127.137,5.231 127.137,4.676C127.137,4.132 126.935,3.658 126.532,3.254C126.14,2.841 125.644,2.634 125.044,2.634L122.526,2.634L122.526,2.635ZM122.526,8.155L122.526,12.891L121.022,12.891L121.022,1.198L125.011,1.198C126.025,1.198 126.885,1.535 127.594,2.21C128.314,2.885 128.674,3.707 128.674,4.676C128.674,5.667 128.314,6.495 127.594,7.158C126.897,7.823 126.035,8.154 125.011,8.154L122.526,8.154L122.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M130.194,10.442C130.194,10.834 130.36,11.16 130.693,11.422C131.025,11.683 131.415,11.813 131.861,11.813C132.494,11.813 133.057,11.579 133.553,11.112C134.049,10.643 134.297,10.093 134.297,9.463C133.828,9.092 133.174,8.907 132.335,8.907C131.724,8.907 131.215,9.055 130.807,9.349C130.398,9.643 130.194,10.006 130.194,10.442M132.14,4.627C133.252,4.627 134.129,4.924 134.773,5.518C135.415,6.111 135.737,6.925 135.737,7.959L135.737,12.891L134.298,12.891L134.298,11.781L134.233,11.781C133.611,12.695 132.783,13.153 131.747,13.153C130.865,13.153 130.126,12.891 129.532,12.369C128.938,11.846 128.641,11.193 128.641,10.409C128.641,9.581 128.954,8.923 129.581,8.433C130.208,7.943 131.044,7.698 132.09,7.698C132.983,7.698 133.72,7.861 134.297,8.188L134.297,7.844C134.297,7.322 134.09,6.878 133.676,6.513C133.261,6.149 132.777,5.967 132.221,5.967C131.381,5.967 130.717,6.32 130.226,7.029L128.902,6.195C129.632,5.15 130.711,4.627 132.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#5F6368"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M143.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="M116.448,7.134C116.448,6.661 116.408,6.205 116.332,5.768L109.988,5.768L109.988,8.356L113.622,8.356C113.466,9.199 112.994,9.917 112.278,10.398L112.278,12.079L114.447,12.079C115.716,10.908 116.448,9.179 116.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M109.988,13.701C111.804,13.701 113.332,13.105 114.447,12.079L112.278,10.398C111.675,10.804 110.897,11.041 109.988,11.041C108.234,11.041 106.744,9.859 106.212,8.267L103.978,8.267L103.978,9.998C105.085,12.193 107.36,13.701 109.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M106.212,8.267C106.076,7.861 106.001,7.428 106.001,6.981C106.001,6.534 106.076,6.101 106.212,5.695L106.212,3.964L103.978,3.964C103.52,4.871 103.261,5.896 103.261,6.981C103.261,8.066 103.52,9.091 103.978,9.998L106.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M109.988,2.921C110.98,2.921 111.868,3.262 112.569,3.929L112.569,3.93L114.489,2.012C113.323,0.928 111.803,0.261 109.988,0.261C107.36,0.261 105.085,1.769 103.978,3.964L106.212,5.695C106.744,4.103 108.234,2.921 109.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="144dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="144"
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.038,12.902L45.97,10.424L45.942,10.368C45.466,10.219 45.083,9.948 44.794,9.556C44.505,9.164 44.36,8.716 44.36,8.212C44.36,7.773 44.472,7.374 44.696,7.015C44.92,6.656 45.226,6.373 45.613,6.168C46,5.963 46.423,5.86 46.88,5.86L50.324,5.86L50.324,13L48.826,13L48.826,10.536L47.566,10.536L45.732,13L44.038,13L44.038,12.902ZM48.826,9.276L48.826,7.162L46.992,7.162C46.675,7.162 46.411,7.262 46.201,7.463C45.991,7.664 45.886,7.918 45.886,8.226C45.886,8.534 45.991,8.786 46.201,8.982C46.411,9.178 46.675,9.276 46.992,9.276L48.826,9.276ZM52.266,5.86L53.806,5.86L53.806,8.688L57.25,8.688L57.25,5.86L58.79,5.86L58.79,13L57.25,13L57.25,10.13L53.806,10.13L53.806,13L52.266,13L52.266,5.86ZM63.924,13.224C63.224,13.224 62.596,13.061 62.041,12.734C61.486,12.407 61.052,11.957 60.739,11.383C60.426,10.809 60.27,10.163 60.27,9.444C60.27,8.763 60.422,8.13 60.725,7.547C61.028,6.964 61.451,6.499 61.992,6.154C62.533,5.809 63.149,5.636 63.84,5.636C64.559,5.636 65.182,5.795 65.709,6.112C66.236,6.429 66.638,6.863 66.913,7.414C67.188,7.965 67.326,8.585 67.326,9.276C67.326,9.407 67.312,9.57 67.284,9.766L61.81,9.766C61.866,10.429 62.102,10.94 62.517,11.299C62.932,11.658 63.415,11.838 63.966,11.838C64.405,11.838 64.785,11.738 65.107,11.537C65.429,11.336 65.688,11.063 65.884,10.718L67.186,11.334C66.85,11.922 66.411,12.384 65.87,12.72C65.329,13.056 64.68,13.224 63.924,13.224ZM65.758,8.59C65.739,8.338 65.66,8.088 65.52,7.841C65.38,7.594 65.168,7.386 64.883,7.218C64.598,7.05 64.251,6.966 63.84,6.966C63.345,6.966 62.928,7.113 62.587,7.407C62.246,7.701 62.011,8.095 61.88,8.59L65.758,8.59ZM72.302,5.86L73.842,5.86L73.842,9.01L73.926,9.01L76.586,5.86L78.462,5.86L78.462,5.944L75.578,9.248L78.602,12.916L78.602,13L76.74,13L73.926,9.5L73.842,9.5L73.842,13L72.302,13L72.302,5.86ZM80.936,7.162L79.2,7.162L79.2,5.86L82.42,5.86L82.42,8.282L84.408,8.282C84.893,8.282 85.332,8.38 85.724,8.576C86.116,8.772 86.424,9.05 86.648,9.409C86.872,9.768 86.984,10.181 86.984,10.648C86.984,11.115 86.872,11.525 86.648,11.88C86.424,12.235 86.116,12.51 85.724,12.706C85.332,12.902 84.893,13 84.408,13L80.936,13L80.936,7.162ZM84.352,11.698C84.679,11.698 84.952,11.602 85.171,11.411C85.39,11.22 85.5,10.965 85.5,10.648C85.5,10.331 85.39,10.074 85.171,9.878C84.952,9.682 84.679,9.584 84.352,9.584L82.42,9.584L82.42,11.698L84.352,11.698ZM88.408,5.86L90.242,5.86L92.468,10.158L92.538,10.158L94.736,5.86L96.584,5.86L96.584,13L95.072,13L95.072,9.598L95.156,8.254L95.072,8.254L93.042,12.104L91.964,12.104L89.92,8.254L89.836,8.254L89.92,9.598L89.92,13L88.408,13L88.408,5.86Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#FFFFFF"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M122.526,2.635L122.526,6.718L125.044,6.718C125.644,6.718 126.14,6.516 126.532,6.113C126.935,5.711 127.137,5.231 127.137,4.676C127.137,4.132 126.935,3.658 126.532,3.254C126.14,2.841 125.644,2.634 125.044,2.634L122.526,2.634L122.526,2.635ZM122.526,8.155L122.526,12.891L121.022,12.891L121.022,1.198L125.011,1.198C126.025,1.198 126.885,1.535 127.594,2.21C128.314,2.885 128.674,3.707 128.674,4.676C128.674,5.667 128.314,6.495 127.594,7.158C126.897,7.823 126.035,8.154 125.011,8.154L122.526,8.154L122.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#FFFFFF"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M130.194,10.442C130.194,10.834 130.36,11.16 130.693,11.422C131.025,11.683 131.415,11.813 131.861,11.813C132.494,11.813 133.057,11.579 133.553,11.112C134.049,10.643 134.297,10.093 134.297,9.463C133.828,9.092 133.174,8.907 132.335,8.907C131.724,8.907 131.215,9.055 130.807,9.349C130.398,9.643 130.194,10.006 130.194,10.442M132.14,4.627C133.252,4.627 134.129,4.924 134.773,5.518C135.415,6.111 135.737,6.925 135.737,7.959L135.737,12.891L134.298,12.891L134.298,11.781L134.233,11.781C133.611,12.695 132.783,13.153 131.747,13.153C130.865,13.153 130.126,12.891 129.532,12.369C128.938,11.846 128.641,11.193 128.641,10.409C128.641,9.581 128.954,8.923 129.581,8.433C130.208,7.943 131.044,7.698 132.09,7.698C132.983,7.698 133.72,7.861 134.297,8.188L134.297,7.844C134.297,7.322 134.09,6.878 133.676,6.513C133.261,6.149 132.777,5.967 132.221,5.967C131.381,5.967 130.717,6.32 130.226,7.029L128.902,6.195C129.632,5.15 130.711,4.627 132.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#FFFFFF"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M143.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="M116.448,7.134C116.448,6.661 116.408,6.205 116.332,5.768L109.988,5.768L109.988,8.356L113.622,8.356C113.466,9.199 112.994,9.917 112.278,10.398L112.278,12.079L114.447,12.079C115.716,10.908 116.448,9.179 116.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M109.988,13.701C111.804,13.701 113.332,13.105 114.447,12.079L112.278,10.398C111.675,10.804 110.897,11.041 109.988,11.041C108.234,11.041 106.744,9.859 106.212,8.267L103.978,8.267L103.978,9.998C105.085,12.193 107.36,13.701 109.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M106.212,8.267C106.076,7.861 106.001,7.428 106.001,6.981C106.001,6.534 106.076,6.101 106.212,5.695L106.212,3.964L103.978,3.964C103.52,4.871 103.261,5.896 103.261,6.981C103.261,8.066 103.52,9.091 103.978,9.998L106.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M109.988,2.921C110.98,2.921 111.868,3.262 112.569,3.929L112.569,3.93L114.489,2.012C113.323,0.928 111.803,0.261 109.988,0.261C107.36,0.261 105.085,1.769 103.978,3.964L106.212,5.695C106.744,4.103 108.234,2.921 109.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="109dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="109"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M4,3h1.8l3.8,10H7.8l-0.9,-2.6h-4L1.9,13H0.2L4,3zM6.4,9L5.3,6L4.9,4.8H4.8L4.4,6L3.4,9H6.4zM11.1,7.2H9.8V5.9h1.3V5.3c0,-0.7 0.2,-1.3 0.7,-1.8s1.1,-0.7 1.8,-0.7c0.4,0 0.8,0.1 1.1,0.2v1.5c-0.2,-0.1 -0.3,-0.1 -0.5,-0.2c-0.1,0 -0.3,-0.1 -0.5,-0.1c-0.3,0 -0.6,0.1 -0.8,0.3s-0.3,0.5 -0.3,0.8v0.4h1.8v1.4h-1.8V13h-1.5V7.2zM18.9,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.3c0.3,0.6 0.4,1.2 0.4,1.9c0,0.1 0,0.3 0,0.5h-5.5c0.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.4C20.3,13.1 19.6,13.2 18.9,13.2zM20.7,8.6c0,-0.3 -0.1,-0.5 -0.2,-0.7c-0.1,-0.2 -0.4,-0.5 -0.6,-0.6S19.2,7 18.8,7c-0.5,0 -0.9,0.1 -1.3,0.4c-0.3,0.3 -0.6,0.7 -0.7,1.2H20.7zM27.1,16.2c-0.9,0 -1.6,-0.2 -2.2,-0.6c-0.6,-0.4 -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.6V12h-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.9s0.2,-1.4 0.5,-1.9c0.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.1V5.9h1.5v6.7c0,0.8 -0.1,1.4 -0.4,2c-0.3,0.5 -0.7,1 -1.3,1.2C28.4,16.1 27.8,16.2 27.1,16.2zM27.1,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.8C25.1,8.5 25,8.9 25,9.4c0,0.5 0.1,0.9 0.3,1.2c0.2,0.3 0.4,0.6 0.8,0.8C26.4,11.6 26.7,11.7 27.1,11.7zM35.8,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.3s0.4,1.2 0.4,1.9c0,0.1 0,0.3 0,0.5h-5.5c0.1,0.7 0.3,1.2 0.7,1.5s0.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.4C37.2,13.1 36.6,13.2 35.8,13.2zM37.6,8.6c0,-0.3 -0.1,-0.5 -0.2,-0.7c-0.1,-0.2 -0.4,-0.5 -0.6,-0.6S36.1,7 35.7,7c-0.5,0 -0.9,0.1 -1.3,0.4s-0.6,0.7 -0.7,1.2H37.6zM41.6,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.7s0.4,-0.3 0.7,-0.3c0.3,0 0.5,0.1 0.7,0.3c0.2,0.2 0.3,0.4 0.3,0.7s-0.1,0.5 -0.3,0.7C42.2,4.7 41.9,4.8 41.6,4.8zM40.9,5.9h1.5V13h-1.5V5.9zM46.3,9.4l-2.5,-3.5h1.8l1.6,2.3h0l1.5,-2.3h1.8l-2.5,3.5l2.5,3.6h-1.8l-1.6,-2.4h0L45.6,13h-1.8L46.3,9.4zM57.5,13.2c-0.5,0 -1,-0.1 -1.4,-0.3c-0.4,-0.2 -0.7,-0.5 -0.9,-0.9c-0.2,-0.4 -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.3V8.4c0,-0.4 -0.2,-0.8 -0.5,-1.1C58.9,7.1 58.5,7 58,7c-0.4,0 -0.7,0.1 -1,0.2c-0.3,0.2 -0.6,0.4 -0.8,0.7L55.1,7c0.3,-0.4 0.7,-0.8 1.2,-1s1.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.1V13h-1.5v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C58.4,13.1 58,13.2 57.5,13.2zM57.8,11.9c0.4,0 0.7,-0.1 1,-0.3s0.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.3s-0.4,0.5 -0.4,0.9c0,0.3 0.1,0.6 0.4,0.8C57,11.8 57.4,11.9 57.8,11.9z"
8
+ android:fillColor="#3C4043"/>
9
+ <path
10
+ android:pathData="M87.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.4C91.177,2.887 90.677,2.587 90.077,2.587L87.477,2.587L87.477,2.587zM87.477,8.187v4.7L85.977,12.887L85.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,1L87.477,8.187L87.477,8.187z"
11
+ android:fillColor="#5F6368"/>
12
+ <path
13
+ android:pathData="M95.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.4C95.377,9.687 95.177,9.987 95.177,10.487M97.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.5L99.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.1L93.877,6.187C94.677,5.187 95.677,4.587 97.177,4.587"
14
+ android:fillColor="#5F6368"/>
15
+ <path
16
+ android:pathData="M108.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="M81.461,7.161c0,-0.5 0,-0.9 -0.1,-1.4L74.961,5.761v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C80.761,10.861 81.461,9.161 81.461,7.161"
20
+ android:fillColor="#4285F4"/>
21
+ <path
22
+ android:pathData="M74.961,13.661c1.8,0 3.3,-0.6 4.5,-1.6L77.261,10.361c-0.6,0.4 -1.4,0.6 -2.3,0.6C73.261,11.061 71.761,9.861 71.261,8.261L68.961,8.261v1.7C70.061,12.161 72.361,13.661 74.961,13.661"
23
+ android:fillColor="#34A853"/>
24
+ <path
25
+ android:pathData="M71.261,8.261C71.061,7.861 70.961,7.461 70.961,6.961S71.061,6.061 71.261,5.661L71.261,3.961L68.961,3.961C68.561,4.861 68.261,5.861 68.261,6.961s0.3,2.1 0.7,3L71.261,8.261z"
26
+ android:fillColor="#FABB05"/>
27
+ <path
28
+ android:pathData="M74.961,2.961c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C78.361,0.961 76.761,0.261 74.961,0.261c-2.6,0 -4.9,1.5 -6,3.7L71.261,5.661C71.761,4.061 73.261,2.961 74.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="109dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="109"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M4,3h1.8l3.8,10H7.8l-0.9,-2.6h-4L1.9,13H0.2L4,3zM6.4,9L5.3,6L4.9,4.8H4.8L4.4,6L3.4,9H6.4zM11.1,7.2H9.8V5.9h1.3V5.3c0,-0.7 0.2,-1.3 0.7,-1.8s1.1,-0.7 1.8,-0.7c0.4,0 0.8,0.1 1.1,0.2v1.5c-0.2,-0.1 -0.3,-0.1 -0.5,-0.2c-0.1,0 -0.3,-0.1 -0.5,-0.1c-0.3,0 -0.6,0.1 -0.8,0.3s-0.3,0.5 -0.3,0.8v0.4h1.8v1.4h-1.8V13h-1.5V7.2zM18.9,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.3c0.3,0.6 0.4,1.2 0.4,1.9c0,0.1 0,0.3 0,0.5h-5.5c0.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.4C20.3,13.1 19.6,13.2 18.9,13.2zM20.7,8.6c0,-0.3 -0.1,-0.5 -0.2,-0.7c-0.1,-0.2 -0.4,-0.5 -0.6,-0.6S19.2,7 18.8,7c-0.5,0 -0.9,0.1 -1.3,0.4c-0.3,0.3 -0.6,0.7 -0.7,1.2H20.7zM27.1,16.2c-0.9,0 -1.6,-0.2 -2.2,-0.6c-0.6,-0.4 -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.6V12h-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.9s0.2,-1.4 0.5,-1.9c0.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.1V5.9h1.5v6.7c0,0.8 -0.1,1.4 -0.4,2c-0.3,0.5 -0.7,1 -1.3,1.2C28.4,16.1 27.8,16.2 27.1,16.2zM27.1,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.8C25.1,8.5 25,8.9 25,9.4c0,0.5 0.1,0.9 0.3,1.2c0.2,0.3 0.4,0.6 0.8,0.8C26.4,11.6 26.7,11.7 27.1,11.7zM35.8,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.3s0.4,1.2 0.4,1.9c0,0.1 0,0.3 0,0.5h-5.5c0.1,0.7 0.3,1.2 0.7,1.5s0.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.4C37.2,13.1 36.6,13.2 35.8,13.2zM37.6,8.6c0,-0.3 -0.1,-0.5 -0.2,-0.7c-0.1,-0.2 -0.4,-0.5 -0.6,-0.6S36.1,7 35.7,7c-0.5,0 -0.9,0.1 -1.3,0.4s-0.6,0.7 -0.7,1.2H37.6zM41.6,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.7s0.4,-0.3 0.7,-0.3c0.3,0 0.5,0.1 0.7,0.3c0.2,0.2 0.3,0.4 0.3,0.7s-0.1,0.5 -0.3,0.7C42.2,4.7 41.9,4.8 41.6,4.8zM40.9,5.9h1.5V13h-1.5V5.9zM46.3,9.4l-2.5,-3.5h1.8l1.6,2.3h0l1.5,-2.3h1.8l-2.5,3.5l2.5,3.6h-1.8l-1.6,-2.4h0L45.6,13h-1.8L46.3,9.4zM57.5,13.2c-0.5,0 -1,-0.1 -1.4,-0.3c-0.4,-0.2 -0.7,-0.5 -0.9,-0.9c-0.2,-0.4 -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.3V8.4c0,-0.4 -0.2,-0.8 -0.5,-1.1C58.9,7.1 58.5,7 58,7c-0.4,0 -0.7,0.1 -1,0.2c-0.3,0.2 -0.6,0.4 -0.8,0.7L55.1,7c0.3,-0.4 0.7,-0.8 1.2,-1s1.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.1V13h-1.5v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C58.4,13.1 58,13.2 57.5,13.2zM57.8,11.9c0.4,0 0.7,-0.1 1,-0.3s0.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.3s-0.4,0.5 -0.4,0.9c0,0.3 0.1,0.6 0.4,0.8C57,11.8 57.4,11.9 57.8,11.9z"
8
+ android:fillColor="#FFFFFF"/>
9
+ <path
10
+ android:pathData="M87.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.4C91.177,2.887 90.677,2.587 90.077,2.587L87.477,2.587L87.477,2.587zM87.477,8.187v4.7L85.977,12.887L85.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,1L87.477,8.187L87.477,8.187z"
11
+ android:fillColor="#FFFFFF"/>
12
+ <path
13
+ android:pathData="M95.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.4C95.377,9.687 95.177,9.987 95.177,10.487M97.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.5L99.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.1L93.877,6.187C94.677,5.187 95.677,4.587 97.177,4.587"
14
+ android:fillColor="#FFFFFF"/>
15
+ <path
16
+ android:pathData="M108.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="M81.461,7.161c0,-0.5 0,-0.9 -0.1,-1.4L74.961,5.761v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C80.761,10.861 81.461,9.161 81.461,7.161"
20
+ android:fillColor="#4285F4"/>
21
+ <path
22
+ android:pathData="M74.961,13.661c1.8,0 3.3,-0.6 4.5,-1.6L77.261,10.361c-0.6,0.4 -1.4,0.6 -2.3,0.6C73.261,11.061 71.761,9.861 71.261,8.261L68.961,8.261v1.7C70.061,12.161 72.361,13.661 74.961,13.661"
23
+ android:fillColor="#34A853"/>
24
+ <path
25
+ android:pathData="M71.261,8.261C71.061,7.861 70.961,7.461 70.961,6.961S71.061,6.061 71.261,5.661L71.261,3.961L68.961,3.961C68.561,4.861 68.261,5.861 68.261,6.961s0.3,2.1 0.7,3L71.261,8.261z"
26
+ android:fillColor="#FABB05"/>
27
+ <path
28
+ android:pathData="M74.961,2.961c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C78.361,0.961 76.761,0.261 74.961,0.261c-2.6,0 -4.9,1.5 -6,3.7L71.261,5.661C71.761,4.061 73.261,2.961 74.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="107dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="107"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M0.148,2.976L3.62,2.976C4.208,2.976 4.752,3.107 5.251,3.368C5.75,3.629 6.147,3.993 6.441,4.46C6.735,4.927 6.882,5.454 6.882,6.042C6.882,6.63 6.735,7.157 6.441,7.624C6.147,8.091 5.75,8.455 5.251,8.716C4.752,8.977 4.208,9.108 3.62,9.108L1.716,9.108L1.716,13L0.148,13L0.148,2.976ZM3.648,7.624C3.993,7.624 4.292,7.547 4.544,7.393C4.796,7.239 4.987,7.041 5.118,6.798C5.249,6.555 5.314,6.303 5.314,6.042C5.314,5.781 5.249,5.529 5.118,5.286C4.987,5.043 4.796,4.847 4.544,4.698C4.292,4.549 3.993,4.474 3.648,4.474L1.716,4.474L1.716,7.624L3.648,7.624ZM8.376,5.86L9.846,5.86L9.846,6.91L9.916,6.91C10.075,6.546 10.35,6.245 10.742,6.007C11.134,5.769 11.549,5.65 11.988,5.65C12.333,5.65 12.623,5.697 12.856,5.79L12.856,7.386C12.445,7.237 12.077,7.162 11.75,7.162C11.395,7.162 11.08,7.255 10.805,7.442C10.53,7.629 10.313,7.878 10.154,8.191C9.995,8.504 9.916,8.847 9.916,9.22L9.916,13L8.376,13L8.376,5.86ZM8.376,2.794L8.376,2.696L9.86,2.696L10.49,3.536L10.63,3.536L11.26,2.696L12.744,2.696L12.744,2.794L11.232,4.488L9.888,4.488L8.376,2.794ZM15.064,4.824C14.775,4.824 14.53,4.724 14.329,4.523C14.128,4.322 14.028,4.077 14.028,3.788C14.028,3.499 14.128,3.254 14.329,3.053C14.53,2.852 14.775,2.752 15.064,2.752C15.353,2.752 15.598,2.852 15.799,3.053C16,3.254 16.1,3.499 16.1,3.788C16.1,4.077 16,4.322 15.799,4.523C15.598,4.724 15.353,4.824 15.064,4.824ZM14.294,5.86L15.834,5.86L15.834,13L14.294,13L14.294,5.86ZM20.884,13.224C20.24,13.224 19.657,13.061 19.134,12.734C18.611,12.407 18.198,11.957 17.895,11.383C17.592,10.809 17.44,10.158 17.44,9.43C17.44,8.702 17.592,8.051 17.895,7.477C18.198,6.903 18.611,6.453 19.134,6.126C19.657,5.799 20.24,5.636 20.884,5.636C21.388,5.636 21.841,5.748 22.242,5.972C22.643,6.196 22.947,6.471 23.152,6.798L23.222,6.798L23.152,5.79L23.152,2.976L24.692,2.976L24.692,13L23.222,13L23.222,12.076L23.152,12.076C22.947,12.393 22.643,12.664 22.242,12.888C21.841,13.112 21.388,13.224 20.884,13.224ZM21.108,11.81C21.481,11.81 21.829,11.712 22.151,11.516C22.473,11.32 22.732,11.04 22.928,10.676C23.124,10.312 23.222,9.897 23.222,9.43C23.222,8.963 23.124,8.55 22.928,8.191C22.732,7.832 22.473,7.554 22.151,7.358C21.829,7.162 21.481,7.064 21.108,7.064C20.735,7.064 20.385,7.162 20.058,7.358C19.731,7.554 19.47,7.832 19.274,8.191C19.078,8.55 18.98,8.963 18.98,9.43C18.98,9.897 19.078,10.312 19.274,10.676C19.47,11.04 19.731,11.32 20.058,11.516C20.385,11.712 20.735,11.81 21.108,11.81ZM28.804,13.224C28.291,13.224 27.833,13.124 27.432,12.923C27.031,12.722 26.718,12.438 26.494,12.069C26.27,11.7 26.158,11.283 26.158,10.816C26.158,10.079 26.436,9.495 26.991,9.066C27.546,8.637 28.249,8.422 29.098,8.422C29.518,8.422 29.896,8.462 30.232,8.541C30.568,8.62 30.834,8.707 31.03,8.8L31.03,8.436C31.03,7.997 30.867,7.64 30.54,7.365C30.213,7.09 29.793,6.952 29.28,6.952C28.916,6.952 28.573,7.031 28.251,7.19C27.929,7.349 27.67,7.568 27.474,7.848L26.396,7.022C26.713,6.583 27.124,6.243 27.628,6C28.132,5.757 28.692,5.636 29.308,5.636C30.344,5.636 31.142,5.89 31.702,6.399C32.262,6.908 32.542,7.624 32.542,8.548L32.542,13L31.03,13L31.03,12.146L30.96,12.146C30.755,12.454 30.465,12.711 30.092,12.916C29.719,13.121 29.289,13.224 28.804,13.224ZM29.07,11.95C29.443,11.95 29.779,11.861 30.078,11.684C30.377,11.507 30.61,11.269 30.778,10.97C30.946,10.671 31.03,10.349 31.03,10.004C30.815,9.883 30.566,9.785 30.281,9.71C29.996,9.635 29.7,9.598 29.392,9.598C28.813,9.598 28.389,9.712 28.118,9.941C27.847,10.17 27.712,10.466 27.712,10.83C27.712,11.157 27.838,11.425 28.09,11.635C28.342,11.845 28.669,11.95 29.07,11.95ZM37.158,13.112C36.841,13.112 36.542,13.061 36.262,12.958C35.982,12.855 35.753,12.72 35.576,12.552C35.175,12.151 34.974,11.605 34.974,10.914L34.974,7.218L33.728,7.218L33.728,5.86L34.974,5.86L34.974,3.844L36.514,3.844L36.514,5.86L38.25,5.86L38.25,7.218L36.514,7.218L36.514,10.578C36.514,10.961 36.589,11.231 36.738,11.39C36.878,11.577 37.121,11.67 37.466,11.67C37.625,11.67 37.765,11.649 37.886,11.607C38.007,11.565 38.138,11.497 38.278,11.404L38.278,12.902C37.97,13.042 37.597,13.112 37.158,13.112ZM46.348,13.224C45.704,13.224 45.121,13.061 44.598,12.734C44.075,12.407 43.662,11.957 43.359,11.383C43.056,10.809 42.904,10.158 42.904,9.43C42.904,8.702 43.056,8.051 43.359,7.477C43.662,6.903 44.075,6.453 44.598,6.126C45.121,5.799 45.704,5.636 46.348,5.636C46.852,5.636 47.305,5.748 47.706,5.972C48.107,6.196 48.411,6.471 48.616,6.798L48.686,6.798L48.616,5.79L48.616,2.976L50.156,2.976L50.156,13L48.686,13L48.686,12.076L48.616,12.076C48.411,12.393 48.107,12.664 47.706,12.888C47.305,13.112 46.852,13.224 46.348,13.224ZM46.572,11.81C46.945,11.81 47.293,11.712 47.615,11.516C47.937,11.32 48.196,11.04 48.392,10.676C48.588,10.312 48.686,9.897 48.686,9.43C48.686,8.963 48.588,8.55 48.392,8.191C48.196,7.832 47.937,7.554 47.615,7.358C47.293,7.162 46.945,7.064 46.572,7.064C46.199,7.064 45.849,7.162 45.522,7.358C45.195,7.554 44.934,7.832 44.738,8.191C44.542,8.55 44.444,8.963 44.444,9.43C44.444,9.897 44.542,10.312 44.738,10.676C44.934,11.04 45.195,11.32 45.522,11.516C45.849,11.712 46.199,11.81 46.572,11.81ZM55.374,13.224C54.655,13.224 54.011,13.058 53.442,12.727C52.873,12.396 52.429,11.941 52.112,11.362C51.795,10.783 51.636,10.139 51.636,9.43C51.636,8.721 51.795,8.077 52.112,7.498C52.429,6.919 52.873,6.464 53.442,6.133C54.011,5.802 54.655,5.636 55.374,5.636C56.093,5.636 56.737,5.804 57.306,6.14C57.875,6.476 58.319,6.933 58.636,7.512C58.953,8.091 59.112,8.73 59.112,9.43C59.112,10.139 58.953,10.783 58.636,11.362C58.319,11.941 57.875,12.396 57.306,12.727C56.737,13.058 56.093,13.224 55.374,13.224ZM55.374,11.81C55.766,11.81 56.13,11.714 56.466,11.523C56.802,11.332 57.07,11.056 57.271,10.697C57.472,10.338 57.572,9.915 57.572,9.43C57.572,8.945 57.472,8.525 57.271,8.17C57.07,7.815 56.802,7.542 56.466,7.351C56.13,7.16 55.766,7.064 55.374,7.064C54.982,7.064 54.618,7.16 54.282,7.351C53.946,7.542 53.678,7.815 53.477,8.17C53.276,8.525 53.176,8.945 53.176,9.43C53.176,9.915 53.276,10.338 53.477,10.697C53.678,11.056 53.946,11.332 54.282,11.523C54.618,11.714 54.982,11.81 55.374,11.81Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#3C4043"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M85.526,2.635L85.526,6.718L88.044,6.718C88.644,6.718 89.14,6.516 89.532,6.113C89.935,5.711 90.137,5.231 90.137,4.676C90.137,4.132 89.935,3.658 89.532,3.254C89.14,2.841 88.644,2.634 88.044,2.634L85.526,2.634L85.526,2.635ZM85.526,8.155L85.526,12.891L84.022,12.891L84.022,1.198L88.011,1.198C89.025,1.198 89.885,1.535 90.594,2.21C91.314,2.885 91.674,3.707 91.674,4.676C91.674,5.667 91.314,6.495 90.594,7.158C89.897,7.823 89.035,8.154 88.011,8.154L85.526,8.154L85.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M93.194,10.442C93.194,10.834 93.36,11.16 93.693,11.422C94.025,11.683 94.415,11.813 94.861,11.813C95.494,11.813 96.057,11.579 96.553,11.112C97.05,10.643 97.297,10.093 97.297,9.463C96.828,9.092 96.174,8.907 95.335,8.907C94.724,8.907 94.215,9.055 93.807,9.349C93.398,9.643 93.194,10.006 93.194,10.442M95.14,4.627C96.252,4.627 97.129,4.924 97.773,5.518C98.415,6.111 98.737,6.925 98.737,7.959L98.737,12.891L97.298,12.891L97.298,11.781L97.233,11.781C96.611,12.695 95.783,13.153 94.747,13.153C93.865,13.153 93.126,12.891 92.532,12.369C91.938,11.846 91.641,11.193 91.641,10.409C91.641,9.581 91.954,8.923 92.581,8.433C93.208,7.943 94.044,7.698 95.09,7.698C95.983,7.698 96.72,7.861 97.297,8.188L97.297,7.844C97.297,7.322 97.09,6.878 96.676,6.513C96.261,6.149 95.777,5.967 95.221,5.967C94.381,5.967 93.717,6.32 93.226,7.029L91.901,6.195C92.632,5.15 93.711,4.627 95.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#5F6368"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M106.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="M79.448,7.134C79.448,6.661 79.408,6.205 79.332,5.768L72.988,5.768L72.988,8.356L76.622,8.356C76.466,9.199 75.994,9.917 75.278,10.398L75.278,12.079L77.447,12.079C78.716,10.908 79.448,9.179 79.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M72.988,13.701C74.804,13.701 76.332,13.105 77.447,12.079L75.278,10.398C74.675,10.804 73.897,11.041 72.988,11.041C71.234,11.041 69.744,9.859 69.212,8.267L66.978,8.267L66.978,9.998C68.085,12.193 70.36,13.701 72.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M69.212,8.267C69.076,7.861 69.001,7.428 69.001,6.981C69.001,6.534 69.076,6.101 69.212,5.695L69.212,3.964L66.978,3.964C66.52,4.871 66.261,5.896 66.261,6.981C66.261,8.066 66.52,9.091 66.978,9.998L69.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M72.988,2.921C73.98,2.921 74.868,3.262 75.569,3.929L75.569,3.93L77.489,2.012C76.323,0.928 74.803,0.261 72.988,0.261C70.36,0.261 68.085,1.769 66.978,3.964L69.212,5.695C69.744,4.103 71.234,2.921 72.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="107dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="107"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M0.148,2.976L3.62,2.976C4.208,2.976 4.752,3.107 5.251,3.368C5.75,3.629 6.147,3.993 6.441,4.46C6.735,4.927 6.882,5.454 6.882,6.042C6.882,6.63 6.735,7.157 6.441,7.624C6.147,8.091 5.75,8.455 5.251,8.716C4.752,8.977 4.208,9.108 3.62,9.108L1.716,9.108L1.716,13L0.148,13L0.148,2.976ZM3.648,7.624C3.993,7.624 4.292,7.547 4.544,7.393C4.796,7.239 4.987,7.041 5.118,6.798C5.249,6.555 5.314,6.303 5.314,6.042C5.314,5.781 5.249,5.529 5.118,5.286C4.987,5.043 4.796,4.847 4.544,4.698C4.292,4.549 3.993,4.474 3.648,4.474L1.716,4.474L1.716,7.624L3.648,7.624ZM8.376,5.86L9.846,5.86L9.846,6.91L9.916,6.91C10.075,6.546 10.35,6.245 10.742,6.007C11.134,5.769 11.549,5.65 11.988,5.65C12.333,5.65 12.623,5.697 12.856,5.79L12.856,7.386C12.445,7.237 12.077,7.162 11.75,7.162C11.395,7.162 11.08,7.255 10.805,7.442C10.53,7.629 10.313,7.878 10.154,8.191C9.995,8.504 9.916,8.847 9.916,9.22L9.916,13L8.376,13L8.376,5.86ZM8.376,2.794L8.376,2.696L9.86,2.696L10.49,3.536L10.63,3.536L11.26,2.696L12.744,2.696L12.744,2.794L11.232,4.488L9.888,4.488L8.376,2.794ZM15.064,4.824C14.775,4.824 14.53,4.724 14.329,4.523C14.128,4.322 14.028,4.077 14.028,3.788C14.028,3.499 14.128,3.254 14.329,3.053C14.53,2.852 14.775,2.752 15.064,2.752C15.353,2.752 15.598,2.852 15.799,3.053C16,3.254 16.1,3.499 16.1,3.788C16.1,4.077 16,4.322 15.799,4.523C15.598,4.724 15.353,4.824 15.064,4.824ZM14.294,5.86L15.834,5.86L15.834,13L14.294,13L14.294,5.86ZM20.884,13.224C20.24,13.224 19.657,13.061 19.134,12.734C18.611,12.407 18.198,11.957 17.895,11.383C17.592,10.809 17.44,10.158 17.44,9.43C17.44,8.702 17.592,8.051 17.895,7.477C18.198,6.903 18.611,6.453 19.134,6.126C19.657,5.799 20.24,5.636 20.884,5.636C21.388,5.636 21.841,5.748 22.242,5.972C22.643,6.196 22.947,6.471 23.152,6.798L23.222,6.798L23.152,5.79L23.152,2.976L24.692,2.976L24.692,13L23.222,13L23.222,12.076L23.152,12.076C22.947,12.393 22.643,12.664 22.242,12.888C21.841,13.112 21.388,13.224 20.884,13.224ZM21.108,11.81C21.481,11.81 21.829,11.712 22.151,11.516C22.473,11.32 22.732,11.04 22.928,10.676C23.124,10.312 23.222,9.897 23.222,9.43C23.222,8.963 23.124,8.55 22.928,8.191C22.732,7.832 22.473,7.554 22.151,7.358C21.829,7.162 21.481,7.064 21.108,7.064C20.735,7.064 20.385,7.162 20.058,7.358C19.731,7.554 19.47,7.832 19.274,8.191C19.078,8.55 18.98,8.963 18.98,9.43C18.98,9.897 19.078,10.312 19.274,10.676C19.47,11.04 19.731,11.32 20.058,11.516C20.385,11.712 20.735,11.81 21.108,11.81ZM28.804,13.224C28.291,13.224 27.833,13.124 27.432,12.923C27.031,12.722 26.718,12.438 26.494,12.069C26.27,11.7 26.158,11.283 26.158,10.816C26.158,10.079 26.436,9.495 26.991,9.066C27.546,8.637 28.249,8.422 29.098,8.422C29.518,8.422 29.896,8.462 30.232,8.541C30.568,8.62 30.834,8.707 31.03,8.8L31.03,8.436C31.03,7.997 30.867,7.64 30.54,7.365C30.213,7.09 29.793,6.952 29.28,6.952C28.916,6.952 28.573,7.031 28.251,7.19C27.929,7.349 27.67,7.568 27.474,7.848L26.396,7.022C26.713,6.583 27.124,6.243 27.628,6C28.132,5.757 28.692,5.636 29.308,5.636C30.344,5.636 31.142,5.89 31.702,6.399C32.262,6.908 32.542,7.624 32.542,8.548L32.542,13L31.03,13L31.03,12.146L30.96,12.146C30.755,12.454 30.465,12.711 30.092,12.916C29.719,13.121 29.289,13.224 28.804,13.224ZM29.07,11.95C29.443,11.95 29.779,11.861 30.078,11.684C30.377,11.507 30.61,11.269 30.778,10.97C30.946,10.671 31.03,10.349 31.03,10.004C30.815,9.883 30.566,9.785 30.281,9.71C29.996,9.635 29.7,9.598 29.392,9.598C28.813,9.598 28.389,9.712 28.118,9.941C27.847,10.17 27.712,10.466 27.712,10.83C27.712,11.157 27.838,11.425 28.09,11.635C28.342,11.845 28.669,11.95 29.07,11.95ZM37.158,13.112C36.841,13.112 36.542,13.061 36.262,12.958C35.982,12.855 35.753,12.72 35.576,12.552C35.175,12.151 34.974,11.605 34.974,10.914L34.974,7.218L33.728,7.218L33.728,5.86L34.974,5.86L34.974,3.844L36.514,3.844L36.514,5.86L38.25,5.86L38.25,7.218L36.514,7.218L36.514,10.578C36.514,10.961 36.589,11.231 36.738,11.39C36.878,11.577 37.121,11.67 37.466,11.67C37.625,11.67 37.765,11.649 37.886,11.607C38.007,11.565 38.138,11.497 38.278,11.404L38.278,12.902C37.97,13.042 37.597,13.112 37.158,13.112ZM46.348,13.224C45.704,13.224 45.121,13.061 44.598,12.734C44.075,12.407 43.662,11.957 43.359,11.383C43.056,10.809 42.904,10.158 42.904,9.43C42.904,8.702 43.056,8.051 43.359,7.477C43.662,6.903 44.075,6.453 44.598,6.126C45.121,5.799 45.704,5.636 46.348,5.636C46.852,5.636 47.305,5.748 47.706,5.972C48.107,6.196 48.411,6.471 48.616,6.798L48.686,6.798L48.616,5.79L48.616,2.976L50.156,2.976L50.156,13L48.686,13L48.686,12.076L48.616,12.076C48.411,12.393 48.107,12.664 47.706,12.888C47.305,13.112 46.852,13.224 46.348,13.224ZM46.572,11.81C46.945,11.81 47.293,11.712 47.615,11.516C47.937,11.32 48.196,11.04 48.392,10.676C48.588,10.312 48.686,9.897 48.686,9.43C48.686,8.963 48.588,8.55 48.392,8.191C48.196,7.832 47.937,7.554 47.615,7.358C47.293,7.162 46.945,7.064 46.572,7.064C46.199,7.064 45.849,7.162 45.522,7.358C45.195,7.554 44.934,7.832 44.738,8.191C44.542,8.55 44.444,8.963 44.444,9.43C44.444,9.897 44.542,10.312 44.738,10.676C44.934,11.04 45.195,11.32 45.522,11.516C45.849,11.712 46.199,11.81 46.572,11.81ZM55.374,13.224C54.655,13.224 54.011,13.058 53.442,12.727C52.873,12.396 52.429,11.941 52.112,11.362C51.795,10.783 51.636,10.139 51.636,9.43C51.636,8.721 51.795,8.077 52.112,7.498C52.429,6.919 52.873,6.464 53.442,6.133C54.011,5.802 54.655,5.636 55.374,5.636C56.093,5.636 56.737,5.804 57.306,6.14C57.875,6.476 58.319,6.933 58.636,7.512C58.953,8.091 59.112,8.73 59.112,9.43C59.112,10.139 58.953,10.783 58.636,11.362C58.319,11.941 57.875,12.396 57.306,12.727C56.737,13.058 56.093,13.224 55.374,13.224ZM55.374,11.81C55.766,11.81 56.13,11.714 56.466,11.523C56.802,11.332 57.07,11.056 57.271,10.697C57.472,10.338 57.572,9.915 57.572,9.43C57.572,8.945 57.472,8.525 57.271,8.17C57.07,7.815 56.802,7.542 56.466,7.351C56.13,7.16 55.766,7.064 55.374,7.064C54.982,7.064 54.618,7.16 54.282,7.351C53.946,7.542 53.678,7.815 53.477,8.17C53.276,8.525 53.176,8.945 53.176,9.43C53.176,9.915 53.276,10.338 53.477,10.697C53.678,11.056 53.946,11.332 54.282,11.523C54.618,11.714 54.982,11.81 55.374,11.81Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#FFFFFF"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M85.526,2.635L85.526,6.718L88.044,6.718C88.644,6.718 89.14,6.516 89.532,6.113C89.935,5.711 90.137,5.231 90.137,4.676C90.137,4.132 89.935,3.658 89.532,3.254C89.14,2.841 88.644,2.634 88.044,2.634L85.526,2.634L85.526,2.635ZM85.526,8.155L85.526,12.891L84.022,12.891L84.022,1.198L88.011,1.198C89.025,1.198 89.885,1.535 90.594,2.21C91.314,2.885 91.674,3.707 91.674,4.676C91.674,5.667 91.314,6.495 90.594,7.158C89.897,7.823 89.035,8.154 88.011,8.154L85.526,8.154L85.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#FFFFFF"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M93.194,10.442C93.194,10.834 93.36,11.16 93.693,11.422C94.025,11.683 94.415,11.813 94.861,11.813C95.494,11.813 96.057,11.579 96.553,11.112C97.05,10.643 97.297,10.093 97.297,9.463C96.828,9.092 96.174,8.907 95.335,8.907C94.724,8.907 94.215,9.055 93.807,9.349C93.398,9.643 93.194,10.006 93.194,10.442M95.14,4.627C96.252,4.627 97.129,4.924 97.773,5.518C98.415,6.111 98.737,6.925 98.737,7.959L98.737,12.891L97.298,12.891L97.298,11.781L97.233,11.781C96.611,12.695 95.783,13.153 94.747,13.153C93.865,13.153 93.126,12.891 92.532,12.369C91.938,11.846 91.641,11.193 91.641,10.409C91.641,9.581 91.954,8.923 92.581,8.433C93.208,7.943 94.044,7.698 95.09,7.698C95.983,7.698 96.72,7.861 97.297,8.188L97.297,7.844C97.297,7.322 97.09,6.878 96.676,6.513C96.261,6.149 95.777,5.967 95.221,5.967C94.381,5.967 93.717,6.32 93.226,7.029L91.901,6.195C92.632,5.15 93.711,4.627 95.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#FFFFFF"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M106.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="M79.448,7.134C79.448,6.661 79.408,6.205 79.332,5.768L72.988,5.768L72.988,8.356L76.622,8.356C76.466,9.199 75.994,9.917 75.278,10.398L75.278,12.079L77.447,12.079C78.716,10.908 79.448,9.179 79.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M72.988,13.701C74.804,13.701 76.332,13.105 77.447,12.079L75.278,10.398C74.675,10.804 73.897,11.041 72.988,11.041C71.234,11.041 69.744,9.859 69.212,8.267L66.978,8.267L66.978,9.998C68.085,12.193 70.36,13.701 72.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M69.212,8.267C69.076,7.861 69.001,7.428 69.001,6.981C69.001,6.534 69.076,6.101 69.212,5.695L69.212,3.964L66.978,3.964C66.52,4.871 66.261,5.896 66.261,6.981C66.261,8.066 66.52,9.091 66.978,9.998L69.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M72.988,2.921C73.98,2.921 74.868,3.262 75.569,3.929L75.569,3.93L77.489,2.012C76.323,0.928 74.803,0.261 72.988,0.261C70.36,0.261 68.085,1.769 66.978,3.964L69.212,5.695C69.744,4.103 71.234,2.921 72.988,2.921"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>