@pagopa/io-app-design-system 1.7.1 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/alert/Alert.js +9 -1
- package/lib/commonjs/components/alert/Alert.js.map +1 -1
- package/lib/commonjs/components/badge/Badge.js +11 -2
- package/lib/commonjs/components/badge/Badge.js.map +1 -1
- package/lib/commonjs/components/badge/__test__/__snapshots__/badge.test.tsx.snap +5 -3
- package/lib/commonjs/components/banner/Banner.js +0 -1
- package/lib/commonjs/components/banner/Banner.js.map +1 -1
- package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +5 -5
- package/lib/commonjs/components/buttons/ButtonExtendedOutline.js +1 -1
- package/lib/commonjs/components/buttons/ButtonExtendedOutline.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonLink.js +3 -2
- package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonOutline.js +8 -48
- package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js +5 -7
- package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButtonSolid.js +54 -29
- package/lib/commonjs/components/buttons/IconButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +23 -21
- package/lib/commonjs/components/checkbox/AnimatedCheckbox.js +14 -2
- package/lib/commonjs/components/checkbox/AnimatedCheckbox.js.map +1 -1
- package/lib/commonjs/components/checkbox/AnimatedMessageCheckbox.js +11 -3
- package/lib/commonjs/components/checkbox/AnimatedMessageCheckbox.js.map +1 -1
- package/lib/commonjs/components/checkbox/CheckboxLabel.js +31 -8
- package/lib/commonjs/components/checkbox/CheckboxLabel.js.map +1 -1
- package/lib/commonjs/components/featureInfo/FeatureInfo.js +55 -0
- package/lib/commonjs/components/featureInfo/FeatureInfo.js.map +1 -0
- package/lib/commonjs/components/featureInfo/index.js +17 -0
- package/lib/commonjs/components/featureInfo/index.js.map +1 -0
- package/lib/commonjs/components/icons/Icon.js +35 -15
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/icons/IconContained.js +59 -0
- package/lib/commonjs/components/icons/IconContained.js.map +1 -0
- package/lib/commonjs/components/icons/index.js +11 -0
- package/lib/commonjs/components/icons/index.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconChange.js +31 -0
- package/lib/commonjs/components/icons/svg/IconChange.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconContactless.js +31 -0
- package/lib/commonjs/components/icons/svg/IconContactless.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconDisabilityCard.js +31 -0
- package/lib/commonjs/components/icons/svg/IconDisabilityCard.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconDriverLicense.js +31 -0
- package/lib/commonjs/components/icons/svg/IconDriverLicense.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconHealthCard.js +31 -0
- package/lib/commonjs/components/icons/svg/IconHealthCard.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconKey.js +31 -0
- package/lib/commonjs/components/icons/svg/IconKey.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconKeyboard.js +31 -0
- package/lib/commonjs/components/icons/svg/IconKeyboard.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconNotification.js +31 -0
- package/lib/commonjs/components/icons/svg/IconNotification.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconOption.js +31 -0
- package/lib/commonjs/components/icons/svg/IconOption.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconTransactions.js +1 -1
- package/lib/commonjs/components/icons/svg/IconTransactions.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconTransactionsBoxed.js +31 -0
- package/lib/commonjs/components/icons/svg/IconTransactionsBoxed.js.map +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconChange.svg +3 -0
- package/lib/commonjs/components/icons/svg/originals/IconContactless.svg +3 -0
- package/lib/commonjs/components/icons/svg/originals/IconDisabilityCard.svg +7 -0
- package/lib/commonjs/components/icons/svg/originals/IconDriverLicense.svg +8 -0
- package/lib/commonjs/components/icons/svg/originals/IconHealthCard.svg +7 -0
- package/lib/commonjs/components/icons/svg/originals/IconKey.svg +7 -0
- package/lib/commonjs/components/icons/svg/originals/IconKeyboard.svg +3 -0
- package/lib/commonjs/components/icons/svg/originals/IconNotification.svg +7 -0
- package/lib/commonjs/components/icons/svg/originals/IconOption.svg +7 -0
- package/lib/commonjs/components/icons/svg/originals/IconTransactions.svg +8 -0
- package/lib/commonjs/components/icons/svg/originals/IconTransactionsBoxed.svg +8 -0
- package/lib/commonjs/components/index.js +22 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemAction.js +38 -8
- package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemInfo.js +31 -7
- package/lib/commonjs/components/listitems/ListItemInfo.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemInfoCopy.js +40 -10
- package/lib/commonjs/components/listitems/ListItemInfoCopy.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNav.js +30 -7
- package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNavAlert.js +32 -7
- package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemSwitch.js +1 -1
- package/lib/commonjs/components/listitems/ListItemSwitch.js.map +1 -1
- package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +75 -108
- package/lib/commonjs/components/listitems/__test__/listitem.test.js +2 -2
- package/lib/commonjs/components/listitems/__test__/listitem.test.js.map +1 -1
- package/lib/commonjs/components/listitems/index.js +4 -4
- package/lib/commonjs/components/listitems/index.js.map +1 -1
- package/lib/commonjs/components/{listitems/ListItemIDP.js → modules/ModuleIDP.js} +19 -12
- package/lib/commonjs/components/modules/ModuleIDP.js.map +1 -0
- package/lib/commonjs/components/modules/index.js +17 -0
- package/lib/commonjs/components/modules/index.js.map +1 -0
- package/lib/commonjs/components/pictograms/Pictogram.js +53 -12
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCie.js +47 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCie.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFeature.js +50 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFeature.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedSecurity.js +44 -0
- package/lib/commonjs/components/pictograms/svg/{PictogramFollowMessage.js.map → PictogramBleedSecurity.js.map} +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramCie.js +47 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCie.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramFeature.js +50 -0
- package/lib/commonjs/components/pictograms/svg/PictogramFeature.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramObjClock.js +34 -0
- package/lib/commonjs/components/pictograms/svg/PictogramObjClock.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramObjFlyingMessage.js +34 -0
- package/lib/commonjs/components/pictograms/svg/PictogramObjFlyingMessage.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/{PictogramFollowMessage.js → PictogramObjFollowMessage.js} +3 -3
- package/lib/commonjs/components/pictograms/svg/PictogramObjFollowMessage.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramObjIbanCard.js +76 -0
- package/lib/commonjs/components/pictograms/svg/PictogramObjIbanCard.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramObjKey.js +36 -0
- package/lib/commonjs/components/pictograms/svg/{PictogramManual.js.map → PictogramObjKey.js.map} +1 -1
- package/lib/commonjs/components/pictograms/svg/{PictogramManual.js → PictogramObjManual.js} +3 -3
- package/lib/commonjs/components/pictograms/svg/PictogramObjManual.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/{PictogramTrash.js → PictogramObjTrash.js} +3 -3
- package/lib/commonjs/components/pictograms/svg/PictogramObjTrash.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramSecurity.js +47 -0
- package/lib/commonjs/components/pictograms/svg/PictogramSecurity.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedCie.svg +30 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedFeature.svg +34 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedSecurity.svg +26 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramCie.svg +30 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramFeature.svg +34 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramObjClock.svg +12 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramObjFlyingMessage.svg +12 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramObjIbanCard.svg +59 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramObjKey.svg +14 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramSecurity.svg +30 -0
- package/lib/commonjs/components/radio/AnimatedRadio.js +14 -2
- package/lib/commonjs/components/radio/AnimatedRadio.js.map +1 -1
- package/lib/commonjs/components/switch/NativeSwitch.js +19 -5
- package/lib/commonjs/components/switch/NativeSwitch.js.map +1 -1
- package/lib/commonjs/components/switch/SwitchLabel.js +31 -8
- package/lib/commonjs/components/switch/SwitchLabel.js.map +1 -1
- package/lib/commonjs/components/tag/Tag.js +16 -8
- package/lib/commonjs/components/tag/Tag.js.map +1 -1
- package/lib/commonjs/components/textInput/TextInputBase.js +11 -2
- package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
- package/lib/commonjs/components/typography/Body.js +1 -4
- package/lib/commonjs/components/typography/Body.js.map +1 -1
- package/lib/commonjs/components/typography/BodyMonospace.js +28 -0
- package/lib/commonjs/components/typography/BodyMonospace.js.map +1 -0
- package/lib/commonjs/components/typography/ButtonText.js +39 -0
- package/lib/commonjs/components/typography/ButtonText.js.map +1 -0
- package/lib/commonjs/components/typography/Caption.js +37 -0
- package/lib/commonjs/components/typography/Caption.js.map +1 -0
- package/lib/commonjs/components/typography/Chip.js +34 -0
- package/lib/commonjs/components/typography/Chip.js.map +1 -0
- package/lib/commonjs/components/typography/H1.js +18 -15
- package/lib/commonjs/components/typography/H1.js.map +1 -1
- package/lib/commonjs/components/typography/H2.js +18 -15
- package/lib/commonjs/components/typography/H2.js.map +1 -1
- package/lib/commonjs/components/typography/H3.js +24 -18
- package/lib/commonjs/components/typography/H3.js.map +1 -1
- package/lib/commonjs/components/typography/H4.js +18 -14
- package/lib/commonjs/components/typography/H4.js.map +1 -1
- package/lib/commonjs/components/typography/H5.js +19 -33
- package/lib/commonjs/components/typography/H5.js.map +1 -1
- package/lib/commonjs/components/typography/H6.js +15 -13
- package/lib/commonjs/components/typography/H6.js.map +1 -1
- package/lib/commonjs/components/typography/Hero.js +38 -0
- package/lib/commonjs/components/typography/Hero.js.map +1 -0
- package/lib/commonjs/components/typography/Label.js +13 -10
- package/lib/commonjs/components/typography/Label.js.map +1 -1
- package/lib/commonjs/components/typography/LabelHeader.js +19 -16
- package/lib/commonjs/components/typography/LabelHeader.js.map +1 -1
- package/lib/commonjs/components/typography/{Link.js → LabelLink.js} +9 -14
- package/lib/commonjs/components/typography/LabelLink.js.map +1 -0
- package/lib/commonjs/components/typography/LabelSmall.js +18 -22
- package/lib/commonjs/components/typography/LabelSmall.js.map +1 -1
- package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +195 -379
- package/lib/commonjs/components/typography/__test__/typography.test.js +10 -42
- package/lib/commonjs/components/typography/__test__/typography.test.js.map +1 -1
- package/lib/commonjs/components/typography/common.js +18 -1
- package/lib/commonjs/components/typography/common.js.map +1 -1
- package/lib/commonjs/components/typography/index.js +45 -12
- package/lib/commonjs/components/typography/index.js.map +1 -1
- package/lib/commonjs/core/IOShapes.js +3 -3
- package/lib/commonjs/core/IOShapes.js.map +1 -1
- package/lib/commonjs/core/IOSpacing.js +8 -8
- package/lib/commonjs/core/IOSpacing.js.map +1 -1
- package/lib/commonjs/core/IOStyles.js +2 -8
- package/lib/commonjs/core/IOStyles.js.map +1 -1
- package/lib/commonjs/stories/Link.stories.js +1 -1
- package/lib/commonjs/stories/Link.stories.js.map +1 -1
- package/lib/commonjs/stories/Monospace.stories.js +1 -1
- package/lib/commonjs/stories/Monospace.stories.js.map +1 -1
- package/lib/commonjs/utils/fonts.js +8 -6
- package/lib/commonjs/utils/fonts.js.map +1 -1
- package/lib/module/components/alert/Alert.js +9 -1
- package/lib/module/components/alert/Alert.js.map +1 -1
- package/lib/module/components/badge/Badge.js +12 -3
- package/lib/module/components/badge/Badge.js.map +1 -1
- package/lib/module/components/badge/__test__/__snapshots__/badge.test.tsx.snap +5 -3
- package/lib/module/components/banner/Banner.js +0 -1
- package/lib/module/components/banner/Banner.js.map +1 -1
- package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +5 -5
- package/lib/module/components/buttons/ButtonExtendedOutline.js +2 -2
- package/lib/module/components/buttons/ButtonExtendedOutline.js.map +1 -1
- package/lib/module/components/buttons/ButtonLink.js +3 -2
- package/lib/module/components/buttons/ButtonLink.js.map +1 -1
- package/lib/module/components/buttons/ButtonOutline.js +8 -48
- package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/module/components/buttons/ButtonSolid.js +5 -7
- package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/IconButtonSolid.js +55 -30
- package/lib/module/components/buttons/IconButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +23 -21
- package/lib/module/components/checkbox/AnimatedCheckbox.js +15 -3
- package/lib/module/components/checkbox/AnimatedCheckbox.js.map +1 -1
- package/lib/module/components/checkbox/AnimatedMessageCheckbox.js +13 -5
- package/lib/module/components/checkbox/AnimatedMessageCheckbox.js.map +1 -1
- package/lib/module/components/checkbox/CheckboxLabel.js +32 -9
- package/lib/module/components/checkbox/CheckboxLabel.js.map +1 -1
- package/lib/module/components/featureInfo/FeatureInfo.js +47 -0
- package/lib/module/components/featureInfo/FeatureInfo.js.map +1 -0
- package/lib/module/components/featureInfo/index.js +2 -0
- package/lib/module/components/featureInfo/index.js.map +1 -0
- package/lib/module/components/icons/Icon.js +35 -15
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/icons/IconContained.js +51 -0
- package/lib/module/components/icons/IconContained.js.map +1 -0
- package/lib/module/components/icons/index.js +1 -0
- package/lib/module/components/icons/index.js.map +1 -1
- package/lib/module/components/icons/svg/IconChange.js +23 -0
- package/lib/module/components/icons/svg/IconChange.js.map +1 -0
- package/lib/module/components/icons/svg/IconContactless.js +23 -0
- package/lib/module/components/icons/svg/IconContactless.js.map +1 -0
- package/lib/module/components/icons/svg/IconDisabilityCard.js +23 -0
- package/lib/module/components/icons/svg/IconDisabilityCard.js.map +1 -0
- package/lib/module/components/icons/svg/IconDriverLicense.js +23 -0
- package/lib/module/components/icons/svg/IconDriverLicense.js.map +1 -0
- package/lib/module/components/icons/svg/IconHealthCard.js +23 -0
- package/lib/module/components/icons/svg/IconHealthCard.js.map +1 -0
- package/lib/module/components/icons/svg/IconKey.js +23 -0
- package/lib/module/components/icons/svg/IconKey.js.map +1 -0
- package/lib/module/components/icons/svg/IconKeyboard.js +23 -0
- package/lib/module/components/icons/svg/IconKeyboard.js.map +1 -0
- package/lib/module/components/icons/svg/IconNotification.js +23 -0
- package/lib/module/components/icons/svg/IconNotification.js.map +1 -0
- package/lib/module/components/icons/svg/IconOption.js +23 -0
- package/lib/module/components/icons/svg/IconOption.js.map +1 -0
- package/lib/module/components/icons/svg/IconTransactions.js +1 -1
- package/lib/module/components/icons/svg/IconTransactions.js.map +1 -1
- package/lib/module/components/icons/svg/IconTransactionsBoxed.js +23 -0
- package/lib/module/components/icons/svg/IconTransactionsBoxed.js.map +1 -0
- package/lib/module/components/icons/svg/originals/IconChange.svg +3 -0
- package/lib/module/components/icons/svg/originals/IconContactless.svg +3 -0
- package/lib/module/components/icons/svg/originals/IconDisabilityCard.svg +7 -0
- package/lib/module/components/icons/svg/originals/IconDriverLicense.svg +8 -0
- package/lib/module/components/icons/svg/originals/IconHealthCard.svg +7 -0
- package/lib/module/components/icons/svg/originals/IconKey.svg +7 -0
- package/lib/module/components/icons/svg/originals/IconKeyboard.svg +3 -0
- package/lib/module/components/icons/svg/originals/IconNotification.svg +7 -0
- package/lib/module/components/icons/svg/originals/IconOption.svg +7 -0
- package/lib/module/components/icons/svg/originals/IconTransactions.svg +8 -0
- package/lib/module/components/icons/svg/originals/IconTransactionsBoxed.svg +8 -0
- package/lib/module/components/index.js +2 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/listitems/ListItemAction.js +40 -10
- package/lib/module/components/listitems/ListItemAction.js.map +1 -1
- package/lib/module/components/listitems/ListItemInfo.js +34 -10
- package/lib/module/components/listitems/ListItemInfo.js.map +1 -1
- package/lib/module/components/listitems/ListItemInfoCopy.js +43 -13
- package/lib/module/components/listitems/ListItemInfoCopy.js.map +1 -1
- package/lib/module/components/listitems/ListItemNav.js +34 -10
- package/lib/module/components/listitems/ListItemNav.js.map +1 -1
- package/lib/module/components/listitems/ListItemNavAlert.js +35 -10
- package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/module/components/listitems/ListItemSwitch.js +2 -2
- package/lib/module/components/listitems/ListItemSwitch.js.map +1 -1
- package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +75 -108
- package/lib/module/components/listitems/__test__/listitem.test.js +1 -1
- package/lib/module/components/listitems/__test__/listitem.test.js.map +1 -1
- package/lib/module/components/listitems/index.js +1 -1
- package/lib/module/components/listitems/index.js.map +1 -1
- package/lib/module/components/{listitems/ListItemIDP.js → modules/ModuleIDP.js} +18 -11
- package/lib/module/components/modules/ModuleIDP.js.map +1 -0
- package/lib/module/components/modules/index.js +2 -0
- package/lib/module/components/modules/index.js.map +1 -0
- package/lib/module/components/pictograms/Pictogram.js +51 -10
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramBleedCie.js +39 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCie.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedFeature.js +42 -0
- package/lib/module/components/pictograms/svg/PictogramBleedFeature.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedSecurity.js +36 -0
- package/lib/module/components/pictograms/svg/PictogramBleedSecurity.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramCie.js +39 -0
- package/lib/module/components/pictograms/svg/PictogramCie.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramFeature.js +42 -0
- package/lib/module/components/pictograms/svg/PictogramFeature.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramObjClock.js +26 -0
- package/lib/module/components/pictograms/svg/PictogramObjClock.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramObjFlyingMessage.js +26 -0
- package/lib/module/components/pictograms/svg/PictogramObjFlyingMessage.js.map +1 -0
- package/lib/module/components/pictograms/svg/{PictogramFollowMessage.js → PictogramObjFollowMessage.js} +3 -3
- package/lib/module/components/pictograms/svg/PictogramObjFollowMessage.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramObjIbanCard.js +68 -0
- package/lib/module/components/pictograms/svg/PictogramObjIbanCard.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramObjKey.js +28 -0
- package/lib/module/components/pictograms/svg/{PictogramManual.js.map → PictogramObjKey.js.map} +1 -1
- package/lib/module/components/pictograms/svg/{PictogramManual.js → PictogramObjManual.js} +3 -3
- package/lib/module/components/pictograms/svg/PictogramObjManual.js.map +1 -0
- package/lib/module/components/pictograms/svg/{PictogramTrash.js → PictogramObjTrash.js} +3 -3
- package/lib/module/components/pictograms/svg/PictogramObjTrash.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramSecurity.js +39 -0
- package/lib/module/components/pictograms/svg/PictogramSecurity.js.map +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedCie.svg +30 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedFeature.svg +34 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedSecurity.svg +26 -0
- package/lib/module/components/pictograms/svg/originals/PictogramCie.svg +30 -0
- package/lib/module/components/pictograms/svg/originals/PictogramFeature.svg +34 -0
- package/lib/module/components/pictograms/svg/originals/PictogramObjClock.svg +12 -0
- package/lib/module/components/pictograms/svg/originals/PictogramObjFlyingMessage.svg +12 -0
- package/lib/module/components/pictograms/svg/originals/PictogramObjIbanCard.svg +59 -0
- package/lib/module/components/pictograms/svg/originals/PictogramObjKey.svg +14 -0
- package/lib/module/components/pictograms/svg/originals/PictogramSecurity.svg +30 -0
- package/lib/module/components/radio/AnimatedRadio.js +15 -3
- package/lib/module/components/radio/AnimatedRadio.js.map +1 -1
- package/lib/module/components/switch/NativeSwitch.js +20 -6
- package/lib/module/components/switch/NativeSwitch.js.map +1 -1
- package/lib/module/components/switch/SwitchLabel.js +32 -9
- package/lib/module/components/switch/SwitchLabel.js.map +1 -1
- package/lib/module/components/tag/Tag.js +12 -4
- package/lib/module/components/tag/Tag.js.map +1 -1
- package/lib/module/components/textInput/TextInputBase.js +12 -3
- package/lib/module/components/textInput/TextInputBase.js.map +1 -1
- package/lib/module/components/typography/Body.js +1 -4
- package/lib/module/components/typography/Body.js.map +1 -1
- package/lib/module/components/typography/BodyMonospace.js +21 -0
- package/lib/module/components/typography/BodyMonospace.js.map +1 -0
- package/lib/module/components/typography/ButtonText.js +31 -0
- package/lib/module/components/typography/ButtonText.js.map +1 -0
- package/lib/module/components/typography/Caption.js +29 -0
- package/lib/module/components/typography/Caption.js.map +1 -0
- package/lib/module/components/typography/Chip.js +27 -0
- package/lib/module/components/typography/Chip.js.map +1 -0
- package/lib/module/components/typography/H1.js +17 -12
- package/lib/module/components/typography/H1.js.map +1 -1
- package/lib/module/components/typography/H2.js +17 -12
- package/lib/module/components/typography/H2.js.map +1 -1
- package/lib/module/components/typography/H3.js +24 -18
- package/lib/module/components/typography/H3.js.map +1 -1
- package/lib/module/components/typography/H4.js +17 -13
- package/lib/module/components/typography/H4.js.map +1 -1
- package/lib/module/components/typography/H5.js +17 -31
- package/lib/module/components/typography/H5.js.map +1 -1
- package/lib/module/components/typography/H6.js +15 -11
- package/lib/module/components/typography/H6.js.map +1 -1
- package/lib/module/components/typography/Hero.js +29 -0
- package/lib/module/components/typography/Hero.js.map +1 -0
- package/lib/module/components/typography/Label.js +13 -10
- package/lib/module/components/typography/Label.js.map +1 -1
- package/lib/module/components/typography/LabelHeader.js +20 -17
- package/lib/module/components/typography/LabelHeader.js.map +1 -1
- package/lib/module/components/typography/{Link.js → LabelLink.js} +6 -11
- package/lib/module/components/typography/LabelLink.js.map +1 -0
- package/lib/module/components/typography/LabelSmall.js +18 -22
- package/lib/module/components/typography/LabelSmall.js.map +1 -1
- package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +195 -379
- package/lib/module/components/typography/__test__/typography.test.js +10 -42
- package/lib/module/components/typography/__test__/typography.test.js.map +1 -1
- package/lib/module/components/typography/common.js +15 -0
- package/lib/module/components/typography/common.js.map +1 -1
- package/lib/module/components/typography/index.js +6 -3
- package/lib/module/components/typography/index.js.map +1 -1
- package/lib/module/core/IOShapes.js +1 -1
- package/lib/module/core/IOShapes.js.map +1 -1
- package/lib/module/core/IOSpacing.js +4 -4
- package/lib/module/core/IOSpacing.js.map +1 -1
- package/lib/module/core/IOStyles.js +2 -8
- package/lib/module/core/IOStyles.js.map +1 -1
- package/lib/module/stories/Link.stories.js +2 -2
- package/lib/module/stories/Link.stories.js.map +1 -1
- package/lib/module/stories/Monospace.stories.js +2 -2
- package/lib/module/stories/Monospace.stories.js.map +1 -1
- package/lib/module/utils/fonts.js +8 -6
- package/lib/module/utils/fonts.js.map +1 -1
- package/lib/typescript/components/alert/Alert.d.ts.map +1 -1
- package/lib/typescript/components/badge/Badge.d.ts.map +1 -1
- package/lib/typescript/components/banner/Banner.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonOutline.d.ts +2 -3
- 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/IconButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/checkbox/AnimatedCheckbox.d.ts.map +1 -1
- package/lib/typescript/components/checkbox/AnimatedMessageCheckbox.d.ts.map +1 -1
- package/lib/typescript/components/checkbox/CheckboxLabel.d.ts.map +1 -1
- package/lib/typescript/components/featureInfo/FeatureInfo.d.ts +24 -0
- package/lib/typescript/components/featureInfo/FeatureInfo.d.ts.map +1 -0
- package/lib/typescript/components/featureInfo/index.d.ts +2 -0
- package/lib/typescript/components/featureInfo/index.d.ts.map +1 -0
- package/lib/typescript/components/icons/Icon.d.ts +11 -1
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/icons/IconContained.d.ts +10 -0
- package/lib/typescript/components/icons/IconContained.d.ts.map +1 -0
- 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/IconChange.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconChange.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconContactless.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconContactless.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconDisabilityCard.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconDisabilityCard.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconDriverLicense.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconDriverLicense.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconHealthCard.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconHealthCard.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconKey.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconKey.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconKeyboard.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconKeyboard.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconNotification.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconNotification.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconOption.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconOption.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconTransactionsBoxed.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconTransactionsBoxed.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +2 -0
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemAction.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemInfo.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemInfoCopy.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemSwitch.d.ts +1 -1
- package/lib/typescript/components/listitems/ListItemSwitch.d.ts.map +1 -1
- package/lib/typescript/components/listitems/index.d.ts +1 -1
- package/lib/typescript/components/listitems/index.d.ts.map +1 -1
- package/lib/typescript/components/{listitems/ListItemIDP.d.ts → modules/ModuleIDP.d.ts} +4 -4
- package/lib/typescript/components/modules/ModuleIDP.d.ts.map +1 -0
- package/lib/typescript/components/modules/index.d.ts +2 -0
- package/lib/typescript/components/modules/index.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/Pictogram.d.ts +21 -5
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedCie.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCie.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeature.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeature.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedSecurity.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedSecurity.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramCie.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramCie.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramFeature.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramFeature.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramObjClock.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramObjClock.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramObjFlyingMessage.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramObjFlyingMessage.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramObjFollowMessage.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramObjFollowMessage.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramObjIbanCard.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramObjIbanCard.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramObjKey.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramObjKey.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramObjManual.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramObjManual.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramObjTrash.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramObjTrash.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramSecurity.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramSecurity.d.ts.map +1 -0
- package/lib/typescript/components/radio/AnimatedRadio.d.ts.map +1 -1
- package/lib/typescript/components/switch/NativeSwitch.d.ts.map +1 -1
- package/lib/typescript/components/switch/SwitchLabel.d.ts.map +1 -1
- package/lib/typescript/components/tag/Tag.d.ts.map +1 -1
- package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
- package/lib/typescript/components/typography/Body.d.ts +4 -7
- package/lib/typescript/components/typography/Body.d.ts.map +1 -1
- package/lib/typescript/components/typography/BodyMonospace.d.ts +13 -0
- package/lib/typescript/components/typography/BodyMonospace.d.ts.map +1 -0
- package/lib/typescript/components/typography/ButtonText.d.ts +14 -0
- package/lib/typescript/components/typography/ButtonText.d.ts.map +1 -0
- package/lib/typescript/components/typography/Caption.d.ts +14 -0
- package/lib/typescript/components/typography/Caption.d.ts.map +1 -0
- package/lib/typescript/components/typography/Chip.d.ts +13 -0
- package/lib/typescript/components/typography/Chip.d.ts.map +1 -0
- package/lib/typescript/components/typography/H1.d.ts +9 -15
- package/lib/typescript/components/typography/H1.d.ts.map +1 -1
- package/lib/typescript/components/typography/H2.d.ts +9 -15
- package/lib/typescript/components/typography/H2.d.ts.map +1 -1
- package/lib/typescript/components/typography/H3.d.ts +7 -10
- package/lib/typescript/components/typography/H3.d.ts.map +1 -1
- package/lib/typescript/components/typography/H4.d.ts +8 -11
- package/lib/typescript/components/typography/H4.d.ts.map +1 -1
- package/lib/typescript/components/typography/H5.d.ts +9 -24
- package/lib/typescript/components/typography/H5.d.ts.map +1 -1
- package/lib/typescript/components/typography/H6.d.ts +7 -12
- package/lib/typescript/components/typography/H6.d.ts.map +1 -1
- package/lib/typescript/components/typography/Hero.d.ts +15 -0
- package/lib/typescript/components/typography/Hero.d.ts.map +1 -0
- package/lib/typescript/components/typography/Label.d.ts +8 -9
- package/lib/typescript/components/typography/Label.d.ts.map +1 -1
- package/lib/typescript/components/typography/LabelHeader.d.ts +4 -7
- package/lib/typescript/components/typography/LabelHeader.d.ts.map +1 -1
- package/lib/typescript/components/typography/LabelLink.d.ts +18 -0
- package/lib/typescript/components/typography/LabelLink.d.ts.map +1 -0
- package/lib/typescript/components/typography/LabelSmall.d.ts +4 -7
- package/lib/typescript/components/typography/LabelSmall.d.ts.map +1 -1
- package/lib/typescript/components/typography/common.d.ts +6 -0
- package/lib/typescript/components/typography/common.d.ts.map +1 -1
- package/lib/typescript/components/typography/index.d.ts +6 -3
- package/lib/typescript/components/typography/index.d.ts.map +1 -1
- package/lib/typescript/core/IOShapes.d.ts +1 -1
- package/lib/typescript/core/IOShapes.d.ts.map +1 -1
- package/lib/typescript/core/IOSpacing.d.ts +5 -5
- package/lib/typescript/core/IOSpacing.d.ts.map +1 -1
- package/lib/typescript/core/IOStyles.d.ts +1 -6
- package/lib/typescript/core/IOStyles.d.ts.map +1 -1
- package/lib/typescript/stories/H1.stories.d.ts +2 -2
- package/lib/typescript/stories/H2.stories.d.ts +2 -2
- package/lib/typescript/stories/H3.stories.d.ts +2 -2
- package/lib/typescript/stories/H4.stories.d.ts +2 -2
- package/lib/typescript/stories/H5.stories.d.ts +2 -10
- package/lib/typescript/stories/H5.stories.d.ts.map +1 -1
- package/lib/typescript/stories/H6.stories.d.ts +2 -2
- package/lib/typescript/stories/Label.stories.d.ts +4 -2
- package/lib/typescript/stories/Label.stories.d.ts.map +1 -1
- package/lib/typescript/stories/LabelSmall.stories.d.ts +2 -2
- package/lib/typescript/stories/Link.stories.d.ts +3 -3
- package/lib/typescript/stories/Link.stories.d.ts.map +1 -1
- package/lib/typescript/stories/Monospace.stories.d.ts +2 -2
- package/lib/typescript/stories/Monospace.stories.d.ts.map +1 -1
- package/lib/typescript/utils/fonts.d.ts +3 -3
- package/lib/typescript/utils/fonts.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/alert/Alert.tsx +7 -1
- package/src/components/badge/Badge.tsx +30 -19
- package/src/components/badge/__test__/__snapshots__/badge.test.tsx.snap +5 -3
- package/src/components/banner/Banner.tsx +1 -3
- package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +5 -5
- package/src/components/buttons/ButtonExtendedOutline.tsx +2 -2
- package/src/components/buttons/ButtonLink.tsx +3 -2
- package/src/components/buttons/ButtonOutline.tsx +6 -53
- package/src/components/buttons/ButtonSolid.tsx +8 -17
- package/src/components/buttons/IconButtonSolid.tsx +43 -13
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +23 -21
- package/src/components/checkbox/AnimatedCheckbox.tsx +26 -5
- package/src/components/checkbox/AnimatedMessageCheckbox.tsx +20 -10
- package/src/components/checkbox/CheckboxLabel.tsx +33 -6
- package/src/components/featureInfo/FeatureInfo.tsx +85 -0
- package/src/components/featureInfo/index.tsx +1 -0
- package/src/components/icons/Icon.tsx +35 -15
- package/src/components/icons/IconContained.tsx +76 -0
- package/src/components/icons/index.tsx +1 -0
- package/src/components/icons/svg/IconChange.tsx +16 -0
- package/src/components/icons/svg/IconContactless.tsx +16 -0
- package/src/components/icons/svg/IconDisabilityCard.tsx +16 -0
- package/src/components/icons/svg/IconDriverLicense.tsx +16 -0
- package/src/components/icons/svg/IconHealthCard.tsx +16 -0
- package/src/components/icons/svg/IconKey.tsx +16 -0
- package/src/components/icons/svg/IconKeyboard.tsx +16 -0
- package/src/components/icons/svg/IconNotification.tsx +16 -0
- package/src/components/icons/svg/IconOption.tsx +16 -0
- package/src/components/icons/svg/IconTransactions.tsx +1 -1
- package/src/components/icons/svg/IconTransactionsBoxed.tsx +16 -0
- package/src/components/icons/svg/originals/IconChange.svg +3 -0
- package/src/components/icons/svg/originals/IconContactless.svg +3 -0
- package/src/components/icons/svg/originals/IconDisabilityCard.svg +7 -0
- package/src/components/icons/svg/originals/IconDriverLicense.svg +8 -0
- package/src/components/icons/svg/originals/IconHealthCard.svg +7 -0
- package/src/components/icons/svg/originals/IconKey.svg +7 -0
- package/src/components/icons/svg/originals/IconKeyboard.svg +3 -0
- package/src/components/icons/svg/originals/IconNotification.svg +7 -0
- package/src/components/icons/svg/originals/IconOption.svg +7 -0
- package/src/components/icons/svg/originals/IconTransactions.svg +8 -0
- package/src/components/icons/svg/originals/IconTransactionsBoxed.svg +8 -0
- package/src/components/index.tsx +2 -0
- package/src/components/listitems/ListItemAction.tsx +53 -11
- package/src/components/listitems/ListItemInfo.tsx +55 -11
- package/src/components/listitems/ListItemInfoCopy.tsx +67 -18
- package/src/components/listitems/ListItemNav.tsx +60 -12
- package/src/components/listitems/ListItemNavAlert.tsx +50 -9
- package/src/components/listitems/ListItemSwitch.tsx +4 -4
- package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +75 -108
- package/src/components/listitems/__test__/listitem.test.tsx +1 -1
- package/src/components/listitems/index.tsx +1 -1
- package/src/components/{listitems/ListItemIDP.tsx → modules/ModuleIDP.tsx} +29 -16
- package/src/components/modules/index.tsx +1 -0
- package/src/components/pictograms/Pictogram.tsx +48 -11
- package/src/components/pictograms/svg/PictogramBleedCie.tsx +38 -0
- package/src/components/pictograms/svg/PictogramBleedFeature.tsx +46 -0
- package/src/components/pictograms/svg/PictogramBleedSecurity.tsx +38 -0
- package/src/components/pictograms/svg/PictogramCie.tsx +38 -0
- package/src/components/pictograms/svg/PictogramFeature.tsx +42 -0
- package/src/components/pictograms/svg/PictogramObjClock.tsx +20 -0
- package/src/components/pictograms/svg/PictogramObjFlyingMessage.tsx +24 -0
- package/src/components/pictograms/svg/{PictogramFollowMessage.tsx → PictogramObjFollowMessage.tsx} +2 -2
- package/src/components/pictograms/svg/PictogramObjIbanCard.tsx +67 -0
- package/src/components/pictograms/svg/PictogramObjKey.tsx +22 -0
- package/src/components/pictograms/svg/{PictogramManual.tsx → PictogramObjManual.tsx} +2 -2
- package/src/components/pictograms/svg/{PictogramTrash.tsx → PictogramObjTrash.tsx} +2 -2
- package/src/components/pictograms/svg/PictogramSecurity.tsx +38 -0
- package/src/components/pictograms/svg/originals/PictogramBleedCie.svg +30 -0
- package/src/components/pictograms/svg/originals/PictogramBleedFeature.svg +34 -0
- package/src/components/pictograms/svg/originals/PictogramBleedSecurity.svg +26 -0
- package/src/components/pictograms/svg/originals/PictogramCie.svg +30 -0
- package/src/components/pictograms/svg/originals/PictogramFeature.svg +34 -0
- package/src/components/pictograms/svg/originals/PictogramObjClock.svg +12 -0
- package/src/components/pictograms/svg/originals/PictogramObjFlyingMessage.svg +12 -0
- package/src/components/pictograms/svg/originals/PictogramObjIbanCard.svg +59 -0
- package/src/components/pictograms/svg/originals/PictogramObjKey.svg +14 -0
- package/src/components/pictograms/svg/originals/PictogramSecurity.svg +30 -0
- package/src/components/radio/AnimatedRadio.tsx +26 -5
- package/src/components/switch/NativeSwitch.tsx +35 -13
- package/src/components/switch/SwitchLabel.tsx +33 -6
- package/src/components/tag/Tag.tsx +39 -24
- package/src/components/textInput/TextInputBase.tsx +20 -3
- package/src/components/typography/Body.tsx +3 -7
- package/src/components/typography/BodyMonospace.tsx +29 -0
- package/src/components/typography/ButtonText.tsx +45 -0
- package/src/components/typography/Caption.tsx +37 -0
- package/src/components/typography/Chip.tsx +33 -0
- package/src/components/typography/H1.tsx +20 -29
- package/src/components/typography/H2.tsx +20 -29
- package/src/components/typography/H3.tsx +21 -20
- package/src/components/typography/H4.tsx +19 -20
- package/src/components/typography/H5.tsx +22 -54
- package/src/components/typography/H6.tsx +17 -15
- package/src/components/typography/Hero.tsx +34 -0
- package/src/components/typography/Label.tsx +23 -21
- package/src/components/typography/LabelHeader.tsx +12 -12
- package/src/components/typography/{Link.tsx → LabelLink.tsx} +15 -12
- package/src/components/typography/LabelSmall.tsx +13 -14
- package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +195 -379
- package/src/components/typography/__test__/typography.test.tsx +12 -50
- package/src/components/typography/common.tsx +16 -0
- package/src/components/typography/index.tsx +6 -3
- package/src/core/IOShapes.ts +1 -1
- package/src/core/IOSpacing.ts +6 -6
- package/src/core/IOStyles.ts +3 -8
- package/src/stories/Link.stories.ts +5 -5
- package/src/stories/Monospace.stories.ts +5 -5
- package/src/utils/fonts.ts +8 -6
- package/lib/commonjs/components/listitems/ListItemIDP.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramIBANCard.js +0 -75
- package/lib/commonjs/components/pictograms/svg/PictogramIBANCard.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramTrash.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/originals/PictogramIBANCard.svg +0 -15
- package/lib/commonjs/components/typography/CTA.js +0 -34
- package/lib/commonjs/components/typography/CTA.js.map +0 -1
- package/lib/commonjs/components/typography/Link.js.map +0 -1
- package/lib/commonjs/components/typography/Monospace.js +0 -30
- package/lib/commonjs/components/typography/Monospace.js.map +0 -1
- package/lib/module/components/listitems/ListItemIDP.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramFollowMessage.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramIBANCard.js +0 -67
- package/lib/module/components/pictograms/svg/PictogramIBANCard.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramTrash.js.map +0 -1
- package/lib/module/components/pictograms/svg/originals/PictogramIBANCard.svg +0 -15
- package/lib/module/components/typography/CTA.js +0 -27
- package/lib/module/components/typography/CTA.js.map +0 -1
- package/lib/module/components/typography/Link.js.map +0 -1
- package/lib/module/components/typography/Monospace.js +0 -23
- package/lib/module/components/typography/Monospace.js.map +0 -1
- package/lib/typescript/components/listitems/ListItemIDP.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramFollowMessage.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramFollowMessage.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramIBANCard.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramIBANCard.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramManual.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramManual.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramTrash.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramTrash.d.ts.map +0 -1
- package/lib/typescript/components/typography/CTA.d.ts +0 -16
- package/lib/typescript/components/typography/CTA.d.ts.map +0 -1
- package/lib/typescript/components/typography/Link.d.ts +0 -22
- package/lib/typescript/components/typography/Link.d.ts.map +0 -1
- package/lib/typescript/components/typography/Monospace.d.ts +0 -16
- package/lib/typescript/components/typography/Monospace.d.ts.map +0 -1
- package/src/components/pictograms/svg/PictogramIBANCard.tsx +0 -67
- package/src/components/pictograms/svg/originals/PictogramIBANCard.svg +0 -15
- package/src/components/typography/CTA.tsx +0 -35
- package/src/components/typography/Monospace.tsx +0 -34
- /package/lib/commonjs/components/pictograms/svg/originals/{PictogramFollowMessage.svg → PictogramObjFollowMessage.svg} +0 -0
- /package/lib/commonjs/components/pictograms/svg/originals/{PictogramManual.svg → PictogramObjManual.svg} +0 -0
- /package/lib/commonjs/components/pictograms/svg/originals/{PictogramTrash.svg → PictogramObjTrash.svg} +0 -0
- /package/lib/module/components/pictograms/svg/originals/{PictogramFollowMessage.svg → PictogramObjFollowMessage.svg} +0 -0
- /package/lib/module/components/pictograms/svg/originals/{PictogramManual.svg → PictogramObjManual.svg} +0 -0
- /package/lib/module/components/pictograms/svg/originals/{PictogramTrash.svg → PictogramObjTrash.svg} +0 -0
- /package/src/components/pictograms/svg/originals/{PictogramFollowMessage.svg → PictogramObjFollowMessage.svg} +0 -0
- /package/src/components/pictograms/svg/originals/{PictogramManual.svg → PictogramObjManual.svg} +0 -0
- /package/src/components/pictograms/svg/originals/{PictogramTrash.svg → PictogramObjTrash.svg} +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramBleedFeature = ({
|
|
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="M156.2 126.24h-.29c-2.76-.16-4.87-2.52-4.71-5.28l5.89-103.24c.16-2.76 2.55-4.88 5.28-4.72 2.76.16 4.87 2.52 4.71 5.28l-5.89 103.24c-.15 2.66-2.36 4.72-4.99 4.72Z"
|
|
13
|
+
fill="#AAEEEF"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M153.501 158.01c-.18 0-.36 0-.55-.02-2.03-.12-3.79-1.04-5.1-2.67-4.58-5.71-2.57-19.08-2.33-20.59.6-5.18 2.79-8.92 6.52-11.01 7.82-4.39 20.48-.22 29.72 4.05 6.08 2.81 12.88 4.15 19.63 3.89 8.93-.35 23.07-1.9 39.71-7.35l1.24 3.8c-17.08 5.59-31.61 7.19-40.8 7.55-7.38.29-14.82-1.18-21.46-4.26-11.87-5.49-21.14-6.98-26.09-4.2-2.58 1.45-4.06 4.09-4.52 8.07-.59 3.7-1.46 13.86 1.49 17.54.6.75 1.3 1.12 2.21 1.17 1.24.07 2.31-.3 3.25-1.15 3.12-2.81 4.1-9.88 4.21-12.36l4 .18c-.02.43-.53 10.64-5.53 15.15-1.62 1.46-3.51 2.2-5.62 2.2l.02.01Z"
|
|
17
|
+
fill="#0B3EE3"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M135.05 181.89c-2.99-.35-5.27-1.67-6.79-3.93-3.58-5.35-1.19-14.09-1.09-14.46l.08-.27.15-.24c1.08-1.75 10.85-17 20.37-15.36l-.68 3.94c-5.68-.97-13.58 9.26-16.14 13.28-.57 2.24-1.41 7.86.63 10.89.84 1.26 2.13 1.97 3.92 2.18l-.46 3.97h.01Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M165.16 201.25h-.24c-17.54-.7-29.33-1.7-33.13-8.89-2.57-4.87-2.11-8.44 1.7-13.16 3.37-4.17 9.36-9.7 18.78-12.33 6.84-1.91 13.9.03 18.01 4.94 2.73 3.27 2.71 6.08 2.21 7.87-1.1 3.94-5.5 7.18-13.47 9.91l-1.3-3.78c8.56-2.93 10.51-5.77 10.91-7.2.13-.47.53-1.88-1.43-4.22-3.1-3.71-8.54-5.14-13.86-3.65-8.4 2.35-13.74 7.27-16.75 10.99-3.04 3.76-2.98 5.57-1.28 8.78 2.77 5.25 14.48 6.15 29.51 6.75 4.76-.96 61.18-12.3 76.36-12.3h.59l-.09 4c-14.14-.32-75.68 12.14-76.3 12.26l-.24.05.02-.02Z"
|
|
25
|
+
fill="#0B3EE3"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="m169.52 172.88-3.6-1.74c6.24-12.95-5.67-19.12-6.18-19.37l1.79-3.57c.16.08 15.92 8.23 7.99 24.69v-.01Z"
|
|
29
|
+
fill="#0B3EE3"
|
|
30
|
+
/>
|
|
31
|
+
<Path
|
|
32
|
+
d="M175.67 165.75c-3.52 0-6.42-1.02-6.64-1.1l1.35-3.76-.68 1.88.67-1.88c.08.03 7.67 2.66 11.57-1.41l2.89 2.77c-2.64 2.75-6.13 3.51-9.16 3.51v-.01ZM127.15 164.45c-2.38-11.4-1.06-20.32 3.9-26.51 6.49-8.1 16.75-8.34 17.19-8.34l.06 4c-.09 0-8.87.25-14.16 6.88-4.16 5.21-5.19 13-3.08 23.16l-3.92.82.01-.01Z"
|
|
33
|
+
fill="#0B3EE3"
|
|
34
|
+
/>
|
|
35
|
+
<Path
|
|
36
|
+
d="M152.35 226.02h-.28c-2.76-.15-4.87-2.51-4.72-5.27l1.89-34.08c.15-2.76 2.54-4.87 5.27-4.72 2.76.15 4.87 2.51 4.72 5.27l-1.89 34.08c-.15 2.66-2.35 4.72-4.99 4.72ZM161.02 26l71.02 30.46c6.69 2.87 6.45 12.44-.37 14.97l-73.66 27.36L161.02 26Z"
|
|
37
|
+
fill="#AAEEEF"
|
|
38
|
+
/>
|
|
39
|
+
<Path
|
|
40
|
+
d="M225.95 62.13c.57.04 1.13-.28 1.37-.83.3-.7-.02-1.52-.73-1.82l-60.7-26.1c-.71-.3-1.52.02-1.82.73-.3.7.02 1.52.73 1.82l60.7 26.1c.15.06.3.1.45.11v-.01Z"
|
|
41
|
+
fill="#00C5CA"
|
|
42
|
+
/>
|
|
43
|
+
</Svg>
|
|
44
|
+
);
|
|
45
|
+
|
|
46
|
+
export default PictogramBleedFeature;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramBleedSecurity = ({
|
|
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="m141.53 162.33-1.17-10.28 6.77-5.65 4.83.62 2.92-10.71 2.61-3.84 9.51-2.64 6.8 3.32c.02-.34.06-.68.06-1.02V68.12c0-7.32-4.35-13.95-11.06-16.87l-38.56-16.73c-4.67-2.03-9.98-2.03-14.65 0L71.06 51.25C64.35 54.17 60 60.79 60 68.12v64.01c0 5.42 2.39 10.57 6.54 14.07l38.53 32.45c6.84 5.76 16.84 5.76 23.69 0l14.63-12.32-1.87-3.99.01-.01Z"
|
|
13
|
+
fill="#AAEEEF"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M168.661 196.7c-1.31 0-2.73-.14-4.27-.43-10.76-1.98-18.32-11.19-20.8-18.9-1.51-4.72-1.14-8.71 1.03-10.95l2.88 2.78c-1.06 1.1-1.1 3.83-.1 6.96 2.12 6.62 8.57 14.5 17.71 16.19 4.24.78 7.1.31 8.51-1.39 2.37-2.88.66-9.13-.2-11.29l3.72-1.48c.41 1.02 3.85 10.09-.42 15.3-1.76 2.15-4.46 3.22-8.06 3.22v-.01Z"
|
|
17
|
+
fill="#0B3EE3"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M172.3 179.76c-2.96 0-6.55-.51-10.77-1.55-16.89-4.13-21.03-15.98-22-22.68-.53-3.67.42-7.29 2.61-9.95 2.82-3.43 6.74-4.12 10.75-1.89l-1.94 3.5c-2.35-1.31-4.12-1.02-5.72.93-1.47 1.79-2.11 4.29-1.74 6.84.82 5.7 4.38 15.8 18.99 19.37 10.13 2.47 14.73 1.34 15.67-.54.69-1.39-.39-3.51-1.44-4.35l2.51-3.11c2.49 2.01 4.11 6.01 2.51 9.24-1.38 2.8-4.54 4.2-9.43 4.2v-.01Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M177.89 169.91c-4.77 0-11.22-2.99-20.41-9.38-5.51-3.83-8.1-10.04-7.5-17.94.56-7.33 6.17-13.28 13.04-13.84 2.04-.17 6.27-.51 9.51 2.37 2.41 2.14 3.72 5.62 3.9 10.32l-4 .15c-.13-3.58-.99-6.09-2.56-7.48-1.81-1.61-4.32-1.55-6.53-1.37-4.94.4-8.97 4.77-9.38 10.16-.5 6.5 1.45 11.33 5.79 14.36 9.48 6.6 15.86 9.38 19.5 8.52 1.35-.32 2.36-1.17 3.17-2.66.77-1.42-.53-3.65-1.38-4.86-4.21-5.99-14.24-11.84-17.81-11.3l-.6-3.95c5.86-.89 17.18 6.54 21.69 12.95 3.05 4.34 2.57 7.33 1.62 9.07-1.36 2.5-3.29 4.06-5.76 4.65-.72.17-1.48.26-2.29.26v-.03Z"
|
|
25
|
+
fill="#0B3EE3"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M224.3 159.28c-6.98 0-13.93-1.73-20.62-5.2-6.62-3.43-11.12-9.88-12.04-17.27-.5-4.05.36-9.22 1.19-14.22.98-5.91 2.09-12.61.2-14.85-.31-.37-.9-.86-2.39-.86-2.81 0-5.15 1.01-7.15 3.08-7.72 8.02-7.06 28.27-7.05 28.47l-4 .15c-.03-.9-.73-22.15 8.17-31.39 2.75-2.86 6.13-4.31 10.03-4.31 2.33 0 4.16.76 5.44 2.27 3.09 3.65 1.93 10.66.7 18.09-.78 4.72-1.59 9.59-1.16 13.07.76 6.17 4.37 11.35 9.91 14.21 11.51 5.96 23.84 6.3 35.64 1.01l1.64 3.65c-6.09 2.73-12.31 4.1-18.5 4.1h-.01ZM218.88 206.26c-8.46 0-16.4-1.38-22.77-2.99-13.19-3.33-22.44-8.17-22.83-8.37l1.87-3.54c.36.19 36.66 19 66.06 6.78l1.54 3.69c-7.84 3.26-16.07 4.43-23.86 4.43h-.01Z"
|
|
29
|
+
fill="#0B3EE3"
|
|
30
|
+
/>
|
|
31
|
+
<Path
|
|
32
|
+
d="M109.51 128.64c-.4 0-.79-.16-1.07-.45l-25.2299-25.74c-.58-.59-.57-1.54.02-2.12.59-.58 1.54-.57 2.12.02l24.1299 24.62 42.36-45.48c.56-.61 1.51-.64 2.12-.08.61.56.64 1.51.08 2.12l-43.43 46.63c-.28.3-.67.47-1.08.48h-.02Z"
|
|
33
|
+
fill="#00C5CA"
|
|
34
|
+
/>
|
|
35
|
+
</Svg>
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
export default PictogramBleedSecurity;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramCie = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="M7 150.41v15.07c0 5.87 4.76 10.63 10.63 10.63h152.76c5.87 0 10.63-4.76 10.63-10.63v-8.43c0-.39-11.44-17.76-18.33-18.63-6.89-.87-15.91-3.54-15.91-3.54-10.32-3.9-.42-12.65-.42-12.65l2.72-.43c-11.11-.83-12.16-11.46-12.16-11.46l5.18-2.95-1.41-2.87-.67-2.83-.07-2.37 1.38-.98s4.14-1.27 4.79-1.33c.65-.06 6.02.68 6.02.68l7.73.98s11.4 3.27 11.63 3.34c.23.07 9.5 4.71 9.5 4.71V64.63c0-5.87-4.76-10.63-10.63-10.63H17.63C11.76 54 7 58.76 7 64.63V150.41Z"
|
|
9
|
+
fill="#AAEEEF"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
d="M168.31 172.12H18.9201c-4.6 0-8.34-3.74-8.34-8.34V65.41c0-4.59 3.74-8.33 8.34-8.33H169.51c4.6 0 8.34 3.74 8.34 8.34v37.71c0 .75-.61 1.35-1.35 1.35-.74 0-1.35-.61-1.35-1.35V65.41c0-3.1-2.53-5.63-5.63-5.63H18.9201c-3.1 0-5.63 2.53-5.63 5.63v98.37c0 3.1 2.53 5.63 5.63 5.63H168.31c3.1 0 5.63-2.53 5.63-5.63v-16.29c0-.75.61-1.35 1.35-1.35.74 0 1.35.61 1.35 1.35v16.29c0 4.6-3.74 8.34-8.34 8.34h.01Z"
|
|
13
|
+
fill="#00C5CA"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M229.74 144.18c-14.45-19.53-40.46-50.52-48.71-50.52v-4c12.97 0 47.98 46.8 51.93 52.14l-3.22 2.38ZM165.6 115.05c-18.46-2.42-27.63-6.04-28.84-11.37-.74-3.26 1.84-5.94 3.48-7.01 9.19-5.9 38.25 5.61 41.53 6.94l-1.5 3.71c-11.66-4.73-32.25-10.89-37.85-7.29 0 0-2.06 1.44-1.75 2.77.2.85 2.36 5.25 25.45 8.28l-.52 3.97Z"
|
|
17
|
+
fill="#0B3EE3"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M165.45 128.27c-27.17-5.71-30.83-11.35-31.22-15.1-.52-5.04 5.75-7.95 6.47-8.27l1.62 3.66c-1.42.63-4.29 2.49-4.1 4.2.15 1.37 2.6 6.25 28.07 11.6l-.82 3.91h-.02Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M201.77 185.46c-2.43-3.36-4.81-6.87-7.33-10.59-11.38-16.79-23.15-34.16-38.58-35.71-8.27-.83-13.23-3.3-14.76-7.35-2.06-5.44 3.13-11.13 3.35-11.37l2.94 2.72c-1.04 1.14-3.53 4.66-2.55 7.25.93 2.43 4.98 4.13 11.42 4.77 17.29 1.74 29.59 19.89 41.49 37.45 2.5 3.69 4.86 7.18 7.26 10.49l-3.24 2.34Z"
|
|
25
|
+
fill="#0B3EE3"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M43.6602 138.19c-8.36 0-15.17-6.8-15.17-15.17 0-8.37 6.8-15.17 15.17-15.17 8.37 0 15.17 6.8 15.17 15.17 0 8.37-6.8 15.17-15.17 15.17Zm0-27.33c-6.71 0-12.17 5.46-12.17 12.17s5.46 12.17 12.17 12.17 12.17-5.46 12.17-12.17-5.46-12.17-12.17-12.17Z"
|
|
29
|
+
fill="#00C5CA"
|
|
30
|
+
/>
|
|
31
|
+
<Path
|
|
32
|
+
d="M63.5003 158.12c-.83 0-1.5-.67-1.5-1.5 0-10.11-8.23-18.34-18.34-18.34s-18.34 8.23-18.34 18.34c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-11.77 9.57-21.34 21.34-21.34s21.34 9.57 21.34 21.34c0 .83-.67 1.5-1.5 1.5ZM118.02 139.21H75.4902c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5H118.02c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5ZM104.62 77H29.9902c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5H104.62c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5ZM71.6702 88.77h-41.68c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5h41.67c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5h.01ZM107.18 153.73H75.4902c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5H107.18c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5ZM124.2 146.66H75.4902c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5H124.2c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5Z"
|
|
33
|
+
fill="#00C5CA"
|
|
34
|
+
/>
|
|
35
|
+
</Svg>
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
export default PictogramCie;
|
|
@@ -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 PictogramFeature = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="M93.3604 126.53c-.71 0-1.44-.15-2.13-.48-2.5-1.18-3.57-4.16-2.39-6.66L132.94 25.87c1.18-2.5 4.16-3.57 6.66-2.39 2.5 1.18 3.57 4.16 2.39 6.66l-44.1096 93.53c-.85 1.81-2.65 2.87-4.53 2.87l.01-.01Z"
|
|
9
|
+
fill="#AAEEEF"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
d="M152.65 156.79c-25.22 0-35.15-10.21-35.61-10.69l-.13-.16c-4.39-5.74-17.89-20.46-27.39-19.73-3.14.24-5.64 2.15-7.64 5.84-1.94 3.21-6.54 12.31-5.19 16.82.28.92.79 1.53 1.61 1.92 1.13.53 2.25.58 3.45.15 3.94-1.44 7.5-7.62 8.53-9.89l3.64 1.66c-.18.39-4.47 9.67-10.8 11.98-2.22.81-4.42.71-6.54-.29-1.84-.87-3.13-2.39-3.73-4.38-2.11-7.01 4.76-18.66 5.55-19.96 2.62-4.82 6.27-7.48 10.8-7.83 13.3-1.02 29.36 19.33 30.8 21.18.87.84 12.71 11.65 41.86 8.94l.37 3.98c-3.41.32-6.61.46-9.59.46h.01Z"
|
|
13
|
+
fill="#0B3EE3"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M51.0402 169.86c-2.64-1.44-4.26-3.52-4.82-6.19-1.32-6.3 4.17-13.51 4.41-13.81l.17-.22.23-.17c1.66-1.21 16.43-11.7 24.64-6.62l-2.11 3.4c-4.92-3.04-16.06 3.5-19.94 6.27-1.37 1.87-4.25 6.76-3.49 10.33.31 1.48 1.24 2.62 2.82 3.49l-1.92 3.51.01.01Z"
|
|
17
|
+
fill="#0B3EE3"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M141.66 216.45c-35.07 0-68.7497-16.76-70.2397-17.51-15.93-7.18-26.49-12.51-27.32-20.6-.56-5.48 1.2-8.61 6.51-11.57 4.69-2.61 12.31-5.49 22.03-4.4 7.05.79 12.88 5.23 14.85 11.32 1.31 4.05.24 6.65-.89 8.12-2.49 3.24-7.79 4.6-16.2 4.15l.21-3.99c9.04.48 11.91-1.41 12.81-2.59.29-.38 1.19-1.55.26-4.45-1.49-4.6-5.99-7.96-11.49-8.58-8.67-.97-15.47 1.6-19.64 3.92-4.22 2.35-4.84 4.05-4.47 7.66.61 5.94 11.23 11.17 25.06 17.4.45.23 37.7897 18.8 73.6097 16.99l.2 4c-1.76.09-3.53.13-5.29.13Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="m86.3804 174.4-2.69-2.96c4.44-4.04 6.07-8.61 4.86-13.61-.95-3.89-3.31-6.65-3.34-6.68l3.01-2.64c.12.13 11.68 13.59-1.84 25.88v.01Z"
|
|
25
|
+
fill="#0B3EE3"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M100.11 171.22c-5.84 0-10.85-4.39-11.11-4.63l2.66-2.98c.06.05 6.12 5.33 11.25 3.02l1.64 3.65c-1.49.67-3 .94-4.45.94h.01ZM54.1802 151.43l-3.94-.71c2.06-11.46 6.62-19.24 13.54-23.12 9.05-5.08 18.66-1.46 19.06-1.3l-1.44 3.73c-.08-.03-8.31-3.09-15.7 1.08-5.81 3.28-9.68 10.11-11.52 20.32Z"
|
|
29
|
+
fill="#0B3EE3"
|
|
30
|
+
/>
|
|
31
|
+
<Path
|
|
32
|
+
d="M52.4304 217.61c-.71 0-1.44-.15-2.12-.48-2.5-1.17-3.57-4.15-2.4-6.65l14.51-30.9c1.17-2.5 4.15-3.57 6.65-2.4s3.57 4.15 2.4 6.65l-14.51 30.9c-.85 1.81-2.65 2.88-4.53 2.88ZM134.58 37.11l58.03 60.29c5.47 5.68 1.2 15.12-6.67 14.78l-85.01-3.72 33.65-71.35Z"
|
|
33
|
+
fill="#AAEEEF"
|
|
34
|
+
/>
|
|
35
|
+
<Path
|
|
36
|
+
d="M184.82 100.66c-.39 0-.79-.15-1.08-.46l-49.57-51.59c-.57-.6-.55-1.55.04-2.12.6-.57 1.54-.56 2.12.04l49.57 51.59c.57.6.55 1.55-.04 2.12-.29.28-.67.42-1.04.42Z"
|
|
37
|
+
fill="#00C5CA"
|
|
38
|
+
/>
|
|
39
|
+
</Svg>
|
|
40
|
+
);
|
|
41
|
+
|
|
42
|
+
export default PictogramFeature;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramObjClock = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="M121 240c65.722 0 119-53.726 119-120C240 53.7258 186.722 0 121 0 55.2781 0 2 53.7258 2 120c0 66.274 53.2781 120 119 120Z"
|
|
9
|
+
fill="#AAEEEF"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
fill-rule="evenodd"
|
|
13
|
+
clip-rule="evenodd"
|
|
14
|
+
d="M117 53c1.105 0 2 .8954 2 2v63.983l52.678 38.401c.893.651 1.089 1.902.438 2.794-.651.893-1.902 1.089-2.794.438l-53.5-39c-.517-.376-.822-.977-.822-1.616V55c0-1.1046.895-2 2-2Z"
|
|
15
|
+
fill="#00C5CA"
|
|
16
|
+
/>
|
|
17
|
+
</Svg>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
export default PictogramObjClock;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramObjFlyingMessage = ({
|
|
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="M69.0186 82.1914 50.677 65.9896c-4.0915-3.6142-2.1733-10.357 3.2079-11.2764L224.344 25.5895c5.663-.9675 9.704 5.3495 6.451 10.085L152.866 149.143c-2.281 3.322-7.004 3.788-9.891.977l-9.628-9.374c-2.233-2.174-5.695-2.457-8.251-.675l-25.9573 18.102c-3.707 2.585-8.8556.691-10.003-3.68L71.002 85.4119a6.49865 6.49865 0 0 0-1.9834-3.2205Z"
|
|
13
|
+
fill="#AAEEEF"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
fill-rule="evenodd"
|
|
17
|
+
clip-rule="evenodd"
|
|
18
|
+
d="M225.313 32.7611c.696-.4487.897-1.377.448-2.0734-.448-.6964-1.377-.8971-2.073-.4484l-117.3 75.5827c-.758.488-1.421 1.096-1.967 1.794-.17.071-.33.175-.469.311-.326.318-.476.748-.449 1.17-.243.509-.434 1.046-.566 1.603l-10.8962 45.954c-.1911.806.3074 1.615 1.1135 1.806.806.191 1.6144-.308 1.8056-1.114l10.7761-45.447 19.691 20.149c.579.593 1.529.604 2.121.025.593-.579.604-1.529.025-2.121l-20.426-20.902c.259-.265.549-.502.865-.706l117.301-75.5829Zm-29.836 10.6617c.785-.2629 1.209-1.1129.946-1.8985-.263-.7856-1.113-1.2093-1.899-.9463l-119.4997 40c-.7856.2629-1.2093 1.1129-.9463 1.8985.2629.7856 1.1129 1.2093 1.8985.9463l119.5005-40ZM89.7303 173.358c.474-.679.3075-1.614-.3719-2.088-.6795-.474-1.6145-.308-2.0885.372-14.7656 21.164-40.7893 42.307-85.63845 38.364-.82524-.073-1.55305.538-1.6256 1.363-.07254.825.53763 1.553 1.36288 1.625 46.15087 4.058 73.12717-17.8 88.36157-39.636Z"
|
|
19
|
+
fill="#00C5CA"
|
|
20
|
+
/>
|
|
21
|
+
</Svg>
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
export default PictogramObjFlyingMessage;
|
package/src/components/pictograms/svg/{PictogramFollowMessage.tsx → PictogramObjFollowMessage.tsx}
RENAMED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
3
|
import { SVGPictogramProps } from "../Pictogram";
|
|
4
4
|
|
|
5
|
-
const
|
|
5
|
+
const PictogramObjFollowMessage = ({
|
|
6
6
|
size,
|
|
7
7
|
color,
|
|
8
8
|
...props
|
|
@@ -19,4 +19,4 @@ const PictogramFollowMessage = ({
|
|
|
19
19
|
</Svg>
|
|
20
20
|
);
|
|
21
21
|
|
|
22
|
-
export default
|
|
22
|
+
export default PictogramObjFollowMessage;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, G, Mask, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramObjIbanCard = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
fill-rule="evenodd"
|
|
9
|
+
clip-rule="evenodd"
|
|
10
|
+
d="M8.75195 53c-2.20914 0-4 1.7909-4 4v109.372c0 2.209 1.79086 4 4 4H182.916c-.598-2.353-.916-4.818-.916-7.357 0-16.448 13.334-29.781 29.781-29.781 2.302 0 4.542.261 6.693.755V57c0-2.2091-1.791-4-4-4H8.75195Z"
|
|
11
|
+
fill="#AAEEEF"
|
|
12
|
+
/>
|
|
13
|
+
<Path
|
|
14
|
+
fill-rule="evenodd"
|
|
15
|
+
clip-rule="evenodd"
|
|
16
|
+
d="M70 70.5273c0-.5522.4477-1 1-1h130c.552 0 1 .4478 1 1 0 .5523-.448 1-1 1H71c-.5523 0-1-.4477-1-1ZM70 81c0-.5523.4477-1 1-1h79c.552 0 1 .4477 1 1s-.448 1-1 1H71c-.5523 0-1-.4477-1-1Z"
|
|
17
|
+
fill="#00C5CA"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M79.0801 109v-1.5h1.695v-7.5001h-1.695v-1.5h5.01v1.5h-1.695V107.5h1.695v1.5h-5.01ZM88.6282 109v-8.94h-2.94v-1.5601h7.59v1.5601h-3.03V109h-1.62ZM101.265 108.265v-8.5201l.555.4201-2.0702 1.095-.435-1.4101 2.8052-1.5h.78v9.9151h-1.635Zm-1.6652.735v-1.56h5.0102V109h-5.0102ZM106.905 109l-.495-1.23 3.21-3.615c.17-.18.345-.385.525-.615.19-.24.37-.485.54-.735.17-.25.305-.495.405-.735.11-.25.165-.485.165-.705 0-.32-.065-.59-.195-.81-.12-.23-.3-.405-.54-.525-.23-.1201-.51-.1801-.84-.1801-.29 0-.575.085-.855.2551-.28.17-.535.41-.765.72-.23.31-.41.67-.54 1.08l-1.245-.78c.17-.58.425-1.075.765-1.4851.35-.42.765-.74 1.245-.96.49-.22 1.02-.33 1.59-.33.59 0 1.115.125 1.575.375.46.24.82.58 1.08 1.02.26.4301.39.9301.39 1.5001 0 .29-.04.59-.12.9-.08.3-.21.615-.39.945-.17.33-.39.68-.66 1.05-.27.36-.595.745-.975 1.155l-2.385 2.595-.3-.45h5.16V109h-6.345ZM121.697 109.15c-.74 0-1.385-.17-1.935-.51-.54-.34-1.05-.91-1.53-1.71l1.26-.795c.25.37.495.675.735.915.25.23.505.4.765.51.26.11.535.165.825.165.35 0 .675-.085.975-.255.3-.18.54-.425.72-.735.18-.31.27-.66.27-1.05s-.07-.72-.21-.99c-.14-.28-.345-.49-.615-.63-.27-.15-.59-.225-.96-.225-.17 0-.35.02-.54.06-.18.03-.375.08-.585.15-.21.06-.44.14-.69.24l-.45-1.185 3.24-3.5701.315.465h-4.47v-1.5h6.015l.3.6-3.435 3.8101-.375-.39c.08-.04.21-.075.39-.105.19-.04.345-.06.465-.06.44 0 .85.085 1.23.255.39.16.725.39 1.005.69.29.29.515.635.675 1.035.17.39.255.81.255 1.26 0 .68-.165 1.29-.495 1.83-.32.53-.755.95-1.305 1.26-.55.31-1.165.465-1.845.465ZM135.355 109v-8.46l.375.09-3.45 4.215-.06-.18h6.525v1.485h-7.53l-.69-1.35 5.145-6.3001h1.245V109h-1.56ZM143.232 109.105c-.69 0-1.315-.155-1.875-.465-.56-.32-1.025-.775-1.395-1.365l.9-1.005c.47.52.88.875 1.23 1.065.35.19.73.285 1.14.285.41 0 .78-.09 1.11-.27.33-.18.59-.425.78-.735.2-.31.3-.655.3-1.035 0-.4-.095-.755-.285-1.065-.18-.32-.425-.57-.735-.75-.31-.19-.66-.285-1.05-.285-.19 0-.37.015-.54.045-.17.02-.375.075-.615.165-.24.09-.555.23-.945.42l-.855-1.155.615-4.4551h5.67v1.5h-4.65l.315-.285-.495 3.3301-.375-.435c.1-.1.27-.195.51-.285.24-.1.505-.18.795-.24.3-.07.585-.105.855-.105.64 0 1.21.15 1.71.45.51.29.91.695 1.2 1.215.3.52.45 1.115.45 1.785 0 .69-.165 1.315-.495 1.875-.33.55-.78.99-1.35 1.32-.57.32-1.21.48-1.92.48ZM152.147 109c-.52 0-1.005-.09-1.455-.27-.44-.19-.825-.45-1.155-.78-.32-.33-.575-.72-.765-1.17-.18-.45-.27-.945-.27-1.485 0-.36.065-.78.195-1.26.14-.48.34-1.005.6-1.575.27-.57.6-1.18.99-1.83l1.365-2.3101h1.575l.06.15-1.65 2.7751c-.3.51-.57.995-.81 1.455-.23.46-.425.895-.585 1.305-.16.4-.28.765-.36 1.095l-.36-1.545c.25-.41.53-.755.84-1.035.31-.28.645-.49 1.005-.63.36-.15.745-.225 1.155-.225.58 0 1.11.16 1.59.48.49.31.88.725 1.17 1.245.3.52.45 1.09.45 1.71 0 .75-.155 1.42-.465 2.01-.3.58-.72 1.04-1.26 1.38-.54.34-1.16.51-1.86.51Zm0-1.5c.39 0 .735-.09 1.035-.27.31-.19.55-.45.72-.78.18-.34.27-.725.27-1.155 0-.37-.09-.715-.27-1.035-.18-.33-.42-.595-.72-.795-.3-.2-.635-.3-1.005-.3-.41 0-.775.095-1.095.285-.32.19-.57.445-.75.765-.18.32-.27.675-.27 1.065 0 .42.09.8.27 1.14.18.33.425.595.735.795.31.19.67.285 1.08.285ZM157.932 109l4.35-9.4801.18.48h-5.31v-1.5h6.495l.21 1.035L159.672 109h-1.74ZM168.424 109.045c-.65 0-1.245-.135-1.785-.405-.53-.28-.955-.65-1.275-1.11-.32-.46-.48-.97-.48-1.53 0-.31.04-.6.12-.87.09-.28.22-.535.39-.765.18-.23.395-.44.645-.63s.54-.36.87-.51l-.09.315c-.35-.13-.65-.3-.9-.51-.25-.22-.445-.47-.585-.75-.13-.28-.195-.585-.195-.915 0-.53.145-1.01.435-1.4401.3-.43.695-.775 1.185-1.035.5-.26 1.055-.39 1.665-.39.61 0 1.16.13 1.65.39.5.26.895.605 1.185 1.035.3.4301.45.9101.45 1.4401 0 .33-.065.63-.195.9s-.32.515-.57.735c-.25.21-.56.39-.93.54l-.045-.255c.4.16.75.38 1.05.66.3.28.535.6.705.96.17.35.255.715.255 1.095 0 .57-.16 1.085-.48 1.545-.32.46-.75.825-1.29 1.095-.53.27-1.125.405-1.785.405Zm0-1.5c.37 0 .7-.07.99-.21.3-.14.535-.33.705-.57.17-.24.255-.515.255-.825 0-.33-.085-.62-.255-.87-.17-.26-.405-.465-.705-.615-.29-.15-.62-.225-.99-.225s-.7.075-.99.225c-.29.15-.52.355-.69.615-.17.25-.255.54-.255.87 0 .3.085.57.255.81.17.24.4.435.69.585.29.14.62.21.99.21Zm0-4.755c.32 0 .605-.06.855-.18.26-.12.46-.28.6-.48.15-.21.225-.45.225-.72 0-.27-.075-.51-.225-.72-.14-.21-.34-.375-.6-.495-.25-.13-.535-.1951-.855-.1951-.32 0-.61.0651-.87.1951-.25.12-.45.285-.6.495-.14.21-.21.45-.21.72 0 .27.07.51.21.72.15.2.35.36.6.48.26.12.55.18.87.18ZM180.4 109l-.06-.15 3.12-6.63.045 1.245c-.23.39-.5.73-.81 1.02-.31.28-.645.495-1.005.645-.36.15-.725.225-1.095.225-.57 0-1.095-.15-1.575-.45-.48-.3-.865-.7-1.155-1.2-.29-.5-.435-1.045-.435-1.635 0-.71.16-1.345.48-1.905.32-.5701.755-1.0201 1.305-1.3501.56-.33 1.185-.495 1.875-.495.5 0 .97.09 1.41.27.44.18.825.435 1.155.765.33.32.59.6951.78 1.1251.19.42.285.87.285 1.35 0 .25-.025.52-.075.81-.05.28-.135.6-.255.96-.11.35-.26.755-.45 1.215-.19.45-.425.975-.705 1.575L181.99 109h-1.59Zm.54-5.145c.39 0 .74-.085 1.05-.255.31-.18.55-.415.72-.705.18-.3.27-.635.27-1.005 0-.39-.085-.74-.255-1.05-.17-.32-.41-.57-.72-.75-.3-.1801-.645-.2701-1.035-.2701-.36 0-.68.09-.96.2701-.28.17-.505.41-.675.72-.16.3-.24.655-.24 1.065 0 .35.08.675.24.975.17.3.395.545.675.735.28.18.59.27.93.27ZM189.786 109.15c-.8 0-1.49-.22-2.07-.66-.57-.44-1.01-1.06-1.32-1.86-.31-.81-.465-1.77-.465-2.88 0-1.11.155-2.065.465-2.865.31-.81.75-1.4351 1.32-1.8751.58-.44 1.27-.66 2.07-.66.8 0 1.49.22 2.07.66.58.44 1.025 1.0651 1.335 1.8751.31.8.465 1.755.465 2.865 0 1.11-.155 2.07-.465 2.88-.31.8-.755 1.42-1.335 1.86-.58.44-1.27.66-2.07.66Zm0-1.47c.73 0 1.295-.34 1.695-1.02.4-.69.6-1.66.6-2.91 0-1.25-.2-2.215-.6-2.895-.4-.69-.965-1.0351-1.695-1.0351-.73 0-1.295.3451-1.695 1.0351-.4.68-.6 1.645-.6 2.895s.2 2.22.6 2.91c.4.68.965 1.02 1.695 1.02ZM196.063 109.165c-.33 0-.585-.095-.765-.285-.18-.2-.27-.48-.27-.84 0-.33.095-.6.285-.81.19-.21.44-.315.75-.315.33 0 .585.1.765.3.18.19.27.465.27.825 0 .33-.095.6-.285.81-.19.21-.44.315-.75.315ZM199.476 109.165c-.33 0-.585-.095-.765-.285-.18-.2-.27-.48-.27-.84 0-.33.095-.6.285-.81.19-.21.44-.315.75-.315.33 0 .585.1.765.3.18.19.27.465.27.825 0 .33-.095.6-.285.81-.19.21-.44.315-.75.315ZM202.889 109.165c-.33 0-.585-.095-.765-.285-.18-.2-.27-.48-.27-.84 0-.33.095-.6.285-.81.19-.21.44-.315.75-.315.33 0 .585.1.765.3.18.19.27.465.27.825 0 .33-.095.6-.285.81-.19.21-.44.315-.75.315ZM189.487 167.917c.916 3.589 2.418 6.519 4.609 9.06 5.033 5.835 11.453 8.665 19.111 8.1 10.177-.752 17.811-7.865 20.213-16.735.44-1.633.729-3.289.749-4.994.014-1.204.231-1.544.824-1.582.648-.044.851.327.811 1.691-.163 5.168-1.838 9.815-4.942 13.918-4.029 5.331-9.428 8.566-15.993 9.393-13.081 1.643-23.496-6.362-26.698-17.347-.108-.374-.261-.735-.43-1.208-.506.653-.93 1.239-1.394 1.783-.285.333-.689.429-1.042.109-.315-.286-.423-.667-.145-1.055.854-1.184 1.709-2.368 2.581-3.541.088-.116.259-.275.532-.256.273.019 2.52 1.599 3.781 2.426.394.259.696.606.401 1.13-.262.466-.692.541-1.293.19-.485-.282-.942-.609-1.671-1.085l-.004.003ZM235.257 156.748c.468-.65.811-1.245 1.279-1.715.217-.217.793-.353 1.004-.214.223.146.396.779.264.997-.736 1.194-1.536 2.354-2.387 3.47-.302.395-.835.316-1.242.054-1.132-.728-2.255-1.479-3.374-2.231-.383-.255-.499-.606-.238-1.014.248-.385.628-.504 1.025-.299.542.282 1.054.629 1.756 1.054-.054-.439-.044-.738-.135-1.003-2.839-8.455-8.638-13.779-17.286-15.572-11.809-2.446-23.004 4.988-26.118 15.834-.532 1.85-.902 3.708-.936 5.633-.02 1.123-.318 1.538-.936 1.453-.549-.075-.763-.432-.705-1.49.275-5.202 1.933-9.914 5.128-14.034 3.971-5.127 9.224-8.202 15.587-9.161 11.863-1.79 22.99 5.324 26.595 16.258.207.633.451 1.252.716 1.98h.003Z"
|
|
21
|
+
fill="#00C5CA"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M225.929 162.518c-.071 7.917-6.332 14.486-14.505 14.469-7.99-.017-14.414-6.311-14.424-14.53-.014-8.09 6.447-14.493 14.485-14.469 8.282.027 14.42 6.753 14.447 14.534l-.003-.004Z"
|
|
25
|
+
fill="#AAEEEF"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
fill-rule="evenodd"
|
|
29
|
+
clip-rule="evenodd"
|
|
30
|
+
d="M212.596 155.673c0-.329-.267-.596-.596-.596-.33 0-.597.267-.597.596v5.965h-5.964c-.33 0-.597.267-.597.596 0 .33.267.597.597.597h5.964v5.965c0 .33.267.597.597.597.329 0 .596-.267.596-.597v-5.965h5.965c.329 0 .596-.267.596-.597 0-.329-.267-.596-.596-.596h-5.965v-5.965Z"
|
|
31
|
+
fill="#00C5CA"
|
|
32
|
+
/>
|
|
33
|
+
<Mask
|
|
34
|
+
id="a"
|
|
35
|
+
// style="mask-type:alpha"
|
|
36
|
+
// maskUnits="userSpaceOnUse"
|
|
37
|
+
x="2"
|
|
38
|
+
y="64"
|
|
39
|
+
width="50"
|
|
40
|
+
height="90"
|
|
41
|
+
>
|
|
42
|
+
<Path
|
|
43
|
+
fill-rule="evenodd"
|
|
44
|
+
clip-rule="evenodd"
|
|
45
|
+
d="M2.20187 64.6594c.3327-.4409.95977-.5285 1.40059-.1958L47.6431 97.7018c1.5317 1.156.7142 3.5962-1.2048 3.5962H4.75188c-.55229 0-1-.448-1-1 0-.5521.44771-.9998 1-.9998H46.4383L2.39765 66.06c-.44083-.3327-.52848-.9598-.19578-1.4006Z"
|
|
46
|
+
fill="#00C5CA"
|
|
47
|
+
/>
|
|
48
|
+
<Path
|
|
49
|
+
fill-rule="evenodd"
|
|
50
|
+
clip-rule="evenodd"
|
|
51
|
+
d="M24.7739 99.298h14.2628v47.547H24.7739V99.298Zm2 2v43.547h10.2628v-43.547H26.7739ZM3.75195 100.298c0-.5523.44772-1 1-1h7.13135v47.547H4.75195c-.55228 0-1-.447-1-1 0-.552.44772-1 1-1h5.13138v-43.547H4.75195c-.55228 0-1-.448-1-1Z"
|
|
52
|
+
fill="#00C5CA"
|
|
53
|
+
/>
|
|
54
|
+
<Path
|
|
55
|
+
fill-rule="evenodd"
|
|
56
|
+
clip-rule="evenodd"
|
|
57
|
+
d="M3.75195 145.845c0-.552.44772-1 1-1H48.2993c1.6569 0 3 1.344 3 3v3.008c0 1.657-1.3431 3-3 3H4.75195c-.55228 0-1-.448-1-1 0-.553.44772-1 1-1H48.2993c.5523 0 1-.448 1-1v-3.008c0-.552-.4477-1-1-1H4.75195c-.55228 0-1-.447-1-1Z"
|
|
58
|
+
fill="#00C5CA"
|
|
59
|
+
/>
|
|
60
|
+
</Mask>
|
|
61
|
+
<G mask="url(#a)">
|
|
62
|
+
<Path fill="#00C5CA" d="M55.5547 52.125H4.7519v108.613h50.8028z" />
|
|
63
|
+
</G>
|
|
64
|
+
</Svg>
|
|
65
|
+
);
|
|
66
|
+
|
|
67
|
+
export default PictogramObjIbanCard;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramObjKey = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
fill-rule="evenodd"
|
|
9
|
+
clip-rule="evenodd"
|
|
10
|
+
d="M205.558 116.024c23.689-15.042 30.699-46.4401 15.657-70.1294-15.042-23.6893-46.439-30.6995-70.129-15.6576-21.47 13.6329-29.24 40.7012-19.308 63.289L7.2705 172.584l10.7207 16.883 13.9341-8.847 18.8831 29.739 16.8839-10.721-18.8831-29.739 6.4264-4.08 25.3962 39.996 16.8839-10.721-25.3962-39.996 71.1445-45.174c16.498 15.744 42.175 18.874 62.294 6.1Z"
|
|
11
|
+
fill="#AAEEEF"
|
|
12
|
+
/>
|
|
13
|
+
<Path
|
|
14
|
+
fill-rule="evenodd"
|
|
15
|
+
clip-rule="evenodd"
|
|
16
|
+
d="M141.896 51.8743c-7.104 13.7827-7.088 30.9232-1.533 42.9989l.549 1.1936L16.3012 174.768c-.7004.443-1.6269.233-2.0692-.467-.4424-.7-.2332-1.627.4672-2.069L137.107 94.9219c-5.407-12.8294-5.168-30.2783 2.122-44.4221 7.584-14.7126 22.762-25.7787 46.851-24.4968.827.0441 1.462.7504 1.418 1.5776-.044.8273-.75 1.4622-1.578 1.4182-22.911-1.2193-36.982 9.2135-44.024 22.8755ZM50.7094 203.765c-.7127.422-1.6328.187-2.0552-.526L34.1836 178.82c-.4223-.713-.1869-1.633.5258-2.055.7127-.423 1.6328-.187 2.0551.525l14.4706 24.42c.4224.712.187 1.632-.5257 2.055ZM83.7168 200.777c-.7087.429-1.6309.202-2.0599-.507l-21.4466-35.433c-.429-.709-.2022-1.631.5065-2.06.7088-.429 1.631-.202 2.06.506l21.4466 35.434c.429.709.2022 1.631-.5066 2.06Z"
|
|
17
|
+
fill="#00C5CA"
|
|
18
|
+
/>
|
|
19
|
+
</Svg>
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
export default PictogramObjKey;
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
3
|
import { SVGPictogramProps } from "../Pictogram";
|
|
4
4
|
|
|
5
|
-
const
|
|
5
|
+
const PictogramObjManual = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
7
|
<Path
|
|
8
8
|
d="M218 43.2264c0-2.8129-1.802-5.2921-4.529-5.9848-7.953-2.0206-25.405-5.5643-44.471-3.7317-26 2.4992-49 19.4983-49 19.4983V53S97 36.5013 71 34.0021c-19.0657-1.8326-36.5182 1.7111-44.4714 3.7317C23.8023 38.4265 22 40.9057 22 43.7186V55H6.49869C2.90956 55 0 57.9096 0 61.4987V199.501C0 203.09 2.90956 206 6.49869 206H234.501c3.589 0 6.499-2.91 6.499-6.499V61.4987C241 57.9096 238.09 55 234.501 55H218V43.2264Z"
|
|
@@ -15,4 +15,4 @@ const PictogramManual = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
|
15
15
|
</Svg>
|
|
16
16
|
);
|
|
17
17
|
|
|
18
|
-
export default
|
|
18
|
+
export default PictogramObjManual;
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { Svg, Path } from "react-native-svg";
|
|
3
3
|
import { SVGPictogramProps } from "../Pictogram";
|
|
4
4
|
|
|
5
|
-
const
|
|
5
|
+
const PictogramObjTrash = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
6
|
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
7
|
<Path
|
|
8
8
|
fillRule="evenodd"
|
|
@@ -23,4 +23,4 @@ const PictogramTrash = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
|
23
23
|
</Svg>
|
|
24
24
|
);
|
|
25
25
|
|
|
26
|
-
export default
|
|
26
|
+
export default PictogramObjTrash;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramSecurity = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="M110.53 162.33L109.36 152.05L116.13 146.4L120.96 147.02L123.88 136.31L126.49 132.47L136 129.83L142.8 133.15C142.82 132.81 142.86 132.47 142.86 132.13V68.12C142.86 60.8 138.51 54.17 131.8 51.25L93.24 34.52C88.57 32.49 83.26 32.49 78.59 34.52L40.06 51.25C33.35 54.17 29 60.79 29 68.12V132.13C29 137.55 31.39 142.7 35.54 146.2L74.07 178.65C80.91 184.41 90.91 184.41 97.76 178.65L112.39 166.33L110.52 162.34L110.53 162.33Z"
|
|
9
|
+
fill="#AAEEEF"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
d="M137.661 196.7C136.351 196.7 134.931 196.56 133.391 196.27C122.631 194.29 115.071 185.08 112.591 177.37C111.081 172.65 111.451 168.66 113.621 166.42L116.501 169.2C115.441 170.3 115.401 173.03 116.401 176.16C118.521 182.78 124.971 190.66 134.111 192.35C138.351 193.13 141.211 192.66 142.621 190.96C144.991 188.08 143.281 181.83 142.421 179.67L146.141 178.19C146.551 179.21 149.991 188.28 145.721 193.49C143.961 195.64 141.261 196.71 137.661 196.71V196.7Z"
|
|
13
|
+
fill="#0B3EE3"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M141.3 179.76C138.34 179.76 134.75 179.25 130.53 178.21C113.64 174.08 109.5 162.23 108.53 155.53C108 151.86 108.95 148.24 111.14 145.58C113.96 142.15 117.88 141.46 121.89 143.69L119.95 147.19C117.6 145.88 115.83 146.17 114.23 148.12C112.76 149.91 112.12 152.41 112.49 154.96C113.31 160.66 116.87 170.76 131.48 174.33C141.61 176.8 146.21 175.67 147.15 173.79C147.84 172.4 146.76 170.28 145.71 169.44L148.22 166.33C150.71 168.34 152.33 172.34 150.73 175.57C149.35 178.37 146.19 179.77 141.3 179.77V179.76Z"
|
|
17
|
+
fill="#0B3EE3"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M146.89 169.91C142.12 169.91 135.67 166.92 126.48 160.53C120.97 156.7 118.38 150.49 118.98 142.59C119.54 135.26 125.15 129.31 132.02 128.75C134.06 128.58 138.29 128.24 141.53 131.12C143.94 133.26 145.25 136.74 145.43 141.44L141.43 141.59C141.3 138.01 140.44 135.5 138.87 134.11C137.06 132.5 134.55 132.56 132.34 132.74C127.4 133.14 123.37 137.51 122.96 142.9C122.46 149.4 124.41 154.23 128.75 157.26C138.23 163.86 144.61 166.64 148.25 165.78C149.6 165.46 150.61 164.61 151.42 163.12C152.19 161.7 150.89 159.47 150.04 158.26C145.83 152.27 135.8 146.42 132.23 146.96L131.63 143.01C137.49 142.12 148.81 149.55 153.32 155.96C156.37 160.3 155.89 163.29 154.94 165.03C153.58 167.53 151.65 169.09 149.18 169.68C148.46 169.85 147.7 169.94 146.89 169.94V169.91Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M193.3 159.28C186.32 159.28 179.37 157.55 172.68 154.08C166.06 150.65 161.56 144.2 160.64 136.81C160.14 132.76 161 127.59 161.83 122.59C162.81 116.68 163.92 109.98 162.03 107.74C161.72 107.37 161.13 106.88 159.64 106.88C156.83 106.88 154.49 107.89 152.49 109.96C144.77 117.98 145.43 138.23 145.44 138.43L141.44 138.58C141.41 137.68 140.71 116.43 149.61 107.19C152.36 104.33 155.74 102.88 159.64 102.88C161.97 102.88 163.8 103.64 165.08 105.15C168.17 108.8 167.01 115.81 165.78 123.24C165 127.96 164.19 132.83 164.62 136.31C165.38 142.48 168.99 147.66 174.53 150.52C186.04 156.48 198.37 156.82 210.17 151.53L211.81 155.18C205.72 157.91 199.5 159.28 193.31 159.28H193.3Z"
|
|
25
|
+
fill="#0B3EE3"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M187.88 206.26C179.42 206.26 171.48 204.88 165.11 203.27C151.92 199.94 142.67 195.1 142.28 194.9L144.15 191.36C144.51 191.55 180.81 210.36 210.21 198.14L211.75 201.83C203.91 205.09 195.68 206.26 187.89 206.26H187.88Z"
|
|
29
|
+
fill="#0B3EE3"
|
|
30
|
+
/>
|
|
31
|
+
<Path
|
|
32
|
+
d="M78.5101 128.64C78.1101 128.64 77.7201 128.48 77.4401 128.19L52.2101 102.45C51.6301 101.86 51.6401 100.91 52.2301 100.33C52.8201 99.75 53.7701 99.76 54.3501 100.35L78.4801 124.97L120.84 79.49C121.4 78.88 122.35 78.85 122.96 79.41C123.57 79.97 123.6 80.92 123.04 81.53L79.6101 128.16C79.3301 128.46 78.9401 128.63 78.5301 128.64H78.5101Z"
|
|
33
|
+
fill="#00C5CA"
|
|
34
|
+
/>
|
|
35
|
+
</Svg>
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
export default PictogramSecurity;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
|
|
2
|
+
<path
|
|
3
|
+
d="M19 155.41v15.07c0 5.87 4.76 10.63 10.63 10.63h152.76c5.87 0 10.63-4.76 10.63-10.63v-17.77c0-.39-11.26-4.36-18.16-5.23-6.9-.87-16.08-7.6-16.08-7.6-10.32-3.9-.42-12.65-.42-12.65l2.72-.43c-11.11-.83-15.11-10.96-15.11-10.96l8.14-3.44-1.41-2.87-3.59-2.58 2.86-2.61 1.38-.98s4.14-1.27 4.79-1.33c.65-.06 6.02.68 6.02.68l7.73.98s11.4 3.27 11.63 3.34c.23.07 9.5 2.47 9.5 2.47V69.63c0-5.87-4.76-10.63-10.63-10.63H29.63C23.76 59 19 63.76 19 69.63V155.41Z"
|
|
4
|
+
fill="#AAEEEF"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M180.31 177.12H30.9201c-4.6 0-8.34-3.74-8.34-8.34V70.42c0-4.6 3.74-8.34 8.34-8.34H181.51c4.6 0 8.34 3.74 8.34 8.34v37.71c0 .75-.61 1.35-1.35 1.35-.74 0-1.35-.61-1.35-1.35V70.42c0-3.1-2.53-5.63-5.63-5.63H30.9201c-3.1 0-5.63 2.53-5.63 5.63v98.37c0 3.1 2.53 5.63 5.63 5.63H180.31c3.1 0 5.63-2.53 5.63-5.63V152.5c0-.75.61-1.35 1.35-1.35.74 0 1.35.61 1.35 1.35v16.29c0 4.6-3.74 8.34-8.34 8.34l.01-.01Z"
|
|
8
|
+
fill="#00C5CA"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
d="M240.209 121.41c-9.7-6.57-37.08-23.63-47.18-23.63v-4.2c13.44 0 48.07 23.36 49.53 24.35l-2.36 3.48h.01ZM176.839 120.23c-19.38-2.54-29-6.34-30.27-11.94-.78-3.43 1.93-6.24 3.66-7.36 9.65-6.19 40.15 5.89 43.59 7.29l-1.58 3.89c-12.24-4.96-33.86-11.43-39.74-7.65 0 0-2.16 1.51-1.84 2.91.21.89 2.47 5.51 26.72 8.69l-.55 4.16.01.01Z"
|
|
12
|
+
fill="#0B3EE3"
|
|
13
|
+
/>
|
|
14
|
+
<path
|
|
15
|
+
d="M176.68 134.11c-28.52-5.99-32.37-11.92-32.78-15.85-.55-5.29 6.04-8.35 6.79-8.68l1.69 3.84c-1.49.66-4.5 2.61-4.31 4.41.15 1.44 2.73 6.56 29.46 12.17l-.86 4.11h.01Z"
|
|
16
|
+
fill="#0B3EE3"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M240.52 173.83c-38.99-17.68-53.2-21.59-71.19-26.54l-2.55-.7c-9.02-2.49-14.19-6.14-15.37-10.85-1.36-5.4 3.12-9.76 3.31-9.94l2.9 3.04-1.45-1.52 1.46 1.51s-2.92 2.88-2.14 5.9c.78 3.04 5.19 5.81 12.41 7.81l2.55.7c18.17 5 32.52 8.95 71.81 26.76l-1.73 3.82-.01.01Z"
|
|
20
|
+
fill="#0B3EE3"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M54.21 143.18c-8.36 0-15.17-6.8-15.17-15.17 0-8.37 6.8-15.17 15.17-15.17 8.37 0 15.17 6.8 15.17 15.17 0 8.37-6.8 15.17-15.17 15.17Zm0-27.33c-6.71 0-12.17 5.46-12.17 12.17s5.46 12.17 12.17 12.17 12.17-5.46 12.17-12.17-5.46-12.17-12.17-12.17Z"
|
|
24
|
+
fill="#00C5CA"
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
d="M74.0501 163.12c-.83 0-1.5-.67-1.5-1.5 0-10.11-8.23-18.34-18.34-18.34s-18.34 8.23-18.34 18.34c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-11.77 9.57-21.34 21.34-21.34s21.34 9.57 21.34 21.34c0 .83-.67 1.5-1.5 1.5ZM128.57 144.21H86.04c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5h42.53c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5ZM115.18 82H40.5498c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5H115.18c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5ZM82.2198 93.76h-41.67c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5h41.67c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5ZM117.74 158.72H86.0498c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5H117.74c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5ZM134.76 151.66H86.0498c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5H134.76c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5Z"
|
|
28
|
+
fill="#00C5CA"
|
|
29
|
+
/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
|
|
2
|
+
<path
|
|
3
|
+
d="M156.2 126.24h-.29c-2.76-.16-4.87-2.52-4.71-5.28l5.89-103.24c.16-2.76 2.55-4.88 5.28-4.72 2.76.16 4.87 2.52 4.71 5.28l-5.89 103.24c-.15 2.66-2.36 4.72-4.99 4.72Z"
|
|
4
|
+
fill="#AAEEEF"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M153.501 158.01c-.18 0-.36 0-.55-.02-2.03-.12-3.79-1.04-5.1-2.67-4.58-5.71-2.57-19.08-2.33-20.59.6-5.18 2.79-8.92 6.52-11.01 7.82-4.39 20.48-.22 29.72 4.05 6.08 2.81 12.88 4.15 19.63 3.89 8.93-.35 23.07-1.9 39.71-7.35l1.24 3.8c-17.08 5.59-31.61 7.19-40.8 7.55-7.38.29-14.82-1.18-21.46-4.26-11.87-5.49-21.14-6.98-26.09-4.2-2.58 1.45-4.06 4.09-4.52 8.07-.59 3.7-1.46 13.86 1.49 17.54.6.75 1.3 1.12 2.21 1.17 1.24.07 2.31-.3 3.25-1.15 3.12-2.81 4.1-9.88 4.21-12.36l4 .18c-.02.43-.53 10.64-5.53 15.15-1.62 1.46-3.51 2.2-5.62 2.2l.02.01Z"
|
|
8
|
+
fill="#0B3EE3"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
d="M135.05 181.89c-2.99-.35-5.27-1.67-6.79-3.93-3.58-5.35-1.19-14.09-1.09-14.46l.08-.27.15-.24c1.08-1.75 10.85-17 20.37-15.36l-.68 3.94c-5.68-.97-13.58 9.26-16.14 13.28-.57 2.24-1.41 7.86.63 10.89.84 1.26 2.13 1.97 3.92 2.18l-.46 3.97h.01Z"
|
|
12
|
+
fill="#0B3EE3"
|
|
13
|
+
/>
|
|
14
|
+
<path
|
|
15
|
+
d="M165.16 201.25h-.24c-17.54-.7-29.33-1.7-33.13-8.89-2.57-4.87-2.11-8.44 1.7-13.16 3.37-4.17 9.36-9.7 18.78-12.33 6.84-1.91 13.9.03 18.01 4.94 2.73 3.27 2.71 6.08 2.21 7.87-1.1 3.94-5.5 7.18-13.47 9.91l-1.3-3.78c8.56-2.93 10.51-5.77 10.91-7.2.13-.47.53-1.88-1.43-4.22-3.1-3.71-8.54-5.14-13.86-3.65-8.4 2.35-13.74 7.27-16.75 10.99-3.04 3.76-2.98 5.57-1.28 8.78 2.77 5.25 14.48 6.15 29.51 6.75 4.76-.96 61.18-12.3 76.36-12.3h.59l-.09 4c-14.14-.32-75.68 12.14-76.3 12.26l-.24.05.02-.02Z"
|
|
16
|
+
fill="#0B3EE3"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="m169.52 172.88-3.6-1.74c6.24-12.95-5.67-19.12-6.18-19.37l1.79-3.57c.16.08 15.92 8.23 7.99 24.69v-.01Z"
|
|
20
|
+
fill="#0B3EE3"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M175.67 165.75c-3.52 0-6.42-1.02-6.64-1.1l1.35-3.76-.68 1.88.67-1.88c.08.03 7.67 2.66 11.57-1.41l2.89 2.77c-2.64 2.75-6.13 3.51-9.16 3.51v-.01ZM127.15 164.45c-2.38-11.4-1.06-20.32 3.9-26.51 6.49-8.1 16.75-8.34 17.19-8.34l.06 4c-.09 0-8.87.25-14.16 6.88-4.16 5.21-5.19 13-3.08 23.16l-3.92.82.01-.01Z"
|
|
24
|
+
fill="#0B3EE3"
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
d="M152.35 226.02h-.28c-2.76-.15-4.87-2.51-4.72-5.27l1.89-34.08c.15-2.76 2.54-4.87 5.27-4.72 2.76.15 4.87 2.51 4.72 5.27l-1.89 34.08c-.15 2.66-2.35 4.72-4.99 4.72ZM161.02 26l71.02 30.46c6.69 2.87 6.45 12.44-.37 14.97l-73.66 27.36L161.02 26Z"
|
|
28
|
+
fill="#AAEEEF"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M225.95 62.13c.57.04 1.13-.28 1.37-.83.3-.7-.02-1.52-.73-1.82l-60.7-26.1c-.71-.3-1.52.02-1.82.73-.3.7.02 1.52.73 1.82l60.7 26.1c.15.06.3.1.45.11v-.01Z"
|
|
32
|
+
fill="#00C5CA"
|
|
33
|
+
/>
|
|
34
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
|
|
2
|
+
<path
|
|
3
|
+
d="m141.53 162.33-1.17-10.28 6.77-5.65 4.83.62 2.92-10.71 2.61-3.84 9.51-2.64 6.8 3.32c.02-.34.06-.68.06-1.02V68.12c0-7.32-4.35-13.95-11.06-16.87l-38.56-16.73c-4.67-2.03-9.98-2.03-14.65 0L71.06 51.25C64.35 54.17 60 60.79 60 68.12v64.01c0 5.42 2.39 10.57 6.54 14.07l38.53 32.45c6.84 5.76 16.84 5.76 23.69 0l14.63-12.32-1.87-3.99.01-.01Z"
|
|
4
|
+
fill="#AAEEEF"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M168.661 196.7c-1.31 0-2.73-.14-4.27-.43-10.76-1.98-18.32-11.19-20.8-18.9-1.51-4.72-1.14-8.71 1.03-10.95l2.88 2.78c-1.06 1.1-1.1 3.83-.1 6.96 2.12 6.62 8.57 14.5 17.71 16.19 4.24.78 7.1.31 8.51-1.39 2.37-2.88.66-9.13-.2-11.29l3.72-1.48c.41 1.02 3.85 10.09-.42 15.3-1.76 2.15-4.46 3.22-8.06 3.22v-.01Z"
|
|
8
|
+
fill="#0B3EE3"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
d="M172.3 179.76c-2.96 0-6.55-.51-10.77-1.55-16.89-4.13-21.03-15.98-22-22.68-.53-3.67.42-7.29 2.61-9.95 2.82-3.43 6.74-4.12 10.75-1.89l-1.94 3.5c-2.35-1.31-4.12-1.02-5.72.93-1.47 1.79-2.11 4.29-1.74 6.84.82 5.7 4.38 15.8 18.99 19.37 10.13 2.47 14.73 1.34 15.67-.54.69-1.39-.39-3.51-1.44-4.35l2.51-3.11c2.49 2.01 4.11 6.01 2.51 9.24-1.38 2.8-4.54 4.2-9.43 4.2v-.01Z"
|
|
12
|
+
fill="#0B3EE3"
|
|
13
|
+
/>
|
|
14
|
+
<path
|
|
15
|
+
d="M177.89 169.91c-4.77 0-11.22-2.99-20.41-9.38-5.51-3.83-8.1-10.04-7.5-17.94.56-7.33 6.17-13.28 13.04-13.84 2.04-.17 6.27-.51 9.51 2.37 2.41 2.14 3.72 5.62 3.9 10.32l-4 .15c-.13-3.58-.99-6.09-2.56-7.48-1.81-1.61-4.32-1.55-6.53-1.37-4.94.4-8.97 4.77-9.38 10.16-.5 6.5 1.45 11.33 5.79 14.36 9.48 6.6 15.86 9.38 19.5 8.52 1.35-.32 2.36-1.17 3.17-2.66.77-1.42-.53-3.65-1.38-4.86-4.21-5.99-14.24-11.84-17.81-11.3l-.6-3.95c5.86-.89 17.18 6.54 21.69 12.95 3.05 4.34 2.57 7.33 1.62 9.07-1.36 2.5-3.29 4.06-5.76 4.65-.72.17-1.48.26-2.29.26v-.03Z"
|
|
16
|
+
fill="#0B3EE3"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M224.3 159.28c-6.98 0-13.93-1.73-20.62-5.2-6.62-3.43-11.12-9.88-12.04-17.27-.5-4.05.36-9.22 1.19-14.22.98-5.91 2.09-12.61.2-14.85-.31-.37-.9-.86-2.39-.86-2.81 0-5.15 1.01-7.15 3.08-7.72 8.02-7.06 28.27-7.05 28.47l-4 .15c-.03-.9-.73-22.15 8.17-31.39 2.75-2.86 6.13-4.31 10.03-4.31 2.33 0 4.16.76 5.44 2.27 3.09 3.65 1.93 10.66.7 18.09-.78 4.72-1.59 9.59-1.16 13.07.76 6.17 4.37 11.35 9.91 14.21 11.51 5.96 23.84 6.3 35.64 1.01l1.64 3.65c-6.09 2.73-12.31 4.1-18.5 4.1h-.01ZM218.88 206.26c-8.46 0-16.4-1.38-22.77-2.99-13.19-3.33-22.44-8.17-22.83-8.37l1.87-3.54c.36.19 36.66 19 66.06 6.78l1.54 3.69c-7.84 3.26-16.07 4.43-23.86 4.43h-.01Z"
|
|
20
|
+
fill="#0B3EE3"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M109.51 128.64c-.4 0-.79-.16-1.07-.45l-25.2299-25.74c-.58-.59-.57-1.54.02-2.12.59-.58 1.54-.57 2.12.02l24.1299 24.62 42.36-45.48c.56-.61 1.51-.64 2.12-.08.61.56.64 1.51.08 2.12l-43.43 46.63c-.28.3-.67.47-1.08.48h-.02Z"
|
|
24
|
+
fill="#00C5CA"
|
|
25
|
+
/>
|
|
26
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
|
|
2
|
+
<path
|
|
3
|
+
d="M7 150.41v15.07c0 5.87 4.76 10.63 10.63 10.63h152.76c5.87 0 10.63-4.76 10.63-10.63v-8.43c0-.39-11.44-17.76-18.33-18.63-6.89-.87-15.91-3.54-15.91-3.54-10.32-3.9-.42-12.65-.42-12.65l2.72-.43c-11.11-.83-12.16-11.46-12.16-11.46l5.18-2.95-1.41-2.87-.67-2.83-.07-2.37 1.38-.98s4.14-1.27 4.79-1.33c.65-.06 6.02.68 6.02.68l7.73.98s11.4 3.27 11.63 3.34c.23.07 9.5 4.71 9.5 4.71V64.63c0-5.87-4.76-10.63-10.63-10.63H17.63C11.76 54 7 58.76 7 64.63V150.41Z"
|
|
4
|
+
fill="#AAEEEF"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M168.31 172.12H18.9201c-4.6 0-8.34-3.74-8.34-8.34V65.41c0-4.59 3.74-8.33 8.34-8.33H169.51c4.6 0 8.34 3.74 8.34 8.34v37.71c0 .75-.61 1.35-1.35 1.35-.74 0-1.35-.61-1.35-1.35V65.41c0-3.1-2.53-5.63-5.63-5.63H18.9201c-3.1 0-5.63 2.53-5.63 5.63v98.37c0 3.1 2.53 5.63 5.63 5.63H168.31c3.1 0 5.63-2.53 5.63-5.63v-16.29c0-.75.61-1.35 1.35-1.35.74 0 1.35.61 1.35 1.35v16.29c0 4.6-3.74 8.34-8.34 8.34h.01Z"
|
|
8
|
+
fill="#00C5CA"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
d="M229.74 144.18c-14.45-19.53-40.46-50.52-48.71-50.52v-4c12.97 0 47.98 46.8 51.93 52.14l-3.22 2.38ZM165.6 115.05c-18.46-2.42-27.63-6.04-28.84-11.37-.74-3.26 1.84-5.94 3.48-7.01 9.19-5.9 38.25 5.61 41.53 6.94l-1.5 3.71c-11.66-4.73-32.25-10.89-37.85-7.29 0 0-2.06 1.44-1.75 2.77.2.85 2.36 5.25 25.45 8.28l-.52 3.97Z"
|
|
12
|
+
fill="#0B3EE3"
|
|
13
|
+
/>
|
|
14
|
+
<path
|
|
15
|
+
d="M165.45 128.27c-27.17-5.71-30.83-11.35-31.22-15.1-.52-5.04 5.75-7.95 6.47-8.27l1.62 3.66c-1.42.63-4.29 2.49-4.1 4.2.15 1.37 2.6 6.25 28.07 11.6l-.82 3.91h-.02Z"
|
|
16
|
+
fill="#0B3EE3"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M201.77 185.46c-2.43-3.36-4.81-6.87-7.33-10.59-11.38-16.79-23.15-34.16-38.58-35.71-8.27-.83-13.23-3.3-14.76-7.35-2.06-5.44 3.13-11.13 3.35-11.37l2.94 2.72c-1.04 1.14-3.53 4.66-2.55 7.25.93 2.43 4.98 4.13 11.42 4.77 17.29 1.74 29.59 19.89 41.49 37.45 2.5 3.69 4.86 7.18 7.26 10.49l-3.24 2.34Z"
|
|
20
|
+
fill="#0B3EE3"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M43.6602 138.19c-8.36 0-15.17-6.8-15.17-15.17 0-8.37 6.8-15.17 15.17-15.17 8.37 0 15.17 6.8 15.17 15.17 0 8.37-6.8 15.17-15.17 15.17Zm0-27.33c-6.71 0-12.17 5.46-12.17 12.17s5.46 12.17 12.17 12.17 12.17-5.46 12.17-12.17-5.46-12.17-12.17-12.17Z"
|
|
24
|
+
fill="#00C5CA"
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
d="M63.5003 158.12c-.83 0-1.5-.67-1.5-1.5 0-10.11-8.23-18.34-18.34-18.34s-18.34 8.23-18.34 18.34c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-11.77 9.57-21.34 21.34-21.34s21.34 9.57 21.34 21.34c0 .83-.67 1.5-1.5 1.5ZM118.02 139.21H75.4902c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5H118.02c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5ZM104.62 77H29.9902c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5H104.62c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5ZM71.6702 88.77h-41.68c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5h41.67c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5h.01ZM107.18 153.73H75.4902c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5H107.18c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5ZM124.2 146.66H75.4902c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5H124.2c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5Z"
|
|
28
|
+
fill="#00C5CA"
|
|
29
|
+
/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
|
|
2
|
+
<path
|
|
3
|
+
d="M93.3604 126.53c-.71 0-1.44-.15-2.13-.48-2.5-1.18-3.57-4.16-2.39-6.66L132.94 25.87c1.18-2.5 4.16-3.57 6.66-2.39 2.5 1.18 3.57 4.16 2.39 6.66l-44.1096 93.53c-.85 1.81-2.65 2.87-4.53 2.87l.01-.01Z"
|
|
4
|
+
fill="#AAEEEF"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M152.65 156.79c-25.22 0-35.15-10.21-35.61-10.69l-.13-.16c-4.39-5.74-17.89-20.46-27.39-19.73-3.14.24-5.64 2.15-7.64 5.84-1.94 3.21-6.54 12.31-5.19 16.82.28.92.79 1.53 1.61 1.92 1.13.53 2.25.58 3.45.15 3.94-1.44 7.5-7.62 8.53-9.89l3.64 1.66c-.18.39-4.47 9.67-10.8 11.98-2.22.81-4.42.71-6.54-.29-1.84-.87-3.13-2.39-3.73-4.38-2.11-7.01 4.76-18.66 5.55-19.96 2.62-4.82 6.27-7.48 10.8-7.83 13.3-1.02 29.36 19.33 30.8 21.18.87.84 12.71 11.65 41.86 8.94l.37 3.98c-3.41.32-6.61.46-9.59.46h.01Z"
|
|
8
|
+
fill="#0B3EE3"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
d="M51.0402 169.86c-2.64-1.44-4.26-3.52-4.82-6.19-1.32-6.3 4.17-13.51 4.41-13.81l.17-.22.23-.17c1.66-1.21 16.43-11.7 24.64-6.62l-2.11 3.4c-4.92-3.04-16.06 3.5-19.94 6.27-1.37 1.87-4.25 6.76-3.49 10.33.31 1.48 1.24 2.62 2.82 3.49l-1.92 3.51.01.01Z"
|
|
12
|
+
fill="#0B3EE3"
|
|
13
|
+
/>
|
|
14
|
+
<path
|
|
15
|
+
d="M141.66 216.45c-35.07 0-68.7497-16.76-70.2397-17.51-15.93-7.18-26.49-12.51-27.32-20.6-.56-5.48 1.2-8.61 6.51-11.57 4.69-2.61 12.31-5.49 22.03-4.4 7.05.79 12.88 5.23 14.85 11.32 1.31 4.05.24 6.65-.89 8.12-2.49 3.24-7.79 4.6-16.2 4.15l.21-3.99c9.04.48 11.91-1.41 12.81-2.59.29-.38 1.19-1.55.26-4.45-1.49-4.6-5.99-7.96-11.49-8.58-8.67-.97-15.47 1.6-19.64 3.92-4.22 2.35-4.84 4.05-4.47 7.66.61 5.94 11.23 11.17 25.06 17.4.45.23 37.7897 18.8 73.6097 16.99l.2 4c-1.76.09-3.53.13-5.29.13Z"
|
|
16
|
+
fill="#0B3EE3"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="m86.3804 174.4-2.69-2.96c4.44-4.04 6.07-8.61 4.86-13.61-.95-3.89-3.31-6.65-3.34-6.68l3.01-2.64c.12.13 11.68 13.59-1.84 25.88v.01Z"
|
|
20
|
+
fill="#0B3EE3"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M100.11 171.22c-5.84 0-10.85-4.39-11.11-4.63l2.66-2.98c.06.05 6.12 5.33 11.25 3.02l1.64 3.65c-1.49.67-3 .94-4.45.94h.01ZM54.1802 151.43l-3.94-.71c2.06-11.46 6.62-19.24 13.54-23.12 9.05-5.08 18.66-1.46 19.06-1.3l-1.44 3.73c-.08-.03-8.31-3.09-15.7 1.08-5.81 3.28-9.68 10.11-11.52 20.32Z"
|
|
24
|
+
fill="#0B3EE3"
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
d="M52.4304 217.61c-.71 0-1.44-.15-2.12-.48-2.5-1.17-3.57-4.15-2.4-6.65l14.51-30.9c1.17-2.5 4.15-3.57 6.65-2.4s3.57 4.15 2.4 6.65l-14.51 30.9c-.85 1.81-2.65 2.88-4.53 2.88ZM134.58 37.11l58.03 60.29c5.47 5.68 1.2 15.12-6.67 14.78l-85.01-3.72 33.65-71.35Z"
|
|
28
|
+
fill="#AAEEEF"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M184.82 100.66c-.39 0-.79-.15-1.08-.46l-49.57-51.59c-.57-.6-.55-1.55.04-2.12.6-.57 1.54-.56 2.12.04l49.57 51.59c.57.6.55 1.55-.04 2.12-.29.28-.67.42-1.04.42Z"
|
|
32
|
+
fill="#00C5CA"
|
|
33
|
+
/>
|
|
34
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
|
|
2
|
+
<path
|
|
3
|
+
d="M121 240c65.722 0 119-53.726 119-120C240 53.7258 186.722 0 121 0 55.2781 0 2 53.7258 2 120c0 66.274 53.2781 120 119 120Z"
|
|
4
|
+
fill="#AAEEEF"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
clip-rule="evenodd"
|
|
9
|
+
d="M117 53c1.105 0 2 .8954 2 2v63.983l52.678 38.401c.893.651 1.089 1.902.438 2.794-.651.893-1.902 1.089-2.794.438l-53.5-39c-.517-.376-.822-.977-.822-1.616V55c0-1.1046.895-2 2-2Z"
|
|
10
|
+
fill="#00C5CA"
|
|
11
|
+
/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
|
|
2
|
+
<path
|
|
3
|
+
d="M69.0186 82.1914 50.677 65.9896c-4.0915-3.6142-2.1733-10.357 3.2079-11.2764L224.344 25.5895c5.663-.9675 9.704 5.3495 6.451 10.085L152.866 149.143c-2.281 3.322-7.004 3.788-9.891.977l-9.628-9.374c-2.233-2.174-5.695-2.457-8.251-.675l-25.9573 18.102c-3.707 2.585-8.8556.691-10.003-3.68L71.002 85.4119a6.49865 6.49865 0 0 0-1.9834-3.2205Z"
|
|
4
|
+
fill="#AAEEEF"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
fill-rule="evenodd"
|
|
8
|
+
clip-rule="evenodd"
|
|
9
|
+
d="M225.313 32.7611c.696-.4487.897-1.377.448-2.0734-.448-.6964-1.377-.8971-2.073-.4484l-117.3 75.5827c-.758.488-1.421 1.096-1.967 1.794-.17.071-.33.175-.469.311-.326.318-.476.748-.449 1.17-.243.509-.434 1.046-.566 1.603l-10.8962 45.954c-.1911.806.3074 1.615 1.1135 1.806.806.191 1.6144-.308 1.8056-1.114l10.7761-45.447 19.691 20.149c.579.593 1.529.604 2.121.025.593-.579.604-1.529.025-2.121l-20.426-20.902c.259-.265.549-.502.865-.706l117.301-75.5829Zm-29.836 10.6617c.785-.2629 1.209-1.1129.946-1.8985-.263-.7856-1.113-1.2093-1.899-.9463l-119.4997 40c-.7856.2629-1.2093 1.1129-.9463 1.8985.2629.7856 1.1129 1.2093 1.8985.9463l119.5005-40ZM89.7303 173.358c.474-.679.3075-1.614-.3719-2.088-.6795-.474-1.6145-.308-2.0885.372-14.7656 21.164-40.7893 42.307-85.63845 38.364-.82524-.073-1.55305.538-1.6256 1.363-.07254.825.53763 1.553 1.36288 1.625 46.15087 4.058 73.12717-17.8 88.36157-39.636Z"
|
|
10
|
+
fill="#00C5CA"
|
|
11
|
+
/>
|
|
12
|
+
</svg>
|