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="88dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="88"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M52.342,3.424C53.924,3.662 56.71,3.606 58.152,3.41L58.152,4.838C56.57,4.992 53.952,5.006 52.342,4.838L52.342,3.424ZM51.866,9.08L53.126,9.192C53.014,9.668 52.958,10.046 52.958,10.424C52.958,11.054 53.42,11.544 55.1,11.544C56.346,11.544 57.396,11.432 58.558,11.18L58.586,12.664C57.718,12.832 56.57,12.944 55.072,12.944C52.72,12.944 51.628,12.132 51.628,10.788C51.628,10.242 51.74,9.682 51.866,9.08ZM48.38,2.29L49.934,2.416C49.836,2.682 49.696,3.228 49.64,3.48C49.402,4.614 48.954,7.218 48.954,8.702C48.954,9.192 48.982,9.654 49.052,10.158C49.262,9.598 49.542,8.926 49.752,8.422L50.48,8.982C50.102,10.032 49.612,11.516 49.486,12.216C49.444,12.398 49.402,12.692 49.416,12.846C49.416,12.986 49.43,13.196 49.444,13.364L48.184,13.448C47.904,12.482 47.652,10.844 47.652,8.968C47.652,6.896 48.1,4.544 48.254,3.438C48.31,3.088 48.366,2.654 48.38,2.29ZM70.86,3.732L66.814,3.732L66.814,5.328L70.86,5.328L70.86,3.732ZM71.392,8.66L66.814,8.66L66.814,10.494L71.392,10.494L71.392,8.66ZM65.554,11.586L65.554,2.668L67.822,2.668C67.976,2.192 68.144,1.646 68.214,1.212L69.726,1.436C69.558,1.87 69.376,2.29 69.194,2.668L72.12,2.668L72.12,6.406L66.814,6.406L66.814,7.568L72.666,7.568L72.666,11.586L65.554,11.586ZM64.322,3.718L63.3,4.572C62.852,3.914 61.844,2.976 60.962,2.36L61.928,1.576C62.796,2.178 63.846,3.046 64.322,3.718ZM63.944,6.686L63.944,11.11C64.56,12.076 65.708,12.524 67.248,12.58C68.802,12.636 71.91,12.594 73.66,12.482C73.506,12.79 73.296,13.406 73.226,13.812C71.644,13.882 68.83,13.91 67.234,13.84C65.456,13.77 64.252,13.308 63.37,12.23C62.712,12.804 62.04,13.364 61.312,13.966L60.64,12.622C61.27,12.23 62.012,11.712 62.67,11.18L62.67,7.89L60.878,7.89L60.878,6.686L63.944,6.686ZM78.192,3.816L81.244,3.816C81.244,3.816 81.244,4.278 81.23,4.446C81.118,10.494 81.02,12.566 80.586,13.196C80.306,13.602 80.04,13.742 79.592,13.812C79.2,13.868 78.584,13.868 77.94,13.84C77.926,13.448 77.786,12.888 77.562,12.538C78.178,12.566 78.738,12.58 78.976,12.58C79.2,12.58 79.326,12.552 79.452,12.342C79.746,11.964 79.858,10.13 79.97,5.09L78.15,5.09C78.024,8.828 77.548,12.062 75.7,14.106C75.49,13.812 75.042,13.378 74.734,13.182C76.386,11.362 76.778,8.478 76.876,5.09L75.098,5.09L75.098,3.816L76.904,3.816C76.918,3.046 76.918,2.262 76.918,1.45L78.206,1.45C78.206,2.248 78.206,3.046 78.192,3.816ZM83.47,11.614L85.766,11.614L85.766,4.18L83.47,4.18L83.47,11.614ZM82.224,2.92L87.082,2.92L87.082,13.756L85.766,13.756L85.766,12.86L83.47,12.86L83.47,13.868L82.224,13.868L82.224,2.92Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#3C4043"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M19.526,2.6348L19.526,6.7179L22.0439,6.7179C22.6438,6.7179 23.1398,6.5163 23.5322,6.1131C23.9348,5.7109 24.1367,5.2312 24.1367,4.6759C24.1367,4.1318 23.9348,3.6577 23.5322,3.2545C23.1398,2.841 22.6438,2.6339 22.0439,2.6339L19.526,2.6339L19.526,2.6348ZM19.526,8.1551L19.526,12.8914L18.0218,12.8914L18.0218,1.1976L22.0112,1.1976C23.0249,1.1976 23.8854,1.5354 24.5945,2.2102C25.3139,2.8849 25.6736,3.7071 25.6736,4.6759C25.6736,5.667 25.3139,6.4948 24.5945,7.1584C23.8965,7.8228 23.0351,8.1542 22.0112,8.1542L19.526,8.1542L19.526,8.1551Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M27.1936,10.4416C27.1936,10.8336 27.3599,11.1602 27.6926,11.4215C28.0251,11.6828 28.4147,11.8135 28.8614,11.8135C29.4938,11.8135 30.0572,11.5792 30.5533,11.1117C31.0495,10.6432 31.297,10.0935 31.297,9.4626C30.828,9.0921 30.174,8.9073 29.335,8.9073C28.7241,8.9073 28.2149,9.0547 27.8066,9.3487C27.3982,9.6426 27.1936,10.0058 27.1936,10.4416M29.1397,4.6273C30.2515,4.6273 31.1288,4.9241 31.7726,5.5177C32.4154,6.1112 32.7367,6.925 32.7367,7.9591L32.7367,12.8914L31.298,12.8914L31.298,11.7808L31.2325,11.7808C30.6112,12.6953 29.7825,13.1527 28.7474,13.1527C27.8645,13.1527 27.1255,12.8914 26.5321,12.3688C25.938,11.8462 25.6409,11.1929 25.6409,10.4089C25.6409,9.5811 25.9538,8.9231 26.5807,8.4332C27.2076,7.9432 28.0439,7.6978 29.0903,7.6978C29.9834,7.6978 30.7196,7.8611 31.297,8.1877L31.297,7.8443C31.297,7.3217 31.0896,6.8784 30.6758,6.5135C30.2609,6.1485 29.7769,5.9666 29.221,5.9666C28.3811,5.9666 27.7169,6.3203 27.2264,7.0286L25.9015,6.1952C26.6321,5.1499 27.7112,4.6273 29.1397,4.6273"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#5F6368"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M40.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="#5F6368"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M13.448,7.1341C13.448,6.6609 13.4078,6.2045 13.3321,5.7678L6.9883,5.7678L6.9883,8.3557L10.6218,8.3557C10.4657,9.1993 9.9939,9.9171 9.2783,10.3977L9.2783,12.0785L11.4467,12.0785C12.7164,10.9082 13.448,9.1789 13.448,7.1341"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M6.9883,13.7006C8.8036,13.7006 10.3321,13.1051 11.4467,12.0785L9.2783,10.3977C8.6747,10.8037 7.8974,11.0407 6.9883,11.0407C5.2337,11.0407 3.7445,9.8592 3.2119,8.2671L0.9781,8.2671L0.9781,9.9983C2.0852,12.1933 4.3602,13.7006 6.9883,13.7006"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M3.212,8.267C3.0756,7.8611 3.0008,7.428 3.0008,6.981C3.0008,6.534 3.0756,6.1009 3.212,5.695L3.212,3.9637L0.9781,3.9637C0.5203,4.8709 0.2615,5.8956 0.2615,6.981C0.2615,8.0664 0.5203,9.0912 0.9781,9.9983L3.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M6.9883,2.9213C7.9796,2.9213 8.8681,3.2619 9.5688,3.9292L9.5688,3.9302L11.4888,2.0123C10.3228,0.9278 8.8027,0.2615 6.9883,0.2615C4.3602,0.2615 2.0852,1.7687 0.9781,3.9638L3.2119,5.695C3.7445,4.1028 5.2337,2.9213 6.9883,2.9213"
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="88dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="88"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M52.342,3.424C53.924,3.662 56.71,3.606 58.152,3.41L58.152,4.838C56.57,4.992 53.952,5.006 52.342,4.838L52.342,3.424ZM51.866,9.08L53.126,9.192C53.014,9.668 52.958,10.046 52.958,10.424C52.958,11.054 53.42,11.544 55.1,11.544C56.346,11.544 57.396,11.432 58.558,11.18L58.586,12.664C57.718,12.832 56.57,12.944 55.072,12.944C52.72,12.944 51.628,12.132 51.628,10.788C51.628,10.242 51.74,9.682 51.866,9.08ZM48.38,2.29L49.934,2.416C49.836,2.682 49.696,3.228 49.64,3.48C49.402,4.614 48.954,7.218 48.954,8.702C48.954,9.192 48.982,9.654 49.052,10.158C49.262,9.598 49.542,8.926 49.752,8.422L50.48,8.982C50.102,10.032 49.612,11.516 49.486,12.216C49.444,12.398 49.402,12.692 49.416,12.846C49.416,12.986 49.43,13.196 49.444,13.364L48.184,13.448C47.904,12.482 47.652,10.844 47.652,8.968C47.652,6.896 48.1,4.544 48.254,3.438C48.31,3.088 48.366,2.654 48.38,2.29ZM70.86,3.732L66.814,3.732L66.814,5.328L70.86,5.328L70.86,3.732ZM71.392,8.66L66.814,8.66L66.814,10.494L71.392,10.494L71.392,8.66ZM65.554,11.586L65.554,2.668L67.822,2.668C67.976,2.192 68.144,1.646 68.214,1.212L69.726,1.436C69.558,1.87 69.376,2.29 69.194,2.668L72.12,2.668L72.12,6.406L66.814,6.406L66.814,7.568L72.666,7.568L72.666,11.586L65.554,11.586ZM64.322,3.718L63.3,4.572C62.852,3.914 61.844,2.976 60.962,2.36L61.928,1.576C62.796,2.178 63.846,3.046 64.322,3.718ZM63.944,6.686L63.944,11.11C64.56,12.076 65.708,12.524 67.248,12.58C68.802,12.636 71.91,12.594 73.66,12.482C73.506,12.79 73.296,13.406 73.226,13.812C71.644,13.882 68.83,13.91 67.234,13.84C65.456,13.77 64.252,13.308 63.37,12.23C62.712,12.804 62.04,13.364 61.312,13.966L60.64,12.622C61.27,12.23 62.012,11.712 62.67,11.18L62.67,7.89L60.878,7.89L60.878,6.686L63.944,6.686ZM78.192,3.816L81.244,3.816C81.244,3.816 81.244,4.278 81.23,4.446C81.118,10.494 81.02,12.566 80.586,13.196C80.306,13.602 80.04,13.742 79.592,13.812C79.2,13.868 78.584,13.868 77.94,13.84C77.926,13.448 77.786,12.888 77.562,12.538C78.178,12.566 78.738,12.58 78.976,12.58C79.2,12.58 79.326,12.552 79.452,12.342C79.746,11.964 79.858,10.13 79.97,5.09L78.15,5.09C78.024,8.828 77.548,12.062 75.7,14.106C75.49,13.812 75.042,13.378 74.734,13.182C76.386,11.362 76.778,8.478 76.876,5.09L75.098,5.09L75.098,3.816L76.904,3.816C76.918,3.046 76.918,2.262 76.918,1.45L78.206,1.45C78.206,2.248 78.206,3.046 78.192,3.816ZM83.47,11.614L85.766,11.614L85.766,4.18L83.47,4.18L83.47,11.614ZM82.224,2.92L87.082,2.92L87.082,13.756L85.766,13.756L85.766,12.86L83.47,12.86L83.47,13.868L82.224,13.868L82.224,2.92Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#FFFFFF"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M19.526,2.6348L19.526,6.7179L22.0439,6.7179C22.6438,6.7179 23.1398,6.5163 23.5322,6.1131C23.9348,5.7109 24.1367,5.2312 24.1367,4.6759C24.1367,4.1318 23.9348,3.6577 23.5322,3.2545C23.1398,2.841 22.6438,2.6339 22.0439,2.6339L19.526,2.6339L19.526,2.6348ZM19.526,8.1551L19.526,12.8914L18.0218,12.8914L18.0218,1.1976L22.0112,1.1976C23.0249,1.1976 23.8854,1.5354 24.5945,2.2102C25.3139,2.8849 25.6736,3.7071 25.6736,4.6759C25.6736,5.667 25.3139,6.4948 24.5945,7.1584C23.8965,7.8228 23.0351,8.1542 22.0112,8.1542L19.526,8.1542L19.526,8.1551Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#FFFFFF"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M27.1936,10.4416C27.1936,10.8336 27.3599,11.1602 27.6926,11.4215C28.0251,11.6828 28.4147,11.8135 28.8614,11.8135C29.4938,11.8135 30.0572,11.5792 30.5533,11.1117C31.0495,10.6432 31.297,10.0935 31.297,9.4626C30.828,9.0921 30.174,8.9073 29.335,8.9073C28.7241,8.9073 28.2149,9.0547 27.8066,9.3487C27.3982,9.6426 27.1936,10.0058 27.1936,10.4416M29.1397,4.6273C30.2515,4.6273 31.1288,4.9241 31.7726,5.5177C32.4154,6.1112 32.7367,6.925 32.7367,7.9591L32.7367,12.8914L31.298,12.8914L31.298,11.7808L31.2325,11.7808C30.6112,12.6953 29.7825,13.1527 28.7474,13.1527C27.8645,13.1527 27.1255,12.8914 26.5321,12.3688C25.938,11.8462 25.6409,11.1929 25.6409,10.4089C25.6409,9.5811 25.9538,8.9231 26.5807,8.4332C27.2076,7.9432 28.0439,7.6978 29.0903,7.6978C29.9834,7.6978 30.7196,7.8611 31.297,8.1877L31.297,7.8443C31.297,7.3217 31.0896,6.8784 30.6758,6.5135C30.2609,6.1485 29.7769,5.9666 29.221,5.9666C28.3811,5.9666 27.7169,6.3203 27.2264,7.0286L25.9015,6.1952C26.6321,5.1499 27.7112,4.6273 29.1397,4.6273"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#FFFFFF"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M40.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="M13.448,7.1341C13.448,6.6609 13.4078,6.2045 13.3321,5.7678L6.9883,5.7678L6.9883,8.3557L10.6218,8.3557C10.4657,9.1993 9.9939,9.9171 9.2783,10.3977L9.2783,12.0785L11.4467,12.0785C12.7164,10.9082 13.448,9.1789 13.448,7.1341"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M6.9883,13.7006C8.8036,13.7006 10.3321,13.1051 11.4467,12.0785L9.2783,10.3977C8.6747,10.8037 7.8974,11.0407 6.9883,11.0407C5.2337,11.0407 3.7445,9.8592 3.2119,8.2671L0.9781,8.2671L0.9781,9.9983C2.0852,12.1933 4.3602,13.7006 6.9883,13.7006"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M3.212,8.267C3.0756,7.8611 3.0008,7.428 3.0008,6.981C3.0008,6.534 3.0756,6.1009 3.212,5.695L3.212,3.9637L0.9781,3.9637C0.5203,4.8709 0.2615,5.8956 0.2615,6.981C0.2615,8.0664 0.5203,9.0912 0.9781,9.9983L3.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M6.9883,2.9213C7.9796,2.9213 8.8681,3.2619 9.5688,3.9292L9.5688,3.9302L11.4888,2.0123C10.3228,0.9278 8.8027,0.2615 6.9883,0.2615C4.3602,0.2615 2.0852,1.7687 0.9781,3.9638L3.2119,5.695C3.7445,4.1028 5.2337,2.9213 6.9883,2.9213"
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="94dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="94"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M47.56,15.394L47.56,14.498L49.31,14.498L49.31,2.738L47.56,2.738L47.56,1.856L50.528,1.856L50.528,15.394L47.56,15.394ZM55.676,10.032C56.544,10.032 57.076,8.898 57.076,6.896C57.076,4.894 56.544,3.774 55.676,3.774C54.808,3.774 54.276,4.894 54.276,6.896C54.276,8.898 54.808,10.032 55.676,10.032ZM59.722,6.224L59.722,1.674L61.066,1.674L61.066,13.476L59.722,13.476L59.722,7.414L58.378,7.414C58.252,9.878 57.216,11.39 55.676,11.39C54.038,11.39 52.96,9.668 52.96,6.896C52.96,4.124 54.038,2.416 55.676,2.416C57.188,2.416 58.21,3.858 58.364,6.224L59.722,6.224ZM62.256,1.436L63.628,1.436L63.628,14.064L62.256,14.064L62.256,1.436ZM70.326,8.212L69.822,7.078C72.272,6.784 74.008,5.454 74.134,4.096L70.242,4.096L70.242,2.934L74.148,2.934L74.148,1.436L75.59,1.436L75.59,2.934L79.51,2.934L79.51,4.096L75.604,4.096C75.73,5.44 77.466,6.784 79.916,7.078L79.398,8.212C77.34,7.946 75.688,7.008 74.862,5.748C74.05,7.008 72.398,7.932 70.326,8.212ZM80.588,9.038L80.588,10.228L75.59,10.228L75.59,14.106L74.148,14.106L74.148,10.228L69.164,10.228L69.164,9.038L80.588,9.038ZM82.81,2.766L88.676,2.766C88.676,6.434 87.108,9.682 82.978,11.768L82.18,10.662C85.274,9.08 86.94,6.854 87.234,3.942L82.81,3.942L82.81,2.766ZM93.898,6.42L93.898,7.624L91.98,7.624L91.98,14.064L90.538,14.064L90.538,1.422L91.98,1.422L91.98,6.42L93.898,6.42Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#3C4043"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M19.526,2.6348L19.526,6.7179L22.0439,6.7179C22.6438,6.7179 23.1398,6.5163 23.5322,6.1131C23.9348,5.7109 24.1367,5.2312 24.1367,4.6759C24.1367,4.1318 23.9348,3.6577 23.5322,3.2545C23.1398,2.841 22.6438,2.6339 22.0439,2.6339L19.526,2.6339L19.526,2.6348ZM19.526,8.1551L19.526,12.8914L18.0218,12.8914L18.0218,1.1976L22.0112,1.1976C23.0249,1.1976 23.8854,1.5354 24.5945,2.2102C25.3139,2.8849 25.6736,3.7071 25.6736,4.6759C25.6736,5.667 25.3139,6.4948 24.5945,7.1584C23.8965,7.8228 23.0351,8.1542 22.0112,8.1542L19.526,8.1542L19.526,8.1551Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M27.1936,10.4416C27.1936,10.8336 27.3599,11.1602 27.6926,11.4215C28.0251,11.6828 28.4147,11.8135 28.8614,11.8135C29.4938,11.8135 30.0572,11.5792 30.5533,11.1117C31.0495,10.6432 31.297,10.0935 31.297,9.4626C30.828,9.0921 30.174,8.9073 29.335,8.9073C28.7241,8.9073 28.2149,9.0547 27.8066,9.3487C27.3982,9.6426 27.1936,10.0058 27.1936,10.4416M29.1397,4.6273C30.2515,4.6273 31.1288,4.9241 31.7726,5.5177C32.4154,6.1112 32.7367,6.925 32.7367,7.9591L32.7367,12.8914L31.298,12.8914L31.298,11.7808L31.2325,11.7808C30.6112,12.6953 29.7825,13.1527 28.7474,13.1527C27.8645,13.1527 27.1255,12.8914 26.5321,12.3688C25.938,11.8462 25.6409,11.1929 25.6409,10.4089C25.6409,9.5811 25.9538,8.9231 26.5807,8.4332C27.2076,7.9432 28.0439,7.6978 29.0903,7.6978C29.9834,7.6978 30.7196,7.8611 31.297,8.1877L31.297,7.8443C31.297,7.3217 31.0896,6.8784 30.6758,6.5135C30.2609,6.1485 29.7769,5.9666 29.221,5.9666C28.3811,5.9666 27.7169,6.3203 27.2264,7.0286L25.9015,6.1952C26.6321,5.1499 27.7112,4.6273 29.1397,4.6273"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#5F6368"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M40.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="#5F6368"
28
+ android:fillType="evenOdd"
29
+ android:strokeColor="#00000000"/>
30
+ <path
31
+ android:pathData="M13.448,7.1341C13.448,6.6609 13.4078,6.2045 13.3321,5.7678L6.9883,5.7678L6.9883,8.3557L10.6218,8.3557C10.4657,9.1993 9.9939,9.9171 9.2783,10.3977L9.2783,12.0785L11.4467,12.0785C12.7164,10.9082 13.448,9.1789 13.448,7.1341"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M6.9883,13.7006C8.8036,13.7006 10.3321,13.1051 11.4467,12.0785L9.2783,10.3977C8.6747,10.8037 7.8974,11.0407 6.9883,11.0407C5.2337,11.0407 3.7445,9.8592 3.2119,8.2671L0.9781,8.2671L0.9781,9.9983C2.0852,12.1933 4.3602,13.7006 6.9883,13.7006"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M3.212,8.267C3.0756,7.8611 3.0008,7.428 3.0008,6.981C3.0008,6.534 3.0756,6.1009 3.212,5.695L3.212,3.9637L0.9781,3.9637C0.5203,4.8709 0.2615,5.8956 0.2615,6.981C0.2615,8.0664 0.5203,9.0912 0.9781,9.9983L3.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M6.9883,2.9213C7.9796,2.9213 8.8681,3.2619 9.5688,3.9292L9.5688,3.9302L11.4888,2.0123C10.3228,0.9278 8.8027,0.2615 6.9883,0.2615C4.3602,0.2615 2.0852,1.7687 0.9781,3.9638L3.2119,5.695C3.7445,4.1028 5.2337,2.9213 6.9883,2.9213"
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="94dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="94"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M47.56,15.394L47.56,14.498L49.31,14.498L49.31,2.738L47.56,2.738L47.56,1.856L50.528,1.856L50.528,15.394L47.56,15.394ZM55.676,10.032C56.544,10.032 57.076,8.898 57.076,6.896C57.076,4.894 56.544,3.774 55.676,3.774C54.808,3.774 54.276,4.894 54.276,6.896C54.276,8.898 54.808,10.032 55.676,10.032ZM59.722,6.224L59.722,1.674L61.066,1.674L61.066,13.476L59.722,13.476L59.722,7.414L58.378,7.414C58.252,9.878 57.216,11.39 55.676,11.39C54.038,11.39 52.96,9.668 52.96,6.896C52.96,4.124 54.038,2.416 55.676,2.416C57.188,2.416 58.21,3.858 58.364,6.224L59.722,6.224ZM62.256,1.436L63.628,1.436L63.628,14.064L62.256,14.064L62.256,1.436ZM70.326,8.212L69.822,7.078C72.272,6.784 74.008,5.454 74.134,4.096L70.242,4.096L70.242,2.934L74.148,2.934L74.148,1.436L75.59,1.436L75.59,2.934L79.51,2.934L79.51,4.096L75.604,4.096C75.73,5.44 77.466,6.784 79.916,7.078L79.398,8.212C77.34,7.946 75.688,7.008 74.862,5.748C74.05,7.008 72.398,7.932 70.326,8.212ZM80.588,9.038L80.588,10.228L75.59,10.228L75.59,14.106L74.148,14.106L74.148,10.228L69.164,10.228L69.164,9.038L80.588,9.038ZM82.81,2.766L88.676,2.766C88.676,6.434 87.108,9.682 82.978,11.768L82.18,10.662C85.274,9.08 86.94,6.854 87.234,3.942L82.81,3.942L82.81,2.766ZM93.898,6.42L93.898,7.624L91.98,7.624L91.98,14.064L90.538,14.064L90.538,1.422L91.98,1.422L91.98,6.42L93.898,6.42Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#FFFFFF"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M19.526,2.6348L19.526,6.7179L22.0439,6.7179C22.6438,6.7179 23.1398,6.5163 23.5322,6.1131C23.9348,5.7109 24.1367,5.2312 24.1367,4.6759C24.1367,4.1318 23.9348,3.6577 23.5322,3.2545C23.1398,2.841 22.6438,2.6339 22.0439,2.6339L19.526,2.6339L19.526,2.6348ZM19.526,8.1551L19.526,12.8914L18.0218,12.8914L18.0218,1.1976L22.0112,1.1976C23.0249,1.1976 23.8854,1.5354 24.5945,2.2102C25.3139,2.8849 25.6736,3.7071 25.6736,4.6759C25.6736,5.667 25.3139,6.4948 24.5945,7.1584C23.8965,7.8228 23.0351,8.1542 22.0112,8.1542L19.526,8.1542L19.526,8.1551Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#FFFFFF"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M27.1936,10.4416C27.1936,10.8336 27.3599,11.1602 27.6926,11.4215C28.0251,11.6828 28.4147,11.8135 28.8614,11.8135C29.4938,11.8135 30.0572,11.5792 30.5533,11.1117C31.0495,10.6432 31.297,10.0935 31.297,9.4626C30.828,9.0921 30.174,8.9073 29.335,8.9073C28.7241,8.9073 28.2149,9.0547 27.8066,9.3487C27.3982,9.6426 27.1936,10.0058 27.1936,10.4416M29.1397,4.6273C30.2515,4.6273 31.1288,4.9241 31.7726,5.5177C32.4154,6.1112 32.7367,6.925 32.7367,7.9591L32.7367,12.8914L31.298,12.8914L31.298,11.7808L31.2325,11.7808C30.6112,12.6953 29.7825,13.1527 28.7474,13.1527C27.8645,13.1527 27.1255,12.8914 26.5321,12.3688C25.938,11.8462 25.6409,11.1929 25.6409,10.4089C25.6409,9.5811 25.9538,8.9231 26.5807,8.4332C27.2076,7.9432 28.0439,7.6978 29.0903,7.6978C29.9834,7.6978 30.7196,7.8611 31.297,8.1877L31.297,7.8443C31.297,7.3217 31.0896,6.8784 30.6758,6.5135C30.2609,6.1485 29.7769,5.9666 29.221,5.9666C28.3811,5.9666 27.7169,6.3203 27.2264,7.0286L25.9015,6.1952C26.6321,5.1499 27.7112,4.6273 29.1397,4.6273"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#FFFFFF"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M40.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="M13.448,7.1341C13.448,6.6609 13.4078,6.2045 13.3321,5.7678L6.9883,5.7678L6.9883,8.3557L10.6218,8.3557C10.4657,9.1993 9.9939,9.9171 9.2783,10.3977L9.2783,12.0785L11.4467,12.0785C12.7164,10.9082 13.448,9.1789 13.448,7.1341"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M6.9883,13.7006C8.8036,13.7006 10.3321,13.1051 11.4467,12.0785L9.2783,10.3977C8.6747,10.8037 7.8974,11.0407 6.9883,11.0407C5.2337,11.0407 3.7445,9.8592 3.2119,8.2671L0.9781,8.2671L0.9781,9.9983C2.0852,12.1933 4.3602,13.7006 6.9883,13.7006"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M3.212,8.267C3.0756,7.8611 3.0008,7.428 3.0008,6.981C3.0008,6.534 3.0756,6.1009 3.212,5.695L3.212,3.9637L0.9781,3.9637C0.5203,4.8709 0.2615,5.8956 0.2615,6.981C0.2615,8.0664 0.5203,9.0912 0.9781,9.9983L3.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M6.9883,2.9213C7.9796,2.9213 8.8681,3.2619 9.5688,3.9292L9.5688,3.9302L11.4888,2.0123C10.3228,0.9278 8.8027,0.2615 6.9883,0.2615C4.3602,0.2615 2.0852,1.7687 0.9781,3.9638L3.2119,5.695C3.7445,4.1028 5.2337,2.9213 6.9883,2.9213"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>
@@ -0,0 +1,70 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="127dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="127"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M105.526,2.635L105.526,6.718h2.518a1.988,1.988 0,0 0,1.488 -0.6,1.99 1.99,0 0,0 0,-2.858 1.961,1.961 0,0 0,-1.488 -0.621h-2.518ZM105.526,8.155v4.736h-1.5L104.026,1.2h3.989a3.606,3.606 0,0 1,2.583 1.012,3.253 3.253,0 0,1 1.08,2.466 3.236,3.236 0,0 1,-1.08 2.482,3.6 3.6,0 0,1 -2.583,1h-2.485Z"
8
+ android:fillColor="#5f6368"
9
+ android:fillType="evenOdd"/>
10
+ <path
11
+ android:pathData="M113.194,10.442a1.2,1.2 0,0 0,0.5 0.979,1.83 1.83,0 0,0 1.168,0.392 2.4,2.4 0,0 0,1.692 -0.7,2.2 2.2,0 0,0 0.744,-1.649 3.089,3.089 0,0 0,-1.962 -0.556,2.546 2.546,0 0,0 -1.528,0.442 1.306,1.306 0,0 0,-0.613 1.093m1.946,-5.815a3.734,3.734 0,0 1,2.633 0.891,3.16 3.16,0 0,1 0.964,2.441v4.932H117.3v-1.11h-0.065a2.875,2.875 0,0 1,-2.486 1.372,3.236 3.236,0 0,1 -2.215,-0.784 2.5,2.5 0,0 1,-0.891 -1.96,2.377 2.377,0 0,1 0.94,-1.976A3.964,3.964 0,0 1,115.09 7.7a4.44,4.44 0,0 1,2.207 0.49V7.844a1.711,1.711 0,0 0,-0.621 -1.331,2.136 2.136,0 0,0 -1.455,-0.546 2.3,2.3 0,0 0,-2 1.062L111.9,6.2a3.7,3.7 0,0 1,3.239 -1.568"
12
+ android:fillColor="#5f6368"
13
+ android:fillType="evenOdd"/>
14
+ <path
15
+ android:pathData="M126.993,4.889l-5.02,11.53H120.42l1.864,-4.034 -3.3,-7.5h1.636L123,10.637h0.032l2.322,-5.748Z"
16
+ android:fillColor="#5f6368"
17
+ android:fillType="evenOdd"/>
18
+ <path
19
+ android:pathData="M99.448,7.134a7.966,7.966 0,0 0,-0.116 -1.366H92.988V8.356h3.634A3.112,3.112 0,0 1,95.278 10.4v1.681h2.169a6.576,6.576 0,0 0,2 -4.945"
20
+ android:fillColor="#4285f4"
21
+ android:fillType="evenOdd"/>
22
+ <path
23
+ android:pathData="M92.988,13.7a6.446,6.446 0,0 0,4.459 -1.622L95.278,10.4a4.08,4.08 0,0 1,-6.066 -2.131H86.978V10a6.728,6.728 0,0 0,6.01 3.7"
24
+ android:fillColor="#34a853"
25
+ android:fillType="evenOdd"/>
26
+ <path
27
+ android:pathData="M89.212,8.267a4.024,4.024 0,0 1,0 -2.572V3.964H86.978a6.706,6.706 0,0 0,0 6.034Z"
28
+ android:fillColor="#fabb05"
29
+ android:fillType="evenOdd"/>
30
+ <path
31
+ android:pathData="M92.988,2.921a3.656,3.656 0,0 1,2.581 1.008h0l1.92,-1.918a6.469,6.469 0,0 0,-4.5 -1.75,6.727 6.727,0 0,0 -6.01,3.7L89.212,5.7a4.024,4.024 0,0 1,3.776 -2.774"
32
+ android:fillColor="#e94235"
33
+ android:fillType="evenOdd"/>
34
+ <path
35
+ android:pathData="M0.372,2.833H3.894a3.512,3.512 0,0 1,1.654 0.4A3.091,3.091 0,0 1,6.755 4.337,2.953 2.953,0 0,1 7.2,5.942a2.951,2.951 0,0 1,-0.448 1.6A3.091,3.091 0,0 1,5.548 8.654a3.513,3.513 0,0 1,-1.654 0.4H1.963V13H0.372ZM3.937,7.547a1.673,1.673 0,0 0,0.894 -0.235,1.571 1.571,0 0,0 0.582,-0.6 1.578,1.578 0,0 0,0 -1.534,1.52 1.52,0 0,0 -0.582,-0.6 1.725,1.725 0,0 0,-0.894 -0.227H1.963V7.547Z"
36
+ android:fillColor="#3c4043"/>
37
+ <path
38
+ android:pathData="M8.679,5.957h1.477v1.05h0.085a1.987,1.987 0,0 1,0.824 -0.909,2.291 2.291,0 0,1 1.221,-0.369 1.95,1.95 0,0 1,0.838 0.156V7.5a2.381,2.381 0,0 0,-1.08 -0.241,1.639 1.639,0 0,0 -1.284,0.591A2.111,2.111 0,0 0,10.241 9.3V13H8.679Z"
39
+ android:fillColor="#3c4043"/>
40
+ <path
41
+ android:pathData="M14.593,4.515a1.015,1.015 0,0 1,-0.3 -0.745,1.051 1.051,0 1,1 2.1,0 1.055,1.055 0,0 1,-1.8 0.745ZM14.558,5.957L16.12,5.957L16.12,13L14.558,13Z"
42
+ android:fillColor="#3c4043"/>
43
+ <path
44
+ android:pathData="M19.379,12.744A3.447,3.447 0,0 1,18.15 11.4,4.059 4.059,0 0,1 17.7,9.478a4.059,4.059 0,0 1,0.454 -1.924,3.447 3.447,0 0,1 1.229,-1.342 3.119,3.119 0,0 1,1.683 -0.483,2.831 2.831,0 0,1 1.37,0.327 2.437,2.437 0,0 1,0.916 0.809h0.071l-0.071,-0.98L23.352,2.833L24.91,2.833L24.91,13L23.419,13v-0.923h-0.071a2.407,2.407 0,0 1,-0.909 0.823,2.817 2.817,0 0,1 -1.377,0.327A3.128,3.128 0,0 1,19.379 12.744ZM22.379,11.508a2.062,2.062 0,0 0,0.76 -0.809,2.531 2.531,0 0,0 0.284,-1.221 2.531,2.531 0,0 0,-0.284 -1.221,2.072 2.072,0 0,0 -0.76,-0.81 2.008,2.008 0,0 0,-2.059 0,2.1 2.1,0 0,0 -0.767,0.817 2.678,2.678 0,0 0,0 2.428,2.093 2.093,0 0,0 0.767,0.816 2.008,2.008 0,0 0,2.059 0Z"
45
+ android:fillColor="#3c4043"/>
46
+ <path
47
+ android:pathData="M28.14,12.744a3.4,3.4 0,0 1,-1.3 -1.342,3.953 3.953,0 0,1 -0.468,-1.924A4,4 0,0 1,26.82 7.6a3.455,3.455 0,0 1,1.257 -1.363,3.415 3.415,0 0,1 1.845,-0.5 3.551,3.551 0,0 1,1.853 0.469,3.058 3.058,0 0,1 1.2,1.3 4.255,4.255 0,0 1,0.411 1.91,2.455 2.455,0 0,1 -0.014,0.256c-0.01,0.085 -0.014,0.132 -0.014,0.142H27.935a2.044,2.044 0,0 0,0.7 1.49,2.144 2.144,0 0,0 1.42,0.526 2.057,2.057 0,0 0,1.875 -1.136l1.334,0.639a3.767,3.767 0,0 1,-5.119 1.42ZM31.8,8.612a1.724,1.724 0,0 0,-0.227 -0.7,1.654 1.654,0 0,0 -0.618,-0.6 2.022,2.022 0,0 0,-1.044 -0.248,1.8 1.8,0 0,0 -1.2,0.426 2.145,2.145 0,0 0,-0.688 1.122ZM29.234,4.259a0.883,0.883 0,0 1,-0.277 -0.646,0.894 0.894,0 0,1 0.277,-0.667 0.912,0.912 0,0 1,0.66 -0.27,0.882 0.882,0 0,1 0.66,0.27 0.921,0.921 0,0 1,0.263 0.667,0.924 0.924,0 0,1 -1.583,0.646Z"
48
+ android:fillColor="#3c4043"/>
49
+ <path
50
+ android:pathData="M34.921,2.833h1.562V8.754h0.042l2.784,-2.8h1.96v0.085l-2.7,2.669 2.84,4.2V13H39.55L37.463,9.791l-0.98,0.965V13H34.921Z"
51
+ android:fillColor="#3c4043"/>
52
+ <path
53
+ android:pathData="M44.513,13.075a1.821,1.821 0,0 1,-0.675 -0.428,2.281 2.281,0 0,1 -0.61,-1.693V7.333H41.992V5.957h1.236v-2.1H44.79v2.1h1.718V7.333H44.79v3.294a1.242,1.242 0,0 0,0.227 0.846,0.8 0.8,0 0,0 0.7,0.291 1.542,1.542 0,0 0,0.809 -0.241v1.519a3.253,3.253 0,0 1,-1.136 0.185A2.472,2.472 0,0 1,44.513 13.075Z"
54
+ android:fillColor="#3c4043"/>
55
+ <path
56
+ android:pathData="M48.332,4.515a1.011,1.011 0,0 1,-0.3 -0.745,1.051 1.051,0 1,1 2.1,0 1.054,1.054 0,0 1,-1.8 0.745ZM48.3,5.957h1.562V13H48.3Z"
57
+ android:fillColor="#3c4043"/>
58
+ <path
59
+ android:pathData="M55.283,5.957L56.76,5.957v0.908h0.085a2.317,2.317 0,0 1,0.9 -0.809,2.828 2.828,0 0,1 1.37,-0.327 3.119,3.119 0,0 1,1.683 0.483,3.492 3.492,0 0,1 1.235,1.342A3.994,3.994 0,0 1,62.5 9.478a3.956,3.956 0,0 1,-0.462 1.917A3.564,3.564 0,0 1,60.8 12.737a3.092,3.092 0,0 1,-1.683 0.49,2.828 2.828,0 0,1 -1.37,-0.327 2.279,2.279 0,0 1,-0.9 -0.823L56.76,12.077l0.085,0.993v3L55.283,16.07ZM59.877,11.508a2.1,2.1 0,0 0,0.767 -0.816,2.678 2.678,0 0,0 0,-2.428 2.11,2.11 0,0 0,-0.767 -0.817,2.008 2.008,0 0,0 -2.059,0 2.11,2.11 0,0 0,-0.767 0.81,2.478 2.478,0 0,0 -0.291,1.221 2.478,2.478 0,0 0,0.291 1.221,2.1 2.1,0 0,0 0.767,0.809 2.008,2.008 0,0 0,2.059 0Z"
60
+ android:fillColor="#3c4043"/>
61
+ <path
62
+ android:pathData="M63.96,5.957h1.477v1.05h0.084a1.984,1.984 0,0 1,0.825 -0.909,2.288 2.288,0 0,1 1.22,-0.369 1.946,1.946 0,0 1,0.838 0.156V7.5a2.377,2.377 0,0 0,-1.079 -0.241,1.641 1.641,0 0,0 -1.285,0.591A2.111,2.111 0,0 0,65.521 9.3V13H63.96Z"
63
+ android:fillColor="#3c4043"/>
64
+ <path
65
+ android:pathData="M69.874,4.515a1.012,1.012 0,0 1,-0.306 -0.745,1.051 1.051,0 1,1 2.1,0 1.054,1.054 0,0 1,-1.8 0.745ZM69.839,5.957L71.4,5.957L71.4,13L69.839,13Z"
66
+ android:fillColor="#3c4043"/>
67
+ <path
68
+ android:pathData="M74.744,12.744a3.409,3.409 0,0 1,-1.3 -1.342,3.953 3.953,0 0,1 -0.468,-1.924A4.016,4.016 0,0 1,73.424 7.6a3.462,3.462 0,0 1,1.257 -1.363,3.42 3.42,0 0,1 1.845,-0.5A3.557,3.557 0,0 1,78.38 6.2a3.062,3.062 0,0 1,1.2 1.3,4.255 4.255,0 0,1 0.411,1.91c0,0.085 0,0.17 -0.013,0.256s-0.015,0.132 -0.015,0.142H74.539a2.044,2.044 0,0 0,0.695 1.49,2.144 2.144,0 0,0 1.42,0.526 2.055,2.055 0,0 0,1.875 -1.136l1.334,0.639a3.767,3.767 0,0 1,-5.119 1.42ZM78.4,8.612a1.708,1.708 0,0 0,-0.227 -0.7,1.658 1.658,0 0,0 -0.617,-0.6 2.027,2.027 0,0 0,-1.044 -0.248,1.8 1.8,0 0,0 -1.2,0.426 2.151,2.151 0,0 0,-0.688 1.122Z"
69
+ android:fillColor="#3c4043"/>
70
+ </vector>
@@ -0,0 +1,70 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="127dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="127"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M105.526,2.635L105.526,6.718h2.518a1.988,1.988 0,0 0,1.488 -0.6,1.99 1.99,0 0,0 0,-2.858 1.961,1.961 0,0 0,-1.488 -0.621h-2.518ZM105.526,8.155v4.736h-1.5L104.026,1.2h3.989a3.606,3.606 0,0 1,2.583 1.012,3.253 3.253,0 0,1 1.08,2.466 3.236,3.236 0,0 1,-1.08 2.482,3.6 3.6,0 0,1 -2.583,1h-2.485Z"
8
+ android:fillColor="#fff"
9
+ android:fillType="evenOdd"/>
10
+ <path
11
+ android:pathData="M113.194,10.442a1.2,1.2 0,0 0,0.5 0.979,1.83 1.83,0 0,0 1.168,0.392 2.4,2.4 0,0 0,1.692 -0.7,2.2 2.2,0 0,0 0.744,-1.649 3.089,3.089 0,0 0,-1.962 -0.556,2.546 2.546,0 0,0 -1.528,0.442 1.306,1.306 0,0 0,-0.613 1.093m1.946,-5.815a3.734,3.734 0,0 1,2.633 0.891,3.16 3.16,0 0,1 0.964,2.441v4.932H117.3v-1.11h-0.065a2.875,2.875 0,0 1,-2.486 1.372,3.236 3.236,0 0,1 -2.215,-0.784 2.5,2.5 0,0 1,-0.891 -1.96,2.377 2.377,0 0,1 0.94,-1.976A3.964,3.964 0,0 1,115.09 7.7a4.44,4.44 0,0 1,2.207 0.49V7.844a1.711,1.711 0,0 0,-0.621 -1.331,2.136 2.136,0 0,0 -1.455,-0.546 2.3,2.3 0,0 0,-2 1.062L111.9,6.2a3.7,3.7 0,0 1,3.239 -1.568"
12
+ android:fillColor="#fff"
13
+ android:fillType="evenOdd"/>
14
+ <path
15
+ android:pathData="M126.993,4.889l-5.02,11.53H120.42l1.864,-4.034 -3.3,-7.5h1.636L123,10.637h0.032l2.322,-5.748Z"
16
+ android:fillColor="#fff"
17
+ android:fillType="evenOdd"/>
18
+ <path
19
+ android:pathData="M99.448,7.134a7.966,7.966 0,0 0,-0.116 -1.366H92.988V8.356h3.634A3.112,3.112 0,0 1,95.278 10.4v1.681h2.169a6.576,6.576 0,0 0,2 -4.945"
20
+ android:fillColor="#4285f4"
21
+ android:fillType="evenOdd"/>
22
+ <path
23
+ android:pathData="M92.988,13.7a6.446,6.446 0,0 0,4.459 -1.622L95.278,10.4a4.08,4.08 0,0 1,-6.066 -2.131H86.978V10a6.728,6.728 0,0 0,6.01 3.7"
24
+ android:fillColor="#34a853"
25
+ android:fillType="evenOdd"/>
26
+ <path
27
+ android:pathData="M89.212,8.267a4.024,4.024 0,0 1,0 -2.572V3.964H86.978a6.706,6.706 0,0 0,0 6.034Z"
28
+ android:fillColor="#fabb05"
29
+ android:fillType="evenOdd"/>
30
+ <path
31
+ android:pathData="M92.988,2.921a3.656,3.656 0,0 1,2.581 1.008h0l1.92,-1.918a6.469,6.469 0,0 0,-4.5 -1.75,6.727 6.727,0 0,0 -6.01,3.7L89.212,5.7a4.024,4.024 0,0 1,3.776 -2.774"
32
+ android:fillColor="#e94235"
33
+ android:fillType="evenOdd"/>
34
+ <path
35
+ android:pathData="M0.372,2.833H3.894a3.512,3.512 0,0 1,1.654 0.4A3.091,3.091 0,0 1,6.755 4.337,2.953 2.953,0 0,1 7.2,5.942a2.951,2.951 0,0 1,-0.448 1.6A3.091,3.091 0,0 1,5.548 8.654a3.513,3.513 0,0 1,-1.654 0.4H1.963V13H0.372ZM3.937,7.547a1.673,1.673 0,0 0,0.894 -0.235,1.571 1.571,0 0,0 0.582,-0.6 1.578,1.578 0,0 0,0 -1.534,1.52 1.52,0 0,0 -0.582,-0.6 1.725,1.725 0,0 0,-0.894 -0.227H1.963V7.547Z"
36
+ android:fillColor="#fff"/>
37
+ <path
38
+ android:pathData="M8.679,5.957h1.477v1.05h0.085a1.987,1.987 0,0 1,0.824 -0.909,2.291 2.291,0 0,1 1.221,-0.369 1.95,1.95 0,0 1,0.838 0.156V7.5a2.381,2.381 0,0 0,-1.08 -0.241,1.639 1.639,0 0,0 -1.284,0.591A2.111,2.111 0,0 0,10.241 9.3V13H8.679Z"
39
+ android:fillColor="#fff"/>
40
+ <path
41
+ android:pathData="M14.593,4.515a1.015,1.015 0,0 1,-0.3 -0.745,1.051 1.051,0 1,1 2.1,0 1.055,1.055 0,0 1,-1.8 0.745ZM14.558,5.957L16.12,5.957L16.12,13L14.558,13Z"
42
+ android:fillColor="#fff"/>
43
+ <path
44
+ android:pathData="M19.379,12.744A3.447,3.447 0,0 1,18.15 11.4,4.059 4.059,0 0,1 17.7,9.478a4.059,4.059 0,0 1,0.454 -1.924,3.447 3.447,0 0,1 1.229,-1.342 3.119,3.119 0,0 1,1.683 -0.483,2.831 2.831,0 0,1 1.37,0.327 2.437,2.437 0,0 1,0.916 0.809h0.071l-0.071,-0.98L23.352,2.833L24.91,2.833L24.91,13L23.419,13v-0.923h-0.071a2.407,2.407 0,0 1,-0.909 0.823,2.817 2.817,0 0,1 -1.377,0.327A3.128,3.128 0,0 1,19.379 12.744ZM22.379,11.508a2.062,2.062 0,0 0,0.76 -0.809,2.531 2.531,0 0,0 0.284,-1.221 2.531,2.531 0,0 0,-0.284 -1.221,2.072 2.072,0 0,0 -0.76,-0.81 2.008,2.008 0,0 0,-2.059 0,2.1 2.1,0 0,0 -0.767,0.817 2.678,2.678 0,0 0,0 2.428,2.093 2.093,0 0,0 0.767,0.816 2.008,2.008 0,0 0,2.059 0Z"
45
+ android:fillColor="#fff"/>
46
+ <path
47
+ android:pathData="M28.14,12.744a3.4,3.4 0,0 1,-1.3 -1.342,3.953 3.953,0 0,1 -0.468,-1.924A4,4 0,0 1,26.82 7.6a3.455,3.455 0,0 1,1.257 -1.363,3.415 3.415,0 0,1 1.845,-0.5 3.551,3.551 0,0 1,1.853 0.469,3.058 3.058,0 0,1 1.2,1.3 4.255,4.255 0,0 1,0.411 1.91,2.455 2.455,0 0,1 -0.014,0.256c-0.01,0.085 -0.014,0.132 -0.014,0.142H27.935a2.044,2.044 0,0 0,0.7 1.49,2.144 2.144,0 0,0 1.42,0.526 2.057,2.057 0,0 0,1.875 -1.136l1.334,0.639a3.767,3.767 0,0 1,-5.119 1.42ZM31.8,8.612a1.724,1.724 0,0 0,-0.227 -0.7,1.654 1.654,0 0,0 -0.618,-0.6 2.022,2.022 0,0 0,-1.044 -0.248,1.8 1.8,0 0,0 -1.2,0.426 2.145,2.145 0,0 0,-0.688 1.122ZM29.234,4.259a0.883,0.883 0,0 1,-0.277 -0.646,0.894 0.894,0 0,1 0.277,-0.667 0.912,0.912 0,0 1,0.66 -0.27,0.882 0.882,0 0,1 0.66,0.27 0.921,0.921 0,0 1,0.263 0.667,0.924 0.924,0 0,1 -1.583,0.646Z"
48
+ android:fillColor="#fff"/>
49
+ <path
50
+ android:pathData="M34.921,2.833h1.562V8.754h0.042l2.784,-2.8h1.96v0.085l-2.7,2.669 2.84,4.2V13H39.55L37.463,9.791l-0.98,0.965V13H34.921Z"
51
+ android:fillColor="#fff"/>
52
+ <path
53
+ android:pathData="M44.513,13.075a1.821,1.821 0,0 1,-0.675 -0.428,2.281 2.281,0 0,1 -0.61,-1.693V7.333H41.992V5.957h1.236v-2.1H44.79v2.1h1.718V7.333H44.79v3.294a1.242,1.242 0,0 0,0.227 0.846,0.8 0.8,0 0,0 0.7,0.291 1.542,1.542 0,0 0,0.809 -0.241v1.519a3.253,3.253 0,0 1,-1.136 0.185A2.472,2.472 0,0 1,44.513 13.075Z"
54
+ android:fillColor="#fff"/>
55
+ <path
56
+ android:pathData="M48.332,4.515a1.011,1.011 0,0 1,-0.3 -0.745,1.051 1.051,0 1,1 2.1,0 1.054,1.054 0,0 1,-1.8 0.745ZM48.3,5.957h1.562V13H48.3Z"
57
+ android:fillColor="#fff"/>
58
+ <path
59
+ android:pathData="M55.283,5.957L56.76,5.957v0.908h0.085a2.317,2.317 0,0 1,0.9 -0.809,2.828 2.828,0 0,1 1.37,-0.327 3.119,3.119 0,0 1,1.683 0.483,3.492 3.492,0 0,1 1.235,1.342A3.994,3.994 0,0 1,62.5 9.478a3.956,3.956 0,0 1,-0.462 1.917A3.564,3.564 0,0 1,60.8 12.737a3.092,3.092 0,0 1,-1.683 0.49,2.828 2.828,0 0,1 -1.37,-0.327 2.279,2.279 0,0 1,-0.9 -0.823L56.76,12.077l0.085,0.993v3L55.283,16.07ZM59.877,11.508a2.1,2.1 0,0 0,0.767 -0.816,2.678 2.678,0 0,0 0,-2.428 2.11,2.11 0,0 0,-0.767 -0.817,2.008 2.008,0 0,0 -2.059,0 2.11,2.11 0,0 0,-0.767 0.81,2.478 2.478,0 0,0 -0.291,1.221 2.478,2.478 0,0 0,0.291 1.221,2.1 2.1,0 0,0 0.767,0.809 2.008,2.008 0,0 0,2.059 0Z"
60
+ android:fillColor="#fff"/>
61
+ <path
62
+ android:pathData="M63.96,5.957h1.477v1.05h0.084a1.984,1.984 0,0 1,0.825 -0.909,2.288 2.288,0 0,1 1.22,-0.369 1.946,1.946 0,0 1,0.838 0.156V7.5a2.377,2.377 0,0 0,-1.079 -0.241,1.641 1.641,0 0,0 -1.285,0.591A2.111,2.111 0,0 0,65.521 9.3V13H63.96Z"
63
+ android:fillColor="#fff"/>
64
+ <path
65
+ android:pathData="M69.874,4.515a1.012,1.012 0,0 1,-0.306 -0.745,1.051 1.051,0 1,1 2.1,0 1.054,1.054 0,0 1,-1.8 0.745ZM69.839,5.957L71.4,5.957L71.4,13L69.839,13Z"
66
+ android:fillColor="#fff"/>
67
+ <path
68
+ android:pathData="M74.744,12.744a3.409,3.409 0,0 1,-1.3 -1.342,3.953 3.953,0 0,1 -0.468,-1.924A4.016,4.016 0,0 1,73.424 7.6a3.462,3.462 0,0 1,1.257 -1.363,3.42 3.42,0 0,1 1.845,-0.5A3.557,3.557 0,0 1,78.38 6.2a3.062,3.062 0,0 1,1.2 1.3,4.255 4.255,0 0,1 0.411,1.91c0,0.085 0,0.17 -0.013,0.256s-0.015,0.132 -0.015,0.142H74.539a2.044,2.044 0,0 0,0.695 1.49,2.144 2.144,0 0,0 1.42,0.526 2.055,2.055 0,0 0,1.875 -1.136l1.334,0.639a3.767,3.767 0,0 1,-5.119 1.42ZM78.4,8.612a1.708,1.708 0,0 0,-0.227 -0.7,1.658 1.658,0 0,0 -0.617,-0.6 2.027,2.027 0,0 0,-1.044 -0.248,1.8 1.8,0 0,0 -1.2,0.426 2.151,2.151 0,0 0,-0.688 1.122Z"
69
+ android:fillColor="#fff"/>
70
+ </vector>
@@ -0,0 +1,61 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="108dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="108"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M86.526,2.635L86.526,6.718h2.518a1.988,1.988 0,0 0,1.488 -0.6,1.99 1.99,0 0,0 0,-2.858 1.961,1.961 0,0 0,-1.488 -0.621L86.526,2.639ZM86.526,8.155v4.736h-1.5L85.026,1.2h3.989A3.606,3.606 0,0 1,91.594 2.21a3.253,3.253 0,0 1,1.08 2.466,3.236 3.236,0 0,1 -1.08,2.482 3.6,3.6 0,0 1,-2.583 1L86.526,8.158Z"
8
+ android:fillColor="#5f6368"
9
+ android:fillType="evenOdd"/>
10
+ <path
11
+ android:pathData="M94.194,10.442a1.2,1.2 0,0 0,0.5 0.979,1.83 1.83,0 0,0 1.168,0.392 2.4,2.4 0,0 0,1.692 -0.7A2.2,2.2 0,0 0,98.3 9.463a3.089,3.089 0,0 0,-1.962 -0.556,2.546 2.546,0 0,0 -1.528,0.442 1.306,1.306 0,0 0,-0.613 1.093M96.14,4.627a3.734,3.734 0,0 1,2.633 0.891,3.16 3.16,0 0,1 0.964,2.441v4.932H98.3v-1.11h-0.065a2.875,2.875 0,0 1,-2.486 1.372,3.236 3.236,0 0,1 -2.215,-0.784 2.5,2.5 0,0 1,-0.891 -1.96,2.377 2.377,0 0,1 0.94,-1.976A3.964,3.964 0,0 1,96.09 7.7a4.44,4.44 0,0 1,2.207 0.49V7.844a1.711,1.711 0,0 0,-0.621 -1.331,2.136 2.136,0 0,0 -1.455,-0.546 2.3,2.3 0,0 0,-2 1.062L92.9,6.2A3.7,3.7 0,0 1,96.14 4.627"
12
+ android:fillColor="#5f6368"
13
+ android:fillType="evenOdd"/>
14
+ <path
15
+ android:pathData="M107.993,4.889l-5.02,11.53H101.42l1.864,-4.034 -3.3,-7.5h1.636L104,10.637h0.032l2.322,-5.748Z"
16
+ android:fillColor="#5f6368"
17
+ android:fillType="evenOdd"/>
18
+ <path
19
+ android:pathData="M80.448,7.134a7.966,7.966 0,0 0,-0.116 -1.366H73.988V8.356h3.634A3.112,3.112 0,0 1,76.278 10.4v1.681h2.169a6.576,6.576 0,0 0,2 -4.945"
20
+ android:fillColor="#4285f4"
21
+ android:fillType="evenOdd"/>
22
+ <path
23
+ android:pathData="M73.988,13.7a6.446,6.446 0,0 0,4.459 -1.622L76.278,10.4a4.08,4.08 0,0 1,-6.066 -2.131H67.978V10a6.728,6.728 0,0 0,6.01 3.7"
24
+ android:fillColor="#34a853"
25
+ android:fillType="evenOdd"/>
26
+ <path
27
+ android:pathData="M70.212,8.267a4.024,4.024 0,0 1,0 -2.572V3.964H67.978a6.706,6.706 0,0 0,0 6.034Z"
28
+ android:fillColor="#fabb05"
29
+ android:fillType="evenOdd"/>
30
+ <path
31
+ android:pathData="M73.988,2.921a3.656,3.656 0,0 1,2.581 1.008h0l1.92,-1.918a6.469,6.469 0,0 0,-4.5 -1.75,6.727 6.727,0 0,0 -6.01,3.7L70.212,5.7a4.024,4.024 0,0 1,3.776 -2.774"
32
+ android:fillColor="#e94235"
33
+ android:fillType="evenOdd"/>
34
+ <path
35
+ android:pathData="M0.812,2.833H4.333a3.516,3.516 0,0 1,1.655 0.4A3.1,3.1 0,0 1,7.2 4.338a2.949,2.949 0,0 1,0.447 1.6,2.95 2.95,0 0,1 -0.447,1.6A3.089,3.089 0,0 1,5.988 8.654a3.505,3.505 0,0 1,-1.655 0.4H2.4V13H0.812ZM4.376,7.547a1.676,1.676 0,0 0,0.895 -0.235,1.585 1.585,0 0,0 0.582,-0.6 1.576,1.576 0,0 0,0 -1.533,1.536 1.536,0 0,0 -0.582,-0.6 1.728,1.728 0,0 0,-0.895 -0.227H2.4V7.547Z"
36
+ android:fillColor="#3c4043"/>
37
+ <path
38
+ android:pathData="M9.268,4.516a1.016,1.016 0,0 1,-0.306 -0.746,1.051 1.051,0 1,1 2.1,0 1.055,1.055 0,0 1,-1.8 0.746ZM9.232,5.957h1.562V13H9.232Z"
39
+ android:fillColor="#3c4043"/>
40
+ <path
41
+ android:pathData="M14.138,12.744a3.389,3.389 0,0 1,-1.3 -1.342,3.952 3.952,0 0,1 -0.468,-1.923A4.016,4.016 0,0 1,12.818 7.6a3.451,3.451 0,0 1,1.257 -1.364,3.415 3.415,0 0,1 1.845,-0.5 3.561,3.561 0,0 1,1.853 0.469,3.064 3.064,0 0,1 1.2,1.3 4.255,4.255 0,0 1,0.411 1.91,2.455 2.455,0 0,1 -0.014,0.256c-0.01,0.085 -0.014,0.133 -0.014,0.142H13.933a2.048,2.048 0,0 0,0.7 1.491,2.148 2.148,0 0,0 1.42,0.525 2.058,2.058 0,0 0,1.875 -1.135l1.334,0.638a3.655,3.655 0,0 1,-1.3 1.385,3.617 3.617,0 0,1 -1.952,0.518A3.657,3.657 0,0 1,14.138 12.744ZM17.8,8.612a1.728,1.728 0,0 0,-0.227 -0.7,1.669 1.669,0 0,0 -0.618,-0.6 2.022,2.022 0,0 0,-1.044 -0.248,1.794 1.794,0 0,0 -1.2,0.426 2.14,2.14 0,0 0,-0.689 1.122Z"
42
+ android:fillColor="#3c4043"/>
43
+ <path
44
+ android:pathData="M19.981,5.957h1.748l1.931,5.026h0.056l1.96,-5.026h1.718L24.455,13H22.893Z"
45
+ android:fillColor="#3c4043"/>
46
+ <path
47
+ android:pathData="M28.679,4.516a1.019,1.019 0,0 1,-0.3 -0.746,1.051 1.051,0 1,1 2.1,0 1.056,1.056 0,0 1,-1.8 0.746ZM28.644,5.957h1.562L30.206,13L28.644,13Z"
48
+ android:fillColor="#3c4043"/>
49
+ <path
50
+ android:pathData="M33.55,12.744a3.4,3.4 0,0 1,-1.3 -1.342,3.952 3.952,0 0,1 -0.468,-1.923A4.016,4.016 0,0 1,32.229 7.6a3.458,3.458 0,0 1,1.257 -1.364,3.421 3.421,0 0,1 1.846,-0.5 3.561,3.561 0,0 1,1.853 0.469,3.068 3.068,0 0,1 1.2,1.3 4.242,4.242 0,0 1,0.412 1.91,2.455 2.455,0 0,1 -0.014,0.256c-0.01,0.085 -0.014,0.133 -0.014,0.142L33.344,9.813a2.052,2.052 0,0 0,0.7 1.491,2.148 2.148,0 0,0 1.42,0.525 2.055,2.055 0,0 0,1.874 -1.135l1.335,0.638a3.655,3.655 0,0 1,-1.3 1.385,3.618 3.618,0 0,1 -1.953,0.518A3.656,3.656 0,0 1,33.55 12.744ZM37.207,8.612a1.715,1.715 0,0 0,-0.228 -0.7,1.658 1.658,0 0,0 -0.617,-0.6 2.025,2.025 0,0 0,-1.044 -0.248,1.8 1.8,0 0,0 -1.2,0.426 2.147,2.147 0,0 0,-0.689 1.122Z"
51
+ android:fillColor="#3c4043"/>
52
+ <path
53
+ android:pathData="M40.331,5.957h1.477v0.937h0.085a2.359,2.359 0,0 1,0.908 -0.838,2.649 2.649,0 0,1 1.293,-0.327 2.5,2.5 0,0 1,1.981 0.767,3.1 3.1,0 0,1 0.674,2.116V13H45.187V8.825q0,-1.66 -1.548,-1.662a1.525,1.525 0,0 0,-1.264 0.625,2.346 2.346,0 0,0 -0.482,1.478V13H40.331Z"
54
+ android:fillColor="#3c4043"/>
55
+ <path
56
+ android:pathData="M50.015,12.737A3.511,3.511 0,0 1,48.7 11.4a3.871,3.871 0,0 1,-0.475 -1.917A3.863,3.863 0,0 1,48.7 7.562,3.493 3.493,0 0,1 50.015,6.22a3.9,3.9 0,0 1,3.791 0,3.438 3.438,0 0,1 1.306,1.342 3.9,3.9 0,0 1,0.469 1.917,3.91 3.91,0 0,1 -0.469,1.917 3.456,3.456 0,0 1,-1.306 1.341,3.911 3.911,0 0,1 -3.791,0ZM52.954,11.509a2.144,2.144 0,0 0,0.781 -0.81,2.424 2.424,0 0,0 0.3,-1.22 2.459,2.459 0,0 0,-0.3 -1.236,2.1 2.1,0 0,0 -2.876,-0.8 2.025,2.025 0,0 0,-0.78 0.8,2.5 2.5,0 0,0 -0.291,1.236 2.434,2.434 0,0 0,0.3 1.22,2.154 2.154,0 0,0 0.782,0.81 2.009,2.009 0,0 0,1.036 0.284A2.039,2.039 0,0 0,52.954 11.509Z"
57
+ android:fillColor="#3c4043"/>
58
+ <path
59
+ android:pathData="M58.925,13.075a1.825,1.825 0,0 1,-0.674 -0.428,2.282 2.282,0 0,1 -0.611,-1.693V7.334H56.405V5.957H57.64v-2.1H59.2v2.1H60.92V7.334H59.2v3.294a1.241,1.241 0,0 0,0.228 0.845,0.8 0.8,0 0,0 0.7,0.292 1.547,1.547 0,0 0,0.81 -0.242v1.519a3.253,3.253 0,0 1,-1.136 0.185A2.473,2.473 0,0 1,58.925 13.075Z"
60
+ android:fillColor="#3c4043"/>
61
+ </vector>
@@ -0,0 +1,61 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="108dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="108"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M86.526,2.635L86.526,6.718h2.518a1.988,1.988 0,0 0,1.488 -0.6,1.99 1.99,0 0,0 0,-2.858 1.961,1.961 0,0 0,-1.488 -0.621L86.526,2.639ZM86.526,8.155v4.736h-1.5L85.026,1.2h3.989A3.606,3.606 0,0 1,91.594 2.21a3.253,3.253 0,0 1,1.08 2.466,3.236 3.236,0 0,1 -1.08,2.482 3.6,3.6 0,0 1,-2.583 1L86.526,8.158Z"
8
+ android:fillColor="#fff"
9
+ android:fillType="evenOdd"/>
10
+ <path
11
+ android:pathData="M94.194,10.442a1.2,1.2 0,0 0,0.5 0.979,1.83 1.83,0 0,0 1.168,0.392 2.4,2.4 0,0 0,1.692 -0.7A2.2,2.2 0,0 0,98.3 9.463a3.089,3.089 0,0 0,-1.962 -0.556,2.546 2.546,0 0,0 -1.528,0.442 1.306,1.306 0,0 0,-0.613 1.093M96.14,4.627a3.734,3.734 0,0 1,2.633 0.891,3.16 3.16,0 0,1 0.964,2.441v4.932H98.3v-1.11h-0.065a2.875,2.875 0,0 1,-2.486 1.372,3.236 3.236,0 0,1 -2.215,-0.784 2.5,2.5 0,0 1,-0.891 -1.96,2.377 2.377,0 0,1 0.94,-1.976A3.964,3.964 0,0 1,96.09 7.7a4.44,4.44 0,0 1,2.207 0.49V7.844a1.711,1.711 0,0 0,-0.621 -1.331,2.136 2.136,0 0,0 -1.455,-0.546 2.3,2.3 0,0 0,-2 1.062L92.9,6.2A3.7,3.7 0,0 1,96.14 4.627"
12
+ android:fillColor="#fff"
13
+ android:fillType="evenOdd"/>
14
+ <path
15
+ android:pathData="M107.993,4.889l-5.02,11.53H101.42l1.864,-4.034 -3.3,-7.5h1.636L104,10.637h0.032l2.322,-5.748Z"
16
+ android:fillColor="#fff"
17
+ android:fillType="evenOdd"/>
18
+ <path
19
+ android:pathData="M80.448,7.134a7.966,7.966 0,0 0,-0.116 -1.366H73.988V8.356h3.634A3.112,3.112 0,0 1,76.278 10.4v1.681h2.169a6.576,6.576 0,0 0,2 -4.945"
20
+ android:fillColor="#4285f4"
21
+ android:fillType="evenOdd"/>
22
+ <path
23
+ android:pathData="M73.988,13.7a6.446,6.446 0,0 0,4.459 -1.622L76.278,10.4a4.08,4.08 0,0 1,-6.066 -2.131H67.978V10a6.728,6.728 0,0 0,6.01 3.7"
24
+ android:fillColor="#34a853"
25
+ android:fillType="evenOdd"/>
26
+ <path
27
+ android:pathData="M70.212,8.267a4.024,4.024 0,0 1,0 -2.572V3.964H67.978a6.706,6.706 0,0 0,0 6.034Z"
28
+ android:fillColor="#fabb05"
29
+ android:fillType="evenOdd"/>
30
+ <path
31
+ android:pathData="M73.988,2.921a3.656,3.656 0,0 1,2.581 1.008h0l1.92,-1.918a6.469,6.469 0,0 0,-4.5 -1.75,6.727 6.727,0 0,0 -6.01,3.7L70.212,5.7a4.024,4.024 0,0 1,3.776 -2.774"
32
+ android:fillColor="#e94235"
33
+ android:fillType="evenOdd"/>
34
+ <path
35
+ android:pathData="M0.812,2.833H4.333a3.516,3.516 0,0 1,1.655 0.4A3.1,3.1 0,0 1,7.2 4.338a2.949,2.949 0,0 1,0.447 1.6,2.95 2.95,0 0,1 -0.447,1.6A3.089,3.089 0,0 1,5.988 8.654a3.505,3.505 0,0 1,-1.655 0.4H2.4V13H0.812ZM4.376,7.547a1.676,1.676 0,0 0,0.895 -0.235,1.585 1.585,0 0,0 0.582,-0.6 1.576,1.576 0,0 0,0 -1.533,1.536 1.536,0 0,0 -0.582,-0.6 1.728,1.728 0,0 0,-0.895 -0.227H2.4V7.547Z"
36
+ android:fillColor="#fff"/>
37
+ <path
38
+ android:pathData="M9.268,4.516a1.016,1.016 0,0 1,-0.306 -0.746,1.051 1.051,0 1,1 2.1,0 1.055,1.055 0,0 1,-1.8 0.746ZM9.232,5.957h1.562V13H9.232Z"
39
+ android:fillColor="#fff"/>
40
+ <path
41
+ android:pathData="M14.138,12.744a3.389,3.389 0,0 1,-1.3 -1.342,3.952 3.952,0 0,1 -0.468,-1.923A4.016,4.016 0,0 1,12.818 7.6a3.451,3.451 0,0 1,1.257 -1.364,3.415 3.415,0 0,1 1.845,-0.5 3.561,3.561 0,0 1,1.853 0.469,3.064 3.064,0 0,1 1.2,1.3 4.255,4.255 0,0 1,0.411 1.91,2.455 2.455,0 0,1 -0.014,0.256c-0.01,0.085 -0.014,0.133 -0.014,0.142H13.933a2.048,2.048 0,0 0,0.7 1.491,2.148 2.148,0 0,0 1.42,0.525 2.058,2.058 0,0 0,1.875 -1.135l1.334,0.638a3.655,3.655 0,0 1,-1.3 1.385,3.617 3.617,0 0,1 -1.952,0.518A3.657,3.657 0,0 1,14.138 12.744ZM17.8,8.612a1.728,1.728 0,0 0,-0.227 -0.7,1.669 1.669,0 0,0 -0.618,-0.6 2.022,2.022 0,0 0,-1.044 -0.248,1.794 1.794,0 0,0 -1.2,0.426 2.14,2.14 0,0 0,-0.689 1.122Z"
42
+ android:fillColor="#fff"/>
43
+ <path
44
+ android:pathData="M19.981,5.957h1.748l1.931,5.026h0.056l1.96,-5.026h1.718L24.455,13H22.893Z"
45
+ android:fillColor="#fff"/>
46
+ <path
47
+ android:pathData="M28.679,4.516a1.019,1.019 0,0 1,-0.3 -0.746,1.051 1.051,0 1,1 2.1,0 1.056,1.056 0,0 1,-1.8 0.746ZM28.644,5.957h1.562L30.206,13L28.644,13Z"
48
+ android:fillColor="#fff"/>
49
+ <path
50
+ android:pathData="M33.55,12.744a3.4,3.4 0,0 1,-1.3 -1.342,3.952 3.952,0 0,1 -0.468,-1.923A4.016,4.016 0,0 1,32.229 7.6a3.458,3.458 0,0 1,1.257 -1.364,3.421 3.421,0 0,1 1.846,-0.5 3.561,3.561 0,0 1,1.853 0.469,3.068 3.068,0 0,1 1.2,1.3 4.242,4.242 0,0 1,0.412 1.91,2.455 2.455,0 0,1 -0.014,0.256c-0.01,0.085 -0.014,0.133 -0.014,0.142L33.344,9.813a2.052,2.052 0,0 0,0.7 1.491,2.148 2.148,0 0,0 1.42,0.525 2.055,2.055 0,0 0,1.874 -1.135l1.335,0.638a3.655,3.655 0,0 1,-1.3 1.385,3.618 3.618,0 0,1 -1.953,0.518A3.656,3.656 0,0 1,33.55 12.744ZM37.207,8.612a1.715,1.715 0,0 0,-0.228 -0.7,1.658 1.658,0 0,0 -0.617,-0.6 2.025,2.025 0,0 0,-1.044 -0.248,1.8 1.8,0 0,0 -1.2,0.426 2.147,2.147 0,0 0,-0.689 1.122Z"
51
+ android:fillColor="#fff"/>
52
+ <path
53
+ android:pathData="M40.331,5.957h1.477v0.937h0.085a2.359,2.359 0,0 1,0.908 -0.838,2.649 2.649,0 0,1 1.293,-0.327 2.5,2.5 0,0 1,1.981 0.767,3.1 3.1,0 0,1 0.674,2.116V13H45.187V8.825q0,-1.66 -1.548,-1.662a1.525,1.525 0,0 0,-1.264 0.625,2.346 2.346,0 0,0 -0.482,1.478V13H40.331Z"
54
+ android:fillColor="#fff"/>
55
+ <path
56
+ android:pathData="M50.015,12.737A3.511,3.511 0,0 1,48.7 11.4a3.871,3.871 0,0 1,-0.475 -1.917A3.863,3.863 0,0 1,48.7 7.562,3.493 3.493,0 0,1 50.015,6.22a3.9,3.9 0,0 1,3.791 0,3.438 3.438,0 0,1 1.306,1.342 3.9,3.9 0,0 1,0.469 1.917,3.91 3.91,0 0,1 -0.469,1.917 3.456,3.456 0,0 1,-1.306 1.341,3.911 3.911,0 0,1 -3.791,0ZM52.954,11.509a2.144,2.144 0,0 0,0.781 -0.81,2.424 2.424,0 0,0 0.3,-1.22 2.459,2.459 0,0 0,-0.3 -1.236,2.1 2.1,0 0,0 -2.876,-0.8 2.025,2.025 0,0 0,-0.78 0.8,2.5 2.5,0 0,0 -0.291,1.236 2.434,2.434 0,0 0,0.3 1.22,2.154 2.154,0 0,0 0.782,0.81 2.009,2.009 0,0 0,1.036 0.284A2.039,2.039 0,0 0,52.954 11.509Z"
57
+ android:fillColor="#fff"/>
58
+ <path
59
+ android:pathData="M58.925,13.075a1.825,1.825 0,0 1,-0.674 -0.428,2.282 2.282,0 0,1 -0.611,-1.693V7.334H56.405V5.957H57.64v-2.1H59.2v2.1H60.92V7.334H59.2v3.294a1.241,1.241 0,0 0,0.228 0.845,0.8 0.8,0 0,0 0.7,0.292 1.547,1.547 0,0 0,0.81 -0.242v1.519a3.253,3.253 0,0 1,-1.136 0.185A2.473,2.473 0,0 1,58.925 13.075Z"
60
+ android:fillColor="#fff"/>
61
+ </vector>
@@ -0,0 +1,54 @@
1
+ <vector xmlns:android="http://schemas.android.com/apk/res/android"
2
+ android:width="152dp"
3
+ android:height="17dp"
4
+ android:viewportWidth="152"
5
+ android:viewportHeight="17">
6
+ <path
7
+ android:pathData="M4.046,13.224C3.215,13.224 2.469,12.981 1.806,12.496C1.143,12.011 0.686,11.329 0.434,10.452L1.918,9.85C2.067,10.401 2.331,10.851 2.709,11.201C3.087,11.551 3.542,11.726 4.074,11.726C4.569,11.726 4.989,11.598 5.334,11.341C5.679,11.084 5.852,10.732 5.852,10.284C5.852,9.873 5.7,9.535 5.397,9.269C5.094,9.003 4.564,8.735 3.808,8.464L3.178,8.24C2.506,8.007 1.941,7.671 1.484,7.232C1.027,6.793 0.798,6.215 0.798,5.496C0.798,5.001 0.933,4.544 1.204,4.124C1.475,3.704 1.85,3.37 2.331,3.123C2.812,2.876 3.355,2.752 3.962,2.752C4.839,2.752 5.539,2.964 6.062,3.389C6.585,3.814 6.935,4.292 7.112,4.824L5.698,5.426C5.595,5.109 5.399,4.829 5.11,4.586C4.821,4.343 4.447,4.222 3.99,4.222C3.533,4.222 3.148,4.339 2.835,4.572C2.522,4.805 2.366,5.104 2.366,5.468C2.366,5.813 2.506,6.098 2.786,6.322C3.066,6.546 3.505,6.761 4.102,6.966L4.732,7.176C5.591,7.475 6.256,7.864 6.727,8.345C7.198,8.826 7.434,9.467 7.434,10.27C7.434,10.923 7.266,11.472 6.93,11.915C6.594,12.358 6.167,12.687 5.649,12.902C5.131,13.117 4.597,13.224 4.046,13.224ZM11.364,13.224C10.851,13.224 10.393,13.124 9.992,12.923C9.591,12.722 9.278,12.438 9.054,12.069C8.83,11.7 8.718,11.283 8.718,10.816C8.718,10.079 8.996,9.495 9.551,9.066C10.106,8.637 10.809,8.422 11.658,8.422C12.078,8.422 12.456,8.462 12.792,8.541C13.128,8.62 13.394,8.707 13.59,8.8L13.59,8.436C13.59,7.997 13.427,7.64 13.1,7.365C12.773,7.09 12.353,6.952 11.84,6.952C11.476,6.952 11.133,7.031 10.811,7.19C10.489,7.349 10.23,7.568 10.034,7.848L8.956,7.022C9.273,6.583 9.684,6.243 10.188,6C10.692,5.757 11.252,5.636 11.868,5.636C12.904,5.636 13.702,5.89 14.262,6.399C14.822,6.908 15.102,7.624 15.102,8.548L15.102,13L13.59,13L13.59,12.146L13.52,12.146C13.315,12.454 13.025,12.711 12.652,12.916C12.279,13.121 11.849,13.224 11.364,13.224ZM11.63,11.95C12.003,11.95 12.339,11.861 12.638,11.684C12.937,11.507 13.17,11.269 13.338,10.97C13.506,10.671 13.59,10.349 13.59,10.004C13.375,9.883 13.126,9.785 12.841,9.71C12.556,9.635 12.26,9.598 11.952,9.598C11.373,9.598 10.949,9.712 10.678,9.941C10.407,10.17 10.272,10.466 10.272,10.83C10.272,11.157 10.398,11.425 10.65,11.635C10.902,11.845 11.229,11.95 11.63,11.95ZM16.932,5.86L18.402,5.86L18.402,6.798L18.472,6.798C18.687,6.453 18.99,6.173 19.382,5.958C19.774,5.743 20.194,5.636 20.642,5.636C21.155,5.636 21.603,5.755 21.986,5.993C22.369,6.231 22.644,6.546 22.812,6.938C23.055,6.546 23.379,6.231 23.785,5.993C24.191,5.755 24.669,5.636 25.22,5.636C26.041,5.636 26.664,5.886 27.089,6.385C27.514,6.884 27.726,7.563 27.726,8.422L27.726,13L26.186,13L26.186,8.688C26.186,7.605 25.724,7.064 24.8,7.064C24.305,7.064 23.899,7.265 23.582,7.666C23.265,8.067 23.106,8.562 23.106,9.15L23.106,13L21.566,13L21.566,8.688C21.566,7.605 21.09,7.064 20.138,7.064C19.653,7.064 19.254,7.265 18.941,7.666C18.628,8.067 18.472,8.562 18.472,9.15L18.472,13L16.932,13L16.932,5.86ZM33.434,13.224C32.93,13.224 32.477,13.112 32.076,12.888C31.675,12.664 31.371,12.393 31.166,12.076L31.096,12.076L31.096,13L29.626,13L29.626,2.976L31.166,2.976L31.166,5.79L31.096,6.798L31.166,6.798C31.371,6.471 31.675,6.196 32.076,5.972C32.477,5.748 32.93,5.636 33.434,5.636C34.078,5.636 34.661,5.799 35.184,6.126C35.707,6.453 36.12,6.903 36.423,7.477C36.726,8.051 36.878,8.702 36.878,9.43C36.878,10.158 36.726,10.809 36.423,11.383C36.12,11.957 35.707,12.407 35.184,12.734C34.661,13.061 34.078,13.224 33.434,13.224ZM33.21,11.81C33.583,11.81 33.933,11.712 34.26,11.516C34.587,11.32 34.848,11.04 35.044,10.676C35.24,10.312 35.338,9.897 35.338,9.43C35.338,8.963 35.24,8.55 35.044,8.191C34.848,7.832 34.587,7.554 34.26,7.358C33.933,7.162 33.583,7.064 33.21,7.064C32.837,7.064 32.489,7.162 32.167,7.358C31.845,7.554 31.586,7.832 31.39,8.191C31.194,8.55 31.096,8.963 31.096,9.43C31.096,9.897 31.194,10.312 31.39,10.676C31.586,11.04 31.845,11.32 32.167,11.516C32.489,11.712 32.837,11.81 33.21,11.81ZM40.962,13.224C40.094,13.224 39.434,12.965 38.981,12.447C38.528,11.929 38.302,11.208 38.302,10.284L38.302,5.86L39.842,5.86L39.842,10.074C39.842,10.653 39.98,11.087 40.255,11.376C40.53,11.665 40.892,11.81 41.34,11.81C41.704,11.81 42.026,11.714 42.306,11.523C42.586,11.332 42.801,11.077 42.95,10.76C43.099,10.443 43.174,10.102 43.174,9.738L43.174,5.86L44.714,5.86L44.714,13L43.258,13L43.258,12.076L43.174,12.076C42.978,12.412 42.675,12.687 42.264,12.902C41.853,13.117 41.419,13.224 40.962,13.224ZM46.656,5.86L48.126,5.86L48.126,6.798L48.196,6.798C48.401,6.462 48.707,6.184 49.113,5.965C49.519,5.746 49.951,5.636 50.408,5.636C51.276,5.636 51.936,5.89 52.389,6.399C52.842,6.908 53.068,7.601 53.068,8.478L53.068,13L51.528,13L51.528,8.688C51.528,8.128 51.39,7.717 51.115,7.456C50.84,7.195 50.459,7.064 49.974,7.064C49.629,7.064 49.321,7.16 49.05,7.351C48.779,7.542 48.569,7.797 48.42,8.114C48.271,8.431 48.196,8.772 48.196,9.136L48.196,13L46.656,13L46.656,5.86ZM58.104,16.248C57.227,16.248 56.501,16.047 55.927,15.646C55.353,15.245 54.968,14.769 54.772,14.218L56.214,13.616C56.363,13.989 56.604,14.29 56.935,14.519C57.266,14.748 57.656,14.862 58.104,14.862C58.757,14.862 59.268,14.668 59.637,14.281C60.006,13.894 60.19,13.35 60.19,12.65L60.19,11.992L60.106,11.992C59.873,12.328 59.562,12.592 59.175,12.783C58.788,12.974 58.342,13.07 57.838,13.07C57.241,13.07 56.685,12.916 56.172,12.608C55.659,12.3 55.25,11.864 54.947,11.299C54.644,10.734 54.492,10.088 54.492,9.36C54.492,8.632 54.644,7.986 54.947,7.421C55.25,6.856 55.659,6.418 56.172,6.105C56.685,5.792 57.241,5.636 57.838,5.636C58.333,5.636 58.776,5.734 59.168,5.93C59.56,6.126 59.873,6.392 60.106,6.728L60.19,6.728L60.19,5.86L61.66,5.86L61.66,12.608C61.66,13.383 61.511,14.043 61.212,14.589C60.913,15.135 60.496,15.548 59.959,15.828C59.422,16.108 58.804,16.248 58.104,16.248ZM58.118,11.67C58.491,11.67 58.837,11.579 59.154,11.397C59.471,11.215 59.723,10.949 59.91,10.599C60.097,10.249 60.19,9.836 60.19,9.36C60.19,8.632 59.992,8.065 59.595,7.659C59.198,7.253 58.706,7.05 58.118,7.05C57.735,7.05 57.385,7.141 57.068,7.323C56.751,7.505 56.499,7.769 56.312,8.114C56.125,8.459 56.032,8.875 56.032,9.36C56.032,9.845 56.125,10.261 56.312,10.606C56.499,10.951 56.751,11.215 57.068,11.397C57.385,11.579 57.735,11.67 58.118,11.67ZM63.616,2.976L65.156,2.976L65.156,8.814L65.198,8.814L68.124,5.86L70.056,5.86L70.056,5.944L67.284,8.702L70.14,12.916L70.14,13L68.306,13L66.206,9.766L65.156,10.788L65.156,13L63.616,13L63.616,2.976ZM73.342,13.224C72.829,13.224 72.371,13.124 71.97,12.923C71.569,12.722 71.256,12.438 71.032,12.069C70.808,11.7 70.696,11.283 70.696,10.816C70.696,10.079 70.974,9.495 71.529,9.066C72.084,8.637 72.787,8.422 73.636,8.422C74.056,8.422 74.434,8.462 74.77,8.541C75.106,8.62 75.372,8.707 75.568,8.8L75.568,8.436C75.568,7.997 75.405,7.64 75.078,7.365C74.751,7.09 74.331,6.952 73.818,6.952C73.454,6.952 73.111,7.031 72.789,7.19C72.467,7.349 72.208,7.568 72.012,7.848L70.934,7.022C71.251,6.583 71.662,6.243 72.166,6C72.67,5.757 73.23,5.636 73.846,5.636C74.882,5.636 75.68,5.89 76.24,6.399C76.8,6.908 77.08,7.624 77.08,8.548L77.08,13L75.568,13L75.568,12.146L75.498,12.146C75.293,12.454 75.003,12.711 74.63,12.916C74.257,13.121 73.827,13.224 73.342,13.224ZM73.608,11.95C73.981,11.95 74.317,11.861 74.616,11.684C74.915,11.507 75.148,11.269 75.316,10.97C75.484,10.671 75.568,10.349 75.568,10.004C75.353,9.883 75.104,9.785 74.819,9.71C74.534,9.635 74.238,9.598 73.93,9.598C73.351,9.598 72.927,9.712 72.656,9.941C72.385,10.17 72.25,10.466 72.25,10.83C72.25,11.157 72.376,11.425 72.628,11.635C72.88,11.845 73.207,11.95 73.608,11.95ZM78.91,5.86L80.38,5.86L80.38,6.798L80.45,6.798C80.655,6.462 80.961,6.184 81.367,5.965C81.773,5.746 82.205,5.636 82.662,5.636C83.53,5.636 84.19,5.89 84.643,6.399C85.096,6.908 85.322,7.601 85.322,8.478L85.322,13L83.782,13L83.782,8.688C83.782,8.128 83.644,7.717 83.369,7.456C83.094,7.195 82.713,7.064 82.228,7.064C81.883,7.064 81.575,7.16 81.304,7.351C81.033,7.542 80.823,7.797 80.674,8.114C80.525,8.431 80.45,8.772 80.45,9.136L80.45,13L78.91,13L78.91,5.86ZM90.634,2.976L92.174,2.976L92.174,8.814L92.216,8.814L95.142,5.86L97.074,5.86L97.074,5.944L94.302,8.702L97.158,12.916L97.158,13L95.324,13L93.224,9.766L92.174,10.788L92.174,13L90.634,13L90.634,2.976ZM101.312,13.224C100.612,13.224 99.984,13.061 99.429,12.734C98.874,12.407 98.44,11.957 98.127,11.383C97.814,10.809 97.658,10.163 97.658,9.444C97.658,8.763 97.81,8.13 98.113,7.547C98.416,6.964 98.839,6.499 99.38,6.154C99.921,5.809 100.537,5.636 101.228,5.636C101.947,5.636 102.57,5.795 103.097,6.112C103.624,6.429 104.026,6.863 104.301,7.414C104.576,7.965 104.714,8.585 104.714,9.276C104.714,9.407 104.7,9.57 104.672,9.766L99.198,9.766C99.254,10.429 99.49,10.94 99.905,11.299C100.32,11.658 100.803,11.838 101.354,11.838C101.793,11.838 102.173,11.738 102.495,11.537C102.817,11.336 103.076,11.063 103.272,10.718L104.574,11.334C104.238,11.922 103.799,12.384 103.258,12.72C102.717,13.056 102.068,13.224 101.312,13.224ZM103.146,8.59C103.127,8.338 103.048,8.088 102.908,7.841C102.768,7.594 102.556,7.386 102.271,7.218C101.986,7.05 101.639,6.966 101.228,6.966C100.733,6.966 100.316,7.113 99.975,7.407C99.634,7.701 99.399,8.095 99.268,8.59L103.146,8.59Z"
8
+ android:strokeWidth="1"
9
+ android:fillColor="#3C4043"
10
+ android:fillType="evenOdd"
11
+ android:strokeColor="#00000000"/>
12
+ <path
13
+ android:pathData="M130.526,2.635L130.526,6.718L133.044,6.718C133.644,6.718 134.14,6.516 134.532,6.113C134.935,5.711 135.137,5.231 135.137,4.676C135.137,4.132 134.935,3.658 134.532,3.254C134.14,2.841 133.644,2.634 133.044,2.634L130.526,2.634L130.526,2.635ZM130.526,8.155L130.526,12.891L129.022,12.891L129.022,1.198L133.011,1.198C134.025,1.198 134.885,1.535 135.594,2.21C136.314,2.885 136.674,3.707 136.674,4.676C136.674,5.667 136.314,6.495 135.594,7.158C134.897,7.823 134.035,8.154 133.011,8.154L130.526,8.154L130.526,8.155Z"
14
+ android:strokeWidth="1"
15
+ android:fillColor="#5F6368"
16
+ android:fillType="evenOdd"
17
+ android:strokeColor="#00000000"/>
18
+ <path
19
+ android:pathData="M138.194,10.442C138.194,10.834 138.36,11.16 138.693,11.422C139.025,11.683 139.415,11.813 139.861,11.813C140.494,11.813 141.057,11.579 141.553,11.112C142.049,10.643 142.297,10.093 142.297,9.463C141.828,9.092 141.174,8.907 140.335,8.907C139.724,8.907 139.215,9.055 138.807,9.349C138.398,9.643 138.194,10.006 138.194,10.442M140.14,4.627C141.252,4.627 142.129,4.924 142.773,5.518C143.415,6.111 143.737,6.925 143.737,7.959L143.737,12.891L142.298,12.891L142.298,11.781L142.233,11.781C141.611,12.695 140.783,13.153 139.747,13.153C138.865,13.153 138.126,12.891 137.532,12.369C136.938,11.846 136.641,11.193 136.641,10.409C136.641,9.581 136.954,8.923 137.581,8.433C138.208,7.943 139.044,7.698 140.09,7.698C140.983,7.698 141.72,7.861 142.297,8.188L142.297,7.844C142.297,7.322 142.09,6.878 141.676,6.513C141.261,6.149 140.777,5.967 140.221,5.967C139.381,5.967 138.717,6.32 138.226,7.029L136.902,6.195C137.632,5.15 138.711,4.627 140.14,4.627"
20
+ android:strokeWidth="1"
21
+ android:fillColor="#5F6368"
22
+ android:fillType="evenOdd"
23
+ android:strokeColor="#00000000"/>
24
+ <path
25
+ android:pathData="M151.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="M124.448,7.134C124.448,6.661 124.408,6.205 124.332,5.768L117.988,5.768L117.988,8.356L121.622,8.356C121.466,9.199 120.994,9.917 120.278,10.398L120.278,12.079L122.447,12.079C123.716,10.908 124.448,9.179 124.448,7.134"
32
+ android:strokeWidth="1"
33
+ android:fillColor="#4285F4"
34
+ android:fillType="evenOdd"
35
+ android:strokeColor="#00000000"/>
36
+ <path
37
+ android:pathData="M117.988,13.701C119.804,13.701 121.332,13.105 122.447,12.079L120.278,10.398C119.675,10.804 118.897,11.041 117.988,11.041C116.234,11.041 114.744,9.859 114.212,8.267L111.978,8.267L111.978,9.998C113.085,12.193 115.36,13.701 117.988,13.701"
38
+ android:strokeWidth="1"
39
+ android:fillColor="#34A853"
40
+ android:fillType="evenOdd"
41
+ android:strokeColor="#00000000"/>
42
+ <path
43
+ android:pathData="M114.212,8.267C114.076,7.861 114.001,7.428 114.001,6.981C114.001,6.534 114.076,6.101 114.212,5.695L114.212,3.964L111.978,3.964C111.52,4.871 111.261,5.896 111.261,6.981C111.261,8.066 111.52,9.091 111.978,9.998L114.212,8.267Z"
44
+ android:strokeWidth="1"
45
+ android:fillColor="#FABB05"
46
+ android:fillType="evenOdd"
47
+ android:strokeColor="#00000000"/>
48
+ <path
49
+ android:pathData="M117.988,2.921C118.98,2.921 119.868,3.262 120.569,3.929L120.569,3.93L122.489,2.012C121.323,0.928 119.803,0.261 117.988,0.261C115.36,0.261 113.085,1.769 111.978,3.964L114.212,5.695C114.744,4.103 116.234,2.921 117.988,2.921"
50
+ android:strokeWidth="1"
51
+ android:fillColor="#E94235"
52
+ android:fillType="evenOdd"
53
+ android:strokeColor="#00000000"/>
54
+ </vector>