@stripe/stripe-react-native 0.21.0 → 0.22.0

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 (359) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/android/build.gradle +1 -0
  3. package/android/proguard-rules.txt +7 -0
  4. package/android/src/main/java/com/reactnativestripesdk/CardFieldView.kt +4 -0
  5. package/android/src/main/java/com/reactnativestripesdk/GooglePayButtonManager.kt +5 -0
  6. package/android/src/main/java/com/reactnativestripesdk/GooglePayButtonView.kt +46 -8
  7. package/android/src/main/java/com/reactnativestripesdk/GooglePayLauncherFragment.kt +132 -0
  8. package/android/src/main/java/com/reactnativestripesdk/GooglePayRequestHelper.kt +144 -0
  9. package/android/src/main/java/com/reactnativestripesdk/StripeSdkModule.kt +123 -8
  10. package/android/src/main/java/com/reactnativestripesdk/utils/Extensions.kt +5 -0
  11. package/android/src/main/res/drawable/book_with_googlepay_button_content.xml +14 -0
  12. package/android/src/main/res/drawable/buy_with_googlepay_button_content.xml +14 -0
  13. package/android/src/main/res/drawable/checkout_with_googlepay_button_content.xml +14 -0
  14. package/android/src/main/res/drawable/donate_with_googlepay_button_content.xml +14 -0
  15. package/android/src/main/res/drawable/googlepay_button_background_shape.xml +11 -0
  16. package/android/src/main/res/drawable/googlepay_mark_background.xml +12 -0
  17. package/android/src/main/res/drawable/googlepay_mark_content.xml +27 -0
  18. package/android/src/main/res/drawable/order_with_googlepay_button_content.xml +14 -0
  19. package/android/src/main/res/drawable/pay_with_googlepay_button_content.xml +6 -6
  20. package/android/src/main/res/drawable/subscribe_with_googlepay_button_content.xml +14 -0
  21. package/android/src/main/res/drawable-ar/book_with_googlepay_button_content.xml +14 -0
  22. package/android/src/main/res/drawable-ar/buy_with_googlepay_button_content.xml +14 -0
  23. package/android/src/main/res/drawable-ar/checkout_with_googlepay_button_content.xml +14 -0
  24. package/android/src/main/res/drawable-ar/donate_with_googlepay_button_content.xml +14 -0
  25. package/android/src/main/res/drawable-ar/order_with_googlepay_button_content.xml +14 -0
  26. package/android/src/main/res/drawable-ar/pay_with_googlepay_button_content.xml +6 -6
  27. package/android/src/main/res/drawable-ar/subscribe_with_googlepay_button_content.xml +14 -0
  28. package/android/src/main/res/drawable-bg/book_with_googlepay_button_content.xml +14 -0
  29. package/android/src/main/res/drawable-bg/buy_with_googlepay_button_content.xml +14 -0
  30. package/android/src/main/res/drawable-bg/checkout_with_googlepay_button_content.xml +14 -0
  31. package/android/src/main/res/drawable-bg/donate_with_googlepay_button_content.xml +14 -0
  32. package/android/src/main/res/drawable-bg/order_with_googlepay_button_content.xml +14 -0
  33. package/android/src/main/res/drawable-bg/pay_with_googlepay_button_content.xml +4 -4
  34. package/android/src/main/res/drawable-bg/subscribe_with_googlepay_button_content.xml +14 -0
  35. package/android/src/main/res/drawable-ca/book_with_googlepay_button_content.xml +14 -0
  36. package/android/src/main/res/drawable-ca/buy_with_googlepay_button_content.xml +14 -0
  37. package/android/src/main/res/drawable-ca/checkout_with_googlepay_button_content.xml +14 -0
  38. package/android/src/main/res/drawable-ca/donate_with_googlepay_button_content.xml +14 -0
  39. package/android/src/main/res/drawable-ca/order_with_googlepay_button_content.xml +14 -0
  40. package/android/src/main/res/drawable-ca/pay_with_googlepay_button_content.xml +6 -6
  41. package/android/src/main/res/drawable-ca/subscribe_with_googlepay_button_content.xml +14 -0
  42. package/android/src/main/res/drawable-cs/book_with_googlepay_button_content.xml +14 -0
  43. package/android/src/main/res/drawable-cs/buy_with_googlepay_button_content.xml +14 -0
  44. package/android/src/main/res/drawable-cs/checkout_with_googlepay_button_content.xml +14 -0
  45. package/android/src/main/res/drawable-cs/donate_with_googlepay_button_content.xml +14 -0
  46. package/android/src/main/res/drawable-cs/order_with_googlepay_button_content.xml +14 -0
  47. package/android/src/main/res/drawable-cs/pay_with_googlepay_button_content.xml +6 -6
  48. package/android/src/main/res/drawable-cs/subscribe_with_googlepay_button_content.xml +14 -0
  49. package/android/src/main/res/drawable-da/book_with_googlepay_button_content.xml +14 -0
  50. package/android/src/main/res/drawable-da/buy_with_googlepay_button_content.xml +14 -0
  51. package/android/src/main/res/drawable-da/checkout_with_googlepay_button_content.xml +14 -0
  52. package/android/src/main/res/drawable-da/donate_with_googlepay_button_content.xml +14 -0
  53. package/android/src/main/res/drawable-da/order_with_googlepay_button_content.xml +14 -0
  54. package/android/src/main/res/drawable-da/pay_with_googlepay_button_content.xml +6 -6
  55. package/android/src/main/res/drawable-da/subscribe_with_googlepay_button_content.xml +14 -0
  56. package/android/src/main/res/drawable-de/book_with_googlepay_button_content.xml +15 -0
  57. package/android/src/main/res/drawable-de/buy_with_googlepay_button_content.xml +15 -0
  58. package/android/src/main/res/drawable-de/checkout_with_googlepay_button_content.xml +15 -0
  59. package/android/src/main/res/drawable-de/donate_with_googlepay_button_content.xml +15 -0
  60. package/android/src/main/res/drawable-de/order_with_googlepay_button_content.xml +15 -0
  61. package/android/src/main/res/drawable-de/pay_with_googlepay_button_content.xml +7 -7
  62. package/android/src/main/res/drawable-de/subscribe_with_googlepay_button_content.xml +15 -0
  63. package/android/src/main/res/drawable-el/book_with_googlepay_button_content.xml +14 -0
  64. package/android/src/main/res/drawable-el/buy_with_googlepay_button_content.xml +14 -0
  65. package/android/src/main/res/drawable-el/checkout_with_googlepay_button_content.xml +14 -0
  66. package/android/src/main/res/drawable-el/donate_with_googlepay_button_content.xml +14 -0
  67. package/android/src/main/res/drawable-el/order_with_googlepay_button_content.xml +14 -0
  68. package/android/src/main/res/drawable-el/pay_with_googlepay_button_content.xml +4 -4
  69. package/android/src/main/res/drawable-el/subscribe_with_googlepay_button_content.xml +14 -0
  70. package/android/src/main/res/drawable-et/book_with_googlepay_button_content.xml +15 -0
  71. package/android/src/main/res/drawable-et/buy_with_googlepay_button_content.xml +15 -0
  72. package/android/src/main/res/drawable-et/checkout_with_googlepay_button_content.xml +15 -0
  73. package/android/src/main/res/drawable-et/donate_with_googlepay_button_content.xml +15 -0
  74. package/android/src/main/res/drawable-et/order_with_googlepay_button_content.xml +15 -0
  75. package/android/src/main/res/drawable-et/pay_with_googlepay_button_content.xml +8 -8
  76. package/android/src/main/res/drawable-et/subscribe_with_googlepay_button_content.xml +15 -0
  77. package/android/src/main/res/drawable-fi/book_with_googlepay_button_content.xml +15 -0
  78. package/android/src/main/res/drawable-fi/buy_with_googlepay_button_content.xml +15 -0
  79. package/android/src/main/res/drawable-fi/checkout_with_googlepay_button_content.xml +15 -0
  80. package/android/src/main/res/drawable-fi/donate_with_googlepay_button_content.xml +15 -0
  81. package/android/src/main/res/drawable-fi/order_with_googlepay_button_content.xml +15 -0
  82. package/android/src/main/res/drawable-fi/pay_with_googlepay_button_content.xml +8 -8
  83. package/android/src/main/res/drawable-fi/subscribe_with_googlepay_button_content.xml +15 -0
  84. package/android/src/main/res/drawable-fr/book_with_googlepay_button_content.xml +14 -0
  85. package/android/src/main/res/drawable-fr/buy_with_googlepay_button_content.xml +14 -0
  86. package/android/src/main/res/drawable-fr/checkout_with_googlepay_button_content.xml +14 -0
  87. package/android/src/main/res/drawable-fr/donate_with_googlepay_button_content.xml +14 -0
  88. package/android/src/main/res/drawable-fr/order_with_googlepay_button_content.xml +14 -0
  89. package/android/src/main/res/drawable-fr/pay_with_googlepay_button_content.xml +5 -5
  90. package/android/src/main/res/drawable-fr/subscribe_with_googlepay_button_content.xml +14 -0
  91. package/android/src/main/res/drawable-hr/book_with_googlepay_button_content.xml +14 -0
  92. package/android/src/main/res/drawable-hr/buy_with_googlepay_button_content.xml +14 -0
  93. package/android/src/main/res/drawable-hr/checkout_with_googlepay_button_content.xml +14 -0
  94. package/android/src/main/res/drawable-hr/donate_with_googlepay_button_content.xml +14 -0
  95. package/android/src/main/res/drawable-hr/order_with_googlepay_button_content.xml +14 -0
  96. package/android/src/main/res/drawable-hr/pay_with_googlepay_button_content.xml +4 -4
  97. package/android/src/main/res/drawable-hr/subscribe_with_googlepay_button_content.xml +14 -0
  98. package/android/src/main/res/drawable-id/book_with_googlepay_button_content.xml +14 -0
  99. package/android/src/main/res/drawable-id/buy_with_googlepay_button_content.xml +14 -0
  100. package/android/src/main/res/drawable-id/checkout_with_googlepay_button_content.xml +14 -0
  101. package/android/src/main/res/drawable-id/donate_with_googlepay_button_content.xml +14 -0
  102. package/android/src/main/res/drawable-id/order_with_googlepay_button_content.xml +14 -0
  103. package/android/src/main/res/drawable-id/pay_with_googlepay_button_content.xml +4 -4
  104. package/android/src/main/res/drawable-id/subscribe_with_googlepay_button_content.xml +14 -0
  105. package/android/src/main/res/drawable-it/book_with_googlepay_button_content.xml +14 -0
  106. package/android/src/main/res/drawable-it/buy_with_googlepay_button_content.xml +14 -0
  107. package/android/src/main/res/drawable-it/checkout_with_googlepay_button_content.xml +14 -0
  108. package/android/src/main/res/drawable-it/donate_with_googlepay_button_content.xml +14 -0
  109. package/android/src/main/res/drawable-it/order_with_googlepay_button_content.xml +14 -0
  110. package/android/src/main/res/drawable-it/pay_with_googlepay_button_content.xml +6 -6
  111. package/android/src/main/res/drawable-it/subscribe_with_googlepay_button_content.xml +14 -0
  112. package/android/src/main/res/drawable-ja/book_with_googlepay_button_content.xml +14 -0
  113. package/android/src/main/res/drawable-ja/buy_with_googlepay_button_content.xml +14 -0
  114. package/android/src/main/res/drawable-ja/checkout_with_googlepay_button_content.xml +14 -0
  115. package/android/src/main/res/drawable-ja/donate_with_googlepay_button_content.xml +14 -0
  116. package/android/src/main/res/drawable-ja/order_with_googlepay_button_content.xml +14 -0
  117. package/android/src/main/res/drawable-ja/pay_with_googlepay_button_content.xml +5 -5
  118. package/android/src/main/res/drawable-ja/subscribe_with_googlepay_button_content.xml +14 -0
  119. package/android/src/main/res/drawable-ko/book_with_googlepay_button_content.xml +14 -0
  120. package/android/src/main/res/drawable-ko/buy_with_googlepay_button_content.xml +14 -0
  121. package/android/src/main/res/drawable-ko/checkout_with_googlepay_button_content.xml +14 -0
  122. package/android/src/main/res/drawable-ko/donate_with_googlepay_button_content.xml +14 -0
  123. package/android/src/main/res/drawable-ko/order_with_googlepay_button_content.xml +14 -0
  124. package/android/src/main/res/drawable-ko/pay_with_googlepay_button_content.xml +7 -7
  125. package/android/src/main/res/drawable-ko/subscribe_with_googlepay_button_content.xml +14 -0
  126. package/android/src/main/res/drawable-ms/book_with_googlepay_button_content.xml +14 -0
  127. package/android/src/main/res/drawable-ms/buy_with_googlepay_button_content.xml +14 -0
  128. package/android/src/main/res/drawable-ms/checkout_with_googlepay_button_content.xml +14 -0
  129. package/android/src/main/res/drawable-ms/donate_with_googlepay_button_content.xml +14 -0
  130. package/android/src/main/res/drawable-ms/order_with_googlepay_button_content.xml +14 -0
  131. package/android/src/main/res/drawable-ms/pay_with_googlepay_button_content.xml +4 -4
  132. package/android/src/main/res/drawable-ms/subscribe_with_googlepay_button_content.xml +14 -0
  133. package/android/src/main/res/drawable-nl/book_with_googlepay_button_content.xml +14 -0
  134. package/android/src/main/res/drawable-nl/buy_with_googlepay_button_content.xml +14 -0
  135. package/android/src/main/res/drawable-nl/checkout_with_googlepay_button_content.xml +14 -0
  136. package/android/src/main/res/drawable-nl/donate_with_googlepay_button_content.xml +14 -0
  137. package/android/src/main/res/drawable-nl/order_with_googlepay_button_content.xml +14 -0
  138. package/android/src/main/res/drawable-nl/pay_with_googlepay_button_content.xml +4 -4
  139. package/android/src/main/res/drawable-nl/subscribe_with_googlepay_button_content.xml +14 -0
  140. package/android/src/main/res/drawable-no/book_with_googlepay_button_content.xml +14 -0
  141. package/android/src/main/res/drawable-no/buy_with_googlepay_button_content.xml +14 -0
  142. package/android/src/main/res/drawable-no/checkout_with_googlepay_button_content.xml +14 -0
  143. package/android/src/main/res/drawable-no/donate_with_googlepay_button_content.xml +14 -0
  144. package/android/src/main/res/drawable-no/order_with_googlepay_button_content.xml +14 -0
  145. package/android/src/main/res/drawable-no/pay_with_googlepay_button_content.xml +6 -6
  146. package/android/src/main/res/drawable-no/subscribe_with_googlepay_button_content.xml +14 -0
  147. package/android/src/main/res/drawable-pl/book_with_googlepay_button_content.xml +14 -0
  148. package/android/src/main/res/drawable-pl/buy_with_googlepay_button_content.xml +14 -0
  149. package/android/src/main/res/drawable-pl/checkout_with_googlepay_button_content.xml +14 -0
  150. package/android/src/main/res/drawable-pl/donate_with_googlepay_button_content.xml +14 -0
  151. package/android/src/main/res/drawable-pl/order_with_googlepay_button_content.xml +14 -0
  152. package/android/src/main/res/drawable-pl/pay_with_googlepay_button_content.xml +7 -7
  153. package/android/src/main/res/drawable-pl/subscribe_with_googlepay_button_content.xml +14 -0
  154. package/android/src/main/res/drawable-ru/book_with_googlepay_button_content.xml +14 -0
  155. package/android/src/main/res/drawable-ru/buy_with_googlepay_button_content.xml +14 -0
  156. package/android/src/main/res/drawable-ru/checkout_with_googlepay_button_content.xml +14 -0
  157. package/android/src/main/res/drawable-ru/donate_with_googlepay_button_content.xml +14 -0
  158. package/android/src/main/res/drawable-ru/order_with_googlepay_button_content.xml +14 -0
  159. package/android/src/main/res/drawable-ru/pay_with_googlepay_button_content.xml +7 -7
  160. package/android/src/main/res/drawable-ru/subscribe_with_googlepay_button_content.xml +14 -0
  161. package/android/src/main/res/drawable-sk/book_with_googlepay_button_content.xml +14 -0
  162. package/android/src/main/res/drawable-sk/buy_with_googlepay_button_content.xml +14 -0
  163. package/android/src/main/res/drawable-sk/checkout_with_googlepay_button_content.xml +14 -0
  164. package/android/src/main/res/drawable-sk/donate_with_googlepay_button_content.xml +14 -0
  165. package/android/src/main/res/drawable-sk/order_with_googlepay_button_content.xml +14 -0
  166. package/android/src/main/res/drawable-sk/pay_with_googlepay_button_content.xml +4 -4
  167. package/android/src/main/res/drawable-sk/subscribe_with_googlepay_button_content.xml +14 -0
  168. package/android/src/main/res/drawable-sl/book_with_googlepay_button_content.xml +14 -0
  169. package/android/src/main/res/drawable-sl/buy_with_googlepay_button_content.xml +14 -0
  170. package/android/src/main/res/drawable-sl/checkout_with_googlepay_button_content.xml +14 -0
  171. package/android/src/main/res/drawable-sl/donate_with_googlepay_button_content.xml +14 -0
  172. package/android/src/main/res/drawable-sl/order_with_googlepay_button_content.xml +14 -0
  173. package/android/src/main/res/drawable-sl/pay_with_googlepay_button_content.xml +4 -4
  174. package/android/src/main/res/drawable-sl/subscribe_with_googlepay_button_content.xml +14 -0
  175. package/android/src/main/res/drawable-sr/book_with_googlepay_button_content.xml +14 -0
  176. package/android/src/main/res/drawable-sr/buy_with_googlepay_button_content.xml +14 -0
  177. package/android/src/main/res/drawable-sr/checkout_with_googlepay_button_content.xml +14 -0
  178. package/android/src/main/res/drawable-sr/donate_with_googlepay_button_content.xml +14 -0
  179. package/android/src/main/res/drawable-sr/order_with_googlepay_button_content.xml +14 -0
  180. package/android/src/main/res/drawable-sr/pay_with_googlepay_button_content.xml +7 -7
  181. package/android/src/main/res/drawable-sr/subscribe_with_googlepay_button_content.xml +14 -0
  182. package/android/src/main/res/drawable-sv/book_with_googlepay_button_content.xml +14 -0
  183. package/android/src/main/res/drawable-sv/buy_with_googlepay_button_content.xml +14 -0
  184. package/android/src/main/res/drawable-sv/checkout_with_googlepay_button_content.xml +14 -0
  185. package/android/src/main/res/drawable-sv/donate_with_googlepay_button_content.xml +14 -0
  186. package/android/src/main/res/drawable-sv/order_with_googlepay_button_content.xml +14 -0
  187. package/android/src/main/res/drawable-sv/pay_with_googlepay_button_content.xml +4 -4
  188. package/android/src/main/res/drawable-sv/subscribe_with_googlepay_button_content.xml +14 -0
  189. package/android/src/main/res/drawable-th/book_with_googlepay_button_content.xml +14 -0
  190. package/android/src/main/res/drawable-th/buy_with_googlepay_button_content.xml +14 -0
  191. package/android/src/main/res/drawable-th/checkout_with_googlepay_button_content.xml +14 -0
  192. package/android/src/main/res/drawable-th/donate_with_googlepay_button_content.xml +14 -0
  193. package/android/src/main/res/drawable-th/order_with_googlepay_button_content.xml +14 -0
  194. package/android/src/main/res/drawable-th/pay_with_googlepay_button_content.xml +6 -6
  195. package/android/src/main/res/drawable-th/subscribe_with_googlepay_button_content.xml +14 -0
  196. package/android/src/main/res/drawable-tr/book_with_googlepay_button_content.xml +14 -0
  197. package/android/src/main/res/drawable-tr/buy_with_googlepay_button_content.xml +14 -0
  198. package/android/src/main/res/drawable-tr/checkout_with_googlepay_button_content.xml +14 -0
  199. package/android/src/main/res/drawable-tr/donate_with_googlepay_button_content.xml +14 -0
  200. package/android/src/main/res/drawable-tr/order_with_googlepay_button_content.xml +14 -0
  201. package/android/src/main/res/drawable-tr/pay_with_googlepay_button_content.xml +7 -7
  202. package/android/src/main/res/drawable-tr/subscribe_with_googlepay_button_content.xml +14 -0
  203. package/android/src/main/res/drawable-uk/book_with_googlepay_button_content.xml +14 -0
  204. package/android/src/main/res/drawable-uk/buy_with_googlepay_button_content.xml +14 -0
  205. package/android/src/main/res/drawable-uk/checkout_with_googlepay_button_content.xml +14 -0
  206. package/android/src/main/res/drawable-uk/donate_with_googlepay_button_content.xml +14 -0
  207. package/android/src/main/res/drawable-uk/order_with_googlepay_button_content.xml +14 -0
  208. package/android/src/main/res/drawable-uk/pay_with_googlepay_button_content.xml +5 -5
  209. package/android/src/main/res/drawable-uk/subscribe_with_googlepay_button_content.xml +14 -0
  210. package/android/src/main/res/layout/book_with_googlepay_button.xml +20 -0
  211. package/android/src/main/res/layout/buy_with_googlepay_button.xml +20 -0
  212. package/android/src/main/res/layout/checkout_with_googlepay_button.xml +20 -0
  213. package/android/src/main/res/layout/donate_with_googlepay_button.xml +20 -0
  214. package/android/src/main/res/layout/googlepay_mark_button.xml +18 -0
  215. package/android/src/main/res/layout/order_with_googlepay_button.xml +20 -0
  216. package/android/src/main/res/layout/pay_with_googlepay_button.xml +10 -24
  217. package/android/src/main/res/layout/plain_googlepay_button.xml +17 -0
  218. package/android/src/main/res/layout/subscribe_with_googlepay_button.xml +20 -0
  219. package/android/src/main/res/values/googlepay_strings.xml +3 -2
  220. package/ios/ApplePayButtonManager.m +5 -0
  221. package/ios/ApplePayButtonManager.swift +3 -1
  222. package/ios/ApplePayButtonView.swift +21 -0
  223. package/ios/ApplePayUtils.swift +187 -0
  224. package/ios/ApplePayViewController.swift +279 -0
  225. package/ios/PaymentPassFinder.swift +61 -0
  226. package/ios/PushProvisioning/AddToWalletButtonView.swift +10 -10
  227. package/ios/PushProvisioning/PushProvisioningUtils.swift +39 -16
  228. package/ios/StripeSdk.m +29 -0
  229. package/ios/StripeSdk.swift +193 -129
  230. package/ios/Tests/AddressSheetUtilsTests.swift +1 -7
  231. package/ios/Tests/PushProvisioningTests.swift +14 -11
  232. package/jest/mock.js +44 -0
  233. package/lib/commonjs/NativeStripeSdk.js.map +1 -1
  234. package/lib/commonjs/components/PlatformPayButton.js +2 -0
  235. package/lib/commonjs/components/PlatformPayButton.js.map +1 -0
  236. package/lib/commonjs/functions.js +1 -1
  237. package/lib/commonjs/functions.js.map +1 -1
  238. package/lib/commonjs/hooks/usePlatformPay.js +2 -0
  239. package/lib/commonjs/hooks/usePlatformPay.js.map +1 -0
  240. package/lib/commonjs/hooks/useStripe.js +1 -1
  241. package/lib/commonjs/hooks/useStripe.js.map +1 -1
  242. package/lib/commonjs/index.js +1 -1
  243. package/lib/commonjs/index.js.map +1 -1
  244. package/lib/commonjs/types/Errors.js +1 -1
  245. package/lib/commonjs/types/Errors.js.map +1 -1
  246. package/lib/commonjs/types/PlatformPay.js +2 -0
  247. package/lib/commonjs/types/PlatformPay.js.map +1 -0
  248. package/lib/commonjs/types/PushProvisioning.js +2 -0
  249. package/lib/commonjs/types/PushProvisioning.js.map +1 -0
  250. package/lib/commonjs/types/index.js +1 -1
  251. package/lib/commonjs/types/index.js.map +1 -1
  252. package/lib/module/NativeStripeSdk.js.map +1 -1
  253. package/lib/module/components/PlatformPayButton.js +2 -0
  254. package/lib/module/components/PlatformPayButton.js.map +1 -0
  255. package/lib/module/functions.js +1 -1
  256. package/lib/module/functions.js.map +1 -1
  257. package/lib/module/hooks/usePlatformPay.js +2 -0
  258. package/lib/module/hooks/usePlatformPay.js.map +1 -0
  259. package/lib/module/hooks/useStripe.js +1 -1
  260. package/lib/module/hooks/useStripe.js.map +1 -1
  261. package/lib/module/index.js +1 -1
  262. package/lib/module/index.js.map +1 -1
  263. package/lib/module/types/Errors.js +1 -1
  264. package/lib/module/types/Errors.js.map +1 -1
  265. package/lib/module/types/PlatformPay.js +2 -0
  266. package/lib/module/types/PlatformPay.js.map +1 -0
  267. package/lib/module/types/PushProvisioning.js +2 -0
  268. package/lib/module/types/PushProvisioning.js.map +1 -0
  269. package/lib/module/types/index.js +1 -1
  270. package/lib/module/types/index.js.map +1 -1
  271. package/lib/typescript/src/NativeStripeSdk.d.ts +8 -1
  272. package/lib/typescript/src/components/PlatformPayButton.d.ts +65 -0
  273. package/lib/typescript/src/functions.d.ts +73 -1
  274. package/lib/typescript/src/hooks/usePlatformPay.d.ts +70 -0
  275. package/lib/typescript/src/hooks/useStripe.d.ts +18 -1
  276. package/lib/typescript/src/index.d.ts +2 -0
  277. package/lib/typescript/src/types/ApplePay.d.ts +9 -0
  278. package/lib/typescript/src/types/Errors.d.ts +6 -1
  279. package/lib/typescript/src/types/GooglePay.d.ts +2 -1
  280. package/lib/typescript/src/types/PlatformPay.d.ts +285 -0
  281. package/lib/typescript/src/types/PushProvisioning.d.ts +66 -0
  282. package/lib/typescript/src/types/components/ApplePayButtonComponent.d.ts +2 -2
  283. package/lib/typescript/src/types/index.d.ts +3 -38
  284. package/package.json +8 -1
  285. package/src/NativeStripeSdk.tsx +20 -0
  286. package/src/components/PlatformPayButton.tsx +157 -0
  287. package/src/functions.ts +181 -0
  288. package/src/hooks/usePlatformPay.tsx +174 -0
  289. package/src/hooks/useStripe.tsx +77 -0
  290. package/src/index.tsx +6 -0
  291. package/src/types/ApplePay.ts +9 -0
  292. package/src/types/Errors.ts +7 -1
  293. package/src/types/GooglePay.ts +2 -1
  294. package/src/types/PlatformPay.ts +326 -0
  295. package/src/types/PushProvisioning.ts +76 -0
  296. package/src/types/components/ApplePayButtonComponent.ts +3 -2
  297. package/src/types/index.ts +3 -54
  298. package/android/src/main/res/drawable/googlepay_button_background.xml +0 -6
  299. package/android/src/main/res/drawable/googlepay_button_content.xml +0 -48
  300. package/android/src/main/res/drawable/googlepay_button_overlay.xml +0 -12
  301. package/android/src/main/res/drawable-af/pay_with_googlepay_button_content.xml +0 -14
  302. package/android/src/main/res/drawable-am/pay_with_googlepay_button_content.xml +0 -15
  303. package/android/src/main/res/drawable-as/pay_with_googlepay_button_content.xml +0 -14
  304. package/android/src/main/res/drawable-az/pay_with_googlepay_button_content.xml +0 -14
  305. package/android/src/main/res/drawable-be/pay_with_googlepay_button_content.xml +0 -14
  306. package/android/src/main/res/drawable-bn/pay_with_googlepay_button_content.xml +0 -14
  307. package/android/src/main/res/drawable-bs/pay_with_googlepay_button_content.xml +0 -14
  308. package/android/src/main/res/drawable-cy/pay_with_googlepay_button_content.xml +0 -14
  309. package/android/src/main/res/drawable-en-rau/pay_with_googlepay_button_content.xml +0 -14
  310. package/android/src/main/res/drawable-en-rca/pay_with_googlepay_button_content.xml +0 -14
  311. package/android/src/main/res/drawable-en-rgb/pay_with_googlepay_button_content.xml +0 -14
  312. package/android/src/main/res/drawable-en-rin/pay_with_googlepay_button_content.xml +0 -14
  313. package/android/src/main/res/drawable-es/pay_with_googlepay_button_content.xml +0 -14
  314. package/android/src/main/res/drawable-es-res/pay_with_googlepay_button_content.xml +0 -14
  315. package/android/src/main/res/drawable-eu/pay_with_googlepay_button_content.xml +0 -15
  316. package/android/src/main/res/drawable-fa/pay_with_googlepay_button_content.xml +0 -14
  317. package/android/src/main/res/drawable-fil/pay_with_googlepay_button_content.xml +0 -14
  318. package/android/src/main/res/drawable-fr-rca/pay_with_googlepay_button_content.xml +0 -14
  319. package/android/src/main/res/drawable-ga/pay_with_googlepay_button_content.xml +0 -14
  320. package/android/src/main/res/drawable-gl/pay_with_googlepay_button_content.xml +0 -14
  321. package/android/src/main/res/drawable-gu/pay_with_googlepay_button_content.xml +0 -14
  322. package/android/src/main/res/drawable-hdpi/googlepay_button_background_image.9.png +0 -0
  323. package/android/src/main/res/drawable-hu/pay_with_googlepay_button_content.xml +0 -15
  324. package/android/src/main/res/drawable-hy/pay_with_googlepay_button_content.xml +0 -15
  325. package/android/src/main/res/drawable-is/pay_with_googlepay_button_content.xml +0 -14
  326. package/android/src/main/res/drawable-iw/pay_with_googlepay_button_content.xml +0 -14
  327. package/android/src/main/res/drawable-ka/pay_with_googlepay_button_content.xml +0 -15
  328. package/android/src/main/res/drawable-kk/pay_with_googlepay_button_content.xml +0 -14
  329. package/android/src/main/res/drawable-km/pay_with_googlepay_button_content.xml +0 -14
  330. package/android/src/main/res/drawable-kn/pay_with_googlepay_button_content.xml +0 -14
  331. package/android/src/main/res/drawable-ky/pay_with_googlepay_button_content.xml +0 -14
  332. package/android/src/main/res/drawable-lo/pay_with_googlepay_button_content.xml +0 -14
  333. package/android/src/main/res/drawable-lt/pay_with_googlepay_button_content.xml +0 -14
  334. package/android/src/main/res/drawable-lv/pay_with_googlepay_button_content.xml +0 -14
  335. package/android/src/main/res/drawable-mdpi/googlepay_button_background_image.9.png +0 -0
  336. package/android/src/main/res/drawable-mk/pay_with_googlepay_button_content.xml +0 -14
  337. package/android/src/main/res/drawable-ml/pay_with_googlepay_button_content.xml +0 -14
  338. package/android/src/main/res/drawable-mn/pay_with_googlepay_button_content.xml +0 -14
  339. package/android/src/main/res/drawable-mr/pay_with_googlepay_button_content.xml +0 -14
  340. package/android/src/main/res/drawable-ne/pay_with_googlepay_button_content.xml +0 -14
  341. package/android/src/main/res/drawable-pt-rbr/pay_with_googlepay_button_content.xml +0 -14
  342. package/android/src/main/res/drawable-pt-rpt/pay_with_googlepay_button_content.xml +0 -14
  343. package/android/src/main/res/drawable-ro/pay_with_googlepay_button_content.xml +0 -14
  344. package/android/src/main/res/drawable-sq/pay_with_googlepay_button_content.xml +0 -14
  345. package/android/src/main/res/drawable-sw/pay_with_googlepay_button_content.xml +0 -14
  346. package/android/src/main/res/drawable-ta/pay_with_googlepay_button_content.xml +0 -14
  347. package/android/src/main/res/drawable-te/pay_with_googlepay_button_content.xml +0 -14
  348. package/android/src/main/res/drawable-ur/pay_with_googlepay_button_content.xml +0 -14
  349. package/android/src/main/res/drawable-uz/pay_with_googlepay_button_content.xml +0 -14
  350. package/android/src/main/res/drawable-v21/googlepay_button_background.xml +0 -7
  351. package/android/src/main/res/drawable-vi/pay_with_googlepay_button_content.xml +0 -14
  352. package/android/src/main/res/drawable-xhdpi/googlepay_button_background_image.9.png +0 -0
  353. package/android/src/main/res/drawable-xxhdpi/googlepay_button_background_image.9.png +0 -0
  354. package/android/src/main/res/drawable-xxxhdpi/googlepay_button_background_image.9.png +0 -0
  355. package/android/src/main/res/drawable-zh-rcn/pay_with_googlepay_button_content.xml +0 -15
  356. package/android/src/main/res/drawable-zh-rhk/pay_with_googlepay_button_content.xml +0 -15
  357. package/android/src/main/res/drawable-zh-rtw/pay_with_googlepay_button_content.xml +0 -15
  358. package/android/src/main/res/drawable-zu/pay_with_googlepay_button_content.xml +0 -14
  359. package/android/src/main/res/layout/googlepay_button.xml +0 -39
@@ -0,0 +1,14 @@
1
+ <vector android:width="163dp" android:height="21dp" android:viewportWidth="163" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <path android:pathData="M1.83038 15.0006V3.54461h4.016c0.704 0 1.33333 0.14933 1.888 0.448s0.992 0.70933 1.312 1.232c0.33066 0.52267 0.496 1.13067 0.496 1.824 0 0.45867-0.096 0.896-0.288 1.312-0.18134 0.416-0.448 0.78933-0.8 1.12-0.34133 0.32-0.75733 0.57069-1.248 0.75199-0.096 0.0427-0.19733 0.0747-0.304 0.096l3.16802 4.576v0.096H8.03838l-3.056-4.496h-1.392v4.496h-1.76zm1.76-6.11199h2.208c0.36266 0 0.688-0.08 0.976-0.24 0.29866-0.16 0.53867-0.37867 0.72-0.656 0.18133-0.288 0.272-0.608 0.272-0.96 0-0.30933-0.07467-0.60267-0.224-0.88-0.14933-0.288-0.368-0.51733-0.656-0.688-0.27733-0.18133-0.61867-0.272-1.024-0.272h-2.272v3.696zM15.0298 15.2566c-0.8 0-1.5147-0.1867-2.144-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1706-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0426 0.448 0.1546 0.8373 0.336 1.168 0.2346 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64-0.1814-0.192-0.4107-0.34667-0.688-0.464-0.2774-0.128-0.6027-0.192-0.976-0.192-0.4694 0-0.8854 0.12267-1.248 0.368-0.3627 0.23467-0.6454 0.56533-0.848 0.992-0.0854 0.18133-0.1494 0.37333-0.192 0.576zm7.499 5.00799v-1.44l4.544-5.21599h-4.4v-1.504h6.512v1.44l-4.528 5.21599h4.656v1.504h-6.784zm12.1221 0.256c-0.8 0-1.5147-0.1867-2.144-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1706-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0426 0.448 0.1546 0.8373 0.336 1.168 0.2346 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64-0.1814-0.192-0.4107-0.34667-0.688-0.464-0.2774-0.128-0.6027-0.192-0.976-0.192-0.4694 0-0.8854 0.12267-1.248 0.368-0.3627 0.23467-0.6454 0.56533-0.848 0.992-0.0854 0.18133-0.1494 0.37333-0.192 0.576zm7.9931 5.00799V6.84061h1.632v1.2h0.096c0.128-0.27733 0.3093-0.52267 0.544-0.736 0.2453-0.21333 0.5227-0.384 0.832-0.512 0.32-0.128 0.6507-0.192 0.992-0.192 0.224 0 0.4107 0.016 0.56 0.048 0.16 0.02133 0.304 0.05867 0.432 0.112v1.792c-0.2027-0.08533-0.4107-0.15467-0.624-0.208-0.2027-0.05333-0.416-0.08-0.64-0.08-0.4053 0-0.768 0.112-1.088 0.336-0.3093 0.21333-0.5547 0.50133-0.736 0.864-0.1813 0.36267-0.272 0.76799-0.272 1.21599v4.32h-1.728zm9.3175 0l-3.376-8.15999h1.92l2.288 5.93599h0.08l2.336-5.93599h1.888l-3.408 8.15999h-1.728zm8.8081 0.256c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.7183 1.408c-0.8214 0-1.552-0.1867-2.192-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6613-0.528-1.408-0.528-2.24 0-0.832 0.176-1.57332 0.528-2.22399 0.3626-0.65067 0.8586-1.16267 1.488-1.536 0.64-0.384 1.3706-0.576 2.192-0.576 0.9066 0 1.6693 0.20267 2.288 0.608 0.6293 0.40533 1.0773 0.95467 1.344 1.648l-1.568 0.64c-0.192-0.43733-0.4694-0.76267-0.832-0.976-0.352-0.224-0.7734-0.336-1.264-0.336-0.448 0-0.8587 0.11733-1.232 0.352-0.3734 0.224-0.672 0.53867-0.896 0.944-0.224 0.40533-0.336 0.89069-0.336 1.45599 0 0.5547 0.112 1.04 0.336 1.456 0.224 0.416 0.5226 0.736 0.896 0.96 0.3733 0.224 0.784 0.336 1.232 0.336 0.5226 0 0.9653-0.1173 1.328-0.352 0.3626-0.2347 0.6453-0.5653 0.848-0.992l1.536 0.672c-0.2987 0.6507-0.7627 1.1893-1.392 1.616-0.6187 0.4267-1.3814 0.64-2.288 0.64zm5.4395-0.256V6.84061h1.728v8.15999h-1.728zm0.864-9.35999c-0.32 0-0.5974-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2346-0.224 0.512-0.336 0.832-0.336 0.3306 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5014 0.336-0.832 0.336zm2.598 12.97599c-0.1707 0-0.3254-0.0107-0.464-0.032-0.1494-0.0213-0.2934-0.048-0.432-0.08v-1.664c0.096 0.0533 0.2133 0.1013 0.352 0.144 0.1386 0.0427 0.272 0.064 0.4 0.064 0.2986 0 0.512-0.096 0.64-0.288 0.128-0.1813 0.192-0.448 0.192-0.8V6.84061h1.728v9.13599c0 0.6293-0.1067 1.136-0.32 1.52-0.2027 0.384-0.4854 0.6667-0.848 0.848-0.3627 0.1813-0.7787 0.272-1.248 0.272zm1.552-12.97599c-0.32 0-0.5974-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2346-0.224 0.512-0.336 0.832-0.336 0.3306 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5014 0.336-0.832 0.336zm5.6399 9.61599c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm12.8647 1.408c-1.0027 0-1.76-0.2987-2.272-0.896-0.5013-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6827 0.16 1.1893 0.48 1.52 0.3307 0.3307 0.7413 0.496 1.232 0.496 0.448 0 0.832-0.112 1.152-0.336 0.32-0.2347 0.5653-0.5387 0.736-0.912 0.1813-0.3733 0.272-0.7733 0.272-1.2V6.84061h1.712v8.15999H97.99v-1.104h-0.096c-0.1493 0.256-0.3573 0.4853-0.624 0.688-0.2667 0.2027-0.5653 0.3627-0.896 0.48-0.3307 0.128-0.6827 0.192-1.056 0.192zm6.29-0.256v-1.44l4.544-5.21599h-4.4v-1.504h6.512v1.44l-4.528 5.21599h4.656v1.504h-6.784z" android:fillColor="#ffffff"/>
3
+ <group>
4
+ <group>
5
+ <path android:pathData="M137.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM146.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M162.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
+ </group>
7
+ <group>
8
+ <path android:pathData="M130.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
+ <path android:pathData="M122.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
+ <path android:pathData="M118.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C115.3 6.01837 115 7.20756 115 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
+ <path android:pathData="M122.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.049 0-5.69 1.749132-6.974 4.296472l2.592 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
+ </group>
13
+ </group>
14
+ </vector>
@@ -0,0 +1,14 @@
1
+ <vector android:width="128dp" android:height="21dp" android:viewportWidth="128" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <path android:pathData="M1.67413 15.0006V3.54461h1.76v5.632l4.768-5.632h2.17597v0.096l-4.19197 4.832 4.55997 6.43199v0.096H8.60213l-3.6-5.15199-1.568 1.82399v3.328h-1.76zm13.04077 0.256c-1.0027 0-1.76-0.2987-2.272-0.896-0.5014-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6827 0.16 1.1893 0.48 1.52 0.3306 0.3307 0.7413 0.496 1.232 0.496 0.448 0 0.832-0.112 1.152-0.336 0.32-0.2347 0.5653-0.5387 0.736-0.912 0.1813-0.3733 0.272-0.7733 0.272-1.2V6.84061h1.712v8.15999h-1.616v-1.104h-0.096c-0.1494 0.256-0.3574 0.4853-0.624 0.688-0.2667 0.2027-0.5654 0.3627-0.896 0.48-0.3307 0.128-0.6827 0.192-1.056 0.192zm6.4552 3.2V6.84061h1.616v1.104h0.096c0.1494-0.23467 0.3467-0.45333 0.592-0.656 0.256-0.21333 0.5547-0.384 0.896-0.512 0.3414-0.128 0.72-0.192 1.136-0.192 0.7467 0 1.4134 0.18667 2 0.56 0.5867 0.37333 1.0507 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5893-0.528 2.24-0.3413 0.6507-0.8053 1.1627-1.392 1.536-0.5866 0.3733-1.2533 0.56-2 0.56-0.6186 0-1.1573-0.1387-1.616-0.416-0.4586-0.2773-0.7946-0.5867-1.008-0.928h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.2347-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.1173-1.05066-0.352-1.45599-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4266 0-0.8266 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2346 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.1174 1.056 0.352 1.472 0.2347 0.4053 0.5387 0.72 0.912 0.944 0.3734 0.224 0.7734 0.336 1.2 0.336zm5.836 1.328V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5814-0.72 1.04-0.976 0.4694-0.26667 0.9814-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5014 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3306-0.30933-0.7626-0.464-1.296-0.464-0.416 0-0.7786 0.11733-1.088 0.352-0.3093 0.224-0.5546 0.52267-0.736 0.896-0.1706 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm8.8713 3.616c-0.1707 0-0.3254-0.0107-0.464-0.032-0.1494-0.0213-0.2934-0.048-0.432-0.08v-1.664c0.096 0.0533 0.2133 0.1013 0.352 0.144 0.1386 0.0427 0.272 0.064 0.4 0.064 0.2986 0 0.512-0.096 0.64-0.288 0.128-0.1813 0.192-0.448 0.192-0.8V6.84061h1.728v9.13599c0 0.6293-0.1067 1.136-0.32 1.52-0.2027 0.384-0.4854 0.6667-0.848 0.848-0.3627 0.1813-0.7787 0.272-1.248 0.272zm1.552-12.97599c-0.32 0-0.5974-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2346-0.224 0.512-0.336 0.832-0.336 0.3306 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5014 0.336-0.832 0.336zm5.6399 9.61599c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm12.8647 1.408c-1.0027 0-1.76-0.2987-2.272-0.896-0.5013-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6827 0.16 1.1893 0.48 1.52 0.3307 0.3307 0.7413 0.496 1.232 0.496 0.448 0 0.832-0.112 1.152-0.336 0.32-0.2347 0.5653-0.5387 0.736-0.912 0.1813-0.3733 0.272-0.7733 0.272-1.2V6.84061h1.712v8.15999H62.99v-1.104h-0.096c-0.1493 0.256-0.3573 0.4853-0.624 0.688-0.2667 0.2027-0.5653 0.3627-0.896 0.48-0.3307 0.128-0.6827 0.192-1.056 0.192zm6.2896-0.256v-1.44l4.544-5.21599h-4.4v-1.504h6.512v1.44l-4.528 5.21599h4.656v1.504h-6.784z" android:fillColor="#ffffff"/>
3
+ <group>
4
+ <group>
5
+ <path android:pathData="M102.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM111.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M127.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
+ </group>
7
+ <group>
8
+ <path android:pathData="M95.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
+ <path android:pathData="M87.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
+ <path android:pathData="M83.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C80.3003 6.01837 80 7.20756 80 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
+ <path android:pathData="M87.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
+ </group>
13
+ </group>
14
+ </vector>
@@ -0,0 +1,14 @@
1
+ <vector android:width="134dp" android:height="21dp" android:viewportWidth="134" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <path android:pathData="M1.83663 15.0006V3.54461h2.08l5.184 8.41599h0.096l-0.096-2.20799v-6.208h1.74397V15.0006H9.02063l-5.44-8.84799h-0.096l0.096 2.208v6.63999h-1.744zm13.78137 0.256c-0.5867 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0044 4.608V6.84061h1.616v1.104h0.096c0.1493-0.23467 0.3466-0.45333 0.592-0.656 0.256-0.21333 0.5546-0.384 0.896-0.512 0.3413-0.128 0.72-0.192 1.136-0.192 0.7466 0 1.4133 0.18667 2 0.56 0.5866 0.37333 1.0506 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5893-0.528 2.24-0.3414 0.6507-0.8054 1.1627-1.392 1.536-0.5867 0.3733-1.2534 0.56-2 0.56-0.6187 0-1.1574-0.1387-1.616-0.416-0.4587-0.2773-0.7947-0.5867-1.008-0.928h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.4266 0 0.8266-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.2346-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.1174-1.05066-0.352-1.45599-0.224-0.416-0.528-0.736-0.912-0.96-0.3734-0.224-0.7734-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3734 0.224-0.6774 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.1173 1.056 0.352 1.472 0.2346 0.4053 0.5386 0.72 0.912 0.944 0.3733 0.224 0.7733 0.336 1.2 0.336zm5.7739 1.328V3.54461h1.728V15.0006h-1.728zm6.3971 0.256c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm5.3041-7.00799h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1707 0.2133 0.4533 0.32 0.848 0.32 0.192 0 0.3627-0.0267 0.512-0.08 0.1493-0.064 0.2987-0.1387 0.448-0.224v1.68c-0.1813 0.0747-0.3733 0.1333-0.576 0.176-0.2027 0.0427-0.4427 0.064-0.72 0.064-0.7573 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84V8.34461h-1.424v-1.504zm9.3638 8.41599c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm12.8647 1.408c-1.0027 0-1.76-0.2987-2.272-0.896-0.5013-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6827 0.16 1.1893 0.48 1.52 0.3307 0.3307 0.7413 0.496 1.232 0.496 0.448 0 0.832-0.112 1.152-0.336 0.32-0.2347 0.5653-0.5387 0.736-0.912 0.1813-0.3733 0.272-0.7733 0.272-1.2V6.84061h1.712v8.15999H68.99v-1.104h-0.096c-0.1493 0.256-0.3573 0.4853-0.624 0.688-0.2667 0.2027-0.5653 0.3627-0.896 0.48-0.3307 0.128-0.6827 0.192-1.056 0.192zm6.2896-0.256v-1.44l4.544-5.21599h-4.4v-1.504h6.512v1.44l-4.528 5.21599h4.656v1.504h-6.784z" android:fillColor="#ffffff"/>
3
+ <group>
4
+ <group>
5
+ <path android:pathData="M108.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM117.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M133.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
+ </group>
7
+ <group>
8
+ <path android:pathData="M101.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.3615v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4736-1.3582 2.3226-3.3651 2.3226-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
+ <path android:pathData="M93.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
+ <path android:pathData="M89.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C86.3003 6.01837 86 7.20756 86 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
+ <path android:pathData="M93.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
+ </group>
13
+ </group>
14
+ </vector>
@@ -0,0 +1,14 @@
1
+ <vector android:width="141dp" android:height="21dp" android:viewportWidth="141" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <path android:pathData="M1.296 15.0006V3.54461H4.96c1.20533 0 2.24 0.24533 3.104 0.736 0.87467 0.48 1.54667 1.152 2.016 2.016 0.48 0.864 0.72 1.856 0.72 2.976 0 1.11999-0.24 2.11199-0.72 2.97599-0.46933 0.864-1.14133 1.5413-2.016 2.032-0.864 0.48-1.89867 0.72-3.104 0.72H1.296zm1.76-1.664h1.856c0.864 0 1.60533-0.16 2.224-0.48 0.61867-0.3307 1.088-0.8 1.408-1.408 0.32-0.608 0.48-1.3333 0.48-2.17599 0-0.84267-0.16-1.568-0.48-2.176-0.32-0.608-0.78933-1.072-1.408-1.392-0.61867-0.33067-1.36-0.496-2.224-0.496H3.056v8.12799zm13.2232 1.92c-0.8426 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1413-0.9013-1.504-1.552-0.3626-0.6613-0.544-1.3973-0.544-2.208 0-0.8107 0.1814-1.54132 0.544-2.19199 0.3627-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3814-0.576 2.224-0.576 0.832 0 1.568 0.19733 2.208 0.592 0.6401 0.384 1.1414 0.90133 1.5041 1.552 0.3626 0.65067 0.5439 1.38129 0.5439 2.19199 0 0.8107-0.1813 1.5467-0.5439 2.208-0.3627 0.6507-0.864 1.168-1.5041 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.584c0.448 0 0.864-0.1067 1.248-0.32 0.384-0.224 0.6934-0.5387 0.928-0.944 0.2454-0.416 0.368-0.912 0.368-1.488s-0.1226-1.06666-0.368-1.47199c-0.2346-0.416-0.544-0.73067-0.928-0.944-0.384-0.224-0.8-0.336-1.248-0.336-0.448 0-0.8693 0.112-1.264 0.336-0.384 0.21333-0.6986 0.528-0.944 0.944-0.2346 0.40533-0.352 0.89599-0.352 1.47199s0.1174 1.072 0.352 1.488c0.2454 0.4053 0.5654 0.72 0.96 0.944 0.3947 0.2133 0.8107 0.32 1.248 0.32zm5.8413 1.328V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5813-0.72 1.04-0.976 0.4693-0.26667 0.9813-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5013 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3307-0.30933-0.7627-0.464-1.296-0.464-0.416 0-0.7787 0.11733-1.088 0.352-0.3093 0.224-0.5547 0.52267-0.736 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm11.9131 0.256c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.7183 1.408c-0.8214 0-1.552-0.1867-2.192-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6613-0.528-1.408-0.528-2.24 0-0.832 0.176-1.57332 0.528-2.22399 0.3626-0.65067 0.8586-1.16267 1.488-1.536 0.64-0.384 1.3706-0.576 2.192-0.576 0.9066 0 1.6693 0.20267 2.288 0.608 0.6293 0.40533 1.0773 0.95467 1.344 1.648l-1.568 0.64c-0.192-0.43733-0.4694-0.76267-0.832-0.976-0.352-0.224-0.7734-0.336-1.264-0.336-0.448 0-0.8587 0.11733-1.232 0.352-0.3734 0.224-0.672 0.53867-0.896 0.944-0.224 0.40533-0.336 0.89069-0.336 1.45599 0 0.5547 0.112 1.04 0.336 1.456 0.224 0.416 0.5226 0.736 0.896 0.96 0.3733 0.224 0.784 0.336 1.232 0.336 0.5226 0 0.9653-0.1173 1.328-0.352 0.3626-0.2347 0.6453-0.5653 0.848-0.992l1.536 0.672c-0.2987 0.6507-0.7627 1.1893-1.392 1.616-0.6187 0.4267-1.3814 0.64-2.288 0.64zm5.4395-0.256V6.84061h1.728v8.15999h-1.728zm0.864-9.35999c-0.32 0-0.5974-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2346-0.224 0.512-0.336 0.832-0.336 0.3306 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5014 0.336-0.832 0.336zm2.598 12.97599c-0.1707 0-0.3254-0.0107-0.464-0.032-0.1494-0.0213-0.2934-0.048-0.432-0.08v-1.664c0.096 0.0533 0.2133 0.1013 0.352 0.144 0.1386 0.0427 0.272 0.064 0.4 0.064 0.2986 0 0.512-0.096 0.64-0.288 0.128-0.1813 0.192-0.448 0.192-0.8V6.84061h1.728v9.13599c0 0.6293-0.1067 1.136-0.32 1.52-0.2027 0.384-0.4854 0.6667-0.848 0.848-0.3627 0.1813-0.7787 0.272-1.248 0.272zm1.552-12.97599c-0.32 0-0.5974-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2346-0.224 0.512-0.336 0.832-0.336 0.3306 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5014 0.336-0.832 0.336zm5.6398 9.61599c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm12.8648 1.408c-1.0027 0-1.76-0.2987-2.272-0.896-0.5013-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6827 0.16 1.1893 0.48 1.52 0.3307 0.3307 0.7413 0.496 1.232 0.496 0.448 0 0.832-0.112 1.152-0.336 0.32-0.2347 0.5653-0.5387 0.736-0.912 0.1813-0.3733 0.272-0.7733 0.272-1.2V6.84061h1.712v8.15999H75.99v-1.104h-0.096c-0.1493 0.256-0.3573 0.4853-0.624 0.688-0.2667 0.2027-0.5653 0.3627-0.896 0.48-0.3307 0.128-0.6827 0.192-1.056 0.192zm6.2896-0.256v-1.44l4.544-5.21599h-4.4v-1.504h6.512v1.44l-4.528 5.21599h4.656v1.504h-6.784z" android:fillColor="#ffffff"/>
3
+ <group>
4
+ <group>
5
+ <path android:pathData="M115.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM124.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M140.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
+ </group>
7
+ <group>
8
+ <path android:pathData="M108.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
+ <path android:pathData="M100.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.0357 0-3.764-1.3711-4.382-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9744 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
+ <path android:pathData="M96.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C93.3003 6.01837 93 7.20756 93 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
+ <path android:pathData="M100.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.0495 0-5.6896 1.749132-6.9744 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
+ </group>
13
+ </group>
14
+ </vector>
@@ -0,0 +1,14 @@
1
+ <vector android:width="150dp" android:height="21dp" android:viewportWidth="150" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <path android:pathData="M2.01475 15.0006V3.54461h2.08l5.184 8.41599h0.096l-0.096-2.20799v-6.208h1.74405V15.0006H9.19875l-5.44-8.84799h-0.096l0.096 2.208v6.63999h-1.744zm13.78135 0.256c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0204 1.152V6.84061h1.632v1.2h0.096c0.128-0.27733 0.3093-0.52267 0.544-0.736 0.2453-0.21333 0.5227-0.384 0.832-0.512 0.32-0.128 0.6507-0.192 0.992-0.192 0.224 0 0.4107 0.016 0.56 0.048 0.16 0.02133 0.304 0.05867 0.432 0.112v1.792c-0.2027-0.08533-0.4107-0.15467-0.624-0.208-0.2027-0.05333-0.416-0.08-0.64-0.08-0.4053 0-0.768 0.112-1.088 0.336-0.3093 0.21333-0.5547 0.50133-0.736 0.864-0.1813 0.36267-0.272 0.76799-0.272 1.21599v4.32h-1.728zm9.5319 0.256c-1.0027 0-1.76-0.2987-2.272-0.896-0.5014-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6827 0.16 1.1893 0.48 1.52 0.3306 0.3307 0.7413 0.496 1.232 0.496 0.448 0 0.832-0.112 1.152-0.336 0.32-0.2347 0.5653-0.5387 0.736-0.912 0.1813-0.3733 0.272-0.7733 0.272-1.2V6.84061h1.712v8.15999h-1.616v-1.104h-0.096c-0.1494 0.256-0.3574 0.4853-0.624 0.688-0.2667 0.2027-0.5654 0.3627-0.896 0.48-0.3307 0.128-0.6827 0.192-1.056 0.192zm9.8811 0c-0.736 0-1.4027-0.1867-2-0.56-0.5973-0.3733-1.0667-0.8853-1.408-1.536-0.3413-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.1707-1.58932 0.512-2.23999 0.3413-0.65067 0.8107-1.16267 1.408-1.536 0.5973-0.37333 1.264-0.56 2-0.56 0.4267 0 0.8107 0.064 1.152 0.192 0.3413 0.128 0.6347 0.29867 0.88 0.512 0.256 0.20267 0.4533 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.1387 0.224-0.336 0.4427-0.592 0.656-0.2453 0.2027-0.5387 0.368-0.88 0.496-0.3413 0.128-0.7253 0.192-1.152 0.192zm0.256-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1173 1.04 0.352 1.456 0.2347 0.416 0.5387 0.736 0.912 0.96 0.3733 0.224 0.7733 0.336 1.2 0.336zm6.0838 1.328v-1.44l4.544-5.21599h-4.4v-1.504h6.512v1.44l-4.528 5.21599h4.656v1.504h-6.784zm2.656-9.72799l-1.712-1.936v-0.112h1.648l0.736 0.992h0.16l0.752-0.992h1.664v0.112l-1.728 1.936h-1.52zm10.4026 9.98399c-0.416 0-0.7947-0.064-1.136-0.192-0.3414-0.128-0.64-0.2933-0.896-0.496-0.2454-0.2133-0.4427-0.432-0.592-0.656h-0.096v1.088h-1.632V3.54461h1.728v3.264l-0.096 1.136h0.096c0.1493-0.23467 0.3466-0.45333 0.592-0.656 0.256-0.21333 0.5546-0.384 0.896-0.512 0.3413-0.128 0.72-0.192 1.136-0.192 0.7466 0 1.4133 0.18667 2 0.56 0.5866 0.37333 1.0506 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5893-0.528 2.24-0.3414 0.6507-0.8054 1.1627-1.392 1.536-0.5867 0.3733-1.2534 0.56-2 0.56zm-0.256-1.584c0.4266 0 0.8266-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.2346-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.1174-1.05066-0.352-1.45599-0.224-0.416-0.528-0.736-0.912-0.96-0.3734-0.224-0.7734-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3734 0.224-0.6774 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.1173 1.056 0.352 1.472 0.2346 0.4053 0.5386 0.72 0.912 0.944 0.3733 0.224 0.7733 0.336 1.2 0.336zm8.4734 1.584c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm12.8647 1.408c-1.0027 0-1.76-0.2987-2.272-0.896-0.5013-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6827 0.16 1.1893 0.48 1.52 0.3307 0.3307 0.7413 0.496 1.232 0.496 0.448 0 0.832-0.112 1.152-0.336 0.32-0.2347 0.5653-0.5387 0.736-0.912 0.1813-0.3733 0.272-0.7733 0.272-1.2V6.84061h1.712v8.15999H84.99v-1.104h-0.096c-0.1493 0.256-0.3573 0.4853-0.624 0.688-0.2667 0.2027-0.5653 0.3627-0.896 0.48-0.3307 0.128-0.6827 0.192-1.056 0.192zm6.2896-0.256v-1.44l4.544-5.21599h-4.4v-1.504h6.512v1.44l-4.528 5.21599h4.656v1.504h-6.784z" android:fillColor="#ffffff"/>
3
+ <group>
4
+ <group>
5
+ <path android:pathData="M124.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM133.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M149.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
+ </group>
7
+ <group>
8
+ <path android:pathData="M117.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
+ <path android:pathData="M109.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
+ <path android:pathData="M105.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C102.3 6.01837 102 7.20756 102 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
+ <path android:pathData="M109.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.049 0-5.69 1.749132-6.974 4.296472l2.592 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
+ </group>
13
+ </group>
14
+ </vector>
@@ -1,13 +1,13 @@
1
1
  <vector android:width="139dp" android:height="21dp" android:viewportWidth="139" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.63975 15.0006V3.54461h3.936c0.69333 0 1.32267 0.14933 1.888 0.448 0.56533 0.29867 1.01333 0.70933 1.344 1.232 0.34133 0.52267 0.512 1.13067 0.512 1.824s-0.17067 1.30667-0.512 1.84c-0.33067 0.52267-0.77867 0.93333-1.344 1.23199-0.56533 0.288-1.19467 0.432-1.888 0.432h-2.176v4.448h-1.76zm3.984-9.79199h-2.224v3.68h2.224c0.416 0 0.768-0.08533 1.056-0.256 0.288-0.18133 0.50667-0.41067 0.656-0.688 0.16-0.288 0.24-0.58667 0.24-0.896s-0.08-0.60267-0.24-0.88c-0.14933-0.27733-0.368-0.50667-0.656-0.688-0.288-0.18133-0.64-0.272-1.056-0.272zm5.45645 9.79199V3.54461h1.728V15.0006h-1.728zm6.3972 0.256c-0.5867 0-1.1094-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3946 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5866-0.288 1.2266-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2134 0.3307-0.5334 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2026-0.352 0.304-0.7307 0.304-1.136-0.2454-0.1387-0.5334-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.7182 1.408c-0.8213 0-1.5466-0.1867-2.176-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.3626-0.6613-0.544-1.408-0.544-2.24 0-0.832 0.1814-1.57332 0.544-2.22399 0.3627-0.66133 0.8587-1.17867 1.488-1.552 0.6294-0.37333 1.3547-0.56 2.176-0.56 0.9067 0 1.6694 0.20267 2.288 0.608 0.6294 0.40533 1.0774 0.95467 1.344 1.648l-1.568 0.64c-0.3733-0.87467-1.072-1.312-2.096-1.312-0.448 0-0.8586 0.11733-1.232 0.352-0.3733 0.224-0.672 0.544-0.896 0.96-0.224 0.40533-0.336 0.88529-0.336 1.43999 0 0.5547 0.112 1.04 0.336 1.456 0.224 0.416 0.5227 0.736 0.896 0.96 0.3734 0.224 0.784 0.336 1.232 0.336 0.5227 0 0.9654-0.1173 1.328-0.352 0.3627-0.2453 0.6454-0.576 0.848-0.992l1.536 0.672c-0.288 0.6507-0.7466 1.1893-1.376 1.616-0.6293 0.4267-1.3973 0.64-2.304 0.64zm-0.72-9.98399l0.752-2.048h1.952l-1.28 2.048h-1.424zm8.5134 9.98399c-0.5867 0-1.1093-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5867-0.288 1.2267-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2133 0.3307-0.5333 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2027-0.352 0.304-0.7307 0.304-1.136-0.2453-0.1387-0.5333-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0204 1.152V6.84061h1.632v1.12h0.096c0.2346-0.39467 0.5813-0.72 1.04-0.976 0.4693-0.26667 0.9813-0.4 1.536-0.4 1.0026 0 1.7546 0.29867 2.256 0.896 0.5013 0.59733 0.752 1.38667 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1654-1.14132-0.496-1.43999-0.3307-0.30933-0.7627-0.464-1.296-0.464-0.416 0-0.7787 0.11733-1.088 0.352-0.3094 0.224-0.5547 0.52267-0.736 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm10.4232-9.35999c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.32 0.112-0.592 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.32 0 0.592 0.112 0.816 0.336 0.2347 0.224 0.352 0.496 0.352 0.816 0 0.32-0.1173 0.59733-0.352 0.832-0.224 0.224-0.496 0.336-0.816 0.336zm-1.552 12.97599c-0.3306 0-0.6293-0.0373-0.896-0.112v-1.664c0.1067 0.064 0.2294 0.112 0.368 0.144 0.128 0.0427 0.256 0.064 0.384 0.064 0.3094 0 0.5227-0.096 0.64-0.288 0.128-0.1813 0.192-0.448 0.192-0.8V6.84061h1.728v9.13599c0 0.9387-0.2293 1.6107-0.688 2.016-0.4586 0.416-1.0346 0.624-1.728 0.624zm8.3599-3.36c-0.8 0-1.5147-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0507 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0853 0.8107 0.368 1.4187 0.848 1.824 0.4907 0.4053 1.0453 0.608 1.664 0.608 0.5547 0 1.0133-0.1227 1.376-0.368 0.3627-0.256 0.6507-0.5707 0.864-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-0.08-7.19999c-0.576 0-1.0667 0.176-1.472 0.528-0.4053 0.352-0.6773 0.82133-0.816 1.408h4.528c-0.0213-0.27733-0.112-0.56533-0.272-0.864-0.16-0.29867-0.4053-0.54933-0.736-0.752-0.32-0.21333-0.7307-0.32-1.232-0.32zM71.318 15.2566c-1.0027 0-1.76-0.2987-2.272-0.896-0.5013-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6933 0.16 1.2053 0.48 1.536 0.3307 0.32 0.7413 0.48 1.232 0.48 0.4373 0 0.816-0.112 1.136-0.336 0.3307-0.2347 0.5813-0.5333 0.752-0.896 0.1813-0.3733 0.272-0.7787 0.272-1.216V6.84061h1.712v8.15999H73.99v-1.104h-0.096c-0.2347 0.384-0.5867 0.7093-1.056 0.976-0.4587 0.256-0.9653 0.384-1.52 0.384zm6.2896-0.256v-1.44l4.544-5.21599h-4.4v-1.504h6.512v1.44l-4.528 5.21599h4.656v1.504h-6.784z" android:fillColor="#ffffff"/>
2
+ <path android:pathData="M1.63975 15.0006V3.54461h3.936c0.69333 0 1.32267 0.14933 1.888 0.448 0.56533 0.288 1.01333 0.69867 1.344 1.232 0.34133 0.52267 0.512 1.13067 0.512 1.824 0 0.68267-0.17067 1.29067-0.512 1.824-0.33067 0.53333-0.77867 0.94933-1.344 1.24799-0.56533 0.288-1.19467 0.432-1.888 0.432h-2.176v4.448h-1.76zm1.76-6.11199h2.224c0.416 0 0.768-0.08533 1.056-0.256 0.288-0.18133 0.50667-0.41067 0.656-0.688 0.16-0.288 0.24-0.58667 0.24-0.896s-0.08-0.60267-0.24-0.88c-0.14933-0.27733-0.368-0.50667-0.656-0.688-0.288-0.18133-0.64-0.272-1.056-0.272h-2.224v3.68zm7.68045 6.11199V3.54461h1.728V15.0006h-1.728zm6.3972 0.256c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.7182 1.408c-0.8213 0-1.552-0.1867-2.192-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6613-0.528-1.408-0.528-2.24 0-0.832 0.176-1.57332 0.528-2.22399 0.3627-0.65067 0.8587-1.16267 1.488-1.536 0.64-0.384 1.3707-0.576 2.192-0.576 0.9067 0 1.6694 0.20267 2.288 0.608 0.6294 0.40533 1.0774 0.95467 1.344 1.648l-1.568 0.64c-0.192-0.43733-0.4693-0.76267-0.832-0.976-0.352-0.224-0.7733-0.336-1.264-0.336-0.448 0-0.8586 0.11733-1.232 0.352-0.3733 0.224-0.672 0.53867-0.896 0.944-0.224 0.40533-0.336 0.89069-0.336 1.45599 0 0.5547 0.112 1.04 0.336 1.456 0.224 0.416 0.5227 0.736 0.896 0.96 0.3734 0.224 0.784 0.336 1.232 0.336 0.5227 0 0.9654-0.1173 1.328-0.352 0.3627-0.2347 0.6454-0.5653 0.848-0.992l1.536 0.672c-0.2986 0.6507-0.7626 1.1893-1.392 1.616-0.6186 0.4267-1.3813 0.64-2.288 0.64zm-0.72-9.98399l0.752-2.048h1.952l-1.28 2.048h-1.424zm8.5134 9.98399c-0.5867 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0204 1.152V6.84061h1.632v1.12h0.096c0.2346-0.39467 0.5813-0.72 1.04-0.976 0.4693-0.26667 0.9813-0.4 1.536-0.4 1.0026 0 1.7546 0.29867 2.256 0.896 0.5013 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1654-1.14132-0.496-1.43999-0.3307-0.30933-0.7627-0.464-1.296-0.464-0.416 0-0.7787 0.11733-1.088 0.352-0.3094 0.224-0.5547 0.52267-0.736 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm8.8712 3.616c-0.1706 0-0.3253-0.0107-0.464-0.032-0.1493-0.0213-0.2933-0.048-0.432-0.08v-1.664c0.096 0.0533 0.2134 0.1013 0.352 0.144 0.1387 0.0427 0.272 0.064 0.4 0.064 0.2987 0 0.512-0.096 0.64-0.288 0.128-0.1813 0.192-0.448 0.192-0.8V6.84061h1.728v9.13599c0 0.6293-0.1066 1.136-0.32 1.52-0.2026 0.384-0.4853 0.6667-0.848 0.848-0.3626 0.1813-0.7786 0.272-1.248 0.272zm1.552-12.97599c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.3307 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5013 0.336-0.832 0.336zm6.8079 9.61599c-0.8 0-1.5147-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0507 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64s-0.4107-0.34667-0.688-0.464c-0.2773-0.128-0.6027-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3627 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zM71.318 15.2566c-1.0027 0-1.76-0.2987-2.272-0.896-0.5013-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6827 0.16 1.1893 0.48 1.52 0.3307 0.3307 0.7413 0.496 1.232 0.496 0.448 0 0.832-0.112 1.152-0.336 0.32-0.2347 0.5653-0.5387 0.736-0.912 0.1813-0.3733 0.272-0.7733 0.272-1.2V6.84061h1.712v8.15999H73.99v-1.104h-0.096c-0.1493 0.256-0.3573 0.4853-0.624 0.688-0.2667 0.2027-0.5653 0.3627-0.896 0.48-0.3307 0.128-0.6827 0.192-1.056 0.192zm6.2896-0.256v-1.44l4.544-5.21599h-4.4v-1.504h6.512v1.44l-4.528 5.21599h4.656v1.504h-6.784z" android:fillColor="#ffffff"/>
3
3
  <group>
4
4
  <group>
5
- <path android:pathData="M113.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM122.255 12.4831c0 0.4549 0.193 0.8339 0.579 1.1372 0.385 0.3033 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.863-1.1816 0.863-1.9137-0.544-0.43-1.303-0.6444-2.276-0.6444-0.709 0-1.3 0.1711-1.774 0.5122-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74741c1.29 0 2.308 0.34441 3.055 1.03323 0.746 0.68882 1.119 1.63325 1.119 2.83327v5.72391h-1.669v-1.2888h-0.076c-0.721 1.0613-1.683 1.5921-2.884 1.5921-1.025 0-1.883-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3646-1.034-2.2744 0-0.9607 0.363-1.7243 1.09-2.2928 0.728-0.56862 1.698-0.85347 2.913-0.85347 1.036 0 1.89 0.18954 2.56 0.56861V9.46897c0-0.60651-0.24-1.12096-0.72-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M138.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
5
+ <path android:pathData="M113.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM122.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M138.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
6
  </group>
7
7
  <group>
8
8
  <path android:pathData="M106.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.3615v3.00336h4.2165c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M98.8065 16.2651c2.1065 0 3.8805-0.691 5.1735-1.8823l-2.516-1.9506c-0.7 0.4711-1.6026 0.7462-2.6575 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21884h-2.5924v2.00904c1.2848 2.5474 3.9249 4.2965 6.9749 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M94.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C91.3003 6.01833 91 7.20753 91 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
9
+ <path android:pathData="M98.8065 16.2651c2.1065 0 3.8805-0.691 5.1735-1.8823l-2.516-1.9506c-0.701 0.4711-1.6026 0.7462-2.6575 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
+ <path android:pathData="M94.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C91.3003 6.01837 91 7.20756 91 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
11
  <path android:pathData="M98.8065 3.75583c1.1503 0 2.1815 0.39532 2.9945 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.2225-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
12
  </group>
13
13
  </group>
@@ -0,0 +1,14 @@
1
+ <vector android:width="145dp" android:height="21dp" android:viewportWidth="145" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <path android:pathData="M1.91162 15.0006V3.54461h3.936c0.69334 0 1.32267 0.14933 1.888 0.448 0.56534 0.288 1.01334 0.69867 1.344 1.232 0.34134 0.52267 0.512 1.13067 0.512 1.824 0 0.68267-0.17066 1.29067-0.512 1.824-0.33066 0.53333-0.77866 0.94933-1.344 1.24799-0.56533 0.288-1.19466 0.432-1.888 0.432h-2.176v4.448h-1.76zm1.76-6.11199h2.224c0.416 0 0.768-0.08533 1.056-0.256 0.288-0.18133 0.50667-0.41067 0.656-0.688 0.16-0.288 0.24-0.58667 0.24-0.896s-0.08-0.60267-0.24-0.88c-0.14933-0.27733-0.368-0.50667-0.656-0.688-0.288-0.18133-0.64-0.272-1.056-0.272h-2.224v3.68zM11.258 15.0006V6.84061h1.632v1.2h0.096c0.128-0.27733 0.3093-0.52267 0.544-0.736 0.2453-0.21333 0.5227-0.384 0.832-0.512 0.32-0.128 0.6507-0.192 0.992-0.192 0.224 0 0.4107 0.016 0.56 0.048 0.16 0.02133 0.304 0.05867 0.432 0.112v1.792c-0.2027-0.08533-0.4107-0.15467-0.624-0.208-0.2027-0.05333-0.416-0.08-0.64-0.08-0.4053 0-0.768 0.112-1.088 0.336-0.3093 0.21333-0.5547 0.50133-0.736 0.864-0.1813 0.36267-0.272 0.76799-0.272 1.21599v4.32h-1.728zm9.8155 0.256c-0.8 0-1.5147-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0507 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64s-0.4107-0.34667-0.688-0.464c-0.2773-0.128-0.6027-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3627 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.1987-3.152h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1707 0.2133 0.4534 0.32 0.848 0.32 0.192 0 0.3627-0.0267 0.512-0.08 0.1494-0.064 0.2987-0.1387 0.448-0.224v1.68c-0.1813 0.0747-0.3733 0.1333-0.576 0.176-0.2026 0.0427-0.4426 0.064-0.72 0.064-0.7573 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84V8.34461h-1.424v-1.504zm7.0222 11.61599V6.84061h1.616v1.104h0.096c0.1493-0.23467 0.3466-0.45333 0.592-0.656 0.256-0.21333 0.5546-0.384 0.896-0.512 0.3413-0.128 0.72-0.192 1.136-0.192 0.7466 0 1.4133 0.18667 2 0.56 0.5866 0.37333 1.0506 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5893-0.528 2.24-0.3414 0.6507-0.8054 1.1627-1.392 1.536-0.5867 0.3733-1.2534 0.56-2 0.56-0.6187 0-1.1574-0.1387-1.616-0.416-0.4587-0.2773-0.7947-0.5867-1.008-0.928h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.4266 0 0.8266-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.2346-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.1174-1.05066-0.352-1.45599-0.224-0.416-0.528-0.736-0.912-0.96-0.3734-0.224-0.7734-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3734 0.224-0.6774 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.1173 1.056 0.352 1.472 0.2346 0.4053 0.5386 0.72 0.912 0.944 0.3733 0.224 0.7733 0.336 1.2 0.336zm5.7738 1.328V3.54461h1.728V15.0006h-1.728zm6.3972 0.256c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm5.3041-7.00799h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1707 0.2133 0.4533 0.32 0.848 0.32 0.192 0 0.3627-0.0267 0.512-0.08 0.1493-0.064 0.2987-0.1387 0.448-0.224v1.68c-0.1813 0.0747-0.3733 0.1333-0.576 0.176-0.2027 0.0427-0.4427 0.064-0.72 0.064-0.7573 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84V8.34461h-1.424v-1.504zm9.3637 8.41599c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm12.8648 1.408c-1.0027 0-1.76-0.2987-2.272-0.896-0.5013-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6827 0.16 1.1893 0.48 1.52 0.3307 0.3307 0.7413 0.496 1.232 0.496 0.448 0 0.832-0.112 1.152-0.336 0.32-0.2347 0.5653-0.5387 0.736-0.912 0.1813-0.3733 0.272-0.7733 0.272-1.2V6.84061h1.712v8.15999H79.99v-1.104h-0.096c-0.1493 0.256-0.3573 0.4853-0.624 0.688-0.2667 0.2027-0.5653 0.3627-0.896 0.48-0.3307 0.128-0.6827 0.192-1.056 0.192zm6.2896-0.256v-1.44l4.544-5.21599h-4.4v-1.504h6.512v1.44l-4.528 5.21599h4.656v1.504h-6.784z" android:fillColor="#ffffff"/>
3
+ <group>
4
+ <group>
5
+ <path android:pathData="M119.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM128.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M144.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
+ </group>
7
+ <group>
8
+ <path android:pathData="M112.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
+ <path android:pathData="M104.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9254 4.2964 6.9744 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
+ <path android:pathData="M100.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.5924C97.3003 6.01837 97 7.20756 97 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
+ <path android:pathData="M104.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.049 0-5.6896 1.749132-6.9744 4.296472l2.5924 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
+ </group>
13
+ </group>
14
+ </vector>
@@ -0,0 +1,14 @@
1
+ <vector android:width="188dp" android:height="21dp" android:viewportWidth="188" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <path android:pathData="M1.74913 15.0006V3.54461h4.016c0.704 0 1.33333 0.14933 1.888 0.448 0.55466 0.29867 0.992 0.70933 1.312 1.232 0.33066 0.52267 0.496 1.13067 0.496 1.824 0 0.45867-0.096 0.896-0.288 1.312-0.18134 0.416-0.448 0.78933-0.8 1.12-0.34134 0.32-0.75734 0.57069-1.248 0.75199-0.096 0.0427-0.19734 0.0747-0.304 0.096l3.168 4.576v0.096h-2.032l-3.056-4.496h-1.392v4.496h-1.76zm1.76-6.11199h2.208c0.36266 0 0.688-0.08 0.976-0.24 0.29866-0.16 0.53866-0.37867 0.72-0.656 0.18133-0.288 0.272-0.608 0.272-0.96 0-0.30933-0.07467-0.60267-0.224-0.88-0.14934-0.288-0.368-0.51733-0.656-0.688-0.27734-0.18133-0.61867-0.272-1.024-0.272h-2.272v3.696zM14.9485 15.2566c-0.8 0-1.5147-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0507 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64s-0.4107-0.34667-0.688-0.464c-0.2773-0.128-0.6027-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3627 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm11.0472 5.26399c-0.6506 0-1.216-0.096-1.696-0.288-0.48-0.2027-0.8746-0.4693-1.184-0.8-0.3093-0.3413-0.5386-0.7093-0.688-1.104l1.552-0.672c0.192 0.4373 0.464 0.7733 0.816 1.008 0.3627 0.224 0.7787 0.336 1.248 0.336 0.4267 0 0.7947-0.0747 1.104-0.224 0.3094-0.16 0.464-0.416 0.464-0.768 0-0.224-0.0746-0.4053-0.224-0.544-0.1386-0.1493-0.3306-0.272-0.576-0.368-0.2346-0.096-0.5066-0.1813-0.816-0.256l-0.976-0.224c-0.384-0.096-0.752-0.2453-1.104-0.448-0.3413-0.2133-0.6186-0.48-0.832-0.8-0.2133-0.31999-0.32-0.69866-0.32-1.13599 0-0.49067 0.1387-0.912 0.416-1.264 0.288-0.36267 0.672-0.64 1.152-0.832 0.48-0.192 0.9974-0.288 1.552-0.288 0.512 0 0.976 0.06933 1.392 0.208 0.4267 0.128 0.7947 0.32533 1.104 0.592 0.32 0.256 0.5707 0.576 0.752 0.96l-1.488 0.672c-0.1813-0.36267-0.4266-0.61333-0.736-0.752-0.3093-0.14933-0.6453-0.224-1.008-0.224-0.4053 0-0.7466 0.08533-1.024 0.256-0.2666 0.16-0.4 0.37333-0.4 0.64 0 0.27733 0.1174 0.496 0.352 0.656 0.2454 0.16 0.544 0.288 0.896 0.384l1.184 0.28799c0.8107 0.2027 1.4187 0.512 1.824 0.928 0.4054 0.4053 0.608 0.9013 0.608 1.488 0 0.5227-0.1493 0.9813-0.448 1.376-0.2986 0.384-0.704 0.6827-1.216 0.896-0.5013 0.2027-1.0613 0.304-1.68 0.304zm8.8083 0c-0.8 0-1.5147-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0507 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64s-0.4107-0.34667-0.688-0.464c-0.2773-0.128-0.6027-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3627 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.9931 5.00799V6.84061h1.632v1.2h0.096c0.128-0.27733 0.3094-0.52267 0.544-0.736 0.2454-0.21333 0.5227-0.384 0.832-0.512 0.32-0.128 0.6507-0.192 0.992-0.192 0.224 0 0.4107 0.016 0.56 0.048 0.16 0.02133 0.304 0.05867 0.432 0.112v1.792c-0.2026-0.08533-0.4106-0.15467-0.624-0.208-0.2026-0.05333-0.416-0.08-0.64-0.08-0.4053 0-0.768 0.112-1.088 0.336-0.3093 0.21333-0.5546 0.50133-0.736 0.864-0.1813 0.36267-0.272 0.76799-0.272 1.21599v4.32h-1.728zm9.3175 0l-3.376-8.15999h1.92l2.288 5.93599h0.08l2.336-5.93599h1.888l-3.408 8.15999h-1.728zm8.8082 0.256c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm8.9182 1.408c-0.6507 0-1.216-0.096-1.696-0.288-0.48-0.2027-0.8747-0.4693-1.184-0.8-0.3093-0.3413-0.5387-0.7093-0.688-1.104l1.552-0.672c0.192 0.4373 0.464 0.7733 0.816 1.008 0.3627 0.224 0.7787 0.336 1.248 0.336 0.4267 0 0.7947-0.0747 1.104-0.224 0.3093-0.16 0.464-0.416 0.464-0.768 0-0.224-0.0747-0.4053-0.224-0.544-0.1387-0.1493-0.3307-0.272-0.576-0.368-0.2347-0.096-0.5067-0.1813-0.816-0.256l-0.976-0.224c-0.384-0.096-0.752-0.2453-1.104-0.448-0.3413-0.2133-0.6187-0.48-0.832-0.8-0.2133-0.31999-0.32-0.69866-0.32-1.13599 0-0.49067 0.1387-0.912 0.416-1.264 0.288-0.36267 0.672-0.64 1.152-0.832 0.48-0.192 0.9973-0.288 1.552-0.288 0.512 0 0.976 0.06933 1.392 0.208 0.4267 0.128 0.7947 0.32533 1.104 0.592 0.32 0.256 0.5707 0.576 0.752 0.96l-1.488 0.672c-0.1813-0.36267-0.4267-0.61333-0.736-0.752-0.3093-0.14933-0.6453-0.224-1.008-0.224-0.4053 0-0.7467 0.08533-1.024 0.256-0.2667 0.16-0.4 0.37333-0.4 0.64 0 0.27733 0.1173 0.496 0.352 0.656 0.2453 0.16 0.544 0.288 0.896 0.384l1.184 0.28799c0.8107 0.2027 1.4187 0.512 1.824 0.928 0.4053 0.4053 0.608 0.9013 0.608 1.488 0 0.5227-0.1493 0.9813-0.448 1.376-0.2987 0.384-0.704 0.6827-1.216 0.896-0.5013 0.2027-1.0613 0.304-1.68 0.304zm5.052-0.256V6.84061h1.728v8.15999h-1.728zm0.864-9.35999c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.3307 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5013 0.336-0.832 0.336zm10.5304 9.61599c-0.736 0-1.4027-0.1867-2-0.56-0.5974-0.3733-1.0667-0.8853-1.408-1.536-0.3414-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.1706-1.58932 0.512-2.23999 0.3413-0.65067 0.8106-1.16267 1.408-1.536 0.5973-0.37333 1.264-0.56 2-0.56 0.4266 0 0.8106 0.064 1.152 0.192 0.3413 0.128 0.6346 0.29867 0.88 0.512 0.256 0.20267 0.4533 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.1387 0.224-0.336 0.4427-0.592 0.656-0.2454 0.2027-0.5387 0.368-0.88 0.496-0.3414 0.128-0.7254 0.192-1.152 0.192zm0.256-1.584c0.4266 0 0.8266-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2346-0.416 0.352-0.9067 0.352-1.472s-0.1174-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3734-0.224-0.7734-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3734 0.224-0.6774 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1173 1.04 0.352 1.456 0.2346 0.416 0.5386 0.736 0.912 0.96 0.3733 0.224 0.7733 0.336 1.2 0.336zm9.9152 1.584c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9974-0.1227 1.36-0.368 0.3734-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0106-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2346-0.448-0.416-0.64-0.1813-0.192-0.4106-0.34667-0.688-0.464-0.2773-0.128-0.6026-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3626 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.9932 5.00799V6.84061h1.632v1.12h0.096c0.2346-0.39467 0.5813-0.72 1.0402-0.976 0.469-0.26667 0.981-0.4 1.536-0.4 1.002 0 1.754 0.29867 2.256 0.896 0.501 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.166-1.14132-0.496-1.43999-0.331-0.30933-0.763-0.464-1.296-0.464-0.416 0-0.779 0.11733-1.088 0.352-0.31 0.224-0.5549 0.52267-0.7362 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm13.0332 3.712c-0.715 0-1.333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.549-0.7147-0.688-1.088l1.6-0.672c0.171 0.4267 0.443 0.7733 0.816 1.04 0.384 0.2773 0.843 0.416 1.376 0.416 0.757 0 1.349-0.224 1.776-0.672 0.427-0.448 0.64-1.0827 0.64-1.904v-0.784h-0.096c-0.256 0.3733-0.608 0.6773-1.056 0.912-0.448 0.2347-0.965 0.352-1.552 0.352-0.693 0-1.333-0.176-1.92-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.341-0.64-0.512-1.3867-0.512-2.24 0-0.86399 0.171-1.61066 0.512-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.587-0.352 1.227-0.528 1.92-0.528 0.587 0 1.104 0.11733 1.552 0.352 0.448 0.224 0.8 0.53333 1.056 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.341 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.427 0 0.821-0.1013 1.184-0.304 0.373-0.2133 0.667-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5973-0.112-1.09332-0.336-1.48799-0.213-0.39467-0.507-0.69333-0.88-0.896-0.363-0.20267-0.757-0.304-1.184-0.304-0.427 0-0.827 0.10133-1.2 0.304-0.363 0.20267-0.656 0.50667-0.88 0.912-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.517 0.6933 0.88 0.896 0.373 0.2027 0.773 0.304 1.2 0.304zm8.701 1.744c-0.586 0-1.109-0.1173-1.568-0.352-0.448-0.2347-0.805-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.15-1.0827 0.448-1.488 0.31-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.078-0.31999 1.696-0.31999 0.342 0 0.656 0.02667 0.944 0.08 0.299 0.04267 0.555 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.81 0.096-1.184 0.288-0.373 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.235-0.33067 0.518-0.61333 0.848-0.848 0.342-0.23467 0.72-0.416 1.136-0.544 0.427-0.128 0.87-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.138 0.2133-0.33 0.416-0.576 0.608-0.234 0.192-0.517 0.3467-0.848 0.464-0.32 0.128-0.677 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.234-0.1387-0.522-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.1387-1.504 0.416-0.298 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.021 1.152V6.84061h1.632v1.12h0.096c0.234-0.39467 0.581-0.72 1.04-0.976 0.469-0.26667 0.981-0.4 1.536-0.4 1.002 0 1.754 0.29867 2.256 0.896 0.501 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.166-1.14132-0.496-1.43999-0.331-0.30933-0.763-0.464-1.296-0.464-0.416 0-0.779 0.11733-1.088 0.352-0.31 0.224-0.555 0.52267-0.736 0.896-0.171 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728z" android:fillColor="#ffffff"/>
3
+ <group>
4
+ <group>
5
+ <path android:pathData="M162.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM171.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M187.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
+ </group>
7
+ <group>
8
+ <path android:pathData="M155.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
+ <path android:pathData="M147.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
+ <path android:pathData="M143.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C140.3 6.01837 140 7.20756 140 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
+ <path android:pathData="M147.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.049 0-5.69 1.749132-6.974 4.296472l2.592 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
+ </group>
13
+ </group>
14
+ </vector>
@@ -0,0 +1,14 @@
1
+ <vector android:width="143dp" android:height="21dp" android:viewportWidth="143" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <path android:pathData="M2.171 15.0006V3.54461h4.288c0.62933 0 1.2 0.13333 1.712 0.4s0.91733 0.62933 1.216 1.088c0.30933 0.45867 0.464 0.976 0.464 1.552 0 0.58667-0.144 1.088-0.432 1.504-0.288 0.416-0.66133 0.73067-1.12 0.944v0.08c0.576 0.192 1.04533 0.52267 1.408 0.99199 0.3627 0.4693 0.544 1.0293 0.544 1.68 0 0.64-0.1653 1.2-0.496 1.68-0.32 0.48-0.75733 0.8587-1.312 1.136-0.544 0.2667-1.14133 0.4-1.792 0.4h-4.48zm1.76-5.07199v3.43999h2.72c0.384 0 0.71467-0.08 0.992-0.24 0.27733-0.16 0.48533-0.3733 0.624-0.64 0.14933-0.2667 0.224-0.544 0.224-0.832 0-0.3093-0.07467-0.592-0.224-0.848-0.14933-0.2667-0.368-0.48-0.656-0.64-0.27733-0.16-0.61867-0.23999-1.024-0.23999H3.931zm0-1.568h2.448c0.37333 0 0.688-0.07467 0.944-0.224 0.26667-0.16 0.46933-0.36267 0.608-0.608 0.13867-0.256 0.208-0.51733 0.208-0.784 0-0.26667-0.06933-0.51733-0.208-0.752-0.128-0.24533-0.32-0.44267-0.576-0.592-0.256-0.16-0.56-0.24-0.912-0.24H3.931v3.2zm11.8456 6.89599c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9974-0.1227 1.36-0.368 0.3734-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0106-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2346-0.448-0.416-0.64-0.1813-0.192-0.4106-0.34667-0.688-0.464-0.2773-0.128-0.6026-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3626 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm8.0091 5.00799V3.54461h1.728V15.0006h-1.728zm4.0433 0V6.84061h1.728v8.15999h-1.728zm0.864-9.35999c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.3307 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5013 0.336-0.832 0.336zm10.5304 9.61599c-0.736 0-1.4027-0.1867-2-0.56-0.5974-0.3733-1.0667-0.8853-1.408-1.536-0.3414-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.1706-1.58932 0.512-2.23999 0.3413-0.65067 0.8106-1.16267 1.408-1.536 0.5973-0.37333 1.264-0.56 2-0.56 0.4266 0 0.8106 0.064 1.152 0.192 0.3413 0.128 0.6346 0.29867 0.88 0.512 0.256 0.20267 0.4533 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.1387 0.224-0.336 0.4427-0.592 0.656-0.2454 0.2027-0.5387 0.368-0.88 0.496-0.3414 0.128-0.7254 0.192-1.152 0.192zm0.256-1.584c0.4266 0 0.8266-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2346-0.416 0.352-0.9067 0.352-1.472s-0.1174-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3734-0.224-0.7734-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3734 0.224-0.6774 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1173 1.04 0.352 1.456 0.2346 0.416 0.5386 0.736 0.912 0.96 0.3733 0.224 0.7733 0.336 1.2 0.336zm9.9152 1.584c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9974-0.1227 1.36-0.368 0.3734-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0106-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2346-0.448-0.416-0.64-0.1813-0.192-0.4106-0.34667-0.688-0.464-0.2773-0.128-0.6026-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3626 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.9931 5.00799V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5814-0.72 1.04-0.976 0.4694-0.26667 0.9814-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5014 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3306-0.30933-0.7626-0.464-1.296-0.464-0.416 0-0.7786 0.11733-1.088 0.352-0.3093 0.224-0.5546 0.52267-0.736 0.896-0.1706 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm13.0332 3.712c-0.7147 0-1.3334-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.5494-0.7147-0.688-1.088l1.6-0.672c0.1706 0.4267 0.4426 0.7733 0.816 1.04 0.384 0.2773 0.8426 0.416 1.376 0.416 0.7573 0 1.3493-0.224 1.776-0.672 0.4266-0.448 0.64-1.0827 0.64-1.904v-0.784h-0.096c-0.256 0.3733-0.608 0.6773-1.056 0.912-0.448 0.2347-0.9654 0.352-1.552 0.352-0.6934 0-1.3334-0.176-1.92-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.3414-0.64-0.512-1.3867-0.512-2.24 0-0.86399 0.1706-1.61066 0.512-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.5866-0.352 1.2266-0.528 1.92-0.528 0.5866 0 1.104 0.11733 1.552 0.352 0.448 0.224 0.8 0.53333 1.056 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.3414 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.4266 0 0.8213-0.1013 1.184-0.304 0.3733-0.2133 0.6666-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5973-0.112-1.09332-0.336-1.48799-0.2134-0.39467-0.5067-0.69333-0.88-0.896-0.3627-0.20267-0.7574-0.304-1.184-0.304-0.4267 0-0.8267 0.10133-1.2 0.304-0.3627 0.20267-0.656 0.50667-0.88 0.912-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.5173 0.6933 0.88 0.896 0.3733 0.2027 0.7733 0.304 1.2 0.304zm8.7015 1.744c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0204 1.152V6.84061h1.632v1.12h0.096c0.2346-0.39467 0.5813-0.72 1.04-0.976 0.4693-0.26667 0.9813-0.4 1.536-0.4 1.0026 0 1.7546 0.29867 2.256 0.896 0.5013 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1654-1.14132-0.496-1.43999-0.3307-0.30933-0.7627-0.464-1.296-0.464-0.416 0-0.7787 0.11733-1.088 0.352-0.3094 0.224-0.5547 0.52267-0.736 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728z" android:fillColor="#ffffff"/>
3
+ <group>
4
+ <group>
5
+ <path android:pathData="M117.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM126.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M142.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
+ </group>
7
+ <group>
8
+ <path android:pathData="M110.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
+ <path android:pathData="M102.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9744 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
+ <path android:pathData="M98.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C95.3003 6.01837 95 7.20756 95 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
+ <path android:pathData="M102.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.0495 0-5.6896 1.749132-6.9744 4.296472l2.5924 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
+ </group>
13
+ </group>
14
+ </vector>
@@ -0,0 +1,14 @@
1
+ <vector android:width="189dp" android:height="21dp" android:viewportWidth="189" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <path android:pathData="M7.15049 15.2566c-0.84266 0-1.62666-0.1493-2.352-0.448-0.72533-0.3093-1.36-0.7307-1.904-1.264-0.53333-0.544-0.95466-1.1787-1.264-1.904-0.29866-0.736-0.448-1.5253-0.448-2.36799 0-0.85333 0.14934-1.64267 0.448-2.368 0.30934-0.72533 0.73067-1.35467 1.264-1.888 0.544-0.544 1.17867-0.96533 1.904-1.264 0.72534-0.30933 1.50934-0.464 2.352-0.464 0.59734 0 1.152 0.07467 1.664 0.224 0.512 0.14933 0.98134 0.36267 1.40801 0.64 0.4267 0.27733 0.816 0.61333 1.168 1.008l-1.232 1.2c-0.25601-0.30933-0.53334-0.56533-0.83201-0.768-0.29866-0.21333-0.62933-0.37333-0.992-0.48-0.352-0.10667-0.74133-0.16-1.168-0.16-0.768 0-1.472 0.18133-2.112 0.544-0.64 0.352-1.152 0.848-1.536 1.488-0.37333 0.64-0.56 1.40267-0.56 2.288 0 0.87469 0.18667 1.63729 0.56 2.28799 0.384 0.64 0.896 1.1413 1.536 1.504 0.64 0.352 1.344 0.528 2.112 0.528 0.46934 0 0.896-0.064 1.28-0.192 0.39467-0.128 0.75734-0.3147 1.088-0.56 0.33067-0.2453 0.63471-0.5333 0.91201-0.864l1.264 1.216c-0.352 0.416-0.7627 0.7787-1.232 1.088-0.4693 0.3093-0.98134 0.5493-1.53601 0.72-0.55466 0.1707-1.152 0.256-1.792 0.256zm6.23561-0.256V3.54461h1.728v3.136l-0.096 1.28h0.096c0.224-0.39467 0.5654-0.72 1.024-0.976 0.4694-0.26667 0.9867-0.4 1.552-0.4 0.6827 0 1.248 0.13867 1.696 0.416 0.4587 0.27733 0.8 0.66133 1.024 1.152 0.224 0.48 0.336 1.04533 0.336 1.696v5.15199h-1.712v-4.928c0-0.43732-0.0853-0.79466-0.256-1.07199-0.16-0.27733-0.3733-0.48533-0.64-0.624-0.2666-0.13867-0.5653-0.208-0.896-0.208-0.416 0-0.784 0.11733-1.104 0.352-0.32 0.23467-0.5706 0.544-0.752 0.928-0.1813 0.37333-0.272 0.77329-0.272 1.19999v4.352h-1.728zm13.2061 0.256c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9974-0.1227 1.36-0.368 0.3734-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0106-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2346-0.448-0.416-0.64-0.1813-0.192-0.4106-0.34667-0.688-0.464-0.2773-0.128-0.6026-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3626 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm11.8473 5.26399c-0.8213 0-1.552-0.1867-2.192-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6613-0.528-1.408-0.528-2.24 0-0.832 0.176-1.57332 0.528-2.22399 0.3627-0.65067 0.8587-1.16267 1.488-1.536 0.64-0.384 1.3707-0.576 2.192-0.576 0.9067 0 1.6693 0.20267 2.288 0.608 0.6293 0.40533 1.0773 0.95467 1.344 1.648l-1.568 0.64c-0.192-0.43733-0.4693-0.76267-0.832-0.976-0.352-0.224-0.7733-0.336-1.264-0.336-0.448 0-0.8587 0.11733-1.232 0.352-0.3733 0.224-0.672 0.53867-0.896 0.944-0.224 0.40533-0.336 0.89069-0.336 1.45599 0 0.5547 0.112 1.04 0.336 1.456 0.224 0.416 0.5227 0.736 0.896 0.96 0.3733 0.224 0.784 0.336 1.232 0.336 0.5227 0 0.9653-0.1173 1.328-0.352 0.3627-0.2347 0.6453-0.5653 0.848-0.992l1.536 0.672c-0.2987 0.6507-0.7627 1.1893-1.392 1.616-0.6187 0.4267-1.3813 0.64-2.288 0.64zm5.3115-0.256V3.54461h1.728v6.75199l3.456-3.45599h2.144v0.096l-3.152 3.11999 3.264 4.848v0.096h-2.048l-2.432-3.744-1.232 1.216v2.528h-1.728zm12.2712 0.256c-0.8426 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1413-0.9013-1.504-1.552-0.3626-0.6613-0.544-1.3973-0.544-2.208 0-0.8107 0.1814-1.54132 0.544-2.19199 0.3627-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3814-0.576 2.224-0.576 0.832 0 1.568 0.19733 2.208 0.592 0.64 0.384 1.1414 0.90133 1.504 1.552 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8107-0.1813 1.5467-0.544 2.208-0.3626 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.584c0.448 0 0.864-0.1067 1.248-0.32 0.384-0.224 0.6934-0.5387 0.928-0.944 0.2454-0.416 0.368-0.912 0.368-1.488s-0.1226-1.06666-0.368-1.47199c-0.2346-0.416-0.544-0.73067-0.928-0.944-0.384-0.224-0.8-0.336-1.248-0.336-0.448 0-0.8693 0.112-1.264 0.336-0.384 0.21333-0.6986 0.528-0.944 0.944-0.2346 0.40533-0.352 0.89599-0.352 1.47199s0.1174 1.072 0.352 1.488c0.2454 0.4053 0.5654 0.72 0.96 0.944 0.3947 0.2133 0.8107 0.32 1.248 0.32zm8.8794 1.584c-1.0026 0-1.76-0.2987-2.272-0.896-0.5013-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6827 0.16 1.1893 0.48 1.52 0.3307 0.3307 0.7414 0.496 1.232 0.496 0.448 0 0.832-0.112 1.152-0.336 0.32-0.2347 0.5654-0.5387 0.736-0.912 0.1814-0.3733 0.272-0.7733 0.272-1.2V6.84061h1.712v8.15999h-1.616v-1.104h-0.096c-0.1493 0.256-0.3573 0.4853-0.624 0.688-0.2666 0.2027-0.5653 0.3627-0.896 0.48-0.3306 0.128-0.6826 0.192-1.056 0.192zm5.9894-8.41599h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1707 0.2133 0.4533 0.32 0.848 0.32 0.192 0 0.3627-0.0267 0.512-0.08 0.1493-0.064 0.2987-0.1387 0.448-0.224v1.68c-0.1813 0.0747-0.3733 0.1333-0.576 0.176-0.2027 0.0427-0.4427 0.064-0.72 0.064-0.7573 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84V8.34461h-1.424v-1.504zm14.3324 8.41599c-0.736 0-1.4027-0.1867-2-0.56-0.5974-0.3733-1.0667-0.8853-1.408-1.536-0.3414-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.1706-1.58932 0.512-2.23999 0.3413-0.65067 0.8106-1.16267 1.408-1.536 0.5973-0.37333 1.264-0.56 2-0.56 0.4266 0 0.8106 0.064 1.152 0.192 0.3413 0.128 0.6346 0.29867 0.88 0.512 0.256 0.20267 0.4533 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.1387 0.224-0.336 0.4427-0.592 0.656-0.2454 0.2027-0.5387 0.368-0.88 0.496-0.3414 0.128-0.7254 0.192-1.152 0.192zm0.256-1.584c0.4266 0 0.8266-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2346-0.416 0.352-0.9067 0.352-1.472s-0.1174-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3734-0.224-0.7734-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3734 0.224-0.6774 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1173 1.04 0.352 1.456 0.2346 0.416 0.5386 0.736 0.912 0.96 0.3733 0.224 0.7733 0.336 1.2 0.336zm9.9152 1.584c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9974-0.1227 1.36-0.368 0.3734-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0106-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2346-0.448-0.416-0.64-0.1813-0.192-0.4106-0.34667-0.688-0.464-0.2773-0.128-0.6026-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3626 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.9931 5.00799V6.84061h1.6323v1.12h0.096c0.234-0.39467 0.581-0.72 1.04-0.976 0.469-0.26667 0.981-0.4 1.536-0.4 1.002 0 1.754 0.29867 2.256 0.896 0.501 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.166-1.14132-0.496-1.43999-0.331-0.30933-0.763-0.464-1.296-0.464-0.416 0-0.779 0.11733-1.088 0.352-0.31 0.224-0.555 0.52267-0.736 0.896-0.171 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.7283zm13.0333 3.712c-0.715 0-1.333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.549-0.7147-0.688-1.088l1.6-0.672c0.171 0.4267 0.443 0.7733 0.816 1.04 0.384 0.2773 0.843 0.416 1.376 0.416 0.757 0 1.349-0.224 1.776-0.672 0.427-0.448 0.64-1.0827 0.64-1.904v-0.784h-0.096c-0.256 0.3733-0.608 0.6773-1.056 0.912-0.448 0.2347-0.965 0.352-1.552 0.352-0.693 0-1.333-0.176-1.92-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.341-0.64-0.512-1.3867-0.512-2.24 0-0.86399 0.171-1.61066 0.512-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.587-0.352 1.227-0.528 1.92-0.528 0.587 0 1.104 0.11733 1.552 0.352 0.448 0.224 0.8 0.53333 1.056 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.341 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.427 0 0.821-0.1013 1.184-0.304 0.373-0.2133 0.667-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5973-0.112-1.09332-0.336-1.48799-0.213-0.39467-0.507-0.69333-0.88-0.896-0.363-0.20267-0.757-0.304-1.184-0.304-0.427 0-0.827 0.10133-1.2 0.304-0.363 0.20267-0.656 0.50667-0.88 0.912-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.517 0.6933 0.88 0.896 0.373 0.2027 0.773 0.304 1.2 0.304zm8.701 1.744c-0.586 0-1.109-0.1173-1.568-0.352-0.448-0.2347-0.805-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.15-1.0827 0.448-1.488 0.31-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.078-0.31999 1.696-0.31999 0.342 0 0.656 0.02667 0.944 0.08 0.299 0.04267 0.555 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.81 0.096-1.184 0.288-0.373 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.235-0.33067 0.518-0.61333 0.848-0.848 0.342-0.23467 0.72-0.416 1.136-0.544 0.427-0.128 0.87-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.138 0.2133-0.33 0.416-0.576 0.608-0.234 0.192-0.517 0.3467-0.848 0.464-0.32 0.128-0.677 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.234-0.1387-0.522-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.1387-1.504 0.416-0.298 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.021 1.152V6.84061h1.632v1.12h0.096c0.234-0.39467 0.581-0.72 1.04-0.976 0.469-0.26667 0.981-0.4 1.536-0.4 1.002 0 1.754 0.29867 2.256 0.896 0.501 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.166-1.14132-0.496-1.43999-0.331-0.30933-0.763-0.464-1.296-0.464-0.416 0-0.779 0.11733-1.088 0.352-0.31 0.224-0.555 0.52267-0.736 0.896-0.171 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728z" android:fillColor="#ffffff"/>
3
+ <group>
4
+ <group>
5
+ <path android:pathData="M163.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM172.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M188.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
+ </group>
7
+ <group>
8
+ <path android:pathData="M156.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
+ <path android:pathData="M148.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
+ <path android:pathData="M144.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C141.3 6.01837 141 7.20756 141 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
+ <path android:pathData="M148.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.049 0-5.69 1.749132-6.974 4.296472l2.592 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
+ </group>
13
+ </group>
14
+ </vector>
@@ -0,0 +1,14 @@
1
+ <vector android:width="199dp" android:height="21dp" android:viewportWidth="199" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <path android:pathData="M1.82412 15.0006V3.54461h4.288c0.62934 0 1.2 0.13333 1.712 0.4s0.91734 0.62933 1.216 1.088c0.30934 0.45867 0.464 0.976 0.464 1.552 0 0.58667-0.144 1.088-0.432 1.504-0.288 0.416-0.66133 0.73067-1.12 0.944v0.08c0.576 0.192 1.04534 0.52267 1.408 0.99199 0.36267 0.4693 0.544 1.0293 0.544 1.68 0 0.64-0.16533 1.2-0.496 1.68-0.32 0.48-0.75733 0.8587-1.312 1.136-0.544 0.2667-1.14133 0.4-1.792 0.4h-4.48zm1.76-5.07199v3.43999h2.72c0.384 0 0.71467-0.08 0.992-0.24 0.27734-0.16 0.48534-0.3733 0.624-0.64 0.14934-0.2667 0.224-0.544 0.224-0.832 0-0.3093-0.07466-0.592-0.224-0.848-0.14933-0.2667-0.368-0.48-0.656-0.64-0.27733-0.16-0.61866-0.23999-1.024-0.23999h-2.656zm0-1.568h2.448c0.37334 0 0.688-0.07467 0.944-0.224 0.26667-0.16 0.46934-0.36267 0.608-0.608 0.13867-0.256 0.208-0.51733 0.208-0.784 0-0.26667-0.06933-0.51733-0.208-0.752-0.128-0.24533-0.32-0.44267-0.576-0.592-0.256-0.16-0.56-0.24-0.912-0.24h-2.512v3.2zM15.4297 15.2566c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9974-0.1227 1.36-0.368 0.3734-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0106-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2346-0.448-0.416-0.64-0.1813-0.192-0.4106-0.34667-0.688-0.464-0.2773-0.128-0.6026-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3626 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.9932 5.00799V6.84061h1.632v1.2h0.096c0.128-0.27733 0.3093-0.52267 0.544-0.736 0.2453-0.21333 0.5226-0.384 0.832-0.512 0.32-0.128 0.6506-0.192 0.992-0.192 0.224 0 0.4106 0.016 0.56 0.048 0.16 0.02133 0.304 0.05867 0.432 0.112v1.792c-0.2027-0.08533-0.4107-0.15467-0.624-0.208-0.2027-0.05333-0.416-0.08-0.64-0.08-0.4054 0-0.768 0.112-1.088 0.336-0.3094 0.21333-0.5547 0.50133-0.736 0.864-0.1814 0.36267-0.272 0.76799-0.272 1.21599v4.32h-1.728zm6.6998 0V6.84061h1.728v8.15999h-1.728zm0.864-9.35999c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.3307 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5013 0.336-0.832 0.336zm10.5304 9.61599c-0.736 0-1.4026-0.1867-2-0.56-0.5973-0.3733-1.0666-0.8853-1.408-1.536-0.3413-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.1707-1.58932 0.512-2.23999 0.3414-0.65067 0.8107-1.16267 1.408-1.536 0.5974-0.37333 1.264-0.56 2-0.56 0.4267 0 0.8107 0.064 1.152 0.192 0.3414 0.128 0.6347 0.29867 0.88 0.512 0.256 0.20267 0.4534 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.1386 0.224-0.336 0.4427-0.592 0.656-0.2453 0.2027-0.5386 0.368-0.88 0.496-0.3413 0.128-0.7253 0.192-1.152 0.192zm0.256-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4266 0-0.8266 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2346 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1174 1.04 0.352 1.456 0.2347 0.416 0.5387 0.736 0.912 0.96 0.3734 0.224 0.7734 0.336 1.2 0.336zm10.0273 1.584c-0.8427 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1414-0.9013-1.504-1.552-0.3627-0.6613-0.544-1.3973-0.544-2.208 0-0.8107 0.1813-1.54132 0.544-2.19199 0.3626-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3813-0.576 2.224-0.576 0.832 0 1.568 0.19733 2.208 0.592 0.64 0.384 1.1413 0.90133 1.504 1.552 0.3626 0.65067 0.544 1.38129 0.544 2.19199 0 0.8107-0.1814 1.5467-0.544 2.208-0.3627 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.584c0.448 0 0.864-0.1067 1.248-0.32 0.384-0.224 0.6933-0.5387 0.928-0.944 0.2453-0.416 0.368-0.912 0.368-1.488s-0.1227-1.06666-0.368-1.47199c-0.2347-0.416-0.544-0.73067-0.928-0.944-0.384-0.224-0.8-0.336-1.248-0.336-0.448 0-0.8694 0.112-1.264 0.336-0.384 0.21333-0.6987 0.528-0.944 0.944-0.2347 0.40533-0.352 0.89599-0.352 1.47199s0.1173 1.072 0.352 1.488c0.2453 0.4053 0.5653 0.72 0.96 0.944 0.3946 0.2133 0.8106 0.32 1.248 0.32zm5.8412 1.328V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5814-0.72 1.04-0.976 0.4694-0.26667 0.9814-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5014 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3306-0.30933-0.7626-0.464-1.296-0.464-0.416 0-0.7786 0.11733-1.088 0.352-0.3093 0.224-0.5546 0.52267-0.736 0.896-0.1706 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm11.9131 0.256c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm8.9183 1.408c-0.6507 0-1.216-0.096-1.696-0.288-0.48-0.2027-0.8747-0.4693-1.184-0.8-0.3093-0.3413-0.5387-0.7093-0.688-1.104l1.552-0.672c0.192 0.4373 0.464 0.7733 0.816 1.008 0.3627 0.224 0.7787 0.336 1.248 0.336 0.4267 0 0.7947-0.0747 1.104-0.224 0.3093-0.16 0.464-0.416 0.464-0.768 0-0.224-0.0747-0.4053-0.224-0.544-0.1387-0.1493-0.3307-0.272-0.576-0.368-0.2347-0.096-0.5067-0.1813-0.816-0.256l-0.976-0.224c-0.384-0.096-0.752-0.2453-1.104-0.448-0.3413-0.2133-0.6187-0.48-0.832-0.8-0.2133-0.31999-0.32-0.69866-0.32-1.13599 0-0.49067 0.1387-0.912 0.416-1.264 0.288-0.36267 0.672-0.64 1.152-0.832 0.48-0.192 0.9973-0.288 1.552-0.288 0.512 0 0.976 0.06933 1.392 0.208 0.4267 0.128 0.7947 0.32533 1.104 0.592 0.32 0.256 0.5707 0.576 0.752 0.96l-1.488 0.672c-0.1813-0.36267-0.4267-0.61333-0.736-0.752-0.3093-0.14933-0.6453-0.224-1.008-0.224-0.4053 0-0.7467 0.08533-1.024 0.256-0.2667 0.16-0.4 0.37333-0.4 0.64 0 0.27733 0.1173 0.496 0.352 0.656 0.2453 0.16 0.544 0.288 0.896 0.384l1.184 0.28799c0.8107 0.2027 1.4187 0.512 1.824 0.928 0.4053 0.4053 0.608 0.9013 0.608 1.488 0 0.5227-0.1493 0.9813-0.448 1.376-0.2987 0.384-0.704 0.6827-1.216 0.896-0.5013 0.2027-1.0613 0.304-1.68 0.304zm5.052-0.256V6.84061h1.728v8.15999h-1.728zm0.864-9.35999c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.3307 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5013 0.336-0.832 0.336zm10.5304 9.61599c-0.736 0-1.4027-0.1867-2-0.56-0.5974-0.3733-1.0667-0.8853-1.408-1.536-0.3414-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.1706-1.58932 0.512-2.23999 0.3413-0.65067 0.8106-1.16267 1.408-1.536 0.5973-0.37333 1.264-0.56 2-0.56 0.4266 0 0.8106 0.064 1.152 0.192 0.3413 0.128 0.6346 0.29867 0.88 0.512 0.256 0.20267 0.4533 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.1387 0.224-0.336 0.4427-0.592 0.656-0.2454 0.2027-0.5387 0.368-0.88 0.496-0.3414 0.128-0.7254 0.192-1.152 0.192zm0.256-1.584c0.4266 0 0.8266-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2346-0.416 0.352-0.9067 0.352-1.472s-0.1174-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3734-0.224-0.7734-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3734 0.224-0.6774 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1173 1.04 0.352 1.456 0.2346 0.416 0.5386 0.736 0.912 0.96 0.3733 0.224 0.7733 0.336 1.2 0.336zm9.9156 1.584c-0.8 0-1.515-0.1867-2.144-0.56-0.63-0.3733-1.1257-0.8853-1.4884-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.8164-1.18933 1.4244-1.584 0.618-0.40533 1.328-0.608 2.128-0.608 0.842 0 1.557 0.18133 2.144 0.544 0.597 0.36267 1.05 0.85867 1.36 1.488 0.309 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.006 0.224-0.016 0.32 0 0.096-0.006 0.1707-0.016 0.224h-6.304c0.042 0.448 0.154 0.8373 0.336 1.168 0.234 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.997-0.1227 1.36-0.368 0.373-0.256 0.666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.366 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.011-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.235-0.448-0.416-0.64-0.182-0.192-0.411-0.34667-0.688-0.464-0.278-0.128-0.603-0.192-0.976-0.192-0.47 0-0.886 0.12267-1.248 0.368-0.363 0.23467-0.646 0.56533-0.848 0.992-0.086 0.18133-0.15 0.37333-0.192 0.576zm7.993 5.00799V6.84061h1.632v1.12h0.096c0.234-0.39467 0.581-0.72 1.04-0.976 0.469-0.26667 0.981-0.4 1.536-0.4 1.002 0 1.754 0.29867 2.256 0.896 0.501 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.166-1.14132-0.496-1.43999-0.331-0.30933-0.763-0.464-1.296-0.464-0.416 0-0.779 0.11733-1.088 0.352-0.31 0.224-0.555 0.52267-0.736 0.896-0.171 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm13.033 3.712c-0.715 0-1.333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.549-0.7147-0.688-1.088l1.6-0.672c0.171 0.4267 0.443 0.7733 0.816 1.04 0.384 0.2773 0.843 0.416 1.376 0.416 0.757 0 1.349-0.224 1.776-0.672 0.427-0.448 0.64-1.0827 0.64-1.904v-0.784h-0.096c-0.256 0.3733-0.608 0.6773-1.056 0.912-0.448 0.2347-0.965 0.352-1.552 0.352-0.693 0-1.333-0.176-1.92-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.341-0.64-0.512-1.3867-0.512-2.24 0-0.86399 0.171-1.61066 0.512-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.587-0.352 1.227-0.528 1.92-0.528 0.587 0 1.104 0.11733 1.552 0.352 0.448 0.224 0.8 0.53333 1.056 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.341 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.427 0 0.821-0.1013 1.184-0.304 0.373-0.2133 0.667-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5973-0.112-1.09332-0.336-1.48799-0.213-0.39467-0.507-0.69333-0.88-0.896-0.363-0.20267-0.757-0.304-1.184-0.304-0.427 0-0.827 0.10133-1.2 0.304-0.363 0.20267-0.656 0.50667-0.88 0.912-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.517 0.6933 0.88 0.896 0.373 0.2027 0.773 0.304 1.2 0.304zm8.701 1.744c-0.586 0-1.109-0.1173-1.568-0.352-0.448-0.2347-0.805-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.15-1.0827 0.448-1.488 0.31-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.078-0.31999 1.696-0.31999 0.342 0 0.656 0.02667 0.944 0.08 0.299 0.04267 0.555 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.81 0.096-1.184 0.288-0.373 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.235-0.33067 0.518-0.61333 0.848-0.848 0.342-0.23467 0.72-0.416 1.136-0.544 0.427-0.128 0.87-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.138 0.2133-0.33 0.416-0.576 0.608-0.234 0.192-0.517 0.3467-0.848 0.464-0.32 0.128-0.677 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.234-0.1387-0.522-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.1387-1.504 0.416-0.298 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.021 1.152V6.84061h1.632v1.12h0.096c0.234-0.39467 0.581-0.72 1.04-0.976 0.469-0.26667 0.981-0.4 1.536-0.4 1.002 0 1.754 0.29867 2.256 0.896 0.501 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.166-1.14132-0.496-1.43999-0.331-0.30933-0.763-0.464-1.296-0.464-0.416 0-0.779 0.11733-1.088 0.352-0.31 0.224-0.555 0.52267-0.736 0.896-0.171 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728z" android:fillColor="#ffffff"/>
3
+ <group>
4
+ <group>
5
+ <path android:pathData="M173.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM182.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M198.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
+ </group>
7
+ <group>
8
+ <path android:pathData="M166.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
+ <path android:pathData="M158.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.7 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
+ <path android:pathData="M154.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C151.3 6.01837 151 7.20756 151 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
+ <path android:pathData="M158.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.049 0-5.69 1.749132-6.974 4.296472l2.592 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
+ </group>
13
+ </group>
14
+ </vector>
@@ -0,0 +1,14 @@
1
+ <vector android:width="160dp" android:height="21dp" android:viewportWidth="160" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <path android:pathData="M1.896 15.0006V3.54461h3.936c0.69333 0 1.32267 0.14933 1.888 0.448 0.56533 0.288 1.01333 0.69867 1.344 1.232 0.34133 0.52267 0.512 1.13067 0.512 1.824 0 0.68267-0.17067 1.29067-0.512 1.824C8.73333 9.40594 8.28533 9.82194 7.72 10.1206c-0.56533 0.288-1.19467 0.432-1.888 0.432H3.656v4.448h-1.76zm1.76-6.11199H5.88c0.416 0 0.768-0.08533 1.056-0.256 0.288-0.18133 0.50667-0.41067 0.656-0.688 0.16-0.288 0.24-0.58667 0.24-0.896s-0.08-0.60267-0.24-0.88c-0.14933-0.27733-0.368-0.50667-0.656-0.688-0.288-0.18133-0.64-0.272-1.056-0.272H3.656v3.68zm10.7519 6.36799c-0.8 0-1.5147-0.1867-2.144-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1706-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0426 0.448 0.1546 0.8373 0.336 1.168 0.2346 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64-0.1814-0.192-0.4107-0.34667-0.688-0.464-0.2774-0.128-0.6027-0.192-0.976-0.192-0.4694 0-0.8854 0.12267-1.248 0.368-0.3627 0.23467-0.6454 0.56533-0.848 0.992-0.0854 0.18133-0.1494 0.37333-0.192 0.576zm11.0472 5.26399c-0.6506 0-1.216-0.096-1.696-0.288-0.48-0.2027-0.8746-0.4693-1.184-0.8-0.3093-0.3413-0.5386-0.7093-0.688-1.104l1.552-0.672c0.192 0.4373 0.464 0.7733 0.816 1.008 0.3627 0.224 0.7787 0.336 1.248 0.336 0.4267 0 0.7947-0.0747 1.104-0.224 0.3094-0.16 0.464-0.416 0.464-0.768 0-0.224-0.0746-0.4053-0.224-0.544-0.1386-0.1493-0.3306-0.272-0.576-0.368-0.2346-0.096-0.5066-0.1813-0.816-0.256l-0.976-0.224c-0.384-0.096-0.752-0.2453-1.104-0.448-0.3413-0.2133-0.6186-0.48-0.832-0.8-0.2133-0.31999-0.32-0.69866-0.32-1.13599 0-0.49067 0.1387-0.912 0.416-1.264 0.288-0.36267 0.672-0.64 1.152-0.832 0.48-0.192 0.9974-0.288 1.552-0.288 0.512 0 0.976 0.06933 1.392 0.208 0.4267 0.128 0.7947 0.32533 1.104 0.592 0.32 0.256 0.5707 0.576 0.752 0.96l-1.488 0.672c-0.1813-0.36267-0.4266-0.61333-0.736-0.752-0.3093-0.14933-0.6453-0.224-1.008-0.224-0.4053 0-0.7466 0.08533-1.024 0.256-0.2666 0.16-0.4 0.37333-0.4 0.64 0 0.27733 0.1174 0.496 0.352 0.656 0.2454 0.16 0.544 0.288 0.896 0.384l1.184 0.28799c0.8107 0.2027 1.4187 0.512 1.824 0.928 0.4054 0.4053 0.608 0.9013 0.608 1.488 0 0.5227-0.1493 0.9813-0.448 1.376-0.2986 0.384-0.704 0.6827-1.216 0.896-0.5013 0.2027-1.0613 0.304-1.68 0.304zm7.6403 0c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0203 1.152V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5814-0.72 1.04-0.976 0.4694-0.26667 0.9814-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5014 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3306-0.30933-0.7626-0.464-1.296-0.464-0.416 0-0.7786 0.11733-1.088 0.352-0.3093 0.224-0.5546 0.52267-0.736 0.896-0.1706 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm16.8037 0.256c-0.736 0-1.4027-0.1867-2-0.56-0.5974-0.3733-1.0667-0.8853-1.408-1.536-0.3414-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.1706-1.58932 0.512-2.23999 0.3413-0.65067 0.8106-1.16267 1.408-1.536 0.5973-0.37333 1.264-0.56 2-0.56 0.4266 0 0.8106 0.064 1.152 0.192 0.3413 0.128 0.6346 0.29867 0.88 0.512 0.256 0.20267 0.4533 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.1387 0.224-0.336 0.4427-0.592 0.656-0.2454 0.2027-0.5387 0.368-0.88 0.496-0.3414 0.128-0.7254 0.192-1.152 0.192zm0.256-1.584c0.4266 0 0.8266-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2346-0.416 0.352-0.9067 0.352-1.472s-0.1174-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3734-0.224-0.7734-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3734 0.224-0.6774 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1173 1.04 0.352 1.456 0.2346 0.416 0.5386 0.736 0.912 0.96 0.3733 0.224 0.7733 0.336 1.2 0.336zm9.9152 1.584c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9974-0.1227 1.36-0.368 0.3734-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0106-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2346-0.448-0.416-0.64-0.1813-0.192-0.4106-0.34667-0.688-0.464-0.2773-0.128-0.6026-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3626 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.9931 5.00799V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5814-0.72 1.04-0.976 0.4694-0.26667 0.9814-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5014 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3306-0.30933-0.7626-0.464-1.296-0.464-0.416 0-0.7786 0.11733-1.088 0.352-0.3093 0.224-0.5546 0.52267-0.736 0.896-0.1706 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm13.0332 3.712c-0.7147 0-1.3334-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.5494-0.7147-0.688-1.088l1.6-0.672c0.1706 0.4267 0.4426 0.7733 0.816 1.04 0.384 0.2773 0.8426 0.416 1.376 0.416 0.7573 0 1.3493-0.224 1.776-0.672 0.4266-0.448 0.64-1.0827 0.64-1.904v-0.784h-0.096c-0.256 0.3733-0.608 0.6773-1.056 0.912-0.448 0.2347-0.9654 0.352-1.552 0.352-0.6934 0-1.3334-0.176-1.92-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.3414-0.64-0.512-1.3867-0.512-2.24 0-0.86399 0.1706-1.61066 0.512-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.5866-0.352 1.2266-0.528 1.92-0.528 0.5866 0 1.104 0.11733 1.552 0.352 0.448 0.224 0.8 0.53333 1.056 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.3414 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.4266 0 0.8213-0.1013 1.184-0.304 0.3733-0.2133 0.6666-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5973-0.112-1.09332-0.336-1.48799-0.2134-0.39467-0.5067-0.69333-0.88-0.896-0.3627-0.20267-0.7574-0.304-1.184-0.304-0.4267 0-0.8267 0.10133-1.2 0.304-0.3627 0.20267-0.656 0.50667-0.88 0.912-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.5173 0.6933 0.88 0.896 0.3733 0.2027 0.7733 0.304 1.2 0.304zm8.7015 1.744c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0204 1.152V6.84061h1.632v1.12h0.096c0.2346-0.39467 0.5812-0.72 1.0402-0.976 0.469-0.26667 0.981-0.4 1.536-0.4 1.002 0 1.754 0.29867 2.256 0.896 0.501 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.166-1.14132-0.496-1.43999-0.331-0.30933-0.763-0.464-1.296-0.464-0.416 0-0.779 0.11733-1.088 0.352-0.31 0.224-0.5549 0.52267-0.7362 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728z" android:fillColor="#ffffff"/>
3
+ <group>
4
+ <group>
5
+ <path android:pathData="M134.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM143.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M159.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
+ </group>
7
+ <group>
8
+ <path android:pathData="M127.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
+ <path android:pathData="M119.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
+ <path android:pathData="M115.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C112.3 6.01837 112 7.20756 112 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
+ <path android:pathData="M119.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.049 0-5.69 1.749132-6.974 4.296472l2.592 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
+ </group>
13
+ </group>
14
+ </vector>