@stripe/stripe-react-native 0.33.0 → 0.35.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 (266) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/android/build.gradle +8 -3
  3. package/android/gradle.properties +1 -1
  4. package/android/src/main/java/com/reactnativestripesdk/GooglePayButtonManager.kt +10 -0
  5. package/android/src/main/java/com/reactnativestripesdk/GooglePayButtonView.kt +84 -19
  6. package/android/src/main/java/com/reactnativestripesdk/GooglePayLauncherFragment.kt +1 -1
  7. package/android/src/main/java/com/reactnativestripesdk/PaymentLauncherFragment.kt +1 -0
  8. package/android/src/main/java/com/reactnativestripesdk/PaymentMethodCreateParamsFactory.kt +8 -1
  9. package/android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt +19 -2
  10. package/android/src/main/res/layout/stripe_react_native_google_pay_button.xml +14 -0
  11. package/ios/AddressSheet/AddressSheetView.swift +8 -0
  12. package/ios/CustomerSheet/CustomerSheetUtils.swift +8 -0
  13. package/ios/Mappers.swift +2 -0
  14. package/ios/PaymentMethodFactory.swift +9 -0
  15. package/lib/commonjs/components/AddressSheet.js +1 -1
  16. package/lib/commonjs/components/AddressSheet.js.map +1 -1
  17. package/lib/commonjs/components/PlatformPayButton.js +1 -1
  18. package/lib/commonjs/components/PlatformPayButton.js.map +1 -1
  19. package/lib/commonjs/types/CustomerSheet.js.map +1 -1
  20. package/lib/commonjs/types/PaymentIntent.js.map +1 -1
  21. package/lib/commonjs/types/PlatformPay.js.map +1 -1
  22. package/lib/commonjs/types/components/GooglePayButtonComponent.js.map +1 -1
  23. package/lib/module/components/AddressSheet.js +1 -1
  24. package/lib/module/components/AddressSheet.js.map +1 -1
  25. package/lib/module/components/PlatformPayButton.js +1 -1
  26. package/lib/module/components/PlatformPayButton.js.map +1 -1
  27. package/lib/module/types/CustomerSheet.js.map +1 -1
  28. package/lib/module/types/PaymentIntent.js.map +1 -1
  29. package/lib/module/types/PlatformPay.js.map +1 -1
  30. package/lib/module/types/components/GooglePayButtonComponent.js.map +1 -1
  31. package/lib/typescript/src/components/AddressSheet.d.ts +2 -2
  32. package/lib/typescript/src/components/PlatformPayButton.d.ts +2 -2
  33. package/lib/typescript/src/types/CustomerSheet.d.ts +2 -2
  34. package/lib/typescript/src/types/PaymentIntent.d.ts +8 -1
  35. package/lib/typescript/src/types/PlatformPay.d.ts +2 -2
  36. package/lib/typescript/src/types/components/GooglePayButtonComponent.d.ts +2 -0
  37. package/package.json +2 -2
  38. package/src/components/AddressSheet.tsx +8 -2
  39. package/src/components/PlatformPayButton.tsx +4 -2
  40. package/src/types/CustomerSheet.ts +8 -2
  41. package/src/types/PaymentIntent.ts +10 -1
  42. package/src/types/PlatformPay.ts +2 -2
  43. package/src/types/components/GooglePayButtonComponent.ts +2 -0
  44. package/stripe-react-native.podspec +1 -1
  45. package/android/src/main/res/drawable/book_with_googlepay_button_content.xml +0 -14
  46. package/android/src/main/res/drawable/buy_with_googlepay_button_content.xml +0 -14
  47. package/android/src/main/res/drawable/checkout_with_googlepay_button_content.xml +0 -14
  48. package/android/src/main/res/drawable/donate_with_googlepay_button_content.xml +0 -14
  49. package/android/src/main/res/drawable/googlepay_button_background_shape.xml +0 -5
  50. package/android/src/main/res/drawable/googlepay_button_content.xml +0 -48
  51. package/android/src/main/res/drawable/googlepay_mark_background.xml +0 -12
  52. package/android/src/main/res/drawable/googlepay_mark_content.xml +0 -27
  53. package/android/src/main/res/drawable/order_with_googlepay_button_content.xml +0 -14
  54. package/android/src/main/res/drawable/pay_with_googlepay_button_content.xml +0 -14
  55. package/android/src/main/res/drawable/subscribe_with_googlepay_button_content.xml +0 -14
  56. package/android/src/main/res/drawable-ar/book_with_googlepay_button_content.xml +0 -14
  57. package/android/src/main/res/drawable-ar/buy_with_googlepay_button_content.xml +0 -14
  58. package/android/src/main/res/drawable-ar/checkout_with_googlepay_button_content.xml +0 -14
  59. package/android/src/main/res/drawable-ar/donate_with_googlepay_button_content.xml +0 -14
  60. package/android/src/main/res/drawable-ar/order_with_googlepay_button_content.xml +0 -14
  61. package/android/src/main/res/drawable-ar/pay_with_googlepay_button_content.xml +0 -14
  62. package/android/src/main/res/drawable-ar/subscribe_with_googlepay_button_content.xml +0 -14
  63. package/android/src/main/res/drawable-bg/book_with_googlepay_button_content.xml +0 -14
  64. package/android/src/main/res/drawable-bg/buy_with_googlepay_button_content.xml +0 -14
  65. package/android/src/main/res/drawable-bg/checkout_with_googlepay_button_content.xml +0 -14
  66. package/android/src/main/res/drawable-bg/donate_with_googlepay_button_content.xml +0 -14
  67. package/android/src/main/res/drawable-bg/order_with_googlepay_button_content.xml +0 -14
  68. package/android/src/main/res/drawable-bg/pay_with_googlepay_button_content.xml +0 -14
  69. package/android/src/main/res/drawable-bg/subscribe_with_googlepay_button_content.xml +0 -14
  70. package/android/src/main/res/drawable-ca/book_with_googlepay_button_content.xml +0 -14
  71. package/android/src/main/res/drawable-ca/buy_with_googlepay_button_content.xml +0 -14
  72. package/android/src/main/res/drawable-ca/checkout_with_googlepay_button_content.xml +0 -14
  73. package/android/src/main/res/drawable-ca/donate_with_googlepay_button_content.xml +0 -14
  74. package/android/src/main/res/drawable-ca/order_with_googlepay_button_content.xml +0 -14
  75. package/android/src/main/res/drawable-ca/pay_with_googlepay_button_content.xml +0 -14
  76. package/android/src/main/res/drawable-ca/subscribe_with_googlepay_button_content.xml +0 -14
  77. package/android/src/main/res/drawable-cs/book_with_googlepay_button_content.xml +0 -14
  78. package/android/src/main/res/drawable-cs/buy_with_googlepay_button_content.xml +0 -14
  79. package/android/src/main/res/drawable-cs/checkout_with_googlepay_button_content.xml +0 -14
  80. package/android/src/main/res/drawable-cs/donate_with_googlepay_button_content.xml +0 -14
  81. package/android/src/main/res/drawable-cs/order_with_googlepay_button_content.xml +0 -14
  82. package/android/src/main/res/drawable-cs/pay_with_googlepay_button_content.xml +0 -14
  83. package/android/src/main/res/drawable-cs/subscribe_with_googlepay_button_content.xml +0 -14
  84. package/android/src/main/res/drawable-da/book_with_googlepay_button_content.xml +0 -14
  85. package/android/src/main/res/drawable-da/buy_with_googlepay_button_content.xml +0 -14
  86. package/android/src/main/res/drawable-da/checkout_with_googlepay_button_content.xml +0 -14
  87. package/android/src/main/res/drawable-da/donate_with_googlepay_button_content.xml +0 -14
  88. package/android/src/main/res/drawable-da/order_with_googlepay_button_content.xml +0 -14
  89. package/android/src/main/res/drawable-da/pay_with_googlepay_button_content.xml +0 -14
  90. package/android/src/main/res/drawable-da/subscribe_with_googlepay_button_content.xml +0 -14
  91. package/android/src/main/res/drawable-de/book_with_googlepay_button_content.xml +0 -15
  92. package/android/src/main/res/drawable-de/buy_with_googlepay_button_content.xml +0 -15
  93. package/android/src/main/res/drawable-de/checkout_with_googlepay_button_content.xml +0 -15
  94. package/android/src/main/res/drawable-de/donate_with_googlepay_button_content.xml +0 -15
  95. package/android/src/main/res/drawable-de/order_with_googlepay_button_content.xml +0 -15
  96. package/android/src/main/res/drawable-de/pay_with_googlepay_button_content.xml +0 -15
  97. package/android/src/main/res/drawable-de/subscribe_with_googlepay_button_content.xml +0 -15
  98. package/android/src/main/res/drawable-el/book_with_googlepay_button_content.xml +0 -14
  99. package/android/src/main/res/drawable-el/buy_with_googlepay_button_content.xml +0 -14
  100. package/android/src/main/res/drawable-el/checkout_with_googlepay_button_content.xml +0 -14
  101. package/android/src/main/res/drawable-el/donate_with_googlepay_button_content.xml +0 -14
  102. package/android/src/main/res/drawable-el/order_with_googlepay_button_content.xml +0 -14
  103. package/android/src/main/res/drawable-el/pay_with_googlepay_button_content.xml +0 -14
  104. package/android/src/main/res/drawable-el/subscribe_with_googlepay_button_content.xml +0 -14
  105. package/android/src/main/res/drawable-et/book_with_googlepay_button_content.xml +0 -15
  106. package/android/src/main/res/drawable-et/buy_with_googlepay_button_content.xml +0 -15
  107. package/android/src/main/res/drawable-et/checkout_with_googlepay_button_content.xml +0 -15
  108. package/android/src/main/res/drawable-et/donate_with_googlepay_button_content.xml +0 -15
  109. package/android/src/main/res/drawable-et/order_with_googlepay_button_content.xml +0 -15
  110. package/android/src/main/res/drawable-et/pay_with_googlepay_button_content.xml +0 -15
  111. package/android/src/main/res/drawable-et/subscribe_with_googlepay_button_content.xml +0 -15
  112. package/android/src/main/res/drawable-fi/book_with_googlepay_button_content.xml +0 -15
  113. package/android/src/main/res/drawable-fi/buy_with_googlepay_button_content.xml +0 -15
  114. package/android/src/main/res/drawable-fi/checkout_with_googlepay_button_content.xml +0 -15
  115. package/android/src/main/res/drawable-fi/donate_with_googlepay_button_content.xml +0 -15
  116. package/android/src/main/res/drawable-fi/order_with_googlepay_button_content.xml +0 -15
  117. package/android/src/main/res/drawable-fi/pay_with_googlepay_button_content.xml +0 -15
  118. package/android/src/main/res/drawable-fi/subscribe_with_googlepay_button_content.xml +0 -15
  119. package/android/src/main/res/drawable-fr/book_with_googlepay_button_content.xml +0 -14
  120. package/android/src/main/res/drawable-fr/buy_with_googlepay_button_content.xml +0 -14
  121. package/android/src/main/res/drawable-fr/checkout_with_googlepay_button_content.xml +0 -14
  122. package/android/src/main/res/drawable-fr/donate_with_googlepay_button_content.xml +0 -14
  123. package/android/src/main/res/drawable-fr/order_with_googlepay_button_content.xml +0 -14
  124. package/android/src/main/res/drawable-fr/pay_with_googlepay_button_content.xml +0 -14
  125. package/android/src/main/res/drawable-fr/subscribe_with_googlepay_button_content.xml +0 -14
  126. package/android/src/main/res/drawable-hdpi/googlepay_button_background_image.9.png +0 -0
  127. package/android/src/main/res/drawable-hdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
  128. package/android/src/main/res/drawable-hr/book_with_googlepay_button_content.xml +0 -14
  129. package/android/src/main/res/drawable-hr/buy_with_googlepay_button_content.xml +0 -14
  130. package/android/src/main/res/drawable-hr/checkout_with_googlepay_button_content.xml +0 -14
  131. package/android/src/main/res/drawable-hr/donate_with_googlepay_button_content.xml +0 -14
  132. package/android/src/main/res/drawable-hr/order_with_googlepay_button_content.xml +0 -14
  133. package/android/src/main/res/drawable-hr/pay_with_googlepay_button_content.xml +0 -14
  134. package/android/src/main/res/drawable-hr/subscribe_with_googlepay_button_content.xml +0 -14
  135. package/android/src/main/res/drawable-id/book_with_googlepay_button_content.xml +0 -14
  136. package/android/src/main/res/drawable-id/buy_with_googlepay_button_content.xml +0 -14
  137. package/android/src/main/res/drawable-id/checkout_with_googlepay_button_content.xml +0 -14
  138. package/android/src/main/res/drawable-id/donate_with_googlepay_button_content.xml +0 -14
  139. package/android/src/main/res/drawable-id/order_with_googlepay_button_content.xml +0 -14
  140. package/android/src/main/res/drawable-id/pay_with_googlepay_button_content.xml +0 -14
  141. package/android/src/main/res/drawable-id/subscribe_with_googlepay_button_content.xml +0 -14
  142. package/android/src/main/res/drawable-it/book_with_googlepay_button_content.xml +0 -14
  143. package/android/src/main/res/drawable-it/buy_with_googlepay_button_content.xml +0 -14
  144. package/android/src/main/res/drawable-it/checkout_with_googlepay_button_content.xml +0 -14
  145. package/android/src/main/res/drawable-it/donate_with_googlepay_button_content.xml +0 -14
  146. package/android/src/main/res/drawable-it/order_with_googlepay_button_content.xml +0 -14
  147. package/android/src/main/res/drawable-it/pay_with_googlepay_button_content.xml +0 -14
  148. package/android/src/main/res/drawable-it/subscribe_with_googlepay_button_content.xml +0 -14
  149. package/android/src/main/res/drawable-ja/book_with_googlepay_button_content.xml +0 -14
  150. package/android/src/main/res/drawable-ja/buy_with_googlepay_button_content.xml +0 -14
  151. package/android/src/main/res/drawable-ja/checkout_with_googlepay_button_content.xml +0 -14
  152. package/android/src/main/res/drawable-ja/donate_with_googlepay_button_content.xml +0 -14
  153. package/android/src/main/res/drawable-ja/order_with_googlepay_button_content.xml +0 -14
  154. package/android/src/main/res/drawable-ja/pay_with_googlepay_button_content.xml +0 -14
  155. package/android/src/main/res/drawable-ja/subscribe_with_googlepay_button_content.xml +0 -14
  156. package/android/src/main/res/drawable-ko/book_with_googlepay_button_content.xml +0 -14
  157. package/android/src/main/res/drawable-ko/buy_with_googlepay_button_content.xml +0 -14
  158. package/android/src/main/res/drawable-ko/checkout_with_googlepay_button_content.xml +0 -14
  159. package/android/src/main/res/drawable-ko/donate_with_googlepay_button_content.xml +0 -14
  160. package/android/src/main/res/drawable-ko/order_with_googlepay_button_content.xml +0 -14
  161. package/android/src/main/res/drawable-ko/pay_with_googlepay_button_content.xml +0 -14
  162. package/android/src/main/res/drawable-ko/subscribe_with_googlepay_button_content.xml +0 -14
  163. package/android/src/main/res/drawable-mdpi/googlepay_button_background_image.9.png +0 -0
  164. package/android/src/main/res/drawable-mdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
  165. package/android/src/main/res/drawable-ms/book_with_googlepay_button_content.xml +0 -14
  166. package/android/src/main/res/drawable-ms/buy_with_googlepay_button_content.xml +0 -14
  167. package/android/src/main/res/drawable-ms/checkout_with_googlepay_button_content.xml +0 -14
  168. package/android/src/main/res/drawable-ms/donate_with_googlepay_button_content.xml +0 -14
  169. package/android/src/main/res/drawable-ms/order_with_googlepay_button_content.xml +0 -14
  170. package/android/src/main/res/drawable-ms/pay_with_googlepay_button_content.xml +0 -14
  171. package/android/src/main/res/drawable-ms/subscribe_with_googlepay_button_content.xml +0 -14
  172. package/android/src/main/res/drawable-nl/book_with_googlepay_button_content.xml +0 -14
  173. package/android/src/main/res/drawable-nl/buy_with_googlepay_button_content.xml +0 -14
  174. package/android/src/main/res/drawable-nl/checkout_with_googlepay_button_content.xml +0 -14
  175. package/android/src/main/res/drawable-nl/donate_with_googlepay_button_content.xml +0 -14
  176. package/android/src/main/res/drawable-nl/order_with_googlepay_button_content.xml +0 -14
  177. package/android/src/main/res/drawable-nl/pay_with_googlepay_button_content.xml +0 -14
  178. package/android/src/main/res/drawable-nl/subscribe_with_googlepay_button_content.xml +0 -14
  179. package/android/src/main/res/drawable-no/book_with_googlepay_button_content.xml +0 -14
  180. package/android/src/main/res/drawable-no/buy_with_googlepay_button_content.xml +0 -14
  181. package/android/src/main/res/drawable-no/checkout_with_googlepay_button_content.xml +0 -14
  182. package/android/src/main/res/drawable-no/donate_with_googlepay_button_content.xml +0 -14
  183. package/android/src/main/res/drawable-no/order_with_googlepay_button_content.xml +0 -14
  184. package/android/src/main/res/drawable-no/pay_with_googlepay_button_content.xml +0 -14
  185. package/android/src/main/res/drawable-no/subscribe_with_googlepay_button_content.xml +0 -14
  186. package/android/src/main/res/drawable-pl/book_with_googlepay_button_content.xml +0 -14
  187. package/android/src/main/res/drawable-pl/buy_with_googlepay_button_content.xml +0 -14
  188. package/android/src/main/res/drawable-pl/checkout_with_googlepay_button_content.xml +0 -14
  189. package/android/src/main/res/drawable-pl/donate_with_googlepay_button_content.xml +0 -14
  190. package/android/src/main/res/drawable-pl/order_with_googlepay_button_content.xml +0 -14
  191. package/android/src/main/res/drawable-pl/pay_with_googlepay_button_content.xml +0 -14
  192. package/android/src/main/res/drawable-pl/subscribe_with_googlepay_button_content.xml +0 -14
  193. package/android/src/main/res/drawable-ru/book_with_googlepay_button_content.xml +0 -14
  194. package/android/src/main/res/drawable-ru/buy_with_googlepay_button_content.xml +0 -14
  195. package/android/src/main/res/drawable-ru/checkout_with_googlepay_button_content.xml +0 -14
  196. package/android/src/main/res/drawable-ru/donate_with_googlepay_button_content.xml +0 -14
  197. package/android/src/main/res/drawable-ru/order_with_googlepay_button_content.xml +0 -14
  198. package/android/src/main/res/drawable-ru/pay_with_googlepay_button_content.xml +0 -14
  199. package/android/src/main/res/drawable-ru/subscribe_with_googlepay_button_content.xml +0 -14
  200. package/android/src/main/res/drawable-sk/book_with_googlepay_button_content.xml +0 -14
  201. package/android/src/main/res/drawable-sk/buy_with_googlepay_button_content.xml +0 -14
  202. package/android/src/main/res/drawable-sk/checkout_with_googlepay_button_content.xml +0 -14
  203. package/android/src/main/res/drawable-sk/donate_with_googlepay_button_content.xml +0 -14
  204. package/android/src/main/res/drawable-sk/order_with_googlepay_button_content.xml +0 -14
  205. package/android/src/main/res/drawable-sk/pay_with_googlepay_button_content.xml +0 -14
  206. package/android/src/main/res/drawable-sk/subscribe_with_googlepay_button_content.xml +0 -14
  207. package/android/src/main/res/drawable-sl/book_with_googlepay_button_content.xml +0 -14
  208. package/android/src/main/res/drawable-sl/buy_with_googlepay_button_content.xml +0 -14
  209. package/android/src/main/res/drawable-sl/checkout_with_googlepay_button_content.xml +0 -14
  210. package/android/src/main/res/drawable-sl/donate_with_googlepay_button_content.xml +0 -14
  211. package/android/src/main/res/drawable-sl/order_with_googlepay_button_content.xml +0 -14
  212. package/android/src/main/res/drawable-sl/pay_with_googlepay_button_content.xml +0 -14
  213. package/android/src/main/res/drawable-sl/subscribe_with_googlepay_button_content.xml +0 -14
  214. package/android/src/main/res/drawable-sr/book_with_googlepay_button_content.xml +0 -14
  215. package/android/src/main/res/drawable-sr/buy_with_googlepay_button_content.xml +0 -14
  216. package/android/src/main/res/drawable-sr/checkout_with_googlepay_button_content.xml +0 -14
  217. package/android/src/main/res/drawable-sr/donate_with_googlepay_button_content.xml +0 -14
  218. package/android/src/main/res/drawable-sr/order_with_googlepay_button_content.xml +0 -14
  219. package/android/src/main/res/drawable-sr/pay_with_googlepay_button_content.xml +0 -14
  220. package/android/src/main/res/drawable-sr/subscribe_with_googlepay_button_content.xml +0 -14
  221. package/android/src/main/res/drawable-sv/book_with_googlepay_button_content.xml +0 -14
  222. package/android/src/main/res/drawable-sv/buy_with_googlepay_button_content.xml +0 -14
  223. package/android/src/main/res/drawable-sv/checkout_with_googlepay_button_content.xml +0 -14
  224. package/android/src/main/res/drawable-sv/donate_with_googlepay_button_content.xml +0 -14
  225. package/android/src/main/res/drawable-sv/order_with_googlepay_button_content.xml +0 -14
  226. package/android/src/main/res/drawable-sv/pay_with_googlepay_button_content.xml +0 -14
  227. package/android/src/main/res/drawable-sv/subscribe_with_googlepay_button_content.xml +0 -14
  228. package/android/src/main/res/drawable-th/book_with_googlepay_button_content.xml +0 -14
  229. package/android/src/main/res/drawable-th/buy_with_googlepay_button_content.xml +0 -14
  230. package/android/src/main/res/drawable-th/checkout_with_googlepay_button_content.xml +0 -14
  231. package/android/src/main/res/drawable-th/donate_with_googlepay_button_content.xml +0 -14
  232. package/android/src/main/res/drawable-th/order_with_googlepay_button_content.xml +0 -14
  233. package/android/src/main/res/drawable-th/pay_with_googlepay_button_content.xml +0 -14
  234. package/android/src/main/res/drawable-th/subscribe_with_googlepay_button_content.xml +0 -14
  235. package/android/src/main/res/drawable-tr/book_with_googlepay_button_content.xml +0 -14
  236. package/android/src/main/res/drawable-tr/buy_with_googlepay_button_content.xml +0 -14
  237. package/android/src/main/res/drawable-tr/checkout_with_googlepay_button_content.xml +0 -14
  238. package/android/src/main/res/drawable-tr/donate_with_googlepay_button_content.xml +0 -14
  239. package/android/src/main/res/drawable-tr/order_with_googlepay_button_content.xml +0 -14
  240. package/android/src/main/res/drawable-tr/pay_with_googlepay_button_content.xml +0 -14
  241. package/android/src/main/res/drawable-tr/subscribe_with_googlepay_button_content.xml +0 -14
  242. package/android/src/main/res/drawable-uk/book_with_googlepay_button_content.xml +0 -14
  243. package/android/src/main/res/drawable-uk/buy_with_googlepay_button_content.xml +0 -14
  244. package/android/src/main/res/drawable-uk/checkout_with_googlepay_button_content.xml +0 -14
  245. package/android/src/main/res/drawable-uk/donate_with_googlepay_button_content.xml +0 -14
  246. package/android/src/main/res/drawable-uk/order_with_googlepay_button_content.xml +0 -14
  247. package/android/src/main/res/drawable-uk/pay_with_googlepay_button_content.xml +0 -14
  248. package/android/src/main/res/drawable-uk/subscribe_with_googlepay_button_content.xml +0 -14
  249. package/android/src/main/res/drawable-v21/googlepay_button_background.xml +0 -7
  250. package/android/src/main/res/drawable-v21/googlepay_button_no_shadow_background.xml +0 -7
  251. package/android/src/main/res/drawable-xhdpi/googlepay_button_background_image.9.png +0 -0
  252. package/android/src/main/res/drawable-xhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
  253. package/android/src/main/res/drawable-xxhdpi/googlepay_button_background_image.9.png +0 -0
  254. package/android/src/main/res/drawable-xxhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
  255. package/android/src/main/res/drawable-xxxhdpi/googlepay_button_background_image.9.png +0 -0
  256. package/android/src/main/res/drawable-xxxhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
  257. package/android/src/main/res/layout/book_with_googlepay_button.xml +0 -20
  258. package/android/src/main/res/layout/buy_with_googlepay_button.xml +0 -20
  259. package/android/src/main/res/layout/checkout_with_googlepay_button.xml +0 -20
  260. package/android/src/main/res/layout/donate_with_googlepay_button.xml +0 -20
  261. package/android/src/main/res/layout/googlepay_mark_button.xml +0 -16
  262. package/android/src/main/res/layout/order_with_googlepay_button.xml +0 -20
  263. package/android/src/main/res/layout/pay_with_googlepay_button.xml +0 -20
  264. package/android/src/main/res/layout/plain_googlepay_button.xml +0 -17
  265. package/android/src/main/res/layout/subscribe_with_googlepay_button.xml +0 -20
  266. package/android/src/main/res/values/googlepay_strings.xml +0 -14
@@ -1,14 +0,0 @@
1
- <vector android:width="122dp" android:height="21dp" android:viewportWidth="122" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.65225 15.0006V3.54461h8.63995V15.0006H8.53225V5.20861h-5.12v9.79199h-1.76zm11.22435 0.128c-0.1173 0-0.24-0.0107-0.368-0.032-0.1173-0.0107-0.2293-0.0267-0.336-0.048v-1.6c0.0747 0.032 0.16 0.0587 0.256 0.08s0.176 0.032 0.24 0.032c0.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.84061h6.24v8.15999h-1.712V8.34461h-2.896v2.62399c0 0.544-0.0373 1.0667-0.112 1.568-0.0746 0.5013-0.2026 0.9493-0.384 1.344-0.1706 0.384-0.4213 0.688-0.752 0.912-0.32 0.224-0.7413 0.336-1.264 0.336zm11.7851 0.128c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm7.8192 1.152V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm5.9606 0V6.84061h1.728v4.17599l-0.096 1.536h0.096l4.08-5.71199h1.712v8.15999h-1.712v-4.16l0.096-1.53599h-0.096l-4.08 5.69599h-1.728zm16.3652 3.056c-0.032 0.0747-0.0693 0.1493-0.112 0.224-0.032 0.0853-0.0533 0.144-0.064 0.176h-1.84c0.0534-0.1173 0.128-0.2827 0.224-0.496 0.1067-0.2133 0.208-0.4267 0.304-0.64 0.064-0.1387 0.128-0.288 0.192-0.448 0.0747-0.16 0.1494-0.3253 0.224-0.496 0.0854-0.1707 0.1654-0.336 0.24-0.496l0.608-1.328-3.408-7.71199h1.92l2.336 5.56799h0.08l2.256-5.56799h1.904l-4.224 9.72799c-0.0746 0.1813-0.16 0.3733-0.256 0.576-0.0853 0.2027-0.1653 0.384-0.24 0.544-0.064 0.1707-0.112 0.2933-0.144 0.368zm9.0124-2.8c-0.4373 0-0.8853-0.0533-1.344-0.16-0.448-0.1067-0.864-0.288-1.248-0.544-0.384-0.2667-0.7093-0.6347-0.976-1.104l1.376-0.8c0.2987 0.416 0.64 0.704 1.024 0.864 0.3947 0.1493 0.784 0.224 1.168 0.224 0.5547 0 0.976-0.1067 1.264-0.32 0.288-0.2133 0.432-0.4907 0.432-0.832 0-0.2987-0.1333-0.5387-0.4-0.72-0.256-0.192-0.6186-0.288-1.088-0.288h-1.328v-1.36h1.328c0.4054 0 0.7147-0.096 0.928-0.28799 0.224-0.192 0.336-0.43733 0.336-0.736 0-0.352-0.1493-0.62933-0.448-0.832-0.2986-0.21333-0.6773-0.32-1.136-0.32-0.4053 0-0.7946 0.08533-1.168 0.256-0.3733 0.16-0.656 0.37867-0.848 0.656l-1.28-0.848c0.2454-0.32 0.5387-0.592 0.88-0.816 0.3414-0.224 0.7147-0.39467 1.12-0.512 0.416-0.128 0.8534-0.192 1.312-0.192 0.608 0 1.152 0.10133 1.632 0.304s0.8587 0.48533 1.136 0.848c0.288 0.352 0.432 0.76267 0.432 1.232 0 0.40533-0.1013 0.768-0.304 1.08799-0.2026 0.32-0.4693 0.5547-0.8 0.704v0.096c0.416 0.1707 0.752 0.4267 1.008 0.768s0.384 0.7307 0.384 1.168c0 0.48-0.144 0.9067-0.432 1.28-0.2773 0.3733-0.672 0.6667-1.184 0.88-0.5013 0.2027-1.0933 0.304-1.776 0.304z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M96.3563 3.42339v4.73836h2.9221c0.6961 0 1.2716-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.455-0.4798-1.0305-0.72024-1.7266-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1766 0 2.1746 0.39207 2.9976 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.9976 1.15562h-2.8841v0.00108zM105.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M121.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="M89.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M81.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M77.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C74.3003 6.01837 74 7.20756 74 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M81.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="158dp" android:height="21dp" android:viewportWidth="158" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.94287 15.0006V3.54461h8.64003V15.0006H8.82287V5.20861h-5.12v9.79199h-1.76zm11.08033 3.456V6.84061h1.616v1.104h0.096c0.1494-0.23467 0.3467-0.45333 0.592-0.656 0.256-0.21333 0.5547-0.384 0.896-0.512 0.3414-0.128 0.72-0.192 1.136-0.192 0.7467 0 1.4134 0.18667 2 0.56 0.5867 0.37333 1.0507 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5893-0.528 2.24-0.3413 0.6507-0.8053 1.1627-1.392 1.536-0.5866 0.3733-1.2533 0.56-2 0.56-0.6186 0-1.1573-0.1387-1.616-0.416-0.4586-0.2773-0.7946-0.5867-1.008-0.928h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.2347-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.1173-1.05066-0.352-1.45599-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4266 0-0.8266 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2346 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.1174 1.056 0.352 1.472 0.2347 0.4053 0.5387 0.72 0.912 0.944 0.3734 0.224 0.7734 0.336 1.2 0.336zm9.6109 1.584c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9974-0.1227 1.36-0.368 0.3734-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0106-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2346-0.448-0.416-0.64-0.1813-0.192-0.4106-0.34667-0.688-0.464-0.2773-0.128-0.6026-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3626 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm9.9169 5.00799V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm5.9606 0V6.84061h7.168v8.15999h-1.728V8.34461h-3.712v6.65599h-1.728zm9.4655 0.128c-0.1173 0-0.24-0.0107-0.368-0.032-0.1173-0.0107-0.2293-0.0267-0.336-0.048v-1.6c0.0747 0.032 0.16 0.0587 0.256 0.08s0.176 0.032 0.24 0.032c0.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.84061h6.24v8.15999h-1.712V8.34461h-2.896v2.62399c0 0.544-0.0373 1.0667-0.112 1.568-0.0746 0.5013-0.2026 0.9493-0.384 1.344-0.1706 0.384-0.4213 0.688-0.752 0.912-0.32 0.224-0.7413 0.336-1.264 0.336zm11.7852 0.128c-0.5867 0-1.1094-0.1173-1.5681-0.352-0.4479-0.2347-0.8053-0.5547-1.0719-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm7.8191 1.152V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm8.5206 0.256c-0.5867 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm12.6887 4.208c-0.032 0.0747-0.0693 0.1493-0.112 0.224-0.032 0.0853-0.0533 0.144-0.064 0.176h-1.84c0.0534-0.1173 0.128-0.2827 0.224-0.496 0.1067-0.2133 0.208-0.4267 0.304-0.64 0.064-0.1387 0.128-0.288 0.192-0.448 0.0747-0.16 0.1494-0.3253 0.224-0.496 0.0854-0.1707 0.1654-0.336 0.24-0.496l0.608-1.328-3.408-7.71199h1.92l2.336 5.56799h0.08l2.256-5.56799h1.904l-4.224 9.72799c-0.0746 0.1813-0.16 0.3733-0.256 0.576-0.0853 0.2027-0.1653 0.384-0.24 0.544-0.064 0.1707-0.112 0.2933-0.144 0.368zm9.0123-2.8c-0.4372 0-0.8852-0.0533-1.3439-0.16-0.448-0.1067-0.864-0.288-1.248-0.544-0.384-0.2667-0.7093-0.6347-0.976-1.104l1.376-0.8c0.2987 0.416 0.64 0.704 1.024 0.864 0.3947 0.1493 0.784 0.224 1.1679 0.224 0.555 0 0.976-0.1067 1.264-0.32 0.288-0.2133 0.432-0.4907 0.432-0.832 0-0.2987-0.133-0.5387-0.4-0.72-0.256-0.192-0.619-0.288-1.088-0.288h-1.3279v-1.36h1.3279c0.405 0 0.715-0.096 0.928-0.28799 0.224-0.192 0.336-0.43733 0.336-0.736 0-0.352-0.149-0.62933-0.448-0.832-0.299-0.21333-0.677-0.32-1.136-0.32-0.4052 0-0.7945 0.08533-1.1679 0.256-0.3733 0.16-0.656 0.37867-0.848 0.656l-1.28-0.848c0.2454-0.32 0.5387-0.592 0.88-0.816 0.3414-0.224 0.7147-0.39467 1.12-0.512 0.416-0.128 0.8534-0.192 1.3119-0.192 0.608 0 1.152 0.10133 1.632 0.304s0.859 0.48533 1.136 0.848c0.288 0.352 0.432 0.76267 0.432 1.232 0 0.40533-0.101 0.768-0.304 1.08799-0.203 0.32-0.469 0.5547-0.8 0.704v0.096c0.416 0.1707 0.752 0.4267 1.008 0.768s0.384 0.7307 0.384 1.168c0 0.48-0.144 0.9067-0.432 1.28-0.277 0.3733-0.672 0.6667-1.184 0.88-0.501 0.2027-1.093 0.304-1.776 0.304z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M132.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.00108zM141.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M157.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="M125.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="M117.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M113.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C110.3 6.01837 110 7.20756 110 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M117.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="129dp" android:height="21dp" android:viewportWidth="129" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.38662 15.0006V3.54461h4.288c0.62934 0 1.2 0.13333 1.712 0.4s0.91734 0.62933 1.216 1.088c0.30934 0.45867 0.464 0.976 0.464 1.552 0 0.58667-0.144 1.088-0.432 1.504-0.288 0.416-0.66133 0.73067-1.12 0.944v0.08c0.576 0.192 1.04534 0.52267 1.408 0.99199 0.36267 0.4693 0.544 1.0293 0.544 1.68 0 0.64-0.16533 1.2-0.496 1.68-0.32 0.48-0.75733 0.8587-1.312 1.136-0.544 0.2667-1.14133 0.4-1.792 0.4h-4.48zm1.76-5.07199v3.43999h2.72c0.384 0 0.71467-0.08 0.992-0.24 0.27734-0.16 0.48534-0.3733 0.624-0.64 0.14934-0.2667 0.224-0.544 0.224-0.832 0-0.3093-0.07466-0.592-0.224-0.848-0.14933-0.2667-0.368-0.48-0.656-0.64-0.27733-0.16-0.61866-0.23999-1.024-0.23999h-2.656zm0-1.568h2.448c0.37334 0 0.688-0.07467 0.944-0.224 0.26667-0.16 0.46934-0.36267 0.608-0.608 0.13867-0.256 0.208-0.51733 0.208-0.784 0-0.26667-0.06933-0.51733-0.208-0.752-0.128-0.24533-0.32-0.44267-0.576-0.592-0.256-0.16-0.56-0.24-0.912-0.24h-2.512v3.2zM15.1042 15.2566c-0.8426 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1413-0.9013-1.504-1.552-0.3626-0.6613-0.544-1.3973-0.544-2.208 0-0.8107 0.1814-1.54132 0.544-2.19199 0.3627-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3814-0.576 2.224-0.576 0.832 0 1.568 0.19733 2.208 0.592 0.64 0.384 1.1414 0.90133 1.504 1.552 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8107-0.1813 1.5467-0.544 2.208-0.3626 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.584c0.448 0 0.864-0.1067 1.248-0.32 0.384-0.224 0.6934-0.5387 0.928-0.944 0.2454-0.416 0.368-0.912 0.368-1.488s-0.1226-1.06666-0.368-1.47199c-0.2346-0.416-0.544-0.73067-0.928-0.944-0.384-0.224-0.8-0.336-1.248-0.336-0.448 0-0.8693 0.112-1.264 0.336-0.384 0.21333-0.6986 0.528-0.944 0.944-0.2346 0.40533-0.352 0.89599-0.352 1.47199s0.1174 1.072 0.352 1.488c0.2454 0.4053 0.5654 0.72 0.96 0.944 0.3947 0.2133 0.8107 0.32 1.248 0.32zm5.9194 1.328V3.54461h1.728v6.75199l3.456-3.45599h2.144v0.096l-3.152 3.11999 3.264 4.848v0.096h-2.048l-2.432-3.744-1.232 1.216v2.528h-1.728zm11.0694 0.256c-0.5867 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.9047 1.152V6.84061h1.632v1.12h0.096c0.16-0.26667 0.368-0.50133 0.624-0.704 0.256-0.20267 0.544-0.36267 0.864-0.48 0.3307-0.128 0.672-0.192 1.024-0.192 0.608 0 1.1254 0.144 1.552 0.432 0.4267 0.288 0.7307 0.65067 0.912 1.088 0.2667-0.42667 0.6294-0.784 1.088-1.072 0.4587-0.29867 1.0187-0.448 1.68-0.448 0.96 0 1.6747 0.29333 2.144 0.88 0.4694 0.576 0.704 1.344 0.704 2.304v5.23199h-1.712v-4.944c0-0.66132-0.144-1.14132-0.432-1.43999-0.2773-0.29867-0.6666-0.448-1.168-0.448-0.3946 0-0.7413 0.112-1.04 0.336-0.2986 0.21333-0.5333 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.6933-0.464-1.216-0.464-0.3733 0-0.7093 0.112-1.008 0.336-0.288 0.224-0.5173 0.52267-0.688 0.896-0.16 0.37333-0.24 0.78929-0.24 1.24799v4.352h-1.728zm18.1437 0.256c-0.8 0-1.5147-0.1867-2.144-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1706-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0426 0.448 0.1546 0.8373 0.336 1.168 0.2346 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64-0.1814-0.192-0.4107-0.34667-0.688-0.464-0.2774-0.128-0.6027-0.192-0.976-0.192-0.4694 0-0.8854 0.12267-1.248 0.368-0.3627 0.23467-0.6454 0.56533-0.848 0.992-0.0854 0.18133-0.1494 0.37333-0.192 0.576zm11.5592 5.26399c-0.736 0-1.4026-0.1867-2-0.56-0.5973-0.3733-1.0666-0.8853-1.408-1.536-0.3413-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.1707-1.58932 0.512-2.23999 0.3414-0.65067 0.8107-1.16267 1.408-1.536 0.5974-0.37333 1.264-0.56 2-0.56 0.4267 0 0.8107 0.064 1.152 0.192 0.3414 0.128 0.6347 0.29867 0.88 0.512 0.256 0.20267 0.4534 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.1386 0.224-0.336 0.4427-0.592 0.656-0.2453 0.2027-0.5386 0.368-0.88 0.496-0.3413 0.128-0.7253 0.192-1.152 0.192zm0.256-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4266 0-0.8266 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2346 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1174 1.04 0.352 1.456 0.2347 0.416 0.5387 0.736 0.912 0.96 0.3734 0.224 0.7734 0.336 1.2 0.336z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M103.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.00108zM112.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M128.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="M96.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M88.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M84.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C81.3003 6.01837 81 7.20756 81 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M88.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="131dp" android:height="21dp" android:viewportWidth="131" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.71475 15.0006V3.54461h1.76v5.632l4.768-5.632h2.17595v0.096l-4.19195 4.832 4.55995 6.43199v0.096H8.64275l-3.6-5.15199-1.568 1.82399v3.328h-1.76zm13.92075 0.256c-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.6613-0.544-1.3973-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.19733 2.208 0.592 0.64 0.384 1.1413 0.90133 1.504 1.552 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8107-0.1813 1.5467-0.544 2.208-0.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.5653 0.72 0.96 0.944 0.3947 0.2133 0.8107 0.32 1.248 0.32zm1.408-8.49599c-0.2667 0-0.5013-0.096-0.704-0.288-0.192-0.20267-0.288-0.43733-0.288-0.704 0-0.288 0.096-0.52267 0.288-0.704 0.2027-0.192 0.4373-0.288 0.704-0.288 0.288 0 0.528 0.096 0.72 0.288 0.192 0.18133 0.288 0.416 0.288 0.704 0 0.26667-0.096 0.50133-0.288 0.704-0.192 0.192-0.432 0.288-0.72 0.288zm-2.832 0c-0.2667 0-0.5013-0.096-0.704-0.288-0.192-0.20267-0.288-0.43733-0.288-0.704 0-0.288 0.096-0.52267 0.288-0.704 0.2027-0.192 0.4373-0.288 0.704-0.288 0.288 0 0.5227 0.096 0.704 0.288 0.192 0.18133 0.288 0.416 0.288 0.704 0 0.26667-0.096 0.50133-0.288 0.704-0.1813 0.192-0.416 0.288-0.704 0.288zm7.3274 13.27999V6.84061h1.616v1.104h0.096c0.1493-0.23467 0.3466-0.45333 0.592-0.656 0.256-0.21333 0.5546-0.384 0.896-0.512 0.3413-0.128 0.72-0.192 1.136-0.192 0.7466 0 1.4133 0.18667 2 0.56 0.5866 0.37333 1.0506 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5893-0.528 2.24-0.3414 0.6507-0.8054 1.1627-1.392 1.536-0.5867 0.3733-1.2534 0.56-2 0.56-0.6187 0-1.1574-0.1387-1.616-0.416-0.4587-0.2773-0.7947-0.5867-1.008-0.928h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.4266 0 0.8266-0.112 1.2-0.336 0.384-0.224 0.688-0.544 0.912-0.96 0.2346-0.416 0.352-0.9013 0.352-1.456 0-0.5653-0.1174-1.05066-0.352-1.45599-0.224-0.416-0.528-0.736-0.912-0.96-0.3734-0.224-0.7734-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3734 0.224-0.6774 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.1173 1.056 0.352 1.472 0.2346 0.4053 0.5386 0.72 0.912 0.944 0.3733 0.224 0.7733 0.336 1.2 0.336zm8.4741 1.584c-0.5867 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.9047 1.152V6.84061h1.632v1.12h0.096c0.16-0.26667 0.368-0.50133 0.624-0.704 0.256-0.20267 0.544-0.36267 0.864-0.48 0.3307-0.128 0.672-0.192 1.024-0.192 0.608 0 1.1254 0.144 1.552 0.432 0.4267 0.288 0.7307 0.65067 0.912 1.088 0.2667-0.42667 0.6294-0.784 1.088-1.072 0.4587-0.29867 1.0187-0.448 1.68-0.448 0.96 0 1.6747 0.29333 2.144 0.88 0.4694 0.576 0.704 1.344 0.704 2.304v5.23199h-1.712v-4.944c0-0.66132-0.144-1.14132-0.432-1.43999-0.2773-0.29867-0.6666-0.448-1.168-0.448-0.3946 0-0.7413 0.112-1.04 0.336-0.2986 0.21333-0.5333 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.6933-0.464-1.216-0.464-0.3733 0-0.7093 0.112-1.008 0.336-0.288 0.224-0.5173 0.52267-0.688 0.896-0.16 0.37333-0.24 0.78929-0.24 1.24799v4.352h-1.728zm18.1437 0.256c-0.8 0-1.5147-0.1867-2.144-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1706-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0426 0.448 0.1546 0.8373 0.336 1.168 0.2346 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64-0.1814-0.192-0.4107-0.34667-0.688-0.464-0.2774-0.128-0.6027-0.192-0.976-0.192-0.4694 0-0.8854 0.12267-1.248 0.368-0.3627 0.23467-0.6454 0.56533-0.848 0.992-0.0854 0.18133-0.1494 0.37333-0.192 0.576zm11.5592 5.26399c-0.736 0-1.4026-0.1867-2-0.56-0.5973-0.3733-1.0666-0.8853-1.408-1.536-0.3413-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.1707-1.58932 0.512-2.23999 0.3414-0.65067 0.8107-1.16267 1.408-1.536 0.5974-0.37333 1.264-0.56 2-0.56 0.4267 0 0.8107 0.064 1.152 0.192 0.3414 0.128 0.6347 0.29867 0.88 0.512 0.256 0.20267 0.4534 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.1386 0.224-0.336 0.4427-0.592 0.656-0.2453 0.2027-0.5386 0.368-0.88 0.496-0.3413 0.128-0.7253 0.192-1.152 0.192zm0.256-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4266 0-0.8266 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2346 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1174 1.04 0.352 1.456 0.2347 0.416 0.5387 0.736 0.912 0.96 0.3734 0.224 0.7734 0.336 1.2 0.336z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M105.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.00108zM114.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M130.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="M98.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M90.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M86.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C83.3003 6.01837 83 7.20756 83 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M90.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="145dp" android:height="21dp" android:viewportWidth="145" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M2.27413 15.0006V3.54461h1.76v4.768h5.36v-4.768h1.74397V15.0006H9.39413V9.97661h-5.36v5.02399h-1.76zm13.64077 0.256c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0204 1.152V6.84061h1.632v1.12h0.096c0.2346-0.39467 0.5813-0.72 1.04-0.976 0.4693-0.26667 0.9813-0.4 1.536-0.4 1.0026 0 1.7546 0.29867 2.256 0.896 0.5013 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1654-1.14132-0.496-1.43999-0.3307-0.30933-0.7627-0.464-1.296-0.464-0.416 0-0.7787 0.11733-1.088 0.352-0.3094 0.224-0.5547 0.52267-0.736 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm12.9192 0.256c-0.736 0-1.4027-0.1867-2-0.56-0.5973-0.3733-1.0667-0.8853-1.408-1.536-0.3413-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.1707-1.58932 0.512-2.23999 0.3413-0.65067 0.8107-1.16267 1.408-1.536 0.5973-0.37333 1.264-0.56 2-0.56 0.4267 0 0.8107 0.064 1.152 0.192 0.3413 0.128 0.6347 0.29867 0.88 0.512 0.256 0.20267 0.4533 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.1387 0.224-0.336 0.4427-0.592 0.656-0.2453 0.2027-0.5387 0.368-0.88 0.496-0.3413 0.128-0.7253 0.192-1.152 0.192zm0.256-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1173 1.04 0.352 1.456 0.2347 0.416 0.5387 0.736 0.912 0.96 0.3733 0.224 0.7733 0.336 1.2 0.336zm6.2814 1.328V3.54461h1.728V15.0006h-1.728zm6.3971 0.256c-0.5867 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.9048 1.152V6.84061h1.632v1.12h0.096c0.16-0.26667 0.368-0.50133 0.624-0.704 0.256-0.20267 0.544-0.36267 0.864-0.48 0.3306-0.128 0.672-0.192 1.024-0.192 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.66132-0.144-1.14132-0.432-1.43999-0.2774-0.29867-0.6667-0.448-1.168-0.448-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.3734 0-0.7094 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.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1706-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0426 0.448 0.1546 0.8373 0.336 1.168 0.2346 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64-0.1814-0.192-0.4107-0.34667-0.688-0.464-0.2774-0.128-0.6027-0.192-0.976-0.192-0.4694 0-0.8854 0.12267-1.248 0.368-0.3627 0.23467-0.6454 0.56533-0.848 0.992-0.0854 0.18133-0.1494 0.37333-0.192 0.576zm11.5592 5.26399c-0.736 0-1.4026-0.1867-2-0.56-0.5973-0.3733-1.0666-0.8853-1.408-1.536-0.3413-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.1707-1.58932 0.512-2.23999 0.3414-0.65067 0.8107-1.16267 1.408-1.536 0.5974-0.37333 1.264-0.56 2-0.56 0.4267 0 0.8107 0.064 1.152 0.192 0.3414 0.128 0.6347 0.29867 0.88 0.512 0.256 0.20267 0.4534 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.1386 0.224-0.336 0.4427-0.592 0.656-0.2453 0.2027-0.5386 0.368-0.88 0.496-0.3413 0.128-0.7253 0.192-1.152 0.192zm0.256-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4266 0-0.8266 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2346 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1174 1.04 0.352 1.456 0.2347 0.416 0.5387 0.736 0.912 0.96 0.3734 0.224 0.7734 0.336 1.2 0.336z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M119.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM128.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M144.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
- </group>
7
- <group>
8
- <path android:pathData="M112.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M104.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9254 4.2964 6.9744 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M100.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.5924C97.3003 6.01837 97 7.20756 97 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M104.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.049 0-5.6896 1.749132-6.9744 4.296472l2.5924 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="147dp" android:height="21dp" android:viewportWidth="147" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.6335 15.0006V3.54461h3.664c1.20533 0 2.24 0.24533 3.104 0.736 0.87467 0.48 1.54667 1.152 2.016 2.016 0.48 0.864 0.72 1.856 0.72 2.976 0 1.11999-0.24 2.11199-0.72 2.97599-0.46933 0.864-1.14133 1.5413-2.016 2.032-0.864 0.48-1.89867 0.72-3.104 0.72h-3.664zm1.76-1.664h1.856c0.864 0 1.60534-0.16 2.224-0.48 0.61867-0.3307 1.088-0.8 1.408-1.408 0.32-0.608 0.48-1.3333 0.48-2.17599 0-0.84267-0.16-1.568-0.48-2.176-0.32-0.608-0.78933-1.072-1.408-1.392-0.61866-0.33067-1.36-0.496-2.224-0.496h-1.856v8.12799zm13.2233 1.92c-0.8427 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1414-0.9013-1.504-1.552-0.3627-0.6613-0.544-1.3973-0.544-2.208 0-0.8107 0.1813-1.54132 0.544-2.19199 0.3626-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3813-0.576 2.224-0.576 0.832 0 1.568 0.19733 2.208 0.592 0.64 0.384 1.1413 0.90133 1.504 1.552 0.3626 0.65067 0.544 1.38129 0.544 2.19199 0 0.8107-0.1814 1.5467-0.544 2.208-0.3627 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.584c0.448 0 0.864-0.1067 1.248-0.32 0.384-0.224 0.6933-0.5387 0.928-0.944 0.2453-0.416 0.368-0.912 0.368-1.488s-0.1227-1.06666-0.368-1.47199c-0.2347-0.416-0.544-0.73067-0.928-0.944-0.384-0.224-0.8-0.336-1.248-0.336-0.448 0-0.8694 0.112-1.264 0.336-0.384 0.21333-0.6987 0.528-0.944 0.944-0.2347 0.40533-0.352 0.89599-0.352 1.47199s0.1173 1.072 0.352 1.488c0.2453 0.4053 0.5653 0.72 0.96 0.944 0.3946 0.2133 0.8106 0.32 1.248 0.32zm5.8412 1.328V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5813-0.72 1.04-0.976 0.4693-0.26667 0.9813-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5013 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3307-0.30933-0.7627-0.464-1.296-0.464-0.416 0-0.7787 0.11733-1.088 0.352-0.3093 0.224-0.5547 0.52267-0.736 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm13.1593 0.256c-0.8 0-1.5147-0.1867-2.144-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1706-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0426 0.448 0.1546 0.8373 0.336 1.168 0.2346 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64-0.1814-0.192-0.4107-0.34667-0.688-0.464-0.2774-0.128-0.6027-0.192-0.976-0.192-0.4694 0-0.8854 0.12267-1.248 0.368-0.3627 0.23467-0.6454 0.56533-0.848 0.992-0.0854 0.18133-0.1494 0.37333-0.192 0.576zm7.9931 5.00799V6.84061h1.632v1.2h0.096c0.128-0.27733 0.3093-0.52267 0.544-0.736 0.2453-0.21333 0.5226-0.384 0.832-0.512 0.32-0.128 0.6506-0.192 0.992-0.192 0.224 0 0.4106 0.016 0.56 0.048 0.16 0.02133 0.304 0.05867 0.432 0.112v1.792c-0.2027-0.08533-0.4107-0.15467-0.624-0.208-0.2027-0.05333-0.416-0.08-0.64-0.08-0.4054 0-0.768 0.112-1.088 0.336-0.3094 0.21333-0.5547 0.50133-0.736 0.864-0.1814 0.36267-0.272 0.76799-0.272 1.21599v4.32h-1.728zm8.8506 0.256c-0.5867 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.9048 1.152V6.84061h1.632v1.12h0.096c0.16-0.26667 0.368-0.50133 0.624-0.704 0.256-0.20267 0.544-0.36267 0.864-0.48 0.3306-0.128 0.672-0.192 1.024-0.192 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.66132-0.144-1.14132-0.432-1.43999-0.2774-0.29867-0.6667-0.448-1.168-0.448-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.3734 0-0.7094 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.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1706-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0426 0.448 0.1546 0.8373 0.336 1.168 0.2346 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64-0.1814-0.192-0.4107-0.34667-0.688-0.464-0.2774-0.128-0.6027-0.192-0.976-0.192-0.4694 0-0.8854 0.12267-1.248 0.368-0.3627 0.23467-0.6454 0.56533-0.848 0.992-0.0854 0.18133-0.1494 0.37333-0.192 0.576zm11.5592 5.26399c-0.736 0-1.4026-0.1867-2-0.56-0.5973-0.3733-1.0666-0.8853-1.408-1.536-0.3413-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.1707-1.58932 0.512-2.23999 0.3414-0.65067 0.8107-1.16267 1.408-1.536 0.5974-0.37333 1.264-0.56 2-0.56 0.4267 0 0.8107 0.064 1.152 0.192 0.3414 0.128 0.6347 0.29867 0.88 0.512 0.256 0.20267 0.4534 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.1386 0.224-0.336 0.4427-0.592 0.656-0.2453 0.2027-0.5386 0.368-0.88 0.496-0.3413 0.128-0.7253 0.192-1.152 0.192zm0.256-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4266 0-0.8266 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2346 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1174 1.04 0.352 1.456 0.2347 0.416 0.5387 0.736 0.912 0.96 0.3734 0.224 0.7734 0.336 1.2 0.336z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M121.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.00108zM130.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M146.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="M114.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="M106.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.5924v2.00911c1.2844 2.5473 3.9254 4.2964 6.9744 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M102.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.5924C99.3003 6.01837 99 7.20756 99 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M106.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.9744 4.296472l2.5924 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="151dp" android:height="21dp" android:viewportWidth="151" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.41162 15.0006V3.54461h4.288c0.62934 0 1.2 0.13333 1.712 0.4s0.91734 0.62933 1.216 1.088c0.30934 0.45867 0.464 0.976 0.464 1.552 0 0.58667-0.144 1.088-0.432 1.504-0.288 0.416-0.66133 0.73067-1.12 0.944v0.08c0.576 0.192 1.04534 0.52267 1.408 0.99199 0.36267 0.4693 0.544 1.0293 0.544 1.68 0 0.64-0.16533 1.2-0.496 1.68-0.32 0.48-0.75733 0.8587-1.312 1.136-0.544 0.2667-1.14133 0.4-1.792 0.4h-4.48zm1.76-5.07199v3.43999h2.72c0.384 0 0.71467-0.08 0.992-0.24 0.27734-0.16 0.48534-0.3733 0.624-0.64 0.14934-0.2667 0.224-0.544 0.224-0.832 0-0.3093-0.07466-0.592-0.224-0.848-0.14933-0.2667-0.368-0.48-0.656-0.64-0.27733-0.16-0.61866-0.23999-1.024-0.23999h-2.656zm0-1.568h2.448c0.37334 0 0.688-0.07467 0.944-0.224 0.26667-0.16 0.46934-0.36267 0.608-0.608 0.13867-0.256 0.208-0.51733 0.208-0.784 0-0.26667-0.06933-0.51733-0.208-0.752-0.128-0.24533-0.32-0.44267-0.576-0.592-0.256-0.16-0.56-0.24-0.912-0.24h-2.512v3.2zM15.0172 15.2566c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9974-0.1227 1.36-0.368 0.3734-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0106-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2346-0.448-0.416-0.64-0.1813-0.192-0.4106-0.34667-0.688-0.464-0.2773-0.128-0.6026-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3626 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm11.0473 5.26399c-0.6507 0-1.216-0.096-1.696-0.288-0.48-0.2027-0.8747-0.4693-1.184-0.8-0.3093-0.3413-0.5387-0.7093-0.688-1.104l1.552-0.672c0.192 0.4373 0.464 0.7733 0.816 1.008 0.3627 0.224 0.7787 0.336 1.248 0.336 0.4267 0 0.7947-0.0747 1.104-0.224 0.3093-0.16 0.464-0.416 0.464-0.768 0-0.224-0.0747-0.4053-0.224-0.544-0.1387-0.1493-0.3307-0.272-0.576-0.368-0.2347-0.096-0.5067-0.1813-0.816-0.256l-0.976-0.224c-0.384-0.096-0.752-0.2453-1.104-0.448-0.3413-0.2133-0.6187-0.48-0.832-0.8-0.2133-0.31999-0.32-0.69866-0.32-1.13599 0-0.49067 0.1387-0.912 0.416-1.264 0.288-0.36267 0.672-0.64 1.152-0.832 0.48-0.192 0.9973-0.288 1.552-0.288 0.512 0 0.976 0.06933 1.392 0.208 0.4267 0.128 0.7947 0.32533 1.104 0.592 0.32 0.256 0.5707 0.576 0.752 0.96l-1.488 0.672c-0.1813-0.36267-0.4267-0.61333-0.736-0.752-0.3093-0.14933-0.6453-0.224-1.008-0.224-0.4053 0-0.7467 0.08533-1.024 0.256-0.2667 0.16-0.4 0.37333-0.4 0.64 0 0.27733 0.1173 0.496 0.352 0.656 0.2453 0.16 0.544 0.288 0.896 0.384l1.184 0.28799c0.8107 0.2027 1.4187 0.512 1.824 0.928 0.4053 0.4053 0.608 0.9013 0.608 1.488 0 0.5227-0.1493 0.9813-0.448 1.376-0.2987 0.384-0.704 0.6827-1.216 0.896-0.5013 0.2027-1.0613 0.304-1.68 0.304zm4.364-8.41599h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1707 0.2133 0.4533 0.32 0.848 0.32 0.192 0 0.3627-0.0267 0.512-0.08 0.1493-0.064 0.2987-0.1387 0.448-0.224v1.68c-0.1813 0.0747-0.3733 0.1333-0.576 0.176-0.2027 0.0427-0.4427 0.064-0.72 0.064-0.7573 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84V8.34461h-1.424v-1.504zm9.3637 8.41599c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm1.76-8.67199c-0.2666 0-0.5013-0.096-0.704-0.288-0.192-0.20267-0.288-0.43733-0.288-0.704 0-0.288 0.096-0.52267 0.288-0.704 0.2027-0.192 0.4374-0.288 0.704-0.288 0.288 0 0.528 0.096 0.72 0.288 0.192 0.18133 0.288 0.416 0.288 0.704 0 0.26667-0.096 0.50133-0.288 0.704-0.192 0.192-0.432 0.288-0.72 0.288zm-2.832 0c-0.2666 0-0.5013-0.096-0.704-0.288-0.192-0.20267-0.288-0.43733-0.288-0.704 0-0.288 0.096-0.52267 0.288-0.704 0.2027-0.192 0.4374-0.288 0.704-0.288 0.288 0 0.5227 0.096 0.704 0.288 0.192 0.18133 0.288 0.416 0.288 0.704 0 0.26667-0.096 0.50133-0.288 0.704-0.1813 0.192-0.416 0.288-0.704 0.288zm7.1084 9.82399V3.54461h1.728V15.0006h-1.728zm3.9313 0V3.54461h1.728V15.0006h-1.728zm6.3971 0.256c-0.5867 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.9047 1.152V6.84061h1.632v1.12h0.096c0.16-0.26667 0.368-0.50133 0.624-0.704 0.256-0.20267 0.544-0.36267 0.864-0.48 0.3307-0.128 0.672-0.192 1.024-0.192 0.608 0 1.1254 0.144 1.552 0.432 0.4267 0.288 0.7307 0.65067 0.912 1.088 0.2667-0.42667 0.6294-0.784 1.088-1.072 0.4587-0.29867 1.0187-0.448 1.68-0.448 0.96 0 1.6747 0.29333 2.144 0.88 0.4694 0.576 0.704 1.344 0.704 2.304v5.23199h-1.712v-4.944c0-0.66132-0.144-1.14132-0.432-1.43999-0.2773-0.29867-0.6666-0.448-1.168-0.448-0.3946 0-0.7413 0.112-1.04 0.336-0.2986 0.21333-0.5333 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.6933-0.464-1.216-0.464-0.3733 0-0.7093 0.112-1.008 0.336-0.288 0.224-0.5173 0.52267-0.688 0.896-0.16 0.37333-0.24 0.78929-0.24 1.24799v4.352h-1.728zm18.1437 0.256c-0.8 0-1.5147-0.1867-2.144-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1706-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0426 0.448 0.1546 0.8373 0.336 1.168 0.2346 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64-0.1814-0.192-0.4107-0.34667-0.688-0.464-0.2774-0.128-0.6027-0.192-0.976-0.192-0.4694 0-0.8854 0.12267-1.248 0.368-0.3627 0.23467-0.6454 0.56533-0.848 0.992-0.0854 0.18133-0.1494 0.37333-0.192 0.576zm11.5592 5.26399c-0.736 0-1.4026-0.1867-2-0.56-0.5973-0.3733-1.0666-0.8853-1.408-1.536-0.3413-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.1707-1.58932 0.512-2.23999 0.3414-0.65067 0.8107-1.16267 1.408-1.536 0.5974-0.37333 1.264-0.56 2-0.56 0.4267 0 0.8107 0.064 1.152 0.192 0.3414 0.128 0.6347 0.29867 0.88 0.512 0.256 0.20267 0.4534 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.1386 0.224-0.336 0.4427-0.592 0.656-0.2453 0.2027-0.5386 0.368-0.88 0.496-0.3413 0.128-0.7253 0.192-1.152 0.192zm0.256-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4266 0-0.8266 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2346 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1174 1.04 0.352 1.456 0.2347 0.416 0.5387 0.736 0.912 0.96 0.3734 0.224 0.7734 0.336 1.2 0.336z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M125.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.00108zM134.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M150.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="M118.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="M110.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M106.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C103.3 6.01837 103 7.20756 103 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M110.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="139dp" android:height="21dp" android:viewportWidth="139" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.55538 15.0006V3.54461h4.288c0.62933 0 1.2 0.13333 1.712 0.4s0.91733 0.62933 1.216 1.088c0.30933 0.45867 0.464 0.976 0.464 1.552 0 0.58667-0.144 1.088-0.432 1.504-0.288 0.416-0.66134 0.73067-1.12 0.944v0.08c0.576 0.192 1.04533 0.52267 1.408 0.99199 0.36266 0.4693 0.544 1.0293 0.544 1.68 0 0.64-0.16534 1.2-0.496 1.68-0.32 0.48-0.75734 0.8587-1.312 1.136-0.544 0.2667-1.14134 0.4-1.792 0.4h-4.48zm1.76-5.07199v3.43999h2.72c0.384 0 0.71466-0.08 0.992-0.24 0.27733-0.16 0.48533-0.3733 0.624-0.64 0.14933-0.2667 0.224-0.544 0.224-0.832 0-0.3093-0.07467-0.592-0.224-0.848-0.14934-0.2667-0.368-0.48-0.656-0.64-0.27734-0.16-0.61867-0.23999-1.024-0.23999h-2.656zm0-1.568h2.448c0.37333 0 0.688-0.07467 0.944-0.224 0.26666-0.16 0.46933-0.36267 0.608-0.608 0.13866-0.256 0.208-0.51733 0.208-0.784 0-0.26667-0.06934-0.51733-0.208-0.752-0.128-0.24533-0.32-0.44267-0.576-0.592-0.256-0.16-0.56-0.24-0.912-0.24h-2.512v3.2zM15.161 15.2566c-0.8 0-1.5147-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0507 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64s-0.4107-0.34667-0.688-0.464c-0.2773-0.128-0.6027-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3627 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.1988-3.152h1.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.192 0 0.3626-0.0267 0.512-0.08 0.1493-0.064 0.2986-0.1387 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.84V8.34461h-1.424v-1.504zm9.3637 8.41599c-0.5867 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0364 1.152V3.54461h1.728V15.0006h-1.728zm6.3971 0.256c-0.5867 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.9048 1.152V6.84061h1.632v1.12h0.096c0.16-0.26667 0.368-0.50133 0.624-0.704 0.256-0.20267 0.544-0.36267 0.864-0.48 0.3306-0.128 0.672-0.192 1.024-0.192 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.66132-0.144-1.14132-0.432-1.43999-0.2774-0.29867-0.6667-0.448-1.168-0.448-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.3734 0-0.7094 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.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1706-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0426 0.448 0.1546 0.8373 0.336 1.168 0.2346 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64-0.1814-0.192-0.4107-0.34667-0.688-0.464-0.2774-0.128-0.6027-0.192-0.976-0.192-0.4694 0-0.8854 0.12267-1.248 0.368-0.3627 0.23467-0.6454 0.56533-0.848 0.992-0.0854 0.18133-0.1494 0.37333-0.192 0.576zm11.5592 5.26399c-0.736 0-1.4026-0.1867-2-0.56-0.5973-0.3733-1.0666-0.8853-1.408-1.536-0.3413-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.1707-1.58932 0.512-2.23999 0.3414-0.65067 0.8107-1.16267 1.408-1.536 0.5974-0.37333 1.264-0.56 2-0.56 0.4267 0 0.8107 0.064 1.152 0.192 0.3414 0.128 0.6347 0.29867 0.88 0.512 0.256 0.20267 0.4534 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.1386 0.224-0.336 0.4427-0.592 0.656-0.2453 0.2027-0.5386 0.368-0.88 0.496-0.3413 0.128-0.7253 0.192-1.152 0.192zm0.256-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4266 0-0.8266 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2346 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1174 1.04 0.352 1.456 0.2347 0.416 0.5387 0.736 0.912 0.96 0.3734 0.224 0.7734 0.336 1.2 0.336z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M113.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM122.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M138.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
- </group>
7
- <group>
8
- <path android:pathData="M106.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.3615v3.00336h4.2165c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M98.8065 16.2651c2.1065 0 3.8805-0.691 5.1735-1.8823l-2.516-1.9506c-0.701 0.4711-1.6026 0.7462-2.6575 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M94.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C91.3003 6.01837 91 7.20756 91 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M98.8065 3.75583c1.1503 0 2.1815 0.39532 2.9945 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.2225-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="190dp" android:height="21dp" android:viewportWidth="190" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.38349 15.0006V3.54461h3.936c0.69334 0 1.32267 0.14933 1.888 0.448 0.56534 0.288 1.01334 0.69867 1.344 1.232 0.34134 0.52267 0.512 1.13067 0.512 1.824 0 0.68267-0.17066 1.29067-0.512 1.824-0.33066 0.53333-0.77866 0.94933-1.344 1.24799-0.56533 0.288-1.19466 0.432-1.888 0.432h-2.176v4.448h-1.76zm1.76-6.11199h2.224c0.416 0 0.768-0.08533 1.056-0.256 0.288-0.18133 0.50667-0.41067 0.656-0.688 0.16-0.288 0.24-0.58667 0.24-0.896s-0.08-0.60267-0.24-0.88c-0.14933-0.27733-0.368-0.50667-0.656-0.688-0.288-0.18133-0.64-0.272-1.056-0.272h-2.224v3.68zm7.58641 6.11199V6.84061h1.632v1.2h0.096c0.128-0.27733 0.3093-0.52267 0.544-0.736 0.2453-0.21333 0.5226-0.384 0.832-0.512 0.32-0.128 0.6506-0.192 0.992-0.192 0.224 0 0.4106 0.016 0.56 0.048 0.16 0.02133 0.304 0.05867 0.432 0.112v1.792c-0.2027-0.08533-0.4107-0.15467-0.624-0.208-0.2027-0.05333-0.416-0.08-0.64-0.08-0.4054 0-0.768 0.112-1.088 0.336-0.3094 0.21333-0.5547 0.50133-0.736 0.864-0.1814 0.36267-0.272 0.76799-0.272 1.21599v4.32h-1.728zm9.8155 0.256c-0.8 0-1.5147-0.1867-2.144-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1706-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0426 0.448 0.1546 0.8373 0.336 1.168 0.2346 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64-0.1814-0.192-0.4107-0.34667-0.688-0.464-0.2774-0.128-0.6027-0.192-0.976-0.192-0.4694 0-0.8854 0.12267-1.248 0.368-0.3627 0.23467-0.6454 0.56533-0.848 0.992-0.0854 0.18133-0.1494 0.37333-0.192 0.576zm7.9931 5.00799V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5813-0.72 1.04-0.976 0.4693-0.26667 0.9813-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5013 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3307-0.30933-0.7627-0.464-1.296-0.464-0.416 0-0.7787 0.11733-1.088 0.352-0.3093 0.224-0.5547 0.52267-0.736 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm12.3912 0.256c-1.0026 0-1.76-0.2987-2.272-0.896-0.5013-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6827 0.16 1.1893 0.48 1.52 0.3307 0.3307 0.7414 0.496 1.232 0.496 0.448 0 0.832-0.112 1.152-0.336 0.32-0.2347 0.5654-0.5387 0.736-0.912 0.1814-0.3733 0.272-0.7733 0.272-1.2V6.84061h1.712v8.15999h-1.616v-1.104h-0.096c-0.1493 0.256-0.3573 0.4853-0.624 0.688-0.2666 0.2027-0.5653 0.3627-0.896 0.48-0.3306 0.128-0.6826 0.192-1.056 0.192zm6.4713-0.256V6.84061h1.632v1.12h0.096c0.16-0.26667 0.368-0.50133 0.624-0.704 0.256-0.20267 0.544-0.36267 0.864-0.48 0.3307-0.128 0.672-0.192 1.024-0.192 0.608 0 1.1253 0.144 1.552 0.432 0.4267 0.288 0.7307 0.65067 0.912 1.088 0.2667-0.42667 0.6293-0.784 1.088-1.072 0.4587-0.29867 1.0187-0.448 1.68-0.448 0.96 0 1.6747 0.29333 2.144 0.88 0.4693 0.576 0.704 1.344 0.704 2.304v5.23199h-1.712v-4.944c0-0.66132-0.144-1.14132-0.432-1.43999-0.2773-0.29867-0.6667-0.448-1.168-0.448-0.3947 0-0.7413 0.112-1.04 0.336-0.2987 0.21333-0.5333 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.6933-0.464-1.216-0.464-0.3733 0-0.7093 0.112-1.008 0.336-0.288 0.224-0.5173 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.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9974-0.1227 1.36-0.368 0.3734-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0106-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2346-0.448-0.416-0.64-0.1813-0.192-0.4106-0.34667-0.688-0.464-0.2773-0.128-0.6026-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3626 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.9931 5.00799V6.84061h1.632v1.2h0.096c0.128-0.27733 0.3094-0.52267 0.544-0.736 0.2454-0.21333 0.5227-0.384 0.832-0.512 0.32-0.128 0.6507-0.192 0.992-0.192 0.224 0 0.4107 0.016 0.56 0.048 0.16 0.02133 0.304 0.05867 0.432 0.112v1.792c-0.2026-0.08533-0.4106-0.15467-0.624-0.208-0.2026-0.05333-0.416-0.08-0.64-0.08-0.4053 0-0.768 0.112-1.088 0.336-0.3093 0.21333-0.5546 0.50133-0.736 0.864-0.1813 0.36267-0.272 0.76799-0.272 1.21599v4.32h-1.728zm9.8155 0.256c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9974-0.1227 1.36-0.368 0.3734-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0106-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2346-0.448-0.416-0.64-0.1813-0.192-0.4106-0.34667-0.688-0.464-0.2773-0.128-0.6026-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3626 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.9932 5.00799V6.84061h1.632v1.2h0.096c0.128-0.27733 0.3093-0.52267 0.544-0.736 0.2453-0.21333 0.5226-0.384 0.832-0.512 0.32-0.128 0.6506-0.192 0.992-0.192 0.224 0 0.4106 0.016 0.56 0.048 0.16 0.02133 0.304 0.05867 0.432 0.112v1.792c-0.2027-0.08533-0.4107-0.15467-0.624-0.208-0.2027-0.05333-0.416-0.08-0.64-0.08-0.4054 0-0.768 0.112-1.088 0.336-0.3094 0.21333-0.5547 0.50133-0.736 0.864-0.1814 0.36267-0.272 0.76799-0.272 1.21599v4.32h-1.728zm8.8506 0.256c-0.5867 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.905 1.152V6.84061h1.632v1.12h0.096c0.16-0.26667 0.368-0.50133 0.624-0.704 0.256-0.20267 0.544-0.36267 0.864-0.48 0.33-0.128 0.672-0.192 1.024-0.192 0.608 0 1.125 0.144 1.552 0.432 0.426 0.288 0.73 0.65067 0.912 1.088 0.266-0.42667 0.629-0.784 1.088-1.072 0.458-0.29867 1.018-0.448 1.68-0.448 0.96 0 1.674 0.29333 2.144 0.88 0.469 0.576 0.704 1.344 0.704 2.304v5.23199h-1.712v-4.944c0-0.66132-0.144-1.14132-0.432-1.43999-0.278-0.29867-0.667-0.448-1.168-0.448-0.395 0-0.742 0.112-1.04 0.336-0.299 0.21333-0.534 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.694-0.464-1.216-0.464-0.374 0-0.71 0.112-1.008 0.336-0.288 0.224-0.518 0.52267-0.688 0.896-0.16 0.37333-0.24 0.78929-0.24 1.24799v4.352h-1.728zm18.143 0.256c-0.8 0-1.514-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.342-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.558 0.18133 2.144 0.544 0.598 0.36267 1.051 0.85867 1.36 1.488 0.31 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.043 0.448 0.155 0.8373 0.336 1.168 0.235 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.998-0.1227 1.36-0.368 0.374-0.256 0.667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.365 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.01-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.234-0.448-0.416-0.64-0.181-0.192-0.41-0.34667-0.688-0.464-0.277-0.128-0.602-0.192-0.976-0.192-0.469 0-0.885 0.12267-1.248 0.368-0.362 0.23467-0.645 0.56533-0.848 0.992-0.085 0.18133-0.149 0.37333-0.192 0.576zm11.56 5.26399c-0.736 0-1.403-0.1867-2-0.56-0.598-0.3733-1.067-0.8853-1.408-1.536-0.342-0.6507-0.512-1.3973-0.512-2.24 0-0.8427 0.17-1.58932 0.512-2.23999 0.341-0.65067 0.81-1.16267 1.408-1.536 0.597-0.37333 1.264-0.56 2-0.56 0.426 0 0.81 0.064 1.152 0.192 0.341 0.128 0.634 0.29867 0.88 0.512 0.256 0.20267 0.453 0.42133 0.592 0.656h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.139 0.224-0.336 0.4427-0.592 0.656-0.246 0.2027-0.539 0.368-0.88 0.496-0.342 0.128-0.726 0.192-1.152 0.192zm0.256-1.584c0.426 0 0.826-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.234-0.416 0.352-0.9067 0.352-1.472s-0.118-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.374-0.224-0.774-0.336-1.2-0.336-0.427 0-0.827 0.112-1.2 0.336-0.374 0.224-0.678 0.544-0.912 0.96-0.235 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.117 1.04 0.352 1.456 0.234 0.416 0.538 0.736 0.912 0.96 0.373 0.224 0.773 0.336 1.2 0.336z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M164.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.00108zM173.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M189.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="M157.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="M149.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M145.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C142.3 6.01837 142 7.20756 142 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M149.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="114dp" android:height="21dp" android:viewportWidth="114" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M3.24412 15.0006v-2.432c-0.05333 0.0107-0.112 0.016-0.176 0.016-0.45866 0-0.848-0.1493-1.168-0.448-0.30933-0.3093-0.464-0.6933-0.464-1.152 0-0.48 0.16-0.8693 0.48-1.16799 0.33067-0.29867 0.752-0.448 1.264-0.448s0.91734 0.15467 1.216 0.464c0.30934 0.29869 0.464 0.70399 0.464 1.21599v2.56c0.39467 0 0.74134-0.1227 1.04-0.368 0.30934-0.256 0.54934-0.608 0.72-1.056 0.18134-0.4587 0.272-0.9813 0.272-1.568 0-0.94932-0.23466-1.69599-0.704-2.23999-0.45866-0.55467-1.09866-0.832-1.92-0.832-0.49066 0-0.95466 0.10133-1.392 0.304-0.43733 0.20267-0.784 0.48533-1.04 0.848l-1.151997-0.944c0.383997-0.52267 0.890667-0.928 1.519997-1.216 0.64-0.288 1.33867-0.432 2.096-0.432 0.87467 0 1.62667 0.18133 2.256 0.544 0.64 0.36267 1.136 0.88 1.488 1.552 0.352 0.66133 0.528 1.44533 0.528 2.35199 0 0.896-0.16533 1.68-0.496 2.352-0.33066 0.6613-0.79466 1.1787-1.392 1.552-0.58666 0.3627-1.28 0.544-2.08 0.544h-1.36zm-0.096-3.376c0.192 0 0.34667-0.0587 0.464-0.176 0.11734-0.1173 0.176-0.272 0.176-0.464s-0.05866-0.3467-0.176-0.464c-0.10666-0.1173-0.26133-0.176-0.464-0.176-0.192 0-0.34666 0.0587-0.464 0.176-0.11733 0.1173-0.176 0.272-0.176 0.464s0.05867 0.3467 0.176 0.464c0.11734 0.1173 0.272 0.176 0.464 0.176zm7.47408 3.376v-4.016c0-0.5013 0.1547-0.9067 0.464-1.21599 0.3094-0.30933 0.7147-0.464 1.216-0.464 0.5014 0 0.912 0.14933 1.232 0.448 0.32 0.28799 0.48 0.66129 0.48 1.11999 0 0.448-0.1493 0.8213-0.448 1.12-0.2986 0.288-0.6773 0.432-1.136 0.432h-0.16v1.168h3.664V9.72061c0-0.66133-0.2133-1.18933-0.64-1.584-0.416-0.39467-0.976-0.592-1.68-0.592-0.4906 0-0.9386 0.10133-1.344 0.304-0.3946 0.20267-0.7146 0.49067-0.96 0.864l-1.2-0.88c0.3734-0.55467 0.8747-0.98133 1.504-1.28 0.6294-0.29867 1.344-0.448 2.144-0.448 1.1947 0 2.1334 0.33067 2.816 0.992 0.6934 0.65067 1.04 1.54133 1.04 2.672v5.23199h-6.992zm1.712-3.44c0.192 0 0.3467-0.064 0.464-0.192 0.1174-0.128 0.176-0.2827 0.176-0.464 0-0.2027-0.0586-0.3627-0.176-0.48-0.1173-0.1173-0.272-0.176-0.464-0.176s-0.352 0.064-0.48 0.192c-0.1173 0.1173-0.176 0.272-0.176 0.464 0 0.1813 0.064 0.336 0.192 0.464s0.2827 0.192 0.464 0.192zm9.2088 3.44l-2.496-5.56799 1.568-0.608 2.048 4.76799h1.376V9.52861c-0.0747 0.01067-0.1493 0.016-0.224 0.016-0.5013 0-0.912-0.15467-1.232-0.464-0.32-0.32-0.48-0.71467-0.48-1.184 0-0.50133 0.1707-0.912 0.512-1.232 0.3413-0.32 0.7733-0.48 1.296-0.48 0.544 0 0.976 0.16533 1.296 0.496 0.32 0.32 0.48 0.752 0.48 1.296v7.02399h-4.144zm2.336-6.44799c0.2027 0 0.3627-0.05867 0.48-0.176 0.1173-0.128 0.176-0.288 0.176-0.48 0-0.20267-0.0587-0.36267-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.1173 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176zm4.054 6.44799V9.89661c0-0.77867 0.16-1.45067 0.48-2.016 0.32-0.56533 0.7733-1.00267 1.36-1.312 0.5867-0.30933 1.28-0.464 2.08-0.464s1.4933 0.15467 2.08 0.464c0.5973 0.30933 1.056 0.752 1.376 1.328 0.32 0.56533 0.48 1.23733 0.48 2.016v5.08799h-1.664V9.83261c0-0.72533-0.2027-1.29067-0.608-1.696-0.3947-0.40533-0.9493-0.608-1.664-0.608-0.7253 0-1.2907 0.20267-1.696 0.608-0.4053 0.40533-0.608 0.97067-0.608 1.696v3.55199l1.584-1.36c-0.2027-0.064-0.3787-0.1707-0.528-0.32-0.2667-0.256-0.4-0.592-0.4-1.008 0-0.4373 0.1493-0.79466 0.448-1.07199 0.3093-0.288 0.6987-0.432 1.168-0.432 0.4693 0 0.848 0.144 1.136 0.432 0.288 0.27733 0.432 0.64529 0.432 1.10399 0 0.3307-0.1013 0.656-0.304 0.976-0.192 0.3093-0.528 0.6773-1.008 1.104l-2.544 2.192h-1.6zm3.856-3.648c0.1813 0 0.3307-0.0587 0.448-0.176 0.128-0.128 0.192-0.2827 0.192-0.464 0-0.192-0.0587-0.3467-0.176-0.464-0.1173-0.1173-0.272-0.176-0.464-0.176s-0.3467 0.0587-0.464 0.176c-0.1173 0.1173-0.176 0.272-0.176 0.464 0 0.1813 0.0587 0.336 0.176 0.464 0.1173 0.1173 0.272 0.176 0.464 0.176zm-0.0851-6.07999v-0.672c0.224-0.04267 0.432-0.112 0.624-0.208 0.1813-0.10667 0.3306-0.22933 0.448-0.368-0.0427 0.01067-0.1174 0.016-0.224 0.016-0.288 0-0.5227-0.09067-0.704-0.272-0.192-0.192-0.288-0.432-0.288-0.72 0-0.32 0.128-0.58133 0.384-0.784 0.256-0.21333 0.576-0.32 0.96-0.32 0.4053 0 0.736 0.10667 0.992 0.32 0.2453 0.21333 0.368 0.48533 0.368 0.816 0 0.21333-0.0534 0.42667-0.16 0.64-0.1067 0.21333-0.2507 0.38933-0.432 0.528l0.016 0.032h0.224c0.5333 0 0.992-0.17067 1.376-0.512 0.3733-0.352 0.6666-0.86933 0.88-1.552l1.392 0.56c-0.288 0.8-0.7414 1.41867-1.36 1.856-0.6187 0.42667-1.3707 0.64-2.256 0.64h-2.24zm1.184-1.824c0.128 0 0.2293-0.03733 0.304-0.112 0.064-0.07467 0.096-0.17067 0.096-0.288 0-0.11733-0.032-0.21333-0.096-0.288-0.0747-0.07467-0.176-0.112-0.304-0.112s-0.2294 0.03733-0.304 0.112c-0.0747 0.07467-0.112 0.17067-0.112 0.288 0 0.11733 0.0373 0.21333 0.112 0.288 0.0746 0.07467 0.176 0.112 0.304 0.112zM41.532 15.1766c-0.5227 0-0.9493-0.1547-1.28-0.464s-0.496-0.7093-0.496-1.2c0-0.4907 0.1653-0.896 0.496-1.216 0.3307-0.32 0.7413-0.48 1.232-0.48 0.064 0 0.1227 0.0053 0.176 0.016V9.08061c0-0.50133-0.1547-0.88-0.464-1.136-0.3093-0.26667-0.7573-0.4-1.344-0.4-0.384 0-0.7733 0.05867-1.168 0.176-0.3947 0.10667-0.7573 0.26133-1.088 0.464v-1.472c0.3733-0.20267 0.7787-0.352 1.216-0.448 0.448-0.10667 0.9013-0.16 1.36-0.16 1.0133 0 1.792 0.256 2.336 0.768 0.5547 0.50133 0.832 1.21067 0.832 2.128v4.36799c0 0.544-0.1653 0.9813-0.496 1.312-0.3307 0.3307-0.768 0.496-1.312 0.496zm0-1.04c0.2027 0 0.3627-0.0587 0.48-0.176 0.128-0.128 0.192-0.288 0.192-0.48 0-0.2027-0.064-0.3627-0.192-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.1813 0-0.336 0.064-0.464 0.192-0.128 0.1173-0.192 0.2773-0.192 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.1173 0.288 0.176 0.48 0.176zm4.296 0.864v-2.464c0-0.3947 0.08-0.72 0.24-0.976 0.1707-0.2667 0.4213-0.4533 0.752-0.56v-0.064c-0.448-0.1493-0.816-0.4587-1.104-0.928-0.288-0.47999-0.432-0.99732-0.432-1.55199 0-0.672 0.1973-1.216 0.592-1.632 0.4053-0.416 0.9227-0.624 1.552-0.624 0.544 0 0.9813 0.15467 1.312 0.464 0.3413 0.29867 0.512 0.69333 0.512 1.184 0 0.45867-0.1493 0.83733-0.448 1.136-0.288 0.288-0.6613 0.432-1.12 0.432-0.288 0-0.5333-0.06933-0.736-0.208 0.096 0.30933 0.2453 0.53867 0.448 0.688 0.2453 0.17069 0.608 0.25599 1.088 0.25599h1.184v1.232H48.74c-0.832 0-1.248 0.4107-1.248 1.232v0.976h3.76V6.36061h1.68v8.63999h-7.104zm1.648-6.47999c0.2027 0 0.3627-0.05867 0.48-0.176 0.1173-0.128 0.176-0.288 0.176-0.48 0-0.20267-0.0587-0.36267-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.1173 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M82.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.00108zM91.2546 12.4831c0 0.4548 0.193 0.8339 0.5791 1.1372 0.3858 0.3032 0.838 0.4549 1.3563 0.4549 0.7339 0 1.3877-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9138-0.5443-0.4299-1.3032-0.6444-2.2769-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5123-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74744c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63324 1.1188 2.83327v5.72394h-1.6696v-1.2888h-0.076c-0.721 1.0612-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.3647-1.0342-2.2744 0-0.9607 0.3631-1.7244 1.0906-2.2929 0.7275-0.56855 1.698-0.8534 2.9124-0.8534 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46894c0-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.7456 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8478-1.21302 2.1001-1.81953 3.7579-1.81953M107.269 6.03894l-5.826 13.38116h-1.8019l2.1629-4.6821-3.8326-8.69906h1.8974l2.7702 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
- </group>
7
- <group>
8
- <path android:pathData="M75.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M67.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M63.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C60.3003 6.01837 60 7.20756 60 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M67.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="100dp" android:height="21dp" android:viewportWidth="100" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M4.91925 15.2566c-0.65067 0-1.216-0.1227-1.696-0.368s-0.85333-0.5973-1.12-1.056c-0.256-0.4693-0.384-1.0133-0.384-1.632v-0.384c0-0.4693 0.07467-0.8693 0.224-1.2 0.14933-0.3413 0.36267-0.66666 0.64-0.97599 0.128-0.14933 0.24533-0.28267 0.352-0.4 0.11733-0.128 0.224-0.26133 0.32-0.4 0.10667-0.13867 0.21333-0.288 0.32-0.448h-0.096c-0.16 0.24533-0.36267 0.464-0.608 0.656-0.24533 0.18133-0.55467 0.272-0.928 0.272-0.43733 0-0.8-0.144-1.087999-0.432-0.288-0.288-0.432-0.656-0.432-1.104 0-0.46933 0.154666-0.85333 0.464-1.152 0.309329-0.29867 0.703999-0.448 1.183999-0.448 0.46933 0 0.848 0.144 1.136 0.432 0.29867 0.27733 0.448 0.66133 0.448 1.152h0.112c0.10667-0.17067 0.18667-0.37867 0.24-0.624 0.05333-0.24533 0.08-0.50667 0.08-0.784h1.072v0.384c0 0.512-0.05867 0.944-0.176 1.296-0.11733 0.34133-0.26667 0.64533-0.448 0.912-0.17067 0.26667-0.34667 0.528-0.528 0.784-0.18133 0.24533-0.33067 0.52799-0.448 0.84799-0.11733 0.3093-0.176 0.6933-0.176 1.152v0.512c0 0.4907 0.13333 0.8747 0.4 1.152 0.27733 0.2773 0.656 0.416 1.136 0.416 0.48 0 0.85333-0.1387 1.12-0.416 0.27733-0.2773 0.416-0.6613 0.416-1.152v-1.632c0-0.3627-0.07467-0.63466-0.224-0.81599-0.14933-0.192-0.368-0.288-0.656-0.288h-0.176v-0.672l1.904-2.704 1.232 0.8-1.408 1.872v0.032c0.32 0.096 0.56533 0.29333 0.736 0.592 0.18133 0.288 0.272 0.63999 0.272 1.05599v1.712c0 0.928-0.29333 1.6693-0.88 2.224-0.576 0.5547-1.35467 0.832-2.336 0.832zm-2.864-6.83199c0.20267 0 0.36267-0.05867 0.48-0.176 0.128-0.128 0.192-0.288 0.192-0.48 0-0.20267-0.064-0.36267-0.192-0.48-0.11733-0.128-0.27733-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.11733 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.05867 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176zm-1.121625-3.152v-0.112c0.096005-0.55467 0.309335-1.04 0.640005-1.456 0.32-0.42667 0.73066-0.75733 1.23199-0.992 0.50134-0.23467 1.05601-0.352 1.664-0.352 0.36267 0 0.70934 0.048 1.04001 0.144v-0.528h1.008v1.008c0.04266 0.032 0.09066 0.064 0.144 0.096 0.14933 0.128 0.28266 0.26133 0.4 0.4v-1.504h1.056v2.72c0.07466 0.128 0.128 0.28267 0.16 0.464v0.112H0.933625zm1.759995-0.928h3.82401c-0.10667-0.29867-0.33067-0.53867-0.672-0.72-0.352-0.18133-0.768-0.272-1.248-0.272-0.45867 0-0.864 0.09067-1.216 0.272-0.352 0.18133-0.58134 0.42133-0.68801 0.72zm2.59763-3.12v-0.56c0.37333-0.064001 0.672-0.229334 0.896-0.496-0.064 0.010666-0.10667 0.015999-0.128 0.015999-0.26667 0-0.48-0.074666-0.64-0.224-0.17067-0.149333-0.256-0.346666-0.256-0.592 0-0.288 0.112-0.517329 0.336-0.687999 0.21333-0.18133 0.48533-0.272 0.816-0.272 0.352 0 0.63467 0.09067 0.848 0.272 0.21333 0.17067 0.32 0.394666 0.32 0.672 0 0.181333-0.04267 0.362666-0.128 0.543999-0.096 0.170667-0.21867 0.320001-0.368 0.448V0.37661h0.272c0.40533 0 0.76267-0.149334 1.072-0.448 0.29867-0.309334 0.53333-0.741334 0.704-1.296l1.18405 0.464c-0.23472 0.682666-0.60805 1.210666-1.12005 1.584-0.512 0.36267-1.12 0.544-1.824 0.544h-1.984zm1.024-1.552001c0.10667 0 0.192-0.026666 0.256-0.08 0.05333-0.063999 0.08-0.149333 0.08-0.255999 0-0.096-0.02667-0.170667-0.08-0.224-0.064-0.064001-0.14933-0.096001-0.256-0.096001-0.10667 0-0.192 0.032-0.256 0.096001-0.064 0.053333-0.096 0.128-0.096 0.224 0 0.106666 0.032 0.192 0.096 0.255999 0.064 0.053334 0.14933 0.08 0.256 0.08zM10.7723 15.0006v-4.016c0-0.5013 0.1546-0.9067 0.464-1.21599 0.3093-0.30933 0.7146-0.464 1.216-0.464 0.5013 0 0.912 0.14933 1.232 0.448 0.32 0.28799 0.48 0.66129 0.48 1.11999 0 0.448-0.1494 0.8213-0.448 1.12-0.2987 0.288-0.6774 0.432-1.136 0.432h-0.16v1.168h3.664V9.72061c0-0.66133-0.2134-1.18933-0.64-1.584-0.416-0.39467-0.976-0.592-1.68-0.592-0.4907 0-0.9387 0.10133-1.344 0.304-0.3947 0.20267-0.7147 0.49067-0.96 0.864l-1.2-0.88c0.3733-0.55467 0.8746-0.98133 1.504-1.28 0.6293-0.29867 1.344-0.448 2.144-0.448 1.1946 0 2.1333 0.33067 2.816 0.992 0.6933 0.65067 1.04 1.54133 1.04 2.672v5.23199h-6.992zm1.712-3.44c0.192 0 0.3466-0.064 0.464-0.192 0.1173-0.128 0.176-0.2827 0.176-0.464 0-0.2027-0.0587-0.3627-0.176-0.48-0.1174-0.1173-0.272-0.176-0.464-0.176s-0.352 0.064-0.48 0.192c-0.1174 0.1173-0.176 0.272-0.176 0.464 0 0.1813 0.064 0.336 0.192 0.464s0.2826 0.192 0.464 0.192zm7.4487 3.44V9.89661c0-0.77867 0.16-1.45067 0.48-2.016 0.32-0.56533 0.7733-1.00267 1.36-1.312 0.5867-0.30933 1.28-0.464 2.08-0.464s1.4933 0.15467 2.08 0.464c0.5973 0.30933 1.056 0.752 1.376 1.328 0.32 0.56533 0.48 1.23733 0.48 2.016v5.08799h-1.664V9.83261c0-0.72533-0.2027-1.29067-0.608-1.696-0.3947-0.40533-0.9493-0.608-1.664-0.608-0.7253 0-1.2907 0.20267-1.696 0.608-0.4053 0.40533-0.608 0.97067-0.608 1.696v3.55199l1.584-1.36c-0.2027-0.064-0.3787-0.1707-0.528-0.32-0.2667-0.256-0.4-0.592-0.4-1.008 0-0.4373 0.1493-0.79466 0.448-1.07199 0.3093-0.288 0.6987-0.432 1.168-0.432 0.4693 0 0.848 0.144 1.136 0.432 0.288 0.27733 0.432 0.64529 0.432 1.10399 0 0.3307-0.1013 0.656-0.304 0.976-0.192 0.3093-0.528 0.6773-1.008 1.104l-2.544 2.192h-1.6zm3.856-3.648c0.1813 0 0.3307-0.0587 0.448-0.176 0.128-0.128 0.192-0.2827 0.192-0.464 0-0.192-0.0587-0.3467-0.176-0.464-0.1173-0.1173-0.272-0.176-0.464-0.176s-0.3467 0.0587-0.464 0.176c-0.1173 0.1173-0.176 0.272-0.176 0.464 0 0.1813 0.0587 0.336 0.176 0.464 0.1173 0.1173 0.272 0.176 0.464 0.176zm-0.0851-6.07999v-0.672c0.224-0.04267 0.432-0.112 0.624-0.208 0.1813-0.10667 0.3306-0.22933 0.448-0.368-0.0427 0.01067-0.1174 0.016-0.224 0.016-0.288 0-0.5227-0.09067-0.704-0.272-0.192-0.192-0.288-0.432-0.288-0.72 0-0.32 0.128-0.58133 0.384-0.784 0.256-0.21333 0.576-0.32 0.96-0.32 0.4053 0 0.736 0.10667 0.992 0.32 0.2453 0.21333 0.368 0.48533 0.368 0.816 0 0.21333-0.0534 0.42667-0.16 0.64-0.1067 0.21333-0.2507 0.38933-0.432 0.528l0.016 0.032h0.224c0.5333 0 0.992-0.17067 1.376-0.512 0.3733-0.352 0.6666-0.86933 0.88-1.552l1.392 0.56c-0.288 0.8-0.7414 1.41867-1.36 1.856-0.6187 0.42667-1.3707 0.64-2.256 0.64h-2.24zm1.184-1.824c0.128 0 0.2293-0.03733 0.304-0.112 0.064-0.07467 0.096-0.17067 0.096-0.288 0-0.11733-0.032-0.21333-0.096-0.288-0.0747-0.07467-0.176-0.112-0.304-0.112s-0.2294 0.03733-0.304 0.112c-0.0747 0.07467-0.112 0.17067-0.112 0.288 0 0.11733 0.0373 0.21333 0.112 0.288 0.0746 0.07467 0.176 0.112 0.304 0.112zM33.532 15.1766c-0.5227 0-0.9493-0.1547-1.28-0.464s-0.496-0.7093-0.496-1.2c0-0.4907 0.1653-0.896 0.496-1.216 0.3307-0.32 0.7413-0.48 1.232-0.48 0.064 0 0.1227 0.0053 0.176 0.016V9.08061c0-0.50133-0.1547-0.88-0.464-1.136-0.3093-0.26667-0.7573-0.4-1.344-0.4-0.384 0-0.7733 0.05867-1.168 0.176-0.3947 0.10667-0.7573 0.26133-1.088 0.464v-1.472c0.3733-0.20267 0.7787-0.352 1.216-0.448 0.448-0.10667 0.9013-0.16 1.36-0.16 1.0133 0 1.792 0.256 2.336 0.768 0.5547 0.50133 0.832 1.21067 0.832 2.128v4.36799c0 0.544-0.1653 0.9813-0.496 1.312-0.3307 0.3307-0.768 0.496-1.312 0.496zm0-1.04c0.2027 0 0.3627-0.0587 0.48-0.176 0.128-0.128 0.192-0.288 0.192-0.48 0-0.2027-0.064-0.3627-0.192-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.1813 0-0.336 0.064-0.464 0.192-0.128 0.1173-0.192 0.2773-0.192 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.1173 0.288 0.176 0.48 0.176zm4.296 0.864v-2.464c0-0.3947 0.08-0.72 0.24-0.976 0.1707-0.2667 0.4213-0.4533 0.752-0.56v-0.064c-0.448-0.1493-0.816-0.4587-1.104-0.928-0.288-0.47999-0.432-0.99732-0.432-1.55199 0-0.672 0.1973-1.216 0.592-1.632 0.4053-0.416 0.9227-0.624 1.552-0.624 0.544 0 0.9813 0.15467 1.312 0.464 0.3413 0.29867 0.512 0.69333 0.512 1.184 0 0.45867-0.1493 0.83733-0.448 1.136-0.288 0.288-0.6613 0.432-1.12 0.432-0.288 0-0.5333-0.06933-0.736-0.208 0.096 0.30933 0.2453 0.53867 0.448 0.688 0.2453 0.17069 0.608 0.25599 1.088 0.25599h1.184v1.232H40.74c-0.832 0-1.248 0.4107-1.248 1.232v0.976h3.76V6.36061h1.68v8.63999h-7.104zm1.648-6.47999c0.2027 0 0.3627-0.05867 0.48-0.176 0.1173-0.128 0.176-0.288 0.176-0.48 0-0.20267-0.0587-0.36267-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.1173 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M74.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.00108zM83.2546 12.4831c0 0.4548 0.193 0.8339 0.5791 1.1372 0.3858 0.3032 0.838 0.4549 1.3563 0.4549 0.7339 0 1.3877-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9138-0.5443-0.4299-1.3032-0.6444-2.2769-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5123-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74744c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63324 1.1188 2.83327v5.72394h-1.6696v-1.2888h-0.076c-0.721 1.0612-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.3647-1.0342-2.2744 0-0.9607 0.3631-1.7244 1.0906-2.2929 0.7275-0.56855 1.698-0.8534 2.9124-0.8534 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46894c0-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.7456 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8478-1.21302 2.1001-1.81953 3.7579-1.81953M99.2687 6.03894L93.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"/>
6
- </group>
7
- <group>
8
- <path android:pathData="M67.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M59.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M55.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C52.3003 6.01837 52 7.20756 52 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M59.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="135dp" android:height="21dp" android:viewportWidth="135" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M4.83662 15.2566c-0.97066 0-1.74933-0.272-2.336-0.816-0.576-0.5547-0.864-1.3013-0.864-2.24v-0.656c0-0.3733 0.07467-0.72 0.224-1.04 0.16-0.3307 0.35734-0.63466 0.592-0.91199 0.032-0.032 0.05867-0.064 0.08-0.096-0.48 0-0.88533-0.14933-1.216-0.448-0.341331-0.29867-0.511998-0.69333-0.511998-1.184 0-0.49067 0.165333-0.89067 0.495998-1.2 0.34134-0.32 0.77867-0.48 1.312-0.48 0.52267 0 0.94934 0.15467 1.28 0.464 0.34134 0.30933 0.512 0.752 0.512 1.328 0 0.34133-0.05866 0.64533-0.176 0.912-0.10666 0.256-0.23466 0.50667-0.384 0.752-0.14933 0.23467-0.27733 0.50129-0.384 0.79999-0.10666 0.2987-0.16 0.6613-0.16 1.088v0.72c0 0.4907 0.13334 0.8747 0.4 1.152 0.27734 0.2773 0.656 0.416 1.136 0.416 0.49067 0 0.86934-0.1387 1.136-0.416 0.27734-0.2773 0.416-0.6613 0.416-1.152v-1.552c0-0.3733-0.08-0.6613-0.24-0.86399-0.16-0.21333-0.384-0.32-0.672-0.32h-0.272v-0.672l1.888-2.704 1.216 0.8-1.392 1.856v0.032c0.36267 0.10667 0.64534 0.32 0.848 0.64 0.20267 0.30933 0.304 0.68269 0.304 1.11999v1.616c0 0.9387-0.29333 1.6853-0.88 2.24-0.576 0.544-1.36 0.816-2.352 0.816zm-2.256-6.70399c0.192 0 0.34667-0.064 0.464-0.192 0.128-0.128 0.192-0.288 0.192-0.48s-0.064-0.34667-0.192-0.464c-0.11733-0.128-0.272-0.192-0.464-0.192s-0.352 0.064-0.48 0.192c-0.128 0.11733-0.192 0.272-0.192 0.464s0.064 0.352 0.192 0.48 0.288 0.192 0.48 0.192zm4.8025-3.12c-0.48 0-0.87467-0.14933-1.184-0.448-0.32-0.30933-0.48-0.69867-0.48-1.168 0-0.46933 0.15467-0.85333 0.464-1.152 0.30933-0.30933 0.704-0.464 1.184-0.464 0.49067 0 0.896 0.15467 1.216 0.464 0.30933 0.29867 0.464 0.68267 0.464 1.152 0 0.46933-0.15467 0.85867-0.464 1.168-0.32 0.29867-0.72 0.448-1.2 0.448zm0-0.96c0.192 0 0.352-0.05867 0.48-0.176 0.11733-0.128 0.176-0.288 0.176-0.48s-0.064-0.34667-0.192-0.464c-0.128-0.128-0.288-0.192-0.48-0.192-0.18133 0-0.33067 0.064-0.448 0.192-0.128 0.11733-0.192 0.272-0.192 0.464s0.064 0.352 0.192 0.48c0.11733 0.11733 0.272 0.176 0.464 0.176zM12.9277 15.0006V9.17661c0-0.512-0.1333-0.912-0.4-1.2-0.2666-0.288-0.64-0.432-1.12-0.432-0.288 0-0.608 0.048-0.96 0.144-0.3413 0.08533-0.64529 0.19733-0.91195 0.336v-1.44c0.26666-0.14933 0.60795-0.26667 1.02395-0.352 0.416-0.08533 0.8054-0.128 1.168-0.128 0.896 0 1.6 0.26667 2.112 0.8 0.512 0.52267 0.768 1.25333 0.768 2.192v5.90399h-1.68zm7.2 0.176c-0.5226 0-0.9493-0.1547-1.28-0.464-0.3306-0.3093-0.496-0.7093-0.496-1.2 0-0.4907 0.16-0.896 0.48-1.216 0.3307-0.32 0.7414-0.48 1.232-0.48 0.064 0 0.128 0.0053 0.192 0.016v-0.624c0-0.6933-0.3733-1.04-1.12-1.04h-2.848V9.00061c0-0.93867 0.288-1.65333 0.864-2.144 0.5867-0.50133 1.4347-0.752 2.544-0.752 0.448 0 0.9014 0.04267 1.36 0.128 0.4694 0.07467 0.8747 0.18133 1.216 0.32v1.424c-0.3626-0.13867-0.7786-0.25067-1.248-0.336-0.4693-0.096-0.9013-0.144-1.296-0.144-1.1946 0-1.792 0.43733-1.792 1.312v0.16h1.76c1.4934 0 2.24 0.688 2.24 2.06399v2.336c0 0.544-0.1706 0.9813-0.512 1.312-0.3306 0.3307-0.7626 0.496-1.296 0.496zm0-1.04c0.2027 0 0.3627-0.0587 0.48-0.176 0.1174-0.128 0.176-0.288 0.176-0.48 0-0.2027-0.0586-0.3627-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.128 0.1173-0.192 0.2773-0.192 0.48 0 0.192 0.064 0.352 0.192 0.48 0.128 0.1173 0.288 0.176 0.48 0.176zm6.2774-4.30399c-0.512 0-0.9653-0.08-1.36-0.24-0.3946-0.17067-0.704-0.4-0.928-0.688-0.224-0.29867-0.336-0.63467-0.336-1.008 0-0.42667 0.1387-0.77333 0.416-1.04 0.2774-0.26667 0.6294-0.4 1.056-0.4 0.4267 0 0.7734 0.12267 1.04 0.368 0.2667 0.24533 0.4 0.56533 0.4 0.96 0 0.288-0.08 0.53333-0.24 0.736-0.0533 0.07467-0.1173 0.13867-0.192 0.192 0.096 0.02133 0.1814 0.032 0.256 0.032 0.384 0 0.7254-0.15467 1.024-0.464 0.2987-0.30933 0.5494-0.77867 0.752-1.408l1.328 0.528c-0.256 0.8-0.656 1.408-1.2 1.824-0.544 0.40533-1.216 0.608-2.016 0.608zm0 4.87999c-0.512 0-0.9653-0.08-1.36-0.24-0.3946-0.1707-0.704-0.4-0.928-0.688-0.224-0.2987-0.336-0.6347-0.336-1.008 0-0.416 0.1387-0.7573 0.416-1.024 0.2774-0.2773 0.6294-0.416 1.056-0.416 0.4267 0 0.7734 0.128 1.04 0.384 0.2667 0.2453 0.4 0.5653 0.4 0.96 0 0.2773-0.08 0.5173-0.24 0.72-0.0533 0.0747-0.1173 0.1387-0.192 0.192 0.096 0.0213 0.1814 0.032 0.256 0.032 0.384 0 0.7254-0.1547 1.024-0.464 0.2987-0.3093 0.5494-0.7787 0.752-1.408l1.328 0.528c-0.256 0.8107-0.656 1.4187-1.2 1.824-0.544 0.4053-1.216 0.608-2.016 0.608zm-1.168-6.31999c0.16 0 0.2934-0.05333 0.4-0.16 0.1067-0.10667 0.16-0.23467 0.16-0.384 0-0.16-0.0533-0.29333-0.16-0.4-0.1066-0.10667-0.24-0.16-0.4-0.16-0.1493 0-0.2773 0.05333-0.384 0.16-0.1066 0.10667-0.16 0.24-0.16 0.4 0 0.14933 0.0534 0.27733 0.16 0.384 0.1067 0.10667 0.2347 0.16 0.384 0.16zm0 4.89599c0.16 0 0.2934-0.0533 0.4-0.16 0.1067-0.1067 0.16-0.2347 0.16-0.384 0-0.16-0.0533-0.2933-0.16-0.4-0.1066-0.1067-0.24-0.16-0.4-0.16-0.1493 0-0.2773 0.0533-0.384 0.16-0.1066 0.1067-0.16 0.24-0.16 0.4 0 0.1493 0.0534 0.2773 0.16 0.384 0.1067 0.1067 0.2347 0.16 0.384 0.16zm8.2053 1.904c-0.544 0-0.9814-0.1653-1.312-0.496-0.32-0.3307-0.48-0.768-0.48-1.312V6.36061h1.68v5.50399c0.0853-0.0213 0.176-0.032 0.272-0.032 0.48 0 0.8746 0.16 1.184 0.48 0.3093 0.3093 0.464 0.704 0.464 1.184 0 0.5013-0.1707 0.912-0.512 1.232-0.3307 0.3093-0.7627 0.464-1.296 0.464zm0.016-1.04c0.2026 0 0.3626-0.0587 0.48-0.176 0.128-0.128 0.192-0.288 0.192-0.48 0-0.2027-0.064-0.3627-0.192-0.48-0.1174-0.128-0.2774-0.192-0.48-0.192-0.1814 0-0.336 0.064-0.464 0.192-0.128 0.1173-0.192 0.2773-0.192 0.48 0 0.192 0.064 0.352 0.192 0.48 0.128 0.1173 0.2826 0.176 0.464 0.176zm4.8627 0.848l-2.496-5.56799 1.568-0.608 2.048 4.76799h1.376V9.52861c-0.0746 0.01067-0.1493 0.016-0.224 0.016-0.5013 0-0.912-0.15467-1.232-0.464-0.32-0.32-0.48-0.71467-0.48-1.184 0-0.50133 0.1707-0.912 0.512-1.232 0.3414-0.32 0.7734-0.48 1.296-0.48 0.544 0 0.976 0.16533 1.296 0.496 0.32 0.32 0.48 0.752 0.48 1.296v7.02399h-4.144zm2.336-6.44799c0.2027 0 0.3627-0.05867 0.48-0.176 0.1174-0.128 0.176-0.288 0.176-0.48 0-0.20267-0.0586-0.36267-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.1173 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176zm-4.5894-3.28v-0.112c0.096-0.56533 0.2934-1.056 0.592-1.472 0.2987-0.42667 0.6827-0.752 1.152-0.976 0.4694-0.23467 0.992-0.352 1.568-0.352 0.576 0 1.0987 0.11733 1.568 0.352 0.4587 0.224 0.8427 0.54933 1.152 0.976 0.2987 0.416 0.496 0.90667 0.592 1.472v0.112h-6.624zm1.696-0.928h3.216c-0.0853-0.29867-0.272-0.53867-0.56-0.72-0.2986-0.18133-0.6453-0.272-1.04-0.272-0.4053 0-0.752 0.09067-1.04 0.272-0.288 0.18133-0.48 0.42133-0.576 0.72zm8.1854 10.65599V9.52861c-0.0746 0.01067-0.1493 0.016-0.224 0.016-0.4906 0-0.896-0.15467-1.216-0.464-0.32-0.32-0.48-0.72-0.48-1.2 0-0.49067 0.1707-0.896 0.512-1.216 0.3414-0.32 0.7734-0.48 1.296-0.48 0.544 0 0.976 0.16533 1.296 0.496 0.32 0.33067 0.48 0.768 0.48 1.312v5.37599l2.592-1.776c0.2347-0.1707 0.3894-0.32 0.464-0.448 0.0854-0.1387 0.128-0.3147 0.128-0.528V6.36061h1.68v4.43199c0 0.32-0.064 0.5867-0.192 0.8-0.032 0.0533-0.0693 0.1067-0.112 0.16 0.2347 0.0853 0.4374 0.2133 0.608 0.384 0.352 0.3307 0.528 0.752 0.528 1.264s-0.176 0.9387-0.528 1.28c-0.3413 0.3307-0.7786 0.496-1.312 0.496-0.544 0-0.992-0.1707-1.344-0.512-0.3093-0.288-0.4853-0.6453-0.528-1.072l-2.048 1.408h-1.6zm5.504-0.896c0.2134 0 0.384-0.064 0.512-0.192 0.1387-0.1387 0.208-0.3093 0.208-0.512 0-0.2133-0.0693-0.3893-0.208-0.528-0.1386-0.1387-0.3093-0.208-0.512-0.208-0.2026 0-0.3733 0.0693-0.512 0.208-0.128 0.128-0.192 0.2987-0.192 0.512s0.064 0.3893 0.192 0.528c0.1387 0.128 0.3094 0.192 0.512 0.192zm-5.648-5.55199c0.2027 0 0.3627-0.05867 0.48-0.176 0.1174-0.128 0.176-0.288 0.176-0.48 0-0.20267-0.0586-0.36267-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.1173 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176zm9.1279 6.44799V9.89661c0-0.77867 0.16-1.45067 0.48-2.016 0.32-0.56533 0.7733-1.00267 1.36-1.312 0.5867-0.30933 1.28-0.464 2.08-0.464s1.4933 0.15467 2.08 0.464c0.5973 0.30933 1.056 0.752 1.376 1.328 0.32 0.56533 0.48 1.23733 0.48 2.016v5.08799h-1.664V9.83261c0-0.72533-0.2027-1.29067-0.608-1.696-0.3947-0.40533-0.9493-0.608-1.664-0.608-0.7253 0-1.2907 0.20267-1.696 0.608-0.4053 0.40533-0.608 0.97067-0.608 1.696v3.55199l1.584-1.36c-0.2027-0.064-0.3787-0.1707-0.528-0.32-0.2667-0.256-0.4-0.592-0.4-1.008 0-0.4373 0.1493-0.79466 0.448-1.07199 0.3093-0.288 0.6987-0.432 1.168-0.432 0.4693 0 0.848 0.144 1.136 0.432 0.288 0.27733 0.432 0.64529 0.432 1.10399 0 0.3307-0.1013 0.656-0.304 0.976-0.192 0.3093-0.528 0.6773-1.008 1.104l-2.544 2.192h-1.6zm3.856-3.648c0.1813 0 0.3307-0.0587 0.448-0.176 0.128-0.128 0.192-0.2827 0.192-0.464 0-0.192-0.0587-0.3467-0.176-0.464-0.1173-0.1173-0.272-0.176-0.464-0.176s-0.3467 0.0587-0.464 0.176c-0.1173 0.1173-0.176 0.272-0.176 0.464 0 0.1813 0.0587 0.336 0.176 0.464 0.1173 0.1173 0.272 0.176 0.464 0.176zm-0.0851-6.07999v-0.672c0.224-0.04267 0.432-0.112 0.624-0.208 0.1813-0.10667 0.3306-0.22933 0.448-0.368-0.0427 0.01067-0.1174 0.016-0.224 0.016-0.288 0-0.5227-0.09067-0.704-0.272-0.192-0.192-0.288-0.432-0.288-0.72 0-0.32 0.128-0.58133 0.384-0.784 0.256-0.21333 0.576-0.32 0.96-0.32 0.4053 0 0.736 0.10667 0.992 0.32 0.2453 0.21333 0.368 0.48533 0.368 0.816 0 0.21333-0.0534 0.42667-0.16 0.64-0.1067 0.21333-0.2507 0.38933-0.432 0.528l0.016 0.032h0.224c0.5333 0 0.992-0.17067 1.376-0.512 0.3733-0.352 0.6666-0.86933 0.88-1.552l1.392 0.56c-0.288 0.8-0.7414 1.41867-1.36 1.856-0.6187 0.42667-1.3707 0.64-2.256 0.64h-2.24zm1.184-1.824c0.128 0 0.2293-0.03733 0.304-0.112 0.064-0.07467 0.096-0.17067 0.096-0.288 0-0.11733-0.032-0.21333-0.096-0.288-0.0747-0.07467-0.176-0.112-0.304-0.112s-0.2294 0.03733-0.304 0.112c-0.0747 0.07467-0.112 0.17067-0.112 0.288 0 0.11733 0.0373 0.21333 0.112 0.288 0.0746 0.07467 0.176 0.112 0.304 0.112zM68.532 15.1766c-0.5227 0-0.9493-0.1547-1.28-0.464s-0.496-0.7093-0.496-1.2c0-0.4907 0.1653-0.896 0.496-1.216 0.3307-0.32 0.7413-0.48 1.232-0.48 0.064 0 0.1227 0.0053 0.176 0.016V9.08061c0-0.50133-0.1547-0.88-0.464-1.136-0.3093-0.26667-0.7573-0.4-1.344-0.4-0.384 0-0.7733 0.05867-1.168 0.176-0.3947 0.10667-0.7573 0.26133-1.088 0.464v-1.472c0.3733-0.20267 0.7787-0.352 1.216-0.448 0.448-0.10667 0.9013-0.16 1.36-0.16 1.0133 0 1.792 0.256 2.336 0.768 0.5547 0.50133 0.832 1.21067 0.832 2.128v4.36799c0 0.544-0.1653 0.9813-0.496 1.312-0.3307 0.3307-0.768 0.496-1.312 0.496zm0-1.04c0.2027 0 0.3627-0.0587 0.48-0.176 0.128-0.128 0.192-0.288 0.192-0.48 0-0.2027-0.064-0.3627-0.192-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.1813 0-0.336 0.064-0.464 0.192-0.128 0.1173-0.192 0.2773-0.192 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.1173 0.288 0.176 0.48 0.176zm4.296 0.864v-2.464c0-0.3947 0.08-0.72 0.24-0.976 0.1707-0.2667 0.4213-0.4533 0.752-0.56v-0.064c-0.448-0.1493-0.816-0.4587-1.104-0.928-0.288-0.47999-0.432-0.99732-0.432-1.55199 0-0.672 0.1973-1.216 0.592-1.632 0.4053-0.416 0.9227-0.624 1.552-0.624 0.544 0 0.9813 0.15467 1.312 0.464 0.3413 0.29867 0.512 0.69333 0.512 1.184 0 0.45867-0.1493 0.83733-0.448 1.136-0.288 0.288-0.6613 0.432-1.12 0.432-0.288 0-0.5333-0.06933-0.736-0.208 0.096 0.30933 0.2453 0.53867 0.448 0.688 0.2453 0.17069 0.608 0.25599 1.088 0.25599h1.184v1.232H75.74c-0.832 0-1.248 0.4107-1.248 1.232v0.976h3.76V6.36061h1.68v8.63999h-7.104zm1.648-6.47999c0.2027 0 0.3627-0.05867 0.48-0.176 0.1173-0.128 0.176-0.288 0.176-0.48 0-0.20267-0.0587-0.36267-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.1173 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M109.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.00108zM118.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M134.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="M102.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.3615v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4736-1.3582 2.3226-3.3651 2.3226-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M94.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M90.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C87.3003 6.01837 87 7.20756 87 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M94.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2279-2.22567c-1.3529-1.25851-3.117-2.031812-5.2225-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="131dp" android:height="21dp" android:viewportWidth="131" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M2.82413 15.0006V9.52861c-0.07467 0.01067-0.14934 0.016-0.224 0.016-0.49067 0-0.896-0.15467-1.216-0.464-0.32-0.32-0.480003-0.72-0.480003-1.2 0-0.49067 0.170663-0.896 0.512003-1.216 0.34133-0.32 0.77333-0.48 1.296-0.48 0.544 0 0.976 0.16533 1.296 0.496 0.32 0.33067 0.48 0.768 0.48 1.312v5.59999h3.536V6.36061h1.68v8.63999h-6.88zm-0.144-6.44799c0.20266 0 0.36266-0.05867 0.48-0.176 0.11733-0.128 0.176-0.288 0.176-0.48 0-0.20267-0.05867-0.36267-0.176-0.48-0.11734-0.128-0.27734-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.11734 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.05866 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176zM15.3246 15.1766c-0.5226 0-0.9493-0.1547-1.28-0.464-0.3306-0.3093-0.496-0.7093-0.496-1.2 0-0.4907 0.16-0.896 0.48-1.216 0.3307-0.32 0.7414-0.48 1.232-0.48 0.064 0 0.128 0.0053 0.192 0.016v-0.624c0-0.6933-0.3733-1.04-1.12-1.04h-2.848V9.00061c0-0.93867 0.288-1.65333 0.864-2.144 0.5867-0.50133 1.4347-0.752 2.544-0.752 0.448 0 0.9014 0.04267 1.36 0.128 0.4694 0.07467 0.8747 0.18133 1.216 0.32v1.424c-0.3626-0.13867-0.7786-0.25067-1.248-0.336-0.4693-0.096-0.9013-0.144-1.296-0.144-1.1946 0-1.792 0.43733-1.792 1.312v0.16h1.76c1.4934 0 2.24 0.688 2.24 2.06399v2.336c0 0.544-0.1706 0.9813-0.512 1.312-0.3306 0.3307-0.7626 0.496-1.296 0.496zm0-1.04c0.2027 0 0.3627-0.0587 0.48-0.176 0.1174-0.128 0.176-0.288 0.176-0.48 0-0.2027-0.0586-0.3627-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.128 0.1173-0.192 0.2773-0.192 0.48 0 0.192 0.064 0.352 0.192 0.48 0.128 0.1173 0.288 0.176 0.48 0.176zm-4.2287-8.86399v-0.112c0.096-0.56533 0.2933-1.056 0.592-1.472 0.2986-0.42667 0.6826-0.752 1.152-0.976 0.4693-0.23467 0.992-0.352 1.568-0.352 0.576 0 1.0986 0.11733 1.568 0.352 0.4586 0.224 0.8426 0.54933 1.152 0.976 0.2986 0.416 0.496 0.90667 0.592 1.472v0.112h-6.624zm1.696-0.928h3.216c-0.0854-0.29867-0.272-0.53867-0.56-0.72-0.2987-0.18133-0.6454-0.272-1.04-0.272-0.4054 0-0.752 0.09067-1.04 0.272-0.288 0.18133-0.48 0.42133-0.576 0.72zM21.416 15.0006v-2.432c-0.0533 0.0107-0.112 0.016-0.176 0.016-0.4587 0-0.848-0.1493-1.168-0.448-0.3093-0.3093-0.464-0.6933-0.464-1.152 0-0.48 0.16-0.8693 0.48-1.16799 0.3307-0.29867 0.752-0.448 1.264-0.448s0.9173 0.15467 1.216 0.464c0.3093 0.29869 0.464 0.70399 0.464 1.21599v2.56c0.3947 0 0.7413-0.1227 1.04-0.368 0.3093-0.256 0.5493-0.608 0.72-1.056 0.1813-0.4587 0.272-0.9813 0.272-1.568 0-0.94932-0.2347-1.69599-0.704-2.23999-0.4587-0.55467-1.0987-0.832-1.92-0.832-0.4907 0-0.9547 0.10133-1.392 0.304-0.4373 0.20267-0.784 0.48533-1.04 0.848l-1.152-0.944c0.384-0.52267 0.8907-0.928 1.52-1.216 0.64-0.288 1.3387-0.432 2.096-0.432 0.8747 0 1.6267 0.18133 2.256 0.544 0.64 0.36267 1.136 0.88 1.488 1.552 0.352 0.66133 0.528 1.44533 0.528 2.35199 0 0.896-0.1653 1.68-0.496 2.352-0.3307 0.6613-0.7947 1.1787-1.392 1.552-0.5867 0.3627-1.28 0.544-2.08 0.544h-1.36zm-0.096-3.376c0.192 0 0.3467-0.0587 0.464-0.176 0.1173-0.1173 0.176-0.272 0.176-0.464s-0.0587-0.3467-0.176-0.464c-0.1067-0.1173-0.2613-0.176-0.464-0.176-0.192 0-0.3467 0.0587-0.464 0.176-0.1173 0.1173-0.176 0.272-0.176 0.464s0.0587 0.3467 0.176 0.464c0.1173 0.1173 0.272 0.176 0.464 0.176zm9.8421 3.376V9.17661c0-0.512-0.1333-0.912-0.4-1.2-0.2666-0.288-0.64-0.432-1.12-0.432-0.288 0-0.608 0.048-0.96 0.144-0.3413 0.08533-0.6453 0.19733-0.912 0.336v-1.44c0.2667-0.14933 0.608-0.26667 1.024-0.352 0.416-0.08533 0.8054-0.128 1.168-0.128 0.896 0 1.6 0.26667 2.112 0.8 0.512 0.52267 0.768 1.25333 0.768 2.192v5.90399h-1.68zm3.824 0V9.89661c0-0.77867 0.1547-1.45067 0.464-2.016 0.32-0.56533 0.768-1.00267 1.344-1.312 0.5867-0.30933 1.2747-0.464 2.064-0.464 0.8 0 1.4934 0.15467 2.08 0.464 0.5867 0.30933 1.04 0.74667 1.36 1.312 0.32 0.56533 0.48 1.23733 0.48 2.016v5.10399h-1.664V9.84861c0-0.72533-0.1973-1.29067-0.592-1.696-0.3946-0.416-0.9493-0.624-1.664-0.624-0.6933 0-1.2426 0.208-1.648 0.624-0.3946 0.40533-0.592 0.97067-0.592 1.696v1.42399c0.0854-0.2347 0.192-0.4587 0.32-0.672 0.1387-0.256 0.2987-0.4693 0.48-0.63999 0.4267-0.40533 0.9227-0.608 1.488-0.608 0.4694 0 0.8534 0.144 1.152 0.432 0.3094 0.28799 0.464 0.65069 0.464 1.08799 0 0.4267-0.1546 0.7893-0.464 1.088-0.3093 0.288-0.688 0.432-1.136 0.432-0.3733 0-0.6933-0.096-0.96-0.288-0.192-0.1493-0.3253-0.3253-0.4-0.528-0.256 0.2027-0.4586 0.4587-0.608 0.768-0.2133 0.4373-0.32 0.96-0.32 1.568v1.088h-1.648zm3.904-3.472c0.192 0 0.3467-0.0587 0.464-0.176 0.128-0.128 0.192-0.2827 0.192-0.464 0-0.192-0.064-0.3467-0.192-0.464-0.1173-0.128-0.272-0.192-0.464-0.192-0.1813 0-0.336 0.064-0.464 0.192-0.1173 0.1173-0.176 0.272-0.176 0.464 0 0.1813 0.0587 0.336 0.176 0.464 0.128 0.1173 0.2827 0.176 0.464 0.176zm6.0429 3.472V9.89661c0-0.77867 0.16-1.45067 0.48-2.016 0.32-0.56533 0.7733-1.00267 1.36-1.312 0.5867-0.30933 1.28-0.464 2.08-0.464s1.4933 0.15467 2.08 0.464c0.5973 0.30933 1.056 0.752 1.376 1.328 0.32 0.56533 0.48 1.23733 0.48 2.016v5.08799h-1.664V9.83261c0-0.72533-0.2027-1.29067-0.608-1.696-0.3947-0.40533-0.9493-0.608-1.664-0.608-0.7253 0-1.2907 0.20267-1.696 0.608-0.4053 0.40533-0.608 0.97067-0.608 1.696v3.55199l1.584-1.36c-0.2027-0.064-0.3787-0.1707-0.528-0.32-0.2667-0.256-0.4-0.592-0.4-1.008 0-0.4373 0.1493-0.79466 0.448-1.07199 0.3093-0.288 0.6987-0.432 1.168-0.432 0.4693 0 0.848 0.144 1.136 0.432 0.288 0.27733 0.432 0.64529 0.432 1.10399 0 0.3307-0.1013 0.656-0.304 0.976-0.192 0.3093-0.528 0.6773-1.008 1.104l-2.544 2.192h-1.6zm3.856-3.648c0.1813 0 0.3307-0.0587 0.448-0.176 0.128-0.128 0.192-0.2827 0.192-0.464 0-0.192-0.0587-0.3467-0.176-0.464-0.1173-0.1173-0.272-0.176-0.464-0.176s-0.3467 0.0587-0.464 0.176c-0.1173 0.1173-0.176 0.272-0.176 0.464 0 0.1813 0.0587 0.336 0.176 0.464 0.1173 0.1173 0.272 0.176 0.464 0.176zm-0.0851-6.07999v-0.672c0.224-0.04267 0.432-0.112 0.624-0.208 0.1813-0.10667 0.3306-0.22933 0.448-0.368-0.0427 0.01067-0.1174 0.016-0.224 0.016-0.288 0-0.5227-0.09067-0.704-0.272-0.192-0.192-0.288-0.432-0.288-0.72 0-0.32 0.128-0.58133 0.384-0.784 0.256-0.21333 0.576-0.32 0.96-0.32 0.4053 0 0.736 0.10667 0.992 0.32 0.2453 0.21333 0.368 0.48533 0.368 0.816 0 0.21333-0.0534 0.42667-0.16 0.64-0.1067 0.21333-0.2507 0.38933-0.432 0.528l0.016 0.032h0.224c0.5333 0 0.992-0.17067 1.376-0.512 0.3733-0.352 0.6666-0.86933 0.88-1.552l1.392 0.56c-0.288 0.8-0.7414 1.41867-1.36 1.856-0.6187 0.42667-1.3707 0.64-2.256 0.64h-2.24zm1.184-1.824c0.128 0 0.2293-0.03733 0.304-0.112 0.064-0.07467 0.096-0.17067 0.096-0.288 0-0.11733-0.032-0.21333-0.096-0.288-0.0747-0.07467-0.176-0.112-0.304-0.112s-0.2294 0.03733-0.304 0.112c-0.0747 0.07467-0.112 0.17067-0.112 0.288 0 0.11733 0.0373 0.21333 0.112 0.288 0.0746 0.07467 0.176 0.112 0.304 0.112zM58.532 15.1766c-0.5227 0-0.9493-0.1547-1.28-0.464s-0.496-0.7093-0.496-1.2c0-0.4907 0.1653-0.896 0.496-1.216 0.3307-0.32 0.7413-0.48 1.232-0.48 0.064 0 0.1227 0.0053 0.176 0.016V9.08061c0-0.50133-0.1547-0.88-0.464-1.136-0.3093-0.26667-0.7573-0.4-1.344-0.4-0.384 0-0.7733 0.05867-1.168 0.176-0.3947 0.10667-0.7573 0.26133-1.088 0.464v-1.472c0.3733-0.20267 0.7787-0.352 1.216-0.448 0.448-0.10667 0.9013-0.16 1.36-0.16 1.0133 0 1.792 0.256 2.336 0.768 0.5547 0.50133 0.832 1.21067 0.832 2.128v4.36799c0 0.544-0.1653 0.9813-0.496 1.312-0.3307 0.3307-0.768 0.496-1.312 0.496zm0-1.04c0.2027 0 0.3627-0.0587 0.48-0.176 0.128-0.128 0.192-0.288 0.192-0.48 0-0.2027-0.064-0.3627-0.192-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.1813 0-0.336 0.064-0.464 0.192-0.128 0.1173-0.192 0.2773-0.192 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.1173 0.288 0.176 0.48 0.176zm4.296 0.864v-2.464c0-0.3947 0.08-0.72 0.24-0.976 0.1707-0.2667 0.4213-0.4533 0.752-0.56v-0.064c-0.448-0.1493-0.816-0.4587-1.104-0.928-0.288-0.47999-0.432-0.99732-0.432-1.55199 0-0.672 0.1973-1.216 0.592-1.632 0.4053-0.416 0.9227-0.624 1.552-0.624 0.544 0 0.9813 0.15467 1.312 0.464 0.3413 0.29867 0.512 0.69333 0.512 1.184 0 0.45867-0.1493 0.83733-0.448 1.136-0.288 0.288-0.6613 0.432-1.12 0.432-0.288 0-0.5333-0.06933-0.736-0.208 0.096 0.30933 0.2453 0.53867 0.448 0.688 0.2453 0.17069 0.608 0.25599 1.088 0.25599h1.184v1.232H65.74c-0.832 0-1.248 0.4107-1.248 1.232v0.976h3.76V6.36061h1.68v8.63999h-7.104zm1.648-6.47999c0.2027 0 0.3627-0.05867 0.48-0.176 0.1173-0.128 0.176-0.288 0.176-0.48 0-0.20267-0.0587-0.36267-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.1173 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M99.3563 3.42339v4.73836h2.9217c0.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.9217v0.00109zm0 6.40627v5.49654h-1.7456V1.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.8837v0.00108zM108.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M124.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="M92.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M84.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M80.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C77.3003 6.01837 77 7.20756 77 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M84.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="118dp" android:height="21dp" android:viewportWidth="118" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M3.07075 15.1766c-0.53333 0-0.96533-0.16-1.296-0.48-0.32-0.32-0.48-0.7467-0.48-1.28v-1.136c0-0.5867 0.13333-1.0933 0.4-1.52 0.27733-0.4373 0.66133-0.77332 1.152-1.00799 0.50133-0.24533 1.08267-0.368 1.744-0.368 0.34133 0 0.68267 0.032 1.024 0.096s0.65067 0.14933 0.928 0.256c0.11733 0.05333 0.224 0.10667 0.32 0.16v-0.32c0-0.62933-0.19733-1.13067-0.592-1.504-0.39467-0.37333-0.928-0.56-1.6-0.56-0.48 0-0.93867 0.10667-1.376 0.32-0.42667 0.20267-0.77867 0.48533-1.056 0.848l-1.216-0.848c0.40533-0.56533 0.93333-0.992 1.584-1.28 0.65067-0.29867 1.38133-0.448 2.192-0.448 0.94933 0 1.744 0.22933 2.384 0.688l1.504-1.232 0.96 1.136-1.52 1.168c0.27733 0.50133 0.416 1.06667 0.416 1.696v5.43999h-1.68v-3.776c-0.24533-0.16-0.54933-0.288-0.912-0.384-0.36267-0.096-0.72-0.144-1.072-0.144-0.608 0-1.08267 0.1333-1.424 0.4-0.29867 0.224-0.46933 0.5227-0.512 0.896 0.08533-0.0107 0.17067-0.016 0.256-0.016 0.48 0 0.86933 0.1493 1.168 0.448 0.30933 0.288 0.464 0.6613 0.464 1.12 0 0.48-0.16533 0.8747-0.496 1.184-0.33067 0.2987-0.752 0.448-1.264 0.448zm0.016-0.976c0.20267 0 0.36267-0.064 0.48-0.192 0.128-0.128 0.192-0.2827 0.192-0.464 0-0.2027-0.064-0.3627-0.192-0.48-0.11733-0.1173-0.27733-0.176-0.48-0.176-0.18133 0-0.336 0.0587-0.464 0.176-0.128 0.1173-0.192 0.2773-0.192 0.48 0 0.1813 0.064 0.336 0.192 0.464s0.28267 0.192 0.464 0.192zM7.081 5.38461c-0.864 0-1.55734-0.17067-2.08-0.512-0.52267-0.352-0.784-0.81067-0.784-1.376 0-0.416 0.13866-0.75733 0.416-1.024 0.27733-0.27733 0.63466-0.416 1.072-0.416 0.42666 0 0.77866 0.12267 1.056 0.368 0.27733 0.24533 0.416 0.56533 0.416 0.96 0 0.29867-0.09067 0.54933-0.272 0.752-0.02134 0.032-0.048 0.05867-0.08 0.08 0.07466 0.01067 0.15466 0.016 0.24 0.016 0.55466 0 1.02933-0.15467 1.424-0.464 0.384-0.32 0.68266-0.79467 0.896-1.424l1.392 0.56c-0.288 0.8-0.7413 1.41333-1.36 1.84-0.62934 0.42667-1.408 0.64-2.336 0.64zm-1.376-1.376c0.14933 0 0.27733-0.05333 0.384-0.16 0.10666-0.10667 0.16-0.23467 0.16-0.384 0-0.16-0.05334-0.29333-0.16-0.4-0.10667-0.10667-0.23467-0.16-0.384-0.16-0.16 0-0.29334 0.05333-0.4 0.16-0.10667 0.10667-0.16 0.24-0.16 0.4 0 0.14933 0.05333 0.27733 0.16 0.384 0.10666 0.10667 0.24 0.16 0.4 0.16zm1.47575-1.784l-0.16-2.368001h1.648l-0.16 2.368001h-1.328zM12.8492 15.0006l-2.496-5.56799 1.568-0.608 2.048 4.76799h1.376V9.52861c-0.0746 0.01067-0.1493 0.016-0.224 0.016-0.5013 0-0.912-0.15467-1.232-0.464-0.32-0.32-0.48-0.71467-0.48-1.184 0-0.50133 0.1707-0.912 0.512-1.232 0.3414-0.32 0.7734-0.48 1.296-0.48 0.544 0 0.976 0.16533 1.296 0.496 0.32 0.32 0.48 0.752 0.48 1.296v7.02399h-4.144zm2.336-6.44799c0.2027 0 0.3627-0.05867 0.48-0.176 0.1174-0.128 0.176-0.288 0.176-0.48 0-0.20267-0.0586-0.36267-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.1173 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176zm7.734 6.70399c-0.6506 0-1.216-0.1227-1.696-0.368s-0.8533-0.5973-1.12-1.056c-0.256-0.4693-0.384-1.0133-0.384-1.632v-0.384c0-0.4693 0.0747-0.8693 0.224-1.2 0.1494-0.3413 0.3627-0.66666 0.64-0.97599 0.128-0.14933 0.2454-0.28267 0.352-0.4 0.1174-0.128 0.224-0.26133 0.32-0.4 0.1067-0.13867 0.2134-0.288 0.32-0.448h-0.096c-0.16 0.24533-0.3626 0.464-0.608 0.656-0.2453 0.18133-0.5546 0.272-0.928 0.272-0.4373 0-0.8-0.144-1.088-0.432-0.288-0.288-0.432-0.656-0.432-1.104 0-0.46933 0.1547-0.85333 0.464-1.152 0.3094-0.29867 0.704-0.448 1.184-0.448 0.4694 0 0.848 0.144 1.136 0.432 0.2987 0.27733 0.448 0.66133 0.448 1.152h0.112c0.1067-0.17067 0.1867-0.37867 0.24-0.624 0.0534-0.24533 0.08-0.50667 0.08-0.784h1.072v0.384c0 0.512-0.0586 0.944-0.176 1.296-0.1173 0.34133-0.2666 0.64533-0.448 0.912-0.1706 0.26667-0.3466 0.528-0.528 0.784-0.1813 0.24533-0.3306 0.52799-0.448 0.84799-0.1173 0.3093-0.176 0.6933-0.176 1.152v0.512c0 0.4907 0.1334 0.8747 0.4 1.152 0.2774 0.2773 0.656 0.416 1.136 0.416 0.48 0 0.8534-0.1387 1.12-0.416 0.2774-0.2773 0.416-0.6613 0.416-1.152v-1.632c0-0.3627-0.0746-0.63466-0.224-0.81599-0.1493-0.192-0.368-0.288-0.656-0.288h-0.176v-0.672l1.904-2.704 1.232 0.8-1.408 1.872v0.032c0.32 0.096 0.5654 0.29333 0.736 0.592 0.1814 0.288 0.272 0.63999 0.272 1.05599v1.712c0 0.928-0.2933 1.6693-0.88 2.224-0.576 0.5547-1.3546 0.832-2.336 0.832zm-2.864-6.83199c0.2027 0 0.3627-0.05867 0.48-0.176 0.128-0.128 0.192-0.288 0.192-0.48 0-0.20267-0.064-0.36267-0.192-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.1173 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176zm-1.1216-3.152v-0.112c0.096-0.55467 0.3094-1.04 0.64-1.456 0.32-0.42667 0.7307-0.75733 1.232-0.992 0.5014-0.23467 1.056-0.352 1.664-0.352 0.3627 0 0.7094 0.048 1.04 0.144v-0.528h1.008v1.008c0.0427 0.032 0.0907 0.064 0.144 0.096 0.1494 0.128 0.2827 0.26133 0.4 0.4v-1.504h1.056v2.72c0.0747 0.128 0.128 0.28267 0.16 0.464v0.112h-7.344zm1.76-0.928h3.824c-0.1066-0.29867-0.3306-0.53867-0.672-0.72-0.352-0.18133-0.768-0.272-1.248-0.272-0.4586 0-0.864 0.09067-1.216 0.272-0.352 0.18133-0.5813 0.42133-0.688 0.72zm2.5976-3.12v-0.56c0.3734-0.064001 0.672-0.229334 0.896-0.496-0.064 0.010666-0.1066 0.015999-0.128 0.015999-0.2666 0-0.48-0.074666-0.64-0.224-0.1706-0.149333-0.256-0.346666-0.256-0.592 0-0.288 0.112-0.517329 0.336-0.687999 0.2134-0.18133 0.4854-0.272 0.816-0.272 0.352 0 0.6347 0.09067 0.848 0.272 0.2134 0.17067 0.32 0.394666 0.32 0.672 0 0.181333-0.0426 0.362666-0.128 0.543999-0.096 0.170667-0.2186 0.320001-0.368 0.448V0.37661h0.272c0.4054 0 0.7627-0.149334 1.072-0.448 0.2987-0.309334 0.5334-0.741334 0.704-1.296l1.184 0.464c-0.2346 0.682666-0.608 1.210666-1.12 1.584-0.512 0.36267-1.12 0.544-1.824 0.544h-1.984zm1.024-1.552001c0.1067 0 0.192-0.026666 0.256-0.08 0.0534-0.063999 0.08-0.149333 0.08-0.255999 0-0.096-0.0266-0.170667-0.08-0.224-0.064-0.064001-0.1493-0.096001-0.256-0.096001-0.1066 0-0.192 0.032-0.256 0.096001-0.064 0.053333-0.096 0.128-0.096 0.224 0 0.106666 0.032 0.192 0.096 0.255999 0.064 0.053334 0.1494 0.08 0.256 0.08zm4.457 15.327991v-4.016c0-0.5013 0.1547-0.9067 0.464-1.21599 0.3094-0.30933 0.7147-0.464 1.216-0.464 0.5014 0 0.912 0.14933 1.232 0.448 0.32 0.28799 0.48 0.66129 0.48 1.11999 0 0.448-0.1493 0.8213-0.448 1.12-0.2986 0.288-0.6773 0.432-1.136 0.432h-0.16v1.168h3.664V9.72061c0-0.66133-0.2133-1.18933-0.64-1.584-0.416-0.39467-0.976-0.592-1.68-0.592-0.4906 0-0.9386 0.10133-1.344 0.304-0.3946 0.20267-0.7146 0.49067-0.96 0.864l-1.2-0.88c0.3734-0.55467 0.8747-0.98133 1.504-1.28 0.6294-0.29867 1.344-0.448 2.144-0.448 1.1947 0 2.1334 0.33067 2.816 0.992 0.6934 0.65067 1.04 1.54133 1.04 2.672v5.23199h-6.992zm1.712-3.44c0.192 0 0.3467-0.064 0.464-0.192 0.1174-0.128 0.176-0.2827 0.176-0.464 0-0.2027-0.0586-0.3627-0.176-0.48-0.1173-0.1173-0.272-0.176-0.464-0.176s-0.352 0.064-0.48 0.192c-0.1173 0.1173-0.176 0.272-0.176 0.464 0 0.1813 0.064 0.336 0.192 0.464s0.2827 0.192 0.464 0.192zm7.4488 3.44V9.89661c0-0.77867 0.16-1.45067 0.48-2.016 0.32-0.56533 0.7733-1.00267 1.36-1.312 0.5867-0.30933 1.28-0.464 2.08-0.464s1.4933 0.15467 2.08 0.464c0.5973 0.30933 1.056 0.752 1.376 1.328 0.32 0.56533 0.48 1.23733 0.48 2.016v5.08799h-1.664V9.83261c0-0.72533-0.2027-1.29067-0.608-1.696-0.3947-0.40533-0.9493-0.608-1.664-0.608-0.7253 0-1.2907 0.20267-1.696 0.608-0.4053 0.40533-0.608 0.97067-0.608 1.696v3.55199l1.584-1.36c-0.2027-0.064-0.3787-0.1707-0.528-0.32-0.2667-0.256-0.4-0.592-0.4-1.008 0-0.4373 0.1493-0.79466 0.448-1.07199 0.3093-0.288 0.6987-0.432 1.168-0.432 0.4693 0 0.848 0.144 1.136 0.432 0.288 0.27733 0.432 0.64529 0.432 1.10399 0 0.3307-0.1013 0.656-0.304 0.976-0.192 0.3093-0.528 0.6773-1.008 1.104l-2.544 2.192h-1.6zm3.856-3.648c0.1813 0 0.3307-0.0587 0.448-0.176 0.128-0.128 0.192-0.2827 0.192-0.464 0-0.192-0.0587-0.3467-0.176-0.464-0.1173-0.1173-0.272-0.176-0.464-0.176s-0.3467 0.0587-0.464 0.176c-0.1173 0.1173-0.176 0.272-0.176 0.464 0 0.1813 0.0587 0.336 0.176 0.464 0.1173 0.1173 0.272 0.176 0.464 0.176zm-0.0851-6.07999v-0.672c0.224-0.04267 0.432-0.112 0.624-0.208 0.1813-0.10667 0.3306-0.22933 0.448-0.368-0.0427 0.01067-0.1174 0.016-0.224 0.016-0.288 0-0.5227-0.09067-0.704-0.272-0.192-0.192-0.288-0.432-0.288-0.72 0-0.32 0.128-0.58133 0.384-0.784 0.256-0.21333 0.576-0.32 0.96-0.32 0.4053 0 0.736 0.10667 0.992 0.32 0.2453 0.21333 0.368 0.48533 0.368 0.816 0 0.21333-0.0534 0.42667-0.16 0.64-0.1067 0.21333-0.2507 0.38933-0.432 0.528l0.016 0.032h0.224c0.5333 0 0.992-0.17067 1.376-0.512 0.3733-0.352 0.6666-0.86933 0.88-1.552l1.392 0.56c-0.288 0.8-0.7414 1.41867-1.36 1.856-0.6187 0.42667-1.3707 0.64-2.256 0.64h-2.24zm1.184-1.824c0.128 0 0.2293-0.03733 0.304-0.112 0.064-0.07467 0.096-0.17067 0.096-0.288 0-0.11733-0.032-0.21333-0.096-0.288-0.0747-0.07467-0.176-0.112-0.304-0.112s-0.2294 0.03733-0.304 0.112c-0.0747 0.07467-0.112 0.17067-0.112 0.288 0 0.11733 0.0373 0.21333 0.112 0.288 0.0746 0.07467 0.176 0.112 0.304 0.112zM51.532 15.1766c-0.5227 0-0.9493-0.1547-1.28-0.464s-0.496-0.7093-0.496-1.2c0-0.4907 0.1653-0.896 0.496-1.216 0.3307-0.32 0.7413-0.48 1.232-0.48 0.064 0 0.1227 0.0053 0.176 0.016V9.08061c0-0.50133-0.1547-0.88-0.464-1.136-0.3093-0.26667-0.7573-0.4-1.344-0.4-0.384 0-0.7733 0.05867-1.168 0.176-0.3947 0.10667-0.7573 0.26133-1.088 0.464v-1.472c0.3733-0.20267 0.7787-0.352 1.216-0.448 0.448-0.10667 0.9013-0.16 1.36-0.16 1.0133 0 1.792 0.256 2.336 0.768 0.5547 0.50133 0.832 1.21067 0.832 2.128v4.36799c0 0.544-0.1653 0.9813-0.496 1.312-0.3307 0.3307-0.768 0.496-1.312 0.496zm0-1.04c0.2027 0 0.3627-0.0587 0.48-0.176 0.128-0.128 0.192-0.288 0.192-0.48 0-0.2027-0.064-0.3627-0.192-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.1813 0-0.336 0.064-0.464 0.192-0.128 0.1173-0.192 0.2773-0.192 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.1173 0.288 0.176 0.48 0.176zm4.296 0.864v-2.464c0-0.3947 0.08-0.72 0.24-0.976 0.1707-0.2667 0.4213-0.4533 0.752-0.56v-0.064c-0.448-0.1493-0.816-0.4587-1.104-0.928-0.288-0.47999-0.432-0.99732-0.432-1.55199 0-0.672 0.1973-1.216 0.592-1.632 0.4053-0.416 0.9227-0.624 1.552-0.624 0.544 0 0.9813 0.15467 1.312 0.464 0.3413 0.29867 0.512 0.69333 0.512 1.184 0 0.45867-0.1493 0.83733-0.448 1.136-0.288 0.288-0.6613 0.432-1.12 0.432-0.288 0-0.5333-0.06933-0.736-0.208 0.096 0.30933 0.2453 0.53867 0.448 0.688 0.2453 0.17069 0.608 0.25599 1.088 0.25599h1.184v1.232H58.74c-0.832 0-1.248 0.4107-1.248 1.232v0.976h3.76V6.36061h1.68v8.63999h-7.104zm1.648-6.47999c0.2027 0 0.3627-0.05867 0.48-0.176 0.1173-0.128 0.176-0.288 0.176-0.48 0-0.20267-0.0587-0.36267-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.1173 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M92.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.00108zM101.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.6895-0.6065-1.0343-1.3647-1.0343-2.2744 0-0.9607 0.3631-1.7244 1.0903-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.5379-0.96716c0.8479-1.21302 2.0999-1.81953 3.7579-1.81953M117.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="M85.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M77.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M73.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C70.3003 6.01837 70 7.20756 70 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M77.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="135dp" android:height="21dp" android:viewportWidth="135" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M4.83662 15.2566c-0.97066 0-1.74933-0.272-2.336-0.816-0.576-0.5547-0.864-1.3013-0.864-2.24v-0.656c0-0.3733 0.07467-0.72 0.224-1.04 0.16-0.3307 0.35734-0.63466 0.592-0.91199 0.032-0.032 0.05867-0.064 0.08-0.096-0.48 0-0.88533-0.14933-1.216-0.448-0.341331-0.29867-0.511998-0.69333-0.511998-1.184 0-0.49067 0.165333-0.89067 0.495998-1.2 0.34134-0.32 0.77867-0.48 1.312-0.48 0.52267 0 0.94934 0.15467 1.28 0.464 0.34134 0.30933 0.512 0.752 0.512 1.328 0 0.34133-0.05866 0.64533-0.176 0.912-0.10666 0.256-0.23466 0.50667-0.384 0.752-0.14933 0.23467-0.27733 0.50129-0.384 0.79999-0.10666 0.2987-0.16 0.6613-0.16 1.088v0.72c0 0.4907 0.13334 0.8747 0.4 1.152 0.27734 0.2773 0.656 0.416 1.136 0.416 0.49067 0 0.86934-0.1387 1.136-0.416 0.27734-0.2773 0.416-0.6613 0.416-1.152v-1.552c0-0.3733-0.08-0.6613-0.24-0.86399-0.16-0.21333-0.384-0.32-0.672-0.32h-0.272v-0.672l1.888-2.704 1.216 0.8-1.392 1.856v0.032c0.36267 0.10667 0.64534 0.32 0.848 0.64 0.20267 0.30933 0.304 0.68269 0.304 1.11999v1.616c0 0.9387-0.29333 1.6853-0.88 2.24-0.576 0.544-1.36 0.816-2.352 0.816zm-2.256-6.70399c0.192 0 0.34667-0.064 0.464-0.192 0.128-0.128 0.192-0.288 0.192-0.48s-0.064-0.34667-0.192-0.464c-0.11733-0.128-0.272-0.192-0.464-0.192s-0.352 0.064-0.48 0.192c-0.128 0.11733-0.192 0.272-0.192 0.464s0.064 0.352 0.192 0.48 0.288 0.192 0.48 0.192zm4.8025-3.12c-0.48 0-0.87467-0.14933-1.184-0.448-0.32-0.30933-0.48-0.69867-0.48-1.168 0-0.46933 0.15467-0.85333 0.464-1.152 0.30933-0.30933 0.704-0.464 1.184-0.464 0.49067 0 0.896 0.15467 1.216 0.464 0.30933 0.29867 0.464 0.68267 0.464 1.152 0 0.46933-0.15467 0.85867-0.464 1.168-0.32 0.29867-0.72 0.448-1.2 0.448zm0-0.96c0.192 0 0.352-0.05867 0.48-0.176 0.11733-0.128 0.176-0.288 0.176-0.48s-0.064-0.34667-0.192-0.464c-0.128-0.128-0.288-0.192-0.48-0.192-0.18133 0-0.33067 0.064-0.448 0.192-0.128 0.11733-0.192 0.272-0.192 0.464s0.064 0.352 0.192 0.48c0.11733 0.11733 0.272 0.176 0.464 0.176zM12.9277 15.0006V9.17661c0-0.512-0.1333-0.912-0.4-1.2-0.2666-0.288-0.64-0.432-1.12-0.432-0.288 0-0.608 0.048-0.96 0.144-0.3413 0.08533-0.64529 0.19733-0.91195 0.336v-1.44c0.26666-0.14933 0.60795-0.26667 1.02395-0.352 0.416-0.08533 0.8054-0.128 1.168-0.128 0.896 0 1.6 0.26667 2.112 0.8 0.512 0.52267 0.768 1.25333 0.768 2.192v5.90399h-1.68zm7.2 0.176c-0.5226 0-0.9493-0.1547-1.28-0.464-0.3306-0.3093-0.496-0.7093-0.496-1.2 0-0.4907 0.16-0.896 0.48-1.216 0.3307-0.32 0.7414-0.48 1.232-0.48 0.064 0 0.128 0.0053 0.192 0.016v-0.624c0-0.6933-0.3733-1.04-1.12-1.04h-2.848V9.00061c0-0.93867 0.288-1.65333 0.864-2.144 0.5867-0.50133 1.4347-0.752 2.544-0.752 0.448 0 0.9014 0.04267 1.36 0.128 0.4694 0.07467 0.8747 0.18133 1.216 0.32v1.424c-0.3626-0.13867-0.7786-0.25067-1.248-0.336-0.4693-0.096-0.9013-0.144-1.296-0.144-1.1946 0-1.792 0.43733-1.792 1.312v0.16h1.76c1.4934 0 2.24 0.688 2.24 2.06399v2.336c0 0.544-0.1706 0.9813-0.512 1.312-0.3306 0.3307-0.7626 0.496-1.296 0.496zm0-1.04c0.2027 0 0.3627-0.0587 0.48-0.176 0.1174-0.128 0.176-0.288 0.176-0.48 0-0.2027-0.0586-0.3627-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.128 0.1173-0.192 0.2773-0.192 0.48 0 0.192 0.064 0.352 0.192 0.48 0.128 0.1173 0.288 0.176 0.48 0.176zm6.2774-4.30399c-0.512 0-0.9653-0.08-1.36-0.24-0.3946-0.17067-0.704-0.4-0.928-0.688-0.224-0.29867-0.336-0.63467-0.336-1.008 0-0.42667 0.1387-0.77333 0.416-1.04 0.2774-0.26667 0.6294-0.4 1.056-0.4 0.4267 0 0.7734 0.12267 1.04 0.368 0.2667 0.24533 0.4 0.56533 0.4 0.96 0 0.288-0.08 0.53333-0.24 0.736-0.0533 0.07467-0.1173 0.13867-0.192 0.192 0.096 0.02133 0.1814 0.032 0.256 0.032 0.384 0 0.7254-0.15467 1.024-0.464 0.2987-0.30933 0.5494-0.77867 0.752-1.408l1.328 0.528c-0.256 0.8-0.656 1.408-1.2 1.824-0.544 0.40533-1.216 0.608-2.016 0.608zm0 4.87999c-0.512 0-0.9653-0.08-1.36-0.24-0.3946-0.1707-0.704-0.4-0.928-0.688-0.224-0.2987-0.336-0.6347-0.336-1.008 0-0.416 0.1387-0.7573 0.416-1.024 0.2774-0.2773 0.6294-0.416 1.056-0.416 0.4267 0 0.7734 0.128 1.04 0.384 0.2667 0.2453 0.4 0.5653 0.4 0.96 0 0.2773-0.08 0.5173-0.24 0.72-0.0533 0.0747-0.1173 0.1387-0.192 0.192 0.096 0.0213 0.1814 0.032 0.256 0.032 0.384 0 0.7254-0.1547 1.024-0.464 0.2987-0.3093 0.5494-0.7787 0.752-1.408l1.328 0.528c-0.256 0.8107-0.656 1.4187-1.2 1.824-0.544 0.4053-1.216 0.608-2.016 0.608zm-1.168-6.31999c0.16 0 0.2934-0.05333 0.4-0.16 0.1067-0.10667 0.16-0.23467 0.16-0.384 0-0.16-0.0533-0.29333-0.16-0.4-0.1066-0.10667-0.24-0.16-0.4-0.16-0.1493 0-0.2773 0.05333-0.384 0.16-0.1066 0.10667-0.16 0.24-0.16 0.4 0 0.14933 0.0534 0.27733 0.16 0.384 0.1067 0.10667 0.2347 0.16 0.384 0.16zm0 4.89599c0.16 0 0.2934-0.0533 0.4-0.16 0.1067-0.1067 0.16-0.2347 0.16-0.384 0-0.16-0.0533-0.2933-0.16-0.4-0.1066-0.1067-0.24-0.16-0.4-0.16-0.1493 0-0.2773 0.0533-0.384 0.16-0.1066 0.1067-0.16 0.24-0.16 0.4 0 0.1493 0.0534 0.2773 0.16 0.384 0.1067 0.1067 0.2347 0.16 0.384 0.16zm8.2053 1.904c-0.544 0-0.9814-0.1653-1.312-0.496-0.32-0.3307-0.48-0.768-0.48-1.312V6.36061h1.68v5.50399c0.0853-0.0213 0.176-0.032 0.272-0.032 0.48 0 0.8746 0.16 1.184 0.48 0.3093 0.3093 0.464 0.704 0.464 1.184 0 0.5013-0.1707 0.912-0.512 1.232-0.3307 0.3093-0.7627 0.464-1.296 0.464zm0.016-1.04c0.2026 0 0.3626-0.0587 0.48-0.176 0.128-0.128 0.192-0.288 0.192-0.48 0-0.2027-0.064-0.3627-0.192-0.48-0.1174-0.128-0.2774-0.192-0.48-0.192-0.1814 0-0.336 0.064-0.464 0.192-0.128 0.1173-0.192 0.2773-0.192 0.48 0 0.192 0.064 0.352 0.192 0.48 0.128 0.1173 0.2826 0.176 0.464 0.176zm4.8627 0.848l-2.496-5.56799 1.568-0.608 2.048 4.76799h1.376V9.52861c-0.0746 0.01067-0.1493 0.016-0.224 0.016-0.5013 0-0.912-0.15467-1.232-0.464-0.32-0.32-0.48-0.71467-0.48-1.184 0-0.50133 0.1707-0.912 0.512-1.232 0.3414-0.32 0.7734-0.48 1.296-0.48 0.544 0 0.976 0.16533 1.296 0.496 0.32 0.32 0.48 0.752 0.48 1.296v7.02399h-4.144zm2.336-6.44799c0.2027 0 0.3627-0.05867 0.48-0.176 0.1174-0.128 0.176-0.288 0.176-0.48 0-0.20267-0.0586-0.36267-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.1173 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176zm-4.5894-3.28v-0.112c0.096-0.56533 0.2934-1.056 0.592-1.472 0.2987-0.42667 0.6827-0.752 1.152-0.976 0.4694-0.23467 0.992-0.352 1.568-0.352 0.576 0 1.0987 0.11733 1.568 0.352 0.4587 0.224 0.8427 0.54933 1.152 0.976 0.2987 0.416 0.496 0.90667 0.592 1.472v0.112h-6.624zm1.696-0.928h3.216c-0.0853-0.29867-0.272-0.53867-0.56-0.72-0.2986-0.18133-0.6453-0.272-1.04-0.272-0.4053 0-0.752 0.09067-1.04 0.272-0.288 0.18133-0.48 0.42133-0.576 0.72zm8.1854 10.65599V9.52861c-0.0746 0.01067-0.1493 0.016-0.224 0.016-0.4906 0-0.896-0.15467-1.216-0.464-0.32-0.32-0.48-0.72-0.48-1.2 0-0.49067 0.1707-0.896 0.512-1.216 0.3414-0.32 0.7734-0.48 1.296-0.48 0.544 0 0.976 0.16533 1.296 0.496 0.32 0.33067 0.48 0.768 0.48 1.312v5.37599l2.592-1.776c0.2347-0.1707 0.3894-0.32 0.464-0.448 0.0854-0.1387 0.128-0.3147 0.128-0.528V6.36061h1.68v4.43199c0 0.32-0.064 0.5867-0.192 0.8-0.032 0.0533-0.0693 0.1067-0.112 0.16 0.2347 0.0853 0.4374 0.2133 0.608 0.384 0.352 0.3307 0.528 0.752 0.528 1.264s-0.176 0.9387-0.528 1.28c-0.3413 0.3307-0.7786 0.496-1.312 0.496-0.544 0-0.992-0.1707-1.344-0.512-0.3093-0.288-0.4853-0.6453-0.528-1.072l-2.048 1.408h-1.6zm5.504-0.896c0.2134 0 0.384-0.064 0.512-0.192 0.1387-0.1387 0.208-0.3093 0.208-0.512 0-0.2133-0.0693-0.3893-0.208-0.528-0.1386-0.1387-0.3093-0.208-0.512-0.208-0.2026 0-0.3733 0.0693-0.512 0.208-0.128 0.128-0.192 0.2987-0.192 0.512s0.064 0.3893 0.192 0.528c0.1387 0.128 0.3094 0.192 0.512 0.192zm-5.648-5.55199c0.2027 0 0.3627-0.05867 0.48-0.176 0.1174-0.128 0.176-0.288 0.176-0.48 0-0.20267-0.0586-0.36267-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.1173 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176zm9.1279 6.44799V9.89661c0-0.77867 0.16-1.45067 0.48-2.016 0.32-0.56533 0.7733-1.00267 1.36-1.312 0.5867-0.30933 1.28-0.464 2.08-0.464s1.4933 0.15467 2.08 0.464c0.5973 0.30933 1.056 0.752 1.376 1.328 0.32 0.56533 0.48 1.23733 0.48 2.016v5.08799h-1.664V9.83261c0-0.72533-0.2027-1.29067-0.608-1.696-0.3947-0.40533-0.9493-0.608-1.664-0.608-0.7253 0-1.2907 0.20267-1.696 0.608-0.4053 0.40533-0.608 0.97067-0.608 1.696v3.55199l1.584-1.36c-0.2027-0.064-0.3787-0.1707-0.528-0.32-0.2667-0.256-0.4-0.592-0.4-1.008 0-0.4373 0.1493-0.79466 0.448-1.07199 0.3093-0.288 0.6987-0.432 1.168-0.432 0.4693 0 0.848 0.144 1.136 0.432 0.288 0.27733 0.432 0.64529 0.432 1.10399 0 0.3307-0.1013 0.656-0.304 0.976-0.192 0.3093-0.528 0.6773-1.008 1.104l-2.544 2.192h-1.6zm3.856-3.648c0.1813 0 0.3307-0.0587 0.448-0.176 0.128-0.128 0.192-0.2827 0.192-0.464 0-0.192-0.0587-0.3467-0.176-0.464-0.1173-0.1173-0.272-0.176-0.464-0.176s-0.3467 0.0587-0.464 0.176c-0.1173 0.1173-0.176 0.272-0.176 0.464 0 0.1813 0.0587 0.336 0.176 0.464 0.1173 0.1173 0.272 0.176 0.464 0.176zm-0.0851-6.07999v-0.672c0.224-0.04267 0.432-0.112 0.624-0.208 0.1813-0.10667 0.3306-0.22933 0.448-0.368-0.0427 0.01067-0.1174 0.016-0.224 0.016-0.288 0-0.5227-0.09067-0.704-0.272-0.192-0.192-0.288-0.432-0.288-0.72 0-0.32 0.128-0.58133 0.384-0.784 0.256-0.21333 0.576-0.32 0.96-0.32 0.4053 0 0.736 0.10667 0.992 0.32 0.2453 0.21333 0.368 0.48533 0.368 0.816 0 0.21333-0.0534 0.42667-0.16 0.64-0.1067 0.21333-0.2507 0.38933-0.432 0.528l0.016 0.032h0.224c0.5333 0 0.992-0.17067 1.376-0.512 0.3733-0.352 0.6666-0.86933 0.88-1.552l1.392 0.56c-0.288 0.8-0.7414 1.41867-1.36 1.856-0.6187 0.42667-1.3707 0.64-2.256 0.64h-2.24zm1.184-1.824c0.128 0 0.2293-0.03733 0.304-0.112 0.064-0.07467 0.096-0.17067 0.096-0.288 0-0.11733-0.032-0.21333-0.096-0.288-0.0747-0.07467-0.176-0.112-0.304-0.112s-0.2294 0.03733-0.304 0.112c-0.0747 0.07467-0.112 0.17067-0.112 0.288 0 0.11733 0.0373 0.21333 0.112 0.288 0.0746 0.07467 0.176 0.112 0.304 0.112zM68.532 15.1766c-0.5227 0-0.9493-0.1547-1.28-0.464s-0.496-0.7093-0.496-1.2c0-0.4907 0.1653-0.896 0.496-1.216 0.3307-0.32 0.7413-0.48 1.232-0.48 0.064 0 0.1227 0.0053 0.176 0.016V9.08061c0-0.50133-0.1547-0.88-0.464-1.136-0.3093-0.26667-0.7573-0.4-1.344-0.4-0.384 0-0.7733 0.05867-1.168 0.176-0.3947 0.10667-0.7573 0.26133-1.088 0.464v-1.472c0.3733-0.20267 0.7787-0.352 1.216-0.448 0.448-0.10667 0.9013-0.16 1.36-0.16 1.0133 0 1.792 0.256 2.336 0.768 0.5547 0.50133 0.832 1.21067 0.832 2.128v4.36799c0 0.544-0.1653 0.9813-0.496 1.312-0.3307 0.3307-0.768 0.496-1.312 0.496zm0-1.04c0.2027 0 0.3627-0.0587 0.48-0.176 0.128-0.128 0.192-0.288 0.192-0.48 0-0.2027-0.064-0.3627-0.192-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.1813 0-0.336 0.064-0.464 0.192-0.128 0.1173-0.192 0.2773-0.192 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.1173 0.288 0.176 0.48 0.176zm4.296 0.864v-2.464c0-0.3947 0.08-0.72 0.24-0.976 0.1707-0.2667 0.4213-0.4533 0.752-0.56v-0.064c-0.448-0.1493-0.816-0.4587-1.104-0.928-0.288-0.47999-0.432-0.99732-0.432-1.55199 0-0.672 0.1973-1.216 0.592-1.632 0.4053-0.416 0.9227-0.624 1.552-0.624 0.544 0 0.9813 0.15467 1.312 0.464 0.3413 0.29867 0.512 0.69333 0.512 1.184 0 0.45867-0.1493 0.83733-0.448 1.136-0.288 0.288-0.6613 0.432-1.12 0.432-0.288 0-0.5333-0.06933-0.736-0.208 0.096 0.30933 0.2453 0.53867 0.448 0.688 0.2453 0.17069 0.608 0.25599 1.088 0.25599h1.184v1.232H75.74c-0.832 0-1.248 0.4107-1.248 1.232v0.976h3.76V6.36061h1.68v8.63999h-7.104zm1.648-6.47999c0.2027 0 0.3627-0.05867 0.48-0.176 0.1173-0.128 0.176-0.288 0.176-0.48 0-0.20267-0.0587-0.36267-0.176-0.48-0.1173-0.128-0.2773-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192-0.1173 0.11733-0.176 0.27733-0.176 0.48 0 0.192 0.0587 0.352 0.176 0.48 0.128 0.11733 0.288 0.176 0.48 0.176z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M109.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.00108zM118.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M134.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="M102.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.3615v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4736-1.3582 2.3226-3.3651 2.3226-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M94.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M90.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C87.3003 6.01837 87 7.20756 87 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M94.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2279-2.22567c-1.3529-1.25851-3.117-2.031812-5.2225-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>