@pagopa/io-app-design-system 1.15.0 → 1.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js +3 -3
- package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButton.js +4 -1
- package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +6 -0
- package/lib/commonjs/components/icons/Icon.js +136 -12
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/icons/generateNewIcons.js +165 -0
- package/lib/commonjs/components/icons/generateNewIcons.js.map +1 -0
- package/lib/commonjs/components/icons/generateNewTimestamp.js +8 -0
- package/lib/commonjs/components/icons/generateNewTimestamp.js.map +1 -0
- package/lib/commonjs/components/icons/svg/{IconGiacenza.js → IconAddSmall.js} +4 -4
- package/lib/commonjs/components/icons/svg/{IconGiacenza.js.map → IconAddSmall.js.map} +1 -1
- package/lib/commonjs/components/icons/svg/IconArchiveFilled.js +31 -0
- package/lib/commonjs/components/icons/svg/IconArchiveFilled.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconCode.js +31 -0
- package/lib/commonjs/components/icons/svg/IconCode.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconCompare.js +31 -0
- package/lib/commonjs/components/icons/svg/IconCompare.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconCreditCardOff.js +31 -0
- package/lib/commonjs/components/icons/svg/IconCreditCardOff.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconDeviceVibration.js +31 -0
- package/lib/commonjs/components/icons/svg/IconDeviceVibration.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconDocGiacenza.js +31 -0
- package/lib/commonjs/components/icons/svg/IconDocGiacenza.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconDocPaymentTitle.js +31 -0
- package/lib/commonjs/components/icons/svg/IconDocPaymentTitle.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconExternalLinkSmall.js +31 -0
- package/lib/commonjs/components/icons/svg/IconExternalLinkSmall.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconFamilySharing.js +31 -0
- package/lib/commonjs/components/icons/svg/IconFamilySharing.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconFilterAndroid.js +31 -0
- package/lib/commonjs/components/icons/svg/IconFilterAndroid.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconFilterOffiOS.js +31 -0
- package/lib/commonjs/components/icons/svg/IconFilterOffiOS.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconFilterOniOS.js +31 -0
- package/lib/commonjs/components/icons/svg/IconFilterOniOS.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconFingerprint.js +31 -0
- package/lib/commonjs/components/icons/svg/IconFingerprint.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconFolder.js +31 -0
- package/lib/commonjs/components/icons/svg/IconFolder.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconForward.js +31 -0
- package/lib/commonjs/components/icons/svg/IconForward.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconHearthEmpty.js +31 -0
- package/lib/commonjs/components/icons/svg/IconHearthEmpty.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconHearthFilled.js +31 -0
- package/lib/commonjs/components/icons/svg/IconHearthFilled.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconInboxEmpty.js +34 -0
- package/lib/commonjs/components/icons/svg/IconInboxEmpty.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconInboxFilled.js +37 -0
- package/lib/commonjs/components/icons/svg/IconInboxFilled.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconInstitution.js +3 -3
- package/lib/commonjs/components/icons/svg/IconInstitution.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconInstruction.js +31 -0
- package/lib/commonjs/components/icons/svg/IconInstruction.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconKeyboardDown.js +31 -0
- package/lib/commonjs/components/icons/svg/IconKeyboardDown.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconMapPin.js +31 -0
- package/lib/commonjs/components/icons/svg/IconMapPin.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconNoticePlain.js +31 -0
- package/lib/commonjs/components/icons/svg/IconNoticePlain.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconPrint.js +31 -0
- package/lib/commonjs/components/icons/svg/IconPrint.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconRead.js +31 -0
- package/lib/commonjs/components/icons/svg/IconRead.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconReceiptOff.js +31 -0
- package/lib/commonjs/components/icons/svg/IconReceiptOff.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconReceiptOn.js +31 -0
- package/lib/commonjs/components/icons/svg/IconReceiptOn.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconSignal.js +31 -0
- package/lib/commonjs/components/icons/svg/IconSignal.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconTerms.js +31 -0
- package/lib/commonjs/components/icons/svg/IconTerms.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconTouch.js +31 -0
- package/lib/commonjs/components/icons/svg/IconTouch.js.map +1 -0
- package/lib/commonjs/components/icons/svg/_IconTemplate.js +30 -0
- package/lib/commonjs/components/icons/svg/_IconTemplate.js.map +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconAddSmall.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconArchiveFilled.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconCode.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconCompare.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconCreditCardOff.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconDeviceVibration.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconDocGiacenza.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconDocPaymentTitle.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconExternalLinkSmall.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconFamilySharing.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconFilterAndroid.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconFilterOffiOS.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconFilterOniOS.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconFingerprint.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconFolder.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconForward.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconHearthEmpty.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconHearthFilled.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconInboxEmpty.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconInboxFilled.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconInstitution.svg +1 -3
- package/lib/commonjs/components/icons/svg/originals/IconInstruction.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconKeyboardDown.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconMapPin.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconNoticePlain.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconPrint.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconRead.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconReceiptOff.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconReceiptOn.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconSignal.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconTerms.svg +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconTouch.svg +1 -0
- package/lib/commonjs/components/icons/timestamp.txt +1 -0
- package/lib/commonjs/components/index.js +11 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/layout/GradientBottomActions.js +8 -4
- package/lib/commonjs/components/layout/GradientBottomActions.js.map +1 -1
- package/lib/commonjs/components/layout/GradientScrollView.js +7 -7
- package/lib/commonjs/components/layout/GradientScrollView.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemInfo.js +45 -33
- package/lib/commonjs/components/listitems/ListItemInfo.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNav.js +5 -4
- package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
- package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +61 -45
- package/lib/commonjs/components/numberpad/NumberButton.js +90 -0
- package/lib/commonjs/components/numberpad/NumberButton.js.map +1 -0
- package/lib/commonjs/components/numberpad/NumberPad.js +112 -0
- package/lib/commonjs/components/numberpad/NumberPad.js.map +1 -0
- package/lib/commonjs/components/numberpad/index.js +17 -0
- package/lib/commonjs/components/numberpad/index.js.map +1 -0
- package/lib/commonjs/components/pictograms/Pictogram.js +81 -1
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/generateNewPictograms.js +163 -0
- package/lib/commonjs/components/pictograms/generateNewPictograms.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramActivate.js +55 -0
- package/lib/commonjs/components/pictograms/svg/PictogramActivate.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramAttachment.js +43 -0
- package/lib/commonjs/components/pictograms/svg/PictogramAttachment.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedAccessDenied.js +61 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedAccessDenied.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedAttention.js +52 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedAttention.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardAdd.js +53 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardAdd.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardFavourite.js +49 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardFavourite.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardIssue.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardIssue.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardQuestion.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedCardQuestion.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedDoc.js +52 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedDoc.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedEmpty.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedEmpty.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFatalError.js +52 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFatalError.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFeature.js +18 -8
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFeature.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFeedback.js +14 -5
- package/lib/commonjs/components/pictograms/svg/PictogramBleedFeedback.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdea.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdea.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentity.js +55 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentity.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentityAdd.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentityAdd.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentityCheck.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentityCheck.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentityRefresh.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedIdentityRefresh.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedMessage.js +55 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedMessage.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedPasscode.js +52 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedPasscode.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedPending.js +43 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedPending.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedSearch.js +52 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedSearch.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedStar.js +40 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedStar.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedStopSecurity.js +64 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedStopSecurity.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedSuccess.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedSuccess.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedTime.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedTime.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedTiming.js +49 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedTiming.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardAdd.js +53 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardAdd.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardFavourite.js +49 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardFavourite.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardIssue.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardIssue.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardQuestion.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramCardQuestion.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramDoc.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramDoc.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramGenericError.js +58 -0
- package/lib/commonjs/components/pictograms/svg/PictogramGenericError.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramIdea.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramIdea.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramMessage.js +55 -0
- package/lib/commonjs/components/pictograms/svg/PictogramMessage.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramMoneyCheck.js +55 -0
- package/lib/commonjs/components/pictograms/svg/PictogramMoneyCheck.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramNFCScanAndroid.js +64 -0
- package/lib/commonjs/components/pictograms/svg/PictogramNFCScanAndroid.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramNFCScaniOS.js +64 -0
- package/lib/commonjs/components/pictograms/svg/PictogramNFCScaniOS.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramPending.js +43 -0
- package/lib/commonjs/components/pictograms/svg/PictogramPending.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramReactivate.js +55 -0
- package/lib/commonjs/components/pictograms/svg/PictogramReactivate.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramSearchLens.js +52 -0
- package/lib/commonjs/components/pictograms/svg/PictogramSearchLens.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramStar.js +40 -0
- package/lib/commonjs/components/pictograms/svg/PictogramStar.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramTiming.js +49 -0
- package/lib/commonjs/components/pictograms/svg/PictogramTiming.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/_PictogramTemplate.js +29 -0
- package/lib/commonjs/components/pictograms/svg/_PictogramTemplate.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramActivate.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramAttachment.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedAccessDenied.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedAttention.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedCardAdd.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedCardFavourite.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedCardIssue.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedCardQuestion.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedDoc.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedEmpty.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedFatalError.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedFeature.svg +1 -34
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedFeedback.svg +1 -22
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedIdea.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedIdentity.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedIdentityAdd.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedIdentityCheck.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedIdentityRefresh.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedMessage.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedPasscode.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedSearch.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedStar.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedStopSecurity.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedSuccess.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedTime.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedTiming.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramCardAdd.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramCardFavourite.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramCardIssue.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramCardQuestion.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramDoc.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramGenericError.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramIdea.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramMessage.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramMoneyCheck.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramNFCScanAndroid.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramNFCScaniOS.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramPending.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramReactivate.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramSearchLens.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramStar.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramTiming.svg +1 -0
- package/lib/commonjs/components/pictograms/timestamp.txt +1 -0
- package/lib/commonjs/core/IOColors.js +1 -0
- package/lib/commonjs/core/IOColors.js.map +1 -1
- package/lib/commonjs/core/IOStyles.js +20 -2
- package/lib/commonjs/core/IOStyles.js.map +1 -1
- package/lib/module/components/buttons/ButtonLink.js.map +1 -1
- package/lib/module/components/buttons/ButtonSolid.js +3 -3
- package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/IconButton.js +5 -2
- package/lib/module/components/buttons/IconButton.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +6 -0
- package/lib/module/components/icons/Icon.js +133 -10
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/icons/generateNewIcons.js +163 -0
- package/lib/module/components/icons/generateNewIcons.js.map +1 -0
- package/lib/module/components/icons/generateNewTimestamp.js +6 -0
- package/lib/module/components/icons/generateNewTimestamp.js.map +1 -0
- package/lib/module/components/icons/svg/IconAddSmall.js +23 -0
- package/lib/module/components/icons/svg/{IconGiacenza.js.map → IconAddSmall.js.map} +1 -1
- package/lib/module/components/icons/svg/IconArchiveFilled.js +23 -0
- package/lib/module/components/icons/svg/IconArchiveFilled.js.map +1 -0
- package/lib/module/components/icons/svg/IconCode.js +23 -0
- package/lib/module/components/icons/svg/IconCode.js.map +1 -0
- package/lib/module/components/icons/svg/IconCompare.js +23 -0
- package/lib/module/components/icons/svg/IconCompare.js.map +1 -0
- package/lib/module/components/icons/svg/IconCreditCardOff.js +23 -0
- package/lib/module/components/icons/svg/IconCreditCardOff.js.map +1 -0
- package/lib/module/components/icons/svg/IconDeviceVibration.js +23 -0
- package/lib/module/components/icons/svg/IconDeviceVibration.js.map +1 -0
- package/lib/module/components/icons/svg/IconDocGiacenza.js +23 -0
- package/lib/module/components/icons/svg/IconDocGiacenza.js.map +1 -0
- package/lib/module/components/icons/svg/IconDocPaymentTitle.js +23 -0
- package/lib/module/components/icons/svg/IconDocPaymentTitle.js.map +1 -0
- package/lib/module/components/icons/svg/IconExternalLinkSmall.js +23 -0
- package/lib/module/components/icons/svg/IconExternalLinkSmall.js.map +1 -0
- package/lib/module/components/icons/svg/IconFamilySharing.js +23 -0
- package/lib/module/components/icons/svg/IconFamilySharing.js.map +1 -0
- package/lib/module/components/icons/svg/IconFilterAndroid.js +23 -0
- package/lib/module/components/icons/svg/IconFilterAndroid.js.map +1 -0
- package/lib/module/components/icons/svg/IconFilterOffiOS.js +23 -0
- package/lib/module/components/icons/svg/IconFilterOffiOS.js.map +1 -0
- package/lib/module/components/icons/svg/IconFilterOniOS.js +23 -0
- package/lib/module/components/icons/svg/IconFilterOniOS.js.map +1 -0
- package/lib/module/components/icons/svg/IconFingerprint.js +23 -0
- package/lib/module/components/icons/svg/IconFingerprint.js.map +1 -0
- package/lib/module/components/icons/svg/IconFolder.js +23 -0
- package/lib/module/components/icons/svg/IconFolder.js.map +1 -0
- package/lib/module/components/icons/svg/IconForward.js +23 -0
- package/lib/module/components/icons/svg/IconForward.js.map +1 -0
- package/lib/module/components/icons/svg/IconHearthEmpty.js +23 -0
- package/lib/module/components/icons/svg/IconHearthEmpty.js.map +1 -0
- package/lib/module/components/icons/svg/IconHearthFilled.js +23 -0
- package/lib/module/components/icons/svg/IconHearthFilled.js.map +1 -0
- package/lib/module/components/icons/svg/IconInboxEmpty.js +26 -0
- package/lib/module/components/icons/svg/IconInboxEmpty.js.map +1 -0
- package/lib/module/components/icons/svg/IconInboxFilled.js +29 -0
- package/lib/module/components/icons/svg/IconInboxFilled.js.map +1 -0
- package/lib/module/components/icons/svg/IconInstitution.js +3 -3
- package/lib/module/components/icons/svg/IconInstitution.js.map +1 -1
- package/lib/module/components/icons/svg/IconInstruction.js +23 -0
- package/lib/module/components/icons/svg/IconInstruction.js.map +1 -0
- package/lib/module/components/icons/svg/IconKeyboardDown.js +23 -0
- package/lib/module/components/icons/svg/IconKeyboardDown.js.map +1 -0
- package/lib/module/components/icons/svg/IconMapPin.js +23 -0
- package/lib/module/components/icons/svg/IconMapPin.js.map +1 -0
- package/lib/module/components/icons/svg/IconNoticePlain.js +23 -0
- package/lib/module/components/icons/svg/IconNoticePlain.js.map +1 -0
- package/lib/module/components/icons/svg/IconPrint.js +23 -0
- package/lib/module/components/icons/svg/IconPrint.js.map +1 -0
- package/lib/module/components/icons/svg/IconRead.js +23 -0
- package/lib/module/components/icons/svg/IconRead.js.map +1 -0
- package/lib/module/components/icons/svg/IconReceiptOff.js +23 -0
- package/lib/module/components/icons/svg/IconReceiptOff.js.map +1 -0
- package/lib/module/components/icons/svg/IconReceiptOn.js +23 -0
- package/lib/module/components/icons/svg/IconReceiptOn.js.map +1 -0
- package/lib/module/components/icons/svg/IconSignal.js +23 -0
- package/lib/module/components/icons/svg/IconSignal.js.map +1 -0
- package/lib/module/components/icons/svg/IconTerms.js +23 -0
- package/lib/module/components/icons/svg/IconTerms.js.map +1 -0
- package/lib/module/components/icons/svg/IconTouch.js +23 -0
- package/lib/module/components/icons/svg/IconTouch.js.map +1 -0
- package/lib/module/components/icons/svg/_IconTemplate.js +23 -0
- package/lib/module/components/icons/svg/_IconTemplate.js.map +1 -0
- package/lib/module/components/icons/svg/originals/IconAddSmall.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconArchiveFilled.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconCode.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconCompare.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconCreditCardOff.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconDeviceVibration.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconDocGiacenza.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconDocPaymentTitle.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconExternalLinkSmall.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconFamilySharing.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconFilterAndroid.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconFilterOffiOS.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconFilterOniOS.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconFingerprint.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconFolder.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconForward.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconHearthEmpty.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconHearthFilled.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconInboxEmpty.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconInboxFilled.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconInstitution.svg +1 -3
- package/lib/module/components/icons/svg/originals/IconInstruction.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconKeyboardDown.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconMapPin.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconNoticePlain.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconPrint.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconRead.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconReceiptOff.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconReceiptOn.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconSignal.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconTerms.svg +1 -0
- package/lib/module/components/icons/svg/originals/IconTouch.svg +1 -0
- package/lib/module/components/icons/timestamp.txt +1 -0
- package/lib/module/components/index.js +1 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/layout/GradientBottomActions.js +10 -6
- package/lib/module/components/layout/GradientBottomActions.js.map +1 -1
- package/lib/module/components/layout/GradientScrollView.js +7 -7
- package/lib/module/components/layout/GradientScrollView.js.map +1 -1
- package/lib/module/components/listitems/ListItemInfo.js +46 -35
- package/lib/module/components/listitems/ListItemInfo.js.map +1 -1
- package/lib/module/components/listitems/ListItemNav.js +5 -4
- package/lib/module/components/listitems/ListItemNav.js.map +1 -1
- package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +61 -45
- package/lib/module/components/numberpad/NumberButton.js +81 -0
- package/lib/module/components/numberpad/NumberButton.js.map +1 -0
- package/lib/module/components/numberpad/NumberPad.js +102 -0
- package/lib/module/components/numberpad/NumberPad.js.map +1 -0
- package/lib/module/components/numberpad/index.js +3 -0
- package/lib/module/components/numberpad/index.js.map +1 -0
- package/lib/module/components/pictograms/Pictogram.js +81 -1
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/generateNewPictograms.js +161 -0
- package/lib/module/components/pictograms/generateNewPictograms.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramActivate.js +47 -0
- package/lib/module/components/pictograms/svg/PictogramActivate.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramAttachment.js +35 -0
- package/lib/module/components/pictograms/svg/PictogramAttachment.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedAccessDenied.js +53 -0
- package/lib/module/components/pictograms/svg/PictogramBleedAccessDenied.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedAttention.js +44 -0
- package/lib/module/components/pictograms/svg/PictogramBleedAttention.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardAdd.js +45 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardAdd.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardFavourite.js +41 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardFavourite.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardIssue.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardIssue.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardQuestion.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramBleedCardQuestion.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedDoc.js +44 -0
- package/lib/module/components/pictograms/svg/PictogramBleedDoc.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedEmpty.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramBleedEmpty.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedFatalError.js +44 -0
- package/lib/module/components/pictograms/svg/PictogramBleedFatalError.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedFeature.js +18 -8
- package/lib/module/components/pictograms/svg/PictogramBleedFeature.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramBleedFeedback.js +14 -5
- package/lib/module/components/pictograms/svg/PictogramBleedFeedback.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramBleedIdea.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdea.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentity.js +47 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentity.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentityAdd.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentityAdd.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentityCheck.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentityCheck.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentityRefresh.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramBleedIdentityRefresh.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedMessage.js +47 -0
- package/lib/module/components/pictograms/svg/PictogramBleedMessage.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedPasscode.js +44 -0
- package/lib/module/components/pictograms/svg/PictogramBleedPasscode.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedPending.js +35 -0
- package/lib/module/components/pictograms/svg/PictogramBleedPending.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedSearch.js +44 -0
- package/lib/module/components/pictograms/svg/PictogramBleedSearch.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedStar.js +32 -0
- package/lib/module/components/pictograms/svg/PictogramBleedStar.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedStopSecurity.js +56 -0
- package/lib/module/components/pictograms/svg/PictogramBleedStopSecurity.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedSuccess.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramBleedSuccess.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedTime.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramBleedTime.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramBleedTiming.js +41 -0
- package/lib/module/components/pictograms/svg/PictogramBleedTiming.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramCardAdd.js +45 -0
- package/lib/module/components/pictograms/svg/PictogramCardAdd.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramCardFavourite.js +41 -0
- package/lib/module/components/pictograms/svg/PictogramCardFavourite.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramCardIssue.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramCardIssue.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramCardQuestion.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramCardQuestion.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramDoc.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramDoc.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramGenericError.js +50 -0
- package/lib/module/components/pictograms/svg/PictogramGenericError.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramIdea.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramIdea.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramMessage.js +47 -0
- package/lib/module/components/pictograms/svg/PictogramMessage.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramMoneyCheck.js +47 -0
- package/lib/module/components/pictograms/svg/PictogramMoneyCheck.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramNFCScanAndroid.js +56 -0
- package/lib/module/components/pictograms/svg/PictogramNFCScanAndroid.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramNFCScaniOS.js +56 -0
- package/lib/module/components/pictograms/svg/PictogramNFCScaniOS.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramPending.js +35 -0
- package/lib/module/components/pictograms/svg/PictogramPending.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramReactivate.js +47 -0
- package/lib/module/components/pictograms/svg/PictogramReactivate.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramSearchLens.js +44 -0
- package/lib/module/components/pictograms/svg/PictogramSearchLens.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramStar.js +32 -0
- package/lib/module/components/pictograms/svg/PictogramStar.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramTiming.js +41 -0
- package/lib/module/components/pictograms/svg/PictogramTiming.js.map +1 -0
- package/lib/module/components/pictograms/svg/_PictogramTemplate.js +22 -0
- package/lib/module/components/pictograms/svg/_PictogramTemplate.js.map +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramActivate.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramAttachment.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedAccessDenied.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedAttention.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedCardAdd.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedCardFavourite.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedCardIssue.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedCardQuestion.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedDoc.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedEmpty.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedFatalError.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedFeature.svg +1 -34
- package/lib/module/components/pictograms/svg/originals/PictogramBleedFeedback.svg +1 -22
- package/lib/module/components/pictograms/svg/originals/PictogramBleedIdea.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedIdentity.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedIdentityAdd.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedIdentityCheck.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedIdentityRefresh.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedMessage.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedPasscode.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedSearch.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedStar.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedStopSecurity.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedSuccess.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedTime.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedTiming.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramCardAdd.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramCardFavourite.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramCardIssue.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramCardQuestion.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramDoc.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramGenericError.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramIdea.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramMessage.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramMoneyCheck.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramNFCScanAndroid.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramNFCScaniOS.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramPending.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramReactivate.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramSearchLens.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramStar.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramTiming.svg +1 -0
- package/lib/module/components/pictograms/timestamp.txt +1 -0
- package/lib/module/core/IOColors.js +1 -0
- package/lib/module/core/IOColors.js.map +1 -1
- package/lib/module/core/IOStyles.js +16 -0
- package/lib/module/core/IOStyles.js.map +1 -1
- package/lib/typescript/components/buttons/ButtonLink.d.ts +3 -3
- package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonSolid.d.ts +2 -2
- package/lib/typescript/components/buttons/ButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/buttons/IconButton.d.ts +3 -2
- package/lib/typescript/components/buttons/IconButton.d.ts.map +1 -1
- package/lib/typescript/components/icons/Icon.d.ts +68 -5
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconAddSmall.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconAddSmall.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconArchiveFilled.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconArchiveFilled.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconCode.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconCode.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconCompare.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconCompare.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconCreditCardOff.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconCreditCardOff.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconDeviceVibration.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconDeviceVibration.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconDocGiacenza.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconDocGiacenza.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconDocPaymentTitle.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconDocPaymentTitle.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconExternalLinkSmall.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconExternalLinkSmall.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconFamilySharing.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconFamilySharing.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconFilterAndroid.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconFilterAndroid.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconFilterOffiOS.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconFilterOffiOS.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconFilterOniOS.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconFilterOniOS.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconFingerprint.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconFingerprint.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconFolder.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconFolder.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconForward.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconForward.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconHearthEmpty.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconHearthEmpty.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconHearthFilled.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconHearthFilled.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconInboxEmpty.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconInboxEmpty.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconInboxFilled.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconInboxFilled.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconInstruction.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconInstruction.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconKeyboardDown.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconKeyboardDown.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconMapPin.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconMapPin.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconNoticePlain.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconNoticePlain.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconPrint.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconPrint.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconRead.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconRead.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconReceiptOff.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconReceiptOff.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconReceiptOn.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconReceiptOn.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconSignal.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconSignal.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconTerms.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconTerms.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconTouch.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconTouch.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/_IconTemplate.d.ts +5 -0
- package/lib/typescript/components/icons/svg/_IconTemplate.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +1 -0
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/components/layout/GradientBottomActions.d.ts +6 -5
- package/lib/typescript/components/layout/GradientBottomActions.d.ts.map +1 -1
- package/lib/typescript/components/layout/GradientScrollView.d.ts +5 -4
- package/lib/typescript/components/layout/GradientScrollView.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemInfo.d.ts +19 -4
- package/lib/typescript/components/listitems/ListItemInfo.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts +5 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
- package/lib/typescript/components/numberpad/NumberButton.d.ts +10 -0
- package/lib/typescript/components/numberpad/NumberButton.d.ts.map +1 -0
- package/lib/typescript/components/numberpad/NumberPad.d.ts +20 -0
- package/lib/typescript/components/numberpad/NumberPad.d.ts.map +1 -0
- package/lib/typescript/components/numberpad/index.d.ts +2 -0
- package/lib/typescript/components/numberpad/index.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/Pictogram.d.ts +18 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramActivate.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramActivate.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramAttachment.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramAttachment.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedAccessDenied.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedAccessDenied.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedAttention.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedAttention.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardAdd.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardAdd.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardFavourite.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardFavourite.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardIssue.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardIssue.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardQuestion.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedCardQuestion.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedDoc.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedDoc.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedEmpty.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedEmpty.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedFatalError.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedFatalError.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeature.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedFeedback.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdea.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdea.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentity.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentity.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityAdd.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityAdd.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityCheck.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityCheck.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityRefresh.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedIdentityRefresh.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedMessage.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedMessage.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedPasscode.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedPasscode.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedPending.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedPending.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedSearch.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedSearch.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedStar.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedStar.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedStopSecurity.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedStopSecurity.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedSuccess.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedSuccess.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedTime.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedTime.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedTiming.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedTiming.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardAdd.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardAdd.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardFavourite.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardFavourite.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardIssue.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardIssue.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardQuestion.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramCardQuestion.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramDoc.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramDoc.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramGenericError.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramGenericError.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramIdea.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramIdea.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramMessage.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramMessage.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramMoneyCheck.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramMoneyCheck.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramNFCScanAndroid.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramNFCScanAndroid.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramNFCScaniOS.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramNFCScaniOS.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramPending.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramPending.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramReactivate.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramReactivate.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramSearchLens.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramSearchLens.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramStar.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramStar.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramTiming.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramTiming.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/_PictogramTemplate.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/_PictogramTemplate.d.ts.map +1 -0
- package/lib/typescript/core/IOColors.d.ts +1 -0
- package/lib/typescript/core/IOColors.d.ts.map +1 -1
- package/lib/typescript/core/IOStyles.d.ts +14 -0
- package/lib/typescript/core/IOStyles.d.ts.map +1 -1
- package/lib/typescript/stories/H1.stories.d.ts +1 -1
- package/lib/typescript/stories/H2.stories.d.ts +1 -1
- package/lib/typescript/stories/H3.stories.d.ts +1 -1
- package/lib/typescript/stories/H4.stories.d.ts +1 -1
- package/lib/typescript/stories/H5.stories.d.ts +1 -1
- package/lib/typescript/stories/H6.stories.d.ts +1 -1
- package/lib/typescript/stories/LabelSmall.stories.d.ts +1 -1
- package/lib/typescript/stories/Link.stories.d.ts +1 -1
- package/lib/typescript/utils/types.d.ts +1 -0
- package/lib/typescript/utils/types.d.ts.map +1 -1
- package/package.json +7 -3
- package/src/components/buttons/ButtonLink.tsx +8 -5
- package/src/components/buttons/ButtonSolid.tsx +6 -6
- package/src/components/buttons/IconButton.tsx +17 -2
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +6 -0
- package/src/components/icons/Icon.tsx +133 -9
- package/src/components/icons/generateNewIcons.js +186 -0
- package/src/components/icons/generateNewTimestamp.js +7 -0
- package/src/components/icons/svg/IconAddSmall.tsx +16 -0
- package/src/components/icons/svg/IconArchiveFilled.tsx +16 -0
- package/src/components/icons/svg/IconCode.tsx +16 -0
- package/src/components/icons/svg/IconCompare.tsx +16 -0
- package/src/components/icons/svg/IconCreditCardOff.tsx +16 -0
- package/src/components/icons/svg/IconDeviceVibration.tsx +16 -0
- package/src/components/icons/svg/IconDocGiacenza.tsx +16 -0
- package/src/components/icons/svg/IconDocPaymentTitle.tsx +16 -0
- package/src/components/icons/svg/IconExternalLinkSmall.tsx +16 -0
- package/src/components/icons/svg/IconFamilySharing.tsx +16 -0
- package/src/components/icons/svg/IconFilterAndroid.tsx +16 -0
- package/src/components/icons/svg/IconFilterOffiOS.tsx +16 -0
- package/src/components/icons/svg/IconFilterOniOS.tsx +16 -0
- package/src/components/icons/svg/IconFingerprint.tsx +16 -0
- package/src/components/icons/svg/IconFolder.tsx +16 -0
- package/src/components/icons/svg/IconForward.tsx +16 -0
- package/src/components/icons/svg/IconHearthEmpty.tsx +16 -0
- package/src/components/icons/svg/IconHearthFilled.tsx +16 -0
- package/src/components/icons/svg/IconInboxEmpty.tsx +20 -0
- package/src/components/icons/svg/IconInboxFilled.tsx +24 -0
- package/src/components/icons/svg/IconInstitution.tsx +2 -2
- package/src/components/icons/svg/IconInstruction.tsx +16 -0
- package/src/components/icons/svg/IconKeyboardDown.tsx +16 -0
- package/src/components/icons/svg/IconMapPin.tsx +16 -0
- package/src/components/icons/svg/IconNoticePlain.tsx +16 -0
- package/src/components/icons/svg/IconPrint.tsx +16 -0
- package/src/components/icons/svg/IconRead.tsx +16 -0
- package/src/components/icons/svg/IconReceiptOff.tsx +16 -0
- package/src/components/icons/svg/IconReceiptOn.tsx +16 -0
- package/src/components/icons/svg/IconSignal.tsx +16 -0
- package/src/components/icons/svg/IconTerms.tsx +16 -0
- package/src/components/icons/svg/IconTouch.tsx +16 -0
- package/src/components/icons/svg/_IconTemplate.tsx +17 -0
- package/src/components/icons/svg/originals/IconAddSmall.svg +1 -0
- package/src/components/icons/svg/originals/IconArchiveFilled.svg +1 -0
- package/src/components/icons/svg/originals/IconCode.svg +1 -0
- package/src/components/icons/svg/originals/IconCompare.svg +1 -0
- package/src/components/icons/svg/originals/IconCreditCardOff.svg +1 -0
- package/src/components/icons/svg/originals/IconDeviceVibration.svg +1 -0
- package/src/components/icons/svg/originals/IconDocGiacenza.svg +1 -0
- package/src/components/icons/svg/originals/IconDocPaymentTitle.svg +1 -0
- package/src/components/icons/svg/originals/IconExternalLinkSmall.svg +1 -0
- package/src/components/icons/svg/originals/IconFamilySharing.svg +1 -0
- package/src/components/icons/svg/originals/IconFilterAndroid.svg +1 -0
- package/src/components/icons/svg/originals/IconFilterOffiOS.svg +1 -0
- package/src/components/icons/svg/originals/IconFilterOniOS.svg +1 -0
- package/src/components/icons/svg/originals/IconFingerprint.svg +1 -0
- package/src/components/icons/svg/originals/IconFolder.svg +1 -0
- package/src/components/icons/svg/originals/IconForward.svg +1 -0
- package/src/components/icons/svg/originals/IconHearthEmpty.svg +1 -0
- package/src/components/icons/svg/originals/IconHearthFilled.svg +1 -0
- package/src/components/icons/svg/originals/IconInboxEmpty.svg +1 -0
- package/src/components/icons/svg/originals/IconInboxFilled.svg +1 -0
- package/src/components/icons/svg/originals/IconInstitution.svg +1 -3
- package/src/components/icons/svg/originals/IconInstruction.svg +1 -0
- package/src/components/icons/svg/originals/IconKeyboardDown.svg +1 -0
- package/src/components/icons/svg/originals/IconMapPin.svg +1 -0
- package/src/components/icons/svg/originals/IconNoticePlain.svg +1 -0
- package/src/components/icons/svg/originals/IconPrint.svg +1 -0
- package/src/components/icons/svg/originals/IconRead.svg +1 -0
- package/src/components/icons/svg/originals/IconReceiptOff.svg +1 -0
- package/src/components/icons/svg/originals/IconReceiptOn.svg +1 -0
- package/src/components/icons/svg/originals/IconSignal.svg +1 -0
- package/src/components/icons/svg/originals/IconTerms.svg +1 -0
- package/src/components/icons/svg/originals/IconTouch.svg +1 -0
- package/src/components/icons/timestamp.txt +1 -0
- package/src/components/index.tsx +1 -0
- package/src/components/layout/GradientBottomActions.tsx +17 -10
- package/src/components/layout/GradientScrollView.tsx +17 -16
- package/src/components/listitems/ListItemInfo.tsx +98 -57
- package/src/components/listitems/ListItemNav.tsx +10 -7
- package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +61 -45
- package/src/components/numberpad/NumberButton.tsx +132 -0
- package/src/components/numberpad/NumberPad.tsx +135 -0
- package/src/components/numberpad/index.tsx +2 -0
- package/src/components/pictograms/Pictogram.tsx +107 -2
- package/src/components/pictograms/generateNewPictograms.js +181 -0
- package/src/components/pictograms/svg/PictogramActivate.tsx +54 -0
- package/src/components/pictograms/svg/PictogramAttachment.tsx +38 -0
- package/src/components/pictograms/svg/PictogramBleedAccessDenied.tsx +62 -0
- package/src/components/pictograms/svg/PictogramBleedAttention.tsx +50 -0
- package/src/components/pictograms/svg/PictogramBleedCardAdd.tsx +50 -0
- package/src/components/pictograms/svg/PictogramBleedCardFavourite.tsx +46 -0
- package/src/components/pictograms/svg/PictogramBleedCardIssue.tsx +42 -0
- package/src/components/pictograms/svg/PictogramBleedCardQuestion.tsx +42 -0
- package/src/components/pictograms/svg/PictogramBleedDoc.tsx +48 -0
- package/src/components/pictograms/svg/PictogramBleedEmpty.tsx +58 -0
- package/src/components/pictograms/svg/PictogramBleedFatalError.tsx +50 -0
- package/src/components/pictograms/svg/PictogramBleedFeature.tsx +20 -8
- package/src/components/pictograms/svg/PictogramBleedFeedback.tsx +17 -5
- package/src/components/pictograms/svg/PictogramBleedIdea.tsx +42 -0
- package/src/components/pictograms/svg/PictogramBleedIdentity.tsx +54 -0
- package/src/components/pictograms/svg/PictogramBleedIdentityAdd.tsx +58 -0
- package/src/components/pictograms/svg/PictogramBleedIdentityCheck.tsx +58 -0
- package/src/components/pictograms/svg/PictogramBleedIdentityRefresh.tsx +58 -0
- package/src/components/pictograms/svg/PictogramBleedMessage.tsx +54 -0
- package/src/components/pictograms/svg/PictogramBleedPasscode.tsx +50 -0
- package/src/components/pictograms/svg/PictogramBleedPending.tsx +38 -0
- package/src/components/pictograms/svg/PictogramBleedSearch.tsx +50 -0
- package/src/components/pictograms/svg/PictogramBleedStar.tsx +34 -0
- package/src/components/pictograms/svg/PictogramBleedStopSecurity.tsx +66 -0
- package/src/components/pictograms/svg/PictogramBleedSuccess.tsx +42 -0
- package/src/components/pictograms/svg/PictogramBleedTime.tsx +58 -0
- package/src/components/pictograms/svg/PictogramBleedTiming.tsx +46 -0
- package/src/components/pictograms/svg/PictogramCardAdd.tsx +50 -0
- package/src/components/pictograms/svg/PictogramCardFavourite.tsx +46 -0
- package/src/components/pictograms/svg/PictogramCardIssue.tsx +42 -0
- package/src/components/pictograms/svg/PictogramCardQuestion.tsx +42 -0
- package/src/components/pictograms/svg/PictogramDoc.tsx +38 -0
- package/src/components/pictograms/svg/PictogramGenericError.tsx +58 -0
- package/src/components/pictograms/svg/PictogramIdea.tsx +38 -0
- package/src/components/pictograms/svg/PictogramMessage.tsx +54 -0
- package/src/components/pictograms/svg/PictogramMoneyCheck.tsx +54 -0
- package/src/components/pictograms/svg/PictogramNFCScanAndroid.tsx +66 -0
- package/src/components/pictograms/svg/PictogramNFCScaniOS.tsx +66 -0
- package/src/components/pictograms/svg/PictogramPending.tsx +38 -0
- package/src/components/pictograms/svg/PictogramReactivate.tsx +54 -0
- package/src/components/pictograms/svg/PictogramSearchLens.tsx +50 -0
- package/src/components/pictograms/svg/PictogramStar.tsx +30 -0
- package/src/components/pictograms/svg/PictogramTiming.tsx +46 -0
- package/src/components/pictograms/svg/_PictogramTemplate.tsx +21 -0
- package/src/components/pictograms/svg/originals/PictogramActivate.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramAttachment.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedAccessDenied.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedAttention.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedCardAdd.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedCardFavourite.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedCardIssue.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedCardQuestion.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedDoc.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedEmpty.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedFatalError.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedFeature.svg +1 -34
- package/src/components/pictograms/svg/originals/PictogramBleedFeedback.svg +1 -22
- package/src/components/pictograms/svg/originals/PictogramBleedIdea.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedIdentity.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedIdentityAdd.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedIdentityCheck.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedIdentityRefresh.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedMessage.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedPasscode.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedSearch.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedStar.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedStopSecurity.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedSuccess.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedTime.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramBleedTiming.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramCardAdd.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramCardFavourite.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramCardIssue.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramCardQuestion.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramDoc.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramGenericError.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramIdea.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramMessage.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramMoneyCheck.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramNFCScanAndroid.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramNFCScaniOS.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramPending.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramReactivate.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramSearchLens.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramStar.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramTiming.svg +1 -0
- package/src/components/pictograms/timestamp.txt +1 -0
- package/src/core/IOColors.ts +1 -0
- package/src/core/IOStyles.ts +18 -0
- package/src/utils/types.ts +4 -0
- package/lib/commonjs/components/icons/svg/originals/IconGiacenza.svg +0 -8
- package/lib/module/components/icons/svg/IconGiacenza.js +0 -23
- package/lib/module/components/icons/svg/originals/IconGiacenza.svg +0 -8
- package/lib/typescript/components/icons/svg/IconGiacenza.d.ts +0 -5
- package/lib/typescript/components/icons/svg/IconGiacenza.d.ts.map +0 -1
- package/src/components/icons/svg/IconGiacenza.tsx +0 -16
- package/src/components/icons/svg/originals/IconGiacenza.svg +0 -8
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramTiming = ({
|
|
6
|
+
size,
|
|
7
|
+
colorValues,
|
|
8
|
+
...props
|
|
9
|
+
}: SVGPictogramProps) => (
|
|
10
|
+
<Svg width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
11
|
+
<Path
|
|
12
|
+
d="M108.33 99C106.31 99 104.61 98.32 103.26 97.47C98.4602 94.42 96.7502 88.13 99.2902 82.85C104.02 73 117.33 48.6 138.81 34.68C144.92 30.7 152.09 28.76 159.57 29.02C175.77 29.61 205.86 32.77 225.34 47.33L222.95 50.53C204.35 36.62 175.17 33.59 159.43 33.02C152.79 32.79 146.41 34.51 140.99 38.02C120.37 51.39 107.49 75.03 102.9 84.57C101.24 88.03 102.32 92.12 105.41 94.09C106.45 94.75 109.6 96.74 115.08 91.36C126.34 80.32 132.25 67.54 132.31 67.41L135.95 69.07C135.7 69.62 129.67 82.66 117.88 94.22C114.23 97.8 111 99 108.33 99Z"
|
|
13
|
+
fill={colorValues.hands}
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M152.21 81.43C151.2 81.43 150.13 81.17 149.05 80.63C145.12 78.68 141.57 73.47 138.51 65.12C136.31 59.14 135.18 53.76 135.13 53.53L139.05 52.71C140.25 58.45 144.71 74.02 150.83 77.04C152.33 77.78 153.04 77.33 153.58 76.73C156.35 73.67 156.54 62.97 153.04 57.43L156.42 55.3C160.71 62.1 160.77 74.72 156.54 79.41C155.33 80.75 153.83 81.43 152.2 81.43H152.21Z"
|
|
17
|
+
fill={colorValues.hands}
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M158.19 64.73L156.14 61.3C156.52 61.08 165.39 55.84 171.82 58.91L170.1 62.52C166.38 60.74 160.25 63.52 158.2 64.74L158.19 64.73Z"
|
|
21
|
+
fill={colorValues.hands}
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M139.53 93.81C134.87 93.81 129.93 90.93 127.49 86.8C125.53 83.48 125.47 79.85 127.31 76.56L130.8 78.51C129.37 81.06 130.09 83.32 130.94 84.76C132.64 87.64 136.33 89.8 139.54 89.8H139.58C143.74 89.78 147.16 81.25 148.03 78.27L151.87 79.39C151.44 80.86 147.47 93.76 139.6 93.81H139.54H139.53Z"
|
|
25
|
+
fill={colorValues.hands}
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M152.5 93.36C147.45 93.36 143.32 92.04 143.04 91.95L144.29 88.15C144.38 88.18 153.79 91.17 160.47 87.65C163.4 86.1 165.35 83.58 166.42 79.95C167.5 76.28 167.5 73.65 166.42 72.72C164.77 71.3 160.23 72.72 158.29 73.62L156.59 70C157.44 69.6 164.98 66.21 169.03 69.68C171.47 71.77 171.88 75.6 170.27 81.08C168.89 85.75 166.22 89.16 162.33 91.2C159.18 92.85 155.67 93.37 152.52 93.37L152.5 93.36Z"
|
|
29
|
+
fill={colorValues.hands}
|
|
30
|
+
/>
|
|
31
|
+
<Path
|
|
32
|
+
d="M212.76 93.35C190.52 93.35 168.76 80.74 167.84 80.2L169.86 76.75C170.07 76.88 191.62 89.35 212.75 89.35V93.35H212.76Z"
|
|
33
|
+
fill={colorValues.hands}
|
|
34
|
+
/>
|
|
35
|
+
<Path
|
|
36
|
+
d="M72.37 211.05C104.607 211.05 130.74 184.917 130.74 152.68C130.74 120.443 104.607 94.31 72.37 94.31C40.1331 94.31 14 120.443 14 152.68C14 184.917 40.1331 211.05 72.37 211.05Z"
|
|
37
|
+
fill={colorValues.main}
|
|
38
|
+
/>
|
|
39
|
+
<Path
|
|
40
|
+
d="M103.08 170.73C102.84 170.73 102.6 170.67 102.37 170.55L71.6601 154C71.1701 153.74 70.8701 153.23 70.8701 152.68V118.79C70.8701 117.96 71.5401 117.29 72.3701 117.29C73.2001 117.29 73.8701 117.96 73.8701 118.79V151.79L103.79 167.92C104.52 168.31 104.79 169.22 104.4 169.95C104.13 170.45 103.61 170.74 103.08 170.74V170.73Z"
|
|
41
|
+
fill={colorValues.secondary}
|
|
42
|
+
/>
|
|
43
|
+
</Svg>
|
|
44
|
+
);
|
|
45
|
+
|
|
46
|
+
export default PictogramTiming;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
3
|
+
// @ts-ignore (ignore Path unused component)
|
|
4
|
+
import { Svg, Path } from "react-native-svg";
|
|
5
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
6
|
+
|
|
7
|
+
// The `generateNewPictograms.js`s script uses this template to generate
|
|
8
|
+
// the new `Pictogram…` component. Don't edit this file to avoid
|
|
9
|
+
// adding breaking changes to the process.
|
|
10
|
+
|
|
11
|
+
const PictogramTemplate = ({
|
|
12
|
+
size,
|
|
13
|
+
colorValues,
|
|
14
|
+
...props
|
|
15
|
+
}: SVGPictogramProps) => (
|
|
16
|
+
<Svg width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
17
|
+
{/* SVGContent */}
|
|
18
|
+
</Svg>
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
export default PictogramTemplate;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4862_9728)"><path d="M144.48 140.45L145.64 135.04L147.68 132.44L151.01 131.61C151.17 131.15 151.32 130.69 151.45 130.22L148.34 130.69L141.54 129.73H132.3C132.3 129.73 128.95 128.8 126.95 127.98C124.95 127.16 125.17 126.63 124.59 125.97C124.02 125.31 123.16 125.15 123.16 125.15L123.18 122.14L122.32 120.35L125.57 115.61L127.74 113.92L130.58 112.87L134.61 112.17L148.33 110.69L151.48 110.58C147.25 96.05 133.85 85.43 117.96 85.43H42.91C23.63 85.43 8 101.07 8 120.35C8 139.63 23.63 155.26 42.91 155.26H117.96C128.82 155.26 138.52 150.3 144.92 142.53L144.47 140.45H144.48Z" fill="#AAEEEF"/><path d="M231.619 188.04L227.619 188.01C227.769 165.26 213.199 140.49 204.499 127.75C200.829 122.37 195.769 118.36 189.849 116.13C167.319 107.64 141.189 111.23 130.999 113.16C127.319 113.86 124.739 117.07 124.989 120.63C125.069 121.82 125.329 125.44 132.729 126.64C147.979 129.1 161.489 126.33 161.629 126.3L162.449 130.22C161.869 130.34 148.069 133.17 132.089 130.6C123.379 129.2 121.249 124.56 120.989 120.92C120.599 115.34 124.579 110.31 130.249 109.24C140.769 107.24 167.779 103.55 191.249 112.39C197.939 114.91 203.659 119.44 207.789 125.5C216.749 138.63 231.769 164.21 231.609 188.04H231.619Z" fill="#0B3EE3"/><path d="M166.999 152.52C166.749 152.52 166.499 152.51 166.259 152.48C163.399 152.2 161.439 150.29 160.899 147.25C160.149 143.01 162.199 137.16 167.009 129.89C170.449 124.68 174.039 120.65 174.189 120.48L177.169 123.15C173.339 127.43 163.669 139.99 164.839 146.56C165.119 148.15 165.879 148.44 166.649 148.51C170.659 148.9 179.189 142.85 181.519 136.89L185.239 138.35C182.469 145.42 173.189 152.53 166.989 152.53L166.999 152.52Z" fill="#0B3EE3"/><path d="M187.429 153.3C186.669 149.35 180.929 146.14 178.779 145.23L180.329 141.54C180.729 141.71 190.039 145.68 191.359 152.54L187.429 153.29V153.3Z" fill="#0B3EE3"/><path d="M153.259 150.76C150.059 150.76 146.889 149.98 145.019 147.47C142.609 144.23 141.799 139.29 143.019 135.16C144.009 131.81 146.189 129.35 149.149 128.25C149.889 127.97 150.679 127.78 151.499 127.68L151.999 131.65C151.479 131.71 150.989 131.83 150.539 132C148.289 132.84 147.289 134.8 146.849 136.29C145.989 139.22 146.549 142.83 148.219 145.07C150.639 148.32 159.329 146.06 162.179 145.01L163.559 148.76C162.719 149.07 157.949 150.75 153.249 150.75L153.259 150.76Z" fill="#0B3EE3"/><path d="M166.859 165.4C164.589 165.4 162.399 164.89 160.309 163.88C152.129 159.91 148.629 149.53 148.479 149.09L152.279 147.84C152.309 147.93 155.419 157.07 162.069 160.29C164.979 161.7 168.099 161.77 171.579 160.5C175.079 159.23 177.149 157.71 177.259 156.33C177.399 154.43 174.109 151.71 171.839 150.48L173.739 146.96C174.549 147.4 181.629 151.38 181.249 156.62C181.019 159.77 178.229 162.34 172.949 164.26C170.869 165.02 168.829 165.4 166.859 165.4Z" fill="#0B3EE3"/><path d="M187.93 204.91C174.99 187.36 172.28 162.84 172.17 161.81L176.15 161.39C176.18 161.63 178.86 185.87 191.15 202.54L187.93 204.91Z" fill="#0B3EE3"/><path d="M43.1305 146.75C57.7108 146.75 69.5305 134.93 69.5305 120.35C69.5305 105.77 57.7108 93.95 43.1305 93.95C28.5502 93.95 16.7305 105.77 16.7305 120.35C16.7305 134.93 28.5502 146.75 43.1305 146.75Z" fill="#00C5CA"/><path d="M132.6 76.11C132.34 76.11 132.07 76.04 131.83 75.9C131.12 75.47 130.89 74.55 131.32 73.84L154.18 35.73C154.61 35.02 155.53 34.79 156.24 35.22C156.95 35.65 157.18 36.57 156.75 37.28L133.88 75.39C133.6 75.86 133.1 76.12 132.59 76.12L132.6 76.11Z" fill="#00C5CA"/><path d="M144.04 86.94C143.41 86.94 142.82 86.53 142.61 85.9C142.36 85.11 142.79 84.27 143.58 84.01L188.81 69.54C189.6 69.29 190.44 69.72 190.7 70.51C190.95 71.3 190.52 72.14 189.73 72.4L144.5 86.87C144.35 86.92 144.19 86.94 144.04 86.94Z" fill="#00C5CA"/></g><defs><clipPath id="clip0_4862_9728"><rect width="223.62" height="169.91" fill="white" transform="translate(8 35)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4934_10108)"><path d="M98.64 164.14L100.21 154.73L101.27 151.36C101.27 151.36 102.54 146.25 102.71 145.34C102.88 144.43 103.95 139.54 103.94 139.17C103.93 138.79 106.85 136.31 106.85 136.31L109.75 135.32L114.61 136.08L118.32 137.89L120.53 134.63L123.45 129.48L127.49 128.22L130.55 130.71C130.55 130.71 132.29 133.52 132.63 132.26C132.97 131 135.69 130.76 135.93 130.71C136.17 130.66 138.59 131.52 138.59 131.52L140.67 133.36L141.99 138.06L142.06 141.87L140.33 153.72L133.72 173.05H182.77C185.19 173.05 187.22 171.23 187.49 168.83L186.21 13.29C186.52 10.47 184.32 8.00999 181.49 8.00999H56.72C54.3 7.99999 52.27 9.81999 52 12.22L53.28 167.76C52.97 170.58 55.17 173.04 58 173.04H95.9L97.19 169.07L98.64 164.15V164.14Z" fill="#AAEEEF"/><g clip-path="url(#clip1_4934_10108)"><path d="M113.42 110.05C113.04 110.05 112.65 109.9 112.36 109.61C111.77 109.02 111.77 108.07 112.36 107.49L154.05 65.8C160.86 58.99 160.86 47.91 154.05 41.1C150.75 37.8 146.37 35.99 141.7 35.99C137.03 35.99 132.65 37.81 129.35 41.1L83.26 87.19C81.16 89.29 80 92.09 80 95.07C80 98.05 81.16 100.84 83.26 102.95C87.6 107.29 94.67 107.29 99.02 102.95L144.52 57.45C146.24 55.73 146.24 52.94 144.52 51.22C142.8 49.5 140.01 49.5 138.29 51.22L98.94 90.56C98.35 91.15 97.4 91.15 96.82 90.56C96.23 89.97 96.23 89.02 96.82 88.44L136.17 49.1C139.06 46.21 143.76 46.21 146.64 49.1C149.53 51.99 149.53 56.69 146.64 59.57L101.14 105.07C95.63 110.58 86.65 110.58 81.14 105.07C78.47 102.4 77 98.85 77 95.07C77 91.29 78.47 87.74 81.14 85.07L127.23 38.98C135.21 31 148.19 31 156.17 38.98C164.15 46.96 164.15 59.94 156.17 67.92L114.48 109.61C114.19 109.9 113.8 110.05 113.42 110.05Z" fill="#00C5CA"/></g><path d="M130.032 231.33L126.352 229.77C126.542 229.32 145.342 184.84 145.342 173.04H149.342C149.342 185.64 130.822 229.47 130.032 231.33Z" fill="#0B3EE3"/><path d="M135.391 173.79L131.681 172.29C136.411 160.63 142.561 140.04 138.971 134.44C138.971 134.44 137.521 132.38 136.201 132.69C135.351 132.89 130.951 135.05 127.921 158.14L123.951 157.62C126.371 139.16 129.991 129.99 135.321 128.78C138.581 128.04 141.261 130.62 142.331 132.26C148.231 141.45 136.721 170.51 135.391 173.79Z" fill="#0B3EE3"/><path d="M114.65 158.29L110.74 157.47C116.45 130.3 122.09 126.64 125.84 126.25C130.89 125.72 133.79 132 134.11 132.72L130.45 134.34C129.82 132.92 127.97 130.06 126.25 130.24C124.88 130.39 120 132.84 114.65 158.31V158.29Z" fill="#0B3EE3"/><path d="M77.4707 218.92L73.9707 216.98C85.1507 196.8 97.8107 168.05 99.8407 147.87C100.671 139.6 103.141 134.64 107.191 133.11C112.631 131.05 118.321 136.24 118.561 136.46L115.841 139.4C114.701 138.36 111.181 135.87 108.591 136.85C106.161 137.78 104.461 141.83 103.821 148.27C101.731 169.05 88.8307 198.39 77.4707 218.92Z" fill="#0B3EE3"/></g><defs><clipPath id="clip0_4934_10108"><rect width="135.48" height="223.33" fill="white" transform="translate(52 8)"/></clipPath><clipPath id="clip1_4934_10108"><rect width="85.15" height="77.05" fill="white" transform="translate(77 33)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_61447)"><path d="M135.95 174.84C135.03 174.84 134.13 174.77 133.28 174.63C127.13 173.59 123.77 169 124.07 162.03C124.43 153.57 129.79 146.84 139.59 142.58C144.41 140.48 149.79 139.32 155.6 139.14L239.42 136.5L239.55 140.5L155.73 143.14C150.44 143.31 145.55 144.35 141.2 146.25C132.79 149.92 128.37 155.29 128.08 162.21C127.87 167.22 129.79 170 133.96 170.7C140.38 171.78 148.45 167.51 149.19 165.05C149.59 163.71 149.87 160.7 148.36 157.94C147.03 155.51 144.59 153.78 141.1 152.79L142.19 148.94C146.74 150.23 150 152.61 151.86 156.02C153.87 159.69 153.74 163.8 153.01 166.21C151.64 170.75 143.1 174.86 135.96 174.86L135.95 174.84Z" fill="#0B3EE3"/><path d="M151.87 157.16L148.55 154.92C148.72 154.67 152.66 148.9 158.1 146.98L159.43 150.75C155.25 152.22 151.91 157.1 151.87 157.15V157.16Z" fill="#0B3EE3"/><path d="M143.27 192.48C138.63 192.09 135.08 190.29 132.7 187.14C128.11 181.05 129.79 172.18 129.86 171.8L133.78 172.57L131.82 172.18L133.78 172.56C133.77 172.63 132.38 180.09 135.9 184.73C137.57 186.93 140.16 188.19 143.6 188.48L143.27 192.47V192.48Z" fill="#0B3EE3"/><path d="M176.64 185.18C169.13 184.12 165.2 180.53 163.24 177.71C161.1 174.64 160.75 171.84 160.72 171.53L164.7 171.11L162.71 171.32L164.7 171.1C164.74 171.45 165.85 179.62 177.21 181.22L176.65 185.18H176.64Z" fill="#0B3EE3"/><path d="M156.63 185.42L152.71 184.61C153.59 180.37 153.2 177.09 151.58 174.86C149.68 172.25 146.57 171.89 146.54 171.89L146.92 167.91C147.12 167.93 151.77 168.4 154.77 172.44C157.13 175.62 157.75 179.99 156.63 185.42Z" fill="#0B3EE3"/><path d="M155.57 202.63C152.2 202.63 146.57 201.58 141.2 195.78C140.23 194.73 139.83 193.32 140.1 191.9C140.37 190.5 141.29 189.3 142.58 188.69L159.53 180.63C161.29 179.98 163.25 180.13 164.91 181.04C166.6 181.97 167.81 183.6 168.22 185.5C169.48 191.31 167.32 196.64 162.13 200.49C160.42 201.76 158.48 202.49 156.5 202.61C156.22 202.63 155.91 202.64 155.58 202.64L155.57 202.63ZM160.98 184.35L144.3 192.3C144.11 192.39 144.05 192.56 144.03 192.66C144.01 192.77 144.01 192.93 144.14 193.06C148.68 197.97 153.23 198.79 156.26 198.61C157.46 198.54 158.66 198.08 159.74 197.28C163.7 194.33 165.24 190.65 164.31 186.34C164.14 185.57 163.66 184.91 162.98 184.54C162.36 184.2 161.65 184.13 160.99 184.35H160.98Z" fill="#0B3EE3"/><path d="M161.13 200.87L160.74 196.89C161.16 196.85 203.39 192.74 239.58 194.69L239.37 198.68C203.49 196.75 161.56 200.83 161.14 200.87H161.13Z" fill="#0B3EE3"/><path d="M176.83 217.33C174.27 218.37 171.36 217.13 170.32 214.57L164.01 198.97L164.56 198.4C167.8 195.07 169.28 190.41 168.57 185.82L168.89 184.37L179.59 210.81C180.63 213.37 179.39 216.28 176.83 217.32V217.33Z" fill="#AAEEEF"/><path d="M154.53 148.92L150.26 153.39L143.94 149.4L129.49 113.7L138.76 109.94L154.53 148.92Z" fill="#AAEEEF"/><path d="M135.546 116.818C157.059 108.114 166.243 80.6543 156.059 55.4863C145.875 30.3183 120.18 16.9722 98.6674 25.6769C77.1547 34.3817 67.971 61.841 78.1549 87.009C88.3387 112.177 114.034 125.523 135.546 116.818Z" fill="#AAEEEF"/><path d="M144.66 92.54C144.36 92.54 144.05 92.45 143.79 92.26L90.4198 54.04C89.7498 53.56 89.5898 52.62 90.0698 51.95C90.5498 51.28 91.4898 51.12 92.1598 51.6L145.53 89.82C146.2 90.3 146.36 91.24 145.88 91.91C145.59 92.32 145.13 92.54 144.66 92.54Z" fill="#00C5CA"/><path d="M112.1 105.72C112.01 105.72 111.92 105.72 111.83 105.7C111.02 105.55 110.47 104.77 110.62 103.96L122.38 39.38C122.53 38.57 123.31 38.02 124.12 38.17C124.93 38.32 125.48 39.1 125.33 39.91L113.57 104.49C113.44 105.21 112.81 105.72 112.1 105.72Z" fill="#00C5CA"/></g><defs><clipPath id="clip0_11084_61447"><rect width="165.58" height="194.7" fill="white" transform="translate(74 23)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_61924)"><path d="M185.04 102.91L182.33 106.14L179.12 108.17L173.91 110.09L168.03 107.77L163.58 101.84L160.08 94.1L160.55 87.96L159.15 86.35L155.57 83.19L154.12 79.53L154.41 74.04L151.3 72.25L149.05 72.73L142.54 74.72L134.89 75.96L131.51 76.66L124.36 75.13L121.55 73.4L120.1 68.59L120.65 64.78L129.35 59.57L127.43 58.46C123.64 56.27 118.96 56.27 115.17 58.46L62.13 89.07C58.34 91.26 56 95.31 56 99.69V160.92C56 165.3 58.34 169.35 62.13 171.54L115.16 202.16C118.95 204.35 123.63 204.35 127.42 202.16L180.45 171.54C184.24 169.35 186.58 165.3 186.58 160.92V101.8L185.04 102.9V102.91Z" fill="#AAEEEF"/><path d="M186.58 94.65V92.61L186.13 92.35L186.58 94.65Z" fill="#AAEEEF"/><path d="M239.62 101.63C203.58 103.8 175.5 93.02 174.33 92.56L175.78 88.83C176.06 88.94 204.26 99.75 239.38 97.63L239.62 101.62V101.63Z" fill="#0B3EE3"/><path d="M187.04 98.92C187.04 100.81 186.72 102.91 185.73 104.86C184.3 107.65 181.8 109.57 178.31 110.56C171.6 112.46 164.77 107.18 160.98 101.1C156.64 94.13 156.27 86.92 160.03 82.72C167.77 74.1 176.67 75.32 177.05 75.38L176.46 79.34C176.18 79.3 169.26 78.44 163.01 85.4C160.11 88.63 161.61 94.55 164.37 98.99C167.27 103.64 172.53 108.04 177.22 106.71C179.63 106.03 181.24 104.83 182.16 103.05C184.07 99.35 182.31 94.33 182.29 94.28L186.05 92.92C186.11 93.09 187.04 95.7 187.04 98.92Z" fill="#0B3EE3"/><path d="M239.86 52.54C221.11 54.8 206.61 54.24 196.07 53.74C191.31 53.52 186.81 53.3 182.05 53.37C167.01 53.57 150.53 57.15 150.36 57.18L150.25 57.2C129.24 60.62 124.42 65.01 123.42 67.31C123.13 67.99 122.86 69.08 124 70.78C125.45 72.95 128.14 74.25 131.02 74.16C153.41 73.5 169.38 59.74 169.54 59.61L172.18 62.62C171.49 63.23 155.01 77.46 131.14 78.16C126.9 78.29 122.89 76.31 120.68 73C119.06 70.57 118.75 68.05 119.76 65.71C122.15 60.21 131.9 56.14 149.56 53.25C150.8 52.98 166.82 49.56 182 49.36C186.87 49.3 191.43 49.51 196.26 49.74C206.64 50.23 220.96 50.78 239.38 48.57L239.86 52.54Z" fill="#0B3EE3"/><path d="M206.07 50.39L204.28 53.97C183.67 43.66 165.04 39.2 161.21 41.63C160.64 42 160.33 42.44 160.22 43.09C159.82 45.43 162.1 49.4 163.64 51.36L160.49 53.83C159.97 53.17 155.45 47.26 156.28 42.43C156.58 40.68 157.54 39.24 159.06 38.27C166.39 33.6 191.19 42.97 206.06 50.4L206.07 50.39Z" fill="#0B3EE3"/><path d="M160.7 84.12L159.78 88.01C159.6 87.97 155.36 86.94 153.03 82.78C151.16 79.46 151.06 75.22 152.72 70.18L156.52 71.43C155.24 75.33 155.23 78.48 156.49 80.77C157.93 83.39 160.68 84.1 160.71 84.11L160.7 84.12Z" fill="#0B3EE3"/><path d="M123.54 141.98C122.71 141.98 122.04 141.31 122.04 140.48V93.85C122.04 93.02 122.71 92.35 123.54 92.35C124.37 92.35 125.04 93.02 125.04 93.85V140.48C125.04 141.31 124.37 141.98 123.54 141.98Z" fill="#00C5CA"/><path d="M123.69 161.34C126.252 161.34 128.33 159.263 128.33 156.7C128.33 154.137 126.252 152.06 123.69 152.06C121.127 152.06 119.05 154.137 119.05 156.7C119.05 159.263 121.127 161.34 123.69 161.34Z" fill="#00C5CA"/></g><defs><clipPath id="clip0_11084_61924"><rect width="183.86" height="166.8" fill="white" transform="translate(56 37)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_62084)"><g clip-path="url(#clip1_11084_62084)"><path fill-rule="evenodd" clip-rule="evenodd" d="M44.201 111.799C49.268 116.866 56.268 120 64 120C79.464 120 92 107.464 92 92C92 86.9129 90.6434 82.1426 88.2721 78.0313C88.2661 78.0208 88.2601 78.0104 88.2541 78H162.751L163.412 81.2325L166.448 85.7159L154.935 92.9714L143.803 101.358L138.322 107.432L138.171 112.246L142.65 115.669L152.52 112.847L161.859 106.712C161.859 106.712 167.541 101.728 167.791 101.978C168.052 102.238 168.232 107.713 168.232 107.713C168.232 107.713 169.204 112.376 169.575 112.336C169.945 112.306 175.146 114.518 175.146 114.518L177.07 122.114L183.893 128.609L193.022 129.88L197.34 127.618L199.675 122.634L198.843 116.119L217 115.188V174.964C217 179.407 213.393 183 208.954 183H51.0462C46.5972 183 43 179.397 43 174.964V110.521C43.387 110.959 43.7876 111.386 44.201 111.799Z" fill="#AAEEEF"/><path d="M66 78H62V89H51V93H62V105H66V93H78V89H66V78Z" fill="#00C5CA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M49 115.647C48.3124 115.21 47.6451 114.744 47 114.25V171.576C47 175.672 50.4318 179 54.6762 179H205.324C209.559 179 213 175.681 213 171.576V116.355L195.678 117.215L198.587 123.641L195.678 129.927H190.124L181.416 128.753L176.719 122.172L174.282 117.874C174.11 117.143 173.278 116.064 173.242 116.039L173.07 115.736C173.07 115.736 169.617 113.326 169.263 113.354C168.91 113.391 167.772 109.434 167.772 109.434C167.772 109.434 167.218 107.535 166.733 106.012L166.731 106.004C166.426 105.049 166.149 104.244 166.054 104.151C165.971 104.072 165.27 104.569 164.388 105.254L164.371 105.267C162.701 106.565 160.394 108.524 160.394 108.524L151.485 114.192L142.069 116.799L151.485 114.621L161.584 110.138L161.69 110.048L161.748 109.999L161.917 109.856C162.064 109.732 162.275 109.555 162.528 109.343C163.035 108.919 163.712 108.357 164.393 107.805C164.611 107.628 164.828 107.454 165.038 107.287C165.047 107.318 165.246 107.275 165.445 107.232C165.645 107.189 165.845 107.145 165.854 107.177C165.96 107.52 165.843 107.948 165.735 108.344C165.643 108.681 165.557 108.995 165.622 109.213C165.692 109.449 165.75 109.645 165.79 109.782L165.848 109.981L165.85 109.987L165.851 109.988L165.852 109.991L165.852 109.994L165.854 110.001L165.865 110.037L165.903 110.168C165.936 110.281 165.984 110.441 166.042 110.632C166.157 111.012 166.316 111.525 166.488 112.041C166.577 112.306 166.799 112.435 167.018 112.562C167.215 112.677 167.41 112.789 167.5 113C167.59 113.21 167.71 113.472 167.856 113.707C167.924 113.816 168.054 114.015 168.253 114.208C168.335 114.287 168.662 114.601 169.185 114.742C169.201 114.751 169.26 114.744 169.332 114.736C169.55 114.712 169.887 114.674 169.5 115C169.661 115.096 169.769 115.203 169.887 115.321C170.012 115.446 170.151 115.584 170.38 115.736C170.616 115.891 171.323 115.904 171.981 115.916C172.555 115.926 173.091 115.936 173.242 116.039L174.282 117.874C174.389 118.326 174.243 118.645 173.5 118.5L175.03 123.249L181.416 129.5L189.99 131.927L196.5 131L200.786 123.651L198.587 118L211 117.5V171.576C211 174.512 208.519 177 205.324 177H54.6762C51.4745 177 49 174.506 49 171.576V115.647ZM90.8405 84H163.046L164.5 86.5L152.694 94.1538L141.835 102.075L135.964 108.376L137.804 113.376L137.796 113.637L137.939 113.743L137.804 113.376L137.939 109.19L143.168 103.578L153.789 95.8307L165.784 88.8586L164.773 82H90.1615C90.4121 82.6552 90.6388 83.3222 90.8405 84Z" fill="#00C5CA"/><path d="M142.86 117.92C140.37 117.92 138.05 116.68 136.67 114.5C134.97 111.84 135.13 108.49 137.07 105.98C148.57 91.05 179.16 78.31 180.46 77.78L180.73 77.69C222.93 66.99 242.32 56.11 242.51 56L244.49 59.47C243.7 59.92 224.57 70.69 181.86 81.53C179.68 82.45 150.73 94.81 140.24 108.42C139.15 109.83 139.43 111.38 140.05 112.35C140.67 113.32 141.94 114.21 143.66 113.83C152.64 111.83 165.66 105.87 176.68 88.88L180.04 91.05C168.29 109.18 154.25 115.56 144.54 117.73C143.98 117.85 143.43 117.91 142.88 117.91L142.86 117.92Z" fill="#0B3EE3"/><path d="M173.07 117.01C170.19 116.44 168.08 115.02 166.82 112.79C164.25 108.27 166.38 102.11 166.48 101.85L170.25 103.18C169.79 104.48 168.92 108.39 170.31 110.82C170.99 112 172.15 112.74 173.86 113.08L173.08 117L173.07 117.01Z" fill="#0B3EE3"/><path d="M190.99 132.98C186.74 132.98 181.75 130.95 177.1 126.09C173.43 122.26 171.94 118.26 172.66 114.18C174.13 105.9 184.45 100.76 184.89 100.55L186.65 104.14C186.56 104.18 177.71 108.61 176.6 114.89C176.12 117.63 177.26 120.47 179.99 123.32C186.01 129.6 192.56 130.11 195.67 127.39C198.22 125.16 197.87 121.19 194.75 117.29L197.88 114.8C203.07 121.3 201.83 127.32 198.3 130.41C196.43 132.05 193.88 132.99 190.99 132.99V132.98Z" fill="#0B3EE3"/><path d="M199.2 118.63C192.65 118.63 188.44 118.19 188.15 118.15L188.58 114.17C189.04 114.22 235.36 118.92 261.78 95.63L264.42 98.63C256.39 105.71 241.41 114.77 215.67 117.7C209.4 118.41 203.73 118.63 199.19 118.63H199.2Z" fill="#0B3EE3"/><path d="M166.12 87.65C165.47 87.19 159.8 83.03 160.1 78.11C160.25 75.61 161.82 73.54 164.77 71.95C174.2 66.87 204.74 70.1 206.04 70.24L205.61 74.22C197.13 73.3 173.59 71.74 166.67 75.47C165.02 76.36 164.16 77.33 164.09 78.35C163.96 80.5 166.96 83.34 168.43 84.38L166.12 87.65Z" fill="#0B3EE3"/></g></g><defs><clipPath id="clip0_11084_62084"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_62084"><rect width="221.43" height="127.47" fill="white" transform="translate(43 56)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_61746)"><g clip-path="url(#clip1_11084_61746)"><path d="M188.53 119.39L189.36 125.9L187.03 130.88L182.72 133.14L173.61 131.87L166.8 125.38L164.88 117.79C164.88 117.79 159.69 115.58 159.32 115.61C158.95 115.65 157.98 110.99 157.98 110.99C157.98 110.99 157.8 105.52 157.54 105.26C157.29 105.01 151.62 109.99 151.62 109.99L142.3 116.12L132.45 118.94L127.98 115.52L128.13 110.71L133.6 104.64L144.71 96.26L156.2 89.01L153.17 84.53L152.51 81.3H41.03C36.6 81.3 33 84.89 33 89.33V178.19C33 182.62 36.59 186.22 41.03 186.22H198.62C203.05 186.22 206.65 182.63 206.65 178.19V118.46L188.53 119.39Z" fill="#AAEEEF"/><path d="M132.86 120.66C130.37 120.66 128.05 119.42 126.67 117.24C124.97 114.58 125.13 111.23 127.07 108.72C138.57 93.79 169.17 81.05 170.46 80.52L170.73 80.43C213.07 69.7 244.38 54.16 244.69 54L246.48 57.58C246.17 57.74 214.54 73.44 171.85 84.27C169.67 85.19 140.72 97.55 130.23 111.16C129.14 112.57 129.42 114.12 130.04 115.1C130.34 115.57 131.48 117.06 133.65 116.58C142.63 114.58 155.65 108.62 166.66 91.63L170.02 93.8C158.27 111.93 144.23 118.31 134.52 120.48C133.96 120.6 133.41 120.66 132.86 120.66Z" fill="#0B3EE3"/><path d="M163.07 119.75C160.19 119.18 158.08 117.76 156.82 115.53C154.25 111.01 156.38 104.85 156.47 104.59L160.24 105.93L158.36 105.26L160.25 105.92C159.79 107.22 158.92 111.13 160.31 113.56C160.98 114.74 162.14 115.48 163.86 115.82L163.08 119.74L163.07 119.75Z" fill="#0B3EE3"/><path d="M180.99 135.72C176.74 135.72 171.75 133.69 167.1 128.83C163.43 125 161.94 121 162.66 116.92C164.13 108.64 174.45 103.5 174.89 103.29L176.65 106.88C176.56 106.92 167.71 111.35 166.6 117.63C166.12 120.37 167.26 123.21 169.99 126.06C176.01 132.35 182.56 132.85 185.67 130.13C188.22 127.9 187.87 123.93 184.75 120.03L187.88 117.54C193.07 124.04 191.83 130.06 188.3 133.15C186.43 134.79 183.88 135.73 180.99 135.73V135.72Z" fill="#0B3EE3"/><path d="M178.88 120.91C178.6 120.91 178.42 120.91 178.34 120.91L178.39 116.91C178.75 116.91 216.21 117.18 244.61 101.29L246.56 104.78C218.76 120.34 183.84 120.91 178.88 120.91Z" fill="#0B3EE3"/><path d="M156.12 90.4C155.47 89.94 149.8 85.78 150.1 80.86C150.25 78.36 151.82 76.29 154.77 74.7C164.2 69.62 194.75 72.85 196.04 72.99L195.61 76.97C187.13 76.05 163.59 74.49 156.67 78.22C155.03 79.11 154.16 80.08 154.1 81.1C153.96 83.41 157.27 86.31 158.44 87.14L156.13 90.4H156.12Z" fill="#0B3EE3"/><path d="M206.65 162.48H33V165.48H206.65V162.48Z" fill="#00C5CA"/><path d="M58.8199 91.39L63.2699 100.41L73.2199 101.86L66.0199 108.87L67.7199 118.78L58.8199 114.1L49.9199 118.78L51.6199 108.87L44.4199 101.86L54.3699 100.41L58.8199 91.39Z" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_61746"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_61746"><rect width="213.56" height="132.22" fill="white" transform="translate(33 54)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_61641)"><g clip-path="url(#clip1_11084_61641)"><path d="M18 155.41V170.48C18 176.35 22.76 181.11 28.63 181.11H181.39C187.26 181.11 192.02 176.35 192.02 170.48V162.05C192.02 161.66 180.3 146.62 173.4 145.75C166.5 144.88 157.77 139.88 157.77 139.88C147.45 135.98 157.35 127.23 157.35 127.23L160.07 126.8C148.96 125.97 147.31 116.43 147.31 116.43L153.1 112.4L151.69 109.53L149.86 107.05L150.95 104.34L152.33 103.36C152.33 103.36 156.47 102.09 157.12 102.03C157.77 101.97 163.14 102.71 163.14 102.71L170.87 103.69C170.87 103.69 182.27 106.96 182.5 107.03C182.73 107.1 192 111.74 192 111.74V69.63C192 63.76 187.24 59 181.37 59H28.63C22.76 59 18 63.76 18 69.63V122.9V155.4V155.41Z" fill="#AAEEEF"/><path d="M240.38 121.8C230.68 115.23 203.3 98.17 193.2 98.17V93.97C206.64 93.97 241.27 117.33 242.73 118.32L240.37 121.8H240.38Z" fill="#0B3EE3"/><path d="M177.01 120.62C157.63 118.08 148.01 114.28 146.74 108.68C145.96 105.25 148.67 102.44 150.4 101.32C160.05 95.1299 190.55 107.21 193.99 108.61L192.41 112.5C180.17 107.54 158.56 101.07 152.67 104.85C152.67 104.85 150.51 106.36 150.83 107.76C151.04 108.65 153.3 113.27 177.55 116.45L177 120.61L177.01 120.62Z" fill="#0B3EE3"/><path d="M176.85 134.5C148.33 128.51 144.48 122.58 144.07 118.65C143.52 113.36 150.11 110.3 150.86 109.97L152.55 113.81C151.06 114.47 148.05 116.42 148.24 118.22C148.39 119.66 150.97 124.78 177.7 130.39L176.84 134.5H176.85Z" fill="#0B3EE3"/><path d="M240.69 174.22C201.7 156.54 187.49 152.63 169.5 147.68L166.95 146.98C157.93 144.49 152.76 140.84 151.57 136.13C150.21 130.73 154.69 126.38 154.88 126.19L157.79 129.22C157.79 129.22 154.87 132.1 155.65 135.12C156.43 138.16 160.84 140.93 168.07 142.93L170.61 143.63C188.78 148.63 203.13 152.58 242.42 170.39L240.69 174.21V174.22Z" fill="#0B3EE3"/><path d="M101.95 129.81C101.12 129.81 100.45 129.14 100.45 128.31V81.68C100.45 80.85 101.12 80.18 101.95 80.18C102.78 80.18 103.45 80.85 103.45 81.68V128.31C103.45 129.14 102.78 129.81 101.95 129.81Z" fill="#00C5CA"/><path d="M102.11 149.17C104.673 149.17 106.75 147.093 106.75 144.53C106.75 141.967 104.673 139.89 102.11 139.89C99.5476 139.89 97.4702 141.967 97.4702 144.53C97.4702 147.093 99.5476 149.17 102.11 149.17Z" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_61641"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_61641"><rect width="224.73" height="122.11" fill="white" transform="translate(18 59)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_61688)"><g clip-path="url(#clip1_11084_61688)"><path d="M19 155.41V170.48C19 176.35 23.76 181.11 29.63 181.11H182.39C188.26 181.11 193.02 176.35 193.02 170.48V156.06C193.02 155.67 179.15 149.85 172.25 148.98C165.35 148.11 156.95 141.83 156.95 141.83C146.63 137.93 157.24 129.87 157.24 129.87L157.34 128.49C146.23 127.66 147.31 117.08 147.31 117.08L151.36 112.8L149.5 109.47L152.03 106.7L151.96 104.33L153.34 103.35C153.34 103.35 157.48 102.08 158.13 102.02C158.78 101.96 164.15 102.7 164.15 102.7L171.88 103.68C171.88 103.68 183.28 106.95 183.51 107.02C183.74 107.09 193.01 111.73 193.01 111.73V69.63C193.01 63.76 188.25 59 182.38 59H29.63C23.76 59 19 63.76 19 69.63V122.9V155.4V155.41Z" fill="#AAEEEF"/><path d="M240.21 123.96C230.51 117.39 203.13 100.33 193.03 100.33V96.13C206.47 96.13 241.1 119.49 242.56 120.48L240.2 123.96H240.21Z" fill="#0B3EE3"/><path d="M176.84 122.79C157.46 120.25 147.84 116.45 146.57 110.85C145.79 107.42 148.5 104.61 150.23 103.49C159.88 97.3 190.38 109.38 193.82 110.78L192.24 114.67C180 109.71 158.39 103.24 152.5 107.02C152.5 107.02 150.34 108.53 150.66 109.93C150.87 110.82 153.13 115.44 177.38 118.62L176.83 122.78L176.84 122.79Z" fill="#0B3EE3"/><path d="M176.68 136.66C148.16 130.67 144.31 124.74 143.9 120.81C143.35 115.52 149.94 112.46 150.69 112.13L152.38 115.97C150.89 116.63 147.88 118.58 148.07 120.38C148.22 121.82 150.8 126.94 177.53 132.55L176.67 136.66H176.68Z" fill="#0B3EE3"/><path d="M240.52 176.38C201.53 158.7 187.32 154.79 169.33 149.84L166.78 149.14C157.76 146.65 152.59 143 151.4 138.29C150.04 132.89 154.52 128.54 154.71 128.35L157.62 131.38C157.62 131.38 154.7 134.26 155.48 137.28C156.26 140.32 160.67 143.09 167.9 145.09L170.44 145.79C188.61 150.79 202.96 154.74 242.25 172.55L240.52 176.37V176.38Z" fill="#0B3EE3"/><path d="M101.37 153.62C103.933 153.62 106.01 151.543 106.01 148.98C106.01 146.417 103.933 144.34 101.37 144.34C98.8074 144.34 96.73 146.417 96.73 148.98C96.73 151.543 98.8074 153.62 101.37 153.62Z" fill="#00C5CA"/><path d="M101.13 137.85C100.3 137.85 99.6299 137.18 99.6299 136.35C99.6299 117.92 105.53 114.06 111.78 109.97C112.73 109.35 113.71 108.71 114.66 108.01C119.51 104.46 121.52 98.43 119.77 92.63C118.43 88.21 114.52 83.37 107.55 83.05C107.46 83.05 107.37 83.05 107.28 83.05C107.04 83.05 106.74 83.06 106.4 83.01C101.98 82.29 94.7299 84.69 90.9599 89.39C88.0999 92.96 87.6199 97.21 89.5499 102.02C89.8599 102.79 89.4799 103.66 88.7099 103.97C87.9399 104.28 87.0699 103.9 86.7599 103.13C83.8299 95.79 86.1499 90.59 88.6099 87.51C93.1799 81.81 101.65 79.2 106.87 80.05C106.98 80.07 107.09 80.05 107.2 80.05C107.36 80.05 107.52 80.05 107.67 80.05C114.81 80.37 120.54 84.86 122.63 91.76C124.75 98.79 122.31 106.12 116.41 110.43C115.4 111.17 114.38 111.83 113.4 112.48C107.61 116.27 102.61 119.54 102.61 136.35C102.61 137.18 101.94 137.85 101.11 137.85H101.13Z" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_61688"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_61688"><rect width="223.56" height="122.11" fill="white" transform="translate(19 59)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_63406)"><g clip-path="url(#clip1_11084_63406)"><path d="M112 79.67V176.89C112 179.31 113.82 181.34 116.22 181.61L189.76 189.83C192.58 190.14 195.04 187.94 195.04 185.11V157.64L191.52 153.43L185.87 148.28L175.8 146.6L168.57 145.63C168.57 145.63 165.25 143.32 164.34 143.16C163.43 142.99 161.54 139.17 161.17 139.18C160.79 139.19 157.19 136.12 157.19 136.12L155.82 133.08L158.08 128.51L159.89 124.8L155.27 124.15L149.25 119.93L150.22 115.63L152.71 112.57C152.71 112.57 155.52 110.83 154.26 110.49C153 110.15 152.76 107.43 152.71 107.19C152.66 106.95 153.52 104.53 153.52 104.53L155.36 102.45L160.06 101.13L163.87 101.06L175.72 102.79L195.05 109.4V60.36C195.05 57.94 193.23 55.91 190.83 55.64L140.72 50.03C139.07 49.85 137.43 50.45 136.29 51.66L113.42 76.07C112.51 77.05 112 78.33 112 79.67Z" fill="#AAEEEF"/><path d="M242.22 121.67C232.52 115.1 205.14 98.04 195.04 98.04V93.84C208.48 93.84 243.11 117.2 244.57 118.19L242.21 121.67H242.22Z" fill="#0B3EE3"/><path d="M178.86 120.5C159.48 117.96 149.86 114.16 148.59 108.56C147.81 105.13 150.52 102.32 152.25 101.2C161.9 95.01 192.4 107.09 195.84 108.49L194.26 112.38C182.02 107.42 160.4 100.96 154.52 104.73C154.52 104.73 152.36 106.24 152.68 107.64C152.89 108.53 155.15 113.15 179.4 116.33L178.85 120.49L178.86 120.5Z" fill="#0B3EE3"/><path d="M178.7 134.37C150.18 128.38 146.33 122.45 145.92 118.52C145.37 113.23 151.96 110.17 152.71 109.84L154.4 113.68C152.91 114.34 149.9 116.29 150.09 118.09C150.24 119.53 152.82 124.65 179.55 130.26L178.69 134.37H178.7Z" fill="#0B3EE3"/><path d="M242.541 174.09C203.551 156.41 189.341 152.5 171.351 147.55L168.801 146.85C159.781 144.36 154.611 140.71 153.421 136C152.061 130.6 156.541 126.25 156.731 126.06L159.641 129.09C159.641 129.09 156.721 131.97 157.501 134.99C158.281 138.03 162.691 140.8 169.921 142.8L172.461 143.5C190.631 148.5 204.981 152.45 244.271 170.26L242.541 174.08V174.09Z" fill="#0B3EE3"/><path d="M181.5 77.44L136.77 73.22" stroke="#00C5CA" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M180.32 89.9L135.59 85.67" stroke="#00C5CA" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></g></g><defs><clipPath id="clip0_11084_63406"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_63406"><rect width="132.58" height="139.86" fill="white" transform="translate(112 50)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_65247)"><g clip-path="url(#clip1_11084_65247)"><path d="M99.6405 90.04C123.69 76.03 154.54 84.17 168.55 108.22C169.46 109.78 170.27 111.36 170.99 112.97L166.53 112.53L162.18 112.94C162.18 112.94 157.7 116.34 156.57 116.21C155.44 116.08 153.71 117.96 153.52 118.28C153.33 118.6 152.28 122.56 152.28 122.56L152.96 126.27L154.94 129.68L157.51 131.55L158.46 133.18L152.96 134.79C152.96 134.79 152.16 135.04 150.31 135.61C148.45 136.18 143.58 139.51 142.99 138.87C142.4 138.23 142.44 138.12 141.11 138.69C139.79 139.26 136.42 140.48 136.42 140.48L133.85 141.57L131.38 142.73C131.38 142.73 128.86 145.16 128.74 145.41C128.62 145.65 129.62 152.21 129.62 152.21L130.61 153.92L130.58 155.72L129.16 158.12L128.14 163.03L132.6 169.83L138.45 171.89L137.78 178.73L140.56 181.53C118.48 188.72 93.6205 179.84 81.4605 158.96C67.4505 134.91 75.5905 104.06 99.6405 90.05V90.04Z" fill="#AAEEEF"/><path d="M134.08 156C131.2 156 128.47 154.43 127.05 151.72C126.04 149.8 125.85 147.6 126.52 145.54C127.18 143.5 128.59 141.85 130.5 140.9C137.37 137.46 148.43 133.99 154.61 132.17C152.03 129.77 150.27 126.16 150.29 122.63C150.29 119.95 151.43 113.44 161.72 110.98C177.83 107.12 239.84 129.69 242.47 130.65L241.1 134.41C240.94 134.35 224.96 128.52 207.29 123.23C178.08 114.48 166.89 113.86 162.65 114.87C157.27 116.16 154.3 118.92 154.29 122.64C154.28 126.52 157.37 130.19 160.15 130.87C161.04 131.09 161.66 131.88 161.67 132.79C161.67 133.7 161.07 134.5 160.19 134.74C160.01 134.79 141.66 139.78 132.29 144.47C131.35 144.94 130.66 145.75 130.33 146.76C130 147.79 130.09 148.89 130.6 149.85C131.56 151.68 133.73 152.46 135.64 151.67C144.73 147.9 156.59 143.42 161.66 143.42C161.7 143.42 161.74 143.42 161.78 143.42L161.72 147.42C161.72 147.42 161.66 147.42 161.64 147.42C158.26 147.42 149.35 150.31 137.17 155.36C136.16 155.78 135.12 155.98 134.09 155.98L134.08 156Z" fill="#0B3EE3"/><path d="M137.99 172.44C134.21 172.44 130.54 170.43 128.6 166.9C126.44 162.98 126.98 158.08 129.93 154.71L131.4 153.03L134.41 155.66L132.94 157.34C131.09 159.45 130.76 162.51 132.11 164.97C133.87 168.18 137.92 169.38 141.13 167.64C153.14 161.14 161.2 158.07 165.07 158.53L164.6 162.5C161.72 162.16 153.67 165.4 143.03 171.16C141.43 172.03 139.7 172.44 137.99 172.44Z" fill="#0B3EE3"/><path d="M240.91 195.9C201.1 176.73 159.47 182.02 148.03 185.39C145.21 186.22 142.19 185.59 139.93 183.71C137.59 181.76 136.41 178.67 136.86 175.66L137.63 170.46L141.59 171.05L140.82 176.25C140.57 177.89 141.22 179.58 142.49 180.64C143.72 181.67 145.37 182.01 146.9 181.56C158.73 178.08 201.7 172.59 242.65 192.3L240.92 195.9H240.91Z" fill="#0B3EE3"/><path d="M170.116 132.404L169.418 136.343L179.767 138.177L180.465 134.238L170.116 132.404Z" fill="#0B3EE3"/><path d="M191.69 153.01C181.25 147.04 175.92 130.26 175.7 129.55L179.52 128.36C179.57 128.52 184.61 144.35 193.68 149.54L191.69 153.01Z" fill="#0B3EE3"/><path d="M163.879 138.846L159.897 139.225L162.741 169.08L166.723 168.701L163.879 138.846Z" fill="#0B3EE3"/><path d="M137.15 97.47C136.76 97.47 136.36 97.32 136.07 97.01C135.5 96.41 135.52 95.46 136.12 94.89L167.38 64.97C167.98 64.4 168.93 64.42 169.5 65.02C170.07 65.62 170.05 66.57 169.45 67.14L138.19 97.06C137.9 97.34 137.53 97.48 137.15 97.48V97.47Z" fill="#00C5CA"/><path d="M120.62 88.54C119.8 88.54 119.13 87.88 119.12 87.06L118.67 45.52C118.67 44.69 119.33 44.01 120.15 44H120.17C120.99 44 121.66 44.66 121.67 45.48L122.12 87.02C122.12 87.85 121.46 88.53 120.64 88.54H120.62Z" fill="#00C5CA"/><path d="M101.86 95.24C101.47 95.24 101.08 95.09 100.79 94.79L73.9901 67.32C73.4101 66.73 73.4201 65.78 74.0201 65.2C74.6101 64.62 75.5601 64.63 76.1401 65.23L102.94 92.7C103.52 93.29 103.51 94.24 102.91 94.82C102.62 95.1 102.24 95.25 101.86 95.25V95.24Z" fill="#00C5CA"/><path d="M96.0598 113.99C95.9998 113.99 95.9398 113.99 95.8798 113.98L50.3298 108.62C49.5098 108.52 48.9198 107.78 49.0198 106.95C49.1198 106.13 49.8598 105.54 50.6798 105.64L96.2398 111C97.0598 111.1 97.6498 111.84 97.5498 112.67C97.4598 113.43 96.8098 113.99 96.0598 113.99Z" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_65247"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_65247"><rect width="193.64" height="151.9" fill="white" transform="translate(49 44)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_65070)"><g clip-path="url(#clip1_11084_65070)"><path d="M193.15 119.88C195.36 109.35 191.16 96.03 187.69 89.64C184.22 83.24 179.2 77.79 173.09 73.78C166.97 69.76 159.95 67.3 152.63 66.61C148.21 66.19 143.77 66.44 139.45 67.31C133.83 68.45 129.01 71.82 124.78 75.71L111.41 87.99L126.56 113.09L104.72 135.1L118.09 161.08L98.9297 182.21L107.84 203.78L163.39 156L157.36 153.24L154.61 149.97L154.22 144.74L155.19 139.85L150.68 135.1L145.93 131.1L146.07 128.39L149.64 122.96L150.49 114.74L161.65 112.48C161.65 112.48 175.5 113.89 175.72 113.89" fill="#AAEEEF"/><path d="M84.8103 68.96C90.2903 70.99 95.3103 74.07 99.5803 78.02L95.0903 86.53L113.33 113.52L95.0903 135.64L110.22 159.98L95.0903 182.1L103.54 201.13L39.0003 142.83C34.7203 138.87 31.2703 134.12 28.8403 128.83C26.4103 123.55 25.0503 117.84 24.8403 112.03C24.6303 106.22 25.5703 100.43 27.6103 94.99C29.6503 89.54 32.7403 84.55 36.7203 80.3C40.7003 76.04 45.4803 72.61 50.7903 70.19C56.1003 67.77 61.8403 66.42 67.6803 66.21C73.5203 66 79.3403 66.93 84.8203 68.96H84.8103Z" fill="#AAEEEF"/><path d="M37.2398 73.73C37.0298 73.73 36.8098 73.67 36.6298 73.54L17.4698 60.4C16.9698 60.06 16.8498 59.38 17.1898 58.89C17.5298 58.39 18.2098 58.27 18.6998 58.61L37.8498 71.75C38.3498 72.09 38.4698 72.77 38.1298 73.26C37.9198 73.57 37.5798 73.73 37.2298 73.73H37.2398Z" fill="#00C5CA"/><path d="M45.5702 65.94C45.0802 65.94 44.6402 65.61 44.5202 65.12L37.7202 38.35C37.5702 37.77 37.9202 37.18 38.5102 37.03C39.0902 36.88 39.6802 37.23 39.8302 37.82L46.6302 64.59C46.7802 65.17 46.4302 65.76 45.8402 65.91C45.7502 65.93 45.6602 65.94 45.5702 65.94Z" fill="#00C5CA"/><path d="M240.329 132.64C230.629 126.07 203.249 109.01 193.149 109.01V104.81C206.589 104.81 241.219 128.17 242.679 129.16L240.319 132.64H240.329Z" fill="#0B3EE3"/><path d="M176.96 131.47C157.58 128.93 147.96 125.13 146.69 119.53C145.91 116.1 148.62 113.29 150.35 112.17C160 105.98 190.5 118.06 193.94 119.46L192.36 123.35C180.12 118.39 158.51 111.92 152.62 115.7C152.62 115.7 150.46 117.21 150.78 118.61C150.99 119.5 153.25 124.12 177.5 127.3L176.95 131.46L176.96 131.47Z" fill="#0B3EE3"/><path d="M176.8 145.34C148.28 139.35 144.43 133.42 144.02 129.49C143.47 124.2 150.06 121.14 150.81 120.81L152.5 124.65C151.01 125.31 148 127.26 148.19 129.06C148.34 130.5 150.92 135.62 177.65 141.23L176.79 145.34H176.8Z" fill="#0B3EE3"/><path d="M240.64 185.06C201.65 167.38 187.44 163.47 169.45 158.52L166.9 157.82C157.88 155.33 152.71 151.68 151.52 146.97C150.16 141.57 154.64 137.22 154.83 137.03L157.74 140.06C157.74 140.06 154.82 142.94 155.6 145.96C156.38 149 160.79 151.77 168.02 153.77L170.56 154.47C188.73 159.47 203.08 163.42 242.37 181.23L240.64 185.05V185.06Z" fill="#0B3EE3"/><path d="M79.1803 172.28C78.8503 172.28 78.5203 172.16 78.2603 171.91L43.8503 139.2C37.5203 133.19 33.0703 124.41 32.5103 116.85C29.5703 77.28 65.4103 73.66 65.7703 73.63C66.5003 73.57 67.1503 74.11 67.2203 74.84C67.2903 75.57 66.7403 76.22 66.0103 76.29C64.6403 76.41 32.4403 79.74 35.1803 116.65C35.6903 123.59 39.8203 131.68 45.6903 137.26L80.1003 169.97C80.6403 170.48 80.6603 171.32 80.1503 171.86C79.8903 172.14 79.5303 172.28 79.1803 172.28Z" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_65070"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_65070"><rect width="225.69" height="166.78" fill="white" transform="translate(17 37)"/></clipPath></defs></svg>
|
|
@@ -1,34 +1 @@
|
|
|
1
|
-
<svg fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
2
|
-
<path
|
|
3
|
-
d="M156.2 126.24h-.29c-2.76-.16-4.87-2.52-4.71-5.28l5.89-103.24c.16-2.76 2.55-4.88 5.28-4.72 2.76.16 4.87 2.52 4.71 5.28l-5.89 103.24c-.15 2.66-2.36 4.72-4.99 4.72Z"
|
|
4
|
-
fill="#AAEEEF"
|
|
5
|
-
/>
|
|
6
|
-
<path
|
|
7
|
-
d="M153.501 158.01c-.18 0-.36 0-.55-.02-2.03-.12-3.79-1.04-5.1-2.67-4.58-5.71-2.57-19.08-2.33-20.59.6-5.18 2.79-8.92 6.52-11.01 7.82-4.39 20.48-.22 29.72 4.05 6.08 2.81 12.88 4.15 19.63 3.89 8.93-.35 23.07-1.9 39.71-7.35l1.24 3.8c-17.08 5.59-31.61 7.19-40.8 7.55-7.38.29-14.82-1.18-21.46-4.26-11.87-5.49-21.14-6.98-26.09-4.2-2.58 1.45-4.06 4.09-4.52 8.07-.59 3.7-1.46 13.86 1.49 17.54.6.75 1.3 1.12 2.21 1.17 1.24.07 2.31-.3 3.25-1.15 3.12-2.81 4.1-9.88 4.21-12.36l4 .18c-.02.43-.53 10.64-5.53 15.15-1.62 1.46-3.51 2.2-5.62 2.2l.02.01Z"
|
|
8
|
-
fill="#0B3EE3"
|
|
9
|
-
/>
|
|
10
|
-
<path
|
|
11
|
-
d="M135.05 181.89c-2.99-.35-5.27-1.67-6.79-3.93-3.58-5.35-1.19-14.09-1.09-14.46l.08-.27.15-.24c1.08-1.75 10.85-17 20.37-15.36l-.68 3.94c-5.68-.97-13.58 9.26-16.14 13.28-.57 2.24-1.41 7.86.63 10.89.84 1.26 2.13 1.97 3.92 2.18l-.46 3.97h.01Z"
|
|
12
|
-
fill="#0B3EE3"
|
|
13
|
-
/>
|
|
14
|
-
<path
|
|
15
|
-
d="M165.16 201.25h-.24c-17.54-.7-29.33-1.7-33.13-8.89-2.57-4.87-2.11-8.44 1.7-13.16 3.37-4.17 9.36-9.7 18.78-12.33 6.84-1.91 13.9.03 18.01 4.94 2.73 3.27 2.71 6.08 2.21 7.87-1.1 3.94-5.5 7.18-13.47 9.91l-1.3-3.78c8.56-2.93 10.51-5.77 10.91-7.2.13-.47.53-1.88-1.43-4.22-3.1-3.71-8.54-5.14-13.86-3.65-8.4 2.35-13.74 7.27-16.75 10.99-3.04 3.76-2.98 5.57-1.28 8.78 2.77 5.25 14.48 6.15 29.51 6.75 4.76-.96 61.18-12.3 76.36-12.3h.59l-.09 4c-14.14-.32-75.68 12.14-76.3 12.26l-.24.05.02-.02Z"
|
|
16
|
-
fill="#0B3EE3"
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
d="m169.52 172.88-3.6-1.74c6.24-12.95-5.67-19.12-6.18-19.37l1.79-3.57c.16.08 15.92 8.23 7.99 24.69v-.01Z"
|
|
20
|
-
fill="#0B3EE3"
|
|
21
|
-
/>
|
|
22
|
-
<path
|
|
23
|
-
d="M175.67 165.75c-3.52 0-6.42-1.02-6.64-1.1l1.35-3.76-.68 1.88.67-1.88c.08.03 7.67 2.66 11.57-1.41l2.89 2.77c-2.64 2.75-6.13 3.51-9.16 3.51v-.01ZM127.15 164.45c-2.38-11.4-1.06-20.32 3.9-26.51 6.49-8.1 16.75-8.34 17.19-8.34l.06 4c-.09 0-8.87.25-14.16 6.88-4.16 5.21-5.19 13-3.08 23.16l-3.92.82.01-.01Z"
|
|
24
|
-
fill="#0B3EE3"
|
|
25
|
-
/>
|
|
26
|
-
<path
|
|
27
|
-
d="M152.35 226.02h-.28c-2.76-.15-4.87-2.51-4.72-5.27l1.89-34.08c.15-2.76 2.54-4.87 5.27-4.72 2.76.15 4.87 2.51 4.72 5.27l-1.89 34.08c-.15 2.66-2.35 4.72-4.99 4.72ZM161.02 26l71.02 30.46c6.69 2.87 6.45 12.44-.37 14.97l-73.66 27.36L161.02 26Z"
|
|
28
|
-
fill="#AAEEEF"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M225.95 62.13c.57.04 1.13-.28 1.37-.83.3-.7-.02-1.52-.73-1.82l-60.7-26.1c-.71-.3-1.52.02-1.82.73-.3.7.02 1.52.73 1.82l60.7 26.1c.15.06.3.1.45.11v-.01Z"
|
|
32
|
-
fill="#00C5CA"
|
|
33
|
-
/>
|
|
34
|
-
</svg>
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_62464)"><g clip-path="url(#clip1_11084_62464)"><path fill-rule="evenodd" clip-rule="evenodd" d="M119.864 13.0081C122.621 13.1654 124.729 15.5279 124.571 18.2848L118.681 121.525C118.524 124.282 116.162 126.389 113.405 126.232C110.648 126.075 108.54 123.712 108.698 120.955L114.588 17.7152C114.745 14.9583 117.107 12.8509 119.864 13.0081Z" fill="#AAEEEF"/><path d="M111 158.01C110.82 158.01 110.64 158.01 110.45 157.99C108.42 157.87 106.66 156.95 105.35 155.32C100.77 149.61 102.78 136.24 103.02 134.73C103.62 129.55 105.81 125.81 109.54 123.72C117.36 119.33 130.02 123.5 139.26 127.77C145.41 130.61 152.21 131.96 158.88 131.66C178.85 130.77 208.8 120.05 228.62 112.95C233.64 111.15 237.97 109.6 241.33 108.5L242.57 112.3C239.26 113.38 234.95 114.93 229.96 116.71C209.92 123.89 179.63 134.73 159.05 135.65C151.73 135.98 144.31 134.51 137.57 131.4C125.7 125.92 116.43 124.42 111.48 127.2C108.9 128.65 107.42 131.29 106.96 135.27C106.37 138.97 105.5 149.13 108.45 152.81C109.05 153.56 109.75 153.93 110.66 153.98C111.9 154.05 112.97 153.68 113.91 152.82C117.03 150.01 118.01 142.94 118.12 140.46L122.12 140.64C122.1 141.07 121.59 151.28 116.59 155.79C114.97 157.25 113.08 157.99 110.97 157.99L111 158.01Z" fill="#0B3EE3"/><path d="M92.5505 181.89C89.5605 181.54 87.2805 180.22 85.7605 177.96C82.1805 172.61 84.5705 163.87 84.6705 163.5L84.7505 163.23L84.9005 162.99C85.9805 161.24 95.7605 145.98 105.27 147.63L104.59 151.57C98.8805 150.6 91.0105 160.83 88.4505 164.85C87.8805 167.09 87.0405 172.71 89.0805 175.74C89.9205 177 91.2105 177.71 93.0005 177.92L92.5405 181.89H92.5505Z" fill="#0B3EE3"/><path d="M122.6 201.25H122.41C104.87 200.55 93.0802 199.56 89.2802 192.36C86.7102 187.49 87.1702 183.92 90.9802 179.2C94.3502 175.03 100.34 169.5 109.76 166.87C116.6 164.96 123.66 166.9 127.77 171.81C130.5 175.08 130.48 177.89 129.98 179.67C128.88 183.61 124.48 186.85 116.51 189.58L115.21 185.8C123.77 182.87 125.72 180.03 126.12 178.6C126.25 178.13 126.65 176.72 124.69 174.38C121.59 170.67 116.15 169.24 110.83 170.73C102.43 173.08 97.0902 178 94.0802 181.72C91.0402 185.48 91.1002 187.29 92.8002 190.5C95.3402 195.3 104.75 196.55 122.36 197.25C128.73 196.29 225.59 181.7 241.5 181.7C241.67 181.7 241.83 181.7 241.98 181.7L241.89 185.7C241.75 185.7 241.6 185.7 241.45 185.7C225.72 185.7 123.81 201.08 122.77 201.23L122.58 201.26L122.6 201.25Z" fill="#0B3EE3"/><path d="M127.01 172.88L123.41 171.14C126.01 165.74 125.82 160.88 122.82 156.7C120.49 153.44 117.26 151.78 117.23 151.76L119.03 148.19C119.19 148.27 134.94 156.42 127.02 172.87L127.01 172.88Z" fill="#0B3EE3"/><path d="M133.17 165.75C129.65 165.75 126.75 164.73 126.52 164.65L127.87 160.88C127.95 160.91 135.54 163.54 139.44 159.47L142.33 162.24C139.69 164.99 136.2 165.75 133.17 165.75Z" fill="#0B3EE3"/><path d="M84.6404 164.45C82.2604 153.05 83.5804 144.13 88.5404 137.94C95.0304 129.84 105.29 129.6 105.73 129.6L105.79 133.6C105.7 133.6 96.9204 133.85 91.6304 140.48C87.4704 145.69 86.4404 153.48 88.5504 163.64L84.6304 164.46L84.6404 164.45Z" fill="#0B3EE3"/><path fill-rule="evenodd" clip-rule="evenodd" d="M112.007 181.948C114.764 182.101 116.875 184.46 116.722 187.217L114.832 221.297C114.679 224.054 112.32 226.165 109.563 226.012C106.806 225.859 104.695 223.5 104.848 220.743L106.738 186.663C106.891 183.906 109.25 181.795 112.007 181.948Z" fill="#AAEEEF"/><path d="M115.88 20.39L36.8597 47.93C29.4197 50.52 28.9497 60.88 36.1297 64.13L113.63 99.25L115.88 20.39Z" fill="#AAEEEF"/><path d="M43.0098 54.52C42.3898 54.52 41.8098 54.13 41.5898 53.52C41.3198 52.74 41.7298 51.88 42.5098 51.61L110.06 28C110.84 27.73 111.7 28.14 111.97 28.92C112.24 29.7 111.83 30.56 111.05 30.83L43.5098 54.44C43.3498 54.5 43.1798 54.52 43.0198 54.52H43.0098Z" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_62464"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_62464"><rect width="211.58" height="213.02" fill="white" transform="translate(31 13)"/></clipPath></defs></svg>
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
<svg fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
2
|
-
<path
|
|
3
|
-
d="m157.94 57.81-17.59 39.34 3.97 1.41 4.64 2.64 4.51 4.28.98 3.87-3.25 3.66-4.02.95 3.48 1.1 1.81 2.97-.43 2.95-2.57 2.02s.02 1.16.02 1.47c0 .31 1.8 3.07 1.8 3.07l.39 7.54-1.75 3.51-3.39 1.72-6.25.29-5.61-1.16-5.94-3.28-7.16 14.2 11.05 47.22 40.45-28.46 21.97-60.04-2.02-1.02-10.67-3.09-11.15-1.75-8.32-6.44-.72-6.05 4.35-8.4 8.35-4.07 14.95.04 11.61 5.22 2.46-5.91c5.46-13.11-1.08-28.14-14.4-33.07-12.36-4.58-26.16 1.21-31.54 13.25l-.01.02Zm-12.3 126.05c-5.49-8.64-14.73-5.51-14.73-5.51l-5.2-24.61c20.14-6.53 42.14 13.82 42.14 13.82l-22.21 16.3Z"
|
|
4
|
-
fill="#AAEEEF"
|
|
5
|
-
/>
|
|
6
|
-
<path
|
|
7
|
-
d="M168.65 159.17c-.19 0-.38-.04-.57-.11-.78-.31-1.15-1.2-.84-1.98l20.65-51.1c.31-.78 1.2-1.15 1.98-.84.78.31 1.15 1.2.84 1.98l-20.65 51.1c-.24.59-.81.95-1.41.95ZM196.19 82.71c-.21 0-.42-.04-.63-.14-.76-.35-1.1-1.25-.75-2.01.02-.06 2.5-5.6 2.62-12.14.15-8.49-3.61-14.65-11.18-18.31-.75-.36-1.07-1.27-.71-2.03.36-.76 1.27-1.07 2.03-.71 20.82 10.06 10.11 34.2 10 34.44-.25.56-.81.89-1.38.89v.01Z"
|
|
8
|
-
fill="#00C5CA"
|
|
9
|
-
/>
|
|
10
|
-
<path
|
|
11
|
-
d="M144.48 116.46c-8.31 0-18.13-4.6-23.24-11.36-4.04-5.35-4.6-11.3-1.57-16.75 2.32-4.17 5.6-6.86 9.76-7.98 8.69-2.35 18 3.08 18.4 3.31l-2.06 3.48c-.08-.05-8.26-4.8-15.29-2.88-3.1.84-5.47 2.82-7.26 6.04-2.83 5.09-.87 9.52 1.26 12.35 5.1 6.74 16.07 11.12 23.47 9.38 1.99-.47 4.33-1.44 4.18-3.44-.27-3.62-7.49-9.63-17.75-10.46l.33-4.04c10.93.88 20.96 7.51 21.46 14.19.13 1.76-.31 6.04-7.29 7.68-1.39.33-2.86.48-4.39.48h-.01Z"
|
|
12
|
-
fill="#0B3EE3"
|
|
13
|
-
/>
|
|
14
|
-
<path
|
|
15
|
-
d="M138.02 128.25c-5.25 0-11.98-1.75-18.62-8.39-5.93-5.93-8.32-11.08-7.09-15.3 1.48-5.09 7.53-6.49 7.78-6.54l.89 3.95s-3.99.95-4.79 3.74c-.75 2.62 1.4 6.63 6.06 11.29 5.43 5.43 11.44 7.82 17.88 7.1 5.81-.65 9.72-3.61 10.44-4.5.08-.57-.05-1.43-.54-2.2-.33-.52-.95-1.19-2.02-1.4l.78-3.97c1.94.38 3.59 1.52 4.66 3.2 1.08 1.7 1.46 3.76 1.01 5.53-.56 2.24-5.18 5.27-10.08 6.63-1.66.46-3.84.86-6.37.87l.01-.01Z"
|
|
16
|
-
fill="#0B3EE3"
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
d="M142.72 142.75c-.83 0-1.7-.04-2.61-.12-21.16-1.92-21.31-23.99-21.3-24.22h4.05c0 .77.19 18.6 17.62 20.18 3.14.28 7.19.15 8.63-2.15 2.01-3.2-1.07-9.8-2.31-11.87l3.47-2.08c.62 1.03 5.94 10.24 2.26 16.1-1.73 2.76-5.03 4.15-9.81 4.15v.01ZM235.72 159.91c-24.43 0-54.21-11.76-55.54-12.29l1.5-3.76c.34.13 33.93 13.39 58.12 11.88l.25 4.04c-1.42.09-2.86.13-4.32.13h-.01ZM196.48 116.11l-3.94-.93c.01-.06.41-2.12-1.24-4.31-1.6-2.14-5.49-4.85-14.92-5.63-8.59-.71-14.03-3.11-16.15-7.13-2.02-3.82-.24-7.57.11-8.25 9.27-20.23 30.13-12.4 30.34-12.32 25.05 10.56 48.09 8.75 48.33 8.73l.34 4.03c-.98.08-24.27 1.91-50.19-9.01-.66-.25-17.51-6.49-25.17 10.31-.03.05-.05.11-.08.16-.04.08-1.25 2.34-.09 4.49 1.42 2.62 5.99 4.38 12.89 4.95 8.88.73 14.91 3.21 17.93 7.37 2.7 3.72 1.87 7.38 1.83 7.54h.01Z"
|
|
20
|
-
fill="#0B3EE3"
|
|
21
|
-
/>
|
|
22
|
-
</svg>
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_62530)"><g clip-path="url(#clip1_11084_62530)"><path d="M86.9401 57.81L69.3501 97.15L73.3201 98.56L77.9601 101.2L82.4701 105.48L83.4501 109.35L80.2001 113.01L76.1801 113.96L79.6601 115.06L81.4701 118.03L81.0401 120.98L78.4701 123C78.4701 123 78.4901 124.16 78.4901 124.47C78.4901 124.78 80.2901 127.54 80.2901 127.54L80.6801 135.08L78.9301 138.59L75.5401 140.31L69.2901 140.6L63.6801 139.44L57.7401 136.16L50.5801 150.36L61.6301 197.58L102.08 169.12L124.05 109.08L122.03 108.06L111.36 104.97L100.21 103.22L91.8901 96.78L91.1701 90.73L95.5201 82.33L103.87 78.26L118.82 78.3L130.43 83.52L132.89 77.61C138.35 64.5 131.81 49.47 118.49 44.54C106.13 39.96 92.3301 45.75 86.9501 57.79L86.9401 57.81ZM74.6401 183.86C69.1501 175.22 59.9101 178.35 59.9101 178.35L54.7101 153.74C74.8501 147.21 96.8501 167.56 96.8501 167.56L74.6401 183.86Z" fill="#AAEEEF"/><path d="M97.6503 159.17C97.4603 159.17 97.2703 159.13 97.0803 159.06C96.3003 158.75 95.9303 157.86 96.2403 157.08L116.89 105.98C117.2 105.2 118.09 104.83 118.87 105.14C119.65 105.45 120.02 106.34 119.71 107.12L99.0603 158.22C98.8203 158.81 98.2503 159.17 97.6503 159.17Z" fill="#00C5CA"/><path d="M125.19 82.71C124.98 82.71 124.77 82.67 124.56 82.57C123.8 82.22 123.46 81.32 123.81 80.56C123.83 80.5 126.31 74.96 126.43 68.42C126.58 59.93 122.82 53.77 115.25 50.11C114.5 49.74 114.18 48.84 114.54 48.08C114.9 47.32 115.81 47.01 116.57 47.37C137.39 57.43 126.68 81.57 126.57 81.81C126.32 82.37 125.76 82.7 125.19 82.7V82.71Z" fill="#00C5CA"/><path d="M73.4795 116.46C65.1695 116.46 55.3495 111.86 50.2395 105.1C46.1995 99.75 45.6395 93.8 48.6695 88.35C50.9895 84.18 54.2695 81.49 58.4295 80.37C67.1095 78.02 76.4295 83.45 76.8295 83.68L74.7695 87.17C74.6895 87.12 66.4995 82.38 59.4795 84.29C56.3795 85.13 54.0095 87.11 52.2195 90.33C49.3895 95.42 51.3495 99.85 53.4795 102.68C58.5795 109.42 69.5495 113.79 76.9495 112.06C78.9395 111.59 81.2795 110.61 81.1295 108.62C80.8595 105 73.6395 98.99 63.3795 98.16L63.7095 94.12C74.6395 95 84.6595 101.63 85.1695 108.31C85.2995 110.07 84.8595 114.35 77.8795 115.99C76.4895 116.32 75.0195 116.47 73.4895 116.47L73.4795 116.46Z" fill="#0B3EE3"/><path d="M67.0203 128.25C61.7703 128.25 55.0403 126.5 48.4003 119.86C42.4703 113.92 40.0903 108.78 41.3103 104.56C42.7903 99.47 48.8403 98.07 49.0903 98.02L49.9703 101.97L49.5303 99.99L49.9803 101.96C49.9803 101.96 45.9903 102.91 45.1903 105.7C44.4403 108.32 46.5903 112.33 51.2503 116.99C56.6803 122.42 62.6903 124.81 69.1303 124.09C74.9403 123.44 78.8503 120.48 79.5703 119.59C79.6503 119.02 79.5203 118.16 79.0303 117.39C78.7003 116.87 78.0803 116.21 77.0103 115.99L77.7903 112.02C79.7303 112.4 81.3803 113.54 82.4503 115.22C83.5303 116.92 83.9103 118.98 83.4603 120.75C82.9003 122.99 78.2803 126.02 73.3703 127.38C71.7103 127.84 69.5303 128.24 67.0103 128.24L67.0203 128.25Z" fill="#0B3EE3"/><path d="M71.7196 142.75C70.8896 142.75 70.0196 142.71 69.1096 142.63C47.9496 140.71 47.8096 118.64 47.8096 118.41L51.8596 118.43C51.8596 119.19 52.0496 137.01 69.4796 138.6C72.6196 138.89 76.6696 138.75 78.1096 136.45C80.1096 133.26 77.0396 126.65 75.8096 124.58L79.2796 122.5C79.8996 123.53 85.2196 132.74 81.5396 138.6C79.8096 141.36 76.5096 142.75 71.7296 142.75H71.7196Z" fill="#0B3EE3"/><path d="M169.54 153.82C133.13 153.82 109.77 147.8 109.41 147.7L110.45 143.79C111 143.94 166.62 158.24 240.22 142.13L241.09 146.09C214.34 151.94 189.9 153.83 169.55 153.83L169.54 153.82Z" fill="#0B3EE3"/><path d="M125.48 116.11L121.54 115.18C121.55 115.12 121.95 113.06 120.3 110.87C118.7 108.73 114.81 106.02 105.38 105.24C96.79 104.53 91.35 102.13 89.23 98.11C87.21 94.29 88.99 90.54 89.34 89.86C98.3 70.33 118.07 76.96 119.59 77.51C173.3 93.95 239.8 76.2 240.46 76.01L241.52 79.92C240.84 80.1 173.21 98.18 118.35 81.37C118.3 81.36 118.26 81.34 118.21 81.32C117.5 81.05 100.65 74.81 92.99 91.6C92.96 91.65 92.94 91.71 92.91 91.76C92.87 91.84 91.66 94.1 92.82 96.25C94.24 98.87 98.81 100.63 105.71 101.2C114.59 101.93 120.62 104.41 123.64 108.57C126.34 112.29 125.51 115.95 125.47 116.11H125.48Z" fill="#0B3EE3"/></g></g><defs><clipPath id="clip0_11084_62530"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_62530"><rect width="200.53" height="154.61" fill="white" transform="translate(41 43)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_65188)"><g clip-path="url(#clip1_11084_65188)"><path d="M92.2997 134.67H113.27V114.4L125.69 89.25C134.4 71.61 128.19 49.6 110.75 40.51C105.23 37.63 98.9597 36 92.2997 36C85.6397 36 79.3697 37.63 73.8497 40.5C56.4097 49.6 50.1997 71.61 58.9097 89.25L71.3297 114.4V134.67H92.2997Z" fill="#AAEEEF"/><path d="M112.35 152.98H72.2502C69.6002 152.98 67.4502 150.83 67.4502 148.18C67.4502 145.53 69.6002 143.38 72.2502 143.38H112.35C115 143.38 117.15 145.53 117.15 148.18C117.15 150.83 115 152.98 112.35 152.98Z" fill="#AAEEEF"/><path d="M108.19 158.24C107.6 157.98 106.94 157.83 106.25 157.83H78.3498C75.6998 157.83 73.5498 159.98 73.5498 162.63C73.5498 165.28 75.6998 167.43 78.3498 167.43H103.72L108.18 158.25L108.19 158.24Z" fill="#AAEEEF"/><path d="M241.49 203.91C240.37 203.79 213.59 200.68 181.83 182.79C170.05 176.15 162.33 165.03 161.2 153.02C160.44 144.97 162.62 139.32 167.7 136.23C175.43 131.53 185.01 132.16 191.02 137.76C196.05 142.45 196.95 149.31 193.43 156.1L189.88 154.26C192.57 149.08 191.99 144.13 188.3 140.68C184.34 136.98 176.71 135.43 169.79 139.64C166.13 141.87 164.59 146.24 165.19 152.63C166.2 163.33 173.16 173.29 183.81 179.29C214.81 196.75 241.68 199.89 241.95 199.92L241.51 203.9L241.49 203.91Z" fill="#0B3EE3"/><path d="M186.601 167.44C183.341 167.44 179.161 166.35 174.401 162.59L176.881 159.45C181.171 162.84 185.251 164.09 189.031 163.15C190.341 162.82 191.331 161.87 191.741 160.52C192.191 159.05 191.841 157.44 190.831 156.3C184.911 149.67 179.661 146.73 175.611 147.79C170.191 149.22 167.231 157.75 166.551 160.92L162.641 160.08C162.761 159.52 165.681 146.28 174.581 143.92C180.251 142.42 186.721 145.68 193.811 153.63C195.751 155.8 196.421 158.89 195.561 161.69C194.741 164.36 192.651 166.36 189.991 167.02C189.021 167.26 187.881 167.43 186.601 167.43V167.44Z" fill="#0B3EE3"/><path d="M241.15 150.1C220.09 143.97 208.11 139.63 208 139.59C207 139.23 206.46 138.14 206.77 137.13C209.48 128.27 207.44 118.98 205.98 114.23C205.46 112.55 203.79 111.46 202.01 111.64C200.61 111.79 199.42 112.67 198.91 113.95C196.7 119.51 193.57 130.53 193.54 130.64C193.28 131.55 192.42 132.16 191.46 132.09C187.17 131.77 169.58 123.44 155.57 116.52C153.29 115.39 150.75 114.98 148.22 115.34C145.94 115.67 144.18 117.49 143.94 119.78C143.78 121.25 144.27 122.7 145.27 123.76C151.08 129.87 166.55 138.81 166.7 138.9L164.7 142.37C164.04 141.99 148.58 133.04 142.37 126.52C140.56 124.61 139.68 122.01 139.96 119.36C140.4 115.25 143.56 111.97 147.65 111.38C150.97 110.9 154.32 111.44 157.33 112.93C173.46 120.91 185.55 126.35 190.19 127.75C191.19 124.33 193.42 116.89 195.17 112.47C196.23 109.8 198.68 107.96 201.57 107.66C205.25 107.28 208.7 109.55 209.77 113.05C211.26 117.91 213.31 127.16 211.06 136.44C215.07 137.84 225.89 141.5 242.23 146.26L241.11 150.1H241.15Z" fill="#0B3EE3"/><path d="M106.93 131.15C106.1 131.15 105.43 130.48 105.43 129.65V108.94C105.43 108.62 105.53 108.3 105.73 108.05C124.72 82.46 121.25 67.31 121.22 67.16C113.64 39.67 87.9402 44.1 86.8502 44.3C86.0402 44.45 85.2502 43.91 85.1002 43.1C84.9502 42.29 85.4902 41.5 86.3002 41.35C86.5902 41.3 115.81 36.26 124.11 66.4C124.28 67.1 127.92 82.96 108.42 109.44V129.66C108.42 130.49 107.75 131.16 106.92 131.16L106.93 131.15Z" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_65188"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_65188"><rect width="187.27" height="167.91" fill="white" transform="translate(55 36)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_62326)"><g clip-path="url(#clip1_11084_62326)"><path d="M173.77 150.53L166.99 145.38L161.74 137.24L157.34 134.7L154.91 131L155.32 125.24L156.61 121.09L145.84 129.86L133.77 135.31L126.94 136.19L124.33 131.74L127.92 124.64L138.76 115.65L152.02 107.62L149.45 100.99L152.55 93.97L166.89 91.35H177.33V38.46C177.33 35.44 174.89 33 171.87 33H58.46C55.44 33 53 35.44 53 38.46V201C53 204.02 55.44 206.46 58.46 206.46H171.88C174.9 206.46 177.34 204.02 177.34 201V150.53H173.78H173.77Z" fill="#AAEEEF"/><path d="M115.17 98.1C103.37 98.1 93.7695 88.5 93.7695 76.7C93.7695 64.9 103.37 55.3 115.17 55.3C126.97 55.3 136.57 64.9 136.57 76.7C136.57 88.5 126.97 98.1 115.17 98.1ZM115.17 58.31C105.03 58.31 96.7695 66.56 96.7695 76.71C96.7695 86.86 105.02 95.11 115.17 95.11C125.32 95.11 133.57 86.86 133.57 76.71C133.57 66.56 125.32 58.31 115.17 58.31Z" fill="#00C5CA"/><path d="M84.9199 128.34C84.0899 128.34 83.4199 127.67 83.4199 126.84C83.4199 109.34 97.6599 95.09 115.17 95.09C126.7 95.09 136.52 100.53 142.1 110.03C142.52 110.74 142.28 111.66 141.57 112.08C140.86 112.5 139.94 112.26 139.52 111.55C134.5 103 125.62 98.09 115.18 98.09C99.3299 98.09 86.4299 110.99 86.4299 126.84C86.4299 127.67 85.7599 128.34 84.9299 128.34H84.9199Z" fill="#00C5CA"/><path d="M157.35 156.14H74.9095C73.9995 156.14 73.2695 155.41 73.2695 154.5C73.2695 153.59 73.9995 152.86 74.9095 152.86H157.35C158.26 152.86 158.99 153.59 158.99 154.5C158.99 155.41 158.26 156.14 157.35 156.14Z" fill="#00C5CA"/><path d="M157.35 168.57H74.9095C73.9995 168.57 73.2695 167.84 73.2695 166.93C73.2695 166.02 73.9995 165.29 74.9095 165.29H157.35C158.26 165.29 158.99 166.02 158.99 166.93C158.99 167.84 158.26 168.57 157.35 168.57Z" fill="#00C5CA"/><path d="M129.49 138.5C127 138.5 124.68 137.26 123.3 135.08C121.61 132.42 121.76 129.07 123.7 126.56C135.2 111.63 165.79 98.89 167.09 98.36L167.36 98.27C209.7 87.54 241.01 71.99 241.32 71.84L243.11 75.42C242.8 75.58 211.17 91.28 168.48 102.11C166.3 103.03 137.35 115.39 126.86 129C125.77 130.41 126.05 131.96 126.67 132.93C127.28 133.9 128.56 134.79 130.28 134.41C139.26 132.41 152.28 126.45 163.3 109.46L166.66 111.63C154.91 129.76 140.87 136.14 131.16 138.31C130.6 138.43 130.05 138.49 129.5 138.49L129.49 138.5Z" fill="#0B3EE3"/><path d="M159.71 137.6C156.83 137.03 154.72 135.61 153.46 133.38C150.89 128.86 153.02 122.7 153.12 122.44L156.89 123.78L155.01 123.11L156.9 123.77C156.44 125.07 155.57 128.98 156.96 131.41C157.64 132.59 158.8 133.33 160.51 133.67L159.73 137.59L159.71 137.6Z" fill="#0B3EE3"/><path d="M177.63 153.56C173.38 153.56 168.39 151.53 163.74 146.67C160.07 142.84 158.58 138.84 159.3 134.76C160.77 126.48 171.09 121.34 171.53 121.13L173.29 124.72C173.2 124.76 164.35 129.19 163.24 135.47C162.76 138.21 163.9 141.05 166.63 143.9C172.65 150.18 179.2 150.69 182.31 147.97C184.86 145.74 184.5 141.77 181.39 137.87L184.52 135.38C189.71 141.88 188.47 147.9 184.94 150.99C183.07 152.63 180.52 153.57 177.63 153.57V153.56Z" fill="#0B3EE3"/><path d="M175.519 138.75C175.239 138.75 175.059 138.75 174.979 138.75L175.029 134.75C175.409 134.76 212.839 135.03 241.249 119.13L243.199 122.62C215.399 138.18 180.479 138.75 175.519 138.75Z" fill="#0B3EE3"/><path d="M152.75 108.24C152.1 107.78 146.43 103.62 146.73 98.7C146.88 96.2 148.45 94.13 151.4 92.54C160.83 87.45 191.37 90.69 192.67 90.83L192.24 94.81C183.76 93.89 160.22 92.33 153.3 96.06C151.66 96.95 150.79 97.92 150.73 98.94C150.59 101.25 153.9 104.15 155.07 104.98L152.76 108.24H152.75Z" fill="#0B3EE3"/></g></g><defs><clipPath id="clip0_11084_62326"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_62326"><rect width="190.2" height="173.45" fill="white" transform="translate(53 33)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_62580)"><g clip-path="url(#clip1_11084_62580)"><path d="M157.44 75.65C140.83 75.65 127.36 62.18 127.36 45.57C127.36 43.47 127.58 41.43 127.98 39.45H55.59C50.29 39.44 46 43.73 46 49.03V196.37C46 201.66 50.29 205.96 55.59 205.96H149.52C154.81 205.96 159.11 201.67 159.11 196.37V162.74L157.23 161.79L152.61 155.88L153.33 151.24L151.02 148.15C151.02 148.15 147.09 142.3 147.2 141.85C147.31 141.41 148.76 135.41 148.76 135.41L145.21 131.16L135.82 130.06L126.54 125.18L124.38 118.66C124.38 118.66 130 115.88 130.96 115.81C131.92 115.74 144.1 115.09 144.1 115.09L159.11 115.71V75.61C158.56 75.64 158.01 75.66 157.45 75.66L157.44 75.65Z" fill="#AAEEEF"/><path d="M101.69 107.37C91.1002 107.37 82.4902 98.76 82.4902 88.17C82.4902 77.58 91.1002 68.97 101.69 68.97C112.28 68.97 120.89 77.58 120.89 88.17C120.89 98.76 112.28 107.37 101.69 107.37ZM101.69 71.66C92.5902 71.66 85.1802 79.07 85.1802 88.17C85.1802 97.27 92.5902 104.68 101.69 104.68C110.79 104.68 118.2 97.27 118.2 88.17C118.2 79.07 110.79 71.66 101.69 71.66Z" fill="#00C5CA"/><path d="M74.5502 134.51C73.8102 134.51 73.2002 133.91 73.2002 133.16C73.2002 117.45 85.9802 104.67 101.69 104.67C112.04 104.67 120.85 109.56 125.86 118.08C126.24 118.72 126.02 119.55 125.38 119.92C124.74 120.3 123.91 120.08 123.54 119.44C119.03 111.76 111.07 107.36 101.7 107.36C87.4702 107.36 75.9002 118.93 75.9002 133.16C75.9002 133.9 75.3002 134.51 74.5502 134.51Z" fill="#00C5CA"/><path d="M139.55 159.46H65.5598C64.7498 159.46 64.0898 158.8 64.0898 157.99C64.0898 157.18 64.7498 156.52 65.5598 156.52H139.55C140.36 156.52 141.02 157.18 141.02 157.99C141.02 158.8 140.36 159.46 139.55 159.46Z" fill="#00C5CA"/><path d="M139.55 170.61H65.5598C64.7498 170.61 64.0898 169.95 64.0898 169.14C64.0898 168.33 64.7498 167.67 65.5598 167.67H139.55C140.36 167.67 141.02 168.33 141.02 169.14C141.02 169.95 140.36 170.61 139.55 170.61Z" fill="#00C5CA"/><path d="M169.69 154.12H169.6C155.83 154.04 147.93 151.27 145.45 145.64C143.67 141.6 145.35 137.26 147.06 134.34C131.66 134.29 123.04 128.53 122.41 122.38C122.07 119.08 124.28 114.83 131.62 113.74C143.11 112.04 166.12 114.02 175.62 114.97C171.73 107.34 169.58 93.89 172.59 87.01C174 83.8 176.48 82.03 179.6 82.03C187.43 82.03 194.53 98.74 199.1 112.75C199.64 114.41 200.77 115.77 202.29 116.6C207.05 119.19 221.13 120.84 241.85 118.69L242.26 122.67C223.29 124.64 206.85 123.64 200.37 120.11C197.95 118.79 196.15 116.62 195.29 113.99C189.83 97.27 183.51 86.03 179.59 86.02C178.64 86.02 177.26 86.29 176.25 88.6C173.25 95.44 176.66 111.26 181.07 116.03C181.64 116.64 181.76 117.55 181.38 118.29C181 119.04 180.19 119.46 179.37 119.37C179.04 119.33 146.07 115.62 132.2 117.68C128.45 118.23 126.17 119.91 126.38 121.95C126.78 125.83 134.86 131.14 150.89 130.21C151.69 130.16 152.46 130.61 152.81 131.34C153.16 132.07 153.04 132.94 152.49 133.54C151 135.21 147.48 140.34 149.11 144C150.82 147.86 158.11 150.02 169.63 150.08C169.66 150.08 169.7 150.08 169.73 150.08C173.07 150.08 178.79 149.16 180.35 147.69C181.44 146.66 182.05 144.77 180.51 142.57C179.11 140.57 178.66 140.58 175.7 140.68C175.35 140.69 174.98 140.71 174.58 140.72L174.48 136.72C174.86 136.72 175.22 136.7 175.56 136.69C178.8 136.57 181.14 136.49 183.79 140.28C186.6 144.3 185.47 148.36 183.11 150.6C180.1 153.46 172.33 154.08 169.71 154.08L169.69 154.12Z" fill="#0B3EE3"/><path d="M172.65 168.29C168.54 168.29 165.04 167.76 163.9 167.37C156.99 165 152.88 161.65 151.67 157.41C150.23 152.32 153.64 148.09 153.78 147.91L156.88 150.44C156.88 150.44 154.64 153.28 155.53 156.35C156.36 159.2 159.7 161.71 165.2 163.59C166.66 164.09 175.88 165.14 181.93 162.99C183.68 162.37 184.96 160.93 185.34 159.14C185.72 157.36 185.19 155.61 183.86 154.34C182.86 153.38 181.38 152.26 179.88 152.38L179.55 148.39C181.93 148.19 184.31 149.22 186.63 151.45C188.94 153.67 189.92 156.86 189.24 159.98C188.56 163.14 186.32 165.67 183.26 166.76C179.99 167.92 176.1 168.3 172.64 168.3L172.65 168.29Z" fill="#0B3EE3"/><path d="M214.28 170.42C194.09 170.42 183.28 166.71 182.66 166.49L183.99 162.72L183.32 164.61L183.98 162.72C184.18 162.79 204.66 169.76 241.77 164.31L242.35 168.27C231.58 169.85 222.2 170.42 214.27 170.42H214.28Z" fill="#0B3EE3"/><path d="M152.19 134.25C151.41 134.25 150.99 134.23 150.92 134.23L151.09 130.23C151.17 130.23 159.25 130.53 176.63 128.07L177.19 132.03C163.13 134.02 155.11 134.25 152.19 134.25Z" fill="#0B3EE3"/><path d="M149.89 65.44C149.08 65.44 148.42 64.78 148.42 63.97V35.47C148.42 34.66 149.08 34 149.89 34C150.7 34 151.36 34.66 151.36 35.47V63.97C151.36 64.78 150.7 65.44 149.89 65.44Z" fill="#00C5CA"/><path d="M164.14 51.19H135.64C134.83 51.19 134.17 50.53 134.17 49.72C134.17 48.91 134.83 48.25 135.64 48.25H164.14C164.95 48.25 165.61 48.91 165.61 49.72C165.61 50.53 164.95 51.19 164.14 51.19Z" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_62580"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_62580"><rect width="196.36" height="171.95" fill="white" transform="translate(46 34)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_65514)"><g clip-path="url(#clip1_11084_65514)"><path d="M198.06 119.75L198.89 126.26L196.56 131.24L192.25 133.5L183.14 132.23L176.33 125.74L174.41 118.15C174.41 118.15 169.22 115.94 168.85 115.97C168.48 116.01 167.51 111.35 167.51 111.35C167.51 111.35 167.33 105.88 167.07 105.62C166.81 105.36 161.15 110.35 161.15 110.35L151.83 116.48L141.98 119.3L137.51 115.88L137.66 111.07L143.13 105L154.24 96.62L165.73 89.37L162.7 84.89L162.04 81.66H92.0805C92.0805 94.01 82.0705 104.03 69.7105 104.03C65.8205 104.03 62.1705 103.04 58.9805 101.29V178.55C58.9805 182.98 62.5705 186.58 67.0105 186.58H208.15C212.58 186.58 216.18 182.99 216.18 178.55V118.82L198.06 119.75Z" fill="#AAEEEF"/><path d="M69.0998 90.38C68.6998 90.38 68.3098 90.22 68.0298 89.93L49.4298 70.95C48.8498 70.36 48.8598 69.41 49.4498 68.83C50.0398 68.25 50.9898 68.26 51.5698 68.85L69.0698 86.7L100.02 53.48C100.59 52.87 101.53 52.84 102.14 53.4C102.75 53.96 102.78 54.91 102.22 55.52L70.1998 89.9C69.9198 90.2 69.5298 90.37 69.1198 90.38H69.0998Z" fill="#00C5CA"/><path d="M104.41 147.86C96.0502 147.86 89.2402 141.06 89.2402 132.69C89.2402 124.32 96.0402 117.52 104.41 117.52C112.78 117.52 119.58 124.32 119.58 132.69C119.58 141.06 112.78 147.86 104.41 147.86ZM104.41 120.53C97.7002 120.53 92.2402 125.99 92.2402 132.7C92.2402 139.41 97.7002 144.87 104.41 144.87C111.12 144.87 116.58 139.41 116.58 132.7C116.58 125.99 111.12 120.53 104.41 120.53Z" fill="#00C5CA"/><path d="M124.25 167.79C123.42 167.79 122.75 167.12 122.75 166.29C122.75 156.18 114.52 147.95 104.41 147.95C94.3003 147.95 86.0703 156.18 86.0703 166.29C86.0703 167.12 85.4003 167.79 84.5703 167.79C83.7403 167.79 83.0703 167.12 83.0703 166.29C83.0703 154.52 92.6403 144.95 104.41 144.95C116.18 144.95 125.75 154.52 125.75 166.29C125.75 167.12 125.08 167.79 124.25 167.79Z" fill="#00C5CA"/><path d="M175.44 126.27H132.91C132.08 126.27 131.41 125.6 131.41 124.77C131.41 123.94 132.08 123.27 132.91 123.27H175.44C176.27 123.27 176.94 123.94 176.94 124.77C176.94 125.6 176.27 126.27 175.44 126.27Z" fill="#00C5CA"/><path d="M181.63 138.29H132.92C132.09 138.29 131.42 137.62 131.42 136.79C131.42 135.96 132.09 135.29 132.92 135.29H181.63C182.46 135.29 183.13 135.96 183.13 136.79C183.13 137.62 182.46 138.29 181.63 138.29Z" fill="#00C5CA"/><path d="M142.39 121.02C139.9 121.02 137.58 119.78 136.2 117.6C134.5 114.94 134.66 111.59 136.6 109.08C148.1 94.15 178.69 81.41 179.99 80.88L180.26 80.79C222.46 70.09 241.85 59.21 242.04 59.1L244.02 62.57C243.23 63.02 224.1 73.79 181.38 84.63C179.2 85.55 150.25 97.91 139.76 111.52C138.67 112.93 138.95 114.48 139.57 115.45C140.19 116.42 141.46 117.31 143.18 116.93C152.16 114.93 165.18 108.98 176.2 91.98L179.56 94.15C167.81 112.28 153.77 118.67 144.06 120.83C143.5 120.95 142.95 121.01 142.4 121.01L142.39 121.02Z" fill="#0B3EE3"/><path d="M172.6 120.11C169.72 119.54 167.61 118.12 166.35 115.89C163.78 111.37 165.91 105.21 166.01 104.95L169.78 106.29L167.9 105.62L169.79 106.28C169.33 107.58 168.46 111.49 169.85 113.92C170.52 115.1 171.68 115.84 173.4 116.18L172.62 120.1L172.6 120.11Z" fill="#0B3EE3"/><path d="M190.521 136.08C186.271 136.08 181.291 134.05 176.631 129.19C172.961 125.36 171.471 121.36 172.191 117.28C173.661 109 183.981 103.86 184.421 103.65L186.181 107.24C186.091 107.28 177.241 111.71 176.131 117.99C175.651 120.73 176.791 123.57 179.521 126.42C185.541 132.7 192.091 133.21 195.201 130.49C197.751 128.26 197.401 124.29 194.281 120.39L197.411 117.9C202.601 124.4 201.361 130.42 197.831 133.51C195.961 135.14 193.411 136.09 190.521 136.09V136.08Z" fill="#0B3EE3"/><path d="M198.18 121.76C192.14 121.76 188.18 121.31 187.66 121.25L188.13 117.28C188.55 117.33 230.7 122.02 257.11 98.74L259.75 101.74C240.05 119.11 212.92 121.76 198.17 121.76H198.18Z" fill="#0B3EE3"/><path d="M165.651 90.76C165.001 90.3 159.331 86.14 159.631 81.22C159.781 78.72 161.351 76.65 164.301 75.06C173.731 69.98 204.281 73.21 205.571 73.35L205.141 77.33C196.661 76.41 173.121 74.85 166.201 78.58C164.551 79.47 163.691 80.44 163.621 81.46C163.491 83.61 166.491 86.45 167.961 87.49L165.651 90.76Z" fill="#0B3EE3"/></g></g><defs><clipPath id="clip0_11084_65514"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_65514"><rect width="210.76" height="133.58" fill="white" transform="translate(49 53)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_62631)"><g clip-path="url(#clip1_11084_62631)"><path d="M157.67 65.62C155.7 65.62 153.74 65.22 151.88 64.41C148.32 62.86 145.57 60.02 144.15 56.41C141.21 48.95 144.89 40.49 152.35 37.55C158.86 34.99 166.28 37.42 169.99 43.34C170.42 44.03 170.21 44.94 169.52 45.37C168.83 45.8 167.92 45.59 167.49 44.9C164.53 40.18 158.61 38.24 153.42 40.29C147.47 42.63 144.54 49.38 146.88 55.33C148.02 58.21 150.21 60.48 153.05 61.71C155.89 62.94 159.04 63 161.92 61.86C162.68 61.56 163.53 61.93 163.83 62.69C164.13 63.45 163.76 64.3 163 64.6C161.27 65.28 159.47 65.62 157.67 65.62Z" fill="#00C5CA"/><path d="M168.04 45.83C167.96 45.83 167.88 45.83 167.8 45.82L157.51 44.78C156.7 44.7 156.11 43.98 156.19 43.17C156.27 42.36 157 41.77 157.8 41.85L167.61 42.84L168.18 33.38C168.23 32.57 168.92 31.95 169.74 32C170.55 32.05 171.17 32.75 171.12 33.56L170.52 43.5C170.48 44.17 170.16 44.8 169.65 45.24C169.2 45.62 168.62 45.83 168.04 45.83Z" fill="#00C5CA"/><path d="M160.44 76.81C143.83 76.81 130.36 63.34 130.36 46.73C130.36 44.63 130.58 42.59 130.98 40.61H58.59C53.29 40.6 49 44.89 49 50.19V197.53C49 202.82 53.29 207.12 58.59 207.12H152.52C157.81 207.12 162.11 202.83 162.11 197.53V163.9L160.23 162.95L155.61 157.04L156.33 152.4L154.02 149.31C154.02 149.31 150.09 143.46 150.2 143.01C150.31 142.57 151.76 136.57 151.76 136.57L148.21 132.32L138.82 131.22L129.54 126.34L127.38 119.82C127.38 119.82 133 117.04 133.96 116.97C134.92 116.9 147.1 116.25 147.1 116.25L162.11 116.87V76.77C161.56 76.8 161.01 76.82 160.45 76.82L160.44 76.81Z" fill="#AAEEEF"/><path d="M104.69 108.53C94.1002 108.53 85.4902 99.92 85.4902 89.33C85.4902 78.74 94.1002 70.13 104.69 70.13C115.28 70.13 123.89 78.74 123.89 89.33C123.89 99.92 115.28 108.53 104.69 108.53ZM104.69 72.82C95.5902 72.82 88.1802 80.23 88.1802 89.33C88.1802 98.43 95.5902 105.84 104.69 105.84C113.79 105.84 121.2 98.43 121.2 89.33C121.2 80.23 113.79 72.82 104.69 72.82Z" fill="#00C5CA"/><path d="M77.5502 135.67C76.8102 135.67 76.2002 135.07 76.2002 134.32C76.2002 118.61 88.9802 105.83 104.69 105.83C115.04 105.83 123.85 110.72 128.86 119.24C129.24 119.88 129.02 120.71 128.38 121.08C127.74 121.46 126.91 121.24 126.54 120.6C122.03 112.92 114.07 108.52 104.7 108.52C90.4702 108.52 78.9002 120.09 78.9002 134.32C78.9002 135.06 78.3002 135.67 77.5502 135.67Z" fill="#00C5CA"/><path d="M142.55 160.62H68.5598C67.7498 160.62 67.0898 159.96 67.0898 159.15C67.0898 158.34 67.7498 157.68 68.5598 157.68H142.55C143.36 157.68 144.02 158.34 144.02 159.15C144.02 159.96 143.36 160.62 142.55 160.62Z" fill="#00C5CA"/><path d="M142.55 171.77H68.5598C67.7498 171.77 67.0898 171.11 67.0898 170.3C67.0898 169.49 67.7498 168.83 68.5598 168.83H142.55C143.36 168.83 144.02 169.49 144.02 170.3C144.02 171.11 143.36 171.77 142.55 171.77Z" fill="#00C5CA"/><path d="M172.69 155.28H172.6C158.83 155.2 150.93 152.43 148.45 146.8C146.67 142.76 148.35 138.42 150.06 135.5C134.66 135.45 126.04 129.69 125.41 123.54C125.07 120.24 127.28 115.99 134.62 114.9C146.12 113.2 169.12 115.18 178.62 116.13C174.73 108.5 172.58 95.05 175.59 88.17C177 84.96 179.48 83.19 182.6 83.19C190.43 83.19 197.53 99.9 202.1 113.91C202.64 115.57 203.77 116.93 205.29 117.76C211.34 121.05 224.12 125.66 241.73 119.58L243.04 123.36C223.98 129.94 210.02 124.88 203.39 121.27C200.97 119.96 199.17 117.78 198.31 115.15C192.85 98.43 186.53 87.19 182.61 87.18C181.66 87.18 180.28 87.45 179.27 89.76C176.27 96.6 179.68 112.42 184.09 117.19C184.66 117.8 184.78 118.71 184.4 119.45C184.02 120.2 183.21 120.63 182.39 120.53C182.06 120.49 149.09 116.78 135.22 118.84C131.47 119.39 129.19 121.07 129.4 123.11C129.8 126.99 137.87 132.3 153.91 131.37C154.73 131.33 155.48 131.77 155.83 132.5C156.18 133.23 156.06 134.1 155.51 134.7C154.02 136.37 150.5 141.5 152.13 145.16C153.84 149.02 161.13 151.18 172.65 151.24C172.68 151.24 172.72 151.24 172.75 151.24C176.09 151.24 181.81 150.32 183.36 148.85C184.45 147.82 185.06 145.93 183.52 143.73C182.12 141.73 181.67 141.74 178.71 141.84C178.36 141.85 177.99 141.87 177.59 141.88L177.49 137.88C177.87 137.88 178.23 137.86 178.57 137.85C181.81 137.74 184.15 137.65 186.8 141.44C189.61 145.46 188.48 149.52 186.12 151.76C183.11 154.62 175.34 155.24 172.72 155.24L172.69 155.28Z" fill="#0B3EE3"/><path d="M175.65 169.45C171.54 169.45 168.04 168.92 166.9 168.53C159.99 166.16 155.88 162.81 154.67 158.57C153.23 153.48 156.64 149.25 156.78 149.07L159.88 151.6C159.88 151.6 157.64 154.44 158.53 157.5C159.36 160.35 162.7 162.86 168.2 164.74C169.66 165.24 178.88 166.29 184.93 164.14C186.68 163.52 187.96 162.08 188.34 160.29C188.72 158.51 188.19 156.76 186.86 155.49C185.86 154.53 184.36 153.41 182.88 153.53L182.55 149.54C184.94 149.34 187.31 150.37 189.63 152.6C191.94 154.82 192.92 158.01 192.24 161.13C191.56 164.29 189.32 166.82 186.26 167.91C182.99 169.07 179.1 169.45 175.64 169.45H175.65Z" fill="#0B3EE3"/><path d="M215.95 173.69C196.88 173.69 186 167.87 185.36 167.52L187.28 164.01C187.49 164.13 209.01 175.52 244.52 165.52L245.6 169.37C234.25 172.56 224.31 173.68 215.94 173.68L215.95 173.69Z" fill="#0B3EE3"/><path d="M155.19 135.41C154.41 135.41 153.99 135.39 153.92 135.39L154.09 131.39C154.17 131.39 162.24 131.69 179.63 129.23L180.19 133.19C166.13 135.18 158.11 135.41 155.19 135.41Z" fill="#0B3EE3"/></g></g><defs><clipPath id="clip0_11084_62631"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_62631"><rect width="196.61" height="175.11" fill="white" transform="translate(49 32)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_63618)"><g clip-path="url(#clip1_11084_63618)"><path d="M158.74 102.76L154.92 109.53C154.92 109.53 151.44 116.1 150.97 116.75C150.5 117.4 146.6 122.24 146.04 122.53C145.48 122.82 140.25 123.82 140.25 123.82L137.19 121.34L133.83 117.02V110L137.17 98.4L145.92 77.83L148.42 73.58H30.69C24.23 73.58 19 78.81 19 85.27V153.36C19 160.3 24.64 165.93 31.58 165.9L49.41 165.84L94.69 165.91L138.98 194.18C142.84 196.65 147.65 192.84 146.12 188.51L138.16 165.9H149.58C156.04 165.9 161.27 160.67 161.27 154.21V106.02L158.74 102.77V102.76Z" fill="#AAEEEF"/><path d="M141.74 125.98C140.55 125.98 139.44 125.74 138.47 125.4C133.1 123.52 130.01 117.78 131.29 112.05C133.67 101.39 141.13 74.61 158.9 56.2C163.96 50.96 170.51 47.44 177.85 46.02C187.61 44.12 198.85 45.23 213.08 46.63C221.07 47.42 230.12 48.31 240.09 48.74L239.92 52.74C229.85 52.3 220.73 51.41 212.69 50.62C198.79 49.25 187.8 48.17 178.62 49.95C172.09 51.22 166.27 54.34 161.79 58.99C144.72 76.67 137.51 102.61 135.21 112.94C134.37 116.69 136.35 120.43 139.81 121.64C140.97 122.05 144.49 123.28 148.62 116.8C157.07 103.53 159.96 89.71 159.99 89.57L163.91 90.37C163.79 90.96 160.86 105.03 151.99 118.95C148.51 124.41 144.85 126 141.76 126L141.74 125.98Z" fill="#0B3EE3"/><path d="M181.09 98.88C180.51 98.88 179.9 98.81 179.27 98.66C175 97.65 170.36 93.37 165.5 85.93C162.01 80.6 159.69 75.61 159.59 75.4L163.22 73.72C165.69 79.04 173.55 93.19 180.19 94.76C181.82 95.15 182.4 94.54 182.8 93.83C184.8 90.22 182.57 79.76 177.92 75.15L180.73 72.31C186.44 77.97 189.36 90.25 186.3 95.77C185.18 97.79 183.33 98.87 181.1 98.87L181.09 98.88Z" fill="#0B3EE3"/><path d="M184.57 81.11L181.8 78.23C182.11 77.93 189.58 70.82 196.53 72.36L195.66 76.27C191.64 75.38 186.29 79.47 184.57 81.12V81.11Z" fill="#0B3EE3"/><path d="M170.17 113.96C166.34 113.96 162.3 112.33 159.65 109.54C156.99 106.75 156.11 103.22 157.16 99.61L161 100.72C160.19 103.53 161.39 105.56 162.55 106.78C164.87 109.21 168.97 110.49 172.1 109.74C176.14 108.78 177.55 99.7 177.72 96.6L181.71 96.82C181.63 98.35 180.67 111.81 173.02 113.64C172.1 113.86 171.14 113.97 170.16 113.97L170.17 113.96Z" fill="#0B3EE3"/><path d="M178.01 111.1C176.84 111.1 176.09 111.04 175.97 111.03L176.32 107.05C176.42 107.05 186.25 107.84 191.97 102.9C194.48 100.73 195.8 97.84 196.03 94.05C196.25 90.23 195.66 87.66 194.39 87C192.46 86 188.29 88.45 186.68 89.72L184.2 86.58C184.94 86 191.51 80.99 196.24 83.46C199.08 84.94 200.36 88.59 200.02 94.29C199.73 99.15 197.9 103.07 194.57 105.94C189.27 110.51 181.63 111.1 178 111.1H178.01Z" fill="#0B3EE3"/><path d="M227.23 97.03C208.48 97.03 198.041 94.16 197.521 94.01L198.601 90.16C198.751 90.2 213.801 94.32 239.861 92.61L240.12 96.6C235.47 96.91 231.16 97.03 227.23 97.03Z" fill="#0B3EE3"/><path d="M40.0401 152.32C43.7459 152.32 46.7501 149.316 46.7501 145.61C46.7501 141.904 43.7459 138.9 40.0401 138.9C36.3342 138.9 33.3301 141.904 33.3301 145.61C33.3301 149.316 36.3342 152.32 40.0401 152.32Z" fill="#00C5CA"/><path d="M66.1202 152.32C69.826 152.32 72.8302 149.316 72.8302 145.61C72.8302 141.904 69.826 138.9 66.1202 138.9C62.4143 138.9 59.4102 141.904 59.4102 145.61C59.4102 149.316 62.4143 152.32 66.1202 152.32Z" fill="#00C5CA"/><path d="M91.1202 152.32C94.826 152.32 97.8302 149.316 97.8302 145.61C97.8302 141.904 94.826 138.9 91.1202 138.9C87.4143 138.9 84.4102 141.904 84.4102 145.61C84.4102 149.316 87.4143 152.32 91.1202 152.32Z" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_63618"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_63618"><rect width="221.13" height="149.94" fill="white" transform="translate(19 45)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_65396)"><g clip-path="url(#clip1_11084_65396)"><path d="M177.34 126.99C199.31 103 191.53 83.23 191.16 82.23L187.44 79.78L187.53 81.52L186.5 85.24C186.82 86.11 192.32 101.74 172.91 122.94L177.33 126.99H177.34Z" fill="#AAEEEF"/><path d="M110.28 109.44L116.11 108.04C107.12 70.5 123.87 55.9 124.59 55.3V48.3C123.75 48.99 101.22 61.71 110.27 109.44H110.28Z" fill="#AAEEEF"/><path d="M136.25 220.89C164.002 220.89 186.5 193.351 186.5 159.38C186.5 125.409 164.002 97.87 136.25 97.87C108.498 97.87 86 125.409 86 159.38C86 193.351 108.498 220.89 136.25 220.89Z" fill="#AAEEEF"/><path d="M136.38 80.68C117.95 65.44 121.06 51.16 126.91 41.86C136.16 27.15 155.19 15.51 173.68 21.7C194.2 28.57 242.31 43.24 242.8 43.39L241.63 47.22C241.15 47.07 192.98 32.38 172.41 25.49C159.9 21.3 141.41 26.31 130.3 43.98C123.03 55.54 125.94 66.84 138.93 77.59L136.38 80.67V80.68Z" fill="#0B3EE3"/><path d="M148.56 87.73C143.99 87.73 140.42 86.28 137.9 83.4C129.04 73.26 137.59 48.85 137.96 47.82L141.73 49.16C139.44 55.59 134.83 73.81 140.91 80.77C143.38 83.59 147.61 84.4 153.47 83.16L154.29 87.07C152.23 87.5 150.31 87.72 148.54 87.72L148.56 87.73Z" fill="#0B3EE3"/><path d="M170.25 93.94C169.53 93.94 168.8 93.91 168.08 93.84C159.96 93.07 154.22 89.9 151.01 84.43C143.99 72.48 151.94 54.01 152.29 53.23L155.95 54.84C155.87 55.01 148.47 72.23 154.46 82.41C156.99 86.71 161.7 89.21 168.46 89.85C173.07 90.29 177.48 89.04 180.58 86.42C181.62 85.54 182.43 84.6 182.98 83.63C183.84 82.11 183.87 80.33 183.06 78.76C182.19 77.08 180.54 75.96 178.63 75.76C175.27 75.41 170.66 75.62 167.83 78.61L164.93 75.86C168.06 72.56 172.94 71.15 179.04 71.78C182.29 72.12 185.12 74.04 186.61 76.92C188.05 79.71 188 82.87 186.46 85.59C185.68 86.97 184.57 88.27 183.17 89.46C179.76 92.34 175.15 93.92 170.26 93.92L170.25 93.94Z" fill="#0B3EE3"/><path d="M184.71 74.72L180.74 74.21C180.8 73.73 182.34 62.3 189.23 58.03L191.33 61.43C186.06 64.69 184.71 74.61 184.7 74.71L184.71 74.72Z" fill="#0B3EE3"/><path d="M241.76 101.12C200.23 95.75 183.51 77.02 182.82 76.22L185.84 73.59C185.84 73.59 189.96 78.23 198.91 83.4C207.18 88.18 221.42 94.44 242.28 97.14L241.77 101.11L241.76 101.12Z" fill="#0B3EE3"/><path d="M129.11 183.56C133.29 186.23 137.79 182.99 138.29 176.97L140.42 151.36C140.78 147.07 138.93 142.71 135.95 140.81C131.77 138.14 127.27 141.38 126.77 147.4L124.64 173.01C124.28 177.3 126.13 181.66 129.11 183.56Z" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_65396"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_65396"><rect width="156.8" height="200.89" fill="white" transform="translate(86 20)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_65788)"><g clip-path="url(#clip1_11084_65788)"><path 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" fill="#AAEEEF"/><path 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" fill="#0B3EE3"/><path 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" fill="#0B3EE3"/><path 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" fill="#0B3EE3"/><path 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" fill="#0B3EE3"/><path 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" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_65788"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_65788"><rect width="184.59" height="184.94" fill="white" transform="translate(58 28)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_62202)"><g clip-path="url(#clip1_11084_62202)"><path d="M219.7 160.2L202.57 150.8L200.46 154.65L217.65 164.08" fill="#AAEEEF"/><path d="M119.784 101.777L117.673 105.626L150.173 123.456L152.285 119.607L119.784 101.777Z" fill="#AAEEEF"/><path d="M240.53 139.02C239.97 138.69 184.34 105.96 154.94 104.19C153.06 104.08 151.251 104.73 149.961 105.99C147.921 107.97 147.14 110.21 147.62 112.66C148.04 114.79 149.46 116.71 151.51 117.93L163.461 125.07L161.41 128.5L149.461 121.36C146.451 119.56 144.35 116.67 143.7 113.44C142.94 109.63 144.14 106.07 147.17 103.12C149.27 101.08 152.19 100.02 155.17 100.2C167.97 100.97 186.58 107.17 210.5 118.63C228.22 127.12 242.42 135.5 242.56 135.58L240.521 139.02H240.53Z" fill="#0B3EE3"/><path d="M161.91 143.65C160.74 143.65 159.97 143.55 159.86 143.53L159.56 143.46C154.19 141.79 150.67 138.9 149.1 134.87C146.39 127.9 150.76 120.27 150.95 119.95L154.41 121.97L152.68 120.96L154.41 121.96C154.37 122.02 150.82 128.28 152.84 133.44C153.93 136.23 156.53 138.29 160.58 139.59C161.81 139.73 170.31 140.35 174.73 132.25C175.73 130.42 175.63 128.22 174.48 126.51C173.4 124.9 172.23 124.09 171.02 124.09C169.69 124.09 166.78 125.1 162.33 131.81L159 129.6C163.23 123.22 167.16 120.11 171 120.09C172.86 120.08 175.47 120.8 177.8 124.27C179.79 127.22 179.96 131.01 178.24 134.16C173.65 142.58 165.67 143.65 161.92 143.65H161.91Z" fill="#0B3EE3"/><path d="M175.97 156.06C160.28 156.06 155.07 141.05 155.02 140.89L158.81 139.62L156.91 140.25L158.81 139.61C159.01 140.21 164.01 154.35 179.78 151.72C183.65 151.08 188.19 149.24 187.84 144.11C187.48 138.89 182.3 133.44 177.58 133.31L177.69 129.31C184.46 129.49 191.33 136.55 191.83 143.83C192.25 149.98 188 154.41 180.44 155.66C178.86 155.92 177.37 156.04 175.97 156.04V156.06Z" fill="#0B3EE3"/><path d="M189.75 164.14C187.09 164.14 183.9 163.61 180.11 162.23L179.94 162.16C179.64 162.02 172.56 158.67 169.35 154.7L172.46 152.19C174.93 155.25 180.82 158.15 181.56 158.51C188.42 160.99 193.94 160.64 197.12 157.54C199.78 154.95 200.66 150.5 199.3 146.47C196.98 139.58 188.97 140.86 188.63 140.92L187.96 136.98C192.01 136.29 200.38 137.12 203.1 145.2C204.93 150.65 203.65 156.76 199.92 160.4C198.24 162.04 195.05 164.14 189.75 164.14Z" fill="#0B3EE3"/><path d="M189.427 160.415L187.227 163.756L240.444 198.819L242.644 195.479L189.427 160.415Z" fill="#0B3EE3"/><path d="M129.044 107.827C136.398 92.0847 116.727 67.3492 85.1084 52.5782C53.4896 37.8072 21.896 38.5943 14.542 54.3361C7.1881 70.078 26.8587 94.8135 58.4775 109.585C90.0963 124.355 121.69 123.568 129.044 107.827Z" fill="#AAEEEF"/><path d="M101.2 113.53C89.86 113.53 75.65 110.18 61.35 103.5C47.77 97.16 36.1 88.8 28.5 79.98C20.71 70.94 18.08 62.43 21.08 56C21.31 55.5 21.91 55.28 22.41 55.52C22.91 55.75 23.13 56.35 22.89 56.85C20.24 62.52 22.77 70.27 30.01 78.68C37.44 87.3 48.87 95.47 62.19 101.7C89.47 114.44 116.21 115.06 121.81 103.07C122.04 102.57 122.64 102.35 123.14 102.59C123.64 102.82 123.86 103.42 123.62 103.92C120.62 110.34 112.28 113.54 101.19 113.54L101.2 113.53Z" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_62202"><rect width="240" height="240" fill="white" transform="matrix(-1 -8.74228e-08 -8.74228e-08 1 240 0)"/></clipPath><clipPath id="clip1_11084_62202"><rect width="229.65" height="156.84" fill="white" transform="translate(13 42)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_62773)"><g clip-path="url(#clip1_11084_62773)"><path d="M240.651 198.833C239.26 198.948 206.075 201.433 172.158 181.75C160.009 174.701 152.983 165.878 151.29 155.54C149.763 146.246 153.193 141.652 156.329 139.438C163.25 134.562 172.252 134.551 178.212 139.407C183.23 143.49 184.516 149.849 181.652 156.427L177.815 154.767C179.916 149.932 179.101 145.515 175.577 142.644C171.761 139.542 164.756 138.624 158.744 142.853C155.597 145.077 154.479 149.118 155.419 154.861C156.904 163.914 163.25 171.746 174.27 178.137C207.068 197.173 239.992 194.698 240.316 194.667L240.661 198.833H240.651Z" fill="#0B3EE3"/><path d="M178.274 167.047C175.054 167.872 170.192 167.809 164.17 163.685L166.533 160.239C170.642 163.048 174.406 163.935 177.751 162.849C178.86 162.494 179.654 161.617 179.926 160.437C180.229 159.142 179.832 157.764 178.891 156.845C173.088 151.175 168.122 148.815 164.578 150.016C159.789 151.634 157.635 159.56 157.207 162.473L153.066 161.878C153.14 161.346 155.032 148.836 163.229 146.058C168.446 144.294 174.709 146.904 181.818 153.848C183.805 155.79 184.641 158.672 184.004 161.387C183.397 163.988 181.536 166.013 179.037 166.817C178.797 166.89 178.546 166.974 178.284 167.037L178.274 167.047Z" fill="#0B3EE3"/><path d="M239.207 150.862C218.809 156.093 195.285 141.025 193.581 140.378C192.608 140.002 192.065 138.968 192.295 137.955C194.229 129.685 191.772 121.321 190.141 117.061C189.597 115.651 188.102 114.815 186.586 115.077C185.405 115.275 184.432 116.11 184.066 117.228C182.383 122.47 180.188 132.807 180.167 132.912C179.958 133.883 179.1 134.572 178.107 134.572C174.092 134.541 157.322 127.973 143.96 122.459C141.827 121.582 139.517 121.373 137.258 121.853C135.272 122.282 133.86 123.973 133.787 125.978C133.735 127.273 134.247 128.516 135.188 129.372C140.907 134.603 155.691 141.861 155.837 141.934L153.997 145.682C153.37 145.38 138.523 138.091 132.365 132.442C130.525 130.75 129.521 128.338 129.615 125.811C129.762 121.885 132.564 118.575 136.401 117.76C139.485 117.102 142.653 117.395 145.57 118.596C163.093 125.822 172.67 129.184 176.518 130.113C177.25 126.803 178.797 120.037 180.104 115.954C180.94 113.343 183.178 111.422 185.896 110.952C189.378 110.357 192.807 112.288 194.062 115.557C195.745 119.953 198.212 128.359 196.738 137.078C204.893 140.023 228.209 153.441 242.898 144.952L244.989 148.564C243.275 149.556 241.319 150.308 239.197 150.851L239.207 150.862Z" fill="#0B3EE3"/><path d="M90.6694 45.3334L98.4586 61.1011C99.5878 63.3879 101.783 64.9855 104.314 65.351L121.732 67.878C128.11 68.8074 130.661 76.6285 126.04 81.1186L113.441 93.3882C111.611 95.1738 110.775 97.7425 111.204 100.259L114.183 117.583C115.271 123.921 108.611 128.766 102.902 125.769L87.3237 117.593C85.0549 116.403 82.3575 116.403 80.0887 117.593L64.5104 125.769C58.8018 128.766 52.1418 123.931 53.2291 117.583L56.2089 100.259C56.6375 97.7425 55.8011 95.1738 53.9715 93.3882L41.3729 81.1186C36.7621 76.6285 39.3027 68.7969 45.6804 67.878L63.0989 65.351C65.6291 64.9855 67.8247 63.3983 68.9538 61.1011L76.743 45.3334C79.5973 39.5589 87.836 39.5589 90.6903 45.3334H90.6694Z" fill="#AAEEEF"/><path d="M60.0147 93.0645C59.6906 93.0645 59.356 92.9392 59.1051 92.699L49.0994 82.9565C47.0501 80.962 46.3183 78.0278 47.207 75.3024C48.0957 72.577 50.4063 70.6348 53.2397 70.2171L67.072 68.2122C68.6612 67.9825 70.0308 66.9905 70.7418 65.5494L76.9208 53.0398C78.1859 50.471 80.7579 48.8734 83.6227 48.8734C86.4874 48.8734 89.0594 50.471 90.3245 53.0398L96.5035 65.5494C96.8172 66.1969 96.5558 66.9696 95.918 67.2933C95.2698 67.6065 94.4961 67.3455 94.172 66.6981L87.9929 54.1884C87.1565 52.4863 85.5255 51.4734 83.6227 51.4734C81.7302 51.4734 80.0992 52.4863 79.2523 54.1884L73.0733 66.6981C71.9859 68.9014 69.8844 70.4259 67.4484 70.781L53.6161 72.7859C51.7446 73.0573 50.2704 74.3 49.6849 76.096C49.0994 77.8921 49.5594 79.7612 50.9186 81.0873L60.9243 90.8299C61.4366 91.3311 61.447 92.156 60.9452 92.6677C60.6943 92.9287 60.3492 93.0645 60.0147 93.0645Z" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_62773"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_62773"><rect width="206" height="158" fill="white" transform="translate(39 41)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_65573)"><g clip-path="url(#clip1_11084_65573)"><path d="M146.44 118.44L166.6 90.39C168.23 88.12 168.6 85.09 167.6 82.18L149.06 28.43C147.66 24.38 143.89 21.37 139.71 20.97L108.86 18.04C106.84 17.85 104.9 18.29 103.29 19.3L78.7799 34.73C75.4599 36.82 74.1599 40.98 75.5499 45.02L94.0899 98.77C95.0899 101.67 97.3499 104.11 100.2 105.37L135.4 120.93C139.54 122.76 144.06 121.74 146.43 118.44H146.44Z" fill="#AAEEEF"/><path d="M139.44 177.28C138.23 177.28 137.05 177.17 135.95 176.93C129.85 175.63 126.7 170.9 127.29 163.94C128.01 155.51 133.66 149.02 143.63 145.17C148.53 143.28 153.96 142.36 159.77 142.42L240.2 143.36L240.15 147.36L159.72 146.42C154.42 146.35 149.49 147.19 145.07 148.9C136.51 152.2 131.86 157.37 131.28 164.27C130.85 169.26 132.66 172.12 136.79 173C143.14 174.36 151.4 170.44 152.24 168.02C152.7 166.7 153.11 163.71 151.71 160.88C150.48 158.4 148.12 156.56 144.68 155.42L145.94 151.62C150.43 153.11 153.58 155.63 155.3 159.11C157.15 162.86 156.84 166.97 156.01 169.34C154.51 173.65 146.4 177.26 139.44 177.26V177.28Z" fill="#0B3EE3"/><path d="M155.27 160.29L152.05 157.91C152.23 157.67 156.41 152.07 161.93 150.39L163.09 154.22C158.85 155.51 155.3 160.24 155.26 160.29H155.27Z" fill="#0B3EE3"/><path d="M145.16 195.21C140.55 194.62 137.07 192.67 134.83 189.42C130.51 183.14 132.57 174.35 132.66 173.97L136.55 174.91C136.53 174.98 134.83 182.37 138.14 187.16C139.71 189.43 142.24 190.8 145.68 191.24L145.17 195.21H145.16Z" fill="#0B3EE3"/><path d="M178.81 189.35C171.35 187.97 167.59 184.21 165.74 181.3C163.73 178.14 163.51 175.33 163.49 175.02L167.48 174.77L165.48 174.89L167.48 174.75C167.51 175.1 168.26 183.31 179.54 185.41L178.81 189.34V189.35Z" fill="#0B3EE3"/><path d="M158.8 188.73L154.92 187.75C155.98 183.55 155.74 180.26 154.21 177.96C152.42 175.27 149.33 174.78 149.3 174.77L149.85 170.81C150.05 170.84 154.68 171.51 157.49 175.68C159.71 178.96 160.15 183.35 158.79 188.73H158.8Z" fill="#0B3EE3"/><path d="M157.69 205.89C154.44 205.89 148.42 204.87 142.94 198.41C142.02 197.32 141.68 195.89 142.01 194.49C142.34 193.1 143.32 191.94 144.62 191.39L161.9 184.06C163.69 183.49 165.64 183.72 167.25 184.7C168.9 185.7 170.04 187.38 170.37 189.3C171.38 195.16 168.99 200.39 163.64 204.02C161.88 205.21 159.9 205.86 157.92 205.89C157.84 205.89 157.76 205.89 157.68 205.89H157.69ZM163.2 187.85L146.19 195.07C146 195.15 145.93 195.32 145.91 195.42C145.88 195.53 145.88 195.69 146 195.83C150.32 200.93 154.82 201.93 157.87 201.9C159.07 201.88 160.29 201.47 161.4 200.72C165.49 197.95 167.18 194.34 166.44 189.99C166.31 189.21 165.85 188.54 165.19 188.13C164.58 187.76 163.88 187.67 163.21 187.86L163.2 187.85Z" fill="#0B3EE3"/><path d="M239.97 204.57C204.23 201.09 163.09 204.32 162.68 204.35L162.36 200.36C162.78 200.33 204.26 197.07 240.36 200.58L239.97 204.56V204.57Z" fill="#0B3EE3"/><path d="M158.28 152.17L153.82 156.45L147.68 152.19L134.78 115.9L144.21 112.55L158.28 152.17Z" fill="#AAEEEF"/><path d="M142.49 82.64C142.19 82.64 141.88 82.54 141.62 82.34L98.5803 48.61C97.9703 48.13 97.8603 47.24 98.3403 46.63C98.8203 46.02 99.7103 45.91 100.32 46.39L143.36 80.12C143.97 80.6 144.08 81.49 143.6 82.1C143.32 82.46 142.91 82.64 142.49 82.64Z" fill="#00C5CA"/><path d="M114.92 92.44C114.82 92.44 114.71 92.43 114.61 92.4C113.85 92.23 113.37 91.47 113.54 90.71L125.65 37.39C125.82 36.63 126.58 36.15 127.34 36.32C128.1 36.49 128.58 37.25 128.41 38.01L116.3 91.33C116.15 91.99 115.57 92.43 114.92 92.43V92.44Z" fill="#00C5CA"/><path d="M137.06 115.27C135.67 115.27 134.24 114.98 132.86 114.36L102.07 100.75C99.1996 99.48 96.9696 97.07 95.9596 94.14L79.7496 47.14C78.2996 42.95 79.6696 38.67 83.1496 36.48L104.59 22.99C106.27 21.93 108.26 21.48 110.35 21.68L137.33 24.24C141.54 24.64 145.3 27.64 146.71 31.71L162.92 78.71C163.94 81.66 163.54 84.83 161.86 87.17L144.23 111.7C142.57 114.01 139.92 115.25 137.07 115.25L137.06 115.27ZM109.4 24.46C108.19 24.46 107.06 24.77 106.1 25.38L84.6596 38.87C82.3196 40.35 81.4196 43.3 82.4196 46.22L98.6296 93.22C99.3796 95.38 101.09 97.22 103.21 98.16L134 111.77C137 113.09 140.25 112.39 141.93 110.06L159.56 85.53C160.71 83.93 160.97 81.73 160.25 79.64L144.04 32.64C142.99 29.6 140.19 27.36 137.07 27.06L110.09 24.5C109.86 24.48 109.63 24.47 109.41 24.47L109.4 24.46Z" fill="#00C5CA"/><path d="M177.42 221.71C174.82 222.63 171.96 221.27 171.03 218.67L165.39 202.81L165.96 202.27C169.34 199.08 171.02 194.49 170.51 189.88L170.9 188.45L180.45 215.33C181.37 217.93 180.01 220.79 177.41 221.72L177.42 221.71Z" fill="#AAEEEF"/></g></g><defs><clipPath id="clip0_11084_65573"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_65573"><rect width="165.36" height="204" fill="white" transform="translate(75 18)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_65036)"><g clip-path="url(#clip1_11084_65036)"><path d="M137.74 163L138.84 154.59L144.14 151.04L149.2 150.64L150.77 145.76L151.6 140.21L157.26 137.18L164.61 136.39L169.68 137.46L174 142.94L176.47 123.11L180.39 114.13L186.17 108.81L190.7 108.06C190.99 105.44 191.14 102.77 191.14 100.07C191.13 59.71 158.42 27 118.07 27C77.72 27 45 59.71 45 100.07C45 140.43 77.71 173.14 118.07 173.14C125.78 173.14 133.21 171.94 140.19 169.72L137.74 163Z" fill="#AAEEEF"/><path d="M166.56 202.43C165.22 202.43 163.76 202.28 162.18 201.99C151.15 199.96 143.39 190.52 140.85 182.61C139.3 177.78 139.68 173.7 141.89 171.41L144.77 174.19C143.67 175.34 143.62 178.16 144.66 181.39C146.85 188.2 153.49 196.32 162.9 198.06C167.28 198.87 170.24 198.38 171.69 196.61C174.14 193.63 172.38 187.19 171.5 184.96L175.22 183.48C175.64 184.52 179.16 193.82 174.79 199.15C173 201.34 170.23 202.44 166.55 202.44L166.56 202.43Z" fill="#0B3EE3"/><path d="M170.3 185.03C167.26 185.03 163.58 184.5 159.24 183.44C141.92 179.21 137.67 167.05 136.68 160.18C136.14 156.43 137.11 152.72 139.35 150C142.27 146.45 146.17 145.76 150.32 148.07L148.38 151.57C145.94 150.21 144.11 150.51 142.44 152.54C140.92 154.39 140.26 156.97 140.64 159.61C141.49 165.48 145.15 175.88 160.19 179.55C170.63 182.1 175.38 180.92 176.35 178.96C177.07 177.51 175.95 175.3 174.86 174.42L177.37 171.31C179.91 173.36 181.56 177.45 179.93 180.73C178.52 183.58 175.29 185.01 170.3 185.01V185.03Z" fill="#0B3EE3"/><path d="M176.04 174.91C171.15 174.91 164.54 171.85 155.1 165.28C149.46 161.35 146.8 155 147.42 146.9C147.99 139.4 153.73 133.3 160.77 132.73C162.86 132.56 167.19 132.21 170.5 135.15C172.97 137.34 174.31 140.9 174.49 145.72L170.49 145.87C170.35 142.18 169.46 139.58 167.84 138.14C165.96 136.47 163.37 136.53 161.09 136.72C155.99 137.13 151.83 141.64 151.41 147.2C150.9 153.9 152.91 158.88 157.39 162C167.14 168.79 173.7 171.65 177.46 170.76C178.86 170.43 179.91 169.55 180.75 168C181.56 166.51 180.2 164.2 179.33 162.95C175 156.78 164.68 150.76 160.98 151.32L160.38 147.37C166.39 146.45 177.99 154.08 182.6 160.65C185.72 165.09 185.23 168.14 184.27 169.91C182.89 172.46 180.91 174.06 178.39 174.66C177.66 174.83 176.88 174.92 176.05 174.92L176.04 174.91Z" fill="#0B3EE3"/><path d="M223.72 163.99C216.56 163.99 209.43 162.21 202.56 158.66C195.77 155.15 191.16 148.53 190.22 140.96C189.71 136.81 190.59 131.5 191.44 126.37C192.45 120.28 193.6 113.39 191.63 111.07C191.3 110.68 190.69 110.17 189.14 110.17C186.23 110.17 183.82 111.21 181.75 113.36C173.79 121.63 174.48 142.44 174.49 142.65L170.49 142.8C170.46 141.88 169.74 120.07 178.86 110.59C181.68 107.66 185.13 106.18 189.13 106.18C191.51 106.18 193.37 106.96 194.67 108.49C197.83 112.22 196.64 119.41 195.37 127.03C194.57 131.88 193.73 136.89 194.17 140.47C194.96 146.83 198.68 152.16 204.38 155.11C216.22 161.24 228.9 161.59 241.05 156.14L242.69 159.79C236.44 162.59 230.06 163.99 223.71 163.99H223.72Z" fill="#0B3EE3"/><path d="M218.04 212.26C211.3 212.26 203.56 211.4 194.77 209.19C181.23 205.77 171.72 200.8 171.33 200.59L173.2 197.05C173.57 197.25 210.88 216.58 241.12 204.01L242.66 207.7C236.97 210.06 228.8 212.25 218.05 212.25L218.04 212.26Z" fill="#0B3EE3"/><path d="M112.22 123.5C111.82 123.5 111.43 123.34 111.15 123.05L85.92 97.31C85.34 96.72 85.35 95.77 85.94 95.19C86.53 94.61 87.48 94.62 88.06 95.21L112.19 119.83L154.55 74.35C155.11 73.74 156.07 73.71 156.67 74.27C157.28 74.83 157.31 75.78 156.75 76.39L113.32 123.02C113.04 123.32 112.65 123.49 112.24 123.5H112.22Z" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_65036"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_65036"><rect width="197.7" height="185.26" fill="white" transform="translate(45 27)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_61505)"><g clip-path="url(#clip1_11084_61505)"><path d="M171.73 131.98L164.62 119.7H154.54L160.87 134.19" fill="#AAEEEF"/><path d="M165.77 152.41L173.49 170.47L186.78 171.12L176.85 148.52" fill="#AAEEEF"/><path d="M111.26 142.13C111.14 141.62 108.54 129.63 121.85 121.37C134.27 113.66 229.35 119.09 240.15 119.74L239.91 123.73C198 121.23 132.54 119.44 123.96 124.77C113.16 131.47 115.08 140.84 115.17 141.24L111.27 142.13H111.26Z" fill="#0B3EE3"/><path d="M112.02 159.17C109.09 150.16 109.36 143.14 112.83 138.32C117.14 132.33 124.68 132.19 125 132.19L125.04 136.19C124.98 136.19 119.15 136.34 116.05 140.68C113.39 144.41 113.31 150.22 115.82 157.93L112.02 159.17Z" fill="#0B3EE3"/><path d="M127.05 178.26C121.43 178.26 116.82 172.7 116.62 172.45C112.61 167.16 111.12 161.91 112.15 156.78C113.91 148.05 122.38 143.07 122.74 142.86L124.74 146.32C124.67 146.36 117.45 150.64 116.06 157.59C115.27 161.54 116.52 165.7 119.75 169.97C120.73 171.16 124.09 174.39 127.23 174.25L127.4 178.25C127.28 178.25 127.15 178.25 127.03 178.25L127.05 178.26Z" fill="#0B3EE3"/><path d="M143.94 188.36C141.06 188.36 138.11 187.74 135.3 186.5C129.83 184.11 126.38 180.52 125.03 175.84C122.38 166.66 128.99 156.77 129.27 156.35L132.58 158.6L130.93 157.48L132.59 158.6C132.53 158.69 126.75 167.38 128.88 174.75C129.89 178.23 132.59 180.95 136.91 182.84C140.73 184.51 144.8 184.82 148.37 183.7C152.92 182.28 152.62 180 152.51 179.14C152.28 177.39 150.94 175.82 149.01 175.04C146.79 174.14 144.53 173.8 142.31 174.02L141.91 170.04C144.78 169.76 147.67 170.19 150.5 171.33C153.77 172.65 156.05 175.44 156.47 178.62C156.79 181.04 156.31 185.41 149.55 187.52C147.75 188.08 145.86 188.36 143.94 188.36Z" fill="#0B3EE3"/><path d="M239.7 177.18C192.66 169.51 150.44 175.12 150.02 175.17L149.48 171.21C149.91 171.15 192.7 165.47 240.35 173.23L239.71 177.18H239.7Z" fill="#0B3EE3"/><path d="M171.891 152.83C176.886 151.226 179.384 145.092 177.469 139.129C175.555 133.166 169.953 129.632 164.957 131.236C159.962 132.84 157.464 138.974 159.379 144.937C161.293 150.9 166.895 154.434 171.891 152.83Z" fill="#AAEEEF"/><path d="M170.06 152.41C168.44 152.41 166.8 151.92 165.29 150.97C163.09 149.58 161.4 147.35 160.55 144.68C158.75 139.09 161.21 133.28 166.02 131.73C166.81 131.48 167.65 131.91 167.91 132.7C168.16 133.49 167.73 134.33 166.94 134.59C163.7 135.63 162.12 139.74 163.41 143.76C164.05 145.75 165.29 147.41 166.9 148.43C168.42 149.39 170.1 149.66 171.62 149.17C172.41 148.92 173.25 149.35 173.51 150.14C173.76 150.93 173.33 151.77 172.54 152.03C171.73 152.29 170.91 152.42 170.07 152.42L170.06 152.41Z" fill="#00C5CA"/><path d="M148.79 109.44C148.39 109.44 147.99 109.28 147.69 108.96L117.47 76.37C116.91 75.76 116.94 74.81 117.55 74.25C118.16 73.69 119.11 73.72 119.67 74.33L149.89 106.91C150.45 107.52 150.42 108.47 149.81 109.03C149.52 109.3 149.16 109.43 148.79 109.43V109.44Z" fill="#00C5CA"/><path d="M162.37 101.48C161.56 101.48 160.89 100.83 160.87 100.02L159.58 52.54C159.56 51.71 160.21 51.02 161.04 51C161.84 50.96 162.56 51.63 162.58 52.46L163.87 99.94C163.89 100.77 163.24 101.46 162.41 101.48C162.4 101.48 162.38 101.48 162.37 101.48Z" fill="#00C5CA"/></g></g><defs><clipPath id="clip0_11084_61505"><rect width="240" height="240" fill="white"/></clipPath><clipPath id="clip1_11084_61505"><rect width="130.35" height="137.36" fill="white" transform="translate(110 51)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11084_61585)"><path d="M141.32 106.98C140.13 106.98 139.02 106.74 138.04 106.4C132.67 104.52 129.58 98.78 130.86 93.05C133.24 82.39 140.7 55.61 158.47 37.2C163.53 31.96 170.08 28.44 177.42 27.02C187.18 25.13 198.42 26.23 212.65 27.63C220.64 28.42 229.69 29.31 239.66 29.74L239.49 33.74C229.42 33.3 220.3 32.41 212.26 31.62C198.36 30.25 187.38 29.17 178.19 30.95C171.66 32.22 165.84 35.34 161.36 39.99C144.29 57.67 137.08 83.61 134.78 93.94C133.94 97.69 135.92 101.43 139.38 102.64C140.54 103.05 144.06 104.28 148.19 97.8C156.64 84.53 159.53 70.71 159.56 70.57L163.48 71.37C163.36 71.96 160.43 86.03 151.56 99.95C148.08 105.41 144.42 107 141.33 107L141.32 106.98Z" fill="#0B3EE3"/><path d="M180.67 79.88C180.09 79.88 179.48 79.81 178.85 79.66C174.58 78.65 169.94 74.37 165.08 66.93C161.59 61.6 159.27 56.61 159.17 56.4L162.8 54.72C165.27 60.04 173.13 74.19 179.77 75.76C181.4 76.15 181.98 75.54 182.38 74.83C184.38 71.22 182.15 60.76 177.5 56.15L180.31 53.31C186.02 58.97 188.94 71.25 185.88 76.77C184.76 78.79 182.91 79.87 180.68 79.87L180.67 79.88Z" fill="#0B3EE3"/><path d="M184.15 62.1L181.38 59.22C181.69 58.92 189.16 51.81 196.11 53.35L195.24 57.26C191.23 56.37 185.87 60.46 184.15 62.11V62.1Z" fill="#0B3EE3"/><path d="M169.75 94.96C165.92 94.96 161.88 93.33 159.23 90.54C156.57 87.75 155.69 84.22 156.74 80.61L160.58 81.72C159.77 84.53 160.97 86.56 162.13 87.78C164.45 90.21 168.55 91.48 171.68 90.74C175.72 89.78 177.13 80.7 177.3 77.6L181.29 77.82C181.21 79.35 180.25 92.81 172.6 94.63C171.68 94.85 170.72 94.96 169.74 94.96H169.75Z" fill="#0B3EE3"/><path d="M177.58 92.1C176.41 92.1 175.66 92.04 175.54 92.03L175.89 88.05C175.99 88.05 185.82 88.84 191.54 83.9C194.05 81.73 195.37 78.84 195.6 75.05C195.82 71.23 195.23 68.66 193.96 68C192.03 66.99 187.86 69.45 186.25 70.72L183.77 67.58C184.51 67 191.08 61.99 195.81 64.46C198.65 65.94 199.93 69.59 199.59 75.29C199.3 80.15 197.47 84.07 194.14 86.94C188.84 91.51 181.2 92.1 177.57 92.1H177.58Z" fill="#0B3EE3"/><path d="M226.81 78.03C208.06 78.03 197.62 75.16 197.1 75.01L198.18 71.16C198.33 71.2 213.38 75.32 239.44 73.61L239.7 77.6C235.05 77.91 230.74 78.03 226.81 78.03Z" fill="#0B3EE3"/><path d="M88.37 213.85C120.607 213.85 146.74 187.717 146.74 155.48C146.74 123.243 120.607 97.11 88.37 97.11C56.1331 97.11 30 123.243 30 155.48C30 187.717 56.1331 213.85 88.37 213.85Z" fill="#AAEEEF"/><path d="M119.08 173.53C118.84 173.53 118.6 173.47 118.37 173.35L87.6601 156.8C87.1701 156.54 86.8701 156.03 86.8701 155.48V121.59C86.8701 120.76 87.5401 120.09 88.3701 120.09C89.2001 120.09 89.8701 120.76 89.8701 121.59V154.59L119.79 170.72C120.52 171.11 120.79 172.02 120.4 172.75C120.13 173.25 119.61 173.54 119.08 173.54V173.53Z" fill="#00C5CA"/></g><defs><clipPath id="clip0_11084_61585"><rect width="209.71" height="187.85" fill="white" transform="translate(30 26)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8725_42793)"><path fill-rule="evenodd" clip-rule="evenodd" d="M30 120C45.464 120 58 107.464 58 92C58 86.9 56.6365 82.1184 54.2541 78H128.751L129.412 81.2325L132.448 85.7159L120.935 92.9714L109.803 101.358L104.322 107.432L104.171 112.246L108.65 115.669L118.52 112.847L127.859 106.712C127.859 106.712 133.541 101.728 133.791 101.978C134.052 102.238 134.232 107.713 134.232 107.713C134.232 107.713 135.204 112.376 135.575 112.336C135.945 112.306 141.146 114.518 141.146 114.518L143.07 122.114L149.893 128.609L159.022 129.88L163.34 127.618L165.675 122.634L164.843 116.119L183 115.188V174.964C183 179.407 179.393 183 174.954 183H17.0462C12.5972 183 9 179.397 9 174.964V110.521C9.38703 110.959 9.78759 111.386 10.201 111.799C15.268 116.866 22.268 120 30 120Z" fill="#AAEEEF"/><path d="M32 78H28V89H17V93H28V105H32V93H44V89H32V78Z" fill="#00C5CA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 115.647C14.3124 115.21 13.6451 114.744 13 114.25V171.576C13 175.672 16.4318 179 20.6762 179H171.324C175.559 179 179 175.681 179 171.576V116.355L161.678 117.215L164.587 123.641L161.678 129.927H156.124L147.416 128.753L142.719 122.172L140.282 117.874C140.11 117.143 139.278 116.064 139.242 116.039L139.07 115.736C139.07 115.736 135.617 113.326 135.263 113.354C134.91 113.391 133.772 109.434 133.772 109.434C133.772 109.434 133.218 107.535 132.733 106.012L132.731 106.004C132.426 105.049 132.149 104.244 132.054 104.151C131.971 104.072 131.27 104.569 130.388 105.254L130.371 105.267C128.701 106.565 126.394 108.524 126.394 108.524L117.485 114.192L108.069 116.799L117.485 114.621L127.584 110.138L127.69 110.048L127.748 109.999L127.917 109.856C128.064 109.732 128.275 109.555 128.528 109.343C129.035 108.919 129.712 108.357 130.393 107.805C130.611 107.628 130.828 107.454 131.038 107.287C131.047 107.318 131.246 107.275 131.445 107.232C131.645 107.189 131.845 107.145 131.854 107.177C131.96 107.52 131.843 107.948 131.735 108.344C131.643 108.681 131.557 108.995 131.622 109.213C131.692 109.449 131.75 109.645 131.79 109.782L131.848 109.981L131.85 109.987L131.851 109.988L131.852 109.991L131.852 109.994L131.854 110.001L131.865 110.037L131.903 110.168C131.936 110.281 131.984 110.441 132.042 110.632C132.157 111.012 132.316 111.525 132.488 112.041C132.577 112.306 132.799 112.435 133.018 112.562C133.215 112.677 133.41 112.789 133.5 113C133.59 113.21 133.71 113.472 133.856 113.707C133.924 113.816 134.054 114.015 134.253 114.208C134.335 114.287 134.662 114.601 135.185 114.742C135.201 114.751 135.26 114.744 135.332 114.736C135.55 114.712 135.887 114.674 135.5 115C135.661 115.096 135.769 115.203 135.887 115.321C136.012 115.446 136.151 115.584 136.38 115.736C136.616 115.891 137.323 115.904 137.981 115.916C138.555 115.926 139.091 115.936 139.242 116.039L140.282 117.874C140.389 118.326 140.243 118.645 139.5 118.5L141.03 123.249L147.416 129.5L155.99 131.927L162.5 131L166.786 123.651L164.587 118L177 117.5V171.576C177 174.512 174.519 177 171.324 177H20.6762C17.4745 177 15 174.506 15 171.576V115.647ZM56.8405 84H129.046L130.5 86.5L118.694 94.1538L107.835 102.075L101.964 108.376L103.804 113.376L103.796 113.637L103.939 113.743L103.804 113.376L103.939 109.19L109.168 103.578L119.789 95.8307L131.784 88.8586L130.773 82H56.1615C56.4121 82.6552 56.6388 83.3222 56.8405 84Z" fill="#00C5CA"/><path d="M108.86 117.92C106.37 117.92 104.05 116.68 102.67 114.5C100.97 111.84 101.13 108.49 103.07 105.98C114.57 91.05 145.16 78.31 146.46 77.78L146.73 77.69C188.93 66.99 208.32 56.11 208.51 56L210.49 59.47C209.7 59.92 190.57 70.69 147.86 81.53C145.68 82.45 116.73 94.81 106.24 108.42C105.15 109.83 105.43 111.38 106.05 112.35C106.67 113.32 107.94 114.21 109.66 113.83C118.64 111.83 131.66 105.87 142.68 88.88L146.04 91.05C134.29 109.18 120.25 115.56 110.54 117.73C109.98 117.85 109.43 117.91 108.88 117.91L108.86 117.92Z" fill="#0B3EE3"/><path d="M139.07 117.01C136.19 116.44 134.08 115.02 132.82 112.79C130.25 108.27 132.38 102.11 132.48 101.85L136.25 103.18C135.79 104.48 134.92 108.39 136.31 110.82C136.99 112 138.15 112.74 139.86 113.08L139.08 117L139.07 117.01Z" fill="#0B3EE3"/><path d="M156.99 132.98C152.74 132.98 147.75 130.95 143.1 126.09C139.43 122.26 137.94 118.26 138.66 114.18C140.13 105.9 150.45 100.76 150.89 100.55L152.65 104.14C152.56 104.18 143.71 108.61 142.6 114.89C142.12 117.63 143.26 120.47 145.99 123.32C152.01 129.6 158.56 130.11 161.67 127.39C164.22 125.16 163.87 121.19 160.75 117.29L163.88 114.8C169.07 121.3 167.83 127.32 164.3 130.41C162.43 132.05 159.88 132.99 156.99 132.99V132.98Z" fill="#0B3EE3"/><path d="M165.2 118.63C158.65 118.63 154.44 118.19 154.15 118.15L154.58 114.17C155.04 114.22 201.36 118.92 227.78 95.63L230.42 98.63C222.39 105.71 207.41 114.77 181.67 117.7C175.4 118.41 169.73 118.63 165.19 118.63H165.2Z" fill="#0B3EE3"/><path d="M132.12 87.65C131.47 87.19 125.8 83.03 126.1 78.11C126.25 75.61 127.82 73.54 130.77 71.95C140.2 66.87 170.74 70.1 172.04 70.24L171.61 74.22C163.13 73.3 139.59 71.74 132.67 75.47C131.02 76.36 130.16 77.33 130.09 78.35C129.96 80.5 132.96 83.34 134.43 84.38L132.12 87.65Z" fill="#0B3EE3"/></g><defs><clipPath id="clip0_8725_42793"><rect width="221.43" height="127.47" fill="white" transform="translate(9 56)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4934_9963)"><path d="M164.53 116.65L165.36 123.16L163.03 128.14L158.72 130.4L149.61 129.13L142.8 122.64L140.88 115.05C140.88 115.05 135.69 112.84 135.32 112.87C134.95 112.91 133.98 108.25 133.98 108.25C133.98 108.25 133.8 102.78 133.54 102.52C133.29 102.27 127.62 107.25 127.62 107.25L118.3 113.38L108.45 116.2L103.98 112.78L104.13 107.97L109.6 101.9L120.71 93.52L132.2 86.27L129.17 81.79L128.51 78.56H17.03C12.6 78.56 9 82.15 9 86.59V175.45C9 179.88 12.59 183.48 17.03 183.48H174.62C179.05 183.48 182.65 179.89 182.65 175.45V115.72L164.53 116.65Z" fill="#AAEEEF"/><path d="M108.86 117.92C106.37 117.92 104.05 116.68 102.67 114.5C100.97 111.84 101.13 108.49 103.07 105.98C114.57 91.05 145.16 78.31 146.46 77.78L146.73 77.69C188.93 66.99 208.32 56.11 208.51 56L210.49 59.47C209.7 59.92 190.57 70.69 147.86 81.53C145.68 82.45 116.73 94.81 106.24 108.42C105.15 109.83 105.43 111.38 106.05 112.35C106.67 113.32 107.94 114.21 109.66 113.83C118.64 111.83 131.66 105.87 142.68 88.88L146.04 91.05C134.29 109.18 120.25 115.56 110.54 117.73C109.98 117.85 109.43 117.91 108.88 117.91L108.86 117.92Z" fill="#0B3EE3"/><path d="M139.07 117.01C136.19 116.44 134.08 115.02 132.82 112.79C130.25 108.27 132.38 102.11 132.48 101.85L136.25 103.18C135.79 104.48 134.92 108.39 136.31 110.82C136.99 112 138.15 112.74 139.86 113.08L139.08 117L139.07 117.01Z" fill="#0B3EE3"/><path d="M156.99 132.98C152.74 132.98 147.75 130.95 143.1 126.09C139.43 122.26 137.94 118.26 138.66 114.18C140.13 105.9 150.45 100.76 150.89 100.55L152.65 104.14C152.56 104.18 143.71 108.61 142.6 114.89C142.12 117.63 143.26 120.47 145.99 123.32C152.01 129.6 158.56 130.11 161.67 127.39C164.22 125.16 163.87 121.19 160.75 117.29L163.88 114.8C169.07 121.3 167.83 127.32 164.3 130.41C162.43 132.05 159.88 132.99 156.99 132.99V132.98Z" fill="#0B3EE3"/><path d="M165.2 118.63C158.65 118.63 154.44 118.19 154.15 118.15L154.58 114.17C155.04 114.22 201.36 118.92 227.78 95.63L230.42 98.63C222.39 105.71 207.41 114.77 181.67 117.7C175.4 118.41 169.73 118.63 165.19 118.63H165.2Z" fill="#0B3EE3"/><path d="M132.12 87.65C131.47 87.19 125.8 83.03 126.1 78.11C126.25 75.61 127.82 73.54 130.77 71.95C140.2 66.87 170.74 70.1 172.04 70.24L171.61 74.22C163.13 73.3 139.59 71.74 132.67 75.47C131.02 76.36 130.16 77.33 130.09 78.35C129.96 80.5 132.96 83.34 134.43 84.38L132.12 87.65Z" fill="#0B3EE3"/><path d="M182.65 159.74H9V162.74H182.65V159.74Z" fill="#00C5CA"/><path d="M34.8199 88.65L39.2699 97.67L49.2199 99.11L42.0199 106.13L43.7199 116.04L34.8199 111.36L25.9199 116.04L27.6199 106.13L20.4199 99.11L30.3699 97.67L34.8199 88.65Z" fill="#00C5CA"/></g><defs><clipPath id="clip0_4934_9963"><rect width="221.43" height="127.47" fill="white" transform="translate(9 56)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4862_9693)"><path d="M7 150.41V165.48C7 171.35 11.76 176.11 17.63 176.11H170.39C176.26 176.11 181.02 171.35 181.02 165.48V157.05C181.02 156.66 169.58 139.29 162.69 138.42C155.8 137.55 146.78 134.88 146.78 134.88C136.46 130.98 146.36 122.23 146.36 122.23L149.08 121.8C137.97 120.97 136.92 110.34 136.92 110.34L142.1 107.39L140.69 104.52L140.02 101.69L139.95 99.32L141.33 98.34C141.33 98.34 145.47 97.07 146.12 97.01C146.77 96.95 152.14 97.69 152.14 97.69L159.87 98.67C159.87 98.67 171.27 101.94 171.5 102.01C171.73 102.08 181 106.72 181 106.72V64.63C181 58.76 176.24 54 170.37 54H17.63C11.76 54 7 58.76 7 64.63V117.9V150.4V150.41Z" fill="#AAEEEF"/><path d="M229.74 144.18C215.28 124.65 189.28 93.66 181.02 93.66V89.66C193.99 89.66 229 136.46 232.95 141.8L229.74 144.18Z" fill="#0B3EE3"/><path d="M165.6 115.05C147.14 112.63 137.97 109.01 136.76 103.68C136.02 100.42 138.6 97.74 140.24 96.67C149.44 90.78 178.49 102.28 181.77 103.61L180.27 107.32C168.61 102.59 148.02 96.43 142.42 100.03C142.42 100.03 140.36 101.47 140.67 102.8C140.87 103.65 143.03 108.05 166.13 111.08L165.61 115.05H165.6Z" fill="#0B3EE3"/><path d="M165.45 128.27C138.28 122.56 134.62 116.92 134.23 113.17C133.71 108.13 139.98 105.22 140.7 104.9L142.32 108.56C140.9 109.19 138.03 111.05 138.22 112.76C138.37 114.13 140.82 119.01 166.29 124.36L165.47 128.27H165.45Z" fill="#0B3EE3"/><path d="M201.77 185.46C199.34 182.1 196.96 178.59 194.44 174.87C183.06 158.08 171.29 140.71 155.86 139.16C147.59 138.33 142.63 135.86 141.1 131.81C139.04 126.37 144.23 120.68 144.45 120.44L147.39 123.16L145.92 121.8L147.39 123.15C146.35 124.29 143.86 127.81 144.84 130.4C145.77 132.83 149.82 134.53 156.26 135.17C173.55 136.91 185.85 155.06 197.75 172.62C200.25 176.31 202.61 179.8 205.01 183.11L201.77 185.45V185.46Z" fill="#0B3EE3"/><path d="M90.9502 124.81C90.1202 124.81 89.4502 124.14 89.4502 123.31V76.68C89.4502 75.85 90.1202 75.18 90.9502 75.18C91.7802 75.18 92.4502 75.85 92.4502 76.68V123.31C92.4502 124.14 91.7802 124.81 90.9502 124.81Z" fill="#00C5CA"/><path d="M91.1102 144.17C93.6728 144.17 95.7502 142.093 95.7502 139.53C95.7502 136.967 93.6728 134.89 91.1102 134.89C88.5476 134.89 86.4702 136.967 86.4702 139.53C86.4702 142.093 88.5476 144.17 91.1102 144.17Z" fill="#00C5CA"/></g><defs><clipPath id="clip0_4862_9693"><rect width="225.96" height="131.46" fill="white" transform="translate(7 54)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4868_9774)"><path d="M7 150.41V165.48C7 171.35 11.76 176.11 17.63 176.11H170.39C176.26 176.11 181.02 171.35 181.02 165.48V157.05C181.02 156.66 169.58 139.29 162.69 138.42C155.8 137.55 146.78 134.88 146.78 134.88C136.46 130.98 146.36 122.23 146.36 122.23L149.08 121.8C137.97 120.97 136.92 110.34 136.92 110.34L142.1 107.39L140.69 104.52L140.02 101.69L139.95 99.32L141.33 98.34C141.33 98.34 145.47 97.07 146.12 97.01C146.77 96.95 152.14 97.69 152.14 97.69L159.87 98.67C159.87 98.67 171.27 101.94 171.5 102.01C171.73 102.08 181 106.72 181 106.72V64.63C181 58.76 176.24 54 170.37 54H17.63C11.76 54 7 58.76 7 64.63V117.9V150.4V150.41Z" fill="#AAEEEF"/><path d="M229.74 144.18C215.28 124.65 189.28 93.66 181.02 93.66V89.66C193.99 89.66 229 136.46 232.95 141.8L229.74 144.18Z" fill="#0B3EE3"/><path d="M165.6 115.05C147.14 112.63 137.97 109.01 136.76 103.68C136.02 100.42 138.6 97.74 140.24 96.67C149.43 90.77 178.49 102.28 181.77 103.61L180.27 107.32C168.61 102.59 148.02 96.44 142.42 100.03C142.42 100.03 140.36 101.47 140.67 102.8C140.87 103.65 143.03 108.05 166.13 111.08L165.61 115.05H165.6Z" fill="#0B3EE3"/><path d="M165.45 128.27C138.28 122.56 134.62 116.92 134.23 113.17C133.71 108.13 139.98 105.22 140.7 104.9L142.32 108.56C140.9 109.19 138.03 111.05 138.22 112.76C138.37 114.13 140.82 119.01 166.29 124.36L165.47 128.27H165.45Z" fill="#0B3EE3"/><path d="M201.77 185.46C199.34 182.1 196.96 178.59 194.44 174.87C183.06 158.08 171.29 140.71 155.86 139.16C147.59 138.33 142.63 135.86 141.1 131.81C139.04 126.37 144.23 120.68 144.45 120.44L147.39 123.16L145.92 121.8L147.39 123.15C146.35 124.29 143.86 127.81 144.84 130.4C145.77 132.83 149.82 134.53 156.26 135.17C173.55 136.91 185.85 155.06 197.75 172.62C200.25 176.31 202.61 179.8 205.01 183.11L201.77 185.45V185.46Z" fill="#0B3EE3"/><path d="M89.37 148.62C91.9326 148.62 94.01 146.543 94.01 143.98C94.01 141.417 91.9326 139.34 89.37 139.34C86.8074 139.34 84.73 141.417 84.73 143.98C84.73 146.543 86.8074 148.62 89.37 148.62Z" fill="#00C5CA"/><path d="M89.1301 132.85C88.3001 132.85 87.6301 132.18 87.6301 131.35C87.6301 112.92 93.5301 109.06 99.7801 104.97C100.73 104.35 101.71 103.71 102.66 103.01C107.51 99.46 109.52 93.43 107.77 87.63C106.43 83.21 102.52 78.37 95.5501 78.05C95.4601 78.05 95.3701 78.05 95.2901 78.05C95.0501 78.05 94.7501 78.06 94.4101 78.01C90.0001 77.3 82.7401 79.69 78.9701 84.39C76.1101 87.96 75.6401 92.21 77.5601 97.02C77.8701 97.79 77.4901 98.66 76.7201 98.97C75.9501 99.28 75.0801 98.9 74.7701 98.13C71.8401 90.79 74.1601 85.59 76.6201 82.51C81.1901 76.81 89.6501 74.2 94.8801 75.05C94.9901 75.07 95.1001 75.05 95.2101 75.05C95.3701 75.05 95.5301 75.05 95.6801 75.05C102.82 75.37 108.55 79.86 110.64 86.76C112.76 93.79 110.32 101.12 104.42 105.43C103.41 106.17 102.39 106.83 101.41 107.48C95.6201 111.27 90.6201 114.54 90.6201 131.35C90.6201 132.18 89.9501 132.85 89.1201 132.85H89.1301Z" fill="#00C5CA"/></g><defs><clipPath id="clip0_4868_9774"><rect width="225.96" height="131.46" fill="white" transform="translate(7 54)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4934_9856)"><path d="M53 79.67V176.89C53 179.31 54.82 181.34 57.22 181.61L130.76 189.83C133.58 190.14 136.04 187.94 136.04 185.11V157.64L132.52 153.43L126.87 148.28L117.74 142.9L114.37 141.84C114.37 141.84 109.26 140.57 108.35 140.4C107.44 140.23 102.55 139.16 102.18 139.17C101.8 139.18 99.32 136.26 99.32 136.26L98.33 133.36L99.09 128.5L100.9 124.79L97.64 122.58L92.49 119.66L91.23 115.62L93.72 112.56C93.72 112.56 96.53 110.82 95.27 110.48C94.01 110.14 93.77 107.42 93.72 107.18C93.67 106.94 94.53 104.52 94.53 104.52L96.37 102.44L101.07 101.12L104.88 101.05L116.73 102.78L136.06 109.39V60.36C136.06 57.94 134.24 55.91 131.84 55.64L81.72 50.03C80.07 49.85 78.43 50.45 77.29 51.66L54.42 76.07C53.51 77.05 53 78.33 53 79.67Z" fill="#AAEEEF"/><path d="M184.761 148.98C170.311 129.45 144.301 98.46 136.051 98.46V94.46C149.021 94.46 184.031 141.26 187.981 146.6L184.771 148.98H184.761Z" fill="#0B3EE3"/><path d="M120.621 119.85C102.161 117.43 92.9907 113.81 91.7807 108.48C91.0407 105.21 93.6207 102.54 95.2607 101.47C104.451 95.57 133.511 107.08 136.791 108.41L135.291 112.12C123.631 107.39 103.041 101.23 97.4407 104.83C97.4407 104.83 95.3807 106.27 95.6907 107.6C95.8907 108.45 98.0507 112.85 121.151 115.88L120.631 119.85H120.621Z" fill="#0B3EE3"/><path d="M120.47 133.07C93.3003 127.36 89.6403 121.72 89.2503 117.97C88.7303 112.93 95.0003 110.02 95.7203 109.7L97.3403 113.36C95.9203 113.99 93.0503 115.85 93.2403 117.56C93.3903 118.93 95.8403 123.81 121.31 129.16L120.49 133.07H120.47Z" fill="#0B3EE3"/><path d="M156.79 190.27C154.36 186.91 151.98 183.4 149.46 179.68C138.08 162.89 126.31 145.52 110.88 143.97C102.61 143.14 97.6501 140.67 96.1201 136.62C94.0601 131.18 99.2501 125.49 99.4701 125.25L102.41 127.97L100.94 126.61L102.41 127.96C101.37 129.1 98.8801 132.62 99.8601 135.21C100.79 137.64 104.84 139.34 111.28 139.98C128.57 141.72 140.87 159.87 152.77 177.43C155.27 181.12 157.63 184.61 160.03 187.92L156.79 190.26V190.27Z" fill="#0B3EE3"/><path d="M120.58 78.59C120.58 78.59 120.49 78.59 120.44 78.59L75.7097 74.37C74.8797 74.29 74.2797 73.56 74.3597 72.74C74.4397 71.91 75.1797 71.3 75.9897 71.39L120.72 75.61C121.55 75.69 122.15 76.42 122.07 77.24C122 78.02 121.34 78.6 120.58 78.6V78.59Z" fill="#00C5CA"/><path d="M119.41 91.05C119.41 91.05 119.32 91.05 119.27 91.05L74.5398 86.83C73.7098 86.75 73.1098 86.02 73.1898 85.2C73.2698 84.37 74.0098 83.77 74.8198 83.85L119.55 88.07C120.38 88.15 120.98 88.88 120.9 89.7C120.83 90.48 120.17 91.06 119.41 91.06V91.05Z" fill="#00C5CA"/></g><defs><clipPath id="clip0_4934_9856"><rect width="134.98" height="140.27" fill="white" transform="translate(53 50)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_7678_35569)"><path d="M110.731 21C117.361 24.98 124.251 27.31 132.231 25.59C132.921 27 133.571 28.29 134.191 29.61C137.521 36.67 141.891 42.88 148.351 47.48C153.271 50.98 158.831 52.65 165.041 53.53C165.861 56.54 166.521 59.62 167.551 62.58C172.421 76.66 181.501 86.7 195.851 91.56C196.551 91.8 197.201 92.16 198.151 92.58C197.581 108.2 203.731 120.35 217.501 128.3C215.351 135.53 215.071 142.47 218.881 149.27C215.121 151.14 211.281 150.37 207.671 150.31C187.861 149.93 169.121 145.28 152.151 134.82C131.521 122.1 116.021 104.77 107.211 82.04C99.5907 62.38 100.601 42.77 109.211 23.55C109.561 22.76 110.091 22.05 110.721 21L110.731 21Z" fill="#AAEEEF"/><path d="M209.211 133.14C208.901 133.14 208.601 133.05 208.331 132.85C196.981 124.63 190.461 112.79 189.441 98.57C174.911 92.58 164.741 81.45 159.211 65.46C158.681 63.94 158.261 62.46 157.911 61.15C152.261 59.79 147.451 57.66 143.241 54.66C136.571 49.91 131.251 43.47 127.001 34.98H126.951C122.451 34.98 118.061 34.09 113.551 32.27C112.781 31.96 112.411 31.09 112.721 30.32C113.031 29.55 113.901 29.18 114.671 29.49C119.131 31.29 123.431 32.1 127.881 31.97L128.851 31.94L129.271 32.82C133.361 41.27 138.501 47.62 144.981 52.22C149.081 55.14 153.821 57.17 159.461 58.43L160.351 58.63L160.581 59.52C160.961 60.98 161.431 62.71 162.051 64.48C167.401 79.93 177.281 90.58 191.431 96.14L192.331 96.49L192.381 97.45C193.131 111.36 199.091 122.46 210.091 130.42C210.761 130.91 210.911 131.84 210.421 132.51C210.131 132.91 209.671 133.13 209.201 133.13L209.211 133.14Z" fill="#00C5CA"/><path d="M47.7994 214.18C43.5594 209.06 44.1894 201.46 48.8894 196.76L62.6994 182.95L65.8094 186.06L51.9394 199.93C48.7894 203.08 48.3994 208.21 51.3394 211.57C54.2794 214.93 58.8494 215.3 62.2494 213.07C63.1094 212.51 64.2394 212.65 64.9694 213.38C65.9394 214.35 65.8194 215.99 64.6694 216.74C59.3894 220.21 52.0794 219.36 47.7894 214.18H47.7994Z" fill="#AAEEEF"/><path d="M128.468 112.715L102.256 138.928L105.36 142.032L131.573 115.819L128.468 112.715Z" fill="#AAEEEF"/><path d="M70.8006 114.21C70.3806 114.21 69.9706 114.04 69.6706 113.7C69.1206 113.08 69.1806 112.13 69.8106 111.58L97.6606 87.12C98.2806 86.57 99.2306 86.64 99.7806 87.26C100.331 87.88 100.271 88.83 99.6406 89.38L71.7906 113.84C71.5006 114.09 71.1506 114.21 70.8006 114.21Z" fill="#00C5CA"/><path d="M113.41 177.63C112.99 177.63 112.58 177.46 112.28 177.12C111.73 176.5 111.79 175.55 112.42 175L140.27 150.54C140.89 149.99 141.84 150.06 142.39 150.68C142.94 151.3 142.88 152.25 142.25 152.8L114.4 177.26C114.11 177.51 113.76 177.63 113.41 177.63Z" fill="#00C5CA"/><path d="M25.17 190.01L22 187.58C22.11 187.44 32.88 173.43 47 158.35C66.09 137.97 81.92 125.44 94.05 121.1C96.87 120.09 99.97 120.3 102.55 121.66C106.28 123.64 108.43 126.73 108.77 130.59C109.06 133.87 107.85 137.23 105.46 139.81L95.99 150.01L93.06 147.29L102.53 137.09C104.15 135.34 104.97 133.1 104.79 130.94C104.57 128.46 103.19 126.52 100.68 125.19C99.09 124.35 97.16 124.23 95.4 124.86C67.76 134.76 25.6 189.46 25.17 190.01Z" fill="#0B3EE3"/><path d="M94.0707 165.52C90.2707 165.52 85.6107 164.39 81.4107 160.16C78.8807 157.62 77.9807 153.93 79.0707 150.54C80.3507 146.55 82.6907 145.12 84.4307 144.62C88.1207 143.56 92.7607 145.44 98.6207 150.39L96.0407 153.45C89.9007 148.26 86.8207 148.1 85.5407 148.47C84.3707 148.81 83.4707 149.92 82.8807 151.77C82.2507 153.73 82.7807 155.87 84.2507 157.35C90.7407 163.88 98.7207 160.92 99.8907 160.44C103.421 158.07 105.341 155.35 105.601 152.37C106.091 146.85 100.931 141.84 100.881 141.79L103.641 138.89C103.911 139.15 110.241 145.25 109.591 152.7C109.211 157 106.651 160.76 101.951 163.87L101.681 164.02C101.441 164.13 98.2907 165.53 94.0807 165.53L94.0707 165.52Z" fill="#0B3EE3"/><path d="M82.7599 181.6C76.5299 181.6 72.2299 178.59 71.0699 173.27C69.5099 166.14 74.1399 157.44 80.5899 155.37L81.8099 159.18C77.3099 160.62 73.8599 167.3 74.9799 172.42C76.0699 177.44 80.9399 177.94 84.8499 177.47C100.73 175.57 101.57 160.61 101.6 159.97L105.6 160.13C105.6 160.32 104.65 179.13 85.3299 181.44C84.4399 181.55 83.5899 181.6 82.7699 181.6H82.7599Z" fill="#0B3EE3"/><path d="M74.01 192.88C71.33 192.88 69.2901 192.15 67.9301 191.42C63.3201 188.97 60.39 183.46 60.62 177.71C60.97 169.19 68.77 166.05 72.85 165.58L73.3101 169.55L73.0801 167.56L73.3201 169.55C72.9801 169.59 64.91 170.66 64.62 177.87C64.45 182.11 66.5301 186.14 69.8101 187.88C73.7301 189.97 79.1301 188.75 85.0201 184.46C85.6301 183.91 90.47 179.47 91.99 175.85L95.68 177.39C93.71 182.1 87.85 187.3 87.6 187.52L87.4601 187.63C81.9701 191.65 77.4601 192.87 74.0001 192.87L74.01 192.88Z" fill="#0B3EE3"/><path d="M78.0727 188.436L64.8594 202.586L67.7829 205.316L80.9963 191.166L78.0727 188.436Z" fill="#0B3EE3"/></g><defs><clipPath id="clip0_7678_35569"><rect width="196.9" height="197.82" fill="white" transform="translate(22 21)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_5163_16266)"><path d="M101.3 114.67H122.27V94.4L134.69 69.25C143.4 51.61 137.19 29.6 119.75 20.51C114.23 17.63 107.96 16 101.3 16C94.6397 16 88.3697 17.63 82.8497 20.5C65.4097 29.6 59.1997 51.61 67.9097 69.25L80.3297 94.4V114.67H101.3Z" fill="#AAEEEF"/><path d="M121.35 132.98H81.2502C78.6002 132.98 76.4502 130.83 76.4502 128.18C76.4502 125.53 78.6002 123.38 81.2502 123.38H121.35C124 123.38 126.15 125.53 126.15 128.18C126.15 130.83 124 132.98 121.35 132.98Z" fill="#AAEEEF"/><path d="M117.19 138.24C116.6 137.98 115.94 137.83 115.25 137.83H87.3498C84.6998 137.83 82.5498 139.98 82.5498 142.63C82.5498 145.28 84.6998 147.43 87.3498 147.43H112.72L117.18 138.25L117.19 138.24Z" fill="#AAEEEF"/><path d="M121.76 224.32C121.09 223.16 105.45 195.45 108.71 158.07C109.88 144.68 114.67 135.01 122.95 129.33C130.39 124.22 135.76 125.32 138.96 127.14C146 131.14 149.67 138.93 147.89 146.07C146.39 152.07 141.4 155.78 134.53 155.98L134.41 151.98C139.46 151.83 142.95 149.33 144 145.11C145.14 140.54 143.09 134.1 136.97 130.62C133.77 128.8 129.81 129.47 125.21 132.63C117.97 137.6 113.76 146.28 112.7 158.42C109.55 194.5 125.07 222.06 125.23 222.33L121.76 224.32Z" fill="#0B3EE3"/><path d="M129.64 160.19C127.68 160.19 125.81 159.4 124.45 157.94C122.27 155.6 119.92 151.25 121.13 143.79L125.08 144.43C124.32 149.13 125.08 152.75 127.38 155.2C128.14 156.01 129.22 156.34 130.35 156.1C131.6 155.84 132.63 154.93 133.05 153.74C135.6 146.41 135.63 141.16 133.15 138.57C129.8 135.08 122.05 136.44 119.35 137.26L118.18 133.43C118.67 133.28 130.28 129.82 136.02 135.78C139.68 139.58 139.95 146.06 136.82 155.04C135.95 157.55 133.78 159.45 131.17 160C130.66 160.11 130.14 160.16 129.63 160.16L129.64 160.19Z" fill="#0B3EE3"/><path d="M173.361 218.31C156.801 206.82 153.441 161.69 153.301 159.77C153.231 158.78 153.901 157.88 154.881 157.67C162.831 155.98 169.091 150.45 172.111 147.3C173.111 146.26 173.231 144.63 172.381 143.42C171.721 142.47 170.611 141.97 169.491 142.12C164.261 142.8 154.411 145.11 154.311 145.13C153.391 145.35 152.431 144.88 152.041 144.02C150.431 140.53 149.311 123.34 148.651 109.53C148.551 107.33 147.791 105.24 146.451 103.48C145.291 101.95 143.231 101.4 141.461 102.15C140.321 102.63 139.451 103.58 139.091 104.74C136.881 111.82 136.601 127.57 136.601 127.73L132.601 127.67C132.611 127 132.891 111.18 135.281 103.55C135.991 101.27 137.681 99.41 139.911 98.47C143.371 97 147.381 98.07 149.651 101.06C151.471 103.46 152.511 106.33 152.661 109.34C153.521 127.45 154.501 137.11 155.261 140.82C158.431 140.1 164.921 138.69 168.991 138.16C171.591 137.82 174.161 138.96 175.681 141.14C177.611 143.91 177.331 147.67 175.011 150.09C171.891 153.34 165.611 158.9 157.451 161.17C158.221 169.43 162.331 205.78 175.661 215.03L173.381 218.32L173.361 218.31Z" fill="#0B3EE3"/><path d="M115.93 111.15C115.1 111.15 114.43 110.48 114.43 109.65V88.94C114.43 88.62 114.53 88.3 114.73 88.05C133.61 62.61 130.25 47.31 130.22 47.16C122.64 19.67 96.9402 24.1 95.8502 24.3C95.0402 24.45 94.2502 23.91 94.1002 23.1C93.9502 22.29 94.4902 21.5 95.3002 21.35C95.5902 21.3 124.81 16.26 133.11 46.4C133.28 47.1 136.92 62.96 117.42 89.44V109.66C117.42 110.49 116.75 111.16 115.92 111.16L115.93 111.15Z" fill="#00C5CA"/></g><defs><clipPath id="clip0_5163_16266"><rect width="112.94" height="208.32" fill="white" transform="translate(64 16)"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4934_9999)"><path d="M133.86 137.26L131.89 132.47L132.79 127.15L135.42 121.98L132.13 122.25C132.13 122.25 112.8 116.62 112.05 116.15C111.3 115.68 110.32 109.82 110.32 109.82L111.8 104.69L125.39 100.87L149.99 99.71L164.27 101.67V56.69C164.27 50.23 159.04 45 152.58 45H33.69C27.23 45 22 50.23 22 56.69V125.64C22 132.1 27.23 137.33 33.69 137.33H45.11L37.15 159.94C35.63 164.26 40.43 168.07 44.29 165.61L88.58 137.34H134L133.86 137.27V137.26Z" fill="#AAEEEF"/><path d="M218.85 179.03L214.85 179C215 156.25 200.43 131.48 191.73 118.74C188.06 113.36 182.99 109.35 177.08 107.12C154.55 98.63 128.42 102.22 118.23 104.15C114.55 104.85 111.97 108.06 112.22 111.62C112.3 112.81 112.56 116.43 119.96 117.63C135.18 120.08 148.72 117.32 148.86 117.29L149.68 121.21C149.1 121.33 135.3 124.16 119.32 121.59C110.61 120.19 108.48 115.55 108.22 111.91C107.83 106.33 111.81 101.3 117.48 100.23C128 98.23 155.01 94.54 178.48 103.38C185.17 105.9 190.89 110.43 195.02 116.49C203.98 129.62 218.99 155.2 218.84 179.04L218.85 179.03Z" fill="#0B3EE3"/><path d="M154.24 143.5C153.99 143.5 153.74 143.49 153.5 143.46C150.64 143.18 148.68 141.27 148.14 138.23C147.39 133.99 149.44 128.14 154.25 120.87C157.69 115.66 161.28 111.63 161.43 111.46L164.41 114.13C160.58 118.41 150.91 130.97 152.08 137.54C152.36 139.13 153.12 139.42 153.89 139.49C157.86 139.89 166.43 133.83 168.76 127.87L172.48 129.33C169.71 136.4 160.42 143.51 154.23 143.51L154.24 143.5Z" fill="#0B3EE3"/><path d="M174.67 144.29C173.91 140.34 168.17 137.13 166.02 136.22L167.57 132.53C167.97 132.7 177.28 136.67 178.6 143.53L174.67 144.28V144.29Z" fill="#0B3EE3"/><path d="M140.499 141.75C137.299 141.75 134.129 140.97 132.259 138.46C129.849 135.23 129.039 130.28 130.259 126.15C131.249 122.8 133.429 120.34 136.389 119.24C137.129 118.96 137.919 118.77 138.749 118.67L139.249 122.64C138.729 122.7 138.239 122.82 137.789 122.99C135.539 123.83 134.539 125.79 134.099 127.28C133.239 130.21 133.799 133.82 135.469 136.06C137.719 139.08 145.849 137.33 149.429 136L150.809 139.75C149.969 140.06 145.199 141.74 140.499 141.74V141.75Z" fill="#0B3EE3"/><path d="M154.1 156.38C151.82 156.38 149.64 155.87 147.55 154.86C139.37 150.89 135.87 140.51 135.72 140.07L139.52 138.82C139.55 138.91 142.66 148.05 149.31 151.27C152.22 152.68 155.34 152.75 158.82 151.48C162.32 150.21 164.39 148.69 164.5 147.31C164.64 145.41 161.35 142.69 159.08 141.46L160.98 137.94C161.79 138.38 168.87 142.36 168.49 147.6C168.26 150.75 165.47 153.32 160.19 155.24C158.11 156 156.07 156.38 154.1 156.38Z" fill="#0B3EE3"/><path d="M175.159 195.9C162.219 178.35 159.509 153.84 159.399 152.8L163.379 152.38C163.409 152.62 166.089 176.86 178.379 193.53L175.159 195.9Z" fill="#0B3EE3"/><path d="M43.0401 70.34C46.7459 70.34 49.7501 67.3358 49.7501 63.63C49.7501 59.9242 46.7459 56.92 43.0401 56.92C39.3342 56.92 36.3301 59.9242 36.3301 63.63C36.3301 67.3358 39.3342 70.34 43.0401 70.34Z" fill="#00C5CA"/><path d="M69.1202 70.34C72.826 70.34 75.8302 67.3358 75.8302 63.63C75.8302 59.9242 72.826 56.92 69.1202 56.92C65.4143 56.92 62.4102 59.9242 62.4102 63.63C62.4102 67.3358 65.4143 70.34 69.1202 70.34Z" fill="#00C5CA"/><path d="M94.1202 70.34C97.826 70.34 100.83 67.3358 100.83 63.63C100.83 59.9242 97.826 56.92 94.1202 56.92C90.4143 56.92 87.4102 59.9242 87.4102 63.63C87.4102 67.3358 90.4143 70.34 94.1202 70.34Z" fill="#00C5CA"/></g><defs><clipPath id="clip0_4934_9999"><rect width="196.86" height="150.9" fill="white" transform="translate(22 45)"/></clipPath></defs></svg>
|