@stripe/stripe-react-native 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (359) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/android/build.gradle +1 -0
  3. package/android/proguard-rules.txt +7 -0
  4. package/android/src/main/java/com/reactnativestripesdk/CardFieldView.kt +4 -0
  5. package/android/src/main/java/com/reactnativestripesdk/GooglePayButtonManager.kt +5 -0
  6. package/android/src/main/java/com/reactnativestripesdk/GooglePayButtonView.kt +46 -8
  7. package/android/src/main/java/com/reactnativestripesdk/GooglePayLauncherFragment.kt +132 -0
  8. package/android/src/main/java/com/reactnativestripesdk/GooglePayRequestHelper.kt +144 -0
  9. package/android/src/main/java/com/reactnativestripesdk/StripeSdkModule.kt +123 -8
  10. package/android/src/main/java/com/reactnativestripesdk/utils/Extensions.kt +5 -0
  11. package/android/src/main/res/drawable/book_with_googlepay_button_content.xml +14 -0
  12. package/android/src/main/res/drawable/buy_with_googlepay_button_content.xml +14 -0
  13. package/android/src/main/res/drawable/checkout_with_googlepay_button_content.xml +14 -0
  14. package/android/src/main/res/drawable/donate_with_googlepay_button_content.xml +14 -0
  15. package/android/src/main/res/drawable/googlepay_button_background_shape.xml +11 -0
  16. package/android/src/main/res/drawable/googlepay_mark_background.xml +12 -0
  17. package/android/src/main/res/drawable/googlepay_mark_content.xml +27 -0
  18. package/android/src/main/res/drawable/order_with_googlepay_button_content.xml +14 -0
  19. package/android/src/main/res/drawable/pay_with_googlepay_button_content.xml +6 -6
  20. package/android/src/main/res/drawable/subscribe_with_googlepay_button_content.xml +14 -0
  21. package/android/src/main/res/drawable-ar/book_with_googlepay_button_content.xml +14 -0
  22. package/android/src/main/res/drawable-ar/buy_with_googlepay_button_content.xml +14 -0
  23. package/android/src/main/res/drawable-ar/checkout_with_googlepay_button_content.xml +14 -0
  24. package/android/src/main/res/drawable-ar/donate_with_googlepay_button_content.xml +14 -0
  25. package/android/src/main/res/drawable-ar/order_with_googlepay_button_content.xml +14 -0
  26. package/android/src/main/res/drawable-ar/pay_with_googlepay_button_content.xml +6 -6
  27. package/android/src/main/res/drawable-ar/subscribe_with_googlepay_button_content.xml +14 -0
  28. package/android/src/main/res/drawable-bg/book_with_googlepay_button_content.xml +14 -0
  29. package/android/src/main/res/drawable-bg/buy_with_googlepay_button_content.xml +14 -0
  30. package/android/src/main/res/drawable-bg/checkout_with_googlepay_button_content.xml +14 -0
  31. package/android/src/main/res/drawable-bg/donate_with_googlepay_button_content.xml +14 -0
  32. package/android/src/main/res/drawable-bg/order_with_googlepay_button_content.xml +14 -0
  33. package/android/src/main/res/drawable-bg/pay_with_googlepay_button_content.xml +4 -4
  34. package/android/src/main/res/drawable-bg/subscribe_with_googlepay_button_content.xml +14 -0
  35. package/android/src/main/res/drawable-ca/book_with_googlepay_button_content.xml +14 -0
  36. package/android/src/main/res/drawable-ca/buy_with_googlepay_button_content.xml +14 -0
  37. package/android/src/main/res/drawable-ca/checkout_with_googlepay_button_content.xml +14 -0
  38. package/android/src/main/res/drawable-ca/donate_with_googlepay_button_content.xml +14 -0
  39. package/android/src/main/res/drawable-ca/order_with_googlepay_button_content.xml +14 -0
  40. package/android/src/main/res/drawable-ca/pay_with_googlepay_button_content.xml +6 -6
  41. package/android/src/main/res/drawable-ca/subscribe_with_googlepay_button_content.xml +14 -0
  42. package/android/src/main/res/drawable-cs/book_with_googlepay_button_content.xml +14 -0
  43. package/android/src/main/res/drawable-cs/buy_with_googlepay_button_content.xml +14 -0
  44. package/android/src/main/res/drawable-cs/checkout_with_googlepay_button_content.xml +14 -0
  45. package/android/src/main/res/drawable-cs/donate_with_googlepay_button_content.xml +14 -0
  46. package/android/src/main/res/drawable-cs/order_with_googlepay_button_content.xml +14 -0
  47. package/android/src/main/res/drawable-cs/pay_with_googlepay_button_content.xml +6 -6
  48. package/android/src/main/res/drawable-cs/subscribe_with_googlepay_button_content.xml +14 -0
  49. package/android/src/main/res/drawable-da/book_with_googlepay_button_content.xml +14 -0
  50. package/android/src/main/res/drawable-da/buy_with_googlepay_button_content.xml +14 -0
  51. package/android/src/main/res/drawable-da/checkout_with_googlepay_button_content.xml +14 -0
  52. package/android/src/main/res/drawable-da/donate_with_googlepay_button_content.xml +14 -0
  53. package/android/src/main/res/drawable-da/order_with_googlepay_button_content.xml +14 -0
  54. package/android/src/main/res/drawable-da/pay_with_googlepay_button_content.xml +6 -6
  55. package/android/src/main/res/drawable-da/subscribe_with_googlepay_button_content.xml +14 -0
  56. package/android/src/main/res/drawable-de/book_with_googlepay_button_content.xml +15 -0
  57. package/android/src/main/res/drawable-de/buy_with_googlepay_button_content.xml +15 -0
  58. package/android/src/main/res/drawable-de/checkout_with_googlepay_button_content.xml +15 -0
  59. package/android/src/main/res/drawable-de/donate_with_googlepay_button_content.xml +15 -0
  60. package/android/src/main/res/drawable-de/order_with_googlepay_button_content.xml +15 -0
  61. package/android/src/main/res/drawable-de/pay_with_googlepay_button_content.xml +7 -7
  62. package/android/src/main/res/drawable-de/subscribe_with_googlepay_button_content.xml +15 -0
  63. package/android/src/main/res/drawable-el/book_with_googlepay_button_content.xml +14 -0
  64. package/android/src/main/res/drawable-el/buy_with_googlepay_button_content.xml +14 -0
  65. package/android/src/main/res/drawable-el/checkout_with_googlepay_button_content.xml +14 -0
  66. package/android/src/main/res/drawable-el/donate_with_googlepay_button_content.xml +14 -0
  67. package/android/src/main/res/drawable-el/order_with_googlepay_button_content.xml +14 -0
  68. package/android/src/main/res/drawable-el/pay_with_googlepay_button_content.xml +4 -4
  69. package/android/src/main/res/drawable-el/subscribe_with_googlepay_button_content.xml +14 -0
  70. package/android/src/main/res/drawable-et/book_with_googlepay_button_content.xml +15 -0
  71. package/android/src/main/res/drawable-et/buy_with_googlepay_button_content.xml +15 -0
  72. package/android/src/main/res/drawable-et/checkout_with_googlepay_button_content.xml +15 -0
  73. package/android/src/main/res/drawable-et/donate_with_googlepay_button_content.xml +15 -0
  74. package/android/src/main/res/drawable-et/order_with_googlepay_button_content.xml +15 -0
  75. package/android/src/main/res/drawable-et/pay_with_googlepay_button_content.xml +8 -8
  76. package/android/src/main/res/drawable-et/subscribe_with_googlepay_button_content.xml +15 -0
  77. package/android/src/main/res/drawable-fi/book_with_googlepay_button_content.xml +15 -0
  78. package/android/src/main/res/drawable-fi/buy_with_googlepay_button_content.xml +15 -0
  79. package/android/src/main/res/drawable-fi/checkout_with_googlepay_button_content.xml +15 -0
  80. package/android/src/main/res/drawable-fi/donate_with_googlepay_button_content.xml +15 -0
  81. package/android/src/main/res/drawable-fi/order_with_googlepay_button_content.xml +15 -0
  82. package/android/src/main/res/drawable-fi/pay_with_googlepay_button_content.xml +8 -8
  83. package/android/src/main/res/drawable-fi/subscribe_with_googlepay_button_content.xml +15 -0
  84. package/android/src/main/res/drawable-fr/book_with_googlepay_button_content.xml +14 -0
  85. package/android/src/main/res/drawable-fr/buy_with_googlepay_button_content.xml +14 -0
  86. package/android/src/main/res/drawable-fr/checkout_with_googlepay_button_content.xml +14 -0
  87. package/android/src/main/res/drawable-fr/donate_with_googlepay_button_content.xml +14 -0
  88. package/android/src/main/res/drawable-fr/order_with_googlepay_button_content.xml +14 -0
  89. package/android/src/main/res/drawable-fr/pay_with_googlepay_button_content.xml +5 -5
  90. package/android/src/main/res/drawable-fr/subscribe_with_googlepay_button_content.xml +14 -0
  91. package/android/src/main/res/drawable-hr/book_with_googlepay_button_content.xml +14 -0
  92. package/android/src/main/res/drawable-hr/buy_with_googlepay_button_content.xml +14 -0
  93. package/android/src/main/res/drawable-hr/checkout_with_googlepay_button_content.xml +14 -0
  94. package/android/src/main/res/drawable-hr/donate_with_googlepay_button_content.xml +14 -0
  95. package/android/src/main/res/drawable-hr/order_with_googlepay_button_content.xml +14 -0
  96. package/android/src/main/res/drawable-hr/pay_with_googlepay_button_content.xml +4 -4
  97. package/android/src/main/res/drawable-hr/subscribe_with_googlepay_button_content.xml +14 -0
  98. package/android/src/main/res/drawable-id/book_with_googlepay_button_content.xml +14 -0
  99. package/android/src/main/res/drawable-id/buy_with_googlepay_button_content.xml +14 -0
  100. package/android/src/main/res/drawable-id/checkout_with_googlepay_button_content.xml +14 -0
  101. package/android/src/main/res/drawable-id/donate_with_googlepay_button_content.xml +14 -0
  102. package/android/src/main/res/drawable-id/order_with_googlepay_button_content.xml +14 -0
  103. package/android/src/main/res/drawable-id/pay_with_googlepay_button_content.xml +4 -4
  104. package/android/src/main/res/drawable-id/subscribe_with_googlepay_button_content.xml +14 -0
  105. package/android/src/main/res/drawable-it/book_with_googlepay_button_content.xml +14 -0
  106. package/android/src/main/res/drawable-it/buy_with_googlepay_button_content.xml +14 -0
  107. package/android/src/main/res/drawable-it/checkout_with_googlepay_button_content.xml +14 -0
  108. package/android/src/main/res/drawable-it/donate_with_googlepay_button_content.xml +14 -0
  109. package/android/src/main/res/drawable-it/order_with_googlepay_button_content.xml +14 -0
  110. package/android/src/main/res/drawable-it/pay_with_googlepay_button_content.xml +6 -6
  111. package/android/src/main/res/drawable-it/subscribe_with_googlepay_button_content.xml +14 -0
  112. package/android/src/main/res/drawable-ja/book_with_googlepay_button_content.xml +14 -0
  113. package/android/src/main/res/drawable-ja/buy_with_googlepay_button_content.xml +14 -0
  114. package/android/src/main/res/drawable-ja/checkout_with_googlepay_button_content.xml +14 -0
  115. package/android/src/main/res/drawable-ja/donate_with_googlepay_button_content.xml +14 -0
  116. package/android/src/main/res/drawable-ja/order_with_googlepay_button_content.xml +14 -0
  117. package/android/src/main/res/drawable-ja/pay_with_googlepay_button_content.xml +5 -5
  118. package/android/src/main/res/drawable-ja/subscribe_with_googlepay_button_content.xml +14 -0
  119. package/android/src/main/res/drawable-ko/book_with_googlepay_button_content.xml +14 -0
  120. package/android/src/main/res/drawable-ko/buy_with_googlepay_button_content.xml +14 -0
  121. package/android/src/main/res/drawable-ko/checkout_with_googlepay_button_content.xml +14 -0
  122. package/android/src/main/res/drawable-ko/donate_with_googlepay_button_content.xml +14 -0
  123. package/android/src/main/res/drawable-ko/order_with_googlepay_button_content.xml +14 -0
  124. package/android/src/main/res/drawable-ko/pay_with_googlepay_button_content.xml +7 -7
  125. package/android/src/main/res/drawable-ko/subscribe_with_googlepay_button_content.xml +14 -0
  126. package/android/src/main/res/drawable-ms/book_with_googlepay_button_content.xml +14 -0
  127. package/android/src/main/res/drawable-ms/buy_with_googlepay_button_content.xml +14 -0
  128. package/android/src/main/res/drawable-ms/checkout_with_googlepay_button_content.xml +14 -0
  129. package/android/src/main/res/drawable-ms/donate_with_googlepay_button_content.xml +14 -0
  130. package/android/src/main/res/drawable-ms/order_with_googlepay_button_content.xml +14 -0
  131. package/android/src/main/res/drawable-ms/pay_with_googlepay_button_content.xml +4 -4
  132. package/android/src/main/res/drawable-ms/subscribe_with_googlepay_button_content.xml +14 -0
  133. package/android/src/main/res/drawable-nl/book_with_googlepay_button_content.xml +14 -0
  134. package/android/src/main/res/drawable-nl/buy_with_googlepay_button_content.xml +14 -0
  135. package/android/src/main/res/drawable-nl/checkout_with_googlepay_button_content.xml +14 -0
  136. package/android/src/main/res/drawable-nl/donate_with_googlepay_button_content.xml +14 -0
  137. package/android/src/main/res/drawable-nl/order_with_googlepay_button_content.xml +14 -0
  138. package/android/src/main/res/drawable-nl/pay_with_googlepay_button_content.xml +4 -4
  139. package/android/src/main/res/drawable-nl/subscribe_with_googlepay_button_content.xml +14 -0
  140. package/android/src/main/res/drawable-no/book_with_googlepay_button_content.xml +14 -0
  141. package/android/src/main/res/drawable-no/buy_with_googlepay_button_content.xml +14 -0
  142. package/android/src/main/res/drawable-no/checkout_with_googlepay_button_content.xml +14 -0
  143. package/android/src/main/res/drawable-no/donate_with_googlepay_button_content.xml +14 -0
  144. package/android/src/main/res/drawable-no/order_with_googlepay_button_content.xml +14 -0
  145. package/android/src/main/res/drawable-no/pay_with_googlepay_button_content.xml +6 -6
  146. package/android/src/main/res/drawable-no/subscribe_with_googlepay_button_content.xml +14 -0
  147. package/android/src/main/res/drawable-pl/book_with_googlepay_button_content.xml +14 -0
  148. package/android/src/main/res/drawable-pl/buy_with_googlepay_button_content.xml +14 -0
  149. package/android/src/main/res/drawable-pl/checkout_with_googlepay_button_content.xml +14 -0
  150. package/android/src/main/res/drawable-pl/donate_with_googlepay_button_content.xml +14 -0
  151. package/android/src/main/res/drawable-pl/order_with_googlepay_button_content.xml +14 -0
  152. package/android/src/main/res/drawable-pl/pay_with_googlepay_button_content.xml +7 -7
  153. package/android/src/main/res/drawable-pl/subscribe_with_googlepay_button_content.xml +14 -0
  154. package/android/src/main/res/drawable-ru/book_with_googlepay_button_content.xml +14 -0
  155. package/android/src/main/res/drawable-ru/buy_with_googlepay_button_content.xml +14 -0
  156. package/android/src/main/res/drawable-ru/checkout_with_googlepay_button_content.xml +14 -0
  157. package/android/src/main/res/drawable-ru/donate_with_googlepay_button_content.xml +14 -0
  158. package/android/src/main/res/drawable-ru/order_with_googlepay_button_content.xml +14 -0
  159. package/android/src/main/res/drawable-ru/pay_with_googlepay_button_content.xml +7 -7
  160. package/android/src/main/res/drawable-ru/subscribe_with_googlepay_button_content.xml +14 -0
  161. package/android/src/main/res/drawable-sk/book_with_googlepay_button_content.xml +14 -0
  162. package/android/src/main/res/drawable-sk/buy_with_googlepay_button_content.xml +14 -0
  163. package/android/src/main/res/drawable-sk/checkout_with_googlepay_button_content.xml +14 -0
  164. package/android/src/main/res/drawable-sk/donate_with_googlepay_button_content.xml +14 -0
  165. package/android/src/main/res/drawable-sk/order_with_googlepay_button_content.xml +14 -0
  166. package/android/src/main/res/drawable-sk/pay_with_googlepay_button_content.xml +4 -4
  167. package/android/src/main/res/drawable-sk/subscribe_with_googlepay_button_content.xml +14 -0
  168. package/android/src/main/res/drawable-sl/book_with_googlepay_button_content.xml +14 -0
  169. package/android/src/main/res/drawable-sl/buy_with_googlepay_button_content.xml +14 -0
  170. package/android/src/main/res/drawable-sl/checkout_with_googlepay_button_content.xml +14 -0
  171. package/android/src/main/res/drawable-sl/donate_with_googlepay_button_content.xml +14 -0
  172. package/android/src/main/res/drawable-sl/order_with_googlepay_button_content.xml +14 -0
  173. package/android/src/main/res/drawable-sl/pay_with_googlepay_button_content.xml +4 -4
  174. package/android/src/main/res/drawable-sl/subscribe_with_googlepay_button_content.xml +14 -0
  175. package/android/src/main/res/drawable-sr/book_with_googlepay_button_content.xml +14 -0
  176. package/android/src/main/res/drawable-sr/buy_with_googlepay_button_content.xml +14 -0
  177. package/android/src/main/res/drawable-sr/checkout_with_googlepay_button_content.xml +14 -0
  178. package/android/src/main/res/drawable-sr/donate_with_googlepay_button_content.xml +14 -0
  179. package/android/src/main/res/drawable-sr/order_with_googlepay_button_content.xml +14 -0
  180. package/android/src/main/res/drawable-sr/pay_with_googlepay_button_content.xml +7 -7
  181. package/android/src/main/res/drawable-sr/subscribe_with_googlepay_button_content.xml +14 -0
  182. package/android/src/main/res/drawable-sv/book_with_googlepay_button_content.xml +14 -0
  183. package/android/src/main/res/drawable-sv/buy_with_googlepay_button_content.xml +14 -0
  184. package/android/src/main/res/drawable-sv/checkout_with_googlepay_button_content.xml +14 -0
  185. package/android/src/main/res/drawable-sv/donate_with_googlepay_button_content.xml +14 -0
  186. package/android/src/main/res/drawable-sv/order_with_googlepay_button_content.xml +14 -0
  187. package/android/src/main/res/drawable-sv/pay_with_googlepay_button_content.xml +4 -4
  188. package/android/src/main/res/drawable-sv/subscribe_with_googlepay_button_content.xml +14 -0
  189. package/android/src/main/res/drawable-th/book_with_googlepay_button_content.xml +14 -0
  190. package/android/src/main/res/drawable-th/buy_with_googlepay_button_content.xml +14 -0
  191. package/android/src/main/res/drawable-th/checkout_with_googlepay_button_content.xml +14 -0
  192. package/android/src/main/res/drawable-th/donate_with_googlepay_button_content.xml +14 -0
  193. package/android/src/main/res/drawable-th/order_with_googlepay_button_content.xml +14 -0
  194. package/android/src/main/res/drawable-th/pay_with_googlepay_button_content.xml +6 -6
  195. package/android/src/main/res/drawable-th/subscribe_with_googlepay_button_content.xml +14 -0
  196. package/android/src/main/res/drawable-tr/book_with_googlepay_button_content.xml +14 -0
  197. package/android/src/main/res/drawable-tr/buy_with_googlepay_button_content.xml +14 -0
  198. package/android/src/main/res/drawable-tr/checkout_with_googlepay_button_content.xml +14 -0
  199. package/android/src/main/res/drawable-tr/donate_with_googlepay_button_content.xml +14 -0
  200. package/android/src/main/res/drawable-tr/order_with_googlepay_button_content.xml +14 -0
  201. package/android/src/main/res/drawable-tr/pay_with_googlepay_button_content.xml +7 -7
  202. package/android/src/main/res/drawable-tr/subscribe_with_googlepay_button_content.xml +14 -0
  203. package/android/src/main/res/drawable-uk/book_with_googlepay_button_content.xml +14 -0
  204. package/android/src/main/res/drawable-uk/buy_with_googlepay_button_content.xml +14 -0
  205. package/android/src/main/res/drawable-uk/checkout_with_googlepay_button_content.xml +14 -0
  206. package/android/src/main/res/drawable-uk/donate_with_googlepay_button_content.xml +14 -0
  207. package/android/src/main/res/drawable-uk/order_with_googlepay_button_content.xml +14 -0
  208. package/android/src/main/res/drawable-uk/pay_with_googlepay_button_content.xml +5 -5
  209. package/android/src/main/res/drawable-uk/subscribe_with_googlepay_button_content.xml +14 -0
  210. package/android/src/main/res/layout/book_with_googlepay_button.xml +20 -0
  211. package/android/src/main/res/layout/buy_with_googlepay_button.xml +20 -0
  212. package/android/src/main/res/layout/checkout_with_googlepay_button.xml +20 -0
  213. package/android/src/main/res/layout/donate_with_googlepay_button.xml +20 -0
  214. package/android/src/main/res/layout/googlepay_mark_button.xml +18 -0
  215. package/android/src/main/res/layout/order_with_googlepay_button.xml +20 -0
  216. package/android/src/main/res/layout/pay_with_googlepay_button.xml +10 -24
  217. package/android/src/main/res/layout/plain_googlepay_button.xml +17 -0
  218. package/android/src/main/res/layout/subscribe_with_googlepay_button.xml +20 -0
  219. package/android/src/main/res/values/googlepay_strings.xml +3 -2
  220. package/ios/ApplePayButtonManager.m +5 -0
  221. package/ios/ApplePayButtonManager.swift +3 -1
  222. package/ios/ApplePayButtonView.swift +21 -0
  223. package/ios/ApplePayUtils.swift +187 -0
  224. package/ios/ApplePayViewController.swift +279 -0
  225. package/ios/PaymentPassFinder.swift +61 -0
  226. package/ios/PushProvisioning/AddToWalletButtonView.swift +10 -10
  227. package/ios/PushProvisioning/PushProvisioningUtils.swift +39 -16
  228. package/ios/StripeSdk.m +29 -0
  229. package/ios/StripeSdk.swift +193 -129
  230. package/ios/Tests/AddressSheetUtilsTests.swift +1 -7
  231. package/ios/Tests/PushProvisioningTests.swift +14 -11
  232. package/jest/mock.js +44 -0
  233. package/lib/commonjs/NativeStripeSdk.js.map +1 -1
  234. package/lib/commonjs/components/PlatformPayButton.js +2 -0
  235. package/lib/commonjs/components/PlatformPayButton.js.map +1 -0
  236. package/lib/commonjs/functions.js +1 -1
  237. package/lib/commonjs/functions.js.map +1 -1
  238. package/lib/commonjs/hooks/usePlatformPay.js +2 -0
  239. package/lib/commonjs/hooks/usePlatformPay.js.map +1 -0
  240. package/lib/commonjs/hooks/useStripe.js +1 -1
  241. package/lib/commonjs/hooks/useStripe.js.map +1 -1
  242. package/lib/commonjs/index.js +1 -1
  243. package/lib/commonjs/index.js.map +1 -1
  244. package/lib/commonjs/types/Errors.js +1 -1
  245. package/lib/commonjs/types/Errors.js.map +1 -1
  246. package/lib/commonjs/types/PlatformPay.js +2 -0
  247. package/lib/commonjs/types/PlatformPay.js.map +1 -0
  248. package/lib/commonjs/types/PushProvisioning.js +2 -0
  249. package/lib/commonjs/types/PushProvisioning.js.map +1 -0
  250. package/lib/commonjs/types/index.js +1 -1
  251. package/lib/commonjs/types/index.js.map +1 -1
  252. package/lib/module/NativeStripeSdk.js.map +1 -1
  253. package/lib/module/components/PlatformPayButton.js +2 -0
  254. package/lib/module/components/PlatformPayButton.js.map +1 -0
  255. package/lib/module/functions.js +1 -1
  256. package/lib/module/functions.js.map +1 -1
  257. package/lib/module/hooks/usePlatformPay.js +2 -0
  258. package/lib/module/hooks/usePlatformPay.js.map +1 -0
  259. package/lib/module/hooks/useStripe.js +1 -1
  260. package/lib/module/hooks/useStripe.js.map +1 -1
  261. package/lib/module/index.js +1 -1
  262. package/lib/module/index.js.map +1 -1
  263. package/lib/module/types/Errors.js +1 -1
  264. package/lib/module/types/Errors.js.map +1 -1
  265. package/lib/module/types/PlatformPay.js +2 -0
  266. package/lib/module/types/PlatformPay.js.map +1 -0
  267. package/lib/module/types/PushProvisioning.js +2 -0
  268. package/lib/module/types/PushProvisioning.js.map +1 -0
  269. package/lib/module/types/index.js +1 -1
  270. package/lib/module/types/index.js.map +1 -1
  271. package/lib/typescript/src/NativeStripeSdk.d.ts +8 -1
  272. package/lib/typescript/src/components/PlatformPayButton.d.ts +65 -0
  273. package/lib/typescript/src/functions.d.ts +73 -1
  274. package/lib/typescript/src/hooks/usePlatformPay.d.ts +70 -0
  275. package/lib/typescript/src/hooks/useStripe.d.ts +18 -1
  276. package/lib/typescript/src/index.d.ts +2 -0
  277. package/lib/typescript/src/types/ApplePay.d.ts +9 -0
  278. package/lib/typescript/src/types/Errors.d.ts +6 -1
  279. package/lib/typescript/src/types/GooglePay.d.ts +2 -1
  280. package/lib/typescript/src/types/PlatformPay.d.ts +285 -0
  281. package/lib/typescript/src/types/PushProvisioning.d.ts +66 -0
  282. package/lib/typescript/src/types/components/ApplePayButtonComponent.d.ts +2 -2
  283. package/lib/typescript/src/types/index.d.ts +3 -38
  284. package/package.json +8 -1
  285. package/src/NativeStripeSdk.tsx +20 -0
  286. package/src/components/PlatformPayButton.tsx +157 -0
  287. package/src/functions.ts +181 -0
  288. package/src/hooks/usePlatformPay.tsx +174 -0
  289. package/src/hooks/useStripe.tsx +77 -0
  290. package/src/index.tsx +6 -0
  291. package/src/types/ApplePay.ts +9 -0
  292. package/src/types/Errors.ts +7 -1
  293. package/src/types/GooglePay.ts +2 -1
  294. package/src/types/PlatformPay.ts +326 -0
  295. package/src/types/PushProvisioning.ts +76 -0
  296. package/src/types/components/ApplePayButtonComponent.ts +3 -2
  297. package/src/types/index.ts +3 -54
  298. package/android/src/main/res/drawable/googlepay_button_background.xml +0 -6
  299. package/android/src/main/res/drawable/googlepay_button_content.xml +0 -48
  300. package/android/src/main/res/drawable/googlepay_button_overlay.xml +0 -12
  301. package/android/src/main/res/drawable-af/pay_with_googlepay_button_content.xml +0 -14
  302. package/android/src/main/res/drawable-am/pay_with_googlepay_button_content.xml +0 -15
  303. package/android/src/main/res/drawable-as/pay_with_googlepay_button_content.xml +0 -14
  304. package/android/src/main/res/drawable-az/pay_with_googlepay_button_content.xml +0 -14
  305. package/android/src/main/res/drawable-be/pay_with_googlepay_button_content.xml +0 -14
  306. package/android/src/main/res/drawable-bn/pay_with_googlepay_button_content.xml +0 -14
  307. package/android/src/main/res/drawable-bs/pay_with_googlepay_button_content.xml +0 -14
  308. package/android/src/main/res/drawable-cy/pay_with_googlepay_button_content.xml +0 -14
  309. package/android/src/main/res/drawable-en-rau/pay_with_googlepay_button_content.xml +0 -14
  310. package/android/src/main/res/drawable-en-rca/pay_with_googlepay_button_content.xml +0 -14
  311. package/android/src/main/res/drawable-en-rgb/pay_with_googlepay_button_content.xml +0 -14
  312. package/android/src/main/res/drawable-en-rin/pay_with_googlepay_button_content.xml +0 -14
  313. package/android/src/main/res/drawable-es/pay_with_googlepay_button_content.xml +0 -14
  314. package/android/src/main/res/drawable-es-res/pay_with_googlepay_button_content.xml +0 -14
  315. package/android/src/main/res/drawable-eu/pay_with_googlepay_button_content.xml +0 -15
  316. package/android/src/main/res/drawable-fa/pay_with_googlepay_button_content.xml +0 -14
  317. package/android/src/main/res/drawable-fil/pay_with_googlepay_button_content.xml +0 -14
  318. package/android/src/main/res/drawable-fr-rca/pay_with_googlepay_button_content.xml +0 -14
  319. package/android/src/main/res/drawable-ga/pay_with_googlepay_button_content.xml +0 -14
  320. package/android/src/main/res/drawable-gl/pay_with_googlepay_button_content.xml +0 -14
  321. package/android/src/main/res/drawable-gu/pay_with_googlepay_button_content.xml +0 -14
  322. package/android/src/main/res/drawable-hdpi/googlepay_button_background_image.9.png +0 -0
  323. package/android/src/main/res/drawable-hu/pay_with_googlepay_button_content.xml +0 -15
  324. package/android/src/main/res/drawable-hy/pay_with_googlepay_button_content.xml +0 -15
  325. package/android/src/main/res/drawable-is/pay_with_googlepay_button_content.xml +0 -14
  326. package/android/src/main/res/drawable-iw/pay_with_googlepay_button_content.xml +0 -14
  327. package/android/src/main/res/drawable-ka/pay_with_googlepay_button_content.xml +0 -15
  328. package/android/src/main/res/drawable-kk/pay_with_googlepay_button_content.xml +0 -14
  329. package/android/src/main/res/drawable-km/pay_with_googlepay_button_content.xml +0 -14
  330. package/android/src/main/res/drawable-kn/pay_with_googlepay_button_content.xml +0 -14
  331. package/android/src/main/res/drawable-ky/pay_with_googlepay_button_content.xml +0 -14
  332. package/android/src/main/res/drawable-lo/pay_with_googlepay_button_content.xml +0 -14
  333. package/android/src/main/res/drawable-lt/pay_with_googlepay_button_content.xml +0 -14
  334. package/android/src/main/res/drawable-lv/pay_with_googlepay_button_content.xml +0 -14
  335. package/android/src/main/res/drawable-mdpi/googlepay_button_background_image.9.png +0 -0
  336. package/android/src/main/res/drawable-mk/pay_with_googlepay_button_content.xml +0 -14
  337. package/android/src/main/res/drawable-ml/pay_with_googlepay_button_content.xml +0 -14
  338. package/android/src/main/res/drawable-mn/pay_with_googlepay_button_content.xml +0 -14
  339. package/android/src/main/res/drawable-mr/pay_with_googlepay_button_content.xml +0 -14
  340. package/android/src/main/res/drawable-ne/pay_with_googlepay_button_content.xml +0 -14
  341. package/android/src/main/res/drawable-pt-rbr/pay_with_googlepay_button_content.xml +0 -14
  342. package/android/src/main/res/drawable-pt-rpt/pay_with_googlepay_button_content.xml +0 -14
  343. package/android/src/main/res/drawable-ro/pay_with_googlepay_button_content.xml +0 -14
  344. package/android/src/main/res/drawable-sq/pay_with_googlepay_button_content.xml +0 -14
  345. package/android/src/main/res/drawable-sw/pay_with_googlepay_button_content.xml +0 -14
  346. package/android/src/main/res/drawable-ta/pay_with_googlepay_button_content.xml +0 -14
  347. package/android/src/main/res/drawable-te/pay_with_googlepay_button_content.xml +0 -14
  348. package/android/src/main/res/drawable-ur/pay_with_googlepay_button_content.xml +0 -14
  349. package/android/src/main/res/drawable-uz/pay_with_googlepay_button_content.xml +0 -14
  350. package/android/src/main/res/drawable-v21/googlepay_button_background.xml +0 -7
  351. package/android/src/main/res/drawable-vi/pay_with_googlepay_button_content.xml +0 -14
  352. package/android/src/main/res/drawable-xhdpi/googlepay_button_background_image.9.png +0 -0
  353. package/android/src/main/res/drawable-xxhdpi/googlepay_button_background_image.9.png +0 -0
  354. package/android/src/main/res/drawable-xxxhdpi/googlepay_button_background_image.9.png +0 -0
  355. package/android/src/main/res/drawable-zh-rcn/pay_with_googlepay_button_content.xml +0 -15
  356. package/android/src/main/res/drawable-zh-rhk/pay_with_googlepay_button_content.xml +0 -15
  357. package/android/src/main/res/drawable-zh-rtw/pay_with_googlepay_button_content.xml +0 -15
  358. package/android/src/main/res/drawable-zu/pay_with_googlepay_button_content.xml +0 -14
  359. package/android/src/main/res/layout/googlepay_button.xml +0 -39
@@ -1,14 +0,0 @@
1
- <vector android:width="110dp" android:height="21dp" android:viewportWidth="110" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M4.14713 15.0006l-0.512-2.528c-0.192 0.064-0.384 0.096-0.576 0.096-0.45867 0-0.84267-0.144-1.152-0.432-0.29867-0.288-0.448-0.6667-0.448-1.136 0-0.4693 0.15466-0.8533 0.464-1.15199 0.32-0.29867 0.72-0.448 1.2-0.448 0.45866 0 0.832 0.12267 1.12 0.368 0.29866 0.24529 0.49066 0.57599 0.576 0.99199l0.544 2.832c0.40533-0.1067 0.76266-0.4373 1.072-0.992 0.32-0.5547 0.48-1.2427 0.48-2.064 0-0.93866-0.22934-1.67466-0.688-2.20799-0.45867-0.544-1.088-0.816-1.888-0.816-0.48 0-0.91734 0.096-1.312 0.288-0.39467 0.192-0.70934 0.464-0.944 0.816l-1.408004-0.592c0.32-0.58667 0.810664-1.05067 1.472004-1.392 0.66133-0.352 1.39733-0.528 2.208-0.528 0.85333 0 1.59466 0.176 2.224 0.528 0.64 0.34133 1.136 0.84267 1.488 1.504 0.352 0.65067 0.528 1.42933 0.528 2.33599 0 0.8533-0.144 1.6213-0.432 2.304-0.27734 0.6827-0.656 1.2267-1.136 1.632-0.46934 0.3947-0.98667 0.592-1.552 0.592h-1.328zm-1.056-3.344c0.192 0 0.34666-0.0587 0.464-0.176 0.128-0.1173 0.192-0.272 0.192-0.464s-0.064-0.3467-0.192-0.464c-0.11734-0.128-0.272-0.192-0.464-0.192-0.18134 0-0.336 0.064-0.464 0.192-0.11734 0.1173-0.176 0.272-0.176 0.464s0.05866 0.3467 0.176 0.464c0.128 0.1173 0.28266 0.176 0.464 0.176zm1.07262-6.39999l-0.16-2.88h1.76l-0.144 2.88h-1.456zM14.2803 15.0006V8.64861c0-0.416-0.1334-0.74133-0.4-0.976-0.2667-0.23467-0.624-0.352-1.072-0.352-0.256 0-0.5014 0.05867-0.736 0.176 0.32 0.07467 0.576 0.22933 0.768 0.464 0.2026 0.23467 0.304 0.51733 0.304 0.848 0 0.43733-0.1494 0.8-0.448 1.088-0.2987 0.28799-0.672 0.43199-1.12 0.43199-0.5014 0-0.9067-0.1547-1.216-0.46399-0.3094-0.30933-0.46405-0.70933-0.46405-1.2 0-0.512 0.12805-0.96 0.38405-1.344 0.256-0.384 0.608-0.68267 1.056-0.896 0.448-0.21333 0.96-0.32 1.536-0.32 0.9493 0 1.7013 0.24 2.256 0.72 0.5546 0.46933 0.832 1.104 0.832 1.904v6.27199h-1.68zm-2.704-5.47199c0.192 0 0.3466-0.05867 0.464-0.176 0.128-0.128 0.192-0.288 0.192-0.48s-0.064-0.34667-0.192-0.464c-0.1174-0.128-0.272-0.192-0.464-0.192s-0.352 0.064-0.48 0.192c-0.1174 0.11733-0.176 0.272-0.176 0.464s0.0586 0.352 0.176 0.48c0.128 0.11733 0.288 0.176 0.48 0.176zm10.4701 5.72799c-1.12 0-2.016-0.2347-2.688-0.704-0.6614-0.48-0.992-1.1413-0.992-1.984 0-0.4053 0.112-0.768 0.336-1.088 0.2346-0.3307 0.528-0.544 0.88-0.64v-0.064c-0.4587-0.1707-0.8214-0.4587-1.088-0.86399-0.256-0.416-0.384-0.87467-0.384-1.376 0-0.71467 0.1973-1.28533 0.592-1.712 0.4053-0.42667 0.9333-0.64 1.584-0.64 0.544 0 0.9813 0.15467 1.312 0.464 0.3413 0.30933 0.512 0.704 0.512 1.184 0 0.45867-0.1547 0.83733-0.464 1.136-0.2987 0.288-0.6667 0.432-1.104 0.432-0.2667 0-0.4854-0.048-0.656-0.144 0.192 0.512 0.6133 0.76799 1.264 0.76799h1.344v1.168h-1.152c-0.3734 0-0.688 0.128-0.944 0.384-0.2454 0.256-0.368 0.5707-0.368 0.944 0 0.4373 0.176 0.7733 0.528 1.008 0.3626 0.2347 0.8586 0.352 1.488 0.352 0.576 0 1.056-0.144 1.44-0.432 0.384-0.288 0.576-0.6773 0.576-1.168V6.36061h1.696v5.87199c0 0.928-0.3414 1.664-1.024 2.208-0.672 0.544-1.568 0.816-2.688 0.816zm-1.712-6.75199c0.2026 0 0.3626-0.05867 0.48-0.176 0.128-0.128 0.192-0.29333 0.192-0.496 0-0.192-0.064-0.352-0.192-0.48-0.1174-0.128-0.2774-0.192-0.48-0.192-0.192 0-0.352 0.064-0.48 0.192s-0.192 0.288-0.192 0.48c0 0.20267 0.064 0.368 0.192 0.496 0.128 0.11733 0.288 0.176 0.48 0.176zm9.391 6.68799c-0.5227 0-0.9547-0.1707-1.296-0.512-0.3307-0.3413-0.496-0.7787-0.496-1.312V9.91261c0-0.77867 0.1546-1.45067 0.464-2.016 0.32-0.576 0.7626-1.01867 1.328-1.328 0.576-0.30933 1.2533-0.464 2.032-0.464 0.7786 0 1.456 0.15467 2.032 0.464 0.576 0.30933 1.0186 0.752 1.328 1.328 0.32 0.56533 0.48 1.23733 0.48 2.016v5.08799h-1.68V9.84861c0-0.71467-0.1974-1.28-0.592-1.696-0.384-0.42667-0.9067-0.64-1.568-0.64-0.6507 0-1.1734 0.21333-1.568 0.64-0.384 0.416-0.576 0.98133-0.576 1.696v2.03199c0.096-0.0107 0.192-0.016 0.288-0.016 0.4693 0 0.8586 0.1547 1.168 0.464 0.3093 0.3093 0.464 0.704 0.464 1.184s-0.1707 0.88-0.512 1.2c-0.3414 0.32-0.7734 0.48-1.296 0.48zm0.048-1.024c0.192 0 0.352-0.064 0.48-0.192s0.192-0.288 0.192-0.48-0.064-0.352-0.192-0.48-0.288-0.192-0.48-0.192-0.352 0.064-0.48 0.192-0.192 0.288-0.192 0.48 0.064 0.352 0.192 0.48 0.288 0.192 0.48 0.192zm-0.3001-8.95999v-0.656c0.4693-0.096 0.8266-0.29333 1.072-0.592-0.0534 0.01067-0.128 0.016-0.224 0.016-0.256 0-0.4854-0.08533-0.688-0.256-0.2027-0.17067-0.304-0.41067-0.304-0.72 0-0.33067 0.1226-0.59733 0.368-0.8 0.2346-0.20267 0.5386-0.304 0.912-0.304 0.4053 0 0.7306 0.10133 0.976 0.304 0.2453 0.20267 0.368 0.46933 0.368 0.8 0 0.224-0.0534 0.448-0.16 0.672-0.1067 0.21333-0.2507 0.39467-0.432 0.544l0.016 0.032h0.352c0.4906 0 0.896-0.192 1.216-0.576 0.32-0.384 0.48-0.86933 0.48-1.456h1.632c0 0.58667-0.1387 1.10933-0.416 1.568-0.2774 0.448-0.656 0.8-1.136 1.056-0.4907 0.24533-1.0507 0.368-1.68 0.368h-2.352zm1.136-1.824c0.2666 0 0.4-0.13333 0.4-0.4 0-0.256-0.1334-0.384-0.4-0.384-0.2774 0-0.416 0.128-0.416 0.384 0 0.26667 0.1386 0.4 0.416 0.4zM41.3441 15.2566c-0.672 0-1.28-0.112-1.824-0.336-0.5333-0.224-0.9546-0.5387-1.264-0.944-0.3093-0.4053-0.464-0.88-0.464-1.424 0-0.512 0.1547-0.9227 0.464-1.232 0.32-0.32 0.7307-0.48 1.232-0.48 0.4694 0 0.8587 0.144 1.168 0.432 0.3094 0.288 0.464 0.656 0.464 1.104 0 0.6507-0.3253 1.1147-0.976 1.392 0.32 0.1067 0.672 0.16 1.056 0.16 0.8214 0 1.4614-0.2933 1.92-0.88 0.4587-0.5867 0.688-1.376 0.688-2.368 0-0.97066-0.2293-1.73866-0.688-2.30399-0.4586-0.576-1.072-0.864-1.84-0.864-0.5013 0-0.9653 0.13867-1.392 0.416-0.416 0.27733-0.72 0.65067-0.912 1.12l-1.472-0.656c0.288-0.68267 0.768-1.232 1.44-1.648 0.6827-0.42667 1.4614-0.64 2.336-0.64 0.8747 0 1.6267 0.18667 2.256 0.56 0.6294 0.37333 1.1094 0.90133 1.44 1.584 0.3414 0.68267 0.512 1.49333 0.512 2.43199 0 1.3973-0.3626 2.512-1.088 3.344-0.7253 0.8213-1.744 1.232-3.056 1.232zm-1.856-2.24c0.1814 0 0.3307-0.0587 0.448-0.176 0.128-0.1173 0.192-0.2667 0.192-0.448 0-0.192-0.064-0.3467-0.192-0.464-0.1173-0.1173-0.2666-0.176-0.448-0.176-0.1813 0-0.336 0.0587-0.464 0.176-0.1173 0.1173-0.176 0.272-0.176 0.464 0 0.1813 0.0587 0.3307 0.176 0.448 0.128 0.1173 0.2827 0.176 0.464 0.176zm11.7989 2.24c-1.12 0-2.016-0.2347-2.688-0.704-0.6613-0.48-0.992-1.1413-0.992-1.984 0-0.4053 0.112-0.768 0.336-1.088 0.2347-0.3307 0.528-0.544 0.88-0.64v-0.064c-0.4587-0.1707-0.8213-0.4587-1.088-0.86399-0.256-0.416-0.384-0.87467-0.384-1.376 0-0.71467 0.1973-1.28533 0.592-1.712 0.4053-0.42667 0.9333-0.64 1.584-0.64 0.544 0 0.9813 0.15467 1.312 0.464 0.3413 0.30933 0.512 0.704 0.512 1.184 0 0.45867-0.1547 0.83733-0.464 1.136-0.2987 0.288-0.6667 0.432-1.104 0.432-0.2667 0-0.4853-0.048-0.656-0.144 0.192 0.512 0.6133 0.76799 1.264 0.76799h1.344v1.168h-1.152c-0.3733 0-0.688 0.128-0.944 0.384-0.2453 0.256-0.368 0.5707-0.368 0.944 0 0.4373 0.176 0.7733 0.528 1.008 0.3627 0.2347 0.8587 0.352 1.488 0.352 0.576 0 1.056-0.144 1.44-0.432 0.384-0.288 0.576-0.6773 0.576-1.168V6.36061h1.696v5.87199c0 0.928-0.3413 1.664-1.024 2.208-0.672 0.544-1.568 0.816-2.688 0.816zm-1.712-6.75199c0.2027 0 0.3627-0.05867 0.48-0.176 0.128-0.128 0.192-0.29333 0.192-0.496 0-0.192-0.064-0.352-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.192s-0.192 0.288-0.192 0.48c0 0.20267 0.064 0.368 0.192 0.496 0.128 0.11733 0.288 0.176 0.48 0.176z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M84.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6296c1.1765 0 2.1751 0.39207 2.9979 1.17512 0.835 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4174 2.11088-1.2523 2.88093-0.8099 0.77113-1.8096 1.15562-2.9979 1.15562h-2.884v0.00108zM93.2545 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3564 0.4549 0.7339 0 1.3877-0.272 1.9634-0.8145 0.5759-0.5437 0.8631-1.1816 0.8631-1.9137-0.5443-0.43-1.3033-0.6444-2.2769-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5122-0.4739 0.3411-0.7114 0.7625-0.7114 1.2683m2.2585-6.74741c1.2902 0 2.3083 0.34441 3.0555 1.03323 0.7459 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.7211 1.0613-1.6828 1.5921-2.884 1.5921-1.0246 0-1.8822-0.3033-2.5708-0.9098-0.6895-0.6065-1.0343-1.3646-1.0343-2.2744 0-0.9607 0.3631-1.7243 1.0907-2.2928 0.7275-0.56862 1.698-0.85347 2.9123-0.85347 1.0364 0 1.8908 0.18954 2.5609 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0432-0.63467-1.6883-0.63467-0.9747 0-1.7455 0.41048-2.3147 1.23251L91.755 7.55522c0.8479-1.21302 2.1002-1.81953 3.758-1.81953M109.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.8326-8.69906h1.8976l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
- </group>
7
- <group>
8
- <path android:pathData="M77.3028 8.64473c0-0.5491-0.0466-1.07872-0.1344-1.58559h-7.3619v3.00336h4.2165c-0.181 0.9789-0.7286 1.8119-1.5591 2.3697v1.9506h2.5165c1.4735-1.3582 2.3224-3.3651 2.3224-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M69.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21884h-2.5924v2.00904c1.2848 2.5474 3.9249 4.2965 6.9749 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M65.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C62.3003 6.01833 62 7.20753 62 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M69.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1171-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="186dp" android:height="21dp" android:viewportWidth="186" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.84288 15.0006V3.54461h2.368l3.344 8.71999h0.096l3.36002-8.71999h2.368V15.0006h-1.728V8.52061l0.096-2.032h-0.096L8.30688 15.0006h-1.392l-3.344-8.51199h-0.096l0.096 2.032v6.47999h-1.728zm17.67072 0.256c-0.8426 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1413-0.9013-1.504-1.552-0.3626-0.6507-0.544-1.3867-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.192 2.208 0.576 0.64 0.384 1.1414 0.90667 1.504 1.568 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.1813 1.5573-0.544 2.208-0.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.56 0.72 0.944 0.944 0.3947 0.2133 0.816 0.32 1.264 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.728zm12.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.0853 0.8107 0.368 1.4187 0.848 1.824 0.4906 0.4053 1.0453 0.608 1.664 0.608 0.5546 0 1.0133-0.1227 1.376-0.368 0.3626-0.256 0.6506-0.5707 0.864-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-0.08-7.19999c-0.576 0-1.0667 0.176-1.472 0.528-0.4054 0.352-0.6774 0.82133-0.816 1.408h4.528c-0.0214-0.27733-0.112-0.56533-0.272-0.864-0.16-0.29867-0.4054-0.54933-0.736-0.752-0.32-0.21333-0.7307-0.32-1.232-0.32zm-0.016-2.816c-0.2774 0-0.5174-0.10133-0.72-0.304-0.2027-0.20267-0.304-0.448-0.304-0.736s0.1013-0.528 0.304-0.72c0.2026-0.20267 0.4426-0.304 0.72-0.304 0.2986 0 0.544 0.10133 0.736 0.304 0.192 0.192 0.288 0.432 0.288 0.72s-0.096 0.53333-0.288 0.736c-0.192 0.20267-0.4374 0.304-0.736 0.304zm6.3507 7.39199V8.34461h-1.424v-1.504h1.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.2027 0 0.3733-0.0267 0.512-0.08 0.1493-0.0533 0.2987-0.128 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.84zm6.6061-6.99199c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.32 0.112-0.592 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.32 0 0.592 0.112 0.816 0.336 0.2347 0.224 0.352 0.496 0.352 0.816 0 0.32-0.1173 0.59733-0.352 0.832-0.224 0.224-0.496 0.336-0.816 0.336zm-0.864 9.35999V6.84061h1.728v8.15999h-1.728zm7.9064 0V6.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.59733 0.752 1.38667 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3307-0.30933-0.7627-0.464-1.296-0.464-0.416 0-0.7787 0.11733-1.088 0.352-0.3093 0.224-0.5547 0.52267-0.736 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm11.9131 0.256c-0.5866 0-1.1093-0.112-1.568-0.336-0.4586-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1494-1.0667 0.448-1.472 0.3094-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6934 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5867-0.288 1.2267-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2133 0.3307-0.5333 0.624-0.96 0.88-0.4266 0.256-0.9386 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3414-0.2133 0.608-0.4907 0.8-0.832 0.2027-0.352 0.304-0.7307 0.304-1.136-0.2453-0.1387-0.5333-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2986 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm8.9804 1.408c-1.0027 0-1.76-0.2987-2.272-0.896-0.5013-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6933 0.16 1.2053 0.48 1.536 0.3307 0.32 0.7413 0.48 1.232 0.48 0.4373 0 0.816-0.112 1.136-0.336 0.3307-0.2347 0.5813-0.5333 0.752-0.896 0.1813-0.3733 0.272-0.7787 0.272-1.216V6.84061h1.712v8.15999h-1.616v-1.104h-0.096c-0.2347 0.384-0.5867 0.7093-1.056 0.976-0.4587 0.256-0.9653 0.384-1.52 0.384zm9.8811 0c-0.736 0-1.4026-0.1813-2-0.544-0.5866-0.3733-1.056-0.8853-1.408-1.536-0.3413-0.6613-0.512-1.4133-0.512-2.256 0-0.8427 0.1707-1.58932 0.512-2.23999 0.352-0.65067 0.8214-1.16267 1.408-1.536 0.5974-0.37333 1.264-0.56 2-0.56 0.6294 0 1.168 0.13867 1.616 0.416 0.4587 0.27733 0.7947 0.592 1.008 0.944h0.096l-0.096-1.136v-3.264h1.712V15.0006h-1.616v-1.088h-0.096c-0.2133 0.352-0.5493 0.6667-1.008 0.944-0.448 0.2667-0.9866 0.4-1.616 0.4zm0.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.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.336zm10.0273 1.584c-0.8427 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1414-0.9013-1.504-1.552-0.3627-0.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.1813-1.54132 0.544-2.19199 0.3626-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3813-0.576 2.224-0.576 0.832 0 1.5676 0.192 2.2076 0.576 0.64 0.384 1.142 0.90667 1.504 1.568 0.363 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.181 1.5573-0.544 2.208-0.362 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.3756 0.576-2.2076 0.576zm0-1.584c0.448 0 0.864-0.1067 1.2476-0.32 0.384-0.224 0.694-0.5387 0.928-0.944 0.246-0.416 0.368-0.912 0.368-1.488s-0.122-1.06666-0.368-1.47199c-0.234-0.416-0.544-0.73067-0.928-0.944-0.3836-0.224-0.7996-0.336-1.2476-0.336-0.448 0-0.8694 0.112-1.264 0.336-0.384 0.21333-0.6987 0.528-0.944 0.944-0.2347 0.40533-0.352 0.89599-0.352 1.47199s0.1173 1.072 0.352 1.488c0.2453 0.4053 0.56 0.72 0.944 0.944 0.3946 0.2133 0.816 0.32 1.264 0.32zm6.9116-8.03199c-0.32 0-0.598-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.32 0.112-0.592 0.336-0.816 0.234-0.224 0.512-0.336 0.832-0.336 0.32 0 0.592 0.112 0.816 0.336 0.234 0.224 0.352 0.496 0.352 0.816 0 0.32-0.118 0.59733-0.352 0.832-0.224 0.224-0.496 0.336-0.816 0.336zm-1.552 12.97599c-0.331 0-0.63-0.0373-0.896-0.112v-1.664c0.106 0.064 0.229 0.112 0.368 0.144 0.128 0.0427 0.256 0.064 0.384 0.064 0.309 0 0.522-0.096 0.64-0.288 0.128-0.1813 0.192-0.448 0.192-0.8V6.84061h1.728v9.13599c0 0.9387-0.23 1.6107-0.688 2.016-0.459 0.416-1.035 0.624-1.728 0.624zm7.192-3.36c-0.587 0-1.11-0.112-1.568-0.336-0.459-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.149-1.0667 0.448-1.472 0.309-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.077-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.394 0.09599 0.693 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.811 0.096-1.184 0.288-0.374 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.586-0.288 1.226-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.214 0.3307-0.534 0.624-0.96 0.88-0.427 0.256-0.939 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.842-0.1067 1.184-0.32 0.341-0.2133 0.608-0.4907 0.8-0.832 0.202-0.352 0.304-0.7307 0.304-1.136-0.246-0.1387-0.534-0.2507-0.864-0.336-0.331-0.096-0.683-0.144-1.056-0.144-0.704 0-1.206 0.144-1.504 0.432-0.299 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.02 1.152V6.84061h1.632v1.12h0.096c0.235-0.39467 0.581-0.72 1.04-0.976 0.469-0.26667 0.981-0.4 1.536-0.4 1.003 0 1.755 0.29867 2.256 0.896 0.501 0.59733 0.752 1.38667 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.165-1.14132-0.496-1.43999-0.331-0.30933-0.763-0.464-1.296-0.464-0.416 0-0.779 0.11733-1.088 0.352-0.309 0.224-0.555 0.52267-0.736 0.896-0.171 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm9.889-2.368V8.34461h-1.424v-1.504h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.171 0.2133 0.453 0.32 0.848 0.32 0.203 0 0.373-0.0267 0.512-0.08 0.149-0.0533 0.299-0.128 0.448-0.224v1.68c-0.181 0.0747-0.373 0.1333-0.576 0.176-0.203 0.0427-0.443 0.064-0.72 0.064-0.757 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M160.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.00108zM169.255 12.4831c0 0.4549 0.193 0.8339 0.579 1.1372 0.385 0.3033 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.863-1.1816 0.863-1.9137-0.544-0.43-1.303-0.6444-2.276-0.6444-0.709 0-1.3 0.1711-1.774 0.5122-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74741c1.29 0 2.308 0.34441 3.055 1.03323 0.746 0.68882 1.119 1.63325 1.119 2.83327v5.72391h-1.669v-1.2888h-0.076c-0.721 1.0613-1.683 1.5921-2.884 1.5921-1.025 0-1.883-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3646-1.034-2.2744 0-0.9607 0.363-1.7243 1.09-2.2928 0.728-0.56862 1.698-0.85347 2.913-0.85347 1.036 0 1.89 0.18954 2.56 0.56861V9.46897c0-0.60651-0.24-1.12096-0.72-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M185.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="M153.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="M145.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.7 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21884h-2.592v2.00904c1.284 2.5474 3.925 4.2965 6.974 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M141.424 9.95957c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96561h-2.592C138.3 6.01833 138 7.20753 138 8.46712c0 1.25959 0.3 2.44888 0.832 3.50148l2.592-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M145.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="128dp" android:height="21dp" android:viewportWidth="128" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.48663 15.0006V3.54461h2.368l3.344 8.71999h0.096l3.35997-8.71999h2.368V15.0006h-1.728V8.52061l0.096-2.032h-0.096L7.95063 15.0006h-1.392l-3.344-8.51199h-0.096l0.096 2.032v6.47999h-1.728zm16.31267 0.256c-0.5867 0-1.1094-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3946 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5866-0.288 1.2266-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2134 0.3307-0.5334 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2026-0.352 0.304-0.7307 0.304-1.136-0.2454-0.1387-0.5334-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0203 1.152V3.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.4854 0.256c-0.9813 0-1.7653-0.2133-2.352-0.64-0.5867-0.4373-0.992-0.9547-1.216-1.552l1.552-0.672c0.192 0.4373 0.4693 0.7733 0.832 1.008 0.3627 0.224 0.7733 0.336 1.232 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.3413-0.1547-0.592-0.464-0.752-0.3093-0.16-0.6933-0.2987-1.152-0.416l-0.976-0.224c-0.3947-0.096-0.7627-0.2453-1.104-0.448-0.3413-0.2027-0.6187-0.464-0.832-0.784-0.2133-0.33066-0.32-0.71466-0.32-1.15199 0-0.48 0.144-0.896 0.432-1.248 0.288-0.36267 0.6667-0.64 1.136-0.832 0.48-0.20267 0.9973-0.304 1.552-0.304 0.7573 0 1.4187 0.14933 1.984 0.448 0.576 0.288 0.9973 0.72533 1.264 1.312l-1.488 0.672c-0.192-0.36267-0.4427-0.61333-0.752-0.752-0.2987-0.14933-0.6293-0.224-0.992-0.224-0.4053 0-0.7467 0.08533-1.024 0.256-0.2667 0.17067-0.4 0.384-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.304zm7.6403 0c-0.5867 0-1.1094-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3946 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5866-0.288 1.2266-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2134 0.3307-0.5334 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2026-0.352 0.304-0.7307 0.304-1.136-0.2454-0.1387-0.5334-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm-1.936-9.03999v-1.328h4.576v1.328h-4.576zm8.6641 7.82399V8.34461h-1.424v-1.504h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1706 0.2133 0.4533 0.32 0.848 0.32 0.2026 0 0.3733-0.0267 0.512-0.08 0.1493-0.0533 0.2986-0.128 0.448-0.224v1.68c-0.1814 0.0747-0.3734 0.1333-0.576 0.176-0.2027 0.0427-0.4427 0.064-0.72 0.064-0.7574 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84zm11.9804 2.624c-0.5867 0-1.1094-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3946 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5866-0.288 1.2266-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2134 0.3307-0.5334 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2026-0.352 0.304-0.7307 0.304-1.136-0.2454-0.1387-0.5334-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0203 1.152V6.84061h1.632v1.2h0.096c0.1814-0.416 0.4907-0.75733 0.928-1.024 0.448-0.27733 0.928-0.416 1.44-0.416 0.224 0 0.4107 0.016 0.56 0.048 0.16 0.032 0.304 0.06933 0.432 0.112v1.792c-0.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.50667-0.736 0.88-0.1813 0.36267-0.272 0.76269-0.272 1.19999v4.32h-1.728z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M102.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM111.255 12.4831c0 0.4549 0.193 0.8339 0.579 1.1372 0.385 0.3033 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.863-1.1816 0.863-1.9137-0.544-0.43-1.303-0.6444-2.276-0.6444-0.709 0-1.3 0.1711-1.774 0.5122-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74741c1.29 0 2.308 0.34441 3.055 1.03323 0.746 0.68882 1.119 1.63325 1.119 2.83327v5.72391h-1.669v-1.2888h-0.076c-0.721 1.0613-1.683 1.5921-2.884 1.5921-1.025 0-1.883-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3646-1.034-2.2744 0-0.9607 0.363-1.7243 1.09-2.2928 0.728-0.56862 1.698-0.85347 2.913-0.85347 1.036 0 1.89 0.18954 2.56 0.56861V9.46897c0-0.60651-0.24-1.12096-0.72-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M127.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
- </group>
7
- <group>
8
- <path android:pathData="M95.3028 8.64473c0-0.5491-0.0466-1.07872-0.1344-1.58559h-7.3619v3.00336h4.2165c-0.181 0.9789-0.7286 1.8119-1.5591 2.3697v1.9506h2.5165c1.4735-1.3582 2.3224-3.3651 2.3224-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M87.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21884h-2.5924v2.00904c1.2848 2.5474 3.9249 4.2965 6.9749 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M83.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C80.3003 6.01833 80 7.20753 80 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M87.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1171-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="141dp" android:height="21dp" android:viewportWidth="141" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.74288 15.0006V3.54461h8.64002V15.0006H8.62288V5.20861h-5.12v9.79199h-1.76zm11.22442 0.128c-0.2454 0-0.48-0.0267-0.704-0.08v-1.6c0.1493 0.0747 0.3146 0.112 0.496 0.112 0.3626 0 0.6186-0.1387 0.768-0.416 0.1493-0.288 0.24-0.6507 0.272-1.088 0.032-0.4373 0.048-0.8907 0.048-1.36V6.84061h6.24v8.15999h-1.712V8.34461h-2.896v2.62399c0 0.5547-0.0374 1.0827-0.112 1.584-0.064 0.4907-0.1867 0.9333-0.368 1.328-0.1814 0.384-0.4374 0.688-0.768 0.912-0.32 0.224-0.7414 0.336-1.264 0.336zm11.7851 0.128c-0.5867 0-1.1094-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3946 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5866-0.288 1.2266-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2134 0.3307-0.5334 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2026-0.352 0.304-0.7307 0.304-1.136-0.2454-0.1387-0.5334-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm7.8191 1.152V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm9.6886 0.256c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0854 0.8107 0.368 1.4187 0.848 1.824 0.4907 0.4053 1.0454 0.608 1.664 0.608 0.5547 0 1.0134-0.1227 1.376-0.368 0.3627-0.256 0.6507-0.5707 0.864-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-0.08-7.19999c-0.576 0-1.0666 0.176-1.472 0.528-0.4053 0.352-0.6773 0.82133-0.816 1.408h4.528c-0.0213-0.27733-0.112-0.56533-0.272-0.864-0.16-0.29867-0.4053-0.54933-0.736-0.752-0.32-0.21333-0.7306-0.32-1.232-0.32zm7.6289 6.94399V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm9.6886 0.256c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0854 0.8107 0.368 1.4187 0.848 1.824 0.4907 0.4053 1.0454 0.608 1.664 0.608 0.5547 0 1.0134-0.1227 1.376-0.368 0.3627-0.256 0.6507-0.5707 0.864-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-0.08-7.19999c-0.576 0-1.0666 0.176-1.472 0.528-0.4053 0.352-0.6773 0.82133-0.816 1.408h4.528c-0.0213-0.27733-0.112-0.56533-0.272-0.864-0.16-0.29867-0.4053-0.54933-0.736-0.752-0.32-0.21333-0.7306-0.32-1.232-0.32zm13.3655 7.19999c-0.8213 0-1.5466-0.1867-2.176-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.3626-0.6613-0.544-1.408-0.544-2.24 0-0.832 0.1814-1.57332 0.544-2.22399 0.3627-0.66133 0.8587-1.17867 1.488-1.552 0.6294-0.37333 1.3547-0.56 2.176-0.56 0.9067 0 1.6694 0.20267 2.288 0.608 0.6294 0.40533 1.0774 0.95467 1.344 1.648l-1.568 0.64c-0.3733-0.87467-1.072-1.312-2.096-1.312-0.448 0-0.8586 0.11733-1.232 0.352-0.3733 0.224-0.672 0.544-0.896 0.96-0.224 0.40533-0.336 0.88529-0.336 1.43999 0 0.5547 0.112 1.04 0.336 1.456 0.224 0.416 0.5227 0.736 0.896 0.96 0.3734 0.224 0.784 0.336 1.232 0.336 0.5227 0 0.9654-0.1173 1.328-0.352 0.3627-0.2453 0.6454-0.576 0.848-0.992l1.536 0.672c-0.288 0.6507-0.7466 1.1893-1.376 1.616-0.6293 0.4267-1.3973 0.64-2.304 0.64zm9.0734 0c-0.8427 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1413-0.9013-1.504-1.552-0.3627-0.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.1813-1.54132 0.544-2.19199 0.3627-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3813-0.576 2.224-0.576 0.832 0 1.568 0.192 2.208 0.576 0.64 0.384 1.1413 0.90667 1.504 1.568 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.1813 1.5573-0.544 2.208-0.3627 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.584c0.448 0 0.864-0.1067 1.248-0.32 0.384-0.224 0.6933-0.5387 0.928-0.944 0.2453-0.416 0.368-0.912 0.368-1.488s-0.1227-1.06666-0.368-1.47199c-0.2347-0.416-0.544-0.73067-0.928-0.944-0.384-0.224-0.8-0.336-1.248-0.336-0.448 0-0.8693 0.112-1.264 0.336-0.384 0.21333-0.6987 0.528-0.944 0.944-0.2347 0.40533-0.352 0.89599-0.352 1.47199s0.1173 1.072 0.352 1.488c0.2453 0.4053 0.56 0.72 0.944 0.944 0.3947 0.2133 0.816 0.32 1.264 0.32z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M115.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM124.255 12.4831c0 0.4549 0.193 0.8339 0.579 1.1372 0.385 0.3033 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.863-1.1816 0.863-1.9137-0.544-0.43-1.303-0.6444-2.276-0.6444-0.709 0-1.3 0.1711-1.774 0.5122-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74741c1.29 0 2.308 0.34441 3.055 1.03323 0.746 0.68882 1.119 1.63325 1.119 2.83327v5.72391h-1.669v-1.2888h-0.076c-0.721 1.0613-1.683 1.5921-2.884 1.5921-1.025 0-1.883-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3646-1.034-2.2744 0-0.9607 0.363-1.7243 1.09-2.2928 0.728-0.56862 1.698-0.85347 2.913-0.85347 1.036 0 1.89 0.18954 2.56 0.56861V9.46897c0-0.60651-0.24-1.12096-0.72-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M140.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
- </group>
7
- <group>
8
- <path android:pathData="M108.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M100.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.7 0.4711-1.603 0.7462-2.658 0.7462-2.0357 0-3.764-1.3711-4.382-3.21884h-2.5924v2.00904c1.2848 2.5474 3.9249 4.2965 6.9744 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M96.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C93.3003 6.01833 93 7.20753 93 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M100.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.0495 0-5.6896 1.749132-6.9744 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="273dp" android:height="21dp" android:viewportWidth="273" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <group>
3
- <group>
4
- <path android:pathData="M22.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM31.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M47.2687 6.03894L41.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
5
- </group>
6
- <group>
7
- <path android:pathData="M15.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559H7.80649v3.00336h4.21661c-0.1811 0.9789-0.7286 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
8
- <path android:pathData="M7.80647 16.2651c2.10667 0 3.88043-0.691 5.17393-1.8823l-2.5165-1.9506c-0.70039 0.4711-1.60247 0.7462-2.65743 0.7462-2.03619 0-3.76445-1.3711-4.38247-3.21884H0.831604v2.00904C2.11642 14.516 4.75653 16.2651 7.80647 16.2651" android:fillColor="#34a853" android:fillType="evenOdd"/>
9
- <path android:pathData="M3.42401 9.95957C3.26571 9.48844 3.17897 8.9859 3.17897 8.46712S3.26571 7.4458 3.42401 6.97467V4.96561H0.831606C0.300332 6.01833 0 7.20753 0 8.46712 0 9.72671 0.300332 10.916 0.831606 11.9686L3.42401 9.95957z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
10
- <path android:pathData="M7.80647 3.75583c1.15037 0 2.18148 0.39532 2.99463 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.11715-2.031812-5.22273-2.031812-3.04994 0-5.69005 1.749132-6.974866 4.296472L3.424 6.97467c0.61802-1.84769 2.34628-3.21884 4.38247-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
11
- </group>
12
- </group>
13
- <path android:pathData="M59.202 4.88861c0.9067 0 1.6693 0.128 2.288 0.384 0.6293 0.256 1.136 0.59733 1.52 1.024 0.384 0.42667 0.6613 0.90133 0.832 1.424 0.1707 0.512 0.256 1.03467 0.256 1.568 0 0.76799-0.1067 1.43469-0.32 1.99999-0.2133 0.5547-0.5333 1.0187-0.96 1.392-0.352 0.3093-0.7573 0.56-1.216 0.752-0.448 0.1813-0.976 0.3147-1.584 0.4-0.608 0.0747-1.328 0.112-2.16 0.112h-0.032c-0.4373 0-0.768 0.016-0.992 0.048-0.224 0.032-0.4 0.0853-0.528 0.16-0.1707 0.0747-0.2933 0.1813-0.368 0.32-0.0747 0.1387-0.112 0.2933-0.112 0.464 0 0.16 0.0267 0.304 0.08 0.432 0.0533 0.1387 0.1493 0.2507 0.288 0.336 0.1387 0.096 0.3253 0.1707 0.56 0.224 0.2453 0.0533 0.592 0.08 1.04 0.08h5.984v1.152H57.73c-0.5547 0-1.024-0.0427-1.408-0.128-0.384-0.0853-0.7093-0.208-0.976-0.368-0.2987-0.1813-0.5227-0.4107-0.672-0.688-0.1493-0.2773-0.224-0.592-0.224-0.944 0-0.3733 0.064-0.704 0.192-0.992 0.1387-0.2987 0.3573-0.544 0.656-0.736 0.224-0.1493 0.5013-0.2667 0.832-0.352 0.3307-0.0853 0.7733-0.128 1.328-0.128h0.176c0.864 0 1.5733-0.0373 2.128-0.112 0.5653-0.0853 1.024-0.2133 1.376-0.384 0.352-0.1813 0.6453-0.4053 0.88-0.672 0.2453-0.2773 0.416-0.6133 0.512-1.008 0.1067-0.3947 0.16-0.84266 0.16-1.34399 0-0.416-0.064-0.82133-0.192-1.216-0.128-0.39467-0.336-0.74667-0.624-1.056-0.2773-0.30933-0.6453-0.55467-1.104-0.736-0.4587-0.192-1.024-0.288-1.696-0.288-0.512 0-0.96 0.05333-1.344 0.16-0.384 0.10667-0.7147 0.256-0.992 0.448-0.2773 0.18133-0.5067 0.4-0.688 0.656-0.1813 0.256-0.3307 0.53333-0.448 0.832-0.0107 0.04267-0.0107 0.08533 0 0.128 0.0213 0.032 0.0267 0.064 0.016 0.096-0.032 0.11733-0.0587 0.23467-0.08 0.352-0.0107 0.10667-0.016 0.21867-0.016 0.336 0 0.65067 0.1173 1.14669 0.352 1.48799 0.2453 0.3413 0.6187 0.512 1.12 0.512 0.48 0 0.8267-0.1387 1.04-0.416 0.224-0.2773 0.336-0.60266 0.336-0.97599 0-0.23467-0.0427-0.448-0.128-0.64s-0.224-0.34667-0.416-0.464c-0.192-0.11733-0.4427-0.176-0.752-0.176-0.4907 0-0.896 0.13867-1.216 0.416-0.3093 0.27733-0.5707 0.56-0.784 0.848l-0.368-0.928c0.1707-0.21333 0.3787-0.42667 0.624-0.64 0.256-0.21333 0.5493-0.38933 0.88-0.528 0.3307-0.14933 0.6987-0.224 1.104-0.224 0.5547 0 1.008 0.112 1.36 0.336 0.352 0.21333 0.608 0.496 0.768 0.848 0.1707 0.352 0.256 0.736 0.256 1.152 0 0.42669-0.096 0.83199-0.288 1.21599-0.192 0.3733-0.4853 0.6773-0.88 0.912-0.3947 0.2347-0.9013 0.352-1.52 0.352-0.544 0-1.024-0.1227-1.44-0.368-0.4053-0.2453-0.72-0.5973-0.944-1.056-0.224-0.4693-0.336-1.03999-0.336-1.71199 0-0.56533 0.1013-1.09333 0.304-1.584 0.2133-0.49067 0.528-0.92267 0.944-1.296 0.416-0.37333 0.928-0.66667 1.536-0.88 0.6187-0.21333 1.328-0.32 2.128-0.32zm9.3401 3.52c0.7254 0 1.3174 0.13867 1.776 0.416 0.4694 0.26667 0.816 0.61333 1.04 1.04 0.2347 0.41599 0.352 0.85329 0.352 1.31199 0 0.4267-0.0693 0.8053-0.208 1.136-0.1386 0.3307-0.3093 0.5707-0.512 0.72l-0.4-0.208h6.112V5.08061h1.376v8.86399h-7.952l-0.464-0.832c0.2134-0.2133 0.384-0.448 0.512-0.704 0.128-0.2667 0.192-0.5973 0.192-0.992 0-0.576-0.1546-1.0347-0.464-1.376-0.3093-0.34132-0.7626-0.51199-1.36-0.51199-0.3733 0-0.6986 0.08533-0.976 0.256-0.2666 0.16-0.4746 0.37329-0.624 0.63999-0.1386 0.2667-0.208 0.5653-0.208 0.896 0 0.3627 0.0747 0.6933 0.224 0.992 0.1494 0.2987 0.3894 0.5707 0.72 0.816l-0.736 0.928c-0.448-0.3307-0.8213-0.72-1.12-1.168-0.288-0.4587-0.432-0.992-0.432-1.6 0-0.5653 0.128-1.0613 0.384-1.48799 0.2667-0.43733 0.6347-0.77867 1.104-1.024 0.48-0.24533 1.0347-0.368 1.664-0.368zm16.6538 5.72799c-0.6827 0-1.3387-0.0907-1.968-0.272-0.6187-0.1813-1.1734-0.4587-1.664-0.832-0.48-0.384-0.864-0.8693-1.152-1.456-0.2774-0.5973-0.416-1.3067-0.416-2.12799 0-0.78933 0.144-1.472 0.432-2.048 0.288-0.576 0.6773-1.05067 1.168-1.424 0.5013-0.37333 1.0613-0.64533 1.68-0.816 0.6293-0.18133 1.28-0.272 1.952-0.272 0.704 0 1.28 0.096 1.728 0.288 0.4586 0.18133 0.7946 0.43733 1.008 0.768 0.224 0.32 0.336 0.688 0.336 1.104 0 0.45867-0.1014 0.84267-0.304 1.152-0.2027 0.30933-0.4747 0.544-0.816 0.704-0.3307 0.16-0.688 0.24-1.072 0.24-0.5654 0-1.0187-0.096-1.36-0.288-0.3414-0.20267-0.5867-0.464-0.736-0.784-0.1387-0.33067-0.208-0.67733-0.208-1.04 0-0.21333 0.0266-0.41067 0.08-0.592 0.064-0.18133 0.128-0.336 0.192-0.464l1.488-0.304c-0.2027 0.14933-0.3574 0.34667-0.464 0.592-0.1067 0.24533-0.16 0.49067-0.16 0.736 0 0.23467 0.08 0.48 0.24 0.736 0.1706 0.24533 0.4586 0.368 0.864 0.368 0.352 0 0.608-0.10133 0.768-0.304 0.16-0.21333 0.24-0.45333 0.24-0.72 0-0.40533-0.1494-0.704-0.448-0.896-0.288-0.192-0.624-0.288-1.008-0.288h-0.432c-0.1387 0-0.2827 0.01067-0.432 0.032-0.6934 0.05333-1.2907 0.22933-1.792 0.528-0.4907 0.29867-0.8694 0.704-1.136 1.216-0.256 0.50133-0.384 1.09867-0.384 1.792 0 0.67199 0.1333 1.27469 0.4 1.80799 0.2666 0.5333 0.6453 0.96 1.136 1.28 0.4906 0.3093 1.0666 0.4853 1.728 0.528 0.128 0.0107 0.256 0.0213 0.384 0.032 0.1386 0.0107 0.2666 0.016 0.384 0.016 0.2773 0 0.528-0.0427 0.752-0.128 0.2346-0.0853 0.4213-0.2187 0.56-0.4 0.1386-0.1813 0.208-0.4107 0.208-0.688 0-0.2667-0.08-0.5013-0.24-0.704-0.16-0.2027-0.4214-0.304-0.784-0.304-0.4054 0-0.6934 0.1227-0.864 0.368-0.16 0.2453-0.24 0.4907-0.24 0.736 0 0.256 0.0533 0.5013 0.16 0.736 0.1066 0.2347 0.2613 0.4267 0.464 0.576l-1.472-0.304c-0.0747-0.1173-0.144-0.2667-0.208-0.448-0.0534-0.192-0.08-0.4053-0.08-0.64 0-0.3627 0.0746-0.6987 0.224-1.008 0.1493-0.3093 0.3893-0.56 0.72-0.752 0.3306-0.20266 0.768-0.30399 1.312-0.30399 0.4053 0 0.7786 0.08 1.12 0.23999 0.3413 0.1493 0.6133 0.3787 0.816 0.688 0.2133 0.3093 0.32 0.6933 0.32 1.152 0 0.416-0.112 0.7893-0.336 1.12-0.2134 0.3307-0.544 0.592-0.992 0.784-0.448 0.192-1.0134 0.288-1.696 0.288zm14.4176 0c-0.4267 0-0.8693-0.048-1.328-0.144-0.4587-0.096-0.912-0.2667-1.36-0.512-0.064-0.032-0.1493-0.0693-0.256-0.112-0.096-0.0427-0.1707-0.08-0.224-0.112-0.5867-0.416-1.056-0.8747-1.408-1.376-0.352-0.5013-0.608-1.0347-0.768-1.6-0.16-0.56532-0.24-1.14666-0.24-1.74399 0-0.42667 0.0533-0.82133 0.16-1.184 0.1067-0.36267 0.2507-0.688 0.432-0.976l0.112-0.176c0.2133-0.288 0.4587-0.528 0.736-0.72 0.288-0.192 0.5973-0.336 0.928-0.432 0.3307-0.10667 0.6773-0.16 1.04-0.16 1.056 0 1.8773 0.34133 2.464 1.024 0.5865 0.672 0.8795 1.57867 0.8795 2.72 0 0.96-0.202 1.82929-0.608 2.60799-0.4048 0.768-0.9542 1.3867-1.6475 1.856-0.0853 0.064-0.1707 0.1227-0.256 0.176-0.0747 0.0427-0.1653 0.0907-0.272 0.144-0.448 0.256-0.9173 0.4427-1.408 0.56-0.4907 0.1067-1.0027 0.16-1.536 0.16-0.8533 0-1.616-0.1387-2.288-0.416-0.6613-0.2773-1.2267-0.6613-1.696-1.152-0.4587-0.5013-0.8107-1.088-1.056-1.76-0.2347-0.6827-0.352-1.42399-0.352-2.22399 0-0.74667 0.1387-1.392 0.416-1.936 0.288-0.55467 0.6933-0.98667 1.216-1.296 0.5227-0.30933 1.136-0.464 1.84-0.464 0.6187 0 1.1413 0.112 1.568 0.336 0.4267 0.21333 0.784 0.50667 1.072 0.88l-0.944 0.944c-0.1387-0.27733-0.3467-0.51733-0.624-0.72-0.2667-0.21333-0.6187-0.32-1.056-0.32-0.4053 0-0.768 0.096-1.088 0.288-0.3093 0.192-0.5547 0.48533-0.736 0.88-0.1813 0.384-0.272 0.864-0.272 1.44 0 0.768 0.1547 1.48799 0.464 2.15999 0.3093 0.672 0.768 1.2213 1.376 1.648 0.608 0.416 1.3653 0.624 2.272 0.624 0.224 0 0.4533-0.0107 0.688-0.032 0.2347-0.032 0.464-0.0747 0.688-0.128 0.1173-0.0427 0.24-0.0853 0.368-0.128s0.2453-0.0853 0.352-0.128c0.3733-0.192 0.72-0.4693 1.04-0.832 0.32-0.3733 0.5813-0.8267 0.784-1.36 0.2027-0.53332 0.304-1.13599 0.304-1.80799 0-0.64-0.0907-1.152-0.272-1.536-0.1813-0.384-0.4213-0.66133-0.72-0.832-0.2987-0.17067-0.6187-0.256-0.96-0.256-0.4053 0-0.7627 0.10133-1.072 0.304-0.2987 0.20267-0.5333 0.50133-0.704 0.896-0.16 0.384-0.24 0.85867-0.24 1.424 0 0.56533 0.0853 1.12 0.256 1.66399 0.1813 0.5333 0.432 1.008 0.752 1.424 0.3307 0.416 0.7147 0.7413 1.152 0.976 0.1067 0.0427 0.2027 0.0693 0.288 0.08 0.0853 0 0.1813 0.0213 0.288 0.064 0.1813 0.0533 0.4 0.1013 0.656 0.144 0.256 0.0427 0.5227 0.064 0.8 0.064 0.8855 0 1.6155-0.1813 2.1915-0.544 0.576-0.3627 1.008-0.8533 1.296-1.472 0.288-0.6187 0.432-1.31199 0.432-2.07999 0-0.62933-0.101-1.22667-0.304-1.792-0.202-0.56533-0.49-1.072-0.864-1.52l1.104-0.752c0.491 0.576 0.854 1.21067 1.088 1.904 0.246 0.68267 0.368 1.392 0.368 2.128 0 0.75733-0.117 1.45599-0.352 2.09599-0.224 0.64-0.565 1.1947-1.024 1.664-0.448 0.4587-1.002 0.816-1.664 1.072-0.661 0.256-1.418 0.384-2.2715 0.384zm13.5445-4.65599c0 0.61869-0.064 1.20529-0.192 1.75999-0.117 0.5547-0.32 1.0507-0.608 1.488s-0.672 0.784-1.152 1.04c-0.469 0.2453-1.056 0.368-1.76 0.368-0.544 0-1.019-0.0853-1.424-0.256-0.395-0.1813-0.731-0.416-1.008-0.704-0.267-0.288-0.48-0.6027-0.64-0.944-0.16-0.3413-0.277-0.672-0.352-0.992l1.392-0.272c0.075 0.288 0.181 0.592 0.32 0.912 0.149 0.32 0.357 0.592 0.624 0.816 0.277 0.2133 0.635 0.32 1.072 0.32 0.565 0 1.013-0.1493 1.344-0.448 0.341-0.2987 0.587-0.7093 0.736-1.232 0.16-0.5333 0.24-1.1467 0.24-1.83999 0-0.69333-0.08-1.30133-0.24-1.824-0.149-0.52267-0.389-0.928-0.72-1.216-0.331-0.29867-0.757-0.448-1.28-0.448-0.416 0-0.763 0.112-1.04 0.336-0.277 0.21333-0.496 0.47467-0.656 0.784-0.16 0.30933-0.277 0.608-0.352 0.896l-1.376-0.272c0.096-0.34133 0.229-0.67733 0.4-1.008 0.181-0.34133 0.411-0.65067 0.688-0.928 0.277-0.27733 0.613-0.50133 1.008-0.672 0.405-0.17067 0.88-0.256 1.424-0.256 0.661 0 1.216 0.128 1.664 0.384 0.459 0.24533 0.827 0.58667 1.104 1.024 0.277 0.42667 0.475 0.91733 0.592 1.472 0.128 0.544 0.192 1.11467 0.192 1.712zm10.756-4.592c0.768 0 1.435 0.18133 2 0.544 0.566 0.36267 1.003 0.86933 1.312 1.52 0.31 0.65067 0.464 1.41867 0.464 2.304 0 0.704-0.096 1.34399-0.288 1.91999-0.181 0.5653-0.458 1.088-0.832 1.568-0.362 0.4693-0.816 0.912-1.36 1.328l-0.864-0.976c0.384-0.2667 0.72-0.576 1.008-0.928 0.288-0.352 0.512-0.7627 0.672-1.232 0.171-0.48 0.256-1.02399 0.256-1.63199 0-0.65067-0.101-1.22133-0.304-1.712-0.192-0.49067-0.469-0.86933-0.832-1.136-0.352-0.27733-0.773-0.416-1.264-0.416-0.416 0-0.746 0.07467-0.992 0.224-0.245 0.13867-0.442 0.31467-0.592 0.528-0.17 0.26667-0.293 0.624-0.368 1.072-0.064 0.448-0.096 1.13067-0.096 2.048v0.14399c0 0.5013-0.032 0.9387-0.096 1.312-0.053 0.3733-0.144 0.704-0.272 0.992-0.117 0.2773-0.277 0.5333-0.48 0.768-0.277 0.32-0.624 0.5707-1.04 0.752-0.416 0.1707-0.928 0.256-1.536 0.256-0.778 0-1.456-0.1707-2.032-0.512-0.576-0.352-1.018-0.8587-1.328-1.52-0.309-0.6613-0.464-1.4507-0.464-2.36799 0-0.72533 0.091-1.37067 0.272-1.936 0.192-0.576 0.475-1.09867 0.848-1.568 0.374-0.48 0.827-0.928 1.36-1.344l0.864 0.992c-0.373 0.256-0.709 0.56533-1.008 0.928-0.288 0.36267-0.517 0.784-0.688 1.264-0.16 0.48-0.24 1.024-0.24 1.632 0 0.66129 0.096 1.23729 0.288 1.72799 0.192 0.4907 0.464 0.8747 0.816 1.152 0.363 0.2667 0.779 0.4 1.248 0.4 0.47 0 0.822-0.064 1.056-0.192 0.246-0.1387 0.443-0.32 0.592-0.544 0.182-0.2773 0.299-0.6507 0.352-1.12 0.054-0.48 0.08-1.14132 0.08-1.98399v-0.208c0-0.72533 0.064-1.32267 0.192-1.792 0.139-0.46933 0.342-0.864 0.608-1.184 0.31-0.352 0.672-0.61867 1.088-0.8 0.416-0.18133 0.95-0.272 1.6-0.272zm4.014-4.432c0.405 0 0.757 0.042666 1.056 0.128 0.309 0.085333 0.581 0.218666 0.816 0.4 0.299 0.224 0.533 0.49067 0.704 0.8 0.171 0.29867 0.293 0.69333 0.368 1.184 0.075 0.48 0.112 1.11467 0.112 1.904v9.07199h-1.376V5.27261c0-0.55467-0.016-1.03467-0.048-1.44-0.021-0.40533-0.069-0.74667-0.144-1.024-0.064-0.288-0.16-0.51733-0.288-0.688-0.128-0.17067-0.288-0.304-0.48-0.4-0.181-0.096-0.411-0.144-0.688-0.144-0.235 0-0.464 0.05333-0.688 0.16-0.235 0.096-0.427 0.256-0.576 0.48-0.149 0.21333-0.224 0.50667-0.224 0.88 0 0.096 0.011 0.19733 0.032 0.304 0.011 0.096 0.021 0.192 0.032 0.288l-1.344 0.24c-0.021-0.128-0.043-0.256-0.064-0.384-0.021-0.13867-0.032-0.26667-0.032-0.384 0-0.608 0.133-1.10933 0.4-1.504 0.256-0.40533 0.603-0.704 1.04-0.896 0.427-0.202667 0.891-0.304 1.392-0.304zm18.126 4.624v8.86399h-2.624l-1.056-0.08c-0.341 0.032-0.688 0.0533-1.04 0.064-0.352 0.0107-0.698 0.016-1.04 0.016h-7.76v-1.12h6.896l-0.864 0.192c0.214-0.1493 0.427-0.3787 0.64-0.688 0.224-0.32 0.336-0.736 0.336-1.248 0-0.5547-0.144-1.0027-0.432-1.34399-0.277-0.34133-0.688-0.512-1.232-0.512s-0.96 0.16-1.248 0.48c-0.277 0.31999-0.416 0.74669-0.416 1.27999 0 0.1387 0.006 0.2613 0.016 0.368 0.011 0.096 0.022 0.1813 0.032 0.256l-1.328 0.176c-0.021-0.1067-0.042-0.2453-0.064-0.416-0.021-0.1813-0.032-0.3573-0.032-0.528 0-0.8213 0.278-1.48266 0.832-1.98399 0.566-0.50133 1.318-0.752 2.256-0.752 0.534 0 0.987 0.08 1.36 0.24 0.374 0.16 0.678 0.37867 0.912 0.656 0.235 0.27733 0.406 0.58667 0.512 0.928 0.118 0.34129 0.176 0.69329 0.176 1.05599 0 0.3093-0.042 0.5973-0.128 0.864-0.074 0.256-0.181 0.4907-0.32 0.704-0.128 0.2027-0.266 0.3787-0.416 0.528l-0.4-0.256h5.056V5.08061h1.376zm0 6.86399v6.32h-8.128l-0.608-1.104 3.072-2.224c0.331-0.2453 0.747-0.512 1.248-0.8 0.502-0.2987 0.966-0.56 1.392-0.784l1.296 0.208-3.76 2.688c-0.266 0.1813-0.538 0.3627-0.816 0.544-0.266 0.192-0.538 0.3787-0.816 0.56l-0.016-0.112c0.278-0.0213 0.63-0.0427 1.056-0.064 0.438-0.0107 0.87-0.016 1.296-0.016h3.408v-4.192l1.376-1.024zm-0.496-7.45599c-0.618 0-1.141-0.10667-1.568-0.32-0.437-0.224-0.768-0.528-0.992-0.912-0.224-0.384-0.336-0.832-0.336-1.344 0-0.192 0.016-0.384 0.048-0.576 0.032-0.192 0.07-0.352 0.112-0.480001l1.184 0.224001c-0.032 0.10667-0.053 0.23467-0.064 0.384-0.021 0.13867-0.032 0.272-0.032 0.4 0 0.37333 0.075 0.67733 0.224 0.912 0.15 0.224 0.352 0.384 0.608 0.48 0.246 0.096 0.518 0.144 0.816 0.144 0.32 0 0.603-0.048 0.848-0.144 0.246-0.096 0.443-0.256 0.592-0.48 0.139-0.23467 0.208-0.53867 0.208-0.912 0-0.128-0.005-0.26133-0.016-0.4-0.021-0.14933-0.048-0.27733-0.08-0.384l1.184-0.224001c0.043 0.128001 0.08 0.288001 0.112 0.480001s0.048 0.384 0.048 0.576c0 0.512-0.112 0.96-0.336 1.344-0.224 0.384-0.549 0.688-0.976 0.912-0.437 0.21333-0.965 0.32-1.584 0.32zm9.475 3.92c0.725 0 1.317 0.13867 1.776 0.416 0.469 0.26667 0.816 0.61333 1.04 1.04 0.234 0.41599 0.352 0.85329 0.352 1.31199 0 0.4267-0.07 0.8053-0.208 1.136-0.139 0.3307-0.31 0.5707-0.512 0.72l-0.4-0.208h6.112V5.08061h1.376v8.86399h-7.952l-0.464-0.832c0.213-0.2133 0.384-0.448 0.512-0.704 0.128-0.2667 0.192-0.5973 0.192-0.992 0-0.576-0.155-1.0347-0.464-1.376-0.31-0.34132-0.763-0.51199-1.36-0.51199-0.374 0-0.699 0.08533-0.976 0.256-0.267 0.16-0.475 0.37329-0.624 0.63999-0.139 0.2667-0.208 0.5653-0.208 0.896 0 0.3627 0.074 0.6933 0.224 0.992 0.149 0.2987 0.389 0.5707 0.72 0.816l-0.736 0.928c-0.448-0.3307-0.822-0.72-1.12-1.168-0.288-0.4587-0.432-0.992-0.432-1.6 0-0.5653 0.128-1.0613 0.384-1.48799 0.266-0.43733 0.634-0.77867 1.104-1.024 0.48-0.24533 1.034-0.368 1.664-0.368zm16.557-3.52c0.896 0 1.611 0.144 2.144 0.432 0.534 0.288 0.982 0.66133 1.344 1.12l-0.224-0.048c0.342-0.50133 0.752-0.87467 1.232-1.12 0.491-0.256 1.03-0.384 1.616-0.384 0.715 0 1.291 0.13333 1.728 0.4 0.448 0.26667 0.806 0.63467 1.072 1.104l-0.192 0.112c0.406-0.59733 0.838-1.01333 1.296-1.248 0.459-0.24533 1.014-0.368 1.664-0.368 0.822 0 1.52 0.19733 2.096 0.592 0.576 0.384 1.014 0.90667 1.312 1.568 0.299 0.66133 0.448 1.40267 0.448 2.224 0 0.704-0.096 1.34399-0.288 1.91999-0.181 0.5653-0.458 1.0827-0.832 1.552-0.362 0.4693-0.816 0.9173-1.36 1.344l-0.848-0.992c0.374-0.2667 0.704-0.576 0.992-0.928 0.288-0.3627 0.512-0.7787 0.672-1.248 0.171-0.48 0.256-1.02932 0.256-1.64799s-0.101-1.168-0.304-1.648c-0.202-0.49067-0.49-0.87467-0.864-1.152-0.362-0.288-0.794-0.432-1.296-0.432-0.416 0-0.773 0.07467-1.072 0.224-0.288 0.14933-0.517 0.37867-0.688 0.688-0.138 0.24533-0.234 0.53867-0.288 0.88-0.042 0.34133-0.064 0.84267-0.064 1.504v4.60799h-1.376V8.88861c0-0.58667-0.042-1.056-0.128-1.408-0.074-0.36267-0.218-0.656-0.432-0.88-0.16-0.18133-0.362-0.32-0.608-0.416-0.245-0.096-0.549-0.144-0.912-0.144-0.33 0-0.618 0.05867-0.864 0.176-0.245 0.10667-0.453 0.25067-0.624 0.432-0.202 0.224-0.352 0.512-0.448 0.864-0.096 0.352-0.144 0.85867-0.144 1.52v4.91199h-1.376V9.16061c0-0.69333-0.058-1.22667-0.176-1.6-0.117-0.384-0.298-0.688-0.544-0.912-0.224-0.20267-0.496-0.352-0.816-0.448-0.309-0.10667-0.682-0.16-1.12-0.16-0.768 0-1.434 0.18133-2 0.544-0.554 0.352-0.986 0.83733-1.296 1.456-0.298 0.608-0.448 1.30133-0.448 2.07999v0.176c0 0.5973 0.08 1.0987 0.24 1.504 0.16 0.4053 0.379 0.7093 0.656 0.912 0.288 0.2027 0.624 0.304 1.008 0.304 0.267 0 0.502-0.0587 0.704-0.176 0.203-0.128 0.363-0.3093 0.48-0.544 0.118-0.2347 0.176-0.5227 0.176-0.864 0-0.5333-0.138-0.9333-0.416-1.2-0.277-0.27732-0.64-0.41599-1.088-0.41599-0.416 0-0.81 0.10667-1.184 0.31999-0.373 0.2133-0.714 0.4907-1.024 0.832l-0.24-0.99199c0.31-0.384 0.704-0.69333 1.184-0.928 0.48-0.23467 0.982-0.352 1.504-0.352 0.512 0 0.96 0.10133 1.344 0.304 0.395 0.20267 0.699 0.50133 0.912 0.896 0.224 0.38399 0.336 0.85329 0.336 1.40799 0 0.5867-0.112 1.0933-0.336 1.52-0.224 0.4267-0.538 0.752-0.944 0.976-0.405 0.224-0.885 0.336-1.44 0.336-0.554 0-1.077-0.1387-1.568-0.416-0.48-0.2773-0.869-0.7147-1.168-1.312-0.288-0.5973-0.432-1.3707-0.432-2.32 0-1.13066 0.224-2.07999 0.672-2.84799 0.459-0.768 1.067-1.34933 1.824-1.744 0.768-0.40533 1.622-0.608 2.56-0.608zm21.977 0c0.843 0 1.563 0.10133 2.16 0.304 0.608 0.192 1.109 0.47467 1.504 0.848 0.299 0.26667 0.539 0.57067 0.72 0.912 0.192 0.34133 0.331 0.736 0.416 1.184 0.096 0.448 0.144 0.96533 0.144 1.552v4.25599h-9.648V9.65661c0-0.55467 0.043-1.05067 0.128-1.488 0.096-0.448 0.235-0.84267 0.416-1.184 0.192-0.352 0.427-0.66133 0.704-0.928 0.395-0.37333 0.869-0.66133 1.424-0.864 0.565-0.20267 1.243-0.304 2.032-0.304zm-0.752 1.136c-0.448 0-0.843 0.112-1.184 0.336-0.341 0.224-0.619 0.52267-0.832 0.896-0.171 0.29867-0.309 0.66667-0.416 1.104-0.096 0.42667-0.144 0.96-0.144 1.6v2.89599h0.08c0.725-0.544 1.371-1.1147 1.936-1.712 0.565-0.5973 1.008-1.20532 1.328-1.82399 0.331-0.61867 0.496-1.22133 0.496-1.808 0-0.29867-0.048-0.55467-0.144-0.768-0.085-0.224-0.219-0.4-0.4-0.528-0.181-0.128-0.421-0.192-0.72-0.192zm2.64 1.632c0 0.62933-0.144 1.248-0.432 1.856-0.288 0.60799-0.699 1.22129-1.232 1.83999-0.533 0.608-1.168 1.232-1.904 1.872l-0.032-0.32c0.309-0.0213 0.613-0.0373 0.912-0.048 0.299-0.0213 0.597-0.032 0.896-0.032h3.472V9.96061c0-0.78933-0.08-1.44533-0.24-1.968-0.149-0.52267-0.4-0.93867-0.752-1.248-0.352-0.32-0.816-0.55467-1.392-0.704l0.032-0.112c0.203 0.23467 0.363 0.48533 0.48 0.752 0.128 0.256 0.192 0.58133 0.192 0.976zm8.465-2.768c0.949 0 1.765 0.10667 2.448 0.32 0.693 0.20267 1.301 0.448 1.824 0.736l-0.752 1.072c-0.427-0.27733-0.934-0.50667-1.52-0.688-0.587-0.192-1.259-0.288-2.016-0.288-0.544 0-0.987 0.064-1.328 0.192-0.342 0.128-0.598 0.304-0.768 0.528-0.16 0.21333-0.24 0.45867-0.24 0.736 0 0.20267 0.026 0.37333 0.08 0.512 0.053 0.13867 0.133 0.256 0.24 0.352 0.213 0.21333 0.538 0.352 0.976 0.416 0.437 0.064 0.949 0.096 1.536 0.096h0.128c0.842 0 1.498 0.08533 1.968 0.256 0.48 0.17067 0.853 0.42667 1.12 0.768 0.16 0.19199 0.272 0.42129 0.336 0.68799 0.074 0.2667 0.112 0.544 0.112 0.832 0 0.5333-0.139 1.008-0.416 1.424-0.278 0.4053-0.699 0.7253-1.264 0.96-0.566 0.224-1.28 0.336-2.144 0.336-0.907 0-1.696-0.1013-2.368-0.304-0.662-0.2027-1.307-0.48-1.936-0.832l0.736-1.056c0.32 0.192 0.661 0.368 1.024 0.528 0.373 0.16 0.773 0.288 1.2 0.384 0.437 0.0853 0.906 0.128 1.408 0.128 0.565 0 1.018-0.064 1.36-0.192 0.352-0.128 0.608-0.304 0.768-0.528 0.16-0.224 0.24-0.48 0.24-0.768 0-0.2347-0.038-0.4427-0.112-0.624-0.064-0.1813-0.182-0.3307-0.352-0.448-0.171-0.128-0.416-0.224-0.736-0.288-0.32-0.064-0.779-0.096-1.376-0.096h-0.16c-0.736 0-1.398-0.07999-1.984-0.23999-0.576-0.16-1.008-0.416-1.296-0.768-0.16-0.192-0.283-0.41067-0.368-0.656-0.075-0.24533-0.112-0.53333-0.112-0.864 0-0.512 0.133-0.96533 0.4-1.36 0.266-0.39467 0.677-0.704 1.232-0.928 0.554-0.224 1.258-0.336 2.112-0.336zm15.437 9.24799c-0.426 0-0.869-0.048-1.328-0.144-0.458-0.096-0.912-0.2667-1.36-0.512-0.064-0.032-0.149-0.0693-0.256-0.112-0.096-0.0427-0.17-0.08-0.224-0.112-0.586-0.416-1.056-0.8747-1.408-1.376-0.352-0.5013-0.608-1.0347-0.768-1.6-0.16-0.56532-0.24-1.14666-0.24-1.74399 0-0.42667 0.054-0.82133 0.16-1.184 0.107-0.36267 0.251-0.688 0.432-0.976l0.112-0.176c0.214-0.288 0.459-0.528 0.736-0.72 0.288-0.192 0.598-0.336 0.928-0.432 0.331-0.10667 0.678-0.16 1.04-0.16 1.056 0 1.878 0.34133 2.464 1.024 0.587 0.672 0.88 1.57867 0.88 2.72 0 0.96-0.202 1.82929-0.608 2.60799-0.405 0.768-0.954 1.3867-1.648 1.856-0.085 0.064-0.17 0.1227-0.256 0.176-0.074 0.0427-0.165 0.0907-0.272 0.144-0.448 0.256-0.917 0.4427-1.408 0.56-0.49 0.1067-1.002 0.16-1.536 0.16-0.853 0-1.616-0.1387-2.288-0.416-0.661-0.2773-1.226-0.6613-1.696-1.152-0.458-0.5013-0.81-1.088-1.056-1.76-0.234-0.6827-0.352-1.42399-0.352-2.22399 0-0.74667 0.139-1.392 0.416-1.936 0.288-0.55467 0.694-0.98667 1.216-1.296 0.523-0.30933 1.136-0.464 1.84-0.464 0.619 0 1.142 0.112 1.568 0.336 0.427 0.21333 0.784 0.50667 1.072 0.88l-0.944 0.944c-0.138-0.27733-0.346-0.51733-0.624-0.72-0.266-0.21333-0.618-0.32-1.056-0.32-0.405 0-0.768 0.096-1.088 0.288-0.309 0.192-0.554 0.48533-0.736 0.88-0.181 0.384-0.272 0.864-0.272 1.44 0 0.768 0.155 1.48799 0.464 2.15999 0.31 0.672 0.768 1.2213 1.376 1.648 0.608 0.416 1.366 0.624 2.272 0.624 0.224 0 0.454-0.0107 0.688-0.032 0.235-0.032 0.464-0.0747 0.688-0.128 0.118-0.0427 0.24-0.0853 0.368-0.128s0.246-0.0853 0.352-0.128c0.374-0.192 0.72-0.4693 1.04-0.832 0.32-0.3733 0.582-0.8267 0.784-1.36 0.203-0.53332 0.304-1.13599 0.304-1.80799 0-0.64-0.09-1.152-0.272-1.536-0.181-0.384-0.421-0.66133-0.72-0.832-0.298-0.17067-0.618-0.256-0.96-0.256-0.405 0-0.762 0.10133-1.072 0.304-0.298 0.20267-0.533 0.50133-0.704 0.896-0.16 0.384-0.24 0.85867-0.24 1.424 0 0.56533 0.086 1.12 0.256 1.66399 0.182 0.5333 0.432 1.008 0.752 1.424 0.331 0.416 0.715 0.7413 1.152 0.976 0.107 0.0427 0.203 0.0693 0.288 0.08 0.086 0 0.182 0.0213 0.288 0.064 0.182 0.0533 0.4 0.1013 0.656 0.144 0.256 0.0427 0.523 0.064 0.8 0.064 0.886 0 1.616-0.1813 2.192-0.544 0.576-0.3627 1.008-0.8533 1.296-1.472 0.288-0.6187 0.432-1.31199 0.432-2.07999 0-0.62933-0.101-1.22667-0.304-1.792-0.202-0.56533-0.49-1.072-0.864-1.52l1.104-0.752c0.491 0.576 0.854 1.21067 1.088 1.904 0.246 0.68267 0.368 1.392 0.368 2.128 0 0.75733-0.117 1.45599-0.352 2.09599-0.224 0.64-0.565 1.1947-1.024 1.664-0.448 0.4587-1.002 0.816-1.664 1.072-0.661 0.256-1.418 0.384-2.272 0.384zm4.361-9.64799c-0.619 0-1.142-0.10667-1.568-0.32-0.438-0.224-0.768-0.528-0.992-0.912-0.224-0.384-0.336-0.832-0.336-1.344 0-0.192 0.016-0.384 0.048-0.576 0.032-0.192 0.069-0.352 0.112-0.480001l1.184 0.224001c-0.032 0.10667-0.054 0.23467-0.064 0.384-0.022 0.13867-0.032 0.272-0.032 0.4 0 0.37333 0.074 0.67733 0.224 0.912 0.149 0.224 0.352 0.384 0.608 0.48 0.245 0.096 0.517 0.144 0.816 0.144 0.32 0 0.602-0.048 0.848-0.144 0.245-0.096 0.442-0.256 0.592-0.48 0.138-0.23467 0.208-0.53867 0.208-0.912 0-0.128-0.006-0.26133-0.016-0.4-0.022-0.14933-0.048-0.27733-0.08-0.384l1.184-0.224001c0.042 0.128001 0.08 0.288001 0.112 0.480001s0.048 0.384 0.048 0.576c0 0.512-0.112 0.96-0.336 1.344-0.224 0.384-0.55 0.688-0.976 0.912-0.438 0.21333-0.966 0.32-1.584 0.32zm10.294 0.4c0.853 0 1.552 0.20267 2.096 0.608 0.554 0.39467 0.965 0.93867 1.232 1.632 0.266 0.68267 0.4 1.46667 0.4 2.352 0 1.00269-0.15 1.85069-0.448 2.54399-0.299 0.6933-0.726 1.2213-1.28 1.584-0.555 0.352-1.216 0.528-1.984 0.528-0.576 0-1.099-0.096-1.568-0.288-0.459-0.2027-0.854-0.5013-1.184-0.896-0.331-0.3947-0.587-0.88-0.768-1.456-0.171-0.5867-0.256-1.2587-0.256-2.01599 0-1.42933 0.336-2.54933 1.008-3.36 0.672-0.82133 1.589-1.232 2.752-1.232zm0 1.12c-0.811 0-1.414 0.288-1.808 0.864-0.384 0.576-0.576 1.45067-0.576 2.624 0 0.78929 0.085 1.44529 0.256 1.96799 0.181 0.5227 0.448 0.912 0.8 1.168 0.352 0.256 0.784 0.384 1.296 0.384 0.522 0 0.96-0.1227 1.312-0.368 0.352-0.256 0.618-0.6453 0.8-1.168 0.181-0.5227 0.272-1.184 0.272-1.98399 0-0.8-0.091-1.456-0.272-1.968-0.171-0.52267-0.432-0.90667-0.784-1.152-0.352-0.24533-0.784-0.368-1.296-0.368zM229.1 14.1366c-0.96 0-1.691-0.2347-2.192-0.704-0.502-0.4693-0.752-1.1093-0.752-1.92 0-0.5013 0.112-0.9333 0.336-1.296 0.224-0.37332 0.522-0.66666 0.896-0.87999 0.256-0.14933 0.538-0.272 0.848-0.368 0.32-0.096 0.698-0.16533 1.136-0.208 0.448-0.04267 0.981-0.064 1.6-0.064h10.048c0.565 0 1.04 0.03733 1.424 0.112 0.384 0.064 0.709 0.16533 0.976 0.304 0.277 0.128 0.517 0.29333 0.72 0.496 0.224 0.23467 0.394 0.51199 0.512 0.83199 0.117 0.32 0.176 0.6827 0.176 1.088 0 0.8-0.246 1.4347-0.736 1.904-0.491 0.4693-1.179 0.704-2.064 0.704-0.598 0-1.131-0.1227-1.6-0.368-0.47-0.256-0.838-0.64-1.104-1.152-0.267-0.512-0.4-1.1573-0.4-1.936 0-0.224 0.01-0.4533 0.032-0.68799 0.021-0.23467 0.042-0.45333 0.064-0.656 0.01-0.05333 0.016-0.10133 0.016-0.144 0.01-0.05333 0.021-0.10667 0.032-0.16 0.149-0.672 0.384-1.264 0.704-1.776 0.32-0.512 0.704-0.944 1.152-1.296 0.458-0.352 0.97-0.61867 1.536-0.8 0.565-0.18133 1.173-0.272 1.824-0.272 0.821 0 1.536 0.11733 2.144 0.352 0.608 0.23467 1.109 0.56 1.504 0.976 0.394 0.416 0.688 0.90133 0.88 1.456 0.202 0.55467 0.304 1.14667 0.304 1.776 0 0.74669-0.112 1.41329-0.336 1.99999-0.224 0.576-0.528 1.0827-0.912 1.52s-0.827 0.8107-1.328 1.12l-0.784-1.008c0.352-0.2133 0.672-0.48 0.96-0.8 0.298-0.32 0.533-0.704 0.704-1.152 0.181-0.448 0.272-0.9547 0.272-1.51999 0-0.704-0.134-1.32267-0.4-1.856-0.256-0.53333-0.64-0.94933-1.152-1.248-0.512-0.30933-1.147-0.464-1.904-0.464-0.619 0-1.19 0.11733-1.712 0.352-0.512 0.23467-0.955 0.58133-1.328 1.04-0.363 0.448-0.63 0.992-0.8 1.632-0.011 0.05333-0.022 0.112-0.032 0.176 0 0.05333-0.011 0.10667-0.032 0.16-0.032 0.192-0.059 0.4-0.08 0.62399-0.022 0.224-0.032 0.432-0.032 0.624 0 0.5547 0.069 1.0133 0.208 1.376 0.149 0.352 0.357 0.6133 0.624 0.784 0.277 0.16 0.613 0.24 1.008 0.24 0.437 0 0.784-0.1173 1.04-0.352 0.266-0.2347 0.4-0.608 0.4-1.12 0-0.2773-0.043-0.5173-0.128-0.72-0.075-0.2027-0.187-0.3733-0.336-0.512-0.203-0.192-0.475-0.3253-0.816-0.39999-0.331-0.08533-0.811-0.128-1.44-0.128h-9.84c-0.758 0-1.339 0.032-1.744 0.096-0.395 0.05333-0.742 0.17599-1.04 0.36799-0.192 0.1173-0.347 0.2773-0.464 0.48-0.107 0.2027-0.16 0.4427-0.16 0.72 0 0.352 0.064 0.6453 0.192 0.88 0.138 0.224 0.33 0.3893 0.576 0.496 0.245 0.1067 0.528 0.16 0.848 0.16 0.341 0 0.682-0.0533 1.024-0.16 0.352-0.1173 0.72-0.32 1.104-0.608l0.8 0.864c-0.32 0.2347-0.635 0.4267-0.944 0.576-0.31 0.1493-0.63 0.2613-0.96 0.336-0.32 0.0747-0.678 0.112-1.072 0.112zm23.267 3.44c-0.896 0-1.605-0.2613-2.128-0.784-0.512-0.512-0.768-1.1787-0.768-2 0-0.544 0.123-1.024 0.368-1.44 0.246-0.416 0.587-0.7413 1.024-0.976 0.438-0.2347 0.934-0.352 1.488-0.352 0.576 0 1.078 0.112 1.504 0.336 0.438 0.224 0.779 0.544 1.024 0.96 0.246 0.4053 0.368 0.896 0.368 1.472 0 0.5653-0.122 1.056-0.368 1.472-0.245 0.416-0.586 0.736-1.024 0.96-0.426 0.2347-0.922 0.352-1.488 0.352zm0-1.056c0.438 0 0.806-0.144 1.104-0.432 0.31-0.288 0.464-0.72 0.464-1.296 0-0.5653-0.149-0.992-0.448-1.28-0.298-0.288-0.677-0.432-1.136-0.432-0.448 0-0.821 0.144-1.12 0.432-0.298 0.288-0.448 0.72-0.448 1.296 0 0.5547 0.15 0.976 0.448 1.264 0.31 0.2987 0.688 0.448 1.136 0.448zm-0.816-11.63199c0.64 0 1.142 0.12267 1.504 0.368 0.374 0.23467 0.635 0.55467 0.784 0.96 0.16 0.40533 0.24 0.848 0.24 1.328 0 0.65067-0.096 1.424-0.288 2.32-0.181 0.88529-0.421 1.79729-0.72 2.73599l-1.28-0.24c0.267-0.9173 0.48-1.76 0.64-2.52799 0.16-0.77867 0.24-1.51467 0.24-2.208 0-0.448-0.09-0.82133-0.272-1.12-0.17-0.30933-0.506-0.464-1.008-0.464-0.17 0-0.346 0.016-0.528 0.048-0.17 0.02133-0.314 0.048-0.432 0.08l-0.272-1.104c0.171-0.05333 0.379-0.096 0.624-0.128 0.246-0.032 0.502-0.048 0.768-0.048zm7.255 9.24799c-0.96 0-1.691-0.2347-2.192-0.704-0.501-0.4693-0.752-1.1093-0.752-1.92 0-0.5013 0.112-0.9333 0.336-1.296 0.224-0.37332 0.523-0.66666 0.896-0.87999 0.256-0.14933 0.539-0.272 0.848-0.368 0.32-0.096 0.699-0.16533 1.136-0.208 0.448-0.04267 0.981-0.064 1.6-0.064h6.128c0.917 0 1.648 0.05333 2.192 0.16 0.555 0.10667 1.029 0.29867 1.424 0.576 0.309 0.21333 0.555 0.49067 0.736 0.83199 0.192 0.3307 0.288 0.7467 0.288 1.248 0 0.8107-0.24 1.4507-0.72 1.92-0.48 0.4693-1.168 0.704-2.064 0.704-0.267 0-0.544-0.0107-0.832-0.032-0.277-0.032-0.539-0.0853-0.784-0.16l0.304-1.072c0.149 0.0427 0.325 0.08 0.528 0.112 0.213 0.0213 0.405 0.032 0.576 0.032 0.544 0 0.949-0.1227 1.216-0.368 0.267-0.256 0.4-0.6293 0.4-1.12 0-0.3093-0.059-0.56-0.176-0.752-0.117-0.2027-0.272-0.368-0.464-0.496-0.299-0.192-0.667-0.31466-1.104-0.36799-0.427-0.064-0.976-0.096-1.648-0.096h-6.032c-0.757 0-1.339 0.032-1.744 0.096-0.395 0.05333-0.741 0.17599-1.04 0.36799-0.192 0.1173-0.347 0.2773-0.464 0.48-0.107 0.2027-0.16 0.4427-0.16 0.72 0 0.352 0.064 0.6453 0.192 0.88 0.139 0.224 0.331 0.3893 0.576 0.496 0.245 0.1067 0.528 0.16 0.848 0.16 0.341 0 0.683-0.0533 1.024-0.16 0.352-0.1173 0.72-0.32 1.104-0.608l0.8 0.864c-0.32 0.2347-0.635 0.4267-0.944 0.576-0.309 0.1493-0.629 0.2613-0.96 0.336-0.32 0.0747-0.677 0.112-1.072 0.112zm4.912-9.24799c0.853 0 1.552 0.20267 2.096 0.608 0.555 0.39467 0.965 0.93867 1.232 1.632 0.267 0.68267 0.4 1.46667 0.4 2.352 0 1.00269-0.149 1.85069-0.448 2.54399-0.299 0.6933-0.725 1.2213-1.28 1.584-0.555 0.352-1.216 0.528-1.984 0.528-0.576 0-1.099-0.096-1.568-0.288-0.459-0.2027-0.853-0.5013-1.184-0.896-0.331-0.3947-0.587-0.88-0.768-1.456-0.171-0.5867-0.256-1.2587-0.256-2.01599 0-1.42933 0.336-2.54933 1.008-3.36 0.672-0.82133 1.589-1.232 2.752-1.232zm0 1.12c-0.811 0-1.413 0.288-1.808 0.864-0.384 0.576-0.576 1.45067-0.576 2.624 0 0.78929 0.085 1.44529 0.256 1.96799 0.181 0.5227 0.448 0.912 0.8 1.168 0.352 0.256 0.784 0.384 1.296 0.384 0.523 0 0.96-0.1227 1.312-0.368 0.352-0.256 0.619-0.6453 0.8-1.168 0.181-0.5227 0.272-1.184 0.272-1.98399 0-0.8-0.091-1.456-0.272-1.968-0.171-0.52267-0.432-0.90667-0.784-1.152-0.352-0.24533-0.784-0.368-1.296-0.368z" android:fillColor="#ffffff"/>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="115dp" android:height="21dp" android:viewportWidth="115" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <group>
3
- <group>
4
- <path android:pathData="M22.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM31.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M47.2687 6.03894L41.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
5
- </group>
6
- <group>
7
- <path android:pathData="M15.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559H7.80649v3.00336h4.21661c-0.1811 0.9789-0.7286 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
8
- <path android:pathData="M7.80647 16.2651c2.10667 0 3.88043-0.691 5.17393-1.8823l-2.5165-1.9506c-0.70039 0.4711-1.60247 0.7462-2.65743 0.7462-2.03619 0-3.76445-1.3711-4.38247-3.21884H0.831604v2.00904C2.11642 14.516 4.75653 16.2651 7.80647 16.2651" android:fillColor="#34a853" android:fillType="evenOdd"/>
9
- <path android:pathData="M3.42401 9.95957C3.26571 9.48844 3.17897 8.9859 3.17897 8.46712S3.26571 7.4458 3.42401 6.97467V4.96561H0.831606C0.300332 6.01833 0 7.20753 0 8.46712 0 9.72671 0.300332 10.916 0.831606 11.9686L3.42401 9.95957z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
10
- <path android:pathData="M7.80647 3.75583c1.15037 0 2.18148 0.39532 2.99463 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.11715-2.031812-5.22273-2.031812-3.04994 0-5.69005 1.749132-6.974866 4.296472L3.424 6.97467c0.61802-1.84769 2.34628-3.21884 4.38247-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
11
- </group>
12
- </group>
13
- <path android:pathData="M48.642 10.7766V9.30461h5.248v1.47199h-5.248zm7.4 7.68V6.84061h1.616v1.104h0.096c0.2133-0.352 0.544-0.66667 0.992-0.944 0.4587-0.27733 1.0027-0.416 1.632-0.416 0.7467 0 1.4133 0.18667 2 0.56 0.5867 0.37333 1.0507 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5947-0.528 2.256-0.3413 0.6507-0.8053 1.1627-1.392 1.536-0.5867 0.3627-1.2533 0.544-2 0.544-0.6293 0-1.1733-0.1333-1.632-0.4-0.448-0.2773-0.7787-0.592-0.992-0.944h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.4267 0 0.8267-0.112 1.2-0.336 0.3733-0.224 0.6773-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.2347-0.416-0.5387-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.1173 1.056 0.352 1.472 0.2347 0.4053 0.5387 0.72 0.912 0.944 0.3733 0.224 0.7733 0.336 1.2 0.336zm11.8472 1.328V8.34461h-2.688v-1.504h7.088v1.504h-2.688v6.65599h-1.712zm9.8007 0.256c-0.8427 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1414-0.9013-1.504-1.552-0.3627-0.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.1813-1.54132 0.544-2.19199 0.3626-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3813-0.576 2.224-0.576 0.832 0 1.568 0.192 2.208 0.576 0.64 0.384 1.1413 0.90667 1.504 1.568 0.3626 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.1814 1.5573-0.544 2.208-0.3627 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.536c0.448 0 0.8693-0.1067 1.264-0.32 0.3946-0.224 0.7146-0.544 0.96-0.96 0.2453-0.416 0.368-0.9227 0.368-1.52 0-0.5867-0.1227-1.08799-0.368-1.50399-0.2347-0.416-0.5494-0.736-0.944-0.96-0.3947-0.224-0.8214-0.336-1.28-0.336-0.4587 0-0.8907 0.112-1.296 0.336-0.3947 0.224-0.7147 0.544-0.96 0.96-0.2347 0.416-0.352 0.91729-0.352 1.50399 0 0.5867 0.1173 1.088 0.352 1.504 0.2453 0.416 0.5653 0.736 0.96 0.96 0.4053 0.224 0.8373 0.336 1.296 0.336zm-3.44-2.144v-1.36h6.8v1.36h-6.8zm9.378 3.552c-0.2454 0-0.48-0.0267-0.704-0.08v-1.6c0.1493 0.0747 0.3146 0.112 0.496 0.112 0.3626 0 0.6186-0.1387 0.768-0.416 0.1493-0.288 0.24-0.6507 0.272-1.088 0.032-0.4373 0.048-0.8907 0.048-1.36V6.84061h6.24v8.15999h-1.712V8.34461h-2.896v2.62399c0 0.5547-0.0374 1.0827-0.112 1.584-0.064 0.4907-0.1867 0.9333-0.368 1.328-0.1814 0.384-0.4374 0.688-0.768 0.912-0.32 0.224-0.7414 0.336-1.264 0.336zm13.0651 0.128c-0.8427 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1413-0.9013-1.504-1.552-0.3627-0.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.1813-1.54132 0.544-2.19199 0.3627-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3813-0.576 2.224-0.576 0.832 0 1.568 0.192 2.208 0.576 0.64 0.384 1.141 0.90667 1.504 1.568 0.363 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.181 1.5573-0.544 2.208-0.363 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.536c0.448 0 0.869-0.1067 1.264-0.32 0.395-0.224 0.715-0.544 0.96-0.96 0.245-0.416 0.368-0.9227 0.368-1.52 0-0.5867-0.123-1.08799-0.368-1.50399-0.235-0.416-0.549-0.736-0.944-0.96-0.395-0.224-0.821-0.336-1.28-0.336-0.459 0-0.8907 0.112-1.296 0.336-0.3947 0.224-0.7147 0.544-0.96 0.96-0.2347 0.416-0.352 0.91729-0.352 1.50399 0 0.5867 0.1173 1.088 0.352 1.504 0.2453 0.416 0.5653 0.736 0.96 0.96 0.4053 0.224 0.837 0.336 1.296 0.336zm-3.44-2.144v-1.36h6.8v1.36h-6.8zm8.403 3.424l2.864-4.144-2.816-4.01599h2l1.856 2.72 1.76-2.72h2.08l-2.864 4.01599 2.88 4.144h-2.016l-1.872-2.8-1.84 2.8h-2.032z" android:fillColor="#ffffff"/>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="142dp" android:height="21dp" android:viewportWidth="142" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <group>
3
- <group>
4
- <path android:pathData="M22.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM31.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M47.2687 6.03894L41.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
5
- </group>
6
- <group>
7
- <path android:pathData="M15.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559H7.80649v3.00336h4.21661c-0.1811 0.9789-0.7286 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
8
- <path android:pathData="M7.80647 16.2651c2.10667 0 3.88043-0.691 5.17393-1.8823l-2.5165-1.9506c-0.70039 0.4711-1.60247 0.7462-2.65743 0.7462-2.03619 0-3.76445-1.3711-4.38247-3.21884H0.831604v2.00904C2.11642 14.516 4.75653 16.2651 7.80647 16.2651" android:fillColor="#34a853" android:fillType="evenOdd"/>
9
- <path android:pathData="M3.42401 9.95957C3.26571 9.48844 3.17897 8.9859 3.17897 8.46712S3.26571 7.4458 3.42401 6.97467V4.96561H0.831606C0.300332 6.01833 0 7.20753 0 8.46712 0 9.72671 0.300332 10.916 0.831606 11.9686L3.42401 9.95957z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
10
- <path android:pathData="M7.80647 3.75583c1.15037 0 2.18148 0.39532 2.99463 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.11715-2.031812-5.22273-2.031812-3.04994 0-5.69005 1.749132-6.974866 4.296472L3.424 6.97467c0.61802-1.84769 2.34628-3.21884 4.38247-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
11
- </group>
12
- </group>
13
- <path android:pathData="M60.434 15.0006v-0.816l0.064-1.152h-0.08c-0.5227 0.4053-1.2107 0.608-2.064 0.608-0.7253 0-1.376-0.1493-1.952-0.448-0.5653-0.3093-1.008-0.7253-1.328-1.248-0.32-0.5227-0.48-1.1093-0.48-1.76 0-0.63999 0.1493-1.21066 0.448-1.71199 0.2987-0.50133 0.7093-0.896 1.232-1.184 0.5227-0.288 1.1147-0.432 1.776-0.432 0.5547 0 1.0187 0.08533 1.392 0.256 0.384 0.17067 0.7147 0.40533 0.992 0.704h0.08l-0.08-1.12v-1.024H53.33v-1.312h10.16v1.312h-1.456v9.32799h-1.6zm-2.08-2.8c0.6293 0 1.1307-0.176 1.504-0.528 0.384-0.3627 0.576-0.8427 0.576-1.44 0-0.57599-0.1973-1.03999-0.592-1.39199-0.384-0.36267-0.9013-0.544-1.552-0.544-0.64 0-1.152 0.176-1.536 0.528-0.3733 0.352-0.56 0.82133-0.56 1.40799 0 0.5867 0.1973 1.0613 0.592 1.424 0.3947 0.3627 0.9173 0.544 1.568 0.544zm6.4816 2.8V5.67261h-1.84v-1.312h4.88v1.312h-1.44v9.32799h-1.6zm9.4404 0v-1.904l0.064-1.152h-0.096c-0.4693 0.3307-1.072 0.496-1.808 0.496-0.704 0-1.3173-0.144-1.84-0.432-0.5227-0.2987-0.928-0.7147-1.216-1.248-0.288-0.544-0.432-1.17332-0.432-1.88799v-3.2H67.38v-1.312h9.936v1.312h-1.44v9.32799h-1.6zm-3.728-6.01599c0 0.61867 0.16 1.10399 0.48 1.45599 0.3307 0.3413 0.7893 0.512 1.376 0.512 0.5973 0 1.056-0.1707 1.376-0.512 0.3307-0.352 0.496-0.83732 0.496-1.45599v-3.312h-3.728v3.312zm11.4949 6.30399l-4.432-5.55199 1.184-0.992c0.288 0.33067 0.6346 0.496 1.04 0.496 0.3413 0 0.6026-0.10133 0.784-0.304 0.192-0.21333 0.288-0.496 0.288-0.848v-2.416h-4.08v-1.312h11.728v1.312h-6.048v2.56c0.2453-0.256 0.5493-0.45333 0.912-0.592 0.3733-0.13867 0.7786-0.208 1.216-0.208 0.6506 0 1.2 0.13867 1.648 0.416 0.4586 0.27733 0.8426 0.72533 1.152 1.344 0.3093 0.608 0.5706 1.41329 0.784 2.41599l-1.376 0.384c-0.2667-1.152-0.5707-1.968-0.912-2.44799-0.3307-0.48-0.7627-0.72-1.296-0.72-0.3627 0-0.656 0.096-0.88 0.288-0.224 0.192-0.336 0.44267-0.336 0.752 0 0.30929 0.1013 0.55469 0.304 0.73599 0.2133 0.1813 0.4746 0.272 0.784 0.272 0.2666 0 0.5226-0.048 0.768-0.144l0.432 1.328c-0.1494 0.0747-0.3307 0.1333-0.544 0.176-0.2027 0.032-0.4214 0.048-0.656 0.048-0.736 0-1.3547-0.2133-1.856-0.64-0.4907-0.4267-0.752-0.992-0.784-1.69599-0.3947 0.38399-0.9334 0.60269-1.616 0.65599l-0.064 0.096 0.848 0.816 2.304 2.768-1.296 1.008zm9.1477-3.392c-0.2346 0-0.4853-0.0747-0.752-0.224-0.2666-0.16-0.5173-0.3627-0.752-0.608-0.224-0.2453-0.4106-0.5067-0.56-0.784-0.1386-0.2773-0.208-0.54399-0.208-0.79999 0-0.27733 0.08-0.49067 0.24-0.64 0.1707-0.16 0.4054-0.24 0.704-0.24h5.072v-2.928h-6.864v-1.312h9.904v1.312h-1.44v9.32799h-1.6v-4.992h-2.976v1.056c0 0.256-0.0693 0.4587-0.208 0.608-0.128 0.1493-0.3146 0.224-0.56 0.224zm17.0764 3.104v-1.904l0.064-1.152h-0.096c-0.47 0.3307-1.072 0.496-1.808 0.496-0.704 0-1.318-0.144-1.84-0.432-0.523-0.2987-0.928-0.7147-1.216-1.248-0.288-0.544-0.432-1.17332-0.432-1.88799v-3.2h-1.568v-1.312h9.936v1.312h-1.44v9.32799h-1.6zm-3.728-6.01599c0 0.61867 0.16 1.10399 0.48 1.45599 0.33 0.3413 0.789 0.512 1.376 0.512 0.597 0 1.056-0.1707 1.376-0.512 0.33-0.352 0.496-0.83732 0.496-1.45599v-3.312h-3.728v3.312zm3.876-4.432v-0.272l-0.656-0.608c-0.427-0.384-0.848-0.66667-1.264-0.848-0.416-0.18133-0.918-0.272-1.504-0.272h-0.912v-1.376h0.864c0.693 0 1.301 0.13867 1.824 0.416 0.533 0.26667 1.061 0.72533 1.584 1.376l0.336 0.432h0.112l-0.528-1.408c-0.182-0.448-0.368-0.8-0.56-1.056001-0.192-0.266666-0.427-0.453333-0.704-0.559999-0.278-0.106667-0.63-0.16-1.056-0.16h-0.752v-1.424h0.72c0.597 0 1.104 0.08 1.52 0.24 0.426 0.149333 0.784 0.432 1.072 0.848 0.298 0.405333 0.549 1.002666 0.752 1.792l0.72 2.88h-1.568zm7.768 10.73599l-4.432-5.55199 1.184-0.992c0.288 0.33067 0.635 0.496 1.04 0.496 0.342 0 0.603-0.10133 0.784-0.304 0.192-0.21333 0.288-0.496 0.288-0.848v-2.416h-4.08v-1.312h11.984v1.312h-1.44v9.32799h-1.6v-4.256h-3.344l-2.176-0.144-0.064 0.112 0.848 0.8 2.304 2.768-1.296 1.008zm0.432-7.19999c0 0.49067-0.085 0.91733-0.256 1.28h3.552v-3.696h-3.296v2.416zm3.394-3.536l-0.816-1.728c-0.298-0.61867-0.602-1.04533-0.912-1.28-0.298-0.23467-0.709-0.352-1.232-0.352h-0.848v-1.504h0.784c0.544 0 1.014 0.08 1.408 0.24 0.406 0.149333 0.768 0.410666 1.088 0.783999 0.32 0.362671 0.635 0.858671 0.944 1.488001l1.152 2.352h-1.568zm14.487 10.91199v-0.704l0.08-1.12h-0.08c-0.758 0.6933-1.755 1.04-2.992 1.04-0.662 0-1.248-0.1067-1.76-0.32s-0.918-0.512-1.216-0.896c-0.288-0.384-0.432-0.816-0.432-1.296 0-0.672 0.272-1.2107 0.816-1.616v-0.096c-0.384-0.16-0.672-0.384-0.864-0.67199-0.182-0.29867-0.272-0.63467-0.272-1.008 0-0.58667 0.197-1.04533 0.592-1.376 0.405-0.33067 0.938-0.496 1.6-0.496h0.96v-1.232h-4.432v-1.312h11.04v1.312h-1.44v9.79199h-1.6zm-4.8-3.264c0 0.3413 0.154 0.608 0.464 0.8 0.32 0.1813 0.757 0.272 1.312 0.272 0.597 0 1.12-0.1173 1.568-0.352 0.458-0.2347 0.816-0.5547 1.072-0.96 0.256-0.416 0.384-0.8907 0.384-1.424V5.67261h-2.08v2.608h-2.176c-0.267 0-0.48 0.06933-0.64 0.208-0.15 0.128-0.224 0.304-0.224 0.528 0 0.24533 0.096 0.44267 0.288 0.592 0.192 0.13867 0.448 0.208 0.768 0.208h2.144v1.40799h-1.616c-0.384 0-0.694 0.0907-0.928 0.272-0.224 0.1707-0.336 0.4053-0.336 0.704zm9.196 2.8V5.67261h-1.84v-1.312h4.88v1.312h-1.44v9.32799h-1.6z" android:fillColor="#ffffff"/>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="194dp" android:height="21dp" android:viewportWidth="194" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <group>
3
- <group>
4
- <path android:pathData="M22.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM31.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M47.2687 6.03894L41.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
5
- </group>
6
- <group>
7
- <path android:pathData="M15.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559H7.80649v3.00336h4.21661c-0.1811 0.9789-0.7286 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
8
- <path android:pathData="M7.80647 16.2651c2.10667 0 3.88043-0.691 5.17393-1.8823l-2.5165-1.9506c-0.70039 0.4711-1.60247 0.7462-2.65743 0.7462-2.03619 0-3.76445-1.3711-4.38247-3.21884H0.831604v2.00904C2.11642 14.516 4.75653 16.2651 7.80647 16.2651" android:fillColor="#34a853" android:fillType="evenOdd"/>
9
- <path android:pathData="M3.42401 9.95957C3.26571 9.48844 3.17897 8.9859 3.17897 8.46712S3.26571 7.4458 3.42401 6.97467V4.96561H0.831606C0.300332 6.01833 0 7.20753 0 8.46712 0 9.72671 0.300332 10.916 0.831606 11.9686L3.42401 9.95957z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
10
- <path android:pathData="M7.80647 3.75583c1.15037 0 2.18148 0.39532 2.99463 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.11715-2.031812-5.22273-2.031812-3.04994 0-5.69005 1.749132-6.974866 4.296472L3.424 6.97467c0.61802-1.84769 2.34628-3.21884 4.38247-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
11
- </group>
12
- </group>
13
- <path android:pathData="M56.546 12.7446c-0.224 0-0.464-0.0693-0.72-0.208-0.2453-0.1493-0.48-0.3413-0.704-0.576-0.224-0.2347-0.4053-0.4853-0.544-0.752-0.1387-0.2667-0.208-0.5173-0.208-0.752 0-0.288 0.0853-0.50666 0.256-0.65599 0.1707-0.14933 0.4-0.224 0.688-0.224h0.4v-3.904H53.33v-1.312h10.544v1.312h-1.44v9.32799h-1.6v-4.016h-3.536v0.944c0 0.2453-0.0693 0.4427-0.208 0.592-0.128 0.1493-0.3093 0.224-0.544 0.224zm0.752-3.16799h3.536v-3.904h-3.536v3.904zm7.9282 5.42399V5.67261h-1.84v-1.312h4.88v1.312h-1.44v9.32799h-1.6zm9.0564 0v-1.84l0.064-1.168h-0.096c-0.416 0.2987-0.9546 0.448-1.616 0.448-0.6613 0-1.2426-0.144-1.744-0.432-0.4906-0.288-0.8746-0.688-1.152-1.2-0.2666-0.512-0.4-1.10932-0.4-1.79199v-3.344h-1.568v-1.312h14.544v1.312h-6.432v1.072l-0.096 1.056h0.08c0.256-0.23467 0.544-0.41067 0.864-0.528 0.32-0.11733 0.704-0.176 1.152-0.176 0.6507 0 1.216 0.13867 1.696 0.416 0.4907 0.26667 0.8694 0.64533 1.136 1.136 0.2774 0.48 0.416 1.05067 0.416 1.71199 0 0.64-0.112 1.216-0.336 1.728-0.224 0.512-0.5653 1.024-1.024 1.536l-1.344-1.024c0.3414-0.384 0.6027-0.752 0.784-1.104 0.1814-0.3627 0.272-0.7573 0.272-1.184 0-0.50132-0.16-0.91199-0.48-1.23199-0.3093-0.33067-0.7093-0.496-1.2-0.496-0.6186 0-1.0933 0.192-1.424 0.576-0.3306 0.37333-0.496 0.88529-0.496 1.53599v4.304h-1.6zm-3.344-5.83999c0 0.55467 0.144 0.99199 0.432 1.31199 0.288 0.32 0.6987 0.48 1.232 0.48 0.544 0 0.96-0.16 1.248-0.48 0.288-0.32 0.432-0.75732 0.432-1.31199v-3.488h-3.344v3.488zm3.2688-4.144v-0.736c-0.2774-0.192-0.5014-0.45867-0.672-0.8-0.1707-0.34133-0.256-0.704-0.256-1.088 0-0.50133 0.1226-0.944 0.368-1.328 0.2453-0.384001 0.576-0.682667 0.992-0.896 0.4266-0.213334 0.9066-0.32 1.44-0.32 0.352 0 0.672 0.042666 0.96 0.128 0.288 0.085333 0.56 0.197333 0.816 0.336l-0.64 1.248c-0.3094-0.17067-0.624-0.256-0.944-0.256-0.48 0-0.8587 0.144-1.136 0.432-0.2667 0.27733-0.4 0.62933-0.4 1.056 0 0.416 0.1546 0.784 0.464 1.104 0.32 0.30933 0.7146 0.464 1.184 0.464l-0.144 0.656h-2.032zM85.5289 15.2566c-0.7894-0.7253-1.3654-1.424-1.728-2.096-0.352-0.672-0.528-1.3547-0.528-2.048 0-0.96 0.304-1.72266 0.912-2.28799 0.6186-0.576 1.44-0.864 2.464-0.864h2.576v-2.288h-7.248v-1.312h10.288v1.312h-1.44v9.32799h-1.6V9.36861h-2.4c-0.5867 0-1.0507 0.16-1.392 0.48-0.3414 0.30929-0.512 0.73069-0.512 1.26399 0 0.5013 0.1386 0.992 0.416 1.472 0.2773 0.4693 0.7146 0.992 1.312 1.568l-1.12 1.104zm13.339-2.512c-0.224 0-0.464-0.0693-0.72-0.208-0.2454-0.1493-0.48-0.3413-0.704-0.576-0.224-0.2347-0.4054-0.4853-0.544-0.752-0.1387-0.2667-0.208-0.5173-0.208-0.752 0-0.288 0.0853-0.50666 0.256-0.65599 0.1706-0.14933 0.4-0.224 0.688-0.224h0.4v-2.896c0-0.672-0.352-1.008-1.056-1.008h-1.328v-1.312h1.328c0.9066 0 1.5733 0.208 2 0.624 0.4266 0.416 0.64 1.01333 0.64 1.792v2.8h3.5361v-3.904h-1.44v-1.312h4.48v1.312h-1.44v9.32799h-1.6v-4.016h-3.5361v0.944c0 0.2453-0.0694 0.4427-0.208 0.592-0.128 0.1493-0.3094 0.224-0.544 0.224zm4.7771 6.768c-1.856 0-3.413-0.9813-4.6719-2.944l1.2639-0.832c0.533 0.7787 1.067 1.3547 1.6 1.728 0.533 0.384 1.125 0.576 1.776 0.576 0.416 0 0.747-0.096 0.992-0.288 0.256-0.1813 0.384-0.432 0.384-0.752 0-0.288-0.085-0.5173-0.256-0.688-0.171-0.1707-0.405-0.256-0.704-0.256-0.405 0-0.832 0.1867-1.28 0.56l-0.944-1.12c0.672-0.5653 1.413-0.848 2.224-0.848 0.779 0 1.408 0.224 1.888 0.672 0.48 0.4587 0.72 1.0293 0.72 1.712 0 0.7467-0.272 1.344-0.816 1.792-0.544 0.4587-1.269 0.688-2.176 0.688zm8.869-4.512v-0.96l0.064-1.152h-0.096c-0.224 0.16-0.491 0.288-0.8 0.384-0.309 0.0853-0.656 0.128-1.04 0.128-0.661 0-1.253-0.144-1.776-0.432-0.523-0.288-0.939-0.6773-1.248-1.168-0.309-0.4907-0.464-1.04-0.464-1.648 0-0.61866 0.139-1.16799 0.416-1.64799 0.277-0.48 0.661-0.85333 1.152-1.12 0.491-0.27733 1.045-0.416 1.664-0.416 0.469 0 0.869 0.07467 1.2 0.224 0.341 0.13867 0.645 0.352 0.912 0.64h0.08l-0.064-1.152v-1.008h-6.656v-1.312h10.704v1.312h-2.464v1.008l-0.08 1.088h0.08c0.555-0.448 1.243-0.672 2.064-0.672 0.704 0 1.312 0.176 1.824 0.528 0.512 0.352 0.891 0.86933 1.136 1.552l-1.28 0.784c-0.117-0.43733-0.325-0.77333-0.624-1.008-0.288-0.24533-0.661-0.368-1.12-0.368-0.587 0-1.067 0.192-1.44 0.576-0.373 0.37333-0.56 0.88529-0.56 1.53599v4.304h-1.584zm-1.888-3.088c0.565 0 1.019-0.16 1.36-0.48 0.352-0.3307 0.528-0.7467 0.528-1.248 0-0.50132-0.171-0.91199-0.512-1.23199-0.341-0.33067-0.795-0.496-1.36-0.496-0.555 0-1.003 0.16-1.344 0.48-0.331 0.32-0.496 0.736-0.496 1.24799 0 0.512 0.165 0.928 0.496 1.248 0.331 0.32 0.773 0.48 1.328 0.48zm8.997 3.344c-0.79-0.7253-1.366-1.424-1.728-2.096-0.352-0.672-0.528-1.3547-0.528-2.048 0-0.96 0.304-1.72266 0.912-2.28799 0.618-0.576 1.44-0.864 2.464-0.864h2.576v-2.288h-7.248v-1.312h10.288v1.312h-1.44v9.32799h-1.6V9.36861h-2.4c-0.587 0-1.051 0.16-1.392 0.48-0.342 0.30929-0.512 0.73069-0.512 1.26399 0 0.5013 0.138 0.992 0.416 1.472 0.277 0.4693 0.714 0.992 1.312 1.568l-1.12 1.104zm8.078-0.256V5.67261h-1.84v-1.312h4.88v1.312h-1.44v9.32799h-1.6zm5.665-3.104c-0.235 0-0.486-0.0747-0.752-0.224-0.267-0.16-0.518-0.3627-0.752-0.608-0.224-0.2453-0.411-0.5067-0.56-0.784-0.139-0.2773-0.208-0.54399-0.208-0.79999 0-0.27733 0.08-0.49067 0.24-0.64 0.17-0.16 0.405-0.24 0.704-0.24h5.072v-2.928h-6.864v-1.312h9.904v1.312h-1.44v9.32799h-1.6v-4.992h-2.976v1.056c0 0.256-0.07 0.4587-0.208 0.608-0.128 0.1493-0.315 0.224-0.56 0.224zm8.087 3.104V5.67261h-1.792v-1.312h1.84c-0.042-0.91733-0.218-1.63733-0.528-2.16-0.298-0.52267-0.698-0.784-1.2-0.784-0.33 0-0.586 0.10133-0.768 0.304-0.181 0.192-0.272 0.464-0.272 0.816 0 0.192 0.016 0.37333 0.048 0.544 0.022 0.16 0.054 0.32533 0.096 0.496h-1.568c-0.042-0.17067-0.074-0.34667-0.096-0.528-0.032-0.192-0.048-0.384-0.048-0.576 0-0.768 0.235-1.376 0.704-1.824 0.459-0.448 1.083-0.672 1.872-0.672 0.63 0 1.184 0.181333 1.664 0.544 0.491 0.362666 0.875 0.87467 1.152 1.536 0.288 0.65067 0.454 1.41867 0.496 2.304h1.488v1.312h-1.488v9.32799h-1.6zm9.901-2.832c-0.245 0-0.507-0.0693-0.784-0.208-0.267-0.1493-0.517-0.336-0.752-0.56-0.235-0.2347-0.427-0.48-0.576-0.736-0.149-0.2667-0.224-0.5173-0.224-0.75199 0-0.29867 0.091-0.52267 0.272-0.672 0.181-0.16 0.421-0.24 0.72-0.24h0.576v-3.328h-2.656v-1.312h10.448v1.312h-1.44v9.32799h-1.6V5.67261h-3.168v5.61599c0 0.2667-0.075 0.48-0.224 0.64-0.149 0.16-0.347 0.24-0.592 0.24zm9.658-0.272c-0.234 0-0.485-0.0747-0.752-0.224-0.266-0.16-0.517-0.3627-0.752-0.608-0.224-0.2453-0.41-0.5067-0.56-0.784-0.138-0.2773-0.208-0.54399-0.208-0.79999 0-0.27733 0.08-0.49067 0.24-0.64 0.171-0.16 0.406-0.24 0.704-0.24h5.072v-2.928h-6.864v-1.312h9.904v1.312h-1.44v9.32799h-1.6v-4.992h-2.976v1.056c0 0.256-0.069 0.4587-0.208 0.608-0.128 0.1493-0.314 0.224-0.56 0.224zm4.233 7.616c-1.856 0-3.413-0.9813-4.672-2.944l1.264-0.832c0.533 0.7787 1.067 1.3547 1.6 1.728 0.533 0.384 1.125 0.576 1.776 0.576 0.416 0 0.747-0.096 0.992-0.288 0.256-0.1813 0.384-0.432 0.384-0.752 0-0.288-0.085-0.5173-0.256-0.688-0.171-0.1707-0.405-0.256-0.704-0.256-0.405 0-0.832 0.1867-1.28 0.56l-0.944-1.12c0.672-0.5653 1.413-0.848 2.224-0.848 0.779 0 1.408 0.224 1.888 0.672 0.48 0.4587 0.72 1.0293 0.72 1.712 0 0.7467-0.272 1.344-0.816 1.792-0.544 0.4587-1.269 0.688-2.176 0.688zm-0.406-14.49599v-0.736c-0.278-0.192-0.502-0.45867-0.672-0.8-0.171-0.34133-0.256-0.704-0.256-1.088 0-0.50133 0.122-0.944 0.368-1.328 0.245-0.384001 0.576-0.682667 0.992-0.896 0.426-0.213334 0.906-0.32 1.44-0.32 0.352 0 0.672 0.042666 0.96 0.128 0.288 0.085333 0.56 0.197333 0.816 0.336l-0.64 1.248c-0.31-0.17067-0.624-0.256-0.944-0.256-0.48 0-0.859 0.144-1.136 0.432-0.267 0.27733-0.4 0.62933-0.4 1.056 0 0.416 0.154 0.784 0.464 1.104 0.32 0.30933 0.714 0.464 1.184 0.464l-0.144 0.656h-2.032zm8.769 12.78399c-0.885-0.2667-1.653-0.6187-2.304-1.056-0.651-0.4373-1.157-0.9493-1.52-1.536-0.363-0.576-0.544-1.2053-0.544-1.888 0-0.96 0.347-1.7493 1.04-2.368v-0.08c-0.437-0.1813-0.773-0.4373-1.008-0.768-0.235-0.33066-0.352-0.71466-0.352-1.15199 0-0.62933 0.219-1.12533 0.656-1.488 0.448-0.37333 1.051-0.56 1.808-0.56h2.672v-1.232h-6.448v-1.312h9.6v1.312h-1.616v2.608h-4.032c-0.32 0-0.576 0.08-0.768 0.24-0.181 0.14933-0.272 0.352-0.272 0.608 0 0.26667 0.091 0.47467 0.272 0.624 0.192 0.13867 0.448 0.208 0.768 0.208h1.12c1.088 0 1.957 0.27199 2.608 0.81599s0.976 1.2693 0.976 2.176c0 0.8747-0.325 1.6533-0.976 2.336l-1.248-0.976c0.192-0.2027 0.341-0.4107 0.448-0.624 0.107-0.2133 0.16-0.448 0.16-0.704 0-0.4587-0.165-0.8267-0.496-1.104-0.331-0.288-0.773-0.432-1.328-0.432-0.608 0-1.088 0.1707-1.44 0.512-0.352 0.3413-0.528 0.8-0.528 1.376 0 0.7253 0.293 1.3387 0.88 1.84 0.587 0.512 1.387 0.912 2.4 1.2l-0.528 1.424zm4.943-2.8V5.67261h-1.84v-1.312h4.88v1.312h-1.44v9.32799h-1.6zm-0.048-10.44799l-0.816-1.728c-0.298-0.61867-0.597-1.04533-0.896-1.28-0.309-0.23467-0.725-0.352-1.248-0.352h-0.848v-1.504h0.784c0.544 0 1.019 0.08 1.424 0.24 0.395 0.149333 0.752 0.410666 1.072 0.783999 0.32 0.362671 0.635 0.858671 0.944 1.488001l1.152 2.352h-1.568zm7.809 10.73599l-4.432-5.55199 1.184-0.992c0.288 0.33067 0.634 0.496 1.04 0.496 0.341 0 0.602-0.10133 0.784-0.304 0.192-0.21333 0.288-0.496 0.288-0.848v-2.416h-4.08v-1.312h11.984v1.312h-1.44v9.32799h-1.6v-4.256h-3.344l-2.176-0.144-0.064 0.112 0.848 0.8 2.304 2.768-1.296 1.008zm0.432-7.19999c0 0.49067-0.086 0.91733-0.256 1.28h3.552v-3.696h-3.296v2.416zm6.548 11.11999l-0.72-0.928c-0.288-0.352-0.56-0.608-0.816-0.768-0.245-0.1493-0.544-0.224-0.896-0.224-0.363 0-0.741 0.0747-1.136 0.224l-0.432-1.472c0.267-0.0853 0.533-0.1547 0.8-0.208 0.277-0.0427 0.533-0.064 0.768-0.064 0.384 0 0.72 0.048 1.008 0.144 0.288 0.1067 0.571 0.2827 0.848 0.528 0.288 0.2453 0.603 0.5867 0.944 1.024l0.736 0.912-1.104 0.832z" android:fillColor="#ffffff"/>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="148dp" android:height="21dp" android:viewportWidth="148" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.31163 15.0006V3.54461h3.936c0.69333 0 1.32266 0.14933 1.888 0.448 0.56533 0.29867 1.01333 0.70933 1.344 1.232 0.34133 0.52267 0.512 1.13067 0.512 1.824s-0.17067 1.30667-0.512 1.84c-0.33067 0.52267-0.77867 0.93333-1.344 1.23199-0.56534 0.288-1.19467 0.432-1.888 0.432h-2.176v4.448h-1.76zm3.984-9.79199h-2.224v3.68h2.224c0.416 0 0.768-0.08533 1.056-0.256 0.288-0.18133 0.50666-0.41067 0.656-0.688 0.16-0.288 0.24-0.58667 0.24-0.896s-0.08-0.60267-0.24-0.88c-0.14934-0.27733-0.368-0.50667-0.656-0.688-0.288-0.18133-0.64-0.272-1.056-0.272zM12.9055 15.2566c-0.5867 0-1.1093-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5867-0.288 1.2267-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2133 0.3307-0.5333 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2027-0.352 0.304-0.7307 0.304-1.136-0.2453-0.1387-0.5333-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.6222 4.864c-0.7146 0-1.3333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.5493-0.7147-0.688-1.088l1.6-0.672c0.1707 0.4267 0.4427 0.7733 0.816 1.04 0.384 0.2773 0.8427 0.416 1.376 0.416 0.7467 0 1.3334-0.224 1.76-0.672 0.4374-0.448 0.656-1.0827 0.656-1.904v-0.784h-0.096c-0.256 0.384-0.6133 0.6933-1.072 0.928-0.448 0.224-0.96 0.336-1.536 0.336-0.6933 0-1.328-0.176-1.904-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.352-0.64-0.528-1.3867-0.528-2.24 0-0.86399 0.176-1.61066 0.528-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.576-0.352 1.2107-0.528 1.904-0.528 0.576 0 1.088 0.11733 1.536 0.352 0.4587 0.23467 0.816 0.544 1.072 0.928h0.096v-1.024h1.6481v7.72799c0 0.8853-0.1761 1.6373-0.5281 2.256-0.3413 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.4267 0 0.8214-0.1013 1.184-0.304 0.3627-0.2133 0.656-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5867-0.112-1.07732-0.336-1.47199-0.224-0.40533-0.5173-0.70933-0.88-0.912-0.3626-0.20267-0.7573-0.304-1.184-0.304-0.4266 0-0.8266 0.10667-1.2 0.32-0.3626 0.20267-0.656 0.50133-0.88 0.896-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.5174 0.6933 0.88 0.896 0.3734 0.2027 0.7734 0.304 1.2 0.304zm8.7016 1.744c-0.5867 0-1.1094-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3946 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5866-0.288 1.2266-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2134 0.3307-0.5334 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2026-0.352 0.304-0.7307 0.304-1.136-0.2454-0.1387-0.5334-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0203 1.152V6.84061h1.632v1.2h0.096c0.1814-0.416 0.4907-0.75733 0.928-1.024 0.448-0.27733 0.928-0.416 1.44-0.416 0.224 0 0.4107 0.016 0.56 0.048 0.16 0.032 0.304 0.06933 0.432 0.112v1.792c-0.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.50667-0.736 0.88-0.1813 0.36267-0.272 0.76269-0.272 1.19999v4.32h-1.728zm14.2323 0.256c-0.8214 0-1.5467-0.1867-2.176-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.3627-0.6613-0.544-1.408-0.544-2.24 0-0.832 0.1813-1.57332 0.544-2.22399 0.3626-0.66133 0.8586-1.17867 1.488-1.552 0.6293-0.37333 1.3546-0.56 2.176-0.56 0.9066 0 1.6693 0.20267 2.288 0.608 0.6293 0.40533 1.0773 0.95467 1.344 1.648l-1.568 0.64c-0.3734-0.87467-1.072-1.312-2.096-1.312-0.448 0-0.8587 0.11733-1.232 0.352-0.3734 0.224-0.672 0.544-0.896 0.96-0.224 0.40533-0.336 0.88529-0.336 1.43999 0 0.5547 0.112 1.04 0.336 1.456 0.224 0.416 0.5226 0.736 0.896 0.96 0.3733 0.224 0.784 0.336 1.232 0.336 0.5226 0 0.9653-0.1173 1.328-0.352 0.3626-0.2453 0.6453-0.576 0.848-0.992l1.536 0.672c-0.288 0.6507-0.7467 1.1893-1.376 1.616-0.6294 0.4267-1.3974 0.64-2.304 0.64zm9.0733 0c-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.6507-0.544-1.3867-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.192 2.208 0.576 0.64 0.384 1.1414 0.90667 1.504 1.568 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.1813 1.5573-0.544 2.208-0.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.56 0.72 0.944 0.944 0.3947 0.2133 0.816 0.32 1.264 0.32zm5.8413 1.328V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.576-0.72 1.024-0.976 0.448-0.26667 0.944-0.4 1.488-0.4 0.608 0 1.1253 0.144 1.552 0.432 0.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.65066-0.144-1.12532-0.432-1.42399-0.2773-0.30933-0.6667-0.464-1.168-0.464-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.384 0-0.72 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.728zm22.14 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.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.1813-1.54132 0.544-2.19199 0.3627-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3813-0.576 2.224-0.576 0.832 0 1.568 0.192 2.208 0.576 0.64 0.384 1.1413 0.90667 1.504 1.568 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.1813 1.5573-0.544 2.208-0.3627 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.584c0.448 0 0.864-0.1067 1.248-0.32 0.384-0.224 0.6933-0.5387 0.928-0.944 0.2453-0.416 0.368-0.912 0.368-1.488s-0.1227-1.06666-0.368-1.47199c-0.2347-0.416-0.544-0.73067-0.928-0.944-0.384-0.224-0.8-0.336-1.248-0.336-0.448 0-0.8693 0.112-1.264 0.336-0.384 0.21333-0.6987 0.528-0.944 0.944-0.2347 0.40533-0.352 0.89599-0.352 1.47199s0.1173 1.072 0.352 1.488c0.2453 0.4053 0.56 0.72 0.944 0.944 0.3947 0.2133 0.816 0.32 1.264 0.32z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M122.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.00108zM131.255 12.4831c0 0.4549 0.193 0.8339 0.579 1.1372 0.385 0.3033 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.863-1.1816 0.863-1.9137-0.544-0.43-1.303-0.6444-2.276-0.6444-0.709 0-1.3 0.1711-1.774 0.5122-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74741c1.29 0 2.308 0.34441 3.055 1.03323 0.746 0.68882 1.119 1.63325 1.119 2.83327v5.72391h-1.669v-1.2888h-0.076c-0.721 1.0613-1.683 1.5921-2.884 1.5921-1.025 0-1.883-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3646-1.034-2.2744 0-0.9607 0.363-1.7243 1.09-2.2928 0.728-0.56862 1.698-0.85347 2.913-0.85347 1.036 0 1.89 0.18954 2.56 0.56861V9.46897c0-0.60651-0.24-1.12096-0.72-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M147.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="M115.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="M107.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.7 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21884h-2.592v2.00904c1.284 2.5474 3.925 4.2965 6.974 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M103.424 9.95957c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96561h-2.592C100.3 6.01833 100 7.20753 100 8.46712c0 1.25959 0.3 2.44888 0.832 3.50148l2.592-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M107.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="148dp" android:height="21dp" android:viewportWidth="148" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.31163 15.0006V3.54461h3.936c0.69333 0 1.32266 0.14933 1.888 0.448 0.56533 0.29867 1.01333 0.70933 1.344 1.232 0.34133 0.52267 0.512 1.13067 0.512 1.824s-0.17067 1.30667-0.512 1.84c-0.33067 0.52267-0.77867 0.93333-1.344 1.23199-0.56534 0.288-1.19467 0.432-1.888 0.432h-2.176v4.448h-1.76zm3.984-9.79199h-2.224v3.68h2.224c0.416 0 0.768-0.08533 1.056-0.256 0.288-0.18133 0.50666-0.41067 0.656-0.688 0.16-0.288 0.24-0.58667 0.24-0.896s-0.08-0.60267-0.24-0.88c-0.14934-0.27733-0.368-0.50667-0.656-0.688-0.288-0.18133-0.64-0.272-1.056-0.272zM12.9055 15.2566c-0.5867 0-1.1093-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5867-0.288 1.2267-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2133 0.3307-0.5333 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2027-0.352 0.304-0.7307 0.304-1.136-0.2453-0.1387-0.5333-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.6222 4.864c-0.7146 0-1.3333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.5493-0.7147-0.688-1.088l1.6-0.672c0.1707 0.4267 0.4427 0.7733 0.816 1.04 0.384 0.2773 0.8427 0.416 1.376 0.416 0.7467 0 1.3334-0.224 1.76-0.672 0.4374-0.448 0.656-1.0827 0.656-1.904v-0.784h-0.096c-0.256 0.384-0.6133 0.6933-1.072 0.928-0.448 0.224-0.96 0.336-1.536 0.336-0.6933 0-1.328-0.176-1.904-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.352-0.64-0.528-1.3867-0.528-2.24 0-0.86399 0.176-1.61066 0.528-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.576-0.352 1.2107-0.528 1.904-0.528 0.576 0 1.088 0.11733 1.536 0.352 0.4587 0.23467 0.816 0.544 1.072 0.928h0.096v-1.024h1.6481v7.72799c0 0.8853-0.1761 1.6373-0.5281 2.256-0.3413 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.4267 0 0.8214-0.1013 1.184-0.304 0.3627-0.2133 0.656-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5867-0.112-1.07732-0.336-1.47199-0.224-0.40533-0.5173-0.70933-0.88-0.912-0.3626-0.20267-0.7573-0.304-1.184-0.304-0.4266 0-0.8266 0.10667-1.2 0.32-0.3626 0.20267-0.656 0.50133-0.88 0.896-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.5174 0.6933 0.88 0.896 0.3734 0.2027 0.7734 0.304 1.2 0.304zm8.7016 1.744c-0.5867 0-1.1094-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3946 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5866-0.288 1.2266-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2134 0.3307-0.5334 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2026-0.352 0.304-0.7307 0.304-1.136-0.2454-0.1387-0.5334-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0203 1.152V6.84061h1.632v1.2h0.096c0.1814-0.416 0.4907-0.75733 0.928-1.024 0.448-0.27733 0.928-0.416 1.44-0.416 0.224 0 0.4107 0.016 0.56 0.048 0.16 0.032 0.304 0.06933 0.432 0.112v1.792c-0.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.50667-0.736 0.88-0.1813 0.36267-0.272 0.76269-0.272 1.19999v4.32h-1.728zm14.2323 0.256c-0.8214 0-1.5467-0.1867-2.176-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.3627-0.6613-0.544-1.408-0.544-2.24 0-0.832 0.1813-1.57332 0.544-2.22399 0.3626-0.66133 0.8586-1.17867 1.488-1.552 0.6293-0.37333 1.3546-0.56 2.176-0.56 0.9066 0 1.6693 0.20267 2.288 0.608 0.6293 0.40533 1.0773 0.95467 1.344 1.648l-1.568 0.64c-0.3734-0.87467-1.072-1.312-2.096-1.312-0.448 0-0.8587 0.11733-1.232 0.352-0.3734 0.224-0.672 0.544-0.896 0.96-0.224 0.40533-0.336 0.88529-0.336 1.43999 0 0.5547 0.112 1.04 0.336 1.456 0.224 0.416 0.5226 0.736 0.896 0.96 0.3733 0.224 0.784 0.336 1.232 0.336 0.5226 0 0.9653-0.1173 1.328-0.352 0.3626-0.2453 0.6453-0.576 0.848-0.992l1.536 0.672c-0.288 0.6507-0.7467 1.1893-1.376 1.616-0.6294 0.4267-1.3974 0.64-2.304 0.64zm9.0733 0c-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.6507-0.544-1.3867-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.192 2.208 0.576 0.64 0.384 1.1414 0.90667 1.504 1.568 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.1813 1.5573-0.544 2.208-0.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.56 0.72 0.944 0.944 0.3947 0.2133 0.816 0.32 1.264 0.32zm5.8413 1.328V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.576-0.72 1.024-0.976 0.448-0.26667 0.944-0.4 1.488-0.4 0.608 0 1.1253 0.144 1.552 0.432 0.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.65066-0.144-1.12532-0.432-1.42399-0.2773-0.30933-0.6667-0.464-1.168-0.464-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.384 0-0.72 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.728zm22.14 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.6507-0.544-1.3867-0.544-2.208 0-0.8107 0.1813-1.54132 0.544-2.19199 0.3627-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3813-0.576 2.224-0.576 0.832 0 1.568 0.192 2.208 0.576 0.64 0.384 1.1413 0.90667 1.504 1.568 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8213-0.1813 1.5573-0.544 2.208-0.3627 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.584c0.448 0 0.864-0.1067 1.248-0.32 0.384-0.224 0.6933-0.5387 0.928-0.944 0.2453-0.416 0.368-0.912 0.368-1.488s-0.1227-1.06666-0.368-1.47199c-0.2347-0.416-0.544-0.73067-0.928-0.944-0.384-0.224-0.8-0.336-1.248-0.336-0.448 0-0.8693 0.112-1.264 0.336-0.384 0.21333-0.6987 0.528-0.944 0.944-0.2347 0.40533-0.352 0.89599-0.352 1.47199s0.1173 1.072 0.352 1.488c0.2453 0.4053 0.56 0.72 0.944 0.944 0.3947 0.2133 0.816 0.32 1.264 0.32z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M122.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.00108zM131.255 12.4831c0 0.4549 0.193 0.8339 0.579 1.1372 0.385 0.3033 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.863-1.1816 0.863-1.9137-0.544-0.43-1.303-0.6444-2.276-0.6444-0.709 0-1.3 0.1711-1.774 0.5122-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74741c1.29 0 2.308 0.34441 3.055 1.03323 0.746 0.68882 1.119 1.63325 1.119 2.83327v5.72391h-1.669v-1.2888h-0.076c-0.721 1.0613-1.683 1.5921-2.884 1.5921-1.025 0-1.883-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3646-1.034-2.2744 0-0.9607 0.363-1.7243 1.09-2.2928 0.728-0.56862 1.698-0.85347 2.913-0.85347 1.036 0 1.89 0.18954 2.56 0.56861V9.46897c0-0.60651-0.24-1.12096-0.72-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M147.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="M115.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="M107.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.7 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21884h-2.592v2.00904c1.284 2.5474 3.925 4.2965 6.974 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M103.424 9.95957c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96561h-2.592C100.3 6.01833 100 7.20753 100 8.46712c0 1.25959 0.3 2.44888 0.832 3.50148l2.592-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M107.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="120dp" android:height="21dp" android:viewportWidth="120" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.55538 15.0006V3.54461h3.936c0.69333 0 1.32266 0.14933 1.888 0.448 0.56533 0.29867 1.01333 0.70933 1.344 1.232 0.34133 0.52267 0.512 1.13067 0.512 1.824s-0.17067 1.30667-0.512 1.84c-0.33067 0.52267-0.77867 0.93333-1.344 1.23199-0.56534 0.288-1.19467 0.432-1.888 0.432h-2.176v4.448h-1.76zm3.984-9.79199h-2.224v3.68h2.224c0.416 0 0.768-0.08533 1.056-0.256 0.288-0.18133 0.50666-0.41067 0.656-0.688 0.16-0.288 0.24-0.58667 0.24-0.896s-0.08-0.60267-0.24-0.88c-0.14934-0.27733-0.368-0.50667-0.656-0.688-0.288-0.18133-0.64-0.272-1.056-0.272zm5.45652 9.79199V3.54461h1.728V15.0006h-1.728zm6.3971 0.256c-0.5867 0-1.1093-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5867-0.288 1.2267-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2133 0.3307-0.5333 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2027-0.352 0.304-0.7307 0.304-1.136-0.2453-0.1387-0.5333-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm0.352-8.54399c-0.3733 0-0.72-0.09067-1.04-0.272-0.32-0.18133-0.5813-0.42667-0.784-0.736-0.192-0.32-0.288-0.67733-0.288-1.072h1.28c0 0.224 0.0747 0.42133 0.224 0.592s0.352 0.256 0.608 0.256c0.2453 0 0.4373-0.08533 0.576-0.256 0.1493-0.17067 0.224-0.368 0.224-0.592h1.28c0 0.39467-0.1013 0.752-0.304 1.072-0.192 0.30933-0.448 0.55467-0.768 0.736-0.3093 0.18133-0.6453 0.272-1.008 0.272zm6.3761 7.32799V8.34461h-1.424v-1.504h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1707 0.2133 0.4534 0.32 0.848 0.32 0.2027 0 0.3734-0.0267 0.512-0.08 0.1494-0.0533 0.2987-0.128 0.448-0.224v1.68c-0.1813 0.0747-0.3733 0.1333-0.576 0.176-0.2026 0.0427-0.4426 0.064-0.72 0.064-0.7573 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84zm6.6062-6.99199c-0.32 0-0.5974-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.32 0.112-0.592 0.336-0.816 0.2346-0.224 0.512-0.336 0.832-0.336 0.32 0 0.592 0.112 0.816 0.336 0.2346 0.224 0.352 0.496 0.352 0.816 0 0.32-0.1174 0.59733-0.352 0.832-0.224 0.224-0.496 0.336-0.816 0.336zm-0.864 9.35999V6.84061h1.728v8.15999h-1.728zm4.8078-2.368V8.34461h-1.424v-1.504h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1707 0.2133 0.4534 0.32 0.848 0.32 0.2027 0 0.3734-0.0267 0.512-0.08 0.1494-0.0533 0.2987-0.128 0.448-0.224v1.68c-0.1813 0.0747-0.3733 0.1333-0.576 0.176-0.2026 0.0427-0.4426 0.064-0.72 0.064-0.7573 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84zm1.504 6.544l-0.688-0.464 0.672-1.008c-0.2026-0.064-0.368-0.1813-0.496-0.352-0.1173-0.1707-0.176-0.3627-0.176-0.576 0-0.256 0.096-0.4907 0.288-0.704 0.192-0.2027 0.432-0.304 0.72-0.304 0.2987 0 0.544 0.1013 0.736 0.304 0.192 0.2027 0.288 0.448 0.288 0.736 0 0.256-0.096 0.5227-0.288 0.8l-1.056 1.568zm5.1178-13.53599c-0.32 0-0.5974-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.32 0.112-0.592 0.336-0.816 0.2346-0.224 0.512-0.336 0.832-0.336 0.32 0 0.592 0.112 0.816 0.336 0.2346 0.224 0.352 0.496 0.352 0.816 0 0.32-0.1174 0.59733-0.352 0.832-0.224 0.224-0.496 0.336-0.816 0.336zm-0.864 9.35999V6.84061h1.728v8.15999h-1.728zm11.6824 0.256c-0.8214 0-1.5467-0.1867-2.176-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.3627-0.6613-0.544-1.408-0.544-2.24 0-0.832 0.1813-1.57332 0.544-2.22399 0.3626-0.66133 0.8586-1.17867 1.488-1.552 0.6293-0.37333 1.3546-0.56 2.176-0.56 0.9066 0 1.6693 0.20267 2.288 0.608 0.6293 0.40533 1.0773 0.95467 1.344 1.648l-1.568 0.64c-0.3734-0.87467-1.072-1.312-2.096-1.312-0.448 0-0.8587 0.11733-1.232 0.352-0.3734 0.224-0.672 0.544-0.896 0.96-0.224 0.40533-0.336 0.88529-0.336 1.43999 0 0.5547 0.112 1.04 0.336 1.456 0.224 0.416 0.5226 0.736 0.896 0.96 0.3733 0.224 0.784 0.336 1.232 0.336 0.5226 0 0.9653-0.1173 1.328-0.352 0.3626-0.2453 0.6453-0.576 0.848-0.992l1.536 0.672c-0.288 0.6507-0.7467 1.1893-1.376 1.616-0.6294 0.4267-1.3974 0.64-2.304 0.64zm8.2715 0c-1.0027 0-1.76-0.2987-2.272-0.896-0.5014-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6933 0.16 1.2053 0.48 1.536 0.3306 0.32 0.7413 0.48 1.232 0.48 0.4373 0 0.816-0.112 1.136-0.336 0.3306-0.2347 0.5813-0.5333 0.752-0.896 0.1813-0.3733 0.272-0.7787 0.272-1.216V6.84061h1.712v8.15999h-1.616v-1.104h-0.096c-0.2347 0.384-0.5867 0.7093-1.056 0.976-0.4587 0.256-0.9654 0.384-1.52 0.384z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M94.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6296c1.1765 0 2.1751 0.39207 2.9977 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.8097 0.77113-1.8094 1.15562-2.9977 1.15562h-2.884v0.00108zM103.255 12.4831c0 0.4549 0.193 0.8339 0.579 1.1372 0.385 0.3033 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.863-1.1816 0.863-1.9137-0.544-0.43-1.303-0.6444-2.276-0.6444-0.709 0-1.3 0.1711-1.774 0.5122-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74741c1.29 0 2.308 0.34441 3.055 1.03323 0.746 0.68882 1.119 1.63325 1.119 2.83327v5.72391h-1.669v-1.2888h-0.076c-0.721 1.0613-1.683 1.5921-2.884 1.5921-1.025 0-1.883-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3646-1.034-2.2744 0-0.9607 0.363-1.7243 1.09-2.2928 0.728-0.56862 1.698-0.85347 2.913-0.85347 1.036 0 1.89 0.18954 2.56 0.56861V9.46897c0-0.60651-0.24-1.12096-0.72-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M119.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="M87.3028 8.64473c0-0.5491-0.0466-1.07872-0.1344-1.58559h-7.3619v3.00336h4.2165c-0.181 0.9789-0.7286 1.8119-1.5591 2.3697v1.9506h2.5165c1.4735-1.3582 2.3224-3.3651 2.3224-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M79.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21884h-2.5924v2.00904c1.2848 2.5474 3.9249 4.2965 6.9749 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M75.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C72.3003 6.01833 72 7.20753 72 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M79.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1171-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="132dp" android:height="21dp" android:viewportWidth="132" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.43975 15.0006V3.54461h3.936c0.69334 0 1.32267 0.14933 1.888 0.448 0.56534 0.29867 1.01334 0.70933 1.344 1.232 0.34134 0.52267 0.512 1.13067 0.512 1.824s-0.17066 1.30667-0.512 1.84c-0.33066 0.52267-0.77866 0.93333-1.344 1.23199-0.56533 0.288-1.19466 0.432-1.888 0.432h-2.176v4.448h-1.76zm3.984-9.79199h-2.224v3.68h2.224c0.416 0 0.768-0.08533 1.056-0.256 0.288-0.18133 0.50667-0.41067 0.656-0.688 0.16-0.288 0.24-0.58667 0.24-0.896s-0.08-0.60267-0.24-0.88c-0.14933-0.27733-0.368-0.50667-0.656-0.688-0.288-0.18133-0.64-0.272-1.056-0.272zM13.0336 15.2566c-0.5866 0-1.1093-0.112-1.568-0.336-0.4586-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1494-1.0667 0.448-1.472 0.3094-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6934 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5867-0.288 1.2267-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2133 0.3307-0.5333 0.624-0.96 0.88-0.4266 0.256-0.9386 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3414-0.2133 0.608-0.4907 0.8-0.832 0.2027-0.352 0.304-0.7307 0.304-1.136-0.2453-0.1387-0.5333-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2986 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.6223 4.864c-0.7147 0-1.3334-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.5494-0.7147-0.688-1.088l1.6-0.672c0.1706 0.4267 0.4426 0.7733 0.816 1.04 0.384 0.2773 0.8426 0.416 1.376 0.416 0.7466 0 1.3333-0.224 1.76-0.672 0.4373-0.448 0.656-1.0827 0.656-1.904v-0.784h-0.096c-0.256 0.384-0.6134 0.6933-1.072 0.928-0.448 0.224-0.96 0.336-1.536 0.336-0.6934 0-1.328-0.176-1.904-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.352-0.64-0.528-1.3867-0.528-2.24 0-0.86399 0.176-1.61066 0.528-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.576-0.352 1.2106-0.528 1.904-0.528 0.576 0 1.088 0.11733 1.536 0.352 0.4586 0.23467 0.816 0.544 1.072 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.3414 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.4266 0 0.8213-0.1013 1.184-0.304 0.3626-0.2133 0.656-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5867-0.112-1.07732-0.336-1.47199-0.224-0.40533-0.5174-0.70933-0.88-0.912-0.3627-0.20267-0.7574-0.304-1.184-0.304-0.4267 0-0.8267 0.10667-1.2 0.32-0.3627 0.20267-0.656 0.50133-0.88 0.896-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.5173 0.6933 0.88 0.896 0.3733 0.2027 0.7733 0.304 1.2 0.304zm9.1015 1.744c-1.0027 0-1.76-0.2987-2.272-0.896-0.5014-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6933 0.16 1.2053 0.48 1.536 0.3306 0.32 0.7413 0.48 1.232 0.48 0.4373 0 0.816-0.112 1.136-0.336 0.3306-0.2347 0.5813-0.5333 0.752-0.896 0.1813-0.3733 0.272-0.7787 0.272-1.216V6.84061h1.712v8.15999h-1.616v-1.104h-0.096c-0.2347 0.384-0.5867 0.7093-1.056 0.976-0.4587 0.256-0.9654 0.384-1.52 0.384zm8.9531 0c-0.5867 0-1.1093-0.112-1.568-0.336-0.4587-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1493-1.0667 0.448-1.472 0.3093-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6933 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5867-0.288 1.2267-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2133 0.3307-0.5333 0.624-0.96 0.88-0.4267 0.256-0.9387 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3413-0.2133 0.608-0.4907 0.8-0.832 0.2027-0.352 0.304-0.7307 0.304-1.136-0.2453-0.1387-0.5333-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2987 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm7.0124-8.20799c-0.32 0-0.5974-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.32 0.112-0.592 0.336-0.816 0.2346-0.224 0.512-0.336 0.832-0.336 0.32 0 0.592 0.112 0.816 0.336 0.2346 0.224 0.352 0.496 0.352 0.816 0 0.32-0.1174 0.59733-0.352 0.832-0.224 0.224-0.496 0.336-0.816 0.336zm-1.552 12.97599c-0.3307 0-0.6294-0.0373-0.896-0.112v-1.664c0.1066 0.064 0.2293 0.112 0.368 0.144 0.128 0.0427 0.256 0.064 0.384 0.064 0.3093 0 0.5226-0.096 0.64-0.288 0.128-0.1813 0.192-0.448 0.192-0.8V6.84061h1.728v9.13599c0 0.9387-0.2294 1.6107-0.688 2.016-0.4587 0.416-1.0347 0.624-1.728 0.624zm8.5944-3.616V6.84061h1.632v1.12h0.096c0.2346-0.39467 0.576-0.72 1.024-0.976 0.448-0.26667 0.944-0.4 1.488-0.4 0.608 0 1.1253 0.144 1.552 0.432 0.4266 0.288 0.7306 0.65067 0.912 1.088 0.2666-0.42667 0.6293-0.784 1.088-1.072 0.4586-0.29867 1.0186-0.448 1.68-0.448 0.96 0 1.6746 0.29333 2.144 0.88 0.4693 0.576 0.704 1.344 0.704 2.304v5.23199h-1.712v-4.944c0-0.65066-0.144-1.12532-0.432-1.42399-0.2774-0.30933-0.6667-0.464-1.168-0.464-0.3947 0-0.7414 0.112-1.04 0.336-0.2987 0.21333-0.5334 0.50667-0.704 0.88-0.16 0.37333-0.24 0.78929-0.24 1.24799v4.368h-1.712v-4.944c0-0.65066-0.144-1.12532-0.432-1.42399-0.288-0.30933-0.6934-0.464-1.216-0.464-0.384 0-0.72 0.112-1.008 0.336-0.288 0.224-0.5174 0.52267-0.688 0.896-0.16 0.37333-0.24 0.78929-0.24 1.24799v4.352h-1.728zm18.1436 0.256c-0.8 0-1.5147-0.1867-2.144-0.56-0.6294-0.3733-1.1254-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1706-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0853 0.8107 0.368 1.4187 0.848 1.824 0.4906 0.4053 1.0453 0.608 1.664 0.608 0.5546 0 1.0133-0.1227 1.376-0.368 0.3626-0.256 0.6506-0.5707 0.864-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-0.08-7.19999c-0.576 0-1.0667 0.176-1.472 0.528-0.4054 0.352-0.6774 0.82133-0.816 1.408h4.528c-0.0214-0.27733-0.112-0.56533-0.272-0.864-0.16-0.29867-0.4054-0.54933-0.736-0.752-0.32-0.21333-0.7307-0.32-1.232-0.32z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M106.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.00108zM115.255 12.4831c0 0.4549 0.193 0.8339 0.579 1.1372 0.385 0.3033 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.863-1.1816 0.863-1.9137-0.544-0.43-1.303-0.6444-2.276-0.6444-0.709 0-1.3 0.1711-1.774 0.5122-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74741c1.29 0 2.308 0.34441 3.055 1.03323 0.746 0.68882 1.119 1.63325 1.119 2.83327v5.72391h-1.669v-1.2888h-0.076c-0.721 1.0613-1.683 1.5921-2.884 1.5921-1.025 0-1.883-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3646-1.034-2.2744 0-0.9607 0.363-1.7243 1.09-2.2928 0.728-0.56862 1.698-0.85347 2.913-0.85347 1.036 0 1.89 0.18954 2.56 0.56861V9.46897c0-0.60651-0.24-1.12096-0.72-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M131.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="M99.3028 8.64473c0-0.5491-0.0466-1.07872-0.1344-1.58559h-7.3619v3.00336h4.2165c-0.181 0.9789-0.7286 1.8119-1.5591 2.3697v1.9506h2.5165c1.4735-1.3582 2.3224-3.3651 2.3224-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M91.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21884h-2.5924v2.00904c1.2848 2.5474 3.9249 4.2965 6.9749 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M87.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C84.3003 6.01833 84 7.20753 84 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M91.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1171-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="141dp" android:height="21dp" android:viewportWidth="141" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <path android:pathData="M1.41162 15.0006V3.54461h1.76v9.79199h4.928v1.664h-6.688zM10.75 5.64061c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.32 0.112-0.592 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.32 0 0.592 0.112 0.816 0.336 0.2347 0.224 0.352 0.496 0.352 0.816 0 0.32-0.1173 0.59733-0.352 0.832-0.224 0.224-0.496 0.336-0.816 0.336zM9.886 15.0006V6.84061h1.728v8.15999H9.886zm4.006 3.456V6.84061h1.616v1.104h0.096c0.2133-0.352 0.544-0.66667 0.992-0.944 0.4587-0.27733 1.0027-0.416 1.632-0.416 0.7467 0 1.4133 0.18667 2 0.56 0.5867 0.37333 1.0507 0.88533 1.392 1.536 0.352 0.65067 0.528 1.39729 0.528 2.23999 0 0.8427-0.176 1.5947-0.528 2.256-0.3413 0.6507-0.8053 1.1627-1.392 1.536-0.5867 0.3627-1.2533 0.544-2 0.544-0.6293 0-1.1733-0.1333-1.632-0.4-0.448-0.2773-0.7787-0.592-0.992-0.944h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.4267 0 0.8267-0.112 1.2-0.336 0.3733-0.224 0.6773-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.2347-0.416-0.5387-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5653 0.1173 1.056 0.352 1.472 0.2347 0.4053 0.5387 0.72 0.912 0.944 0.3733 0.224 0.7733 0.336 1.2 0.336zm8.4741 1.584c-0.5866 0-1.1093-0.112-1.568-0.336-0.4586-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1494-1.0667 0.448-1.472 0.3094-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6934 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5867-0.288 1.2267-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2133 0.3307-0.5333 0.624-0.96 0.88-0.4266 0.256-0.9386 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3414-0.2133 0.608-0.4907 0.8-0.832 0.2027-0.352 0.304-0.7307 0.304-1.136-0.2453-0.1387-0.5333-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2986 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm9.9048 1.152V3.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.6256 0.256c-1.0027 0-1.76-0.2987-2.272-0.896-0.5013-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6933 0.16 1.2053 0.48 1.536 0.3307 0.32 0.7413 0.48 1.232 0.48 0.4373 0 0.816-0.112 1.136-0.336 0.3307-0.2347 0.5813-0.5333 0.752-0.896 0.1813-0.3733 0.272-0.7787 0.272-1.216V6.84061h1.712v8.15999h-1.616v-1.104h-0.096c-0.2347 0.384-0.5867 0.7093-1.056 0.976-0.4587 0.256-0.9653 0.384-1.52 0.384zm6.4552 3.2V6.84061h1.616v1.104h0.096c0.2134-0.352 0.544-0.66667 0.992-0.944 0.4587-0.27733 1.0027-0.416 1.632-0.416 0.7467 0 1.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.5947-0.528 2.256-0.3413 0.6507-0.8053 1.1627-1.392 1.536-0.5866 0.3627-1.2533 0.544-2 0.544-0.6293 0-1.1733-0.1333-1.632-0.4-0.448-0.2773-0.7786-0.592-0.992-0.944h-0.096l0.096 1.136v3.408h-1.712zm4.08-4.784c0.4267 0 0.8267-0.112 1.2-0.336 0.3734-0.224 0.6774-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.2346-0.416-0.5386-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.336zm6.828-8.03199c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.32 0.112-0.592 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.32 0 0.592 0.112 0.816 0.336 0.2347 0.224 0.352 0.496 0.352 0.816 0 0.32-0.1173 0.59733-0.352 0.832-0.224 0.224-0.496 0.336-0.816 0.336zm-0.864 9.35999V6.84061h1.728v8.15999h-1.728zm4.8079-2.368V8.34461h-1.424v-1.504h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1707 0.2133 0.4534 0.32 0.848 0.32 0.2027 0 0.3734-0.0267 0.512-0.08 0.1494-0.0533 0.2987-0.128 0.448-0.224v1.68c-0.1813 0.0747-0.3733 0.1333-0.576 0.176-0.2026 0.0427-0.4426 0.064-0.72 0.064-0.7573 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84zm6.6061-6.99199c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.32 0.112-0.592 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.32 0 0.592 0.112 0.816 0.336 0.2347 0.224 0.352 0.496 0.352 0.816 0 0.32-0.1173 0.59733-0.352 0.832-0.224 0.224-0.496 0.336-0.816 0.336zm-0.864 9.35999V6.84061h1.728v8.15999h-1.728zm6.5039 0.256c-0.5866 0-1.1093-0.112-1.568-0.336-0.4586-0.2347-0.816-0.56-1.072-0.976-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.576 0.1494-1.0667 0.448-1.472 0.3094-0.416 0.72-0.7307 1.232-0.944 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.512 0 0.96 0.048 1.344 0.144 0.3947 0.09599 0.6934 0.19729 0.896 0.30399V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.352-0.49067 0.816-0.87467 1.392-1.152 0.5867-0.288 1.2267-0.432 1.92-0.432 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.2133 0.3307-0.5333 0.624-0.96 0.88-0.4266 0.256-0.9386 0.384-1.536 0.384zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.3414-0.2133 0.608-0.4907 0.8-0.832 0.2027-0.352 0.304-0.7307 0.304-1.136-0.2453-0.1387-0.5333-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.144-1.504 0.432-0.2986 0.2773-0.448 0.6187-0.448 1.024 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
3
- <group>
4
- <group>
5
- <path android:pathData="M115.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM124.255 12.4831c0 0.4549 0.193 0.8339 0.579 1.1372 0.385 0.3033 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.863-1.1816 0.863-1.9137-0.544-0.43-1.303-0.6444-2.276-0.6444-0.709 0-1.3 0.1711-1.774 0.5122-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74741c1.29 0 2.308 0.34441 3.055 1.03323 0.746 0.68882 1.119 1.63325 1.119 2.83327v5.72391h-1.669v-1.2888h-0.076c-0.721 1.0613-1.683 1.5921-2.884 1.5921-1.025 0-1.883-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3646-1.034-2.2744 0-0.9607 0.363-1.7243 1.09-2.2928 0.728-0.56862 1.698-0.85347 2.913-0.85347 1.036 0 1.89 0.18954 2.56 0.56861V9.46897c0-0.60651-0.24-1.12096-0.72-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M140.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
6
- </group>
7
- <group>
8
- <path android:pathData="M108.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
9
- <path android:pathData="M100.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.7 0.4711-1.603 0.7462-2.658 0.7462-2.0357 0-3.764-1.3711-4.382-3.21884h-2.5924v2.00904c1.2848 2.5474 3.9249 4.2965 6.9744 4.2965" android:fillColor="#34a853" android:fillType="evenOdd"/>
10
- <path android:pathData="M96.424 9.95957c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96561h-2.5924C93.3003 6.01833 93 7.20753 93 8.46712c0 1.25959 0.3003 2.44888 0.8316 3.50148l2.5924-2.00903z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
11
- <path android:pathData="M100.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.0495 0-5.6896 1.749132-6.9744 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
12
- </group>
13
- </group>
14
- </vector>
@@ -1,14 +0,0 @@
1
- <vector android:width="192dp" android:height="21dp" android:viewportWidth="192" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
2
- <group>
3
- <group>
4
- <path android:pathData="M22.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM31.2546 12.4831c0 0.4549 0.193 0.8339 0.5791 1.1372 0.3859 0.3033 0.838 0.4549 1.3563 0.4549 0.734 0 1.3878-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9137-0.5443-0.43-1.3032-0.6444-2.2769-0.6444-0.7089 0-1.2998 0.1711-1.7737 0.5122-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74741c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63325 1.1188 2.83327v5.72391h-1.6696v-1.2888h-0.076c-0.721 1.0613-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3646-1.0342-2.2744 0-0.9607 0.3631-1.7243 1.0906-2.2928 0.7275-0.56862 1.698-0.85347 2.9124-0.85347 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46897c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7455 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8479-1.21302 2.1001-1.81953 3.7579-1.81953M47.2687 6.03894L41.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
5
- </group>
6
- <group>
7
- <path android:pathData="M15.3029 8.64473c0-0.5491-0.0466-1.07872-0.1345-1.58559H7.80649v3.00336h4.21661c-0.1811 0.9789-0.7286 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
8
- <path android:pathData="M7.80647 16.2651c2.10667 0 3.88043-0.691 5.17393-1.8823l-2.5165-1.9506c-0.70039 0.4711-1.60247 0.7462-2.65743 0.7462-2.03619 0-3.76445-1.3711-4.38247-3.21884H0.831604v2.00904C2.11642 14.516 4.75653 16.2651 7.80647 16.2651" android:fillColor="#34a853" android:fillType="evenOdd"/>
9
- <path android:pathData="M3.42401 9.95957C3.26571 9.48844 3.17897 8.9859 3.17897 8.46712S3.26571 7.4458 3.42401 6.97467V4.96561H0.831606C0.300332 6.01833 0 7.20753 0 8.46712 0 9.72671 0.300332 10.916 0.831606 11.9686L3.42401 9.95957z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
10
- <path android:pathData="M7.80647 3.75583c1.15037 0 2.18148 0.39532 2.99463 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.11715-2.031812-5.22273-2.031812-3.04994 0-5.69005 1.749132-6.974866 4.296472L3.424 6.97467c0.61802-1.84769 2.34628-3.21884 4.38247-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
11
- </group>
12
- </group>
13
- <path android:pathData="M63.122 15.0006V5.59261h1.616v7.98399h3.056V7.99261c0-0.82133 0.24-1.46667 0.72-1.936 0.48-0.48 1.1307-0.72 1.952-0.72 0.5973 0 1.1573 0.16 1.68 0.48 0.5333 0.32 1.0027 0.76267 1.408 1.328 0.416 0.56533 0.736 1.216 0.96 1.952 0.2347 0.736 0.352 1.51469 0.352 2.33599 0 1.12-0.304 1.9947-0.912 2.624-0.608 0.6293-1.456 0.944-2.544 0.944h-2c-0.0107 1.0987-0.304 2.064-0.88 2.896-0.5653 0.8427-1.344 1.4987-2.336 1.968-0.992 0.48-2.128 0.72-3.408 0.72-1.2267 0-2.3413-0.208-3.344-0.624-1.0027-0.4053-1.872-0.9867-2.608-1.744-0.7253-0.7573-1.2853-1.6587-1.68-2.704-0.384-1.0453-0.576-2.2027-0.576-3.472 0-1.3227 0.192-2.48532 0.576-3.48799 0.3947-1.01333 0.944-1.80267 1.648-2.368 0.704-0.56533 1.5147-0.848 2.432-0.848 0.7787 0 1.3973 0.23467 1.856 0.704 0.4587 0.45867 0.688 1.07733 0.688 1.856 0 0.71467-0.224 1.30667-0.672 1.776-0.4373 0.45869-1.008 0.68799-1.712 0.68799-0.5867 0-1.104-0.176-1.552-0.52799-0.448-0.352-0.7467-0.82667-0.896-1.424h-0.208c-0.4267 0.90667-0.64 2.12799-0.64 3.66399 0 1.4187 0.272 2.6507 0.816 3.696 0.5547 1.056 1.3333 1.872 2.336 2.448 1.0027 0.576 2.1813 0.864 3.536 0.864 1.536 0 2.7467-0.3627 3.632-1.088 0.8853-0.7253 1.344-1.7227 1.376-2.992h-4.672zm-4.016-8.25599c-0.5973 0-1.1147 0.18133-1.552 0.544 0.0853 0.512 0.2827 0.92267 0.592 1.232 0.3093 0.30933 0.6827 0.464 1.12 0.464 0.32 0 0.576-0.096 0.768-0.288 0.2027-0.20267 0.304-0.464 0.304-0.784 0-0.36267-0.1067-0.64533-0.32-0.848-0.2133-0.21333-0.5173-0.32-0.912-0.32zm11.424 0.048c-0.7467 0-1.12 0.44267-1.12 1.328v5.45599h1.888c1.3227 0 1.984-0.7253 1.984-2.176 0-0.5653-0.08-1.12-0.24-1.66399-0.1493-0.544-0.3573-1.04-0.624-1.488-0.2667-0.448-0.5653-0.8-0.896-1.056-0.32-0.26667-0.6507-0.4-0.992-0.4zm9.798 8.46399c-0.7147 0-1.3493-0.1813-1.904-0.544-0.544-0.3733-0.976-0.88-1.296-1.52-0.3093-0.6507-0.464-1.3867-0.464-2.208 0-1.13066 0.2027-2.11732 0.608-2.95999 0.416-0.85333 0.992-1.51467 1.728-1.984 0.7467-0.46933 1.6213-0.704 2.624-0.704 1.2907 0 2.3093 0.39467 3.056 1.184 0.7573 0.78933 1.184 1.91467 1.28 3.376l0.08 1.37599c0.0533 0.864 0.256 1.4987 0.608 1.904 0.3627 0.3947 0.8587 0.592 1.488 0.592 0.6187 0 1.0933-0.2293 1.424-0.688 0.3413-0.4587 0.512-1.104 0.512-1.936 0-1.73866-0.7147-3.31732-2.144-4.73599l1.216-1.072c1.7067 1.64267 2.56 3.57867 2.56 5.80799 0 0.832-0.1493 1.5573-0.448 2.176-0.288 0.6187-0.6987 1.0987-1.232 1.44-0.5333 0.3307-1.1627 0.496-1.888 0.496-1.0987 0-1.9627-0.336-2.592-1.008-0.6293-0.672-0.9867-1.632-1.072-2.88l-0.08-1.37599c-0.064-1.04533-0.336-1.83467-0.816-2.368-0.4693-0.544-1.1253-0.816-1.968-0.816-1.0347 0-1.8613 0.35733-2.48 1.072-0.608 0.71467-0.9333 1.68533-0.976 2.91199l0.128 0.048c0.5227-0.7573 1.2853-1.13599 2.288-1.13599 0.5013 0 0.944 0.11733 1.328 0.35199 0.3947 0.2347 0.6987 0.56 0.912 0.976 0.224 0.416 0.336 0.8907 0.336 1.424 0 0.832-0.2613 1.5093-0.784 2.032-0.512 0.512-1.1893 0.768-2.032 0.768zm-0.112-4.128c-0.3947 0-0.752 0.1227-1.072 0.368-0.32 0.2347-0.56 0.56-0.72 0.976 0.1707 0.4053 0.4053 0.7253 0.704 0.96 0.3093 0.224 0.672 0.336 1.088 0.336 0.3947 0 0.7093-0.1173 0.944-0.352 0.2347-0.2453 0.352-0.5653 0.352-0.96 0-0.384-0.1173-0.6987-0.352-0.944-0.2347-0.256-0.5493-0.384-0.944-0.384zm13.9537 3.872V5.59261h1.616v7.98399h3.136V7.99261c0-0.82133 0.2454-1.46667 0.736-1.936 0.4903-0.48 1.1463-0.72 1.9683-0.72 0.597 0 1.157 0.16 1.68 0.48 0.533 0.32 1.002 0.76267 1.408 1.328 0.416 0.56533 0.741 1.216 0.976 1.952 0.234 0.736 0.352 1.51469 0.352 2.33599 0 1.12-0.304 1.9947-0.912 2.624-0.608 0.6293-1.456 0.944-2.544 0.944h-8.4163zm7.5043-8.20799c-0.747 0-1.12 0.44267-1.12 1.328v5.45599h1.92c1.322 0 1.984-0.7253 1.984-2.176 0-0.5653-0.08-1.12-0.24-1.66399-0.15-0.544-0.363-1.04-0.64-1.488-0.267-0.448-0.566-0.8-0.896-1.056-0.331-0.26667-0.667-0.4-1.008-0.4zm-1.7928-2.768c-0.3306 0-0.6133-0.11733-0.848-0.352-0.2346-0.23467-0.352-0.52267-0.352-0.864 0-0.33067 0.1174-0.61333 0.352-0.848 0.2347-0.23467 0.5174-0.352 0.848-0.352 0.3418 0 0.6298 0.11733 0.8638 0.352 0.235 0.23467 0.352 0.51733 0.352 0.848 0 0.34133-0.117 0.62933-0.352 0.864-0.234 0.23467-0.522 0.352-0.8638 0.352zM118.273 15.2566c-1.269 0-2.373-0.2773-3.312-0.832-0.928-0.5547-1.648-1.3333-2.16-2.336-0.512-1.0133-0.768-2.19732-0.768-3.55199 0-1.06667 0.16-2.03733 0.48-2.912 0.331-0.88533 0.795-1.648 1.392-2.288 0.608-0.64 1.328-1.136 2.16-1.488 0.832-0.352 1.75-0.528 2.752-0.528 1.28 0 2.395 0.26667 3.344 0.8 0.96 0.53333 1.702 1.28533 2.224 2.256 0.534 0.97067 0.8 2.112 0.8 3.424v7.19999h-1.632V7.86461c0-1.568-0.421-2.79467-1.264-3.68-0.832-0.88533-1.989-1.328-3.472-1.328-1.034 0-1.936 0.24-2.704 0.72-0.768 0.46933-1.37 1.13067-1.808 1.984-0.426 0.84267-0.64 1.83467-0.64 2.976 0 1.00267 0.16 1.88799 0.48 2.65599 0.331 0.768 0.79 1.3813 1.376 1.84 0.598 0.448 1.296 0.7147 2.096 0.8l0.048-0.112c-0.416-0.2667-0.736-0.6027-0.96-1.008-0.224-0.416-0.336-0.8693-0.336-1.36 0-0.5227 0.123-0.9813 0.368-1.37599 0.246-0.39467 0.582-0.704 1.008-0.928 0.427-0.224 0.923-0.336 1.488-0.336 0.566 0 1.067 0.128 1.504 0.384 0.448 0.24533 0.795 0.592 1.04 1.03999 0.256 0.4373 0.384 0.9387 0.384 1.504 0 0.6827-0.17 1.3013-0.512 1.856-0.341 0.544-0.805 0.976-1.392 1.296-0.586 0.3093-1.248 0.464-1.984 0.464zm-0.416-3.584c0 0.832 0.47 1.4827 1.408 1.952 0.384-0.192 0.699-0.4587 0.944-0.8 0.256-0.352 0.384-0.736 0.384-1.152 0-0.416-0.128-0.7573-0.384-1.024-0.245-0.2667-0.57-0.4-0.976-0.4-0.405 0-0.736 0.1333-0.992 0.4-0.256 0.2667-0.384 0.608-0.384 1.024zm12.902 3.584c-0.725 0-1.36-0.1227-1.904-0.368-0.544-0.256-0.965-0.608-1.264-1.056-0.299-0.4587-0.448-0.9867-0.448-1.584 0-0.6613 0.171-1.2267 0.512-1.696 0.341-0.48 0.805-0.82132 1.392-1.02399v-3.936h8.672v1.424h-2.96v2.288h2.96v1.40799h-2.96v0.816c0 0.7573-0.165 1.4187-0.496 1.984-0.331 0.5547-0.795 0.9867-1.392 1.296-0.597 0.2987-1.301 0.448-2.112 0.448zm2.448-5.95199v-2.304h-2.608v2.304h2.608zm-2.448 4.49599c0.757 0 1.355-0.2027 1.792-0.608 0.437-0.4053 0.656-0.9653 0.656-1.68v-0.8h-2.576c-0.597 0-1.067 0.1333-1.408 0.4-0.341 0.2667-0.512 0.6453-0.512 1.136 0 0.48 0.181 0.8587 0.544 1.136 0.363 0.2773 0.864 0.416 1.504 0.416zm12.594 1.456c-0.715 0-1.349-0.1813-1.904-0.544-0.544-0.3733-0.976-0.88-1.296-1.52-0.309-0.6507-0.464-1.3867-0.464-2.208 0-1.13066 0.203-2.11732 0.608-2.95999 0.416-0.85333 0.992-1.51467 1.728-1.984 0.747-0.46933 1.621-0.704 2.624-0.704 1.291 0 2.309 0.39467 3.056 1.184 0.757 0.78933 1.184 1.91467 1.28 3.376l0.08 1.37599c0.053 0.864 0.256 1.4987 0.608 1.904 0.363 0.3947 0.859 0.592 1.488 0.592 0.619 0 1.093-0.2293 1.424-0.688 0.341-0.4587 0.512-1.104 0.512-1.936 0-1.73866-0.715-3.31732-2.144-4.73599l1.216-1.072c1.707 1.64267 2.56 3.57867 2.56 5.80799 0 1.0987-0.251 2.0053-0.752 2.72-0.501 0.7147-1.189 1.1573-2.064 1.328-0.011 0.4267-0.069 0.848-0.176 1.264h5.008V5.33661h1.632V17.8966h-7.216c-0.405 0.7147-0.949 1.3333-1.632 1.856-0.683 0.5333-1.477 0.944-2.384 1.232-0.907 0.2987-1.899 0.448-2.976 0.448-1.397 0-2.496-0.2453-3.296-0.736-0.789-0.48-1.184-1.152-1.184-2.016 0-0.6827 0.24-1.2267 0.72-1.632 0.491-0.3947 1.152-0.592 1.984-0.592h7.824c0.107-0.3947 0.165-0.816 0.176-1.264-0.864-0.1493-1.547-0.5493-2.048-1.2-0.491-0.6507-0.773-1.5253-0.848-2.624l-0.08-1.37599c-0.064-1.04533-0.336-1.83467-0.816-2.368-0.469-0.544-1.125-0.816-1.968-0.816-1.035 0-1.861 0.35733-2.48 1.072-0.608 0.71467-0.933 1.68533-0.976 2.91199l0.128 0.048c0.523-0.7573 1.285-1.13599 2.288-1.13599 0.501 0 0.944 0.11733 1.328 0.35199 0.395 0.2347 0.699 0.56 0.912 0.976 0.224 0.416 0.336 0.8907 0.336 1.424 0 0.832-0.261 1.5093-0.784 2.032-0.512 0.512-1.189 0.768-2.032 0.768zm-0.112-4.128c-0.395 0-0.752 0.1227-1.072 0.368-0.32 0.2347-0.56 0.56-0.72 0.976 0.171 0.4053 0.405 0.7253 0.704 0.96 0.309 0.224 0.672 0.336 1.088 0.336 0.395 0 0.709-0.1173 0.944-0.352 0.235-0.2453 0.352-0.5653 0.352-0.96 0-0.384-0.117-0.6987-0.352-0.944-0.235-0.256-0.549-0.384-0.944-0.384zm0.944 8.864c1.259 0 2.336-0.1813 3.232-0.544 0.907-0.352 1.611-0.8693 2.112-1.552h-7.104c-0.757 0-1.136 0.288-1.136 0.864 0 0.8213 0.965 1.232 2.896 1.232zm17.344 1.024c-0.8-0.6507-1.2-1.4293-1.2-2.336 0-0.704 0.24-1.2533 0.72-1.648 0.48-0.3947 1.142-0.592 1.984-0.592h4.368c1.088 0 1.92-0.2507 2.496-0.752 0.587-0.4907 0.88-1.2 0.88-2.128 0-0.832-0.229-1.4933-0.688-1.984-0.458-0.4907-1.109-0.7733-1.952-0.848v0.784c0 0.768-0.165 1.4347-0.496 2-0.33 0.5547-0.794 0.9867-1.392 1.296-0.597 0.2987-1.296 0.448-2.096 0.448-0.736 0-1.376-0.1227-1.92-0.368-0.544-0.256-0.965-0.608-1.264-1.056-0.298-0.4587-0.448-0.9867-0.448-1.584 0-0.6613 0.171-1.2267 0.512-1.696 0.342-0.48 0.806-0.82132 1.392-1.02399v-3.936h8.624v1.424h-2.912v2.304c1.334 0.08533 2.379 0.496 3.136 1.23199 0.768 0.736 1.152 1.7227 1.152 2.96 0 0.9067-0.208 1.6907-0.624 2.352-0.405 0.672-0.992 1.1893-1.76 1.552-0.757 0.3733-1.658 0.56-2.704 0.56h-4.224c-0.736 0-1.104 0.2827-1.104 0.848 0 0.3733 0.198 0.72 0.592 1.04l-1.072 1.152zm2.448-14.01599v2.304h2.608v-2.304h-2.608zm-1.888 5.24799c0 0.48 0.182 0.8587 0.544 1.136 0.363 0.2773 0.87 0.416 1.52 0.416 0.758 0 1.35-0.2027 1.776-0.608 0.438-0.4053 0.656-0.9653 0.656-1.68v-0.8h-2.576c-0.597 0-1.066 0.1333-1.408 0.4-0.341 0.2667-0.512 0.6453-0.512 1.136zm4.802-8.22399c-0.331 0-0.614-0.11733-0.848-0.352-0.235-0.23467-0.352-0.52267-0.352-0.864 0-0.33067 0.117-0.61333 0.352-0.848 0.234-0.23467 0.517-0.352 0.848-0.352 0.341 0 0.629 0.11733 0.864 0.352 0.234 0.23467 0.352 0.51733 0.352 0.848 0 0.34133-0.118 0.62933-0.352 0.864-0.235 0.23467-0.523 0.352-0.864 0.352zm11.371 17.40799c-1.344 0-2.4-0.2453-3.168-0.736-0.768-0.48-1.152-1.152-1.152-2.016 0-0.6827 0.24-1.2267 0.72-1.632 0.49-0.3947 1.152-0.592 1.984-0.592h7.408c0.256-0.7253 0.384-1.536 0.384-2.432 0-1.0773-0.23-1.8987-0.688-2.464-0.448-0.5653-1.099-0.848-1.952-0.848h-0.048v0.816c0 0.7573-0.166 1.4133-0.496 1.968-0.32 0.5547-0.784 0.9867-1.392 1.296-0.598 0.3093-1.302 0.464-2.112 0.464-0.726 0-1.36-0.1227-1.904-0.368-0.544-0.256-0.966-0.608-1.264-1.056-0.299-0.4587-0.448-0.9867-0.448-1.584 0-0.6613 0.17-1.2267 0.512-1.696 0.341-0.48 0.805-0.82132 1.392-1.02399v-3.936h8.672v1.424h-2.96v2.288h0.08c0.874 0 1.626 0.192 2.256 0.576 0.629 0.37329 1.109 0.91199 1.44 1.61599 0.341 0.704 0.512 1.5413 0.512 2.512 0 0.864-0.128 1.68-0.384 2.448h2.464V5.59261h1.632V17.8966h-4.752c-0.651 1.088-1.563 1.9467-2.736 2.576-1.174 0.64-2.507 0.96-4 0.96zm1.936-12.12799v-2.304h-2.608v2.304h2.608zm-2.448 4.49599c0.757 0 1.354-0.2027 1.792-0.608 0.437-0.4053 0.656-0.9653 0.656-1.68v-0.8h-2.576c-0.598 0-1.067 0.1333-1.408 0.4-0.342 0.2667-0.512 0.6453-0.512 1.136 0 0.48 0.181 0.8587 0.544 1.136 0.362 0.2773 0.864 0.416 1.504 0.416zm0.512 6.192c1.13 0 2.117-0.1813 2.96-0.544 0.842-0.352 1.525-0.8693 2.048-1.552h-6.592c-0.758 0-1.136 0.288-1.136 0.864 0 0.8213 0.906 1.232 2.72 1.232z" android:fillColor="#ffffff"/>
14
- </vector>