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.
- package/README.md +157 -2
- package/android/src/main/java/com/unitreactnativecomponents/UnitAddToWalletButtonViewManager.kt +27 -0
- package/android/src/main/java/com/unitreactnativecomponents/UnitReactNativeComponentsEvent.kt +21 -0
- package/android/src/main/java/com/unitreactnativecomponents/UnitReactNativeComponentsPackage.kt +2 -1
- package/android/src/main/java/com/unitreactnativecomponents/visapresentation/UNGooglePayView.kt +197 -0
- package/android/src/main/res/drawable/ic_launcher_background.xml +170 -0
- package/android/src/main/res/drawable/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable/un_black_googlepay_button_background.xml +6 -0
- package/android/src/main/res/drawable/un_black_googlepay_button_background_image.9.png +0 -0
- package/android/src/main/res/drawable/un_black_googlepay_button_content.xml +48 -0
- package/android/src/main/res/drawable/un_black_googlepay_button_no_shadow_background.xml +6 -0
- package/android/src/main/res/drawable/un_black_googlepay_button_no_shadow_background_image.9.png +0 -0
- package/android/src/main/res/drawable/un_black_googlepay_button_overlay.xml +12 -0
- package/android/src/main/res/drawable/un_border.xml +6 -0
- package/android/src/main/res/drawable/un_condensed_googlepay.xml +27 -0
- package/android/src/main/res/drawable/un_googlepay_button_background.xml +18 -0
- package/android/src/main/res/drawable/un_googlepay_button_background_image.9.png +0 -0
- package/android/src/main/res/drawable/un_googlepay_button_background_image_focused.9.png +0 -0
- package/android/src/main/res/drawable/un_googlepay_button_background_image_pressed.9.png +0 -0
- package/android/src/main/res/drawable/un_googlepay_button_content.xml +48 -0
- package/android/src/main/res/drawable/un_googlepay_button_no_shadow_background.xml +18 -0
- package/android/src/main/res/drawable/un_googlepay_button_no_shadow_background_image.9.png +0 -0
- package/android/src/main/res/drawable/un_googlepay_button_no_shadow_background_image_focused.9.png +0 -0
- package/android/src/main/res/drawable/un_googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
- package/android/src/main/res/drawable/un_googlepay_button_overlay.xml +11 -0
- package/android/src/main/res/drawable/un_ic_launcher_foreground.xml +30 -0
- package/android/src/main/res/drawable/un_ic_unit_logo.xml +25 -0
- package/android/src/main/res/drawable/un_ic_visa.xml +13 -0
- package/android/src/main/res/drawable-bg/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-bg/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-ca/un_add_to_googlepay_button_content.xml +30 -0
- package/android/src/main/res/drawable-ca/un_black_add_to_googlepay_button_content.xml +30 -0
- package/android/src/main/res/drawable-cs/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-cs/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-da/un_add_to_googlepay_button_content.xml +30 -0
- package/android/src/main/res/drawable-da/un_black_add_to_googlepay_button_content.xml +30 -0
- package/android/src/main/res/drawable-de/un_add_to_googlepay_button_content.xml +60 -0
- package/android/src/main/res/drawable-de/un_black_add_to_googlepay_button_content.xml +60 -0
- package/android/src/main/res/drawable-el/un_add_to_googlepay_button_content.xml +67 -0
- package/android/src/main/res/drawable-el/un_black_add_to_googlepay_button_content.xml +67 -0
- package/android/src/main/res/drawable-es/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-es/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-et/un_add_to_googlepay_button_content.xml +64 -0
- package/android/src/main/res/drawable-et/un_black_add_to_googlepay_button_content.xml +64 -0
- package/android/src/main/res/drawable-fi/un_add_to_googlepay_button_content.xml +39 -0
- package/android/src/main/res/drawable-fi/un_black_add_to_googlepay_button_content.xml +39 -0
- package/android/src/main/res/drawable-fr/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-fr/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-hr/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-hr/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-hu/un_add_to_googlepay_button_content.xml +64 -0
- package/android/src/main/res/drawable-hu/un_black_add_to_googlepay_button_content.xml +64 -0
- package/android/src/main/res/drawable-in/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-in/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-it/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-it/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-iw/un_add_to_googlepay_button_content.xml +41 -0
- package/android/src/main/res/drawable-iw/un_black_add_to_googlepay_button_content.xml +41 -0
- package/android/src/main/res/drawable-ja/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-ja/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-ko/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-ko/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-lt/un_add_to_googlepay_button_content.xml +70 -0
- package/android/src/main/res/drawable-lt/un_black_add_to_googlepay_button_content.xml +70 -0
- package/android/src/main/res/drawable-lv/un_add_to_googlepay_button_content.xml +61 -0
- package/android/src/main/res/drawable-lv/un_black_add_to_googlepay_button_content.xml +61 -0
- package/android/src/main/res/drawable-ms/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-ms/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-nb/un_add_to_googlepay_button_content.xml +30 -0
- package/android/src/main/res/drawable-nb/un_black_add_to_googlepay_button_content.xml +30 -0
- package/android/src/main/res/drawable-nl/un_add_to_googlepay_button_content.xml +58 -0
- package/android/src/main/res/drawable-nl/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-pl/un_add_to_googlepay_button_content.xml +30 -0
- package/android/src/main/res/drawable-pl/un_black_add_to_googlepay_button_content.xml +30 -0
- package/android/src/main/res/drawable-pt/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-pt/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-ro/un_add_to_googlepay_button_content.xml +58 -0
- package/android/src/main/res/drawable-ro/un_black_add_to_googlepay_button_content.xml +58 -0
- package/android/src/main/res/drawable-ru/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-ru/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-sk/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-sk/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-sl/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-sl/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-sr/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-sr/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-sv/un_add_to_googlepay_button_content.xml +30 -0
- package/android/src/main/res/drawable-sv/un_black_add_to_googlepay_button_content.xml +30 -0
- package/android/src/main/res/drawable-th/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-th/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-tr/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-tr/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-uk/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-uk/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-v21/un_black_googlepay_button_background.xml +7 -0
- package/android/src/main/res/drawable-v21/un_black_googlepay_button_background_image.9.png +0 -0
- package/android/src/main/res/drawable-v21/un_black_googlepay_button_no_shadow_background.xml +7 -0
- package/android/src/main/res/drawable-v21/un_black_googlepay_button_no_shadow_background_image.9.png +0 -0
- package/android/src/main/res/drawable-v24/ic_launcher_background.xml +170 -0
- package/android/src/main/res/drawable-v24/un_border.xml +6 -0
- package/android/src/main/res/drawable-v24/un_ic_launcher_foreground.xml +30 -0
- package/android/src/main/res/drawable-v24/un_ic_unit_logo.xml +25 -0
- package/android/src/main/res/drawable-v24/un_ic_visa.xml +13 -0
- package/android/src/main/res/drawable-zh/un_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/drawable-zh/un_black_add_to_googlepay_button_content.xml +54 -0
- package/android/src/main/res/layout/un_black_add_to_googlepay_button.xml +32 -0
- package/android/src/main/res/layout/un_view_google_push_provisioning.xml +45 -0
- package/android/src/main/res/layout/un_white_add_to_googlepay_button.xml +31 -0
- package/android/src/main/res/layout/un_white_add_to_googlepay_button_no_shadow.xml +31 -0
- package/android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +5 -0
- package/android/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +5 -0
- package/android/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
- package/android/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- package/android/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
- package/android/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- package/android/src/main/res/mipmap-xhdpi/black_googlepay_button_background_image.9.png +0 -0
- package/android/src/main/res/mipmap-xhdpi/black_googlepay_button_no_shadow_background_image.9.png +0 -0
- package/android/src/main/res/mipmap-xhdpi/googlepay_button_background_image.9.png +0 -0
- package/android/src/main/res/mipmap-xhdpi/googlepay_button_background_image_focused.9.png +0 -0
- package/android/src/main/res/mipmap-xhdpi/googlepay_button_background_image_pressed.9.png +0 -0
- package/android/src/main/res/mipmap-xhdpi/googlepay_button_no_shadow_background_image_focused.9.png +0 -0
- package/android/src/main/res/mipmap-xhdpi/googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
- package/android/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
- package/android/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- package/android/src/main/res/mipmap-xhdpi/white_googlepay_button_no_shadow_background_image.9.png +0 -0
- package/android/src/main/res/mipmap-xxhdpi/black_googlepay_button_background_image.9.png +0 -0
- package/android/src/main/res/mipmap-xxhdpi/black_googlepay_button_no_shadow_background_image.9.png +0 -0
- package/android/src/main/res/mipmap-xxhdpi/googlepay_button_background_image.9.png +0 -0
- package/android/src/main/res/mipmap-xxhdpi/googlepay_button_background_image_focused.9.png +0 -0
- package/android/src/main/res/mipmap-xxhdpi/googlepay_button_background_image_pressed.9.png +0 -0
- package/android/src/main/res/mipmap-xxhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
- package/android/src/main/res/mipmap-xxhdpi/googlepay_button_no_shadow_background_image_focused.9.png +0 -0
- package/android/src/main/res/mipmap-xxhdpi/googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
- package/android/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
- package/android/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- package/android/src/main/res/mipmap-xxxhdpi/black_googlepay_button_background_image.9.png +0 -0
- package/android/src/main/res/mipmap-xxxhdpi/black_googlepay_button_no_shadow_background_image.9.png +0 -0
- package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_background_image.9.png +0 -0
- package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_background_image_focused.9.png +0 -0
- package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_background_image_pressed.9.png +0 -0
- package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
- package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_no_shadow_background_image_focused.9.png +0 -0
- package/android/src/main/res/mipmap-xxxhdpi/googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
- package/android/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
- package/android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- package/android/src/main/res/values/colors.xml +14 -0
- package/android/src/main/res/values/googlepay_strings.xml +7 -0
- package/android/src/main/res/values/strings.xml +4 -0
- package/android/src/main/res/values/themes.xml +16 -0
- package/android/src/main/res/values-night/themes.xml +16 -0
- package/ios/UnitReactNativeComponents.xcodeproj/project.pbxproj +8 -8
- package/ios/UnitReactNativeComponentsViewManager.m +3 -2
- package/ios/UnitReactNativeComponentsViewManager.swift +39 -25
- package/lib/commonjs/assets/images/close.png +0 -0
- package/lib/commonjs/assets/images/index.js +16 -0
- package/lib/commonjs/assets/images/index.js.map +1 -0
- package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.js +28 -0
- package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.js.map +1 -0
- package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.utils.js +20 -0
- package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.utils.js.map +1 -0
- package/lib/commonjs/components/UNBookPaymentComponent/UNBookPaymentComponent.js +39 -0
- package/lib/commonjs/components/UNBookPaymentComponent/UNBookPaymentComponent.js.map +1 -0
- package/lib/commonjs/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.js +40 -0
- package/lib/commonjs/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.js.map +1 -0
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.js +9 -0
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.js.map +1 -0
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.js +195 -0
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.js.map +1 -0
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.styles.js +23 -0
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.styles.js.map +1 -0
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js +49 -0
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js.map +1 -0
- package/lib/commonjs/components/{Card/CardComponent.js → UNCardComponent/UNCardComponent.js} +42 -46
- package/lib/commonjs/components/UNCardComponent/UNCardComponent.js.map +1 -0
- package/lib/commonjs/components/UNCardComponent/UNCardComponent.utils.js +42 -0
- package/lib/commonjs/components/UNCardComponent/UNCardComponent.utils.js.map +1 -0
- package/lib/commonjs/components/index.js +34 -8
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/custom.d.js +2 -0
- package/lib/commonjs/custom.d.js.map +1 -0
- package/lib/commonjs/helpers/{BottomSheet.js → BottomSheet/BottomSheet.js} +38 -83
- package/lib/commonjs/helpers/BottomSheet/BottomSheet.js.map +1 -0
- package/lib/commonjs/helpers/BottomSheet/BottomSheet.styles.js +82 -0
- package/lib/commonjs/helpers/BottomSheet/BottomSheet.styles.js.map +1 -0
- package/lib/commonjs/helpers/EventBus.js +5 -13
- package/lib/commonjs/helpers/EventBus.js.map +1 -1
- package/lib/commonjs/hooks/listenerToBus.js +31 -0
- package/lib/commonjs/hooks/listenerToBus.js.map +1 -0
- package/lib/commonjs/hooks/useAppStateListener.js +34 -0
- package/lib/commonjs/hooks/useAppStateListener.js.map +1 -0
- package/lib/commonjs/index.js +33 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/messages/nativeMessages/index.js +13 -0
- package/lib/commonjs/messages/nativeMessages/index.js.map +1 -0
- package/lib/commonjs/messages/webMessages/bookPaymentMessage.js +13 -0
- package/lib/commonjs/messages/webMessages/bookPaymentMessage.js.map +1 -0
- package/lib/commonjs/{webComponent → messages}/webMessages/cardMessage.js +1 -1
- package/lib/commonjs/messages/webMessages/cardMessage.js.map +1 -0
- package/lib/commonjs/messages/webMessages/index.js +6 -0
- package/lib/commonjs/messages/webMessages/index.js.map +1 -0
- package/lib/commonjs/{webComponent → messages}/webMessages/pageMessage.js +0 -0
- package/lib/commonjs/messages/webMessages/pageMessage.js.map +1 -0
- package/lib/commonjs/{webComponent → messages}/webMessages/unitMessages.js +0 -0
- package/lib/commonjs/messages/webMessages/unitMessages.js.map +1 -0
- package/lib/commonjs/nativeComponent/UNNativeAddToWalletButton.js +13 -0
- package/lib/commonjs/nativeComponent/UNNativeAddToWalletButton.js.map +1 -0
- package/lib/commonjs/scripts/html/bodyHtml.js +52 -0
- package/lib/commonjs/scripts/html/bodyHtml.js.map +1 -0
- package/lib/commonjs/scripts/html/bodyScript.js +78 -0
- package/lib/commonjs/scripts/html/bodyScript.js.map +1 -0
- package/lib/commonjs/sharedTypes/bookPayment.types.js +6 -0
- package/lib/commonjs/sharedTypes/bookPayment.types.js.map +1 -0
- package/lib/commonjs/sharedTypes/card.types.js +6 -0
- package/lib/commonjs/sharedTypes/card.types.js.map +1 -0
- package/lib/commonjs/sharedTypes/index.js +32 -0
- package/lib/commonjs/sharedTypes/index.js.map +1 -0
- package/lib/commonjs/sharedTypes/types.js +2 -0
- package/lib/commonjs/sharedTypes/types.js.map +1 -0
- package/lib/commonjs/styles/variables.js +17 -0
- package/lib/commonjs/styles/variables.js.map +1 -0
- package/lib/commonjs/unitSdkManager/UnitSdk.api.js +54 -0
- package/lib/commonjs/unitSdkManager/UnitSdk.api.js.map +1 -0
- package/lib/commonjs/unitSdkManager/UnitSdkManager.js +51 -0
- package/lib/commonjs/unitSdkManager/UnitSdkManager.js.map +1 -0
- package/lib/commonjs/webComponent/WebComponent.js +47 -15
- package/lib/commonjs/webComponent/WebComponent.js.map +1 -1
- package/lib/commonjs/webComponent/html.js +22 -45
- package/lib/commonjs/webComponent/html.js.map +1 -1
- package/lib/module/assets/images/close.png +0 -0
- package/lib/module/assets/images/index.js +2 -0
- package/lib/module/assets/images/index.js.map +1 -0
- package/lib/module/components/UNActivityComponent/UNActivityComponent.js +13 -0
- package/lib/module/components/UNActivityComponent/UNActivityComponent.js.map +1 -0
- package/lib/module/components/UNActivityComponent/UNActivityComponent.utils.js +10 -0
- package/lib/module/components/UNActivityComponent/UNActivityComponent.utils.js.map +1 -0
- package/lib/module/components/UNBookPaymentComponent/UNBookPaymentComponent.js +23 -0
- package/lib/module/components/UNBookPaymentComponent/UNBookPaymentComponent.js.map +1 -0
- package/lib/module/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.js +26 -0
- package/lib/module/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.js.map +1 -0
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.js +2 -0
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.js.map +1 -0
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.js +163 -0
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.js.map +1 -0
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.styles.js +13 -0
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.styles.js.map +1 -0
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js +29 -0
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js.map +1 -0
- package/lib/module/components/UNCardComponent/UNCardComponent.js +65 -0
- package/lib/module/components/UNCardComponent/UNCardComponent.js.map +1 -0
- package/lib/module/components/UNCardComponent/UNCardComponent.utils.js +24 -0
- package/lib/module/components/UNCardComponent/UNCardComponent.utils.js.map +1 -0
- package/lib/module/components/index.js +4 -2
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/custom.d.js +2 -0
- package/lib/module/custom.d.js.map +1 -0
- package/lib/module/helpers/{BottomSheet.js → BottomSheet/BottomSheet.js} +36 -82
- package/lib/module/helpers/BottomSheet/BottomSheet.js.map +1 -0
- package/lib/module/helpers/BottomSheet/BottomSheet.styles.js +70 -0
- package/lib/module/helpers/BottomSheet/BottomSheet.styles.js.map +1 -0
- package/lib/module/helpers/EventBus.js +4 -11
- package/lib/module/helpers/EventBus.js.map +1 -1
- package/lib/module/hooks/listenerToBus.js +18 -0
- package/lib/module/hooks/listenerToBus.js.map +1 -0
- package/lib/module/hooks/useAppStateListener.js +23 -0
- package/lib/module/hooks/useAppStateListener.js.map +1 -0
- package/lib/module/index.js +2 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/messages/nativeMessages/index.js +6 -0
- package/lib/module/messages/nativeMessages/index.js.map +1 -0
- package/lib/module/messages/webMessages/bookPaymentMessage.js +6 -0
- package/lib/module/messages/webMessages/bookPaymentMessage.js.map +1 -0
- package/lib/module/messages/webMessages/cardMessage.js +6 -0
- package/lib/module/messages/webMessages/cardMessage.js.map +1 -0
- package/lib/module/messages/webMessages/index.js +2 -0
- package/lib/module/messages/webMessages/index.js.map +1 -0
- package/lib/module/{webComponent → messages}/webMessages/pageMessage.js +0 -0
- package/lib/module/messages/webMessages/pageMessage.js.map +1 -0
- package/lib/module/{webComponent → messages}/webMessages/unitMessages.js +0 -0
- package/lib/module/messages/webMessages/unitMessages.js.map +1 -0
- package/lib/module/nativeComponent/UNNativeAddToWalletButton.js +4 -0
- package/lib/module/nativeComponent/UNNativeAddToWalletButton.js.map +1 -0
- package/lib/module/scripts/html/bodyHtml.js +42 -0
- package/lib/module/scripts/html/bodyHtml.js.map +1 -0
- package/lib/module/scripts/html/bodyScript.js +64 -0
- package/lib/module/scripts/html/bodyScript.js.map +1 -0
- package/lib/module/sharedTypes/bookPayment.types.js +2 -0
- package/lib/module/sharedTypes/bookPayment.types.js.map +1 -0
- package/lib/module/sharedTypes/card.types.js +2 -0
- package/lib/module/sharedTypes/card.types.js.map +1 -0
- package/lib/module/sharedTypes/index.js +3 -0
- package/lib/module/sharedTypes/index.js.map +1 -0
- package/lib/module/sharedTypes/types.js +2 -0
- package/lib/module/sharedTypes/types.js.map +1 -0
- package/lib/module/styles/variables.js +10 -0
- package/lib/module/styles/variables.js.map +1 -0
- package/lib/module/unitSdkManager/UnitSdk.api.js +37 -0
- package/lib/module/unitSdkManager/UnitSdk.api.js.map +1 -0
- package/lib/module/unitSdkManager/UnitSdkManager.js +38 -0
- package/lib/module/unitSdkManager/UnitSdkManager.js.map +1 -0
- package/lib/module/webComponent/WebComponent.js +46 -14
- package/lib/module/webComponent/WebComponent.js.map +1 -1
- package/lib/module/webComponent/html.js +18 -44
- package/lib/module/webComponent/html.js.map +1 -1
- package/lib/typescript/assets/images/index.d.ts +1 -0
- package/lib/typescript/components/UNActivityComponent/UNActivityComponent.d.ts +6 -0
- package/lib/typescript/components/UNActivityComponent/UNActivityComponent.utils.d.ts +2 -0
- package/lib/typescript/components/UNBookPaymentComponent/UNBookPaymentComponent.d.ts +11 -0
- package/lib/typescript/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.d.ts +3 -0
- package/lib/typescript/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.d.ts +1 -0
- package/lib/typescript/components/UNBottomSheetComponent/UNBottomSheetComponent.d.ts +7 -0
- package/lib/typescript/components/UNBottomSheetComponent/UNBottomSheetComponent.styles.d.ts +9 -0
- package/lib/typescript/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.d.ts +5 -0
- package/lib/typescript/components/{Card/CardComponent.d.ts → UNCardComponent/UNCardComponent.d.ts} +3 -1
- package/lib/typescript/components/UNCardComponent/UNCardComponent.utils.d.ts +6 -0
- package/lib/typescript/components/index.d.ts +4 -2
- package/lib/typescript/helpers/{BottomSheet.d.ts → BottomSheet/BottomSheet.d.ts} +3 -0
- package/lib/typescript/helpers/BottomSheet/BottomSheet.styles.d.ts +63 -0
- package/lib/typescript/helpers/EventBus.d.ts +5 -7
- package/lib/typescript/hooks/listenerToBus.d.ts +7 -0
- package/lib/typescript/hooks/useAppStateListener.d.ts +1 -0
- package/lib/typescript/index.d.ts +2 -0
- package/lib/typescript/messages/nativeMessages/index.d.ts +3 -0
- package/lib/typescript/messages/webMessages/bookPaymentMessage.d.ts +8 -0
- package/lib/typescript/{webComponent → messages}/webMessages/cardMessage.d.ts +3 -2
- package/lib/typescript/messages/webMessages/index.d.ts +11 -0
- package/lib/typescript/{webComponent → messages}/webMessages/pageMessage.d.ts +0 -0
- package/lib/typescript/{webComponent → messages}/webMessages/unitMessages.d.ts +0 -0
- package/lib/typescript/nativeComponent/UNNativeAddToWalletButton.d.ts +6 -0
- package/lib/typescript/scripts/html/bodyHtml.d.ts +7 -0
- package/lib/typescript/scripts/html/bodyScript.d.ts +11 -0
- package/lib/typescript/sharedTypes/bookPayment.types.d.ts +26 -0
- package/lib/typescript/sharedTypes/card.types.d.ts +56 -0
- package/lib/typescript/sharedTypes/index.d.ts +2 -0
- package/lib/typescript/sharedTypes/types.d.ts +27 -0
- package/lib/typescript/styles/variables.d.ts +9 -0
- package/lib/typescript/unitSdkManager/UnitSdk.api.d.ts +3 -0
- package/lib/typescript/unitSdkManager/UnitSdkManager.d.ts +15 -0
- package/lib/typescript/webComponent/WebComponent.d.ts +9 -11
- package/lib/typescript/webComponent/html.d.ts +6 -1
- package/package.json +9 -5
- package/{unit-react-native-components.podspec → react-native-unit-components.podspec} +1 -1
- package/src/assets/images/close.png +0 -0
- package/src/assets/images/index.ts +1 -0
- package/src/components/UNActivityComponent/UNActivityComponent.tsx +21 -0
- package/src/components/UNActivityComponent/UNActivityComponent.utils.ts +11 -0
- package/src/components/UNBookPaymentComponent/UNBookPaymentComponent.tsx +37 -0
- package/src/components/UNBookPaymentComponent/UNBookPaymentComponent.utils.ts +29 -0
- package/src/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.ts +1 -0
- package/src/components/UNBottomSheetComponent/UNBottomSheetComponent.styles.ts +13 -0
- package/src/components/UNBottomSheetComponent/UNBottomSheetComponent.tsx +167 -0
- package/src/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.ts +34 -0
- package/src/components/UNCardComponent/UNCardComponent.tsx +73 -0
- package/src/components/UNCardComponent/UNCardComponent.utils.ts +28 -0
- package/src/components/index.ts +4 -2
- package/src/custom.d.ts +5 -0
- package/src/helpers/BottomSheet/BottomSheet.styles.ts +70 -0
- package/src/helpers/{BottomSheet.tsx → BottomSheet/BottomSheet.tsx} +74 -110
- package/src/helpers/EventBus.ts +13 -13
- package/src/hooks/listenerToBus.ts +23 -0
- package/src/hooks/useAppStateListener.ts +25 -0
- package/src/index.tsx +5 -1
- package/src/messages/nativeMessages/index.ts +3 -0
- package/src/messages/webMessages/bookPaymentMessage.ts +12 -0
- package/src/{webComponent → messages}/webMessages/cardMessage.ts +4 -2
- package/src/messages/webMessages/index.ts +21 -0
- package/src/{webComponent → messages}/webMessages/pageMessage.ts +1 -1
- package/src/{webComponent → messages}/webMessages/unitMessages.ts +1 -0
- package/src/nativeComponent/UNNativeAddToWalletButton.tsx +12 -0
- package/src/scripts/html/bodyHtml.ts +46 -0
- package/src/scripts/html/bodyScript.ts +67 -0
- package/src/sharedTypes/bookPayment.types.ts +27 -0
- package/src/sharedTypes/card.types.ts +59 -0
- package/src/sharedTypes/index.ts +2 -0
- package/src/sharedTypes/types.ts +35 -0
- package/src/styles/variables.ts +9 -0
- package/src/unitSdkManager/UnitSdk.api.ts +31 -0
- package/src/unitSdkManager/UnitSdkManager.ts +33 -0
- package/src/webComponent/WebComponent.tsx +55 -45
- package/src/webComponent/html.ts +22 -46
- package/android/src/main/java/com/unitreactnativecomponents/UnitReactNativeComponentsViewManager.kt +0 -19
- package/lib/commonjs/components/BottomSheet/BottomSheetComponent.js +0 -143
- package/lib/commonjs/components/BottomSheet/BottomSheetComponent.js.map +0 -1
- package/lib/commonjs/components/Card/CardComponent.js.map +0 -1
- package/lib/commonjs/helpers/BottomSheet.js.map +0 -1
- package/lib/commonjs/nativeComponenet/NativeComponentExample.js +0 -19
- package/lib/commonjs/nativeComponenet/NativeComponentExample.js.map +0 -1
- package/lib/commonjs/webComponent/webMessages/cardMessage.js.map +0 -1
- package/lib/commonjs/webComponent/webMessages/pageMessage.js.map +0 -1
- package/lib/commonjs/webComponent/webMessages/unitMessages.js.map +0 -1
- package/lib/module/components/BottomSheet/BottomSheetComponent.js +0 -118
- package/lib/module/components/BottomSheet/BottomSheetComponent.js.map +0 -1
- package/lib/module/components/Card/CardComponent.js +0 -75
- package/lib/module/components/Card/CardComponent.js.map +0 -1
- package/lib/module/helpers/BottomSheet.js.map +0 -1
- package/lib/module/nativeComponenet/NativeComponentExample.js +0 -10
- package/lib/module/nativeComponenet/NativeComponentExample.js.map +0 -1
- package/lib/module/webComponent/webMessages/cardMessage.js +0 -6
- package/lib/module/webComponent/webMessages/cardMessage.js.map +0 -1
- package/lib/module/webComponent/webMessages/pageMessage.js.map +0 -1
- package/lib/module/webComponent/webMessages/unitMessages.js.map +0 -1
- package/lib/typescript/components/BottomSheet/BottomSheetComponent.d.ts +0 -1
- package/lib/typescript/nativeComponenet/NativeComponentExample.d.ts +0 -7
- package/src/components/BottomSheet/BottomSheetComponent.tsx +0 -113
- package/src/components/Card/CardComponent.tsx +0 -75
- 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="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="#FFFFFF"
|
|
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="#FFFFFF"
|
|
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="#FFFFFF"
|
|
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="#FFFFFF"
|
|
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>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="102dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="102"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M0.1,3h1.6v8.5L6,11.5L6,13L0.1,13L0.1,3zM10.6,13.2c-0.7,0 -1.3,-0.2 -1.9,-0.5c-0.6,-0.3 -1,-0.8 -1.3,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9c0,-0.7 0.2,-1.3 0.5,-1.9s0.7,-1 1.3,-1.4c0.5,-0.3 1.2,-0.5 1.8,-0.5c0.7,0 1.3,0.2 1.9,0.5s0.9,0.8 1.2,1.3C13.9,8 14,8.6 14,9.3c0,0.1 0,0.3 0,0.5L8.5,9.8c0.1,0.7 0.3,1.2 0.7,1.5c0.4,0.4 0.9,0.5 1.4,0.5c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8l1.3,0.6c-0.3,0.6 -0.8,1 -1.3,1.4C12,13.1 11.4,13.2 10.6,13.2zM12.4,8.6c0,-0.3 -0.1,-0.5 -0.2,-0.7c-0.1,-0.2 -0.4,-0.5 -0.6,-0.6S10.9,7 10.5,7c-0.5,0 -0.9,0.1 -1.3,0.4C8.9,7.7 8.7,8.1 8.6,8.6L12.4,8.6zM18.8,16.2c-0.9,0 -1.6,-0.2 -2.2,-0.6s-1,-0.9 -1.2,-1.4l1.4,-0.6c0.1,0.4 0.4,0.7 0.7,0.9s0.7,0.3 1.2,0.3c0.7,0 1.2,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.6L20.8,12h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8c-0.4,0.2 -0.8,0.3 -1.3,0.3c-0.6,0 -1.2,-0.2 -1.7,-0.5s-0.9,-0.7 -1.2,-1.3s-0.5,-1.2 -0.5,-1.9s0.2,-1.4 0.5,-1.9s0.7,-1 1.2,-1.3s1.1,-0.5 1.7,-0.5c0.5,0 0.9,0.1 1.3,0.3c0.4,0.2 0.7,0.5 0.9,0.8h0.1L20.8,5.9h1.5v6.7c0,0.8 -0.1,1.4 -0.4,2c-0.3,0.5 -0.7,1 -1.3,1.2C20.2,16.1 19.5,16.2 18.8,16.2zM18.9,11.7c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.6,-0.4 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.2c0,-0.7 -0.2,-1.3 -0.6,-1.7c-0.4,-0.4 -0.9,-0.6 -1.5,-0.6c-0.4,0 -0.7,0.1 -1,0.3c-0.3,0.2 -0.6,0.4 -0.8,0.8c-0.2,0.3 -0.3,0.8 -0.3,1.2c0,0.5 0.1,0.9 0.3,1.2s0.4,0.6 0.8,0.8C18.1,11.6 18.5,11.7 18.9,11.7zM27.5,16.2c-0.9,0 -1.6,-0.2 -2.2,-0.6s-1,-0.9 -1.2,-1.4l1.4,-0.6c0.1,0.4 0.4,0.7 0.7,0.9s0.7,0.3 1.2,0.3c0.7,0 1.2,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.6L29.5,12h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8s-0.8,0.3 -1.3,0.3c-0.6,0 -1.2,-0.2 -1.7,-0.5s-0.9,-0.7 -1.2,-1.3c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9S24,8 24.3,7.4c0.3,-0.6 0.7,-1 1.2,-1.3s1.1,-0.5 1.7,-0.5c0.5,0 0.9,0.1 1.3,0.3c0.4,0.2 0.7,0.5 0.9,0.8h0.1L29.5,5.9h1.5v6.7c0,0.8 -0.1,1.4 -0.4,2c-0.3,0.5 -0.7,1 -1.3,1.2S28.2,16.2 27.5,16.2zM27.5,11.7c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.6,-0.4 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.2c0,-0.7 -0.2,-1.3 -0.6,-1.7c-0.4,-0.4 -0.9,-0.6 -1.5,-0.6c-0.4,0 -0.7,0.1 -1.1,0.3c-0.3,0.2 -0.6,0.4 -0.8,0.8c-0.2,0.3 -0.3,0.8 -0.3,1.2c0,0.5 0.1,0.9 0.3,1.2c0.2,0.3 0.4,0.6 0.8,0.8C26.8,11.6 27.1,11.7 27.5,11.7zM39.4,13.1c-0.3,0 -0.6,-0.1 -0.9,-0.2c-0.3,-0.1 -0.5,-0.2 -0.7,-0.4c-0.4,-0.4 -0.6,-0.9 -0.6,-1.6L37.2,7.2h-1.2L36,5.9h1.2v-2h1.5v2h1.7v1.4h-1.7v3.4c0,0.4 0.1,0.7 0.2,0.8c0.1,0.2 0.4,0.3 0.7,0.3c0.2,0 0.3,0 0.4,-0.1c0.1,0 0.3,-0.1 0.4,-0.2v1.5C40.2,13 39.8,13.1 39.4,13.1zM43,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3C42.1,4.3 42,4.1 42,3.8s0.1,-0.5 0.3,-0.7s0.4,-0.3 0.7,-0.3s0.5,0.1 0.7,0.3s0.3,0.4 0.3,0.7S44,4.3 43.8,4.5C43.6,4.7 43.3,4.8 43,4.8zM42.3,5.9h1.5L43.8,13h-1.5L42.3,5.9zM45.9,3h1.5v10h-1.5L45.9,3zM53.7,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3c-0.2,-0.2 -0.3,-0.4 -0.3,-0.7s0.1,-0.5 0.3,-0.7c0.2,-0.2 0.4,-0.3 0.7,-0.3c0.3,0 0.5,0.1 0.7,0.3s0.3,0.4 0.3,0.7s-0.1,0.5 -0.3,0.7C54.2,4.7 54,4.8 53.7,4.8zM52.9,5.9h1.5L54.4,13h-1.5L52.9,5.9z"
|
|
8
|
+
android:fillColor="#3C4043"/>
|
|
9
|
+
<path
|
|
10
|
+
android:pathData="M80.477,2.587v4.1h2.5c0.6,0 1.1,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.4c0,-0.5 -0.2,-1 -0.6,-1.4C84.177,2.887 83.677,2.587 83.077,2.587L80.477,2.587L80.477,2.587zM80.477,8.187v4.7L78.977,12.887L78.977,1.187h4c1,0 1.9,0.3 2.6,1c0.7,0.7 1.1,1.5 1.1,2.5c0,1 -0.4,1.8 -1.1,2.5c-0.7,0.7 -1.6,1 -2.6,1L80.477,8.187L80.477,8.187z"
|
|
11
|
+
android:fillColor="#5F6368"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M88.177,10.487c0,0.4 0.2,0.7 0.5,1c0.3,0.3 0.7,0.4 1.2,0.4c0.6,0 1.2,-0.2 1.7,-0.7c0.5,-0.5 0.7,-1 0.7,-1.6c-0.5,-0.4 -1.1,-0.6 -2,-0.6c-0.6,0 -1.1,0.1 -1.5,0.4C88.377,9.687 88.177,9.987 88.177,10.487M90.177,4.587c1.1,0 2,0.3 2.6,0.9c0.6,0.6 1,1.4 1,2.4v4.9h-1.4v-1.1h-0.1c-0.6,0.9 -1.5,1.4 -2.5,1.4c-0.9,0 -1.6,-0.3 -2.2,-0.8c-0.6,-0.5 -0.9,-1.2 -0.9,-2c0,-0.8 0.3,-1.5 0.9,-2c0.6,-0.5 1.5,-0.7 2.5,-0.7c0.9,0 1.6,0.2 2.2,0.5L92.277,7.887c0,-0.5 -0.2,-1 -0.6,-1.3c-0.4,-0.4 -0.9,-0.5 -1.5,-0.5c-0.8,0 -1.5,0.4 -2,1.1L86.877,6.187C87.677,5.187 88.677,4.587 90.177,4.587"
|
|
14
|
+
android:fillColor="#5F6368"/>
|
|
15
|
+
<path
|
|
16
|
+
android:pathData="M101.961,4.847l-5,11.6l-1.5,0l1.8,-4.1l-3.3,-7.5l1.7,0l2.3,5.8l0.1,0l2.3,-5.8z"
|
|
17
|
+
android:fillColor="#5F6368"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M74.461,7.161c0,-0.5 0,-0.9 -0.1,-1.4L67.961,5.761v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C73.761,10.861 74.461,9.161 74.461,7.161"
|
|
20
|
+
android:fillColor="#4285F4"/>
|
|
21
|
+
<path
|
|
22
|
+
android:pathData="M67.961,13.661c1.8,0 3.3,-0.6 4.5,-1.6L70.261,10.361c-0.6,0.4 -1.4,0.6 -2.3,0.6C66.261,11.061 64.761,9.861 64.261,8.261L61.961,8.261v1.7C63.061,12.161 65.361,13.661 67.961,13.661"
|
|
23
|
+
android:fillColor="#34A853"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M64.261,8.261C64.061,7.861 63.961,7.461 63.961,6.961S64.061,6.061 64.261,5.661L64.261,3.961L61.961,3.961C61.561,4.861 61.261,5.861 61.261,6.961s0.3,2.1 0.7,3L64.261,8.261z"
|
|
26
|
+
android:fillColor="#FABB05"/>
|
|
27
|
+
<path
|
|
28
|
+
android:pathData="M67.961,2.961c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C71.361,0.961 69.761,0.261 67.961,0.261c-2.6,0 -4.9,1.5 -6,3.7L64.261,5.661C64.761,4.061 66.261,2.961 67.961,2.961"
|
|
29
|
+
android:fillColor="#E94235"/>
|
|
30
|
+
</vector>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="102dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="102"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M0.1,3h1.6v8.5L6,11.5L6,13L0.1,13L0.1,3zM10.6,13.2c-0.7,0 -1.3,-0.2 -1.9,-0.5c-0.6,-0.3 -1,-0.8 -1.3,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9c0,-0.7 0.2,-1.3 0.5,-1.9s0.7,-1 1.3,-1.4c0.5,-0.3 1.2,-0.5 1.8,-0.5c0.7,0 1.3,0.2 1.9,0.5s0.9,0.8 1.2,1.3C13.9,8 14,8.6 14,9.3c0,0.1 0,0.3 0,0.5L8.5,9.8c0.1,0.7 0.3,1.2 0.7,1.5c0.4,0.4 0.9,0.5 1.4,0.5c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8l1.3,0.6c-0.3,0.6 -0.8,1 -1.3,1.4C12,13.1 11.4,13.2 10.6,13.2zM12.4,8.6c0,-0.3 -0.1,-0.5 -0.2,-0.7c-0.1,-0.2 -0.4,-0.5 -0.6,-0.6S10.9,7 10.5,7c-0.5,0 -0.9,0.1 -1.3,0.4C8.9,7.7 8.7,8.1 8.6,8.6L12.4,8.6zM18.8,16.2c-0.9,0 -1.6,-0.2 -2.2,-0.6s-1,-0.9 -1.2,-1.4l1.4,-0.6c0.1,0.4 0.4,0.7 0.7,0.9s0.7,0.3 1.2,0.3c0.7,0 1.2,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.6L20.8,12h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8c-0.4,0.2 -0.8,0.3 -1.3,0.3c-0.6,0 -1.2,-0.2 -1.7,-0.5s-0.9,-0.7 -1.2,-1.3s-0.5,-1.2 -0.5,-1.9s0.2,-1.4 0.5,-1.9s0.7,-1 1.2,-1.3s1.1,-0.5 1.7,-0.5c0.5,0 0.9,0.1 1.3,0.3c0.4,0.2 0.7,0.5 0.9,0.8h0.1L20.8,5.9h1.5v6.7c0,0.8 -0.1,1.4 -0.4,2c-0.3,0.5 -0.7,1 -1.3,1.2C20.2,16.1 19.5,16.2 18.8,16.2zM18.9,11.7c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.6,-0.4 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.2c0,-0.7 -0.2,-1.3 -0.6,-1.7c-0.4,-0.4 -0.9,-0.6 -1.5,-0.6c-0.4,0 -0.7,0.1 -1,0.3c-0.3,0.2 -0.6,0.4 -0.8,0.8c-0.2,0.3 -0.3,0.8 -0.3,1.2c0,0.5 0.1,0.9 0.3,1.2s0.4,0.6 0.8,0.8C18.1,11.6 18.5,11.7 18.9,11.7zM27.5,16.2c-0.9,0 -1.6,-0.2 -2.2,-0.6s-1,-0.9 -1.2,-1.4l1.4,-0.6c0.1,0.4 0.4,0.7 0.7,0.9s0.7,0.3 1.2,0.3c0.7,0 1.2,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.6L29.5,12h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8s-0.8,0.3 -1.3,0.3c-0.6,0 -1.2,-0.2 -1.7,-0.5s-0.9,-0.7 -1.2,-1.3c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9S24,8 24.3,7.4c0.3,-0.6 0.7,-1 1.2,-1.3s1.1,-0.5 1.7,-0.5c0.5,0 0.9,0.1 1.3,0.3c0.4,0.2 0.7,0.5 0.9,0.8h0.1L29.5,5.9h1.5v6.7c0,0.8 -0.1,1.4 -0.4,2c-0.3,0.5 -0.7,1 -1.3,1.2S28.2,16.2 27.5,16.2zM27.5,11.7c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.6,-0.4 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.2c0,-0.7 -0.2,-1.3 -0.6,-1.7c-0.4,-0.4 -0.9,-0.6 -1.5,-0.6c-0.4,0 -0.7,0.1 -1.1,0.3c-0.3,0.2 -0.6,0.4 -0.8,0.8c-0.2,0.3 -0.3,0.8 -0.3,1.2c0,0.5 0.1,0.9 0.3,1.2c0.2,0.3 0.4,0.6 0.8,0.8C26.8,11.6 27.1,11.7 27.5,11.7zM39.4,13.1c-0.3,0 -0.6,-0.1 -0.9,-0.2c-0.3,-0.1 -0.5,-0.2 -0.7,-0.4c-0.4,-0.4 -0.6,-0.9 -0.6,-1.6L37.2,7.2h-1.2L36,5.9h1.2v-2h1.5v2h1.7v1.4h-1.7v3.4c0,0.4 0.1,0.7 0.2,0.8c0.1,0.2 0.4,0.3 0.7,0.3c0.2,0 0.3,0 0.4,-0.1c0.1,0 0.3,-0.1 0.4,-0.2v1.5C40.2,13 39.8,13.1 39.4,13.1zM43,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3C42.1,4.3 42,4.1 42,3.8s0.1,-0.5 0.3,-0.7s0.4,-0.3 0.7,-0.3s0.5,0.1 0.7,0.3s0.3,0.4 0.3,0.7S44,4.3 43.8,4.5C43.6,4.7 43.3,4.8 43,4.8zM42.3,5.9h1.5L43.8,13h-1.5L42.3,5.9zM45.9,3h1.5v10h-1.5L45.9,3zM53.7,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3c-0.2,-0.2 -0.3,-0.4 -0.3,-0.7s0.1,-0.5 0.3,-0.7c0.2,-0.2 0.4,-0.3 0.7,-0.3c0.3,0 0.5,0.1 0.7,0.3s0.3,0.4 0.3,0.7s-0.1,0.5 -0.3,0.7C54.2,4.7 54,4.8 53.7,4.8zM52.9,5.9h1.5L54.4,13h-1.5L52.9,5.9z"
|
|
8
|
+
android:fillColor="#FFFFFF"/>
|
|
9
|
+
<path
|
|
10
|
+
android:pathData="M80.477,2.587v4.1h2.5c0.6,0 1.1,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.4c0,-0.5 -0.2,-1 -0.6,-1.4C84.177,2.887 83.677,2.587 83.077,2.587L80.477,2.587L80.477,2.587zM80.477,8.187v4.7L78.977,12.887L78.977,1.187h4c1,0 1.9,0.3 2.6,1c0.7,0.7 1.1,1.5 1.1,2.5c0,1 -0.4,1.8 -1.1,2.5c-0.7,0.7 -1.6,1 -2.6,1L80.477,8.187L80.477,8.187z"
|
|
11
|
+
android:fillColor="#FFFFFF"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M88.177,10.487c0,0.4 0.2,0.7 0.5,1c0.3,0.3 0.7,0.4 1.2,0.4c0.6,0 1.2,-0.2 1.7,-0.7c0.5,-0.5 0.7,-1 0.7,-1.6c-0.5,-0.4 -1.1,-0.6 -2,-0.6c-0.6,0 -1.1,0.1 -1.5,0.4C88.377,9.687 88.177,9.987 88.177,10.487M90.177,4.587c1.1,0 2,0.3 2.6,0.9c0.6,0.6 1,1.4 1,2.4v4.9h-1.4v-1.1h-0.1c-0.6,0.9 -1.5,1.4 -2.5,1.4c-0.9,0 -1.6,-0.3 -2.2,-0.8c-0.6,-0.5 -0.9,-1.2 -0.9,-2c0,-0.8 0.3,-1.5 0.9,-2c0.6,-0.5 1.5,-0.7 2.5,-0.7c0.9,0 1.6,0.2 2.2,0.5L92.277,7.887c0,-0.5 -0.2,-1 -0.6,-1.3c-0.4,-0.4 -0.9,-0.5 -1.5,-0.5c-0.8,0 -1.5,0.4 -2,1.1L86.877,6.187C87.677,5.187 88.677,4.587 90.177,4.587"
|
|
14
|
+
android:fillColor="#FFFFFF"/>
|
|
15
|
+
<path
|
|
16
|
+
android:pathData="M101.961,4.847l-5,11.6l-1.5,0l1.8,-4.1l-3.3,-7.5l1.7,0l2.3,5.8l0.1,0l2.3,-5.8z"
|
|
17
|
+
android:fillColor="#FFFFFF"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M74.461,7.161c0,-0.5 0,-0.9 -0.1,-1.4L67.961,5.761v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C73.761,10.861 74.461,9.161 74.461,7.161"
|
|
20
|
+
android:fillColor="#4285F4"/>
|
|
21
|
+
<path
|
|
22
|
+
android:pathData="M67.961,13.661c1.8,0 3.3,-0.6 4.5,-1.6L70.261,10.361c-0.6,0.4 -1.4,0.6 -2.3,0.6C66.261,11.061 64.761,9.861 64.261,8.261L61.961,8.261v1.7C63.061,12.161 65.361,13.661 67.961,13.661"
|
|
23
|
+
android:fillColor="#34A853"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M64.261,8.261C64.061,7.861 63.961,7.461 63.961,6.961S64.061,6.061 64.261,5.661L64.261,3.961L61.961,3.961C61.561,4.861 61.261,5.861 61.261,6.961s0.3,2.1 0.7,3L64.261,8.261z"
|
|
26
|
+
android:fillColor="#FABB05"/>
|
|
27
|
+
<path
|
|
28
|
+
android:pathData="M67.961,2.961c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C71.361,0.961 69.761,0.261 67.961,0.261c-2.6,0 -4.9,1.5 -6,3.7L64.261,5.661C64.761,4.061 66.261,2.961 67.961,2.961"
|
|
29
|
+
android:fillColor="#E94235"/>
|
|
30
|
+
</vector>
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="118dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="118"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M96.526,2.635L96.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.621L96.526,2.639ZM96.526,8.155v4.736h-1.5L95.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,1L96.526,8.16Z"
|
|
8
|
+
android:fillColor="#5f6368"
|
|
9
|
+
android:fillType="evenOdd"/>
|
|
10
|
+
<path
|
|
11
|
+
android:pathData="M104.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.932H108.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,106.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.062L102.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="M117.993,4.889l-5.02,11.53H111.42l1.864,-4.034 -3.3,-7.5h1.636L114,10.637h0.032l2.322,-5.748Z"
|
|
16
|
+
android:fillColor="#5f6368"
|
|
17
|
+
android:fillType="evenOdd"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M90.448,7.134a7.966,7.966 0,0 0,-0.116 -1.366H83.988V8.356h3.634A3.112,3.112 0,0 1,86.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="M83.988,13.7a6.446,6.446 0,0 0,4.459 -1.622L86.278,10.4a4.08,4.08 0,0 1,-6.066 -2.131H77.978V10a6.728,6.728 0,0 0,6.01 3.7"
|
|
24
|
+
android:fillColor="#34a853"
|
|
25
|
+
android:fillType="evenOdd"/>
|
|
26
|
+
<path
|
|
27
|
+
android:pathData="M80.212,8.267a4.024,4.024 0,0 1,0 -2.572V3.964H77.978a6.706,6.706 0,0 0,0 6.034Z"
|
|
28
|
+
android:fillColor="#fabb05"
|
|
29
|
+
android:fillType="evenOdd"/>
|
|
30
|
+
<path
|
|
31
|
+
android:pathData="M83.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.7L80.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.361,2.833H1.952V7.66h0.085L6.155,2.833H8.143v0.085L4.408,7.206l4.047,5.709V13H6.51L3.329,8.441 1.952,10.032V13H0.361Z"
|
|
36
|
+
android:fillColor="#3c4043"/>
|
|
37
|
+
<path
|
|
38
|
+
android:pathData="M10.685,12.737A3.511,3.511 0,0 1,9.371 11.4,3.871 3.871,0 0,1 8.9,9.479a3.863,3.863 0,0 1,0.475 -1.917A3.493,3.493 0,0 1,10.685 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,0ZM13.624,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,13.624 11.509Z"
|
|
39
|
+
android:fillColor="#3c4043"/>
|
|
40
|
+
<path
|
|
41
|
+
android:pathData="M17.657,5.957h1.476v0.908h0.086a2.322,2.322 0,0 1,0.9 -0.809,2.829 2.829,0 0,1 1.371,-0.327 3.127,3.127 0,0 1,1.682 0.483,3.494 3.494,0 0,1 1.236,1.342 4.012,4.012 0,0 1,0.461 1.925,3.972 3.972,0 0,1 -0.461,1.917 3.571,3.571 0,0 1,-1.236 1.341,3.091 3.091,0 0,1 -1.682,0.49A2.829,2.829 0,0 1,20.12 12.9a2.276,2.276 0,0 1,-0.9 -0.823h-0.086l0.086,0.993v3L17.657,16.07ZM22.25,11.509a2.1,2.1 0,0 0,0.767 -0.817,2.678 2.678,0 0,0 0,-2.428 2.1,2.1 0,0 0,-0.767 -0.817,2.008 2.008,0 0,0 -2.059,0 2.125,2.125 0,0 0,-0.767 0.81,2.482 2.482,0 0,0 -0.291,1.222 2.474,2.474 0,0 0,0.291 1.22,2.118 2.118,0 0,0 0.767,0.81 2.008,2.008 0,0 0,2.059 0Z"
|
|
42
|
+
android:fillColor="#3c4043"/>
|
|
43
|
+
<path
|
|
44
|
+
android:pathData="M27.774,12.744a3.389,3.389 0,0 1,-1.3 -1.342,3.953 3.953,0 0,1 -0.469,-1.923A4,4 0,0 1,26.454 7.6a3.408,3.408 0,0 1,3.1 -1.868,3.561 3.561,0 0,1 1.853,0.469 3.062,3.062 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.142L27.568,9.809a2.052,2.052 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,27.774 12.744ZM31.431,8.612a1.728,1.728 0,0 0,-0.227 -0.7,1.669 1.669,0 0,0 -0.618,-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"
|
|
45
|
+
android:fillColor="#3c4043"/>
|
|
46
|
+
<path
|
|
47
|
+
android:pathData="M34.555,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.327A2.5,2.5 0,0 1,40.3 6.5a3.1,3.1 0,0 1,0.674 2.116V13H39.411V8.825q0,-1.66 -1.548,-1.662a1.522,1.522 0,0 0,-1.263 0.625,2.341 2.341,0 0,0 -0.483,1.478V13H34.555Z"
|
|
48
|
+
android:fillColor="#3c4043"/>
|
|
49
|
+
<path
|
|
50
|
+
android:pathData="M46.284,5.957h1.477v0.937h0.085a2.359,2.359 0,0 1,0.908 -0.838A2.565,2.565 0,0 1,50 5.729a2.474,2.474 0,0 1,1.335 0.355,2.15 2.15,0 0,1 0.838,0.952 2.755,2.755 0,0 1,0.987 -0.952,2.787 2.787,0 0,1 1.413,-0.355 2.31,2.31 0,0 1,1.874 0.76,3.109 3.109,0 0,1 0.639,2.066V13H55.528V8.811a1.86,1.86 0,0 0,-0.348 -1.264,1.319 1.319,0 0,0 -1.03,-0.384 1.441,1.441 0,0 0,-1.213 0.618,2.43 2.43,0 0,0 -0.462,1.5V13H50.913V8.811a1.838,1.838 0,0 0,-0.355 -1.264,1.382 1.382,0 0,0 -1.065,-0.384 1.412,1.412 0,0 0,-1.193 0.618,2.457 2.457,0 0,0 -0.454,1.5V13H46.284Z"
|
|
51
|
+
android:fillColor="#3c4043"/>
|
|
52
|
+
<path
|
|
53
|
+
android:pathData="M60.335,12.744a3.4,3.4 0,0 1,-1.3 -1.342,3.963 3.963,0 0,1 -0.468,-1.923A4,4 0,0 1,59.015 7.6a3.408,3.408 0,0 1,3.1 -1.868A3.563,3.563 0,0 1,63.97 6.2a3.062,3.062 0,0 1,1.2 1.3,4.255 4.255,0 0,1 0.412,1.91 2.211,2.211 0,0 1,-0.015 0.256c-0.009,0.085 -0.013,0.133 -0.013,0.142L60.129,9.808a2.052,2.052 0,0 0,0.7 1.491,2.146 2.146,0 0,0 1.42,0.525 2.055,2.055 0,0 0,1.874 -1.135l1.335,0.638a3.65,3.65 0,0 1,-1.3 1.385,3.613 3.613,0 0,1 -1.952,0.518A3.656,3.656 0,0 1,60.335 12.744ZM63.991,8.612a1.726,1.726 0,0 0,-0.226 -0.7,1.664 1.664,0 0,0 -0.619,-0.6A2.018,2.018 0,0 0,62.1 7.064a1.8,1.8 0,0 0,-1.2 0.426,2.14 2.14,0 0,0 -0.689,1.122Z"
|
|
54
|
+
android:fillColor="#3c4043"/>
|
|
55
|
+
<path
|
|
56
|
+
android:pathData="M68.926,13.075a1.821,1.821 0,0 1,-0.675 -0.428,2.281 2.281,0 0,1 -0.61,-1.693V7.334H66.405V5.957h1.236v-2.1H69.2v2.1h1.719V7.334H69.2v3.294a1.241,1.241 0,0 0,0.228 0.845,0.8 0.8,0 0,0 0.7,0.292 1.543,1.543 0,0 0,0.809 -0.242v1.519a3.249,3.249 0,0 1,-1.136 0.185A2.464,2.464 0,0 1,68.926 13.075Z"
|
|
57
|
+
android:fillColor="#3c4043"/>
|
|
58
|
+
</vector>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="147dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="147"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M3.178,4.474L0.378,4.474L0.378,2.976L7.546,2.976L7.546,4.474L4.746,4.474L4.746,13L3.178,13L3.178,4.474ZM11.182,13.224C10.463,13.224 9.819,13.058 9.25,12.727C8.681,12.396 8.237,11.941 7.92,11.362C7.603,10.783 7.444,10.139 7.444,9.43C7.444,8.721 7.603,8.077 7.92,7.498C8.237,6.919 8.681,6.464 9.25,6.133C9.819,5.802 10.463,5.636 11.182,5.636C11.901,5.636 12.545,5.804 13.114,6.14C13.683,6.476 14.127,6.933 14.444,7.512C14.761,8.091 14.92,8.73 14.92,9.43C14.92,10.139 14.761,10.783 14.444,11.362C14.127,11.941 13.683,12.396 13.114,12.727C12.545,13.058 11.901,13.224 11.182,13.224ZM11.182,11.81C11.574,11.81 11.938,11.714 12.274,11.523C12.61,11.332 12.878,11.056 13.079,10.697C13.28,10.338 13.38,9.915 13.38,9.43C13.38,8.945 13.28,8.525 13.079,8.17C12.878,7.815 12.61,7.542 12.274,7.351C11.938,7.16 11.574,7.064 11.182,7.064C10.79,7.064 10.426,7.16 10.09,7.351C9.754,7.542 9.486,7.815 9.285,8.17C9.084,8.525 8.984,8.945 8.984,9.43C8.984,9.915 9.084,10.338 9.285,10.697C9.486,11.056 9.754,11.332 10.09,11.523C10.426,11.714 10.79,11.81 11.182,11.81ZM19.746,13.224C19.046,13.224 18.418,13.061 17.863,12.734C17.308,12.407 16.874,11.957 16.561,11.383C16.248,10.809 16.092,10.163 16.092,9.444C16.092,8.763 16.244,8.13 16.547,7.547C16.85,6.964 17.273,6.499 17.814,6.154C18.355,5.809 18.971,5.636 19.662,5.636C20.381,5.636 21.004,5.795 21.531,6.112C22.058,6.429 22.46,6.863 22.735,7.414C23.01,7.965 23.148,8.585 23.148,9.276C23.148,9.407 23.134,9.57 23.106,9.766L17.632,9.766C17.688,10.429 17.924,10.94 18.339,11.299C18.754,11.658 19.237,11.838 19.788,11.838C20.227,11.838 20.607,11.738 20.929,11.537C21.251,11.336 21.51,11.063 21.706,10.718L23.008,11.334C22.672,11.922 22.233,12.384 21.692,12.72C21.151,13.056 20.502,13.224 19.746,13.224ZM21.58,8.59C21.561,8.338 21.482,8.088 21.342,7.841C21.202,7.594 20.99,7.386 20.705,7.218C20.42,7.05 20.073,6.966 19.662,6.966C19.167,6.966 18.75,7.113 18.409,7.407C18.068,7.701 17.833,8.095 17.702,8.59L21.58,8.59ZM23.76,5.86L25.482,5.86L27.456,11.012L27.512,11.012L29.528,5.86L31.208,5.86L28.24,13L26.7,13L23.76,5.86ZM35.488,13.224C34.769,13.224 34.125,13.058 33.556,12.727C32.987,12.396 32.543,11.941 32.226,11.362C31.909,10.783 31.75,10.139 31.75,9.43C31.75,8.721 31.909,8.077 32.226,7.498C32.543,6.919 32.987,6.464 33.556,6.133C34.125,5.802 34.769,5.636 35.488,5.636C36.207,5.636 36.851,5.804 37.42,6.14C37.989,6.476 38.433,6.933 38.75,7.512C39.067,8.091 39.226,8.73 39.226,9.43C39.226,10.139 39.067,10.783 38.75,11.362C38.433,11.941 37.989,12.396 37.42,12.727C36.851,13.058 36.207,13.224 35.488,13.224ZM35.488,11.81C35.88,11.81 36.244,11.714 36.58,11.523C36.916,11.332 37.184,11.056 37.385,10.697C37.586,10.338 37.686,9.915 37.686,9.43C37.686,8.945 37.586,8.525 37.385,8.17C37.184,7.815 36.916,7.542 36.58,7.351C36.244,7.16 35.88,7.064 35.488,7.064C35.096,7.064 34.732,7.16 34.396,7.351C34.06,7.542 33.792,7.815 33.591,8.17C33.39,8.525 33.29,8.945 33.29,9.43C33.29,9.915 33.39,10.338 33.591,10.697C33.792,11.056 34.06,11.332 34.396,11.523C34.732,11.714 35.096,11.81 35.488,11.81ZM44.052,13.224C43.352,13.224 42.724,13.061 42.169,12.734C41.614,12.407 41.18,11.957 40.867,11.383C40.554,10.809 40.398,10.163 40.398,9.444C40.398,8.763 40.55,8.13 40.853,7.547C41.156,6.964 41.579,6.499 42.12,6.154C42.661,5.809 43.277,5.636 43.968,5.636C44.687,5.636 45.31,5.795 45.837,6.112C46.364,6.429 46.766,6.863 47.041,7.414C47.316,7.965 47.454,8.585 47.454,9.276C47.454,9.407 47.44,9.57 47.412,9.766L41.938,9.766C41.994,10.429 42.23,10.94 42.645,11.299C43.06,11.658 43.543,11.838 44.094,11.838C44.533,11.838 44.913,11.738 45.235,11.537C45.557,11.336 45.816,11.063 46.012,10.718L47.314,11.334C46.978,11.922 46.539,12.384 45.998,12.72C45.457,13.056 44.808,13.224 44.052,13.224ZM45.886,8.59C45.867,8.338 45.788,8.088 45.648,7.841C45.508,7.594 45.296,7.386 45.011,7.218C44.726,7.05 44.379,6.966 43.968,6.966C43.473,6.966 43.056,7.113 42.715,7.407C42.374,7.701 42.139,8.095 42.008,8.59L45.886,8.59ZM52.294,16.248C51.417,16.248 50.691,16.047 50.117,15.646C49.543,15.245 49.158,14.769 48.962,14.218L50.404,13.616C50.553,13.989 50.794,14.29 51.125,14.519C51.456,14.748 51.846,14.862 52.294,14.862C52.947,14.862 53.458,14.668 53.827,14.281C54.196,13.894 54.38,13.35 54.38,12.65L54.38,11.992L54.296,11.992C54.063,12.328 53.752,12.592 53.365,12.783C52.978,12.974 52.532,13.07 52.028,13.07C51.431,13.07 50.875,12.916 50.362,12.608C49.849,12.3 49.44,11.864 49.137,11.299C48.834,10.734 48.682,10.088 48.682,9.36C48.682,8.632 48.834,7.986 49.137,7.421C49.44,6.856 49.849,6.418 50.362,6.105C50.875,5.792 51.431,5.636 52.028,5.636C52.523,5.636 52.966,5.734 53.358,5.93C53.75,6.126 54.063,6.392 54.296,6.728L54.38,6.728L54.38,5.86L55.85,5.86L55.85,12.608C55.85,13.383 55.701,14.043 55.402,14.589C55.103,15.135 54.686,15.548 54.149,15.828C53.612,16.108 52.994,16.248 52.294,16.248ZM52.308,11.67C52.681,11.67 53.027,11.579 53.344,11.397C53.661,11.215 53.913,10.949 54.1,10.599C54.287,10.249 54.38,9.836 54.38,9.36C54.38,8.632 54.182,8.065 53.785,7.659C53.388,7.253 52.896,7.05 52.308,7.05C51.925,7.05 51.575,7.141 51.258,7.323C50.941,7.505 50.689,7.769 50.502,8.114C50.315,8.459 50.222,8.875 50.222,9.36C50.222,9.845 50.315,10.261 50.502,10.606C50.689,10.951 50.941,11.215 51.258,11.397C51.575,11.579 51.925,11.67 52.308,11.67ZM60.998,13.224C60.298,13.224 59.67,13.061 59.115,12.734C58.56,12.407 58.126,11.957 57.813,11.383C57.5,10.809 57.344,10.163 57.344,9.444C57.344,8.763 57.496,8.13 57.799,7.547C58.102,6.964 58.525,6.499 59.066,6.154C59.607,5.809 60.223,5.636 60.914,5.636C61.633,5.636 62.256,5.795 62.783,6.112C63.31,6.429 63.712,6.863 63.987,7.414C64.262,7.965 64.4,8.585 64.4,9.276C64.4,9.407 64.386,9.57 64.358,9.766L58.884,9.766C58.94,10.429 59.176,10.94 59.591,11.299C60.006,11.658 60.489,11.838 61.04,11.838C61.479,11.838 61.859,11.738 62.181,11.537C62.503,11.336 62.762,11.063 62.958,10.718L64.26,11.334C63.924,11.922 63.485,12.384 62.944,12.72C62.403,13.056 61.754,13.224 60.998,13.224ZM62.832,8.59C62.813,8.338 62.734,8.088 62.594,7.841C62.454,7.594 62.242,7.386 61.957,7.218C61.672,7.05 61.325,6.966 60.914,6.966C60.419,6.966 60.002,7.113 59.661,7.407C59.32,7.701 59.085,8.095 58.954,8.59L62.832,8.59ZM65.95,5.86L67.42,5.86L67.42,6.798L67.49,6.798C67.695,6.462 68.001,6.184 68.407,5.965C68.813,5.746 69.245,5.636 69.702,5.636C70.57,5.636 71.23,5.89 71.683,6.399C72.136,6.908 72.362,7.601 72.362,8.478L72.362,13L70.822,13L70.822,8.688C70.822,8.128 70.684,7.717 70.409,7.456C70.134,7.195 69.753,7.064 69.268,7.064C68.923,7.064 68.615,7.16 68.344,7.351C68.073,7.542 67.863,7.797 67.714,8.114C67.565,8.431 67.49,8.772 67.49,9.136L67.49,13L65.95,13L65.95,5.86ZM79.914,13.224C79.401,13.224 78.943,13.124 78.542,12.923C78.141,12.722 77.828,12.438 77.604,12.069C77.38,11.7 77.268,11.283 77.268,10.816C77.268,10.079 77.546,9.495 78.101,9.066C78.656,8.637 79.359,8.422 80.208,8.422C80.628,8.422 81.006,8.462 81.342,8.541C81.678,8.62 81.944,8.707 82.14,8.8L82.14,8.436C82.14,7.997 81.977,7.64 81.65,7.365C81.323,7.09 80.903,6.952 80.39,6.952C80.026,6.952 79.683,7.031 79.361,7.19C79.039,7.349 78.78,7.568 78.584,7.848L77.506,7.022C77.823,6.583 78.234,6.243 78.738,6C79.242,5.757 79.802,5.636 80.418,5.636C81.454,5.636 82.252,5.89 82.812,6.399C83.372,6.908 83.652,7.624 83.652,8.548L83.652,13L82.14,13L82.14,12.146L82.07,12.146C81.865,12.454 81.575,12.711 81.202,12.916C80.829,13.121 80.399,13.224 79.914,13.224ZM80.18,11.95C80.553,11.95 80.889,11.861 81.188,11.684C81.487,11.507 81.72,11.269 81.888,10.97C82.056,10.671 82.14,10.349 82.14,10.004C81.925,9.883 81.676,9.785 81.391,9.71C81.106,9.635 80.81,9.598 80.502,9.598C79.923,9.598 79.499,9.712 79.228,9.941C78.957,10.17 78.822,10.466 78.822,10.83C78.822,11.157 78.948,11.425 79.2,11.635C79.452,11.845 79.779,11.95 80.18,11.95ZM87.652,13.224C87.139,13.224 86.681,13.124 86.28,12.923C85.879,12.722 85.566,12.438 85.342,12.069C85.118,11.7 85.006,11.283 85.006,10.816C85.006,10.079 85.284,9.495 85.839,9.066C86.394,8.637 87.097,8.422 87.946,8.422C88.366,8.422 88.744,8.462 89.08,8.541C89.416,8.62 89.682,8.707 89.878,8.8L89.878,8.436C89.878,7.997 89.715,7.64 89.388,7.365C89.061,7.09 88.641,6.952 88.128,6.952C87.764,6.952 87.421,7.031 87.099,7.19C86.777,7.349 86.518,7.568 86.322,7.848L85.244,7.022C85.561,6.583 85.972,6.243 86.476,6C86.98,5.757 87.54,5.636 88.156,5.636C89.192,5.636 89.99,5.89 90.55,6.399C91.11,6.908 91.39,7.624 91.39,8.548L91.39,13L89.878,13L89.878,12.146L89.808,12.146C89.603,12.454 89.313,12.711 88.94,12.916C88.567,13.121 88.137,13.224 87.652,13.224ZM87.918,11.95C88.291,11.95 88.627,11.861 88.926,11.684C89.225,11.507 89.458,11.269 89.626,10.97C89.794,10.671 89.878,10.349 89.878,10.004C89.663,9.883 89.414,9.785 89.129,9.71C88.844,9.635 88.548,9.598 88.24,9.598C87.661,9.598 87.237,9.712 86.966,9.941C86.695,10.17 86.56,10.466 86.56,10.83C86.56,11.157 86.686,11.425 86.938,11.635C87.19,11.845 87.517,11.95 87.918,11.95ZM93.22,5.86L94.69,5.86L94.69,6.798L94.76,6.798C94.965,6.462 95.271,6.184 95.677,5.965C96.083,5.746 96.515,5.636 96.972,5.636C97.84,5.636 98.5,5.89 98.953,6.399C99.406,6.908 99.632,7.601 99.632,8.478L99.632,13L98.092,13L98.092,8.688C98.092,8.128 97.954,7.717 97.679,7.456C97.404,7.195 97.023,7.064 96.538,7.064C96.193,7.064 95.885,7.16 95.614,7.351C95.343,7.542 95.133,7.797 94.984,8.114C94.835,8.431 94.76,8.772 94.76,9.136L94.76,13L93.22,13L93.22,5.86Z"
|
|
8
|
+
android:strokeWidth="1"
|
|
9
|
+
android:fillColor="#FFFFFF"
|
|
10
|
+
android:fillType="evenOdd"
|
|
11
|
+
android:strokeColor="#00000000"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M125.526,2.635L125.526,6.718L128.044,6.718C128.644,6.718 129.14,6.516 129.532,6.113C129.935,5.711 130.137,5.231 130.137,4.676C130.137,4.132 129.935,3.658 129.532,3.254C129.14,2.841 128.644,2.634 128.044,2.634L125.526,2.634L125.526,2.635ZM125.526,8.155L125.526,12.891L124.022,12.891L124.022,1.198L128.011,1.198C129.025,1.198 129.885,1.535 130.594,2.21C131.314,2.885 131.674,3.707 131.674,4.676C131.674,5.667 131.314,6.495 130.594,7.158C129.897,7.823 129.035,8.154 128.011,8.154L125.526,8.154L125.526,8.155Z"
|
|
14
|
+
android:strokeWidth="1"
|
|
15
|
+
android:fillColor="#FFFFFF"
|
|
16
|
+
android:fillType="evenOdd"
|
|
17
|
+
android:strokeColor="#00000000"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M133.194,10.442C133.194,10.834 133.36,11.16 133.693,11.422C134.025,11.683 134.415,11.813 134.861,11.813C135.494,11.813 136.057,11.579 136.553,11.112C137.049,10.643 137.297,10.093 137.297,9.463C136.828,9.092 136.174,8.907 135.335,8.907C134.724,8.907 134.215,9.055 133.807,9.349C133.398,9.643 133.194,10.006 133.194,10.442M135.14,4.627C136.252,4.627 137.129,4.924 137.773,5.518C138.415,6.111 138.737,6.925 138.737,7.959L138.737,12.891L137.298,12.891L137.298,11.781L137.233,11.781C136.611,12.695 135.783,13.153 134.747,13.153C133.865,13.153 133.126,12.891 132.532,12.369C131.938,11.846 131.641,11.193 131.641,10.409C131.641,9.581 131.954,8.923 132.581,8.433C133.208,7.943 134.044,7.698 135.09,7.698C135.983,7.698 136.72,7.861 137.297,8.188L137.297,7.844C137.297,7.322 137.09,6.878 136.676,6.513C136.261,6.149 135.777,5.967 135.221,5.967C134.381,5.967 133.717,6.32 133.226,7.029L131.902,6.195C132.632,5.15 133.711,4.627 135.14,4.627"
|
|
20
|
+
android:strokeWidth="1"
|
|
21
|
+
android:fillColor="#FFFFFF"
|
|
22
|
+
android:fillType="evenOdd"
|
|
23
|
+
android:strokeColor="#00000000"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M146.993,4.889l-5.02,11.531l-1.553,0l1.864,-4.035l-3.303,-7.496l1.635,0l2.387,5.749l0.033,0l2.322,-5.749z"
|
|
26
|
+
android:strokeWidth="1"
|
|
27
|
+
android:fillColor="#FFFFFF"
|
|
28
|
+
android:fillType="evenOdd"
|
|
29
|
+
android:strokeColor="#00000000"/>
|
|
30
|
+
<path
|
|
31
|
+
android:pathData="M119.448,7.134C119.448,6.661 119.408,6.205 119.332,5.768L112.988,5.768L112.988,8.356L116.622,8.356C116.466,9.199 115.994,9.917 115.278,10.398L115.278,12.079L117.447,12.079C118.716,10.908 119.448,9.179 119.448,7.134"
|
|
32
|
+
android:strokeWidth="1"
|
|
33
|
+
android:fillColor="#4285F4"
|
|
34
|
+
android:fillType="evenOdd"
|
|
35
|
+
android:strokeColor="#00000000"/>
|
|
36
|
+
<path
|
|
37
|
+
android:pathData="M112.988,13.701C114.804,13.701 116.332,13.105 117.447,12.079L115.278,10.398C114.675,10.804 113.897,11.041 112.988,11.041C111.234,11.041 109.744,9.859 109.212,8.267L106.978,8.267L106.978,9.998C108.085,12.193 110.36,13.701 112.988,13.701"
|
|
38
|
+
android:strokeWidth="1"
|
|
39
|
+
android:fillColor="#34A853"
|
|
40
|
+
android:fillType="evenOdd"
|
|
41
|
+
android:strokeColor="#00000000"/>
|
|
42
|
+
<path
|
|
43
|
+
android:pathData="M109.212,8.267C109.076,7.861 109.001,7.428 109.001,6.981C109.001,6.534 109.076,6.101 109.212,5.695L109.212,3.964L106.978,3.964C106.52,4.871 106.261,5.896 106.261,6.981C106.261,8.066 106.52,9.091 106.978,9.998L109.212,8.267Z"
|
|
44
|
+
android:strokeWidth="1"
|
|
45
|
+
android:fillColor="#FABB05"
|
|
46
|
+
android:fillType="evenOdd"
|
|
47
|
+
android:strokeColor="#00000000"/>
|
|
48
|
+
<path
|
|
49
|
+
android:pathData="M112.988,2.921C113.98,2.921 114.868,3.262 115.569,3.929L115.569,3.93L117.489,2.012C116.323,0.928 114.803,0.261 112.988,0.261C110.36,0.261 108.085,1.769 106.978,3.964L109.212,5.695C109.744,4.103 111.234,2.921 112.988,2.921"
|
|
50
|
+
android:strokeWidth="1"
|
|
51
|
+
android:fillColor="#E94235"
|
|
52
|
+
android:fillType="evenOdd"
|
|
53
|
+
android:strokeColor="#00000000"/>
|
|
54
|
+
</vector>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="106dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="106"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M0.1,3h3.2c1,0 1.9,0.2 2.7,0.6s1.4,1 1.8,1.8C8.3,6.1 8.5,7 8.5,8S8.3,9.8 7.9,10.6c-0.4,0.8 -1,1.4 -1.8,1.8S4.4,13 3.4,13L0.1,13L0.1,3zM3.3,11.5c1.1,0 2,-0.3 2.6,-0.9S6.9,9.1 6.9,8c0,-1.1 -0.3,-2 -0.9,-2.6S4.4,4.5 3.3,4.5L1.7,4.5v7L3.3,11.5zM13.3,13.2c-0.7,0 -1.4,-0.2 -1.9,-0.5c-0.6,-0.3 -1,-0.8 -1.3,-1.4C9.7,10.8 9.6,10.1 9.6,9.4S9.7,8.1 10,7.5s0.8,-1 1.3,-1.4c0.6,-0.3 1.2,-0.5 1.9,-0.5c0.7,0 1.4,0.2 1.9,0.5s1,0.8 1.3,1.4S17,8.7 17,9.4c0,0.7 -0.2,1.4 -0.5,1.9c-0.3,0.6 -0.8,1 -1.3,1.4S14,13.2 13.3,13.2zM13.3,11.8c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.3s-0.1,-0.9 -0.3,-1.3c-0.2,-0.4 -0.5,-0.6 -0.8,-0.8s-0.7,-0.3 -1.1,-0.3s-0.8,0.1 -1.1,0.3s-0.6,0.5 -0.8,0.8c-0.2,0.4 -0.3,0.8 -0.3,1.3s0.1,0.9 0.3,1.3c0.2,0.4 0.5,0.6 0.8,0.8C12.5,11.7 12.9,11.8 13.3,11.8zM21.7,13.2c-0.6,0 -1.2,-0.2 -1.8,-0.5c-0.5,-0.3 -0.9,-0.8 -1.2,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-2s0.2,-1.4 0.5,-2s0.7,-1 1.2,-1.4c0.5,-0.3 1.1,-0.5 1.8,-0.5c0.5,0 1,0.1 1.4,0.3c0.4,0.2 0.7,0.5 0.9,0.8L24,6.5l-0.1,-1L23.9,3h1.5v10L24,13v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C22.6,13.1 22.2,13.2 21.7,13.2zM21.9,11.8c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8C23.9,10.3 24,9.9 24,9.4c0,-0.5 -0.1,-0.9 -0.3,-1.2s-0.5,-0.6 -0.8,-0.8c-0.3,-0.2 -0.7,-0.3 -1,-0.3s-0.7,0.1 -1,0.3c-0.3,0.2 -0.6,0.5 -0.8,0.8S19.8,9 19.8,9.4c0,0.5 0.1,0.9 0.3,1.2c0.2,0.4 0.5,0.6 0.8,0.8C21.2,11.7 21.5,11.8 21.9,11.8zM29.6,13.2c-0.5,0 -1,-0.1 -1.4,-0.3c-0.4,-0.2 -0.7,-0.5 -0.9,-0.9s-0.3,-0.8 -0.3,-1.3c0,-0.7 0.3,-1.3 0.8,-1.8s1.3,-0.6 2.1,-0.6c0.4,0 0.8,0 1.1,0.1c0.3,0.1 0.6,0.2 0.8,0.3L31.8,8.4c0,-0.4 -0.2,-0.8 -0.5,-1.1C31,7.1 30.6,7 30.1,7c-0.4,0 -0.7,0.1 -1,0.2c-0.3,0.2 -0.6,0.4 -0.8,0.7L27.2,7c0.3,-0.4 0.7,-0.8 1.2,-1c0.5,-0.2 1.1,-0.4 1.7,-0.4c1,0 1.8,0.3 2.4,0.8c0.6,0.5 0.8,1.2 0.8,2.1L33.3,13h-1.5v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C30.5,13.1 30.1,13.2 29.6,13.2zM29.8,11.9c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.5,-0.4 0.7,-0.7c0.2,-0.3 0.3,-0.6 0.3,-1c-0.2,-0.1 -0.5,-0.2 -0.7,-0.3s-0.6,-0.1 -0.9,-0.1c-0.6,0 -1,0.1 -1.3,0.3c-0.3,0.2 -0.4,0.5 -0.4,0.9c0,0.3 0.1,0.6 0.4,0.8S29.4,11.9 29.8,11.9zM36,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3S35,4.1 35,3.8s0.1,-0.5 0.3,-0.7s0.4,-0.3 0.7,-0.3s0.5,0.1 0.7,0.3s0.3,0.4 0.3,0.7S37,4.3 36.8,4.5S36.3,4.8 36,4.8zM34.7,16.2c-0.3,0 -0.6,0 -0.8,-0.1v-1.5c0.2,0.1 0.4,0.2 0.7,0.2c0.3,0 0.4,-0.1 0.6,-0.2s0.2,-0.4 0.2,-0.7L35.4,5.9h1.5v8c0,0.8 -0.2,1.4 -0.6,1.8C35.8,16 35.3,16.2 34.7,16.2zM45.3,13.2c-0.6,0 -1.2,-0.2 -1.8,-0.5c-0.5,-0.3 -0.9,-0.8 -1.2,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-2s0.2,-1.4 0.5,-2c0.3,-0.6 0.7,-1 1.2,-1.4c0.5,-0.3 1.1,-0.5 1.8,-0.5c0.5,0 1,0.1 1.4,0.3c0.4,0.2 0.7,0.5 0.9,0.8h0.1l-0.1,-1L47.6,3h1.5v10h-1.5v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C46.3,13.1 45.8,13.2 45.3,13.2zM45.6,11.8c0.4,0 0.7,-0.1 1,-0.3s0.6,-0.5 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.2c0,-0.5 -0.1,-0.9 -0.3,-1.2c-0.2,-0.4 -0.5,-0.6 -0.8,-0.8c-0.3,-0.2 -0.7,-0.3 -1,-0.3c-0.4,0 -0.7,0.1 -1,0.3c-0.3,0.2 -0.6,0.5 -0.8,0.8c-0.2,0.4 -0.3,0.8 -0.3,1.2c0,0.5 0.1,0.9 0.3,1.2c0.2,0.4 0.5,0.6 0.8,0.8C44.8,11.7 45.2,11.8 45.6,11.8zM54.4,13.2c-0.7,0 -1.4,-0.2 -1.9,-0.5s-1,-0.8 -1.3,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9s0.2,-1.4 0.5,-1.9c0.3,-0.6 0.8,-1 1.3,-1.4s1.2,-0.5 1.9,-0.5s1.4,0.2 1.9,0.5c0.6,0.3 1,0.8 1.3,1.4s0.5,1.2 0.5,1.9c0,0.7 -0.2,1.4 -0.5,1.9c-0.3,0.6 -0.8,1 -1.3,1.4C55.7,13.1 55.1,13.2 54.4,13.2zM54.4,11.8c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.3s-0.1,-0.9 -0.3,-1.3c-0.2,-0.4 -0.5,-0.6 -0.8,-0.8c-0.3,-0.2 -0.7,-0.3 -1.1,-0.3s-0.8,0.1 -1.1,0.3s-0.6,0.5 -0.8,0.8c-0.2,0.4 -0.3,0.8 -0.3,1.3s0.1,0.9 0.3,1.3c0.2,0.4 0.5,0.6 0.8,0.8C53.6,11.7 54,11.8 54.4,11.8z"
|
|
8
|
+
android:fillColor="#3C4043"/>
|
|
9
|
+
<path
|
|
10
|
+
android:pathData="M84.477,2.587v4.1h2.5c0.6,0 1.1,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.4c0,-0.5 -0.2,-1 -0.6,-1.4C88.177,2.887 87.677,2.587 87.077,2.587L84.477,2.587L84.477,2.587zM84.477,8.187v4.7L82.977,12.887L82.977,1.187h4c1,0 1.9,0.3 2.6,1c0.7,0.7 1.1,1.5 1.1,2.5c0,1 -0.4,1.8 -1.1,2.5c-0.7,0.7 -1.6,1 -2.6,1L84.477,8.187L84.477,8.187z"
|
|
11
|
+
android:fillColor="#5F6368"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M92.177,10.487c0,0.4 0.2,0.7 0.5,1c0.3,0.3 0.7,0.4 1.2,0.4c0.6,0 1.2,-0.2 1.7,-0.7c0.5,-0.5 0.7,-1 0.7,-1.6c-0.5,-0.4 -1.1,-0.6 -2,-0.6c-0.6,0 -1.1,0.1 -1.5,0.4C92.377,9.687 92.177,9.987 92.177,10.487M94.177,4.587c1.1,0 2,0.3 2.6,0.9c0.6,0.6 1,1.4 1,2.4v4.9h-1.4v-1.1h-0.1c-0.6,0.9 -1.5,1.4 -2.5,1.4c-0.9,0 -1.6,-0.3 -2.2,-0.8c-0.6,-0.5 -0.9,-1.2 -0.9,-2c0,-0.8 0.3,-1.5 0.9,-2c0.6,-0.5 1.5,-0.7 2.5,-0.7c0.9,0 1.6,0.2 2.2,0.5L96.277,7.887c0,-0.5 -0.2,-1 -0.6,-1.3c-0.4,-0.4 -0.9,-0.5 -1.5,-0.5c-0.8,0 -1.5,0.4 -2,1.1L90.877,6.187C91.677,5.187 92.677,4.587 94.177,4.587"
|
|
14
|
+
android:fillColor="#5F6368"/>
|
|
15
|
+
<path
|
|
16
|
+
android:pathData="M105.961,4.847l-5,11.6l-1.5,0l1.8,-4.1l-3.3,-7.5l1.7,0l2.3,5.8l0.1,0l2.3,-5.8z"
|
|
17
|
+
android:fillColor="#5F6368"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M78.461,7.161c0,-0.5 0,-0.9 -0.1,-1.4L71.961,5.761v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C77.761,10.861 78.461,9.161 78.461,7.161"
|
|
20
|
+
android:fillColor="#4285F4"/>
|
|
21
|
+
<path
|
|
22
|
+
android:pathData="M71.961,13.661c1.8,0 3.3,-0.6 4.5,-1.6L74.261,10.361c-0.6,0.4 -1.4,0.6 -2.3,0.6C70.261,11.061 68.761,9.861 68.261,8.261L65.961,8.261v1.7C67.061,12.161 69.361,13.661 71.961,13.661"
|
|
23
|
+
android:fillColor="#34A853"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M68.261,8.261C68.061,7.861 67.961,7.461 67.961,6.961S68.061,6.061 68.261,5.661L68.261,3.961L65.961,3.961C65.561,4.861 65.261,5.861 65.261,6.961s0.3,2.1 0.7,3L68.261,8.261z"
|
|
26
|
+
android:fillColor="#FABB05"/>
|
|
27
|
+
<path
|
|
28
|
+
android:pathData="M71.961,2.961c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C75.361,0.961 73.761,0.261 71.961,0.261c-2.6,0 -4.9,1.5 -6,3.7L68.261,5.661C68.761,4.061 70.261,2.961 71.961,2.961"
|
|
29
|
+
android:fillColor="#E94235"/>
|
|
30
|
+
</vector>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="106dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="106"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M0.1,3h3.2c1,0 1.9,0.2 2.7,0.6s1.4,1 1.8,1.8C8.3,6.1 8.5,7 8.5,8S8.3,9.8 7.9,10.6c-0.4,0.8 -1,1.4 -1.8,1.8S4.4,13 3.4,13L0.1,13L0.1,3zM3.3,11.5c1.1,0 2,-0.3 2.6,-0.9S6.9,9.1 6.9,8c0,-1.1 -0.3,-2 -0.9,-2.6S4.4,4.5 3.3,4.5L1.7,4.5v7L3.3,11.5zM13.3,13.2c-0.7,0 -1.4,-0.2 -1.9,-0.5c-0.6,-0.3 -1,-0.8 -1.3,-1.4C9.7,10.8 9.6,10.1 9.6,9.4S9.7,8.1 10,7.5s0.8,-1 1.3,-1.4c0.6,-0.3 1.2,-0.5 1.9,-0.5c0.7,0 1.4,0.2 1.9,0.5s1,0.8 1.3,1.4S17,8.7 17,9.4c0,0.7 -0.2,1.4 -0.5,1.9c-0.3,0.6 -0.8,1 -1.3,1.4S14,13.2 13.3,13.2zM13.3,11.8c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.3s-0.1,-0.9 -0.3,-1.3c-0.2,-0.4 -0.5,-0.6 -0.8,-0.8s-0.7,-0.3 -1.1,-0.3s-0.8,0.1 -1.1,0.3s-0.6,0.5 -0.8,0.8c-0.2,0.4 -0.3,0.8 -0.3,1.3s0.1,0.9 0.3,1.3c0.2,0.4 0.5,0.6 0.8,0.8C12.5,11.7 12.9,11.8 13.3,11.8zM21.7,13.2c-0.6,0 -1.2,-0.2 -1.8,-0.5c-0.5,-0.3 -0.9,-0.8 -1.2,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-2s0.2,-1.4 0.5,-2s0.7,-1 1.2,-1.4c0.5,-0.3 1.1,-0.5 1.8,-0.5c0.5,0 1,0.1 1.4,0.3c0.4,0.2 0.7,0.5 0.9,0.8L24,6.5l-0.1,-1L23.9,3h1.5v10L24,13v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C22.6,13.1 22.2,13.2 21.7,13.2zM21.9,11.8c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8C23.9,10.3 24,9.9 24,9.4c0,-0.5 -0.1,-0.9 -0.3,-1.2s-0.5,-0.6 -0.8,-0.8c-0.3,-0.2 -0.7,-0.3 -1,-0.3s-0.7,0.1 -1,0.3c-0.3,0.2 -0.6,0.5 -0.8,0.8S19.8,9 19.8,9.4c0,0.5 0.1,0.9 0.3,1.2c0.2,0.4 0.5,0.6 0.8,0.8C21.2,11.7 21.5,11.8 21.9,11.8zM29.6,13.2c-0.5,0 -1,-0.1 -1.4,-0.3c-0.4,-0.2 -0.7,-0.5 -0.9,-0.9s-0.3,-0.8 -0.3,-1.3c0,-0.7 0.3,-1.3 0.8,-1.8s1.3,-0.6 2.1,-0.6c0.4,0 0.8,0 1.1,0.1c0.3,0.1 0.6,0.2 0.8,0.3L31.8,8.4c0,-0.4 -0.2,-0.8 -0.5,-1.1C31,7.1 30.6,7 30.1,7c-0.4,0 -0.7,0.1 -1,0.2c-0.3,0.2 -0.6,0.4 -0.8,0.7L27.2,7c0.3,-0.4 0.7,-0.8 1.2,-1c0.5,-0.2 1.1,-0.4 1.7,-0.4c1,0 1.8,0.3 2.4,0.8c0.6,0.5 0.8,1.2 0.8,2.1L33.3,13h-1.5v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C30.5,13.1 30.1,13.2 29.6,13.2zM29.8,11.9c0.4,0 0.7,-0.1 1,-0.3c0.3,-0.2 0.5,-0.4 0.7,-0.7c0.2,-0.3 0.3,-0.6 0.3,-1c-0.2,-0.1 -0.5,-0.2 -0.7,-0.3s-0.6,-0.1 -0.9,-0.1c-0.6,0 -1,0.1 -1.3,0.3c-0.3,0.2 -0.4,0.5 -0.4,0.9c0,0.3 0.1,0.6 0.4,0.8S29.4,11.9 29.8,11.9zM36,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3S35,4.1 35,3.8s0.1,-0.5 0.3,-0.7s0.4,-0.3 0.7,-0.3s0.5,0.1 0.7,0.3s0.3,0.4 0.3,0.7S37,4.3 36.8,4.5S36.3,4.8 36,4.8zM34.7,16.2c-0.3,0 -0.6,0 -0.8,-0.1v-1.5c0.2,0.1 0.4,0.2 0.7,0.2c0.3,0 0.4,-0.1 0.6,-0.2s0.2,-0.4 0.2,-0.7L35.4,5.9h1.5v8c0,0.8 -0.2,1.4 -0.6,1.8C35.8,16 35.3,16.2 34.7,16.2zM45.3,13.2c-0.6,0 -1.2,-0.2 -1.8,-0.5c-0.5,-0.3 -0.9,-0.8 -1.2,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-2s0.2,-1.4 0.5,-2c0.3,-0.6 0.7,-1 1.2,-1.4c0.5,-0.3 1.1,-0.5 1.8,-0.5c0.5,0 1,0.1 1.4,0.3c0.4,0.2 0.7,0.5 0.9,0.8h0.1l-0.1,-1L47.6,3h1.5v10h-1.5v-0.9h-0.1c-0.2,0.3 -0.5,0.6 -0.9,0.8C46.3,13.1 45.8,13.2 45.3,13.2zM45.6,11.8c0.4,0 0.7,-0.1 1,-0.3s0.6,-0.5 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.2c0,-0.5 -0.1,-0.9 -0.3,-1.2c-0.2,-0.4 -0.5,-0.6 -0.8,-0.8c-0.3,-0.2 -0.7,-0.3 -1,-0.3c-0.4,0 -0.7,0.1 -1,0.3c-0.3,0.2 -0.6,0.5 -0.8,0.8c-0.2,0.4 -0.3,0.8 -0.3,1.2c0,0.5 0.1,0.9 0.3,1.2c0.2,0.4 0.5,0.6 0.8,0.8C44.8,11.7 45.2,11.8 45.6,11.8zM54.4,13.2c-0.7,0 -1.4,-0.2 -1.9,-0.5s-1,-0.8 -1.3,-1.4c-0.3,-0.6 -0.5,-1.2 -0.5,-1.9s0.2,-1.4 0.5,-1.9c0.3,-0.6 0.8,-1 1.3,-1.4s1.2,-0.5 1.9,-0.5s1.4,0.2 1.9,0.5c0.6,0.3 1,0.8 1.3,1.4s0.5,1.2 0.5,1.9c0,0.7 -0.2,1.4 -0.5,1.9c-0.3,0.6 -0.8,1 -1.3,1.4C55.7,13.1 55.1,13.2 54.4,13.2zM54.4,11.8c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8c0.2,-0.4 0.3,-0.8 0.3,-1.3s-0.1,-0.9 -0.3,-1.3c-0.2,-0.4 -0.5,-0.6 -0.8,-0.8c-0.3,-0.2 -0.7,-0.3 -1.1,-0.3s-0.8,0.1 -1.1,0.3s-0.6,0.5 -0.8,0.8c-0.2,0.4 -0.3,0.8 -0.3,1.3s0.1,0.9 0.3,1.3c0.2,0.4 0.5,0.6 0.8,0.8C53.6,11.7 54,11.8 54.4,11.8z"
|
|
8
|
+
android:fillColor="#FFFFFF"/>
|
|
9
|
+
<path
|
|
10
|
+
android:pathData="M84.477,2.587v4.1h2.5c0.6,0 1.1,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.4c0,-0.5 -0.2,-1 -0.6,-1.4C88.177,2.887 87.677,2.587 87.077,2.587L84.477,2.587L84.477,2.587zM84.477,8.187v4.7L82.977,12.887L82.977,1.187h4c1,0 1.9,0.3 2.6,1c0.7,0.7 1.1,1.5 1.1,2.5c0,1 -0.4,1.8 -1.1,2.5c-0.7,0.7 -1.6,1 -2.6,1L84.477,8.187L84.477,8.187z"
|
|
11
|
+
android:fillColor="#FFFFFF"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M92.177,10.487c0,0.4 0.2,0.7 0.5,1c0.3,0.3 0.7,0.4 1.2,0.4c0.6,0 1.2,-0.2 1.7,-0.7c0.5,-0.5 0.7,-1 0.7,-1.6c-0.5,-0.4 -1.1,-0.6 -2,-0.6c-0.6,0 -1.1,0.1 -1.5,0.4C92.377,9.687 92.177,9.987 92.177,10.487M94.177,4.587c1.1,0 2,0.3 2.6,0.9c0.6,0.6 1,1.4 1,2.4v4.9h-1.4v-1.1h-0.1c-0.6,0.9 -1.5,1.4 -2.5,1.4c-0.9,0 -1.6,-0.3 -2.2,-0.8c-0.6,-0.5 -0.9,-1.2 -0.9,-2c0,-0.8 0.3,-1.5 0.9,-2c0.6,-0.5 1.5,-0.7 2.5,-0.7c0.9,0 1.6,0.2 2.2,0.5L96.277,7.887c0,-0.5 -0.2,-1 -0.6,-1.3c-0.4,-0.4 -0.9,-0.5 -1.5,-0.5c-0.8,0 -1.5,0.4 -2,1.1L90.877,6.187C91.677,5.187 92.677,4.587 94.177,4.587"
|
|
14
|
+
android:fillColor="#FFFFFF"/>
|
|
15
|
+
<path
|
|
16
|
+
android:pathData="M105.961,4.847l-5,11.6l-1.5,0l1.8,-4.1l-3.3,-7.5l1.7,0l2.3,5.8l0.1,0l2.3,-5.8z"
|
|
17
|
+
android:fillColor="#FFFFFF"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M78.461,7.161c0,-0.5 0,-0.9 -0.1,-1.4L71.961,5.761v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C77.761,10.861 78.461,9.161 78.461,7.161"
|
|
20
|
+
android:fillColor="#4285F4"/>
|
|
21
|
+
<path
|
|
22
|
+
android:pathData="M71.961,13.661c1.8,0 3.3,-0.6 4.5,-1.6L74.261,10.361c-0.6,0.4 -1.4,0.6 -2.3,0.6C70.261,11.061 68.761,9.861 68.261,8.261L65.961,8.261v1.7C67.061,12.161 69.361,13.661 71.961,13.661"
|
|
23
|
+
android:fillColor="#34A853"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M68.261,8.261C68.061,7.861 67.961,7.461 67.961,6.961S68.061,6.061 68.261,5.661L68.261,3.961L65.961,3.961C65.561,4.861 65.261,5.861 65.261,6.961s0.3,2.1 0.7,3L68.261,8.261z"
|
|
26
|
+
android:fillColor="#FABB05"/>
|
|
27
|
+
<path
|
|
28
|
+
android:pathData="M71.961,2.961c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C75.361,0.961 73.761,0.261 71.961,0.261c-2.6,0 -4.9,1.5 -6,3.7L68.261,5.661C68.761,4.061 70.261,2.961 71.961,2.961"
|
|
29
|
+
android:fillColor="#E94235"/>
|
|
30
|
+
</vector>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="131dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="131"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M3.976,2.976L5.768,2.976L9.534,13L7.798,13L6.902,10.438L2.856,10.438L1.946,13L0.21,13L3.976,2.976ZM6.37,8.982L5.306,6L4.914,4.838L4.83,4.838L4.438,6L3.374,8.982L6.37,8.982ZM13.632,13.224C12.988,13.224 12.405,13.061 11.882,12.734C11.359,12.407 10.946,11.957 10.643,11.383C10.34,10.809 10.188,10.158 10.188,9.43C10.188,8.702 10.34,8.051 10.643,7.477C10.946,6.903 11.359,6.453 11.882,6.126C12.405,5.799 12.988,5.636 13.632,5.636C14.136,5.636 14.589,5.748 14.99,5.972C15.391,6.196 15.695,6.471 15.9,6.798L15.97,6.798L15.9,5.79L15.9,2.976L17.44,2.976L17.44,13L15.97,13L15.97,12.076L15.9,12.076C15.695,12.393 15.391,12.664 14.99,12.888C14.589,13.112 14.136,13.224 13.632,13.224ZM13.856,11.81C14.229,11.81 14.577,11.712 14.899,11.516C15.221,11.32 15.48,11.04 15.676,10.676C15.872,10.312 15.97,9.897 15.97,9.43C15.97,8.963 15.872,8.55 15.676,8.191C15.48,7.832 15.221,7.554 14.899,7.358C14.577,7.162 14.229,7.064 13.856,7.064C13.483,7.064 13.133,7.162 12.806,7.358C12.479,7.554 12.218,7.832 12.022,8.191C11.826,8.55 11.728,8.963 11.728,9.43C11.728,9.897 11.826,10.312 12.022,10.676C12.218,11.04 12.479,11.32 12.806,11.516C13.133,11.712 13.483,11.81 13.856,11.81ZM20.264,4.824C19.975,4.824 19.73,4.724 19.529,4.523C19.328,4.322 19.228,4.077 19.228,3.788C19.228,3.499 19.328,3.254 19.529,3.053C19.73,2.852 19.975,2.752 20.264,2.752C20.553,2.752 20.798,2.852 20.999,3.053C21.2,3.254 21.3,3.499 21.3,3.788C21.3,4.077 21.2,4.322 20.999,4.523C20.798,4.724 20.553,4.824 20.264,4.824ZM19.494,5.86L21.034,5.86L21.034,13L19.494,13L19.494,5.86ZM26.336,13.224C25.627,13.224 24.99,13.061 24.425,12.734C23.86,12.407 23.422,11.957 23.109,11.383C22.796,10.809 22.64,10.158 22.64,9.43C22.64,8.702 22.796,8.051 23.109,7.477C23.422,6.903 23.86,6.453 24.425,6.126C24.99,5.799 25.627,5.636 26.336,5.636C27.12,5.636 27.787,5.813 28.338,6.168C28.889,6.523 29.281,7.003 29.514,7.61L28.1,8.198C27.783,7.442 27.181,7.064 26.294,7.064C25.911,7.064 25.559,7.162 25.237,7.358C24.915,7.554 24.658,7.832 24.467,8.191C24.276,8.55 24.18,8.963 24.18,9.43C24.18,9.897 24.276,10.312 24.467,10.676C24.658,11.04 24.915,11.32 25.237,11.516C25.559,11.712 25.911,11.81 26.294,11.81C26.742,11.81 27.127,11.71 27.449,11.509C27.771,11.308 28.016,11.021 28.184,10.648L29.57,11.25C29.299,11.857 28.889,12.337 28.338,12.692C27.787,13.047 27.12,13.224 26.336,13.224ZM31.918,4.824C31.629,4.824 31.384,4.724 31.183,4.523C30.982,4.322 30.882,4.077 30.882,3.788C30.882,3.499 30.982,3.254 31.183,3.053C31.384,2.852 31.629,2.752 31.918,2.752C32.207,2.752 32.452,2.852 32.653,3.053C32.854,3.254 32.954,3.499 32.954,3.788C32.954,4.077 32.854,4.322 32.653,4.523C32.452,4.724 32.207,4.824 31.918,4.824ZM31.148,5.86L32.688,5.86L32.688,13L31.148,13L31.148,5.86ZM38.032,13.224C37.313,13.224 36.669,13.058 36.1,12.727C35.531,12.396 35.087,11.941 34.77,11.362C34.453,10.783 34.294,10.139 34.294,9.43C34.294,8.721 34.453,8.077 34.77,7.498C35.087,6.919 35.531,6.464 36.1,6.133C36.669,5.802 37.313,5.636 38.032,5.636C38.751,5.636 39.395,5.804 39.964,6.14C40.533,6.476 40.977,6.933 41.294,7.512C41.611,8.091 41.77,8.73 41.77,9.43C41.77,10.139 41.611,10.783 41.294,11.362C40.977,11.941 40.533,12.396 39.964,12.727C39.395,13.058 38.751,13.224 38.032,13.224ZM38.032,11.81C38.424,11.81 38.788,11.714 39.124,11.523C39.46,11.332 39.728,11.056 39.929,10.697C40.13,10.338 40.23,9.915 40.23,9.43C40.23,8.945 40.13,8.525 39.929,8.17C39.728,7.815 39.46,7.542 39.124,7.351C38.788,7.16 38.424,7.064 38.032,7.064C37.64,7.064 37.276,7.16 36.94,7.351C36.604,7.542 36.336,7.815 36.135,8.17C35.934,8.525 35.834,8.945 35.834,9.43C35.834,9.915 35.934,10.338 36.135,10.697C36.336,11.056 36.604,11.332 36.94,11.523C37.276,11.714 37.64,11.81 38.032,11.81ZM43.194,5.86L44.664,5.86L44.664,6.798L44.734,6.798C44.939,6.462 45.245,6.184 45.651,5.965C46.057,5.746 46.489,5.636 46.946,5.636C47.814,5.636 48.474,5.89 48.927,6.399C49.38,6.908 49.606,7.601 49.606,8.478L49.606,13L48.066,13L48.066,8.688C48.066,8.128 47.928,7.717 47.653,7.456C47.378,7.195 46.997,7.064 46.512,7.064C46.167,7.064 45.859,7.16 45.588,7.351C45.317,7.542 45.107,7.797 44.958,8.114C44.809,8.431 44.734,8.772 44.734,9.136L44.734,13L43.194,13L43.194,5.86ZM53.662,13.224C53.149,13.224 52.691,13.124 52.29,12.923C51.889,12.722 51.576,12.438 51.352,12.069C51.128,11.7 51.016,11.283 51.016,10.816C51.016,10.079 51.294,9.495 51.849,9.066C52.404,8.637 53.107,8.422 53.956,8.422C54.376,8.422 54.754,8.462 55.09,8.541C55.426,8.62 55.692,8.707 55.888,8.8L55.888,8.436C55.888,7.997 55.725,7.64 55.398,7.365C55.071,7.09 54.651,6.952 54.138,6.952C53.774,6.952 53.431,7.031 53.109,7.19C52.787,7.349 52.528,7.568 52.332,7.848L51.254,7.022C51.571,6.583 51.982,6.243 52.486,6C52.99,5.757 53.55,5.636 54.166,5.636C55.202,5.636 56,5.89 56.56,6.399C57.12,6.908 57.4,7.624 57.4,8.548L57.4,13L55.888,13L55.888,12.146L55.818,12.146C55.613,12.454 55.323,12.711 54.95,12.916C54.577,13.121 54.147,13.224 53.662,13.224ZM53.928,11.95C54.301,11.95 54.637,11.861 54.936,11.684C55.235,11.507 55.468,11.269 55.636,10.97C55.804,10.671 55.888,10.349 55.888,10.004C55.673,9.883 55.424,9.785 55.139,9.71C54.854,9.635 54.558,9.598 54.25,9.598C53.671,9.598 53.247,9.712 52.976,9.941C52.705,10.17 52.57,10.466 52.57,10.83C52.57,11.157 52.696,11.425 52.948,11.635C53.2,11.845 53.527,11.95 53.928,11.95ZM59.23,5.86L60.7,5.86L60.7,6.91L60.77,6.91C60.929,6.546 61.204,6.245 61.596,6.007C61.988,5.769 62.403,5.65 62.842,5.65C63.187,5.65 63.477,5.697 63.71,5.79L63.71,7.386C63.299,7.237 62.931,7.162 62.604,7.162C62.249,7.162 61.934,7.255 61.659,7.442C61.384,7.629 61.167,7.878 61.008,8.191C60.849,8.504 60.77,8.847 60.77,9.22L60.77,13L59.23,13L59.23,5.86ZM70.702,13.224C70.189,13.224 69.731,13.124 69.33,12.923C68.929,12.722 68.616,12.438 68.392,12.069C68.168,11.7 68.056,11.283 68.056,10.816C68.056,10.079 68.334,9.495 68.889,9.066C69.444,8.637 70.147,8.422 70.996,8.422C71.416,8.422 71.794,8.462 72.13,8.541C72.466,8.62 72.732,8.707 72.928,8.8L72.928,8.436C72.928,7.997 72.765,7.64 72.438,7.365C72.111,7.09 71.691,6.952 71.178,6.952C70.814,6.952 70.471,7.031 70.149,7.19C69.827,7.349 69.568,7.568 69.372,7.848L68.294,7.022C68.611,6.583 69.022,6.243 69.526,6C70.03,5.757 70.59,5.636 71.206,5.636C72.242,5.636 73.04,5.89 73.6,6.399C74.16,6.908 74.44,7.624 74.44,8.548L74.44,13L72.928,13L72.928,12.146L72.858,12.146C72.653,12.454 72.363,12.711 71.99,12.916C71.617,13.121 71.187,13.224 70.702,13.224ZM70.968,11.95C71.341,11.95 71.677,11.861 71.976,11.684C72.275,11.507 72.508,11.269 72.676,10.97C72.844,10.671 72.928,10.349 72.928,10.004C72.713,9.883 72.464,9.785 72.179,9.71C71.894,9.635 71.598,9.598 71.29,9.598C70.711,9.598 70.287,9.712 70.016,9.941C69.745,10.17 69.61,10.466 69.61,10.83C69.61,11.157 69.736,11.425 69.988,11.635C70.24,11.845 70.567,11.95 70.968,11.95ZM79.546,13.224C78.827,13.224 78.183,13.058 77.614,12.727C77.045,12.396 76.601,11.941 76.284,11.362C75.967,10.783 75.808,10.139 75.808,9.43C75.808,8.721 75.967,8.077 76.284,7.498C76.601,6.919 77.045,6.464 77.614,6.133C78.183,5.802 78.827,5.636 79.546,5.636C80.265,5.636 80.909,5.804 81.478,6.14C82.047,6.476 82.491,6.933 82.808,7.512C83.125,8.091 83.284,8.73 83.284,9.43C83.284,10.139 83.125,10.783 82.808,11.362C82.491,11.941 82.047,12.396 81.478,12.727C80.909,13.058 80.265,13.224 79.546,13.224ZM79.546,11.81C79.938,11.81 80.302,11.714 80.638,11.523C80.974,11.332 81.242,11.056 81.443,10.697C81.644,10.338 81.744,9.915 81.744,9.43C81.744,8.945 81.644,8.525 81.443,8.17C81.242,7.815 80.974,7.542 80.638,7.351C80.302,7.16 79.938,7.064 79.546,7.064C79.154,7.064 78.79,7.16 78.454,7.351C78.118,7.542 77.85,7.815 77.649,8.17C77.448,8.525 77.348,8.945 77.348,9.43C77.348,9.915 77.448,10.338 77.649,10.697C77.85,11.056 78.118,11.332 78.454,11.523C78.79,11.714 79.154,11.81 79.546,11.81Z"
|
|
8
|
+
android:strokeWidth="1"
|
|
9
|
+
android:fillColor="#3C4043"
|
|
10
|
+
android:fillType="evenOdd"
|
|
11
|
+
android:strokeColor="#00000000"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M109.526,2.635L109.526,6.718L112.044,6.718C112.644,6.718 113.14,6.516 113.532,6.113C113.935,5.711 114.137,5.231 114.137,4.676C114.137,4.132 113.935,3.658 113.532,3.254C113.14,2.841 112.644,2.634 112.044,2.634L109.526,2.634L109.526,2.635ZM109.526,8.155L109.526,12.891L108.022,12.891L108.022,1.198L112.011,1.198C113.025,1.198 113.885,1.535 114.594,2.21C115.314,2.885 115.674,3.707 115.674,4.676C115.674,5.667 115.314,6.495 114.594,7.158C113.897,7.823 113.035,8.154 112.011,8.154L109.526,8.154L109.526,8.155Z"
|
|
14
|
+
android:strokeWidth="1"
|
|
15
|
+
android:fillColor="#5F6368"
|
|
16
|
+
android:fillType="evenOdd"
|
|
17
|
+
android:strokeColor="#00000000"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M117.194,10.442C117.194,10.834 117.36,11.16 117.693,11.422C118.025,11.683 118.415,11.813 118.861,11.813C119.494,11.813 120.057,11.579 120.553,11.112C121.05,10.643 121.297,10.093 121.297,9.463C120.828,9.092 120.174,8.907 119.335,8.907C118.724,8.907 118.215,9.055 117.807,9.349C117.398,9.643 117.194,10.006 117.194,10.442M119.14,4.627C120.252,4.627 121.129,4.924 121.773,5.518C122.415,6.111 122.737,6.925 122.737,7.959L122.737,12.891L121.298,12.891L121.298,11.781L121.233,11.781C120.611,12.695 119.783,13.153 118.747,13.153C117.865,13.153 117.126,12.891 116.532,12.369C115.938,11.846 115.641,11.193 115.641,10.409C115.641,9.581 115.954,8.923 116.581,8.433C117.208,7.943 118.044,7.698 119.09,7.698C119.983,7.698 120.72,7.861 121.297,8.188L121.297,7.844C121.297,7.322 121.09,6.878 120.676,6.513C120.261,6.149 119.777,5.967 119.221,5.967C118.381,5.967 117.717,6.32 117.226,7.029L115.901,6.195C116.632,5.15 117.711,4.627 119.14,4.627"
|
|
20
|
+
android:strokeWidth="1"
|
|
21
|
+
android:fillColor="#5F6368"
|
|
22
|
+
android:fillType="evenOdd"
|
|
23
|
+
android:strokeColor="#00000000"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M130.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="M103.448,7.134C103.448,6.661 103.408,6.205 103.332,5.768L96.988,5.768L96.988,8.356L100.622,8.356C100.466,9.199 99.994,9.917 99.278,10.398L99.278,12.079L101.447,12.079C102.716,10.908 103.448,9.179 103.448,7.134"
|
|
32
|
+
android:strokeWidth="1"
|
|
33
|
+
android:fillColor="#4285F4"
|
|
34
|
+
android:fillType="evenOdd"
|
|
35
|
+
android:strokeColor="#00000000"/>
|
|
36
|
+
<path
|
|
37
|
+
android:pathData="M96.988,13.701C98.804,13.701 100.332,13.105 101.447,12.079L99.278,10.398C98.675,10.804 97.897,11.041 96.988,11.041C95.234,11.041 93.744,9.859 93.212,8.267L90.978,8.267L90.978,9.998C92.085,12.193 94.36,13.701 96.988,13.701"
|
|
38
|
+
android:strokeWidth="1"
|
|
39
|
+
android:fillColor="#34A853"
|
|
40
|
+
android:fillType="evenOdd"
|
|
41
|
+
android:strokeColor="#00000000"/>
|
|
42
|
+
<path
|
|
43
|
+
android:pathData="M93.212,8.267C93.076,7.861 93.001,7.428 93.001,6.981C93.001,6.534 93.076,6.101 93.212,5.695L93.212,3.964L90.978,3.964C90.52,4.871 90.261,5.896 90.261,6.981C90.261,8.066 90.52,9.091 90.978,9.998L93.212,8.267Z"
|
|
44
|
+
android:strokeWidth="1"
|
|
45
|
+
android:fillColor="#FABB05"
|
|
46
|
+
android:fillType="evenOdd"
|
|
47
|
+
android:strokeColor="#00000000"/>
|
|
48
|
+
<path
|
|
49
|
+
android:pathData="M96.988,2.921C97.98,2.921 98.868,3.262 99.569,3.929L99.569,3.93L101.489,2.012C100.323,0.928 98.803,0.261 96.988,0.261C94.36,0.261 92.085,1.769 90.978,3.964L93.212,5.695C93.744,4.103 95.234,2.921 96.988,2.921"
|
|
50
|
+
android:strokeWidth="1"
|
|
51
|
+
android:fillColor="#E94235"
|
|
52
|
+
android:fillType="evenOdd"
|
|
53
|
+
android:strokeColor="#00000000"/>
|
|
54
|
+
</vector>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="131dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="131"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M3.976,2.976L5.768,2.976L9.534,13L7.798,13L6.902,10.438L2.856,10.438L1.946,13L0.21,13L3.976,2.976ZM6.37,8.982L5.306,6L4.914,4.838L4.83,4.838L4.438,6L3.374,8.982L6.37,8.982ZM13.632,13.224C12.988,13.224 12.405,13.061 11.882,12.734C11.359,12.407 10.946,11.957 10.643,11.383C10.34,10.809 10.188,10.158 10.188,9.43C10.188,8.702 10.34,8.051 10.643,7.477C10.946,6.903 11.359,6.453 11.882,6.126C12.405,5.799 12.988,5.636 13.632,5.636C14.136,5.636 14.589,5.748 14.99,5.972C15.391,6.196 15.695,6.471 15.9,6.798L15.97,6.798L15.9,5.79L15.9,2.976L17.44,2.976L17.44,13L15.97,13L15.97,12.076L15.9,12.076C15.695,12.393 15.391,12.664 14.99,12.888C14.589,13.112 14.136,13.224 13.632,13.224ZM13.856,11.81C14.229,11.81 14.577,11.712 14.899,11.516C15.221,11.32 15.48,11.04 15.676,10.676C15.872,10.312 15.97,9.897 15.97,9.43C15.97,8.963 15.872,8.55 15.676,8.191C15.48,7.832 15.221,7.554 14.899,7.358C14.577,7.162 14.229,7.064 13.856,7.064C13.483,7.064 13.133,7.162 12.806,7.358C12.479,7.554 12.218,7.832 12.022,8.191C11.826,8.55 11.728,8.963 11.728,9.43C11.728,9.897 11.826,10.312 12.022,10.676C12.218,11.04 12.479,11.32 12.806,11.516C13.133,11.712 13.483,11.81 13.856,11.81ZM20.264,4.824C19.975,4.824 19.73,4.724 19.529,4.523C19.328,4.322 19.228,4.077 19.228,3.788C19.228,3.499 19.328,3.254 19.529,3.053C19.73,2.852 19.975,2.752 20.264,2.752C20.553,2.752 20.798,2.852 20.999,3.053C21.2,3.254 21.3,3.499 21.3,3.788C21.3,4.077 21.2,4.322 20.999,4.523C20.798,4.724 20.553,4.824 20.264,4.824ZM19.494,5.86L21.034,5.86L21.034,13L19.494,13L19.494,5.86ZM26.336,13.224C25.627,13.224 24.99,13.061 24.425,12.734C23.86,12.407 23.422,11.957 23.109,11.383C22.796,10.809 22.64,10.158 22.64,9.43C22.64,8.702 22.796,8.051 23.109,7.477C23.422,6.903 23.86,6.453 24.425,6.126C24.99,5.799 25.627,5.636 26.336,5.636C27.12,5.636 27.787,5.813 28.338,6.168C28.889,6.523 29.281,7.003 29.514,7.61L28.1,8.198C27.783,7.442 27.181,7.064 26.294,7.064C25.911,7.064 25.559,7.162 25.237,7.358C24.915,7.554 24.658,7.832 24.467,8.191C24.276,8.55 24.18,8.963 24.18,9.43C24.18,9.897 24.276,10.312 24.467,10.676C24.658,11.04 24.915,11.32 25.237,11.516C25.559,11.712 25.911,11.81 26.294,11.81C26.742,11.81 27.127,11.71 27.449,11.509C27.771,11.308 28.016,11.021 28.184,10.648L29.57,11.25C29.299,11.857 28.889,12.337 28.338,12.692C27.787,13.047 27.12,13.224 26.336,13.224ZM31.918,4.824C31.629,4.824 31.384,4.724 31.183,4.523C30.982,4.322 30.882,4.077 30.882,3.788C30.882,3.499 30.982,3.254 31.183,3.053C31.384,2.852 31.629,2.752 31.918,2.752C32.207,2.752 32.452,2.852 32.653,3.053C32.854,3.254 32.954,3.499 32.954,3.788C32.954,4.077 32.854,4.322 32.653,4.523C32.452,4.724 32.207,4.824 31.918,4.824ZM31.148,5.86L32.688,5.86L32.688,13L31.148,13L31.148,5.86ZM38.032,13.224C37.313,13.224 36.669,13.058 36.1,12.727C35.531,12.396 35.087,11.941 34.77,11.362C34.453,10.783 34.294,10.139 34.294,9.43C34.294,8.721 34.453,8.077 34.77,7.498C35.087,6.919 35.531,6.464 36.1,6.133C36.669,5.802 37.313,5.636 38.032,5.636C38.751,5.636 39.395,5.804 39.964,6.14C40.533,6.476 40.977,6.933 41.294,7.512C41.611,8.091 41.77,8.73 41.77,9.43C41.77,10.139 41.611,10.783 41.294,11.362C40.977,11.941 40.533,12.396 39.964,12.727C39.395,13.058 38.751,13.224 38.032,13.224ZM38.032,11.81C38.424,11.81 38.788,11.714 39.124,11.523C39.46,11.332 39.728,11.056 39.929,10.697C40.13,10.338 40.23,9.915 40.23,9.43C40.23,8.945 40.13,8.525 39.929,8.17C39.728,7.815 39.46,7.542 39.124,7.351C38.788,7.16 38.424,7.064 38.032,7.064C37.64,7.064 37.276,7.16 36.94,7.351C36.604,7.542 36.336,7.815 36.135,8.17C35.934,8.525 35.834,8.945 35.834,9.43C35.834,9.915 35.934,10.338 36.135,10.697C36.336,11.056 36.604,11.332 36.94,11.523C37.276,11.714 37.64,11.81 38.032,11.81ZM43.194,5.86L44.664,5.86L44.664,6.798L44.734,6.798C44.939,6.462 45.245,6.184 45.651,5.965C46.057,5.746 46.489,5.636 46.946,5.636C47.814,5.636 48.474,5.89 48.927,6.399C49.38,6.908 49.606,7.601 49.606,8.478L49.606,13L48.066,13L48.066,8.688C48.066,8.128 47.928,7.717 47.653,7.456C47.378,7.195 46.997,7.064 46.512,7.064C46.167,7.064 45.859,7.16 45.588,7.351C45.317,7.542 45.107,7.797 44.958,8.114C44.809,8.431 44.734,8.772 44.734,9.136L44.734,13L43.194,13L43.194,5.86ZM53.662,13.224C53.149,13.224 52.691,13.124 52.29,12.923C51.889,12.722 51.576,12.438 51.352,12.069C51.128,11.7 51.016,11.283 51.016,10.816C51.016,10.079 51.294,9.495 51.849,9.066C52.404,8.637 53.107,8.422 53.956,8.422C54.376,8.422 54.754,8.462 55.09,8.541C55.426,8.62 55.692,8.707 55.888,8.8L55.888,8.436C55.888,7.997 55.725,7.64 55.398,7.365C55.071,7.09 54.651,6.952 54.138,6.952C53.774,6.952 53.431,7.031 53.109,7.19C52.787,7.349 52.528,7.568 52.332,7.848L51.254,7.022C51.571,6.583 51.982,6.243 52.486,6C52.99,5.757 53.55,5.636 54.166,5.636C55.202,5.636 56,5.89 56.56,6.399C57.12,6.908 57.4,7.624 57.4,8.548L57.4,13L55.888,13L55.888,12.146L55.818,12.146C55.613,12.454 55.323,12.711 54.95,12.916C54.577,13.121 54.147,13.224 53.662,13.224ZM53.928,11.95C54.301,11.95 54.637,11.861 54.936,11.684C55.235,11.507 55.468,11.269 55.636,10.97C55.804,10.671 55.888,10.349 55.888,10.004C55.673,9.883 55.424,9.785 55.139,9.71C54.854,9.635 54.558,9.598 54.25,9.598C53.671,9.598 53.247,9.712 52.976,9.941C52.705,10.17 52.57,10.466 52.57,10.83C52.57,11.157 52.696,11.425 52.948,11.635C53.2,11.845 53.527,11.95 53.928,11.95ZM59.23,5.86L60.7,5.86L60.7,6.91L60.77,6.91C60.929,6.546 61.204,6.245 61.596,6.007C61.988,5.769 62.403,5.65 62.842,5.65C63.187,5.65 63.477,5.697 63.71,5.79L63.71,7.386C63.299,7.237 62.931,7.162 62.604,7.162C62.249,7.162 61.934,7.255 61.659,7.442C61.384,7.629 61.167,7.878 61.008,8.191C60.849,8.504 60.77,8.847 60.77,9.22L60.77,13L59.23,13L59.23,5.86ZM70.702,13.224C70.189,13.224 69.731,13.124 69.33,12.923C68.929,12.722 68.616,12.438 68.392,12.069C68.168,11.7 68.056,11.283 68.056,10.816C68.056,10.079 68.334,9.495 68.889,9.066C69.444,8.637 70.147,8.422 70.996,8.422C71.416,8.422 71.794,8.462 72.13,8.541C72.466,8.62 72.732,8.707 72.928,8.8L72.928,8.436C72.928,7.997 72.765,7.64 72.438,7.365C72.111,7.09 71.691,6.952 71.178,6.952C70.814,6.952 70.471,7.031 70.149,7.19C69.827,7.349 69.568,7.568 69.372,7.848L68.294,7.022C68.611,6.583 69.022,6.243 69.526,6C70.03,5.757 70.59,5.636 71.206,5.636C72.242,5.636 73.04,5.89 73.6,6.399C74.16,6.908 74.44,7.624 74.44,8.548L74.44,13L72.928,13L72.928,12.146L72.858,12.146C72.653,12.454 72.363,12.711 71.99,12.916C71.617,13.121 71.187,13.224 70.702,13.224ZM70.968,11.95C71.341,11.95 71.677,11.861 71.976,11.684C72.275,11.507 72.508,11.269 72.676,10.97C72.844,10.671 72.928,10.349 72.928,10.004C72.713,9.883 72.464,9.785 72.179,9.71C71.894,9.635 71.598,9.598 71.29,9.598C70.711,9.598 70.287,9.712 70.016,9.941C69.745,10.17 69.61,10.466 69.61,10.83C69.61,11.157 69.736,11.425 69.988,11.635C70.24,11.845 70.567,11.95 70.968,11.95ZM79.546,13.224C78.827,13.224 78.183,13.058 77.614,12.727C77.045,12.396 76.601,11.941 76.284,11.362C75.967,10.783 75.808,10.139 75.808,9.43C75.808,8.721 75.967,8.077 76.284,7.498C76.601,6.919 77.045,6.464 77.614,6.133C78.183,5.802 78.827,5.636 79.546,5.636C80.265,5.636 80.909,5.804 81.478,6.14C82.047,6.476 82.491,6.933 82.808,7.512C83.125,8.091 83.284,8.73 83.284,9.43C83.284,10.139 83.125,10.783 82.808,11.362C82.491,11.941 82.047,12.396 81.478,12.727C80.909,13.058 80.265,13.224 79.546,13.224ZM79.546,11.81C79.938,11.81 80.302,11.714 80.638,11.523C80.974,11.332 81.242,11.056 81.443,10.697C81.644,10.338 81.744,9.915 81.744,9.43C81.744,8.945 81.644,8.525 81.443,8.17C81.242,7.815 80.974,7.542 80.638,7.351C80.302,7.16 79.938,7.064 79.546,7.064C79.154,7.064 78.79,7.16 78.454,7.351C78.118,7.542 77.85,7.815 77.649,8.17C77.448,8.525 77.348,8.945 77.348,9.43C77.348,9.915 77.448,10.338 77.649,10.697C77.85,11.056 78.118,11.332 78.454,11.523C78.79,11.714 79.154,11.81 79.546,11.81Z"
|
|
8
|
+
android:strokeWidth="1"
|
|
9
|
+
android:fillColor="#FFFFFF"
|
|
10
|
+
android:fillType="evenOdd"
|
|
11
|
+
android:strokeColor="#00000000"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M109.526,2.635L109.526,6.718L112.044,6.718C112.644,6.718 113.14,6.516 113.532,6.113C113.935,5.711 114.137,5.231 114.137,4.676C114.137,4.132 113.935,3.658 113.532,3.254C113.14,2.841 112.644,2.634 112.044,2.634L109.526,2.634L109.526,2.635ZM109.526,8.155L109.526,12.891L108.022,12.891L108.022,1.198L112.011,1.198C113.025,1.198 113.885,1.535 114.594,2.21C115.314,2.885 115.674,3.707 115.674,4.676C115.674,5.667 115.314,6.495 114.594,7.158C113.897,7.823 113.035,8.154 112.011,8.154L109.526,8.154L109.526,8.155Z"
|
|
14
|
+
android:strokeWidth="1"
|
|
15
|
+
android:fillColor="#FFFFFF"
|
|
16
|
+
android:fillType="evenOdd"
|
|
17
|
+
android:strokeColor="#00000000"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M117.194,10.442C117.194,10.834 117.36,11.16 117.693,11.422C118.025,11.683 118.415,11.813 118.861,11.813C119.494,11.813 120.057,11.579 120.553,11.112C121.05,10.643 121.297,10.093 121.297,9.463C120.828,9.092 120.174,8.907 119.335,8.907C118.724,8.907 118.215,9.055 117.807,9.349C117.398,9.643 117.194,10.006 117.194,10.442M119.14,4.627C120.252,4.627 121.129,4.924 121.773,5.518C122.415,6.111 122.737,6.925 122.737,7.959L122.737,12.891L121.298,12.891L121.298,11.781L121.233,11.781C120.611,12.695 119.783,13.153 118.747,13.153C117.865,13.153 117.126,12.891 116.532,12.369C115.938,11.846 115.641,11.193 115.641,10.409C115.641,9.581 115.954,8.923 116.581,8.433C117.208,7.943 118.044,7.698 119.09,7.698C119.983,7.698 120.72,7.861 121.297,8.188L121.297,7.844C121.297,7.322 121.09,6.878 120.676,6.513C120.261,6.149 119.777,5.967 119.221,5.967C118.381,5.967 117.717,6.32 117.226,7.029L115.901,6.195C116.632,5.15 117.711,4.627 119.14,4.627"
|
|
20
|
+
android:strokeWidth="1"
|
|
21
|
+
android:fillColor="#FFFFFF"
|
|
22
|
+
android:fillType="evenOdd"
|
|
23
|
+
android:strokeColor="#00000000"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M130.993,4.889l-5.02,11.531l-1.553,0l1.864,-4.035l-3.303,-7.496l1.635,0l2.387,5.749l0.033,0l2.322,-5.749z"
|
|
26
|
+
android:strokeWidth="1"
|
|
27
|
+
android:fillColor="#FFFFFF"
|
|
28
|
+
android:fillType="evenOdd"
|
|
29
|
+
android:strokeColor="#00000000"/>
|
|
30
|
+
<path
|
|
31
|
+
android:pathData="M103.448,7.134C103.448,6.661 103.408,6.205 103.332,5.768L96.988,5.768L96.988,8.356L100.622,8.356C100.466,9.199 99.994,9.917 99.278,10.398L99.278,12.079L101.447,12.079C102.716,10.908 103.448,9.179 103.448,7.134"
|
|
32
|
+
android:strokeWidth="1"
|
|
33
|
+
android:fillColor="#4285F4"
|
|
34
|
+
android:fillType="evenOdd"
|
|
35
|
+
android:strokeColor="#00000000"/>
|
|
36
|
+
<path
|
|
37
|
+
android:pathData="M96.988,13.701C98.804,13.701 100.332,13.105 101.447,12.079L99.278,10.398C98.675,10.804 97.897,11.041 96.988,11.041C95.234,11.041 93.744,9.859 93.212,8.267L90.978,8.267L90.978,9.998C92.085,12.193 94.36,13.701 96.988,13.701"
|
|
38
|
+
android:strokeWidth="1"
|
|
39
|
+
android:fillColor="#34A853"
|
|
40
|
+
android:fillType="evenOdd"
|
|
41
|
+
android:strokeColor="#00000000"/>
|
|
42
|
+
<path
|
|
43
|
+
android:pathData="M93.212,8.267C93.076,7.861 93.001,7.428 93.001,6.981C93.001,6.534 93.076,6.101 93.212,5.695L93.212,3.964L90.978,3.964C90.52,4.871 90.261,5.896 90.261,6.981C90.261,8.066 90.52,9.091 90.978,9.998L93.212,8.267Z"
|
|
44
|
+
android:strokeWidth="1"
|
|
45
|
+
android:fillColor="#FABB05"
|
|
46
|
+
android:fillType="evenOdd"
|
|
47
|
+
android:strokeColor="#00000000"/>
|
|
48
|
+
<path
|
|
49
|
+
android:pathData="M96.988,2.921C97.98,2.921 98.868,3.262 99.569,3.929L99.569,3.93L101.489,2.012C100.323,0.928 98.803,0.261 96.988,0.261C94.36,0.261 92.085,1.769 90.978,3.964L93.212,5.695C93.744,4.103 95.234,2.921 96.988,2.921"
|
|
50
|
+
android:strokeWidth="1"
|
|
51
|
+
android:fillColor="#E94235"
|
|
52
|
+
android:fillType="evenOdd"
|
|
53
|
+
android:strokeColor="#00000000"/>
|
|
54
|
+
</vector>
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="113dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="113"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M91.526,2.635L91.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.621L91.526,2.639ZM91.526,8.155v4.736h-1.5L90.026,1.2h3.989A3.606,3.606 0,0 1,96.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 1L91.526,8.158Z"
|
|
8
|
+
android:fillColor="#5f6368"
|
|
9
|
+
android:fillType="evenOdd"/>
|
|
10
|
+
<path
|
|
11
|
+
android:pathData="M99.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.932H103.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,101.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.062L97.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="M112.993,4.889l-5.02,11.53H106.42l1.864,-4.034 -3.3,-7.5h1.636L109,10.637h0.032l2.322,-5.748Z"
|
|
16
|
+
android:fillColor="#5f6368"
|
|
17
|
+
android:fillType="evenOdd"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M85.448,7.134a7.966,7.966 0,0 0,-0.116 -1.366H78.988V8.356h3.634A3.112,3.112 0,0 1,81.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="M78.988,13.7a6.446,6.446 0,0 0,4.459 -1.622L81.278,10.4a4.08,4.08 0,0 1,-6.066 -2.131H72.978V10a6.728,6.728 0,0 0,6.01 3.7"
|
|
24
|
+
android:fillColor="#34a853"
|
|
25
|
+
android:fillType="evenOdd"/>
|
|
26
|
+
<path
|
|
27
|
+
android:pathData="M75.212,8.267a4.024,4.024 0,0 1,0 -2.572V3.964H72.978a6.706,6.706 0,0 0,0 6.034Z"
|
|
28
|
+
android:fillColor="#fabb05"
|
|
29
|
+
android:fillType="evenOdd"/>
|
|
30
|
+
<path
|
|
31
|
+
android:pathData="M78.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.7L75.212,5.7a4.024,4.024 0,0 1,3.776 -2.774"
|
|
32
|
+
android:fillColor="#e94235"
|
|
33
|
+
android:fillType="evenOdd"/>
|
|
34
|
+
<path
|
|
35
|
+
android:pathData="M4.307,2.833H6.125L9.944,13H8.2l-0.923,-2.6h-4.1L2.248,13H0.487ZM6.735,8.924 L5.656,5.9l-0.4,-1.178H5.173L4.776,5.9 3.7,8.924Z"
|
|
36
|
+
android:fillColor="#3c4043"/>
|
|
37
|
+
<path
|
|
38
|
+
android:pathData="M12.266,12.744A3.438,3.438 0,0 1,11.038 11.4a4.048,4.048 0,0 1,-0.455 -1.924,4.048 4.048,0 0,1 0.455,-1.924 3.438,3.438 0,0 1,1.228 -1.342,3.119 3.119,0 0,1 1.683,-0.483 2.828,2.828 0,0 1,1.37 0.327,2.437 2.437,0 0,1 0.916,0.809h0.071l-0.071,-0.98L16.235,2.833L17.8,2.833L17.8,13L16.306,13v-0.923h-0.071a2.4,2.4 0,0 1,-0.909 0.823,2.817 2.817,0 0,1 -1.377,0.327A3.128,3.128 0,0 1,12.266 12.744ZM15.266,11.508a2.055,2.055 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.065 2.065,0 0,0 -0.76,-0.81 2.008,2.008 0,0 0,-2.059 0,2.093 2.093,0 0,0 -0.766,0.817 2.477,2.477 0,0 0,-0.291 1.214,2.48 2.48,0 0,0 0.291,1.214 2.084,2.084 0,0 0,0.766 0.816,2.008 2.008,0 0,0 2.059,0Z"
|
|
39
|
+
android:fillColor="#3c4043"/>
|
|
40
|
+
<path
|
|
41
|
+
android:pathData="M20.545,12.921a2.361,2.361 0,0 1,-0.952 -0.852,2.26 2.26,0 0,1 -0.347,-1.242 2.083,2.083 0,0 1,0.83 -1.747,3.359 3.359,0 0,1 2.109,-0.639 4.375,4.375 0,0 1,1.917 0.384v-0.3a1.317,1.317 0,0 0,-0.5 -1.057,1.834 1.834,0 0,0 -1.214,-0.419 2.052,2.052 0,0 0,-1.733 0.88l-1.193,-0.824A3.311,3.311 0,0 1,20.7 6.084a3.876,3.876 0,0 1,1.683 -0.355,3.413 3.413,0 0,1 2.392,0.774 2.809,2.809 0,0 1,0.845 2.18L25.62,13L24.1,13v-0.867h-0.085a2.711,2.711 0,0 1,-0.867 0.788,2.437 2.437,0 0,1 -1.249,0.306A2.954,2.954 0,0 1,20.545 12.921ZM23.129,11.672a2,2 0,0 0,0.71 -0.7,1.763 1.763,0 0,0 0.263,-0.93A3.29,3.29 0,0 0,22.5 9.634a1.952,1.952 0,0 0,-1.221 0.341,1.049 1.049,0 0,0 -0.44,0.866 0.953,0.953 0,0 0,0.391 0.788,1.458 1.458,0 0,0 0.929,0.306A1.89,1.89 0,0 0,23.129 11.672Z"
|
|
42
|
+
android:fillColor="#3c4043"/>
|
|
43
|
+
<path
|
|
44
|
+
android:pathData="M28.056,12.453a3.142,3.142 0,0 1,-0.674 -2.137V5.957h1.562V10.1q0,1.689 1.519,1.689a1.564,1.564 0,0 0,1.285 -0.617,2.312 2.312,0 0,0 0.49,-1.484V5.957H33.8V13H32.309v-0.938h-0.071a2.342,2.342 0,0 1,-0.916 0.838,2.654 2.654,0 0,1 -1.285,0.327A2.487,2.487 0,0 1,28.056 12.453Z"
|
|
45
|
+
android:fillColor="#3c4043"/>
|
|
46
|
+
<path
|
|
47
|
+
android:pathData="M36.662,15.676A3.077,3.077 0,0 1,35.5 14.235l1.477,-0.61a1.871,1.871 0,0 0,0.71 0.922,1.986 1.986,0 0,0 1.15,0.341 2.078,2.078 0,0 0,1.541 -0.563,2.141 2.141,0 0,0 0.561,-1.581v-0.611h-0.085a2.444,2.444 0,0 1,-0.93 0.8,2.944 2.944,0 0,1 -1.342,0.3 3.041,3.041 0,0 1,-1.64 -0.475,3.462 3.462,0 0,1 -1.221,-1.332 4,4 0,0 1,-0.462 -1.935,4.01 4.01,0 0,1 0.462,-1.935 3.527,3.527 0,0 1,1.221 -1.339,3.006 3.006,0 0,1 1.64,-0.482 2.944,2.944 0,0 1,1.342 0.3,2.435 2.435,0 0,1 0.93,0.8h0.085L40.939,5.957h1.491L42.43,12.6a4.1,4.1 0,0 1,-0.461 2,3.044 3.044,0 0,1 -1.279,1.264 3.945,3.945 0,0 1,-1.853 0.426A3.637,3.637 0,0 1,36.662 15.676ZM39.906,11.531a2,2 0,0 0,0.753 -0.8,2.592 2.592,0 0,0 0.284,-1.241 2.622,2.622 0,0 0,-0.284 -1.255,2 2,0 0,0 -0.753,-0.805 1.977,1.977 0,0 0,-1.022 -0.276,1.946 1.946,0 0,0 -1.022,0.283 2.059,2.059 0,0 0,-0.753 0.813,2.577 2.577,0 0,0 -0.284,1.24 2.581,2.581 0,0 0,0.284 1.241,2 2,0 0,0 0.753,0.8 2.03,2.03 0,0 0,2.044 0Z"
|
|
48
|
+
android:fillColor="#3c4043"/>
|
|
49
|
+
<path
|
|
50
|
+
android:pathData="M45.182,12.921a2.361,2.361 0,0 1,-0.952 -0.852,2.269 2.269,0 0,1 -0.347,-1.242 2.086,2.086 0,0 1,0.83 -1.747,3.359 3.359,0 0,1 2.109,-0.639 4.375,4.375 0,0 1,1.917 0.384v-0.3a1.317,1.317 0,0 0,-0.5 -1.057,1.834 1.834,0 0,0 -1.214,-0.419 2.051,2.051 0,0 0,-1.732 0.88L44.1,7.106a3.3,3.3 0,0 1,1.242 -1.022,3.876 3.876,0 0,1 1.683,-0.355 3.417,3.417 0,0 1,2.393 0.774,2.808 2.808,0 0,1 0.844,2.18L50.262,13L48.739,13v-0.867h-0.085a2.707,2.707 0,0 1,-0.866 0.788,2.441 2.441,0 0,1 -1.25,0.306A2.954,2.954 0,0 1,45.182 12.921ZM46.268,4.395a1.879,1.879 0,0 1,-0.7 -0.668A1.753,1.753 0,0 1,45.3 2.79h1.178a0.738,0.738 0,0 0,0.192 0.511,0.662 0.662,0 0,0 0.518,0.213 0.646,0.646 0,0 0,0.5 -0.213,0.738 0.738,0 0,0 0.192,-0.511h1.15a1.779,1.779 0,0 1,-0.255 0.944,1.879 1.879,0 0,1 -0.682,0.661 1.824,1.824 0,0 1,-0.909 0.241A1.9,1.9 0,0 1,46.268 4.395ZM47.768,11.672a2.015,2.015 0,0 0,0.71 -0.7,1.771 1.771,0 0,0 0.262,-0.93 3.287,3.287 0,0 0,-1.6 -0.412,1.954 1.954,0 0,0 -1.221,0.341 1.052,1.052 0,0 0,-0.44 0.866,0.953 0.953,0 0,0 0.391,0.788 1.46,1.46 0,0 0,0.929 0.306A1.893,1.893 0,0 0,47.767 11.672Z"
|
|
51
|
+
android:fillColor="#3c4043"/>
|
|
52
|
+
<path
|
|
53
|
+
android:pathData="M54.191,4.465l1.534,-1.718h1.363l1.534,1.718L58.622,4.55L57.117,4.55l-0.639,-0.837h-0.142L55.7,4.55L54.191,4.55ZM55.626,5.957h1.562L57.188,13L55.626,13Z"
|
|
54
|
+
android:fillColor="#3c4043"/>
|
|
55
|
+
<path
|
|
56
|
+
android:pathData="M59.232,5.957h1.477v0.937h0.085a2.369,2.369 0,0 1,0.909 -0.838A2.651,2.651 0,0 1,63 5.729a2.5,2.5 0,0 1,1.981 0.767,3.1 3.1,0 0,1 0.674,2.116V13H64.089V8.825q0,-1.662 -1.548,-1.662a1.526,1.526 0,0 0,-1.264 0.625,2.346 2.346,0 0,0 -0.483,1.477V13H59.232Z"
|
|
57
|
+
android:fillColor="#3c4043"/>
|
|
58
|
+
</vector>
|