@pagopa/io-app-design-system 1.23.2 → 1.23.3
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/lib/commonjs/components/buttons/ButtonOutline.js +2 -1
- package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js +2 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -0
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/icons/index.js +11 -0
- package/lib/commonjs/components/icons/index.js.map +1 -1
- package/lib/commonjs/components/icons/types.js +6 -0
- package/lib/commonjs/components/icons/types.js.map +1 -0
- package/lib/commonjs/components/logos/LogoPayment.js.map +1 -1
- package/lib/commonjs/components/logos/LogoPaymentCard.js.map +1 -1
- package/lib/commonjs/components/logos/index.js +12 -0
- package/lib/commonjs/components/logos/index.js.map +1 -1
- package/lib/commonjs/components/logos/types.js +2 -0
- package/lib/commonjs/components/logos/types.js.map +1 -0
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/index.js +12 -0
- package/lib/commonjs/components/pictograms/index.js.map +1 -1
- package/lib/commonjs/components/pictograms/types.js +6 -0
- package/lib/commonjs/components/pictograms/types.js.map +1 -0
- package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
- package/lib/commonjs/utils/textInput/index.js.map +1 -1
- package/lib/module/components/buttons/ButtonOutline.js +2 -1
- package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/module/components/buttons/ButtonSolid.js +2 -1
- package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -0
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/icons/index.js +1 -0
- package/lib/module/components/icons/index.js.map +1 -1
- package/lib/module/components/icons/types.js +2 -0
- package/lib/module/components/icons/types.js.map +1 -0
- package/lib/module/components/logos/LogoPayment.js.map +1 -1
- package/lib/module/components/logos/LogoPaymentCard.js.map +1 -1
- package/lib/module/components/logos/index.js +1 -0
- package/lib/module/components/logos/index.js.map +1 -1
- package/lib/module/components/logos/types.js +2 -0
- package/lib/module/components/logos/types.js.map +1 -0
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/index.js +1 -0
- package/lib/module/components/pictograms/index.js.map +1 -1
- package/lib/module/components/pictograms/types.js +2 -0
- package/lib/module/components/pictograms/types.js.map +1 -0
- package/lib/module/components/textInput/TextInputBase.js.map +1 -1
- package/lib/module/utils/textInput/index.js.map +1 -1
- package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/icons/Icon.d.ts +256 -264
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/icons/index.d.ts +1 -0
- package/lib/typescript/components/icons/index.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAbacus.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAbacus.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAdd.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAdd.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAddSmall.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAddSmall.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAmount.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAmount.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAnalytics.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAnalytics.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArchive.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArchive.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArchiveFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArchiveFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArrowBottom.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArrowBottom.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArrowLeft.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArrowLeft.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArrowRight.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArrowRight.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArrowTop.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconArrowTop.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAttachment.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconAttachment.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBackAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBackAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBackiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBackiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBarcode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBarcode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBattery.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBattery.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBell.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBell.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBiomFaceID.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBiomFaceID.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBiomFingerprint.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBiomFingerprint.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconBonus.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconBonus.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCalendar.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCalendar.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCancel.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCancel.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCanceled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCanceled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategCulture.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategCulture.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategFinance.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategFinance.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategHome.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategHome.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategJobOffers.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategJobOffers.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategLearning.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategLearning.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategMobility.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategMobility.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategShopping.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategShopping.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategSport.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategSport.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategSustainability.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategSustainability.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategTelco.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategTelco.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategTravel.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategTravel.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCategWellness.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCategWellness.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChange.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChange.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChat.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChat.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCheckTick.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCheckTick.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCheckTickBig.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCheckTickBig.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronBottom.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronBottom.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronLeft.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronLeft.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronRight.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronRight.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronRightListItem.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronRightListItem.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconChevronTop.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconChevronTop.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCie.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCie.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCloseLarge.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCloseLarge.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCloseMedium.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCloseMedium.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCloseSmall.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCloseSmall.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCoggle.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCoggle.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCompare.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCompare.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconContactless.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconContactless.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCopy.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCopy.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCreditCard.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCreditCard.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCreditCardOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconCreditCardOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDevice.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDevice.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDeviceVibration.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDeviceVibration.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDisabilityCard.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDisabilityCard.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocGiacenza.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocGiacenza.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocPaymentCode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocPaymentCode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocPaymentTitle.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocPaymentTitle.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocumentAttachment.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocumentAttachment.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDocumentAttachmentPDF.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDocumentAttachmentPDF.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDotMenu.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDotMenu.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconDriverLicense.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconDriverLicense.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEdit.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEdit.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmail.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmail.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmailFill.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmailFill.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmailLegal.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmailLegal.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmojiHappy.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmojiHappy.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEmojiSad.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEmojiSad.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEntityCode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEntityCode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconErrorFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconErrorFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconExternalLink.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconExternalLink.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconExternalLinkSmall.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconExternalLinkSmall.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEyeHide.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEyeHide.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconEyeShow.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconEyeShow.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFamilySharing.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFamilySharing.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFilterAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFilterAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFilterOffiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFilterOffiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFilterOniOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFilterOniOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFingerprint.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFingerprint.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFiscalCodeIndividual.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFiscalCodeIndividual.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFolder.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFolder.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconFornitori.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconFornitori.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconForward.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconForward.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconGallery.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconGallery.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHealthCard.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHealthCard.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHearthEmpty.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHearthEmpty.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHearthFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHearthFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHistory.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHistory.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHome.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHome.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHomeFill.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHomeFill.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconHourglass.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconHourglass.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInboxEmpty.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInboxEmpty.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInboxFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInboxFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInfo.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInfo.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInfoFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInfoFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInitiatives.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInitiatives.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInstitution.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInstitution.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconInstruction.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconInstruction.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconKey.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconKey.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconKeyboard.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconKeyboard.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconKeyboardDown.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconKeyboardDown.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLadybug.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLadybug.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLegalValue.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLegalValue.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLight.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLight.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLightFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLightFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLightbulb.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLightbulb.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLocationAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLocationAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLocationiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLocationiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLocationiOSFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLocationiOSFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLockOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLockOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLockOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLockOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLogin.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLogin.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLogout.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconLogout.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMagicWand.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMagicWand.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMapPin.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMapPin.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMerchant.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMerchant.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMessage.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMessage.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconMessageLegal.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconMessageLegal.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavMessages.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavMessages.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavMessagesFocused.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavMessagesFocused.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavProfile.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavProfile.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavProfileFocused.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavProfileFocused.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavScan.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavScan.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavServices.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavServices.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavServicesFocused.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavServicesFocused.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavWallet.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavWallet.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNavWalletFocused.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNavWalletFocused.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNotes.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNotes.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNotice.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNotice.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNoticeFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNoticeFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNoticePlain.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNoticePlain.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconNotification.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconNotification.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconOk.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconOk.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconOption.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconOption.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPEC.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPEC.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPSP.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPSP.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPhone.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPhone.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPinOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPinOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPinOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPinOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconPrint.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconPrint.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconProductIOApp.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconProductIOApp.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconProductIOAppBlueBg.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconProductIOAppBlueBg.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconProductPagoPA.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconProductPagoPA.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconProfile.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconProfile.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconQrCode.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconQrCode.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconQuestion.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconQuestion.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconRead.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconRead.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconReceiptOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconReceiptOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconReceiptOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconReceiptOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconRefund.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconRefund.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconReload.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconReload.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSave.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSave.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSearch.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSearch.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSecurity.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSecurity.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSelfCertification.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSelfCertification.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconShareAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconShareAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconShareiOs.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconShareiOs.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSignal.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSignal.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSparkles.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSparkles.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSpid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSpid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconStarEmpty.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconStarEmpty.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconStarFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconStarFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSuccess.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSuccess.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSwitchOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSwitchOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemAppsAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemAppsAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemLocationiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemLocationiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemNotificationsInstructions.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemNotificationsInstructions.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPermissionsAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPermissionsAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPhotosiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPhotosiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPrivacyiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPrivacyiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemSettingsAndroid.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemSettingsAndroid.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemSettingsiOS.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemSettingsiOS.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemToggleInstructions.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconSystemToggleInstructions.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTag.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTag.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTerms.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTerms.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTouch.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTouch.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTransactions.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTransactions.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTransactionsBoxed.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTransactionsBoxed.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconTrashcan.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconTrashcan.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconWarningFilled.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconWarningFilled.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconWebsite.d.ts +1 -1
- package/lib/typescript/components/icons/svg/IconWebsite.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/LegIconCheckOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/LegIconCheckOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/LegIconCheckOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/LegIconCheckOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/LegIconRadioOff.d.ts +1 -1
- package/lib/typescript/components/icons/svg/LegIconRadioOff.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/LegIconRadioOn.d.ts +1 -1
- package/lib/typescript/components/icons/svg/LegIconRadioOn.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/_IconTemplate.d.ts +1 -1
- package/lib/typescript/components/icons/svg/_IconTemplate.d.ts.map +1 -1
- package/lib/typescript/components/icons/types.d.ts +10 -0
- package/lib/typescript/components/icons/types.d.ts.map +1 -0
- package/lib/typescript/components/logos/LogoPayment.d.ts +15 -18
- package/lib/typescript/components/logos/LogoPayment.d.ts.map +1 -1
- package/lib/typescript/components/logos/LogoPaymentCard.d.ts +1 -3
- package/lib/typescript/components/logos/LogoPaymentCard.d.ts.map +1 -1
- package/lib/typescript/components/logos/LogoPaymentExt.d.ts +14 -14
- package/lib/typescript/components/logos/index.d.ts +1 -0
- package/lib/typescript/components/logos/index.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentAmex.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentAmex.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentApplePay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentApplePay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentBancomatPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentBancomatPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentCardBancomatPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentCardBancomatPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentCardPayPal.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentCardPayPal.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentDiners.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentDiners.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentDiscover.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentDiscover.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtAmex.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtAmex.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtApplePay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtApplePay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtBancomatPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtBancomatPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtDiners.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtDiners.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtJCB.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtJCB.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtMaestro.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtMaestro.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtMastercard.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtMastercard.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPagoBancomat.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPagoBancomat.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPayPal.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPayPal.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPostepay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtPostepay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtUnionPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtUnionPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVisa.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVisa.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVisaElectron.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtVisaElectron.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentJCB.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentJCB.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMaestro.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMaestro.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMastercard.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMastercard.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMyBank.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentMyBank.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPagoBancomat.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPagoBancomat.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPayPal.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPayPal.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPostepay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentPostepay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentUnionPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentUnionPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentVPay.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentVPay.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentVisa.d.ts +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentVisa.d.ts.map +1 -1
- package/lib/typescript/components/logos/types.d.ts +7 -0
- package/lib/typescript/components/logos/types.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/Pictogram.d.ts +1 -7
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/index.d.ts +1 -0
- package/lib/typescript/components/pictograms/index.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAbacus.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAbacus.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAccessDenied.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAccessDenied.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramActivate.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramActivate.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAirBaloon.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAirBaloon.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAirship.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAirship.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAttachment.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAttachment.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAttention.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAttention.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBaloons.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBaloons.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBeerMug.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBeerMug.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBiometric.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBiometric.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedAccessDenied.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedAccessDenied.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedAttention.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedAttention.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCameraDenied.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCameraDenied.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCameraRequest.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCameraRequest.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardAdd.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardAdd.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardFavourite.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardFavourite.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardIssue.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardIssue.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardQuestion.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardQuestion.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCharity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCharity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCie.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCie.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedDoc.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedDoc.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedEmpty.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedEmpty.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedEnded.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedEnded.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFatalError.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFatalError.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeature.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeature.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeedback.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeedback.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedHelp.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedHelp.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedITWallet.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedITWallet.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdea.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdea.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityAdd.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityAdd.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityCheck.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityCheck.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityRefresh.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityRefresh.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedLostConnection.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedLostConnection.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedMessage.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedMessage.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedNotification.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedNotification.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedPasscode.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedPasscode.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedPending.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedPending.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedQrCode.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedQrCode.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSearch.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSearch.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSecurity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSecurity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedStar.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedStar.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedStopSecurity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedStopSecurity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSuccess.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedSuccess.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedTime.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedTime.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedTiming.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedTiming.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCameraDenied.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCameraDenied.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCameraRequest.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCameraRequest.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardAdd.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardAdd.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardFavourite.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardFavourite.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardIssue.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardIssue.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardQuestion.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCardQuestion.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCharity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCharity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCie.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCie.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCompleted.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramCompleted.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramComunicationProblem.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramComunicationProblem.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramDoc.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramDoc.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramDonation.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramDonation.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotCheck.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotCheck.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotNotif.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotNotif.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailToValidate.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailToValidate.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailValidation.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmailValidation.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmpty.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmpty.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmptyArchive.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmptyArchive.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEnded.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEnded.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramError.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramError.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEventClose.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEventClose.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFatalError.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFatalError.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFeature.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFeature.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFeedback.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFeedback.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFireworks.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFireworks.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramGenericError.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramGenericError.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHeart.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHeart.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHello.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHello.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHelp.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHelp.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHourglass.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHourglass.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramITWallet.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramITWallet.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdea.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdea.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityAdd.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityAdd.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityCheck.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityCheck.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityRefresh.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramIdentityRefresh.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramInProgress.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramInProgress.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramInbox.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramInbox.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramLostConnection.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramLostConnection.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMessage.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMessage.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMessages.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMessages.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMoneyCheck.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMoneyCheck.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNFCScanAndroid.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNFCScanAndroid.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNFCScaniOS.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNFCScaniOS.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNotAvailable.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNotAvailable.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNotification.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramNotification.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjClock.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjClock.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjFlyingMessage.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjFlyingMessage.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjFollowMessage.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjFollowMessage.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjIbanCard.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjIbanCard.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjKey.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjKey.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjManual.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjManual.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjTrash.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramObjTrash.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPasscode.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPasscode.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPending.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPending.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPiggyBank.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPiggyBank.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPin.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPin.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPlaces.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPlaces.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramProcessing.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramProcessing.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPuzzle.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramPuzzle.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramQrCode.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramQrCode.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramQuestion.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramQuestion.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramReactivate.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramReactivate.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSearch.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSearch.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSearchLens.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSearchLens.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSecurity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSecurity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSetup.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSetup.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSms.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSms.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramStar.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramStar.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramStopSecurity.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramStopSecurity.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSuccess.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSuccess.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTeaBreak.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTeaBreak.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTime.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTime.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTimeout.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTimeout.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTiming.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTiming.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUmbrella.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUmbrella.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUmbrellaNew.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUmbrellaNew.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUnrecognized.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUnrecognized.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUpdateOS.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUpdateOS.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUploadFile.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramUploadFile.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/_PictogramTemplate.d.ts +1 -1
- package/lib/typescript/components/pictograms/svg/_PictogramTemplate.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/types.d.ts +8 -0
- package/lib/typescript/components/pictograms/types.d.ts.map +1 -0
- package/lib/typescript/components/textInput/TextInputBase.d.ts +1 -2
- package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
- package/lib/typescript/utils/textInput/index.d.ts +3 -0
- package/lib/typescript/utils/textInput/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/buttons/ButtonOutline.tsx +1 -0
- package/src/components/buttons/ButtonSolid.tsx +1 -0
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -0
- package/src/components/icons/Icon.tsx +1 -15
- package/src/components/icons/index.tsx +1 -0
- package/src/components/icons/svg/IconAbacus.tsx +1 -1
- package/src/components/icons/svg/IconAdd.tsx +1 -1
- package/src/components/icons/svg/IconAddSmall.tsx +1 -1
- package/src/components/icons/svg/IconAmount.tsx +1 -1
- package/src/components/icons/svg/IconAnalytics.tsx +1 -1
- package/src/components/icons/svg/IconArchive.tsx +1 -1
- package/src/components/icons/svg/IconArchiveFilled.tsx +1 -1
- package/src/components/icons/svg/IconArrowBottom.tsx +1 -1
- package/src/components/icons/svg/IconArrowLeft.tsx +1 -1
- package/src/components/icons/svg/IconArrowRight.tsx +1 -1
- package/src/components/icons/svg/IconArrowTop.tsx +1 -1
- package/src/components/icons/svg/IconAttachment.tsx +1 -1
- package/src/components/icons/svg/IconBackAndroid.tsx +1 -1
- package/src/components/icons/svg/IconBackiOS.tsx +1 -1
- package/src/components/icons/svg/IconBarcode.tsx +1 -1
- package/src/components/icons/svg/IconBattery.tsx +1 -1
- package/src/components/icons/svg/IconBell.tsx +1 -1
- package/src/components/icons/svg/IconBiomFaceID.tsx +1 -1
- package/src/components/icons/svg/IconBiomFingerprint.tsx +1 -1
- package/src/components/icons/svg/IconBonus.tsx +1 -1
- package/src/components/icons/svg/IconCalendar.tsx +1 -1
- package/src/components/icons/svg/IconCancel.tsx +1 -1
- package/src/components/icons/svg/IconCanceled.tsx +1 -1
- package/src/components/icons/svg/IconCategCulture.tsx +1 -1
- package/src/components/icons/svg/IconCategFinance.tsx +1 -1
- package/src/components/icons/svg/IconCategHome.tsx +1 -1
- package/src/components/icons/svg/IconCategJobOffers.tsx +1 -1
- package/src/components/icons/svg/IconCategLearning.tsx +1 -1
- package/src/components/icons/svg/IconCategMobility.tsx +1 -1
- package/src/components/icons/svg/IconCategShopping.tsx +1 -1
- package/src/components/icons/svg/IconCategSport.tsx +1 -1
- package/src/components/icons/svg/IconCategSustainability.tsx +1 -1
- package/src/components/icons/svg/IconCategTelco.tsx +1 -1
- package/src/components/icons/svg/IconCategTravel.tsx +1 -1
- package/src/components/icons/svg/IconCategWellness.tsx +1 -1
- package/src/components/icons/svg/IconChange.tsx +1 -1
- package/src/components/icons/svg/IconChat.tsx +1 -1
- package/src/components/icons/svg/IconCheckTick.tsx +1 -1
- package/src/components/icons/svg/IconCheckTickBig.tsx +1 -1
- package/src/components/icons/svg/IconChevronBottom.tsx +1 -1
- package/src/components/icons/svg/IconChevronLeft.tsx +1 -1
- package/src/components/icons/svg/IconChevronRight.tsx +1 -1
- package/src/components/icons/svg/IconChevronRightListItem.tsx +1 -1
- package/src/components/icons/svg/IconChevronTop.tsx +1 -1
- package/src/components/icons/svg/IconCie.tsx +1 -1
- package/src/components/icons/svg/IconCloseLarge.tsx +1 -1
- package/src/components/icons/svg/IconCloseMedium.tsx +1 -1
- package/src/components/icons/svg/IconCloseSmall.tsx +1 -1
- package/src/components/icons/svg/IconCode.tsx +1 -1
- package/src/components/icons/svg/IconCoggle.tsx +1 -1
- package/src/components/icons/svg/IconCompare.tsx +1 -1
- package/src/components/icons/svg/IconContactless.tsx +1 -1
- package/src/components/icons/svg/IconCopy.tsx +1 -1
- package/src/components/icons/svg/IconCreditCard.tsx +1 -1
- package/src/components/icons/svg/IconCreditCardOff.tsx +1 -1
- package/src/components/icons/svg/IconDevice.tsx +1 -1
- package/src/components/icons/svg/IconDeviceVibration.tsx +1 -1
- package/src/components/icons/svg/IconDisabilityCard.tsx +1 -1
- package/src/components/icons/svg/IconDocGiacenza.tsx +1 -1
- package/src/components/icons/svg/IconDocPaymentCode.tsx +1 -1
- package/src/components/icons/svg/IconDocPaymentTitle.tsx +1 -1
- package/src/components/icons/svg/IconDocumentAttachment.tsx +1 -1
- package/src/components/icons/svg/IconDocumentAttachmentPDF.tsx +1 -1
- package/src/components/icons/svg/IconDotMenu.tsx +1 -1
- package/src/components/icons/svg/IconDriverLicense.tsx +1 -1
- package/src/components/icons/svg/IconEdit.tsx +1 -1
- package/src/components/icons/svg/IconEmail.tsx +1 -1
- package/src/components/icons/svg/IconEmailFill.tsx +1 -1
- package/src/components/icons/svg/IconEmailLegal.tsx +1 -1
- package/src/components/icons/svg/IconEmojiHappy.tsx +1 -1
- package/src/components/icons/svg/IconEmojiSad.tsx +1 -1
- package/src/components/icons/svg/IconEntityCode.tsx +1 -1
- package/src/components/icons/svg/IconErrorFilled.tsx +1 -1
- package/src/components/icons/svg/IconExternalLink.tsx +1 -1
- package/src/components/icons/svg/IconExternalLinkSmall.tsx +1 -1
- package/src/components/icons/svg/IconEyeHide.tsx +1 -1
- package/src/components/icons/svg/IconEyeShow.tsx +1 -1
- package/src/components/icons/svg/IconFamilySharing.tsx +1 -1
- package/src/components/icons/svg/IconFilterAndroid.tsx +1 -1
- package/src/components/icons/svg/IconFilterOffiOS.tsx +1 -1
- package/src/components/icons/svg/IconFilterOniOS.tsx +1 -1
- package/src/components/icons/svg/IconFingerprint.tsx +1 -1
- package/src/components/icons/svg/IconFiscalCodeIndividual.tsx +1 -1
- package/src/components/icons/svg/IconFolder.tsx +1 -1
- package/src/components/icons/svg/IconFornitori.tsx +1 -1
- package/src/components/icons/svg/IconForward.tsx +1 -1
- package/src/components/icons/svg/IconGallery.tsx +1 -1
- package/src/components/icons/svg/IconHealthCard.tsx +1 -1
- package/src/components/icons/svg/IconHearthEmpty.tsx +1 -1
- package/src/components/icons/svg/IconHearthFilled.tsx +1 -1
- package/src/components/icons/svg/IconHistory.tsx +1 -1
- package/src/components/icons/svg/IconHome.tsx +1 -1
- package/src/components/icons/svg/IconHomeFill.tsx +1 -1
- package/src/components/icons/svg/IconHourglass.tsx +1 -1
- package/src/components/icons/svg/IconInboxEmpty.tsx +1 -1
- package/src/components/icons/svg/IconInboxFilled.tsx +1 -1
- package/src/components/icons/svg/IconInfo.tsx +1 -1
- package/src/components/icons/svg/IconInfoFilled.tsx +1 -1
- package/src/components/icons/svg/IconInitiatives.tsx +1 -1
- package/src/components/icons/svg/IconInstitution.tsx +1 -1
- package/src/components/icons/svg/IconInstruction.tsx +1 -1
- package/src/components/icons/svg/IconKey.tsx +1 -1
- package/src/components/icons/svg/IconKeyboard.tsx +1 -1
- package/src/components/icons/svg/IconKeyboardDown.tsx +1 -1
- package/src/components/icons/svg/IconLadybug.tsx +1 -1
- package/src/components/icons/svg/IconLegalValue.tsx +1 -1
- package/src/components/icons/svg/IconLight.tsx +1 -1
- package/src/components/icons/svg/IconLightFilled.tsx +1 -1
- package/src/components/icons/svg/IconLightbulb.tsx +1 -1
- package/src/components/icons/svg/IconLocationAndroid.tsx +1 -1
- package/src/components/icons/svg/IconLocationiOS.tsx +1 -1
- package/src/components/icons/svg/IconLocationiOSFilled.tsx +1 -1
- package/src/components/icons/svg/IconLockOff.tsx +1 -1
- package/src/components/icons/svg/IconLockOn.tsx +1 -1
- package/src/components/icons/svg/IconLogin.tsx +1 -1
- package/src/components/icons/svg/IconLogout.tsx +1 -1
- package/src/components/icons/svg/IconMagicWand.tsx +1 -1
- package/src/components/icons/svg/IconMapPin.tsx +1 -1
- package/src/components/icons/svg/IconMerchant.tsx +1 -1
- package/src/components/icons/svg/IconMessage.tsx +1 -1
- package/src/components/icons/svg/IconMessageLegal.tsx +1 -1
- package/src/components/icons/svg/IconNavMessages.tsx +1 -1
- package/src/components/icons/svg/IconNavMessagesFocused.tsx +1 -1
- package/src/components/icons/svg/IconNavProfile.tsx +1 -1
- package/src/components/icons/svg/IconNavProfileFocused.tsx +1 -1
- package/src/components/icons/svg/IconNavScan.tsx +1 -1
- package/src/components/icons/svg/IconNavServices.tsx +1 -1
- package/src/components/icons/svg/IconNavServicesFocused.tsx +1 -1
- package/src/components/icons/svg/IconNavWallet.tsx +1 -1
- package/src/components/icons/svg/IconNavWalletFocused.tsx +1 -1
- package/src/components/icons/svg/IconNotes.tsx +1 -1
- package/src/components/icons/svg/IconNotice.tsx +1 -1
- package/src/components/icons/svg/IconNoticeFilled.tsx +1 -1
- package/src/components/icons/svg/IconNoticePlain.tsx +1 -1
- package/src/components/icons/svg/IconNotification.tsx +1 -1
- package/src/components/icons/svg/IconOk.tsx +1 -1
- package/src/components/icons/svg/IconOption.tsx +1 -1
- package/src/components/icons/svg/IconPEC.tsx +1 -1
- package/src/components/icons/svg/IconPSP.tsx +1 -1
- package/src/components/icons/svg/IconPhone.tsx +1 -1
- package/src/components/icons/svg/IconPinOff.tsx +1 -1
- package/src/components/icons/svg/IconPinOn.tsx +1 -1
- package/src/components/icons/svg/IconPrint.tsx +1 -1
- package/src/components/icons/svg/IconProductIOApp.tsx +1 -1
- package/src/components/icons/svg/IconProductIOAppBlueBg.tsx +1 -1
- package/src/components/icons/svg/IconProductPagoPA.tsx +1 -1
- package/src/components/icons/svg/IconProfile.tsx +1 -1
- package/src/components/icons/svg/IconQrCode.tsx +1 -1
- package/src/components/icons/svg/IconQuestion.tsx +1 -1
- package/src/components/icons/svg/IconRead.tsx +1 -1
- package/src/components/icons/svg/IconReceiptOff.tsx +1 -1
- package/src/components/icons/svg/IconReceiptOn.tsx +1 -1
- package/src/components/icons/svg/IconRefund.tsx +1 -1
- package/src/components/icons/svg/IconReload.tsx +1 -1
- package/src/components/icons/svg/IconSave.tsx +1 -1
- package/src/components/icons/svg/IconSearch.tsx +1 -1
- package/src/components/icons/svg/IconSecurity.tsx +1 -1
- package/src/components/icons/svg/IconSelfCertification.tsx +1 -1
- package/src/components/icons/svg/IconShareAndroid.tsx +1 -1
- package/src/components/icons/svg/IconShareiOs.tsx +1 -1
- package/src/components/icons/svg/IconSignal.tsx +1 -1
- package/src/components/icons/svg/IconSparkles.tsx +1 -1
- package/src/components/icons/svg/IconSpid.tsx +1 -1
- package/src/components/icons/svg/IconStarEmpty.tsx +1 -1
- package/src/components/icons/svg/IconStarFilled.tsx +1 -1
- package/src/components/icons/svg/IconSuccess.tsx +1 -1
- package/src/components/icons/svg/IconSwitchOff.tsx +1 -1
- package/src/components/icons/svg/IconSystemAppsAndroid.tsx +1 -1
- package/src/components/icons/svg/IconSystemLocationiOS.tsx +1 -1
- package/src/components/icons/svg/IconSystemNotificationsInstructions.tsx +1 -1
- package/src/components/icons/svg/IconSystemPermissionsAndroid.tsx +1 -1
- package/src/components/icons/svg/IconSystemPhotosiOS.tsx +1 -1
- package/src/components/icons/svg/IconSystemPrivacyiOS.tsx +1 -1
- package/src/components/icons/svg/IconSystemSettingsAndroid.tsx +1 -1
- package/src/components/icons/svg/IconSystemSettingsiOS.tsx +1 -1
- package/src/components/icons/svg/IconSystemToggleInstructions.tsx +1 -1
- package/src/components/icons/svg/IconTag.tsx +1 -1
- package/src/components/icons/svg/IconTerms.tsx +1 -1
- package/src/components/icons/svg/IconTouch.tsx +1 -1
- package/src/components/icons/svg/IconTransactions.tsx +1 -1
- package/src/components/icons/svg/IconTransactionsBoxed.tsx +1 -1
- package/src/components/icons/svg/IconTrashcan.tsx +1 -1
- package/src/components/icons/svg/IconWarningFilled.tsx +1 -1
- package/src/components/icons/svg/IconWebsite.tsx +1 -1
- package/src/components/icons/svg/LegIconCheckOff.tsx +1 -1
- package/src/components/icons/svg/LegIconCheckOn.tsx +1 -1
- package/src/components/icons/svg/LegIconRadioOff.tsx +1 -1
- package/src/components/icons/svg/LegIconRadioOn.tsx +1 -1
- package/src/components/icons/svg/_IconTemplate.tsx +1 -1
- package/src/components/icons/types.ts +15 -0
- package/src/components/logos/LogoPayment.tsx +0 -4
- package/src/components/logos/LogoPaymentCard.tsx +1 -4
- package/src/components/logos/index.tsx +1 -0
- package/src/components/logos/svg/LogoPaymentAmex.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentApplePay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentBancomatPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentCardBancomatPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentCardPayPal.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentDiners.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentDiscover.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtAmex.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtApplePay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtBancomatPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtDiners.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtJCB.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtMaestro.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtMastercard.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtPagoBancomat.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtPayPal.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtPostepay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtUnionPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtVPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtVisa.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentExtVisaElectron.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentJCB.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentMaestro.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentMastercard.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentMyBank.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentPagoBancomat.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentPayPal.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentPostepay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentUnionPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentVPay.tsx +1 -1
- package/src/components/logos/svg/LogoPaymentVisa.tsx +1 -1
- package/src/components/logos/types.ts +7 -0
- package/src/components/pictograms/Pictogram.tsx +1 -7
- package/src/components/pictograms/index.tsx +1 -0
- package/src/components/pictograms/svg/PictogramAbacus.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAccessDenied.tsx +1 -1
- package/src/components/pictograms/svg/PictogramActivate.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAirBaloon.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAirship.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAttachment.tsx +1 -1
- package/src/components/pictograms/svg/PictogramAttention.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBaloons.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBeerMug.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBiometric.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedAccessDenied.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedAttention.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCameraDenied.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCameraRequest.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCardAdd.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCardFavourite.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCardIssue.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCardQuestion.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCharity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedCie.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedDoc.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedEmpty.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedEnded.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedFatalError.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedFeature.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedFeedback.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedHelp.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedITWallet.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdea.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdentity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdentityAdd.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdentityCheck.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedIdentityRefresh.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedLostConnection.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedMessage.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedNotification.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedPasscode.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedPending.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedQrCode.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedSearch.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedSecurity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedStar.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedStopSecurity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedSuccess.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedTime.tsx +1 -1
- package/src/components/pictograms/svg/PictogramBleedTiming.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCameraDenied.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCameraRequest.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCardAdd.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCardFavourite.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCardIssue.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCardQuestion.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCharity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCie.tsx +1 -1
- package/src/components/pictograms/svg/PictogramCompleted.tsx +1 -1
- package/src/components/pictograms/svg/PictogramComunicationProblem.tsx +1 -1
- package/src/components/pictograms/svg/PictogramDoc.tsx +1 -1
- package/src/components/pictograms/svg/PictogramDonation.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmailDotCheck.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmailDotNotif.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmailToValidate.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmailValidation.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmpty.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEmptyArchive.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEnded.tsx +1 -1
- package/src/components/pictograms/svg/PictogramError.tsx +1 -1
- package/src/components/pictograms/svg/PictogramEventClose.tsx +1 -1
- package/src/components/pictograms/svg/PictogramFatalError.tsx +1 -1
- package/src/components/pictograms/svg/PictogramFeature.tsx +1 -1
- package/src/components/pictograms/svg/PictogramFeedback.tsx +1 -1
- package/src/components/pictograms/svg/PictogramFireworks.tsx +1 -1
- package/src/components/pictograms/svg/PictogramGenericError.tsx +1 -1
- package/src/components/pictograms/svg/PictogramHeart.tsx +1 -1
- package/src/components/pictograms/svg/PictogramHello.tsx +1 -1
- package/src/components/pictograms/svg/PictogramHelp.tsx +1 -1
- package/src/components/pictograms/svg/PictogramHourglass.tsx +1 -1
- package/src/components/pictograms/svg/PictogramITWallet.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdea.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdentity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdentityAdd.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdentityCheck.tsx +1 -1
- package/src/components/pictograms/svg/PictogramIdentityRefresh.tsx +1 -1
- package/src/components/pictograms/svg/PictogramInProgress.tsx +1 -1
- package/src/components/pictograms/svg/PictogramInbox.tsx +1 -1
- package/src/components/pictograms/svg/PictogramLostConnection.tsx +1 -1
- package/src/components/pictograms/svg/PictogramMessage.tsx +1 -1
- package/src/components/pictograms/svg/PictogramMessages.tsx +1 -1
- package/src/components/pictograms/svg/PictogramMoneyCheck.tsx +1 -1
- package/src/components/pictograms/svg/PictogramNFCScanAndroid.tsx +1 -1
- package/src/components/pictograms/svg/PictogramNFCScaniOS.tsx +1 -1
- package/src/components/pictograms/svg/PictogramNotAvailable.tsx +1 -1
- package/src/components/pictograms/svg/PictogramNotification.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjClock.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjFlyingMessage.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjFollowMessage.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjIbanCard.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjKey.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjManual.tsx +1 -1
- package/src/components/pictograms/svg/PictogramObjTrash.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPasscode.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPending.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPiggyBank.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPin.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPlaces.tsx +1 -1
- package/src/components/pictograms/svg/PictogramProcessing.tsx +1 -1
- package/src/components/pictograms/svg/PictogramPuzzle.tsx +1 -1
- package/src/components/pictograms/svg/PictogramQrCode.tsx +1 -1
- package/src/components/pictograms/svg/PictogramQuestion.tsx +1 -1
- package/src/components/pictograms/svg/PictogramReactivate.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSearch.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSearchLens.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSecurity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSetup.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSms.tsx +1 -1
- package/src/components/pictograms/svg/PictogramStar.tsx +1 -1
- package/src/components/pictograms/svg/PictogramStopSecurity.tsx +1 -1
- package/src/components/pictograms/svg/PictogramSuccess.tsx +1 -1
- package/src/components/pictograms/svg/PictogramTeaBreak.tsx +1 -1
- package/src/components/pictograms/svg/PictogramTime.tsx +1 -1
- package/src/components/pictograms/svg/PictogramTimeout.tsx +1 -1
- package/src/components/pictograms/svg/PictogramTiming.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUmbrella.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUmbrellaNew.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUnrecognized.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUpdateOS.tsx +1 -1
- package/src/components/pictograms/svg/PictogramUploadFile.tsx +1 -1
- package/src/components/pictograms/svg/_PictogramTemplate.tsx +1 -1
- package/src/components/pictograms/types.ts +9 -0
- package/src/components/textInput/TextInputBase.tsx +1 -12
- package/src/utils/textInput/index.ts +13 -0
|
@@ -1,195 +1,195 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { ColorValue
|
|
2
|
+
import { ColorValue } from "react-native";
|
|
3
3
|
import { IOColors } from "../../core/IOColors";
|
|
4
4
|
export declare const IOIcons: {
|
|
5
|
-
readonly spid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
6
|
-
readonly cie: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
7
|
-
readonly qrCode: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
8
|
-
readonly bell: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
9
|
-
readonly website: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
10
|
-
readonly abacus: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
11
|
-
readonly home: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
12
|
-
readonly homeFill: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
13
|
-
readonly copy: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
14
|
-
readonly selfCert: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
15
|
-
readonly institution: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
16
|
-
readonly merchant: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
17
|
-
readonly hourglass: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
18
|
-
readonly shareiOs: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
19
|
-
readonly shareAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
20
|
-
readonly filterOniOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
21
|
-
readonly filterOffiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
22
|
-
readonly filterAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
23
|
-
readonly locked: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
24
|
-
readonly unlocked: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
25
|
-
readonly initiatives: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
26
|
-
readonly analytics: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
27
|
-
readonly fornitori: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
28
|
-
readonly eyeShow: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
29
|
-
readonly eyeHide: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
30
|
-
readonly pinOff: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
31
|
-
readonly pinOn: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
32
|
-
readonly emojiSad: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
33
|
-
readonly emojiHappy: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
34
|
-
readonly phone: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
35
|
-
readonly email: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
36
|
-
readonly emailFill: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
37
|
-
readonly pec: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
38
|
-
readonly messageLegal: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
39
|
-
readonly message: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
40
|
-
readonly chat: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
41
|
-
readonly archive: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
42
|
-
readonly archiveFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
43
|
-
readonly inbox: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
44
|
-
readonly inboxFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
45
|
-
readonly security: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
46
|
-
readonly option: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
47
|
-
readonly key: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
48
|
-
readonly docGiacenza: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
49
|
-
readonly docPaymentTitle: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
50
|
-
readonly docPaymentCode: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
51
|
-
readonly docAttach: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
52
|
-
readonly docAttachPDF: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
53
|
-
readonly folder: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
54
|
-
readonly receiptOn: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
55
|
-
readonly receiptOff: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
56
|
-
readonly notes: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
57
|
-
readonly attachment: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
58
|
-
readonly print: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
59
|
-
readonly add: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
60
|
-
readonly addSmall: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
61
|
-
readonly success: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
62
|
-
readonly ok: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
63
|
-
readonly fiscalCodeIndividual: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
64
|
-
readonly entityCode: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
65
|
-
readonly creditCard: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
66
|
-
readonly creditCardOff: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
67
|
-
readonly bonus: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
68
|
-
readonly transactionsBoxed: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
69
|
-
readonly transactions: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
70
|
-
readonly amount: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
71
|
-
readonly psp: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
72
|
-
readonly mapPin: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
73
|
-
readonly locationiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
74
|
-
readonly locationiOSFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
75
|
-
readonly locationAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
76
|
-
readonly coggle: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
77
|
-
readonly warningFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
78
|
-
readonly notice: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
79
|
-
readonly noticeFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
80
|
-
readonly noticePlain: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
81
|
-
readonly info: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
82
|
-
readonly infoFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
83
|
-
readonly canceled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
84
|
-
readonly errorFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
85
|
-
readonly legalValue: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
86
|
-
readonly refund: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
87
|
-
readonly reload: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
88
|
-
readonly history: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
89
|
-
readonly edit: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
90
|
-
readonly battery: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
91
|
-
readonly trashcan: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
92
|
-
readonly calendar: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
93
|
-
readonly profile: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
94
|
-
readonly familySharing: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
95
|
-
readonly lightbulb: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
96
|
-
readonly magicWand: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
97
|
-
readonly sparkles: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
98
|
-
readonly starFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
99
|
-
readonly starEmpty: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
100
|
-
readonly hearthEmpty: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
101
|
-
readonly hearthFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
102
|
-
readonly switchOff: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
103
|
-
readonly fingerprint: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
104
|
-
readonly touch: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
105
|
-
readonly device: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
106
|
-
readonly deviceVibration: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
107
|
-
readonly contactless: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
108
|
-
readonly signal: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
109
|
-
readonly notification: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
110
|
-
readonly keyboard: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
111
|
-
readonly keyboardDown: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
112
|
-
readonly dotMenu: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
113
|
-
readonly barcode: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
114
|
-
readonly save: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
115
|
-
readonly login: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
116
|
-
readonly logout: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
117
|
-
readonly ladybug: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
118
|
-
readonly tag: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
119
|
-
readonly gallery: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
120
|
-
readonly externalLink: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
121
|
-
readonly externalLinkSmall: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
122
|
-
readonly forward: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
123
|
-
readonly cancel: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
124
|
-
readonly compare: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
125
|
-
readonly instruction: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
126
|
-
readonly terms: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
127
|
-
readonly help: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
128
|
-
readonly search: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
129
|
-
readonly disabilityCard: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
130
|
-
readonly driverLicense: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
131
|
-
readonly healthCard: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
132
|
-
readonly chevronRight: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
133
|
-
readonly chevronLeft: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
134
|
-
readonly chevronBottom: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
135
|
-
readonly chevronTop: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
136
|
-
readonly chevronRightListItem: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
137
|
-
readonly closeLarge: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
138
|
-
readonly closeMedium: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
139
|
-
readonly closeSmall: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
140
|
-
readonly arrowBottom: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
141
|
-
readonly arrowLeft: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
142
|
-
readonly arrowTop: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
143
|
-
readonly arrowRight: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
144
|
-
readonly change: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
145
|
-
readonly backiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
146
|
-
readonly backAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
147
|
-
readonly checkTick: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
148
|
-
readonly checkTickBig: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
149
|
-
readonly read: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
150
|
-
readonly light: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
151
|
-
readonly lightFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
152
|
-
readonly code: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
153
|
-
readonly navMessages: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
154
|
-
readonly navMessagesFocused: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
155
|
-
readonly navWallet: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
156
|
-
readonly navWalletFocused: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
157
|
-
readonly navScan: ({ size, style }: SVGIconProps) => React.JSX.Element;
|
|
158
|
-
readonly navServices: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
159
|
-
readonly navServicesFocused: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
160
|
-
readonly navProfile: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
161
|
-
readonly navProfileFocused: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
162
|
-
readonly navPsp: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
163
|
-
readonly legRadioOn: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
164
|
-
readonly legRadioOff: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
165
|
-
readonly legCheckOn: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
166
|
-
readonly legCheckOff: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
167
|
-
readonly biomFingerprint: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
168
|
-
readonly biomFaceID: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
169
|
-
readonly categCulture: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
170
|
-
readonly categWellness: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
171
|
-
readonly categLearning: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
172
|
-
readonly categSport: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
173
|
-
readonly categHome: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
174
|
-
readonly categTelco: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
175
|
-
readonly categFinance: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
176
|
-
readonly categTravel: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
177
|
-
readonly categMobility: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
178
|
-
readonly categJobOffers: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
179
|
-
readonly categShopping: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
180
|
-
readonly categSustainability: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
181
|
-
readonly productIOApp: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
182
|
-
readonly productPagoPA: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
183
|
-
readonly productIOAppBlueBg: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
184
|
-
readonly systemSettingsAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
185
|
-
readonly systemSettingsiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
186
|
-
readonly systemToggleInstructions: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
187
|
-
readonly systemAppsAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
188
|
-
readonly systemNotificationsInstructions: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
189
|
-
readonly systemPermissionsAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
190
|
-
readonly systemLocationiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
191
|
-
readonly systemPhotosiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
192
|
-
readonly systemPrivacyiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
5
|
+
readonly spid: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
6
|
+
readonly cie: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
7
|
+
readonly qrCode: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
8
|
+
readonly bell: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
9
|
+
readonly website: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
10
|
+
readonly abacus: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
11
|
+
readonly home: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
12
|
+
readonly homeFill: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
13
|
+
readonly copy: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
14
|
+
readonly selfCert: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
15
|
+
readonly institution: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
16
|
+
readonly merchant: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
17
|
+
readonly hourglass: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
18
|
+
readonly shareiOs: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
19
|
+
readonly shareAndroid: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
20
|
+
readonly filterOniOS: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
21
|
+
readonly filterOffiOS: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
22
|
+
readonly filterAndroid: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
23
|
+
readonly locked: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
24
|
+
readonly unlocked: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
25
|
+
readonly initiatives: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
26
|
+
readonly analytics: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
27
|
+
readonly fornitori: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
28
|
+
readonly eyeShow: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
29
|
+
readonly eyeHide: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
30
|
+
readonly pinOff: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
31
|
+
readonly pinOn: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
32
|
+
readonly emojiSad: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
33
|
+
readonly emojiHappy: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
34
|
+
readonly phone: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
35
|
+
readonly email: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
36
|
+
readonly emailFill: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
37
|
+
readonly pec: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
38
|
+
readonly messageLegal: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
39
|
+
readonly message: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
40
|
+
readonly chat: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
41
|
+
readonly archive: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
42
|
+
readonly archiveFilled: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
43
|
+
readonly inbox: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
44
|
+
readonly inboxFilled: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
45
|
+
readonly security: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
46
|
+
readonly option: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
47
|
+
readonly key: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
48
|
+
readonly docGiacenza: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
49
|
+
readonly docPaymentTitle: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
50
|
+
readonly docPaymentCode: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
51
|
+
readonly docAttach: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
52
|
+
readonly docAttachPDF: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
53
|
+
readonly folder: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
54
|
+
readonly receiptOn: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
55
|
+
readonly receiptOff: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
56
|
+
readonly notes: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
57
|
+
readonly attachment: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
58
|
+
readonly print: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
59
|
+
readonly add: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
60
|
+
readonly addSmall: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
61
|
+
readonly success: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
62
|
+
readonly ok: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
63
|
+
readonly fiscalCodeIndividual: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
64
|
+
readonly entityCode: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
65
|
+
readonly creditCard: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
66
|
+
readonly creditCardOff: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
67
|
+
readonly bonus: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
68
|
+
readonly transactionsBoxed: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
69
|
+
readonly transactions: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
70
|
+
readonly amount: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
71
|
+
readonly psp: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
72
|
+
readonly mapPin: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
73
|
+
readonly locationiOS: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
74
|
+
readonly locationiOSFilled: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
75
|
+
readonly locationAndroid: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
76
|
+
readonly coggle: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
77
|
+
readonly warningFilled: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
78
|
+
readonly notice: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
79
|
+
readonly noticeFilled: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
80
|
+
readonly noticePlain: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
81
|
+
readonly info: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
82
|
+
readonly infoFilled: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
83
|
+
readonly canceled: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
84
|
+
readonly errorFilled: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
85
|
+
readonly legalValue: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
86
|
+
readonly refund: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
87
|
+
readonly reload: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
88
|
+
readonly history: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
89
|
+
readonly edit: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
90
|
+
readonly battery: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
91
|
+
readonly trashcan: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
92
|
+
readonly calendar: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
93
|
+
readonly profile: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
94
|
+
readonly familySharing: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
95
|
+
readonly lightbulb: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
96
|
+
readonly magicWand: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
97
|
+
readonly sparkles: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
98
|
+
readonly starFilled: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
99
|
+
readonly starEmpty: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
100
|
+
readonly hearthEmpty: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
101
|
+
readonly hearthFilled: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
102
|
+
readonly switchOff: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
103
|
+
readonly fingerprint: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
104
|
+
readonly touch: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
105
|
+
readonly device: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
106
|
+
readonly deviceVibration: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
107
|
+
readonly contactless: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
108
|
+
readonly signal: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
109
|
+
readonly notification: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
110
|
+
readonly keyboard: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
111
|
+
readonly keyboardDown: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
112
|
+
readonly dotMenu: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
113
|
+
readonly barcode: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
114
|
+
readonly save: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
115
|
+
readonly login: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
116
|
+
readonly logout: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
117
|
+
readonly ladybug: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
118
|
+
readonly tag: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
119
|
+
readonly gallery: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
120
|
+
readonly externalLink: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
121
|
+
readonly externalLinkSmall: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
122
|
+
readonly forward: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
123
|
+
readonly cancel: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
124
|
+
readonly compare: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
125
|
+
readonly instruction: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
126
|
+
readonly terms: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
127
|
+
readonly help: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
128
|
+
readonly search: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
129
|
+
readonly disabilityCard: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
130
|
+
readonly driverLicense: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
131
|
+
readonly healthCard: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
132
|
+
readonly chevronRight: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
133
|
+
readonly chevronLeft: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
134
|
+
readonly chevronBottom: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
135
|
+
readonly chevronTop: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
136
|
+
readonly chevronRightListItem: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
137
|
+
readonly closeLarge: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
138
|
+
readonly closeMedium: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
139
|
+
readonly closeSmall: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
140
|
+
readonly arrowBottom: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
141
|
+
readonly arrowLeft: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
142
|
+
readonly arrowTop: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
143
|
+
readonly arrowRight: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
144
|
+
readonly change: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
145
|
+
readonly backiOS: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
146
|
+
readonly backAndroid: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
147
|
+
readonly checkTick: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
148
|
+
readonly checkTickBig: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
149
|
+
readonly read: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
150
|
+
readonly light: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
151
|
+
readonly lightFilled: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
152
|
+
readonly code: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
153
|
+
readonly navMessages: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
154
|
+
readonly navMessagesFocused: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
155
|
+
readonly navWallet: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
156
|
+
readonly navWalletFocused: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
157
|
+
readonly navScan: ({ size, style }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
158
|
+
readonly navServices: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
159
|
+
readonly navServicesFocused: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
160
|
+
readonly navProfile: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
161
|
+
readonly navProfileFocused: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
162
|
+
readonly navPsp: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
163
|
+
readonly legRadioOn: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
164
|
+
readonly legRadioOff: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
165
|
+
readonly legCheckOn: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
166
|
+
readonly legCheckOff: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
167
|
+
readonly biomFingerprint: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
168
|
+
readonly biomFaceID: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
169
|
+
readonly categCulture: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
170
|
+
readonly categWellness: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
171
|
+
readonly categLearning: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
172
|
+
readonly categSport: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
173
|
+
readonly categHome: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
174
|
+
readonly categTelco: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
175
|
+
readonly categFinance: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
176
|
+
readonly categTravel: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
177
|
+
readonly categMobility: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
178
|
+
readonly categJobOffers: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
179
|
+
readonly categShopping: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
180
|
+
readonly categSustainability: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
181
|
+
readonly productIOApp: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
182
|
+
readonly productPagoPA: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
183
|
+
readonly productIOAppBlueBg: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
184
|
+
readonly systemSettingsAndroid: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
185
|
+
readonly systemSettingsiOS: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
186
|
+
readonly systemToggleInstructions: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
187
|
+
readonly systemAppsAndroid: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
188
|
+
readonly systemNotificationsInstructions: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
189
|
+
readonly systemPermissionsAndroid: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
190
|
+
readonly systemLocationiOS: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
191
|
+
readonly systemPhotosiOS: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
192
|
+
readonly systemPrivacyiOS: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
193
193
|
};
|
|
194
194
|
export type IOIcons = keyof typeof IOIcons;
|
|
195
195
|
export type IOIconSizeScale = 12 | 16 | 20 | 24 | 30 | 32 | 48 | 96;
|
|
@@ -202,14 +202,6 @@ export type IOIconsProps = {
|
|
|
202
202
|
accessible?: boolean;
|
|
203
203
|
accessibilityLabel?: string;
|
|
204
204
|
};
|
|
205
|
-
export type SVGIconProps = {
|
|
206
|
-
size: number | "100%";
|
|
207
|
-
style: StyleProp<any>;
|
|
208
|
-
accessible: boolean;
|
|
209
|
-
accessibilityElementsHidden: boolean;
|
|
210
|
-
accessibilityLabel: string;
|
|
211
|
-
importantForAccessibility: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
212
|
-
};
|
|
213
205
|
export declare const Icon: ({ name, color, size, accessible, accessibilityLabel, ...props }: IOIconsProps) => React.JSX.Element;
|
|
214
206
|
type IOAnimatedIconsProps = {
|
|
215
207
|
name: IOIcons;
|
|
@@ -223,87 +215,87 @@ export declare class IconClassComponent extends React.Component<IOAnimatedIconsP
|
|
|
223
215
|
render(): React.JSX.Element;
|
|
224
216
|
}
|
|
225
217
|
export declare const IOIconsNew: {
|
|
226
|
-
filterOniOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
227
|
-
filterOffiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
228
|
-
filterAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
229
|
-
archiveFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
230
|
-
inbox: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
231
|
-
inboxFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
232
|
-
docGiacenza: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
233
|
-
docPaymentTitle: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
234
|
-
folder: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
235
|
-
receiptOn: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
236
|
-
receiptOff: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
237
|
-
print: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
238
|
-
addSmall: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
239
|
-
creditCardOff: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
240
|
-
mapPin: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
241
|
-
noticePlain: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
242
|
-
familySharing: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
243
|
-
hearthEmpty: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
244
|
-
hearthFilled: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
245
|
-
fingerprint: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
246
|
-
touch: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
247
|
-
deviceVibration: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
248
|
-
signal: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
249
|
-
keyboardDown: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
250
|
-
externalLinkSmall: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
251
|
-
forward: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
252
|
-
compare: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
253
|
-
instruction: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
254
|
-
terms: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
255
|
-
read: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
256
|
-
code: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
218
|
+
filterOniOS: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
219
|
+
filterOffiOS: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
220
|
+
filterAndroid: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
221
|
+
archiveFilled: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
222
|
+
inbox: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
223
|
+
inboxFilled: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
224
|
+
docGiacenza: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
225
|
+
docPaymentTitle: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
226
|
+
folder: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
227
|
+
receiptOn: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
228
|
+
receiptOff: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
229
|
+
print: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
230
|
+
addSmall: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
231
|
+
creditCardOff: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
232
|
+
mapPin: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
233
|
+
noticePlain: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
234
|
+
familySharing: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
235
|
+
hearthEmpty: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
236
|
+
hearthFilled: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
237
|
+
fingerprint: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
238
|
+
touch: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
239
|
+
deviceVibration: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
240
|
+
signal: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
241
|
+
keyboardDown: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
242
|
+
externalLinkSmall: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
243
|
+
forward: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
244
|
+
compare: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
245
|
+
instruction: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
246
|
+
terms: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
247
|
+
read: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
248
|
+
code: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
257
249
|
};
|
|
258
250
|
export declare const IONavIcons: {
|
|
259
|
-
readonly navMessages: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
260
|
-
readonly navWallet: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
261
|
-
readonly navScan: ({ size, style }: SVGIconProps) => React.JSX.Element;
|
|
262
|
-
readonly navServices: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
263
|
-
readonly navProfile: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
264
|
-
readonly navPsp: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
265
|
-
readonly navMessagesFocused: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
266
|
-
readonly navWalletFocused: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
267
|
-
readonly navServicesFocused: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
268
|
-
readonly navProfileFocused: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
251
|
+
readonly navMessages: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
252
|
+
readonly navWallet: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
253
|
+
readonly navScan: ({ size, style }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
254
|
+
readonly navServices: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
255
|
+
readonly navProfile: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
256
|
+
readonly navPsp: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
257
|
+
readonly navMessagesFocused: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
258
|
+
readonly navWalletFocused: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
259
|
+
readonly navServicesFocused: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
260
|
+
readonly navProfileFocused: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
269
261
|
};
|
|
270
262
|
export type IONavIcons = keyof typeof IONavIcons;
|
|
271
263
|
export declare const IOBiometricIcons: {
|
|
272
|
-
readonly biomFingerprint: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
273
|
-
readonly biomFaceID: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
264
|
+
readonly biomFingerprint: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
265
|
+
readonly biomFaceID: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
274
266
|
};
|
|
275
267
|
export type IOBiometricIcons = keyof typeof IOBiometricIcons;
|
|
276
268
|
export declare const IOCategoryIcons: {
|
|
277
|
-
readonly categCulture: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
278
|
-
readonly categWellness: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
279
|
-
readonly categLearning: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
280
|
-
readonly categSport: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
281
|
-
readonly categHome: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
282
|
-
readonly categTelco: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
283
|
-
readonly categFinance: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
284
|
-
readonly categTravel: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
285
|
-
readonly categMobility: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
286
|
-
readonly categJobOffers: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
287
|
-
readonly categShopping: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
288
|
-
readonly categSustainability: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
269
|
+
readonly categCulture: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
270
|
+
readonly categWellness: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
271
|
+
readonly categLearning: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
272
|
+
readonly categSport: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
273
|
+
readonly categHome: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
274
|
+
readonly categTelco: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
275
|
+
readonly categFinance: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
276
|
+
readonly categTravel: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
277
|
+
readonly categMobility: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
278
|
+
readonly categJobOffers: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
279
|
+
readonly categShopping: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
280
|
+
readonly categSustainability: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
289
281
|
};
|
|
290
282
|
export type IOCategoryIcons = keyof typeof IOCategoryIcons;
|
|
291
283
|
export declare const IOProductIcons: {
|
|
292
|
-
readonly productIOApp: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
293
|
-
readonly productPagoPA: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
294
|
-
readonly productIOAppBlueBg: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
284
|
+
readonly productIOApp: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
285
|
+
readonly productPagoPA: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
286
|
+
readonly productIOAppBlueBg: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
295
287
|
};
|
|
296
288
|
export type IOProductIcons = keyof typeof IOProductIcons;
|
|
297
289
|
export declare const IOSystemIcons: {
|
|
298
|
-
readonly systemSettingsAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
299
|
-
readonly systemSettingsiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
300
|
-
readonly systemToggleInstructions: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
301
|
-
readonly systemAppsAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
302
|
-
readonly systemNotificationsInstructions: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
303
|
-
readonly systemPermissionsAndroid: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
304
|
-
readonly systemLocationiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
305
|
-
readonly systemPhotosiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
306
|
-
readonly systemPrivacyiOS: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
|
|
290
|
+
readonly systemSettingsAndroid: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
291
|
+
readonly systemSettingsiOS: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
292
|
+
readonly systemToggleInstructions: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
293
|
+
readonly systemAppsAndroid: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
294
|
+
readonly systemNotificationsInstructions: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
295
|
+
readonly systemPermissionsAndroid: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
296
|
+
readonly systemLocationiOS: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
297
|
+
readonly systemPhotosiOS: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
298
|
+
readonly systemPrivacyiOS: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
307
299
|
};
|
|
308
300
|
export type IOSystemIcons = keyof typeof IOSystemIcons;
|
|
309
301
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AA+L/C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6LV,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG,MAAM,OAAO,OAAO,CAAC;AAK3C,MAAM,MAAM,eAAe,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;AAEpE,MAAM,MAAM,uBAAuB,GAAG,EAAE,GAAG,EAAE,CAAC;AAE9C,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,QAAQ,CAAC;IACjB,IAAI,CAAC,EAAE,eAAe,GAAG,uBAAuB,GAAG,MAAM,CAAC;IAC1D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;AAMF,eAAO,MAAM,IAAI,oEAOd,YAAY,sBAcd,CAAC;AAOF,KAAK,oBAAoB,GAAG;IAC1B,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,IAAI,CAAC,EAAE,eAAe,GAAG,MAAM,CAAC;IAChC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,YAAY,gDAMtB,oBAAoB,sBAatB,CAAC;AAKF,qBAAa,kBAAmB,SAAQ,KAAK,CAAC,SAAS,CAAC,oBAAoB,CAAC;gBAC/D,KAAK,EAAE,oBAAoB;IAGvC,MAAM;CAGP;AAyCD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgCtB,CAAC;AAgBF,eAAO,MAAM,UAAU;;;;;;;;;;;CAWb,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,UAAU,CAAC;AAKjD,eAAO,MAAM,gBAAgB;;;CAGnB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,gBAAgB,CAAC;AAkB7D,eAAO,MAAM,eAAe;;;;;;;;;;;;;CAalB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,eAAe,CAAC;AAK3D,eAAO,MAAM,cAAc;;;;CAIjB,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,cAAc,CAAC;AAezD,eAAO,MAAM,aAAa;;;;;;;;;;CAUhB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,aAAa,CAAC"}
|