@pagopa/io-app-design-system 1.16.1 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +131 -54
- package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +4 -4
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -4
- package/lib/commonjs/components/checkbox/AnimatedCheckbox.js +6 -2
- package/lib/commonjs/components/checkbox/AnimatedCheckbox.js.map +1 -1
- package/lib/commonjs/components/codeInput/CodeInput.js +103 -0
- package/lib/commonjs/components/codeInput/CodeInput.js.map +1 -0
- package/lib/commonjs/components/codeInput/index.js +17 -0
- package/lib/commonjs/components/codeInput/index.js.map +1 -0
- package/lib/commonjs/components/icons/Icon.js +2 -0
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/icons/README.md +79 -19
- package/lib/commonjs/components/icons/svg/IconSparkles.js +30 -0
- package/lib/commonjs/components/icons/svg/IconSparkles.js.map +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconSparkles.svg +3 -0
- package/lib/commonjs/components/index.js +48 -26
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/layout/HeaderSecondLevel.js +5 -4
- package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemAction.js +4 -3
- package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemHeader.js +87 -0
- package/lib/commonjs/components/listitems/ListItemHeader.js.map +1 -0
- package/lib/commonjs/components/listitems/ListItemInfoCopy.js +5 -30
- package/lib/commonjs/components/listitems/ListItemInfoCopy.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNav.js +15 -23
- package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNavAlert.js +4 -22
- package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemRadio.js +69 -10
- package/lib/commonjs/components/listitems/ListItemRadio.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js +64 -0
- package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js.map +1 -0
- package/lib/commonjs/components/listitems/ListItemTransaction.js +8 -5
- package/lib/commonjs/components/listitems/ListItemTransaction.js.map +1 -1
- package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +684 -34
- package/lib/commonjs/components/listitems/__test__/listitem.test.js +17 -0
- package/lib/commonjs/components/listitems/__test__/listitem.test.js.map +1 -1
- package/lib/commonjs/components/listitems/index.js +22 -0
- package/lib/commonjs/components/listitems/index.js.map +1 -1
- package/lib/commonjs/components/modules/ModuleCheckout.js +103 -0
- package/lib/commonjs/components/modules/ModuleCheckout.js.map +1 -0
- package/lib/commonjs/components/modules/index.js +11 -0
- package/lib/commonjs/components/modules/index.js.map +1 -1
- package/lib/commonjs/components/numberpad/NumberPad.js +7 -10
- package/lib/commonjs/components/numberpad/NumberPad.js.map +1 -1
- package/lib/commonjs/components/pictograms/Pictogram.js +19 -1
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/README.md +103 -14
- package/lib/commonjs/components/pictograms/svg/PictogramBiometric.js +82 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBiometric.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedEnded.js +43 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedEnded.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedLostConnection.js +64 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedLostConnection.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedPending.js +15 -9
- package/lib/commonjs/components/pictograms/svg/PictogramBleedPending.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramBleedQrCode.js +79 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedQrCode.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEmailDotCheck.js +60 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEmailDotCheck.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEmailDotNotif.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEmailDotNotif.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEnded.js +43 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEnded.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramLostConnection.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramLostConnection.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramPending.js +15 -9
- package/lib/commonjs/components/pictograms/svg/PictogramPending.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramQrCode.js +91 -0
- package/lib/commonjs/components/pictograms/svg/PictogramQrCode.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBiometric.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedEnded.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedLostConnection.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -1
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedQrCode.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramEmailDotCheck.svg +41 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramEmailDotNotif.svg +35 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramEnded.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramLostConnection.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramPending.svg +1 -1
- package/lib/commonjs/components/pictograms/svg/originals/PictogramQrCode.svg +1 -0
- package/lib/commonjs/components/radio/RadioGroup.js +2 -1
- package/lib/commonjs/components/radio/RadioGroup.js.map +1 -1
- package/lib/commonjs/components/stepper/Stepper.js +52 -0
- package/lib/commonjs/components/stepper/Stepper.js.map +1 -0
- package/lib/commonjs/components/stepper/index.js +17 -0
- package/lib/commonjs/components/stepper/index.js.map +1 -0
- package/lib/commonjs/components/typography/H1.js +5 -3
- package/lib/commonjs/components/typography/H1.js.map +1 -1
- package/lib/commonjs/components/typography/H2.js +5 -3
- package/lib/commonjs/components/typography/H2.js.map +1 -1
- package/lib/commonjs/components/typography/H3.js +5 -3
- package/lib/commonjs/components/typography/H3.js.map +1 -1
- package/lib/commonjs/components/typography/H4.js +2 -1
- package/lib/commonjs/components/typography/H4.js.map +1 -1
- package/lib/commonjs/components/typography/H6.js +4 -2
- package/lib/commonjs/components/typography/H6.js.map +1 -1
- package/lib/commonjs/components/typography/Hero.js +7 -3
- package/lib/commonjs/components/typography/Hero.js.map +1 -1
- package/lib/commonjs/components/typography/LabelSmall.js +6 -1
- package/lib/commonjs/components/typography/LabelSmall.js.map +1 -1
- package/lib/commonjs/components/typography/LabelSmallAlt.js +39 -0
- package/lib/commonjs/components/typography/LabelSmallAlt.js.map +1 -0
- package/lib/commonjs/components/typography/README.md +23 -0
- package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +84 -74
- package/lib/commonjs/components/typography/index.js +11 -0
- package/lib/commonjs/components/typography/index.js.map +1 -1
- package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +4 -4
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -4
- package/lib/module/components/checkbox/AnimatedCheckbox.js +6 -2
- package/lib/module/components/checkbox/AnimatedCheckbox.js.map +1 -1
- package/lib/module/components/codeInput/CodeInput.js +94 -0
- package/lib/module/components/codeInput/CodeInput.js.map +1 -0
- package/lib/module/components/codeInput/index.js +2 -0
- package/lib/module/components/codeInput/index.js.map +1 -0
- package/lib/module/components/icons/Icon.js +2 -0
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/icons/README.md +79 -19
- package/lib/module/components/icons/svg/IconSparkles.js +21 -0
- package/lib/module/components/icons/svg/IconSparkles.js.map +1 -0
- package/lib/module/components/icons/svg/originals/IconSparkles.svg +3 -0
- package/lib/module/components/index.js +5 -3
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/layout/HeaderSecondLevel.js +5 -4
- package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -1
- package/lib/module/components/listitems/ListItemAction.js +4 -3
- package/lib/module/components/listitems/ListItemAction.js.map +1 -1
- package/lib/module/components/listitems/ListItemHeader.js +77 -0
- package/lib/module/components/listitems/ListItemHeader.js.map +1 -0
- package/lib/module/components/listitems/ListItemInfoCopy.js +7 -32
- package/lib/module/components/listitems/ListItemInfoCopy.js.map +1 -1
- package/lib/module/components/listitems/ListItemNav.js +17 -26
- package/lib/module/components/listitems/ListItemNav.js.map +1 -1
- package/lib/module/components/listitems/ListItemNavAlert.js +6 -24
- package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/module/components/listitems/ListItemRadio.js +69 -10
- package/lib/module/components/listitems/ListItemRadio.js.map +1 -1
- package/lib/module/components/listitems/ListItemRadioWithAmount.js +54 -0
- package/lib/module/components/listitems/ListItemRadioWithAmount.js.map +1 -0
- package/lib/module/components/listitems/ListItemTransaction.js +10 -7
- package/lib/module/components/listitems/ListItemTransaction.js.map +1 -1
- package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +684 -34
- package/lib/module/components/listitems/__test__/listitem.test.js +17 -0
- package/lib/module/components/listitems/__test__/listitem.test.js.map +1 -1
- package/lib/module/components/listitems/index.js +2 -0
- package/lib/module/components/listitems/index.js.map +1 -1
- package/lib/module/components/modules/ModuleCheckout.js +95 -0
- package/lib/module/components/modules/ModuleCheckout.js.map +1 -0
- package/lib/module/components/modules/index.js +1 -0
- package/lib/module/components/modules/index.js.map +1 -1
- package/lib/module/components/numberpad/NumberPad.js +6 -7
- package/lib/module/components/numberpad/NumberPad.js.map +1 -1
- package/lib/module/components/pictograms/Pictogram.js +19 -1
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/README.md +103 -14
- package/lib/module/components/pictograms/svg/PictogramBiometric.js +74 -0
- package/lib/module/components/pictograms/svg/PictogramBiometric.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedEnded.js +35 -0
- package/lib/module/components/pictograms/svg/PictogramBleedEnded.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedLostConnection.js +56 -0
- package/lib/module/components/pictograms/svg/PictogramBleedLostConnection.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedPending.js +15 -9
- package/lib/module/components/pictograms/svg/PictogramBleedPending.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramBleedQrCode.js +71 -0
- package/lib/module/components/pictograms/svg/PictogramBleedQrCode.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramEmailDotCheck.js +52 -0
- package/lib/module/components/pictograms/svg/PictogramEmailDotCheck.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramEmailDotNotif.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramEmailDotNotif.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramEnded.js +35 -0
- package/lib/module/components/pictograms/svg/PictogramEnded.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramLostConnection.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramLostConnection.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramPending.js +15 -9
- package/lib/module/components/pictograms/svg/PictogramPending.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramQrCode.js +83 -0
- package/lib/module/components/pictograms/svg/PictogramQrCode.js.map +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBiometric.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedEnded.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedLostConnection.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -1
- package/lib/module/components/pictograms/svg/originals/PictogramBleedQrCode.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramEmailDotCheck.svg +41 -0
- package/lib/module/components/pictograms/svg/originals/PictogramEmailDotNotif.svg +35 -0
- package/lib/module/components/pictograms/svg/originals/PictogramEnded.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramLostConnection.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramPending.svg +1 -1
- package/lib/module/components/pictograms/svg/originals/PictogramQrCode.svg +1 -0
- package/lib/module/components/radio/RadioGroup.js +2 -1
- package/lib/module/components/radio/RadioGroup.js.map +1 -1
- package/lib/module/components/stepper/Stepper.js +43 -0
- package/lib/module/components/stepper/Stepper.js.map +1 -0
- package/lib/module/components/stepper/index.js +2 -0
- package/lib/module/components/stepper/index.js.map +1 -0
- package/lib/module/components/typography/H1.js +5 -3
- package/lib/module/components/typography/H1.js.map +1 -1
- package/lib/module/components/typography/H2.js +5 -3
- package/lib/module/components/typography/H2.js.map +1 -1
- package/lib/module/components/typography/H3.js +5 -3
- package/lib/module/components/typography/H3.js.map +1 -1
- package/lib/module/components/typography/H4.js +2 -1
- package/lib/module/components/typography/H4.js.map +1 -1
- package/lib/module/components/typography/H6.js +4 -2
- package/lib/module/components/typography/H6.js.map +1 -1
- package/lib/module/components/typography/Hero.js +7 -3
- package/lib/module/components/typography/Hero.js.map +1 -1
- package/lib/module/components/typography/LabelSmall.js +6 -1
- package/lib/module/components/typography/LabelSmall.js.map +1 -1
- package/lib/module/components/typography/LabelSmallAlt.js +32 -0
- package/lib/module/components/typography/LabelSmallAlt.js.map +1 -0
- package/lib/module/components/typography/README.md +23 -0
- package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +84 -74
- package/lib/module/components/typography/index.js +1 -0
- package/lib/module/components/typography/index.js.map +1 -1
- package/lib/typescript/components/checkbox/AnimatedCheckbox.d.ts.map +1 -1
- package/lib/typescript/components/codeInput/CodeInput.d.ts +11 -0
- package/lib/typescript/components/codeInput/CodeInput.d.ts.map +1 -0
- package/lib/typescript/components/codeInput/index.d.ts +2 -0
- package/lib/typescript/components/codeInput/index.d.ts.map +1 -0
- package/lib/typescript/components/icons/Icon.d.ts +1 -0
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSparkles.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconSparkles.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +5 -3
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemAction.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemHeader.d.ts +34 -0
- package/lib/typescript/components/listitems/ListItemHeader.d.ts.map +1 -0
- package/lib/typescript/components/listitems/ListItemInfoCopy.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts +4 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNavAlert.d.ts +2 -2
- package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemRadio.d.ts +21 -3
- package/lib/typescript/components/listitems/ListItemRadio.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts +13 -0
- package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts.map +1 -0
- package/lib/typescript/components/listitems/ListItemTransaction.d.ts.map +1 -1
- package/lib/typescript/components/listitems/index.d.ts +2 -0
- package/lib/typescript/components/listitems/index.d.ts.map +1 -1
- package/lib/typescript/components/modules/ModuleCheckout.d.ts +15 -0
- package/lib/typescript/components/modules/ModuleCheckout.d.ts.map +1 -0
- package/lib/typescript/components/modules/index.d.ts +1 -0
- package/lib/typescript/components/modules/index.d.ts.map +1 -1
- package/lib/typescript/components/numberpad/NumberPad.d.ts +2 -1
- package/lib/typescript/components/numberpad/NumberPad.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts +7 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBiometric.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBiometric.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedEnded.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedEnded.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedLostConnection.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedLostConnection.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedPending.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedQrCode.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedQrCode.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotCheck.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotCheck.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotNotif.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramEmailDotNotif.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramEnded.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramEnded.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramLostConnection.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramLostConnection.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramPending.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramQrCode.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramQrCode.d.ts.map +1 -0
- package/lib/typescript/components/radio/RadioGroup.d.ts +4 -3
- package/lib/typescript/components/radio/RadioGroup.d.ts.map +1 -1
- package/lib/typescript/components/stepper/Stepper.d.ts +8 -0
- package/lib/typescript/components/stepper/Stepper.d.ts.map +1 -0
- package/lib/typescript/components/stepper/index.d.ts +2 -0
- package/lib/typescript/components/stepper/index.d.ts.map +1 -0
- package/lib/typescript/components/typography/H1.d.ts +1 -1
- package/lib/typescript/components/typography/H1.d.ts.map +1 -1
- package/lib/typescript/components/typography/H2.d.ts +1 -1
- package/lib/typescript/components/typography/H2.d.ts.map +1 -1
- package/lib/typescript/components/typography/H3.d.ts +1 -1
- package/lib/typescript/components/typography/H3.d.ts.map +1 -1
- package/lib/typescript/components/typography/H4.d.ts.map +1 -1
- package/lib/typescript/components/typography/H6.d.ts.map +1 -1
- package/lib/typescript/components/typography/Hero.d.ts +1 -1
- package/lib/typescript/components/typography/Hero.d.ts.map +1 -1
- package/lib/typescript/components/typography/LabelSmall.d.ts.map +1 -1
- package/lib/typescript/components/typography/LabelSmallAlt.d.ts +14 -0
- package/lib/typescript/components/typography/LabelSmallAlt.d.ts.map +1 -0
- package/lib/typescript/components/typography/index.d.ts +1 -0
- package/lib/typescript/components/typography/index.d.ts.map +1 -1
- package/package.json +9 -2
- package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +4 -4
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -4
- package/src/components/checkbox/AnimatedCheckbox.tsx +6 -4
- package/src/components/codeInput/CodeInput.tsx +121 -0
- package/src/components/codeInput/index.tsx +1 -0
- package/src/components/icons/Icon.tsx +2 -0
- package/src/components/icons/README.md +79 -19
- package/src/components/icons/svg/IconSparkles.tsx +14 -0
- package/src/components/icons/svg/originals/IconSparkles.svg +3 -0
- package/src/components/index.tsx +5 -3
- package/src/components/layout/HeaderSecondLevel.tsx +6 -9
- package/src/components/listitems/ListItemAction.tsx +4 -3
- package/src/components/listitems/ListItemHeader.tsx +146 -0
- package/src/components/listitems/ListItemInfoCopy.tsx +14 -57
- package/src/components/listitems/ListItemNav.tsx +32 -44
- package/src/components/listitems/ListItemNavAlert.tsx +21 -42
- package/src/components/listitems/ListItemRadio.tsx +99 -12
- package/src/components/listitems/ListItemRadioWithAmount.tsx +69 -0
- package/src/components/listitems/ListItemTransaction.tsx +12 -7
- package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +684 -34
- package/src/components/listitems/__test__/listitem.test.tsx +21 -0
- package/src/components/listitems/index.tsx +2 -0
- package/src/components/modules/ModuleCheckout.tsx +98 -0
- package/src/components/modules/index.tsx +1 -0
- package/src/components/numberpad/NumberPad.tsx +7 -8
- package/src/components/pictograms/Pictogram.tsx +23 -2
- package/src/components/pictograms/README.md +103 -14
- package/src/components/pictograms/svg/PictogramBiometric.tsx +78 -0
- package/src/components/pictograms/svg/PictogramBleedEnded.tsx +38 -0
- package/src/components/pictograms/svg/PictogramBleedLostConnection.tsx +66 -0
- package/src/components/pictograms/svg/PictogramBleedPending.tsx +17 -9
- package/src/components/pictograms/svg/PictogramBleedQrCode.tsx +86 -0
- package/src/components/pictograms/svg/PictogramEmailDotCheck.tsx +53 -0
- package/src/components/pictograms/svg/PictogramEmailDotNotif.tsx +51 -0
- package/src/components/pictograms/svg/PictogramEnded.tsx +34 -0
- package/src/components/pictograms/svg/PictogramLostConnection.tsx +58 -0
- package/src/components/pictograms/svg/PictogramPending.tsx +17 -9
- package/src/components/pictograms/svg/PictogramQrCode.tsx +102 -0
- package/src/components/pictograms/svg/originals/PictogramBiometric.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedEnded.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedLostConnection.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -1
- package/src/components/pictograms/svg/originals/PictogramBleedQrCode.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramEmailDotCheck.svg +41 -0
- package/src/components/pictograms/svg/originals/PictogramEmailDotNotif.svg +35 -0
- package/src/components/pictograms/svg/originals/PictogramEnded.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramLostConnection.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramPending.svg +1 -1
- package/src/components/pictograms/svg/originals/PictogramQrCode.svg +1 -0
- package/src/components/radio/RadioGroup.tsx +5 -4
- package/src/components/stepper/Stepper.tsx +62 -0
- package/src/components/stepper/index.tsx +1 -0
- package/src/components/typography/H1.tsx +8 -3
- package/src/components/typography/H2.tsx +8 -3
- package/src/components/typography/H3.tsx +8 -3
- package/src/components/typography/H4.tsx +5 -1
- package/src/components/typography/H6.tsx +6 -1
- package/src/components/typography/Hero.tsx +10 -3
- package/src/components/typography/LabelSmall.tsx +8 -1
- package/src/components/typography/LabelSmallAlt.tsx +51 -0
- package/src/components/typography/README.md +23 -0
- package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +84 -74
- package/src/components/typography/index.tsx +1 -0
- package/lib/commonjs/components/icons/generateNewIcons.js +0 -165
- package/lib/commonjs/components/icons/generateNewIcons.js.map +0 -1
- package/lib/commonjs/components/icons/generateNewTimestamp.js +0 -8
- package/lib/commonjs/components/icons/generateNewTimestamp.js.map +0 -1
- package/lib/commonjs/components/icons/timestamp.txt +0 -1
- package/lib/commonjs/components/pictograms/generateNewPictograms.js +0 -163
- package/lib/commonjs/components/pictograms/generateNewPictograms.js.map +0 -1
- package/lib/commonjs/components/pictograms/timestamp.txt +0 -1
- package/lib/commonjs/stories/ButtonDS.stories.js +0 -34
- package/lib/commonjs/stories/ButtonDS.stories.js.map +0 -1
- package/lib/commonjs/stories/H1.stories.js +0 -33
- package/lib/commonjs/stories/H1.stories.js.map +0 -1
- package/lib/commonjs/stories/H2.stories.js +0 -33
- package/lib/commonjs/stories/H2.stories.js.map +0 -1
- package/lib/commonjs/stories/H3.stories.js +0 -33
- package/lib/commonjs/stories/H3.stories.js.map +0 -1
- package/lib/commonjs/stories/H4.stories.js +0 -33
- package/lib/commonjs/stories/H4.stories.js.map +0 -1
- package/lib/commonjs/stories/H5.stories.js +0 -33
- package/lib/commonjs/stories/H5.stories.js.map +0 -1
- package/lib/commonjs/stories/H6.stories.js +0 -33
- package/lib/commonjs/stories/H6.stories.js.map +0 -1
- package/lib/commonjs/stories/Label.stories.js +0 -33
- package/lib/commonjs/stories/Label.stories.js.map +0 -1
- package/lib/commonjs/stories/LabelSmall.stories.js +0 -33
- package/lib/commonjs/stories/LabelSmall.stories.js.map +0 -1
- package/lib/commonjs/stories/Link.stories.js +0 -33
- package/lib/commonjs/stories/Link.stories.js.map +0 -1
- package/lib/commonjs/stories/ModuleIDP.stories.js +0 -45
- package/lib/commonjs/stories/ModuleIDP.stories.js.map +0 -1
- package/lib/commonjs/stories/Monospace.stories.js +0 -33
- package/lib/commonjs/stories/Monospace.stories.js.map +0 -1
- package/lib/module/components/icons/generateNewIcons.js +0 -163
- package/lib/module/components/icons/generateNewIcons.js.map +0 -1
- package/lib/module/components/icons/generateNewTimestamp.js +0 -6
- package/lib/module/components/icons/generateNewTimestamp.js.map +0 -1
- package/lib/module/components/icons/timestamp.txt +0 -1
- package/lib/module/components/pictograms/generateNewPictograms.js +0 -161
- package/lib/module/components/pictograms/generateNewPictograms.js.map +0 -1
- package/lib/module/components/pictograms/timestamp.txt +0 -1
- package/lib/module/stories/ButtonDS.stories.js +0 -27
- package/lib/module/stories/ButtonDS.stories.js.map +0 -1
- package/lib/module/stories/H1.stories.js +0 -26
- package/lib/module/stories/H1.stories.js.map +0 -1
- package/lib/module/stories/H2.stories.js +0 -26
- package/lib/module/stories/H2.stories.js.map +0 -1
- package/lib/module/stories/H3.stories.js +0 -26
- package/lib/module/stories/H3.stories.js.map +0 -1
- package/lib/module/stories/H4.stories.js +0 -26
- package/lib/module/stories/H4.stories.js.map +0 -1
- package/lib/module/stories/H5.stories.js +0 -26
- package/lib/module/stories/H5.stories.js.map +0 -1
- package/lib/module/stories/H6.stories.js +0 -26
- package/lib/module/stories/H6.stories.js.map +0 -1
- package/lib/module/stories/Label.stories.js +0 -26
- package/lib/module/stories/Label.stories.js.map +0 -1
- package/lib/module/stories/LabelSmall.stories.js +0 -26
- package/lib/module/stories/LabelSmall.stories.js.map +0 -1
- package/lib/module/stories/Link.stories.js +0 -26
- package/lib/module/stories/Link.stories.js.map +0 -1
- package/lib/module/stories/ModuleIDP.stories.js +0 -37
- package/lib/module/stories/ModuleIDP.stories.js.map +0 -1
- package/lib/module/stories/Monospace.stories.js +0 -26
- package/lib/module/stories/Monospace.stories.js.map +0 -1
- package/lib/typescript/stories/ButtonDS.stories.d.ts +0 -14
- package/lib/typescript/stories/ButtonDS.stories.d.ts.map +0 -1
- package/lib/typescript/stories/H1.stories.d.ts +0 -19
- package/lib/typescript/stories/H1.stories.d.ts.map +0 -1
- package/lib/typescript/stories/H2.stories.d.ts +0 -19
- package/lib/typescript/stories/H2.stories.d.ts.map +0 -1
- package/lib/typescript/stories/H3.stories.d.ts +0 -19
- package/lib/typescript/stories/H3.stories.d.ts.map +0 -1
- package/lib/typescript/stories/H4.stories.d.ts +0 -19
- package/lib/typescript/stories/H4.stories.d.ts.map +0 -1
- package/lib/typescript/stories/H5.stories.d.ts +0 -19
- package/lib/typescript/stories/H5.stories.d.ts.map +0 -1
- package/lib/typescript/stories/H6.stories.d.ts +0 -19
- package/lib/typescript/stories/H6.stories.d.ts.map +0 -1
- package/lib/typescript/stories/Label.stories.d.ts +0 -21
- package/lib/typescript/stories/Label.stories.d.ts.map +0 -1
- package/lib/typescript/stories/LabelSmall.stories.d.ts +0 -21
- package/lib/typescript/stories/LabelSmall.stories.d.ts.map +0 -1
- package/lib/typescript/stories/Link.stories.d.ts +0 -21
- package/lib/typescript/stories/Link.stories.d.ts.map +0 -1
- package/lib/typescript/stories/ModuleIDP.stories.d.ts +0 -24
- package/lib/typescript/stories/ModuleIDP.stories.d.ts.map +0 -1
- package/lib/typescript/stories/Monospace.stories.d.ts +0 -19
- package/lib/typescript/stories/Monospace.stories.d.ts.map +0 -1
- package/src/components/icons/generateNewIcons.js +0 -186
- package/src/components/icons/generateNewTimestamp.js +0 -7
- package/src/components/icons/timestamp.txt +0 -1
- package/src/components/pictograms/generateNewPictograms.js +0 -181
- package/src/components/pictograms/timestamp.txt +0 -1
- package/src/stories/ButtonDS.stories.ts +0 -31
- package/src/stories/H1.stories.ts +0 -28
- package/src/stories/H2.stories.ts +0 -28
- package/src/stories/H3.stories.ts +0 -28
- package/src/stories/H4.stories.ts +0 -28
- package/src/stories/H5.stories.ts +0 -28
- package/src/stories/H6.stories.ts +0 -28
- package/src/stories/Label.stories.ts +0 -28
- package/src/stories/LabelSmall.stories.ts +0 -28
- package/src/stories/Link.stories.ts +0 -28
- package/src/stories/ModuleIDP.stories.tsx +0 -44
- package/src/stories/Monospace.stories.ts +0 -28
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Svg, Path } from "react-native-svg";
|
|
4
|
+
const PictogramBleedEnded = _ref => {
|
|
5
|
+
let {
|
|
6
|
+
size,
|
|
7
|
+
colorValues,
|
|
8
|
+
...props
|
|
9
|
+
} = _ref;
|
|
10
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({
|
|
11
|
+
width: size,
|
|
12
|
+
height: size,
|
|
13
|
+
viewBox: "0 0 240 240"
|
|
14
|
+
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
15
|
+
d: "M143.95 195.53L142.28 176.3C141.92 172.16 139.39 168.52 135.64 166.73L116.77 157.74C113.02 155.95 110.49 152.31 110.13 148.17L109.97 146.32L109.81 144.47C109.45 140.33 111.31 136.31 114.69 133.9L131.72 121.78C135.11 119.37 136.96 115.35 136.6 111.21L134.93 91.98C134.42 86.13 129.69 81.67 124 81.31L117.61 81.8L115.45 86.07C115.45 86.07 111.12 87.89 110.92 87.67C110.72 87.45 106.21 86.05 106.21 86.05L103.87 82.91L68.7204 85.97C62.2704 86.53 57.4904 92.22 58.0504 98.67L59.7204 117.9C60.0804 122.04 62.6104 125.68 66.3604 127.47L85.2304 136.46C88.9804 138.25 91.5104 141.89 91.8704 146.03L92.0304 147.88L92.1904 149.73C92.5504 153.87 90.6904 157.89 87.3104 160.3L70.2804 172.42C66.8904 174.83 65.0404 178.85 65.4004 182.99L67.0704 202.22C67.6304 208.67 73.3204 213.45 79.7704 212.89L115.51 209.78L133.3 208.23C139.75 207.67 144.53 201.98 143.97 195.53H143.95Z",
|
|
16
|
+
fill: colorValues.main
|
|
17
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
18
|
+
d: "M134.77 95.04H134.71L134.73 91.04H134.76C136.77 91.04 142.27 90.5 144.23 88.03C144.67 87.48 145.19 86.53 144.75 84.7C142.34 74.77 131.47 72.65 122.78 72.62C120.3 72.57 118.65 73.09 118.08 73.96C117.55 74.77 117.75 76.37 118.62 78.34C119.69 80.75 119.54 83.52 118.22 85.77C116.93 87.97 114.73 89.37 112.2 89.6C110.63 89.75 108.91 89.67 107.11 89.39C106.69 89.32 106.3 89.12 106 88.82C105.6 88.41 96.21 78.77 99.09 69.05C101.09 62.29 108.4 57.49 120.81 54.77C121.61 54.6 128.61 53.22 132.8 56.06L130.55 59.37C128.18 57.76 123.2 58.35 121.65 58.68C110.79 61.06 104.49 64.93 102.93 70.18C101.02 76.61 106.74 83.67 108.41 85.54C109.64 85.69 110.79 85.72 111.85 85.62C113.08 85.51 114.15 84.83 114.78 83.75C115.45 82.61 115.52 81.19 114.98 79.96C113.48 76.58 113.4 73.83 114.74 71.77C116.11 69.68 118.79 68.62 122.73 68.62H122.8C141.14 68.68 146.97 76.89 148.64 83.76C149.43 87.02 148.39 89.24 147.37 90.52C143.92 94.88 135.96 95.05 134.78 95.05L134.77 95.04Z",
|
|
19
|
+
fill: colorValues.hands
|
|
20
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
21
|
+
d: "M137.92 109.5C137.26 109.5 136.58 109.49 135.9 109.47L136.03 105.47C145.99 105.8 153.01 103.61 156.89 98.96C161.68 93.22 160.06 85.43 160.04 85.35C159.91 84.74 160.07 84.1 160.47 83.63C160.87 83.16 161.47 82.89 162.09 82.92L242.59 86.94L242.39 90.93L164.28 87.03C164.5 90.38 164.18 96.43 159.99 101.47C155.57 106.8 148.15 109.49 137.92 109.49V109.5Z",
|
|
22
|
+
fill: colorValues.hands
|
|
23
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
24
|
+
d: "M123.57 58.38C120.05 58.38 107.5 54.63 101.9 49.88C99.8502 48.14 98.7802 46.32 98.7302 44.46C98.6502 41.74 99.8802 39.37 102.2 37.79C106.63 34.75 114.39 34.97 122.43 38.37L120.88 42.06C112.73 38.63 106.94 39.39 104.46 41.1C103.26 41.92 102.69 42.99 102.73 44.36C102.75 44.94 103.25 45.71 104.14 46.53C108.9 50.94 121.61 54.47 123.51 54.39L124.01 58.36C123.89 58.38 123.74 58.39 123.57 58.39V58.38Z",
|
|
25
|
+
fill: colorValues.hands
|
|
26
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
27
|
+
d: "M140.25 51.28C139.48 50.98 121.41 43.92 114.1 37.17C112.57 35.76 112.03 33.65 112.68 31.67C113.33 29.7 115.02 28.35 117.08 28.13C121.63 27.66 129.54 28.35 141.26 34.36C149.37 38.52 169.34 35.76 190.49 32.85C206.93 30.58 225.56 28.01 242.5 28.01V32.01C225.83 32.01 207.35 34.56 191.04 36.81C168.3 39.95 148.67 42.66 139.44 37.92C128.6 32.36 121.53 31.69 117.5 32.11C116.81 32.18 116.56 32.71 116.49 32.93C116.41 33.16 116.29 33.74 116.82 34.23C123.58 40.47 141.53 47.48 141.71 47.55L140.26 51.28H140.25Z",
|
|
28
|
+
fill: colorValues.hands
|
|
29
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
30
|
+
d: "M80.9904 171.76L73.1704 177.62C71.4304 178.92 70.4804 181.02 70.6504 183.19L72.2004 202.84C72.4704 206.29 75.5004 208.85 78.9404 208.55L132.39 203.87C135.26 203.62 137.07 200.58 135.83 197.97C133.45 192.94 127.3 185.8 111.35 182.61C95.9204 179.53 89.4304 175.28 86.7004 172.34C85.2004 170.72 82.7504 170.44 80.9804 171.76H80.9904Z",
|
|
31
|
+
fill: colorValues.secondary
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
export default PictogramBleedEnded;
|
|
35
|
+
//# sourceMappingURL=PictogramBleedEnded.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","PictogramBleedEnded","_ref","size","colorValues","props","createElement","_extends","width","height","viewBox","d","fill","main","hands","secondary"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramBleedEnded.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAG5C,MAAMC,mBAAmB,GAAGC,IAAA;EAAA,IAAC;IAC3BC,IAAI;IACJC,WAAW;IACX,GAAGC;EACc,CAAC,GAAAH,IAAA;EAAA,oBAClBJ,KAAA,CAAAQ,aAAA,CAACP,GAAG,EAAAQ,QAAA;IAACC,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC;EAAa,GAAKL,KAAK,gBAC7DP,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,81BAA81B;IACh2BC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,27BAA27B;IAC77BC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,+VAA+V;IACjWC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,+YAA+Y;IACjZC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,wfAAwf;IAC1fC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,4UAA4U;IAC9UC,IAAI,EAAER,WAAW,CAACW;EAAU,CAC7B,CACE,CAAC;AAAA,CACP;AAED,eAAed,mBAAmB"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Svg, Path } from "react-native-svg";
|
|
4
|
+
const PictogramBleedLostConnection = _ref => {
|
|
5
|
+
let {
|
|
6
|
+
size,
|
|
7
|
+
colorValues,
|
|
8
|
+
...props
|
|
9
|
+
} = _ref;
|
|
10
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({
|
|
11
|
+
width: size,
|
|
12
|
+
height: size,
|
|
13
|
+
viewBox: "0 0 240 240"
|
|
14
|
+
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
15
|
+
d: "M152.979 101.86L150.119 98.24C154.119 95.08 163.309 90.82 169.519 97.35L166.169 100.53C164.189 98.45 161.569 97.99 158.149 99.13C155.269 100.09 153.009 101.85 152.989 101.87L152.979 101.86Z",
|
|
16
|
+
fill: colorValues.main
|
|
17
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
18
|
+
d: "M201.789 133.55C199.879 133.55 197.999 133.26 196.139 132.67C184.069 128.86 177.939 113.91 177.689 113.28L181.969 111.56C182.019 111.7 187.559 125.13 197.549 128.28C202.149 129.73 207.129 128.74 212.349 125.34L214.869 129.21C210.429 132.1 206.049 133.55 201.789 133.55Z",
|
|
19
|
+
fill: colorValues.main
|
|
20
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
21
|
+
d: "M137.66 122.327L125.946 98.9034L136.365 93.6925C141.964 90.8924 148.78 93.1637 151.58 98.7626L153.15 101.902C155.95 107.501 153.679 114.316 148.08 117.117L137.66 122.327Z",
|
|
22
|
+
fill: colorValues.main
|
|
23
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
24
|
+
d: "M126.31 122.36C125.04 122.36 123.82 121.66 123.21 120.44C122.35 118.73 123.05 116.65 124.76 115.79L135.48 110.43C137.19 109.57 139.27 110.27 140.13 111.98C140.99 113.69 140.29 115.77 138.58 116.63L127.86 121.99C127.36 122.24 126.83 122.36 126.31 122.36Z",
|
|
25
|
+
fill: colorValues.main
|
|
26
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
27
|
+
d: "M121.62 112.98C120.35 112.98 119.13 112.28 118.52 111.06C117.66 109.35 118.36 107.27 120.07 106.41L130.79 101.05C132.5 100.19 134.58 100.89 135.44 102.6C136.3 104.31 135.6 106.39 133.89 107.25L123.17 112.61C122.67 112.86 122.14 112.98 121.62 112.98Z",
|
|
28
|
+
fill: colorValues.main
|
|
29
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
30
|
+
d: "M158.539 119.9C155.759 119.9 153.779 119.25 152.499 117.95C151.389 116.82 150.329 114.69 151.619 110.96C152.789 107.56 155.409 104.68 158.799 103.04C162.689 101.16 165.719 99.16 167.799 97.1C170.809 94.1 170.279 90.35 168.899 88.05C167.479 85.68 164.329 83.36 160.149 84.64C154.389 86.39 149.829 89.21 146.579 93.01C145.179 94.66 142.849 95.24 140.509 94.53C137.439 93.6 135.189 90.83 134.779 87.48C134.299 83.53 136.029 75.4 152.929 65.43C156.949 63.14 166.219 60.63 172.779 67.47L169.889 70.24C163.879 63.96 155.299 68.69 154.929 68.89C139.459 78.02 138.459 84.59 138.749 87C139.009 89.16 140.479 90.35 141.659 90.7C141.959 90.79 142.999 91.04 143.529 90.41C147.279 86.02 152.469 82.78 158.979 80.81C164.969 78.98 169.999 82.1 172.329 86C175.119 90.66 174.449 96.13 170.619 99.94C168.219 102.32 164.829 104.58 160.539 106.65C158.099 107.83 156.219 109.88 155.399 112.27C155.119 113.08 154.739 114.54 155.349 115.16C155.749 115.56 158.369 117.37 170.909 113.29C179.599 110.44 196.879 104.64 200.099 103.06C204.849 100.72 226.009 98.06 239.819 98.06V102.06C226.269 102.06 205.629 104.8 201.869 106.65C197.609 108.75 173.199 116.75 172.159 117.09C166.369 118.97 161.889 119.91 158.549 119.91L158.539 119.9Z",
|
|
31
|
+
fill: colorValues.hands
|
|
32
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
33
|
+
d: "M137.52 70.64C136.55 70.64 135.56 70.51 134.58 70.19C131.91 69.32 128.97 66.45 128.79 62.83C128.65 60.02 130.07 55.96 137.66 52.61C150.77 46.82 156.78 47.6 169.37 53.09L167.77 56.76C156.05 51.65 151.18 51.01 139.28 56.27C134.98 58.17 132.67 60.43 132.79 62.63C132.88 64.47 134.61 66 135.83 66.39C137.94 67.08 140.38 66.27 142.48 65.4C151.23 61.77 157.3 63.94 157.56 64.04L156.19 67.8C155.99 67.73 151.22 66.12 144.02 69.1C142.16 69.87 139.9 70.65 137.54 70.65L137.52 70.64Z",
|
|
34
|
+
fill: colorValues.hands
|
|
35
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
36
|
+
d: "M230.921 59.41C219.711 59.41 203.591 58.28 189.281 49.89C169.491 38.29 158.281 35.36 152.921 40.4C151.231 41.99 151.391 43.12 151.441 43.49C151.781 45.94 155.501 48.39 156.781 49.05L154.951 52.6C154.261 52.24 148.181 48.98 147.491 44.05C147.261 42.43 147.551 39.98 150.191 37.49C158.921 29.28 175.111 36.95 191.311 46.45C207.631 56.02 226.841 55.57 237.161 55.33C238.121 55.31 238.991 55.29 239.791 55.28L239.841 59.28C239.051 59.29 238.191 59.31 237.251 59.33C235.401 59.37 233.271 59.42 230.921 59.42V59.41Z",
|
|
37
|
+
fill: colorValues.hands
|
|
38
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
39
|
+
d: "M123.01 176.67L95.8498 204.26C91.3898 208.79 83.7498 207.29 81.3298 201.41L44.6698 112.25C43.3198 108.96 44.0598 105.19 46.5498 102.66L73.7098 75.07C78.1698 70.54 85.8098 72.04 88.2298 77.92L124.89 167.07C126.24 170.36 125.5 174.13 123.01 176.66V176.67Z",
|
|
40
|
+
fill: colorValues.main
|
|
41
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
42
|
+
d: "M91.0297 178.53C90.4597 178.53 89.8697 178.47 89.2797 178.36C85.6697 177.65 82.5197 174.99 81.0497 171.42L63.1897 127.98C61.7597 124.51 62.2797 120.92 64.5397 118.62L76.7898 106.18C78.5697 104.37 81.1597 103.64 83.9097 104.18C87.5197 104.89 90.6697 107.55 92.1397 111.12L110 154.56C111.43 158.03 110.91 161.62 108.65 163.91L96.3997 176.35C94.9997 177.77 93.1097 178.52 91.0297 178.52V178.53ZM82.1497 107.01C81.1497 107.01 79.9297 107.27 78.9297 108.29L66.6797 120.73C65.2797 122.15 64.9997 124.5 65.9697 126.84L83.8298 170.28C84.8997 172.89 87.2697 174.91 89.8597 175.41C90.8797 175.61 92.8097 175.73 94.2597 174.25L106.51 161.81C107.91 160.38 108.19 158.04 107.22 155.7L89.3597 112.26C88.2897 109.65 85.9198 107.63 83.3298 107.13C83.0098 107.07 82.5998 107.01 82.1497 107.01Z",
|
|
43
|
+
fill: colorValues.secondary
|
|
44
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
45
|
+
d: "M87.9624 134.568C88.2798 131.153 86.6157 128.206 84.2456 127.986C81.8755 127.766 79.6968 130.356 79.3794 133.771C79.062 137.186 80.7261 140.133 83.0962 140.353C85.4663 140.573 87.645 137.983 87.9624 134.568Z",
|
|
46
|
+
fill: colorValues.secondary
|
|
47
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
48
|
+
d: "M94.1401 149.596C94.4575 146.181 92.7935 143.234 90.4233 143.014C88.0532 142.793 85.8745 145.383 85.5571 148.798C85.2397 152.213 86.9038 155.16 89.2739 155.38C91.6441 155.601 93.8227 153.011 94.1401 149.596Z",
|
|
49
|
+
fill: colorValues.secondary
|
|
50
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
51
|
+
d: "M139.92 117.63C139.46 117.63 139.03 117.38 138.8 116.95C138.48 116.33 138.72 115.57 139.34 115.25L146.13 111.73C146.62 111.26 149.06 108.54 146.71 103.45C146.42 102.82 146.69 102.07 147.33 101.78C147.96 101.49 148.71 101.76 149 102.4C152.38 109.73 147.85 113.58 147.65 113.74L147.43 113.89L140.5 117.48C140.32 117.58 140.12 117.62 139.92 117.62V117.63Z",
|
|
52
|
+
fill: colorValues.secondary
|
|
53
|
+
}));
|
|
54
|
+
};
|
|
55
|
+
export default PictogramBleedLostConnection;
|
|
56
|
+
//# sourceMappingURL=PictogramBleedLostConnection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","PictogramBleedLostConnection","_ref","size","colorValues","props","createElement","_extends","width","height","viewBox","d","fill","main","hands","secondary"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramBleedLostConnection.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAG5C,MAAMC,4BAA4B,GAAGC,IAAA;EAAA,IAAC;IACpCC,IAAI;IACJC,WAAW;IACX,GAAGC;EACc,CAAC,GAAAH,IAAA;EAAA,oBAClBJ,KAAA,CAAAQ,aAAA,CAACP,GAAG,EAAAQ,QAAA;IAACC,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC;EAAa,GAAKL,KAAK,gBAC7DP,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,+LAA+L;IACjMC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,+QAA+Q;IACjRC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,4KAA4K;IAC9KC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,+PAA+P;IACjQC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,2PAA2P;IAC7PC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,urCAAurC;IACzrCC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,2dAA2d;IAC7dC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,+fAA+f;IACjgBC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,+PAA+P;IACjQC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,0wBAA0wB;IAC5wBC,IAAI,EAAER,WAAW,CAACW;EAAU,CAC7B,CAAC,eACFjB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,iNAAiN;IACnNC,IAAI,EAAER,WAAW,CAACW;EAAU,CAC7B,CAAC,eACFjB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,iNAAiN;IACnNC,IAAI,EAAER,WAAW,CAACW;EAAU,CAC7B,CAAC,eACFjB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,kWAAkW;IACpWC,IAAI,EAAER,WAAW,CAACW;EAAU,CAC7B,CACE,CAAC;AAAA,CACP;AAED,eAAed,4BAA4B"}
|
|
@@ -12,23 +12,29 @@ const PictogramBleedPending = _ref => {
|
|
|
12
12
|
height: size,
|
|
13
13
|
viewBox: "0 0 240 240"
|
|
14
14
|
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
15
|
-
d: "
|
|
15
|
+
d: "M184.79 118.12C181.67 118.58 179.14 117.85 177.27 115.97C173.79 112.48 173.06 105.51 174.91 93.38C175.43 89.96 176.72 87.3 178.72 85.44C173.27 76.4 165.62 68.52 155.95 62.68C124.18 43.5 82.87 53.7 63.69 85.47C44.5 117.24 54.7 158.55 86.47 177.74C115.98 195.56 153.7 188.02 174.3 161.4L175.66 159.59C177.58 158.54 177.09 156.9 178.28 155.67C178.43 155.43 178.59 155.2 178.74 154.95C185.96 142.99 189.02 129.69 188.33 116.72C187.16 117.54 185.93 117.95 184.79 118.12Z",
|
|
16
16
|
fill: colorValues.main
|
|
17
17
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
18
|
-
d: "
|
|
19
|
-
fill: colorValues.
|
|
18
|
+
d: "M121.76 181.43C108.18 181.43 95.0895 176.92 84.2595 168.39C71.4995 158.34 63.4095 143.92 61.4895 127.79C59.5695 111.66 64.0495 95.75 74.0995 82.98C74.7795 82.11 76.0395 81.96 76.9095 82.65C77.7795 83.33 77.9295 84.59 77.2395 85.46C67.8495 97.38 63.6695 112.25 65.4595 127.32C67.2495 142.39 74.8095 155.86 86.7295 165.25C98.6495 174.64 113.52 178.82 128.59 177.03C143.66 175.24 157.13 167.68 166.52 155.76C167.2 154.89 168.46 154.74 169.33 155.43C170.2 156.11 170.35 157.37 169.66 158.24C159.61 171 145.19 179.09 129.06 181.01C126.62 181.3 124.18 181.44 121.76 181.44V181.43Z",
|
|
19
|
+
fill: colorValues.secondary
|
|
20
20
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
21
|
-
d: "
|
|
22
|
-
fill: colorValues.
|
|
21
|
+
d: "M118.89 181.37C118.89 181.37 118.8 181.37 118.76 181.37L118.89 179.37L118.73 181.36C117.63 181.31 116.77 180.38 116.81 179.28C116.85 178.18 117.74 177.32 118.86 177.36C118.88 177.36 119 177.36 119.02 177.36C120.12 177.43 120.96 178.38 120.89 179.48C120.82 180.54 119.94 181.35 118.9 181.35L118.89 181.37ZM137.12 179.42C136.25 179.42 135.45 178.85 135.2 177.98C134.89 176.92 135.5 175.81 136.56 175.5C136.57 175.5 136.68 175.47 136.69 175.46C137.76 175.17 138.86 175.81 139.14 176.88C139.42 177.95 138.79 179.04 137.72 179.33L137.2 177.4L137.67 179.35C137.48 179.4 137.3 179.43 137.11 179.43L137.12 179.42ZM100.85 177.55C100.62 177.55 100.39 177.51 100.16 177.42C100.15 177.42 100.05 177.38 100.04 177.37C99.0101 176.96 98.5201 175.8 98.9301 174.77C99.3401 173.75 100.5 173.25 101.53 173.66C102.55 174.07 103.09 175.24 102.69 176.26C102.38 177.05 101.65 177.55 100.85 177.55ZM153.95 171.93C153.29 171.93 152.64 171.6 152.26 171C151.67 170.07 151.95 168.83 152.89 168.24C153.82 167.65 155.08 167.9 155.68 168.83C156.27 169.75 156.05 170.96 155.13 171.56C155.13 171.56 155.03 171.62 155.02 171.63C154.69 171.84 154.32 171.94 153.96 171.94L153.95 171.93ZM84.9101 168.36C84.4601 168.36 84.0001 168.21 83.6301 167.9L84.9101 166.36L83.6101 167.88C82.7601 167.19 82.6101 165.94 83.2801 165.08C83.9601 164.22 85.1801 164.05 86.0401 164.71C86.0601 164.73 86.1601 164.8 86.1801 164.82C87.0301 165.53 87.1401 166.79 86.4401 167.64C86.0401 168.11 85.4801 168.36 84.9001 168.36H84.9101ZM167.62 159.56C167.19 159.56 166.76 159.42 166.4 159.14C165.54 158.47 165.37 157.24 166.03 156.38C166.05 156.36 166.12 156.26 166.14 156.24C166.85 155.39 168.11 155.28 168.96 155.98C169.81 156.69 169.92 157.95 169.22 158.8L167.68 157.52L169.2 158.82C168.8 159.31 168.21 159.57 167.62 159.57V159.56ZM72.5101 154.66C71.8801 154.66 71.2601 154.36 70.8901 153.78C70.8901 153.78 70.8301 153.68 70.8201 153.67C70.2301 152.74 70.5101 151.5 71.4501 150.91C72.3901 150.32 73.6201 150.6 74.2101 151.54C74.7901 152.47 74.5501 153.73 73.6201 154.33C73.2701 154.55 72.8901 154.66 72.5101 154.66ZM176.81 143.62C176.56 143.62 176.31 143.57 176.07 143.48C175.04 143.07 174.55 141.91 174.96 140.88C175.37 139.86 176.54 139.32 177.56 139.72C178.58 140.12 179.11 141.22 178.72 142.25C178.72 142.26 178.68 142.36 178.67 142.37C178.36 143.15 177.61 143.63 176.81 143.63V143.62ZM65.0401 137.82C64.1701 137.82 63.3801 137.26 63.1401 136.38L63.1101 136.28C62.8301 135.21 63.4801 134.12 64.5501 133.84C65.6201 133.56 66.7101 134.21 66.9901 135.28C67.2701 136.35 66.6401 137.48 65.5701 137.76C65.3901 137.81 65.2101 137.83 65.0401 137.83V137.82ZM180.64 125.59C180.64 125.59 180.59 125.59 180.56 125.59C179.46 125.55 178.61 124.64 178.64 123.54C178.64 123.52 178.64 123.4 178.64 123.38C178.71 122.28 179.65 121.44 180.76 121.51C181.86 121.58 182.7 122.53 182.63 123.63L180.63 123.5L182.62 123.66C182.57 124.73 181.68 125.58 180.62 125.58L180.64 125.59ZM63.1301 119.54C63.1301 119.54 63.0401 119.54 63.0001 119.54C61.9001 119.47 61.0601 118.52 61.1301 117.42L63.1301 117.55L61.1401 117.39C61.1901 116.29 62.0801 115.43 63.2201 115.47C64.3201 115.51 65.1701 116.42 65.1401 117.52C65.1401 117.54 65.1401 117.66 65.1401 117.68C65.0701 118.74 64.1901 119.55 63.1501 119.55L63.1301 119.54ZM66.9601 101.48C66.7301 101.48 66.4901 101.44 66.2601 101.35C65.2401 100.95 64.7101 99.85 65.1001 98.82C65.1001 98.81 65.1401 98.71 65.1501 98.7C65.5601 97.68 66.7201 97.18 67.7501 97.59C68.7801 98 69.2701 99.16 68.8601 100.19C68.5401 100.98 67.7701 101.48 66.9601 101.48ZM171.33 90.72C170.67 90.72 170.02 90.39 169.64 89.79C169.06 88.86 169.3 87.6 170.23 87C171.16 86.41 172.36 86.63 172.96 87.55C172.96 87.55 173.02 87.65 173.03 87.66C173.62 88.59 173.34 89.83 172.4 90.42C172.07 90.63 171.7 90.73 171.34 90.73L171.33 90.72ZM76.1801 85.58C75.7301 85.58 75.2701 85.43 74.9001 85.12C74.0501 84.41 73.9401 83.15 74.6401 82.3L76.1801 83.58L74.6601 82.28C75.3501 81.43 76.6101 81.28 77.4601 81.95C78.3201 82.62 78.4901 83.85 77.8301 84.71C77.8101 84.73 77.7401 84.83 77.7201 84.85C77.3201 85.32 76.7601 85.57 76.1801 85.57V85.58ZM159.02 77C158.61 77 158.19 76.87 157.83 76.6C157.81 76.58 157.71 76.51 157.69 76.49C156.84 75.78 156.73 74.52 157.43 73.67C158.13 72.82 159.4 72.71 160.25 73.41L158.97 74.95L160.27 73.43C161.12 74.12 161.27 75.37 160.6 76.23C160.2 76.73 159.62 77 159.02 77ZM89.9101 73.21C89.2501 73.21 88.6001 72.9 88.2201 72.31C87.6301 71.39 87.8501 70.18 88.7701 69.58C88.7701 69.58 88.8701 69.52 88.8801 69.51C89.8201 68.92 91.0501 69.2 91.6401 70.14C92.2301 71.07 91.9501 72.31 91.0101 72.9C90.6701 73.11 90.2901 73.22 89.9101 73.22V73.21ZM143.12 67.75C142.87 67.75 142.62 67.7 142.38 67.61C141.36 67.2 140.82 66.03 141.22 65.01C141.62 63.99 142.73 63.46 143.75 63.85C143.76 63.85 143.86 63.89 143.87 63.9C144.9 64.31 145.39 65.47 144.98 66.5C144.67 67.28 143.92 67.76 143.12 67.76V67.75ZM106.78 65.76C105.89 65.76 105.05 65.17 104.81 64.28C104.53 63.21 105.12 62.14 106.18 61.85L106.28 61.82C107.35 61.54 108.44 62.19 108.72 63.26C109 64.33 108.35 65.42 107.28 65.7C107.11 65.74 106.94 65.76 106.77 65.76H106.78ZM125.12 63.86C125.12 63.86 125.08 63.86 125.06 63.86C125.04 63.86 124.92 63.86 124.9 63.86C123.8 63.79 122.96 62.84 123.03 61.74C123.1 60.64 124.06 59.79 125.15 59.87L125.02 61.87L125.18 59.88C126.28 59.93 127.14 60.86 127.1 61.96C127.06 63.04 126.18 63.88 125.12 63.88V63.86Z",
|
|
22
|
+
fill: colorValues.secondary
|
|
23
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
24
|
+
d: "M152.04 141.05C151.77 141.05 151.5 140.98 151.25 140.83L121.5 122.46C120.79 122.02 120.58 121.1 121.01 120.4C121.44 119.69 122.37 119.48 123.07 119.91L152.82 138.28C153.53 138.72 153.74 139.64 153.31 140.34C153.03 140.8 152.53 141.05 152.03 141.05H152.04Z",
|
|
25
|
+
fill: colorValues.secondary
|
|
26
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
27
|
+
d: "M122.3 122.68C122.23 122.68 122.17 122.68 122.1 122.67C121.28 122.56 120.7 121.81 120.81 120.99L126.59 77.02C126.7 76.2 127.46 75.62 128.27 75.73C129.09 75.84 129.67 76.59 129.56 77.41L123.78 121.38C123.68 122.13 123.04 122.68 122.29 122.68H122.3Z",
|
|
28
|
+
fill: colorValues.secondary
|
|
23
29
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
24
|
-
d: "
|
|
30
|
+
d: "M204.67 100.27C203.65 99.14 203.07 97.3 202.45 95.35C201.03 90.86 199.09 84.72 190.04 82.89C189.31 82.71 184.27 81.62 180.07 84.37C179.58 84.69 179.13 85.06 178.71 85.46C176.7 87.32 175.42 89.97 174.9 93.4C173.06 105.53 173.79 112.5 177.26 115.99C179.13 117.87 181.66 118.6 184.78 118.14C185.92 117.97 187.14 117.56 188.32 116.74C190.72 115.06 192.88 111.63 193.53 104.88C194.04 99.48 193.37 94.34 193.34 94.12L188.98 94.71C189.43 98.09 189.8 106.11 187.72 110.62C186.93 112.34 185.78 113.55 184.15 113.79C181.91 114.12 180.93 113.43 180.39 112.89C178.09 110.58 177.71 104.25 179.26 94.07C179.55 92.17 180.13 90.66 180.98 89.52C181.41 88.95 181.9 88.46 182.47 88.09C185.24 86.25 188.97 87.18 189 87.19C189.04 87.2 189.09 87.21 189.14 87.22C195.69 88.53 196.89 92.32 198.28 96.71C199.01 99.02 199.77 101.42 201.42 103.25C207.74 110.27 225.05 113.91 242 107.58L240.46 103.46C224.6 109.39 209.24 105.36 204.69 100.31L204.67 100.27Z",
|
|
25
31
|
fill: colorValues.hands
|
|
26
32
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
27
|
-
d: "
|
|
33
|
+
d: "M198.5 113.26C198.5 113.4 198.53 114.19 198.67 115.4L194.55 113.55L192.75 117.57L199.68 120.68C201.02 125.64 203.89 131.74 210.05 134.52L211.86 130.51C203.37 126.69 202.92 113.3 202.91 113.16L200.71 113.22L198.51 113.27L198.5 113.26Z",
|
|
28
34
|
fill: colorValues.hands
|
|
29
35
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
30
|
-
d: "
|
|
31
|
-
fill: colorValues.
|
|
36
|
+
d: "M178.28 155.67C177.6 155.94 178.38 155.92 175.45 159.89L174.3 161.4L174.72 162.17C184.23 157 192.91 156.58 203.9 156.06C213.73 155.59 224.87 155.06 239.94 151.25L238.86 146.98C224.22 150.68 213.31 151.2 203.69 151.66C194.27 152.11 186.45 152.42 178.28 155.66V155.67Z",
|
|
37
|
+
fill: colorValues.hands
|
|
32
38
|
}));
|
|
33
39
|
};
|
|
34
40
|
export default PictogramBleedPending;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","PictogramBleedPending","_ref","size","colorValues","props","createElement","_extends","width","height","viewBox","d","fill","main","
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","PictogramBleedPending","_ref","size","colorValues","props","createElement","_extends","width","height","viewBox","d","fill","main","secondary","hands"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramBleedPending.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAG5C,MAAMC,qBAAqB,GAAGC,IAAA;EAAA,IAAC;IAC7BC,IAAI;IACJC,WAAW;IACX,GAAGC;EACc,CAAC,GAAAH,IAAA;EAAA,oBAClBJ,KAAA,CAAAQ,aAAA,CAACP,GAAG,EAAAQ,QAAA;IAACC,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC;EAAa,GAAKL,KAAK,gBAC7DP,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,mdAAmd;IACrdC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,gkBAAgkB;IAClkBC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,stKAAstK;IACxtKC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,iQAAiQ;IACnQC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,yPAAyP;IAC3PC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,k6BAAk6B;IACp6BC,IAAI,EAAER,WAAW,CAACW;EAAM,CACzB,CAAC,eACFjB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,2OAA2O;IAC7OC,IAAI,EAAER,WAAW,CAACW;EAAM,CACzB,CAAC,eACFjB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,4QAA4Q;IAC9QC,IAAI,EAAER,WAAW,CAACW;EAAM,CACzB,CACE,CAAC;AAAA,CACP;AAED,eAAed,qBAAqB"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Svg, Path } from "react-native-svg";
|
|
4
|
+
const PictogramBleedQrCode = _ref => {
|
|
5
|
+
let {
|
|
6
|
+
size,
|
|
7
|
+
colorValues,
|
|
8
|
+
...props
|
|
9
|
+
} = _ref;
|
|
10
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({
|
|
11
|
+
width: size,
|
|
12
|
+
height: size,
|
|
13
|
+
viewBox: "0 0 240 240"
|
|
14
|
+
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
15
|
+
d: "M19 160.5V198.93C19 204.8 23.76 209.56 29.63 209.56H182.39C188.26 209.56 193.02 204.8 193.02 198.93V161.15C193.02 160.76 179.15 154.94 172.25 154.07C165.35 153.2 156.95 146.92 156.95 146.92C146.63 143.02 157.24 134.96 157.24 134.96L157.34 133.58C146.23 132.75 147.31 122.17 147.31 122.17L151.36 117.89L149.5 114.56L152.03 111.79L151.96 109.42L153.34 108.44C153.34 108.44 157.48 107.17 158.13 107.11C158.78 107.05 164.15 107.79 164.15 107.79L171.88 108.77C171.88 108.77 183.28 112.04 183.51 112.11C183.74 112.18 193.01 116.82 193.01 116.82V40.63C193.01 34.76 188.25 30 182.38 30H29.63C23.76 30 19 34.76 19 40.63V128V160.5Z",
|
|
16
|
+
fill: colorValues.main
|
|
17
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
18
|
+
d: "M85.5103 136.71C71.6103 136.69 57.7203 136.67 43.8203 136.64V181.42C44.0903 181.45 44.3703 181.51 44.6403 181.51C58.8103 181.51 72.9903 181.52 87.1603 181.51C87.6803 181.51 88.2003 181.37 88.7403 181.3V136.71C87.5303 136.71 86.5203 136.71 85.5103 136.71ZM78.0003 170.71H54.9903V147.76H78.0003V170.71Z",
|
|
19
|
+
fill: colorValues.secondary
|
|
20
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
21
|
+
d: "M44.1794 60.06C44.1694 73.41 44.1694 86.75 44.1794 100.1C44.1794 100.81 44.2794 101.52 44.3494 102.36H89.1594V57.59H44.3694C44.2994 58.41 44.1794 59.24 44.1794 60.06ZM55.0594 68.64C62.6094 68.64 70.1994 68.64 78.1194 68.64V91.68H55.0594V68.64Z",
|
|
22
|
+
fill: colorValues.secondary
|
|
23
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
24
|
+
d: "M167.741 102C167.781 101.47 167.841 100.92 167.841 100.37C167.841 86.84 167.841 73.31 167.841 59.78C167.841 59.05 167.721 58.32 167.661 57.59H122.881V102.19C127.001 102.81 165.811 102.61 167.741 102ZM133.961 68.74H156.941V91.68H133.961V68.74Z",
|
|
25
|
+
fill: colorValues.secondary
|
|
26
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
27
|
+
d: "M111.821 68.76V57.59H100.211C100.311 61.3 100.411 65.01 100.511 68.76H111.821Z",
|
|
28
|
+
fill: colorValues.secondary
|
|
29
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
30
|
+
d: "M156.6 181.97H168.21V170.36C164.43 170.5 160.65 170.65 156.6 170.8V181.96V181.97Z",
|
|
31
|
+
fill: colorValues.secondary
|
|
32
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
33
|
+
d: "M145.361 113.95C143.381 113.95 141.561 113.94 139.731 113.95C137.841 113.97 135.961 114.01 133.861 114.04V125.24C131.901 125.24 130.161 125.28 128.421 125.23C126.631 125.18 124.801 125.45 122.801 124.96V114H111.871C111.751 117.63 111.621 121.27 111.491 125.22H100.971V136.59H111.451V147.96H100.681C100.111 151.8 100.271 179.31 100.831 181.21H111.871V158.63H122.881C122.961 151.1 122.831 143.87 122.951 136.39H134.591V125.01H143.731C143.851 123.57 144.501 122.32 145.351 121.27V113.95H145.361Z",
|
|
34
|
+
fill: colorValues.secondary
|
|
35
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
36
|
+
d: "M134.471 159.36H134.531V159.3H134.471V159.36Z",
|
|
37
|
+
fill: colorValues.secondary
|
|
38
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
39
|
+
d: "M151.261 143.61C150.361 140.03 152.021 136.92 153.301 135.17C149.271 133.36 146.931 131.64 145.561 130.07V133.56C145.561 135.95 145.621 138.35 145.541 140.74C145.471 143.18 145.881 145.65 145.201 148.34H134.531V159.31H157.081V150.59C153.881 148.62 151.921 146.29 151.251 143.63L151.261 143.61Z",
|
|
40
|
+
fill: colorValues.secondary
|
|
41
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
42
|
+
d: "M111.811 113.93V113.99H111.871C111.871 113.99 111.871 113.95 111.871 113.93C111.851 113.93 111.831 113.93 111.811 113.93Z",
|
|
43
|
+
fill: colorValues.secondary
|
|
44
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
45
|
+
d: "M100.359 80.43V83.6C100.359 92.71 100.359 101.83 100.359 110.94C100.359 111.92 100.249 112.9 100.189 113.87C104.069 113.89 107.939 113.91 111.809 113.93V80.42H100.359V80.43Z",
|
|
46
|
+
fill: colorValues.secondary
|
|
47
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
48
|
+
d: "M123.571 181.16C130.981 181.16 138.391 181.16 145.881 181.16V170.51H134.471V159.37H123.371C122.791 163.36 122.961 179.31 123.571 181.17V181.16Z",
|
|
49
|
+
fill: colorValues.secondary
|
|
50
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
51
|
+
d: "M66.7012 114.06V124.91H77.8512V114.06H66.7012Z",
|
|
52
|
+
fill: colorValues.secondary
|
|
53
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
54
|
+
d: "M55.4205 114.14H44.3105V124.86H55.4105C55.4605 121.11 55.4605 117.58 55.4205 114.14Z",
|
|
55
|
+
fill: colorValues.secondary
|
|
56
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
57
|
+
d: "M89.3105 124.91H100.091V113.96H89.3105V124.91Z",
|
|
58
|
+
fill: colorValues.secondary
|
|
59
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
60
|
+
d: "M100.09 113.96H100.18C100.18 113.96 100.18 113.91 100.18 113.88C100.15 113.88 100.12 113.88 100.09 113.88V113.96Z",
|
|
61
|
+
fill: colorValues.secondary
|
|
62
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
63
|
+
d: "M242.411 125.8C240.941 124.81 206.321 101.45 192.881 101.45V105.65C202.971 105.65 230.361 122.71 240.061 129.28L242.421 125.8H242.411Z",
|
|
64
|
+
fill: colorValues.hands
|
|
65
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
66
|
+
d: "M167.751 150.41C165.071 149.67 162.781 148.82 160.921 147.9C157.761 146.33 155.831 144.52 155.341 142.61C154.651 139.91 156.871 137.35 157.381 136.81C160.201 137.84 163.611 138.88 167.711 139.93C170.351 140.61 173.281 141.29 176.541 141.98L177.401 137.87C167.791 135.85 161.321 133.9 156.941 132.16C149.761 129.3 148.251 127.02 147.981 125.95C147.961 125.86 147.941 125.77 147.931 125.7C147.771 124.2 149.851 122.59 151.411 121.72C152.861 122.54 154.631 123.29 156.721 124C157.671 124.32 158.671 124.63 159.761 124.93C164.231 126.16 169.851 127.22 176.691 128.12L177.241 123.96C173.571 123.48 170.411 122.96 167.681 122.43C162.751 121.47 159.241 120.47 156.731 119.52C151.451 117.52 150.641 115.78 150.521 115.26C150.191 113.86 152.361 112.35 152.361 112.35C158.251 108.57 179.861 115.04 192.101 120L193.681 116.11C190.231 114.71 159.741 102.63 150.091 108.82C148.371 109.94 145.661 112.75 146.431 116.18C146.651 117.17 147.151 118.1 147.901 118.98C147.051 119.58 146.131 120.35 145.381 121.28C144.531 122.33 143.881 123.58 143.761 125.02C143.731 125.38 143.731 125.76 143.761 126.14C143.881 127.3 144.311 128.63 145.571 130.08C146.941 131.66 149.281 133.38 153.311 135.18C152.031 136.93 150.371 140.04 151.271 143.62C151.941 146.29 153.891 148.61 157.101 150.58C159.551 152.09 162.741 153.39 166.651 154.46L169.201 155.16C187.191 160.11 201.401 164.02 240.391 181.7L242.121 177.88C202.831 160.07 188.481 156.12 170.311 151.12L167.771 150.42L167.751 150.41Z",
|
|
67
|
+
fill: colorValues.hands
|
|
68
|
+
}));
|
|
69
|
+
};
|
|
70
|
+
export default PictogramBleedQrCode;
|
|
71
|
+
//# sourceMappingURL=PictogramBleedQrCode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","PictogramBleedQrCode","_ref","size","colorValues","props","createElement","_extends","width","height","viewBox","d","fill","main","secondary","hands"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramBleedQrCode.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAG5C,MAAMC,oBAAoB,GAAGC,IAAA;EAAA,IAAC;IAC5BC,IAAI;IACJC,WAAW;IACX,GAAGC;EACc,CAAC,GAAAH,IAAA;EAAA,oBAClBJ,KAAA,CAAAQ,aAAA,CAACP,GAAG,EAAAQ,QAAA;IAACC,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC;EAAa,GAAKL,KAAK,gBAC7DP,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,+mBAA+mB;IACjnBC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,8SAA8S;IAChTC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,qPAAqP;IACvPC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,oPAAoP;IACtPC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,gFAAgF;IAClFC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,mFAAmF;IACrFC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,8eAA8e;IAChfC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,+CAA+C;IACjDC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,uSAAuS;IACzSC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,2HAA2H;IAC7HC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,+KAA+K;IACjLC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,iJAAiJ;IACnJC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,gDAAgD;IAClDC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,sFAAsF;IACxFC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,gDAAgD;IAClDC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,mHAAmH;IACrHC,IAAI,EAAER,WAAW,CAACU;EAAU,CAC7B,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,wIAAwI;IAC1IC,IAAI,EAAER,WAAW,CAACW;EAAM,CACzB,CAAC,eACFjB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,m7CAAm7C;IACr7CC,IAAI,EAAER,WAAW,CAACW;EAAM,CACzB,CACE,CAAC;AAAA,CACP;AAED,eAAed,oBAAoB"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Svg, Path, Circle } from "react-native-svg";
|
|
4
|
+
const PictogramEmailDotCheck = _ref => {
|
|
5
|
+
let {
|
|
6
|
+
size,
|
|
7
|
+
colorValues,
|
|
8
|
+
...props
|
|
9
|
+
} = _ref;
|
|
10
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({
|
|
11
|
+
width: size,
|
|
12
|
+
height: size,
|
|
13
|
+
viewBox: "0 0 240 240"
|
|
14
|
+
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
15
|
+
d: "M39 154.112V166.947C39 171.946 43.0756 176 48.1017 176H178.898C183.924 176 188 171.946 188 166.947V159.767C188 159.435 178.205 144.641 172.305 143.9C166.406 143.159 158.683 140.885 158.683 140.885C149.847 137.563 158.323 130.111 158.323 130.111L160.652 129.745C151.14 129.038 150.241 119.984 150.241 119.984L154.676 117.472L153.469 115.027L152.895 112.617L152.835 110.599L154.016 109.764C154.016 109.764 157.561 108.682 158.118 108.631C158.674 108.58 163.272 109.21 163.272 109.21L169.891 110.045C169.891 110.045 179.652 112.83 179.849 112.89C180.046 112.949 187.983 116.901 187.983 116.901V81.0535C187.983 76.054 183.907 72 178.881 72H48.1017C43.0756 72 39 76.054 39 81.0535V126.423V154.103V154.112Z",
|
|
16
|
+
fill: colorValues.main
|
|
17
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
18
|
+
d: "M230.222 149.517C217.744 132.729 195.306 106.091 188.178 106.091V102.653C199.371 102.653 229.584 142.881 232.993 147.471L230.222 149.517Z",
|
|
19
|
+
fill: colorValues.hands
|
|
20
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
21
|
+
d: "M174.87 124.477C158.939 122.397 151.026 119.285 149.982 114.704C149.343 111.902 151.57 109.598 152.985 108.678C160.924 103.615 185.994 113.5 188.825 114.644L187.53 117.833C177.468 113.767 159.699 108.472 154.866 111.566C154.866 111.566 153.088 112.804 153.356 113.947C153.528 114.678 155.393 118.46 175.327 121.065L174.879 124.477H174.87Z",
|
|
22
|
+
fill: colorValues.hands
|
|
23
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
24
|
+
d: "M174.74 135.841C151.293 130.933 148.134 126.085 147.798 122.861C147.349 118.529 152.76 116.028 153.381 115.753L154.779 118.899C153.554 119.44 151.077 121.039 151.241 122.509C151.371 123.686 153.485 127.881 175.465 132.48L174.758 135.841H174.74Z",
|
|
25
|
+
fill: colorValues.hands
|
|
26
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
27
|
+
d: "M206.084 185C203.987 182.112 201.933 179.095 199.758 175.897C189.938 161.465 179.78 146.534 166.465 145.202C159.328 144.488 155.047 142.365 153.727 138.884C151.949 134.208 156.428 129.317 156.618 129.11L159.155 131.448L157.886 130.279L159.155 131.44C158.258 132.42 156.109 135.445 156.954 137.672C157.757 139.76 161.252 141.222 166.81 141.772C181.731 143.268 192.345 158.869 202.615 173.963C204.772 177.135 206.809 180.135 208.88 182.98L206.084 184.991V185Z",
|
|
28
|
+
fill: colorValues.hands
|
|
29
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
clipRule: "evenodd",
|
|
32
|
+
d: "M41.5 84C41.5 78.7533 45.7533 74.5 51 74.5H176C181.247 74.5 185.5 78.7533 185.5 84V114.241H182.5V84C182.5 80.4101 179.59 77.5 176 77.5H51C47.4102 77.5 44.5 80.4102 44.5 84V164C44.5 167.59 47.4101 170.5 51 170.5H176C179.59 170.5 182.5 167.59 182.5 164V153.676H185.5V164C185.5 169.247 181.247 173.5 176 173.5H51C45.7533 173.5 41.5 169.247 41.5 164V84Z",
|
|
33
|
+
fill: colorValues.secondary
|
|
34
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
35
|
+
fillRule: "evenodd",
|
|
36
|
+
clipRule: "evenodd",
|
|
37
|
+
d: "M108.556 120.967L44.1992 80.2678L45.8027 77.7322L110.159 118.432C112.979 120.215 116.581 120.184 119.37 118.352L181.177 77.7463L182.825 80.2537L121.017 120.859C117.244 123.337 112.371 123.38 108.556 120.967Z",
|
|
38
|
+
fill: colorValues.secondary
|
|
39
|
+
}), /*#__PURE__*/React.createElement(Circle, {
|
|
40
|
+
cx: "47",
|
|
41
|
+
cy: "75",
|
|
42
|
+
r: "22",
|
|
43
|
+
fill: colorValues.secondary
|
|
44
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
45
|
+
fillRule: "evenodd",
|
|
46
|
+
clipRule: "evenodd",
|
|
47
|
+
d: "M59.5607 66.9393C60.1464 67.5251 60.1464 68.4749 59.5607 69.0607L44.2678 84.3536C43.2915 85.3299 41.7085 85.3299 40.7322 84.3536L33.9393 77.5607C33.3536 76.9749 33.3536 76.0251 33.9393 75.4393C34.5251 74.8536 35.4749 74.8536 36.0607 75.4393L42.5 81.8787L57.4393 66.9393C58.0251 66.3536 58.9749 66.3536 59.5607 66.9393Z",
|
|
48
|
+
fill: colorValues.main
|
|
49
|
+
}));
|
|
50
|
+
};
|
|
51
|
+
export default PictogramEmailDotCheck;
|
|
52
|
+
//# sourceMappingURL=PictogramEmailDotCheck.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","Circle","PictogramEmailDotCheck","_ref","size","colorValues","props","createElement","_extends","width","height","viewBox","d","fill","main","hands","fillRule","clipRule","secondary","cx","cy","r"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramEmailDotCheck.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,EAAEC,MAAM,QAAQ,kBAAkB;AAGpD,MAAMC,sBAAsB,GAAGC,IAAA;EAAA,IAAC;IAC9BC,IAAI;IACJC,WAAW;IACX,GAAGC;EACc,CAAC,GAAAH,IAAA;EAAA,oBAClBL,KAAA,CAAAS,aAAA,CAACR,GAAG,EAAAS,QAAA;IAACC,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC;EAAa,GAAKL,KAAK,gBAC7DR,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHY,CAAC,EAAC,8rBAA8rB;IAChsBC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFhB,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHY,CAAC,EAAC,2IAA2I;IAC7IC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFjB,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHY,CAAC,EAAC,oVAAoV;IACtVC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFjB,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHY,CAAC,EAAC,sPAAsP;IACxPC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFjB,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHY,CAAC,EAAC,2cAA2c;IAC7cC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFjB,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHgB,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBL,CAAC,EAAC,+VAA+V;IACjWC,IAAI,EAAER,WAAW,CAACa;EAAU,CAC7B,CAAC,eACFpB,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHgB,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBL,CAAC,EAAC,iNAAiN;IACnNC,IAAI,EAAER,WAAW,CAACa;EAAU,CAC7B,CAAC,eACFpB,KAAA,CAAAS,aAAA,CAACN,MAAM;IAACkB,EAAE,EAAC,IAAI;IAACC,EAAE,EAAC,IAAI;IAACC,CAAC,EAAC,IAAI;IAACR,IAAI,EAAER,WAAW,CAACa;EAAU,CAAE,CAAC,eAC9DpB,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHgB,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBL,CAAC,EAAC,gUAAgU;IAClUC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CACE,CAAC;AAAA,CACP;AAED,eAAeZ,sBAAsB"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Svg, Path, Circle } from "react-native-svg";
|
|
4
|
+
const PictogramEmailDotNotif = _ref => {
|
|
5
|
+
let {
|
|
6
|
+
size,
|
|
7
|
+
colorValues,
|
|
8
|
+
...props
|
|
9
|
+
} = _ref;
|
|
10
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({
|
|
11
|
+
width: size,
|
|
12
|
+
height: size,
|
|
13
|
+
viewBox: "0 0 240 240"
|
|
14
|
+
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
15
|
+
d: "M39 154.112V166.947C39 171.946 43.0756 176 48.1017 176H178.898C183.924 176 188 171.946 188 166.947V159.767C188 159.435 178.205 144.641 172.305 143.9C166.406 143.159 158.683 140.885 158.683 140.885C149.847 137.563 158.323 130.111 158.323 130.111L160.652 129.745C151.14 129.038 150.241 119.984 150.241 119.984L154.676 117.472L153.469 115.027L152.895 112.617L152.835 110.599L154.016 109.764C154.016 109.764 157.561 108.682 158.118 108.631C158.674 108.58 163.272 109.21 163.272 109.21L169.891 110.045C169.891 110.045 179.652 112.83 179.849 112.89C180.046 112.949 187.983 116.901 187.983 116.901V81.0535C187.983 76.054 183.907 72 178.881 72H48.1017C43.0756 72 39 76.054 39 81.0535V126.423V154.103V154.112Z",
|
|
16
|
+
fill: colorValues.main
|
|
17
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
18
|
+
d: "M230.222 149.517C217.744 132.729 195.306 106.091 188.178 106.091V102.653C199.371 102.653 229.584 142.881 232.993 147.471L230.222 149.517Z",
|
|
19
|
+
fill: colorValues.hands
|
|
20
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
21
|
+
d: "M174.87 124.477C158.939 122.397 151.026 119.285 149.982 114.704C149.343 111.902 151.57 109.598 152.985 108.678C160.924 103.615 185.994 113.5 188.825 114.644L187.53 117.833C177.468 113.767 159.699 108.472 154.866 111.566C154.866 111.566 153.088 112.804 153.356 113.947C153.528 114.678 155.393 118.46 175.327 121.065L174.879 124.477H174.87Z",
|
|
22
|
+
fill: colorValues.hands
|
|
23
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
24
|
+
d: "M174.74 135.841C151.293 130.933 148.134 126.085 147.798 122.861C147.349 118.529 152.76 116.028 153.381 115.752L154.779 118.899C153.554 119.44 151.077 121.039 151.241 122.509C151.371 123.686 153.485 127.881 175.465 132.48L174.758 135.841H174.74Z",
|
|
25
|
+
fill: colorValues.hands
|
|
26
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
27
|
+
d: "M206.084 185C203.987 182.112 201.933 179.095 199.758 175.897C189.938 161.465 179.78 146.534 166.465 145.202C159.328 144.488 155.047 142.365 153.727 138.884C151.949 134.208 156.428 129.317 156.618 129.11L159.155 131.448L157.886 130.279L159.155 131.44C158.258 132.42 156.109 135.445 156.954 137.672C157.757 139.76 161.252 141.222 166.81 141.772C181.731 143.268 192.345 158.869 202.615 173.963C204.772 177.135 206.809 180.135 208.88 182.98L206.084 184.991V185Z",
|
|
28
|
+
fill: colorValues.hands
|
|
29
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
clipRule: "evenodd",
|
|
32
|
+
d: "M41.5 84C41.5 78.7533 45.7533 74.5 51 74.5H176C181.247 74.5 185.5 78.7533 185.5 84V114.241H182.5V84C182.5 80.4101 179.59 77.5 176 77.5H51C47.4102 77.5 44.5 80.4102 44.5 84V164C44.5 167.59 47.4101 170.5 51 170.5H176C179.59 170.5 182.5 167.59 182.5 164V153.676H185.5V164C185.5 169.247 181.247 173.5 176 173.5H51C45.7533 173.5 41.5 169.247 41.5 164V84Z",
|
|
33
|
+
fill: colorValues.secondary
|
|
34
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
35
|
+
fillRule: "evenodd",
|
|
36
|
+
clipRule: "evenodd",
|
|
37
|
+
d: "M108.556 120.967L44.1992 80.2678L45.8027 77.7322L110.159 118.432C112.979 120.215 116.581 120.184 119.37 118.352L181.177 77.7463L182.825 80.2537L121.017 120.859C117.244 123.337 112.371 123.38 108.556 120.967Z",
|
|
38
|
+
fill: colorValues.secondary
|
|
39
|
+
}), /*#__PURE__*/React.createElement(Circle, {
|
|
40
|
+
cx: "47",
|
|
41
|
+
cy: "75",
|
|
42
|
+
r: "22",
|
|
43
|
+
fill: colorValues.secondary
|
|
44
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
45
|
+
d: "M45.9432 83.432V65.256L47.1272 66.152L42.7112 68.488L41.7832 65.48L47.7672 62.28H49.4312V83.432H45.9432ZM42.3912 85V81.672H53.0792V85H42.3912Z",
|
|
46
|
+
fill: colorValues.main
|
|
47
|
+
}));
|
|
48
|
+
};
|
|
49
|
+
export default PictogramEmailDotNotif;
|
|
50
|
+
//# sourceMappingURL=PictogramEmailDotNotif.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","Circle","PictogramEmailDotNotif","_ref","size","colorValues","props","createElement","_extends","width","height","viewBox","d","fill","main","hands","fillRule","clipRule","secondary","cx","cy","r"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramEmailDotNotif.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,EAAEC,MAAM,QAAQ,kBAAkB;AAGpD,MAAMC,sBAAsB,GAAGC,IAAA;EAAA,IAAC;IAC9BC,IAAI;IACJC,WAAW;IACX,GAAGC;EACc,CAAC,GAAAH,IAAA;EAAA,oBAClBL,KAAA,CAAAS,aAAA,CAACR,GAAG,EAAAS,QAAA;IAACC,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC;EAAa,GAAKL,KAAK,gBAC7DR,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHY,CAAC,EAAC,8rBAA8rB;IAChsBC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFhB,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHY,CAAC,EAAC,2IAA2I;IAC7IC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFjB,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHY,CAAC,EAAC,oVAAoV;IACtVC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFjB,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHY,CAAC,EAAC,sPAAsP;IACxPC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFjB,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHY,CAAC,EAAC,2cAA2c;IAC7cC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFjB,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHgB,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBL,CAAC,EAAC,+VAA+V;IACjWC,IAAI,EAAER,WAAW,CAACa;EAAU,CAC7B,CAAC,eACFpB,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHgB,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBL,CAAC,EAAC,iNAAiN;IACnNC,IAAI,EAAER,WAAW,CAACa;EAAU,CAC7B,CAAC,eACFpB,KAAA,CAAAS,aAAA,CAACN,MAAM;IAACkB,EAAE,EAAC,IAAI;IAACC,EAAE,EAAC,IAAI;IAACC,CAAC,EAAC,IAAI;IAACR,IAAI,EAAER,WAAW,CAACa;EAAU,CAAE,CAAC,eAC9DpB,KAAA,CAAAS,aAAA,CAACP,IAAI;IACHY,CAAC,EAAC,gJAAgJ;IAClJC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CACE,CAAC;AAAA,CACP;AAED,eAAeZ,sBAAsB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Svg, Path } from "react-native-svg";
|
|
4
|
+
const PictogramEnded = _ref => {
|
|
5
|
+
let {
|
|
6
|
+
size,
|
|
7
|
+
colorValues,
|
|
8
|
+
...props
|
|
9
|
+
} = _ref;
|
|
10
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({
|
|
11
|
+
width: size,
|
|
12
|
+
height: size,
|
|
13
|
+
viewBox: "0 0 240 240"
|
|
14
|
+
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
15
|
+
d: "M163.87 184.88L156.8 168.14C155.28 164.54 151.96 162.01 148.08 161.5L128.58 158.91C124.7 158.4 121.39 155.87 119.86 152.27L119.18 150.66L118.5 149.05C116.98 145.45 117.48 141.31 119.81 138.17L131.55 122.38C133.88 119.24 134.38 115.1 132.86 111.5L125.79 94.76C123.64 89.67 118.11 87.04 112.91 88.37L107.33 90.66L106.63 95.11C106.63 95.11 103.28 98 103.03 97.86C102.79 97.72 98.3396 97.78 98.3396 97.78L95.3296 95.65L64.7396 108.58C59.1296 110.95 56.4996 117.43 58.8696 123.04L65.9396 139.78C67.4596 143.38 70.7796 145.91 74.6596 146.42L94.1596 149.01C98.0396 149.52 101.35 152.05 102.88 155.65L103.56 157.26L104.24 158.87C105.76 162.47 105.26 166.61 102.93 169.75L91.1896 185.54C88.8596 188.68 88.3596 192.82 89.8796 196.42L96.9496 213.16C99.3196 218.77 105.8 221.4 111.41 219.03L142.51 205.89L157.99 199.35C163.6 196.98 166.23 190.5 163.86 184.89L163.87 184.88Z",
|
|
16
|
+
fill: colorValues.main
|
|
17
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
18
|
+
d: "M99.8201 100.65C99.5001 100.65 99.1901 100.57 98.9001 100.43C98.4201 100.18 87.1601 94.23 86.9201 84.62C86.7501 77.94 91.9201 71.49 102.29 65.43C102.96 65.04 108.88 61.76 113.5 63.1L112.38 66.94C109.83 66.2 105.59 68.15 104.3 68.89C95.4401 74.07 90.8101 79.47 90.9301 84.51C91.0801 90.72 98.1201 95.34 100.19 96.56C101.31 96.34 102.33 96.04 103.22 95.65C104.26 95.21 104.99 94.32 105.24 93.21C105.5 92.03 105.17 90.78 104.35 89.87C102 87.25 101.12 84.77 101.74 82.5C102.37 80.17 104.52 78.41 108.12 77.26C124.63 71.98 132.28 77.67 135.78 83.38C137.46 86.11 137.16 88.44 136.61 89.91C134.73 94.96 127.35 97.44 126.52 97.7L125.31 93.89C126.95 93.36 131.85 91.25 132.87 88.51C133.09 87.91 133.28 86.95 132.38 85.48C128.37 78.95 120.62 77.47 109.34 81.08C107.21 81.76 105.84 82.67 105.6 83.56C105.37 84.4 106 85.73 107.33 87.21C109.01 89.08 109.69 91.65 109.15 94.09C108.62 96.47 107.04 98.39 104.8 99.35C103.42 99.94 101.86 100.38 100.15 100.65C100.05 100.67 99.9401 100.67 99.8401 100.67L99.8201 100.65Z",
|
|
19
|
+
fill: colorValues.hands
|
|
20
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
21
|
+
d: "M131.75 110.26L130.64 106.42C139.61 103.84 145.24 99.87 147.35 94.61C149.95 88.14 146.28 81.68 146.24 81.61C145.94 81.09 145.89 80.47 146.09 79.91C146.3 79.35 146.74 78.91 147.31 78.71L181.47 66.84L182.78 70.62L150.71 81.76C151.89 84.71 153.38 90.26 151.07 96.05C148.49 102.53 141.98 107.31 131.74 110.25L131.75 110.26Z",
|
|
22
|
+
fill: colorValues.hands
|
|
23
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
24
|
+
d: "M98.0297 68.82C93.2897 68.82 87.6397 68.27 83.9597 66.75C81.5897 65.78 80.0797 64.43 79.4897 62.75C78.6197 60.3 79.0397 57.78 80.6797 55.66C83.7897 51.62 90.8397 49.56 99.0697 50.27L98.7297 54.26C90.4797 53.55 85.5597 55.89 83.8497 58.11C83.0397 59.16 82.8497 60.24 83.2597 61.42C83.4297 61.89 84.0797 62.42 85.0597 62.88C90.5097 65.43 102.93 64.94 104.63 64.32L106.32 67.94C105.25 68.46 101.95 68.83 98.0397 68.83L98.0297 68.82Z",
|
|
25
|
+
fill: colorValues.hands
|
|
26
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
27
|
+
d: "M118.74 56.9C117.97 56.86 99.72 55.77 91.19 51.83C89.37 50.99 88.24 49.22 88.26 47.21C88.28 45.21 89.42 43.47 91.24 42.66C95.2 40.91 102.5 39.23 114.76 41.22C125.01 42.88 134.84 37.94 148.47 31.1C154.69 27.98 161.73 24.44 169.9 21.01L171.45 24.7C163.41 28.08 156.43 31.59 150.27 34.68C135.98 41.86 125.65 47.05 114.13 45.18C102.84 43.35 96.34 44.79 92.87 46.33C92.33 46.57 92.27 47.05 92.27 47.25C92.27 47.45 92.32 47.96 92.88 48.21C100.72 51.83 118.8 52.91 118.98 52.92L118.75 56.91L118.74 56.9Z",
|
|
28
|
+
fill: colorValues.hands
|
|
29
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
30
|
+
d: "M100.6 181.84L95.2902 189.35C94.1102 191.02 93.8702 193.18 94.6502 195.07L101.73 212.21C102.97 215.22 106.43 216.63 109.42 215.37L155.92 195.69C158.42 194.63 159.15 191.39 157.29 189.41C153.7 185.6 146.12 180.98 130.92 182.75C116.21 184.46 109.17 182.54 105.87 180.7C104.06 179.69 101.78 180.14 100.58 181.84H100.6Z",
|
|
31
|
+
fill: colorValues.secondary
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
export default PictogramEnded;
|
|
35
|
+
//# sourceMappingURL=PictogramEnded.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","PictogramEnded","_ref","size","colorValues","props","createElement","_extends","width","height","viewBox","d","fill","main","hands","secondary"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramEnded.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAG5C,MAAMC,cAAc,GAAGC,IAAA;EAAA,IAAC;IAAEC,IAAI;IAAEC,WAAW;IAAE,GAAGC;EAAyB,CAAC,GAAAH,IAAA;EAAA,oBACxEJ,KAAA,CAAAQ,aAAA,CAACP,GAAG,EAAAQ,QAAA;IAACC,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC;EAAa,GAAKL,KAAK,gBAC7DP,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,+1BAA+1B;IACj2BC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,2+BAA2+B;IAC7+BC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,iUAAiU;IACnUC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,+aAA+a;IACjbC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,kfAAkf;IACpfC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,6TAA6T;IAC/TC,IAAI,EAAER,WAAW,CAACW;EAAU,CAC7B,CACE,CAAC;AAAA,CACP;AAED,eAAed,cAAc"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Svg, Path } from "react-native-svg";
|
|
4
|
+
const PictogramLostConnection = _ref => {
|
|
5
|
+
let {
|
|
6
|
+
size,
|
|
7
|
+
colorValues,
|
|
8
|
+
...props
|
|
9
|
+
} = _ref;
|
|
10
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({
|
|
11
|
+
width: size,
|
|
12
|
+
height: size,
|
|
13
|
+
viewBox: "0 0 240 240"
|
|
14
|
+
}, props), /*#__PURE__*/React.createElement(Path, {
|
|
15
|
+
d: "M152.311 198.14C144.711 196.99 139.231 193.68 136.021 188.29C129.531 177.42 134.881 162.18 135.111 161.54L139.461 163.1C139.411 163.24 134.621 176.96 139.991 185.94C142.471 190.08 146.841 192.65 153.001 193.58L152.311 198.15V198.14Z",
|
|
16
|
+
fill: colorValues.main
|
|
17
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
18
|
+
d: "M117.171 142.48C118.711 141.61 120.441 141.07 122.231 140.87C123.181 139.68 123.911 138.29 124.331 136.73L124.371 136.6C124.961 136.65 127.471 136.92 129.921 137.97C132.581 139.11 134.151 140.69 134.721 142.75C136.071 142.9 137.331 142.94 138.481 142.88C138.821 142.86 139.141 142.82 139.451 142.76C138.311 135.41 130.451 132.62 125.501 132.07C125.831 129.87 125.491 127.69 124.621 125.76C122.721 125.75 120.921 124.68 119.781 122.82C119.241 121.94 118.911 120.98 118.751 119.99C118.261 119.78 117.761 119.59 117.231 119.45L105.981 116.42L104.921 120.36L96.6009 118.12C94.7509 117.62 92.8509 118.72 92.3509 120.56C91.8509 122.41 92.9509 124.31 94.7909 124.81L103.111 127.05L102.181 130.49L93.8609 128.25C92.0109 127.75 90.1109 128.85 89.6109 130.69C89.1109 132.53 90.2109 134.44 92.0509 134.94L100.371 137.18L99.1509 141.7L110.401 144.73C111.641 145.06 112.881 145.17 114.101 145.09C114.711 144.21 115.661 143.31 117.141 142.48H117.171Z",
|
|
19
|
+
fill: colorValues.main
|
|
20
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
21
|
+
d: "M189.701 120.63C183.911 102.77 176.901 86.23 164.921 86.61C161.211 86.71 159.401 88.37 158.531 89.74C157.511 91.34 157.301 93.27 157.431 95.06C154.421 92.94 150.661 91.26 145.521 89.61C137.621 87.07 133.861 89.16 132.101 91.35C129.831 94.18 130.121 98.28 131.541 100.7C133.331 103.75 136.631 105.21 139.311 106.14C141.421 106.87 143.131 107.76 144.501 108.65C128.251 106.25 122.321 110.7 120.211 113.74C118.901 115.63 118.431 117.88 118.771 119.98C121.441 121.12 123.501 123.22 124.631 125.75C124.871 125.75 125.111 125.75 125.341 125.71C130.291 125.02 135.571 125.95 141.041 128.47C145.021 130.3 145.831 134.12 145.311 136.84C144.851 139.26 143.041 142.13 139.451 142.76C139.521 143.22 139.571 143.7 139.591 144.2L134.971 144.35C134.951 143.78 134.851 143.26 134.711 142.75C132.631 142.53 130.321 142.06 127.801 141.34C125.961 140.82 124.061 140.67 122.221 140.87C120.241 143.34 117.301 144.88 114.121 145.09C113.321 146.26 113.131 147.39 113.171 148.29C113.371 152.29 118.221 156.23 128.441 160.69C129.441 161.13 153.001 171.36 157.581 172.63C161.531 173.72 180.161 186.2 188.661 195.23L191.571 192.49C182.821 183.2 163.621 170.15 158.641 168.78C155.191 167.83 138.421 160.68 130.031 157.03C117.941 151.75 117.191 148.66 117.161 148.09C117.121 147.22 118.371 146.39 119.121 145.97C121.331 144.73 124.091 144.44 126.691 145.19C131.271 146.49 135.301 147.06 138.681 146.87C144.071 146.57 148.211 142.93 149.221 137.59C150.071 133.13 148.381 127.46 142.691 124.84C136.521 122 130.481 120.96 124.761 121.75C123.931 121.87 123.331 120.99 123.171 120.72C122.521 119.67 122.211 117.81 123.461 116.02C124.841 114.03 129.961 109.78 147.581 113.24C147.991 113.33 157.541 115.5 157.861 124.18L161.861 124.03C161.591 116.93 156.691 112.74 152.341 110.68C151.241 109.05 147.831 104.87 140.591 102.35C138.431 101.6 136.081 100.58 134.961 98.67C134.321 97.57 134.041 95.28 135.191 93.84C136.571 92.12 139.791 91.97 144.271 93.4C156.661 97.38 159.871 101.09 165.241 112.7L168.871 111.02C166.531 105.96 164.481 102.21 161.961 99.23L162.451 99.02C161.911 97.77 160.661 93.79 161.891 91.87C162.081 91.57 162.661 90.66 165.021 90.6C172.421 90.38 178.811 100.03 185.881 121.85C192.391 141.91 208.641 158.63 216.971 161.33L218.201 157.53C211.921 155.5 196.171 140.63 189.681 120.62L189.701 120.63Z",
|
|
22
|
+
fill: colorValues.hands
|
|
23
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
24
|
+
d: "M134.721 142.75C134.861 143.26 134.961 143.78 134.981 144.35L139.601 144.2C139.581 143.7 139.531 143.22 139.461 142.76C139.151 142.81 138.831 142.86 138.491 142.88C137.341 142.94 136.081 142.9 134.731 142.75H134.721Z",
|
|
25
|
+
fill: colorValues.hands
|
|
26
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
27
|
+
d: "M124.631 125.75C123.491 123.22 121.441 121.13 118.771 119.98C118.931 120.97 119.261 121.94 119.801 122.81C120.941 124.66 122.741 125.73 124.641 125.75H124.631Z",
|
|
28
|
+
fill: colorValues.hands
|
|
29
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
30
|
+
d: "M122.231 140.87C120.441 141.07 118.721 141.61 117.171 142.48C115.691 143.31 114.731 144.21 114.131 145.09C117.311 144.88 120.251 143.34 122.231 140.87Z",
|
|
31
|
+
fill: colorValues.main
|
|
32
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
33
|
+
d: "M80.7 148.95L23 177.89V70.94L80.7 42V148.95Z",
|
|
34
|
+
fill: colorValues.main
|
|
35
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
36
|
+
d: "M44.3195 147.02C42.6595 147.02 40.9995 146.56 39.5295 145.65C36.8095 143.97 35.1895 141.07 35.1895 137.87V94.45C35.1895 90.97 37.1195 87.84 40.2295 86.28L57.5995 77.57C60.4495 76.14 63.7795 76.28 66.4995 77.96C69.2195 79.64 70.8395 82.54 70.8395 85.74V129.16C70.8395 132.64 68.9095 135.77 65.7995 137.33L48.4295 146.04C47.1295 146.69 45.7195 147.02 44.3295 147.02H44.3195ZM61.6995 79.59C60.7595 79.59 59.8195 79.81 58.9495 80.25L41.5795 88.96C39.4895 90.01 38.1895 92.11 38.1895 94.45V137.87C38.1895 140.01 39.2795 141.97 41.0995 143.09C42.9295 144.21 45.1595 144.32 47.0695 143.35L64.4395 134.64C66.5295 133.59 67.8295 131.49 67.8295 129.15V85.73C67.8295 83.59 66.7395 81.63 64.9195 80.51C63.9295 79.9 62.8195 79.59 61.6995 79.59Z",
|
|
37
|
+
fill: colorValues.secondary
|
|
38
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
39
|
+
d: "M56.2486 107.288C58.4773 104.509 58.8346 101.094 57.0466 99.6595C55.2586 98.2255 52.0024 99.3158 49.7737 102.095C47.545 104.874 47.1877 108.289 48.9757 109.723C50.7637 111.157 54.0199 110.067 56.2486 107.288Z",
|
|
40
|
+
fill: colorValues.secondary
|
|
41
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
42
|
+
d: "M56.2525 122.311C58.4812 119.532 58.8385 116.117 57.0505 114.683C55.2625 113.249 52.0064 114.339 49.7776 117.118C47.5489 119.897 47.1916 123.312 48.9796 124.746C50.7676 126.18 54.0238 125.09 56.2525 122.311Z",
|
|
43
|
+
fill: colorValues.secondary
|
|
44
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
45
|
+
d: "M112.441 141.93C112.441 141.93 112.371 141.93 112.351 141.93L112.091 141.89L104.521 139.97C103.851 139.8 103.441 139.11 103.611 138.44C103.781 137.77 104.471 137.36 105.141 137.53L112.551 139.41C113.231 139.38 116.861 138.97 118.491 133.61C118.691 132.95 119.391 132.57 120.061 132.77C120.731 132.97 121.101 133.67 120.901 134.34C118.681 141.65 113.231 141.92 112.441 141.92V141.93Z",
|
|
46
|
+
fill: colorValues.secondary
|
|
47
|
+
}));
|
|
48
|
+
};
|
|
49
|
+
export default PictogramLostConnection;
|
|
50
|
+
//# sourceMappingURL=PictogramLostConnection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","PictogramLostConnection","_ref","size","colorValues","props","createElement","_extends","width","height","viewBox","d","fill","main","hands","secondary"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramLostConnection.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAG5C,MAAMC,uBAAuB,GAAGC,IAAA;EAAA,IAAC;IAC/BC,IAAI;IACJC,WAAW;IACX,GAAGC;EACc,CAAC,GAAAH,IAAA;EAAA,oBAClBJ,KAAA,CAAAQ,aAAA,CAACP,GAAG,EAAAQ,QAAA;IAACC,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC;EAAa,GAAKL,KAAK,gBAC7DP,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,0OAA0O;IAC5OC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,06BAA06B;IAC56BC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,uuEAAuuE;IACzuEC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,0NAA0N;IAC5NC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,iKAAiK;IACnKC,IAAI,EAAER,WAAW,CAACU;EAAM,CACzB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,yJAAyJ;IAC3JC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,8CAA8C;IAChDC,IAAI,EAAER,WAAW,CAACS;EAAK,CACxB,CAAC,eACFf,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,6tBAA6tB;IAC/tBC,IAAI,EAAER,WAAW,CAACW;EAAU,CAC7B,CAAC,eACFjB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,kNAAkN;IACpNC,IAAI,EAAER,WAAW,CAACW;EAAU,CAC7B,CAAC,eACFjB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,iNAAiN;IACnNC,IAAI,EAAER,WAAW,CAACW;EAAU,CAC7B,CAAC,eACFjB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,gYAAgY;IAClYC,IAAI,EAAER,WAAW,CAACW;EAAU,CAC7B,CACE,CAAC;AAAA,CACP;AAED,eAAed,uBAAuB"}
|