@westpac/ui 1.0.0-canary.9 → 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 +15 -11
- 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,29 +0,0 @@
|
|
|
1
|
-
<svg width="389" height="63" viewBox="0 0 389 63" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_822_824)">
|
|
3
|
-
<path d="M378.36 0.23999H10.63C4.89001 0.23999 0.240005 4.88999 0.240005 10.63V52.2C0.240005 57.94 4.89001 62.59 10.63 62.59H378.36C384.1 62.59 388.75 57.94 388.75 52.2V10.63C388.76 4.88999 384.1 0.23999 378.36 0.23999Z" fill="white"/>
|
|
4
|
-
<path d="M301.48 21.0599H294.37V41.8099H298.24V35.8699H301.45C305.77 35.8699 308.95 32.5699 308.95 28.4499C308.96 24.3499 305.77 21.0599 301.48 21.0599ZM301.19 32.2799H298.23V24.6299H301.19C303.49 24.6299 305.06 26.3399 305.06 28.4399C305.06 30.5799 303.5 32.2799 301.19 32.2799Z" fill="black"/>
|
|
5
|
-
<path d="M323.28 27.17C322.09 25.75 320.13 24.84 317.94 24.84C313.73 24.84 309.7 28 309.7 33.51C309.7 38.94 313.88 42.15 317.89 42.15C320.08 42.15 322.07 41.18 323.29 39.65V41.81H327.13V25.18H323.29V27.17H323.28ZM318.51 38.62C315.67 38.62 313.48 36.35 313.48 33.45C313.48 30.58 315.67 28.33 318.51 28.33C321.35 28.33 323.48 30.63 323.48 33.45C323.48 36.32 321.35 38.62 318.51 38.62Z" fill="black"/>
|
|
6
|
-
<path d="M337.1 36.3799L332.47 25.1799H328.37L335.2 40.9799L331.7 49.4799H335.59L345.52 25.1799H341.48L337.1 36.3799Z" fill="black"/>
|
|
7
|
-
<path d="M254.23 36.8699H254.12L249.66 21.6399H242.45V40.8499H247.23L246.96 25.0899H247.07L251.86 40.8499H258.77V21.6399H253.96L254.23 36.8699Z" fill="black"/>
|
|
8
|
-
<path d="M162.59 21.6399L159 41.0499H164.24L166.9 23.4399H167.01L169.59 41.0499H174.81L171.23 21.6399H162.59Z" fill="black"/>
|
|
9
|
-
<path d="M191.92 21.6399L189.53 36.4799H189.42L187.03 21.6399H179.11L178.68 41.0499H183.54L183.66 23.5999H183.77L187.01 41.0499H191.94L195.18 23.5999H195.29L195.41 41.0499H200.26L199.84 21.6399H191.92Z" fill="black"/>
|
|
10
|
-
<path d="M146.98 26.6399C146.89 26.2399 146.91 25.8399 146.96 25.6199C147.1 24.9999 147.52 24.3199 148.73 24.3199C149.87 24.3199 150.53 25.0199 150.53 26.0799V27.2799H155.37V25.9099C155.37 21.6799 151.57 21.0199 148.83 21.0199C145.38 21.0199 142.56 22.1599 142.04 25.3299C141.9 26.1999 141.88 26.9699 142.08 27.9499C142.92 31.9199 149.82 33.0599 150.82 35.5799C151.01 36.0499 150.95 36.6499 150.86 37.0199C150.7 37.6699 150.26 38.3299 148.97 38.3299C147.76 38.3299 147.02 37.6299 147.02 36.5699V34.6899H141.81V36.1899C141.81 40.5199 145.22 41.8299 148.86 41.8299C152.37 41.8299 155.26 40.6299 155.72 37.3899C155.96 35.7099 155.78 34.6199 155.7 34.2099C154.89 30.1199 147.53 28.9099 146.98 26.6399Z" fill="black"/>
|
|
11
|
-
<path d="M210.12 26.6899C210.03 26.2999 210.05 25.8999 210.1 25.6799C210.24 25.0599 210.66 24.3899 211.85 24.3899C212.98 24.3899 213.64 25.0799 213.64 26.1299V27.3199H218.43V25.9699C218.43 21.7799 214.67 21.1299 211.95 21.1299C208.54 21.1299 205.74 22.2599 205.24 25.3899C205.1 26.2499 205.08 27.0099 205.28 27.9799C206.11 31.9099 212.94 33.0399 213.93 35.5299C214.11 35.9999 214.06 36.5899 213.97 36.9499C213.81 37.5899 213.38 38.2399 212.1 38.2399C210.9 38.2399 210.17 37.5499 210.17 36.4999V34.6399H205.02V36.1199C205.02 40.4099 208.39 41.6999 212.01 41.6999C215.49 41.6999 218.35 40.5199 218.8 37.3099C219.03 35.6499 218.86 34.5699 218.78 34.1599C217.95 30.1399 210.66 28.9399 210.12 26.6899Z" fill="black"/>
|
|
12
|
-
<path d="M232.13 35.9899C232.13 36.2399 232.13 36.5199 232.09 36.7299C231.99 37.2099 231.58 38.1399 230.23 38.1399C228.88 38.1399 228.46 37.2099 228.37 36.7299C228.33 36.5199 228.32 36.2399 228.32 35.9899V21.6399H223.41V35.5599C223.4 35.9199 223.44 36.6499 223.45 36.8399C223.79 40.4599 226.65 41.6399 230.22 41.6399C233.79 41.6399 236.65 40.4699 236.99 36.8399C237.01 36.6499 237.05 35.9199 237.04 35.5599V21.6399H232.13V35.9899Z" fill="black"/>
|
|
13
|
-
<path d="M270.75 32.98H272.74V35.8C272.74 36.05 272.73 36.32 272.69 36.54C272.6 37.06 272.11 37.95 270.71 37.95C269.31 37.95 268.82 37.06 268.73 36.54C268.69 36.32 268.68 36.05 268.69 35.8V26.93C268.69 26.61 268.71 26.27 268.77 26.01C268.88 25.53 269.29 24.6 270.7 24.6C272.18 24.6 272.55 25.58 272.64 26.01C272.7 26.29 272.7 26.75 272.7 26.75V27.84H277.6V27.19C277.6 27.19 277.62 26.53 277.55 25.91C277.19 22.27 274.18 21.11 270.74 21.11C267.3 21.11 264.36 22.28 263.93 25.91C263.89 26.23 263.85 26.84 263.85 27.19V35.36C263.85 35.73 263.86 35.99 263.92 36.64C264.24 40.17 267.31 41.44 270.75 41.44C274.19 41.44 277.25 40.18 277.58 36.64C277.64 35.99 277.65 35.73 277.65 35.36V30.16H270.78V32.98H270.75Z" fill="black"/>
|
|
14
|
-
<path d="M28.78 21.35H21.44V41.63H24.8V35.02H28.61C30.76 35.02 32.43 34.42 33.62 33.21C34.81 32.01 35.41 30.32 35.41 28.15C35.41 25.98 34.83 24.31 33.67 23.12C32.53 21.94 30.89 21.35 28.78 21.35ZM28.78 32.02H24.8V24.35H28.61C30.83 24.35 31.94 25.64 31.94 28.22C31.95 30.75 30.89 32.02 28.78 32.02Z" fill="black"/>
|
|
15
|
-
<path d="M42.78 26.0499C41.1 26.0499 39.45 26.4399 37.82 27.2299L38.66 29.8099C39.84 29.2899 41.02 29.0299 42.22 29.0299C44.25 29.0299 45.27 29.8099 45.27 31.3799V32.0799C42.21 32.0999 39.97 32.5299 38.56 33.3799C37.15 34.2299 36.45 35.5599 36.45 37.3699C36.45 38.8099 36.85 39.9299 37.65 40.7299C38.45 41.5299 39.59 41.9299 41.07 41.9299C43.13 41.9299 44.63 41.1199 45.58 39.4899V41.6199H48.55V31.0099C48.55 29.4199 48.04 28.1999 47.02 27.3399C46.01 26.4799 44.59 26.0499 42.78 26.0499ZM45.27 37.5399C44.34 38.5899 43.21 39.1099 41.88 39.1099C40.39 39.1099 39.64 38.4499 39.64 37.1199C39.64 36.1899 40.09 35.4999 40.98 35.0599C41.88 34.6199 43.31 34.3799 45.27 34.3399V37.5399Z" fill="black"/>
|
|
16
|
-
<path d="M57.62 38.0399L54.2 26.4199H50.81L55.88 41.6599C55.41 42.3699 54.79 42.9899 54.02 43.5099C53.24 44.0299 52.2 44.5299 50.9 44.9899L52.02 47.7899C54.07 47.1199 55.7 46.2399 56.91 45.1699C58.11 44.0999 58.99 42.7299 59.53 41.0699L64.35 26.4199H60.99L57.62 38.0399Z" fill="black"/>
|
|
17
|
-
<path d="M85.79 38.2099L83.04 26.4199H79.65L76.96 38.2099L74.25 26.4199H70.88L75.14 41.6299H78.7L81.3 30.4799L83.97 41.6299H87.52L91.78 26.4199H88.45L85.79 38.2099Z" fill="black"/>
|
|
18
|
-
<path d="M97.66 26.4199H94.35V41.6299H97.66V26.4199Z" fill="black"/>
|
|
19
|
-
<path d="M96 20.2799C95.35 20.2799 94.84 20.4499 94.49 20.7999C94.14 21.1499 93.96 21.6399 93.96 22.2699C93.96 22.8699 94.14 23.3399 94.51 23.6999C94.87 24.0499 95.37 24.2299 96.01 24.2299C96.66 24.2299 97.17 24.0599 97.52 23.7099C97.87 23.3599 98.05 22.8699 98.05 22.2399C98.05 21.6399 97.87 21.1699 97.5 20.8099C97.14 20.4599 96.64 20.2799 96 20.2799Z" fill="black"/>
|
|
20
|
-
<path d="M108.07 38.8799C107.25 38.8799 106.66 38.6799 106.29 38.2799C105.93 37.8799 105.74 37.2299 105.74 36.3299V29.2699H110V26.4099H105.74V22.1799H102.43V26.4099H100.02V29.2699H102.43V36.8899C102.43 40.1999 104.13 41.8499 107.53 41.8499C108.46 41.8499 109.35 41.7199 110.19 41.4599L109.69 38.6599C109.13 38.8099 108.59 38.8799 108.07 38.8799Z" fill="black"/>
|
|
21
|
-
<path d="M120.33 26.0499C118.65 26.0499 117.21 26.6799 116.02 27.9299V20.0599H112.71V41.6299H116.02V30.3099C116.5 29.9199 117 29.6299 117.5 29.4399C118 29.2499 118.54 29.1599 119.12 29.1599C120.8 29.1599 121.64 29.9199 121.64 31.4299V41.6299H124.95V31.0099C124.95 29.4399 124.55 28.2199 123.75 27.3499C122.95 26.4899 121.81 26.0499 120.33 26.0499Z" fill="black"/>
|
|
22
|
-
<path d="M367.91 30.8999C367.56 30.4799 367.19 30.0799 366.79 29.6999C366.38 29.3199 365.98 28.9299 365.58 28.5299C365.19 28.1499 364.78 27.7599 364.37 27.3499C363.95 26.9699 363.54 26.5799 363.13 26.1799C362.74 25.7799 362.33 25.3899 361.92 25.0099C361.53 24.6099 361.12 24.2099 360.71 23.8099C360.32 23.4099 359.92 23.0099 359.5 22.6099L358.91 22.0099C358.72 21.8099 358.47 21.6499 358.16 21.5299H357.97C357.72 21.5699 357.54 21.6499 357.41 21.7699C357 22.1699 356.59 22.5699 356.2 22.9699L355.95 23.3299C355.85 23.6299 355.9 23.8799 356.11 24.0799C356.5 24.4999 356.9 24.9099 357.29 25.3199C357.7 25.6999 358.11 26.0899 358.5 26.4899C358.89 26.8899 359.3 27.2899 359.71 27.6899C360.1 28.0699 360.51 28.4599 360.92 28.8699C361.31 29.2699 361.71 29.6699 362.13 30.0699C362.52 30.4699 362.92 30.8699 363.31 31.2799L363.03 31.5799C362.62 31.9799 362.21 32.3699 361.82 32.7499C361.41 33.1499 361 33.5499 360.61 33.9499C360.19 34.3499 359.79 34.7499 359.4 35.1599C358.99 35.5599 358.58 35.9599 358.19 36.3599C357.8 36.7599 357.39 37.1599 356.98 37.5699L356.39 38.1399L355.99 38.6199L355.96 39.2199L356.15 39.5499L356.21 39.5799C356.6 39.9799 357.01 40.3799 357.42 40.7799C357.56 40.9199 357.79 40.9899 358.1 40.9899L358.35 40.9299C358.62 40.7699 358.87 40.5699 359.09 40.3299C359.34 40.0699 359.6 39.8099 359.87 39.5499L360.3 39.1299C360.69 38.7499 361.1 38.3599 361.51 37.9599C361.92 37.5599 362.33 37.1699 362.72 36.7899C363.13 36.3899 363.53 35.9899 363.93 35.5799C364.34 35.1999 364.75 34.8099 365.14 34.3999C365.55 33.9999 365.96 33.6099 366.35 33.2299C366.76 32.8299 367.17 32.4399 367.56 32.0599L367.9 31.6399L367.96 31.0099L367.91 30.8999Z" fill="black"/>
|
|
23
|
-
</g>
|
|
24
|
-
<defs>
|
|
25
|
-
<clipPath id="clip0_822_824">
|
|
26
|
-
<rect width="389" height="63" fill="white"/>
|
|
27
|
-
</clipPath>
|
|
28
|
-
</defs>
|
|
29
|
-
</svg>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<svg width="220" height="31" viewBox="0 0 220 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_822_399)">
|
|
3
|
-
<path d="M164.219 0.0604858H171.874C176.498 0.0604858 179.93 3.61397 179.93 8.02328C179.93 12.4651 176.502 16.0186 171.847 16.0186H168.386V22.4186H164.223V0.0604858H164.219ZM168.386 3.9163V12.1535H171.572C174.051 12.1535 175.74 10.3163 175.74 8.01863C175.74 5.75351 174.056 3.9163 171.572 3.9163H168.386Z" fill="black"/>
|
|
4
|
-
<path d="M181.033 13.4744C181.033 7.53489 185.381 4.13489 189.912 4.13489C192.27 4.13489 194.381 5.11628 195.67 6.64652V4.50233H199.805V22.4186H195.67V20.093C194.353 21.7488 192.209 22.7907 189.851 22.7907C185.535 22.7814 181.033 19.3209 181.033 13.4744ZM195.888 13.414C195.888 10.3814 193.591 7.90233 190.53 7.90233C187.47 7.90233 185.112 10.3209 185.112 13.414C185.112 16.5395 187.47 18.986 190.53 18.986C193.591 18.986 195.888 16.507 195.888 13.414Z" fill="black"/>
|
|
5
|
-
<path d="M208.814 21.5256L201.465 4.49768H205.874L210.865 16.5628L215.581 4.49768H219.93L209.242 30.6837H205.047L208.814 21.5256Z" fill="black"/>
|
|
6
|
-
<path d="M120.842 0.683716L121.126 17.0977H121.014L116.205 0.683716H108.447V21.3814H113.586L113.298 4.39999H113.414L118.577 21.3814H126.023V0.683716H120.842Z" fill="black"/>
|
|
7
|
-
<path d="M22.4047 0.683716L18.5302 21.5953H24.1814L27.0419 2.62325L27.1582 2.6186L29.9488 21.5953H35.5628L31.7116 0.683716H22.4047Z" fill="black"/>
|
|
8
|
-
<path d="M54.0047 0.683716L51.4233 16.6744H51.307L48.7302 0.683716H40.2L39.7395 21.5953H44.9721L45.1023 2.79534H45.2186L48.7116 21.5953H54.0186L57.5116 2.8L57.6279 2.79534L57.7581 21.5953H62.9907L62.5302 0.683716H54.0047Z" fill="black"/>
|
|
9
|
-
<path d="M9.73024 15.6977C9.93489 16.2047 9.86978 16.8512 9.7721 17.2465C9.60001 17.9442 9.13024 18.6558 7.7349 18.6558C6.42792 18.6558 5.63257 17.8977 5.63257 16.7581L5.62792 14.7302H0.0186157V16.3442C0.0186157 21.0093 3.68838 22.4186 7.61862 22.4186C11.4 22.4186 14.5116 21.1302 15.0093 17.6372C15.2651 15.8326 15.0744 14.6512 14.9861 14.2093C14.107 9.82792 6.1721 8.52094 5.58141 6.06978C5.48373 5.64652 5.50699 5.20466 5.55815 4.9721C5.70699 4.30234 6.15815 3.56745 7.46978 3.56745C8.69304 3.56745 9.41397 4.32094 9.41397 5.46048V6.75815H14.6326V5.28373C14.6326 0.730244 10.5395 0.0186157 7.58141 0.0186157C3.86513 0.0186157 0.823266 1.25117 0.269778 4.66048C0.11629 5.59071 0.0976852 6.42792 0.31629 7.47908C1.22327 11.7535 8.65117 12.9907 9.73024 15.6977Z" fill="black"/>
|
|
10
|
-
<path d="M77.7163 15.6558C77.9163 16.1581 77.8558 16.7954 77.7581 17.1861C77.5907 17.8744 77.1209 18.5767 75.7395 18.5767C74.4419 18.5767 73.6558 17.8279 73.6558 16.6977L73.6512 14.693H68.0977V16.2884C68.0977 20.907 71.7349 22.3023 75.6233 22.3023C79.3675 22.3023 82.4465 21.0279 82.9395 17.5674C83.1907 15.7814 83.0047 14.6093 82.9163 14.1721C82.0419 9.83721 74.1861 8.54419 73.6047 6.12093C73.5023 5.70233 73.5302 5.26977 73.5768 5.03721C73.7256 4.3721 74.1768 3.64652 75.4698 3.64652C76.6884 3.64652 77.3954 4.3907 77.3954 5.52093V6.8H82.5628V5.34884C82.5628 0.837213 78.5116 0.134888 75.5814 0.134888C71.9023 0.134888 68.893 1.35349 68.3442 4.73024C68.1907 5.65582 68.1721 6.47907 68.3907 7.52093C69.2884 11.7535 76.6512 12.9767 77.7163 15.6558Z" fill="black"/>
|
|
11
|
-
<path d="M95.2698 18.4651C96.7256 18.4651 97.1721 17.4651 97.2744 16.9488C97.321 16.7256 97.3256 16.4186 97.3256 16.1488V0.679077H102.619V15.6744C102.623 16.0605 102.586 16.8465 102.567 17.0512C102.205 20.9535 99.1163 22.2186 95.2744 22.2186C91.4279 22.2186 88.3442 20.9535 87.9768 17.0512C87.9582 16.8465 87.9163 16.0605 87.9303 15.6744V0.679077H93.2186V16.1488C93.214 16.4186 93.2233 16.7209 93.2698 16.9488C93.3675 17.4651 93.814 18.4651 95.2698 18.4651Z" fill="black"/>
|
|
12
|
-
<path d="M138.884 18.2465C140.4 18.2465 140.926 17.2884 141.019 16.7302C141.06 16.493 141.07 16.2 141.07 15.9349V12.8977H138.926V9.85116H146.335V15.4558C146.33 15.8512 146.321 16.1349 146.26 16.8326C145.916 20.6419 142.614 22 138.907 22C135.2 22 131.902 20.6419 131.554 16.8326C131.493 16.1395 131.484 15.8512 131.479 15.4558V6.66046C131.479 6.28836 131.526 5.63255 131.567 5.28371C132.033 1.37674 135.2 0.116272 138.907 0.116272C142.614 0.116272 145.86 1.36278 146.247 5.28371C146.312 5.94883 146.293 6.66046 146.293 6.66046V7.35813H141.023V6.18604C141.023 6.18604 141.019 5.68836 140.958 5.39069C140.865 4.93023 140.465 3.87441 138.87 3.87441C137.349 3.87441 136.902 4.87441 136.786 5.39069C136.726 5.66511 136.702 6.0372 136.702 6.38139V15.9395C136.702 16.2046 136.712 16.4977 136.749 16.7349C136.847 17.2884 137.372 18.2465 138.884 18.2465Z" fill="black"/>
|
|
13
|
-
</g>
|
|
14
|
-
<defs>
|
|
15
|
-
<clipPath id="clip0_822_399">
|
|
16
|
-
<rect width="220" height="30.6977" fill="white"/>
|
|
17
|
-
</clipPath>
|
|
18
|
-
</defs>
|
|
19
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<svg width="180" height="82" viewBox="0 0 180 82" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9.47429 43.1086H0.068573V70.5714H5.18286V62.7086H9.43429C15.1543 62.7086 19.3657 58.3429 19.3657 52.8857C19.3657 47.4743 15.1543 43.1086 9.47429 43.1086ZM9.09714 57.9714H5.18286V47.8514H9.09714C12.1429 47.8514 14.2114 50.1086 14.2114 52.8914C14.2114 55.7143 12.1429 57.9714 9.09714 57.9714Z" fill="black"/>
|
|
3
|
-
<path d="M38.7086 51.2C37.1257 49.32 34.5314 48.1143 31.6343 48.1143C26.0629 48.1143 20.7257 52.2915 20.7257 59.5886C20.7257 66.7772 26.2571 71.0286 31.56 71.0286C34.4571 71.0286 37.0914 69.7486 38.7086 67.72V70.5772H43.7886V48.5657H38.7086V51.2ZM32.3886 66.36C28.6286 66.36 25.7314 63.3486 25.7314 59.5143C25.7314 55.7143 28.6286 52.7429 32.3886 52.7429C36.1486 52.7429 38.9714 55.7886 38.9714 59.5143C38.9714 63.3143 36.1543 66.36 32.3886 66.36Z" fill="black"/>
|
|
4
|
-
<path d="M57.3771 63.3886L51.2457 48.5657H45.8229L54.8571 69.4857L50.2286 80.7314H55.3829L68.5143 48.5657H63.1714L57.3771 63.3886Z" fill="black"/>
|
|
5
|
-
<path d="M148.811 21.0057H148.674L142.766 0.840027H133.234V26.2629H139.549L139.194 5.40003H139.337L145.68 26.2629H154.829V0.840027H148.463L148.811 21.0057Z" fill="black"/>
|
|
6
|
-
<path d="M33.2229 3.21717H33.3657L36.7886 26.5257H43.6914L38.9543 0.840027H27.5257L22.7657 26.5257H29.7086L33.2229 3.21717Z" fill="black"/>
|
|
7
|
-
<path d="M66.3429 0.840027L63.1771 20.48H63.0286L59.8686 0.840027H49.3886L48.8229 26.5257H55.2514L55.4114 3.43431H55.5543L59.8457 26.5257H66.3657L70.6571 3.43431H70.8L70.96 26.5257H77.3886L76.8171 0.840027H66.3429Z" fill="black"/>
|
|
8
|
-
<path d="M9.36 27.5314C14.0057 27.5314 17.8286 25.9486 18.44 21.6572C18.7543 19.44 18.52 17.9886 18.4114 17.4457C17.3257 12.0686 7.57714 10.4629 6.85143 7.45144C6.73143 6.93144 6.76 6.38858 6.82286 6.10287C7.00571 5.28001 7.56 4.37715 9.17143 4.37715C10.6743 4.37715 11.56 5.30286 11.56 6.70286V8.29715H17.9714V6.48572C17.9714 0.891435 12.9429 0.0171509 9.30857 0.0171509C4.74286 0.0171509 1.00571 1.53144 0.325714 5.72001C0.137143 6.86858 0.114286 7.89144 0.382857 9.18287C1.49714 14.4343 10.6286 15.9543 11.9486 19.2743C12.2 19.8972 12.12 20.6914 12 21.1772C11.7886 22.0343 11.2114 22.9086 9.49714 22.9086C7.89143 22.9086 6.91429 21.9771 6.91429 20.5771L6.90857 18.0857H0.0228577V20.0686C0.0228577 25.8 4.53143 27.5314 9.36 27.5314Z" fill="black"/>
|
|
9
|
-
<path d="M90.4286 7.52C90.3029 7.00571 90.3371 6.47428 90.3943 6.18857C90.5771 5.37143 91.1314 4.48 92.72 4.48C94.2171 4.48 95.0857 5.39428 95.0857 6.78285V8.35428H101.434V6.57142C101.434 1.02857 96.4571 0.16571 92.8571 0.16571C88.3371 0.16571 84.64 1.66285 83.9657 5.81142C83.7771 6.94857 83.7543 7.95999 84.0228 9.24C85.12 14.44 94.1657 15.9429 95.4743 19.2343C95.72 19.8514 95.6457 20.6343 95.5257 21.1143C95.32 21.96 94.7429 22.8229 93.0457 22.8229C91.4514 22.8229 90.4857 21.9029 90.4857 20.5143L90.48 18.0514H83.6571V20.0114C83.6571 25.6857 88.1257 27.4 92.9029 27.4C97.5029 27.4 101.291 25.8343 101.891 21.5829C102.2 19.3886 101.971 17.9486 101.863 17.4114C100.794 12.0857 91.1486 10.5029 90.4286 7.52Z" fill="black"/>
|
|
10
|
-
<path d="M126.074 0.83429H119.571V19.84C119.571 20.1714 119.566 20.5429 119.509 20.8229C119.383 21.4571 118.834 22.6857 117.046 22.6857C115.257 22.6857 114.703 21.4571 114.583 20.8229C114.526 20.5486 114.514 20.1714 114.52 19.84V0.83429H108.023V19.2571C108.011 19.7314 108.057 20.6971 108.08 20.9486C108.531 25.7429 112.32 27.2971 117.046 27.2971C121.766 27.2971 125.56 25.7429 126.006 20.9486C126.029 20.6971 126.08 19.7314 126.069 19.2571V0.83429H126.074Z" fill="black"/>
|
|
11
|
-
<path d="M170.686 12.1029V15.8514H173.32V19.5829C173.326 19.9086 173.314 20.2686 173.257 20.56C173.143 21.2457 172.491 22.4229 170.634 22.4229C168.777 22.4229 168.126 21.2457 168.006 20.56C167.954 20.2686 167.943 19.9086 167.949 19.5829V7.83429C167.949 7.41715 167.977 6.95429 168.051 6.61715C168.194 5.98286 168.743 4.75429 170.611 4.75429C172.577 4.75429 173.063 6.05143 173.177 6.61715C173.251 6.98858 173.257 7.6 173.257 7.59429V9.03429H179.737V8.17715C179.731 8.17715 179.76 7.30286 179.68 6.48572C179.206 1.66857 175.217 0.137146 170.663 0.137146C166.103 0.137146 162.217 1.68 161.646 6.48572C161.594 6.91429 161.537 7.72 161.537 8.17715V18.9829C161.537 19.4686 161.554 19.8171 161.629 20.6743C162.057 25.3543 166.109 27.0229 170.663 27.0229C175.217 27.0229 179.274 25.3543 179.697 20.6743C179.777 19.8229 179.789 19.4686 179.789 18.9829V12.1029H170.686Z" fill="black"/>
|
|
12
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<svg width="180" height="82" viewBox="0 0 180 82" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9.47429 43.1086H0.0685711V70.5714H5.18286V62.7086H9.43428C15.1543 62.7086 19.3657 58.3429 19.3657 52.8857C19.3657 47.4743 15.1543 43.1086 9.47429 43.1086ZM9.09714 57.9714H5.18286V47.8514H9.09714C12.1429 47.8514 14.2114 50.1086 14.2114 52.8914C14.2114 55.7143 12.1429 57.9714 9.09714 57.9714Z" fill="white"/>
|
|
3
|
-
<path d="M38.7086 51.2C37.1257 49.32 34.5314 48.1143 31.6343 48.1143C26.0629 48.1143 20.7257 52.2915 20.7257 59.5886C20.7257 66.7772 26.2571 71.0286 31.56 71.0286C34.4571 71.0286 37.0914 69.7486 38.7086 67.72V70.5772H43.7886V48.5657H38.7086V51.2ZM32.3886 66.36C28.6286 66.36 25.7314 63.3486 25.7314 59.5143C25.7314 55.7143 28.6286 52.7429 32.3886 52.7429C36.1486 52.7429 38.9714 55.7886 38.9714 59.5143C38.9714 63.3143 36.1543 66.36 32.3886 66.36Z" fill="white"/>
|
|
4
|
-
<path d="M57.3771 63.3886L51.2457 48.5657H45.8229L54.8571 69.4857L50.2286 80.7314H55.3829L68.5143 48.5657H63.1714L57.3771 63.3886Z" fill="white"/>
|
|
5
|
-
<path d="M148.811 21.0057H148.674L142.766 0.840027H133.234V26.2629H139.549L139.194 5.40003H139.337L145.68 26.2629H154.829V0.840027H148.463L148.811 21.0057Z" fill="white"/>
|
|
6
|
-
<path d="M33.2229 3.21717H33.3657L36.7886 26.5257H43.6914L38.9543 0.840027H27.5257L22.7657 26.5257H29.7086L33.2229 3.21717Z" fill="white"/>
|
|
7
|
-
<path d="M66.3429 0.840027L63.1771 20.48H63.0286L59.8686 0.840027H49.3886L48.8229 26.5257H55.2514L55.4114 3.43431H55.5543L59.8457 26.5257H66.3657L70.6571 3.43431H70.8L70.96 26.5257H77.3886L76.8171 0.840027H66.3429Z" fill="white"/>
|
|
8
|
-
<path d="M9.36 27.5314C14.0057 27.5314 17.8286 25.9486 18.44 21.6572C18.7543 19.44 18.52 17.9886 18.4114 17.4457C17.3257 12.0686 7.57714 10.4629 6.85143 7.45144C6.73143 6.93144 6.76 6.38858 6.82286 6.10287C7.00571 5.28001 7.56 4.37715 9.17143 4.37715C10.6743 4.37715 11.56 5.30286 11.56 6.70286V8.29715H17.9714V6.48572C17.9714 0.891435 12.9429 0.0171509 9.30857 0.0171509C4.74286 0.0171509 1.00571 1.53144 0.325714 5.72001C0.137143 6.86858 0.114286 7.89144 0.382857 9.18287C1.49714 14.4343 10.6286 15.9543 11.9486 19.2743C12.2 19.8972 12.12 20.6914 12 21.1772C11.7886 22.0343 11.2114 22.9086 9.49714 22.9086C7.89143 22.9086 6.91429 21.9771 6.91429 20.5771L6.90857 18.0857H0.0228577V20.0686C0.0228577 25.8 4.53143 27.5314 9.36 27.5314Z" fill="white"/>
|
|
9
|
-
<path d="M90.4286 7.52C90.3029 7.00571 90.3371 6.47428 90.3943 6.18857C90.5771 5.37143 91.1314 4.48 92.72 4.48C94.2171 4.48 95.0857 5.39428 95.0857 6.78285V8.35428H101.434V6.57142C101.434 1.02857 96.4571 0.16571 92.8571 0.16571C88.3371 0.16571 84.64 1.66285 83.9657 5.81142C83.7771 6.94857 83.7543 7.95999 84.0228 9.24C85.12 14.44 94.1657 15.9429 95.4743 19.2343C95.72 19.8514 95.6457 20.6343 95.5257 21.1143C95.32 21.96 94.7429 22.8229 93.0457 22.8229C91.4514 22.8229 90.4857 21.9029 90.4857 20.5143L90.48 18.0514H83.6571V20.0114C83.6571 25.6857 88.1257 27.4 92.9029 27.4C97.5029 27.4 101.291 25.8343 101.891 21.5829C102.2 19.3886 101.971 17.9486 101.863 17.4114C100.8 12.0857 91.1486 10.5029 90.4286 7.52Z" fill="white"/>
|
|
10
|
-
<path d="M126.074 0.83429H119.571V19.84C119.571 20.1714 119.566 20.5429 119.509 20.8229C119.383 21.4571 118.834 22.6857 117.046 22.6857C115.257 22.6857 114.703 21.4571 114.583 20.8229C114.526 20.5486 114.514 20.1714 114.52 19.84V0.83429H108.023V19.2571C108.011 19.7314 108.057 20.6971 108.08 20.9486C108.531 25.7429 112.32 27.2971 117.046 27.2971C121.766 27.2971 125.56 25.7429 126.006 20.9486C126.029 20.6971 126.08 19.7314 126.069 19.2571V0.83429H126.074Z" fill="white"/>
|
|
11
|
-
<path d="M170.686 12.1029V15.8514H173.32V19.5829C173.326 19.9086 173.314 20.2686 173.257 20.56C173.143 21.2457 172.491 22.4229 170.634 22.4229C168.777 22.4229 168.126 21.2457 168.006 20.56C167.954 20.2686 167.943 19.9086 167.949 19.5829V7.83429C167.949 7.41715 167.977 6.95429 168.051 6.61715C168.194 5.98286 168.743 4.75429 170.611 4.75429C172.577 4.75429 173.063 6.05143 173.177 6.61715C173.251 6.98858 173.257 7.6 173.257 7.59429V9.03429H179.737V8.17715C179.731 8.17715 179.76 7.30286 179.68 6.48572C179.206 1.66857 175.217 0.137146 170.663 0.137146C166.103 0.137146 162.217 1.68 161.646 6.48572C161.594 6.91429 161.537 7.72 161.537 8.17715V18.9829C161.537 19.4686 161.554 19.8171 161.629 20.6743C162.057 25.3543 166.109 27.0229 170.663 27.0229C175.217 27.0229 179.274 25.3543 179.697 20.6743C179.777 19.8229 179.789 19.4686 179.789 18.9829V12.1029H170.686Z" fill="white"/>
|
|
12
|
-
</svg>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<svg width="220" height="31" viewBox="0 0 220 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_822_398)">
|
|
3
|
-
<path d="M164.219 0.0558472H171.874C176.498 0.0558472 179.93 3.60934 179.93 8.01864C179.93 12.4605 176.502 16.014 171.847 16.014H168.386V22.414H164.223V0.0558472H164.219ZM168.381 3.91631V12.1535H171.567C174.046 12.1535 175.735 10.3163 175.735 8.01864C175.735 5.75352 174.051 3.91631 171.567 3.91631H168.381Z" fill="white"/>
|
|
4
|
-
<path d="M181.033 13.4698C181.033 7.53025 185.381 4.13025 189.912 4.13025C192.27 4.13025 194.381 5.11164 195.67 6.64188V4.49769H199.805V22.414H195.67V20.0884C194.353 21.7442 192.209 22.7861 189.851 22.7861C185.535 22.7814 181.033 19.3209 181.033 13.4698ZM195.884 13.4093C195.884 10.3768 193.586 7.89769 190.526 7.89769C187.465 7.89769 185.107 10.3163 185.107 13.4093C185.107 16.5349 187.465 18.9814 190.526 18.9814C193.591 18.9814 195.884 16.5023 195.884 13.4093Z" fill="white"/>
|
|
5
|
-
<path d="M208.814 21.5256L201.465 4.49768H205.874L210.865 16.5628L215.581 4.49768H219.93L209.242 30.6837H205.047L208.814 21.5256Z" fill="white"/>
|
|
6
|
-
<path d="M120.842 0.683716L121.126 17.0977H121.009L116.205 0.683716H108.442V21.3767H113.586L113.298 4.39534H113.414L118.572 21.3767H126.023V0.683716H120.842Z" fill="white"/>
|
|
7
|
-
<path d="M22.4046 0.683716L18.5302 21.5907H24.1814L27.0419 2.6186H27.1581L29.9442 21.5907H35.5628L31.707 0.683716H22.4046Z" fill="white"/>
|
|
8
|
-
<path d="M54 0.683716L51.4233 16.6698H51.3023L48.7256 0.683716H40.2L39.7395 21.5907H44.9721L45.1023 2.79534H45.2186L48.7116 21.5907H54.0186L57.5116 2.79534H57.6279L57.7581 21.5907H62.986L62.5256 0.683716H54Z" fill="white"/>
|
|
9
|
-
<path d="M9.73023 15.693C9.93488 16.2 9.86977 16.8465 9.77209 17.2419C9.6 17.9395 9.13023 18.6512 7.73488 18.6512C6.42791 18.6512 5.63256 17.893 5.63256 16.7535L5.62791 14.7256H0.0186043V16.3395C0.0186043 21.0047 3.68837 22.414 7.6186 22.414C11.4 22.414 14.5116 21.1256 15.0093 17.6326C15.2651 15.8279 15.0744 14.6465 14.986 14.2047C14.1023 9.82792 6.16744 8.52094 5.57674 6.06978C5.47907 5.64652 5.50232 5.20466 5.55349 4.9721C5.70232 4.30234 6.15349 3.56745 7.46512 3.56745C8.68837 3.56745 9.4093 4.32094 9.4093 5.46048V6.75815H14.6279V5.28373C14.6279 0.730244 10.5349 0.0186157 7.57674 0.0186157C3.86047 0.0186157 0.818604 1.25117 0.265115 4.66048C0.111627 5.59071 0.0930225 6.42792 0.311627 7.47908C1.2186 11.7535 8.65116 12.9861 9.73023 15.693Z" fill="white"/>
|
|
10
|
-
<path d="M77.7163 15.6558C77.9163 16.1582 77.8558 16.7954 77.7581 17.1861C77.5907 17.8744 77.1209 18.5768 75.7395 18.5768C74.4419 18.5768 73.6558 17.8279 73.6558 16.6977L73.6512 14.693H68.0977V16.2884C68.0977 20.907 71.7349 22.3023 75.6232 22.3023C79.3674 22.3023 82.4465 21.0279 82.9395 17.5675C83.1907 15.7814 83.0046 14.6093 82.9163 14.1721C82.0419 9.83723 74.186 8.5442 73.6046 6.12095C73.5023 5.70234 73.5302 5.26978 73.5767 5.03723C73.7256 4.37211 74.1767 3.64653 75.4698 3.64653C76.6884 3.64653 77.3953 4.39071 77.3953 5.52095V6.80002H82.5628V5.3442C82.5628 0.832575 78.5116 0.130249 75.5814 0.130249C71.9023 0.130249 68.893 1.34885 68.3442 4.7256C68.1907 5.65118 68.1721 6.47443 68.3907 7.5163C69.2884 11.7535 76.6465 12.9721 77.7163 15.6558Z" fill="white"/>
|
|
11
|
-
<path d="M95.2698 18.4605C96.7256 18.4605 97.1721 17.4605 97.2744 16.9442C97.3209 16.7209 97.3256 16.414 97.3256 16.1442V0.679077H102.619V15.6744C102.623 16.0605 102.586 16.8465 102.567 17.0512C102.205 20.9535 99.1163 22.2186 95.2744 22.2186C91.4279 22.2186 88.3442 20.9535 87.9767 17.0512C87.9581 16.8465 87.9163 16.0605 87.9302 15.6744V0.679077H93.2186V16.1488C93.214 16.4186 93.2233 16.7209 93.2698 16.9488C93.3628 17.4605 93.814 18.4605 95.2698 18.4605Z" fill="white"/>
|
|
12
|
-
<path d="M138.884 18.2465C140.4 18.2465 140.926 17.2884 141.019 16.7302C141.06 16.493 141.07 16.2 141.07 15.9349V12.8977H138.926V9.85116H146.335V15.4558C146.33 15.8512 146.321 16.1349 146.26 16.8326C145.916 20.6419 142.614 22 138.907 22C135.2 22 131.902 20.6419 131.553 16.8326C131.493 16.1395 131.484 15.8512 131.479 15.4558V6.66046C131.479 6.28836 131.526 5.63255 131.567 5.28371C132.033 1.37674 135.2 0.116272 138.907 0.116272C142.614 0.116272 145.86 1.36278 146.247 5.28371C146.312 5.94883 146.293 6.66046 146.293 6.66046V7.35813H141.019V6.18604C141.019 6.18604 141.014 5.68836 140.953 5.39069C140.86 4.93023 140.46 3.87441 138.865 3.87441C137.344 3.87441 136.898 4.87441 136.781 5.39069C136.721 5.66511 136.698 6.0372 136.698 6.38139V15.9395C136.698 16.2046 136.707 16.4977 136.744 16.7349C136.842 17.2884 137.372 18.2465 138.884 18.2465Z" fill="white"/>
|
|
13
|
-
</g>
|
|
14
|
-
<defs>
|
|
15
|
-
<clipPath id="clip0_822_398">
|
|
16
|
-
<rect width="220" height="30.6977" fill="white"/>
|
|
17
|
-
</clipPath>
|
|
18
|
-
</defs>
|
|
19
|
-
</svg>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2_432)">
|
|
3
|
-
<path d="M30 0H2C0.89543 0 0 0.89543 0 2V30C0 31.1046 0.89543 32 2 32H30C31.1046 32 32 31.1046 32 30V2C32 0.89543 31.1046 0 30 0Z" fill="#611F69"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5763 19.2373C10.5763 18.0339 11.5593 17.0508 12.7627 17.0508C13.9661 17.0508 14.9492 18.0339 14.9492 19.2373V24.7119C14.9492 25.9153 13.9661 26.8983 12.7627 26.8983C11.5593 26.8983 10.5763 25.9153 10.5763 24.7119V19.2373ZM9.47458 19.2373C9.47458 20.4407 8.49153 21.4237 7.28814 21.4237C6.08475 21.4237 5.1017 20.4407 5.1017 19.2373C5.1017 18.0339 6.08475 17.0508 7.28814 17.0508H9.47458V19.2373Z" fill="#E01E5A"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7627 10.5763C13.9661 10.5763 14.9492 11.5593 14.9492 12.7627C14.9492 13.9661 13.9661 14.9492 12.7627 14.9492H7.28814C6.08475 14.9492 5.1017 13.9661 5.1017 12.7627C5.1017 11.5593 6.08475 10.5763 7.28814 10.5763H12.7627ZM12.7627 9.47457C11.5593 9.47457 10.5763 8.49152 10.5763 7.28813C10.5763 6.08474 11.5593 5.10169 12.7627 5.10169C13.9661 5.10169 14.9492 6.08474 14.9492 7.28813V9.47457H12.7627Z" fill="#36C5F0"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.5254 12.7627C22.5254 11.5593 23.5085 10.5763 24.7119 10.5763C25.9152 10.5763 26.8983 11.5593 26.8983 12.7627C26.8983 13.9661 25.9152 14.9492 24.7119 14.9492H22.5254V12.7627ZM21.4237 12.7627C21.4237 13.9661 20.4407 14.9492 19.2373 14.9492C18.0339 14.9492 17.0508 13.9661 17.0508 12.7627V7.28813C17.0508 6.08474 18.0339 5.10169 19.2373 5.10169C20.4407 5.10169 21.4237 6.08474 21.4237 7.28813V12.7627Z" fill="#2EB67D"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.2373 21.4237C18.0339 21.4237 17.0508 20.4407 17.0508 19.2373C17.0508 18.0339 18.0339 17.0508 19.2373 17.0508H24.7119C25.9152 17.0508 26.8983 18.0339 26.8983 19.2373C26.8983 20.4407 25.9152 21.4237 24.7119 21.4237H19.2373ZM19.2373 22.5254C20.4407 22.5254 21.4237 23.5085 21.4237 24.7119C21.4237 25.9153 20.4407 26.8983 19.2373 26.8983C18.0339 26.8983 17.0508 25.9153 17.0508 24.7119V22.5254H19.2373Z" fill="#ECB22E"/>
|
|
8
|
-
</g>
|
|
9
|
-
<defs>
|
|
10
|
-
<clipPath id="clip0_2_432">
|
|
11
|
-
<rect width="32" height="32" fill="white"/>
|
|
12
|
-
</clipPath>
|
|
13
|
-
</defs>
|
|
14
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="37" viewBox="0 0 80 37" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2_430)">
|
|
3
|
-
<path d="M0.0078125 37H80.0078V0H0.0078125" fill="#1A1F71"/>
|
|
4
|
-
<path d="M38.5348 7.92999L34.0748 28.784H28.6778L33.1358 7.92999H38.5358H38.5348ZM61.2278 21.392L64.0658 13.565L65.7058 21.392H61.2258H61.2278ZM67.2518 28.784H72.2338L67.8778 7.92999H63.2778C62.2408 7.92999 61.3648 8.53199 60.9778 9.45999L52.8878 28.784H58.5518L59.6758 25.669H66.5958L67.2518 28.783V28.784ZM53.1678 21.974C53.1898 16.469 45.5578 16.168 45.6078 13.706C45.6278 12.962 46.3438 12.162 47.8948 11.959C48.6688 11.859 50.8008 11.782 53.2178 12.892L54.1628 8.46599C52.8628 8.00599 51.1958 7.54599 49.1158 7.54599C43.7858 7.54599 40.0328 10.376 40.0008 14.44C39.9708 17.442 42.6808 19.12 44.7228 20.114C46.8248 21.144 47.5328 21.792 47.5228 22.707C47.5058 24.107 45.8428 24.724 44.2948 24.75C41.5808 24.793 40.0108 24.015 38.7528 23.43L37.7798 28.002C39.0398 28.585 41.3648 29.089 43.7738 29.115C49.4408 29.115 53.1468 26.313 53.1678 21.975V21.974ZM30.8218 7.92999L22.0878 28.784H16.3848L12.0808 12.142C11.8248 11.117 11.5958 10.742 10.8008 10.309C9.50281 9.60299 7.36081 8.94599 5.47281 8.53099L5.60481 7.92899H14.7878C15.9548 7.92899 17.0058 8.70599 17.2738 10.055L19.5438 22.118L25.1588 7.92799H30.8228L30.8218 7.92999Z" fill="white"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_2_430">
|
|
8
|
-
<rect width="80" height="37" fill="white" transform="translate(0.0078125)"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
11
|
-
</svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="26" viewBox="0 0 80 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2_429)">
|
|
3
|
-
<path d="M39.6248 0.453L34.2748 25.443H27.8118L33.1538 0.453H39.6238H39.6248ZM66.8148 16.585L70.2178 7.2L72.1818 16.585H66.8158H66.8148ZM74.0348 25.443H80.0078L74.7858 0.453H69.2728C68.0328 0.453 66.9828 1.171 66.5188 2.285L56.8258 25.443H63.6108L64.9568 21.711H73.2488L74.0358 25.444L74.0348 25.443ZM57.1578 17.283C57.1878 10.686 48.0428 10.32 48.1008 7.375C48.1228 6.479 48.9808 5.525 50.8388 5.282C51.7688 5.159 54.3268 5.068 57.2208 6.405L58.3528 1.1C56.7928 0.54 54.7958 0 52.3028 0C45.9128 0 41.4228 3.387 41.3808 8.256C41.3428 11.848 44.5938 13.861 47.0378 15.054C49.5578 16.282 50.4038 17.069 50.3948 18.162C50.3778 19.834 48.3798 20.574 46.5288 20.61C43.2748 20.66 41.3938 19.73 39.8888 19.03L38.7188 24.507C40.2288 25.2 43.0168 25.805 45.9018 25.837C52.6918 25.837 57.1358 22.477 57.1588 17.283H57.1578ZM30.3808 0.453L19.9128 25.443H13.0778L7.92281 5.5C7.61281 4.272 7.33881 3.824 6.39081 3.304C4.83081 2.46 2.26381 1.668 0.0078125 1.174L0.163813 0.454H11.1638C12.5618 0.454 13.8268 1.384 14.1438 3.001L16.8698 17.458L23.5938 0.453H30.3808Z" fill="#1A1F71"/>
|
|
4
|
-
</g>
|
|
5
|
-
<defs>
|
|
6
|
-
<clipPath id="clip0_2_429">
|
|
7
|
-
<rect width="80" height="26" fill="white" transform="translate(0.0078125)"/>
|
|
8
|
-
</clipPath>
|
|
9
|
-
</defs>
|
|
10
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="37" viewBox="0 0 80 37" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2_428)">
|
|
3
|
-
<path d="M0.0078125 37H80.0078V0H0.0078125" fill="white"/>
|
|
4
|
-
<path d="M38.5348 7.92999L34.0748 28.784H28.6778L33.1358 7.92999H38.5358H38.5348ZM61.2278 21.392L64.0658 13.565L65.7058 21.392H61.2258H61.2278ZM67.2518 28.784H72.2338L67.8778 7.92999H63.2778C62.2408 7.92999 61.3648 8.53199 60.9778 9.45999L52.8878 28.784H58.5518L59.6758 25.669H66.5958L67.2518 28.783V28.784ZM53.1678 21.974C53.1898 16.469 45.5578 16.168 45.6078 13.706C45.6278 12.962 46.3438 12.162 47.8948 11.959C48.6688 11.859 50.8008 11.782 53.2178 12.892L54.1628 8.46599C52.8628 8.00599 51.1958 7.54599 49.1158 7.54599C43.7858 7.54599 40.0328 10.376 40.0008 14.44C39.9708 17.442 42.6808 19.12 44.7228 20.114C46.8248 21.144 47.5328 21.792 47.5228 22.707C47.5058 24.107 45.8428 24.724 44.2948 24.75C41.5808 24.793 40.0108 24.015 38.7528 23.43L37.7798 28.002C39.0398 28.585 41.3648 29.089 43.7738 29.115C49.4408 29.115 53.1468 26.313 53.1678 21.975V21.974ZM30.8218 7.92999L22.0878 28.784H16.3848L12.0808 12.142C11.8248 11.117 11.5958 10.742 10.8008 10.309C9.50281 9.60299 7.36081 8.94599 5.47281 8.53099L5.60481 7.92899H14.7878C15.9548 7.92899 17.0058 8.70599 17.2738 10.055L19.5438 22.118L25.1588 7.92799H30.8228L30.8218 7.92999Z" fill="#1A1F71"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_2_428">
|
|
8
|
-
<rect width="80" height="37" fill="white" transform="translate(0.0078125)"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
11
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="180" height="65" viewBox="0 0 180 65" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.385 45.038C79.385 45.038 80.432 47.828 81.387 48H68.072C65.591 48 63.404 46.61 62.706 43.97L56.643 22.941C56.643 22.941 55.987 20.401 55 20.001H67.561C70.04 20.001 71.662 20.902 72.622 24.101L79.385 45.038ZM99.612 45.038L106.379 24.101C107.337 20.902 108.958 20.001 111.438 20.001H124C123.01 20.401 122.358 22.941 122.358 22.941L116.293 43.971C115.593 46.609 113.407 48.001 110.929 48.001H97.613C98.566 47.827 99.611 45.038 99.611 45.038H99.612ZM82 48V20H97V48H82Z" fill="#DA1710"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="180" height="65" viewBox="0 0 180 65" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.385 45.038C24.385 45.038 25.432 47.828 26.387 48H13.072C10.591 48 8.404 46.61 7.706 43.97L1.643 22.941C1.643 22.941 0.987 20.401 0 20.001H12.561C15.04 20.001 16.662 20.902 17.622 24.101L24.385 45.038ZM44.612 45.038L51.379 24.101C52.337 20.902 53.958 20.001 56.438 20.001H69C68.01 20.401 67.358 22.941 67.358 22.941L61.293 43.971C60.593 46.609 58.407 48.001 55.929 48.001H42.613C43.566 47.827 44.611 45.038 44.611 45.038H44.612ZM27 48V20H42V48H27Z" fill="#DA1710"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="180" height="65" viewBox="0 0 180 65" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M135.385 45.038C135.385 45.038 136.432 47.828 137.387 48H124.072C121.591 48 119.404 46.61 118.706 43.97L112.643 22.941C112.643 22.941 111.987 20.401 111 20.001H123.561C126.04 20.001 127.662 20.902 128.622 24.101L135.385 45.038ZM155.612 45.038L162.379 24.101C163.337 20.902 164.958 20.001 167.438 20.001H180C179.01 20.401 178.358 22.941 178.358 22.941L172.293 43.971C171.593 46.609 169.407 48.001 166.929 48.001H153.613C154.566 47.827 155.611 45.038 155.611 45.038H155.612ZM138 48V20H153V48H138Z" fill="#DA1710"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="122" height="44" viewBox="0 0 122 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M68.515 30.778L73.643 15.075C74.368 12.677 75.598 12 77.478 12H87C86.252 12.301 85.757 14.206 85.757 14.206L81.159 29.977C80.628 31.957 78.97 33 77.092 33H67C67.723 32.87 68.516 30.778 68.516 30.778H68.515ZM53.482 30.778C53.482 30.778 54.275 32.87 55 33H44.908C43.027 33 41.37 31.957 40.84 29.977L36.244 14.207C36.244 14.207 35.748 12.3 35 12H44.52C46.399 12 47.628 12.677 48.356 15.075L53.482 30.778ZM55.5 33V12H66.5V33H55.5Z" fill="#DA1710"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="122" height="44" viewBox="0 0 122 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.515 30.778L38.643 15.075C39.368 12.677 40.598 12 42.478 12H52C51.252 12.301 50.757 14.206 50.757 14.206L46.159 29.977C45.628 31.957 43.97 33 42.092 33H32C32.723 32.87 33.516 30.778 33.516 30.778H33.515ZM18.482 30.778C18.482 30.778 19.275 32.87 20 33H9.908C8.027 33 6.37 31.957 5.84 29.977L1.244 14.207C1.244 14.207 0.748 12.3 0 12H9.52C11.399 12 12.628 12.677 13.356 15.075L18.482 30.778ZM20.5 33V12H31.5V33H20.5Z" fill="#DA1710"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="122" height="44" viewBox="0 0 122 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M103.515 30.778L108.643 15.075C109.368 12.677 110.598 12 112.478 12H122C121.252 12.301 120.757 14.206 120.757 14.206L116.159 29.977C115.628 31.957 113.97 33 112.092 33H102C102.723 32.87 103.516 30.778 103.516 30.778H103.515ZM88.482 30.778C88.482 30.778 89.275 32.87 90 33H79.908C78.027 33 76.37 31.957 75.84 29.977L71.244 14.207C71.244 14.207 70.748 12.3 70 12H79.52C81.399 12 82.628 12.677 83.356 15.075L88.482 30.778ZM90.5 33V12H101.5V33H90.5Z" fill="#DA1710"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="75" height="77" viewBox="0 0 75 77" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M44.6352 32.4552L72.5556 0H65.9394L41.6961 28.1804L22.333 0H0L29.2808 42.6138L0 76.6481H6.61662L32.2182 46.8886L52.667 76.6481H75L44.6336 32.4552H44.6352ZM35.5728 42.9893L32.6061 38.7459L9.00069 4.9809H19.1634L38.2132 32.2303L41.18 36.4737L65.9425 71.8938H55.7798L35.5728 42.9909V42.9893Z" fill="black"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="75" height="77" viewBox="0 0 75 77" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M44.6352 32.4552L72.5556 0H65.9394L41.6961 28.1804L22.333 0H0L29.2808 42.6138L0 76.6481H6.61662L32.2182 46.8886L52.667 76.6481H75L44.6336 32.4552H44.6352ZM35.5728 42.9893L32.6061 38.7459L9.00069 4.9809H19.1634L38.2132 32.2303L41.18 36.4737L65.9425 71.8938H55.7798L35.5728 42.9909V42.9893Z" fill="white"/>
|
|
3
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2_427)">
|
|
3
|
-
<path d="M30.0078 0H2.00781C0.903243 0 0.0078125 0.89543 0.0078125 2V30C0.0078125 31.1046 0.903243 32 2.00781 32H30.0078C31.1124 32 32.0078 31.1046 32.0078 30V2C32.0078 0.89543 31.1124 0 30.0078 0Z" fill="#0072C6"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.9578 17.994C24.9398 17.994 20.7048 17.656 20.3608 16.964C20.0168 16.262 26.8928 15.508 27.8508 15.506C27.9068 15.506 27.9608 15.506 28.0138 15.509C28.5478 15.626 28.9638 16.084 29.0038 16.659C29.0478 17.311 28.5898 17.883 27.9578 17.993V17.994ZM25.9578 24.456C25.6448 24.94 25.0608 25.142 24.5338 24.989C24.4878 24.963 24.4398 24.939 24.3888 24.909C23.5518 24.449 17.8868 20.479 18.5258 20.032C19.1618 19.587 23.0358 21.332 25.6828 22.782C26.1828 23.182 26.3108 23.904 25.9578 24.455V24.456ZM17.9328 7.70601L11.9098 22.732C10.8898 25.327 9.86981 27.105 6.78181 27.105C6.37181 27.105 5.91681 27.075 5.47181 26.998C4.85881 26.822 4.49681 26.186 4.66381 25.568C4.80981 25.026 5.31381 24.674 5.85381 24.702C5.89081 24.705 6.45381 24.739 6.61581 24.739C8.29081 24.739 9.02081 23.696 9.80781 21.472L4.20081 7.79301C3.97481 7.10001 4.32881 6.34601 5.01781 6.08701C5.68981 5.83501 6.43581 6.11901 6.73781 6.75701L11.1878 18H11.2548L15.4878 6.84001C15.7258 6.19401 16.4298 5.85601 17.0948 6.06801C17.7718 6.28501 18.1498 7.02501 17.9328 7.70601ZM24.3878 8.71601L24.5338 8.64001C25.0608 8.48701 25.6438 8.68701 25.9568 9.17201C26.3088 9.72201 26.1818 10.445 25.6808 10.846C23.0338 12.296 19.1608 14.039 18.5238 13.596C17.8838 13.146 23.5498 9.17801 24.3878 8.71601Z" fill="white"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_2_427">
|
|
8
|
-
<rect width="32" height="32" fill="white" transform="translate(0.0078125)"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
11
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2_426)">
|
|
3
|
-
<path d="M30.0078 0H2.00781C0.903243 0 0.0078125 0.89543 0.0078125 2V30C0.0078125 31.1046 0.903243 32 2.00781 32H30.0078C31.1124 32 32.0078 31.1046 32.0078 30V2C32.0078 0.89543 31.1124 0 30.0078 0Z" fill="url(#paint0_linear_2_426)"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5078 12.5L19.5078 17L20.0078 16" fill="black" fill-opacity="0.25"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0028 7.5H16.0128C16.0128 7.5 21.0508 7.5 24.4098 7.744C24.8798 7.801 25.9018 7.806 26.8138 8.768C27.5338 9.501 27.7678 11.166 27.7678 11.166C27.7678 11.166 28.0078 13.122 28.0078 15.076V16.911C28.0078 18.867 27.7678 20.821 27.7678 20.821C27.7678 20.821 27.5338 22.488 26.8138 23.221C25.9018 24.183 24.8788 24.188 24.4098 24.244C21.0498 24.489 16.0078 24.497 16.0078 24.497C16.0078 24.497 9.76781 24.439 7.84781 24.254C7.31381 24.154 6.11481 24.184 5.20181 23.221C4.48181 22.488 4.24781 20.821 4.24781 20.821C4.24781 20.821 4.00781 18.867 4.00781 16.91V15.077C4.00781 13.122 4.24781 11.167 4.24781 11.167C4.24781 11.167 4.48181 9.501 5.20181 8.767C6.11481 7.807 7.13681 7.801 7.60581 7.744C10.9658 7.5 16.0028 7.5 16.0028 7.5ZM13.5078 12.5V19.5L20.0078 16L13.5078 12.5Z" fill="white"/>
|
|
6
|
-
</g>
|
|
7
|
-
<defs>
|
|
8
|
-
<linearGradient id="paint0_linear_2_426" x1="16.0078" y1="0" x2="16.0078" y2="32" gradientUnits="userSpaceOnUse">
|
|
9
|
-
<stop stop-color="#E52D27"/>
|
|
10
|
-
<stop offset="1" stop-color="#B31217"/>
|
|
11
|
-
</linearGradient>
|
|
12
|
-
<clipPath id="clip0_2_426">
|
|
13
|
-
<rect width="32" height="32" fill="white" transform="translate(0.0078125)"/>
|
|
14
|
-
</clipPath>
|
|
15
|
-
</defs>
|
|
16
|
-
</svg>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<svg width="178" height="60" viewBox="0 0 178 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_822_208)">
|
|
3
|
-
<path d="M33.2184 9.56854C24.9561 13.3417 19.3692 20.5672 19.3692 28.861C19.3692 39.3285 29.0105 47.8151 40.9043 47.8151C46.3633 47.8151 50.2013 46.5541 54.6885 43.8531C55.1666 43.5679 55.7017 43.3535 56.0558 43.8C56.2584 44.0558 56.1738 44.3666 56.0184 44.6499C51.1161 53.644 41.1423 59.8958 29.9489 59.8958C13.4105 59.8958 0.00198364 46.4872 0.00198364 29.9489C0.00198364 20.5043 4.37313 12.0807 11.2033 6.59214C16.3358 2.46887 29.1974 1.89837 33.2184 9.56854Z" fill="url(#paint0_linear_822_208)"/>
|
|
4
|
-
<path d="M55.6721 21.1653C55.6721 31.1135 46.1725 39.1771 34.4518 39.1771C32.7462 39.1771 28.1292 38.943 24.8243 37.4046C23.884 36.9679 23.9803 36.4171 24.6276 36.1495C26.1285 35.5299 37.9062 33.2695 37.9062 21.1653C37.9062 9.061 25.4085 0.210509 11.2033 6.59215C16.3338 2.46887 22.8531 0.00198364 29.9489 0.00198364C43.8571 0.00198364 55.6721 9.47608 55.6721 21.1653Z" fill="#E50056"/>
|
|
5
|
-
<path d="M76.9908 21.8596C70.5384 21.8596 67.0839 25.7429 67.0839 30.7672V30.9108C67.0839 35.9645 69.8243 39.2773 76.7056 39.2773C81.6728 39.2773 85.0151 37.678 86.4413 33.9088H81.6453C80.9312 35.1363 79.5895 35.8229 77.0203 35.8229C73.5089 35.8229 71.7659 34.5383 71.3095 32.1973H86.6715V30.4563C86.6695 25.4852 83.3292 21.8596 76.9908 21.8596ZM71.3646 28.9396C71.9351 26.6262 73.8197 25.2845 77.0754 25.2845C80.2446 25.2845 81.8715 26.455 82.3003 28.9396H71.3646Z" fill="#1F0038"/>
|
|
6
|
-
<path d="M106.056 17.9193H102.344C102.344 18.661 102.317 19.861 102.173 20.6321C101.915 22.0033 101.573 22.2924 100.346 22.4065C99.5744 22.4636 98.7187 22.4636 97.8905 22.4636H94.979V21.7751C94.979 19.2905 95.4649 18.8341 97.6348 18.8341H99.0728V15.2931H97.1489C92.4098 15.2931 90.781 16.8924 90.781 21.6039V22.4636H86.9272V26.1718H90.781V38.7915H94.9495L94.977 26.1718H101.886V31.3121C101.886 36.8793 103.371 38.7934 108.824 38.7934H111.936V34.8787H109.965C106.595 34.8787 106.054 34.3928 106.054 30.596V26.1698H111.936V22.4616H106.054V17.9193H106.056Z" fill="#1F0038"/>
|
|
7
|
-
<path d="M124.987 21.9167C121.788 21.9167 119.333 23.2308 118.076 25.4852L117.712 22.4616H113.965V44.5868H118.277V36.1928C119.447 38.1344 121.59 39.2183 124.873 39.2183C129.498 39.2183 133.324 36.4209 133.324 30.7947V30.6511C133.326 24.9718 130.127 21.9167 124.987 21.9167ZM128.843 30.7672C128.843 33.8793 127.216 35.5927 123.504 35.5927C119.992 35.5927 118.192 33.8518 118.192 30.7396V30.6255C118.192 27.3993 120.22 25.4852 123.561 25.4852C127.072 25.4852 128.843 27.2557 128.843 30.6531V30.7672Z" fill="#1F0038"/>
|
|
8
|
-
<path d="M144.832 21.8596C138.98 21.8596 135.01 25.1429 135.01 30.6255V30.7967C135.01 36.1357 137.951 39.2773 144.746 39.2773C151.342 39.2773 154.682 35.994 154.682 30.7967V30.6255C154.682 25.0858 150.799 21.8596 144.832 21.8596ZM150.201 30.7672C150.201 33.8793 148.574 35.5927 144.832 35.5927C141.234 35.5927 139.493 33.9088 139.493 30.7672V30.6236C139.493 27.2537 141.435 25.4832 144.889 25.4832C148.43 25.4832 150.201 27.3108 150.201 30.6236V30.7672Z" fill="#1F0038"/>
|
|
9
|
-
<path d="M166.047 28.798C161.791 28.5128 160.621 28.2275 160.621 27.0275C160.621 26.0282 161.449 25.1725 164.504 25.1725C167.188 25.1725 168.844 25.8 169.216 27.4288H173.898C173.012 23.7462 170.101 21.8616 164.561 21.8616C159.022 21.8616 156.338 24.2026 156.338 27.3718C156.338 30.7692 159.193 31.8551 164.276 32.1403C168.502 32.3685 169.816 32.6262 169.816 33.8538C169.816 35.0538 168.789 35.7954 165.704 35.7954C162.535 35.7954 161.107 35.1108 160.651 33.3679H155.681C156.395 37.3082 159.478 39.2774 165.531 39.2774C171.27 39.2774 174.153 36.9364 174.153 33.6807C174.155 30.1672 171.7 29.1403 166.047 28.798Z" fill="#1F0038"/>
|
|
10
|
-
<path d="M176.003 25.4478C175.483 25.4478 175.052 25.2983 174.71 25.0013C174.368 24.7042 174.199 24.2695 174.199 23.701V23.6164C174.199 23.4354 174.218 23.2642 174.26 23.1049C174.301 22.9455 174.358 22.8 174.433 22.6682C174.59 22.3987 174.803 22.1901 175.072 22.0426C175.342 21.8951 175.645 21.8223 175.983 21.8223C176.152 21.8223 176.311 21.84 176.463 21.8734C176.612 21.9069 176.758 21.96 176.896 22.0288C177.165 22.1724 177.382 22.377 177.543 22.6446C177.706 22.9101 177.787 23.2308 177.787 23.6065V23.701C177.787 23.8878 177.767 24.0629 177.726 24.2223C177.685 24.3816 177.624 24.5252 177.543 24.6492C177.386 24.9128 177.173 25.1114 176.904 25.2452C176.636 25.379 176.335 25.4478 176.003 25.4478ZM176.003 25.1469C176.428 25.1469 176.778 25.021 177.049 24.7711C177.321 24.5213 177.458 24.1574 177.458 23.6813V23.6242C177.458 23.1482 177.319 22.7803 177.041 22.5206C176.762 22.261 176.41 22.1311 175.985 22.1311C175.566 22.1311 175.218 22.2649 174.942 22.5344C174.667 22.8039 174.529 23.1698 174.529 23.6341V23.6813C174.529 24.1514 174.667 24.5134 174.942 24.7672C175.218 25.019 175.57 25.1469 176.003 25.1469ZM176.022 23.8505H175.637V24.537H175.318V22.6859H176.06C176.317 22.6859 176.5 22.7351 176.609 22.8354C176.719 22.9357 176.774 23.0675 176.774 23.2308C176.774 23.3626 176.742 23.4669 176.679 23.5455C176.616 23.6242 176.522 23.6793 176.398 23.7108C176.516 23.7364 176.601 23.7836 176.652 23.8524C176.701 23.9213 176.727 24.0275 176.727 24.1711V24.4426C176.727 24.4623 176.73 24.478 176.736 24.4937C176.742 24.5095 176.748 24.5233 176.756 24.5351H176.428C176.422 24.5292 176.416 24.5173 176.414 24.5016C176.41 24.4859 176.41 24.4662 176.41 24.4406V24.1692C176.41 24.0492 176.388 23.9665 176.345 23.9193C176.298 23.8741 176.191 23.8505 176.022 23.8505ZM176.022 23.577C176.186 23.5829 176.3 23.5573 176.365 23.4964C176.43 23.4373 176.463 23.3508 176.463 23.2387C176.463 23.1442 176.428 23.0734 176.359 23.0282C176.29 22.981 176.184 22.9573 176.04 22.9573H175.637V23.577H176.022Z" fill="#1F0038"/>
|
|
11
|
-
</g>
|
|
12
|
-
<defs>
|
|
13
|
-
<linearGradient id="paint0_linear_822_208" x1="28.3495" y1="39.8185" x2="16.8895" y2="-19.138" gradientUnits="userSpaceOnUse">
|
|
14
|
-
<stop offset="0.1411" stop-color="#E50056"/>
|
|
15
|
-
<stop offset="0.75" stop-color="#1F0038"/>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<clipPath id="clip0_822_208">
|
|
18
|
-
<rect width="177.836" height="60" fill="white"/>
|
|
19
|
-
</clipPath>
|
|
20
|
-
</defs>
|
|
21
|
-
</svg>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<svg width="178" height="60" viewBox="0 0 178 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_822_206)">
|
|
3
|
-
<path d="M33.2184 9.56851C24.9561 13.3416 19.3692 20.5672 19.3692 28.861C19.3692 39.3285 29.0105 47.8151 40.9043 47.8151C46.3633 47.8151 50.2013 46.5541 54.6885 43.8531C55.1666 43.5679 55.7016 43.3534 56.0557 43.8C56.2584 44.0557 56.1738 44.3665 56.0184 44.6498C51.1161 53.6439 41.1423 59.8957 29.9489 59.8957C13.4105 59.8957 0.00196743 46.4872 0.00196743 29.9488C0.00196743 20.5042 4.37311 12.0806 11.2033 6.59211C16.3357 2.46884 29.1974 1.89834 33.2184 9.56851Z" fill="url(#paint0_linear_822_206)"/>
|
|
4
|
-
<path d="M55.6721 21.1652C55.6721 31.1134 46.1725 39.177 34.4518 39.177C32.7462 39.177 28.1292 38.9429 24.8243 37.4046C23.8839 36.9679 23.9803 36.417 24.6275 36.1495C26.1285 35.5298 37.9062 33.2695 37.9062 21.1652C37.9062 9.06097 25.4085 0.210478 11.2033 6.59212C16.3338 2.46884 22.8531 0.00195312 29.9489 0.00195312C43.8571 0.00195313 55.6721 9.47605 55.6721 21.1652Z" fill="#E50056"/>
|
|
5
|
-
<path d="M76.9908 21.8596C70.5384 21.8596 67.0839 25.7429 67.0839 30.7672V30.9108C67.0839 35.9645 69.8243 39.2773 76.7056 39.2773C81.6728 39.2773 85.0151 37.678 86.4413 33.9088H81.6452C80.9311 35.1363 79.5895 35.8229 77.0203 35.8229C73.5089 35.8229 71.7659 34.5383 71.3095 32.1973H86.6715V30.4563C86.6695 25.4852 83.3292 21.8596 76.9908 21.8596ZM71.3646 28.9396C71.9351 26.6262 73.8197 25.2845 77.0754 25.2845C80.2446 25.2845 81.8715 26.455 82.3003 28.9396H71.3646Z" fill="white"/>
|
|
6
|
-
<path d="M106.056 17.9193H102.344C102.344 18.661 102.317 19.861 102.173 20.6321C101.915 22.0033 101.573 22.2924 100.346 22.4065C99.5744 22.4636 98.7187 22.4636 97.8905 22.4636H94.979V21.7751C94.979 19.2905 95.4649 18.8341 97.6348 18.8341H99.0728V15.2931H97.1489C92.4098 15.2931 90.781 16.8924 90.781 21.6039V22.4636H86.9272V26.1718H90.781V38.7915H94.9495L94.977 26.1718H101.886V31.3121C101.886 36.8793 103.371 38.7934 108.824 38.7934H111.936V34.8787H109.965C106.595 34.8787 106.054 34.3928 106.054 30.596V26.1698H111.936V22.4616H106.054V17.9193H106.056Z" fill="white"/>
|
|
7
|
-
<path d="M124.987 21.9167C121.788 21.9167 119.333 23.2308 118.076 25.4852L117.712 22.4616H113.965V44.5868H118.277V36.1928C119.447 38.1344 121.59 39.2183 124.873 39.2183C129.498 39.2183 133.324 36.4209 133.324 30.7947V30.6511C133.326 24.9718 130.127 21.9167 124.987 21.9167ZM128.843 30.7672C128.843 33.8793 127.216 35.5927 123.504 35.5927C119.992 35.5927 118.192 33.8518 118.192 30.7396V30.6255C118.192 27.3993 120.22 25.4852 123.561 25.4852C127.072 25.4852 128.843 27.2557 128.843 30.6531V30.7672Z" fill="white"/>
|
|
8
|
-
<path d="M144.832 21.8596C138.98 21.8596 135.01 25.1429 135.01 30.6255V30.7967C135.01 36.1357 137.951 39.2773 144.746 39.2773C151.342 39.2773 154.682 35.994 154.682 30.7967V30.6255C154.682 25.0858 150.799 21.8596 144.832 21.8596ZM150.201 30.7672C150.201 33.8793 148.574 35.5927 144.832 35.5927C141.234 35.5927 139.493 33.9088 139.493 30.7672V30.6236C139.493 27.2537 141.435 25.4832 144.889 25.4832C148.43 25.4832 150.201 27.3108 150.201 30.6236V30.7672Z" fill="white"/>
|
|
9
|
-
<path d="M166.047 28.798C161.791 28.5128 160.621 28.2275 160.621 27.0275C160.621 26.0282 161.449 25.1725 164.504 25.1725C167.188 25.1725 168.844 25.8 169.216 27.4288H173.898C173.012 23.7462 170.101 21.8616 164.561 21.8616C159.022 21.8616 156.338 24.2026 156.338 27.3718C156.338 30.7692 159.193 31.8551 164.276 32.1403C168.502 32.3685 169.816 32.6262 169.816 33.8538C169.816 35.0538 168.789 35.7954 165.704 35.7954C162.535 35.7954 161.107 35.1108 160.651 33.3679H155.681C156.395 37.3082 159.478 39.2774 165.531 39.2774C171.27 39.2774 174.153 36.9364 174.153 33.6807C174.155 30.1672 171.7 29.1403 166.047 28.798Z" fill="white"/>
|
|
10
|
-
<path d="M176.003 25.4478C175.483 25.4478 175.052 25.2983 174.71 25.0013C174.368 24.7042 174.199 24.2695 174.199 23.701V23.6164C174.199 23.4354 174.218 23.2642 174.26 23.1049C174.301 22.9455 174.358 22.8 174.433 22.6682C174.59 22.3987 174.803 22.1901 175.072 22.0426C175.342 21.8951 175.645 21.8223 175.983 21.8223C176.152 21.8223 176.311 21.84 176.463 21.8734C176.612 21.9069 176.758 21.96 176.896 22.0288C177.165 22.1724 177.382 22.377 177.543 22.6446C177.706 22.9101 177.787 23.2308 177.787 23.6065V23.701C177.787 23.8878 177.767 24.0629 177.726 24.2223C177.685 24.3816 177.624 24.5252 177.543 24.6492C177.386 24.9128 177.173 25.1114 176.904 25.2452C176.636 25.379 176.335 25.4478 176.003 25.4478ZM176.003 25.1469C176.428 25.1469 176.778 25.021 177.049 24.7711C177.321 24.5213 177.458 24.1574 177.458 23.6813V23.6242C177.458 23.1482 177.319 22.7803 177.041 22.5206C176.762 22.261 176.41 22.1311 175.985 22.1311C175.566 22.1311 175.218 22.2649 174.942 22.5344C174.667 22.8039 174.529 23.1698 174.529 23.6341V23.6813C174.529 24.1514 174.667 24.5134 174.942 24.7672C175.218 25.019 175.57 25.1469 176.003 25.1469ZM176.022 23.8505H175.637V24.537H175.318V22.6859H176.06C176.317 22.6859 176.5 22.7351 176.609 22.8354C176.719 22.9357 176.774 23.0675 176.774 23.2308C176.774 23.3626 176.742 23.4669 176.679 23.5455C176.616 23.6242 176.522 23.6793 176.398 23.7108C176.516 23.7364 176.601 23.7836 176.652 23.8524C176.701 23.9213 176.727 24.0275 176.727 24.1711V24.4426C176.727 24.4623 176.73 24.478 176.736 24.4937C176.742 24.5095 176.748 24.5233 176.756 24.5351H176.428C176.422 24.5292 176.416 24.5173 176.414 24.5016C176.41 24.4859 176.41 24.4662 176.41 24.4406V24.1692C176.41 24.0492 176.388 23.9665 176.345 23.9193C176.298 23.8741 176.191 23.8505 176.022 23.8505ZM176.022 23.577C176.186 23.5829 176.3 23.5573 176.365 23.4964C176.43 23.4373 176.463 23.3508 176.463 23.2387C176.463 23.1442 176.428 23.0734 176.359 23.0282C176.29 22.981 176.184 22.9573 176.04 22.9573H175.637V23.577H176.022Z" fill="white"/>
|
|
11
|
-
</g>
|
|
12
|
-
<defs>
|
|
13
|
-
<linearGradient id="paint0_linear_822_206" x1="28.3495" y1="39.8184" x2="16.8895" y2="-19.138" gradientUnits="userSpaceOnUse">
|
|
14
|
-
<stop offset="0.1411" stop-color="#E50056"/>
|
|
15
|
-
<stop offset="0.75" stop-color="#1F0038"/>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<clipPath id="clip0_822_206">
|
|
18
|
-
<rect width="177.836" height="60" fill="white"/>
|
|
19
|
-
</clipPath>
|
|
20
|
-
</defs>
|
|
21
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg width="180" height="60" viewBox="0 0 180 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M33.6225 9.58554C25.2597 13.3654 19.6048 20.6037 19.6048 28.9122C19.6048 39.3983 29.3635 47.8999 41.402 47.8999C46.9274 47.8999 50.8121 46.6367 55.3539 43.9309C55.8378 43.6452 56.3794 43.4304 56.7378 43.8777C56.9429 44.1339 56.8573 44.4453 56.7 44.7291C51.738 53.7391 41.6429 60.002 30.3132 60.002C13.5736 60.002 0.00195312 46.5697 0.00195312 30.002C0.00195312 20.5407 4.42629 12.1021 11.3396 6.60387C16.5345 2.47328 29.5526 1.90177 33.6225 9.58554Z" fill="url(#paint0_linear_822_207)"/>
|
|
3
|
-
<path d="M56.3495 21.2028C56.3495 31.1687 46.7343 39.2466 34.871 39.2466C33.1447 39.2466 28.4714 39.0121 25.1263 37.471C24.1745 37.0335 24.2721 36.4817 24.9272 36.2137C26.4464 35.5929 38.3674 33.3286 38.3674 21.2028C38.3674 9.0771 25.7177 0.210909 11.3396 6.60387C16.5325 2.47328 23.1312 0.00201416 30.3132 0.00201416C44.3907 0.00201416 56.3495 9.49292 56.3495 21.2028Z" fill="white"/>
|
|
4
|
-
<path d="M77.9276 21.8985C71.3966 21.8985 67.9002 25.7887 67.9002 30.8218V30.9657C67.9002 36.0284 70.6739 39.3471 77.6389 39.3471C82.6665 39.3471 86.0495 37.7449 87.4931 33.9691H82.6387C81.9159 35.1988 80.5579 35.8865 77.9575 35.8865C74.4033 35.8865 72.6391 34.5997 72.1772 32.2545H87.7261V30.5105C87.7241 25.5305 84.3431 21.8985 77.9276 21.8985ZM72.2329 28.9911C72.8103 26.6735 74.7179 25.3295 78.0132 25.3295C81.221 25.3295 82.8676 26.5021 83.3017 28.9911H72.2329Z" fill="white"/>
|
|
5
|
-
<path d="M107.347 17.9512H103.59C103.59 18.6942 103.562 19.8963 103.416 20.6688C103.155 22.0424 102.809 22.3321 101.567 22.4464C100.786 22.5035 99.9199 22.5035 99.0816 22.5035H96.1347V21.8138C96.1347 19.3248 96.6265 18.8676 98.8228 18.8676H100.278V15.3203H98.3309C93.5343 15.3203 91.8856 16.9225 91.8856 21.6423V22.5035H87.9849V26.2183H91.8856V38.8603H96.1048L96.1327 26.2183H103.126V31.3677C103.126 36.9448 104.629 38.8623 110.148 38.8623H113.298V34.9406H111.303C107.892 34.9406 107.345 34.4539 107.345 30.6504V26.2163H113.298V22.5015H107.345V17.9512H107.347Z" fill="white"/>
|
|
6
|
-
<path d="M126.508 21.9557C123.27 21.9557 120.785 23.2721 119.513 25.5305L119.144 22.5016H115.351V44.6661H119.716V36.2571C120.901 38.2022 123.069 39.288 126.392 39.288C131.073 39.288 134.946 36.4857 134.946 30.8495V30.7056C134.948 25.0162 131.711 21.9557 126.508 21.9557ZM130.41 30.8219C130.41 33.9395 128.764 35.656 125.006 35.656C121.452 35.656 119.63 33.9119 119.63 30.7943V30.68C119.63 27.448 121.683 25.5305 125.064 25.5305C128.618 25.5305 130.41 27.3042 130.41 30.7076V30.8219Z" fill="white"/>
|
|
7
|
-
<path d="M146.594 21.8985C140.671 21.8985 136.653 25.1876 136.653 30.6799V30.8514C136.653 36.1999 139.629 39.3471 146.507 39.3471C153.183 39.3471 156.564 36.058 156.564 30.8514V30.6799C156.564 25.1305 152.634 21.8985 146.594 21.8985ZM152.028 30.8218C152.028 33.9395 150.382 35.656 146.594 35.656C142.953 35.656 141.19 33.9691 141.19 30.8218V30.678C141.19 27.3022 143.156 25.5285 146.652 25.5285C150.236 25.5285 152.028 27.3593 152.028 30.678V30.8218Z" fill="white"/>
|
|
8
|
-
<path d="M168.067 28.8492C163.76 28.5635 162.575 28.2777 162.575 27.0756C162.575 26.0745 163.414 25.2172 166.506 25.2172C169.222 25.2172 170.898 25.8459 171.275 27.4776H176.014C175.118 23.7884 172.171 21.9005 166.564 21.9005C160.957 21.9005 158.241 24.2456 158.241 27.4204C158.241 30.8239 161.13 31.9117 166.275 32.1974C170.552 32.426 171.882 32.6842 171.882 33.9139C171.882 35.116 170.843 35.859 167.721 35.859C164.513 35.859 163.067 35.1732 162.605 33.4271H157.576C158.298 37.3745 161.419 39.3471 167.545 39.3471C173.353 39.3471 176.273 37.002 176.273 33.7405C176.275 30.2208 173.79 29.1921 168.067 28.8492Z" fill="white"/>
|
|
9
|
-
<path d="M178.144 25.493C177.619 25.493 177.182 25.3433 176.836 25.0457C176.49 24.7481 176.318 24.3126 176.318 23.743V23.6583C176.318 23.477 176.338 23.3055 176.38 23.1459C176.422 22.9863 176.48 22.8405 176.555 22.7084C176.715 22.4384 176.93 22.2295 177.202 22.0817C177.475 21.9339 177.782 21.861 178.124 21.861C178.296 21.861 178.457 21.8788 178.61 21.9123C178.761 21.9458 178.909 21.999 179.048 22.0679C179.321 22.2118 179.54 22.4168 179.703 22.6848C179.869 22.9508 179.95 23.272 179.95 23.6485V23.743C179.95 23.9303 179.93 24.1057 179.888 24.2653C179.847 24.4249 179.785 24.5688 179.703 24.6929C179.544 24.957 179.329 25.156 179.056 25.29C178.785 25.4241 178.481 25.493 178.144 25.493ZM178.144 25.1915C178.574 25.1915 178.929 25.0654 179.204 24.8151C179.478 24.5648 179.618 24.2002 179.618 23.7233V23.6662C179.618 23.1893 179.476 22.8208 179.196 22.5606C178.913 22.3005 178.556 22.1704 178.126 22.1704C177.702 22.1704 177.35 22.3044 177.071 22.5744C176.792 22.8444 176.653 23.211 176.653 23.676V23.7233C176.653 24.1943 176.792 24.5569 177.071 24.8112C177.35 25.0634 177.706 25.1915 178.144 25.1915ZM178.164 23.8928H177.774V24.5806H177.451V22.7262H178.202C178.463 22.7262 178.648 22.7754 178.757 22.8759C178.869 22.9764 178.925 23.1085 178.925 23.272C178.925 23.4041 178.893 23.5085 178.829 23.5874C178.765 23.6662 178.67 23.7214 178.544 23.7529C178.664 23.7785 178.75 23.8258 178.801 23.8948C178.851 23.9638 178.877 24.0702 178.877 24.214V24.486C178.877 24.5057 178.881 24.5215 178.887 24.5372C178.893 24.553 178.899 24.5668 178.907 24.5786H178.574C178.568 24.5727 178.562 24.5609 178.56 24.5451C178.556 24.5294 178.556 24.5096 178.556 24.484V24.2121C178.556 24.0919 178.534 24.0091 178.491 23.9618C178.443 23.9165 178.335 23.8928 178.164 23.8928ZM178.164 23.6189C178.329 23.6248 178.445 23.5992 178.511 23.5381C178.576 23.479 178.61 23.3923 178.61 23.2799C178.61 23.1853 178.574 23.1144 178.505 23.0691C178.435 23.0218 178.327 22.9981 178.182 22.9981H177.774V23.6189H178.164Z" fill="white"/>
|
|
10
|
-
<defs>
|
|
11
|
-
<linearGradient id="paint0_linear_822_207" x1="28.6944" y1="39.8891" x2="17.3235" y2="-19.2159" gradientUnits="userSpaceOnUse">
|
|
12
|
-
<stop offset="0.1411" stop-color="white"/>
|
|
13
|
-
<stop offset="0.75" stop-color="white" stop-opacity="0"/>
|
|
14
|
-
</linearGradient>
|
|
15
|
-
</defs>
|
|
16
|
-
</svg>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<svg width="59" height="60" viewBox="0 0 59 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_822_248)">
|
|
3
|
-
<path d="M32.1152 6.85128C26.289 9.51202 22.3497 14.6063 22.3497 20.4555C22.3497 27.8366 29.1487 33.8209 37.5351 33.8209C41.3843 33.8209 44.0911 32.9319 47.2555 31.0282C47.5916 30.8272 47.9707 30.6754 48.2188 30.9905C48.3612 31.1707 48.3016 31.3895 48.1927 31.5895C44.7361 37.9309 37.7026 42.3403 29.8094 42.3403C18.1466 42.3403 8.69214 32.8858 8.69214 21.223C8.69214 14.5633 11.7749 8.62406 16.5916 4.75286C20.2105 1.845 29.2796 1.44395 32.1152 6.85128Z" fill="url(#paint0_linear_822_248)"/>
|
|
4
|
-
<path d="M47.9487 15.0282C47.9487 22.0429 41.2492 27.7288 32.9853 27.7288C31.7832 27.7288 28.5267 27.5633 26.1968 26.4785C25.534 26.1696 25.6021 25.7822 26.0576 25.5937C27.1162 25.157 35.4209 23.5633 35.4209 15.0272C35.4209 6.49107 26.6073 0.250235 16.5916 4.75076C20.2094 1.84291 24.8063 0.103638 29.8094 0.103638C39.6167 0.105732 47.9487 6.78636 47.9487 15.0282Z" fill="#E50056"/>
|
|
5
|
-
<path d="M5.27434 47.8241C1.83978 47.8241 0.0010376 49.8911 0.0010376 52.5655V52.6419C0.0010376 55.332 1.45968 57.0953 5.1225 57.0953C7.76648 57.0953 9.54554 56.244 10.3047 54.2377H7.75182C7.37172 54.8911 6.65758 55.2566 5.29004 55.2566C3.42093 55.2566 2.49318 54.5728 2.25025 53.3267H10.4272V52.4C10.4272 49.7539 8.64816 47.8241 5.27434 47.8241ZM2.28062 51.5937C2.58428 50.3623 3.58742 49.6482 5.32041 49.6482C7.00732 49.6482 7.87329 50.2712 8.10156 51.5937H2.28062Z" fill="#1F0038"/>
|
|
6
|
-
<path d="M20.7466 45.7267H18.7707C18.7707 46.1215 18.756 46.7602 18.6796 47.1707C18.5424 47.9005 18.3602 48.0545 17.7068 48.1152C17.2963 48.1456 16.8408 48.1455 16.4 48.1455H14.8503V47.7791C14.8503 46.4565 15.1089 46.2136 16.2639 46.2136H17.0293V44.3288H16.0052C13.4827 44.3288 12.6157 45.1801 12.6157 47.688V48.1455H10.5644V50.1194H12.6157V56.8366H14.8345L14.8492 50.1194H18.5267V52.8555C18.5267 55.8189 19.3173 56.8377 22.2199 56.8377H23.8764V54.756H22.8272C21.0335 54.756 20.7455 54.4974 20.7455 52.4764V50.1204H23.8764V48.1466H20.7455V45.7267H20.7466Z" fill="#1F0038"/>
|
|
7
|
-
<path d="M30.823 47.8544C29.1204 47.8544 27.8136 48.5539 27.1445 49.7539L26.9508 48.1445H24.956V59.9214H27.2513V55.4534C27.8743 56.4869 29.0146 57.0639 30.7623 57.0639C33.2241 57.0639 35.2607 55.5748 35.2607 52.5801V52.5036C35.2607 49.4806 33.5592 47.8544 30.823 47.8544ZM32.8743 52.5665C32.8743 54.223 32.0084 55.1351 30.0325 55.1351C28.1633 55.1351 27.2052 54.2084 27.2052 52.5518V52.4911C27.2052 50.7738 28.2848 49.755 30.0628 49.755C31.9319 49.755 32.8743 50.6974 32.8743 52.5057V52.5665Z" fill="#1F0038"/>
|
|
8
|
-
<path d="M41.3864 47.8241C38.2712 47.8241 36.1581 49.5717 36.1581 52.4901V52.5812C36.1581 55.4231 37.7236 57.0953 41.3403 57.0953C44.8513 57.0953 46.6293 55.3477 46.6293 52.5812V52.4901C46.6293 49.5414 44.5623 47.8241 41.3864 47.8241ZM44.2429 52.5665C44.2429 54.2231 43.377 55.1351 41.3853 55.1351C39.4702 55.1351 38.5435 54.2388 38.5435 52.5665V52.4901C38.5435 50.6964 39.577 49.7539 41.4157 49.7539C43.3005 49.7539 44.2429 50.7267 44.2429 52.4901V52.5665Z" fill="#1F0038"/>
|
|
9
|
-
<path d="M52.6785 51.5173C50.4136 51.3654 49.7906 51.2136 49.7906 50.5749C49.7906 50.0429 50.2314 49.5874 51.8576 49.5874C53.2859 49.5874 54.1675 49.9215 54.3654 50.7885H56.8576C56.3864 48.8283 54.8366 47.8251 51.888 47.8251C48.9393 47.8251 47.511 49.0712 47.511 50.7581C47.511 52.5665 49.0304 53.1445 51.7361 53.2963C53.9853 53.4178 54.6848 53.555 54.6848 54.2084C54.6848 54.8471 54.1382 55.2419 52.4963 55.2419C50.8094 55.2419 50.0492 54.8775 49.8063 53.9497H47.1613C47.5414 56.0471 49.1822 57.0953 52.4042 57.0953C55.4586 57.0953 56.9937 55.8492 56.9937 54.1162C56.9948 52.2471 55.688 51.6995 52.6785 51.5173Z" fill="#1F0038"/>
|
|
10
|
-
<path d="M57.955 49.7539C57.6785 49.7539 57.4492 49.6743 57.267 49.5162C57.0848 49.3581 56.9948 49.1267 56.9948 48.824V48.779C56.9948 48.6827 57.0052 48.5916 57.0272 48.5068C57.0492 48.4219 57.0796 48.3445 57.1194 48.2743C57.2031 48.1308 57.3162 48.0199 57.4597 47.9413C57.6031 47.8628 57.7644 47.824 57.9445 47.824C58.0345 47.824 58.1194 47.8335 58.2 47.8513C58.2796 47.8691 58.3571 47.8973 58.4304 47.934C58.5738 48.0104 58.689 48.1193 58.7749 48.2617C58.8618 48.4031 58.9047 48.5738 58.9047 48.7738V48.824C58.9047 48.9235 58.8942 49.0167 58.8722 49.1015C58.8502 49.1863 58.8178 49.2628 58.7749 49.3288C58.6911 49.4691 58.578 49.5748 58.4345 49.646C58.2911 49.7183 58.1319 49.7539 57.955 49.7539ZM57.955 49.5947C58.1811 49.5947 58.3675 49.5277 58.512 49.3947C58.6565 49.2617 58.7298 49.068 58.7298 48.8146V48.7842C58.7298 48.5308 58.6555 48.335 58.5078 48.1968C58.3592 48.0586 58.1717 47.9895 57.9455 47.9895C57.7225 47.9895 57.5372 48.0607 57.3906 48.2041C57.244 48.3476 57.1707 48.5424 57.1707 48.7895V48.8146C57.1707 49.0649 57.244 49.2575 57.3906 49.3926C57.5361 49.5267 57.7246 49.5947 57.955 49.5947ZM57.9644 48.9047H57.7591V49.2701H57.5895V48.2848H57.9843C58.1215 48.2848 58.2188 48.311 58.2764 48.3644C58.3351 48.4178 58.3644 48.4879 58.3644 48.5748C58.3644 48.645 58.3476 48.7005 58.3141 48.7424C58.2806 48.7842 58.2304 48.8136 58.1644 48.8303C58.2272 48.8439 58.2722 48.8691 58.2995 48.9057C58.3267 48.9424 58.3393 48.9989 58.3393 49.0753V49.2198C58.3393 49.2303 58.3413 49.2387 58.3445 49.2471C58.3476 49.2555 58.3508 49.2628 58.355 49.2691H58.1801C58.177 49.2659 58.1738 49.2596 58.1728 49.2513C58.1707 49.2429 58.1707 49.2324 58.1707 49.2188V49.0743C58.1707 49.0104 58.1592 48.9664 58.1361 48.9413C58.111 48.9162 58.0544 48.9047 57.9644 48.9047ZM57.9644 48.7591C58.0513 48.7623 58.112 48.7486 58.1466 48.7162C58.1811 48.6848 58.1989 48.6387 58.1989 48.579C58.1989 48.5287 58.1801 48.4911 58.1434 48.467C58.1068 48.4418 58.0503 48.4293 57.9738 48.4293H57.7591V48.7591H57.9644Z" fill="#1F0038"/>
|
|
11
|
-
</g>
|
|
12
|
-
<defs>
|
|
13
|
-
<linearGradient id="paint0_linear_822_248" x1="28.6821" y1="28.1823" x2="20.6012" y2="-13.3906" gradientUnits="userSpaceOnUse">
|
|
14
|
-
<stop offset="0.1411" stop-color="#E50056"/>
|
|
15
|
-
<stop offset="0.75" stop-color="#1F0038"/>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<clipPath id="clip0_822_248">
|
|
18
|
-
<rect width="58.9529" height="60" fill="white"/>
|
|
19
|
-
</clipPath>
|
|
20
|
-
</defs>
|
|
21
|
-
</svg>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<svg width="59" height="60" viewBox="0 0 59 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_822_247)">
|
|
3
|
-
<path d="M32.1152 6.85128C26.289 9.51202 22.3497 14.6063 22.3497 20.4555C22.3497 27.8366 29.1487 33.8209 37.5351 33.8209C41.3843 33.8209 44.0911 32.9319 47.2555 31.0282C47.5916 30.8272 47.9707 30.6754 48.2188 30.9905C48.3613 31.1707 48.3016 31.3895 48.1927 31.5895C44.7361 37.9309 37.7026 42.3403 29.8094 42.3403C18.1466 42.3403 8.69215 32.8858 8.69215 21.223C8.69215 14.5633 11.7749 8.62406 16.5916 4.75286C20.2105 1.845 29.2796 1.44395 32.1152 6.85128Z" fill="url(#paint0_linear_822_247)"/>
|
|
4
|
-
<path d="M47.9487 15.0282C47.9487 22.0429 41.2492 27.7288 32.9853 27.7288C31.7832 27.7288 28.5267 27.5633 26.1969 26.4785C25.534 26.1696 25.6021 25.7822 26.0576 25.5937C27.1162 25.157 35.4209 23.5633 35.4209 15.0272C35.4209 6.49107 26.6073 0.250235 16.5916 4.75076C20.2094 1.84291 24.8063 0.103638 29.8094 0.103638C39.6168 0.105732 47.9487 6.78636 47.9487 15.0282Z" fill="#E50056"/>
|
|
5
|
-
<path d="M5.27434 47.8241C1.83979 47.8241 0.00104523 49.8911 0.00104523 52.5655V52.6419C0.00104523 55.332 1.45968 57.0953 5.12251 57.0953C7.76649 57.0953 9.54555 56.244 10.3047 54.2377H7.75183C7.37173 54.8911 6.65759 55.2566 5.29005 55.2566C3.42094 55.2566 2.49319 54.5728 2.25026 53.3267H10.4272V52.4C10.4272 49.7539 8.64816 47.8241 5.27434 47.8241ZM2.28063 51.5937C2.58429 50.3623 3.58743 49.6482 5.32042 49.6482C7.00733 49.6482 7.8733 50.2712 8.10157 51.5937H2.28063Z" fill="white"/>
|
|
6
|
-
<path d="M20.7466 45.7267H18.7707C18.7707 46.1215 18.756 46.7602 18.6796 47.1707C18.5424 47.9005 18.3602 48.0545 17.7068 48.1152C17.2963 48.1456 16.8408 48.1455 16.4 48.1455H14.8503V47.7791C14.8503 46.4565 15.1089 46.2136 16.2639 46.2136H17.0293V44.3288H16.0052C13.4827 44.3288 12.6157 45.1801 12.6157 47.688V48.1455H10.5644V50.1194H12.6157V56.8366H14.8345L14.8492 50.1194H18.5267V52.8555C18.5267 55.8189 19.3173 56.8377 22.2199 56.8377H23.8764V54.756H22.8272C21.0335 54.756 20.7455 54.4974 20.7455 52.4764V50.1204H23.8764V48.1466H20.7455V45.7267H20.7466Z" fill="white"/>
|
|
7
|
-
<path d="M30.823 47.8544C29.1204 47.8544 27.8136 48.5539 27.1445 49.7539L26.9508 48.1445H24.956V59.9214H27.2513V55.4534C27.8743 56.4869 29.0147 57.0639 30.7623 57.0639C33.2241 57.0639 35.2607 55.5748 35.2607 52.5801V52.5036C35.2607 49.4806 33.5592 47.8544 30.823 47.8544ZM32.8743 52.5665C32.8743 54.223 32.0084 55.1351 30.0325 55.1351C28.1633 55.1351 27.2052 54.2084 27.2052 52.5518V52.4911C27.2052 50.7738 28.2848 49.755 30.0628 49.755C31.9319 49.755 32.8743 50.6974 32.8743 52.5057V52.5665Z" fill="white"/>
|
|
8
|
-
<path d="M41.3864 47.8241C38.2712 47.8241 36.1581 49.5717 36.1581 52.4901V52.5812C36.1581 55.4231 37.7236 57.0953 41.3403 57.0953C44.8513 57.0953 46.6293 55.3477 46.6293 52.5812V52.4901C46.6293 49.5414 44.5623 47.8241 41.3864 47.8241ZM44.2429 52.5665C44.2429 54.2231 43.377 55.1351 41.3853 55.1351C39.4702 55.1351 38.5435 54.2388 38.5435 52.5665V52.4901C38.5435 50.6964 39.577 49.7539 41.4157 49.7539C43.3005 49.7539 44.2429 50.7267 44.2429 52.4901V52.5665Z" fill="white"/>
|
|
9
|
-
<path d="M52.6785 51.5173C50.4136 51.3654 49.7906 51.2136 49.7906 50.5749C49.7906 50.0429 50.2314 49.5874 51.8576 49.5874C53.2859 49.5874 54.1675 49.9215 54.3654 50.7885H56.8576C56.3864 48.8283 54.8366 47.8251 51.888 47.8251C48.9393 47.8251 47.511 49.0712 47.511 50.7581C47.511 52.5665 49.0304 53.1445 51.7361 53.2963C53.9853 53.4178 54.6848 53.555 54.6848 54.2084C54.6848 54.8471 54.1382 55.2419 52.4963 55.2419C50.8094 55.2419 50.0492 54.8775 49.8063 53.9497H47.1613C47.5414 56.0471 49.1822 57.0953 52.4042 57.0953C55.4586 57.0953 56.9937 55.8492 56.9937 54.1162C56.9948 52.2471 55.688 51.6995 52.6785 51.5173Z" fill="white"/>
|
|
10
|
-
<path d="M57.955 49.7539C57.6785 49.7539 57.4492 49.6743 57.267 49.5162C57.0848 49.3581 56.9948 49.1267 56.9948 48.824V48.779C56.9948 48.6827 57.0052 48.5916 57.0272 48.5068C57.0492 48.4219 57.0796 48.3445 57.1194 48.2743C57.2031 48.1308 57.3162 48.0199 57.4597 47.9413C57.6031 47.8628 57.7644 47.824 57.9445 47.824C58.0346 47.824 58.1194 47.8335 58.2 47.8513C58.2796 47.8691 58.3571 47.8973 58.4304 47.934C58.5738 48.0104 58.689 48.1193 58.7749 48.2617C58.8618 48.4031 58.9047 48.5738 58.9047 48.7738V48.824C58.9047 48.9235 58.8942 49.0167 58.8723 49.1015C58.8503 49.1863 58.8178 49.2628 58.7749 49.3288C58.6911 49.4691 58.578 49.5748 58.4346 49.646C58.2911 49.7183 58.1319 49.7539 57.955 49.7539ZM57.955 49.5947C58.1812 49.5947 58.3675 49.5277 58.512 49.3947C58.6565 49.2617 58.7298 49.068 58.7298 48.8146V48.7842C58.7298 48.5308 58.6555 48.335 58.5079 48.1968C58.3592 48.0586 58.1717 47.9895 57.9456 47.9895C57.7225 47.9895 57.5372 48.0607 57.3906 48.2041C57.244 48.3476 57.1707 48.5424 57.1707 48.7895V48.8146C57.1707 49.0649 57.244 49.2575 57.3906 49.3926C57.5361 49.5267 57.7246 49.5947 57.955 49.5947ZM57.9644 48.9047H57.7592V49.2701H57.5895V48.2848H57.9843C58.1215 48.2848 58.2188 48.311 58.2764 48.3644C58.3351 48.4178 58.3644 48.4879 58.3644 48.5748C58.3644 48.645 58.3476 48.7005 58.3141 48.7424C58.2806 48.7842 58.2304 48.8136 58.1644 48.8303C58.2272 48.8439 58.2723 48.8691 58.2995 48.9057C58.3267 48.9424 58.3393 48.9989 58.3393 49.0753V49.2198C58.3393 49.2303 58.3414 49.2387 58.3445 49.2471C58.3476 49.2555 58.3508 49.2628 58.355 49.2691H58.1801C58.177 49.2659 58.1738 49.2596 58.1728 49.2513C58.1707 49.2429 58.1707 49.2324 58.1707 49.2188V49.0743C58.1707 49.0104 58.1592 48.9664 58.1361 48.9413C58.111 48.9162 58.0545 48.9047 57.9644 48.9047ZM57.9644 48.7591C58.0513 48.7623 58.112 48.7486 58.1466 48.7162C58.1812 48.6848 58.199 48.6387 58.199 48.579C58.199 48.5287 58.1801 48.4911 58.1435 48.467C58.1068 48.4418 58.0503 48.4293 57.9738 48.4293H57.7592V48.7591H57.9644Z" fill="white"/>
|
|
11
|
-
</g>
|
|
12
|
-
<defs>
|
|
13
|
-
<linearGradient id="paint0_linear_822_247" x1="28.6821" y1="28.1823" x2="20.6012" y2="-13.3906" gradientUnits="userSpaceOnUse">
|
|
14
|
-
<stop offset="0.1411" stop-color="#E50056"/>
|
|
15
|
-
<stop offset="0.75" stop-color="#1F0038"/>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<clipPath id="clip0_822_247">
|
|
18
|
-
<rect width="58.9529" height="60" fill="white"/>
|
|
19
|
-
</clipPath>
|
|
20
|
-
</defs>
|
|
21
|
-
</svg>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<svg width="60" height="61" viewBox="0 0 60 61" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_822_246)">
|
|
3
|
-
<path d="M32.2136 6.92372C26.3696 9.59255 22.4184 14.7023 22.4184 20.5693C22.4184 27.973 29.238 33.9755 37.65 33.9755C41.5109 33.9755 44.226 33.0838 47.4 31.1743C47.7371 30.9727 48.1174 30.8204 48.3663 31.1365C48.5091 31.3172 48.4493 31.5367 48.34 31.7373C44.873 38.098 37.818 42.5208 29.9008 42.5208C18.2024 42.5208 8.71919 33.0376 8.71919 21.3392C8.71919 14.6592 11.8113 8.70189 16.6427 4.81995C20.2726 1.90218 29.3693 1.49992 32.2136 6.92372Z" fill="url(#paint0_linear_822_246)"/>
|
|
4
|
-
<path d="M48.0952 15.1256C48.0952 22.1616 41.3754 27.8648 33.0863 27.8648C31.8806 27.8648 28.6141 27.6988 26.2772 26.6107C25.6123 26.3009 25.6806 25.9123 26.1375 25.7232C27.1993 25.2852 35.5293 23.6867 35.5293 15.1245C35.5293 6.56241 26.6889 0.302562 16.6427 4.81679C20.2715 1.90008 24.8823 0.155518 29.9007 0.155518C39.7379 0.157618 48.0952 6.8586 48.0952 15.1256Z" fill="white"/>
|
|
5
|
-
<path d="M5.29093 48.0213C1.84591 48.0213 0.00157118 50.0946 0.00157118 52.7771V52.8538C0.00157118 55.552 1.46465 57.3207 5.13864 57.3207C7.79067 57.3207 9.57515 56.4668 10.3366 54.4544H7.77596C7.3947 55.1098 6.67839 55.4764 5.30669 55.4764C3.43188 55.4764 2.50131 54.7906 2.25764 53.5407H10.4595V52.6112C10.4595 49.957 8.67503 48.0213 5.29093 48.0213ZM2.2881 51.8024C2.59269 50.5673 3.59888 49.8509 5.33714 49.8509C7.02919 49.8509 7.8978 50.4759 8.12677 51.8024H2.2881Z" fill="white"/>
|
|
6
|
-
<path d="M20.8104 45.9175H18.8284C18.8284 46.3135 18.8137 46.9542 18.737 47.3659C18.5995 48.098 18.4167 48.2524 17.7613 48.3133C17.3496 48.3438 16.8927 48.3438 16.4505 48.3438H14.8961V47.9762C14.8961 46.6496 15.1555 46.4059 16.314 46.4059H17.0818V44.5154H16.0546C13.5244 44.5154 12.6547 45.3693 12.6547 47.8848V48.3438H10.5971V50.3236H12.6547V57.0613H14.8803L14.895 50.3236H18.5837V53.0681C18.5837 56.0404 19.3767 57.0624 22.2881 57.0624H23.9497V54.9744H22.8973C21.0981 54.9744 20.8093 54.7149 20.8093 52.6878V50.3246H23.9497V48.3448H20.8093V45.9175H20.8104Z" fill="white"/>
|
|
7
|
-
<path d="M30.9175 48.0518C29.2097 48.0518 27.8989 48.7534 27.2277 49.957L27.0334 48.3427H25.0326V60.1555H27.3349V55.6739C27.9598 56.7105 29.1036 57.2892 30.8565 57.2892C33.3258 57.2892 35.3687 55.7957 35.3687 52.7918V52.7151C35.3687 49.6829 33.6619 48.0518 30.9175 48.0518ZM32.975 52.7782C32.975 54.4397 32.1064 55.3546 30.1245 55.3546C28.2497 55.3546 27.2886 54.425 27.2886 52.7634V52.7025C27.2886 50.98 28.3715 49.9581 30.1549 49.9581C32.0297 49.9581 32.975 50.9033 32.975 52.7172V52.7782Z" fill="white"/>
|
|
8
|
-
<path d="M41.513 48.0213C38.3884 48.0213 36.2688 49.7743 36.2688 52.7015V52.7929C36.2688 55.6434 37.8391 57.3207 41.4668 57.3207C44.9885 57.3207 46.7719 55.5678 46.7719 52.7929V52.7015C46.7719 49.7438 44.6986 48.0213 41.513 48.0213ZM44.3783 52.7782C44.3783 54.4397 43.5097 55.3546 41.512 55.3546C39.591 55.3546 38.6615 54.4555 38.6615 52.7782V52.7015C38.6615 50.9023 39.6981 49.957 41.5425 49.957C43.433 49.957 44.3783 50.9328 44.3783 52.7015V52.7782Z" fill="white"/>
|
|
9
|
-
<path d="M52.8395 51.7257C50.5677 51.5734 49.9428 51.4211 49.9428 50.7805C49.9428 50.2469 50.385 49.79 52.0161 49.79C53.4487 49.79 54.3331 50.1251 54.5316 50.9947H57.0313C56.5587 49.0285 55.0042 48.0223 52.0466 48.0223C49.0889 48.0223 47.6563 49.2722 47.6563 50.9643C47.6563 52.7781 49.1803 53.3579 51.8943 53.5102C54.1503 53.632 54.8519 53.7696 54.8519 54.425C54.8519 55.0657 54.3037 55.4617 52.6568 55.4617C50.9647 55.4617 50.2022 55.0962 49.9585 54.1656H47.3055C47.6867 56.2694 49.3326 57.3207 52.5644 57.3207C55.6281 57.3207 57.1679 56.0709 57.1679 54.3326C57.1689 52.4578 55.8581 51.9085 52.8395 51.7257Z" fill="white"/>
|
|
10
|
-
<path d="M58.132 49.957C57.8548 49.957 57.6247 49.8772 57.442 49.7186C57.2592 49.56 57.1689 49.3279 57.1689 49.0244V48.9792C57.1689 48.8826 57.1794 48.7912 57.2015 48.7061C57.2235 48.621 57.254 48.5433 57.2939 48.4729C57.3779 48.329 57.4913 48.2177 57.6352 48.1389C57.7791 48.0602 57.9409 48.0213 58.1215 48.0213C58.2119 48.0213 58.2969 48.0308 58.3778 48.0486C58.4576 48.0665 58.5354 48.0948 58.6089 48.1316C58.7528 48.2083 58.8683 48.3175 58.9544 48.4603C59.0416 48.6021 59.0847 48.7733 59.0847 48.9739V49.0244C59.0847 49.1241 59.0742 49.2176 59.0521 49.3027C59.0301 49.3878 58.9975 49.4644 58.9544 49.5306C58.8704 49.6713 58.757 49.7774 58.6131 49.8488C58.4692 49.9213 58.3095 49.957 58.132 49.957ZM58.132 49.7974C58.3589 49.7974 58.5459 49.7302 58.6908 49.5968C58.8357 49.4634 58.9093 49.2691 58.9093 49.0149V48.9844C58.9093 48.7303 58.8347 48.5339 58.6866 48.3952C58.5375 48.2566 58.3495 48.1873 58.1226 48.1873C57.8989 48.1873 57.713 48.2587 57.5659 48.4026C57.4189 48.5465 57.3454 48.7418 57.3454 48.9897V49.0149C57.3454 49.2659 57.4189 49.4592 57.5659 49.5947C57.7119 49.7291 57.901 49.7974 58.132 49.7974ZM58.1415 49.1052H57.9356V49.4718H57.7655V48.4834H58.1614C58.299 48.4834 58.3967 48.5097 58.4545 48.5633C58.5133 48.6168 58.5427 48.6872 58.5427 48.7744C58.5427 48.8447 58.5259 48.9004 58.4923 48.9424C58.4587 48.9844 58.4083 49.0138 58.3421 49.0307C58.4051 49.0443 58.4503 49.0695 58.4776 49.1063C58.5049 49.143 58.5175 49.1998 58.5175 49.2764V49.4214C58.5175 49.4319 58.5196 49.4403 58.5228 49.4487C58.5259 49.4571 58.5291 49.4644 58.5333 49.4707H58.3579C58.3547 49.4676 58.3516 49.4613 58.3505 49.4529C58.3484 49.4445 58.3484 49.434 58.3484 49.4203V49.2754C58.3484 49.2113 58.3369 49.1672 58.3137 49.142C58.2885 49.1168 58.2318 49.1052 58.1415 49.1052ZM58.1415 48.9592C58.2287 48.9624 58.2896 48.9487 58.3242 48.9162C58.3589 48.8847 58.3768 48.8384 58.3768 48.7786C58.3768 48.7282 58.3579 48.6904 58.3211 48.6662C58.2843 48.641 58.2276 48.6284 58.1509 48.6284H57.9356V48.9592H58.1415Z" fill="white"/>
|
|
11
|
-
</g>
|
|
12
|
-
<defs>
|
|
13
|
-
<linearGradient id="paint0_linear_822_246" x1="28.7701" y1="28.3197" x2="20.6646" y2="-13.3798" gradientUnits="userSpaceOnUse">
|
|
14
|
-
<stop offset="0.1411" stop-color="white"/>
|
|
15
|
-
<stop offset="0.75" stop-color="white" stop-opacity="0"/>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<clipPath id="clip0_822_246">
|
|
18
|
-
<rect width="60" height="61" fill="white"/>
|
|
19
|
-
</clipPath>
|
|
20
|
-
</defs>
|
|
21
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<svg width="113" height="60" viewBox="0 0 113 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_818_25)">
|
|
3
|
-
<path d="M82.905 0H30.105C13.605 0 0.105011 13.5 0.105011 30C0.105011 46.5 13.605 60 30.105 60H82.905C99.405 60 112.905 46.5 112.905 30C112.905 13.5 99.405 0 82.905 0Z" fill="white"/>
|
|
4
|
-
<path d="M82.905 2.43C86.61 2.43 90.21 3.165 93.6 4.605C96.885 6 99.825 7.995 102.375 10.53C104.91 13.065 106.905 16.02 108.3 19.305C109.74 22.695 110.475 26.295 110.475 30C110.475 33.705 109.74 37.305 108.3 40.695C106.905 43.98 104.91 46.92 102.375 49.47C99.84 52.005 96.885 54 93.6 55.395C90.21 56.835 86.61 57.57 82.905 57.57H30.105C26.4 57.57 22.8 56.835 19.41 55.395C16.125 54 13.185 52.005 10.635 49.47C8.10001 46.935 6.10501 43.98 4.71001 40.695C3.27001 37.305 2.53501 33.705 2.53501 30C2.53501 26.295 3.27001 22.695 4.71001 19.305C6.10501 16.02 8.10001 13.08 10.635 10.53C13.17 7.995 16.125 6 19.41 4.605C22.8 3.165 26.4 2.43 30.105 2.43H82.905ZM82.905 0H30.105C13.605 0 0.105011 13.5 0.105011 30C0.105011 46.5 13.605 60 30.105 60H82.905C99.405 60 112.905 46.5 112.905 30C112.905 13.5 99.405 0 82.905 0Z" fill="#3C4043"/>
|
|
5
|
-
<path d="M53.895 32.13V41.205H51.015V18.795H58.65C60.585 18.795 62.235 19.44 63.585 20.73C64.965 22.02 65.655 23.595 65.655 25.455C65.655 27.36 64.965 28.935 63.585 30.21C62.25 31.485 60.6 32.115 58.65 32.115H53.895V32.13ZM53.895 21.555V29.37H58.71C59.85 29.37 60.81 28.98 61.56 28.215C62.325 27.45 62.715 26.52 62.715 25.47C62.715 24.435 62.325 23.52 61.56 22.755C60.81 21.96 59.865 21.57 58.71 21.57H53.895V21.555Z" fill="#3C4043"/>
|
|
6
|
-
<path d="M73.185 25.365C75.315 25.365 76.995 25.935 78.225 27.075C79.455 28.215 80.07 29.775 80.07 31.755V41.205H77.325V39.075H77.205C76.02 40.83 74.43 41.7 72.45 41.7C70.755 41.7 69.345 41.205 68.205 40.2C67.065 39.195 66.495 37.95 66.495 36.45C66.495 34.86 67.095 33.6 68.295 32.67C69.495 31.725 71.1 31.26 73.095 31.26C74.805 31.26 76.215 31.575 77.31 32.205V31.545C77.31 30.54 76.92 29.7 76.125 28.995C75.33 28.29 74.4 27.945 73.335 27.945C71.73 27.945 70.455 28.62 69.525 29.985L66.99 28.395C68.385 26.37 70.455 25.365 73.185 25.365ZM69.465 36.495C69.465 37.245 69.78 37.875 70.425 38.37C71.055 38.865 71.805 39.12 72.66 39.12C73.875 39.12 74.955 38.67 75.9 37.77C76.845 36.87 77.325 35.82 77.325 34.605C76.425 33.9 75.18 33.54 73.575 33.54C72.405 33.54 71.43 33.825 70.65 34.38C69.855 34.965 69.465 35.67 69.465 36.495Z" fill="#3C4043"/>
|
|
7
|
-
<path d="M95.73 25.86L86.13 47.94H83.16L86.73 40.215L80.4 25.86H83.535L88.095 36.87H88.155L92.595 25.86H95.73Z" fill="#3C4043"/>
|
|
8
|
-
<path d="M42.4395 30.3C42.4395 29.361 42.3555 28.4625 42.1995 27.5985H30.1275V32.5485L37.08 32.55C36.798 34.197 35.8905 35.601 34.5 36.537V39.7485H38.6385C41.055 37.512 42.4395 34.206 42.4395 30.3Z" fill="#4285F4"/>
|
|
9
|
-
<path d="M34.5015 36.537C33.3495 37.314 31.866 37.7685 30.1305 37.7685C26.778 37.7685 23.934 35.5095 22.9155 32.4645H18.6465V35.7765C20.7615 39.9735 25.1085 42.8535 30.1305 42.8535C33.6015 42.8535 36.5175 41.712 38.64 39.747L34.5015 36.537Z" fill="#34A853"/>
|
|
10
|
-
<path d="M22.5135 30.0075C22.5135 29.1525 22.656 28.326 22.9155 27.549V24.237H18.6465C17.772 25.9725 17.28 27.9315 17.28 30.0075C17.28 32.0835 17.7735 34.0425 18.6465 35.778L22.9155 32.466C22.656 31.689 22.5135 30.8625 22.5135 30.0075Z" fill="#FABB05"/>
|
|
11
|
-
<path d="M30.1305 22.245C32.025 22.245 33.7215 22.8975 35.061 24.1725L38.7285 20.508C36.501 18.4335 33.597 17.16 30.1305 17.16C25.11 17.16 20.7615 20.04 18.6465 24.237L22.9155 27.549C23.934 24.504 26.778 22.245 30.1305 22.245Z" fill="#E94235"/>
|
|
12
|
-
</g>
|
|
13
|
-
<defs>
|
|
14
|
-
<clipPath id="clip0_818_25">
|
|
15
|
-
<rect width="112.95" height="60" fill="white"/>
|
|
16
|
-
</clipPath>
|
|
17
|
-
</defs>
|
|
18
|
-
</svg>
|