@pagopa/io-app-design-system 1.1.3 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/lib/commonjs/components/common/AnimatedTick.js +2 -1
- package/lib/commonjs/components/common/AnimatedTick.js.map +1 -1
- package/lib/commonjs/components/icons/Icon.js +124 -120
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconLight.js +31 -0
- package/lib/commonjs/components/icons/svg/IconLight.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconLightFilled.js +31 -0
- package/lib/commonjs/components/icons/svg/IconLightFilled.js.map +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconLight.svg +3 -0
- package/lib/commonjs/components/icons/svg/originals/IconLightFilled.svg +3 -0
- package/lib/commonjs/components/index.js +11 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/pictograms/Pictogram.js +31 -29
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramSuccess.js +61 -0
- package/lib/commonjs/components/pictograms/svg/PictogramSuccess.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramSuccess.svg +35 -0
- package/lib/commonjs/components/tabs/TabItem.js +123 -0
- package/lib/commonjs/components/tabs/TabItem.js.map +1 -0
- package/lib/commonjs/components/tabs/TabNavigation.js +80 -0
- package/lib/commonjs/components/tabs/TabNavigation.js.map +1 -0
- package/lib/commonjs/components/tabs/index.js +20 -0
- package/lib/commonjs/components/tabs/index.js.map +1 -0
- package/lib/commonjs/components/typography/LabelHeader.js +37 -0
- package/lib/commonjs/components/typography/LabelHeader.js.map +1 -0
- package/lib/commonjs/utils/hooks/useSpringPressProgressValue.js +31 -0
- package/lib/commonjs/utils/hooks/useSpringPressProgressValue.js.map +1 -0
- package/lib/module/components/common/AnimatedTick.js +2 -1
- package/lib/module/components/common/AnimatedTick.js.map +1 -1
- package/lib/module/components/icons/Icon.js +124 -120
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/icons/svg/IconLight.js +23 -0
- package/lib/module/components/icons/svg/IconLight.js.map +1 -0
- package/lib/module/components/icons/svg/IconLightFilled.js +23 -0
- package/lib/module/components/icons/svg/IconLightFilled.js.map +1 -0
- package/lib/module/components/icons/svg/originals/IconLight.svg +3 -0
- package/lib/module/components/icons/svg/originals/IconLightFilled.svg +3 -0
- package/lib/module/components/index.js +1 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/pictograms/Pictogram.js +31 -29
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramSuccess.js +51 -0
- package/lib/module/components/pictograms/svg/PictogramSuccess.js.map +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramSuccess.svg +35 -0
- package/lib/module/components/tabs/TabItem.js +114 -0
- package/lib/module/components/tabs/TabItem.js.map +1 -0
- package/lib/module/components/tabs/TabNavigation.js +73 -0
- package/lib/module/components/tabs/TabNavigation.js.map +1 -0
- package/lib/module/components/tabs/index.js +3 -0
- package/lib/module/components/tabs/index.js.map +1 -0
- package/lib/module/components/typography/LabelHeader.js +27 -0
- package/lib/module/components/typography/LabelHeader.js.map +1 -0
- package/lib/module/utils/hooks/useSpringPressProgressValue.js +22 -0
- package/lib/module/utils/hooks/useSpringPressProgressValue.js.map +1 -0
- package/lib/typescript/components/common/AnimatedTick.d.ts.map +1 -1
- package/lib/typescript/components/icons/Icon.d.ts +2 -0
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconLight.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconLight.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconLightFilled.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconLightFilled.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/pictograms/Pictogram.d.ts +1 -0
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramSuccess.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramSuccess.d.ts.map +1 -0
- package/lib/typescript/components/tabs/TabItem.d.ts +19 -0
- package/lib/typescript/components/tabs/TabItem.d.ts.map +1 -0
- package/lib/typescript/components/tabs/TabNavigation.d.ts +15 -0
- package/lib/typescript/components/tabs/TabNavigation.d.ts.map +1 -0
- package/lib/typescript/components/tabs/index.d.ts +3 -0
- package/lib/typescript/components/tabs/index.d.ts.map +1 -0
- package/lib/typescript/components/typography/LabelHeader.d.ts +19 -0
- package/lib/typescript/components/typography/LabelHeader.d.ts.map +1 -0
- package/lib/typescript/utils/hooks/useSpringPressProgressValue.d.ts +11 -0
- package/lib/typescript/utils/hooks/useSpringPressProgressValue.d.ts.map +1 -0
- package/package.json +5 -4
- package/src/components/common/AnimatedTick.tsx +1 -0
- package/src/components/icons/Icon.tsx +124 -120
- package/src/components/icons/svg/IconLight.tsx +16 -0
- package/src/components/icons/svg/IconLightFilled.tsx +16 -0
- package/src/components/icons/svg/originals/IconLight.svg +3 -0
- package/src/components/icons/svg/originals/IconLightFilled.svg +3 -0
- package/src/components/index.tsx +1 -0
- package/src/components/pictograms/Pictogram.tsx +31 -29
- package/src/components/pictograms/svg/PictogramSuccess.tsx +49 -0
- package/src/components/pictograms/svg/originals/PictogramSuccess.svg +35 -0
- package/src/components/tabs/TabItem.tsx +183 -0
- package/src/components/tabs/TabNavigation.tsx +114 -0
- package/src/components/tabs/index.tsx +2 -0
- package/src/components/typography/LabelHeader.tsx +44 -0
- package/src/utils/hooks/useSpringPressProgressValue.ts +28 -0
|
@@ -3,148 +3,150 @@ import { ColorValue, StyleProp } from "react-native";
|
|
|
3
3
|
import { IOColors } from "../../core/IOColors";
|
|
4
4
|
|
|
5
5
|
/* Icons */
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import IconQrCode from "./svg/IconQrCode";
|
|
9
|
-
import IconBell from "./svg/IconBell";
|
|
10
|
-
import IconHome from "./svg/IconHome";
|
|
11
|
-
import IconHomeFill from "./svg/IconHomeFill";
|
|
12
|
-
import IconCopy from "./svg/IconCopy";
|
|
13
|
-
import IconSelfCertification from "./svg/IconSelfCertification";
|
|
14
|
-
import IconInstitution from "./svg/IconInstitution";
|
|
15
|
-
import IconHourglass from "./svg/IconHourglass";
|
|
16
|
-
import IconPEC from "./svg/IconPEC";
|
|
17
|
-
import IconMessageLegal from "./svg/IconMessageLegal";
|
|
18
|
-
import IconShareiOs from "./svg/IconShareiOs";
|
|
19
|
-
import IconShareAndroid from "./svg/IconShareAndroid";
|
|
20
|
-
import IconLockOn from "./svg/IconLockOn";
|
|
21
|
-
import IconLockOff from "./svg/IconLockOff";
|
|
22
|
-
import IconInitiatives from "./svg/IconInitiatives";
|
|
23
|
-
import IconAnalytics from "./svg/IconAnalytics";
|
|
24
|
-
import IconFornitori from "./svg/IconFornitori";
|
|
25
|
-
import IconEyeShow from "./svg/IconEyeShow";
|
|
26
|
-
import IconEyeHide from "./svg/IconEyeHide";
|
|
27
|
-
import IconPinOff from "./svg/IconPinOff";
|
|
28
|
-
import IconPinOn from "./svg/IconPinOn";
|
|
29
|
-
import IconEmojiSad from "./svg/IconEmojiSad";
|
|
30
|
-
import IconEmojiHappy from "./svg/IconEmojiHappy";
|
|
31
|
-
import IconPhone from "./svg/IconPhone";
|
|
32
|
-
import IconEmail from "./svg/IconEmail";
|
|
33
|
-
import IconEmailFill from "./svg/IconEmailFill";
|
|
34
|
-
import IconMessage from "./svg/IconMessage";
|
|
35
|
-
import IconDocument from "./svg/IconDocument";
|
|
36
|
-
import IconDocumentSign from "./svg/IconDocumentSign";
|
|
37
|
-
import IconGiacenza from "./svg/IconGiacenza";
|
|
38
|
-
import IconChat from "./svg/IconChat";
|
|
6
|
+
import IconAbacus from "./svg/IconAbacus";
|
|
7
|
+
import IconAdd from "./svg/IconAdd";
|
|
39
8
|
import IconAgreement from "./svg/IconAgreement";
|
|
40
|
-
import IconSave from "./svg/IconSave";
|
|
41
|
-
import IconSuccess from "./svg/IconSuccess";
|
|
42
|
-
import IconOk from "./svg/IconOk";
|
|
43
|
-
import IconFiscalCodeIndividual from "./svg/IconFiscalCodeIndividual";
|
|
44
|
-
import IconCreditCard from "./svg/IconCreditCard";
|
|
45
|
-
import IconBonus from "./svg/IconBonus";
|
|
46
|
-
import IconTransactions from "./svg/IconTransactions";
|
|
47
9
|
import IconAmount from "./svg/IconAmount";
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import IconEdit from "./svg/IconEdit";
|
|
10
|
+
import IconAnalytics from "./svg/IconAnalytics";
|
|
11
|
+
import IconArchive from "./svg/IconArchive";
|
|
12
|
+
import IconArrowBottom from "./svg/IconArrowBottom";
|
|
13
|
+
import IconArrowLeft from "./svg/IconArrowLeft";
|
|
14
|
+
import IconArrowRight from "./svg/IconArrowRight";
|
|
15
|
+
import IconArrowTop from "./svg/IconArrowTop";
|
|
16
|
+
import IconAttachment from "./svg/IconAttachment";
|
|
17
|
+
import IconBackAndroid from "./svg/IconBackAndroid";
|
|
18
|
+
import IconBackiOS from "./svg/IconBackiOS";
|
|
19
|
+
import IconBarcode from "./svg/IconBarcode";
|
|
59
20
|
import IconBattery from "./svg/IconBattery";
|
|
60
|
-
import
|
|
21
|
+
import IconBell from "./svg/IconBell";
|
|
22
|
+
import IconBiomFaceID from "./svg/IconBiomFaceID";
|
|
23
|
+
import IconBiomFingerprint from "./svg/IconBiomFingerprint";
|
|
24
|
+
import IconBonus from "./svg/IconBonus";
|
|
61
25
|
import IconCalendar from "./svg/IconCalendar";
|
|
62
|
-
import IconLightbulb from "./svg/IconLightbulb";
|
|
63
|
-
import IconMagicWand from "./svg/IconMagicWand";
|
|
64
|
-
import IconProfile from "./svg/IconProfile";
|
|
65
|
-
import IconProfileFilled from "./svg/IconProfileFilled";
|
|
66
|
-
import IconProfileAlt from "./svg/IconProfileAlt";
|
|
67
|
-
import IconStarFilled from "./svg/IconStarFilled";
|
|
68
|
-
import IconStarEmpty from "./svg/IconStarEmpty";
|
|
69
|
-
import IconAbacus from "./svg/IconAbacus";
|
|
70
|
-
import IconSwitchOff from "./svg/IconSwitchOff";
|
|
71
|
-
import IconDevice from "./svg/IconDevice";
|
|
72
|
-
import IconDotMenu from "./svg/IconDotMenu";
|
|
73
|
-
import IconBarcode from "./svg/IconBarcode";
|
|
74
|
-
import IconLogin from "./svg/IconLogin";
|
|
75
|
-
import IconLogout from "./svg/IconLogout";
|
|
76
|
-
import IconLadybug from "./svg/IconLadybug";
|
|
77
|
-
import IconTag from "./svg/IconTag";
|
|
78
|
-
import IconGallery from "./svg/IconGallery";
|
|
79
26
|
import IconCancel from "./svg/IconCancel";
|
|
80
|
-
import
|
|
81
|
-
import
|
|
27
|
+
import IconCanceled from "./svg/IconCanceled";
|
|
28
|
+
import IconCategCulture from "./svg/IconCategCulture";
|
|
29
|
+
import IconCategFinance from "./svg/IconCategFinance";
|
|
30
|
+
import IconCategHome from "./svg/IconCategHome";
|
|
31
|
+
import IconCategJobOffers from "./svg/IconCategJobOffers";
|
|
32
|
+
import IconCategLearning from "./svg/IconCategLearning";
|
|
33
|
+
import IconCategMobility from "./svg/IconCategMobility";
|
|
34
|
+
import IconCategShopping from "./svg/IconCategShopping";
|
|
35
|
+
import IconCategSport from "./svg/IconCategSport";
|
|
36
|
+
import IconCategSustainability from "./svg/IconCategSustainability";
|
|
37
|
+
import IconCategTelco from "./svg/IconCategTelco";
|
|
38
|
+
import IconCategTravel from "./svg/IconCategTravel";
|
|
39
|
+
import IconCategWellness from "./svg/IconCategWellness";
|
|
40
|
+
import IconChat from "./svg/IconChat";
|
|
41
|
+
import IconCheckTick from "./svg/IconCheckTick";
|
|
42
|
+
import IconCheckTickBig from "./svg/IconCheckTickBig";
|
|
43
|
+
import IconChevronBottom from "./svg/IconChevronBottom";
|
|
44
|
+
import IconChevronLeft from "./svg/IconChevronLeft";
|
|
45
|
+
import IconChevronRight from "./svg/IconChevronRight";
|
|
46
|
+
import IconChevronRightListItem from "./svg/IconChevronRightListItem";
|
|
47
|
+
import IconChevronTop from "./svg/IconChevronTop";
|
|
48
|
+
import IconCie from "./svg/IconCie";
|
|
82
49
|
import IconCloseLarge from "./svg/IconCloseLarge";
|
|
50
|
+
import IconCloseMedium from "./svg/IconCloseMedium";
|
|
83
51
|
import IconCloseSmall from "./svg/IconCloseSmall";
|
|
52
|
+
import IconCoggle from "./svg/IconCoggle";
|
|
53
|
+
import IconCopy from "./svg/IconCopy";
|
|
54
|
+
import IconCreditCard from "./svg/IconCreditCard";
|
|
55
|
+
import IconDevice from "./svg/IconDevice";
|
|
56
|
+
import IconDocument from "./svg/IconDocument";
|
|
84
57
|
import IconDocumentAttachment from "./svg/IconDocumentAttachment";
|
|
85
58
|
import IconDocumentAttachmentPDF from "./svg/IconDocumentAttachmentPDF";
|
|
86
|
-
import
|
|
87
|
-
import
|
|
88
|
-
import
|
|
89
|
-
import
|
|
90
|
-
import
|
|
91
|
-
import
|
|
92
|
-
import
|
|
59
|
+
import IconDocumentSign from "./svg/IconDocumentSign";
|
|
60
|
+
import IconDotMenu from "./svg/IconDotMenu";
|
|
61
|
+
import IconEdit from "./svg/IconEdit";
|
|
62
|
+
import IconEmail from "./svg/IconEmail";
|
|
63
|
+
import IconEmailFill from "./svg/IconEmailFill";
|
|
64
|
+
import IconEmojiHappy from "./svg/IconEmojiHappy";
|
|
65
|
+
import IconEmojiSad from "./svg/IconEmojiSad";
|
|
93
66
|
import IconErrorFilled from "./svg/IconErrorFilled";
|
|
67
|
+
import IconExternalLink from "./svg/IconExternalLink";
|
|
68
|
+
import IconEyeHide from "./svg/IconEyeHide";
|
|
69
|
+
import IconEyeShow from "./svg/IconEyeShow";
|
|
70
|
+
import IconFiscalCodeIndividual from "./svg/IconFiscalCodeIndividual";
|
|
71
|
+
import IconFornitori from "./svg/IconFornitori";
|
|
72
|
+
import IconGallery from "./svg/IconGallery";
|
|
73
|
+
import IconGiacenza from "./svg/IconGiacenza";
|
|
74
|
+
import IconHistory from "./svg/IconHistory";
|
|
75
|
+
import IconHome from "./svg/IconHome";
|
|
76
|
+
import IconHomeFill from "./svg/IconHomeFill";
|
|
77
|
+
import IconHourglass from "./svg/IconHourglass";
|
|
78
|
+
import IconInfo from "./svg/IconInfo";
|
|
79
|
+
import IconInfoFilled from "./svg/IconInfoFilled";
|
|
80
|
+
import IconInitiatives from "./svg/IconInitiatives";
|
|
81
|
+
import IconInstitution from "./svg/IconInstitution";
|
|
82
|
+
import IconLadybug from "./svg/IconLadybug";
|
|
94
83
|
import IconLegalValue from "./svg/IconLegalValue";
|
|
95
|
-
import
|
|
96
|
-
import
|
|
97
|
-
import
|
|
98
|
-
import
|
|
99
|
-
import
|
|
100
|
-
import
|
|
101
|
-
import
|
|
102
|
-
import
|
|
103
|
-
import
|
|
104
|
-
import
|
|
105
|
-
import
|
|
84
|
+
import IconLight from "./svg/IconLight";
|
|
85
|
+
import IconLightFilled from "./svg/IconLightFilled";
|
|
86
|
+
import IconLightbulb from "./svg/IconLightbulb";
|
|
87
|
+
import IconLocationAndroid from "./svg/IconLocationAndroid";
|
|
88
|
+
import IconLocationiOS from "./svg/IconLocationiOS";
|
|
89
|
+
import IconLocationiOSFilled from "./svg/IconLocationiOSFilled";
|
|
90
|
+
import IconLockOff from "./svg/IconLockOff";
|
|
91
|
+
import IconLockOn from "./svg/IconLockOn";
|
|
92
|
+
import IconLogin from "./svg/IconLogin";
|
|
93
|
+
import IconLogout from "./svg/IconLogout";
|
|
94
|
+
import IconMagicWand from "./svg/IconMagicWand";
|
|
95
|
+
import IconMerchant from "./svg/IconMerchant";
|
|
96
|
+
import IconMessage from "./svg/IconMessage";
|
|
97
|
+
import IconMessageLegal from "./svg/IconMessageLegal";
|
|
106
98
|
import IconNavMessages from "./svg/IconNavMessages";
|
|
107
|
-
import
|
|
99
|
+
import IconNavMessagesFocused from "./svg/IconNavMessagesFocused";
|
|
100
|
+
import IconNavProfile from "./svg/IconNavProfile";
|
|
101
|
+
import IconNavProfileFocused from "./svg/IconNavProfileFocused";
|
|
108
102
|
import IconNavScan from "./svg/IconNavScan";
|
|
109
103
|
import IconNavServices from "./svg/IconNavServices";
|
|
110
|
-
import IconNavProfile from "./svg/IconNavProfile";
|
|
111
|
-
import IconNavMessagesFocused from "./svg/IconNavMessagesFocused";
|
|
112
|
-
import IconNavWalletFocused from "./svg/IconNavWalletFocused";
|
|
113
104
|
import IconNavServicesFocused from "./svg/IconNavServicesFocused";
|
|
114
|
-
import
|
|
115
|
-
import
|
|
116
|
-
import
|
|
117
|
-
import
|
|
118
|
-
import
|
|
119
|
-
import
|
|
120
|
-
import
|
|
121
|
-
import
|
|
122
|
-
import
|
|
123
|
-
import
|
|
124
|
-
import IconCategTravel from "./svg/IconCategTravel";
|
|
125
|
-
import IconCategMobility from "./svg/IconCategMobility";
|
|
126
|
-
import IconCategJobOffers from "./svg/IconCategJobOffers";
|
|
127
|
-
import IconCategShopping from "./svg/IconCategShopping";
|
|
128
|
-
import IconCategSustainability from "./svg/IconCategSustainability";
|
|
105
|
+
import IconNavWallet from "./svg/IconNavWallet";
|
|
106
|
+
import IconNavWalletFocused from "./svg/IconNavWalletFocused";
|
|
107
|
+
import IconNotice from "./svg/IconNotice";
|
|
108
|
+
import IconNoticeFilled from "./svg/IconNoticeFilled";
|
|
109
|
+
import IconOk from "./svg/IconOk";
|
|
110
|
+
import IconPEC from "./svg/IconPEC";
|
|
111
|
+
import IconPSP from "./svg/IconPSP";
|
|
112
|
+
import IconPhone from "./svg/IconPhone";
|
|
113
|
+
import IconPinOff from "./svg/IconPinOff";
|
|
114
|
+
import IconPinOn from "./svg/IconPinOn";
|
|
129
115
|
import IconProductIOApp from "./svg/IconProductIOApp";
|
|
130
116
|
import IconProductIOAppBlueBg from "./svg/IconProductIOAppBlueBg";
|
|
131
117
|
import IconProductPagoPA from "./svg/IconProductPagoPA";
|
|
132
|
-
import
|
|
118
|
+
import IconProfile from "./svg/IconProfile";
|
|
119
|
+
import IconProfileAlt from "./svg/IconProfileAlt";
|
|
120
|
+
import IconProfileFilled from "./svg/IconProfileFilled";
|
|
121
|
+
import IconQrCode from "./svg/IconQrCode";
|
|
122
|
+
import IconQuestion from "./svg/IconQuestion";
|
|
123
|
+
import IconRefund from "./svg/IconRefund";
|
|
124
|
+
import IconReload from "./svg/IconReload";
|
|
125
|
+
import IconSave from "./svg/IconSave";
|
|
126
|
+
import IconSearch from "./svg/IconSearch";
|
|
133
127
|
import IconSecurity from "./svg/IconSecurity";
|
|
134
|
-
import
|
|
135
|
-
import
|
|
136
|
-
import
|
|
137
|
-
import
|
|
138
|
-
import
|
|
139
|
-
import
|
|
140
|
-
import
|
|
141
|
-
import
|
|
128
|
+
import IconSelfCertification from "./svg/IconSelfCertification";
|
|
129
|
+
import IconShareAndroid from "./svg/IconShareAndroid";
|
|
130
|
+
import IconShareiOs from "./svg/IconShareiOs";
|
|
131
|
+
import IconSpid from "./svg/IconSpid";
|
|
132
|
+
import IconStarEmpty from "./svg/IconStarEmpty";
|
|
133
|
+
import IconStarFilled from "./svg/IconStarFilled";
|
|
134
|
+
import IconSuccess from "./svg/IconSuccess";
|
|
135
|
+
import IconSwitchOff from "./svg/IconSwitchOff";
|
|
136
|
+
import IconSystemAppsAndroid from "./svg/IconSystemAppsAndroid";
|
|
137
|
+
import IconSystemNotificationsInstructions from "./svg/IconSystemNotificationsInstructions";
|
|
142
138
|
import IconSystemSettingsAndroid from "./svg/IconSystemSettingsAndroid";
|
|
143
139
|
import IconSystemSettingsiOS from "./svg/IconSystemSettingsiOS";
|
|
144
140
|
import IconSystemToggleInstructions from "./svg/IconSystemToggleInstructions";
|
|
145
|
-
import
|
|
146
|
-
import
|
|
147
|
-
import
|
|
141
|
+
import IconTag from "./svg/IconTag";
|
|
142
|
+
import IconTransactions from "./svg/IconTransactions";
|
|
143
|
+
import IconTrashcan from "./svg/IconTrashcan";
|
|
144
|
+
import IconWarningFilled from "./svg/IconWarningFilled";
|
|
145
|
+
import IconWebsite from "./svg/IconWebsite";
|
|
146
|
+
import LegIconCheckOff from "./svg/LegIconCheckOff";
|
|
147
|
+
import LegIconCheckOn from "./svg/LegIconCheckOn";
|
|
148
|
+
import LegIconRadioOff from "./svg/LegIconRadioOff";
|
|
149
|
+
import LegIconRadioOn from "./svg/LegIconRadioOn";
|
|
148
150
|
|
|
149
151
|
export const IOIcons = {
|
|
150
152
|
archive: IconArchive,
|
|
@@ -284,6 +286,8 @@ export const IOIcons = {
|
|
|
284
286
|
checkTick: IconCheckTick,
|
|
285
287
|
checkTickBig: IconCheckTickBig,
|
|
286
288
|
merchant: IconMerchant,
|
|
289
|
+
light: IconLight,
|
|
290
|
+
lightFilled: IconLightFilled,
|
|
287
291
|
systemSettingsAndroid: IconSystemSettingsAndroid,
|
|
288
292
|
systemSettingsiOS: IconSystemSettingsiOS,
|
|
289
293
|
systemToggleInstructions: IconSystemToggleInstructions,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGIconProps } from "../Icon";
|
|
4
|
+
|
|
5
|
+
const IconLadybug = ({ size, style, ...props }: SVGIconProps) => (
|
|
6
|
+
<Svg width={size} height={size} viewBox="0 0 24 24" style={style} {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
d="M8.52556 7.36919L5 4.02177V2H19V4.02177L15.4862 7.35806L15.4817 7.36231C14.8473 7.96113 14.5 8.79051 14.5 9.64538V22H9.5V9.64538C9.5 8.78028 9.14259 7.95878 8.52556 7.36919ZM16.8562 8.81519L20.6438 5.21888C20.87 5.00278 21 4.70203 21 4.38868V1.13994C21 0.509642 20.496 0 19.8728 0H4.12723C3.50396 0 3 0.509642 3 1.13994V4.38868C3 4.70383 3.12822 5.00458 3.35615 5.21888L7.14385 8.81519C7.37 9.03129 7.5 9.33203 7.5 9.64538V22.8601C7.5 23.4904 8.00396 24 8.62723 24H15.3728C15.996 24 16.5 23.4904 16.5 22.8601V9.64538C16.5 9.33023 16.6282 9.02949 16.8562 8.81519ZM11.0098 9.82483V8.07369C11.0098 7.52736 11.4527 7.08447 11.999 7.08447C12.5453 7.08447 12.9882 7.52736 12.9882 8.07369V9.82483C12.9882 10.3712 12.5453 10.814 11.999 10.814C11.4527 10.814 11.0098 10.3712 11.0098 9.82483Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</Svg>
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
export default IconLadybug;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGIconProps } from "../Icon";
|
|
4
|
+
|
|
5
|
+
const IconLadybug = ({ size, style, ...props }: SVGIconProps) => (
|
|
6
|
+
<Svg width={size} height={size} viewBox="0 0 24 24" style={style} {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
d="M19.8728 0H4.12723C3.50396 0 3 0.509642 3 1.13994V4.38868C3 4.70383 3.12822 5.00458 3.35615 5.21888L7.14385 8.81519C7.37 9.03129 7.5 9.33203 7.5 9.64538V22.8601C7.5 23.4904 8.00396 24 8.62723 24H15.3728C15.996 24 16.5 23.4904 16.5 22.8601V9.64538C16.5 9.33023 16.6282 9.02949 16.8562 8.81519L20.6438 5.21888C20.87 5.00278 21 4.70203 21 4.38868V1.13994C21 0.509642 20.496 0 19.8728 0ZM12.9883 9.82492C12.9883 10.3712 12.5454 10.8141 11.9991 10.8141C11.4528 10.8141 11.0099 10.3712 11.0099 9.82492V8.07378C11.0099 7.52745 11.4528 7.08457 11.9991 7.08457C12.5454 7.08457 12.9883 7.52745 12.9883 8.07378V9.82492Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</Svg>
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
export default IconLadybug;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.52556 7.36919L5 4.02177V2H19V4.02177L15.4862 7.35806L15.4817 7.36231C14.8473 7.96113 14.5 8.79051 14.5 9.64538V22H9.5V9.64538C9.5 8.78028 9.14259 7.95878 8.52556 7.36919ZM16.8562 8.81519L20.6438 5.21888C20.87 5.00278 21 4.70203 21 4.38868V1.13994C21 0.509642 20.496 0 19.8728 0H4.12723C3.50396 0 3 0.509642 3 1.13994V4.38868C3 4.70383 3.12822 5.00458 3.35615 5.21888L7.14385 8.81519C7.37 9.03129 7.5 9.33203 7.5 9.64538V22.8601C7.5 23.4904 8.00396 24 8.62723 24H15.3728C15.996 24 16.5 23.4904 16.5 22.8601V9.64538C16.5 9.33023 16.6282 9.02949 16.8562 8.81519ZM11.0098 9.82483V8.07369C11.0098 7.52736 11.4527 7.08447 11.999 7.08447C12.5453 7.08447 12.9882 7.52736 12.9882 8.07369V9.82483C12.9882 10.3712 12.5453 10.814 11.999 10.814C11.4527 10.814 11.0098 10.3712 11.0098 9.82483Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.8728 0H4.12723C3.50396 0 3 0.509642 3 1.13994V4.38868C3 4.70383 3.12822 5.00458 3.35615 5.21888L7.14385 8.81519C7.37 9.03129 7.5 9.33203 7.5 9.64538V22.8601C7.5 23.4904 8.00396 24 8.62723 24H15.3728C15.996 24 16.5 23.4904 16.5 22.8601V9.64538C16.5 9.33023 16.6282 9.02949 16.8562 8.81519L20.6438 5.21888C20.87 5.00278 21 4.70203 21 4.38868V1.13994C21 0.509642 20.496 0 19.8728 0ZM12.9883 9.82492C12.9883 10.3712 12.5454 10.8141 11.9991 10.8141C11.4528 10.8141 11.0099 10.3712 11.0099 9.82492V8.07378C11.0099 7.52745 11.4528 7.08457 11.9991 7.08457C12.5454 7.08457 12.9883 7.52745 12.9883 8.07378V9.82492Z" fill="white"/>
|
|
3
|
+
</svg>
|
package/src/components/index.tsx
CHANGED
|
@@ -2,44 +2,45 @@ import React from "react";
|
|
|
2
2
|
import { ColorValue } from "react-native";
|
|
3
3
|
import { IOColors } from "../../core/IOColors";
|
|
4
4
|
|
|
5
|
+
import PictogramAbacus from "./svg/PictogramAbacus";
|
|
5
6
|
import PictogramAirBaloon from "./svg/PictogramAirBaloon";
|
|
6
|
-
import
|
|
7
|
+
import PictogramAirship from "./svg/PictogramAirship";
|
|
8
|
+
import PictogramAttention from "./svg/PictogramAttention";
|
|
9
|
+
import PictogramBaloons from "./svg/PictogramBaloons";
|
|
10
|
+
import PictogramBeerMug from "./svg/PictogramBeerMug";
|
|
11
|
+
import PictogramCameraRequest from "./svg/PictogramCameraRequest";
|
|
7
12
|
import PictogramCompleted from "./svg/PictogramCompleted";
|
|
8
|
-
import
|
|
13
|
+
import PictogramDonation from "./svg/PictogramDonation";
|
|
9
14
|
import PictogramEmailToValidate from "./svg/PictogramEmailToValidate";
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import PictogramProcessing from "./svg/PictogramProcessing";
|
|
13
|
-
import PictogramBaloons from "./svg/PictogramBaloons";
|
|
14
|
-
import PictogramPlaces from "./svg/PictogramPlaces";
|
|
15
|
-
import PictogramNotAvailable from "./svg/PictogramNotAvailable";
|
|
16
|
-
import PictogramAirship from "./svg/PictogramAirship";
|
|
17
|
-
import PictogramSearch from "./svg/PictogramSearch";
|
|
18
|
-
import PictogramUnrecognized from "./svg/PictogramUnrecognized";
|
|
15
|
+
import PictogramEmailValidation from "./svg/PictogramEmailValidation";
|
|
16
|
+
import PictogramEmptyArchive from "./svg/PictogramEmptyArchive";
|
|
19
17
|
import PictogramError from "./svg/PictogramError";
|
|
20
|
-
import
|
|
21
|
-
import PictogramInProgress from "./svg/PictogramInProgress";
|
|
18
|
+
import PictogramFeedback from "./svg/PictogramFeedback";
|
|
22
19
|
import PictogramFireworks from "./svg/PictogramFireworks";
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import PictogramPin from "./svg/PictogramPin";
|
|
26
|
-
import PictogramTimeout from "./svg/PictogramTimeout";
|
|
27
|
-
import PictogramUploadFile from "./svg/PictogramUploadFile";
|
|
20
|
+
import PictogramFollowMessage from "./svg/PictogramFollowMessage";
|
|
21
|
+
import PictogramHeart from "./svg/PictogramHeart";
|
|
28
22
|
import PictogramHourglass from "./svg/PictogramHourglass";
|
|
29
|
-
import PictogramTeaBreak from "./svg/PictogramTeaBreak";
|
|
30
|
-
import PictogramSms from "./svg/PictogramSms";
|
|
31
|
-
import PictogramInbox from "./svg/PictogramInbox";
|
|
32
|
-
import PictogramBeerMug from "./svg/PictogramBeerMug";
|
|
33
23
|
import PictogramIBANCard from "./svg/PictogramIBANCard";
|
|
34
|
-
import
|
|
24
|
+
import PictogramInProgress from "./svg/PictogramInProgress";
|
|
25
|
+
import PictogramInbox from "./svg/PictogramInbox";
|
|
35
26
|
import PictogramManual from "./svg/PictogramManual";
|
|
27
|
+
import PictogramNotAvailable from "./svg/PictogramNotAvailable";
|
|
28
|
+
import PictogramPiggyBank from "./svg/PictogramPiggyBank";
|
|
29
|
+
import PictogramPin from "./svg/PictogramPin";
|
|
30
|
+
import PictogramPlaces from "./svg/PictogramPlaces";
|
|
31
|
+
import PictogramProcessing from "./svg/PictogramProcessing";
|
|
32
|
+
import PictogramPuzzle from "./svg/PictogramPuzzle";
|
|
33
|
+
import PictogramQuestion from "./svg/PictogramQuestion";
|
|
34
|
+
import PictogramSearch from "./svg/PictogramSearch";
|
|
36
35
|
import PictogramSetup from "./svg/PictogramSetup";
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
36
|
+
import PictogramSms from "./svg/PictogramSms";
|
|
37
|
+
import PictogramTeaBreak from "./svg/PictogramTeaBreak";
|
|
38
|
+
import PictogramTimeout from "./svg/PictogramTimeout";
|
|
39
|
+
import PictogramUmbrella from "./svg/PictogramUmbrella";
|
|
40
40
|
import PictogramUmbrellaNew from "./svg/PictogramUmbrellaNew";
|
|
41
|
-
import
|
|
42
|
-
import
|
|
41
|
+
import PictogramUnrecognized from "./svg/PictogramUnrecognized";
|
|
42
|
+
import PictogramUploadFile from "./svg/PictogramUploadFile";
|
|
43
|
+
import PictogramSuccess from "./svg/PictogramSuccess";
|
|
43
44
|
|
|
44
45
|
export const IOPictograms = {
|
|
45
46
|
airBaloon: PictogramAirBaloon,
|
|
@@ -79,7 +80,8 @@ export const IOPictograms = {
|
|
|
79
80
|
emptyArchive: PictogramEmptyArchive,
|
|
80
81
|
umbrellaNew: PictogramUmbrellaNew,
|
|
81
82
|
feedback: PictogramFeedback,
|
|
82
|
-
cameraRequest: PictogramCameraRequest
|
|
83
|
+
cameraRequest: PictogramCameraRequest,
|
|
84
|
+
success: PictogramSuccess
|
|
83
85
|
};
|
|
84
86
|
|
|
85
87
|
export type IOPictograms = keyof typeof IOPictograms;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import Svg, { Circle, ClipPath, Defs, G, Path, Rect } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramSuccess = ({ size, color, ...props }: SVGPictogramProps) => (
|
|
6
|
+
<Svg width={size} height={size} viewBox="0 0 124 124" {...props}>
|
|
7
|
+
<G clip-path="url(#clip0_9323_4689)">
|
|
8
|
+
<Path
|
|
9
|
+
d="M57.5222 99.433C59.3522 99.433 60.7207 98.8733 61.6085 97.7578C63.8145 94.9833 61.8916 89.9179 61.8063 89.706L60.1082 90.4056C60.5618 91.581 61.4573 94.9793 60.1896 96.5665C59.4297 97.518 57.9099 97.7818 55.6613 97.3541C50.8733 96.4425 47.4965 92.1847 46.3838 88.6146C45.8488 86.8994 45.8798 85.3922 46.4613 84.7725L45.1432 83.4652C44.0538 84.6326 43.8677 86.7195 44.6392 89.1943C45.9108 93.2842 49.7994 98.1616 55.3279 99.2131C56.1188 99.361 56.8477 99.437 57.5184 99.437L57.5222 99.433Z"
|
|
10
|
+
fill="#0B3EE3"
|
|
11
|
+
/>
|
|
12
|
+
<Path
|
|
13
|
+
d="M59.348 90.3617C62.3721 90.3617 63.6592 89.2983 64.1865 88.2028C64.9774 86.5597 64.1438 84.4408 62.9187 83.4173L61.7672 84.8845C62.3565 85.3723 62.9342 86.5517 62.5465 87.3633C62.0425 88.4147 59.6078 89.0584 54.2886 87.7191C46.6472 85.7961 44.7824 80.3389 44.352 77.2605C44.1582 75.8572 44.4955 74.4899 45.2786 73.5024C46.1509 72.403 47.1124 72.2391 48.3996 72.9747L49.2874 71.3275C47.2326 70.1521 45.3096 70.5 43.8674 72.311C42.7586 73.7023 42.274 75.6093 42.5454 77.5323C43.0416 81.0825 45.174 87.3633 53.8583 89.5541C56.1379 90.1298 57.9368 90.3617 59.3519 90.3617H59.348Z"
|
|
14
|
+
fill="#0B3EE3"
|
|
15
|
+
/>
|
|
16
|
+
<Path
|
|
17
|
+
d="M62.3059 85.1124C62.7169 85.1124 63.1045 85.0685 63.469 84.9765C64.7135 84.6727 65.6905 83.8571 66.3767 82.5578C66.8497 81.6582 67.09 80.111 65.5431 77.8402C64.4266 76.201 62.4997 74.4379 60.4644 73.1026C62.2555 70.388 61.5034 67.7574 60.7745 66.6579C59.2276 64.2912 57.0953 63.1438 54.6141 63.3556C51.1093 63.6475 48.2481 66.7779 47.9651 70.6359C47.6549 74.8137 48.9847 78.0921 51.7994 80.115C56.5448 83.5213 59.8634 85.1084 62.3098 85.1084L62.3059 85.1124ZM54.9824 72.8148C57.103 72.8148 61.9027 75.7812 64.0466 78.9236C64.5002 79.5913 65.202 80.8346 64.7716 81.6542C64.3335 82.4898 63.7869 82.9615 63.0503 83.1415C61.1234 83.6132 57.7893 82.118 52.8462 78.5678C50.5588 76.9247 49.5275 74.306 49.7911 70.7798C50.0082 67.8373 52.1483 65.4546 54.7653 65.2347C56.6184 65.0788 58.0762 65.8943 59.2664 67.7174C59.3207 67.8054 60.538 69.7723 58.8748 72.1591C57.2116 71.2836 55.5988 70.7838 54.4241 70.9717L54.6993 72.8348C54.7885 72.8228 54.8854 72.8148 54.9862 72.8148H54.9824Z"
|
|
18
|
+
fill="#0B3EE3"
|
|
19
|
+
/>
|
|
20
|
+
<Path
|
|
21
|
+
d="M88.1897 80.003C95.5985 80.003 103.461 77.8641 107.078 76.1929L106.33 74.4738C103.542 75.7612 97.8471 77.3883 91.9309 77.916C87.1313 78.3438 80.5948 78.1999 76.7217 75.0815C74.1862 73.0426 71.7864 70.6878 71.3793 67.2935C70.6465 61.2286 67.607 56.555 64.5636 56.9029C61.148 57.2827 59.9113 65.7543 59.6128 68.341L61.4311 68.5649C61.9622 63.9592 63.4277 58.9258 64.7613 58.7779C66.2578 58.606 68.8903 61.9363 69.561 67.5294C70.0534 71.6153 72.8874 74.3939 75.5974 76.5727C78.7416 79.1034 83.3706 80.007 88.1936 80.007L88.1897 80.003Z"
|
|
22
|
+
fill="#0B3EE3"
|
|
23
|
+
/>
|
|
24
|
+
<Path
|
|
25
|
+
d="M97.598 106.433C107.43 106.433 117.211 103.371 124 93.9159L122.531 92.7925C104.282 118.191 62.5466 94.6315 62.1279 94.3917L61.2362 96.0388C61.5154 96.1987 79.6323 106.429 97.598 106.429V106.433Z"
|
|
26
|
+
fill="#0B3EE3"
|
|
27
|
+
/>
|
|
28
|
+
</G>
|
|
29
|
+
<Circle cx="25.0589" cy="44.6917" r="21.4417" fill="#AAEEEF" />
|
|
30
|
+
<Path
|
|
31
|
+
fillRule="evenodd"
|
|
32
|
+
clipRule="evenodd"
|
|
33
|
+
d="M36.2598 37.0147C36.6982 37.4552 36.6966 38.1678 36.2563 38.6064L22.4373 52.3704C21.9983 52.8076 21.2886 52.8076 20.8497 52.3704L13.2492 44.8002C12.8089 44.3616 12.8074 43.649 13.2458 43.2085C13.6842 42.7681 14.3965 42.7665 14.8369 43.2051L21.6435 49.9846L34.6687 37.0113C35.109 36.5727 35.8213 36.5742 36.2598 37.0147Z"
|
|
34
|
+
fill="#00C5CA"
|
|
35
|
+
/>
|
|
36
|
+
<Defs>
|
|
37
|
+
<ClipPath id="clip0_9323_4689">
|
|
38
|
+
<Rect
|
|
39
|
+
width="81.532"
|
|
40
|
+
height="49.5505"
|
|
41
|
+
fill="white"
|
|
42
|
+
transform="matrix(-1 0 0 1 124 56.8829)"
|
|
43
|
+
/>
|
|
44
|
+
</ClipPath>
|
|
45
|
+
</Defs>
|
|
46
|
+
</Svg>
|
|
47
|
+
);
|
|
48
|
+
|
|
49
|
+
export default PictogramSuccess;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 124 124">
|
|
2
|
+
<g clip-path="url(#clip0_9323_4689)">
|
|
3
|
+
<path
|
|
4
|
+
d="M57.5222 99.433C59.3522 99.433 60.7207 98.8733 61.6085 97.7578C63.8145 94.9833 61.8916 89.9179 61.8063 89.706L60.1082 90.4056C60.5618 91.581 61.4573 94.9793 60.1896 96.5665C59.4297 97.518 57.9099 97.7818 55.6613 97.3541C50.8733 96.4425 47.4965 92.1847 46.3838 88.6146C45.8488 86.8994 45.8798 85.3922 46.4613 84.7725L45.1432 83.4652C44.0538 84.6326 43.8677 86.7195 44.6392 89.1943C45.9108 93.2842 49.7994 98.1616 55.3279 99.2131C56.1188 99.361 56.8477 99.437 57.5184 99.437L57.5222 99.433Z"
|
|
5
|
+
fill="#0B3EE3"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
d="M59.348 90.3617C62.3721 90.3617 63.6592 89.2983 64.1865 88.2028C64.9774 86.5597 64.1438 84.4408 62.9187 83.4173L61.7672 84.8845C62.3565 85.3723 62.9342 86.5517 62.5465 87.3633C62.0425 88.4147 59.6078 89.0584 54.2886 87.7191C46.6472 85.7961 44.7824 80.3389 44.352 77.2605C44.1582 75.8572 44.4955 74.4899 45.2786 73.5024C46.1509 72.403 47.1124 72.2391 48.3996 72.9747L49.2874 71.3275C47.2326 70.1521 45.3096 70.5 43.8674 72.311C42.7586 73.7023 42.274 75.6093 42.5454 77.5323C43.0416 81.0825 45.174 87.3633 53.8583 89.5541C56.1379 90.1298 57.9368 90.3617 59.3519 90.3617H59.348Z"
|
|
9
|
+
fill="#0B3EE3"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M62.3059 85.1124C62.7169 85.1124 63.1045 85.0685 63.469 84.9765C64.7135 84.6727 65.6905 83.8571 66.3767 82.5578C66.8497 81.6582 67.09 80.111 65.5431 77.8402C64.4266 76.201 62.4997 74.4379 60.4644 73.1026C62.2555 70.388 61.5034 67.7574 60.7745 66.6579C59.2276 64.2912 57.0953 63.1438 54.6141 63.3556C51.1093 63.6475 48.2481 66.7779 47.9651 70.6359C47.6549 74.8137 48.9847 78.0921 51.7994 80.115C56.5448 83.5213 59.8634 85.1084 62.3098 85.1084L62.3059 85.1124ZM54.9824 72.8148C57.103 72.8148 61.9027 75.7812 64.0466 78.9236C64.5002 79.5913 65.202 80.8346 64.7716 81.6542C64.3335 82.4898 63.7869 82.9615 63.0503 83.1415C61.1234 83.6132 57.7893 82.118 52.8462 78.5678C50.5588 76.9247 49.5275 74.306 49.7911 70.7798C50.0082 67.8373 52.1483 65.4546 54.7653 65.2347C56.6184 65.0788 58.0762 65.8943 59.2664 67.7174C59.3207 67.8054 60.538 69.7723 58.8748 72.1591C57.2116 71.2836 55.5988 70.7838 54.4241 70.9717L54.6993 72.8348C54.7885 72.8228 54.8854 72.8148 54.9862 72.8148H54.9824Z"
|
|
13
|
+
fill="#0B3EE3"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M88.1897 80.003C95.5985 80.003 103.461 77.8641 107.078 76.1929L106.33 74.4738C103.542 75.7612 97.8471 77.3883 91.9309 77.916C87.1313 78.3438 80.5948 78.1999 76.7217 75.0815C74.1862 73.0426 71.7864 70.6878 71.3793 67.2935C70.6465 61.2286 67.607 56.555 64.5636 56.9029C61.148 57.2827 59.9113 65.7543 59.6128 68.341L61.4311 68.5649C61.9622 63.9592 63.4277 58.9258 64.7613 58.7779C66.2578 58.606 68.8903 61.9363 69.561 67.5294C70.0534 71.6153 72.8874 74.3939 75.5974 76.5727C78.7416 79.1034 83.3706 80.007 88.1936 80.007L88.1897 80.003Z"
|
|
17
|
+
fill="#0B3EE3"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M97.598 106.433C107.43 106.433 117.211 103.371 124 93.9159L122.531 92.7925C104.282 118.191 62.5466 94.6315 62.1279 94.3917L61.2362 96.0388C61.5154 96.1987 79.6323 106.429 97.598 106.429V106.433Z"
|
|
21
|
+
fill="#0B3EE3"
|
|
22
|
+
/>
|
|
23
|
+
</g>
|
|
24
|
+
<circle cx="25.0589" cy="44.6917" r="21.4417" fill="#AAEEEF"/>
|
|
25
|
+
<path
|
|
26
|
+
fill-rule="evenodd"
|
|
27
|
+
clip-rule="evenodd"
|
|
28
|
+
d="M36.2598 37.0147C36.6982 37.4552 36.6966 38.1678 36.2563 38.6064L22.4373 52.3704C21.9983 52.8076 21.2886 52.8076 20.8497 52.3704L13.2492 44.8002C12.8089 44.3616 12.8074 43.649 13.2458 43.2085C13.6842 42.7681 14.3965 42.7665 14.8369 43.2051L21.6435 49.9846L34.6687 37.0113C35.109 36.5727 35.8213 36.5742 36.2598 37.0147Z" fill="#00C5CA"
|
|
29
|
+
/>
|
|
30
|
+
<defs>
|
|
31
|
+
<clipPath id="clip0_9323_4689">
|
|
32
|
+
<rect width="81.532" height="49.5505" fill="white" transform="matrix(-1 0 0 1 124 56.8829)"/>
|
|
33
|
+
</clipPath>
|
|
34
|
+
</defs>
|
|
35
|
+
</svg>
|