@westpac/ui 1.0.0-canary.9 → 1.1.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 +415 -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/pass-code/pass-code.component.d.ts +1 -0
- package/dist/components/pass-code/pass-code.component.js +8 -3
- package/dist/components/pass-code/pass-code.types.d.ts +4 -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 +17 -13
- 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/pass-code/pass-code.component.tsx +11 -4
- package/src/components/pass-code/pass-code.types.ts +4 -0
- package/src/components/pictogram/pictogram.styles.ts +2 -3
- package/src/components/pictogram/pictogram.types.ts +1 -1
- package/src/components/popover/components/panel/panel.component.tsx +50 -26
- package/src/components/popover/components/panel/panel.hook.tsx +101 -27
- package/src/components/popover/components/panel/panel.styles.ts +2 -2
- package/src/components/popover/components/panel/panel.types.ts +8 -0
- package/src/components/popover/popover.component.tsx +16 -2
- package/src/components/radio-group/radio-group.component.tsx +1 -1
- package/src/components/selector/components/selector-button-group/selector-button-group.component.tsx +1 -1
- package/src/components/selector/components/selector-checkbox-group/components/selector-checkbox-group-option/selector-checkbox-group-option.component.tsx +6 -1
- package/src/components/selector/components/selector-checkbox-group/selector-checkbox-group.component.tsx +1 -1
- package/src/components/selector/components/selector-link-group/selector-link-group.component.tsx +1 -1
- package/src/components/selector/components/selector-radio-group/components/selector-radio-group-option/selector-radio-group-option.component.tsx +6 -1
- package/src/components/selector/components/selector-radio-group/selector-radio-group.component.tsx +1 -1
- package/src/components/symbol/components/logos/bom-logo.tsx +87 -141
- package/src/components/symbol/components/logos/bom-multibrand-large-logo.tsx +22 -27
- package/src/components/symbol/components/logos/bom-multibrand-small-logo.tsx +20 -20
- package/src/components/symbol/components/logos/bom-shield-logo.tsx +27 -21
- package/src/components/symbol/components/logos/bsa-logo.tsx +49 -57
- package/src/components/symbol/components/logos/bsa-multibrand-large-logo.tsx +28 -31
- package/src/components/symbol/components/logos/bsa-multibrand-small-logo.tsx +28 -31
- package/src/components/symbol/components/logos/bsa-stacked-logo.tsx +49 -57
- package/src/components/symbol/components/logos/bt-logo.tsx +6 -3
- package/src/components/symbol/components/logos/bt-multibrand-large-logo.tsx +4 -4
- package/src/components/symbol/components/logos/bt-multibrand-small-logo.tsx +7 -7
- package/src/components/symbol/components/logos/bt-panorama-logo.tsx +21 -18
- package/src/components/symbol/components/logos/bt-panorama-reversed-logo.tsx +21 -18
- package/src/components/symbol/components/logos/bt-reversed-logo.tsx +6 -3
- package/src/components/symbol/components/logos/stg-dragon-logo.tsx +77 -68
- package/src/components/symbol/components/logos/stg-logo.tsx +113 -104
- package/src/components/symbol/components/logos/stg-multibrand-large-logo.tsx +45 -42
- package/src/components/symbol/components/logos/stg-multibrand-small-logo.tsx +44 -42
- package/src/components/symbol/components/logos/wbc-logo.tsx +16 -9
- package/src/components/symbol/components/logos/wbc-multibrand-large-logo.tsx +22 -19
- package/src/components/symbol/components/logos/wbc-multibrand-small-logo.tsx +3 -2
- package/src/components/symbol/components/logos/wbg-internal-logo.tsx +51 -0
- package/src/components/symbol/components/logos/wbg-logo.tsx +41 -0
- package/src/components/symbol/components/logos/wbg-multibrand-large-logo.tsx +38 -0
- package/src/components/symbol/components/logos/wbg-multibrand-small-logo.tsx +38 -0
- package/src/components/symbol/components/symbols/american-express-symbol.tsx +73 -17
- package/src/components/symbol/components/symbols/apple-pay-symbol.tsx +61 -0
- package/src/components/symbol/components/symbols/apple-store-inverse-symbol.tsx +22 -20
- package/src/components/symbol/components/symbols/apple-store-symbol.tsx +21 -19
- package/src/components/symbol/components/symbols/bpay-land-symbol.tsx +10 -3
- package/src/components/symbol/components/symbols/bpay-port-symbol.tsx +10 -3
- package/src/components/symbol/components/symbols/eftpos-horizontal-inverse-symbol.tsx +74 -0
- package/src/components/symbol/components/symbols/eftpos-horizontal-symbol.tsx +74 -0
- package/src/components/symbol/components/symbols/eftpos-vertical-inverse-symbol.tsx +74 -0
- package/src/components/symbol/components/symbols/eftpos-vertical-symbol.tsx +74 -0
- package/src/components/symbol/components/symbols/facebook-circular-symbol.tsx +32 -0
- package/src/components/symbol/components/symbols/facebook-symbol.tsx +12 -7
- package/src/components/symbol/components/symbols/google-pay-inverse-symbol.tsx +60 -0
- package/src/components/symbol/components/symbols/google-pay-symbol.tsx +60 -0
- package/src/components/symbol/components/symbols/google-store-symbol.tsx +79 -99
- package/src/components/symbol/components/symbols/instagram-symbol.tsx +12 -24
- package/src/components/symbol/components/symbols/linked-in-symbol.tsx +17 -7
- package/src/components/symbol/components/symbols/mastercard-symbol.tsx +13 -16
- package/src/components/symbol/components/symbols/pay-id-inverse-symbol.tsx +37 -0
- package/src/components/symbol/components/symbols/pay-id-symbol.tsx +13 -4
- package/src/components/symbol/components/symbols/pay-to-inverse-symbol.tsx +35 -0
- package/src/components/symbol/components/symbols/pay-to-symbol.tsx +35 -0
- package/src/components/symbol/components/symbols/samsung-pay-button-inverse-symbol.tsx +79 -0
- package/src/components/symbol/components/symbols/samsung-pay-button-symbol.tsx +79 -0
- package/src/components/symbol/components/symbols/visa-blue-symbol.tsx +9 -4
- package/src/components/symbol/components/symbols/visa-white-symbol.tsx +9 -4
- package/src/components/symbol/components/symbols/x-symbol.tsx +4 -4
- package/src/components/symbol/components/symbols/youtube-symbol.tsx +9 -14
- package/src/components/symbol/index.ts +17 -23
- package/src/components/symbol/symbol.types.ts +0 -4
- package/src/components/tooltip/components/tooltip-content/tooltip-content.component.tsx +2 -2
- package/src/components/tooltip/components/tooltip-content/tooltip-content.styles.ts +7 -1
- package/src/components/tooltip/components/tooltip-content/tooltip-content.types.ts +1 -0
- package/src/components/tooltip/tooltip.component.tsx +9 -4
- package/src/components/tooltip/tooltip.types.ts +4 -0
- package/utils/build-svg-zip/index.ts +1 -1
- package/assets/logos-symbols/AmericanExpressSymbol.svg +0 -13
- package/assets/logos-symbols/AppleStoreBlack.svg +0 -16
- package/assets/logos-symbols/AppleStoreWhite.svg +0 -16
- package/assets/logos-symbols/Apple_Pay.svg +0 -16
- package/assets/logos-symbols/BOMLogo.svg +0 -44
- package/assets/logos-symbols/BOMMultibrandLargeLogoCenter.svg +0 -23
- package/assets/logos-symbols/BOMMultibrandLargeLogoLeft.svg +0 -23
- package/assets/logos-symbols/BOMMultibrandLargeLogoRight.svg +0 -30
- package/assets/logos-symbols/BOMMultibrandSmallLogoCenter.svg +0 -22
- package/assets/logos-symbols/BOMMultibrandSmallLogoLeft.svg +0 -22
- package/assets/logos-symbols/BOMMultibrandSmallLogoRight.svg +0 -22
- package/assets/logos-symbols/BPayLandSymbol.svg +0 -11
- package/assets/logos-symbols/BPayPortSymbol.svg +0 -11
- package/assets/logos-symbols/BSALogo.svg +0 -16
- package/assets/logos-symbols/BSAMultibrandLargeLogoCenter.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandLargeLogoLeft.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandLargeLogoRight.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandSmallLogoCenter.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandSmallLogoLeft.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandSmallLogoRight.svg +0 -5
- package/assets/logos-symbols/BSAStackedLogo.svg +0 -16
- package/assets/logos-symbols/BTLogo.svg +0 -5
- package/assets/logos-symbols/BTLogoReversed.svg +0 -5
- package/assets/logos-symbols/BTMultibrandLargeLogoCenter.svg +0 -5
- package/assets/logos-symbols/BTMultibrandLargeLogoLeft.svg +0 -5
- package/assets/logos-symbols/BTMultibrandLargeLogoRight.svg +0 -12
- package/assets/logos-symbols/BTMultibrandSmallLogoCenter.svg +0 -12
- package/assets/logos-symbols/BTMultibrandSmallLogoLeft.svg +0 -12
- package/assets/logos-symbols/BTMultibrandSmallLogoRight.svg +0 -12
- package/assets/logos-symbols/BTPanoramaMultibrandLargeLogoCenter.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandLargeLogoLeft.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandLargeLogoRight.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandSmallLogoCenter.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandSmallLogoLeft.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandSmallLogoRight.svg +0 -20
- package/assets/logos-symbols/FacebookSymbol.svg +0 -11
- package/assets/logos-symbols/GooglePlusSymbol.svg +0 -19
- package/assets/logos-symbols/GoogleStoreSymbol.svg +0 -45
- package/assets/logos-symbols/InstagramSymbol.svg +0 -21
- package/assets/logos-symbols/MastercardAcceptedSymbol.svg +0 -15
- package/assets/logos-symbols/MastercardHorizontalSymbol.svg +0 -14
- package/assets/logos-symbols/MastercardSymbol.svg +0 -7
- package/assets/logos-symbols/MicrosoftStoreSymbol.svg +0 -16
- package/assets/logos-symbols/PayIDSymbol.svg +0 -10
- package/assets/logos-symbols/PrototypeLargeLogoCentre.svg +0 -9
- package/assets/logos-symbols/PrototypeLargeLogoLeft.svg +0 -9
- package/assets/logos-symbols/PrototypeLargeLogoRight.svg +0 -9
- package/assets/logos-symbols/PrototypeLogo.svg +0 -9
- package/assets/logos-symbols/PrototypeSmallLogoCentre.svg +0 -9
- package/assets/logos-symbols/PrototypeSmallLogoLeft.svg +0 -9
- package/assets/logos-symbols/PrototypeSmallLogoRight.svg +0 -9
- package/assets/logos-symbols/RAMSLogo.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandLargeLogoCenter.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandLargeLogoLeft.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandLargeLogoRight.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandSmallLogoCenter.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandSmallLogoLeft.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandSmallLogoRight.svg +0 -37
- package/assets/logos-symbols/RedAvatarCircleLogo.svg +0 -12
- package/assets/logos-symbols/RedAvatarCircleReversedLogo.svg +0 -11
- package/assets/logos-symbols/RedAvatarLogo.svg +0 -11
- package/assets/logos-symbols/STGDragonLogo.svg +0 -23
- package/assets/logos-symbols/STGLogo.svg +0 -32
- package/assets/logos-symbols/STGMultibrandLargeLogoCenter.svg +0 -9
- package/assets/logos-symbols/STGMultibrandLargeLogoLeft.svg +0 -9
- package/assets/logos-symbols/STGMultibrandLargeLogoRight.svg +0 -9
- package/assets/logos-symbols/STGMultibrandSmallLogoCenter.svg +0 -9
- package/assets/logos-symbols/STGMultibrandSmallLogoLeft.svg +0 -9
- package/assets/logos-symbols/STGMultibrandSmallLogoRight.svg +0 -16
- package/assets/logos-symbols/SamsungPayCTA-AddtoBlack.svg +0 -26
- package/assets/logos-symbols/SamsungPayCTA-AddtoWhite.svg +0 -26
- package/assets/logos-symbols/SamsungPayCTA-DonateBlack.svg +0 -32
- package/assets/logos-symbols/SamsungPayCTA-DonateWhite.svg +0 -32
- package/assets/logos-symbols/SamsungPayCTA-PartnerBlack.svg +0 -34
- package/assets/logos-symbols/SamsungPayCTA-PartnerWhite.svg +0 -34
- package/assets/logos-symbols/SamsungPayCTA-PaywithBlack.svg +0 -29
- package/assets/logos-symbols/SamsungPayCTA-PaywithWhite.svg +0 -29
- package/assets/logos-symbols/SamsungPayHorizontalBlack.svg +0 -19
- package/assets/logos-symbols/SamsungPayVerticalBlack.svg +0 -12
- package/assets/logos-symbols/SamsungPayVerticalWhite.svg +0 -12
- package/assets/logos-symbols/SamsungPayWhite.svg +0 -19
- package/assets/logos-symbols/SlackSymbol.svg +0 -14
- package/assets/logos-symbols/VisaBlueSymbol.svg +0 -11
- package/assets/logos-symbols/VisaSymbol.svg +0 -10
- package/assets/logos-symbols/VisaWhiteSymbol.svg +0 -11
- package/assets/logos-symbols/WBCMultibrandLargeLogoCenter.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandLargeLogoLeft.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandLargeLogoRight.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandSmallLogoCenter.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandSmallLogoLeft.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandSmallLogoRight.svg +0 -3
- package/assets/logos-symbols/XBlack.svg +0 -3
- package/assets/logos-symbols/XWhite.svg +0 -3
- package/assets/logos-symbols/YammerSymbol.svg +0 -11
- package/assets/logos-symbols/YouTubeSymbol.svg +0 -16
- package/assets/logos-symbols/eftposHorizontalPositive.svg +0 -21
- package/assets/logos-symbols/eftposHorizontalReversed.svg +0 -21
- package/assets/logos-symbols/eftposHorizontalReversedMono.svg +0 -16
- package/assets/logos-symbols/eftposVerticalPositive.svg +0 -21
- package/assets/logos-symbols/eftposVerticalReversed.svg +0 -21
- package/assets/logos-symbols/eftposVerticalWhite.svg +0 -21
- package/assets/logos-symbols/google-pay-mark_800.svg +0 -18
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-large-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-large-logo.js +0 -63
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-small-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-small-logo.js +0 -63
- package/dist/components/symbol/components/logos/red-avatar-circle-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/red-avatar-circle-logo.js +0 -25
- package/dist/components/symbol/components/logos/red-avatar-circle-reversed-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/red-avatar-circle-reversed-logo.js +0 -22
- package/dist/components/symbol/components/logos/red-avatar-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/red-avatar-logo.js +0 -20
- package/dist/components/symbol/components/symbols/google-plus-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/google-plus-symbol.js +0 -45
- package/dist/components/symbol/components/symbols/mastercard-accepted-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/mastercard-accepted-symbol.js +0 -31
- package/dist/components/symbol/components/symbols/mastercard-horizontal-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/mastercard-horizontal-symbol.js +0 -28
- package/dist/components/symbol/components/symbols/microsoft-store-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/microsoft-store-symbol.js +0 -35
- package/dist/components/symbol/components/symbols/pay-to-black-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-black-symbol.js +0 -16
- package/dist/components/symbol/components/symbols/pay-to-dark-grey-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-dark-grey-symbol.js +0 -16
- package/dist/components/symbol/components/symbols/pay-to-light-grey-symbol.js +0 -16
- package/dist/components/symbol/components/symbols/pay-to-white-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-white-symbol.js +0 -16
- package/dist/components/symbol/components/symbols/pay-to-wordmark-black-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-wordmark-black-symbol.js +0 -25
- package/dist/components/symbol/components/symbols/pay-to-wordmark-dark-grey-symbol.js +0 -25
- package/dist/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.js +0 -25
- package/dist/components/symbol/components/symbols/pay-to-wordmark-white-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-wordmark-white-symbol.js +0 -25
- package/dist/components/symbol/components/symbols/slack-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/slack-symbol.js +0 -31
- package/dist/components/symbol/components/symbols/twitter-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/twitter-symbol.js +0 -22
- package/dist/components/symbol/components/symbols/visa-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/visa-symbol.js +0 -14
- package/dist/components/symbol/components/symbols/x-mark-inverse-symbol.js +0 -14
- package/dist/components/symbol/components/symbols/x-mark-symbol.js +0 -14
- package/dist/components/symbol/components/symbols/yammer-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/yammer-symbol.js +0 -22
- package/src/components/symbol/components/logos/bt-panorama-multibrand-large-logo.tsx +0 -80
- package/src/components/symbol/components/logos/bt-panorama-multibrand-small-logo.tsx +0 -80
- package/src/components/symbol/components/logos/red-avatar-circle-logo.tsx +0 -35
- package/src/components/symbol/components/logos/red-avatar-circle-reversed-logo.tsx +0 -31
- package/src/components/symbol/components/logos/red-avatar-logo.tsx +0 -34
- package/src/components/symbol/components/symbols/google-plus-symbol.tsx +0 -43
- package/src/components/symbol/components/symbols/mastercard-accepted-symbol.tsx +0 -44
- package/src/components/symbol/components/symbols/mastercard-horizontal-symbol.tsx +0 -43
- package/src/components/symbol/components/symbols/microsoft-store-symbol.tsx +0 -38
- package/src/components/symbol/components/symbols/pay-to-black-symbol.tsx +0 -30
- package/src/components/symbol/components/symbols/pay-to-dark-grey-symbol.tsx +0 -30
- package/src/components/symbol/components/symbols/pay-to-light-grey-symbol.tsx +0 -30
- package/src/components/symbol/components/symbols/pay-to-white-symbol.tsx +0 -30
- package/src/components/symbol/components/symbols/pay-to-wordmark-black-symbol.tsx +0 -42
- package/src/components/symbol/components/symbols/pay-to-wordmark-dark-grey-symbol.tsx +0 -42
- package/src/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.tsx +0 -42
- package/src/components/symbol/components/symbols/pay-to-wordmark-white-symbol.tsx +0 -42
- package/src/components/symbol/components/symbols/slack-symbol.tsx +0 -43
- package/src/components/symbol/components/symbols/twitter-symbol.tsx +0 -31
- package/src/components/symbol/components/symbols/visa-symbol.tsx +0 -28
- package/src/components/symbol/components/symbols/x-mark-inverse-symbol.tsx +0 -28
- package/src/components/symbol/components/symbols/x-mark-symbol.tsx +0 -28
- package/src/components/symbol/components/symbols/yammer-symbol.tsx +0 -31
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg width="180" height="60" viewBox="0 0 180 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M33.6225 9.58554C25.2597 13.3654 19.6048 20.6037 19.6048 28.9122C19.6048 39.3983 29.3635 47.8999 41.402 47.8999C46.9274 47.8999 50.8121 46.6367 55.3539 43.9309C55.8378 43.6452 56.3794 43.4304 56.7378 43.8777C56.9429 44.1339 56.8573 44.4453 56.7 44.7291C51.738 53.7391 41.6429 60.002 30.3132 60.002C13.5736 60.002 0.00195312 46.5697 0.00195312 30.002C0.00195312 20.5407 4.42629 12.1021 11.3396 6.60387C16.5345 2.47328 29.5526 1.90177 33.6225 9.58554Z" fill="url(#paint0_linear_822_207)"/>
|
|
3
|
-
<path d="M56.3495 21.2028C56.3495 31.1687 46.7343 39.2466 34.871 39.2466C33.1447 39.2466 28.4714 39.0121 25.1263 37.471C24.1745 37.0335 24.2721 36.4817 24.9272 36.2137C26.4464 35.5929 38.3674 33.3286 38.3674 21.2028C38.3674 9.0771 25.7177 0.210909 11.3396 6.60387C16.5325 2.47328 23.1312 0.00201416 30.3132 0.00201416C44.3907 0.00201416 56.3495 9.49292 56.3495 21.2028Z" fill="white"/>
|
|
4
|
-
<path d="M77.9276 21.8985C71.3966 21.8985 67.9002 25.7887 67.9002 30.8218V30.9657C67.9002 36.0284 70.6739 39.3471 77.6389 39.3471C82.6665 39.3471 86.0495 37.7449 87.4931 33.9691H82.6387C81.9159 35.1988 80.5579 35.8865 77.9575 35.8865C74.4033 35.8865 72.6391 34.5997 72.1772 32.2545H87.7261V30.5105C87.7241 25.5305 84.3431 21.8985 77.9276 21.8985ZM72.2329 28.9911C72.8103 26.6735 74.7179 25.3295 78.0132 25.3295C81.221 25.3295 82.8676 26.5021 83.3017 28.9911H72.2329Z" fill="white"/>
|
|
5
|
-
<path d="M107.347 17.9512H103.59C103.59 18.6942 103.562 19.8963 103.416 20.6688C103.155 22.0424 102.809 22.3321 101.567 22.4464C100.786 22.5035 99.9199 22.5035 99.0816 22.5035H96.1347V21.8138C96.1347 19.3248 96.6265 18.8676 98.8228 18.8676H100.278V15.3203H98.3309C93.5343 15.3203 91.8856 16.9225 91.8856 21.6423V22.5035H87.9849V26.2183H91.8856V38.8603H96.1048L96.1327 26.2183H103.126V31.3677C103.126 36.9448 104.629 38.8623 110.148 38.8623H113.298V34.9406H111.303C107.892 34.9406 107.345 34.4539 107.345 30.6504V26.2163H113.298V22.5015H107.345V17.9512H107.347Z" fill="white"/>
|
|
6
|
-
<path d="M126.508 21.9557C123.27 21.9557 120.785 23.2721 119.513 25.5305L119.144 22.5016H115.351V44.6661H119.716V36.2571C120.901 38.2022 123.069 39.288 126.392 39.288C131.073 39.288 134.946 36.4857 134.946 30.8495V30.7056C134.948 25.0162 131.711 21.9557 126.508 21.9557ZM130.41 30.8219C130.41 33.9395 128.764 35.656 125.006 35.656C121.452 35.656 119.63 33.9119 119.63 30.7943V30.68C119.63 27.448 121.683 25.5305 125.064 25.5305C128.618 25.5305 130.41 27.3042 130.41 30.7076V30.8219Z" fill="white"/>
|
|
7
|
-
<path d="M146.594 21.8985C140.671 21.8985 136.653 25.1876 136.653 30.6799V30.8514C136.653 36.1999 139.629 39.3471 146.507 39.3471C153.183 39.3471 156.564 36.058 156.564 30.8514V30.6799C156.564 25.1305 152.634 21.8985 146.594 21.8985ZM152.028 30.8218C152.028 33.9395 150.382 35.656 146.594 35.656C142.953 35.656 141.19 33.9691 141.19 30.8218V30.678C141.19 27.3022 143.156 25.5285 146.652 25.5285C150.236 25.5285 152.028 27.3593 152.028 30.678V30.8218Z" fill="white"/>
|
|
8
|
-
<path d="M168.067 28.8492C163.76 28.5635 162.575 28.2777 162.575 27.0756C162.575 26.0745 163.414 25.2172 166.506 25.2172C169.222 25.2172 170.898 25.8459 171.275 27.4776H176.014C175.118 23.7884 172.171 21.9005 166.564 21.9005C160.957 21.9005 158.241 24.2456 158.241 27.4204C158.241 30.8239 161.13 31.9117 166.275 32.1974C170.552 32.426 171.882 32.6842 171.882 33.9139C171.882 35.116 170.843 35.859 167.721 35.859C164.513 35.859 163.067 35.1732 162.605 33.4271H157.576C158.298 37.3745 161.419 39.3471 167.545 39.3471C173.353 39.3471 176.273 37.002 176.273 33.7405C176.275 30.2208 173.79 29.1921 168.067 28.8492Z" fill="white"/>
|
|
9
|
-
<path d="M178.144 25.493C177.619 25.493 177.182 25.3433 176.836 25.0457C176.49 24.7481 176.318 24.3126 176.318 23.743V23.6583C176.318 23.477 176.338 23.3055 176.38 23.1459C176.422 22.9863 176.48 22.8405 176.555 22.7084C176.715 22.4384 176.93 22.2295 177.202 22.0817C177.475 21.9339 177.782 21.861 178.124 21.861C178.296 21.861 178.457 21.8788 178.61 21.9123C178.761 21.9458 178.909 21.999 179.048 22.0679C179.321 22.2118 179.54 22.4168 179.703 22.6848C179.869 22.9508 179.95 23.272 179.95 23.6485V23.743C179.95 23.9303 179.93 24.1057 179.888 24.2653C179.847 24.4249 179.785 24.5688 179.703 24.6929C179.544 24.957 179.329 25.156 179.056 25.29C178.785 25.4241 178.481 25.493 178.144 25.493ZM178.144 25.1915C178.574 25.1915 178.929 25.0654 179.204 24.8151C179.478 24.5648 179.618 24.2002 179.618 23.7233V23.6662C179.618 23.1893 179.476 22.8208 179.196 22.5606C178.913 22.3005 178.556 22.1704 178.126 22.1704C177.702 22.1704 177.35 22.3044 177.071 22.5744C176.792 22.8444 176.653 23.211 176.653 23.676V23.7233C176.653 24.1943 176.792 24.5569 177.071 24.8112C177.35 25.0634 177.706 25.1915 178.144 25.1915ZM178.164 23.8928H177.774V24.5806H177.451V22.7262H178.202C178.463 22.7262 178.648 22.7754 178.757 22.8759C178.869 22.9764 178.925 23.1085 178.925 23.272C178.925 23.4041 178.893 23.5085 178.829 23.5874C178.765 23.6662 178.67 23.7214 178.544 23.7529C178.664 23.7785 178.75 23.8258 178.801 23.8948C178.851 23.9638 178.877 24.0702 178.877 24.214V24.486C178.877 24.5057 178.881 24.5215 178.887 24.5372C178.893 24.553 178.899 24.5668 178.907 24.5786H178.574C178.568 24.5727 178.562 24.5609 178.56 24.5451C178.556 24.5294 178.556 24.5096 178.556 24.484V24.2121C178.556 24.0919 178.534 24.0091 178.491 23.9618C178.443 23.9165 178.335 23.8928 178.164 23.8928ZM178.164 23.6189C178.329 23.6248 178.445 23.5992 178.511 23.5381C178.576 23.479 178.61 23.3923 178.61 23.2799C178.61 23.1853 178.574 23.1144 178.505 23.0691C178.435 23.0218 178.327 22.9981 178.182 22.9981H177.774V23.6189H178.164Z" fill="white"/>
|
|
10
|
-
<defs>
|
|
11
|
-
<linearGradient id="paint0_linear_822_207" x1="28.6944" y1="39.8891" x2="17.3235" y2="-19.2159" gradientUnits="userSpaceOnUse">
|
|
12
|
-
<stop offset="0.1411" stop-color="white"/>
|
|
13
|
-
<stop offset="0.75" stop-color="white" stop-opacity="0"/>
|
|
14
|
-
</linearGradient>
|
|
15
|
-
</defs>
|
|
16
|
-
</svg>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<svg width="59" height="60" viewBox="0 0 59 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_822_248)">
|
|
3
|
-
<path d="M32.1152 6.85128C26.289 9.51202 22.3497 14.6063 22.3497 20.4555C22.3497 27.8366 29.1487 33.8209 37.5351 33.8209C41.3843 33.8209 44.0911 32.9319 47.2555 31.0282C47.5916 30.8272 47.9707 30.6754 48.2188 30.9905C48.3612 31.1707 48.3016 31.3895 48.1927 31.5895C44.7361 37.9309 37.7026 42.3403 29.8094 42.3403C18.1466 42.3403 8.69214 32.8858 8.69214 21.223C8.69214 14.5633 11.7749 8.62406 16.5916 4.75286C20.2105 1.845 29.2796 1.44395 32.1152 6.85128Z" fill="url(#paint0_linear_822_248)"/>
|
|
4
|
-
<path d="M47.9487 15.0282C47.9487 22.0429 41.2492 27.7288 32.9853 27.7288C31.7832 27.7288 28.5267 27.5633 26.1968 26.4785C25.534 26.1696 25.6021 25.7822 26.0576 25.5937C27.1162 25.157 35.4209 23.5633 35.4209 15.0272C35.4209 6.49107 26.6073 0.250235 16.5916 4.75076C20.2094 1.84291 24.8063 0.103638 29.8094 0.103638C39.6167 0.105732 47.9487 6.78636 47.9487 15.0282Z" fill="#E50056"/>
|
|
5
|
-
<path d="M5.27434 47.8241C1.83978 47.8241 0.0010376 49.8911 0.0010376 52.5655V52.6419C0.0010376 55.332 1.45968 57.0953 5.1225 57.0953C7.76648 57.0953 9.54554 56.244 10.3047 54.2377H7.75182C7.37172 54.8911 6.65758 55.2566 5.29004 55.2566C3.42093 55.2566 2.49318 54.5728 2.25025 53.3267H10.4272V52.4C10.4272 49.7539 8.64816 47.8241 5.27434 47.8241ZM2.28062 51.5937C2.58428 50.3623 3.58742 49.6482 5.32041 49.6482C7.00732 49.6482 7.87329 50.2712 8.10156 51.5937H2.28062Z" fill="#1F0038"/>
|
|
6
|
-
<path d="M20.7466 45.7267H18.7707C18.7707 46.1215 18.756 46.7602 18.6796 47.1707C18.5424 47.9005 18.3602 48.0545 17.7068 48.1152C17.2963 48.1456 16.8408 48.1455 16.4 48.1455H14.8503V47.7791C14.8503 46.4565 15.1089 46.2136 16.2639 46.2136H17.0293V44.3288H16.0052C13.4827 44.3288 12.6157 45.1801 12.6157 47.688V48.1455H10.5644V50.1194H12.6157V56.8366H14.8345L14.8492 50.1194H18.5267V52.8555C18.5267 55.8189 19.3173 56.8377 22.2199 56.8377H23.8764V54.756H22.8272C21.0335 54.756 20.7455 54.4974 20.7455 52.4764V50.1204H23.8764V48.1466H20.7455V45.7267H20.7466Z" fill="#1F0038"/>
|
|
7
|
-
<path d="M30.823 47.8544C29.1204 47.8544 27.8136 48.5539 27.1445 49.7539L26.9508 48.1445H24.956V59.9214H27.2513V55.4534C27.8743 56.4869 29.0146 57.0639 30.7623 57.0639C33.2241 57.0639 35.2607 55.5748 35.2607 52.5801V52.5036C35.2607 49.4806 33.5592 47.8544 30.823 47.8544ZM32.8743 52.5665C32.8743 54.223 32.0084 55.1351 30.0325 55.1351C28.1633 55.1351 27.2052 54.2084 27.2052 52.5518V52.4911C27.2052 50.7738 28.2848 49.755 30.0628 49.755C31.9319 49.755 32.8743 50.6974 32.8743 52.5057V52.5665Z" fill="#1F0038"/>
|
|
8
|
-
<path d="M41.3864 47.8241C38.2712 47.8241 36.1581 49.5717 36.1581 52.4901V52.5812C36.1581 55.4231 37.7236 57.0953 41.3403 57.0953C44.8513 57.0953 46.6293 55.3477 46.6293 52.5812V52.4901C46.6293 49.5414 44.5623 47.8241 41.3864 47.8241ZM44.2429 52.5665C44.2429 54.2231 43.377 55.1351 41.3853 55.1351C39.4702 55.1351 38.5435 54.2388 38.5435 52.5665V52.4901C38.5435 50.6964 39.577 49.7539 41.4157 49.7539C43.3005 49.7539 44.2429 50.7267 44.2429 52.4901V52.5665Z" fill="#1F0038"/>
|
|
9
|
-
<path d="M52.6785 51.5173C50.4136 51.3654 49.7906 51.2136 49.7906 50.5749C49.7906 50.0429 50.2314 49.5874 51.8576 49.5874C53.2859 49.5874 54.1675 49.9215 54.3654 50.7885H56.8576C56.3864 48.8283 54.8366 47.8251 51.888 47.8251C48.9393 47.8251 47.511 49.0712 47.511 50.7581C47.511 52.5665 49.0304 53.1445 51.7361 53.2963C53.9853 53.4178 54.6848 53.555 54.6848 54.2084C54.6848 54.8471 54.1382 55.2419 52.4963 55.2419C50.8094 55.2419 50.0492 54.8775 49.8063 53.9497H47.1613C47.5414 56.0471 49.1822 57.0953 52.4042 57.0953C55.4586 57.0953 56.9937 55.8492 56.9937 54.1162C56.9948 52.2471 55.688 51.6995 52.6785 51.5173Z" fill="#1F0038"/>
|
|
10
|
-
<path d="M57.955 49.7539C57.6785 49.7539 57.4492 49.6743 57.267 49.5162C57.0848 49.3581 56.9948 49.1267 56.9948 48.824V48.779C56.9948 48.6827 57.0052 48.5916 57.0272 48.5068C57.0492 48.4219 57.0796 48.3445 57.1194 48.2743C57.2031 48.1308 57.3162 48.0199 57.4597 47.9413C57.6031 47.8628 57.7644 47.824 57.9445 47.824C58.0345 47.824 58.1194 47.8335 58.2 47.8513C58.2796 47.8691 58.3571 47.8973 58.4304 47.934C58.5738 48.0104 58.689 48.1193 58.7749 48.2617C58.8618 48.4031 58.9047 48.5738 58.9047 48.7738V48.824C58.9047 48.9235 58.8942 49.0167 58.8722 49.1015C58.8502 49.1863 58.8178 49.2628 58.7749 49.3288C58.6911 49.4691 58.578 49.5748 58.4345 49.646C58.2911 49.7183 58.1319 49.7539 57.955 49.7539ZM57.955 49.5947C58.1811 49.5947 58.3675 49.5277 58.512 49.3947C58.6565 49.2617 58.7298 49.068 58.7298 48.8146V48.7842C58.7298 48.5308 58.6555 48.335 58.5078 48.1968C58.3592 48.0586 58.1717 47.9895 57.9455 47.9895C57.7225 47.9895 57.5372 48.0607 57.3906 48.2041C57.244 48.3476 57.1707 48.5424 57.1707 48.7895V48.8146C57.1707 49.0649 57.244 49.2575 57.3906 49.3926C57.5361 49.5267 57.7246 49.5947 57.955 49.5947ZM57.9644 48.9047H57.7591V49.2701H57.5895V48.2848H57.9843C58.1215 48.2848 58.2188 48.311 58.2764 48.3644C58.3351 48.4178 58.3644 48.4879 58.3644 48.5748C58.3644 48.645 58.3476 48.7005 58.3141 48.7424C58.2806 48.7842 58.2304 48.8136 58.1644 48.8303C58.2272 48.8439 58.2722 48.8691 58.2995 48.9057C58.3267 48.9424 58.3393 48.9989 58.3393 49.0753V49.2198C58.3393 49.2303 58.3413 49.2387 58.3445 49.2471C58.3476 49.2555 58.3508 49.2628 58.355 49.2691H58.1801C58.177 49.2659 58.1738 49.2596 58.1728 49.2513C58.1707 49.2429 58.1707 49.2324 58.1707 49.2188V49.0743C58.1707 49.0104 58.1592 48.9664 58.1361 48.9413C58.111 48.9162 58.0544 48.9047 57.9644 48.9047ZM57.9644 48.7591C58.0513 48.7623 58.112 48.7486 58.1466 48.7162C58.1811 48.6848 58.1989 48.6387 58.1989 48.579C58.1989 48.5287 58.1801 48.4911 58.1434 48.467C58.1068 48.4418 58.0503 48.4293 57.9738 48.4293H57.7591V48.7591H57.9644Z" fill="#1F0038"/>
|
|
11
|
-
</g>
|
|
12
|
-
<defs>
|
|
13
|
-
<linearGradient id="paint0_linear_822_248" x1="28.6821" y1="28.1823" x2="20.6012" y2="-13.3906" gradientUnits="userSpaceOnUse">
|
|
14
|
-
<stop offset="0.1411" stop-color="#E50056"/>
|
|
15
|
-
<stop offset="0.75" stop-color="#1F0038"/>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<clipPath id="clip0_822_248">
|
|
18
|
-
<rect width="58.9529" height="60" fill="white"/>
|
|
19
|
-
</clipPath>
|
|
20
|
-
</defs>
|
|
21
|
-
</svg>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<svg width="59" height="60" viewBox="0 0 59 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_822_247)">
|
|
3
|
-
<path d="M32.1152 6.85128C26.289 9.51202 22.3497 14.6063 22.3497 20.4555C22.3497 27.8366 29.1487 33.8209 37.5351 33.8209C41.3843 33.8209 44.0911 32.9319 47.2555 31.0282C47.5916 30.8272 47.9707 30.6754 48.2188 30.9905C48.3613 31.1707 48.3016 31.3895 48.1927 31.5895C44.7361 37.9309 37.7026 42.3403 29.8094 42.3403C18.1466 42.3403 8.69215 32.8858 8.69215 21.223C8.69215 14.5633 11.7749 8.62406 16.5916 4.75286C20.2105 1.845 29.2796 1.44395 32.1152 6.85128Z" fill="url(#paint0_linear_822_247)"/>
|
|
4
|
-
<path d="M47.9487 15.0282C47.9487 22.0429 41.2492 27.7288 32.9853 27.7288C31.7832 27.7288 28.5267 27.5633 26.1969 26.4785C25.534 26.1696 25.6021 25.7822 26.0576 25.5937C27.1162 25.157 35.4209 23.5633 35.4209 15.0272C35.4209 6.49107 26.6073 0.250235 16.5916 4.75076C20.2094 1.84291 24.8063 0.103638 29.8094 0.103638C39.6168 0.105732 47.9487 6.78636 47.9487 15.0282Z" fill="#E50056"/>
|
|
5
|
-
<path d="M5.27434 47.8241C1.83979 47.8241 0.00104523 49.8911 0.00104523 52.5655V52.6419C0.00104523 55.332 1.45968 57.0953 5.12251 57.0953C7.76649 57.0953 9.54555 56.244 10.3047 54.2377H7.75183C7.37173 54.8911 6.65759 55.2566 5.29005 55.2566C3.42094 55.2566 2.49319 54.5728 2.25026 53.3267H10.4272V52.4C10.4272 49.7539 8.64816 47.8241 5.27434 47.8241ZM2.28063 51.5937C2.58429 50.3623 3.58743 49.6482 5.32042 49.6482C7.00733 49.6482 7.8733 50.2712 8.10157 51.5937H2.28063Z" fill="white"/>
|
|
6
|
-
<path d="M20.7466 45.7267H18.7707C18.7707 46.1215 18.756 46.7602 18.6796 47.1707C18.5424 47.9005 18.3602 48.0545 17.7068 48.1152C17.2963 48.1456 16.8408 48.1455 16.4 48.1455H14.8503V47.7791C14.8503 46.4565 15.1089 46.2136 16.2639 46.2136H17.0293V44.3288H16.0052C13.4827 44.3288 12.6157 45.1801 12.6157 47.688V48.1455H10.5644V50.1194H12.6157V56.8366H14.8345L14.8492 50.1194H18.5267V52.8555C18.5267 55.8189 19.3173 56.8377 22.2199 56.8377H23.8764V54.756H22.8272C21.0335 54.756 20.7455 54.4974 20.7455 52.4764V50.1204H23.8764V48.1466H20.7455V45.7267H20.7466Z" fill="white"/>
|
|
7
|
-
<path d="M30.823 47.8544C29.1204 47.8544 27.8136 48.5539 27.1445 49.7539L26.9508 48.1445H24.956V59.9214H27.2513V55.4534C27.8743 56.4869 29.0147 57.0639 30.7623 57.0639C33.2241 57.0639 35.2607 55.5748 35.2607 52.5801V52.5036C35.2607 49.4806 33.5592 47.8544 30.823 47.8544ZM32.8743 52.5665C32.8743 54.223 32.0084 55.1351 30.0325 55.1351C28.1633 55.1351 27.2052 54.2084 27.2052 52.5518V52.4911C27.2052 50.7738 28.2848 49.755 30.0628 49.755C31.9319 49.755 32.8743 50.6974 32.8743 52.5057V52.5665Z" fill="white"/>
|
|
8
|
-
<path d="M41.3864 47.8241C38.2712 47.8241 36.1581 49.5717 36.1581 52.4901V52.5812C36.1581 55.4231 37.7236 57.0953 41.3403 57.0953C44.8513 57.0953 46.6293 55.3477 46.6293 52.5812V52.4901C46.6293 49.5414 44.5623 47.8241 41.3864 47.8241ZM44.2429 52.5665C44.2429 54.2231 43.377 55.1351 41.3853 55.1351C39.4702 55.1351 38.5435 54.2388 38.5435 52.5665V52.4901C38.5435 50.6964 39.577 49.7539 41.4157 49.7539C43.3005 49.7539 44.2429 50.7267 44.2429 52.4901V52.5665Z" fill="white"/>
|
|
9
|
-
<path d="M52.6785 51.5173C50.4136 51.3654 49.7906 51.2136 49.7906 50.5749C49.7906 50.0429 50.2314 49.5874 51.8576 49.5874C53.2859 49.5874 54.1675 49.9215 54.3654 50.7885H56.8576C56.3864 48.8283 54.8366 47.8251 51.888 47.8251C48.9393 47.8251 47.511 49.0712 47.511 50.7581C47.511 52.5665 49.0304 53.1445 51.7361 53.2963C53.9853 53.4178 54.6848 53.555 54.6848 54.2084C54.6848 54.8471 54.1382 55.2419 52.4963 55.2419C50.8094 55.2419 50.0492 54.8775 49.8063 53.9497H47.1613C47.5414 56.0471 49.1822 57.0953 52.4042 57.0953C55.4586 57.0953 56.9937 55.8492 56.9937 54.1162C56.9948 52.2471 55.688 51.6995 52.6785 51.5173Z" fill="white"/>
|
|
10
|
-
<path d="M57.955 49.7539C57.6785 49.7539 57.4492 49.6743 57.267 49.5162C57.0848 49.3581 56.9948 49.1267 56.9948 48.824V48.779C56.9948 48.6827 57.0052 48.5916 57.0272 48.5068C57.0492 48.4219 57.0796 48.3445 57.1194 48.2743C57.2031 48.1308 57.3162 48.0199 57.4597 47.9413C57.6031 47.8628 57.7644 47.824 57.9445 47.824C58.0346 47.824 58.1194 47.8335 58.2 47.8513C58.2796 47.8691 58.3571 47.8973 58.4304 47.934C58.5738 48.0104 58.689 48.1193 58.7749 48.2617C58.8618 48.4031 58.9047 48.5738 58.9047 48.7738V48.824C58.9047 48.9235 58.8942 49.0167 58.8723 49.1015C58.8503 49.1863 58.8178 49.2628 58.7749 49.3288C58.6911 49.4691 58.578 49.5748 58.4346 49.646C58.2911 49.7183 58.1319 49.7539 57.955 49.7539ZM57.955 49.5947C58.1812 49.5947 58.3675 49.5277 58.512 49.3947C58.6565 49.2617 58.7298 49.068 58.7298 48.8146V48.7842C58.7298 48.5308 58.6555 48.335 58.5079 48.1968C58.3592 48.0586 58.1717 47.9895 57.9456 47.9895C57.7225 47.9895 57.5372 48.0607 57.3906 48.2041C57.244 48.3476 57.1707 48.5424 57.1707 48.7895V48.8146C57.1707 49.0649 57.244 49.2575 57.3906 49.3926C57.5361 49.5267 57.7246 49.5947 57.955 49.5947ZM57.9644 48.9047H57.7592V49.2701H57.5895V48.2848H57.9843C58.1215 48.2848 58.2188 48.311 58.2764 48.3644C58.3351 48.4178 58.3644 48.4879 58.3644 48.5748C58.3644 48.645 58.3476 48.7005 58.3141 48.7424C58.2806 48.7842 58.2304 48.8136 58.1644 48.8303C58.2272 48.8439 58.2723 48.8691 58.2995 48.9057C58.3267 48.9424 58.3393 48.9989 58.3393 49.0753V49.2198C58.3393 49.2303 58.3414 49.2387 58.3445 49.2471C58.3476 49.2555 58.3508 49.2628 58.355 49.2691H58.1801C58.177 49.2659 58.1738 49.2596 58.1728 49.2513C58.1707 49.2429 58.1707 49.2324 58.1707 49.2188V49.0743C58.1707 49.0104 58.1592 48.9664 58.1361 48.9413C58.111 48.9162 58.0545 48.9047 57.9644 48.9047ZM57.9644 48.7591C58.0513 48.7623 58.112 48.7486 58.1466 48.7162C58.1812 48.6848 58.199 48.6387 58.199 48.579C58.199 48.5287 58.1801 48.4911 58.1435 48.467C58.1068 48.4418 58.0503 48.4293 57.9738 48.4293H57.7592V48.7591H57.9644Z" fill="white"/>
|
|
11
|
-
</g>
|
|
12
|
-
<defs>
|
|
13
|
-
<linearGradient id="paint0_linear_822_247" x1="28.6821" y1="28.1823" x2="20.6012" y2="-13.3906" gradientUnits="userSpaceOnUse">
|
|
14
|
-
<stop offset="0.1411" stop-color="#E50056"/>
|
|
15
|
-
<stop offset="0.75" stop-color="#1F0038"/>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<clipPath id="clip0_822_247">
|
|
18
|
-
<rect width="58.9529" height="60" fill="white"/>
|
|
19
|
-
</clipPath>
|
|
20
|
-
</defs>
|
|
21
|
-
</svg>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<svg width="60" height="61" viewBox="0 0 60 61" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_822_246)">
|
|
3
|
-
<path d="M32.2136 6.92372C26.3696 9.59255 22.4184 14.7023 22.4184 20.5693C22.4184 27.973 29.238 33.9755 37.65 33.9755C41.5109 33.9755 44.226 33.0838 47.4 31.1743C47.7371 30.9727 48.1174 30.8204 48.3663 31.1365C48.5091 31.3172 48.4493 31.5367 48.34 31.7373C44.873 38.098 37.818 42.5208 29.9008 42.5208C18.2024 42.5208 8.71919 33.0376 8.71919 21.3392C8.71919 14.6592 11.8113 8.70189 16.6427 4.81995C20.2726 1.90218 29.3693 1.49992 32.2136 6.92372Z" fill="url(#paint0_linear_822_246)"/>
|
|
4
|
-
<path d="M48.0952 15.1256C48.0952 22.1616 41.3754 27.8648 33.0863 27.8648C31.8806 27.8648 28.6141 27.6988 26.2772 26.6107C25.6123 26.3009 25.6806 25.9123 26.1375 25.7232C27.1993 25.2852 35.5293 23.6867 35.5293 15.1245C35.5293 6.56241 26.6889 0.302562 16.6427 4.81679C20.2715 1.90008 24.8823 0.155518 29.9007 0.155518C39.7379 0.157618 48.0952 6.8586 48.0952 15.1256Z" fill="white"/>
|
|
5
|
-
<path d="M5.29093 48.0213C1.84591 48.0213 0.00157118 50.0946 0.00157118 52.7771V52.8538C0.00157118 55.552 1.46465 57.3207 5.13864 57.3207C7.79067 57.3207 9.57515 56.4668 10.3366 54.4544H7.77596C7.3947 55.1098 6.67839 55.4764 5.30669 55.4764C3.43188 55.4764 2.50131 54.7906 2.25764 53.5407H10.4595V52.6112C10.4595 49.957 8.67503 48.0213 5.29093 48.0213ZM2.2881 51.8024C2.59269 50.5673 3.59888 49.8509 5.33714 49.8509C7.02919 49.8509 7.8978 50.4759 8.12677 51.8024H2.2881Z" fill="white"/>
|
|
6
|
-
<path d="M20.8104 45.9175H18.8284C18.8284 46.3135 18.8137 46.9542 18.737 47.3659C18.5995 48.098 18.4167 48.2524 17.7613 48.3133C17.3496 48.3438 16.8927 48.3438 16.4505 48.3438H14.8961V47.9762C14.8961 46.6496 15.1555 46.4059 16.314 46.4059H17.0818V44.5154H16.0546C13.5244 44.5154 12.6547 45.3693 12.6547 47.8848V48.3438H10.5971V50.3236H12.6547V57.0613H14.8803L14.895 50.3236H18.5837V53.0681C18.5837 56.0404 19.3767 57.0624 22.2881 57.0624H23.9497V54.9744H22.8973C21.0981 54.9744 20.8093 54.7149 20.8093 52.6878V50.3246H23.9497V48.3448H20.8093V45.9175H20.8104Z" fill="white"/>
|
|
7
|
-
<path d="M30.9175 48.0518C29.2097 48.0518 27.8989 48.7534 27.2277 49.957L27.0334 48.3427H25.0326V60.1555H27.3349V55.6739C27.9598 56.7105 29.1036 57.2892 30.8565 57.2892C33.3258 57.2892 35.3687 55.7957 35.3687 52.7918V52.7151C35.3687 49.6829 33.6619 48.0518 30.9175 48.0518ZM32.975 52.7782C32.975 54.4397 32.1064 55.3546 30.1245 55.3546C28.2497 55.3546 27.2886 54.425 27.2886 52.7634V52.7025C27.2886 50.98 28.3715 49.9581 30.1549 49.9581C32.0297 49.9581 32.975 50.9033 32.975 52.7172V52.7782Z" fill="white"/>
|
|
8
|
-
<path d="M41.513 48.0213C38.3884 48.0213 36.2688 49.7743 36.2688 52.7015V52.7929C36.2688 55.6434 37.8391 57.3207 41.4668 57.3207C44.9885 57.3207 46.7719 55.5678 46.7719 52.7929V52.7015C46.7719 49.7438 44.6986 48.0213 41.513 48.0213ZM44.3783 52.7782C44.3783 54.4397 43.5097 55.3546 41.512 55.3546C39.591 55.3546 38.6615 54.4555 38.6615 52.7782V52.7015C38.6615 50.9023 39.6981 49.957 41.5425 49.957C43.433 49.957 44.3783 50.9328 44.3783 52.7015V52.7782Z" fill="white"/>
|
|
9
|
-
<path d="M52.8395 51.7257C50.5677 51.5734 49.9428 51.4211 49.9428 50.7805C49.9428 50.2469 50.385 49.79 52.0161 49.79C53.4487 49.79 54.3331 50.1251 54.5316 50.9947H57.0313C56.5587 49.0285 55.0042 48.0223 52.0466 48.0223C49.0889 48.0223 47.6563 49.2722 47.6563 50.9643C47.6563 52.7781 49.1803 53.3579 51.8943 53.5102C54.1503 53.632 54.8519 53.7696 54.8519 54.425C54.8519 55.0657 54.3037 55.4617 52.6568 55.4617C50.9647 55.4617 50.2022 55.0962 49.9585 54.1656H47.3055C47.6867 56.2694 49.3326 57.3207 52.5644 57.3207C55.6281 57.3207 57.1679 56.0709 57.1679 54.3326C57.1689 52.4578 55.8581 51.9085 52.8395 51.7257Z" fill="white"/>
|
|
10
|
-
<path d="M58.132 49.957C57.8548 49.957 57.6247 49.8772 57.442 49.7186C57.2592 49.56 57.1689 49.3279 57.1689 49.0244V48.9792C57.1689 48.8826 57.1794 48.7912 57.2015 48.7061C57.2235 48.621 57.254 48.5433 57.2939 48.4729C57.3779 48.329 57.4913 48.2177 57.6352 48.1389C57.7791 48.0602 57.9409 48.0213 58.1215 48.0213C58.2119 48.0213 58.2969 48.0308 58.3778 48.0486C58.4576 48.0665 58.5354 48.0948 58.6089 48.1316C58.7528 48.2083 58.8683 48.3175 58.9544 48.4603C59.0416 48.6021 59.0847 48.7733 59.0847 48.9739V49.0244C59.0847 49.1241 59.0742 49.2176 59.0521 49.3027C59.0301 49.3878 58.9975 49.4644 58.9544 49.5306C58.8704 49.6713 58.757 49.7774 58.6131 49.8488C58.4692 49.9213 58.3095 49.957 58.132 49.957ZM58.132 49.7974C58.3589 49.7974 58.5459 49.7302 58.6908 49.5968C58.8357 49.4634 58.9093 49.2691 58.9093 49.0149V48.9844C58.9093 48.7303 58.8347 48.5339 58.6866 48.3952C58.5375 48.2566 58.3495 48.1873 58.1226 48.1873C57.8989 48.1873 57.713 48.2587 57.5659 48.4026C57.4189 48.5465 57.3454 48.7418 57.3454 48.9897V49.0149C57.3454 49.2659 57.4189 49.4592 57.5659 49.5947C57.7119 49.7291 57.901 49.7974 58.132 49.7974ZM58.1415 49.1052H57.9356V49.4718H57.7655V48.4834H58.1614C58.299 48.4834 58.3967 48.5097 58.4545 48.5633C58.5133 48.6168 58.5427 48.6872 58.5427 48.7744C58.5427 48.8447 58.5259 48.9004 58.4923 48.9424C58.4587 48.9844 58.4083 49.0138 58.3421 49.0307C58.4051 49.0443 58.4503 49.0695 58.4776 49.1063C58.5049 49.143 58.5175 49.1998 58.5175 49.2764V49.4214C58.5175 49.4319 58.5196 49.4403 58.5228 49.4487C58.5259 49.4571 58.5291 49.4644 58.5333 49.4707H58.3579C58.3547 49.4676 58.3516 49.4613 58.3505 49.4529C58.3484 49.4445 58.3484 49.434 58.3484 49.4203V49.2754C58.3484 49.2113 58.3369 49.1672 58.3137 49.142C58.2885 49.1168 58.2318 49.1052 58.1415 49.1052ZM58.1415 48.9592C58.2287 48.9624 58.2896 48.9487 58.3242 48.9162C58.3589 48.8847 58.3768 48.8384 58.3768 48.7786C58.3768 48.7282 58.3579 48.6904 58.3211 48.6662C58.2843 48.641 58.2276 48.6284 58.1509 48.6284H57.9356V48.9592H58.1415Z" fill="white"/>
|
|
11
|
-
</g>
|
|
12
|
-
<defs>
|
|
13
|
-
<linearGradient id="paint0_linear_822_246" x1="28.7701" y1="28.3197" x2="20.6646" y2="-13.3798" gradientUnits="userSpaceOnUse">
|
|
14
|
-
<stop offset="0.1411" stop-color="white"/>
|
|
15
|
-
<stop offset="0.75" stop-color="white" stop-opacity="0"/>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<clipPath id="clip0_822_246">
|
|
18
|
-
<rect width="60" height="61" fill="white"/>
|
|
19
|
-
</clipPath>
|
|
20
|
-
</defs>
|
|
21
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<svg width="113" height="60" viewBox="0 0 113 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_818_25)">
|
|
3
|
-
<path d="M82.905 0H30.105C13.605 0 0.105011 13.5 0.105011 30C0.105011 46.5 13.605 60 30.105 60H82.905C99.405 60 112.905 46.5 112.905 30C112.905 13.5 99.405 0 82.905 0Z" fill="white"/>
|
|
4
|
-
<path d="M82.905 2.43C86.61 2.43 90.21 3.165 93.6 4.605C96.885 6 99.825 7.995 102.375 10.53C104.91 13.065 106.905 16.02 108.3 19.305C109.74 22.695 110.475 26.295 110.475 30C110.475 33.705 109.74 37.305 108.3 40.695C106.905 43.98 104.91 46.92 102.375 49.47C99.84 52.005 96.885 54 93.6 55.395C90.21 56.835 86.61 57.57 82.905 57.57H30.105C26.4 57.57 22.8 56.835 19.41 55.395C16.125 54 13.185 52.005 10.635 49.47C8.10001 46.935 6.10501 43.98 4.71001 40.695C3.27001 37.305 2.53501 33.705 2.53501 30C2.53501 26.295 3.27001 22.695 4.71001 19.305C6.10501 16.02 8.10001 13.08 10.635 10.53C13.17 7.995 16.125 6 19.41 4.605C22.8 3.165 26.4 2.43 30.105 2.43H82.905ZM82.905 0H30.105C13.605 0 0.105011 13.5 0.105011 30C0.105011 46.5 13.605 60 30.105 60H82.905C99.405 60 112.905 46.5 112.905 30C112.905 13.5 99.405 0 82.905 0Z" fill="#3C4043"/>
|
|
5
|
-
<path d="M53.895 32.13V41.205H51.015V18.795H58.65C60.585 18.795 62.235 19.44 63.585 20.73C64.965 22.02 65.655 23.595 65.655 25.455C65.655 27.36 64.965 28.935 63.585 30.21C62.25 31.485 60.6 32.115 58.65 32.115H53.895V32.13ZM53.895 21.555V29.37H58.71C59.85 29.37 60.81 28.98 61.56 28.215C62.325 27.45 62.715 26.52 62.715 25.47C62.715 24.435 62.325 23.52 61.56 22.755C60.81 21.96 59.865 21.57 58.71 21.57H53.895V21.555Z" fill="#3C4043"/>
|
|
6
|
-
<path d="M73.185 25.365C75.315 25.365 76.995 25.935 78.225 27.075C79.455 28.215 80.07 29.775 80.07 31.755V41.205H77.325V39.075H77.205C76.02 40.83 74.43 41.7 72.45 41.7C70.755 41.7 69.345 41.205 68.205 40.2C67.065 39.195 66.495 37.95 66.495 36.45C66.495 34.86 67.095 33.6 68.295 32.67C69.495 31.725 71.1 31.26 73.095 31.26C74.805 31.26 76.215 31.575 77.31 32.205V31.545C77.31 30.54 76.92 29.7 76.125 28.995C75.33 28.29 74.4 27.945 73.335 27.945C71.73 27.945 70.455 28.62 69.525 29.985L66.99 28.395C68.385 26.37 70.455 25.365 73.185 25.365ZM69.465 36.495C69.465 37.245 69.78 37.875 70.425 38.37C71.055 38.865 71.805 39.12 72.66 39.12C73.875 39.12 74.955 38.67 75.9 37.77C76.845 36.87 77.325 35.82 77.325 34.605C76.425 33.9 75.18 33.54 73.575 33.54C72.405 33.54 71.43 33.825 70.65 34.38C69.855 34.965 69.465 35.67 69.465 36.495Z" fill="#3C4043"/>
|
|
7
|
-
<path d="M95.73 25.86L86.13 47.94H83.16L86.73 40.215L80.4 25.86H83.535L88.095 36.87H88.155L92.595 25.86H95.73Z" fill="#3C4043"/>
|
|
8
|
-
<path d="M42.4395 30.3C42.4395 29.361 42.3555 28.4625 42.1995 27.5985H30.1275V32.5485L37.08 32.55C36.798 34.197 35.8905 35.601 34.5 36.537V39.7485H38.6385C41.055 37.512 42.4395 34.206 42.4395 30.3Z" fill="#4285F4"/>
|
|
9
|
-
<path d="M34.5015 36.537C33.3495 37.314 31.866 37.7685 30.1305 37.7685C26.778 37.7685 23.934 35.5095 22.9155 32.4645H18.6465V35.7765C20.7615 39.9735 25.1085 42.8535 30.1305 42.8535C33.6015 42.8535 36.5175 41.712 38.64 39.747L34.5015 36.537Z" fill="#34A853"/>
|
|
10
|
-
<path d="M22.5135 30.0075C22.5135 29.1525 22.656 28.326 22.9155 27.549V24.237H18.6465C17.772 25.9725 17.28 27.9315 17.28 30.0075C17.28 32.0835 17.7735 34.0425 18.6465 35.778L22.9155 32.466C22.656 31.689 22.5135 30.8625 22.5135 30.0075Z" fill="#FABB05"/>
|
|
11
|
-
<path d="M30.1305 22.245C32.025 22.245 33.7215 22.8975 35.061 24.1725L38.7285 20.508C36.501 18.4335 33.597 17.16 30.1305 17.16C25.11 17.16 20.7615 20.04 18.6465 24.237L22.9155 27.549C23.934 24.504 26.778 22.245 30.1305 22.245Z" fill="#E94235"/>
|
|
12
|
-
</g>
|
|
13
|
-
<defs>
|
|
14
|
-
<clipPath id="clip0_818_25">
|
|
15
|
-
<rect width="112.95" height="60" fill="white"/>
|
|
16
|
-
</clipPath>
|
|
17
|
-
</defs>
|
|
18
|
-
</svg>
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { clsx } from 'clsx';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Symbol } from '../../symbol.component.js';
|
|
4
|
-
export function BTPanoramaMultibrandLargeLogo({ 'aria-label': ariaLabel = 'BT Panorama', copyrightYear = '2025', viewBoxWidth = 180, viewBoxHeight = 65, align = 'left', offset = [
|
|
5
|
-
null,
|
|
6
|
-
4.09,
|
|
7
|
-
8.18
|
|
8
|
-
], className, ...props }) {
|
|
9
|
-
return React.createElement(Symbol, {
|
|
10
|
-
className: clsx('h-[65px] w-[180px]', className),
|
|
11
|
-
"aria-label": ariaLabel,
|
|
12
|
-
align: align,
|
|
13
|
-
offset: offset,
|
|
14
|
-
copyrightYear: copyrightYear,
|
|
15
|
-
viewBoxWidth: viewBoxWidth,
|
|
16
|
-
viewBoxHeight: viewBoxHeight,
|
|
17
|
-
...props
|
|
18
|
-
}, React.createElement("g", {
|
|
19
|
-
"clip-path": "url(#clip0_2155_212)"
|
|
20
|
-
}, React.createElement("path", {
|
|
21
|
-
d: "M35.9081 22.6837V26.3817H41.1136V42.2796H45.0504V26.3817H50.2439V22.6837H35.9081Z",
|
|
22
|
-
fill: "black"
|
|
23
|
-
}), React.createElement("path", {
|
|
24
|
-
"fill-rule": "evenodd",
|
|
25
|
-
"clip-rule": "evenodd",
|
|
26
|
-
d: "M33.3292 31.8217C34.4743 30.9068 35.1333 29.5164 35.116 28.0524C35.116 26.3817 34.6454 25.05 33.6092 24.1284C32.5728 23.2069 31.0898 22.6837 29.166 22.6837H20.0714V30.05L22.9362 32.2557L20.0714 34.4674V42.2796H29.6544C33.4364 42.2796 35.8605 40.0025 35.8605 36.4592C35.97 34.5583 34.9887 32.7604 33.3292 31.8217ZM24.038 26.2866H29.166C30.4644 26.2866 31.2804 27.0298 31.2804 28.2605C31.2895 28.8156 31.0669 29.3495 30.6658 29.7341C30.2646 30.1187 29.7213 30.3193 29.166 30.2878H24.0439L24.038 26.2866ZM24.0439 38.647H29.166V38.653C30.3811 38.653 31.8521 38.2427 31.8521 36.2688C31.8521 34.7409 30.8635 33.8908 29.0767 33.8908H24.0439V38.647Z",
|
|
27
|
-
fill: "black"
|
|
28
|
-
}), React.createElement("path", {
|
|
29
|
-
d: "M7.1173 33.2487C6.69735 33.2462 6.32478 32.9792 6.18818 32.5828C6.1457 32.481 6.12345 32.3719 6.12266 32.2617C6.12087 32.155 6.14327 32.0494 6.18818 31.9526C6.31735 31.5524 6.69022 31.2811 7.11134 31.2807H17.963C17.7673 30.0665 17.1992 28.9427 16.337 28.0643L16.2894 28.0108L14.9255 26.6374L14.8719 26.5958L10.2799 22L0 32.2557L10.274 42.5175L14.8481 37.9336L14.9255 37.8623L16.2894 36.4948L16.3549 36.4235C17.2019 35.5467 17.7608 34.433 17.957 33.2308L7.1173 33.2487Z",
|
|
30
|
-
fill: "#007BC6"
|
|
31
|
-
}), React.createElement("path", {
|
|
32
|
-
d: "M57.5682 22.6361H66.0293C66.5859 22.6361 67.1983 22.7011 67.8663 22.831C68.5528 22.961 69.1836 23.2301 69.7588 23.6385C70.3527 24.0284 70.8443 24.5945 71.234 25.3371C71.6236 26.0611 71.8185 27.0171 71.8185 28.2051C71.8185 29.9501 71.2804 31.2959 70.2042 32.2427C69.128 33.1894 67.5879 33.6628 65.584 33.6628H58.7928V42.5175H57.5682V22.6361ZM58.7928 32.6047H65.7789C66.6694 32.6047 67.421 32.4747 68.0333 32.2148C68.6642 31.9364 69.1651 31.5837 69.5362 31.1567C69.9074 30.7298 70.1764 30.2564 70.3434 29.7366C70.5103 29.2168 70.5939 28.6971 70.5939 28.1773C70.5939 27.806 70.5382 27.3698 70.4268 26.8686C70.3155 26.3488 70.0928 25.8569 69.7588 25.3928C69.4249 24.9101 68.9518 24.511 68.3394 24.1954C67.7457 23.8613 66.9478 23.6942 65.9458 23.6942H58.7928V32.6047Z",
|
|
33
|
-
fill: "black"
|
|
34
|
-
}), React.createElement("path", {
|
|
35
|
-
d: "M82.4657 39.6775H82.4101C82.2431 40.1043 82.0018 40.5128 81.6864 40.9026C81.371 41.2738 80.9813 41.608 80.5175 41.905C80.0721 42.202 79.5619 42.4341 78.9867 42.6011C78.4115 42.7682 77.7806 42.8518 77.094 42.8518C75.5726 42.8518 74.3943 42.5269 73.5593 41.8772C72.7243 41.2089 72.3069 40.188 72.3069 38.8143C72.3069 37.9789 72.4738 37.3013 72.8078 36.7816C73.1418 36.2432 73.5593 35.8255 74.0603 35.5285C74.5798 35.213 75.1458 34.9902 75.7581 34.8603C76.389 34.7302 76.992 34.6375 77.5672 34.5817L79.2093 34.4425C79.9701 34.3869 80.5639 34.3033 80.9906 34.192C81.436 34.062 81.77 33.8949 81.9926 33.6907C82.2153 33.468 82.3544 33.1895 82.4101 32.8553C82.4657 32.5212 82.4936 32.1035 82.4936 31.6023C82.4936 31.2125 82.4193 30.8505 82.2709 30.5164C82.1225 30.1822 81.8905 29.8852 81.5751 29.6253C81.2597 29.3654 80.8515 29.1612 80.3505 29.0127C79.8495 28.8642 79.2372 28.79 78.5135 28.79C77.2332 28.79 76.1942 29.1056 75.3963 29.7367C74.617 30.3679 74.1902 31.3239 74.1159 32.6048H73.0583C73.1326 31.0269 73.6335 29.8481 74.5613 29.0684C75.5076 28.2702 76.8436 27.8711 78.5692 27.8711C80.2948 27.8711 81.5473 28.2145 82.3266 28.9014C83.1245 29.5696 83.5234 30.4514 83.5234 31.5466V39.8724C83.5234 40.0766 83.5234 40.2807 83.5234 40.4849C83.542 40.6891 83.579 40.8748 83.6347 41.0418C83.6904 41.2089 83.7832 41.3481 83.913 41.4595C84.0429 41.5523 84.2285 41.5988 84.4697 41.5988C84.6553 41.5988 84.915 41.5709 85.249 41.5152V42.4062C84.9707 42.4805 84.6831 42.5176 84.3862 42.5176C83.9594 42.5176 83.6162 42.462 83.3564 42.3506C83.1152 42.2392 82.9296 42.0907 82.7997 41.905C82.6698 41.7194 82.577 41.5059 82.5214 41.2646C82.4843 41.0047 82.4657 40.7262 82.4657 40.4293V39.6775ZM82.4657 34.3869C82.206 34.7025 81.807 34.9159 81.2689 35.0273C80.7494 35.1387 80.1649 35.2222 79.5155 35.2779L77.7342 35.445C77.2147 35.5007 76.6951 35.5842 76.1756 35.6956C75.656 35.7884 75.1829 35.9555 74.7562 36.1968C74.3479 36.4381 74.0139 36.7722 73.7542 37.1992C73.4943 37.6076 73.3645 38.1459 73.3645 38.8143C73.3645 39.8724 73.6985 40.6613 74.3665 41.1811C75.0344 41.6823 75.953 41.9329 77.1219 41.9329C78.328 41.9329 79.2836 41.7194 79.9887 41.2925C80.6937 40.8469 81.2319 40.3457 81.6029 39.7888C81.974 39.2134 82.206 38.6657 82.2988 38.1459C82.4101 37.6076 82.4657 37.2456 82.4657 37.06V34.3869Z",
|
|
36
|
-
fill: "black"
|
|
37
|
-
}), React.createElement("path", {
|
|
38
|
-
d: "M86.8911 28.2052H87.9488V31.2682H88.0045C88.19 30.7299 88.4498 30.2565 88.7838 29.8481C89.1363 29.4211 89.5352 29.0592 89.9806 28.7621C90.4444 28.4651 90.9454 28.2424 91.4835 28.0939C92.0216 27.9453 92.569 27.8711 93.1256 27.8711C93.9607 27.8711 94.6657 27.9732 95.2409 28.1774C95.8344 28.3816 96.3174 28.6508 96.6878 28.9849C97.0591 29.319 97.3464 29.6996 97.5507 30.1265C97.7741 30.5349 97.9316 30.9526 98.0242 31.3796C98.1168 31.8066 98.1731 32.2242 98.1912 32.6326C98.2093 33.0225 98.2189 33.3658 98.2189 33.6629V42.5176H97.1613V33.468C97.1613 33.1153 97.1336 32.6698 97.0782 32.1314C97.0219 31.593 96.8548 31.0826 96.5771 30.5999C96.3174 30.0987 95.9089 29.6717 95.3522 29.319C94.8141 28.9663 94.0627 28.79 93.0978 28.79C92.2814 28.79 91.5577 28.9385 90.9268 29.2355C90.296 29.5325 89.7579 29.9502 89.3126 30.4885C88.8672 31.0083 88.524 31.6394 88.2827 32.382C88.0601 33.106 87.9488 33.9042 87.9488 34.7766V42.5176H86.8911V28.2052Z",
|
|
39
|
-
fill: "black"
|
|
40
|
-
}), React.createElement("path", {
|
|
41
|
-
d: "M100.656 35.3614C100.656 34.3404 100.795 33.3844 101.073 32.4934C101.37 31.5838 101.798 30.7855 102.354 30.0987C102.911 29.4119 103.597 28.8735 104.413 28.4837C105.23 28.0753 106.166 27.8711 107.224 27.8711C108.282 27.8711 109.219 28.0753 110.035 28.4837C110.852 28.8735 111.539 29.4119 112.095 30.0987C112.652 30.7855 113.069 31.5838 113.348 32.4934C113.644 33.3844 113.793 34.3404 113.793 35.3614C113.793 36.3824 113.644 37.3477 113.348 38.2573C113.069 39.167 112.652 39.9652 112.095 40.652C111.539 41.3202 110.852 41.8586 110.035 42.2671C109.219 42.6569 108.282 42.8518 107.224 42.8518C106.166 42.8518 105.23 42.6569 104.413 42.2671C103.597 41.8586 102.911 41.3202 102.354 40.652C101.798 39.9652 101.37 39.167 101.073 38.2573C100.795 37.3477 100.656 36.3824 100.656 35.3614ZM101.714 35.3614C101.714 36.2153 101.834 37.0414 102.075 37.8397C102.317 38.6194 102.669 39.3154 103.133 39.928C103.597 40.5407 104.172 41.0325 104.859 41.4039C105.545 41.7566 106.334 41.9329 107.224 41.9329C108.115 41.9329 108.904 41.7566 109.59 41.4039C110.277 41.0325 110.852 40.5407 111.316 39.928C111.779 39.3154 112.132 38.6194 112.374 37.8397C112.614 37.0414 112.736 36.2153 112.736 35.3614C112.736 34.5076 112.614 33.6907 112.374 32.9111C112.132 32.1128 111.779 31.4074 111.316 30.7948C110.852 30.1822 110.277 29.6996 109.59 29.3469C108.904 28.9756 108.115 28.79 107.224 28.79C106.334 28.79 105.545 28.9756 104.859 29.3469C104.172 29.6996 103.597 30.1822 103.133 30.7948C102.669 31.4074 102.317 32.1128 102.075 32.9111C101.834 33.6907 101.714 34.5076 101.714 35.3614Z",
|
|
42
|
-
fill: "black"
|
|
43
|
-
}), React.createElement("path", {
|
|
44
|
-
d: "M117.331 31.3796H117.414C117.544 30.9155 117.776 30.4792 118.11 30.0708C118.463 29.6624 118.88 29.3097 119.362 29.0127C119.863 28.7157 120.411 28.493 121.005 28.3444C121.617 28.1774 122.248 28.1031 122.897 28.1217V29.1798C122.34 29.1055 121.701 29.1612 120.977 29.3469C120.272 29.5325 119.594 29.9409 118.945 30.572C118.685 30.8505 118.453 31.1197 118.249 31.3796C118.064 31.6394 117.905 31.9272 117.776 32.2428C117.646 32.5584 117.544 32.9111 117.47 33.3009C117.396 33.6907 117.349 34.1548 117.331 34.6931V42.5176H116.273V28.2052H117.331V31.3796Z",
|
|
45
|
-
fill: "black"
|
|
46
|
-
}), React.createElement("path", {
|
|
47
|
-
d: "M132.966 39.6775H132.911C132.744 40.1043 132.502 40.5128 132.187 40.9026C131.872 41.2738 131.482 41.608 131.018 41.905C130.573 42.202 130.063 42.4341 129.488 42.6011C128.912 42.7682 128.281 42.8518 127.595 42.8518C126.073 42.8518 124.896 42.5269 124.06 41.8772C123.225 41.2089 122.808 40.188 122.808 38.8143C122.808 37.9789 122.975 37.3013 123.309 36.7816C123.643 36.2432 124.06 35.8255 124.561 35.5285C125.081 35.213 125.647 34.9902 126.259 34.8603C126.89 34.7302 127.493 34.6375 128.068 34.5817L129.71 34.4425C130.471 34.3869 131.065 34.3033 131.491 34.192C131.937 34.062 132.271 33.8949 132.494 33.6907C132.716 33.468 132.856 33.1895 132.911 32.8553C132.966 32.5212 132.995 32.1035 132.995 31.6023C132.995 31.2125 132.92 30.8505 132.772 30.5164C132.624 30.1822 132.392 29.8852 132.076 29.6253C131.761 29.3654 131.352 29.1612 130.851 29.0127C130.351 28.8642 129.738 28.79 129.014 28.79C127.734 28.79 126.695 29.1056 125.897 29.7367C125.118 30.3679 124.691 31.3239 124.617 32.6048H123.559C123.634 31.0269 124.135 29.8481 125.063 29.0684C126.009 28.2702 127.345 27.8711 129.07 27.8711C130.796 27.8711 132.048 28.2145 132.828 28.9014C133.626 29.5696 134.024 30.4514 134.024 31.5466V39.8724C134.024 40.0766 134.024 40.2807 134.024 40.4849C134.043 40.6891 134.08 40.8748 134.136 41.0418C134.191 41.2089 134.284 41.3481 134.414 41.4595C134.544 41.5523 134.729 41.5988 134.971 41.5988C135.156 41.5988 135.416 41.5709 135.75 41.5152V42.4062C135.472 42.4805 135.184 42.5176 134.887 42.5176C134.46 42.5176 134.117 42.462 133.858 42.3506C133.616 42.2392 133.43 42.0907 133.3 41.905C133.171 41.7194 133.078 41.5059 133.023 41.2646C132.985 41.0047 132.966 40.7262 132.966 40.4293V39.6775ZM132.966 34.3869C132.707 34.7025 132.308 34.9159 131.77 35.0273C131.25 35.1387 130.666 35.2222 130.017 35.2779L128.236 35.445C127.715 35.5007 127.196 35.5842 126.677 35.6956C126.157 35.7884 125.684 35.9555 125.257 36.1968C124.849 36.4381 124.515 36.7722 124.255 37.1992C123.995 37.6076 123.866 38.1459 123.866 38.8143C123.866 39.8724 124.2 40.6613 124.867 41.1811C125.535 41.6823 126.453 41.9329 127.623 41.9329C128.829 41.9329 129.785 41.7194 130.489 41.2925C131.195 40.8469 131.733 40.3457 132.104 39.7888C132.475 39.2134 132.707 38.6657 132.8 38.1459C132.911 37.6076 132.966 37.2456 132.966 37.06V34.3869Z",
|
|
48
|
-
fill: "black"
|
|
49
|
-
}), React.createElement("path", {
|
|
50
|
-
d: "M137.42 28.2052H138.478V31.129H138.533C138.645 30.6835 138.84 30.2658 139.117 29.8759C139.396 29.4675 139.73 29.1148 140.12 28.8178C140.528 28.5208 140.973 28.2888 141.456 28.1217C141.956 27.9546 142.476 27.8711 143.014 27.8711C143.701 27.8711 144.295 27.9639 144.796 28.1495C145.296 28.3166 145.724 28.5487 146.076 28.8457C146.428 29.1241 146.707 29.449 146.911 29.8202C147.115 30.173 147.254 30.5349 147.328 30.9062H147.384C147.81 29.9038 148.376 29.152 149.082 28.6508C149.805 28.131 150.751 27.8711 151.921 27.8711C152.57 27.8711 153.163 27.9732 153.702 28.1774C154.258 28.363 154.732 28.66 155.121 29.0684C155.53 29.4583 155.845 29.9595 156.068 30.5721C156.291 31.1847 156.401 31.9086 156.401 32.744V42.5176H155.344V32.7162C155.344 31.8066 155.205 31.0918 154.927 30.5721C154.649 30.0523 154.315 29.6625 153.924 29.4026C153.554 29.1241 153.173 28.9571 152.784 28.9014C152.412 28.8271 152.125 28.79 151.921 28.79C151.272 28.79 150.668 28.9014 150.112 29.1241C149.573 29.3469 149.1 29.681 148.692 30.1265C148.302 30.5721 147.997 31.129 147.773 31.7972C147.551 32.447 147.44 33.1988 147.44 34.0527V42.5176H146.382V32.7162C146.382 31.8251 146.243 31.1197 145.964 30.5999C145.705 30.0616 145.39 29.6625 145.018 29.4026C144.666 29.1427 144.295 28.9756 143.905 28.9014C143.534 28.8271 143.237 28.79 143.014 28.79C142.514 28.79 141.993 28.8921 141.456 29.0963C140.918 29.3005 140.426 29.6161 139.98 30.043C139.535 30.47 139.174 31.0176 138.895 31.6859C138.617 32.3542 138.478 33.1431 138.478 34.0527V42.5176H137.42V28.2052Z",
|
|
51
|
-
fill: "black"
|
|
52
|
-
}), React.createElement("path", {
|
|
53
|
-
d: "M169.035 39.6775H168.979C168.812 40.1043 168.571 40.5128 168.256 40.9026C167.94 41.2738 167.55 41.608 167.087 41.905C166.642 42.202 166.131 42.4341 165.555 42.6011C164.981 42.7682 164.35 42.8518 163.664 42.8518C162.142 42.8518 160.963 42.5269 160.129 41.8772C159.294 41.2089 158.876 40.188 158.876 38.8143C158.876 37.9789 159.043 37.3013 159.377 36.7816C159.711 36.2432 160.129 35.8255 160.629 35.5285C161.149 35.213 161.715 34.9902 162.327 34.8603C162.958 34.7302 163.561 34.6375 164.136 34.5817L165.779 34.4425C166.54 34.3869 167.133 34.3033 167.56 34.192C168.005 34.062 168.339 33.8949 168.562 33.6907C168.785 33.468 168.924 33.1895 168.979 32.8553C169.035 32.5212 169.062 32.1035 169.062 31.6023C169.062 31.2125 168.989 30.8505 168.84 30.5164C168.692 30.1822 168.46 29.8852 168.144 29.6253C167.829 29.3654 167.421 29.1612 166.919 29.0127C166.418 28.8642 165.806 28.79 165.083 28.79C163.803 28.79 162.763 29.1056 161.965 29.7367C161.186 30.3679 160.76 31.3239 160.685 32.6048H159.628C159.702 31.0269 160.202 29.8481 161.13 29.0684C162.077 28.2702 163.412 27.8711 165.138 27.8711C166.864 27.8711 168.116 28.2145 168.895 28.9014C169.693 29.5696 170.092 30.4514 170.092 31.5466V39.8724C170.092 40.0766 170.092 40.2807 170.092 40.4849C170.111 40.6891 170.149 40.8748 170.204 41.0418C170.259 41.2089 170.352 41.3481 170.482 41.4595C170.612 41.5523 170.798 41.5988 171.039 41.5988C171.224 41.5988 171.484 41.5709 171.818 41.5152V42.4062C171.539 42.4805 171.252 42.5176 170.955 42.5176C170.529 42.5176 170.185 42.462 169.925 42.3506C169.685 42.2392 169.499 42.0907 169.369 41.905C169.239 41.7194 169.146 41.5059 169.091 41.2646C169.054 41.0047 169.035 40.7262 169.035 40.4293V39.6775ZM169.035 34.3869C168.775 34.7025 168.376 34.9159 167.838 35.0273C167.318 35.1387 166.734 35.2222 166.084 35.2779L164.303 35.445C163.784 35.5007 163.265 35.5842 162.745 35.6956C162.225 35.7884 161.753 35.9555 161.325 36.1968C160.917 36.4381 160.583 36.7722 160.324 37.1992C160.064 37.6076 159.934 38.1459 159.934 38.8143C159.934 39.8724 160.267 40.6613 160.935 41.1811C161.604 41.6823 162.522 41.9329 163.691 41.9329C164.897 41.9329 165.852 41.7194 166.558 41.2925C167.263 40.8469 167.801 40.3457 168.172 39.7888C168.543 39.2134 168.775 38.6657 168.868 38.1459C168.979 37.6076 169.035 37.2456 169.035 37.06V34.3869Z",
|
|
54
|
-
fill: "black"
|
|
55
|
-
})), React.createElement("defs", null, React.createElement("clipPath", {
|
|
56
|
-
id: "clip0_2155_212"
|
|
57
|
-
}, React.createElement("rect", {
|
|
58
|
-
width: "171.818",
|
|
59
|
-
height: "21",
|
|
60
|
-
fill: "white",
|
|
61
|
-
transform: "translate(0 22)"
|
|
62
|
-
}))));
|
|
63
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { clsx } from 'clsx';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Symbol } from '../../symbol.component.js';
|
|
4
|
-
export function BTPanoramaMultibrandSmallLogo({ 'aria-label': ariaLabel = 'BT Panorama', copyrightYear = '2025', viewBoxWidth = 122, viewBoxHeight = 44, align = 'left', offset = [
|
|
5
|
-
null,
|
|
6
|
-
3.725,
|
|
7
|
-
7.45
|
|
8
|
-
], className, ...props }) {
|
|
9
|
-
return React.createElement(Symbol, {
|
|
10
|
-
className: clsx('h-[44px] w-[122px]', className),
|
|
11
|
-
"aria-label": ariaLabel,
|
|
12
|
-
align: align,
|
|
13
|
-
offset: offset,
|
|
14
|
-
copyrightYear: copyrightYear,
|
|
15
|
-
viewBoxWidth: viewBoxWidth,
|
|
16
|
-
viewBoxHeight: viewBoxHeight,
|
|
17
|
-
...props
|
|
18
|
-
}, React.createElement("g", {
|
|
19
|
-
"clip-path": "url(#clip0_2155_223)"
|
|
20
|
-
}, React.createElement("path", {
|
|
21
|
-
d: "M23.9387 15.4558V17.9212H27.4091V28.5197H30.0336V17.9212H33.4959V15.4558H23.9387Z",
|
|
22
|
-
fill: "black"
|
|
23
|
-
}), React.createElement("path", {
|
|
24
|
-
"fill-rule": "evenodd",
|
|
25
|
-
"clip-rule": "evenodd",
|
|
26
|
-
d: "M22.2195 21.5478C22.9829 20.9379 23.4222 20.0109 23.4107 19.0349C23.4107 17.9212 23.097 17.0333 22.4061 16.419C21.7152 15.8046 20.7266 15.4558 19.4441 15.4558H13.381V20.3667L15.2908 21.8372L13.381 23.3116V28.5197H19.7696C22.291 28.5197 23.907 27.0017 23.907 24.6394C23.9801 23.3722 23.3258 22.1736 22.2195 21.5478ZM16.0254 17.8577H19.4441C20.3096 17.8577 20.8536 18.3532 20.8536 19.1736C20.8597 19.5437 20.7113 19.8996 20.4439 20.1561C20.1765 20.4125 19.8142 20.5462 19.4441 20.5252H16.0293L16.0254 17.8577ZM16.0293 26.098H19.4441V26.102C20.2541 26.102 21.2348 25.8285 21.2348 24.5126C21.2348 23.4939 20.5757 22.9272 19.3845 22.9272H16.0293V26.098Z",
|
|
27
|
-
fill: "black"
|
|
28
|
-
}), React.createElement("path", {
|
|
29
|
-
d: "M4.74487 22.4991C4.4649 22.4974 4.21652 22.3195 4.12545 22.0552C4.09713 21.9873 4.0823 21.9146 4.08178 21.8412C4.08058 21.77 4.09552 21.6996 4.12545 21.635C4.21157 21.3683 4.46015 21.1874 4.7409 21.1871H11.9753C11.8449 20.3777 11.4661 19.6285 10.8914 19.0429L10.8596 19.0072L9.95031 18.0916L9.91461 18.0638L6.85325 15L0 21.8372L6.84931 28.6783L9.8987 25.6224L9.95031 25.5748L10.8596 24.6632L10.9033 24.6156C11.4679 24.0311 11.8405 23.2886 11.9713 22.4872L4.74487 22.4991Z",
|
|
30
|
-
fill: "#007BC6"
|
|
31
|
-
}), React.createElement("path", {
|
|
32
|
-
d: "M38.3788 15.4241H44.0195C44.3906 15.4241 44.7988 15.4674 45.2441 15.554C45.7018 15.6406 46.1224 15.8201 46.5058 16.0924C46.9017 16.3522 47.2295 16.7297 47.4893 17.2247C47.749 17.7074 47.8789 18.3447 47.8789 19.1368C47.8789 20.3001 47.5202 21.1973 46.8028 21.8285C46.0853 22.4596 45.0586 22.7752 43.7226 22.7752H39.1952V28.6783H38.3788V15.4241ZM39.1952 22.0698H43.8525C44.4463 22.0698 44.9473 21.9832 45.3555 21.8099C45.7761 21.6243 46.11 21.3891 46.3574 21.1045C46.6049 20.8198 46.7842 20.5043 46.8956 20.1577C47.0069 19.8112 47.0625 19.4647 47.0625 19.1182C47.0625 18.8707 47.0254 18.5799 46.9512 18.2457C46.877 17.8992 46.7285 17.5712 46.5058 17.2618C46.2832 16.9401 45.9678 16.674 45.5596 16.4636C45.1638 16.2409 44.6318 16.1295 43.9638 16.1295H39.1952V22.0698Z",
|
|
33
|
-
fill: "black"
|
|
34
|
-
}), React.createElement("path", {
|
|
35
|
-
d: "M54.9772 26.785H54.9401C54.8288 27.0696 54.6679 27.3419 54.4576 27.6017C54.2473 27.8492 53.9875 28.072 53.6783 28.27C53.3814 28.468 53.0413 28.6227 52.6578 28.7341C52.2743 28.8455 51.8538 28.9012 51.396 28.9012C50.3817 28.9012 49.5962 28.6846 49.0396 28.2515C48.4829 27.806 48.2046 27.1253 48.2046 26.2095C48.2046 25.6526 48.3159 25.2009 48.5386 24.8544C48.7612 24.4955 49.0396 24.217 49.3735 24.019C49.7199 23.8086 50.0972 23.6601 50.5054 23.5735C50.926 23.4868 51.328 23.425 51.7115 23.3878L52.8062 23.295C53.3134 23.2579 53.7093 23.2022 53.9937 23.128C54.2906 23.0413 54.5133 22.9299 54.6617 22.7938C54.8102 22.6453 54.903 22.4597 54.9401 22.2369C54.9772 22.0142 54.9957 21.7357 54.9957 21.4015C54.9957 21.1417 54.9462 20.9003 54.8473 20.6776C54.7483 20.4548 54.5937 20.2568 54.3834 20.0836C54.1731 19.9103 53.901 19.7742 53.567 19.6752C53.233 19.5762 52.8248 19.5267 52.3424 19.5267C51.4888 19.5267 50.7961 19.737 50.2642 20.1578C49.7447 20.5786 49.4601 21.2159 49.4106 22.0698H48.7055C48.755 21.0179 49.089 20.2321 49.7076 19.7123C50.3384 19.1801 51.229 18.9141 52.3795 18.9141C53.5299 18.9141 54.3648 19.143 54.8844 19.6009C55.4163 20.0464 55.6822 20.6343 55.6822 21.3644V26.9149C55.6822 27.051 55.6822 27.1872 55.6822 27.3233C55.6947 27.4594 55.7193 27.5832 55.7564 27.6945C55.7936 27.806 55.8555 27.8987 55.942 27.973C56.0286 28.0349 56.1523 28.0658 56.3131 28.0658C56.4368 28.0658 56.61 28.0473 56.8327 28.0101V28.6041C56.6471 28.6537 56.4554 28.6784 56.2575 28.6784C55.9729 28.6784 55.7441 28.6413 55.5709 28.567C55.4101 28.4928 55.2864 28.3938 55.1998 28.27C55.1132 28.1463 55.0514 28.0039 55.0143 27.8431C54.9896 27.6698 54.9772 27.4842 54.9772 27.2862V26.785ZM54.9772 23.2579C54.804 23.4683 54.538 23.6106 54.1793 23.6849C53.8329 23.7591 53.4433 23.8148 53.0103 23.8519L51.8228 23.9633C51.4765 24.0004 51.1301 24.0561 50.7837 24.1304C50.4373 24.1922 50.122 24.3037 49.8374 24.4645C49.5653 24.6254 49.3426 24.8481 49.1694 25.1328C48.9962 25.4051 48.9097 25.7639 48.9097 26.2095C48.9097 26.9149 49.1323 27.4409 49.5777 27.7874C50.0229 28.1215 50.6353 28.2886 51.4146 28.2886C52.2186 28.2886 52.8557 28.1463 53.3258 27.8616C53.7958 27.5646 54.1546 27.2305 54.4019 26.8592C54.6494 26.4756 54.804 26.1105 54.8659 25.7639C54.9401 25.4051 54.9772 25.1637 54.9772 25.04V23.2579Z",
|
|
36
|
-
fill: "black"
|
|
37
|
-
}), React.createElement("path", {
|
|
38
|
-
d: "M57.9274 19.1368H58.6325V21.1788H58.6696C58.7933 20.8199 58.9665 20.5043 59.1891 20.2321C59.4242 19.9474 59.6901 19.7061 59.987 19.5081C60.2962 19.3101 60.6303 19.1616 60.989 19.0626C61.3477 18.9636 61.7127 18.9141 62.0837 18.9141C62.6404 18.9141 63.1104 18.9821 63.4939 19.1183C63.8896 19.2544 64.2116 19.4338 64.4585 19.6566C64.706 19.8794 64.8976 20.1331 65.0338 20.4177C65.1827 20.69 65.2877 20.9684 65.3494 21.253C65.4111 21.5377 65.4487 21.8161 65.4608 22.0884C65.4729 22.3483 65.4792 22.5772 65.4792 22.7752V28.6784H64.7741V22.6453C64.7741 22.4102 64.7557 22.1132 64.7188 21.7543C64.6812 21.3954 64.5699 21.055 64.3847 20.7333C64.2116 20.3991 63.9392 20.1145 63.5681 19.8794C63.2094 19.6442 62.7084 19.5267 62.0652 19.5267C61.5209 19.5267 61.0384 19.6257 60.6178 19.8237C60.1973 20.0217 59.8386 20.3001 59.5417 20.659C59.2448 21.0055 59.0159 21.4263 58.8551 21.9213C58.7067 22.404 58.6325 22.9361 58.6325 23.5178V28.6784H57.9274V19.1368Z",
|
|
39
|
-
fill: "black"
|
|
40
|
-
}), React.createElement("path", {
|
|
41
|
-
d: "M67.1039 23.9076C67.1039 23.2269 67.1968 22.5896 67.382 21.9956C67.5799 21.3892 67.865 20.857 68.236 20.3991C68.607 19.9412 69.0645 19.5823 69.6086 19.3225C70.1533 19.0502 70.7776 18.9141 71.4827 18.9141C72.1878 18.9141 72.8127 19.0502 73.3568 19.3225C73.9015 19.5823 74.3591 19.9412 74.7301 20.3991C75.1011 20.857 75.3792 21.3892 75.565 21.9956C75.7629 22.5896 75.8622 23.2269 75.8622 23.9076C75.8622 24.5882 75.7629 25.2318 75.565 25.8382C75.3792 26.4447 75.1011 26.9768 74.7301 27.4346C74.3591 27.8802 73.9015 28.2391 73.3568 28.5114C72.8127 28.7713 72.1878 28.9012 71.4827 28.9012C70.7776 28.9012 70.1533 28.7713 69.6086 28.5114C69.0645 28.2391 68.607 27.8802 68.236 27.4346C67.865 26.9768 67.5799 26.4447 67.382 25.8382C67.1968 25.2318 67.1039 24.5882 67.1039 23.9076ZM67.809 23.9076C67.809 24.4769 67.8892 25.0276 68.0502 25.5598C68.2112 26.0796 68.446 26.5436 68.7552 26.952C69.0645 27.3604 69.4482 27.6884 69.9058 27.9359C70.3633 28.171 70.889 28.2886 71.4827 28.2886C72.0764 28.2886 72.6027 28.171 73.0602 27.9359C73.5178 27.6884 73.9015 27.3604 74.2108 26.952C74.5194 26.5436 74.7549 26.0796 74.9159 25.5598C75.0763 25.0276 75.1571 24.4769 75.1571 23.9076C75.1571 23.3384 75.0763 22.7938 74.9159 22.274C74.7549 21.7419 74.5194 21.2716 74.2108 20.8632C73.9015 20.4548 73.5178 20.1331 73.0602 19.8979C72.6027 19.6504 72.0764 19.5267 71.4827 19.5267C70.889 19.5267 70.3633 19.6504 69.9058 19.8979C69.4482 20.1331 69.0645 20.4548 68.7552 20.8632C68.446 21.2716 68.2112 21.7419 68.0502 22.274C67.8892 22.7938 67.809 23.3384 67.809 23.9076Z",
|
|
42
|
-
fill: "black"
|
|
43
|
-
}), React.createElement("path", {
|
|
44
|
-
d: "M78.2206 21.253H78.276C78.3625 20.9436 78.5171 20.6528 78.7399 20.3805C78.9753 20.1083 79.2534 19.8731 79.5748 19.6751C79.9089 19.4771 80.2741 19.3286 80.67 19.2296C81.0779 19.1182 81.4985 19.0687 81.9312 19.0811V19.7865C81.5602 19.737 81.1339 19.7741 80.6515 19.8979C80.1812 20.0216 79.7294 20.2939 79.2967 20.7147C79.1236 20.9003 78.969 21.0797 78.8328 21.253C78.7093 21.4262 78.6037 21.6181 78.5171 21.8285C78.4306 22.0389 78.3625 22.274 78.3135 22.5339C78.2639 22.7938 78.2327 23.1032 78.2206 23.462V28.6784H77.5155V19.1368H78.2206V21.253Z",
|
|
45
|
-
fill: "black"
|
|
46
|
-
}), React.createElement("path", {
|
|
47
|
-
d: "M88.6442 26.785H88.6073C88.496 27.0696 88.335 27.3419 88.125 27.6017C87.915 27.8492 87.6547 28.072 87.3454 28.27C87.0489 28.468 86.7084 28.6227 86.3253 28.7341C85.9416 28.8455 85.521 28.9012 85.0634 28.9012C84.0491 28.9012 83.2638 28.6846 82.707 28.2515C82.1502 27.806 81.8721 27.1253 81.8721 26.2095C81.8721 25.6526 81.9834 25.2009 82.2062 24.8544C82.4289 24.4955 82.707 24.217 83.0411 24.019C83.3872 23.8086 83.7646 23.6601 84.1725 23.5735C84.5932 23.4868 84.9953 23.425 85.3791 23.3878L86.4736 23.295C86.9808 23.2579 87.3766 23.2022 87.6611 23.128C87.9583 23.0413 88.181 22.9299 88.3292 22.7938C88.4775 22.6453 88.5704 22.4597 88.6073 22.2369C88.6443 22.0142 88.6633 21.7357 88.6633 21.4015C88.6633 21.1417 88.6137 20.9003 88.5144 20.6776C88.4158 20.4548 88.2612 20.2568 88.0505 20.0836C87.8405 19.9103 87.5682 19.7742 87.2341 19.6752C86.9006 19.5762 86.4921 19.5267 86.0097 19.5267C85.1563 19.5267 84.4633 19.737 83.9313 20.1578C83.4121 20.5786 83.1276 21.2159 83.078 22.0698H82.3729C82.4225 21.0179 82.7566 20.2321 83.3752 19.7123C84.0058 19.1801 84.8967 18.9141 86.0466 18.9141C87.1972 18.9141 88.0321 19.143 88.552 19.6009C89.084 20.0464 89.3493 20.6343 89.3493 21.3644V26.9149C89.3493 27.051 89.3493 27.1872 89.3493 27.3233C89.3621 27.4594 89.3869 27.5832 89.4238 27.6945C89.4607 27.806 89.5231 27.8987 89.6096 27.973C89.6962 28.0349 89.8196 28.0658 89.9806 28.0658C90.1041 28.0658 90.2772 28.0473 90.4999 28.0101V28.6041C90.3147 28.6537 90.1225 28.6784 89.9246 28.6784C89.6402 28.6784 89.4117 28.6413 89.2386 28.567C89.0776 28.4928 88.9535 28.3938 88.867 28.27C88.7804 28.1463 88.7187 28.0039 88.6818 27.8431C88.657 27.6698 88.6442 27.4842 88.6442 27.2862V26.785ZM88.6442 23.2579C88.4712 23.4683 88.2052 23.6106 87.8469 23.6849C87.5001 23.7591 87.1106 23.8148 86.6779 23.8519L85.4904 23.9633C85.1436 24.0004 84.7974 24.0561 84.4512 24.1304C84.1044 24.1922 83.7894 24.3037 83.505 24.4645C83.2326 24.6254 83.0099 24.8481 82.8368 25.1328C82.6637 25.4051 82.5772 25.7639 82.5772 26.2095C82.5772 26.9149 82.7999 27.4409 83.2447 27.7874C83.6902 28.1215 84.3023 28.2886 85.0819 28.2886C85.8862 28.2886 86.5232 28.1463 86.9929 27.8616C87.4632 27.5646 87.8221 27.2305 88.0696 26.8592C88.3165 26.4756 88.4712 26.1105 88.5335 25.7639C88.6073 25.4051 88.6442 25.1637 88.6442 25.04V23.2579Z",
|
|
48
|
-
fill: "black"
|
|
49
|
-
}), React.createElement("path", {
|
|
50
|
-
d: "M91.6135 19.1368H92.3186V21.086H92.3555C92.43 20.789 92.5598 20.5105 92.745 20.2506C92.9308 19.9784 93.1535 19.7432 93.4132 19.5452C93.6855 19.3472 93.9821 19.1925 94.3041 19.0811C94.6375 18.9698 94.9843 18.9141 95.3426 18.9141C95.8008 18.9141 96.1966 18.9759 96.5307 19.0997C96.8642 19.2111 97.1492 19.3658 97.3841 19.5638C97.6189 19.7494 97.8047 19.966 97.9409 20.2135C98.0764 20.4486 98.1693 20.69 98.219 20.9375H98.2559C98.5403 20.2692 98.9177 19.768 99.388 19.4338C99.8703 19.0873 100.501 18.9141 101.281 18.9141C101.713 18.9141 102.109 18.9821 102.468 19.1183C102.839 19.242 103.155 19.44 103.414 19.7123C103.687 19.9722 103.897 20.3063 104.046 20.7147C104.194 21.1231 104.268 21.6057 104.268 22.1627V28.6784H103.563V22.1441C103.563 21.5377 103.47 21.0612 103.284 20.7147C103.099 20.3682 102.877 20.1083 102.616 19.9351C102.369 19.7494 102.115 19.638 101.856 19.6009C101.608 19.5514 101.417 19.5267 101.281 19.5267C100.848 19.5267 100.446 19.6009 100.075 19.7494C99.7157 19.8979 99.4001 20.1207 99.1283 20.4177C98.8681 20.7147 98.6644 21.086 98.5155 21.5315C98.3673 21.9646 98.2934 22.4658 98.2934 23.0351V28.6784H97.5883V22.1441C97.5883 21.5501 97.4954 21.0798 97.3096 20.7333C97.1365 20.3744 96.9265 20.1083 96.679 19.9351C96.4442 19.7618 96.1966 19.6504 95.937 19.6009C95.6894 19.5514 95.4915 19.5267 95.3426 19.5267C95.0092 19.5267 94.6623 19.5947 94.3041 19.7309C93.9452 19.867 93.6174 20.0774 93.3202 20.362C93.0237 20.6466 92.7825 21.0117 92.5967 21.4573C92.4115 21.9028 92.3186 22.4287 92.3186 23.0351V28.6784H91.6135V19.1368Z",
|
|
51
|
-
fill: "black"
|
|
52
|
-
}), React.createElement("path", {
|
|
53
|
-
d: "M112.69 26.785H112.653C112.542 27.0696 112.381 27.3419 112.171 27.6017C111.96 27.8492 111.7 28.072 111.391 28.27C111.094 28.468 110.754 28.6227 110.37 28.7341C109.987 28.8455 109.567 28.9012 109.109 28.9012C108.095 28.9012 107.309 28.6846 106.753 28.2515C106.196 27.806 105.918 27.1253 105.918 26.2095C105.918 25.6526 106.028 25.2009 106.251 24.8544C106.474 24.4955 106.753 24.217 107.086 24.019C107.433 23.8086 107.81 23.6601 108.218 23.5735C108.639 23.4868 109.041 23.425 109.424 23.3878L110.519 23.295C111.026 23.2579 111.422 23.2022 111.707 23.128C112.003 23.0413 112.226 22.9299 112.375 22.7938C112.523 22.6453 112.616 22.4597 112.653 22.2369C112.69 22.0142 112.708 21.7357 112.708 21.4015C112.708 21.1417 112.659 20.9003 112.56 20.6776C112.461 20.4548 112.307 20.2568 112.096 20.0836C111.886 19.9103 111.614 19.7742 111.28 19.6752C110.946 19.5762 110.538 19.5267 110.055 19.5267C109.202 19.5267 108.509 19.737 107.977 20.1578C107.458 20.5786 107.173 21.2159 107.124 22.0698H106.418C106.468 21.0179 106.802 20.2321 107.42 19.7123C108.051 19.1801 108.942 18.9141 110.092 18.9141C111.243 18.9141 112.078 19.143 112.597 19.6009C113.129 20.0464 113.395 20.6343 113.395 21.3644V26.9149C113.395 27.051 113.395 27.1872 113.395 27.3233C113.408 27.4594 113.432 27.5832 113.469 27.6945C113.506 27.806 113.568 27.8987 113.655 27.973C113.741 28.0349 113.865 28.0658 114.026 28.0658C114.15 28.0658 114.323 28.0473 114.545 28.0101V28.6041C114.36 28.6537 114.168 28.6784 113.97 28.6784C113.686 28.6784 113.457 28.6413 113.284 28.567C113.123 28.4928 112.999 28.3938 112.913 28.27C112.826 28.1463 112.764 28.0039 112.727 27.8431C112.703 27.6698 112.69 27.4842 112.69 27.2862V26.785ZM112.69 23.2579C112.517 23.4683 112.251 23.6106 111.892 23.6849C111.546 23.7591 111.156 23.8148 110.723 23.8519L109.535 23.9633C109.189 24.0004 108.843 24.0561 108.497 24.1304C108.15 24.1922 107.835 24.3037 107.55 24.4645C107.278 24.6254 107.055 24.8481 106.882 25.1328C106.709 25.4051 106.623 25.7639 106.623 26.2095C106.623 26.9149 106.845 27.4409 107.29 27.7874C107.736 28.1215 108.348 28.2886 109.127 28.2886C109.931 28.2886 110.568 28.1463 111.038 27.8616C111.509 27.5646 111.868 27.2305 112.115 26.8592C112.362 26.4756 112.517 26.1105 112.578 25.7639C112.653 25.4051 112.69 25.1637 112.69 25.04V23.2579Z",
|
|
54
|
-
fill: "black"
|
|
55
|
-
})), React.createElement("defs", null, React.createElement("clipPath", {
|
|
56
|
-
id: "clip0_2155_223"
|
|
57
|
-
}, React.createElement("rect", {
|
|
58
|
-
width: "114.545",
|
|
59
|
-
height: "14",
|
|
60
|
-
fill: "white",
|
|
61
|
-
transform: "translate(0 15)"
|
|
62
|
-
}))));
|
|
63
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { clsx } from 'clsx';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Symbol } from '../../symbol.component.js';
|
|
4
|
-
export const RedAvatarCircleLogo = ({ 'aria-label': ariaLabel = 'Red Avatar', copyrightYear = '2025', viewBoxWidth = 64, viewBoxHeight = 64, className, ...props })=>React.createElement(Symbol, {
|
|
5
|
-
className: clsx('size-[64px]', className),
|
|
6
|
-
"aria-label": ariaLabel,
|
|
7
|
-
copyrightYear: copyrightYear,
|
|
8
|
-
viewBoxWidth: viewBoxWidth,
|
|
9
|
-
viewBoxHeight: viewBoxHeight,
|
|
10
|
-
...props
|
|
11
|
-
}, React.createElement("g", {
|
|
12
|
-
fill: "none",
|
|
13
|
-
fillRule: "evenodd"
|
|
14
|
-
}, React.createElement("circle", {
|
|
15
|
-
fill: "#FFF",
|
|
16
|
-
cx: "32",
|
|
17
|
-
cy: "32",
|
|
18
|
-
r: "32"
|
|
19
|
-
}), React.createElement("path", {
|
|
20
|
-
d: "M37.7648096 41.6860687H26.0903507c-4.785705 0-8.6794466-3.8926139-8.6794466-8.6783189s3.8937416-8.6805742 8.6794466-8.6805742h11.6744589c4.785705 0 8.678319 3.8948692 8.678319 8.6805742s-3.892614 8.6783189-8.678319 8.6783189zm14.2015006-17.2314698c-1.3836145 0-2.3026412.4916511-2.8574402 2.2090471-2.228217-3.9681658-6.4782929-6.65646-11.3440604-6.65646H26.0903507c-4.8511082 0-9.08878 2.6713796-11.3226352 6.6192479-.5570543-1.6880774-1.4726981-2.171835-2.8450363-2.171835H4.70916491c.56494774.2322939.94045193 1.6937156.94045193 1.6937156l3.48215292 12.0939411c.40369519 1.5189313 1.65988634 2.3173006 3.08296834 2.3173006h3.3006028c2.3601509 3.2960923 6.221191 5.4476298 10.5750098 5.4476298h11.6744589c4.3526912 0 8.2137312-2.1515375 10.5750098-5.4476298h3.334432c1.423082 0 2.6792731-.7983693 3.0807131-2.3173006l3.4844082-12.0939411s.3743765-1.4614217.9404519-1.6937156h-7.2135144z",
|
|
21
|
-
fill: "#DA1710"
|
|
22
|
-
}), React.createElement("path", {
|
|
23
|
-
d: "M39.7811431 30.4486831c-1.4456348 0-2.6161253 1.1716182-2.6161253 2.6161253 0 1.4456347 1.1704905 2.6161252 2.6161253 2.6161252 1.444507 0 2.6149976-1.1704905 2.6149976-2.6161252 0-1.4445071-1.1704906-2.6161253-2.6149976-2.6161253M24.6593753 30.4486831c-1.4456348 0-2.6161253 1.1716182-2.6161253 2.6161253 0 1.4456347 1.1704905 2.6161252 2.6161253 2.6161252 1.4445071 0 2.6161252-1.1704905 2.6161252-2.6161252 0-1.4445071-1.1716181-2.6161253-2.6161252-2.6161253",
|
|
24
|
-
fill: "#2A2E42"
|
|
25
|
-
})));
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { clsx } from 'clsx';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Symbol } from '../../symbol.component.js';
|
|
4
|
-
export const RedAvatarCircleReversedLogo = ({ 'aria-label': ariaLabel = 'Red Avatar', copyrightYear = '2025', viewBoxWidth = 64, viewBoxHeight = 64, className, ...props })=>React.createElement(Symbol, {
|
|
5
|
-
className: clsx('size-[64px]', className),
|
|
6
|
-
"aria-label": ariaLabel,
|
|
7
|
-
copyrightYear: copyrightYear,
|
|
8
|
-
viewBoxWidth: viewBoxWidth,
|
|
9
|
-
viewBoxHeight: viewBoxHeight,
|
|
10
|
-
...props
|
|
11
|
-
}, React.createElement("g", {
|
|
12
|
-
fill: "none",
|
|
13
|
-
fillRule: "evenodd"
|
|
14
|
-
}, React.createElement("circle", {
|
|
15
|
-
fill: "#DA1710",
|
|
16
|
-
cx: "32",
|
|
17
|
-
cy: "32",
|
|
18
|
-
r: "32"
|
|
19
|
-
}), React.createElement("path", {
|
|
20
|
-
d: "M37.7648096 41.6860687c4.785705 0 8.678319-3.8926139 8.678319-8.6783189s-3.892614-8.6805742-8.678319-8.6805742H26.0903507c-4.785705 0-8.6794466 3.8948692-8.6794466 8.6805742s3.8937416 8.6783189 8.6794466 8.6783189h11.6744589zm14.2015006-17.2314698h7.2135144c-.5660754.2322939-.9404519 1.6937156-.9404519 1.6937156l-3.4844082 12.0939411c-.40144 1.5189313-1.6576311 2.3173006-3.0807131 2.3173006h-3.334432c-2.3612786 3.2960923-6.2223186 5.4476298-10.5750098 5.4476298H26.0903507c-4.3538188 0-8.2148589-2.1515375-10.5750098-5.4476298h-3.3006028c-1.423082 0-2.67927315-.7983693-3.08296834-2.3173006L5.64961684 26.1483145s-.37550419-1.4614217-.94045193-1.6937156h7.21351429c1.3723382 0 2.287982.4837576 2.8450363 2.171835 2.2338552-3.9478683 6.471527-6.6192479 11.3226352-6.6192479h11.6744589c4.8657675 0 9.1158434 2.6882942 11.3440604 6.65646.554799-1.717396 1.4738257-2.2090471 2.8574402-2.2090471zm-27.3069349 5.9940842c1.4445071 0 2.6161252 1.1716182 2.6161252 2.6161253 0 1.4456347-1.1716181 2.6161252-2.6161252 2.6161252-1.4456348 0-2.6161253-1.1704905-2.6161253-2.6161252 0-1.4445071 1.1704905-2.6161253 2.6161253-2.6161253zm15.1217678 0c1.444507 0 2.6149976 1.1716182 2.6149976 2.6161253 0 1.4456347-1.1704906 2.6161252-2.6149976 2.6161252-1.4456348 0-2.6161253-1.1704905-2.6161253-2.6161252 0-1.4445071 1.1704905-2.6161253 2.6161253-2.6161253z",
|
|
21
|
-
fill: "#FEFEFE"
|
|
22
|
-
})));
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { clsx } from 'clsx';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Symbol } from '../../symbol.component.js';
|
|
4
|
-
export const RedAvatarLogo = ({ 'aria-label': ariaLabel = 'Red Avatar', copyrightYear = '2025', viewBoxWidth = 67, viewBoxHeight = 32, className, ...props })=>React.createElement(Symbol, {
|
|
5
|
-
className: clsx('h-[32px] w-[67px]', className),
|
|
6
|
-
"aria-label": ariaLabel,
|
|
7
|
-
copyrightYear: copyrightYear,
|
|
8
|
-
viewBoxWidth: viewBoxWidth,
|
|
9
|
-
viewBoxHeight: viewBoxHeight,
|
|
10
|
-
...props
|
|
11
|
-
}, React.createElement("g", {
|
|
12
|
-
fill: "none",
|
|
13
|
-
fillRule: "evenodd"
|
|
14
|
-
}, React.createElement("path", {
|
|
15
|
-
d: "M40.6591036 26.6817019H26.2992858c-5.8865128 0-10.6758928-4.7909095-10.6758928-10.681008 0-5.8900984 4.78938-10.68378363 10.6758928-10.68378363h14.3598178c5.8865128 0 10.6745058 4.79368523 10.6745058 10.68378363 0 5.8900985-4.787993 10.681008-10.6745058 10.681008zM58.1272332 5.47373899c-1.7018735 0-2.8322948.60510908-3.5147086 2.71882726C51.8717731 3.30866982 46.6440948 0 40.6591036 0H26.2992858c-5.96696 0-11.179381 3.28785185-13.9270676 8.14676671-.6851879-2.07763369-1.8114481-2.67302772-3.49945141-2.67302772H0c.694897.28590017 1.15677466 2.08457302 1.15677466 2.08457302L5.43989235 22.4431626c.49655315 1.869454 2.04169341 2.8520623 3.79211262 2.8520623h4.05980743C16.1948453 29.3519539 20.9440017 32 26.2992858 32h14.3598178c5.3538971 0 10.1030535-2.6480461 13.0074734-6.7047751h4.101418c1.7504192 0 3.2955595-.9826083 3.7893386-2.8520623l4.2858917-14.88485059S66.303716 5.75963916 67 5.47373899h-8.8727668z",
|
|
16
|
-
fill: "#DA1710"
|
|
17
|
-
}), React.createElement("path", {
|
|
18
|
-
d: "M24.554105 12.8510734c-1.7792427 0-3.2198464 1.4419916-3.2198464 3.2198465 0 1.7792427 1.4406037 3.2198465 3.2198464 3.2198465 1.7778549 0 3.2198465-1.4406038 3.2198465-3.2198465 0-1.7778549-1.4419916-3.2198465-3.2198465-3.2198465M43.1655116 12.8510734c-1.7792428 0-3.2198465 1.4419916-3.2198465 3.2198465 0 1.7792427 1.4406037 3.2198465 3.2198465 3.2198465 1.7778548 0 3.2184586-1.4406038 3.2184586-3.2198465 0-1.7778549-1.4406038-3.2198465-3.2184586-3.2198465",
|
|
19
|
-
fill: "#2A2E42"
|
|
20
|
-
})));
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { clsx } from 'clsx';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Symbol } from '../../symbol.component.js';
|
|
4
|
-
export const GooglePlusSymbol = ({ 'aria-label': ariaLabel = 'Google+', copyrightYear = '', viewBoxWidth = 32, viewBoxHeight = 32, className, ...props })=>React.createElement(Symbol, {
|
|
5
|
-
className: clsx('size-[32px]', className),
|
|
6
|
-
"aria-label": ariaLabel,
|
|
7
|
-
copyrightYear: copyrightYear,
|
|
8
|
-
viewBoxWidth: viewBoxWidth,
|
|
9
|
-
viewBoxHeight: viewBoxHeight,
|
|
10
|
-
...props
|
|
11
|
-
}, React.createElement("g", {
|
|
12
|
-
fill: "none",
|
|
13
|
-
fillRule: "evenodd"
|
|
14
|
-
}, React.createElement("rect", {
|
|
15
|
-
fill: "#DC4E41",
|
|
16
|
-
fillRule: "nonzero",
|
|
17
|
-
width: "32",
|
|
18
|
-
height: "32",
|
|
19
|
-
rx: "2"
|
|
20
|
-
}), React.createElement("path", {
|
|
21
|
-
d: "M12 15v2.4h3.97c-.16 1.03-1.2 3.02-3.97 3.02-2.39 0-4.34-1.98-4.34-4.42s1.95-4.42 4.34-4.42c1.36 0 2.27.58 2.79 1.08l1.9-1.83C15.47 9.69 13.89 9 12 9c-3.87 0-7 3.13-7 7s3.13 7 7 7c4.04 0 6.72-2.84 6.72-6.84 0-.46-.05-.81-.11-1.16H12z",
|
|
22
|
-
fill: "#FFF"
|
|
23
|
-
}), React.createElement("path", {
|
|
24
|
-
d: "M12 15.12h6.61c.07.33.11.68.11 1.1v-.07c0-.46-.05-.81-.11-1.16H12v.13zm0-6c1.85 0 3.41.67 4.61 1.77l.07-.07C15.47 9.69 13.89 9 12 9c-3.87 0-7 3.13-7 7v.06c.04-3.83 3.16-6.94 7-6.94zm0 11.42c2.77 0 3.81-1.98 3.97-3.02h-.03c-.22 1.06-1.27 2.89-3.94 2.89-2.37 0-4.3-1.95-4.33-4.35 0 .02-.01.04-.01.06 0 2.44 1.95 4.42 4.34 4.42z",
|
|
25
|
-
fill: "#FFF",
|
|
26
|
-
opacity: ".4"
|
|
27
|
-
}), React.createElement("g", {
|
|
28
|
-
fill: "#3E2723",
|
|
29
|
-
opacity: ".1"
|
|
30
|
-
}, React.createElement("path", {
|
|
31
|
-
d: "M12 11.58c-2.39 0-4.34 1.98-4.34 4.42 0 .02.01.04.01.06.03-2.41 1.96-4.35 4.33-4.35 1.36 0 2.27.58 2.79 1.08l1.9-1.83c-.02-.02-.05-.04-.07-.06l-1.83 1.77c-.52-.5-1.43-1.09-2.79-1.09zm0 5.82v.12h3.94c.01-.04.02-.09.03-.12H12z"
|
|
32
|
-
}), React.createElement("path", {
|
|
33
|
-
d: "M12 23c-3.84 0-6.96-3.1-7-6.94v.06c0 3.87 3.13 7 7 7 4.04 0 6.72-2.84 6.72-6.84v-.06C18.69 20.19 16.02 23 12 23z"
|
|
34
|
-
})), React.createElement("path", {
|
|
35
|
-
fill: "#FFF",
|
|
36
|
-
d: "M27 15h-2v-2h-2v2h-2v2h2v2h2v-2h2"
|
|
37
|
-
}), React.createElement("path", {
|
|
38
|
-
d: "M25 15h2v.12h-2V15zm-2-2h2v.12h-2V13zm-2 2h2v.12h-2V15z",
|
|
39
|
-
fill: "#FFF",
|
|
40
|
-
opacity: ".4"
|
|
41
|
-
}), React.createElement("path", {
|
|
42
|
-
d: "M21 17h2v.12h-2V17zm4 0h2v.12h-2V17zm-2 2h2v.12h-2V19z",
|
|
43
|
-
fill: "#3E2723",
|
|
44
|
-
opacity: ".1"
|
|
45
|
-
})));
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { clsx } from 'clsx';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Symbol } from '../../symbol.component.js';
|
|
4
|
-
export const MastercardAcceptedSymbol = ({ 'aria-label': ariaLabel = 'Mastercard Accepted', copyrightYear = '', viewBoxWidth = 80, viewBoxHeight = 50, className, ...props })=>React.createElement(Symbol, {
|
|
5
|
-
className: clsx('h-[50px] w-[80px]', className),
|
|
6
|
-
"aria-label": ariaLabel,
|
|
7
|
-
copyrightYear: copyrightYear,
|
|
8
|
-
viewBoxWidth: viewBoxWidth,
|
|
9
|
-
viewBoxHeight: viewBoxHeight,
|
|
10
|
-
...props
|
|
11
|
-
}, React.createElement("g", {
|
|
12
|
-
fill: "none"
|
|
13
|
-
}, React.createElement("path", {
|
|
14
|
-
fill: "#000",
|
|
15
|
-
d: "M0 50h80V0H0"
|
|
16
|
-
}), React.createElement("path", {
|
|
17
|
-
d: "M66.88 31.6v-.66h-.173l-.2.453-.197-.454h-.173v.66h.122v-.5l.185.43h.127l.186-.43v.5h.122zm-1.094 0v-.55h.22v-.11h-.562v.11h.22v.55h.122z",
|
|
18
|
-
fill: "#F89E1B"
|
|
19
|
-
}), React.createElement("path", {
|
|
20
|
-
d: "M61.085 44.387c0 .853.54 1.535 1.413 1.535.834 0 1.383-.654 1.383-1.535 0-.882-.548-1.536-1.382-1.536-.872 0-1.413.684-1.413 1.537zm3.67 0v2.265h-.912v-.55c-.312.408-.824.664-1.47.664-1.27 0-2.236-.995-2.236-2.38 0-1.384.967-2.378 2.237-2.378.645 0 1.157.256 1.47.663V40.3h.91v4.087zm-12.817 0c0 .853.54 1.535 1.413 1.535.835 0 1.384-.654 1.384-1.535 0-.882-.55-1.536-1.383-1.536-.872 0-1.412.684-1.412 1.537zm3.67 0v2.265h-.912v-.55c-.312.408-.824.664-1.47.664-1.27 0-2.236-.995-2.236-2.38 0-1.384.967-2.378 2.237-2.378.645 0 1.157.256 1.47.663v-.548h.91v2.265zm10.71 1.925v.112h.103c.024 0 .043-.005.057-.014.014-.01.02-.023.02-.042 0-.02-.006-.033-.02-.042-.014-.01-.033-.014-.056-.014h-.1zm.104-.078c.054 0 .095.012.124.036.03.024.043.056.043.098 0 .034-.012.063-.035.085-.023.022-.056.036-.1.04l.138.16h-.107l-.127-.158h-.04v.157h-.09v-.418h.192zm-.026.56c.048 0 .093-.008.135-.026.043-.02.08-.044.11-.075.033-.032.057-.07.076-.11.018-.044.027-.09.027-.138 0-.05-.01-.094-.027-.137-.02-.043-.043-.08-.075-.11-.03-.033-.067-.058-.11-.076-.04-.018-.086-.027-.134-.027-.05 0-.096.01-.138.027-.044.018-.08.043-.113.075-.03.03-.056.068-.074.11-.017.044-.026.09-.026.138 0 .048.01.094.027.137.02.042.044.08.075.11.032.032.07.057.113.076.042.018.088.027.138.027zm0-.8c.063 0 .122.013.178.037.055.023.103.056.145.097.04.04.073.088.097.143.024.055.037.113.037.175 0 .062-.013.12-.037.174-.024.053-.057.1-.098.142-.043.04-.09.073-.146.097-.056.022-.115.035-.178.035-.065 0-.126-.013-.182-.036-.056-.025-.105-.057-.146-.098-.04-.04-.074-.09-.097-.143-.023-.055-.035-.113-.035-.175 0-.062.012-.12.036-.175.024-.055.057-.102.098-.143.04-.04.09-.074.146-.096.056-.023.117-.035.182-.035zm-7.302-3.986c-.568 0-.976.265-1.232.663v-.548h-.9v4.53h.91v-2.55c0-.75.36-1.232 1.005-1.232.2 0 .407.028.616.114l.303-.853c-.218-.084-.502-.122-.702-.122zm-34.976 2.38c0 .852.54 1.534 1.412 1.534.835 0 1.384-.654 1.384-1.535 0-.882-.55-1.536-1.384-1.536-.872 0-1.412.684-1.412 1.537zm3.668 0v2.264h-.91v-.55c-.313.408-.824.664-1.47.664-1.27 0-2.236-.995-2.236-2.38 0-1.384.967-2.378 2.237-2.378.645 0 1.156.256 1.47.663v-.548h.91v2.265zm12.266-1.537c-.73 0-1.166.484-1.25 1.148h2.444c-.066-.71-.52-1.147-1.194-1.147zm.02-.842c1.27 0 2.122.957 2.13 2.37 0 .132-.008.255-.018.378H38.8c.115.815.76 1.176 1.394 1.176.455 0 .938-.17 1.317-.474l.485.673c-.55.465-1.176.636-1.858.636-1.355 0-2.304-.948-2.304-2.39 0-1.41.91-2.368 2.238-2.368zm6.368 2.38c0 1.373.92 2.378 2.38 2.378.682 0 1.137-.152 1.63-.54l-.474-.71c-.37.264-.758.406-1.185.406-.786-.01-1.402-.625-1.402-1.535 0-.91.616-1.527 1.403-1.536.428 0 .816.143 1.186.41l.474-.712c-.493-.39-.948-.54-1.63-.54-1.46 0-2.38 1.004-2.38 2.38zM32.696 42.48c-.474-.314-1.128-.474-1.848-.474-1.147 0-1.85.54-1.85 1.44 0 .74.513 1.185 1.527 1.327l.465.067c.54.075.834.265.834.52 0 .352-.398.58-1.07.58-.712 0-1.177-.22-1.508-.475l-.464.71c.672.494 1.478.59 1.962.59 1.308 0 2.028-.608 2.028-1.47 0-.797-.55-1.204-1.545-1.346l-.464-.066c-.427-.057-.806-.19-.806-.493 0-.33.36-.558.9-.558.578 0 1.138.218 1.412.39l.426-.74zm12.71-.474c-.567 0-.975.265-1.23.663v-.548h-.902v4.53h.91v-2.55c0-.75.36-1.232 1.005-1.232.198 0 .407.028.615.114l.303-.853c-.217-.084-.5-.122-.7-.122zM37 42.122h-1.65v-1.375h-.92v1.375h-.957v.824h.958v2.142c0 1.052.37 1.678 1.536 1.678.427 0 .92-.133 1.233-.35l-.286-.807c-.294.17-.616.255-.872.255-.493 0-.692-.303-.692-.758v-2.16H37v-.825zm-14.768 4.53V43.8c0-1.072-.645-1.783-1.744-1.792-.58-.01-1.176.17-1.593.805-.313-.502-.806-.805-1.498-.805-.483 0-.995.132-1.365.663v-.548h-.91v4.53h.92v-2.597c0-.787.474-1.204 1.147-1.204.653 0 1.023.427 1.023 1.195v2.607h.92v-2.597c0-.787.492-1.204 1.146-1.204.672 0 1.032.427 1.032 1.195v2.607h.92z",
|
|
21
|
-
fill: "#FFF"
|
|
22
|
-
}), React.createElement("path", {
|
|
23
|
-
fill: "#FF5F00",
|
|
24
|
-
d: "M31.637 34.438h16.405V7.642H31.637"
|
|
25
|
-
}), React.createElement("path", {
|
|
26
|
-
d: "M33.33 21.04c0-5.436 2.547-10.277 6.51-13.398C36.94 5.36 33.284 4 29.308 4c-9.41 0-17.04 7.63-17.04 17.04 0 9.412 7.63 17.042 17.04 17.042 3.976 0 7.633-1.362 10.532-3.644-3.963-3.12-6.51-7.962-6.51-13.398",
|
|
27
|
-
fill: "#EC001B"
|
|
28
|
-
}), React.createElement("path", {
|
|
29
|
-
d: "M67.412 21.04c0 9.412-7.63 17.042-17.04 17.042-3.976 0-7.633-1.362-10.532-3.644 3.964-3.12 6.51-7.962 6.51-13.398s-2.546-10.277-6.51-13.398C42.74 5.36 46.396 4 50.37 4c9.412 0 17.042 7.63 17.042 17.04",
|
|
30
|
-
fill: "#F89E1B"
|
|
31
|
-
})));
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { clsx } from 'clsx';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Symbol } from '../../symbol.component.js';
|
|
4
|
-
export const MastercardHorizontalSymbol = ({ 'aria-label': ariaLabel = 'Mastercard', copyrightYear = '', viewBoxWidth = 160, viewBoxHeight = 28, className, ...props })=>React.createElement(Symbol, {
|
|
5
|
-
className: clsx('h-[28px] w-[160px]', className),
|
|
6
|
-
"aria-label": ariaLabel,
|
|
7
|
-
copyrightYear: copyrightYear,
|
|
8
|
-
viewBoxWidth: viewBoxWidth,
|
|
9
|
-
viewBoxHeight: viewBoxHeight,
|
|
10
|
-
...props
|
|
11
|
-
}, React.createElement("g", {
|
|
12
|
-
fill: "none"
|
|
13
|
-
}, React.createElement("path", {
|
|
14
|
-
d: "M73.4 14.404c0-1.638 1.073-2.983 2.827-2.983 1.678 0 2.808 1.288 2.808 2.984s-1.13 2.983-2.808 2.983c-1.754 0-2.827-1.345-2.827-2.983zm7.547 0v-4.66h-2.03v1.13c-.642-.838-1.617-1.365-2.943-1.365-2.613 0-4.66 2.047-4.66 4.894s2.047 4.894 4.66 4.894c1.326 0 2.3-.527 2.944-1.365v1.13h2.03v-4.66zm68.478 0c0-1.638 1.072-2.983 2.827-2.983 1.677 0 2.808 1.288 2.808 2.984s-1.13 2.983-2.808 2.983c-1.755 0-2.827-1.345-2.827-2.983zm9.814 4.217v.148h.135c.03 0 .055-.006.074-.018.017-.013.026-.03.026-.056 0-.024-.01-.042-.027-.055-.02-.013-.045-.02-.075-.02h-.136zm.136-.1c.07 0 .125.014.163.046.037.03.056.074.056.128 0 .045-.015.083-.045.112-.03.03-.073.048-.13.055l.18.208h-.14l-.167-.206h-.054v.206h-.118v-.55h.254zm-.035.736c.065 0 .124-.012.18-.036.054-.024.103-.057.144-.098.042-.042.075-.09.098-.147.024-.056.036-.116.036-.18 0-.064-.012-.123-.036-.18-.023-.056-.056-.104-.098-.146-.04-.043-.09-.075-.145-.1-.056-.023-.115-.034-.18-.034-.064 0-.125.01-.18.035-.058.025-.107.057-.148.1-.042.04-.074.09-.098.145-.023.057-.035.116-.035.18 0 .064.01.124.034.18.024.056.056.105.098.147.04.04.09.074.147.098.055.024.116.036.18.036zm0-1.052c.084 0 .162.015.235.046.073.03.137.074.192.127.054.054.097.116.13.19.03.07.046.147.046.228 0 .082-.016.158-.047.23-.032.07-.075.133-.13.187-.054.054-.118.096-.19.128-.074.03-.152.047-.235.047-.084 0-.163-.016-.238-.047-.074-.032-.137-.074-.19-.128-.056-.054-.098-.116-.13-.187-.03-.072-.047-.148-.047-.23 0-.08.016-.158.047-.23.032-.072.074-.134.13-.188.053-.053.116-.096.19-.127.075-.03.154-.046.24-.046zm-2.37-3.8V6h-2.027v4.874c-.643-.838-1.618-1.365-2.944-1.365-2.614 0-4.66 2.047-4.66 4.894s2.046 4.894 4.66 4.894c1.325 0 2.3-.527 2.943-1.365v1.13h2.028v-4.66zm-50.87-3.08c1.306 0 2.144.818 2.36 2.26h-4.837c.215-1.345 1.033-2.26 2.476-2.26zm.04-1.815c-2.73 0-4.642 1.988-4.642 4.894 0 2.964 1.99 4.894 4.777 4.894 1.404 0 2.69-.35 3.822-1.307l-.995-1.5c-.78.624-1.774.975-2.71.975-1.306 0-2.496-.604-2.79-2.282h6.923c.02-.253.04-.506.04-.78-.02-2.905-1.814-4.894-4.426-4.894zm24.47 4.894c0-1.638 1.07-2.983 2.827-2.983 1.676 0 2.807 1.288 2.807 2.984s-1.13 2.983-2.807 2.983c-1.756 0-2.828-1.345-2.828-2.983zm7.545 0v-4.66h-2.028v1.13c-.643-.838-1.618-1.365-2.944-1.365-2.613 0-4.66 2.047-4.66 4.894s2.047 4.894 4.66 4.894c1.326 0 2.3-.527 2.944-1.365v1.13h2.028v-4.66zm-18.99 0c0 2.827 1.968 4.894 4.97 4.894 1.405 0 2.34-.312 3.354-1.112l-.975-1.638c-.76.547-1.56.84-2.438.84-1.618-.02-2.808-1.19-2.808-2.984s1.19-2.964 2.807-2.983c.878 0 1.677.293 2.438.84l.974-1.64c-1.015-.8-1.95-1.11-3.354-1.11-3.003 0-4.972 2.066-4.972 4.894zM145.29 9.51c-1.168 0-1.93.546-2.455 1.364v-1.13h-2.01v9.32h2.03v-5.226c0-1.54.662-2.398 1.988-2.398.41 0 .84.058 1.268.234l.625-1.91c-.45-.177-1.034-.255-1.444-.255zm-54.32.975c-.977-.644-2.322-.976-3.804-.976-2.36 0-3.88 1.13-3.88 2.983 0 1.52 1.13 2.457 3.217 2.75l.956.135c1.11.157 1.636.45 1.636.975 0 .722-.74 1.132-2.125 1.132-1.403 0-2.417-.45-3.1-.975l-.954 1.58c1.11.818 2.515 1.208 4.036 1.208 2.69 0 4.25-1.268 4.25-3.042 0-1.638-1.228-2.496-3.256-2.788l-.955-.137c-.877-.116-1.578-.29-1.578-.915 0-.683.662-1.092 1.774-1.092 1.19 0 2.34.45 2.905.8l.88-1.638zm26.146-.976c-1.17 0-1.93.546-2.457 1.364v-1.13h-2.01v9.32h2.028v-5.226c0-1.54.663-2.398 1.99-2.398.41 0 .838.058 1.267.234l.624-1.91c-.45-.177-1.034-.255-1.444-.255zm-17.295.233h-3.314V6.916H94.46v2.827h-1.893v1.853h1.892v4.25c0 2.165.837 3.452 3.236 3.452.877 0 1.89-.273 2.534-.722l-.584-1.735c-.605.352-1.268.528-1.794.528-1.014 0-1.346-.625-1.346-1.56v-4.212h3.315V9.743zm-30.3 9.32v-5.85c0-2.202-1.404-3.684-3.666-3.704-1.19-.02-2.418.35-3.275 1.657-.645-1.033-1.66-1.658-3.082-1.658-.995 0-1.97.292-2.73 1.384v-1.15H54.74v9.32h2.048v-5.167c0-1.618.897-2.476 2.28-2.476 1.346 0 2.03.878 2.03 2.457v5.187h2.046v-5.167c0-1.618.936-2.476 2.28-2.476 1.386 0 2.05.878 2.05 2.457v5.187h2.046z",
|
|
15
|
-
fill: "#000"
|
|
16
|
-
}), React.createElement("path", {
|
|
17
|
-
d: "M44.912 22.7h-.1v-.413l-.154.355h-.104l-.153-.353v.41h-.1v-.545h.143l.163.374.163-.375h.142v.544zm-.9 0h-.1v-.452h-.18v-.092h.462v.092h-.182v.45z",
|
|
18
|
-
fill: "#F89E1B"
|
|
19
|
-
}), React.createElement("path", {
|
|
20
|
-
fill: "#FF5F00",
|
|
21
|
-
d: "M16.543 25.015h12.62V2.995h-12.62"
|
|
22
|
-
}), React.createElement("path", {
|
|
23
|
-
d: "M22.65 2.993C20.27 1.118 17.266 0 14 0 6.267 0 0 6.268 0 14s6.268 14 14 14c3.265 0 6.27-1.118 8.65-2.993-3.255-2.564-5.346-6.54-5.346-11.007 0-4.466 2.09-8.443 5.347-11.007z",
|
|
24
|
-
fill: "#EC001B"
|
|
25
|
-
}), React.createElement("path", {
|
|
26
|
-
d: "M45.31 14c0 7.732-6.267 14-13.998 14-3.266 0-6.27-1.118-8.652-2.993 3.256-2.564 5.347-6.54 5.347-11.007 0-4.466-2.09-8.443-5.347-11.007C25.04 1.118 28.046 0 31.312 0c7.73 0 14 6.268 14 14z",
|
|
27
|
-
fill: "#F89E1B"
|
|
28
|
-
})));
|