@pagopa/io-app-design-system 1.16.1 → 1.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (460) hide show
  1. package/README.md +131 -54
  2. package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +4 -4
  3. package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -4
  4. package/lib/commonjs/components/checkbox/AnimatedCheckbox.js +6 -2
  5. package/lib/commonjs/components/checkbox/AnimatedCheckbox.js.map +1 -1
  6. package/lib/commonjs/components/codeInput/CodeInput.js +103 -0
  7. package/lib/commonjs/components/codeInput/CodeInput.js.map +1 -0
  8. package/lib/commonjs/components/codeInput/index.js +17 -0
  9. package/lib/commonjs/components/codeInput/index.js.map +1 -0
  10. package/lib/commonjs/components/icons/Icon.js +2 -0
  11. package/lib/commonjs/components/icons/Icon.js.map +1 -1
  12. package/lib/commonjs/components/icons/README.md +79 -19
  13. package/lib/commonjs/components/icons/svg/IconSparkles.js +30 -0
  14. package/lib/commonjs/components/icons/svg/IconSparkles.js.map +1 -0
  15. package/lib/commonjs/components/icons/svg/originals/IconSparkles.svg +3 -0
  16. package/lib/commonjs/components/index.js +48 -26
  17. package/lib/commonjs/components/index.js.map +1 -1
  18. package/lib/commonjs/components/layout/HeaderSecondLevel.js +5 -4
  19. package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -1
  20. package/lib/commonjs/components/listitems/ListItemAction.js +4 -3
  21. package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
  22. package/lib/commonjs/components/listitems/ListItemHeader.js +87 -0
  23. package/lib/commonjs/components/listitems/ListItemHeader.js.map +1 -0
  24. package/lib/commonjs/components/listitems/ListItemInfoCopy.js +5 -30
  25. package/lib/commonjs/components/listitems/ListItemInfoCopy.js.map +1 -1
  26. package/lib/commonjs/components/listitems/ListItemNav.js +15 -23
  27. package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
  28. package/lib/commonjs/components/listitems/ListItemNavAlert.js +4 -22
  29. package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
  30. package/lib/commonjs/components/listitems/ListItemRadio.js +69 -10
  31. package/lib/commonjs/components/listitems/ListItemRadio.js.map +1 -1
  32. package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js +64 -0
  33. package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js.map +1 -0
  34. package/lib/commonjs/components/listitems/ListItemTransaction.js +8 -5
  35. package/lib/commonjs/components/listitems/ListItemTransaction.js.map +1 -1
  36. package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +684 -34
  37. package/lib/commonjs/components/listitems/__test__/listitem.test.js +17 -0
  38. package/lib/commonjs/components/listitems/__test__/listitem.test.js.map +1 -1
  39. package/lib/commonjs/components/listitems/index.js +22 -0
  40. package/lib/commonjs/components/listitems/index.js.map +1 -1
  41. package/lib/commonjs/components/modules/ModuleCheckout.js +103 -0
  42. package/lib/commonjs/components/modules/ModuleCheckout.js.map +1 -0
  43. package/lib/commonjs/components/modules/index.js +11 -0
  44. package/lib/commonjs/components/modules/index.js.map +1 -1
  45. package/lib/commonjs/components/numberpad/NumberPad.js +7 -10
  46. package/lib/commonjs/components/numberpad/NumberPad.js.map +1 -1
  47. package/lib/commonjs/components/pictograms/Pictogram.js +19 -1
  48. package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
  49. package/lib/commonjs/components/pictograms/README.md +103 -14
  50. package/lib/commonjs/components/pictograms/svg/PictogramBiometric.js +82 -0
  51. package/lib/commonjs/components/pictograms/svg/PictogramBiometric.js.map +1 -0
  52. package/lib/commonjs/components/pictograms/svg/PictogramBleedEnded.js +43 -0
  53. package/lib/commonjs/components/pictograms/svg/PictogramBleedEnded.js.map +1 -0
  54. package/lib/commonjs/components/pictograms/svg/PictogramBleedLostConnection.js +64 -0
  55. package/lib/commonjs/components/pictograms/svg/PictogramBleedLostConnection.js.map +1 -0
  56. package/lib/commonjs/components/pictograms/svg/PictogramBleedPending.js +15 -9
  57. package/lib/commonjs/components/pictograms/svg/PictogramBleedPending.js.map +1 -1
  58. package/lib/commonjs/components/pictograms/svg/PictogramBleedQrCode.js +79 -0
  59. package/lib/commonjs/components/pictograms/svg/PictogramBleedQrCode.js.map +1 -0
  60. package/lib/commonjs/components/pictograms/svg/PictogramEmailDotCheck.js +60 -0
  61. package/lib/commonjs/components/pictograms/svg/PictogramEmailDotCheck.js.map +1 -0
  62. package/lib/commonjs/components/pictograms/svg/PictogramEmailDotNotif.js +58 -0
  63. package/lib/commonjs/components/pictograms/svg/PictogramEmailDotNotif.js.map +1 -0
  64. package/lib/commonjs/components/pictograms/svg/PictogramEnded.js +43 -0
  65. package/lib/commonjs/components/pictograms/svg/PictogramEnded.js.map +1 -0
  66. package/lib/commonjs/components/pictograms/svg/PictogramLostConnection.js +58 -0
  67. package/lib/commonjs/components/pictograms/svg/PictogramLostConnection.js.map +1 -0
  68. package/lib/commonjs/components/pictograms/svg/PictogramPending.js +15 -9
  69. package/lib/commonjs/components/pictograms/svg/PictogramPending.js.map +1 -1
  70. package/lib/commonjs/components/pictograms/svg/PictogramQrCode.js +91 -0
  71. package/lib/commonjs/components/pictograms/svg/PictogramQrCode.js.map +1 -0
  72. package/lib/commonjs/components/pictograms/svg/originals/PictogramBiometric.svg +1 -0
  73. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedEnded.svg +1 -0
  74. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedLostConnection.svg +1 -0
  75. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -1
  76. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedQrCode.svg +1 -0
  77. package/lib/commonjs/components/pictograms/svg/originals/PictogramEmailDotCheck.svg +41 -0
  78. package/lib/commonjs/components/pictograms/svg/originals/PictogramEmailDotNotif.svg +35 -0
  79. package/lib/commonjs/components/pictograms/svg/originals/PictogramEnded.svg +1 -0
  80. package/lib/commonjs/components/pictograms/svg/originals/PictogramLostConnection.svg +1 -0
  81. package/lib/commonjs/components/pictograms/svg/originals/PictogramPending.svg +1 -1
  82. package/lib/commonjs/components/pictograms/svg/originals/PictogramQrCode.svg +1 -0
  83. package/lib/commonjs/components/radio/RadioGroup.js +2 -1
  84. package/lib/commonjs/components/radio/RadioGroup.js.map +1 -1
  85. package/lib/commonjs/components/stepper/Stepper.js +52 -0
  86. package/lib/commonjs/components/stepper/Stepper.js.map +1 -0
  87. package/lib/commonjs/components/stepper/index.js +17 -0
  88. package/lib/commonjs/components/stepper/index.js.map +1 -0
  89. package/lib/commonjs/components/typography/H1.js +5 -3
  90. package/lib/commonjs/components/typography/H1.js.map +1 -1
  91. package/lib/commonjs/components/typography/H2.js +5 -3
  92. package/lib/commonjs/components/typography/H2.js.map +1 -1
  93. package/lib/commonjs/components/typography/H3.js +5 -3
  94. package/lib/commonjs/components/typography/H3.js.map +1 -1
  95. package/lib/commonjs/components/typography/H4.js +2 -1
  96. package/lib/commonjs/components/typography/H4.js.map +1 -1
  97. package/lib/commonjs/components/typography/H6.js +4 -2
  98. package/lib/commonjs/components/typography/H6.js.map +1 -1
  99. package/lib/commonjs/components/typography/Hero.js +7 -3
  100. package/lib/commonjs/components/typography/Hero.js.map +1 -1
  101. package/lib/commonjs/components/typography/LabelSmall.js +6 -1
  102. package/lib/commonjs/components/typography/LabelSmall.js.map +1 -1
  103. package/lib/commonjs/components/typography/LabelSmallAlt.js +39 -0
  104. package/lib/commonjs/components/typography/LabelSmallAlt.js.map +1 -0
  105. package/lib/commonjs/components/typography/README.md +23 -0
  106. package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +84 -74
  107. package/lib/commonjs/components/typography/index.js +11 -0
  108. package/lib/commonjs/components/typography/index.js.map +1 -1
  109. package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +4 -4
  110. package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -4
  111. package/lib/module/components/checkbox/AnimatedCheckbox.js +6 -2
  112. package/lib/module/components/checkbox/AnimatedCheckbox.js.map +1 -1
  113. package/lib/module/components/codeInput/CodeInput.js +94 -0
  114. package/lib/module/components/codeInput/CodeInput.js.map +1 -0
  115. package/lib/module/components/codeInput/index.js +2 -0
  116. package/lib/module/components/codeInput/index.js.map +1 -0
  117. package/lib/module/components/icons/Icon.js +2 -0
  118. package/lib/module/components/icons/Icon.js.map +1 -1
  119. package/lib/module/components/icons/README.md +79 -19
  120. package/lib/module/components/icons/svg/IconSparkles.js +21 -0
  121. package/lib/module/components/icons/svg/IconSparkles.js.map +1 -0
  122. package/lib/module/components/icons/svg/originals/IconSparkles.svg +3 -0
  123. package/lib/module/components/index.js +5 -3
  124. package/lib/module/components/index.js.map +1 -1
  125. package/lib/module/components/layout/HeaderSecondLevel.js +5 -4
  126. package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -1
  127. package/lib/module/components/listitems/ListItemAction.js +4 -3
  128. package/lib/module/components/listitems/ListItemAction.js.map +1 -1
  129. package/lib/module/components/listitems/ListItemHeader.js +77 -0
  130. package/lib/module/components/listitems/ListItemHeader.js.map +1 -0
  131. package/lib/module/components/listitems/ListItemInfoCopy.js +7 -32
  132. package/lib/module/components/listitems/ListItemInfoCopy.js.map +1 -1
  133. package/lib/module/components/listitems/ListItemNav.js +17 -26
  134. package/lib/module/components/listitems/ListItemNav.js.map +1 -1
  135. package/lib/module/components/listitems/ListItemNavAlert.js +6 -24
  136. package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
  137. package/lib/module/components/listitems/ListItemRadio.js +69 -10
  138. package/lib/module/components/listitems/ListItemRadio.js.map +1 -1
  139. package/lib/module/components/listitems/ListItemRadioWithAmount.js +54 -0
  140. package/lib/module/components/listitems/ListItemRadioWithAmount.js.map +1 -0
  141. package/lib/module/components/listitems/ListItemTransaction.js +10 -7
  142. package/lib/module/components/listitems/ListItemTransaction.js.map +1 -1
  143. package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +684 -34
  144. package/lib/module/components/listitems/__test__/listitem.test.js +17 -0
  145. package/lib/module/components/listitems/__test__/listitem.test.js.map +1 -1
  146. package/lib/module/components/listitems/index.js +2 -0
  147. package/lib/module/components/listitems/index.js.map +1 -1
  148. package/lib/module/components/modules/ModuleCheckout.js +95 -0
  149. package/lib/module/components/modules/ModuleCheckout.js.map +1 -0
  150. package/lib/module/components/modules/index.js +1 -0
  151. package/lib/module/components/modules/index.js.map +1 -1
  152. package/lib/module/components/numberpad/NumberPad.js +6 -7
  153. package/lib/module/components/numberpad/NumberPad.js.map +1 -1
  154. package/lib/module/components/pictograms/Pictogram.js +19 -1
  155. package/lib/module/components/pictograms/Pictogram.js.map +1 -1
  156. package/lib/module/components/pictograms/README.md +103 -14
  157. package/lib/module/components/pictograms/svg/PictogramBiometric.js +74 -0
  158. package/lib/module/components/pictograms/svg/PictogramBiometric.js.map +1 -0
  159. package/lib/module/components/pictograms/svg/PictogramBleedEnded.js +35 -0
  160. package/lib/module/components/pictograms/svg/PictogramBleedEnded.js.map +1 -0
  161. package/lib/module/components/pictograms/svg/PictogramBleedLostConnection.js +56 -0
  162. package/lib/module/components/pictograms/svg/PictogramBleedLostConnection.js.map +1 -0
  163. package/lib/module/components/pictograms/svg/PictogramBleedPending.js +15 -9
  164. package/lib/module/components/pictograms/svg/PictogramBleedPending.js.map +1 -1
  165. package/lib/module/components/pictograms/svg/PictogramBleedQrCode.js +71 -0
  166. package/lib/module/components/pictograms/svg/PictogramBleedQrCode.js.map +1 -0
  167. package/lib/module/components/pictograms/svg/PictogramEmailDotCheck.js +52 -0
  168. package/lib/module/components/pictograms/svg/PictogramEmailDotCheck.js.map +1 -0
  169. package/lib/module/components/pictograms/svg/PictogramEmailDotNotif.js +50 -0
  170. package/lib/module/components/pictograms/svg/PictogramEmailDotNotif.js.map +1 -0
  171. package/lib/module/components/pictograms/svg/PictogramEnded.js +35 -0
  172. package/lib/module/components/pictograms/svg/PictogramEnded.js.map +1 -0
  173. package/lib/module/components/pictograms/svg/PictogramLostConnection.js +50 -0
  174. package/lib/module/components/pictograms/svg/PictogramLostConnection.js.map +1 -0
  175. package/lib/module/components/pictograms/svg/PictogramPending.js +15 -9
  176. package/lib/module/components/pictograms/svg/PictogramPending.js.map +1 -1
  177. package/lib/module/components/pictograms/svg/PictogramQrCode.js +83 -0
  178. package/lib/module/components/pictograms/svg/PictogramQrCode.js.map +1 -0
  179. package/lib/module/components/pictograms/svg/originals/PictogramBiometric.svg +1 -0
  180. package/lib/module/components/pictograms/svg/originals/PictogramBleedEnded.svg +1 -0
  181. package/lib/module/components/pictograms/svg/originals/PictogramBleedLostConnection.svg +1 -0
  182. package/lib/module/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -1
  183. package/lib/module/components/pictograms/svg/originals/PictogramBleedQrCode.svg +1 -0
  184. package/lib/module/components/pictograms/svg/originals/PictogramEmailDotCheck.svg +41 -0
  185. package/lib/module/components/pictograms/svg/originals/PictogramEmailDotNotif.svg +35 -0
  186. package/lib/module/components/pictograms/svg/originals/PictogramEnded.svg +1 -0
  187. package/lib/module/components/pictograms/svg/originals/PictogramLostConnection.svg +1 -0
  188. package/lib/module/components/pictograms/svg/originals/PictogramPending.svg +1 -1
  189. package/lib/module/components/pictograms/svg/originals/PictogramQrCode.svg +1 -0
  190. package/lib/module/components/radio/RadioGroup.js +2 -1
  191. package/lib/module/components/radio/RadioGroup.js.map +1 -1
  192. package/lib/module/components/stepper/Stepper.js +43 -0
  193. package/lib/module/components/stepper/Stepper.js.map +1 -0
  194. package/lib/module/components/stepper/index.js +2 -0
  195. package/lib/module/components/stepper/index.js.map +1 -0
  196. package/lib/module/components/typography/H1.js +5 -3
  197. package/lib/module/components/typography/H1.js.map +1 -1
  198. package/lib/module/components/typography/H2.js +5 -3
  199. package/lib/module/components/typography/H2.js.map +1 -1
  200. package/lib/module/components/typography/H3.js +5 -3
  201. package/lib/module/components/typography/H3.js.map +1 -1
  202. package/lib/module/components/typography/H4.js +2 -1
  203. package/lib/module/components/typography/H4.js.map +1 -1
  204. package/lib/module/components/typography/H6.js +4 -2
  205. package/lib/module/components/typography/H6.js.map +1 -1
  206. package/lib/module/components/typography/Hero.js +7 -3
  207. package/lib/module/components/typography/Hero.js.map +1 -1
  208. package/lib/module/components/typography/LabelSmall.js +6 -1
  209. package/lib/module/components/typography/LabelSmall.js.map +1 -1
  210. package/lib/module/components/typography/LabelSmallAlt.js +32 -0
  211. package/lib/module/components/typography/LabelSmallAlt.js.map +1 -0
  212. package/lib/module/components/typography/README.md +23 -0
  213. package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +84 -74
  214. package/lib/module/components/typography/index.js +1 -0
  215. package/lib/module/components/typography/index.js.map +1 -1
  216. package/lib/typescript/components/checkbox/AnimatedCheckbox.d.ts.map +1 -1
  217. package/lib/typescript/components/codeInput/CodeInput.d.ts +11 -0
  218. package/lib/typescript/components/codeInput/CodeInput.d.ts.map +1 -0
  219. package/lib/typescript/components/codeInput/index.d.ts +2 -0
  220. package/lib/typescript/components/codeInput/index.d.ts.map +1 -0
  221. package/lib/typescript/components/icons/Icon.d.ts +1 -0
  222. package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
  223. package/lib/typescript/components/icons/svg/IconSparkles.d.ts +5 -0
  224. package/lib/typescript/components/icons/svg/IconSparkles.d.ts.map +1 -0
  225. package/lib/typescript/components/index.d.ts +5 -3
  226. package/lib/typescript/components/index.d.ts.map +1 -1
  227. package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -1
  228. package/lib/typescript/components/listitems/ListItemAction.d.ts.map +1 -1
  229. package/lib/typescript/components/listitems/ListItemHeader.d.ts +34 -0
  230. package/lib/typescript/components/listitems/ListItemHeader.d.ts.map +1 -0
  231. package/lib/typescript/components/listitems/ListItemInfoCopy.d.ts.map +1 -1
  232. package/lib/typescript/components/listitems/ListItemNav.d.ts +4 -1
  233. package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
  234. package/lib/typescript/components/listitems/ListItemNavAlert.d.ts +2 -2
  235. package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
  236. package/lib/typescript/components/listitems/ListItemRadio.d.ts +21 -3
  237. package/lib/typescript/components/listitems/ListItemRadio.d.ts.map +1 -1
  238. package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts +13 -0
  239. package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts.map +1 -0
  240. package/lib/typescript/components/listitems/ListItemTransaction.d.ts.map +1 -1
  241. package/lib/typescript/components/listitems/index.d.ts +2 -0
  242. package/lib/typescript/components/listitems/index.d.ts.map +1 -1
  243. package/lib/typescript/components/modules/ModuleCheckout.d.ts +15 -0
  244. package/lib/typescript/components/modules/ModuleCheckout.d.ts.map +1 -0
  245. package/lib/typescript/components/modules/index.d.ts +1 -0
  246. package/lib/typescript/components/modules/index.d.ts.map +1 -1
  247. package/lib/typescript/components/numberpad/NumberPad.d.ts +2 -1
  248. package/lib/typescript/components/numberpad/NumberPad.d.ts.map +1 -1
  249. package/lib/typescript/components/pictograms/Pictogram.d.ts +7 -1
  250. package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
  251. package/lib/typescript/components/pictograms/svg/PictogramBiometric.d.ts +5 -0
  252. package/lib/typescript/components/pictograms/svg/PictogramBiometric.d.ts.map +1 -0
  253. package/lib/typescript/components/pictograms/svg/PictogramBleedEnded.d.ts +5 -0
  254. package/lib/typescript/components/pictograms/svg/PictogramBleedEnded.d.ts.map +1 -0
  255. package/lib/typescript/components/pictograms/svg/PictogramBleedLostConnection.d.ts +5 -0
  256. package/lib/typescript/components/pictograms/svg/PictogramBleedLostConnection.d.ts.map +1 -0
  257. package/lib/typescript/components/pictograms/svg/PictogramBleedPending.d.ts.map +1 -1
  258. package/lib/typescript/components/pictograms/svg/PictogramBleedQrCode.d.ts +5 -0
  259. package/lib/typescript/components/pictograms/svg/PictogramBleedQrCode.d.ts.map +1 -0
  260. package/lib/typescript/components/pictograms/svg/PictogramEmailDotCheck.d.ts +5 -0
  261. package/lib/typescript/components/pictograms/svg/PictogramEmailDotCheck.d.ts.map +1 -0
  262. package/lib/typescript/components/pictograms/svg/PictogramEmailDotNotif.d.ts +5 -0
  263. package/lib/typescript/components/pictograms/svg/PictogramEmailDotNotif.d.ts.map +1 -0
  264. package/lib/typescript/components/pictograms/svg/PictogramEnded.d.ts +5 -0
  265. package/lib/typescript/components/pictograms/svg/PictogramEnded.d.ts.map +1 -0
  266. package/lib/typescript/components/pictograms/svg/PictogramLostConnection.d.ts +5 -0
  267. package/lib/typescript/components/pictograms/svg/PictogramLostConnection.d.ts.map +1 -0
  268. package/lib/typescript/components/pictograms/svg/PictogramPending.d.ts.map +1 -1
  269. package/lib/typescript/components/pictograms/svg/PictogramQrCode.d.ts +5 -0
  270. package/lib/typescript/components/pictograms/svg/PictogramQrCode.d.ts.map +1 -0
  271. package/lib/typescript/components/radio/RadioGroup.d.ts +4 -3
  272. package/lib/typescript/components/radio/RadioGroup.d.ts.map +1 -1
  273. package/lib/typescript/components/stepper/Stepper.d.ts +8 -0
  274. package/lib/typescript/components/stepper/Stepper.d.ts.map +1 -0
  275. package/lib/typescript/components/stepper/index.d.ts +2 -0
  276. package/lib/typescript/components/stepper/index.d.ts.map +1 -0
  277. package/lib/typescript/components/typography/H1.d.ts +1 -1
  278. package/lib/typescript/components/typography/H1.d.ts.map +1 -1
  279. package/lib/typescript/components/typography/H2.d.ts +1 -1
  280. package/lib/typescript/components/typography/H2.d.ts.map +1 -1
  281. package/lib/typescript/components/typography/H3.d.ts +1 -1
  282. package/lib/typescript/components/typography/H3.d.ts.map +1 -1
  283. package/lib/typescript/components/typography/H4.d.ts.map +1 -1
  284. package/lib/typescript/components/typography/H6.d.ts.map +1 -1
  285. package/lib/typescript/components/typography/Hero.d.ts +1 -1
  286. package/lib/typescript/components/typography/Hero.d.ts.map +1 -1
  287. package/lib/typescript/components/typography/LabelSmall.d.ts.map +1 -1
  288. package/lib/typescript/components/typography/LabelSmallAlt.d.ts +14 -0
  289. package/lib/typescript/components/typography/LabelSmallAlt.d.ts.map +1 -0
  290. package/lib/typescript/components/typography/index.d.ts +1 -0
  291. package/lib/typescript/components/typography/index.d.ts.map +1 -1
  292. package/package.json +9 -2
  293. package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +4 -4
  294. package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -4
  295. package/src/components/checkbox/AnimatedCheckbox.tsx +6 -4
  296. package/src/components/codeInput/CodeInput.tsx +121 -0
  297. package/src/components/codeInput/index.tsx +1 -0
  298. package/src/components/icons/Icon.tsx +2 -0
  299. package/src/components/icons/README.md +79 -19
  300. package/src/components/icons/svg/IconSparkles.tsx +14 -0
  301. package/src/components/icons/svg/originals/IconSparkles.svg +3 -0
  302. package/src/components/index.tsx +5 -3
  303. package/src/components/layout/HeaderSecondLevel.tsx +6 -9
  304. package/src/components/listitems/ListItemAction.tsx +4 -3
  305. package/src/components/listitems/ListItemHeader.tsx +146 -0
  306. package/src/components/listitems/ListItemInfoCopy.tsx +14 -57
  307. package/src/components/listitems/ListItemNav.tsx +32 -44
  308. package/src/components/listitems/ListItemNavAlert.tsx +21 -42
  309. package/src/components/listitems/ListItemRadio.tsx +99 -12
  310. package/src/components/listitems/ListItemRadioWithAmount.tsx +69 -0
  311. package/src/components/listitems/ListItemTransaction.tsx +12 -7
  312. package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +684 -34
  313. package/src/components/listitems/__test__/listitem.test.tsx +21 -0
  314. package/src/components/listitems/index.tsx +2 -0
  315. package/src/components/modules/ModuleCheckout.tsx +98 -0
  316. package/src/components/modules/index.tsx +1 -0
  317. package/src/components/numberpad/NumberPad.tsx +7 -8
  318. package/src/components/pictograms/Pictogram.tsx +23 -2
  319. package/src/components/pictograms/README.md +103 -14
  320. package/src/components/pictograms/svg/PictogramBiometric.tsx +78 -0
  321. package/src/components/pictograms/svg/PictogramBleedEnded.tsx +38 -0
  322. package/src/components/pictograms/svg/PictogramBleedLostConnection.tsx +66 -0
  323. package/src/components/pictograms/svg/PictogramBleedPending.tsx +17 -9
  324. package/src/components/pictograms/svg/PictogramBleedQrCode.tsx +86 -0
  325. package/src/components/pictograms/svg/PictogramEmailDotCheck.tsx +53 -0
  326. package/src/components/pictograms/svg/PictogramEmailDotNotif.tsx +51 -0
  327. package/src/components/pictograms/svg/PictogramEnded.tsx +34 -0
  328. package/src/components/pictograms/svg/PictogramLostConnection.tsx +58 -0
  329. package/src/components/pictograms/svg/PictogramPending.tsx +17 -9
  330. package/src/components/pictograms/svg/PictogramQrCode.tsx +102 -0
  331. package/src/components/pictograms/svg/originals/PictogramBiometric.svg +1 -0
  332. package/src/components/pictograms/svg/originals/PictogramBleedEnded.svg +1 -0
  333. package/src/components/pictograms/svg/originals/PictogramBleedLostConnection.svg +1 -0
  334. package/src/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -1
  335. package/src/components/pictograms/svg/originals/PictogramBleedQrCode.svg +1 -0
  336. package/src/components/pictograms/svg/originals/PictogramEmailDotCheck.svg +41 -0
  337. package/src/components/pictograms/svg/originals/PictogramEmailDotNotif.svg +35 -0
  338. package/src/components/pictograms/svg/originals/PictogramEnded.svg +1 -0
  339. package/src/components/pictograms/svg/originals/PictogramLostConnection.svg +1 -0
  340. package/src/components/pictograms/svg/originals/PictogramPending.svg +1 -1
  341. package/src/components/pictograms/svg/originals/PictogramQrCode.svg +1 -0
  342. package/src/components/radio/RadioGroup.tsx +5 -4
  343. package/src/components/stepper/Stepper.tsx +62 -0
  344. package/src/components/stepper/index.tsx +1 -0
  345. package/src/components/typography/H1.tsx +8 -3
  346. package/src/components/typography/H2.tsx +8 -3
  347. package/src/components/typography/H3.tsx +8 -3
  348. package/src/components/typography/H4.tsx +5 -1
  349. package/src/components/typography/H6.tsx +6 -1
  350. package/src/components/typography/Hero.tsx +10 -3
  351. package/src/components/typography/LabelSmall.tsx +8 -1
  352. package/src/components/typography/LabelSmallAlt.tsx +51 -0
  353. package/src/components/typography/README.md +23 -0
  354. package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +84 -74
  355. package/src/components/typography/index.tsx +1 -0
  356. package/lib/commonjs/components/icons/generateNewIcons.js +0 -165
  357. package/lib/commonjs/components/icons/generateNewIcons.js.map +0 -1
  358. package/lib/commonjs/components/icons/generateNewTimestamp.js +0 -8
  359. package/lib/commonjs/components/icons/generateNewTimestamp.js.map +0 -1
  360. package/lib/commonjs/components/icons/timestamp.txt +0 -1
  361. package/lib/commonjs/components/pictograms/generateNewPictograms.js +0 -163
  362. package/lib/commonjs/components/pictograms/generateNewPictograms.js.map +0 -1
  363. package/lib/commonjs/components/pictograms/timestamp.txt +0 -1
  364. package/lib/commonjs/stories/ButtonDS.stories.js +0 -34
  365. package/lib/commonjs/stories/ButtonDS.stories.js.map +0 -1
  366. package/lib/commonjs/stories/H1.stories.js +0 -33
  367. package/lib/commonjs/stories/H1.stories.js.map +0 -1
  368. package/lib/commonjs/stories/H2.stories.js +0 -33
  369. package/lib/commonjs/stories/H2.stories.js.map +0 -1
  370. package/lib/commonjs/stories/H3.stories.js +0 -33
  371. package/lib/commonjs/stories/H3.stories.js.map +0 -1
  372. package/lib/commonjs/stories/H4.stories.js +0 -33
  373. package/lib/commonjs/stories/H4.stories.js.map +0 -1
  374. package/lib/commonjs/stories/H5.stories.js +0 -33
  375. package/lib/commonjs/stories/H5.stories.js.map +0 -1
  376. package/lib/commonjs/stories/H6.stories.js +0 -33
  377. package/lib/commonjs/stories/H6.stories.js.map +0 -1
  378. package/lib/commonjs/stories/Label.stories.js +0 -33
  379. package/lib/commonjs/stories/Label.stories.js.map +0 -1
  380. package/lib/commonjs/stories/LabelSmall.stories.js +0 -33
  381. package/lib/commonjs/stories/LabelSmall.stories.js.map +0 -1
  382. package/lib/commonjs/stories/Link.stories.js +0 -33
  383. package/lib/commonjs/stories/Link.stories.js.map +0 -1
  384. package/lib/commonjs/stories/ModuleIDP.stories.js +0 -45
  385. package/lib/commonjs/stories/ModuleIDP.stories.js.map +0 -1
  386. package/lib/commonjs/stories/Monospace.stories.js +0 -33
  387. package/lib/commonjs/stories/Monospace.stories.js.map +0 -1
  388. package/lib/module/components/icons/generateNewIcons.js +0 -163
  389. package/lib/module/components/icons/generateNewIcons.js.map +0 -1
  390. package/lib/module/components/icons/generateNewTimestamp.js +0 -6
  391. package/lib/module/components/icons/generateNewTimestamp.js.map +0 -1
  392. package/lib/module/components/icons/timestamp.txt +0 -1
  393. package/lib/module/components/pictograms/generateNewPictograms.js +0 -161
  394. package/lib/module/components/pictograms/generateNewPictograms.js.map +0 -1
  395. package/lib/module/components/pictograms/timestamp.txt +0 -1
  396. package/lib/module/stories/ButtonDS.stories.js +0 -27
  397. package/lib/module/stories/ButtonDS.stories.js.map +0 -1
  398. package/lib/module/stories/H1.stories.js +0 -26
  399. package/lib/module/stories/H1.stories.js.map +0 -1
  400. package/lib/module/stories/H2.stories.js +0 -26
  401. package/lib/module/stories/H2.stories.js.map +0 -1
  402. package/lib/module/stories/H3.stories.js +0 -26
  403. package/lib/module/stories/H3.stories.js.map +0 -1
  404. package/lib/module/stories/H4.stories.js +0 -26
  405. package/lib/module/stories/H4.stories.js.map +0 -1
  406. package/lib/module/stories/H5.stories.js +0 -26
  407. package/lib/module/stories/H5.stories.js.map +0 -1
  408. package/lib/module/stories/H6.stories.js +0 -26
  409. package/lib/module/stories/H6.stories.js.map +0 -1
  410. package/lib/module/stories/Label.stories.js +0 -26
  411. package/lib/module/stories/Label.stories.js.map +0 -1
  412. package/lib/module/stories/LabelSmall.stories.js +0 -26
  413. package/lib/module/stories/LabelSmall.stories.js.map +0 -1
  414. package/lib/module/stories/Link.stories.js +0 -26
  415. package/lib/module/stories/Link.stories.js.map +0 -1
  416. package/lib/module/stories/ModuleIDP.stories.js +0 -37
  417. package/lib/module/stories/ModuleIDP.stories.js.map +0 -1
  418. package/lib/module/stories/Monospace.stories.js +0 -26
  419. package/lib/module/stories/Monospace.stories.js.map +0 -1
  420. package/lib/typescript/stories/ButtonDS.stories.d.ts +0 -14
  421. package/lib/typescript/stories/ButtonDS.stories.d.ts.map +0 -1
  422. package/lib/typescript/stories/H1.stories.d.ts +0 -19
  423. package/lib/typescript/stories/H1.stories.d.ts.map +0 -1
  424. package/lib/typescript/stories/H2.stories.d.ts +0 -19
  425. package/lib/typescript/stories/H2.stories.d.ts.map +0 -1
  426. package/lib/typescript/stories/H3.stories.d.ts +0 -19
  427. package/lib/typescript/stories/H3.stories.d.ts.map +0 -1
  428. package/lib/typescript/stories/H4.stories.d.ts +0 -19
  429. package/lib/typescript/stories/H4.stories.d.ts.map +0 -1
  430. package/lib/typescript/stories/H5.stories.d.ts +0 -19
  431. package/lib/typescript/stories/H5.stories.d.ts.map +0 -1
  432. package/lib/typescript/stories/H6.stories.d.ts +0 -19
  433. package/lib/typescript/stories/H6.stories.d.ts.map +0 -1
  434. package/lib/typescript/stories/Label.stories.d.ts +0 -21
  435. package/lib/typescript/stories/Label.stories.d.ts.map +0 -1
  436. package/lib/typescript/stories/LabelSmall.stories.d.ts +0 -21
  437. package/lib/typescript/stories/LabelSmall.stories.d.ts.map +0 -1
  438. package/lib/typescript/stories/Link.stories.d.ts +0 -21
  439. package/lib/typescript/stories/Link.stories.d.ts.map +0 -1
  440. package/lib/typescript/stories/ModuleIDP.stories.d.ts +0 -24
  441. package/lib/typescript/stories/ModuleIDP.stories.d.ts.map +0 -1
  442. package/lib/typescript/stories/Monospace.stories.d.ts +0 -19
  443. package/lib/typescript/stories/Monospace.stories.d.ts.map +0 -1
  444. package/src/components/icons/generateNewIcons.js +0 -186
  445. package/src/components/icons/generateNewTimestamp.js +0 -7
  446. package/src/components/icons/timestamp.txt +0 -1
  447. package/src/components/pictograms/generateNewPictograms.js +0 -181
  448. package/src/components/pictograms/timestamp.txt +0 -1
  449. package/src/stories/ButtonDS.stories.ts +0 -31
  450. package/src/stories/H1.stories.ts +0 -28
  451. package/src/stories/H2.stories.ts +0 -28
  452. package/src/stories/H3.stories.ts +0 -28
  453. package/src/stories/H4.stories.ts +0 -28
  454. package/src/stories/H5.stories.ts +0 -28
  455. package/src/stories/H6.stories.ts +0 -28
  456. package/src/stories/Label.stories.ts +0 -28
  457. package/src/stories/LabelSmall.stories.ts +0 -28
  458. package/src/stories/Link.stories.ts +0 -28
  459. package/src/stories/ModuleIDP.stories.tsx +0 -44
  460. package/src/stories/Monospace.stories.ts +0 -28
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = require("react-native-svg");
9
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
11
+ const PictogramEmailDotCheck = _ref => {
12
+ let {
13
+ size,
14
+ colorValues,
15
+ ...props
16
+ } = _ref;
17
+ return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, _extends({
18
+ width: size,
19
+ height: size,
20
+ viewBox: "0 0 240 240"
21
+ }, props), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
22
+ d: "M39 154.112V166.947C39 171.946 43.0756 176 48.1017 176H178.898C183.924 176 188 171.946 188 166.947V159.767C188 159.435 178.205 144.641 172.305 143.9C166.406 143.159 158.683 140.885 158.683 140.885C149.847 137.563 158.323 130.111 158.323 130.111L160.652 129.745C151.14 129.038 150.241 119.984 150.241 119.984L154.676 117.472L153.469 115.027L152.895 112.617L152.835 110.599L154.016 109.764C154.016 109.764 157.561 108.682 158.118 108.631C158.674 108.58 163.272 109.21 163.272 109.21L169.891 110.045C169.891 110.045 179.652 112.83 179.849 112.89C180.046 112.949 187.983 116.901 187.983 116.901V81.0535C187.983 76.054 183.907 72 178.881 72H48.1017C43.0756 72 39 76.054 39 81.0535V126.423V154.103V154.112Z",
23
+ fill: colorValues.main
24
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
25
+ d: "M230.222 149.517C217.744 132.729 195.306 106.091 188.178 106.091V102.653C199.371 102.653 229.584 142.881 232.993 147.471L230.222 149.517Z",
26
+ fill: colorValues.hands
27
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
28
+ d: "M174.87 124.477C158.939 122.397 151.026 119.285 149.982 114.704C149.343 111.902 151.57 109.598 152.985 108.678C160.924 103.615 185.994 113.5 188.825 114.644L187.53 117.833C177.468 113.767 159.699 108.472 154.866 111.566C154.866 111.566 153.088 112.804 153.356 113.947C153.528 114.678 155.393 118.46 175.327 121.065L174.879 124.477H174.87Z",
29
+ fill: colorValues.hands
30
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
31
+ d: "M174.74 135.841C151.293 130.933 148.134 126.085 147.798 122.861C147.349 118.529 152.76 116.028 153.381 115.753L154.779 118.899C153.554 119.44 151.077 121.039 151.241 122.509C151.371 123.686 153.485 127.881 175.465 132.48L174.758 135.841H174.74Z",
32
+ fill: colorValues.hands
33
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
34
+ d: "M206.084 185C203.987 182.112 201.933 179.095 199.758 175.897C189.938 161.465 179.78 146.534 166.465 145.202C159.328 144.488 155.047 142.365 153.727 138.884C151.949 134.208 156.428 129.317 156.618 129.11L159.155 131.448L157.886 130.279L159.155 131.44C158.258 132.42 156.109 135.445 156.954 137.672C157.757 139.76 161.252 141.222 166.81 141.772C181.731 143.268 192.345 158.869 202.615 173.963C204.772 177.135 206.809 180.135 208.88 182.98L206.084 184.991V185Z",
35
+ fill: colorValues.hands
36
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
37
+ fillRule: "evenodd",
38
+ clipRule: "evenodd",
39
+ d: "M41.5 84C41.5 78.7533 45.7533 74.5 51 74.5H176C181.247 74.5 185.5 78.7533 185.5 84V114.241H182.5V84C182.5 80.4101 179.59 77.5 176 77.5H51C47.4102 77.5 44.5 80.4102 44.5 84V164C44.5 167.59 47.4101 170.5 51 170.5H176C179.59 170.5 182.5 167.59 182.5 164V153.676H185.5V164C185.5 169.247 181.247 173.5 176 173.5H51C45.7533 173.5 41.5 169.247 41.5 164V84Z",
40
+ fill: colorValues.secondary
41
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
42
+ fillRule: "evenodd",
43
+ clipRule: "evenodd",
44
+ d: "M108.556 120.967L44.1992 80.2678L45.8027 77.7322L110.159 118.432C112.979 120.215 116.581 120.184 119.37 118.352L181.177 77.7463L182.825 80.2537L121.017 120.859C117.244 123.337 112.371 123.38 108.556 120.967Z",
45
+ fill: colorValues.secondary
46
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Circle, {
47
+ cx: "47",
48
+ cy: "75",
49
+ r: "22",
50
+ fill: colorValues.secondary
51
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
52
+ fillRule: "evenodd",
53
+ clipRule: "evenodd",
54
+ d: "M59.5607 66.9393C60.1464 67.5251 60.1464 68.4749 59.5607 69.0607L44.2678 84.3536C43.2915 85.3299 41.7085 85.3299 40.7322 84.3536L33.9393 77.5607C33.3536 76.9749 33.3536 76.0251 33.9393 75.4393C34.5251 74.8536 35.4749 74.8536 36.0607 75.4393L42.5 81.8787L57.4393 66.9393C58.0251 66.3536 58.9749 66.3536 59.5607 66.9393Z",
55
+ fill: colorValues.main
56
+ }));
57
+ };
58
+ var _default = PictogramEmailDotCheck;
59
+ exports.default = _default;
60
+ //# sourceMappingURL=PictogramEmailDotCheck.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","PictogramEmailDotCheck","_ref","size","colorValues","props","createElement","Svg","width","height","viewBox","Path","d","fill","main","hands","fillRule","clipRule","secondary","Circle","cx","cy","r","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramEmailDotCheck.tsx"],"mappings":"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"}
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = require("react-native-svg");
9
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
11
+ const PictogramEmailDotNotif = _ref => {
12
+ let {
13
+ size,
14
+ colorValues,
15
+ ...props
16
+ } = _ref;
17
+ return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, _extends({
18
+ width: size,
19
+ height: size,
20
+ viewBox: "0 0 240 240"
21
+ }, props), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
22
+ d: "M39 154.112V166.947C39 171.946 43.0756 176 48.1017 176H178.898C183.924 176 188 171.946 188 166.947V159.767C188 159.435 178.205 144.641 172.305 143.9C166.406 143.159 158.683 140.885 158.683 140.885C149.847 137.563 158.323 130.111 158.323 130.111L160.652 129.745C151.14 129.038 150.241 119.984 150.241 119.984L154.676 117.472L153.469 115.027L152.895 112.617L152.835 110.599L154.016 109.764C154.016 109.764 157.561 108.682 158.118 108.631C158.674 108.58 163.272 109.21 163.272 109.21L169.891 110.045C169.891 110.045 179.652 112.83 179.849 112.89C180.046 112.949 187.983 116.901 187.983 116.901V81.0535C187.983 76.054 183.907 72 178.881 72H48.1017C43.0756 72 39 76.054 39 81.0535V126.423V154.103V154.112Z",
23
+ fill: colorValues.main
24
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
25
+ d: "M230.222 149.517C217.744 132.729 195.306 106.091 188.178 106.091V102.653C199.371 102.653 229.584 142.881 232.993 147.471L230.222 149.517Z",
26
+ fill: colorValues.hands
27
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
28
+ d: "M174.87 124.477C158.939 122.397 151.026 119.285 149.982 114.704C149.343 111.902 151.57 109.598 152.985 108.678C160.924 103.615 185.994 113.5 188.825 114.644L187.53 117.833C177.468 113.767 159.699 108.472 154.866 111.566C154.866 111.566 153.088 112.804 153.356 113.947C153.528 114.678 155.393 118.46 175.327 121.065L174.879 124.477H174.87Z",
29
+ fill: colorValues.hands
30
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
31
+ d: "M174.74 135.841C151.293 130.933 148.134 126.085 147.798 122.861C147.349 118.529 152.76 116.028 153.381 115.752L154.779 118.899C153.554 119.44 151.077 121.039 151.241 122.509C151.371 123.686 153.485 127.881 175.465 132.48L174.758 135.841H174.74Z",
32
+ fill: colorValues.hands
33
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
34
+ d: "M206.084 185C203.987 182.112 201.933 179.095 199.758 175.897C189.938 161.465 179.78 146.534 166.465 145.202C159.328 144.488 155.047 142.365 153.727 138.884C151.949 134.208 156.428 129.317 156.618 129.11L159.155 131.448L157.886 130.279L159.155 131.44C158.258 132.42 156.109 135.445 156.954 137.672C157.757 139.76 161.252 141.222 166.81 141.772C181.731 143.268 192.345 158.869 202.615 173.963C204.772 177.135 206.809 180.135 208.88 182.98L206.084 184.991V185Z",
35
+ fill: colorValues.hands
36
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
37
+ fillRule: "evenodd",
38
+ clipRule: "evenodd",
39
+ d: "M41.5 84C41.5 78.7533 45.7533 74.5 51 74.5H176C181.247 74.5 185.5 78.7533 185.5 84V114.241H182.5V84C182.5 80.4101 179.59 77.5 176 77.5H51C47.4102 77.5 44.5 80.4102 44.5 84V164C44.5 167.59 47.4101 170.5 51 170.5H176C179.59 170.5 182.5 167.59 182.5 164V153.676H185.5V164C185.5 169.247 181.247 173.5 176 173.5H51C45.7533 173.5 41.5 169.247 41.5 164V84Z",
40
+ fill: colorValues.secondary
41
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
42
+ fillRule: "evenodd",
43
+ clipRule: "evenodd",
44
+ d: "M108.556 120.967L44.1992 80.2678L45.8027 77.7322L110.159 118.432C112.979 120.215 116.581 120.184 119.37 118.352L181.177 77.7463L182.825 80.2537L121.017 120.859C117.244 123.337 112.371 123.38 108.556 120.967Z",
45
+ fill: colorValues.secondary
46
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Circle, {
47
+ cx: "47",
48
+ cy: "75",
49
+ r: "22",
50
+ fill: colorValues.secondary
51
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
52
+ d: "M45.9432 83.432V65.256L47.1272 66.152L42.7112 68.488L41.7832 65.48L47.7672 62.28H49.4312V83.432H45.9432ZM42.3912 85V81.672H53.0792V85H42.3912Z",
53
+ fill: colorValues.main
54
+ }));
55
+ };
56
+ var _default = PictogramEmailDotNotif;
57
+ exports.default = _default;
58
+ //# sourceMappingURL=PictogramEmailDotNotif.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","PictogramEmailDotNotif","_ref","size","colorValues","props","createElement","Svg","width","height","viewBox","Path","d","fill","main","hands","fillRule","clipRule","secondary","Circle","cx","cy","r","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramEmailDotNotif.tsx"],"mappings":"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"}
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = require("react-native-svg");
9
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
11
+ const PictogramEnded = _ref => {
12
+ let {
13
+ size,
14
+ colorValues,
15
+ ...props
16
+ } = _ref;
17
+ return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, _extends({
18
+ width: size,
19
+ height: size,
20
+ viewBox: "0 0 240 240"
21
+ }, props), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
22
+ d: "M163.87 184.88L156.8 168.14C155.28 164.54 151.96 162.01 148.08 161.5L128.58 158.91C124.7 158.4 121.39 155.87 119.86 152.27L119.18 150.66L118.5 149.05C116.98 145.45 117.48 141.31 119.81 138.17L131.55 122.38C133.88 119.24 134.38 115.1 132.86 111.5L125.79 94.76C123.64 89.67 118.11 87.04 112.91 88.37L107.33 90.66L106.63 95.11C106.63 95.11 103.28 98 103.03 97.86C102.79 97.72 98.3396 97.78 98.3396 97.78L95.3296 95.65L64.7396 108.58C59.1296 110.95 56.4996 117.43 58.8696 123.04L65.9396 139.78C67.4596 143.38 70.7796 145.91 74.6596 146.42L94.1596 149.01C98.0396 149.52 101.35 152.05 102.88 155.65L103.56 157.26L104.24 158.87C105.76 162.47 105.26 166.61 102.93 169.75L91.1896 185.54C88.8596 188.68 88.3596 192.82 89.8796 196.42L96.9496 213.16C99.3196 218.77 105.8 221.4 111.41 219.03L142.51 205.89L157.99 199.35C163.6 196.98 166.23 190.5 163.86 184.89L163.87 184.88Z",
23
+ fill: colorValues.main
24
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
25
+ d: "M99.8201 100.65C99.5001 100.65 99.1901 100.57 98.9001 100.43C98.4201 100.18 87.1601 94.23 86.9201 84.62C86.7501 77.94 91.9201 71.49 102.29 65.43C102.96 65.04 108.88 61.76 113.5 63.1L112.38 66.94C109.83 66.2 105.59 68.15 104.3 68.89C95.4401 74.07 90.8101 79.47 90.9301 84.51C91.0801 90.72 98.1201 95.34 100.19 96.56C101.31 96.34 102.33 96.04 103.22 95.65C104.26 95.21 104.99 94.32 105.24 93.21C105.5 92.03 105.17 90.78 104.35 89.87C102 87.25 101.12 84.77 101.74 82.5C102.37 80.17 104.52 78.41 108.12 77.26C124.63 71.98 132.28 77.67 135.78 83.38C137.46 86.11 137.16 88.44 136.61 89.91C134.73 94.96 127.35 97.44 126.52 97.7L125.31 93.89C126.95 93.36 131.85 91.25 132.87 88.51C133.09 87.91 133.28 86.95 132.38 85.48C128.37 78.95 120.62 77.47 109.34 81.08C107.21 81.76 105.84 82.67 105.6 83.56C105.37 84.4 106 85.73 107.33 87.21C109.01 89.08 109.69 91.65 109.15 94.09C108.62 96.47 107.04 98.39 104.8 99.35C103.42 99.94 101.86 100.38 100.15 100.65C100.05 100.67 99.9401 100.67 99.8401 100.67L99.8201 100.65Z",
26
+ fill: colorValues.hands
27
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
28
+ d: "M131.75 110.26L130.64 106.42C139.61 103.84 145.24 99.87 147.35 94.61C149.95 88.14 146.28 81.68 146.24 81.61C145.94 81.09 145.89 80.47 146.09 79.91C146.3 79.35 146.74 78.91 147.31 78.71L181.47 66.84L182.78 70.62L150.71 81.76C151.89 84.71 153.38 90.26 151.07 96.05C148.49 102.53 141.98 107.31 131.74 110.25L131.75 110.26Z",
29
+ fill: colorValues.hands
30
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
31
+ d: "M98.0297 68.82C93.2897 68.82 87.6397 68.27 83.9597 66.75C81.5897 65.78 80.0797 64.43 79.4897 62.75C78.6197 60.3 79.0397 57.78 80.6797 55.66C83.7897 51.62 90.8397 49.56 99.0697 50.27L98.7297 54.26C90.4797 53.55 85.5597 55.89 83.8497 58.11C83.0397 59.16 82.8497 60.24 83.2597 61.42C83.4297 61.89 84.0797 62.42 85.0597 62.88C90.5097 65.43 102.93 64.94 104.63 64.32L106.32 67.94C105.25 68.46 101.95 68.83 98.0397 68.83L98.0297 68.82Z",
32
+ fill: colorValues.hands
33
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
34
+ d: "M118.74 56.9C117.97 56.86 99.72 55.77 91.19 51.83C89.37 50.99 88.24 49.22 88.26 47.21C88.28 45.21 89.42 43.47 91.24 42.66C95.2 40.91 102.5 39.23 114.76 41.22C125.01 42.88 134.84 37.94 148.47 31.1C154.69 27.98 161.73 24.44 169.9 21.01L171.45 24.7C163.41 28.08 156.43 31.59 150.27 34.68C135.98 41.86 125.65 47.05 114.13 45.18C102.84 43.35 96.34 44.79 92.87 46.33C92.33 46.57 92.27 47.05 92.27 47.25C92.27 47.45 92.32 47.96 92.88 48.21C100.72 51.83 118.8 52.91 118.98 52.92L118.75 56.91L118.74 56.9Z",
35
+ fill: colorValues.hands
36
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
37
+ d: "M100.6 181.84L95.2902 189.35C94.1102 191.02 93.8702 193.18 94.6502 195.07L101.73 212.21C102.97 215.22 106.43 216.63 109.42 215.37L155.92 195.69C158.42 194.63 159.15 191.39 157.29 189.41C153.7 185.6 146.12 180.98 130.92 182.75C116.21 184.46 109.17 182.54 105.87 180.7C104.06 179.69 101.78 180.14 100.58 181.84H100.6Z",
38
+ fill: colorValues.secondary
39
+ }));
40
+ };
41
+ var _default = PictogramEnded;
42
+ exports.default = _default;
43
+ //# sourceMappingURL=PictogramEnded.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","PictogramEnded","_ref","size","colorValues","props","createElement","Svg","width","height","viewBox","Path","d","fill","main","hands","secondary","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramEnded.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAG7C,MAAMQ,cAAc,GAAGC,IAAA;EAAA,IAAC;IAAEC,IAAI;IAAEC,WAAW;IAAE,GAAGC;EAAyB,CAAC,GAAAH,IAAA;EAAA,oBACxEtB,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAAwB,GAAG,EAAApB,QAAA;IAACqB,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC;EAAa,GAAKL,KAAK,gBAC7DzB,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,+1BAA+1B;IACj2BC,IAAI,EAAET,WAAW,CAACU;EAAK,CACxB,CAAC,eACFlC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,2+BAA2+B;IAC7+BC,IAAI,EAAET,WAAW,CAACW;EAAM,CACzB,CAAC,eACFnC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,iUAAiU;IACnUC,IAAI,EAAET,WAAW,CAACW;EAAM,CACzB,CAAC,eACFnC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,+aAA+a;IACjbC,IAAI,EAAET,WAAW,CAACW;EAAM,CACzB,CAAC,eACFnC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,kfAAkf;IACpfC,IAAI,EAAET,WAAW,CAACW;EAAM,CACzB,CAAC,eACFnC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,6TAA6T;IAC/TC,IAAI,EAAET,WAAW,CAACY;EAAU,CAC7B,CACE,CAAC;AAAA,CACP;AAAC,IAAAC,QAAA,GAEahB,cAAc;AAAAiB,OAAA,CAAAhC,OAAA,GAAA+B,QAAA"}
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = require("react-native-svg");
9
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
11
+ const PictogramLostConnection = _ref => {
12
+ let {
13
+ size,
14
+ colorValues,
15
+ ...props
16
+ } = _ref;
17
+ return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, _extends({
18
+ width: size,
19
+ height: size,
20
+ viewBox: "0 0 240 240"
21
+ }, props), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
22
+ d: "M152.311 198.14C144.711 196.99 139.231 193.68 136.021 188.29C129.531 177.42 134.881 162.18 135.111 161.54L139.461 163.1C139.411 163.24 134.621 176.96 139.991 185.94C142.471 190.08 146.841 192.65 153.001 193.58L152.311 198.15V198.14Z",
23
+ fill: colorValues.main
24
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
25
+ d: "M117.171 142.48C118.711 141.61 120.441 141.07 122.231 140.87C123.181 139.68 123.911 138.29 124.331 136.73L124.371 136.6C124.961 136.65 127.471 136.92 129.921 137.97C132.581 139.11 134.151 140.69 134.721 142.75C136.071 142.9 137.331 142.94 138.481 142.88C138.821 142.86 139.141 142.82 139.451 142.76C138.311 135.41 130.451 132.62 125.501 132.07C125.831 129.87 125.491 127.69 124.621 125.76C122.721 125.75 120.921 124.68 119.781 122.82C119.241 121.94 118.911 120.98 118.751 119.99C118.261 119.78 117.761 119.59 117.231 119.45L105.981 116.42L104.921 120.36L96.6009 118.12C94.7509 117.62 92.8509 118.72 92.3509 120.56C91.8509 122.41 92.9509 124.31 94.7909 124.81L103.111 127.05L102.181 130.49L93.8609 128.25C92.0109 127.75 90.1109 128.85 89.6109 130.69C89.1109 132.53 90.2109 134.44 92.0509 134.94L100.371 137.18L99.1509 141.7L110.401 144.73C111.641 145.06 112.881 145.17 114.101 145.09C114.711 144.21 115.661 143.31 117.141 142.48H117.171Z",
26
+ fill: colorValues.main
27
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
28
+ d: "M189.701 120.63C183.911 102.77 176.901 86.23 164.921 86.61C161.211 86.71 159.401 88.37 158.531 89.74C157.511 91.34 157.301 93.27 157.431 95.06C154.421 92.94 150.661 91.26 145.521 89.61C137.621 87.07 133.861 89.16 132.101 91.35C129.831 94.18 130.121 98.28 131.541 100.7C133.331 103.75 136.631 105.21 139.311 106.14C141.421 106.87 143.131 107.76 144.501 108.65C128.251 106.25 122.321 110.7 120.211 113.74C118.901 115.63 118.431 117.88 118.771 119.98C121.441 121.12 123.501 123.22 124.631 125.75C124.871 125.75 125.111 125.75 125.341 125.71C130.291 125.02 135.571 125.95 141.041 128.47C145.021 130.3 145.831 134.12 145.311 136.84C144.851 139.26 143.041 142.13 139.451 142.76C139.521 143.22 139.571 143.7 139.591 144.2L134.971 144.35C134.951 143.78 134.851 143.26 134.711 142.75C132.631 142.53 130.321 142.06 127.801 141.34C125.961 140.82 124.061 140.67 122.221 140.87C120.241 143.34 117.301 144.88 114.121 145.09C113.321 146.26 113.131 147.39 113.171 148.29C113.371 152.29 118.221 156.23 128.441 160.69C129.441 161.13 153.001 171.36 157.581 172.63C161.531 173.72 180.161 186.2 188.661 195.23L191.571 192.49C182.821 183.2 163.621 170.15 158.641 168.78C155.191 167.83 138.421 160.68 130.031 157.03C117.941 151.75 117.191 148.66 117.161 148.09C117.121 147.22 118.371 146.39 119.121 145.97C121.331 144.73 124.091 144.44 126.691 145.19C131.271 146.49 135.301 147.06 138.681 146.87C144.071 146.57 148.211 142.93 149.221 137.59C150.071 133.13 148.381 127.46 142.691 124.84C136.521 122 130.481 120.96 124.761 121.75C123.931 121.87 123.331 120.99 123.171 120.72C122.521 119.67 122.211 117.81 123.461 116.02C124.841 114.03 129.961 109.78 147.581 113.24C147.991 113.33 157.541 115.5 157.861 124.18L161.861 124.03C161.591 116.93 156.691 112.74 152.341 110.68C151.241 109.05 147.831 104.87 140.591 102.35C138.431 101.6 136.081 100.58 134.961 98.67C134.321 97.57 134.041 95.28 135.191 93.84C136.571 92.12 139.791 91.97 144.271 93.4C156.661 97.38 159.871 101.09 165.241 112.7L168.871 111.02C166.531 105.96 164.481 102.21 161.961 99.23L162.451 99.02C161.911 97.77 160.661 93.79 161.891 91.87C162.081 91.57 162.661 90.66 165.021 90.6C172.421 90.38 178.811 100.03 185.881 121.85C192.391 141.91 208.641 158.63 216.971 161.33L218.201 157.53C211.921 155.5 196.171 140.63 189.681 120.62L189.701 120.63Z",
29
+ fill: colorValues.hands
30
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
31
+ d: "M134.721 142.75C134.861 143.26 134.961 143.78 134.981 144.35L139.601 144.2C139.581 143.7 139.531 143.22 139.461 142.76C139.151 142.81 138.831 142.86 138.491 142.88C137.341 142.94 136.081 142.9 134.731 142.75H134.721Z",
32
+ fill: colorValues.hands
33
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
34
+ d: "M124.631 125.75C123.491 123.22 121.441 121.13 118.771 119.98C118.931 120.97 119.261 121.94 119.801 122.81C120.941 124.66 122.741 125.73 124.641 125.75H124.631Z",
35
+ fill: colorValues.hands
36
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
37
+ d: "M122.231 140.87C120.441 141.07 118.721 141.61 117.171 142.48C115.691 143.31 114.731 144.21 114.131 145.09C117.311 144.88 120.251 143.34 122.231 140.87Z",
38
+ fill: colorValues.main
39
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
40
+ d: "M80.7 148.95L23 177.89V70.94L80.7 42V148.95Z",
41
+ fill: colorValues.main
42
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
43
+ d: "M44.3195 147.02C42.6595 147.02 40.9995 146.56 39.5295 145.65C36.8095 143.97 35.1895 141.07 35.1895 137.87V94.45C35.1895 90.97 37.1195 87.84 40.2295 86.28L57.5995 77.57C60.4495 76.14 63.7795 76.28 66.4995 77.96C69.2195 79.64 70.8395 82.54 70.8395 85.74V129.16C70.8395 132.64 68.9095 135.77 65.7995 137.33L48.4295 146.04C47.1295 146.69 45.7195 147.02 44.3295 147.02H44.3195ZM61.6995 79.59C60.7595 79.59 59.8195 79.81 58.9495 80.25L41.5795 88.96C39.4895 90.01 38.1895 92.11 38.1895 94.45V137.87C38.1895 140.01 39.2795 141.97 41.0995 143.09C42.9295 144.21 45.1595 144.32 47.0695 143.35L64.4395 134.64C66.5295 133.59 67.8295 131.49 67.8295 129.15V85.73C67.8295 83.59 66.7395 81.63 64.9195 80.51C63.9295 79.9 62.8195 79.59 61.6995 79.59Z",
44
+ fill: colorValues.secondary
45
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
46
+ d: "M56.2486 107.288C58.4773 104.509 58.8346 101.094 57.0466 99.6595C55.2586 98.2255 52.0024 99.3158 49.7737 102.095C47.545 104.874 47.1877 108.289 48.9757 109.723C50.7637 111.157 54.0199 110.067 56.2486 107.288Z",
47
+ fill: colorValues.secondary
48
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
49
+ d: "M56.2525 122.311C58.4812 119.532 58.8385 116.117 57.0505 114.683C55.2625 113.249 52.0064 114.339 49.7776 117.118C47.5489 119.897 47.1916 123.312 48.9796 124.746C50.7676 126.18 54.0238 125.09 56.2525 122.311Z",
50
+ fill: colorValues.secondary
51
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
52
+ d: "M112.441 141.93C112.441 141.93 112.371 141.93 112.351 141.93L112.091 141.89L104.521 139.97C103.851 139.8 103.441 139.11 103.611 138.44C103.781 137.77 104.471 137.36 105.141 137.53L112.551 139.41C113.231 139.38 116.861 138.97 118.491 133.61C118.691 132.95 119.391 132.57 120.061 132.77C120.731 132.97 121.101 133.67 120.901 134.34C118.681 141.65 113.231 141.92 112.441 141.92V141.93Z",
53
+ fill: colorValues.secondary
54
+ }));
55
+ };
56
+ var _default = PictogramLostConnection;
57
+ exports.default = _default;
58
+ //# sourceMappingURL=PictogramLostConnection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","PictogramLostConnection","_ref","size","colorValues","props","createElement","Svg","width","height","viewBox","Path","d","fill","main","hands","secondary","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramLostConnection.tsx"],"mappings":"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"}
@@ -19,23 +19,29 @@ const PictogramPending = _ref => {
19
19
  height: size,
20
20
  viewBox: "0 0 240 240"
21
21
  }, props), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
22
- d: "M163.87 184.88L156.8 168.14C155.28 164.54 151.96 162.01 148.08 161.5L128.58 158.91C124.7 158.4 121.39 155.87 119.86 152.27L119.18 150.66L118.5 149.05C116.98 145.45 117.48 141.31 119.81 138.17L131.55 122.38C133.88 119.24 134.38 115.1 132.86 111.5L125.79 94.76C123.64 89.67 118.11 87.04 112.91 88.37L107.33 90.66L106.63 95.11C106.63 95.11 103.28 98 103.03 97.86C102.79 97.72 98.3396 97.78 98.3396 97.78L95.3296 95.65L64.7396 108.58C59.1296 110.95 56.4996 117.43 58.8696 123.04L65.9396 139.78C67.4596 143.38 70.7796 145.91 74.6596 146.42L94.1596 149.01C98.0396 149.52 101.35 152.05 102.88 155.65L103.56 157.26L104.24 158.87C105.76 162.47 105.26 166.61 102.93 169.75L91.1896 185.54C88.8596 188.68 88.3596 192.82 89.8796 196.42L96.9496 213.16C99.3196 218.77 105.8 221.4 111.41 219.03L142.51 205.89L157.99 199.35C163.6 196.98 166.23 190.5 163.86 184.89L163.87 184.88Z",
22
+ d: "M150.86 148.54C148.86 146.11 148.17 143.57 148.81 140.99C150 136.21 155.59 131.98 166.92 127.29C170.12 125.96 173.06 125.69 175.69 126.45C180.61 117.11 183.4 106.48 183.4 95.2C183.4 58.09 153.32 28 116.2 28C79.08 28 49 58.09 49 95.2C49 129.67 74.96 158.06 108.39 161.93L110.64 162.17C112.53 163.28 113.68 162.01 115.35 162.38C115.63 162.38 115.92 162.4 116.2 162.4C130.17 162.4 143.14 158.14 153.88 150.84C152.57 150.26 151.58 149.42 150.85 148.54H150.86Z",
23
23
  fill: colorValues.main
24
24
  }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
25
- d: "M99.8201 100.65C99.5001 100.65 99.1901 100.57 98.9001 100.43C98.4201 100.18 87.1601 94.23 86.9201 84.62C86.7501 77.94 91.9201 71.49 102.29 65.43C102.96 65.04 108.88 61.76 113.5 63.1L112.38 66.94C109.83 66.2 105.59 68.15 104.3 68.89C95.4401 74.07 90.8101 79.47 90.9301 84.51C91.0801 90.72 98.1201 95.34 100.19 96.56C101.31 96.34 102.33 96.04 103.22 95.65C104.26 95.21 104.99 94.32 105.24 93.21C105.5 92.03 105.17 90.78 104.35 89.87C102 87.25 101.12 84.77 101.74 82.5C102.37 80.17 104.52 78.41 108.12 77.26C124.63 71.98 132.28 77.67 135.78 83.38C137.46 86.11 137.16 88.44 136.61 89.91C134.73 94.96 127.35 97.44 126.52 97.7L125.31 93.89C126.95 93.36 131.85 91.25 132.87 88.51C133.09 87.91 133.28 86.95 132.38 85.48C128.37 78.95 120.62 77.47 109.34 81.08C107.21 81.76 105.84 82.67 105.6 83.56C105.37 84.4 106 85.73 107.33 87.21C109.01 89.08 109.69 91.65 109.15 94.09C108.62 96.47 107.04 98.39 104.8 99.35C103.42 99.94 101.86 100.38 100.15 100.65C100.05 100.67 99.9401 100.67 99.8401 100.67L99.8201 100.65Z",
26
- fill: colorValues.hands
25
+ d: "M116.28 156.77C97.6699 156.77 79.2999 148.29 67.3799 132.23C57.6899 119.19 53.6699 103.15 56.0399 87.08C58.4099 71.01 66.8999 56.83 79.9499 47.14C80.8399 46.48 82.0899 46.67 82.7499 47.55C83.4099 48.43 83.2199 49.69 82.3399 50.35C70.1599 59.4 62.2199 72.65 60.0099 87.66C57.7899 102.67 61.5499 117.65 70.5999 129.84C79.6499 142.02 92.8999 149.96 107.91 152.17C122.92 154.39 137.9 150.63 150.09 141.58C150.98 140.92 152.23 141.11 152.89 141.99C153.55 142.87 153.36 144.13 152.48 144.79C141.61 152.86 128.9 156.76 116.3 156.76L116.28 156.77Z",
26
+ fill: colorValues.secondary
27
27
  }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
28
- d: "M131.75 110.26L130.64 106.42C139.61 103.84 145.24 99.87 147.35 94.61C149.95 88.14 146.28 81.68 146.24 81.61C145.94 81.09 145.89 80.47 146.09 79.91C146.3 79.35 146.74 78.91 147.31 78.71L181.47 66.84L182.78 70.62L150.71 81.76C151.89 84.71 153.38 90.26 151.07 96.05C148.49 102.53 141.98 107.31 131.74 110.25L131.75 110.26Z",
29
- fill: colorValues.hands
28
+ d: "M116.14 156.79H116.05C114.95 156.79 114.05 155.89 114.05 154.79C114.05 153.69 114.95 152.79 116.05 152.79C117.15 152.79 118.1 153.69 118.1 154.79C118.1 155.89 117.25 156.79 116.15 156.79H116.14ZM134.24 153.97C133.38 153.97 132.59 153.41 132.32 152.54C132 151.48 132.6 150.37 133.66 150.05C134.7 149.74 135.85 150.31 136.18 151.35C136.51 152.39 135.99 153.49 134.95 153.84C134.93 153.84 134.82 153.88 134.8 153.89C134.61 153.95 134.42 153.97 134.22 153.97H134.24ZM97.9499 153.9C97.7399 153.9 97.5299 153.87 97.3199 153.8L97.9499 151.9L97.2799 153.79C96.2299 153.46 95.6299 152.34 95.9599 151.29C96.2799 150.24 97.3899 149.65 98.4399 149.96C98.4599 149.96 98.5699 150 98.5899 150.01C99.6399 150.36 100.2 151.49 99.8499 152.54C99.5699 153.38 98.7899 153.91 97.9499 153.91V153.9ZM150.67 145.63C150.05 145.63 149.45 145.35 149.05 144.81C148.4 143.92 148.59 142.67 149.49 142.02L149.57 141.96C150.47 141.31 151.72 141.52 152.36 142.41C153 143.3 152.8 144.56 151.91 145.2L150.74 143.58L151.85 145.25C151.49 145.51 151.08 145.63 150.67 145.63ZM81.5499 145.5C81.1299 145.5 80.6999 145.37 80.3399 145.09L81.5499 143.5L80.3199 145.08C79.4399 144.43 79.2299 143.18 79.8699 142.29C80.5099 141.4 81.7199 141.18 82.6199 141.8C82.6399 141.82 82.7399 141.89 82.7699 141.91C83.6499 142.58 83.8199 143.83 83.1499 144.71C82.7599 145.23 82.1599 145.5 81.5599 145.5H81.5499ZM163.72 132.61C163.32 132.61 162.92 132.49 162.57 132.24C161.68 131.6 161.46 130.39 162.08 129.49C162.1 129.47 162.17 129.37 162.19 129.34C162.86 128.46 164.11 128.29 164.99 128.96C165.87 129.63 166.04 130.88 165.37 131.76L163.78 130.55L165.36 131.78C164.96 132.31 164.35 132.6 163.73 132.6L163.72 132.61ZM68.5499 132.45C67.9299 132.45 67.3199 132.16 66.9299 131.62L68.5499 130.45L66.8799 131.56C66.2299 130.67 66.4199 129.42 67.3199 128.77C68.2099 128.12 69.4599 128.31 70.1099 129.21L70.1699 129.29C70.8199 130.19 70.6099 131.44 69.7199 132.08C69.3699 132.33 68.9599 132.46 68.5499 132.46V132.45ZM172.12 116.23C171.93 116.23 171.73 116.2 171.54 116.14C170.49 115.82 169.89 114.72 170.21 113.66C170.21 113.64 170.25 113.53 170.26 113.51C170.61 112.46 171.74 111.89 172.79 112.25C173.84 112.6 174.4 113.73 174.05 114.78L172.15 114.15L174.04 114.82C173.77 115.68 172.98 116.23 172.12 116.23ZM60.1699 115.99C59.3499 115.99 58.5899 115.49 58.3099 114.66C58.3099 114.64 58.2699 114.53 58.2599 114.51C57.9399 113.45 58.5399 112.34 59.5999 112.02C60.6599 111.71 61.7699 112.3 62.0899 113.36C62.3999 114.41 61.8299 115.56 60.7899 115.88C60.5799 115.95 60.3699 115.98 60.1599 115.98L60.1699 115.99ZM175.02 98.05C173.92 98.05 173.02 97.15 173.02 96.05C173.02 94.95 173.92 94 175.02 94C176.12 94 177.02 94.85 177.02 95.95V96.04C177.02 97.14 176.12 98.04 175.02 98.04V98.05ZM57.3799 97.79C56.2799 97.79 55.3799 96.94 55.3799 95.84V95.75C55.3799 94.65 56.2799 93.75 57.3799 93.75C58.4799 93.75 59.3799 94.65 59.3799 95.75C59.3799 96.85 58.4799 97.8 57.3799 97.8V97.79ZM172.25 80.1C171.39 80.1 170.6 79.54 170.33 78.67C170.02 77.62 170.59 76.47 171.63 76.15C172.67 75.82 173.77 76.34 174.12 77.38C174.12 77.4 174.16 77.51 174.17 77.53C174.49 78.59 173.89 79.7 172.83 80.02C172.64 80.08 172.45 80.1 172.25 80.1ZM60.2799 79.65C60.0699 79.65 59.8599 79.62 59.6499 79.55C58.5999 79.2 58.0399 78.07 58.3899 77.02L60.2899 77.65L58.3999 76.98C58.7299 75.93 59.8499 75.33 60.8999 75.66C61.9499 75.98 62.5499 77.08 62.2299 78.14C62.2299 78.16 62.1899 78.27 62.1799 78.29C61.8999 79.13 61.1199 79.66 60.2799 79.66V79.65ZM163.97 63.65C163.35 63.65 162.75 63.37 162.35 62.83L162.29 62.75C161.64 61.85 161.85 60.6 162.74 59.96C163.64 59.31 164.89 59.52 165.53 60.41L163.91 61.58L165.58 60.47C166.23 61.36 166.04 62.61 165.14 63.26C164.78 63.52 164.37 63.64 163.96 63.64L163.97 63.65ZM68.6899 63.27C68.2699 63.27 67.8399 63.14 67.4799 62.86C66.5999 62.19 66.4299 60.94 67.0999 60.06L68.6899 61.27L67.1099 60.04C67.7599 59.16 69.0099 58.95 69.8999 59.59C70.7899 60.23 71.0099 61.44 70.3899 62.34C70.3699 62.36 70.2999 62.46 70.2799 62.49C69.8899 63.01 69.2899 63.28 68.6899 63.28V63.27ZM150.99 50.56C150.6 50.56 150.21 50.45 149.87 50.21C149.85 50.19 149.75 50.12 149.72 50.1C148.84 49.43 148.67 48.18 149.34 47.3C150.01 46.42 151.26 46.25 152.14 46.92L150.93 48.51L152.16 46.93C153.04 47.58 153.25 48.83 152.61 49.72C152.22 50.27 151.61 50.56 150.98 50.56H150.99ZM81.7499 50.28C81.1299 50.28 80.5199 49.99 80.1299 49.45C79.4799 48.55 79.6899 47.3 80.5799 46.66L81.7499 48.28L80.6399 46.61C81.5299 45.96 82.7799 46.15 83.4299 47.05C84.0799 47.94 83.8899 49.19 82.9899 49.84L82.9099 49.9C82.5599 50.15 82.1499 50.28 81.7399 50.28H81.7499ZM134.65 42.11C134.44 42.11 134.23 42.08 134.02 42.01C132.97 41.66 132.36 40.51 132.71 39.47C133.06 38.43 134.15 37.84 135.2 38.19L135.29 38.22C136.34 38.57 136.9 39.7 136.55 40.75C136.27 41.59 135.49 42.12 134.65 42.12V42.11ZM98.2499 41.93C97.3899 41.93 96.5799 41.39 96.3099 40.55C95.9799 39.51 96.4999 38.41 97.5399 38.06C97.5599 38.06 97.6699 38.02 97.6899 38.01C98.7499 37.7 99.8599 38.29 100.18 39.35C100.5 40.41 99.8999 41.52 98.8399 41.84C98.6499 41.9 98.4499 41.93 98.2499 41.93ZM116.47 39.15C115.37 39.15 114.42 38.25 114.42 37.15C114.42 36.05 115.27 35.15 116.37 35.15H116.46C117.56 35.15 118.46 36.05 118.46 37.15C118.46 38.25 117.56 39.15 116.46 39.15H116.47Z",
29
+ fill: colorValues.secondary
30
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
31
+ d: "M140.36 123.65C139.96 123.65 139.56 123.49 139.27 123.18L115.37 97.66C114.8 97.06 114.83 96.11 115.44 95.54C116.04 94.97 116.99 95 117.56 95.61L141.46 121.13C142.03 121.73 142 122.68 141.39 123.25C141.1 123.52 140.73 123.66 140.36 123.66V123.65Z",
32
+ fill: colorValues.secondary
33
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
34
+ d: "M116.46 98.13C116.27 98.13 116.07 98.09 115.88 98.01C115.12 97.69 114.76 96.81 115.07 96.05L132.17 55.13C132.49 54.37 133.37 54.01 134.13 54.32C134.89 54.64 135.25 55.52 134.94 56.28L117.84 97.2C117.6 97.78 117.04 98.12 116.46 98.12V98.13Z",
35
+ fill: colorValues.secondary
30
36
  }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
31
- d: "M98.0297 68.82C93.2897 68.82 87.6397 68.27 83.9597 66.75C81.5897 65.78 80.0797 64.43 79.4897 62.75C78.6197 60.3 79.0397 57.78 80.6797 55.66C83.7897 51.62 90.8397 49.56 99.0697 50.27L98.7297 54.26C90.4797 53.55 85.5597 55.89 83.8497 58.11C83.0397 59.16 82.8497 60.24 83.2597 61.42C83.4297 61.89 84.0797 62.42 85.0597 62.88C90.5097 65.43 102.93 64.94 104.63 64.32L106.32 67.94C105.25 68.46 101.95 68.83 98.0397 68.83L98.0297 68.82Z",
37
+ d: "M176.42 156.34C176.86 154.89 178.14 153.44 179.49 151.9C182.6 148.37 186.85 143.53 183.74 134.83C183.52 134.11 181.85 129.24 177.32 127.06C176.79 126.81 176.24 126.62 175.69 126.46C173.06 125.7 170.12 125.97 166.92 127.3C155.59 132 150 136.22 148.81 141C148.17 143.58 148.86 146.12 150.86 148.55C151.59 149.44 152.58 150.27 153.89 150.85C156.57 152.03 160.63 152.12 166.73 149.18C171.62 146.83 175.67 143.59 175.84 143.45L173.08 140.02C170.42 142.16 163.74 146.61 158.81 147.17C156.93 147.38 155.3 147.03 154.25 145.75C152.81 144 152.89 142.81 153.07 142.06C153.86 138.9 159.08 135.3 168.6 131.36C170.37 130.63 171.97 130.34 173.39 130.48C174.1 130.55 174.77 130.72 175.38 131.01C178.38 132.44 179.52 136.1 179.53 136.13C179.54 136.17 179.56 136.22 179.57 136.26C181.83 142.55 179.21 145.53 176.17 148.98C174.57 150.8 172.91 152.69 172.2 155.05C169.46 164.09 175.29 180.79 189.48 192.03L192.21 188.58C178.93 178.07 174.44 162.84 176.41 156.33L176.42 156.34Z",
32
38
  fill: colorValues.hands
33
39
  }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
34
- d: "M118.74 56.9C117.97 56.86 99.72 55.77 91.19 51.83C89.37 50.99 88.24 49.22 88.26 47.21C88.28 45.21 89.42 43.47 91.24 42.66C95.2 40.91 102.5 39.23 114.76 41.22C125.01 42.88 134.84 37.94 148.47 31.1C154.69 27.98 161.73 24.44 169.9 21.01L171.45 24.7C163.41 28.08 156.43 31.59 150.27 34.68C135.98 41.86 125.65 47.05 114.13 45.18C102.84 43.35 96.34 44.79 92.87 46.33C92.33 46.57 92.27 47.05 92.27 47.25C92.27 47.45 92.32 47.96 92.88 48.21C100.72 51.83 118.8 52.91 118.98 52.92L118.75 56.91L118.74 56.9Z",
40
+ d: "M162.101 157.76C161.981 157.83 161.321 158.27 160.351 159.01L159.801 154.52L155.431 155.05L156.351 162.59C152.801 166.3 149.061 171.91 149.871 178.62L154.241 178.09C153.131 168.85 164.351 161.54 164.471 161.46L163.291 159.61L162.111 157.75L162.101 157.76Z",
35
41
  fill: colorValues.hands
36
42
  }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
37
- d: "M100.6 181.84L95.2902 189.35C94.1102 191.02 93.8702 193.18 94.6502 195.07L101.73 212.21C102.97 215.22 106.43 216.63 109.42 215.37L155.92 195.69C158.42 194.63 159.15 191.39 157.29 189.41C153.7 185.6 146.12 180.98 130.92 182.75C116.21 184.46 109.17 182.54 105.87 180.7C104.06 179.69 101.78 180.14 100.58 181.84H100.6Z",
38
- fill: colorValues.secondary
43
+ d: "M115.35 162.38C114.76 161.93 115.18 162.6 110.28 162.14L108.39 161.94L107.95 162.7C117.3 168.17 122.14 175.38 128.27 184.52C133.75 192.69 139.97 201.96 151.02 212.89L154.11 209.76C143.37 199.14 137.29 190.07 131.92 182.07C126.67 174.24 122.36 167.7 115.35 162.39V162.38Z",
44
+ fill: colorValues.hands
39
45
  }));
40
46
  };
41
47
  var _default = PictogramPending;
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","PictogramPending","_ref","size","colorValues","props","createElement","Svg","width","height","viewBox","Path","d","fill","main","hands","secondary","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramPending.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAG7C,MAAMQ,gBAAgB,GAAGC,IAAA;EAAA,IAAC;IACxBC,IAAI;IACJC,WAAW;IACX,GAAGC;EACc,CAAC,GAAAH,IAAA;EAAA,oBAClBtB,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAAwB,GAAG,EAAApB,QAAA;IAACqB,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC;EAAa,GAAKL,KAAK,gBAC7DzB,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,+1BAA+1B;IACj2BC,IAAI,EAAET,WAAW,CAACU;EAAK,CACxB,CAAC,eACFlC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,2+BAA2+B;IAC7+BC,IAAI,EAAET,WAAW,CAACW;EAAM,CACzB,CAAC,eACFnC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,iUAAiU;IACnUC,IAAI,EAAET,WAAW,CAACW;EAAM,CACzB,CAAC,eACFnC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,+aAA+a;IACjbC,IAAI,EAAET,WAAW,CAACW;EAAM,CACzB,CAAC,eACFnC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,kfAAkf;IACpfC,IAAI,EAAET,WAAW,CAACW;EAAM,CACzB,CAAC,eACFnC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,6TAA6T;IAC/TC,IAAI,EAAET,WAAW,CAACY;EAAU,CAC7B,CACE,CAAC;AAAA,CACP;AAAC,IAAAC,QAAA,GAEahB,gBAAgB;AAAAiB,OAAA,CAAAhC,OAAA,GAAA+B,QAAA"}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","PictogramPending","_ref","size","colorValues","props","createElement","Svg","width","height","viewBox","Path","d","fill","main","secondary","hands","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramPending.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAG7C,MAAMQ,gBAAgB,GAAGC,IAAA;EAAA,IAAC;IACxBC,IAAI;IACJC,WAAW;IACX,GAAGC;EACc,CAAC,GAAAH,IAAA;EAAA,oBAClBtB,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAAwB,GAAG,EAAApB,QAAA;IAACqB,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC;EAAa,GAAKL,KAAK,gBAC7DzB,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,ycAAyc;IAC3cC,IAAI,EAAET,WAAW,CAACU;EAAK,CACxB,CAAC,eACFlC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,6hBAA6hB;IAC/hBC,IAAI,EAAET,WAAW,CAACW;EAAU,CAC7B,CAAC,eACFnC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,knKAAknK;IACpnKC,IAAI,EAAET,WAAW,CAACW;EAAU,CAC7B,CAAC,eACFnC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,uPAAuP;IACzPC,IAAI,EAAET,WAAW,CAACW;EAAU,CAC7B,CAAC,eACFnC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,iPAAiP;IACnPC,IAAI,EAAET,WAAW,CAACW;EAAU,CAC7B,CAAC,eACFnC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,+7BAA+7B;IACj8BC,IAAI,EAAET,WAAW,CAACY;EAAM,CACzB,CAAC,eACFpC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,iQAAiQ;IACnQC,IAAI,EAAET,WAAW,CAACY;EAAM,CACzB,CAAC,eACFpC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,gRAAgR;IAClRC,IAAI,EAAET,WAAW,CAACY;EAAM,CACzB,CACE,CAAC;AAAA,CACP;AAAC,IAAAC,QAAA,GAEahB,gBAAgB;AAAAiB,OAAA,CAAAhC,OAAA,GAAA+B,QAAA"}
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = require("react-native-svg");
9
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
11
+ const PictogramQrCode = _ref => {
12
+ let {
13
+ size,
14
+ colorValues,
15
+ ...props
16
+ } = _ref;
17
+ return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, _extends({
18
+ width: size,
19
+ height: size,
20
+ viewBox: "0 0 240 240"
21
+ }, props), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
22
+ d: "M7 151.61V195.83C7 201.7 11.76 206.46 17.63 206.46H170.39C176.26 206.46 181.02 201.7 181.02 195.83V158.25C181.02 157.86 169.58 140.49 162.69 139.62C155.8 138.75 146.78 136.08 146.78 136.08C136.46 132.18 146.36 123.43 146.36 123.43L149.08 123C137.97 122.17 136.92 111.54 136.92 111.54L142.1 108.59L140.69 105.72L140.02 102.89L139.95 100.52L141.33 99.54C141.33 99.54 145.47 98.27 146.12 98.21C146.77 98.15 152.14 98.89 152.14 98.89L159.87 99.87C159.87 99.87 171.27 103.14 171.5 103.21C171.73 103.28 181 107.92 181 107.92V44.63C181 38.76 176.24 34 170.37 34H17.63C11.76 34 7 38.76 7 44.63V119.1V151.6V151.61Z",
23
+ fill: colorValues.main
24
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
25
+ d: "M181.029 90.86V94.86C189.279 94.86 215.289 125.85 229.749 145.38L232.959 143C229.009 137.66 193.999 90.86 181.029 90.86Z",
26
+ fill: colorValues.hands
27
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
28
+ d: "M180.269 108.52L181.769 104.81C179.339 103.83 162.849 97.29 150.689 96.33C150.689 97.66 150.689 98.99 150.689 100.31C159.409 101.15 172.049 105.19 180.259 108.52H180.269Z",
29
+ fill: colorValues.hands
30
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
31
+ d: "M149.279 125.26C153.429 126.64 158.709 128.05 165.459 129.47L166.279 125.56C159.549 124.15 154.449 122.77 150.549 121.48V125.27H149.279V125.26Z",
32
+ fill: colorValues.hands
33
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
34
+ d: "M138.209 113.96C138.059 112.53 140.039 111 141.519 110.16C146.119 112.74 154.029 114.73 165.599 116.25L166.119 112.28C147.429 109.83 142.449 106.48 141.129 104.84C139.759 104.86 138.289 104.88 136.769 104.9C136.989 105.83 137.459 106.71 138.169 107.54C136.209 108.92 133.899 111.23 134.229 114.37C134.439 116.35 135.579 118.86 140.599 121.63V116.93C138.669 115.53 138.259 114.48 138.209 113.96Z",
35
+ fill: colorValues.hands
36
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
37
+ d: "M156.259 136.38C149.819 135.73 145.769 134.04 144.839 131.61C144.039 129.52 145.509 126.82 146.659 125.26H141.979C141.479 126.24 141.029 127.37 140.789 128.57V131.96C140.869 132.31 140.959 132.66 141.089 133.01C141.499 134.1 142.169 135.06 143.069 135.92H150.559V139.49C152.139 139.87 153.899 140.16 155.849 140.35C171.269 141.9 183.039 159.27 194.429 176.06C196.949 179.78 199.329 183.29 201.759 186.65L204.999 184.31C202.599 181 200.239 177.51 197.739 173.82C185.839 156.27 173.539 138.11 156.249 136.37L156.259 136.38Z",
38
+ fill: colorValues.hands
39
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
40
+ d: "M140.669 104C140.359 102.67 142.419 101.23 142.419 101.23C144.079 100.17 147.039 99.96 150.699 100.31C150.699 98.98 150.699 97.65 150.699 96.33C146.409 95.99 142.649 96.33 140.249 97.87C138.609 98.94 136.029 101.62 136.769 104.88C136.769 104.88 136.769 104.9 136.769 104.91C138.289 104.89 139.759 104.87 141.129 104.85C140.819 104.46 140.709 104.17 140.669 104.01V104Z",
41
+ fill: colorValues.hands
42
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
43
+ d: "M143.08 135.93C144.75 137.51 147.25 138.71 150.57 139.5V135.93H143.08Z",
44
+ fill: colorValues.hands
45
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
46
+ d: "M75.9498 135.96C63.3298 135.94 50.7098 135.92 38.0898 135.9V176.56C38.3398 176.59 38.5898 176.64 38.8398 176.64C51.7098 176.64 64.5798 176.65 77.4498 176.64C77.9198 176.64 78.3898 176.51 78.8798 176.45V135.96C77.7798 135.96 76.8598 135.96 75.9498 135.96ZM69.1298 166.84H48.2398V146.01H69.1298V166.84Z",
47
+ fill: colorValues.secondary
48
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
49
+ d: "M38.4198 66.36C38.4098 78.48 38.4198 90.6 38.4198 102.72C38.4198 103.36 38.5098 104 38.5698 104.77H79.2598V64.12H38.5898C38.5298 64.87 38.4098 65.61 38.4098 66.36H38.4198ZM48.2998 74.15C55.1498 74.15 62.0498 74.15 69.2398 74.15V95.07H48.2998V74.15Z",
50
+ fill: colorValues.secondary
51
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
52
+ d: "M140.25 97.87C142.65 96.33 146.41 95.99 150.7 96.33C150.7 86.26 150.7 76.19 150.7 66.11C150.7 65.45 150.59 64.78 150.53 64.12H109.87V104.62C112.13 104.96 125.86 105.03 136.77 104.91C136.77 104.91 136.77 104.89 136.77 104.88C136.03 101.61 138.61 98.94 140.25 97.87ZM119.93 95.08V74.25H140.79V95.08H119.93Z",
53
+ fill: colorValues.secondary
54
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
55
+ d: "M99.8298 74.26V64.12H89.2898C89.3798 67.49 89.4698 70.86 89.5598 74.26H99.8298Z",
56
+ fill: colorValues.secondary
57
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
58
+ d: "M140.49 177.06H151.03V166.52C147.6 166.65 144.17 166.78 140.49 166.92V177.06Z",
59
+ fill: colorValues.secondary
60
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
61
+ d: "M120.52 125.33H130.29V115.29C128.49 115.29 126.84 115.28 125.18 115.29C123.47 115.3 121.75 115.34 119.85 115.37V125.54C118.07 125.54 116.49 125.57 114.91 125.54C113.28 125.5 111.63 125.74 109.81 125.29V115.34H99.8798C99.7698 118.64 99.6498 121.94 99.5298 125.53H89.9798V135.85H99.4998V146.17H89.7198C89.1998 149.66 89.3498 174.63 89.8598 176.36H99.8798V155.86H109.88C109.95 149.02 109.84 142.46 109.95 135.67H120.52V125.33Z",
62
+ fill: colorValues.secondary
63
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
64
+ d: "M140.8 131.96C140.55 130.8 140.58 129.66 140.8 128.57V126.2H130.47V133.11C130.47 135.28 130.52 137.46 130.46 139.63C130.39 141.84 130.77 144.09 130.15 146.53H120.46V156.49H140.94V146.25C144.33 145.95 147.49 146.37 150.58 145.98V139.51C147.26 138.72 144.76 137.52 143.09 135.94H140.8V131.96Z",
65
+ fill: colorValues.secondary
66
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
67
+ d: "M89.4298 84.86V87.74C89.4298 96.01 89.4298 104.29 89.4298 112.56C89.4298 113.45 89.3298 114.34 89.2798 115.23C92.7998 115.25 96.3198 115.26 99.8398 115.28V84.86H89.4298Z",
68
+ fill: colorValues.secondary
69
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
70
+ d: "M110.5 176.32C117.23 176.32 123.96 176.32 130.76 176.32V166.65H120.4V156.53H110.32C109.79 160.15 109.95 174.63 110.5 176.32Z",
71
+ fill: colorValues.secondary
72
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
73
+ d: "M58.8698 115.39V125.24H68.9898V115.39H58.8698Z",
74
+ fill: colorValues.secondary
75
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
76
+ d: "M48.6198 115.47H38.5298V125.2H48.6098C48.6498 121.8 48.6598 118.59 48.6198 115.47Z",
77
+ fill: colorValues.secondary
78
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
79
+ d: "M79.3898 125.25H89.1798V115.3H79.3898V125.25Z",
80
+ fill: colorValues.secondary
81
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
82
+ d: "M140.6 121.63V125.26H141.98C142.43 124.37 142.93 123.6 143.36 123C142.32 122.54 141.41 122.08 140.6 121.63Z",
83
+ fill: colorValues.secondary
84
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
85
+ d: "M147.219 124.55C147.869 124.79 148.559 125.02 149.279 125.26H150.549V121.47C145.379 119.76 142.359 118.2 140.609 116.93V121.63C141.429 122.08 142.339 122.54 143.369 123C142.939 123.6 142.439 124.37 141.989 125.26H146.669C146.869 124.99 147.059 124.74 147.229 124.55H147.219Z",
86
+ fill: colorValues.hands
87
+ }));
88
+ };
89
+ var _default = PictogramQrCode;
90
+ exports.default = _default;
91
+ //# sourceMappingURL=PictogramQrCode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","PictogramQrCode","_ref","size","colorValues","props","createElement","Svg","width","height","viewBox","Path","d","fill","main","hands","secondary","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramQrCode.tsx"],"mappings":"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"}
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M218.553 173.156C218.443 173.026 207.573 159.946 194.963 146.476C174.123 124.216 164.773 118.046 160.603 116.786C155.303 115.196 151.353 116.086 149.463 119.296C147.503 122.646 148.333 127.366 150.383 129.356C151.043 129.986 151.183 130.986 150.733 131.776C150.283 132.566 149.353 132.956 148.473 132.716C148.293 132.666 129.933 127.746 119.463 127.086C118.413 127.026 117.403 127.376 116.613 128.076C115.803 128.796 115.333 129.796 115.293 130.886C115.203 132.956 116.683 134.716 118.723 134.996C128.563 136.326 141.183 138.446 145.473 141.026L143.413 144.456C140.573 142.746 131.383 140.746 118.193 138.966C114.083 138.416 111.113 134.866 111.293 130.716C111.393 128.546 112.333 126.556 113.943 125.106C115.533 123.676 117.583 122.966 119.713 123.096C127.383 123.576 138.683 126.146 144.943 127.686C143.923 124.316 144.223 120.316 146.013 117.266C147.373 114.956 151.623 109.896 161.753 112.956C177.623 117.736 219.843 168.436 221.633 170.596L218.553 173.146V173.156Z" fill="#0B3EE3"/><path d="M138.314 158.916C136.004 157.186 127.414 155.926 115.324 155.546C109.484 155.366 104.854 150.456 105.004 144.606C105.114 140.126 108.044 136.166 112.284 134.736L114.394 134.026L115.664 137.816L113.554 138.526C110.894 139.416 109.064 141.896 109.004 144.696C108.914 148.356 111.804 151.426 115.454 151.546C129.104 151.976 137.614 153.376 140.724 155.716L138.324 158.916H138.314Z" fill="#0B3EE3"/><path d="M178.404 218.096C161.414 192.976 139.404 176.966 112.984 170.496L112.484 170.376C109.634 169.676 107.334 167.606 106.334 164.846C105.294 161.986 105.834 158.726 107.734 156.346L111.024 152.246L114.144 154.746L110.854 158.846C109.814 160.146 109.524 161.916 110.094 163.486C110.644 164.996 111.894 166.116 113.444 166.506L113.944 166.626C141.354 173.336 164.164 189.906 181.724 215.876L178.414 218.116L178.404 218.096Z" fill="#0B3EE3"/><path d="M158.243 135.668L155.658 138.72L163.679 145.512L166.264 142.46L158.243 135.668Z" fill="#0B3EE3"/><path d="M166.503 164.356C160.493 153.936 164.323 136.766 164.493 136.036L168.393 136.926C168.353 137.086 164.743 153.306 169.973 162.356L166.513 164.356H166.503Z" fill="#0B3EE3"/><path d="M145.977 136.455L133.402 163.682L137.034 165.359L149.608 138.133L145.977 136.455Z" fill="#0B3EE3"/><circle cx="50.5" cy="111.5" r="40.5" fill="#AAEEEF"/><g clip-path="url(#clip0_13131_19724)"><path d="M37.9831 89.3429C38.8881 89.3429 39.795 89.3372 40.7 89.3448C41.1788 89.3486 41.5525 89.5638 41.8135 89.9732C41.9205 90.1427 41.9806 90.3312 41.9768 90.5331C41.9731 90.7216 41.9806 90.9158 41.9318 91.0948C41.7928 91.6071 41.4079 91.9327 40.8878 92.0032C40.7188 92.026 40.5479 92.0431 40.3771 92.0431C38.8149 92.047 37.2526 92.045 35.6923 92.0489C35.1497 92.0489 34.6258 92.1574 34.1301 92.3878C33.8259 92.5287 33.5161 92.6601 33.2269 92.8296C33.0073 92.9591 32.8007 93.1229 32.6148 93.2981C32.3182 93.5761 32.0252 93.8598 31.7924 94.2026C31.3343 94.8786 31.0676 95.6289 30.9249 96.4268C30.8855 96.6496 30.8705 96.8819 30.8705 97.1085C30.8667 98.7062 30.8667 100.304 30.8705 101.902C30.8705 102.262 30.7822 102.589 30.5438 102.863C30.1363 103.328 29.3984 103.488 28.8426 103.027C28.4915 102.736 28.3375 102.361 28.3375 101.907C28.3394 100.129 28.3244 98.3482 28.345 96.5696C28.3544 95.686 28.5046 94.8215 28.8257 93.9855C29.1374 93.1724 29.573 92.4411 30.1326 91.788C30.6564 91.1767 31.2723 90.6683 31.9764 90.2741C32.3801 90.0475 32.7876 89.8361 33.2288 89.6952C33.6156 89.5714 34.0118 89.5028 34.4099 89.4362C35.2079 89.3029 36.0115 89.3524 36.8133 89.3429C37.2038 89.3391 37.5944 89.3429 37.9849 89.3429H37.9831Z" fill="#00C5CA"/><path d="M73.3291 99.0623C73.3291 100.035 73.3366 101.008 73.3254 101.98C73.3197 102.522 73.0663 102.934 72.5837 103.174C72.1556 103.387 71.7331 103.324 71.3444 103.061C70.9614 102.804 70.8149 102.412 70.8018 101.966C70.7905 101.572 70.798 101.176 70.798 100.78C70.798 99.5155 70.798 98.2491 70.798 96.9847C70.798 96.3848 70.661 95.8116 70.4357 95.2632C70.2592 94.8348 70.0451 94.4234 69.7616 94.0502C69.4555 93.6465 69.1006 93.2999 68.6969 92.9971C68.0304 92.4963 67.2831 92.2183 66.47 92.0888C66.1546 92.0393 65.8391 92.0298 65.5218 92.0431C65.443 92.0469 65.366 92.0431 65.2871 92.045C63.9052 92.045 62.5232 92.0488 61.1412 92.045C60.9647 92.045 60.7826 92.0259 60.6099 91.9821C60.0729 91.8488 59.7236 91.3499 59.6898 90.832C59.6523 90.2683 59.8626 89.8303 60.332 89.5294C60.5404 89.3961 60.7751 89.3428 61.0211 89.3428C61.9899 89.3428 62.9569 89.3428 63.9258 89.3428C64.6205 89.3428 65.3153 89.3371 66.01 89.3447C66.3668 89.3485 66.7273 89.3542 67.0822 89.398C67.7468 89.4837 68.3928 89.6551 69.0105 89.9293C69.5701 90.1769 70.0958 90.4835 70.5727 90.87C71.2975 91.4566 71.9171 92.1345 72.379 92.9571C72.7189 93.5589 72.9461 94.2025 73.117 94.8671C73.2521 95.3927 73.3385 95.9278 73.331 96.4762C73.3197 97.3389 73.3273 98.1996 73.3273 99.0623H73.3291Z" fill="#00C5CA"/><path d="M28.3372 124.631C28.3372 123.65 28.3372 122.67 28.3372 121.689C28.3372 121.032 28.8798 120.428 29.5257 120.388C30.136 120.352 30.6598 120.782 30.81 121.325C30.8495 121.468 30.8645 121.62 30.8645 121.769C30.8682 123.344 30.8664 124.917 30.8682 126.491C30.8682 127.202 31.011 127.884 31.2832 128.537C31.4916 129.034 31.7639 129.487 32.1188 129.896C32.7816 130.658 33.589 131.174 34.5485 131.46C34.924 131.572 35.3052 131.631 35.6976 131.635C35.7821 131.635 35.8666 131.656 35.953 131.662C36.0468 131.667 36.1407 131.675 36.2327 131.671C36.4111 131.663 36.5895 131.637 36.7679 131.637C37.9395 131.633 39.1112 131.633 40.2828 131.637C40.5082 131.637 40.7372 131.644 40.9569 131.686C41.4977 131.793 41.9108 132.223 41.984 132.804C42.014 133.046 41.984 133.271 41.9033 133.495C41.7662 133.876 41.5071 134.128 41.1259 134.253C40.9532 134.31 40.7804 134.341 40.5983 134.341C38.8652 134.339 37.1302 134.349 35.3972 134.335C34.7118 134.331 34.0377 134.217 33.3768 134.023C32.4699 133.756 31.6756 133.284 30.949 132.69C29.8975 131.827 29.1727 130.73 28.7352 129.439C28.5681 128.948 28.4348 128.445 28.3822 127.925C28.3616 127.722 28.339 127.518 28.339 127.314C28.3334 126.421 28.3372 125.526 28.3372 124.633V124.631Z" fill="#00C5CA"/><path d="M63.7342 134.337C62.8593 134.337 61.9843 134.341 61.1093 134.333C60.9403 134.333 60.7675 134.309 60.6023 134.269C60.1385 134.154 59.6654 133.627 59.6841 133.065C59.6954 132.737 59.7592 132.44 59.9564 132.18C60.1742 131.892 60.4521 131.721 60.8164 131.669C61.1281 131.625 61.4379 131.635 61.7496 131.633C63.1935 131.629 64.6393 131.627 66.0832 131.633C66.3761 131.633 66.6578 131.587 66.9357 131.511C67.4407 131.374 67.9327 131.184 68.3777 130.902C69.3128 130.308 70.0188 129.508 70.43 128.455C70.6121 127.99 70.7135 127.512 70.7623 127.013C70.8018 126.602 70.7961 126.192 70.798 125.783C70.8036 124.439 70.798 123.094 70.8018 121.75C70.8018 121.356 70.9276 121.013 71.2186 120.733C71.6542 120.314 72.3715 120.251 72.8747 120.693C73.1958 120.975 73.3197 121.333 73.3272 121.742C73.3366 122.374 73.3291 123.007 73.3291 123.641C73.3291 124.559 73.3347 125.476 73.3272 126.392C73.3235 126.905 73.3197 127.419 73.2728 127.929C73.239 128.302 73.1507 128.674 73.0587 129.037C72.8278 129.953 72.3959 130.77 71.8345 131.521C71.4664 132.014 71.0346 132.444 70.552 132.827C70.1502 133.145 69.7202 133.412 69.264 133.636C68.6875 133.92 68.0792 134.124 67.4483 134.227C67.0277 134.295 66.5977 134.322 66.1715 134.329C65.3603 134.345 64.5473 134.333 63.7342 134.333V134.337Z" fill="#00C5CA"/><path d="M42.9095 121.325C42.9095 120.697 43.2831 120.154 43.8164 120.028C44.3008 119.914 44.7402 120.025 45.1045 120.394C45.3467 120.64 45.5964 120.878 45.8536 121.108C46.2217 121.438 46.6178 121.729 47.0422 121.982C47.5285 122.272 48.0392 122.506 48.5687 122.692C48.9405 122.824 49.3329 122.906 49.7197 122.991C50.069 123.069 50.4257 123.102 50.7863 123.094C50.8707 123.094 50.9552 123.111 51.0416 123.119C51.0886 123.125 51.1355 123.134 51.1806 123.13C51.466 123.104 51.7514 123.064 52.0387 123.05C52.4067 123.033 52.7616 122.95 53.1146 122.852C53.7642 122.673 54.3857 122.422 54.9622 122.07C55.3283 121.845 55.6851 121.605 56.0362 121.356C56.4399 121.07 56.7816 120.708 57.1234 120.352C57.2961 120.171 57.4989 120.053 57.7449 120C58.1579 119.908 58.5072 120.026 58.8301 120.285C59.14 120.533 59.2789 120.864 59.3071 121.249C59.3165 121.371 59.2827 121.498 59.2489 121.618C59.1775 121.872 59.048 122.094 58.8677 122.289C58.2349 122.976 57.5026 123.534 56.6953 123.993C56.3479 124.189 56.0005 124.385 55.6456 124.568C55.088 124.854 54.4946 125.048 53.8957 125.223C53.5671 125.32 53.2366 125.412 52.9024 125.48C52.6076 125.541 52.3053 125.572 52.0049 125.608C51.7119 125.642 51.419 125.669 51.1242 125.695C51.0623 125.701 50.9984 125.703 50.9365 125.695C50.0972 125.587 49.2541 125.507 48.4373 125.273C47.8308 125.098 47.2337 124.898 46.6573 124.633C45.8311 124.252 45.0631 123.774 44.344 123.214C44.1337 123.05 43.9478 122.86 43.7488 122.681C43.6436 122.586 43.5329 122.5 43.4371 122.397C43.3038 122.254 43.1705 122.108 43.0597 121.948C42.9282 121.754 42.8888 121.527 42.9095 121.331V121.325Z" fill="#00C5CA"/><path d="M53.128 110.273C53.128 111.672 53.1374 113.074 53.1243 114.474C53.1168 115.152 52.9834 115.808 52.5779 116.372C52.3375 116.707 52.0409 116.983 51.6766 117.183C51.0983 117.501 50.4768 117.646 49.8309 117.734C49.5041 117.778 49.1774 117.776 48.8507 117.772C48.1973 117.766 47.7335 117.347 47.5889 116.698C47.45 116.077 47.9232 115.395 48.4883 115.266C48.6385 115.231 48.7963 115.226 48.9502 115.211C49.1286 115.193 49.3089 115.199 49.4835 115.165C49.8703 115.085 50.0825 114.809 50.0843 114.407C50.0843 111.876 50.0843 109.345 50.0843 106.813C50.0843 106.512 50.075 106.211 50.0862 105.912C50.1087 105.35 50.3209 104.878 50.811 104.585C51.3724 104.248 51.992 104.261 52.5291 104.699C52.852 104.964 53.051 105.299 53.0867 105.723C53.1036 105.92 53.128 106.116 53.128 106.312C53.1318 107.633 53.1299 108.953 53.1299 110.275L53.128 110.273Z" fill="#00C5CA"/><path d="M43.7583 108.003C43.7583 108.517 43.7621 109.031 43.7583 109.545C43.7527 110.149 43.488 110.616 43.011 110.97C42.6768 111.219 42.305 111.335 41.8957 111.314C41.5033 111.293 41.1559 111.151 40.8592 110.882C40.5475 110.598 40.3354 110.256 40.2659 109.835C40.2283 109.61 40.2021 109.382 40.2002 109.155C40.1927 108.357 40.1889 107.557 40.2021 106.759C40.2077 106.47 40.2415 106.177 40.3053 105.895C40.3917 105.514 40.6302 105.219 40.925 104.969C41.2254 104.714 41.5765 104.632 41.9652 104.619C42.6073 104.596 43.0711 104.916 43.4391 105.392C43.6532 105.668 43.7527 106.009 43.7546 106.365C43.7583 106.912 43.7546 107.456 43.7546 108.003H43.7583Z" fill="#00C5CA"/><path d="M58.4262 107.978C58.4262 107.464 58.4224 106.95 58.4262 106.436C58.4299 106.047 58.5238 105.683 58.7604 105.373C59.1209 104.899 59.5734 104.628 60.193 104.613C61.0474 104.592 61.7721 105.282 61.9299 106.106C61.9712 106.321 61.9787 106.544 61.9806 106.765C61.9862 107.413 61.9881 108.062 61.9806 108.709C61.9768 109.048 61.9655 109.387 61.9355 109.724C61.9073 110.044 61.7872 110.341 61.59 110.591C61.3177 110.935 60.9967 111.217 60.5404 111.29C59.9865 111.377 59.4889 111.261 59.0589 110.888C58.6158 110.503 58.413 110.014 58.4243 109.425C58.4337 108.944 58.4243 108.46 58.4262 107.978Z" fill="#00C5CA"/></g><circle cx="125.5" cy="51.5" r="40.5" fill="#AAEEEF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M115.274 66.0398C115.542 66.2438 115.87 66.3543 116.207 66.3544C116.486 66.3545 116.76 66.2789 116.999 66.1355C123.958 61.9591 123.958 53.5 123.958 48.9567C123.958 48.5478 124.121 48.1557 124.41 47.8666C124.699 47.5775 125.091 47.415 125.5 47.415C125.909 47.415 126.301 47.5775 126.59 47.8666C126.879 48.1557 127.042 48.5478 127.042 48.9567C127.042 49.3656 127.204 49.7577 127.493 50.0468C127.782 50.3359 128.174 50.4984 128.583 50.4984C128.992 50.4984 129.384 50.3359 129.673 50.0468C129.963 49.7577 130.125 49.3656 130.125 48.9567C130.125 47.7301 129.638 46.5537 128.77 45.6863C127.903 44.819 126.727 44.3317 125.5 44.3317C124.273 44.3317 123.097 44.819 122.23 45.6863C121.362 46.5537 120.875 47.7301 120.875 48.9567C120.875 53.1655 120.875 60.2109 115.413 63.4915C115.124 63.6652 114.9 63.9287 114.775 64.2417C114.65 64.5547 114.632 64.9 114.722 65.2247C114.812 65.5495 115.006 65.8358 115.274 66.0398ZM129.965 53.7127C129.431 60.0135 127.376 64.9993 123.858 68.5451V68.539C123.57 68.8291 123.178 68.9928 122.769 68.9941C122.36 68.9954 121.968 68.8342 121.677 68.5459C121.387 68.2576 121.224 67.8659 121.222 67.457C121.221 67.048 121.382 66.6553 121.67 66.3652C124.706 63.3112 126.414 59.0824 126.894 53.4445C126.908 53.2416 126.962 53.0436 127.054 52.8622C127.146 52.6808 127.274 52.5198 127.429 52.3888C127.585 52.2577 127.765 52.1593 127.959 52.0994C128.153 52.0395 128.358 52.0193 128.56 52.04C128.762 52.0573 128.959 52.1143 129.139 52.2078C129.319 52.3013 129.479 52.4294 129.61 52.5848C129.74 52.7402 129.839 52.9198 129.9 53.1134C129.961 53.3069 129.983 53.5106 129.965 53.7127ZM134.2 63.3543C133.589 65.0618 132.81 66.7046 131.875 68.2584C131.77 68.4316 131.632 68.5824 131.468 68.7022C131.305 68.822 131.119 68.9085 130.923 68.9566C130.525 69.0539 130.106 68.9894 129.756 68.7771C129.583 68.6721 129.432 68.5339 129.312 68.3706C129.192 68.2072 129.106 68.0218 129.058 67.8251C129.009 67.6283 129 67.424 129.031 67.2238C129.062 67.0235 129.132 66.8313 129.237 66.6581C130.066 65.2798 130.757 63.8231 131.3 62.3091C131.445 61.9335 131.732 61.6297 132.098 61.4627C132.464 61.2956 132.881 61.2785 133.26 61.415C133.639 61.5516 133.95 61.8309 134.125 62.1933C134.301 62.5557 134.327 62.9724 134.2 63.3543ZM136.292 48.9567C136.35 52.1558 136.092 55.3529 135.521 58.5012C135.453 58.8517 135.265 59.1677 134.99 59.3951C134.714 59.6226 134.369 59.7475 134.012 59.7484C133.912 59.7485 133.812 59.7387 133.714 59.7191C133.313 59.6408 132.96 59.4065 132.731 59.0677C132.503 58.7289 132.418 58.3133 132.496 57.9123C133.027 54.9577 133.265 51.958 133.208 48.9567C133.207 47.3966 132.733 45.8735 131.848 44.5887C130.963 43.304 129.708 42.3181 128.251 41.7613C126.794 41.2045 125.202 41.103 123.685 41.4703C122.169 41.8376 120.8 42.6563 119.759 43.8183C119.626 43.9758 119.462 44.105 119.278 44.1982C119.095 44.2914 118.894 44.3468 118.688 44.3611C118.482 44.3754 118.276 44.3482 118.081 44.2813C117.886 44.2144 117.706 44.109 117.553 43.9714C117.399 43.8338 117.275 43.6668 117.187 43.4803C117.099 43.2937 117.049 43.0915 117.041 42.8855C117.033 42.6794 117.066 42.4738 117.138 42.2808C117.211 42.0878 117.321 41.9113 117.463 41.7617C118.921 40.1352 120.838 38.9893 122.961 38.4753C125.083 37.9613 127.312 38.1036 129.352 38.8832C131.392 39.6628 133.148 41.0432 134.387 42.8418C135.626 44.6404 136.29 46.7726 136.292 48.9567ZM117.898 47.6725C117.827 48.0968 117.791 48.5264 117.792 48.9567C117.792 57.8599 114.535 62.7891 108.619 62.8314C108.593 62.8327 108.567 62.8333 108.542 62.8333C107.69 62.8333 107 62.1431 107 61.2917C107 61.2914 107 61.2911 107 61.2908C107 61.2906 107 61.2903 107 61.29C107 60.8812 107.162 60.489 107.452 60.1999C107.741 59.9108 108.133 59.7484 108.542 59.7484C112.633 59.7484 114.708 56.1177 114.708 48.9567C114.709 48.3537 114.761 47.7519 114.862 47.1576C114.886 46.9495 114.952 46.7486 115.057 46.5669C115.161 46.3852 115.301 46.2266 115.468 46.1009C115.636 45.9751 115.827 45.8848 116.031 45.8354C116.234 45.786 116.445 45.7786 116.652 45.8136C116.858 45.8487 117.056 45.9254 117.231 46.0391C117.407 46.1529 117.558 46.3012 117.675 46.4752C117.791 46.6491 117.871 46.845 117.91 47.0508C117.948 47.2567 117.944 47.4682 117.898 47.6725ZM142.458 48.9567C142.659 55.5163 141.45 62.0426 138.913 68.095C138.79 68.3633 138.594 68.5911 138.346 68.7512C138.099 68.9113 137.811 68.9971 137.516 68.9984C137.296 68.9988 137.079 68.9515 136.879 68.8596C136.694 68.7763 136.528 68.6574 136.389 68.5097C136.25 68.362 136.142 68.1884 136.07 67.9989C135.999 67.8093 135.965 67.6074 135.972 67.4049C135.978 67.2024 136.025 67.0031 136.108 66.8185C138.455 61.1647 139.569 55.0752 139.375 48.9567C139.379 46.8633 138.905 44.7966 137.987 42.9149C137.899 42.7327 137.847 42.5348 137.835 42.3326C137.823 42.1304 137.851 41.9277 137.917 41.7363C137.983 41.5448 138.086 41.3682 138.221 41.2167C138.355 41.0651 138.518 40.9415 138.701 40.8529C138.883 40.7644 139.081 40.7125 139.283 40.7004C139.485 40.6883 139.688 40.7162 139.879 40.7824C140.071 40.8486 140.247 40.9519 140.399 41.0863C140.55 41.2208 140.674 41.3837 140.762 41.566C141.885 43.8675 142.465 46.3959 142.458 48.9567ZM111.625 48.9567V53.5817C111.625 53.9906 111.463 54.3827 111.173 54.6718C110.884 54.9609 110.492 55.1234 110.083 55.1234C109.674 55.1234 109.282 54.9609 108.993 54.6718C108.704 54.3827 108.542 53.9906 108.542 53.5817V48.9567C108.547 44.4607 110.335 40.1504 113.515 36.9712C116.694 33.7921 121.004 32.0037 125.5 31.9984C129.171 31.9871 132.745 33.1784 135.675 35.39C136.002 35.6354 136.218 36.0006 136.276 36.4053C136.334 36.8101 136.229 37.2213 135.983 37.5484C135.738 37.8755 135.373 38.0917 134.968 38.1495C134.563 38.2074 134.152 38.102 133.825 37.8567C131.428 36.0464 128.504 35.0717 125.5 35.0817C121.821 35.0858 118.295 36.5489 115.693 39.1501C113.092 41.7513 111.629 45.2781 111.625 48.9567Z" fill="#00C5CA"/><defs><clipPath id="clip0_13131_19724"><rect width="45" height="45" fill="white" transform="translate(28 89)"/></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_14631_22244)"><path d="M152.979 101.86L150.119 98.24C154.119 95.08 163.309 90.82 169.519 97.35L166.169 100.53C164.189 98.45 161.569 97.99 158.149 99.13C155.269 100.09 153.009 101.85 152.989 101.87L152.979 101.86Z" fill="#AAEEEF"/><path d="M201.789 133.55C199.879 133.55 197.999 133.26 196.139 132.67C184.069 128.86 177.939 113.91 177.689 113.28L181.969 111.56C182.019 111.7 187.559 125.13 197.549 128.28C202.149 129.73 207.129 128.74 212.349 125.34L214.869 129.21C210.429 132.1 206.049 133.55 201.789 133.55Z" fill="#AAEEEF"/><path d="M137.66 122.327L125.946 98.9034L136.365 93.6925C141.964 90.8924 148.78 93.1637 151.58 98.7626L153.15 101.902C155.95 107.501 153.679 114.316 148.08 117.117L137.66 122.327Z" fill="#AAEEEF"/><path d="M126.31 122.36C125.04 122.36 123.82 121.66 123.21 120.44C122.35 118.73 123.05 116.65 124.76 115.79L135.48 110.43C137.19 109.57 139.27 110.27 140.13 111.98C140.99 113.69 140.29 115.77 138.58 116.63L127.86 121.99C127.36 122.24 126.83 122.36 126.31 122.36Z" fill="#AAEEEF"/><path d="M121.62 112.98C120.35 112.98 119.13 112.28 118.52 111.06C117.66 109.35 118.36 107.27 120.07 106.41L130.79 101.05C132.5 100.19 134.58 100.89 135.44 102.6C136.3 104.31 135.6 106.39 133.89 107.25L123.17 112.61C122.67 112.86 122.14 112.98 121.62 112.98Z" fill="#AAEEEF"/><path d="M158.539 119.9C155.759 119.9 153.779 119.25 152.499 117.95C151.389 116.82 150.329 114.69 151.619 110.96C152.789 107.56 155.409 104.68 158.799 103.04C162.689 101.16 165.719 99.16 167.799 97.1C170.809 94.1 170.279 90.35 168.899 88.05C167.479 85.68 164.329 83.36 160.149 84.64C154.389 86.39 149.829 89.21 146.579 93.01C145.179 94.66 142.849 95.24 140.509 94.53C137.439 93.6 135.189 90.83 134.779 87.48C134.299 83.53 136.029 75.4 152.929 65.43C156.949 63.14 166.219 60.63 172.779 67.47L169.889 70.24C163.879 63.96 155.299 68.69 154.929 68.89C139.459 78.02 138.459 84.59 138.749 87C139.009 89.16 140.479 90.35 141.659 90.7C141.959 90.79 142.999 91.04 143.529 90.41C147.279 86.02 152.469 82.78 158.979 80.81C164.969 78.98 169.999 82.1 172.329 86C175.119 90.66 174.449 96.13 170.619 99.94C168.219 102.32 164.829 104.58 160.539 106.65C158.099 107.83 156.219 109.88 155.399 112.27C155.119 113.08 154.739 114.54 155.349 115.16C155.749 115.56 158.369 117.37 170.909 113.29C179.599 110.44 196.879 104.64 200.099 103.06C204.849 100.72 226.009 98.06 239.819 98.06V102.06C226.269 102.06 205.629 104.8 201.869 106.65C197.609 108.75 173.199 116.75 172.159 117.09C166.369 118.97 161.889 119.91 158.549 119.91L158.539 119.9Z" fill="#0B3EE3"/><path d="M137.52 70.64C136.55 70.64 135.56 70.51 134.58 70.19C131.91 69.32 128.97 66.45 128.79 62.83C128.65 60.02 130.07 55.96 137.66 52.61C150.77 46.82 156.78 47.6 169.37 53.09L167.77 56.76C156.05 51.65 151.18 51.01 139.28 56.27C134.98 58.17 132.67 60.43 132.79 62.63C132.88 64.47 134.61 66 135.83 66.39C137.94 67.08 140.38 66.27 142.48 65.4C151.23 61.77 157.3 63.94 157.56 64.04L156.19 67.8C155.99 67.73 151.22 66.12 144.02 69.1C142.16 69.87 139.9 70.65 137.54 70.65L137.52 70.64Z" fill="#0B3EE3"/><path d="M230.921 59.41C219.711 59.41 203.591 58.28 189.281 49.89C169.491 38.29 158.281 35.36 152.921 40.4C151.231 41.99 151.391 43.12 151.441 43.49C151.781 45.94 155.501 48.39 156.781 49.05L154.951 52.6C154.261 52.24 148.181 48.98 147.491 44.05C147.261 42.43 147.551 39.98 150.191 37.49C158.921 29.28 175.111 36.95 191.311 46.45C207.631 56.02 226.841 55.57 237.161 55.33C238.121 55.31 238.991 55.29 239.791 55.28L239.841 59.28C239.051 59.29 238.191 59.31 237.251 59.33C235.401 59.37 233.271 59.42 230.921 59.42V59.41Z" fill="#0B3EE3"/><path d="M123.01 176.67L95.8498 204.26C91.3898 208.79 83.7498 207.29 81.3298 201.41L44.6698 112.25C43.3198 108.96 44.0598 105.19 46.5498 102.66L73.7098 75.07C78.1698 70.54 85.8098 72.04 88.2298 77.92L124.89 167.07C126.24 170.36 125.5 174.13 123.01 176.66V176.67Z" fill="#AAEEEF"/><path d="M91.0297 178.53C90.4597 178.53 89.8697 178.47 89.2797 178.36C85.6697 177.65 82.5197 174.99 81.0497 171.42L63.1897 127.98C61.7597 124.51 62.2797 120.92 64.5397 118.62L76.7898 106.18C78.5697 104.37 81.1597 103.64 83.9097 104.18C87.5197 104.89 90.6697 107.55 92.1397 111.12L110 154.56C111.43 158.03 110.91 161.62 108.65 163.91L96.3997 176.35C94.9997 177.77 93.1097 178.52 91.0297 178.52V178.53ZM82.1497 107.01C81.1497 107.01 79.9297 107.27 78.9297 108.29L66.6797 120.73C65.2797 122.15 64.9997 124.5 65.9697 126.84L83.8298 170.28C84.8997 172.89 87.2697 174.91 89.8597 175.41C90.8797 175.61 92.8097 175.73 94.2597 174.25L106.51 161.81C107.91 160.38 108.19 158.04 107.22 155.7L89.3597 112.26C88.2897 109.65 85.9198 107.63 83.3298 107.13C83.0098 107.07 82.5998 107.01 82.1497 107.01Z" fill="#00C5CA"/><path d="M87.9624 134.568C88.2798 131.153 86.6157 128.206 84.2456 127.986C81.8755 127.766 79.6968 130.356 79.3794 133.771C79.062 137.186 80.7261 140.133 83.0962 140.353C85.4663 140.573 87.645 137.983 87.9624 134.568Z" fill="#00C5CA"/><path d="M94.1401 149.596C94.4575 146.181 92.7935 143.234 90.4233 143.014C88.0532 142.793 85.8745 145.383 85.5571 148.798C85.2397 152.213 86.9038 155.16 89.2739 155.38C91.6441 155.601 93.8227 153.011 94.1401 149.596Z" fill="#00C5CA"/><path d="M139.92 117.63C139.46 117.63 139.03 117.38 138.8 116.95C138.48 116.33 138.72 115.57 139.34 115.25L146.13 111.73C146.62 111.26 149.06 108.54 146.71 103.45C146.42 102.82 146.69 102.07 147.33 101.78C147.96 101.49 148.71 101.76 149 102.4C152.38 109.73 147.85 113.58 147.65 113.74L147.43 113.89L140.5 117.48C140.32 117.58 140.12 117.62 139.92 117.62V117.63Z" fill="#00C5CA"/></g><defs><clipPath id="clip0_14631_22244"><rect width="195.84" height="172.91" fill="white" transform="translate(44 34)"/></clipPath></defs></svg>