@westpac/ui 1.0.0-canary.8 → 1.0.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 +409 -6
- package/assets/icons/filled/arrow-back-filled.svg +3 -0
- package/assets/icons/filled/arrow-down-filled.svg +3 -0
- package/assets/icons/filled/arrow-forward-filled.svg +3 -0
- package/assets/icons/filled/arrow-up-filled.svg +3 -0
- package/assets/icons/outlined/arrow-back-outlined.svg +3 -0
- package/assets/icons/outlined/arrow-down-outlined.svg +3 -0
- package/assets/icons/outlined/arrow-forward-outlined.svg +3 -0
- package/assets/icons/outlined/arrow-up-outlined.svg +3 -0
- package/assets/logos-symbols/dark/AmericanExpressSymbol-Dm.svg +27 -0
- package/assets/logos-symbols/dark/ApplePaySymbol-Dm.svg +16 -0
- package/assets/logos-symbols/dark/AppleStoreInverseSymbol-Dm.svg +16 -0
- package/assets/logos-symbols/dark/AppleStoreSymbol-Dm.svg +16 -0
- package/assets/logos-symbols/dark/BOMLogo-Dm.svg +44 -0
- package/assets/logos-symbols/{BOMShieldLogo.svg → dark/BOMShieldLogo-Dm.svg} +2 -2
- package/assets/logos-symbols/dark/BPAYLandSymbol-Dm.svg +11 -0
- package/assets/logos-symbols/dark/BPAYPortSymbol-Dm.svg +11 -0
- package/assets/logos-symbols/dark/BSALogo-Dm.svg +16 -0
- package/assets/logos-symbols/dark/BSAStackedLogo-Dm.svg +16 -0
- package/assets/logos-symbols/dark/BTLogo-Dm.svg +5 -0
- package/assets/logos-symbols/dark/BTLogoReversed-Dm.svg +5 -0
- package/assets/logos-symbols/{PanoramaLogoReversed.svg → dark/BTPanoramaLogo-Dm.svg} +12 -12
- package/assets/logos-symbols/{PanoramaLogo.svg → dark/BTPanoramaReversedLogo-Dm.svg} +12 -12
- package/assets/logos-symbols/dark/FacebookCircularSymbol-Dm.svg +4 -0
- package/assets/logos-symbols/dark/FacebookSymbol-Dm.svg +5 -0
- package/assets/logos-symbols/dark/GooglePayInverseSymbol-Dm.svg +11 -0
- package/assets/logos-symbols/dark/GooglePaySymbol-Dm.svg +11 -0
- package/assets/logos-symbols/dark/GoogleStoreSymbol-Dm.svg +23 -0
- package/assets/logos-symbols/dark/InstagramSymbol-Dm.svg +11 -0
- package/assets/logos-symbols/{LinkedInSymbol.svg → dark/LinkedInSymbol-Dm.svg} +4 -4
- package/assets/logos-symbols/dark/MastercardSymbol-Dm.svg +12 -0
- package/assets/logos-symbols/dark/PayIDInverseSymbol-Dm.svg +10 -0
- package/assets/logos-symbols/dark/PayIDSymbol-Dm.svg +10 -0
- package/assets/logos-symbols/dark/PayToInverseSymbol-Dm.svg +10 -0
- package/assets/logos-symbols/dark/PayToSymbol-Dm.svg +10 -0
- package/assets/logos-symbols/dark/STGDragonLogo-Dm.svg +23 -0
- package/assets/logos-symbols/dark/STGLogo-Dm.svg +32 -0
- package/assets/logos-symbols/{SamsungPayButtonBlack.svg → dark/SamsungPayButtonInverseSymbol-Dm.svg} +7 -7
- package/assets/logos-symbols/dark/SamsungPayButtonSymbol-Dm.svg +21 -0
- package/assets/logos-symbols/dark/VisaBlueSymbol-Dm.svg +11 -0
- package/assets/logos-symbols/dark/VisaWhiteSymbol-Dm.svg +11 -0
- package/assets/logos-symbols/{WBCLogo.svg → dark/WBCLogo-Dm.svg} +2 -2
- package/assets/logos-symbols/dark/WBGInternalLogo-Dm.svg +12 -0
- package/assets/logos-symbols/dark/WBGLogo-Dm.svg +11 -0
- package/assets/logos-symbols/dark/XSymbol-Dm.svg +11 -0
- package/assets/logos-symbols/dark/YouTubeSymbol-Dm.svg +5 -0
- package/assets/logos-symbols/dark/eftposHorizontalInverseSymbol-Dm.svg +21 -0
- package/assets/logos-symbols/dark/eftposHorizontalSymbol-Dm.svg +21 -0
- package/assets/logos-symbols/dark/eftposVerticalInverseSymbol-Dm.svg +21 -0
- package/assets/logos-symbols/dark/eftposVerticalSymbol-Dm.svg +21 -0
- package/assets/logos-symbols/light/AmericanExpressSymbol-Lm.svg +27 -0
- package/assets/logos-symbols/light/ApplePaySymbol-Lm.svg +16 -0
- package/assets/logos-symbols/light/AppleStoreInverseSymbol-Lm.svg +16 -0
- package/assets/logos-symbols/light/AppleStoreSymbol-Lm.svg +16 -0
- package/assets/logos-symbols/light/BOMLogo-Lm.svg +44 -0
- package/assets/logos-symbols/light/BOMShieldLogo-Lm.svg +29 -0
- package/assets/logos-symbols/light/BPAYLandSymbol-Lm.svg +11 -0
- package/assets/logos-symbols/light/BPAYPortSymbol-Lm.svg +11 -0
- package/assets/logos-symbols/light/BSALogo-Lm.svg +16 -0
- package/assets/logos-symbols/light/BSAStackedLogo-Lm.svg +16 -0
- package/assets/logos-symbols/light/BTLogo-Lm.svg +5 -0
- package/assets/logos-symbols/light/BTLogoReversed-Lm.svg +5 -0
- package/assets/logos-symbols/light/BTPanoramaLogo-Lm.svg +20 -0
- package/assets/logos-symbols/light/BTPanoramaReversedLogo-Lm.svg +20 -0
- package/assets/logos-symbols/light/FacebookCircularSymbol-Lm.svg +4 -0
- package/assets/logos-symbols/light/FacebookSymbol-Lm.svg +5 -0
- package/assets/logos-symbols/light/GooglePayInverseSymbol-Lm.svg +11 -0
- package/assets/logos-symbols/light/GooglePaySymbol-Lm.svg +11 -0
- package/assets/logos-symbols/light/GoogleStoreSymbol-Lm.svg +23 -0
- package/assets/logos-symbols/light/InstagramSymbol-Lm.svg +11 -0
- package/assets/logos-symbols/light/LinkedInSymbol-Lm.svg +13 -0
- package/assets/logos-symbols/light/MastercardSymbol-Lm.svg +12 -0
- package/assets/logos-symbols/light/PayIDInverseSymbol-Lm.svg +10 -0
- package/assets/logos-symbols/light/PayIDSymbol-Lm.svg +10 -0
- package/assets/logos-symbols/light/PayToInverseSymbol-Lm.svg +10 -0
- package/assets/logos-symbols/light/PayToSymbol-Lm.svg +10 -0
- package/assets/logos-symbols/light/STGDragonLogo-Lm.svg +23 -0
- package/assets/logos-symbols/light/STGLogo-Lm.svg +32 -0
- package/assets/logos-symbols/{SamsungPayButtonWhite.svg → light/SamsungPayButtonInverseSymbol-Lm.svg} +7 -7
- package/assets/logos-symbols/light/SamsungPayButtonSymbol-Lm.svg +21 -0
- package/assets/logos-symbols/light/VisaBlueSymbol-Lm.svg +11 -0
- package/assets/logos-symbols/light/VisaWhiteSymbol-Lm.svg +11 -0
- package/assets/logos-symbols/light/WBCLogo-Lm.svg +12 -0
- package/assets/logos-symbols/light/WBGInternalLogo-Lm.svg +12 -0
- package/assets/logos-symbols/light/WBGLogo-Lm.svg +11 -0
- package/assets/logos-symbols/{XSymbol.svg → light/XSymbol-Lm.svg} +2 -2
- package/assets/logos-symbols/light/YouTubeSymbol-Lm.svg +5 -0
- package/assets/logos-symbols/light/eftposHorizontalInverseSymbol-Lm.svg +21 -0
- package/assets/logos-symbols/light/eftposHorizontalSymbol-Lm.svg +21 -0
- package/assets/logos-symbols/light/eftposVerticalInverseSymbol-Lm.svg +21 -0
- package/assets/logos-symbols/light/eftposVerticalSymbol-Lm.svg +21 -0
- package/dist/component-type.json +1 -1
- package/dist/components/autocomplete/components/autocomplete-list-box/autocomplete-list-box.component.js +1 -1
- package/dist/components/autocomplete/components/autocomplete-popover/autocomplete-popover.component.js +4 -2
- package/dist/components/bottom-sheet/bottom-sheet.component.js +1 -1
- package/dist/components/button/button.component.js +3 -2
- package/dist/components/button-group/components/button-group-button/button-group-button.component.js +2 -2
- package/dist/components/checkbox-group/checkbox-group.component.js +2 -2
- package/dist/components/compacta/components/compacta-item/compacta-item.component.js +2 -2
- package/dist/components/date-picker/components/date-field/components/date-segment/date-segment.component.js +0 -1
- package/dist/components/date-picker/components/date-field/components/date-segment/date-segment.styles.d.ts +2 -14
- package/dist/components/date-picker/components/date-field/components/date-segment/date-segment.styles.js +2 -6
- package/dist/components/date-picker/components/popover/popover.styles.js +1 -1
- package/dist/components/date-picker/date-picker.component.d.ts +1 -1
- package/dist/components/date-picker/date-picker.component.js +11 -2
- package/dist/components/date-picker/date-picker.styles.d.ts +45 -30
- package/dist/components/date-picker/date-picker.styles.js +22 -17
- package/dist/components/date-picker/date-picker.types.d.ts +11 -2
- package/dist/components/header/header.component.js +8 -3
- package/dist/components/icon/components/arrow-back-icon.d.ts +2 -0
- package/dist/components/icon/components/arrow-back-icon.js +12 -0
- package/dist/components/icon/components/arrow-down-icon.d.ts +2 -0
- package/dist/components/icon/components/arrow-down-icon.js +12 -0
- package/dist/components/icon/components/arrow-forward-icon.d.ts +2 -0
- package/dist/components/icon/components/arrow-forward-icon.js +12 -0
- package/dist/components/icon/components/arrow-up-icon.d.ts +2 -0
- package/dist/components/icon/components/arrow-up-icon.js +12 -0
- package/dist/components/icon/icon.styles.js +5 -5
- package/dist/components/icon/index.d.ts +4 -0
- package/dist/components/icon/index.js +4 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/input-group/components/input-group-supporting-text/input-group-supporting-text.styles.d.ts +1 -1
- package/dist/components/input-group/components/input-group-supporting-text/input-group-supporting-text.styles.js +1 -1
- package/dist/components/link/link.styles.d.ts +0 -6
- package/dist/components/link/link.styles.js +5 -7
- package/dist/components/modal/components/modal-dialog/components/modal-dialog-body/modal-dialog-body.styles.js +1 -1
- package/dist/components/modal/components/modal-dialog/modal-dialog.styles.js +1 -1
- package/dist/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.component.d.ts +2 -0
- package/dist/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.component.js +20 -0
- package/dist/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.styles.d.ts +37 -0
- package/dist/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.styles.js +8 -0
- package/dist/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.types.d.ts +5 -0
- package/dist/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.types.js +1 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.component.d.ts +2 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.component.js +31 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.styles.d.ts +25 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.styles.js +6 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.types.d.ts +4 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.types.js +1 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.component.d.ts +2 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.component.js +62 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.styles.d.ts +82 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.styles.js +32 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.types.d.ts +8 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.types.js +1 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-select-all-option/multi-select-select-all-option.component.d.ts +1 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-select-all-option/multi-select-select-all-option.component.js +93 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-select-all-option/multi-select-select-all-option.styles.d.ts +64 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-select-all-option/multi-select-select-all-option.styles.js +26 -0
- package/dist/components/multi-select/components/multi-select-list-box/multi-select-list-box.component.d.ts +2 -0
- package/dist/components/multi-select/components/multi-select-list-box/multi-select-list-box.component.js +35 -0
- package/dist/components/multi-select/components/multi-select-list-box/multi-select-list-box.styles.d.ts +43 -0
- package/dist/components/multi-select/components/multi-select-list-box/multi-select-list-box.styles.js +9 -0
- package/dist/components/multi-select/components/multi-select-list-box/multi-select-list-box.types.d.ts +5 -0
- package/dist/components/multi-select/components/multi-select-list-box/multi-select-list-box.types.js +1 -0
- package/dist/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.component.d.ts +2 -0
- package/dist/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.component.js +121 -0
- package/dist/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.styles.d.ts +259 -0
- package/dist/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.styles.js +91 -0
- package/dist/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.types.d.ts +16 -0
- package/dist/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.types.js +1 -0
- package/dist/components/multi-select/components/multi-select-popover/multi-select-popover.component.d.ts +2 -0
- package/dist/components/multi-select/components/multi-select-popover/multi-select-popover.component.js +52 -0
- package/dist/components/multi-select/components/multi-select-popover/multi-select-popover.styles.d.ts +31 -0
- package/dist/components/multi-select/components/multi-select-popover/multi-select-popover.styles.js +7 -0
- package/dist/components/multi-select/components/multi-select-popover/multi-select-popover.types.d.ts +6 -0
- package/dist/components/multi-select/components/multi-select-popover/multi-select-popover.types.js +1 -0
- package/dist/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.component.d.ts +2 -0
- package/dist/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.component.js +74 -0
- package/dist/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.styles.d.ts +31 -0
- package/dist/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.styles.js +7 -0
- package/dist/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.types.d.ts +6 -0
- package/dist/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.types.js +1 -0
- package/dist/components/multi-select/index.d.ts +2 -0
- package/dist/components/multi-select/index.js +1 -0
- package/dist/components/multi-select/multi-select.component.d.ts +7 -0
- package/dist/components/multi-select/multi-select.component.js +95 -0
- package/dist/components/multi-select/multi-select.styles.d.ts +25 -0
- package/dist/components/multi-select/multi-select.styles.js +6 -0
- package/dist/components/multi-select/multi-select.types.d.ts +61 -0
- package/dist/components/multi-select/multi-select.types.js +1 -0
- package/dist/components/multi-select/utils/filter-nodes.d.ts +2 -0
- package/dist/components/multi-select/utils/filter-nodes.js +25 -0
- package/dist/components/pictogram/pictogram.styles.d.ts +6 -9
- package/dist/components/pictogram/pictogram.styles.js +2 -3
- package/dist/components/pictogram/pictogram.types.d.ts +1 -1
- package/dist/components/popover/components/panel/panel.component.d.ts +1 -1
- package/dist/components/popover/components/panel/panel.component.js +35 -17
- package/dist/components/popover/components/panel/panel.hook.d.ts +4 -1
- package/dist/components/popover/components/panel/panel.hook.js +96 -19
- package/dist/components/popover/components/panel/panel.styles.js +2 -2
- package/dist/components/popover/components/panel/panel.types.d.ts +8 -0
- package/dist/components/popover/popover.component.js +14 -4
- package/dist/components/radio-group/radio-group.component.js +2 -2
- package/dist/components/selector/components/selector-button-group/selector-button-group.component.d.ts +2 -1
- package/dist/components/selector/components/selector-button-group/selector-button-group.component.js +1 -1
- package/dist/components/selector/components/selector-checkbox-group/components/selector-checkbox-group-option/selector-checkbox-group-option.component.js +1 -0
- package/dist/components/selector/components/selector-checkbox-group/selector-checkbox-group.component.js +2 -2
- package/dist/components/selector/components/selector-link-group/selector-link-group.component.d.ts +2 -1
- package/dist/components/selector/components/selector-link-group/selector-link-group.component.js +1 -1
- package/dist/components/selector/components/selector-radio-group/components/selector-radio-group-option/selector-radio-group-option.component.js +1 -0
- package/dist/components/selector/components/selector-radio-group/selector-radio-group.component.js +2 -2
- package/dist/components/symbol/components/logos/bom-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/bom-logo.js +94 -146
- package/dist/components/symbol/components/logos/bom-multibrand-large-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/bom-multibrand-large-logo.js +63 -67
- package/dist/components/symbol/components/logos/bom-multibrand-small-logo.js +60 -60
- package/dist/components/symbol/components/logos/bom-shield-logo.js +49 -41
- package/dist/components/symbol/components/logos/bsa-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/bsa-logo.js +25 -31
- package/dist/components/symbol/components/logos/bsa-multibrand-large-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/bsa-multibrand-large-logo.js +10 -12
- package/dist/components/symbol/components/logos/bsa-multibrand-small-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/bsa-multibrand-small-logo.js +10 -12
- package/dist/components/symbol/components/logos/bsa-stacked-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/bsa-stacked-logo.js +25 -31
- package/dist/components/symbol/components/logos/bt-logo.js +4 -4
- package/dist/components/symbol/components/logos/bt-multibrand-large-logo.js +4 -4
- package/dist/components/symbol/components/logos/bt-multibrand-small-logo.js +7 -7
- package/dist/components/symbol/components/logos/bt-panorama-logo.js +19 -19
- package/dist/components/symbol/components/logos/bt-panorama-reversed-logo.js +19 -19
- package/dist/components/symbol/components/logos/bt-reversed-logo.js +4 -4
- package/dist/components/symbol/components/logos/stg-dragon-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/stg-dragon-logo.js +28 -18
- package/dist/components/symbol/components/logos/stg-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/stg-logo.js +37 -27
- package/dist/components/symbol/components/logos/stg-multibrand-large-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/stg-multibrand-large-logo.js +18 -15
- package/dist/components/symbol/components/logos/stg-multibrand-small-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/stg-multibrand-small-logo.js +18 -16
- package/dist/components/symbol/components/logos/wbc-logo.js +13 -7
- package/dist/components/symbol/components/logos/wbc-multibrand-large-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/wbc-multibrand-large-logo.js +8 -5
- package/dist/components/symbol/components/logos/wbc-multibrand-small-logo.js +4 -3
- package/dist/components/symbol/components/logos/wbg-internal-logo.d.ts +2 -0
- package/dist/components/symbol/components/logos/wbg-internal-logo.js +36 -0
- package/dist/components/symbol/components/logos/wbg-logo.d.ts +2 -0
- package/dist/components/symbol/components/logos/wbg-logo.js +27 -0
- package/dist/components/symbol/components/logos/wbg-multibrand-large-logo.d.ts +2 -0
- package/dist/components/symbol/components/logos/wbg-multibrand-large-logo.js +25 -0
- package/dist/components/symbol/components/logos/wbg-multibrand-small-logo.d.ts +2 -0
- package/dist/components/symbol/components/logos/wbg-multibrand-small-logo.js +21 -0
- package/dist/components/symbol/components/symbols/american-express-symbol.js +65 -15
- package/dist/components/symbol/components/symbols/apple-pay-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/apple-pay-symbol.js +42 -0
- package/dist/components/symbol/components/symbols/apple-store-inverse-symbol.js +26 -25
- package/dist/components/symbol/components/symbols/apple-store-symbol.js +26 -25
- package/dist/components/symbol/components/symbols/bpay-land-symbol.js +14 -10
- package/dist/components/symbol/components/symbols/bpay-port-symbol.js +14 -10
- package/dist/components/symbol/components/symbols/eftpos-horizontal-inverse-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/eftpos-horizontal-inverse-symbol.js +56 -0
- package/dist/components/symbol/components/symbols/eftpos-horizontal-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/eftpos-horizontal-symbol.js +56 -0
- package/dist/components/symbol/components/symbols/{pay-to-wordmark-dark-grey-symbol.d.ts → eftpos-vertical-inverse-symbol.d.ts} +1 -1
- package/dist/components/symbol/components/symbols/eftpos-vertical-inverse-symbol.js +56 -0
- package/dist/components/symbol/components/symbols/{pay-to-light-grey-symbol.d.ts → eftpos-vertical-symbol.d.ts} +1 -1
- package/dist/components/symbol/components/symbols/eftpos-vertical-symbol.js +56 -0
- package/dist/components/symbol/components/symbols/facebook-circular-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/facebook-circular-symbol.js +17 -0
- package/dist/components/symbol/components/symbols/facebook-symbol.js +9 -11
- package/dist/components/symbol/components/symbols/google-pay-inverse-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/google-pay-inverse-symbol.js +38 -0
- package/dist/components/symbol/components/symbols/google-pay-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/google-pay-symbol.js +38 -0
- package/dist/components/symbol/components/symbols/google-store-symbol.js +64 -121
- package/dist/components/symbol/components/symbols/instagram-symbol.js +15 -43
- package/dist/components/symbol/components/symbols/linked-in-symbol.js +19 -17
- package/dist/components/symbol/components/symbols/mastercard-symbol.js +16 -16
- package/dist/components/symbol/components/symbols/{x-mark-inverse-symbol.d.ts → pay-id-inverse-symbol.d.ts} +1 -1
- package/dist/components/symbol/components/symbols/pay-id-inverse-symbol.js +24 -0
- package/dist/components/symbol/components/symbols/pay-id-symbol.js +12 -2
- package/dist/components/symbol/components/symbols/pay-to-inverse-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-inverse-symbol.js +22 -0
- package/dist/components/symbol/components/symbols/{x-mark-symbol.d.ts → pay-to-symbol.d.ts} +1 -1
- package/dist/components/symbol/components/symbols/pay-to-symbol.js +22 -0
- package/dist/components/symbol/components/symbols/samsung-pay-button-inverse-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/samsung-pay-button-inverse-symbol.js +55 -0
- package/dist/components/symbol/components/symbols/samsung-pay-button-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/samsung-pay-button-symbol.js +55 -0
- package/dist/components/symbol/components/symbols/visa-blue-symbol.js +12 -6
- package/dist/components/symbol/components/symbols/visa-white-symbol.js +12 -6
- package/dist/components/symbol/components/symbols/x-symbol.js +4 -4
- package/dist/components/symbol/components/symbols/youtube-symbol.js +8 -26
- package/dist/components/symbol/index.d.ts +17 -23
- package/dist/components/symbol/index.js +17 -23
- package/dist/components/symbol/symbol.types.d.ts +0 -4
- package/dist/components/tooltip/components/tooltip-content/tooltip-content.component.d.ts +1 -1
- package/dist/components/tooltip/components/tooltip-content/tooltip-content.component.js +4 -2
- package/dist/components/tooltip/components/tooltip-content/tooltip-content.styles.d.ts +16 -1
- package/dist/components/tooltip/components/tooltip-content/tooltip-content.styles.js +7 -1
- package/dist/components/tooltip/components/tooltip-content/tooltip-content.types.d.ts +1 -0
- package/dist/components/tooltip/tooltip.component.d.ts +1 -1
- package/dist/components/tooltip/tooltip.component.js +5 -4
- package/dist/components/tooltip/tooltip.types.d.ts +3 -0
- package/dist/css/westpac-ui.css +284 -165
- package/dist/css/westpac-ui.min.css +284 -165
- package/package.json +18 -14
- package/src/components/autocomplete/components/autocomplete-list-box/autocomplete-list-box.component.tsx +1 -1
- package/src/components/autocomplete/components/autocomplete-popover/autocomplete-popover.component.tsx +2 -2
- package/src/components/bottom-sheet/bottom-sheet.component.tsx +1 -1
- package/src/components/button/button.component.tsx +2 -1
- package/src/components/button-group/components/button-group-button/button-group-button.component.tsx +2 -2
- package/src/components/checkbox-group/checkbox-group.component.tsx +1 -1
- package/src/components/compacta/components/compacta-item/compacta-item.component.tsx +2 -2
- package/src/components/date-picker/components/calendar/components/calendar-cell/calendar-cell.types.ts +0 -4
- package/src/components/date-picker/components/date-field/components/date-segment/date-segment.component.tsx +0 -1
- package/src/components/date-picker/components/date-field/components/date-segment/date-segment.styles.ts +2 -6
- package/src/components/date-picker/components/popover/popover.styles.ts +1 -1
- package/src/components/date-picker/date-picker.component.tsx +15 -2
- package/src/components/date-picker/date-picker.styles.ts +22 -18
- package/src/components/date-picker/date-picker.types.ts +12 -3
- package/src/components/header/header.component.tsx +10 -6
- package/src/components/icon/components/arrow-back-icon.tsx +17 -0
- package/src/components/icon/components/arrow-down-icon.tsx +17 -0
- package/src/components/icon/components/arrow-forward-icon.tsx +17 -0
- package/src/components/icon/components/arrow-up-icon.tsx +17 -0
- package/src/components/icon/icon.styles.ts +5 -5
- package/src/components/icon/index.ts +4 -0
- package/src/components/index.ts +1 -0
- package/src/components/input-group/components/input-group-supporting-text/input-group-supporting-text.styles.ts +1 -1
- package/src/components/link/link.component.tsx +1 -0
- package/src/components/link/link.styles.ts +5 -7
- package/src/components/modal/components/modal-dialog/components/modal-dialog-body/modal-dialog-body.styles.ts +1 -1
- package/src/components/modal/components/modal-dialog/modal-dialog.component.tsx +1 -0
- package/src/components/modal/components/modal-dialog/modal-dialog.styles.ts +1 -1
- package/src/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.component.tsx +26 -0
- package/src/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.styles.ts +9 -0
- package/src/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.types.ts +6 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.component.tsx +42 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.styles.ts +7 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.types.ts +5 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.component.tsx +66 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.styles.ts +33 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.types.ts +7 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-select-all-option/multi-select-select-all-option.component.tsx +104 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-select-all-option/multi-select-select-all-option.styles.ts +21 -0
- package/src/components/multi-select/components/multi-select-list-box/multi-select-list-box.component.tsx +42 -0
- package/src/components/multi-select/components/multi-select-list-box/multi-select-list-box.styles.ts +10 -0
- package/src/components/multi-select/components/multi-select-list-box/multi-select-list-box.types.ts +6 -0
- package/src/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.component.tsx +139 -0
- package/src/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.styles.ts +70 -0
- package/src/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.types.ts +21 -0
- package/src/components/multi-select/components/multi-select-popover/multi-select-popover.component.tsx +64 -0
- package/src/components/multi-select/components/multi-select-popover/multi-select-popover.styles.ts +8 -0
- package/src/components/multi-select/components/multi-select-popover/multi-select-popover.types.ts +8 -0
- package/src/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.component.tsx +81 -0
- package/src/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.styles.ts +8 -0
- package/src/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.types.ts +7 -0
- package/src/components/multi-select/index.ts +2 -0
- package/src/components/multi-select/multi-select.component.tsx +116 -0
- package/src/components/multi-select/multi-select.styles.ts +7 -0
- package/src/components/multi-select/multi-select.types.ts +60 -0
- package/src/components/multi-select/utils/filter-nodes.ts +29 -0
- package/src/components/pictogram/pictogram.styles.ts +2 -3
- package/src/components/pictogram/pictogram.types.ts +1 -1
- package/src/components/popover/components/panel/panel.component.tsx +50 -26
- package/src/components/popover/components/panel/panel.hook.tsx +101 -27
- package/src/components/popover/components/panel/panel.styles.ts +2 -2
- package/src/components/popover/components/panel/panel.types.ts +8 -0
- package/src/components/popover/popover.component.tsx +16 -2
- package/src/components/radio-group/radio-group.component.tsx +1 -1
- package/src/components/selector/components/selector-button-group/selector-button-group.component.tsx +1 -1
- package/src/components/selector/components/selector-checkbox-group/components/selector-checkbox-group-option/selector-checkbox-group-option.component.tsx +6 -1
- package/src/components/selector/components/selector-checkbox-group/selector-checkbox-group.component.tsx +1 -1
- package/src/components/selector/components/selector-link-group/selector-link-group.component.tsx +1 -1
- package/src/components/selector/components/selector-radio-group/components/selector-radio-group-option/selector-radio-group-option.component.tsx +6 -1
- package/src/components/selector/components/selector-radio-group/selector-radio-group.component.tsx +1 -1
- package/src/components/symbol/components/logos/bom-logo.tsx +87 -141
- package/src/components/symbol/components/logos/bom-multibrand-large-logo.tsx +22 -27
- package/src/components/symbol/components/logos/bom-multibrand-small-logo.tsx +20 -20
- package/src/components/symbol/components/logos/bom-shield-logo.tsx +27 -21
- package/src/components/symbol/components/logos/bsa-logo.tsx +49 -57
- package/src/components/symbol/components/logos/bsa-multibrand-large-logo.tsx +28 -31
- package/src/components/symbol/components/logos/bsa-multibrand-small-logo.tsx +28 -31
- package/src/components/symbol/components/logos/bsa-stacked-logo.tsx +49 -57
- package/src/components/symbol/components/logos/bt-logo.tsx +6 -3
- package/src/components/symbol/components/logos/bt-multibrand-large-logo.tsx +4 -4
- package/src/components/symbol/components/logos/bt-multibrand-small-logo.tsx +7 -7
- package/src/components/symbol/components/logos/bt-panorama-logo.tsx +21 -18
- package/src/components/symbol/components/logos/bt-panorama-reversed-logo.tsx +21 -18
- package/src/components/symbol/components/logos/bt-reversed-logo.tsx +6 -3
- package/src/components/symbol/components/logos/stg-dragon-logo.tsx +77 -68
- package/src/components/symbol/components/logos/stg-logo.tsx +113 -104
- package/src/components/symbol/components/logos/stg-multibrand-large-logo.tsx +45 -42
- package/src/components/symbol/components/logos/stg-multibrand-small-logo.tsx +44 -42
- package/src/components/symbol/components/logos/wbc-logo.tsx +16 -9
- package/src/components/symbol/components/logos/wbc-multibrand-large-logo.tsx +22 -19
- package/src/components/symbol/components/logos/wbc-multibrand-small-logo.tsx +3 -2
- package/src/components/symbol/components/logos/wbg-internal-logo.tsx +51 -0
- package/src/components/symbol/components/logos/wbg-logo.tsx +41 -0
- package/src/components/symbol/components/logos/wbg-multibrand-large-logo.tsx +38 -0
- package/src/components/symbol/components/logos/wbg-multibrand-small-logo.tsx +38 -0
- package/src/components/symbol/components/symbols/american-express-symbol.tsx +73 -17
- package/src/components/symbol/components/symbols/apple-pay-symbol.tsx +61 -0
- package/src/components/symbol/components/symbols/apple-store-inverse-symbol.tsx +22 -20
- package/src/components/symbol/components/symbols/apple-store-symbol.tsx +21 -19
- package/src/components/symbol/components/symbols/bpay-land-symbol.tsx +10 -3
- package/src/components/symbol/components/symbols/bpay-port-symbol.tsx +10 -3
- package/src/components/symbol/components/symbols/eftpos-horizontal-inverse-symbol.tsx +74 -0
- package/src/components/symbol/components/symbols/eftpos-horizontal-symbol.tsx +74 -0
- package/src/components/symbol/components/symbols/eftpos-vertical-inverse-symbol.tsx +74 -0
- package/src/components/symbol/components/symbols/eftpos-vertical-symbol.tsx +74 -0
- package/src/components/symbol/components/symbols/facebook-circular-symbol.tsx +32 -0
- package/src/components/symbol/components/symbols/facebook-symbol.tsx +12 -7
- package/src/components/symbol/components/symbols/google-pay-inverse-symbol.tsx +60 -0
- package/src/components/symbol/components/symbols/google-pay-symbol.tsx +60 -0
- package/src/components/symbol/components/symbols/google-store-symbol.tsx +79 -99
- package/src/components/symbol/components/symbols/instagram-symbol.tsx +12 -24
- package/src/components/symbol/components/symbols/linked-in-symbol.tsx +17 -7
- package/src/components/symbol/components/symbols/mastercard-symbol.tsx +13 -16
- package/src/components/symbol/components/symbols/pay-id-inverse-symbol.tsx +37 -0
- package/src/components/symbol/components/symbols/pay-id-symbol.tsx +13 -4
- package/src/components/symbol/components/symbols/pay-to-inverse-symbol.tsx +35 -0
- package/src/components/symbol/components/symbols/pay-to-symbol.tsx +35 -0
- package/src/components/symbol/components/symbols/samsung-pay-button-inverse-symbol.tsx +79 -0
- package/src/components/symbol/components/symbols/samsung-pay-button-symbol.tsx +79 -0
- package/src/components/symbol/components/symbols/visa-blue-symbol.tsx +9 -4
- package/src/components/symbol/components/symbols/visa-white-symbol.tsx +9 -4
- package/src/components/symbol/components/symbols/x-symbol.tsx +4 -4
- package/src/components/symbol/components/symbols/youtube-symbol.tsx +9 -14
- package/src/components/symbol/index.ts +17 -23
- package/src/components/symbol/symbol.types.ts +0 -4
- package/src/components/tooltip/components/tooltip-content/tooltip-content.component.tsx +2 -2
- package/src/components/tooltip/components/tooltip-content/tooltip-content.styles.ts +7 -1
- package/src/components/tooltip/components/tooltip-content/tooltip-content.types.ts +1 -0
- package/src/components/tooltip/tooltip.component.tsx +9 -4
- package/src/components/tooltip/tooltip.types.ts +4 -0
- package/utils/build-svg-zip/index.ts +1 -1
- package/assets/logos-symbols/AmericanExpressSymbol.svg +0 -13
- package/assets/logos-symbols/AppleStoreBlack.svg +0 -16
- package/assets/logos-symbols/AppleStoreWhite.svg +0 -16
- package/assets/logos-symbols/Apple_Pay.svg +0 -16
- package/assets/logos-symbols/BOMLogo.svg +0 -44
- package/assets/logos-symbols/BOMMultibrandLargeLogoCenter.svg +0 -23
- package/assets/logos-symbols/BOMMultibrandLargeLogoLeft.svg +0 -23
- package/assets/logos-symbols/BOMMultibrandLargeLogoRight.svg +0 -30
- package/assets/logos-symbols/BOMMultibrandSmallLogoCenter.svg +0 -22
- package/assets/logos-symbols/BOMMultibrandSmallLogoLeft.svg +0 -22
- package/assets/logos-symbols/BOMMultibrandSmallLogoRight.svg +0 -22
- package/assets/logos-symbols/BPayLandSymbol.svg +0 -11
- package/assets/logos-symbols/BPayPortSymbol.svg +0 -11
- package/assets/logos-symbols/BSALogo.svg +0 -16
- package/assets/logos-symbols/BSAMultibrandLargeLogoCenter.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandLargeLogoLeft.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandLargeLogoRight.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandSmallLogoCenter.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandSmallLogoLeft.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandSmallLogoRight.svg +0 -5
- package/assets/logos-symbols/BSAStackedLogo.svg +0 -16
- package/assets/logos-symbols/BTLogo.svg +0 -5
- package/assets/logos-symbols/BTLogoReversed.svg +0 -5
- package/assets/logos-symbols/BTMultibrandLargeLogoCenter.svg +0 -5
- package/assets/logos-symbols/BTMultibrandLargeLogoLeft.svg +0 -5
- package/assets/logos-symbols/BTMultibrandLargeLogoRight.svg +0 -12
- package/assets/logos-symbols/BTMultibrandSmallLogoCenter.svg +0 -12
- package/assets/logos-symbols/BTMultibrandSmallLogoLeft.svg +0 -12
- package/assets/logos-symbols/BTMultibrandSmallLogoRight.svg +0 -12
- package/assets/logos-symbols/BTPanoramaMultibrandLargeLogoCenter.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandLargeLogoLeft.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandLargeLogoRight.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandSmallLogoCenter.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandSmallLogoLeft.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandSmallLogoRight.svg +0 -20
- package/assets/logos-symbols/FacebookSymbol.svg +0 -11
- package/assets/logos-symbols/GooglePlusSymbol.svg +0 -19
- package/assets/logos-symbols/GoogleStoreSymbol.svg +0 -45
- package/assets/logos-symbols/InstagramSymbol.svg +0 -21
- package/assets/logos-symbols/MastercardAcceptedSymbol.svg +0 -15
- package/assets/logos-symbols/MastercardHorizontalSymbol.svg +0 -14
- package/assets/logos-symbols/MastercardSymbol.svg +0 -7
- package/assets/logos-symbols/MicrosoftStoreSymbol.svg +0 -16
- package/assets/logos-symbols/PayIDSymbol.svg +0 -10
- package/assets/logos-symbols/PrototypeLargeLogoCentre.svg +0 -9
- package/assets/logos-symbols/PrototypeLargeLogoLeft.svg +0 -9
- package/assets/logos-symbols/PrototypeLargeLogoRight.svg +0 -9
- package/assets/logos-symbols/PrototypeLogo.svg +0 -9
- package/assets/logos-symbols/PrototypeSmallLogoCentre.svg +0 -9
- package/assets/logos-symbols/PrototypeSmallLogoLeft.svg +0 -9
- package/assets/logos-symbols/PrototypeSmallLogoRight.svg +0 -9
- package/assets/logos-symbols/RAMSLogo.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandLargeLogoCenter.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandLargeLogoLeft.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandLargeLogoRight.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandSmallLogoCenter.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandSmallLogoLeft.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandSmallLogoRight.svg +0 -37
- package/assets/logos-symbols/RedAvatarCircleLogo.svg +0 -12
- package/assets/logos-symbols/RedAvatarCircleReversedLogo.svg +0 -11
- package/assets/logos-symbols/RedAvatarLogo.svg +0 -11
- package/assets/logos-symbols/STGDragonLogo.svg +0 -23
- package/assets/logos-symbols/STGLogo.svg +0 -32
- package/assets/logos-symbols/STGMultibrandLargeLogoCenter.svg +0 -9
- package/assets/logos-symbols/STGMultibrandLargeLogoLeft.svg +0 -9
- package/assets/logos-symbols/STGMultibrandLargeLogoRight.svg +0 -9
- package/assets/logos-symbols/STGMultibrandSmallLogoCenter.svg +0 -9
- package/assets/logos-symbols/STGMultibrandSmallLogoLeft.svg +0 -9
- package/assets/logos-symbols/STGMultibrandSmallLogoRight.svg +0 -16
- package/assets/logos-symbols/SamsungPayCTA-AddtoBlack.svg +0 -26
- package/assets/logos-symbols/SamsungPayCTA-AddtoWhite.svg +0 -26
- package/assets/logos-symbols/SamsungPayCTA-DonateBlack.svg +0 -32
- package/assets/logos-symbols/SamsungPayCTA-DonateWhite.svg +0 -32
- package/assets/logos-symbols/SamsungPayCTA-PartnerBlack.svg +0 -34
- package/assets/logos-symbols/SamsungPayCTA-PartnerWhite.svg +0 -34
- package/assets/logos-symbols/SamsungPayCTA-PaywithBlack.svg +0 -29
- package/assets/logos-symbols/SamsungPayCTA-PaywithWhite.svg +0 -29
- package/assets/logos-symbols/SamsungPayHorizontalBlack.svg +0 -19
- package/assets/logos-symbols/SamsungPayVerticalBlack.svg +0 -12
- package/assets/logos-symbols/SamsungPayVerticalWhite.svg +0 -12
- package/assets/logos-symbols/SamsungPayWhite.svg +0 -19
- package/assets/logos-symbols/SlackSymbol.svg +0 -14
- package/assets/logos-symbols/VisaBlueSymbol.svg +0 -11
- package/assets/logos-symbols/VisaSymbol.svg +0 -10
- package/assets/logos-symbols/VisaWhiteSymbol.svg +0 -11
- package/assets/logos-symbols/WBCMultibrandLargeLogoCenter.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandLargeLogoLeft.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandLargeLogoRight.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandSmallLogoCenter.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandSmallLogoLeft.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandSmallLogoRight.svg +0 -3
- package/assets/logos-symbols/XBlack.svg +0 -3
- package/assets/logos-symbols/XWhite.svg +0 -3
- package/assets/logos-symbols/YammerSymbol.svg +0 -11
- package/assets/logos-symbols/YouTubeSymbol.svg +0 -16
- package/assets/logos-symbols/eftposHorizontalPositive.svg +0 -21
- package/assets/logos-symbols/eftposHorizontalReversed.svg +0 -21
- package/assets/logos-symbols/eftposHorizontalReversedMono.svg +0 -16
- package/assets/logos-symbols/eftposVerticalPositive.svg +0 -21
- package/assets/logos-symbols/eftposVerticalReversed.svg +0 -21
- package/assets/logos-symbols/eftposVerticalWhite.svg +0 -21
- package/assets/logos-symbols/google-pay-mark_800.svg +0 -18
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-large-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-large-logo.js +0 -63
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-small-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-small-logo.js +0 -63
- package/dist/components/symbol/components/logos/red-avatar-circle-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/red-avatar-circle-logo.js +0 -25
- package/dist/components/symbol/components/logos/red-avatar-circle-reversed-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/red-avatar-circle-reversed-logo.js +0 -22
- package/dist/components/symbol/components/logos/red-avatar-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/red-avatar-logo.js +0 -20
- package/dist/components/symbol/components/symbols/google-plus-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/google-plus-symbol.js +0 -45
- package/dist/components/symbol/components/symbols/mastercard-accepted-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/mastercard-accepted-symbol.js +0 -31
- package/dist/components/symbol/components/symbols/mastercard-horizontal-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/mastercard-horizontal-symbol.js +0 -28
- package/dist/components/symbol/components/symbols/microsoft-store-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/microsoft-store-symbol.js +0 -35
- package/dist/components/symbol/components/symbols/pay-to-black-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-black-symbol.js +0 -16
- package/dist/components/symbol/components/symbols/pay-to-dark-grey-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-dark-grey-symbol.js +0 -16
- package/dist/components/symbol/components/symbols/pay-to-light-grey-symbol.js +0 -16
- package/dist/components/symbol/components/symbols/pay-to-white-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-white-symbol.js +0 -16
- package/dist/components/symbol/components/symbols/pay-to-wordmark-black-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-wordmark-black-symbol.js +0 -25
- package/dist/components/symbol/components/symbols/pay-to-wordmark-dark-grey-symbol.js +0 -25
- package/dist/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.js +0 -25
- package/dist/components/symbol/components/symbols/pay-to-wordmark-white-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-wordmark-white-symbol.js +0 -25
- package/dist/components/symbol/components/symbols/slack-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/slack-symbol.js +0 -31
- package/dist/components/symbol/components/symbols/twitter-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/twitter-symbol.js +0 -22
- package/dist/components/symbol/components/symbols/visa-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/visa-symbol.js +0 -14
- package/dist/components/symbol/components/symbols/x-mark-inverse-symbol.js +0 -14
- package/dist/components/symbol/components/symbols/x-mark-symbol.js +0 -14
- package/dist/components/symbol/components/symbols/yammer-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/yammer-symbol.js +0 -22
- package/src/components/symbol/components/logos/bt-panorama-multibrand-large-logo.tsx +0 -80
- package/src/components/symbol/components/logos/bt-panorama-multibrand-small-logo.tsx +0 -80
- package/src/components/symbol/components/logos/red-avatar-circle-logo.tsx +0 -35
- package/src/components/symbol/components/logos/red-avatar-circle-reversed-logo.tsx +0 -31
- package/src/components/symbol/components/logos/red-avatar-logo.tsx +0 -34
- package/src/components/symbol/components/symbols/google-plus-symbol.tsx +0 -43
- package/src/components/symbol/components/symbols/mastercard-accepted-symbol.tsx +0 -44
- package/src/components/symbol/components/symbols/mastercard-horizontal-symbol.tsx +0 -43
- package/src/components/symbol/components/symbols/microsoft-store-symbol.tsx +0 -38
- package/src/components/symbol/components/symbols/pay-to-black-symbol.tsx +0 -30
- package/src/components/symbol/components/symbols/pay-to-dark-grey-symbol.tsx +0 -30
- package/src/components/symbol/components/symbols/pay-to-light-grey-symbol.tsx +0 -30
- package/src/components/symbol/components/symbols/pay-to-white-symbol.tsx +0 -30
- package/src/components/symbol/components/symbols/pay-to-wordmark-black-symbol.tsx +0 -42
- package/src/components/symbol/components/symbols/pay-to-wordmark-dark-grey-symbol.tsx +0 -42
- package/src/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.tsx +0 -42
- package/src/components/symbol/components/symbols/pay-to-wordmark-white-symbol.tsx +0 -42
- package/src/components/symbol/components/symbols/slack-symbol.tsx +0 -43
- package/src/components/symbol/components/symbols/twitter-symbol.tsx +0 -31
- package/src/components/symbol/components/symbols/visa-symbol.tsx +0 -28
- package/src/components/symbol/components/symbols/x-mark-inverse-symbol.tsx +0 -28
- package/src/components/symbol/components/symbols/x-mark-symbol.tsx +0 -28
- package/src/components/symbol/components/symbols/yammer-symbol.tsx +0 -31
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg width="180" height="65" viewBox="0 0 180 65" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M14.546 31.9079L24.5615 14.7562L34.5953 31.8974L14.546 31.9079Z" fill="#3810DB"/>
|
|
3
|
-
<path d="M25.543 14.1825L45.5922 14.172L35.5768 31.3237L25.543 14.1825Z" fill="#9747FF"/>
|
|
4
|
-
<path d="M46.4754 14.7742L56.5 31.9206H36.4507L46.4754 14.7742Z" fill="#DA1710"/>
|
|
5
|
-
<path d="M56.454 33.0921L46.4385 50.2438L36.4047 33.1026L56.454 33.0921Z" fill="#DC4E41"/>
|
|
6
|
-
<path d="M45.457 50.8175L25.4078 50.828L35.4232 33.6763L45.457 50.8175Z" fill="#FABB05"/>
|
|
7
|
-
<path d="M24.5246 50.287L14.5 33.1406L34.5493 33.1406L24.5246 50.287Z" fill="#78C339"/>
|
|
8
|
-
<path d="M77.572 37.074H73.324L72.694 39H68.5L73.162 26.256H77.77L82.414 39H78.202L77.572 37.074ZM76.6 34.068L75.448 30.522L74.296 34.068H76.6ZM91.8539 32.466C92.6219 32.646 93.2159 33.018 93.6359 33.582C94.0679 34.134 94.2839 34.776 94.2839 35.508C94.2839 36.624 93.9119 37.488 93.1679 38.1C92.4359 38.7 91.3799 39 89.9999 39H83.3219V26.256H89.8199C91.1159 26.256 92.1359 26.538 92.8799 27.102C93.6239 27.666 93.9959 28.488 93.9959 29.568C93.9959 30.312 93.7979 30.942 93.4019 31.458C93.0179 31.962 92.5019 32.298 91.8539 32.466ZM87.3179 31.224H88.8659C89.2259 31.224 89.4899 31.152 89.6579 31.008C89.8379 30.864 89.9279 30.642 89.9279 30.342C89.9279 30.03 89.8379 29.802 89.6579 29.658C89.4899 29.502 89.2259 29.424 88.8659 29.424H87.3179V31.224ZM89.1359 35.796C89.4959 35.796 89.7599 35.73 89.9279 35.598C90.1079 35.454 90.1979 35.226 90.1979 34.914C90.1979 34.302 89.8439 33.996 89.1359 33.996H87.3179V35.796H89.1359ZM95.2666 32.61C95.2666 31.35 95.5186 30.228 96.0226 29.244C96.5386 28.26 97.2706 27.498 98.2186 26.958C99.1666 26.406 100.283 26.13 101.567 26.13C102.671 26.13 103.655 26.34 104.519 26.76C105.395 27.168 106.103 27.75 106.643 28.506C107.195 29.262 107.561 30.144 107.741 31.152H103.529C103.337 30.732 103.061 30.408 102.701 30.18C102.353 29.94 101.951 29.82 101.495 29.82C100.823 29.82 100.289 30.072 99.8926 30.576C99.5086 31.08 99.3166 31.758 99.3166 32.61C99.3166 33.462 99.5086 34.14 99.8926 34.644C100.289 35.148 100.823 35.4 101.495 35.4C101.951 35.4 102.353 35.286 102.701 35.058C103.061 34.818 103.337 34.488 103.529 34.068H107.741C107.561 35.076 107.195 35.958 106.643 36.714C106.103 37.47 105.395 38.058 104.519 38.478C103.655 38.886 102.671 39.09 101.567 39.09C100.283 39.09 99.1666 38.82 98.2186 38.28C97.2706 37.728 96.5386 36.96 96.0226 35.976C95.5186 34.992 95.2666 33.87 95.2666 32.61ZM120.77 32.466C121.538 32.646 122.132 33.018 122.552 33.582C122.984 34.134 123.2 34.776 123.2 35.508C123.2 36.624 122.828 37.488 122.084 38.1C121.352 38.7 120.296 39 118.916 39H112.238V26.256H118.736C120.032 26.256 121.052 26.538 121.796 27.102C122.54 27.666 122.912 28.488 122.912 29.568C122.912 30.312 122.714 30.942 122.318 31.458C121.934 31.962 121.418 32.298 120.77 32.466ZM116.234 31.224H117.782C118.142 31.224 118.406 31.152 118.574 31.008C118.754 30.864 118.844 30.642 118.844 30.342C118.844 30.03 118.754 29.802 118.574 29.658C118.406 29.502 118.142 29.424 117.782 29.424H116.234V31.224ZM118.052 35.796C118.412 35.796 118.676 35.73 118.844 35.598C119.024 35.454 119.114 35.226 119.114 34.914C119.114 34.302 118.76 33.996 118.052 33.996H116.234V35.796H118.052ZM132.715 37.074H128.467L127.837 39H123.643L128.305 26.256H132.913L137.557 39H133.345L132.715 37.074ZM131.743 34.068L130.591 30.522L129.439 34.068H131.743ZM150.686 39H146.69L142.46 32.592V39H138.464V26.256H142.46L146.69 32.772V26.256H150.686V39ZM160.196 39L156.488 33.474V39H152.492V26.256H156.488V31.62L160.142 26.256H164.66L160.268 32.358L164.948 39H160.196Z" fill="black"/>
|
|
9
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg width="181" height="65" viewBox="0 0 181 65" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M0.404933 31.9079L10.4204 14.7562L20.4542 31.8974L0.404933 31.9079Z" fill="#3810DB"/>
|
|
3
|
-
<path d="M11.4018 14.1825L31.4511 14.172L21.4357 31.3237L11.4018 14.1825Z" fill="#9747FF"/>
|
|
4
|
-
<path d="M32.3343 14.7742L42.3589 31.9206H22.3096L32.3343 14.7742Z" fill="#DA1710"/>
|
|
5
|
-
<path d="M42.3128 33.0921L32.2974 50.2438L22.2636 33.1026L42.3128 33.0921Z" fill="#DC4E41"/>
|
|
6
|
-
<path d="M31.3159 50.8175L11.2667 50.828L21.2821 33.6763L31.3159 50.8175Z" fill="#FABB05"/>
|
|
7
|
-
<path d="M10.3835 50.287L0.358887 33.1406L20.4082 33.1406L10.3835 50.287Z" fill="#78C339"/>
|
|
8
|
-
<path d="M63.4309 37.074H59.1829L58.5529 39H54.3589L59.0209 26.256H63.6289L68.2729 39H64.0609L63.4309 37.074ZM62.4589 34.068L61.3069 30.522L60.1549 34.068H62.4589ZM77.7128 32.466C78.4808 32.646 79.0748 33.018 79.4948 33.582C79.9268 34.134 80.1428 34.776 80.1428 35.508C80.1428 36.624 79.7708 37.488 79.0268 38.1C78.2948 38.7 77.2388 39 75.8588 39H69.1808V26.256H75.6788C76.9748 26.256 77.9948 26.538 78.7388 27.102C79.4828 27.666 79.8548 28.488 79.8548 29.568C79.8548 30.312 79.6568 30.942 79.2608 31.458C78.8768 31.962 78.3608 32.298 77.7128 32.466ZM73.1768 31.224H74.7248C75.0848 31.224 75.3488 31.152 75.5168 31.008C75.6968 30.864 75.7868 30.642 75.7868 30.342C75.7868 30.03 75.6968 29.802 75.5168 29.658C75.3488 29.502 75.0848 29.424 74.7248 29.424H73.1768V31.224ZM74.9948 35.796C75.3548 35.796 75.6188 35.73 75.7868 35.598C75.9668 35.454 76.0568 35.226 76.0568 34.914C76.0568 34.302 75.7028 33.996 74.9948 33.996H73.1768V35.796H74.9948ZM81.1254 32.61C81.1254 31.35 81.3774 30.228 81.8814 29.244C82.3974 28.26 83.1294 27.498 84.0774 26.958C85.0254 26.406 86.1414 26.13 87.4254 26.13C88.5294 26.13 89.5134 26.34 90.3774 26.76C91.2534 27.168 91.9615 27.75 92.5015 28.506C93.0534 29.262 93.4194 30.144 93.5995 31.152H89.3874C89.1954 30.732 88.9194 30.408 88.5594 30.18C88.2114 29.94 87.8094 29.82 87.3534 29.82C86.6814 29.82 86.1474 30.072 85.7514 30.576C85.3674 31.08 85.1754 31.758 85.1754 32.61C85.1754 33.462 85.3674 34.14 85.7514 34.644C86.1474 35.148 86.6814 35.4 87.3534 35.4C87.8094 35.4 88.2114 35.286 88.5594 35.058C88.9194 34.818 89.1954 34.488 89.3874 34.068H93.5995C93.4194 35.076 93.0534 35.958 92.5015 36.714C91.9615 37.47 91.2534 38.058 90.3774 38.478C89.5134 38.886 88.5294 39.09 87.4254 39.09C86.1414 39.09 85.0254 38.82 84.0774 38.28C83.1294 37.728 82.3974 36.96 81.8814 35.976C81.3774 34.992 81.1254 33.87 81.1254 32.61ZM106.629 32.466C107.397 32.646 107.991 33.018 108.411 33.582C108.843 34.134 109.059 34.776 109.059 35.508C109.059 36.624 108.687 37.488 107.943 38.1C107.211 38.7 106.155 39 104.775 39H98.0968V26.256H104.595C105.891 26.256 106.911 26.538 107.655 27.102C108.399 27.666 108.771 28.488 108.771 29.568C108.771 30.312 108.573 30.942 108.177 31.458C107.793 31.962 107.277 32.298 106.629 32.466ZM102.093 31.224H103.641C104.001 31.224 104.265 31.152 104.433 31.008C104.613 30.864 104.703 30.642 104.703 30.342C104.703 30.03 104.613 29.802 104.433 29.658C104.265 29.502 104.001 29.424 103.641 29.424H102.093V31.224ZM103.911 35.796C104.271 35.796 104.535 35.73 104.703 35.598C104.883 35.454 104.973 35.226 104.973 34.914C104.973 34.302 104.619 33.996 103.911 33.996H102.093V35.796H103.911ZM118.573 37.074H114.325L113.695 39H109.501L114.163 26.256H118.771L123.415 39H119.203L118.573 37.074ZM117.601 34.068L116.449 30.522L115.297 34.068H117.601ZM136.545 39H132.549L128.319 32.592V39H124.323V26.256H128.319L132.549 32.772V26.256H136.545V39ZM146.055 39L142.347 33.474V39H138.351V26.256H142.347V31.62L146.001 26.256H150.519L146.127 32.358L150.807 39H146.055Z" fill="black"/>
|
|
9
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg width="180" height="65" viewBox="0 0 180 65" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M29.046 31.9079L39.0615 14.7562L49.0953 31.8974L29.046 31.9079Z" fill="#3810DB"/>
|
|
3
|
-
<path d="M40.043 14.1825L60.0922 14.172L50.0768 31.3237L40.043 14.1825Z" fill="#9747FF"/>
|
|
4
|
-
<path d="M60.9754 14.7742L71 31.9206H50.9507L60.9754 14.7742Z" fill="#DA1710"/>
|
|
5
|
-
<path d="M70.954 33.0921L60.9385 50.2438L50.9047 33.1026L70.954 33.0921Z" fill="#DC4E41"/>
|
|
6
|
-
<path d="M59.957 50.8175L39.9078 50.828L49.9232 33.6763L59.957 50.8175Z" fill="#FABB05"/>
|
|
7
|
-
<path d="M39.0246 50.287L29 33.1406L49.0493 33.1406L39.0246 50.287Z" fill="#78C339"/>
|
|
8
|
-
<path d="M92.072 37.074H87.824L87.194 39H83L87.662 26.256H92.27L96.914 39H92.702L92.072 37.074ZM91.1 34.068L89.948 30.522L88.796 34.068H91.1ZM106.354 32.466C107.122 32.646 107.716 33.018 108.136 33.582C108.568 34.134 108.784 34.776 108.784 35.508C108.784 36.624 108.412 37.488 107.668 38.1C106.936 38.7 105.88 39 104.5 39H97.8219V26.256H104.32C105.616 26.256 106.636 26.538 107.38 27.102C108.124 27.666 108.496 28.488 108.496 29.568C108.496 30.312 108.298 30.942 107.902 31.458C107.518 31.962 107.002 32.298 106.354 32.466ZM101.818 31.224H103.366C103.726 31.224 103.99 31.152 104.158 31.008C104.338 30.864 104.428 30.642 104.428 30.342C104.428 30.03 104.338 29.802 104.158 29.658C103.99 29.502 103.726 29.424 103.366 29.424H101.818V31.224ZM103.636 35.796C103.996 35.796 104.26 35.73 104.428 35.598C104.608 35.454 104.698 35.226 104.698 34.914C104.698 34.302 104.344 33.996 103.636 33.996H101.818V35.796H103.636ZM109.767 32.61C109.767 31.35 110.019 30.228 110.523 29.244C111.039 28.26 111.771 27.498 112.719 26.958C113.667 26.406 114.783 26.13 116.067 26.13C117.171 26.13 118.155 26.34 119.019 26.76C119.895 27.168 120.603 27.75 121.143 28.506C121.695 29.262 122.061 30.144 122.241 31.152H118.029C117.837 30.732 117.561 30.408 117.201 30.18C116.853 29.94 116.451 29.82 115.995 29.82C115.323 29.82 114.789 30.072 114.393 30.576C114.009 31.08 113.817 31.758 113.817 32.61C113.817 33.462 114.009 34.14 114.393 34.644C114.789 35.148 115.323 35.4 115.995 35.4C116.451 35.4 116.853 35.286 117.201 35.058C117.561 34.818 117.837 34.488 118.029 34.068H122.241C122.061 35.076 121.695 35.958 121.143 36.714C120.603 37.47 119.895 38.058 119.019 38.478C118.155 38.886 117.171 39.09 116.067 39.09C114.783 39.09 113.667 38.82 112.719 38.28C111.771 37.728 111.039 36.96 110.523 35.976C110.019 34.992 109.767 33.87 109.767 32.61ZM135.27 32.466C136.038 32.646 136.632 33.018 137.052 33.582C137.484 34.134 137.7 34.776 137.7 35.508C137.7 36.624 137.328 37.488 136.584 38.1C135.852 38.7 134.796 39 133.416 39H126.738V26.256H133.236C134.532 26.256 135.552 26.538 136.296 27.102C137.04 27.666 137.412 28.488 137.412 29.568C137.412 30.312 137.214 30.942 136.818 31.458C136.434 31.962 135.918 32.298 135.27 32.466ZM130.734 31.224H132.282C132.642 31.224 132.906 31.152 133.074 31.008C133.254 30.864 133.344 30.642 133.344 30.342C133.344 30.03 133.254 29.802 133.074 29.658C132.906 29.502 132.642 29.424 132.282 29.424H130.734V31.224ZM132.552 35.796C132.912 35.796 133.176 35.73 133.344 35.598C133.524 35.454 133.614 35.226 133.614 34.914C133.614 34.302 133.26 33.996 132.552 33.996H130.734V35.796H132.552ZM147.215 37.074H142.967L142.337 39H138.143L142.805 26.256H147.413L152.057 39H147.845L147.215 37.074ZM146.243 34.068L145.091 30.522L143.939 34.068H146.243ZM165.186 39H161.19L156.96 32.592V39H152.964V26.256H156.96L161.19 32.772V26.256H165.186V39ZM174.696 39L170.988 33.474V39H166.992V26.256H170.988V31.62L174.642 26.256H179.16L174.768 32.358L179.448 39H174.696Z" fill="black"/>
|
|
9
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg width="553" height="129" viewBox="0 0 553 129" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M0.159118 62.0628L34.7684 2.04446L69.4411 62.0261L0.159118 62.0628Z" fill="#3810DB"/>
|
|
3
|
-
<path d="M38.1599 0.0366785L107.442 0L72.8327 60.0183L38.1599 0.0366785Z" fill="#9747FF"/>
|
|
4
|
-
<path d="M110.494 2.10738L145.135 62.1074H75.8527L110.494 2.10738Z" fill="#DA1710"/>
|
|
5
|
-
<path d="M144.976 66.2066L110.366 126.225L75.6936 66.2433L144.976 66.2066Z" fill="#DC4E41"/>
|
|
6
|
-
<path d="M106.975 128.233L37.6928 128.269L72.3021 68.2511L106.975 128.233Z" fill="#FABB05"/>
|
|
7
|
-
<path d="M34.641 126.376L0 66.3762L69.282 66.3762L34.641 126.376Z" fill="#78C339"/>
|
|
8
|
-
<path d="M198.256 79.5282H183.152L180.912 86.3762H166L182.576 41.0642H198.96L215.472 86.3762H200.496L198.256 79.5282ZM194.8 68.8402L190.704 56.2322L186.608 68.8402H194.8ZM249.036 63.1442C251.767 63.7842 253.879 65.1069 255.372 67.1122C256.908 69.0749 257.676 71.3576 257.676 73.9602C257.676 77.9282 256.353 81.0002 253.708 83.1762C251.105 85.3096 247.351 86.3762 242.444 86.3762H218.7V41.0642H241.804C246.412 41.0642 250.039 42.0669 252.684 44.0722C255.329 46.0776 256.652 49.0002 256.652 52.8402C256.652 55.4856 255.948 57.7256 254.54 59.5602C253.175 61.3522 251.34 62.5469 249.036 63.1442ZM232.908 58.7282H238.412C239.692 58.7282 240.631 58.4722 241.228 57.9602C241.868 57.4482 242.188 56.6589 242.188 55.5922C242.188 54.4829 241.868 53.6722 241.228 53.1602C240.631 52.6056 239.692 52.3282 238.412 52.3282H232.908V58.7282ZM239.372 74.9842C240.652 74.9842 241.591 74.7496 242.188 74.2802C242.828 73.7682 243.148 72.9576 243.148 71.8482C243.148 69.6722 241.889 68.5842 239.372 68.5842H232.908V74.9842H239.372ZM261.17 63.6562C261.17 59.1762 262.066 55.1869 263.858 51.6882C265.693 48.1896 268.295 45.4802 271.666 43.5602C275.037 41.5976 279.005 40.6162 283.57 40.6162C287.495 40.6162 290.994 41.3629 294.066 42.8562C297.181 44.3069 299.698 46.3762 301.618 49.0642C303.581 51.7522 304.882 54.8882 305.522 58.4722H290.546C289.863 56.9789 288.882 55.8269 287.602 55.0162C286.365 54.1629 284.935 53.7362 283.314 53.7362C280.925 53.7362 279.026 54.6322 277.618 56.4242C276.253 58.2162 275.57 60.6269 275.57 63.6562C275.57 66.6856 276.253 69.0962 277.618 70.8882C279.026 72.6802 280.925 73.5762 283.314 73.5762C284.935 73.5762 286.365 73.1709 287.602 72.3602C288.882 71.5069 289.863 70.3336 290.546 68.8402H305.522C304.882 72.4242 303.581 75.5602 301.618 78.2482C299.698 80.9362 297.181 83.0269 294.066 84.5202C290.994 85.9709 287.495 86.6962 283.57 86.6962C279.005 86.6962 275.037 85.7362 271.666 83.8162C268.295 81.8536 265.693 79.1229 263.858 75.6242C262.066 72.1256 261.17 68.1362 261.17 63.6562ZM351.849 63.1442C354.579 63.7842 356.691 65.1069 358.185 67.1122C359.721 69.0749 360.489 71.3576 360.489 73.9602C360.489 77.9282 359.166 81.0002 356.521 83.1762C353.918 85.3096 350.163 86.3762 345.257 86.3762H321.513V41.0642H344.617C349.225 41.0642 352.851 42.0669 355.497 44.0722C358.142 46.0776 359.465 49.0002 359.465 52.8402C359.465 55.4856 358.761 57.7256 357.353 59.5602C355.987 61.3522 354.153 62.5469 351.849 63.1442ZM335.721 58.7282H341.225C342.505 58.7282 343.443 58.4722 344.041 57.9602C344.681 57.4482 345.001 56.6589 345.001 55.5922C345.001 54.4829 344.681 53.6722 344.041 53.1602C343.443 52.6056 342.505 52.3282 341.225 52.3282H335.721V58.7282ZM342.185 74.9842C343.465 74.9842 344.403 74.7496 345.001 74.2802C345.641 73.7682 345.961 72.9576 345.961 71.8482C345.961 69.6722 344.702 68.5842 342.185 68.5842H335.721V74.9842H342.185ZM394.319 79.5282H379.215L376.975 86.3762H362.062L378.639 41.0642H395.023L411.535 86.3762H396.559L394.319 79.5282ZM390.863 68.8402L386.767 56.2322L382.671 68.8402H390.863ZM458.219 86.3762H444.011L428.971 63.5922V86.3762H414.763V41.0642H428.971L444.011 64.2322V41.0642H458.219V86.3762ZM492.03 86.3762L478.846 66.7282V86.3762H464.638V41.0642H478.846V60.1362L491.838 41.0642H507.902L492.286 62.7602L508.926 86.3762H492.03Z" fill="black"/>
|
|
9
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg width="122" height="44" viewBox="0 0 122 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M16.0395 21.4925L24.6241 6.79107L33.2246 21.4835L16.0395 21.4925Z" fill="#3810DB"/>
|
|
3
|
-
<path d="M25.4654 6.29927L42.6505 6.29028L34.0658 20.9917L25.4654 6.29927Z" fill="#9747FF"/>
|
|
4
|
-
<path d="M43.4075 6.80648L52 21.5034H34.8149L43.4075 6.80648Z" fill="#DA1710"/>
|
|
5
|
-
<path d="M51.9605 22.5075L43.3759 37.2089L34.7754 22.5165L51.9605 22.5075Z" fill="#DC4E41"/>
|
|
6
|
-
<path d="M42.5346 37.7007L25.3495 37.7097L33.9342 23.0083L42.5346 37.7007Z" fill="#FABB05"/>
|
|
7
|
-
<path d="M24.5925 37.246L16 22.549L33.1851 22.5491L24.5925 37.246Z" fill="#78C339"/>
|
|
8
|
-
<path d="M71.056 17.502H67.752L67.262 19H64L67.626 9.088H71.21L74.822 19H71.546L71.056 17.502ZM70.3 15.164L69.404 12.406L68.508 15.164H70.3ZM82.1641 13.918C82.7615 14.058 83.2235 14.3473 83.5501 14.786C83.8861 15.2153 84.0541 15.7147 84.0541 16.284C84.0541 17.152 83.7648 17.824 83.1861 18.3C82.6168 18.7667 81.7955 19 80.7221 19H75.5281V9.088H80.5821C81.5901 9.088 82.3835 9.30733 82.9621 9.746C83.5408 10.1847 83.8301 10.824 83.8301 11.664C83.8301 12.2427 83.6761 12.7327 83.3681 13.134C83.0695 13.526 82.6681 13.7873 82.1641 13.918ZM78.6361 12.952H79.8401C80.1201 12.952 80.3255 12.896 80.4561 12.784C80.5961 12.672 80.6661 12.4993 80.6661 12.266C80.6661 12.0233 80.5961 11.846 80.4561 11.734C80.3255 11.6127 80.1201 11.552 79.8401 11.552H78.6361V12.952ZM80.0501 16.508C80.3301 16.508 80.5355 16.4567 80.6661 16.354C80.8061 16.242 80.8761 16.0647 80.8761 15.822C80.8761 15.346 80.6008 15.108 80.0501 15.108H78.6361V16.508H80.0501ZM84.8184 14.03C84.8184 13.05 85.0144 12.1773 85.4064 11.412C85.8078 10.6467 86.3771 10.054 87.1144 9.634C87.8518 9.20467 88.7198 8.99 89.7184 8.99C90.5771 8.99 91.3424 9.15333 92.0144 9.48C92.6958 9.79733 93.2464 10.25 93.6664 10.838C94.0958 11.426 94.3804 12.112 94.5204 12.896H91.2444C91.0951 12.5693 90.8804 12.3173 90.6004 12.14C90.3298 11.9533 90.0171 11.86 89.6624 11.86C89.1398 11.86 88.7244 12.056 88.4164 12.448C88.1178 12.84 87.9684 13.3673 87.9684 14.03C87.9684 14.6927 88.1178 15.22 88.4164 15.612C88.7244 16.004 89.1398 16.2 89.6624 16.2C90.0171 16.2 90.3298 16.1113 90.6004 15.934C90.8804 15.7473 91.0951 15.4907 91.2444 15.164H94.5204C94.3804 15.948 94.0958 16.634 93.6664 17.222C93.2464 17.81 92.6958 18.2673 92.0144 18.594C91.3424 18.9113 90.5771 19.07 89.7184 19.07C88.7198 19.07 87.8518 18.86 87.1144 18.44C86.3771 18.0107 85.8078 17.4133 85.4064 16.648C85.0144 15.8827 84.8184 15.01 84.8184 14.03ZM71.336 28.918C71.9333 29.058 72.3953 29.3473 72.722 29.786C73.058 30.2153 73.226 30.7147 73.226 31.284C73.226 32.152 72.9367 32.824 72.358 33.3C71.7887 33.7667 70.9673 34 69.894 34H64.7V24.088H69.754C70.762 24.088 71.5553 24.3073 72.134 24.746C72.7127 25.1847 73.002 25.824 73.002 26.664C73.002 27.2427 72.848 27.7327 72.54 28.134C72.2413 28.526 71.84 28.7873 71.336 28.918ZM67.808 27.952H69.012C69.292 27.952 69.4973 27.896 69.628 27.784C69.768 27.672 69.838 27.4993 69.838 27.266C69.838 27.0233 69.768 26.846 69.628 26.734C69.4973 26.6127 69.292 26.552 69.012 26.552H67.808V27.952ZM69.222 31.508C69.502 31.508 69.7073 31.4567 69.838 31.354C69.978 31.242 70.048 31.0647 70.048 30.822C70.048 30.346 69.7727 30.108 69.222 30.108H67.808V31.508H69.222ZM80.6263 32.502H77.3223L76.8323 34H73.5703L77.1963 24.088H80.7803L84.3923 34H81.1163L80.6263 32.502ZM79.8703 30.164L78.9743 27.406L78.0783 30.164H79.8703ZM94.6044 34H91.4964L88.2064 29.016V34H85.0984V24.088H88.2064L91.4964 29.156V24.088H94.6044V34ZM102.001 34L99.1166 29.702V34H96.0086V24.088H99.1166V28.26L101.959 24.088H105.473L102.057 28.834L105.697 34H102.001Z" fill="black"/>
|
|
9
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg width="123" height="44" viewBox="0 0 123 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M0.398355 21.4925L8.98302 6.79107L17.5834 21.4835L0.398355 21.4925Z" fill="#3810DB"/>
|
|
3
|
-
<path d="M9.82427 6.29927L27.0094 6.29028L18.4247 20.9917L9.82427 6.29927Z" fill="#9747FF"/>
|
|
4
|
-
<path d="M27.7663 6.80648L36.3589 21.5034H19.1738L27.7663 6.80648Z" fill="#DA1710"/>
|
|
5
|
-
<path d="M36.3194 22.5075L27.7348 37.2089L19.1343 22.5165L36.3194 22.5075Z" fill="#DC4E41"/>
|
|
6
|
-
<path d="M26.8935 37.7007L9.70841 37.7097L18.2931 23.0083L26.8935 37.7007Z" fill="#FABB05"/>
|
|
7
|
-
<path d="M8.95143 37.246L0.358887 22.549L17.544 22.5491L8.95143 37.246Z" fill="#78C339"/>
|
|
8
|
-
<path d="M55.4149 17.502H52.1109L51.6209 19H48.3589L51.9849 9.088H55.5689L59.1809 19H55.9049L55.4149 17.502ZM54.6589 15.164L53.7629 12.406L52.8669 15.164H54.6589ZM66.523 13.918C67.1203 14.058 67.5823 14.3473 67.909 14.786C68.245 15.2153 68.413 15.7147 68.413 16.284C68.413 17.152 68.1237 17.824 67.545 18.3C66.9757 18.7667 66.1543 19 65.081 19H59.887V9.088H64.941C65.949 9.088 66.7423 9.30733 67.321 9.746C67.8997 10.1847 68.189 10.824 68.189 11.664C68.189 12.2427 68.035 12.7327 67.727 13.134C67.4283 13.526 67.027 13.7873 66.523 13.918ZM62.995 12.952H64.199C64.479 12.952 64.6843 12.896 64.815 12.784C64.955 12.672 65.025 12.4993 65.025 12.266C65.025 12.0233 64.955 11.846 64.815 11.734C64.6843 11.6127 64.479 11.552 64.199 11.552H62.995V12.952ZM64.409 16.508C64.689 16.508 64.8943 16.4567 65.025 16.354C65.165 16.242 65.235 16.0647 65.235 15.822C65.235 15.346 64.9597 15.108 64.409 15.108H62.995V16.508H64.409ZM69.1773 14.03C69.1773 13.05 69.3733 12.1773 69.7653 11.412C70.1667 10.6467 70.736 10.054 71.4733 9.634C72.2107 9.20467 73.0787 8.99 74.0773 8.99C74.936 8.99 75.7013 9.15333 76.3733 9.48C77.0547 9.79733 77.6053 10.25 78.0253 10.838C78.4547 11.426 78.7393 12.112 78.8793 12.896H75.6033C75.454 12.5693 75.2393 12.3173 74.9593 12.14C74.6887 11.9533 74.376 11.86 74.0213 11.86C73.4987 11.86 73.0833 12.056 72.7753 12.448C72.4767 12.84 72.3273 13.3673 72.3273 14.03C72.3273 14.6927 72.4767 15.22 72.7753 15.612C73.0833 16.004 73.4987 16.2 74.0213 16.2C74.376 16.2 74.6887 16.1113 74.9593 15.934C75.2393 15.7473 75.454 15.4907 75.6033 15.164H78.8793C78.7393 15.948 78.4547 16.634 78.0253 17.222C77.6053 17.81 77.0547 18.2673 76.3733 18.594C75.7013 18.9113 74.936 19.07 74.0773 19.07C73.0787 19.07 72.2107 18.86 71.4733 18.44C70.736 18.0107 70.1667 17.4133 69.7653 16.648C69.3733 15.8827 69.1773 15.01 69.1773 14.03ZM55.6949 28.918C56.2922 29.058 56.7542 29.3473 57.0809 29.786C57.4169 30.2153 57.5849 30.7147 57.5849 31.284C57.5849 32.152 57.2956 32.824 56.7169 33.3C56.1476 33.7667 55.3262 34 54.2529 34H49.0589V24.088H54.1129C55.1209 24.088 55.9142 24.3073 56.4929 24.746C57.0716 25.1847 57.3609 25.824 57.3609 26.664C57.3609 27.2427 57.2069 27.7327 56.8989 28.134C56.6002 28.526 56.1989 28.7873 55.6949 28.918ZM52.1669 27.952H53.3709C53.6509 27.952 53.8562 27.896 53.9869 27.784C54.1269 27.672 54.1969 27.4993 54.1969 27.266C54.1969 27.0233 54.1269 26.846 53.9869 26.734C53.8562 26.6127 53.6509 26.552 53.3709 26.552H52.1669V27.952ZM53.5809 31.508C53.8609 31.508 54.0662 31.4567 54.1969 31.354C54.3369 31.242 54.4069 31.0647 54.4069 30.822C54.4069 30.346 54.1316 30.108 53.5809 30.108H52.1669V31.508H53.5809ZM64.9852 32.502H61.6812L61.1912 34H57.9292L61.5552 24.088H65.1392L68.7512 34H65.4752L64.9852 32.502ZM64.2292 30.164L63.3332 27.406L62.4372 30.164H64.2292ZM78.9633 34H75.8553L72.5653 29.016V34H69.4573V24.088H72.5653L75.8553 29.156V24.088H78.9633V34ZM86.3595 34L83.4755 29.702V34H80.3675V24.088H83.4755V28.26L86.3175 24.088H89.8315L86.4155 28.834L90.0555 34H86.3595Z" fill="black"/>
|
|
9
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg width="122" height="44" viewBox="0 0 122 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M32.0395 21.4925L40.6241 6.79107L49.2246 21.4835L32.0395 21.4925Z" fill="#3810DB"/>
|
|
3
|
-
<path d="M41.4654 6.29927L58.6505 6.29028L50.0658 20.9917L41.4654 6.29927Z" fill="#9747FF"/>
|
|
4
|
-
<path d="M59.4075 6.80648L68 21.5034H50.8149L59.4075 6.80648Z" fill="#DA1710"/>
|
|
5
|
-
<path d="M67.9605 22.5075L59.3759 37.2089L50.7754 22.5165L67.9605 22.5075Z" fill="#DC4E41"/>
|
|
6
|
-
<path d="M58.5346 37.7007L41.3495 37.7097L49.9342 23.0083L58.5346 37.7007Z" fill="#FABB05"/>
|
|
7
|
-
<path d="M40.5925 37.246L32 22.549L49.1851 22.5491L40.5925 37.246Z" fill="#78C339"/>
|
|
8
|
-
<path d="M87.056 17.502H83.752L83.262 19H80L83.626 9.088H87.21L90.822 19H87.546L87.056 17.502ZM86.3 15.164L85.404 12.406L84.508 15.164H86.3ZM98.1641 13.918C98.7615 14.058 99.2235 14.3473 99.5501 14.786C99.8861 15.2153 100.054 15.7147 100.054 16.284C100.054 17.152 99.7648 17.824 99.1861 18.3C98.6168 18.7667 97.7955 19 96.7221 19H91.5281V9.088H96.5821C97.5901 9.088 98.3835 9.30733 98.9621 9.746C99.5408 10.1847 99.8301 10.824 99.8301 11.664C99.8301 12.2427 99.6761 12.7327 99.3681 13.134C99.0695 13.526 98.6681 13.7873 98.1641 13.918ZM94.6361 12.952H95.8401C96.1201 12.952 96.3255 12.896 96.4561 12.784C96.5961 12.672 96.6661 12.4993 96.6661 12.266C96.6661 12.0233 96.5961 11.846 96.4561 11.734C96.3255 11.6127 96.1201 11.552 95.8401 11.552H94.6361V12.952ZM96.0501 16.508C96.3301 16.508 96.5355 16.4567 96.6661 16.354C96.8061 16.242 96.8761 16.0647 96.8761 15.822C96.8761 15.346 96.6008 15.108 96.0501 15.108H94.6361V16.508H96.0501ZM100.818 14.03C100.818 13.05 101.014 12.1773 101.406 11.412C101.808 10.6467 102.377 10.054 103.114 9.634C103.852 9.20467 104.72 8.99 105.718 8.99C106.577 8.99 107.342 9.15333 108.014 9.48C108.696 9.79733 109.246 10.25 109.666 10.838C110.096 11.426 110.38 12.112 110.52 12.896H107.244C107.095 12.5693 106.88 12.3173 106.6 12.14C106.33 11.9533 106.017 11.86 105.662 11.86C105.14 11.86 104.724 12.056 104.416 12.448C104.118 12.84 103.968 13.3673 103.968 14.03C103.968 14.6927 104.118 15.22 104.416 15.612C104.724 16.004 105.14 16.2 105.662 16.2C106.017 16.2 106.33 16.1113 106.6 15.934C106.88 15.7473 107.095 15.4907 107.244 15.164H110.52C110.38 15.948 110.096 16.634 109.666 17.222C109.246 17.81 108.696 18.2673 108.014 18.594C107.342 18.9113 106.577 19.07 105.718 19.07C104.72 19.07 103.852 18.86 103.114 18.44C102.377 18.0107 101.808 17.4133 101.406 16.648C101.014 15.8827 100.818 15.01 100.818 14.03ZM87.336 28.918C87.9333 29.058 88.3953 29.3473 88.722 29.786C89.058 30.2153 89.226 30.7147 89.226 31.284C89.226 32.152 88.9367 32.824 88.358 33.3C87.7887 33.7667 86.9673 34 85.894 34H80.7V24.088H85.754C86.762 24.088 87.5553 24.3073 88.134 24.746C88.7127 25.1847 89.002 25.824 89.002 26.664C89.002 27.2427 88.848 27.7327 88.54 28.134C88.2413 28.526 87.84 28.7873 87.336 28.918ZM83.808 27.952H85.012C85.292 27.952 85.4973 27.896 85.628 27.784C85.768 27.672 85.838 27.4993 85.838 27.266C85.838 27.0233 85.768 26.846 85.628 26.734C85.4973 26.6127 85.292 26.552 85.012 26.552H83.808V27.952ZM85.222 31.508C85.502 31.508 85.7073 31.4567 85.838 31.354C85.978 31.242 86.048 31.0647 86.048 30.822C86.048 30.346 85.7727 30.108 85.222 30.108H83.808V31.508H85.222ZM96.6263 32.502H93.3223L92.8323 34H89.5703L93.1963 24.088H96.7803L100.392 34H97.1163L96.6263 32.502ZM95.8703 30.164L94.9743 27.406L94.0783 30.164H95.8703ZM110.604 34H107.496L104.206 29.016V34H101.098V24.088H104.206L107.496 29.156V24.088H110.604V34ZM118.001 34L115.117 29.702V34H112.009V24.088H115.117V28.26L117.959 24.088H121.473L118.057 28.834L121.697 34H118.001Z" fill="black"/>
|
|
9
|
-
</svg>
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
<svg width="99" height="51" viewBox="0 0 99 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_1_284)">
|
|
3
|
-
<path d="M13.578 24.438C14.721 24.438 15.768 24.628 16.693 25C17.586 25.3515 18.4007 25.8763 19.09 26.544C19.7507 27.1915 20.2717 27.9674 20.621 28.824C20.9754 29.706 21.1544 30.6485 21.148 31.599C21.148 33.104 20.824 34.429 20.186 35.537C19.674 36.425 18.908 37.15 17.898 37.701C18.228 37.863 18.522 38.056 18.78 38.279C19.25 38.689 19.639 39.179 19.937 39.735C20.2371 40.3034 20.4527 40.9124 20.577 41.543C20.682 42.061 20.761 42.585 20.811 43.106H14.722C14.538 42.118 14.211 41.383 13.745 40.918C13.242 40.414 12.37 40.158 11.154 40.158H6.236V43.472H0V25.57C0.0166163 25.2645 0.149618 24.9769 0.371681 24.7664C0.593743 24.5558 0.888002 24.4383 1.194 24.438H13.578ZM34.311 24.438C34.5544 24.4385 34.7918 24.513 34.9918 24.6516C35.1919 24.7902 35.345 24.9864 35.431 25.214L42.121 43.106L22.039 42.971L28.782 25.12C28.8785 24.9167 29.0306 24.7447 29.2206 24.6241C29.4106 24.5034 29.6309 24.4389 29.856 24.438H34.311ZM50.049 24.438C50.579 24.438 51.02 24.785 51.18 25.262L56.308 40.336L61.154 25.282C61.2294 25.0383 61.3806 24.825 61.5857 24.6732C61.7907 24.5214 62.0389 24.439 62.294 24.438H68.533C68.8383 24.4393 69.1316 24.5568 69.3533 24.7668C69.5749 24.9767 69.7082 25.2632 69.726 25.568L69.716 37.94L63.831 39.424V34.392L61.997 39.685L50.951 41.527L48.499 34.538V42.028L42.605 42.387V25.64C42.605 24.978 43.147 24.438 43.811 24.438H50.049ZM32.037 32.124L29.457 39.39H34.532L32.037 32.124ZM80.02 23.864C81.266 23.864 82.489 24.025 83.641 24.306C84.8117 24.5807 85.9207 25.0718 86.911 25.754C87.504 26.1704 88.0341 26.6698 88.485 27.237C88.555 27.327 88.613 27.407 88.67 27.485C88.714 27.545 88.758 27.606 88.8 27.67C88.821 27.7 88.84 27.73 88.86 27.762C89.0477 28.0387 89.2148 28.3288 89.36 28.63C89.57 29.199 89.402 29.814 88.878 30.147C87.822 30.817 86.348 31.428 85.725 31.639C85.103 31.849 84.705 31.809 84.307 31.239C84.064 30.889 83.476 30.083 82.857 29.694C82.8086 29.6571 82.7585 29.6224 82.707 29.59C82.2956 29.3367 81.8415 29.1605 81.367 29.07C80.508 28.893 79.452 28.817 78.424 29.034C78.048 29.114 77.7 29.254 77.394 29.452C77.094 29.645 76.844 29.89 76.652 30.179C76.473 30.444 76.385 30.8 76.385 31.233C76.385 31.626 76.454 31.938 76.591 32.162C76.685 32.314 76.914 32.549 77.479 32.812C77.985 33.05 78.707 33.295 79.623 33.538C80.37 33.736 81.299 33.976 82.409 34.259L73.481 37.322C73.161 37.112 72.927 36.949 72.777 36.834C72.0414 36.2688 71.436 35.5519 71.002 34.732C70.548 33.888 70.319 32.859 70.319 31.675C70.319 30.351 70.609 29.18 71.18 28.197C71.7363 27.2325 72.495 26.4 73.404 25.757C74.3358 25.1015 75.3766 24.6166 76.478 24.325C77.6333 24.0165 78.8242 23.8619 80.02 23.865V23.864ZM11.666 29.486H6.236V35.467H11.666C12.777 35.467 13.609 35.23 14.138 34.759C14.652 34.303 14.91 33.517 14.91 32.427C14.91 31.382 14.652 30.627 14.14 30.181C13.611 29.721 12.779 29.486 11.666 29.486Z" fill="url(#paint0_linear_1_284)"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M80.796 33.844C81.524 34.032 82.366 34.248 83.321 34.49C83.767 34.579 84.418 34.748 85.231 34.99C86.075 35.239 86.923 35.641 87.753 36.186C88.595 36.741 89.331 37.488 89.943 38.408C90.568 39.353 90.885 40.565 90.885 42.012C90.885 43.183 90.655 44.289 90.199 45.299C89.731 46.3252 89.028 47.2268 88.147 47.931C87.257 48.658 86.137 49.231 84.827 49.631C83.527 50.029 82.009 50.231 80.312 50.231C78.941 50.231 77.589 50.059 76.295 49.721C74.985 49.38 73.811 48.833 72.804 48.098C71.782 47.3519 70.9485 46.3773 70.37 45.252C70.0685 44.657 69.8489 44.0239 69.717 43.37V48.48C69.717 49.144 69.179 49.682 68.517 49.682H65.023C64.361 49.682 63.823 49.144 63.823 48.481V38.746C65.823 38.324 67.79 37.86 69.717 37.354V41.273C69.8261 41.1056 69.9752 40.9681 70.1509 40.8729C70.3265 40.7777 70.5232 40.7279 70.723 40.728H74.46C75.124 40.728 75.555 41.242 75.607 41.928C75.632 42.24 75.747 42.633 75.959 43.038C76.226 43.541 76.573 43.956 77.003 44.268C77.446 44.586 77.977 44.825 78.581 44.982C79.625 45.252 80.71 45.296 81.99 45.109C82.4783 45.0391 82.9536 44.8969 83.4 44.687C83.8037 44.4969 84.1593 44.2179 84.44 43.871C84.697 43.551 84.82 43.143 84.82 42.626C84.82 42.086 84.658 41.664 84.323 41.337C83.945 40.97 83.436 40.656 82.811 40.407C82.151 40.143 81.391 39.909 80.552 39.71C79.682 39.504 78.792 39.272 77.908 39.023C76.9921 38.7939 76.0909 38.51 75.209 38.173C74.3375 37.8469 73.5182 37.3955 72.777 36.833C72.6767 36.7555 72.5787 36.6751 72.483 36.592C75.2895 35.7869 78.0627 34.8702 80.796 33.844ZM48.493 41.197V48.48C48.4931 48.6377 48.4622 48.7938 48.4019 48.9395C48.3417 49.0852 48.2533 49.2176 48.1419 49.3292C48.0304 49.4407 47.8981 49.5292 47.7525 49.5896C47.6068 49.6499 47.4507 49.681 47.293 49.681L46.558 49.685H38.914C38.6652 49.6803 38.4241 49.5979 38.2243 49.4495C38.0246 49.301 37.8762 49.0939 37.8 48.857L36.231 44.258H27.747L26.123 48.87C26.0437 49.107 25.8919 49.3132 25.6892 49.4594C25.4865 49.6056 25.243 49.6845 24.993 49.685H16.616C16.076 49.685 15.621 49.327 15.469 48.837C15.269 48.15 15.137 47.372 15.082 46.51C15.019 45.4936 14.918 44.4798 14.779 43.471C14.7592 43.3337 14.7359 43.197 14.709 43.061C16.7388 43.0412 18.7685 43.0092 20.798 42.965C20.815 43.128 20.826 43.284 20.838 43.447C20.861 43.842 20.884 44.3 20.907 44.825C20.921 45.142 20.943 45.468 20.969 45.796L22.054 42.931C28.396 42.769 35.028 42.459 41.665 41.886L42.6 44.386V41.805C44.567 41.627 46.534 41.425 48.493 41.197ZM0 43.105L1.52 43.108H2.362L2.802 43.109H3.722L6.236 43.106V48.518C6.22767 48.8301 6.09795 49.1266 5.87442 49.3445C5.65089 49.5624 5.35118 49.6846 5.039 49.685H1.203C0.539 49.685 0.003 49.147 0 48.484V43.105ZM62.2 39.098L58.818 48.858C58.74 49.0975 58.5884 49.3062 58.3847 49.4543C58.1811 49.6025 57.9358 49.6825 57.684 49.683H54.634C54.12 49.683 53.686 49.359 53.515 48.906L50.738 40.921C52.586 40.685 54.418 40.427 56.241 40.138L56.311 40.33L56.374 40.118C58.338 39.806 60.281 39.48 62.2 39.098Z" fill="#78C339"/>
|
|
5
|
-
<path d="M66.509 8.334C64.011 13.995 67.589 19.419 73.854 21.07C78.451 22.28 83.646 20.62 85.511 17.132L84.833 16.454C84.6272 16.247 84.5117 15.9669 84.5117 15.675C84.5117 15.3831 84.6272 15.103 84.833 14.896L86.166 13.562C86.173 13.556 86.179 13.552 86.185 13.545C85.818 11.268 83.835 9.765 81.8 9.207C78.555 8.317 75.58 9.414 74.125 11.411C73.931 11.675 74.326 11.846 74.326 11.846C74.326 11.846 75.733 12.496 75.945 12.611C76.158 12.729 76.359 12.516 76.472 12.423C77.324 11.721 78.607 11.203 80.032 11.629C82.024 12.226 82.784 13.836 81.98 15.48C80.908 17.674 77.797 18.203 75.522 17.629C71.816 16.695 70.521 13.502 71.772 10.476C73.228 6.956 78.809 4.956 83.668 6.381C89.203 8.13 91.794 12.761 89.54 17.87C89.05 18.978 88.273 20.11 87.233 21.188C87.132 21.295 87.027 21.399 86.92 21.503C86.89 21.531 86.864 21.559 86.835 21.587C86.6945 21.7221 86.5515 21.8544 86.406 21.984L86.392 21.997C86.2386 22.133 86.0829 22.2663 85.925 22.397C85.918 22.402 85.911 22.407 85.905 22.414C85.739 22.549 85.571 22.683 85.397 22.816C85.497 22.853 85.596 22.892 85.694 22.931L85.732 22.946C86.0619 23.0802 86.3856 23.2294 86.702 23.393C86.774 23.43 86.842 23.469 86.912 23.506L87.013 23.56C87.089 23.603 87.163 23.647 87.238 23.692L87.317 23.737C87.517 23.859 87.714 23.987 87.905 24.12C89.1787 25.0112 90.2084 26.2078 90.9 27.6L90.923 27.647C90.959 27.72 90.994 27.793 91.028 27.869L91.043 27.902C91.12 28.076 91.193 28.252 91.259 28.429C95.811 25.235 97.683 20.905 98.012 20.007L98.014 20.002C98.0179 19.9926 98.0213 19.9829 98.024 19.973C100.208 13.958 98.664 6.483 90.769 2.153C90.3261 1.91178 89.8759 1.68433 89.419 1.471L89.435 1.486C88.7703 1.19242 88.0855 0.946468 87.386 0.75C85.804 0.308 83.896 0.117 82.35 0.033C81.939 0.0109927 81.5275 -1.12338e-05 81.116 8.60572e-09C74.17 8.60573e-09 68.7 3.235 66.509 8.334Z" fill="url(#paint1_linear_1_284)"/>
|
|
6
|
-
<path d="M87.235 17.298C87.1576 17.3751 87.0528 17.4184 86.9435 17.4184C86.8342 17.4184 86.7294 17.3751 86.652 17.298L85.32 15.966C85.2429 15.8886 85.1996 15.7838 85.1996 15.6745C85.1996 15.5652 85.2429 15.4604 85.32 15.383L86.652 14.051C86.7296 13.9741 86.8343 13.931 86.9435 13.931C87.0527 13.931 87.1575 13.9741 87.235 14.051L88.566 15.383C88.6043 15.4212 88.6347 15.4665 88.6554 15.5165C88.6761 15.5664 88.6868 15.6199 88.6868 15.674C88.6868 15.7281 88.6761 15.7816 88.6554 15.8315C88.6347 15.8815 88.6043 15.9268 88.566 15.965L87.236 17.298H87.235Z" fill="#0083C2"/>
|
|
7
|
-
<path d="M91.618 14.18C91.301 15.318 89.396 19.179 87.285 21.119C86.6992 21.7314 86.0681 22.2986 85.397 22.816C86.293 23.151 87.117 23.581 87.883 24.122C89.0786 24.9545 90.0581 26.0605 90.74 27.348C90.927 27.703 91.129 28.074 91.26 28.428C95.816 25.221 97.694 20.903 98.012 20.008C100.365 13.648 98.51 5.65702 89.414 1.46002C92.534 4.50002 92.944 9.55502 91.618 14.18Z" fill="url(#paint2_linear_1_284)"/>
|
|
8
|
-
</g>
|
|
9
|
-
<defs>
|
|
10
|
-
<linearGradient id="paint0_linear_1_284" x1="44.088" y1="27.1517" x2="44.088" y2="43.9342" gradientUnits="userSpaceOnUse">
|
|
11
|
-
<stop stop-color="#00B6F1"/>
|
|
12
|
-
<stop offset="0.144" stop-color="#00AEEF"/>
|
|
13
|
-
<stop offset="0.316" stop-color="#00A0E0"/>
|
|
14
|
-
<stop offset="0.643" stop-color="#007DBA"/>
|
|
15
|
-
<stop offset="0.644" stop-color="#007DBA"/>
|
|
16
|
-
<stop offset="1" stop-color="#005282"/>
|
|
17
|
-
</linearGradient>
|
|
18
|
-
<linearGradient id="paint1_linear_1_284" x1="75.6365" y1="15.1075" x2="92.2237" y2="13.0208" gradientUnits="userSpaceOnUse">
|
|
19
|
-
<stop stop-color="#0083C2"/>
|
|
20
|
-
<stop offset="0.629" stop-color="#0081C0"/>
|
|
21
|
-
<stop offset="0.733" stop-color="#007CB9"/>
|
|
22
|
-
<stop offset="0.807" stop-color="#0072AE"/>
|
|
23
|
-
<stop offset="0.867" stop-color="#00659D"/>
|
|
24
|
-
<stop offset="0.918" stop-color="#005387"/>
|
|
25
|
-
<stop offset="1" stop-color="#004474"/>
|
|
26
|
-
</linearGradient>
|
|
27
|
-
<linearGradient id="paint2_linear_1_284" x1="93.6785" y1="1.20922" x2="80.5277" y2="29.6657" gradientUnits="userSpaceOnUse">
|
|
28
|
-
<stop stop-color="#6DCFF6"/>
|
|
29
|
-
<stop offset="0.431" stop-color="#00AEEF"/>
|
|
30
|
-
<stop offset="0.782" stop-color="#0088C7"/>
|
|
31
|
-
<stop offset="1" stop-color="#0072AA"/>
|
|
32
|
-
</linearGradient>
|
|
33
|
-
<clipPath id="clip0_1_284">
|
|
34
|
-
<rect width="99" height="51" fill="white"/>
|
|
35
|
-
</clipPath>
|
|
36
|
-
</defs>
|
|
37
|
-
</svg>
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
<svg width="180" height="65" viewBox="0 0 180 65" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_110_544)">
|
|
3
|
-
<path d="M54.578 29.438C55.721 29.438 56.768 29.628 57.693 30C58.586 30.3515 59.4007 30.8763 60.09 31.544C60.7507 32.1915 61.2717 32.9674 61.621 33.824C61.9754 34.706 62.1544 35.6485 62.148 36.599C62.148 38.104 61.824 39.429 61.186 40.537C60.674 41.425 59.908 42.15 58.898 42.701C59.228 42.863 59.522 43.056 59.78 43.279C60.25 43.689 60.639 44.179 60.937 44.735C61.2371 45.3034 61.4527 45.9124 61.577 46.543C61.682 47.061 61.761 47.585 61.811 48.106H55.722C55.538 47.118 55.211 46.383 54.745 45.918C54.242 45.414 53.37 45.158 52.154 45.158H47.236V48.472H41V30.57C41.0166 30.2645 41.1496 29.9769 41.3717 29.7664C41.5937 29.5558 41.888 29.4383 42.194 29.438H54.578ZM75.311 29.438C75.5544 29.4385 75.7918 29.513 75.9918 29.6516C76.1919 29.7902 76.345 29.9864 76.431 30.214L83.121 48.106L63.039 47.971L69.782 30.12C69.8785 29.9167 70.0306 29.7447 70.2206 29.6241C70.4106 29.5034 70.6309 29.4389 70.856 29.438H75.311ZM91.049 29.438C91.579 29.438 92.02 29.785 92.18 30.262L97.308 45.336L102.154 30.282C102.229 30.0383 102.381 29.825 102.586 29.6732C102.791 29.5214 103.039 29.439 103.294 29.438H109.533C109.838 29.4393 110.132 29.5568 110.353 29.7668C110.575 29.9767 110.708 30.2632 110.726 30.568L110.716 42.94L104.831 44.424V39.392L102.997 44.685L91.951 46.527L89.499 39.538V47.028L83.605 47.387V30.64C83.605 29.978 84.147 29.438 84.811 29.438H91.049ZM73.037 37.124L70.457 44.39H75.532L73.037 37.124ZM121.02 28.864C122.266 28.864 123.489 29.025 124.641 29.306C125.812 29.5807 126.921 30.0718 127.911 30.754C128.504 31.1704 129.034 31.6698 129.485 32.237C129.555 32.327 129.613 32.407 129.67 32.485C129.714 32.545 129.758 32.606 129.8 32.67C129.821 32.7 129.84 32.73 129.86 32.762C130.048 33.0387 130.215 33.3288 130.36 33.63C130.57 34.199 130.402 34.814 129.878 35.147C128.822 35.817 127.348 36.428 126.725 36.639C126.103 36.849 125.705 36.809 125.307 36.239C125.064 35.889 124.476 35.083 123.857 34.694C123.809 34.6571 123.759 34.6224 123.707 34.59C123.296 34.3367 122.842 34.1605 122.367 34.07C121.508 33.893 120.452 33.817 119.424 34.034C119.048 34.114 118.7 34.254 118.394 34.452C118.094 34.645 117.844 34.89 117.652 35.179C117.473 35.444 117.385 35.8 117.385 36.233C117.385 36.626 117.454 36.938 117.591 37.162C117.685 37.314 117.914 37.549 118.479 37.812C118.985 38.05 119.707 38.295 120.623 38.538C121.37 38.736 122.299 38.976 123.409 39.259L114.481 42.322C114.161 42.112 113.927 41.949 113.777 41.834C113.041 41.2688 112.436 40.5519 112.002 39.732C111.548 38.888 111.319 37.859 111.319 36.675C111.319 35.351 111.609 34.18 112.18 33.197C112.736 32.2325 113.495 31.4 114.404 30.757C115.336 30.1015 116.377 29.6166 117.478 29.325C118.633 29.0165 119.824 28.8619 121.02 28.865V28.864ZM52.666 34.486H47.236V40.467H52.666C53.777 40.467 54.609 40.23 55.138 39.759C55.652 39.303 55.91 38.517 55.91 37.427C55.91 36.382 55.652 35.627 55.14 35.181C54.611 34.721 53.779 34.486 52.666 34.486Z" fill="url(#paint0_linear_110_544)"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M121.796 38.844C122.524 39.032 123.366 39.248 124.321 39.49C124.767 39.579 125.418 39.748 126.231 39.99C127.075 40.239 127.923 40.641 128.753 41.186C129.595 41.741 130.331 42.488 130.943 43.408C131.568 44.353 131.885 45.565 131.885 47.012C131.885 48.183 131.655 49.289 131.199 50.299C130.731 51.3252 130.028 52.2268 129.147 52.931C128.257 53.658 127.137 54.231 125.827 54.631C124.527 55.029 123.009 55.231 121.312 55.231C119.941 55.231 118.589 55.059 117.295 54.721C115.985 54.38 114.811 53.833 113.804 53.098C112.782 52.3519 111.949 51.3773 111.37 50.252C111.069 49.657 110.849 49.0239 110.717 48.37V53.48C110.717 54.144 110.179 54.682 109.517 54.682H106.023C105.361 54.682 104.823 54.144 104.823 53.481V43.746C106.823 43.324 108.79 42.86 110.717 42.354V46.273C110.826 46.1056 110.975 45.9681 111.151 45.8729C111.327 45.7777 111.523 45.7279 111.723 45.728H115.46C116.124 45.728 116.555 46.242 116.607 46.928C116.632 47.24 116.747 47.633 116.959 48.038C117.226 48.541 117.573 48.956 118.003 49.268C118.446 49.586 118.977 49.825 119.581 49.982C120.625 50.252 121.71 50.296 122.99 50.109C123.478 50.0391 123.954 49.8969 124.4 49.687C124.804 49.4969 125.159 49.2179 125.44 48.871C125.697 48.551 125.82 48.143 125.82 47.626C125.82 47.086 125.658 46.664 125.323 46.337C124.945 45.97 124.436 45.656 123.811 45.407C123.151 45.143 122.391 44.909 121.552 44.71C120.682 44.504 119.792 44.272 118.908 44.023C117.992 43.7939 117.091 43.51 116.209 43.173C115.338 42.8469 114.518 42.3955 113.777 41.833C113.677 41.7555 113.579 41.6751 113.483 41.592C116.289 40.7869 119.063 39.8702 121.796 38.844ZM89.493 46.197V53.48C89.4931 53.6377 89.4622 53.7938 89.4019 53.9395C89.3417 54.0852 89.2533 54.2176 89.1419 54.3292C89.0304 54.4407 88.8981 54.5292 88.7525 54.5896C88.6068 54.6499 88.4507 54.681 88.293 54.681L87.558 54.685H79.914C79.6652 54.6803 79.4241 54.5979 79.2243 54.4495C79.0246 54.301 78.8762 54.0939 78.8 53.857L77.231 49.258H68.747L67.123 53.87C67.0437 54.107 66.8919 54.3132 66.6892 54.4594C66.4865 54.6056 66.243 54.6845 65.993 54.685H57.616C57.076 54.685 56.621 54.327 56.469 53.837C56.269 53.15 56.137 52.372 56.082 51.51C56.019 50.4936 55.918 49.4798 55.779 48.471C55.7592 48.3337 55.7359 48.197 55.709 48.061C57.7388 48.0412 59.7685 48.0092 61.798 47.965C61.815 48.128 61.826 48.284 61.838 48.447C61.861 48.842 61.884 49.3 61.907 49.825C61.921 50.142 61.943 50.468 61.969 50.796L63.054 47.931C69.396 47.769 76.028 47.459 82.665 46.886L83.6 49.386V46.805C85.567 46.627 87.534 46.425 89.493 46.197ZM41 48.105L42.52 48.108H43.362L43.802 48.109H44.722L47.236 48.106V53.518C47.2277 53.8301 47.098 54.1266 46.8744 54.3445C46.6509 54.5624 46.3512 54.6846 46.039 54.685H42.203C41.539 54.685 41.003 54.147 41 53.484V48.105ZM103.2 44.098L99.818 53.858C99.74 54.0975 99.5884 54.3062 99.3847 54.4543C99.1811 54.6025 98.9358 54.6825 98.684 54.683H95.634C95.12 54.683 94.686 54.359 94.515 53.906L91.738 45.921C93.586 45.685 95.418 45.427 97.241 45.138L97.311 45.33L97.374 45.118C99.338 44.806 101.281 44.48 103.2 44.098Z" fill="#78C339"/>
|
|
5
|
-
<path d="M107.509 13.334C105.011 18.995 108.589 24.419 114.854 26.07C119.451 27.28 124.646 25.62 126.511 22.132L125.833 21.454C125.627 21.247 125.512 20.9669 125.512 20.675C125.512 20.3831 125.627 20.103 125.833 19.896L127.166 18.562C127.173 18.556 127.179 18.552 127.185 18.545C126.818 16.268 124.835 14.765 122.8 14.207C119.555 13.317 116.58 14.414 115.125 16.411C114.931 16.675 115.326 16.846 115.326 16.846C115.326 16.846 116.733 17.496 116.945 17.611C117.158 17.729 117.359 17.516 117.472 17.423C118.324 16.721 119.607 16.203 121.032 16.629C123.024 17.226 123.784 18.836 122.98 20.48C121.908 22.674 118.797 23.203 116.522 22.629C112.816 21.695 111.521 18.502 112.772 15.476C114.228 11.956 119.809 9.956 124.668 11.381C130.203 13.13 132.794 17.761 130.54 22.87C130.05 23.978 129.273 25.11 128.233 26.188C128.132 26.295 128.027 26.399 127.92 26.503C127.89 26.531 127.864 26.559 127.835 26.587C127.695 26.7221 127.551 26.8544 127.406 26.984L127.392 26.997C127.239 27.133 127.083 27.2663 126.925 27.397C126.918 27.402 126.911 27.407 126.905 27.414C126.739 27.549 126.571 27.683 126.397 27.816C126.497 27.853 126.596 27.892 126.694 27.931L126.732 27.946C127.062 28.0802 127.386 28.2294 127.702 28.393C127.774 28.43 127.842 28.469 127.912 28.506L128.013 28.56C128.089 28.603 128.163 28.647 128.238 28.692L128.317 28.737C128.517 28.859 128.714 28.987 128.905 29.12C130.179 30.0112 131.208 31.2078 131.9 32.6L131.923 32.647C131.959 32.72 131.994 32.793 132.028 32.869L132.043 32.902C132.12 33.076 132.193 33.252 132.259 33.429C136.811 30.235 138.683 25.905 139.012 25.007L139.014 25.002C139.018 24.9926 139.021 24.9829 139.024 24.973C141.208 18.958 139.664 11.483 131.769 7.153C131.326 6.91178 130.876 6.68433 130.419 6.471L130.435 6.486C129.77 6.19242 129.086 5.94647 128.386 5.75C126.804 5.308 124.896 5.117 123.35 5.033C122.939 5.01099 122.528 4.99999 122.116 5C115.17 5 109.7 8.235 107.509 13.334Z" fill="url(#paint1_linear_110_544)"/>
|
|
6
|
-
<path d="M128.235 22.298C128.158 22.3751 128.053 22.4184 127.944 22.4184C127.834 22.4184 127.729 22.3751 127.652 22.298L126.32 20.966C126.243 20.8886 126.2 20.7838 126.2 20.6745C126.2 20.5652 126.243 20.4604 126.32 20.383L127.652 19.051C127.73 18.9741 127.834 18.931 127.944 18.931C128.053 18.931 128.157 18.9741 128.235 19.051L129.566 20.383C129.604 20.4212 129.635 20.4665 129.655 20.5165C129.676 20.5664 129.687 20.6199 129.687 20.674C129.687 20.7281 129.676 20.7816 129.655 20.8315C129.635 20.8815 129.604 20.9268 129.566 20.965L128.236 22.298H128.235Z" fill="#0083C2"/>
|
|
7
|
-
<path d="M132.618 19.18C132.301 20.318 130.396 24.179 128.285 26.119C127.699 26.7314 127.068 27.2986 126.397 27.816C127.293 28.151 128.117 28.581 128.883 29.122C130.079 29.9545 131.058 31.0605 131.74 32.348C131.927 32.703 132.129 33.074 132.26 33.428C136.816 30.221 138.694 25.903 139.012 25.008C141.365 18.648 139.51 10.657 130.414 6.46002C133.534 9.50002 133.944 14.555 132.618 19.18Z" fill="url(#paint2_linear_110_544)"/>
|
|
8
|
-
</g>
|
|
9
|
-
<defs>
|
|
10
|
-
<linearGradient id="paint0_linear_110_544" x1="85.088" y1="32.1517" x2="85.088" y2="48.9342" gradientUnits="userSpaceOnUse">
|
|
11
|
-
<stop stop-color="#00B6F1"/>
|
|
12
|
-
<stop offset="0.144" stop-color="#00AEEF"/>
|
|
13
|
-
<stop offset="0.316" stop-color="#00A0E0"/>
|
|
14
|
-
<stop offset="0.643" stop-color="#007DBA"/>
|
|
15
|
-
<stop offset="0.644" stop-color="#007DBA"/>
|
|
16
|
-
<stop offset="1" stop-color="#005282"/>
|
|
17
|
-
</linearGradient>
|
|
18
|
-
<linearGradient id="paint1_linear_110_544" x1="116.636" y1="20.1075" x2="133.224" y2="18.0208" gradientUnits="userSpaceOnUse">
|
|
19
|
-
<stop stop-color="#0083C2"/>
|
|
20
|
-
<stop offset="0.629" stop-color="#0081C0"/>
|
|
21
|
-
<stop offset="0.733" stop-color="#007CB9"/>
|
|
22
|
-
<stop offset="0.807" stop-color="#0072AE"/>
|
|
23
|
-
<stop offset="0.867" stop-color="#00659D"/>
|
|
24
|
-
<stop offset="0.918" stop-color="#005387"/>
|
|
25
|
-
<stop offset="1" stop-color="#004474"/>
|
|
26
|
-
</linearGradient>
|
|
27
|
-
<linearGradient id="paint2_linear_110_544" x1="134.679" y1="6.20922" x2="121.528" y2="34.6657" gradientUnits="userSpaceOnUse">
|
|
28
|
-
<stop stop-color="#6DCFF6"/>
|
|
29
|
-
<stop offset="0.431" stop-color="#00AEEF"/>
|
|
30
|
-
<stop offset="0.782" stop-color="#0088C7"/>
|
|
31
|
-
<stop offset="1" stop-color="#0072AA"/>
|
|
32
|
-
</linearGradient>
|
|
33
|
-
<clipPath id="clip0_110_544">
|
|
34
|
-
<rect width="180" height="65" fill="white"/>
|
|
35
|
-
</clipPath>
|
|
36
|
-
</defs>
|
|
37
|
-
</svg>
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
<svg width="180" height="65" viewBox="0 0 180 65" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_110_545)">
|
|
3
|
-
<path d="M13.578 29.438C14.721 29.438 15.768 29.628 16.693 30C17.586 30.3515 18.4007 30.8763 19.09 31.544C19.7507 32.1915 20.2717 32.9674 20.621 33.824C20.9754 34.706 21.1544 35.6485 21.148 36.599C21.148 38.104 20.824 39.429 20.186 40.537C19.674 41.425 18.908 42.15 17.898 42.701C18.228 42.863 18.522 43.056 18.78 43.279C19.25 43.689 19.639 44.179 19.937 44.735C20.2371 45.3034 20.4527 45.9124 20.577 46.543C20.682 47.061 20.761 47.585 20.811 48.106H14.722C14.538 47.118 14.211 46.383 13.745 45.918C13.242 45.414 12.37 45.158 11.154 45.158H6.236V48.472H0V30.57C0.0166163 30.2645 0.149618 29.9769 0.371681 29.7664C0.593743 29.5558 0.888002 29.4383 1.194 29.438H13.578ZM34.311 29.438C34.5544 29.4385 34.7918 29.513 34.9918 29.6516C35.1919 29.7902 35.345 29.9864 35.431 30.214L42.121 48.106L22.039 47.971L28.782 30.12C28.8785 29.9167 29.0306 29.7447 29.2206 29.6241C29.4106 29.5034 29.6309 29.4389 29.856 29.438H34.311ZM50.049 29.438C50.579 29.438 51.02 29.785 51.18 30.262L56.308 45.336L61.154 30.282C61.2294 30.0383 61.3806 29.825 61.5857 29.6732C61.7907 29.5214 62.0389 29.439 62.294 29.438H68.533C68.8383 29.4393 69.1316 29.5568 69.3533 29.7668C69.5749 29.9767 69.7082 30.2632 69.726 30.568L69.716 42.94L63.831 44.424V39.392L61.997 44.685L50.951 46.527L48.499 39.538V47.028L42.605 47.387V30.64C42.605 29.978 43.147 29.438 43.811 29.438H50.049ZM32.037 37.124L29.457 44.39H34.532L32.037 37.124ZM80.02 28.864C81.266 28.864 82.489 29.025 83.641 29.306C84.8117 29.5807 85.9207 30.0718 86.911 30.754C87.504 31.1704 88.0341 31.6698 88.485 32.237C88.555 32.327 88.613 32.407 88.67 32.485C88.714 32.545 88.758 32.606 88.8 32.67C88.821 32.7 88.84 32.73 88.86 32.762C89.0477 33.0387 89.2148 33.3288 89.36 33.63C89.57 34.199 89.402 34.814 88.878 35.147C87.822 35.817 86.348 36.428 85.725 36.639C85.103 36.849 84.705 36.809 84.307 36.239C84.064 35.889 83.476 35.083 82.857 34.694C82.8086 34.6571 82.7585 34.6224 82.707 34.59C82.2956 34.3367 81.8415 34.1605 81.367 34.07C80.508 33.893 79.452 33.817 78.424 34.034C78.048 34.114 77.7 34.254 77.394 34.452C77.094 34.645 76.844 34.89 76.652 35.179C76.473 35.444 76.385 35.8 76.385 36.233C76.385 36.626 76.454 36.938 76.591 37.162C76.685 37.314 76.914 37.549 77.479 37.812C77.985 38.05 78.707 38.295 79.623 38.538C80.37 38.736 81.299 38.976 82.409 39.259L73.481 42.322C73.161 42.112 72.927 41.949 72.777 41.834C72.0414 41.2688 71.436 40.5519 71.002 39.732C70.548 38.888 70.319 37.859 70.319 36.675C70.319 35.351 70.609 34.18 71.18 33.197C71.7363 32.2325 72.495 31.4 73.404 30.757C74.3358 30.1015 75.3766 29.6166 76.478 29.325C77.6333 29.0165 78.8242 28.8619 80.02 28.865V28.864ZM11.666 34.486H6.236V40.467H11.666C12.777 40.467 13.609 40.23 14.138 39.759C14.652 39.303 14.91 38.517 14.91 37.427C14.91 36.382 14.652 35.627 14.14 35.181C13.611 34.721 12.779 34.486 11.666 34.486Z" fill="url(#paint0_linear_110_545)"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M80.796 38.844C81.524 39.032 82.366 39.248 83.321 39.49C83.767 39.579 84.418 39.748 85.231 39.99C86.075 40.239 86.923 40.641 87.753 41.186C88.595 41.741 89.331 42.488 89.943 43.408C90.568 44.353 90.885 45.565 90.885 47.012C90.885 48.183 90.655 49.289 90.199 50.299C89.731 51.3252 89.028 52.2268 88.147 52.931C87.257 53.658 86.137 54.231 84.827 54.631C83.527 55.029 82.009 55.231 80.312 55.231C78.941 55.231 77.589 55.059 76.295 54.721C74.985 54.38 73.811 53.833 72.804 53.098C71.782 52.3519 70.9485 51.3773 70.37 50.252C70.0685 49.657 69.8489 49.0239 69.717 48.37V53.48C69.717 54.144 69.179 54.682 68.517 54.682H65.023C64.361 54.682 63.823 54.144 63.823 53.481V43.746C65.823 43.324 67.79 42.86 69.717 42.354V46.273C69.8261 46.1056 69.9752 45.9681 70.1509 45.8729C70.3265 45.7777 70.5232 45.7279 70.723 45.728H74.46C75.124 45.728 75.555 46.242 75.607 46.928C75.632 47.24 75.747 47.633 75.959 48.038C76.226 48.541 76.573 48.956 77.003 49.268C77.446 49.586 77.977 49.825 78.581 49.982C79.625 50.252 80.71 50.296 81.99 50.109C82.4783 50.0391 82.9536 49.8969 83.4 49.687C83.8037 49.4969 84.1593 49.2179 84.44 48.871C84.697 48.551 84.82 48.143 84.82 47.626C84.82 47.086 84.658 46.664 84.323 46.337C83.945 45.97 83.436 45.656 82.811 45.407C82.151 45.143 81.391 44.909 80.552 44.71C79.682 44.504 78.792 44.272 77.908 44.023C76.9921 43.7939 76.0909 43.51 75.209 43.173C74.3375 42.8469 73.5182 42.3955 72.777 41.833C72.6767 41.7555 72.5787 41.6751 72.483 41.592C75.2895 40.7869 78.0627 39.8702 80.796 38.844ZM48.493 46.197V53.48C48.4931 53.6377 48.4622 53.7938 48.4019 53.9395C48.3417 54.0852 48.2533 54.2176 48.1419 54.3292C48.0304 54.4407 47.8981 54.5292 47.7525 54.5896C47.6068 54.6499 47.4507 54.681 47.293 54.681L46.558 54.685H38.914C38.6652 54.6803 38.4241 54.5979 38.2243 54.4495C38.0246 54.301 37.8762 54.0939 37.8 53.857L36.231 49.258H27.747L26.123 53.87C26.0437 54.107 25.8919 54.3132 25.6892 54.4594C25.4865 54.6056 25.243 54.6845 24.993 54.685H16.616C16.076 54.685 15.621 54.327 15.469 53.837C15.269 53.15 15.137 52.372 15.082 51.51C15.019 50.4936 14.918 49.4798 14.779 48.471C14.7592 48.3337 14.7359 48.197 14.709 48.061C16.7388 48.0412 18.7685 48.0092 20.798 47.965C20.815 48.128 20.826 48.284 20.838 48.447C20.861 48.842 20.884 49.3 20.907 49.825C20.921 50.142 20.943 50.468 20.969 50.796L22.054 47.931C28.396 47.769 35.028 47.459 41.665 46.886L42.6 49.386V46.805C44.567 46.627 46.534 46.425 48.493 46.197ZM0 48.105L1.52 48.108H2.362L2.802 48.109H3.722L6.236 48.106V53.518C6.22767 53.8301 6.09795 54.1266 5.87442 54.3445C5.65089 54.5624 5.35118 54.6846 5.039 54.685H1.203C0.539 54.685 0.003 54.147 0 53.484V48.105ZM62.2 44.098L58.818 53.858C58.74 54.0975 58.5884 54.3062 58.3847 54.4543C58.1811 54.6025 57.9358 54.6825 57.684 54.683H54.634C54.12 54.683 53.686 54.359 53.515 53.906L50.738 45.921C52.586 45.685 54.418 45.427 56.241 45.138L56.311 45.33L56.374 45.118C58.338 44.806 60.281 44.48 62.2 44.098Z" fill="#78C339"/>
|
|
5
|
-
<path d="M66.509 13.334C64.011 18.995 67.589 24.419 73.854 26.07C78.451 27.28 83.646 25.62 85.511 22.132L84.833 21.454C84.6272 21.247 84.5117 20.9669 84.5117 20.675C84.5117 20.3831 84.6272 20.103 84.833 19.896L86.166 18.562C86.173 18.556 86.179 18.552 86.185 18.545C85.818 16.268 83.835 14.765 81.8 14.207C78.555 13.317 75.58 14.414 74.125 16.411C73.931 16.675 74.326 16.846 74.326 16.846C74.326 16.846 75.733 17.496 75.945 17.611C76.158 17.729 76.359 17.516 76.472 17.423C77.324 16.721 78.607 16.203 80.032 16.629C82.024 17.226 82.784 18.836 81.98 20.48C80.908 22.674 77.797 23.203 75.522 22.629C71.816 21.695 70.521 18.502 71.772 15.476C73.228 11.956 78.809 9.956 83.668 11.381C89.203 13.13 91.794 17.761 89.54 22.87C89.05 23.978 88.273 25.11 87.233 26.188C87.132 26.295 87.027 26.399 86.92 26.503C86.89 26.531 86.864 26.559 86.835 26.587C86.6945 26.7221 86.5515 26.8544 86.406 26.984L86.392 26.997C86.2386 27.133 86.0829 27.2663 85.925 27.397C85.918 27.402 85.911 27.407 85.905 27.414C85.739 27.549 85.571 27.683 85.397 27.816C85.497 27.853 85.596 27.892 85.694 27.931L85.732 27.946C86.0619 28.0802 86.3856 28.2294 86.702 28.393C86.774 28.43 86.842 28.469 86.912 28.506L87.013 28.56C87.089 28.603 87.163 28.647 87.238 28.692L87.317 28.737C87.517 28.859 87.714 28.987 87.905 29.12C89.1787 30.0112 90.2084 31.2078 90.9 32.6L90.923 32.647C90.959 32.72 90.994 32.793 91.028 32.869L91.043 32.902C91.12 33.076 91.193 33.252 91.259 33.429C95.811 30.235 97.683 25.905 98.012 25.007L98.014 25.002C98.0179 24.9926 98.0213 24.9829 98.024 24.973C100.208 18.958 98.664 11.483 90.769 7.153C90.3261 6.91178 89.8759 6.68433 89.419 6.471L89.435 6.486C88.7703 6.19242 88.0855 5.94647 87.386 5.75C85.804 5.308 83.896 5.117 82.35 5.033C81.939 5.01099 81.5275 4.99999 81.116 5C74.17 5 68.7 8.235 66.509 13.334Z" fill="url(#paint1_linear_110_545)"/>
|
|
6
|
-
<path d="M87.235 22.2981C87.1576 22.3752 87.0528 22.4185 86.9435 22.4185C86.8342 22.4185 86.7294 22.3752 86.652 22.2981L85.32 20.9661C85.2429 20.8886 85.1996 20.7838 85.1996 20.6746C85.1996 20.5653 85.2429 20.4605 85.32 20.3831L86.652 19.0511C86.7296 18.9742 86.8343 18.931 86.9435 18.931C87.0527 18.931 87.1575 18.9742 87.235 19.0511L88.566 20.3831C88.6043 20.4212 88.6347 20.4666 88.6554 20.5165C88.6761 20.5665 88.6868 20.62 88.6868 20.6741C88.6868 20.7281 88.6761 20.7816 88.6554 20.8316C88.6347 20.8815 88.6043 20.9269 88.566 20.9651L87.236 22.2981H87.235Z" fill="#0083C2"/>
|
|
7
|
-
<path d="M91.618 19.18C91.301 20.318 89.396 24.179 87.285 26.119C86.6992 26.7313 86.0681 27.2986 85.397 27.816C86.293 28.151 87.117 28.581 87.883 29.122C89.0786 29.9544 90.0581 31.0604 90.74 32.348C90.927 32.703 91.129 33.074 91.26 33.428C95.816 30.221 97.694 25.903 98.012 25.008C100.365 18.648 98.51 10.657 89.414 6.45996C92.534 9.49996 92.944 14.555 91.618 19.18Z" fill="url(#paint2_linear_110_545)"/>
|
|
8
|
-
</g>
|
|
9
|
-
<defs>
|
|
10
|
-
<linearGradient id="paint0_linear_110_545" x1="44.088" y1="32.1517" x2="44.088" y2="48.9342" gradientUnits="userSpaceOnUse">
|
|
11
|
-
<stop stop-color="#00B6F1"/>
|
|
12
|
-
<stop offset="0.144" stop-color="#00AEEF"/>
|
|
13
|
-
<stop offset="0.316" stop-color="#00A0E0"/>
|
|
14
|
-
<stop offset="0.643" stop-color="#007DBA"/>
|
|
15
|
-
<stop offset="0.644" stop-color="#007DBA"/>
|
|
16
|
-
<stop offset="1" stop-color="#005282"/>
|
|
17
|
-
</linearGradient>
|
|
18
|
-
<linearGradient id="paint1_linear_110_545" x1="75.6365" y1="20.1075" x2="92.2237" y2="18.0208" gradientUnits="userSpaceOnUse">
|
|
19
|
-
<stop stop-color="#0083C2"/>
|
|
20
|
-
<stop offset="0.629" stop-color="#0081C0"/>
|
|
21
|
-
<stop offset="0.733" stop-color="#007CB9"/>
|
|
22
|
-
<stop offset="0.807" stop-color="#0072AE"/>
|
|
23
|
-
<stop offset="0.867" stop-color="#00659D"/>
|
|
24
|
-
<stop offset="0.918" stop-color="#005387"/>
|
|
25
|
-
<stop offset="1" stop-color="#004474"/>
|
|
26
|
-
</linearGradient>
|
|
27
|
-
<linearGradient id="paint2_linear_110_545" x1="93.6785" y1="6.20916" x2="80.5277" y2="34.6656" gradientUnits="userSpaceOnUse">
|
|
28
|
-
<stop stop-color="#6DCFF6"/>
|
|
29
|
-
<stop offset="0.431" stop-color="#00AEEF"/>
|
|
30
|
-
<stop offset="0.782" stop-color="#0088C7"/>
|
|
31
|
-
<stop offset="1" stop-color="#0072AA"/>
|
|
32
|
-
</linearGradient>
|
|
33
|
-
<clipPath id="clip0_110_545">
|
|
34
|
-
<rect width="180" height="65" fill="white"/>
|
|
35
|
-
</clipPath>
|
|
36
|
-
</defs>
|
|
37
|
-
</svg>
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
<svg width="180" height="65" viewBox="0 0 180 65" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_110_543)">
|
|
3
|
-
<path d="M94.578 29.438C95.721 29.438 96.768 29.628 97.693 30C98.586 30.3515 99.4007 30.8763 100.09 31.544C100.751 32.1915 101.272 32.9674 101.621 33.824C101.975 34.706 102.154 35.6485 102.148 36.599C102.148 38.104 101.824 39.429 101.186 40.537C100.674 41.425 99.908 42.15 98.898 42.701C99.228 42.863 99.522 43.056 99.78 43.279C100.25 43.689 100.639 44.179 100.937 44.735C101.237 45.3034 101.453 45.9124 101.577 46.543C101.682 47.061 101.761 47.585 101.811 48.106H95.722C95.538 47.118 95.211 46.383 94.745 45.918C94.242 45.414 93.37 45.158 92.154 45.158H87.236V48.472H81V30.57C81.0166 30.2645 81.1496 29.9769 81.3717 29.7664C81.5937 29.5558 81.888 29.4383 82.194 29.438H94.578ZM115.311 29.438C115.554 29.4385 115.792 29.513 115.992 29.6516C116.192 29.7902 116.345 29.9864 116.431 30.214L123.121 48.106L103.039 47.971L109.782 30.12C109.879 29.9167 110.031 29.7447 110.221 29.6241C110.411 29.5034 110.631 29.4389 110.856 29.438H115.311ZM131.049 29.438C131.579 29.438 132.02 29.785 132.18 30.262L137.308 45.336L142.154 30.282C142.229 30.0383 142.381 29.825 142.586 29.6732C142.791 29.5214 143.039 29.439 143.294 29.438H149.533C149.838 29.4393 150.132 29.5568 150.353 29.7668C150.575 29.9767 150.708 30.2632 150.726 30.568L150.716 42.94L144.831 44.424V39.392L142.997 44.685L131.951 46.527L129.499 39.538V47.028L123.605 47.387V30.64C123.605 29.978 124.147 29.438 124.811 29.438H131.049ZM113.037 37.124L110.457 44.39H115.532L113.037 37.124ZM161.02 28.864C162.266 28.864 163.489 29.025 164.641 29.306C165.812 29.5807 166.921 30.0718 167.911 30.754C168.504 31.1704 169.034 31.6698 169.485 32.237C169.555 32.327 169.613 32.407 169.67 32.485C169.714 32.545 169.758 32.606 169.8 32.67C169.821 32.7 169.84 32.73 169.86 32.762C170.048 33.0387 170.215 33.3288 170.36 33.63C170.57 34.199 170.402 34.814 169.878 35.147C168.822 35.817 167.348 36.428 166.725 36.639C166.103 36.849 165.705 36.809 165.307 36.239C165.064 35.889 164.476 35.083 163.857 34.694C163.809 34.6571 163.759 34.6224 163.707 34.59C163.296 34.3367 162.842 34.1605 162.367 34.07C161.508 33.893 160.452 33.817 159.424 34.034C159.048 34.114 158.7 34.254 158.394 34.452C158.094 34.645 157.844 34.89 157.652 35.179C157.473 35.444 157.385 35.8 157.385 36.233C157.385 36.626 157.454 36.938 157.591 37.162C157.685 37.314 157.914 37.549 158.479 37.812C158.985 38.05 159.707 38.295 160.623 38.538C161.37 38.736 162.299 38.976 163.409 39.259L154.481 42.322C154.161 42.112 153.927 41.949 153.777 41.834C153.041 41.2688 152.436 40.5519 152.002 39.732C151.548 38.888 151.319 37.859 151.319 36.675C151.319 35.351 151.609 34.18 152.18 33.197C152.736 32.2325 153.495 31.4 154.404 30.757C155.336 30.1015 156.377 29.6166 157.478 29.325C158.633 29.0165 159.824 28.8619 161.02 28.865V28.864ZM92.666 34.486H87.236V40.467H92.666C93.777 40.467 94.609 40.23 95.138 39.759C95.652 39.303 95.91 38.517 95.91 37.427C95.91 36.382 95.652 35.627 95.14 35.181C94.611 34.721 93.779 34.486 92.666 34.486Z" fill="url(#paint0_linear_110_543)"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M161.796 38.844C162.524 39.032 163.366 39.248 164.321 39.49C164.767 39.579 165.418 39.748 166.231 39.99C167.075 40.239 167.923 40.641 168.753 41.186C169.595 41.741 170.331 42.488 170.943 43.408C171.568 44.353 171.885 45.565 171.885 47.012C171.885 48.183 171.655 49.289 171.199 50.299C170.731 51.3252 170.028 52.2268 169.147 52.931C168.257 53.658 167.137 54.231 165.827 54.631C164.527 55.029 163.009 55.231 161.312 55.231C159.941 55.231 158.589 55.059 157.295 54.721C155.985 54.38 154.811 53.833 153.804 53.098C152.782 52.3519 151.949 51.3773 151.37 50.252C151.069 49.657 150.849 49.0239 150.717 48.37V53.48C150.717 54.144 150.179 54.682 149.517 54.682H146.023C145.361 54.682 144.823 54.144 144.823 53.481V43.746C146.823 43.324 148.79 42.86 150.717 42.354V46.273C150.826 46.1056 150.975 45.9681 151.151 45.8729C151.327 45.7777 151.523 45.7279 151.723 45.728H155.46C156.124 45.728 156.555 46.242 156.607 46.928C156.632 47.24 156.747 47.633 156.959 48.038C157.226 48.541 157.573 48.956 158.003 49.268C158.446 49.586 158.977 49.825 159.581 49.982C160.625 50.252 161.71 50.296 162.99 50.109C163.478 50.0391 163.954 49.8969 164.4 49.687C164.804 49.4969 165.159 49.2179 165.44 48.871C165.697 48.551 165.82 48.143 165.82 47.626C165.82 47.086 165.658 46.664 165.323 46.337C164.945 45.97 164.436 45.656 163.811 45.407C163.151 45.143 162.391 44.909 161.552 44.71C160.682 44.504 159.792 44.272 158.908 44.023C157.992 43.7939 157.091 43.51 156.209 43.173C155.338 42.8469 154.518 42.3955 153.777 41.833C153.677 41.7555 153.579 41.6751 153.483 41.592C156.289 40.7869 159.063 39.8702 161.796 38.844ZM129.493 46.197V53.48C129.493 53.6377 129.462 53.7938 129.402 53.9395C129.342 54.0852 129.253 54.2176 129.142 54.3292C129.03 54.4407 128.898 54.5292 128.752 54.5896C128.607 54.6499 128.451 54.681 128.293 54.681L127.558 54.685H119.914C119.665 54.6803 119.424 54.5979 119.224 54.4495C119.025 54.301 118.876 54.0939 118.8 53.857L117.231 49.258H108.747L107.123 53.87C107.044 54.107 106.892 54.3132 106.689 54.4594C106.486 54.6056 106.243 54.6845 105.993 54.685H97.616C97.076 54.685 96.621 54.327 96.469 53.837C96.269 53.15 96.137 52.372 96.082 51.51C96.019 50.4936 95.918 49.4798 95.779 48.471C95.7592 48.3337 95.7359 48.197 95.709 48.061C97.7388 48.0412 99.7685 48.0092 101.798 47.965C101.815 48.128 101.826 48.284 101.838 48.447C101.861 48.842 101.884 49.3 101.907 49.825C101.921 50.142 101.943 50.468 101.969 50.796L103.054 47.931C109.396 47.769 116.028 47.459 122.665 46.886L123.6 49.386V46.805C125.567 46.627 127.534 46.425 129.493 46.197ZM81 48.105L82.52 48.108H83.362L83.802 48.109H84.722L87.236 48.106V53.518C87.2277 53.8301 87.098 54.1266 86.8744 54.3445C86.6509 54.5624 86.3512 54.6846 86.039 54.685H82.203C81.539 54.685 81.003 54.147 81 53.484V48.105ZM143.2 44.098L139.818 53.858C139.74 54.0975 139.588 54.3062 139.385 54.4543C139.181 54.6025 138.936 54.6825 138.684 54.683H135.634C135.12 54.683 134.686 54.359 134.515 53.906L131.738 45.921C133.586 45.685 135.418 45.427 137.241 45.138L137.311 45.33L137.374 45.118C139.338 44.806 141.281 44.48 143.2 44.098Z" fill="#78C339"/>
|
|
5
|
-
<path d="M147.509 13.334C145.011 18.995 148.589 24.419 154.854 26.07C159.451 27.28 164.646 25.62 166.511 22.132L165.833 21.454C165.627 21.247 165.512 20.9669 165.512 20.675C165.512 20.3831 165.627 20.103 165.833 19.896L167.166 18.562C167.173 18.556 167.179 18.552 167.185 18.545C166.818 16.268 164.835 14.765 162.8 14.207C159.555 13.317 156.58 14.414 155.125 16.411C154.931 16.675 155.326 16.846 155.326 16.846C155.326 16.846 156.733 17.496 156.945 17.611C157.158 17.729 157.359 17.516 157.472 17.423C158.324 16.721 159.607 16.203 161.032 16.629C163.024 17.226 163.784 18.836 162.98 20.48C161.908 22.674 158.797 23.203 156.522 22.629C152.816 21.695 151.521 18.502 152.772 15.476C154.228 11.956 159.809 9.956 164.668 11.381C170.203 13.13 172.794 17.761 170.54 22.87C170.05 23.978 169.273 25.11 168.233 26.188C168.132 26.295 168.027 26.399 167.92 26.503C167.89 26.531 167.864 26.559 167.835 26.587C167.695 26.7221 167.551 26.8544 167.406 26.984L167.392 26.997C167.239 27.133 167.083 27.2663 166.925 27.397C166.918 27.402 166.911 27.407 166.905 27.414C166.739 27.549 166.571 27.683 166.397 27.816C166.497 27.853 166.596 27.892 166.694 27.931L166.732 27.946C167.062 28.0802 167.386 28.2294 167.702 28.393C167.774 28.43 167.842 28.469 167.912 28.506L168.013 28.56C168.089 28.603 168.163 28.647 168.238 28.692L168.317 28.737C168.517 28.859 168.714 28.987 168.905 29.12C170.179 30.0112 171.208 31.2078 171.9 32.6L171.923 32.647C171.959 32.72 171.994 32.793 172.028 32.869L172.043 32.902C172.12 33.076 172.193 33.252 172.259 33.429C176.811 30.235 178.683 25.905 179.012 25.007L179.014 25.002C179.018 24.9926 179.021 24.9829 179.024 24.973C181.208 18.958 179.664 11.483 171.769 7.153C171.326 6.91178 170.876 6.68433 170.419 6.471L170.435 6.486C169.77 6.19242 169.086 5.94647 168.386 5.75C166.804 5.308 164.896 5.117 163.35 5.033C162.939 5.01099 162.528 4.99999 162.116 5C155.17 5 149.7 8.235 147.509 13.334Z" fill="url(#paint1_linear_110_543)"/>
|
|
6
|
-
<path d="M168.235 22.298C168.158 22.3751 168.053 22.4184 167.944 22.4184C167.834 22.4184 167.729 22.3751 167.652 22.298L166.32 20.966C166.243 20.8886 166.2 20.7838 166.2 20.6745C166.2 20.5652 166.243 20.4604 166.32 20.383L167.652 19.051C167.73 18.9741 167.834 18.931 167.944 18.931C168.053 18.931 168.157 18.9741 168.235 19.051L169.566 20.383C169.604 20.4212 169.635 20.4665 169.655 20.5165C169.676 20.5664 169.687 20.6199 169.687 20.674C169.687 20.7281 169.676 20.7816 169.655 20.8315C169.635 20.8815 169.604 20.9268 169.566 20.965L168.236 22.298H168.235Z" fill="#0083C2"/>
|
|
7
|
-
<path d="M172.618 19.18C172.301 20.318 170.396 24.179 168.285 26.119C167.699 26.7314 167.068 27.2986 166.397 27.816C167.293 28.151 168.117 28.581 168.883 29.122C170.079 29.9545 171.058 31.0605 171.74 32.348C171.927 32.703 172.129 33.074 172.26 33.428C176.816 30.221 178.694 25.903 179.012 25.008C181.365 18.648 179.51 10.657 170.414 6.46002C173.534 9.50002 173.944 14.555 172.618 19.18Z" fill="url(#paint2_linear_110_543)"/>
|
|
8
|
-
</g>
|
|
9
|
-
<defs>
|
|
10
|
-
<linearGradient id="paint0_linear_110_543" x1="125.088" y1="32.1517" x2="125.088" y2="48.9342" gradientUnits="userSpaceOnUse">
|
|
11
|
-
<stop stop-color="#00B6F1"/>
|
|
12
|
-
<stop offset="0.144" stop-color="#00AEEF"/>
|
|
13
|
-
<stop offset="0.316" stop-color="#00A0E0"/>
|
|
14
|
-
<stop offset="0.643" stop-color="#007DBA"/>
|
|
15
|
-
<stop offset="0.644" stop-color="#007DBA"/>
|
|
16
|
-
<stop offset="1" stop-color="#005282"/>
|
|
17
|
-
</linearGradient>
|
|
18
|
-
<linearGradient id="paint1_linear_110_543" x1="156.636" y1="20.1075" x2="173.224" y2="18.0208" gradientUnits="userSpaceOnUse">
|
|
19
|
-
<stop stop-color="#0083C2"/>
|
|
20
|
-
<stop offset="0.629" stop-color="#0081C0"/>
|
|
21
|
-
<stop offset="0.733" stop-color="#007CB9"/>
|
|
22
|
-
<stop offset="0.807" stop-color="#0072AE"/>
|
|
23
|
-
<stop offset="0.867" stop-color="#00659D"/>
|
|
24
|
-
<stop offset="0.918" stop-color="#005387"/>
|
|
25
|
-
<stop offset="1" stop-color="#004474"/>
|
|
26
|
-
</linearGradient>
|
|
27
|
-
<linearGradient id="paint2_linear_110_543" x1="174.679" y1="6.20922" x2="161.528" y2="34.6657" gradientUnits="userSpaceOnUse">
|
|
28
|
-
<stop stop-color="#6DCFF6"/>
|
|
29
|
-
<stop offset="0.431" stop-color="#00AEEF"/>
|
|
30
|
-
<stop offset="0.782" stop-color="#0088C7"/>
|
|
31
|
-
<stop offset="1" stop-color="#0072AA"/>
|
|
32
|
-
</linearGradient>
|
|
33
|
-
<clipPath id="clip0_110_543">
|
|
34
|
-
<rect width="180" height="65" fill="white"/>
|
|
35
|
-
</clipPath>
|
|
36
|
-
</defs>
|
|
37
|
-
</svg>
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
<svg width="122" height="44" viewBox="0 0 122 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_110_231)">
|
|
3
|
-
<path d="M34.875 19.73C35.706 19.73 36.468 19.867 37.14 20.137C37.814 20.407 38.4 20.784 38.884 21.257C39.367 21.731 39.742 22.287 39.997 22.911C40.252 23.533 40.381 24.211 40.381 24.925C40.381 26.016 40.145 26.978 39.681 27.782C39.309 28.426 38.751 28.952 38.017 29.352C38.257 29.469 38.471 29.61 38.657 29.772C39 30.068 39.283 30.424 39.499 30.827C39.712 31.224 39.869 31.666 39.965 32.139C40.041 32.515 40.099 32.895 40.135 33.273H35.707C35.573 32.556 35.335 32.023 34.997 31.686C34.63 31.32 33.997 31.135 33.112 31.135H29.535V33.539H25V20.55C25.0125 20.328 25.1095 20.1193 25.2711 19.9666C25.4328 19.8139 25.6467 19.7289 25.869 19.729H34.875V19.73ZM49.954 19.73C50.327 19.73 50.642 19.965 50.768 20.293L55.634 33.273L41.029 33.175L45.932 20.224C46.0024 20.0765 46.1131 19.9518 46.2513 19.8644C46.3895 19.777 46.5495 19.7304 46.713 19.73H49.953H49.954ZM61.399 19.73C61.785 19.73 62.106 19.981 62.222 20.327L65.952 31.263L69.475 20.343C69.53 20.1657 69.6402 20.0106 69.7895 19.9004C69.9388 19.7901 70.1194 19.7304 70.305 19.73H74.842C75.306 19.73 75.682 20.093 75.71 20.549L75.703 29.525L71.423 30.602V26.95L70.089 30.79L62.056 32.127L60.272 27.056V32.49L55.986 32.75V20.6C55.986 20.12 56.38 19.729 56.863 19.729H61.399V19.73ZM48.299 25.306L46.423 30.577H50.113L48.3 25.306H48.299ZM83.197 19.314C84.103 19.314 84.992 19.43 85.83 19.634C86.6814 19.833 87.4882 20.1891 88.209 20.684C88.6399 20.9861 89.0251 21.3484 89.353 21.76C89.404 21.826 89.446 21.883 89.487 21.94C89.519 21.984 89.551 22.028 89.582 22.074L89.626 22.141C89.7623 22.3418 89.8836 22.5524 89.989 22.771C90.142 23.183 90.019 23.631 89.639 23.871C88.87 24.358 87.799 24.801 87.346 24.954C86.893 25.107 86.603 25.077 86.314 24.664C86.137 24.41 85.71 23.825 85.26 23.543C85.2245 23.516 85.1878 23.4907 85.15 23.467C84.8509 23.2834 84.5208 23.1556 84.176 23.09C83.551 22.962 82.783 22.907 82.036 23.064C81.7694 23.1178 81.5151 23.2205 81.286 23.367C81.069 23.507 80.886 23.685 80.746 23.894C80.617 24.087 80.552 24.345 80.552 24.659C80.552 24.944 80.602 25.171 80.702 25.333C80.771 25.443 80.938 25.613 81.348 25.805C81.716 25.978 82.241 26.155 82.908 26.331C83.451 26.475 84.127 26.65 84.934 26.855L78.441 29.077C78.2665 28.9647 78.0957 28.8466 77.929 28.723C77.3942 28.3132 76.9539 27.7931 76.638 27.198C76.308 26.585 76.141 25.839 76.141 24.98C76.141 24.02 76.352 23.17 76.767 22.456C77.172 21.756 77.724 21.1521 78.385 20.686C79.0627 20.2103 79.8194 19.8585 80.62 19.647C81.4607 19.4234 82.3271 19.3114 83.197 19.314ZM33.484 23.392H29.534V27.731H33.484C34.292 27.731 34.898 27.559 35.282 27.217C35.656 26.887 35.844 26.317 35.844 25.525C35.844 24.767 35.656 24.22 35.284 23.896C34.899 23.562 34.294 23.392 33.484 23.392Z" fill="url(#paint0_linear_110_231)"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.76 26.553C84.29 26.69 84.902 26.847 85.597 27.022C85.921 27.086 86.395 27.21 86.987 27.385C87.6 27.565 88.217 27.857 88.82 28.253C89.4538 28.6776 89.9953 29.2259 90.412 29.865C90.867 30.55 91.098 31.43 91.098 32.479C91.098 33.329 90.931 34.132 90.598 34.864C90.2578 35.6089 89.747 36.2632 89.107 36.774C88.459 37.301 87.645 37.716 86.692 38.007C85.747 38.296 84.642 38.442 83.409 38.442C82.411 38.442 81.428 38.318 80.487 38.072C79.5739 37.8426 78.7122 37.4433 77.947 36.895C77.2041 36.354 76.598 35.6469 76.177 34.83C75.958 34.3981 75.7986 33.9386 75.703 33.464V37.172C75.703 37.653 75.312 38.044 74.83 38.044H72.289C72.0577 38.044 71.8359 37.9521 71.6724 37.7886C71.5089 37.625 71.417 37.4032 71.417 37.172V30.11C72.8537 29.8082 74.2827 29.4714 75.703 29.1V31.943C75.7823 31.8214 75.8907 31.7215 76.0183 31.6524C76.146 31.5832 76.2888 31.547 76.434 31.547H79.152C79.635 31.547 79.949 31.92 79.987 32.418C80.005 32.645 80.087 32.93 80.242 33.223C80.437 33.589 80.689 33.89 81.002 34.115C81.349 34.3576 81.7378 34.5339 82.149 34.635C82.909 34.83 83.698 34.862 84.629 34.726C84.9839 34.6753 85.3294 34.5721 85.654 34.42C85.955 34.276 86.21 34.077 86.411 33.828C86.597 33.595 86.687 33.3 86.687 32.925C86.687 32.533 86.569 32.227 86.325 31.99C86.05 31.724 85.68 31.495 85.225 31.315C84.6907 31.1066 84.1419 30.9375 83.583 30.809C82.95 30.659 82.303 30.492 81.66 30.311C80.994 30.145 80.3385 29.9393 79.697 29.695C79.0632 29.4582 78.4673 29.1305 77.928 28.722C77.855 28.6657 77.7836 28.6074 77.714 28.547C79.755 27.9629 81.7719 27.2977 83.76 26.553ZM60.268 31.888L60.267 37.172C60.267 37.654 59.877 38.043 59.394 38.043L58.86 38.046H53.301C53.1203 38.0427 52.9452 37.9832 52.8 37.8756C52.6548 37.7681 52.5468 37.6179 52.491 37.446L51.35 34.109H45.18L43.998 37.455C43.9399 37.6269 43.8293 37.7763 43.6819 37.8821C43.5344 37.988 43.3575 38.0449 43.176 38.045H37.084C36.8977 38.0447 36.7164 37.985 36.5664 37.8746C36.4164 37.7642 36.3056 37.6088 36.25 37.431C36.0944 36.8803 35.9999 36.3143 35.968 35.743C35.9223 35.0055 35.849 34.27 35.748 33.538C35.7339 33.4382 35.7172 33.3389 35.698 33.24C37.143 33.225 38.625 33.205 40.125 33.17C40.138 33.289 40.145 33.402 40.155 33.52C40.171 33.807 40.188 34.139 40.205 34.52C40.215 34.75 40.231 34.987 40.25 35.225L41.039 33.145C45.651 33.029 50.474 32.804 55.301 32.388L55.981 34.201V32.329C57.412 32.2 58.843 32.054 60.268 31.889V31.888ZM25 33.272L26.051 33.274H28.577L29.535 33.273V37.199C29.5288 37.4256 29.4344 37.6409 29.2719 37.7991C29.1095 37.9572 28.8917 38.0458 28.665 38.046H25.875C25.6436 38.046 25.4217 37.9543 25.2577 37.7911C25.0937 37.6279 25.0011 37.4063 25 37.175V33.272ZM70.236 30.365L67.776 37.445C67.7193 37.619 67.6092 37.7707 67.4612 37.8785C67.3132 37.9862 67.135 38.0445 66.952 38.045H64.733C64.5562 38.0447 64.3838 37.9906 64.2385 37.8898C64.0933 37.7891 63.9822 37.6464 63.92 37.481L61.9 31.688C63.2368 31.5189 64.5709 31.3295 65.902 31.12L65.952 31.26L65.999 31.106C67.427 30.879 68.841 30.642 70.236 30.366V30.365Z" fill="#78C339"/>
|
|
5
|
-
<path d="M73.37 8.046C71.553 12.153 74.156 16.089 78.712 17.286C82.055 18.163 85.834 16.96 87.19 14.429L86.696 13.938C86.5461 13.788 86.4619 13.5846 86.4619 13.3725C86.4619 13.1604 86.5461 12.957 86.696 12.807L87.666 11.839L87.68 11.827C87.413 10.175 85.97 9.084 84.49 8.679C82.13 8.034 79.967 8.829 78.91 10.279C78.768 10.47 79.056 10.594 79.056 10.594C79.056 10.594 80.078 11.065 80.233 11.149C80.387 11.235 80.533 11.081 80.616 11.013C81.236 10.503 82.169 10.128 83.205 10.437C84.654 10.87 85.206 12.037 84.622 13.231C83.842 14.823 81.579 15.206 79.925 14.79C77.23 14.112 76.288 11.796 77.197 9.6C78.257 7.047 82.315 5.595 85.85 6.63C89.875 7.898 91.76 11.259 90.12 14.964C89.764 15.768 89.199 16.59 88.442 17.372C88.368 17.449 88.292 17.525 88.214 17.6L88.153 17.661C88.052 17.758 87.948 17.854 87.841 17.949L87.831 17.959C87.5968 18.1655 87.3554 18.3637 87.107 18.553C87.18 18.579 87.252 18.608 87.323 18.637C87.333 18.64 87.343 18.643 87.351 18.647C87.5908 18.7443 87.8261 18.8524 88.056 18.971C88.108 18.998 88.158 19.026 88.209 19.054L88.282 19.093C88.337 19.123 88.392 19.155 88.445 19.188L88.503 19.221C89.6239 19.884 90.5289 20.8571 91.109 22.023L91.126 22.057C91.152 22.11 91.178 22.164 91.202 22.219L91.212 22.242C91.269 22.369 91.322 22.496 91.37 22.625C94.68 20.308 96.042 17.167 96.281 16.515L96.283 16.511C96.2858 16.5045 96.2881 16.4978 96.29 16.491C97.878 12.127 96.756 6.703 91.013 3.561C90.6912 3.38627 90.364 3.22152 90.032 3.067L90.043 3.077C89.565 2.867 89.068 2.688 88.553 2.545C87.403 2.223 86.015 2.085 84.89 2.024C84.5913 2.00802 84.2922 2.00002 83.993 2C78.943 2 74.963 4.347 73.37 8.046Z" fill="url(#paint1_linear_110_231)"/>
|
|
6
|
-
<path d="M88.443 14.55C88.3867 14.6059 88.3105 14.6373 88.231 14.6373C88.1516 14.6373 88.0754 14.6059 88.019 14.55L87.05 13.583C86.9942 13.5269 86.9629 13.4511 86.9629 13.372C86.9629 13.2929 86.9942 13.217 87.05 13.161L88.02 12.194C88.0765 12.1386 88.1524 12.1075 88.2315 12.1075C88.3106 12.1075 88.3866 12.1386 88.443 12.194L89.411 13.16C89.439 13.1877 89.4611 13.2206 89.4762 13.2569C89.4913 13.2932 89.4991 13.3321 89.4991 13.3715C89.4991 13.4108 89.4913 13.4497 89.4762 13.486C89.4611 13.5223 89.439 13.5553 89.411 13.583L88.443 14.55Z" fill="#0083C2"/>
|
|
7
|
-
<path d="M91.6311 12.288C91.4011 13.113 90.0151 15.914 88.4801 17.321C88.0731 17.741 87.6231 18.161 87.1071 18.553C87.748 18.7894 88.3557 19.1077 88.9151 19.5C89.7842 20.1033 90.4967 20.9056 90.9931 21.84C91.1291 22.098 91.2751 22.368 91.3701 22.625C94.6851 20.297 96.0501 17.165 96.2811 16.515C97.9931 11.901 96.6441 6.10396 90.0291 3.05896C92.2971 5.26496 92.5961 8.93196 91.6311 12.288Z" fill="url(#paint2_linear_110_231)"/>
|
|
8
|
-
</g>
|
|
9
|
-
<defs>
|
|
10
|
-
<linearGradient id="paint0_linear_110_231" x1="56.8877" y1="21.8405" x2="56.8877" y2="34.1527" gradientUnits="userSpaceOnUse">
|
|
11
|
-
<stop stop-color="#00B6F1"/>
|
|
12
|
-
<stop offset="0.144" stop-color="#00AEEF"/>
|
|
13
|
-
<stop offset="0.316" stop-color="#00A0E0"/>
|
|
14
|
-
<stop offset="0.643" stop-color="#007DBA"/>
|
|
15
|
-
<stop offset="0.644" stop-color="#007DBA"/>
|
|
16
|
-
<stop offset="1" stop-color="#005282"/>
|
|
17
|
-
</linearGradient>
|
|
18
|
-
<linearGradient id="paint1_linear_110_231" x1="80.0082" y1="12.957" x2="92.0712" y2="11.4434" gradientUnits="userSpaceOnUse">
|
|
19
|
-
<stop stop-color="#0083C2"/>
|
|
20
|
-
<stop offset="0.629" stop-color="#0081C0"/>
|
|
21
|
-
<stop offset="0.733" stop-color="#007CB9"/>
|
|
22
|
-
<stop offset="0.807" stop-color="#0072AE"/>
|
|
23
|
-
<stop offset="0.867" stop-color="#00659D"/>
|
|
24
|
-
<stop offset="0.918" stop-color="#005387"/>
|
|
25
|
-
<stop offset="1" stop-color="#004474"/>
|
|
26
|
-
</linearGradient>
|
|
27
|
-
<linearGradient id="paint2_linear_110_231" x1="93.1354" y1="2.877" x2="83.5736" y2="23.515" gradientUnits="userSpaceOnUse">
|
|
28
|
-
<stop stop-color="#6DCFF6"/>
|
|
29
|
-
<stop offset="0.431" stop-color="#00AEEF"/>
|
|
30
|
-
<stop offset="0.782" stop-color="#0088C7"/>
|
|
31
|
-
<stop offset="1" stop-color="#0072AA"/>
|
|
32
|
-
</linearGradient>
|
|
33
|
-
<clipPath id="clip0_110_231">
|
|
34
|
-
<rect width="122" height="44" fill="white"/>
|
|
35
|
-
</clipPath>
|
|
36
|
-
</defs>
|
|
37
|
-
</svg>
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
<svg width="122" height="44" viewBox="0 0 122 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_110_230)">
|
|
3
|
-
<path d="M10.069 19.73C10.9 19.73 11.662 19.867 12.334 20.137C13.008 20.407 13.594 20.784 14.078 21.257C14.561 21.731 14.936 22.287 15.191 22.911C15.446 23.533 15.575 24.211 15.575 24.925C15.575 26.016 15.339 26.978 14.875 27.782C14.503 28.426 13.945 28.952 13.211 29.352C13.451 29.469 13.665 29.61 13.851 29.772C14.194 30.068 14.477 30.424 14.693 30.827C14.906 31.224 15.063 31.666 15.159 32.139C15.235 32.515 15.293 32.895 15.329 33.273H10.901C10.767 32.556 10.529 32.023 10.191 31.686C9.82397 31.32 9.19097 31.135 8.30597 31.135H4.72897V33.539H0.19397V20.55C0.206491 20.328 0.303514 20.1193 0.465119 19.9666C0.626724 19.8139 0.840648 19.7289 1.06297 19.729H10.069V19.73ZM25.148 19.73C25.521 19.73 25.836 19.965 25.962 20.293L30.828 33.273L16.223 33.175L21.126 20.224C21.1964 20.0765 21.3071 19.9518 21.4453 19.8644C21.5834 19.777 21.7435 19.7304 21.907 19.73H25.147H25.148ZM36.593 19.73C36.979 19.73 37.3 19.981 37.416 20.327L41.146 31.263L44.669 20.343C44.7239 20.1657 44.8341 20.0106 44.9834 19.9004C45.1327 19.7901 45.3134 19.7304 45.499 19.73H50.036C50.5 19.73 50.876 20.093 50.904 20.549L50.897 29.525L46.617 30.602V26.95L45.283 30.79L37.25 32.127L35.466 27.056V32.49L31.18 32.75V20.6C31.18 20.12 31.574 19.729 32.057 19.729H36.593V19.73ZM23.493 25.306L21.617 30.577H25.307L23.494 25.306H23.493ZM58.391 19.314C59.297 19.314 60.186 19.43 61.024 19.634C61.8754 19.833 62.6822 20.1891 63.403 20.684C63.8338 20.9861 64.2191 21.3484 64.547 21.76C64.598 21.826 64.64 21.883 64.681 21.94C64.713 21.984 64.745 22.028 64.776 22.074L64.82 22.141C64.9563 22.3418 65.0776 22.5524 65.183 22.771C65.336 23.183 65.213 23.631 64.833 23.871C64.064 24.358 62.993 24.801 62.54 24.954C62.087 25.107 61.797 25.077 61.508 24.664C61.331 24.41 60.904 23.825 60.454 23.543C60.4185 23.516 60.3818 23.4907 60.344 23.467C60.0448 23.2834 59.7148 23.1556 59.37 23.09C58.745 22.962 57.977 22.907 57.23 23.064C56.9634 23.1178 56.7091 23.2205 56.48 23.367C56.263 23.507 56.08 23.685 55.94 23.894C55.811 24.087 55.746 24.345 55.746 24.659C55.746 24.944 55.796 25.171 55.896 25.333C55.965 25.443 56.132 25.613 56.542 25.805C56.91 25.978 57.435 26.155 58.102 26.331C58.645 26.475 59.321 26.65 60.128 26.855L53.635 29.077C53.4604 28.9647 53.2897 28.8466 53.123 28.723C52.5882 28.3132 52.1478 27.7931 51.832 27.198C51.502 26.585 51.335 25.839 51.335 24.98C51.335 24.02 51.546 23.17 51.961 22.456C52.366 21.756 52.918 21.1521 53.579 20.686C54.2567 20.2103 55.0134 19.8585 55.814 19.647C56.6546 19.4234 57.5211 19.3114 58.391 19.314ZM8.67797 23.392H4.72797V27.731H8.67797C9.48597 27.731 10.092 27.559 10.476 27.217C10.85 26.887 11.038 26.317 11.038 25.525C11.038 24.767 10.85 24.22 10.478 23.896C10.093 23.562 9.48797 23.392 8.67797 23.392Z" fill="url(#paint0_linear_110_230)"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.954 26.553C59.484 26.69 60.096 26.847 60.791 27.022C61.115 27.086 61.589 27.21 62.181 27.385C62.794 27.565 63.411 27.857 64.014 28.253C64.6478 28.6776 65.1893 29.2259 65.606 29.865C66.061 30.55 66.292 31.43 66.292 32.479C66.292 33.329 66.125 34.132 65.792 34.864C65.4518 35.6089 64.941 36.2632 64.301 36.774C63.653 37.301 62.839 37.716 61.886 38.007C60.941 38.296 59.836 38.442 58.603 38.442C57.605 38.442 56.622 38.318 55.681 38.072C54.7679 37.8426 53.9062 37.4433 53.141 36.895C52.3981 36.354 51.7919 35.6469 51.371 34.83C51.152 34.3981 50.9925 33.9386 50.897 33.464V37.172C50.897 37.653 50.506 38.044 50.024 38.044H47.483C47.2517 38.044 47.0299 37.9521 46.8664 37.7886C46.7028 37.625 46.611 37.4032 46.611 37.172V30.11C48.0476 29.8082 49.4767 29.4714 50.897 29.1V31.943C50.9763 31.8214 51.0847 31.7215 51.2123 31.6524C51.3399 31.5832 51.4828 31.547 51.628 31.547H54.346C54.829 31.547 55.143 31.92 55.181 32.418C55.199 32.645 55.281 32.93 55.436 33.223C55.631 33.589 55.883 33.89 56.196 34.115C56.5429 34.3576 56.9318 34.5339 57.343 34.635C58.103 34.83 58.892 34.862 59.823 34.726C60.1779 34.6753 60.5233 34.5721 60.848 34.42C61.149 34.276 61.404 34.077 61.605 33.828C61.791 33.595 61.881 33.3 61.881 32.925C61.881 32.533 61.763 32.227 61.519 31.99C61.244 31.724 60.874 31.495 60.419 31.315C59.8847 31.1066 59.3359 30.9375 58.777 30.809C58.144 30.659 57.497 30.492 56.854 30.311C56.1879 30.145 55.5324 29.9393 54.891 29.695C54.2572 29.4582 53.6613 29.1305 53.122 28.722C53.049 28.6657 52.9776 28.6074 52.908 28.547C54.949 27.9629 56.9659 27.2977 58.954 26.553ZM35.462 31.888L35.461 37.172C35.461 37.654 35.071 38.043 34.588 38.043L34.054 38.046H28.495C28.3143 38.0427 28.1392 37.9832 27.9939 37.8756C27.8487 37.7681 27.7407 37.6179 27.685 37.446L26.544 34.109H20.374L19.192 37.455C19.1338 37.6269 19.0233 37.7763 18.8758 37.8821C18.7284 37.988 18.5515 38.0449 18.37 38.045H12.278C12.0917 38.0447 11.9104 37.985 11.7604 37.8746C11.6104 37.7642 11.4995 37.6088 11.444 37.431C11.2884 36.8803 11.1939 36.3143 11.162 35.743C11.1163 35.0055 11.0429 34.27 10.942 33.538C10.9279 33.4382 10.9112 33.3389 10.892 33.24C12.337 33.225 13.819 33.205 15.319 33.17C15.332 33.289 15.339 33.402 15.349 33.52C15.365 33.807 15.382 34.139 15.399 34.52C15.409 34.75 15.425 34.987 15.444 35.225L16.233 33.145C20.845 33.029 25.668 32.804 30.495 32.388L31.175 34.201V32.329C32.606 32.2 34.037 32.054 35.462 31.889V31.888ZM0.19397 33.272L1.24497 33.274H3.77097L4.72897 33.273V37.199C4.72272 37.4256 4.62834 37.6409 4.46589 37.7991C4.30343 37.9572 4.0857 38.0458 3.85897 38.046H1.06897C0.837597 38.046 0.615641 37.9543 0.451661 37.7911C0.287681 37.6279 0.195027 37.4063 0.19397 37.175V33.272ZM45.43 30.365L42.97 37.445C42.9133 37.619 42.8031 37.7707 42.6552 37.8785C42.5072 37.9862 42.329 38.0445 42.146 38.045H39.927C39.7502 38.0447 39.5777 37.9906 39.4325 37.8898C39.2872 37.7891 39.1761 37.6464 39.114 37.481L37.094 31.688C38.4308 31.5189 39.7649 31.3295 41.096 31.12L41.146 31.26L41.193 31.106C42.621 30.879 44.035 30.642 45.43 30.366V30.365Z" fill="#78C339"/>
|
|
5
|
-
<path d="M48.564 8.046C46.747 12.153 49.35 16.089 53.906 17.286C57.249 18.163 61.028 16.96 62.384 14.429L61.89 13.938C61.7401 13.788 61.6559 13.5846 61.6559 13.3725C61.6559 13.1604 61.7401 12.957 61.89 12.807L62.86 11.839L62.874 11.827C62.607 10.175 61.164 9.084 59.684 8.679C57.324 8.034 55.161 8.829 54.104 10.279C53.962 10.47 54.25 10.594 54.25 10.594C54.25 10.594 55.272 11.065 55.427 11.149C55.581 11.235 55.727 11.081 55.81 11.013C56.43 10.503 57.363 10.128 58.399 10.437C59.848 10.87 60.4 12.037 59.816 13.231C59.036 14.823 56.773 15.206 55.119 14.79C52.424 14.112 51.482 11.796 52.391 9.6C53.451 7.047 57.509 5.595 61.044 6.63C65.069 7.898 66.954 11.259 65.314 14.964C64.958 15.768 64.393 16.59 63.636 17.372C63.562 17.449 63.486 17.525 63.408 17.6L63.347 17.661C63.246 17.758 63.142 17.854 63.035 17.949L63.025 17.959C62.7908 18.1655 62.5493 18.3637 62.301 18.553C62.374 18.579 62.446 18.608 62.517 18.637C62.527 18.64 62.537 18.643 62.545 18.647C62.7848 18.7443 63.02 18.8524 63.25 18.971C63.302 18.998 63.352 19.026 63.403 19.054L63.476 19.093C63.531 19.123 63.586 19.155 63.639 19.188L63.697 19.221C64.8178 19.884 65.7229 20.8571 66.303 22.023L66.32 22.057C66.346 22.11 66.372 22.164 66.396 22.219L66.406 22.242C66.463 22.369 66.516 22.496 66.564 22.625C69.874 20.308 71.236 17.167 71.475 16.515L71.477 16.511C71.4797 16.5045 71.4821 16.4978 71.484 16.491C73.072 12.127 71.95 6.703 66.207 3.561C65.8852 3.38627 65.558 3.22152 65.226 3.067L65.237 3.077C64.759 2.867 64.262 2.688 63.747 2.545C62.597 2.223 61.209 2.085 60.084 2.024C59.7853 2.00802 59.4862 2.00002 59.187 2C54.137 2 50.157 4.347 48.564 8.046Z" fill="url(#paint1_linear_110_230)"/>
|
|
6
|
-
<path d="M63.637 14.55C63.5806 14.6059 63.5044 14.6373 63.425 14.6373C63.3456 14.6373 63.2694 14.6059 63.213 14.55L62.244 13.583C62.1882 13.5269 62.1569 13.4511 62.1569 13.372C62.1569 13.2929 62.1882 13.217 62.244 13.161L63.214 12.194C63.2705 12.1386 63.3464 12.1075 63.4255 12.1075C63.5046 12.1075 63.5806 12.1386 63.637 12.194L64.605 13.16C64.6329 13.1877 64.6551 13.2206 64.6702 13.2569C64.6853 13.2932 64.6931 13.3321 64.6931 13.3715C64.6931 13.4108 64.6853 13.4497 64.6702 13.486C64.6551 13.5223 64.6329 13.5553 64.605 13.583L63.637 14.55Z" fill="#0083C2"/>
|
|
7
|
-
<path d="M66.825 12.288C66.595 13.113 65.209 15.914 63.674 17.321C63.267 17.741 62.817 18.161 62.301 18.553C62.942 18.7894 63.5497 19.1077 64.109 19.5C64.9782 20.1033 65.6907 20.9056 66.187 21.84C66.323 22.098 66.469 22.368 66.564 22.625C69.879 20.297 71.244 17.165 71.475 16.515C73.187 11.901 71.838 6.10396 65.223 3.05896C67.491 5.26496 67.79 8.93196 66.825 12.288Z" fill="url(#paint2_linear_110_230)"/>
|
|
8
|
-
</g>
|
|
9
|
-
<defs>
|
|
10
|
-
<linearGradient id="paint0_linear_110_230" x1="32.0817" y1="21.8405" x2="32.0817" y2="34.1527" gradientUnits="userSpaceOnUse">
|
|
11
|
-
<stop stop-color="#00B6F1"/>
|
|
12
|
-
<stop offset="0.144" stop-color="#00AEEF"/>
|
|
13
|
-
<stop offset="0.316" stop-color="#00A0E0"/>
|
|
14
|
-
<stop offset="0.643" stop-color="#007DBA"/>
|
|
15
|
-
<stop offset="0.644" stop-color="#007DBA"/>
|
|
16
|
-
<stop offset="1" stop-color="#005282"/>
|
|
17
|
-
</linearGradient>
|
|
18
|
-
<linearGradient id="paint1_linear_110_230" x1="55.2021" y1="12.957" x2="67.2651" y2="11.4434" gradientUnits="userSpaceOnUse">
|
|
19
|
-
<stop stop-color="#0083C2"/>
|
|
20
|
-
<stop offset="0.629" stop-color="#0081C0"/>
|
|
21
|
-
<stop offset="0.733" stop-color="#007CB9"/>
|
|
22
|
-
<stop offset="0.807" stop-color="#0072AE"/>
|
|
23
|
-
<stop offset="0.867" stop-color="#00659D"/>
|
|
24
|
-
<stop offset="0.918" stop-color="#005387"/>
|
|
25
|
-
<stop offset="1" stop-color="#004474"/>
|
|
26
|
-
</linearGradient>
|
|
27
|
-
<linearGradient id="paint2_linear_110_230" x1="68.3293" y1="2.877" x2="58.7676" y2="23.515" gradientUnits="userSpaceOnUse">
|
|
28
|
-
<stop stop-color="#6DCFF6"/>
|
|
29
|
-
<stop offset="0.431" stop-color="#00AEEF"/>
|
|
30
|
-
<stop offset="0.782" stop-color="#0088C7"/>
|
|
31
|
-
<stop offset="1" stop-color="#0072AA"/>
|
|
32
|
-
</linearGradient>
|
|
33
|
-
<clipPath id="clip0_110_230">
|
|
34
|
-
<rect width="122" height="44" fill="white"/>
|
|
35
|
-
</clipPath>
|
|
36
|
-
</defs>
|
|
37
|
-
</svg>
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
<svg width="122" height="44" viewBox="0 0 122 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_110_232)">
|
|
3
|
-
<path d="M59.875 19.73C60.706 19.73 61.468 19.867 62.14 20.137C62.814 20.407 63.4 20.784 63.884 21.257C64.367 21.731 64.742 22.287 64.997 22.911C65.252 23.533 65.381 24.211 65.381 24.925C65.381 26.016 65.145 26.978 64.681 27.782C64.309 28.426 63.751 28.952 63.017 29.352C63.257 29.469 63.471 29.61 63.657 29.772C64 30.068 64.283 30.424 64.499 30.827C64.712 31.224 64.869 31.666 64.965 32.139C65.041 32.515 65.099 32.895 65.135 33.273H60.707C60.573 32.556 60.335 32.023 59.997 31.686C59.63 31.32 58.997 31.135 58.112 31.135H54.535V33.539H50V20.55C50.0125 20.328 50.1095 20.1193 50.2711 19.9666C50.4328 19.8139 50.6467 19.7289 50.869 19.729H59.875V19.73ZM74.954 19.73C75.327 19.73 75.642 19.965 75.768 20.293L80.634 33.273L66.029 33.175L70.932 20.224C71.0024 20.0765 71.1131 19.9518 71.2513 19.8644C71.3895 19.777 71.5495 19.7304 71.713 19.73H74.953H74.954ZM86.399 19.73C86.785 19.73 87.106 19.981 87.222 20.327L90.952 31.263L94.475 20.343C94.53 20.1657 94.6402 20.0106 94.7895 19.9004C94.9388 19.7901 95.1194 19.7304 95.305 19.73H99.842C100.306 19.73 100.682 20.093 100.71 20.549L100.703 29.525L96.423 30.602V26.95L95.089 30.79L87.056 32.127L85.272 27.056V32.49L80.986 32.75V20.6C80.986 20.12 81.38 19.729 81.863 19.729H86.399V19.73ZM73.299 25.306L71.423 30.577H75.113L73.3 25.306H73.299ZM108.197 19.314C109.103 19.314 109.992 19.43 110.83 19.634C111.681 19.833 112.488 20.1891 113.209 20.684C113.64 20.9861 114.025 21.3484 114.353 21.76C114.404 21.826 114.446 21.883 114.487 21.94C114.519 21.984 114.551 22.028 114.582 22.074L114.626 22.141C114.762 22.3418 114.884 22.5524 114.989 22.771C115.142 23.183 115.019 23.631 114.639 23.871C113.87 24.358 112.799 24.801 112.346 24.954C111.893 25.107 111.603 25.077 111.314 24.664C111.137 24.41 110.71 23.825 110.26 23.543C110.225 23.516 110.188 23.4907 110.15 23.467C109.851 23.2834 109.521 23.1556 109.176 23.09C108.551 22.962 107.783 22.907 107.036 23.064C106.769 23.1178 106.515 23.2205 106.286 23.367C106.069 23.507 105.886 23.685 105.746 23.894C105.617 24.087 105.552 24.345 105.552 24.659C105.552 24.944 105.602 25.171 105.702 25.333C105.771 25.443 105.938 25.613 106.348 25.805C106.716 25.978 107.241 26.155 107.908 26.331C108.451 26.475 109.127 26.65 109.934 26.855L103.441 29.077C103.266 28.9647 103.096 28.8466 102.929 28.723C102.394 28.3132 101.954 27.7931 101.638 27.198C101.308 26.585 101.141 25.839 101.141 24.98C101.141 24.02 101.352 23.17 101.767 22.456C102.172 21.756 102.724 21.1521 103.385 20.686C104.063 20.2103 104.819 19.8585 105.62 19.647C106.461 19.4234 107.327 19.3114 108.197 19.314ZM58.484 23.392H54.534V27.731H58.484C59.292 27.731 59.898 27.559 60.282 27.217C60.656 26.887 60.844 26.317 60.844 25.525C60.844 24.767 60.656 24.22 60.284 23.896C59.899 23.562 59.294 23.392 58.484 23.392Z" fill="url(#paint0_linear_110_232)"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M108.76 26.553C109.29 26.69 109.902 26.847 110.597 27.022C110.921 27.086 111.395 27.21 111.987 27.385C112.6 27.565 113.217 27.857 113.82 28.253C114.454 28.6776 114.995 29.2259 115.412 29.865C115.867 30.55 116.098 31.43 116.098 32.479C116.098 33.329 115.931 34.132 115.598 34.864C115.258 35.6089 114.747 36.2632 114.107 36.774C113.459 37.301 112.645 37.716 111.692 38.007C110.747 38.296 109.642 38.442 108.409 38.442C107.411 38.442 106.428 38.318 105.487 38.072C104.574 37.8426 103.712 37.4433 102.947 36.895C102.204 36.354 101.598 35.6469 101.177 34.83C100.958 34.3981 100.799 33.9386 100.703 33.464V37.172C100.703 37.653 100.312 38.044 99.83 38.044H97.289C97.0577 38.044 96.8359 37.9521 96.6724 37.7886C96.5089 37.625 96.417 37.4032 96.417 37.172V30.11C97.8537 29.8082 99.2827 29.4714 100.703 29.1V31.943C100.782 31.8214 100.891 31.7215 101.018 31.6524C101.146 31.5832 101.289 31.547 101.434 31.547H104.152C104.635 31.547 104.949 31.92 104.987 32.418C105.005 32.645 105.087 32.93 105.242 33.223C105.437 33.589 105.689 33.89 106.002 34.115C106.349 34.3576 106.738 34.5339 107.149 34.635C107.909 34.83 108.698 34.862 109.629 34.726C109.984 34.6753 110.329 34.5721 110.654 34.42C110.955 34.276 111.21 34.077 111.411 33.828C111.597 33.595 111.687 33.3 111.687 32.925C111.687 32.533 111.569 32.227 111.325 31.99C111.05 31.724 110.68 31.495 110.225 31.315C109.691 31.1066 109.142 30.9375 108.583 30.809C107.95 30.659 107.303 30.492 106.66 30.311C105.994 30.145 105.338 29.9393 104.697 29.695C104.063 29.4582 103.467 29.1305 102.928 28.722C102.855 28.6657 102.784 28.6074 102.714 28.547C104.755 27.9629 106.772 27.2977 108.76 26.553ZM85.268 31.888L85.267 37.172C85.267 37.654 84.877 38.043 84.394 38.043L83.86 38.046H78.301C78.1203 38.0427 77.9452 37.9832 77.8 37.8756C77.6548 37.7681 77.5468 37.6179 77.491 37.446L76.35 34.109H70.18L68.998 37.455C68.9399 37.6269 68.8293 37.7763 68.6819 37.8821C68.5344 37.988 68.3575 38.0449 68.176 38.045H62.084C61.8977 38.0447 61.7164 37.985 61.5664 37.8746C61.4164 37.7642 61.3056 37.6088 61.25 37.431C61.0944 36.8803 60.9999 36.3143 60.968 35.743C60.9223 35.0055 60.849 34.27 60.748 33.538C60.7339 33.4382 60.7172 33.3389 60.698 33.24C62.143 33.225 63.625 33.205 65.125 33.17C65.138 33.289 65.145 33.402 65.155 33.52C65.171 33.807 65.188 34.139 65.205 34.52C65.215 34.75 65.231 34.987 65.25 35.225L66.039 33.145C70.651 33.029 75.474 32.804 80.301 32.388L80.981 34.201V32.329C82.412 32.2 83.843 32.054 85.268 31.889V31.888ZM50 33.272L51.051 33.274H53.577L54.535 33.273V37.199C54.5288 37.4256 54.4344 37.6409 54.2719 37.7991C54.1095 37.9572 53.8917 38.0458 53.665 38.046H50.875C50.6436 38.046 50.4217 37.9543 50.2577 37.7911C50.0937 37.6279 50.0011 37.4063 50 37.175V33.272ZM95.236 30.365L92.776 37.445C92.7193 37.619 92.6092 37.7707 92.4612 37.8785C92.3132 37.9862 92.135 38.0445 91.952 38.045H89.733C89.5562 38.0447 89.3838 37.9906 89.2385 37.8898C89.0933 37.7891 88.9822 37.6464 88.92 37.481L86.9 31.688C88.2368 31.5189 89.5709 31.3295 90.902 31.12L90.952 31.26L90.999 31.106C92.427 30.879 93.841 30.642 95.236 30.366V30.365Z" fill="#78C339"/>
|
|
5
|
-
<path d="M98.37 8.046C96.553 12.153 99.156 16.089 103.712 17.286C107.055 18.163 110.834 16.96 112.19 14.429L111.696 13.938C111.546 13.788 111.462 13.5846 111.462 13.3725C111.462 13.1604 111.546 12.957 111.696 12.807L112.666 11.839L112.68 11.827C112.413 10.175 110.97 9.084 109.49 8.679C107.13 8.034 104.967 8.829 103.91 10.279C103.768 10.47 104.056 10.594 104.056 10.594C104.056 10.594 105.078 11.065 105.233 11.149C105.387 11.235 105.533 11.081 105.616 11.013C106.236 10.503 107.169 10.128 108.205 10.437C109.654 10.87 110.206 12.037 109.622 13.231C108.842 14.823 106.579 15.206 104.925 14.79C102.23 14.112 101.288 11.796 102.197 9.6C103.257 7.047 107.315 5.595 110.85 6.63C114.875 7.898 116.76 11.259 115.12 14.964C114.764 15.768 114.199 16.59 113.442 17.372C113.368 17.449 113.292 17.525 113.214 17.6L113.153 17.661C113.052 17.758 112.948 17.854 112.841 17.949L112.831 17.959C112.597 18.1655 112.355 18.3637 112.107 18.553C112.18 18.579 112.252 18.608 112.323 18.637C112.333 18.64 112.343 18.643 112.351 18.647C112.591 18.7443 112.826 18.8524 113.056 18.971C113.108 18.998 113.158 19.026 113.209 19.054L113.282 19.093C113.337 19.123 113.392 19.155 113.445 19.188L113.503 19.221C114.624 19.884 115.529 20.8571 116.109 22.023L116.126 22.057C116.152 22.11 116.178 22.164 116.202 22.219L116.212 22.242C116.269 22.369 116.322 22.496 116.37 22.625C119.68 20.308 121.042 17.167 121.281 16.515L121.283 16.511C121.286 16.5045 121.288 16.4978 121.29 16.491C122.878 12.127 121.756 6.703 116.013 3.561C115.691 3.38627 115.364 3.22152 115.032 3.067L115.043 3.077C114.565 2.867 114.068 2.688 113.553 2.545C112.403 2.223 111.015 2.085 109.89 2.024C109.591 2.00802 109.292 2.00002 108.993 2C103.943 2 99.963 4.347 98.37 8.046Z" fill="url(#paint1_linear_110_232)"/>
|
|
6
|
-
<path d="M113.443 14.55C113.387 14.6059 113.31 14.6373 113.231 14.6373C113.152 14.6373 113.075 14.6059 113.019 14.55L112.05 13.583C111.994 13.5269 111.963 13.4511 111.963 13.372C111.963 13.2929 111.994 13.217 112.05 13.161L113.02 12.194C113.077 12.1386 113.152 12.1075 113.232 12.1075C113.311 12.1075 113.387 12.1386 113.443 12.194L114.411 13.16C114.439 13.1877 114.461 13.2206 114.476 13.2569C114.491 13.2932 114.499 13.3321 114.499 13.3715C114.499 13.4108 114.491 13.4497 114.476 13.486C114.461 13.5223 114.439 13.5553 114.411 13.583L113.443 14.55Z" fill="#0083C2"/>
|
|
7
|
-
<path d="M116.631 12.2881C116.401 13.1131 115.015 15.9141 113.48 17.3211C113.073 17.7411 112.623 18.1611 112.107 18.5531C112.748 18.7895 113.356 19.1078 113.915 19.5001C114.784 20.1034 115.497 20.9057 115.993 21.8401C116.129 22.0981 116.275 22.3681 116.37 22.6251C119.685 20.2971 121.05 17.1651 121.281 16.5151C122.993 11.9011 121.644 6.10408 115.029 3.05908C117.297 5.26508 117.596 8.93208 116.631 12.2881Z" fill="url(#paint2_linear_110_232)"/>
|
|
8
|
-
</g>
|
|
9
|
-
<defs>
|
|
10
|
-
<linearGradient id="paint0_linear_110_232" x1="81.8877" y1="21.8405" x2="81.8877" y2="34.1527" gradientUnits="userSpaceOnUse">
|
|
11
|
-
<stop stop-color="#00B6F1"/>
|
|
12
|
-
<stop offset="0.144" stop-color="#00AEEF"/>
|
|
13
|
-
<stop offset="0.316" stop-color="#00A0E0"/>
|
|
14
|
-
<stop offset="0.643" stop-color="#007DBA"/>
|
|
15
|
-
<stop offset="0.644" stop-color="#007DBA"/>
|
|
16
|
-
<stop offset="1" stop-color="#005282"/>
|
|
17
|
-
</linearGradient>
|
|
18
|
-
<linearGradient id="paint1_linear_110_232" x1="105.008" y1="12.957" x2="117.071" y2="11.4434" gradientUnits="userSpaceOnUse">
|
|
19
|
-
<stop stop-color="#0083C2"/>
|
|
20
|
-
<stop offset="0.629" stop-color="#0081C0"/>
|
|
21
|
-
<stop offset="0.733" stop-color="#007CB9"/>
|
|
22
|
-
<stop offset="0.807" stop-color="#0072AE"/>
|
|
23
|
-
<stop offset="0.867" stop-color="#00659D"/>
|
|
24
|
-
<stop offset="0.918" stop-color="#005387"/>
|
|
25
|
-
<stop offset="1" stop-color="#004474"/>
|
|
26
|
-
</linearGradient>
|
|
27
|
-
<linearGradient id="paint2_linear_110_232" x1="118.135" y1="2.87712" x2="108.574" y2="23.5151" gradientUnits="userSpaceOnUse">
|
|
28
|
-
<stop stop-color="#6DCFF6"/>
|
|
29
|
-
<stop offset="0.431" stop-color="#00AEEF"/>
|
|
30
|
-
<stop offset="0.782" stop-color="#0088C7"/>
|
|
31
|
-
<stop offset="1" stop-color="#0072AA"/>
|
|
32
|
-
</linearGradient>
|
|
33
|
-
<clipPath id="clip0_110_232">
|
|
34
|
-
<rect width="122" height="44" fill="white"/>
|
|
35
|
-
</clipPath>
|
|
36
|
-
</defs>
|
|
37
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_1_291)">
|
|
3
|
-
<path d="M32 64C49.6731 64 64 49.6731 64 32C64 14.3269 49.6731 0 32 0C14.3269 0 0 14.3269 0 32C0 49.6731 14.3269 64 32 64Z" fill="white"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.7648 41.6861H26.0903C21.3046 41.6861 17.4109 37.7935 17.4109 33.0078C17.4109 28.2221 21.3046 24.3272 26.0903 24.3272H37.7648C42.5505 24.3272 46.4431 28.2221 46.4431 33.0078C46.4431 37.7935 42.5505 41.6861 37.7648 41.6861ZM51.9663 24.4546C50.5827 24.4546 49.6637 24.9463 49.1089 26.6637C46.8807 22.6955 42.6306 20.0072 37.7648 20.0072H26.0903C21.2392 20.0072 17.0016 22.6786 14.7677 26.6264C14.2107 24.9384 13.295 24.4546 11.9227 24.4546H4.70916C5.27411 24.6869 5.64962 26.1483 5.64962 26.1483L9.13177 38.2423C9.53546 39.7612 10.7917 40.5596 12.2147 40.5596H15.5153C17.8755 43.8557 21.7365 46.0072 26.0903 46.0072H37.7648C42.1175 46.0072 45.9785 43.8557 48.3398 40.5596H51.6743C53.0973 40.5596 54.3535 39.7612 54.755 38.2423L58.2394 26.1483C58.2394 26.1483 58.6138 24.6869 59.1798 24.4546H51.9663Z" fill="#DA1710"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.7811 30.4487C38.3355 30.4487 37.165 31.6203 37.165 33.0648C37.165 34.5104 38.3355 35.6809 39.7811 35.6809C41.2257 35.6809 42.3961 34.5104 42.3961 33.0648C42.3961 31.6203 41.2257 30.4487 39.7811 30.4487ZM24.6594 30.4487C23.2137 30.4487 22.0433 31.6203 22.0433 33.0648C22.0433 34.5104 23.2137 35.6809 24.6594 35.6809C26.1039 35.6809 27.2755 34.5104 27.2755 33.0648C27.2755 31.6203 26.1039 30.4487 24.6594 30.4487Z" fill="#2A2E42"/>
|
|
6
|
-
</g>
|
|
7
|
-
<defs>
|
|
8
|
-
<clipPath id="clip0_1_291">
|
|
9
|
-
<rect width="64" height="64" fill="white"/>
|
|
10
|
-
</clipPath>
|
|
11
|
-
</defs>
|
|
12
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_1_290)">
|
|
3
|
-
<path d="M32 64C49.6731 64 64 49.6731 64 32C64 14.3269 49.6731 0 32 0C14.3269 0 0 14.3269 0 32C0 49.6731 14.3269 64 32 64Z" fill="#DA1710"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.7648 41.6861C42.5505 41.6861 46.4431 37.7935 46.4431 33.0078C46.4431 28.2221 42.5505 24.3272 37.7648 24.3272H26.0904C21.3046 24.3272 17.4109 28.2221 17.4109 33.0078C17.4109 37.7935 21.3046 41.6861 26.0904 41.6861H37.7648ZM51.9663 24.4546H59.1798C58.6138 24.6869 58.2394 26.1483 58.2394 26.1483L54.755 38.2423C54.3535 39.7612 53.0973 40.5596 51.6743 40.5596H48.3398C45.9785 43.8557 42.1175 46.0072 37.7648 46.0072H26.0904C21.7365 46.0072 17.8755 43.8557 15.5153 40.5596H12.2147C10.7917 40.5596 9.53547 39.7612 9.13177 38.2423L5.64962 26.1483C5.64962 26.1483 5.27412 24.6869 4.70917 24.4546H11.9227C13.295 24.4546 14.2107 24.9384 14.7677 26.6264C17.0016 22.6786 21.2392 20.0072 26.0904 20.0072H37.7648C42.6306 20.0072 46.8807 22.6955 49.1089 26.6637C49.6637 24.9463 50.5827 24.4546 51.9663 24.4546ZM24.6594 30.4487C26.1039 30.4487 27.2755 31.6203 27.2755 33.0648C27.2755 34.5105 26.1039 35.681 24.6594 35.681C23.2137 35.681 22.0433 34.5105 22.0433 33.0648C22.0433 31.6203 23.2137 30.4487 24.6594 30.4487ZM39.7811 30.4487C41.2257 30.4487 42.3961 31.6203 42.3961 33.0648C42.3961 34.5105 41.2257 35.681 39.7811 35.681C38.3355 35.681 37.165 34.5105 37.165 33.0648C37.165 31.6203 38.3355 30.4487 39.7811 30.4487Z" fill="#FEFEFE"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_1_290">
|
|
8
|
-
<rect width="64" height="64" fill="white"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
11
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="67" height="32" viewBox="0 0 67 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_1_289)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.6591 26.6817H26.2993C20.4128 26.6817 15.6234 21.8908 15.6234 16.0007C15.6234 10.1106 20.4128 5.31691 26.2993 5.31691H40.6591C46.5456 5.31691 51.3336 10.1106 51.3336 16.0007C51.3336 21.8908 46.5456 26.6817 40.6591 26.6817ZM58.1272 5.47374C56.4254 5.47374 55.2949 6.07885 54.6125 8.19257C51.8718 3.30867 46.6441 0 40.6591 0H26.2993C20.3323 0 15.1199 3.28785 12.3722 8.14677C11.687 6.06913 10.5608 5.47374 8.87277 5.47374H0C0.694897 5.75964 1.15677 7.55831 1.15677 7.55831L5.43989 22.4432C5.93645 24.3126 7.48159 25.2952 9.23201 25.2952H13.2918C16.1948 29.352 20.944 32 26.2993 32H40.6591C46.013 32 50.7622 29.352 53.6666 25.2952H57.768C59.5184 25.2952 61.0636 24.3126 61.5573 22.4432L65.8432 7.55831C65.8432 7.55831 66.3037 5.75964 67 5.47374H58.1272Z" fill="#DA1710"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.5541 12.8511C22.7749 12.8511 21.3343 14.2931 21.3343 16.0709C21.3343 17.8502 22.7749 19.2908 24.5541 19.2908C26.332 19.2908 27.774 17.8502 27.774 16.0709C27.774 14.2931 26.332 12.8511 24.5541 12.8511ZM43.1655 12.8511C41.3863 12.8511 39.9457 14.2931 39.9457 16.0709C39.9457 17.8502 41.3863 19.2908 43.1655 19.2908C44.9434 19.2908 46.384 17.8502 46.384 16.0709C46.384 14.2931 44.9434 12.8511 43.1655 12.8511Z" fill="#2A2E42"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_1_289">
|
|
8
|
-
<rect width="67" height="32" fill="white"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
11
|
-
</svg>
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<svg width="54" height="38" viewBox="0 0 54 38" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_1_277)">
|
|
3
|
-
<path d="M30 29.3C31.4 31.5 33.8 33.1 36.3 33.4C40.7 34 44.8 31.8 49.2 33.5C51.2 34.2 53 35.5 54 37.2C53.1 36.8 52.5 36.5 51.4 36.2C49.5 35.6 47.9 35.8 45.9 36.1C42.2 36.6 38.5 37.8 35 36.1C32.3 34.8 30.7 32.1 30 29.3Z" fill="#FFCD00"/>
|
|
4
|
-
<path d="M25.3 12.3C25.6 13.5 25.3 14.6 25.1 16C24.9 17.2 25.3 18.4 26.4 18.7C27.3 19 29.4 18.9 30.8 20.2C31.2 20.6 31.4 20.7 31.5 21.4C31.6 21.8 31.5 22.3 31.4 22.6C31 23.7 30.7 24.6 30 25.4C29 26.5 28 27.5 26.7 28C24.2 28.8 22.8 26.4 20.9 25.3C20 24.8 19.1 24.5 18.3 25.4C17 26.6 17.2 28.6 17.9 30C19.2 32.6 22 34.9 23.9 36.8C20.5 37.7 17 38.6 13.6 37.6C12 37.1 10.5 35.1 9.79999 33.6C8.59999 31 7.79999 25 1.79999 20.7C4.79999 21.1 5.99999 21.4 7.89999 20.1C8.29999 19.8 8.49999 19.3 8.39999 18.8C8.09999 16.8 6.39999 15.7 5.29999 14.3C6.09999 14.6 6.89999 14.8 7.79999 14.9C9.09999 15.1 10.2 14.8 11.3 14.1C14.8 12 10.8 7.20001 10.8 7.20001C10.8 7.20001 14.5 9.90001 16.8 9.50001C17.6 9.30001 18.1 9.10001 18.5 8.40001C19.5 6.70001 20.4 4.90001 21.2 3.10001C21.1 4.80001 20.8 6.50001 21.3 8.10001C21.7 9.60001 23 9.90001 24.2 10.7C24.7 11 25.1 11.3 25.3 12.3Z" fill="#78BE20"/>
|
|
5
|
-
<path d="M5.39999 15.8C6.19999 16.3 7.09999 16.9 7.79999 17.6C8.59999 18.4 9.69999 20.4 8.29999 22C7.79999 22.6 6.89999 22.9 6.09999 22.9C4.89999 23 3.29999 22.5 2.39999 21.8C2.59999 21.8 5.39999 22.3 6.69999 21.7C7.09999 21.5 7.59999 20.9 7.29999 19.7C6.89999 18.2 5.49999 17 3.09999 15.5C2.79999 15.3 2.59999 15 2.49999 14.6C2.49999 14.6 3.89999 15 5.39999 15.8Z" fill="#004833"/>
|
|
6
|
-
<path d="M6.9 25.2C7.4 26.1 7.5 26.5 7.4 27.7C7.3 28.4 6.8 28.8 6.4 29.1C6.4 29.1 6.8 27.6 6.2 26.5C5.3 24.7 4.5 24.8 0.9 23.4C0.5 23.2 0 22.6 0 22.5C0 22.4 2.9 22.9 4.5 23.4C5.3 23.6 6.4 24.4 6.9 25.2Z" fill="#004833"/>
|
|
7
|
-
<path d="M18.9 14.4C18.3 15.2 18.5 16.5 19.5 16.6C20.1 16.6 20.9 16.3 21.1 15.6C21.3 14.9 21 14.4 20.5 13.9C20.1 13.6 19.3 13.9 18.9 14.4Z" fill="white"/>
|
|
8
|
-
<path d="M7.99999 16.3C8.79999 17.1 9.99999 17.2 10.9 16.6C11.9 15.9 11.9 14.2 11.6 13.2C11 10.5 9.49999 8.09999 7.49999 6.89999C8.49999 8.99999 9.69999 11.3 10.1 13.6C10.2 14.1 10.3 14.7 10.1 15.2C9.59999 16.2 7.69999 15.6 6.79999 15.1C7.19999 15.5 7.99999 16.3 7.99999 16.3Z" fill="#004833"/>
|
|
9
|
-
<path d="M14.3 9.7C16 9.5 16 7.9 16.3 6.6C16.5 5.5 17 4.4 17.8 3.4C18.4 2.7 18.7 2.4 19.2 1.8C20.3 0.4 21.1 0 21.1 0C21.1 0 18.6 3.9 18.1 5.9C17.6 7.6 18.2 9.7 16.3 10.8C14.7 11.7 13.1 10.9 11.9 10C11.3 9.5 10.9 8.9 10.7 8.1C11.8 8.8 12.8 9.9 14.3 9.7Z" fill="#004833"/>
|
|
10
|
-
<path d="M20.9 9.19999C21.6 9.99999 22.5 10.2 23.4 10.8C24.2 11.4 24.7 11.9 25 12.8C25.4 14.1 24.8 15.4 24.8 16.8C25 19 26.5 19 28.5 19C29.7 19 31.8 20 31.6 21.8C31.5 22.5 31.4 23 30.9 23.5C30.4 23.9 29.8 24.1 29.3 23.7C30.3 23.4 30.6 23 30.7 22C30.7 21.4 30.4 20.9 30.2 20.7C29.8 20.3 29.2 19.8 27.8 19.9C26.7 19.9 25.8 20 24.7 19.2C24.2 18.8 24 18.5 23.7 17.9C23 16.5 23.9 14.9 23.7 13.4C23.6 12.7 22.8 11.9 22.2 11.4C21.1 10.7 20 10.3 19.3 9.09999C18.3 7.29999 19.2 5.09999 20.3 3.29999C20.3 5.39999 19.4 7.59999 20.9 9.19999Z" fill="#004833"/>
|
|
11
|
-
<path d="M21.6 16.1C22.2 15.3 21.9 14.3 21 13.9C20.5 13.7 19.9 13.6 19.3 13.8C19.1 13.8 18.7 13.9 18.5 14.3C18.7 14.2 19.1 14.1 19.4 14.1C19.9 14.1 20 14.3 20 14.3C20 14.3 19.3 14.5 19.2 15C19 15.5 19.2 16 19.6 16.2C20.2 16.8 21.1 16.7 21.6 16.1Z" fill="#004833"/>
|
|
12
|
-
<path d="M12.4 15.7C13.1 14.7 13.8 13.8 14.6 13.1C14.5 13.9 14.1 14.7 13.8 15.5C12 19.4 10.4 22 9.8 27.2C9.2 32.1 10.4 34.6 11.1 35.7C11.4 36.1 11.2 36.9 10.8 37.4C10.3 38 9 37.2 9 37.2C9 37.2 8.8 36.6 8.6 36C8.1 34.4 7.9 32.7 7.8 31C7.5 25.6 9.1 20.3 12.4 15.7Z" fill="#004833"/>
|
|
13
|
-
<path d="M24.2 22.8C26 24.2 27.9 24.9 29.8 25.7C29.6 26.4 29.4 26.5 28.8 27C27.5 26.6 26.1 26 25.1 25.1C23.9 24 23 23 22.5 21.4C23.2 21.8 23.6 22.4 24.2 22.8Z" fill="#004833"/>
|
|
14
|
-
<path d="M20.1 24.1C22 24.4 22.7 25.6 24 26.8C25 27.7 26.2 28.4 27.6 28C27.4 29.1 26 29.4 24.8 29.2C22.8 28.9 22.4 27.3 21.1 26C20.2 25.1 18.6 25.2 17.6 26.4C16.3 28 17.6 30.7 18.6 31.9C19.7 33.2 20.7 34.2 21.8 35.3C21.8 35.3 23.3 36.8 24.2 37.9C21.1 36.3 19 34.9 16.8 32.2C15.8 30.9 15.6 29.8 15.5 28.4C15.5 27.2 15.7 26.2 16.5 25.2C17.5 24.1 18.7 23.9 20.1 24.1Z" fill="#004833"/>
|
|
15
|
-
<path d="M28.4 21.7C28 21.8 27.7 22.3 27.8 22.6C28 23 28.5 23.1 28.9 22.8C29 22.7 29.2 22.5 29.2 22.3C29.2 22 29 21.7 28.6 21.6C28.5 21.6 28.4 21.7 28.4 21.7Z" fill="white"/>
|
|
16
|
-
<path d="M28.7 21.3C28.9 21.3 29.2 21.4 29.3 21.6C29.6 21.8 29.5 22.3 29.2 22.5C28.8 22.8 28.4 22.8 28.1 22.5C27.9 22.2 27.9 21.8 28.1 21.5C28.3 21.4 28.5 21.3 28.7 21.3Z" fill="#004833"/>
|
|
17
|
-
</g>
|
|
18
|
-
<defs>
|
|
19
|
-
<clipPath id="clip0_1_277">
|
|
20
|
-
<rect width="54" height="38" fill="white"/>
|
|
21
|
-
</clipPath>
|
|
22
|
-
</defs>
|
|
23
|
-
</svg>
|