@pagopa/io-app-design-system 1.6.1 → 1.7.1
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/banner/Banner.js +1 -1
- package/lib/commonjs/components/banner/Banner.js.map +1 -1
- package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +44 -13
- package/lib/commonjs/components/banner/__test__/banner.test.js +1 -1
- package/lib/commonjs/components/banner/__test__/banner.test.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonLink.js +30 -33
- package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonOutline.js +153 -57
- package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js +98 -61
- package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButton.js +35 -4
- package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButtonContained.js +50 -5
- package/lib/commonjs/components/buttons/IconButtonContained.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +25 -26
- package/lib/commonjs/components/icons/Icon.js +3 -0
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/pictograms/Pictogram.js +121 -15
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramAccessDenied.js +50 -0
- package/lib/commonjs/components/pictograms/svg/PictogramAccessDenied.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramAttention.js +12 -16
- package/lib/commonjs/components/pictograms/svg/PictogramAttention.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCharity.js +43 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCharity.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFeedback.js +40 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFeedback.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedHelp.js +43 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedHelp.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedITWallet.js +61 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedITWallet.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCharity.js +44 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCharity.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramDonation.js +3 -0
- package/lib/commonjs/components/pictograms/svg/PictogramDonation.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramEmpty.js +43 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEmpty.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEmptyArchive.js +6 -19
- package/lib/commonjs/components/pictograms/svg/PictogramEmptyArchive.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramFatalError.js +44 -0
- package/lib/commonjs/components/pictograms/svg/PictogramFatalError.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramFeedback.js +13 -40
- package/lib/commonjs/components/pictograms/svg/PictogramFeedback.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramHelp.js +45 -0
- package/lib/commonjs/components/pictograms/svg/PictogramHelp.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramITWallet.js +62 -0
- package/lib/commonjs/components/pictograms/svg/PictogramITWallet.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramIdentity.js +50 -0
- package/lib/commonjs/components/pictograms/svg/PictogramIdentity.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramIdentityAdd.js +50 -0
- package/lib/commonjs/components/pictograms/svg/PictogramIdentityAdd.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramIdentityCheck.js +59 -0
- package/lib/commonjs/components/pictograms/svg/PictogramIdentityCheck.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramIdentityRefresh.js +50 -0
- package/lib/commonjs/components/pictograms/svg/PictogramIdentityRefresh.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramPasscode.js +50 -0
- package/lib/commonjs/components/pictograms/svg/PictogramPasscode.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramSetup.js +3 -0
- package/lib/commonjs/components/pictograms/svg/PictogramSetup.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramStopSecurity.js +56 -0
- package/lib/commonjs/components/pictograms/svg/PictogramStopSecurity.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramSuccess.js +10 -26
- package/lib/commonjs/components/pictograms/svg/PictogramSuccess.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramTime.js +50 -0
- package/lib/commonjs/components/pictograms/svg/PictogramTime.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramTrash.js +39 -0
- package/lib/commonjs/components/pictograms/svg/PictogramTrash.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramUpdateOS.js +44 -0
- package/lib/commonjs/components/pictograms/svg/PictogramUpdateOS.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramAccessDenied.svg +34 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramAttention.svg +21 -5
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedCharity.svg +26 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedFeedback.svg +22 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedHelp.svg +26 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedITWallet.svg +48 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramCharity.svg +26 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramEmpty.svg +26 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramEmptyArchive.svg +6 -22
- package/lib/commonjs/components/pictograms/svg/originals/PictogramFatalError.svg +26 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramFeedback.svg +21 -20
- package/lib/commonjs/components/pictograms/svg/originals/PictogramHelp.svg +26 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramITWallet.svg +48 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramIdentity.svg +34 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramIdentityAdd.svg +34 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramIdentityCheck.svg +46 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramIdentityRefresh.svg +34 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramPasscode.svg +34 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramStopSecurity.svg +42 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramSuccess.svg +25 -34
- package/lib/commonjs/components/pictograms/svg/originals/PictogramTime.svg +34 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramTrash.svg +18 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramUpdateOS.svg +26 -0
- package/lib/commonjs/components/tag/Tag.js +28 -9
- package/lib/commonjs/components/tag/Tag.js.map +1 -1
- package/lib/commonjs/core/IODSExperimentalContextProvider.js +34 -0
- package/lib/commonjs/core/IODSExperimentalContextProvider.js.map +1 -0
- package/lib/commonjs/core/index.js +11 -0
- package/lib/commonjs/core/index.js.map +1 -1
- package/lib/module/components/banner/Banner.js +2 -2
- package/lib/module/components/banner/Banner.js.map +1 -1
- package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +44 -13
- package/lib/module/components/banner/__test__/banner.test.js +1 -1
- package/lib/module/components/banner/__test__/banner.test.js.map +1 -1
- package/lib/module/components/buttons/ButtonLink.js +32 -35
- package/lib/module/components/buttons/ButtonLink.js.map +1 -1
- package/lib/module/components/buttons/ButtonOutline.js +154 -58
- package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/module/components/buttons/ButtonSolid.js +89 -52
- package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/IconButton.js +37 -6
- package/lib/module/components/buttons/IconButton.js.map +1 -1
- package/lib/module/components/buttons/IconButtonContained.js +51 -6
- package/lib/module/components/buttons/IconButtonContained.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +25 -26
- package/lib/module/components/icons/Icon.js +3 -0
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/pictograms/Pictogram.js +118 -13
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramAccessDenied.js +42 -0
- package/lib/module/components/pictograms/svg/PictogramAccessDenied.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramAttention.js +12 -16
- package/lib/module/components/pictograms/svg/PictogramAttention.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramBleedCharity.js +35 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCharity.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedFeedback.js +32 -0
- package/lib/module/components/pictograms/svg/PictogramBleedFeedback.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedHelp.js +35 -0
- package/lib/module/components/pictograms/svg/PictogramBleedHelp.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedITWallet.js +53 -0
- package/lib/module/components/pictograms/svg/PictogramBleedITWallet.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramCharity.js +36 -0
- package/lib/module/components/pictograms/svg/PictogramCharity.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramDonation.js +3 -0
- package/lib/module/components/pictograms/svg/PictogramDonation.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramEmpty.js +35 -0
- package/lib/module/components/pictograms/svg/PictogramEmpty.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramEmptyArchive.js +6 -19
- package/lib/module/components/pictograms/svg/PictogramEmptyArchive.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramFatalError.js +36 -0
- package/lib/module/components/pictograms/svg/PictogramFatalError.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramFeedback.js +14 -41
- package/lib/module/components/pictograms/svg/PictogramFeedback.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramHelp.js +35 -0
- package/lib/module/components/pictograms/svg/PictogramHelp.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramITWallet.js +54 -0
- package/lib/module/components/pictograms/svg/PictogramITWallet.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramIdentity.js +42 -0
- package/lib/module/components/pictograms/svg/PictogramIdentity.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramIdentityAdd.js +42 -0
- package/lib/module/components/pictograms/svg/PictogramIdentityAdd.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramIdentityCheck.js +51 -0
- package/lib/module/components/pictograms/svg/PictogramIdentityCheck.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramIdentityRefresh.js +42 -0
- package/lib/module/components/pictograms/svg/PictogramIdentityRefresh.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramPasscode.js +42 -0
- package/lib/module/components/pictograms/svg/PictogramPasscode.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramSetup.js +3 -0
- package/lib/module/components/pictograms/svg/PictogramSetup.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramStopSecurity.js +48 -0
- package/lib/module/components/pictograms/svg/PictogramStopSecurity.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramSuccess.js +11 -27
- package/lib/module/components/pictograms/svg/PictogramSuccess.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramTime.js +42 -0
- package/lib/module/components/pictograms/svg/PictogramTime.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramTrash.js +31 -0
- package/lib/module/components/pictograms/svg/PictogramTrash.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramUpdateOS.js +36 -0
- package/lib/module/components/pictograms/svg/PictogramUpdateOS.js.map +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramAccessDenied.svg +34 -0
- package/lib/module/components/pictograms/svg/originals/PictogramAttention.svg +21 -5
- package/lib/module/components/pictograms/svg/originals/PictogramBleedCharity.svg +26 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedFeedback.svg +22 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedHelp.svg +26 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedITWallet.svg +48 -0
- package/lib/module/components/pictograms/svg/originals/PictogramCharity.svg +26 -0
- package/lib/module/components/pictograms/svg/originals/PictogramEmpty.svg +26 -0
- package/lib/module/components/pictograms/svg/originals/PictogramEmptyArchive.svg +6 -22
- package/lib/module/components/pictograms/svg/originals/PictogramFatalError.svg +26 -0
- package/lib/module/components/pictograms/svg/originals/PictogramFeedback.svg +21 -20
- package/lib/module/components/pictograms/svg/originals/PictogramHelp.svg +26 -0
- package/lib/module/components/pictograms/svg/originals/PictogramITWallet.svg +48 -0
- package/lib/module/components/pictograms/svg/originals/PictogramIdentity.svg +34 -0
- package/lib/module/components/pictograms/svg/originals/PictogramIdentityAdd.svg +34 -0
- package/lib/module/components/pictograms/svg/originals/PictogramIdentityCheck.svg +46 -0
- package/lib/module/components/pictograms/svg/originals/PictogramIdentityRefresh.svg +34 -0
- package/lib/module/components/pictograms/svg/originals/PictogramPasscode.svg +34 -0
- package/lib/module/components/pictograms/svg/originals/PictogramStopSecurity.svg +42 -0
- package/lib/module/components/pictograms/svg/originals/PictogramSuccess.svg +25 -34
- package/lib/module/components/pictograms/svg/originals/PictogramTime.svg +34 -0
- package/lib/module/components/pictograms/svg/originals/PictogramTrash.svg +18 -0
- package/lib/module/components/pictograms/svg/originals/PictogramUpdateOS.svg +26 -0
- package/lib/module/components/tag/Tag.js +26 -9
- package/lib/module/components/tag/Tag.js.map +1 -1
- package/lib/module/core/IODSExperimentalContextProvider.js +24 -0
- package/lib/module/core/IODSExperimentalContextProvider.js.map +1 -0
- package/lib/module/core/index.js +1 -0
- package/lib/module/core/index.js.map +1 -1
- package/lib/typescript/components/banner/Banner.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonLink.d.ts +1 -1
- package/lib/typescript/components/buttons/ButtonLink.d.ts.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/buttons/IconButton.d.ts.map +1 -1
- package/lib/typescript/components/buttons/IconButtonContained.d.ts.map +1 -1
- package/lib/typescript/components/icons/Icon.d.ts +2 -0
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts +51 -8
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramAccessDenied.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramAccessDenied.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramAttention.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCharity.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCharity.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeedback.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeedback.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedHelp.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedHelp.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedITWallet.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedITWallet.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramCharity.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramCharity.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramDonation.d.ts +3 -0
- package/lib/typescript/components/pictograms/svg/PictogramDonation.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramEmpty.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramEmpty.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramEmptyArchive.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFatalError.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramFatalError.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramFeedback.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramHelp.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramHelp.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramITWallet.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramITWallet.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramIdentity.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramIdentity.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramIdentityAdd.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramIdentityAdd.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramIdentityCheck.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramIdentityCheck.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramIdentityRefresh.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramIdentityRefresh.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramPasscode.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramPasscode.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramSetup.d.ts +3 -0
- package/lib/typescript/components/pictograms/svg/PictogramSetup.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramStopSecurity.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramStopSecurity.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramSuccess.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramTime.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramTime.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramTrash.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramTrash.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramUpdateOS.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramUpdateOS.d.ts.map +1 -0
- package/lib/typescript/components/tag/Tag.d.ts +2 -2
- package/lib/typescript/components/tag/Tag.d.ts.map +1 -1
- package/lib/typescript/core/IODSExperimentalContextProvider.d.ts +12 -0
- package/lib/typescript/core/IODSExperimentalContextProvider.d.ts.map +1 -0
- package/lib/typescript/core/index.d.ts +1 -0
- package/lib/typescript/core/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/banner/Banner.tsx +3 -3
- package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +44 -13
- package/src/components/banner/__test__/banner.test.tsx +1 -1
- package/src/components/buttons/ButtonLink.tsx +41 -41
- package/src/components/buttons/ButtonOutline.tsx +141 -36
- package/src/components/buttons/ButtonSolid.tsx +81 -22
- package/src/components/buttons/IconButton.tsx +44 -8
- package/src/components/buttons/IconButtonContained.tsx +57 -11
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +25 -26
- package/src/components/icons/Icon.tsx +3 -0
- package/src/components/pictograms/Pictogram.tsx +126 -12
- package/src/components/pictograms/svg/PictogramAccessDenied.tsx +46 -0
- package/src/components/pictograms/svg/PictogramAttention.tsx +10 -13
- package/src/components/pictograms/svg/PictogramBleedCharity.tsx +34 -0
- package/src/components/pictograms/svg/PictogramBleedFeedback.tsx +30 -0
- package/src/components/pictograms/svg/PictogramBleedHelp.tsx +34 -0
- package/src/components/pictograms/svg/PictogramBleedITWallet.tsx +56 -0
- package/src/components/pictograms/svg/PictogramCharity.tsx +34 -0
- package/src/components/pictograms/svg/PictogramDonation.tsx +3 -0
- package/src/components/pictograms/svg/PictogramEmpty.tsx +34 -0
- package/src/components/pictograms/svg/PictogramEmptyArchive.tsx +6 -22
- package/src/components/pictograms/svg/PictogramFatalError.tsx +34 -0
- package/src/components/pictograms/svg/PictogramFeedback.tsx +22 -52
- package/src/components/pictograms/svg/PictogramHelp.tsx +34 -0
- package/src/components/pictograms/svg/PictogramITWallet.tsx +56 -0
- package/src/components/pictograms/svg/PictogramIdentity.tsx +42 -0
- package/src/components/pictograms/svg/PictogramIdentityAdd.tsx +42 -0
- package/src/components/pictograms/svg/PictogramIdentityCheck.tsx +58 -0
- package/src/components/pictograms/svg/PictogramIdentityRefresh.tsx +46 -0
- package/src/components/pictograms/svg/PictogramPasscode.tsx +42 -0
- package/src/components/pictograms/svg/PictogramSetup.tsx +3 -0
- package/src/components/pictograms/svg/PictogramStopSecurity.tsx +54 -0
- package/src/components/pictograms/svg/PictogramSuccess.tsx +23 -38
- package/src/components/pictograms/svg/PictogramTime.tsx +42 -0
- package/src/components/pictograms/svg/PictogramTrash.tsx +26 -0
- package/src/components/pictograms/svg/PictogramUpdateOS.tsx +34 -0
- package/src/components/pictograms/svg/originals/PictogramAccessDenied.svg +34 -0
- package/src/components/pictograms/svg/originals/PictogramAttention.svg +21 -5
- package/src/components/pictograms/svg/originals/PictogramBleedCharity.svg +26 -0
- package/src/components/pictograms/svg/originals/PictogramBleedFeedback.svg +22 -0
- package/src/components/pictograms/svg/originals/PictogramBleedHelp.svg +26 -0
- package/src/components/pictograms/svg/originals/PictogramBleedITWallet.svg +48 -0
- package/src/components/pictograms/svg/originals/PictogramCharity.svg +26 -0
- package/src/components/pictograms/svg/originals/PictogramEmpty.svg +26 -0
- package/src/components/pictograms/svg/originals/PictogramEmptyArchive.svg +6 -22
- package/src/components/pictograms/svg/originals/PictogramFatalError.svg +26 -0
- package/src/components/pictograms/svg/originals/PictogramFeedback.svg +21 -20
- package/src/components/pictograms/svg/originals/PictogramHelp.svg +26 -0
- package/src/components/pictograms/svg/originals/PictogramITWallet.svg +48 -0
- package/src/components/pictograms/svg/originals/PictogramIdentity.svg +34 -0
- package/src/components/pictograms/svg/originals/PictogramIdentityAdd.svg +34 -0
- package/src/components/pictograms/svg/originals/PictogramIdentityCheck.svg +46 -0
- package/src/components/pictograms/svg/originals/PictogramIdentityRefresh.svg +34 -0
- package/src/components/pictograms/svg/originals/PictogramPasscode.svg +34 -0
- package/src/components/pictograms/svg/originals/PictogramStopSecurity.svg +42 -0
- package/src/components/pictograms/svg/originals/PictogramSuccess.svg +25 -34
- package/src/components/pictograms/svg/originals/PictogramTime.svg +34 -0
- package/src/components/pictograms/svg/originals/PictogramTrash.svg +18 -0
- package/src/components/pictograms/svg/originals/PictogramUpdateOS.svg +26 -0
- package/src/components/tag/Tag.tsx +43 -15
- package/src/core/IODSExperimentalContextProvider.tsx +39 -0
- package/src/core/index.ts +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramFocusOn.js +0 -56
- package/lib/commonjs/components/pictograms/svg/PictogramFocusOn.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/originals/PictogramFocusOn.svg +0 -19
- package/lib/module/components/pictograms/svg/PictogramFocusOn.js +0 -48
- package/lib/module/components/pictograms/svg/PictogramFocusOn.js.map +0 -1
- package/lib/module/components/pictograms/svg/originals/PictogramFocusOn.svg +0 -19
- package/lib/typescript/components/pictograms/svg/PictogramFocusOn.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramFocusOn.d.ts.map +0 -1
- package/src/components/pictograms/svg/PictogramFocusOn.tsx +0 -39
- package/src/components/pictograms/svg/originals/PictogramFocusOn.svg +0 -19
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramBleedHelp = ({ size, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="M133.94 165.85c-2.88 0-5.61-1.57-7.03-4.28-1.01-1.92-1.2-4.12-.53-6.18.66-2.04 2.07-3.69 3.98-4.64 6.87-3.44 17.93-6.91 24.11-8.73-2.58-2.4-4.34-6.01-4.32-9.54 0-2.68 1.14-9.19 11.43-11.65 16.11-3.86 78.12 18.71 80.75 19.67l-1.37 3.76c-.16-.06-16.14-5.89-33.81-11.18-29.21-8.75-40.4-9.37-44.64-8.36-5.38 1.29-8.35 4.05-8.36 7.77-.01 3.88 3.08 7.55 5.86 8.23.89.22 1.51 1.01 1.52 1.92 0 .91-.6 1.71-1.48 1.95-.18.05-18.53 5.04-27.9 9.73-.94.47-1.63 1.28-1.96 2.29-.33 1.03-.24 2.13.27 3.09.96 1.83 3.13 2.61 5.04 1.82 9.09-3.77 20.95-8.25 26.02-8.25h.12l-.06 4c-3.34-.08-12.27 2.85-24.55 7.94-1.01.42-2.05.62-3.08.62l-.01.02Z"
|
|
9
|
+
fill="#0B3EE3"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
d="M137.85 182.28c-3.78 0-7.45-2.01-9.39-5.54-2.16-3.92-1.62-8.82 1.33-12.19l1.47-1.68 3.01 2.63-1.47 1.68c-1.85 2.11-2.18 5.17-.83 7.63 1.76 3.21 5.81 4.41 9.02 2.67 12.01-6.5 20.06-9.57 23.94-9.11l-.47 3.97c-2.88-.34-10.93 2.9-21.57 8.66-1.6.87-3.33 1.28-5.04 1.28Z"
|
|
13
|
+
fill="#0B3EE3"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M240.77 205.74c-39.81-19.17-81.44-13.88-92.88-10.51-2.82.83-5.84.2-8.1-1.68-2.34-1.95-3.52-5.04-3.07-8.05l.77-5.2 3.96.59-.77 5.2c-.25 1.64.4 3.33 1.67 4.39 1.23 1.03 2.88 1.37 4.41.92 11.83-3.48 54.8-8.97 95.75 10.74l-1.73 3.6h-.01ZM169.987 142.243l-.698 3.938 10.349 1.834.698-3.938-10.349-1.834Z"
|
|
17
|
+
fill="#0B3EE3"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M191.551 162.85c-10.44-5.97-15.77-22.75-15.99-23.46l3.82-1.19c.05.16 5.09 15.99 14.16 21.18l-1.99 3.47ZM163.743 148.684l-3.982.379 2.843 29.855 3.982-.379-2.843-29.855Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M85.52 154.04c32.872 0 59.52-26.648 59.52-59.52S118.392 35 85.52 35 26 61.648 26 94.52s26.648 59.52 59.52 59.52Z"
|
|
25
|
+
fill="#AAEEEF"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M82.4798 130.63c2.5626 0 4.64-2.077 4.64-4.64 0-2.563-2.0774-4.64-4.64-4.64-2.5626 0-4.64 2.077-4.64 4.64 0 2.563 2.0774 4.64 4.64 4.64ZM82.24 114.86c-.83 0-1.5-.67-1.5-1.5 0-18.43 5.9-22.29 12.15-26.38.95-.62 1.93-1.26 2.88-1.96 4.85-3.55 6.86-9.58 5.11-15.38-1.34-4.42-5.25-9.26-12.22-9.58h-.26c-.24 0-.54.01-.88-.04-4.42-.72-11.67 1.68-15.44 6.38-2.86 3.57-3.33 7.82-1.41 12.63.31.77-.07 1.64-.84 1.95-.77.31-1.64-.07-1.95-.84-2.93-7.34-.61-12.54 1.85-15.62 4.57-5.7 13.04-8.31 18.26-7.46.11.02.22 0 .33 0h.47c7.14.32 12.87 4.81 14.96 11.71 2.12 7.03-.32 14.36-6.22 18.67-1.01.74-2.03 1.4-3.01 2.05-5.79 3.79-10.79 7.06-10.79 23.87 0 .83-.67 1.5-1.5 1.5h.01Z"
|
|
29
|
+
fill="#00C5CA"
|
|
30
|
+
/>
|
|
31
|
+
</Svg>
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
export default PictogramBleedHelp;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramBleedITWallet = ({ size, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="M12 47c0-8.8366 7.1634-16 16-16h71c8.837 0 16 7.1634 16 16v151c0 8.837-7.163 16-16 16H28c-8.8366 0-16-7.163-16-16V47Z"
|
|
9
|
+
fill="#AAEEEF"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
fill-rule="evenodd"
|
|
13
|
+
clip-rule="evenodd"
|
|
14
|
+
d="M16 50.9292C16 42.1317 23.1317 35 31.9292 35h64.1416C104.868 35 112 42.1317 112 50.9292V195.071c0 8.797-7.132 15.929-15.9292 15.929H31.9292C23.1317 211 16 203.868 16 195.071V50.9292ZM31.9292 37C24.2363 37 18 43.2363 18 50.9292V195.071C18 202.764 24.2363 209 31.9292 209h64.1416C103.764 209 110 202.764 110 195.071V50.9292C110 43.2363 103.764 37 96.0708 37H31.9292Z"
|
|
15
|
+
fill="#00C5CA"
|
|
16
|
+
/>
|
|
17
|
+
<Path
|
|
18
|
+
d="M42 45c0-1.6569 1.3431-3 3-3h37c1.6569 0 3 1.3431 3 3s-1.3431 3-3 3H45c-1.6569 0-3-1.3431-3-3Z"
|
|
19
|
+
fill="#00C5CA"
|
|
20
|
+
/>
|
|
21
|
+
<Path
|
|
22
|
+
fill-rule="evenodd"
|
|
23
|
+
clip-rule="evenodd"
|
|
24
|
+
d="M24.1953 82.863c0-5.1409 4.1675-9.3083 9.3083-9.3083h61.9925c5.1409 0 9.3079 4.1674 9.3079 9.3083v34.511c0 5.141-4.167 9.309-9.3079 9.309H33.5036c-5.1408 0-9.3083-4.168-9.3083-9.309V82.863Zm9.3083-7.3083c-4.0363 0-7.3083 3.272-7.3083 7.3083v34.511c0 4.036 3.272 7.309 7.3083 7.309h61.9925c4.0362 0 7.3079-3.273 7.3079-7.309V82.863c0-4.0363-3.2717-7.3083-7.3079-7.3083H33.5036Z"
|
|
25
|
+
fill="#00C5CA"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
fill-rule="evenodd"
|
|
29
|
+
clip-rule="evenodd"
|
|
30
|
+
d="M103.679 114.82H25.0703v-2h78.6087v2ZM92.1746 80.0312c-3.3303 0-6.0301 2.6998-6.0301 6.0301s2.6998 6.0301 6.0301 6.0301 6.0301-2.6998 6.0301-6.0301-2.6998-6.0301-6.0301-6.0301Zm-8.0301 6.0301c0-4.4349 3.5952-8.0301 8.0301-8.0301 4.4349 0 8.0304 3.5952 8.0304 8.0301 0 4.4349-3.5955 8.0301-8.0304 8.0301-4.4349 0-8.0301-3.5952-8.0301-8.0301ZM52.9121 84.5039c0 .5523-.4477 1-1 1h-19.812c-.5523 0-1-.4477-1-1s.4477-1 1-1h19.812c.5523 0 1 .4477 1 1ZM52.9121 88.9766c0 .5522-.4477 1-1 1h-19.812c-.5523 0-1-.4478-1-1 0-.5523.4477-1 1-1h19.812c.5523 0 1 .4477 1 1ZM55.1054 69.4473c-.494.247-1.0947.0468-1.3417-.4472L48.6582 58.789c-.247-.494-.0468-1.0947.4472-1.3417.4939-.247 1.0946-.0467 1.3416.4472l5.1056 10.2112c.247.494.0467 1.0946-.4472 1.3416ZM71.122 68.5218c-.4848-.2644-.6635-.8719-.399-1.3567l5.0423-9.2442c.2645-.4849.8719-.6635 1.3567-.3991.4849.2645.6635.8719.3991 1.3568l-5.0423 9.2442c-.2645.4848-.8719.6635-1.3568.399ZM56.9411 132.336c.5201.185.7911.758.6054 1.278l-4.3274 12.116c-.1857.52-.7579.791-1.278.606-.5201-.186-.7912-.758-.6054-1.279l4.3273-12.116c.1857-.52.758-.791 1.2781-.605ZM72.9084 131.579c.5015-.231 1.0956-.012 1.3271.489l5.1618 11.184c.2315.502.0126 1.096-.4889 1.327-.5014.232-1.0955.013-1.327-.489l-5.1619-11.184c-.2314-.501-.0125-1.095.4889-1.327Z"
|
|
31
|
+
fill="#00C5CA"
|
|
32
|
+
/>
|
|
33
|
+
<Path
|
|
34
|
+
d="M133.026 95.4111c10.19-1.93 81.474-6.4098 109.474 9.0889l1.41-3.74c-24.41-15.7622-101.104-11.2689-111.624-9.2689-5.67 1.07-9.65 6.1-9.26 11.6799.25 3.64 2.38 8.28 11.09 9.68 15.98 2.57 29.78-.26 30.36-.38l-.82-3.92c-.14.03-13.65 2.8-28.9.34-7.4-1.2-7.66-4.82-7.74-6.01-.25-3.5599 2.33-6.7699 6.01-7.4699Z"
|
|
35
|
+
fill="#0B3EE3"
|
|
36
|
+
/>
|
|
37
|
+
<Path
|
|
38
|
+
d="M169.026 134.771c-.25 0-.5-.01-.74-.04-2.86-.28-4.82-2.19-5.36-5.23-.75-4.24 1.3-10.09 6.11-17.36 3.44-5.21 7.03-9.24 7.18-9.41l2.98 2.67c-3.83 4.28-13.5 16.84-12.33 23.41.28 1.59 1.04 1.88 1.81 1.95 4.02.4 12.54-5.66 14.87-11.62l3.72 1.46c-2.77 7.07-12.05 14.18-18.25 14.18l.01-.01Z"
|
|
39
|
+
fill="#0B3EE3"
|
|
40
|
+
/>
|
|
41
|
+
<Path
|
|
42
|
+
d="M189.457 135.551c-.76-3.95-6.5-7.16-8.65-8.07l1.55-3.69c.4.17 9.71 4.14 11.03 11l-3.93.75v.01ZM155.287 133.011c-3.2 0-6.37-.78-8.24-3.29-2.41-3.24-3.22-8.18-2-12.31.99-3.35 3.17-5.81 6.13-6.91.74-.28 1.53-.47 2.35-.57l.5 3.97c-.52.06-1.01.18-1.46.35-2.25.84-3.25 2.8-3.69 4.29-.86 2.93-.3 6.54 1.37 8.78 2.42 3.25 11.11.99 13.96-.06l1.38 3.75c-.84.31-5.61 1.99-10.31 1.99l.01.01Z"
|
|
43
|
+
fill="#0B3EE3"
|
|
44
|
+
/>
|
|
45
|
+
<Path
|
|
46
|
+
d="M168.897 147.651c-2.27 0-4.46-.51-6.55-1.52-8.18-3.97-11.68-14.35-11.83-14.79l3.8-1.25c.03.09 3.14 9.23 9.79 12.45 2.91 1.41 6.03 1.48 9.51.21 3.5-1.27 5.57-2.79 5.68-4.17.14-1.9-3.15-4.62-5.42-5.85l1.9-3.52c.81.44 7.89 4.42 7.51 9.66-.23 3.15-3.02 5.72-8.3 7.64-2.08.76-4.12 1.14-6.09 1.14Z"
|
|
47
|
+
fill="#0B3EE3"
|
|
48
|
+
/>
|
|
49
|
+
<Path
|
|
50
|
+
d="M241 156.998c-35.5 4.5-64.721-10.34-65.647-10.804l1.798-3.575c.218.104 30.849 14.379 63.595 10.389l.254 3.99Z"
|
|
51
|
+
fill="#0B3EE3"
|
|
52
|
+
/>
|
|
53
|
+
</Svg>
|
|
54
|
+
);
|
|
55
|
+
|
|
56
|
+
export default PictogramBleedITWallet;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramCharity = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="M221.881 180.37c-.11-.13-10.98-13.21-23.59-26.68-20.84-22.26-30.19-28.43-34.36-29.69-5.3-1.6-9.25-.7-11.14 2.51-1.96 3.35-1.13 8.07.92 10.06.66.63.8 1.63.35 2.42-.45.79-1.38 1.18-2.26.94-.18-.05-18.54-4.97-29.01-5.63-1.04-.06-2.06.29-2.85.99-.8.72-1.27 1.72-1.32 2.8-.09 2.07 1.38 3.83 3.43 4.11 9.84 1.33 22.46 3.45 26.75 6.03l-2.06 3.43c-2.84-1.71-12.03-3.71-25.22-5.49-4.11-.56-7.08-4.1-6.89-8.25.1-2.17 1.04-4.16 2.65-5.6 1.59-1.43 3.64-2.14 5.77-2.01 7.67.48 18.97 3.05 25.23 4.59-1.02-3.37-.72-7.38 1.07-10.42 1.36-2.31 5.61-7.36 15.74-4.31 15.87 4.78 58.09 55.48 59.88 57.64l-3.08 2.55-.01.01Z"
|
|
9
|
+
fill="#0B3EE3"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
d="M141.65 166.14c-2.31-1.73-10.9-2.99-22.99-3.37-5.84-.18-10.47-5.09-10.32-10.94.11-4.48 3.04-8.44 7.28-9.87l2.11-.71 1.27 3.79-2.11.71c-2.66.89-4.49 3.37-4.56 6.17-.09 3.66 2.8 6.73 6.45 6.85 13.65.43 22.16 1.83 25.27 4.17l-2.4 3.2Z"
|
|
13
|
+
fill="#0B3EE3"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M181.73 225.31c-16.99-25.12-39-41.13-65.42-47.6l-.51-.12c-2.85-.7-5.15-2.77-6.15-5.53-1.04-2.87-.5-6.13 1.4-8.5l3.28-4.1 3.12 2.5-3.29 4.1c-1.04 1.3-1.33 3.07-.77 4.64.55 1.51 1.8 2.63 3.35 3.01l.5.12c27.41 6.71 50.22 23.28 67.78 49.25l-3.31 2.24.02-.01ZM161.573 142.908l-2.586 3.052 8.02 6.793 2.585-3.052-8.019-6.793Z"
|
|
17
|
+
fill="#0B3EE3"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M169.83 171.57c-6.01-10.42-2.18-27.59-2.01-28.32l3.9.89c-.04.16-3.65 16.37 1.58 25.42l-3.46 2-.01.01ZM149.299 143.674 136.725 170.9l3.631 1.677 12.575-27.226-3.632-1.677Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M134.75 27.82c-4.15-4.68-9.41-8.27-15.31-10.44-5.9-2.18-12.26-2.88-18.51-2.03-3.7799.51-7.4499 1.58-10.8899 3.15-4.49 2.05-7.86 5.81-10.65 9.88l-3.1 4.53c-3.74-2.62-7.92-4.57-12.35-5.72-4.86-1.26-9.92-1.56-14.89-.88-4.97.68-9.77 2.33-14.1 4.86-4.33 2.52-8.13 5.87-11.16 9.85-3.04 3.98-5.25 8.52-6.53 13.35-1.28 4.83-1.59 9.87-.91 14.81.68 4.95 2.34 9.71 4.87 14.02 2.53 4.31 5.9 8.08 9.89 11.09L104.6 133.21l26.72-45.64 10.54-20.04c1.85-4.42 3.76-12.92 1.34-23.34-1.41-6.07-4.32-11.7-8.47-16.38l.02.01Z"
|
|
25
|
+
fill="#AAEEEF"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M26.2295 69.79c-.79 0-1.45-.62-1.5-1.42-1.37-25.26 18.17-33.75 28.7-34.71.83-.08 1.55.53 1.63 1.36.08.83-.53 1.55-1.35 1.63-1.12.11-27.54 2.92-25.98 31.56.04.83-.59 1.53-1.42 1.58h-.08Z"
|
|
29
|
+
fill="#00C5CA"
|
|
30
|
+
/>
|
|
31
|
+
</Svg>
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
export default PictogramCharity;
|
|
@@ -2,6 +2,9 @@ import React from "react";
|
|
|
2
2
|
import Svg, { Path } from "react-native-svg";
|
|
3
3
|
import { SVGPictogramProps } from "../Pictogram";
|
|
4
4
|
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated Use `charity` key instead
|
|
7
|
+
*/
|
|
5
8
|
const PictogramDonation = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
9
|
<Svg width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
10
|
<Path
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramEmpty = ({ size, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="M102.76 55c27.83 0 50.39 22.56 50.39 50.39 0 1.8-.1 3.58-.28 5.33l-3.63-2.63-3.97-1.84s-5.58.69-6.49 0c-.91-.69-3.36.07-3.68.25-.32.18-3.22 3.07-3.22 3.07l-1.28 3.54v3.94l1.28 2.9v1.89l-5.56-1.38s-.81-.19-2.71-.63c-1.89-.44-7.77-.02-7.96-.87-.19-.85-.1-.92-1.53-1.1-1.43-.17-4.95-.81-4.95-.81l-2.77-.35-2.72-.24s-3.41.83-3.63.98c-.2299.15-2.6699 6.32-2.6699 6.32v1.98l-.93 1.54-2.44 1.36-3.35 3.73.43 8.12 4.02 4.73-4.02 5.58.99 3.82c-22.7-4.9-39.71-25.08-39.71-49.25 0-27.83 22.56-50.39 50.3899-50.39V55Z"
|
|
9
|
+
fill="#AAEEEF"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
d="M202.651 164.54c-.11-.13-10.98-13.21-23.59-26.68-20.84-22.26-30.19-28.43-34.36-29.69-5.3-1.6-9.25-.7-11.14 2.51-1.96 3.35-1.13 8.07.92 10.06.66.63.8 1.63.35 2.42-.45.79-1.38 1.18-2.26.94-.18-.05-18.54-4.97-29.01-5.63-1.05-.06-2.06.29-2.85.99-.8004.72-1.2704 1.72-1.3204 2.8-.09 2.07 1.3904 3.83 3.4304 4.11 9.84 1.33 22.46 3.45 26.75 6.03l-2.06 3.43c-2.84-1.71-12.03-3.71-25.22-5.49-4.1104-.55-7.0804-4.1-6.9004-8.25.1-2.17 1.04-4.16 2.65-5.6 1.59-1.43 3.6404-2.14 5.7704-2.01 7.67.48 18.97 3.05 25.23 4.59-1.02-3.37-.72-7.37 1.07-10.42 1.36-2.31 5.61-7.36 15.74-4.31 15.87 4.78 58.09 55.48 59.88 57.64l-3.08 2.55v.01Z"
|
|
13
|
+
fill="#0B3EE3"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M122.41 150.3c-2.3-1.73-10.9-2.99-22.9898-3.37-5.84-.18-10.47-5.09-10.32-10.94.11-4.47 3.04-8.44 7.28-9.87l2.11-.71 1.27 3.79-2.11.71c-2.66.89-4.49 3.37-4.55 6.17-.09 3.66 2.8 6.73 6.45 6.85 13.6498.43 22.1598 1.83 25.2698 4.17l-2.4 3.2h-.01Z"
|
|
17
|
+
fill="#0B3EE3"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M162.49 209.47c-16.99-25.12-39-41.13-65.4198-47.6l-.51-.12c-2.85-.7-5.15-2.77-6.15-5.53-1.04-2.86-.5-6.12 1.4-8.5l3.29-4.1 3.12 2.5-3.29 4.1c-1.04 1.3-1.33 3.07-.76 4.64.55 1.51 1.8 2.63 3.35 3.02l.5.12c27.4098 6.71 50.2198 23.28 67.7798 49.25l-3.31 2.24v-.02ZM142.327 127.059l-2.585 3.052 8.021 6.792 2.585-3.052-8.021-6.792Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M150.6 155.74c-6.01-10.42-2.18-27.59-2.01-28.32l3.9.89c-.04.16-3.65 16.38 1.58 25.42l-3.46 2-.01.01ZM130.063 127.83l-12.575 27.227 3.632 1.677 12.574-27.226-3.631-1.678Z"
|
|
25
|
+
fill="#0B3EE3"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M123.15 84.47c-.39 0-.79-.15-1.08-.46-.57-.6-.55-1.55.05-2.12l31.26-29.92c.6-.57 1.55-.55 2.12.05.57.6.55 1.55-.05 2.12l-31.26 29.92c-.29.28-.66.42-1.04.42v-.01ZM106.62 75.54c-.82 0-1.49-.66-1.5-1.48l-.45-41.54c0-.83.66-1.51 1.48-1.52h.02c.82 0 1.49.66 1.5 1.48l.45 41.54c0 .83-.66 1.51-1.48 1.52h-.02ZM87.8601 82.24c-.39 0-.78-.15-1.07-.45l-26.8-27.47c-.58-.59-.57-1.54.03-2.12.59-.58 1.54-.57 2.12.03l26.8 27.47c.58.59.57 1.54-.03 2.12-.29.28-.67.43-1.05.43v-.01ZM82.0598 100.99c-.06 0-.12 0-.18-.01l-45.55-5.36c-.82-.1-1.41-.84-1.31-1.67.1-.82.84-1.41 1.66-1.31l45.56 5.36c.82.1 1.41.84 1.31 1.67-.09.76-.74 1.32-1.49 1.32Z"
|
|
29
|
+
fill="#00C5CA"
|
|
30
|
+
/>
|
|
31
|
+
</Svg>
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
export default PictogramEmpty;
|
|
@@ -9,36 +9,20 @@ const PictogramEmptyArchive = ({
|
|
|
9
9
|
}: SVGPictogramProps) => (
|
|
10
10
|
<Svg width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
11
11
|
<Path
|
|
12
|
-
d="
|
|
12
|
+
d="M76.1996 43.73 189.8 73.56c3.22.83 6.51-1.11 7.34-4.33l5.65-21.86c.83-3.22-1.11-6.51-4.33-7.34L84.8596 10.19c-3.22-.83-6.51 1.11-7.34 4.33l-5.65 21.86c-.83 3.22 1.11 6.51 4.33 7.34v.01ZM179.55 157.73v-72.6c0-2.56-2.08-4.64-4.64-4.64H65.8197c-2.56 0-4.64 2.08-4.64 4.64v71.44c0 2.56 2.08 4.64 4.64 4.64H129.69l-.55-4.65 4.67-6.35 6.64-4.86 9.01-2.33 15.19 3.55"
|
|
13
13
|
fill="#AAEEEF"
|
|
14
14
|
/>
|
|
15
15
|
<Path
|
|
16
|
-
d="
|
|
17
|
-
fill="#0B3EE3"
|
|
18
|
-
/>
|
|
19
|
-
<Path
|
|
20
|
-
d="M157.463 170.506c-.075-.166-.234-.272-.415-.272l-3.75.038c-.151 0-.294.076-.378.204-.083.128-.098.287-.037.43.869 2.001 1.776 5.405 1.043 6.726-.65 1.178-2.132 1.578-2.525 1.661h-.272c-.771 0-1.519.023-2.275.046 1.595-3.428.831-6.93-.461-8.863-.084-.128-.265-.204-.394-.204l-3.696.106c-.181 0-.34.128-.401.302-.06.173 0 .377.129.498.242.226 1.134 2.053 1.02 4.212-.09 1.759-.808 3.231-2.124 4.379-26.956 3.155-44.9009 21.462-59.5807 36.439-8.2923 8.463-15.4508 15.77-22.4128 18.495-9.9931 3.903-24.0606-6.431-34.1142-15.785-11.2934-10.516-20.08462-22.164-20.16777-22.285-.07559-.098-.18142-.158-.30237-.173-.12094-.015-.24189.015-.34016.083l-2.84979 2.136c-.19653.151-.24189.431-.0907.634 1.24725 1.661 30.78829 40.682 53.23889 40.682 2.2148 0 4.3162-.385 6.2514-1.14 7.8539-3.072 15.3223-10.697 23.985-19.537 15.5262-15.845 34.8472-35.571 64.5772-35.571h.439c.143 0 .219 0 .325-.022.166-.023 4.036-.574 5.911-3.903 1.391-2.469 1.27-5.609-.355-9.331l.022.015Z"
|
|
21
|
-
fill="#0B3EE3"
|
|
22
|
-
/>
|
|
23
|
-
<Path
|
|
24
|
-
d="M55.2491 67.1869c-.4989 0-.96-.3321-1.0961-.8455-.1587-.6039.1965-1.2229.8088-1.3815L177.17 32.6046c1.126-.2944 2.064-1.0191 2.646-2.0231.582-1.004.733-2.1817.431-3.299l-3.311-12.2672c-.167-.6039.196-1.2229.801-1.389.605-.1661 1.225.1963 1.391.8002l3.311 12.2672c.461 1.7061.227 3.4952-.658 5.0277-.884 1.5325-2.321 2.6271-4.029 3.08L55.5439 67.1567c-.0983.0227-.1965.0378-.2948.0378v-.0076ZM188.674 166.7h-64.222c-.627 0-1.134-.506-1.134-1.132 0-.627.507-1.133 1.134-1.133h64.222c1.905 0 3.447-1.547 3.447-3.442V90.7339c0-.6265.507-1.1323 1.134-1.1323.628 0 1.134.5058 1.134 1.1323v70.2591c0 3.148-2.562 5.707-5.715 5.707ZM190.138 53.3575c-.31 0-.613-.1208-.839-.3699-.424-.4605-.393-1.1777.068-1.6004l26.298-24.0891c.461-.4227 1.179-.3925 1.602.0679.424.4605.393 1.1777-.068 1.6004l-26.298 24.0891c-.219.1963-.491.2944-.763.2944v.0076Z"
|
|
16
|
+
d="M188.171 70.34c-.13 0-.26-.02-.39-.05L80.9709 41.46c-1.65-.44-3.03-1.49-3.88-2.97-.85-1.48-1.08-3.2-.64-4.85l2.95-10.93c.22-.8 1.03-1.27 1.84-1.06.8.22 1.27 1.04 1.06 1.84l-2.95 10.93c-.24.87-.12 1.78.34 2.57.45.78 1.18 1.34 2.06 1.57L188.561 67.38c.8.22 1.27 1.04 1.06 1.84-.18.67-.79 1.11-1.45 1.11v.01ZM131.44 155.34H71.6796c-3.08 0-5.58-2.5-5.58-5.58V89.99c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v59.77c0 1.42 1.16 2.58 2.58 2.58H131.44c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5ZM64.44 56.92c-.36 0-.73-.13-1.01-.39l-23.4-21.46c-.61-.56-.65-1.51-.09-2.12.56-.61 1.51-.65 2.12-.09l23.39 21.46c.61.56.65 1.51.09 2.12-.3.32-.7.49-1.11.49l.01-.01ZM60.7404 68.7c-.07 0-.15 0-.22-.02l-33.24-4.92c-.82-.12-1.39-.88-1.26-1.7.12-.82.89-1.39 1.7-1.26l33.24 4.92c.82.12 1.39.88 1.26 1.7-.11.75-.75 1.28-1.48 1.28Z"
|
|
25
17
|
fill="#00C5CA"
|
|
26
18
|
/>
|
|
27
19
|
<Path
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
d="M191.138 54.3575h-1c-.576 0-1.151-.228-1.577-.6949-.795-.867-.739-2.2163.13-3.0125l26.298-24.0891c0 .0001 0-.0001 0 0 .867-.7947 2.217-.7389 3.015.1283.797.867.74 2.2175-.129 3.0142l-26.307 24.0971c-.133.1194-.278.2196-.43.3004v.2565Zm-1-1.0076c.272 0 .544-.0981.763-.2944l26.298-24.0891c.461-.4227.492-1.1399.068-1.6004-.423-.4604-1.141-.4906-1.602-.0679l-26.298 24.0891c-.392.3588-.473.9298-.229 1.3759.043.0794.097.1549.161.2245.194.2132.443.3324.705.3623.045.0051.089.0076.134.0076v-.0076Z"
|
|
31
|
-
fill="#00C5CA"
|
|
32
|
-
/>
|
|
33
|
-
<Path
|
|
34
|
-
d="M194.287 66.5923c-.552 0-1.035-.4077-1.119-.9663-.09-.619.333-1.1928.953-1.2833l37.372-5.526c.62-.0905 1.195.3322 1.285.9512.091.619-.332 1.1928-.952 1.2834l-37.372 5.5259c-.053.0075-.114.0151-.167.0151Z"
|
|
35
|
-
fill="#00C5CA"
|
|
20
|
+
d="M174.141 230.45c-14.96-4.85-23.75-15.74-32.24-26.27-12.08-14.98-23.49-29.12-51.7505-29.39-.14 0-.28-.02-.42-.05-3.46-.78-9.81-4.65-9.03-13.7l3.99.34c-.62 7.24 4.68 9.11 5.75 9.41 29.9805.37 42.4905 15.88 54.5805 30.88 8.5 10.54 16.53 20.5 30.36 24.98l-1.231 3.81-.009-.01Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
36
22
|
/>
|
|
37
23
|
<Path
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
d="M192.179 65.7732v-.0022c-.17-1.1607.626-2.2461 1.796-2.4177 0 .0001.001 0 0 0l37.374-5.526c1.159-.1695 2.247.6233 2.419 1.7956.17 1.1608-.626 2.2462-1.797 2.4177 0 .0001 0 0 0 0l-37.376 5.5266c-.054.0077-.177.0251-.308.0251-1.042 0-1.951-.7656-2.108-1.8191Zm2.275.804c-.053.0075-.114.0151-.167.0151-.552 0-1.035-.4077-1.119-.9663-.09-.619.333-1.1928.953-1.2833l37.372-5.526c.62-.0905 1.195.3322 1.285.9512.091.619-.332 1.1928-.952 1.2834l-37.372 5.5259Z"
|
|
41
|
-
fill="#00C5CA"
|
|
24
|
+
d="M98.4708 174.84c-8.32-6.55-8.42-13.34-8.42-13.63h4-2l2-.02c0 .21.2 5.24 6.8902 10.51l-2.4702 3.14ZM211.62 193.75l-41.86-40.14c-5.14-4.93-11.67-7.68-18.4-7.76h-.32c-8.7 0-15.49 4.21-20.17 12.52-1.55 2.75-1.65 5.99-.26 8.47.89 1.58 2.13 2.54 3.81 2.92 2.99.68 8.89-.15 20.02-7.99l2.3 3.27c-10.04 7.07-17.63 9.88-23.21 8.62-2.77-.63-4.99-2.31-6.42-4.87-2.07-3.69-1.96-8.44.27-12.39 6.87-12.18 16.82-14.61 24.02-14.56 7.74.09 15.24 3.24 21.12 8.87l41.86 40.14-2.77 2.89.01.01Z"
|
|
25
|
+
fill="#0B3EE3"
|
|
42
26
|
/>
|
|
43
27
|
</Svg>
|
|
44
28
|
);
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramFatalError = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="m163.7 156.28-8.51-5.4-3.63-6.05 2.33-3.93 4.14-5.57-5.33-6.74-.55-5.22 7.37-2.49-1.05-4.44 3.79-2.49s9.52 1.63 9.77 1.63c.2 0 17.76 13.61 24.84 19.11 3.66-5.07 8.6-15.33 8.6-29.28 0-8.14-2.04-16.16-5.93-23.34-3.89-7.18-9.52-13.29-16.39-17.8-6.86-4.51-14.75-7.27-22.96-8.04-4.96-.47-9.94-.2-14.79.79-6.31 1.28-11.72 5.07-16.46 9.42l-15 13.78 17 28.16-24.5 24.7 15 29.15-21.4996 23.71 9.9996 24.21 57.96-49.85-4.21-4.02h.01Z"
|
|
9
|
+
fill="#AAEEEF"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
d="M84.1001 58.86c6.14 2.27 11.78 5.73 16.5799 10.17l-5.0399 9.55 20.4699 30.29-20.4699 24.83 16.9699 27.31-16.9699 24.82 9.4899 21.35-72.4499-65.43c-4.8-4.44-8.68-9.78-11.4-15.71-2.73-5.93-4.25-12.33-4.49-18.85-.24-6.52.82-13.01 3.1-19.13 2.29-6.11 5.76-11.71 10.23-16.49 4.46-4.77 9.83-8.63 15.79-11.34 5.96-2.71 12.4-4.23 18.95-4.47 6.55-.24 13.09.81 19.23 3.09l.01.01Z"
|
|
13
|
+
fill="#AAEEEF"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M228.62 188.2c-6.57-23.39-19.88-61.6-27.59-64.53l1.42-3.74c12.13 4.61 28.23 60.79 30.03 67.19l-3.85 1.08h-.01ZM179.01 138.19c-16.4-8.82-23.68-15.46-22.92-20.87.47-3.31 3.83-4.9 5.75-5.32 10.67-2.24 33.76 18.83 36.36 21.24l-2.72 2.93c-9.22-8.56-26.31-21.63-32.8-20.26 0 0-2.44.62-2.62 1.97-.12.87.34 5.74 20.85 16.78l-1.89 3.52-.01.01Z"
|
|
17
|
+
fill="#0B3EE3"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M174.17 150.49c-23.37-14.99-24.79-21.56-23.82-25.21 1.3-4.9 8.2-5.39 8.98-5.43l.21 3.99c-1.55.09-4.89.81-5.33 2.47-.35 1.33.21 6.76 22.12 20.81l-2.16 3.37Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M187.81 216.85c-1.08-4.01-2.06-8.13-3.09-12.5-4.67-19.74-9.51-40.15-23.38-47.08-7.43-3.71-11.2-7.79-11.19-12.11 0-5.82 6.88-9.29 7.17-9.44l1.78 3.58c-1.38.69-4.96 3.1-4.96 5.87 0 2.6 3.19 5.63 8.98 8.52 15.54 7.77 20.59 29.11 25.48 49.74 1.03 4.34 2 8.44 3.06 12.39l-3.86 1.04.01-.01Z"
|
|
25
|
+
fill="#0B3EE3"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M30.7095 64.21c-.24 0-.48-.07-.69-.21L8.52952 49.25c-.56-.38-.7-1.14-.32-1.7.38-.56 1.14-.69 1.69-.32L31.3895 61.98c.56.38.7 1.14.32 1.7-.24.34-.62.53-1.01.53h.01ZM40.0601 55.47c-.54 0-1.04-.37-1.18-.92l-7.63-30.03c-.17-.65.23-1.32.88-1.48.65-.16 1.32.23 1.48.88l7.63 30.03c.17.65-.23 1.32-.88 1.48-.1.03-.2.04-.3.04ZM77.7702 174.8c-.37 0-.74-.14-1.03-.41l-38.61-36.71c-7.1-6.75-12.09-16.59-12.72-25.08-3.29-44.4 36.91-48.46 37.32-48.5.83-.07 1.55.54 1.62 1.36.07.82-.54 1.55-1.36 1.63-1.54.14-37.67 3.87-34.59 45.29.58 7.79 5.21 16.87 11.8 23.13l38.61 36.71c.6.57.62 1.52.05 2.12-.29.31-.69.47-1.09.47v-.01Z"
|
|
29
|
+
fill="#00C5CA"
|
|
30
|
+
/>
|
|
31
|
+
</Svg>
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
export default PictogramFatalError;
|
|
@@ -1,59 +1,29 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import Svg, {
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
3
|
import { SVGPictogramProps } from "../Pictogram";
|
|
4
4
|
|
|
5
5
|
const PictogramFeedback = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
|
-
<Svg width={size} height={size} viewBox="0 0
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
d="M10.5899 35.7312c.9763 0 1.7064-.299 2.18-.895 1.1769-1.4824.151-4.1887.1055-4.3019l-.9059.3738c.242.628.7197 2.4436.0434 3.2916-.4054.5084-1.2162.6493-2.41576.4208-2.55435-.487-4.35583-2.7619-4.94943-4.6693-.28543-.9164-.26888-1.7216.04136-2.0527L3.98585 27.2c-.58119.6237-.68047 1.7387-.26888 3.0609.6784 2.1851 2.7529 4.7911 5.70229 5.3528.42193.0791.81074.1196 1.16864.1196l.002-.0021Z"
|
|
28
|
-
/>
|
|
29
|
-
<Path
|
|
30
|
-
fill="#0073E6"
|
|
31
|
-
d="M11.6568 30.9334c1.6111 0 2.2968-.561 2.5777-1.1387.4213-.8667-.0228-1.9843-.6754-2.5241l-.6134.7739c.3139.2572.6216.8793.4151 1.3074-.2685.5545-1.5656.894-4.39929.1876-4.0709-1.0142-5.06436-3.8926-5.29361-5.5163-.10327-.7401.07642-1.4613.49363-1.9821.46471-.5799.97693-.6663 1.66264-.2783l.47297-.8688c-1.09466-.62-2.11909-.4365-2.88742.5187-.5907.7338-.84888 1.7397-.7043 2.7539.26437 1.8725 1.40034 5.1853 6.02683 6.3408 1.21445.3037 2.17275.426 2.92665.426h-.0021Z"
|
|
32
|
-
/>
|
|
33
|
-
<Path
|
|
34
|
-
fill="#00C5CA"
|
|
35
|
-
fillRule="evenodd"
|
|
36
|
-
d="M25.2897 29.8016c.1832.1234.2317.372.1082.5552l-8.5333 12.6667c-.1234.1832-.372.2317-.5552.1083-.1833-.1235-.2317-.3721-.1083-.5553l8.5333-12.6666c.1235-.1833.3721-.2317.5553-.1083ZM31.0131 13.646c.1955-.1029.4374-.0278.5403.1677 1.4255 2.7085.4295 5.4084-.434 6.5596-.1325.1768-.3832.2126-.56.08-.1767-.1325-.2125-.3832-.08-.56.7366-.9821 1.6072-3.3489.3661-5.707-.1029-.1955-.0279-.4374.1676-.5403Z"
|
|
37
|
-
clipRule="evenodd"
|
|
38
|
-
/>
|
|
39
|
-
<Path
|
|
40
|
-
fill="#0B3EE3"
|
|
41
|
-
d="M13.7537 27.9284c-.1911.0484-.3944.0716-.6099.0716l.002-.0021c-1.283 0-3.0235-.8356-5.51216-2.6287-1.47614-1.065-2.17355-2.7908-2.01089-4.9902.14843-2.031 1.64897-3.6789 3.48704-3.8326 1.29021-.1106 3.55651-.5461 5.55651 1.5874l-.5334.7991c-1.6-1.92-3.9625-1.7315-4.94382-1.3973-1.37245.1158-2.4948 1.3701-2.60867 2.9192-.13826 1.8563.40259 3.2348 1.60221 4.0999 2.59238 1.8689 4.34098 2.6561 5.35158 2.4077.3863-.0947.673-.3431.9027-.7829.2257-.4315-.1423-1.086-.3802-1.4375-1.124-1.6538-3.64-3.215-4.75269-3.2159-.05252 0-.10301.0042-.14949.0105l-.14437-.9808c.6134-.0985 1.45455.1619 2.32275.6191V21.2l.9028.5159c1.0461.6981 2.0308 1.6084 2.6058 2.4557.8113 1.1955.6852 2.01.4372 2.4835-.3599.684-.8723 1.1134-1.525 1.2733Z"
|
|
42
|
-
/>
|
|
43
|
-
</G>
|
|
44
|
-
</G>
|
|
45
|
-
<Defs>
|
|
46
|
-
<ClipPath id="a">
|
|
47
|
-
<Path fill="#fff" d="M0 0h64v64H0z" />
|
|
48
|
-
</ClipPath>
|
|
49
|
-
<ClipPath id="b">
|
|
50
|
-
<Path
|
|
51
|
-
fill="#fff"
|
|
52
|
-
d="M0 0h64v42.6667H0z"
|
|
53
|
-
transform="translate(1.86621 9.33334)"
|
|
54
|
-
/>
|
|
55
|
-
</ClipPath>
|
|
56
|
-
</Defs>
|
|
6
|
+
<Svg width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="m114.24 60.39-26.41 33.4 3.46 2.32 3.8 3.66 3.27 5.19v3.94l-4 2.71-4.08-.07 3.06 1.9 1.02 3.28-1.13 2.72-2.95 1.31s-.26 1.11-.34 1.41c-.08.3.98 3.38.98 3.38l-1.46 7.32-2.53 2.93-3.67.83-6.06-1.24-5.09-2.47-4.9-4.58L56.9 140.2l-.9 47.91 45.66-17.42 35.63-52.16-1.69-1.46-9.46-5.56-10.25-4.39-6.4-8.19.78-5.97 6.21-6.99 8.99-1.87 14.31 3.67 9.85 7.83 3.79-5.06c8.42-11.23 5.8-27.21-5.75-35.18-10.72-7.4-25.35-5.2-33.43 5.02v.01ZM71.81 178.11c-3.15-9.61-12.77-8.86-12.77-8.86l1.01-24.84c20.88-1.35 36.99 23.48 36.99 23.48L71.81 178.1v.01Z"
|
|
9
|
+
fill="#AAEEEF"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
d="M100.22 160.11c-.3102 0-.6202-.09-.8902-.29-.67-.49-.81-1.43-.32-2.1l32.2002-43.91c.49-.67 1.43-.81 2.1-.32.67.49.81 1.43.32 2.1l-32.2 43.91c-.29.4-.75.61-1.21.61ZM145.19 93.58c-.33 0-.66-.11-.94-.33-.65-.52-.75-1.46-.23-2.11.04-.05 3.76-4.75 5.46-10.99 2.21-8.1.11-14.91-6.25-20.25-.63-.53-.72-1.48-.18-2.11.53-.63 1.48-.72 2.11-.18 17.49 14.69 1.37 35.21 1.2 35.42-.3.37-.73.56-1.17.56v-.01Z"
|
|
13
|
+
fill="#00C5CA"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M91.7298 113.89h-.32c-9.06-.16-19.97-8-23.82-17.13-2.57-6.1-1.66-11.94 2.57-16.43 3.23-3.43 7.03-5.21 11.29-5.27h.25c8.78 0 16.25 7.33 16.56 7.64l-2.82 2.83c-.07-.07-6.63-6.48-13.74-6.48h-.2c-3.17.06-5.93 1.37-8.42 4.02-3.94 4.19-3.15 8.91-1.79 12.13 3.24 7.69 12.68 14.56 20.2 14.69 2.03.03 4.5-.33 4.84-2.28.62-3.53-4.83-11.05-14.45-14.33l1.29-3.79c10.25 3.5 18.2402 12.29 17.1002 18.81-.3002 1.69-1.7202 5.59-8.5302 5.59h-.01Z"
|
|
17
|
+
fill="#0B3EE3"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M83.8496 123.72c-5.34 0-14.79-1.83-21.61-13.29-4.24-7.12-5.27-12.63-3.06-16.37 2.66-4.52 8.79-4.38 9.04-4.38l-.12 4 .06-2-.05 2s-4.05-.06-5.49 2.42c-1.36 2.33-.27 6.69 3.06 12.28 3.88 6.52 9.06 10.27 15.4 11.15 5.72.79 10.19-1.09 11.09-1.77.22-.53.3-1.38.02-2.24-.19-.58-.62-1.37-1.6-1.83l1.72-3.61c1.76.84 3.07 2.33 3.68 4.2.62 1.89.48 3.96-.38 5.54-1.08 2.01-6.24 3.79-11.27 3.9h-.5.01Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M83.3394 138.63c-1.97 0-4.24-.45-6.8-1.35-19.8-6.99-14.57-28.16-14.52-28.37l3.87 1s-1.15 4.64-.19 9.85c1.25 6.72 5.34 11.35 12.16 13.76 2.94 1.04 6.85 1.89 8.78.04 2.69-2.56 1.36-9.65.68-11.93l3.83-1.15c.34 1.14 3.2 11.25-1.75 15.97-1.53 1.46-3.56 2.19-6.08 2.19l.02-.01ZM166.88 178.05c-10.96-1.06-23.28-5.82-36.6-14.16-9.87-6.17-16.45-11.96-16.73-12.2l2.65-3c.26.23 26.34 22.99 51.07 25.38l-.38 3.98h-.01ZM136.97 125.59l-3.54-1.85c.02-.05.91-1.93-.13-4.43-1.01-2.44-4.08-5.98-12.92-9.02-8.06-2.77-12.68-6.39-13.73-10.76-1-4.14 1.61-7.31 2.11-7.87 13.8-17.12 31.88-4.55 32.06-4.42.03.02.06.04.08.06 21.25 16.88 43.78 20.01 44.01 20.04l-.52 3.97c-.96-.13-23.83-3.3-45.93-20.83-1.01-.7-15.37-10.26-26.62 3.74-.04.05-.08.09-.12.13-.06.07-1.77 1.94-1.18 4.28.72 2.86 4.67 5.65 11.14 7.88 8.33 2.86 13.5 6.71 15.38 11.42 1.68 4.22 0 7.52-.08 7.66h-.01Z"
|
|
25
|
+
fill="#0B3EE3"
|
|
26
|
+
/>
|
|
57
27
|
</Svg>
|
|
58
28
|
);
|
|
59
29
|
export default PictogramFeedback;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramHelp = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="M220.46 181.2c-.11-.13-10.98-13.21-23.59-26.68-20.84-22.26-30.19-28.43-34.36-29.69-5.3-1.59-9.25-.71-11.14 2.51-1.96 3.35-1.13 8.07.92 10.06.66.63.8 1.63.35 2.42-.45.79-1.38 1.18-2.26.94-.18-.05-18.54-4.97-29.01-5.63-1.05-.07-2.06.29-2.85.99-.81.72-1.28 1.72-1.32 2.81-.09 2.07 1.39 3.83 3.43 4.11 9.84 1.33 22.46 3.45 26.75 6.03l-2.06 3.43c-2.84-1.71-12.03-3.71-25.22-5.49-4.11-.55-7.08-4.1-6.9-8.25.1-2.17 1.04-4.16 2.65-5.61 1.59-1.43 3.64-2.14 5.77-2.01 7.67.48 18.97 3.05 25.23 4.59-1.02-3.37-.72-7.37 1.07-10.42 1.36-2.31 5.61-7.37 15.74-4.31 15.87 4.78 58.09 55.48 59.88 57.64l-3.08 2.55v.01Z"
|
|
9
|
+
fill="#0B3EE3"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
d="M140.22 166.97c-2.3-1.73-10.9-2.99-22.99-3.37-5.84-.18-10.47-5.09-10.32-10.94.11-4.48 3.04-8.44 7.28-9.87l2.11-.71 1.27 3.79-2.11.71c-2.66.89-4.49 3.37-4.55 6.17-.09 3.66 2.8 6.73 6.45 6.85 13.65.43 22.16 1.83 25.27 4.17l-2.4 3.2h-.01Z"
|
|
13
|
+
fill="#0B3EE3"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M180.309 226.14c-16.99-25.12-39-41.13-65.42-47.6l-.5-.12c-2.85-.7-5.15-2.77-6.15-5.53-1.04-2.86-.5-6.12 1.4-8.5l3.29-4.1 3.12 2.5-3.29 4.1c-1.04 1.3-1.33 3.07-.76 4.64.55 1.51 1.8 2.63 3.35 3.02l.5.12c27.41 6.71 50.22 23.28 67.78 49.25l-3.31 2.24-.01-.02ZM160.152 143.719l-2.585 3.053 8.021 6.792 2.585-3.052-8.021-6.793Z"
|
|
17
|
+
fill="#0B3EE3"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M168.409 172.4c-6.01-10.42-2.18-27.59-2.01-28.32l3.9.89c-.04.16-3.65 16.37 1.58 25.42l-3.46 2-.01.01ZM147.883 144.507l-12.574 27.227 3.631 1.677 12.575-27.227-3.632-1.677Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M76.52 132.04c32.872 0 59.52-26.648 59.52-59.52S109.392 13 76.52 13 17 39.648 17 72.52s26.648 59.52 59.52 59.52Z"
|
|
25
|
+
fill="#AAEEEF"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M73.4798 108.63c2.5626 0 4.64-2.077 4.64-4.64 0-2.563-2.0774-4.64-4.64-4.64-2.5626 0-4.64 2.077-4.64 4.64 0 2.563 2.0774 4.64 4.64 4.64ZM73.24 92.86c-.83 0-1.5-.67-1.5-1.5 0-18.43 5.9-22.29 12.15-26.38.95-.62 1.93-1.26 2.88-1.96 4.85-3.55 6.86-9.58 5.11-15.38-1.34-4.42-5.25-9.26-12.22-9.58h-.26c-.24 0-.54.01-.88-.04-4.42-.71-11.67 1.68-15.44 6.38-2.86 3.57-3.33 7.82-1.41 12.63.31.77-.07 1.64-.84 1.95-.77.31-1.64-.07-1.95-.84-2.93-7.34-.61-12.54 1.85-15.62 4.57-5.7 13.04-8.31 18.26-7.46.11.02.22 0 .33 0h.47c7.14.32 12.87 4.81 14.96 11.71 2.12 7.03-.32 14.36-6.22 18.67-1.01.74-2.03 1.4-3.01 2.05-5.79 3.79-10.79 7.06-10.79 23.87 0 .83-.67 1.5-1.5 1.5h.01Z"
|
|
29
|
+
fill="#00C5CA"
|
|
30
|
+
/>
|
|
31
|
+
</Svg>
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
export default PictogramHelp;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramITWallet = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="M8 47c0-8.8366 7.1634-16 16-16h71c8.837 0 16 7.1634 16 16v151c0 8.837-7.163 16-16 16H24c-8.8366 0-16-7.163-16-16V47Z"
|
|
9
|
+
fill="#AAEEEF"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
fillRule="evenodd"
|
|
13
|
+
clipRule="evenodd"
|
|
14
|
+
d="M12 50.9292C12 42.1317 19.1317 35 27.9292 35h64.1416C100.868 35 108 42.1317 108 50.9292V195.071c0 8.797-7.132 15.929-15.9292 15.929H27.9292C19.1317 211 12 203.868 12 195.071V50.9292ZM27.9292 37C20.2363 37 14 43.2363 14 50.9292V195.071C14 202.764 20.2363 209 27.9292 209h64.1416C99.7637 209 106 202.764 106 195.071V50.9292C106 43.2363 99.7637 37 92.0708 37H27.9292Z"
|
|
15
|
+
fill="#00C5CA"
|
|
16
|
+
/>
|
|
17
|
+
<Path
|
|
18
|
+
d="M38 45c0-1.6569 1.3431-3 3-3h37c1.6569 0 3 1.3431 3 3s-1.3431 3-3 3H41c-1.6569 0-3-1.3431-3-3Z"
|
|
19
|
+
fill="#00C5CA"
|
|
20
|
+
/>
|
|
21
|
+
<Path
|
|
22
|
+
fillRule="evenodd"
|
|
23
|
+
clipRule="evenodd"
|
|
24
|
+
d="M20.1953 82.8647c0-5.1408 4.1675-9.3083 9.3083-9.3083h61.9925c5.1408 0 9.3079 4.1675 9.3079 9.3083v34.5113c0 5.141-4.1671 9.308-9.3079 9.308H29.5036c-5.1408 0-9.3083-4.167-9.3083-9.308V82.8647Zm9.3083-7.3083c-4.0363 0-7.3083 3.272-7.3083 7.3083v34.5113c0 4.036 3.272 7.308 7.3083 7.308h61.9925c4.0362 0 7.3082-3.272 7.3082-7.308V82.8647c0-4.0363-3.272-7.3083-7.3082-7.3083H29.5036Z"
|
|
25
|
+
fill="#00C5CA"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
clipRule="evenodd"
|
|
30
|
+
d="M99.6784 114.82H21.0693v-2h78.6091v2ZM88.1746 80.0301c-3.3303 0-6.0301 2.6997-6.0301 6.0301 0 3.3303 2.6998 6.03 6.0301 6.03s6.0301-2.6997 6.0301-6.03c0-3.3304-2.6998-6.0301-6.0301-6.0301Zm-8.0301 6.0301c0-4.4349 3.5952-8.0301 8.0301-8.0301 4.4349 0 8.0301 3.5952 8.0301 8.0301 0 4.4349-3.5952 8.03-8.0301 8.03-4.4349 0-8.0301-3.5951-8.0301-8.03ZM48.9111 84.5038c0 .5522-.4477 1-1 1h-19.812c-.5523 0-1-.4478-1-1 0-.5523.4477-1 1-1h19.812c.5523 0 1 .4477 1 1ZM48.9111 88.9774c0 .5523-.4477 1-1 1h-19.812c-.5523 0-1-.4477-1-1 0-.5522.4477-1 1-1h19.812c.5523 0 1 .4478 1 1ZM51.1054 69.4472c-.494.247-1.0947.0468-1.3417-.4472l-5.1055-10.2111c-.247-.494-.0468-1.0947.4472-1.3417.4939-.247 1.0946-.0467 1.3416.4472l5.1056 10.2112c.247.494.0467 1.0946-.4472 1.3416ZM67.122 68.5211c-.4848-.2644-.6635-.8718-.399-1.3567l5.0423-9.2442c.2645-.4849.8719-.6635 1.3567-.3991.4849.2645.6635.8719.3991 1.3568l-5.0423 9.2442c-.2645.4849-.8719.6635-1.3568.399ZM52.942 132.336c.5202.186.7912.758.6055 1.278l-4.3274 12.117c-.1857.52-.7579.791-1.2781.605-.5201-.185-.7911-.758-.6054-1.278l4.3274-12.116c.1857-.52.7579-.791 1.278-.606ZM68.9084 131.581c.5015-.232 1.0956-.013 1.3271.489l5.1618 11.184c.2315.501.0126 1.095-.4889 1.327-.5014.231-1.0955.012-1.327-.489l-5.1619-11.184c-.2314-.502-.0125-1.096.4889-1.327Z"
|
|
31
|
+
fill="#00C5CA"
|
|
32
|
+
/>
|
|
33
|
+
<Path
|
|
34
|
+
d="m230.646 170.292-4-.03c.15-22.75-14.42-47.52-23.12-60.26-3.67-5.38-8.74-9.39-14.65-11.6195-22.53-8.49-48.66-4.9-58.85-2.97-3.68.7-6.26 3.91-6.01 7.4695.08 1.19.34 4.81 7.74 6.01 15.25 2.46 28.76-.31 28.9-.34l.82 3.92c-.58.12-14.38 2.95-30.36.38-8.71-1.4-10.84-6.04-11.09-9.68-.39-5.5795 3.59-10.6095 9.26-11.6795 10.52-2 37.53-5.69 61 3.15 6.69 2.52 12.41 7.0495 16.54 13.1095 8.96 13.13 23.97 38.71 23.82 62.54Z"
|
|
35
|
+
fill="#0B3EE3"
|
|
36
|
+
/>
|
|
37
|
+
<Path
|
|
38
|
+
d="M166.026 134.772c-.25 0-.5-.01-.74-.04-2.86-.28-4.82-2.19-5.36-5.23-.75-4.24 1.3-10.09 6.11-17.36 3.44-5.21 7.03-9.24 7.18-9.41l2.98 2.67c-3.83 4.28-13.5 16.84-12.33 23.41.28 1.59 1.04 1.88 1.81 1.95 4.02.4 12.54-5.66 14.87-11.62l3.72 1.46c-2.77 7.07-12.05 14.18-18.25 14.18l.01-.01Z"
|
|
39
|
+
fill="#0B3EE3"
|
|
40
|
+
/>
|
|
41
|
+
<Path
|
|
42
|
+
d="M186.457 135.552c-.76-3.95-6.5-7.16-8.65-8.07l1.55-3.69c.4.17 9.71 4.14 11.03 11l-3.93.75v.01ZM152.287 133.012c-3.2 0-6.37-.78-8.24-3.29-2.41-3.24-3.22-8.18-2-12.31.99-3.35 3.17-5.81 6.13-6.91.74-.28 1.53-.47 2.35-.57l.5 3.97c-.52.06-1.01.18-1.46.35-2.25.84-3.25 2.8-3.69 4.29-.86 2.93-.3 6.54 1.37 8.78 2.42 3.25 11.11.99 13.96-.06l1.38 3.75c-.84.31-5.61 1.99-10.31 1.99l.01.01Z"
|
|
43
|
+
fill="#0B3EE3"
|
|
44
|
+
/>
|
|
45
|
+
<Path
|
|
46
|
+
d="M165.897 147.652c-2.27 0-4.46-.51-6.55-1.52-8.18-3.97-11.68-14.35-11.83-14.79l3.8-1.25c.03.09 3.14 9.23 9.79 12.45 2.91 1.41 6.03 1.48 9.51.21 3.5-1.27 5.57-2.79 5.68-4.17.14-1.9-3.15-4.62-5.42-5.85l1.9-3.52c.81.44 7.89 4.42 7.51 9.66-.23 3.15-3.02 5.72-8.3 7.64-2.08.76-4.12 1.14-6.09 1.14Z"
|
|
47
|
+
fill="#0B3EE3"
|
|
48
|
+
/>
|
|
49
|
+
<Path
|
|
50
|
+
d="M186.956 187.162c-12.94-17.55-15.65-42.07-15.76-43.1l3.98-.42c.03.24 2.71 24.48 15 41.15l-3.22 2.37Z"
|
|
51
|
+
fill="#0B3EE3"
|
|
52
|
+
/>
|
|
53
|
+
</Svg>
|
|
54
|
+
);
|
|
55
|
+
|
|
56
|
+
export default PictogramITWallet;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramIdentity = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="m141.77 150.53-6.78-5.15-5.25-8.14-4.4-2.54-2.43-3.7.41-5.76 1.29-4.15-10.77 8.77-12.07 5.45-6.83.88-2.61-4.45 3.59-7.1 10.84-8.99 13.26-8.03-2.57-6.63 3.1-7.02 14.34-2.62h10.44V38.46c0-3.02-2.44-5.46-5.46-5.46H26.46C23.44 33 21 35.44 21 38.46V201c0 3.02 2.44 5.46 5.46 5.46h113.42c3.02 0 5.46-2.44 5.46-5.46v-50.47h-3.57Z"
|
|
9
|
+
fill="#AAEEEF"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
d="M83.1695 98.1c-11.8 0-21.4-9.6-21.4-21.4 0-11.8 9.6-21.4 21.4-21.4 11.8 0 21.4005 9.6 21.4005 21.4 0 11.8-9.6005 21.4-21.4005 21.4Zm0-39.79c-10.14 0-18.4 8.25-18.4 18.4 0 10.15 8.25 18.4 18.4 18.4 10.15 0 18.4005-8.25 18.4005-18.4 0-10.15-8.2505-18.4-18.4005-18.4Z"
|
|
13
|
+
fill="#00C5CA"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M52.9199 128.34c-.83 0-1.5-.67-1.5-1.5 0-17.5 14.24-31.75 31.75-31.75 11.53 0 21.3501 5.44 26.9301 14.94.42.71.18 1.63-.53 2.05-.72.42-1.63.18-2.05-.53-5.02-8.55-13.9001-13.46-24.3401-13.46-15.85 0-28.75 12.9-28.75 28.75 0 .83-.67 1.5-1.5 1.5h-.01Z"
|
|
17
|
+
fill="#00C5CA"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M97.6999 138.17c-2.49 0-4.81-1.24-6.19-3.42-1.69-2.66-1.54-6.01.4-8.52C103.41 111.3 134 98.56 135.3 98.03l.27-.09c42.2-10.7 61.59-21.58 61.78-21.69l1.98 3.47c-.79.45-19.92 11.22-62.63 22.06-2.18.92-31.13 13.28-41.6201 26.89-1.09 1.41-.81 2.96-.19 3.93.61.96 1.88 1.86 3.61 1.48 8.9801-2 22.0001-7.96 33.0201-24.95l3.36 2.17c-11.75 18.13-25.79 24.51-35.5001 26.68-.56.12-1.11.18-1.66.18l-.02.01Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M127.91 137.26c-2.88-.57-4.99-1.99-6.25-4.22-2.57-4.52-.44-10.68-.34-10.94l3.77 1.34-1.88-.67 1.89.66c-.46 1.3-1.33 5.21.06 7.64.68 1.18 1.84 1.92 3.55 2.26l-.78 3.92-.02.01Z"
|
|
25
|
+
fill="#0B3EE3"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M145.83 153.23c-4.25 0-9.23-2.03-13.89-6.89-3.67-3.83-5.16-7.83-4.44-11.91 1.47-8.28 11.79-13.42 12.23-13.63l1.76 3.59c-.09.04-8.94 4.47-10.05 10.75-.48 2.74.66 5.58 3.39 8.43 6.02 6.28 12.57 6.79 15.68 4.07 2.55-2.23 2.19-6.2-.92-10.1l3.13-2.49c5.19 6.5 3.95 12.52.42 15.61-1.87 1.64-4.42 2.58-7.31 2.58v-.01Z"
|
|
29
|
+
fill="#0B3EE3"
|
|
30
|
+
/>
|
|
31
|
+
<Path
|
|
32
|
+
d="M154.04 138.88c-6.55 0-10.76-.44-11.05-.48l.43-3.98c.47.05 46.78 4.75 73.2-18.54l2.65 3c-8.03 7.08-23.01 16.14-48.75 19.07-6.27.71-11.94.93-16.48.93Zm-33.08-30.97c-.65-.46-6.32-4.62-6.02-9.54.15-2.5 1.72-4.57 4.67-6.16 9.43-5.08 39.97-1.85 41.27-1.71l-.43 3.98c-8.48-.92-32.02-2.48-38.94 1.25-1.64.89-2.51 1.86-2.57 2.88-.14 2.3 3.17 5.21 4.34 6.04l-2.31 3.26h-.01Z"
|
|
33
|
+
fill="#0B3EE3"
|
|
34
|
+
/>
|
|
35
|
+
<Path
|
|
36
|
+
d="M125.35 156.14H42.9095c-.91 0-1.64-.73-1.64-1.64 0-.91.73-1.64 1.64-1.64H125.35c.91 0 1.64.73 1.64 1.64 0 .91-.73 1.64-1.64 1.64Zm0 12.43H42.9095c-.91 0-1.64-.73-1.64-1.64 0-.91.73-1.64 1.64-1.64H125.35c.91 0 1.64.73 1.64 1.64 0 .91-.73 1.64-1.64 1.64Z"
|
|
37
|
+
fill="#00C5CA"
|
|
38
|
+
/>
|
|
39
|
+
</Svg>
|
|
40
|
+
);
|
|
41
|
+
|
|
42
|
+
export default PictogramIdentity;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramIdentityAdd = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="M133.44 75.65c-16.61 0-30.08-13.47-30.08-30.08 0-2.1.22-4.14.62-6.12H31.59c-5.3-.01-9.59 4.28-9.59 9.58v147.34c0 5.29 4.29 9.59 9.59 9.59h93.93c5.29 0 9.59-4.29 9.59-9.59v-33.63l-1.88-.95-4.62-5.91.72-4.64-2.31-3.09s-3.93-5.85-3.82-6.3c.11-.44 1.56-6.44 1.56-6.44l-3.55-4.25-9.39-1.1-9.28-4.88-2.16-6.52s5.62-2.78 6.58-2.85c.96-.07 13.14-.72 13.14-.72l15.01.62v-40.1c-.55.03-1.1.05-1.66.05l-.01-.01Z"
|
|
9
|
+
fill="#AAEEEF"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
d="M77.6902 107.37c-10.59 0-19.2-8.61-19.2-19.2s8.61-19.2 19.2-19.2 19.2 8.61 19.2 19.2-8.61 19.2-19.2 19.2Zm0-35.71c-9.1 0-16.51 7.41-16.51 16.51 0 9.1 7.41 16.51 16.51 16.51 9.1 0 16.51-7.41 16.51-16.51 0-9.1-7.41-16.51-16.51-16.51Z"
|
|
13
|
+
fill="#00C5CA"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M50.5502 134.51c-.74 0-1.35-.6-1.35-1.35 0-15.71 12.78-28.49 28.49-28.49 10.35 0 19.16 4.89 24.1698 13.41.38.64.16 1.47-.48 1.84-.64.38-1.4698.16-1.8398-.48-4.51-7.68-12.47-12.08-21.84-12.08-14.23 0-25.8 11.57-25.8 25.8 0 .74-.6 1.35-1.35 1.35ZM115.55 159.46H41.5598c-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47H115.55c.81 0 1.47.66 1.47 1.47 0 .81-.66 1.47-1.47 1.47ZM115.55 170.61H41.5598c-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47H115.55c.81 0 1.47.66 1.47 1.47 0 .81-.66 1.47-1.47 1.47Z"
|
|
17
|
+
fill="#00C5CA"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M145.69 154.12h-.09c-13.77-.08-21.67-2.85-24.15-8.48-1.78-4.04-.1-8.38 1.61-11.3-15.4-.05-24.0198-5.81-24.6498-11.96-.34-3.3 1.8698-7.55 9.2098-8.64 11.49-1.7 34.5.28 44 1.23-3.89-7.63-6.04-21.08-3.03-27.96 1.41-3.21 3.89-4.98 7.01-4.98 7.83 0 14.93 16.71 19.5 30.72.54 1.66 1.67 3.02 3.19 3.85 4.76 2.59 18.84 4.24 39.56 2.09l.41 3.98c-18.97 1.97-35.41.97-41.89-2.56-2.42-1.32-4.22-3.49-5.08-6.12-5.46-16.72-11.78-27.96-15.7-27.97-.95 0-2.33.27-3.34 2.58-3 6.84.41 22.66 4.82 27.43.57.61.69 1.52.31 2.26-.38.75-1.19 1.17-2.01 1.08-.33-.04-33.3-3.75-47.17-1.69-3.75.55-6.03 2.23-5.82 4.27.4 3.88 8.48 9.19 24.51 8.26.8-.05 1.57.4 1.92 1.13.35.73.23 1.6-.32 2.2-1.49 1.67-5.01 6.8-3.38 10.46 1.71 3.86 9 6.02 20.52 6.08h.1c3.34 0 9.06-.92 10.62-2.39 1.09-1.03 1.7-2.92.16-5.12-1.4-2-1.85-1.99-4.81-1.89-.35.01-.72.03-1.12.04l-.1-4c.38 0 .74-.02 1.08-.03 3.24-.12 5.58-.2 8.23 3.59 2.81 4.02 1.68 8.08-.68 10.32-3.01 2.86-10.78 3.48-13.4 3.48l-.02.04Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M148.65 168.29c-4.11 0-7.61-.53-8.75-.92-6.91-2.37-11.02-5.72-12.23-9.96-1.44-5.09 1.97-9.32 2.11-9.5l3.1 2.53s-2.24 2.84-1.35 5.91c.83 2.85 4.17 5.36 9.67 7.24 1.46.5 10.68 1.55 16.73-.6 1.75-.62 3.03-2.06 3.41-3.85.38-1.78-.15-3.53-1.48-4.8-1-.96-2.48-2.08-3.98-1.96l-.33-3.99c2.38-.2 4.76.83 7.08 3.06 2.31 2.22 3.29 5.41 2.61 8.53-.68 3.16-2.92 5.69-5.98 6.78-3.27 1.16-7.16 1.54-10.62 1.54l.01-.01Z"
|
|
25
|
+
fill="#0B3EE3"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M190.28 170.42c-20.19 0-31-3.71-31.62-3.93l1.33-3.77-.67 1.89.66-1.89c.2.07 20.68 7.04 57.79 1.59l.58 3.96c-10.77 1.58-20.15 2.15-28.08 2.15h.01ZM128.19 134.25c-.78 0-1.2-.02-1.27-.02l.17-4c.08 0 8.16.3 25.54-2.16l.56 3.96c-14.06 1.99-22.08 2.22-25 2.22Z"
|
|
29
|
+
fill="#0B3EE3"
|
|
30
|
+
/>
|
|
31
|
+
<Path
|
|
32
|
+
d="M125.89 65.44c-.81 0-1.47-.66-1.47-1.47v-28.5c0-.81.66-1.47 1.47-1.47.81 0 1.47.66 1.47 1.47v28.5c0 .81-.66 1.47-1.47 1.47Z"
|
|
33
|
+
fill="#00C5CA"
|
|
34
|
+
/>
|
|
35
|
+
<Path
|
|
36
|
+
d="M140.14 51.19h-28.5c-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47h28.5c.81 0 1.47.66 1.47 1.47 0 .81-.66 1.47-1.47 1.47Z"
|
|
37
|
+
fill="#00C5CA"
|
|
38
|
+
/>
|
|
39
|
+
</Svg>
|
|
40
|
+
);
|
|
41
|
+
|
|
42
|
+
export default PictogramIdentityAdd;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramIdentityCheck = ({
|
|
6
|
+
size,
|
|
7
|
+
color,
|
|
8
|
+
...props
|
|
9
|
+
}: SVGPictogramProps) => (
|
|
10
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
11
|
+
<Path
|
|
12
|
+
d="M164.06 119.75L164.89 126.26L162.56 131.24L158.25 133.5L149.14 132.23L142.33 125.74L140.41 118.15C140.41 118.15 135.22 115.94 134.85 115.97C134.48 116.01 133.51 111.35 133.51 111.35C133.51 111.35 133.33 105.88 133.07 105.62C132.81 105.36 127.15 110.35 127.15 110.35L117.83 116.48L107.98 119.3L103.51 115.88L103.66 111.07L109.13 105L120.24 96.62L131.73 89.37L128.7 84.89L128.04 81.66H58.0805C58.0805 94.01 48.0705 104.03 35.7105 104.03C31.8205 104.03 28.1705 103.04 24.9805 101.29V178.55C24.9805 182.98 28.5705 186.58 33.0105 186.58H174.15C178.58 186.58 182.18 182.99 182.18 178.55V118.82L164.06 119.75Z"
|
|
13
|
+
fill="#AAEEEF"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M35.0998 90.38C34.6998 90.38 34.3098 90.22 34.0298 89.93L15.4298 70.95C14.8498 70.36 14.8598 69.41 15.4498 68.83C16.0398 68.25 16.9898 68.26 17.5698 68.85L35.0698 86.7L66.0198 53.48C66.5898 52.87 67.5298 52.84 68.1398 53.4C68.7498 53.96 68.7798 54.91 68.2198 55.52L36.1998 89.9C35.9198 90.2 35.5298 90.37 35.1198 90.38H35.0998Z"
|
|
17
|
+
fill="#00C5CA"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M70.4102 147.86C62.0502 147.86 55.2402 141.06 55.2402 132.69C55.2402 124.32 62.0402 117.52 70.4102 117.52C78.7802 117.52 85.5802 124.32 85.5802 132.69C85.5802 141.06 78.7802 147.86 70.4102 147.86ZM70.4102 120.53C63.7002 120.53 58.2402 125.99 58.2402 132.7C58.2402 139.41 63.7002 144.87 70.4102 144.87C77.1202 144.87 82.5802 139.41 82.5802 132.7C82.5802 125.99 77.1202 120.53 70.4102 120.53Z"
|
|
21
|
+
fill="#00C5CA"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M90.2503 167.79C89.4203 167.79 88.7503 167.12 88.7503 166.29C88.7503 156.18 80.5203 147.95 70.4103 147.95C60.3003 147.95 52.0703 156.18 52.0703 166.29C52.0703 167.12 51.4003 167.79 50.5703 167.79C49.7403 167.79 49.0703 167.12 49.0703 166.29C49.0703 154.52 58.6403 144.95 70.4103 144.95C82.1803 144.95 91.7503 154.52 91.7503 166.29C91.7503 167.12 91.0803 167.79 90.2503 167.79Z"
|
|
25
|
+
fill="#00C5CA"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M141.44 126.27H98.9102C98.0802 126.27 97.4102 125.6 97.4102 124.77C97.4102 123.94 98.0802 123.27 98.9102 123.27H141.44C142.27 123.27 142.94 123.94 142.94 124.77C142.94 125.6 142.27 126.27 141.44 126.27Z"
|
|
29
|
+
fill="#00C5CA"
|
|
30
|
+
/>
|
|
31
|
+
<Path
|
|
32
|
+
d="M147.63 138.29H98.9199C98.0899 138.29 97.4199 137.62 97.4199 136.79C97.4199 135.96 98.0899 135.29 98.9199 135.29H147.63C148.46 135.29 149.13 135.96 149.13 136.79C149.13 137.62 148.46 138.29 147.63 138.29Z"
|
|
33
|
+
fill="#00C5CA"
|
|
34
|
+
/>
|
|
35
|
+
<Path
|
|
36
|
+
d="M108.39 121.02C105.9 121.02 103.58 119.78 102.2 117.6C100.51 114.94 100.66 111.59 102.6 109.08C114.1 94.15 144.69 81.41 145.99 80.88L146.26 80.79C188.46 70.09 207.85 59.21 208.04 59.1L210.02 62.57C209.23 63.02 190.1 73.79 147.38 84.63C145.2 85.55 116.25 97.91 105.76 111.52C104.67 112.93 104.95 114.48 105.57 115.45C106.18 116.41 107.45 117.31 109.18 116.93C118.16 114.93 131.18 108.98 142.19 91.98L145.55 94.15C133.8 112.28 119.76 118.66 110.05 120.83C109.49 120.95 108.94 121.01 108.39 121.01V121.02Z"
|
|
37
|
+
fill="#0B3EE3"
|
|
38
|
+
/>
|
|
39
|
+
<Path
|
|
40
|
+
d="M138.6 120.11C135.72 119.54 133.61 118.12 132.35 115.89C129.78 111.37 131.91 105.21 132.01 104.95L135.78 106.29L133.9 105.62L135.79 106.28C135.33 107.58 134.46 111.49 135.85 113.92C136.53 115.1 137.69 115.84 139.4 116.18L138.62 120.1L138.6 120.11Z"
|
|
41
|
+
fill="#0B3EE3"
|
|
42
|
+
/>
|
|
43
|
+
<Path
|
|
44
|
+
d="M156.521 136.08C152.271 136.08 147.291 134.05 142.631 129.19C138.961 125.36 137.471 121.36 138.191 117.28C139.661 109 149.981 103.86 150.421 103.65L152.181 107.24C152.091 107.28 143.241 111.71 142.131 117.99C141.651 120.73 142.791 123.57 145.521 126.42C151.541 132.7 158.091 133.21 161.201 130.49C163.751 128.26 163.401 124.29 160.281 120.39L163.411 117.9C168.601 124.4 167.361 130.42 163.831 133.51C161.961 135.14 159.411 136.09 156.521 136.09V136.08Z"
|
|
45
|
+
fill="#0B3EE3"
|
|
46
|
+
/>
|
|
47
|
+
<Path
|
|
48
|
+
d="M164.18 121.76C158.14 121.76 154.18 121.31 153.66 121.25L154.13 117.28C154.55 117.33 196.7 122.02 223.11 98.74L225.75 101.74C206.05 119.11 178.92 121.76 164.17 121.76H164.18Z"
|
|
49
|
+
fill="#0B3EE3"
|
|
50
|
+
/>
|
|
51
|
+
<Path
|
|
52
|
+
d="M131.651 90.76C131.001 90.3 125.331 86.14 125.631 81.22C125.781 78.72 127.351 76.65 130.301 75.06C139.731 69.97 170.281 73.21 171.571 73.35L171.141 77.33C162.651 76.41 139.121 74.85 132.201 78.58C130.561 79.47 129.691 80.44 129.631 81.46C129.491 83.76 132.801 86.66 133.971 87.5L131.661 90.76H131.651Z"
|
|
53
|
+
fill="#0B3EE3"
|
|
54
|
+
/>
|
|
55
|
+
</Svg>
|
|
56
|
+
);
|
|
57
|
+
|
|
58
|
+
export default PictogramIdentityCheck;
|