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="91dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="91"
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.632,13.224C12.988,13.224 12.4047,13.0607 11.882,12.734C11.3593,12.4073 10.9463,11.957 10.643,11.383C10.3397,10.809 10.188,10.158 10.188,9.43C10.188,8.702 10.3397,8.051 10.643,7.477C10.9463,6.903 11.3593,6.4527 11.882,6.126C12.4047,5.7993 12.988,5.636 13.632,5.636C14.136,5.636 14.5887,5.748 14.99,5.972C15.3913,6.196 15.6947,6.4713 15.9,6.798L15.97,6.798L15.9,5.79L15.9,2.976L17.44,2.976L17.44,13L15.97,13L15.97,12.076L15.9,12.076C15.6947,12.3933 15.3913,12.664 14.99,12.888C14.5887,13.112 14.136,13.224 13.632,13.224ZM13.856,11.81C14.2293,11.81 14.577,11.712 14.899,11.516C15.221,11.32 15.48,11.04 15.676,10.676C15.872,10.312 15.97,9.8967 15.97,9.43C15.97,8.9633 15.872,8.5503 15.676,8.191C15.48,7.8317 15.221,7.554 14.899,7.358C14.577,7.162 14.2293,7.064 13.856,7.064C13.4827,7.064 13.1327,7.162 12.806,7.358C12.4793,7.554 12.218,7.8317 12.022,8.191C11.826,8.5503 11.728,8.9633 11.728,9.43C11.728,9.8967 11.826,10.312 12.022,10.676C12.218,11.04 12.4793,11.32 12.806,11.516C13.1327,11.712 13.4827,11.81 13.856,11.81ZM22.364,13.224C21.72,13.224 21.1367,13.0607 20.614,12.734C20.0913,12.4073 19.6783,11.957 19.375,11.383C19.0717,10.809 18.92,10.158 18.92,9.43C18.92,8.702 19.0717,8.051 19.375,7.477C19.6783,6.903 20.0913,6.4527 20.614,6.126C21.1367,5.7993 21.72,5.636 22.364,5.636C22.868,5.636 23.3207,5.748 23.722,5.972C24.1233,6.196 24.4267,6.4713 24.632,6.798L24.702,6.798L24.632,5.79L24.632,2.976L26.172,2.976L26.172,13L24.702,13L24.702,12.076L24.632,12.076C24.4267,12.3933 24.1233,12.664 23.722,12.888C23.3207,13.112 22.868,13.224 22.364,13.224ZM22.588,11.81C22.9613,11.81 23.309,11.712 23.631,11.516C23.953,11.32 24.212,11.04 24.408,10.676C24.604,10.312 24.702,9.8967 24.702,9.43C24.702,8.9633 24.604,8.5503 24.408,8.191C24.212,7.8317 23.953,7.554 23.631,7.358C23.309,7.162 22.9613,7.064 22.588,7.064C22.2147,7.064 21.8647,7.162 21.538,7.358C21.2113,7.554 20.95,7.8317 20.754,8.191C20.558,8.5503 20.46,8.9633 20.46,9.43C20.46,9.8967 20.558,10.312 20.754,10.676C20.95,11.04 21.2113,11.32 21.538,11.516C21.8647,11.712 22.2147,11.81 22.588,11.81ZM34.466,13.112C34.1487,13.112 33.85,13.0607 33.57,12.958C33.29,12.8553 33.0613,12.72 32.884,12.552C32.4827,12.1507 32.282,11.6047 32.282,10.914L32.282,7.218L31.036,7.218L31.036,5.86L32.282,5.86L32.282,3.844L33.822,3.844L33.822,5.86L35.558,5.86L35.558,7.218L33.822,7.218L33.822,10.578C33.822,10.9607 33.8967,11.2313 34.046,11.39C34.186,11.5767 34.4287,11.67 34.774,11.67C34.9327,11.67 35.0727,11.649 35.194,11.607C35.3153,11.565 35.446,11.4973 35.586,11.404L35.586,12.902C35.278,13.042 34.9047,13.112 34.466,13.112ZM40.244,13.224C39.5253,13.224 38.8813,13.0583 38.312,12.727C37.7427,12.3957 37.2993,11.9407 36.982,11.362C36.6647,10.7833 36.506,10.1393 36.506,9.43C36.506,8.7207 36.6647,8.0767 36.982,7.498C37.2993,6.9193 37.7427,6.4643 38.312,6.133C38.8813,5.8017 39.5253,5.636 40.244,5.636C40.9627,5.636 41.6067,5.804 42.176,6.14C42.7453,6.476 43.1887,6.9333 43.506,7.512C43.8233,8.0907 43.982,8.73 43.982,9.43C43.982,10.1393 43.8233,10.7833 43.506,11.362C43.1887,11.9407 42.7453,12.3957 42.176,12.727C41.6067,13.0583 40.9627,13.224 40.244,13.224ZM40.244,11.81C40.636,11.81 41,11.7143 41.336,11.523C41.672,11.3317 41.9403,11.0563 42.141,10.697C42.3417,10.3377 42.442,9.9153 42.442,9.43C42.442,8.9447 42.3417,8.5247 42.141,8.17C41.9403,7.8153 41.672,7.5423 41.336,7.351C41,7.1597 40.636,7.064 40.244,7.064C39.852,7.064 39.488,7.1597 39.152,7.351C38.816,7.5423 38.5477,7.8153 38.347,8.17C38.1463,8.5247 38.046,8.9447 38.046,9.43C38.046,9.9153 38.1463,10.3377 38.347,10.697C38.5477,11.0563 38.816,11.3317 39.152,11.523C39.488,11.7143 39.852,11.81 40.244,11.81Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#FFFFFF"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M69.526,2.6348L69.526,6.7179L72.0439,6.7179C72.6438,6.7179 73.1398,6.5163 73.5322,6.1131C73.9348,5.7109 74.1367,5.2312 74.1367,4.6759C74.1367,4.1318 73.9348,3.6577 73.5322,3.2545C73.1398,2.841 72.6438,2.6339 72.0439,2.6339L69.526,2.6339L69.526,2.6348ZM69.526,8.1551L69.526,12.8914L68.0218,12.8914L68.0218,1.1976L72.0112,1.1976C73.0249,1.1976 73.8854,1.5354 74.5945,2.2102C75.3139,2.8849 75.6736,3.7071 75.6736,4.6759C75.6736,5.667 75.3139,6.4948 74.5945,7.1584C73.8965,7.8228 73.0351,8.1542 72.0112,8.1542L69.526,8.1542L69.526,8.1551Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#FFFFFF"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M77.1936,10.4416C77.1936,10.8336 77.3599,11.1602 77.6926,11.4215C78.0251,11.6828 78.4147,11.8135 78.8614,11.8135C79.4938,11.8135 80.0572,11.5792 80.5533,11.1117C81.0495,10.6432 81.297,10.0935 81.297,9.4626C80.828,9.0921 80.174,8.9073 79.335,8.9073C78.7241,8.9073 78.2149,9.0547 77.8066,9.3487C77.3982,9.6426 77.1936,10.0058 77.1936,10.4416M79.1397,4.6273C80.2515,4.6273 81.1288,4.9241 81.7726,5.5177C82.4154,6.1112 82.7367,6.925 82.7367,7.9591L82.7367,12.8914L81.298,12.8914L81.298,11.7808L81.2325,11.7808C80.6112,12.6953 79.7825,13.1527 78.7474,13.1527C77.8645,13.1527 77.1255,12.8914 76.5321,12.3688C75.938,11.8462 75.6409,11.1929 75.6409,10.4089C75.6409,9.5811 75.9538,8.9231 76.5807,8.4332C77.2076,7.9432 78.0439,7.6978 79.0903,7.6978C79.9834,7.6978 80.7196,7.8611 81.297,8.1877L81.297,7.8443C81.297,7.3217 81.0896,6.8784 80.6758,6.5135C80.2609,6.1485 79.7769,5.9666 79.221,5.9666C78.3811,5.9666 77.7169,6.3203 77.2264,7.0286L75.9015,6.1952C76.6321,5.1499 77.7112,4.6273 79.1397,4.6273"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#FFFFFF"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M90.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="M63.448,7.1341C63.448,6.6609 63.4078,6.2045 63.3321,5.7678L56.9883,5.7678L56.9883,8.3557L60.6218,8.3557C60.4657,9.1993 59.9939,9.9171 59.2783,10.3977L59.2783,12.0785L61.4468,12.0785C62.7164,10.9082 63.448,9.1789 63.448,7.1341"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M56.9883,13.7006C58.8036,13.7006 60.3321,13.1051 61.4467,12.0785L59.2783,10.3977C58.6747,10.8037 57.8974,11.0407 56.9883,11.0407C55.2337,11.0407 53.7445,9.8592 53.2119,8.2671L50.9781,8.2671L50.9781,9.9983C52.0852,12.1933 54.3602,13.7006 56.9883,13.7006"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M53.212,8.267C53.0756,7.8611 53.0008,7.428 53.0008,6.981C53.0008,6.534 53.0756,6.1009 53.212,5.695L53.212,3.9637L50.9781,3.9637C50.5203,4.8709 50.2615,5.8956 50.2615,6.981C50.2615,8.0664 50.5203,9.0912 50.9781,9.9983L53.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M56.9883,2.9213C57.9796,2.9213 58.8681,3.2619 59.5688,3.9292L59.5688,3.9302L61.4888,2.0123C60.3228,0.9278 58.8027,0.2615 56.9883,0.2615C54.3602,0.2615 52.0852,1.7687 50.9781,3.9638L53.2119,5.695C53.7445,4.1028 55.2337,2.9213 56.9883,2.9213"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <selector xmlns:android="http://schemas.android.com/apk/res/android" >
3
+ <item
4
+ android:drawable="@drawable/un_black_googlepay_button_background_image" />
5
+ </selector>
6
+
@@ -0,0 +1,48 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="41dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="41.0"
5
+ android:viewportHeight="17.0">
6
+ <path
7
+ android:pathData="M19.526,2.635L19.526,6.718L22.044,6.718C22.644,6.718 23.14,6.516 23.532,6.113C23.935,5.711 24.137,5.231 24.137,4.676C24.137,4.132 23.935,3.658 23.532,3.254C23.14,2.841 22.644,2.634 22.044,2.634L19.526,2.634L19.526,2.635ZM19.526,8.155L19.526,12.891L18.022,12.891L18.022,1.198L22.011,1.198C23.025,1.198 23.885,1.535 24.594,2.21C25.314,2.885 25.674,3.707 25.674,4.676C25.674,5.667 25.314,6.495 24.594,7.158C23.897,7.823 23.035,8.154 22.011,8.154L19.526,8.154L19.526,8.155Z"
8
+ android:strokeColor="#00000000"
9
+ android:fillType="evenOdd"
10
+ android:fillColor="#FFFFFF"
11
+ android:strokeWidth="1"/>
12
+ <path
13
+ android:pathData="M27.194,10.442C27.194,10.834 27.36,11.16 27.693,11.422C28.025,11.683 28.415,11.813 28.861,11.813C29.494,11.813 30.057,11.579 30.553,11.112C31.05,10.643 31.297,10.093 31.297,9.463C30.828,9.092 30.174,8.907 29.335,8.907C28.724,8.907 28.215,9.055 27.807,9.349C27.398,9.643 27.194,10.006 27.194,10.442M29.14,4.627C30.252,4.627 31.129,4.924 31.773,5.518C32.415,6.111 32.737,6.925 32.737,7.959L32.737,12.891L31.298,12.891L31.298,11.781L31.233,11.781C30.611,12.695 29.783,13.153 28.747,13.153C27.865,13.153 27.126,12.891 26.532,12.369C25.938,11.846 25.641,11.193 25.641,10.409C25.641,9.581 25.954,8.923 26.581,8.433C27.208,7.943 28.044,7.698 29.09,7.698C29.983,7.698 30.72,7.861 31.297,8.188L31.297,7.844C31.297,7.322 31.09,6.878 30.676,6.513C30.261,6.149 29.777,5.967 29.221,5.967C28.381,5.967 27.717,6.32 27.226,7.029L25.902,6.195C26.632,5.15 27.711,4.627 29.14,4.627"
14
+ android:strokeColor="#00000000"
15
+ android:fillType="evenOdd"
16
+ android:fillColor="#FFFFFF"
17
+ android:strokeWidth="1"/>
18
+ <path
19
+ android:pathData="M40.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"
20
+ android:strokeColor="#00000000"
21
+ android:fillType="evenOdd"
22
+ android:fillColor="#FFFFFF"
23
+ android:strokeWidth="1"/>
24
+ <path
25
+ android:pathData="M13.448,7.134C13.448,6.661 13.408,6.205 13.332,5.768L6.988,5.768L6.988,8.356L10.622,8.356C10.466,9.199 9.994,9.917 9.278,10.398L9.278,12.079L11.447,12.079C12.716,10.908 13.448,9.179 13.448,7.134"
26
+ android:strokeColor="#00000000"
27
+ android:fillType="evenOdd"
28
+ android:fillColor="#4285F4"
29
+ android:strokeWidth="1"/>
30
+ <path
31
+ android:pathData="M6.988,13.701C8.804,13.701 10.332,13.105 11.447,12.079L9.278,10.398C8.675,10.804 7.897,11.041 6.988,11.041C5.234,11.041 3.744,9.859 3.212,8.267L0.978,8.267L0.978,9.998C2.085,12.193 4.36,13.701 6.988,13.701"
32
+ android:strokeColor="#00000000"
33
+ android:fillType="evenOdd"
34
+ android:fillColor="#34A853"
35
+ android:strokeWidth="1"/>
36
+ <path
37
+ android:pathData="M3.212,8.267C3.076,7.861 3.001,7.428 3.001,6.981C3.001,6.534 3.076,6.101 3.212,5.695L3.212,3.964L0.978,3.964C0.52,4.871 0.261,5.896 0.261,6.981C0.261,8.066 0.52,9.091 0.978,9.998L3.212,8.267Z"
38
+ android:strokeColor="#00000000"
39
+ android:fillType="evenOdd"
40
+ android:fillColor="#FABB05"
41
+ android:strokeWidth="1"/>
42
+ <path
43
+ android:pathData="M6.988,2.921C7.98,2.921 8.868,3.262 9.569,3.929L9.569,3.93L11.489,2.012C10.323,0.928 8.803,0.261 6.988,0.261C4.36,0.261 2.085,1.769 0.978,3.964L3.212,5.695C3.744,4.103 5.234,2.921 6.988,2.921"
44
+ android:strokeColor="#00000000"
45
+ android:fillType="evenOdd"
46
+ android:fillColor="#E94235"
47
+ android:strokeWidth="1"/>
48
+ </vector>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <selector xmlns:android="http://schemas.android.com/apk/res/android" >
3
+ <item
4
+ android:drawable="@drawable/un_black_googlepay_button_no_shadow_background_image" />
5
+ </selector>
6
+
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <selector xmlns:android="http://schemas.android.com/apk/res/android" >
3
+ <item android:state_enabled="false">
4
+ <shape
5
+ android:shape="rectangle" >
6
+ <corners android:radius="4dp"/>
7
+ <solid android:color="#7FFFFFFF"/>
8
+ </shape>
9
+ </item>
10
+ <item android:drawable="@android:color/transparent" />
11
+ </selector>
12
+
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
3
+ <solid android:color="@android:color/white" />
4
+ <stroke android:width="1dip" android:color="@color/black"/>
5
+ <padding android:bottom="10dp" android:left="10dp" android:right="10dp" android:top="10dp"/>
6
+ </shape>
@@ -0,0 +1,27 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="1373.28dp"
3
+ android:height="700.83dp"
4
+ android:viewportWidth="1373.28"
5
+ android:viewportHeight="700.83">
6
+ <path
7
+ android:pathData="M653.29,377.48v115.7h-36.72v-285.7h97.33c24.67,0 45.7,8.22 62.92,24.67c17.6,16.45 26.38,36.53 26.38,60.23c0,24.28 -8.8,44.37 -26.38,60.62c-17.02,16.25 -38.05,24.28 -62.92,24.28h-60.62V377.48zM653.29,242.67v99.63h61.38c14.53,0 26.77,-4.97 36.33,-14.72c9.75,-9.75 14.72,-21.62 14.72,-35c0,-13.2 -4.97,-24.87 -14.72,-34.62c-9.57,-10.13 -21.62,-15.1 -36.33,-15.1h-61.38L653.29,242.67L653.29,242.67z"
8
+ android:fillColor="#5F6368"/>
9
+ <path
10
+ android:pathData="M899.21,291.25c27.15,0 48.57,7.27 64.25,21.8c15.68,14.53 23.52,34.42 23.52,59.67V493.2h-35v-27.15h-1.53c-15.1,22.37 -35.38,33.47 -60.62,33.47c-21.62,0 -39.58,-6.32 -54.12,-19.12c-14.53,-12.82 -21.8,-28.68 -21.8,-47.8c0,-20.27 7.65,-36.33 22.95,-48.18c15.3,-12.05 35.77,-17.98 61.2,-17.98c21.8,0 39.78,4.02 53.73,12.05v-8.42c0,-12.82 -4.97,-23.52 -15.1,-32.52c-10.13,-8.98 -22,-13.38 -35.57,-13.38c-20.47,0 -36.72,8.6 -48.57,26l-32.32,-20.27C838.03,304.05 864.41,291.25 899.21,291.25zM851.79,433.13c0,9.57 4.02,17.6 12.23,23.9c8.03,6.32 17.6,9.57 28.5,9.57c15.48,0 29.25,-5.73 41.3,-17.22c12.05,-11.47 18.17,-24.87 18.17,-40.35c-11.47,-8.98 -27.35,-13.58 -47.8,-13.58c-14.92,0 -27.35,3.63 -37.28,10.72C856.76,413.63 851.79,422.62 851.79,433.13z"
11
+ android:fillColor="#5F6368"/>
12
+ <path
13
+ android:pathData="M1186.64,297.55l-122.38,281.5h-37.87l45.52,-98.48l-80.7,-183.02h39.97l58.13,140.37h0.77l56.58,-140.37H1186.64z"
14
+ android:fillColor="#5F6368"/>
15
+ <path
16
+ android:pathData="M507.39,354.16c0,-11.97 -1.07,-23.43 -3.06,-34.44H350.43v63.11l88.64,0.02c-3.6,21 -15.16,38.9 -32.89,50.83v33.3c0,4.22 3.42,7.64 7.64,7.64h45.12C489.74,446.1 507.39,403.95 507.39,354.16z"
17
+ android:fillColor="#4285F4"/>
18
+ <path
19
+ android:pathData="M406.19,433.67c-14.69,9.91 -33.6,15.7 -55.73,15.7c-42.74,0 -79,-28.8 -91.98,-67.62H211.7c-4.22,0 -7.65,3.42 -7.65,7.65v34.58c26.96,53.51 82.38,90.22 146.41,90.22c44.25,0 81.43,-14.55 108.49,-39.6L406.19,433.67z"
20
+ android:fillColor="#34A853"/>
21
+ <path
22
+ android:pathData="M253.36,350.43c0,-10.9 1.82,-21.44 5.13,-31.34v-34.57c0,-4.23 -3.43,-7.66 -7.66,-7.66h-46.77c-11.15,22.13 -17.42,47.1 -17.42,73.57c0,26.47 6.29,51.44 17.42,73.57l54.43,-42.22C255.17,371.86 253.36,361.33 253.36,350.43z"
23
+ android:fillColor="#FBBC04"/>
24
+ <path
25
+ android:pathData="M350.46,251.46c24.15,0 45.78,8.32 62.86,24.57l46.76,-46.72c-28.4,-26.45 -65.42,-42.68 -109.62,-42.68c-64.01,0 -119.45,36.72 -146.41,90.22l54.43,42.22C271.47,280.26 307.72,251.46 350.46,251.46z"
26
+ android:fillColor="#EA4335"/>
27
+ </vector>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <selector xmlns:android="http://schemas.android.com/apk/res/android" >
3
+ <item
4
+ android:state_enabled="false"
5
+ android:state_focused="true"
6
+ android:drawable="@drawable/un_googlepay_button_background_image_focused" />
7
+ <item
8
+ android:state_enabled="false"
9
+ android:drawable="@drawable/un_googlepay_button_background_image" />
10
+ <item
11
+ android:state_pressed="true"
12
+ android:drawable="@drawable/un_googlepay_button_background_image_pressed" />
13
+ <item
14
+ android:state_focused="true"
15
+ android:drawable="@drawable/un_googlepay_button_background_image_focused" />
16
+ <item
17
+ android:drawable="@drawable/un_googlepay_button_background_image" />
18
+ </selector>
@@ -0,0 +1,48 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="41dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="41.0"
5
+ android:viewportHeight="17.0">
6
+ <path
7
+ android:pathData="M19.526,2.635L19.526,6.718L22.044,6.718C22.644,6.718 23.14,6.516 23.532,6.113C23.935,5.711 24.137,5.231 24.137,4.676C24.137,4.132 23.935,3.658 23.532,3.254C23.14,2.841 22.644,2.634 22.044,2.634L19.526,2.634L19.526,2.635ZM19.526,8.155L19.526,12.891L18.022,12.891L18.022,1.198L22.011,1.198C23.025,1.198 23.885,1.535 24.594,2.21C25.314,2.885 25.674,3.707 25.674,4.676C25.674,5.667 25.314,6.495 24.594,7.158C23.897,7.823 23.035,8.154 22.011,8.154L19.526,8.154L19.526,8.155Z"
8
+ android:strokeColor="#00000000"
9
+ android:fillType="evenOdd"
10
+ android:fillColor="#5F6368"
11
+ android:strokeWidth="1"/>
12
+ <path
13
+ android:pathData="M27.194,10.442C27.194,10.834 27.36,11.16 27.693,11.422C28.025,11.683 28.415,11.813 28.861,11.813C29.494,11.813 30.057,11.579 30.553,11.112C31.05,10.643 31.297,10.093 31.297,9.463C30.828,9.092 30.174,8.907 29.335,8.907C28.724,8.907 28.215,9.055 27.807,9.349C27.398,9.643 27.194,10.006 27.194,10.442M29.14,4.627C30.252,4.627 31.129,4.924 31.773,5.518C32.415,6.111 32.737,6.925 32.737,7.959L32.737,12.891L31.298,12.891L31.298,11.781L31.233,11.781C30.611,12.695 29.783,13.153 28.747,13.153C27.865,13.153 27.126,12.891 26.532,12.369C25.938,11.846 25.641,11.193 25.641,10.409C25.641,9.581 25.954,8.923 26.581,8.433C27.208,7.943 28.044,7.698 29.09,7.698C29.983,7.698 30.72,7.861 31.297,8.188L31.297,7.844C31.297,7.322 31.09,6.878 30.676,6.513C30.261,6.149 29.777,5.967 29.221,5.967C28.381,5.967 27.717,6.32 27.226,7.029L25.902,6.195C26.632,5.15 27.711,4.627 29.14,4.627"
14
+ android:strokeColor="#00000000"
15
+ android:fillType="evenOdd"
16
+ android:fillColor="#5F6368"
17
+ android:strokeWidth="1"/>
18
+ <path
19
+ android:pathData="M40.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"
20
+ android:strokeColor="#00000000"
21
+ android:fillType="evenOdd"
22
+ android:fillColor="#5F6368"
23
+ android:strokeWidth="1"/>
24
+ <path
25
+ android:pathData="M13.448,7.134C13.448,6.661 13.408,6.205 13.332,5.768L6.988,5.768L6.988,8.356L10.622,8.356C10.466,9.199 9.994,9.917 9.278,10.398L9.278,12.079L11.447,12.079C12.716,10.908 13.448,9.179 13.448,7.134"
26
+ android:strokeColor="#00000000"
27
+ android:fillType="evenOdd"
28
+ android:fillColor="#4285F4"
29
+ android:strokeWidth="1"/>
30
+ <path
31
+ android:pathData="M6.988,13.701C8.804,13.701 10.332,13.105 11.447,12.079L9.278,10.398C8.675,10.804 7.897,11.041 6.988,11.041C5.234,11.041 3.744,9.859 3.212,8.267L0.978,8.267L0.978,9.998C2.085,12.193 4.36,13.701 6.988,13.701"
32
+ android:strokeColor="#00000000"
33
+ android:fillType="evenOdd"
34
+ android:fillColor="#34A853"
35
+ android:strokeWidth="1"/>
36
+ <path
37
+ android:pathData="M3.212,8.267C3.076,7.861 3.001,7.428 3.001,6.981C3.001,6.534 3.076,6.101 3.212,5.695L3.212,3.964L0.978,3.964C0.52,4.871 0.261,5.896 0.261,6.981C0.261,8.066 0.52,9.091 0.978,9.998L3.212,8.267Z"
38
+ android:strokeColor="#00000000"
39
+ android:fillType="evenOdd"
40
+ android:fillColor="#FABB05"
41
+ android:strokeWidth="1"/>
42
+ <path
43
+ android:pathData="M6.988,2.921C7.98,2.921 8.868,3.262 9.569,3.929L9.569,3.93L11.489,2.012C10.323,0.928 8.803,0.261 6.988,0.261C4.36,0.261 2.085,1.769 0.978,3.964L3.212,5.695C3.744,4.103 5.234,2.921 6.988,2.921"
44
+ android:strokeColor="#00000000"
45
+ android:fillType="evenOdd"
46
+ android:fillColor="#E94235"
47
+ android:strokeWidth="1"/>
48
+ </vector>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <selector xmlns:android="http://schemas.android.com/apk/res/android" >
3
+ <item
4
+ android:state_enabled="false"
5
+ android:state_focused="true"
6
+ android:drawable="@drawable/un_googlepay_button_no_shadow_background_image_focused" />
7
+ <item
8
+ android:state_enabled="false"
9
+ android:drawable="@drawable/un_googlepay_button_no_shadow_background_image" />
10
+ <item
11
+ android:state_pressed="true"
12
+ android:drawable="@drawable/un_googlepay_button_no_shadow_background_image_pressed" />
13
+ <item
14
+ android:state_focused="true"
15
+ android:drawable="@drawable/un_googlepay_button_no_shadow_background_image_focused" />
16
+ <item
17
+ android:drawable="@drawable/un_googlepay_button_no_shadow_background_image" />
18
+ </selector>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <selector xmlns:android="http://schemas.android.com/apk/res/android" >
3
+ <item android:state_enabled="false">
4
+ <shape
5
+ android:shape="rectangle" >
6
+ <corners android:radius="4dp"/>
7
+ <solid android:color="#7FFFFFFF"/>
8
+ </shape>
9
+ </item>
10
+ <item android:drawable="@android:color/transparent" />
11
+ </selector>
@@ -0,0 +1,30 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ xmlns:aapt="http://schemas.android.com/aapt"
3
+ android:width="108dp"
4
+ android:height="108dp"
5
+ android:viewportWidth="108"
6
+ android:viewportHeight="108">
7
+ <path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z">
8
+ <aapt:attr name="android:fillColor">
9
+ <gradient
10
+ android:endX="85.84757"
11
+ android:endY="92.4963"
12
+ android:startX="42.9492"
13
+ android:startY="49.59793"
14
+ android:type="linear">
15
+ <item
16
+ android:color="#44000000"
17
+ android:offset="0.0" />
18
+ <item
19
+ android:color="#00000000"
20
+ android:offset="1.0" />
21
+ </gradient>
22
+ </aapt:attr>
23
+ </path>
24
+ <path
25
+ android:fillColor="#FFFFFF"
26
+ android:fillType="nonZero"
27
+ android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z"
28
+ android:strokeWidth="1"
29
+ android:strokeColor="#00000000" />
30
+ </vector>
@@ -0,0 +1,25 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="117dp"
3
+ android:height="62dp"
4
+ android:viewportWidth="117"
5
+ android:viewportHeight="62">
6
+ <group>
7
+ <clip-path
8
+ android:pathData="M0,0h117v62h-117z"/>
9
+ <path
10
+ android:pathData="M23.439,51.816H14.889C11.239,51.816 9.876,48.581 9.876,44.122L9.87,20.864H0V44.122C0,54.115 6.958,61.647 16.184,61.647H33.324V20.864H23.439V51.816Z"
11
+ android:fillColor="#FFFFFF"/>
12
+ <path
13
+ android:pathData="M50.302,30.696H58.852C62.502,30.696 63.865,33.931 63.865,38.39L63.868,61.647H73.738V38.39C73.738,28.396 66.781,20.864 57.554,20.864H40.414V61.647H50.299V30.696H50.302Z"
14
+ android:fillColor="#FFFFFF"/>
15
+ <path
16
+ android:pathData="M80.837,61.649H90.878V17.586L80.837,21.746V61.649Z"
17
+ android:fillColor="#FFFFFF"/>
18
+ <path
19
+ android:pathData="M116.473,53.257L116.403,53.261C115.659,53.358 114.853,53.404 114.014,53.404C111.825,53.404 110.269,52.804 109.387,51.622C108.471,50.391 108.006,48.259 108.006,45.284V28.973H116.997V20.463H108.006V10.087L97.967,14.247V45.36C97.967,47.949 98.197,50.285 98.65,52.307C99.11,54.369 99.918,56.154 101.051,57.61C102.191,59.081 103.752,60.22 105.691,60.991C107.602,61.752 110.006,62.136 112.829,62.136C114.14,62.136 115.389,62.054 116.547,61.895L117,61.831V53.257H116.473Z"
20
+ android:fillColor="#FFFFFF"/>
21
+ <path
22
+ android:pathData="M80.837,0V14.02L90.878,9.859V0H80.837Z"
23
+ android:fillColor="#FFFFFF"/>
24
+ </group>
25
+ </vector>
@@ -0,0 +1,13 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="131dp"
3
+ android:height="42dp"
4
+ android:viewportWidth="131"
5
+ android:viewportHeight="42">
6
+ <group>
7
+ <clip-path
8
+ android:pathData="M0,0h131v42h-131z"/>
9
+ <path
10
+ android:pathData="M49.739,0.742L32.588,41.365H21.399L12.959,8.949C12.446,6.952 12.004,6.221 10.443,5.379C7.898,4.009 3.697,2.724 0.004,1.925L0.255,0.744H18.267C20.563,0.744 22.627,2.262 23.148,4.886L27.605,28.39L38.622,0.741H49.743L49.739,0.742ZM93.581,28.102C93.626,17.38 78.647,16.79 78.751,12C78.783,10.543 80.183,8.993 83.241,8.597C84.757,8.4 88.936,8.25 93.68,10.415L95.539,1.801C92.992,0.883 89.715,0 85.637,0C75.175,0 67.811,5.522 67.749,13.428C67.681,19.276 73.003,22.54 77.015,24.483C81.141,26.473 82.526,27.752 82.51,29.532C82.481,32.257 79.219,33.46 76.171,33.507C70.85,33.588 67.764,32.078 65.303,30.942L63.384,39.841C65.857,40.968 70.423,41.951 75.156,42C86.277,42 93.551,36.547 93.585,28.102H93.581ZM121.213,41.365H131.004L122.453,0.742H113.418C112.453,0.734 111.508,1.014 110.705,1.545C109.902,2.077 109.279,2.835 108.915,3.723L93.031,41.365H104.146L106.351,35.297H119.932L121.213,41.365ZM109.402,26.971L114.974,11.719L118.181,26.971H109.402ZM64.863,0.742L56.11,41.365H45.525L54.282,0.742H64.863Z"
11
+ android:fillColor="#FFFFFF"/>
12
+ </group>
13
+ </vector>
@@ -0,0 +1,54 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="144dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="144"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M10.542,11.502L10.542,15.128L9.044,15.128L9.044,13L2.156,13L2.156,15.128L0.658,15.128L0.658,11.502L1.778,11.502C2.151,10.979 2.427,10.226 2.604,9.241C2.781,8.256 2.87,7.185 2.87,6.028L2.87,2.976L9.436,2.976L9.436,11.502L10.542,11.502ZM7.868,11.502L7.868,4.474L4.424,4.474L4.424,6.294C4.424,7.339 4.342,8.31 4.179,9.206C4.016,10.102 3.771,10.867 3.444,11.502L7.868,11.502ZM15.452,13.224C14.733,13.224 14.089,13.058 13.52,12.727C12.951,12.396 12.507,11.941 12.19,11.362C11.873,10.783 11.714,10.139 11.714,9.43C11.714,8.721 11.873,8.077 12.19,7.498C12.507,6.919 12.951,6.464 13.52,6.133C14.089,5.802 14.733,5.636 15.452,5.636C16.171,5.636 16.815,5.804 17.384,6.14C17.953,6.476 18.397,6.933 18.714,7.512C19.031,8.091 19.19,8.73 19.19,9.43C19.19,10.139 19.031,10.783 18.714,11.362C18.397,11.941 17.953,12.396 17.384,12.727C16.815,13.058 16.171,13.224 15.452,13.224ZM15.452,11.81C15.844,11.81 16.208,11.714 16.544,11.523C16.88,11.332 17.148,11.056 17.349,10.697C17.55,10.338 17.65,9.915 17.65,9.43C17.65,8.945 17.55,8.525 17.349,8.17C17.148,7.815 16.88,7.542 16.544,7.351C16.208,7.16 15.844,7.064 15.452,7.064C15.06,7.064 14.696,7.16 14.36,7.351C14.024,7.542 13.756,7.815 13.555,8.17C13.354,8.525 13.254,8.945 13.254,9.43C13.254,9.915 13.354,10.338 13.555,10.697C13.756,11.056 14.024,11.332 14.36,11.523C14.696,11.714 15.06,11.81 15.452,11.81ZM24.394,13.224C23.675,13.224 23.034,13.058 22.469,12.727C21.904,12.396 21.459,11.88 21.132,11.18C20.805,10.48 20.642,9.598 20.642,8.534C20.642,7.414 20.768,6.509 21.02,5.818C21.272,5.127 21.622,4.577 22.07,4.166C22.406,3.858 22.812,3.618 23.288,3.445C23.764,3.272 24.277,3.186 24.828,3.186C25.173,3.186 25.435,3.17 25.612,3.137C25.789,3.104 25.915,3.058 25.99,2.997C26.065,2.936 26.121,2.85 26.158,2.738L27.586,2.738C27.474,3.41 27.213,3.872 26.802,4.124C26.391,4.376 25.771,4.502 24.94,4.502C24.483,4.502 24.112,4.556 23.827,4.663C23.542,4.77 23.293,4.917 23.078,5.104C22.565,5.571 22.266,6.163 22.182,6.882L22.266,6.882C22.509,6.527 22.842,6.231 23.267,5.993C23.692,5.755 24.198,5.636 24.786,5.636C25.411,5.636 25.981,5.806 26.494,6.147C27.007,6.488 27.409,6.95 27.698,7.533C27.987,8.116 28.132,8.749 28.132,9.43C28.132,10.139 27.973,10.783 27.656,11.362C27.339,11.941 26.895,12.396 26.326,12.727C25.757,13.058 25.113,13.224 24.394,13.224ZM24.394,11.81C24.786,11.81 25.15,11.714 25.486,11.523C25.822,11.332 26.09,11.056 26.291,10.697C26.492,10.338 26.592,9.915 26.592,9.43C26.592,8.945 26.492,8.525 26.291,8.17C26.09,7.815 25.822,7.542 25.486,7.351C25.15,7.16 24.786,7.064 24.394,7.064C24.002,7.064 23.64,7.16 23.309,7.351C22.978,7.542 22.712,7.815 22.511,8.17C22.31,8.525 22.21,8.945 22.21,9.43C22.21,9.915 22.31,10.338 22.511,10.697C22.712,11.056 22.978,11.332 23.309,11.523C23.64,11.714 24.002,11.81 24.394,11.81ZM31.81,13.224C31.297,13.224 30.839,13.124 30.438,12.923C30.037,12.722 29.724,12.438 29.5,12.069C29.276,11.7 29.164,11.283 29.164,10.816C29.164,10.079 29.442,9.495 29.997,9.066C30.552,8.637 31.255,8.422 32.104,8.422C32.524,8.422 32.902,8.462 33.238,8.541C33.574,8.62 33.84,8.707 34.036,8.8L34.036,8.436C34.036,7.997 33.873,7.64 33.546,7.365C33.219,7.09 32.799,6.952 32.286,6.952C31.922,6.952 31.579,7.031 31.257,7.19C30.935,7.349 30.676,7.568 30.48,7.848L29.402,7.022C29.719,6.583 30.13,6.243 30.634,6C31.138,5.757 31.698,5.636 32.314,5.636C33.35,5.636 34.148,5.89 34.708,6.399C35.268,6.908 35.548,7.624 35.548,8.548L35.548,13L34.036,13L34.036,12.146L33.966,12.146C33.761,12.454 33.471,12.711 33.098,12.916C32.725,13.121 32.295,13.224 31.81,13.224ZM32.076,11.95C32.449,11.95 32.785,11.861 33.084,11.684C33.383,11.507 33.616,11.269 33.784,10.97C33.952,10.671 34.036,10.349 34.036,10.004C33.821,9.883 33.572,9.785 33.287,9.71C33.002,9.635 32.706,9.598 32.398,9.598C31.819,9.598 31.395,9.712 31.124,9.941C30.853,10.17 30.718,10.466 30.718,10.83C30.718,11.157 30.844,11.425 31.096,11.635C31.348,11.845 31.675,11.95 32.076,11.95ZM37.378,5.86L40.948,5.86C41.359,5.86 41.732,5.942 42.068,6.105C42.404,6.268 42.668,6.492 42.859,6.777C43.05,7.062 43.146,7.377 43.146,7.722C43.146,8.086 43.064,8.403 42.901,8.674C42.738,8.945 42.521,9.145 42.25,9.276L42.25,9.36C42.605,9.5 42.885,9.71 43.09,9.99C43.295,10.27 43.398,10.592 43.398,10.956C43.398,11.357 43.293,11.714 43.083,12.027C42.873,12.34 42.595,12.58 42.25,12.748C41.905,12.916 41.536,13 41.144,13L37.378,13L37.378,5.86ZM40.78,8.758C41.023,8.758 41.226,8.681 41.389,8.527C41.552,8.373 41.634,8.179 41.634,7.946C41.634,7.713 41.552,7.519 41.389,7.365C41.226,7.211 41.023,7.134 40.78,7.134L38.876,7.134L38.876,8.758L40.78,8.758ZM40.99,11.698C41.251,11.698 41.471,11.614 41.648,11.446C41.825,11.278 41.914,11.068 41.914,10.816C41.914,10.564 41.825,10.352 41.648,10.179C41.471,10.006 41.251,9.92 40.99,9.92L38.876,9.92L38.876,11.698L40.99,11.698ZM44.038,12.902L45.97,10.424L45.942,10.368C45.466,10.219 45.083,9.948 44.794,9.556C44.505,9.164 44.36,8.716 44.36,8.212C44.36,7.773 44.472,7.374 44.696,7.015C44.92,6.656 45.226,6.373 45.613,6.168C46,5.963 46.423,5.86 46.88,5.86L50.324,5.86L50.324,13L48.826,13L48.826,10.536L47.566,10.536L45.732,13L44.038,13L44.038,12.902ZM48.826,9.276L48.826,7.162L46.992,7.162C46.675,7.162 46.411,7.262 46.201,7.463C45.991,7.664 45.886,7.918 45.886,8.226C45.886,8.534 45.991,8.786 46.201,8.982C46.411,9.178 46.675,9.276 46.992,9.276L48.826,9.276ZM52.266,5.86L53.806,5.86L53.806,8.688L57.25,8.688L57.25,5.86L58.79,5.86L58.79,13L57.25,13L57.25,10.13L53.806,10.13L53.806,13L52.266,13L52.266,5.86ZM63.924,13.224C63.224,13.224 62.596,13.061 62.041,12.734C61.486,12.407 61.052,11.957 60.739,11.383C60.426,10.809 60.27,10.163 60.27,9.444C60.27,8.763 60.422,8.13 60.725,7.547C61.028,6.964 61.451,6.499 61.992,6.154C62.533,5.809 63.149,5.636 63.84,5.636C64.559,5.636 65.182,5.795 65.709,6.112C66.236,6.429 66.638,6.863 66.913,7.414C67.188,7.965 67.326,8.585 67.326,9.276C67.326,9.407 67.312,9.57 67.284,9.766L61.81,9.766C61.866,10.429 62.102,10.94 62.517,11.299C62.932,11.658 63.415,11.838 63.966,11.838C64.405,11.838 64.785,11.738 65.107,11.537C65.429,11.336 65.688,11.063 65.884,10.718L67.186,11.334C66.85,11.922 66.411,12.384 65.87,12.72C65.329,13.056 64.68,13.224 63.924,13.224ZM65.758,8.59C65.739,8.338 65.66,8.088 65.52,7.841C65.38,7.594 65.168,7.386 64.883,7.218C64.598,7.05 64.251,6.966 63.84,6.966C63.345,6.966 62.928,7.113 62.587,7.407C62.246,7.701 62.011,8.095 61.88,8.59L65.758,8.59ZM72.302,5.86L73.842,5.86L73.842,9.01L73.926,9.01L76.586,5.86L78.462,5.86L78.462,5.944L75.578,9.248L78.602,12.916L78.602,13L76.74,13L73.926,9.5L73.842,9.5L73.842,13L72.302,13L72.302,5.86ZM80.936,7.162L79.2,7.162L79.2,5.86L82.42,5.86L82.42,8.282L84.408,8.282C84.893,8.282 85.332,8.38 85.724,8.576C86.116,8.772 86.424,9.05 86.648,9.409C86.872,9.768 86.984,10.181 86.984,10.648C86.984,11.115 86.872,11.525 86.648,11.88C86.424,12.235 86.116,12.51 85.724,12.706C85.332,12.902 84.893,13 84.408,13L80.936,13L80.936,7.162ZM84.352,11.698C84.679,11.698 84.952,11.602 85.171,11.411C85.39,11.22 85.5,10.965 85.5,10.648C85.5,10.331 85.39,10.074 85.171,9.878C84.952,9.682 84.679,9.584 84.352,9.584L82.42,9.584L82.42,11.698L84.352,11.698ZM88.408,5.86L90.242,5.86L92.468,10.158L92.538,10.158L94.736,5.86L96.584,5.86L96.584,13L95.072,13L95.072,9.598L95.156,8.254L95.072,8.254L93.042,12.104L91.964,12.104L89.92,8.254L89.836,8.254L89.92,9.598L89.92,13L88.408,13L88.408,5.86Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#3C4043"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M122.526,2.635L122.526,6.718L125.044,6.718C125.644,6.718 126.14,6.516 126.532,6.113C126.935,5.711 127.137,5.231 127.137,4.676C127.137,4.132 126.935,3.658 126.532,3.254C126.14,2.841 125.644,2.634 125.044,2.634L122.526,2.634L122.526,2.635ZM122.526,8.155L122.526,12.891L121.022,12.891L121.022,1.198L125.011,1.198C126.025,1.198 126.885,1.535 127.594,2.21C128.314,2.885 128.674,3.707 128.674,4.676C128.674,5.667 128.314,6.495 127.594,7.158C126.897,7.823 126.035,8.154 125.011,8.154L122.526,8.154L122.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M130.194,10.442C130.194,10.834 130.36,11.16 130.693,11.422C131.025,11.683 131.415,11.813 131.861,11.813C132.494,11.813 133.057,11.579 133.553,11.112C134.049,10.643 134.297,10.093 134.297,9.463C133.828,9.092 133.174,8.907 132.335,8.907C131.724,8.907 131.215,9.055 130.807,9.349C130.398,9.643 130.194,10.006 130.194,10.442M132.14,4.627C133.252,4.627 134.129,4.924 134.773,5.518C135.415,6.111 135.737,6.925 135.737,7.959L135.737,12.891L134.298,12.891L134.298,11.781L134.233,11.781C133.611,12.695 132.783,13.153 131.747,13.153C130.865,13.153 130.126,12.891 129.532,12.369C128.938,11.846 128.641,11.193 128.641,10.409C128.641,9.581 128.954,8.923 129.581,8.433C130.208,7.943 131.044,7.698 132.09,7.698C132.983,7.698 133.72,7.861 134.297,8.188L134.297,7.844C134.297,7.322 134.09,6.878 133.676,6.513C133.261,6.149 132.777,5.967 132.221,5.967C131.381,5.967 130.717,6.32 130.226,7.029L128.902,6.195C129.632,5.15 130.711,4.627 132.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#5F6368"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M143.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="M116.448,7.134C116.448,6.661 116.408,6.205 116.332,5.768L109.988,5.768L109.988,8.356L113.622,8.356C113.466,9.199 112.994,9.917 112.278,10.398L112.278,12.079L114.447,12.079C115.716,10.908 116.448,9.179 116.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M109.988,13.701C111.804,13.701 113.332,13.105 114.447,12.079L112.278,10.398C111.675,10.804 110.897,11.041 109.988,11.041C108.234,11.041 106.744,9.859 106.212,8.267L103.978,8.267L103.978,9.998C105.085,12.193 107.36,13.701 109.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M106.212,8.267C106.076,7.861 106.001,7.428 106.001,6.981C106.001,6.534 106.076,6.101 106.212,5.695L106.212,3.964L103.978,3.964C103.52,4.871 103.261,5.896 103.261,6.981C103.261,8.066 103.52,9.091 103.978,9.998L106.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M109.988,2.921C110.98,2.921 111.868,3.262 112.569,3.929L112.569,3.93L114.489,2.012C113.323,0.928 111.803,0.261 109.988,0.261C107.36,0.261 105.085,1.769 103.978,3.964L106.212,5.695C106.744,4.103 108.234,2.921 109.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="144dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="144"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M10.542,11.502L10.542,15.128L9.044,15.128L9.044,13L2.156,13L2.156,15.128L0.658,15.128L0.658,11.502L1.778,11.502C2.151,10.979 2.427,10.226 2.604,9.241C2.781,8.256 2.87,7.185 2.87,6.028L2.87,2.976L9.436,2.976L9.436,11.502L10.542,11.502ZM7.868,11.502L7.868,4.474L4.424,4.474L4.424,6.294C4.424,7.339 4.342,8.31 4.179,9.206C4.016,10.102 3.771,10.867 3.444,11.502L7.868,11.502ZM15.452,13.224C14.733,13.224 14.089,13.058 13.52,12.727C12.951,12.396 12.507,11.941 12.19,11.362C11.873,10.783 11.714,10.139 11.714,9.43C11.714,8.721 11.873,8.077 12.19,7.498C12.507,6.919 12.951,6.464 13.52,6.133C14.089,5.802 14.733,5.636 15.452,5.636C16.171,5.636 16.815,5.804 17.384,6.14C17.953,6.476 18.397,6.933 18.714,7.512C19.031,8.091 19.19,8.73 19.19,9.43C19.19,10.139 19.031,10.783 18.714,11.362C18.397,11.941 17.953,12.396 17.384,12.727C16.815,13.058 16.171,13.224 15.452,13.224ZM15.452,11.81C15.844,11.81 16.208,11.714 16.544,11.523C16.88,11.332 17.148,11.056 17.349,10.697C17.55,10.338 17.65,9.915 17.65,9.43C17.65,8.945 17.55,8.525 17.349,8.17C17.148,7.815 16.88,7.542 16.544,7.351C16.208,7.16 15.844,7.064 15.452,7.064C15.06,7.064 14.696,7.16 14.36,7.351C14.024,7.542 13.756,7.815 13.555,8.17C13.354,8.525 13.254,8.945 13.254,9.43C13.254,9.915 13.354,10.338 13.555,10.697C13.756,11.056 14.024,11.332 14.36,11.523C14.696,11.714 15.06,11.81 15.452,11.81ZM24.394,13.224C23.675,13.224 23.034,13.058 22.469,12.727C21.904,12.396 21.459,11.88 21.132,11.18C20.805,10.48 20.642,9.598 20.642,8.534C20.642,7.414 20.768,6.509 21.02,5.818C21.272,5.127 21.622,4.577 22.07,4.166C22.406,3.858 22.812,3.618 23.288,3.445C23.764,3.272 24.277,3.186 24.828,3.186C25.173,3.186 25.435,3.17 25.612,3.137C25.789,3.104 25.915,3.058 25.99,2.997C26.065,2.936 26.121,2.85 26.158,2.738L27.586,2.738C27.474,3.41 27.213,3.872 26.802,4.124C26.391,4.376 25.771,4.502 24.94,4.502C24.483,4.502 24.112,4.556 23.827,4.663C23.542,4.77 23.293,4.917 23.078,5.104C22.565,5.571 22.266,6.163 22.182,6.882L22.266,6.882C22.509,6.527 22.842,6.231 23.267,5.993C23.692,5.755 24.198,5.636 24.786,5.636C25.411,5.636 25.981,5.806 26.494,6.147C27.007,6.488 27.409,6.95 27.698,7.533C27.987,8.116 28.132,8.749 28.132,9.43C28.132,10.139 27.973,10.783 27.656,11.362C27.339,11.941 26.895,12.396 26.326,12.727C25.757,13.058 25.113,13.224 24.394,13.224ZM24.394,11.81C24.786,11.81 25.15,11.714 25.486,11.523C25.822,11.332 26.09,11.056 26.291,10.697C26.492,10.338 26.592,9.915 26.592,9.43C26.592,8.945 26.492,8.525 26.291,8.17C26.09,7.815 25.822,7.542 25.486,7.351C25.15,7.16 24.786,7.064 24.394,7.064C24.002,7.064 23.64,7.16 23.309,7.351C22.978,7.542 22.712,7.815 22.511,8.17C22.31,8.525 22.21,8.945 22.21,9.43C22.21,9.915 22.31,10.338 22.511,10.697C22.712,11.056 22.978,11.332 23.309,11.523C23.64,11.714 24.002,11.81 24.394,11.81ZM31.81,13.224C31.297,13.224 30.839,13.124 30.438,12.923C30.037,12.722 29.724,12.438 29.5,12.069C29.276,11.7 29.164,11.283 29.164,10.816C29.164,10.079 29.442,9.495 29.997,9.066C30.552,8.637 31.255,8.422 32.104,8.422C32.524,8.422 32.902,8.462 33.238,8.541C33.574,8.62 33.84,8.707 34.036,8.8L34.036,8.436C34.036,7.997 33.873,7.64 33.546,7.365C33.219,7.09 32.799,6.952 32.286,6.952C31.922,6.952 31.579,7.031 31.257,7.19C30.935,7.349 30.676,7.568 30.48,7.848L29.402,7.022C29.719,6.583 30.13,6.243 30.634,6C31.138,5.757 31.698,5.636 32.314,5.636C33.35,5.636 34.148,5.89 34.708,6.399C35.268,6.908 35.548,7.624 35.548,8.548L35.548,13L34.036,13L34.036,12.146L33.966,12.146C33.761,12.454 33.471,12.711 33.098,12.916C32.725,13.121 32.295,13.224 31.81,13.224ZM32.076,11.95C32.449,11.95 32.785,11.861 33.084,11.684C33.383,11.507 33.616,11.269 33.784,10.97C33.952,10.671 34.036,10.349 34.036,10.004C33.821,9.883 33.572,9.785 33.287,9.71C33.002,9.635 32.706,9.598 32.398,9.598C31.819,9.598 31.395,9.712 31.124,9.941C30.853,10.17 30.718,10.466 30.718,10.83C30.718,11.157 30.844,11.425 31.096,11.635C31.348,11.845 31.675,11.95 32.076,11.95ZM37.378,5.86L40.948,5.86C41.359,5.86 41.732,5.942 42.068,6.105C42.404,6.268 42.668,6.492 42.859,6.777C43.05,7.062 43.146,7.377 43.146,7.722C43.146,8.086 43.064,8.403 42.901,8.674C42.738,8.945 42.521,9.145 42.25,9.276L42.25,9.36C42.605,9.5 42.885,9.71 43.09,9.99C43.295,10.27 43.398,10.592 43.398,10.956C43.398,11.357 43.293,11.714 43.083,12.027C42.873,12.34 42.595,12.58 42.25,12.748C41.905,12.916 41.536,13 41.144,13L37.378,13L37.378,5.86ZM40.78,8.758C41.023,8.758 41.226,8.681 41.389,8.527C41.552,8.373 41.634,8.179 41.634,7.946C41.634,7.713 41.552,7.519 41.389,7.365C41.226,7.211 41.023,7.134 40.78,7.134L38.876,7.134L38.876,8.758L40.78,8.758ZM40.99,11.698C41.251,11.698 41.471,11.614 41.648,11.446C41.825,11.278 41.914,11.068 41.914,10.816C41.914,10.564 41.825,10.352 41.648,10.179C41.471,10.006 41.251,9.92 40.99,9.92L38.876,9.92L38.876,11.698L40.99,11.698ZM44.038,12.902L45.97,10.424L45.942,10.368C45.466,10.219 45.083,9.948 44.794,9.556C44.505,9.164 44.36,8.716 44.36,8.212C44.36,7.773 44.472,7.374 44.696,7.015C44.92,6.656 45.226,6.373 45.613,6.168C46,5.963 46.423,5.86 46.88,5.86L50.324,5.86L50.324,13L48.826,13L48.826,10.536L47.566,10.536L45.732,13L44.038,13L44.038,12.902ZM48.826,9.276L48.826,7.162L46.992,7.162C46.675,7.162 46.411,7.262 46.201,7.463C45.991,7.664 45.886,7.918 45.886,8.226C45.886,8.534 45.991,8.786 46.201,8.982C46.411,9.178 46.675,9.276 46.992,9.276L48.826,9.276ZM52.266,5.86L53.806,5.86L53.806,8.688L57.25,8.688L57.25,5.86L58.79,5.86L58.79,13L57.25,13L57.25,10.13L53.806,10.13L53.806,13L52.266,13L52.266,5.86ZM63.924,13.224C63.224,13.224 62.596,13.061 62.041,12.734C61.486,12.407 61.052,11.957 60.739,11.383C60.426,10.809 60.27,10.163 60.27,9.444C60.27,8.763 60.422,8.13 60.725,7.547C61.028,6.964 61.451,6.499 61.992,6.154C62.533,5.809 63.149,5.636 63.84,5.636C64.559,5.636 65.182,5.795 65.709,6.112C66.236,6.429 66.638,6.863 66.913,7.414C67.188,7.965 67.326,8.585 67.326,9.276C67.326,9.407 67.312,9.57 67.284,9.766L61.81,9.766C61.866,10.429 62.102,10.94 62.517,11.299C62.932,11.658 63.415,11.838 63.966,11.838C64.405,11.838 64.785,11.738 65.107,11.537C65.429,11.336 65.688,11.063 65.884,10.718L67.186,11.334C66.85,11.922 66.411,12.384 65.87,12.72C65.329,13.056 64.68,13.224 63.924,13.224ZM65.758,8.59C65.739,8.338 65.66,8.088 65.52,7.841C65.38,7.594 65.168,7.386 64.883,7.218C64.598,7.05 64.251,6.966 63.84,6.966C63.345,6.966 62.928,7.113 62.587,7.407C62.246,7.701 62.011,8.095 61.88,8.59L65.758,8.59ZM72.302,5.86L73.842,5.86L73.842,9.01L73.926,9.01L76.586,5.86L78.462,5.86L78.462,5.944L75.578,9.248L78.602,12.916L78.602,13L76.74,13L73.926,9.5L73.842,9.5L73.842,13L72.302,13L72.302,5.86ZM80.936,7.162L79.2,7.162L79.2,5.86L82.42,5.86L82.42,8.282L84.408,8.282C84.893,8.282 85.332,8.38 85.724,8.576C86.116,8.772 86.424,9.05 86.648,9.409C86.872,9.768 86.984,10.181 86.984,10.648C86.984,11.115 86.872,11.525 86.648,11.88C86.424,12.235 86.116,12.51 85.724,12.706C85.332,12.902 84.893,13 84.408,13L80.936,13L80.936,7.162ZM84.352,11.698C84.679,11.698 84.952,11.602 85.171,11.411C85.39,11.22 85.5,10.965 85.5,10.648C85.5,10.331 85.39,10.074 85.171,9.878C84.952,9.682 84.679,9.584 84.352,9.584L82.42,9.584L82.42,11.698L84.352,11.698ZM88.408,5.86L90.242,5.86L92.468,10.158L92.538,10.158L94.736,5.86L96.584,5.86L96.584,13L95.072,13L95.072,9.598L95.156,8.254L95.072,8.254L93.042,12.104L91.964,12.104L89.92,8.254L89.836,8.254L89.92,9.598L89.92,13L88.408,13L88.408,5.86Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#FFFFFF"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M122.526,2.635L122.526,6.718L125.044,6.718C125.644,6.718 126.14,6.516 126.532,6.113C126.935,5.711 127.137,5.231 127.137,4.676C127.137,4.132 126.935,3.658 126.532,3.254C126.14,2.841 125.644,2.634 125.044,2.634L122.526,2.634L122.526,2.635ZM122.526,8.155L122.526,12.891L121.022,12.891L121.022,1.198L125.011,1.198C126.025,1.198 126.885,1.535 127.594,2.21C128.314,2.885 128.674,3.707 128.674,4.676C128.674,5.667 128.314,6.495 127.594,7.158C126.897,7.823 126.035,8.154 125.011,8.154L122.526,8.154L122.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#FFFFFF"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M130.194,10.442C130.194,10.834 130.36,11.16 130.693,11.422C131.025,11.683 131.415,11.813 131.861,11.813C132.494,11.813 133.057,11.579 133.553,11.112C134.049,10.643 134.297,10.093 134.297,9.463C133.828,9.092 133.174,8.907 132.335,8.907C131.724,8.907 131.215,9.055 130.807,9.349C130.398,9.643 130.194,10.006 130.194,10.442M132.14,4.627C133.252,4.627 134.129,4.924 134.773,5.518C135.415,6.111 135.737,6.925 135.737,7.959L135.737,12.891L134.298,12.891L134.298,11.781L134.233,11.781C133.611,12.695 132.783,13.153 131.747,13.153C130.865,13.153 130.126,12.891 129.532,12.369C128.938,11.846 128.641,11.193 128.641,10.409C128.641,9.581 128.954,8.923 129.581,8.433C130.208,7.943 131.044,7.698 132.09,7.698C132.983,7.698 133.72,7.861 134.297,8.188L134.297,7.844C134.297,7.322 134.09,6.878 133.676,6.513C133.261,6.149 132.777,5.967 132.221,5.967C131.381,5.967 130.717,6.32 130.226,7.029L128.902,6.195C129.632,5.15 130.711,4.627 132.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#FFFFFF"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M143.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="M116.448,7.134C116.448,6.661 116.408,6.205 116.332,5.768L109.988,5.768L109.988,8.356L113.622,8.356C113.466,9.199 112.994,9.917 112.278,10.398L112.278,12.079L114.447,12.079C115.716,10.908 116.448,9.179 116.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M109.988,13.701C111.804,13.701 113.332,13.105 114.447,12.079L112.278,10.398C111.675,10.804 110.897,11.041 109.988,11.041C108.234,11.041 106.744,9.859 106.212,8.267L103.978,8.267L103.978,9.998C105.085,12.193 107.36,13.701 109.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M106.212,8.267C106.076,7.861 106.001,7.428 106.001,6.981C106.001,6.534 106.076,6.101 106.212,5.695L106.212,3.964L103.978,3.964C103.52,4.871 103.261,5.896 103.261,6.981C103.261,8.066 103.52,9.091 103.978,9.998L106.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M109.988,2.921C110.98,2.921 111.868,3.262 112.569,3.929L112.569,3.93L114.489,2.012C113.323,0.928 111.803,0.261 109.988,0.261C107.36,0.261 105.085,1.769 103.978,3.964L106.212,5.695C106.744,4.103 108.234,2.921 109.988,2.921"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>
@@ -0,0 +1,30 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="109dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="109"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M4,3h1.8l3.8,10H7.8l-0.9,-2.6h-4L1.9,13H0.2L4,3zM6.4,9L5.3,6L4.9,4.8H4.8L4.4,6L3.4,9H6.4zM11.1,7.2H9.8V5.9h1.3V5.3c0,-0.7 0.2,-1.3 0.7,-1.8s1.1,-0.7 1.8,-0.7c0.4,0 0.8,0.1 1.1,0.2v1.5c-0.2,-0.1 -0.3,-0.1 -0.5,-0.2c-0.1,0 -0.3,-0.1 -0.5,-0.1c-0.3,0 -0.6,0.1 -0.8,0.3s-0.3,0.5 -0.3,0.8v0.4h1.8v1.4h-1.8V13h-1.5V7.2zM18.9,13.2c-0.7,0 -1.3,-0.2 -1.9,-0.5c-0.6,-0.3 -1,-0.8 -1.3,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9c0,-0.7 0.2,-1.3 0.5,-1.9s0.7,-1 1.3,-1.4c0.5,-0.3 1.2,-0.5 1.8,-0.5c0.7,0 1.3,0.2 1.9,0.5s0.9,0.8 1.2,1.3c0.3,0.6 0.4,1.2 0.4,1.9c0,0.1 0,0.3 0,0.5h-5.5c0.1,0.7 0.3,1.2 0.7,1.5c0.4,0.4 0.9,0.5 1.4,0.5c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8l1.3,0.6c-0.3,0.6 -0.8,1 -1.3,1.4C20.3,13.1 19.6,13.2 18.9,13.2zM20.7,8.6c0,-0.3 -0.1,-0.5 -0.2,-0.7c-0.1,-0.2 -0.4,-0.5 -0.6,-0.6S19.2,7 18.8,7c-0.5,0 -0.9,0.1 -1.3,0.4c-0.3,0.3 -0.6,0.7 -0.7,1.2H20.7zM27.1,16.2c-0.9,0 -1.6,-0.2 -2.2,-0.6c-0.6,-0.4 -1,-0.9 -1.2,-1.4l1.4,-0.6c0.1,0.4 0.4,0.7 0.7,0.9s0.7,0.3 1.2,0.3c0.7,0 1.2,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.6V12h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8s-0.8,0.3 -1.3,0.3c-0.6,0 -1.2,-0.2 -1.7,-0.5s-0.9,-0.7 -1.2,-1.3c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9s0.2,-1.4 0.5,-1.9c0.3,-0.6 0.7,-1 1.2,-1.3s1.1,-0.5 1.7,-0.5c0.5,0 0.9,0.1 1.3,0.3c0.4,0.2 0.7,0.5 0.9,0.8h0.1V5.9h1.5v6.7c0,0.8 -0.1,1.4 -0.4,2c-0.3,0.5 -0.7,1 -1.3,1.2C28.4,16.1 27.8,16.2 27.1,16.2zM27.1,11.7c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.6,-0.4 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.2c0,-0.7 -0.2,-1.3 -0.6,-1.7c-0.4,-0.4 -0.9,-0.6 -1.5,-0.6c-0.4,0 -0.7,0.1 -1.1,0.3c-0.3,0.2 -0.6,0.4 -0.8,0.8C25.1,8.5 25,8.9 25,9.4c0,0.5 0.1,0.9 0.3,1.2c0.2,0.3 0.4,0.6 0.8,0.8C26.4,11.6 26.7,11.7 27.1,11.7zM35.8,13.2c-0.7,0 -1.3,-0.2 -1.9,-0.5c-0.6,-0.3 -1,-0.8 -1.3,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9c0,-0.7 0.2,-1.3 0.5,-1.9s0.7,-1 1.3,-1.4c0.5,-0.3 1.2,-0.5 1.8,-0.5c0.7,0 1.3,0.2 1.9,0.5s0.9,0.8 1.2,1.3s0.4,1.2 0.4,1.9c0,0.1 0,0.3 0,0.5h-5.5c0.1,0.7 0.3,1.2 0.7,1.5s0.9,0.5 1.4,0.5c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8l1.3,0.6c-0.3,0.6 -0.8,1 -1.3,1.4C37.2,13.1 36.6,13.2 35.8,13.2zM37.6,8.6c0,-0.3 -0.1,-0.5 -0.2,-0.7c-0.1,-0.2 -0.4,-0.5 -0.6,-0.6S36.1,7 35.7,7c-0.5,0 -0.9,0.1 -1.3,0.4s-0.6,0.7 -0.7,1.2H37.6zM41.6,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3c-0.2,-0.2 -0.3,-0.4 -0.3,-0.7s0.1,-0.5 0.3,-0.7s0.4,-0.3 0.7,-0.3c0.3,0 0.5,0.1 0.7,0.3c0.2,0.2 0.3,0.4 0.3,0.7s-0.1,0.5 -0.3,0.7C42.2,4.7 41.9,4.8 41.6,4.8zM40.9,5.9h1.5V13h-1.5V5.9zM46.3,9.4l-2.5,-3.5h1.8l1.6,2.3h0l1.5,-2.3h1.8l-2.5,3.5l2.5,3.6h-1.8l-1.6,-2.4h0L45.6,13h-1.8L46.3,9.4zM57.5,13.2c-0.5,0 -1,-0.1 -1.4,-0.3c-0.4,-0.2 -0.7,-0.5 -0.9,-0.9c-0.2,-0.4 -0.3,-0.8 -0.3,-1.3c0,-0.7 0.3,-1.3 0.8,-1.8s1.3,-0.6 2.1,-0.6c0.4,0 0.8,0 1.1,0.1c0.3,0.1 0.6,0.2 0.8,0.3V8.4c0,-0.4 -0.2,-0.8 -0.5,-1.1C58.9,7.1 58.5,7 58,7c-0.4,0 -0.7,0.1 -1,0.2c-0.3,0.2 -0.6,0.4 -0.8,0.7L55.1,7c0.3,-0.4 0.7,-0.8 1.2,-1s1.1,-0.4 1.7,-0.4c1,0 1.8,0.3 2.4,0.8c0.6,0.5 0.8,1.2 0.8,2.1V13h-1.5v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C58.4,13.1 58,13.2 57.5,13.2zM57.8,11.9c0.4,0 0.7,-0.1 1,-0.3s0.5,-0.4 0.7,-0.7c0.2,-0.3 0.3,-0.6 0.3,-1c-0.2,-0.1 -0.5,-0.2 -0.7,-0.3s-0.6,-0.1 -0.9,-0.1c-0.6,0 -1,0.1 -1.3,0.3s-0.4,0.5 -0.4,0.9c0,0.3 0.1,0.6 0.4,0.8C57,11.8 57.4,11.9 57.8,11.9z"
8
+ android:fillColor="#3C4043"/>
9
+ <path
10
+ android:pathData="M87.477,2.587v4.1h2.5c0.6,0 1.1,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.4c0,-0.5 -0.2,-1 -0.6,-1.4C91.177,2.887 90.677,2.587 90.077,2.587L87.477,2.587L87.477,2.587zM87.477,8.187v4.7L85.977,12.887L85.977,1.187h4c1,0 1.9,0.3 2.6,1c0.7,0.7 1.1,1.5 1.1,2.5c0,1 -0.4,1.8 -1.1,2.5c-0.7,0.7 -1.6,1 -2.6,1L87.477,8.187L87.477,8.187z"
11
+ android:fillColor="#5F6368"/>
12
+ <path
13
+ android:pathData="M95.177,10.487c0,0.4 0.2,0.7 0.5,1c0.3,0.3 0.7,0.4 1.2,0.4c0.6,0 1.2,-0.2 1.7,-0.7c0.5,-0.5 0.7,-1 0.7,-1.6c-0.5,-0.4 -1.1,-0.6 -2,-0.6c-0.6,0 -1.1,0.1 -1.5,0.4C95.377,9.687 95.177,9.987 95.177,10.487M97.177,4.587c1.1,0 2,0.3 2.6,0.9c0.6,0.6 1,1.4 1,2.4v4.9h-1.4v-1.1h-0.1c-0.6,0.9 -1.5,1.4 -2.5,1.4c-0.9,0 -1.6,-0.3 -2.2,-0.8c-0.6,-0.5 -0.9,-1.2 -0.9,-2c0,-0.8 0.3,-1.5 0.9,-2c0.6,-0.5 1.5,-0.7 2.5,-0.7c0.9,0 1.6,0.2 2.2,0.5L99.277,7.887c0,-0.5 -0.2,-1 -0.6,-1.3c-0.4,-0.4 -0.9,-0.5 -1.5,-0.5c-0.8,0 -1.5,0.4 -2,1.1L93.877,6.187C94.677,5.187 95.677,4.587 97.177,4.587"
14
+ android:fillColor="#5F6368"/>
15
+ <path
16
+ android:pathData="M108.961,4.847l-5,11.6l-1.5,0l1.8,-4.1l-3.3,-7.5l1.7,0l2.3,5.8l0.1,0l2.3,-5.8z"
17
+ android:fillColor="#5F6368"/>
18
+ <path
19
+ android:pathData="M81.461,7.161c0,-0.5 0,-0.9 -0.1,-1.4L74.961,5.761v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C80.761,10.861 81.461,9.161 81.461,7.161"
20
+ android:fillColor="#4285F4"/>
21
+ <path
22
+ android:pathData="M74.961,13.661c1.8,0 3.3,-0.6 4.5,-1.6L77.261,10.361c-0.6,0.4 -1.4,0.6 -2.3,0.6C73.261,11.061 71.761,9.861 71.261,8.261L68.961,8.261v1.7C70.061,12.161 72.361,13.661 74.961,13.661"
23
+ android:fillColor="#34A853"/>
24
+ <path
25
+ android:pathData="M71.261,8.261C71.061,7.861 70.961,7.461 70.961,6.961S71.061,6.061 71.261,5.661L71.261,3.961L68.961,3.961C68.561,4.861 68.261,5.861 68.261,6.961s0.3,2.1 0.7,3L71.261,8.261z"
26
+ android:fillColor="#FABB05"/>
27
+ <path
28
+ android:pathData="M74.961,2.961c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C78.361,0.961 76.761,0.261 74.961,0.261c-2.6,0 -4.9,1.5 -6,3.7L71.261,5.661C71.761,4.061 73.261,2.961 74.961,2.961"
29
+ android:fillColor="#E94235"/>
30
+ </vector>
@@ -0,0 +1,30 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="109dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="109"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M4,3h1.8l3.8,10H7.8l-0.9,-2.6h-4L1.9,13H0.2L4,3zM6.4,9L5.3,6L4.9,4.8H4.8L4.4,6L3.4,9H6.4zM11.1,7.2H9.8V5.9h1.3V5.3c0,-0.7 0.2,-1.3 0.7,-1.8s1.1,-0.7 1.8,-0.7c0.4,0 0.8,0.1 1.1,0.2v1.5c-0.2,-0.1 -0.3,-0.1 -0.5,-0.2c-0.1,0 -0.3,-0.1 -0.5,-0.1c-0.3,0 -0.6,0.1 -0.8,0.3s-0.3,0.5 -0.3,0.8v0.4h1.8v1.4h-1.8V13h-1.5V7.2zM18.9,13.2c-0.7,0 -1.3,-0.2 -1.9,-0.5c-0.6,-0.3 -1,-0.8 -1.3,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9c0,-0.7 0.2,-1.3 0.5,-1.9s0.7,-1 1.3,-1.4c0.5,-0.3 1.2,-0.5 1.8,-0.5c0.7,0 1.3,0.2 1.9,0.5s0.9,0.8 1.2,1.3c0.3,0.6 0.4,1.2 0.4,1.9c0,0.1 0,0.3 0,0.5h-5.5c0.1,0.7 0.3,1.2 0.7,1.5c0.4,0.4 0.9,0.5 1.4,0.5c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8l1.3,0.6c-0.3,0.6 -0.8,1 -1.3,1.4C20.3,13.1 19.6,13.2 18.9,13.2zM20.7,8.6c0,-0.3 -0.1,-0.5 -0.2,-0.7c-0.1,-0.2 -0.4,-0.5 -0.6,-0.6S19.2,7 18.8,7c-0.5,0 -0.9,0.1 -1.3,0.4c-0.3,0.3 -0.6,0.7 -0.7,1.2H20.7zM27.1,16.2c-0.9,0 -1.6,-0.2 -2.2,-0.6c-0.6,-0.4 -1,-0.9 -1.2,-1.4l1.4,-0.6c0.1,0.4 0.4,0.7 0.7,0.9s0.7,0.3 1.2,0.3c0.7,0 1.2,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.6V12h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8s-0.8,0.3 -1.3,0.3c-0.6,0 -1.2,-0.2 -1.7,-0.5s-0.9,-0.7 -1.2,-1.3c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9s0.2,-1.4 0.5,-1.9c0.3,-0.6 0.7,-1 1.2,-1.3s1.1,-0.5 1.7,-0.5c0.5,0 0.9,0.1 1.3,0.3c0.4,0.2 0.7,0.5 0.9,0.8h0.1V5.9h1.5v6.7c0,0.8 -0.1,1.4 -0.4,2c-0.3,0.5 -0.7,1 -1.3,1.2C28.4,16.1 27.8,16.2 27.1,16.2zM27.1,11.7c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.6,-0.4 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.2c0,-0.7 -0.2,-1.3 -0.6,-1.7c-0.4,-0.4 -0.9,-0.6 -1.5,-0.6c-0.4,0 -0.7,0.1 -1.1,0.3c-0.3,0.2 -0.6,0.4 -0.8,0.8C25.1,8.5 25,8.9 25,9.4c0,0.5 0.1,0.9 0.3,1.2c0.2,0.3 0.4,0.6 0.8,0.8C26.4,11.6 26.7,11.7 27.1,11.7zM35.8,13.2c-0.7,0 -1.3,-0.2 -1.9,-0.5c-0.6,-0.3 -1,-0.8 -1.3,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9c0,-0.7 0.2,-1.3 0.5,-1.9s0.7,-1 1.3,-1.4c0.5,-0.3 1.2,-0.5 1.8,-0.5c0.7,0 1.3,0.2 1.9,0.5s0.9,0.8 1.2,1.3s0.4,1.2 0.4,1.9c0,0.1 0,0.3 0,0.5h-5.5c0.1,0.7 0.3,1.2 0.7,1.5s0.9,0.5 1.4,0.5c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8l1.3,0.6c-0.3,0.6 -0.8,1 -1.3,1.4C37.2,13.1 36.6,13.2 35.8,13.2zM37.6,8.6c0,-0.3 -0.1,-0.5 -0.2,-0.7c-0.1,-0.2 -0.4,-0.5 -0.6,-0.6S36.1,7 35.7,7c-0.5,0 -0.9,0.1 -1.3,0.4s-0.6,0.7 -0.7,1.2H37.6zM41.6,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3c-0.2,-0.2 -0.3,-0.4 -0.3,-0.7s0.1,-0.5 0.3,-0.7s0.4,-0.3 0.7,-0.3c0.3,0 0.5,0.1 0.7,0.3c0.2,0.2 0.3,0.4 0.3,0.7s-0.1,0.5 -0.3,0.7C42.2,4.7 41.9,4.8 41.6,4.8zM40.9,5.9h1.5V13h-1.5V5.9zM46.3,9.4l-2.5,-3.5h1.8l1.6,2.3h0l1.5,-2.3h1.8l-2.5,3.5l2.5,3.6h-1.8l-1.6,-2.4h0L45.6,13h-1.8L46.3,9.4zM57.5,13.2c-0.5,0 -1,-0.1 -1.4,-0.3c-0.4,-0.2 -0.7,-0.5 -0.9,-0.9c-0.2,-0.4 -0.3,-0.8 -0.3,-1.3c0,-0.7 0.3,-1.3 0.8,-1.8s1.3,-0.6 2.1,-0.6c0.4,0 0.8,0 1.1,0.1c0.3,0.1 0.6,0.2 0.8,0.3V8.4c0,-0.4 -0.2,-0.8 -0.5,-1.1C58.9,7.1 58.5,7 58,7c-0.4,0 -0.7,0.1 -1,0.2c-0.3,0.2 -0.6,0.4 -0.8,0.7L55.1,7c0.3,-0.4 0.7,-0.8 1.2,-1s1.1,-0.4 1.7,-0.4c1,0 1.8,0.3 2.4,0.8c0.6,0.5 0.8,1.2 0.8,2.1V13h-1.5v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C58.4,13.1 58,13.2 57.5,13.2zM57.8,11.9c0.4,0 0.7,-0.1 1,-0.3s0.5,-0.4 0.7,-0.7c0.2,-0.3 0.3,-0.6 0.3,-1c-0.2,-0.1 -0.5,-0.2 -0.7,-0.3s-0.6,-0.1 -0.9,-0.1c-0.6,0 -1,0.1 -1.3,0.3s-0.4,0.5 -0.4,0.9c0,0.3 0.1,0.6 0.4,0.8C57,11.8 57.4,11.9 57.8,11.9z"
8
+ android:fillColor="#FFFFFF"/>
9
+ <path
10
+ android:pathData="M87.477,2.587v4.1h2.5c0.6,0 1.1,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.4c0,-0.5 -0.2,-1 -0.6,-1.4C91.177,2.887 90.677,2.587 90.077,2.587L87.477,2.587L87.477,2.587zM87.477,8.187v4.7L85.977,12.887L85.977,1.187h4c1,0 1.9,0.3 2.6,1c0.7,0.7 1.1,1.5 1.1,2.5c0,1 -0.4,1.8 -1.1,2.5c-0.7,0.7 -1.6,1 -2.6,1L87.477,8.187L87.477,8.187z"
11
+ android:fillColor="#FFFFFF"/>
12
+ <path
13
+ android:pathData="M95.177,10.487c0,0.4 0.2,0.7 0.5,1c0.3,0.3 0.7,0.4 1.2,0.4c0.6,0 1.2,-0.2 1.7,-0.7c0.5,-0.5 0.7,-1 0.7,-1.6c-0.5,-0.4 -1.1,-0.6 -2,-0.6c-0.6,0 -1.1,0.1 -1.5,0.4C95.377,9.687 95.177,9.987 95.177,10.487M97.177,4.587c1.1,0 2,0.3 2.6,0.9c0.6,0.6 1,1.4 1,2.4v4.9h-1.4v-1.1h-0.1c-0.6,0.9 -1.5,1.4 -2.5,1.4c-0.9,0 -1.6,-0.3 -2.2,-0.8c-0.6,-0.5 -0.9,-1.2 -0.9,-2c0,-0.8 0.3,-1.5 0.9,-2c0.6,-0.5 1.5,-0.7 2.5,-0.7c0.9,0 1.6,0.2 2.2,0.5L99.277,7.887c0,-0.5 -0.2,-1 -0.6,-1.3c-0.4,-0.4 -0.9,-0.5 -1.5,-0.5c-0.8,0 -1.5,0.4 -2,1.1L93.877,6.187C94.677,5.187 95.677,4.587 97.177,4.587"
14
+ android:fillColor="#FFFFFF"/>
15
+ <path
16
+ android:pathData="M108.961,4.847l-5,11.6l-1.5,0l1.8,-4.1l-3.3,-7.5l1.7,0l2.3,5.8l0.1,0l2.3,-5.8z"
17
+ android:fillColor="#FFFFFF"/>
18
+ <path
19
+ android:pathData="M81.461,7.161c0,-0.5 0,-0.9 -0.1,-1.4L74.961,5.761v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C80.761,10.861 81.461,9.161 81.461,7.161"
20
+ android:fillColor="#4285F4"/>
21
+ <path
22
+ android:pathData="M74.961,13.661c1.8,0 3.3,-0.6 4.5,-1.6L77.261,10.361c-0.6,0.4 -1.4,0.6 -2.3,0.6C73.261,11.061 71.761,9.861 71.261,8.261L68.961,8.261v1.7C70.061,12.161 72.361,13.661 74.961,13.661"
23
+ android:fillColor="#34A853"/>
24
+ <path
25
+ android:pathData="M71.261,8.261C71.061,7.861 70.961,7.461 70.961,6.961S71.061,6.061 71.261,5.661L71.261,3.961L68.961,3.961C68.561,4.861 68.261,5.861 68.261,6.961s0.3,2.1 0.7,3L71.261,8.261z"
26
+ android:fillColor="#FABB05"/>
27
+ <path
28
+ android:pathData="M74.961,2.961c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C78.361,0.961 76.761,0.261 74.961,0.261c-2.6,0 -4.9,1.5 -6,3.7L71.261,5.661C71.761,4.061 73.261,2.961 74.961,2.961"
29
+ android:fillColor="#E94235"/>
30
+ </vector>