react-native-unit-components 0.1.0 → 1.0.1

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 (406) hide show
  1. package/README.md +157 -2
  2. package/android/src/main/java/com/unitreactnativecomponents/UnitAddToWalletButtonViewManager.kt +27 -0
  3. package/android/src/main/java/com/unitreactnativecomponents/UnitReactNativeComponentsEvent.kt +21 -0
  4. package/android/src/main/java/com/unitreactnativecomponents/UnitReactNativeComponentsPackage.kt +2 -1
  5. package/android/src/main/java/com/unitreactnativecomponents/visapresentation/UNGooglePayView.kt +197 -0
  6. package/android/src/main/res/drawable/ic_launcher_background.xml +170 -0
  7. package/android/src/main/res/drawable/un_add_to_googlepay_button_content.xml +54 -0
  8. package/android/src/main/res/drawable/un_black_add_to_googlepay_button_content.xml +54 -0
  9. package/android/src/main/res/drawable/un_black_googlepay_button_background.xml +6 -0
  10. package/android/src/main/res/drawable/un_black_googlepay_button_background_image.9.png +0 -0
  11. package/android/src/main/res/drawable/un_black_googlepay_button_content.xml +48 -0
  12. package/android/src/main/res/drawable/un_black_googlepay_button_no_shadow_background.xml +6 -0
  13. package/android/src/main/res/drawable/un_black_googlepay_button_no_shadow_background_image.9.png +0 -0
  14. package/android/src/main/res/drawable/un_black_googlepay_button_overlay.xml +12 -0
  15. package/android/src/main/res/drawable/un_border.xml +6 -0
  16. package/android/src/main/res/drawable/un_condensed_googlepay.xml +27 -0
  17. package/android/src/main/res/drawable/un_googlepay_button_background.xml +18 -0
  18. package/android/src/main/res/drawable/un_googlepay_button_background_image.9.png +0 -0
  19. package/android/src/main/res/drawable/un_googlepay_button_background_image_focused.9.png +0 -0
  20. package/android/src/main/res/drawable/un_googlepay_button_background_image_pressed.9.png +0 -0
  21. package/android/src/main/res/drawable/un_googlepay_button_content.xml +48 -0
  22. package/android/src/main/res/drawable/un_googlepay_button_no_shadow_background.xml +18 -0
  23. package/android/src/main/res/drawable/un_googlepay_button_no_shadow_background_image.9.png +0 -0
  24. package/android/src/main/res/drawable/un_googlepay_button_no_shadow_background_image_focused.9.png +0 -0
  25. package/android/src/main/res/drawable/un_googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
  26. package/android/src/main/res/drawable/un_googlepay_button_overlay.xml +11 -0
  27. package/android/src/main/res/drawable/un_ic_launcher_foreground.xml +30 -0
  28. package/android/src/main/res/drawable/un_ic_unit_logo.xml +25 -0
  29. package/android/src/main/res/drawable/un_ic_visa.xml +13 -0
  30. package/android/src/main/res/drawable-bg/un_add_to_googlepay_button_content.xml +54 -0
  31. package/android/src/main/res/drawable-bg/un_black_add_to_googlepay_button_content.xml +54 -0
  32. package/android/src/main/res/drawable-ca/un_add_to_googlepay_button_content.xml +30 -0
  33. package/android/src/main/res/drawable-ca/un_black_add_to_googlepay_button_content.xml +30 -0
  34. package/android/src/main/res/drawable-cs/un_add_to_googlepay_button_content.xml +54 -0
  35. package/android/src/main/res/drawable-cs/un_black_add_to_googlepay_button_content.xml +54 -0
  36. package/android/src/main/res/drawable-da/un_add_to_googlepay_button_content.xml +30 -0
  37. package/android/src/main/res/drawable-da/un_black_add_to_googlepay_button_content.xml +30 -0
  38. package/android/src/main/res/drawable-de/un_add_to_googlepay_button_content.xml +60 -0
  39. package/android/src/main/res/drawable-de/un_black_add_to_googlepay_button_content.xml +60 -0
  40. package/android/src/main/res/drawable-el/un_add_to_googlepay_button_content.xml +67 -0
  41. package/android/src/main/res/drawable-el/un_black_add_to_googlepay_button_content.xml +67 -0
  42. package/android/src/main/res/drawable-es/un_add_to_googlepay_button_content.xml +54 -0
  43. package/android/src/main/res/drawable-es/un_black_add_to_googlepay_button_content.xml +54 -0
  44. package/android/src/main/res/drawable-et/un_add_to_googlepay_button_content.xml +64 -0
  45. package/android/src/main/res/drawable-et/un_black_add_to_googlepay_button_content.xml +64 -0
  46. package/android/src/main/res/drawable-fi/un_add_to_googlepay_button_content.xml +39 -0
  47. package/android/src/main/res/drawable-fi/un_black_add_to_googlepay_button_content.xml +39 -0
  48. package/android/src/main/res/drawable-fr/un_add_to_googlepay_button_content.xml +54 -0
  49. package/android/src/main/res/drawable-fr/un_black_add_to_googlepay_button_content.xml +54 -0
  50. package/android/src/main/res/drawable-hr/un_add_to_googlepay_button_content.xml +54 -0
  51. package/android/src/main/res/drawable-hr/un_black_add_to_googlepay_button_content.xml +54 -0
  52. package/android/src/main/res/drawable-hu/un_add_to_googlepay_button_content.xml +64 -0
  53. package/android/src/main/res/drawable-hu/un_black_add_to_googlepay_button_content.xml +64 -0
  54. package/android/src/main/res/drawable-in/un_add_to_googlepay_button_content.xml +54 -0
  55. package/android/src/main/res/drawable-in/un_black_add_to_googlepay_button_content.xml +54 -0
  56. package/android/src/main/res/drawable-it/un_add_to_googlepay_button_content.xml +54 -0
  57. package/android/src/main/res/drawable-it/un_black_add_to_googlepay_button_content.xml +54 -0
  58. package/android/src/main/res/drawable-iw/un_add_to_googlepay_button_content.xml +41 -0
  59. package/android/src/main/res/drawable-iw/un_black_add_to_googlepay_button_content.xml +41 -0
  60. package/android/src/main/res/drawable-ja/un_add_to_googlepay_button_content.xml +54 -0
  61. package/android/src/main/res/drawable-ja/un_black_add_to_googlepay_button_content.xml +54 -0
  62. package/android/src/main/res/drawable-ko/un_add_to_googlepay_button_content.xml +54 -0
  63. package/android/src/main/res/drawable-ko/un_black_add_to_googlepay_button_content.xml +54 -0
  64. package/android/src/main/res/drawable-lt/un_add_to_googlepay_button_content.xml +70 -0
  65. package/android/src/main/res/drawable-lt/un_black_add_to_googlepay_button_content.xml +70 -0
  66. package/android/src/main/res/drawable-lv/un_add_to_googlepay_button_content.xml +61 -0
  67. package/android/src/main/res/drawable-lv/un_black_add_to_googlepay_button_content.xml +61 -0
  68. package/android/src/main/res/drawable-ms/un_add_to_googlepay_button_content.xml +54 -0
  69. package/android/src/main/res/drawable-ms/un_black_add_to_googlepay_button_content.xml +54 -0
  70. package/android/src/main/res/drawable-nb/un_add_to_googlepay_button_content.xml +30 -0
  71. package/android/src/main/res/drawable-nb/un_black_add_to_googlepay_button_content.xml +30 -0
  72. package/android/src/main/res/drawable-nl/un_add_to_googlepay_button_content.xml +58 -0
  73. package/android/src/main/res/drawable-nl/un_black_add_to_googlepay_button_content.xml +54 -0
  74. package/android/src/main/res/drawable-pl/un_add_to_googlepay_button_content.xml +30 -0
  75. package/android/src/main/res/drawable-pl/un_black_add_to_googlepay_button_content.xml +30 -0
  76. package/android/src/main/res/drawable-pt/un_add_to_googlepay_button_content.xml +54 -0
  77. package/android/src/main/res/drawable-pt/un_black_add_to_googlepay_button_content.xml +54 -0
  78. package/android/src/main/res/drawable-ro/un_add_to_googlepay_button_content.xml +58 -0
  79. package/android/src/main/res/drawable-ro/un_black_add_to_googlepay_button_content.xml +58 -0
  80. package/android/src/main/res/drawable-ru/un_add_to_googlepay_button_content.xml +54 -0
  81. package/android/src/main/res/drawable-ru/un_black_add_to_googlepay_button_content.xml +54 -0
  82. package/android/src/main/res/drawable-sk/un_add_to_googlepay_button_content.xml +54 -0
  83. package/android/src/main/res/drawable-sk/un_black_add_to_googlepay_button_content.xml +54 -0
  84. package/android/src/main/res/drawable-sl/un_add_to_googlepay_button_content.xml +54 -0
  85. package/android/src/main/res/drawable-sl/un_black_add_to_googlepay_button_content.xml +54 -0
  86. package/android/src/main/res/drawable-sr/un_add_to_googlepay_button_content.xml +54 -0
  87. package/android/src/main/res/drawable-sr/un_black_add_to_googlepay_button_content.xml +54 -0
  88. package/android/src/main/res/drawable-sv/un_add_to_googlepay_button_content.xml +30 -0
  89. package/android/src/main/res/drawable-sv/un_black_add_to_googlepay_button_content.xml +30 -0
  90. package/android/src/main/res/drawable-th/un_add_to_googlepay_button_content.xml +54 -0
  91. package/android/src/main/res/drawable-th/un_black_add_to_googlepay_button_content.xml +54 -0
  92. package/android/src/main/res/drawable-tr/un_add_to_googlepay_button_content.xml +54 -0
  93. package/android/src/main/res/drawable-tr/un_black_add_to_googlepay_button_content.xml +54 -0
  94. package/android/src/main/res/drawable-uk/un_add_to_googlepay_button_content.xml +54 -0
  95. package/android/src/main/res/drawable-uk/un_black_add_to_googlepay_button_content.xml +54 -0
  96. package/android/src/main/res/drawable-v21/un_black_googlepay_button_background.xml +7 -0
  97. package/android/src/main/res/drawable-v21/un_black_googlepay_button_background_image.9.png +0 -0
  98. package/android/src/main/res/drawable-v21/un_black_googlepay_button_no_shadow_background.xml +7 -0
  99. package/android/src/main/res/drawable-v21/un_black_googlepay_button_no_shadow_background_image.9.png +0 -0
  100. package/android/src/main/res/drawable-v24/ic_launcher_background.xml +170 -0
  101. package/android/src/main/res/drawable-v24/un_border.xml +6 -0
  102. package/android/src/main/res/drawable-v24/un_ic_launcher_foreground.xml +30 -0
  103. package/android/src/main/res/drawable-v24/un_ic_unit_logo.xml +25 -0
  104. package/android/src/main/res/drawable-v24/un_ic_visa.xml +13 -0
  105. package/android/src/main/res/drawable-zh/un_add_to_googlepay_button_content.xml +54 -0
  106. package/android/src/main/res/drawable-zh/un_black_add_to_googlepay_button_content.xml +54 -0
  107. package/android/src/main/res/layout/un_black_add_to_googlepay_button.xml +32 -0
  108. package/android/src/main/res/layout/un_view_google_push_provisioning.xml +45 -0
  109. package/android/src/main/res/layout/un_white_add_to_googlepay_button.xml +31 -0
  110. package/android/src/main/res/layout/un_white_add_to_googlepay_button_no_shadow.xml +31 -0
  111. package/android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +5 -0
  112. package/android/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +5 -0
  113. package/android/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
  114. package/android/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
  115. package/android/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
  116. package/android/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
  117. package/android/src/main/res/mipmap-xhdpi/black_googlepay_button_background_image.9.png +0 -0
  118. package/android/src/main/res/mipmap-xhdpi/black_googlepay_button_no_shadow_background_image.9.png +0 -0
  119. package/android/src/main/res/mipmap-xhdpi/googlepay_button_background_image.9.png +0 -0
  120. package/android/src/main/res/mipmap-xhdpi/googlepay_button_background_image_focused.9.png +0 -0
  121. package/android/src/main/res/mipmap-xhdpi/googlepay_button_background_image_pressed.9.png +0 -0
  122. package/android/src/main/res/mipmap-xhdpi/googlepay_button_no_shadow_background_image_focused.9.png +0 -0
  123. package/android/src/main/res/mipmap-xhdpi/googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
  124. package/android/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
  125. package/android/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
  126. package/android/src/main/res/mipmap-xhdpi/white_googlepay_button_no_shadow_background_image.9.png +0 -0
  127. package/android/src/main/res/mipmap-xxhdpi/black_googlepay_button_background_image.9.png +0 -0
  128. package/android/src/main/res/mipmap-xxhdpi/black_googlepay_button_no_shadow_background_image.9.png +0 -0
  129. package/android/src/main/res/mipmap-xxhdpi/googlepay_button_background_image.9.png +0 -0
  130. package/android/src/main/res/mipmap-xxhdpi/googlepay_button_background_image_focused.9.png +0 -0
  131. package/android/src/main/res/mipmap-xxhdpi/googlepay_button_background_image_pressed.9.png +0 -0
  132. package/android/src/main/res/mipmap-xxhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
  133. package/android/src/main/res/mipmap-xxhdpi/googlepay_button_no_shadow_background_image_focused.9.png +0 -0
  134. package/android/src/main/res/mipmap-xxhdpi/googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
  135. package/android/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
  136. package/android/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
  137. package/android/src/main/res/mipmap-xxxhdpi/black_googlepay_button_background_image.9.png +0 -0
  138. package/android/src/main/res/mipmap-xxxhdpi/black_googlepay_button_no_shadow_background_image.9.png +0 -0
  139. package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_background_image.9.png +0 -0
  140. package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_background_image_focused.9.png +0 -0
  141. package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_background_image_pressed.9.png +0 -0
  142. package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
  143. package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_no_shadow_background_image_focused.9.png +0 -0
  144. package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
  145. package/android/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
  146. package/android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
  147. package/android/src/main/res/values/colors.xml +14 -0
  148. package/android/src/main/res/values/googlepay_strings.xml +7 -0
  149. package/android/src/main/res/values/strings.xml +4 -0
  150. package/android/src/main/res/values/themes.xml +16 -0
  151. package/android/src/main/res/values-night/themes.xml +16 -0
  152. package/ios/UnitReactNativeComponents.xcodeproj/project.pbxproj +8 -8
  153. package/ios/UnitReactNativeComponentsViewManager.m +3 -2
  154. package/ios/UnitReactNativeComponentsViewManager.swift +39 -25
  155. package/lib/commonjs/assets/images/close.png +0 -0
  156. package/lib/commonjs/assets/images/index.js +16 -0
  157. package/lib/commonjs/assets/images/index.js.map +1 -0
  158. package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.js +28 -0
  159. package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.js.map +1 -0
  160. package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.utils.js +20 -0
  161. package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.utils.js.map +1 -0
  162. package/lib/commonjs/components/UNBookPaymentComponent/UNBookPaymentComponent.js +39 -0
  163. package/lib/commonjs/components/UNBookPaymentComponent/UNBookPaymentComponent.js.map +1 -0
  164. package/lib/commonjs/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.js +40 -0
  165. package/lib/commonjs/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.js.map +1 -0
  166. package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.js +9 -0
  167. package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.js.map +1 -0
  168. package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.js +195 -0
  169. package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.js.map +1 -0
  170. package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.styles.js +23 -0
  171. package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.styles.js.map +1 -0
  172. package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js +49 -0
  173. package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js.map +1 -0
  174. package/lib/commonjs/components/{Card/CardComponent.js → UNCardComponent/UNCardComponent.js} +42 -46
  175. package/lib/commonjs/components/UNCardComponent/UNCardComponent.js.map +1 -0
  176. package/lib/commonjs/components/UNCardComponent/UNCardComponent.utils.js +42 -0
  177. package/lib/commonjs/components/UNCardComponent/UNCardComponent.utils.js.map +1 -0
  178. package/lib/commonjs/components/index.js +34 -8
  179. package/lib/commonjs/components/index.js.map +1 -1
  180. package/lib/commonjs/custom.d.js +2 -0
  181. package/lib/commonjs/custom.d.js.map +1 -0
  182. package/lib/commonjs/helpers/{BottomSheet.js → BottomSheet/BottomSheet.js} +38 -83
  183. package/lib/commonjs/helpers/BottomSheet/BottomSheet.js.map +1 -0
  184. package/lib/commonjs/helpers/BottomSheet/BottomSheet.styles.js +82 -0
  185. package/lib/commonjs/helpers/BottomSheet/BottomSheet.styles.js.map +1 -0
  186. package/lib/commonjs/helpers/EventBus.js +5 -13
  187. package/lib/commonjs/helpers/EventBus.js.map +1 -1
  188. package/lib/commonjs/hooks/listenerToBus.js +31 -0
  189. package/lib/commonjs/hooks/listenerToBus.js.map +1 -0
  190. package/lib/commonjs/hooks/useAppStateListener.js +34 -0
  191. package/lib/commonjs/hooks/useAppStateListener.js.map +1 -0
  192. package/lib/commonjs/index.js +33 -0
  193. package/lib/commonjs/index.js.map +1 -1
  194. package/lib/commonjs/messages/nativeMessages/index.js +13 -0
  195. package/lib/commonjs/messages/nativeMessages/index.js.map +1 -0
  196. package/lib/commonjs/messages/webMessages/bookPaymentMessage.js +13 -0
  197. package/lib/commonjs/messages/webMessages/bookPaymentMessage.js.map +1 -0
  198. package/lib/commonjs/{webComponent → messages}/webMessages/cardMessage.js +1 -1
  199. package/lib/commonjs/messages/webMessages/cardMessage.js.map +1 -0
  200. package/lib/commonjs/messages/webMessages/index.js +6 -0
  201. package/lib/commonjs/messages/webMessages/index.js.map +1 -0
  202. package/lib/commonjs/{webComponent → messages}/webMessages/pageMessage.js +0 -0
  203. package/lib/commonjs/messages/webMessages/pageMessage.js.map +1 -0
  204. package/lib/commonjs/{webComponent → messages}/webMessages/unitMessages.js +0 -0
  205. package/lib/commonjs/messages/webMessages/unitMessages.js.map +1 -0
  206. package/lib/commonjs/nativeComponent/UNNativeAddToWalletButton.js +13 -0
  207. package/lib/commonjs/nativeComponent/UNNativeAddToWalletButton.js.map +1 -0
  208. package/lib/commonjs/scripts/html/bodyHtml.js +52 -0
  209. package/lib/commonjs/scripts/html/bodyHtml.js.map +1 -0
  210. package/lib/commonjs/scripts/html/bodyScript.js +78 -0
  211. package/lib/commonjs/scripts/html/bodyScript.js.map +1 -0
  212. package/lib/commonjs/sharedTypes/bookPayment.types.js +6 -0
  213. package/lib/commonjs/sharedTypes/bookPayment.types.js.map +1 -0
  214. package/lib/commonjs/sharedTypes/card.types.js +6 -0
  215. package/lib/commonjs/sharedTypes/card.types.js.map +1 -0
  216. package/lib/commonjs/sharedTypes/index.js +32 -0
  217. package/lib/commonjs/sharedTypes/index.js.map +1 -0
  218. package/lib/commonjs/sharedTypes/types.js +2 -0
  219. package/lib/commonjs/sharedTypes/types.js.map +1 -0
  220. package/lib/commonjs/styles/variables.js +17 -0
  221. package/lib/commonjs/styles/variables.js.map +1 -0
  222. package/lib/commonjs/unitSdkManager/UnitSdk.api.js +54 -0
  223. package/lib/commonjs/unitSdkManager/UnitSdk.api.js.map +1 -0
  224. package/lib/commonjs/unitSdkManager/UnitSdkManager.js +51 -0
  225. package/lib/commonjs/unitSdkManager/UnitSdkManager.js.map +1 -0
  226. package/lib/commonjs/webComponent/WebComponent.js +47 -15
  227. package/lib/commonjs/webComponent/WebComponent.js.map +1 -1
  228. package/lib/commonjs/webComponent/html.js +22 -45
  229. package/lib/commonjs/webComponent/html.js.map +1 -1
  230. package/lib/module/assets/images/close.png +0 -0
  231. package/lib/module/assets/images/index.js +2 -0
  232. package/lib/module/assets/images/index.js.map +1 -0
  233. package/lib/module/components/UNActivityComponent/UNActivityComponent.js +13 -0
  234. package/lib/module/components/UNActivityComponent/UNActivityComponent.js.map +1 -0
  235. package/lib/module/components/UNActivityComponent/UNActivityComponent.utils.js +10 -0
  236. package/lib/module/components/UNActivityComponent/UNActivityComponent.utils.js.map +1 -0
  237. package/lib/module/components/UNBookPaymentComponent/UNBookPaymentComponent.js +23 -0
  238. package/lib/module/components/UNBookPaymentComponent/UNBookPaymentComponent.js.map +1 -0
  239. package/lib/module/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.js +26 -0
  240. package/lib/module/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.js.map +1 -0
  241. package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.js +2 -0
  242. package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.js.map +1 -0
  243. package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.js +163 -0
  244. package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.js.map +1 -0
  245. package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.styles.js +13 -0
  246. package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.styles.js.map +1 -0
  247. package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js +29 -0
  248. package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js.map +1 -0
  249. package/lib/module/components/UNCardComponent/UNCardComponent.js +65 -0
  250. package/lib/module/components/UNCardComponent/UNCardComponent.js.map +1 -0
  251. package/lib/module/components/UNCardComponent/UNCardComponent.utils.js +24 -0
  252. package/lib/module/components/UNCardComponent/UNCardComponent.utils.js.map +1 -0
  253. package/lib/module/components/index.js +4 -2
  254. package/lib/module/components/index.js.map +1 -1
  255. package/lib/module/custom.d.js +2 -0
  256. package/lib/module/custom.d.js.map +1 -0
  257. package/lib/module/helpers/{BottomSheet.js → BottomSheet/BottomSheet.js} +36 -82
  258. package/lib/module/helpers/BottomSheet/BottomSheet.js.map +1 -0
  259. package/lib/module/helpers/BottomSheet/BottomSheet.styles.js +70 -0
  260. package/lib/module/helpers/BottomSheet/BottomSheet.styles.js.map +1 -0
  261. package/lib/module/helpers/EventBus.js +4 -11
  262. package/lib/module/helpers/EventBus.js.map +1 -1
  263. package/lib/module/hooks/listenerToBus.js +18 -0
  264. package/lib/module/hooks/listenerToBus.js.map +1 -0
  265. package/lib/module/hooks/useAppStateListener.js +23 -0
  266. package/lib/module/hooks/useAppStateListener.js.map +1 -0
  267. package/lib/module/index.js +2 -0
  268. package/lib/module/index.js.map +1 -1
  269. package/lib/module/messages/nativeMessages/index.js +6 -0
  270. package/lib/module/messages/nativeMessages/index.js.map +1 -0
  271. package/lib/module/messages/webMessages/bookPaymentMessage.js +6 -0
  272. package/lib/module/messages/webMessages/bookPaymentMessage.js.map +1 -0
  273. package/lib/module/messages/webMessages/cardMessage.js +6 -0
  274. package/lib/module/messages/webMessages/cardMessage.js.map +1 -0
  275. package/lib/module/messages/webMessages/index.js +2 -0
  276. package/lib/module/messages/webMessages/index.js.map +1 -0
  277. package/lib/module/{webComponent → messages}/webMessages/pageMessage.js +0 -0
  278. package/lib/module/messages/webMessages/pageMessage.js.map +1 -0
  279. package/lib/module/{webComponent → messages}/webMessages/unitMessages.js +0 -0
  280. package/lib/module/messages/webMessages/unitMessages.js.map +1 -0
  281. package/lib/module/nativeComponent/UNNativeAddToWalletButton.js +4 -0
  282. package/lib/module/nativeComponent/UNNativeAddToWalletButton.js.map +1 -0
  283. package/lib/module/scripts/html/bodyHtml.js +42 -0
  284. package/lib/module/scripts/html/bodyHtml.js.map +1 -0
  285. package/lib/module/scripts/html/bodyScript.js +64 -0
  286. package/lib/module/scripts/html/bodyScript.js.map +1 -0
  287. package/lib/module/sharedTypes/bookPayment.types.js +2 -0
  288. package/lib/module/sharedTypes/bookPayment.types.js.map +1 -0
  289. package/lib/module/sharedTypes/card.types.js +2 -0
  290. package/lib/module/sharedTypes/card.types.js.map +1 -0
  291. package/lib/module/sharedTypes/index.js +3 -0
  292. package/lib/module/sharedTypes/index.js.map +1 -0
  293. package/lib/module/sharedTypes/types.js +2 -0
  294. package/lib/module/sharedTypes/types.js.map +1 -0
  295. package/lib/module/styles/variables.js +10 -0
  296. package/lib/module/styles/variables.js.map +1 -0
  297. package/lib/module/unitSdkManager/UnitSdk.api.js +37 -0
  298. package/lib/module/unitSdkManager/UnitSdk.api.js.map +1 -0
  299. package/lib/module/unitSdkManager/UnitSdkManager.js +38 -0
  300. package/lib/module/unitSdkManager/UnitSdkManager.js.map +1 -0
  301. package/lib/module/webComponent/WebComponent.js +46 -14
  302. package/lib/module/webComponent/WebComponent.js.map +1 -1
  303. package/lib/module/webComponent/html.js +18 -44
  304. package/lib/module/webComponent/html.js.map +1 -1
  305. package/lib/typescript/assets/images/index.d.ts +1 -0
  306. package/lib/typescript/components/UNActivityComponent/UNActivityComponent.d.ts +6 -0
  307. package/lib/typescript/components/UNActivityComponent/UNActivityComponent.utils.d.ts +2 -0
  308. package/lib/typescript/components/UNBookPaymentComponent/UNBookPaymentComponent.d.ts +11 -0
  309. package/lib/typescript/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.d.ts +3 -0
  310. package/lib/typescript/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.d.ts +1 -0
  311. package/lib/typescript/components/UNBottomSheetComponent/UNBottomSheetComponent.d.ts +7 -0
  312. package/lib/typescript/components/UNBottomSheetComponent/UNBottomSheetComponent.styles.d.ts +9 -0
  313. package/lib/typescript/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.d.ts +5 -0
  314. package/lib/typescript/components/{Card/CardComponent.d.ts → UNCardComponent/UNCardComponent.d.ts} +3 -1
  315. package/lib/typescript/components/UNCardComponent/UNCardComponent.utils.d.ts +6 -0
  316. package/lib/typescript/components/index.d.ts +4 -2
  317. package/lib/typescript/helpers/{BottomSheet.d.ts → BottomSheet/BottomSheet.d.ts} +3 -0
  318. package/lib/typescript/helpers/BottomSheet/BottomSheet.styles.d.ts +63 -0
  319. package/lib/typescript/helpers/EventBus.d.ts +5 -7
  320. package/lib/typescript/hooks/listenerToBus.d.ts +7 -0
  321. package/lib/typescript/hooks/useAppStateListener.d.ts +1 -0
  322. package/lib/typescript/index.d.ts +2 -0
  323. package/lib/typescript/messages/nativeMessages/index.d.ts +3 -0
  324. package/lib/typescript/messages/webMessages/bookPaymentMessage.d.ts +8 -0
  325. package/lib/typescript/{webComponent → messages}/webMessages/cardMessage.d.ts +3 -2
  326. package/lib/typescript/messages/webMessages/index.d.ts +11 -0
  327. package/lib/typescript/{webComponent → messages}/webMessages/pageMessage.d.ts +0 -0
  328. package/lib/typescript/{webComponent → messages}/webMessages/unitMessages.d.ts +0 -0
  329. package/lib/typescript/nativeComponent/UNNativeAddToWalletButton.d.ts +6 -0
  330. package/lib/typescript/scripts/html/bodyHtml.d.ts +7 -0
  331. package/lib/typescript/scripts/html/bodyScript.d.ts +11 -0
  332. package/lib/typescript/sharedTypes/bookPayment.types.d.ts +26 -0
  333. package/lib/typescript/sharedTypes/card.types.d.ts +56 -0
  334. package/lib/typescript/sharedTypes/index.d.ts +2 -0
  335. package/lib/typescript/sharedTypes/types.d.ts +27 -0
  336. package/lib/typescript/styles/variables.d.ts +9 -0
  337. package/lib/typescript/unitSdkManager/UnitSdk.api.d.ts +3 -0
  338. package/lib/typescript/unitSdkManager/UnitSdkManager.d.ts +15 -0
  339. package/lib/typescript/webComponent/WebComponent.d.ts +9 -11
  340. package/lib/typescript/webComponent/html.d.ts +6 -1
  341. package/package.json +9 -5
  342. package/{unit-react-native-components.podspec → react-native-unit-components.podspec} +1 -1
  343. package/src/assets/images/close.png +0 -0
  344. package/src/assets/images/index.ts +1 -0
  345. package/src/components/UNActivityComponent/UNActivityComponent.tsx +21 -0
  346. package/src/components/UNActivityComponent/UNActivityComponent.utils.ts +11 -0
  347. package/src/components/UNBookPaymentComponent/UNBookPaymentComponent.tsx +37 -0
  348. package/src/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.ts +29 -0
  349. package/src/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.ts +1 -0
  350. package/src/components/UNBottomSheetComponent/UNBottomSheetComponent.styles.ts +13 -0
  351. package/src/components/UNBottomSheetComponent/UNBottomSheetComponent.tsx +167 -0
  352. package/src/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.ts +34 -0
  353. package/src/components/UNCardComponent/UNCardComponent.tsx +73 -0
  354. package/src/components/UNCardComponent/UNCardComponent.utils.ts +28 -0
  355. package/src/components/index.ts +4 -2
  356. package/src/custom.d.ts +5 -0
  357. package/src/helpers/BottomSheet/BottomSheet.styles.ts +70 -0
  358. package/src/helpers/{BottomSheet.tsx → BottomSheet/BottomSheet.tsx} +74 -110
  359. package/src/helpers/EventBus.ts +13 -13
  360. package/src/hooks/listenerToBus.ts +23 -0
  361. package/src/hooks/useAppStateListener.ts +25 -0
  362. package/src/index.tsx +5 -1
  363. package/src/messages/nativeMessages/index.ts +3 -0
  364. package/src/messages/webMessages/bookPaymentMessage.ts +12 -0
  365. package/src/{webComponent → messages}/webMessages/cardMessage.ts +4 -2
  366. package/src/messages/webMessages/index.ts +21 -0
  367. package/src/{webComponent → messages}/webMessages/pageMessage.ts +1 -1
  368. package/src/{webComponent → messages}/webMessages/unitMessages.ts +1 -0
  369. package/src/nativeComponent/UNNativeAddToWalletButton.tsx +12 -0
  370. package/src/scripts/html/bodyHtml.ts +46 -0
  371. package/src/scripts/html/bodyScript.ts +67 -0
  372. package/src/sharedTypes/bookPayment.types.ts +27 -0
  373. package/src/sharedTypes/card.types.ts +59 -0
  374. package/src/sharedTypes/index.ts +2 -0
  375. package/src/sharedTypes/types.ts +35 -0
  376. package/src/styles/variables.ts +9 -0
  377. package/src/unitSdkManager/UnitSdk.api.ts +31 -0
  378. package/src/unitSdkManager/UnitSdkManager.ts +33 -0
  379. package/src/webComponent/WebComponent.tsx +55 -45
  380. package/src/webComponent/html.ts +22 -46
  381. package/android/src/main/java/com/unitreactnativecomponents/UnitReactNativeComponentsViewManager.kt +0 -19
  382. package/lib/commonjs/components/BottomSheet/BottomSheetComponent.js +0 -143
  383. package/lib/commonjs/components/BottomSheet/BottomSheetComponent.js.map +0 -1
  384. package/lib/commonjs/components/Card/CardComponent.js.map +0 -1
  385. package/lib/commonjs/helpers/BottomSheet.js.map +0 -1
  386. package/lib/commonjs/nativeComponenet/NativeComponentExample.js +0 -19
  387. package/lib/commonjs/nativeComponenet/NativeComponentExample.js.map +0 -1
  388. package/lib/commonjs/webComponent/webMessages/cardMessage.js.map +0 -1
  389. package/lib/commonjs/webComponent/webMessages/pageMessage.js.map +0 -1
  390. package/lib/commonjs/webComponent/webMessages/unitMessages.js.map +0 -1
  391. package/lib/module/components/BottomSheet/BottomSheetComponent.js +0 -118
  392. package/lib/module/components/BottomSheet/BottomSheetComponent.js.map +0 -1
  393. package/lib/module/components/Card/CardComponent.js +0 -75
  394. package/lib/module/components/Card/CardComponent.js.map +0 -1
  395. package/lib/module/helpers/BottomSheet.js.map +0 -1
  396. package/lib/module/nativeComponenet/NativeComponentExample.js +0 -10
  397. package/lib/module/nativeComponenet/NativeComponentExample.js.map +0 -1
  398. package/lib/module/webComponent/webMessages/cardMessage.js +0 -6
  399. package/lib/module/webComponent/webMessages/cardMessage.js.map +0 -1
  400. package/lib/module/webComponent/webMessages/pageMessage.js.map +0 -1
  401. package/lib/module/webComponent/webMessages/unitMessages.js.map +0 -1
  402. package/lib/typescript/components/BottomSheet/BottomSheetComponent.d.ts +0 -1
  403. package/lib/typescript/nativeComponenet/NativeComponentExample.d.ts +0 -7
  404. package/src/components/BottomSheet/BottomSheetComponent.tsx +0 -113
  405. package/src/components/Card/CardComponent.tsx +0 -75
  406. package/src/nativeComponenet/NativeComponentExample.tsx +0 -26
@@ -0,0 +1,54 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="96dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="96"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M0.148,2.976L3.354,2.976C4.39,2.976 5.2953,3.186 6.07,3.606C6.8447,4.026 7.4397,4.6163 7.855,5.377C8.2703,6.1377 8.478,7.008 8.478,7.988C8.478,8.968 8.2703,9.8383 7.855,10.599C7.4397,11.3597 6.8447,11.95 6.07,12.37C5.2953,12.79 4.39,13 3.354,13L0.148,13L0.148,2.976ZM3.326,11.502C4.446,11.502 5.321,11.1917 5.951,10.571C6.581,9.9503 6.896,9.0893 6.896,7.988C6.896,6.896 6.581,6.0373 5.951,5.412C5.321,4.7867 4.446,4.474 3.326,4.474L1.716,4.474L1.716,11.502L3.326,11.502ZM13.304,13.224C12.5853,13.224 11.9413,13.0583 11.372,12.727C10.8027,12.3957 10.3593,11.9407 10.042,11.362C9.7247,10.7833 9.566,10.1393 9.566,9.43C9.566,8.7207 9.7247,8.0767 10.042,7.498C10.3593,6.9193 10.8027,6.4643 11.372,6.133C11.9413,5.8017 12.5853,5.636 13.304,5.636C14.0227,5.636 14.6667,5.804 15.236,6.14C15.8053,6.476 16.2487,6.9333 16.566,7.512C16.8833,8.0907 17.042,8.73 17.042,9.43C17.042,10.1393 16.8833,10.7833 16.566,11.362C16.2487,11.9407 15.8053,12.3957 15.236,12.727C14.6667,13.0583 14.0227,13.224 13.304,13.224ZM13.304,11.81C13.696,11.81 14.06,11.7143 14.396,11.523C14.732,11.3317 15.0003,11.0563 15.201,10.697C15.4017,10.3377 15.502,9.9153 15.502,9.43C15.502,8.9447 15.4017,8.5247 15.201,8.17C15.0003,7.8153 14.732,7.5423 14.396,7.351C14.06,7.1597 13.696,7.064 13.304,7.064C12.912,7.064 12.548,7.1597 12.212,7.351C11.876,7.5423 11.6077,7.8153 11.407,8.17C11.2063,8.5247 11.106,8.9447 11.106,9.43C11.106,9.9153 11.2063,10.3377 11.407,10.697C11.6077,11.0563 11.876,11.3317 12.212,11.523C12.548,11.7143 12.912,11.81 13.304,11.81ZM21.658,13.224C21.014,13.224 20.4307,13.0607 19.908,12.734C19.3853,12.4073 18.9723,11.957 18.669,11.383C18.3657,10.809 18.214,10.158 18.214,9.43C18.214,8.702 18.3657,8.051 18.669,7.477C18.9723,6.903 19.3853,6.4527 19.908,6.126C20.4307,5.7993 21.014,5.636 21.658,5.636C22.162,5.636 22.6147,5.748 23.016,5.972C23.4173,6.196 23.7207,6.4713 23.926,6.798L23.996,6.798L23.926,5.79L23.926,2.976L25.466,2.976L25.466,13L23.996,13L23.996,12.076L23.926,12.076C23.7207,12.3933 23.4173,12.664 23.016,12.888C22.6147,13.112 22.162,13.224 21.658,13.224ZM21.882,11.81C22.2553,11.81 22.603,11.712 22.925,11.516C23.247,11.32 23.506,11.04 23.702,10.676C23.898,10.312 23.996,9.8967 23.996,9.43C23.996,8.9633 23.898,8.5503 23.702,8.191C23.506,7.8317 23.247,7.554 22.925,7.358C22.603,7.162 22.2553,7.064 21.882,7.064C21.5087,7.064 21.1587,7.162 20.832,7.358C20.5053,7.554 20.244,7.8317 20.048,8.191C19.852,8.5503 19.754,8.9633 19.754,9.43C19.754,9.8967 19.852,10.312 20.048,10.676C20.244,11.04 20.5053,11.32 20.832,11.516C21.1587,11.712 21.5087,11.81 21.882,11.81ZM29.578,13.224C29.0647,13.224 28.6073,13.1237 28.206,12.923C27.8047,12.7223 27.492,12.4377 27.268,12.069C27.044,11.7003 26.932,11.2827 26.932,10.816C26.932,10.0787 27.2097,9.4953 27.765,9.066C28.3203,8.6367 29.0227,8.422 29.872,8.422C30.292,8.422 30.67,8.4617 31.006,8.541C31.342,8.6203 31.608,8.7067 31.804,8.8L31.804,8.436C31.804,7.9973 31.6407,7.6403 31.314,7.365C30.9873,7.0897 30.5673,6.952 30.054,6.952C29.69,6.952 29.347,7.0313 29.025,7.19C28.703,7.3487 28.444,7.568 28.248,7.848L27.17,7.022C27.4873,6.5833 27.898,6.2427 28.402,6C28.906,5.7573 29.466,5.636 30.082,5.636C31.118,5.636 31.916,5.8903 32.476,6.399C33.036,6.9077 33.316,7.624 33.316,8.548L33.316,13L31.804,13L31.804,12.146L31.734,12.146C31.5287,12.454 31.2393,12.7107 30.866,12.916C30.4927,13.1213 30.0633,13.224 29.578,13.224ZM29.844,11.95C30.2173,11.95 30.5533,11.8613 30.852,11.684C31.1507,11.5067 31.384,11.2687 31.552,10.97C31.72,10.6713 31.804,10.3493 31.804,10.004C31.5893,9.8827 31.3397,9.7847 31.055,9.71C30.7703,9.6353 30.474,9.598 30.166,9.598C29.5873,9.598 29.1627,9.7123 28.892,9.941C28.6213,10.1697 28.486,10.466 28.486,10.83C28.486,11.1567 28.612,11.425 28.864,11.635C29.116,11.845 29.4427,11.95 29.844,11.95ZM36.028,4.824C35.7387,4.824 35.4937,4.7237 35.293,4.523C35.0923,4.3223 34.992,4.0773 34.992,3.788C34.992,3.4987 35.0923,3.2537 35.293,3.053C35.4937,2.8523 35.7387,2.752 36.028,2.752C36.3173,2.752 36.5623,2.8523 36.763,3.053C36.9637,3.2537 37.064,3.4987 37.064,3.788C37.064,4.0773 36.9637,4.3223 36.763,4.523C36.5623,4.7237 36.3173,4.824 36.028,4.824ZM34.656,16.164C34.3573,16.164 34.096,16.1313 33.872,16.066L33.872,14.582C34.0773,14.694 34.2967,14.75 34.53,14.75C34.7913,14.75 34.978,14.6707 35.09,14.512C35.202,14.3533 35.258,14.1153 35.258,13.798L35.258,5.86L36.798,5.86L36.798,13.826C36.798,14.6193 36.6043,15.2073 36.217,15.59C35.8297,15.9727 35.3093,16.164 34.656,16.164ZM44.896,13.224C44.028,13.224 43.3677,12.965 42.915,12.447C42.4623,11.929 42.236,11.208 42.236,10.284L42.236,5.86L43.776,5.86L43.776,10.074C43.776,10.6527 43.9137,11.0867 44.189,11.376C44.4643,11.6653 44.826,11.81 45.274,11.81C45.638,11.81 45.96,11.7143 46.24,11.523C46.52,11.3317 46.7347,11.0773 46.884,10.76C47.0333,10.4427 47.108,10.102 47.108,9.738L47.108,5.86L48.648,5.86L48.648,13L47.192,13L47.192,12.076L47.108,12.076C46.912,12.412 46.6087,12.6873 46.198,12.902C45.7873,13.1167 45.3533,13.224 44.896,13.224Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#FFFFFF"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M74.526,2.6348L74.526,6.7179L77.0439,6.7179C77.6438,6.7179 78.1398,6.5163 78.5322,6.1131C78.9348,5.7109 79.1367,5.2312 79.1367,4.6759C79.1367,4.1318 78.9348,3.6577 78.5322,3.2545C78.1398,2.841 77.6438,2.6339 77.0439,2.6339L74.526,2.6339L74.526,2.6348ZM74.526,8.1551L74.526,12.8914L73.0218,12.8914L73.0218,1.1976L77.0112,1.1976C78.0249,1.1976 78.8854,1.5354 79.5945,2.2102C80.3139,2.8849 80.6736,3.7071 80.6736,4.6759C80.6736,5.667 80.3139,6.4948 79.5945,7.1584C78.8965,7.8228 78.0351,8.1542 77.0112,8.1542L74.526,8.1542L74.526,8.1551Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#FFFFFF"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M82.1936,10.4416C82.1936,10.8336 82.3599,11.1602 82.6926,11.4215C83.0251,11.6828 83.4147,11.8135 83.8614,11.8135C84.4938,11.8135 85.0572,11.5792 85.5533,11.1117C86.0495,10.6432 86.297,10.0935 86.297,9.4626C85.828,9.0921 85.174,8.9073 84.335,8.9073C83.7241,8.9073 83.2149,9.0547 82.8066,9.3487C82.3982,9.6426 82.1936,10.0058 82.1936,10.4416M84.1397,4.6273C85.2515,4.6273 86.1288,4.9241 86.7726,5.5177C87.4154,6.1112 87.7367,6.925 87.7367,7.9591L87.7367,12.8914L86.298,12.8914L86.298,11.7808L86.2325,11.7808C85.6112,12.6953 84.7825,13.1527 83.7474,13.1527C82.8645,13.1527 82.1255,12.8914 81.5321,12.3688C80.938,11.8462 80.6409,11.1929 80.6409,10.4089C80.6409,9.5811 80.9538,8.9231 81.5807,8.4332C82.2076,7.9432 83.0439,7.6978 84.0903,7.6978C84.9834,7.6978 85.7196,7.8611 86.297,8.1877L86.297,7.8443C86.297,7.3217 86.0896,6.8784 85.6758,6.5135C85.2609,6.1485 84.7769,5.9666 84.221,5.9666C83.3811,5.9666 82.7169,6.3203 82.2264,7.0286L80.9015,6.1952C81.6321,5.1499 82.7112,4.6273 84.1397,4.6273"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#FFFFFF"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M95.993,4.8886l-5.0198,11.5305l-1.5529,0l1.864,-4.0345l-3.3028,-7.496l1.635,0l2.3871,5.7489l0.0327,0l2.3217,-5.7489z"
26
+ android:strokeWidth="1"
27
+ android:fillColor="#FFFFFF"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M68.448,7.1341C68.448,6.6609 68.4078,6.2045 68.3321,5.7678L61.9883,5.7678L61.9883,8.3557L65.6218,8.3557C65.4658,9.1993 64.9939,9.9171 64.2783,10.3977L64.2783,12.0785L66.4467,12.0785C67.7164,10.9082 68.448,9.1789 68.448,7.1341"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M61.9883,13.7006C63.8036,13.7006 65.3321,13.1051 66.4467,12.0785L64.2783,10.3977C63.6747,10.8037 62.8974,11.0407 61.9883,11.0407C60.2337,11.0407 58.7445,9.8592 58.2119,8.2671L55.9781,8.2671L55.9781,9.9983C57.0852,12.1933 59.3602,13.7006 61.9883,13.7006"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M58.212,8.267C58.0756,7.8611 58.0008,7.428 58.0008,6.981C58.0008,6.534 58.0756,6.1009 58.212,5.695L58.212,3.9637L55.9781,3.9637C55.5203,4.8709 55.2615,5.8956 55.2615,6.981C55.2615,8.0664 55.5203,9.0912 55.9781,9.9983L58.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M61.9883,2.9213C62.9796,2.9213 63.8681,3.2619 64.5688,3.9292L64.5688,3.9302L66.4888,2.0123C65.3228,0.9278 63.8027,0.2615 61.9883,0.2615C59.3602,0.2615 57.0852,1.7687 55.9781,3.9638L58.2119,5.695C58.7445,4.1028 60.2337,2.9213 61.9883,2.9213"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>
@@ -0,0 +1,64 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="122dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="122"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M100.526,2.635L100.526,6.718h2.518a1.988,1.988 0,0 0,1.488 -0.6,1.99 1.99,0 0,0 0,-2.858 1.961,1.961 0,0 0,-1.488 -0.621h-2.518ZM100.526,8.155v4.736h-1.5L99.026,1.2h3.989a3.606,3.606 0,0 1,2.583 1.012,3.253 3.253,0 0,1 1.08,2.466 3.236,3.236 0,0 1,-1.08 2.482,3.6 3.6,0 0,1 -2.583,1h-2.485Z"
8
+ android:fillColor="#5f6368"
9
+ android:fillType="evenOdd"/>
10
+ <path
11
+ android:pathData="M108.194,10.442a1.2,1.2 0,0 0,0.5 0.979,1.83 1.83,0 0,0 1.168,0.392 2.4,2.4 0,0 0,1.692 -0.7,2.2 2.2,0 0,0 0.744,-1.649 3.089,3.089 0,0 0,-1.962 -0.556,2.546 2.546,0 0,0 -1.528,0.442 1.306,1.306 0,0 0,-0.613 1.093m1.946,-5.815a3.734,3.734 0,0 1,2.633 0.891,3.16 3.16,0 0,1 0.964,2.441v4.932H112.3v-1.11h-0.065a2.875,2.875 0,0 1,-2.486 1.372,3.236 3.236,0 0,1 -2.215,-0.784 2.5,2.5 0,0 1,-0.891 -1.96,2.377 2.377,0 0,1 0.94,-1.976A3.964,3.964 0,0 1,110.09 7.7a4.44,4.44 0,0 1,2.207 0.49V7.844a1.711,1.711 0,0 0,-0.621 -1.331,2.136 2.136,0 0,0 -1.455,-0.546 2.3,2.3 0,0 0,-2 1.062L106.9,6.2a3.7,3.7 0,0 1,3.239 -1.568"
12
+ android:fillColor="#5f6368"
13
+ android:fillType="evenOdd"/>
14
+ <path
15
+ android:pathData="M121.993,4.889l-5.02,11.53H115.42l1.864,-4.034 -3.3,-7.5h1.636L118,10.637h0.032l2.322,-5.748Z"
16
+ android:fillColor="#5f6368"
17
+ android:fillType="evenOdd"/>
18
+ <path
19
+ android:pathData="M94.448,7.134a7.966,7.966 0,0 0,-0.116 -1.366H87.988V8.356h3.634A3.112,3.112 0,0 1,90.278 10.4v1.681h2.169a6.576,6.576 0,0 0,2 -4.945"
20
+ android:fillColor="#4285f4"
21
+ android:fillType="evenOdd"/>
22
+ <path
23
+ android:pathData="M87.988,13.7a6.446,6.446 0,0 0,4.459 -1.622L90.278,10.4a4.08,4.08 0,0 1,-6.066 -2.131H81.978V10a6.728,6.728 0,0 0,6.01 3.7"
24
+ android:fillColor="#34a853"
25
+ android:fillType="evenOdd"/>
26
+ <path
27
+ android:pathData="M84.212,8.267a4.024,4.024 0,0 1,0 -2.572V3.964H81.978a6.706,6.706 0,0 0,0 6.034Z"
28
+ android:fillColor="#fabb05"
29
+ android:fillType="evenOdd"/>
30
+ <path
31
+ android:pathData="M87.988,2.921a3.656,3.656 0,0 1,2.581 1.008h0l1.92,-1.918a6.469,6.469 0,0 0,-4.5 -1.75,6.727 6.727,0 0,0 -6.01,3.7L84.212,5.7a4.024,4.024 0,0 1,3.776 -2.774"
32
+ android:fillColor="#e94235"
33
+ android:fillType="evenOdd"/>
34
+ <path
35
+ android:pathData="M4.021,2.833H5.838L9.658,13H7.911l-0.923,-2.6h-4.1L1.961,13H0.2ZM6.449,8.925 L5.37,5.9l-0.4,-1.178H4.887L4.489,5.9 3.41,8.925Z"
36
+ android:fillColor="#3c4043"/>
37
+ <path
38
+ android:pathData="M11.979,12.744A3.424,3.424 0,0 1,10.751 11.4,4.046 4.046,0 0,1 10.3,9.479a4.054,4.054 0,0 1,0.454 -1.925,3.438 3.438,0 0,1 1.228,-1.342 3.128,3.128 0,0 1,1.683 -0.483,2.828 2.828,0 0,1 1.37,0.327 2.438,2.438 0,0 1,0.916 0.809h0.072l-0.072,-0.979L15.951,2.833L17.51,2.833L17.51,13L16.02,13v-0.923h-0.072a2.4,2.4 0,0 1,-0.908 0.823,2.821 2.821,0 0,1 -1.378,0.327A3.128,3.128 0,0 1,11.979 12.744ZM14.979,11.509a2.063,2.063 0,0 0,0.759 -0.81,2.516 2.516,0 0,0 0.285,-1.22 2.524,2.524 0,0 0,-0.285 -1.222,2.07 2.07,0 0,0 -0.759,-0.81 2.008,2.008 0,0 0,-2.059 0,2.1 2.1,0 0,0 -0.767,0.817 2.678,2.678 0,0 0,0 2.428,2.1 2.1,0 0,0 0.767,0.817 2.008,2.008 0,0 0,2.059 0Z"
39
+ android:fillColor="#3c4043"/>
40
+ <path
41
+ android:pathData="M18.164,16.194v-1.5a1.337,1.337 0,0 0,0.652 0.171,0.647 0.647,0 0,0 0.569,-0.244 1.283,1.283 0,0 0,0.17 -0.731V5.957h1.562V13.9a2.437,2.437 0,0 1,-0.6 1.8,2.168 2.168,0 0,1 -1.591,0.587A2.8,2.8 0,0 1,18.164 16.194ZM19.59,4.516a1.019,1.019 0,0 1,-0.3 -0.746,1.051 1.051,0 1,1 2.1,0 1.056,1.056 0,0 1,-1.8 0.746Z"
42
+ android:fillColor="#3c4043"/>
43
+ <path
44
+ android:pathData="M23.979,12.922a2.364,2.364 0,0 1,-0.952 -0.853,2.261 2.261,0 0,1 -0.348,-1.242A2.086,2.086 0,0 1,23.51 9.08a3.357,3.357 0,0 1,2.109 -0.639,4.381 4.381,0 0,1 1.917,0.384v-0.3a1.318,1.318 0,0 0,-0.505 -1.057,1.832 1.832,0 0,0 -1.214,-0.419 2.053,2.053 0,0 0,-1.732 0.881l-1.193,-0.825a3.3,3.3 0,0 1,1.243 -1.022,3.869 3.869,0 0,1 1.682,-0.355A3.417,3.417 0,0 1,28.21 6.5a2.811,2.811 0,0 1,0.845 2.18L29.055,13L27.536,13v-0.866L27.45,12.134a2.73,2.73 0,0 1,-0.866 0.788,2.45 2.45,0 0,1 -1.25,0.3A2.962,2.962 0,0 1,23.979 12.922ZM26.563,11.672a2,2 0,0 0,0.71 -0.7,1.766 1.766,0 0,0 0.263,-0.931 3.289,3.289 0,0 0,-1.605 -0.411,1.949 1.949,0 0,0 -1.222,0.341 1.048,1.048 0,0 0,-0.439 0.866,0.955 0.955,0 0,0 0.39,0.788 1.466,1.466 0,0 0,0.93 0.3A1.88,1.88 0,0 0,26.563 11.672Z"
45
+ android:fillColor="#3c4043"/>
46
+ <path
47
+ android:pathData="M34.309,2.833h1.562V5.786l-0.085,1.108h0.085a2.249,2.249 0,0 1,0.894 -0.838,2.646 2.646,0 0,1 1.293,-0.327 2.5,2.5 0,0 1,2 0.774,3.13 3.13,0 0,1 0.667,2.109V13H39.165V8.825a1.7,1.7 0,0 0,-0.412 -1.25,1.479 1.479,0 0,0 -1.093,-0.412 1.532,1.532 0,0 0,-0.931 0.3,1.993 1.993,0 0,0 -0.631,0.8 2.49,2.49 0,0 0,-0.227 1.051V13H34.309Z"
48
+ android:fillColor="#3c4043"/>
49
+ <path
50
+ android:pathData="M43.993,12.737A3.516,3.516 0,0 1,42.68 11.4,3.861 3.861,0 0,1 42.2,9.479a3.853,3.853 0,0 1,0.476 -1.917A3.5,3.5 0,0 1,43.993 6.22a3.906,3.906 0,0 1,3.792 0,3.445 3.445,0 0,1 1.306,1.342 3.913,3.913 0,0 1,0.469 1.917,3.921 3.921,0 0,1 -0.469,1.917 3.463,3.463 0,0 1,-1.306 1.341,3.913 3.913,0 0,1 -3.792,0ZM46.933,11.509a2.141,2.141 0,0 0,0.78 -0.81,2.414 2.414,0 0,0 0.3,-1.22 2.449,2.449 0,0 0,-0.3 -1.236,2.1 2.1,0 0,0 -2.875,-0.8 2.034,2.034 0,0 0,-0.781 0.8,2.51 2.51,0 0,0 -0.291,1.236 2.424,2.424 0,0 0,0.3 1.22,2.144 2.144,0 0,0 0.781,0.81 2.016,2.016 0,0 0,1.037 0.284A2.042,2.042 0,0 0,46.933 11.509Z"
51
+ android:fillColor="#3c4043"/>
52
+ <path
53
+ android:pathData="M50.582,11.693 L54.43,7.319H50.7V5.957h5.651V7.263L52.5,11.637h3.919V13H50.582Z"
54
+ android:fillColor="#3c4043"/>
55
+ <path
56
+ android:pathData="M57.611,11.693l3.848,-4.374H57.725V5.957h5.651V7.263l-3.848,4.374h3.919V13H57.611Z"
57
+ android:fillColor="#3c4043"/>
58
+ <path
59
+ android:pathData="M65.755,12.922a2.364,2.364 0,0 1,-0.952 -0.853,2.261 2.261,0 0,1 -0.348,-1.242 2.086,2.086 0,0 1,0.831 -1.747A3.359,3.359 0,0 1,67.4 8.441a4.378,4.378 0,0 1,1.917 0.384v-0.3a1.317,1.317 0,0 0,-0.5 -1.057,1.836 1.836,0 0,0 -1.214,-0.419 2.053,2.053 0,0 0,-1.733 0.881l-1.193,-0.825a3.3,3.3 0,0 1,1.243 -1.022,3.873 3.873,0 0,1 1.683,-0.355 3.414,3.414 0,0 1,2.392 0.774,2.811 2.811,0 0,1 0.845,2.18L70.84,13L69.312,13v-0.866h-0.085a2.745,2.745 0,0 1,-0.867 0.788,2.448 2.448,0 0,1 -1.25,0.3A2.959,2.959 0,0 1,65.755 12.922ZM68.339,11.672a2,2 0,0 0,0.71 -0.7,1.766 1.766,0 0,0 0.263,-0.931 3.289,3.289 0,0 0,-1.605 -0.411,1.951 1.951,0 0,0 -1.222,0.341 1.048,1.048 0,0 0,-0.439 0.866,0.956 0.956,0 0,0 0.391,0.788 1.462,1.462 0,0 0,0.929 0.3A1.88,1.88 0,0 0,68.339 11.672ZM67.692,2.69h1.776L68.332,4.565L67.025,4.565Z"
60
+ android:fillColor="#3c4043"/>
61
+ <path
62
+ android:pathData="M72.854,7.682a1.058,1.058 0,0 1,-0.319 -0.774,1.032 1.032,0 0,1 0.319,-0.766 1.065,1.065 0,0 1,0.775 -0.313,1.067 1.067,0 0,1 1.079,1.079 1.067,1.067 0,0 1,-0.312 0.774A1.032,1.032 0,0 1,73.629 8,1.054 1.054,0 0,1 72.854,7.682ZM72.854,12.682a1.061,1.061 0,0 1,-0.319 -0.775,1.033 1.033,0 0,1 0.319,-0.766 1.069,1.069 0,0 1,0.775 -0.313,1.067 1.067,0 0,1 1.079,1.079 1.071,1.071 0,0 1,-0.312 0.775,1.032 1.032,0 0,1 -0.767,0.319A1.054,1.054 0,0 1,72.854 12.681Z"
63
+ android:fillColor="#3c4043"/>
64
+ </vector>
@@ -0,0 +1,64 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="122dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="122"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M100.526,2.635L100.526,6.718h2.518a1.988,1.988 0,0 0,1.488 -0.6,1.99 1.99,0 0,0 0,-2.858 1.961,1.961 0,0 0,-1.488 -0.621h-2.518ZM100.526,8.155v4.736h-1.5L99.026,1.2h3.989a3.606,3.606 0,0 1,2.583 1.012,3.253 3.253,0 0,1 1.08,2.466 3.236,3.236 0,0 1,-1.08 2.482,3.6 3.6,0 0,1 -2.583,1h-2.485Z"
8
+ android:fillColor="#fff"
9
+ android:fillType="evenOdd"/>
10
+ <path
11
+ android:pathData="M108.194,10.442a1.2,1.2 0,0 0,0.5 0.979,1.83 1.83,0 0,0 1.168,0.392 2.4,2.4 0,0 0,1.692 -0.7,2.2 2.2,0 0,0 0.744,-1.649 3.089,3.089 0,0 0,-1.962 -0.556,2.546 2.546,0 0,0 -1.528,0.442 1.306,1.306 0,0 0,-0.613 1.093m1.946,-5.815a3.734,3.734 0,0 1,2.633 0.891,3.16 3.16,0 0,1 0.964,2.441v4.932H112.3v-1.11h-0.065a2.875,2.875 0,0 1,-2.486 1.372,3.236 3.236,0 0,1 -2.215,-0.784 2.5,2.5 0,0 1,-0.891 -1.96,2.377 2.377,0 0,1 0.94,-1.976A3.964,3.964 0,0 1,110.09 7.7a4.44,4.44 0,0 1,2.207 0.49V7.844a1.711,1.711 0,0 0,-0.621 -1.331,2.136 2.136,0 0,0 -1.455,-0.546 2.3,2.3 0,0 0,-2 1.062L106.9,6.2a3.7,3.7 0,0 1,3.239 -1.568"
12
+ android:fillColor="#fff"
13
+ android:fillType="evenOdd"/>
14
+ <path
15
+ android:pathData="M121.993,4.889l-5.02,11.53H115.42l1.864,-4.034 -3.3,-7.5h1.636L118,10.637h0.032l2.322,-5.748Z"
16
+ android:fillColor="#fff"
17
+ android:fillType="evenOdd"/>
18
+ <path
19
+ android:pathData="M94.448,7.134a7.966,7.966 0,0 0,-0.116 -1.366H87.988V8.356h3.634A3.112,3.112 0,0 1,90.278 10.4v1.681h2.169a6.576,6.576 0,0 0,2 -4.945"
20
+ android:fillColor="#4285f4"
21
+ android:fillType="evenOdd"/>
22
+ <path
23
+ android:pathData="M87.988,13.7a6.446,6.446 0,0 0,4.459 -1.622L90.278,10.4a4.08,4.08 0,0 1,-6.066 -2.131H81.978V10a6.728,6.728 0,0 0,6.01 3.7"
24
+ android:fillColor="#34a853"
25
+ android:fillType="evenOdd"/>
26
+ <path
27
+ android:pathData="M84.212,8.267a4.024,4.024 0,0 1,0 -2.572V3.964H81.978a6.706,6.706 0,0 0,0 6.034Z"
28
+ android:fillColor="#fabb05"
29
+ android:fillType="evenOdd"/>
30
+ <path
31
+ android:pathData="M87.988,2.921a3.656,3.656 0,0 1,2.581 1.008h0l1.92,-1.918a6.469,6.469 0,0 0,-4.5 -1.75,6.727 6.727,0 0,0 -6.01,3.7L84.212,5.7a4.024,4.024 0,0 1,3.776 -2.774"
32
+ android:fillColor="#e94235"
33
+ android:fillType="evenOdd"/>
34
+ <path
35
+ android:pathData="M4.021,2.833H5.838L9.658,13H7.911l-0.923,-2.6h-4.1L1.961,13H0.2ZM6.449,8.925 L5.37,5.9l-0.4,-1.178H4.887L4.489,5.9 3.41,8.925Z"
36
+ android:fillColor="#fff"/>
37
+ <path
38
+ android:pathData="M11.979,12.744A3.424,3.424 0,0 1,10.751 11.4,4.046 4.046,0 0,1 10.3,9.479a4.054,4.054 0,0 1,0.454 -1.925,3.438 3.438,0 0,1 1.228,-1.342 3.128,3.128 0,0 1,1.683 -0.483,2.828 2.828,0 0,1 1.37,0.327 2.438,2.438 0,0 1,0.916 0.809h0.072l-0.072,-0.979L15.951,2.833L17.51,2.833L17.51,13L16.02,13v-0.923h-0.072a2.4,2.4 0,0 1,-0.908 0.823,2.821 2.821,0 0,1 -1.378,0.327A3.128,3.128 0,0 1,11.979 12.744ZM14.979,11.509a2.063,2.063 0,0 0,0.759 -0.81,2.516 2.516,0 0,0 0.285,-1.22 2.524,2.524 0,0 0,-0.285 -1.222,2.07 2.07,0 0,0 -0.759,-0.81 2.008,2.008 0,0 0,-2.059 0,2.1 2.1,0 0,0 -0.767,0.817 2.678,2.678 0,0 0,0 2.428,2.1 2.1,0 0,0 0.767,0.817 2.008,2.008 0,0 0,2.059 0Z"
39
+ android:fillColor="#fff"/>
40
+ <path
41
+ android:pathData="M18.164,16.194v-1.5a1.337,1.337 0,0 0,0.652 0.171,0.647 0.647,0 0,0 0.569,-0.244 1.283,1.283 0,0 0,0.17 -0.731V5.957h1.562V13.9a2.437,2.437 0,0 1,-0.6 1.8,2.168 2.168,0 0,1 -1.591,0.587A2.8,2.8 0,0 1,18.164 16.194ZM19.59,4.516a1.019,1.019 0,0 1,-0.3 -0.746,1.051 1.051,0 1,1 2.1,0 1.056,1.056 0,0 1,-1.8 0.746Z"
42
+ android:fillColor="#fff"/>
43
+ <path
44
+ android:pathData="M23.979,12.922a2.364,2.364 0,0 1,-0.952 -0.853,2.261 2.261,0 0,1 -0.348,-1.242A2.086,2.086 0,0 1,23.51 9.08a3.357,3.357 0,0 1,2.109 -0.639,4.381 4.381,0 0,1 1.917,0.384v-0.3a1.318,1.318 0,0 0,-0.505 -1.057,1.832 1.832,0 0,0 -1.214,-0.419 2.053,2.053 0,0 0,-1.732 0.881l-1.193,-0.825a3.3,3.3 0,0 1,1.243 -1.022,3.869 3.869,0 0,1 1.682,-0.355A3.417,3.417 0,0 1,28.21 6.5a2.811,2.811 0,0 1,0.845 2.18L29.055,13L27.536,13v-0.866L27.45,12.134a2.73,2.73 0,0 1,-0.866 0.788,2.45 2.45,0 0,1 -1.25,0.3A2.962,2.962 0,0 1,23.979 12.922ZM26.563,11.672a2,2 0,0 0,0.71 -0.7,1.766 1.766,0 0,0 0.263,-0.931 3.289,3.289 0,0 0,-1.605 -0.411,1.949 1.949,0 0,0 -1.222,0.341 1.048,1.048 0,0 0,-0.439 0.866,0.955 0.955,0 0,0 0.39,0.788 1.466,1.466 0,0 0,0.93 0.3A1.88,1.88 0,0 0,26.563 11.672Z"
45
+ android:fillColor="#fff"/>
46
+ <path
47
+ android:pathData="M34.309,2.833h1.562V5.786l-0.085,1.108h0.085a2.249,2.249 0,0 1,0.894 -0.838,2.646 2.646,0 0,1 1.293,-0.327 2.5,2.5 0,0 1,2 0.774,3.13 3.13,0 0,1 0.667,2.109V13H39.165V8.825a1.7,1.7 0,0 0,-0.412 -1.25,1.479 1.479,0 0,0 -1.093,-0.412 1.532,1.532 0,0 0,-0.931 0.3,1.993 1.993,0 0,0 -0.631,0.8 2.49,2.49 0,0 0,-0.227 1.051V13H34.309Z"
48
+ android:fillColor="#fff"/>
49
+ <path
50
+ android:pathData="M43.993,12.737A3.516,3.516 0,0 1,42.68 11.4,3.861 3.861,0 0,1 42.2,9.479a3.853,3.853 0,0 1,0.476 -1.917A3.5,3.5 0,0 1,43.993 6.22a3.906,3.906 0,0 1,3.792 0,3.445 3.445,0 0,1 1.306,1.342 3.913,3.913 0,0 1,0.469 1.917,3.921 3.921,0 0,1 -0.469,1.917 3.463,3.463 0,0 1,-1.306 1.341,3.913 3.913,0 0,1 -3.792,0ZM46.933,11.509a2.141,2.141 0,0 0,0.78 -0.81,2.414 2.414,0 0,0 0.3,-1.22 2.449,2.449 0,0 0,-0.3 -1.236,2.1 2.1,0 0,0 -2.875,-0.8 2.034,2.034 0,0 0,-0.781 0.8,2.51 2.51,0 0,0 -0.291,1.236 2.424,2.424 0,0 0,0.3 1.22,2.144 2.144,0 0,0 0.781,0.81 2.016,2.016 0,0 0,1.037 0.284A2.042,2.042 0,0 0,46.933 11.509Z"
51
+ android:fillColor="#fff"/>
52
+ <path
53
+ android:pathData="M50.582,11.693 L54.43,7.319H50.7V5.957h5.651V7.263L52.5,11.637h3.919V13H50.582Z"
54
+ android:fillColor="#fff"/>
55
+ <path
56
+ android:pathData="M57.611,11.693l3.848,-4.374H57.725V5.957h5.651V7.263l-3.848,4.374h3.919V13H57.611Z"
57
+ android:fillColor="#fff"/>
58
+ <path
59
+ android:pathData="M65.755,12.922a2.364,2.364 0,0 1,-0.952 -0.853,2.261 2.261,0 0,1 -0.348,-1.242 2.086,2.086 0,0 1,0.831 -1.747A3.359,3.359 0,0 1,67.4 8.441a4.378,4.378 0,0 1,1.917 0.384v-0.3a1.317,1.317 0,0 0,-0.5 -1.057,1.836 1.836,0 0,0 -1.214,-0.419 2.053,2.053 0,0 0,-1.733 0.881l-1.193,-0.825a3.3,3.3 0,0 1,1.243 -1.022,3.873 3.873,0 0,1 1.683,-0.355 3.414,3.414 0,0 1,2.392 0.774,2.811 2.811,0 0,1 0.845,2.18L70.84,13L69.312,13v-0.866h-0.085a2.745,2.745 0,0 1,-0.867 0.788,2.448 2.448,0 0,1 -1.25,0.3A2.959,2.959 0,0 1,65.755 12.922ZM68.339,11.672a2,2 0,0 0,0.71 -0.7,1.766 1.766,0 0,0 0.263,-0.931 3.289,3.289 0,0 0,-1.605 -0.411,1.951 1.951,0 0,0 -1.222,0.341 1.048,1.048 0,0 0,-0.439 0.866,0.956 0.956,0 0,0 0.391,0.788 1.462,1.462 0,0 0,0.929 0.3A1.88,1.88 0,0 0,68.339 11.672ZM67.692,2.69h1.776L68.332,4.565L67.025,4.565Z"
60
+ android:fillColor="#fff"/>
61
+ <path
62
+ android:pathData="M72.854,7.682a1.058,1.058 0,0 1,-0.319 -0.774,1.032 1.032,0 0,1 0.319,-0.766 1.065,1.065 0,0 1,0.775 -0.313,1.067 1.067,0 0,1 1.079,1.079 1.067,1.067 0,0 1,-0.312 0.774A1.032,1.032 0,0 1,73.629 8,1.054 1.054,0 0,1 72.854,7.682ZM72.854,12.682a1.061,1.061 0,0 1,-0.319 -0.775,1.033 1.033,0 0,1 0.319,-0.766 1.069,1.069 0,0 1,0.775 -0.313,1.067 1.067,0 0,1 1.079,1.079 1.071,1.071 0,0 1,-0.312 0.775,1.032 1.032,0 0,1 -0.767,0.319A1.054,1.054 0,0 1,72.854 12.681Z"
63
+ android:fillColor="#fff"/>
64
+ </vector>
@@ -0,0 +1,54 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="142dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="142"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M3.178,4.474L0.378,4.474L0.378,2.976L7.546,2.976L7.546,4.474L4.746,4.474L4.746,13L3.178,13L3.178,4.474ZM10.146,13.224C9.633,13.224 9.175,13.124 8.774,12.923C8.373,12.722 8.06,12.438 7.836,12.069C7.612,11.7 7.5,11.283 7.5,10.816C7.5,10.079 7.778,9.495 8.333,9.066C8.888,8.637 9.591,8.422 10.44,8.422C10.86,8.422 11.238,8.462 11.574,8.541C11.91,8.62 12.176,8.707 12.372,8.8L12.372,8.436C12.372,7.997 12.209,7.64 11.882,7.365C11.555,7.09 11.135,6.952 10.622,6.952C10.258,6.952 9.915,7.031 9.593,7.19C9.271,7.349 9.012,7.568 8.816,7.848L7.738,7.022C8.055,6.583 8.466,6.243 8.97,6C9.474,5.757 10.034,5.636 10.65,5.636C11.686,5.636 12.484,5.89 13.044,6.399C13.604,6.908 13.884,7.624 13.884,8.548L13.884,13L12.372,13L12.372,12.146L12.302,12.146C12.097,12.454 11.807,12.711 11.434,12.916C11.061,13.121 10.631,13.224 10.146,13.224ZM10.412,11.95C10.785,11.95 11.121,11.861 11.42,11.684C11.719,11.507 11.952,11.269 12.12,10.97C12.288,10.671 12.372,10.349 12.372,10.004C12.157,9.883 11.908,9.785 11.623,9.71C11.338,9.635 11.042,9.598 10.734,9.598C10.155,9.598 9.731,9.712 9.46,9.941C9.189,10.17 9.054,10.466 9.054,10.83C9.054,11.157 9.18,11.425 9.432,11.635C9.684,11.845 10.011,11.95 10.412,11.95ZM15.714,5.86L17.184,5.86L17.184,6.798L17.254,6.798C17.469,6.453 17.772,6.173 18.164,5.958C18.556,5.743 18.976,5.636 19.424,5.636C19.937,5.636 20.385,5.755 20.768,5.993C21.151,6.231 21.426,6.546 21.594,6.938C21.837,6.546 22.161,6.231 22.567,5.993C22.973,5.755 23.451,5.636 24.002,5.636C24.823,5.636 25.446,5.886 25.871,6.385C26.296,6.884 26.508,7.563 26.508,8.422L26.508,13L24.968,13L24.968,8.688C24.968,7.605 24.506,7.064 23.582,7.064C23.087,7.064 22.681,7.265 22.364,7.666C22.047,8.067 21.888,8.562 21.888,9.15L21.888,13L20.348,13L20.348,8.688C20.348,7.605 19.872,7.064 18.92,7.064C18.435,7.064 18.036,7.265 17.723,7.666C17.41,8.067 17.254,8.562 17.254,9.15L17.254,13L15.714,13L15.714,5.86ZM32.216,13.224C31.712,13.224 31.259,13.112 30.858,12.888C30.457,12.664 30.153,12.393 29.948,12.076L29.878,12.076L29.878,13L28.408,13L28.408,2.976L29.948,2.976L29.948,5.79L29.878,6.798L29.948,6.798C30.153,6.471 30.457,6.196 30.858,5.972C31.259,5.748 31.712,5.636 32.216,5.636C32.86,5.636 33.443,5.799 33.966,6.126C34.489,6.453 34.902,6.903 35.205,7.477C35.508,8.051 35.66,8.702 35.66,9.43C35.66,10.158 35.508,10.809 35.205,11.383C34.902,11.957 34.489,12.407 33.966,12.734C33.443,13.061 32.86,13.224 32.216,13.224ZM31.992,11.81C32.365,11.81 32.715,11.712 33.042,11.516C33.369,11.32 33.63,11.04 33.826,10.676C34.022,10.312 34.12,9.897 34.12,9.43C34.12,8.963 34.022,8.55 33.826,8.191C33.63,7.832 33.369,7.554 33.042,7.358C32.715,7.162 32.365,7.064 31.992,7.064C31.619,7.064 31.271,7.162 30.949,7.358C30.627,7.554 30.368,7.832 30.172,8.191C29.976,8.55 29.878,8.963 29.878,9.43C29.878,9.897 29.976,10.312 30.172,10.676C30.368,11.04 30.627,11.32 30.949,11.516C31.271,11.712 31.619,11.81 31.992,11.81ZM39.45,13.224C38.937,13.224 38.479,13.124 38.078,12.923C37.677,12.722 37.364,12.438 37.14,12.069C36.916,11.7 36.804,11.283 36.804,10.816C36.804,10.079 37.082,9.495 37.637,9.066C38.192,8.637 38.895,8.422 39.744,8.422C40.164,8.422 40.542,8.462 40.878,8.541C41.214,8.62 41.48,8.707 41.676,8.8L41.676,8.436C41.676,7.997 41.513,7.64 41.186,7.365C40.859,7.09 40.439,6.952 39.926,6.952C39.562,6.952 39.219,7.031 38.897,7.19C38.575,7.349 38.316,7.568 38.12,7.848L37.042,7.022C37.359,6.583 37.77,6.243 38.274,6C38.778,5.757 39.338,5.636 39.954,5.636C40.99,5.636 41.788,5.89 42.348,6.399C42.908,6.908 43.188,7.624 43.188,8.548L43.188,13L41.676,13L41.676,12.146L41.606,12.146C41.401,12.454 41.111,12.711 40.738,12.916C40.365,13.121 39.935,13.224 39.45,13.224ZM39.716,11.95C40.089,11.95 40.425,11.861 40.724,11.684C41.023,11.507 41.256,11.269 41.424,10.97C41.592,10.671 41.676,10.349 41.676,10.004C41.461,9.883 41.212,9.785 40.927,9.71C40.642,9.635 40.346,9.598 40.038,9.598C39.459,9.598 39.035,9.712 38.764,9.941C38.493,10.17 38.358,10.466 38.358,10.83C38.358,11.157 38.484,11.425 38.736,11.635C38.988,11.845 39.315,11.95 39.716,11.95ZM45.018,2.976L46.558,2.976L46.558,5.706L46.488,6.798L46.558,6.798C46.763,6.462 47.069,6.184 47.475,5.965C47.881,5.746 48.317,5.636 48.784,5.636C49.652,5.636 50.315,5.89 50.772,6.399C51.229,6.908 51.458,7.601 51.458,8.478L51.458,13L49.918,13L49.918,8.688C49.918,8.147 49.776,7.741 49.491,7.47C49.206,7.199 48.835,7.064 48.378,7.064C48.033,7.064 47.722,7.162 47.447,7.358C47.172,7.554 46.955,7.813 46.796,8.135C46.637,8.457 46.558,8.8 46.558,9.164L46.558,13L45.018,13L45.018,2.976ZM53.358,2.976L54.898,2.976L54.898,8.814L54.94,8.814L57.866,5.86L59.798,5.86L59.798,5.944L57.026,8.702L59.882,12.916L59.882,13L58.048,13L55.948,9.766L54.898,10.788L54.898,13L53.358,13L53.358,2.976ZM63.084,13.224C62.571,13.224 62.113,13.124 61.712,12.923C61.311,12.722 60.998,12.438 60.774,12.069C60.55,11.7 60.438,11.283 60.438,10.816C60.438,10.079 60.716,9.495 61.271,9.066C61.826,8.637 62.529,8.422 63.378,8.422C63.798,8.422 64.176,8.462 64.512,8.541C64.848,8.62 65.114,8.707 65.31,8.8L65.31,8.436C65.31,7.997 65.147,7.64 64.82,7.365C64.493,7.09 64.073,6.952 63.56,6.952C63.196,6.952 62.853,7.031 62.531,7.19C62.209,7.349 61.95,7.568 61.754,7.848L60.676,7.022C60.993,6.583 61.404,6.243 61.908,6C62.412,5.757 62.972,5.636 63.588,5.636C64.624,5.636 65.422,5.89 65.982,6.399C66.542,6.908 66.822,7.624 66.822,8.548L66.822,13L65.31,13L65.31,12.146L65.24,12.146C65.035,12.454 64.745,12.711 64.372,12.916C63.999,13.121 63.569,13.224 63.084,13.224ZM63.35,11.95C63.723,11.95 64.059,11.861 64.358,11.684C64.657,11.507 64.89,11.269 65.058,10.97C65.226,10.671 65.31,10.349 65.31,10.004C65.095,9.883 64.846,9.785 64.561,9.71C64.276,9.635 63.98,9.598 63.672,9.598C63.093,9.598 62.669,9.712 62.398,9.941C62.127,10.17 61.992,10.466 61.992,10.83C61.992,11.157 62.118,11.425 62.37,11.635C62.622,11.845 62.949,11.95 63.35,11.95ZM68.652,5.86L70.122,5.86L70.122,6.798L70.192,6.798C70.397,6.462 70.703,6.184 71.109,5.965C71.515,5.746 71.947,5.636 72.404,5.636C73.272,5.636 73.932,5.89 74.385,6.399C74.838,6.908 75.064,7.601 75.064,8.478L75.064,13L73.524,13L73.524,8.688C73.524,8.128 73.386,7.717 73.111,7.456C72.836,7.195 72.455,7.064 71.97,7.064C71.625,7.064 71.317,7.16 71.046,7.351C70.775,7.542 70.565,7.797 70.416,8.114C70.267,8.431 70.192,8.772 70.192,9.136L70.192,13L68.652,13L68.652,5.86ZM80.376,2.976L81.916,2.976L81.916,8.814L81.958,8.814L84.884,5.86L86.816,5.86L86.816,5.944L84.044,8.702L86.9,12.916L86.9,13L85.066,13L82.966,9.766L81.916,10.788L81.916,13L80.376,13L80.376,2.976ZM91.054,13.224C90.354,13.224 89.726,13.061 89.171,12.734C88.616,12.407 88.182,11.957 87.869,11.383C87.556,10.809 87.4,10.163 87.4,9.444C87.4,8.763 87.552,8.13 87.855,7.547C88.158,6.964 88.581,6.499 89.122,6.154C89.663,5.809 90.279,5.636 90.97,5.636C91.689,5.636 92.312,5.795 92.839,6.112C93.366,6.429 93.768,6.863 94.043,7.414C94.318,7.965 94.456,8.585 94.456,9.276C94.456,9.407 94.442,9.57 94.414,9.766L88.94,9.766C88.996,10.429 89.232,10.94 89.647,11.299C90.062,11.658 90.545,11.838 91.096,11.838C91.535,11.838 91.915,11.738 92.237,11.537C92.559,11.336 92.818,11.063 93.014,10.718L94.316,11.334C93.98,11.922 93.541,12.384 93,12.72C92.459,13.056 91.81,13.224 91.054,13.224ZM92.888,8.59C92.869,8.338 92.79,8.088 92.65,7.841C92.51,7.594 92.298,7.386 92.013,7.218C91.728,7.05 91.381,6.966 90.97,6.966C90.475,6.966 90.058,7.113 89.717,7.407C89.376,7.701 89.141,8.095 89.01,8.59L92.888,8.59Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#3C4043"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M120.526,2.635L120.526,6.718L123.044,6.718C123.644,6.718 124.14,6.516 124.532,6.113C124.935,5.711 125.137,5.231 125.137,4.676C125.137,4.132 124.935,3.658 124.532,3.254C124.14,2.841 123.644,2.634 123.044,2.634L120.526,2.634L120.526,2.635ZM120.526,8.155L120.526,12.891L119.022,12.891L119.022,1.198L123.011,1.198C124.025,1.198 124.885,1.535 125.594,2.21C126.314,2.885 126.674,3.707 126.674,4.676C126.674,5.667 126.314,6.495 125.594,7.158C124.897,7.823 124.035,8.154 123.011,8.154L120.526,8.154L120.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M128.194,10.442C128.194,10.834 128.36,11.16 128.693,11.422C129.025,11.683 129.415,11.813 129.861,11.813C130.494,11.813 131.057,11.579 131.553,11.112C132.049,10.643 132.297,10.093 132.297,9.463C131.828,9.092 131.174,8.907 130.335,8.907C129.724,8.907 129.215,9.055 128.807,9.349C128.398,9.643 128.194,10.006 128.194,10.442M130.14,4.627C131.252,4.627 132.129,4.924 132.773,5.518C133.415,6.111 133.737,6.925 133.737,7.959L133.737,12.891L132.298,12.891L132.298,11.781L132.233,11.781C131.611,12.695 130.783,13.153 129.747,13.153C128.865,13.153 128.126,12.891 127.532,12.369C126.938,11.846 126.641,11.193 126.641,10.409C126.641,9.581 126.954,8.923 127.581,8.433C128.208,7.943 129.044,7.698 130.09,7.698C130.983,7.698 131.72,7.861 132.297,8.188L132.297,7.844C132.297,7.322 132.09,6.878 131.676,6.513C131.261,6.149 130.777,5.967 130.221,5.967C129.381,5.967 128.717,6.32 128.226,7.029L126.901,6.195C127.632,5.15 128.711,4.627 130.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#5F6368"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M141.993,4.889l-5.02,11.531l-1.553,0l1.864,-4.035l-3.303,-7.496l1.635,0l2.387,5.749l0.033,0l2.322,-5.749z"
26
+ android:strokeWidth="1"
27
+ android:fillColor="#5F6368"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M114.448,7.134C114.448,6.661 114.408,6.205 114.332,5.768L107.988,5.768L107.988,8.356L111.622,8.356C111.466,9.199 110.994,9.917 110.278,10.398L110.278,12.079L112.447,12.079C113.716,10.908 114.448,9.179 114.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M107.988,13.701C109.804,13.701 111.332,13.105 112.447,12.079L110.278,10.398C109.675,10.804 108.897,11.041 107.988,11.041C106.234,11.041 104.744,9.859 104.212,8.267L101.978,8.267L101.978,9.998C103.085,12.193 105.36,13.701 107.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M104.212,8.267C104.076,7.861 104.001,7.428 104.001,6.981C104.001,6.534 104.076,6.101 104.212,5.695L104.212,3.964L101.978,3.964C101.52,4.871 101.261,5.896 101.261,6.981C101.261,8.066 101.52,9.091 101.978,9.998L104.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M107.988,2.921C108.98,2.921 109.868,3.262 110.569,3.929L110.569,3.93L112.489,2.012C111.323,0.928 109.803,0.261 107.988,0.261C105.36,0.261 103.085,1.769 101.978,3.964L104.212,5.695C104.744,4.103 106.234,2.921 107.988,2.921"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>
@@ -0,0 +1,54 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="142dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="142"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M3.178,4.474L0.378,4.474L0.378,2.976L7.546,2.976L7.546,4.474L4.746,4.474L4.746,13L3.178,13L3.178,4.474ZM10.146,13.224C9.633,13.224 9.175,13.124 8.774,12.923C8.373,12.722 8.06,12.438 7.836,12.069C7.612,11.7 7.5,11.283 7.5,10.816C7.5,10.079 7.778,9.495 8.333,9.066C8.888,8.637 9.591,8.422 10.44,8.422C10.86,8.422 11.238,8.462 11.574,8.541C11.91,8.62 12.176,8.707 12.372,8.8L12.372,8.436C12.372,7.997 12.209,7.64 11.882,7.365C11.555,7.09 11.135,6.952 10.622,6.952C10.258,6.952 9.915,7.031 9.593,7.19C9.271,7.349 9.012,7.568 8.816,7.848L7.738,7.022C8.055,6.583 8.466,6.243 8.97,6C9.474,5.757 10.034,5.636 10.65,5.636C11.686,5.636 12.484,5.89 13.044,6.399C13.604,6.908 13.884,7.624 13.884,8.548L13.884,13L12.372,13L12.372,12.146L12.302,12.146C12.097,12.454 11.807,12.711 11.434,12.916C11.061,13.121 10.631,13.224 10.146,13.224ZM10.412,11.95C10.785,11.95 11.121,11.861 11.42,11.684C11.719,11.507 11.952,11.269 12.12,10.97C12.288,10.671 12.372,10.349 12.372,10.004C12.157,9.883 11.908,9.785 11.623,9.71C11.338,9.635 11.042,9.598 10.734,9.598C10.155,9.598 9.731,9.712 9.46,9.941C9.189,10.17 9.054,10.466 9.054,10.83C9.054,11.157 9.18,11.425 9.432,11.635C9.684,11.845 10.011,11.95 10.412,11.95ZM15.714,5.86L17.184,5.86L17.184,6.798L17.254,6.798C17.469,6.453 17.772,6.173 18.164,5.958C18.556,5.743 18.976,5.636 19.424,5.636C19.937,5.636 20.385,5.755 20.768,5.993C21.151,6.231 21.426,6.546 21.594,6.938C21.837,6.546 22.161,6.231 22.567,5.993C22.973,5.755 23.451,5.636 24.002,5.636C24.823,5.636 25.446,5.886 25.871,6.385C26.296,6.884 26.508,7.563 26.508,8.422L26.508,13L24.968,13L24.968,8.688C24.968,7.605 24.506,7.064 23.582,7.064C23.087,7.064 22.681,7.265 22.364,7.666C22.047,8.067 21.888,8.562 21.888,9.15L21.888,13L20.348,13L20.348,8.688C20.348,7.605 19.872,7.064 18.92,7.064C18.435,7.064 18.036,7.265 17.723,7.666C17.41,8.067 17.254,8.562 17.254,9.15L17.254,13L15.714,13L15.714,5.86ZM32.216,13.224C31.712,13.224 31.259,13.112 30.858,12.888C30.457,12.664 30.153,12.393 29.948,12.076L29.878,12.076L29.878,13L28.408,13L28.408,2.976L29.948,2.976L29.948,5.79L29.878,6.798L29.948,6.798C30.153,6.471 30.457,6.196 30.858,5.972C31.259,5.748 31.712,5.636 32.216,5.636C32.86,5.636 33.443,5.799 33.966,6.126C34.489,6.453 34.902,6.903 35.205,7.477C35.508,8.051 35.66,8.702 35.66,9.43C35.66,10.158 35.508,10.809 35.205,11.383C34.902,11.957 34.489,12.407 33.966,12.734C33.443,13.061 32.86,13.224 32.216,13.224ZM31.992,11.81C32.365,11.81 32.715,11.712 33.042,11.516C33.369,11.32 33.63,11.04 33.826,10.676C34.022,10.312 34.12,9.897 34.12,9.43C34.12,8.963 34.022,8.55 33.826,8.191C33.63,7.832 33.369,7.554 33.042,7.358C32.715,7.162 32.365,7.064 31.992,7.064C31.619,7.064 31.271,7.162 30.949,7.358C30.627,7.554 30.368,7.832 30.172,8.191C29.976,8.55 29.878,8.963 29.878,9.43C29.878,9.897 29.976,10.312 30.172,10.676C30.368,11.04 30.627,11.32 30.949,11.516C31.271,11.712 31.619,11.81 31.992,11.81ZM39.45,13.224C38.937,13.224 38.479,13.124 38.078,12.923C37.677,12.722 37.364,12.438 37.14,12.069C36.916,11.7 36.804,11.283 36.804,10.816C36.804,10.079 37.082,9.495 37.637,9.066C38.192,8.637 38.895,8.422 39.744,8.422C40.164,8.422 40.542,8.462 40.878,8.541C41.214,8.62 41.48,8.707 41.676,8.8L41.676,8.436C41.676,7.997 41.513,7.64 41.186,7.365C40.859,7.09 40.439,6.952 39.926,6.952C39.562,6.952 39.219,7.031 38.897,7.19C38.575,7.349 38.316,7.568 38.12,7.848L37.042,7.022C37.359,6.583 37.77,6.243 38.274,6C38.778,5.757 39.338,5.636 39.954,5.636C40.99,5.636 41.788,5.89 42.348,6.399C42.908,6.908 43.188,7.624 43.188,8.548L43.188,13L41.676,13L41.676,12.146L41.606,12.146C41.401,12.454 41.111,12.711 40.738,12.916C40.365,13.121 39.935,13.224 39.45,13.224ZM39.716,11.95C40.089,11.95 40.425,11.861 40.724,11.684C41.023,11.507 41.256,11.269 41.424,10.97C41.592,10.671 41.676,10.349 41.676,10.004C41.461,9.883 41.212,9.785 40.927,9.71C40.642,9.635 40.346,9.598 40.038,9.598C39.459,9.598 39.035,9.712 38.764,9.941C38.493,10.17 38.358,10.466 38.358,10.83C38.358,11.157 38.484,11.425 38.736,11.635C38.988,11.845 39.315,11.95 39.716,11.95ZM45.018,2.976L46.558,2.976L46.558,5.706L46.488,6.798L46.558,6.798C46.763,6.462 47.069,6.184 47.475,5.965C47.881,5.746 48.317,5.636 48.784,5.636C49.652,5.636 50.315,5.89 50.772,6.399C51.229,6.908 51.458,7.601 51.458,8.478L51.458,13L49.918,13L49.918,8.688C49.918,8.147 49.776,7.741 49.491,7.47C49.206,7.199 48.835,7.064 48.378,7.064C48.033,7.064 47.722,7.162 47.447,7.358C47.172,7.554 46.955,7.813 46.796,8.135C46.637,8.457 46.558,8.8 46.558,9.164L46.558,13L45.018,13L45.018,2.976ZM53.358,2.976L54.898,2.976L54.898,8.814L54.94,8.814L57.866,5.86L59.798,5.86L59.798,5.944L57.026,8.702L59.882,12.916L59.882,13L58.048,13L55.948,9.766L54.898,10.788L54.898,13L53.358,13L53.358,2.976ZM63.084,13.224C62.571,13.224 62.113,13.124 61.712,12.923C61.311,12.722 60.998,12.438 60.774,12.069C60.55,11.7 60.438,11.283 60.438,10.816C60.438,10.079 60.716,9.495 61.271,9.066C61.826,8.637 62.529,8.422 63.378,8.422C63.798,8.422 64.176,8.462 64.512,8.541C64.848,8.62 65.114,8.707 65.31,8.8L65.31,8.436C65.31,7.997 65.147,7.64 64.82,7.365C64.493,7.09 64.073,6.952 63.56,6.952C63.196,6.952 62.853,7.031 62.531,7.19C62.209,7.349 61.95,7.568 61.754,7.848L60.676,7.022C60.993,6.583 61.404,6.243 61.908,6C62.412,5.757 62.972,5.636 63.588,5.636C64.624,5.636 65.422,5.89 65.982,6.399C66.542,6.908 66.822,7.624 66.822,8.548L66.822,13L65.31,13L65.31,12.146L65.24,12.146C65.035,12.454 64.745,12.711 64.372,12.916C63.999,13.121 63.569,13.224 63.084,13.224ZM63.35,11.95C63.723,11.95 64.059,11.861 64.358,11.684C64.657,11.507 64.89,11.269 65.058,10.97C65.226,10.671 65.31,10.349 65.31,10.004C65.095,9.883 64.846,9.785 64.561,9.71C64.276,9.635 63.98,9.598 63.672,9.598C63.093,9.598 62.669,9.712 62.398,9.941C62.127,10.17 61.992,10.466 61.992,10.83C61.992,11.157 62.118,11.425 62.37,11.635C62.622,11.845 62.949,11.95 63.35,11.95ZM68.652,5.86L70.122,5.86L70.122,6.798L70.192,6.798C70.397,6.462 70.703,6.184 71.109,5.965C71.515,5.746 71.947,5.636 72.404,5.636C73.272,5.636 73.932,5.89 74.385,6.399C74.838,6.908 75.064,7.601 75.064,8.478L75.064,13L73.524,13L73.524,8.688C73.524,8.128 73.386,7.717 73.111,7.456C72.836,7.195 72.455,7.064 71.97,7.064C71.625,7.064 71.317,7.16 71.046,7.351C70.775,7.542 70.565,7.797 70.416,8.114C70.267,8.431 70.192,8.772 70.192,9.136L70.192,13L68.652,13L68.652,5.86ZM80.376,2.976L81.916,2.976L81.916,8.814L81.958,8.814L84.884,5.86L86.816,5.86L86.816,5.944L84.044,8.702L86.9,12.916L86.9,13L85.066,13L82.966,9.766L81.916,10.788L81.916,13L80.376,13L80.376,2.976ZM91.054,13.224C90.354,13.224 89.726,13.061 89.171,12.734C88.616,12.407 88.182,11.957 87.869,11.383C87.556,10.809 87.4,10.163 87.4,9.444C87.4,8.763 87.552,8.13 87.855,7.547C88.158,6.964 88.581,6.499 89.122,6.154C89.663,5.809 90.279,5.636 90.97,5.636C91.689,5.636 92.312,5.795 92.839,6.112C93.366,6.429 93.768,6.863 94.043,7.414C94.318,7.965 94.456,8.585 94.456,9.276C94.456,9.407 94.442,9.57 94.414,9.766L88.94,9.766C88.996,10.429 89.232,10.94 89.647,11.299C90.062,11.658 90.545,11.838 91.096,11.838C91.535,11.838 91.915,11.738 92.237,11.537C92.559,11.336 92.818,11.063 93.014,10.718L94.316,11.334C93.98,11.922 93.541,12.384 93,12.72C92.459,13.056 91.81,13.224 91.054,13.224ZM92.888,8.59C92.869,8.338 92.79,8.088 92.65,7.841C92.51,7.594 92.298,7.386 92.013,7.218C91.728,7.05 91.381,6.966 90.97,6.966C90.475,6.966 90.058,7.113 89.717,7.407C89.376,7.701 89.141,8.095 89.01,8.59L92.888,8.59Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#FFFFFF"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M120.526,2.635L120.526,6.718L123.044,6.718C123.644,6.718 124.14,6.516 124.532,6.113C124.935,5.711 125.137,5.231 125.137,4.676C125.137,4.132 124.935,3.658 124.532,3.254C124.14,2.841 123.644,2.634 123.044,2.634L120.526,2.634L120.526,2.635ZM120.526,8.155L120.526,12.891L119.022,12.891L119.022,1.198L123.011,1.198C124.025,1.198 124.885,1.535 125.594,2.21C126.314,2.885 126.674,3.707 126.674,4.676C126.674,5.667 126.314,6.495 125.594,7.158C124.897,7.823 124.035,8.154 123.011,8.154L120.526,8.154L120.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#FFFFFF"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M128.194,10.442C128.194,10.834 128.36,11.16 128.693,11.422C129.025,11.683 129.415,11.813 129.861,11.813C130.494,11.813 131.057,11.579 131.553,11.112C132.049,10.643 132.297,10.093 132.297,9.463C131.828,9.092 131.174,8.907 130.335,8.907C129.724,8.907 129.215,9.055 128.807,9.349C128.398,9.643 128.194,10.006 128.194,10.442M130.14,4.627C131.252,4.627 132.129,4.924 132.773,5.518C133.415,6.111 133.737,6.925 133.737,7.959L133.737,12.891L132.298,12.891L132.298,11.781L132.233,11.781C131.611,12.695 130.783,13.153 129.747,13.153C128.865,13.153 128.126,12.891 127.532,12.369C126.938,11.846 126.641,11.193 126.641,10.409C126.641,9.581 126.954,8.923 127.581,8.433C128.208,7.943 129.044,7.698 130.09,7.698C130.983,7.698 131.72,7.861 132.297,8.188L132.297,7.844C132.297,7.322 132.09,6.878 131.676,6.513C131.261,6.149 130.777,5.967 130.221,5.967C129.381,5.967 128.717,6.32 128.226,7.029L126.901,6.195C127.632,5.15 128.711,4.627 130.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#FFFFFF"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M141.993,4.889l-5.02,11.531l-1.553,0l1.864,-4.035l-3.303,-7.496l1.635,0l2.387,5.749l0.033,0l2.322,-5.749z"
26
+ android:strokeWidth="1"
27
+ android:fillColor="#FFFFFF"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M114.448,7.134C114.448,6.661 114.408,6.205 114.332,5.768L107.988,5.768L107.988,8.356L111.622,8.356C111.466,9.199 110.994,9.917 110.278,10.398L110.278,12.079L112.447,12.079C113.716,10.908 114.448,9.179 114.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M107.988,13.701C109.804,13.701 111.332,13.105 112.447,12.079L110.278,10.398C109.675,10.804 108.897,11.041 107.988,11.041C106.234,11.041 104.744,9.859 104.212,8.267L101.978,8.267L101.978,9.998C103.085,12.193 105.36,13.701 107.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M104.212,8.267C104.076,7.861 104.001,7.428 104.001,6.981C104.001,6.534 104.076,6.101 104.212,5.695L104.212,3.964L101.978,3.964C101.52,4.871 101.261,5.896 101.261,6.981C101.261,8.066 101.52,9.091 101.978,9.998L104.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M107.988,2.921C108.98,2.921 109.868,3.262 110.569,3.929L110.569,3.93L112.489,2.012C111.323,0.928 109.803,0.261 107.988,0.261C105.36,0.261 103.085,1.769 101.978,3.964L104.212,5.695C104.744,4.103 106.234,2.921 107.988,2.921"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>
@@ -0,0 +1,54 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="118dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="118"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M3.976,2.976L5.768,2.976L9.534,13L7.798,13L6.902,10.438L2.856,10.438L1.946,13L0.21,13L3.976,2.976ZM6.37,8.982L5.306,6L4.914,4.838L4.83,4.838L4.438,6L3.374,8.982L6.37,8.982ZM13.87,16.248C12.993,16.248 12.267,16.047 11.693,15.646C11.119,15.245 10.734,14.769 10.538,14.218L11.98,13.616C12.129,13.989 12.37,14.29 12.701,14.519C13.032,14.748 13.422,14.862 13.87,14.862C14.523,14.862 15.034,14.668 15.403,14.281C15.772,13.894 15.956,13.35 15.956,12.65L15.956,11.992L15.872,11.992C15.639,12.328 15.328,12.592 14.941,12.783C14.554,12.974 14.108,13.07 13.604,13.07C13.007,13.07 12.451,12.916 11.938,12.608C11.425,12.3 11.016,11.864 10.713,11.299C10.41,10.734 10.258,10.088 10.258,9.36C10.258,8.632 10.41,7.986 10.713,7.421C11.016,6.856 11.425,6.418 11.938,6.105C12.451,5.792 13.007,5.636 13.604,5.636C14.099,5.636 14.542,5.734 14.934,5.93C15.326,6.126 15.639,6.392 15.872,6.728L15.956,6.728L15.956,5.86L17.426,5.86L17.426,12.608C17.426,13.383 17.277,14.043 16.978,14.589C16.679,15.135 16.262,15.548 15.725,15.828C15.188,16.108 14.57,16.248 13.87,16.248ZM13.884,11.67C14.257,11.67 14.603,11.579 14.92,11.397C15.237,11.215 15.489,10.949 15.676,10.599C15.863,10.249 15.956,9.836 15.956,9.36C15.956,8.632 15.758,8.065 15.361,7.659C14.964,7.253 14.472,7.05 13.884,7.05C13.501,7.05 13.151,7.141 12.834,7.323C12.517,7.505 12.265,7.769 12.078,8.114C11.891,8.459 11.798,8.875 11.798,9.36C11.798,9.845 11.891,10.261 12.078,10.606C12.265,10.951 12.517,11.215 12.834,11.397C13.151,11.579 13.501,11.67 13.884,11.67ZM22.532,16.248C21.655,16.248 20.929,16.047 20.355,15.646C19.781,15.245 19.396,14.769 19.2,14.218L20.642,13.616C20.791,13.989 21.032,14.29 21.363,14.519C21.694,14.748 22.084,14.862 22.532,14.862C23.185,14.862 23.696,14.668 24.065,14.281C24.434,13.894 24.618,13.35 24.618,12.65L24.618,11.992L24.534,11.992C24.301,12.328 23.99,12.592 23.603,12.783C23.216,12.974 22.77,13.07 22.266,13.07C21.669,13.07 21.113,12.916 20.6,12.608C20.087,12.3 19.678,11.864 19.375,11.299C19.072,10.734 18.92,10.088 18.92,9.36C18.92,8.632 19.072,7.986 19.375,7.421C19.678,6.856 20.087,6.418 20.6,6.105C21.113,5.792 21.669,5.636 22.266,5.636C22.761,5.636 23.204,5.734 23.596,5.93C23.988,6.126 24.301,6.392 24.534,6.728L24.618,6.728L24.618,5.86L26.088,5.86L26.088,12.608C26.088,13.383 25.939,14.043 25.64,14.589C25.341,15.135 24.924,15.548 24.387,15.828C23.85,16.108 23.232,16.248 22.532,16.248ZM22.546,11.67C22.919,11.67 23.265,11.579 23.582,11.397C23.899,11.215 24.151,10.949 24.338,10.599C24.525,10.249 24.618,9.836 24.618,9.36C24.618,8.632 24.42,8.065 24.023,7.659C23.626,7.253 23.134,7.05 22.546,7.05C22.163,7.05 21.813,7.141 21.496,7.323C21.179,7.505 20.927,7.769 20.74,8.114C20.553,8.459 20.46,8.875 20.46,9.36C20.46,9.845 20.553,10.261 20.74,10.606C20.927,10.951 21.179,11.215 21.496,11.397C21.813,11.579 22.163,11.67 22.546,11.67ZM28.926,4.824C28.637,4.824 28.392,4.724 28.191,4.523C27.99,4.322 27.89,4.077 27.89,3.788C27.89,3.499 27.99,3.254 28.191,3.053C28.392,2.852 28.637,2.752 28.926,2.752C29.215,2.752 29.46,2.852 29.661,3.053C29.862,3.254 29.962,3.499 29.962,3.788C29.962,4.077 29.862,4.322 29.661,4.523C29.46,4.724 29.215,4.824 28.926,4.824ZM28.156,5.86L29.696,5.86L29.696,13L28.156,13L28.156,5.86ZM34.368,13.224C33.5,13.224 32.84,12.965 32.387,12.447C31.934,11.929 31.708,11.208 31.708,10.284L31.708,5.86L33.248,5.86L33.248,10.074C33.248,10.653 33.386,11.087 33.661,11.376C33.936,11.665 34.298,11.81 34.746,11.81C35.11,11.81 35.432,11.714 35.712,11.523C35.992,11.332 36.207,11.077 36.356,10.76C36.505,10.443 36.58,10.102 36.58,9.738L36.58,5.86L38.12,5.86L38.12,13L36.664,13L36.664,12.076L36.58,12.076C36.384,12.412 36.081,12.687 35.67,12.902C35.259,13.117 34.825,13.224 34.368,13.224ZM40.062,5.86L41.532,5.86L41.532,6.798L41.602,6.798C41.807,6.462 42.113,6.184 42.519,5.965C42.925,5.746 43.357,5.636 43.814,5.636C44.682,5.636 45.342,5.89 45.795,6.399C46.248,6.908 46.474,7.601 46.474,8.478L46.474,13L44.934,13L44.934,8.688C44.934,8.128 44.796,7.717 44.521,7.456C44.246,7.195 43.865,7.064 43.38,7.064C43.035,7.064 42.727,7.16 42.456,7.351C42.185,7.542 41.975,7.797 41.826,8.114C41.677,8.431 41.602,8.772 41.602,9.136L41.602,13L40.062,13L40.062,5.86ZM51.51,16.248C50.633,16.248 49.907,16.047 49.333,15.646C48.759,15.245 48.374,14.769 48.178,14.218L49.62,13.616C49.769,13.989 50.01,14.29 50.341,14.519C50.672,14.748 51.062,14.862 51.51,14.862C52.163,14.862 52.674,14.668 53.043,14.281C53.412,13.894 53.596,13.35 53.596,12.65L53.596,11.992L53.512,11.992C53.279,12.328 52.968,12.592 52.581,12.783C52.194,12.974 51.748,13.07 51.244,13.07C50.647,13.07 50.091,12.916 49.578,12.608C49.065,12.3 48.656,11.864 48.353,11.299C48.05,10.734 47.898,10.088 47.898,9.36C47.898,8.632 48.05,7.986 48.353,7.421C48.656,6.856 49.065,6.418 49.578,6.105C50.091,5.792 50.647,5.636 51.244,5.636C51.739,5.636 52.182,5.734 52.574,5.93C52.966,6.126 53.279,6.392 53.512,6.728L53.596,6.728L53.596,5.86L55.066,5.86L55.066,12.608C55.066,13.383 54.917,14.043 54.618,14.589C54.319,15.135 53.902,15.548 53.365,15.828C52.828,16.108 52.21,16.248 51.51,16.248ZM51.524,11.67C51.897,11.67 52.243,11.579 52.56,11.397C52.877,11.215 53.129,10.949 53.316,10.599C53.503,10.249 53.596,9.836 53.596,9.36C53.596,8.632 53.398,8.065 53.001,7.659C52.604,7.253 52.112,7.05 51.524,7.05C51.141,7.05 50.791,7.141 50.474,7.323C50.157,7.505 49.905,7.769 49.718,8.114C49.531,8.459 49.438,8.875 49.438,9.36C49.438,9.845 49.531,10.261 49.718,10.606C49.905,10.951 50.157,11.215 50.474,11.397C50.791,11.579 51.141,11.67 51.524,11.67ZM57.904,4.824C57.615,4.824 57.37,4.724 57.169,4.523C56.968,4.322 56.868,4.077 56.868,3.788C56.868,3.499 56.968,3.254 57.169,3.053C57.37,2.852 57.615,2.752 57.904,2.752C58.193,2.752 58.438,2.852 58.639,3.053C58.84,3.254 58.94,3.499 58.94,3.788C58.94,4.077 58.84,4.322 58.639,4.523C58.438,4.724 58.193,4.824 57.904,4.824ZM57.134,5.86L58.674,5.86L58.674,13L57.134,13L57.134,5.86ZM66.408,13.224C65.895,13.224 65.437,13.124 65.036,12.923C64.635,12.722 64.322,12.438 64.098,12.069C63.874,11.7 63.762,11.283 63.762,10.816C63.762,10.079 64.04,9.495 64.595,9.066C65.15,8.637 65.853,8.422 66.702,8.422C67.122,8.422 67.5,8.462 67.836,8.541C68.172,8.62 68.438,8.707 68.634,8.8L68.634,8.436C68.634,7.997 68.471,7.64 68.144,7.365C67.817,7.09 67.397,6.952 66.884,6.952C66.52,6.952 66.177,7.031 65.855,7.19C65.533,7.349 65.274,7.568 65.078,7.848L64,7.022C64.317,6.583 64.728,6.243 65.232,6C65.736,5.757 66.296,5.636 66.912,5.636C67.948,5.636 68.746,5.89 69.306,6.399C69.866,6.908 70.146,7.624 70.146,8.548L70.146,13L68.634,13L68.634,12.146L68.564,12.146C68.359,12.454 68.069,12.711 67.696,12.916C67.323,13.121 66.893,13.224 66.408,13.224ZM66.674,11.95C67.047,11.95 67.383,11.861 67.682,11.684C67.981,11.507 68.214,11.269 68.382,10.97C68.55,10.671 68.634,10.349 68.634,10.004C68.419,9.883 68.17,9.785 67.885,9.71C67.6,9.635 67.304,9.598 66.996,9.598C66.417,9.598 65.993,9.712 65.722,9.941C65.451,10.17 65.316,10.466 65.316,10.83C65.316,11.157 65.442,11.425 65.694,11.635C65.946,11.845 66.273,11.95 66.674,11.95Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#3C4043"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M96.526,2.635L96.526,6.718L99.044,6.718C99.644,6.718 100.14,6.516 100.532,6.113C100.935,5.711 101.137,5.231 101.137,4.676C101.137,4.132 100.935,3.658 100.532,3.254C100.14,2.841 99.644,2.634 99.044,2.634L96.526,2.634L96.526,2.635ZM96.526,8.155L96.526,12.891L95.022,12.891L95.022,1.198L99.011,1.198C100.025,1.198 100.885,1.535 101.594,2.21C102.314,2.885 102.674,3.707 102.674,4.676C102.674,5.667 102.314,6.495 101.594,7.158C100.897,7.823 100.035,8.154 99.011,8.154L96.526,8.154L96.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M104.194,10.442C104.194,10.834 104.36,11.16 104.693,11.422C105.025,11.683 105.415,11.813 105.861,11.813C106.494,11.813 107.057,11.579 107.553,11.112C108.05,10.643 108.297,10.093 108.297,9.463C107.828,9.092 107.174,8.907 106.335,8.907C105.724,8.907 105.215,9.055 104.807,9.349C104.398,9.643 104.194,10.006 104.194,10.442M106.14,4.627C107.252,4.627 108.129,4.924 108.773,5.518C109.415,6.111 109.737,6.925 109.737,7.959L109.737,12.891L108.298,12.891L108.298,11.781L108.233,11.781C107.611,12.695 106.783,13.153 105.747,13.153C104.865,13.153 104.126,12.891 103.532,12.369C102.938,11.846 102.641,11.193 102.641,10.409C102.641,9.581 102.954,8.923 103.581,8.433C104.208,7.943 105.044,7.698 106.09,7.698C106.983,7.698 107.72,7.861 108.297,8.188L108.297,7.844C108.297,7.322 108.09,6.878 107.676,6.513C107.261,6.149 106.777,5.967 106.221,5.967C105.381,5.967 104.717,6.32 104.226,7.029L102.901,6.195C103.632,5.15 104.711,4.627 106.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#5F6368"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M117.993,4.889l-5.02,11.531l-1.553,0l1.864,-4.035l-3.303,-7.496l1.635,0l2.387,5.749l0.033,0l2.322,-5.749z"
26
+ android:strokeWidth="1"
27
+ android:fillColor="#5F6368"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M90.448,7.134C90.448,6.661 90.408,6.205 90.332,5.768L83.988,5.768L83.988,8.356L87.622,8.356C87.466,9.199 86.994,9.917 86.278,10.398L86.278,12.079L88.447,12.079C89.716,10.908 90.448,9.179 90.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M83.988,13.701C85.804,13.701 87.332,13.105 88.447,12.079L86.278,10.398C85.675,10.804 84.897,11.041 83.988,11.041C82.234,11.041 80.744,9.859 80.212,8.267L77.978,8.267L77.978,9.998C79.085,12.193 81.36,13.701 83.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M80.212,8.267C80.076,7.861 80.001,7.428 80.001,6.981C80.001,6.534 80.076,6.101 80.212,5.695L80.212,3.964L77.978,3.964C77.52,4.871 77.261,5.896 77.261,6.981C77.261,8.066 77.52,9.091 77.978,9.998L80.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M83.988,2.921C84.98,2.921 85.868,3.262 86.569,3.929L86.569,3.93L88.489,2.012C87.323,0.928 85.803,0.261 83.988,0.261C81.36,0.261 79.085,1.769 77.978,3.964L80.212,5.695C80.744,4.103 82.234,2.921 83.988,2.921"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>
@@ -0,0 +1,54 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="118dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="118"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M3.976,2.976L5.768,2.976L9.534,13L7.798,13L6.902,10.438L2.856,10.438L1.946,13L0.21,13L3.976,2.976ZM6.37,8.982L5.306,6L4.914,4.838L4.83,4.838L4.438,6L3.374,8.982L6.37,8.982ZM13.87,16.248C12.993,16.248 12.267,16.047 11.693,15.646C11.119,15.245 10.734,14.769 10.538,14.218L11.98,13.616C12.129,13.989 12.37,14.29 12.701,14.519C13.032,14.748 13.422,14.862 13.87,14.862C14.523,14.862 15.034,14.668 15.403,14.281C15.772,13.894 15.956,13.35 15.956,12.65L15.956,11.992L15.872,11.992C15.639,12.328 15.328,12.592 14.941,12.783C14.554,12.974 14.108,13.07 13.604,13.07C13.007,13.07 12.451,12.916 11.938,12.608C11.425,12.3 11.016,11.864 10.713,11.299C10.41,10.734 10.258,10.088 10.258,9.36C10.258,8.632 10.41,7.986 10.713,7.421C11.016,6.856 11.425,6.418 11.938,6.105C12.451,5.792 13.007,5.636 13.604,5.636C14.099,5.636 14.542,5.734 14.934,5.93C15.326,6.126 15.639,6.392 15.872,6.728L15.956,6.728L15.956,5.86L17.426,5.86L17.426,12.608C17.426,13.383 17.277,14.043 16.978,14.589C16.679,15.135 16.262,15.548 15.725,15.828C15.188,16.108 14.57,16.248 13.87,16.248ZM13.884,11.67C14.257,11.67 14.603,11.579 14.92,11.397C15.237,11.215 15.489,10.949 15.676,10.599C15.863,10.249 15.956,9.836 15.956,9.36C15.956,8.632 15.758,8.065 15.361,7.659C14.964,7.253 14.472,7.05 13.884,7.05C13.501,7.05 13.151,7.141 12.834,7.323C12.517,7.505 12.265,7.769 12.078,8.114C11.891,8.459 11.798,8.875 11.798,9.36C11.798,9.845 11.891,10.261 12.078,10.606C12.265,10.951 12.517,11.215 12.834,11.397C13.151,11.579 13.501,11.67 13.884,11.67ZM22.532,16.248C21.655,16.248 20.929,16.047 20.355,15.646C19.781,15.245 19.396,14.769 19.2,14.218L20.642,13.616C20.791,13.989 21.032,14.29 21.363,14.519C21.694,14.748 22.084,14.862 22.532,14.862C23.185,14.862 23.696,14.668 24.065,14.281C24.434,13.894 24.618,13.35 24.618,12.65L24.618,11.992L24.534,11.992C24.301,12.328 23.99,12.592 23.603,12.783C23.216,12.974 22.77,13.07 22.266,13.07C21.669,13.07 21.113,12.916 20.6,12.608C20.087,12.3 19.678,11.864 19.375,11.299C19.072,10.734 18.92,10.088 18.92,9.36C18.92,8.632 19.072,7.986 19.375,7.421C19.678,6.856 20.087,6.418 20.6,6.105C21.113,5.792 21.669,5.636 22.266,5.636C22.761,5.636 23.204,5.734 23.596,5.93C23.988,6.126 24.301,6.392 24.534,6.728L24.618,6.728L24.618,5.86L26.088,5.86L26.088,12.608C26.088,13.383 25.939,14.043 25.64,14.589C25.341,15.135 24.924,15.548 24.387,15.828C23.85,16.108 23.232,16.248 22.532,16.248ZM22.546,11.67C22.919,11.67 23.265,11.579 23.582,11.397C23.899,11.215 24.151,10.949 24.338,10.599C24.525,10.249 24.618,9.836 24.618,9.36C24.618,8.632 24.42,8.065 24.023,7.659C23.626,7.253 23.134,7.05 22.546,7.05C22.163,7.05 21.813,7.141 21.496,7.323C21.179,7.505 20.927,7.769 20.74,8.114C20.553,8.459 20.46,8.875 20.46,9.36C20.46,9.845 20.553,10.261 20.74,10.606C20.927,10.951 21.179,11.215 21.496,11.397C21.813,11.579 22.163,11.67 22.546,11.67ZM28.926,4.824C28.637,4.824 28.392,4.724 28.191,4.523C27.99,4.322 27.89,4.077 27.89,3.788C27.89,3.499 27.99,3.254 28.191,3.053C28.392,2.852 28.637,2.752 28.926,2.752C29.215,2.752 29.46,2.852 29.661,3.053C29.862,3.254 29.962,3.499 29.962,3.788C29.962,4.077 29.862,4.322 29.661,4.523C29.46,4.724 29.215,4.824 28.926,4.824ZM28.156,5.86L29.696,5.86L29.696,13L28.156,13L28.156,5.86ZM34.368,13.224C33.5,13.224 32.84,12.965 32.387,12.447C31.934,11.929 31.708,11.208 31.708,10.284L31.708,5.86L33.248,5.86L33.248,10.074C33.248,10.653 33.386,11.087 33.661,11.376C33.936,11.665 34.298,11.81 34.746,11.81C35.11,11.81 35.432,11.714 35.712,11.523C35.992,11.332 36.207,11.077 36.356,10.76C36.505,10.443 36.58,10.102 36.58,9.738L36.58,5.86L38.12,5.86L38.12,13L36.664,13L36.664,12.076L36.58,12.076C36.384,12.412 36.081,12.687 35.67,12.902C35.259,13.117 34.825,13.224 34.368,13.224ZM40.062,5.86L41.532,5.86L41.532,6.798L41.602,6.798C41.807,6.462 42.113,6.184 42.519,5.965C42.925,5.746 43.357,5.636 43.814,5.636C44.682,5.636 45.342,5.89 45.795,6.399C46.248,6.908 46.474,7.601 46.474,8.478L46.474,13L44.934,13L44.934,8.688C44.934,8.128 44.796,7.717 44.521,7.456C44.246,7.195 43.865,7.064 43.38,7.064C43.035,7.064 42.727,7.16 42.456,7.351C42.185,7.542 41.975,7.797 41.826,8.114C41.677,8.431 41.602,8.772 41.602,9.136L41.602,13L40.062,13L40.062,5.86ZM51.51,16.248C50.633,16.248 49.907,16.047 49.333,15.646C48.759,15.245 48.374,14.769 48.178,14.218L49.62,13.616C49.769,13.989 50.01,14.29 50.341,14.519C50.672,14.748 51.062,14.862 51.51,14.862C52.163,14.862 52.674,14.668 53.043,14.281C53.412,13.894 53.596,13.35 53.596,12.65L53.596,11.992L53.512,11.992C53.279,12.328 52.968,12.592 52.581,12.783C52.194,12.974 51.748,13.07 51.244,13.07C50.647,13.07 50.091,12.916 49.578,12.608C49.065,12.3 48.656,11.864 48.353,11.299C48.05,10.734 47.898,10.088 47.898,9.36C47.898,8.632 48.05,7.986 48.353,7.421C48.656,6.856 49.065,6.418 49.578,6.105C50.091,5.792 50.647,5.636 51.244,5.636C51.739,5.636 52.182,5.734 52.574,5.93C52.966,6.126 53.279,6.392 53.512,6.728L53.596,6.728L53.596,5.86L55.066,5.86L55.066,12.608C55.066,13.383 54.917,14.043 54.618,14.589C54.319,15.135 53.902,15.548 53.365,15.828C52.828,16.108 52.21,16.248 51.51,16.248ZM51.524,11.67C51.897,11.67 52.243,11.579 52.56,11.397C52.877,11.215 53.129,10.949 53.316,10.599C53.503,10.249 53.596,9.836 53.596,9.36C53.596,8.632 53.398,8.065 53.001,7.659C52.604,7.253 52.112,7.05 51.524,7.05C51.141,7.05 50.791,7.141 50.474,7.323C50.157,7.505 49.905,7.769 49.718,8.114C49.531,8.459 49.438,8.875 49.438,9.36C49.438,9.845 49.531,10.261 49.718,10.606C49.905,10.951 50.157,11.215 50.474,11.397C50.791,11.579 51.141,11.67 51.524,11.67ZM57.904,4.824C57.615,4.824 57.37,4.724 57.169,4.523C56.968,4.322 56.868,4.077 56.868,3.788C56.868,3.499 56.968,3.254 57.169,3.053C57.37,2.852 57.615,2.752 57.904,2.752C58.193,2.752 58.438,2.852 58.639,3.053C58.84,3.254 58.94,3.499 58.94,3.788C58.94,4.077 58.84,4.322 58.639,4.523C58.438,4.724 58.193,4.824 57.904,4.824ZM57.134,5.86L58.674,5.86L58.674,13L57.134,13L57.134,5.86ZM66.408,13.224C65.895,13.224 65.437,13.124 65.036,12.923C64.635,12.722 64.322,12.438 64.098,12.069C63.874,11.7 63.762,11.283 63.762,10.816C63.762,10.079 64.04,9.495 64.595,9.066C65.15,8.637 65.853,8.422 66.702,8.422C67.122,8.422 67.5,8.462 67.836,8.541C68.172,8.62 68.438,8.707 68.634,8.8L68.634,8.436C68.634,7.997 68.471,7.64 68.144,7.365C67.817,7.09 67.397,6.952 66.884,6.952C66.52,6.952 66.177,7.031 65.855,7.19C65.533,7.349 65.274,7.568 65.078,7.848L64,7.022C64.317,6.583 64.728,6.243 65.232,6C65.736,5.757 66.296,5.636 66.912,5.636C67.948,5.636 68.746,5.89 69.306,6.399C69.866,6.908 70.146,7.624 70.146,8.548L70.146,13L68.634,13L68.634,12.146L68.564,12.146C68.359,12.454 68.069,12.711 67.696,12.916C67.323,13.121 66.893,13.224 66.408,13.224ZM66.674,11.95C67.047,11.95 67.383,11.861 67.682,11.684C67.981,11.507 68.214,11.269 68.382,10.97C68.55,10.671 68.634,10.349 68.634,10.004C68.419,9.883 68.17,9.785 67.885,9.71C67.6,9.635 67.304,9.598 66.996,9.598C66.417,9.598 65.993,9.712 65.722,9.941C65.451,10.17 65.316,10.466 65.316,10.83C65.316,11.157 65.442,11.425 65.694,11.635C65.946,11.845 66.273,11.95 66.674,11.95Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#FFFFFF"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M96.526,2.635L96.526,6.718L99.044,6.718C99.644,6.718 100.14,6.516 100.532,6.113C100.935,5.711 101.137,5.231 101.137,4.676C101.137,4.132 100.935,3.658 100.532,3.254C100.14,2.841 99.644,2.634 99.044,2.634L96.526,2.634L96.526,2.635ZM96.526,8.155L96.526,12.891L95.022,12.891L95.022,1.198L99.011,1.198C100.025,1.198 100.885,1.535 101.594,2.21C102.314,2.885 102.674,3.707 102.674,4.676C102.674,5.667 102.314,6.495 101.594,7.158C100.897,7.823 100.035,8.154 99.011,8.154L96.526,8.154L96.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#FFFFFF"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M104.194,10.442C104.194,10.834 104.36,11.16 104.693,11.422C105.025,11.683 105.415,11.813 105.861,11.813C106.494,11.813 107.057,11.579 107.553,11.112C108.05,10.643 108.297,10.093 108.297,9.463C107.828,9.092 107.174,8.907 106.335,8.907C105.724,8.907 105.215,9.055 104.807,9.349C104.398,9.643 104.194,10.006 104.194,10.442M106.14,4.627C107.252,4.627 108.129,4.924 108.773,5.518C109.415,6.111 109.737,6.925 109.737,7.959L109.737,12.891L108.298,12.891L108.298,11.781L108.233,11.781C107.611,12.695 106.783,13.153 105.747,13.153C104.865,13.153 104.126,12.891 103.532,12.369C102.938,11.846 102.641,11.193 102.641,10.409C102.641,9.581 102.954,8.923 103.581,8.433C104.208,7.943 105.044,7.698 106.09,7.698C106.983,7.698 107.72,7.861 108.297,8.188L108.297,7.844C108.297,7.322 108.09,6.878 107.676,6.513C107.261,6.149 106.777,5.967 106.221,5.967C105.381,5.967 104.717,6.32 104.226,7.029L102.901,6.195C103.632,5.15 104.711,4.627 106.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#FFFFFF"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M117.993,4.889l-5.02,11.531l-1.553,0l1.864,-4.035l-3.303,-7.496l1.635,0l2.387,5.749l0.033,0l2.322,-5.749z"
26
+ android:strokeWidth="1"
27
+ android:fillColor="#FFFFFF"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M90.448,7.134C90.448,6.661 90.408,6.205 90.332,5.768L83.988,5.768L83.988,8.356L87.622,8.356C87.466,9.199 86.994,9.917 86.278,10.398L86.278,12.079L88.447,12.079C89.716,10.908 90.448,9.179 90.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M83.988,13.701C85.804,13.701 87.332,13.105 88.447,12.079L86.278,10.398C85.675,10.804 84.897,11.041 83.988,11.041C82.234,11.041 80.744,9.859 80.212,8.267L77.978,8.267L77.978,9.998C79.085,12.193 81.36,13.701 83.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M80.212,8.267C80.076,7.861 80.001,7.428 80.001,6.981C80.001,6.534 80.076,6.101 80.212,5.695L80.212,3.964L77.978,3.964C77.52,4.871 77.261,5.896 77.261,6.981C77.261,8.066 77.52,9.091 77.978,9.998L80.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M83.988,2.921C84.98,2.921 85.868,3.262 86.569,3.929L86.569,3.93L88.489,2.012C87.323,0.928 85.803,0.261 83.988,0.261C81.36,0.261 79.085,1.769 77.978,3.964L80.212,5.695C80.744,4.103 82.234,2.921 83.988,2.921"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>
@@ -0,0 +1,41 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="99dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="99"
5
+ android:viewportHeight="17">
6
+ <group>
7
+ <clip-path
8
+ android:pathData="M4,0L95,0A4,4 0,0 1,99 4L99,13A4,4 0,0 1,95 17L4,17A4,4 0,0 1,0 13L0,4A4,4 0,0 1,4 0z"/>
9
+ <path
10
+ android:pathData="M19.5145,4.7233V8.8064H22.0324C22.6323,8.8064 23.1283,8.6048 23.5207,8.2016C23.9233,7.7994 24.1252,7.3197 24.1252,6.7644C24.1252,6.2203 23.9233,5.7462 23.5207,5.343C23.1283,4.9296 22.6323,4.7224 22.0324,4.7224H19.5145V4.7233ZM19.5145,10.2436V14.98H18.0103V3.2861H21.9997C23.0134,3.2861 23.8739,3.6239 24.583,4.2987C25.3024,4.9734 25.6621,5.7957 25.6621,6.7644C25.6621,7.7555 25.3024,8.5833 24.583,9.2469C23.885,9.9114 23.0236,10.2427 21.9997,10.2427H19.5145V10.2436Z"
11
+ android:fillColor="#5F6368"
12
+ android:fillType="evenOdd"/>
13
+ <path
14
+ android:pathData="M27.1821,12.5301C27.1821,12.9221 27.3484,13.2487 27.6811,13.5101C28.0136,13.7714 28.4032,13.902 28.8499,13.902C29.4823,13.902 30.0457,13.6677 30.5418,13.2002C31.038,12.7317 31.2855,12.182 31.2855,11.5511C30.8165,11.1806 30.1625,10.9958 29.3235,10.9958C28.7125,10.9958 28.2034,11.1433 27.7951,11.4373C27.3867,11.7311 27.1821,12.0943 27.1821,12.5301M29.1282,6.7158C30.24,6.7158 31.1173,7.0126 31.7611,7.6062C32.4039,8.1997 32.7252,9.0136 32.7252,10.0476V14.98H31.2865V13.8694H31.221C30.5997,14.7839 29.771,15.2413 28.7359,15.2413C27.853,15.2413 27.114,14.98 26.5206,14.4573C25.9265,13.9347 25.6294,13.2814 25.6294,12.4975C25.6294,11.6696 25.9423,11.0116 26.5692,10.5217C27.1961,10.0318 28.0324,9.7863 29.0788,9.7863C29.9719,9.7863 30.7081,9.9496 31.2855,10.2763V9.9328C31.2855,9.4102 31.0781,8.9669 30.6643,8.602C30.2493,8.2371 29.7654,8.0551 29.2095,8.0551C28.3696,8.0551 27.7054,8.4088 27.2149,9.1172L25.89,8.2837C26.6206,7.2385 27.6997,6.7158 29.1282,6.7158"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"/>
17
+ <path
18
+ android:pathData="M40.9816,6.9772L35.9618,18.5077H34.4089L36.2729,14.4732L32.9701,6.9772H34.6051L36.9922,12.7261H37.0249L39.3466,6.9772H40.9816Z"
19
+ android:fillColor="#5F6368"
20
+ android:fillType="evenOdd"/>
21
+ <path
22
+ android:pathData="M13.4365,9.2226C13.4365,8.7494 13.3963,8.2931 13.3206,7.8563H6.9768V10.4443H10.6102C10.4542,11.2878 9.9824,12.0056 9.2667,12.4863V14.1671H11.4352C12.7049,12.9968 13.4365,11.2674 13.4365,9.2226"
23
+ android:fillColor="#4285F4"
24
+ android:fillType="evenOdd"/>
25
+ <path
26
+ android:pathData="M6.9768,15.7891C8.7921,15.7891 10.3206,15.1937 11.4352,14.1671L9.2667,12.4862C8.6632,12.8922 7.8859,13.1293 6.9768,13.1293C5.2222,13.1293 3.733,11.9477 3.2004,10.3556H0.9666V12.0868C2.0737,14.2819 4.3487,15.7891 6.9768,15.7891"
27
+ android:fillColor="#34A853"
28
+ android:fillType="evenOdd"/>
29
+ <path
30
+ android:pathData="M3.2005,10.3556C3.0641,9.9496 2.9893,9.5166 2.9893,9.0695C2.9893,8.6225 3.0641,8.1895 3.2005,7.7835V6.0523H0.9666C0.5088,6.9594 0.25,7.9841 0.25,9.0695C0.25,10.1549 0.5088,11.1797 0.9666,12.0868L3.2005,10.3556Z"
31
+ android:fillColor="#FABB05"
32
+ android:fillType="evenOdd"/>
33
+ <path
34
+ android:pathData="M6.9768,5.0098C7.9681,5.0098 8.8566,5.3505 9.5573,6.0178V6.0187L11.4773,4.1008C10.3113,3.0164 8.7912,2.35 6.9768,2.35C4.3487,2.35 2.0737,3.8572 0.9666,6.0523L3.2004,7.7835C3.733,6.1913 5.2222,5.0098 6.9768,5.0098"
35
+ android:fillColor="#E94235"
36
+ android:fillType="evenOdd"/>
37
+ <path
38
+ android:pathData="M42.1496,11.878V10.618H45.6216V11.878H42.1496ZM48.0154,6.67H53.1954V7.72L50.5494,15H48.9534L51.5854,8.014H46.5034V4.36H48.0154V6.67ZM64.3332,15V9.652C64.3332,9.0453 64.1979,8.6207 63.9272,8.378C63.6659,8.1353 63.2926,8.014 62.8072,8.014H58.7752V6.67H62.8912C63.8806,6.67 64.6179,6.894 65.1032,7.342C65.5886,7.7807 65.8312,8.4713 65.8312,9.414V15H64.3332ZM58.7752,15V10.058H60.2732V15H58.7752ZM67.7731,15V13.656H71.1751C71.9684,13.656 72.5564,13.4087 72.9391,12.914C73.3218,12.4193 73.5131,11.738 73.5131,10.87C73.5131,8.966 72.6171,8.014 70.8251,8.014H69.2711V8.938C69.2711,9.4887 69.3784,9.8807 69.5931,10.114C69.8078,10.338 70.1064,10.45 70.4891,10.45C70.5544,10.45 70.6291,10.45 70.7131,10.45C70.7971,10.4407 70.8718,10.4313 70.9371,10.422V11.766C70.7224,11.794 70.5078,11.808 70.2931,11.808C69.4438,11.808 68.8091,11.5607 68.3891,11.066C67.9784,10.5713 67.7731,9.8993 67.7731,9.05V6.67H70.9651C71.8424,6.67 72.5844,6.8427 73.1911,7.188C73.7978,7.5333 74.2598,8.0187 74.5771,8.644C74.8944,9.26 75.0531,9.988 75.0531,10.828C75.0531,11.6493 74.8991,12.3727 74.5911,12.998C74.2924,13.6233 73.8538,14.1133 73.2751,14.468C72.6964,14.8227 71.9964,15 71.1751,15H67.7731ZM80.5906,15.182C79.7973,15.182 79.1019,15.014 78.5046,14.678C77.9073,14.342 77.4406,13.8473 77.1046,13.194C76.7686,12.5407 76.6006,11.738 76.6006,10.786C76.6006,10.2913 76.6379,9.806 76.7126,9.33C76.7873,8.8447 76.8759,8.406 76.9786,8.014H75.9846V6.67H80.5206C81.3979,6.67 82.1353,6.8427 82.7326,7.188C83.3299,7.5333 83.7826,8.0233 84.0906,8.658C84.4079,9.2833 84.5666,10.0253 84.5666,10.884C84.5666,11.78 84.4033,12.55 84.0766,13.194C83.7499,13.8287 83.2879,14.3187 82.6906,14.664C82.1026,15.0093 81.4026,15.182 80.5906,15.182ZM80.5206,13.908C81.3793,13.908 82.0093,13.642 82.4106,13.11C82.8213,12.5687 83.0266,11.822 83.0266,10.87C83.0266,10.1513 82.9193,9.5867 82.7046,9.176C82.4899,8.756 82.1773,8.4573 81.7666,8.28C81.3653,8.1027 80.8753,8.014 80.2966,8.014H78.5046C78.4393,8.2473 78.3599,8.5927 78.2666,9.05C78.1826,9.5073 78.1406,10.0487 78.1406,10.674C78.1406,11.738 78.3273,12.5453 78.7006,13.096C79.0739,13.6373 79.6806,13.908 80.5206,13.908ZM86.5826,15V6.67H88.0806V15H86.5826ZM96.1461,15V9.652C96.1461,9.0453 96.0108,8.6207 95.7401,8.378C95.4788,8.1353 95.1054,8.014 94.6201,8.014H90.5881V6.67H94.7041C95.6934,6.67 96.4308,6.894 96.9161,7.342C97.4014,7.7807 97.6441,8.4713 97.6441,9.414V15H96.1461ZM90.5881,15V10.058H92.0861V15H90.5881Z"
39
+ android:fillColor="#3C4043"/>
40
+ </group>
41
+ </vector>
@@ -0,0 +1,41 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="99dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="99"
5
+ android:viewportHeight="17">
6
+ <group>
7
+ <clip-path
8
+ android:pathData="M4,0L95,0A4,4 0,0 1,99 4L99,13A4,4 0,0 1,95 17L4,17A4,4 0,0 1,0 13L0,4A4,4 0,0 1,4 0z"/>
9
+ <path
10
+ android:pathData="M19.5145,4.6733V8.7564H22.0324C22.6323,8.7564 23.1283,8.5548 23.5207,8.1516C23.9233,7.7494 24.1252,7.2697 24.1252,6.7144C24.1252,6.1703 23.9233,5.6962 23.5207,5.293C23.1283,4.8796 22.6323,4.6724 22.0324,4.6724H19.5145V4.6733ZM19.5145,10.1936V14.93H18.0103V3.2361H21.9997C23.0134,3.2361 23.8739,3.5739 24.583,4.2487C25.3024,4.9234 25.6621,5.7456 25.6621,6.7144C25.6621,7.7055 25.3024,8.5333 24.583,9.1969C23.885,9.8614 23.0236,10.1927 21.9997,10.1927H19.5145V10.1936Z"
11
+ android:fillColor="#ffffff"
12
+ android:fillType="evenOdd"/>
13
+ <path
14
+ android:pathData="M27.1821,12.4801C27.1821,12.8721 27.3484,13.1987 27.6811,13.4601C28.0136,13.7214 28.4032,13.852 28.8499,13.852C29.4823,13.852 30.0457,13.6177 30.5418,13.1502C31.038,12.6817 31.2855,12.132 31.2855,11.5011C30.8165,11.1306 30.1625,10.9458 29.3235,10.9458C28.7125,10.9458 28.2034,11.0933 27.7951,11.3873C27.3867,11.6811 27.1821,12.0443 27.1821,12.4801ZM29.1282,6.6659C30.24,6.6659 31.1173,6.9626 31.7611,7.5562C32.4039,8.1497 32.7252,8.9636 32.7252,9.9976V14.93H31.2865V13.8194H31.221C30.5997,14.7339 29.771,15.1913 28.7359,15.1913C27.853,15.1913 27.114,14.93 26.5206,14.4073C25.9265,13.8847 25.6294,13.2314 25.6294,12.4475C25.6294,11.6196 25.9423,10.9616 26.5692,10.4717C27.1961,9.9818 28.0324,9.7363 29.0788,9.7363C29.9719,9.7363 30.7081,9.8996 31.2855,10.2263V9.8828C31.2855,9.3602 31.0781,8.9169 30.6643,8.552C30.2493,8.1871 29.7654,8.0051 29.2095,8.0051C28.3696,8.0051 27.7054,8.3588 27.2149,9.0672L25.89,8.2337C26.6206,7.1885 27.6997,6.6659 29.1282,6.6659Z"
15
+ android:fillColor="#ffffff"
16
+ android:fillType="evenOdd"/>
17
+ <path
18
+ android:pathData="M40.9816,6.9272L35.9618,18.4577H34.4089L36.2729,14.4232L32.9701,6.9272H34.6051L36.9922,12.6761H37.0249L39.3466,6.9272H40.9816Z"
19
+ android:fillColor="#ffffff"
20
+ android:fillType="evenOdd"/>
21
+ <path
22
+ android:pathData="M13.4365,9.1726C13.4365,8.6994 13.3963,8.2431 13.3206,7.8063H6.9768V10.3943H10.6102C10.4542,11.2378 9.9824,11.9556 9.2667,12.4363V14.1171H11.4352C12.7049,12.9468 13.4365,11.2174 13.4365,9.1726"
23
+ android:fillColor="#4285F4"
24
+ android:fillType="evenOdd"/>
25
+ <path
26
+ android:pathData="M6.9768,15.7391C8.7921,15.7391 10.3206,15.1437 11.4352,14.1171L9.2667,12.4362C8.6632,12.8422 7.8859,13.0793 6.9768,13.0793C5.2222,13.0793 3.733,11.8977 3.2004,10.3056H0.9666V12.0368C2.0737,14.2319 4.3487,15.7391 6.9768,15.7391"
27
+ android:fillColor="#34A853"
28
+ android:fillType="evenOdd"/>
29
+ <path
30
+ android:pathData="M3.2005,10.3056C3.0641,9.8996 2.9893,9.4666 2.9893,9.0195C2.9893,8.5725 3.0641,8.1395 3.2005,7.7335V6.0023H0.9666C0.5088,6.9094 0.25,7.9341 0.25,9.0195C0.25,10.1049 0.5088,11.1297 0.9666,12.0368L3.2005,10.3056Z"
31
+ android:fillColor="#FABB05"
32
+ android:fillType="evenOdd"/>
33
+ <path
34
+ android:pathData="M6.9768,4.9598C7.9681,4.9598 8.8566,5.3005 9.5573,5.9678V5.9687L11.4773,4.0508C10.3113,2.9664 8.7912,2.3 6.9768,2.3C4.3487,2.3 2.0737,3.8072 0.9666,6.0023L3.2004,7.7335C3.733,6.1413 5.2222,4.9598 6.9768,4.9598"
35
+ android:fillColor="#E94235"
36
+ android:fillType="evenOdd"/>
37
+ <path
38
+ android:pathData="M41.7668,11.878V10.618H45.2388V11.878H41.7668ZM47.6325,6.67H52.8125V7.72L50.1665,15H48.5705L51.2025,8.014H46.1205V4.36H47.6325V6.67ZM63.9504,15V9.652C63.9504,9.0453 63.8151,8.6207 63.5444,8.378C63.2831,8.1353 62.9097,8.014 62.4244,8.014H58.3924V6.67H62.5084C63.4977,6.67 64.2351,6.894 64.7204,7.342C65.2057,7.7807 65.4484,8.4713 65.4484,9.414V15H63.9504ZM58.3924,15V10.058H59.8904V15H58.3924ZM67.3903,15V13.656H70.7923C71.5856,13.656 72.1736,13.4087 72.5563,12.914C72.939,12.4193 73.1303,11.738 73.1303,10.87C73.1303,8.966 72.2343,8.014 70.4423,8.014H68.8883V8.938C68.8883,9.4887 68.9956,9.8807 69.2103,10.114C69.425,10.338 69.7236,10.45 70.1063,10.45C70.1716,10.45 70.2463,10.45 70.3303,10.45C70.4143,10.4407 70.489,10.4313 70.5543,10.422V11.766C70.3396,11.794 70.125,11.808 69.9103,11.808C69.061,11.808 68.4263,11.5607 68.0063,11.066C67.5956,10.5713 67.3903,9.8993 67.3903,9.05V6.67H70.5823C71.4596,6.67 72.2016,6.8427 72.8083,7.188C73.415,7.5333 73.877,8.0187 74.1943,8.644C74.5116,9.26 74.6703,9.988 74.6703,10.828C74.6703,11.6493 74.5163,12.3727 74.2083,12.998C73.9096,13.6233 73.471,14.1133 72.8923,14.468C72.3136,14.8227 71.6136,15 70.7923,15H67.3903ZM80.5906,15.182C79.7973,15.182 79.1019,15.014 78.5046,14.678C77.9073,14.342 77.4406,13.8473 77.1046,13.194C76.7686,12.5407 76.6006,11.738 76.6006,10.786C76.6006,10.2913 76.6379,9.806 76.7126,9.33C76.7873,8.8447 76.8759,8.406 76.9786,8.014H75.9846V6.67H80.5206C81.3979,6.67 82.1353,6.8427 82.7326,7.188C83.3299,7.5333 83.7826,8.0233 84.0906,8.658C84.4079,9.2833 84.5666,10.0253 84.5666,10.884C84.5666,11.78 84.4033,12.55 84.0766,13.194C83.7499,13.8287 83.2879,14.3187 82.6906,14.664C82.1026,15.0093 81.4026,15.182 80.5906,15.182ZM80.5206,13.908C81.3793,13.908 82.0093,13.642 82.4106,13.11C82.8213,12.5687 83.0266,11.822 83.0266,10.87C83.0266,10.1513 82.9193,9.5867 82.7046,9.176C82.4899,8.756 82.1773,8.4573 81.7666,8.28C81.3653,8.1027 80.8753,8.014 80.2966,8.014H78.5046C78.4393,8.2473 78.3599,8.5927 78.2666,9.05C78.1826,9.5073 78.1406,10.0487 78.1406,10.674C78.1406,11.738 78.3273,12.5453 78.7006,13.096C79.0739,13.6373 79.6806,13.908 80.5206,13.908ZM86.5826,15V6.67H88.0806V15H86.5826ZM96.1461,15V9.652C96.1461,9.0453 96.0108,8.6207 95.7401,8.378C95.4788,8.1353 95.1054,8.014 94.6201,8.014H90.5881V6.67H94.7041C95.6934,6.67 96.4308,6.894 96.9161,7.342C97.4014,7.7807 97.6441,8.4713 97.6441,9.414V15H96.1461ZM90.5881,15V10.058H92.0861V15H90.5881Z"
39
+ android:fillColor="#ffffff"/>
40
+ </group>
41
+ </vector>