@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
@@ -1,14 +0,0 @@
1
- <vector android:width="213dp" android:height="21dp" android:viewportWidth="213" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M2.0585 15.0006V3.54461h2.368l3.344 8.71999h0.096l3.36-8.71999h2.368V15.0006h-1.728V8.52061l0.096-2.032h-0.096l-3.344 8.51199h-1.392l-3.344-8.51199h-0.096l0.096 2.032v6.47999h-1.728zm16.3126 0.256c-0.5866 0-1.1093-0.112-1.568-0.336-0.4586-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.1494-1.0667 0.448-1.472 0.3094-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6934 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.8106 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.4266 0.256-0.9386 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3414-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.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2986 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.6223 4.864c-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.7466 0 1.3333-0.224 1.76-0.672 0.4373-0.448 0.656-1.0827 0.656-1.904v-0.784h-0.096c-0.256 0.384-0.6134 0.6933-1.072 0.928-0.448 0.224-0.96 0.336-1.536 0.336-0.6934 0-1.328-0.176-1.904-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.352-0.64-0.528-1.3867-0.528-2.24 0-0.86399 0.176-1.61066 0.528-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.576-0.352 1.2106-0.528 1.904-0.528 0.576 0 1.088 0.11733 1.536 0.352 0.4586 0.23467 0.816 0.544 1.072 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.3626-0.2133 0.656-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5867-0.112-1.07732-0.336-1.47199-0.224-0.40533-0.5174-0.70933-0.88-0.912-0.3627-0.20267-0.7574-0.304-1.184-0.304-0.4267 0-0.8267 0.10667-1.2 0.32-0.3627 0.20267-0.656 0.50133-0.88 0.896-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.304zm10.5716 1.744c-0.6293 0-1.1733-0.1333-1.632-0.4-0.448-0.2773-0.7787-0.592-0.992-0.944h-0.096v1.088h-1.632V3.54461h1.728v3.264l-0.096 1.136h0.096c0.2133-0.352 0.544-0.66667 0.992-0.944 0.4587-0.27733 1.0027-0.416 1.632-0.416 0.7467 0 1.4133 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.5947-0.528 2.256-0.3413 0.6507-0.8053 1.1627-1.392 1.536-0.5867 0.3627-1.2533 0.544-2 0.544zm-0.256-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.3733-0.224 0.6773-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.2347-0.416-0.5387-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.5653 0.1173 1.056 0.352 1.472 0.2347 0.4053 0.5387 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.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.368zm8.6481 4.208c-0.032 0.0853-0.0693 0.1653-0.112 0.24-0.032 0.0747-0.0533 0.128-0.064 0.16h-1.84c0.0533-0.1173 0.128-0.288 0.224-0.512 0.1067-0.2133 0.208-0.4213 0.304-0.624s0.1973-0.432 0.304-0.688c0.1173-0.256 0.2347-0.5067 0.352-0.752l0.608-1.328-3.408-7.71199h1.92l2.336 5.56799h0.08l2.256-5.56799h1.904l-4.224 9.72799c-0.1173 0.2773-0.2453 0.5653-0.384 0.864-0.128 0.3093-0.2133 0.5173-0.256 0.624zm8.3166-2.8c-0.5866 0-1.1093-0.112-1.568-0.336-0.4586-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.1494-1.0667 0.448-1.472 0.3094-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6934 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.8106 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.4266 0.256-0.9386 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3414-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.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2986 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.4303 1.408c-0.736 0-1.4027-0.1813-2-0.544-0.5867-0.3733-1.056-0.8853-1.408-1.536-0.3414-0.6613-0.512-1.4133-0.512-2.256 0-0.8427 0.1706-1.58932 0.512-2.23999 0.352-0.65067 0.8213-1.16267 1.408-1.536 0.5973-0.37333 1.264-0.56 2-0.56 0.6293 0 1.168 0.13867 1.616 0.416 0.4586 0.27733 0.7946 0.592 1.008 0.944h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.2134 0.352-0.5494 0.6667-1.008 0.944-0.448 0.2667-0.9867 0.4-1.616 0.4zm0.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.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.336zm13.8297 5.04c-0.7146 0-1.3333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.5493-0.7147-0.688-1.088l1.6-0.672c0.1707 0.4267 0.4427 0.7733 0.816 1.04 0.384 0.2773 0.8427 0.416 1.376 0.416 0.7467 0 1.3334-0.224 1.76-0.672 0.4374-0.448 0.656-1.0827 0.656-1.904v-0.784h-0.096c-0.256 0.384-0.6133 0.6933-1.072 0.928-0.448 0.224-0.96 0.336-1.536 0.336-0.6933 0-1.328-0.176-1.904-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.352-0.64-0.528-1.3867-0.528-2.24 0-0.86399 0.176-1.61066 0.528-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.576-0.352 1.2107-0.528 1.904-0.528 0.576 0 1.088 0.11733 1.536 0.352 0.4587 0.23467 0.816 0.544 1.072 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.3413 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.4267 0 0.8214-0.1013 1.184-0.304 0.3627-0.2133 0.656-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5867-0.112-1.07732-0.336-1.47199-0.224-0.40533-0.5173-0.70933-0.88-0.912-0.3626-0.20267-0.7573-0.304-1.184-0.304-0.4266 0-0.8266 0.10667-1.2 0.32-0.3626 0.20267-0.656 0.50133-0.88 0.896-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.5174 0.6933 0.88 0.896 0.3734 0.2027 0.7734 0.304 1.2 0.304zm8.7015 1.744c-0.5866 0-1.1093-0.112-1.568-0.336-0.4586-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.1494-1.0667 0.448-1.472 0.3094-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6934 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.8106 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.7364 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.6804v-1.008h-0.096c-0.2133 0.3307-0.5333 0.624-0.96 0.88-0.4266 0.256-0.9386 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3414-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.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2986 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.235-0.39467 0.576-0.72 1.024-0.976 0.448-0.26667 0.944-0.4 1.488-0.4 0.608 0 1.125 0.144 1.552 0.432 0.427 0.288 0.731 0.65067 0.912 1.088 0.267-0.42667 0.629-0.784 1.088-1.072 0.459-0.29867 1.019-0.448 1.68-0.448 0.96 0 1.675 0.29333 2.144 0.88 0.469 0.576 0.704 1.344 0.704 2.304v5.23199h-1.712v-4.944c0-0.65066-0.144-1.12532-0.432-1.42399-0.277-0.30933-0.667-0.464-1.168-0.464-0.395 0-0.741 0.112-1.04 0.336-0.299 0.21333-0.533 0.50667-0.704 0.88-0.16 0.37333-0.24 0.78929-0.24 1.24799v4.368h-1.712v-4.944c0-0.65066-0.144-1.12532-0.432-1.42399-0.288-0.30933-0.693-0.464-1.216-0.464-0.384 0-0.72 0.112-1.008 0.336-0.288 0.224-0.517 0.52267-0.688 0.896-0.16 0.37333-0.24 0.78929-0.24 1.24799v4.352h-1.728zm15.408-9.35999c-0.32 0-0.598-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.234-0.224 0.512-0.336 0.832-0.336 0.32 0 0.592 0.112 0.816 0.336 0.234 0.224 0.352 0.496 0.352 0.816 0 0.32-0.118 0.59733-0.352 0.832-0.224 0.224-0.496 0.336-0.816 0.336zm-0.864 9.35999V6.84061h1.728v8.15999h-1.728zm4.807-2.368V8.34461h-1.424v-1.504h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.171 0.2133 0.454 0.32 0.848 0.32 0.203 0 0.374-0.0267 0.512-0.08 0.15-0.0533 0.299-0.128 0.448-0.224v1.68c-0.181 0.0747-0.373 0.1333-0.576 0.176-0.202 0.0427-0.442 0.064-0.72 0.064-0.757 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84zm11.981 2.624c-0.587 0-1.109-0.112-1.568-0.336-0.459-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.149-1.0667 0.448-1.472 0.309-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.077-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.395 0.09599 0.693 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.811 0.096-1.184 0.288-0.373 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.587-0.288 1.227-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.213 0.3307-0.533 0.624-0.96 0.88-0.427 0.256-0.939 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.341-0.2133 0.608-0.4907 0.8-0.832 0.203-0.352 0.304-0.7307 0.304-1.136-0.245-0.1387-0.533-0.2507-0.864-0.336-0.331-0.096-0.683-0.144-1.056-0.144-0.704 0-1.205 0.144-1.504 0.432-0.299 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.02 1.152V6.84061h1.632v1.12h0.096c0.235-0.39467 0.582-0.72 1.04-0.976 0.47-0.26667 0.982-0.4 1.536-0.4 1.003 0 1.755 0.29867 2.256 0.896 0.502 0.59733 0.752 1.38667 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.165-1.14132-0.496-1.43999-0.33-0.30933-0.762-0.464-1.296-0.464-0.416 0-0.778 0.11733-1.088 0.352-0.309 0.224-0.554 0.52267-0.736 0.896-0.17 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm13.033 3.712c-0.714 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.747 0 1.334-0.224 1.76-0.672 0.438-0.448 0.656-1.0827 0.656-1.904v-0.784h-0.096c-0.256 0.384-0.613 0.6933-1.072 0.928-0.448 0.224-0.96 0.336-1.536 0.336-0.693 0-1.328-0.176-1.904-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.352-0.64-0.528-1.3867-0.528-2.24 0-0.86399 0.176-1.61066 0.528-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.576-0.352 1.211-0.528 1.904-0.528 0.576 0 1.088 0.11733 1.536 0.352 0.459 0.23467 0.816 0.544 1.072 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.822-0.1013 1.184-0.304 0.363-0.2133 0.656-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5867-0.112-1.07732-0.336-1.47199-0.224-0.40533-0.517-0.70933-0.88-0.912-0.362-0.20267-0.757-0.304-1.184-0.304-0.426 0-0.826 0.10667-1.2 0.32-0.362 0.20267-0.656 0.50133-0.88 0.896-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.518 0.6933 0.88 0.896 0.374 0.2027 0.774 0.304 1.2 0.304z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M187.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.00108zM196.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.81953M212.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="M180.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="M172.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.21884h-2.592v2.00904c1.284 2.5474 3.925 4.2965 6.974 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M168.424 9.95957c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96561h-2.592C165.3 6.01833 165 7.20753 165 8.46712c0 1.25959 0.3 2.44888 0.832 3.50148l2.592-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M172.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,14 +0,0 @@
1
- <vector android:width="137dp" android:height="21dp" android:viewportWidth="137" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M2.05538 15.0006V3.54461h3.936c0.69333 0 1.32266 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.56534 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.50666-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.14934-0.27733-0.368-0.50667-0.656-0.688-0.288-0.18133-0.64-0.272-1.056-0.272zM13.6493 15.2566c-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.368zm8.6481 4.208c-0.032 0.0853-0.0694 0.1653-0.112 0.24-0.032 0.0747-0.0534 0.128-0.064 0.16h-1.84c0.0533-0.1173 0.128-0.288 0.224-0.512 0.1066-0.2133 0.208-0.4213 0.304-0.624s0.1973-0.432 0.304-0.688c0.1173-0.256 0.2346-0.5067 0.352-0.752l0.608-1.328-3.408-7.71199h1.92l2.336 5.56799h0.08l2.256-5.56799h1.904l-4.224 9.72799c-0.1174 0.2773-0.2454 0.5653-0.384 0.864-0.128 0.3093-0.2134 0.5173-0.256 0.624zm9.5784-2.8c-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.0853 0.8107 0.368 1.4187 0.848 1.824 0.4906 0.4053 1.0453 0.608 1.664 0.608 0.5546 0 1.0133-0.1227 1.376-0.368 0.3626-0.256 0.6506-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.3654 0.592-2.272 0.592zm-0.08-7.19999c-0.576 0-1.0667 0.176-1.472 0.528-0.4054 0.352-0.6774 0.82133-0.816 1.408h4.528c-0.0214-0.27733-0.112-0.56533-0.272-0.864-0.16-0.29867-0.4054-0.54933-0.736-0.752-0.32-0.21333-0.7307-0.32-1.232-0.32zm5.7051 6.94399V6.84061h1.632v1.2h0.096c0.1813-0.416 0.4906-0.75733 0.928-1.024 0.448-0.27733 0.928-0.416 1.44-0.416 0.224 0 0.4106 0.016 0.56 0.048 0.16 0.032 0.304 0.06933 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.50667-0.736 0.88-0.1814 0.36267-0.272 0.76269-0.272 1.19999v4.32h-1.728zm13.0162 0.256c-0.5866 0-1.1093-0.112-1.568-0.336-0.4586-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.1494-1.0667 0.448-1.472 0.3094-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6934 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.8106 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.4266 0.256-0.9386 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3414-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.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2986 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.368zm8.3442 1.152l-3.376-8.15999h1.92l2.288 5.93599h0.08l2.336-5.93599h1.888l-3.408 8.15999h-1.728zm9.898 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.0853 0.8107 0.368 1.4187 0.848 1.824 0.4906 0.4053 1.0453 0.608 1.664 0.608 0.5546 0 1.0133-0.1227 1.376-0.368 0.3626-0.256 0.6506-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.3654 0.592-2.272 0.592zm-0.08-7.19999c-0.576 0-1.0667 0.176-1.472 0.528-0.4054 0.352-0.6774 0.82133-0.816 1.408h4.528c-0.0214-0.27733-0.112-0.56533-0.272-0.864-0.16-0.29867-0.4054-0.54933-0.736-0.752-0.32-0.21333-0.7307-0.32-1.232-0.32zm9.5592 7.19999c-0.8213 0-1.5467-0.1867-2.176-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.3627-0.6613-0.544-1.408-0.544-2.24 0-0.832 0.1813-1.57332 0.544-2.22399 0.3627-0.66133 0.8587-1.17867 1.488-1.552 0.6293-0.37333 1.3547-0.56 2.176-0.56 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.3733-0.87467-1.072-1.312-2.096-1.312-0.448 0-0.8587 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.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.2453 0.6453-0.576 0.848-0.992l1.536 0.672c-0.288 0.6507-0.7467 1.1893-1.376 1.616-0.6293 0.4267-1.3973 0.64-2.304 0.64z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M111.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.00108zM120.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.81953M136.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="M104.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.5591 2.3697v1.9506h2.5161c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M96.8065 16.2651c2.1066 0 3.8805-0.691 5.1735-1.8823l-2.5161-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 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="M92.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C89.3003 6.01833 89 7.20753 89 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M96.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2279-2.22567c-1.353-1.25851-3.1169-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
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="95dp" android:height="21dp" android:viewportWidth="95" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M2.07725 15.0006V3.54461h1.76V15.0006h-1.76zm0.16-12.46399l0.752-2.048001h1.952l-1.28 2.048001h-1.424zM9.98238 15.2566c-0.84267 0-1.584-0.192-2.224-0.576-0.64-0.384-1.14134-0.9013-1.504-1.552-0.36267-0.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.18133-1.54132 0.544-2.19199 0.36266-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.38133-0.576 2.224-0.576 0.83202 0 1.56802 0.192 2.20802 0.576 0.64 0.384 1.1413 0.90667 1.504 1.568 0.3626 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.1814 1.5573-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.20802 0.576zm0-1.584c0.44802 0 0.86402-0.1067 1.24802-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.24802-0.336-0.448 0-0.86934 0.112-1.264 0.336-0.384 0.21333-0.69867 0.528-0.944 0.944-0.23467 0.40533-0.352 0.89599-0.352 1.47199s0.11733 1.072 0.352 1.488c0.24533 0.4053 0.56 0.72 0.944 0.944 0.39466 0.2133 0.816 0.32 1.264 0.32zm9.77352 1.584c-0.8214 0-1.5467-0.1867-2.176-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.3627-0.6613-0.544-1.408-0.544-2.24 0-0.832 0.1813-1.57332 0.544-2.22399 0.3626-0.66133 0.8586-1.17867 1.488-1.552 0.6293-0.37333 1.3546-0.56 2.176-0.56 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.3734-0.87467-1.072-1.312-2.096-1.312-0.448 0-0.8587 0.11733-1.232 0.352-0.3734 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.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.2453 0.6453-0.576 0.848-0.992l1.536 0.672c-0.288 0.6507-0.7467 1.1893-1.376 1.616-0.6294 0.4267-1.3974 0.64-2.304 0.64zm9.2119-0.256V3.54461h1.728V15.0006h-1.728zm7.5651 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.0853 0.8107 0.368 1.4187 0.848 1.824 0.4906 0.4053 1.0453 0.608 1.664 0.608 0.5546 0 1.0133-0.1227 1.376-0.368 0.3626-0.256 0.6506-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.3654 0.592-2.272 0.592zm-0.08-7.19999c-0.576 0-1.0667 0.176-1.472 0.528-0.4054 0.352-0.6774 0.82133-0.816 1.408h4.528c-0.0214-0.27733-0.112-0.56533-0.272-0.864-0.16-0.29867-0.4054-0.54933-0.736-0.752-0.32-0.21333-0.7307-0.32-1.232-0.32z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M69.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6296c1.1765 0 2.1751 0.39207 2.9979 1.17512 0.835 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4174 2.11088-1.2523 2.88093-0.8099 0.77113-1.8096 1.15562-2.9979 1.15562h-2.884v0.00108zM78.2545 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3564 0.4549 0.7339 0 1.3877-0.272 1.9634-0.8145 0.5759-0.5437 0.8631-1.1816 0.8631-1.9137-0.5443-0.43-1.3033-0.6444-2.2769-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5122-0.4739 0.3411-0.7114 0.7625-0.7114 1.2683m2.2585-6.74741c1.2902 0 2.3083 0.34441 3.0555 1.03323 0.7459 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.7211 1.0613-1.6828 1.5921-2.884 1.5921-1.0246 0-1.8822-0.3033-2.5708-0.9098-0.6895-0.6065-1.0343-1.3646-1.0343-2.2744 0-0.9607 0.3631-1.7243 1.0907-2.2928 0.7275-0.56862 1.698-0.85347 2.9123-0.85347 1.0364 0 1.8908 0.18954 2.5609 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0432-0.63467-1.6883-0.63467-0.9747 0-1.7455 0.41048-2.3147 1.23251L76.755 7.55522c0.8479-1.21302 2.1002-1.81953 3.758-1.81953M94.2687 6.03894L88.4432 19.4201h-1.8021l2.1631-4.6821-3.8328-8.69906h1.8974l2.7702 6.67166h0.0379l2.6944-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
- </group>
7
- <group>
8
- <path android:pathData="M62.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7286 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="M54.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.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="M50.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C47.3003 6.01833 47 7.20753 47 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M54.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1171-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>
@@ -1,14 +0,0 @@
1
- <vector android:width="130dp" android:height="21dp" android:viewportWidth="130" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M2.01788 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.50666-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.14934-0.27733-0.368-0.50667-0.656-0.688-0.288-0.18133-0.64-0.272-1.056-0.272zM13.6118 15.2566c-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.6222 4.864c-0.7147 0-1.3333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.5493-0.7147-0.688-1.088l1.6-0.672c0.1707 0.4267 0.4427 0.7733 0.816 1.04 0.384 0.2773 0.8427 0.416 1.376 0.416 0.7467 0 1.3333-0.224 1.76-0.672 0.4373-0.448 0.656-1.0827 0.656-1.904v-0.784h-0.096c-0.256 0.384-0.6133 0.6933-1.072 0.928-0.448 0.224-0.96 0.336-1.536 0.336-0.6933 0-1.328-0.176-1.904-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.352-0.64-0.528-1.3867-0.528-2.24 0-0.86399 0.176-1.61066 0.528-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.576-0.352 1.2107-0.528 1.904-0.528 0.576 0 1.088 0.11733 1.536 0.352 0.4587 0.23467 0.816 0.544 1.072 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.3413 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.4267 0 0.8213-0.1013 1.184-0.304 0.3627-0.2133 0.656-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5867-0.112-1.07732-0.336-1.47199-0.224-0.40533-0.5173-0.70933-0.88-0.912-0.3627-0.20267-0.7573-0.304-1.184-0.304-0.4267 0-0.8267 0.10667-1.2 0.32-0.3627 0.20267-0.656 0.50133-0.88 0.896-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.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.2h0.096c0.1813-0.416 0.4906-0.75733 0.928-1.024 0.448-0.27733 0.928-0.416 1.44-0.416 0.224 0 0.4106 0.016 0.56 0.048 0.16 0.032 0.304 0.06933 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.50667-0.736 0.88-0.1814 0.36267-0.272 0.76269-0.272 1.19999v4.32h-1.728zm14.2322 0.256c-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.64zm9.0734 0c-0.8427 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1413-0.9013-1.504-1.552-0.3627-0.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.1813-1.54132 0.544-2.19199 0.3627-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.192 2.208 0.576 0.64 0.384 1.1413 0.90667 1.504 1.568 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.1813 1.5573-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.8693 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.56 0.72 0.944 0.944 0.3947 0.2133 0.816 0.32 1.264 0.32zm5.8413 1.328V6.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.728z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M104.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.00108zM113.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.81953M129.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="M97.3028 8.64473c0-0.5491-0.0466-1.07872-0.1344-1.58559h-7.3619v3.00336h4.2165c-0.181 0.9789-0.7286 1.8119-1.5591 2.3697v1.9506h2.5165c1.4735-1.3582 2.3224-3.3651 2.3224-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M89.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.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="M85.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C82.3003 6.01833 82 7.20753 82 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M89.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1171-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>
@@ -1,14 +0,0 @@
1
- <vector android:width="146dp" android:height="21dp" android:viewportWidth="146" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <group>
3
- <group>
4
- <path android:pathData="M22.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM31.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M47.2687 6.03894L41.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
5
- </group>
6
- <group>
7
- <path android:pathData="M15.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559H7.80649v3.00336h4.21661c-0.1811 0.9789-0.7286 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"/>
8
- <path android:pathData="M7.80647 16.2651c2.10667 0 3.88043-0.691 5.17393-1.8823l-2.5165-1.9506c-0.70039 0.4711-1.60247 0.7462-2.65743 0.7462-2.03619 0-3.76445-1.3711-4.38247-3.21884H0.831604v2.00904C2.11642 14.516 4.75653 16.2651 7.80647 16.2651" android:fillColor="#34a853" android:fillType="evenOdd"/>
9
- <path android:pathData="M3.42401 9.95957C3.26571 9.48844 3.17897 8.9859 3.17897 8.46712S3.26571 7.4458 3.42401 6.97467V4.96561H0.831606C0.300332 6.01833 0 7.20753 0 8.46712 0 9.72671 0.300332 10.916 0.831606 11.9686L3.42401 9.95957z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
10
- <path android:pathData="M7.80647 3.75583c1.15037 0 2.18148 0.39532 2.99463 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.11715-2.031812-5.22273-2.031812-3.04994 0-5.69005 1.749132-6.974866 4.296472L3.424 6.97467c0.61802-1.84769 2.34628-3.21884 4.38247-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
11
- </group>
12
- </group>
13
- <path android:pathData="M60.0953 11.6959c-0.4062 0.2709-0.8099 0.461-1.2109 0.5703-0.3959 0.1094-0.8386 0.1641-1.3282 0.1641-0.9375 0-1.7057-0.2734-2.3046-0.8203-0.599-0.5469-0.8985-1.2552-0.8985-2.12501 0-0.95313 0.3203-1.71094 0.961-2.27344 0.6406-0.5625 1.4895-0.84375 2.5468-0.84375 0.224 0 0.4844 0.01823 0.7813 0.05469 0.3021 0.03125 0.5547 0.07291 0.7578 0.125L59.1891 7.6803c-0.4636-0.09375-0.8907-0.14063-1.2813-0.14063-0.7187 0-1.276 0.16927-1.6719 0.50782-0.3958 0.33333-0.5937 0.80468-0.5937 1.41406 0 0.56775 0.1693 1.01305 0.5078 1.33595 0.3385 0.3177 0.7995 0.4765 1.3828 0.4765 0.5 0 0.9453-0.0755 1.3359-0.2265 0.3907-0.1563 0.7995-0.4349 1.2266-0.836V5.35999l1.2813 0.17187v7.03904c0 0.3334 0.0208 0.5729 0.0625 0.7188 0.0468 0.1406 0.1171 0.2526 0.2109 0.3359 0.0937 0.0781 0.2266 0.1328 0.3984 0.1641 0.1719 0.0312 0.4089 0.0468 0.711 0.0468l-0.125 1.1641h-0.1641c-0.5937 0-1.0703-0.0885-1.4297-0.2656-0.3594-0.1823-0.6068-0.4323-0.7422-0.75-0.1354-0.3229-0.2031-0.7761-0.2031-1.3594v-0.9297zm8.9703-5.00779c-0.401-0.11458-0.8594-0.17187-1.375-0.17187-0.4948 0-0.8802 0.09114-1.1562 0.27343-0.2709 0.17709-0.4063 0.43229-0.4063 0.76563 0 0.27604 0.0964 0.52864 0.2891 0.75781 0.1927 0.22396 0.6719 0.5651 1.4375 1.02344 0.6927 0.42708 1.1979 0.79945 1.5156 1.11715 0.3177 0.3177 0.5417 0.6459 0.6719 0.9844 0.1354 0.3386 0.2031 0.7292 0.2031 1.1719 0 0.7552-0.2786 1.3698-0.8359 1.8437-0.5573 0.4688-1.2917 0.7032-2.2032 0.7032-0.8125 0-1.5416-0.1927-2.1875-0.5782-0.6458-0.3906-1.2526-1.0234-1.8203-1.8984l1.1172-0.6797c0.4427 0.6771 0.8906 1.1771 1.3438 1.5 0.4531 0.3229 0.9765 0.4844 1.5703 0.4844 0.5156 0 0.9271-0.1198 1.2344-0.3594 0.3125-0.2396 0.4687-0.5677 0.4687-0.9844 0-0.4479-0.1406-0.8385-0.4219-1.1718-0.2812-0.3386-0.8177-0.7422-1.6093-1.211-0.7448-0.44269-1.2761-0.86456-1.5938-1.2656-0.3125-0.40625-0.4687-0.89323-0.4687-1.46094 0-0.63542 0.2474-1.15625 0.7421-1.5625 0.5-0.40625 1.1563-0.60937 1.9688-0.60937 0.6979 0 1.2812 0.05989 1.75 0.17968l-0.2344 1.14844zM68.1453 4.7428c-0.2708-0.99479-0.5729-1.72656-0.9062-2.19531-0.3386-0.46875-0.7839-0.70313-1.336-0.70313-0.2916 0-0.5677 0.04948-0.8281 0.14844L64.7 0.852173c0.4271-0.130208 0.8568-0.195313 1.2891-0.195313 0.6614 0 1.1927 0.158855 1.5937 0.47656 0.3958 0.3125 0.7292 0.77604 1 1.39063 0.2656 0.61458 0.5 1.35416 0.7031 2.21875h-1.1406zm14.5656 7.3203c-0.4166 0.3177-0.8281 0.5391-1.2343 0.6641-0.4011 0.1198-0.8438 0.1797-1.3282 0.1797-0.6927 0-1.2994-0.1407-1.8203-0.4219-0.5156-0.2813-0.9479-0.7057-1.2969-1.2735h-0.2187c-0.4375 0-0.7682-0.0781-0.9922-0.2343-0.2187-0.1615-0.3281-0.3854-0.3281-0.6719 0-0.55209 0.2943-0.82813 0.8828-0.82813 0.4844 0 0.9115 0.1849 1.2812 0.55473 0.5-0.15629 0.8959-0.40629 1.1875-0.75004 0.2969-0.34375 0.4454-0.72917 0.4454-1.15625 0-0.51562-0.1485-0.91146-0.4454-1.1875-0.2968-0.28125-0.7578-0.42187-1.3828-0.42187-0.2448 0-0.5156 0.03385-0.8125 0.10156-0.2968 0.06771-0.5573 0.15104-0.7812 0.25l-0.4297-1.08594c0.2812-0.125 0.6068-0.22656 0.9766-0.30469 0.3697-0.07812 0.7343-0.11718 1.0937-0.11718 0.974 0 1.7266 0.24479 2.2578 0.73437 0.5365 0.48958 0.8047 1.17448 0.8047 2.05469 0 0.625-0.2031 1.1901-0.6094 1.69531-0.401 0.50524-0.9453 0.87764-1.6328 1.11714 0.4375 0.5261 1.0287 0.7891 1.7735 0.7891 0.4791 0 0.9166-0.0807 1.3125-0.2422 0.401-0.1666 0.8333-0.4896 1.2968-0.9687V5.35999l1.2813 0.17187V15.6959h-1.2813v-3.6328zm-1.0922 3.3125c0.5573-0.25 1.1511-0.375 1.7813-0.375 0.7917 0 1.4141 0.1901 1.8672 0.5703 0.4479 0.3854 0.6719 0.9141 0.6719 1.586 0 0.651-0.2526 1.1666-0.7579 1.5468-0.5052 0.3855-1.2083 0.5782-2.1093 0.5782-0.9375 0-1.7917-0.2188-2.5625-0.6563-0.7761-0.4323-1.5183-1.1068-2.2266-2.0234l1-0.6875c0.6406 0.8177 1.2448 1.3932 1.8125 1.7265 0.5625 0.3334 1.2214 0.5 1.9766 0.5 1.125 0 1.6875-0.3672 1.6875-1.1015 0-0.2969-0.1146-0.5287-0.3438-0.6953-0.2291-0.1667-0.5416-0.25-0.9375-0.25-0.5104 0-0.9922 0.1145-1.4453 0.3437l-0.4141-1.0625zm4.7985-4.8828l2.2265-0.79688c-0.3958-0.30729-0.6927-0.63541-0.8906-0.98437-0.1979-0.34896-0.2969-0.71875-0.2969-1.10938 0-0.66666 0.2553-1.20573 0.7657-1.61718 0.5104-0.41667 1.1875-0.625 2.0312-0.625 0.6667 0 1.2865 0.07031 1.8594 0.21093l-0.2344 1.16407c-0.3541-0.08855-0.6328-0.14323-0.8359-0.16407-0.1979-0.02604-0.4167-0.03906-0.6563-0.03906-0.5156 0-0.914 0.10417-1.1953 0.3125-0.2812 0.20313-0.4219 0.49479-0.4219 0.875 0 0.27083 0.0964 0.53125 0.2891 0.78125 0.1979 0.25 0.4948 0.48958 0.8906 0.71875l3.2891-1.22656 0.5156 1.125-2.5781 0.8906c0.6719 0.4427 1.1536 0.8776 1.4453 1.3047 0.2969 0.4271 0.4453 0.8984 0.4453 1.4141 0 0.7187-0.2682 1.3047-0.8047 1.7578-0.5364 0.4479-1.3021 0.6719-2.2968 0.6719-1.4428 0-2.7292-0.4401-3.8594-1.3204l0.7187-1c0.9636 0.7657 1.9844 1.1485 3.0625 1.1485 0.6198 0 1.086-0.1068 1.3985-0.3203 0.3125-0.2136 0.4687-0.5339 0.4687-0.961 0-0.2343-0.0547-0.4531-0.164-0.6562-0.1042-0.2083-0.2969-0.4375-0.5782-0.6875-0.276-0.2552-0.6744-0.5443-1.1953-0.8672l-2.9531 1.1328-0.4453-1.1328zm14.1808 1.2031c-0.406 0.2709-0.8095 0.461-1.2105 0.5703-0.3958 0.1094-0.8385 0.1641-1.3281 0.1641-0.9375 0-1.7058-0.2734-2.3047-0.8203-0.599-0.5469-0.8985-1.2552-0.8985-2.12501 0-0.95313 0.3204-1.71094 0.961-2.27344s1.4896-0.84375 2.5469-0.84375c0.2239 0 0.4843 0.01823 0.7812 0.05469 0.3021 0.03125 0.5547 0.07291 0.7578 0.125L99.6922 7.6803c-0.4636-0.09375-0.8906-0.14063-1.2813-0.14063-0.7187 0-1.276 0.16927-1.6718 0.50782-0.3959 0.33333-0.5938 0.80468-0.5938 1.41406 0 0.56775 0.1693 1.01305 0.5078 1.33595 0.3386 0.3177 0.7995 0.4765 1.3828 0.4765 0.5 0 0.9453-0.0755 1.336-0.2265 0.3906-0.1563 0.7991-0.4349 1.2261-0.836V5.35999l1.282 0.17187v7.03904c0 0.3334 0.021 0.5729 0.062 0.7188 0.047 0.1406 0.117 0.2526 0.211 0.3359 0.094 0.0781 0.227 0.1328 0.399 0.1641 0.171 0.0312 0.408 0.0468 0.71 0.0468l-0.125 1.1641h-0.164c-0.593 0-1.07-0.0885-1.429-0.2656-0.36-0.1823-0.607-0.4323-0.742-0.75-0.136-0.3229-0.204-0.7761-0.204-1.3594v-0.9297zm7.393-2.37498c0.333 0.42188 0.651 0.72398 0.953 0.90628 0.302 0.1771 0.62 0.2656 0.953 0.2656 0.427 0 0.742-0.1589 0.945-0.4766 0.203-0.32288 0.305-0.81767 0.305-1.48434 0-0.68229-0.13-1.19271-0.391-1.53125-0.255-0.33854-0.63-0.50781-1.125-0.50781-0.578 0-1.088 0.12239-1.531 0.36719l-0.398-1.04688c0.609-0.30208 1.281-0.45312 2.015-0.45312 0.839 0 1.5 0.28125 1.985 0.84375 0.484 0.55729 0.726 1.33333 0.726 2.32812 0 1.02604-0.211 1.80204-0.633 2.32814-0.422 0.5208-1.044 0.7812-1.867 0.7812-0.516 0-1.029-0.138-1.539-0.414-0.505-0.2813-0.958-0.6771-1.359-1.1875l0.961-0.71878zm5.914-3.96093l1.281 0.17187v7.03904c0 0.3334 0.021 0.5729 0.062 0.7188 0.047 0.1406 0.118 0.2526 0.211 0.3359 0.094 0.0781 0.227 0.1328 0.399 0.1641 0.172 0.0312 0.409 0.0468 0.711 0.0468l-0.125 1.1641h-0.164c-0.594 0-1.071-0.0885-1.43-0.2656-0.359-0.1823-0.607-0.4323-0.742-0.75-0.136-0.3229-0.203-0.7761-0.203-1.3594V5.35999zm-9.157 0l1.282 0.17187V10.024c0 0.5625 0.013 0.9402 0.039 1.1329 0.026 0.1927 0.093 0.3671 0.203 0.5234 0.114 0.151 0.331 0.3203 0.648 0.5078 0.318 0.1823 0.891 0.4479 1.719 0.7969 0.724 0.3073 1.258 0.5937 1.602 0.8594 0.343 0.2604 0.573 0.5156 0.687 0.7656 0.12 0.25 0.18 0.5417 0.18 0.875 0 0.5833-0.253 1.1797-0.758 1.789l-1.039-0.7265c0.141-0.1615 0.25-0.3229 0.328-0.4844 0.078-0.1562 0.117-0.3229 0.117-0.5 0-0.2187-0.057-0.4114-0.172-0.5781-0.114-0.1667-0.325-0.3386-0.632-0.5156-0.303-0.1771-0.74-0.3855-1.313-0.625-0.792-0.323-1.37-0.5938-1.734-0.8125-0.365-0.224-0.625-0.4454-0.782-0.6641-0.156-0.224-0.257-0.4531-0.304-0.6875-0.047-0.2396-0.071-0.6068-0.071-1.1016V5.35999zm14.838 7.17971c0 0.3333 0.021 0.5729 0.062 0.7187 0.047 0.1406 0.118 0.2526 0.211 0.336 0.094 0.0781 0.227 0.1328 0.399 0.164 0.172 0.0313 0.409 0.0469 0.711 0.0469l-0.125 1.1953h-0.164c-0.594 0-1.071-0.0885-1.43-0.2656-0.359-0.1823-0.607-0.4323-0.742-0.75-0.136-0.3229-0.203-0.7761-0.203-1.3594V5.22717c-0.141-1-0.409-1.81771-0.805-2.45312-0.391-0.64063-0.833-0.96094-1.328-0.96094-0.354 0-0.63 0.1276-0.828 0.38281-0.198 0.25521-0.297 0.61719-0.297 1.08594 0 0.45313 0.065 0.9401 0.195 1.46094H114c-0.156-0.59375-0.234-1.13021-0.234-1.60938 0-0.75 0.211-1.34896 0.632-1.79687 0.422-0.453127 0.974-0.67969 1.657-0.67969 0.906 0 1.664 0.39323 2.273 1.17969 0.609 0.78646 1.029 1.8776 1.258 3.27344v7.42971zm6.159-2.0469l2.227-0.79688c-0.396-0.30729-0.693-0.63541-0.891-0.98437-0.198-0.34896-0.297-0.71875-0.297-1.10938 0-0.66666 0.256-1.20573 0.766-1.61718 0.51-0.41667 1.187-0.625 2.031-0.625 0.667 0 1.287 0.07031 1.86 0.21093l-0.235 1.16407c-0.354-0.08855-0.633-0.14323-0.836-0.16407-0.198-0.02604-0.416-0.03906-0.656-0.03906-0.516 0-0.914 0.10417-1.195 0.3125-0.282 0.20313-0.422 0.49479-0.422 0.875 0 0.27083 0.096 0.53125 0.289 0.78125 0.198 0.25 0.495 0.48958 0.891 0.71875l3.289-1.22656 0.515 1.125-2.578 0.8906c0.672 0.4427 1.154 0.8776 1.445 1.3047 0.297 0.4271 0.446 0.8984 0.446 1.4141 0 0.7187-0.268 1.3047-0.805 1.7578-0.536 0.4479-1.302 0.6719-2.297 0.6719-1.443 0-2.729-0.4401-3.859-1.3204l0.719-1c0.963 0.7657 1.984 1.1485 3.062 1.1485 0.62 0 1.086-0.1068 1.398-0.3203 0.313-0.2136 0.469-0.5339 0.469-0.961 0-0.2343-0.054-0.4531-0.164-0.6562-0.104-0.2083-0.297-0.4375-0.578-0.6875-0.276-0.2552-0.674-0.5443-1.195-0.8672l-2.953 1.1328-0.446-1.1328zm14.322 4.5078c-0.797 0-1.523-0.2266-2.18-0.6797-0.656-0.4583-1.335-1.2604-2.039-2.4062-0.151 0.0104-0.294 0.0156-0.429 0.0156-0.49 0-0.857-0.0755-1.102-0.2266-0.245-0.151-0.367-0.3984-0.367-0.7422 0-0.2447 0.089-0.4401 0.266-0.5859 0.182-0.151 0.416-0.2266 0.703-0.2266 0.265 0 0.497 0.0417 0.695 0.125 0.203 0.0782 0.401 0.1875 0.594 0.3282 0.724-0.1615 1.284-0.4349 1.679-0.82034 0.402-0.39062 0.602-0.85937 0.602-1.40625 0-0.58854-0.174-1.04167-0.523-1.35937-0.349-0.32292-0.836-0.48438-1.461-0.48438-0.386 0-0.745 0.03906-1.078 0.11719-0.334 0.07291-0.691 0.19791-1.071 0.375l-0.406-1.10156c0.88-0.375 1.742-0.5625 2.586-0.5625 1.026 0 1.828 0.26562 2.406 0.79687 0.578 0.53125 0.867 1.27604 0.867 2.23438 0 0.75-0.244 1.41406-0.734 1.99216-0.484 0.5781-1.154 1.0078-2.008 1.2891 0.412 0.5781 0.771 1.0156 1.078 1.3125 0.313 0.2969 0.617 0.5078 0.914 0.6328 0.302 0.1198 0.662 0.1797 1.078 0.1797h0.321l-0.141 1.2031h-0.25zm2.135-9.64061l1.281 0.17187v7.03904c0 0.3334 0.021 0.5729 0.062 0.7188 0.047 0.1406 0.117 0.2526 0.211 0.3359 0.094 0.0781 0.227 0.1328 0.399 0.1641 0.172 0.0312 0.409 0.0468 0.711 0.0468l-0.125 1.1641h-0.164c-0.594 0-1.071-0.0885-1.43-0.2656-0.36-0.1823-0.607-0.4323-0.742-0.75-0.136-0.3229-0.203-0.7761-0.203-1.3594V5.35999zm0.007-0.61719c-0.27-0.99479-0.575-1.72656-0.914-2.19531-0.333-0.46875-0.776-0.70313-1.328-0.70313-0.291 0-0.568 0.04948-0.828 0.14844l-0.375-1.140627c0.427-0.130208 0.857-0.195313 1.289-0.195313 0.662 0 1.19 0.158855 1.586 0.47656 0.401 0.3125 0.734 0.77604 1 1.39063 0.271 0.61458 0.508 1.35416 0.711 2.21875h-1.141z" android:fillColor="#ffffff"/>
14
- </vector>
@@ -1,15 +0,0 @@
1
- <vector android:width="239dp" android:height="21dp" android:viewportWidth="239" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M2.11163 15.0006V3.54461h6.944v1.664h-5.184v3.36h4.672v1.66399h-4.672v4.768h-1.76zm9.52587-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-0.864 9.35999V6.84061h1.728v8.15999h-1.728zm3.606 0v-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.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.0854 0.8107 0.368 1.4187 0.848 1.824 0.4907 0.4053 1.0454 0.608 1.664 0.608 0.5547 0 1.0134-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.0666 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.7306-0.32-1.232-0.32zm6.3348 4.57599V8.34461h-1.424v-1.504h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1706 0.2133 0.4533 0.32 0.848 0.32 0.2026 0 0.3733-0.0267 0.512-0.08 0.1493-0.0533 0.2986-0.128 0.448-0.224v1.68c-0.1814 0.0747-0.3734 0.1333-0.576 0.176-0.2027 0.0427-0.4427 0.064-0.72 0.064-0.7574 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84zm8.9515 2.624c-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.0853 0.8107 0.368 1.4187 0.848 1.824 0.4906 0.4053 1.0453 0.608 1.664 0.608 0.5546 0 1.0133-0.1227 1.376-0.368 0.3626-0.256 0.6506-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.3654 0.592-2.272 0.592zm-0.08-7.19999c-0.576 0-1.0667 0.176-1.472 0.528-0.4054 0.352-0.6774 0.82133-0.816 1.408h4.528c-0.0214-0.27733-0.112-0.56533-0.272-0.864-0.16-0.29867-0.4054-0.54933-0.736-0.752-0.32-0.21333-0.7307-0.32-1.232-0.32zm-0.72-2.784l0.752-2.048h1.952l-1.28 2.048h-1.424zm9.4792 9.98399c-0.9813 0-1.7653-0.2133-2.352-0.64-0.5866-0.4373-0.992-0.9547-1.216-1.552l1.552-0.672c0.192 0.4373 0.4694 0.7733 0.832 1.008 0.3627 0.224 0.7734 0.336 1.232 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.3413-0.1546-0.592-0.464-0.752-0.3093-0.16-0.6933-0.2987-1.152-0.416l-0.976-0.224c-0.3946-0.096-0.7626-0.2453-1.104-0.448-0.3413-0.2027-0.6186-0.464-0.832-0.784-0.2133-0.33066-0.32-0.71466-0.32-1.15199 0-0.48 0.144-0.896 0.432-1.248 0.288-0.36267 0.6667-0.64 1.136-0.832 0.48-0.20267 0.9974-0.304 1.552-0.304 0.7574 0 1.4187 0.14933 1.984 0.448 0.576 0.288 0.9974 0.72533 1.264 1.312l-1.488 0.672c-0.192-0.36267-0.4426-0.61333-0.752-0.752-0.2986-0.14933-0.6293-0.224-0.992-0.224-0.4053 0-0.7466 0.08533-1.024 0.256-0.2666 0.17067-0.4 0.384-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.304zm11.4465 0c-0.5866 0-1.1093-0.112-1.568-0.336-0.4586-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.1494-1.0667 0.448-1.472 0.3094-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6934 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.8106 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.4266 0.256-0.9386 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3414-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.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2986 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.368z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M95.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7266-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.4549-0.4798-1.0305-0.72024-1.7266-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6296c1.1765 0 2.1747 0.39207 2.9977 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.8094 1.15562-2.9977 1.15562h-2.884v0.00108zM104.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.81953M120.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="M88.3028 8.64473c0-0.5491-0.0466-1.07872-0.1344-1.58559h-7.3619v3.00336h4.2165c-0.181 0.9789-0.7286 1.8119-1.5591 2.3697v1.9506h2.5165c1.4735-1.3582 2.3224-3.3651 2.3224-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M80.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.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="M76.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C73.3003 6.01833 73 7.20753 73 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M80.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1171-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
- <path android:pathData="M130.634 15.2566c-0.981 0-1.765-0.2133-2.352-0.64-0.587-0.4373-0.992-0.9547-1.216-1.552l1.552-0.672c0.192 0.4373 0.469 0.7733 0.832 1.008 0.363 0.224 0.773 0.336 1.232 0.336 0.427 0 0.795-0.0747 1.104-0.224 0.309-0.16 0.464-0.416 0.464-0.768 0-0.3413-0.155-0.592-0.464-0.752-0.309-0.16-0.693-0.2987-1.152-0.416l-0.976-0.224c-0.395-0.096-0.763-0.2453-1.104-0.448-0.341-0.2027-0.619-0.464-0.832-0.784-0.213-0.33066-0.32-0.71466-0.32-1.15199 0-0.48 0.144-0.896 0.432-1.248 0.288-0.36267 0.667-0.64 1.136-0.832 0.48-0.20267 0.997-0.304 1.552-0.304 0.757 0 1.419 0.14933 1.984 0.448 0.576 0.288 0.997 0.72533 1.264 1.312l-1.488 0.672c-0.192-0.36267-0.443-0.61333-0.752-0.752-0.299-0.14933-0.629-0.224-0.992-0.224-0.405 0-0.747 0.08533-1.024 0.256-0.267 0.17067-0.4 0.384-0.4 0.64 0 0.27733 0.117 0.496 0.352 0.656 0.245 0.16 0.544 0.288 0.896 0.384l1.184 0.28799c0.811 0.2027 1.419 0.512 1.824 0.928 0.405 0.4053 0.608 0.9013 0.608 1.488 0 0.5227-0.149 0.9813-0.448 1.376-0.299 0.384-0.704 0.6827-1.216 0.896-0.501 0.2027-1.061 0.304-1.68 0.304zm4.586-0.256v-1.44l4.544-5.21599h-4.4v-1.504h6.512v1.44l-4.528 5.21599h4.656v1.504h-6.784zm12.234 0.256c-0.842 0-1.584-0.192-2.224-0.576-0.64-0.384-1.141-0.9013-1.504-1.552-0.362-0.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.182-1.54132 0.544-2.19199 0.363-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.382-0.576 2.224-0.576 0.832 0 1.568 0.192 2.208 0.576 0.64 0.384 1.142 0.90667 1.504 1.568 0.363 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.181 1.5573-0.544 2.208-0.362 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.694-0.5387 0.928-0.944 0.246-0.416 0.368-0.912 0.368-1.488s-0.122-1.06666-0.368-1.47199c-0.234-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.869 0.112-1.264 0.336-0.384 0.21333-0.698 0.528-0.944 0.944-0.234 0.40533-0.352 0.89599-0.352 1.47199s0.118 1.072 0.352 1.488c0.246 0.4053 0.56 0.72 0.944 0.944 0.395 0.2133 0.816 0.32 1.264 0.32zm5.936 1.328V3.54461h1.728V15.0006h-1.728zm7.517 3.712c-0.715 0-1.334-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.55-0.7147-0.688-1.088l1.6-0.672c0.17 0.4267 0.442 0.7733 0.816 1.04 0.384 0.2773 0.842 0.416 1.376 0.416 0.746 0 1.333-0.224 1.76-0.672 0.437-0.448 0.656-1.0827 0.656-1.904v-0.784h-0.096c-0.256 0.384-0.614 0.6933-1.072 0.928-0.448 0.224-0.96 0.336-1.536 0.336-0.694 0-1.328-0.176-1.904-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.352-0.64-0.528-1.3867-0.528-2.24 0-0.86399 0.176-1.61066 0.528-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.576-0.352 1.21-0.528 1.904-0.528 0.576 0 1.088 0.11733 1.536 0.352 0.458 0.23467 0.816 0.544 1.072 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.342 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.426 0 0.821-0.1013 1.184-0.304 0.362-0.2133 0.656-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5867-0.112-1.07732-0.336-1.47199-0.224-0.40533-0.518-0.70933-0.88-0.912-0.363-0.20267-0.758-0.304-1.184-0.304-0.427 0-0.827 0.10667-1.2 0.32-0.363 0.20267-0.656 0.50133-0.88 0.896-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.112-1.568-0.336-0.458-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.15-1.0667 0.448-1.472 0.31-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.078-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.395 0.09599 0.694 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.81 0.096-1.184 0.288-0.373 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.587-0.288 1.227-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.213 0.3307-0.533 0.624-0.96 0.88-0.426 0.256-0.938 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.342-0.2133 0.608-0.4907 0.8-0.832 0.203-0.352 0.304-0.7307 0.304-1.136-0.245-0.1387-0.533-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.144-1.504 0.432-0.298 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.368zm-0.368-8.57599l0.752-2.048h1.952l-1.28 2.048h-1.424zm6.405 9.72799V3.54461h1.728V15.0006h-1.728zm4.857-2.368V8.34461h-1.424v-1.504h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.171 0.2133 0.453 0.32 0.848 0.32 0.203 0 0.373-0.0267 0.512-0.08 0.149-0.0533 0.299-0.128 0.448-0.224v1.68c-0.181 0.0747-0.373 0.1333-0.576 0.176-0.203 0.0427-0.443 0.064-0.72 0.064-0.757 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84zm7.94 2.624c-0.587 0-1.11-0.112-1.568-0.336-0.459-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.149-1.0667 0.448-1.472 0.309-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.077-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.394 0.09599 0.693 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.811 0.096-1.184 0.288-0.374 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.586-0.288 1.226-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.214 0.3307-0.534 0.624-0.96 0.88-0.427 0.256-0.939 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.842-0.1067 1.184-0.32 0.341-0.2133 0.608-0.4907 0.8-0.832 0.202-0.352 0.304-0.7307 0.304-1.136-0.246-0.1387-0.534-0.2507-0.864-0.336-0.331-0.096-0.683-0.144-1.056-0.144-0.704 0-1.206 0.144-1.504 0.432-0.299 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.728-1.216V8.34461h-1.424v-1.504h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.171 0.2133 0.453 0.32 0.848 0.32 0.203 0 0.373-0.0267 0.512-0.08 0.149-0.0533 0.299-0.128 0.448-0.224v1.68c-0.181 0.0747-0.373 0.1333-0.576 0.176-0.203 0.0427-0.443 0.064-0.72 0.064-0.757 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84zm7.94 2.624c-0.587 0-1.11-0.112-1.568-0.336-0.459-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.149-1.0667 0.448-1.472 0.309-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.077-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.394 0.09599 0.693 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.811 0.096-1.184 0.288-0.374 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.586-0.288 1.226-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.214 0.3307-0.534 0.624-0.96 0.88-0.427 0.256-0.939 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.842-0.1067 1.184-0.32 0.341-0.2133 0.608-0.4907 0.8-0.832 0.202-0.352 0.304-0.7307 0.304-1.136-0.246-0.1387-0.534-0.2507-0.864-0.336-0.331-0.096-0.683-0.144-1.056-0.144-0.704 0-1.206 0.144-1.504 0.432-0.299 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.368zm-0.368-8.57599l0.752-2.048h1.952l-1.28 2.048h-1.424zm9.286 9.98399c-0.981 0-1.765-0.2133-2.352-0.64-0.587-0.4373-0.992-0.9547-1.216-1.552l1.552-0.672c0.192 0.4373 0.469 0.7733 0.832 1.008 0.363 0.224 0.773 0.336 1.232 0.336 0.427 0 0.795-0.0747 1.104-0.224 0.309-0.16 0.464-0.416 0.464-0.768 0-0.3413-0.155-0.592-0.464-0.752-0.309-0.16-0.693-0.2987-1.152-0.416l-0.976-0.224c-0.395-0.096-0.763-0.2453-1.104-0.448-0.341-0.2027-0.619-0.464-0.832-0.784-0.213-0.33066-0.32-0.71466-0.32-1.15199 0-0.48 0.144-0.896 0.432-1.248 0.288-0.36267 0.667-0.64 1.136-0.832 0.48-0.20267 0.997-0.304 1.552-0.304 0.757 0 1.419 0.14933 1.984 0.448 0.576 0.288 0.997 0.72533 1.264 1.312l-1.488 0.672c-0.192-0.36267-0.443-0.61333-0.752-0.752-0.299-0.14933-0.629-0.224-0.992-0.224-0.405 0-0.747 0.08533-1.024 0.256-0.267 0.17067-0.4 0.384-0.4 0.64 0 0.27733 0.117 0.496 0.352 0.656 0.245 0.16 0.544 0.288 0.896 0.384l1.184 0.28799c0.811 0.2027 1.419 0.512 1.824 0.928 0.405 0.4053 0.608 0.9013 0.608 1.488 0 0.5227-0.149 0.9813-0.448 1.376-0.299 0.384-0.704 0.6827-1.216 0.896-0.501 0.2027-1.061 0.304-1.68 0.304zm7.978 0c-0.981 0-1.765-0.2133-2.352-0.64-0.587-0.4373-0.992-0.9547-1.216-1.552l1.552-0.672c0.192 0.4373 0.469 0.7733 0.832 1.008 0.363 0.224 0.773 0.336 1.232 0.336 0.427 0 0.795-0.0747 1.104-0.224 0.309-0.16 0.464-0.416 0.464-0.768 0-0.3413-0.155-0.592-0.464-0.752-0.309-0.16-0.693-0.2987-1.152-0.416l-0.976-0.224c-0.395-0.096-0.763-0.2453-1.104-0.448-0.341-0.2027-0.619-0.464-0.832-0.784-0.213-0.33066-0.32-0.71466-0.32-1.15199 0-0.48 0.144-0.896 0.432-1.248 0.288-0.36267 0.667-0.64 1.136-0.832 0.48-0.20267 0.997-0.304 1.552-0.304 0.757 0 1.419 0.14933 1.984 0.448 0.576 0.288 0.997 0.72533 1.264 1.312l-1.488 0.672c-0.192-0.36267-0.443-0.61333-0.752-0.752-0.299-0.14933-0.629-0.224-0.992-0.224-0.405 0-0.747 0.08533-1.024 0.256-0.267 0.17067-0.4 0.384-0.4 0.64 0 0.27733 0.117 0.496 0.352 0.656 0.245 0.16 0.544 0.288 0.896 0.384l1.184 0.28799c0.811 0.2027 1.419 0.512 1.824 0.928 0.405 0.4053 0.608 0.9013 0.608 1.488 0 0.5227-0.149 0.9813-0.448 1.376-0.299 0.384-0.704 0.6827-1.216 0.896-0.501 0.2027-1.061 0.304-1.68 0.304zm7.64 0c-0.586 0-1.109-0.112-1.568-0.336-0.458-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.15-1.0667 0.448-1.472 0.31-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.078-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.395 0.09599 0.694 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.81 0.096-1.184 0.288-0.373 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.587-0.288 1.227-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.213 0.3307-0.533 0.624-0.96 0.88-0.426 0.256-0.938 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.342-0.2133 0.608-0.4907 0.8-0.832 0.203-0.352 0.304-0.7307 0.304-1.136-0.245-0.1387-0.533-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.144-1.504 0.432-0.298 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.037 1.152V3.54461h1.728V15.0006h-1.728z" android:fillColor="#ffffff"/>
15
- </vector>
@@ -1,15 +0,0 @@
1
- <vector android:width="200dp" android:height="21dp" android:viewportWidth="200" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M8.10438 15.0006v-2.24l0.096-1.072h-0.096c-0.288 0.544-0.70934 0.9707-1.264 1.28-0.544 0.3093-1.14667 0.464-1.808 0.464-0.672 0-1.25867-0.1493-1.76-0.448-0.49067-0.3093-0.87467-0.7413-1.152-1.296-0.27734-0.5547-0.416-1.2-0.416-1.93599v-2.656h1.744v2.496c0 0.65069 0.192 1.18399 0.576 1.59999 0.384 0.4053 0.89066 0.608 1.52 0.608 0.48 0 0.90666-0.1173 1.28-0.352 0.37333-0.2347 0.66666-0.5493 0.88-0.944 0.224-0.3947 0.336-0.84266 0.336-1.34399v-5.616h1.75999v9.87199h1.84003v1.584H8.10438zm7.83022 0.256c-0.5973 0-1.1413-0.16-1.632-0.48-0.48-0.32-0.864-0.7787-1.152-1.376-0.288-0.608-0.432-1.3333-0.432-2.176 0-0.448 0.0427-0.9013 0.128-1.35999 0.0854-0.46933 0.208-0.928 0.368-1.376-0.3733 0.032-0.7413 0.06933-1.104 0.112v-1.52c0.256-0.032 0.5387-0.064 0.848-0.096 0.3094-0.032 0.6294-0.05867 0.96-0.08 0.384-0.69333 0.832-1.30133 1.344-1.824 0.512-0.52267 1.056-0.928 1.632-1.216 0.5867-0.288 1.1787-0.432 1.776-0.432 0.128 0 0.2454 0.00533 0.352 0.016 0.1067 0.01067 0.2134 0.02667 0.32 0.048v1.568c-0.256-0.02133-0.4746-0.032-0.656-0.032-0.544 0-1.072 0.16533-1.584 0.496-0.5013 0.32-0.9493 0.75733-1.344 1.312h0.144c0.864 0 1.616 0.176 2.256 0.528 0.64 0.352 1.136 0.848 1.488 1.488 0.3627 0.64 0.544 1.38669 0.544 2.23999v3.904h-1.632v-1.056h-0.096c-0.2773 0.416-0.64 0.7413-1.088 0.976-0.4373 0.224-0.9173 0.336-1.44 0.336zm-1.488-4.384c0 0.896 0.192 1.5893 0.576 2.08 0.3947 0.48 0.8694 0.72 1.424 0.72 0.5547 0 1.0294-0.224 1.424-0.672 0.3947-0.4587 0.592-1.0667 0.592-1.824 0-0.576-0.1226-1.072-0.368-1.48799-0.2346-0.42667-0.56-0.75733-0.976-0.992-0.4053-0.23467-0.8693-0.352-1.392-0.352-0.2453 0-0.5066 0.00533-0.784 0.016-0.16 0.416-0.2826 0.83733-0.368 1.264-0.0853 0.42669-0.128 0.84269-0.128 1.24799zm10.4891 4.384c-0.96 0-1.6746-0.288-2.144-0.864-0.4693-0.5867-0.704-1.36-0.704-2.32V7.09661h1.712v4.68799c0 0.6507 0.1387 1.1307 0.416 1.44 0.288 0.2987 0.6827 0.448 1.184 0.448 0.3947 0 0.7414-0.1067 1.04-0.32 0.2987-0.224 0.528-0.5227 0.688-0.896 0.1707-0.3733 0.256-0.7893 0.256-1.248V7.09661h1.728v4.68799c0 0.6507 0.1387 1.1307 0.4161 1.44 0.2879 0.2987 0.6933 0.448 1.2159 0.448 0.384 0 0.72-0.112 1.008-0.336 0.2987-0.224 0.528-0.5227 0.688-0.896 0.16-0.3733 0.24-0.7893 0.24-1.248V7.09661h1.7281v7.90399h-1.632v-1.12h-0.0961c-0.2346 0.3947-0.576 0.7253-1.024 0.992-0.448 0.256-0.944 0.384-1.488 0.384-0.608 0-1.1253-0.144-1.552-0.432-0.4266-0.288-0.7306-0.6507-0.912-1.088-0.256 0.4267-0.6186 0.7893-1.088 1.088-0.4586 0.288-1.0186 0.432-1.68 0.432zm11.6317 3.536V7.09661h1.632v1.072h0.096c0.2346-0.384 0.5706-0.69867 1.008-0.944 0.448-0.256 0.9386-0.384 1.472-0.384 0.9706 0 1.7013 0.29333 2.192 0.88 0.4906 0.576 0.736 1.33867 0.736 2.28799v4.992h-1.712v-4.768c0-0.61866-0.16-1.07199-0.48-1.35999-0.3094-0.29867-0.7147-0.448-1.216-0.448-0.4054 0-0.7574 0.112-1.056 0.336-0.2987 0.21333-0.5334 0.50133-0.704 0.864-0.16 0.352-0.24 0.73599-0.24 1.15199v8.016h-1.728zm11.9812-3.536c-0.9386 0-1.6533-0.2933-2.144-0.88-0.48-0.5973-0.72-1.3973-0.72-2.4V3.54461h1.728v3.552h5.296v1.504h-5.296v3.13599c0 0.6613 0.1494 1.152 0.448 1.472 0.2987 0.3093 0.6667 0.464 1.104 0.464 0.416 0 0.7734-0.1067 1.072-0.32 0.2987-0.224 0.528-0.512 0.688-0.864 0.1707-0.3627 0.256-0.7573 0.256-1.184v-0.896h1.712v4.592h-1.616v-1.056h-0.096c-0.224 0.3733-0.5546 0.688-0.992 0.944-0.4373 0.2453-0.9173 0.368-1.44 0.368zm6.3188 3.536V7.09661h1.728V17.2886h2.24v1.504h-3.968z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M87.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6296c1.1765 0 2.1751 0.39207 2.9979 1.17512 0.835 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4174 2.11088-1.2523 2.88093-0.8099 0.77113-1.8096 1.15562-2.9979 1.15562h-2.884v0.00108zM96.2545 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3564 0.4549 0.7339 0 1.3877-0.272 1.963-0.8145 0.576-0.5437 0.863-1.1816 0.863-1.9137-0.544-0.43-1.3028-0.6444-2.2764-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5122-0.4739 0.3411-0.7114 0.7625-0.7114 1.2683m2.2585-6.74741c1.2902 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.6831 1.5921-2.8843 1.5921-1.0246 0-1.8822-0.3033-2.5708-0.9098-0.6895-0.6065-1.0343-1.3646-1.0343-2.2744 0-0.9607 0.3631-1.7243 1.0907-2.2928 0.7275-0.56862 1.698-0.85347 2.9123-0.85347 1.0364 0 1.8904 0.18954 2.5604 0.56861V9.46897c0-0.60651-0.24-1.12096-0.72-1.54443-0.4819-0.42348-1.0436-0.63467-1.6887-0.63467-0.9747 0-1.7455 0.41048-2.3147 1.23251L94.755 7.55522c0.8479-1.21302 2.1002-1.81953 3.758-1.81953M112.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="M80.3028 8.64473c0-0.5491-0.0466-1.07872-0.1344-1.58559h-7.3619v3.00336h4.2165c-0.181 0.9789-0.7286 1.8119-1.5591 2.3697v1.9506h2.5165c1.4735-1.3582 2.3224-3.3651 2.3224-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M72.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.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="M68.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C65.3003 6.01833 65 7.20753 65 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M72.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1171-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
- <path android:pathData="M113.642 11.7766v-1.472h5.248v1.472h-5.248zm7.416 7.016V3.54461h1.728v3.36l-0.096 1.264h0.096c0.235-0.384 0.571-0.69867 1.008-0.944 0.448-0.256 0.939-0.384 1.472-0.384 0.971 0 1.701 0.29333 2.192 0.88 0.491 0.576 0.736 1.33867 0.736 2.28799v4.992h-1.712v-4.768c0-0.61866-0.16-1.07199-0.48-1.35999-0.309-0.29867-0.715-0.448-1.216-0.448-0.405 0-0.757 0.112-1.056 0.336-0.299 0.21333-0.533 0.50133-0.704 0.864-0.16 0.352-0.24 0.73599-0.24 1.15199v8.016h-1.728zm16.008-3.536c-0.971 0-1.702-0.2933-2.192-0.88-0.491-0.5973-0.736-1.3973-0.736-2.4V7.09661h1.728v4.63999c0 0.6613 0.154 1.152 0.464 1.472 0.309 0.3093 0.693 0.464 1.152 0.464 0.426 0 0.794-0.1067 1.104-0.32 0.309-0.224 0.549-0.512 0.72-0.864 0.17-0.3627 0.256-0.7573 0.256-1.184V3.54461h3.312v1.504h-1.6v9.95199h-1.616v-1.056h-0.096c-0.235 0.3733-0.576 0.688-1.024 0.944-0.448 0.2453-0.939 0.368-1.472 0.368zm7.13 3.536V3.54461h1.728v3.36l-0.096 1.264h0.096c0.234-0.384 0.57-0.69867 1.008-0.944 0.448-0.256 0.938-0.384 1.472-0.384 0.97 0 1.701 0.29333 2.192 0.88 0.49 0.576 0.736 1.33867 0.736 2.28799v4.992h-1.712v-4.768c0-0.61866-0.16-1.07199-0.48-1.35999-0.31-0.29867-0.715-0.448-1.216-0.448-0.406 0-0.758 0.112-1.056 0.336-0.299 0.21333-0.534 0.50133-0.704 0.864-0.16 0.352-0.24 0.73599-0.24 1.15199v8.016h-1.728zm11.339 0c-0.629 0-1.152-0.1707-1.568-0.512-0.405-0.3307-0.608-0.7573-0.608-1.28 0-0.7787 0.453-1.5093 1.36-2.192l0.88-0.656-2.8-4.92799c0.597-0.768 1.264-1.35467 2-1.76 0.736-0.416 1.493-0.624 2.272-0.624 0.683 0 1.291 0.14933 1.824 0.448 0.533 0.288 0.955 0.688 1.264 1.2 0.309 0.512 0.464 1.09333 0.464 1.74399 0 1.2693-0.683 2.416-2.048 3.44l-2.928 2.192c-0.373 0.2773-0.56 0.56-0.56 0.848 0 0.384 0.251 0.576 0.752 0.576h4.608v1.504h-4.912zm1.408-10.36799c-0.384 0-0.763 0.096-1.136 0.288-0.363 0.192-0.699 0.45867-1.008 0.8l2.08 3.67999 0.8-0.592c0.821-0.608 1.232-1.3493 1.232-2.224 0-0.56532-0.187-1.02932-0.56-1.39199-0.373-0.37333-0.843-0.56-1.408-0.56zm5.287 6.57599V7.09661h1.632v1.072h0.096c0.235-0.384 0.571-0.69867 1.008-0.944 0.448-0.256 0.939-0.384 1.472-0.384 0.971 0 1.701 0.29333 2.192 0.88 0.491 0.576 0.736 1.33867 0.736 2.28799v4.992h-1.712v-4.768c0-0.61866-0.16-1.07199-0.48-1.35999-0.309-0.29867-0.715-0.448-1.216-0.448-0.405 0-0.757 0.112-1.056 0.336-0.299 0.21333-0.533 0.50133-0.704 0.864-0.16 0.352-0.24 0.73599-0.24 1.15199v4.224h-1.728zm12.827 4.048c-0.693 0-1.296-0.112-1.808-0.336-0.501-0.224-0.912-0.512-1.232-0.864-0.309-0.3413-0.528-0.6933-0.656-1.056l1.6-0.672c0.16 0.4053 0.422 0.7413 0.784 1.008 0.374 0.2667 0.811 0.4 1.312 0.4 0.704 0 1.264-0.2187 1.68-0.656 0.427-0.4267 0.64-1.0347 0.64-1.824v-1.04h-0.096c-0.256 0.3733-0.602 0.672-1.04 0.896-0.426 0.224-0.917 0.336-1.472 0.336-0.661 0-1.274-0.1707-1.84-0.512-0.565-0.352-1.018-0.8427-1.36-1.472-0.341-0.6293-0.512-1.3653-0.512-2.208 0-0.8427 0.171-1.57866 0.512-2.20799 0.342-0.64 0.795-1.13067 1.36-1.472 0.566-0.352 1.179-0.528 1.84-0.528 0.555 0 1.046 0.11733 1.472 0.352 0.438 0.23467 0.779 0.53867 1.024 0.912h0.096v-1.024h1.648v7.93599c0 0.8533-0.165 1.5787-0.496 2.176-0.33 0.608-0.794 1.0667-1.392 1.376-0.597 0.32-1.285 0.48-2.064 0.48zm0.016-5.36c0.406 0 0.779-0.1013 1.12-0.304 0.352-0.2133 0.635-0.5173 0.848-0.912 0.224-0.3947 0.336-0.8693 0.336-1.424 0-0.576-0.112-1.06132-0.336-1.45599-0.213-0.39467-0.496-0.69333-0.848-0.896-0.341-0.20267-0.714-0.304-1.12-0.304-0.405 0-0.784 0.10667-1.136 0.32-0.352 0.20267-0.634 0.50133-0.848 0.896-0.213 0.39469-0.32 0.87469-0.32 1.43999 0 0.5653 0.107 1.0453 0.32 1.44 0.214 0.384 0.496 0.6827 0.848 0.896 0.352 0.2027 0.731 0.304 1.136 0.304zm6.098 1.312V7.09661h1.632v1.072h0.096c0.234-0.384 0.57-0.69867 1.008-0.944 0.448-0.256 0.938-0.384 1.472-0.384 0.97 0 1.701 0.29333 2.192 0.88 0.49 0.576 0.736 1.33867 0.736 2.28799v4.992h-1.712v-4.768c0-0.61866-0.16-1.07199-0.48-1.35999-0.31-0.29867-0.715-0.448-1.216-0.448-0.406 0-0.758 0.112-1.056 0.336-0.299 0.21333-0.534 0.50133-0.704 0.864-0.16 0.352-0.24 0.73599-0.24 1.15199v4.224h-1.728zm14.541 3.792v-3.744l0.096-1.104h-0.096c-0.235 0.3733-0.576 0.688-1.024 0.944-0.448 0.2453-0.939 0.368-1.472 0.368-0.971 0-1.702-0.2933-2.192-0.88-0.491-0.5973-0.736-1.3973-0.736-2.4V7.09661h1.728v4.63999c0 0.6613 0.154 1.152 0.464 1.472 0.309 0.3093 0.693 0.464 1.152 0.464 0.426 0 0.794-0.1067 1.104-0.32 0.309-0.224 0.549-0.512 0.72-0.864 0.17-0.3627 0.256-0.7573 0.256-1.184V3.54461h1.712V17.2886h1.6v1.504h-3.312z" android:fillColor="#ffffff"/>
15
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="136dp" android:height="21dp" android:viewportWidth="136" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.42413 15.0006V3.54461h4.288c0.61866 0 1.184 0.13333 1.696 0.4 0.52266 0.26667 0.93333 0.62933 1.232 1.088 0.30933 0.45867 0.464 0.976 0.464 1.552 0 0.58667-0.14933 1.088-0.448 1.504-0.288 0.416-0.656 0.73067-1.104 0.944v0.08c0.576 0.20267 1.04533 0.53867 1.408 1.00799 0.36267 0.4587 0.544 1.0133 0.544 1.664 0 0.64-0.16533 1.2053-0.496 1.696-0.32 0.48-0.75733 0.8533-1.312 1.12-0.544 0.2667-1.14133 0.4-1.792 0.4h-4.48zm4.272-9.83999h-2.512v3.2h2.448c0.55467 0 0.98667-0.16533 1.296-0.496 0.30933-0.34133 0.464-0.71467 0.464-1.12 0-0.39467-0.14933-0.75733-0.448-1.088-0.29867-0.33067-0.71467-0.496-1.248-0.496zm-2.512 8.20799h2.72c0.576 0 1.024-0.1707 1.344-0.512 0.33066-0.352 0.496-0.752 0.496-1.2 0-0.448-0.16534-0.848-0.496-1.2-0.33067-0.352-0.8-0.52799-1.408-0.52799h-2.656v3.43999zm11.95767 1.888c-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.6507-0.544-1.3867-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.192 2.208 0.576 0.64 0.384 1.1413 0.90667 1.504 1.568 0.3626 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.1814 1.5573-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.56 0.72 0.944 0.944 0.3946 0.2133 0.816 0.32 1.264 0.32zm5.8412 1.328V6.84061h1.632v1.2h0.096c0.1813-0.416 0.4907-0.75733 0.928-1.024 0.448-0.27733 0.928-0.416 1.44-0.416 0.224 0 0.4107 0.016 0.56 0.048 0.16 0.032 0.304 0.06933 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.50667-0.736 0.88-0.1813 0.36267-0.272 0.76269-0.272 1.19999v4.32h-1.728zm9.8456 3.712c-0.7146 0-1.3333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.5493-0.7147-0.688-1.088l1.6-0.672c0.1707 0.4267 0.4427 0.7733 0.816 1.04 0.384 0.2773 0.8427 0.416 1.376 0.416 0.7467 0 1.3334-0.224 1.76-0.672 0.4374-0.448 0.656-1.0827 0.656-1.904v-0.784h-0.096c-0.256 0.384-0.6133 0.6933-1.072 0.928-0.448 0.224-0.96 0.336-1.536 0.336-0.6933 0-1.328-0.176-1.904-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.352-0.64-0.528-1.3867-0.528-2.24 0-0.86399 0.176-1.61066 0.528-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.576-0.352 1.2107-0.528 1.904-0.528 0.576 0 1.088 0.11733 1.536 0.352 0.4587 0.23467 0.816 0.544 1.072 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.3413 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.4267 0 0.8214-0.1013 1.184-0.304 0.3627-0.2133 0.656-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5867-0.112-1.07732-0.336-1.47199-0.224-0.40533-0.5173-0.70933-0.88-0.912-0.3626-0.20267-0.7573-0.304-1.184-0.304-0.4266 0-0.8266 0.10667-1.2 0.32-0.3626 0.20267-0.656 0.50133-0.88 0.896-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.5174 0.6933 0.88 0.896 0.3734 0.2027 0.7734 0.304 1.2 0.304zm8.7015 1.744c-0.5866 0-1.1093-0.112-1.568-0.336-0.4586-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.1494-1.0667 0.448-1.472 0.3094-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6934 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.8106 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.4266 0.256-0.9386 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3414-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.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2986 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.9048 1.152V6.84061h1.632v1.12h0.096c0.2346-0.39467 0.576-0.72 1.024-0.976 0.448-0.26667 0.944-0.4 1.488-0.4 0.608 0 1.1253 0.144 1.552 0.432 0.4266 0.288 0.7306 0.65067 0.912 1.088 0.2666-0.42667 0.6293-0.784 1.088-1.072 0.4586-0.29867 1.0186-0.448 1.68-0.448 0.96 0 1.6746 0.29333 2.144 0.88 0.4693 0.576 0.704 1.344 0.704 2.304v5.23199h-1.712v-4.944c0-0.65066-0.144-1.12532-0.432-1.42399-0.2774-0.30933-0.6667-0.464-1.168-0.464-0.3947 0-0.7414 0.112-1.04 0.336-0.2987 0.21333-0.5334 0.50667-0.704 0.88-0.16 0.37333-0.24 0.78929-0.24 1.24799v4.368h-1.712v-4.944c0-0.65066-0.144-1.12532-0.432-1.42399-0.288-0.30933-0.6934-0.464-1.216-0.464-0.384 0-0.72 0.112-1.008 0.336-0.288 0.224-0.5174 0.52267-0.688 0.896-0.16 0.37333-0.24 0.78929-0.24 1.24799v4.352h-1.728zm18.1436 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.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.32zm9.4011 7.19999c-0.736 0-1.4026-0.1813-2-0.544-0.5973-0.3733-1.0773-0.8693-1.44-1.488-0.352-0.6187-0.528-1.3013-0.528-2.048 0-0.7787 0.1814-1.47199 0.544-2.07999 0.3627-0.608 0.832-1.08267 1.408-1.424 0.576-0.352 1.1947-0.528 1.856-0.528 0.4694 0 0.8747 0.08533 1.216 0.256 0.3414 0.16 0.5974 0.32533 0.768 0.496l0.096-0.064c-0.1173-0.33067-0.3093-0.64533-0.576-0.944-0.256-0.30933-0.56-0.592-0.912-0.848l-1.936 0.864-0.48-1.136 1.152-0.512c-0.576-0.288-1.1253-0.48-1.648-0.576l0.544-1.36c0.48 0.10667 0.9547 0.26133 1.424 0.464 0.48 0.192 0.9334 0.43733 1.36 0.736l1.616-0.72 0.48 1.12-1.024 0.464c0.6294 0.61867 1.1414 1.38133 1.536 2.288 0.3947 0.90667 0.592 1.968 0.592 3.18399 0 0.8853-0.176 1.6587-0.528 2.32-0.3413 0.6507-0.816 1.1627-1.424 1.536-0.608 0.3627-1.3066 0.544-2.096 0.544zm0.016-1.584c0.4374 0 0.8267-0.1013 1.168-0.304 0.3414-0.2133 0.6134-0.5067 0.816-0.88 0.2134-0.3733 0.32-0.8107 0.32-1.312 0-0.48-0.1066-0.9067-0.32-1.27999-0.2026-0.37333-0.4746-0.66667-0.816-0.88-0.3413-0.21333-0.7253-0.32-1.152-0.32-0.4266 0-0.816 0.10667-1.168 0.32-0.3413 0.20267-0.6186 0.49067-0.832 0.864-0.2026 0.37329-0.304 0.80529-0.304 1.29599 0 0.5013 0.1014 0.9387 0.304 1.312 0.2134 0.3733 0.4907 0.6667 0.832 0.88 0.352 0.2027 0.736 0.304 1.152 0.304z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M110.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.00108zM119.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.81953M135.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="M103.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.3615v3.00336h4.2165c-0.181 0.9789-0.7286 1.8119-1.5591 2.3697v1.9506h2.5161c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M95.8065 16.2651c2.1066 0 3.8804-0.691 5.1735-1.8823l-2.5161-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 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="M91.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C88.3003 6.01833 88 7.20753 88 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M95.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2279-2.22567c-1.3529-1.25851-3.1169-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
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="183dp" android:height="21dp" android:viewportWidth="183" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M2.9095 15.1446c-0.53334 0-0.99734-0.064-1.392-0.192v-1.616c0.18133 0.064 0.37333 0.1227 0.576 0.176 0.20266 0.0427 0.416 0.064 0.64 0.064 0.352 0 0.64-0.112 0.864-0.336 0.23466-0.2347 0.352-0.6293 0.352-1.184V6.92061h-2.208v-1.712h6.464c1.45066 0 2.5227 0.368 3.216 1.104 0.6933 0.736 1.04 1.84 1.04 3.312v5.37599h-1.904V9.60861c0-0.96-0.1973-1.648-0.592-2.064-0.39467-0.416-1.04-0.624-1.936-0.624h-2.192v5.05599c0 1.056-0.27734 1.8507-0.832 2.384-0.544 0.5227-1.24267 0.784-2.096 0.784zm12.001-0.144V5.20861h1.904v9.79199h-1.904zm4.1242 0v-1.712h2.112c0.2027 0 0.3947-0.0053 0.576-0.016l-2.944-8.06399h2l2.368 6.60799 0.336 1.184c0.8-0.2667 1.376-0.752 1.728-1.456 0.3627-0.704 0.544-1.72266 0.544-3.05599v-3.28h1.904v3.264c0 2.22929-0.5333 3.87729-1.6 4.94399-1.0666 1.056-2.6933 1.584-4.88 1.584h-2.144zm10.4089 0v-1.712h5.6l-0.8-1.072-5.36-6.92799v-0.08h2.208l2.976 4c0.5227-0.21333 0.896-0.48533 1.12-0.816 0.224-0.33067 0.336-0.8 0.336-1.408v-1.776h1.888v1.696c0 0.69333-0.112 1.27467-0.336 1.744-0.2133 0.45867-0.5066 0.832-0.88 1.12-0.3626 0.28799-0.7626 0.52269-1.2 0.70399l2.112 2.816v1.712h-7.664zm16.1918 0.192c-0.2987 0-0.576-0.0267-0.832-0.08-0.256-0.0427-0.4907-0.096-0.704-0.16v-1.648c0.256 0.0747 0.496 0.1333 0.72 0.176 0.224 0.0427 0.48 0.064 0.768 0.064 0.576 0 1.088-0.1227 1.536-0.368 0.4586-0.256 0.8213-0.64 1.088-1.152 0.2666-0.5227 0.4-1.1947 0.4-2.016 0-0.79999-0.128-1.44532-0.384-1.93599-0.256-0.49067-0.5974-0.848-1.024-1.072-0.4267-0.23467-0.9014-0.352-1.424-0.352-0.8534 0-1.5467 0.272-2.08 0.816-0.5227 0.544-0.9227 1.43467-1.2 2.67199l-1.136 4.864h-1.968l1.296-5.72799-1.36-4.064h1.904l0.72 2.352h0.096c0.3093-0.77867 0.768-1.408 1.376-1.888 0.6186-0.48 1.44-0.72 2.464-0.72 0.8426 0 1.6106 0.18667 2.304 0.56 0.704 0.36267 1.264 0.92267 1.68 1.68 0.416 0.74667 0.624 1.68533 0.624 2.81599 0 1.0453-0.2027 1.9573-0.608 2.736-0.4054 0.7787-0.976 1.3813-1.712 1.808-0.7254 0.4267-1.5734 0.64-2.544 0.64zm6.6157-0.192v-2.272c0-0.9707 0.2134-1.7707 0.64-2.4 0.4374-0.62932 1.0774-1.09866 1.92-1.40799l-2.768-3.616v-0.096h2.144l3.392 4.576c0.5654-0.21333 0.9707-0.50667 1.216-0.88 0.2454-0.384 0.368-0.944 0.368-1.68v-2.016h1.904v2.048c0 1.07733-0.224 1.89867-0.672 2.464-0.448 0.55469-1.056 0.98129-1.824 1.27999l2.944 3.904v0.096h-2.144l-3.536-4.848c-0.6506 0.2027-1.0933 0.512-1.328 0.928-0.2346 0.4053-0.352 0.9333-0.352 1.584v2.336h-1.904zm10.932 0v-1.712h5.552V9.60861c0-0.68267-0.0906-1.22133-0.272-1.616-0.1706-0.39467-0.4586-0.672-0.864-0.832-0.3946-0.16-0.9333-0.24-1.616-0.24h-2.8v-1.712h2.848c1.088 0 1.968 0.144 2.64 0.432 0.672 0.27733 1.1627 0.736 1.472 1.376 0.32 0.64 0.48 1.49333 0.48 2.56v3.71199h1.44v1.712h-8.88zm14.8555 0V5.20861h4.496c1.664 0 2.8747 0.39467 3.632 1.184 0.7574 0.78933 1.136 1.952 1.136 3.488v5.11999h-9.264zm1.904-1.712h5.472V9.88061c0-1.07733-0.2186-1.84-0.656-2.288-0.4373-0.448-1.1786-0.672-2.224-0.672h-2.592v6.36799zm9.8085 1.712V5.20861h1.904v9.79199h-1.904zm6.9563 0l2.928-8.07999h-5.792v-4.56h1.904v2.848h5.8716v1.712l-2.8956 8.07999h-2.016zm10.0236-4.192c-0.448 0-0.837-0.0587-1.168-0.176 0.139 0.736 0.395 1.3227 0.768 1.76 0.374 0.4267 0.811 0.7307 1.312 0.912 0.502 0.1813 1.008 0.272 1.52 0.272 0.48 0 0.944-0.0693 1.392-0.208 0.459-0.1387 0.87-0.368 1.232-0.688 0.363-0.32 0.651-0.7467 0.864-1.28 0.224-0.5333 0.336-1.2053 0.336-2.01599v-4.176h1.888v4.176c0 1.02399-0.154 1.90399-0.464 2.63999-0.309 0.736-0.73 1.344-1.264 1.824-0.533 0.4693-1.141 0.816-1.824 1.04-0.682 0.224-1.402 0.336-2.16 0.336-0.736 0-1.44-0.112-2.112-0.336-0.672-0.224-1.269-0.5707-1.792-1.04-0.522-0.48-0.938-1.088-1.248-1.824-0.298-0.736-0.448-1.616-0.448-2.63999v-4.176h1.888v4c0.342 0.128 0.731 0.192 1.168 0.192 0.608 0 1.04-0.14933 1.296-0.448 0.267-0.30933 0.4-0.85867 0.4-1.648v-2.096h1.888v2.096c0 1.12-0.298 1.984-0.896 2.592-0.586 0.60799-1.445 0.91199-2.576 0.91199zm11.666 4.336c-0.533 0-0.997-0.064-1.392-0.192v-1.616c0.181 0.064 0.373 0.1227 0.576 0.176 0.203 0.0427 0.416 0.064 0.64 0.064 0.352 0 0.64-0.112 0.864-0.336 0.235-0.2347 0.352-0.6293 0.352-1.184V6.92061h-2.208v-1.712h6.464c1.451 0 2.523 0.368 3.216 1.104 0.693 0.736 1.04 1.84 1.04 3.312v5.37599h-1.904V9.60861c0-0.96-0.197-1.648-0.592-2.064-0.395-0.416-1.04-0.624-1.936-0.624h-2.192v5.05599c0 1.056-0.277 1.8507-0.832 2.384-0.544 0.5227-1.243 0.784-2.096 0.784z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M157.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.00108zM166.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.81953M182.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="M150.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="M142.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.21884h-2.592v2.00904c1.284 2.5474 3.925 4.2965 6.974 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M138.424 9.95957c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96561h-2.592C135.3 6.01833 135 7.20753 135 8.46712c0 1.25959 0.3 2.44888 0.832 3.50148l2.592-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M142.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,15 +0,0 @@
1
- <vector android:width="148dp" android:height="21dp" android:viewportWidth="148" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M5.224 18.7126c-0.8 0-1.50933-0.1813-2.128-0.544-0.608-0.3627-1.088-0.8587-1.44-1.488-0.352-0.6187-0.528-1.3173-0.528-2.096 0-1.024 0.30933-1.8773 0.928-2.56 0.61867-0.6933 1.45067-1.1573 2.496-1.392l0.576-0.128c0.43733-0.096 0.768-0.224 0.992-0.384 0.23467-0.17066 0.352-0.40532 0.352-0.70399 0-0.288-0.128-0.50667-0.384-0.656-0.256-0.16-0.56533-0.24-0.928-0.24-0.34133 0-0.66133 0.07467-0.96 0.224-0.288 0.13867-0.52267 0.37867-0.704 0.72l-1.552-0.64c0.256-0.59733 0.68267-1.05067 1.28-1.36 0.59733-0.32 1.25867-0.48 1.984-0.48 0.608 0 1.14133 0.10667 1.6 0.32 0.45867 0.21333 0.81067 0.50133 1.056 0.864 0.24533 0.36267 0.368 0.76267 0.368 1.2 0 0.384-0.096 0.72529-0.288 1.02399-0.18133 0.288-0.45867 0.512-0.832 0.672v0.08c0.72533 0.288 1.27467 0.7467 1.648 1.376 0.37333 0.6293 0.56 1.3227 0.56 2.08 0 0.768-0.176 1.4613-0.528 2.08-0.34133 0.6187-0.82133 1.1093-1.44 1.472-0.608 0.3733-1.31733 0.56-2.128 0.56zm0.016-1.584c0.416 0 0.80533-0.1013 1.168-0.304 0.36267-0.2027 0.65067-0.496 0.864-0.88 0.224-0.3733 0.336-0.8213 0.336-1.344 0-0.5333-0.112-0.9867-0.336-1.36-0.21333-0.384-0.50133-0.6773-0.864-0.88-0.36267-0.2027-0.752-0.304-1.168-0.304-0.416 0-0.81067 0.1013-1.184 0.304-0.36267 0.2027-0.656 0.496-0.88 0.88-0.224 0.3733-0.336 0.8267-0.336 1.36 0 0.5227 0.112 0.9707 0.336 1.344 0.224 0.384 0.51733 0.6773 0.88 0.88 0.36267 0.2027 0.75733 0.304 1.184 0.304zm8.7317-1.872c-0.6826 0-1.3066-0.1387-1.872-0.416-0.5546-0.2773-0.9973-0.6613-1.328-1.152-0.32-0.5013-0.48-1.088-0.48-1.76 0-0.1707 0.0107-0.3413 0.032-0.512 0.032-0.1813 0.0747-0.352 0.128-0.512l1.632 0.256c-0.0426 0.2453-0.064 0.4587-0.064 0.64 0 0.608 0.1867 1.0773 0.56 1.408 0.3734 0.3307 0.832 0.496 1.376 0.496 0.5654 0 1.0294-0.16 1.392-0.48 0.3734-0.3307 0.56-0.7573 0.56-1.28 0-0.2987-0.0586-0.5547-0.176-0.768-0.1066-0.224-0.24-0.4107-0.4-0.56-0.1493-0.16-0.2773-0.288-0.384-0.384l-0.672-0.52799c-0.3093-0.24533-0.5866-0.56-0.832-0.944-0.2346-0.39467-0.352-0.90133-0.352-1.52h1.728c0 0.34133 0.0854 0.62933 0.256 0.864 0.1814 0.23467 0.384 0.448 0.608 0.64l0.688 0.576c0.3307 0.27733 0.6187 0.61867 0.864 1.02399 0.256 0.3947 0.384 0.9387 0.384 1.632 0 0.64-0.16 1.2053-0.48 1.696-0.32 0.4907-0.7573 0.88-1.312 1.168-0.544 0.2773-1.1626 0.416-1.856 0.416zm12.3509 3.2c-0.0533-0.5013-0.32-0.896-0.8-1.184-0.48-0.2773-1.0506-0.416-1.712-0.416-0.48 0-0.928 0.0587-1.344 0.176-0.416 0.128-0.8426 0.3093-1.28 0.544l-0.64-1.152c0.5014-0.2773 0.9814-0.4587 1.44-0.544v-0.096c-0.576-0.224-1.0986-0.5653-1.568-1.024-0.4586-0.4587-0.8266-1.008-1.104-1.648-0.2773-0.6507-0.416-1.3547-0.416-2.112 0-0.8533 0.144-1.57866 0.432-2.17599 0.2987-0.608 0.6934-1.06667 1.184-1.376 0.4907-0.30933 1.0347-0.464 1.632-0.464 0.544 0 1.0347 0.13333 1.472 0.4 0.4374 0.256 0.768 0.63467 0.992 1.136h0.08c0.2667-0.50133 0.6454-0.88 1.136-1.136 0.5014-0.26667 1.072-0.4 1.712-0.4 0.7254 0 1.3654 0.17067 1.92 0.512 0.5547 0.33067 0.9867 0.78933 1.296 1.376 0.3094 0.576 0.464 1.24269 0.464 1.99999 0 0.7573-0.1546 1.4293-0.464 2.016-0.3093 0.576-0.7466 1.0347-1.312 1.376-0.5546 0.3307-1.2 0.496-1.936 0.496s-1.3866-0.1653-1.952-0.496c-0.5653-0.3307-1.008-0.7787-1.328-1.344-0.32-0.576-0.48-1.2267-0.48-1.952v-0.448c0-0.65066-0.1386-1.13599-0.416-1.45599-0.2773-0.33067-0.6293-0.496-1.056-0.496-0.5013 0-0.9066 0.208-1.216 0.624-0.2986 0.416-0.448 1.01869-0.448 1.80799 0 1.0987 0.3147 2.0213 0.944 2.768 0.64 0.7467 1.4987 1.2587 2.576 1.536l1.04 0.272c0.8854 0.224 1.5627 0.5813 2.032 1.072 0.48 0.4907 0.7574 1.0933 0.832 1.808h-1.712zm1.168-5.264c0.5654 0 1.0454-0.2027 1.44-0.608 0.4054-0.416 0.608-0.9867 0.608-1.712s-0.2026-1.29066-0.608-1.69599c-0.3946-0.416-0.8746-0.624-1.44-0.624-0.5653 0-1.0506 0.208-1.456 0.624-0.4053 0.40533-0.608 0.97069-0.608 1.69599 0 0.7253 0.2027 1.296 0.608 1.712 0.4054 0.4053 0.8907 0.608 1.456 0.608zm8.578 2.064c-0.6826 0-1.3066-0.1387-1.872-0.416-0.5546-0.2773-0.9973-0.6613-1.328-1.152-0.32-0.5013-0.48-1.088-0.48-1.76 0-0.1707 0.0107-0.3413 0.032-0.512 0.032-0.1813 0.0747-0.352 0.128-0.512l1.632 0.256c-0.0426 0.2453-0.064 0.4587-0.064 0.64 0 0.608 0.1867 1.0773 0.56 1.408 0.3734 0.3307 0.832 0.496 1.376 0.496 0.5654 0 1.0294-0.16 1.392-0.48 0.3734-0.3307 0.56-0.7573 0.56-1.28 0-0.2987-0.0586-0.5547-0.176-0.768-0.1066-0.224-0.24-0.4107-0.4-0.56-0.1493-0.16-0.2773-0.288-0.384-0.384l-0.672-0.52799c-0.3093-0.24533-0.5866-0.56-0.832-0.944-0.2346-0.39467-0.352-0.90133-0.352-1.52h1.728c0 0.34133 0.0854 0.62933 0.256 0.864 0.1814 0.23467 0.384 0.448 0.608 0.64l0.688 0.576c0.3307 0.27733 0.6187 0.61867 0.864 1.02399 0.256 0.3947 0.384 0.9387 0.384 1.632 0 0.64-0.16 1.2053-0.48 1.696-0.32 0.4907-0.7573 0.88-1.312 1.168-0.544 0.2773-1.1626 0.416-1.856 0.416zm9.1509 0c-0.7787 0-1.4613-0.1813-2.048-0.544-0.5867-0.3733-1.0453-0.88-1.376-1.52s-0.496-1.3707-0.496-2.192l0.016-7.45599h1.712v3.632l-0.096 1.088h0.064c0.2347-0.34133 0.5653-0.64 0.992-0.896 0.4267-0.256 0.9493-0.384 1.568-0.384 0.7253 0 1.3653 0.18133 1.92 0.544 0.5547 0.352 0.992 0.83733 1.312 1.456 0.32 0.61867 0.48 1.32269 0.48 2.11199 0 0.7893-0.1653 1.4987-0.496 2.128-0.3307 0.6293-0.8 1.1253-1.408 1.488-0.5973 0.3627-1.312 0.544-2.144 0.544zm0.016-1.568c0.4053 0 0.784-0.1067 1.136-0.32 0.352-0.2133 0.6347-0.512 0.848-0.896 0.224-0.3947 0.336-0.8533 0.336-1.376 0-0.5227-0.112-0.9707-0.336-1.34399-0.2133-0.384-0.5013-0.67733-0.864-0.88-0.352-0.21333-0.7307-0.32-1.136-0.32-0.3947 0-0.768 0.10667-1.12 0.32-0.352 0.20267-0.64 0.496-0.864 0.88-0.2133 0.37329-0.32 0.82129-0.32 1.34399 0 0.5333 0.1067 0.992 0.32 1.376 0.224 0.384 0.512 0.6827 0.864 0.896 0.352 0.2133 0.7307 0.32 1.136 0.32zm12.8496 4.768c-0.0533-0.5013-0.32-0.896-0.8-1.184-0.48-0.2773-1.0506-0.416-1.712-0.416-0.48 0-0.928 0.0587-1.344 0.176-0.416 0.128-0.8426 0.3093-1.28 0.544l-0.64-1.152c0.5014-0.2773 0.9814-0.4587 1.44-0.544v-0.096c-0.576-0.224-1.0986-0.5653-1.568-1.024-0.4586-0.4587-0.8266-1.008-1.104-1.648-0.2773-0.6507-0.416-1.3547-0.416-2.112 0-0.8533 0.144-1.57866 0.432-2.17599 0.2987-0.608 0.6934-1.06667 1.184-1.376 0.4907-0.30933 1.0347-0.464 1.632-0.464 0.544 0 1.0347 0.13333 1.472 0.4 0.4374 0.256 0.768 0.63467 0.992 1.136h0.08c0.2667-0.50133 0.6454-0.88 1.136-1.136 0.5014-0.26667 1.072-0.4 1.712-0.4 0.7254 0 1.3654 0.17067 1.92 0.512 0.5547 0.33067 0.9867 0.78933 1.296 1.376 0.3094 0.576 0.464 1.24269 0.464 1.99999 0 0.7573-0.1546 1.4293-0.464 2.016-0.3093 0.576-0.7466 1.0347-1.312 1.376-0.5546 0.3307-1.2 0.496-1.936 0.496s-1.3866-0.1653-1.952-0.496c-0.5653-0.3307-1.008-0.7787-1.328-1.344-0.32-0.576-0.48-1.2267-0.48-1.952v-0.448c0-0.65066-0.1386-1.13599-0.416-1.45599-0.2773-0.33067-0.6293-0.496-1.056-0.496-0.5013 0-0.9066 0.208-1.216 0.624-0.2986 0.416-0.448 1.01869-0.448 1.80799 0 1.0987 0.3147 2.0213 0.944 2.768 0.64 0.7467 1.4987 1.2587 2.576 1.536l1.04 0.272c0.8854 0.224 1.5627 0.5813 2.032 1.072 0.48 0.4907 0.7574 1.0933 0.832 1.808h-1.712zm1.168-5.264c0.5654 0 1.0454-0.2027 1.44-0.608 0.4054-0.416 0.608-0.9867 0.608-1.712s-0.2026-1.29066-0.608-1.69599c-0.3946-0.416-0.8746-0.624-1.44-0.624-0.5653 0-1.0506 0.208-1.456 0.624-0.4053 0.40533-0.608 0.97069-0.608 1.69599 0 0.7253 0.2027 1.296 0.608 1.712 0.4054 0.4053 0.8907 0.608 1.456 0.608zm8.578 2.064c-0.6826 0-1.3066-0.1387-1.872-0.416-0.5546-0.2773-0.9973-0.6613-1.328-1.152-0.32-0.5013-0.48-1.088-0.48-1.76 0-0.1707 0.0107-0.3413 0.032-0.512 0.032-0.1813 0.0747-0.352 0.128-0.512l1.632 0.256c-0.0426 0.2453-0.064 0.4587-0.064 0.64 0 0.608 0.1867 1.0773 0.56 1.408 0.3734 0.3307 0.832 0.496 1.376 0.496 0.5654 0 1.0294-0.16 1.392-0.48 0.3734-0.3307 0.56-0.7573 0.56-1.28 0-0.2987-0.0586-0.5547-0.176-0.768-0.1066-0.224-0.24-0.4107-0.4-0.56-0.1493-0.16-0.2773-0.288-0.384-0.384l-0.672-0.52799c-0.3093-0.24533-0.5866-0.56-0.832-0.944-0.2346-0.39467-0.352-0.90133-0.352-1.52h1.728c0 0.34133 0.0854 0.62933 0.256 0.864 0.1814 0.23467 0.384 0.448 0.608 0.64l0.688 0.576c0.3307 0.27733 0.6187 0.61867 0.864 1.02399 0.256 0.3947 0.384 0.9387 0.384 1.632 0 0.64-0.16 1.2053-0.48 1.696-0.32 0.4907-0.7573 0.88-1.312 1.168-0.544 0.2773-1.1626 0.416-1.856 0.416z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M100.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.7453V1.75549h4.6293c1.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.00108zM109.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.81953M125.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="M93.3028 8.64473c0-0.5491-0.0466-1.07872-0.1344-1.58559h-7.3619v3.00336h4.2165c-0.181 0.9789-0.7286 1.8119-1.5591 2.3697v1.9506h2.5165c1.4735-1.3582 2.3224-3.3651 2.3224-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M85.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.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="M81.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C78.3003 6.01833 78 7.20753 78 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M85.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1171-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
- <path android:pathData="M126.642 11.7766v-1.472h5.248v1.472h-5.248zm10.776 3.48c-0.747 0-1.408-0.1707-1.984-0.512-0.565-0.3413-1.008-0.8213-1.328-1.44-0.32-0.6293-0.48-1.3547-0.48-2.176 0-0.832 0.16-1.55732 0.48-2.17599 0.32-0.62933 0.763-1.11467 1.328-1.456 0.565-0.34133 1.216-0.512 1.952-0.512 0.661 0 1.243 0.13333 1.744 0.4 0.512 0.26667 0.901 0.65067 1.168 1.152h0.08c0.235-0.50133 0.571-0.88533 1.008-1.152 0.448-0.26667 0.949-0.4 1.504-0.4 0.597 0 1.141 0.144 1.632 0.432 0.491 0.288 0.875 0.71467 1.152 1.28 0.288 0.56533 0.432 1.26933 0.432 2.11199 0 0.832-0.123 1.6107-0.368 2.336-0.245 0.7253-0.528 1.344-0.848 1.856h-1.84c0.416-0.6827 0.741-1.36 0.976-2.032 0.245-0.672 0.368-1.376 0.368-2.112 0-0.7147-0.144-1.27466-0.432-1.67999-0.288-0.40533-0.672-0.608-1.152-0.608-0.469 0-0.848 0.176-1.136 0.528-0.277 0.34133-0.416 0.85867-0.416 1.55199v0.48c0 0.8213-0.165 1.5467-0.496 2.176-0.32 0.6187-0.768 1.0987-1.344 1.44-0.576 0.3413-1.243 0.512-2 0.512zm0.016-1.568c0.576 0 1.072-0.2187 1.488-0.656 0.427-0.448 0.64-1.0827 0.64-1.904 0-0.832-0.213-1.46666-0.64-1.90399-0.416-0.448-0.912-0.672-1.488-0.672s-1.067 0.224-1.472 0.672c-0.405 0.43733-0.608 1.07199-0.608 1.90399 0 0.8213 0.203 1.456 0.608 1.904 0.405 0.4373 0.896 0.656 1.472 0.656z" android:fillColor="#ffffff"/>
15
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="163dp" android:height="21dp" android:viewportWidth="163" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <group>
3
- <group>
4
- <path android:pathData="M22.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM31.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M47.2687 6.03894L41.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
5
- </group>
6
- <group>
7
- <path android:pathData="M15.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559H7.80649v3.00336h4.21661c-0.1811 0.9789-0.7286 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"/>
8
- <path android:pathData="M7.80647 16.2651c2.10667 0 3.88043-0.691 5.17393-1.8823l-2.5165-1.9506c-0.70039 0.4711-1.60247 0.7462-2.65743 0.7462-2.03619 0-3.76445-1.3711-4.38247-3.21884H0.831604v2.00904C2.11642 14.516 4.75653 16.2651 7.80647 16.2651" android:fillColor="#34a853" android:fillType="evenOdd"/>
9
- <path android:pathData="M3.42401 9.95957C3.26571 9.48844 3.17897 8.9859 3.17897 8.46712S3.26571 7.4458 3.42401 6.97467V4.96561H0.831606C0.300332 6.01833 0 7.20753 0 8.46712 0 9.72671 0.300332 10.916 0.831606 11.9686L3.42401 9.95957z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
10
- <path android:pathData="M7.80647 3.75583c1.15037 0 2.18148 0.39532 2.99463 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.11715-2.031812-5.22273-2.031812-3.04994 0-5.69005 1.749132-6.974866 4.296472L3.424 6.97467c0.61802-1.84769 2.34628-3.21884 4.38247-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
11
- </group>
12
- </group>
13
- <path android:pathData="M57.218 15.2566c-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.0044 4.608V6.84061h1.616v1.104h0.096c0.2133-0.352 0.544-0.66667 0.992-0.944 0.4586-0.27733 1.0026-0.416 1.632-0.416 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.5947-0.528 2.256-0.3414 0.6507-0.8054 1.1627-1.392 1.536-0.5867 0.3627-1.2534 0.544-2 0.544-0.6294 0-1.1734-0.1333-1.632-0.4-0.448-0.2773-0.7787-0.592-0.992-0.944h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.4266 0 0.8266-0.112 1.2-0.336 0.3733-0.224 0.6773-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.2347-0.416-0.5387-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.8047 1.328V6.84061h1.728v3.61599h0.096l3.2-3.61599h1.984v0.096l-3.408 3.72799 3.536 4.24v0.096h-2.048l-3.264-4.016h-0.096v4.016h-1.728zm5.792 2.432v-2.432h-0.544v-1.552h2.144v3.984h-1.6zM83.836 6.84061v2.72h1.552c0.5547 0 1.0507 0.11733 1.488 0.352 0.448 0.23469 0.8 0.55999 1.056 0.97599 0.256 0.4053 0.384 0.8693 0.384 1.392 0 0.5227-0.128 0.9867-0.384 1.392-0.256 0.4053-0.608 0.7307-1.056 0.976-0.4373 0.2347-0.9333 0.352-1.488 0.352h-3.28V6.84061h1.728zm5.616 8.15999V6.84061h1.728v8.15999h-1.728zm-5.616-1.44h1.408c0.384 0 0.704-0.1227 0.96-0.368s0.384-0.5493 0.384-0.912-0.128-0.6667-0.384-0.912c-0.256-0.256-0.576-0.384-0.96-0.384h-1.408v2.576zm9.6437 1.568c-0.2453 0-0.48-0.0267-0.704-0.08v-1.6c0.1494 0.0747 0.3147 0.112 0.496 0.112 0.3627 0 0.6187-0.1387 0.768-0.416 0.1494-0.288 0.24-0.6507 0.272-1.088 0.032-0.4373 0.048-0.8907 0.048-1.36V6.84061H100.6v8.15999h-1.7123V8.34461h-2.896v2.62399c0 0.5547-0.0373 1.0827-0.112 1.584-0.064 0.4907-0.1866 0.9333-0.368 1.328-0.1813 0.384-0.4373 0.688-0.768 0.912-0.32 0.224-0.7413 0.336-1.264 0.336zm11.0313-8.28799v2.72h1.552c0.555 0 1.051 0.11733 1.488 0.352 0.448 0.23469 0.8 0.55999 1.056 0.97599 0.256 0.4053 0.384 0.8693 0.384 1.392 0 0.5227-0.128 0.9867-0.384 1.392-0.256 0.4053-0.608 0.7307-1.056 0.976-0.437 0.2347-0.933 0.352-1.488 0.352h-3.28V6.84061h1.728zm5.616 8.15999V6.84061h1.728v8.15999h-1.728zm-5.616-1.44h1.408c0.384 0 0.704-0.1227 0.96-0.368s0.384-0.5493 0.384-0.912-0.128-0.6667-0.384-0.912c-0.256-0.256-0.576-0.384-0.96-0.384h-1.408v2.576zm15.48 1.44V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm9.801 0.256c-0.843 0-1.584-0.192-2.224-0.576-0.64-0.384-1.142-0.9013-1.504-1.552-0.363-0.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.181-1.54132 0.544-2.19199 0.362-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.381-0.576 2.224-0.576 0.832 0 1.568 0.192 2.208 0.576 0.64 0.384 1.141 0.90667 1.504 1.568 0.362 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.182 1.5573-0.544 2.208-0.363 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.536c0.448 0 0.869-0.1067 1.264-0.32 0.394-0.224 0.714-0.544 0.96-0.96 0.245-0.416 0.368-0.9227 0.368-1.52 0-0.5867-0.123-1.08799-0.368-1.50399-0.235-0.416-0.55-0.736-0.944-0.96-0.395-0.224-0.822-0.336-1.28-0.336-0.459 0-0.891 0.112-1.296 0.336-0.395 0.224-0.715 0.544-0.96 0.96-0.235 0.416-0.352 0.91729-0.352 1.50399 0 0.5867 0.117 1.088 0.352 1.504 0.245 0.416 0.565 0.736 0.96 0.96 0.405 0.224 0.837 0.336 1.296 0.336zm-3.44-2.144v-1.36h6.8v1.36h-6.8zm9.378 3.552c-0.246 0-0.48-0.0267-0.704-0.08v-1.6c0.149 0.0747 0.314 0.112 0.496 0.112 0.362 0 0.618-0.1387 0.768-0.416 0.149-0.288 0.24-0.6507 0.272-1.088 0.032-0.4373 0.048-0.8907 0.048-1.36V6.84061h6.24v8.15999h-1.712V8.34461h-2.896v2.62399c0 0.5547-0.038 1.0827-0.112 1.584-0.064 0.4907-0.187 0.9333-0.368 1.328-0.182 0.384-0.438 0.688-0.768 0.912-0.32 0.224-0.742 0.336-1.264 0.336zm12.953 0.128c-0.8 0-1.515-0.1867-2.144-0.56-0.629-0.3733-1.125-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.171-1.49866 0.512-2.15999 0.341-0.66133 0.816-1.18933 1.424-1.584 0.619-0.40533 1.328-0.608 2.128-0.608 0.843 0 1.557 0.18133 2.144 0.544 0.597 0.36267 1.051 0.85867 1.36 1.488 0.309 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.005 0.224-0.016 0.32 0 0.096-0.005 0.1707-0.016 0.224h-6.304c0.085 0.8107 0.368 1.4187 0.848 1.824 0.491 0.4053 1.045 0.608 1.664 0.608 0.555 0 1.013-0.1227 1.376-0.368 0.363-0.256 0.651-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.365 0.592-2.272 0.592zm-0.08-7.19999c-0.576 0-1.067 0.176-1.472 0.528-0.405 0.352-0.677 0.82133-0.816 1.408h4.528c-0.021-0.27733-0.112-0.56533-0.272-0.864-0.16-0.29867-0.405-0.54933-0.736-0.752-0.32-0.21333-0.731-0.32-1.232-0.32zm8.333 9.99999c-0.032 0.0853-0.07 0.1653-0.112 0.24-0.032 0.0747-0.054 0.128-0.064 0.16h-1.84c0.053-0.1173 0.128-0.288 0.224-0.512 0.106-0.2133 0.208-0.4213 0.304-0.624s0.197-0.432 0.304-0.688c0.117-0.256 0.234-0.5067 0.352-0.752l0.608-1.328-3.408-7.71199h1.92l2.336 5.56799h0.08l2.256-5.56799h1.904l-4.224 9.72799c-0.118 0.2773-0.246 0.5653-0.384 0.864-0.128 0.3093-0.214 0.5173-0.256 0.624z" android:fillColor="#ffffff"/>
14
- </vector>
@@ -1,14 +0,0 @@
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="M9.16288 7.54461h-0.816c-0.34134 0-0.512 0.144-0.512 0.432 0 0.14933 0.048 0.272 0.144 0.368 0.10667 0.08533 0.256 0.176 0.448 0.272l0.496 0.272v2.81599c0 0.6933-0.14934 1.3013-0.448 1.824-0.288 0.512-0.69867 0.912-1.232 1.2-0.52267 0.288-1.14133 0.432-1.856 0.432-0.704 0-1.32267-0.144-1.856-0.432-0.52267-0.288-0.93334-0.688-1.232-1.2-0.288-0.5227-0.432-1.1307-0.432-1.824V9.20861c-0.288-0.18133-0.50667-0.39467-0.656-0.64-0.14934-0.24533-0.224002-0.53867-0.224002-0.88 0-0.49067 0.165332-0.88533 0.496002-1.184 0.33066-0.30933 0.80533-0.464 1.424-0.464h0.88v1.504h-0.816c-0.34134 0-0.512 0.144-0.512 0.432 0 0.14933 0.048 0.272 0.144 0.368 0.096 0.08533 0.24 0.176 0.432 0.272l0.512 0.272v2.81599c0 0.5867 0.16533 1.0613 0.496 1.424 0.34133 0.352 0.78933 0.528 1.344 0.528 0.56533 0 1.01333-0.176 1.344-0.528 0.34133-0.3627 0.512-0.8373 0.512-1.424V9.20861c-0.27733-0.18133-0.496-0.39467-0.656-0.64-0.14934-0.24533-0.224-0.53867-0.224-0.88 0-0.49067 0.16533-0.88533 0.496-1.184 0.34133-0.30933 0.82133-0.464 1.44-0.464h0.864v1.504zm2.59872 7.45599v-3.552h-0.624v-1.36h1.6c0.4694 0 0.704 0.2293 0.704 0.688v2.384l1.696-1.52h0.352l1.712 1.52v-3.056c0-0.35199-0.08-0.62399-0.24-0.81599-0.1493-0.20267-0.336-0.31467-0.56-0.336-0.288 0.128-0.5813 0.23467-0.88 0.32-0.2986 0.08533-0.6293 0.128-0.992 0.128-0.928 0-1.6533-0.24533-2.176-0.736-0.512-0.50133-0.768-1.168-0.768-2v-1.712h1.616v1.68c0 0.416 0.128 0.77333 0.384 1.072 0.2667 0.29867 0.6454 0.448 1.136 0.448 0.256 0 0.4854-0.03733 0.688-0.112-0.1493-0.224-0.224-0.47467-0.224-0.752 0-0.40533 0.144-0.74667 0.432-1.024 0.2987-0.288 0.6614-0.432 1.088-0.432 0.448 0 0.8214 0.144 1.12 0.432 0.2987 0.27733 0.448 0.624 0.448 1.04 0 0.40533-0.16 0.75733-0.48 1.056v0.048c0.384 0.18133 0.6614 0.41067 0.832 0.688 0.1707 0.27733 0.256 0.61333 0.256 1.00799v4.896h-1.552l-2.016-1.808-2 1.808h-1.552zm4.96-7.11999c0.16 0 0.2934-0.05333 0.4-0.16 0.1067-0.11733 0.16-0.256 0.16-0.416 0-0.16-0.0533-0.29333-0.16-0.4-0.1066-0.11733-0.24-0.176-0.4-0.176-0.16 0-0.2933 0.05867-0.4 0.176-0.1066 0.10667-0.16 0.24-0.16 0.4 0 0.16 0.0534 0.29867 0.16 0.416 0.1067 0.10667 0.24 0.16 0.4 0.16zm-1.9718-3.44v-3.2h1.44v3.2h-1.44zM25.0463 19.6566c-0.5974 0-1.1307-0.1173-1.6-0.352-0.4694-0.224-0.8427-0.5493-1.12-0.976-0.2667-0.4267-0.4-0.9333-0.4-1.52V9.20861c-0.288-0.18133-0.5067-0.39467-0.656-0.64-0.1494-0.24533-0.224-0.53867-0.224-0.88 0-0.49067 0.1653-0.88533 0.496-1.184 0.3306-0.30933 0.8053-0.464 1.424-0.464h0.88v1.504h-0.816c-0.3414 0-0.512 0.144-0.512 0.432 0 0.14933 0.048 0.272 0.144 0.368 0.096 0.08533 0.24 0.176 0.432 0.272l0.512 0.272v7.91999c0 0.4373 0.1333 0.7893 0.4 1.056 0.2666 0.2773 0.6186 0.416 1.056 0.416 0.4266 0 0.7733-0.1387 1.04-0.416 0.2666-0.2667 0.4-0.6187 0.4-1.056v-1.008h1.648v1.024c0 0.544-0.128 1.0293-0.384 1.456-0.256 0.4267-0.6187 0.7627-1.088 1.008-0.4587 0.2453-1.0027 0.368-1.632 0.368zm4.7552-4.528c-0.576 0-1.088-0.128-1.536-0.384-0.4373-0.2667-0.784-0.6347-1.04-1.104-0.2453-0.48-0.368-1.04-0.368-1.68V9.20861c-0.288-0.18133-0.5067-0.39467-0.656-0.64s-0.224-0.53867-0.224-0.88c0-0.49067 0.1653-0.88533 0.496-1.184 0.3307-0.30933 0.8053-0.464 1.424-0.464h7.488c1.12 0 1.9627 0.272 2.528 0.816 0.5653 0.544 0.848 1.344 0.848 2.4v5.74399h-1.68V9.20861c0-1.10933-0.5813-1.664-1.744-1.664h-7.376c-0.3413 0-0.512 0.144-0.512 0.432 0 0.14933 0.048 0.272 0.144 0.368 0.096 0.08533 0.24 0.176 0.432 0.272l0.512 0.272v3.03999c0 0.512 0.144 0.9333 0.432 1.264 0.2987 0.3307 0.72 0.496 1.264 0.496 0.576 0 1.056-0.192 1.44-0.576 0.3947-0.384 0.592-0.864 0.592-1.44V9.00061h1.68v5.99999h-1.6v-1.072h-0.064c-0.224 0.2987-0.5333 0.576-0.928 0.832-0.3947 0.2453-0.912 0.368-1.552 0.368zM41.641 7.54461v-1.504h7.344v1.504h-7.344zm0.08 7.45599v-3.232c0-0.6933 0.1493-1.3013 0.448-1.82399 0.2987-0.52267 0.7147-0.928 1.248-1.216 0.544-0.29867 1.1733-0.448 1.888-0.448 0.7147 0 1.344 0.14933 1.888 0.448 0.544 0.288 0.9653 0.69333 1.264 1.216 0.2987 0.52269 0.448 1.13069 0.448 1.82399v3.232h-1.68v-3.232c0-0.5973-0.176-1.0773-0.528-1.44-0.352-0.36266-0.816-0.54399-1.392-0.54399-0.5653 0-1.024 0.18133-1.376 0.54399-0.352 0.3627-0.528 0.8427-0.528 1.44v3.232h-1.68zm3.0194-10.55999v-3.2h1.44v3.2h-1.44zm7.0619 3.536c0-0.69333 0.176-1.20533 0.528-1.536 0.352-0.34133 0.8373-0.512 1.456-0.512 0.288 0 0.5386 0.032 0.752 0.096 0.224 0.064 0.4106 0.13333 0.56 0.208l-0.4 1.36c-0.0747-0.05333-0.1654-0.096-0.272-0.128-0.096-0.032-0.2027-0.048-0.32-0.048-0.1707 0-0.32 0.05333-0.448 0.16-0.1174 0.10667-0.176 0.26667-0.176 0.48v3.93599h0.192c0.384 0 0.6986 0.1387 0.944 0.416 0.256 0.2773 0.384 0.6347 0.384 1.072v0.08c0 0.4907-0.1547 0.88-0.464 1.168-0.2987 0.288-0.6614 0.432-1.088 0.432-0.4694 0-0.864-0.144-1.184-0.432-0.3094-0.288-0.464-0.7253-0.464-1.312V7.97661zm1.648 6.23999c0.16 0 0.2933-0.0587 0.4-0.176 0.1173-0.1173 0.176-0.272 0.176-0.464v-0.096c0-0.192-0.0587-0.3467-0.176-0.464-0.1067-0.1173-0.24-0.176-0.4-0.176-0.16 0-0.2987 0.0587-0.416 0.176-0.1067 0.1173-0.16 0.272-0.16 0.464v0.096c0 0.192 0.0533 0.3467 0.16 0.464 0.1173 0.1173 0.256 0.176 0.416 0.176zm6.936-4.51199c-0.6294 0-1.1947-0.10133-1.696-0.304-0.4907-0.20267-0.8854-0.47467-1.184-0.816-0.288-0.352-0.432-0.752-0.432-1.2 0-0.448 0.144-0.816 0.432-1.104 0.2986-0.29867 0.6773-0.448 1.136-0.448 0.4373 0 0.7946 0.13333 1.072 0.4 0.288 0.26667 0.432 0.60267 0.432 1.008 0 0.224-0.048 0.42667-0.144 0.608-0.096 0.17067-0.2187 0.32-0.368 0.448 0.096 0.032 0.208 0.064 0.336 0.096 0.128 0.02133 0.2773 0.032 0.448 0.032 0.672 0 1.232-0.192 1.68-0.576 0.448-0.39467 0.672-1.01333 0.672-1.856v-1.04h1.632v1.104c0 0.78933-0.176 1.456-0.528 2-0.3414 0.53333-0.816 0.944-1.424 1.232-0.5974 0.27733-1.2854 0.416-2.064 0.416zm7.136 5.29599V9.19261c0-0.55467-0.1334-0.96533-0.4-1.232-0.256-0.27733-0.6667-0.416-1.232-0.416h-0.8v-1.504h0.848c2.176 0 3.264 1.06133 3.264 3.184v5.77599h-1.68zm-8.88-7.15199c0.16 0 0.2933-0.05333 0.4-0.16 0.1066-0.10667 0.16-0.24533 0.16-0.416 0-0.16-0.0534-0.29333-0.16-0.4-0.1067-0.11733-0.24-0.176-0.4-0.176-0.16 0-0.2934 0.05867-0.4 0.176-0.1067 0.10667-0.16 0.24-0.16 0.4 0 0.17067 0.0533 0.30933 0.16 0.416 0.1066 0.10667 0.24 0.16 0.4 0.16zm-1.44 7.15199v-4.8h1.664v2.912l1.744-1.536h0.352l1.76 1.536v-2.912h1.664v4.8h-1.536l-2.064-1.872-2.048 1.872h-1.536zm16.6425-3.104c0 0.5227 0.1493 0.9493 0.448 1.28 0.2986 0.32 0.7146 0.48 1.248 0.48 0.512 0 0.928-0.16 1.248-0.48 0.3306-0.3307 0.496-0.7573 0.496-1.28V9.20861c-0.2774-0.18133-0.496-0.39467-0.656-0.64-0.1494-0.24533-0.224-0.53867-0.224-0.88 0-0.49067 0.1653-0.88533 0.496-1.184 0.3413-0.30933 0.8213-0.464 1.44-0.464h0.864v1.504h-0.816c-0.3414 0-0.512 0.144-0.512 0.432 0 0.14933 0.048 0.272 0.144 0.368 0.1066 0.08533 0.256 0.176 0.448 0.272l0.496 0.272v3.00799c0 0.5227 0.1546 0.9493 0.464 1.28 0.32 0.32 0.7146 0.48 1.184 0.48 0.48 0 0.864-0.16 1.152-0.48 0.2986-0.3307 0.448-0.7573 0.448-1.28V9.22461c-0.2987-0.18133-0.544-0.39467-0.736-0.64-0.1814-0.256-0.272-0.56-0.272-0.912 0-0.50133 0.1706-0.896 0.512-1.184 0.352-0.29867 0.8533-0.448 1.504-0.448h0.912v1.504h-0.832c-0.3627 0-0.544 0.144-0.544 0.432 0 0.14933 0.0533 0.272 0.16 0.368 0.1173 0.08533 0.272 0.176 0.464 0.272l0.512 0.256v3.05599c0 0.64-0.1334 1.2053-0.4 1.696-0.2667 0.48-0.6454 0.8587-1.136 1.136-0.48 0.2667-1.04 0.4-1.68 0.4-0.544 0-1.0294-0.112-1.456-0.336-0.4267-0.224-0.784-0.5387-1.072-0.944h-0.064c-0.288 0.4053-0.6507 0.72-1.088 0.944-0.4374 0.224-0.944 0.336-1.52 0.336-0.6827 0-1.2747-0.1333-1.776-0.4-0.4907-0.2773-0.8694-0.656-1.136-1.136-0.2667-0.4907-0.4-1.056-0.4-1.696V7.70461c0-0.58667 0.1546-1.024 0.464-1.312 0.32-0.288 0.7146-0.432 1.184-0.432 0.4266 0 0.7893 0.144 1.088 0.432 0.3093 0.288 0.464 0.67733 0.464 1.168v0.08c0 0.43733-0.128 0.79467-0.384 1.072-0.2454 0.27733-0.56 0.416-0.944 0.416h-0.192v2.76799zm-0.032-4.99199c-0.16 0-0.2987 0.05867-0.416 0.176-0.1067 0.11733-0.16 0.272-0.16 0.464v0.096c0 0.192 0.0533 0.34667 0.16 0.464 0.1173 0.11733 0.256 0.176 0.416 0.176 0.16 0 0.2933-0.05867 0.4-0.176 0.1173-0.11733 0.176-0.272 0.176-0.464v-0.096c0-0.192-0.0587-0.34667-0.176-0.464-0.1067-0.11733-0.24-0.176-0.4-0.176zm12.9238 1.072c0-0.69333 0.176-1.20533 0.528-1.536 0.352-0.34133 0.8374-0.512 1.456-0.512 0.288 0 0.5387 0.032 0.752 0.096 0.224 0.064 0.4107 0.13333 0.56 0.208l-0.4 1.36c-0.0746-0.05333-0.1653-0.096-0.272-0.128-0.096-0.032-0.2026-0.048-0.32-0.048-0.1706 0-0.32 0.05333-0.448 0.16-0.1173 0.10667-0.176 0.26667-0.176 0.48v3.93599h0.192c0.384 0 0.6987 0.1387 0.944 0.416 0.256 0.2773 0.384 0.6347 0.384 1.072v0.08c0 0.4907-0.1546 0.88-0.464 1.168-0.2986 0.288-0.6613 0.432-1.088 0.432-0.4693 0-0.864-0.144-1.184-0.432-0.3093-0.288-0.464-0.7253-0.464-1.312V7.97661zm1.648 6.23999c0.16 0 0.2934-0.0587 0.4-0.176 0.1174-0.1173 0.176-0.272 0.176-0.464v-0.096c0-0.192-0.0586-0.3467-0.176-0.464-0.1066-0.1173-0.24-0.176-0.4-0.176-0.16 0-0.2986 0.0587-0.416 0.176-0.1066 0.1173-0.16 0.272-0.16 0.464v0.096c0 0.192 0.0534 0.3467 0.16 0.464 0.1174 0.1173 0.256 0.176 0.416 0.176zm7.2054 5.44c-0.5973 0-1.1307-0.1173-1.6-0.352-0.4693-0.224-0.8427-0.5493-1.12-0.976-0.2667-0.4267-0.4-0.9333-0.4-1.52V9.20861c-0.288-0.18133-0.5067-0.39467-0.656-0.64s-0.224-0.53867-0.224-0.88c0-0.49067 0.1653-0.88533 0.496-1.184 0.3307-0.30933 0.8053-0.464 1.424-0.464h0.88v1.504h-0.816c-0.3413 0-0.512 0.144-0.512 0.432 0 0.14933 0.048 0.272 0.144 0.368 0.096 0.08533 0.24 0.176 0.432 0.272l0.512 0.272v7.91999c0 0.4373 0.1333 0.7893 0.4 1.056 0.2667 0.2773 0.6187 0.416 1.056 0.416 0.4267 0 0.7733-0.1387 1.04-0.416 0.2667-0.2667 0.4-0.6187 0.4-1.056v-1.008h1.648v1.024c0 0.544-0.128 1.0293-0.384 1.456-0.256 0.4267-0.6187 0.7627-1.088 1.008-0.4587 0.2453-1.0027 0.368-1.632 0.368zm9.107-12.11199h-0.816c-0.341 0-0.512 0.144-0.512 0.432 0 0.14933 0.048 0.272 0.144 0.368 0.107 0.08533 0.256 0.176 0.448 0.272l0.496 0.272v2.81599c0 0.6933-0.149 1.3013-0.448 1.824-0.288 0.512-0.698 0.912-1.232 1.2-0.522 0.288-1.141 0.432-1.856 0.432-0.704 0-1.3224-0.144-1.8557-0.432-0.5227-0.288-0.9334-0.688-1.232-1.2-0.288-0.5227-0.432-1.1307-0.432-1.824V9.20861c-0.288-0.18133-0.5067-0.39467-0.656-0.64-0.1494-0.24533-0.224-0.53867-0.224-0.88 0-0.49067 0.1653-0.88533 0.496-1.184 0.3306-0.30933 0.8053-0.464 1.424-0.464h0.88v1.504h-0.816c-0.3414 0-0.512 0.144-0.512 0.432 0 0.14933 0.048 0.272 0.144 0.368 0.096 0.08533 0.24 0.176 0.432 0.272l0.512 0.272v2.81599c0 0.5867 0.1653 1.0613 0.496 1.424 0.3413 0.352 0.7897 0.528 1.3437 0.528 0.566 0 1.014-0.176 1.344-0.528 0.342-0.3627 0.512-0.8373 0.512-1.424V9.20861c-0.277-0.18133-0.496-0.39467-0.656-0.64-0.149-0.24533-0.224-0.53867-0.224-0.88 0-0.49067 0.166-0.88533 0.496-1.184 0.342-0.30933 0.822-0.464 1.44-0.464h0.864v1.504zm-5.9879-3.104v-0.656c0-0.72533 0.2294-1.296 0.688-1.712 0.4587-0.416 1.0509-0.624 1.7759-0.624 0.544 0 1.008 0.096 1.392 0.288 0.384 0.192 0.704 0.40533 0.96 0.64h0.032V0.776609h1.296V4.44061h-6.1439zm1.4079-0.88h3.168v-0.032c-0.224-0.224-0.507-0.43733-0.848-0.64-0.352-0.21333-0.763-0.32-1.232-0.32-0.331 0-0.592 0.09067-0.784 0.272-0.203 0.17067-0.304 0.38933-0.304 0.656v0.064z" 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.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.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.7 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21884h-2.592v2.00904c1.284 2.5474 3.925 4.2965 6.974 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M115.424 9.95957c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96561h-2.592C112.3 6.01833 112 7.20753 112 8.46712c0 1.25959 0.3 2.44888 0.832 3.50148l2.592-2.00903z" 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>
@@ -1,14 +0,0 @@
1
- <vector android:width="165dp" android:height="21dp" android:viewportWidth="165" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <group>
3
- <group>
4
- <path android:pathData="M22.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM31.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M47.2687 6.03894L41.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
5
- </group>
6
- <group>
7
- <path android:pathData="M15.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559H7.80649v3.00336h4.21661c-0.1811 0.9789-0.7286 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"/>
8
- <path android:pathData="M7.80647 16.2651c2.10667 0 3.88043-0.691 5.17393-1.8823l-2.5165-1.9506c-0.70039 0.4711-1.60247 0.7462-2.65743 0.7462-2.03619 0-3.76445-1.3711-4.38247-3.21884H0.831604v2.00904C2.11642 14.516 4.75653 16.2651 7.80647 16.2651" android:fillColor="#34a853" android:fillType="evenOdd"/>
9
- <path android:pathData="M3.42401 9.95957C3.26571 9.48844 3.17897 8.9859 3.17897 8.46712S3.26571 7.4458 3.42401 6.97467V4.96561H0.831606C0.300332 6.01833 0 7.20753 0 8.46712 0 9.72671 0.300332 10.916 0.831606 11.9686L3.42401 9.95957z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
10
- <path android:pathData="M7.80647 3.75583c1.15037 0 2.18148 0.39532 2.99463 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.11715-2.031812-5.22273-2.031812-3.04994 0-5.69005 1.749132-6.974866 4.296472L3.424 6.97467c0.61802-1.84769 2.34628-3.21884 4.38247-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
11
- </group>
12
- </group>
13
- <path android:pathData="M65.1891 13.9069c-0.2553 0.4218-0.5834 0.7421-0.9844 0.9609-0.4011 0.2135-0.8412 0.3203-1.3203 0.3203-0.6198 0-1.1302-0.0989-1.5313-0.2969-0.401-0.1979-0.7812-0.5781-1.1406-1.1406-0.3125 0.4792-0.6875 0.8386-1.125 1.0781-0.4323 0.2396-1.0417 0.3594-1.8281 0.3594-0.9167 0-1.6667-0.263-2.25-0.7891-0.5782-0.526-0.8672-1.2135-0.8672-2.0625 0-0.7395 0.2239-1.3437 0.6719-1.8125 0.4479-0.4739 1.0338-0.71089 1.7578-0.71089 0.5677 0 1.0234 0.13542 1.3672 0.40629 0.3437 0.2708 0.5156 0.6328 0.5156 1.0859 0 0.3958-0.0703 0.7109-0.211 0.9453L57.15 12.149c0.0677-0.1927 0.1016-0.3645 0.1016-0.5156 0-0.2291-0.0651-0.401-0.1954-0.5156-0.1302-0.1198-0.3072-0.1797-0.5312-0.1797-0.3594 0-0.6432 0.1224-0.8516 0.3672-0.2083 0.2396-0.3125 0.5625-0.3125 0.9687 0 0.5105 0.1745 0.9141 0.5235 1.211 0.3541 0.2917 0.8593 0.4375 1.5156 0.4375 1.3437 0 2.0755-0.6797 2.1953-2.0391h1.2266c0.0468 0.6511 0.2422 1.1537 0.5859 1.5078 0.3438 0.3542 0.7969 0.5313 1.3594 0.5313 0.5208 0 0.9193-0.1719 1.1953-0.5156 0.276-0.349 0.4141-0.8386 0.4141-1.4688 0-1.0677-0.336-2.03124-1.0079-2.89061-0.6666-0.86459-1.4974-1.40886-2.4921-1.63282h-6.7344V6.17249h8.164c0.5521 0 0.9688-0.02865 1.25-0.08594 0.2813-0.05729 0.4896-0.16667 0.625-0.32813 0.1407-0.16666 0.211-0.38802 0.211-0.66406 0-0.68229-0.3464-1.36198-1.0391-2.03906l1.0391-0.69531c0.4375 0.48958 0.763 0.95572 0.9765 1.39843 0.2136 0.44271 0.3204 0.92448 0.3204 1.44532 0 0.59375-0.2032 1.09375-0.6094 1.5-0.4011 0.40104-1 0.6302-1.7969 0.6875 0.7813 0.54166 1.3776 1.1927 1.7891 1.95312 0.4114 0.76044 0.6172 1.59114 0.6172 2.49214 0 0.2865-0.0209 0.5521-0.0625 0.7969 0.3958 0.4323 0.802 0.7552 1.2187 0.9688 0.4167 0.2135 0.8776 0.3203 1.3828 0.3203 0.6302 0 1.1224-0.2057 1.4766-0.6172 0.3594-0.4115 0.539-0.9688 0.539-1.6719 0-1.0156-0.263-1.89321-0.789-2.63279-0.5209-0.73958-1.3047-1.34115-2.3516-1.80469l0.6875-1.24218c1.224 0.60937 2.1563 1.39583 2.7969 2.35937 0.6458 0.96354 0.9687 2.04689 0.9687 3.24999 0 1.1198-0.2994 2.0052-0.8984 2.6563-0.5937 0.6458-1.4219 0.9687-2.4844 0.9687-1.0885 0-2.0833-0.4271-2.9843-1.2812zm5.15-0.6719l0.875-0.9297c0.4114 0.5469 0.8151 0.9531 1.2109 1.2187 0.3958 0.2657 0.8333 0.3985 1.3125 0.3985 0.4531 0 0.7943-0.1198 1.0234-0.3594 0.2292-0.2396 0.3438-0.5937 0.3438-1.0625 0-0.4896-0.0235-0.9713-0.0703-1.4453-0.0469-0.474-0.0703-0.888-0.0703-1.24219 0-0.76562 0.1666-1.4401 0.5-2.02344 0.3333-0.58333 0.8072-1.02864 1.4218-1.33593 0.6146-0.3125 1.3125-0.46875 2.0938-0.46875 0.9583 0 1.789 0.21354 2.4922 0.64062 0.7031 0.42708 1.2396 1.04167 1.6093 1.84375 0.3698 0.79688 0.5547 1.70574 0.5547 2.72654 0 1.2344-0.3021 2.2084-0.9062 2.9219-0.6042 0.7135-1.4323 1.0703-2.4844 1.0703-0.8385 0-1.5052-0.237-2-0.7109-0.4948-0.4792-0.7422-1.0938-0.7422-1.8438 0-0.6458 0.1667-1.1588 0.5-1.539 0.3334-0.3802 0.7578-0.5704 1.2735-0.5704 0.3906 0 0.6979 0.0964 0.9218 0.2891 0.224 0.1927 0.336 0.4583 0.336 0.7969 0 0.3021-0.086 0.5469-0.2578 0.7344-0.1667 0.1823-0.375 0.2734-0.625 0.2734-0.2553 0-0.4636-0.0573-0.625-0.1719-0.1615-0.1198-0.2579-0.289-0.2891-0.5078-0.0521 0.1458-0.0781 0.3386-0.0781 0.5781 0 0.4532 0.1354 0.8177 0.4062 1.0938 0.2761 0.2708 0.6719 0.4062 1.1875 0.4062 0.6406 0 1.1432-0.2448 1.5078-0.7343 0.3698-0.4896 0.5547-1.1745 0.5547-2.0547 0-1.1875-0.2943-2.14846-0.8828-2.88284-0.5833-0.73958-1.3906-1.10937-2.4219-1.10937-0.8698 0-1.5442 0.23958-2.0234 0.71875-0.4792 0.47916-0.7188 1.15104-0.7188 2.01562 0 0.35934 0.0209 0.78384 0.0625 1.27344 0.0417 0.4896 0.0625 0.9141 0.0625 1.2734 0 0.849-0.2447 1.5078-0.7343 1.9766-0.4896 0.4635-1.1302 0.6953-1.9219 0.6953-0.5885 0-1.151-0.151-1.6875-0.4531-0.5417-0.3073-1.112-0.8073-1.7109-1.5zm15.8765-3.0938c0 0.7032 0.1693 1.3464 0.5078 1.9297 0.3386 0.5781 0.8256 1.0261 1.461 1.3438 0.6354 0.3177 1.3802 0.4765 2.2343 0.4765 1.3334 0 2.3646-0.2968 3.0938-0.8906 0.7292-0.5989 1.0937-1.4323 1.0937-2.5 0-1.41145-0.789-2.53124-2.3671-3.35936l0.7421-1.17969c1.9636 1.05729 2.9454 2.57291 2.9454 4.54685 0 1.4323-0.4766 2.5703-1.4297 3.4141-0.9532 0.8437-2.3282 1.2656-4.125 1.2656-1.0886 0-2.0417-0.2083-2.8594-0.625-0.8177-0.4167-1.4479-1.013-1.8906-1.7891-0.4427-0.776-0.6641-1.6744-0.6641-2.6953 0-0.81767 0.1458-1.53903 0.4375-2.16403 0.2917-0.625 0.6901-1.10156 1.1953-1.42968 0.5104-0.33334 1.0807-0.5 1.711-0.5 0.6875 0 1.2317 0.1927 1.6328 0.57812 0.401 0.38542 0.6015 0.90885 0.6015 1.57031 0 0.72396-0.2474 1.30729-0.7422 1.75-0.4947 0.44268-1.1692 0.66408-2.0234 0.66408-0.5833 0-1.1016-0.1354-1.5547-0.4063zm0.1016-1.14059c0.401 0.28125 0.8489 0.42188 1.3437 0.42188 0.5261 0 0.9271-0.10678 1.2032-0.32032 0.2812-0.21875 0.4218-0.52343 0.4218-0.91406 0-0.33854-0.0963-0.60156-0.289-0.78906-0.1875-0.19271-0.4401-0.28906-0.7578-0.28906-0.4688 0-0.875 0.16145-1.2188 0.48437-0.3385 0.32292-0.5729 0.79167-0.7031 1.40625zm15.6738-1.58594c0.171 0.28646 0.257 0.5599 0.257 0.82032 0 0.29166-0.067 0.54427-0.203 0.75781h3.242V10.11l-1.554-0.0235c0.38 0.2292 0.672 0.5287 0.875 0.8985 0.208 0.3698 0.312 0.7786 0.312 1.2265 0 0.9323-0.325 1.6615-0.976 2.1875-0.651 0.5261-1.568 0.7891-2.75 0.7891-1.115 0-1.995-0.2656-2.6409-0.7969-0.6458-0.5364-0.9687-1.2526-0.9687-2.1484 0-0.9063 0.3802-1.6224 1.1406-2.1484L97.2328 10.11V8.9928h3.3362c0.276-0.20313 0.414-0.46094 0.414-0.77344 0-0.27083-0.089-0.53906-0.266-0.80469h-3.4842V6.17249h4.7732c0.552 0 0.969-0.02865 1.25-0.08594 0.281-0.05729 0.49-0.16667 0.625-0.32813 0.141-0.16666 0.211-0.38802 0.211-0.66406 0-0.68229-0.346-1.36198-1.039-2.03906l1.039-0.69531c0.438 0.48958 0.763 0.95572 0.977 1.39843 0.213 0.44271 0.32 0.92448 0.32 1.44532 0 0.39062-0.096 0.7552-0.289 1.09375-0.188 0.33333-0.49 0.60416-0.906 0.8125-0.417 0.20312-1.05 0.30468-1.899 0.30468h-0.304zM101.248 10.11c-0.765 0-1.3537 0.1745-1.7652 0.5234-0.4062 0.349-0.6094 0.8255-0.6094 1.4297 0 0.5886 0.2032 1.0495 0.6094 1.3828 0.4063 0.3281 0.9952 0.4922 1.7652 0.4922 0.771 0 1.36-0.1641 1.766-0.4922 0.412-0.3333 0.617-0.7942 0.617-1.3828 0-0.6146-0.205-1.0937-0.617-1.4375-0.411-0.3437-1-0.5156-1.766-0.5156zm19.144-2.06251c1.021 1.11979 1.531 2.38021 1.531 3.78121 0 1.0521-0.263 1.875-0.789 2.4688-0.52 0.5937-1.192 0.8906-2.015 0.8906-0.62 0-1.13-0.0989-1.532-0.2969-0.401-0.1979-0.781-0.5781-1.14-1.1406-0.313 0.4792-0.688 0.8386-1.125 1.0781-0.432 0.2396-1.042 0.3594-1.828 0.3594-0.917 0-1.667-0.263-2.25-0.7891-0.578-0.526-0.867-1.2135-0.867-2.0625 0-0.7395 0.224-1.3437 0.671-1.8125 0.448-0.4739 1.034-0.71089 1.758-0.71089 0.568 0 1.024 0.13542 1.367 0.40629 0.344 0.2708 0.516 0.6328 0.516 1.0859 0 0.3958-0.07 0.7109-0.211 0.9453l-1.094-0.1016c0.068-0.1822 0.102-0.3541 0.102-0.5156 0-0.2291-0.065-0.401-0.195-0.5156-0.131-0.1198-0.308-0.1797-0.532-0.1797-0.359 0-0.643 0.1224-0.851 0.3672-0.209 0.2396-0.313 0.5625-0.313 0.9687 0 0.5105 0.175 0.9141 0.524 1.211 0.354 0.2917 0.859 0.4375 1.515 0.4375 1.344 0 2.076-0.6797 2.196-2.0391h1.226c0.047 0.6511 0.242 1.1537 0.586 1.5078 0.344 0.3542 0.797 0.5313 1.36 0.5313 0.52 0 0.919-0.1693 1.195-0.5078 0.276-0.3438 0.414-0.836 0.414-1.4766 0-0.5573-0.112-1.0885-0.336-1.5937-0.224-0.51046-0.56-1.02348-1.008-1.5391l1.125-0.75781zm-4.086 0.32031c0.261 0 0.482 0.09114 0.664 0.27344 0.183 0.18229 0.274 0.40625 0.274 0.67187 0 0.26042-0.094 0.48177-0.282 0.66406-0.182 0.18233-0.401 0.27343-0.656 0.27343s-0.474-0.0911-0.656-0.27343c-0.177-0.1875-0.266-0.40885-0.266-0.66406s0.086-0.47656 0.258-0.66406c0.177-0.1875 0.399-0.28125 0.664-0.28125zm3.852-0.95313h-9.781V6.17249h9.781v1.24218zm4.165 4.52343c-0.052 0.1458-0.078 0.3386-0.078 0.5781 0 0.4532 0.136 0.8177 0.407 1.0938 0.276 0.2708 0.671 0.4062 1.187 0.4062 0.662 0 1.169-0.2448 1.523-0.7343 0.36-0.4896 0.54-1.2006 0.54-2.1329 0-0.9114-0.167-1.63797-0.5-2.17964-0.334-0.54687-0.763-0.94271-1.29-1.1875-0.526-0.24479-1.341-0.36719-2.445-0.36719h-3.742l-0.156-1.24218h4.203c1.281 0 2.276 0.18489 2.984 0.55468 0.714 0.36979 1.268 0.91407 1.664 1.63282 0.401 0.71354 0.602 1.64321 0.602 2.78901 0 1.2917-0.297 2.2891-0.891 2.9922-0.588 0.698-1.422 1.0469-2.5 1.0469-0.838 0-1.505-0.237-2-0.7109-0.495-0.4792-0.742-1.0938-0.742-1.8438 0-0.6562 0.164-1.1719 0.492-1.5469 0.328-0.375 0.755-0.5625 1.281-0.5625 0.391 0 0.698 0.0964 0.922 0.2891 0.224 0.1927 0.336 0.4583 0.336 0.7969 0 0.3021-0.086 0.5469-0.258 0.7344-0.166 0.1823-0.375 0.2734-0.625 0.2734-0.255 0-0.463-0.0573-0.625-0.1719-0.161-0.1198-0.257-0.289-0.289-0.5078zm17.76-0.1016c0 1.0469-0.263 1.8672-0.789 2.461-0.521 0.5937-1.193 0.8906-2.016 0.8906-0.62 0-1.13-0.0989-1.531-0.2969-0.401-0.1979-0.781-0.5781-1.141-1.1406-0.312 0.4792-0.687 0.8386-1.125 1.0781-0.432 0.2396-1.041 0.3594-1.828 0.3594-0.917 0-1.667-0.263-2.25-0.7891-0.578-0.526-0.867-1.2135-0.867-2.0625 0-0.7395 0.224-1.3437 0.672-1.8125 0.448-0.4739 1.034-0.71089 1.758-0.71089 0.567 0 1.023 0.13542 1.367 0.40629 0.344 0.2708 0.515 0.6328 0.515 1.0859 0 0.3958-0.07 0.7109-0.211 0.9453l-1.093-0.1016c0.067-0.1927 0.101-0.3645 0.101-0.5156 0-0.2291-0.065-0.401-0.195-0.5156-0.13-0.1198-0.307-0.1797-0.531-0.1797-0.36 0-0.643 0.1224-0.852 0.3672-0.208 0.2396-0.312 0.5625-0.312 0.9687 0 0.5105 0.174 0.9141 0.523 1.211 0.354 0.2917 0.859 0.4375 1.516 0.4375 1.343 0 2.075-0.6797 2.195-2.0391h1.227c0.046 0.6511 0.242 1.1537 0.586 1.5078 0.343 0.3542 0.796 0.5313 1.359 0.5313 0.521 0 0.919-0.1719 1.195-0.5156 0.276-0.349 0.414-0.8386 0.414-1.4688 0-1.0677-0.336-2.03124-1.008-2.89061-0.666-0.86459-1.497-1.40886-2.492-1.63282h-6.734V6.17249h8.164c0.552 0 0.969-0.02865 1.25-0.08594 0.281-0.05729 0.49-0.16667 0.625-0.32813 0.141-0.16666 0.211-0.38802 0.211-0.66406 0-0.68229-0.346-1.36198-1.039-2.03906l1.039-0.69531c0.437 0.48958 0.763 0.95572 0.976 1.39843 0.214 0.44271 0.321 0.92448 0.321 1.44532 0 0.59375-0.203 1.09375-0.61 1.5-0.401 0.40104-1 0.6302-1.796 0.6875 0.781 0.54166 1.377 1.1927 1.789 1.95312 0.411 0.76044 0.617 1.59114 0.617 2.49214zm7.017-6.1562c-0.198 0.55729-0.508 0.98177-0.93 1.27344-0.416 0.29166-0.919 0.4375-1.508 0.4375-0.708 0-1.263-0.16928-1.664-0.50782-0.395-0.34375-0.593-0.82812-0.593-1.45312 0-0.56771 0.213-1.03125 0.64-1.39063 0.433-0.36458 1.006-0.54687 1.719-0.54687 0.865 0 1.648 0.22396 2.352 0.67187 0.703 0.44792 1.255 1.06771 1.656 1.85938 0.401 0.79166 0.601 1.63281 0.601 2.52344 0 0.34895-0.028 0.68489-0.086 1.00781 0.297 0.29166 0.521 0.6172 0.672 0.9766 0.151 0.3541 0.227 0.7395 0.227 1.1562 0 1.1302-0.383 1.9974-1.149 2.6016-0.765 0.5989-1.872 0.8984-3.32 0.8984-1.364 0-2.432-0.3099-3.203-0.9297-0.766-0.625-1.148-1.4479-1.148-2.4687 0-0.3282 0.028-0.638 0.086-0.9297l1.265 0.1719c-0.041 0.2031-0.062 0.4088-0.062 0.6171 0 0.7292 0.26 1.2917 0.781 1.6875 0.521 0.3907 1.289 0.586 2.305 0.586 1.083 0 1.901-0.1979 2.453-0.5938 0.557-0.3958 0.836-0.9323 0.836-1.6093 0-0.3698-0.063-0.6875-0.188-0.9532-0.271 0.4375-0.622 0.7709-1.055 1-0.427 0.224-0.911 0.336-1.453 0.336-0.718 0-1.27-0.1537-1.656-0.461-0.385-0.3125-0.578-0.7604-0.578-1.3437 0-0.54689 0.201-0.97137 0.602-1.27345 0.406-0.30729 0.989-0.46094 1.75-0.46094 0.609 0 1.171 0.09896 1.687 0.29688 0.005-0.09896 0.008-0.20313 0.008-0.3125 0-0.56771-0.089-1.08855-0.266-1.5625-0.172-0.47917-0.432-0.91407-0.781-1.30469zm-0.992-0.74219c-0.453-0.21875-0.935-0.32812-1.446-0.32812-0.312 0-0.557 0.07552-0.734 0.22656-0.177 0.14583-0.266 0.34896-0.266 0.60937 0 0.25521 0.081 0.45834 0.243 0.60938 0.161 0.14583 0.396 0.21875 0.703 0.21875 0.422 0 0.76-0.11459 1.015-0.34375 0.261-0.22917 0.422-0.5599 0.485-0.99219zm1.844 4.98438c-0.391-0.1875-0.834-0.28125-1.329-0.28125-0.421 0-0.734 0.05208-0.937 0.15625-0.203 0.10416-0.305 0.27341-0.305 0.50781 0 0.4219 0.347 0.6328 1.039 0.6328 0.386 0 0.706-0.0833 0.961-0.25 0.255-0.1719 0.446-0.4271 0.571-0.76561zm9.376-3.25c-0.484 0.44791-1.086 0.67187-1.805 0.67187-0.635 0-1.153-0.15625-1.554-0.46875s-0.602-0.75-0.602-1.3125c0-0.56771 0.211-1.03385 0.633-1.39844 0.427-0.36979 0.979-0.55468 1.656-0.55468 0.854 0 1.542 0.27864 2.063 0.83593 0.521 0.55209 0.781 1.25261 0.781 2.10157 0 0.91666-0.232 1.61197-0.695 2.08593-0.464 0.47396-1.141 0.71094-2.032 0.71094-0.812 0-1.541-0.16667-2.187-0.5l0.625-0.97656c0.479 0.26562 0.987 0.39844 1.523 0.39844 0.563 0 0.969-0.125 1.219-0.375 0.25-0.25 0.375-0.625 0.375-1.125V6.67249zm-0.187-1.07813c-0.146-0.28646-0.352-0.50781-0.618-0.66406-0.26-0.16146-0.552-0.24219-0.875-0.24219-0.349 0-0.614 0.07292-0.796 0.21875-0.183 0.14063-0.274 0.33333-0.274 0.57813 0 0.26041 0.086 0.45833 0.258 0.59375 0.172 0.13541 0.393 0.20312 0.664 0.20312 0.344 0 0.646-0.05208 0.906-0.15625 0.261-0.10417 0.505-0.28125 0.735-0.53125zm-3.586 9.13284l-1.243 0.4922c-0.265-0.3542-0.473-0.7552-0.625-1.2032-0.151-0.4531-0.226-0.901-0.226-1.3437 0-0.7292 0.232-1.336 0.695-1.8203 0.464-0.4896 1.031-0.7344 1.703-0.7344 0.427 0 0.792 0.0625 1.094 0.1875 0.302 0.125 0.57 0.3125 0.805 0.5625 0.239 0.25 0.505 0.6302 0.797 1.1406 0.323 0.5625 0.583 0.9636 0.781 1.2031 0.198 0.2344 0.411 0.4115 0.641 0.5313 0.234 0.1198 0.513 0.1797 0.835 0.1797 0.495 0 0.878-0.1797 1.149-0.5391 0.276-0.3646 0.414-0.862 0.414-1.4922 0-0.5573-0.112-1.0833-0.336-1.5781-0.219-0.49999-0.552-1.00259-1-1.5078l1.078-0.75781c1.047 1.11979 1.57 2.35681 1.57 3.71091 0 1.0834-0.263 1.9271-0.789 2.5313-0.52 0.5989-1.252 0.8984-2.195 0.8984-0.463 0-0.872-0.0781-1.226-0.2344-0.349-0.1614-0.657-0.388-0.922-0.6797-0.266-0.2968-0.56-0.7213-0.883-1.2734-0.271-0.4583-0.498-0.8021-0.68-1.0312-0.177-0.2292-0.351-0.3907-0.523-0.4844-0.167-0.0938-0.365-0.1406-0.594-0.1406-0.349 0-0.625 0.1145-0.828 0.3437-0.198 0.2292-0.297 0.5443-0.297 0.9453 0 0.6563 0.268 1.3542 0.805 2.0938z" android:fillColor="#ffffff"/>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="171dp" android:height="21dp" android:viewportWidth="171" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <group>
3
- <group>
4
- <path android:pathData="M22.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM31.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M47.2687 6.03894L41.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
5
- </group>
6
- <group>
7
- <path android:pathData="M15.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559H7.80649v3.00336h4.21661c-0.1811 0.9789-0.7286 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"/>
8
- <path android:pathData="M7.80647 16.2651c2.10667 0 3.88043-0.691 5.17393-1.8823l-2.5165-1.9506c-0.70039 0.4711-1.60247 0.7462-2.65743 0.7462-2.03619 0-3.76445-1.3711-4.38247-3.21884H0.831604v2.00904C2.11642 14.516 4.75653 16.2651 7.80647 16.2651" android:fillColor="#34a853" android:fillType="evenOdd"/>
9
- <path android:pathData="M3.42401 9.95957C3.26571 9.48844 3.17897 8.9859 3.17897 8.46712S3.26571 7.4458 3.42401 6.97467V4.96561H0.831606C0.300332 6.01833 0 7.20753 0 8.46712 0 9.72671 0.300332 10.916 0.831606 11.9686L3.42401 9.95957z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
10
- <path android:pathData="M7.80647 3.75583c1.15037 0 2.18148 0.39532 2.99463 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.11715-2.031812-5.22273-2.031812-3.04994 0-5.69005 1.749132-6.974866 4.296472L3.424 6.97467c0.61802-1.84769 2.34628-3.21884 4.38247-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
11
- </group>
12
- </group>
13
- <path android:pathData="M57.218 15.2566c-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.0044 4.608V6.84061h1.616v1.104h0.096c0.2133-0.352 0.544-0.66667 0.992-0.944 0.4586-0.27733 1.0026-0.416 1.632-0.416 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.5947-0.528 2.256-0.3414 0.6507-0.8054 1.1627-1.392 1.536-0.5867 0.3627-1.2534 0.544-2 0.544-0.6294 0-1.1734-0.1333-1.632-0.4-0.448-0.2773-0.7787-0.592-0.992-0.944h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.4266 0 0.8266-0.112 1.2-0.336 0.3733-0.224 0.6773-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.2347-0.416-0.5387-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.8047 1.328V6.84061h1.728v3.61599h0.096l3.2-3.61599h1.984v0.096l-3.408 3.72799 3.536 4.24v0.096h-2.048l-3.264-4.016h-0.096v4.016h-1.728zm10.0811-8.15999v2.72h1.552c0.5547 0 1.0507 0.11733 1.488 0.352 0.448 0.23469 0.8 0.55999 1.056 0.97599 0.256 0.4053 0.384 0.8693 0.384 1.392 0 0.5227-0.128 0.9867-0.384 1.392-0.256 0.4053-0.608 0.7307-1.056 0.976-0.4373 0.2347-0.9333 0.352-1.488 0.352h-3.28V6.84061h1.728zm5.616 8.15999V6.84061h1.728v8.15999h-1.728zm-5.616-1.44h1.408c0.384 0 0.704-0.1227 0.96-0.368s0.384-0.5493 0.384-0.912-0.128-0.6667-0.384-0.912c-0.256-0.256-0.576-0.384-0.96-0.384h-1.408v2.576zm9.6438 1.568c-0.2453 0-0.48-0.0267-0.704-0.08v-1.6c0.1493 0.0747 0.3147 0.112 0.496 0.112 0.3627 0 0.6187-0.1387 0.768-0.416 0.1493-0.288 0.24-0.6507 0.272-1.088 0.032-0.4373 0.048-0.8907 0.048-1.36V6.84061h6.24v8.15999h-1.712V8.34461h-2.896v2.62399c0 0.5547-0.0373 1.0827-0.112 1.584-0.064 0.4907-0.1867 0.9333-0.368 1.328-0.1813 0.384-0.4373 0.688-0.768 0.912-0.32 0.224-0.7413 0.336-1.264 0.336zm12.087 2.928c-0.032 0.0853-0.069 0.1653-0.112 0.24-0.032 0.0747-0.053 0.128-0.064 0.16h-1.84c0.054-0.1173 0.128-0.288 0.224-0.512 0.107-0.2133 0.208-0.4213 0.304-0.624s0.198-0.432 0.304-0.688c0.118-0.256 0.235-0.5067 0.352-0.752l0.608-1.328-3.408-7.71199h1.92l2.336 5.56799h0.08l2.256-5.56799h1.904l-4.224 9.72799c-0.117 0.2773-0.245 0.5653-0.384 0.864-0.128 0.3093-0.213 0.5173-0.256 0.624zm9.041 0c-0.032 0.0853-0.069 0.1653-0.112 0.24-0.032 0.0747-0.053 0.128-0.064 0.16h-1.84c0.053-0.1173 0.128-0.288 0.224-0.512 0.107-0.2133 0.208-0.4213 0.304-0.624s0.197-0.432 0.304-0.688c0.117-0.256 0.235-0.5067 0.352-0.752l0.608-1.328-3.408-7.71199h1.92l2.336 5.56799h0.08l2.256-5.56799h1.904l-4.224 9.72799c-0.117 0.2773-0.245 0.5653-0.384 0.864-0.128 0.3093-0.213 0.5173-0.256 0.624zm12.221-3.056V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm9.8 0.256c-0.842 0-1.584-0.192-2.224-0.576-0.64-0.384-1.141-0.9013-1.504-1.552-0.362-0.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.182-1.54132 0.544-2.19199 0.363-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.382-0.576 2.224-0.576 0.832 0 1.568 0.192 2.208 0.576 0.64 0.384 1.142 0.90667 1.504 1.568 0.363 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.181 1.5573-0.544 2.208-0.362 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.536c0.448 0 0.87-0.1067 1.264-0.32 0.395-0.224 0.715-0.544 0.96-0.96 0.246-0.416 0.368-0.9227 0.368-1.52 0-0.5867-0.122-1.08799-0.368-1.50399-0.234-0.416-0.549-0.736-0.944-0.96-0.394-0.224-0.821-0.336-1.28-0.336-0.458 0-0.89 0.112-1.296 0.336-0.394 0.224-0.714 0.544-0.96 0.96-0.234 0.416-0.352 0.91729-0.352 1.50399 0 0.5867 0.118 1.088 0.352 1.504 0.246 0.416 0.566 0.736 0.96 0.96 0.406 0.224 0.838 0.336 1.296 0.336zm-3.44-2.144v-1.36h6.8v1.36h-6.8zm9.378 3.552c-0.245 0-0.48-0.0267-0.704-0.08v-1.6c0.15 0.0747 0.315 0.112 0.496 0.112 0.363 0 0.619-0.1387 0.768-0.416 0.15-0.288 0.24-0.6507 0.272-1.088 0.032-0.4373 0.048-0.8907 0.048-1.36V6.84061h6.24v8.15999h-1.712V8.34461h-2.896v2.62399c0 0.5547-0.037 1.0827-0.112 1.584-0.064 0.4907-0.186 0.9333-0.368 1.328-0.181 0.384-0.437 0.688-0.768 0.912-0.32 0.224-0.741 0.336-1.264 0.336zm13.066 0.128c-0.843 0-1.584-0.192-2.224-0.576-0.64-0.384-1.142-0.9013-1.504-1.552-0.363-0.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.181-1.54132 0.544-2.19199 0.362-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.381-0.576 2.224-0.576 0.832 0 1.568 0.192 2.208 0.576 0.64 0.384 1.141 0.90667 1.504 1.568 0.362 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.182 1.5573-0.544 2.208-0.363 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.536c0.448 0 0.869-0.1067 1.264-0.32 0.394-0.224 0.714-0.544 0.96-0.96 0.245-0.416 0.368-0.9227 0.368-1.52 0-0.5867-0.123-1.08799-0.368-1.50399-0.235-0.416-0.55-0.736-0.944-0.96-0.395-0.224-0.822-0.336-1.28-0.336-0.459 0-0.891 0.112-1.296 0.336-0.395 0.224-0.715 0.544-0.96 0.96-0.235 0.416-0.352 0.91729-0.352 1.50399 0 0.5867 0.117 1.088 0.352 1.504 0.245 0.416 0.565 0.736 0.96 0.96 0.405 0.224 0.837 0.336 1.296 0.336zm-3.44-2.144v-1.36h6.8v1.36h-6.8zm13.277 3.68c-0.843 0-1.584-0.192-2.224-0.576-0.64-0.384-1.141-0.9013-1.504-1.552-0.363-0.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.181-1.54132 0.544-2.19199 0.363-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.381-0.576 2.224-0.576 0.832 0 1.568 0.192 2.208 0.576 0.64 0.384 1.141 0.90667 1.504 1.568 0.363 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.181 1.5573-0.544 2.208-0.363 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.536c0.448 0 0.869-0.1067 1.264-0.32 0.395-0.224 0.715-0.544 0.96-0.96 0.245-0.416 0.368-0.9227 0.368-1.52 0-0.5867-0.123-1.08799-0.368-1.50399-0.235-0.416-0.549-0.736-0.944-0.96-0.395-0.224-0.821-0.336-1.28-0.336-0.459 0-0.891 0.112-1.296 0.336-0.395 0.224-0.715 0.544-0.96 0.96-0.235 0.416-0.352 0.91729-0.352 1.50399 0 0.5867 0.117 1.088 0.352 1.504 0.245 0.416 0.565 0.736 0.96 0.96 0.405 0.224 0.837 0.336 1.296 0.336zm-3.44-2.144v-1.36h6.8v1.36h-6.8z" android:fillColor="#ffffff"/>
14
- </vector>