@westpac/ui 0.42.3 → 0.43.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 +13 -0
- package/assets/icons/filled/arrow-thread-reply-filled.svg +3 -0
- package/assets/icons/filled/button-shape-filled.svg +1 -0
- package/assets/icons/filled/closed-caption-filled.svg +3 -0
- package/assets/icons/filled/color-filters-filled.svg +1 -0
- package/assets/icons/filled/format-color-filled.svg +5 -0
- package/assets/icons/filled/fullscreen-exit-filled.svg +3 -0
- package/assets/icons/filled/fullscreen-filled.svg +3 -0
- package/assets/icons/filled/pause-filled.svg +1 -1
- package/assets/icons/filled/play-filled.svg +1 -1
- package/assets/icons/filled/replay-filled.svg +3 -0
- package/assets/icons/filled/text-bold-filled.svg +1 -0
- package/assets/icons/filled/text-increase-filled.svg +4 -0
- package/assets/icons/filled/text-large-filled.svg +1 -0
- package/assets/icons/filled/voiceover-on-filled.svg +1 -0
- package/assets/icons/filled/volume-off-filled.svg +6 -0
- package/assets/icons/filled/volume-on-filled.svg +5 -0
- package/assets/icons/outlined/arrow-thread-reply-outlined.svg +3 -0
- package/assets/icons/outlined/button-shape-outlined.svg +1 -0
- package/assets/icons/outlined/closed-caption-outlined.svg +5 -0
- package/assets/icons/outlined/color-filters-outlined.svg +1 -0
- package/assets/icons/outlined/format-color-outlined.svg +5 -0
- package/assets/icons/outlined/fullscreen-exit-outlined.svg +3 -0
- package/assets/icons/outlined/fullscreen-outlined.svg +3 -0
- package/assets/icons/outlined/pause-outlined.svg +1 -1
- package/assets/icons/outlined/play-outlined.svg +1 -1
- package/assets/icons/outlined/replay-outlined.svg +3 -0
- package/assets/icons/outlined/text-bold-outlined.svg +1 -0
- package/assets/icons/outlined/text-increase-outlined.svg +4 -0
- package/assets/icons/outlined/text-large-outlined.svg +1 -0
- package/assets/icons/outlined/voiceover-on-outlined.svg +1 -0
- package/assets/icons/outlined/volume-off-outlined.svg +6 -0
- package/assets/icons/outlined/volume-on-outlined.svg +5 -0
- package/dist/component-type.json +1 -1
- package/dist/components/accordion/accordion.component.js +6 -18
- package/dist/components/accordion/components/accordion-item/accordion-item.component.js +10 -23
- package/dist/components/alert/alert.component.js +5 -18
- package/dist/components/autocomplete/autocomplete.component.js +19 -29
- package/dist/components/autocomplete/components/autocomplete-list-box/autocomplete-list-box.component.js +6 -19
- package/dist/components/autocomplete/components/autocomplete-list-box/components/autocomplete-list-box-option/autocomplete-list-box-option.component.js +5 -18
- package/dist/components/autocomplete/components/autocomplete-list-box/components/autocomplete-list-box-option/autocomplete-list-box-option.styles.d.ts +2 -2
- package/dist/components/autocomplete/components/autocomplete-list-box/components/autocomplete-list-box-option/autocomplete-list-box-option.styles.js +2 -2
- package/dist/components/autocomplete/components/autocomplete-list-box/components/autocomplete-list-box-section/autocomplete-list-box-section.component.js +7 -19
- package/dist/components/autocomplete/components/autocomplete-popover/autocomplete-popover.component.js +8 -20
- package/dist/components/badge/badge.component.js +8 -20
- package/dist/components/bottom-sheet/bottom-sheet.component.js +5 -18
- package/dist/components/bottom-sheet/components/bottom-sheet-dialog/bottom-sheet-dialog.component.js +8 -20
- package/dist/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.component.js +10 -23
- package/dist/components/breadcrumb/breadcrumb.component.js +11 -22
- package/dist/components/breadcrumb/components/breadcrumb-item/breadcrumb-item.component.js +9 -22
- package/dist/components/button/button.component.js +6 -19
- package/dist/components/button-dropdown/button-dropdown.component.js +11 -23
- package/dist/components/button-dropdown/components/button-dropdown-heading/button-dropdown-heading.component.js +5 -18
- package/dist/components/button-dropdown/components/button-dropdown-panel/button-dropdown-panel.component.js +6 -19
- package/dist/components/button-group/button-group.component.js +12 -23
- package/dist/components/button-group/components/button-group-button/button-group-button.component.js +8 -20
- package/dist/components/checkbox-group/checkbox-group.component.js +17 -27
- package/dist/components/checkbox-group/components/checkbox-group-checkbox/checkbox-group-checkbox.component.js +16 -27
- package/dist/components/circle/circle.component.js +5 -18
- package/dist/components/collapsible/collapsible.component.js +9 -21
- package/dist/components/compacta/compacta.component.js +14 -25
- package/dist/components/date-picker/date-picker.component.js +7 -20
- package/dist/components/error-message/error-message.component.js +9 -21
- package/dist/components/field/field.component.js +11 -22
- package/dist/components/filter/components/filter-buttons/filter-buttons.component.js +5 -19
- package/dist/components/filter/components/filter-input/filter-input.component.js +4 -17
- package/dist/components/filter/filter.component.js +4 -17
- package/dist/components/flexi-cell/components/flexi-cell-adornment/flexi-cell-adornment.component.js +4 -17
- package/dist/components/flexi-cell/components/flexi-cell-body/flexi-cell-body.component.js +5 -18
- package/dist/components/flexi-cell/components/flexi-cell-button/flexi-cell-button.component.js +5 -18
- package/dist/components/flexi-cell/components/flexi-cell-circle/flexi-cell-circle.component.js +5 -18
- package/dist/components/flexi-cell/components/flexi-cell-footer/flexi-cell-footer.component.js +4 -17
- package/dist/components/flexi-cell/components/flexi-cell-hint/flexi-cell-hint.component.js +4 -17
- package/dist/components/flexi-cell/components/flexi-cell-label/flexi-cell-label.component.js +5 -18
- package/dist/components/flexi-cell/flexi-cell.component.js +9 -22
- package/dist/components/footer/footer.component.js +16 -28
- package/dist/components/form/components/form-chit-chat/form-chit-chat.component.js +5 -18
- package/dist/components/form/components/form-group/form-group.component.js +6 -19
- package/dist/components/form/components/form-hint/form-hint.component.js +5 -18
- package/dist/components/form/components/form-label/form-label.component.js +4 -17
- package/dist/components/form/components/form-section/form-section.component.js +5 -18
- package/dist/components/form/form.component.js +2 -16
- package/dist/components/grid/components/grid-container/grid-container.component.js +5 -18
- package/dist/components/grid/components/grid-item/grid-item.component.js +5 -18
- package/dist/components/grid/grid.component.js +5 -18
- package/dist/components/header/header.component.js +17 -30
- package/dist/components/heading/heading.component.js +5 -18
- package/dist/components/hint/hint.component.js +5 -18
- package/dist/components/icon/components/accessibility-icon.js +5 -18
- package/dist/components/icon/components/account-icon.js +5 -18
- package/dist/components/icon/components/add-circle-icon.js +5 -18
- package/dist/components/icon/components/add-icon.js +5 -18
- package/dist/components/icon/components/alert-icon.js +5 -18
- package/dist/components/icon/components/android-icon.js +5 -18
- package/dist/components/icon/components/apple-icon.js +5 -18
- package/dist/components/icon/components/archive-box-icon.js +5 -18
- package/dist/components/icon/components/arrow-back-circle-icon.js +5 -18
- package/dist/components/icon/components/arrow-down-circle-icon.js +5 -18
- package/dist/components/icon/components/arrow-fork-icon.js +5 -18
- package/dist/components/icon/components/arrow-forward-circle-icon.js +5 -18
- package/dist/components/icon/components/arrow-left-icon.js +5 -18
- package/dist/components/icon/components/arrow-right-icon.js +5 -18
- package/dist/components/icon/components/arrow-split-icon.js +5 -18
- package/dist/components/icon/components/arrow-thread-reply-icon.d.ts +2 -0
- package/dist/components/icon/components/arrow-thread-reply-icon.js +12 -0
- package/dist/components/icon/components/arrow-up-circle-icon.js +5 -18
- package/dist/components/icon/components/atm-icon.js +5 -18
- package/dist/components/icon/components/attache-case-icon.js +5 -18
- package/dist/components/icon/components/australia-icon.js +5 -18
- package/dist/components/icon/components/baby-buggy-icon.js +5 -18
- package/dist/components/icon/components/backspace-icon.js +5 -18
- package/dist/components/icon/components/bank-icon.js +5 -18
- package/dist/components/icon/components/bar-chart-down-icon.js +5 -18
- package/dist/components/icon/components/bar-chart-icon.js +5 -18
- package/dist/components/icon/components/barbell-icon.js +5 -18
- package/dist/components/icon/components/book-icon.js +5 -18
- package/dist/components/icon/components/bpay-icon.js +5 -18
- package/dist/components/icon/components/briefcase-icon.js +5 -18
- package/dist/components/icon/components/bug-report-icon.js +5 -18
- package/dist/components/icon/components/burger-icon.js +5 -18
- package/dist/components/icon/components/business-person-icon.js +5 -18
- package/dist/components/icon/components/button-shape-icon.d.ts +2 -0
- package/dist/components/icon/components/button-shape-icon.js +23 -0
- package/dist/components/icon/components/cafe-icon.js +5 -18
- package/dist/components/icon/components/cake-icon.js +5 -18
- package/dist/components/icon/components/calculate-icon.js +5 -18
- package/dist/components/icon/components/calculator-icon.js +5 -18
- package/dist/components/icon/components/calendar-icon.js +5 -18
- package/dist/components/icon/components/camera-icon.js +5 -18
- package/dist/components/icon/components/cancel-card-icon.js +5 -18
- package/dist/components/icon/components/car-icon.js +5 -18
- package/dist/components/icon/components/cardless-cash-icon.js +5 -18
- package/dist/components/icon/components/cart-icon.js +5 -18
- package/dist/components/icon/components/chat-icon.js +5 -18
- package/dist/components/icon/components/check-icon.js +5 -18
- package/dist/components/icon/components/child-care-icon.js +5 -18
- package/dist/components/icon/components/child-icon.js +5 -18
- package/dist/components/icon/components/circle-icon.js +5 -18
- package/dist/components/icon/components/clear-icon.js +5 -18
- package/dist/components/icon/components/clock-icon.js +5 -18
- package/dist/components/icon/components/close-icon.js +5 -18
- package/dist/components/icon/components/closed-caption-icon.d.ts +2 -0
- package/dist/components/icon/components/closed-caption-icon.js +25 -0
- package/dist/components/icon/components/cocktail-glass-icon.js +5 -18
- package/dist/components/icon/components/color-filters-icon.d.ts +2 -0
- package/dist/components/icon/components/color-filters-icon.js +15 -0
- package/dist/components/icon/components/compass-icon.js +5 -18
- package/dist/components/icon/components/contact-icon.js +5 -18
- package/dist/components/icon/components/content-copy-icon.js +5 -18
- package/dist/components/icon/components/credit-card-icon.js +5 -18
- package/dist/components/icon/components/credit-cards-icon.js +5 -18
- package/dist/components/icon/components/cube-icon.js +5 -18
- package/dist/components/icon/components/cursor-arrow-click-icon.js +5 -18
- package/dist/components/icon/components/cursor-arrow-doubleclick-icon.js +5 -18
- package/dist/components/icon/components/cursor-arrow-icon.js +5 -18
- package/dist/components/icon/components/cursor-arrow-rays-icon.js +5 -18
- package/dist/components/icon/components/delete-icon.js +5 -18
- package/dist/components/icon/components/delivery-truck-icon.js +5 -18
- package/dist/components/icon/components/desktop-icon.js +5 -18
- package/dist/components/icon/components/diamond-icon.js +5 -18
- package/dist/components/icon/components/dollar-icon.js +5 -18
- package/dist/components/icon/components/dollar-sign-icon.js +5 -18
- package/dist/components/icon/components/download-file-icon.js +5 -18
- package/dist/components/icon/components/download-icon.js +5 -18
- package/dist/components/icon/components/drag-icon.js +5 -18
- package/dist/components/icon/components/drop-down-icon.js +5 -18
- package/dist/components/icon/components/drop-left-icon.js +5 -18
- package/dist/components/icon/components/drop-right-icon.js +5 -18
- package/dist/components/icon/components/drop-up-icon.js +5 -18
- package/dist/components/icon/components/dropbox-icon.js +5 -18
- package/dist/components/icon/components/edit-icon.js +5 -18
- package/dist/components/icon/components/education-icon.js +5 -18
- package/dist/components/icon/components/eftpos-icon.js +5 -18
- package/dist/components/icon/components/email-icon.js +5 -18
- package/dist/components/icon/components/error-icon.js +5 -18
- package/dist/components/icon/components/excel-file-icon.js +5 -18
- package/dist/components/icon/components/exit-icon.js +5 -18
- package/dist/components/icon/components/expand-less-icon.js +5 -18
- package/dist/components/icon/components/expand-more-icon.js +5 -18
- package/dist/components/icon/components/face-happy-icon.js +5 -18
- package/dist/components/icon/components/facebook-icon.js +5 -18
- package/dist/components/icon/components/favorite-icon.js +5 -18
- package/dist/components/icon/components/filter-icon.js +5 -18
- package/dist/components/icon/components/fingerprint-icon.js +5 -18
- package/dist/components/icon/components/first-aid-case-icon.js +5 -18
- package/dist/components/icon/components/first-aid-icon.js +5 -18
- package/dist/components/icon/components/format-color-icon.d.ts +2 -0
- package/dist/components/icon/components/format-color-icon.js +20 -0
- package/dist/components/icon/components/fullscreen-exit-icon.d.ts +2 -0
- package/dist/components/icon/components/fullscreen-exit-icon.js +12 -0
- package/dist/components/icon/components/fullscreen-icon.d.ts +2 -0
- package/dist/components/icon/components/fullscreen-icon.js +12 -0
- package/dist/components/icon/components/future-clock-icon.js +5 -18
- package/dist/components/icon/components/gel-icon.js +5 -18
- package/dist/components/icon/components/generic-file-icon.js +5 -18
- package/dist/components/icon/components/geolocation-icon.js +5 -18
- package/dist/components/icon/components/gift-icon.js +5 -18
- package/dist/components/icon/components/github-icon.js +5 -18
- package/dist/components/icon/components/global-icon.js +5 -18
- package/dist/components/icon/components/google-plus-icon.js +5 -18
- package/dist/components/icon/components/grid-icon.js +5 -18
- package/dist/components/icon/components/growth-icon.js +5 -18
- package/dist/components/icon/components/hamburger-menu-icon.js +5 -18
- package/dist/components/icon/components/headset-icon.js +5 -18
- package/dist/components/icon/components/heart-add-icon.js +5 -18
- package/dist/components/icon/components/heart-tick-icon.js +5 -18
- package/dist/components/icon/components/help-icon.js +5 -18
- package/dist/components/icon/components/history-clock-icon.js +5 -18
- package/dist/components/icon/components/house-dollar-icon.js +5 -18
- package/dist/components/icon/components/house-icon.js +5 -18
- package/dist/components/icon/components/house-people-icon.js +5 -18
- package/dist/components/icon/components/house-person-icon.js +5 -18
- package/dist/components/icon/components/ice-cream-icon.js +5 -18
- package/dist/components/icon/components/id-card-icon.js +5 -18
- package/dist/components/icon/components/image-square-icon.js +5 -18
- package/dist/components/icon/components/info-icon.js +5 -18
- package/dist/components/icon/components/instagram-icon.js +5 -18
- package/dist/components/icon/components/inventory-icon.js +5 -18
- package/dist/components/icon/components/invest-icon.js +5 -18
- package/dist/components/icon/components/invoice-icon.js +5 -18
- package/dist/components/icon/components/key-icon.js +5 -18
- package/dist/components/icon/components/keyhole-icon.js +5 -18
- package/dist/components/icon/components/leaf-icon.js +5 -18
- package/dist/components/icon/components/light-bulb-icon.js +5 -18
- package/dist/components/icon/components/limit-icon.js +5 -18
- package/dist/components/icon/components/link-icon.js +5 -18
- package/dist/components/icon/components/linkedin-icon.js +5 -18
- package/dist/components/icon/components/list-icon.js +5 -18
- package/dist/components/icon/components/live-chat-icon.js +5 -18
- package/dist/components/icon/components/luggage-icon.js +5 -18
- package/dist/components/icon/components/map-icon.js +5 -18
- package/dist/components/icon/components/map-pin-icon.js +5 -18
- package/dist/components/icon/components/medical-icon.js +5 -18
- package/dist/components/icon/components/megaphone-icon.js +5 -18
- package/dist/components/icon/components/message-icon.js +5 -18
- package/dist/components/icon/components/mobile-pay-icon.js +5 -18
- package/dist/components/icon/components/money-bag-icon.js +5 -18
- package/dist/components/icon/components/money-in-icon.js +5 -18
- package/dist/components/icon/components/money-notes-icon.js +5 -18
- package/dist/components/icon/components/money-out-icon.js +5 -18
- package/dist/components/icon/components/more-horiz-icon.js +5 -18
- package/dist/components/icon/components/more-vert-icon.js +5 -18
- package/dist/components/icon/components/move-from-icon.js +5 -18
- package/dist/components/icon/components/move-to-icon.js +5 -18
- package/dist/components/icon/components/new-content-icon.js +5 -18
- package/dist/components/icon/components/new-window-icon.js +5 -18
- package/dist/components/icon/components/notification-active-icon.js +5 -18
- package/dist/components/icon/components/notification-icon.js +5 -18
- package/dist/components/icon/components/notification-off-icon.js +5 -18
- package/dist/components/icon/components/office-icon.js +5 -18
- package/dist/components/icon/components/open-browser-icon.js +5 -18
- package/dist/components/icon/components/package-delivery-icon.js +5 -18
- package/dist/components/icon/components/padlock-icon.js +5 -18
- package/dist/components/icon/components/padlock-open-icon.js +5 -18
- package/dist/components/icon/components/padlock-tick-icon.js +5 -18
- package/dist/components/icon/components/pause-circle-icon.js +5 -18
- package/dist/components/icon/components/pause-icon.js +6 -19
- package/dist/components/icon/components/paw-icon.js +5 -18
- package/dist/components/icon/components/pay-icon.js +5 -18
- package/dist/components/icon/components/pay-id-icon.js +5 -18
- package/dist/components/icon/components/pay-to-icon.js +5 -18
- package/dist/components/icon/components/pay-to-mobile-icon.js +5 -18
- package/dist/components/icon/components/paypass-icon.js +5 -18
- package/dist/components/icon/components/pdf-file-icon.js +5 -18
- package/dist/components/icon/components/pending-icon.js +5 -18
- package/dist/components/icon/components/people-icon.js +5 -18
- package/dist/components/icon/components/percent-icon.js +5 -18
- package/dist/components/icon/components/person-icon.js +5 -18
- package/dist/components/icon/components/phone-icon.js +5 -18
- package/dist/components/icon/components/pie-chart-icon.js +5 -18
- package/dist/components/icon/components/piggy-bank-icon.js +5 -18
- package/dist/components/icon/components/piggy-bank.js +5 -18
- package/dist/components/icon/components/pin-icon.js +5 -18
- package/dist/components/icon/components/pizza-icon.js +5 -18
- package/dist/components/icon/components/plane-icon.js +5 -18
- package/dist/components/icon/components/play-circle-icon.js +5 -18
- package/dist/components/icon/components/play-icon.js +6 -19
- package/dist/components/icon/components/pram-icon.js +5 -18
- package/dist/components/icon/components/presets-icon.js +5 -18
- package/dist/components/icon/components/print-icon.js +5 -18
- package/dist/components/icon/components/progress-icon.js +5 -18
- package/dist/components/icon/components/question-mark-icon.js +5 -18
- package/dist/components/icon/components/quick-balance-icon.js +5 -18
- package/dist/components/icon/components/receipt-icon.js +5 -18
- package/dist/components/icon/components/refresh-icon.js +5 -18
- package/dist/components/icon/components/remove-circle-icon.js +5 -18
- package/dist/components/icon/components/remove-icon.js +5 -18
- package/dist/components/icon/components/replay-icon.d.ts +2 -0
- package/dist/components/icon/components/replay-icon.js +12 -0
- package/dist/components/icon/components/restaurant-icon.js +5 -18
- package/dist/components/icon/components/rss-icon.js +5 -18
- package/dist/components/icon/components/scan-document-icon.js +5 -18
- package/dist/components/icon/components/sd-storage-icon.js +5 -18
- package/dist/components/icon/components/search-icon.js +5 -18
- package/dist/components/icon/components/security-icon.js +5 -18
- package/dist/components/icon/components/service-bell-icon.js +5 -18
- package/dist/components/icon/components/settings-icon.js +5 -18
- package/dist/components/icon/components/share-icon.js +5 -18
- package/dist/components/icon/components/share-ios-icon.js +5 -18
- package/dist/components/icon/components/shop-icon.js +5 -18
- package/dist/components/icon/components/shopping-bag-icon.js +5 -18
- package/dist/components/icon/components/shopping-basket-icon.js +5 -18
- package/dist/components/icon/components/sim-card-icon.js +5 -18
- package/dist/components/icon/components/slack-icon.js +5 -18
- package/dist/components/icon/components/sms-icon.js +5 -18
- package/dist/components/icon/components/spa-icon.js +5 -18
- package/dist/components/icon/components/star-half-icon.js +5 -18
- package/dist/components/icon/components/star-rate-icon.js +5 -18
- package/dist/components/icon/components/stars-icon.js +5 -18
- package/dist/components/icon/components/stopwatch-icon.js +5 -18
- package/dist/components/icon/components/stroller-icon.js +5 -18
- package/dist/components/icon/components/success-icon.js +5 -18
- package/dist/components/icon/components/super-icon.js +5 -18
- package/dist/components/icon/components/switch-icon.js +5 -18
- package/dist/components/icon/components/tablet-icon.js +5 -18
- package/dist/components/icon/components/tag-icon.js +5 -18
- package/dist/components/icon/components/takeout-coffee-icon.js +5 -18
- package/dist/components/icon/components/takeout-food-icon.js +5 -18
- package/dist/components/icon/components/target-icon.js +5 -18
- package/dist/components/icon/components/telephone-icon.js +5 -18
- package/dist/components/icon/components/text-bold-icon.d.ts +2 -0
- package/dist/components/icon/components/text-bold-icon.js +14 -0
- package/dist/components/icon/components/text-increase-icon.d.ts +2 -0
- package/dist/components/icon/components/text-increase-icon.js +17 -0
- package/dist/components/icon/components/text-large-icon.d.ts +2 -0
- package/dist/components/icon/components/text-large-icon.js +17 -0
- package/dist/components/icon/components/thumb-down-icon.js +5 -18
- package/dist/components/icon/components/thumb-up-icon.js +5 -18
- package/dist/components/icon/components/tick-circle-icon.js +5 -18
- package/dist/components/icon/components/tick-icon.js +5 -18
- package/dist/components/icon/components/tiles-icon.js +5 -18
- package/dist/components/icon/components/transfer-icon.js +5 -18
- package/dist/components/icon/components/transport-icon.js +5 -18
- package/dist/components/icon/components/travel-explore-icon.js +5 -18
- package/dist/components/icon/components/tune-icon.js +5 -18
- package/dist/components/icon/components/twitter-icon.js +5 -18
- package/dist/components/icon/components/umbrella-icon.js +5 -18
- package/dist/components/icon/components/unpin-icon.js +5 -18
- package/dist/components/icon/components/upload-icon.js +5 -18
- package/dist/components/icon/components/verified-icon.js +5 -18
- package/dist/components/icon/components/video-icon.js +5 -18
- package/dist/components/icon/components/visibility-icon.js +5 -18
- package/dist/components/icon/components/visibility-off-icon.js +5 -18
- package/dist/components/icon/components/voice-icon.js +5 -18
- package/dist/components/icon/components/voiceover-on-icon.d.ts +2 -0
- package/dist/components/icon/components/voiceover-on-icon.js +31 -0
- package/dist/components/icon/components/volume-off-icon.d.ts +2 -0
- package/dist/components/icon/components/volume-off-icon.js +35 -0
- package/dist/components/icon/components/volume-on-icon.d.ts +2 -0
- package/dist/components/icon/components/volume-on-icon.js +29 -0
- package/dist/components/icon/components/walk-icon.js +5 -18
- package/dist/components/icon/components/wallet-icon.js +5 -18
- package/dist/components/icon/components/warning-icon.js +5 -18
- package/dist/components/icon/components/watch-icon.js +5 -18
- package/dist/components/icon/components/wearable-icon.js +5 -18
- package/dist/components/icon/components/wheelchair-icon.js +5 -18
- package/dist/components/icon/components/windows-new-icon.js +5 -18
- package/dist/components/icon/components/wine-glass-icon.js +5 -18
- package/dist/components/icon/components/word-file-icon.js +5 -18
- package/dist/components/icon/components/write-icon.js +5 -18
- package/dist/components/icon/components/x-icon.js +5 -18
- package/dist/components/icon/components/yammer-icon.js +5 -18
- package/dist/components/icon/components/youtube-icon.js +5 -18
- package/dist/components/icon/components/zip-file-icon.js +5 -18
- package/dist/components/icon/icon.component.js +5 -18
- package/dist/components/icon/index.d.ts +14 -0
- package/dist/components/icon/index.js +14 -0
- package/dist/components/input/input.component.js +6 -19
- package/dist/components/input-group/components/input-group-add-ons/add-ons.types.js +2 -2
- package/dist/components/input-group/components/input-group-add-ons/components/input-group-add-on-default-add-on/input-group-add-on-default-add-on.component.js +5 -18
- package/dist/components/input-group/components/input-group-add-ons/components/input-group-add-on-icon-add-on/input-group-add-on-icon-add-on.component.js +5 -18
- package/dist/components/input-group/components/input-group-add-ons/components/input-group-add-on-text-add-on/input-group-add-on-text-add-on.component.js +5 -18
- package/dist/components/input-group/components/input-group-add-ons/input-group-add-ons.component.js +8 -20
- package/dist/components/input-group/components/input-group-add-ons/input-group-add-ons.types.js +2 -2
- package/dist/components/input-group/components/input-group-supporting-text/input-group-supporting-text.component.js +5 -18
- package/dist/components/input-group/input-group.component.js +12 -24
- package/dist/components/label/label.component.js +5 -18
- package/dist/components/link/link.component.js +6 -19
- package/dist/components/list/components/list-item/list-item.component.js +9 -22
- package/dist/components/list/list.component.js +5 -19
- package/dist/components/list/list.utils.js +2 -2
- package/dist/components/modal/components/modal-backdrop/modal-backdrop.component.js +9 -21
- package/dist/components/modal/components/modal-dialog/components/modal-dialog-body/modal-dialog-body.component.js +6 -19
- package/dist/components/modal/components/modal-dialog/components/modal-dialog-footer/modal-dialog-footer.component.js +6 -19
- package/dist/components/modal/components/modal-dialog/modal-dialog.component.js +13 -24
- package/dist/components/modal/modal.component.js +5 -18
- package/dist/components/pagination/components/pagination-item/pagination-item.component.js +5 -19
- package/dist/components/pagination/pagination.component.js +12 -23
- package/dist/components/pagination/pagination.hooks.js +1 -1
- package/dist/components/panel/components/panel-body/panel-body.component.js +5 -18
- package/dist/components/panel/components/panel-footer/panel-footer.component.js +5 -18
- package/dist/components/panel/panel.component.js +5 -18
- package/dist/components/panel/panel.types.d.ts +1 -1
- package/dist/components/pass-code/pass-code.component.js +6 -21
- package/dist/components/pass-code-view/pass-code-view.component.js +8 -21
- package/dist/components/pass-code-view/pass-code-view.loader.js +1 -1
- package/dist/components/pictogram/components/decorative/wbc-bank-card-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/accessibility-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/accounts-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/aeroplane-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/arrow-down-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/arrow-left-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/arrow-right-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/arrow-up-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/arrows-passing-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/atm-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/australia-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/bank-card-locked-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/bank-card-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/bank-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/birth-certificate-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/building-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/buoy-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/bus-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/business-person-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/calculator-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/calendar-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/car-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/cash-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/celebration-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/chat-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/clock-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/coffee-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/coins-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/compass-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/customer-profile-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/desktop-computer-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/document-and-pen-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/dollar-sign-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/drivers-licence-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/education-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/eftpos-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/envelope-email-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/envelope-printed-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/face-happy-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/face-unhappy-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/face-unsure-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/finger-motion-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/fingerprint-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/football-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/fork-knife-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/generic-document-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/gift-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/globe-australia-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/globe-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/graph-decreasing-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/graph-increasing-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/gym-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/headset-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/heart-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/house-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/light-bulb-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/loop-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/medicare-card-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/mobile-device-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/money-in-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/money-out-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/movie-tickets-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/nest-egg-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/noodles-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/number-1-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/number-2-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/number-3-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/number-4-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/number-5-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/padlock-locked-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/padlock-unlocked-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/passport-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/percent-sign-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/person-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/piggy-bank-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/pizza-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/plant-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/search-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/secure-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/shop-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/shopping-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/sparkle-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/star-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/stopwatch-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/target-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/tax-document-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/telephone-call-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/thumbs-up-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/tick-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/tools-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/tractor-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/truck-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/umbrella-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/unsecure-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/wallet-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/wearables-pictogram.js +5 -18
- package/dist/components/pictogram/pictogram.component.js +5 -18
- package/dist/components/popover/components/panel/panel.component.js +10 -22
- package/dist/components/popover/components/panel/panel.hook.js +1 -1
- package/dist/components/popover/popover.component.js +1 -1
- package/dist/components/progress-bar/progress-bar.component.js +11 -23
- package/dist/components/progress-indicator/progress-indicator.component.js +5 -18
- package/dist/components/progress-rope/components/progress-rope-group-step/progress-rope-group-step.component.js +6 -19
- package/dist/components/progress-rope/components/progress-rope-step/progress-rope-step.component.js +6 -19
- package/dist/components/progress-rope/progress-rope.component.js +5 -18
- package/dist/components/radio-group/components/radio-group-radio/radio-group-radio.component.js +11 -23
- package/dist/components/radio-group/radio-group.component.js +17 -27
- package/dist/components/repeater/repeater.component.js +12 -23
- package/dist/components/select/select.component.js +6 -19
- package/dist/components/selector/components/selector-button-group/components/selector-button-group-option/selector-button-group-option.component.js +5 -18
- package/dist/components/selector/components/selector-button-group/selector-button-group.component.js +8 -20
- package/dist/components/selector/components/selector-checkbox-group/components/selector-checkbox-group-option/selector-checkbox-group-option.component.js +6 -19
- package/dist/components/selector/components/selector-checkbox-group/selector-checkbox-group.component.js +7 -19
- package/dist/components/selector/components/selector-label/selector-label.component.js +4 -17
- package/dist/components/selector/components/selector-link-group/components/selector-link-group-option/selector-link-group-option.component.js +7 -20
- package/dist/components/selector/components/selector-link-group/selector-link-group.component.js +8 -20
- package/dist/components/selector/components/selector-radio-group/components/selector-radio-group-option/selector-radio-group-option.component.js +7 -20
- package/dist/components/selector/components/selector-radio-group/selector-radio-group.component.js +8 -20
- package/dist/components/selector/selector.component.js +4 -18
- package/dist/components/skip-link/skip-link.component.js +8 -20
- package/dist/components/switch/switch.component.js +11 -23
- package/dist/components/symbol/components/logos/bom-logo.js +5 -18
- package/dist/components/symbol/components/logos/bom-multibrand-large-logo.js +6 -19
- package/dist/components/symbol/components/logos/bom-multibrand-small-logo.js +6 -19
- package/dist/components/symbol/components/logos/bom-shield-logo.js +5 -18
- package/dist/components/symbol/components/logos/bsa-logo.js +4 -17
- package/dist/components/symbol/components/logos/bsa-multibrand-large-logo.js +5 -18
- package/dist/components/symbol/components/logos/bsa-multibrand-small-logo.js +5 -18
- package/dist/components/symbol/components/logos/bsa-stacked-logo.js +4 -17
- package/dist/components/symbol/components/logos/bt-logo.js +5 -18
- package/dist/components/symbol/components/logos/bt-multibrand-large-logo.js +6 -19
- package/dist/components/symbol/components/logos/bt-multibrand-small-logo.js +6 -19
- package/dist/components/symbol/components/logos/bt-panorama-logo.js +5 -18
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-large-logo.js +6 -19
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-small-logo.js +6 -19
- package/dist/components/symbol/components/logos/bt-panorama-reversed-logo.js +5 -18
- package/dist/components/symbol/components/logos/bt-reversed-logo.js +5 -18
- package/dist/components/symbol/components/logos/rams-logo.js +5 -18
- package/dist/components/symbol/components/logos/rams-multibrand-large-logo.js +5 -18
- package/dist/components/symbol/components/logos/rams-multibrand-small-logo.js +5 -18
- package/dist/components/symbol/components/logos/red-avatar-circle-logo.js +4 -17
- package/dist/components/symbol/components/logos/red-avatar-circle-reversed-logo.js +4 -17
- package/dist/components/symbol/components/logos/red-avatar-logo.js +4 -17
- package/dist/components/symbol/components/logos/stg-dragon-logo.js +4 -17
- package/dist/components/symbol/components/logos/stg-logo.js +4 -17
- package/dist/components/symbol/components/logos/stg-multibrand-large-logo.js +5 -18
- package/dist/components/symbol/components/logos/stg-multibrand-small-logo.js +5 -18
- package/dist/components/symbol/components/logos/wbc-logo.js +5 -18
- package/dist/components/symbol/components/logos/wbc-multibrand-large-logo.js +5 -18
- package/dist/components/symbol/components/logos/wbc-multibrand-small-logo.js +6 -19
- package/dist/components/symbol/components/logos/wbg-internal-logo.js +4 -17
- package/dist/components/symbol/components/logos/wbg-logo.js +4 -17
- package/dist/components/symbol/components/logos/wbg-multibrand-large-logo.js +5 -18
- package/dist/components/symbol/components/logos/wbg-multibrand-small-logo.js +5 -18
- package/dist/components/symbol/components/symbols/american-express-symbol.js +5 -18
- package/dist/components/symbol/components/symbols/apple-store-inverse-symbol.js +5 -18
- package/dist/components/symbol/components/symbols/apple-store-symbol.js +5 -18
- package/dist/components/symbol/components/symbols/bpay-land-symbol.js +5 -18
- package/dist/components/symbol/components/symbols/bpay-port-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/facebook-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/google-plus-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/google-store-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/instagram-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/linked-in-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/mastercard-accepted-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/mastercard-horizontal-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/mastercard-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/microsoft-store-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/pay-id-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/pay-to-black-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-black-symbol.js +16 -0
- package/dist/components/symbol/components/symbols/pay-to-dark-grey-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-dark-grey-symbol.js +16 -0
- package/dist/components/symbol/components/symbols/pay-to-light-grey-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-light-grey-symbol.js +16 -0
- package/dist/components/symbol/components/symbols/pay-to-white-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-white-symbol.js +16 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-black-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-black-symbol.js +25 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-dark-grey-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-dark-grey-symbol.js +25 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.js +25 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-white-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-white-symbol.js +25 -0
- package/dist/components/symbol/components/symbols/slack-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/twitter-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/visa-blue-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/visa-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/visa-white-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/x-mark-inverse-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/x-mark-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/x-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/yammer-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/youtube-symbol.js +4 -17
- package/dist/components/symbol/index.d.ts +8 -0
- package/dist/components/symbol/index.js +8 -0
- package/dist/components/symbol/symbol.component.js +5 -18
- package/dist/components/symbol/symbol.utils.js +1 -1
- package/dist/components/table/components/table-body/table-body.component.js +5 -18
- package/dist/components/table/components/table-caption/table-caption.component.js +5 -18
- package/dist/components/table/components/table-cell/table-cell.component.js +6 -19
- package/dist/components/table/components/table-footer/table-footer.component.js +3 -17
- package/dist/components/table/components/table-header/table-header.component.js +5 -18
- package/dist/components/table/components/table-header-cell/table-header-cell.component.js +6 -19
- package/dist/components/table/components/table-header-row/table-header-row.component.js +5 -18
- package/dist/components/table/components/table-row/table-row.component.js +6 -19
- package/dist/components/table/table.component.js +5 -18
- package/dist/components/tabs/components/tabs-tab/tabs-tab.component.js +6 -19
- package/dist/components/tabs/components/tabs-tab-panel/tabs-tab-panel.component.js +6 -19
- package/dist/components/tabs/tabs.component.js +6 -20
- package/dist/components/textarea/textarea.component.js +6 -19
- package/dist/components/visually-hidden/visually-hidden.component.js +5 -18
- package/dist/components/well/well.component.js +5 -18
- package/dist/css/westpac-ui.css +12 -0
- package/dist/css/westpac-ui.min.css +12 -0
- package/dist/tailwind/tailwind-plugin.js +2 -2
- package/dist/tailwind/tailwind-transformer.js +1 -3
- package/dist/tailwind/utils/create-brand-fonts.js +2 -2
- package/package.json +9 -7
- package/src/components/autocomplete/components/autocomplete-list-box/autocomplete-list-box.component.tsx +1 -1
- package/src/components/autocomplete/components/autocomplete-list-box/components/autocomplete-list-box-option/autocomplete-list-box-option.styles.ts +2 -2
- package/src/components/autocomplete/components/autocomplete-popover/autocomplete-popover.component.tsx +1 -1
- package/src/components/icon/components/arrow-thread-reply-icon.tsx +19 -0
- package/src/components/icon/components/button-shape-icon.tsx +39 -0
- package/src/components/icon/components/closed-caption-icon.tsx +41 -0
- package/src/components/icon/components/color-filters-icon.tsx +23 -0
- package/src/components/icon/components/format-color-icon.tsx +26 -0
- package/src/components/icon/components/fullscreen-exit-icon.tsx +19 -0
- package/src/components/icon/components/fullscreen-icon.tsx +19 -0
- package/src/components/icon/components/pause-icon.tsx +1 -1
- package/src/components/icon/components/play-icon.tsx +1 -1
- package/src/components/icon/components/replay-icon.tsx +15 -0
- package/src/components/icon/components/text-bold-icon.tsx +17 -0
- package/src/components/icon/components/text-increase-icon.tsx +22 -0
- package/src/components/icon/components/text-large-icon.tsx +21 -0
- package/src/components/icon/components/voiceover-on-icon.tsx +51 -0
- package/src/components/icon/components/volume-off-icon.tsx +51 -0
- package/src/components/icon/components/volume-on-icon.tsx +46 -0
- package/src/components/icon/index.ts +14 -0
- package/src/components/panel/panel.types.ts +1 -1
- package/src/components/symbol/components/symbols/pay-to-black-symbol.tsx +30 -0
- package/src/components/symbol/components/symbols/pay-to-dark-grey-symbol.tsx +30 -0
- package/src/components/symbol/components/symbols/pay-to-light-grey-symbol.tsx +30 -0
- package/src/components/symbol/components/symbols/pay-to-white-symbol.tsx +30 -0
- package/src/components/symbol/components/symbols/pay-to-wordmark-black-symbol.tsx +42 -0
- package/src/components/symbol/components/symbols/pay-to-wordmark-dark-grey-symbol.tsx +42 -0
- package/src/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.tsx +42 -0
- package/src/components/symbol/components/symbols/pay-to-wordmark-white-symbol.tsx +42 -0
- package/src/components/symbol/components/symbols/x-mark-inverse-symbol.tsx +2 -2
- package/src/components/symbol/components/symbols/x-mark-symbol.tsx +2 -2
- package/src/components/symbol/index.ts +8 -0
- package/utils/build-icons/icon-template.ts +1 -1
- package/utils/build-svg-zip/index.ts +39 -0
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function LightBulbIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function LightBulbIcon({ look = 'filled', 'aria-label': ariaLabel = 'Light Bulb', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
22
9
|
d: "M16 18V16.0019C18.6779 14.5711 20.5 11.7483 20.5 8.5C20.5 3.80558 16.6944 0 12 0C7.30558 0 3.5 3.80558 3.5 8.5C3.5 11.7483 5.32211 14.5711 8 16.0019V18C8 19.1046 8.89543 20 10 20H14C15.1046 20 16 19.1046 16 18Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function LimitIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function LimitIcon({ look = 'filled', 'aria-label': ariaLabel = 'Limit', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M24 12C24 18.627 18.6278 24 12 24C5.37225 24 0 18.627 0 12C0 5.373 5.37225 0 12 0C18.6278 0 24 5.373 24 12ZM3.8557 6.36994L17.6301 20.1443C18.7358 19.3785 19.678 18.3933 20.3938 17.2517L6.74833 3.6062C5.6067 4.32199 4.62151 5.26423 3.8557 6.36994Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function LinkIcon({ 'aria-label': ariaLabel = 'Link'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function LinkIcon({ 'aria-label': ariaLabel = 'Link', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, React.createElement("path", {
|
|
22
9
|
d: "M11 18H6C2.68629 18 0 15.3137 0 12C0 8.68629 2.68629 6 6 6H11V8H6C3.79086 8 2 9.79086 2 12C2 14.2091 3.79086 16 6 16H11V18Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function LinkedinIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function LinkedinIcon({ look = 'filled', 'aria-label': ariaLabel = 'Linkedin', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M2 0C0.895431 0 0 0.89543 0 2V22C0 23.1046 0.89543 24 2 24H22C23.1046 24 24 23.1046 24 22V2C24 0.895431 23.1046 0 22 0H2ZM6.75 4.5C7.57875 4.5 8.25 5.17125 8.25 6C8.25 6.82875 7.57875 7.5 6.75 7.5C5.92125 7.5 5.25 6.82875 5.25 6C5.25 5.17125 5.92125 4.5 6.75 4.5ZM15.75 9C17.6138 9 18.75 10.6785 18.75 12.75V19.5H15.75V13.5C15.75 12.6713 15.0787 12 14.25 12C13.4213 12 12.75 12.6713 12.75 13.5V19.5H9.75V9H12.75V10.8615C12.8102 10.7934 12.8703 10.7243 12.9309 10.6547C13.6251 9.8566 14.3703 9 15.75 9ZM5.25 19.5H8.25V9H5.25V19.5Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function ListIcon({ 'aria-label': ariaLabel = 'List'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function ListIcon({ 'aria-label': ariaLabel = 'List', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M2 9H4V7H2V9ZM4 13H2V11H4V13ZM4 17H2V15H4V17ZM22 13H6V11H22V13ZM6 17H22V15H6V17ZM6 9V7H22V9H6Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function LiveChatIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function LiveChatIcon({ look = 'filled', 'aria-label': ariaLabel = 'Live Chat', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
22
9
|
d: "M17 14H5L0 20V1C0 0.447715 0.447715 0 1 0H17C17.5523 0 18 0.447715 18 1V13C18 13.5523 17.5523 14 17 14Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function LuggageIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function LuggageIcon({ look = 'filled', 'aria-label': ariaLabel = 'Luggage', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M8 4V2C8 0.895431 8.89543 0 10 0H14C15.1046 0 16 0.895431 16 2V4H20C21.1046 4 22 4.89543 22 6V20C22 21.1046 21.1046 22 20 22C20 23.1046 19.1046 24 18 24C16.8954 24 16 23.1046 16 22H8C8 23.1046 7.10457 24 6 24C4.89543 24 4 23.1046 4 22C2.89543 22 2 21.1046 2 20V6C2 4.89543 2.89543 4 4 4H8ZM10 2H14V4H10V2ZM7 18V8H9V18H7ZM11 8H13V18H11V8ZM17 18V8H15V18H17Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function MapIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function MapIcon({ look = 'filled', 'aria-label': ariaLabel = 'Map', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M23.52 19.4667C23.8 19.3733 24 19.1333 24 18.8267V2.66667C24 2.29333 23.7067 2 23.3333 2L23.12 2.04L16 5L8 2L0.48 4.53333C0.2 4.62667 0 4.86667 0 5.17333V21.3333C0 21.7067 0.293333 22 0.666667 22L0.88 21.96L8 19L16 22L23.52 19.4667ZM16 19.864L8 16.864V4.136L16 7.136V19.864Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function MapPinIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function MapPinIcon({ look = 'filled', 'aria-label': ariaLabel = 'Map Pin', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M4 8C4 12.4183 12 24 12 24C12 24 20 12.4183 20 8C20 3.58172 16.4183 0 12 0C7.58172 0 4 3.58172 4 8ZM12 11C13.6569 11 15 9.65685 15 8C15 6.34315 13.6569 5 12 5C10.3431 5 9 6.34315 9 8C9 9.65685 10.3431 11 12 11Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function MedicalIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function MedicalIcon({ look = 'filled', 'aria-label': ariaLabel = 'Medical', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M2 0C0.895431 0 0 0.89543 0 2V22C0 23.1046 0.89543 24 2 24H22C23.1046 24 24 23.1046 24 22V2C24 0.895431 23.1046 0 22 0H2ZM10.5 5.5H13.5V10.5H18.5V13.5H13.5V18.5H10.5V13.5H5.5V10.5H10.5V5.5Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function MegaphoneIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function MegaphoneIcon({ look = 'filled', 'aria-label': ariaLabel = 'Megaphone', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
22
9
|
d: "M6 7.52395L19.6286 2.07251C20.2855 1.80976 21 2.29352 21 3.00099V20.0469C21 20.7544 20.2855 21.2381 19.6286 20.9754L8 16.324V21.524C8 22.0762 7.55228 22.524 7 22.524C6.44772 22.524 6 22.0762 6 21.524V7.52395Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function MessageIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function MessageIcon({ look = 'filled', 'aria-label': ariaLabel = 'Message', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
d: "M3.63636 13L0 23L24 12L0 1L3.63636 11H12C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13H3.63636Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}) : React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function MobilePayIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function MobilePayIcon({ look = 'filled', 'aria-label': ariaLabel = 'Mobile Pay', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
22
9
|
d: "M6 0C4.89543 0 4 0.89543 4 2V22C4 23.1046 4.89543 24 6 24H16C17.1046 24 18 23.1046 18 22V13H15.584C14.8124 14.7659 13.0503 16 11 16C8.23858 16 6 13.7614 6 11C6 8.94968 7.2341 7.1876 9 6.41604V0H6Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function MoneyBagIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function MoneyBagIcon({ look = 'filled', 'aria-label': ariaLabel = 'Money Bag', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
22
9
|
d: "M7.7217 4.66577C9.07026 4.23343 10.5079 4 12 4C13.4921 4 14.9297 4.23343 16.2783 4.66577L19 0H5L7.7217 4.66577Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function MoneyInIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function MoneyInIcon({ look = 'filled', 'aria-label': ariaLabel = 'Money In', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
22
9
|
d: "M2.14761 18.8524C4.31568 21.9638 7.91995 24 12 24C18.6278 24 24 18.627 24 12C24 5.373 18.6278 0 12 0C7.91995 0 4.31568 2.03618 2.14761 5.14761L3.58899 6.58899C5.3688 3.8281 8.47091 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C8.47091 22 5.3688 20.1719 3.58899 17.411L2.14761 18.8524Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function MoneyNotesIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function MoneyNotesIcon({ look = 'filled', 'aria-label': ariaLabel = 'Money Notes', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M0 6C0 4.89543 0.895431 4 2 4H18C19.1046 4 20 4.89543 20 6V15C20 16.1046 19.1046 17 18 17H2C0.895431 17 0 16.1046 0 15V6ZM13.5 10.5C13.5 12.433 11.933 14 10 14C8.067 14 6.5 12.433 6.5 10.5C6.5 8.567 8.067 7 10 7C11.933 7 13.5 8.567 13.5 10.5Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function MoneyOutIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function MoneyOutIcon({ look = 'filled', 'aria-label': ariaLabel = 'Money Out', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M21.8524 18.8524C19.6843 21.9638 16.0801 24 12 24C5.37225 24 0 18.627 0 12C0 5.373 5.37225 0 12 0C16.0801 0 19.6843 2.03618 21.8524 5.14761L20.411 6.58899C18.6312 3.8281 15.5291 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C15.5291 22 18.6312 20.1719 20.411 17.411L21.8524 18.8524ZM18 6L24 12L18 18V6ZM6 14.7036C6.06874 16.7978 7.57453 18.1651 10 18.4462V20H12V18.4377C14.4771 18.1268 16 16.6734 16 14.5208C16 12.6052 14.9157 11.5255 12.4286 10.9856L10.9225 10.6634C9.49398 10.3326 8.89157 9.89719 8.89157 9.12224C8.89157 8.19056 9.75215 7.57234 11.0344 7.57234C12.3339 7.57234 13.2547 8.21668 13.3408 9.27897H15.7762C15.7383 7.27356 14.3199 5.86481 12 5.56127V4H10V5.57422C7.77904 5.90649 6.27539 7.3299 6.27539 9.34863C6.27539 11.1859 7.40275 12.3614 9.69191 12.8577L11.3098 13.2147C12.8072 13.5543 13.401 14.007 13.401 14.8255C13.401 15.7485 12.4544 16.419 11.0688 16.419C9.69191 16.419 8.62478 15.7398 8.5043 14.7036H6Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function MoreHorizIcon({ 'aria-label': ariaLabel = 'More Horiz'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function MoreHorizIcon({ 'aria-label': ariaLabel = 'More Horiz', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M4.5 9.5C3.125 9.5 2 10.625 2 12C2 13.375 3.125 14.5 4.5 14.5C5.875 14.5 7 13.375 7 12C7 10.625 5.875 9.5 4.5 9.5ZM19.5 9.5C18.125 9.5 17 10.625 17 12C17 13.375 18.125 14.5 19.5 14.5C20.875 14.5 22 13.375 22 12C22 10.625 20.875 9.5 19.5 9.5ZM9.5 12C9.5 10.625 10.625 9.5 12 9.5C13.375 9.5 14.5 10.625 14.5 12C14.5 13.375 13.375 14.5 12 14.5C10.625 14.5 9.5 13.375 9.5 12Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function MoreVertIcon({ 'aria-label': ariaLabel = 'More Vert'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function MoreVertIcon({ 'aria-label': ariaLabel = 'More Vert', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M12 7C13.375 7 14.5 5.875 14.5 4.5C14.5 3.125 13.375 2 12 2C10.625 2 9.5 3.125 9.5 4.5C9.5 5.875 10.625 7 12 7ZM12 9.5C10.625 9.5 9.5 10.625 9.5 12C9.5 13.375 10.625 14.5 12 14.5C13.375 14.5 14.5 13.375 14.5 12C14.5 10.625 13.375 9.5 12 9.5ZM9.5 19.5C9.5 18.125 10.625 17 12 17C13.375 17 14.5 18.125 14.5 19.5C14.5 20.875 13.375 22 12 22C10.625 22 9.5 20.875 9.5 19.5Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function MoveFromIcon({ 'aria-label': ariaLabel = 'Move From'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function MoveFromIcon({ 'aria-label': ariaLabel = 'Move From', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, React.createElement("path", {
|
|
22
9
|
d: "M20 0H4C2.9 0 2 0.9 2 2V22C2 23.1 2.9 24 4 24H20C21.11 24 22 23.1 22 22V16.2427L20 18.2427V22H4V2H20V5.75735L22 7.75735V2C22 0.9 21.11 0 20 0Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|