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,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="#FFFFFF"
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="#FFFFFF"
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="#FFFFFF"
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="#FFFFFF"
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>
@@ -0,0 +1,54 @@
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.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.86ZM15.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.256,2.976L38.712,2.976L38.348,5.034L37.256,5.034L37.256,2.976ZM37.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.236,13.224C45.592,13.224 45.009,13.061 44.486,12.734C43.963,12.407 43.55,11.957 43.247,11.383C42.944,10.809 42.792,10.158 42.792,9.43C42.792,8.702 42.944,8.051 43.247,7.477C43.55,6.903 43.963,6.453 44.486,6.126C45.009,5.799 45.592,5.636 46.236,5.636C46.74,5.636 47.193,5.748 47.594,5.972C47.995,6.196 48.299,6.471 48.504,6.798L48.574,6.798L48.504,5.79L48.504,2.976L50.044,2.976L50.044,13L48.574,13L48.574,12.076L48.504,12.076C48.299,12.393 47.995,12.664 47.594,12.888C47.193,13.112 46.74,13.224 46.236,13.224ZM46.46,11.81C46.833,11.81 47.181,11.712 47.503,11.516C47.825,11.32 48.084,11.04 48.28,10.676C48.476,10.312 48.574,9.897 48.574,9.43C48.574,8.963 48.476,8.55 48.28,8.191C48.084,7.832 47.825,7.554 47.503,7.358C47.181,7.162 46.833,7.064 46.46,7.064C46.087,7.064 45.737,7.162 45.41,7.358C45.083,7.554 44.822,7.832 44.626,8.191C44.43,8.55 44.332,8.963 44.332,9.43C44.332,9.897 44.43,10.312 44.626,10.676C44.822,11.04 45.083,11.32 45.41,11.516C45.737,11.712 46.087,11.81 46.46,11.81ZM55.262,13.224C54.543,13.224 53.899,13.058 53.33,12.727C52.761,12.396 52.317,11.941 52,11.362C51.683,10.783 51.524,10.139 51.524,9.43C51.524,8.721 51.683,8.077 52,7.498C52.317,6.919 52.761,6.464 53.33,6.133C53.899,5.802 54.543,5.636 55.262,5.636C55.981,5.636 56.625,5.804 57.194,6.14C57.763,6.476 58.207,6.933 58.524,7.512C58.841,8.091 59,8.73 59,9.43C59,10.139 58.841,10.783 58.524,11.362C58.207,11.941 57.763,12.396 57.194,12.727C56.625,13.058 55.981,13.224 55.262,13.224ZM55.262,11.81C55.654,11.81 56.018,11.714 56.354,11.523C56.69,11.332 56.958,11.056 57.159,10.697C57.36,10.338 57.46,9.915 57.46,9.43C57.46,8.945 57.36,8.525 57.159,8.17C56.958,7.815 56.69,7.542 56.354,7.351C56.018,7.16 55.654,7.064 55.262,7.064C54.87,7.064 54.506,7.16 54.17,7.351C53.834,7.542 53.566,7.815 53.365,8.17C53.164,8.525 53.064,8.945 53.064,9.43C53.064,9.915 53.164,10.338 53.365,10.697C53.566,11.056 53.834,11.332 54.17,11.523C54.506,11.714 54.87,11.81 55.262,11.81Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#3C4043"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M84.526,2.635L84.526,6.718L87.044,6.718C87.644,6.718 88.14,6.516 88.532,6.113C88.935,5.711 89.137,5.231 89.137,4.676C89.137,4.132 88.935,3.658 88.532,3.254C88.14,2.841 87.644,2.634 87.044,2.634L84.526,2.634L84.526,2.635ZM84.526,8.155L84.526,12.891L83.022,12.891L83.022,1.198L87.011,1.198C88.025,1.198 88.885,1.535 89.594,2.21C90.314,2.885 90.674,3.707 90.674,4.676C90.674,5.667 90.314,6.495 89.594,7.158C88.897,7.823 88.035,8.154 87.011,8.154L84.526,8.154L84.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M92.194,10.442C92.194,10.834 92.36,11.16 92.693,11.422C93.025,11.683 93.415,11.813 93.861,11.813C94.494,11.813 95.057,11.579 95.553,11.112C96.05,10.643 96.297,10.093 96.297,9.463C95.828,9.092 95.174,8.907 94.335,8.907C93.724,8.907 93.215,9.055 92.807,9.349C92.398,9.643 92.194,10.006 92.194,10.442M94.14,4.627C95.252,4.627 96.129,4.924 96.773,5.518C97.415,6.111 97.737,6.925 97.737,7.959L97.737,12.891L96.298,12.891L96.298,11.781L96.233,11.781C95.611,12.695 94.783,13.153 93.747,13.153C92.865,13.153 92.126,12.891 91.532,12.369C90.938,11.846 90.641,11.193 90.641,10.409C90.641,9.581 90.954,8.923 91.581,8.433C92.208,7.943 93.044,7.698 94.09,7.698C94.983,7.698 95.72,7.861 96.297,8.188L96.297,7.844C96.297,7.322 96.09,6.878 95.676,6.513C95.261,6.149 94.777,5.967 94.221,5.967C93.381,5.967 92.717,6.32 92.226,7.029L90.901,6.195C91.632,5.15 92.711,4.627 94.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#5F6368"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M105.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="M78.448,7.134C78.448,6.661 78.408,6.205 78.332,5.768L71.988,5.768L71.988,8.356L75.622,8.356C75.466,9.199 74.994,9.917 74.278,10.398L74.278,12.079L76.447,12.079C77.716,10.908 78.448,9.179 78.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M71.988,13.701C73.804,13.701 75.332,13.105 76.447,12.079L74.278,10.398C73.675,10.804 72.897,11.041 71.988,11.041C70.234,11.041 68.744,9.859 68.212,8.267L65.978,8.267L65.978,9.998C67.085,12.193 69.36,13.701 71.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M68.212,8.267C68.076,7.861 68.001,7.428 68.001,6.981C68.001,6.534 68.076,6.101 68.212,5.695L68.212,3.964L65.978,3.964C65.52,4.871 65.261,5.896 65.261,6.981C65.261,8.066 65.52,9.091 65.978,9.998L68.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M71.988,2.921C72.98,2.921 73.868,3.262 74.569,3.929L74.569,3.93L76.489,2.012C75.323,0.928 73.803,0.261 71.988,0.261C69.36,0.261 67.085,1.769 65.978,3.964L68.212,5.695C68.744,4.103 70.234,2.921 71.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="106dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="106"
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.86ZM15.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.256,2.976L38.712,2.976L38.348,5.034L37.256,5.034L37.256,2.976ZM37.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.236,13.224C45.592,13.224 45.009,13.061 44.486,12.734C43.963,12.407 43.55,11.957 43.247,11.383C42.944,10.809 42.792,10.158 42.792,9.43C42.792,8.702 42.944,8.051 43.247,7.477C43.55,6.903 43.963,6.453 44.486,6.126C45.009,5.799 45.592,5.636 46.236,5.636C46.74,5.636 47.193,5.748 47.594,5.972C47.995,6.196 48.299,6.471 48.504,6.798L48.574,6.798L48.504,5.79L48.504,2.976L50.044,2.976L50.044,13L48.574,13L48.574,12.076L48.504,12.076C48.299,12.393 47.995,12.664 47.594,12.888C47.193,13.112 46.74,13.224 46.236,13.224ZM46.46,11.81C46.833,11.81 47.181,11.712 47.503,11.516C47.825,11.32 48.084,11.04 48.28,10.676C48.476,10.312 48.574,9.897 48.574,9.43C48.574,8.963 48.476,8.55 48.28,8.191C48.084,7.832 47.825,7.554 47.503,7.358C47.181,7.162 46.833,7.064 46.46,7.064C46.087,7.064 45.737,7.162 45.41,7.358C45.083,7.554 44.822,7.832 44.626,8.191C44.43,8.55 44.332,8.963 44.332,9.43C44.332,9.897 44.43,10.312 44.626,10.676C44.822,11.04 45.083,11.32 45.41,11.516C45.737,11.712 46.087,11.81 46.46,11.81ZM55.262,13.224C54.543,13.224 53.899,13.058 53.33,12.727C52.761,12.396 52.317,11.941 52,11.362C51.683,10.783 51.524,10.139 51.524,9.43C51.524,8.721 51.683,8.077 52,7.498C52.317,6.919 52.761,6.464 53.33,6.133C53.899,5.802 54.543,5.636 55.262,5.636C55.981,5.636 56.625,5.804 57.194,6.14C57.763,6.476 58.207,6.933 58.524,7.512C58.841,8.091 59,8.73 59,9.43C59,10.139 58.841,10.783 58.524,11.362C58.207,11.941 57.763,12.396 57.194,12.727C56.625,13.058 55.981,13.224 55.262,13.224ZM55.262,11.81C55.654,11.81 56.018,11.714 56.354,11.523C56.69,11.332 56.958,11.056 57.159,10.697C57.36,10.338 57.46,9.915 57.46,9.43C57.46,8.945 57.36,8.525 57.159,8.17C56.958,7.815 56.69,7.542 56.354,7.351C56.018,7.16 55.654,7.064 55.262,7.064C54.87,7.064 54.506,7.16 54.17,7.351C53.834,7.542 53.566,7.815 53.365,8.17C53.164,8.525 53.064,8.945 53.064,9.43C53.064,9.915 53.164,10.338 53.365,10.697C53.566,11.056 53.834,11.332 54.17,11.523C54.506,11.714 54.87,11.81 55.262,11.81Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#FFFFFF"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M84.526,2.635L84.526,6.718L87.044,6.718C87.644,6.718 88.14,6.516 88.532,6.113C88.935,5.711 89.137,5.231 89.137,4.676C89.137,4.132 88.935,3.658 88.532,3.254C88.14,2.841 87.644,2.634 87.044,2.634L84.526,2.634L84.526,2.635ZM84.526,8.155L84.526,12.891L83.022,12.891L83.022,1.198L87.011,1.198C88.025,1.198 88.885,1.535 89.594,2.21C90.314,2.885 90.674,3.707 90.674,4.676C90.674,5.667 90.314,6.495 89.594,7.158C88.897,7.823 88.035,8.154 87.011,8.154L84.526,8.154L84.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#FFFFFF"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M92.194,10.442C92.194,10.834 92.36,11.16 92.693,11.422C93.025,11.683 93.415,11.813 93.861,11.813C94.494,11.813 95.057,11.579 95.553,11.112C96.05,10.643 96.297,10.093 96.297,9.463C95.828,9.092 95.174,8.907 94.335,8.907C93.724,8.907 93.215,9.055 92.807,9.349C92.398,9.643 92.194,10.006 92.194,10.442M94.14,4.627C95.252,4.627 96.129,4.924 96.773,5.518C97.415,6.111 97.737,6.925 97.737,7.959L97.737,12.891L96.298,12.891L96.298,11.781L96.233,11.781C95.611,12.695 94.783,13.153 93.747,13.153C92.865,13.153 92.126,12.891 91.532,12.369C90.938,11.846 90.641,11.193 90.641,10.409C90.641,9.581 90.954,8.923 91.581,8.433C92.208,7.943 93.044,7.698 94.09,7.698C94.983,7.698 95.72,7.861 96.297,8.188L96.297,7.844C96.297,7.322 96.09,6.878 95.676,6.513C95.261,6.149 94.777,5.967 94.221,5.967C93.381,5.967 92.717,6.32 92.226,7.029L90.901,6.195C91.632,5.15 92.711,4.627 94.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#FFFFFF"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M105.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="M78.448,7.134C78.448,6.661 78.408,6.205 78.332,5.768L71.988,5.768L71.988,8.356L75.622,8.356C75.466,9.199 74.994,9.917 74.278,10.398L74.278,12.079L76.447,12.079C77.716,10.908 78.448,9.179 78.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M71.988,13.701C73.804,13.701 75.332,13.105 76.447,12.079L74.278,10.398C73.675,10.804 72.897,11.041 71.988,11.041C70.234,11.041 68.744,9.859 68.212,8.267L65.978,8.267L65.978,9.998C67.085,12.193 69.36,13.701 71.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M68.212,8.267C68.076,7.861 68.001,7.428 68.001,6.981C68.001,6.534 68.076,6.101 68.212,5.695L68.212,3.964L65.978,3.964C65.52,4.871 65.261,5.896 65.261,6.981C65.261,8.066 65.52,9.091 65.978,9.998L68.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M71.988,2.921C72.98,2.921 73.868,3.262 74.569,3.929L74.569,3.93L76.489,2.012C75.323,0.928 73.803,0.261 71.988,0.261C69.36,0.261 67.085,1.769 65.978,3.964L68.212,5.695C68.744,4.103 70.234,2.921 71.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="96dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="96"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M0.148,2.976L3.354,2.976C4.39,2.976 5.2953,3.186 6.07,3.606C6.8447,4.026 7.4397,4.6163 7.855,5.377C8.2703,6.1377 8.478,7.008 8.478,7.988C8.478,8.968 8.2703,9.8383 7.855,10.599C7.4397,11.3597 6.8447,11.95 6.07,12.37C5.2953,12.79 4.39,13 3.354,13L0.148,13L0.148,2.976ZM3.326,11.502C4.446,11.502 5.321,11.1917 5.951,10.571C6.581,9.9503 6.896,9.0893 6.896,7.988C6.896,6.896 6.581,6.0373 5.951,5.412C5.321,4.7867 4.446,4.474 3.326,4.474L1.716,4.474L1.716,11.502L3.326,11.502ZM13.304,13.224C12.5853,13.224 11.9413,13.0583 11.372,12.727C10.8027,12.3957 10.3593,11.9407 10.042,11.362C9.7247,10.7833 9.566,10.1393 9.566,9.43C9.566,8.7207 9.7247,8.0767 10.042,7.498C10.3593,6.9193 10.8027,6.4643 11.372,6.133C11.9413,5.8017 12.5853,5.636 13.304,5.636C14.0227,5.636 14.6667,5.804 15.236,6.14C15.8053,6.476 16.2487,6.9333 16.566,7.512C16.8833,8.0907 17.042,8.73 17.042,9.43C17.042,10.1393 16.8833,10.7833 16.566,11.362C16.2487,11.9407 15.8053,12.3957 15.236,12.727C14.6667,13.0583 14.0227,13.224 13.304,13.224ZM13.304,11.81C13.696,11.81 14.06,11.7143 14.396,11.523C14.732,11.3317 15.0003,11.0563 15.201,10.697C15.4017,10.3377 15.502,9.9153 15.502,9.43C15.502,8.9447 15.4017,8.5247 15.201,8.17C15.0003,7.8153 14.732,7.5423 14.396,7.351C14.06,7.1597 13.696,7.064 13.304,7.064C12.912,7.064 12.548,7.1597 12.212,7.351C11.876,7.5423 11.6077,7.8153 11.407,8.17C11.2063,8.5247 11.106,8.9447 11.106,9.43C11.106,9.9153 11.2063,10.3377 11.407,10.697C11.6077,11.0563 11.876,11.3317 12.212,11.523C12.548,11.7143 12.912,11.81 13.304,11.81ZM21.658,13.224C21.014,13.224 20.4307,13.0607 19.908,12.734C19.3853,12.4073 18.9723,11.957 18.669,11.383C18.3657,10.809 18.214,10.158 18.214,9.43C18.214,8.702 18.3657,8.051 18.669,7.477C18.9723,6.903 19.3853,6.4527 19.908,6.126C20.4307,5.7993 21.014,5.636 21.658,5.636C22.162,5.636 22.6147,5.748 23.016,5.972C23.4173,6.196 23.7207,6.4713 23.926,6.798L23.996,6.798L23.926,5.79L23.926,2.976L25.466,2.976L25.466,13L23.996,13L23.996,12.076L23.926,12.076C23.7207,12.3933 23.4173,12.664 23.016,12.888C22.6147,13.112 22.162,13.224 21.658,13.224ZM21.882,11.81C22.2553,11.81 22.603,11.712 22.925,11.516C23.247,11.32 23.506,11.04 23.702,10.676C23.898,10.312 23.996,9.8967 23.996,9.43C23.996,8.9633 23.898,8.5503 23.702,8.191C23.506,7.8317 23.247,7.554 22.925,7.358C22.603,7.162 22.2553,7.064 21.882,7.064C21.5087,7.064 21.1587,7.162 20.832,7.358C20.5053,7.554 20.244,7.8317 20.048,8.191C19.852,8.5503 19.754,8.9633 19.754,9.43C19.754,9.8967 19.852,10.312 20.048,10.676C20.244,11.04 20.5053,11.32 20.832,11.516C21.1587,11.712 21.5087,11.81 21.882,11.81ZM29.578,13.224C29.0647,13.224 28.6073,13.1237 28.206,12.923C27.8047,12.7223 27.492,12.4377 27.268,12.069C27.044,11.7003 26.932,11.2827 26.932,10.816C26.932,10.0787 27.2097,9.4953 27.765,9.066C28.3203,8.6367 29.0227,8.422 29.872,8.422C30.292,8.422 30.67,8.4617 31.006,8.541C31.342,8.6203 31.608,8.7067 31.804,8.8L31.804,8.436C31.804,7.9973 31.6407,7.6403 31.314,7.365C30.9873,7.0897 30.5673,6.952 30.054,6.952C29.69,6.952 29.347,7.0313 29.025,7.19C28.703,7.3487 28.444,7.568 28.248,7.848L27.17,7.022C27.4873,6.5833 27.898,6.2427 28.402,6C28.906,5.7573 29.466,5.636 30.082,5.636C31.118,5.636 31.916,5.8903 32.476,6.399C33.036,6.9077 33.316,7.624 33.316,8.548L33.316,13L31.804,13L31.804,12.146L31.734,12.146C31.5287,12.454 31.2393,12.7107 30.866,12.916C30.4927,13.1213 30.0633,13.224 29.578,13.224ZM29.844,11.95C30.2173,11.95 30.5533,11.8613 30.852,11.684C31.1507,11.5067 31.384,11.2687 31.552,10.97C31.72,10.6713 31.804,10.3493 31.804,10.004C31.5893,9.8827 31.3397,9.7847 31.055,9.71C30.7703,9.6353 30.474,9.598 30.166,9.598C29.5873,9.598 29.1627,9.7123 28.892,9.941C28.6213,10.1697 28.486,10.466 28.486,10.83C28.486,11.1567 28.612,11.425 28.864,11.635C29.116,11.845 29.4427,11.95 29.844,11.95ZM36.028,4.824C35.7387,4.824 35.4937,4.7237 35.293,4.523C35.0923,4.3223 34.992,4.0773 34.992,3.788C34.992,3.4987 35.0923,3.2537 35.293,3.053C35.4937,2.8523 35.7387,2.752 36.028,2.752C36.3173,2.752 36.5623,2.8523 36.763,3.053C36.9637,3.2537 37.064,3.4987 37.064,3.788C37.064,4.0773 36.9637,4.3223 36.763,4.523C36.5623,4.7237 36.3173,4.824 36.028,4.824ZM34.656,16.164C34.3573,16.164 34.096,16.1313 33.872,16.066L33.872,14.582C34.0773,14.694 34.2967,14.75 34.53,14.75C34.7913,14.75 34.978,14.6707 35.09,14.512C35.202,14.3533 35.258,14.1153 35.258,13.798L35.258,5.86L36.798,5.86L36.798,13.826C36.798,14.6193 36.6043,15.2073 36.217,15.59C35.8297,15.9727 35.3093,16.164 34.656,16.164ZM41.494,5.86L43.216,5.86L45.19,11.012L45.246,11.012L47.262,5.86L48.942,5.86L45.974,13L44.434,13L41.494,5.86Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#3C4043"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M74.526,2.6348L74.526,6.7179L77.0439,6.7179C77.6438,6.7179 78.1398,6.5163 78.5322,6.1131C78.9348,5.7109 79.1367,5.2312 79.1367,4.6759C79.1367,4.1318 78.9348,3.6577 78.5322,3.2545C78.1398,2.841 77.6438,2.6339 77.0439,2.6339L74.526,2.6339L74.526,2.6348ZM74.526,8.1551L74.526,12.8914L73.0218,12.8914L73.0218,1.1976L77.0112,1.1976C78.0249,1.1976 78.8854,1.5354 79.5945,2.2102C80.3139,2.8849 80.6736,3.7071 80.6736,4.6759C80.6736,5.667 80.3139,6.4948 79.5945,7.1584C78.8965,7.8228 78.0351,8.1542 77.0112,8.1542L74.526,8.1542L74.526,8.1551Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M82.1936,10.4416C82.1936,10.8336 82.3599,11.1602 82.6926,11.4215C83.0251,11.6828 83.4147,11.8135 83.8614,11.8135C84.4938,11.8135 85.0572,11.5792 85.5533,11.1117C86.0495,10.6432 86.297,10.0935 86.297,9.4626C85.828,9.0921 85.174,8.9073 84.335,8.9073C83.7241,8.9073 83.2149,9.0547 82.8066,9.3487C82.3982,9.6426 82.1936,10.0058 82.1936,10.4416M84.1397,4.6273C85.2515,4.6273 86.1288,4.9241 86.7726,5.5177C87.4154,6.1112 87.7367,6.925 87.7367,7.9591L87.7367,12.8914L86.298,12.8914L86.298,11.7808L86.2325,11.7808C85.6112,12.6953 84.7825,13.1527 83.7474,13.1527C82.8645,13.1527 82.1255,12.8914 81.5321,12.3688C80.938,11.8462 80.6409,11.1929 80.6409,10.4089C80.6409,9.5811 80.9538,8.9231 81.5807,8.4332C82.2076,7.9432 83.0439,7.6978 84.0903,7.6978C84.9834,7.6978 85.7196,7.8611 86.297,8.1877L86.297,7.8443C86.297,7.3217 86.0896,6.8784 85.6758,6.5135C85.2609,6.1485 84.7769,5.9666 84.221,5.9666C83.3811,5.9666 82.7169,6.3203 82.2264,7.0286L80.9015,6.1952C81.6321,5.1499 82.7112,4.6273 84.1397,4.6273"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#5F6368"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M95.993,4.8886l-5.0198,11.5305l-1.5529,0l1.864,-4.0345l-3.3028,-7.496l1.635,0l2.3871,5.7489l0.0327,0l2.3217,-5.7489z"
26
+ android:strokeWidth="1"
27
+ android:fillColor="#5F6368"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M68.448,7.1341C68.448,6.6609 68.4078,6.2045 68.3321,5.7678L61.9883,5.7678L61.9883,8.3557L65.6218,8.3557C65.4658,9.1993 64.9939,9.9171 64.2783,10.3977L64.2783,12.0785L66.4467,12.0785C67.7164,10.9082 68.448,9.1789 68.448,7.1341"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M61.9883,13.7006C63.8036,13.7006 65.3321,13.1051 66.4467,12.0785L64.2783,10.3977C63.6747,10.8037 62.8974,11.0407 61.9883,11.0407C60.2337,11.0407 58.7445,9.8592 58.2119,8.2671L55.9781,8.2671L55.9781,9.9983C57.0852,12.1933 59.3602,13.7006 61.9883,13.7006"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M58.212,8.267C58.0756,7.8611 58.0008,7.428 58.0008,6.981C58.0008,6.534 58.0756,6.1009 58.212,5.695L58.212,3.9637L55.9781,3.9637C55.5203,4.8709 55.2615,5.8956 55.2615,6.981C55.2615,8.0664 55.5203,9.0912 55.9781,9.9983L58.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M61.9883,2.9213C62.9796,2.9213 63.8681,3.2619 64.5688,3.9292L64.5688,3.9302L66.4888,2.0123C65.3228,0.9278 63.8027,0.2615 61.9883,0.2615C59.3602,0.2615 57.0852,1.7687 55.9781,3.9638L58.2119,5.695C58.7445,4.1028 60.2337,2.9213 61.9883,2.9213"
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="96dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="96"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M0.148,2.976L3.354,2.976C4.39,2.976 5.2953,3.186 6.07,3.606C6.8447,4.026 7.4397,4.6163 7.855,5.377C8.2703,6.1377 8.478,7.008 8.478,7.988C8.478,8.968 8.2703,9.8383 7.855,10.599C7.4397,11.3597 6.8447,11.95 6.07,12.37C5.2953,12.79 4.39,13 3.354,13L0.148,13L0.148,2.976ZM3.326,11.502C4.446,11.502 5.321,11.1917 5.951,10.571C6.581,9.9503 6.896,9.0893 6.896,7.988C6.896,6.896 6.581,6.0373 5.951,5.412C5.321,4.7867 4.446,4.474 3.326,4.474L1.716,4.474L1.716,11.502L3.326,11.502ZM13.304,13.224C12.5853,13.224 11.9413,13.0583 11.372,12.727C10.8027,12.3957 10.3593,11.9407 10.042,11.362C9.7247,10.7833 9.566,10.1393 9.566,9.43C9.566,8.7207 9.7247,8.0767 10.042,7.498C10.3593,6.9193 10.8027,6.4643 11.372,6.133C11.9413,5.8017 12.5853,5.636 13.304,5.636C14.0227,5.636 14.6667,5.804 15.236,6.14C15.8053,6.476 16.2487,6.9333 16.566,7.512C16.8833,8.0907 17.042,8.73 17.042,9.43C17.042,10.1393 16.8833,10.7833 16.566,11.362C16.2487,11.9407 15.8053,12.3957 15.236,12.727C14.6667,13.0583 14.0227,13.224 13.304,13.224ZM13.304,11.81C13.696,11.81 14.06,11.7143 14.396,11.523C14.732,11.3317 15.0003,11.0563 15.201,10.697C15.4017,10.3377 15.502,9.9153 15.502,9.43C15.502,8.9447 15.4017,8.5247 15.201,8.17C15.0003,7.8153 14.732,7.5423 14.396,7.351C14.06,7.1597 13.696,7.064 13.304,7.064C12.912,7.064 12.548,7.1597 12.212,7.351C11.876,7.5423 11.6077,7.8153 11.407,8.17C11.2063,8.5247 11.106,8.9447 11.106,9.43C11.106,9.9153 11.2063,10.3377 11.407,10.697C11.6077,11.0563 11.876,11.3317 12.212,11.523C12.548,11.7143 12.912,11.81 13.304,11.81ZM21.658,13.224C21.014,13.224 20.4307,13.0607 19.908,12.734C19.3853,12.4073 18.9723,11.957 18.669,11.383C18.3657,10.809 18.214,10.158 18.214,9.43C18.214,8.702 18.3657,8.051 18.669,7.477C18.9723,6.903 19.3853,6.4527 19.908,6.126C20.4307,5.7993 21.014,5.636 21.658,5.636C22.162,5.636 22.6147,5.748 23.016,5.972C23.4173,6.196 23.7207,6.4713 23.926,6.798L23.996,6.798L23.926,5.79L23.926,2.976L25.466,2.976L25.466,13L23.996,13L23.996,12.076L23.926,12.076C23.7207,12.3933 23.4173,12.664 23.016,12.888C22.6147,13.112 22.162,13.224 21.658,13.224ZM21.882,11.81C22.2553,11.81 22.603,11.712 22.925,11.516C23.247,11.32 23.506,11.04 23.702,10.676C23.898,10.312 23.996,9.8967 23.996,9.43C23.996,8.9633 23.898,8.5503 23.702,8.191C23.506,7.8317 23.247,7.554 22.925,7.358C22.603,7.162 22.2553,7.064 21.882,7.064C21.5087,7.064 21.1587,7.162 20.832,7.358C20.5053,7.554 20.244,7.8317 20.048,8.191C19.852,8.5503 19.754,8.9633 19.754,9.43C19.754,9.8967 19.852,10.312 20.048,10.676C20.244,11.04 20.5053,11.32 20.832,11.516C21.1587,11.712 21.5087,11.81 21.882,11.81ZM29.578,13.224C29.0647,13.224 28.6073,13.1237 28.206,12.923C27.8047,12.7223 27.492,12.4377 27.268,12.069C27.044,11.7003 26.932,11.2827 26.932,10.816C26.932,10.0787 27.2097,9.4953 27.765,9.066C28.3203,8.6367 29.0227,8.422 29.872,8.422C30.292,8.422 30.67,8.4617 31.006,8.541C31.342,8.6203 31.608,8.7067 31.804,8.8L31.804,8.436C31.804,7.9973 31.6407,7.6403 31.314,7.365C30.9873,7.0897 30.5673,6.952 30.054,6.952C29.69,6.952 29.347,7.0313 29.025,7.19C28.703,7.3487 28.444,7.568 28.248,7.848L27.17,7.022C27.4873,6.5833 27.898,6.2427 28.402,6C28.906,5.7573 29.466,5.636 30.082,5.636C31.118,5.636 31.916,5.8903 32.476,6.399C33.036,6.9077 33.316,7.624 33.316,8.548L33.316,13L31.804,13L31.804,12.146L31.734,12.146C31.5287,12.454 31.2393,12.7107 30.866,12.916C30.4927,13.1213 30.0633,13.224 29.578,13.224ZM29.844,11.95C30.2173,11.95 30.5533,11.8613 30.852,11.684C31.1507,11.5067 31.384,11.2687 31.552,10.97C31.72,10.6713 31.804,10.3493 31.804,10.004C31.5893,9.8827 31.3397,9.7847 31.055,9.71C30.7703,9.6353 30.474,9.598 30.166,9.598C29.5873,9.598 29.1627,9.7123 28.892,9.941C28.6213,10.1697 28.486,10.466 28.486,10.83C28.486,11.1567 28.612,11.425 28.864,11.635C29.116,11.845 29.4427,11.95 29.844,11.95ZM36.028,4.824C35.7387,4.824 35.4937,4.7237 35.293,4.523C35.0923,4.3223 34.992,4.0773 34.992,3.788C34.992,3.4987 35.0923,3.2537 35.293,3.053C35.4937,2.8523 35.7387,2.752 36.028,2.752C36.3173,2.752 36.5623,2.8523 36.763,3.053C36.9637,3.2537 37.064,3.4987 37.064,3.788C37.064,4.0773 36.9637,4.3223 36.763,4.523C36.5623,4.7237 36.3173,4.824 36.028,4.824ZM34.656,16.164C34.3573,16.164 34.096,16.1313 33.872,16.066L33.872,14.582C34.0773,14.694 34.2967,14.75 34.53,14.75C34.7913,14.75 34.978,14.6707 35.09,14.512C35.202,14.3533 35.258,14.1153 35.258,13.798L35.258,5.86L36.798,5.86L36.798,13.826C36.798,14.6193 36.6043,15.2073 36.217,15.59C35.8297,15.9727 35.3093,16.164 34.656,16.164ZM41.494,5.86L43.216,5.86L45.19,11.012L45.246,11.012L47.262,5.86L48.942,5.86L45.974,13L44.434,13L41.494,5.86Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#FFFFFF"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M74.526,2.6348L74.526,6.7179L77.0439,6.7179C77.6438,6.7179 78.1398,6.5163 78.5322,6.1131C78.9348,5.7109 79.1367,5.2312 79.1367,4.6759C79.1367,4.1318 78.9348,3.6577 78.5322,3.2545C78.1398,2.841 77.6438,2.6339 77.0439,2.6339L74.526,2.6339L74.526,2.6348ZM74.526,8.1551L74.526,12.8914L73.0218,12.8914L73.0218,1.1976L77.0112,1.1976C78.0249,1.1976 78.8854,1.5354 79.5945,2.2102C80.3139,2.8849 80.6736,3.7071 80.6736,4.6759C80.6736,5.667 80.3139,6.4948 79.5945,7.1584C78.8965,7.8228 78.0351,8.1542 77.0112,8.1542L74.526,8.1542L74.526,8.1551Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#FFFFFF"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M82.1936,10.4416C82.1936,10.8336 82.3599,11.1602 82.6926,11.4215C83.0251,11.6828 83.4147,11.8135 83.8614,11.8135C84.4938,11.8135 85.0572,11.5792 85.5533,11.1117C86.0495,10.6432 86.297,10.0935 86.297,9.4626C85.828,9.0921 85.174,8.9073 84.335,8.9073C83.7241,8.9073 83.2149,9.0547 82.8066,9.3487C82.3982,9.6426 82.1936,10.0058 82.1936,10.4416M84.1397,4.6273C85.2515,4.6273 86.1288,4.9241 86.7726,5.5177C87.4154,6.1112 87.7367,6.925 87.7367,7.9591L87.7367,12.8914L86.298,12.8914L86.298,11.7808L86.2325,11.7808C85.6112,12.6953 84.7825,13.1527 83.7474,13.1527C82.8645,13.1527 82.1255,12.8914 81.5321,12.3688C80.938,11.8462 80.6409,11.1929 80.6409,10.4089C80.6409,9.5811 80.9538,8.9231 81.5807,8.4332C82.2076,7.9432 83.0439,7.6978 84.0903,7.6978C84.9834,7.6978 85.7196,7.8611 86.297,8.1877L86.297,7.8443C86.297,7.3217 86.0896,6.8784 85.6758,6.5135C85.2609,6.1485 84.7769,5.9666 84.221,5.9666C83.3811,5.9666 82.7169,6.3203 82.2264,7.0286L80.9015,6.1952C81.6321,5.1499 82.7112,4.6273 84.1397,4.6273"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#FFFFFF"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M95.993,4.8886l-5.0198,11.5305l-1.5529,0l1.864,-4.0345l-3.3028,-7.496l1.635,0l2.3871,5.7489l0.0327,0l2.3217,-5.7489z"
26
+ android:strokeWidth="1"
27
+ android:fillColor="#FFFFFF"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M68.448,7.1341C68.448,6.6609 68.4078,6.2045 68.3321,5.7678L61.9883,5.7678L61.9883,8.3557L65.6218,8.3557C65.4658,9.1993 64.9939,9.9171 64.2783,10.3977L64.2783,12.0785L66.4467,12.0785C67.7164,10.9082 68.448,9.1789 68.448,7.1341"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M61.9883,13.7006C63.8036,13.7006 65.3321,13.1051 66.4467,12.0785L64.2783,10.3977C63.6747,10.8037 62.8974,11.0407 61.9883,11.0407C60.2337,11.0407 58.7445,9.8592 58.2119,8.2671L55.9781,8.2671L55.9781,9.9983C57.0852,12.1933 59.3602,13.7006 61.9883,13.7006"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M58.212,8.267C58.0756,7.8611 58.0008,7.428 58.0008,6.981C58.0008,6.534 58.0756,6.1009 58.212,5.695L58.212,3.9637L55.9781,3.9637C55.5203,4.8709 55.2615,5.8956 55.2615,6.981C55.2615,8.0664 55.5203,9.0912 55.9781,9.9983L58.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M61.9883,2.9213C62.9796,2.9213 63.8681,3.2619 64.5688,3.9292L64.5688,3.9302L66.4888,2.0123C65.3228,0.9278 63.8027,0.2615 61.9883,0.2615C59.3602,0.2615 57.0852,1.7687 55.9781,3.9638L58.2119,5.695C58.7445,4.1028 60.2337,2.9213 61.9883,2.9213"
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="99dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="99"
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.1513,10.9793 2.4267,10.2257 2.604,9.241C2.7813,8.2563 2.87,7.1853 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.3393 4.3423,8.31 4.179,9.206C4.0157,10.102 3.7707,10.8673 3.444,11.502L7.868,11.502ZM15.452,13.224C14.7333,13.224 14.0893,13.0583 13.52,12.727C12.9507,12.3957 12.5073,11.9407 12.19,11.362C11.8727,10.7833 11.714,10.1393 11.714,9.43C11.714,8.7207 11.8727,8.0767 12.19,7.498C12.5073,6.9193 12.9507,6.4643 13.52,6.133C14.0893,5.8017 14.7333,5.636 15.452,5.636C16.1707,5.636 16.8147,5.804 17.384,6.14C17.9533,6.476 18.3967,6.9333 18.714,7.512C19.0313,8.0907 19.19,8.73 19.19,9.43C19.19,10.1393 19.0313,10.7833 18.714,11.362C18.3967,11.9407 17.9533,12.3957 17.384,12.727C16.8147,13.0583 16.1707,13.224 15.452,13.224ZM15.452,11.81C15.844,11.81 16.208,11.7143 16.544,11.523C16.88,11.3317 17.1483,11.0563 17.349,10.697C17.5497,10.3377 17.65,9.9153 17.65,9.43C17.65,8.9447 17.5497,8.5247 17.349,8.17C17.1483,7.8153 16.88,7.5423 16.544,7.351C16.208,7.1597 15.844,7.064 15.452,7.064C15.06,7.064 14.696,7.1597 14.36,7.351C14.024,7.5423 13.7557,7.8153 13.555,8.17C13.3543,8.5247 13.254,8.9447 13.254,9.43C13.254,9.9153 13.3543,10.3377 13.555,10.697C13.7557,11.0563 14.024,11.3317 14.36,11.523C14.696,11.7143 15.06,11.81 15.452,11.81ZM20.04,11.628L20.824,11.628C21.0293,11.3573 21.1997,10.9187 21.335,10.312C21.4703,9.7053 21.538,9.08 21.538,8.436L21.538,5.86L27.404,5.86L27.404,11.628L28.496,11.628L28.496,15.128L27.068,15.128L27.068,13L21.468,13L21.468,15.128L20.04,15.128L20.04,11.628ZM25.906,11.628L25.906,7.246L23.036,7.246L23.036,8.562C23.036,9.1127 22.9823,9.6563 22.875,10.193C22.7677,10.7297 22.616,11.208 22.42,11.628L25.906,11.628ZM32.244,13.224C31.7307,13.224 31.2733,13.1237 30.872,12.923C30.4707,12.7223 30.158,12.4377 29.934,12.069C29.71,11.7003 29.598,11.2827 29.598,10.816C29.598,10.0787 29.8757,9.4953 30.431,9.066C30.9863,8.6367 31.6887,8.422 32.538,8.422C32.958,8.422 33.336,8.4617 33.672,8.541C34.008,8.6203 34.274,8.7067 34.47,8.8L34.47,8.436C34.47,7.9973 34.3067,7.6403 33.98,7.365C33.6533,7.0897 33.2333,6.952 32.72,6.952C32.356,6.952 32.013,7.0313 31.691,7.19C31.369,7.3487 31.11,7.568 30.914,7.848L29.836,7.022C30.1533,6.5833 30.564,6.2427 31.068,6C31.572,5.7573 32.132,5.636 32.748,5.636C33.784,5.636 34.582,5.8903 35.142,6.399C35.702,6.9077 35.982,7.624 35.982,8.548L35.982,13L34.47,13L34.47,12.146L34.4,12.146C34.1947,12.454 33.9053,12.7107 33.532,12.916C33.1587,13.1213 32.7293,13.224 32.244,13.224ZM32.51,11.95C32.8833,11.95 33.2193,11.8613 33.518,11.684C33.8167,11.5067 34.05,11.2687 34.218,10.97C34.386,10.6713 34.47,10.3493 34.47,10.004C34.2553,9.8827 34.0057,9.7847 33.721,9.71C33.4363,9.6353 33.14,9.598 32.832,9.598C32.2533,9.598 31.8287,9.7123 31.558,9.941C31.2873,10.1697 31.152,10.466 31.152,10.83C31.152,11.1567 31.278,11.425 31.53,11.635C31.782,11.845 32.1087,11.95 32.51,11.95ZM38.694,4.824C38.4047,4.824 38.1597,4.7237 37.959,4.523C37.7583,4.3223 37.658,4.0773 37.658,3.788C37.658,3.4987 37.7583,3.2537 37.959,3.053C38.1597,2.8523 38.4047,2.752 38.694,2.752C38.9833,2.752 39.2283,2.8523 39.429,3.053C39.6297,3.2537 39.73,3.4987 39.73,3.788C39.73,4.0773 39.6297,4.3223 39.429,4.523C39.2283,4.7237 38.9833,4.824 38.694,4.824ZM37.322,16.164C37.0233,16.164 36.762,16.1313 36.538,16.066L36.538,14.582C36.7433,14.694 36.9627,14.75 37.196,14.75C37.4573,14.75 37.644,14.6707 37.756,14.512C37.868,14.3533 37.924,14.1153 37.924,13.798L37.924,5.86L39.464,5.86L39.464,13.826C39.464,14.6193 39.2703,15.2073 38.883,15.59C38.4957,15.9727 37.9753,16.164 37.322,16.164ZM47.142,12.608L44.174,5.86L45.896,5.86L47.912,10.718L47.968,10.718L49.928,5.86L51.622,5.86L47.212,16.024L45.588,16.024L47.142,12.608Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#3C4043"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M77.526,2.6348L77.526,6.7179L80.0439,6.7179C80.6438,6.7179 81.1398,6.5163 81.5322,6.1131C81.9348,5.7109 82.1367,5.2312 82.1367,4.6759C82.1367,4.1318 81.9348,3.6577 81.5322,3.2545C81.1398,2.841 80.6438,2.6339 80.0439,2.6339L77.526,2.6339L77.526,2.6348ZM77.526,8.1551L77.526,12.8914L76.0218,12.8914L76.0218,1.1976L80.0112,1.1976C81.0249,1.1976 81.8854,1.5354 82.5945,2.2102C83.3139,2.8849 83.6736,3.7071 83.6736,4.6759C83.6736,5.667 83.3139,6.4948 82.5945,7.1584C81.8965,7.8228 81.0351,8.1542 80.0112,8.1542L77.526,8.1542L77.526,8.1551Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M85.1936,10.4416C85.1936,10.8336 85.3599,11.1602 85.6926,11.4215C86.0251,11.6828 86.4147,11.8135 86.8614,11.8135C87.4938,11.8135 88.0572,11.5792 88.5533,11.1117C89.0495,10.6432 89.297,10.0935 89.297,9.4626C88.828,9.0921 88.174,8.9073 87.335,8.9073C86.7241,8.9073 86.2149,9.0547 85.8066,9.3487C85.3982,9.6426 85.1936,10.0058 85.1936,10.4416M87.1397,4.6273C88.2515,4.6273 89.1288,4.9241 89.7726,5.5177C90.4154,6.1112 90.7367,6.925 90.7367,7.9591L90.7367,12.8914L89.298,12.8914L89.298,11.7808L89.2325,11.7808C88.6112,12.6953 87.7825,13.1527 86.7474,13.1527C85.8645,13.1527 85.1255,12.8914 84.5321,12.3688C83.938,11.8462 83.6409,11.1929 83.6409,10.4089C83.6409,9.5811 83.9538,8.9231 84.5807,8.4332C85.2076,7.9432 86.0439,7.6978 87.0903,7.6978C87.9834,7.6978 88.7196,7.8611 89.297,8.1877L89.297,7.8443C89.297,7.3217 89.0896,6.8784 88.6758,6.5135C88.2609,6.1485 87.7769,5.9666 87.221,5.9666C86.3811,5.9666 85.7169,6.3203 85.2264,7.0286L83.9015,6.1952C84.6321,5.1499 85.7112,4.6273 87.1397,4.6273"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#5F6368"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M98.993,4.8886l-5.0198,11.5305l-1.5529,0l1.864,-4.0345l-3.3028,-7.496l1.635,0l2.3871,5.7489l0.0327,0l2.3217,-5.7489z"
26
+ android:strokeWidth="1"
27
+ android:fillColor="#5F6368"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M71.448,7.1341C71.448,6.6609 71.4078,6.2045 71.3321,5.7678L64.9883,5.7678L64.9883,8.3557L68.6218,8.3557C68.4658,9.1993 67.9939,9.9171 67.2783,10.3977L67.2783,12.0785L69.4467,12.0785C70.7164,10.9082 71.448,9.1789 71.448,7.1341"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M64.9883,13.7006C66.8036,13.7006 68.3321,13.1051 69.4467,12.0785L67.2783,10.3977C66.6747,10.8037 65.8974,11.0407 64.9883,11.0407C63.2337,11.0407 61.7445,9.8592 61.2119,8.2671L58.9781,8.2671L58.9781,9.9983C60.0852,12.1933 62.3602,13.7006 64.9883,13.7006"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M61.212,8.267C61.0756,7.8611 61.0008,7.428 61.0008,6.981C61.0008,6.534 61.0756,6.1009 61.212,5.695L61.212,3.9637L58.9781,3.9637C58.5203,4.8709 58.2615,5.8956 58.2615,6.981C58.2615,8.0664 58.5203,9.0912 58.9781,9.9983L61.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M64.9883,2.9213C65.9796,2.9213 66.8681,3.2619 67.5688,3.9292L67.5688,3.9302L69.4888,2.0123C68.3228,0.9278 66.8027,0.2615 64.9883,0.2615C62.3602,0.2615 60.0852,1.7687 58.9781,3.9638L61.2119,5.695C61.7445,4.1028 63.2337,2.9213 64.9883,2.9213"
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="99dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="99"
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.1513,10.9793 2.4267,10.2257 2.604,9.241C2.7813,8.2563 2.87,7.1853 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.3393 4.3423,8.31 4.179,9.206C4.0157,10.102 3.7707,10.8673 3.444,11.502L7.868,11.502ZM15.452,13.224C14.7333,13.224 14.0893,13.0583 13.52,12.727C12.9507,12.3957 12.5073,11.9407 12.19,11.362C11.8727,10.7833 11.714,10.1393 11.714,9.43C11.714,8.7207 11.8727,8.0767 12.19,7.498C12.5073,6.9193 12.9507,6.4643 13.52,6.133C14.0893,5.8017 14.7333,5.636 15.452,5.636C16.1707,5.636 16.8147,5.804 17.384,6.14C17.9533,6.476 18.3967,6.9333 18.714,7.512C19.0313,8.0907 19.19,8.73 19.19,9.43C19.19,10.1393 19.0313,10.7833 18.714,11.362C18.3967,11.9407 17.9533,12.3957 17.384,12.727C16.8147,13.0583 16.1707,13.224 15.452,13.224ZM15.452,11.81C15.844,11.81 16.208,11.7143 16.544,11.523C16.88,11.3317 17.1483,11.0563 17.349,10.697C17.5497,10.3377 17.65,9.9153 17.65,9.43C17.65,8.9447 17.5497,8.5247 17.349,8.17C17.1483,7.8153 16.88,7.5423 16.544,7.351C16.208,7.1597 15.844,7.064 15.452,7.064C15.06,7.064 14.696,7.1597 14.36,7.351C14.024,7.5423 13.7557,7.8153 13.555,8.17C13.3543,8.5247 13.254,8.9447 13.254,9.43C13.254,9.9153 13.3543,10.3377 13.555,10.697C13.7557,11.0563 14.024,11.3317 14.36,11.523C14.696,11.7143 15.06,11.81 15.452,11.81ZM20.04,11.628L20.824,11.628C21.0293,11.3573 21.1997,10.9187 21.335,10.312C21.4703,9.7053 21.538,9.08 21.538,8.436L21.538,5.86L27.404,5.86L27.404,11.628L28.496,11.628L28.496,15.128L27.068,15.128L27.068,13L21.468,13L21.468,15.128L20.04,15.128L20.04,11.628ZM25.906,11.628L25.906,7.246L23.036,7.246L23.036,8.562C23.036,9.1127 22.9823,9.6563 22.875,10.193C22.7677,10.7297 22.616,11.208 22.42,11.628L25.906,11.628ZM32.244,13.224C31.7307,13.224 31.2733,13.1237 30.872,12.923C30.4707,12.7223 30.158,12.4377 29.934,12.069C29.71,11.7003 29.598,11.2827 29.598,10.816C29.598,10.0787 29.8757,9.4953 30.431,9.066C30.9863,8.6367 31.6887,8.422 32.538,8.422C32.958,8.422 33.336,8.4617 33.672,8.541C34.008,8.6203 34.274,8.7067 34.47,8.8L34.47,8.436C34.47,7.9973 34.3067,7.6403 33.98,7.365C33.6533,7.0897 33.2333,6.952 32.72,6.952C32.356,6.952 32.013,7.0313 31.691,7.19C31.369,7.3487 31.11,7.568 30.914,7.848L29.836,7.022C30.1533,6.5833 30.564,6.2427 31.068,6C31.572,5.7573 32.132,5.636 32.748,5.636C33.784,5.636 34.582,5.8903 35.142,6.399C35.702,6.9077 35.982,7.624 35.982,8.548L35.982,13L34.47,13L34.47,12.146L34.4,12.146C34.1947,12.454 33.9053,12.7107 33.532,12.916C33.1587,13.1213 32.7293,13.224 32.244,13.224ZM32.51,11.95C32.8833,11.95 33.2193,11.8613 33.518,11.684C33.8167,11.5067 34.05,11.2687 34.218,10.97C34.386,10.6713 34.47,10.3493 34.47,10.004C34.2553,9.8827 34.0057,9.7847 33.721,9.71C33.4363,9.6353 33.14,9.598 32.832,9.598C32.2533,9.598 31.8287,9.7123 31.558,9.941C31.2873,10.1697 31.152,10.466 31.152,10.83C31.152,11.1567 31.278,11.425 31.53,11.635C31.782,11.845 32.1087,11.95 32.51,11.95ZM38.694,4.824C38.4047,4.824 38.1597,4.7237 37.959,4.523C37.7583,4.3223 37.658,4.0773 37.658,3.788C37.658,3.4987 37.7583,3.2537 37.959,3.053C38.1597,2.8523 38.4047,2.752 38.694,2.752C38.9833,2.752 39.2283,2.8523 39.429,3.053C39.6297,3.2537 39.73,3.4987 39.73,3.788C39.73,4.0773 39.6297,4.3223 39.429,4.523C39.2283,4.7237 38.9833,4.824 38.694,4.824ZM37.322,16.164C37.0233,16.164 36.762,16.1313 36.538,16.066L36.538,14.582C36.7433,14.694 36.9627,14.75 37.196,14.75C37.4573,14.75 37.644,14.6707 37.756,14.512C37.868,14.3533 37.924,14.1153 37.924,13.798L37.924,5.86L39.464,5.86L39.464,13.826C39.464,14.6193 39.2703,15.2073 38.883,15.59C38.4957,15.9727 37.9753,16.164 37.322,16.164ZM47.142,12.608L44.174,5.86L45.896,5.86L47.912,10.718L47.968,10.718L49.928,5.86L51.622,5.86L47.212,16.024L45.588,16.024L47.142,12.608Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#FFFFFF"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M77.526,2.6348L77.526,6.7179L80.0439,6.7179C80.6438,6.7179 81.1398,6.5163 81.5322,6.1131C81.9348,5.7109 82.1367,5.2312 82.1367,4.6759C82.1367,4.1318 81.9348,3.6577 81.5322,3.2545C81.1398,2.841 80.6438,2.6339 80.0439,2.6339L77.526,2.6339L77.526,2.6348ZM77.526,8.1551L77.526,12.8914L76.0218,12.8914L76.0218,1.1976L80.0112,1.1976C81.0249,1.1976 81.8854,1.5354 82.5945,2.2102C83.3139,2.8849 83.6736,3.7071 83.6736,4.6759C83.6736,5.667 83.3139,6.4948 82.5945,7.1584C81.8965,7.8228 81.0351,8.1542 80.0112,8.1542L77.526,8.1542L77.526,8.1551Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#FFFFFF"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M85.1936,10.4416C85.1936,10.8336 85.3599,11.1602 85.6926,11.4215C86.0251,11.6828 86.4147,11.8135 86.8614,11.8135C87.4938,11.8135 88.0572,11.5792 88.5533,11.1117C89.0495,10.6432 89.297,10.0935 89.297,9.4626C88.828,9.0921 88.174,8.9073 87.335,8.9073C86.7241,8.9073 86.2149,9.0547 85.8066,9.3487C85.3982,9.6426 85.1936,10.0058 85.1936,10.4416M87.1397,4.6273C88.2515,4.6273 89.1288,4.9241 89.7726,5.5177C90.4154,6.1112 90.7367,6.925 90.7367,7.9591L90.7367,12.8914L89.298,12.8914L89.298,11.7808L89.2325,11.7808C88.6112,12.6953 87.7825,13.1527 86.7474,13.1527C85.8645,13.1527 85.1255,12.8914 84.5321,12.3688C83.938,11.8462 83.6409,11.1929 83.6409,10.4089C83.6409,9.5811 83.9538,8.9231 84.5807,8.4332C85.2076,7.9432 86.0439,7.6978 87.0903,7.6978C87.9834,7.6978 88.7196,7.8611 89.297,8.1877L89.297,7.8443C89.297,7.3217 89.0896,6.8784 88.6758,6.5135C88.2609,6.1485 87.7769,5.9666 87.221,5.9666C86.3811,5.9666 85.7169,6.3203 85.2264,7.0286L83.9015,6.1952C84.6321,5.1499 85.7112,4.6273 87.1397,4.6273"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#FFFFFF"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M98.993,4.8886l-5.0198,11.5305l-1.5529,0l1.864,-4.0345l-3.3028,-7.496l1.635,0l2.3871,5.7489l0.0327,0l2.3217,-5.7489z"
26
+ android:strokeWidth="1"
27
+ android:fillColor="#FFFFFF"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M71.448,7.1341C71.448,6.6609 71.4078,6.2045 71.3321,5.7678L64.9883,5.7678L64.9883,8.3557L68.6218,8.3557C68.4658,9.1993 67.9939,9.9171 67.2783,10.3977L67.2783,12.0785L69.4467,12.0785C70.7164,10.9082 71.448,9.1789 71.448,7.1341"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M64.9883,13.7006C66.8036,13.7006 68.3321,13.1051 69.4467,12.0785L67.2783,10.3977C66.6747,10.8037 65.8974,11.0407 64.9883,11.0407C63.2337,11.0407 61.7445,9.8592 61.2119,8.2671L58.9781,8.2671L58.9781,9.9983C60.0852,12.1933 62.3602,13.7006 64.9883,13.7006"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M61.212,8.267C61.0756,7.8611 61.0008,7.428 61.0008,6.981C61.0008,6.534 61.0756,6.1009 61.212,5.695L61.212,3.9637L58.9781,3.9637C58.5203,4.8709 58.2615,5.8956 58.2615,6.981C58.2615,8.0664 58.5203,9.0912 58.9781,9.9983L61.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M64.9883,2.9213C65.9796,2.9213 66.8681,3.2619 67.5688,3.9292L67.5688,3.9302L69.4888,2.0123C68.3228,0.9278 66.8027,0.2615 64.9883,0.2615C62.3602,0.2615 60.0852,1.7687 58.9781,3.9638L61.2119,5.695C61.7445,4.1028 63.2337,2.9213 64.9883,2.9213"
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="105dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="105"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M0.1,3h1.6v8.5L6,11.5L6,13L0.1,13L0.1,3zM9.7,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.8c0.6,-0.4 1.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.3L11.9,8.4c0,-0.4 -0.2,-0.8 -0.5,-1.1C11.1,7.1 10.7,7 10.2,7c-0.4,0 -0.7,0.1 -1,0.2S8.6,7.6 8.4,7.8L7.3,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.1L13.4,13L12,13v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C10.6,13.1 10.2,13.2 9.7,13.2zM10,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.3c-0.3,-0.1 -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.8C9.3,11.8 9.6,11.9 10,11.9zM9.1,4.4c-0.2,0 -0.5,-0.1 -0.6,-0.3S8.2,3.7 8.2,3.5c0,-0.3 0.1,-0.5 0.3,-0.6c0.2,-0.2 0.4,-0.3 0.6,-0.3c0.3,0 0.5,0.1 0.6,0.3C9.9,3 10,3.2 10,3.5c0,0.2 -0.1,0.5 -0.3,0.6S9.4,4.4 9.1,4.4zM11.6,4.4c-0.2,0 -0.5,-0.1 -0.6,-0.3s-0.3,-0.4 -0.3,-0.6c0,-0.3 0.1,-0.5 0.3,-0.6c0.2,-0.2 0.4,-0.3 0.6,-0.3c0.3,0 0.5,0.1 0.6,0.3c0.2,0.2 0.3,0.4 0.3,0.6S12.4,4 12.2,4.1S11.8,4.4 11.6,4.4zM18.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.9c0.3,0.2 0.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.5,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.9S15,8 15.3,7.4s0.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.5,5.9L22,5.9v6.7c0,0.8 -0.1,1.4 -0.4,2c-0.3,0.5 -0.7,1 -1.3,1.2C19.8,16.1 19.2,16.2 18.5,16.2zM18.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,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.8C17.7,11.6 18.1,11.7 18.5,11.7zM27.1,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.1,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.5c-0.5,-0.3 -0.9,-0.7 -1.2,-1.3c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9S23.7,8 24,7.4c0.3,-0.6 0.7,-1 1.2,-1.3c0.5,-0.3 1.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.2,5.9h1.5v6.7c0,0.8 -0.1,1.4 -0.4,2c-0.3,0.5 -0.7,1 -1.3,1.2S27.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.7zM39,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.6L36.8,7.2h-1.2L35.6,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.5C39.8,13 39.4,13.1 39,13.1zM42.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.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.7C43.2,4.7 42.9,4.8 42.6,4.8zM41.9,5.9h1.5L43.4,13h-1.5L41.9,5.9zM45.5,3L47,3v10h-1.5L45.5,3zM49,3h1.5v10L49,13L49,3zM56.8,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.7C57.3,4.7 57.1,4.8 56.8,4.8zM56,5.9h1.5L57.5,13L56,13L56,5.9z"
8
+ android:fillColor="#3C4043"/>
9
+ <path
10
+ android:pathData="M83.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.4C87.177,2.887 86.677,2.587 86.077,2.587L83.477,2.587L83.477,2.587zM83.477,8.187v4.7L81.977,12.887L81.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,1L83.477,8.187L83.477,8.187z"
11
+ android:fillColor="#5F6368"/>
12
+ <path
13
+ android:pathData="M91.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.4C91.377,9.687 91.177,9.987 91.177,10.487M93.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.5L95.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.1L89.877,6.187C90.677,5.187 91.677,4.587 93.177,4.587"
14
+ android:fillColor="#5F6368"/>
15
+ <path
16
+ android:pathData="M104.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="M77.461,7.161c0,-0.5 0,-0.9 -0.1,-1.4L70.961,5.761v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C76.761,10.861 77.461,9.161 77.461,7.161"
20
+ android:fillColor="#4285F4"/>
21
+ <path
22
+ android:pathData="M70.961,13.661c1.8,0 3.3,-0.6 4.5,-1.6L73.261,10.361c-0.6,0.4 -1.4,0.6 -2.3,0.6C69.261,11.061 67.761,9.861 67.261,8.261L64.961,8.261v1.7C66.061,12.161 68.361,13.661 70.961,13.661"
23
+ android:fillColor="#34A853"/>
24
+ <path
25
+ android:pathData="M67.261,8.261C67.061,7.861 66.961,7.461 66.961,6.961S67.061,6.061 67.261,5.661L67.261,3.961L64.961,3.961C64.561,4.861 64.261,5.861 64.261,6.961s0.3,2.1 0.7,3L67.261,8.261z"
26
+ android:fillColor="#FABB05"/>
27
+ <path
28
+ android:pathData="M70.961,2.961c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C74.361,0.961 72.761,0.261 70.961,0.261c-2.6,0 -4.9,1.5 -6,3.7L67.261,5.661C67.761,4.061 69.261,2.961 70.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="105dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="105"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M0.1,3h1.6v8.5L6,11.5L6,13L0.1,13L0.1,3zM9.7,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.8c0.6,-0.4 1.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.3L11.9,8.4c0,-0.4 -0.2,-0.8 -0.5,-1.1C11.1,7.1 10.7,7 10.2,7c-0.4,0 -0.7,0.1 -1,0.2S8.6,7.6 8.4,7.8L7.3,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.1L13.4,13L12,13v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C10.6,13.1 10.2,13.2 9.7,13.2zM10,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.3c-0.3,-0.1 -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.8C9.3,11.8 9.6,11.9 10,11.9zM9.1,4.4c-0.2,0 -0.5,-0.1 -0.6,-0.3S8.2,3.7 8.2,3.5c0,-0.3 0.1,-0.5 0.3,-0.6c0.2,-0.2 0.4,-0.3 0.6,-0.3c0.3,0 0.5,0.1 0.6,0.3C9.9,3 10,3.2 10,3.5c0,0.2 -0.1,0.5 -0.3,0.6S9.4,4.4 9.1,4.4zM11.6,4.4c-0.2,0 -0.5,-0.1 -0.6,-0.3s-0.3,-0.4 -0.3,-0.6c0,-0.3 0.1,-0.5 0.3,-0.6c0.2,-0.2 0.4,-0.3 0.6,-0.3c0.3,0 0.5,0.1 0.6,0.3c0.2,0.2 0.3,0.4 0.3,0.6S12.4,4 12.2,4.1S11.8,4.4 11.6,4.4zM18.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.9c0.3,0.2 0.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.5,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.9S15,8 15.3,7.4s0.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.5,5.9L22,5.9v6.7c0,0.8 -0.1,1.4 -0.4,2c-0.3,0.5 -0.7,1 -1.3,1.2C19.8,16.1 19.2,16.2 18.5,16.2zM18.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,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.8C17.7,11.6 18.1,11.7 18.5,11.7zM27.1,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.1,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.5c-0.5,-0.3 -0.9,-0.7 -1.2,-1.3c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9S23.7,8 24,7.4c0.3,-0.6 0.7,-1 1.2,-1.3c0.5,-0.3 1.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.2,5.9h1.5v6.7c0,0.8 -0.1,1.4 -0.4,2c-0.3,0.5 -0.7,1 -1.3,1.2S27.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.7zM39,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.6L36.8,7.2h-1.2L35.6,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.5C39.8,13 39.4,13.1 39,13.1zM42.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.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.7C43.2,4.7 42.9,4.8 42.6,4.8zM41.9,5.9h1.5L43.4,13h-1.5L41.9,5.9zM45.5,3L47,3v10h-1.5L45.5,3zM49,3h1.5v10L49,13L49,3zM56.8,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.7C57.3,4.7 57.1,4.8 56.8,4.8zM56,5.9h1.5L57.5,13L56,13L56,5.9z"
8
+ android:fillColor="#FFFFFF"/>
9
+ <path
10
+ android:pathData="M83.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.4C87.177,2.887 86.677,2.587 86.077,2.587L83.477,2.587L83.477,2.587zM83.477,8.187v4.7L81.977,12.887L81.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,1L83.477,8.187L83.477,8.187z"
11
+ android:fillColor="#FFFFFF"/>
12
+ <path
13
+ android:pathData="M91.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.4C91.377,9.687 91.177,9.987 91.177,10.487M93.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.5L95.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.1L89.877,6.187C90.677,5.187 91.677,4.587 93.177,4.587"
14
+ android:fillColor="#FFFFFF"/>
15
+ <path
16
+ android:pathData="M104.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="M77.461,7.161c0,-0.5 0,-0.9 -0.1,-1.4L70.961,5.761v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C76.761,10.861 77.461,9.161 77.461,7.161"
20
+ android:fillColor="#4285F4"/>
21
+ <path
22
+ android:pathData="M70.961,13.661c1.8,0 3.3,-0.6 4.5,-1.6L73.261,10.361c-0.6,0.4 -1.4,0.6 -2.3,0.6C69.261,11.061 67.761,9.861 67.261,8.261L64.961,8.261v1.7C66.061,12.161 68.361,13.661 70.961,13.661"
23
+ android:fillColor="#34A853"/>
24
+ <path
25
+ android:pathData="M67.261,8.261C67.061,7.861 66.961,7.461 66.961,6.961S67.061,6.061 67.261,5.661L67.261,3.961L64.961,3.961C64.561,4.861 64.261,5.861 64.261,6.961s0.3,2.1 0.7,3L67.261,8.261z"
26
+ android:fillColor="#FABB05"/>
27
+ <path
28
+ android:pathData="M70.961,2.961c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C74.361,0.961 72.761,0.261 70.961,0.261c-2.6,0 -4.9,1.5 -6,3.7L67.261,5.661C67.761,4.061 69.261,2.961 70.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="98dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="98"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M3.284,13.154C2.1453,13.154 1.3287,12.8927 0.834,12.37C0.3393,11.8473 0.092,11.1007 0.092,10.13L0.092,5.328L1.59,5.328L1.59,10.172C1.59,10.7507 1.7277,11.187 2.003,11.481C2.2783,11.775 2.7053,11.922 3.284,11.922C3.872,11.922 4.3037,11.775 4.579,11.481C4.8543,11.187 4.992,10.7507 4.992,10.172L4.992,5.328L6.49,5.328L6.49,10.13C6.49,11.1007 6.2403,11.8473 5.741,12.37C5.2417,12.8927 4.4227,13.154 3.284,13.154ZM4.614,4.152C4.0073,4.152 3.5827,4.0283 3.34,3.781C3.0973,3.5337 2.976,3.256 2.976,2.948C2.976,2.7987 2.997,2.64 3.039,2.472C3.081,2.304 3.1393,2.1593 3.214,2.038L4.404,2.22C4.3853,2.2667 4.3667,2.332 4.348,2.416C4.3293,2.5 4.32,2.5793 4.32,2.654C4.32,2.7753 4.3573,2.878 4.432,2.962C4.5067,3.046 4.6373,3.088 4.824,3.088L8.212,3.088L8.212,4.152L4.614,4.152ZM11.456,13.14C10.6253,13.14 9.979,12.916 9.517,12.468C9.055,12.02 8.824,11.3247 8.824,10.382L8.824,5.328L10.322,5.328L10.322,10.228C10.322,11.32 10.8307,11.866 11.848,11.866C12.4547,11.866 12.9237,11.663 13.255,11.257C13.5863,10.851 13.752,10.2793 13.752,9.542L13.752,5.328L15.25,5.328L15.25,13L14.06,13L13.948,11.852L13.864,11.852C13.696,12.2253 13.4113,12.5333 13.01,12.776C12.6087,13.0187 12.0907,13.14 11.456,13.14ZM17.752,13L17.752,5.328L18.816,5.328L19.054,6.546L19.124,6.546C19.2827,6.1353 19.5697,5.8063 19.985,5.559C20.4003,5.3117 20.9113,5.188 21.518,5.188C22.3673,5.188 23.0253,5.4097 23.492,5.853C23.9587,6.2963 24.192,6.9893 24.192,7.932L24.192,13L22.694,13L22.694,8.1C22.694,7.008 22.1807,6.462 21.154,6.462C20.5473,6.462 20.0783,6.679 19.747,7.113C19.4157,7.547 19.25,8.1047 19.25,8.786L19.25,13L17.752,13ZM17.892,4.152L17.892,3.508L19.026,3.018L21.518,3.018L21.518,2.934C21.518,2.5887 21.6347,2.3063 21.868,2.087C22.1013,1.8677 22.4233,1.758 22.834,1.758C23.2633,1.758 23.5993,1.8723 23.842,2.101C24.0847,2.3297 24.206,2.6213 24.206,2.976C24.206,3.312 24.094,3.592 23.87,3.816C23.646,4.04 23.3193,4.152 22.89,4.152L17.892,4.152ZM22.862,3.508C23.0487,3.508 23.1933,3.4567 23.296,3.354C23.3987,3.2513 23.45,3.1207 23.45,2.962C23.45,2.8033 23.3963,2.6727 23.289,2.57C23.1817,2.4673 23.0347,2.416 22.848,2.416C22.6613,2.416 22.5167,2.4673 22.414,2.57C22.3113,2.6727 22.26,2.7987 22.26,2.948C22.26,3.0973 22.309,3.228 22.407,3.34C22.505,3.452 22.6567,3.508 22.862,3.508ZM26.442,13L26.442,10.438C26.442,9.85 26.568,9.416 26.82,9.136C27.072,8.856 27.4033,8.66 27.814,8.548L27.828,8.492L26.302,7.918L26.302,7.484C26.302,7.0827 26.4303,6.707 26.687,6.357C26.9437,6.007 27.3147,5.7223 27.8,5.503C28.2853,5.2837 28.8733,5.174 29.564,5.174C30.1707,5.174 30.7213,5.2697 31.216,5.461C31.7107,5.6523 32.1027,5.951 32.392,6.357C32.6813,6.763 32.826,7.2833 32.826,7.918L32.826,13L31.328,13L31.328,8.044C31.328,7.4653 31.16,7.0477 30.824,6.791C30.488,6.5343 30.0587,6.406 29.536,6.406C29.004,6.406 28.5887,6.5157 28.29,6.735C27.9913,6.9543 27.8373,7.232 27.828,7.568L29.27,8.268L29.144,9.01C28.7893,9.0193 28.5,9.136 28.276,9.36C28.052,9.584 27.94,9.9293 27.94,10.396L27.94,13L26.442,13ZM37.022,13.14C36.5647,13.14 36.175,13.0257 35.853,12.797C35.531,12.5683 35.37,12.16 35.37,11.572L35.37,5.328L36.868,5.328L36.868,11.39C36.868,11.5953 36.91,11.7423 36.994,11.831C37.078,11.9197 37.2227,11.964 37.428,11.964C37.5027,11.964 37.5867,11.9547 37.68,11.936C37.7733,11.9173 37.862,11.894 37.946,11.866L38.114,12.916C37.9367,13 37.7547,13.0583 37.568,13.091C37.3813,13.1237 37.1993,13.14 37.022,13.14ZM42.212,13.154C41.288,13.154 40.5787,12.9347 40.084,12.496C39.5893,12.0573 39.342,11.4087 39.342,10.55L39.342,9.78C39.342,9.3413 39.4027,8.989 39.524,8.723C39.6453,8.457 39.7807,8.226 39.93,8.03C40.0887,7.8153 40.2217,7.6287 40.329,7.47C40.4363,7.3113 40.49,7.1247 40.49,6.91C40.49,6.7233 40.4433,6.5903 40.35,6.511C40.2567,6.4317 40.14,6.392 40,6.392C39.804,6.392 39.5753,6.4527 39.314,6.574L39.006,5.566C39.202,5.4447 39.433,5.3583 39.699,5.307C39.965,5.2557 40.196,5.23 40.392,5.23C40.9333,5.23 41.3207,5.3677 41.554,5.643C41.7873,5.9183 41.904,6.2753 41.904,6.714C41.904,7.0407 41.8503,7.316 41.743,7.54C41.6357,7.764 41.5073,7.9833 41.358,8.198C41.1993,8.4313 41.071,8.6507 40.973,8.856C40.875,9.0613 40.826,9.3367 40.826,9.682L40.826,10.438C40.826,11.026 40.9637,11.425 41.239,11.635C41.5143,11.845 41.8387,11.95 42.212,11.95C43.108,11.95 43.556,11.516 43.556,10.648L43.556,5.328L45.054,5.328L45.054,10.704C45.054,11.488 44.8137,12.0923 44.333,12.517C43.8523,12.9417 43.1453,13.154 42.212,13.154ZM41.036,4.166L41.036,3.522C41.204,3.4847 41.3813,3.431 41.568,3.361C41.7547,3.291 41.911,3.2 42.037,3.088C42.163,2.976 42.226,2.8313 42.226,2.654C42.226,2.5327 42.191,2.4347 42.121,2.36C42.051,2.2853 41.946,2.248 41.806,2.248C41.7127,2.248 41.6217,2.2643 41.533,2.297C41.4443,2.3297 41.3627,2.36 41.288,2.388L41.008,1.576C41.1947,1.4267 41.4093,1.3263 41.652,1.275C41.8947,1.2237 42.0953,1.198 42.254,1.198C42.6367,1.198 42.9377,1.3007 43.157,1.506C43.3763,1.7113 43.486,1.982 43.486,2.318C43.486,2.598 43.3927,2.85 43.206,3.074L45.446,3.074L45.446,4.166L41.036,4.166ZM49.502,13L49.502,7.666C49.502,7.2273 49.3993,6.9053 49.194,6.7C48.9887,6.4947 48.6527,6.392 48.186,6.392C47.8593,6.392 47.556,6.4363 47.276,6.525C46.996,6.6137 46.7253,6.7327 46.464,6.882L46.464,5.594C46.66,5.5007 46.933,5.4073 47.283,5.314C47.633,5.2207 48.0507,5.174 48.536,5.174C49.2733,5.174 49.8683,5.342 50.321,5.678C50.7737,6.014 51,6.5973 51,7.428L51,13L49.502,13Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#3C4043"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M76.526,2.6348L76.526,6.7179L79.0439,6.7179C79.6438,6.7179 80.1398,6.5163 80.5322,6.1131C80.9348,5.7109 81.1367,5.2312 81.1367,4.6759C81.1367,4.1318 80.9348,3.6577 80.5322,3.2545C80.1398,2.841 79.6438,2.6339 79.0439,2.6339L76.526,2.6339L76.526,2.6348ZM76.526,8.1551L76.526,12.8914L75.0218,12.8914L75.0218,1.1976L79.0112,1.1976C80.0249,1.1976 80.8854,1.5354 81.5945,2.2102C82.3139,2.8849 82.6736,3.7071 82.6736,4.6759C82.6736,5.667 82.3139,6.4948 81.5945,7.1584C80.8965,7.8228 80.0351,8.1542 79.0112,8.1542L76.526,8.1542L76.526,8.1551Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M84.1936,10.4416C84.1936,10.8336 84.3599,11.1602 84.6926,11.4215C85.0251,11.6828 85.4147,11.8135 85.8614,11.8135C86.4938,11.8135 87.0572,11.5792 87.5533,11.1117C88.0495,10.6432 88.297,10.0935 88.297,9.4626C87.828,9.0921 87.174,8.9073 86.335,8.9073C85.7241,8.9073 85.2149,9.0547 84.8066,9.3487C84.3982,9.6426 84.1936,10.0058 84.1936,10.4416M86.1397,4.6273C87.2515,4.6273 88.1288,4.9241 88.7726,5.5177C89.4154,6.1112 89.7367,6.925 89.7367,7.9591L89.7367,12.8914L88.298,12.8914L88.298,11.7808L88.2325,11.7808C87.6112,12.6953 86.7825,13.1527 85.7474,13.1527C84.8645,13.1527 84.1255,12.8914 83.5321,12.3688C82.938,11.8462 82.6409,11.1929 82.6409,10.4089C82.6409,9.5811 82.9538,8.9231 83.5807,8.4332C84.2076,7.9432 85.0439,7.6978 86.0903,7.6978C86.9834,7.6978 87.7196,7.8611 88.297,8.1877L88.297,7.8443C88.297,7.3217 88.0896,6.8784 87.6758,6.5135C87.2609,6.1485 86.7769,5.9666 86.221,5.9666C85.3811,5.9666 84.7169,6.3203 84.2264,7.0286L82.9015,6.1952C83.6321,5.1499 84.7112,4.6273 86.1397,4.6273"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#5F6368"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M97.993,4.8886l-5.0198,11.5305l-1.5529,0l1.864,-4.0345l-3.3028,-7.496l1.635,0l2.3871,5.7489l0.0327,0l2.3217,-5.7489z"
26
+ android:strokeWidth="1"
27
+ android:fillColor="#5F6368"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M70.448,7.1341C70.448,6.6609 70.4078,6.2045 70.3321,5.7678L63.9883,5.7678L63.9883,8.3557L67.6218,8.3557C67.4658,9.1993 66.9939,9.9171 66.2783,10.3977L66.2783,12.0785L68.4467,12.0785C69.7164,10.9082 70.448,9.1789 70.448,7.1341"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M63.9883,13.7006C65.8036,13.7006 67.3321,13.1051 68.4467,12.0785L66.2783,10.3977C65.6747,10.8037 64.8974,11.0407 63.9883,11.0407C62.2337,11.0407 60.7445,9.8592 60.2119,8.2671L57.9781,8.2671L57.9781,9.9983C59.0852,12.1933 61.3602,13.7006 63.9883,13.7006"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M60.212,8.267C60.0756,7.8611 60.0008,7.428 60.0008,6.981C60.0008,6.534 60.0756,6.1009 60.212,5.695L60.212,3.9637L57.9781,3.9637C57.5203,4.8709 57.2615,5.8956 57.2615,6.981C57.2615,8.0664 57.5203,9.0912 57.9781,9.9983L60.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M63.9883,2.9213C64.9796,2.9213 65.8681,3.2619 66.5688,3.9292L66.5688,3.9302L68.4888,2.0123C67.3228,0.9278 65.8027,0.2615 63.9883,0.2615C61.3602,0.2615 59.0852,1.7687 57.9781,3.9638L60.2119,5.695C60.7445,4.1028 62.2337,2.9213 63.9883,2.9213"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>