@stripe/stripe-react-native 0.32.0 → 0.34.0
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/CHANGELOG.md +43 -0
- package/android/build.gradle +8 -3
- package/android/gradle.properties +1 -1
- package/android/src/main/java/com/reactnativestripesdk/GooglePayButtonManager.kt +10 -0
- package/android/src/main/java/com/reactnativestripesdk/GooglePayButtonView.kt +84 -19
- package/android/src/main/java/com/reactnativestripesdk/GooglePayLauncherFragment.kt +6 -2
- package/android/src/main/java/com/reactnativestripesdk/GooglePayRequestHelper.kt +2 -0
- package/android/src/main/java/com/reactnativestripesdk/PaymentLauncherFragment.kt +3 -0
- package/android/src/main/java/com/reactnativestripesdk/PaymentSheetFragment.kt +5 -1
- package/android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt +29 -2
- package/android/src/main/res/layout/stripe_react_native_google_pay_button.xml +14 -0
- package/ios/AddressSheet/AddressSheetView.swift +8 -0
- package/ios/ApplePayViewController.swift +13 -2
- package/ios/CustomerSheet/CustomerSheetUtils.swift +8 -0
- package/ios/Mappers.swift +10 -8
- package/ios/StripeSdk.swift +1 -0
- package/lib/commonjs/components/AddressSheet.js +1 -1
- package/lib/commonjs/components/AddressSheet.js.map +1 -1
- package/lib/commonjs/components/PlatformPayButton.js +1 -1
- package/lib/commonjs/components/PlatformPayButton.js.map +1 -1
- package/lib/commonjs/types/CustomerSheet.js.map +1 -1
- package/lib/commonjs/types/NextAction.js.map +1 -1
- package/lib/commonjs/types/PaymentSheet.js.map +1 -1
- package/lib/commonjs/types/PlatformPay.js.map +1 -1
- package/lib/commonjs/types/components/GooglePayButtonComponent.js.map +1 -1
- package/lib/module/components/AddressSheet.js +1 -1
- package/lib/module/components/AddressSheet.js.map +1 -1
- package/lib/module/components/PlatformPayButton.js +1 -1
- package/lib/module/components/PlatformPayButton.js.map +1 -1
- package/lib/module/types/CustomerSheet.js.map +1 -1
- package/lib/module/types/NextAction.js.map +1 -1
- package/lib/module/types/PaymentSheet.js.map +1 -1
- package/lib/module/types/PlatformPay.js.map +1 -1
- package/lib/module/types/components/GooglePayButtonComponent.js.map +1 -1
- package/lib/typescript/src/components/AddressSheet.d.ts +2 -2
- package/lib/typescript/src/components/PlatformPayButton.d.ts +2 -2
- package/lib/typescript/src/types/CustomerSheet.d.ts +2 -2
- package/lib/typescript/src/types/NextAction.d.ts +4 -2
- package/lib/typescript/src/types/PaymentSheet.d.ts +4 -0
- package/lib/typescript/src/types/PlatformPay.d.ts +5 -3
- package/lib/typescript/src/types/components/GooglePayButtonComponent.d.ts +2 -0
- package/package.json +2 -2
- package/src/components/AddressSheet.tsx +8 -2
- package/src/components/PlatformPayButton.tsx +4 -2
- package/src/types/CustomerSheet.ts +8 -2
- package/src/types/NextAction.ts +5 -2
- package/src/types/PaymentSheet.ts +4 -0
- package/src/types/PlatformPay.ts +5 -3
- package/src/types/components/GooglePayButtonComponent.ts +2 -0
- package/stripe-react-native.podspec +1 -1
- package/android/src/main/res/drawable/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable/googlepay_button_background_shape.xml +0 -5
- package/android/src/main/res/drawable/googlepay_button_content.xml +0 -48
- package/android/src/main/res/drawable/googlepay_mark_background.xml +0 -12
- package/android/src/main/res/drawable/googlepay_mark_content.xml +0 -27
- package/android/src/main/res/drawable/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ar/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ar/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ar/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ar/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ar/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ar/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ar/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-bg/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-bg/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-bg/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-bg/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-bg/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-bg/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-bg/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ca/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ca/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ca/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ca/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ca/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ca/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ca/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-cs/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-cs/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-cs/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-cs/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-cs/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-cs/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-cs/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-da/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-da/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-da/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-da/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-da/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-da/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-da/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-de/book_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-de/buy_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-de/checkout_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-de/donate_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-de/order_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-de/pay_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-de/subscribe_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-el/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-el/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-el/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-el/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-el/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-el/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-el/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-et/book_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-et/buy_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-et/checkout_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-et/donate_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-et/order_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-et/pay_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-et/subscribe_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-fi/book_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-fi/buy_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-fi/checkout_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-fi/donate_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-fi/order_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-fi/pay_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-fi/subscribe_with_googlepay_button_content.xml +0 -15
- package/android/src/main/res/drawable-fr/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-fr/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-fr/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-fr/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-fr/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-fr/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-fr/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-hdpi/googlepay_button_background_image.9.png +0 -0
- package/android/src/main/res/drawable-hdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
- package/android/src/main/res/drawable-hr/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-hr/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-hr/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-hr/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-hr/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-hr/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-hr/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-id/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-id/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-id/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-id/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-id/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-id/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-id/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-it/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-it/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-it/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-it/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-it/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-it/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-it/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ja/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ja/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ja/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ja/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ja/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ja/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ja/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ko/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ko/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ko/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ko/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ko/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ko/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ko/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-mdpi/googlepay_button_background_image.9.png +0 -0
- package/android/src/main/res/drawable-mdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
- package/android/src/main/res/drawable-ms/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ms/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ms/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ms/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ms/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ms/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ms/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-nl/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-nl/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-nl/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-nl/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-nl/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-nl/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-nl/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-no/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-no/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-no/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-no/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-no/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-no/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-no/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-pl/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-pl/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-pl/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-pl/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-pl/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-pl/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-pl/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ru/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ru/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ru/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ru/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ru/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ru/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-ru/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sk/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sk/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sk/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sk/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sk/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sk/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sk/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sl/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sl/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sl/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sl/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sl/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sl/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sl/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sr/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sr/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sr/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sr/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sr/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sr/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sr/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sv/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sv/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sv/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sv/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sv/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sv/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-sv/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-th/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-th/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-th/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-th/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-th/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-th/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-th/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-tr/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-tr/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-tr/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-tr/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-tr/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-tr/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-tr/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-uk/book_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-uk/buy_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-uk/checkout_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-uk/donate_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-uk/order_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-uk/pay_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-uk/subscribe_with_googlepay_button_content.xml +0 -14
- package/android/src/main/res/drawable-v21/googlepay_button_background.xml +0 -7
- package/android/src/main/res/drawable-v21/googlepay_button_no_shadow_background.xml +0 -7
- package/android/src/main/res/drawable-xhdpi/googlepay_button_background_image.9.png +0 -0
- package/android/src/main/res/drawable-xhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
- package/android/src/main/res/drawable-xxhdpi/googlepay_button_background_image.9.png +0 -0
- package/android/src/main/res/drawable-xxhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
- package/android/src/main/res/drawable-xxxhdpi/googlepay_button_background_image.9.png +0 -0
- package/android/src/main/res/drawable-xxxhdpi/googlepay_button_no_shadow_background_image.9.png +0 -0
- package/android/src/main/res/layout/book_with_googlepay_button.xml +0 -20
- package/android/src/main/res/layout/buy_with_googlepay_button.xml +0 -20
- package/android/src/main/res/layout/checkout_with_googlepay_button.xml +0 -20
- package/android/src/main/res/layout/donate_with_googlepay_button.xml +0 -20
- package/android/src/main/res/layout/googlepay_mark_button.xml +0 -16
- package/android/src/main/res/layout/order_with_googlepay_button.xml +0 -20
- package/android/src/main/res/layout/pay_with_googlepay_button.xml +0 -20
- package/android/src/main/res/layout/plain_googlepay_button.xml +0 -17
- package/android/src/main/res/layout/subscribe_with_googlepay_button.xml +0 -20
- package/android/src/main/res/values/googlepay_strings.xml +0 -14
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<vector android:width="241dp" android:height="21dp" android:viewportWidth="241" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M7.55599 15.2566c-0.85333 0-1.64266-0.1547-2.368-0.464-0.71466-0.3093-1.33866-0.736-1.872-1.28-0.53333-0.5547-0.94933-1.1893-1.248-1.904-0.29866-0.7253-0.448-1.504-0.448-2.33599 0-0.832 0.14934-1.60533 0.448-2.32 0.29867-0.72533 0.71467-1.36 1.248-1.904 0.53334-0.55467 1.15734-0.98667 1.872-1.296 0.72534-0.30933 1.51467-0.464 2.368-0.464 0.85334 0 1.63734 0.15467 2.352 0.464 0.71471 0.30933 1.33871 0.74133 1.87201 1.296 0.544 0.544 0.96 1.17867 1.248 1.904 0.2987 0.71467 0.448 1.488 0.448 2.32 0 0.83199-0.1493 1.61069-0.448 2.33599-0.288 0.7147-0.704 1.3493-1.248 1.904-0.5333 0.544-1.1573 0.9707-1.87201 1.28-0.71466 0.3093-1.49866 0.464-2.352 0.464zm0-1.664c0.77867 0 1.47734-0.1813 2.096-0.544 0.62931-0.3627 1.13071-0.8693 1.50401-1.52 0.3733-0.6507 0.56-1.4027 0.56-2.25599 0-0.864-0.1867-1.616-0.56-2.256-0.3733-0.65067-0.8747-1.15733-1.50401-1.52-0.61866-0.36267-1.31733-0.544-2.096-0.544-0.768 0-1.46666 0.18133-2.096 0.544-0.62933 0.36267-1.13066 0.86933-1.504 1.52-0.37333 0.64-0.56 1.392-0.56 2.256 0 0.85329 0.18667 1.60529 0.56 2.25599 0.37334 0.6507 0.87467 1.1573 1.504 1.52 0.62934 0.3627 1.328 0.544 2.096 0.544zm12.72961 1.408l-2.256-5.56799h-0.08l-2.336 5.56799h-1.92l3.392-7.64799-0.592-1.264c-0.192-0.42667-0.3786-0.70933-0.56-0.848-0.1813-0.13867-0.4106-0.208-0.688-0.208-0.128 0-0.256 0.016-0.384 0.048-0.1173 0.032-0.2346 0.08533-0.352 0.16v-1.68c0.1494-0.05333 0.3094-0.09067 0.48-0.112 0.1707-0.02133 0.368-0.032 0.592-0.032 0.4374 0 0.7947 0.06933 1.072 0.208 0.288 0.128 0.5334 0.34133 0.736 0.64 0.2134 0.29867 0.4267 0.69867 0.64 1.2l4.144 9.53599h-1.888zm6.6999 0.256c-0.8427 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1413-0.9013-1.504-1.552-0.3627-0.6613-0.544-1.3973-0.544-2.208 0-0.8107 0.1813-1.54132 0.544-2.19199 0.3627-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3813-0.576 2.224-0.576 0.832 0 1.568 0.19733 2.208 0.592 0.64 0.384 1.1413 0.90133 1.504 1.552 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8107-0.1813 1.5467-0.544 2.208-0.3627 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.584c0.448 0 0.864-0.1067 1.248-0.32 0.384-0.224 0.6933-0.5387 0.928-0.944 0.2453-0.416 0.368-0.912 0.368-1.488s-0.1227-1.06666-0.368-1.47199c-0.2347-0.416-0.544-0.73067-0.928-0.944-0.384-0.224-0.8-0.336-1.248-0.336-0.448 0-0.8693 0.112-1.264 0.336-0.384 0.21333-0.6987 0.528-0.944 0.944-0.2347 0.40533-0.352 0.89599-0.352 1.47199s0.1173 1.072 0.352 1.488c0.2453 0.4053 0.5653 0.72 0.96 0.944 0.3947 0.2133 0.8107 0.32 1.248 0.32zm5.8412 1.328V6.84061h1.728v3.47199l3.456-3.47199h2.144v0.096l-3.152 3.11999 3.264 4.848v0.096h-2.048l-2.416-3.744-1.248 1.216v2.528h-1.728zm14.3777 0l-2.256-5.56799h-0.08l-2.336 5.56799h-1.92l3.392-7.64799-0.592-1.264c-0.192-0.42667-0.3787-0.70933-0.56-0.848-0.1814-0.13867-0.4107-0.208-0.688-0.208-0.128 0-0.256 0.016-0.384 0.048-0.1174 0.032-0.2347 0.08533-0.352 0.16v-1.68c0.1493-0.05333 0.3093-0.09067 0.48-0.112 0.1706-0.02133 0.368-0.032 0.592-0.032 0.4373 0 0.7946 0.06933 1.072 0.208 0.288 0.128 0.5333 0.34133 0.736 0.64 0.2133 0.29867 0.4266 0.69867 0.64 1.2l4.144 9.53599h-1.888zm2.8598 0V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5814-0.72 1.04-0.976 0.4694-0.26667 0.9814-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5014 0.58667 0.752 1.376 0.752 2.368v8.60799h-1.712v-8.384c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3306-0.30933-0.7626-0.464-1.296-0.464-0.416 0-0.7786 0.11733-1.088 0.352-0.3093 0.224-0.5546 0.52267-0.736 0.896-0.1706 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm2.704-9.72799l0.592-2.496h2.048l-1.184 2.496h-1.456zm6.6633 13.18399v-7.408c0-0.9067 0.176-1.69066 0.528-2.35199 0.3627-0.672 0.8533-1.18933 1.472-1.552 0.6293-0.37333 1.3387-0.56 2.128-0.56 0.672 0 1.264 0.11733 1.776 0.352s0.944 0.55467 1.296 0.96c0.352 0.40533 0.6187 0.86933 0.8 1.392 0.1813 0.52267 0.272 1.07199 0.272 1.64799 0 0.8427-0.176 1.5893-0.528 2.24-0.3413 0.6507-0.8053 1.1627-1.392 1.536-0.5867 0.3627-1.2373 0.544-1.952 0.544-0.4267 0-0.816-0.064-1.168-0.192-0.3413-0.1173-0.64-0.2773-0.896-0.48-0.2453-0.2027-0.448-0.4267-0.608-0.672h-0.096l0.096 1.12v3.424h-1.728zm4.08-4.784c0.4373 0 0.8427-0.112 1.216-0.336 0.384-0.2347 0.688-0.5547 0.912-0.96 0.2347-0.4053 0.352-0.88 0.352-1.424 0-0.5867-0.1173-1.08799-0.352-1.50399-0.2347-0.416-0.544-0.73067-0.928-0.944-0.3733-0.224-0.7733-0.336-1.2-0.336-0.3947 0-0.7787 0.10667-1.152 0.32-0.3733 0.21333-0.6827 0.528-0.928 0.944-0.2453 0.416-0.368 0.93329-0.368 1.55199 0 0.512 0.112 0.976 0.336 1.392 0.224 0.4053 0.5227 0.7253 0.896 0.96 0.3733 0.224 0.7787 0.336 1.216 0.336zm8.9069 1.584c-0.5654 0-1.0987-0.1387-1.6-0.416-0.5014-0.2773-0.9014-0.7093-1.2-1.296-0.2987-0.5867-0.448-1.3387-0.448-2.256 0-0.5653 0.064-1.1307 0.192-1.69599 0.128-0.56533 0.304-1.088 0.528-1.568 0.2346-0.48 0.5066-0.87467 0.816-1.184h1.824c-0.3414 0.40533-0.6347 0.848-0.88 1.328-0.2347 0.48-0.4214 0.98667-0.56 1.52-0.128 0.52269-0.192 1.05599-0.192 1.59999 0 0.7893 0.144 1.392 0.432 1.808 0.2986 0.4053 0.6986 0.608 1.2 0.608 0.2986 0 0.576-0.0693 0.832-0.208 0.256-0.1493 0.4586-0.368 0.608-0.656 0.16-0.2987 0.24-0.6773 0.24-1.136V8.92061h1.728v2.78399c0 0.4587 0.0746 0.8373 0.224 1.136 0.16 0.288 0.368 0.5067 0.624 0.656 0.256 0.1387 0.5333 0.208 0.832 0.208 0.4693 0 0.8586-0.2027 1.168-0.608 0.32-0.416 0.48-1.0187 0.48-1.808 0-0.544-0.0694-1.0773-0.208-1.59999-0.128-0.53333-0.3147-1.04-0.56-1.52-0.2454-0.48-0.544-0.92267-0.896-1.328h1.84c0.32 0.30933 0.592 0.704 0.816 1.184 0.2346 0.48 0.4106 1.00267 0.528 1.568 0.128 0.56529 0.192 1.13069 0.192 1.69599 0 0.8747-0.1547 1.6107-0.464 2.208-0.2987 0.5867-0.6934 1.0293-1.184 1.328-0.4907 0.288-1.0294 0.432-1.616 0.432-0.352 0-0.6987-0.064-1.04-0.192-0.3307-0.1173-0.6347-0.304-0.912-0.56-0.2667-0.256-0.4907-0.5867-0.672-0.992-0.1707 0.4053-0.4 0.736-0.688 0.992-0.2774 0.256-0.5867 0.4427-0.928 0.56-0.3414 0.128-0.6934 0.192-1.056 0.192zm14.1832 0c-0.8213 0-1.5467-0.1813-2.176-0.544-0.6187-0.3733-1.104-0.8747-1.456-1.504-0.352-0.64-0.528-1.36-0.528-2.16 0-0.8107 0.176-1.53066 0.528-2.15999 0.3627-0.62933 0.8693-1.12533 1.52-1.488 0.6507-0.37333 1.424-0.56 2.32-0.56h4.976v1.504h-0.944l-1.264-0.112v0.096c0.256 0.192 0.4747 0.42133 0.656 0.688 0.1813 0.256 0.32 0.55467 0.416 0.896 0.1067 0.33069 0.16 0.69329 0.16 1.08799 0 0.8-0.176 1.5253-0.528 2.176-0.352 0.64-0.848 1.1467-1.488 1.52-0.6293 0.3733-1.36 0.56-2.192 0.56zm0.016-1.584c0.4373 0 0.8427-0.1013 1.216-0.304 0.3733-0.2133 0.6773-0.5173 0.912-0.912 0.2347-0.3947 0.352-0.8693 0.352-1.424 0-0.576-0.1173-1.06132-0.352-1.45599-0.2347-0.40533-0.5387-0.71467-0.912-0.928-0.3733-0.21333-0.7787-0.32-1.216-0.32-0.4267 0-0.832 0.10667-1.216 0.32-0.3733 0.21333-0.6773 0.52267-0.912 0.928-0.224 0.39467-0.336 0.87999-0.336 1.45599 0 0.5547 0.112 1.0293 0.336 1.424 0.2347 0.3947 0.5387 0.6987 0.912 0.912 0.384 0.2027 0.7893 0.304 1.216 0.304zm6.7966 1.328V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5814-0.72 1.04-0.976 0.4694-0.26667 0.9814-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5018 0.58667 0.7518 1.376 0.7518 2.368v8.60799h-1.7118v-8.384c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3306-0.30933-0.7626-0.464-1.296-0.464-0.416 0-0.7786 0.11733-1.088 0.352-0.3093 0.224-0.5546 0.52267-0.736 0.896-0.1706 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm16.7398 0.256c-0.523 0-1.019-0.1013-1.488-0.304-0.459-0.2133-0.869-0.512-1.232-0.896-0.352-0.384-0.629-0.8373-0.832-1.36-0.203-0.5333-0.304-1.12-0.304-1.76 0-0.8747 0.176-1.63732 0.528-2.28799 0.363-0.65067 0.837-1.15733 1.424-1.52 0.597-0.36267 1.248-0.544 1.952-0.544 0.405 0 0.773 0.05867 1.104 0.176 0.341 0.11733 0.64 0.28267 0.896 0.496 0.267 0.20267 0.48 0.432 0.64 0.688h0.096v-1.104h1.616v5.43999c0 0.416 0.069 0.7253 0.208 0.928 0.139 0.2027 0.379 0.304 0.72 0.304 0.139 0 0.267-0.016 0.384-0.048 0.128-0.0427 0.245-0.096 0.352-0.16v1.68c-0.149 0.0427-0.309 0.0747-0.48 0.096-0.171 0.032-0.347 0.048-0.528 0.048-0.597 0-1.067-0.1173-1.408-0.352-0.341-0.2453-0.581-0.6133-0.72-1.104h-0.096c-0.309 0.5227-0.704 0.9173-1.184 1.184-0.48 0.2667-1.029 0.4-1.648 0.4zm0.32-1.584c0.427 0 0.827-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.235-0.416 0.352-0.9067 0.352-1.472s-0.117-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.373-0.224-0.773-0.336-1.2-0.336-0.427 0-0.827 0.112-1.2 0.336-0.373 0.224-0.677 0.544-0.912 0.96-0.235 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.117 1.04 0.352 1.456 0.235 0.416 0.539 0.736 0.912 0.96 0.373 0.224 0.773 0.336 1.2 0.336zm9.355 4.784v-3.456l-3.376-8.15999h1.92l2.288 5.95199h0.08l2.336-5.95199h1.888l-3.408 8.15999v3.456h-1.728zm10.088-3.2c-0.843 0-1.584-0.192-2.224-0.576-0.64-0.384-1.142-0.9013-1.504-1.552-0.363-0.6613-0.544-1.3973-0.544-2.208 0-0.8107 0.181-1.54132 0.544-2.19199 0.362-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.381-0.576 2.224-0.576 0.832 0 1.568 0.19733 2.208 0.592 0.64 0.384 1.141 0.90133 1.504 1.552 0.362 0.65067 0.544 1.38129 0.544 2.19199 0 0.8107-0.182 1.5467-0.544 2.208-0.363 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.584c0.448 0 0.864-0.1067 1.248-0.32 0.384-0.224 0.693-0.5387 0.928-0.944 0.245-0.416 0.368-0.912 0.368-1.488s-0.123-1.06666-0.368-1.47199c-0.235-0.416-0.544-0.73067-0.928-0.944-0.384-0.224-0.8-0.336-1.248-0.336-0.448 0-0.87 0.112-1.264 0.336-0.384 0.21333-0.699 0.528-0.944 0.944-0.235 0.40533-0.352 0.89599-0.352 1.47199s0.117 1.072 0.352 1.488c0.245 0.4053 0.565 0.72 0.96 0.944 0.394 0.2133 0.81 0.32 1.248 0.32zm5.777 4.784v-7.408c0-0.9067 0.176-1.69066 0.528-2.35199 0.363-0.672 0.853-1.18933 1.472-1.552 0.629-0.37333 1.339-0.56 2.128-0.56 0.672 0 1.264 0.11733 1.776 0.352s0.944 0.55467 1.296 0.96c0.352 0.40533 0.619 0.86933 0.8 1.392 0.181 0.52267 0.272 1.07199 0.272 1.64799 0 0.8427-0.176 1.5893-0.528 2.24-0.341 0.6507-0.805 1.1627-1.392 1.536-0.587 0.3627-1.237 0.544-1.952 0.544-0.427 0-0.816-0.064-1.168-0.192-0.341-0.1173-0.64-0.2773-0.896-0.48-0.245-0.2027-0.448-0.4267-0.608-0.672h-0.096l0.096 1.12v3.424h-1.728zm4.08-4.784c0.437 0 0.843-0.112 1.216-0.336 0.384-0.2347 0.688-0.5547 0.912-0.96 0.235-0.4053 0.352-0.88 0.352-1.424 0-0.5867-0.117-1.08799-0.352-1.50399-0.235-0.416-0.544-0.73067-0.928-0.944-0.373-0.224-0.773-0.336-1.2-0.336-0.395 0-0.779 0.10667-1.152 0.32-0.373 0.21333-0.683 0.528-0.928 0.944-0.245 0.416-0.368 0.93329-0.368 1.55199 0 0.512 0.112 0.976 0.336 1.392 0.224 0.4053 0.523 0.7253 0.896 0.96 0.373 0.224 0.779 0.336 1.216 0.336zm9.355 1.584c-0.523 0-1.019-0.1013-1.488-0.304-0.459-0.2133-0.869-0.512-1.232-0.896-0.352-0.384-0.629-0.8373-0.832-1.36-0.203-0.5333-0.304-1.12-0.304-1.76 0-0.8747 0.176-1.63732 0.528-2.28799 0.363-0.65067 0.837-1.15733 1.424-1.52 0.597-0.36267 1.248-0.544 1.952-0.544 0.405 0 0.773 0.05867 1.104 0.176 0.341 0.11733 0.64 0.28267 0.896 0.496 0.267 0.20267 0.48 0.432 0.64 0.688h0.096v-1.104h1.616v5.43999c0 0.416 0.069 0.7253 0.208 0.928 0.139 0.2027 0.379 0.304 0.72 0.304 0.139 0 0.267-0.016 0.384-0.048 0.128-0.0427 0.245-0.096 0.352-0.16v1.68c-0.149 0.0427-0.309 0.0747-0.48 0.096-0.171 0.032-0.347 0.048-0.528 0.048-0.597 0-1.067-0.1173-1.408-0.352-0.341-0.2453-0.581-0.6133-0.72-1.104h-0.096c-0.309 0.5227-0.704 0.9173-1.184 1.184-0.48 0.2667-1.029 0.4-1.648 0.4zm0.32-1.584c0.427 0 0.827-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.235-0.416 0.352-0.9067 0.352-1.472s-0.117-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.373-0.224-0.773-0.336-1.2-0.336-0.427 0-0.827 0.112-1.2 0.336-0.373 0.224-0.677 0.544-0.912 0.96-0.235 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.117 1.04 0.352 1.456 0.235 0.416 0.539 0.736 0.912 0.96 0.373 0.224 0.773 0.336 1.2 0.336zm-0.96-8.39999l0.592-2.496h2.048l-1.184 2.496h-1.456zm12.262 12.62399v-1.44c0.256 0 0.443-0.064 0.56-0.192 0.128-0.1173 0.192-0.2613 0.192-0.432 0-0.1813-0.064-0.3307-0.192-0.448-0.117-0.1067-0.304-0.1653-0.56-0.176l-0.464-0.016c-0.906-0.032-1.674-0.2187-2.304-0.56-0.629-0.352-1.109-0.8373-1.44-1.456-0.32-0.6293-0.48-1.36-0.48-2.192 0-0.608 0.096-1.17332 0.288-1.69599 0.192-0.53333 0.47-1.00267 0.832-1.408 0.374-0.40533 0.822-0.72 1.344-0.944 0.523-0.23467 1.115-0.352 1.776-0.352 0.63 0 1.179 0.10133 1.648 0.304 0.48 0.192 0.886 0.45867 1.216 0.8 0.331 0.34133 0.576 0.72533 0.736 1.152l-1.568 0.64c-0.181-0.43733-0.453-0.76267-0.816-0.976-0.352-0.224-0.778-0.336-1.28-0.336-0.416 0-0.816 0.10667-1.2 0.32-0.373 0.21333-0.677 0.52267-0.912 0.928-0.234 0.40533-0.352 0.90669-0.352 1.50399 0 0.8213 0.214 1.4773 0.64 1.968 0.438 0.48 1.056 0.7307 1.856 0.752l0.4 0.016c0.8 0.032 1.408 0.2293 1.824 0.592 0.416 0.3627 0.624 0.864 0.624 1.504 0 0.672-0.224 1.1947-0.672 1.568-0.448 0.384-1.013 0.576-1.696 0.576zm8.605 0.56V6.84061h1.728v4.87999c0 0.4587 0.07 0.832 0.208 1.12 0.15 0.288 0.347 0.5013 0.592 0.64 0.246 0.128 0.518 0.192 0.816 0.192 0.47 0 0.87-0.1227 1.2-0.368 0.342-0.2453 0.603-0.5653 0.784-0.96 0.182-0.3947 0.272-0.8 0.272-1.216V6.84061h1.712v5.47199c0 0.4053 0.07 0.7093 0.208 0.912 0.15 0.192 0.39 0.288 0.72 0.288 0.139 0 0.267-0.016 0.384-0.048 0.118-0.0427 0.235-0.096 0.352-0.16v1.68c-0.149 0.0427-0.304 0.0747-0.464 0.096-0.149 0.032-0.325 0.048-0.528 0.048-0.661 0-1.157-0.128-1.488-0.384-0.32-0.2667-0.544-0.624-0.672-1.072h-0.096c-0.149 0.2773-0.336 0.5387-0.56 0.784-0.213 0.2347-0.469 0.4267-0.768 0.576-0.298 0.1493-0.65 0.224-1.056 0.224-0.33 0-0.645-0.0747-0.944-0.224-0.288-0.1387-0.512-0.3147-0.672-0.528h-0.096l0.096 0.912v3.04h-1.728zm13.541-3.2c-0.768 0-1.414-0.1013-1.936-0.304-0.523-0.2133-0.918-0.496-1.184-0.848-0.267-0.352-0.4-0.7467-0.4-1.184 0-0.5547 0.144-0.9973 0.432-1.328 0.298-0.3307 0.714-0.544 1.248-0.64v-0.064c-0.342-0.096-0.63-0.2293-0.864-0.4-0.224-0.1813-0.395-0.3947-0.512-0.63999-0.107-0.256-0.16-0.528-0.16-0.816 0-0.77867 0.309-1.38133 0.928-1.808 0.629-0.42667 1.53-0.64 2.704-0.64 0.522 0 0.997 0.048 1.424 0.144 0.437 0.08533 0.826 0.224 1.168 0.416 0.341 0.18133 0.629 0.416 0.864 0.704l-1.056 1.104c-0.267-0.27733-0.603-0.49067-1.008-0.64-0.395-0.16-0.886-0.24-1.472-0.24-0.47 0-0.843 0.05333-1.12 0.16-0.278 0.096-0.475 0.22933-0.592 0.4-0.118 0.17067-0.176 0.35733-0.176 0.56 0 0.33067 0.149 0.576 0.448 0.736 0.298 0.14929 0.709 0.22399 1.232 0.22399h1.632v1.504h-1.728c-0.608 0-1.04 0.0907-1.296 0.272-0.256 0.1707-0.384 0.4213-0.384 0.752 0 0.3093 0.149 0.5653 0.448 0.768 0.309 0.192 0.768 0.288 1.376 0.288 0.608 0 1.152-0.1013 1.632-0.304 0.48-0.2133 0.853-0.464 1.12-0.752l1.008 1.04c-0.182 0.2453-0.438 0.4853-0.768 0.72-0.331 0.2347-0.747 0.4267-1.248 0.576-0.502 0.16-1.088 0.24-1.76 0.24z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M215.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM224.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M240.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M208.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M200.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.7 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M196.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C193.3 6.01837 193 7.20756 193 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M200.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.049 0-5.69 1.749132-6.974 4.296472l2.592 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
</vector>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<vector android:width="131dp" android:height="21dp" android:viewportWidth="131" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M1.54125 15.0006v-1.088l3.92-10.36799h1.984L11.3812 13.9286v1.072H1.54125zm2.112-1.632h5.616l-2.768-7.75999h-0.096l-2.752 7.75999zm12.18075 1.888c-0.5653 0-1.0987-0.1387-1.6-0.416-0.5013-0.2773-0.9013-0.7093-1.2-1.296-0.2987-0.5867-0.448-1.3387-0.448-2.256 0-0.5653 0.064-1.1307 0.192-1.69599 0.128-0.56533 0.304-1.088 0.528-1.568 0.2347-0.48 0.5067-0.87467 0.816-1.184h1.824c-0.3413 0.40533-0.6347 0.848-0.88 1.328-0.2347 0.48-0.4213 0.98667-0.56 1.52-0.128 0.52269-0.192 1.05599-0.192 1.59999 0 0.7893 0.144 1.392 0.432 1.808 0.2987 0.4053 0.6987 0.608 1.2 0.608 0.2987 0 0.576-0.0693 0.832-0.208 0.256-0.1493 0.4587-0.368 0.608-0.656 0.16-0.2987 0.24-0.6773 0.24-1.136V8.92061h1.728v2.78399c0 0.4587 0.0747 0.8373 0.224 1.136 0.16 0.288 0.368 0.5067 0.624 0.656 0.256 0.1387 0.5333 0.208 0.832 0.208 0.4693 0 0.8587-0.2027 1.168-0.608 0.32-0.416 0.48-1.0187 0.48-1.808 0-0.544-0.0693-1.0773-0.208-1.59999-0.128-0.53333-0.3147-1.04-0.56-1.52-0.2453-0.48-0.544-0.92267-0.896-1.328h1.84c0.32 0.30933 0.592 0.704 0.816 1.184 0.2347 0.48 0.4107 1.00267 0.528 1.568 0.128 0.56529 0.192 1.13069 0.192 1.69599 0 0.8747-0.1547 1.6107-0.464 2.208-0.2987 0.5867-0.6933 1.0293-1.184 1.328-0.4907 0.288-1.0293 0.432-1.616 0.432-0.352 0-0.6987-0.064-1.04-0.192-0.3307-0.1173-0.6347-0.304-0.912-0.56-0.2667-0.256-0.4907-0.5867-0.672-0.992-0.1707 0.4053-0.4 0.736-0.688 0.992-0.2773 0.256-0.5867 0.4427-0.928 0.56-0.3413 0.128-0.6933 0.192-1.056 0.192zm10.235 3.2v-7.408c0-0.9067 0.176-1.69066 0.528-2.35199 0.3627-0.672 0.8533-1.18933 1.472-1.552 0.6293-0.37333 1.3387-0.56 2.128-0.56 0.672 0 1.264 0.11733 1.776 0.352s0.944 0.55467 1.296 0.96c0.352 0.40533 0.6187 0.86933 0.8 1.392 0.1813 0.52267 0.272 1.07199 0.272 1.64799 0 0.8427-0.176 1.5893-0.528 2.24-0.3413 0.6507-0.8053 1.1627-1.392 1.536-0.5867 0.3627-1.2373 0.544-1.952 0.544-0.4267 0-0.816-0.064-1.168-0.192-0.3413-0.1173-0.64-0.2773-0.896-0.48-0.2453-0.2027-0.448-0.4267-0.608-0.672h-0.096l0.096 1.12v3.424h-1.728zm4.08-4.784c0.4373 0 0.8427-0.112 1.216-0.336 0.384-0.2347 0.688-0.5547 0.912-0.96 0.2347-0.4053 0.352-0.88 0.352-1.424 0-0.5867-0.1173-1.08799-0.352-1.50399-0.2347-0.416-0.544-0.73067-0.928-0.944-0.3733-0.224-0.7733-0.336-1.2-0.336-0.3947 0-0.7787 0.10667-1.152 0.32-0.3733 0.21333-0.6827 0.528-0.928 0.944-0.2453 0.416-0.368 0.93329-0.368 1.55199 0 0.512 0.112 0.976 0.336 1.392 0.224 0.4053 0.5227 0.7253 0.896 0.96 0.3733 0.224 0.7787 0.336 1.216 0.336zm9.1789 1.584c-0.768 0-1.4134-0.1013-1.936-0.304-0.5227-0.2133-0.9174-0.496-1.184-0.848-0.2667-0.352-0.4-0.7467-0.4-1.184 0-0.5547 0.144-0.9973 0.432-1.328 0.2986-0.3307 0.7146-0.544 1.248-0.64v-0.064c-0.3414-0.096-0.6294-0.2293-0.864-0.4-0.224-0.1813-0.3947-0.3947-0.512-0.63999-0.1067-0.256-0.16-0.528-0.16-0.816 0-0.77867 0.3093-1.38133 0.928-1.808 0.6293-0.42667 1.5306-0.64 2.704-0.64 0.5226 0 0.9973 0.048 1.424 0.144 0.4373 0.08533 0.8266 0.224 1.168 0.416 0.3413 0.18133 0.6293 0.416 0.864 0.704l-1.056 1.104c-0.2667-0.27733-0.6027-0.49067-1.008-0.64-0.3947-0.16-0.8854-0.24-1.472-0.24-0.4694 0-0.8427 0.05333-1.12 0.16-0.2774 0.096-0.4747 0.22933-0.592 0.4-0.1174 0.17067-0.176 0.35733-0.176 0.56 0 0.33067 0.1493 0.576 0.448 0.736 0.2986 0.14929 0.7093 0.22399 1.232 0.22399h1.632v1.504h-1.728c-0.608 0-1.04 0.0907-1.296 0.272-0.256 0.1707-0.384 0.4213-0.384 0.752 0 0.3093 0.1493 0.5653 0.448 0.768 0.3093 0.192 0.768 0.288 1.376 0.288 0.608 0 1.152-0.1013 1.632-0.304 0.48-0.2133 0.8533-0.464 1.12-0.752l1.008 1.04c-0.1814 0.2453-0.4374 0.4853-0.768 0.72-0.3307 0.2347-0.7467 0.4267-1.248 0.576-0.5014 0.16-1.088 0.24-1.76 0.24zm8.5291 0c-0.5227 0-1.0187-0.1013-1.488-0.304-0.4587-0.2133-0.8693-0.512-1.232-0.896-0.352-0.384-0.6293-0.8373-0.832-1.36-0.2027-0.5333-0.304-1.12-0.304-1.76 0-0.8747 0.176-1.63732 0.528-2.28799 0.3627-0.65067 0.8373-1.15733 1.424-1.52 0.5973-0.36267 1.248-0.544 1.952-0.544 0.4053 0 0.7733 0.05867 1.104 0.176 0.3413 0.11733 0.64 0.28267 0.896 0.496 0.2667 0.20267 0.48 0.432 0.64 0.688h0.096v-1.104h1.616v5.43999c0 0.416 0.0693 0.7253 0.208 0.928 0.1387 0.2027 0.3787 0.304 0.72 0.304 0.1387 0 0.2667-0.016 0.384-0.048 0.128-0.0427 0.2453-0.096 0.352-0.16v1.68c-0.1493 0.0427-0.3093 0.0747-0.48 0.096-0.1707 0.032-0.3467 0.048-0.528 0.048-0.5973 0-1.0667-0.1173-1.408-0.352-0.3413-0.2453-0.5813-0.6133-0.72-1.104h-0.096c-0.3093 0.5227-0.704 0.9173-1.184 1.184-0.48 0.2667-1.0293 0.4-1.648 0.4zm0.32-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1173 1.04 0.352 1.456 0.2347 0.416 0.5387 0.736 0.912 0.96 0.3733 0.224 0.7733 0.336 1.2 0.336zm-0.96-8.39999l0.592-2.496h2.048l-1.184 2.496h-1.456zM59.3565 18.4566V6.84061h1.728v4.87999c0 0.4587 0.0693 0.832 0.208 1.12 0.1493 0.288 0.3467 0.5013 0.592 0.64 0.2453 0.128 0.5173 0.192 0.816 0.192 0.4693 0 0.8693-0.1227 1.2-0.368 0.3413-0.2453 0.6027-0.5653 0.784-0.96 0.1813-0.3947 0.272-0.8 0.272-1.216V6.84061h1.712v5.47199c0 0.4053 0.0693 0.7093 0.208 0.912 0.1493 0.192 0.3893 0.288 0.72 0.288 0.1387 0 0.2667-0.016 0.384-0.048 0.1173-0.0427 0.2347-0.096 0.352-0.16v1.68c-0.1493 0.0427-0.304 0.0747-0.464 0.096-0.1493 0.032-0.3253 0.048-0.528 0.048-0.6613 0-1.1573-0.128-1.488-0.384-0.32-0.2667-0.544-0.624-0.672-1.072h-0.096c-0.1493 0.2773-0.336 0.5387-0.56 0.784-0.2133 0.2347-0.4693 0.4267-0.768 0.576-0.2987 0.1493-0.6507 0.224-1.056 0.224-0.3307 0-0.6453-0.0747-0.944-0.224-0.288-0.1387-0.512-0.3147-0.672-0.528h-0.096l0.096 0.912v3.04h-1.728zm13.5401-3.2c-0.768 0-1.4133-0.1013-1.936-0.304-0.5226-0.2133-0.9173-0.496-1.184-0.848-0.2666-0.352-0.4-0.7467-0.4-1.184 0-0.5547 0.144-0.9973 0.432-1.328 0.2987-0.3307 0.7147-0.544 1.248-0.64v-0.064c-0.3413-0.096-0.6293-0.2293-0.864-0.4-0.224-0.1813-0.3946-0.3947-0.512-0.63999-0.1066-0.256-0.16-0.528-0.16-0.816 0-0.77867 0.3094-1.38133 0.928-1.808 0.6294-0.42667 1.5307-0.64 2.704-0.64 0.5227 0 0.9974 0.048 1.424 0.144 0.4374 0.08533 0.8267 0.224 1.168 0.416 0.3414 0.18133 0.6294 0.416 0.864 0.704l-1.056 1.104c-0.2666-0.27733-0.6026-0.49067-1.008-0.64-0.3946-0.16-0.8853-0.24-1.472-0.24-0.4693 0-0.8426 0.05333-1.12 0.16-0.2773 0.096-0.4746 0.22933-0.592 0.4-0.1173 0.17067-0.176 0.35733-0.176 0.56 0 0.33067 0.1494 0.576 0.448 0.736 0.2987 0.14929 0.7094 0.22399 1.232 0.22399h1.632v1.504h-1.728c-0.608 0-1.04 0.0907-1.296 0.272-0.256 0.1707-0.384 0.4213-0.384 0.752 0 0.3093 0.1494 0.5653 0.448 0.768 0.3094 0.192 0.768 0.288 1.376 0.288 0.608 0 1.152-0.1013 1.632-0.304 0.48-0.2133 0.8534-0.464 1.12-0.752l1.008 1.04c-0.1813 0.2453-0.4373 0.4853-0.768 0.72-0.3306 0.2347-0.7466 0.4267-1.248 0.576-0.5013 0.16-1.088 0.24-1.76 0.24z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M105.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM114.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M130.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M98.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M90.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M86.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C83.3003 6.01837 83 7.20756 83 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M90.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
</vector>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<vector android:width="171dp" android:height="21dp" android:viewportWidth="171" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M2.26162 15.0006V3.54461h8.63998V15.0006H9.14162V5.20861h-5.12v9.79199h-1.76zm14.36408 0.256c-0.5226 0-1.0186-0.1013-1.488-0.304-0.4586-0.2133-0.8693-0.512-1.232-0.896-0.352-0.384-0.6293-0.8373-0.832-1.36-0.2026-0.5333-0.304-1.12-0.304-1.76 0-0.8747 0.176-1.63732 0.528-2.28799 0.3627-0.65067 0.8374-1.15733 1.424-1.52 0.5974-0.36267 1.248-0.544 1.952-0.544 0.4054 0 0.7734 0.05867 1.104 0.176 0.3414 0.11733 0.64 0.28267 0.896 0.496 0.2667 0.20267 0.48 0.432 0.64 0.688h0.096v-1.104h1.616v5.43999c0 0.416 0.0694 0.7253 0.208 0.928 0.1387 0.2027 0.3787 0.304 0.72 0.304 0.1387 0 0.2667-0.016 0.384-0.048 0.128-0.0427 0.2454-0.096 0.352-0.16v1.68c-0.1493 0.0427-0.3093 0.0747-0.48 0.096-0.1706 0.032-0.3466 0.048-0.528 0.048-0.5973 0-1.0666-0.1173-1.408-0.352-0.3413-0.2453-0.5813-0.6133-0.72-1.104h-0.096c-0.3093 0.5227-0.704 0.9173-1.184 1.184-0.48 0.2667-1.0293 0.4-1.648 0.4zm0.32-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4266 0-0.8266 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2346 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1174 1.04 0.352 1.456 0.2347 0.416 0.5387 0.736 0.912 0.96 0.3734 0.224 0.7734 0.336 1.2 0.336zm6.9827 4.784v-7.408c0-0.9067 0.176-1.69066 0.528-2.35199 0.3626-0.672 0.8533-1.18933 1.472-1.552 0.6293-0.37333 1.3386-0.56 2.128-0.56 0.672 0 1.264 0.11733 1.776 0.352s0.944 0.55467 1.296 0.96c0.352 0.40533 0.6186 0.86933 0.8 1.392 0.1813 0.52267 0.272 1.07199 0.272 1.64799 0 0.8427-0.176 1.5893-0.528 2.24-0.3414 0.6507-0.8054 1.1627-1.392 1.536-0.5867 0.3627-1.2374 0.544-1.952 0.544-0.4267 0-0.816-0.064-1.168-0.192-0.3414-0.1173-0.64-0.2773-0.896-0.48-0.2454-0.2027-0.448-0.4267-0.608-0.672h-0.096l0.096 1.12v3.424h-1.728zm4.08-4.784c0.4373 0 0.8426-0.112 1.216-0.336 0.384-0.2347 0.688-0.5547 0.912-0.96 0.2346-0.4053 0.352-0.88 0.352-1.424 0-0.5867-0.1174-1.08799-0.352-1.50399-0.2347-0.416-0.544-0.73067-0.928-0.944-0.3734-0.224-0.7734-0.336-1.2-0.336-0.3947 0-0.7787 0.10667-1.152 0.32-0.3734 0.21333-0.6827 0.528-0.928 0.944-0.2454 0.416-0.368 0.93329-0.368 1.55199 0 0.512 0.112 0.976 0.336 1.392 0.224 0.4053 0.5226 0.7253 0.896 0.96 0.3733 0.224 0.7786 0.336 1.216 0.336zm9.3548 1.584c-0.5226 0-1.0186-0.1013-1.488-0.304-0.4586-0.2133-0.8693-0.512-1.232-0.896-0.352-0.384-0.6293-0.8373-0.832-1.36-0.2026-0.5333-0.304-1.12-0.304-1.76 0-0.8747 0.176-1.63732 0.528-2.28799 0.3627-0.65067 0.8374-1.15733 1.424-1.52 0.5974-0.36267 1.248-0.544 1.952-0.544 0.4054 0 0.7734 0.05867 1.104 0.176 0.3414 0.11733 0.64 0.28267 0.896 0.496 0.2667 0.20267 0.48 0.432 0.64 0.688h0.096v-1.104h1.616v5.43999c0 0.416 0.0694 0.7253 0.208 0.928 0.1387 0.2027 0.3787 0.304 0.72 0.304 0.1387 0 0.2667-0.016 0.384-0.048 0.128-0.0427 0.2454-0.096 0.352-0.16v1.68c-0.1493 0.0427-0.3093 0.0747-0.48 0.096-0.1706 0.032-0.3466 0.048-0.528 0.048-0.5973 0-1.0666-0.1173-1.408-0.352-0.3413-0.2453-0.5813-0.6133-0.72-1.104h-0.096c-0.3093 0.5227-0.704 0.9173-1.184 1.184-0.48 0.2667-1.0293 0.4-1.648 0.4zm0.32-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4266 0-0.8266 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2346 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1174 1.04 0.352 1.456 0.2347 0.416 0.5387 0.736 0.912 0.96 0.3734 0.224 0.7734 0.336 1.2 0.336zm9.3548 4.784v-3.456l-3.376-8.15999h1.92l2.288 5.95199h0.08l2.336-5.95199h1.888l-3.408 8.15999v3.456h-1.728zm8.8844 0v-3.456l-3.376-8.15999h1.92l2.288 5.95199h0.08l2.336-5.95199h1.888l-3.408 8.15999v3.456h-1.728zm9.4961-3.2c-0.768 0-1.4133-0.1013-1.936-0.304-0.5227-0.2133-0.9173-0.496-1.184-0.848-0.2667-0.352-0.4-0.7467-0.4-1.184 0-0.5547 0.144-0.9973 0.432-1.328 0.2987-0.3307 0.7147-0.544 1.248-0.64v-0.064c-0.3413-0.096-0.6293-0.2293-0.864-0.4-0.224-0.1813-0.3947-0.3947-0.512-0.63999-0.1067-0.256-0.16-0.528-0.16-0.816 0-0.77867 0.3093-1.38133 0.928-1.808 0.6293-0.42667 1.5307-0.64 2.704-0.64 0.5227 0 0.9973 0.048 1.424 0.144 0.4373 0.08533 0.8267 0.224 1.168 0.416 0.3413 0.18133 0.6293 0.416 0.864 0.704l-1.056 1.104c-0.2667-0.27733-0.6027-0.49067-1.008-0.64-0.3947-0.16-0.8853-0.24-1.472-0.24-0.4693 0-0.8427 0.05333-1.12 0.16-0.2773 0.096-0.4747 0.22933-0.592 0.4-0.1173 0.17067-0.176 0.35733-0.176 0.56 0 0.33067 0.1493 0.576 0.448 0.736 0.2987 0.14929 0.7093 0.22399 1.232 0.22399h1.632v1.504h-1.728c-0.608 0-1.04 0.0907-1.296 0.272-0.256 0.1707-0.384 0.4213-0.384 0.752 0 0.3093 0.1493 0.5653 0.448 0.768 0.3093 0.192 0.768 0.288 1.376 0.288 0.608 0 1.152-0.1013 1.632-0.304 0.48-0.2133 0.8533-0.464 1.12-0.752l1.008 1.04c-0.1813 0.2453-0.4373 0.4853-0.768 0.72-0.3307 0.2347-0.7467 0.4267-1.248 0.576-0.5013 0.16-1.088 0.24-1.76 0.24zm10.9734-0.256l-2.256-5.56799h-0.08l-2.336 5.56799h-1.92l3.392-7.64799-0.592-1.264c-0.192-0.42667-0.3787-0.70933-0.56-0.848-0.1814-0.13867-0.4107-0.208-0.688-0.208-0.128 0-0.256 0.016-0.384 0.048-0.1174 0.032-0.2347 0.08533-0.352 0.16v-1.68c0.1493-0.05333 0.3093-0.09067 0.48-0.112 0.1706-0.02133 0.368-0.032 0.592-0.032 0.4373 0 0.7946 0.06933 1.072 0.208 0.288 0.128 0.5333 0.34133 0.736 0.64 0.2133 0.29867 0.4266 0.69867 0.64 1.2l4.144 9.53599h-1.888zm5.4481 0.128c-0.768 0-1.376-0.2187-1.824-0.656-0.448-0.448-0.672-1.0613-0.672-1.84V6.84061h1.728v5.42399c0 0.4053 0.0853 0.7147 0.256 0.928 0.1707 0.2133 0.448 0.32 0.832 0.32 0.2027 0 0.3733-0.0267 0.512-0.08 0.1493-0.064 0.2987-0.1387 0.448-0.224v1.68c-0.1813 0.0747-0.3733 0.1333-0.576 0.176-0.2027 0.0427-0.4373 0.064-0.704 0.064zm-2.256-9.85599l0.592-2.496h2.048l-1.184 2.496h-1.456zm8.273 9.98399c-0.5227 0-1.0187-0.1013-1.488-0.304-0.4587-0.2133-0.8693-0.512-1.232-0.896-0.352-0.384-0.6293-0.8373-0.832-1.36-0.2027-0.5333-0.304-1.12-0.304-1.76 0-0.8747 0.176-1.63732 0.528-2.28799 0.3627-0.65067 0.8373-1.15733 1.424-1.52 0.5973-0.36267 1.248-0.544 1.952-0.544 0.4053 0 0.7733 0.05867 1.104 0.176 0.3413 0.11733 0.64 0.28267 0.896 0.496 0.2667 0.20267 0.48 0.432 0.64 0.688h0.096v-1.104h1.616v5.43999c0 0.416 0.0693 0.7253 0.208 0.928 0.1387 0.2027 0.3787 0.304 0.72 0.304 0.1387 0 0.2667-0.016 0.384-0.048 0.128-0.0427 0.2453-0.096 0.352-0.16v1.68c-0.1493 0.0427-0.3093 0.0747-0.48 0.096-0.1707 0.032-0.3467 0.048-0.528 0.048-0.5973 0-1.0667-0.1173-1.408-0.352-0.3413-0.2453-0.5813-0.6133-0.72-1.104h-0.096c-0.3093 0.5227-0.704 0.9173-1.184 1.184-0.48 0.2667-1.0293 0.4-1.648 0.4zm0.32-1.584c0.4267 0 0.8267-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2347-0.416 0.352-0.9067 0.352-1.472s-0.1173-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3733-0.224-0.7733-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3733 0.224-0.6773 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1173 1.04 0.352 1.456 0.2347 0.416 0.5387 0.736 0.912 0.96 0.3733 0.224 0.7733 0.336 1.2 0.336zm11.1795 4.784V6.84061h1.7275v4.87999c0 0.4587 0.07 0.832 0.208 1.12 0.15 0.288 0.347 0.5013 0.592 0.64 0.246 0.128 0.518 0.192 0.816 0.192 0.47 0 0.87-0.1227 1.2-0.368 0.342-0.2453 0.603-0.5653 0.784-0.96 0.182-0.3947 0.272-0.8 0.272-1.216V6.84061h1.712v5.47199c0 0.4053 0.07 0.7093 0.208 0.912 0.15 0.192 0.39 0.288 0.72 0.288 0.139 0 0.267-0.016 0.384-0.048 0.118-0.0427 0.235-0.096 0.352-0.16v1.68c-0.149 0.0427-0.304 0.0747-0.464 0.096-0.149 0.032-0.325 0.048-0.528 0.048-0.661 0-1.157-0.128-1.488-0.384-0.32-0.2667-0.544-0.624-0.672-1.072h-0.096c-0.149 0.2773-0.336 0.5387-0.56 0.784-0.213 0.2347-0.469 0.4267-0.768 0.576-0.298 0.1493-0.65 0.224-1.056 0.224-0.33 0-0.645-0.0747-0.944-0.224-0.288-0.1387-0.512-0.3147-0.672-0.528h-0.096l0.096 0.912v3.04h-1.7275zm13.5405-3.2c-0.768 0-1.414-0.1013-1.936-0.304-0.523-0.2133-0.918-0.496-1.184-0.848-0.267-0.352-0.4-0.7467-0.4-1.184 0-0.5547 0.144-0.9973 0.432-1.328 0.298-0.3307 0.714-0.544 1.248-0.64v-0.064c-0.342-0.096-0.63-0.2293-0.864-0.4-0.224-0.1813-0.395-0.3947-0.512-0.63999-0.107-0.256-0.16-0.528-0.16-0.816 0-0.77867 0.309-1.38133 0.928-1.808 0.629-0.42667 1.53-0.64 2.704-0.64 0.522 0 0.997 0.048 1.424 0.144 0.437 0.08533 0.826 0.224 1.168 0.416 0.341 0.18133 0.629 0.416 0.864 0.704l-1.056 1.104c-0.267-0.27733-0.603-0.49067-1.008-0.64-0.395-0.16-0.886-0.24-1.472-0.24-0.47 0-0.843 0.05333-1.12 0.16-0.278 0.096-0.475 0.22933-0.592 0.4-0.118 0.17067-0.176 0.35733-0.176 0.56 0 0.33067 0.149 0.576 0.448 0.736 0.298 0.14929 0.709 0.22399 1.232 0.22399h1.632v1.504h-1.728c-0.608 0-1.04 0.0907-1.296 0.272-0.256 0.1707-0.384 0.4213-0.384 0.752 0 0.3093 0.149 0.5653 0.448 0.768 0.309 0.192 0.768 0.288 1.376 0.288 0.608 0 1.152-0.1013 1.632-0.304 0.48-0.2133 0.853-0.464 1.12-0.752l1.008 1.04c-0.182 0.2453-0.438 0.4853-0.768 0.72-0.331 0.2347-0.747 0.4267-1.248 0.576-0.502 0.16-1.088 0.24-1.76 0.24z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M145.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM154.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M170.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M138.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M130.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M126.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C123.3 6.01837 123 7.20756 123 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M130.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.049 0-5.69 1.749132-6.974 4.296472l2.592 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
</vector>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<vector android:width="149dp" android:height="21dp" android:viewportWidth="149" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M1.39913 15.0006V3.54461h8.63997V15.0006H8.27913V5.20861h-5.12v9.79199h-1.76zm16.65217 0l-2.256-5.56799h-0.08l-2.336 5.56799h-1.92l3.392-7.64799-0.592-1.264c-0.192-0.42667-0.3787-0.70933-0.56-0.848-0.1814-0.13867-0.4107-0.208-0.688-0.208-0.128 0-0.256 0.016-0.384 0.048-0.1174 0.032-0.2347 0.08533-0.352 0.16v-1.68c0.1493-0.05333 0.3093-0.09067 0.48-0.112 0.1706-0.02133 0.368-0.032 0.592-0.032 0.4373 0 0.7946 0.06933 1.072 0.208 0.288 0.128 0.5333 0.34133 0.736 0.64 0.2133 0.29867 0.4266 0.69867 0.64 1.2l4.144 9.53599h-1.888zm2.8598 0V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5814-0.72 1.04-0.976 0.4694-0.26667 0.9814-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5014 0.58667 0.752 1.376 0.752 2.368v8.60799h-1.712v-8.384c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3306-0.30933-0.7626-0.464-1.296-0.464-0.416 0-0.7786 0.11733-1.088 0.352-0.3093 0.224-0.5546 0.52267-0.736 0.896-0.1706 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm9.3673 3.456v-7.408c0-0.9067 0.176-1.69066 0.528-2.35199 0.3626-0.672 0.8533-1.18933 1.472-1.552 0.6293-0.37333 1.3386-0.56 2.128-0.56 0.672 0 1.264 0.11733 1.776 0.352s0.944 0.55467 1.296 0.96c0.352 0.40533 0.6186 0.86933 0.8 1.392 0.1813 0.52267 0.272 1.07199 0.272 1.64799 0 0.8427-0.176 1.5893-0.528 2.24-0.3414 0.6507-0.8054 1.1627-1.392 1.536-0.5867 0.3627-1.2374 0.544-1.952 0.544-0.4267 0-0.816-0.064-1.168-0.192-0.3414-0.1173-0.64-0.2773-0.896-0.48-0.2454-0.2027-0.448-0.4267-0.608-0.672h-0.096l0.096 1.12v3.424h-1.728zm4.08-4.784c0.4373 0 0.8426-0.112 1.216-0.336 0.384-0.2347 0.688-0.5547 0.912-0.96 0.2346-0.4053 0.352-0.88 0.352-1.424 0-0.5867-0.1174-1.08799-0.352-1.50399-0.2347-0.416-0.544-0.73067-0.928-0.944-0.3734-0.224-0.7734-0.336-1.2-0.336-0.3947 0-0.7787 0.10667-1.152 0.32-0.3734 0.21333-0.6827 0.528-0.928 0.944-0.2454 0.416-0.368 0.93329-0.368 1.55199 0 0.512 0.112 0.976 0.336 1.392 0.224 0.4053 0.5226 0.7253 0.896 0.96 0.3733 0.224 0.7786 0.336 1.216 0.336zm8.9069 1.584c-0.5654 0-1.0987-0.1387-1.6-0.416-0.5014-0.2773-0.9014-0.7093-1.2-1.296-0.2987-0.5867-0.448-1.3387-0.448-2.256 0-0.5653 0.064-1.1307 0.192-1.69599 0.128-0.56533 0.304-1.088 0.528-1.568 0.2346-0.48 0.5066-0.87467 0.816-1.184h1.824c-0.3414 0.40533-0.6347 0.848-0.88 1.328-0.2347 0.48-0.4214 0.98667-0.56 1.52-0.128 0.52269-0.192 1.05599-0.192 1.59999 0 0.7893 0.144 1.392 0.432 1.808 0.2986 0.4053 0.6986 0.608 1.2 0.608 0.2986 0 0.576-0.0693 0.832-0.208 0.256-0.1493 0.4586-0.368 0.608-0.656 0.16-0.2987 0.24-0.6773 0.24-1.136V8.92061h1.728v2.78399c0 0.4587 0.0746 0.8373 0.224 1.136 0.16 0.288 0.368 0.5067 0.624 0.656 0.256 0.1387 0.5333 0.208 0.832 0.208 0.4693 0 0.8586-0.2027 1.168-0.608 0.32-0.416 0.48-1.0187 0.48-1.808 0-0.544-0.0694-1.0773-0.208-1.59999-0.128-0.53333-0.3147-1.04-0.56-1.52-0.2454-0.48-0.544-0.92267-0.896-1.328h1.84c0.32 0.30933 0.592 0.704 0.816 1.184 0.2346 0.48 0.4106 1.00267 0.528 1.568 0.128 0.56529 0.192 1.13069 0.192 1.69599 0 0.8747-0.1547 1.6107-0.464 2.208-0.2987 0.5867-0.6934 1.0293-1.184 1.328-0.4907 0.288-1.0294 0.432-1.616 0.432-0.352 0-0.6987-0.064-1.04-0.192-0.3307-0.1173-0.6347-0.304-0.912-0.56-0.2667-0.256-0.4907-0.5867-0.672-0.992-0.1707 0.4053-0.4 0.736-0.688 0.992-0.2774 0.256-0.5867 0.4427-0.928 0.56-0.3414 0.128-0.6934 0.192-1.056 0.192zm10.235 3.2V6.84061h1.728v4.87999c0 0.4587 0.0693 0.832 0.208 1.12 0.1493 0.288 0.3466 0.5013 0.592 0.64 0.2453 0.128 0.5173 0.192 0.816 0.192 0.4693 0 0.8693-0.1227 1.2-0.368 0.3413-0.2453 0.6026-0.5653 0.784-0.96 0.1813-0.3947 0.272-0.8 0.272-1.216V6.84061h1.712v5.47199c0 0.4053 0.0693 0.7093 0.208 0.912 0.1493 0.192 0.3893 0.288 0.72 0.288 0.1386 0 0.2666-0.016 0.384-0.048 0.1173-0.0427 0.2346-0.096 0.352-0.16v1.68c-0.1494 0.0427-0.304 0.0747-0.464 0.096-0.1494 0.032-0.3254 0.048-0.528 0.048-0.6614 0-1.1574-0.128-1.488-0.384-0.32-0.2667-0.544-0.624-0.672-1.072h-0.096c-0.1494 0.2773-0.336 0.5387-0.56 0.784-0.2134 0.2347-0.4694 0.4267-0.768 0.576-0.2987 0.1493-0.6507 0.224-1.056 0.224-0.3307 0-0.6454-0.0747-0.944-0.224-0.288-0.1387-0.512-0.3147-0.672-0.528h-0.096l0.096 0.912v3.04h-1.728zm10.6046-3.456V6.84061h1.632v1.12h0.096c0.2346-0.39467 0.5813-0.72 1.04-0.976 0.4693-0.26667 0.9813-0.4 1.536-0.4 1.0026 0 1.7546 0.29867 2.256 0.896 0.5013 0.58667 0.752 1.376 0.752 2.368v8.60799h-1.712v-8.384c0-0.66132-0.1654-1.14132-0.496-1.43999-0.3307-0.30933-0.7627-0.464-1.296-0.464-0.416 0-0.7787 0.11733-1.088 0.352-0.3094 0.224-0.5547 0.52267-0.736 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm2.704-9.72799l0.592-2.496h2.048l-1.184 2.496h-1.456zM77.3565 18.4566V6.84061h1.728v4.87999c0 0.4587 0.0693 0.832 0.208 1.12 0.1493 0.288 0.3467 0.5013 0.592 0.64 0.2453 0.128 0.5173 0.192 0.816 0.192 0.4693 0 0.8693-0.1227 1.2-0.368 0.3413-0.2453 0.6027-0.5653 0.784-0.96 0.1813-0.3947 0.272-0.8 0.272-1.216V6.84061h1.712v5.47199c0 0.4053 0.0693 0.7093 0.208 0.912 0.1493 0.192 0.3893 0.288 0.72 0.288 0.1387 0 0.2667-0.016 0.384-0.048 0.1173-0.0427 0.2347-0.096 0.352-0.16v1.68c-0.1493 0.0427-0.304 0.0747-0.464 0.096-0.1493 0.032-0.3253 0.048-0.528 0.048-0.6613 0-1.1573-0.128-1.488-0.384-0.32-0.2667-0.544-0.624-0.672-1.072h-0.096c-0.1493 0.2773-0.336 0.5387-0.56 0.784-0.2133 0.2347-0.4693 0.4267-0.768 0.576-0.2987 0.1493-0.6507 0.224-1.056 0.224-0.3307 0-0.6453-0.0747-0.944-0.224-0.288-0.1387-0.512-0.3147-0.672-0.528h-0.096l0.096 0.912v3.04h-1.728zm13.5401-3.2c-0.768 0-1.4133-0.1013-1.936-0.304-0.5226-0.2133-0.9173-0.496-1.184-0.848-0.2666-0.352-0.4-0.7467-0.4-1.184 0-0.5547 0.144-0.9973 0.432-1.328 0.2987-0.3307 0.7147-0.544 1.248-0.64v-0.064c-0.3413-0.096-0.6293-0.2293-0.864-0.4-0.224-0.1813-0.3946-0.3947-0.512-0.63999-0.1066-0.256-0.16-0.528-0.16-0.816 0-0.77867 0.3094-1.38133 0.928-1.808 0.6294-0.42667 1.5307-0.64 2.704-0.64 0.5227 0 0.9974 0.048 1.424 0.144 0.4374 0.08533 0.8267 0.224 1.168 0.416 0.3414 0.18133 0.6294 0.416 0.864 0.704l-1.056 1.104c-0.2666-0.27733-0.6026-0.49067-1.008-0.64-0.3946-0.16-0.8853-0.24-1.472-0.24-0.4693 0-0.8426 0.05333-1.12 0.16-0.2773 0.096-0.4746 0.22933-0.592 0.4-0.1173 0.17067-0.176 0.35733-0.176 0.56 0 0.33067 0.1494 0.576 0.448 0.736 0.2987 0.14929 0.7094 0.22399 1.232 0.22399h1.632v1.504h-1.728c-0.608 0-1.04 0.0907-1.296 0.272-0.256 0.1707-0.384 0.4213-0.384 0.752 0 0.3093 0.1494 0.5653 0.448 0.768 0.3094 0.192 0.768 0.288 1.376 0.288 0.608 0 1.152-0.1013 1.632-0.304 0.48-0.2133 0.8534-0.464 1.12-0.752l1.008 1.04c-0.1813 0.2453-0.4373 0.4853-0.768 0.72-0.3306 0.2347-0.7466 0.4267-1.248 0.576-0.5013 0.16-1.088 0.24-1.76 0.24z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M123.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM132.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M148.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M116.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M108.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.592v2.00911c1.284 2.5473 3.925 4.2964 6.974 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M104.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.592C101.3 6.01837 101 7.20756 101 8.46715c0 1.25959 0.3 2.44885 0.832 3.50155l2.592-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M108.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.049 0-5.69 1.749132-6.974 4.296472l2.592 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
</vector>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<vector android:width="146dp" android:height="21dp" android:viewportWidth="146" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M2.22725 15.0006V3.54461h6.944v1.664h-5.184v3.232h4.672v1.66399h-4.672v3.232h5.184v1.664h-6.944zm11.18575 3.456v-3.456l-3.376-8.15999h1.92l2.288 5.95199h0.08l2.336-5.95199h1.888l-3.408 8.15999v3.456h-1.728zm8.8844 0v-3.456l-3.376-8.15999h1.92l2.288 5.95199h0.08l2.336-5.95199h1.888l-3.408 8.15999v3.456h-1.728zm6.1841 0v-7.408c0-0.9067 0.176-1.69066 0.528-2.35199 0.3627-0.672 0.8533-1.18933 1.472-1.552 0.6293-0.37333 1.3387-0.56 2.128-0.56 0.672 0 1.264 0.11733 1.776 0.352s0.944 0.55467 1.296 0.96c0.352 0.40533 0.6187 0.86933 0.8 1.392 0.1813 0.52267 0.272 1.07199 0.272 1.64799 0 0.8427-0.176 1.5893-0.528 2.24-0.3413 0.6507-0.8053 1.1627-1.392 1.536-0.5867 0.3627-1.2373 0.544-1.952 0.544-0.4267 0-0.816-0.064-1.168-0.192-0.3413-0.1173-0.64-0.2773-0.896-0.48-0.2453-0.2027-0.448-0.4267-0.608-0.672h-0.096l0.096 1.12v3.424h-1.728zm4.08-4.784c0.4373 0 0.8427-0.112 1.216-0.336 0.384-0.2347 0.688-0.5547 0.912-0.96 0.2347-0.4053 0.352-0.88 0.352-1.424 0-0.5867-0.1173-1.08799-0.352-1.50399-0.2347-0.416-0.544-0.73067-0.928-0.944-0.3733-0.224-0.7733-0.336-1.2-0.336-0.3947 0-0.7787 0.10667-1.152 0.32-0.3733 0.21333-0.6827 0.528-0.928 0.944-0.2453 0.416-0.368 0.93329-0.368 1.55199 0 0.512 0.112 0.976 0.336 1.392 0.224 0.4053 0.5227 0.7253 0.896 0.96 0.3733 0.224 0.7787 0.336 1.216 0.336zm9.3549 1.584c-0.5227 0-1.0187-0.1013-1.488-0.304-0.4587-0.2133-0.8694-0.512-1.232-0.896-0.352-0.384-0.6294-0.8373-0.832-1.36-0.2027-0.5333-0.304-1.12-0.304-1.76 0-0.8747 0.176-1.63732 0.528-2.28799 0.3626-0.65067 0.8373-1.15733 1.424-1.52 0.5973-0.36267 1.248-0.544 1.952-0.544 0.4053 0 0.7733 0.05867 1.104 0.176 0.3413 0.11733 0.64 0.28267 0.896 0.496 0.2666 0.20267 0.48 0.432 0.64 0.688h0.096v-1.104h1.616v5.43999c0 0.416 0.0693 0.7253 0.208 0.928 0.1386 0.2027 0.3786 0.304 0.72 0.304 0.1386 0 0.2666-0.016 0.384-0.048 0.128-0.0427 0.2453-0.096 0.352-0.16v1.68c-0.1494 0.0427-0.3094 0.0747-0.48 0.096-0.1707 0.032-0.3467 0.048-0.528 0.048-0.5974 0-1.0667-0.1173-1.408-0.352-0.3414-0.2453-0.5814-0.6133-0.72-1.104h-0.096c-0.3094 0.5227-0.704 0.9173-1.184 1.184-0.48 0.2667-1.0294 0.4-1.648 0.4zm0.32-1.584c0.4266 0 0.8266-0.112 1.2-0.336 0.384-0.224 0.688-0.5387 0.912-0.944 0.2346-0.416 0.352-0.9067 0.352-1.472s-0.1174-1.05066-0.352-1.45599c-0.224-0.416-0.528-0.736-0.912-0.96-0.3734-0.224-0.7734-0.336-1.2-0.336-0.4267 0-0.8267 0.112-1.2 0.336-0.3734 0.224-0.6774 0.544-0.912 0.96-0.2347 0.40533-0.352 0.89069-0.352 1.45599 0 0.5547 0.1173 1.04 0.352 1.456 0.2346 0.416 0.5386 0.736 0.912 0.96 0.3733 0.224 0.7733 0.336 1.2 0.336zm6.6146-2.752c0-0.8427 0.1867-1.59466 0.56-2.25599 0.384-0.672 0.9707-1.2 1.76-1.584 0.5867-0.288 1.3067-0.46933 2.16-0.544v-2h1.728v2c0.8533 0.07467 1.5787 0.256 2.176 0.544 0.7893 0.384 1.3653 0.912 1.728 1.584 0.3733 0.66133 0.56 1.41329 0.56 2.25599 0 0.8-0.1867 1.536-0.56 2.208-0.3733 0.672-0.9493 1.2107-1.728 1.616-0.5973 0.2987-1.3227 0.4853-2.176 0.56v3.152h-1.728v-3.152c-0.8533-0.0747-1.5733-0.2613-2.16-0.56-0.8-0.4053-1.3867-0.944-1.76-1.616-0.3733-0.672-0.56-1.408-0.56-2.208zm6.208-2.89599v5.80799c0.4693-0.064 0.8747-0.176 1.216-0.336 0.5227-0.256 0.9067-0.6027 1.152-1.04 0.256-0.448 0.384-0.96 0.384-1.536 0-0.6187-0.1227-1.14666-0.368-1.58399s-0.6293-0.77333-1.152-1.008c-0.3413-0.14933-0.752-0.25067-1.232-0.304zm-4.48 2.89599c0 0.576 0.1227 1.088 0.368 1.536 0.2453 0.4373 0.6347 0.784 1.168 1.04 0.3307 0.16 0.736 0.2667 1.216 0.32V8.02461c-0.4693 0.05333-0.8747 0.15467-1.216 0.304-0.5333 0.23467-0.9227 0.576-1.168 1.024-0.2453 0.43733-0.368 0.95999-0.368 1.56799zm10.5259 4.08V6.84061h1.632v1.12h0.096c0.2346-0.39467 0.5813-0.72 1.04-0.976 0.4693-0.26667 0.9813-0.4 1.536-0.4 1.0026 0 1.7546 0.29867 2.256 0.896 0.5013 0.58667 0.752 1.376 0.752 2.368v8.60799h-1.712v-8.384c0-0.66132-0.1654-1.14132-0.496-1.43999-0.3307-0.30933-0.7627-0.464-1.296-0.464-0.416 0-0.7787 0.11733-1.088 0.352-0.3094 0.224-0.5547 0.52267-0.736 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm2.704-9.72799l0.592-2.496h2.048l-1.184 2.496h-1.456zM74.3565 18.4566V6.84061h1.728v4.87999c0 0.4587 0.0693 0.832 0.208 1.12 0.1493 0.288 0.3467 0.5013 0.592 0.64 0.2453 0.128 0.5173 0.192 0.816 0.192 0.4693 0 0.8693-0.1227 1.2-0.368 0.3413-0.2453 0.6027-0.5653 0.784-0.96 0.1813-0.3947 0.272-0.8 0.272-1.216V6.84061h1.712v5.47199c0 0.4053 0.0693 0.7093 0.208 0.912 0.1493 0.192 0.3893 0.288 0.72 0.288 0.1387 0 0.2667-0.016 0.384-0.048 0.1173-0.0427 0.2347-0.096 0.352-0.16v1.68c-0.1493 0.0427-0.304 0.0747-0.464 0.096-0.1493 0.032-0.3253 0.048-0.528 0.048-0.6613 0-1.1573-0.128-1.488-0.384-0.32-0.2667-0.544-0.624-0.672-1.072h-0.096c-0.1493 0.2773-0.336 0.5387-0.56 0.784-0.2133 0.2347-0.4693 0.4267-0.768 0.576-0.2987 0.1493-0.6507 0.224-1.056 0.224-0.3307 0-0.6453-0.0747-0.944-0.224-0.288-0.1387-0.512-0.3147-0.672-0.528h-0.096l0.096 0.912v3.04h-1.728zm13.5401-3.2c-0.768 0-1.4133-0.1013-1.936-0.304-0.5226-0.2133-0.9173-0.496-1.184-0.848-0.2666-0.352-0.4-0.7467-0.4-1.184 0-0.5547 0.144-0.9973 0.432-1.328 0.2987-0.3307 0.7147-0.544 1.248-0.64v-0.064c-0.3413-0.096-0.6293-0.2293-0.864-0.4-0.224-0.1813-0.3946-0.3947-0.512-0.63999-0.1066-0.256-0.16-0.528-0.16-0.816 0-0.77867 0.3094-1.38133 0.928-1.808 0.6294-0.42667 1.5307-0.64 2.704-0.64 0.5227 0 0.9974 0.048 1.424 0.144 0.4374 0.08533 0.8267 0.224 1.168 0.416 0.3414 0.18133 0.6294 0.416 0.864 0.704l-1.056 1.104c-0.2666-0.27733-0.6026-0.49067-1.008-0.64-0.3946-0.16-0.8853-0.24-1.472-0.24-0.4693 0-0.8426 0.05333-1.12 0.16-0.2773 0.096-0.4746 0.22933-0.592 0.4-0.1173 0.17067-0.176 0.35733-0.176 0.56 0 0.33067 0.1494 0.576 0.448 0.736 0.2987 0.14929 0.7094 0.22399 1.232 0.22399h1.632v1.504h-1.728c-0.608 0-1.04 0.0907-1.296 0.272-0.256 0.1707-0.384 0.4213-0.384 0.752 0 0.3093 0.1494 0.5653 0.448 0.768 0.3094 0.192 0.768 0.288 1.376 0.288 0.608 0 1.152-0.1013 1.632-0.304 0.48-0.2133 0.8534-0.464 1.12-0.752l1.008 1.04c-0.1813 0.2453-0.4373 0.4853-0.768 0.72-0.3306 0.2347-0.7466 0.4267-1.248 0.576-0.5013 0.16-1.088 0.24-1.76 0.24z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M120.356 3.42339v4.73836h2.922c0.696 0 1.272-0.23394 1.727-0.70182 0.468-0.4668 0.702-1.02349 0.702-1.6679 0-0.63142-0.234-1.18162-0.702-1.64949-0.455-0.4798-1.031-0.72024-1.727-0.72024h-2.922v0.00109zm0 6.40627v5.49654h-1.745V1.75549h4.629c1.177 0 2.175 0.39207 2.998 1.17512 0.835 0.78304 1.253 1.73721 1.253 2.86142 0 1.15021-0.418 2.11088-1.253 2.88093-0.81 0.77113-1.809 1.15562-2.998 1.15562h-2.884v0.00108zM129.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M145.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M113.303 8.64473c0-0.5491-0.047-1.07872-0.135-1.58559h-7.362v3.00336h4.217c-0.181 0.9789-0.729 1.8119-1.559 2.3697v1.9506h2.516c1.474-1.3582 2.323-3.3651 2.323-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M105.806 16.2651c2.107 0 3.881-0.691 5.174-1.8823l-2.516-1.9506c-0.701 0.4711-1.603 0.7462-2.658 0.7462-2.036 0-3.764-1.3711-4.382-3.21881h-2.5924v2.00911c1.2844 2.5473 3.9254 4.2964 6.9744 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M101.424 9.9596c-0.158-0.47113-0.245-0.97367-0.245-1.49245s0.087-1.02132 0.245-1.49245V4.96564h-2.5924C98.3003 6.01837 98 7.20756 98 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M105.806 3.75583c1.151 0 2.182 0.39532 2.995 1.1697v0.00108l2.228-2.22567c-1.353-1.25851-3.117-2.031812-5.223-2.031812-3.049 0-5.69 1.749132-6.9744 4.296472l2.5924 2.00907c0.618-1.84769 2.346-3.21884 4.382-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
</vector>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<vector android:width="138dp" android:height="21dp" android:viewportWidth="138" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M1.57412 15.0006V3.54461h4.288c0.62934 0 1.2 0.13333 1.712 0.4s0.91734 0.62933 1.216 1.088c0.30934 0.45867 0.464 0.976 0.464 1.552 0 0.58667-0.144 1.088-0.432 1.504-0.288 0.416-0.66133 0.73067-1.12 0.944v0.08c0.576 0.192 1.04534 0.52267 1.408 0.99199 0.36267 0.4693 0.544 1.0293 0.544 1.68 0 0.64-0.16533 1.2-0.496 1.68-0.32 0.48-0.75733 0.8587-1.312 1.136-0.544 0.2667-1.14133 0.4-1.792 0.4h-4.48zm1.76-5.07199v3.43999h2.72c0.384 0 0.71467-0.08 0.992-0.24 0.27734-0.16 0.48534-0.3733 0.624-0.64 0.14934-0.2667 0.224-0.544 0.224-0.832 0-0.3093-0.07466-0.592-0.224-0.848-0.14933-0.2667-0.368-0.48-0.656-0.64-0.27733-0.16-0.61866-0.23999-1.024-0.23999h-2.656zm0-1.568h2.448c0.37334 0 0.688-0.07467 0.944-0.224 0.26667-0.16 0.46934-0.36267 0.608-0.608 0.13867-0.256 0.208-0.51733 0.208-0.784 0-0.26667-0.06933-0.51733-0.208-0.752-0.128-0.24533-0.32-0.44267-0.576-0.592-0.256-0.16-0.56-0.24-0.912-0.24h-2.512v3.2zm8.11758 6.63999V6.84061h1.632v1.2h0.096c0.128-0.27733 0.3094-0.52267 0.544-0.736 0.2454-0.21333 0.5227-0.384 0.832-0.512 0.32-0.128 0.6507-0.192 0.992-0.192 0.224 0 0.4107 0.016 0.56 0.048 0.16 0.02133 0.304 0.05867 0.432 0.112v1.792c-0.2026-0.08533-0.4106-0.15467-0.624-0.208-0.2026-0.05333-0.416-0.08-0.64-0.08-0.4053 0-0.768 0.112-1.088 0.336-0.3093 0.21333-0.5546 0.50133-0.736 0.864-0.1813 0.36267-0.272 0.76799-0.272 1.21599v4.32h-1.728zm9.9275 0.256c-0.8426 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1413-0.9013-1.504-1.552-0.3626-0.6613-0.544-1.3973-0.544-2.208 0-0.8107 0.1814-1.54132 0.544-2.19199 0.3627-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3814-0.576 2.224-0.576 0.832 0 1.568 0.19733 2.208 0.592 0.64 0.384 1.1414 0.90133 1.504 1.552 0.3627 0.65067 0.544 1.38129 0.544 2.19199 0 0.8107-0.1813 1.5467-0.544 2.208-0.3626 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.584c0.448 0 0.864-0.1067 1.248-0.32 0.384-0.224 0.6934-0.5387 0.928-0.944 0.2454-0.416 0.368-0.912 0.368-1.488s-0.1226-1.06666-0.368-1.47199c-0.2346-0.416-0.544-0.73067-0.928-0.944-0.384-0.224-0.8-0.336-1.248-0.336-0.448 0-0.8693 0.112-1.264 0.336-0.384 0.21333-0.6986 0.528-0.944 0.944-0.2346 0.40533-0.352 0.89599-0.352 1.47199s0.1174 1.072 0.352 1.488c0.2454 0.4053 0.5654 0.72 0.96 0.944 0.3947 0.2133 0.8107 0.32 1.248 0.32zm5.8413 1.328V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5813-0.72 1.04-0.976 0.4693-0.26667 0.9813-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5013 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3307-0.30933-0.7627-0.464-1.296-0.464-0.416 0-0.7787 0.11733-1.088 0.352-0.3093 0.224-0.5547 0.52267-0.736 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm13.1592 0.256c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9974-0.1227 1.36-0.368 0.3734-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0106-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2346-0.448-0.416-0.64-0.1813-0.192-0.4106-0.34667-0.688-0.464-0.2773-0.128-0.6026-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3626 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zM49.811 15.2566c-0.8 0-1.5147-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3413-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0507 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64s-0.4107-0.34667-0.688-0.464c-0.2773-0.128-0.6027-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3627 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.9931 5.00799V6.84061h1.632v1.2h0.096c0.128-0.27733 0.3094-0.52267 0.544-0.736 0.2454-0.21333 0.5227-0.384 0.832-0.512 0.32-0.128 0.6507-0.192 0.992-0.192 0.224 0 0.4107 0.016 0.56 0.048 0.16 0.02133 0.304 0.05867 0.432 0.112v1.792c-0.2026-0.08533-0.4106-0.15467-0.624-0.208-0.2026-0.05333-0.416-0.08-0.64-0.08-0.4053 0-0.768 0.112-1.088 0.336-0.3093 0.21333-0.5546 0.50133-0.736 0.864-0.1813 0.36267-0.272 0.76799-0.272 1.21599v4.32h-1.728zm6.6999 0V6.84061h1.728v8.15999h-1.728zM63 5.64061c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.3307 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5013 0.336-0.832 0.336z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M93.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8347 0.78304 1.2527 1.73721 1.2527 2.86142 0 1.15021-0.418 2.11088-1.2527 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM102.255 12.4831c0 0.4548 0.193 0.8339 0.579 1.1372 0.386 0.3032 0.838 0.4549 1.356 0.4549 0.734 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.277-0.6444-0.709 0-1.3 0.1711-1.774 0.5123-0.474 0.3411-0.711 0.7625-0.711 1.2683m2.258-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.884 1.5921-1.025 0-1.882-0.3033-2.571-0.9098-0.69-0.6065-1.034-1.3647-1.034-2.2744 0-0.9607 0.363-1.7244 1.09-2.2929 0.728-0.56855 1.698-0.8534 2.913-0.8534 1.036 0 1.89 0.18954 2.561 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.689-0.63467-0.974 0-1.745 0.41048-2.314 1.23251l-1.538-0.96716c0.848-1.21302 2.1-1.81953 3.758-1.81953M118.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M86.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M78.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M74.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C71.3003 6.01837 71 7.20756 71 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M78.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
<path android:pathData="M123.338 18.7126c-0.715 0-1.333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.549-0.7147-0.688-1.088l1.6-0.672c0.171 0.4267 0.443 0.7733 0.816 1.04 0.384 0.2773 0.843 0.416 1.376 0.416 0.757 0 1.349-0.224 1.776-0.672 0.427-0.448 0.64-1.0827 0.64-1.904v-0.784h-0.096c-0.256 0.3733-0.608 0.6773-1.056 0.912-0.448 0.2347-0.965 0.352-1.552 0.352-0.693 0-1.333-0.176-1.92-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.341-0.64-0.512-1.3867-0.512-2.24 0-0.86399 0.171-1.61066 0.512-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.587-0.352 1.227-0.528 1.92-0.528 0.587 0 1.104 0.11733 1.552 0.352 0.448 0.224 0.8 0.53333 1.056 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.341 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.427 0 0.821-0.1013 1.184-0.304 0.373-0.2133 0.667-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5973-0.112-1.09332-0.336-1.48799-0.213-0.39467-0.507-0.69333-0.88-0.896-0.363-0.20267-0.757-0.304-1.184-0.304-0.427 0-0.827 0.10133-1.2 0.304-0.363 0.20267-0.656 0.50667-0.88 0.912-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.517 0.6933 0.88 0.896 0.373 0.2027 0.773 0.304 1.2 0.304zm8.701 1.744c-0.586 0-1.109-0.1173-1.568-0.352-0.448-0.2347-0.805-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.15-1.0827 0.448-1.488 0.31-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.078-0.31999 1.696-0.31999 0.342 0 0.656 0.02667 0.944 0.08 0.299 0.04267 0.555 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.81 0.096-1.184 0.288-0.373 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.235-0.33067 0.518-0.61333 0.848-0.848 0.342-0.23467 0.72-0.416 1.136-0.544 0.427-0.128 0.87-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.138 0.2133-0.33 0.416-0.576 0.608-0.234 0.192-0.517 0.3467-0.848 0.464-0.32 0.128-0.677 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.234-0.1387-0.522-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.1387-1.504 0.416-0.298 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
15
|
-
</vector>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<vector android:width="110dp" android:height="21dp" android:viewportWidth="110" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M7.31537 15.2566c-0.85333 0-1.64266-0.1547-2.368-0.464-0.71466-0.3093-1.33866-0.736-1.872-1.28-0.53333-0.5547-0.94933-1.1893-1.248-1.904-0.29866-0.7253-0.448-1.504-0.448-2.33599 0-0.832 0.14934-1.60533 0.448-2.32 0.29867-0.72533 0.71467-1.36 1.248-1.904 0.53334-0.55467 1.15734-0.98667 1.872-1.296 0.72534-0.30933 1.51467-0.464 2.368-0.464 0.85334 0 1.63734 0.15467 2.352 0.464 0.71463 0.30933 1.33863 0.74133 1.87203 1.296 0.544 0.544 0.96 1.17867 1.248 1.904 0.2986 0.71467 0.448 1.488 0.448 2.32 0 0.83199-0.1494 1.61069-0.448 2.33599-0.288 0.7147-0.704 1.3493-1.248 1.904-0.5334 0.544-1.1574 0.9707-1.87203 1.28-0.71466 0.3093-1.49866 0.464-2.352 0.464zm0-1.664c0.77867 0 1.47734-0.1813 2.09601-0.544 0.62932-0.3627 1.13062-0.8693 1.50402-1.52 0.3733-0.6507 0.56-1.4027 0.56-2.25599 0-0.864-0.1867-1.616-0.56-2.256-0.3734-0.65067-0.8747-1.15733-1.50402-1.52-0.61867-0.36267-1.31734-0.544-2.09601-0.544-0.768 0-1.46666 0.18133-2.096 0.544-0.62933 0.36267-1.13066 0.86933-1.504 1.52-0.37333 0.64-0.56 1.392-0.56 2.256 0 0.85329 0.18667 1.60529 0.56 2.25599 0.37334 0.6507 0.87467 1.1573 1.504 1.52 0.62934 0.3627 1.328 0.544 2.096 0.544zm10.79053 1.664c-0.6507 0-1.216-0.096-1.696-0.288-0.48-0.2027-0.8747-0.4693-1.184-0.8-0.3094-0.3413-0.5387-0.7093-0.688-1.104l1.552-0.672c0.192 0.4373 0.464 0.7733 0.816 1.008 0.3626 0.224 0.7786 0.336 1.248 0.336 0.4266 0 0.7946-0.0747 1.104-0.224 0.3093-0.16 0.464-0.416 0.464-0.768 0-0.224-0.0747-0.4053-0.224-0.544-0.1387-0.1493-0.3307-0.272-0.576-0.368-0.2347-0.096-0.5067-0.1813-0.816-0.256l-0.976-0.224c-0.384-0.096-0.752-0.2453-1.104-0.448-0.3414-0.2133-0.6187-0.48-0.832-0.8-0.2134-0.31999-0.32-0.69866-0.32-1.13599 0-0.49067 0.1386-0.912 0.416-1.264 0.288-0.36267 0.672-0.64 1.152-0.832 0.48-0.192 0.9973-0.288 1.552-0.288 0.512 0 0.976 0.06933 1.392 0.208 0.4266 0.128 0.7946 0.32533 1.104 0.592 0.32 0.256 0.5706 0.576 0.752 0.96l-1.488 0.672c-0.1814-0.36267-0.4267-0.61333-0.736-0.752-0.3094-0.14933-0.6454-0.224-1.008-0.224-0.4054 0-0.7467 0.08533-1.024 0.256-0.2667 0.16-0.4 0.37333-0.4 0.64 0 0.27733 0.1173 0.496 0.352 0.656 0.2453 0.16 0.544 0.288 0.896 0.384l1.184 0.28799c0.8106 0.2027 1.4186 0.512 1.824 0.928 0.4053 0.4053 0.608 0.9013 0.608 1.488 0 0.5227-0.1494 0.9813-0.448 1.376-0.2987 0.384-0.704 0.6827-1.216 0.896-0.5014 0.2027-1.0614 0.304-1.68 0.304zm4.364-8.41599h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1706 0.2133 0.4533 0.32 0.848 0.32 0.192 0 0.3626-0.0267 0.512-0.08 0.1493-0.064 0.2986-0.1387 0.448-0.224v1.68c-0.1814 0.0747-0.3734 0.1333-0.576 0.176-0.2027 0.0427-0.4427 0.064-0.72 0.064-0.7574 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84V8.34461h-1.424v-1.504zm9.3637 8.41599c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M65.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM74.2546 12.4831c0 0.4548 0.193 0.8339 0.5791 1.1372 0.3858 0.3032 0.838 0.4549 1.3563 0.4549 0.7339 0 1.3877-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9138-0.5443-0.4299-1.3032-0.6444-2.2769-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5123-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74744c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63324 1.1188 2.83327v5.72394h-1.6696v-1.2888h-0.076c-0.721 1.0612-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3647-1.0342-2.2744 0-0.9607 0.3631-1.7244 1.0906-2.2929 0.7275-0.56855 1.698-0.8534 2.9124-0.8534 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46894c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7456 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8478-1.21302 2.1001-1.81953 3.7579-1.81953M90.2687 6.03894L84.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M58.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M50.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M46.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C43.3003 6.01837 43 7.20756 43 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M50.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
<path android:pathData="M95.338 18.7126c-0.7147 0-1.3333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.5493-0.7147-0.688-1.088l1.6-0.672c0.1707 0.4267 0.4427 0.7733 0.816 1.04 0.384 0.2773 0.8427 0.416 1.376 0.416 0.7573 0 1.3493-0.224 1.776-0.672 0.4267-0.448 0.64-1.0827 0.64-1.904v-0.784h-0.096c-0.256 0.3733-0.608 0.6773-1.056 0.912-0.448 0.2347-0.9653 0.352-1.552 0.352-0.6933 0-1.3333-0.176-1.92-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.3413-0.64-0.512-1.3867-0.512-2.24 0-0.86399 0.1707-1.61066 0.512-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.5867-0.352 1.2267-0.528 1.92-0.528 0.5867 0 1.104 0.11733 1.552 0.352 0.448 0.224 0.8 0.53333 1.056 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.3413 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.4267 0 0.8213-0.1013 1.184-0.304 0.3733-0.2133 0.6667-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5973-0.112-1.09332-0.336-1.48799-0.2133-0.39467-0.5067-0.69333-0.88-0.896-0.3627-0.20267-0.7573-0.304-1.184-0.304-0.4267 0-0.8267 0.10133-1.2 0.304-0.3627 0.20267-0.656 0.50667-0.88 0.912-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.5173 0.6933 0.88 0.896 0.3733 0.2027 0.7733 0.304 1.2 0.304zm8.701 1.744c-0.586 0-1.109-0.1173-1.568-0.352-0.448-0.2347-0.805-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.15-1.0827 0.448-1.488 0.31-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.078-0.31999 1.696-0.31999 0.342 0 0.656 0.02667 0.944 0.08 0.299 0.04267 0.555 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.81 0.096-1.184 0.288-0.373 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.235-0.33067 0.518-0.61333 0.848-0.848 0.342-0.23467 0.72-0.416 1.136-0.544 0.427-0.128 0.87-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.138 0.2133-0.33 0.416-0.576 0.608-0.234 0.192-0.517 0.3467-0.848 0.464-0.32 0.128-0.677 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.234-0.1387-0.522-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.1387-1.504 0.416-0.298 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
15
|
-
</vector>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<vector android:width="107dp" android:height="21dp" android:viewportWidth="107" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M3.63512 15.0006V5.20861H0.419124v-1.664H8.57912v1.664h-3.2v9.79199h-1.744zm7.86728 0.256c-0.5867 0-1.1094-0.1173-1.56803-0.352-0.448-0.2347-0.80533-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.14934-1.0827 0.448-1.488 0.30934-0.4053 0.72-0.7147 1.23203-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.89603 0.752l-1.184-0.912c0.23467-0.33067 0.51734-0.61333 0.848-0.848 0.34134-0.23467 0.72003-0.416 1.13603-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm8.9182 1.408c-0.6506 0-1.216-0.096-1.696-0.288-0.48-0.2027-0.8746-0.4693-1.184-0.8-0.3093-0.3413-0.5386-0.7093-0.688-1.104l1.552-0.672c0.192 0.4373 0.464 0.7733 0.816 1.008 0.3627 0.224 0.7787 0.336 1.248 0.336 0.4267 0 0.7947-0.0747 1.104-0.224 0.3094-0.16 0.464-0.416 0.464-0.768 0-0.224-0.0746-0.4053-0.224-0.544-0.1386-0.1493-0.3306-0.272-0.576-0.368-0.2346-0.096-0.5066-0.1813-0.816-0.256l-0.976-0.224c-0.384-0.096-0.752-0.2453-1.104-0.448-0.3413-0.2133-0.6186-0.48-0.832-0.8-0.2133-0.31999-0.32-0.69866-0.32-1.13599 0-0.49067 0.1387-0.912 0.416-1.264 0.288-0.36267 0.672-0.64 1.152-0.832 0.48-0.192 0.9974-0.288 1.552-0.288 0.512 0 0.976 0.06933 1.392 0.208 0.4267 0.128 0.7947 0.32533 1.104 0.592 0.32 0.256 0.5707 0.576 0.752 0.96l-1.488 0.672c-0.1813-0.36267-0.4266-0.61333-0.736-0.752-0.3093-0.14933-0.6453-0.224-1.008-0.224-0.4053 0-0.7466 0.08533-1.024 0.256-0.2666 0.16-0.4 0.37333-0.4 0.64 0 0.27733 0.1174 0.496 0.352 0.656 0.2454 0.16 0.544 0.288 0.896 0.384l1.184 0.28799c0.8107 0.2027 1.4187 0.512 1.824 0.928 0.4054 0.4053 0.608 0.9013 0.608 1.488 0 0.5227-0.1493 0.9813-0.448 1.376-0.2986 0.384-0.704 0.6827-1.216 0.896-0.5013 0.2027-1.0613 0.304-1.68 0.304zm7.9622 0c-1.0027 0-1.76-0.2987-2.272-0.896-0.5014-0.608-0.752-1.4293-0.752-2.464V6.84061h1.728v4.81599c0 0.6827 0.16 1.1893 0.48 1.52 0.3306 0.3307 0.7413 0.496 1.232 0.496 0.448 0 0.832-0.112 1.152-0.336 0.32-0.2347 0.5653-0.5387 0.736-0.912 0.1813-0.3733 0.272-0.7733 0.272-1.2V6.84061h1.712v8.15999h-1.616v-1.104h-0.096c-0.1494 0.256-0.3574 0.4853-0.624 0.688-0.2667 0.2027-0.5654 0.3627-0.896 0.48-0.3307 0.128-0.6827 0.192-1.056 0.192z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M62.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM71.2546 12.4831c0 0.4548 0.193 0.8339 0.5791 1.1372 0.3858 0.3032 0.838 0.4549 1.3563 0.4549 0.7339 0 1.3877-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9138-0.5443-0.4299-1.3032-0.6444-2.2769-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5123-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74744c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63324 1.1188 2.83327v5.72394h-1.6696v-1.2888h-0.076c-0.721 1.0612-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3647-1.0342-2.2744 0-0.9607 0.3631-1.7244 1.0906-2.2929 0.7275-0.56855 1.698-0.8534 2.9124-0.8534 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46894c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7456 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8478-1.21302 2.1001-1.81953 3.7579-1.81953M87.2687 6.03894L81.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M55.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M47.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M43.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C40.3003 6.01837 40 7.20756 40 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M47.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
<path android:pathData="M92.338 18.7126c-0.7147 0-1.3333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.5493-0.7147-0.688-1.088l1.6-0.672c0.1707 0.4267 0.4427 0.7733 0.816 1.04 0.384 0.2773 0.8427 0.416 1.376 0.416 0.7573 0 1.3493-0.224 1.776-0.672 0.4267-0.448 0.64-1.0827 0.64-1.904v-0.784h-0.096c-0.256 0.3733-0.608 0.6773-1.056 0.912-0.448 0.2347-0.9653 0.352-1.552 0.352-0.6933 0-1.3333-0.176-1.92-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.3413-0.64-0.512-1.3867-0.512-2.24 0-0.86399 0.1707-1.61066 0.512-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.5867-0.352 1.2267-0.528 1.92-0.528 0.5867 0 1.104 0.11733 1.552 0.352 0.448 0.224 0.8 0.53333 1.056 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.3413 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.4267 0 0.8213-0.1013 1.184-0.304 0.3733-0.2133 0.6667-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5973-0.112-1.09332-0.336-1.48799-0.2133-0.39467-0.5067-0.69333-0.88-0.896-0.3627-0.20267-0.7573-0.304-1.184-0.304-0.4267 0-0.8267 0.10133-1.2 0.304-0.3627 0.20267-0.656 0.50667-0.88 0.912-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.5173 0.6933 0.88 0.896 0.3733 0.2027 0.7733 0.304 1.2 0.304zm8.701 1.744c-0.586 0-1.1088-0.1173-1.5675-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.5115-0.21332 1.0775-0.31999 1.6955-0.31999 0.342 0 0.656 0.02667 0.944 0.08 0.299 0.04267 0.555 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.81 0.096-1.184 0.288-0.373 0.18133-0.6715 0.432-0.8955 0.752l-1.184-0.912c0.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.1355-0.544 0.427-0.128 0.87-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.138 0.2133-0.33 0.416-0.576 0.608-0.234 0.192-0.517 0.3467-0.848 0.464-0.32 0.128-0.677 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.234-0.1387-0.522-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.1387-1.504 0.416-0.2982 0.2773-0.4475 0.624-0.4475 1.04 0 0.384 0.144 0.6987 0.4315 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
15
|
-
</vector>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<vector android:width="128dp" android:height="21dp" android:viewportWidth="128" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M0.99 15.0006L5.31 3.54461h2l4.336 11.45599H9.71l-1.056-2.944H3.982l-1.056 2.944H0.99zm7.072-4.576L6.798 6.92061l-0.432-1.312H6.27l-0.432 1.312-1.264 3.50399h3.488zm4.9866 4.576V6.84061h1.632v1.12h0.096c0.2347-0.39467 0.5814-0.72 1.04-0.976 0.4694-0.26667 0.9814-0.4 1.536-0.4 1.0027 0 1.7547 0.29867 2.256 0.896 0.5014 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1653-1.14132-0.496-1.43999-0.3306-0.30933-0.7626-0.464-1.296-0.464-0.416 0-0.7786 0.11733-1.088 0.352-0.3093 0.224-0.5546 0.52267-0.736 0.896-0.1706 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm9.4313 0V6.84061h1.632v1.12h0.096c0.2346-0.39467 0.5813-0.72 1.04-0.976 0.4693-0.26667 0.9813-0.4 1.536-0.4 1.0026 0 1.7546 0.29867 2.256 0.896 0.5013 0.58667 0.752 1.376 0.752 2.368v5.15199h-1.712v-4.928c0-0.66132-0.1654-1.14132-0.496-1.43999-0.3307-0.30933-0.7627-0.464-1.296-0.464-0.416 0-0.7787 0.11733-1.088 0.352-0.3094 0.224-0.5547 0.52267-0.736 0.896-0.1707 0.37333-0.256 0.77329-0.256 1.19999v4.384h-1.728zm13.1592 0.256c-0.8 0-1.5146-0.1867-2.144-0.56-0.6293-0.3733-1.1253-0.8853-1.488-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.1707-1.49866 0.512-2.15999 0.3414-0.66133 0.816-1.18933 1.424-1.584 0.6187-0.40533 1.328-0.608 2.128-0.608 0.8427 0 1.5574 0.18133 2.144 0.544 0.5974 0.36267 1.0507 0.85867 1.36 1.488 0.3094 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0053 0.224-0.016 0.32 0 0.096-0.0053 0.1707-0.016 0.224h-6.304c0.0427 0.448 0.1547 0.8373 0.336 1.168 0.2347 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9974-0.1227 1.36-0.368 0.3734-0.256 0.6667-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3653 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0106-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2346-0.448-0.416-0.64-0.1813-0.192-0.4106-0.34667-0.688-0.464-0.2773-0.128-0.6026-0.192-0.976-0.192-0.4693 0-0.8853 0.12267-1.248 0.368-0.3626 0.23467-0.6453 0.56533-0.848 0.992-0.0853 0.18133-0.1493 0.37333-0.192 0.576zm7.1988-3.152h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1706 0.2133 0.4533 0.32 0.848 0.32 0.192 0 0.3626-0.0267 0.512-0.08 0.1493-0.064 0.2986-0.1387 0.448-0.224v1.68c-0.1814 0.0747-0.3734 0.1333-0.576 0.176-0.2027 0.0427-0.4427 0.064-0.72 0.064-0.7574 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84V8.34461h-1.424v-1.504zm9.3637 8.41599c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M83.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM92.2546 12.4831c0 0.4548 0.193 0.8339 0.5791 1.1372 0.3858 0.3032 0.838 0.4549 1.3563 0.4549 0.7339 0 1.3877-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9138-0.5443-0.4299-1.3032-0.6444-2.2769-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5123-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74744c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63324 1.1188 2.83327v5.72394h-1.6696v-1.2888h-0.076c-0.721 1.0612-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3647-1.0342-2.2744 0-0.9607 0.3631-1.7244 1.0906-2.2929 0.7275-0.56855 1.698-0.8534 2.9124-0.8534 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46894c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7456 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8478-1.21302 2.1001-1.81953 3.7579-1.81953M108.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.8326-8.69906h1.8976l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M76.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M68.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M64.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C61.3003 6.01837 61 7.20756 61 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M68.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
<path android:pathData="M113.338 18.7126c-0.715 0-1.333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.549-0.7147-0.688-1.088l1.6-0.672c0.171 0.4267 0.443 0.7733 0.816 1.04 0.384 0.2773 0.843 0.416 1.376 0.416 0.757 0 1.349-0.224 1.776-0.672 0.427-0.448 0.64-1.0827 0.64-1.904v-0.784h-0.096c-0.256 0.3733-0.608 0.6773-1.056 0.912-0.448 0.2347-0.965 0.352-1.552 0.352-0.693 0-1.333-0.176-1.92-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.341-0.64-0.512-1.3867-0.512-2.24 0-0.86399 0.171-1.61066 0.512-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.587-0.352 1.227-0.528 1.92-0.528 0.587 0 1.104 0.11733 1.552 0.352 0.448 0.224 0.8 0.53333 1.056 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.341 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.427 0 0.821-0.1013 1.184-0.304 0.373-0.2133 0.667-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5973-0.112-1.09332-0.336-1.48799-0.213-0.39467-0.507-0.69333-0.88-0.896-0.363-0.20267-0.757-0.304-1.184-0.304-0.427 0-0.827 0.10133-1.2 0.304-0.363 0.20267-0.656 0.50667-0.88 0.912-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.517 0.6933 0.88 0.896 0.373 0.2027 0.773 0.304 1.2 0.304zm8.701 1.744c-0.586 0-1.109-0.1173-1.568-0.352-0.448-0.2347-0.805-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.15-1.0827 0.448-1.488 0.31-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.078-0.31999 1.696-0.31999 0.342 0 0.656 0.02667 0.944 0.08 0.299 0.04267 0.555 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.81 0.096-1.184 0.288-0.373 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.235-0.33067 0.518-0.61333 0.848-0.848 0.342-0.23467 0.72-0.416 1.136-0.544 0.427-0.128 0.87-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.138 0.2133-0.33 0.416-0.576 0.608-0.234 0.192-0.517 0.3467-0.848 0.464-0.32 0.128-0.677 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.234-0.1387-0.522-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.1387-1.504 0.416-0.298 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
15
|
-
</vector>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<vector android:width="103dp" android:height="21dp" android:viewportWidth="103" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M4.56325 15.0006V5.20861h-3.216v-1.664h8.16v1.664h-3.2v9.79199h-1.744zm8.95715 0.256c-0.8 0-1.5147-0.1867-2.144-0.56-0.6294-0.3733-1.1254-0.8853-1.48803-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.17067-1.49866 0.512-2.15999s0.81603-1.18933 1.42403-1.584c0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0426 0.448 0.1546 0.8373 0.336 1.168 0.2346 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64-0.1814-0.192-0.4107-0.34667-0.688-0.464-0.2774-0.128-0.6027-0.192-0.976-0.192-0.4694 0-0.8854 0.12267-1.248 0.368-0.3627 0.23467-0.6454 0.56533-0.848 0.992-0.0854 0.18133-0.1494 0.37333-0.192 0.576zm8.0091 5.00799V3.54461h1.728V15.0006h-1.728zm3.9313 0V3.54461h1.728V15.0006h-1.728zm4.0432 0V6.84061h1.728v8.15999h-1.728zM28 5.64061c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.3307 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5013 0.336-0.832 0.336z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M58.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM67.2546 12.4831c0 0.4548 0.193 0.8339 0.5791 1.1372 0.3858 0.3032 0.838 0.4549 1.3563 0.4549 0.7339 0 1.3877-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9138-0.5443-0.4299-1.3032-0.6444-2.2769-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5123-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74744c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63324 1.1188 2.83327v5.72394h-1.6696v-1.2888h-0.076c-0.721 1.0612-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3647-1.0342-2.2744 0-0.9607 0.3631-1.7244 1.0906-2.2929 0.7275-0.56855 1.698-0.8534 2.9124-0.8534 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46894c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7456 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8478-1.21302 2.1001-1.81953 3.7579-1.81953M83.2687 6.03894L77.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M51.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M43.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M39.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C36.3003 6.01837 36 7.20756 36 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M43.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
<path android:pathData="M88.338 18.7126c-0.7147 0-1.3333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.5493-0.7147-0.688-1.088l1.6-0.672c0.1707 0.4267 0.4427 0.7733 0.816 1.04 0.384 0.2773 0.8427 0.416 1.376 0.416 0.7573 0 1.3493-0.224 1.776-0.672 0.4267-0.448 0.64-1.0827 0.64-1.904v-0.784h-0.096c-0.256 0.3733-0.608 0.6773-1.056 0.912-0.448 0.2347-0.9653 0.352-1.552 0.352-0.6933 0-1.3333-0.176-1.92-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.3413-0.64-0.512-1.3867-0.512-2.24 0-0.86399 0.1707-1.61066 0.512-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.5867-0.352 1.2267-0.528 1.92-0.528 0.5867 0 1.104 0.11733 1.552 0.352 0.448 0.224 0.8 0.53333 1.056 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.3413 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.4267 0 0.8213-0.1013 1.184-0.304 0.3733-0.2133 0.6667-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5973-0.112-1.09332-0.336-1.48799-0.2133-0.39467-0.5067-0.69333-0.88-0.896-0.3627-0.20267-0.7573-0.304-1.184-0.304-0.4267 0-0.8267 0.10133-1.2 0.304-0.3627 0.20267-0.656 0.50667-0.88 0.912-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.5173 0.6933 0.88 0.896 0.3733 0.2027 0.7733 0.304 1.2 0.304zm8.7015 1.744c-0.5867 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.7355 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.6795v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
15
|
-
</vector>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<vector android:width="122dp" android:height="21dp" android:viewportWidth="122" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M2.071 15.0006V3.54461h2.368l3.344 8.71999h0.096l3.36-8.71999h2.368V15.0006h-1.728V8.52061l0.096-2.032h-0.096L8.535 15.0006H7.143L3.799 6.48861H3.703l0.096 2.032v6.47999H2.071zm16.3126 0.256c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0204 1.152V3.54461h1.728v6.75199l3.456-3.45599h2.144v0.096l-3.152 3.11999 3.264 4.848v0.096H30.1l-2.432-3.744-1.232 1.216v2.528h-1.728zm11.4854 0.256c-0.6507 0-1.216-0.096-1.696-0.288-0.48-0.2027-0.8747-0.4693-1.184-0.8-0.3094-0.3413-0.5387-0.7093-0.688-1.104l1.552-0.672c0.192 0.4373 0.464 0.7733 0.816 1.008 0.3626 0.224 0.7786 0.336 1.248 0.336 0.4266 0 0.7946-0.0747 1.104-0.224 0.3093-0.16 0.464-0.416 0.464-0.768 0-0.224-0.0747-0.4053-0.224-0.544-0.1387-0.1493-0.3307-0.272-0.576-0.368-0.2347-0.096-0.5067-0.1813-0.816-0.256l-0.976-0.224c-0.384-0.096-0.752-0.2453-1.104-0.448-0.3414-0.2133-0.6187-0.48-0.832-0.8-0.2134-0.31999-0.32-0.69866-0.32-1.13599 0-0.49067 0.1386-0.912 0.416-1.264 0.288-0.36267 0.672-0.64 1.152-0.832 0.48-0.192 0.9973-0.288 1.552-0.288 0.512 0 0.976 0.06933 1.392 0.208 0.4266 0.128 0.7946 0.32533 1.104 0.592 0.32 0.256 0.5706 0.576 0.752 0.96l-1.488 0.672c-0.1814-0.36267-0.4267-0.61333-0.736-0.752-0.3094-0.14933-0.6454-0.224-1.008-0.224-0.4054 0-0.7467 0.08533-1.024 0.256-0.2667 0.16-0.4 0.37333-0.4 0.64 0 0.27733 0.1173 0.496 0.352 0.656 0.2453 0.16 0.544 0.288 0.896 0.384l1.184 0.28799c0.8106 0.2027 1.4186 0.512 1.824 0.928 0.4053 0.4053 0.608 0.9013 0.608 1.488 0 0.5227-0.1494 0.9813-0.448 1.376-0.2987 0.384-0.704 0.6827-1.216 0.896-0.5014 0.2027-1.0614 0.304-1.68 0.304zm7.6402 0c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M77.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM86.2546 12.4831c0 0.4548 0.193 0.8339 0.5791 1.1372 0.3858 0.3032 0.838 0.4549 1.3563 0.4549 0.7339 0 1.3877-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9138-0.5443-0.4299-1.3032-0.6444-2.2769-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5123-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74744c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63324 1.1188 2.83327v5.72394h-1.6696v-1.2888h-0.076c-0.721 1.0612-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3647-1.0342-2.2744 0-0.9607 0.3631-1.7244 1.0906-2.2929 0.7275-0.56855 1.698-0.8534 2.9124-0.8534 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46894c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7456 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8478-1.21302 2.1001-1.81953 3.7579-1.81953M102.269 6.03894L96.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M70.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M62.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M58.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C55.3003 6.01837 55 7.20756 55 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M62.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
<path android:pathData="M107.338 18.7126c-0.715 0-1.333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.549-0.7147-0.688-1.088l1.6-0.672c0.171 0.4267 0.443 0.7733 0.816 1.04 0.384 0.2773 0.843 0.416 1.376 0.416 0.757 0 1.349-0.224 1.776-0.672 0.427-0.448 0.64-1.0827 0.64-1.904v-0.784h-0.096c-0.256 0.3733-0.608 0.6773-1.056 0.912-0.448 0.2347-0.965 0.352-1.552 0.352-0.693 0-1.333-0.176-1.92-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.341-0.64-0.512-1.3867-0.512-2.24 0-0.86399 0.171-1.61066 0.512-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.587-0.352 1.227-0.528 1.92-0.528 0.587 0 1.104 0.11733 1.552 0.352 0.448 0.224 0.8 0.53333 1.056 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.341 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.427 0 0.821-0.1013 1.184-0.304 0.373-0.2133 0.667-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5973-0.112-1.09332-0.336-1.48799-0.213-0.39467-0.507-0.69333-0.88-0.896-0.363-0.20267-0.757-0.304-1.184-0.304-0.427 0-0.827 0.10133-1.2 0.304-0.363 0.20267-0.656 0.50667-0.88 0.912-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.517 0.6933 0.88 0.896 0.373 0.2027 0.773 0.304 1.2 0.304zm8.701 1.744c-0.586 0-1.109-0.1173-1.568-0.352-0.448-0.2347-0.805-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.15-1.0827 0.448-1.488 0.31-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.078-0.31999 1.696-0.31999 0.342 0 0.656 0.02667 0.944 0.08 0.299 0.04267 0.555 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.81 0.096-1.184 0.288-0.373 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.235-0.33067 0.518-0.61333 0.848-0.848 0.342-0.23467 0.72-0.416 1.136-0.544 0.427-0.128 0.87-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.138 0.2133-0.33 0.416-0.576 0.608-0.234 0.192-0.517 0.3467-0.848 0.464-0.32 0.128-0.677 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.234-0.1387-0.522-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.1387-1.504 0.416-0.298 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
15
|
-
</vector>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<vector android:width="103dp" android:height="21dp" android:viewportWidth="103" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M4.56325 15.0006V5.20861h-3.216v-1.664h8.16v1.664h-3.2v9.79199h-1.744zm8.95715 0.256c-0.8 0-1.5147-0.1867-2.144-0.56-0.6294-0.3733-1.1254-0.8853-1.48803-1.536-0.352-0.6507-0.528-1.392-0.528-2.224 0-0.7787 0.17067-1.49866 0.512-2.15999s0.81603-1.18933 1.42403-1.584c0.6186-0.40533 1.328-0.608 2.128-0.608 0.8426 0 1.5573 0.18133 2.144 0.544 0.5973 0.36267 1.0506 0.85867 1.36 1.488 0.3093 0.62933 0.464 1.33867 0.464 2.12799 0 0.1173-0.0054 0.224-0.016 0.32 0 0.096-0.0054 0.1707-0.016 0.224h-6.304c0.0426 0.448 0.1546 0.8373 0.336 1.168 0.2346 0.416 0.544 0.7307 0.928 0.944 0.384 0.2133 0.8 0.32 1.248 0.32 0.544 0 0.9973-0.1227 1.36-0.368 0.3733-0.256 0.6666-0.5707 0.88-0.944l1.424 0.688c-0.352 0.64-0.832 1.1627-1.44 1.568-0.608 0.3947-1.3654 0.592-2.272 0.592zm-2.368-5.26399h4.528c-0.0107-0.20267-0.064-0.416-0.16-0.64-0.096-0.23467-0.2347-0.448-0.416-0.64-0.1814-0.192-0.4107-0.34667-0.688-0.464-0.2774-0.128-0.6027-0.192-0.976-0.192-0.4694 0-0.8854 0.12267-1.248 0.368-0.3627 0.23467-0.6454 0.56533-0.848 0.992-0.0854 0.18133-0.1494 0.37333-0.192 0.576zm8.0091 5.00799V3.54461h1.728V15.0006h-1.728zm3.9313 0V3.54461h1.728V15.0006h-1.728zm4.0432 0V6.84061h1.728v8.15999h-1.728zM28 5.64061c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.3307 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5013 0.336-0.832 0.336z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M58.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM67.2546 12.4831c0 0.4548 0.193 0.8339 0.5791 1.1372 0.3858 0.3032 0.838 0.4549 1.3563 0.4549 0.7339 0 1.3877-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9138-0.5443-0.4299-1.3032-0.6444-2.2769-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5123-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74744c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63324 1.1188 2.83327v5.72394h-1.6696v-1.2888h-0.076c-0.721 1.0612-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3647-1.0342-2.2744 0-0.9607 0.3631-1.7244 1.0906-2.2929 0.7275-0.56855 1.698-0.8534 2.9124-0.8534 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46894c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7456 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8478-1.21302 2.1001-1.81953 3.7579-1.81953M83.2687 6.03894L77.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M51.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M43.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M39.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C36.3003 6.01837 36 7.20756 36 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M43.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
<path android:pathData="M88.338 18.7126c-0.7147 0-1.3333-0.1173-1.856-0.352-0.512-0.224-0.928-0.5173-1.248-0.88-0.32-0.352-0.5493-0.7147-0.688-1.088l1.6-0.672c0.1707 0.4267 0.4427 0.7733 0.816 1.04 0.384 0.2773 0.8427 0.416 1.376 0.416 0.7573 0 1.3493-0.224 1.776-0.672 0.4267-0.448 0.64-1.0827 0.64-1.904v-0.784h-0.096c-0.256 0.3733-0.608 0.6773-1.056 0.912-0.448 0.2347-0.9653 0.352-1.552 0.352-0.6933 0-1.3333-0.176-1.92-0.528-0.576-0.352-1.04-0.8427-1.392-1.472-0.3413-0.64-0.512-1.3867-0.512-2.24 0-0.86399 0.1707-1.61066 0.512-2.23999 0.352-0.64 0.816-1.136 1.392-1.488 0.5867-0.352 1.2267-0.528 1.92-0.528 0.5867 0 1.104 0.11733 1.552 0.352 0.448 0.224 0.8 0.53333 1.056 0.928h0.096v-1.024h1.648v7.72799c0 0.8853-0.176 1.6373-0.528 2.256-0.3413 0.6187-0.816 1.088-1.424 1.408-0.608 0.32-1.312 0.48-2.112 0.48zm0.016-5.2c0.4267 0 0.8213-0.1013 1.184-0.304 0.3733-0.2133 0.6667-0.5173 0.88-0.912 0.224-0.4053 0.336-0.8907 0.336-1.456 0-0.5973-0.112-1.09332-0.336-1.48799-0.2133-0.39467-0.5067-0.69333-0.88-0.896-0.3627-0.20267-0.7573-0.304-1.184-0.304-0.4267 0-0.8267 0.10133-1.2 0.304-0.3627 0.20267-0.656 0.50667-0.88 0.912-0.224 0.39467-0.336 0.88529-0.336 1.47199 0 0.576 0.112 1.0667 0.336 1.472 0.224 0.3947 0.5173 0.6933 0.88 0.896 0.3733 0.2027 0.7733 0.304 1.2 0.304zm8.7015 1.744c-0.5867 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.7355 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.6795v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
15
|
-
</vector>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<vector android:width="114dp" android:height="21dp" android:viewportWidth="114" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M4.70363 15.0006L0.639627 3.54461H2.55963l2.592 7.61599 0.4 1.296h0.096l0.432-1.296 2.704-7.61599h1.91997L6.52763 15.0006h-1.824zm9.14877 0.256c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0204 1.152V6.84061h1.632v1.2h0.096c0.128-0.27733 0.3093-0.52267 0.544-0.736 0.2453-0.21333 0.5226-0.384 0.832-0.512 0.32-0.128 0.6506-0.192 0.992-0.192 0.224 0 0.4106 0.016 0.56 0.048 0.16 0.02133 0.304 0.05867 0.432 0.112v1.792c-0.2027-0.08533-0.4107-0.15467-0.624-0.208-0.2027-0.05333-0.416-0.08-0.64-0.08-0.4054 0-0.768 0.112-1.088 0.336-0.3094 0.21333-0.5547 0.50133-0.736 0.864-0.1814 0.36267-0.272 0.76799-0.272 1.21599v4.32h-1.728zm8.8506 0.256c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2346-0.33067 0.5173-0.61333 0.848-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm8.5022 1.408c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M71.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM80.2546 12.4831c0 0.4548 0.193 0.8339 0.5791 1.1372 0.3858 0.3032 0.838 0.4549 1.3563 0.4549 0.7339 0 1.3877-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9138-0.5443-0.4299-1.3032-0.6444-2.2769-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5123-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74744c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63324 1.1188 2.83327v5.72394h-1.6696v-1.2888h-0.076c-0.721 1.0612-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3647-1.0342-2.2744 0-0.9607 0.3631-1.7244 1.0906-2.2929 0.7275-0.56855 1.698-0.8534 2.9124-0.8534 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46894c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7456 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8478-1.21302 2.1001-1.81953 3.7579-1.81953M96.2687 6.03894L90.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M64.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M56.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M52.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C49.3003 6.01837 49 7.20756 49 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M56.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
<path android:pathData="M97.674 15.0006V3.54461h1.728V15.0006h-1.728zm3.931 0V3.54461h1.728V15.0006h-1.728zm6.397 0.256c-0.586 0-1.109-0.1173-1.568-0.352-0.448-0.2347-0.805-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.15-1.0827 0.448-1.488 0.31-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.078-0.31999 1.696-0.31999 0.342 0 0.656 0.02667 0.944 0.08 0.299 0.04267 0.555 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.81 0.096-1.184 0.288-0.373 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.235-0.33067 0.518-0.61333 0.848-0.848 0.342-0.23467 0.72-0.416 1.136-0.544 0.427-0.128 0.87-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.138 0.2133-0.33 0.416-0.576 0.608-0.234 0.192-0.517 0.3467-0.848 0.464-0.32 0.128-0.677 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.234-0.1387-0.522-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.1387-1.504 0.416-0.298 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
15
|
-
</vector>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<vector android:width="108dp" android:height="21dp" android:viewportWidth="108" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M7.31537 15.2566c-0.85333 0-1.64266-0.1547-2.368-0.464-0.71466-0.3093-1.33866-0.736-1.872-1.28-0.53333-0.5547-0.94933-1.1893-1.248-1.904-0.29866-0.7253-0.448-1.504-0.448-2.33599 0-0.832 0.14934-1.60533 0.448-2.32 0.29867-0.72533 0.71467-1.36 1.248-1.904 0.53334-0.55467 1.15734-0.98667 1.872-1.296 0.72534-0.30933 1.51467-0.464 2.368-0.464 0.85334 0 1.63734 0.15467 2.352 0.464 0.71463 0.30933 1.33863 0.74133 1.87203 1.296 0.544 0.544 0.96 1.17867 1.248 1.904 0.2986 0.71467 0.448 1.488 0.448 2.32 0 0.83199-0.1494 1.61069-0.448 2.33599-0.288 0.7147-0.704 1.3493-1.248 1.904-0.5334 0.544-1.1574 0.9707-1.87203 1.28-0.71466 0.3093-1.49866 0.464-2.352 0.464zm0-1.664c0.77867 0 1.47734-0.1813 2.09601-0.544 0.62932-0.3627 1.13062-0.8693 1.50402-1.52 0.3733-0.6507 0.56-1.4027 0.56-2.25599 0-0.864-0.1867-1.616-0.56-2.256-0.3734-0.65067-0.8747-1.15733-1.50402-1.52-0.61867-0.36267-1.31734-0.544-2.09601-0.544-0.768 0-1.46666 0.18133-2.096 0.544-0.62933 0.36267-1.13066 0.86933-1.504 1.52-0.37333 0.64-0.56 1.392-0.56 2.256 0 0.85329 0.18667 1.60529 0.56 2.25599 0.37334 0.6507 0.87467 1.1573 1.504 1.52 0.62934 0.3627 1.328 0.544 2.096 0.544zm10.79053 1.664c-0.6507 0-1.216-0.096-1.696-0.288-0.48-0.2027-0.8747-0.4693-1.184-0.8-0.3094-0.3413-0.5387-0.7093-0.688-1.104l1.552-0.672c0.192 0.4373 0.464 0.7733 0.816 1.008 0.3626 0.224 0.7786 0.336 1.248 0.336 0.4266 0 0.7946-0.0747 1.104-0.224 0.3093-0.16 0.464-0.416 0.464-0.768 0-0.224-0.0747-0.4053-0.224-0.544-0.1387-0.1493-0.3307-0.272-0.576-0.368-0.2347-0.096-0.5067-0.1813-0.816-0.256l-0.976-0.224c-0.384-0.096-0.752-0.2453-1.104-0.448-0.3414-0.2133-0.6187-0.48-0.832-0.8-0.2134-0.31999-0.32-0.69866-0.32-1.13599 0-0.49067 0.1386-0.912 0.416-1.264 0.288-0.36267 0.672-0.64 1.152-0.832 0.48-0.192 0.9973-0.288 1.552-0.288 0.512 0 0.976 0.06933 1.392 0.208 0.4266 0.128 0.7946 0.32533 1.104 0.592 0.32 0.256 0.5706 0.576 0.752 0.96l-1.488 0.672c-0.1814-0.36267-0.4267-0.61333-0.736-0.752-0.3094-0.14933-0.6454-0.224-1.008-0.224-0.4054 0-0.7467 0.08533-1.024 0.256-0.2667 0.16-0.4 0.37333-0.4 0.64 0 0.27733 0.1173 0.496 0.352 0.656 0.2453 0.16 0.544 0.288 0.896 0.384l1.184 0.28799c0.8106 0.2027 1.4186 0.512 1.824 0.928 0.4053 0.4053 0.608 0.9013 0.608 1.488 0 0.5227-0.1494 0.9813-0.448 1.376-0.2987 0.384-0.704 0.6827-1.216 0.896-0.5014 0.2027-1.0614 0.304-1.68 0.304zm4.364-8.41599h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1706 0.2133 0.4533 0.32 0.848 0.32 0.192 0 0.3626-0.0267 0.512-0.08 0.1493-0.064 0.2986-0.1387 0.448-0.224v1.68c-0.1814 0.0747-0.3734 0.1333-0.576 0.176-0.2027 0.0427-0.4427 0.064-0.72 0.064-0.7574 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84V8.34461h-1.424v-1.504zm9.3637 8.41599c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M65.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM74.2546 12.4831c0 0.4548 0.193 0.8339 0.5791 1.1372 0.3858 0.3032 0.838 0.4549 1.3563 0.4549 0.7339 0 1.3877-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9138-0.5443-0.4299-1.3032-0.6444-2.2769-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5123-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74744c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63324 1.1188 2.83327v5.72394h-1.6696v-1.2888h-0.076c-0.721 1.0612-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3647-1.0342-2.2744 0-0.9607 0.3631-1.7244 1.0906-2.2929 0.7275-0.56855 1.698-0.8534 2.9124-0.8534 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46894c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7456 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8478-1.21302 2.1001-1.81953 3.7579-1.81953M90.2687 6.03894L84.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M58.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M50.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M46.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C43.3003 6.01837 43 7.20756 43 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M50.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
<path android:pathData="M91.674 15.0006V3.54461h1.728V15.0006h-1.728zm3.9312 0V3.54461h1.728V15.0006h-1.728zm6.3968 0.256c-0.586 0-1.109-0.1173-1.568-0.352-0.4476-0.2347-0.805-0.5547-1.0716-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.7196-0.7147 1.2316-0.928 0.512-0.21332 1.078-0.31999 1.696-0.31999 0.342 0 0.656 0.02667 0.944 0.08 0.299 0.04267 0.555 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.81 0.096-1.184 0.288-0.373 0.18133-0.672 0.432-0.896 0.752l-1.1836-0.912c0.2346-0.33067 0.5173-0.61333 0.8476-0.848 0.342-0.23467 0.72-0.416 1.136-0.544 0.427-0.128 0.87-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.138 0.2133-0.33 0.416-0.576 0.608-0.234 0.192-0.517 0.3467-0.848 0.464-0.32 0.128-0.677 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.234-0.1387-0.522-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.1387-1.504 0.416-0.298 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
15
|
-
</vector>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<vector android:width="108dp" android:height="21dp" android:viewportWidth="108" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M7.31537 15.2566c-0.85333 0-1.64266-0.1547-2.368-0.464-0.71466-0.3093-1.33866-0.736-1.872-1.28-0.53333-0.5547-0.94933-1.1893-1.248-1.904-0.29866-0.7253-0.448-1.504-0.448-2.33599 0-0.832 0.14934-1.60533 0.448-2.32 0.29867-0.72533 0.71467-1.36 1.248-1.904 0.53334-0.55467 1.15734-0.98667 1.872-1.296 0.72534-0.30933 1.51467-0.464 2.368-0.464 0.85334 0 1.63734 0.15467 2.352 0.464 0.71463 0.30933 1.33863 0.74133 1.87203 1.296 0.544 0.544 0.96 1.17867 1.248 1.904 0.2986 0.71467 0.448 1.488 0.448 2.32 0 0.83199-0.1494 1.61069-0.448 2.33599-0.288 0.7147-0.704 1.3493-1.248 1.904-0.5334 0.544-1.1574 0.9707-1.87203 1.28-0.71466 0.3093-1.49866 0.464-2.352 0.464zm0-1.664c0.77867 0 1.47734-0.1813 2.09601-0.544 0.62932-0.3627 1.13062-0.8693 1.50402-1.52 0.3733-0.6507 0.56-1.4027 0.56-2.25599 0-0.864-0.1867-1.616-0.56-2.256-0.3734-0.65067-0.8747-1.15733-1.50402-1.52-0.61867-0.36267-1.31734-0.544-2.09601-0.544-0.768 0-1.46666 0.18133-2.096 0.544-0.62933 0.36267-1.13066 0.86933-1.504 1.52-0.37333 0.64-0.56 1.392-0.56 2.256 0 0.85329 0.18667 1.60529 0.56 2.25599 0.37334 0.6507 0.87467 1.1573 1.504 1.52 0.62934 0.3627 1.328 0.544 2.096 0.544zm10.79053 1.664c-0.6507 0-1.216-0.096-1.696-0.288-0.48-0.2027-0.8747-0.4693-1.184-0.8-0.3094-0.3413-0.5387-0.7093-0.688-1.104l1.552-0.672c0.192 0.4373 0.464 0.7733 0.816 1.008 0.3626 0.224 0.7786 0.336 1.248 0.336 0.4266 0 0.7946-0.0747 1.104-0.224 0.3093-0.16 0.464-0.416 0.464-0.768 0-0.224-0.0747-0.4053-0.224-0.544-0.1387-0.1493-0.3307-0.272-0.576-0.368-0.2347-0.096-0.5067-0.1813-0.816-0.256l-0.976-0.224c-0.384-0.096-0.752-0.2453-1.104-0.448-0.3414-0.2133-0.6187-0.48-0.832-0.8-0.2134-0.31999-0.32-0.69866-0.32-1.13599 0-0.49067 0.1386-0.912 0.416-1.264 0.288-0.36267 0.672-0.64 1.152-0.832 0.48-0.192 0.9973-0.288 1.552-0.288 0.512 0 0.976 0.06933 1.392 0.208 0.4266 0.128 0.7946 0.32533 1.104 0.592 0.32 0.256 0.5706 0.576 0.752 0.96l-1.488 0.672c-0.1814-0.36267-0.4267-0.61333-0.736-0.752-0.3094-0.14933-0.6454-0.224-1.008-0.224-0.4054 0-0.7467 0.08533-1.024 0.256-0.2667 0.16-0.4 0.37333-0.4 0.64 0 0.27733 0.1173 0.496 0.352 0.656 0.2453 0.16 0.544 0.288 0.896 0.384l1.184 0.28799c0.8106 0.2027 1.4186 0.512 1.824 0.928 0.4053 0.4053 0.608 0.9013 0.608 1.488 0 0.5227-0.1494 0.9813-0.448 1.376-0.2987 0.384-0.704 0.6827-1.216 0.896-0.5014 0.2027-1.0614 0.304-1.68 0.304zm4.364-8.41599h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1706 0.2133 0.4533 0.32 0.848 0.32 0.192 0 0.3626-0.0267 0.512-0.08 0.1493-0.064 0.2986-0.1387 0.448-0.224v1.68c-0.1814 0.0747-0.3734 0.1333-0.576 0.176-0.2027 0.0427-0.4427 0.064-0.72 0.064-0.7574 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84V8.34461h-1.424v-1.504zm9.3637 8.41599c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M65.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM74.2546 12.4831c0 0.4548 0.193 0.8339 0.5791 1.1372 0.3858 0.3032 0.838 0.4549 1.3563 0.4549 0.7339 0 1.3877-0.272 1.9635-0.8145 0.5758-0.5437 0.863-1.1816 0.863-1.9138-0.5443-0.4299-1.3032-0.6444-2.2769-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5123-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74744c1.2903 0 2.3084 0.34441 3.0555 1.03323 0.746 0.68882 1.1188 1.63324 1.1188 2.83327v5.72394h-1.6696v-1.2888h-0.076c-0.721 1.0612-1.6827 1.5921-2.8839 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3647-1.0342-2.2744 0-0.9607 0.3631-1.7244 1.0906-2.2929 0.7275-0.56855 1.698-0.8534 2.9124-0.8534 1.0364 0 1.8908 0.18954 2.5608 0.56861V9.46894c0-0.60651-0.2407-1.12096-0.7209-1.54443-0.4815-0.42348-1.0431-0.63467-1.6882-0.63467-0.9748 0-1.7456 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8478-1.21302 2.1001-1.81953 3.7579-1.81953M90.2687 6.03894L84.4432 19.4201h-1.8021l2.1632-4.6821-3.8329-8.69906h1.8974l2.7702 6.67166h0.038l2.6943-6.67166h1.8974z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M58.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M50.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M46.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C43.3003 6.01837 43 7.20756 43 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M50.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
<path android:pathData="M91.674 15.0006V3.54461h1.728V15.0006h-1.728zm3.9312 0V3.54461h1.728V15.0006h-1.728zm6.3968 0.256c-0.586 0-1.109-0.1173-1.568-0.352-0.4476-0.2347-0.805-0.5547-1.0716-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1493-1.0827 0.448-1.488 0.3093-0.4053 0.7196-0.7147 1.2316-0.928 0.512-0.21332 1.078-0.31999 1.696-0.31999 0.342 0 0.656 0.02667 0.944 0.08 0.299 0.04267 0.555 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.81 0.096-1.184 0.288-0.373 0.18133-0.672 0.432-0.896 0.752l-1.1836-0.912c0.2346-0.33067 0.5173-0.61333 0.8476-0.848 0.342-0.23467 0.72-0.416 1.136-0.544 0.427-0.128 0.87-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.138 0.2133-0.33 0.416-0.576 0.608-0.234 0.192-0.517 0.3467-0.848 0.464-0.32 0.128-0.677 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.234-0.1387-0.522-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.1387-1.504 0.416-0.298 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
15
|
-
</vector>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<vector android:width="131dp" android:height="21dp" android:viewportWidth="131" android:viewportHeight="21" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
2
|
-
<path android:pathData="M1.496 15.0006V3.54461h1.76v9.79199h4.928v1.664H1.496zm10.9064 0.256c-0.5867 0-1.1094-0.1173-1.568-0.352-0.448-0.2347-0.8054-0.5547-1.07202-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.14933-1.0827 0.448-1.488 0.30932-0.4053 0.72002-0.7147 1.23202-0.928 0.512-0.21332 1.0773-0.31999 1.696-0.31999 0.3413 0 0.656 0.02667 0.944 0.08 0.2986 0.04267 0.5546 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8107 0.096-1.184 0.288-0.3734 0.18133-0.672 0.432-0.896 0.752l-1.18402-0.912c0.23466-0.33067 0.51732-0.61333 0.84802-0.848 0.3413-0.23467 0.72-0.416 1.136-0.544 0.4266-0.128 0.8693-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1387 0.2133-0.3307 0.416-0.576 0.608-0.2347 0.192-0.5174 0.3467-0.848 0.464-0.32 0.128-0.6774 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8426-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2347-0.1387-0.5227-0.2507-0.864-0.336-0.3307-0.096-0.6827-0.144-1.056-0.144-0.704 0-1.2054 0.1387-1.504 0.416-0.2987 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368zm6.0204 1.152V3.54461h1.728v3.136l-0.096 1.28h0.096c0.224-0.39467 0.5653-0.72 1.024-0.976 0.4693-0.26667 0.9866-0.4 1.552-0.4 0.6826 0 1.248 0.13867 1.696 0.416 0.4586 0.27733 0.8 0.66133 1.024 1.152 0.224 0.48 0.336 1.04533 0.336 1.696v5.15199h-1.712v-4.928c0-0.43732-0.0854-0.79466-0.256-1.07199-0.16-0.27733-0.3734-0.48533-0.64-0.624-0.2667-0.13867-0.5654-0.208-0.896-0.208-0.416 0-0.784 0.11733-1.104 0.352-0.32 0.23467-0.5707 0.544-0.752 0.928-0.1814 0.37333-0.272 0.77329-0.272 1.19999v4.352h-1.728zm8.9181 3.616c-0.1707 0-0.3254-0.0107-0.464-0.032-0.1494-0.0213-0.2934-0.048-0.432-0.08v-1.664c0.096 0.0533 0.2133 0.1013 0.352 0.144 0.1386 0.0427 0.272 0.064 0.4 0.064 0.2986 0 0.512-0.096 0.64-0.288 0.128-0.1813 0.192-0.448 0.192-0.8V6.84061h1.728v9.13599c0 0.6293-0.1067 1.136-0.32 1.52-0.2027 0.384-0.4854 0.6667-0.848 0.848-0.3627 0.1813-0.7787 0.272-1.248 0.272zm1.552-12.97599c-0.32 0-0.5974-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2346-0.224 0.512-0.336 0.832-0.336 0.3306 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5014 0.336-0.832 0.336zm6.9199 9.61599c-0.8427 0-1.584-0.192-2.224-0.576-0.64-0.384-1.1414-0.9013-1.504-1.552-0.3627-0.6613-0.544-1.3973-0.544-2.208 0-0.8107 0.1813-1.54132 0.544-2.19199 0.3626-0.66133 0.864-1.184 1.504-1.568 0.64-0.384 1.3813-0.576 2.224-0.576 0.832 0 1.568 0.19733 2.208 0.592 0.64 0.384 1.1413 0.90133 1.504 1.552 0.3626 0.65067 0.544 1.38129 0.544 2.19199 0 0.8107-0.1814 1.5467-0.544 2.208-0.3627 0.6507-0.864 1.168-1.504 1.552-0.64 0.384-1.376 0.576-2.208 0.576zm0-1.584c0.448 0 0.864-0.1067 1.248-0.32 0.384-0.224 0.6933-0.5387 0.928-0.944 0.2453-0.416 0.368-0.912 0.368-1.488s-0.1227-1.06666-0.368-1.47199c-0.2347-0.416-0.544-0.73067-0.928-0.944-0.384-0.224-0.8-0.336-1.248-0.336-0.448 0-0.8694 0.112-1.264 0.336-0.384 0.21333-0.6987 0.528-0.944 0.944-0.2347 0.40533-0.352 0.89599-0.352 1.47199s0.1173 1.072 0.352 1.488c0.2453 0.4053 0.5653 0.72 0.96 0.944 0.3946 0.2133 0.8106 0.32 1.248 0.32zm5.9692 1.328V6.84061h1.728v8.15999h-1.728zm0.864-9.35999c-0.32 0-0.5973-0.112-0.832-0.336-0.224-0.23467-0.336-0.512-0.336-0.832 0-0.33067 0.112-0.60267 0.336-0.816 0.2347-0.224 0.512-0.336 0.832-0.336 0.3307 0 0.608 0.112 0.832 0.336 0.224 0.21333 0.336 0.48533 0.336 0.816 0 0.32-0.112 0.59733-0.336 0.832-0.224 0.224-0.5013 0.336-0.832 0.336zm2.5199 1.2h1.424v-2.304h1.728v2.304h2v1.504h-2v3.91999c0 0.4053 0.08 0.7147 0.24 0.928 0.1706 0.2133 0.4533 0.32 0.848 0.32 0.192 0 0.3626-0.0267 0.512-0.08 0.1493-0.064 0.2986-0.1387 0.448-0.224v1.68c-0.1814 0.0747-0.3734 0.1333-0.576 0.176-0.2027 0.0427-0.4427 0.064-0.72 0.064-0.7574 0-1.36-0.2187-1.808-0.656-0.448-0.448-0.672-1.0613-0.672-1.84V8.34461h-1.424v-1.504zm9.3637 8.41599c-0.5866 0-1.1093-0.1173-1.568-0.352-0.448-0.2347-0.8053-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.1494-1.0827 0.448-1.488 0.3094-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.0774-0.31999 1.696-0.31999 0.3414 0 0.656 0.02667 0.944 0.08 0.2987 0.04267 0.5547 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.8106 0.096-1.184 0.288-0.3733 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.2347-0.33067 0.5174-0.61333 0.848-0.848 0.3414-0.23467 0.72-0.416 1.136-0.544 0.4267-0.128 0.8694-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.1386 0.2133-0.3306 0.416-0.576 0.608-0.2346 0.192-0.5173 0.3467-0.848 0.464-0.32 0.128-0.6773 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.8427-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.2346-0.1387-0.5226-0.2507-0.864-0.336-0.3306-0.096-0.6826-0.144-1.056-0.144-0.704 0-1.2053 0.1387-1.504 0.416-0.2986 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
3
|
-
<group>
|
|
4
|
-
<group>
|
|
5
|
-
<path android:pathData="M88.3563 3.42339v4.73836h2.9221c0.6961 0 1.2717-0.23394 1.7271-0.70182 0.4673-0.4668 0.7015-1.02349 0.7015-1.6679 0-0.63142-0.2342-1.18162-0.7015-1.64949-0.4554-0.4798-1.031-0.72024-1.7271-0.72024h-2.9221v0.00109zm0 6.40627v5.49654h-1.7456V1.75549h4.6297c1.1765 0 2.175 0.39207 2.9979 1.17512 0.8349 0.78304 1.2523 1.73721 1.2523 2.86142 0 1.15021-0.4175 2.11088-1.2523 2.88093-0.81 0.77113-1.8096 1.15562-2.9979 1.15562h-2.8841v0.00108zM97.2546 12.4831c0 0.4548 0.193 0.8339 0.5791 1.1372 0.3858 0.3032 0.838 0.4549 1.3563 0.4549 0.7339 0 1.388-0.272 1.963-0.8145 0.576-0.5437 0.864-1.1816 0.864-1.9138-0.545-0.4299-1.304-0.6444-2.2774-0.6444-0.709 0-1.2999 0.1711-1.7737 0.5123-0.4739 0.3411-0.7113 0.7625-0.7113 1.2683m2.2584-6.74744c1.29 0 2.308 0.34441 3.056 1.03323 0.745 0.68882 1.118 1.63324 1.118 2.83327v5.72394h-1.669v-1.2888h-0.076c-0.721 1.0612-1.683 1.5921-2.8842 1.5921-1.0246 0-1.8823-0.3033-2.5709-0.9098-0.6894-0.6065-1.0342-1.3647-1.0342-2.2744 0-0.9607 0.3631-1.7244 1.0906-2.2929 0.7275-0.56855 1.698-0.8534 2.9124-0.8534 1.0363 0 1.8903 0.18954 2.5613 0.56861V9.46894c0-0.60651-0.241-1.12096-0.721-1.54443-0.482-0.42348-1.044-0.63467-1.6886-0.63467-0.9748 0-1.7456 0.41048-2.3148 1.23251l-1.5375-0.96716c0.8478-1.21302 2.1001-1.81953 3.7579-1.81953M113.269 6.03894l-5.826 13.38116h-1.802l2.163-4.6821-3.833-8.69906h1.898l2.77 6.67166h0.038l2.694-6.67166h1.898z" android:fillColor="#ffffff" android:fillType="evenOdd"/>
|
|
6
|
-
</group>
|
|
7
|
-
<group>
|
|
8
|
-
<path android:pathData="M81.3029 8.64473c0-0.5491-0.0467-1.07872-0.1345-1.58559h-7.3619v3.00336h4.2166c-0.1811 0.9789-0.7287 1.8119-1.5592 2.3697v1.9506h2.5165c1.4735-1.3582 2.3225-3.3651 2.3225-5.73807" android:fillColor="#4285f4" android:fillType="evenOdd"/>
|
|
9
|
-
<path android:pathData="M73.8065 16.2651c2.1066 0 3.8804-0.691 5.1739-1.8823l-2.5165-1.9506c-0.7004 0.4711-1.6025 0.7462-2.6574 0.7462-2.0362 0-3.7645-1.3711-4.3825-3.21881h-2.5924v2.00911c1.2848 2.5473 3.9249 4.2964 6.9749 4.2964" android:fillColor="#34a853" android:fillType="evenOdd"/>
|
|
10
|
-
<path android:pathData="M69.424 9.9596c-0.1583-0.47113-0.245-0.97367-0.245-1.49245s0.0867-1.02132 0.245-1.49245V4.96564h-2.5924C66.3003 6.01837 66 7.20756 66 8.46715c0 1.25959 0.3003 2.44885 0.8316 3.50155l2.5924-2.0091z" android:fillColor="#fabb05" android:fillType="evenOdd"/>
|
|
11
|
-
<path android:pathData="M73.8065 3.75583c1.1503 0 2.1814 0.39532 2.9946 1.1697v0.00108l2.2281-2.22567c-1.3531-1.25851-3.1172-2.031812-5.2227-2.031812-3.05 0-5.6901 1.749132-6.9749 4.296472l2.5924 2.00907c0.618-1.84769 2.3463-3.21884 4.3825-3.21884" android:fillColor="#e94235" android:fillType="evenOdd"/>
|
|
12
|
-
</group>
|
|
13
|
-
</group>
|
|
14
|
-
<path android:pathData="M114.674 15.0006V3.54461h1.728V15.0006h-1.728zm3.931 0V3.54461h1.728V15.0006h-1.728zm6.397 0.256c-0.586 0-1.109-0.1173-1.568-0.352-0.448-0.2347-0.805-0.5547-1.072-0.96-0.256-0.416-0.384-0.8907-0.384-1.424 0-0.5867 0.15-1.0827 0.448-1.488 0.31-0.4053 0.72-0.7147 1.232-0.928 0.512-0.21332 1.078-0.31999 1.696-0.31999 0.342 0 0.656 0.02667 0.944 0.08 0.299 0.04267 0.555 0.096 0.768 0.15999 0.224 0.064 0.4 0.1333 0.528 0.208V9.80061c0-0.53333-0.192-0.96-0.576-1.28-0.384-0.32-0.88-0.48-1.488-0.48-0.416 0-0.81 0.096-1.184 0.288-0.373 0.18133-0.672 0.432-0.896 0.752l-1.184-0.912c0.235-0.33067 0.518-0.61333 0.848-0.848 0.342-0.23467 0.72-0.416 1.136-0.544 0.427-0.128 0.87-0.192 1.328-0.192 1.184 0 2.096 0.29333 2.736 0.88 0.64 0.576 0.96 1.38667 0.96 2.432v5.10399h-1.68v-1.008h-0.096c-0.138 0.2133-0.33 0.416-0.576 0.608-0.234 0.192-0.517 0.3467-0.848 0.464-0.32 0.128-0.677 0.192-1.072 0.192zm0.304-1.408c0.448 0 0.843-0.1067 1.184-0.32 0.352-0.2133 0.624-0.4907 0.816-0.832 0.192-0.352 0.288-0.7307 0.288-1.136-0.234-0.1387-0.522-0.2507-0.864-0.336-0.33-0.096-0.682-0.144-1.056-0.144-0.704 0-1.205 0.1387-1.504 0.416-0.298 0.2773-0.448 0.624-0.448 1.04 0 0.384 0.144 0.6987 0.432 0.944 0.288 0.2453 0.672 0.368 1.152 0.368z" android:fillColor="#ffffff"/>
|
|
15
|
-
</vector>
|