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="112dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="112"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M3.976,2.976L5.768,2.976L9.534,13L7.798,13L6.902,10.438L2.856,10.438L1.946,13L0.21,13L3.976,2.976ZM6.37,8.982L5.306,6L4.914,4.838L4.83,4.838L4.438,6L3.374,8.982L6.37,8.982ZM13.87,16.248C12.993,16.248 12.267,16.047 11.693,15.646C11.119,15.245 10.734,14.769 10.538,14.218L11.98,13.616C12.129,13.989 12.37,14.29 12.701,14.519C13.032,14.748 13.422,14.862 13.87,14.862C14.523,14.862 15.034,14.668 15.403,14.281C15.772,13.894 15.956,13.35 15.956,12.65L15.956,11.992L15.872,11.992C15.639,12.328 15.328,12.592 14.941,12.783C14.554,12.974 14.108,13.07 13.604,13.07C13.007,13.07 12.451,12.916 11.938,12.608C11.425,12.3 11.016,11.864 10.713,11.299C10.41,10.734 10.258,10.088 10.258,9.36C10.258,8.632 10.41,7.986 10.713,7.421C11.016,6.856 11.425,6.418 11.938,6.105C12.451,5.792 13.007,5.636 13.604,5.636C14.099,5.636 14.542,5.734 14.934,5.93C15.326,6.126 15.639,6.392 15.872,6.728L15.956,6.728L15.956,5.86L17.426,5.86L17.426,12.608C17.426,13.383 17.277,14.043 16.978,14.589C16.679,15.135 16.262,15.548 15.725,15.828C15.188,16.108 14.57,16.248 13.87,16.248ZM13.884,11.67C14.257,11.67 14.603,11.579 14.92,11.397C15.237,11.215 15.489,10.949 15.676,10.599C15.863,10.249 15.956,9.836 15.956,9.36C15.956,8.632 15.758,8.065 15.361,7.659C14.964,7.253 14.472,7.05 13.884,7.05C13.501,7.05 13.151,7.141 12.834,7.323C12.517,7.505 12.265,7.769 12.078,8.114C11.891,8.459 11.798,8.875 11.798,9.36C11.798,9.845 11.891,10.261 12.078,10.606C12.265,10.951 12.517,11.215 12.834,11.397C13.151,11.579 13.501,11.67 13.884,11.67ZM19.382,5.86L20.852,5.86L20.852,6.91L20.922,6.91C21.081,6.546 21.356,6.245 21.748,6.007C22.14,5.769 22.555,5.65 22.994,5.65C23.339,5.65 23.629,5.697 23.862,5.79L23.862,7.386C23.451,7.237 23.083,7.162 22.756,7.162C22.401,7.162 22.086,7.255 21.811,7.442C21.536,7.629 21.319,7.878 21.16,8.191C21.001,8.504 20.922,8.847 20.922,9.22L20.922,13L19.382,13L19.382,5.86ZM28.03,13.224C27.33,13.224 26.702,13.061 26.147,12.734C25.592,12.407 25.158,11.957 24.845,11.383C24.532,10.809 24.376,10.163 24.376,9.444C24.376,8.763 24.528,8.13 24.831,7.547C25.134,6.964 25.557,6.499 26.098,6.154C26.639,5.809 27.255,5.636 27.946,5.636C28.665,5.636 29.288,5.795 29.815,6.112C30.342,6.429 30.744,6.863 31.019,7.414C31.294,7.965 31.432,8.585 31.432,9.276C31.432,9.407 31.418,9.57 31.39,9.766L25.916,9.766C25.972,10.429 26.208,10.94 26.623,11.299C27.038,11.658 27.521,11.838 28.072,11.838C28.511,11.838 28.891,11.738 29.213,11.537C29.535,11.336 29.794,11.063 29.99,10.718L31.292,11.334C30.956,11.922 30.517,12.384 29.976,12.72C29.435,13.056 28.786,13.224 28.03,13.224ZM29.864,8.59C29.845,8.338 29.766,8.088 29.626,7.841C29.486,7.594 29.274,7.386 28.989,7.218C28.704,7.05 28.357,6.966 27.946,6.966C27.451,6.966 27.034,7.113 26.693,7.407C26.352,7.701 26.117,8.095 25.986,8.59L29.864,8.59ZM36.272,16.248C35.395,16.248 34.669,16.047 34.095,15.646C33.521,15.245 33.136,14.769 32.94,14.218L34.382,13.616C34.531,13.989 34.772,14.29 35.103,14.519C35.434,14.748 35.824,14.862 36.272,14.862C36.925,14.862 37.436,14.668 37.805,14.281C38.174,13.894 38.358,13.35 38.358,12.65L38.358,11.992L38.274,11.992C38.041,12.328 37.73,12.592 37.343,12.783C36.956,12.974 36.51,13.07 36.006,13.07C35.409,13.07 34.853,12.916 34.34,12.608C33.827,12.3 33.418,11.864 33.115,11.299C32.812,10.734 32.66,10.088 32.66,9.36C32.66,8.632 32.812,7.986 33.115,7.421C33.418,6.856 33.827,6.418 34.34,6.105C34.853,5.792 35.409,5.636 36.006,5.636C36.501,5.636 36.944,5.734 37.336,5.93C37.728,6.126 38.041,6.392 38.274,6.728L38.358,6.728L38.358,5.86L39.828,5.86L39.828,12.608C39.828,13.383 39.679,14.043 39.38,14.589C39.081,15.135 38.664,15.548 38.127,15.828C37.59,16.108 36.972,16.248 36.272,16.248ZM36.286,11.67C36.659,11.67 37.005,11.579 37.322,11.397C37.639,11.215 37.891,10.949 38.078,10.599C38.265,10.249 38.358,9.836 38.358,9.36C38.358,8.632 38.16,8.065 37.763,7.659C37.366,7.253 36.874,7.05 36.286,7.05C35.903,7.05 35.553,7.141 35.236,7.323C34.919,7.505 34.667,7.769 34.48,8.114C34.293,8.459 34.2,8.875 34.2,9.36C34.2,9.845 34.293,10.261 34.48,10.606C34.667,10.951 34.919,11.215 35.236,11.397C35.553,11.579 35.903,11.67 36.286,11.67ZM43.954,13.224C43.441,13.224 42.983,13.124 42.582,12.923C42.181,12.722 41.868,12.438 41.644,12.069C41.42,11.7 41.308,11.283 41.308,10.816C41.308,10.079 41.586,9.495 42.141,9.066C42.696,8.637 43.399,8.422 44.248,8.422C44.668,8.422 45.046,8.462 45.382,8.541C45.718,8.62 45.984,8.707 46.18,8.8L46.18,8.436C46.18,7.997 46.017,7.64 45.69,7.365C45.363,7.09 44.943,6.952 44.43,6.952C44.066,6.952 43.723,7.031 43.401,7.19C43.079,7.349 42.82,7.568 42.624,7.848L41.546,7.022C41.863,6.583 42.274,6.243 42.778,6C43.282,5.757 43.842,5.636 44.458,5.636C45.494,5.636 46.292,5.89 46.852,6.399C47.412,6.908 47.692,7.624 47.692,8.548L47.692,13L46.18,13L46.18,12.146L46.11,12.146C45.905,12.454 45.615,12.711 45.242,12.916C44.869,13.121 44.439,13.224 43.954,13.224ZM44.22,11.95C44.593,11.95 44.929,11.861 45.228,11.684C45.527,11.507 45.76,11.269 45.928,10.97C46.096,10.671 46.18,10.349 46.18,10.004C45.965,9.883 45.716,9.785 45.431,9.71C45.146,9.635 44.85,9.598 44.542,9.598C43.963,9.598 43.539,9.712 43.268,9.941C42.997,10.17 42.862,10.466 42.862,10.83C42.862,11.157 42.988,11.425 43.24,11.635C43.492,11.845 43.819,11.95 44.22,11.95ZM49.522,5.86L50.992,5.86L50.992,6.91L51.062,6.91C51.221,6.546 51.496,6.245 51.888,6.007C52.28,5.769 52.695,5.65 53.134,5.65C53.479,5.65 53.769,5.697 54.002,5.79L54.002,7.386C53.591,7.237 53.223,7.162 52.896,7.162C52.541,7.162 52.226,7.255 51.951,7.442C51.676,7.629 51.459,7.878 51.3,8.191C51.141,8.504 51.062,8.847 51.062,9.22L51.062,13L49.522,13L49.522,5.86ZM60.994,13.224C60.481,13.224 60.023,13.124 59.622,12.923C59.221,12.722 58.908,12.438 58.684,12.069C58.46,11.7 58.348,11.283 58.348,10.816C58.348,10.079 58.626,9.495 59.181,9.066C59.736,8.637 60.439,8.422 61.288,8.422C61.708,8.422 62.086,8.462 62.422,8.541C62.758,8.62 63.024,8.707 63.22,8.8L63.22,8.436C63.22,7.997 63.057,7.64 62.73,7.365C62.403,7.09 61.983,6.952 61.47,6.952C61.106,6.952 60.763,7.031 60.441,7.19C60.119,7.349 59.86,7.568 59.664,7.848L58.586,7.022C58.903,6.583 59.314,6.243 59.818,6C60.322,5.757 60.882,5.636 61.498,5.636C62.534,5.636 63.332,5.89 63.892,6.399C64.452,6.908 64.732,7.624 64.732,8.548L64.732,13L63.22,13L63.22,12.146L63.15,12.146C62.945,12.454 62.655,12.711 62.282,12.916C61.909,13.121 61.479,13.224 60.994,13.224ZM61.26,11.95C61.633,11.95 61.969,11.861 62.268,11.684C62.567,11.507 62.8,11.269 62.968,10.97C63.136,10.671 63.22,10.349 63.22,10.004C63.005,9.883 62.756,9.785 62.471,9.71C62.186,9.635 61.89,9.598 61.582,9.598C61.003,9.598 60.579,9.712 60.308,9.941C60.037,10.17 59.902,10.466 59.902,10.83C59.902,11.157 60.028,11.425 60.28,11.635C60.532,11.845 60.859,11.95 61.26,11.95Z"
|
|
8
|
+
android:strokeWidth="1"
|
|
9
|
+
android:fillColor="#FFFFFF"
|
|
10
|
+
android:fillType="evenOdd"
|
|
11
|
+
android:strokeColor="#00000000"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M90.526,2.635L90.526,6.718L93.044,6.718C93.644,6.718 94.14,6.516 94.532,6.113C94.935,5.711 95.137,5.231 95.137,4.676C95.137,4.132 94.935,3.658 94.532,3.254C94.14,2.841 93.644,2.634 93.044,2.634L90.526,2.634L90.526,2.635ZM90.526,8.155L90.526,12.891L89.022,12.891L89.022,1.198L93.011,1.198C94.025,1.198 94.885,1.535 95.594,2.21C96.314,2.885 96.674,3.707 96.674,4.676C96.674,5.667 96.314,6.495 95.594,7.158C94.897,7.823 94.035,8.154 93.011,8.154L90.526,8.154L90.526,8.155Z"
|
|
14
|
+
android:strokeWidth="1"
|
|
15
|
+
android:fillColor="#FFFFFF"
|
|
16
|
+
android:fillType="evenOdd"
|
|
17
|
+
android:strokeColor="#00000000"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M98.194,10.442C98.194,10.834 98.36,11.16 98.693,11.422C99.025,11.683 99.415,11.813 99.861,11.813C100.494,11.813 101.057,11.579 101.553,11.112C102.05,10.643 102.297,10.093 102.297,9.463C101.828,9.092 101.174,8.907 100.335,8.907C99.724,8.907 99.215,9.055 98.807,9.349C98.398,9.643 98.194,10.006 98.194,10.442M100.14,4.627C101.252,4.627 102.129,4.924 102.773,5.518C103.415,6.111 103.737,6.925 103.737,7.959L103.737,12.891L102.298,12.891L102.298,11.781L102.233,11.781C101.611,12.695 100.783,13.153 99.747,13.153C98.865,13.153 98.126,12.891 97.532,12.369C96.938,11.846 96.641,11.193 96.641,10.409C96.641,9.581 96.954,8.923 97.581,8.433C98.208,7.943 99.044,7.698 100.09,7.698C100.983,7.698 101.72,7.861 102.297,8.188L102.297,7.844C102.297,7.322 102.09,6.878 101.676,6.513C101.261,6.149 100.777,5.967 100.221,5.967C99.381,5.967 98.717,6.32 98.226,7.029L96.901,6.195C97.632,5.15 98.711,4.627 100.14,4.627"
|
|
20
|
+
android:strokeWidth="1"
|
|
21
|
+
android:fillColor="#FFFFFF"
|
|
22
|
+
android:fillType="evenOdd"
|
|
23
|
+
android:strokeColor="#00000000"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M111.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="M84.448,7.134C84.448,6.661 84.408,6.205 84.332,5.768L77.988,5.768L77.988,8.356L81.622,8.356C81.466,9.199 80.994,9.917 80.278,10.398L80.278,12.079L82.447,12.079C83.716,10.908 84.448,9.179 84.448,7.134"
|
|
32
|
+
android:strokeWidth="1"
|
|
33
|
+
android:fillColor="#4285F4"
|
|
34
|
+
android:fillType="evenOdd"
|
|
35
|
+
android:strokeColor="#00000000"/>
|
|
36
|
+
<path
|
|
37
|
+
android:pathData="M77.988,13.701C79.804,13.701 81.332,13.105 82.447,12.079L80.278,10.398C79.675,10.804 78.897,11.041 77.988,11.041C76.234,11.041 74.744,9.859 74.212,8.267L71.978,8.267L71.978,9.998C73.085,12.193 75.36,13.701 77.988,13.701"
|
|
38
|
+
android:strokeWidth="1"
|
|
39
|
+
android:fillColor="#34A853"
|
|
40
|
+
android:fillType="evenOdd"
|
|
41
|
+
android:strokeColor="#00000000"/>
|
|
42
|
+
<path
|
|
43
|
+
android:pathData="M74.212,8.267C74.076,7.861 74.001,7.428 74.001,6.981C74.001,6.534 74.076,6.101 74.212,5.695L74.212,3.964L71.978,3.964C71.52,4.871 71.261,5.896 71.261,6.981C71.261,8.066 71.52,9.091 71.978,9.998L74.212,8.267Z"
|
|
44
|
+
android:strokeWidth="1"
|
|
45
|
+
android:fillColor="#FABB05"
|
|
46
|
+
android:fillType="evenOdd"
|
|
47
|
+
android:strokeColor="#00000000"/>
|
|
48
|
+
<path
|
|
49
|
+
android:pathData="M77.988,2.921C78.98,2.921 79.868,3.262 80.569,3.929L80.569,3.93L82.489,2.012C81.323,0.928 79.803,0.261 77.988,0.261C75.36,0.261 73.085,1.769 71.978,3.964L74.212,5.695C74.744,4.103 76.234,2.921 77.988,2.921"
|
|
50
|
+
android:strokeWidth="1"
|
|
51
|
+
android:fillColor="#E94235"
|
|
52
|
+
android:fillType="evenOdd"
|
|
53
|
+
android:strokeColor="#00000000"/>
|
|
54
|
+
</vector>
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="114dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="114"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M67.268,2.635L67.268,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.621L67.268,2.639ZM67.268,8.155v4.736h-1.5L65.768,1.2h3.989A3.606,3.606 0,0 1,72.336 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 1L67.268,8.158Z"
|
|
8
|
+
android:fillColor="#5f6368"
|
|
9
|
+
android:fillType="evenOdd"/>
|
|
10
|
+
<path
|
|
11
|
+
android:pathData="M74.936,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.932H79.04v-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,76.832 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,-1.995 1.062L73.643,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="M88.735,4.889l-5.02,11.53H82.162l1.864,-4.034 -3.3,-7.5h1.636l2.387,5.748h0.032L87.1,4.889Z"
|
|
16
|
+
android:fillColor="#5f6368"
|
|
17
|
+
android:fillType="evenOdd"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M61.19,7.134a7.966,7.966 0,0 0,-0.116 -1.366H54.73V8.356h3.634A3.112,3.112 0,0 1,57.02 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="M54.73,13.7a6.446,6.446 0,0 0,4.459 -1.622L57.02,10.4a4.08,4.08 0,0 1,-6.066 -2.131H48.72V10a6.728,6.728 0,0 0,6.01 3.7"
|
|
24
|
+
android:fillColor="#34a853"
|
|
25
|
+
android:fillType="evenOdd"/>
|
|
26
|
+
<path
|
|
27
|
+
android:pathData="M50.954,8.267a4.024,4.024 0,0 1,0 -2.572V3.964H48.72a6.706,6.706 0,0 0,0 6.034Z"
|
|
28
|
+
android:fillColor="#fabb05"
|
|
29
|
+
android:fillType="evenOdd"/>
|
|
30
|
+
<path
|
|
31
|
+
android:pathData="M54.73,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.7L50.954,5.7A4.024,4.024 0,0 1,54.73 2.921"
|
|
32
|
+
android:fillColor="#e94235"
|
|
33
|
+
android:fillType="evenOdd"/>
|
|
34
|
+
<path
|
|
35
|
+
android:pathData="M0.61,2.833H2.2V11.48h4.36V13H0.61Z"
|
|
36
|
+
android:fillColor="#3c4043"/>
|
|
37
|
+
<path
|
|
38
|
+
android:pathData="M8.172,4.516a1.015,1.015 0,0 1,-0.305 -0.746,1.051 1.051,0 1,1 2.1,0 1.055,1.055 0,0 1,-1.8 0.746ZM8.137,5.957H9.7V13H8.137Z"
|
|
39
|
+
android:fillColor="#3c4043"/>
|
|
40
|
+
<path
|
|
41
|
+
android:pathData="M12.347,12.666a3.051,3.051 0,0 1,-1.115 -1.413l1.392,-0.6a1.858,1.858 0,0 0,0.7 0.88,2 2,0 0,0 1.966,0.078 0.655,0.655 0,0 0,0.37 -0.575,0.67 0.67,0 0,0 -0.3,-0.561 2.9,2.9 0,0 0,-0.98 -0.39l-0.965,-0.228a3.113,3.113 0,0 1,-1.371 -0.688,1.665 1.665,0 0,1 -0.574,-1.314 1.808,1.808 0,0 1,0.809 -1.554,3.339 3.339,0 0,1 1.988,-0.576 3.573,3.573 0,0 1,1.739 0.413,2.421 2.421,0 0,1 1.1,1.192l-1.378,0.582a1.325,1.325 0,0 0,-0.61 -0.653,1.921 1.921,0 0,0 -0.895,-0.213 1.612,1.612 0,0 0,-0.823 0.206,0.617 0.617,0 0,0 -0.355,0.547 0.572,0.572 0,0 0,0.248 0.482,2.205 2.205,0 0,0 0.788,0.313l1.051,0.256a3.276,3.276 0,0 1,1.591 0.816,1.827 1.827,0 0,1 0.525,1.313 1.871,1.871 0,0 1,-0.377 1.136,2.574 2.574,0 0,1 -1.036,0.81 3.6,3.6 0,0 1,-1.5 0.3A3.355,3.355 0,0 1,12.347 12.666Z"
|
|
42
|
+
android:fillColor="#3c4043"/>
|
|
43
|
+
<path
|
|
44
|
+
android:pathData="M19.66,12.922a2.364,2.364 0,0 1,-0.952 -0.853,2.261 2.261,0 0,1 -0.348,-1.242 2.086,2.086 0,0 1,0.831 -1.747A3.359,3.359 0,0 1,21.3 8.441a4.378,4.378 0,0 1,1.917 0.384v-0.3a1.318,1.318 0,0 0,-0.5 -1.057A1.832,1.832 0,0 0,21.5 7.05a2.053,2.053 0,0 0,-1.733 0.881l-1.193,-0.825a3.3,3.3 0,0 1,1.243 -1.022A3.873,3.873 0,0 1,21.5 5.729a3.414,3.414 0,0 1,2.392 0.774,2.811 2.811,0 0,1 0.845,2.18L24.737,13L23.217,13v-0.866h-0.086a2.73,2.73 0,0 1,-0.866 0.788,2.446 2.446,0 0,1 -1.249,0.3A2.966,2.966 0,0 1,19.66 12.922ZM22.244,11.672a2,2 0,0 0,0.71 -0.7,1.766 1.766,0 0,0 0.263,-0.931 3.289,3.289 0,0 0,-1.605 -0.411,1.944 1.944,0 0,0 -1.221,0.341 1.046,1.046 0,0 0,-0.44 0.866,0.958 0.958,0 0,0 0.39,0.788 1.468,1.468 0,0 0,0.93 0.3A1.88,1.88 0,0 0,22.244 11.672Z"
|
|
45
|
+
android:fillColor="#3c4043"/>
|
|
46
|
+
<path
|
|
47
|
+
android:pathData="M27.484,15.677a3.076,3.076 0,0 1,-1.157 -1.442l1.477,-0.61a1.862,1.862 0,0 0,0.71 0.923,1.991 1.991,0 0,0 1.15,0.341 2.081,2.081 0,0 0,1.541 -0.564,2.145 2.145,0 0,0 0.56,-1.581v-0.61L31.68,12.134a2.443,2.443 0,0 1,-0.93 0.8,2.928 2.928,0 0,1 -1.342,0.3 3.041,3.041 0,0 1,-1.64 -0.475,3.467 3.467,0 0,1 -1.221,-1.331 4.009,4.009 0,0 1,-0.462 -1.936,4.01 4.01,0 0,1 0.462,-1.935 3.524,3.524 0,0 1,1.221 -1.338,3.007 3.007,0 0,1 1.64,-0.483 2.941,2.941 0,0 1,1.342 0.3,2.437 2.437,0 0,1 0.93,0.8h0.085L31.765,5.957h1.491L33.256,12.6a4.084,4.084 0,0 1,-0.461 2,3.047 3.047,0 0,1 -1.278,1.264 3.951,3.951 0,0 1,-1.853 0.426A3.647,3.647 0,0 1,27.484 15.677ZM30.729,11.531a2,2 0,0 0,0.752 -0.8,2.592 2.592,0 0,0 0.284,-1.241 2.627,2.627 0,0 0,-0.284 -1.255,2 2,0 0,0 -0.752,-0.805 1.977,1.977 0,0 0,-1.022 -0.276,1.941 1.941,0 0,0 -1.023,0.284 2.064,2.064 0,0 0,-0.753 0.812,2.591 2.591,0 0,0 -0.284,1.24 2.592,2.592 0,0 0,0.284 1.241,2.01 2.01,0 0,0 0.753,0.8 2.032,2.032 0,0 0,2.045 0Z"
|
|
48
|
+
android:fillColor="#3c4043"/>
|
|
49
|
+
<path
|
|
50
|
+
android:pathData="M36.486,12.744a3.4,3.4 0,0 1,-1.3 -1.342,3.952 3.952,0 0,1 -0.468,-1.923A4.016,4.016 0,0 1,35.166 7.6a3.411,3.411 0,0 1,3.1 -1.868,3.563 3.563,0 0,1 1.853,0.469 3.068,3.068 0,0 1,1.2 1.3,4.255 4.255,0 0,1 0.411,1.91 2.208,2.208 0,0 1,-0.014 0.256c-0.01,0.085 -0.014,0.133 -0.014,0.142L36.281,9.809a2.049,2.049 0,0 0,0.7 1.491,2.143 2.143,0 0,0 1.419,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.615 3.615,0 0,1 -1.952,0.518A3.662,3.662 0,0 1,36.486 12.744ZM40.143,8.612a1.728,1.728 0,0 0,-0.227 -0.7,1.669 1.669,0 0,0 -0.618,-0.6 2.022,2.022 0,0 0,-1.044 -0.248,1.8 1.8,0 0,0 -1.2,0.426 2.14,2.14 0,0 0,-0.689 1.122Z"
|
|
51
|
+
android:fillColor="#3c4043"/>
|
|
52
|
+
<path
|
|
53
|
+
android:pathData="M89.925,2.833h1.42V6.042h-1.42Z"
|
|
54
|
+
android:fillColor="#3c4043"/>
|
|
55
|
+
<path
|
|
56
|
+
android:pathData="M93.709,12.666A3.048,3.048 0,0 1,92.6 11.253l1.391,-0.6a1.858,1.858 0,0 0,0.7 0.88,2 2,0 0,0 1.966,0.078 0.655,0.655 0,0 0,0.37 -0.575,0.669 0.669,0 0,0 -0.3,-0.561 2.917,2.917 0,0 0,-0.98 -0.39l-0.966,-0.228a3.109,3.109 0,0 1,-1.37 -0.688,1.662 1.662,0 0,1 -0.575,-1.314 1.807,1.807 0,0 1,0.81 -1.554,3.339 3.339,0 0,1 1.988,-0.576 3.579,3.579 0,0 1,1.739 0.413,2.43 2.43,0 0,1 1.1,1.192L97.1,7.916a1.327,1.327 0,0 0,-0.611 -0.653,1.917 1.917,0 0,0 -0.894,-0.213 1.609,1.609 0,0 0,-0.823 0.206,0.616 0.616,0 0,0 -0.356,0.547 0.575,0.575 0,0 0,0.248 0.482,2.22 2.22,0 0,0 0.789,0.313l1.051,0.256a3.272,3.272 0,0 1,1.59 0.816,1.827 1.827,0 0,1 0.525,1.313 1.87,1.87 0,0 1,-0.376 1.136,2.57 2.57,0 0,1 -1.037,0.81 3.593,3.593 0,0 1,-1.5 0.3A3.355,3.355 0,0 1,93.709 12.666Z"
|
|
57
|
+
android:fillColor="#3c4043"/>
|
|
58
|
+
<path
|
|
59
|
+
android:pathData="M100.667,12.666a3.055,3.055 0,0 1,-1.114 -1.413l1.391,-0.6a1.858,1.858 0,0 0,0.7 0.88,2 2,0 0,0 1.966,0.078 0.655,0.655 0,0 0,0.37 -0.575,0.669 0.669,0 0,0 -0.3,-0.561 2.917,2.917 0,0 0,-0.98 -0.39l-0.966,-0.228a3.109,3.109 0,0 1,-1.37 -0.688,1.662 1.662,0 0,1 -0.575,-1.314 1.807,1.807 0,0 1,0.81 -1.554,3.339 3.339,0 0,1 1.988,-0.576 3.579,3.579 0,0 1,1.739 0.413,2.43 2.43,0 0,1 1.1,1.192l-1.378,0.582a1.327,1.327 0,0 0,-0.611 -0.653,1.917 1.917,0 0,0 -0.894,-0.213 1.609,1.609 0,0 0,-0.823 0.206,0.616 0.616,0 0,0 -0.356,0.547 0.575,0.575 0,0 0,0.248 0.482,2.22 2.22,0 0,0 0.789,0.313l1.051,0.256a3.272,3.272 0,0 1,1.59 0.816,1.827 1.827,0 0,1 0.525,1.313 1.87,1.87 0,0 1,-0.376 1.136,2.57 2.57,0 0,1 -1.037,0.81 3.593,3.593 0,0 1,-1.5 0.3A3.355,3.355 0,0 1,100.667 12.666Z"
|
|
60
|
+
android:fillColor="#3c4043"/>
|
|
61
|
+
<path
|
|
62
|
+
android:pathData="M108.463,12.744a3.4,3.4 0,0 1,-1.3 -1.342,3.963 3.963,0 0,1 -0.468,-1.923 4,4 0,0 1,0.448 -1.882,3.408 3.408,0 0,1 3.1,-1.868A3.563,3.563 0,0 1,112.1 6.2a3.068,3.068 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.142h-5.425a2.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,108.463 12.744ZM112.119,8.612a1.726,1.726 0,0 0,-0.226 -0.7,1.664 1.664,0 0,0 -0.619,-0.6 2.022,2.022 0,0 0,-1.044 -0.248,1.8 1.8,0 0,0 -1.2,0.426 2.14,2.14 0,0 0,-0.689 1.122Z"
|
|
63
|
+
android:fillColor="#3c4043"/>
|
|
64
|
+
</vector>
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="114dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="114"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M67.268,2.635L67.268,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.621L67.268,2.639ZM67.268,8.155v4.736h-1.5L65.768,1.2h3.989A3.606,3.606 0,0 1,72.336 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 1L67.268,8.158Z"
|
|
8
|
+
android:fillColor="#fff"
|
|
9
|
+
android:fillType="evenOdd"/>
|
|
10
|
+
<path
|
|
11
|
+
android:pathData="M74.936,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.932H79.04v-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,76.832 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,-1.995 1.062L73.643,6.2a3.7,3.7 0,0 1,3.239 -1.568"
|
|
12
|
+
android:fillColor="#fff"
|
|
13
|
+
android:fillType="evenOdd"/>
|
|
14
|
+
<path
|
|
15
|
+
android:pathData="M88.735,4.889l-5.02,11.53H82.162l1.864,-4.034 -3.3,-7.5h1.636l2.387,5.748h0.032L87.1,4.889Z"
|
|
16
|
+
android:fillColor="#fff"
|
|
17
|
+
android:fillType="evenOdd"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M61.19,7.134a7.966,7.966 0,0 0,-0.116 -1.366H54.73V8.356h3.634A3.112,3.112 0,0 1,57.02 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="M54.73,13.7a6.446,6.446 0,0 0,4.459 -1.622L57.02,10.4a4.08,4.08 0,0 1,-6.066 -2.131H48.72V10a6.728,6.728 0,0 0,6.01 3.7"
|
|
24
|
+
android:fillColor="#34a853"
|
|
25
|
+
android:fillType="evenOdd"/>
|
|
26
|
+
<path
|
|
27
|
+
android:pathData="M50.954,8.267a4.024,4.024 0,0 1,0 -2.572V3.964H48.72a6.706,6.706 0,0 0,0 6.034Z"
|
|
28
|
+
android:fillColor="#fabb05"
|
|
29
|
+
android:fillType="evenOdd"/>
|
|
30
|
+
<path
|
|
31
|
+
android:pathData="M54.73,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.7L50.954,5.7A4.024,4.024 0,0 1,54.73 2.921"
|
|
32
|
+
android:fillColor="#e94235"
|
|
33
|
+
android:fillType="evenOdd"/>
|
|
34
|
+
<path
|
|
35
|
+
android:pathData="M0.61,2.833H2.2V11.48h4.36V13H0.61Z"
|
|
36
|
+
android:fillColor="#fff"/>
|
|
37
|
+
<path
|
|
38
|
+
android:pathData="M8.172,4.516a1.015,1.015 0,0 1,-0.305 -0.746,1.051 1.051,0 1,1 2.1,0 1.055,1.055 0,0 1,-1.8 0.746ZM8.137,5.957H9.7V13H8.137Z"
|
|
39
|
+
android:fillColor="#fff"/>
|
|
40
|
+
<path
|
|
41
|
+
android:pathData="M12.347,12.666a3.051,3.051 0,0 1,-1.115 -1.413l1.392,-0.6a1.858,1.858 0,0 0,0.7 0.88,2 2,0 0,0 1.966,0.078 0.655,0.655 0,0 0,0.37 -0.575,0.67 0.67,0 0,0 -0.3,-0.561 2.9,2.9 0,0 0,-0.98 -0.39l-0.965,-0.228a3.113,3.113 0,0 1,-1.371 -0.688,1.665 1.665,0 0,1 -0.574,-1.314 1.808,1.808 0,0 1,0.809 -1.554,3.339 3.339,0 0,1 1.988,-0.576 3.573,3.573 0,0 1,1.739 0.413,2.421 2.421,0 0,1 1.1,1.192l-1.378,0.582a1.325,1.325 0,0 0,-0.61 -0.653,1.921 1.921,0 0,0 -0.895,-0.213 1.612,1.612 0,0 0,-0.823 0.206,0.617 0.617,0 0,0 -0.355,0.547 0.572,0.572 0,0 0,0.248 0.482,2.205 2.205,0 0,0 0.788,0.313l1.051,0.256a3.276,3.276 0,0 1,1.591 0.816,1.827 1.827,0 0,1 0.525,1.313 1.871,1.871 0,0 1,-0.377 1.136,2.574 2.574,0 0,1 -1.036,0.81 3.6,3.6 0,0 1,-1.5 0.3A3.355,3.355 0,0 1,12.347 12.666Z"
|
|
42
|
+
android:fillColor="#fff"/>
|
|
43
|
+
<path
|
|
44
|
+
android:pathData="M19.66,12.922a2.364,2.364 0,0 1,-0.952 -0.853,2.261 2.261,0 0,1 -0.348,-1.242 2.086,2.086 0,0 1,0.831 -1.747A3.359,3.359 0,0 1,21.3 8.441a4.378,4.378 0,0 1,1.917 0.384v-0.3a1.318,1.318 0,0 0,-0.5 -1.057A1.832,1.832 0,0 0,21.5 7.05a2.053,2.053 0,0 0,-1.733 0.881l-1.193,-0.825a3.3,3.3 0,0 1,1.243 -1.022A3.873,3.873 0,0 1,21.5 5.729a3.414,3.414 0,0 1,2.392 0.774,2.811 2.811,0 0,1 0.845,2.18L24.737,13L23.217,13v-0.866h-0.086a2.73,2.73 0,0 1,-0.866 0.788,2.446 2.446,0 0,1 -1.249,0.3A2.966,2.966 0,0 1,19.66 12.922ZM22.244,11.672a2,2 0,0 0,0.71 -0.7,1.766 1.766,0 0,0 0.263,-0.931 3.289,3.289 0,0 0,-1.605 -0.411,1.944 1.944,0 0,0 -1.221,0.341 1.046,1.046 0,0 0,-0.44 0.866,0.958 0.958,0 0,0 0.39,0.788 1.468,1.468 0,0 0,0.93 0.3A1.88,1.88 0,0 0,22.244 11.672Z"
|
|
45
|
+
android:fillColor="#fff"/>
|
|
46
|
+
<path
|
|
47
|
+
android:pathData="M27.484,15.677a3.076,3.076 0,0 1,-1.157 -1.442l1.477,-0.61a1.862,1.862 0,0 0,0.71 0.923,1.991 1.991,0 0,0 1.15,0.341 2.081,2.081 0,0 0,1.541 -0.564,2.145 2.145,0 0,0 0.56,-1.581v-0.61L31.68,12.134a2.443,2.443 0,0 1,-0.93 0.8,2.928 2.928,0 0,1 -1.342,0.3 3.041,3.041 0,0 1,-1.64 -0.475,3.467 3.467,0 0,1 -1.221,-1.331 4.009,4.009 0,0 1,-0.462 -1.936,4.01 4.01,0 0,1 0.462,-1.935 3.524,3.524 0,0 1,1.221 -1.338,3.007 3.007,0 0,1 1.64,-0.483 2.941,2.941 0,0 1,1.342 0.3,2.437 2.437,0 0,1 0.93,0.8h0.085L31.765,5.957h1.491L33.256,12.6a4.084,4.084 0,0 1,-0.461 2,3.047 3.047,0 0,1 -1.278,1.264 3.951,3.951 0,0 1,-1.853 0.426A3.647,3.647 0,0 1,27.484 15.677ZM30.729,11.531a2,2 0,0 0,0.752 -0.8,2.592 2.592,0 0,0 0.284,-1.241 2.627,2.627 0,0 0,-0.284 -1.255,2 2,0 0,0 -0.752,-0.805 1.977,1.977 0,0 0,-1.022 -0.276,1.941 1.941,0 0,0 -1.023,0.284 2.064,2.064 0,0 0,-0.753 0.812,2.591 2.591,0 0,0 -0.284,1.24 2.592,2.592 0,0 0,0.284 1.241,2.01 2.01,0 0,0 0.753,0.8 2.032,2.032 0,0 0,2.045 0Z"
|
|
48
|
+
android:fillColor="#fff"/>
|
|
49
|
+
<path
|
|
50
|
+
android:pathData="M36.486,12.744a3.4,3.4 0,0 1,-1.3 -1.342,3.952 3.952,0 0,1 -0.468,-1.923A4.016,4.016 0,0 1,35.166 7.6a3.411,3.411 0,0 1,3.1 -1.868,3.563 3.563,0 0,1 1.853,0.469 3.068,3.068 0,0 1,1.2 1.3,4.255 4.255,0 0,1 0.411,1.91 2.208,2.208 0,0 1,-0.014 0.256c-0.01,0.085 -0.014,0.133 -0.014,0.142L36.281,9.809a2.049,2.049 0,0 0,0.7 1.491,2.143 2.143,0 0,0 1.419,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.615 3.615,0 0,1 -1.952,0.518A3.662,3.662 0,0 1,36.486 12.744ZM40.143,8.612a1.728,1.728 0,0 0,-0.227 -0.7,1.669 1.669,0 0,0 -0.618,-0.6 2.022,2.022 0,0 0,-1.044 -0.248,1.8 1.8,0 0,0 -1.2,0.426 2.14,2.14 0,0 0,-0.689 1.122Z"
|
|
51
|
+
android:fillColor="#fff"/>
|
|
52
|
+
<path
|
|
53
|
+
android:pathData="M89.925,2.833h1.42V6.042h-1.42Z"
|
|
54
|
+
android:fillColor="#fff"/>
|
|
55
|
+
<path
|
|
56
|
+
android:pathData="M93.709,12.666A3.048,3.048 0,0 1,92.6 11.253l1.391,-0.6a1.858,1.858 0,0 0,0.7 0.88,2 2,0 0,0 1.966,0.078 0.655,0.655 0,0 0,0.37 -0.575,0.669 0.669,0 0,0 -0.3,-0.561 2.917,2.917 0,0 0,-0.98 -0.39l-0.966,-0.228a3.109,3.109 0,0 1,-1.37 -0.688,1.662 1.662,0 0,1 -0.575,-1.314 1.807,1.807 0,0 1,0.81 -1.554,3.339 3.339,0 0,1 1.988,-0.576 3.579,3.579 0,0 1,1.739 0.413,2.43 2.43,0 0,1 1.1,1.192L97.1,7.916a1.327,1.327 0,0 0,-0.611 -0.653,1.917 1.917,0 0,0 -0.894,-0.213 1.609,1.609 0,0 0,-0.823 0.206,0.616 0.616,0 0,0 -0.356,0.547 0.575,0.575 0,0 0,0.248 0.482,2.22 2.22,0 0,0 0.789,0.313l1.051,0.256a3.272,3.272 0,0 1,1.59 0.816,1.827 1.827,0 0,1 0.525,1.313 1.87,1.87 0,0 1,-0.376 1.136,2.57 2.57,0 0,1 -1.037,0.81 3.593,3.593 0,0 1,-1.5 0.3A3.355,3.355 0,0 1,93.709 12.666Z"
|
|
57
|
+
android:fillColor="#fff"/>
|
|
58
|
+
<path
|
|
59
|
+
android:pathData="M100.667,12.666a3.055,3.055 0,0 1,-1.114 -1.413l1.391,-0.6a1.858,1.858 0,0 0,0.7 0.88,2 2,0 0,0 1.966,0.078 0.655,0.655 0,0 0,0.37 -0.575,0.669 0.669,0 0,0 -0.3,-0.561 2.917,2.917 0,0 0,-0.98 -0.39l-0.966,-0.228a3.109,3.109 0,0 1,-1.37 -0.688,1.662 1.662,0 0,1 -0.575,-1.314 1.807,1.807 0,0 1,0.81 -1.554,3.339 3.339,0 0,1 1.988,-0.576 3.579,3.579 0,0 1,1.739 0.413,2.43 2.43,0 0,1 1.1,1.192l-1.378,0.582a1.327,1.327 0,0 0,-0.611 -0.653,1.917 1.917,0 0,0 -0.894,-0.213 1.609,1.609 0,0 0,-0.823 0.206,0.616 0.616,0 0,0 -0.356,0.547 0.575,0.575 0,0 0,0.248 0.482,2.22 2.22,0 0,0 0.789,0.313l1.051,0.256a3.272,3.272 0,0 1,1.59 0.816,1.827 1.827,0 0,1 0.525,1.313 1.87,1.87 0,0 1,-0.376 1.136,2.57 2.57,0 0,1 -1.037,0.81 3.593,3.593 0,0 1,-1.5 0.3A3.355,3.355 0,0 1,100.667 12.666Z"
|
|
60
|
+
android:fillColor="#fff"/>
|
|
61
|
+
<path
|
|
62
|
+
android:pathData="M108.463,12.744a3.4,3.4 0,0 1,-1.3 -1.342,3.963 3.963,0 0,1 -0.468,-1.923 4,4 0,0 1,0.448 -1.882,3.408 3.408,0 0,1 3.1,-1.868A3.563,3.563 0,0 1,112.1 6.2a3.068,3.068 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.142h-5.425a2.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,108.463 12.744ZM112.119,8.612a1.726,1.726 0,0 0,-0.226 -0.7,1.664 1.664,0 0,0 -0.619,-0.6 2.022,2.022 0,0 0,-1.044 -0.248,1.8 1.8,0 0,0 -1.2,0.426 2.14,2.14 0,0 0,-0.689 1.122Z"
|
|
63
|
+
android:fillColor="#fff"/>
|
|
64
|
+
</vector>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="105dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="105"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M0.3,2.5L1.6,2.5L1.6,12.7L6.6,12.7L6.6,14L0.3,14L0.3,2.5ZM9.1,4.3C8.8,4.3 8.6,4.2 8.4,4C8.2,3.9 8.1,3.6 8.1,3.4C8.1,3.2 8.2,2.9 8.4,2.7C8.6,2.5 8.8,2.4 9.1,2.4C9.4,2.4 9.6,2.5 9.8,2.7C10,2.9 10.1,3.1 10.1,3.4C10.1,3.7 10,3.9 9.8,4C9.6,4.2 9.4,4.3 9.1,4.3ZM8.4,5.8L9.7,5.8L9.7,14L8.4,14L8.4,5.8ZM14.9,14.3C14,14.3 13.3,14.1 12.7,13.7C12.1,13.3 11.7,12.8 11.5,12.1L12.7,11.6C12.9,12.1 13.2,12.5 13.6,12.7C14,13 14.4,13.1 14.9,13.1C15.4,13.1 15.8,13 16.2,12.8C16.6,12.6 16.7,12.3 16.7,11.9C16.7,11.6 16.6,11.3 16.3,11.1C16,10.9 15.6,10.7 14.9,10.6L13.9,10.3C13.2,10.1 12.7,9.9 12.3,9.5C12,9 11.8,8.5 11.8,7.9C11.8,7.4 11.9,7 12.2,6.7C12.5,6.4 12.9,6.1 13.3,5.9C13.8,5.7 14.3,5.6 14.8,5.6C15.5,5.6 16.2,5.8 16.7,6.1C17.3,6.4 17.7,6.8 17.9,7.4L16.7,7.9C16.3,7.2 15.7,6.8 14.8,6.8C14.4,6.8 14,6.9 13.6,7.1C13.2,7.3 13.1,7.6 13.1,7.9C13.1,8.2 13.2,8.4 13.5,8.6C13.7,8.8 14.1,8.9 14.6,9.1L15.8,9.4C16.6,9.6 17.2,9.9 17.6,10.3C18,10.7 18.2,11.2 18.2,11.8C18.2,12.3 18.1,12.7 17.8,13.1C17.5,13.5 17.1,13.8 16.6,14C16.1,14.2 15.5,14.3 14.9,14.3ZM22.5,14.3C21.9,14.3 21.4,14.2 20.9,13.9C20.4,13.6 20.1,13.3 19.8,12.9C19.5,12.5 19.4,12 19.4,11.5C19.4,10.6 19.7,10 20.4,9.5C21,9 21.8,8.8 22.8,8.8C23.3,8.8 23.7,8.9 24.2,9C24.6,9.1 24.9,9.2 25.2,9.4L25.2,8.8C25.2,8.2 25,7.7 24.6,7.3C24.2,6.9 23.6,6.7 23,6.7C22.5,6.7 22.1,6.8 21.7,7C21.3,7.2 21,7.5 20.8,7.8L19.8,7C20,6.7 20.5,6.3 21,6C21.5,5.7 22.2,5.6 22.9,5.6C24,5.6 24.9,5.9 25.5,6.5C26.1,7.1 26.5,7.9 26.5,8.9L26.5,14L25.2,14L25.2,12.8L25.1,12.8C24.9,13.2 24.5,13.5 24,13.8C23.6,14.1 23.1,14.3 22.5,14.3ZM22.6,13.1C23.1,13.1 23.5,13 23.9,12.7C24.3,12.5 24.6,12.2 24.8,11.8C25,11.4 25.2,11 25.2,10.5C24.9,10.3 24.6,10.2 24.3,10.1C23.9,10 23.5,9.9 23.1,9.9C22.4,9.9 21.8,10.1 21.4,10.4C21,10.7 20.8,11.1 20.8,11.6C20.8,12 21,12.4 21.3,12.7C21.6,12.9 22.1,13.1 22.6,13.1ZM21.7,4C21.5,4 21.3,3.9 21.1,3.7C20.9,3.5 20.8,3.3 20.8,3.1C20.8,2.9 20.9,2.7 21.1,2.5C21.3,2.3 21.5,2.3 21.7,2.3C21.9,2.3 22.1,2.4 22.3,2.5C22.5,2.7 22.5,2.9 22.5,3.1C22.5,3.3 22.4,3.5 22.3,3.7C22.1,3.9 21.9,4 21.7,4ZM24.3,4C24.1,4 23.9,3.9 23.7,3.7C23.5,3.5 23.4,3.3 23.4,3.1C23.4,2.9 23.5,2.7 23.7,2.5C23.9,2.3 24.1,2.3 24.3,2.3C24.5,2.3 24.8,2.4 24.9,2.5C25,2.6 25.1,2.9 25.1,3.1C25.1,3.3 25,3.5 24.9,3.7C24.8,3.9 24.6,4 24.3,4ZM31,14.3C30.4,14.3 29.9,14.2 29.4,13.9C28.9,13.6 28.6,13.3 28.3,12.9C28,12.5 27.9,12 27.9,11.5C27.9,10.6 28.2,10 28.9,9.5C29.6,9 30.4,8.8 31.4,8.8C31.9,8.8 32.3,8.9 32.8,9C33.2,9.1 33.5,9.2 33.8,9.4L33.8,8.8C33.8,8.2 33.6,7.7 33.2,7.3C32.8,6.9 32.2,6.7 31.6,6.7C31.1,6.7 30.7,6.8 30.3,7C29.9,7.2 29.6,7.5 29.4,7.8L28.4,7C28.6,6.7 29,6.3 29.6,6C30.2,5.7 30.8,5.6 31.5,5.6C32.6,5.6 33.5,5.9 34.1,6.5C34.7,7.1 35.1,7.9 35.1,8.9L35.1,14L33.8,14L33.8,12.8L33.7,12.8C33.5,13.2 33.1,13.5 32.6,13.8C32.2,14.1 31.6,14.3 31,14.3ZM31.2,13.1C31.7,13.1 32.1,13 32.5,12.7C32.9,12.5 33.2,12.2 33.4,11.8C33.6,11.4 33.8,11 33.8,10.5C33.5,10.3 33.2,10.2 32.9,10.1C32.5,10 32.1,9.9 31.7,9.9C31,9.9 30.4,10.1 30,10.4C29.6,10.7 29.4,11.1 29.4,11.6C29.4,12 29.6,12.4 29.9,12.7C30.2,12.9 30.6,13.1 31.2,13.1ZM30.3,4C30.1,4 29.9,3.9 29.7,3.7C29.5,3.5 29.4,3.3 29.4,3.1C29.4,2.9 29.5,2.7 29.7,2.5C29.9,2.3 30.1,2.3 30.3,2.3C30.5,2.3 30.7,2.4 30.9,2.5C31.1,2.7 31.1,2.9 31.1,3.1C31.1,3.3 31,3.5 30.9,3.7C30.7,3.9 30.5,4 30.3,4ZM32.9,4C32.7,4 32.5,3.9 32.3,3.7C32.1,3.6 32,3.4 32,3.1C32,2.9 32.1,2.7 32.3,2.5C32.5,2.3 32.7,2.3 32.9,2.3C33.1,2.3 33.4,2.4 33.5,2.5C33.7,2.7 33.7,2.9 33.7,3.1C33.7,3.3 33.6,3.5 33.5,3.7C33.3,3.9 33.1,4 32.9,4Z"
|
|
8
|
+
android:fillColor="#3C4043"/>
|
|
9
|
+
<path
|
|
10
|
+
android:pathData="M31,14.4C30.4,14.4 29.8,14.3 29.3,14C28.8,13.8 28.4,13.4 28.2,13C27.9,12.6 27.8,12.1 27.8,11.5C27.8,10.6 28.1,9.9 28.8,9.4C29.5,8.9 30.3,8.6 31.3,8.6C31.8,8.6 32.3,8.7 32.7,8.8C33,8.9 33.3,9 33.5,9.1L33.5,8.8C33.5,8.2 33.3,7.8 32.9,7.4C32.5,7 32,6.9 31.4,6.9C31,6.9 30.6,7 30.2,7.2C29.8,7.4 29.5,7.6 29.3,8L29.2,8.1L28,7.2L28.1,7.1C28.4,6.6 28.9,6.2 29.5,5.9C30.1,5.6 30.7,5.5 31.4,5.5C32.5,5.5 33.4,5.8 34.1,6.4C34.8,7 35.1,7.8 35.1,8.9L35.1,14.2L33.6,14.2L33.6,13.2C33.4,13.5 33.1,13.8 32.7,14C32.2,14.2 31.6,14.4 31,14.4ZM31.4,8.9C30.4,8.9 29.6,9.1 29,9.6C28.4,10.1 28.1,10.7 28.1,11.5C28.1,12 28.2,12.4 28.5,12.8C28.7,13.2 29.1,13.5 29.5,13.7C29.9,13.9 30.5,14 31,14C31.6,14 32.1,13.9 32.5,13.6C32.9,13.3 33.3,13 33.5,12.6L33.5,12.5L33.8,12.5L33.8,13.7L34.8,13.7L34.8,8.7C34.8,7.7 34.5,7 33.9,6.4C33.3,5.8 32.4,5.6 31.4,5.6C30.7,5.6 30.1,5.7 29.6,6C29.1,6.2 28.7,6.6 28.4,7L29.2,7.6C29.4,7.3 29.7,7 30.1,6.8C30.5,6.6 30.9,6.5 31.4,6.5C32.1,6.5 32.6,6.7 33.1,7.1C33.6,7.5 33.8,8 33.8,8.7L33.8,9.4L33.6,9.3C33.4,9.2 33.1,9.1 32.7,8.9C32.3,9 31.9,8.9 31.4,8.9ZM22.5,14.4C21.9,14.4 21.3,14.3 20.8,14C20.3,13.8 19.9,13.4 19.7,13C19.4,12.6 19.3,12.1 19.3,11.5C19.3,10.6 19.6,9.9 20.3,9.4C21,8.9 21.8,8.6 22.8,8.6C23.3,8.6 23.8,8.7 24.2,8.8C24.5,8.9 24.8,9 25,9.1L25,8.8C25,8.2 24.8,7.8 24.4,7.4C24,7 23.5,6.9 22.9,6.9C22.5,6.9 22.1,7 21.7,7.2C21.3,7.4 21,7.6 20.8,8L20.7,8.1L19.5,7.2L19.6,7.1C19.9,6.6 20.4,6.2 21,5.9C21.6,5.6 22.2,5.5 22.9,5.5C24,5.5 24.9,5.8 25.6,6.4C26.3,7 26.6,7.8 26.6,8.9L26.6,14.2L25.1,14.2L25.1,13.2C24.9,13.5 24.6,13.8 24.2,14C23.6,14.2 23.1,14.4 22.5,14.4ZM22.8,8.9C21.8,8.9 21,9.1 20.4,9.6C19.8,10.1 19.5,10.7 19.5,11.5C19.5,12 19.6,12.4 19.9,12.8C20.1,13.2 20.5,13.5 20.9,13.7C21.3,13.9 21.9,14 22.4,14C23,14 23.5,13.9 23.9,13.6C24.3,13.3 24.7,13 24.9,12.6L24.9,12.5L25.2,12.5L25.2,13.7L26.2,13.7L26.2,8.7C26.2,7.7 25.9,7 25.3,6.4C24.8,6 24,5.7 22.9,5.7C22.2,5.7 21.6,5.8 21.1,6.1C20.6,6.3 20.2,6.7 19.9,7.1L20.7,7.7C20.9,7.4 21.2,7.1 21.6,6.9C22,6.7 22.4,6.6 22.9,6.6C23.6,6.6 24.1,6.8 24.6,7.2C25.1,7.6 25.3,8.1 25.3,8.8L25.3,9.5L25.1,9.4C24.9,9.3 24.6,9.2 24.2,9C23.8,9 23.3,8.9 22.8,8.9ZM14.9,14.4C14,14.4 13.2,14.2 12.6,13.8C12,13.4 11.6,12.8 11.3,12.2L11.3,12.1L12.7,11.5L12.7,11.6C12.9,12.1 13.2,12.4 13.6,12.7C14,13 14.4,13.1 14.9,13.1C15.4,13.1 15.8,13 16.1,12.8C16.4,12.6 16.6,12.4 16.6,12C16.6,11.7 16.5,11.5 16.2,11.3C16,10.9 15.6,10.8 15,10.6L14,10.3C13.3,10.1 12.8,9.9 12.3,9.5C11.9,9.1 11.6,8.6 11.6,7.9C11.6,7.4 11.8,7 12.1,6.6C12.4,6.2 12.8,5.9 13.3,5.7C13.8,5.5 14.3,5.4 14.9,5.4C15.6,5.4 16.3,5.6 16.9,5.9C17.5,6.2 17.9,6.7 18.1,7.3L18.1,7.4L16.7,8L16.6,7.9C16.3,7.2 15.7,6.9 14.8,6.9C14.4,6.9 14,7 13.7,7.2C13.4,7.4 13.3,7.6 13.3,7.9C13.3,8.2 13.4,8.4 13.6,8.5C13.8,8.7 14.2,8.8 14.6,8.9L15.8,9.2C16.6,9.4 17.2,9.7 17.7,10.1C18.1,10.5 18.3,11 18.3,11.7C18.3,12.2 18.1,12.7 17.8,13.1C17.5,13.5 17.1,13.8 16.6,14C16.1,14.3 15.5,14.4 14.9,14.4ZM11.6,12.1C11.8,12.7 12.2,13.1 12.8,13.5C13.4,13.9 14.1,14.1 14.9,14.1C15.5,14.1 16,14 16.5,13.8C17,13.6 17.3,13.3 17.6,13C17.9,12.6 18,12.2 18,11.8C18,11.3 17.8,10.8 17.4,10.4C17,10 16.4,9.7 15.6,9.5L14.4,9.2C13.9,9.1 13.5,8.9 13.3,8.7C13.1,8.5 13,8.2 13,7.9C13,7.5 13.2,7.2 13.6,7C14,6.8 14.4,6.7 14.8,6.7C15.7,6.7 16.4,7.1 16.8,7.8L17.8,7.4C17.6,6.9 17.2,6.5 16.7,6.3C16.2,6 15.5,5.9 14.8,5.9C14.3,5.9 13.8,6 13.3,6.2C12.9,6.4 12.5,6.6 12.2,7C11.9,7.3 11.8,7.7 11.8,8.2C11.8,8.8 12,9.2 12.4,9.6C12.9,9.7 13.4,10 14,10.1L15,10.4C15.6,10.6 16.1,10.7 16.4,11C16.7,11.2 16.9,11.5 16.9,11.9C16.9,12.3 16.7,12.7 16.3,12.9C15.9,13.1 15.5,13.2 14.9,13.2C14.4,13.2 13.9,13.1 13.5,12.8C13.1,12.5 12.8,12.2 12.6,11.7L11.6,12.1ZM9.9,14.1L8.3,14.1L8.3,5.7L9.9,5.7L9.9,14.1ZM8.6,13.9L9.7,13.9L9.7,6L8.6,6L8.6,13.9ZM6.8,14.1L0.2,14.1L0.2,2.4L1.8,2.4L1.8,12.6L6.8,12.6L6.8,14.1ZM0.4,13.9L6.5,13.9L6.5,12.9L1.5,12.9L1.5,2.7L0.4,2.7L0.4,13.9ZM31.2,13.2C30.7,13.2 30.2,13.1 29.8,12.8C29.4,12.5 29.2,12.1 29.2,11.6C29.2,11.1 29.4,10.6 29.8,10.3C30.2,10 30.8,9.8 31.6,9.8C32,9.8 32.4,9.9 32.8,10C33.2,10.1 33.5,10.3 33.8,10.4L33.9,10.4L33.9,10.5C33.9,11 33.8,11.4 33.5,11.9C33.2,12.4 32.9,12.6 32.5,12.9C32.1,13.1 31.6,13.2 31.2,13.2ZM31.6,10C30.9,10 30.3,10.1 30,10.4C29.6,10.7 29.5,11 29.5,11.5C29.5,11.9 29.7,12.2 30,12.5C30.3,12.8 30.7,12.9 31.2,12.9C31.6,12.9 32,12.8 32.4,12.6C32.8,12.4 33.1,12.1 33.3,11.7C33.5,11.3 33.6,11 33.6,10.5C33.4,10.4 33.1,10.2 32.7,10.1C32.4,10.1 32,10 31.6,10ZM22.6,13.2C22.1,13.2 21.6,13.1 21.2,12.8C20.8,12.5 20.6,12.1 20.6,11.6C20.6,11.1 20.8,10.6 21.2,10.3C21.6,10 22.2,9.8 23,9.8C23.4,9.8 23.8,9.9 24.2,10C24.6,10.1 24.9,10.3 25.2,10.4L25.3,10.4L25.3,10.5C25.3,11 25.2,11.4 24.9,11.9C24.6,12.4 24.3,12.6 23.9,12.9C23.5,13.1 23.1,13.2 22.6,13.2ZM23,10C22.3,10 21.7,10.1 21.4,10.4C21,10.7 20.9,11 20.9,11.5C20.9,11.9 21.1,12.2 21.4,12.5C21.7,12.8 22.1,12.9 22.6,12.9C23,12.9 23.4,12.8 23.8,12.6C24.2,12.4 24.5,12.1 24.7,11.7C24.9,11.3 25,11 25.1,10.5C24.9,10.4 24.6,10.2 24.2,10.1C23.8,10.1 23.5,10 23,10ZM9.1,4.5C8.8,4.5 8.5,4.4 8.3,4.2C8.1,3.9 8,3.7 8,3.4C8,3.1 8.1,2.8 8.3,2.6C8.5,2.4 8.8,2.3 9.1,2.3C9.4,2.3 9.7,2.4 9.9,2.6C10.1,2.8 10.2,3.1 10.2,3.4C10.2,3.7 10.1,4 9.9,4.2C9.7,4.4 9.4,4.5 9.1,4.5ZM9.1,2.5C8.9,2.5 8.7,2.6 8.5,2.7C8.3,2.9 8.3,3.1 8.3,3.4C8.3,3.6 8.4,3.8 8.6,4C8.8,4.2 9,4.3 9.2,4.3C9.4,4.3 9.6,4.2 9.8,4.1C9.9,3.8 10,3.6 10,3.4C10,3.2 9.9,3 9.8,2.8C9.5,2.6 9.3,2.5 9.1,2.5ZM32.9,4.1C32.6,4.1 32.4,4 32.2,3.8C32,3.6 31.9,3.4 31.9,3.1C31.9,2.8 32,2.6 32.2,2.4C32.4,2.2 32.6,2.1 32.9,2.1C33.2,2.1 33.4,2.2 33.6,2.4C33.8,2.6 33.9,2.8 33.9,3.1C33.9,3.4 33.8,3.6 33.6,3.8C33.4,4 33.2,4.1 32.9,4.1ZM32.9,2.4C32.7,2.4 32.5,2.5 32.4,2.6C32.3,2.7 32.2,2.9 32.2,3.1C32.2,3.3 32.3,3.5 32.4,3.6C32.6,3.7 32.7,3.8 32.9,3.8C33.1,3.8 33.3,3.7 33.4,3.6C33.5,3.5 33.6,3.3 33.6,3.1C33.6,2.9 33.5,2.7 33.4,2.6C33.3,2.5 33.1,2.4 32.9,2.4ZM30.3,4.1C30,4.1 29.8,4 29.6,3.8C29.4,3.6 29.3,3.4 29.3,3.1C29.3,2.8 29.4,2.6 29.6,2.4C29.8,2.2 30,2.1 30.3,2.1C30.6,2.1 30.8,2.2 31,2.4C31.2,2.6 31.3,2.8 31.3,3.1C31.3,3.4 31.2,3.6 31,3.8C30.8,4 30.5,4.1 30.3,4.1ZM30.3,2.4C30.1,2.4 29.9,2.5 29.8,2.6C29.7,2.7 29.6,2.9 29.6,3.1C29.6,3.3 29.7,3.5 29.8,3.6C29.9,3.7 30.1,3.8 30.3,3.8C30.5,3.8 30.7,3.7 30.8,3.6C30.9,3.5 31,3.3 31,3.1C31,2.9 30.9,2.7 30.8,2.6C30.6,2.5 30.5,2.4 30.3,2.4ZM24.3,4.1C24,4.1 23.8,4 23.6,3.8C23.4,3.6 23.3,3.4 23.3,3.1C23.3,2.8 23.4,2.6 23.6,2.4C23.8,2.2 24,2.1 24.3,2.1C24.6,2.1 24.8,2.2 25,2.4C25.2,2.6 25.3,2.8 25.3,3.1C25.3,3.4 25.2,3.6 25,3.8C24.8,4 24.6,4.1 24.3,4.1ZM24.3,2.4C24.1,2.4 23.9,2.5 23.8,2.6C23.7,2.7 23.6,2.9 23.6,3.1C23.6,3.3 23.7,3.5 23.8,3.6C24,3.7 24.1,3.8 24.3,3.8C24.5,3.8 24.7,3.7 24.8,3.6C24.9,3.5 25,3.3 25,3.1C25,2.9 24.9,2.7 24.8,2.6C24.7,2.5 24.5,2.4 24.3,2.4ZM21.7,4.1C21.4,4.1 21.2,4 21,3.8C20.8,3.6 20.7,3.4 20.7,3.1C20.7,2.8 20.8,2.6 21,2.4C21.2,2.2 21.4,2.1 21.7,2.1C22,2.1 22.2,2.2 22.4,2.4C22.6,2.6 22.7,2.8 22.7,3.1C22.7,3.4 22.6,3.6 22.4,3.8C22.2,4 22,4.1 21.7,4.1ZM21.7,2.4C21.5,2.4 21.3,2.5 21.2,2.6C21,2.8 21,2.9 21,3.1C21,3.3 21.1,3.5 21.2,3.6C21.3,3.7 21.5,3.8 21.7,3.8C21.9,3.8 22.1,3.7 22.2,3.6C22.3,3.5 22.4,3.3 22.4,3.1C22.4,2.9 22.3,2.7 22.2,2.6C22.1,2.5 21.9,2.4 21.7,2.4Z"
|
|
11
|
+
android:fillColor="#3C4043"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M85,2.5L86.4,2.5L86.4,5.9L86.3,7L86.4,7C86.6,6.6 87,6.2 87.5,6C88,5.8 88.5,5.6 89.1,5.6C90.1,5.6 90.8,5.9 91.4,6.5C92,7.1 92.2,7.9 92.2,8.8L92.2,14L90.7,14L90.7,9C90.7,8.3 90.5,7.7 90.1,7.4C89.8,7 89.3,6.8 88.7,6.8C88.3,6.8 87.9,6.9 87.5,7.2C87.1,7.5 86.9,7.8 86.7,8.2C86.5,8.6 86.4,9 86.4,9.5L86.4,14L85,14L85,2.5ZM95,4.3C94.7,4.3 94.5,4.2 94.3,4C94.1,3.9 94,3.6 94,3.4C94,3.2 94.1,2.9 94.3,2.7C94.5,2.5 94.7,2.4 95,2.4C95.3,2.4 95.5,2.5 95.7,2.7C95.9,2.9 96,3.1 96,3.4C96,3.7 95.9,3.9 95.7,4C95.5,4.2 95.3,4.3 95,4.3ZM94.3,5.8L95.6,5.8L95.6,14L94.3,14L94.3,5.8ZM98,5.8L99.3,5.8L99.3,7L99.4,7C99.6,6.6 100,6.3 100.5,6C101,5.7 101.5,5.6 102.1,5.6C103.1,5.6 103.8,5.9 104.3,6.5C104.8,7.1 105,7.8 105,8.8L105,14L103.6,14L103.6,9C103.6,8.2 103.4,7.7 103.1,7.4C102.7,7.1 102.2,6.9 101.6,6.9C101.2,6.9 100.8,7 100.4,7.3C100,7.6 99.8,7.9 99.6,8.3C99.4,8.7 99.3,9.1 99.3,9.6L99.3,14L98,14L98,5.8Z"
|
|
14
|
+
android:fillColor="#3C4043"/>
|
|
15
|
+
<path
|
|
16
|
+
android:pathData="M105.1,14.1L103.5,14.1L103.5,9C103.5,8.3 103.3,7.8 103,7.4C102.7,7.1 102.2,6.9 101.6,6.9C101.2,6.9 100.8,7 100.5,7.2C100.2,7.4 99.9,7.7 99.7,8.1C99.5,8.5 99.4,8.9 99.4,9.3L99.4,14L97.8,14L97.8,5.7L99.3,5.7L99.3,6.7C99.5,6.4 99.8,6.1 100.2,5.9C100.7,5.6 101.3,5.5 101.8,5.5C102.8,5.5 103.6,5.8 104.1,6.4C104.6,7 104.9,7.8 104.9,8.8L104.9,14.1L105.1,14.1ZM103.8,13.9L104.9,13.9L104.9,8.8C104.9,7.9 104.7,7.1 104.2,6.6C103.7,6 102.9,5.7 102,5.7C101.5,5.7 101,5.8 100.5,6.1C100,6.4 99.7,6.7 99.5,7.1L99.5,7.2L99.2,7.2L99.2,6L98.2,6L98.2,13.9L99.3,13.9L99.3,9.4C99.3,8.9 99.4,8.5 99.6,8.1C99.8,7.7 100.1,7.3 100.4,7.1C100.8,6.8 101.2,6.7 101.6,6.7C102.3,6.7 102.8,6.9 103.2,7.2C103.6,7.6 103.8,8.2 103.8,8.9L103.8,13.9ZM95.8,14.1L94.2,14.1L94.2,5.7L95.8,5.7L95.8,14.1ZM94.5,13.9L95.6,13.9L95.6,6L94.5,6L94.5,13.9ZM92.2,14.1L90.6,14.1L90.6,9C90.6,8.3 90.4,7.8 90.1,7.5C89.7,7.1 89.3,6.9 88.7,6.9C88.3,6.9 87.9,7 87.6,7.3C87.3,7.5 87,7.9 86.8,8.2C86.6,8.6 86.5,9 86.5,9.5L86.5,14.2L84.9,14.2L84.9,2.4L86.5,2.4L86.5,5.9L86.5,6.7C86.7,6.4 87,6.1 87.4,5.9C87.9,5.6 88.4,5.5 89,5.5C90,5.5 90.8,5.8 91.4,6.4C91.9,7 92.2,7.8 92.2,8.8L92.2,14.1ZM90.8,13.9L92,13.9L92,8.8C92,7.9 91.7,7.1 91.2,6.6C90.7,6 90,5.7 89,5.7C88.5,5.7 88,5.8 87.5,6.1C87,6.4 86.7,6.7 86.5,7.1L86.5,7.2L86.2,7.2L86.3,5.9L86.3,2.7L85.1,2.7L85.1,13.9L86.2,13.9L86.2,9.5C86.2,9 86.3,8.6 86.5,8.2C86.7,7.8 87,7.4 87.4,7.2C87.8,6.9 88.2,6.8 88.6,6.8C89.2,6.8 89.7,7 90.1,7.4C90.5,7.8 90.7,8.4 90.7,9.1L90.7,13.9L90.8,13.9ZM95,4.5C94.7,4.5 94.4,4.4 94.2,4.2C94,3.9 93.9,3.7 93.9,3.4C93.9,3.1 94,2.8 94.2,2.6C94.4,2.4 94.7,2.3 95,2.3C95.3,2.3 95.6,2.4 95.8,2.6C96,2.8 96.1,3.1 96.1,3.4C96.1,3.7 96,4 95.8,4.2C95.6,4.4 95.3,4.5 95,4.5ZM95,2.5C94.8,2.5 94.6,2.6 94.4,2.7C94.2,2.9 94.2,3.1 94.2,3.4C94.2,3.6 94.3,3.8 94.5,4C94.6,4.1 94.8,4.2 95,4.2C95.2,4.2 95.4,4.1 95.6,4C95.8,3.8 95.8,3.6 95.8,3.4C95.8,3.2 95.7,3 95.6,2.8C95.4,2.6 95.2,2.5 95,2.5Z"
|
|
17
|
+
android:fillColor="#3C4043"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M62.476,3.587L62.476,7.687L64.976,7.687C65.576,7.687 66.076,7.487 66.476,7.087C66.876,6.687 67.076,6.187 67.076,5.687C67.076,5.187 66.876,4.687 66.476,4.287C66.176,3.887 65.676,3.587 65.076,3.587L62.476,3.587ZM62.476,9.187L62.476,13.887L60.976,13.887L60.976,2.187L64.976,2.187C65.976,2.187 66.876,2.487 67.576,3.187C68.276,3.887 68.676,4.687 68.676,5.687C68.676,6.687 68.276,7.487 67.576,8.187C66.876,8.887 65.976,9.187 64.976,9.187L62.476,9.187Z"
|
|
20
|
+
android:fillColor="#3C4043"/>
|
|
21
|
+
<path
|
|
22
|
+
android:pathData="M70.176,11.487C70.176,11.887 70.376,12.187 70.676,12.487C70.976,12.787 71.376,12.887 71.876,12.887C72.476,12.887 73.076,12.687 73.576,12.187C74.076,11.687 74.276,11.187 74.276,10.587C73.776,10.187 73.176,9.987 72.276,9.987C71.676,9.987 71.176,10.087 70.776,10.387C70.376,10.687 70.176,10.987 70.176,11.487M72.176,5.587C73.276,5.587 74.176,5.887 74.776,6.487C75.376,7.087 75.776,7.887 75.776,8.887L75.776,13.787L74.376,13.787L74.376,12.687L74.276,12.687C73.676,13.587 72.776,14.087 71.776,14.087C70.876,14.087 70.176,13.787 69.576,13.287C68.976,12.787 68.676,12.087 68.676,11.287C68.676,10.487 68.976,9.787 69.576,9.287C70.176,8.787 71.076,8.587 72.076,8.587C72.976,8.587 73.676,8.787 74.276,9.087L74.276,8.887C74.276,8.387 74.076,7.887 73.676,7.587C73.276,7.187 72.776,7.087 72.176,7.087C71.376,7.087 70.676,7.487 70.176,8.187L68.876,7.187C69.676,6.187 70.676,5.587 72.176,5.587"
|
|
23
|
+
android:fillColor="#3C4043"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M83.961,5.847l-5,11.6l-1.5,0l1.8,-4.1l-3.3,-7.5l1.7,0l2.3,5.8l0.1,0l2.3,-5.8z"
|
|
26
|
+
android:fillColor="#3C4043"/>
|
|
27
|
+
<path
|
|
28
|
+
android:pathData="M56.461,8.161C56.461,7.661 56.461,7.261 56.361,6.761L49.961,6.761L49.961,9.361L53.561,9.361C53.361,10.161 52.961,10.961 52.261,11.361L52.261,13.061L54.461,13.061C55.761,11.861 56.461,10.161 56.461,8.161"
|
|
29
|
+
android:fillColor="#4285F4"/>
|
|
30
|
+
<path
|
|
31
|
+
android:pathData="M49.961,14.661C51.761,14.661 53.261,14.061 54.461,13.061L52.261,11.361C51.661,11.761 50.861,11.961 49.961,11.961C48.261,12.061 46.761,10.861 46.261,9.261L43.961,9.261L43.961,10.961C45.061,13.161 47.361,14.661 49.961,14.661"
|
|
32
|
+
android:fillColor="#34A853"/>
|
|
33
|
+
<path
|
|
34
|
+
android:pathData="M46.261,9.261C46.061,8.861 45.961,8.461 45.961,7.961C45.961,7.461 46.061,7.061 46.261,6.661L46.261,4.961L43.961,4.961C43.561,5.861 43.261,6.861 43.261,7.961C43.261,9.061 43.561,10.061 43.961,10.961L46.261,9.261Z"
|
|
35
|
+
android:fillColor="#FABB05"/>
|
|
36
|
+
<path
|
|
37
|
+
android:pathData="M49.961,3.961C50.961,3.961 51.861,4.261 52.561,4.961L54.461,3.061C53.361,1.961 51.761,1.261 49.961,1.261C47.361,1.261 45.061,2.761 43.961,4.961L46.261,6.661C46.761,5.061 48.261,3.961 49.961,3.961"
|
|
38
|
+
android:fillColor="#E94235"/>
|
|
39
|
+
</vector>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="105dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="105"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M0.3,2.5L1.6,2.5L1.6,12.7L6.6,12.7L6.6,14L0.3,14L0.3,2.5ZM9.1,4.3C8.8,4.3 8.6,4.2 8.4,4C8.2,3.9 8.1,3.6 8.1,3.4C8.1,3.2 8.2,2.9 8.4,2.7C8.6,2.5 8.8,2.4 9.1,2.4C9.4,2.4 9.6,2.5 9.8,2.7C10,2.9 10.1,3.1 10.1,3.4C10.1,3.7 10,3.9 9.8,4C9.6,4.2 9.4,4.3 9.1,4.3ZM8.4,5.8L9.7,5.8L9.7,14L8.4,14L8.4,5.8ZM14.9,14.3C14,14.3 13.3,14.1 12.7,13.7C12.1,13.3 11.7,12.8 11.5,12.1L12.7,11.6C12.9,12.1 13.2,12.5 13.6,12.7C14,13 14.4,13.1 14.9,13.1C15.4,13.1 15.8,13 16.2,12.8C16.6,12.6 16.7,12.3 16.7,11.9C16.7,11.6 16.6,11.3 16.3,11.1C16,10.9 15.6,10.7 14.9,10.6L13.9,10.3C13.2,10.1 12.7,9.9 12.3,9.5C12,9 11.8,8.5 11.8,7.9C11.8,7.4 11.9,7 12.2,6.7C12.5,6.4 12.9,6.1 13.3,5.9C13.8,5.7 14.3,5.6 14.8,5.6C15.5,5.6 16.2,5.8 16.7,6.1C17.3,6.4 17.7,6.8 17.9,7.4L16.7,7.9C16.3,7.2 15.7,6.8 14.8,6.8C14.4,6.8 14,6.9 13.6,7.1C13.2,7.3 13.1,7.6 13.1,7.9C13.1,8.2 13.2,8.4 13.5,8.6C13.7,8.8 14.1,8.9 14.6,9.1L15.8,9.4C16.6,9.6 17.2,9.9 17.6,10.3C18,10.7 18.2,11.2 18.2,11.8C18.2,12.3 18.1,12.7 17.8,13.1C17.5,13.5 17.1,13.8 16.6,14C16.1,14.2 15.5,14.3 14.9,14.3ZM22.5,14.3C21.9,14.3 21.4,14.2 20.9,13.9C20.4,13.6 20.1,13.3 19.8,12.9C19.5,12.5 19.4,12 19.4,11.5C19.4,10.6 19.7,10 20.4,9.5C21,9 21.8,8.8 22.8,8.8C23.3,8.8 23.7,8.9 24.2,9C24.6,9.1 24.9,9.2 25.2,9.4L25.2,8.8C25.2,8.2 25,7.7 24.6,7.3C24.2,6.9 23.6,6.7 23,6.7C22.5,6.7 22.1,6.8 21.7,7C21.3,7.2 21,7.5 20.8,7.8L19.8,7C20,6.7 20.5,6.3 21,6C21.5,5.7 22.2,5.6 22.9,5.6C24,5.6 24.9,5.9 25.5,6.5C26.1,7.1 26.5,7.9 26.5,8.9L26.5,14L25.2,14L25.2,12.8L25.1,12.8C24.9,13.2 24.5,13.5 24,13.8C23.6,14.1 23.1,14.3 22.5,14.3ZM22.6,13.1C23.1,13.1 23.5,13 23.9,12.7C24.3,12.5 24.6,12.2 24.8,11.8C25,11.4 25.2,11 25.2,10.5C24.9,10.3 24.6,10.2 24.3,10.1C23.9,10 23.5,9.9 23.1,9.9C22.4,9.9 21.8,10.1 21.4,10.4C21,10.7 20.8,11.1 20.8,11.6C20.8,12 21,12.4 21.3,12.7C21.6,12.9 22.1,13.1 22.6,13.1ZM21.7,4C21.5,4 21.3,3.9 21.1,3.7C20.9,3.5 20.8,3.3 20.8,3.1C20.8,2.9 20.9,2.7 21.1,2.5C21.3,2.3 21.5,2.3 21.7,2.3C21.9,2.3 22.1,2.4 22.3,2.5C22.5,2.7 22.5,2.9 22.5,3.1C22.5,3.3 22.4,3.5 22.3,3.7C22.1,3.9 21.9,4 21.7,4ZM24.3,4C24.1,4 23.9,3.9 23.7,3.7C23.5,3.5 23.4,3.3 23.4,3.1C23.4,2.9 23.5,2.7 23.7,2.5C23.9,2.3 24.1,2.3 24.3,2.3C24.5,2.3 24.8,2.4 24.9,2.5C25,2.6 25.1,2.9 25.1,3.1C25.1,3.3 25,3.5 24.9,3.7C24.8,3.9 24.6,4 24.3,4ZM31,14.3C30.4,14.3 29.9,14.2 29.4,13.9C28.9,13.6 28.6,13.3 28.3,12.9C28,12.5 27.9,12 27.9,11.5C27.9,10.6 28.2,10 28.9,9.5C29.6,9 30.4,8.8 31.4,8.8C31.9,8.8 32.3,8.9 32.8,9C33.2,9.1 33.5,9.2 33.8,9.4L33.8,8.8C33.8,8.2 33.6,7.7 33.2,7.3C32.8,6.9 32.2,6.7 31.6,6.7C31.1,6.7 30.7,6.8 30.3,7C29.9,7.2 29.6,7.5 29.4,7.8L28.4,7C28.6,6.7 29,6.3 29.6,6C30.2,5.7 30.8,5.6 31.5,5.6C32.6,5.6 33.5,5.9 34.1,6.5C34.7,7.1 35.1,7.9 35.1,8.9L35.1,14L33.8,14L33.8,12.8L33.7,12.8C33.5,13.2 33.1,13.5 32.6,13.8C32.2,14.1 31.6,14.3 31,14.3ZM31.2,13.1C31.7,13.1 32.1,13 32.5,12.7C32.9,12.5 33.2,12.2 33.4,11.8C33.6,11.4 33.8,11 33.8,10.5C33.5,10.3 33.2,10.2 32.9,10.1C32.5,10 32.1,9.9 31.7,9.9C31,9.9 30.4,10.1 30,10.4C29.6,10.7 29.4,11.1 29.4,11.6C29.4,12 29.6,12.4 29.9,12.7C30.2,12.9 30.6,13.1 31.2,13.1ZM30.3,4C30.1,4 29.9,3.9 29.7,3.7C29.5,3.5 29.4,3.3 29.4,3.1C29.4,2.9 29.5,2.7 29.7,2.5C29.9,2.3 30.1,2.3 30.3,2.3C30.5,2.3 30.7,2.4 30.9,2.5C31.1,2.7 31.1,2.9 31.1,3.1C31.1,3.3 31,3.5 30.9,3.7C30.7,3.9 30.5,4 30.3,4ZM32.9,4C32.7,4 32.5,3.9 32.3,3.7C32.1,3.6 32,3.4 32,3.1C32,2.9 32.1,2.7 32.3,2.5C32.5,2.3 32.7,2.3 32.9,2.3C33.1,2.3 33.4,2.4 33.5,2.5C33.7,2.7 33.7,2.9 33.7,3.1C33.7,3.3 33.6,3.5 33.5,3.7C33.3,3.9 33.1,4 32.9,4Z"
|
|
8
|
+
android:fillColor="#FFFFFF"/>
|
|
9
|
+
<path
|
|
10
|
+
android:pathData="M31,14.4C30.4,14.4 29.8,14.3 29.3,14C28.8,13.8 28.4,13.4 28.2,13C27.9,12.6 27.8,12.1 27.8,11.5C27.8,10.6 28.1,9.9 28.8,9.4C29.5,8.9 30.3,8.6 31.3,8.6C31.8,8.6 32.3,8.7 32.7,8.8C33,8.9 33.3,9 33.5,9.1L33.5,8.8C33.5,8.2 33.3,7.8 32.9,7.4C32.5,7 32,6.9 31.4,6.9C31,6.9 30.6,7 30.2,7.2C29.8,7.4 29.5,7.6 29.3,8L29.2,8.1L28,7.2L28.1,7.1C28.4,6.6 28.9,6.2 29.5,5.9C30.1,5.6 30.7,5.5 31.4,5.5C32.5,5.5 33.4,5.8 34.1,6.4C34.8,7 35.1,7.8 35.1,8.9L35.1,14.2L33.6,14.2L33.6,13.2C33.4,13.5 33.1,13.8 32.7,14C32.2,14.2 31.6,14.4 31,14.4ZM31.4,8.9C30.4,8.9 29.6,9.1 29,9.6C28.4,10.1 28.1,10.7 28.1,11.5C28.1,12 28.2,12.4 28.5,12.8C28.7,13.2 29.1,13.5 29.5,13.7C29.9,13.9 30.5,14 31,14C31.6,14 32.1,13.9 32.5,13.6C32.9,13.3 33.3,13 33.5,12.6L33.5,12.5L33.8,12.5L33.8,13.7L34.8,13.7L34.8,8.7C34.8,7.7 34.5,7 33.9,6.4C33.3,5.8 32.4,5.6 31.4,5.6C30.7,5.6 30.1,5.7 29.6,6C29.1,6.2 28.7,6.6 28.4,7L29.2,7.6C29.4,7.3 29.7,7 30.1,6.8C30.5,6.6 30.9,6.5 31.4,6.5C32.1,6.5 32.6,6.7 33.1,7.1C33.6,7.5 33.8,8 33.8,8.7L33.8,9.4L33.6,9.3C33.4,9.2 33.1,9.1 32.7,8.9C32.3,9 31.9,8.9 31.4,8.9ZM22.5,14.4C21.9,14.4 21.3,14.3 20.8,14C20.3,13.8 19.9,13.4 19.7,13C19.4,12.6 19.3,12.1 19.3,11.5C19.3,10.6 19.6,9.9 20.3,9.4C21,8.9 21.8,8.6 22.8,8.6C23.3,8.6 23.8,8.7 24.2,8.8C24.5,8.9 24.8,9 25,9.1L25,8.8C25,8.2 24.8,7.8 24.4,7.4C24,7 23.5,6.9 22.9,6.9C22.5,6.9 22.1,7 21.7,7.2C21.3,7.4 21,7.6 20.8,8L20.7,8.1L19.5,7.2L19.6,7.1C19.9,6.6 20.4,6.2 21,5.9C21.6,5.6 22.2,5.5 22.9,5.5C24,5.5 24.9,5.8 25.6,6.4C26.3,7 26.6,7.8 26.6,8.9L26.6,14.2L25.1,14.2L25.1,13.2C24.9,13.5 24.6,13.8 24.2,14C23.6,14.2 23.1,14.4 22.5,14.4ZM22.8,8.9C21.8,8.9 21,9.1 20.4,9.6C19.8,10.1 19.5,10.7 19.5,11.5C19.5,12 19.6,12.4 19.9,12.8C20.1,13.2 20.5,13.5 20.9,13.7C21.3,13.9 21.9,14 22.4,14C23,14 23.5,13.9 23.9,13.6C24.3,13.3 24.7,13 24.9,12.6L24.9,12.5L25.2,12.5L25.2,13.7L26.2,13.7L26.2,8.7C26.2,7.7 25.9,7 25.3,6.4C24.8,6 24,5.7 22.9,5.7C22.2,5.7 21.6,5.8 21.1,6.1C20.6,6.3 20.2,6.7 19.9,7.1L20.7,7.7C20.9,7.4 21.2,7.1 21.6,6.9C22,6.7 22.4,6.6 22.9,6.6C23.6,6.6 24.1,6.8 24.6,7.2C25.1,7.6 25.3,8.1 25.3,8.8L25.3,9.5L25.1,9.4C24.9,9.3 24.6,9.2 24.2,9C23.8,9 23.3,8.9 22.8,8.9ZM14.9,14.4C14,14.4 13.2,14.2 12.6,13.8C12,13.4 11.6,12.8 11.3,12.2L11.3,12.1L12.7,11.5L12.7,11.6C12.9,12.1 13.2,12.4 13.6,12.7C14,13 14.4,13.1 14.9,13.1C15.4,13.1 15.8,13 16.1,12.8C16.4,12.6 16.6,12.4 16.6,12C16.6,11.7 16.5,11.5 16.2,11.3C16,10.9 15.6,10.8 15,10.6L14,10.3C13.3,10.1 12.8,9.9 12.3,9.5C11.9,9.1 11.6,8.6 11.6,7.9C11.6,7.4 11.8,7 12.1,6.6C12.4,6.2 12.8,5.9 13.3,5.7C13.8,5.5 14.3,5.4 14.9,5.4C15.6,5.4 16.3,5.6 16.9,5.9C17.5,6.2 17.9,6.7 18.1,7.3L18.1,7.4L16.7,8L16.6,7.9C16.3,7.2 15.7,6.9 14.8,6.9C14.4,6.9 14,7 13.7,7.2C13.4,7.4 13.3,7.6 13.3,7.9C13.3,8.2 13.4,8.4 13.6,8.5C13.8,8.7 14.2,8.8 14.6,8.9L15.8,9.2C16.6,9.4 17.2,9.7 17.7,10.1C18.1,10.5 18.3,11 18.3,11.7C18.3,12.2 18.1,12.7 17.8,13.1C17.5,13.5 17.1,13.8 16.6,14C16.1,14.3 15.5,14.4 14.9,14.4ZM11.6,12.1C11.8,12.7 12.2,13.1 12.8,13.5C13.4,13.9 14.1,14.1 14.9,14.1C15.5,14.1 16,14 16.5,13.8C17,13.6 17.3,13.3 17.6,13C17.9,12.6 18,12.2 18,11.8C18,11.3 17.8,10.8 17.4,10.4C17,10 16.4,9.7 15.6,9.5L14.4,9.2C13.9,9.1 13.5,8.9 13.3,8.7C13.1,8.5 13,8.2 13,7.9C13,7.5 13.2,7.2 13.6,7C14,6.8 14.4,6.7 14.8,6.7C15.7,6.7 16.4,7.1 16.8,7.8L17.8,7.4C17.6,6.9 17.2,6.5 16.7,6.3C16.2,6 15.5,5.9 14.8,5.9C14.3,5.9 13.8,6 13.3,6.2C12.9,6.4 12.5,6.6 12.2,7C11.9,7.3 11.8,7.7 11.8,8.2C11.8,8.8 12,9.2 12.4,9.6C12.9,9.7 13.4,10 14,10.1L15,10.4C15.6,10.6 16.1,10.7 16.4,11C16.7,11.2 16.9,11.5 16.9,11.9C16.9,12.3 16.7,12.7 16.3,12.9C15.9,13.1 15.5,13.2 14.9,13.2C14.4,13.2 13.9,13.1 13.5,12.8C13.1,12.5 12.8,12.2 12.6,11.7L11.6,12.1ZM9.9,14.1L8.3,14.1L8.3,5.7L9.9,5.7L9.9,14.1ZM8.6,13.9L9.7,13.9L9.7,6L8.6,6L8.6,13.9ZM6.8,14.1L0.2,14.1L0.2,2.4L1.8,2.4L1.8,12.6L6.8,12.6L6.8,14.1ZM0.4,13.9L6.5,13.9L6.5,12.9L1.5,12.9L1.5,2.7L0.4,2.7L0.4,13.9ZM31.2,13.2C30.7,13.2 30.2,13.1 29.8,12.8C29.4,12.5 29.2,12.1 29.2,11.6C29.2,11.1 29.4,10.6 29.8,10.3C30.2,10 30.8,9.8 31.6,9.8C32,9.8 32.4,9.9 32.8,10C33.2,10.1 33.5,10.3 33.8,10.4L33.9,10.4L33.9,10.5C33.9,11 33.8,11.4 33.5,11.9C33.2,12.4 32.9,12.6 32.5,12.9C32.1,13.1 31.6,13.2 31.2,13.2ZM31.6,10C30.9,10 30.3,10.1 30,10.4C29.6,10.7 29.5,11 29.5,11.5C29.5,11.9 29.7,12.2 30,12.5C30.3,12.8 30.7,12.9 31.2,12.9C31.6,12.9 32,12.8 32.4,12.6C32.8,12.4 33.1,12.1 33.3,11.7C33.5,11.3 33.6,11 33.6,10.5C33.4,10.4 33.1,10.2 32.7,10.1C32.4,10.1 32,10 31.6,10ZM22.6,13.2C22.1,13.2 21.6,13.1 21.2,12.8C20.8,12.5 20.6,12.1 20.6,11.6C20.6,11.1 20.8,10.6 21.2,10.3C21.6,10 22.2,9.8 23,9.8C23.4,9.8 23.8,9.9 24.2,10C24.6,10.1 24.9,10.3 25.2,10.4L25.3,10.4L25.3,10.5C25.3,11 25.2,11.4 24.9,11.9C24.6,12.4 24.3,12.6 23.9,12.9C23.5,13.1 23.1,13.2 22.6,13.2ZM23,10C22.3,10 21.7,10.1 21.4,10.4C21,10.7 20.9,11 20.9,11.5C20.9,11.9 21.1,12.2 21.4,12.5C21.7,12.8 22.1,12.9 22.6,12.9C23,12.9 23.4,12.8 23.8,12.6C24.2,12.4 24.5,12.1 24.7,11.7C24.9,11.3 25,11 25.1,10.5C24.9,10.4 24.6,10.2 24.2,10.1C23.8,10.1 23.5,10 23,10ZM9.1,4.5C8.8,4.5 8.5,4.4 8.3,4.2C8.1,3.9 8,3.7 8,3.4C8,3.1 8.1,2.8 8.3,2.6C8.5,2.4 8.8,2.3 9.1,2.3C9.4,2.3 9.7,2.4 9.9,2.6C10.1,2.8 10.2,3.1 10.2,3.4C10.2,3.7 10.1,4 9.9,4.2C9.7,4.4 9.4,4.5 9.1,4.5ZM9.1,2.5C8.9,2.5 8.7,2.6 8.5,2.7C8.3,2.9 8.3,3.1 8.3,3.4C8.3,3.6 8.4,3.8 8.6,4C8.8,4.2 9,4.3 9.2,4.3C9.4,4.3 9.6,4.2 9.8,4.1C9.9,3.8 10,3.6 10,3.4C10,3.2 9.9,3 9.8,2.8C9.5,2.6 9.3,2.5 9.1,2.5ZM32.9,4.1C32.6,4.1 32.4,4 32.2,3.8C32,3.6 31.9,3.4 31.9,3.1C31.9,2.8 32,2.6 32.2,2.4C32.4,2.2 32.6,2.1 32.9,2.1C33.2,2.1 33.4,2.2 33.6,2.4C33.8,2.6 33.9,2.8 33.9,3.1C33.9,3.4 33.8,3.6 33.6,3.8C33.4,4 33.2,4.1 32.9,4.1ZM32.9,2.4C32.7,2.4 32.5,2.5 32.4,2.6C32.3,2.7 32.2,2.9 32.2,3.1C32.2,3.3 32.3,3.5 32.4,3.6C32.6,3.7 32.7,3.8 32.9,3.8C33.1,3.8 33.3,3.7 33.4,3.6C33.5,3.5 33.6,3.3 33.6,3.1C33.6,2.9 33.5,2.7 33.4,2.6C33.3,2.5 33.1,2.4 32.9,2.4ZM30.3,4.1C30,4.1 29.8,4 29.6,3.8C29.4,3.6 29.3,3.4 29.3,3.1C29.3,2.8 29.4,2.6 29.6,2.4C29.8,2.2 30,2.1 30.3,2.1C30.6,2.1 30.8,2.2 31,2.4C31.2,2.6 31.3,2.8 31.3,3.1C31.3,3.4 31.2,3.6 31,3.8C30.8,4 30.5,4.1 30.3,4.1ZM30.3,2.4C30.1,2.4 29.9,2.5 29.8,2.6C29.7,2.7 29.6,2.9 29.6,3.1C29.6,3.3 29.7,3.5 29.8,3.6C29.9,3.7 30.1,3.8 30.3,3.8C30.5,3.8 30.7,3.7 30.8,3.6C30.9,3.5 31,3.3 31,3.1C31,2.9 30.9,2.7 30.8,2.6C30.6,2.5 30.5,2.4 30.3,2.4ZM24.3,4.1C24,4.1 23.8,4 23.6,3.8C23.4,3.6 23.3,3.4 23.3,3.1C23.3,2.8 23.4,2.6 23.6,2.4C23.8,2.2 24,2.1 24.3,2.1C24.6,2.1 24.8,2.2 25,2.4C25.2,2.6 25.3,2.8 25.3,3.1C25.3,3.4 25.2,3.6 25,3.8C24.8,4 24.6,4.1 24.3,4.1ZM24.3,2.4C24.1,2.4 23.9,2.5 23.8,2.6C23.7,2.7 23.6,2.9 23.6,3.1C23.6,3.3 23.7,3.5 23.8,3.6C24,3.7 24.1,3.8 24.3,3.8C24.5,3.8 24.7,3.7 24.8,3.6C24.9,3.5 25,3.3 25,3.1C25,2.9 24.9,2.7 24.8,2.6C24.7,2.5 24.5,2.4 24.3,2.4ZM21.7,4.1C21.4,4.1 21.2,4 21,3.8C20.8,3.6 20.7,3.4 20.7,3.1C20.7,2.8 20.8,2.6 21,2.4C21.2,2.2 21.4,2.1 21.7,2.1C22,2.1 22.2,2.2 22.4,2.4C22.6,2.6 22.7,2.8 22.7,3.1C22.7,3.4 22.6,3.6 22.4,3.8C22.2,4 22,4.1 21.7,4.1ZM21.7,2.4C21.5,2.4 21.3,2.5 21.2,2.6C21,2.8 21,2.9 21,3.1C21,3.3 21.1,3.5 21.2,3.6C21.3,3.7 21.5,3.8 21.7,3.8C21.9,3.8 22.1,3.7 22.2,3.6C22.3,3.5 22.4,3.3 22.4,3.1C22.4,2.9 22.3,2.7 22.2,2.6C22.1,2.5 21.9,2.4 21.7,2.4Z"
|
|
11
|
+
android:fillColor="#FFFFFF"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M85,2.5L86.4,2.5L86.4,5.9L86.3,7L86.4,7C86.6,6.6 87,6.2 87.5,6C88,5.8 88.5,5.6 89.1,5.6C90.1,5.6 90.8,5.9 91.4,6.5C92,7.1 92.2,7.9 92.2,8.8L92.2,14L90.7,14L90.7,9C90.7,8.3 90.5,7.7 90.1,7.4C89.8,7 89.3,6.8 88.7,6.8C88.3,6.8 87.9,6.9 87.5,7.2C87.1,7.5 86.9,7.8 86.7,8.2C86.5,8.6 86.4,9 86.4,9.5L86.4,14L85,14L85,2.5ZM95,4.3C94.7,4.3 94.5,4.2 94.3,4C94.1,3.9 94,3.6 94,3.4C94,3.2 94.1,2.9 94.3,2.7C94.5,2.5 94.7,2.4 95,2.4C95.3,2.4 95.5,2.5 95.7,2.7C95.9,2.9 96,3.1 96,3.4C96,3.7 95.9,3.9 95.7,4C95.5,4.2 95.3,4.3 95,4.3ZM94.3,5.8L95.6,5.8L95.6,14L94.3,14L94.3,5.8ZM98,5.8L99.3,5.8L99.3,7L99.4,7C99.6,6.6 100,6.3 100.5,6C101,5.7 101.5,5.6 102.1,5.6C103.1,5.6 103.8,5.9 104.3,6.5C104.8,7.1 105,7.8 105,8.8L105,14L103.6,14L103.6,9C103.6,8.2 103.4,7.7 103.1,7.4C102.7,7.1 102.2,6.9 101.6,6.9C101.2,6.9 100.8,7 100.4,7.3C100,7.6 99.8,7.9 99.6,8.3C99.4,8.7 99.3,9.1 99.3,9.6L99.3,14L98,14L98,5.8Z"
|
|
14
|
+
android:fillColor="#FFFFFF"/>
|
|
15
|
+
<path
|
|
16
|
+
android:pathData="M105.1,14.1L103.5,14.1L103.5,9C103.5,8.3 103.3,7.8 103,7.4C102.7,7.1 102.2,6.9 101.6,6.9C101.2,6.9 100.8,7 100.5,7.2C100.2,7.4 99.9,7.7 99.7,8.1C99.5,8.5 99.4,8.9 99.4,9.3L99.4,14L97.8,14L97.8,5.7L99.3,5.7L99.3,6.7C99.5,6.4 99.8,6.1 100.2,5.9C100.7,5.6 101.3,5.5 101.8,5.5C102.8,5.5 103.6,5.8 104.1,6.4C104.6,7 104.9,7.8 104.9,8.8L104.9,14.1L105.1,14.1ZM103.8,13.9L104.9,13.9L104.9,8.8C104.9,7.9 104.7,7.1 104.2,6.6C103.7,6 102.9,5.7 102,5.7C101.5,5.7 101,5.8 100.5,6.1C100,6.4 99.7,6.7 99.5,7.1L99.5,7.2L99.2,7.2L99.2,6L98.2,6L98.2,13.9L99.3,13.9L99.3,9.4C99.3,8.9 99.4,8.5 99.6,8.1C99.8,7.7 100.1,7.3 100.4,7.1C100.8,6.8 101.2,6.7 101.6,6.7C102.3,6.7 102.8,6.9 103.2,7.2C103.6,7.6 103.8,8.2 103.8,8.9L103.8,13.9ZM95.8,14.1L94.2,14.1L94.2,5.7L95.8,5.7L95.8,14.1ZM94.5,13.9L95.6,13.9L95.6,6L94.5,6L94.5,13.9ZM92.2,14.1L90.6,14.1L90.6,9C90.6,8.3 90.4,7.8 90.1,7.5C89.7,7.1 89.3,6.9 88.7,6.9C88.3,6.9 87.9,7 87.6,7.3C87.3,7.5 87,7.9 86.8,8.2C86.6,8.6 86.5,9 86.5,9.5L86.5,14.2L84.9,14.2L84.9,2.4L86.5,2.4L86.5,5.9L86.5,6.7C86.7,6.4 87,6.1 87.4,5.9C87.9,5.6 88.4,5.5 89,5.5C90,5.5 90.8,5.8 91.4,6.4C91.9,7 92.2,7.8 92.2,8.8L92.2,14.1ZM90.8,13.9L92,13.9L92,8.8C92,7.9 91.7,7.1 91.2,6.6C90.7,6 90,5.7 89,5.7C88.5,5.7 88,5.8 87.5,6.1C87,6.4 86.7,6.7 86.5,7.1L86.5,7.2L86.2,7.2L86.3,5.9L86.3,2.7L85.1,2.7L85.1,13.9L86.2,13.9L86.2,9.5C86.2,9 86.3,8.6 86.5,8.2C86.7,7.8 87,7.4 87.4,7.2C87.8,6.9 88.2,6.8 88.6,6.8C89.2,6.8 89.7,7 90.1,7.4C90.5,7.8 90.7,8.4 90.7,9.1L90.7,13.9L90.8,13.9ZM95,4.5C94.7,4.5 94.4,4.4 94.2,4.2C94,3.9 93.9,3.7 93.9,3.4C93.9,3.1 94,2.8 94.2,2.6C94.4,2.4 94.7,2.3 95,2.3C95.3,2.3 95.6,2.4 95.8,2.6C96,2.8 96.1,3.1 96.1,3.4C96.1,3.7 96,4 95.8,4.2C95.6,4.4 95.3,4.5 95,4.5ZM95,2.5C94.8,2.5 94.6,2.6 94.4,2.7C94.2,2.9 94.2,3.1 94.2,3.4C94.2,3.6 94.3,3.8 94.5,4C94.6,4.1 94.8,4.2 95,4.2C95.2,4.2 95.4,4.1 95.6,4C95.8,3.8 95.8,3.6 95.8,3.4C95.8,3.2 95.7,3 95.6,2.8C95.4,2.6 95.2,2.5 95,2.5Z"
|
|
17
|
+
android:fillColor="#FFFFFF"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M62.476,3.587L62.476,7.687L64.976,7.687C65.576,7.687 66.076,7.487 66.476,7.087C66.876,6.687 67.076,6.187 67.076,5.687C67.076,5.187 66.876,4.687 66.476,4.287C66.176,3.887 65.676,3.587 65.076,3.587L62.476,3.587ZM62.476,9.187L62.476,13.887L60.976,13.887L60.976,2.187L64.976,2.187C65.976,2.187 66.876,2.487 67.576,3.187C68.276,3.887 68.676,4.687 68.676,5.687C68.676,6.687 68.276,7.487 67.576,8.187C66.876,8.887 65.976,9.187 64.976,9.187L62.476,9.187Z"
|
|
20
|
+
android:fillColor="#FFFFFF"/>
|
|
21
|
+
<path
|
|
22
|
+
android:pathData="M70.176,11.487C70.176,11.887 70.376,12.187 70.676,12.487C70.976,12.787 71.376,12.887 71.876,12.887C72.476,12.887 73.076,12.687 73.576,12.187C74.076,11.687 74.276,11.187 74.276,10.587C73.776,10.187 73.176,9.987 72.276,9.987C71.676,9.987 71.176,10.087 70.776,10.387C70.376,10.687 70.176,10.987 70.176,11.487M72.176,5.587C73.276,5.587 74.176,5.887 74.776,6.487C75.376,7.087 75.776,7.887 75.776,8.887L75.776,13.787L74.376,13.787L74.376,12.687L74.276,12.687C73.676,13.587 72.776,14.087 71.776,14.087C70.876,14.087 70.176,13.787 69.576,13.287C68.976,12.787 68.676,12.087 68.676,11.287C68.676,10.487 68.976,9.787 69.576,9.287C70.176,8.787 71.076,8.587 72.076,8.587C72.976,8.587 73.676,8.787 74.276,9.087L74.276,8.887C74.276,8.387 74.076,7.887 73.676,7.587C73.276,7.187 72.776,7.087 72.176,7.087C71.376,7.087 70.676,7.487 70.176,8.187L68.876,7.187C69.676,6.187 70.676,5.587 72.176,5.587"
|
|
23
|
+
android:fillColor="#FFFFFF"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M83.961,5.847l-5,11.6l-1.5,0l1.8,-4.1l-3.3,-7.5l1.7,0l2.3,5.8l0.1,0l2.3,-5.8z"
|
|
26
|
+
android:fillColor="#FFFFFF"/>
|
|
27
|
+
<path
|
|
28
|
+
android:pathData="M56.461,8.161C56.461,7.661 56.461,7.261 56.361,6.761L49.961,6.761L49.961,9.361L53.561,9.361C53.361,10.161 52.961,10.961 52.261,11.361L52.261,13.061L54.461,13.061C55.761,11.861 56.461,10.161 56.461,8.161"
|
|
29
|
+
android:fillColor="#4285F4"/>
|
|
30
|
+
<path
|
|
31
|
+
android:pathData="M49.961,14.661C51.761,14.661 53.261,14.061 54.461,13.061L52.261,11.361C51.661,11.761 50.861,11.961 49.961,11.961C48.261,12.061 46.761,10.861 46.261,9.261L43.961,9.261L43.961,10.961C45.061,13.161 47.361,14.661 49.961,14.661"
|
|
32
|
+
android:fillColor="#34A853"/>
|
|
33
|
+
<path
|
|
34
|
+
android:pathData="M46.261,9.261C46.061,8.861 45.961,8.461 45.961,7.961C45.961,7.461 46.061,7.061 46.261,6.661L46.261,4.961L43.961,4.961C43.561,5.861 43.261,6.861 43.261,7.961C43.261,9.061 43.561,10.061 43.961,10.961L46.261,9.261Z"
|
|
35
|
+
android:fillColor="#FABB05"/>
|
|
36
|
+
<path
|
|
37
|
+
android:pathData="M49.961,3.961C50.961,3.961 51.861,4.261 52.561,4.961L54.461,3.061C53.361,1.961 51.761,1.261 49.961,1.261C47.361,1.261 45.061,2.761 43.961,4.961L46.261,6.661C46.761,5.061 48.261,3.961 49.961,3.961"
|
|
38
|
+
android:fillColor="#E94235"/>
|
|
39
|
+
</vector>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="108dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="108"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="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.982ZM11.672,4.824C11.383,4.824 11.138,4.724 10.937,4.523C10.736,4.322 10.636,4.077 10.636,3.788C10.636,3.499 10.736,3.254 10.937,3.053C11.138,2.852 11.383,2.752 11.672,2.752C11.961,2.752 12.206,2.852 12.407,3.053C12.608,3.254 12.708,3.499 12.708,3.788C12.708,4.077 12.608,4.322 12.407,4.523C12.206,4.724 11.961,4.824 11.672,4.824ZM10.3,16.164C10.001,16.164 9.74,16.131 9.516,16.066L9.516,14.582C9.721,14.694 9.941,14.75 10.174,14.75C10.435,14.75 10.622,14.671 10.734,14.512C10.846,14.353 10.902,14.115 10.902,13.798L10.902,5.86L12.442,5.86L12.442,13.826C12.442,14.619 12.248,15.207 11.861,15.59C11.474,15.973 10.953,16.164 10.3,16.164ZM17.786,13.224C17.067,13.224 16.423,13.058 15.854,12.727C15.285,12.396 14.841,11.941 14.524,11.362C14.207,10.783 14.048,10.139 14.048,9.43C14.048,8.721 14.207,8.077 14.524,7.498C14.841,6.919 15.285,6.464 15.854,6.133C16.423,5.802 17.067,5.636 17.786,5.636C18.505,5.636 19.149,5.804 19.718,6.14C20.287,6.476 20.731,6.933 21.048,7.512C21.365,8.091 21.524,8.73 21.524,9.43C21.524,10.139 21.365,10.783 21.048,11.362C20.731,11.941 20.287,12.396 19.718,12.727C19.149,13.058 18.505,13.224 17.786,13.224ZM17.786,11.81C18.178,11.81 18.542,11.714 18.878,11.523C19.214,11.332 19.482,11.056 19.683,10.697C19.884,10.338 19.984,9.915 19.984,9.43C19.984,8.945 19.884,8.525 19.683,8.17C19.482,7.815 19.214,7.542 18.878,7.351C18.542,7.16 18.178,7.064 17.786,7.064C17.394,7.064 17.03,7.16 16.694,7.351C16.358,7.542 16.09,7.815 15.889,8.17C15.688,8.525 15.588,8.945 15.588,9.43C15.588,9.915 15.688,10.338 15.889,10.697C16.09,11.056 16.358,11.332 16.694,11.523C17.03,11.714 17.394,11.81 17.786,11.81ZM25.622,13.224C24.754,13.224 24.094,12.965 23.641,12.447C23.188,11.929 22.962,11.208 22.962,10.284L22.962,5.86L24.502,5.86L24.502,10.074C24.502,10.653 24.64,11.087 24.915,11.376C25.19,11.665 25.552,11.81 26,11.81C26.364,11.81 26.686,11.714 26.966,11.523C27.246,11.332 27.461,11.077 27.61,10.76C27.759,10.443 27.834,10.102 27.834,9.738L27.834,5.86L29.374,5.86L29.374,13L27.918,13L27.918,12.076L27.834,12.076C27.638,12.412 27.335,12.687 26.924,12.902C26.513,13.117 26.079,13.224 25.622,13.224ZM34.312,13.112C33.995,13.112 33.696,13.061 33.416,12.958C33.136,12.855 32.907,12.72 32.73,12.552C32.329,12.151 32.128,11.605 32.128,10.914L32.128,7.218L30.882,7.218L30.882,5.86L32.128,5.86L32.128,3.844L33.668,3.844L33.668,5.86L35.404,5.86L35.404,7.218L33.668,7.218L33.668,10.578C33.668,10.961 33.743,11.231 33.892,11.39C34.032,11.577 34.275,11.67 34.62,11.67C34.779,11.67 34.919,11.649 35.04,11.607C35.161,11.565 35.292,11.497 35.432,11.404L35.432,12.902C35.124,13.042 34.751,13.112 34.312,13.112ZM40.006,13.224C39.306,13.224 38.678,13.061 38.123,12.734C37.568,12.407 37.134,11.957 36.821,11.383C36.508,10.809 36.352,10.163 36.352,9.444C36.352,8.763 36.504,8.13 36.807,7.547C37.11,6.964 37.533,6.499 38.074,6.154C38.615,5.809 39.231,5.636 39.922,5.636C40.641,5.636 41.264,5.795 41.791,6.112C42.318,6.429 42.72,6.863 42.995,7.414C43.27,7.965 43.408,8.585 43.408,9.276C43.408,9.407 43.394,9.57 43.366,9.766L37.892,9.766C37.948,10.429 38.184,10.94 38.599,11.299C39.014,11.658 39.497,11.838 40.048,11.838C40.487,11.838 40.867,11.738 41.189,11.537C41.511,11.336 41.77,11.063 41.966,10.718L43.268,11.334C42.932,11.922 42.493,12.384 41.952,12.72C41.411,13.056 40.762,13.224 40.006,13.224ZM41.84,8.59C41.821,8.338 41.742,8.088 41.602,7.841C41.462,7.594 41.25,7.386 40.965,7.218C40.68,7.05 40.333,6.966 39.922,6.966C39.427,6.966 39.01,7.113 38.669,7.407C38.328,7.701 38.093,8.095 37.962,8.59L41.84,8.59ZM44.958,5.86L46.428,5.86L46.428,6.91L46.498,6.91C46.657,6.546 46.932,6.245 47.324,6.007C47.716,5.769 48.131,5.65 48.57,5.65C48.915,5.65 49.205,5.697 49.438,5.79L49.438,7.386C49.027,7.237 48.659,7.162 48.332,7.162C47.977,7.162 47.662,7.255 47.387,7.442C47.112,7.629 46.895,7.878 46.736,8.191C46.577,8.504 46.498,8.847 46.498,9.22L46.498,13L44.958,13L44.958,5.86ZM56.43,13.224C55.917,13.224 55.459,13.124 55.058,12.923C54.657,12.722 54.344,12.438 54.12,12.069C53.896,11.7 53.784,11.283 53.784,10.816C53.784,10.079 54.062,9.495 54.617,9.066C55.172,8.637 55.875,8.422 56.724,8.422C57.144,8.422 57.522,8.462 57.858,8.541C58.194,8.62 58.46,8.707 58.656,8.8L58.656,8.436C58.656,7.997 58.493,7.64 58.166,7.365C57.839,7.09 57.419,6.952 56.906,6.952C56.542,6.952 56.199,7.031 55.877,7.19C55.555,7.349 55.296,7.568 55.1,7.848L54.022,7.022C54.339,6.583 54.75,6.243 55.254,6C55.758,5.757 56.318,5.636 56.934,5.636C57.97,5.636 58.768,5.89 59.328,6.399C59.888,6.908 60.168,7.624 60.168,8.548L60.168,13L58.656,13L58.656,12.146L58.586,12.146C58.381,12.454 58.091,12.711 57.718,12.916C57.345,13.121 56.915,13.224 56.43,13.224ZM56.696,11.95C57.069,11.95 57.405,11.861 57.704,11.684C58.003,11.507 58.236,11.269 58.404,10.97C58.572,10.671 58.656,10.349 58.656,10.004C58.441,9.883 58.192,9.785 57.907,9.71C57.622,9.635 57.326,9.598 57.018,9.598C56.439,9.598 56.015,9.712 55.744,9.941C55.473,10.17 55.338,10.466 55.338,10.83C55.338,11.157 55.464,11.425 55.716,11.635C55.968,11.845 56.295,11.95 56.696,11.95ZM55.282,2.654L57.018,2.654L57.69,4.488L56.402,4.488L55.282,2.654Z"
|
|
8
|
+
android:strokeWidth="1"
|
|
9
|
+
android:fillColor="#3C4043"
|
|
10
|
+
android:fillType="evenOdd"
|
|
11
|
+
android:strokeColor="#00000000"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M86.526,2.635L86.526,6.718L89.044,6.718C89.644,6.718 90.14,6.516 90.532,6.113C90.935,5.711 91.137,5.231 91.137,4.676C91.137,4.132 90.935,3.658 90.532,3.254C90.14,2.841 89.644,2.634 89.044,2.634L86.526,2.634L86.526,2.635ZM86.526,8.155L86.526,12.891L85.022,12.891L85.022,1.198L89.011,1.198C90.025,1.198 90.885,1.535 91.594,2.21C92.314,2.885 92.674,3.707 92.674,4.676C92.674,5.667 92.314,6.495 91.594,7.158C90.897,7.823 90.035,8.154 89.011,8.154L86.526,8.154L86.526,8.155Z"
|
|
14
|
+
android:strokeWidth="1"
|
|
15
|
+
android:fillColor="#5F6368"
|
|
16
|
+
android:fillType="evenOdd"
|
|
17
|
+
android:strokeColor="#00000000"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M94.194,10.442C94.194,10.834 94.36,11.16 94.693,11.422C95.025,11.683 95.415,11.813 95.861,11.813C96.494,11.813 97.057,11.579 97.553,11.112C98.05,10.643 98.297,10.093 98.297,9.463C97.828,9.092 97.174,8.907 96.335,8.907C95.724,8.907 95.215,9.055 94.807,9.349C94.398,9.643 94.194,10.006 94.194,10.442M96.14,4.627C97.252,4.627 98.129,4.924 98.773,5.518C99.415,6.111 99.737,6.925 99.737,7.959L99.737,12.891L98.298,12.891L98.298,11.781L98.233,11.781C97.611,12.695 96.783,13.153 95.747,13.153C94.865,13.153 94.126,12.891 93.532,12.369C92.938,11.846 92.641,11.193 92.641,10.409C92.641,9.581 92.954,8.923 93.581,8.433C94.208,7.943 95.044,7.698 96.09,7.698C96.983,7.698 97.72,7.861 98.297,8.188L98.297,7.844C98.297,7.322 98.09,6.878 97.676,6.513C97.261,6.149 96.777,5.967 96.221,5.967C95.381,5.967 94.717,6.32 94.226,7.029L92.901,6.195C93.632,5.15 94.711,4.627 96.14,4.627"
|
|
20
|
+
android:strokeWidth="1"
|
|
21
|
+
android:fillColor="#5F6368"
|
|
22
|
+
android:fillType="evenOdd"
|
|
23
|
+
android:strokeColor="#00000000"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M107.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="M80.448,7.134C80.448,6.661 80.408,6.205 80.332,5.768L73.988,5.768L73.988,8.356L77.622,8.356C77.466,9.199 76.994,9.917 76.278,10.398L76.278,12.079L78.447,12.079C79.716,10.908 80.448,9.179 80.448,7.134"
|
|
32
|
+
android:strokeWidth="1"
|
|
33
|
+
android:fillColor="#4285F4"
|
|
34
|
+
android:fillType="evenOdd"
|
|
35
|
+
android:strokeColor="#00000000"/>
|
|
36
|
+
<path
|
|
37
|
+
android:pathData="M73.988,13.701C75.804,13.701 77.332,13.105 78.447,12.079L76.278,10.398C75.675,10.804 74.897,11.041 73.988,11.041C72.234,11.041 70.744,9.859 70.212,8.267L67.978,8.267L67.978,9.998C69.085,12.193 71.36,13.701 73.988,13.701"
|
|
38
|
+
android:strokeWidth="1"
|
|
39
|
+
android:fillColor="#34A853"
|
|
40
|
+
android:fillType="evenOdd"
|
|
41
|
+
android:strokeColor="#00000000"/>
|
|
42
|
+
<path
|
|
43
|
+
android:pathData="M70.212,8.267C70.076,7.861 70.001,7.428 70.001,6.981C70.001,6.534 70.076,6.101 70.212,5.695L70.212,3.964L67.978,3.964C67.52,4.871 67.261,5.896 67.261,6.981C67.261,8.066 67.52,9.091 67.978,9.998L70.212,8.267Z"
|
|
44
|
+
android:strokeWidth="1"
|
|
45
|
+
android:fillColor="#FABB05"
|
|
46
|
+
android:fillType="evenOdd"
|
|
47
|
+
android:strokeColor="#00000000"/>
|
|
48
|
+
<path
|
|
49
|
+
android:pathData="M73.988,2.921C74.98,2.921 75.868,3.262 76.569,3.929L76.569,3.93L78.489,2.012C77.323,0.928 75.803,0.261 73.988,0.261C71.36,0.261 69.085,1.769 67.978,3.964L70.212,5.695C70.744,4.103 72.234,2.921 73.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="108dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="108"
|
|
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.982ZM11.672,4.824C11.383,4.824 11.138,4.724 10.937,4.523C10.736,4.322 10.636,4.077 10.636,3.788C10.636,3.499 10.736,3.254 10.937,3.053C11.138,2.852 11.383,2.752 11.672,2.752C11.961,2.752 12.206,2.852 12.407,3.053C12.608,3.254 12.708,3.499 12.708,3.788C12.708,4.077 12.608,4.322 12.407,4.523C12.206,4.724 11.961,4.824 11.672,4.824ZM10.3,16.164C10.001,16.164 9.74,16.131 9.516,16.066L9.516,14.582C9.721,14.694 9.941,14.75 10.174,14.75C10.435,14.75 10.622,14.671 10.734,14.512C10.846,14.353 10.902,14.115 10.902,13.798L10.902,5.86L12.442,5.86L12.442,13.826C12.442,14.619 12.248,15.207 11.861,15.59C11.474,15.973 10.953,16.164 10.3,16.164ZM17.786,13.224C17.067,13.224 16.423,13.058 15.854,12.727C15.285,12.396 14.841,11.941 14.524,11.362C14.207,10.783 14.048,10.139 14.048,9.43C14.048,8.721 14.207,8.077 14.524,7.498C14.841,6.919 15.285,6.464 15.854,6.133C16.423,5.802 17.067,5.636 17.786,5.636C18.505,5.636 19.149,5.804 19.718,6.14C20.287,6.476 20.731,6.933 21.048,7.512C21.365,8.091 21.524,8.73 21.524,9.43C21.524,10.139 21.365,10.783 21.048,11.362C20.731,11.941 20.287,12.396 19.718,12.727C19.149,13.058 18.505,13.224 17.786,13.224ZM17.786,11.81C18.178,11.81 18.542,11.714 18.878,11.523C19.214,11.332 19.482,11.056 19.683,10.697C19.884,10.338 19.984,9.915 19.984,9.43C19.984,8.945 19.884,8.525 19.683,8.17C19.482,7.815 19.214,7.542 18.878,7.351C18.542,7.16 18.178,7.064 17.786,7.064C17.394,7.064 17.03,7.16 16.694,7.351C16.358,7.542 16.09,7.815 15.889,8.17C15.688,8.525 15.588,8.945 15.588,9.43C15.588,9.915 15.688,10.338 15.889,10.697C16.09,11.056 16.358,11.332 16.694,11.523C17.03,11.714 17.394,11.81 17.786,11.81ZM25.622,13.224C24.754,13.224 24.094,12.965 23.641,12.447C23.188,11.929 22.962,11.208 22.962,10.284L22.962,5.86L24.502,5.86L24.502,10.074C24.502,10.653 24.64,11.087 24.915,11.376C25.19,11.665 25.552,11.81 26,11.81C26.364,11.81 26.686,11.714 26.966,11.523C27.246,11.332 27.461,11.077 27.61,10.76C27.759,10.443 27.834,10.102 27.834,9.738L27.834,5.86L29.374,5.86L29.374,13L27.918,13L27.918,12.076L27.834,12.076C27.638,12.412 27.335,12.687 26.924,12.902C26.513,13.117 26.079,13.224 25.622,13.224ZM34.312,13.112C33.995,13.112 33.696,13.061 33.416,12.958C33.136,12.855 32.907,12.72 32.73,12.552C32.329,12.151 32.128,11.605 32.128,10.914L32.128,7.218L30.882,7.218L30.882,5.86L32.128,5.86L32.128,3.844L33.668,3.844L33.668,5.86L35.404,5.86L35.404,7.218L33.668,7.218L33.668,10.578C33.668,10.961 33.743,11.231 33.892,11.39C34.032,11.577 34.275,11.67 34.62,11.67C34.779,11.67 34.919,11.649 35.04,11.607C35.161,11.565 35.292,11.497 35.432,11.404L35.432,12.902C35.124,13.042 34.751,13.112 34.312,13.112ZM40.006,13.224C39.306,13.224 38.678,13.061 38.123,12.734C37.568,12.407 37.134,11.957 36.821,11.383C36.508,10.809 36.352,10.163 36.352,9.444C36.352,8.763 36.504,8.13 36.807,7.547C37.11,6.964 37.533,6.499 38.074,6.154C38.615,5.809 39.231,5.636 39.922,5.636C40.641,5.636 41.264,5.795 41.791,6.112C42.318,6.429 42.72,6.863 42.995,7.414C43.27,7.965 43.408,8.585 43.408,9.276C43.408,9.407 43.394,9.57 43.366,9.766L37.892,9.766C37.948,10.429 38.184,10.94 38.599,11.299C39.014,11.658 39.497,11.838 40.048,11.838C40.487,11.838 40.867,11.738 41.189,11.537C41.511,11.336 41.77,11.063 41.966,10.718L43.268,11.334C42.932,11.922 42.493,12.384 41.952,12.72C41.411,13.056 40.762,13.224 40.006,13.224ZM41.84,8.59C41.821,8.338 41.742,8.088 41.602,7.841C41.462,7.594 41.25,7.386 40.965,7.218C40.68,7.05 40.333,6.966 39.922,6.966C39.427,6.966 39.01,7.113 38.669,7.407C38.328,7.701 38.093,8.095 37.962,8.59L41.84,8.59ZM44.958,5.86L46.428,5.86L46.428,6.91L46.498,6.91C46.657,6.546 46.932,6.245 47.324,6.007C47.716,5.769 48.131,5.65 48.57,5.65C48.915,5.65 49.205,5.697 49.438,5.79L49.438,7.386C49.027,7.237 48.659,7.162 48.332,7.162C47.977,7.162 47.662,7.255 47.387,7.442C47.112,7.629 46.895,7.878 46.736,8.191C46.577,8.504 46.498,8.847 46.498,9.22L46.498,13L44.958,13L44.958,5.86ZM56.43,13.224C55.917,13.224 55.459,13.124 55.058,12.923C54.657,12.722 54.344,12.438 54.12,12.069C53.896,11.7 53.784,11.283 53.784,10.816C53.784,10.079 54.062,9.495 54.617,9.066C55.172,8.637 55.875,8.422 56.724,8.422C57.144,8.422 57.522,8.462 57.858,8.541C58.194,8.62 58.46,8.707 58.656,8.8L58.656,8.436C58.656,7.997 58.493,7.64 58.166,7.365C57.839,7.09 57.419,6.952 56.906,6.952C56.542,6.952 56.199,7.031 55.877,7.19C55.555,7.349 55.296,7.568 55.1,7.848L54.022,7.022C54.339,6.583 54.75,6.243 55.254,6C55.758,5.757 56.318,5.636 56.934,5.636C57.97,5.636 58.768,5.89 59.328,6.399C59.888,6.908 60.168,7.624 60.168,8.548L60.168,13L58.656,13L58.656,12.146L58.586,12.146C58.381,12.454 58.091,12.711 57.718,12.916C57.345,13.121 56.915,13.224 56.43,13.224ZM56.696,11.95C57.069,11.95 57.405,11.861 57.704,11.684C58.003,11.507 58.236,11.269 58.404,10.97C58.572,10.671 58.656,10.349 58.656,10.004C58.441,9.883 58.192,9.785 57.907,9.71C57.622,9.635 57.326,9.598 57.018,9.598C56.439,9.598 56.015,9.712 55.744,9.941C55.473,10.17 55.338,10.466 55.338,10.83C55.338,11.157 55.464,11.425 55.716,11.635C55.968,11.845 56.295,11.95 56.696,11.95ZM55.282,2.654L57.018,2.654L57.69,4.488L56.402,4.488L55.282,2.654Z"
|
|
8
|
+
android:strokeWidth="1"
|
|
9
|
+
android:fillColor="#FFFFFF"
|
|
10
|
+
android:fillType="evenOdd"
|
|
11
|
+
android:strokeColor="#00000000"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M86.526,2.635L86.526,6.718L89.044,6.718C89.644,6.718 90.14,6.516 90.532,6.113C90.935,5.711 91.137,5.231 91.137,4.676C91.137,4.132 90.935,3.658 90.532,3.254C90.14,2.841 89.644,2.634 89.044,2.634L86.526,2.634L86.526,2.635ZM86.526,8.155L86.526,12.891L85.022,12.891L85.022,1.198L89.011,1.198C90.025,1.198 90.885,1.535 91.594,2.21C92.314,2.885 92.674,3.707 92.674,4.676C92.674,5.667 92.314,6.495 91.594,7.158C90.897,7.823 90.035,8.154 89.011,8.154L86.526,8.154L86.526,8.155Z"
|
|
14
|
+
android:strokeWidth="1"
|
|
15
|
+
android:fillColor="#FFFFFF"
|
|
16
|
+
android:fillType="evenOdd"
|
|
17
|
+
android:strokeColor="#00000000"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M94.194,10.442C94.194,10.834 94.36,11.16 94.693,11.422C95.025,11.683 95.415,11.813 95.861,11.813C96.494,11.813 97.057,11.579 97.553,11.112C98.05,10.643 98.297,10.093 98.297,9.463C97.828,9.092 97.174,8.907 96.335,8.907C95.724,8.907 95.215,9.055 94.807,9.349C94.398,9.643 94.194,10.006 94.194,10.442M96.14,4.627C97.252,4.627 98.129,4.924 98.773,5.518C99.415,6.111 99.737,6.925 99.737,7.959L99.737,12.891L98.298,12.891L98.298,11.781L98.233,11.781C97.611,12.695 96.783,13.153 95.747,13.153C94.865,13.153 94.126,12.891 93.532,12.369C92.938,11.846 92.641,11.193 92.641,10.409C92.641,9.581 92.954,8.923 93.581,8.433C94.208,7.943 95.044,7.698 96.09,7.698C96.983,7.698 97.72,7.861 98.297,8.188L98.297,7.844C98.297,7.322 98.09,6.878 97.676,6.513C97.261,6.149 96.777,5.967 96.221,5.967C95.381,5.967 94.717,6.32 94.226,7.029L92.901,6.195C93.632,5.15 94.711,4.627 96.14,4.627"
|
|
20
|
+
android:strokeWidth="1"
|
|
21
|
+
android:fillColor="#FFFFFF"
|
|
22
|
+
android:fillType="evenOdd"
|
|
23
|
+
android:strokeColor="#00000000"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M107.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="M80.448,7.134C80.448,6.661 80.408,6.205 80.332,5.768L73.988,5.768L73.988,8.356L77.622,8.356C77.466,9.199 76.994,9.917 76.278,10.398L76.278,12.079L78.447,12.079C79.716,10.908 80.448,9.179 80.448,7.134"
|
|
32
|
+
android:strokeWidth="1"
|
|
33
|
+
android:fillColor="#4285F4"
|
|
34
|
+
android:fillType="evenOdd"
|
|
35
|
+
android:strokeColor="#00000000"/>
|
|
36
|
+
<path
|
|
37
|
+
android:pathData="M73.988,13.701C75.804,13.701 77.332,13.105 78.447,12.079L76.278,10.398C75.675,10.804 74.897,11.041 73.988,11.041C72.234,11.041 70.744,9.859 70.212,8.267L67.978,8.267L67.978,9.998C69.085,12.193 71.36,13.701 73.988,13.701"
|
|
38
|
+
android:strokeWidth="1"
|
|
39
|
+
android:fillColor="#34A853"
|
|
40
|
+
android:fillType="evenOdd"
|
|
41
|
+
android:strokeColor="#00000000"/>
|
|
42
|
+
<path
|
|
43
|
+
android:pathData="M70.212,8.267C70.076,7.861 70.001,7.428 70.001,6.981C70.001,6.534 70.076,6.101 70.212,5.695L70.212,3.964L67.978,3.964C67.52,4.871 67.261,5.896 67.261,6.981C67.261,8.066 67.52,9.091 67.978,9.998L70.212,8.267Z"
|
|
44
|
+
android:strokeWidth="1"
|
|
45
|
+
android:fillColor="#FABB05"
|
|
46
|
+
android:fillType="evenOdd"
|
|
47
|
+
android:strokeColor="#00000000"/>
|
|
48
|
+
<path
|
|
49
|
+
android:pathData="M73.988,2.921C74.98,2.921 75.868,3.262 76.569,3.929L76.569,3.93L78.489,2.012C77.323,0.928 75.803,0.261 73.988,0.261C71.36,0.261 69.085,1.769 67.978,3.964L70.212,5.695C70.744,4.103 72.234,2.921 73.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="96dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="96"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M0.148,2.976L3.354,2.976C4.39,2.976 5.2953,3.186 6.07,3.606C6.8447,4.026 7.4397,4.6163 7.855,5.377C8.2703,6.1377 8.478,7.008 8.478,7.988C8.478,8.968 8.2703,9.8383 7.855,10.599C7.4397,11.3597 6.8447,11.95 6.07,12.37C5.2953,12.79 4.39,13 3.354,13L0.148,13L0.148,2.976ZM3.326,11.502C4.446,11.502 5.321,11.1917 5.951,10.571C6.581,9.9503 6.896,9.0893 6.896,7.988C6.896,6.896 6.581,6.0373 5.951,5.412C5.321,4.7867 4.446,4.474 3.326,4.474L1.716,4.474L1.716,11.502L3.326,11.502ZM13.304,13.224C12.5853,13.224 11.9413,13.0583 11.372,12.727C10.8027,12.3957 10.3593,11.9407 10.042,11.362C9.7247,10.7833 9.566,10.1393 9.566,9.43C9.566,8.7207 9.7247,8.0767 10.042,7.498C10.3593,6.9193 10.8027,6.4643 11.372,6.133C11.9413,5.8017 12.5853,5.636 13.304,5.636C14.0227,5.636 14.6667,5.804 15.236,6.14C15.8053,6.476 16.2487,6.9333 16.566,7.512C16.8833,8.0907 17.042,8.73 17.042,9.43C17.042,10.1393 16.8833,10.7833 16.566,11.362C16.2487,11.9407 15.8053,12.3957 15.236,12.727C14.6667,13.0583 14.0227,13.224 13.304,13.224ZM13.304,11.81C13.696,11.81 14.06,11.7143 14.396,11.523C14.732,11.3317 15.0003,11.0563 15.201,10.697C15.4017,10.3377 15.502,9.9153 15.502,9.43C15.502,8.9447 15.4017,8.5247 15.201,8.17C15.0003,7.8153 14.732,7.5423 14.396,7.351C14.06,7.1597 13.696,7.064 13.304,7.064C12.912,7.064 12.548,7.1597 12.212,7.351C11.876,7.5423 11.6077,7.8153 11.407,8.17C11.2063,8.5247 11.106,8.9447 11.106,9.43C11.106,9.9153 11.2063,10.3377 11.407,10.697C11.6077,11.0563 11.876,11.3317 12.212,11.523C12.548,11.7143 12.912,11.81 13.304,11.81ZM21.658,13.224C21.014,13.224 20.4307,13.0607 19.908,12.734C19.3853,12.4073 18.9723,11.957 18.669,11.383C18.3657,10.809 18.214,10.158 18.214,9.43C18.214,8.702 18.3657,8.051 18.669,7.477C18.9723,6.903 19.3853,6.4527 19.908,6.126C20.4307,5.7993 21.014,5.636 21.658,5.636C22.162,5.636 22.6147,5.748 23.016,5.972C23.4173,6.196 23.7207,6.4713 23.926,6.798L23.996,6.798L23.926,5.79L23.926,2.976L25.466,2.976L25.466,13L23.996,13L23.996,12.076L23.926,12.076C23.7207,12.3933 23.4173,12.664 23.016,12.888C22.6147,13.112 22.162,13.224 21.658,13.224ZM21.882,11.81C22.2553,11.81 22.603,11.712 22.925,11.516C23.247,11.32 23.506,11.04 23.702,10.676C23.898,10.312 23.996,9.8967 23.996,9.43C23.996,8.9633 23.898,8.5503 23.702,8.191C23.506,7.8317 23.247,7.554 22.925,7.358C22.603,7.162 22.2553,7.064 21.882,7.064C21.5087,7.064 21.1587,7.162 20.832,7.358C20.5053,7.554 20.244,7.8317 20.048,8.191C19.852,8.5503 19.754,8.9633 19.754,9.43C19.754,9.8967 19.852,10.312 20.048,10.676C20.244,11.04 20.5053,11.32 20.832,11.516C21.1587,11.712 21.5087,11.81 21.882,11.81ZM29.578,13.224C29.0647,13.224 28.6073,13.1237 28.206,12.923C27.8047,12.7223 27.492,12.4377 27.268,12.069C27.044,11.7003 26.932,11.2827 26.932,10.816C26.932,10.0787 27.2097,9.4953 27.765,9.066C28.3203,8.6367 29.0227,8.422 29.872,8.422C30.292,8.422 30.67,8.4617 31.006,8.541C31.342,8.6203 31.608,8.7067 31.804,8.8L31.804,8.436C31.804,7.9973 31.6407,7.6403 31.314,7.365C30.9873,7.0897 30.5673,6.952 30.054,6.952C29.69,6.952 29.347,7.0313 29.025,7.19C28.703,7.3487 28.444,7.568 28.248,7.848L27.17,7.022C27.4873,6.5833 27.898,6.2427 28.402,6C28.906,5.7573 29.466,5.636 30.082,5.636C31.118,5.636 31.916,5.8903 32.476,6.399C33.036,6.9077 33.316,7.624 33.316,8.548L33.316,13L31.804,13L31.804,12.146L31.734,12.146C31.5287,12.454 31.2393,12.7107 30.866,12.916C30.4927,13.1213 30.0633,13.224 29.578,13.224ZM29.844,11.95C30.2173,11.95 30.5533,11.8613 30.852,11.684C31.1507,11.5067 31.384,11.2687 31.552,10.97C31.72,10.6713 31.804,10.3493 31.804,10.004C31.5893,9.8827 31.3397,9.7847 31.055,9.71C30.7703,9.6353 30.474,9.598 30.166,9.598C29.5873,9.598 29.1627,9.7123 28.892,9.941C28.6213,10.1697 28.486,10.466 28.486,10.83C28.486,11.1567 28.612,11.425 28.864,11.635C29.116,11.845 29.4427,11.95 29.844,11.95ZM36.028,4.824C35.7387,4.824 35.4937,4.7237 35.293,4.523C35.0923,4.3223 34.992,4.0773 34.992,3.788C34.992,3.4987 35.0923,3.2537 35.293,3.053C35.4937,2.8523 35.7387,2.752 36.028,2.752C36.3173,2.752 36.5623,2.8523 36.763,3.053C36.9637,3.2537 37.064,3.4987 37.064,3.788C37.064,4.0773 36.9637,4.3223 36.763,4.523C36.5623,4.7237 36.3173,4.824 36.028,4.824ZM34.656,16.164C34.3573,16.164 34.096,16.1313 33.872,16.066L33.872,14.582C34.0773,14.694 34.2967,14.75 34.53,14.75C34.7913,14.75 34.978,14.6707 35.09,14.512C35.202,14.3533 35.258,14.1153 35.258,13.798L35.258,5.86L36.798,5.86L36.798,13.826C36.798,14.6193 36.6043,15.2073 36.217,15.59C35.8297,15.9727 35.3093,16.164 34.656,16.164ZM44.896,13.224C44.028,13.224 43.3677,12.965 42.915,12.447C42.4623,11.929 42.236,11.208 42.236,10.284L42.236,5.86L43.776,5.86L43.776,10.074C43.776,10.6527 43.9137,11.0867 44.189,11.376C44.4643,11.6653 44.826,11.81 45.274,11.81C45.638,11.81 45.96,11.7143 46.24,11.523C46.52,11.3317 46.7347,11.0773 46.884,10.76C47.0333,10.4427 47.108,10.102 47.108,9.738L47.108,5.86L48.648,5.86L48.648,13L47.192,13L47.192,12.076L47.108,12.076C46.912,12.412 46.6087,12.6873 46.198,12.902C45.7873,13.1167 45.3533,13.224 44.896,13.224Z"
|
|
8
|
+
android:strokeWidth="1"
|
|
9
|
+
android:fillColor="#3C4043"
|
|
10
|
+
android:fillType="evenOdd"
|
|
11
|
+
android:strokeColor="#00000000"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M74.526,2.6348L74.526,6.7179L77.0439,6.7179C77.6438,6.7179 78.1398,6.5163 78.5322,6.1131C78.9348,5.7109 79.1367,5.2312 79.1367,4.6759C79.1367,4.1318 78.9348,3.6577 78.5322,3.2545C78.1398,2.841 77.6438,2.6339 77.0439,2.6339L74.526,2.6339L74.526,2.6348ZM74.526,8.1551L74.526,12.8914L73.0218,12.8914L73.0218,1.1976L77.0112,1.1976C78.0249,1.1976 78.8854,1.5354 79.5945,2.2102C80.3139,2.8849 80.6736,3.7071 80.6736,4.6759C80.6736,5.667 80.3139,6.4948 79.5945,7.1584C78.8965,7.8228 78.0351,8.1542 77.0112,8.1542L74.526,8.1542L74.526,8.1551Z"
|
|
14
|
+
android:strokeWidth="1"
|
|
15
|
+
android:fillColor="#5F6368"
|
|
16
|
+
android:fillType="evenOdd"
|
|
17
|
+
android:strokeColor="#00000000"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M82.1936,10.4416C82.1936,10.8336 82.3599,11.1602 82.6926,11.4215C83.0251,11.6828 83.4147,11.8135 83.8614,11.8135C84.4938,11.8135 85.0572,11.5792 85.5533,11.1117C86.0495,10.6432 86.297,10.0935 86.297,9.4626C85.828,9.0921 85.174,8.9073 84.335,8.9073C83.7241,8.9073 83.2149,9.0547 82.8066,9.3487C82.3982,9.6426 82.1936,10.0058 82.1936,10.4416M84.1397,4.6273C85.2515,4.6273 86.1288,4.9241 86.7726,5.5177C87.4154,6.1112 87.7367,6.925 87.7367,7.9591L87.7367,12.8914L86.298,12.8914L86.298,11.7808L86.2325,11.7808C85.6112,12.6953 84.7825,13.1527 83.7474,13.1527C82.8645,13.1527 82.1255,12.8914 81.5321,12.3688C80.938,11.8462 80.6409,11.1929 80.6409,10.4089C80.6409,9.5811 80.9538,8.9231 81.5807,8.4332C82.2076,7.9432 83.0439,7.6978 84.0903,7.6978C84.9834,7.6978 85.7196,7.8611 86.297,8.1877L86.297,7.8443C86.297,7.3217 86.0896,6.8784 85.6758,6.5135C85.2609,6.1485 84.7769,5.9666 84.221,5.9666C83.3811,5.9666 82.7169,6.3203 82.2264,7.0286L80.9015,6.1952C81.6321,5.1499 82.7112,4.6273 84.1397,4.6273"
|
|
20
|
+
android:strokeWidth="1"
|
|
21
|
+
android:fillColor="#5F6368"
|
|
22
|
+
android:fillType="evenOdd"
|
|
23
|
+
android:strokeColor="#00000000"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M95.993,4.8886l-5.0198,11.5305l-1.5529,0l1.864,-4.0345l-3.3028,-7.496l1.635,0l2.3871,5.7489l0.0327,0l2.3217,-5.7489z"
|
|
26
|
+
android:strokeWidth="1"
|
|
27
|
+
android:fillColor="#5F6368"
|
|
28
|
+
android:fillType="evenOdd"
|
|
29
|
+
android:strokeColor="#00000000"/>
|
|
30
|
+
<path
|
|
31
|
+
android:pathData="M68.448,7.1341C68.448,6.6609 68.4078,6.2045 68.3321,5.7678L61.9883,5.7678L61.9883,8.3557L65.6218,8.3557C65.4658,9.1993 64.9939,9.9171 64.2783,10.3977L64.2783,12.0785L66.4467,12.0785C67.7164,10.9082 68.448,9.1789 68.448,7.1341"
|
|
32
|
+
android:strokeWidth="1"
|
|
33
|
+
android:fillColor="#4285F4"
|
|
34
|
+
android:fillType="evenOdd"
|
|
35
|
+
android:strokeColor="#00000000"/>
|
|
36
|
+
<path
|
|
37
|
+
android:pathData="M61.9883,13.7006C63.8036,13.7006 65.3321,13.1051 66.4467,12.0785L64.2783,10.3977C63.6747,10.8037 62.8974,11.0407 61.9883,11.0407C60.2337,11.0407 58.7445,9.8592 58.2119,8.2671L55.9781,8.2671L55.9781,9.9983C57.0852,12.1933 59.3602,13.7006 61.9883,13.7006"
|
|
38
|
+
android:strokeWidth="1"
|
|
39
|
+
android:fillColor="#34A853"
|
|
40
|
+
android:fillType="evenOdd"
|
|
41
|
+
android:strokeColor="#00000000"/>
|
|
42
|
+
<path
|
|
43
|
+
android:pathData="M58.212,8.267C58.0756,7.8611 58.0008,7.428 58.0008,6.981C58.0008,6.534 58.0756,6.1009 58.212,5.695L58.212,3.9637L55.9781,3.9637C55.5203,4.8709 55.2615,5.8956 55.2615,6.981C55.2615,8.0664 55.5203,9.0912 55.9781,9.9983L58.212,8.267Z"
|
|
44
|
+
android:strokeWidth="1"
|
|
45
|
+
android:fillColor="#FABB05"
|
|
46
|
+
android:fillType="evenOdd"
|
|
47
|
+
android:strokeColor="#00000000"/>
|
|
48
|
+
<path
|
|
49
|
+
android:pathData="M61.9883,2.9213C62.9796,2.9213 63.8681,3.2619 64.5688,3.9292L64.5688,3.9302L66.4888,2.0123C65.3228,0.9278 63.8027,0.2615 61.9883,0.2615C59.3602,0.2615 57.0852,1.7687 55.9781,3.9638L58.2119,5.695C58.7445,4.1028 60.2337,2.9213 61.9883,2.9213"
|
|
50
|
+
android:strokeWidth="1"
|
|
51
|
+
android:fillColor="#E94235"
|
|
52
|
+
android:fillType="evenOdd"
|
|
53
|
+
android:strokeColor="#00000000"/>
|
|
54
|
+
</vector>
|