@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
|
@@ -21,38 +21,40 @@ export function AppleStoreSymbol({
|
|
|
21
21
|
viewBoxHeight={viewBoxHeight}
|
|
22
22
|
{...props}
|
|
23
23
|
>
|
|
24
|
-
<g
|
|
24
|
+
<g clipPath="url(#clip0_94_1135)">
|
|
25
25
|
<path
|
|
26
|
+
d="M10 0H160C165.523 0 170 4.47715 170 10V48C170 53.5228 165.523 58 160 58H10C4.47715 58 0 53.5228 0 48V10C0 4.47715 4.47715 0 10 0Z"
|
|
26
27
|
fill="#A6A6A6"
|
|
27
|
-
fillRule="nonzero"
|
|
28
|
-
d="M10,0 L160,0 C165.522847,-1.01453063e-15 170,4.4771525 170,10 L170,48 C170,53.5228475 165.522847,58 160,58 L10,58 C4.4771525,58 6.76353751e-16,53.5228475 0,48 L0,10 C-6.76353751e-16,4.4771525 4.4771525,1.01453063e-15 10,0 Z"
|
|
29
28
|
/>
|
|
30
29
|
<path
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
d="M10 1C5.02944 1 1 5.02944 1 10V48C1 52.9706 5.02944 57 10 57H160C164.971 57 169 52.9706 169 48V10C169 5.02944 164.971 1 160 1H10Z"
|
|
33
|
+
fill="black"
|
|
33
34
|
/>
|
|
34
35
|
<path
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
d="M53.5871025 12.441675C54.7047768 12.3609975 55.799514 12.7887301 56.5699952 13.6071423 57.3404763 14.4255546 57.7054883 15.5483813 57.5645642 16.666572 57.5645642 19.3829782 56.105015 20.944422 53.5871025 20.944422L50.5338033 20.944422 50.5338033 12.441675 53.5871025 12.441675zM51.8466992 19.74195L53.4404492 19.74195C54.2391969 19.7899754 55.0169392 19.4734216 55.5577262 18.8801838 56.0985132 18.286946 56.3447711 17.480182 56.2281233 16.6839 56.3362844 15.8909225 56.0864802 15.0908159 55.547034 14.5024159 55.0075879 13.914016 54.2349522 13.598898 53.4404492 13.6432492L51.8466992 13.6432492 51.8466992 19.74195zM59.04763 17.7331845C58.9382451 16.5830457 59.4865185 15.4699595 60.4625059 14.8607512 61.4384933 14.251543 62.6734492 14.251543 63.6494366 14.8607512 64.625424 15.4699595 65.1736974 16.5830457 65.0643125 17.7331845 65.1757786 18.8845592 64.6280056 19.9998043 63.6511529 20.6103241 62.6743001 21.2208438 61.4376424 21.2208438 60.4607896 20.6103241 59.4839369 19.9998043 58.9361639 18.8845592 59.04763 17.7331845zM63.76938 17.7331845C63.76938 16.3422848 63.1482 15.5288948 62.0580467 15.5288948 60.9637283 15.5288948 60.34813 16.3422848 60.34813 17.7331988 60.34813 19.135242 60.9637708 19.942362 62.0580467 19.942362 63.1482283 19.9423478 63.7693942 19.129656 63.7693942 17.7331845L63.76938 17.7331845z"
|
|
36
|
+
d="M53.587 12.4418C54.7047 12.3611 55.7994 12.7888 56.5699 13.6073C57.3404 14.4257 57.7054 15.5485 57.5645 16.6667C57.5645 19.3831 56.1049 20.9445 53.587 20.9445H50.5337V12.4418H53.587ZM51.8466 19.7421H53.4403C54.2391 19.7901 55.0168 19.4735 55.5576 18.8803C56.0984 18.2871 56.3447 17.4803 56.228 16.684C56.3362 15.891 56.0864 15.0909 55.5469 14.5025C55.0075 13.9141 54.2348 13.599 53.4403 13.6434H51.8466V19.7421ZM59.0475 17.7333C58.9381 16.5832 59.4864 15.4701 60.4624 14.8609C61.4384 14.2517 62.6733 14.2517 63.6493 14.8609C64.6253 15.4701 65.1736 16.5832 65.0642 17.7333C65.1757 18.8847 64.6279 19.9999 63.651 20.6104C62.6742 21.221 61.4375 21.221 60.4607 20.6104C59.4838 19.9999 58.9361 18.8847 59.0475 17.7333ZM63.7693 17.7333C63.7693 16.3424 63.1481 15.529 62.0579 15.529C60.9636 15.529 60.348 16.3424 60.348 17.7333C60.348 19.1354 60.9637 19.9425 62.0579 19.9425C63.1481 19.9425 63.7693 19.1298 63.7693 17.7333H63.7693Z"
|
|
37
|
+
fill="white"
|
|
38
38
|
/>
|
|
39
|
-
<
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
points="73.062 20.944 71.756 20.944 70.438 16.218 70.338 16.218 69.025 20.944 67.732 20.944 65.973 14.528 67.25 14.528 68.393 19.424 68.487 19.424 69.799 14.528 71.006 14.528 72.318 19.424 72.417 19.424 73.555 14.528 74.814 14.528"
|
|
39
|
+
<path
|
|
40
|
+
d="M73.0621 20.9441H71.7561L70.4381 16.2181H70.3381L69.0251 20.9441H67.7321L65.9731 14.5281H67.2501L68.3931 19.4241H68.4871L69.7991 14.5281H71.0061L72.3181 19.4241H72.4171L73.5551 14.5281H74.8141L73.0621 20.9441Z"
|
|
41
|
+
fill="white"
|
|
43
42
|
/>
|
|
44
43
|
<path
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
d="M76.292515,14.5276185 L77.5044167,14.5276185 L77.5044167,15.5469637 L77.5984975,15.5469637 C77.9256552,14.7964561 78.6901282,14.3373631 79.5021433,14.4037575 C80.1308838,14.3562078 80.747005,14.5988256 81.1765453,15.0631079 C81.6060856,15.5273903 81.8024318,16.1629539 81.7101458,16.7903475 L81.7101458,20.9442225 L80.4511967,20.9442225 L80.4511967,17.1083505 C80.4511967,16.0771777 80.0057258,15.564363 79.07465,15.564363 C78.6481849,15.5443832 78.2343119,15.7127377 77.9415357,16.0252889 C77.6487595,16.3378402 77.5062796,16.7634164 77.55145,17.1904447 L77.55145,20.9442937 L76.2925008,20.9442937 L76.292515,14.5276185 Z"
|
|
44
|
+
d="M76.2925 14.5277H77.5044V15.547H77.5985C77.9256 14.7965 78.6901 14.3374 79.5021 14.4038C80.1309 14.3563 80.747 14.5989 81.1765 15.0632C81.6061 15.5274 81.8024 16.163 81.7101 16.7904V20.9443H80.4512V17.1084C80.4512 16.0772 80.0057 15.5644 79.0746 15.5644C78.6482 15.5444 78.2343 15.7128 77.9415 16.0253C77.6487 16.3379 77.5063 16.7635 77.5514 17.1905V20.9443H76.2925L76.2925 14.5277Z"
|
|
45
|
+
fill="white"
|
|
48
46
|
/>
|
|
49
|
-
<
|
|
47
|
+
<path d="M83.7158 12.0229H84.9748V20.9439H83.7158V12.0229Z" fill="white" />
|
|
50
48
|
<path
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
d="M86.7252025 17.7331845C86.6159016 16.5829705 87.1642615 15.4698561 88.1403213 14.8606384 89.1163811 14.2514208 90.3514006 14.2514208 91.3274604 14.8606384 92.3035202 15.4698561 92.8518801 16.5829705 92.7425792 17.7331845 92.8539037 18.8846004 92.3060303 19.999814 91.3291291 20.6103069 90.3522279 21.2207997 89.1155538 21.2207997 88.1386526 20.6103069 87.1617513 19.999814 86.613878 18.8846004 86.7252025 17.7331845L86.7252025 17.7331845zM91.4469525 17.7331845C91.4469525 16.3422848 90.8257725 15.5288948 89.7356192 15.5288948 88.6413008 15.5288948 88.0257025 16.3422848 88.0257025 17.7331988 88.0257025 19.135242 88.6413433 19.942362 89.7356192 19.942362 90.8257867 19.9423478 91.4469667 19.129656 91.4469667 17.7331845L91.4469525 17.7331845zM94.0679417 19.129656C94.0679417 17.9746222 94.9229283 17.3087482 96.440575 17.214114L98.1685258 17.1139222 98.1685258 16.5600675C98.1685258 15.8823517 97.723055 15.499668 96.8625433 15.499668 96.1597492 15.499668 95.67277 15.7592032 95.53303 16.2128662L94.3142008 16.2128662C94.4428625 15.1107142 95.4735442 14.403786 96.9206408 14.403786 98.51993 14.403786 99.42195 15.204636 99.42195 16.5600675L99.42195 20.944308 98.2100342 20.944308 98.2100342 20.0425537 98.1104283 20.0425537C97.6988138 20.7010838 96.9668293 21.0859576 96.19433 21.0500287 95.6527895 21.1066893 95.1126925 20.9302727 94.7075607 20.5643922 94.302429 20.1985118 94.0700753 19.6773167 94.0679417 19.129656L94.0679417 19.129656zM98.1685258 18.5813587L98.1685258 18.0449032 96.610745 18.145095C95.7322417 18.2042325 95.3338042 18.504822 95.3338042 19.0705042 95.3338042 19.648014 95.8318475 19.984086 96.5167208 19.984086 96.9221511 20.0253681 97.326879 19.8993769 97.6382539 19.6349547 97.9496287 19.3705325 98.1409881 18.990321 98.1685258 18.5813587zM101.07656 17.7331845C101.07656 15.7056232 102.112781 14.421171 103.724508 14.421171 104.53835 14.3834514 105.300589 14.8220988 105.680727 15.546921L105.774807 15.546921 105.774807 12.022725 107.033757 12.022725 107.033757 20.9442795 105.82738 20.9442795 105.82738 19.9304917 105.727774 19.9304917C105.318902 20.6493002 104.547272 21.080533 103.724522 21.0500287 102.101717 21.0501 101.07656 19.7656192 101.07656 17.7331845zM102.37706 17.7331845C102.37706 19.0941735 103.014843 19.9131352 104.081494 19.9131352 105.142577 19.9131352 105.798367 19.0823602 105.798367 17.7387562 105.798367 16.4014222 105.135692 15.5588055 104.081494 15.5588055 103.021714 15.5588055 102.377017 16.3833247 102.377017 17.7331845L102.37706 17.7331845zM112.2425 17.7331845C112.133115 16.5830457 112.681389 15.4699595 113.657376 14.8607512 114.633363 14.251543 115.868319 14.251543 116.844307 14.8607512 117.820294 15.4699595 118.368567 16.5830457 118.259183 17.7331845 118.370649 18.8845592 117.822876 19.9998043 116.846023 20.6103241 115.86917 21.2208438 114.632512 21.2208438 113.65566 20.6103241 112.678807 19.9998043 112.131034 18.8845592 112.2425 17.7331845L112.2425 17.7331845zM116.96425 17.7331845C116.96425 16.3422848 116.34307 15.5288948 115.252917 15.5288948 114.158598 15.5288948 113.543 16.3422848 113.543 17.7331988 113.543 19.135242 114.158641 19.942362 115.252917 19.942362 116.343084 19.9423478 116.96425 19.129656 116.96425 17.7331845zM119.948388 14.5276185L121.160303 14.5276185 121.160303 15.5469637 121.254384 15.5469637C121.581542 14.7964561 122.346015 14.3373631 123.15803 14.4037575 123.78677 14.3562078 124.402892 14.5988256 124.832432 15.0631079 125.261972 15.5273903 125.458319 16.1629539 125.366033 16.7903475L125.366033 20.9442225 124.107083 20.9442225 124.107083 17.1083505C124.107083 16.0771777 123.661613 15.564363 122.730537 15.564363 122.304072 15.5443832 121.890199 15.7127377 121.597422 16.0252889 121.304646 16.3378402 121.162166 16.7634164 121.207337 17.1904447L121.207337 20.9442937 119.948388 20.9442937 119.948388 14.5276185zM132.47981 12.9300652L132.47981 14.5568452 133.861896 14.5568452 133.861896 15.6235147 132.47981 15.6235147 132.47981 18.9230025C132.47981 19.5951465 132.755125 19.889466 133.38183 19.889466 133.542275 19.8889495 133.70256 19.8791913 133.861896 19.8602392L133.861896 20.915067C133.635809 20.9557518 133.406743 20.9773966 133.177079 20.9797762 131.777016 20.9797762 131.219473 20.4843607 131.219473 19.2472327L131.219473 15.6234577 130.206783 15.6234577 130.206783 14.5567882 131.219473 14.5567882 131.219473 12.9300652 132.47981 12.9300652zM135.581531 12.022725L136.829416 12.022725 136.829416 15.5587912 136.929022 15.5587912C137.271894 14.8017152 138.049747 14.3420372 138.874105 14.4093292 139.499275 14.3751111 140.107056 14.6230703 140.531901 15.0856682 140.956747 15.5482662 141.154407 16.1773205 141.071043 16.801491L141.071043 20.9442937 139.810833 20.9442937 139.810833 17.1138937C139.810833 16.0889767 139.33625 15.5699062 138.446739 15.5699062 138.008747 15.5337735 137.57723 15.6939396 137.267552 16.0075857 136.957873 16.3212319 136.801609 16.7563759 136.840537 17.1966862L136.840537 20.9442652 135.581587 20.9442652 135.581531 12.022725zM148.411771 19.2117502C148.058747 20.422116 146.894307 21.2041468 145.647613 21.0681405 144.796996 21.090727 143.979505 20.7360737 143.41204 20.0982786 142.844576 19.4604835 142.584506 18.6040247 142.700833 17.7561412 142.587595 16.9059014 142.846691 16.0480703 143.410995 15.4048869 143.9753 14.7617035 144.789286 14.3964569 145.642074 14.4037717 147.417058 14.4037717 148.48786 15.6235717 148.48786 17.6385217L148.48786 18.0804 143.983299 18.0804 143.983299 18.151365C143.943437 18.6275147 144.105105 19.098488 144.428544 19.448458 144.751984 19.798428 145.207183 19.9949216 145.682194 19.989615 146.298121 20.0639924 146.897684 19.7566746 147.199855 19.2117075L148.411771 19.2117502zM143.983271 17.143833L147.205352 17.143833C147.237443 16.7083536 147.085216 16.2794922 146.786184 15.9629342 146.487152 15.6463762 146.069125 15.4715616 145.635118 15.4815705 145.195232 15.4760114 144.771756 15.6493803 144.460753 15.9623497 144.14975 16.2753191 143.97758 16.7013616 143.983299 17.143833L143.983271 17.143833zM59.9282158 38.6740013L53.2225658 38.6740013 51.6122125 43.4569425 48.7719658 43.4569425 55.1234492 25.7612925 58.0743658 25.7612925 64.4258492 43.4569425 61.5371667 43.4569425 59.9282158 38.6740013zM53.9170583 36.4669185L59.2323917 36.4669185 56.6121108 28.7045588 56.5387842 28.7045588 53.9170583 36.4669185zM78.1428942 37.0068652C78.1428942 41.0160742 76.0095925 43.5919185 72.7902742 43.5919185 71.1262366 43.6794771 69.5588042 42.8027687 68.754715 41.3347185L68.6937983 41.3347185 68.6937983 47.72496 66.061065 47.72496 66.061065 30.5553915 68.60945 30.5553915 68.60945 32.701242 68.6578717 32.701242C69.4976834 31.2423953 71.066806 30.3660643 72.7418525 30.4204012 75.9970833 30.4204155 78.1428942 33.0087855 78.1428942 37.0068652zM75.4368342 37.0068652C75.4368342 34.3948402 74.0948683 32.677587 72.0473458 32.677587 70.0357925 32.677587 68.6827625 34.4310067 68.6827625 37.0068652 68.6827625 39.6063787 70.0357925 41.3472727 72.0473458 41.3472727 74.0948825 41.3472727 75.4368342 39.6425595 75.4368342 37.0068652zM92.2597508 37.0068652C92.2597508 41.0160742 90.1264492 43.5919185 86.9071308 43.5919185 85.2430933 43.6794771 83.6756609 42.8027687 82.8715717 41.3347185L82.810655 41.3347185 82.810655 47.72496 80.1779217 47.72496 80.1779217 30.5553915 82.72625 30.5553915 82.72625 32.701242 82.7746717 32.701242C83.6144896 31.2423962 85.1836182 30.3660704 86.8586667 30.4204155 90.1139967 30.4204155 92.2597508 33.0087855 92.2597508 37.0068652zM89.5536908 37.0068652C89.5536908 34.3948402 88.211725 32.677587 86.1642025 32.677587 84.1526492 32.677587 82.7996192 34.4310067 82.7996192 37.0068652 82.7996192 39.6063787 84.1526492 41.3472727 86.1642025 41.3472727 88.2117392 41.3472727 89.553705 39.6425595 89.553705 37.0068652L89.5536908 37.0068652zM101.589833 38.5264853C101.784908 40.2813015 103.479666 41.4334853 105.795562 41.4334853 108.014643 41.4334853 109.611155 40.2812445 109.611155 38.6989815 109.611155 37.3254668 108.648261 36.5030565 106.36832 35.9394405L104.088379 35.386968C100.857997 34.6021065 99.3583133 33.0824723 99.3583133 30.6165525 99.3583133 27.563376 102.003499 25.466232 105.759593 25.466232 109.476926 25.466232 112.025297 27.563376 112.111076 30.6165525L109.453409 30.6165525C109.294318 28.850607 107.843056 27.78465 105.722207 27.78465 103.601357 27.78465 102.15011 28.863147 102.15011 30.43287 102.15011 31.6839203 103.077035 32.4200753 105.344523 32.98362L107.28275 33.4623345C110.892204 34.320954 112.391888 35.7793845 112.391888 38.367726 112.391888 41.678343 109.770218 43.751832 105.600458 43.751832 101.699086 43.751832 99.0649783 41.7270495 98.8948083 38.526357L101.589833 38.5264853zM118.073797 27.502215L118.073797 30.5553915 120.512844 30.5553915 120.512844 32.6525355 118.073797 32.6525355 118.073797 39.7650098C118.073797 40.8699405 118.562165 41.3848358 119.634341 41.3848358 119.923895 41.379757 120.212981 41.3593035 120.500392 41.3235608L120.500392 43.408179C120.01834 43.4987799 119.528375 43.5398126 119.038066 43.5306435 116.441316 43.5306435 115.428612 42.5495595 115.428612 40.047459L115.428612 32.6525355 113.563712 32.6525355 113.563712 30.5553915 115.428583 30.5553915 115.428583 27.502215 118.073797 27.502215zM121.925417 37.0068652C121.925417 32.9475675 124.302201 30.3967605 128.008513 30.3967605 131.727263 30.3967605 134.092983 32.9475105 134.092983 37.0068652 134.092983 41.0773065 131.739715 43.61697 128.008513 43.61697 124.278628 43.61697 121.925417 41.0772922 121.925417 37.0068652zM131.410439 37.0068652C131.410439 34.2222727 130.1418 32.5787917 128.008498 32.5787917 125.875197 32.5787917 124.607946 34.2347985 124.607946 37.0068652 124.607946 39.802587 125.875197 41.4335565 128.008498 41.4335565 130.1418 41.4335565 131.410383 39.802587 131.410383 37.0068652L131.410439 37.0068652zM136.263585 30.5553915L138.77457 30.5553915 138.77457 32.7513165 138.835487 32.7513165C139.185653 31.3377 140.473341 30.3648 141.920604 30.420387 142.224003 30.4193214 142.526565 30.4524648 142.822624 30.5191965L142.822624 32.9962455C142.439601 32.8785167 142.040043 32.8244636 141.639707 32.836218 140.865709 32.8046335 140.11665 33.114912 139.589212 33.6855835 139.061774 34.256255 138.80865 35.0303058 138.896304 35.804493L138.896304 43.456914 136.263571 43.456914 136.263585 30.5553915zM154.961092 39.6675968C154.606925 42.0096555 152.339423 43.6169558 149.438302 43.6169558 145.707099 43.6169558 143.391189 41.1023295 143.391189 37.0680833 143.391189 33.0213113 145.719552 30.3967463 149.327632 30.3967463 152.876212 30.3967463 155.107745 32.8487438 155.107745 36.7605398L155.107745 37.6678658 146.048827 37.6678658 146.048827 37.8278933C145.964249 38.7883883 146.29397 39.7391452 146.95412 40.4383221 147.61427 41.1374991 148.541222 41.5177074 149.49919 41.4822345 150.7768 41.6026464 151.981336 40.8646932 152.461185 39.6675825L154.961092 39.6675968zM146.061266 35.817033L152.473623 35.817033C152.521401 34.9539639 152.20907 34.1099729 151.611879 33.4884 151.014688 32.866827 150.186784 32.5240296 149.327632 32.5425968 148.461683 32.5373987 147.629545 32.8803568 147.016178 33.4952424 146.40281 34.1101279 146.059036 34.9459917 146.061266 35.8170473L146.061266 35.817033zM35.0892467 28.928469C35.1202107 26.510998 36.3801741 24.2779902 38.4277067 23.0117835 37.1301429 21.1477307 35.0347221 20.0082517 32.7735633 19.9370895 30.39464 19.685919 28.0883775 21.3689722 26.8761217 21.3689722 25.6404058 21.3689722 23.7739475 19.962027 21.76408 20.0036227 19.1196185 20.0895622 16.7140277 21.5652738 15.4274433 23.8908375 12.68761 28.662336 14.7312792 35.6748322 17.35581 39.5317515 18.6689183 41.4203752 20.203565 43.5300165 22.2116192 43.455204 24.1766208 43.3732237 24.9105108 42.19482 27.2824358 42.19482 29.6323458 42.19482 30.3208883 43.455204 32.3696858 43.4076375 34.4782242 43.3732095 35.8067033 41.5106205 37.0737417 39.604113 38.0172078 38.2583996 38.7432035 36.7710932 39.2248367 35.1972862 36.7205335 34.1318583 35.0921696 31.6635489 35.0892467 28.928469L35.0892467 28.928469zM31.2194375 17.4005182C32.3691002 16.0122717 32.9354954 14.227916 32.7983408 12.4263847 31.0419119 12.6119489 29.4194636 13.4563458 28.2542692 14.791329 27.1036932 16.1084694 26.5208141 17.8316416 26.6340133 19.5813097 28.4139938 19.5997446 30.1040478 18.7959683 31.2194375 17.4005182L31.2194375 17.4005182z"
|
|
49
|
+
d="M86.7253 17.7332C86.616 16.583 87.1643 15.4698 88.1404 14.8606C89.1165 14.2514 90.3515 14.2514 91.3275 14.8606C92.3036 15.4698 92.852 16.583 92.7427 17.7332C92.854 18.8846 92.3061 19.9998 91.3292 20.6103C90.3523 21.2208 89.1156 21.2208 88.1387 20.6103C87.1618 19.9998 86.614 18.8846 86.7253 17.7332ZM91.447 17.7332C91.447 16.3423 90.8259 15.5289 89.7357 15.5289C88.6414 15.5289 88.0258 16.3423 88.0258 17.7332C88.0258 19.1352 88.6414 19.9423 89.7357 19.9423C90.8259 19.9423 91.447 19.1296 91.447 17.7332H91.447ZM94.068 19.1296C94.068 17.9746 94.923 17.3087 96.4407 17.2141L98.1686 17.1139V16.56C98.1686 15.8823 97.7231 15.4996 96.8626 15.4996C96.1598 15.4996 95.6728 15.7592 95.5331 16.2128H94.3143C94.4429 15.1107 95.4736 14.4038 96.9207 14.4038C98.52 14.4038 99.422 15.2046 99.422 16.56V20.9443H98.2101V20.0425H98.1105C97.6989 20.7011 96.9669 21.0859 96.1944 21.05C95.6529 21.1067 95.1128 20.9303 94.7076 20.5644C94.3025 20.1985 94.0702 19.6773 94.068 19.1296ZM98.1686 18.5813V18.0449L96.6108 18.1451C95.7323 18.2042 95.3339 18.5048 95.3339 19.0705C95.3339 19.648 95.8319 19.9841 96.5168 19.9841C96.9222 20.0253 97.327 19.8994 97.6383 19.6349C97.9497 19.3705 98.1411 18.9903 98.1686 18.5813ZM101.077 17.7332C101.077 15.7056 102.113 14.4212 103.725 14.4212C104.538 14.3834 105.301 14.8221 105.681 15.5469H105.775V12.0227H107.034V20.9443H105.827V19.9305H105.728C105.319 20.6493 104.547 21.0805 103.725 21.05C102.102 21.0501 101.077 19.7656 101.077 17.7332ZM102.377 17.7332C102.377 19.0942 103.015 19.9131 104.082 19.9131C105.143 19.9131 105.798 19.0823 105.798 17.7387C105.798 16.4014 105.136 15.5588 104.082 15.5588C103.022 15.5588 102.377 16.3833 102.377 17.7332H102.377ZM112.243 17.7332C112.133 16.583 112.681 15.4699 113.657 14.8607C114.633 14.2515 115.868 14.2515 116.844 14.8607C117.82 15.4699 118.369 16.583 118.259 17.7332C118.371 18.8845 117.823 19.9998 116.846 20.6103C115.869 21.2208 114.633 21.2208 113.656 20.6103C112.679 19.9998 112.131 18.8845 112.243 17.7332ZM116.964 17.7332C116.964 16.3423 116.343 15.5289 115.253 15.5289C114.159 15.5289 113.543 16.3423 113.543 17.7332C113.543 19.1352 114.159 19.9423 115.253 19.9423C116.343 19.9423 116.964 19.1296 116.964 17.7332ZM119.948 14.5276H121.16V15.5469H121.254C121.582 14.7964 122.346 14.3373 123.158 14.4037C123.787 14.3562 124.403 14.5988 124.833 15.0631C125.262 15.5274 125.458 16.1629 125.366 16.7903V20.9442H124.107V17.1083C124.107 16.0772 123.662 15.5643 122.731 15.5643C122.304 15.5444 121.89 15.7127 121.597 16.0253C121.305 16.3378 121.162 16.7634 121.207 17.1904V20.9443H119.948V14.5276ZM132.48 12.93V14.5568H133.862V15.6235H132.48V18.923C132.48 19.5951 132.755 19.8894 133.382 19.8894C133.542 19.8889 133.703 19.8792 133.862 19.8602V20.915C133.636 20.9557 133.407 20.9774 133.177 20.9798C131.777 20.9798 131.22 20.4843 131.22 19.2472V15.6234H130.207V14.5568H131.22V12.93H132.48ZM135.582 12.0227H136.829V15.5588H136.929C137.272 14.8017 138.05 14.342 138.874 14.4093C139.499 14.3751 140.107 14.6231 140.532 15.0856C140.957 15.5482 141.154 16.1773 141.071 16.8015V20.9443H139.811V17.1139C139.811 16.089 139.336 15.5699 138.447 15.5699C138.009 15.5338 137.577 15.6939 137.268 16.0076C136.958 16.3212 136.802 16.7564 136.841 17.1967V20.9442H135.582L135.582 12.0227ZM148.412 19.2117C148.059 20.4221 146.894 21.2041 145.648 21.0681C144.797 21.0907 143.98 20.7361 143.412 20.0983C142.845 19.4605 142.585 18.604 142.701 17.7561C142.588 16.9059 142.847 16.0481 143.411 15.4049C143.975 14.7617 144.789 14.3964 145.642 14.4038C147.417 14.4038 148.488 15.6236 148.488 17.6385V18.0804H143.983V18.1513C143.944 18.6275 144.105 19.0985 144.429 19.4484C144.752 19.7984 145.207 19.9949 145.682 19.9896C146.298 20.064 146.898 19.7567 147.2 19.2117L148.412 19.2117ZM143.983 17.1438H147.205C147.238 16.7083 147.085 16.2795 146.786 15.9629C146.487 15.6464 146.069 15.4715 145.635 15.4816C145.195 15.476 144.772 15.6494 144.461 15.9623C144.15 16.2753 143.978 16.7013 143.983 17.1438H143.983ZM59.9283 38.674H53.2226L51.6123 43.4569H48.772L55.1235 25.7613H58.0744L64.4259 43.4569H61.5372L59.9283 38.674ZM53.9171 36.4669H59.2325L56.6122 28.7045H56.5389L53.9171 36.4669ZM78.143 37.0068C78.143 41.0161 76.0097 43.5919 72.7904 43.5919C71.1263 43.6795 69.5589 42.8027 68.7548 41.3347H68.6939V47.7249H66.0611V30.5554H68.6095V32.7012H68.658C69.4978 31.2424 71.0669 30.366 72.7419 30.4204C75.9972 30.4204 78.143 33.0088 78.143 37.0068ZM75.4369 37.0068C75.4369 34.3948 74.0949 32.6776 72.0474 32.6776C70.0359 32.6776 68.6828 34.431 68.6828 37.0068C68.6828 39.6064 70.0359 41.3473 72.0474 41.3473C74.095 41.3473 75.4369 39.6425 75.4369 37.0068ZM92.2598 37.0068C92.2598 41.0161 90.1265 43.5919 86.9072 43.5919C85.2432 43.6795 83.6757 42.8027 82.8717 41.3347H82.8107V47.7249H80.178V30.5554H82.7263V32.7012H82.7747C83.6146 31.2424 85.1837 30.3661 86.8587 30.4204C90.1141 30.4204 92.2598 33.0088 92.2598 37.0068ZM89.5538 37.0068C89.5538 34.3948 88.2118 32.6776 86.1643 32.6776C84.1527 32.6776 82.7997 34.431 82.7997 37.0068C82.7997 39.6064 84.1527 41.3473 86.1643 41.3473C88.2118 41.3473 89.5538 39.6425 89.5538 37.0068H89.5538ZM101.59 38.5265C101.785 40.2813 103.48 41.4335 105.796 41.4335C108.015 41.4335 109.611 40.2812 109.611 38.699C109.611 37.3254 108.648 36.503 106.368 35.9394L104.088 35.3869C100.858 34.6021 99.3584 33.0825 99.3584 30.6165C99.3584 27.5634 102.004 25.4662 105.76 25.4662C109.477 25.4662 112.025 27.5634 112.111 30.6165H109.453C109.294 28.8506 107.843 27.7846 105.722 27.7846C103.601 27.7846 102.15 28.8631 102.15 30.4328C102.15 31.6839 103.077 32.4201 105.345 32.9836L107.283 33.4623C110.892 34.3209 112.392 35.7794 112.392 38.3677C112.392 41.6783 109.77 43.7518 105.601 43.7518C101.699 43.7518 99.0651 41.727 98.8949 38.5263L101.59 38.5265ZM118.074 27.5022V30.5554H120.513V32.6525H118.074V39.765C118.074 40.8699 118.562 41.3848 119.634 41.3848C119.924 41.3797 120.213 41.3593 120.5 41.3235V43.4082C120.018 43.4988 119.528 43.5398 119.038 43.5306C116.441 43.5306 115.429 42.5495 115.429 40.0474V32.6525H113.564V30.5554H115.429V27.5022H118.074ZM121.925 37.0068C121.925 32.9475 124.302 30.3967 128.009 30.3967C131.727 30.3967 134.093 32.9475 134.093 37.0068C134.093 41.0773 131.74 43.617 128.009 43.617C124.279 43.617 121.925 41.0773 121.925 37.0068ZM131.411 37.0068C131.411 34.2223 130.142 32.5788 128.009 32.5788C125.875 32.5788 124.608 34.2348 124.608 37.0068C124.608 39.8026 125.875 41.4335 128.009 41.4335C130.142 41.4335 131.41 39.8026 131.41 37.0068H131.411ZM136.264 30.5554H138.775V32.7513H138.836C139.186 31.3377 140.473 30.3648 141.921 30.4204C142.224 30.4193 142.527 30.4524 142.823 30.5192V32.9962C142.44 32.8785 142.04 32.8244 141.64 32.8362C140.866 32.8046 140.117 33.1149 139.589 33.6856C139.062 34.2562 138.809 35.0303 138.896 35.8045V43.4569H136.264L136.264 30.5554ZM154.961 39.6676C154.607 42.0096 152.34 43.6169 149.438 43.6169C145.707 43.6169 143.391 41.1023 143.391 37.0681C143.391 33.0213 145.72 30.3967 149.328 30.3967C152.876 30.3967 155.108 32.8487 155.108 36.7605V37.6678H146.049V37.8279C145.964 38.7884 146.294 39.7391 146.954 40.4383C147.614 41.1375 148.541 41.5177 149.499 41.4822C150.777 41.6026 151.981 40.8647 152.461 39.6676L154.961 39.6676ZM146.061 35.817H152.474C152.521 34.9539 152.209 34.11 151.612 33.4884C151.015 32.8668 150.187 32.524 149.328 32.5426C148.462 32.5374 147.63 32.8803 147.016 33.4952C146.403 34.1101 146.059 34.946 146.061 35.817V35.817ZM35.0893 28.9284C35.1203 26.511 36.3803 24.278 38.4278 23.0118C37.1302 21.1477 35.0348 20.0082 32.7736 19.9371C30.3947 19.6859 28.0885 21.369 26.8762 21.369C25.6405 21.369 23.774 19.962 21.7642 20.0036C19.1197 20.0895 16.7141 21.5653 15.4275 23.8908C12.6877 28.6623 14.7314 35.6748 17.3559 39.5317C18.669 41.4204 20.2036 43.53 22.2117 43.4552C24.1767 43.3732 24.9106 42.1948 27.2825 42.1948C29.6324 42.1948 30.321 43.4552 32.3698 43.4076C34.4783 43.3732 35.8068 41.5106 37.0738 39.6041C38.0173 38.2584 38.7433 36.7711 39.2249 35.1973C36.7206 34.1318 35.0922 31.6635 35.0893 28.9284ZM31.2195 17.4005C32.3692 16.0123 32.9356 14.2279 32.7984 12.4264C31.042 12.6119 29.4195 13.4563 28.2543 14.7913C27.1038 16.1084 26.5209 17.8316 26.6341 19.5813C28.4141 19.5997 30.1041 18.7959 31.2195 17.4005Z"
|
|
50
|
+
fill="white"
|
|
54
51
|
/>
|
|
55
52
|
</g>
|
|
53
|
+
<defs>
|
|
54
|
+
<clipPath id="clip0_94_1135">
|
|
55
|
+
<rect width="170" height="58" fill="white" />
|
|
56
|
+
</clipPath>
|
|
57
|
+
</defs>
|
|
56
58
|
</Symbol>
|
|
57
59
|
);
|
|
58
60
|
}
|
|
@@ -21,13 +21,20 @@ export function BPayLandSymbol({
|
|
|
21
21
|
viewBoxHeight={viewBoxHeight}
|
|
22
22
|
{...props}
|
|
23
23
|
>
|
|
24
|
-
<g
|
|
25
|
-
<
|
|
24
|
+
<g clipPath="url(#clip0_94_1515)">
|
|
25
|
+
<path d="M113.734 2.73389H2.73389V51.7339H113.734V2.73389Z" fill="#0A2652" />
|
|
26
26
|
<path
|
|
27
|
+
fillRule="evenodd"
|
|
28
|
+
clipRule="evenodd"
|
|
29
|
+
d="M112.929 49.8256C112.929 50.3741 112.652 50.906 111.843 50.9221H4.09416C4.06526 50.9221 4.04233 50.9166 4.01893 50.9166C3.49191 50.8862 3.06901 50.4514 3.06901 49.9121C3.06901 49.9121 3.07268 30.1688 3.07268 16.6001H14.3676L9.81295 18.2607V43.2796C9.81295 43.9767 10.2037 44.3435 10.7913 44.3991H26.1286C31.3671 44.2284 35.5617 39.9256 35.5617 34.6303C35.5617 31.1595 33.7573 28.1165 31.0373 26.38C32.7395 24.8702 34.0224 22.4112 34.0224 19.9757C34.0224 13.5052 29.443 9.83462 22.9068 9.83462H16.5463V3.07789C44.9738 3.07789 111.843 3.07789 111.843 3.07789C112.682 3.07789 112.929 3.62638 112.929 4.16935V49.8256ZM3.07268 4.09205V4.0902C3.07268 3.55644 3.4832 3.1193 4.00288 3.07789C4.00288 3.07789 6.14215 3.07789 9.81295 3.07789V9.83462H3.07268C3.07268 6.3403 3.07268 4.09205 3.07268 4.09205ZM16.4459 16.4151H23.7668C25.6823 16.4151 27.2395 18.0578 27.2395 19.9812C27.2395 21.9078 25.6823 23.4719 23.7668 23.4719L22.5004 23.5363C21.823 23.5671 21.4629 23.9679 21.4468 24.5895L21.4487 28.8748C21.4881 29.5526 21.9074 29.9083 22.5523 29.9083H25.702C27.7839 29.9083 29.4719 31.6017 29.4719 33.6921C29.4719 35.6656 27.9559 37.2798 26.0281 37.4413L17.521 37.4487C16.8867 37.4358 16.4748 37.0709 16.4459 36.3701V16.4151ZM113.85 0H2.14478C0.962306 0 0 0.965379 0 2.15715V51.8452C0 53.0351 0.962306 54 2.14478 54H113.85C115.033 54 116 53.0351 116 51.8452V2.15715C116 0.965379 115.033 0 113.85 0ZM52.2833 26.4554H45.6407V17.4251L52.2833 17.4196C54.7698 17.4196 56.7884 19.4415 56.7884 21.9387C56.7884 24.434 54.7698 26.4554 52.2833 26.4554ZM52.3617 12.7423H42.0075C41.1076 12.7423 40.9782 13.4872 40.9782 13.9501C40.9782 14.4181 40.9819 40.2473 40.9819 40.2473C40.9819 41.3291 41.9759 41.2844 42.0855 41.2844H44.7302C45.1651 41.2844 45.6462 40.932 45.6462 40.4322L45.6407 31.0048H52.3617C57.3879 31.0048 61.4646 26.9183 61.4646 21.8724C61.4646 16.8292 57.3879 12.7423 52.3617 12.7423ZM68.4764 30.6938L73.1476 17.4196L78.1009 30.6938H68.4764ZM76.7129 13.9409C76.3602 13.2185 76.1042 12.7478 74.8268 12.7478H71.4684C70.1923 12.7478 69.9387 13.2185 69.5837 13.9409C69.2608 14.6532 59.867 40.1824 59.867 40.1824C59.867 40.1824 59.3153 41.2844 60.728 41.2844C62.1724 41.2844 62.4847 41.3024 63.0984 41.3024C63.7447 41.3024 64.4919 41.18 64.8414 40.1644C65.1506 39.2764 66.5559 35.3601 66.5559 35.3601H79.7406C79.7406 35.3601 81.1479 39.2764 81.4533 40.1644C81.8056 41.18 82.5523 41.3024 83.1968 41.3024C83.8105 41.3024 84.1247 41.2844 85.5672 41.2844C86.9836 41.2844 86.43 40.1824 86.43 40.1824C86.43 40.1824 77.0358 14.6532 76.7129 13.9409ZM105.339 12.717C103.894 12.717 103.246 12.6981 102.634 12.6981C101.988 12.6981 101.239 12.8186 100.889 13.8365L99.6004 16.1574L94.4325 25.3285L89.266 16.1574L87.978 13.8365C87.6267 12.8186 86.8795 12.6981 86.2327 12.6981C85.6209 12.6981 84.9714 12.717 83.5279 12.717C82.112 12.717 82.6656 13.8176 82.6656 13.8176C82.6656 13.8176 87.9106 23.1438 92.1309 30.6814C92.1309 30.6814 92.0575 39.6413 92.0575 40.2652C92.0575 40.8887 92.39 41.2844 93.0643 41.2844H95.5256C95.9682 41.2844 96.7553 41.2467 96.7553 40.2937L96.7365 30.6814C100.959 23.1438 106.201 13.8176 106.201 13.8176C106.201 13.8176 106.753 12.717 105.339 12.717Z"
|
|
27
30
|
fill="#FFFFFE"
|
|
28
|
-
d="M112.929154,49.825589 C112.929154,50.3740787 112.651654,50.9060032 111.843464,50.9221081 L4.09415542,50.9221081 C4.06525874,50.9221081 4.04232486,50.9165864 4.01893231,50.9165864 C3.49191185,50.886217 3.06901119,50.4513826 3.06901119,49.9120958 C3.06901119,49.9120958 3.07268061,30.16877 3.07268061,16.6000937 L14.3676142,16.6000937 L9.81294657,18.2607473 L9.81294657,43.2796046 C9.81294657,43.9767202 10.2037398,44.3434536 10.7913057,44.3991308 L26.1285641,44.3991308 C31.3671199,44.228418 35.5617257,39.9256274 35.5617257,34.6303097 C35.5617257,31.1594564 33.7572884,28.1165353 31.0373308,26.3799582 C32.739483,24.8702313 34.022404,22.4112309 34.022404,19.9756977 C34.022404,13.5051766 29.4429678,9.83462145 22.9068133,9.83462145 L16.5463324,9.83462145 L16.5463324,3.07789187 C44.9737882,3.07789187 111.843464,3.07789187 111.843464,3.07789187 C112.681927,3.07789187 112.929154,3.62638149 112.929154,4.16934941 L112.929154,49.825589 Z M3.07268061,4.0920455 L3.07268061,4.09020493 C3.07268061,3.55643986 3.48319698,3.11930467 4.0028786,3.07789187 C4.0028786,3.07789187 6.14215049,3.07789187 9.81294657,3.07789187 L9.81294657,9.83462145 L3.07268061,9.83462145 C3.07268061,6.3403008 3.07268061,4.0920455 3.07268061,4.0920455 Z M16.445882,16.4151165 L23.7668337,16.4151165 C25.6822709,16.4151165 27.2394811,18.0578245 27.2394811,19.9812194 C27.2394811,21.9078352 25.6822709,23.4718589 23.7668337,23.4718589 L22.5004251,23.5362788 C21.8229584,23.5671083 21.4628965,23.9678923 21.4468428,24.5895445 L21.4486775,28.8748498 C21.4881238,29.5526394 21.9073551,29.9083294 22.5522556,29.9083294 L25.7019941,29.9083294 C27.7839313,29.9083294 29.4718645,31.6016531 29.4718645,33.6920796 C29.4718645,35.6656299 27.9559353,37.2798091 26.0281138,37.4413191 L17.5210221,37.4486814 C16.8866711,37.4357974 16.4747787,37.0709045 16.445882,36.3701078 L16.445882,16.4151165 Z M113.850179,1.77635684e-15 L2.14477602,1.77635684e-15 C0.962305408,1.77635684e-15 0,0.965378552 0,2.15714712 L0,51.8451536 C0,53.0350816 0.962305408,54 2.14477602,54 L113.850179,54 C115.032649,54 116,53.0350816 116,51.8451536 L116,2.15714712 C116,0.965378552 115.032649,1.77635684e-15 113.850179,1.77635684e-15 Z M52.2832729,26.4554216 L45.6407053,26.4554216 L45.6407053,17.4251289 L52.2832729,17.4196072 C54.7697637,17.4196072 56.7884034,19.4414725 56.7884034,21.9386647 C56.7884034,24.4340164 54.7697637,26.4554216 52.2832729,26.4554216 Z M52.3617068,12.7422607 L42.0075207,12.7422607 C41.1075955,12.7422607 40.9782484,13.4872311 40.9782484,13.9501342 C40.9782484,14.4180989 40.9819178,40.2472668 40.9819178,40.2472668 C40.9819178,41.3290614 41.975872,41.2844276 42.0854959,41.2844276 L44.7302304,41.2844276 C45.1650567,41.2844276 45.6462094,40.9319586 45.6462094,40.432244 L45.6407053,31.0048485 L52.3617068,31.0048485 C57.3878949,31.0048485 61.4646205,26.9183247 61.4646205,21.8724042 C61.4646205,16.8292446 57.3878949,12.7422607 52.3617068,12.7422607 Z M68.4764236,30.6937923 L73.1475953,17.4196072 L78.1008537,30.6937923 L68.4764236,30.6937923 Z M76.7128956,13.9409314 C76.3601726,13.2185079 76.1042305,12.7477824 74.8268137,12.7477824 L71.468377,12.7477824 C70.1923361,12.7477824 69.9386875,13.2185079 69.5836711,13.9409314 C69.2607621,14.6532316 59.8670468,40.1823868 59.8670468,40.1823868 C59.8670468,40.1823868 59.3152577,41.2844276 60.7279845,41.2844276 C62.1723599,41.2844276 62.4847193,41.3023731 63.0984298,41.3023731 C63.7447064,41.3023731 64.4918921,41.1799753 64.8414043,40.1644412 C65.150553,39.2763666 66.5559409,35.3600954 66.5559409,35.3600954 L79.7406258,35.3600954 C79.7406258,35.3600954 81.1478484,39.2763666 81.4533276,40.1644412 C81.8055919,41.1799753 82.5523189,41.3023731 83.1967608,41.3023731 C83.8104713,41.3023731 84.1246654,41.2844276 85.5672061,41.2844276 C86.9836023,41.2844276 86.4299785,40.1823868 86.4299785,40.1823868 C86.4299785,40.1823868 77.0358045,14.6532316 76.7128956,13.9409314 L76.7128956,13.9409314 Z M105.3385,12.7169528 C103.893666,12.7169528 103.246013,12.698087 102.634137,12.698087 C101.98832,12.698087 101.239299,12.8186443 100.88887,13.8364791 L99.6004444,16.1574368 L94.432525,25.3285331 L89.2659816,16.1574368 L87.9780151,13.8364791 C87.6266681,12.8186443 86.8794825,12.698087 86.2327472,12.698087 C85.6208714,12.698087 84.9713841,12.7169528 83.5279259,12.7169528 C82.1119885,12.7169528 82.6656122,13.8176132 82.6656122,13.8176132 C82.6656122,13.8176132 87.9105895,23.1437774 92.1308813,30.6813685 C92.1308813,30.6813685 92.0574929,39.6412594 92.0574929,40.2652124 C92.0574929,40.8887052 92.390034,41.2844276 93.06429,41.2844276 L95.5255535,41.2844276 C95.9681773,41.2844276 96.7552679,41.2466959 96.7552679,40.2937412 L96.7364621,30.6813685 C100.958589,23.1437774 106.201272,13.8176132 106.201272,13.8176132 C106.201272,13.8176132 106.753061,12.7169528 105.3385,12.7169528 Z"
|
|
29
31
|
/>
|
|
30
32
|
</g>
|
|
33
|
+
<defs>
|
|
34
|
+
<clipPath id="clip0_94_1515">
|
|
35
|
+
<rect width="116" height="54" fill="white" />
|
|
36
|
+
</clipPath>
|
|
37
|
+
</defs>
|
|
31
38
|
</Symbol>
|
|
32
39
|
);
|
|
33
40
|
}
|
|
@@ -20,12 +20,19 @@ export const BPayPortSymbol = ({
|
|
|
20
20
|
viewBoxHeight={viewBoxHeight}
|
|
21
21
|
{...props}
|
|
22
22
|
>
|
|
23
|
-
<g
|
|
24
|
-
<
|
|
23
|
+
<g clipPath="url(#clip0_118_1699)">
|
|
24
|
+
<path d="M56 4H4V84H56V4Z" fill="#0A2652" />
|
|
25
25
|
<path
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
d="M55.9381 82.4647C55.9381 83.1989 55.5694 83.8952 54.4997 83.9166H5.42196C5.39341 83.9166 5.36001 83.9166 5.32478 83.9093C4.6244 83.869 4.06435 83.2898 4.06435 82.5746C4.06435 82.5746 4.06921 44.6832 4.06921 22.0111H19.023L13.0009 24.2191V57.3948C13.0009 58.3243 13.5136 58.8107 14.2966 58.8821H34.6037C41.5443 58.6581 47.0963 52.9507 47.0963 45.9276C47.0963 41.3218 44.7072 37.2835 41.1148 34.9827C43.3593 32.9822 45.0583 29.7117 45.0583 26.4882C45.0583 17.9064 38.9979 13.0357 30.3365 13.0357H21.9181V4.08342C36.1983 4.08342 54.4997 4.0883 54.4997 4.0883C55.6101 4.0883 55.9381 4.8182 55.9381 5.53772V82.4647ZM4.06921 5.43275V5.42848C4.06921 4.71323 4.61954 4.14078 5.30777 4.08342C5.30777 4.08342 8.38321 4.08342 13.0009 4.08342V13.0406H4.06921C4.06921 8.34869 4.06921 5.43275 4.06921 5.43275ZM21.785 21.7682H31.4755C34.0249 21.7682 36.0774 23.9567 36.0774 26.5004C36.0774 29.0532 34.0249 31.1227 31.4755 31.1227L29.8008 31.2112C28.9012 31.2466 28.434 31.7781 28.4031 32.6081V38.2868C28.4674 39.1907 29.0153 39.66 29.8767 39.66H34.0388C36.8033 39.66 39.0405 41.9131 39.0405 44.6783C39.0405 47.3007 37.0238 49.4416 34.4804 49.6558L23.204 49.6656C22.3664 49.6442 21.8185 49.1578 21.785 48.2351V21.7682ZM57.1554 0H2.84037C1.2744 0 0 1.28038 0 2.85613V85.1396C0 86.7178 1.2744 88 2.84037 88H57.1554C58.7262 88 60 86.7178 60 85.1396V2.85613C60 1.28038 58.7262 0 57.1554 0ZM27.1493 72.7118L29.5529 65.8723L32.1017 72.7118H27.1493ZM31.3874 64.0793C31.2045 63.7076 31.0739 63.4641 30.4167 63.4641H28.6898C28.0325 63.4641 27.9019 63.7076 27.7191 64.0793C27.5526 64.4467 22.7193 77.6007 22.7193 77.6007C22.7193 77.6007 22.435 78.1683 23.1633 78.1683C23.9062 78.1683 24.0672 78.1781 24.383 78.1781C24.7153 78.1781 25.0992 78.1158 25.2796 77.5916C25.4382 77.1339 26.161 75.1169 26.161 75.1169H32.9448C32.9448 75.1169 33.6689 77.1339 33.8268 77.5916C34.0072 78.1158 34.3918 78.1781 34.724 78.1781C35.0399 78.1781 35.2009 78.1683 35.9438 78.1683C36.6721 78.1683 36.3872 77.6007 36.3872 77.6007C36.3872 77.6007 31.5532 64.4467 31.3874 64.0793ZM18.8177 70.5275H15.3997V65.8741L18.8177 65.8723C20.0976 65.8723 21.1351 66.914 21.1351 68.1999C21.1351 69.4858 20.0976 70.5275 18.8177 70.5275ZM18.8584 63.4617H13.53C13.0671 63.4617 13.0009 63.8455 13.0009 64.0842C13.0009 64.3246 13.0034 77.6343 13.0034 77.6343C13.0034 78.1921 13.5136 78.1683 13.5701 78.1683H14.9326C15.1555 78.1683 15.4021 77.9871 15.4021 77.7295L15.3997 72.8723H18.8584C21.4449 72.8723 23.5418 70.7662 23.5418 68.1664C23.5418 65.5678 21.4449 63.4617 18.8584 63.4617ZM46.1152 63.4489C45.3724 63.4489 45.0389 63.4391 44.7236 63.4391C44.3913 63.4391 44.0068 63.5013 43.8264 64.0256L43.1637 65.2211L40.505 69.9472L37.8462 65.2211L37.1829 64.0256C37.0025 63.5013 36.618 63.4391 36.2857 63.4391C35.9705 63.4391 35.637 63.4489 34.8941 63.4489C34.1658 63.4489 34.4507 64.0164 34.4507 64.0164C34.4507 64.0164 37.1483 68.8224 39.3193 72.7057C39.3193 72.7057 39.2828 77.3219 39.2828 77.6441C39.2828 77.9657 39.4535 78.1683 39.7997 78.1683H41.0669C41.2946 78.1683 41.7004 78.1494 41.7004 77.6581L41.6901 72.7057C43.8611 68.8224 46.5587 64.0164 46.5587 64.0164C46.5587 64.0164 46.8436 63.4489 46.1152 63.4489Z"
|
|
26
29
|
fill="#FFFFFE"
|
|
27
|
-
d="M55.9380821,82.4647179 C55.9380821,83.1988904 55.5693691,83.8952252 54.499676,83.9165852 L5.42196485,83.9165852 C5.3934154,83.9165852 5.36000648,83.9165852 5.32477525,83.9092618 C4.62440269,83.868983 4.06434761,83.2898228 4.06434761,82.5745692 C4.06434761,82.5745692 4.06920709,44.6832137 4.06920709,22.0111377 L19.023042,22.0111377 L13.0009314,24.2191477 L13.0009314,57.3948334 C13.0009314,58.324297 13.5136065,58.8106939 14.2965903,58.8820972 L34.6037499,58.8820972 C41.5443023,58.6581227 47.0962582,52.9507403 47.0962582,45.9275842 C47.0962582,41.3217657 44.7072163,37.2835119 41.1148457,34.9827387 C43.3593181,32.9822255 45.0583138,29.7117098 45.0583138,26.4881861 C45.0583138,17.9063629 38.9979347,13.0356808 30.336519,13.0356808 L21.9180773,13.0356808 L21.9180773,4.08341482 C36.1982668,4.08341482 54.499676,4.0882971 54.499676,4.0882971 C55.6100672,4.0882971 55.9380821,4.81819758 55.9380821,5.53772322 L55.9380821,82.4647179 Z M4.06920709,5.43275426 L4.06920709,5.42848226 C4.06920709,4.71322861 4.61954321,4.14078158 5.30776707,4.08341482 C5.30776707,4.08341482 8.3832105,4.08341482 13.0009314,4.08341482 L13.0009314,13.0405631 L4.06920709,13.0405631 C4.06920709,8.34869448 4.06920709,5.43275426 4.06920709,5.43275426 Z M21.785049,21.7682444 L31.4754596,21.7682444 C34.0248643,21.7682444 36.0773872,23.9567253 36.0773872,26.5003918 C36.0773872,29.0532127 34.0248643,31.122688 31.4754596,31.122688 L29.8007613,31.2111793 C28.9011501,31.2465758 28.4340326,31.7781338 28.4030534,32.6081209 L28.4030534,38.2868199 C28.4674415,39.1906515 29.0153479,39.6599605 29.8766907,39.6599605 L34.0388353,39.6599605 C36.803272,39.6599605 39.0404552,41.9131315 39.0404552,44.6783314 C39.0404552,47.3007247 37.023771,49.4416034 34.4804406,49.6558133 L23.2040172,49.6655779 C22.3663643,49.6442179 21.8184579,49.157821 21.785049,48.2350706 L21.785049,21.7682444 Z M57.1553819,0 L2.84036608,0 C1.27439864,0 0,1.28037727 0,2.85613232 L0,85.1395957 C0,86.7177919 1.27439864,88 2.84036608,88 L57.1553819,88 C58.7262088,88 60,86.7177919 60,85.1395957 L60,2.85613232 C60,1.28037727 58.7262088,0 57.1553819,0 Z M27.1493075,72.7117584 L29.5529278,65.8722979 L32.1017251,72.7117584 L27.1493075,72.7117584 Z M31.3873816,64.0792815 C31.2045436,63.7076182 31.0739451,63.4641146 30.4167004,63.4641146 L28.6897627,63.4641146 C28.032518,63.4641146 27.9019195,63.7076182 27.7190816,64.0792815 C27.5526444,64.4466729 22.719284,77.600749 22.719284,77.600749 C22.719284,77.600749 22.4350045,78.1683137 23.163319,78.1683137 C23.906212,78.1683137 24.0671823,78.1780783 24.3830485,78.1780783 C24.7153155,78.1780783 25.0992144,78.1158293 25.2796226,77.5915947 C25.4381631,77.1338812 26.1610108,75.1168903 26.1610108,75.1168903 L32.9448449,75.1168903 C32.9448449,75.1168903 33.6689074,77.1338812 33.8268405,77.5915947 C34.0072487,78.1158293 34.3917551,78.1780783 34.724022,78.1780783 C35.0398882,78.1780783 35.2008585,78.1683137 35.9437515,78.1683137 C36.6720661,78.1683137 36.3871791,77.600749 36.3871791,77.600749 C36.3871791,77.600749 31.5532113,64.4466729 31.3873816,64.0792815 Z M18.817729,70.5275495 L15.3996922,70.5275495 L15.3996922,65.8741288 L18.817729,65.8722979 C20.0975946,65.8722979 21.1350935,66.9140539 21.1350935,68.1999237 C21.1350935,69.4857935 20.0975946,70.5275495 18.817729,70.5275495 Z M18.8584271,63.4616734 L13.5300073,63.4616734 C13.0671418,63.4616734 13.0009314,63.8455425 13.0009314,64.0841638 C13.0009314,64.324616 13.0033611,77.6343146 13.0033611,77.6343146 C13.0033611,78.1921148 13.5136065,78.1683137 13.570098,78.1683137 L14.9325747,78.1683137 C15.1555034,78.1683137 15.402122,77.9870592 15.402122,77.7295191 L15.3996922,72.8722633 L18.8584271,72.8722633 C21.4448854,72.8722633 23.541751,70.7661708 23.541751,68.1663581 C23.541751,65.5677659 21.4448854,63.4616734 18.8584271,63.4616734 Z M46.1152507,63.4488574 C45.3723577,63.4488574 45.0388758,63.4390929 44.7236171,63.4390929 C44.3913501,63.4390929 44.0068438,63.5013419 43.8264356,64.0255765 L43.163724,65.2211242 L40.504981,69.9471688 L37.846238,65.2211242 L37.1829189,64.0255765 C37.0025107,63.5013419 36.6180044,63.4390929 36.2857374,63.4390929 C35.9704787,63.4390929 35.6369968,63.4488574 34.8941038,63.4488574 C34.1657893,63.4488574 34.4506763,64.0164222 34.4506763,64.0164222 C34.4506763,64.0164222 37.1482951,68.8224141 39.3192678,72.7056555 C39.3192678,72.7056555 39.2828217,77.3218489 39.2828217,77.6440792 C39.2828217,77.9656992 39.453511,78.1683137 39.7997489,78.1683137 L41.0668583,78.1683137 C41.2946465,78.1683137 41.7004131,78.1493949 41.7004131,77.6581157 L41.6900867,72.7056555 C43.8610594,68.8224141 46.5586782,64.0164222 46.5586782,64.0164222 C46.5586782,64.0164222 46.8435652,63.4488574 46.1152507,63.4488574 L46.1152507,63.4488574 Z"
|
|
28
30
|
/>
|
|
29
31
|
</g>
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id="clip0_118_1699">
|
|
34
|
+
<rect width="60" height="88" fill="white" />
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
30
37
|
</Symbol>
|
|
31
38
|
);
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { clsx } from 'clsx';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
import { Symbol } from '../../symbol.component.js';
|
|
5
|
+
import { type SymbolProps } from '../../symbol.types.js';
|
|
6
|
+
|
|
7
|
+
export const EftposHorizontalInverseSymbol = ({
|
|
8
|
+
'aria-label': ariaLabel = 'Eftpos',
|
|
9
|
+
copyrightYear = '',
|
|
10
|
+
viewBoxWidth = 178,
|
|
11
|
+
viewBoxHeight = 60,
|
|
12
|
+
className,
|
|
13
|
+
...props
|
|
14
|
+
}: SymbolProps) => (
|
|
15
|
+
<Symbol
|
|
16
|
+
className={clsx('h-[60px] w-[178px]', className)}
|
|
17
|
+
aria-label={ariaLabel}
|
|
18
|
+
copyrightYear={copyrightYear}
|
|
19
|
+
viewBoxWidth={viewBoxWidth}
|
|
20
|
+
viewBoxHeight={viewBoxHeight}
|
|
21
|
+
{...props}
|
|
22
|
+
>
|
|
23
|
+
<g clipPath="url(#clip0_94_2142)">
|
|
24
|
+
<path
|
|
25
|
+
d="M33.2183 9.56848C24.9561 13.3416 19.3692 20.5672 19.3692 28.8609C19.3692 39.3285 29.0105 47.815 40.9042 47.815C46.3633 47.815 50.2013 46.5541 54.6885 43.8531C55.1665 43.5678 55.7016 43.3534 56.0557 43.8C56.2583 44.0557 56.1738 44.3665 56.0183 44.6498C51.1161 53.6439 41.1423 59.8957 29.9488 59.8957C13.4105 59.8957 0.00195312 46.4872 0.00195312 29.9488C0.00195312 20.5042 4.3731 12.0806 11.2033 6.59208C16.3357 2.46881 29.1974 1.89831 33.2183 9.56848Z"
|
|
26
|
+
fill="url(#paint0_linear_94_2142)"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M55.672 21.1652C55.672 31.1134 46.1723 39.177 34.4517 39.177C32.7461 39.177 28.129 38.9429 24.8241 37.4046C23.8838 36.9679 23.9802 36.417 24.6274 36.1495C26.1284 35.5298 37.9061 33.2695 37.9061 21.1652C37.9061 9.06097 25.4084 0.210478 11.2031 6.59212C16.3336 2.46884 22.853 0.00195312 29.9487 0.00195312C43.8569 0.00195313 55.672 9.47605 55.672 21.1652Z"
|
|
30
|
+
fill="#E50056"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M76.9909 21.8596C70.5384 21.8596 67.084 25.7429 67.084 30.7672V30.9108C67.084 35.9645 69.8243 39.2773 76.7056 39.2773C81.6728 39.2773 85.0151 37.678 86.4414 33.9088H81.6453C80.9312 35.1363 79.5896 35.8229 77.0204 35.8229C73.5089 35.8229 71.7659 34.5383 71.3096 32.1973H86.6715V30.4563C86.6696 25.4852 83.3292 21.8596 76.9909 21.8596ZM71.3646 28.9396C71.9351 26.6262 73.8197 25.2845 77.0755 25.2845C80.2446 25.2845 81.8715 26.455 82.3004 28.9396H71.3646Z"
|
|
34
|
+
className="fill-white"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
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.5745 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.4099 15.2931 90.781 16.8924 90.781 21.6039V22.4636H86.9272V26.1718H90.781V38.7915H94.9495L94.9771 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"
|
|
38
|
+
className="fill-white"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d="M124.987 21.9167C121.788 21.9167 119.333 23.2308 118.076 25.4853L117.712 22.4617H113.965V44.5869H118.277V36.1928C119.447 38.1345 121.59 39.2184 124.873 39.2184C129.498 39.2184 133.324 36.421 133.324 30.7948V30.6512C133.326 24.9718 130.127 21.9167 124.987 21.9167ZM128.843 30.7672C128.843 33.8794 127.216 35.5928 123.504 35.5928C119.992 35.5928 118.192 33.8518 118.192 30.7397V30.6256C118.192 27.3994 120.221 25.4853 123.561 25.4853C127.072 25.4853 128.843 27.2558 128.843 30.6531V30.7672Z"
|
|
42
|
+
className="fill-white"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
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"
|
|
46
|
+
className="fill-white"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M166.046 28.798C161.791 28.5127 160.621 28.2275 160.621 27.0275C160.621 26.0281 161.449 25.1724 164.504 25.1724C167.187 25.1724 168.844 25.7999 169.216 27.4288H173.898C173.012 23.7462 170.101 21.8616 164.561 21.8616C159.021 21.8616 156.338 24.2026 156.338 27.3717C156.338 30.7691 159.193 31.855 164.276 32.1403C168.501 32.3685 169.816 32.6262 169.816 33.8537C169.816 35.0537 168.789 35.7953 165.704 35.7953C162.535 35.7953 161.107 35.1108 160.65 33.3678H155.681C156.395 37.3081 159.478 39.2773 165.531 39.2773C171.269 39.2773 174.153 36.9363 174.153 33.6806C174.155 30.1671 171.7 29.1403 166.046 28.798Z"
|
|
50
|
+
className="fill-white"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
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.312 21.84 176.463 21.8734C176.613 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.731 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.192 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"
|
|
54
|
+
className="fill-white"
|
|
55
|
+
/>
|
|
56
|
+
</g>
|
|
57
|
+
<defs>
|
|
58
|
+
<linearGradient
|
|
59
|
+
id="paint0_linear_94_2142"
|
|
60
|
+
x1="28.3495"
|
|
61
|
+
y1="39.8184"
|
|
62
|
+
x2="16.8895"
|
|
63
|
+
y2="-19.1381"
|
|
64
|
+
gradientUnits="userSpaceOnUse"
|
|
65
|
+
>
|
|
66
|
+
<stop offset="0.1411" stop-color="#E50056" />
|
|
67
|
+
<stop offset="0.75" stop-color="#1F0038" />
|
|
68
|
+
</linearGradient>
|
|
69
|
+
<clipPath id="clip0_94_2142">
|
|
70
|
+
<rect width="177.836" height="60" fill="white" />
|
|
71
|
+
</clipPath>
|
|
72
|
+
</defs>
|
|
73
|
+
</Symbol>
|
|
74
|
+
);
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { clsx } from 'clsx';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
import { Symbol } from '../../symbol.component.js';
|
|
5
|
+
import { type SymbolProps } from '../../symbol.types.js';
|
|
6
|
+
|
|
7
|
+
export const EftposHorizontalSymbol = ({
|
|
8
|
+
'aria-label': ariaLabel = 'Eftpos',
|
|
9
|
+
copyrightYear = '',
|
|
10
|
+
viewBoxWidth = 178,
|
|
11
|
+
viewBoxHeight = 60,
|
|
12
|
+
className,
|
|
13
|
+
...props
|
|
14
|
+
}: SymbolProps) => (
|
|
15
|
+
<Symbol
|
|
16
|
+
className={clsx('h-[60px] w-[178px]', className)}
|
|
17
|
+
aria-label={ariaLabel}
|
|
18
|
+
copyrightYear={copyrightYear}
|
|
19
|
+
viewBoxWidth={viewBoxWidth}
|
|
20
|
+
viewBoxHeight={viewBoxHeight}
|
|
21
|
+
{...props}
|
|
22
|
+
>
|
|
23
|
+
<g clipPath="url(#clip0_94_2129)">
|
|
24
|
+
<path
|
|
25
|
+
d="M33.2183 9.56848C24.9561 13.3416 19.3692 20.5672 19.3692 28.8609C19.3692 39.3285 29.0105 47.815 40.9042 47.815C46.3633 47.815 50.2013 46.5541 54.6885 43.8531C55.1665 43.5678 55.7016 43.3534 56.0557 43.8C56.2583 44.0557 56.1738 44.3665 56.0183 44.6498C51.1161 53.6439 41.1423 59.8957 29.9488 59.8957C13.4105 59.8957 0.00195312 46.4872 0.00195312 29.9488C0.00195312 20.5042 4.3731 12.0806 11.2033 6.59208C16.3357 2.46881 29.1974 1.89831 33.2183 9.56848Z"
|
|
26
|
+
fill="url(#paint0_linear_94_2129)"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M55.672 21.1652C55.672 31.1134 46.1723 39.177 34.4517 39.177C32.7461 39.177 28.129 38.9429 24.8241 37.4046C23.8838 36.9679 23.9802 36.417 24.6274 36.1495C26.1284 35.5298 37.9061 33.2695 37.9061 21.1652C37.9061 9.06097 25.4084 0.210478 11.2031 6.59212C16.3336 2.46884 22.853 0.00195312 29.9487 0.00195312C43.8569 0.00195313 55.672 9.47605 55.672 21.1652Z"
|
|
30
|
+
fill="#E50056"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M76.9909 21.8596C70.5384 21.8596 67.084 25.7429 67.084 30.7672V30.9108C67.084 35.9645 69.8243 39.2773 76.7056 39.2773C81.6728 39.2773 85.0151 37.678 86.4414 33.9088H81.6453C80.9312 35.1363 79.5896 35.8229 77.0204 35.8229C73.5089 35.8229 71.7659 34.5383 71.3096 32.1973H86.6715V30.4563C86.6696 25.4852 83.3292 21.8596 76.9909 21.8596ZM71.3646 28.9396C71.9351 26.6262 73.8197 25.2845 77.0755 25.2845C80.2446 25.2845 81.8715 26.455 82.3004 28.9396H71.3646Z"
|
|
34
|
+
className="fill-[#1F0038]"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
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.5745 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.4099 15.2931 90.781 16.8924 90.781 21.6039V22.4636H86.9272V26.1718H90.781V38.7915H94.9495L94.9771 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"
|
|
38
|
+
className="fill-[#1F0038]"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d="M124.987 21.9167C121.788 21.9167 119.333 23.2308 118.076 25.4853L117.712 22.4617H113.965V44.5869H118.277V36.1928C119.447 38.1345 121.59 39.2184 124.873 39.2184C129.498 39.2184 133.324 36.421 133.324 30.7948V30.6512C133.326 24.9718 130.127 21.9167 124.987 21.9167ZM128.843 30.7672C128.843 33.8794 127.216 35.5928 123.504 35.5928C119.992 35.5928 118.192 33.8518 118.192 30.7397V30.6256C118.192 27.3994 120.221 25.4853 123.561 25.4853C127.072 25.4853 128.843 27.2558 128.843 30.6531V30.7672Z"
|
|
42
|
+
className="fill-[#1F0038]"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
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"
|
|
46
|
+
className="fill-[#1F0038]"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M166.046 28.798C161.791 28.5127 160.621 28.2275 160.621 27.0275C160.621 26.0281 161.449 25.1724 164.504 25.1724C167.187 25.1724 168.844 25.7999 169.216 27.4288H173.898C173.012 23.7462 170.101 21.8616 164.561 21.8616C159.021 21.8616 156.338 24.2026 156.338 27.3717C156.338 30.7691 159.193 31.855 164.276 32.1403C168.501 32.3685 169.816 32.6262 169.816 33.8537C169.816 35.0537 168.789 35.7953 165.704 35.7953C162.535 35.7953 161.107 35.1108 160.65 33.3678H155.681C156.395 37.3081 159.478 39.2773 165.531 39.2773C171.269 39.2773 174.153 36.9363 174.153 33.6806C174.155 30.1671 171.7 29.1403 166.046 28.798Z"
|
|
50
|
+
className="fill-[#1F0038]"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
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.312 21.84 176.463 21.8734C176.613 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.731 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.192 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"
|
|
54
|
+
className="fill-[#1F0038]"
|
|
55
|
+
/>
|
|
56
|
+
</g>
|
|
57
|
+
<defs>
|
|
58
|
+
<linearGradient
|
|
59
|
+
id="paint0_linear_94_2129"
|
|
60
|
+
x1="28.3495"
|
|
61
|
+
y1="39.8184"
|
|
62
|
+
x2="16.8895"
|
|
63
|
+
y2="-19.1381"
|
|
64
|
+
gradientUnits="userSpaceOnUse"
|
|
65
|
+
>
|
|
66
|
+
<stop offset="0.1411" stop-color="#E50056" />
|
|
67
|
+
<stop offset="0.75" stop-color="#1F0038" />
|
|
68
|
+
</linearGradient>
|
|
69
|
+
<clipPath id="clip0_94_2129">
|
|
70
|
+
<rect width="177.836" height="60" fill="white" />
|
|
71
|
+
</clipPath>
|
|
72
|
+
</defs>
|
|
73
|
+
</Symbol>
|
|
74
|
+
);
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { clsx } from 'clsx';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
import { Symbol } from '../../symbol.component.js';
|
|
5
|
+
import { type SymbolProps } from '../../symbol.types.js';
|
|
6
|
+
|
|
7
|
+
export const EftposVerticalInverseSymbol = ({
|
|
8
|
+
'aria-label': ariaLabel = 'Eftpos',
|
|
9
|
+
copyrightYear = '',
|
|
10
|
+
viewBoxWidth = 59,
|
|
11
|
+
viewBoxHeight = 60,
|
|
12
|
+
className,
|
|
13
|
+
...props
|
|
14
|
+
}: SymbolProps) => (
|
|
15
|
+
<Symbol
|
|
16
|
+
className={clsx('h-[60px] w-[59px]', className)}
|
|
17
|
+
aria-label={ariaLabel}
|
|
18
|
+
copyrightYear={copyrightYear}
|
|
19
|
+
viewBoxWidth={viewBoxWidth}
|
|
20
|
+
viewBoxHeight={viewBoxHeight}
|
|
21
|
+
{...props}
|
|
22
|
+
>
|
|
23
|
+
<g clipPath="url(#clip0_94_2204)">
|
|
24
|
+
<path
|
|
25
|
+
d="M32.1149 6.85122C26.2888 9.51196 22.3495 14.6062 22.3495 20.4554C22.3495 27.8366 29.1484 33.8209 37.5348 33.8209C41.384 33.8209 44.0908 32.9319 47.2552 31.0282C47.5914 30.8271 47.9704 30.6753 48.2186 30.9905C48.361 31.1706 48.3013 31.3894 48.1924 31.5894C44.7359 37.9308 37.7024 42.3402 29.8092 42.3402C18.1463 42.3402 8.69189 32.8858 8.69189 21.2229C8.69189 14.5633 11.7746 8.624 16.5914 4.75279C20.2102 1.84494 29.2793 1.44389 32.1149 6.85122Z"
|
|
26
|
+
fill="url(#paint0_linear_94_2204)"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M47.9484 15.0282C47.9484 22.0429 41.2489 27.7288 32.985 27.7288C31.7829 27.7288 28.5264 27.5633 26.1965 26.4785C25.5337 26.1696 25.6018 25.7822 26.0573 25.5937C27.1159 25.157 35.4206 23.5633 35.4206 15.0272C35.4206 6.49107 26.607 0.250235 16.5913 4.75076C20.2091 1.84291 24.806 0.103638 29.8091 0.103638C39.6164 0.105732 47.9484 6.78636 47.9484 15.0282Z"
|
|
30
|
+
fill="#E50056"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M5.27427 47.824C1.83972 47.824 0.000976562 49.891 0.000976562 52.5653V52.6418C0.000976562 55.3318 1.45961 57.0952 5.12244 57.0952C7.76642 57.0952 9.54548 56.2439 10.3046 54.2376H7.75176C7.37166 54.891 6.65752 55.2564 5.28998 55.2564C3.42087 55.2564 2.49312 54.5727 2.25019 53.3266H10.4272V52.3999C10.4272 49.7538 8.6481 47.824 5.27427 47.824ZM2.28056 51.5936C2.58422 50.3622 3.58736 49.6481 5.32035 49.6481C7.00726 49.6481 7.87323 50.2711 8.1015 51.5936H2.28056Z"
|
|
34
|
+
className="fill-white"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d="M20.7467 45.7266H18.7707C18.7707 46.1214 18.7561 46.7601 18.6796 47.1706C18.5425 47.9005 18.3603 48.0544 17.7069 48.1151C17.2964 48.1455 16.8409 48.1455 16.4001 48.1455H14.8503V47.779C14.8503 46.4565 15.109 46.2136 16.2639 46.2136H17.0294V44.3287H16.0053C13.4828 44.3287 12.6158 45.18 12.6158 47.6879V48.1455H10.5645V50.1193H12.6158V56.8366H14.8346L14.8493 50.1193H18.5268V52.8554C18.5268 55.8188 19.3173 56.8376 22.22 56.8376H23.8765V54.756H22.8273C21.0336 54.756 20.7456 54.4973 20.7456 52.4764V50.1204H23.8765V48.1465H20.7456V45.7266H20.7467Z"
|
|
38
|
+
className="fill-white"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d="M30.8231 47.8544C29.1205 47.8544 27.8136 48.5538 27.1445 49.7538L26.9508 48.1444H24.9561V59.9214H27.2513V55.4533C27.8744 56.4868 29.0147 57.0638 30.7623 57.0638C33.2241 57.0638 35.2608 55.5748 35.2608 52.58V52.5036C35.2608 49.4805 33.5592 47.8544 30.8231 47.8544ZM32.8744 52.5664C32.8744 54.223 32.0084 55.135 30.0325 55.135C28.1634 55.135 27.2053 54.2083 27.2053 52.5518V52.491C27.2053 50.7737 28.2849 49.7549 30.0629 49.7549C31.932 49.7549 32.8744 50.6973 32.8744 52.5057V52.5664Z"
|
|
42
|
+
className="fill-white"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M41.3865 47.824C38.2713 47.824 36.1582 49.5716 36.1582 52.4899V52.581C36.1582 55.4229 37.7236 57.0952 41.3404 57.0952C44.8514 57.0952 46.6294 55.3475 46.6294 52.581V52.4899C46.6294 49.5413 44.5624 47.824 41.3865 47.824ZM44.243 52.5664C44.243 54.2229 43.3771 55.135 41.3854 55.135C39.4702 55.135 38.5435 54.2386 38.5435 52.5664V52.4899C38.5435 50.6962 39.5771 49.7538 41.4158 49.7538C43.3006 49.7538 44.243 50.7266 44.243 52.4899V52.5664Z"
|
|
46
|
+
className="fill-white"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M52.6784 51.5172C50.4135 51.3654 49.7905 51.2136 49.7905 50.5748C49.7905 50.0429 50.2313 49.5874 51.8575 49.5874C53.2857 49.5874 54.1674 49.9214 54.3653 50.7884H56.8575C56.3863 48.8282 54.8365 47.8251 51.8878 47.8251C48.9391 47.8251 47.5109 49.0711 47.5109 50.7581C47.5109 52.5664 49.0302 53.1444 51.736 53.2963C53.9852 53.4177 54.6847 53.5549 54.6847 54.2083C54.6847 54.8471 54.1381 55.2418 52.4962 55.2418C50.8093 55.2418 50.0491 54.8774 49.8062 53.9497H47.1611C47.5412 56.0471 49.1821 57.0952 52.4041 57.0952C55.4585 57.0952 56.9936 55.8492 56.9936 54.1162C56.9946 52.2471 55.6878 51.6994 52.6784 51.5172Z"
|
|
50
|
+
className="fill-white"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
d="M57.9548 49.7539C57.6784 49.7539 57.4491 49.6744 57.2669 49.5162C57.0847 49.3581 56.9946 49.1267 56.9946 48.8241V48.7791C56.9946 48.6827 57.0051 48.5916 57.0271 48.5068C57.0491 48.422 57.0794 48.3445 57.1192 48.2744C57.203 48.1309 57.3161 48.0199 57.4596 47.9414C57.603 47.8628 57.7643 47.8241 57.9444 47.8241C58.0344 47.8241 58.1192 47.8335 58.1999 47.8513C58.2794 47.8691 58.3569 47.8974 58.4302 47.934C58.5737 48.0105 58.6889 48.1194 58.7747 48.2618C58.8616 48.4032 58.9046 48.5738 58.9046 48.7738V48.8241C58.9046 48.9236 58.8941 49.0168 58.8721 49.1016C58.8501 49.1864 58.8177 49.2628 58.7747 49.3288C58.691 49.4691 58.5779 49.5749 58.4344 49.6461C58.291 49.7183 58.1318 49.7539 57.9548 49.7539ZM57.9548 49.5948C58.181 49.5948 58.3674 49.5278 58.5119 49.3948C58.6564 49.2618 58.7297 49.0681 58.7297 48.8147V48.7843C58.7297 48.5309 58.6554 48.3351 58.5077 48.1969C58.359 48.0587 58.1716 47.9895 57.9454 47.9895C57.7224 47.9895 57.537 48.0607 57.3904 48.2042C57.2438 48.3477 57.1705 48.5424 57.1705 48.7895V48.8147C57.1705 49.0649 57.2438 49.2576 57.3904 49.3927C57.536 49.5267 57.7245 49.5948 57.9548 49.5948ZM57.9643 48.9047H57.759V49.2702H57.5894V48.2848H57.9842C58.1213 48.2848 58.2187 48.311 58.2763 48.3644C58.3349 48.4178 58.3643 48.488 58.3643 48.5749C58.3643 48.645 58.3475 48.7005 58.314 48.7424C58.2805 48.7843 58.2302 48.8136 58.1643 48.8304C58.2271 48.844 58.2721 48.8691 58.2993 48.9058C58.3266 48.9424 58.3391 48.999 58.3391 49.0754V49.2199C58.3391 49.2304 58.3412 49.2388 58.3444 49.2471C58.3475 49.2555 58.3506 49.2628 58.3548 49.2691H58.18C58.1768 49.266 58.1737 49.2597 58.1726 49.2513C58.1705 49.2429 58.1705 49.2325 58.1705 49.2189V49.0744C58.1705 49.0105 58.159 48.9665 58.136 48.9414C58.1109 48.9162 58.0543 48.9047 57.9643 48.9047ZM57.9643 48.7592C58.0512 48.7623 58.1119 48.7487 58.1465 48.7162C58.181 48.6848 58.1988 48.6388 58.1988 48.5791C58.1988 48.5288 58.18 48.4911 58.1433 48.467C58.1067 48.4419 58.0501 48.4293 57.9737 48.4293H57.759V48.7592H57.9643Z"
|
|
54
|
+
className="fill-white"
|
|
55
|
+
/>
|
|
56
|
+
</g>
|
|
57
|
+
<defs>
|
|
58
|
+
<linearGradient
|
|
59
|
+
id="paint0_linear_94_2204"
|
|
60
|
+
x1="28.6819"
|
|
61
|
+
y1="28.1823"
|
|
62
|
+
x2="20.6009"
|
|
63
|
+
y2="-13.3906"
|
|
64
|
+
gradientUnits="userSpaceOnUse"
|
|
65
|
+
>
|
|
66
|
+
<stop offset="0.1411" stop-color="#E50056" />
|
|
67
|
+
<stop offset="0.75" stop-color="#1F0038" />
|
|
68
|
+
</linearGradient>
|
|
69
|
+
<clipPath id="clip0_94_2204">
|
|
70
|
+
<rect width="58.9529" height="60" fill="white" />
|
|
71
|
+
</clipPath>
|
|
72
|
+
</defs>
|
|
73
|
+
</Symbol>
|
|
74
|
+
);
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { clsx } from 'clsx';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
import { Symbol } from '../../symbol.component.js';
|
|
5
|
+
import { type SymbolProps } from '../../symbol.types.js';
|
|
6
|
+
|
|
7
|
+
export const EftposVerticalSymbol = ({
|
|
8
|
+
'aria-label': ariaLabel = 'Eftpos',
|
|
9
|
+
copyrightYear = '',
|
|
10
|
+
viewBoxWidth = 59,
|
|
11
|
+
viewBoxHeight = 60,
|
|
12
|
+
className,
|
|
13
|
+
...props
|
|
14
|
+
}: SymbolProps) => (
|
|
15
|
+
<Symbol
|
|
16
|
+
className={clsx('h-[60px] w-[59px]', className)}
|
|
17
|
+
aria-label={ariaLabel}
|
|
18
|
+
copyrightYear={copyrightYear}
|
|
19
|
+
viewBoxWidth={viewBoxWidth}
|
|
20
|
+
viewBoxHeight={viewBoxHeight}
|
|
21
|
+
{...props}
|
|
22
|
+
>
|
|
23
|
+
<g clipPath="url(#clip0_94_2190)">
|
|
24
|
+
<path
|
|
25
|
+
d="M32.1149 6.85122C26.2888 9.51196 22.3495 14.6062 22.3495 20.4554C22.3495 27.8366 29.1484 33.8209 37.5348 33.8209C41.384 33.8209 44.0908 32.9319 47.2552 31.0282C47.5914 30.8271 47.9704 30.6753 48.2186 30.9905C48.361 31.1706 48.3013 31.3894 48.1924 31.5894C44.7359 37.9308 37.7024 42.3402 29.8092 42.3402C18.1463 42.3402 8.69189 32.8858 8.69189 21.2229C8.69189 14.5633 11.7746 8.624 16.5914 4.75279C20.2102 1.84494 29.2793 1.44389 32.1149 6.85122Z"
|
|
26
|
+
fill="url(#paint0_linear_94_2190)"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M47.9484 15.0282C47.9484 22.0429 41.2489 27.7288 32.985 27.7288C31.7829 27.7288 28.5264 27.5633 26.1965 26.4785C25.5337 26.1696 25.6018 25.7822 26.0573 25.5937C27.1159 25.157 35.4206 23.5633 35.4206 15.0272C35.4206 6.49107 26.607 0.250235 16.5913 4.75076C20.2091 1.84291 24.806 0.103638 29.8091 0.103638C39.6164 0.105732 47.9484 6.78636 47.9484 15.0282Z"
|
|
30
|
+
fill="#E50056"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M5.27427 47.824C1.83972 47.824 0.000976562 49.891 0.000976562 52.5653V52.6418C0.000976562 55.3318 1.45961 57.0952 5.12244 57.0952C7.76642 57.0952 9.54548 56.2439 10.3046 54.2376H7.75176C7.37166 54.891 6.65752 55.2564 5.28998 55.2564C3.42087 55.2564 2.49312 54.5727 2.25019 53.3266H10.4272V52.3999C10.4272 49.7538 8.6481 47.824 5.27427 47.824ZM2.28056 51.5936C2.58422 50.3622 3.58736 49.6481 5.32035 49.6481C7.00726 49.6481 7.87323 50.2711 8.1015 51.5936H2.28056Z"
|
|
34
|
+
className="fill-[#1F0038]"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d="M20.7467 45.7266H18.7707C18.7707 46.1214 18.7561 46.7601 18.6796 47.1706C18.5425 47.9005 18.3603 48.0544 17.7069 48.1151C17.2964 48.1455 16.8409 48.1455 16.4001 48.1455H14.8503V47.779C14.8503 46.4565 15.109 46.2136 16.2639 46.2136H17.0294V44.3287H16.0053C13.4828 44.3287 12.6158 45.18 12.6158 47.6879V48.1455H10.5645V50.1193H12.6158V56.8366H14.8346L14.8493 50.1193H18.5268V52.8554C18.5268 55.8188 19.3173 56.8376 22.22 56.8376H23.8765V54.756H22.8273C21.0336 54.756 20.7456 54.4973 20.7456 52.4764V50.1204H23.8765V48.1465H20.7456V45.7266H20.7467Z"
|
|
38
|
+
className="fill-[#1F0038]"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d="M30.8231 47.8544C29.1205 47.8544 27.8136 48.5538 27.1445 49.7538L26.9508 48.1444H24.9561V59.9214H27.2513V55.4533C27.8744 56.4868 29.0147 57.0638 30.7623 57.0638C33.2241 57.0638 35.2608 55.5748 35.2608 52.58V52.5036C35.2608 49.4805 33.5592 47.8544 30.8231 47.8544ZM32.8744 52.5664C32.8744 54.223 32.0084 55.135 30.0325 55.135C28.1634 55.135 27.2053 54.2083 27.2053 52.5518V52.491C27.2053 50.7737 28.2849 49.7549 30.0629 49.7549C31.932 49.7549 32.8744 50.6973 32.8744 52.5057V52.5664Z"
|
|
42
|
+
className="fill-[#1F0038]"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M41.3865 47.824C38.2713 47.824 36.1582 49.5716 36.1582 52.4899V52.581C36.1582 55.4229 37.7236 57.0952 41.3404 57.0952C44.8514 57.0952 46.6294 55.3475 46.6294 52.581V52.4899C46.6294 49.5413 44.5624 47.824 41.3865 47.824ZM44.243 52.5664C44.243 54.2229 43.3771 55.135 41.3854 55.135C39.4702 55.135 38.5435 54.2386 38.5435 52.5664V52.4899C38.5435 50.6962 39.5771 49.7538 41.4158 49.7538C43.3006 49.7538 44.243 50.7266 44.243 52.4899V52.5664Z"
|
|
46
|
+
className="fill-[#1F0038]"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M52.6784 51.5172C50.4135 51.3654 49.7905 51.2136 49.7905 50.5748C49.7905 50.0429 50.2313 49.5874 51.8575 49.5874C53.2857 49.5874 54.1674 49.9214 54.3653 50.7884H56.8575C56.3863 48.8282 54.8365 47.8251 51.8878 47.8251C48.9391 47.8251 47.5109 49.0711 47.5109 50.7581C47.5109 52.5664 49.0302 53.1444 51.736 53.2963C53.9852 53.4177 54.6847 53.5549 54.6847 54.2083C54.6847 54.8471 54.1381 55.2418 52.4962 55.2418C50.8093 55.2418 50.0491 54.8774 49.8062 53.9497H47.1611C47.5412 56.0471 49.1821 57.0952 52.4041 57.0952C55.4585 57.0952 56.9936 55.8492 56.9936 54.1162C56.9946 52.2471 55.6878 51.6994 52.6784 51.5172Z"
|
|
50
|
+
className="fill-[#1F0038]"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
d="M57.9548 49.7539C57.6784 49.7539 57.4491 49.6744 57.2669 49.5162C57.0847 49.3581 56.9946 49.1267 56.9946 48.8241V48.7791C56.9946 48.6827 57.0051 48.5916 57.0271 48.5068C57.0491 48.422 57.0794 48.3445 57.1192 48.2744C57.203 48.1309 57.3161 48.0199 57.4596 47.9414C57.603 47.8628 57.7643 47.8241 57.9444 47.8241C58.0344 47.8241 58.1192 47.8335 58.1999 47.8513C58.2794 47.8691 58.3569 47.8974 58.4302 47.934C58.5737 48.0105 58.6889 48.1194 58.7747 48.2618C58.8616 48.4032 58.9046 48.5738 58.9046 48.7738V48.8241C58.9046 48.9236 58.8941 49.0168 58.8721 49.1016C58.8501 49.1864 58.8177 49.2628 58.7747 49.3288C58.691 49.4691 58.5779 49.5749 58.4344 49.6461C58.291 49.7183 58.1318 49.7539 57.9548 49.7539ZM57.9548 49.5948C58.181 49.5948 58.3674 49.5278 58.5119 49.3948C58.6564 49.2618 58.7297 49.0681 58.7297 48.8147V48.7843C58.7297 48.5309 58.6554 48.3351 58.5077 48.1969C58.359 48.0587 58.1716 47.9895 57.9454 47.9895C57.7224 47.9895 57.537 48.0607 57.3904 48.2042C57.2438 48.3477 57.1705 48.5424 57.1705 48.7895V48.8147C57.1705 49.0649 57.2438 49.2576 57.3904 49.3927C57.536 49.5267 57.7245 49.5948 57.9548 49.5948ZM57.9643 48.9047H57.759V49.2702H57.5894V48.2848H57.9842C58.1213 48.2848 58.2187 48.311 58.2763 48.3644C58.3349 48.4178 58.3643 48.488 58.3643 48.5749C58.3643 48.645 58.3475 48.7005 58.314 48.7424C58.2805 48.7843 58.2302 48.8136 58.1643 48.8304C58.2271 48.844 58.2721 48.8691 58.2993 48.9058C58.3266 48.9424 58.3391 48.999 58.3391 49.0754V49.2199C58.3391 49.2304 58.3412 49.2388 58.3444 49.2471C58.3475 49.2555 58.3506 49.2628 58.3548 49.2691H58.18C58.1768 49.266 58.1737 49.2597 58.1726 49.2513C58.1705 49.2429 58.1705 49.2325 58.1705 49.2189V49.0744C58.1705 49.0105 58.159 48.9665 58.136 48.9414C58.1109 48.9162 58.0543 48.9047 57.9643 48.9047ZM57.9643 48.7592C58.0512 48.7623 58.1119 48.7487 58.1465 48.7162C58.181 48.6848 58.1988 48.6388 58.1988 48.5791C58.1988 48.5288 58.18 48.4911 58.1433 48.467C58.1067 48.4419 58.0501 48.4293 57.9737 48.4293H57.759V48.7592H57.9643Z"
|
|
54
|
+
className="fill-[#1F0038]"
|
|
55
|
+
/>
|
|
56
|
+
</g>
|
|
57
|
+
<defs>
|
|
58
|
+
<linearGradient
|
|
59
|
+
id="paint0_linear_94_2190"
|
|
60
|
+
x1="28.6819"
|
|
61
|
+
y1="28.1823"
|
|
62
|
+
x2="20.6009"
|
|
63
|
+
y2="-13.3906"
|
|
64
|
+
gradientUnits="userSpaceOnUse"
|
|
65
|
+
>
|
|
66
|
+
<stop offset="0.1411" stop-color="#E50056" />
|
|
67
|
+
<stop offset="0.75" stop-color="#1F0038" />
|
|
68
|
+
</linearGradient>
|
|
69
|
+
<clipPath id="clip0_94_2190">
|
|
70
|
+
<rect width="58.9529" height="60" fill="white" />
|
|
71
|
+
</clipPath>
|
|
72
|
+
</defs>
|
|
73
|
+
</Symbol>
|
|
74
|
+
);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { clsx } from 'clsx';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
import { Symbol } from '../../symbol.component.js';
|
|
5
|
+
import { type SymbolProps } from '../../symbol.types.js';
|
|
6
|
+
|
|
7
|
+
export const FacebookCircularSymbol = ({
|
|
8
|
+
'aria-label': ariaLabel = 'Facebook',
|
|
9
|
+
copyrightYear = '',
|
|
10
|
+
viewBoxWidth = 32,
|
|
11
|
+
viewBoxHeight = 32,
|
|
12
|
+
className,
|
|
13
|
+
...props
|
|
14
|
+
}: SymbolProps) => (
|
|
15
|
+
<Symbol
|
|
16
|
+
className={clsx('size-[32px]', className)}
|
|
17
|
+
aria-label={ariaLabel}
|
|
18
|
+
copyrightYear={copyrightYear}
|
|
19
|
+
viewBoxWidth={viewBoxWidth}
|
|
20
|
+
viewBoxHeight={viewBoxHeight}
|
|
21
|
+
{...props}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M31.9994 15.9997C31.9994 7.16338 24.836 0 15.9997 0C7.16338 0 0 7.16338 0 15.9997C0 23.5029 5.16598 29.7991 12.1348 31.5283V20.8892H8.83566V15.9997H12.1348V13.8928C12.1348 8.44719 14.5994 5.92308 19.9458 5.92308C20.9596 5.92308 22.7087 6.12212 23.4242 6.32051V10.7524C23.0466 10.7127 22.3906 10.6929 21.5759 10.6929C18.9526 10.6929 17.9388 11.6868 17.9388 14.2704V15.9997H23.165L22.2671 20.8892H17.9388V31.8822C25.8612 30.9255 32 24.18 32 15.9997H31.9994Z"
|
|
25
|
+
fill="#0866FF"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M22.2664 20.8892L23.1643 15.9997H17.9381V14.2704C17.9381 11.6868 18.9519 10.6929 21.5752 10.6929C22.3899 10.6929 23.0459 10.7128 23.4235 10.7524V6.32053C22.708 6.12149 20.9589 5.9231 19.9451 5.9231C14.5987 5.9231 12.1341 8.4472 12.1341 13.8929V15.9997H8.83496V20.8892H12.1341V31.5283C13.3718 31.8355 14.6665 31.9994 15.999 31.9994C16.655 31.9994 17.302 31.9591 17.9375 31.8823V20.8892H22.2657H22.2664Z"
|
|
29
|
+
fill="white"
|
|
30
|
+
/>
|
|
31
|
+
</Symbol>
|
|
32
|
+
);
|
|
@@ -20,12 +20,17 @@ export const FacebookSymbol = ({
|
|
|
20
20
|
viewBoxHeight={viewBoxHeight}
|
|
21
21
|
{...props}
|
|
22
22
|
>
|
|
23
|
-
<
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
23
|
+
<path
|
|
24
|
+
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"
|
|
25
|
+
className="fill-[#0866FF]"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M27.9995 15.9998C27.9995 9.37253 22.627 4 15.9998 4C9.37253 4 4 9.37253 4 15.9998C4 21.6272 7.87448 26.3493 13.1011 27.6462V19.6669H10.6267V15.9998H13.1011V14.4196C13.1011 10.3354 14.9495 8.44231 18.9594 8.44231C19.7197 8.44231 21.0315 8.59159 21.5681 8.74039V12.0643C21.2849 12.0346 20.7929 12.0197 20.1819 12.0197C18.2144 12.0197 17.4541 12.7651 17.4541 14.7028V15.9998H21.3737L20.7003 19.6669H17.4541V27.9117C23.3959 27.1941 28 22.135 28 15.9998H27.9995Z"
|
|
29
|
+
className="fill-white"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M20.7 19.667L21.3735 15.9998H17.4538V14.7029C17.4538 12.7652 18.2142 12.0198 20.1816 12.0198C20.7927 12.0198 21.2847 12.0346 21.5678 12.0644V8.74046C21.0312 8.59118 19.7194 8.44238 18.9591 8.44238C14.9493 8.44238 13.1008 10.3355 13.1008 14.4197V15.9998H10.6265V19.667H13.1008V27.6463C14.0291 27.8767 15.0001 27.9996 15.9995 27.9996C16.4915 27.9996 16.9767 27.9694 17.4534 27.9118V19.667H20.6995H20.7Z"
|
|
33
|
+
className="fill-[#0866FF]"
|
|
34
|
+
/>
|
|
30
35
|
</Symbol>
|
|
31
36
|
);
|