@mrshmllw/smores-react 4.0.1 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/dist/.gitkeep +0 -0
- package/dist/Accordion/Accordion.js +90 -32
- package/dist/ActionDropdown/ActionDropdown.js +65 -25
- package/dist/ActionDropdown/List.js +8 -6
- package/dist/Banner/BannerContainer.js +40 -31
- package/dist/Banner/BannerItem.js +112 -54
- package/dist/Banner/hooks.js +7 -5
- package/dist/Banner/types.d.ts +2 -1
- package/dist/Box/Box.js +7 -5
- package/dist/BrandCard/BrandCard.js +61 -24
- package/dist/Button/Button.d.ts +2 -1
- package/dist/Button/Button.js +110 -40
- package/dist/Card/Card.d.ts +2 -1
- package/dist/Card/Card.js +86 -34
- package/dist/CheckBox/CheckBox.js +41 -20
- package/dist/CheckBoxGroup/CheckBoxGroup.js +22 -6
- package/dist/Chip/Chip.d.ts +3 -2
- package/dist/Chip/Chip.js +60 -26
- package/dist/CurrencyInput/CurrencyInput.js +89 -50
- package/dist/Datepicker/Datepicker.js +130 -83
- package/dist/Datepicker/DatesList.js +42 -26
- package/dist/Divider/Divider.js +17 -11
- package/dist/Dropdown/Dropdown.d.ts +2 -1
- package/dist/Dropdown/Dropdown.js +101 -54
- package/dist/Emoji/Emoji.js +27 -6
- package/dist/Icon/Icon.d.ts +2 -7
- package/dist/Icon/Icon.js +38 -851
- package/dist/Icon/iconsList.d.ts +631 -0
- package/dist/Icon/iconsList.js +422 -0
- package/dist/Icon/svgAssets/Aa.svg.js +5 -0
- package/dist/Icon/svgAssets/AaInverted.svg.js +5 -0
- package/dist/Icon/svgAssets/AccidentalDamage.svg.js +5 -0
- package/dist/Icon/svgAssets/AccountBreakdown.svg.js +5 -0
- package/dist/Icon/svgAssets/AccountMlp.svg.js +5 -0
- package/dist/Icon/svgAssets/ActivityClipboard.svg.js +5 -0
- package/dist/Icon/svgAssets/AddOns.svg.js +5 -0
- package/dist/Icon/svgAssets/AddressMta.svg.js +5 -0
- package/dist/Icon/svgAssets/AlbumAudio.svg.js +5 -0
- package/dist/Icon/svgAssets/Alert.svg.js +5 -0
- package/dist/Icon/svgAssets/AlertEngine.svg.js +5 -0
- package/dist/Icon/svgAssets/Amex.svg.js +5 -0
- package/dist/Icon/svgAssets/ApplePay.svg.js +5 -0
- package/dist/Icon/svgAssets/ApprovedFile.svg.js +5 -0
- package/dist/Icon/svgAssets/Arrow.svg.js +5 -0
- package/dist/Icon/svgAssets/At.svg.js +5 -0
- package/dist/Icon/svgAssets/Axa.svg.js +5 -0
- package/dist/Icon/svgAssets/Bank.svg.js +5 -0
- package/dist/Icon/svgAssets/Basket.svg.js +5 -0
- package/dist/Icon/svgAssets/Bicycle.svg.js +5 -0
- package/dist/Icon/svgAssets/Boost.svg.js +5 -0
- package/dist/Icon/svgAssets/Breakdown.svg.js +5 -0
- package/dist/Icon/svgAssets/BreakdownAlt.svg.js +5 -0
- package/dist/Icon/svgAssets/Briefcase.svg.js +5 -0
- package/dist/Icon/svgAssets/Burger.svg.js +5 -0
- package/dist/Icon/svgAssets/Calendar.svg.js +5 -0
- package/dist/Icon/svgAssets/Camera.svg.js +5 -0
- package/dist/Icon/svgAssets/Cancel.svg.js +5 -0
- package/dist/Icon/svgAssets/CancelBw.svg.js +5 -0
- package/dist/Icon/svgAssets/Car.svg.js +5 -0
- package/dist/Icon/svgAssets/CarMta.svg.js +5 -0
- package/dist/Icon/svgAssets/CarRepairs.svg.js +5 -0
- package/dist/Icon/svgAssets/CarReplacement.svg.js +5 -0
- package/dist/Icon/svgAssets/CarUsage.svg.js +5 -0
- package/dist/Icon/svgAssets/Card.svg.js +5 -0
- package/dist/Icon/svgAssets/Caret.svg.js +5 -0
- package/dist/Icon/svgAssets/Charge.svg.js +5 -0
- package/dist/Icon/svgAssets/Chat.svg.js +5 -0
- package/dist/Icon/svgAssets/ChatBubble.svg.js +5 -0
- package/dist/Icon/svgAssets/Checkout.svg.js +5 -0
- package/dist/Icon/svgAssets/CheckoutWithText.svg.js +5 -0
- package/dist/Icon/svgAssets/CircleTick.svg.js +5 -0
- package/dist/Icon/svgAssets/City.svg.js +5 -0
- package/dist/Icon/svgAssets/Claim.svg.js +5 -0
- package/dist/Icon/svgAssets/ClaimLine.svg.js +5 -0
- package/dist/Icon/svgAssets/Clipboard.svg.js +5 -0
- package/dist/Icon/svgAssets/ClipboardCheck.svg.js +5 -0
- package/dist/Icon/svgAssets/Clock.svg.js +5 -0
- package/dist/Icon/svgAssets/ClosePanel.svg.js +5 -0
- package/dist/Icon/svgAssets/Collapse.svg.js +5 -0
- package/dist/Icon/svgAssets/Confused.svg.js +5 -0
- package/dist/Icon/svgAssets/ConfusedBlue.svg.js +5 -0
- package/dist/Icon/svgAssets/ContactEmail.svg.js +5 -0
- package/dist/Icon/svgAssets/Copy.svg.js +5 -0
- package/dist/Icon/svgAssets/Crop.svg.js +5 -0
- package/dist/Icon/svgAssets/Cross.svg.js +5 -0
- package/dist/Icon/svgAssets/DashboardHigh.svg.js +5 -0
- package/dist/Icon/svgAssets/DirectDebit.svg.js +5 -0
- package/dist/Icon/svgAssets/DocDownload.svg.js +5 -0
- package/dist/Icon/svgAssets/DocUpload.svg.js +5 -0
- package/dist/Icon/svgAssets/Download.svg.js +5 -0
- package/dist/Icon/svgAssets/Earth.svg.js +5 -0
- package/dist/Icon/svgAssets/Edit.svg.js +5 -0
- package/dist/Icon/svgAssets/EditContact.svg.js +5 -0
- package/dist/Icon/svgAssets/EditOutline.svg.js +5 -0
- package/dist/Icon/svgAssets/EmailFilled.svg.js +5 -0
- package/dist/Icon/svgAssets/Engine.svg.js +5 -0
- package/dist/Icon/svgAssets/Europe.svg.js +5 -0
- package/dist/Icon/svgAssets/Excluded.svg.js +5 -0
- package/dist/Icon/svgAssets/Expand.svg.js +5 -0
- package/dist/Icon/svgAssets/Facebook.svg.js +5 -0
- package/dist/Icon/svgAssets/FallingItems.svg.js +5 -0
- package/dist/Icon/svgAssets/Fence.svg.js +5 -0
- package/dist/Icon/svgAssets/File.svg.js +5 -0
- package/dist/Icon/svgAssets/FileBadge2.svg.js +5 -0
- package/dist/Icon/svgAssets/FileCabinet.svg.js +5 -0
- package/dist/Icon/svgAssets/Filter.svg.js +5 -0
- package/dist/Icon/svgAssets/Fire.svg.js +5 -0
- package/dist/Icon/svgAssets/Flag.svg.js +5 -0
- package/dist/Icon/svgAssets/Folder.svg.js +5 -0
- package/dist/Icon/svgAssets/FraudAlert.svg.js +5 -0
- package/dist/Icon/svgAssets/FreezerFood.svg.js +5 -0
- package/dist/Icon/svgAssets/Fuel.svg.js +5 -0
- package/dist/Icon/svgAssets/Globe.svg.js +5 -0
- package/dist/Icon/svgAssets/GooglePlayBadge.svg.js +5 -0
- package/dist/Icon/svgAssets/Gpay.svg.js +5 -0
- package/dist/Icon/svgAssets/HelpAboutus.svg.js +5 -0
- package/dist/Icon/svgAssets/HelpBuypolicy.svg.js +5 -0
- package/dist/Icon/svgAssets/HelpCenter.svg.js +5 -0
- package/dist/Icon/svgAssets/HelpIdcheck.svg.js +5 -0
- package/dist/Icon/svgAssets/HelpManagePolicy.svg.js +5 -0
- package/dist/Icon/svgAssets/HelpNcd.svg.js +5 -0
- package/dist/Icon/svgAssets/HelpVerification.svg.js +5 -0
- package/dist/Icon/svgAssets/HomeExcluded.svg.js +5 -0
- package/dist/Icon/svgAssets/House.svg.js +5 -0
- package/dist/Icon/svgAssets/HouseTree.svg.js +5 -0
- package/dist/Icon/svgAssets/Id.svg.js +5 -0
- package/dist/Icon/svgAssets/Inbox.svg.js +5 -0
- package/dist/Icon/svgAssets/Included.svg.js +5 -0
- package/dist/Icon/svgAssets/Info.svg.js +5 -0
- package/dist/Icon/svgAssets/Injury.svg.js +5 -0
- package/dist/Icon/svgAssets/Instagram.svg.js +5 -0
- package/dist/Icon/svgAssets/Intercom.svg.js +5 -0
- package/dist/Icon/svgAssets/Intercom2.svg.js +5 -0
- package/dist/Icon/svgAssets/IosStoreBadge.svg.js +5 -0
- package/dist/Icon/svgAssets/Iphone.svg.js +5 -0
- package/dist/Icon/svgAssets/Jewellery.svg.js +5 -0
- package/dist/Icon/svgAssets/Key.svg.js +5 -0
- package/dist/Icon/svgAssets/Laptop.svg.js +5 -0
- package/dist/Icon/svgAssets/Leaks.svg.js +5 -0
- package/dist/Icon/svgAssets/Lightbulb.svg.js +5 -0
- package/dist/Icon/svgAssets/Link.svg.js +5 -0
- package/dist/Icon/svgAssets/Linkedin.svg.js +5 -0
- package/dist/Icon/svgAssets/LiveChat.svg.js +5 -0
- package/dist/Icon/svgAssets/LiveChat2.svg.js +5 -0
- package/dist/Icon/svgAssets/Location.svg.js +5 -0
- package/dist/Icon/svgAssets/LogOut.svg.js +5 -0
- package/dist/Icon/svgAssets/ManageDrivers.svg.js +5 -0
- package/dist/Icon/svgAssets/ManagePolicy.svg.js +5 -0
- package/dist/Icon/svgAssets/Marshmallow.svg.js +5 -0
- package/dist/Icon/svgAssets/Mastercard.svg.js +5 -0
- package/dist/Icon/svgAssets/Maximise.svg.js +5 -0
- package/dist/Icon/svgAssets/MaximiseWindow.svg.js +5 -0
- package/dist/Icon/svgAssets/Medical.svg.js +5 -0
- package/dist/Icon/svgAssets/Minimise.svg.js +5 -0
- package/dist/Icon/svgAssets/Minus.svg.js +5 -0
- package/dist/Icon/svgAssets/MinusCircle.svg.js +5 -0
- package/dist/Icon/svgAssets/MoneyBag.svg.js +5 -0
- package/dist/Icon/svgAssets/MoneyHeart.svg.js +5 -0
- package/dist/Icon/svgAssets/MoreDots.svg.js +5 -0
- package/dist/Icon/svgAssets/Mulsanne.svg.js +5 -0
- package/dist/Icon/svgAssets/NewWindow.svg.js +5 -0
- package/dist/Icon/svgAssets/NoExcess.svg.js +5 -0
- package/dist/Icon/svgAssets/Notes.svg.js +5 -0
- package/dist/Icon/svgAssets/Notification.svg.js +5 -0
- package/dist/Icon/svgAssets/Onfido.svg.js +5 -0
- package/dist/Icon/svgAssets/OpenPanel.svg.js +5 -0
- package/dist/Icon/svgAssets/Other.svg.js +5 -0
- package/dist/Icon/svgAssets/OutOfHome.svg.js +5 -0
- package/dist/Icon/svgAssets/Padlock.svg.js +5 -0
- package/dist/Icon/svgAssets/PadlockOutline.svg.js +5 -0
- package/dist/Icon/svgAssets/People.svg.js +5 -0
- package/dist/Icon/svgAssets/Person.svg.js +5 -0
- package/dist/Icon/svgAssets/PhoneFilled.svg.js +5 -0
- package/dist/Icon/svgAssets/PhoneOutline.svg.js +5 -0
- package/dist/Icon/svgAssets/Photo.svg.js +5 -0
- package/dist/Icon/svgAssets/PinCode.svg.js +5 -0
- package/dist/Icon/svgAssets/Plus.svg.js +5 -0
- package/dist/Icon/svgAssets/PlusCircle.svg.js +5 -0
- package/dist/Icon/svgAssets/Policy.svg.js +5 -0
- package/dist/Icon/svgAssets/PolicyDetails.svg.js +5 -0
- package/dist/Icon/svgAssets/PolicyDoc.svg.js +5 -0
- package/dist/Icon/svgAssets/PolicyDocs.svg.js +5 -0
- package/dist/Icon/svgAssets/PoundBold.svg.js +5 -0
- package/dist/Icon/svgAssets/PoundFilledCircle.svg.js +5 -0
- package/dist/Icon/svgAssets/PoundMedium.svg.js +5 -0
- package/dist/Icon/svgAssets/PoundOutline.svg.js +5 -0
- package/dist/Icon/svgAssets/PoundRegular.svg.js +5 -0
- package/dist/Icon/svgAssets/Premfina.svg.js +5 -0
- package/dist/Icon/svgAssets/Profile.svg.js +5 -0
- package/dist/Icon/svgAssets/Prohibited.svg.js +5 -0
- package/dist/Icon/svgAssets/Property.svg.js +5 -0
- package/dist/Icon/svgAssets/QuestionHelp.svg.js +5 -0
- package/dist/Icon/svgAssets/Rac.svg.js +5 -0
- package/dist/Icon/svgAssets/Ravelin.svg.js +5 -0
- package/dist/Icon/svgAssets/ReferAFriend.svg.js +5 -0
- package/dist/Icon/svgAssets/Refund.svg.js +5 -0
- package/dist/Icon/svgAssets/RegPlate.svg.js +5 -0
- package/dist/Icon/svgAssets/Renewal.svg.js +5 -0
- package/dist/Icon/svgAssets/RenewalLine.svg.js +5 -0
- package/dist/Icon/svgAssets/RepeatCharge.svg.js +5 -0
- package/dist/Icon/svgAssets/Return.svg.js +5 -0
- package/dist/Icon/svgAssets/ScheduleQuote.svg.js +5 -0
- package/dist/Icon/svgAssets/Search.svg.js +5 -0
- package/dist/Icon/svgAssets/Security.svg.js +5 -0
- package/dist/Icon/svgAssets/SendMessage.svg.js +5 -0
- package/dist/Icon/svgAssets/Settings.svg.js +5 -0
- package/dist/Icon/svgAssets/Shield.svg.js +5 -0
- package/dist/Icon/svgAssets/ShieldCheck.svg.js +5 -0
- package/dist/Icon/svgAssets/Shopping.svg.js +5 -0
- package/dist/Icon/svgAssets/Sofa.svg.js +5 -0
- package/dist/Icon/svgAssets/Stack.svg.js +5 -0
- package/dist/Icon/svgAssets/Storm.svg.js +5 -0
- package/dist/Icon/svgAssets/Stripe.svg.js +5 -0
- package/dist/Icon/svgAssets/Subsidence.svg.js +5 -0
- package/dist/Icon/svgAssets/Theft.svg.js +5 -0
- package/dist/Icon/svgAssets/ThumbsUp.svg.js +5 -0
- package/dist/Icon/svgAssets/Tick.svg.js +5 -0
- package/dist/Icon/svgAssets/TowTruck.svg.js +5 -0
- package/dist/Icon/svgAssets/TraceAndAccess.svg.js +5 -0
- package/dist/Icon/svgAssets/Training.svg.js +5 -0
- package/dist/Icon/svgAssets/Trash.svg.js +5 -0
- package/dist/Icon/svgAssets/Twitter.svg.js +5 -0
- package/dist/Icon/svgAssets/UpDown.svg.js +5 -0
- package/dist/Icon/svgAssets/Upload.svg.js +5 -0
- package/dist/Icon/svgAssets/UploadDocuments.svg.js +5 -0
- package/dist/Icon/svgAssets/UploadEmail.svg.js +5 -0
- package/dist/Icon/svgAssets/Vandalism.svg.js +5 -0
- package/dist/Icon/svgAssets/Village.svg.js +5 -0
- package/dist/Icon/svgAssets/Visa.svg.js +5 -0
- package/dist/Icon/svgAssets/Warning.svg.js +5 -0
- package/dist/Icon/svgAssets/Watch.svg.js +5 -0
- package/dist/Icon/svgAssets/Wave.svg.js +5 -0
- package/dist/Icon/svgAssets/Wellbeing.svg.js +5 -0
- package/dist/Icon/svgAssets/WheelFlat.svg.js +5 -0
- package/dist/Icon/svgAssets/Windscreen.svg.js +5 -0
- package/dist/Icon/svgAssets/WindscreenRepair.svg.js +5 -0
- package/dist/Icon/svgAssets/WindscreenReplacement.svg.js +5 -0
- package/dist/IconStrict/IconStrict.d.ts +2 -1
- package/dist/IconStrict/IconStrict.js +67 -38
- package/dist/IconWrapper/IconWrapper.d.ts +2 -1
- package/dist/IconWrapper/IconWrapper.js +28 -12
- package/dist/LabelledText/LabelledText.js +16 -8
- package/dist/Link/Link.d.ts +2 -1
- package/dist/Link/Link.js +87 -47
- package/dist/Loader/Loader.js +38 -12
- package/dist/Logo/Logo.js +154 -44
- package/dist/Modal/Modal.js +73 -27
- package/dist/Modal/useBodyScrollLock.js +23 -19
- package/dist/NumberInput/NumberInput.js +125 -78
- package/dist/Pagination/Pagination.js +144 -103
- package/dist/RadioGroup/RadioElement.js +33 -18
- package/dist/RadioGroup/RadioGroup.d.ts +3 -2
- package/dist/RadioGroup/RadioGroup.js +64 -33
- package/dist/RadioGroup/RadioItem.d.ts +2 -1
- package/dist/RadioGroup/RadioItem.js +79 -47
- package/dist/RadioGroup/constants.js +3 -2
- package/dist/Row/Row.d.ts +3 -2
- package/dist/Row/Row.js +68 -27
- package/dist/SearchInput/SearchInput.js +102 -45
- package/dist/SearchInput/SearchOptions.js +18 -14
- package/dist/Snackbar/SnackbarContainer.js +49 -31
- package/dist/Snackbar/SnackbarItem.js +37 -17
- package/dist/Snackbar/hooks.js +7 -5
- package/dist/Snackbar/types.d.ts +2 -1
- package/dist/SupportMessage/SupportMessage.js +79 -52
- package/dist/Table/Table.js +73 -50
- package/dist/Table/components/RowActions.js +83 -44
- package/dist/Table/components/TableHeader.js +40 -7
- package/dist/Table/components/TableRow.js +112 -70
- package/dist/Table/components/commonComponents.js +31 -46
- package/dist/Table/helpers.js +14 -10
- package/dist/Tag/Tag.js +28 -9
- package/dist/Text/Text.js +53 -33
- package/dist/Text/fontMapping.js +19 -17
- package/dist/TextInput/TextInput.js +65 -16
- package/dist/Textarea/Textarea.js +50 -16
- package/dist/Toggle/Toggle.js +32 -16
- package/dist/Tooltip/Tooltip.js +202 -178
- package/dist/fields/Field/Field.js +7 -5
- package/dist/fields/Fieldset/Fieldset.js +21 -5
- package/dist/fields/commonFieldTypes.d.ts +4 -3
- package/dist/fields/components/CommonInput.d.ts +3 -2
- package/dist/fields/components/CommonInput.js +17 -21
- package/dist/fields/components/InternalField.js +77 -29
- package/dist/fontStyle.js +5 -3
- package/dist/hooks/useClickOutside/index.js +30 -22
- package/dist/hooks/useEventListener/index.js +19 -12
- package/dist/hooks/useScript/index.js +16 -11
- package/dist/hooks/useTimeout/index.js +13 -11
- package/dist/index.d.ts +1 -1
- package/dist/index.js +49 -43
- package/dist/theme.js +87 -57
- package/dist/utils/date.js +8 -7
- package/dist/utils/debounce.js +13 -18
- package/dist/utils/flex.js +47 -30
- package/dist/utils/focusOutline.js +8 -4
- package/dist/utils/id.js +10 -8
- package/dist/utils/isReactElement.js +5 -3
- package/dist/utils/measure.js +11 -10
- package/dist/utils/responsiveProp.js +16 -17
- package/dist/utils/space.js +78 -62
- package/dist/utils/useControlledState.js +20 -12
- package/dist/utils/visuallyHidden.js +3 -6
- package/package.json +20 -17
- package/dist/Accordion/Accordion.js.map +0 -1
- package/dist/Accordion/Accordion.stories.d.ts +0 -9
- package/dist/Accordion/Accordion.stories.js +0 -11
- package/dist/Accordion/Accordion.stories.js.map +0 -1
- package/dist/Accordion/Collection.d.ts +0 -2
- package/dist/Accordion/Collection.js +0 -52
- package/dist/Accordion/Collection.js.map +0 -1
- package/dist/Accordion/__tests__/Accordion.d.ts +0 -1
- package/dist/Accordion/__tests__/Accordion.js +0 -9
- package/dist/Accordion/__tests__/Accordion.js.map +0 -1
- package/dist/Accordion/index.js +0 -2
- package/dist/Accordion/index.js.map +0 -1
- package/dist/ActionDropdown/ActionDropdown.js.map +0 -1
- package/dist/ActionDropdown/ActionDropdown.stories.d.ts +0 -7
- package/dist/ActionDropdown/ActionDropdown.stories.js +0 -13
- package/dist/ActionDropdown/ActionDropdown.stories.js.map +0 -1
- package/dist/ActionDropdown/Container.d.ts +0 -2
- package/dist/ActionDropdown/Container.js +0 -51
- package/dist/ActionDropdown/Container.js.map +0 -1
- package/dist/ActionDropdown/List.js.map +0 -1
- package/dist/ActionDropdown/__tests__/ActionDropdown.d.ts +0 -1
- package/dist/ActionDropdown/__tests__/ActionDropdown.js +0 -23
- package/dist/ActionDropdown/__tests__/ActionDropdown.js.map +0 -1
- package/dist/ActionDropdown/index.js +0 -2
- package/dist/ActionDropdown/index.js.map +0 -1
- package/dist/Banner/Banner.stories.d.ts +0 -9
- package/dist/Banner/Banner.stories.js +0 -86
- package/dist/Banner/Banner.stories.js.map +0 -1
- package/dist/Banner/BannerContainer.js.map +0 -1
- package/dist/Banner/BannerItem.js.map +0 -1
- package/dist/Banner/hooks.js.map +0 -1
- package/dist/Banner/index.js +0 -3
- package/dist/Banner/index.js.map +0 -1
- package/dist/Banner/types.js +0 -2
- package/dist/Banner/types.js.map +0 -1
- package/dist/Box/Box.js.map +0 -1
- package/dist/Box/Box.stories.d.ts +0 -7
- package/dist/Box/Box.stories.js +0 -38
- package/dist/Box/Box.stories.js.map +0 -1
- package/dist/Box/__tests__/Box.d.ts +0 -1
- package/dist/Box/__tests__/Box.js +0 -9
- package/dist/Box/__tests__/Box.js.map +0 -1
- package/dist/Box/index.js +0 -2
- package/dist/Box/index.js.map +0 -1
- package/dist/BrandCard/BrandCard.js.map +0 -1
- package/dist/BrandCard/BrandCard.stories.d.ts +0 -11
- package/dist/BrandCard/BrandCard.stories.js +0 -54
- package/dist/BrandCard/BrandCard.stories.js.map +0 -1
- package/dist/BrandCard/__tests__/BrandCard.d.ts +0 -1
- package/dist/BrandCard/__tests__/BrandCard.js +0 -9
- package/dist/BrandCard/__tests__/BrandCard.js.map +0 -1
- package/dist/BrandCard/index.js +0 -2
- package/dist/BrandCard/index.js.map +0 -1
- package/dist/Button/Button.js.map +0 -1
- package/dist/Button/Button.stories.d.ts +0 -16
- package/dist/Button/Button.stories.js +0 -28
- package/dist/Button/Button.stories.js.map +0 -1
- package/dist/Button/Collection.d.ts +0 -4
- package/dist/Button/Collection.js +0 -53
- package/dist/Button/Collection.js.map +0 -1
- package/dist/Button/InteractivePlayground.d.ts +0 -2
- package/dist/Button/InteractivePlayground.js +0 -17
- package/dist/Button/InteractivePlayground.js.map +0 -1
- package/dist/Button/__tests__/Button.d.ts +0 -1
- package/dist/Button/__tests__/Button.js +0 -9
- package/dist/Button/__tests__/Button.js.map +0 -1
- package/dist/Button/index.js +0 -2
- package/dist/Button/index.js.map +0 -1
- package/dist/Card/Card.js.map +0 -1
- package/dist/Card/Card.stories.d.ts +0 -17
- package/dist/Card/Card.stories.js +0 -92
- package/dist/Card/Card.stories.js.map +0 -1
- package/dist/Card/__tests__/Card.d.ts +0 -1
- package/dist/Card/__tests__/Card.js +0 -9
- package/dist/Card/__tests__/Card.js.map +0 -1
- package/dist/Card/index.js +0 -2
- package/dist/Card/index.js.map +0 -1
- package/dist/CheckBox/CheckBox.js.map +0 -1
- package/dist/CheckBox/CheckBox.stories.d.ts +0 -10
- package/dist/CheckBox/CheckBox.stories.js +0 -22
- package/dist/CheckBox/CheckBox.stories.js.map +0 -1
- package/dist/CheckBox/Container.d.ts +0 -2
- package/dist/CheckBox/Container.js +0 -7
- package/dist/CheckBox/Container.js.map +0 -1
- package/dist/CheckBox/__tests__/CheckBox.d.ts +0 -1
- package/dist/CheckBox/__tests__/CheckBox.js +0 -8
- package/dist/CheckBox/__tests__/CheckBox.js.map +0 -1
- package/dist/CheckBox/index.js +0 -2
- package/dist/CheckBox/index.js.map +0 -1
- package/dist/CheckBoxGroup/CheckBoxGroup.js.map +0 -1
- package/dist/CheckBoxGroup/CheckBoxGroup.stories.d.ts +0 -14
- package/dist/CheckBoxGroup/CheckBoxGroup.stories.js +0 -40
- package/dist/CheckBoxGroup/CheckBoxGroup.stories.js.map +0 -1
- package/dist/CheckBoxGroup/index.js +0 -2
- package/dist/CheckBoxGroup/index.js.map +0 -1
- package/dist/Chip/Chip.js.map +0 -1
- package/dist/Chip/Chip.stories.d.ts +0 -16
- package/dist/Chip/Chip.stories.js +0 -35
- package/dist/Chip/Chip.stories.js.map +0 -1
- package/dist/Chip/index.js +0 -2
- package/dist/Chip/index.js.map +0 -1
- package/dist/CurrencyInput/Collection.d.ts +0 -2
- package/dist/CurrencyInput/Collection.js +0 -65
- package/dist/CurrencyInput/Collection.js.map +0 -1
- package/dist/CurrencyInput/CurrencyInput.js.map +0 -1
- package/dist/CurrencyInput/CurrencyInput.stories.d.ts +0 -16
- package/dist/CurrencyInput/CurrencyInput.stories.js +0 -33
- package/dist/CurrencyInput/CurrencyInput.stories.js.map +0 -1
- package/dist/CurrencyInput/Example.d.ts +0 -2
- package/dist/CurrencyInput/Example.js +0 -8
- package/dist/CurrencyInput/Example.js.map +0 -1
- package/dist/CurrencyInput/__tests__/CurrencyInput.d.ts +0 -1
- package/dist/CurrencyInput/__tests__/CurrencyInput.js +0 -17
- package/dist/CurrencyInput/__tests__/CurrencyInput.js.map +0 -1
- package/dist/CurrencyInput/index.js +0 -2
- package/dist/CurrencyInput/index.js.map +0 -1
- package/dist/Datepicker/Datepicker.js.map +0 -1
- package/dist/Datepicker/Datepicker.stories.d.ts +0 -13
- package/dist/Datepicker/Datepicker.stories.js +0 -18
- package/dist/Datepicker/Datepicker.stories.js.map +0 -1
- package/dist/Datepicker/DatesList.js.map +0 -1
- package/dist/Datepicker/index.js +0 -2
- package/dist/Datepicker/index.js.map +0 -1
- package/dist/Datepicker/types.js +0 -2
- package/dist/Datepicker/types.js.map +0 -1
- package/dist/Divider/Divider.js.map +0 -1
- package/dist/Divider/Divier.stories.d.ts +0 -8
- package/dist/Divider/Divier.stories.js +0 -10
- package/dist/Divider/Divier.stories.js.map +0 -1
- package/dist/Divider/index.js +0 -2
- package/dist/Divider/index.js.map +0 -1
- package/dist/Dropdown/Collection.d.ts +0 -2
- package/dist/Dropdown/Collection.js +0 -101
- package/dist/Dropdown/Collection.js.map +0 -1
- package/dist/Dropdown/Container.d.ts +0 -2
- package/dist/Dropdown/Container.js +0 -98
- package/dist/Dropdown/Container.js.map +0 -1
- package/dist/Dropdown/Dropdown.js.map +0 -1
- package/dist/Dropdown/Dropdown.stories.d.ts +0 -15
- package/dist/Dropdown/Dropdown.stories.js +0 -54
- package/dist/Dropdown/Dropdown.stories.js.map +0 -1
- package/dist/Dropdown/index.js +0 -2
- package/dist/Dropdown/index.js.map +0 -1
- package/dist/Emoji/Emoji.js.map +0 -1
- package/dist/Emoji/Emoji.stories.d.ts +0 -8
- package/dist/Emoji/Emoji.stories.js +0 -18
- package/dist/Emoji/Emoji.stories.js.map +0 -1
- package/dist/Emoji/__tests__/Emoji.d.ts +0 -1
- package/dist/Emoji/__tests__/Emoji.js +0 -9
- package/dist/Emoji/__tests__/Emoji.js.map +0 -1
- package/dist/Emoji/index.js +0 -2
- package/dist/Emoji/index.js.map +0 -1
- package/dist/Icon/Container.d.ts +0 -2
- package/dist/Icon/Container.js +0 -638
- package/dist/Icon/Container.js.map +0 -1
- package/dist/Icon/Icon.js.map +0 -1
- package/dist/Icon/Icon.stories.d.ts +0 -9
- package/dist/Icon/Icon.stories.js +0 -31
- package/dist/Icon/Icon.stories.js.map +0 -1
- package/dist/Icon/__tests__/Icon.d.ts +0 -1
- package/dist/Icon/__tests__/Icon.js +0 -9
- package/dist/Icon/__tests__/Icon.js.map +0 -1
- package/dist/Icon/index.js +0 -2
- package/dist/Icon/index.js.map +0 -1
- package/dist/IconStrict/IconStrict.js.map +0 -1
- package/dist/IconStrict/IconStrict.stories.d.ts +0 -11
- package/dist/IconStrict/IconStrict.stories.js +0 -33
- package/dist/IconStrict/IconStrict.stories.js.map +0 -1
- package/dist/IconStrict/__tests__/IconStrict.d.ts +0 -1
- package/dist/IconStrict/__tests__/IconStrict.js +0 -9
- package/dist/IconStrict/__tests__/IconStrict.js.map +0 -1
- package/dist/IconStrict/index.js +0 -2
- package/dist/IconStrict/index.js.map +0 -1
- package/dist/IconWrapper/IconWrapper.js.map +0 -1
- package/dist/IconWrapper/IconWrapper.stories.d.ts +0 -13
- package/dist/IconWrapper/IconWrapper.stories.js +0 -45
- package/dist/IconWrapper/IconWrapper.stories.js.map +0 -1
- package/dist/IconWrapper/__tests__/IconWrapper.d.ts +0 -1
- package/dist/IconWrapper/__tests__/IconWrapper.js +0 -19
- package/dist/IconWrapper/__tests__/IconWrapper.js.map +0 -1
- package/dist/IconWrapper/index.js +0 -2
- package/dist/IconWrapper/index.js.map +0 -1
- package/dist/LabelledText/LabelledText.js.map +0 -1
- package/dist/LabelledText/LabelledText.stories.d.ts +0 -8
- package/dist/LabelledText/LabelledText.stories.js +0 -12
- package/dist/LabelledText/LabelledText.stories.js.map +0 -1
- package/dist/LabelledText/__tests__/LabelledText.d.ts +0 -1
- package/dist/LabelledText/__tests__/LabelledText.js +0 -9
- package/dist/LabelledText/__tests__/LabelledText.js.map +0 -1
- package/dist/LabelledText/index.js +0 -2
- package/dist/LabelledText/index.js.map +0 -1
- package/dist/Link/Link.js.map +0 -1
- package/dist/Link/Link.stories.d.ts +0 -16
- package/dist/Link/Link.stories.js +0 -38
- package/dist/Link/Link.stories.js.map +0 -1
- package/dist/Link/index.js +0 -2
- package/dist/Link/index.js.map +0 -1
- package/dist/Loader/Loader.js.map +0 -1
- package/dist/Loader/Loader.stories.d.ts +0 -9
- package/dist/Loader/Loader.stories.js +0 -17
- package/dist/Loader/Loader.stories.js.map +0 -1
- package/dist/Loader/__tests__/Loader.d.ts +0 -1
- package/dist/Loader/__tests__/Loader.js +0 -9
- package/dist/Loader/__tests__/Loader.js.map +0 -1
- package/dist/Loader/index.js +0 -2
- package/dist/Loader/index.js.map +0 -1
- package/dist/Logo/Collection.d.ts +0 -4
- package/dist/Logo/Collection.js +0 -33
- package/dist/Logo/Collection.js.map +0 -1
- package/dist/Logo/Logo.js.map +0 -1
- package/dist/Logo/Logo.stories.d.ts +0 -13
- package/dist/Logo/Logo.stories.js +0 -28
- package/dist/Logo/Logo.stories.js.map +0 -1
- package/dist/Logo/index.js +0 -2
- package/dist/Logo/index.js.map +0 -1
- package/dist/Modal/Modal.js.map +0 -1
- package/dist/Modal/Modal.stories.d.ts +0 -13
- package/dist/Modal/Modal.stories.js +0 -28
- package/dist/Modal/Modal.stories.js.map +0 -1
- package/dist/Modal/__tests__/Modal.d.ts +0 -1
- package/dist/Modal/__tests__/Modal.js +0 -9
- package/dist/Modal/__tests__/Modal.js.map +0 -1
- package/dist/Modal/index.js +0 -2
- package/dist/Modal/index.js.map +0 -1
- package/dist/Modal/useBodyScrollLock.js.map +0 -1
- package/dist/NumberInput/Collection.d.ts +0 -2
- package/dist/NumberInput/Collection.js +0 -97
- package/dist/NumberInput/Collection.js.map +0 -1
- package/dist/NumberInput/Container.d.ts +0 -2
- package/dist/NumberInput/Container.js +0 -10
- package/dist/NumberInput/Container.js.map +0 -1
- package/dist/NumberInput/NumberInput.js.map +0 -1
- package/dist/NumberInput/NumberInput.stories.d.ts +0 -16
- package/dist/NumberInput/NumberInput.stories.js +0 -33
- package/dist/NumberInput/NumberInput.stories.js.map +0 -1
- package/dist/NumberInput/__tests__/NumberInput.d.ts +0 -1
- package/dist/NumberInput/__tests__/NumberInput.js +0 -33
- package/dist/NumberInput/__tests__/NumberInput.js.map +0 -1
- package/dist/NumberInput/index.js +0 -2
- package/dist/NumberInput/index.js.map +0 -1
- package/dist/Pagination/Pagination.js.map +0 -1
- package/dist/Pagination/Pagination.stories.d.ts +0 -14
- package/dist/Pagination/Pagination.stories.js +0 -26
- package/dist/Pagination/Pagination.stories.js.map +0 -1
- package/dist/Pagination/__tests__/Pagination.d.ts +0 -1
- package/dist/Pagination/__tests__/Pagination.js +0 -9
- package/dist/Pagination/__tests__/Pagination.js.map +0 -1
- package/dist/Pagination/index.js +0 -2
- package/dist/Pagination/index.js.map +0 -1
- package/dist/RadioGroup/RadioElement.js.map +0 -1
- package/dist/RadioGroup/RadioGroup.js.map +0 -1
- package/dist/RadioGroup/RadioGroup.stories.d.ts +0 -33
- package/dist/RadioGroup/RadioGroup.stories.js +0 -76
- package/dist/RadioGroup/RadioGroup.stories.js.map +0 -1
- package/dist/RadioGroup/RadioItem.js.map +0 -1
- package/dist/RadioGroup/constants.js.map +0 -1
- package/dist/RadioGroup/index.js +0 -2
- package/dist/RadioGroup/index.js.map +0 -1
- package/dist/RadioGroup/types.js +0 -2
- package/dist/RadioGroup/types.js.map +0 -1
- package/dist/Row/Row.js.map +0 -1
- package/dist/Row/Row.stories.d.ts +0 -20
- package/dist/Row/Row.stories.js +0 -63
- package/dist/Row/Row.stories.js.map +0 -1
- package/dist/Row/__tests__/Row.d.ts +0 -1
- package/dist/Row/__tests__/Row.js +0 -10
- package/dist/Row/__tests__/Row.js.map +0 -1
- package/dist/Row/index.js +0 -2
- package/dist/Row/index.js.map +0 -1
- package/dist/SearchInput/Container.d.ts +0 -3
- package/dist/SearchInput/Container.js +0 -36
- package/dist/SearchInput/Container.js.map +0 -1
- package/dist/SearchInput/SearchInput.js.map +0 -1
- package/dist/SearchInput/SearchInput.stories.d.ts +0 -9
- package/dist/SearchInput/SearchInput.stories.js +0 -16
- package/dist/SearchInput/SearchInput.stories.js.map +0 -1
- package/dist/SearchInput/SearchOptions.js.map +0 -1
- package/dist/SearchInput/index.js +0 -2
- package/dist/SearchInput/index.js.map +0 -1
- package/dist/Snackbar/Snackbar.stories.d.ts +0 -9
- package/dist/Snackbar/Snackbar.stories.js +0 -26
- package/dist/Snackbar/Snackbar.stories.js.map +0 -1
- package/dist/Snackbar/SnackbarContainer.js.map +0 -1
- package/dist/Snackbar/SnackbarItem.js.map +0 -1
- package/dist/Snackbar/hooks.js.map +0 -1
- package/dist/Snackbar/index.js +0 -3
- package/dist/Snackbar/index.js.map +0 -1
- package/dist/Snackbar/types.js +0 -2
- package/dist/Snackbar/types.js.map +0 -1
- package/dist/SupportMessage/Collection.d.ts +0 -2
- package/dist/SupportMessage/Collection.js +0 -63
- package/dist/SupportMessage/Collection.js.map +0 -1
- package/dist/SupportMessage/SupportMessage.js.map +0 -1
- package/dist/SupportMessage/SupportMessage.stories.d.ts +0 -11
- package/dist/SupportMessage/SupportMessage.stories.js +0 -33
- package/dist/SupportMessage/SupportMessage.stories.js.map +0 -1
- package/dist/SupportMessage/SupportMessage.test.d.ts +0 -1
- package/dist/SupportMessage/SupportMessage.test.js +0 -29
- package/dist/SupportMessage/SupportMessage.test.js.map +0 -1
- package/dist/SupportMessage/index.js +0 -2
- package/dist/SupportMessage/index.js.map +0 -1
- package/dist/Table/Table.js.map +0 -1
- package/dist/Table/Table.stories.d.ts +0 -21
- package/dist/Table/Table.stories.js +0 -173
- package/dist/Table/Table.stories.js.map +0 -1
- package/dist/Table/components/RowActions.js.map +0 -1
- package/dist/Table/components/TableHeader.js.map +0 -1
- package/dist/Table/components/TableRow.js.map +0 -1
- package/dist/Table/components/commonComponents.js.map +0 -1
- package/dist/Table/helpers.js.map +0 -1
- package/dist/Table/index.js +0 -3
- package/dist/Table/index.js.map +0 -1
- package/dist/Table/storyUtils.d.ts +0 -68
- package/dist/Table/storyUtils.js +0 -204
- package/dist/Table/storyUtils.js.map +0 -1
- package/dist/Table/types.js +0 -2
- package/dist/Table/types.js.map +0 -1
- package/dist/Tag/Collection.d.ts +0 -2
- package/dist/Tag/Collection.js +0 -77
- package/dist/Tag/Collection.js.map +0 -1
- package/dist/Tag/Tag.js.map +0 -1
- package/dist/Tag/Tag.stories.d.ts +0 -9
- package/dist/Tag/Tag.stories.js +0 -22
- package/dist/Tag/Tag.stories.js.map +0 -1
- package/dist/Tag/__tests__/Tag.d.ts +0 -1
- package/dist/Tag/__tests__/Tag.js +0 -9
- package/dist/Tag/__tests__/Tag.js.map +0 -1
- package/dist/Tag/index.js +0 -2
- package/dist/Tag/index.js.map +0 -1
- package/dist/Text/Text.js.map +0 -1
- package/dist/Text/Text.stories.d.ts +0 -12
- package/dist/Text/Text.stories.js +0 -60
- package/dist/Text/Text.stories.js.map +0 -1
- package/dist/Text/__tests__/Text.d.ts +0 -1
- package/dist/Text/__tests__/Text.js +0 -9
- package/dist/Text/__tests__/Text.js.map +0 -1
- package/dist/Text/fontMapping.js.map +0 -1
- package/dist/Text/index.js +0 -2
- package/dist/Text/index.js.map +0 -1
- package/dist/TextInput/Collection.d.ts +0 -2
- package/dist/TextInput/Collection.js +0 -80
- package/dist/TextInput/Collection.js.map +0 -1
- package/dist/TextInput/Container.d.ts +0 -2
- package/dist/TextInput/Container.js +0 -8
- package/dist/TextInput/Container.js.map +0 -1
- package/dist/TextInput/TextInput.js.map +0 -1
- package/dist/TextInput/TextInput.stories.d.ts +0 -17
- package/dist/TextInput/TextInput.stories.js +0 -44
- package/dist/TextInput/TextInput.stories.js.map +0 -1
- package/dist/TextInput/__tests__/TextInput.d.ts +0 -1
- package/dist/TextInput/__tests__/TextInput.js +0 -9
- package/dist/TextInput/__tests__/TextInput.js.map +0 -1
- package/dist/TextInput/index.js +0 -2
- package/dist/TextInput/index.js.map +0 -1
- package/dist/Textarea/Container.d.ts +0 -2
- package/dist/Textarea/Container.js +0 -8
- package/dist/Textarea/Container.js.map +0 -1
- package/dist/Textarea/Textarea.js.map +0 -1
- package/dist/Textarea/Textarea.stories.d.ts +0 -13
- package/dist/Textarea/Textarea.stories.js +0 -66
- package/dist/Textarea/Textarea.stories.js.map +0 -1
- package/dist/Textarea/index.js +0 -2
- package/dist/Textarea/index.js.map +0 -1
- package/dist/Toggle/Container.d.ts +0 -2
- package/dist/Toggle/Container.js +0 -7
- package/dist/Toggle/Container.js.map +0 -1
- package/dist/Toggle/Toggle.js.map +0 -1
- package/dist/Toggle/Toggle.stories.d.ts +0 -11
- package/dist/Toggle/Toggle.stories.js +0 -10
- package/dist/Toggle/Toggle.stories.js.map +0 -1
- package/dist/Toggle/__tests__/Toggle.d.ts +0 -1
- package/dist/Toggle/__tests__/Toggle.js +0 -9
- package/dist/Toggle/__tests__/Toggle.js.map +0 -1
- package/dist/Toggle/index.js +0 -2
- package/dist/Toggle/index.js.map +0 -1
- package/dist/Tooltip/Tooltip.js.map +0 -1
- package/dist/Tooltip/Tooltip.stories.d.ts +0 -12
- package/dist/Tooltip/Tooltip.stories.js +0 -87
- package/dist/Tooltip/Tooltip.stories.js.map +0 -1
- package/dist/Tooltip/index.js +0 -2
- package/dist/Tooltip/index.js.map +0 -1
- package/dist/colors.stories.d.ts +0 -7
- package/dist/colors.stories.js +0 -100
- package/dist/colors.stories.js.map +0 -1
- package/dist/fields/Field/Field.js.map +0 -1
- package/dist/fields/Field/index.js +0 -2
- package/dist/fields/Field/index.js.map +0 -1
- package/dist/fields/Fieldset/Fieldset.js.map +0 -1
- package/dist/fields/Fieldset/Fieldset.stories.d.ts +0 -11
- package/dist/fields/Fieldset/Fieldset.stories.js +0 -34
- package/dist/fields/Fieldset/Fieldset.stories.js.map +0 -1
- package/dist/fields/Fieldset/index.js +0 -2
- package/dist/fields/Fieldset/index.js.map +0 -1
- package/dist/fields/commonFieldTypes.js +0 -2
- package/dist/fields/commonFieldTypes.js.map +0 -1
- package/dist/fields/components/CommonInput.js.map +0 -1
- package/dist/fields/components/InternalField.js.map +0 -1
- package/dist/fields/components/Placeholder.js +0 -25
- package/dist/fields/components/Placeholder.js.map +0 -1
- package/dist/fontStyle.js.map +0 -1
- package/dist/hooks/index.js +0 -5
- package/dist/hooks/index.js.map +0 -1
- package/dist/hooks/useClickOutside/index.js.map +0 -1
- package/dist/hooks/useClickOutside/useClickOutside.test.js +0 -46
- package/dist/hooks/useClickOutside/useClickOutside.test.js.map +0 -1
- package/dist/hooks/useEventListener/index.js.map +0 -1
- package/dist/hooks/useEventListener/useEventLitener.test.js +0 -36
- package/dist/hooks/useEventListener/useEventLitener.test.js.map +0 -1
- package/dist/hooks/useScript/index.js.map +0 -1
- package/dist/hooks/useScript/useScript.test.js +0 -17
- package/dist/hooks/useScript/useScript.test.js.map +0 -1
- package/dist/hooks/useTimeout/index.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/setupTests.d.ts +0 -1
- package/dist/setupTests.js +0 -2
- package/dist/setupTests.js.map +0 -1
- package/dist/theme.js.map +0 -1
- package/dist/tokenTest.spec.js +0 -8
- package/dist/tokenTest.spec.js.map +0 -1
- package/dist/types.js +0 -2
- package/dist/types.js.map +0 -1
- package/dist/utils/date.js.map +0 -1
- package/dist/utils/debounce.js.map +0 -1
- package/dist/utils/deprecated.js +0 -30
- package/dist/utils/deprecated.js.map +0 -1
- package/dist/utils/flex.js.map +0 -1
- package/dist/utils/focusOutline.js.map +0 -1
- package/dist/utils/id.js.map +0 -1
- package/dist/utils/id.test.js +0 -21
- package/dist/utils/id.test.js.map +0 -1
- package/dist/utils/isReactElement.js.map +0 -1
- package/dist/utils/measure.js.map +0 -1
- package/dist/utils/noop.js +0 -3
- package/dist/utils/noop.js.map +0 -1
- package/dist/utils/responsiveProp.js.map +0 -1
- package/dist/utils/space.js.map +0 -1
- package/dist/utils/useControlledState.js.map +0 -1
- package/dist/utils/visuallyHidden.js.map +0 -1
@@ -0,0 +1,631 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
export declare const iconList: {
|
3
|
+
'aa-inverted': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
4
|
+
title?: string | undefined;
|
5
|
+
}>;
|
6
|
+
'accidental-damage': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
7
|
+
title?: string | undefined;
|
8
|
+
}>;
|
9
|
+
'account-breakdown': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
10
|
+
title?: string | undefined;
|
11
|
+
}>;
|
12
|
+
'account-mlp': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
13
|
+
title?: string | undefined;
|
14
|
+
}>;
|
15
|
+
'activity-clipboard': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
16
|
+
title?: string | undefined;
|
17
|
+
}>;
|
18
|
+
'add-ons': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
19
|
+
title?: string | undefined;
|
20
|
+
}>;
|
21
|
+
'address-mta': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
22
|
+
title?: string | undefined;
|
23
|
+
}>;
|
24
|
+
'album-audio': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
25
|
+
title?: string | undefined;
|
26
|
+
}>;
|
27
|
+
'alert-engine': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
28
|
+
title?: string | undefined;
|
29
|
+
}>;
|
30
|
+
'apple-pay': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
31
|
+
title?: string | undefined;
|
32
|
+
}>;
|
33
|
+
'approved-file': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
34
|
+
title?: string | undefined;
|
35
|
+
}>;
|
36
|
+
'breakdown-alt': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
37
|
+
title?: string | undefined;
|
38
|
+
}>;
|
39
|
+
'cancel-bw': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
40
|
+
title?: string | undefined;
|
41
|
+
}>;
|
42
|
+
'car-mta': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
43
|
+
title?: string | undefined;
|
44
|
+
}>;
|
45
|
+
'car-repairs': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
46
|
+
title?: string | undefined;
|
47
|
+
}>;
|
48
|
+
'car-replacement': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
49
|
+
title?: string | undefined;
|
50
|
+
}>;
|
51
|
+
'car-usage': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
52
|
+
title?: string | undefined;
|
53
|
+
}>;
|
54
|
+
'chat-bubble': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
55
|
+
title?: string | undefined;
|
56
|
+
}>;
|
57
|
+
'checkout-with-text': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
58
|
+
title?: string | undefined;
|
59
|
+
}>;
|
60
|
+
'circle-tick': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
61
|
+
title?: string | undefined;
|
62
|
+
}>;
|
63
|
+
'claim-line': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
64
|
+
title?: string | undefined;
|
65
|
+
}>;
|
66
|
+
'clipboard-check': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
67
|
+
title?: string | undefined;
|
68
|
+
}>;
|
69
|
+
'close-panel': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
70
|
+
title?: string | undefined;
|
71
|
+
}>;
|
72
|
+
'confused-blue': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
73
|
+
title?: string | undefined;
|
74
|
+
}>;
|
75
|
+
'contact-email': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
76
|
+
title?: string | undefined;
|
77
|
+
}>;
|
78
|
+
'dashboard-high': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
79
|
+
title?: string | undefined;
|
80
|
+
}>;
|
81
|
+
'direct-debit': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
82
|
+
title?: string | undefined;
|
83
|
+
}>;
|
84
|
+
'doc-download': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
85
|
+
title?: string | undefined;
|
86
|
+
}>;
|
87
|
+
'doc-upload': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
88
|
+
title?: string | undefined;
|
89
|
+
}>;
|
90
|
+
'edit-contact': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
91
|
+
title?: string | undefined;
|
92
|
+
}>;
|
93
|
+
'edit-outline': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
94
|
+
title?: string | undefined;
|
95
|
+
}>;
|
96
|
+
'email-filled': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
97
|
+
title?: string | undefined;
|
98
|
+
}>;
|
99
|
+
'falling-items': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
100
|
+
title?: string | undefined;
|
101
|
+
}>;
|
102
|
+
'file-badge-2': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
103
|
+
title?: string | undefined;
|
104
|
+
}>;
|
105
|
+
'file-cabinet': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
106
|
+
title?: string | undefined;
|
107
|
+
}>;
|
108
|
+
'fraud-alert': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
109
|
+
title?: string | undefined;
|
110
|
+
}>;
|
111
|
+
'freezer-food': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
112
|
+
title?: string | undefined;
|
113
|
+
}>;
|
114
|
+
'google-play-badge': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
115
|
+
title?: string | undefined;
|
116
|
+
}>;
|
117
|
+
'help-aboutus': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
118
|
+
title?: string | undefined;
|
119
|
+
}>;
|
120
|
+
'help-buypolicy': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
121
|
+
title?: string | undefined;
|
122
|
+
}>;
|
123
|
+
'help-center': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
124
|
+
title?: string | undefined;
|
125
|
+
}>;
|
126
|
+
'help-idcheck': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
127
|
+
title?: string | undefined;
|
128
|
+
}>;
|
129
|
+
'help-manage-policy': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
130
|
+
title?: string | undefined;
|
131
|
+
}>;
|
132
|
+
'help-ncd': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
133
|
+
title?: string | undefined;
|
134
|
+
}>;
|
135
|
+
'help-verification': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
136
|
+
title?: string | undefined;
|
137
|
+
}>;
|
138
|
+
'home-excluded': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
139
|
+
title?: string | undefined;
|
140
|
+
}>;
|
141
|
+
'house-tree': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
142
|
+
title?: string | undefined;
|
143
|
+
}>;
|
144
|
+
'ios-store-badge': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
145
|
+
title?: string | undefined;
|
146
|
+
}>;
|
147
|
+
'live-chat': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
148
|
+
title?: string | undefined;
|
149
|
+
}>;
|
150
|
+
'live-chat2': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
151
|
+
title?: string | undefined;
|
152
|
+
}>;
|
153
|
+
'log-out': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
154
|
+
title?: string | undefined;
|
155
|
+
}>;
|
156
|
+
'manage-drivers': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
157
|
+
title?: string | undefined;
|
158
|
+
}>;
|
159
|
+
'manage-policy': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
160
|
+
title?: string | undefined;
|
161
|
+
}>;
|
162
|
+
'maximise-window': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
163
|
+
title?: string | undefined;
|
164
|
+
}>;
|
165
|
+
'minus-circle': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
166
|
+
title?: string | undefined;
|
167
|
+
}>;
|
168
|
+
'money-bag': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
169
|
+
title?: string | undefined;
|
170
|
+
}>;
|
171
|
+
'money-heart': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
172
|
+
title?: string | undefined;
|
173
|
+
}>;
|
174
|
+
'more-dots': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
175
|
+
title?: string | undefined;
|
176
|
+
}>;
|
177
|
+
'new-window': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
178
|
+
title?: string | undefined;
|
179
|
+
}>;
|
180
|
+
'no-excess': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
181
|
+
title?: string | undefined;
|
182
|
+
}>;
|
183
|
+
'open-panel': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
184
|
+
title?: string | undefined;
|
185
|
+
}>;
|
186
|
+
'out-of-home': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
187
|
+
title?: string | undefined;
|
188
|
+
}>;
|
189
|
+
'padlock-outline': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
190
|
+
title?: string | undefined;
|
191
|
+
}>;
|
192
|
+
'phone-filled': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
193
|
+
title?: string | undefined;
|
194
|
+
}>;
|
195
|
+
'phone-outline': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
196
|
+
title?: string | undefined;
|
197
|
+
}>;
|
198
|
+
'pin-code': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
199
|
+
title?: string | undefined;
|
200
|
+
}>;
|
201
|
+
'plus-circle': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
202
|
+
title?: string | undefined;
|
203
|
+
}>;
|
204
|
+
'policy-details': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
205
|
+
title?: string | undefined;
|
206
|
+
}>;
|
207
|
+
'policy-doc': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
208
|
+
title?: string | undefined;
|
209
|
+
}>;
|
210
|
+
'policy-docs': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
211
|
+
title?: string | undefined;
|
212
|
+
}>;
|
213
|
+
'pound-bold': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
214
|
+
title?: string | undefined;
|
215
|
+
}>;
|
216
|
+
'pound-filled-circle': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
217
|
+
title?: string | undefined;
|
218
|
+
}>;
|
219
|
+
'pound-medium': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
220
|
+
title?: string | undefined;
|
221
|
+
}>;
|
222
|
+
'pound-outline': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
223
|
+
title?: string | undefined;
|
224
|
+
}>;
|
225
|
+
'pound-regular': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
226
|
+
title?: string | undefined;
|
227
|
+
}>;
|
228
|
+
'question-help': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
229
|
+
title?: string | undefined;
|
230
|
+
}>;
|
231
|
+
'refer-a-friend': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
232
|
+
title?: string | undefined;
|
233
|
+
}>;
|
234
|
+
'reg-plate': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
235
|
+
title?: string | undefined;
|
236
|
+
}>;
|
237
|
+
'renewal-line': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
238
|
+
title?: string | undefined;
|
239
|
+
}>;
|
240
|
+
'repeat-charge': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
241
|
+
title?: string | undefined;
|
242
|
+
}>;
|
243
|
+
'schedule-quote': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
244
|
+
title?: string | undefined;
|
245
|
+
}>;
|
246
|
+
'send-message': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
247
|
+
title?: string | undefined;
|
248
|
+
}>;
|
249
|
+
'shield-check': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
250
|
+
title?: string | undefined;
|
251
|
+
}>;
|
252
|
+
'thumbs-up': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
253
|
+
title?: string | undefined;
|
254
|
+
}>;
|
255
|
+
'tow-truck': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
256
|
+
title?: string | undefined;
|
257
|
+
}>;
|
258
|
+
'trace-and-access': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
259
|
+
title?: string | undefined;
|
260
|
+
}>;
|
261
|
+
'up-down': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
262
|
+
title?: string | undefined;
|
263
|
+
}>;
|
264
|
+
'upload-documents': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
265
|
+
title?: string | undefined;
|
266
|
+
}>;
|
267
|
+
'upload-email': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
268
|
+
title?: string | undefined;
|
269
|
+
}>;
|
270
|
+
'wheel-flat': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
271
|
+
title?: string | undefined;
|
272
|
+
}>;
|
273
|
+
'windscreen-repair': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
274
|
+
title?: string | undefined;
|
275
|
+
}>;
|
276
|
+
'windscreen-replacement': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
277
|
+
title?: string | undefined;
|
278
|
+
}>;
|
279
|
+
aa: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
280
|
+
title?: string | undefined;
|
281
|
+
}>;
|
282
|
+
addons: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
283
|
+
title?: string | undefined;
|
284
|
+
}>;
|
285
|
+
alert: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
286
|
+
title?: string | undefined;
|
287
|
+
}>;
|
288
|
+
amex: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
289
|
+
title?: string | undefined;
|
290
|
+
}>;
|
291
|
+
arrow: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
292
|
+
title?: string | undefined;
|
293
|
+
}>;
|
294
|
+
at: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
295
|
+
title?: string | undefined;
|
296
|
+
}>;
|
297
|
+
axa: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
298
|
+
title?: string | undefined;
|
299
|
+
}>;
|
300
|
+
bank: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
301
|
+
title?: string | undefined;
|
302
|
+
}>;
|
303
|
+
basket: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
304
|
+
title?: string | undefined;
|
305
|
+
}>;
|
306
|
+
bicycle: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
307
|
+
title?: string | undefined;
|
308
|
+
}>;
|
309
|
+
boost: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
310
|
+
title?: string | undefined;
|
311
|
+
}>;
|
312
|
+
breakdown: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
313
|
+
title?: string | undefined;
|
314
|
+
}>;
|
315
|
+
briefcase: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
316
|
+
title?: string | undefined;
|
317
|
+
}>;
|
318
|
+
burger: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
319
|
+
title?: string | undefined;
|
320
|
+
}>;
|
321
|
+
calendar: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
322
|
+
title?: string | undefined;
|
323
|
+
}>;
|
324
|
+
camera: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
325
|
+
title?: string | undefined;
|
326
|
+
}>;
|
327
|
+
cancel: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
328
|
+
title?: string | undefined;
|
329
|
+
}>;
|
330
|
+
car: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
331
|
+
title?: string | undefined;
|
332
|
+
}>;
|
333
|
+
card: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
334
|
+
title?: string | undefined;
|
335
|
+
}>;
|
336
|
+
caret: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
337
|
+
title?: string | undefined;
|
338
|
+
}>;
|
339
|
+
charge: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
340
|
+
title?: string | undefined;
|
341
|
+
}>;
|
342
|
+
chat: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
343
|
+
title?: string | undefined;
|
344
|
+
}>;
|
345
|
+
checkout: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
346
|
+
title?: string | undefined;
|
347
|
+
}>;
|
348
|
+
city: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
349
|
+
title?: string | undefined;
|
350
|
+
}>;
|
351
|
+
claim: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
352
|
+
title?: string | undefined;
|
353
|
+
}>;
|
354
|
+
clipboard: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
355
|
+
title?: string | undefined;
|
356
|
+
}>;
|
357
|
+
clock: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
358
|
+
title?: string | undefined;
|
359
|
+
}>;
|
360
|
+
collpase: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
361
|
+
title?: string | undefined;
|
362
|
+
}>;
|
363
|
+
confused: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
364
|
+
title?: string | undefined;
|
365
|
+
}>;
|
366
|
+
copy: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
367
|
+
title?: string | undefined;
|
368
|
+
}>;
|
369
|
+
crop: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
370
|
+
title?: string | undefined;
|
371
|
+
}>;
|
372
|
+
cross: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
373
|
+
title?: string | undefined;
|
374
|
+
}>;
|
375
|
+
download: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
376
|
+
title?: string | undefined;
|
377
|
+
}>;
|
378
|
+
earth: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
379
|
+
title?: string | undefined;
|
380
|
+
}>;
|
381
|
+
edit: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
382
|
+
title?: string | undefined;
|
383
|
+
}>;
|
384
|
+
engine: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
385
|
+
title?: string | undefined;
|
386
|
+
}>;
|
387
|
+
europe: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
388
|
+
title?: string | undefined;
|
389
|
+
}>;
|
390
|
+
excluded: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
391
|
+
title?: string | undefined;
|
392
|
+
}>;
|
393
|
+
expand: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
394
|
+
title?: string | undefined;
|
395
|
+
}>;
|
396
|
+
facebook: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
397
|
+
title?: string | undefined;
|
398
|
+
}>;
|
399
|
+
fence: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
400
|
+
title?: string | undefined;
|
401
|
+
}>;
|
402
|
+
file: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
403
|
+
title?: string | undefined;
|
404
|
+
}>;
|
405
|
+
filter: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
406
|
+
title?: string | undefined;
|
407
|
+
}>;
|
408
|
+
fire: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
409
|
+
title?: string | undefined;
|
410
|
+
}>;
|
411
|
+
flag: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
412
|
+
title?: string | undefined;
|
413
|
+
}>;
|
414
|
+
folder: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
415
|
+
title?: string | undefined;
|
416
|
+
}>;
|
417
|
+
fuel: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
418
|
+
title?: string | undefined;
|
419
|
+
}>;
|
420
|
+
globe: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
421
|
+
title?: string | undefined;
|
422
|
+
}>;
|
423
|
+
gpay: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
424
|
+
title?: string | undefined;
|
425
|
+
}>;
|
426
|
+
house: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
427
|
+
title?: string | undefined;
|
428
|
+
}>;
|
429
|
+
id: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
430
|
+
title?: string | undefined;
|
431
|
+
}>;
|
432
|
+
inbox: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
433
|
+
title?: string | undefined;
|
434
|
+
}>;
|
435
|
+
included: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
436
|
+
title?: string | undefined;
|
437
|
+
}>;
|
438
|
+
info: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
439
|
+
title?: string | undefined;
|
440
|
+
}>;
|
441
|
+
injury: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
442
|
+
title?: string | undefined;
|
443
|
+
}>;
|
444
|
+
instagram: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
445
|
+
title?: string | undefined;
|
446
|
+
}>;
|
447
|
+
intercom: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
448
|
+
title?: string | undefined;
|
449
|
+
}>;
|
450
|
+
intercom2: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
451
|
+
title?: string | undefined;
|
452
|
+
}>;
|
453
|
+
iphone: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
454
|
+
title?: string | undefined;
|
455
|
+
}>;
|
456
|
+
jewellery: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
457
|
+
title?: string | undefined;
|
458
|
+
}>;
|
459
|
+
key: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
460
|
+
title?: string | undefined;
|
461
|
+
}>;
|
462
|
+
laptop: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
463
|
+
title?: string | undefined;
|
464
|
+
}>;
|
465
|
+
leaks: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
466
|
+
title?: string | undefined;
|
467
|
+
}>;
|
468
|
+
lightbulb: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
469
|
+
title?: string | undefined;
|
470
|
+
}>;
|
471
|
+
link: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
472
|
+
title?: string | undefined;
|
473
|
+
}>;
|
474
|
+
linkedin: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
475
|
+
title?: string | undefined;
|
476
|
+
}>;
|
477
|
+
location: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
478
|
+
title?: string | undefined;
|
479
|
+
}>;
|
480
|
+
marshmallow: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
481
|
+
title?: string | undefined;
|
482
|
+
}>;
|
483
|
+
mastercard: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
484
|
+
title?: string | undefined;
|
485
|
+
}>;
|
486
|
+
maximise: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
487
|
+
title?: string | undefined;
|
488
|
+
}>;
|
489
|
+
medical: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
490
|
+
title?: string | undefined;
|
491
|
+
}>;
|
492
|
+
minimise: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
493
|
+
title?: string | undefined;
|
494
|
+
}>;
|
495
|
+
minus: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
496
|
+
title?: string | undefined;
|
497
|
+
}>;
|
498
|
+
mulsanne: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
499
|
+
title?: string | undefined;
|
500
|
+
}>;
|
501
|
+
notes: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
502
|
+
title?: string | undefined;
|
503
|
+
}>;
|
504
|
+
notification: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
505
|
+
title?: string | undefined;
|
506
|
+
}>;
|
507
|
+
onfido: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
508
|
+
title?: string | undefined;
|
509
|
+
}>;
|
510
|
+
other: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
511
|
+
title?: string | undefined;
|
512
|
+
}>;
|
513
|
+
padlock: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
514
|
+
title?: string | undefined;
|
515
|
+
}>;
|
516
|
+
people: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
517
|
+
title?: string | undefined;
|
518
|
+
}>;
|
519
|
+
person: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
520
|
+
title?: string | undefined;
|
521
|
+
}>;
|
522
|
+
photo: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
523
|
+
title?: string | undefined;
|
524
|
+
}>;
|
525
|
+
plus: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
526
|
+
title?: string | undefined;
|
527
|
+
}>;
|
528
|
+
policy: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
529
|
+
title?: string | undefined;
|
530
|
+
}>;
|
531
|
+
premfina: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
532
|
+
title?: string | undefined;
|
533
|
+
}>;
|
534
|
+
profile: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
535
|
+
title?: string | undefined;
|
536
|
+
}>;
|
537
|
+
prohibited: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
538
|
+
title?: string | undefined;
|
539
|
+
}>;
|
540
|
+
property: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
541
|
+
title?: string | undefined;
|
542
|
+
}>;
|
543
|
+
rac: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
544
|
+
title?: string | undefined;
|
545
|
+
}>;
|
546
|
+
ravelin: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
547
|
+
title?: string | undefined;
|
548
|
+
}>;
|
549
|
+
refund: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
550
|
+
title?: string | undefined;
|
551
|
+
}>;
|
552
|
+
renewal: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
553
|
+
title?: string | undefined;
|
554
|
+
}>;
|
555
|
+
return: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
556
|
+
title?: string | undefined;
|
557
|
+
}>;
|
558
|
+
search: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
559
|
+
title?: string | undefined;
|
560
|
+
}>;
|
561
|
+
security: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
562
|
+
title?: string | undefined;
|
563
|
+
}>;
|
564
|
+
settings: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
565
|
+
title?: string | undefined;
|
566
|
+
}>;
|
567
|
+
shield: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
568
|
+
title?: string | undefined;
|
569
|
+
}>;
|
570
|
+
shopping: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
571
|
+
title?: string | undefined;
|
572
|
+
}>;
|
573
|
+
sofa: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
574
|
+
title?: string | undefined;
|
575
|
+
}>;
|
576
|
+
stack: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
577
|
+
title?: string | undefined;
|
578
|
+
}>;
|
579
|
+
storm: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
580
|
+
title?: string | undefined;
|
581
|
+
}>;
|
582
|
+
stripe: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
583
|
+
title?: string | undefined;
|
584
|
+
}>;
|
585
|
+
subsidence: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
586
|
+
title?: string | undefined;
|
587
|
+
}>;
|
588
|
+
theft: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
589
|
+
title?: string | undefined;
|
590
|
+
}>;
|
591
|
+
tick: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
592
|
+
title?: string | undefined;
|
593
|
+
}>;
|
594
|
+
training: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
595
|
+
title?: string | undefined;
|
596
|
+
}>;
|
597
|
+
trash: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
598
|
+
title?: string | undefined;
|
599
|
+
}>;
|
600
|
+
twitter: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
601
|
+
title?: string | undefined;
|
602
|
+
}>;
|
603
|
+
upload: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
604
|
+
title?: string | undefined;
|
605
|
+
}>;
|
606
|
+
vandalism: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
607
|
+
title?: string | undefined;
|
608
|
+
}>;
|
609
|
+
village: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
610
|
+
title?: string | undefined;
|
611
|
+
}>;
|
612
|
+
visa: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
613
|
+
title?: string | undefined;
|
614
|
+
}>;
|
615
|
+
warning: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
616
|
+
title?: string | undefined;
|
617
|
+
}>;
|
618
|
+
watch: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
619
|
+
title?: string | undefined;
|
620
|
+
}>;
|
621
|
+
wave: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
622
|
+
title?: string | undefined;
|
623
|
+
}>;
|
624
|
+
wellbeing: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
625
|
+
title?: string | undefined;
|
626
|
+
}>;
|
627
|
+
windscreen: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
628
|
+
title?: string | undefined;
|
629
|
+
}>;
|
630
|
+
};
|
631
|
+
export type Icons = keyof typeof iconList;
|