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="107dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="107"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M0.148,2.976L3.62,2.976C4.208,2.976 4.752,3.107 5.251,3.368C5.75,3.629 6.147,3.993 6.441,4.46C6.735,4.927 6.882,5.454 6.882,6.042C6.882,6.63 6.735,7.157 6.441,7.624C6.147,8.091 5.75,8.455 5.251,8.716C4.752,8.977 4.208,9.108 3.62,9.108L1.716,9.108L1.716,13L0.148,13L0.148,2.976ZM3.648,7.624C3.993,7.624 4.292,7.547 4.544,7.393C4.796,7.239 4.987,7.041 5.118,6.798C5.249,6.555 5.314,6.303 5.314,6.042C5.314,5.781 5.249,5.529 5.118,5.286C4.987,5.043 4.796,4.847 4.544,4.698C4.292,4.549 3.993,4.474 3.648,4.474L1.716,4.474L1.716,7.624L3.648,7.624ZM8.376,5.86L9.846,5.86L9.846,6.91L9.916,6.91C10.075,6.546 10.35,6.245 10.742,6.007C11.134,5.769 11.549,5.65 11.988,5.65C12.333,5.65 12.623,5.697 12.856,5.79L12.856,7.386C12.445,7.237 12.077,7.162 11.75,7.162C11.395,7.162 11.08,7.255 10.805,7.442C10.53,7.629 10.313,7.878 10.154,8.191C9.995,8.504 9.916,8.847 9.916,9.22L9.916,13L8.376,13L8.376,5.86ZM8.376,2.794L8.376,2.696L9.86,2.696L10.49,3.536L10.63,3.536L11.26,2.696L12.744,2.696L12.744,2.794L11.232,4.488L9.888,4.488L8.376,2.794ZM15.064,4.824C14.775,4.824 14.53,4.724 14.329,4.523C14.128,4.322 14.028,4.077 14.028,3.788C14.028,3.499 14.128,3.254 14.329,3.053C14.53,2.852 14.775,2.752 15.064,2.752C15.353,2.752 15.598,2.852 15.799,3.053C16,3.254 16.1,3.499 16.1,3.788C16.1,4.077 16,4.322 15.799,4.523C15.598,4.724 15.353,4.824 15.064,4.824ZM14.294,5.86L15.834,5.86L15.834,13L14.294,13L14.294,5.86ZM20.884,13.224C20.24,13.224 19.657,13.061 19.134,12.734C18.611,12.407 18.198,11.957 17.895,11.383C17.592,10.809 17.44,10.158 17.44,9.43C17.44,8.702 17.592,8.051 17.895,7.477C18.198,6.903 18.611,6.453 19.134,6.126C19.657,5.799 20.24,5.636 20.884,5.636C21.388,5.636 21.841,5.748 22.242,5.972C22.643,6.196 22.947,6.471 23.152,6.798L23.222,6.798L23.152,5.79L23.152,2.976L24.692,2.976L24.692,13L23.222,13L23.222,12.076L23.152,12.076C22.947,12.393 22.643,12.664 22.242,12.888C21.841,13.112 21.388,13.224 20.884,13.224ZM21.108,11.81C21.481,11.81 21.829,11.712 22.151,11.516C22.473,11.32 22.732,11.04 22.928,10.676C23.124,10.312 23.222,9.897 23.222,9.43C23.222,8.963 23.124,8.55 22.928,8.191C22.732,7.832 22.473,7.554 22.151,7.358C21.829,7.162 21.481,7.064 21.108,7.064C20.735,7.064 20.385,7.162 20.058,7.358C19.731,7.554 19.47,7.832 19.274,8.191C19.078,8.55 18.98,8.963 18.98,9.43C18.98,9.897 19.078,10.312 19.274,10.676C19.47,11.04 19.731,11.32 20.058,11.516C20.385,11.712 20.735,11.81 21.108,11.81ZM28.804,13.224C28.291,13.224 27.833,13.124 27.432,12.923C27.031,12.722 26.718,12.438 26.494,12.069C26.27,11.7 26.158,11.283 26.158,10.816C26.158,10.079 26.436,9.495 26.991,9.066C27.546,8.637 28.249,8.422 29.098,8.422C29.518,8.422 29.896,8.462 30.232,8.541C30.568,8.62 30.834,8.707 31.03,8.8L31.03,8.436C31.03,7.997 30.867,7.64 30.54,7.365C30.213,7.09 29.793,6.952 29.28,6.952C28.916,6.952 28.573,7.031 28.251,7.19C27.929,7.349 27.67,7.568 27.474,7.848L26.396,7.022C26.713,6.583 27.124,6.243 27.628,6C28.132,5.757 28.692,5.636 29.308,5.636C30.344,5.636 31.142,5.89 31.702,6.399C32.262,6.908 32.542,7.624 32.542,8.548L32.542,13L31.03,13L31.03,12.146L30.96,12.146C30.755,12.454 30.465,12.711 30.092,12.916C29.719,13.121 29.289,13.224 28.804,13.224ZM29.07,11.95C29.443,11.95 29.779,11.861 30.078,11.684C30.377,11.507 30.61,11.269 30.778,10.97C30.946,10.671 31.03,10.349 31.03,10.004C30.815,9.883 30.566,9.785 30.281,9.71C29.996,9.635 29.7,9.598 29.392,9.598C28.813,9.598 28.389,9.712 28.118,9.941C27.847,10.17 27.712,10.466 27.712,10.83C27.712,11.157 27.838,11.425 28.09,11.635C28.342,11.845 28.669,11.95 29.07,11.95ZM37.158,13.112C36.841,13.112 36.542,13.061 36.262,12.958C35.982,12.855 35.753,12.72 35.576,12.552C35.175,12.151 34.974,11.605 34.974,10.914L34.974,7.218L33.728,7.218L33.728,5.86L34.974,5.86L34.974,3.844L36.514,3.844L36.514,5.86L38.25,5.86L38.25,7.218L36.514,7.218L36.514,10.578C36.514,10.961 36.589,11.231 36.738,11.39C36.878,11.577 37.121,11.67 37.466,11.67C37.625,11.67 37.765,11.649 37.886,11.607C38.007,11.565 38.138,11.497 38.278,11.404L38.278,12.902C37.97,13.042 37.597,13.112 37.158,13.112ZM46.348,13.224C45.704,13.224 45.121,13.061 44.598,12.734C44.075,12.407 43.662,11.957 43.359,11.383C43.056,10.809 42.904,10.158 42.904,9.43C42.904,8.702 43.056,8.051 43.359,7.477C43.662,6.903 44.075,6.453 44.598,6.126C45.121,5.799 45.704,5.636 46.348,5.636C46.852,5.636 47.305,5.748 47.706,5.972C48.107,6.196 48.411,6.471 48.616,6.798L48.686,6.798L48.616,5.79L48.616,2.976L50.156,2.976L50.156,13L48.686,13L48.686,12.076L48.616,12.076C48.411,12.393 48.107,12.664 47.706,12.888C47.305,13.112 46.852,13.224 46.348,13.224ZM46.572,11.81C46.945,11.81 47.293,11.712 47.615,11.516C47.937,11.32 48.196,11.04 48.392,10.676C48.588,10.312 48.686,9.897 48.686,9.43C48.686,8.963 48.588,8.55 48.392,8.191C48.196,7.832 47.937,7.554 47.615,7.358C47.293,7.162 46.945,7.064 46.572,7.064C46.199,7.064 45.849,7.162 45.522,7.358C45.195,7.554 44.934,7.832 44.738,8.191C44.542,8.55 44.444,8.963 44.444,9.43C44.444,9.897 44.542,10.312 44.738,10.676C44.934,11.04 45.195,11.32 45.522,11.516C45.849,11.712 46.199,11.81 46.572,11.81ZM55.374,13.224C54.655,13.224 54.011,13.058 53.442,12.727C52.873,12.396 52.429,11.941 52.112,11.362C51.795,10.783 51.636,10.139 51.636,9.43C51.636,8.721 51.795,8.077 52.112,7.498C52.429,6.919 52.873,6.464 53.442,6.133C54.011,5.802 54.655,5.636 55.374,5.636C56.093,5.636 56.737,5.804 57.306,6.14C57.875,6.476 58.319,6.933 58.636,7.512C58.953,8.091 59.112,8.73 59.112,9.43C59.112,10.139 58.953,10.783 58.636,11.362C58.319,11.941 57.875,12.396 57.306,12.727C56.737,13.058 56.093,13.224 55.374,13.224ZM55.374,11.81C55.766,11.81 56.13,11.714 56.466,11.523C56.802,11.332 57.07,11.056 57.271,10.697C57.472,10.338 57.572,9.915 57.572,9.43C57.572,8.945 57.472,8.525 57.271,8.17C57.07,7.815 56.802,7.542 56.466,7.351C56.13,7.16 55.766,7.064 55.374,7.064C54.982,7.064 54.618,7.16 54.282,7.351C53.946,7.542 53.678,7.815 53.477,8.17C53.276,8.525 53.176,8.945 53.176,9.43C53.176,9.915 53.276,10.338 53.477,10.697C53.678,11.056 53.946,11.332 54.282,11.523C54.618,11.714 54.982,11.81 55.374,11.81Z"
|
|
8
|
+
android:strokeWidth="1"
|
|
9
|
+
android:fillColor="#3C4043"
|
|
10
|
+
android:fillType="evenOdd"
|
|
11
|
+
android:strokeColor="#00000000"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M85.526,2.635L85.526,6.718L88.044,6.718C88.644,6.718 89.14,6.516 89.532,6.113C89.935,5.711 90.137,5.231 90.137,4.676C90.137,4.132 89.935,3.658 89.532,3.254C89.14,2.841 88.644,2.634 88.044,2.634L85.526,2.634L85.526,2.635ZM85.526,8.155L85.526,12.891L84.022,12.891L84.022,1.198L88.011,1.198C89.025,1.198 89.885,1.535 90.594,2.21C91.314,2.885 91.674,3.707 91.674,4.676C91.674,5.667 91.314,6.495 90.594,7.158C89.897,7.823 89.035,8.154 88.011,8.154L85.526,8.154L85.526,8.155Z"
|
|
14
|
+
android:strokeWidth="1"
|
|
15
|
+
android:fillColor="#5F6368"
|
|
16
|
+
android:fillType="evenOdd"
|
|
17
|
+
android:strokeColor="#00000000"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M93.194,10.442C93.194,10.834 93.36,11.16 93.693,11.422C94.025,11.683 94.415,11.813 94.861,11.813C95.494,11.813 96.057,11.579 96.553,11.112C97.05,10.643 97.297,10.093 97.297,9.463C96.828,9.092 96.174,8.907 95.335,8.907C94.724,8.907 94.215,9.055 93.807,9.349C93.398,9.643 93.194,10.006 93.194,10.442M95.14,4.627C96.252,4.627 97.129,4.924 97.773,5.518C98.415,6.111 98.737,6.925 98.737,7.959L98.737,12.891L97.298,12.891L97.298,11.781L97.233,11.781C96.611,12.695 95.783,13.153 94.747,13.153C93.865,13.153 93.126,12.891 92.532,12.369C91.938,11.846 91.641,11.193 91.641,10.409C91.641,9.581 91.954,8.923 92.581,8.433C93.208,7.943 94.044,7.698 95.09,7.698C95.983,7.698 96.72,7.861 97.297,8.188L97.297,7.844C97.297,7.322 97.09,6.878 96.676,6.513C96.261,6.149 95.777,5.967 95.221,5.967C94.381,5.967 93.717,6.32 93.226,7.029L91.901,6.195C92.632,5.15 93.711,4.627 95.14,4.627"
|
|
20
|
+
android:strokeWidth="1"
|
|
21
|
+
android:fillColor="#5F6368"
|
|
22
|
+
android:fillType="evenOdd"
|
|
23
|
+
android:strokeColor="#00000000"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M106.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="M79.448,7.134C79.448,6.661 79.408,6.205 79.332,5.768L72.988,5.768L72.988,8.356L76.622,8.356C76.466,9.199 75.994,9.917 75.278,10.398L75.278,12.079L77.447,12.079C78.716,10.908 79.448,9.179 79.448,7.134"
|
|
32
|
+
android:strokeWidth="1"
|
|
33
|
+
android:fillColor="#4285F4"
|
|
34
|
+
android:fillType="evenOdd"
|
|
35
|
+
android:strokeColor="#00000000"/>
|
|
36
|
+
<path
|
|
37
|
+
android:pathData="M72.988,13.701C74.804,13.701 76.332,13.105 77.447,12.079L75.278,10.398C74.675,10.804 73.897,11.041 72.988,11.041C71.234,11.041 69.744,9.859 69.212,8.267L66.978,8.267L66.978,9.998C68.085,12.193 70.36,13.701 72.988,13.701"
|
|
38
|
+
android:strokeWidth="1"
|
|
39
|
+
android:fillColor="#34A853"
|
|
40
|
+
android:fillType="evenOdd"
|
|
41
|
+
android:strokeColor="#00000000"/>
|
|
42
|
+
<path
|
|
43
|
+
android:pathData="M69.212,8.267C69.076,7.861 69.001,7.428 69.001,6.981C69.001,6.534 69.076,6.101 69.212,5.695L69.212,3.964L66.978,3.964C66.52,4.871 66.261,5.896 66.261,6.981C66.261,8.066 66.52,9.091 66.978,9.998L69.212,8.267Z"
|
|
44
|
+
android:strokeWidth="1"
|
|
45
|
+
android:fillColor="#FABB05"
|
|
46
|
+
android:fillType="evenOdd"
|
|
47
|
+
android:strokeColor="#00000000"/>
|
|
48
|
+
<path
|
|
49
|
+
android:pathData="M72.988,2.921C73.98,2.921 74.868,3.262 75.569,3.929L75.569,3.93L77.489,2.012C76.323,0.928 74.803,0.261 72.988,0.261C70.36,0.261 68.085,1.769 66.978,3.964L69.212,5.695C69.744,4.103 71.234,2.921 72.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="107dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="107"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M0.148,2.976L3.62,2.976C4.208,2.976 4.752,3.107 5.251,3.368C5.75,3.629 6.147,3.993 6.441,4.46C6.735,4.927 6.882,5.454 6.882,6.042C6.882,6.63 6.735,7.157 6.441,7.624C6.147,8.091 5.75,8.455 5.251,8.716C4.752,8.977 4.208,9.108 3.62,9.108L1.716,9.108L1.716,13L0.148,13L0.148,2.976ZM3.648,7.624C3.993,7.624 4.292,7.547 4.544,7.393C4.796,7.239 4.987,7.041 5.118,6.798C5.249,6.555 5.314,6.303 5.314,6.042C5.314,5.781 5.249,5.529 5.118,5.286C4.987,5.043 4.796,4.847 4.544,4.698C4.292,4.549 3.993,4.474 3.648,4.474L1.716,4.474L1.716,7.624L3.648,7.624ZM8.376,5.86L9.846,5.86L9.846,6.91L9.916,6.91C10.075,6.546 10.35,6.245 10.742,6.007C11.134,5.769 11.549,5.65 11.988,5.65C12.333,5.65 12.623,5.697 12.856,5.79L12.856,7.386C12.445,7.237 12.077,7.162 11.75,7.162C11.395,7.162 11.08,7.255 10.805,7.442C10.53,7.629 10.313,7.878 10.154,8.191C9.995,8.504 9.916,8.847 9.916,9.22L9.916,13L8.376,13L8.376,5.86ZM8.376,2.794L8.376,2.696L9.86,2.696L10.49,3.536L10.63,3.536L11.26,2.696L12.744,2.696L12.744,2.794L11.232,4.488L9.888,4.488L8.376,2.794ZM15.064,4.824C14.775,4.824 14.53,4.724 14.329,4.523C14.128,4.322 14.028,4.077 14.028,3.788C14.028,3.499 14.128,3.254 14.329,3.053C14.53,2.852 14.775,2.752 15.064,2.752C15.353,2.752 15.598,2.852 15.799,3.053C16,3.254 16.1,3.499 16.1,3.788C16.1,4.077 16,4.322 15.799,4.523C15.598,4.724 15.353,4.824 15.064,4.824ZM14.294,5.86L15.834,5.86L15.834,13L14.294,13L14.294,5.86ZM20.884,13.224C20.24,13.224 19.657,13.061 19.134,12.734C18.611,12.407 18.198,11.957 17.895,11.383C17.592,10.809 17.44,10.158 17.44,9.43C17.44,8.702 17.592,8.051 17.895,7.477C18.198,6.903 18.611,6.453 19.134,6.126C19.657,5.799 20.24,5.636 20.884,5.636C21.388,5.636 21.841,5.748 22.242,5.972C22.643,6.196 22.947,6.471 23.152,6.798L23.222,6.798L23.152,5.79L23.152,2.976L24.692,2.976L24.692,13L23.222,13L23.222,12.076L23.152,12.076C22.947,12.393 22.643,12.664 22.242,12.888C21.841,13.112 21.388,13.224 20.884,13.224ZM21.108,11.81C21.481,11.81 21.829,11.712 22.151,11.516C22.473,11.32 22.732,11.04 22.928,10.676C23.124,10.312 23.222,9.897 23.222,9.43C23.222,8.963 23.124,8.55 22.928,8.191C22.732,7.832 22.473,7.554 22.151,7.358C21.829,7.162 21.481,7.064 21.108,7.064C20.735,7.064 20.385,7.162 20.058,7.358C19.731,7.554 19.47,7.832 19.274,8.191C19.078,8.55 18.98,8.963 18.98,9.43C18.98,9.897 19.078,10.312 19.274,10.676C19.47,11.04 19.731,11.32 20.058,11.516C20.385,11.712 20.735,11.81 21.108,11.81ZM28.804,13.224C28.291,13.224 27.833,13.124 27.432,12.923C27.031,12.722 26.718,12.438 26.494,12.069C26.27,11.7 26.158,11.283 26.158,10.816C26.158,10.079 26.436,9.495 26.991,9.066C27.546,8.637 28.249,8.422 29.098,8.422C29.518,8.422 29.896,8.462 30.232,8.541C30.568,8.62 30.834,8.707 31.03,8.8L31.03,8.436C31.03,7.997 30.867,7.64 30.54,7.365C30.213,7.09 29.793,6.952 29.28,6.952C28.916,6.952 28.573,7.031 28.251,7.19C27.929,7.349 27.67,7.568 27.474,7.848L26.396,7.022C26.713,6.583 27.124,6.243 27.628,6C28.132,5.757 28.692,5.636 29.308,5.636C30.344,5.636 31.142,5.89 31.702,6.399C32.262,6.908 32.542,7.624 32.542,8.548L32.542,13L31.03,13L31.03,12.146L30.96,12.146C30.755,12.454 30.465,12.711 30.092,12.916C29.719,13.121 29.289,13.224 28.804,13.224ZM29.07,11.95C29.443,11.95 29.779,11.861 30.078,11.684C30.377,11.507 30.61,11.269 30.778,10.97C30.946,10.671 31.03,10.349 31.03,10.004C30.815,9.883 30.566,9.785 30.281,9.71C29.996,9.635 29.7,9.598 29.392,9.598C28.813,9.598 28.389,9.712 28.118,9.941C27.847,10.17 27.712,10.466 27.712,10.83C27.712,11.157 27.838,11.425 28.09,11.635C28.342,11.845 28.669,11.95 29.07,11.95ZM37.158,13.112C36.841,13.112 36.542,13.061 36.262,12.958C35.982,12.855 35.753,12.72 35.576,12.552C35.175,12.151 34.974,11.605 34.974,10.914L34.974,7.218L33.728,7.218L33.728,5.86L34.974,5.86L34.974,3.844L36.514,3.844L36.514,5.86L38.25,5.86L38.25,7.218L36.514,7.218L36.514,10.578C36.514,10.961 36.589,11.231 36.738,11.39C36.878,11.577 37.121,11.67 37.466,11.67C37.625,11.67 37.765,11.649 37.886,11.607C38.007,11.565 38.138,11.497 38.278,11.404L38.278,12.902C37.97,13.042 37.597,13.112 37.158,13.112ZM46.348,13.224C45.704,13.224 45.121,13.061 44.598,12.734C44.075,12.407 43.662,11.957 43.359,11.383C43.056,10.809 42.904,10.158 42.904,9.43C42.904,8.702 43.056,8.051 43.359,7.477C43.662,6.903 44.075,6.453 44.598,6.126C45.121,5.799 45.704,5.636 46.348,5.636C46.852,5.636 47.305,5.748 47.706,5.972C48.107,6.196 48.411,6.471 48.616,6.798L48.686,6.798L48.616,5.79L48.616,2.976L50.156,2.976L50.156,13L48.686,13L48.686,12.076L48.616,12.076C48.411,12.393 48.107,12.664 47.706,12.888C47.305,13.112 46.852,13.224 46.348,13.224ZM46.572,11.81C46.945,11.81 47.293,11.712 47.615,11.516C47.937,11.32 48.196,11.04 48.392,10.676C48.588,10.312 48.686,9.897 48.686,9.43C48.686,8.963 48.588,8.55 48.392,8.191C48.196,7.832 47.937,7.554 47.615,7.358C47.293,7.162 46.945,7.064 46.572,7.064C46.199,7.064 45.849,7.162 45.522,7.358C45.195,7.554 44.934,7.832 44.738,8.191C44.542,8.55 44.444,8.963 44.444,9.43C44.444,9.897 44.542,10.312 44.738,10.676C44.934,11.04 45.195,11.32 45.522,11.516C45.849,11.712 46.199,11.81 46.572,11.81ZM55.374,13.224C54.655,13.224 54.011,13.058 53.442,12.727C52.873,12.396 52.429,11.941 52.112,11.362C51.795,10.783 51.636,10.139 51.636,9.43C51.636,8.721 51.795,8.077 52.112,7.498C52.429,6.919 52.873,6.464 53.442,6.133C54.011,5.802 54.655,5.636 55.374,5.636C56.093,5.636 56.737,5.804 57.306,6.14C57.875,6.476 58.319,6.933 58.636,7.512C58.953,8.091 59.112,8.73 59.112,9.43C59.112,10.139 58.953,10.783 58.636,11.362C58.319,11.941 57.875,12.396 57.306,12.727C56.737,13.058 56.093,13.224 55.374,13.224ZM55.374,11.81C55.766,11.81 56.13,11.714 56.466,11.523C56.802,11.332 57.07,11.056 57.271,10.697C57.472,10.338 57.572,9.915 57.572,9.43C57.572,8.945 57.472,8.525 57.271,8.17C57.07,7.815 56.802,7.542 56.466,7.351C56.13,7.16 55.766,7.064 55.374,7.064C54.982,7.064 54.618,7.16 54.282,7.351C53.946,7.542 53.678,7.815 53.477,8.17C53.276,8.525 53.176,8.945 53.176,9.43C53.176,9.915 53.276,10.338 53.477,10.697C53.678,11.056 53.946,11.332 54.282,11.523C54.618,11.714 54.982,11.81 55.374,11.81Z"
|
|
8
|
+
android:strokeWidth="1"
|
|
9
|
+
android:fillColor="#FFFFFF"
|
|
10
|
+
android:fillType="evenOdd"
|
|
11
|
+
android:strokeColor="#00000000"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M85.526,2.635L85.526,6.718L88.044,6.718C88.644,6.718 89.14,6.516 89.532,6.113C89.935,5.711 90.137,5.231 90.137,4.676C90.137,4.132 89.935,3.658 89.532,3.254C89.14,2.841 88.644,2.634 88.044,2.634L85.526,2.634L85.526,2.635ZM85.526,8.155L85.526,12.891L84.022,12.891L84.022,1.198L88.011,1.198C89.025,1.198 89.885,1.535 90.594,2.21C91.314,2.885 91.674,3.707 91.674,4.676C91.674,5.667 91.314,6.495 90.594,7.158C89.897,7.823 89.035,8.154 88.011,8.154L85.526,8.154L85.526,8.155Z"
|
|
14
|
+
android:strokeWidth="1"
|
|
15
|
+
android:fillColor="#FFFFFF"
|
|
16
|
+
android:fillType="evenOdd"
|
|
17
|
+
android:strokeColor="#00000000"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M93.194,10.442C93.194,10.834 93.36,11.16 93.693,11.422C94.025,11.683 94.415,11.813 94.861,11.813C95.494,11.813 96.057,11.579 96.553,11.112C97.05,10.643 97.297,10.093 97.297,9.463C96.828,9.092 96.174,8.907 95.335,8.907C94.724,8.907 94.215,9.055 93.807,9.349C93.398,9.643 93.194,10.006 93.194,10.442M95.14,4.627C96.252,4.627 97.129,4.924 97.773,5.518C98.415,6.111 98.737,6.925 98.737,7.959L98.737,12.891L97.298,12.891L97.298,11.781L97.233,11.781C96.611,12.695 95.783,13.153 94.747,13.153C93.865,13.153 93.126,12.891 92.532,12.369C91.938,11.846 91.641,11.193 91.641,10.409C91.641,9.581 91.954,8.923 92.581,8.433C93.208,7.943 94.044,7.698 95.09,7.698C95.983,7.698 96.72,7.861 97.297,8.188L97.297,7.844C97.297,7.322 97.09,6.878 96.676,6.513C96.261,6.149 95.777,5.967 95.221,5.967C94.381,5.967 93.717,6.32 93.226,7.029L91.901,6.195C92.632,5.15 93.711,4.627 95.14,4.627"
|
|
20
|
+
android:strokeWidth="1"
|
|
21
|
+
android:fillColor="#FFFFFF"
|
|
22
|
+
android:fillType="evenOdd"
|
|
23
|
+
android:strokeColor="#00000000"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M106.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="M79.448,7.134C79.448,6.661 79.408,6.205 79.332,5.768L72.988,5.768L72.988,8.356L76.622,8.356C76.466,9.199 75.994,9.917 75.278,10.398L75.278,12.079L77.447,12.079C78.716,10.908 79.448,9.179 79.448,7.134"
|
|
32
|
+
android:strokeWidth="1"
|
|
33
|
+
android:fillColor="#4285F4"
|
|
34
|
+
android:fillType="evenOdd"
|
|
35
|
+
android:strokeColor="#00000000"/>
|
|
36
|
+
<path
|
|
37
|
+
android:pathData="M72.988,13.701C74.804,13.701 76.332,13.105 77.447,12.079L75.278,10.398C74.675,10.804 73.897,11.041 72.988,11.041C71.234,11.041 69.744,9.859 69.212,8.267L66.978,8.267L66.978,9.998C68.085,12.193 70.36,13.701 72.988,13.701"
|
|
38
|
+
android:strokeWidth="1"
|
|
39
|
+
android:fillColor="#34A853"
|
|
40
|
+
android:fillType="evenOdd"
|
|
41
|
+
android:strokeColor="#00000000"/>
|
|
42
|
+
<path
|
|
43
|
+
android:pathData="M69.212,8.267C69.076,7.861 69.001,7.428 69.001,6.981C69.001,6.534 69.076,6.101 69.212,5.695L69.212,3.964L66.978,3.964C66.52,4.871 66.261,5.896 66.261,6.981C66.261,8.066 66.52,9.091 66.978,9.998L69.212,8.267Z"
|
|
44
|
+
android:strokeWidth="1"
|
|
45
|
+
android:fillColor="#FABB05"
|
|
46
|
+
android:fillType="evenOdd"
|
|
47
|
+
android:strokeColor="#00000000"/>
|
|
48
|
+
<path
|
|
49
|
+
android:pathData="M72.988,2.921C73.98,2.921 74.868,3.262 75.569,3.929L75.569,3.93L77.489,2.012C76.323,0.928 74.803,0.261 72.988,0.261C70.36,0.261 68.085,1.769 66.978,3.964L69.212,5.695C69.744,4.103 71.234,2.921 72.988,2.921"
|
|
50
|
+
android:strokeWidth="1"
|
|
51
|
+
android:fillColor="#E94235"
|
|
52
|
+
android:fillType="evenOdd"
|
|
53
|
+
android:strokeColor="#00000000"/>
|
|
54
|
+
</vector>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="82dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="82"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M0.1,3h6.1v1.5L1.7,4.5v2.9h4.1v1.5L1.7,8.9L1.7,13L0.1,13L0.1,3zM13.2,6.5c0.4,0.4 0.7,0.8 0.9,1.3s0.3,1 0.3,1.6c0,0.7 -0.2,1.4 -0.5,1.9c-0.3,0.6 -0.8,1 -1.3,1.4s-1.2,0.5 -1.9,0.5c-0.5,0 -1,-0.1 -1.5,-0.3l-0.4,0.6l-1,-0.6l0.4,-0.6c-0.4,-0.3 -0.7,-0.8 -0.9,-1.3S7,10 7,9.4c0,-0.7 0.2,-1.4 0.5,-1.9c0.3,-0.6 0.8,-1 1.3,-1.4c0.6,-0.3 1.2,-0.5 1.9,-0.5c0.6,0 1,0.1 1.5,0.3l0.4,-0.6l1,0.6L13.2,6.5zM8.5,9.4c0,0.7 0.2,1.2 0.5,1.7l2.5,-4C11.3,7 11,7 10.7,7c-0.4,0 -0.8,0.1 -1.1,0.3S9,7.8 8.8,8.1C8.6,8.5 8.5,8.9 8.5,9.4zM10.7,11.9c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8S13,9.9 13,9.4c0,-0.7 -0.2,-1.2 -0.5,-1.6l-2.5,4C10.2,11.8 10.5,11.9 10.7,11.9zM16.8,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3c-0.2,-0.2 -0.3,-0.4 -0.3,-0.7s0.1,-0.5 0.3,-0.7c0.2,-0.2 0.4,-0.3 0.7,-0.3c0.3,0 0.5,0.1 0.7,0.3c0.2,0.2 0.3,0.4 0.3,0.7s-0.1,0.5 -0.3,0.7C17.4,4.7 17.1,4.8 16.8,4.8zM15.5,16.2c-0.3,0 -0.6,0 -0.8,-0.1v-1.5c0.2,0.1 0.4,0.2 0.7,0.2c0.3,0 0.4,-0.1 0.6,-0.2c0.1,-0.2 0.2,-0.4 0.2,-0.7L16.2,5.9h1.5v8c0,0.8 -0.2,1.4 -0.6,1.8S16.1,16.2 15.5,16.2zM26,13.1c-0.3,0 -0.6,-0.1 -0.9,-0.2c-0.3,-0.1 -0.5,-0.2 -0.7,-0.4c-0.4,-0.4 -0.6,-0.9 -0.6,-1.6L23.8,7.2h-1.2L22.6,5.9h1.2v-2h1.5v2h1.7v1.4h-1.7v3.4c0,0.4 0.1,0.7 0.2,0.8c0.1,0.2 0.4,0.3 0.7,0.3c0.2,0 0.3,0 0.4,-0.1c0.1,0 0.3,-0.1 0.4,-0.2v1.5C26.8,13 26.5,13.1 26,13.1zM29.7,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3c-0.2,-0.2 -0.3,-0.4 -0.3,-0.7s0.1,-0.5 0.3,-0.7c0.2,-0.2 0.4,-0.3 0.7,-0.3c0.3,0 0.5,0.1 0.7,0.3c0.2,0.2 0.3,0.4 0.3,0.7s-0.1,0.5 -0.3,0.7C30.2,4.7 30,4.8 29.7,4.8zM28.9,5.9h1.5L30.4,13h-1.5L28.9,5.9zM32.5,3h1.5v10h-1.5L32.5,3z"
|
|
8
|
+
android:fillColor="#3C4043"/>
|
|
9
|
+
<path
|
|
10
|
+
android:pathData="M60.4765,2.5872v4.1h2.5c0.6,0 1.1,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.4c0,-0.5 -0.2,-1 -0.6,-1.4C64.1765,2.8872 63.6765,2.5872 63.0765,2.5872L60.4765,2.5872L60.4765,2.5872zM60.4765,8.1872v4.7L58.9765,12.8872L58.9765,1.1872h4c1,0 1.9,0.3 2.6,1c0.7,0.7 1.1,1.5 1.1,2.5c0,1 -0.4,1.8 -1.1,2.5c-0.7,0.7 -1.6,1 -2.6,1L60.4765,8.1872L60.4765,8.1872z"
|
|
11
|
+
android:fillColor="#5F6368"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M68.1765,10.4872c0,0.4 0.2,0.7 0.5,1c0.3,0.3 0.7,0.4 1.2,0.4c0.6,0 1.2,-0.2 1.7,-0.7c0.5,-0.5 0.7,-1 0.7,-1.6c-0.5,-0.4 -1.1,-0.6 -2,-0.6c-0.6,0 -1.1,0.1 -1.5,0.4C68.3765,9.6872 68.1765,9.9872 68.1765,10.4872M70.1765,4.5872c1.1,0 2,0.3 2.6,0.9c0.6,0.6 1,1.4 1,2.4v4.9h-1.4v-1.1h-0.1c-0.6,0.9 -1.5,1.4 -2.5,1.4c-0.9,0 -1.6,-0.3 -2.2,-0.8c-0.6,-0.5 -0.9,-1.2 -0.9,-2c0,-0.8 0.3,-1.5 0.9,-2c0.6,-0.5 1.5,-0.7 2.5,-0.7c0.9,0 1.6,0.2 2.2,0.5L72.2765,7.8872c0,-0.5 -0.2,-1 -0.6,-1.3c-0.4,-0.4 -0.9,-0.5 -1.5,-0.5c-0.8,0 -1.5,0.4 -2,1.1L66.8765,6.1872C67.6765,5.1872 68.6765,4.5872 70.1765,4.5872"
|
|
14
|
+
android:fillColor="#5F6368"/>
|
|
15
|
+
<path
|
|
16
|
+
android:pathData="M81.9615,4.8466l-5,11.6l-1.5,0l1.8,-4.1l-3.3,-7.5l1.7,0l2.3,5.8l0.1,0l2.3,-5.8z"
|
|
17
|
+
android:fillColor="#5F6368"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M54.4615,7.1615c0,-0.5 0,-0.9 -0.1,-1.4L47.9615,5.7615v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C53.7615,10.8615 54.4615,9.1615 54.4615,7.1615"
|
|
20
|
+
android:fillColor="#4285F4"/>
|
|
21
|
+
<path
|
|
22
|
+
android:pathData="M47.9615,13.6615c1.8,0 3.3,-0.6 4.5,-1.6L50.2615,10.3615c-0.6,0.4 -1.4,0.6 -2.3,0.6C46.2615,11.0615 44.7615,9.8615 44.2615,8.2615L41.9615,8.2615v1.7C43.0615,12.1615 45.3615,13.6615 47.9615,13.6615"
|
|
23
|
+
android:fillColor="#34A853"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M44.2615,8.2615C44.0615,7.8615 43.9615,7.4615 43.9615,6.9615S44.0615,6.0615 44.2615,5.6615L44.2615,3.9615L41.9615,3.9615C41.5615,4.8615 41.2615,5.8615 41.2615,6.9615s0.3,2.1 0.7,3L44.2615,8.2615z"
|
|
26
|
+
android:fillColor="#FABB05"/>
|
|
27
|
+
<path
|
|
28
|
+
android:pathData="M47.9615,2.9615c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C51.3615,0.9615 49.7615,0.2615 47.9615,0.2615c-2.6,0 -4.9,1.5 -6,3.7L44.2615,5.6615C44.7615,4.0615 46.2615,2.9615 47.9615,2.9615"
|
|
29
|
+
android:fillColor="#E94235"/>
|
|
30
|
+
</vector>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="82dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="82"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M0.1,3h6.1v1.5L1.7,4.5v2.9h4.1v1.5L1.7,8.9L1.7,13L0.1,13L0.1,3zM13.2,6.5c0.4,0.4 0.7,0.8 0.9,1.3s0.3,1 0.3,1.6c0,0.7 -0.2,1.4 -0.5,1.9c-0.3,0.6 -0.8,1 -1.3,1.4s-1.2,0.5 -1.9,0.5c-0.5,0 -1,-0.1 -1.5,-0.3l-0.4,0.6l-1,-0.6l0.4,-0.6c-0.4,-0.3 -0.7,-0.8 -0.9,-1.3S7,10 7,9.4c0,-0.7 0.2,-1.4 0.5,-1.9c0.3,-0.6 0.8,-1 1.3,-1.4c0.6,-0.3 1.2,-0.5 1.9,-0.5c0.6,0 1,0.1 1.5,0.3l0.4,-0.6l1,0.6L13.2,6.5zM8.5,9.4c0,0.7 0.2,1.2 0.5,1.7l2.5,-4C11.3,7 11,7 10.7,7c-0.4,0 -0.8,0.1 -1.1,0.3S9,7.8 8.8,8.1C8.6,8.5 8.5,8.9 8.5,9.4zM10.7,11.9c0.4,0 0.8,-0.1 1.1,-0.3c0.3,-0.2 0.6,-0.5 0.8,-0.8S13,9.9 13,9.4c0,-0.7 -0.2,-1.2 -0.5,-1.6l-2.5,4C10.2,11.8 10.5,11.9 10.7,11.9zM16.8,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3c-0.2,-0.2 -0.3,-0.4 -0.3,-0.7s0.1,-0.5 0.3,-0.7c0.2,-0.2 0.4,-0.3 0.7,-0.3c0.3,0 0.5,0.1 0.7,0.3c0.2,0.2 0.3,0.4 0.3,0.7s-0.1,0.5 -0.3,0.7C17.4,4.7 17.1,4.8 16.8,4.8zM15.5,16.2c-0.3,0 -0.6,0 -0.8,-0.1v-1.5c0.2,0.1 0.4,0.2 0.7,0.2c0.3,0 0.4,-0.1 0.6,-0.2c0.1,-0.2 0.2,-0.4 0.2,-0.7L16.2,5.9h1.5v8c0,0.8 -0.2,1.4 -0.6,1.8S16.1,16.2 15.5,16.2zM26,13.1c-0.3,0 -0.6,-0.1 -0.9,-0.2c-0.3,-0.1 -0.5,-0.2 -0.7,-0.4c-0.4,-0.4 -0.6,-0.9 -0.6,-1.6L23.8,7.2h-1.2L22.6,5.9h1.2v-2h1.5v2h1.7v1.4h-1.7v3.4c0,0.4 0.1,0.7 0.2,0.8c0.1,0.2 0.4,0.3 0.7,0.3c0.2,0 0.3,0 0.4,-0.1c0.1,0 0.3,-0.1 0.4,-0.2v1.5C26.8,13 26.5,13.1 26,13.1zM29.7,4.8c-0.3,0 -0.5,-0.1 -0.7,-0.3c-0.2,-0.2 -0.3,-0.4 -0.3,-0.7s0.1,-0.5 0.3,-0.7c0.2,-0.2 0.4,-0.3 0.7,-0.3c0.3,0 0.5,0.1 0.7,0.3c0.2,0.2 0.3,0.4 0.3,0.7s-0.1,0.5 -0.3,0.7C30.2,4.7 30,4.8 29.7,4.8zM28.9,5.9h1.5L30.4,13h-1.5L28.9,5.9zM32.5,3h1.5v10h-1.5L32.5,3z"
|
|
8
|
+
android:fillColor="#FFFFFF"/>
|
|
9
|
+
<path
|
|
10
|
+
android:pathData="M60.4765,2.5872v4.1h2.5c0.6,0 1.1,-0.2 1.5,-0.6c0.4,-0.4 0.6,-0.9 0.6,-1.4c0,-0.5 -0.2,-1 -0.6,-1.4C64.1765,2.8872 63.6765,2.5872 63.0765,2.5872L60.4765,2.5872L60.4765,2.5872zM60.4765,8.1872v4.7L58.9765,12.8872L58.9765,1.1872h4c1,0 1.9,0.3 2.6,1c0.7,0.7 1.1,1.5 1.1,2.5c0,1 -0.4,1.8 -1.1,2.5c-0.7,0.7 -1.6,1 -2.6,1L60.4765,8.1872L60.4765,8.1872z"
|
|
11
|
+
android:fillColor="#FFFFFF"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M68.1765,10.4872c0,0.4 0.2,0.7 0.5,1c0.3,0.3 0.7,0.4 1.2,0.4c0.6,0 1.2,-0.2 1.7,-0.7c0.5,-0.5 0.7,-1 0.7,-1.6c-0.5,-0.4 -1.1,-0.6 -2,-0.6c-0.6,0 -1.1,0.1 -1.5,0.4C68.3765,9.6872 68.1765,9.9872 68.1765,10.4872M70.1765,4.5872c1.1,0 2,0.3 2.6,0.9c0.6,0.6 1,1.4 1,2.4v4.9h-1.4v-1.1h-0.1c-0.6,0.9 -1.5,1.4 -2.5,1.4c-0.9,0 -1.6,-0.3 -2.2,-0.8c-0.6,-0.5 -0.9,-1.2 -0.9,-2c0,-0.8 0.3,-1.5 0.9,-2c0.6,-0.5 1.5,-0.7 2.5,-0.7c0.9,0 1.6,0.2 2.2,0.5L72.2765,7.8872c0,-0.5 -0.2,-1 -0.6,-1.3c-0.4,-0.4 -0.9,-0.5 -1.5,-0.5c-0.8,0 -1.5,0.4 -2,1.1L66.8765,6.1872C67.6765,5.1872 68.6765,4.5872 70.1765,4.5872"
|
|
14
|
+
android:fillColor="#FFFFFF"/>
|
|
15
|
+
<path
|
|
16
|
+
android:pathData="M81.9615,4.8466l-5,11.6l-1.5,0l1.8,-4.1l-3.3,-7.5l1.7,0l2.3,5.8l0.1,0l2.3,-5.8z"
|
|
17
|
+
android:fillColor="#FFFFFF"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M54.4615,7.1615c0,-0.5 0,-0.9 -0.1,-1.4L47.9615,5.7615v2.6h3.6c-0.2,0.8 -0.6,1.6 -1.3,2v1.7h2.2C53.7615,10.8615 54.4615,9.1615 54.4615,7.1615"
|
|
20
|
+
android:fillColor="#4285F4"/>
|
|
21
|
+
<path
|
|
22
|
+
android:pathData="M47.9615,13.6615c1.8,0 3.3,-0.6 4.5,-1.6L50.2615,10.3615c-0.6,0.4 -1.4,0.6 -2.3,0.6C46.2615,11.0615 44.7615,9.8615 44.2615,8.2615L41.9615,8.2615v1.7C43.0615,12.1615 45.3615,13.6615 47.9615,13.6615"
|
|
23
|
+
android:fillColor="#34A853"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M44.2615,8.2615C44.0615,7.8615 43.9615,7.4615 43.9615,6.9615S44.0615,6.0615 44.2615,5.6615L44.2615,3.9615L41.9615,3.9615C41.5615,4.8615 41.2615,5.8615 41.2615,6.9615s0.3,2.1 0.7,3L44.2615,8.2615z"
|
|
26
|
+
android:fillColor="#FABB05"/>
|
|
27
|
+
<path
|
|
28
|
+
android:pathData="M47.9615,2.9615c1,0 1.9,0.3 2.6,1v0l1.9,-1.9C51.3615,0.9615 49.7615,0.2615 47.9615,0.2615c-2.6,0 -4.9,1.5 -6,3.7L44.2615,5.6615C44.7615,4.0615 46.2615,2.9615 47.9615,2.9615"
|
|
29
|
+
android:fillColor="#E94235"/>
|
|
30
|
+
</vector>
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="143dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="143"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M0.546,11.39L5.768,4.474L0.77,4.474L0.77,2.976L7.588,2.976L7.588,4.586L2.394,11.502L7.644,11.502L7.644,13L0.546,13L0.546,11.39ZM11.812,13.224C10.944,13.224 10.284,12.965 9.831,12.447C9.378,11.929 9.152,11.208 9.152,10.284L9.152,5.86L10.692,5.86L10.692,10.074C10.692,10.653 10.83,11.087 11.105,11.376C11.38,11.665 11.742,11.81 12.19,11.81C12.554,11.81 12.876,11.714 13.156,11.523C13.436,11.332 13.651,11.077 13.8,10.76C13.949,10.443 14.024,10.102 14.024,9.738L14.024,5.86L15.564,5.86L15.564,13L14.108,13L14.108,12.076L14.024,12.076C13.828,12.412 13.525,12.687 13.114,12.902C12.703,13.117 12.269,13.224 11.812,13.224Z"
|
|
8
|
+
android:strokeWidth="1"
|
|
9
|
+
android:fillColor="#3C4043"
|
|
10
|
+
android:fillType="evenOdd"
|
|
11
|
+
android:strokeColor="#00000000"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M69.896,2.976L71.436,2.976L71.436,5.706L71.366,6.798L71.436,6.798C71.641,6.462 71.947,6.184 72.353,5.965C72.759,5.746 73.195,5.636 73.662,5.636C74.53,5.636 75.193,5.89 75.65,6.399C76.107,6.908 76.336,7.601 76.336,8.478L76.336,13L74.796,13L74.796,8.688C74.796,8.147 74.654,7.741 74.369,7.47C74.084,7.199 73.713,7.064 73.256,7.064C72.911,7.064 72.6,7.162 72.325,7.358C72.05,7.554 71.833,7.813 71.674,8.135C71.515,8.457 71.436,8.8 71.436,9.164L71.436,13L69.896,13L69.896,2.976ZM79.118,4.824C78.829,4.824 78.584,4.724 78.383,4.523C78.182,4.322 78.082,4.077 78.082,3.788C78.082,3.499 78.182,3.254 78.383,3.053C78.584,2.852 78.829,2.752 79.118,2.752C79.407,2.752 79.652,2.852 79.853,3.053C80.054,3.254 80.154,3.499 80.154,3.788C80.154,4.077 80.054,4.322 79.853,4.523C79.652,4.724 79.407,4.824 79.118,4.824ZM78.348,5.86L79.888,5.86L79.888,13L78.348,13L78.348,5.86ZM81.956,5.86L83.426,5.86L83.426,6.798L83.496,6.798C83.701,6.462 84.007,6.184 84.413,5.965C84.819,5.746 85.251,5.636 85.708,5.636C86.576,5.636 87.236,5.89 87.689,6.399C88.142,6.908 88.368,7.601 88.368,8.478L88.368,13L86.828,13L86.828,8.688C86.828,8.128 86.69,7.717 86.415,7.456C86.14,7.195 85.759,7.064 85.274,7.064C84.929,7.064 84.621,7.16 84.35,7.351C84.079,7.542 83.869,7.797 83.72,8.114C83.571,8.431 83.496,8.772 83.496,9.136L83.496,13L81.956,13L81.956,5.86ZM89.89,11.712L93.838,7.218L90.002,7.218L90.002,5.86L95.728,5.86L95.728,7.162L91.78,11.656L95.84,11.656L95.84,13L89.89,13L89.89,11.712ZM100.022,13.224C99.154,13.224 98.494,12.965 98.041,12.447C97.588,11.929 97.362,11.208 97.362,10.284L97.362,5.86L98.902,5.86L98.902,10.074C98.902,10.653 99.04,11.087 99.315,11.376C99.59,11.665 99.952,11.81 100.4,11.81C100.764,11.81 101.086,11.714 101.366,11.523C101.646,11.332 101.861,11.077 102.01,10.76C102.159,10.443 102.234,10.102 102.234,9.738L102.234,5.86L103.774,5.86L103.774,13L102.318,13L102.318,12.076L102.234,12.076C102.038,12.412 101.735,12.687 101.324,12.902C100.913,13.117 100.479,13.224 100.022,13.224ZM106.584,7.218L105.282,7.218L105.282,5.86L106.584,5.86L106.584,5.3C106.584,4.553 106.817,3.961 107.284,3.522C107.751,3.083 108.348,2.864 109.076,2.864C109.496,2.864 109.86,2.915 110.168,3.018L110.168,4.53C110,4.465 109.844,4.411 109.699,4.369C109.554,4.327 109.389,4.306 109.202,4.306C108.894,4.306 108.637,4.404 108.432,4.6C108.227,4.796 108.124,5.067 108.124,5.412L108.124,5.86L109.916,5.86L109.916,7.218L108.124,7.218L108.124,13L106.584,13L106.584,7.218ZM113.972,13.224C113.104,13.224 112.444,12.965 111.991,12.447C111.538,11.929 111.312,11.208 111.312,10.284L111.312,5.86L112.852,5.86L112.852,10.074C112.852,10.653 112.99,11.087 113.265,11.376C113.54,11.665 113.902,11.81 114.35,11.81C114.714,11.81 115.036,11.714 115.316,11.523C115.596,11.332 115.811,11.077 115.96,10.76C116.109,10.443 116.184,10.102 116.184,9.738L116.184,5.86L117.724,5.86L117.724,13L116.268,13L116.268,12.076L116.184,12.076C115.988,12.412 115.685,12.687 115.274,12.902C114.863,13.117 114.429,13.224 113.972,13.224ZM113.272,4.39C113.029,4.39 112.819,4.301 112.642,4.124C112.465,3.947 112.376,3.737 112.376,3.494C112.376,3.242 112.462,3.032 112.635,2.864C112.808,2.696 113.02,2.612 113.272,2.612C113.524,2.612 113.736,2.696 113.909,2.864C114.082,3.032 114.168,3.242 114.168,3.494C114.168,3.737 114.082,3.947 113.909,4.124C113.736,4.301 113.524,4.39 113.272,4.39ZM115.764,4.39C115.521,4.39 115.314,4.301 115.141,4.124C114.968,3.947 114.882,3.737 114.882,3.494C114.882,3.242 114.968,3.032 115.141,2.864C115.314,2.696 115.521,2.612 115.764,2.612C116.025,2.612 116.24,2.696 116.408,2.864C116.576,3.032 116.66,3.242 116.66,3.494C116.66,3.746 116.574,3.958 116.401,4.131C116.228,4.304 116.016,4.39 115.764,4.39ZM122.816,16.248C121.939,16.248 121.213,16.047 120.639,15.646C120.065,15.245 119.68,14.769 119.484,14.218L120.926,13.616C121.075,13.989 121.316,14.29 121.647,14.519C121.978,14.748 122.368,14.862 122.816,14.862C123.469,14.862 123.98,14.668 124.349,14.281C124.718,13.894 124.902,13.35 124.902,12.65L124.902,11.992L124.818,11.992C124.585,12.328 124.274,12.592 123.887,12.783C123.5,12.974 123.054,13.07 122.55,13.07C121.953,13.07 121.397,12.916 120.884,12.608C120.371,12.3 119.962,11.864 119.659,11.299C119.356,10.734 119.204,10.088 119.204,9.36C119.204,8.632 119.356,7.986 119.659,7.421C119.962,6.856 120.371,6.418 120.884,6.105C121.397,5.792 121.953,5.636 122.55,5.636C123.045,5.636 123.488,5.734 123.88,5.93C124.272,6.126 124.585,6.392 124.818,6.728L124.902,6.728L124.902,5.86L126.372,5.86L126.372,12.608C126.372,13.383 126.223,14.043 125.924,14.589C125.625,15.135 125.208,15.548 124.671,15.828C124.134,16.108 123.516,16.248 122.816,16.248ZM122.83,11.67C123.203,11.67 123.549,11.579 123.866,11.397C124.183,11.215 124.435,10.949 124.622,10.599C124.809,10.249 124.902,9.836 124.902,9.36C124.902,8.632 124.704,8.065 124.307,7.659C123.91,7.253 123.418,7.05 122.83,7.05C122.447,7.05 122.097,7.141 121.78,7.323C121.463,7.505 121.211,7.769 121.024,8.114C120.837,8.459 120.744,8.875 120.744,9.36C120.744,9.845 120.837,10.261 121.024,10.606C121.211,10.951 121.463,11.215 121.78,11.397C122.097,11.579 122.447,11.67 122.83,11.67ZM131.52,13.224C130.82,13.224 130.192,13.061 129.637,12.734C129.082,12.407 128.648,11.957 128.335,11.383C128.022,10.809 127.866,10.163 127.866,9.444C127.866,8.763 128.018,8.13 128.321,7.547C128.624,6.964 129.047,6.499 129.588,6.154C130.129,5.809 130.745,5.636 131.436,5.636C132.155,5.636 132.778,5.795 133.305,6.112C133.832,6.429 134.234,6.863 134.509,7.414C134.784,7.965 134.922,8.585 134.922,9.276C134.922,9.407 134.908,9.57 134.88,9.766L129.406,9.766C129.462,10.429 129.698,10.94 130.113,11.299C130.528,11.658 131.011,11.838 131.562,11.838C132.001,11.838 132.381,11.738 132.703,11.537C133.025,11.336 133.284,11.063 133.48,10.718L134.782,11.334C134.446,11.922 134.007,12.384 133.466,12.72C132.925,13.056 132.276,13.224 131.52,13.224ZM133.354,8.59C133.335,8.338 133.256,8.088 133.116,7.841C132.976,7.594 132.764,7.386 132.479,7.218C132.194,7.05 131.847,6.966 131.436,6.966C130.941,6.966 130.524,7.113 130.183,7.407C129.842,7.701 129.607,8.095 129.476,8.59L133.354,8.59ZM136.472,5.86L137.942,5.86L137.942,6.798L138.012,6.798C138.217,6.462 138.523,6.184 138.929,5.965C139.335,5.746 139.767,5.636 140.224,5.636C141.092,5.636 141.752,5.89 142.205,6.399C142.658,6.908 142.884,7.601 142.884,8.478L142.884,13L141.344,13L141.344,8.688C141.344,8.128 141.206,7.717 140.931,7.456C140.656,7.195 140.275,7.064 139.79,7.064C139.445,7.064 139.137,7.16 138.866,7.351C138.595,7.542 138.385,7.797 138.236,8.114C138.087,8.431 138.012,8.772 138.012,9.136L138.012,13L136.472,13L136.472,5.86Z"
|
|
14
|
+
android:strokeWidth="1"
|
|
15
|
+
android:fillColor="#3C4043"
|
|
16
|
+
android:fillType="evenOdd"
|
|
17
|
+
android:strokeColor="#00000000"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M41.526,2.635L41.526,6.718L44.044,6.718C44.644,6.718 45.14,6.516 45.532,6.113C45.935,5.711 46.137,5.231 46.137,4.676C46.137,4.132 45.935,3.658 45.532,3.254C45.14,2.841 44.644,2.634 44.044,2.634L41.526,2.634L41.526,2.635ZM41.526,8.155L41.526,12.891L40.022,12.891L40.022,1.198L44.011,1.198C45.025,1.198 45.885,1.535 46.594,2.21C47.314,2.885 47.674,3.707 47.674,4.676C47.674,5.667 47.314,6.495 46.594,7.158C45.897,7.823 45.035,8.154 44.011,8.154L41.526,8.154L41.526,8.155Z"
|
|
20
|
+
android:strokeWidth="1"
|
|
21
|
+
android:fillColor="#5F6368"
|
|
22
|
+
android:fillType="evenOdd"
|
|
23
|
+
android:strokeColor="#00000000"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M49.194,10.442C49.194,10.834 49.36,11.16 49.693,11.422C50.025,11.683 50.415,11.813 50.861,11.813C51.494,11.813 52.057,11.579 52.553,11.112C53.05,10.643 53.297,10.093 53.297,9.463C52.828,9.092 52.174,8.907 51.335,8.907C50.724,8.907 50.215,9.055 49.807,9.349C49.398,9.643 49.194,10.006 49.194,10.442M51.14,4.627C52.252,4.627 53.129,4.924 53.773,5.518C54.415,6.111 54.737,6.925 54.737,7.959L54.737,12.891L53.298,12.891L53.298,11.781L53.233,11.781C52.611,12.695 51.783,13.153 50.747,13.153C49.865,13.153 49.126,12.891 48.532,12.369C47.938,11.846 47.641,11.193 47.641,10.409C47.641,9.581 47.954,8.923 48.581,8.433C49.208,7.943 50.044,7.698 51.09,7.698C51.983,7.698 52.72,7.861 53.297,8.188L53.297,7.844C53.297,7.322 53.09,6.878 52.676,6.513C52.261,6.149 51.777,5.967 51.221,5.967C50.381,5.967 49.717,6.32 49.226,7.029L47.902,6.195C48.632,5.15 49.711,4.627 51.14,4.627"
|
|
26
|
+
android:strokeWidth="1"
|
|
27
|
+
android:fillColor="#5F6368"
|
|
28
|
+
android:fillType="evenOdd"
|
|
29
|
+
android:strokeColor="#00000000"/>
|
|
30
|
+
<path
|
|
31
|
+
android:pathData="M62.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"
|
|
32
|
+
android:strokeWidth="1"
|
|
33
|
+
android:fillColor="#5F6368"
|
|
34
|
+
android:fillType="evenOdd"
|
|
35
|
+
android:strokeColor="#00000000"/>
|
|
36
|
+
<path
|
|
37
|
+
android:pathData="M35.448,7.134C35.448,6.661 35.408,6.205 35.332,5.768L28.988,5.768L28.988,8.356L32.622,8.356C32.466,9.199 31.994,9.917 31.278,10.398L31.278,12.079L33.447,12.079C34.716,10.908 35.448,9.179 35.448,7.134"
|
|
38
|
+
android:strokeWidth="1"
|
|
39
|
+
android:fillColor="#4285F4"
|
|
40
|
+
android:fillType="evenOdd"
|
|
41
|
+
android:strokeColor="#00000000"/>
|
|
42
|
+
<path
|
|
43
|
+
android:pathData="M28.988,13.701C30.804,13.701 32.332,13.105 33.447,12.079L31.278,10.398C30.675,10.804 29.897,11.041 28.988,11.041C27.234,11.041 25.744,9.859 25.212,8.267L22.978,8.267L22.978,9.998C24.085,12.193 26.36,13.701 28.988,13.701"
|
|
44
|
+
android:strokeWidth="1"
|
|
45
|
+
android:fillColor="#34A853"
|
|
46
|
+
android:fillType="evenOdd"
|
|
47
|
+
android:strokeColor="#00000000"/>
|
|
48
|
+
<path
|
|
49
|
+
android:pathData="M25.212,8.267C25.076,7.861 25.001,7.428 25.001,6.981C25.001,6.534 25.076,6.101 25.212,5.695L25.212,3.964L22.978,3.964C22.52,4.871 22.261,5.896 22.261,6.981C22.261,8.066 22.52,9.091 22.978,9.998L25.212,8.267Z"
|
|
50
|
+
android:strokeWidth="1"
|
|
51
|
+
android:fillColor="#FABB05"
|
|
52
|
+
android:fillType="evenOdd"
|
|
53
|
+
android:strokeColor="#00000000"/>
|
|
54
|
+
<path
|
|
55
|
+
android:pathData="M28.988,2.921C29.98,2.921 30.868,3.262 31.569,3.929L31.569,3.93L33.489,2.012C32.323,0.928 30.803,0.261 28.988,0.261C26.36,0.261 24.085,1.769 22.978,3.964L25.212,5.695C25.744,4.103 27.234,2.921 28.988,2.921"
|
|
56
|
+
android:strokeWidth="1"
|
|
57
|
+
android:fillColor="#E94235"
|
|
58
|
+
android:fillType="evenOdd"
|
|
59
|
+
android:strokeColor="#00000000"/>
|
|
60
|
+
</vector>
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="143dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="143"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M0.546,11.39L5.768,4.474L0.77,4.474L0.77,2.976L7.588,2.976L7.588,4.586L2.394,11.502L7.644,11.502L7.644,13L0.546,13L0.546,11.39ZM11.812,13.224C10.944,13.224 10.284,12.965 9.831,12.447C9.378,11.929 9.152,11.208 9.152,10.284L9.152,5.86L10.692,5.86L10.692,10.074C10.692,10.653 10.83,11.087 11.105,11.376C11.38,11.665 11.742,11.81 12.19,11.81C12.554,11.81 12.876,11.714 13.156,11.523C13.436,11.332 13.651,11.077 13.8,10.76C13.949,10.443 14.024,10.102 14.024,9.738L14.024,5.86L15.564,5.86L15.564,13L14.108,13L14.108,12.076L14.024,12.076C13.828,12.412 13.525,12.687 13.114,12.902C12.703,13.117 12.269,13.224 11.812,13.224Z"
|
|
8
|
+
android:strokeWidth="1"
|
|
9
|
+
android:fillColor="#FFFFFF"
|
|
10
|
+
android:fillType="evenOdd"
|
|
11
|
+
android:strokeColor="#00000000"/>
|
|
12
|
+
<path
|
|
13
|
+
android:pathData="M69.896,2.976L71.436,2.976L71.436,5.706L71.366,6.798L71.436,6.798C71.641,6.462 71.947,6.184 72.353,5.965C72.759,5.746 73.195,5.636 73.662,5.636C74.53,5.636 75.193,5.89 75.65,6.399C76.107,6.908 76.336,7.601 76.336,8.478L76.336,13L74.796,13L74.796,8.688C74.796,8.147 74.654,7.741 74.369,7.47C74.084,7.199 73.713,7.064 73.256,7.064C72.911,7.064 72.6,7.162 72.325,7.358C72.05,7.554 71.833,7.813 71.674,8.135C71.515,8.457 71.436,8.8 71.436,9.164L71.436,13L69.896,13L69.896,2.976ZM79.118,4.824C78.829,4.824 78.584,4.724 78.383,4.523C78.182,4.322 78.082,4.077 78.082,3.788C78.082,3.499 78.182,3.254 78.383,3.053C78.584,2.852 78.829,2.752 79.118,2.752C79.407,2.752 79.652,2.852 79.853,3.053C80.054,3.254 80.154,3.499 80.154,3.788C80.154,4.077 80.054,4.322 79.853,4.523C79.652,4.724 79.407,4.824 79.118,4.824ZM78.348,5.86L79.888,5.86L79.888,13L78.348,13L78.348,5.86ZM81.956,5.86L83.426,5.86L83.426,6.798L83.496,6.798C83.701,6.462 84.007,6.184 84.413,5.965C84.819,5.746 85.251,5.636 85.708,5.636C86.576,5.636 87.236,5.89 87.689,6.399C88.142,6.908 88.368,7.601 88.368,8.478L88.368,13L86.828,13L86.828,8.688C86.828,8.128 86.69,7.717 86.415,7.456C86.14,7.195 85.759,7.064 85.274,7.064C84.929,7.064 84.621,7.16 84.35,7.351C84.079,7.542 83.869,7.797 83.72,8.114C83.571,8.431 83.496,8.772 83.496,9.136L83.496,13L81.956,13L81.956,5.86ZM89.89,11.712L93.838,7.218L90.002,7.218L90.002,5.86L95.728,5.86L95.728,7.162L91.78,11.656L95.84,11.656L95.84,13L89.89,13L89.89,11.712ZM100.022,13.224C99.154,13.224 98.494,12.965 98.041,12.447C97.588,11.929 97.362,11.208 97.362,10.284L97.362,5.86L98.902,5.86L98.902,10.074C98.902,10.653 99.04,11.087 99.315,11.376C99.59,11.665 99.952,11.81 100.4,11.81C100.764,11.81 101.086,11.714 101.366,11.523C101.646,11.332 101.861,11.077 102.01,10.76C102.159,10.443 102.234,10.102 102.234,9.738L102.234,5.86L103.774,5.86L103.774,13L102.318,13L102.318,12.076L102.234,12.076C102.038,12.412 101.735,12.687 101.324,12.902C100.913,13.117 100.479,13.224 100.022,13.224ZM106.584,7.218L105.282,7.218L105.282,5.86L106.584,5.86L106.584,5.3C106.584,4.553 106.817,3.961 107.284,3.522C107.751,3.083 108.348,2.864 109.076,2.864C109.496,2.864 109.86,2.915 110.168,3.018L110.168,4.53C110,4.465 109.844,4.411 109.699,4.369C109.554,4.327 109.389,4.306 109.202,4.306C108.894,4.306 108.637,4.404 108.432,4.6C108.227,4.796 108.124,5.067 108.124,5.412L108.124,5.86L109.916,5.86L109.916,7.218L108.124,7.218L108.124,13L106.584,13L106.584,7.218ZM113.972,13.224C113.104,13.224 112.444,12.965 111.991,12.447C111.538,11.929 111.312,11.208 111.312,10.284L111.312,5.86L112.852,5.86L112.852,10.074C112.852,10.653 112.99,11.087 113.265,11.376C113.54,11.665 113.902,11.81 114.35,11.81C114.714,11.81 115.036,11.714 115.316,11.523C115.596,11.332 115.811,11.077 115.96,10.76C116.109,10.443 116.184,10.102 116.184,9.738L116.184,5.86L117.724,5.86L117.724,13L116.268,13L116.268,12.076L116.184,12.076C115.988,12.412 115.685,12.687 115.274,12.902C114.863,13.117 114.429,13.224 113.972,13.224ZM113.272,4.39C113.029,4.39 112.819,4.301 112.642,4.124C112.465,3.947 112.376,3.737 112.376,3.494C112.376,3.242 112.462,3.032 112.635,2.864C112.808,2.696 113.02,2.612 113.272,2.612C113.524,2.612 113.736,2.696 113.909,2.864C114.082,3.032 114.168,3.242 114.168,3.494C114.168,3.737 114.082,3.947 113.909,4.124C113.736,4.301 113.524,4.39 113.272,4.39ZM115.764,4.39C115.521,4.39 115.314,4.301 115.141,4.124C114.968,3.947 114.882,3.737 114.882,3.494C114.882,3.242 114.968,3.032 115.141,2.864C115.314,2.696 115.521,2.612 115.764,2.612C116.025,2.612 116.24,2.696 116.408,2.864C116.576,3.032 116.66,3.242 116.66,3.494C116.66,3.746 116.574,3.958 116.401,4.131C116.228,4.304 116.016,4.39 115.764,4.39ZM122.816,16.248C121.939,16.248 121.213,16.047 120.639,15.646C120.065,15.245 119.68,14.769 119.484,14.218L120.926,13.616C121.075,13.989 121.316,14.29 121.647,14.519C121.978,14.748 122.368,14.862 122.816,14.862C123.469,14.862 123.98,14.668 124.349,14.281C124.718,13.894 124.902,13.35 124.902,12.65L124.902,11.992L124.818,11.992C124.585,12.328 124.274,12.592 123.887,12.783C123.5,12.974 123.054,13.07 122.55,13.07C121.953,13.07 121.397,12.916 120.884,12.608C120.371,12.3 119.962,11.864 119.659,11.299C119.356,10.734 119.204,10.088 119.204,9.36C119.204,8.632 119.356,7.986 119.659,7.421C119.962,6.856 120.371,6.418 120.884,6.105C121.397,5.792 121.953,5.636 122.55,5.636C123.045,5.636 123.488,5.734 123.88,5.93C124.272,6.126 124.585,6.392 124.818,6.728L124.902,6.728L124.902,5.86L126.372,5.86L126.372,12.608C126.372,13.383 126.223,14.043 125.924,14.589C125.625,15.135 125.208,15.548 124.671,15.828C124.134,16.108 123.516,16.248 122.816,16.248ZM122.83,11.67C123.203,11.67 123.549,11.579 123.866,11.397C124.183,11.215 124.435,10.949 124.622,10.599C124.809,10.249 124.902,9.836 124.902,9.36C124.902,8.632 124.704,8.065 124.307,7.659C123.91,7.253 123.418,7.05 122.83,7.05C122.447,7.05 122.097,7.141 121.78,7.323C121.463,7.505 121.211,7.769 121.024,8.114C120.837,8.459 120.744,8.875 120.744,9.36C120.744,9.845 120.837,10.261 121.024,10.606C121.211,10.951 121.463,11.215 121.78,11.397C122.097,11.579 122.447,11.67 122.83,11.67ZM131.52,13.224C130.82,13.224 130.192,13.061 129.637,12.734C129.082,12.407 128.648,11.957 128.335,11.383C128.022,10.809 127.866,10.163 127.866,9.444C127.866,8.763 128.018,8.13 128.321,7.547C128.624,6.964 129.047,6.499 129.588,6.154C130.129,5.809 130.745,5.636 131.436,5.636C132.155,5.636 132.778,5.795 133.305,6.112C133.832,6.429 134.234,6.863 134.509,7.414C134.784,7.965 134.922,8.585 134.922,9.276C134.922,9.407 134.908,9.57 134.88,9.766L129.406,9.766C129.462,10.429 129.698,10.94 130.113,11.299C130.528,11.658 131.011,11.838 131.562,11.838C132.001,11.838 132.381,11.738 132.703,11.537C133.025,11.336 133.284,11.063 133.48,10.718L134.782,11.334C134.446,11.922 134.007,12.384 133.466,12.72C132.925,13.056 132.276,13.224 131.52,13.224ZM133.354,8.59C133.335,8.338 133.256,8.088 133.116,7.841C132.976,7.594 132.764,7.386 132.479,7.218C132.194,7.05 131.847,6.966 131.436,6.966C130.941,6.966 130.524,7.113 130.183,7.407C129.842,7.701 129.607,8.095 129.476,8.59L133.354,8.59ZM136.472,5.86L137.942,5.86L137.942,6.798L138.012,6.798C138.217,6.462 138.523,6.184 138.929,5.965C139.335,5.746 139.767,5.636 140.224,5.636C141.092,5.636 141.752,5.89 142.205,6.399C142.658,6.908 142.884,7.601 142.884,8.478L142.884,13L141.344,13L141.344,8.688C141.344,8.128 141.206,7.717 140.931,7.456C140.656,7.195 140.275,7.064 139.79,7.064C139.445,7.064 139.137,7.16 138.866,7.351C138.595,7.542 138.385,7.797 138.236,8.114C138.087,8.431 138.012,8.772 138.012,9.136L138.012,13L136.472,13L136.472,5.86Z"
|
|
14
|
+
android:strokeWidth="1"
|
|
15
|
+
android:fillColor="#FFFFFF"
|
|
16
|
+
android:fillType="evenOdd"
|
|
17
|
+
android:strokeColor="#00000000"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M41.526,2.635L41.526,6.718L44.044,6.718C44.644,6.718 45.14,6.516 45.532,6.113C45.935,5.711 46.137,5.231 46.137,4.676C46.137,4.132 45.935,3.658 45.532,3.254C45.14,2.841 44.644,2.634 44.044,2.634L41.526,2.634L41.526,2.635ZM41.526,8.155L41.526,12.891L40.022,12.891L40.022,1.198L44.011,1.198C45.025,1.198 45.885,1.535 46.594,2.21C47.314,2.885 47.674,3.707 47.674,4.676C47.674,5.667 47.314,6.495 46.594,7.158C45.897,7.823 45.035,8.154 44.011,8.154L41.526,8.154L41.526,8.155Z"
|
|
20
|
+
android:strokeWidth="1"
|
|
21
|
+
android:fillColor="#FFFFFF"
|
|
22
|
+
android:fillType="evenOdd"
|
|
23
|
+
android:strokeColor="#00000000"/>
|
|
24
|
+
<path
|
|
25
|
+
android:pathData="M49.194,10.442C49.194,10.834 49.36,11.16 49.693,11.422C50.025,11.683 50.415,11.813 50.861,11.813C51.494,11.813 52.057,11.579 52.553,11.112C53.05,10.643 53.297,10.093 53.297,9.463C52.828,9.092 52.174,8.907 51.335,8.907C50.724,8.907 50.215,9.055 49.807,9.349C49.398,9.643 49.194,10.006 49.194,10.442M51.14,4.627C52.252,4.627 53.129,4.924 53.773,5.518C54.415,6.111 54.737,6.925 54.737,7.959L54.737,12.891L53.298,12.891L53.298,11.781L53.233,11.781C52.611,12.695 51.783,13.153 50.747,13.153C49.865,13.153 49.126,12.891 48.532,12.369C47.938,11.846 47.641,11.193 47.641,10.409C47.641,9.581 47.954,8.923 48.581,8.433C49.208,7.943 50.044,7.698 51.09,7.698C51.983,7.698 52.72,7.861 53.297,8.188L53.297,7.844C53.297,7.322 53.09,6.878 52.676,6.513C52.261,6.149 51.777,5.967 51.221,5.967C50.381,5.967 49.717,6.32 49.226,7.029L47.902,6.195C48.632,5.15 49.711,4.627 51.14,4.627"
|
|
26
|
+
android:strokeWidth="1"
|
|
27
|
+
android:fillColor="#FFFFFF"
|
|
28
|
+
android:fillType="evenOdd"
|
|
29
|
+
android:strokeColor="#00000000"/>
|
|
30
|
+
<path
|
|
31
|
+
android:pathData="M62.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"
|
|
32
|
+
android:strokeWidth="1"
|
|
33
|
+
android:fillColor="#FFFFFF"
|
|
34
|
+
android:fillType="evenOdd"
|
|
35
|
+
android:strokeColor="#00000000"/>
|
|
36
|
+
<path
|
|
37
|
+
android:pathData="M35.448,7.134C35.448,6.661 35.408,6.205 35.332,5.768L28.988,5.768L28.988,8.356L32.622,8.356C32.466,9.199 31.994,9.917 31.278,10.398L31.278,12.079L33.447,12.079C34.716,10.908 35.448,9.179 35.448,7.134"
|
|
38
|
+
android:strokeWidth="1"
|
|
39
|
+
android:fillColor="#4285F4"
|
|
40
|
+
android:fillType="evenOdd"
|
|
41
|
+
android:strokeColor="#00000000"/>
|
|
42
|
+
<path
|
|
43
|
+
android:pathData="M28.988,13.701C30.804,13.701 32.332,13.105 33.447,12.079L31.278,10.398C30.675,10.804 29.897,11.041 28.988,11.041C27.234,11.041 25.744,9.859 25.212,8.267L22.978,8.267L22.978,9.998C24.085,12.193 26.36,13.701 28.988,13.701"
|
|
44
|
+
android:strokeWidth="1"
|
|
45
|
+
android:fillColor="#34A853"
|
|
46
|
+
android:fillType="evenOdd"
|
|
47
|
+
android:strokeColor="#00000000"/>
|
|
48
|
+
<path
|
|
49
|
+
android:pathData="M25.212,8.267C25.076,7.861 25.001,7.428 25.001,6.981C25.001,6.534 25.076,6.101 25.212,5.695L25.212,3.964L22.978,3.964C22.52,4.871 22.261,5.896 22.261,6.981C22.261,8.066 22.52,9.091 22.978,9.998L25.212,8.267Z"
|
|
50
|
+
android:strokeWidth="1"
|
|
51
|
+
android:fillColor="#FABB05"
|
|
52
|
+
android:fillType="evenOdd"
|
|
53
|
+
android:strokeColor="#00000000"/>
|
|
54
|
+
<path
|
|
55
|
+
android:pathData="M28.988,2.921C29.98,2.921 30.868,3.262 31.569,3.929L31.569,3.93L33.489,2.012C32.323,0.928 30.803,0.261 28.988,0.261C26.36,0.261 24.085,1.769 22.978,3.964L25.212,5.695C25.744,4.103 27.234,2.921 28.988,2.921"
|
|
56
|
+
android:strokeWidth="1"
|
|
57
|
+
android:fillColor="#E94235"
|
|
58
|
+
android:fillType="evenOdd"
|
|
59
|
+
android:strokeColor="#00000000"/>
|
|
60
|
+
</vector>
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="143dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="143"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M121.526,2.635L121.526,6.718h2.518a1.988,1.988 0,0 0,1.488 -0.6,1.99 1.99,0 0,0 0,-2.858 1.961,1.961 0,0 0,-1.488 -0.621h-2.518ZM121.526,8.155v4.736h-1.5L120.026,1.2h3.989a3.606,3.606 0,0 1,2.583 1.012,3.253 3.253,0 0,1 1.08,2.466 3.236,3.236 0,0 1,-1.08 2.482,3.6 3.6,0 0,1 -2.583,1h-2.485Z"
|
|
8
|
+
android:fillColor="#5f6368"
|
|
9
|
+
android:fillType="evenOdd"/>
|
|
10
|
+
<path
|
|
11
|
+
android:pathData="M129.194,10.442a1.2,1.2 0,0 0,0.5 0.979,1.83 1.83,0 0,0 1.168,0.392 2.4,2.4 0,0 0,1.692 -0.7,2.2 2.2,0 0,0 0.744,-1.649 3.089,3.089 0,0 0,-1.962 -0.556,2.546 2.546,0 0,0 -1.528,0.442 1.306,1.306 0,0 0,-0.613 1.093m1.946,-5.815a3.734,3.734 0,0 1,2.633 0.891,3.16 3.16,0 0,1 0.964,2.441v4.932H133.3v-1.11h-0.065a2.875,2.875 0,0 1,-2.486 1.372,3.236 3.236,0 0,1 -2.215,-0.784 2.5,2.5 0,0 1,-0.891 -1.96,2.377 2.377,0 0,1 0.94,-1.976A3.964,3.964 0,0 1,131.09 7.7a4.44,4.44 0,0 1,2.207 0.49V7.844a1.711,1.711 0,0 0,-0.621 -1.331,2.136 2.136,0 0,0 -1.455,-0.546 2.3,2.3 0,0 0,-2 1.062L127.9,6.2a3.7,3.7 0,0 1,3.239 -1.568"
|
|
12
|
+
android:fillColor="#5f6368"
|
|
13
|
+
android:fillType="evenOdd"/>
|
|
14
|
+
<path
|
|
15
|
+
android:pathData="M142.993,4.889l-5.02,11.53H136.42l1.864,-4.034 -3.3,-7.5h1.636L139,10.637h0.032l2.322,-5.748Z"
|
|
16
|
+
android:fillColor="#5f6368"
|
|
17
|
+
android:fillType="evenOdd"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M115.448,7.134a7.966,7.966 0,0 0,-0.116 -1.366h-6.344V8.356h3.634a3.112,3.112 0,0 1,-1.344 2.042v1.681h2.169a6.576,6.576 0,0 0,2 -4.945"
|
|
20
|
+
android:fillColor="#4285f4"
|
|
21
|
+
android:fillType="evenOdd"/>
|
|
22
|
+
<path
|
|
23
|
+
android:pathData="M108.988,13.7a6.446,6.446 0,0 0,4.459 -1.622L111.278,10.4a4.08,4.08 0,0 1,-6.066 -2.131h-2.234V10a6.728,6.728 0,0 0,6.01 3.7"
|
|
24
|
+
android:fillColor="#34a853"
|
|
25
|
+
android:fillType="evenOdd"/>
|
|
26
|
+
<path
|
|
27
|
+
android:pathData="M105.212,8.267a4.024,4.024 0,0 1,0 -2.572V3.964h-2.234a6.706,6.706 0,0 0,0 6.034Z"
|
|
28
|
+
android:fillColor="#fabb05"
|
|
29
|
+
android:fillType="evenOdd"/>
|
|
30
|
+
<path
|
|
31
|
+
android:pathData="M108.988,2.921a3.656,3.656 0,0 1,2.581 1.008h0l1.92,-1.918a6.469,6.469 0,0 0,-4.5 -1.75,6.727 6.727,0 0,0 -6.01,3.7L105.212,5.7a4.024,4.024 0,0 1,3.776 -2.774"
|
|
32
|
+
android:fillColor="#e94235"
|
|
33
|
+
android:fillType="evenOdd"/>
|
|
34
|
+
<path
|
|
35
|
+
android:pathData="M0.412,2.833H7.98V13H6.39V4.352H2V13H0.412Z"
|
|
36
|
+
android:fillColor="#3c4043"/>
|
|
37
|
+
<path
|
|
38
|
+
android:pathData="M10.139,9.577A4.231,4.231 0,0 1,10.593 7.6a3.416,3.416 0,0 1,1.271 -1.37,3.5 3.5,0 0,1 1.853,-0.5 3.694,3.694 0,0 1,1.91 0.49,3.316 3.316,0 0,1 1.278,1.342 4.063,4.063 0,0 1,0.447 1.917,4.148 4.148,0 0,1 -0.44,1.924 3.373,3.373 0,0 1,-1.2 1.342,3.057 3.057,0 0,1 -1.669,0.483 2.887,2.887 0,0 1,-1.4 -0.327,2.637 2.637,0 0,1 -0.944,-0.823h-0.086l0.086,0.979v3.011L10.139,16.068ZM14.732,11.508A2.108,2.108 0,0 0,15.5 10.7a2.478,2.478 0,0 0,0.291 -1.221A2.437,2.437 0,0 0,15.5 8.264a2.126,2.126 0,0 0,-0.767 -0.8,2.014 2.014,0 0,0 -2.059,0 2.123,2.123 0,0 0,-0.766 0.8,2.427 2.427,0 0,0 -0.292,1.214 2.467,2.467 0,0 0,0.292 1.221,2.105 2.105,0 0,0 0.766,0.809 2.008,2.008 0,0 0,2.059 0Z"
|
|
39
|
+
android:fillColor="#3c4043"/>
|
|
40
|
+
<path
|
|
41
|
+
android:pathData="M20.277,12.737A3.512,3.512 0,0 1,18.964 11.4a3.855,3.855 0,0 1,-0.476 -1.917,3.855 3.855,0 0,1 0.476,-1.917 3.5,3.5 0,0 1,1.313 -1.342,3.913 3.913,0 0,1 3.792,0 3.452,3.452 0,0 1,1.306 1.342,3.9 3.9,0 0,1 0.469,1.917 3.9,3.9 0,0 1,-0.469 1.917,3.459 3.459,0 0,1 -1.306,1.342 3.913,3.913 0,0 1,-3.792 0ZM23.217,11.508A2.141,2.141 0,0 0,24 10.7a2.428,2.428 0,0 0,0.3 -1.221A2.458,2.458 0,0 0,24 8.243a2.1,2.1 0,0 0,-2.876 -0.8,2.034 2.034,0 0,0 -0.781,0.8 2.508,2.508 0,0 0,-0.291 1.235,2.428 2.428,0 0,0 0.3,1.221 2.148,2.148 0,0 0,0.781 0.809,2.006 2.006,0 0,0 1.037,0.284A2.032,2.032 0,0 0,23.217 11.508Z"
|
|
42
|
+
android:fillColor="#3c4043"/>
|
|
43
|
+
<path
|
|
44
|
+
android:pathData="M28.705,12.751a3.339,3.339 0,0 1,-1.271 -1.306,3.8 3.8,0 0,1 -0.454,-1.854 3.825,3.825 0,0 1,0.454 -1.867,3.288 3.288,0 0,1 1.271,-1.3 3.651,3.651 0,0 1,1.853 -0.468h4.4L34.958,7.319h-0.767l-1.008,-0.085v0.085a3.078,3.078 0,0 1,0.966 2.272,3.789 3.789,0 0,1 -0.455,1.854 3.316,3.316 0,0 1,-1.278 1.306,3.858 3.858,0 0,1 -3.713,0ZM31.566,11.53a1.915,1.915 0,0 0,0.746 -0.76,2.379 2.379,0 0,0 0.277,-1.179 2.381,2.381 0,0 0,-0.277 -1.178,1.928 1.928,0 0,0 -0.746,-0.76 2.027,2.027 0,0 0,-1.008 -0.262,1.99 1.99,0 0,0 -1,0.262 1.943,1.943 0,0 0,-0.738 0.76,2.381 2.381,0 0,0 -0.277,1.178 2.379,2.379 0,0 0,0.277 1.179,1.929 1.929,0 0,0 0.738,0.76 1.99,1.99 0,0 0,1 0.262A2.027,2.027 0,0 0,31.566 11.53Z"
|
|
45
|
+
android:fillColor="#3c4043"/>
|
|
46
|
+
<path
|
|
47
|
+
android:pathData="M37.957,12.552a4.307,4.307 0,0 1,-1.4 -1.832,6.537 6.537,0 0,1 -0.49,-2.577 6.576,6.576 0,0 1,0.49 -2.591,4.261 4.261,0 0,1 1.4,-1.825 3.633,3.633 0,0 1,4.2 0,4.284 4.284,0 0,1 1.391,1.825 6.576,6.576 0,0 1,0.49 2.591,6.537 6.537,0 0,1 -0.49,2.577 4.313,4.313 0,0 1,-1.4 1.832,3.587 3.587,0 0,1 -4.189,0ZM41.72,10.852a4.4,4.4 0,0 0,0.724 -2.322L37.658,8.53a4.348,4.348 0,0 0,0.732 2.322,1.988 1.988,0 0,0 3.33,0ZM42.387,7.252A3.852,3.852 0,0 0,41.6 5.282a1.979,1.979 0,0 0,-3.1 0,3.852 3.852,0 0,0 -0.788,1.967Z"
|
|
48
|
+
android:fillColor="#3c4043"/>
|
|
49
|
+
<path
|
|
50
|
+
android:pathData="M50.822,8.867a1.767,1.767 0,0 0,-0.412 -1.285,1.659 1.659,0 0,0 -2.4,0.206 2.346,2.346 0,0 0,-0.483 1.477L47.527,13L45.965,13L45.965,5.957h1.477v0.937h0.085a2.362,2.362 0,0 1,0.909 -0.838,2.649 2.649,0 0,1 1.293,-0.327 2.46,2.46 0,0 1,1.966 0.8,3.165 3.165,0 0,1 0.689,2.144v7.4L50.822,16.073ZM49.316,2.747h1.776L49.97,4.622L48.664,4.622Z"
|
|
51
|
+
android:fillColor="#3c4043"/>
|
|
52
|
+
<path
|
|
53
|
+
android:pathData="M54.258,5.957H55.82v3.1h0.085l2.6,-3.095h1.9v0.085l-2.84,3.251 3,3.622V13H58.674L55.905,9.535H55.82V13H54.258Z"
|
|
54
|
+
android:fillColor="#3c4043"/>
|
|
55
|
+
<path
|
|
56
|
+
android:pathData="M66.5,8.867a1.771,1.771 0,0 0,-0.412 -1.285,1.658 1.658,0 0,0 -2.4,0.206A2.34,2.34 0,0 0,63.2 9.265V13H61.643V5.957h1.476v0.937H63.2a2.362,2.362 0,0 1,0.909 -0.838,2.645 2.645,0 0,1 1.292,-0.327 2.46,2.46 0,0 1,1.967 0.8,3.165 3.165,0 0,1 0.689,2.144v7.4H66.5Z"
|
|
57
|
+
android:fillColor="#3c4043"/>
|
|
58
|
+
<path
|
|
59
|
+
android:pathData="M74.7,12.751a3.332,3.332 0,0 1,-1.271 -1.306,3.8 3.8,0 0,1 -0.454,-1.854 3.825,3.825 0,0 1,0.454 -1.867,3.281 3.281,0 0,1 1.271,-1.3 3.648,3.648 0,0 1,1.853 -0.468h4.4L80.953,7.319h-0.766l-1.009,-0.085v0.085a3.078,3.078 0,0 1,0.966 2.272,3.8 3.8,0 0,1 -0.455,1.854 3.316,3.316 0,0 1,-1.278 1.306,3.652 3.652,0 0,1 -1.86,0.476A3.613,3.613 0,0 1,74.7 12.751ZM77.562,11.53a1.919,1.919 0,0 0,0.745 -0.76,2.39 2.39,0 0,0 0.277,-1.179 2.391,2.391 0,0 0,-0.277 -1.178,1.932 1.932,0 0,0 -0.745,-0.76 2.033,2.033 0,0 0,-1.009 -0.262,1.987 1.987,0 0,0 -1,0.262 1.945,1.945 0,0 0,-0.739 0.76,2.391 2.391,0 0,0 -0.276,1.178 2.39,2.39 0,0 0,0.276 1.179,1.932 1.932,0 0,0 0.739,0.76 1.987,1.987 0,0 0,1 0.262A2.033,2.033 0,0 0,77.561 11.53Z"
|
|
60
|
+
android:fillColor="#3c4043"/>
|
|
61
|
+
<path
|
|
62
|
+
android:pathData="M83.95,7.391H81.734V5.957h6.007V7.391H85.512V13H83.95Z"
|
|
63
|
+
android:fillColor="#3c4043"/>
|
|
64
|
+
<path
|
|
65
|
+
android:pathData="M90.425,12.737A3.514,3.514 0,0 1,89.111 11.4a3.865,3.865 0,0 1,-0.475 -1.917,3.865 3.865,0 0,1 0.475,-1.917 3.507,3.507 0,0 1,1.314 -1.342,3.913 3.913,0 0,1 3.792,0 3.443,3.443 0,0 1,1.305 1.342,3.9 3.9,0 0,1 0.469,1.917 3.9,3.9 0,0 1,-0.469 1.917,3.449 3.449,0 0,1 -1.305,1.342 3.913,3.913 0,0 1,-3.792 0ZM93.364,11.508a2.143,2.143 0,0 0,0.782 -0.809,2.427 2.427,0 0,0 0.3,-1.221 2.457,2.457 0,0 0,-0.3 -1.235,2.1 2.1,0 0,0 -0.782,-0.8 2.117,2.117 0,0 0,-2.094 0,2.027 2.027,0 0,0 -0.781,0.8A2.508,2.508 0,0 0,90.2 9.478a2.428,2.428 0,0 0,0.3 1.221,2.141 2.141,0 0,0 0.781,0.809 2,2 0,0 0,1.036 0.284A2.027,2.027 0,0 0,93.364 11.508Z"
|
|
66
|
+
android:fillColor="#3c4043"/>
|
|
67
|
+
</vector>
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
android:width="143dp"
|
|
3
|
+
android:height="17dp"
|
|
4
|
+
android:viewportWidth="143"
|
|
5
|
+
android:viewportHeight="17">
|
|
6
|
+
<path
|
|
7
|
+
android:pathData="M121.526,2.635L121.526,6.718h2.518a1.988,1.988 0,0 0,1.488 -0.6,1.99 1.99,0 0,0 0,-2.858 1.961,1.961 0,0 0,-1.488 -0.621h-2.518ZM121.526,8.155v4.736h-1.5L120.026,1.2h3.989a3.606,3.606 0,0 1,2.583 1.012,3.253 3.253,0 0,1 1.08,2.466 3.236,3.236 0,0 1,-1.08 2.482,3.6 3.6,0 0,1 -2.583,1h-2.485Z"
|
|
8
|
+
android:fillColor="#fff"
|
|
9
|
+
android:fillType="evenOdd"/>
|
|
10
|
+
<path
|
|
11
|
+
android:pathData="M129.194,10.442a1.2,1.2 0,0 0,0.5 0.979,1.83 1.83,0 0,0 1.168,0.392 2.4,2.4 0,0 0,1.692 -0.7,2.2 2.2,0 0,0 0.744,-1.649 3.089,3.089 0,0 0,-1.962 -0.556,2.546 2.546,0 0,0 -1.528,0.442 1.306,1.306 0,0 0,-0.613 1.093m1.946,-5.815a3.734,3.734 0,0 1,2.633 0.891,3.16 3.16,0 0,1 0.964,2.441v4.932H133.3v-1.11h-0.065a2.875,2.875 0,0 1,-2.486 1.372,3.236 3.236,0 0,1 -2.215,-0.784 2.5,2.5 0,0 1,-0.891 -1.96,2.377 2.377,0 0,1 0.94,-1.976A3.964,3.964 0,0 1,131.09 7.7a4.44,4.44 0,0 1,2.207 0.49V7.844a1.711,1.711 0,0 0,-0.621 -1.331,2.136 2.136,0 0,0 -1.455,-0.546 2.3,2.3 0,0 0,-2 1.062L127.9,6.2a3.7,3.7 0,0 1,3.239 -1.568"
|
|
12
|
+
android:fillColor="#fff"
|
|
13
|
+
android:fillType="evenOdd"/>
|
|
14
|
+
<path
|
|
15
|
+
android:pathData="M142.993,4.889l-5.02,11.53H136.42l1.864,-4.034 -3.3,-7.5h1.636L139,10.637h0.032l2.322,-5.748Z"
|
|
16
|
+
android:fillColor="#fff"
|
|
17
|
+
android:fillType="evenOdd"/>
|
|
18
|
+
<path
|
|
19
|
+
android:pathData="M115.448,7.134a7.966,7.966 0,0 0,-0.116 -1.366h-6.344V8.356h3.634a3.112,3.112 0,0 1,-1.344 2.042v1.681h2.169a6.576,6.576 0,0 0,2 -4.945"
|
|
20
|
+
android:fillColor="#4285f4"
|
|
21
|
+
android:fillType="evenOdd"/>
|
|
22
|
+
<path
|
|
23
|
+
android:pathData="M108.988,13.7a6.446,6.446 0,0 0,4.459 -1.622L111.278,10.4a4.08,4.08 0,0 1,-6.066 -2.131h-2.234V10a6.728,6.728 0,0 0,6.01 3.7"
|
|
24
|
+
android:fillColor="#34a853"
|
|
25
|
+
android:fillType="evenOdd"/>
|
|
26
|
+
<path
|
|
27
|
+
android:pathData="M105.212,8.267a4.024,4.024 0,0 1,0 -2.572V3.964h-2.234a6.706,6.706 0,0 0,0 6.034Z"
|
|
28
|
+
android:fillColor="#fabb05"
|
|
29
|
+
android:fillType="evenOdd"/>
|
|
30
|
+
<path
|
|
31
|
+
android:pathData="M108.988,2.921a3.656,3.656 0,0 1,2.581 1.008h0l1.92,-1.918a6.469,6.469 0,0 0,-4.5 -1.75,6.727 6.727,0 0,0 -6.01,3.7L105.212,5.7a4.024,4.024 0,0 1,3.776 -2.774"
|
|
32
|
+
android:fillColor="#e94235"
|
|
33
|
+
android:fillType="evenOdd"/>
|
|
34
|
+
<path
|
|
35
|
+
android:pathData="M0.412,2.833H7.98V13H6.39V4.352H2V13H0.412Z"
|
|
36
|
+
android:fillColor="#fff"/>
|
|
37
|
+
<path
|
|
38
|
+
android:pathData="M10.139,9.577A4.231,4.231 0,0 1,10.593 7.6a3.416,3.416 0,0 1,1.271 -1.37,3.5 3.5,0 0,1 1.853,-0.5 3.694,3.694 0,0 1,1.91 0.49,3.316 3.316,0 0,1 1.278,1.342 4.063,4.063 0,0 1,0.447 1.917,4.148 4.148,0 0,1 -0.44,1.924 3.373,3.373 0,0 1,-1.2 1.342,3.057 3.057,0 0,1 -1.669,0.483 2.887,2.887 0,0 1,-1.4 -0.327,2.637 2.637,0 0,1 -0.944,-0.823h-0.086l0.086,0.979v3.011L10.139,16.068ZM14.732,11.508A2.108,2.108 0,0 0,15.5 10.7a2.478,2.478 0,0 0,0.291 -1.221A2.437,2.437 0,0 0,15.5 8.264a2.126,2.126 0,0 0,-0.767 -0.8,2.014 2.014,0 0,0 -2.059,0 2.123,2.123 0,0 0,-0.766 0.8,2.427 2.427,0 0,0 -0.292,1.214 2.467,2.467 0,0 0,0.292 1.221,2.105 2.105,0 0,0 0.766,0.809 2.008,2.008 0,0 0,2.059 0Z"
|
|
39
|
+
android:fillColor="#fff"/>
|
|
40
|
+
<path
|
|
41
|
+
android:pathData="M20.277,12.737A3.512,3.512 0,0 1,18.964 11.4a3.855,3.855 0,0 1,-0.476 -1.917,3.855 3.855,0 0,1 0.476,-1.917 3.5,3.5 0,0 1,1.313 -1.342,3.913 3.913,0 0,1 3.792,0 3.452,3.452 0,0 1,1.306 1.342,3.9 3.9,0 0,1 0.469,1.917 3.9,3.9 0,0 1,-0.469 1.917,3.459 3.459,0 0,1 -1.306,1.342 3.913,3.913 0,0 1,-3.792 0ZM23.217,11.508A2.141,2.141 0,0 0,24 10.7a2.428,2.428 0,0 0,0.3 -1.221A2.458,2.458 0,0 0,24 8.243a2.1,2.1 0,0 0,-2.876 -0.8,2.034 2.034,0 0,0 -0.781,0.8 2.508,2.508 0,0 0,-0.291 1.235,2.428 2.428,0 0,0 0.3,1.221 2.148,2.148 0,0 0,0.781 0.809,2.006 2.006,0 0,0 1.037,0.284A2.032,2.032 0,0 0,23.217 11.508Z"
|
|
42
|
+
android:fillColor="#fff"/>
|
|
43
|
+
<path
|
|
44
|
+
android:pathData="M28.705,12.751a3.339,3.339 0,0 1,-1.271 -1.306,3.8 3.8,0 0,1 -0.454,-1.854 3.825,3.825 0,0 1,0.454 -1.867,3.288 3.288,0 0,1 1.271,-1.3 3.651,3.651 0,0 1,1.853 -0.468h4.4L34.958,7.319h-0.767l-1.008,-0.085v0.085a3.078,3.078 0,0 1,0.966 2.272,3.789 3.789,0 0,1 -0.455,1.854 3.316,3.316 0,0 1,-1.278 1.306,3.858 3.858,0 0,1 -3.713,0ZM31.566,11.53a1.915,1.915 0,0 0,0.746 -0.76,2.379 2.379,0 0,0 0.277,-1.179 2.381,2.381 0,0 0,-0.277 -1.178,1.928 1.928,0 0,0 -0.746,-0.76 2.027,2.027 0,0 0,-1.008 -0.262,1.99 1.99,0 0,0 -1,0.262 1.943,1.943 0,0 0,-0.738 0.76,2.381 2.381,0 0,0 -0.277,1.178 2.379,2.379 0,0 0,0.277 1.179,1.929 1.929,0 0,0 0.738,0.76 1.99,1.99 0,0 0,1 0.262A2.027,2.027 0,0 0,31.566 11.53Z"
|
|
45
|
+
android:fillColor="#fff"/>
|
|
46
|
+
<path
|
|
47
|
+
android:pathData="M37.957,12.552a4.307,4.307 0,0 1,-1.4 -1.832,6.537 6.537,0 0,1 -0.49,-2.577 6.576,6.576 0,0 1,0.49 -2.591,4.261 4.261,0 0,1 1.4,-1.825 3.633,3.633 0,0 1,4.2 0,4.284 4.284,0 0,1 1.391,1.825 6.576,6.576 0,0 1,0.49 2.591,6.537 6.537,0 0,1 -0.49,2.577 4.313,4.313 0,0 1,-1.4 1.832,3.587 3.587,0 0,1 -4.189,0ZM41.72,10.852a4.4,4.4 0,0 0,0.724 -2.322L37.658,8.53a4.348,4.348 0,0 0,0.732 2.322,1.988 1.988,0 0,0 3.33,0ZM42.387,7.252A3.852,3.852 0,0 0,41.6 5.282a1.979,1.979 0,0 0,-3.1 0,3.852 3.852,0 0,0 -0.788,1.967Z"
|
|
48
|
+
android:fillColor="#fff"/>
|
|
49
|
+
<path
|
|
50
|
+
android:pathData="M50.822,8.867a1.767,1.767 0,0 0,-0.412 -1.285,1.659 1.659,0 0,0 -2.4,0.206 2.346,2.346 0,0 0,-0.483 1.477L47.527,13L45.965,13L45.965,5.957h1.477v0.937h0.085a2.362,2.362 0,0 1,0.909 -0.838,2.649 2.649,0 0,1 1.293,-0.327 2.46,2.46 0,0 1,1.966 0.8,3.165 3.165,0 0,1 0.689,2.144v7.4L50.822,16.073ZM49.316,2.747h1.776L49.97,4.622L48.664,4.622Z"
|
|
51
|
+
android:fillColor="#fff"/>
|
|
52
|
+
<path
|
|
53
|
+
android:pathData="M54.258,5.957H55.82v3.1h0.085l2.6,-3.095h1.9v0.085l-2.84,3.251 3,3.622V13H58.674L55.905,9.535H55.82V13H54.258Z"
|
|
54
|
+
android:fillColor="#fff"/>
|
|
55
|
+
<path
|
|
56
|
+
android:pathData="M66.5,8.867a1.771,1.771 0,0 0,-0.412 -1.285,1.658 1.658,0 0,0 -2.4,0.206A2.34,2.34 0,0 0,63.2 9.265V13H61.643V5.957h1.476v0.937H63.2a2.362,2.362 0,0 1,0.909 -0.838,2.645 2.645,0 0,1 1.292,-0.327 2.46,2.46 0,0 1,1.967 0.8,3.165 3.165,0 0,1 0.689,2.144v7.4H66.5Z"
|
|
57
|
+
android:fillColor="#fff"/>
|
|
58
|
+
<path
|
|
59
|
+
android:pathData="M74.7,12.751a3.332,3.332 0,0 1,-1.271 -1.306,3.8 3.8,0 0,1 -0.454,-1.854 3.825,3.825 0,0 1,0.454 -1.867,3.281 3.281,0 0,1 1.271,-1.3 3.648,3.648 0,0 1,1.853 -0.468h4.4L80.953,7.319h-0.766l-1.009,-0.085v0.085a3.078,3.078 0,0 1,0.966 2.272,3.8 3.8,0 0,1 -0.455,1.854 3.316,3.316 0,0 1,-1.278 1.306,3.652 3.652,0 0,1 -1.86,0.476A3.613,3.613 0,0 1,74.7 12.751ZM77.562,11.53a1.919,1.919 0,0 0,0.745 -0.76,2.39 2.39,0 0,0 0.277,-1.179 2.391,2.391 0,0 0,-0.277 -1.178,1.932 1.932,0 0,0 -0.745,-0.76 2.033,2.033 0,0 0,-1.009 -0.262,1.987 1.987,0 0,0 -1,0.262 1.945,1.945 0,0 0,-0.739 0.76,2.391 2.391,0 0,0 -0.276,1.178 2.39,2.39 0,0 0,0.276 1.179,1.932 1.932,0 0,0 0.739,0.76 1.987,1.987 0,0 0,1 0.262A2.033,2.033 0,0 0,77.561 11.53Z"
|
|
60
|
+
android:fillColor="#fff"/>
|
|
61
|
+
<path
|
|
62
|
+
android:pathData="M83.95,7.391H81.734V5.957h6.007V7.391H85.512V13H83.95Z"
|
|
63
|
+
android:fillColor="#fff"/>
|
|
64
|
+
<path
|
|
65
|
+
android:pathData="M90.425,12.737A3.514,3.514 0,0 1,89.111 11.4a3.865,3.865 0,0 1,-0.475 -1.917,3.865 3.865,0 0,1 0.475,-1.917 3.507,3.507 0,0 1,1.314 -1.342,3.913 3.913,0 0,1 3.792,0 3.443,3.443 0,0 1,1.305 1.342,3.9 3.9,0 0,1 0.469,1.917 3.9,3.9 0,0 1,-0.469 1.917,3.449 3.449,0 0,1 -1.305,1.342 3.913,3.913 0,0 1,-3.792 0ZM93.364,11.508a2.143,2.143 0,0 0,0.782 -0.809,2.427 2.427,0 0,0 0.3,-1.221 2.457,2.457 0,0 0,-0.3 -1.235,2.1 2.1,0 0,0 -0.782,-0.8 2.117,2.117 0,0 0,-2.094 0,2.027 2.027,0 0,0 -0.781,0.8A2.508,2.508 0,0 0,90.2 9.478a2.428,2.428 0,0 0,0.3 1.221,2.141 2.141,0 0,0 0.781,0.809 2,2 0,0 0,1.036 0.284A2.027,2.027 0,0 0,93.364 11.508Z"
|
|
66
|
+
android:fillColor="#fff"/>
|
|
67
|
+
</vector>
|
|
@@ -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="#3C4043"
|
|
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="#5F6368"
|
|
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="#5F6368"
|
|
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="#5F6368"
|
|
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>
|