@pagopa/io-app-design-system 1.6.1 → 1.7.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 (334) hide show
  1. package/lib/commonjs/components/banner/Banner.js +1 -1
  2. package/lib/commonjs/components/banner/Banner.js.map +1 -1
  3. package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +44 -13
  4. package/lib/commonjs/components/banner/__test__/banner.test.js +1 -1
  5. package/lib/commonjs/components/banner/__test__/banner.test.js.map +1 -1
  6. package/lib/commonjs/components/buttons/ButtonLink.js +30 -33
  7. package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
  8. package/lib/commonjs/components/buttons/ButtonOutline.js +153 -57
  9. package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
  10. package/lib/commonjs/components/buttons/ButtonSolid.js +98 -61
  11. package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
  12. package/lib/commonjs/components/buttons/IconButton.js +35 -4
  13. package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
  14. package/lib/commonjs/components/buttons/IconButtonContained.js +50 -5
  15. package/lib/commonjs/components/buttons/IconButtonContained.js.map +1 -1
  16. package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +25 -26
  17. package/lib/commonjs/components/icons/Icon.js +3 -0
  18. package/lib/commonjs/components/icons/Icon.js.map +1 -1
  19. package/lib/commonjs/components/pictograms/Pictogram.js +121 -15
  20. package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
  21. package/lib/commonjs/components/pictograms/svg/PictogramAccessDenied.js +50 -0
  22. package/lib/commonjs/components/pictograms/svg/PictogramAccessDenied.js.map +1 -0
  23. package/lib/commonjs/components/pictograms/svg/PictogramAttention.js +12 -16
  24. package/lib/commonjs/components/pictograms/svg/PictogramAttention.js.map +1 -1
  25. package/lib/commonjs/components/pictograms/svg/PictogramBleedCharity.js +43 -0
  26. package/lib/commonjs/components/pictograms/svg/PictogramBleedCharity.js.map +1 -0
  27. package/lib/commonjs/components/pictograms/svg/PictogramBleedFeedback.js +40 -0
  28. package/lib/commonjs/components/pictograms/svg/PictogramBleedFeedback.js.map +1 -0
  29. package/lib/commonjs/components/pictograms/svg/PictogramBleedHelp.js +43 -0
  30. package/lib/commonjs/components/pictograms/svg/PictogramBleedHelp.js.map +1 -0
  31. package/lib/commonjs/components/pictograms/svg/PictogramBleedITWallet.js +61 -0
  32. package/lib/commonjs/components/pictograms/svg/PictogramBleedITWallet.js.map +1 -0
  33. package/lib/commonjs/components/pictograms/svg/PictogramCharity.js +44 -0
  34. package/lib/commonjs/components/pictograms/svg/PictogramCharity.js.map +1 -0
  35. package/lib/commonjs/components/pictograms/svg/PictogramDonation.js +3 -0
  36. package/lib/commonjs/components/pictograms/svg/PictogramDonation.js.map +1 -1
  37. package/lib/commonjs/components/pictograms/svg/PictogramEmpty.js +43 -0
  38. package/lib/commonjs/components/pictograms/svg/PictogramEmpty.js.map +1 -0
  39. package/lib/commonjs/components/pictograms/svg/PictogramEmptyArchive.js +6 -19
  40. package/lib/commonjs/components/pictograms/svg/PictogramEmptyArchive.js.map +1 -1
  41. package/lib/commonjs/components/pictograms/svg/PictogramFatalError.js +44 -0
  42. package/lib/commonjs/components/pictograms/svg/PictogramFatalError.js.map +1 -0
  43. package/lib/commonjs/components/pictograms/svg/PictogramFeedback.js +13 -40
  44. package/lib/commonjs/components/pictograms/svg/PictogramFeedback.js.map +1 -1
  45. package/lib/commonjs/components/pictograms/svg/PictogramHelp.js +45 -0
  46. package/lib/commonjs/components/pictograms/svg/PictogramHelp.js.map +1 -0
  47. package/lib/commonjs/components/pictograms/svg/PictogramITWallet.js +62 -0
  48. package/lib/commonjs/components/pictograms/svg/PictogramITWallet.js.map +1 -0
  49. package/lib/commonjs/components/pictograms/svg/PictogramIdentity.js +50 -0
  50. package/lib/commonjs/components/pictograms/svg/PictogramIdentity.js.map +1 -0
  51. package/lib/commonjs/components/pictograms/svg/PictogramIdentityAdd.js +50 -0
  52. package/lib/commonjs/components/pictograms/svg/PictogramIdentityAdd.js.map +1 -0
  53. package/lib/commonjs/components/pictograms/svg/PictogramIdentityCheck.js +59 -0
  54. package/lib/commonjs/components/pictograms/svg/PictogramIdentityCheck.js.map +1 -0
  55. package/lib/commonjs/components/pictograms/svg/PictogramIdentityRefresh.js +50 -0
  56. package/lib/commonjs/components/pictograms/svg/PictogramIdentityRefresh.js.map +1 -0
  57. package/lib/commonjs/components/pictograms/svg/PictogramPasscode.js +50 -0
  58. package/lib/commonjs/components/pictograms/svg/PictogramPasscode.js.map +1 -0
  59. package/lib/commonjs/components/pictograms/svg/PictogramSetup.js +3 -0
  60. package/lib/commonjs/components/pictograms/svg/PictogramSetup.js.map +1 -1
  61. package/lib/commonjs/components/pictograms/svg/PictogramStopSecurity.js +56 -0
  62. package/lib/commonjs/components/pictograms/svg/PictogramStopSecurity.js.map +1 -0
  63. package/lib/commonjs/components/pictograms/svg/PictogramSuccess.js +10 -26
  64. package/lib/commonjs/components/pictograms/svg/PictogramSuccess.js.map +1 -1
  65. package/lib/commonjs/components/pictograms/svg/PictogramTime.js +50 -0
  66. package/lib/commonjs/components/pictograms/svg/PictogramTime.js.map +1 -0
  67. package/lib/commonjs/components/pictograms/svg/PictogramTrash.js +39 -0
  68. package/lib/commonjs/components/pictograms/svg/PictogramTrash.js.map +1 -0
  69. package/lib/commonjs/components/pictograms/svg/PictogramUpdateOS.js +44 -0
  70. package/lib/commonjs/components/pictograms/svg/PictogramUpdateOS.js.map +1 -0
  71. package/lib/commonjs/components/pictograms/svg/originals/PictogramAccessDenied.svg +34 -0
  72. package/lib/commonjs/components/pictograms/svg/originals/PictogramAttention.svg +21 -5
  73. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedCharity.svg +26 -0
  74. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedFeedback.svg +22 -0
  75. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedHelp.svg +26 -0
  76. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedITWallet.svg +48 -0
  77. package/lib/commonjs/components/pictograms/svg/originals/PictogramCharity.svg +26 -0
  78. package/lib/commonjs/components/pictograms/svg/originals/PictogramEmpty.svg +26 -0
  79. package/lib/commonjs/components/pictograms/svg/originals/PictogramEmptyArchive.svg +6 -22
  80. package/lib/commonjs/components/pictograms/svg/originals/PictogramFatalError.svg +26 -0
  81. package/lib/commonjs/components/pictograms/svg/originals/PictogramFeedback.svg +21 -20
  82. package/lib/commonjs/components/pictograms/svg/originals/PictogramHelp.svg +26 -0
  83. package/lib/commonjs/components/pictograms/svg/originals/PictogramITWallet.svg +48 -0
  84. package/lib/commonjs/components/pictograms/svg/originals/PictogramIdentity.svg +34 -0
  85. package/lib/commonjs/components/pictograms/svg/originals/PictogramIdentityAdd.svg +34 -0
  86. package/lib/commonjs/components/pictograms/svg/originals/PictogramIdentityCheck.svg +46 -0
  87. package/lib/commonjs/components/pictograms/svg/originals/PictogramIdentityRefresh.svg +34 -0
  88. package/lib/commonjs/components/pictograms/svg/originals/PictogramPasscode.svg +34 -0
  89. package/lib/commonjs/components/pictograms/svg/originals/PictogramStopSecurity.svg +42 -0
  90. package/lib/commonjs/components/pictograms/svg/originals/PictogramSuccess.svg +25 -34
  91. package/lib/commonjs/components/pictograms/svg/originals/PictogramTime.svg +34 -0
  92. package/lib/commonjs/components/pictograms/svg/originals/PictogramTrash.svg +18 -0
  93. package/lib/commonjs/components/pictograms/svg/originals/PictogramUpdateOS.svg +26 -0
  94. package/lib/commonjs/components/tag/Tag.js +28 -9
  95. package/lib/commonjs/components/tag/Tag.js.map +1 -1
  96. package/lib/commonjs/core/IODSExperimentalContextProvider.js +33 -0
  97. package/lib/commonjs/core/IODSExperimentalContextProvider.js.map +1 -0
  98. package/lib/commonjs/core/index.js +11 -0
  99. package/lib/commonjs/core/index.js.map +1 -1
  100. package/lib/module/components/banner/Banner.js +2 -2
  101. package/lib/module/components/banner/Banner.js.map +1 -1
  102. package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +44 -13
  103. package/lib/module/components/banner/__test__/banner.test.js +1 -1
  104. package/lib/module/components/banner/__test__/banner.test.js.map +1 -1
  105. package/lib/module/components/buttons/ButtonLink.js +32 -35
  106. package/lib/module/components/buttons/ButtonLink.js.map +1 -1
  107. package/lib/module/components/buttons/ButtonOutline.js +154 -58
  108. package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
  109. package/lib/module/components/buttons/ButtonSolid.js +89 -52
  110. package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
  111. package/lib/module/components/buttons/IconButton.js +37 -6
  112. package/lib/module/components/buttons/IconButton.js.map +1 -1
  113. package/lib/module/components/buttons/IconButtonContained.js +51 -6
  114. package/lib/module/components/buttons/IconButtonContained.js.map +1 -1
  115. package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +25 -26
  116. package/lib/module/components/icons/Icon.js +3 -0
  117. package/lib/module/components/icons/Icon.js.map +1 -1
  118. package/lib/module/components/pictograms/Pictogram.js +118 -13
  119. package/lib/module/components/pictograms/Pictogram.js.map +1 -1
  120. package/lib/module/components/pictograms/svg/PictogramAccessDenied.js +42 -0
  121. package/lib/module/components/pictograms/svg/PictogramAccessDenied.js.map +1 -0
  122. package/lib/module/components/pictograms/svg/PictogramAttention.js +12 -16
  123. package/lib/module/components/pictograms/svg/PictogramAttention.js.map +1 -1
  124. package/lib/module/components/pictograms/svg/PictogramBleedCharity.js +35 -0
  125. package/lib/module/components/pictograms/svg/PictogramBleedCharity.js.map +1 -0
  126. package/lib/module/components/pictograms/svg/PictogramBleedFeedback.js +32 -0
  127. package/lib/module/components/pictograms/svg/PictogramBleedFeedback.js.map +1 -0
  128. package/lib/module/components/pictograms/svg/PictogramBleedHelp.js +35 -0
  129. package/lib/module/components/pictograms/svg/PictogramBleedHelp.js.map +1 -0
  130. package/lib/module/components/pictograms/svg/PictogramBleedITWallet.js +53 -0
  131. package/lib/module/components/pictograms/svg/PictogramBleedITWallet.js.map +1 -0
  132. package/lib/module/components/pictograms/svg/PictogramCharity.js +36 -0
  133. package/lib/module/components/pictograms/svg/PictogramCharity.js.map +1 -0
  134. package/lib/module/components/pictograms/svg/PictogramDonation.js +3 -0
  135. package/lib/module/components/pictograms/svg/PictogramDonation.js.map +1 -1
  136. package/lib/module/components/pictograms/svg/PictogramEmpty.js +35 -0
  137. package/lib/module/components/pictograms/svg/PictogramEmpty.js.map +1 -0
  138. package/lib/module/components/pictograms/svg/PictogramEmptyArchive.js +6 -19
  139. package/lib/module/components/pictograms/svg/PictogramEmptyArchive.js.map +1 -1
  140. package/lib/module/components/pictograms/svg/PictogramFatalError.js +36 -0
  141. package/lib/module/components/pictograms/svg/PictogramFatalError.js.map +1 -0
  142. package/lib/module/components/pictograms/svg/PictogramFeedback.js +14 -41
  143. package/lib/module/components/pictograms/svg/PictogramFeedback.js.map +1 -1
  144. package/lib/module/components/pictograms/svg/PictogramHelp.js +35 -0
  145. package/lib/module/components/pictograms/svg/PictogramHelp.js.map +1 -0
  146. package/lib/module/components/pictograms/svg/PictogramITWallet.js +54 -0
  147. package/lib/module/components/pictograms/svg/PictogramITWallet.js.map +1 -0
  148. package/lib/module/components/pictograms/svg/PictogramIdentity.js +42 -0
  149. package/lib/module/components/pictograms/svg/PictogramIdentity.js.map +1 -0
  150. package/lib/module/components/pictograms/svg/PictogramIdentityAdd.js +42 -0
  151. package/lib/module/components/pictograms/svg/PictogramIdentityAdd.js.map +1 -0
  152. package/lib/module/components/pictograms/svg/PictogramIdentityCheck.js +51 -0
  153. package/lib/module/components/pictograms/svg/PictogramIdentityCheck.js.map +1 -0
  154. package/lib/module/components/pictograms/svg/PictogramIdentityRefresh.js +42 -0
  155. package/lib/module/components/pictograms/svg/PictogramIdentityRefresh.js.map +1 -0
  156. package/lib/module/components/pictograms/svg/PictogramPasscode.js +42 -0
  157. package/lib/module/components/pictograms/svg/PictogramPasscode.js.map +1 -0
  158. package/lib/module/components/pictograms/svg/PictogramSetup.js +3 -0
  159. package/lib/module/components/pictograms/svg/PictogramSetup.js.map +1 -1
  160. package/lib/module/components/pictograms/svg/PictogramStopSecurity.js +48 -0
  161. package/lib/module/components/pictograms/svg/PictogramStopSecurity.js.map +1 -0
  162. package/lib/module/components/pictograms/svg/PictogramSuccess.js +11 -27
  163. package/lib/module/components/pictograms/svg/PictogramSuccess.js.map +1 -1
  164. package/lib/module/components/pictograms/svg/PictogramTime.js +42 -0
  165. package/lib/module/components/pictograms/svg/PictogramTime.js.map +1 -0
  166. package/lib/module/components/pictograms/svg/PictogramTrash.js +31 -0
  167. package/lib/module/components/pictograms/svg/PictogramTrash.js.map +1 -0
  168. package/lib/module/components/pictograms/svg/PictogramUpdateOS.js +36 -0
  169. package/lib/module/components/pictograms/svg/PictogramUpdateOS.js.map +1 -0
  170. package/lib/module/components/pictograms/svg/originals/PictogramAccessDenied.svg +34 -0
  171. package/lib/module/components/pictograms/svg/originals/PictogramAttention.svg +21 -5
  172. package/lib/module/components/pictograms/svg/originals/PictogramBleedCharity.svg +26 -0
  173. package/lib/module/components/pictograms/svg/originals/PictogramBleedFeedback.svg +22 -0
  174. package/lib/module/components/pictograms/svg/originals/PictogramBleedHelp.svg +26 -0
  175. package/lib/module/components/pictograms/svg/originals/PictogramBleedITWallet.svg +48 -0
  176. package/lib/module/components/pictograms/svg/originals/PictogramCharity.svg +26 -0
  177. package/lib/module/components/pictograms/svg/originals/PictogramEmpty.svg +26 -0
  178. package/lib/module/components/pictograms/svg/originals/PictogramEmptyArchive.svg +6 -22
  179. package/lib/module/components/pictograms/svg/originals/PictogramFatalError.svg +26 -0
  180. package/lib/module/components/pictograms/svg/originals/PictogramFeedback.svg +21 -20
  181. package/lib/module/components/pictograms/svg/originals/PictogramHelp.svg +26 -0
  182. package/lib/module/components/pictograms/svg/originals/PictogramITWallet.svg +48 -0
  183. package/lib/module/components/pictograms/svg/originals/PictogramIdentity.svg +34 -0
  184. package/lib/module/components/pictograms/svg/originals/PictogramIdentityAdd.svg +34 -0
  185. package/lib/module/components/pictograms/svg/originals/PictogramIdentityCheck.svg +46 -0
  186. package/lib/module/components/pictograms/svg/originals/PictogramIdentityRefresh.svg +34 -0
  187. package/lib/module/components/pictograms/svg/originals/PictogramPasscode.svg +34 -0
  188. package/lib/module/components/pictograms/svg/originals/PictogramStopSecurity.svg +42 -0
  189. package/lib/module/components/pictograms/svg/originals/PictogramSuccess.svg +25 -34
  190. package/lib/module/components/pictograms/svg/originals/PictogramTime.svg +34 -0
  191. package/lib/module/components/pictograms/svg/originals/PictogramTrash.svg +18 -0
  192. package/lib/module/components/pictograms/svg/originals/PictogramUpdateOS.svg +26 -0
  193. package/lib/module/components/tag/Tag.js +26 -9
  194. package/lib/module/components/tag/Tag.js.map +1 -1
  195. package/lib/module/core/IODSExperimentalContextProvider.js +23 -0
  196. package/lib/module/core/IODSExperimentalContextProvider.js.map +1 -0
  197. package/lib/module/core/index.js +1 -0
  198. package/lib/module/core/index.js.map +1 -1
  199. package/lib/typescript/components/banner/Banner.d.ts.map +1 -1
  200. package/lib/typescript/components/buttons/ButtonLink.d.ts +1 -1
  201. package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
  202. package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
  203. package/lib/typescript/components/buttons/ButtonSolid.d.ts.map +1 -1
  204. package/lib/typescript/components/buttons/IconButton.d.ts.map +1 -1
  205. package/lib/typescript/components/buttons/IconButtonContained.d.ts.map +1 -1
  206. package/lib/typescript/components/icons/Icon.d.ts +2 -0
  207. package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
  208. package/lib/typescript/components/pictograms/Pictogram.d.ts +51 -8
  209. package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
  210. package/lib/typescript/components/pictograms/svg/PictogramAccessDenied.d.ts +5 -0
  211. package/lib/typescript/components/pictograms/svg/PictogramAccessDenied.d.ts.map +1 -0
  212. package/lib/typescript/components/pictograms/svg/PictogramAttention.d.ts.map +1 -1
  213. package/lib/typescript/components/pictograms/svg/PictogramBleedCharity.d.ts +5 -0
  214. package/lib/typescript/components/pictograms/svg/PictogramBleedCharity.d.ts.map +1 -0
  215. package/lib/typescript/components/pictograms/svg/PictogramBleedFeedback.d.ts +5 -0
  216. package/lib/typescript/components/pictograms/svg/PictogramBleedFeedback.d.ts.map +1 -0
  217. package/lib/typescript/components/pictograms/svg/PictogramBleedHelp.d.ts +5 -0
  218. package/lib/typescript/components/pictograms/svg/PictogramBleedHelp.d.ts.map +1 -0
  219. package/lib/typescript/components/pictograms/svg/PictogramBleedITWallet.d.ts +5 -0
  220. package/lib/typescript/components/pictograms/svg/PictogramBleedITWallet.d.ts.map +1 -0
  221. package/lib/typescript/components/pictograms/svg/PictogramCharity.d.ts +5 -0
  222. package/lib/typescript/components/pictograms/svg/PictogramCharity.d.ts.map +1 -0
  223. package/lib/typescript/components/pictograms/svg/PictogramDonation.d.ts +3 -0
  224. package/lib/typescript/components/pictograms/svg/PictogramDonation.d.ts.map +1 -1
  225. package/lib/typescript/components/pictograms/svg/PictogramEmpty.d.ts +5 -0
  226. package/lib/typescript/components/pictograms/svg/PictogramEmpty.d.ts.map +1 -0
  227. package/lib/typescript/components/pictograms/svg/PictogramEmptyArchive.d.ts.map +1 -1
  228. package/lib/typescript/components/pictograms/svg/PictogramFatalError.d.ts +5 -0
  229. package/lib/typescript/components/pictograms/svg/PictogramFatalError.d.ts.map +1 -0
  230. package/lib/typescript/components/pictograms/svg/PictogramFeedback.d.ts.map +1 -1
  231. package/lib/typescript/components/pictograms/svg/PictogramHelp.d.ts +5 -0
  232. package/lib/typescript/components/pictograms/svg/PictogramHelp.d.ts.map +1 -0
  233. package/lib/typescript/components/pictograms/svg/PictogramITWallet.d.ts +5 -0
  234. package/lib/typescript/components/pictograms/svg/PictogramITWallet.d.ts.map +1 -0
  235. package/lib/typescript/components/pictograms/svg/PictogramIdentity.d.ts +5 -0
  236. package/lib/typescript/components/pictograms/svg/PictogramIdentity.d.ts.map +1 -0
  237. package/lib/typescript/components/pictograms/svg/PictogramIdentityAdd.d.ts +5 -0
  238. package/lib/typescript/components/pictograms/svg/PictogramIdentityAdd.d.ts.map +1 -0
  239. package/lib/typescript/components/pictograms/svg/PictogramIdentityCheck.d.ts +5 -0
  240. package/lib/typescript/components/pictograms/svg/PictogramIdentityCheck.d.ts.map +1 -0
  241. package/lib/typescript/components/pictograms/svg/PictogramIdentityRefresh.d.ts +5 -0
  242. package/lib/typescript/components/pictograms/svg/PictogramIdentityRefresh.d.ts.map +1 -0
  243. package/lib/typescript/components/pictograms/svg/PictogramPasscode.d.ts +5 -0
  244. package/lib/typescript/components/pictograms/svg/PictogramPasscode.d.ts.map +1 -0
  245. package/lib/typescript/components/pictograms/svg/PictogramSetup.d.ts +3 -0
  246. package/lib/typescript/components/pictograms/svg/PictogramSetup.d.ts.map +1 -1
  247. package/lib/typescript/components/pictograms/svg/PictogramStopSecurity.d.ts +5 -0
  248. package/lib/typescript/components/pictograms/svg/PictogramStopSecurity.d.ts.map +1 -0
  249. package/lib/typescript/components/pictograms/svg/PictogramSuccess.d.ts.map +1 -1
  250. package/lib/typescript/components/pictograms/svg/PictogramTime.d.ts +5 -0
  251. package/lib/typescript/components/pictograms/svg/PictogramTime.d.ts.map +1 -0
  252. package/lib/typescript/components/pictograms/svg/PictogramTrash.d.ts +5 -0
  253. package/lib/typescript/components/pictograms/svg/PictogramTrash.d.ts.map +1 -0
  254. package/lib/typescript/components/pictograms/svg/PictogramUpdateOS.d.ts +5 -0
  255. package/lib/typescript/components/pictograms/svg/PictogramUpdateOS.d.ts.map +1 -0
  256. package/lib/typescript/components/tag/Tag.d.ts +2 -2
  257. package/lib/typescript/components/tag/Tag.d.ts.map +1 -1
  258. package/lib/typescript/core/IODSExperimentalContextProvider.d.ts +9 -0
  259. package/lib/typescript/core/IODSExperimentalContextProvider.d.ts.map +1 -0
  260. package/lib/typescript/core/index.d.ts +1 -0
  261. package/lib/typescript/core/index.d.ts.map +1 -1
  262. package/package.json +1 -1
  263. package/src/components/banner/Banner.tsx +3 -3
  264. package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +44 -13
  265. package/src/components/banner/__test__/banner.test.tsx +1 -1
  266. package/src/components/buttons/ButtonLink.tsx +41 -41
  267. package/src/components/buttons/ButtonOutline.tsx +141 -36
  268. package/src/components/buttons/ButtonSolid.tsx +81 -22
  269. package/src/components/buttons/IconButton.tsx +44 -8
  270. package/src/components/buttons/IconButtonContained.tsx +57 -11
  271. package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +25 -26
  272. package/src/components/icons/Icon.tsx +3 -0
  273. package/src/components/pictograms/Pictogram.tsx +126 -12
  274. package/src/components/pictograms/svg/PictogramAccessDenied.tsx +46 -0
  275. package/src/components/pictograms/svg/PictogramAttention.tsx +10 -13
  276. package/src/components/pictograms/svg/PictogramBleedCharity.tsx +34 -0
  277. package/src/components/pictograms/svg/PictogramBleedFeedback.tsx +30 -0
  278. package/src/components/pictograms/svg/PictogramBleedHelp.tsx +34 -0
  279. package/src/components/pictograms/svg/PictogramBleedITWallet.tsx +56 -0
  280. package/src/components/pictograms/svg/PictogramCharity.tsx +34 -0
  281. package/src/components/pictograms/svg/PictogramDonation.tsx +3 -0
  282. package/src/components/pictograms/svg/PictogramEmpty.tsx +34 -0
  283. package/src/components/pictograms/svg/PictogramEmptyArchive.tsx +6 -22
  284. package/src/components/pictograms/svg/PictogramFatalError.tsx +34 -0
  285. package/src/components/pictograms/svg/PictogramFeedback.tsx +22 -52
  286. package/src/components/pictograms/svg/PictogramHelp.tsx +34 -0
  287. package/src/components/pictograms/svg/PictogramITWallet.tsx +56 -0
  288. package/src/components/pictograms/svg/PictogramIdentity.tsx +42 -0
  289. package/src/components/pictograms/svg/PictogramIdentityAdd.tsx +42 -0
  290. package/src/components/pictograms/svg/PictogramIdentityCheck.tsx +58 -0
  291. package/src/components/pictograms/svg/PictogramIdentityRefresh.tsx +46 -0
  292. package/src/components/pictograms/svg/PictogramPasscode.tsx +42 -0
  293. package/src/components/pictograms/svg/PictogramSetup.tsx +3 -0
  294. package/src/components/pictograms/svg/PictogramStopSecurity.tsx +54 -0
  295. package/src/components/pictograms/svg/PictogramSuccess.tsx +23 -38
  296. package/src/components/pictograms/svg/PictogramTime.tsx +42 -0
  297. package/src/components/pictograms/svg/PictogramTrash.tsx +26 -0
  298. package/src/components/pictograms/svg/PictogramUpdateOS.tsx +34 -0
  299. package/src/components/pictograms/svg/originals/PictogramAccessDenied.svg +34 -0
  300. package/src/components/pictograms/svg/originals/PictogramAttention.svg +21 -5
  301. package/src/components/pictograms/svg/originals/PictogramBleedCharity.svg +26 -0
  302. package/src/components/pictograms/svg/originals/PictogramBleedFeedback.svg +22 -0
  303. package/src/components/pictograms/svg/originals/PictogramBleedHelp.svg +26 -0
  304. package/src/components/pictograms/svg/originals/PictogramBleedITWallet.svg +48 -0
  305. package/src/components/pictograms/svg/originals/PictogramCharity.svg +26 -0
  306. package/src/components/pictograms/svg/originals/PictogramEmpty.svg +26 -0
  307. package/src/components/pictograms/svg/originals/PictogramEmptyArchive.svg +6 -22
  308. package/src/components/pictograms/svg/originals/PictogramFatalError.svg +26 -0
  309. package/src/components/pictograms/svg/originals/PictogramFeedback.svg +21 -20
  310. package/src/components/pictograms/svg/originals/PictogramHelp.svg +26 -0
  311. package/src/components/pictograms/svg/originals/PictogramITWallet.svg +48 -0
  312. package/src/components/pictograms/svg/originals/PictogramIdentity.svg +34 -0
  313. package/src/components/pictograms/svg/originals/PictogramIdentityAdd.svg +34 -0
  314. package/src/components/pictograms/svg/originals/PictogramIdentityCheck.svg +46 -0
  315. package/src/components/pictograms/svg/originals/PictogramIdentityRefresh.svg +34 -0
  316. package/src/components/pictograms/svg/originals/PictogramPasscode.svg +34 -0
  317. package/src/components/pictograms/svg/originals/PictogramStopSecurity.svg +42 -0
  318. package/src/components/pictograms/svg/originals/PictogramSuccess.svg +25 -34
  319. package/src/components/pictograms/svg/originals/PictogramTime.svg +34 -0
  320. package/src/components/pictograms/svg/originals/PictogramTrash.svg +18 -0
  321. package/src/components/pictograms/svg/originals/PictogramUpdateOS.svg +26 -0
  322. package/src/components/tag/Tag.tsx +43 -15
  323. package/src/core/IODSExperimentalContextProvider.tsx +32 -0
  324. package/src/core/index.ts +1 -0
  325. package/lib/commonjs/components/pictograms/svg/PictogramFocusOn.js +0 -56
  326. package/lib/commonjs/components/pictograms/svg/PictogramFocusOn.js.map +0 -1
  327. package/lib/commonjs/components/pictograms/svg/originals/PictogramFocusOn.svg +0 -19
  328. package/lib/module/components/pictograms/svg/PictogramFocusOn.js +0 -48
  329. package/lib/module/components/pictograms/svg/PictogramFocusOn.js.map +0 -1
  330. package/lib/module/components/pictograms/svg/originals/PictogramFocusOn.svg +0 -19
  331. package/lib/typescript/components/pictograms/svg/PictogramFocusOn.d.ts +0 -5
  332. package/lib/typescript/components/pictograms/svg/PictogramFocusOn.d.ts.map +0 -1
  333. package/src/components/pictograms/svg/PictogramFocusOn.tsx +0 -39
  334. package/src/components/pictograms/svg/originals/PictogramFocusOn.svg +0 -19
@@ -0,0 +1,46 @@
1
+ import React from "react";
2
+ import { Svg, Path } from "react-native-svg";
3
+ import { SVGPictogramProps } from "../Pictogram";
4
+
5
+ const PictogramIdentityRefresh = ({
6
+ size,
7
+ color,
8
+ ...props
9
+ }: SVGPictogramProps) => (
10
+ <Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
11
+ <Path
12
+ d="M130.67 65.62c-1.97 0-3.93-.4-5.79-1.21-3.56-1.55-6.31-4.39-7.73-8-2.94-7.46.74-15.92 8.2-18.86 6.51-2.56 13.93-.13 17.64 5.79.43.69.22 1.6-.47 2.03-.69.43-1.6.22-2.03-.47-2.96-4.72-8.88-6.66-14.07-4.61-5.95 2.34-8.88 9.09-6.54 15.04 1.14 2.88 3.33 5.15 6.17 6.38 2.84 1.23 5.99 1.29 8.87.15.76-.3 1.61.07 1.91.83.3.76-.07 1.61-.83 1.91-1.73.68-3.53 1.02-5.33 1.02Z"
13
+ fill="#00C5CA"
14
+ />
15
+ <Path
16
+ d="M141.04 45.83c-.08 0-.16 0-.24-.01l-10.29-1.04c-.81-.08-1.4-.8-1.32-1.61.08-.81.81-1.4 1.61-1.32l9.81.99.57-9.46c.05-.81.74-1.43 1.56-1.38.81.05 1.43.75 1.38 1.56l-.6 9.94c-.04.67-.36 1.3-.87 1.74-.45.38-1.03.59-1.61.59Z"
17
+ fill="#00C5CA"
18
+ />
19
+ <Path
20
+ d="M133.44 76.81c-16.61 0-30.08-13.47-30.08-30.08 0-2.1.22-4.14.62-6.12H31.59c-5.3-.01-9.59 4.28-9.59 9.58v147.34c0 5.29 4.29 9.59 9.59 9.59h93.93c5.29 0 9.59-4.29 9.59-9.59V163.9l-1.88-.95-4.62-5.91.72-4.64-2.31-3.09s-3.93-5.85-3.82-6.3c.11-.44 1.56-6.44 1.56-6.44l-3.55-4.25-9.39-1.1-9.28-4.88-2.16-6.52s5.62-2.78 6.58-2.85c.96-.07 13.14-.72 13.14-.72l15.01.62v-40.1c-.55.03-1.1.05-1.66.05l-.01-.01Z"
21
+ fill="#AAEEEF"
22
+ />
23
+ <Path
24
+ d="M77.6902 108.53c-10.59 0-19.2-8.61-19.2-19.2s8.61-19.2 19.2-19.2 19.2 8.61 19.2 19.2-8.61 19.2-19.2 19.2Zm0-35.71c-9.1 0-16.51 7.41-16.51 16.51 0 9.1 7.41 16.51 16.51 16.51 9.1 0 16.51-7.41 16.51-16.51 0-9.1-7.41-16.51-16.51-16.51Z"
25
+ fill="#00C5CA"
26
+ />
27
+ <Path
28
+ d="M50.5502 135.67c-.74 0-1.35-.6-1.35-1.35 0-15.71 12.78-28.49 28.49-28.49 10.35 0 19.16 4.89 24.1698 13.41.38.64.16 1.47-.48 1.84-.64.38-1.4698.16-1.8398-.48-4.51-7.68-12.47-12.08-21.84-12.08-14.23 0-25.8 11.57-25.8 25.8 0 .74-.6 1.35-1.35 1.35ZM115.55 160.62H41.5598c-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47H115.55c.81 0 1.47.66 1.47 1.47 0 .81-.66 1.47-1.47 1.47ZM115.55 171.77H41.5598c-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47H115.55c.81 0 1.47.66 1.47 1.47 0 .81-.66 1.47-1.47 1.47Z"
29
+ fill="#00C5CA"
30
+ />
31
+ <Path
32
+ d="M145.69 155.28h-.09c-13.77-.08-21.67-2.85-24.15-8.48-1.78-4.04-.1-8.38 1.61-11.3-15.4-.05-24.0198-5.81-24.6498-11.96-.34-3.3 1.8698-7.55 9.2098-8.64 11.5-1.7 34.5.28 44 1.23-3.89-7.63-6.04-21.08-3.03-27.96 1.41-3.21 3.89-4.98 7.01-4.98 7.83 0 14.93 16.71 19.5 30.72.54 1.66 1.67 3.02 3.19 3.85 6.05 3.29 18.83 7.9 36.44 1.82l1.31 3.78c-19.06 6.58-33.02 1.52-39.65-2.09-2.42-1.31-4.22-3.49-5.08-6.12-5.46-16.72-11.78-27.96-15.7-27.97-.95 0-2.33.27-3.34 2.58-3 6.84.41 22.66 4.82 27.43.57.61.69 1.52.31 2.26-.38.75-1.19 1.18-2.01 1.08-.33-.04-33.3-3.75-47.17-1.69-3.75.55-6.03 2.23-5.82 4.27.4 3.88 8.47 9.19 24.51 8.26.82-.04 1.57.4 1.92 1.13.35.73.23 1.6-.32 2.2-1.49 1.67-5.01 6.8-3.38 10.46 1.71 3.86 9 6.02 20.52 6.08h.1c3.34 0 9.06-.92 10.61-2.39 1.09-1.03 1.7-2.92.16-5.12-1.4-2-1.85-1.99-4.81-1.89-.35.01-.72.03-1.12.04l-.1-4c.38 0 .74-.02 1.08-.03 3.24-.11 5.58-.2 8.23 3.59 2.81 4.02 1.68 8.08-.68 10.32-3.01 2.86-10.78 3.48-13.4 3.48l-.03.04Z"
33
+ fill="#0B3EE3"
34
+ />
35
+ <Path
36
+ d="M148.65 169.45c-4.11 0-7.61-.53-8.75-.92-6.91-2.37-11.02-5.72-12.23-9.96-1.44-5.09 1.97-9.32 2.11-9.5l3.1 2.53s-2.24 2.84-1.35 5.9c.83 2.85 4.17 5.36 9.67 7.24 1.46.5 10.68 1.55 16.73-.6 1.75-.62 3.03-2.06 3.41-3.85.38-1.78-.15-3.53-1.48-4.8-1-.96-2.5-2.08-3.98-1.96l-.33-3.99c2.39-.2 4.76.83 7.08 3.06 2.31 2.22 3.29 5.41 2.61 8.53-.68 3.16-2.92 5.69-5.98 6.78-3.27 1.16-7.16 1.54-10.62 1.54h.01Z"
37
+ fill="#0B3EE3"
38
+ />
39
+ <Path
40
+ d="M188.95 173.69c-19.07 0-29.95-5.82-30.59-6.17l1.92-3.51c.21.12 21.73 11.51 57.24 1.51l1.08 3.85c-11.35 3.19-21.29 4.31-29.66 4.31l.01.01ZM128.19 135.41c-.78 0-1.2-.02-1.27-.02l.17-4c.08 0 8.15.3 25.54-2.16l.56 3.96c-14.06 1.99-22.08 2.22-25 2.22Z"
41
+ fill="#0B3EE3"
42
+ />
43
+ </Svg>
44
+ );
45
+
46
+ export default PictogramIdentityRefresh;
@@ -0,0 +1,42 @@
1
+ import React from "react";
2
+ import { Svg, Path } from "react-native-svg";
3
+ import { SVGPictogramProps } from "../Pictogram";
4
+
5
+ const PictogramPasscode = ({ size, color, ...props }: SVGPictogramProps) => (
6
+ <Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
7
+ <Path
8
+ d="M129.34 126.99c21.97-23.99 14.19-43.76 13.82-44.76l-3.72-2.45.09 1.74-1.03 3.72c.32.87 5.82 16.5-13.59 37.7l4.42 4.05h.01ZM62.2798 109.44l5.83-1.4c-8.99-37.54 7.76-52.14 8.48-52.74v-7c-.84.69-23.37 13.41-14.32 61.14h.01Z"
9
+ fill="#AAEEEF"
10
+ />
11
+ <Path
12
+ d="M88.25 220.89c27.752 0 50.25-27.539 50.25-61.51s-22.498-61.51-50.25-61.51C60.4977 97.87 38 125.409 38 159.38s22.4977 61.51 50.25 61.51Z"
13
+ fill="#AAEEEF"
14
+ />
15
+ <Path
16
+ d="M88.3798 80.68c-18.43-15.24-15.32-29.52-9.47-38.82 9.25-14.71 28.2802-26.35 46.7702-20.16 20.62 6.9 47.88 18.34 48.15 18.46l-1.55 3.69c-.27-.11-27.4-11.49-47.87-18.35-12.51-4.19-31.0002.82-42.1102 18.49-7.27 11.56-4.36 22.86 8.63 33.61l-2.55 3.08Z"
17
+ fill="#0B3EE3"
18
+ />
19
+ <Path
20
+ d="M100.56 87.73c-4.5702 0-8.1402-1.45-10.6602-4.33-8.86-10.14-.31-34.55.06-35.58l3.77 1.34c-2.29 6.43-6.9 24.65-.81 31.61 2.47 2.82 6.7 3.63 12.5602 2.4l.82 3.91c-2.06.43-3.98.65-5.75.65h.01Z"
21
+ fill="#0B3EE3"
22
+ />
23
+ <Path
24
+ d="M122.24 93.95c-.72 0-1.45-.03-2.17-.1-8.12-.77-13.86-3.94-17.07-9.41-7.0198-11.95.93-30.42 1.28-31.2l3.66 1.61c-.08.17-7.48 17.39-1.49 27.57 2.53 4.29 7.24 6.8 14 7.44 4.61.44 9.02-.81 12.12-3.43 1.04-.88 1.85-1.82 2.4-2.79.86-1.52.89-3.3.08-4.87-.87-1.68-2.52-2.8-4.43-3-3.37-.35-7.97-.14-10.8 2.85l-2.9-2.75c3.13-3.3 8.01-4.71 14.11-4.08 3.25.34 6.08 2.26 7.57 5.14 1.44 2.79 1.38 5.95-.15 8.67-.78 1.38-1.89 2.68-3.29 3.87-3.41 2.88-8.02 4.46-12.91 4.46l-.01.02Z"
25
+ fill="#0B3EE3"
26
+ />
27
+ <Path
28
+ d="m136.71 74.72-3.97-.51c.06-.48 1.6-11.91 8.49-16.18l2.1 3.4c-5.27 3.26-6.62 13.18-6.63 13.28l.01.01Z"
29
+ fill="#0B3EE3"
30
+ />
31
+ <Path
32
+ d="M200.68 102.17c-41.37-5.35-64.69-24.91-65.66-25.74l2.6-3.04c.23.2 23.45 19.63 63.58 24.82l-.51 3.97-.01-.01Z"
33
+ fill="#0B3EE3"
34
+ />
35
+ <Path
36
+ d="M81.1103 183.56c4.18 2.67 8.68-.57 9.18-6.59l2.13-25.61c.36-4.29-1.49-8.65-4.47-10.55-4.18-2.67-8.68.57-9.18 6.59l-2.13 25.61c-.36 4.29 1.49 8.65 4.47 10.55Z"
37
+ fill="#00C5CA"
38
+ />
39
+ </Svg>
40
+ );
41
+
42
+ export default PictogramPasscode;
@@ -2,6 +2,9 @@ import React from "react";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  import { SVGPictogramProps } from "../Pictogram";
4
4
 
5
+ /**
6
+ * @deprecated Use `empty` key instead
7
+ */
5
8
  const PictogramSetup = ({ size, color, ...props }: SVGPictogramProps) => (
6
9
  <Svg width={size} height={size} viewBox="0 0 240 240" {...props}>
7
10
  <Path
@@ -0,0 +1,54 @@
1
+ import React from "react";
2
+ import { Svg, Path } from "react-native-svg";
3
+ import { SVGPictogramProps } from "../Pictogram";
4
+
5
+ const PictogramStopSecurity = ({
6
+ size,
7
+ color,
8
+ ...props
9
+ }: SVGPictogramProps) => (
10
+ <Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
11
+ <Path
12
+ d="m103.73 117.06 28.39-19.69c2.3-1.59 3.66-4.33 3.69-7.4l.52-56.85c.04-4.28-2.51-8.39-6.31-10.16L101.94 9.88001c-1.84-.86-3.8205-1.09-5.6705-.68L68.0095 15.53c-3.83.86-6.45 4.34-6.49 8.62l-.52 56.85c-.03 3.07 1.28 6.13 3.55 8.27l27.96 26.45c3.29 3.11 7.8905 3.66 11.2305 1.35l-.01-.01Z"
13
+ fill="#AAEEEF"
14
+ />
15
+ <Path
16
+ d="m178.139 174.16-71.27-26.27c-4.97-1.83-9.8996-2.7-14.6396-2.57-9.17.24-15.28 3.56-18.15 9.87-2.07 4.56-1.33 7.86 2.27 10.08 5.54 3.41 14.62 2.48 16.23.48.88-1.09 2.26-3.77 1.9-6.91-.32-2.75-1.94-5.27-4.79-7.5l2.46-3.16c3.74 2.91 5.86 6.33 6.31 10.19.49 4.16-1.18 7.92-2.75 9.88-3.35 4.17-14.98 4.4-21.45.42-5.31-3.27-6.7-8.79-3.81-15.14 3.5-7.71 11-11.93 21.68-12.21 5.26-.14 10.6796.81 16.1196 2.82l71.27 26.27-1.38 3.75Z"
17
+ fill="#0B3EE3"
18
+ />
19
+ <Path
20
+ d="m98.0496 159.45-2.24-3.32c.24-.17 6.0604-4.03 11.8304-3.77l-.19 4c-3.68-.17-8.0404 2.17-9.4004 3.09ZM76.8195 188.97c-4.15-2.1-6.77-5.1-7.8-8.92-1.97-7.36 2.92-14.96 3.12-15.28l3.35 2.19-1.67-1.09 1.68 1.09c-.04.06-4.12 6.45-2.61 12.08.72 2.66 2.65 4.8 5.73 6.37l-1.81 3.57.01-.01ZM110.499 194.72c-6.57-3.8-8.86-8.6-9.62-11.96-.83-3.65-.1-6.37-.02-6.67l3.84 1.11-1.92-.55 1.93.54c-.09.34-2.13 8.33 7.79 14.08l-2 3.46v-.01ZM91.8493 187.44l-3.33-2.22c2.4-3.6 3.28-6.79 2.61-9.46-.79-3.13-3.53-4.63-3.56-4.65l1.85-3.55c.18.09 4.31 2.28 5.57 7.15.99 3.83-.07 8.12-3.14 12.73Z"
21
+ fill="#0B3EE3"
22
+ />
23
+ <Path
24
+ d="M88.4899 203.83c-1.1 0-2.18-.17-3.2-.52-3.02-1.02-8.54-3.95-11.62-12.07-.5-1.34-.35-2.8.44-4 .78-1.2 2.08-1.96 3.5-2.05l18.64-1.12h.09c1.88.06 3.64.94 4.8301 2.4 1.22 1.5 1.73 3.46 1.4 5.38-1.01 5.86-5.0201 9.99-11.2701 11.61-.94.24-1.88.37-2.81.37Zm7.8-15.75-18.44 1.11c-.21.01-.33.15-.38.23-.06.09-.12.24-.05.42 2.36 6.25 6.28 8.72 9.15 9.69 1.14.38 2.42.41 3.73.07 4.78-1.24 7.58-4.08 8.34-8.43.13-.78-.07-1.57-.56-2.17-.45-.55-1.08-.88-1.78-.92h-.01Z"
25
+ fill="#0B3EE3"
26
+ />
27
+ <Path
28
+ d="M163.569 230.77c-32.54-15.25-72.9395-27.2-73.3395-27.32l1.13-3.84c.41.12 41.0895 12.15 73.9095 27.54l-1.7 3.62Z"
29
+ fill="#0B3EE3"
30
+ />
31
+ <Path
32
+ d="m103.61 152.81-5.6396 2.54-4.36-6.07v-38.51h9.9996v42.04Z"
33
+ fill="#AAEEEF"
34
+ />
35
+ <Path
36
+ d="M112.48 82.09c-.47 0-.93-.23-1.2-.66L82.0199 35.24c-.42-.66-.22-1.53.44-1.95.66-.42 1.53-.22 1.95.44L113.67 79.92c.42.66.22 1.53-.44 1.95-.24.15-.5.22-.76.22h.01Z"
37
+ fill="#00C5CA"
38
+ />
39
+ <Path
40
+ d="M83.2101 82.09c-.26 0-.52-.07-.76-.22-.66-.42-.86-1.29-.44-1.95L111.27 33.73c.42-.66 1.29-.85 1.95-.44.66.42.86 1.29.44 1.95L84.4001 81.43c-.27.42-.73.66-1.2.66h.01Z"
41
+ fill="#00C5CA"
42
+ />
43
+ <Path
44
+ d="M99.0798 111.48c-2.38 0-4.81-.96-6.77-2.81l-24.45-23.13c-2.28-2.16-3.57-5.17-3.54-8.27l.46-49.72c.04-4.43 2.76-8.01 6.78-8.91l24.72-5.54c1.93-.43 3.9602-.19 5.8602.69l24.56 11.45c3.83 1.78 6.38 5.87 6.34 10.18l-.46 49.72c-.03 3.13-1.46 5.97-3.84 7.62l-24.83 17.22c-1.45 1-3.12 1.49-4.8302 1.49v.01Zm-.92-95.75c-.43 0-.86.05-1.28.14l-24.72 5.54c-2.7.61-4.54 3.09-4.57 6.17l-.46 49.72c-.02 2.28.97 4.59 2.66 6.19l24.45 23.13c2.3801 2.25 5.69 2.68 8.0402 1.04l24.83-17.22c1.62-1.12 2.6-3.11 2.62-5.32l.46-49.72c.03-3.21-1.86-6.26-4.7-7.59l-24.56-11.45c-.91-.42-1.8502-.64-2.7702-.64v.01Z"
45
+ fill="#00C5CA"
46
+ />
47
+ <Path
48
+ d="M98.3496 224.75c-2.76 0-5-2.24-5-5v-16.83l.72-.32c4.25-1.87 7.3704-5.63 8.4304-10.15l.84-1.22v28.53c0 2.76-2.24 5-5.0004 5l.01-.01Z"
49
+ fill="#AAEEEF"
50
+ />
51
+ </Svg>
52
+ );
53
+
54
+ export default PictogramStopSecurity;
@@ -1,48 +1,33 @@
1
1
  import React from "react";
2
- import Svg, { Circle, ClipPath, Defs, G, Path, Rect } from "react-native-svg";
2
+ import Svg, { Path } from "react-native-svg";
3
3
  import { SVGPictogramProps } from "../Pictogram";
4
4
 
5
5
  const PictogramSuccess = ({ size, color, ...props }: SVGPictogramProps) => (
6
- <Svg width={size} height={size} viewBox="0 0 124 124" {...props}>
7
- <G clip-path="url(#clip0_9323_4689)">
8
- <Path
9
- d="M57.5222 99.433C59.3522 99.433 60.7207 98.8733 61.6085 97.7578C63.8145 94.9833 61.8916 89.9179 61.8063 89.706L60.1082 90.4056C60.5618 91.581 61.4573 94.9793 60.1896 96.5665C59.4297 97.518 57.9099 97.7818 55.6613 97.3541C50.8733 96.4425 47.4965 92.1847 46.3838 88.6146C45.8488 86.8994 45.8798 85.3922 46.4613 84.7725L45.1432 83.4652C44.0538 84.6326 43.8677 86.7195 44.6392 89.1943C45.9108 93.2842 49.7994 98.1616 55.3279 99.2131C56.1188 99.361 56.8477 99.437 57.5184 99.437L57.5222 99.433Z"
10
- fill="#0B3EE3"
11
- />
12
- <Path
13
- d="M59.348 90.3617C62.3721 90.3617 63.6592 89.2983 64.1865 88.2028C64.9774 86.5597 64.1438 84.4408 62.9187 83.4173L61.7672 84.8845C62.3565 85.3723 62.9342 86.5517 62.5465 87.3633C62.0425 88.4147 59.6078 89.0584 54.2886 87.7191C46.6472 85.7961 44.7824 80.3389 44.352 77.2605C44.1582 75.8572 44.4955 74.4899 45.2786 73.5024C46.1509 72.403 47.1124 72.2391 48.3996 72.9747L49.2874 71.3275C47.2326 70.1521 45.3096 70.5 43.8674 72.311C42.7586 73.7023 42.274 75.6093 42.5454 77.5323C43.0416 81.0825 45.174 87.3633 53.8583 89.5541C56.1379 90.1298 57.9368 90.3617 59.3519 90.3617H59.348Z"
14
- fill="#0B3EE3"
15
- />
16
- <Path
17
- d="M62.3059 85.1124C62.7169 85.1124 63.1045 85.0685 63.469 84.9765C64.7135 84.6727 65.6905 83.8571 66.3767 82.5578C66.8497 81.6582 67.09 80.111 65.5431 77.8402C64.4266 76.201 62.4997 74.4379 60.4644 73.1026C62.2555 70.388 61.5034 67.7574 60.7745 66.6579C59.2276 64.2912 57.0953 63.1438 54.6141 63.3556C51.1093 63.6475 48.2481 66.7779 47.9651 70.6359C47.6549 74.8137 48.9847 78.0921 51.7994 80.115C56.5448 83.5213 59.8634 85.1084 62.3098 85.1084L62.3059 85.1124ZM54.9824 72.8148C57.103 72.8148 61.9027 75.7812 64.0466 78.9236C64.5002 79.5913 65.202 80.8346 64.7716 81.6542C64.3335 82.4898 63.7869 82.9615 63.0503 83.1415C61.1234 83.6132 57.7893 82.118 52.8462 78.5678C50.5588 76.9247 49.5275 74.306 49.7911 70.7798C50.0082 67.8373 52.1483 65.4546 54.7653 65.2347C56.6184 65.0788 58.0762 65.8943 59.2664 67.7174C59.3207 67.8054 60.538 69.7723 58.8748 72.1591C57.2116 71.2836 55.5988 70.7838 54.4241 70.9717L54.6993 72.8348C54.7885 72.8228 54.8854 72.8148 54.9862 72.8148H54.9824Z"
18
- fill="#0B3EE3"
19
- />
20
- <Path
21
- d="M88.1897 80.003C95.5985 80.003 103.461 77.8641 107.078 76.1929L106.33 74.4738C103.542 75.7612 97.8471 77.3883 91.9309 77.916C87.1313 78.3438 80.5948 78.1999 76.7217 75.0815C74.1862 73.0426 71.7864 70.6878 71.3793 67.2935C70.6465 61.2286 67.607 56.555 64.5636 56.9029C61.148 57.2827 59.9113 65.7543 59.6128 68.341L61.4311 68.5649C61.9622 63.9592 63.4277 58.9258 64.7613 58.7779C66.2578 58.606 68.8903 61.9363 69.561 67.5294C70.0534 71.6153 72.8874 74.3939 75.5974 76.5727C78.7416 79.1034 83.3706 80.007 88.1936 80.007L88.1897 80.003Z"
22
- fill="#0B3EE3"
23
- />
24
- <Path
25
- d="M97.598 106.433C107.43 106.433 117.211 103.371 124 93.9159L122.531 92.7925C104.282 118.191 62.5466 94.6315 62.1279 94.3917L61.2362 96.0388C61.5154 96.1987 79.6323 106.429 97.598 106.429V106.433Z"
26
- fill="#0B3EE3"
27
- />
28
- </G>
29
- <Circle cx="25.0589" cy="44.6917" r="21.4417" fill="#AAEEEF" />
6
+ <Svg width={size} height={size} viewBox="0 0 240 240" {...props}>
30
7
  <Path
31
- fillRule="evenodd"
32
- clipRule="evenodd"
33
- d="M36.2598 37.0147C36.6982 37.4552 36.6966 38.1678 36.2563 38.6064L22.4373 52.3704C21.9983 52.8076 21.2886 52.8076 20.8497 52.3704L13.2492 44.8002C12.8089 44.3616 12.8074 43.649 13.2458 43.2085C13.6842 42.7681 14.3965 42.7665 14.8369 43.2051L21.6435 49.9846L34.6687 37.0113C35.109 36.5727 35.8213 36.5742 36.2598 37.0147Z"
8
+ d="m113.74 163 1.1-8.41 5.3-3.55 5.06-.4 1.57-4.88.83-5.55 5.66-3.03 7.35-.79 5.07 1.07 4.32 5.48 2.47-19.83 3.92-8.98 5.78-5.32 4.53-.75c.29-2.62.44-5.29.44-7.99C167.13 59.71 134.42 27 94.07 27 53.72 27 21 59.71 21 100.07c0 40.36 32.71 73.07 73.07 73.07 7.71 0 15.14-1.2 22.12-3.42l-2.45-6.72Z"
9
+ fill="#AAEEEF"
10
+ />
11
+ <Path
12
+ d="M142.56 202.43c-1.34 0-2.8-.15-4.38-.44-11.03-2.03-18.79-11.47-21.33-19.38-1.55-4.83-1.17-8.91 1.04-11.2l2.88 2.78c-1.1 1.15-1.15 3.97-.11 7.2 2.19 6.81 8.83 14.93 18.24 16.67 4.38.81 7.34.32 8.79-1.45 2.45-2.98.69-9.42-.19-11.65l3.72-1.48c.42 1.04 3.94 10.34-.43 15.67-1.79 2.19-4.56 3.29-8.24 3.29l.01-.01Z"
13
+ fill="#0B3EE3"
14
+ />
15
+ <Path
16
+ d="M146.3 185.03c-3.04 0-6.72-.53-11.06-1.59-17.32-4.23-21.57-16.39-22.56-23.26-.54-3.75.43-7.46 2.67-10.18 2.92-3.55 6.82-4.24 10.97-1.93l-1.94 3.5c-2.44-1.36-4.27-1.06-5.94.97-1.52 1.85-2.18 4.43-1.8 7.07.85 5.87 4.51 16.27 19.55 19.94 10.44 2.55 15.19 1.37 16.16-.59.72-1.45-.4-3.66-1.49-4.54l2.51-3.11c2.54 2.05 4.19 6.14 2.56 9.42-1.41 2.85-4.64 4.28-9.63 4.28v.02Z"
17
+ fill="#0B3EE3"
18
+ />
19
+ <Path
20
+ d="M152.04 174.91c-4.89 0-11.5-3.06-20.94-9.63-5.64-3.93-8.3-10.28-7.68-18.38.57-7.5 6.31-13.6 13.35-14.17 2.09-.17 6.42-.52 9.73 2.42 2.47 2.19 3.81 5.75 3.99 10.57l-4 .15c-.14-3.69-1.03-6.29-2.65-7.73-1.88-1.67-4.47-1.61-6.75-1.42-5.1.41-9.26 4.92-9.68 10.48-.51 6.7 1.5 11.68 5.98 14.8 9.75 6.79 16.31 9.65 20.07 8.76 1.4-.33 2.45-1.21 3.29-2.76.81-1.49-.55-3.8-1.42-5.05-4.33-6.17-14.65-12.19-18.35-11.63l-.6-3.95c6.01-.92 17.61 6.71 22.22 13.28 3.12 4.44 2.63 7.49 1.67 9.26-1.38 2.55-3.36 4.15-5.88 4.75-.73.17-1.51.26-2.34.26l-.01-.01Z"
21
+ fill="#0B3EE3"
22
+ />
23
+ <Path
24
+ d="M199.72 163.99c-7.16 0-14.29-1.78-21.16-5.33-6.79-3.51-11.4-10.13-12.34-17.7-.51-4.15.37-9.46 1.22-14.59 1.01-6.09 2.16-12.98.19-15.3-.33-.39-.94-.9-2.49-.9-2.91 0-5.32 1.04-7.39 3.19-7.96 8.27-7.27 29.08-7.26 29.29l-4 .15c-.03-.92-.75-22.73 8.37-32.21 2.82-2.93 6.27-4.41 10.27-4.41 2.38 0 4.24.78 5.54 2.31 3.16 3.73 1.97 10.92.7 18.54-.8 4.85-1.64 9.86-1.2 13.44.79 6.36 4.51 11.69 10.21 14.64 11.84 6.13 24.52 6.48 36.67 1.03l1.64 3.65c-6.25 2.8-12.63 4.2-18.98 4.2h.01ZM194.04 212.26c-6.74 0-14.48-.86-23.27-3.07-13.54-3.42-23.05-8.39-23.44-8.6l1.87-3.54c.37.2 37.68 19.53 67.92 6.96l1.54 3.69c-5.69 2.36-13.86 4.55-24.61 4.55l-.01.01Z"
25
+ fill="#0B3EE3"
26
+ />
27
+ <Path
28
+ d="M88.22 123.5c-.4 0-.79-.16-1.07-.45L61.92 97.31c-.58-.59-.57-1.54.02-2.12.59-.58 1.54-.57 2.12.02l24.13 24.62 42.36-45.48c.56-.61 1.52-.64 2.12-.08.61.56.64 1.51.08 2.12l-43.43 46.63c-.28.3-.67.47-1.08.48h-.02Z"
34
29
  fill="#00C5CA"
35
30
  />
36
- <Defs>
37
- <ClipPath id="clip0_9323_4689">
38
- <Rect
39
- width="81.532"
40
- height="49.5505"
41
- fill="white"
42
- transform="matrix(-1 0 0 1 124 56.8829)"
43
- />
44
- </ClipPath>
45
- </Defs>
46
31
  </Svg>
47
32
  );
48
33
 
@@ -0,0 +1,42 @@
1
+ import React from "react";
2
+ import { Svg, Path } from "react-native-svg";
3
+ import { SVGPictogramProps } from "../Pictogram";
4
+
5
+ const PictogramTime = ({ size, color, ...props }: SVGPictogramProps) => (
6
+ <Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
7
+ <Path
8
+ d="m116.73 131.98-7.11-12.28H99.54l6.33 14.49M110.77 152.41l7.72 18.06 13.29.65-9.93-22.6"
9
+ fill="#AAEEEF"
10
+ />
11
+ <Path
12
+ d="M56.2599 142.14c-.12-.51-2.72-12.5 10.58-20.76 12.44-7.72 94.8501-1.08 104.2101-.29l-.33 3.99c-25.06-2.1-92.1801-6.24-101.7601-.29-10.8 6.7-8.88 16.07-8.79 16.47l-3.9.89-.01-.01Z"
13
+ fill="#0B3EE3"
14
+ />
15
+ <Path
16
+ d="M57.02 159.18c-2.94-9.01-2.66-16.03.81-20.85 4.31-5.99 11.85-6.13 12.17-6.13l.04 4c-.06 0-5.88.15-8.99 4.49-2.66 3.73-2.74 9.54-.23 17.25l-3.8 1.24Z"
17
+ fill="#0B3EE3"
18
+ />
19
+ <Path
20
+ d="M72.0502 178.26c-5.62 0-10.23-5.56-10.43-5.81-4.01-5.29-5.5-10.54-4.47-15.67 1.76-8.73 10.23-13.71 10.59-13.92l2 3.46c-.07.04-7.29 4.32-8.68 11.27-.79 3.95.45 8.11 3.69 12.38.98 1.19 4.33 4.4 7.48 4.28l.17 4h-.37l.02.01Z"
21
+ fill="#0B3EE3"
22
+ />
23
+ <Path
24
+ d="M88.9398 188.36c-2.88 0-5.83-.62-8.64-1.86-5.47-2.39-8.92-5.98-10.27-10.66-2.65-9.18 3.96-19.07 4.24-19.49l3.31 2.25-1.65-1.12 1.66 1.12c-.06.09-5.84 8.78-3.71 16.15 1.01 3.48 3.71 6.2 8.03 8.09 3.82 1.67 7.89 1.98 11.46.86 4.55-1.42 4.25-3.7 4.14-4.56-.23-1.75-1.57-3.32-3.5-4.1-2.22-.9-4.48-1.24-6.7-1.02l-.4-3.98c2.88-.29 5.77.15 8.59 1.29 3.27 1.32 5.5502 4.11 5.9702 7.29.32 2.42-.16 6.79-6.9202 8.9-1.8.56-3.69.84-5.61.84Z"
25
+ fill="#0B3EE3"
26
+ />
27
+ <Path
28
+ d="M184.7 177.18c-47.03-7.67-89.26-2.06-89.68-2.01l-.54-3.96c.43-.06 43.22-5.74 90.87 2.02l-.64 3.95h-.01Z"
29
+ fill="#0B3EE3"
30
+ />
31
+ <Path
32
+ d="M116.891 152.83c4.995-1.604 7.493-7.738 5.578-13.701-1.914-5.963-7.516-9.497-12.512-7.893-4.995 1.604-7.493 7.738-5.578 13.701 1.914 5.963 7.516 9.497 12.512 7.893Z"
33
+ fill="#AAEEEF"
34
+ />
35
+ <Path
36
+ d="M115.06 152.41c-1.62 0-3.26-.49-4.77-1.44-2.2-1.39-3.89-3.62-4.74-6.29-1.8-5.59.66-11.4 5.47-12.95.79-.25 1.63.18 1.89.97.25.79-.18 1.63-.97 1.89-3.24 1.04-4.82 5.15-3.53 9.17.64 1.99 1.88 3.65 3.49 4.67 1.52.96 3.2 1.22 4.72.74.79-.25 1.63.18 1.89.97.25.79-.18 1.63-.97 1.89-.81.26-1.63.39-2.47.39l-.01-.01ZM93.79 109.44c-.4 0-.8-.16-1.1-.48L62.47 76.38c-.56-.61-.53-1.56.08-2.12s1.56-.53 2.12.08l30.22 32.58c.56.61.53 1.56-.08 2.12-.29.27-.65.4-1.02.4ZM107.37 101.48c-.81 0-1.48-.65-1.5-1.46l-1.29-47.48c-.02-.83.63-1.52 1.46-1.54.81-.05 1.52.63 1.54 1.46l1.29 47.48c.02.83-.63 1.52-1.46 1.54h-.04Z"
37
+ fill="#00C5CA"
38
+ />
39
+ </Svg>
40
+ );
41
+
42
+ export default PictogramTime;
@@ -0,0 +1,26 @@
1
+ import React from "react";
2
+ import { Svg, Path } from "react-native-svg";
3
+ import { SVGPictogramProps } from "../Pictogram";
4
+
5
+ const PictogramTrash = ({ size, color, ...props }: SVGPictogramProps) => (
6
+ <Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
7
+ <Path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M35.3584 54c-6.5805 0-11.6887 5.739-10.9259 12.2751L43.5714 230.275c.647 5.544 5.344 9.725 10.9258 9.725H185.503c5.582 0 10.279-4.181 10.926-9.725l19.139-163.9999C216.33 59.739 211.222 54 204.642 54H35.3584Z"
11
+ fill="#AAEEEF"
12
+ />
13
+ <Path
14
+ d="M10.2785 40.4684c-.70612-6.0339 3.613-11.4978 9.647-12.2039L216.584 5.25229c6.034-.70607 11.497 3.61304 12.204 9.64701l.929 7.9458c.257 2.1941-1.314 4.181-3.508 4.4378L15.646 51.9222c-2.1941.2568-4.181-1.3138-4.4378-3.508l-.9297-7.9458ZM100.903 14.7614c-.706-6.03397 3.613-11.49785 9.647-12.20392l10.926-1.27846c6.034-.70607 11.498 3.61304 12.204 9.64698l.465 3.9729-32.777 3.8354-.465-3.9729Z"
15
+ fill="#AAEEEF"
16
+ />
17
+ <Path
18
+ fillRule="evenodd"
19
+ clipRule="evenodd"
20
+ d="M41.8714 65.5055c.8254-.0711 1.5521.5404 1.6232 1.3658l13 150.9997c.071.826-.5405 1.552-1.3658 1.623-.8254.071-1.5521-.54-1.6232-1.365l-13-151.0004c-.071-.8253.5405-1.552 1.3658-1.6231ZM108.092 14.8828c-.757 2.7906-.235 6.1227.203 8.8651l.247 1.5447-81.266 9.5094c-3.437.4022-5.1996 2.2791-6.1076 4.5182-.9498 2.342-.9495 5.0973-.6341 6.909.1421.8161-.4043 1.593-1.2204 1.7351-.8161.1421-1.593-.4043-1.7351-1.2205-.3804-2.1845-.4107-5.5421.8095-8.551 1.262-3.1119 3.8699-5.8241 8.5391-6.3704l78.1646-9.1465c-.367-2.4907-.678-5.6943.105-8.5789.492-1.8143 1.427-3.5555 3.069-4.92621 1.637-1.36563 3.863-2.2697 6.78-2.61112.823-.09629 1.568.49268 1.665 1.31549.096.82282-.493 1.56789-1.316 1.66417-2.486.29096-4.12 1.02787-5.206 1.93467-1.081.9018-1.732 2.0646-2.097 3.4088Z"
21
+ fill="#00C5CA"
22
+ />
23
+ </Svg>
24
+ );
25
+
26
+ export default PictogramTrash;
@@ -0,0 +1,34 @@
1
+ import React from "react";
2
+ import { Svg, Path } from "react-native-svg";
3
+ import { SVGPictogramProps } from "../Pictogram";
4
+
5
+ const PictogramUpdateOS = ({ size, color, ...props }: SVGPictogramProps) => (
6
+ <Svg fill="none" width={size} height={size} viewBox="0 0 240 240" {...props}>
7
+ <Path
8
+ d="M165.031 108.18c-14.23 0-27.7-8.57-33.23-22.59-7.21-18.3 1.81-39.05 20.11-46.26 15.97-6.29 34.17-.32 43.27 14.2.44.7.23 1.63-.47 2.07-.7.44-1.63.23-2.07-.47-8.34-13.29-25.01-18.76-39.63-13-16.76 6.6-25.02 25.61-18.42 42.37 3.2 8.12 9.37 14.5 17.37 17.98 8 3.48 16.88 3.63 25 .43.77-.3 1.64.07 1.95.85.3.77-.08 1.64-.85 1.95-4.28 1.69-8.69 2.48-13.03 2.48v-.01Z"
9
+ fill="#00C5CA"
10
+ />
11
+ <Path
12
+ d="M194.551 56.72h-.15l-29.63-2.98c-.82-.08-1.42-.82-1.34-1.64.08-.82.83-1.42 1.64-1.34l28.08 2.83 1.65-27.16c.05-.83.74-1.45 1.59-1.41.83.05 1.46.76 1.41 1.59l-1.74 28.72c-.02.41-.21.79-.53 1.05-.27.23-.62.36-.97.36l-.01-.02Z"
13
+ fill="#00C5CA"
14
+ />
15
+ <Path
16
+ d="m109.551 195.61 2.22 6.32c1.05 3 3.75 5.12 6.91 5.44l68.7 6.89c6.17.62 10.77-5.58 8.38-11.31l-67.02-160.6c-1.14-2.73-3.66-4.63-6.6-4.98l-70.9704-8.39c-6.21-.73-10.92 5.48-8.54 11.26l42.18 102.47 15.9304.67 12.81 2.83 7.83 3.15 2.92 1.92 2.6 1.57.54 2.51.37 2.51-1.56 4.33s-.52.72-.72.96c-.2.24 1.37 2.03 1.37 2.03l3.65 2.98.78 1.55.25 2.44s.78 1.51 0 1.82c-.78.31-1.93 2.04-1.93 2.04l-1.81 1.44v.87s-2.31.19-2.85.35c-.54.16-1 .92-1 .92l2.13 4.76.04 2.58-2.75 2.64-1.78 2.21s-3.44.69-4.84 1.24-3.62 1.28-3.62 1.28l-3.62 1.31v-.01Z"
17
+ fill="#AAEEEF"
18
+ />
19
+ <Path
20
+ d="M103.371 197.78c-17.9701 0-30.2301-13.82-30.3901-14.01-15.02-16.06-22.11-32.19-21.03-47.87 1.38-20.02 15.56-31.75 16.17-32.24l2.52 3.11c-.13.11-13.48 11.2-14.71 29.47-.98 14.51 5.76 29.61 20.02 44.86.87 1 20.54 23.03 46.3901 6.78.03-.02.06-.04.09-.05.64-.37 2.36-1.67 2.46-3.16.1-1.48-1.42-2.98-2.71-3.98l2.45-3.16c3.02 2.33 4.45 4.84 4.25 7.45-.28 3.76-3.83 5.96-4.45 6.31-7.55 4.74-14.67 6.49-21.06 6.49Z"
21
+ fill="#0B3EE3"
22
+ />
23
+ <Path
24
+ d="M114.581 182.07c-8.24 0-16.4299-1.63-17.9599-1.95l.82-3.92c.06.01 6.4599 1.34 13.5499 1.73 8.67.48 14.71-.63 17.04-3.14.27-.46 1.42-2.61.26-4.69-1.4-2.52-7.02-6.65-28.8399-6.01l-.12-4c18.3199-.53 29.2499 2.2 32.4899 8.12 2.44 4.47-.41 8.75-.53 8.92-.05.07-.1.13-.15.19-3.23 3.68-9.91 4.74-16.56 4.74v.01Z"
25
+ fill="#0B3EE3"
26
+ />
27
+ <Path
28
+ d="m125.981 165.61-2.79-2.87c.12-.12 2.97-2.98 1.78-6.24-1.34-3.69-8.59-10.28-42.0101-12.98l.32-3.99c27.2401 2.2 42.5301 7.46 45.4601 15.65 2.04 5.69-2.58 10.24-2.77 10.43h.01Z"
29
+ fill="#0B3EE3"
30
+ />
31
+ </Svg>
32
+ );
33
+
34
+ export default PictogramUpdateOS;
@@ -0,0 +1,34 @@
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
2
+ <path
3
+ d="m180.1 169.56-71.27-26.27c-4.97-1.83-9.8897-2.7-14.6397-2.57-9.17.24-15.28 3.56-18.15 9.87-2.07 4.56-1.33 7.86 2.27 10.07 5.54 3.41 14.62 2.48 16.23.48.88-1.09 2.26-3.77 1.9-6.91-.32-2.75-1.94-5.27-4.79-7.5l2.46-3.16c3.74 2.91 5.86 6.33 6.3097 10.19.49 4.16-1.1797 7.92-2.7497 9.88-3.35 4.17-14.98 4.4-21.45.42-5.31-3.27-6.7-8.78-3.81-15.14 3.5-7.71 11-11.93 21.68-12.21 5.24-.13 10.6797.81 16.1297 2.82l71.27 26.27-1.38 3.75-.01.01Z"
4
+ fill="#0B3EE3"
5
+ />
6
+ <path
7
+ d="m100.01 154.85-2.2297-3.32c.25-.17 6.0697-4.03 11.8297-3.77l-.19 4c-4.43-.22-9.36 3.06-9.41 3.1v-.01ZM78.7802 184.37c-4.15-2.1-6.77-5.1-7.8-8.92-1.97-7.36 2.91-14.96 3.12-15.28l3.35 2.19-1.67-1.09 1.68 1.09c-.04.06-4.12 6.45-2.61 12.08.72 2.66 2.65 4.8 5.73 6.37l-1.81 3.57.01-.01ZM112.46 190.12c-6.57-3.8-8.86-8.6-9.62-11.96-.83-3.65-.1-6.37-.02-6.67l3.84 1.11-1.92-.55 1.93.54c-.09.34-2.13 8.33 7.79 14.08l-2 3.46v-.01ZM93.8103 182.84l-3.33-2.22c2.4-3.6 3.28-6.79 2.61-9.46-.78-3.13-3.53-4.63-3.56-4.65l1.85-3.55c.18.09 4.31 2.28 5.57 7.15.99 3.83-.07 8.12-3.14 12.73Z"
8
+ fill="#0B3EE3"
9
+ />
10
+ <path
11
+ d="M90.4501 199.23c-1.1 0-2.18-.17-3.2-.52-3.02-1.02-8.54-3.95-11.61-12.06-.51-1.34-.35-2.79.44-4 .78-1.2 2.08-1.96 3.5-2.05l18.64-1.12h.09c1.8799.06 3.6399.94 4.8299 2.4 1.22 1.5 1.73 3.46 1.4 5.38-1.02 5.86-5.0199 9.99-11.2699 11.61-.94.24-1.88.37-2.81.37l-.01-.01Zm7.8-15.75-18.44 1.11c-.21.01-.33.15-.38.23-.06.09-.12.24-.05.41 2.36 6.25 6.28 8.72 9.15 9.69 1.14.38 2.42.41 3.73.07 4.78-1.24 7.58-4.08 8.3399-8.43.13-.78-.07-1.57-.56-2.17-.4499-.55-1.0799-.88-1.7799-.92l-.01.01Z"
12
+ fill="#0B3EE3"
13
+ />
14
+ <path
15
+ d="M165.53 226.17c-32.54-15.26-72.9396-27.2-73.3396-27.32l1.13-3.84c.41.12 41.0896 12.15 73.9096 27.54l-1.7 3.62Z"
16
+ fill="#0B3EE3"
17
+ />
18
+ <path
19
+ d="M100.56 220c-2.7599 0-4.9999-2.24-4.9999-5v-16.83l.72-.32c4.2499-1.87 7.3699-5.63 8.4299-10.15l.84-1.22v28.53c0 2.76-2.24 5-5 5l.01-.01ZM105.56 148.21l-5.6299 2.54-4.37-6.07v-38.51h9.9999v42.04Z"
20
+ fill="#AAEEEF"
21
+ />
22
+ <path
23
+ d="M100.02 111.32c23.207 0 42.02-22.0097 42.02-49.16 0-27.1503-18.813-49.16-42.02-49.16C76.813 13 58 35.0097 58 62.16c0 27.1503 18.813 49.16 42.02 49.16Z"
24
+ fill="#AAEEEF"
25
+ />
26
+ <path
27
+ d="M118.13 92.36c-.5 0-.98-.25-1.27-.7L81.73 36.21c-.44-.7-.24-1.63.46-2.07.7-.44 1.63-.23 2.07.46l35.13 55.45c.44.7.24 1.63-.46 2.07-.25.16-.53.23-.8.23v.01Z"
28
+ fill="#00C5CA"
29
+ />
30
+ <path
31
+ d="M82.9998 92.36c-.27 0-.55-.08-.8-.23-.7-.44-.91-1.37-.46-2.07L116.86 34.6c.44-.7 1.37-.91 2.07-.46.7.45.91 1.37.46 2.07L84.2598 91.66c-.29.45-.77.7-1.27.7h.01Z"
32
+ fill="#00C5CA"
33
+ />
34
+ </svg>
@@ -1,6 +1,22 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="none">
2
- <path fill="#AAEEEF" fill-rule="evenodd" d="M57.0317 22.2055 45.7322 2.6343H16.8246L2.3708 27.669l14.4538 25.0348h28.9076l1.2675-2.1953c.1657-.8017.3311-1.5533.4911-2.2465-2.5348.4908-4.2729-.6946-4.9379-2.2926-.3361-.8089-.4285-1.74-.2528-2.7113l.0007-.004c.3649-1.9728 1.857-4.0841 4.7376-5.5468 1.6869-.8602 3.2284-1.069 4.5941-.6248l-.0399-.0249-.0038-.0007c.623-1.2678 1.5098-2.0917 2.5579-2.3803.6887-.1916 1.3683-.1394 1.9792.0248l.0308-.0533c-1.3369-3.7749-1.4964-7.1019-1.2647-9.6251.0081-.1085.0232-.2118.0428-.3181.2159-1.164 1.0059-2.1041 2.0969-2.4994Z" clip-rule="evenodd"/>
3
- <path fill="#0B3EE3" fill-rule="evenodd" d="M54.9355 24.7055c.2317-1.249 1.1244-2.2403 2.3408-2.5773 1.3266-.3661 2.6906.1488 3.4715 1.3027 2.3347 3.4569 3.7708 8.935 4.6201 13.5118.9593-.5152 2.3516-1.0232 3.5675-.5442.6993.2746 1.5981.9887 1.9219 2.8167.7996 4.5475-4.1613 16.1899-4.7285 17.5004l-.1318-.0595c-.0994 8.3197.5587 10.938.6922 11.4691.0125.0499.0205.0814.0227.0974l-1.8388.296c-.0023-.015-.0097-.0441-.0212-.0896v-.0001c-.1789-.7086-1.3643-5.403-.2472-23.2988-.0881-1.0628-1.2983-14.5495-5.3929-20.6126-.403-.5957-1.0252-.678-1.4689-.5548-.2153.0586-.9174.3433-.9999 1.2226-.3617 3.9506.3385 10.0713 5.7305 16.793l-1.4434 1.2145c-1.5273-1.9042-2.7034-3.7686-3.6001-5.5607l-.0565.0861-.0027-.0023c-.438-.3805-1.8087-1.2873-2.9091-.9773-.5064.1398-.9211.5373-1.267 1.2043 2.4641 2.0062 3.058 6.1106 3.0839 6.3011l-1.8145.2888c-.0042-.0416-.6129-4.2022-2.9227-5.4414-1.0133-.5423-2.2285-.4406-3.706.3104-3.2214 1.6404-4.2576 4.2114-3.5963 5.8027.5231 1.2505 1.9494 1.6106 3.759.9701.4255-1.6683.7462-2.7201.8148-2.927l1.9369.6025c-.0037.0115-.012.0356-.0246.0719-.3911 1.1334-4.8976 14.1913-3.4078 27.723l-2.073-1.0262c-.5133-8.3908 1.0276-17.071 2.2471-22.3562-2.5348.4909-4.2729-.6946-4.9379-2.2925-.3361-.8089-.4285-1.7401-.2528-2.7114l.0007-.004c.3649-1.9728 1.857-4.084 4.7376-5.5467 1.6869-.8603 3.2284-1.0691 4.5941-.6249l-.0399-.0249-.0038-.0007c.623-1.2678 1.5098-2.0917 2.5579-2.3803.7095-.1973 1.4093-.136 2.0344.04-1.3594-3.8031-1.5222-7.1551-1.2891-9.6935.0081-.1086.0232-.2118.0428-.3182Zm11.1919 26.9943c1.5768-4.2263 3.3193-9.7422 2.8972-12.1179-.1341-.7719-.3934-1.2349-.771-1.3836-.669-.2647-1.8212.2817-2.5403.7439.5352 3.3383.7357 5.844.7539 6.0891a.79162.79162 0 0 1-.001.1352c-.1527 2.4142-.2629 4.5842-.3388 6.5333Z" clip-rule="evenodd"/>
4
- <path fill="#00C5CA" fill-rule="evenodd" d="M30.9508 11.3999c.7456 0 1.35.4768 1.35 1.065v19.17c0 .5882-.6044 1.065-1.35 1.065s-1.35-.4768-1.35-1.065v-19.17c0-.5882.6044-1.065 1.35-1.065Z" clip-rule="evenodd"/>
5
- <path fill="#00C5CA" stroke="#00C5CA" d="M32.9992 39.1501c0 1.1612-.8788 2.05-1.9 2.05-1.0212 0-1.9-.8888-1.9-2.05 0-1.1612.8788-2.05 1.9-2.05 1.0212 0 1.9.8888 1.9 2.05Z"/>
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
2
+ <path
3
+ d="m137.89 157.04-3.23-2.71-2.03-3.21-1.92-5.21 2.32-5.88 5.93-4.45 7.74-3.5 6.14.47 1.61-1.4 3.16-3.58 3.66-1.45 5.49.29 1.79-3.11-.48-2.25-1.99-6.51-1.24-7.65-.7-3.38 1.53-7.15 1.73-2.81 4.81-1.45 3.81.55 5.21 8.7 1.11-1.92c2.19-3.79 2.19-8.47 0-12.26l-30.62-53.04c-2.19-3.79-6.24-6.13-10.62-6.13H79.8701c-4.38 0-8.43 2.34-10.62 6.13l-30.61 53.03c-2.19 3.79-2.19 8.47 0 12.26l30.62 53.03c2.19 3.79 6.24 6.13 10.62 6.13H139l-1.1-1.54h-.01ZM146.15 158.58h2.04l.25-.45-2.29.45Z"
4
+ fill="#AAEEEF"
5
+ />
6
+ <path
7
+ d="M139.17 211.62c-2.17-36.04 8.61-64.12 9.07-65.29l3.73 1.45c-.11.28-10.92 28.48-8.8 63.6l-3.99.24h-.01Z"
8
+ fill="#0B3EE3"
9
+ />
10
+ <path
11
+ d="M141.88 159.04c-1.89 0-3.99-.32-5.94-1.31-2.79-1.43-4.71-3.93-5.7-7.42-1.9-6.71 3.38-13.54 9.46-17.33 6.97-4.34 14.18-4.71 18.38-.95 8.62 7.74 7.4 16.64 7.34 17.02l-3.96-.59c.04-.28.9-7.2-6.06-13.45-3.23-2.9-9.15-1.4-13.59 1.36-4.65 2.9-9.05 8.16-7.72 12.85.68 2.41 1.88 4.02 3.66 4.94 3.7 1.91 8.72.15 8.77.13l1.36 3.76c-.17.06-2.78.99-6 .99ZM188.26 209.3c-2.26-18.75-1.7-30.7-1.2-41.23.22-4.76.44-9.26.37-14.02-.2-15.04-3.78-31.52-3.81-31.69l-.02-.11c-3.42-21.01-7.81-25.83-10.11-26.83-.68-.29-1.77-.56-3.47.58-2.17 1.45-3.47 4.14-3.38 7.02.66 22.39 14.42 38.36 14.55 38.52l-3.01 2.64c-.61-.69-14.84-17.17-15.54-41.04-.13-4.24 1.85-8.25 5.16-10.46 2.43-1.62 4.95-1.93 7.29-.92 5.5 2.39 9.57 12.14 12.46 29.8.27 1.24 3.69 17.26 3.89 32.44.06 4.87-.15 9.43-.38 14.26-.49 10.38-1.04 22.15 1.17 40.57l-3.97.48v-.01Z"
12
+ fill="#0B3EE3"
13
+ />
14
+ <path
15
+ d="m190.41 178.07-3.58-1.79c10.31-20.61 14.77-39.24 12.34-43.07-.37-.57-.81-.88-1.46-.99-2.34-.4-6.31 1.88-8.27 3.42l-2.47-3.15c.66-.52 6.57-5.04 11.4-4.21 1.75.3 3.19 1.26 4.16 2.78 4.67 7.33-4.7 32.13-12.13 47l.01.01ZM156.68 132.7l-3.89-.92c.04-.18 1.07-4.42 5.23-6.75 3.32-1.87 7.56-1.97 12.6-.31l-1.25 3.8c-3.9-1.28-7.05-1.29-9.34-.03-2.62 1.44-3.33 4.19-3.34 4.22l-.01-.01Z"
16
+ fill="#0B3EE3"
17
+ />
18
+ <path
19
+ d="M113.19 106.19c-.83 0-1.5-.67-1.5-1.5V58.06c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v46.63c0 .83-.67 1.5-1.5 1.5ZM113.35 125.55c2.563 0 4.64-2.077 4.64-4.64 0-2.563-2.077-4.64-4.64-4.64-2.563 0-4.64 2.077-4.64 4.64 0 2.563 2.077 4.64 4.64 4.64Z"
20
+ fill="#00C5CA"
21
+ />
6
22
  </svg>
@@ -0,0 +1,26 @@
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
2
+ <path
3
+ d="M133.46 173.8c-2.88 0-5.61-1.57-7.03-4.28-1.01-1.92-1.2-4.11-.53-6.18.66-2.04 2.07-3.69 3.98-4.64 6.87-3.44 17.93-6.91 24.11-8.73-2.58-2.4-4.34-6.01-4.32-9.54 0-2.68 1.14-9.19 11.43-11.65 16.11-3.86 78.12 18.71 80.75 19.67l-1.37 3.76c-.16-.06-16.14-5.89-33.81-11.18-29.21-8.75-40.4-9.37-44.64-8.36-5.38 1.29-8.35 4.05-8.36 7.77-.01 3.88 3.08 7.55 5.86 8.23.88.22 1.51 1.01 1.52 1.92 0 .91-.6 1.71-1.48 1.95-.18.05-18.53 5.04-27.9 9.73-.94.47-1.64 1.28-1.96 2.29-.33 1.03-.24 2.13.27 3.09.96 1.83 3.13 2.61 5.04 1.82 9.17-3.8 21.12-8.32 26.15-8.25l-.06 4h-.08c-3.38 0-12.29 2.89-24.47 7.94-1.01.42-2.05.62-3.08.62l-.02.02Z"
4
+ fill="#0B3EE3"
5
+ />
6
+ <path
7
+ d="M137.37 190.23c-3.78 0-7.45-2.01-9.39-5.54-2.16-3.92-1.62-8.82 1.33-12.19l1.47-1.68 3.01 2.63-1.47 1.68c-1.84 2.11-2.18 5.17-.83 7.63 1.76 3.21 5.81 4.41 9.02 2.67 12.01-6.5 20.08-9.56 23.94-9.11l-.47 3.97c-2.88-.34-10.93 2.9-21.57 8.66-1.6.87-3.33 1.28-5.04 1.28Z"
8
+ fill="#0B3EE3"
9
+ />
10
+ <path
11
+ d="M240.29 213.7c-39.81-19.17-81.44-13.87-92.88-10.51-2.82.83-5.84.2-8.1-1.68-2.34-1.95-3.52-5.04-3.07-8.05l.77-5.2 3.96.59-.77 5.2c-.25 1.64.4 3.33 1.67 4.39 1.23 1.03 2.88 1.37 4.41.92 11.83-3.48 54.81-8.97 95.75 10.74l-1.73 3.6h-.01ZM169.508 150.199l-.698 3.939 10.348 1.834.698-3.939-10.348-1.834Z"
12
+ fill="#0B3EE3"
13
+ />
14
+ <path
15
+ d="M191.07 170.8c-10.44-5.97-15.77-22.75-15.99-23.46l3.82-1.19c.05.16 5.09 15.99 14.16 21.18l-1.99 3.47ZM163.258 156.644l-3.982.38 2.844 29.854 3.982-.379-2.844-29.855Z"
16
+ fill="#0B3EE3"
17
+ />
18
+ <path
19
+ d="M133.75 39.82c-4.15-4.68-9.41-8.27-15.31-10.44-5.9-2.18-12.26-2.88-18.5099-2.03-3.78.51-7.45 1.58-10.89 3.15-4.49 2.05-7.86 5.81-10.65 9.88l-3.1 4.53c-3.74-2.62-7.92-4.57-12.35-5.72-4.86-1.26-9.92-1.56-14.89-.88-4.97.68-9.77 2.33-14.1 4.86-4.33 2.52-8.13 5.87-11.16 9.85-3.04 3.98-5.25 8.52-6.53 13.35-1.28 4.83-1.59 9.87-.91 14.81.68 4.95 2.34 9.71 4.87 14.02 2.53 4.31 5.9 8.08 9.89 11.09L103.6 145.21l26.72-45.64 10.54-20.04c1.85-4.42 3.76-12.92 1.34-23.34-1.41-6.07-4.32-11.7-8.47-16.38l.02.01Z"
20
+ fill="#AAEEEF"
21
+ />
22
+ <path
23
+ d="M25.2295 81.79c-.79 0-1.45-.62-1.5-1.42-1.37-25.26 18.17-33.75 28.7-34.71.83-.08 1.55.53 1.63 1.36.08.83-.53 1.55-1.35 1.63-1.12.11-27.54 2.92-25.98 31.56.04.83-.59 1.53-1.42 1.58h-.08Z"
24
+ fill="#00C5CA"
25
+ />
26
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
2
+ <path
3
+ d="m157.94 57.81-17.59 39.34 3.97 1.41 4.64 2.64 4.51 4.28.98 3.87-3.25 3.66-4.02.95 3.48 1.1 1.81 2.97-.43 2.95-2.57 2.02s.02 1.16.02 1.47c0 .31 1.8 3.07 1.8 3.07l.39 7.54-1.75 3.51-3.39 1.72-6.25.29-5.61-1.16-5.94-3.28-7.16 14.2 11.05 47.22 40.45-28.46 21.97-60.04-2.02-1.02-10.67-3.09-11.15-1.75-8.32-6.44-.72-6.05 4.35-8.4 8.35-4.07 14.95.04 11.61 5.22 2.46-5.91c5.46-13.11-1.08-28.14-14.4-33.07-12.36-4.58-26.16 1.21-31.54 13.25l-.01.02Zm-12.3 126.05c-5.49-8.64-14.73-5.51-14.73-5.51l-5.2-24.61c20.14-6.53 42.14 13.82 42.14 13.82l-22.21 16.3Z"
4
+ fill="#AAEEEF"
5
+ />
6
+ <path
7
+ d="M168.65 159.17c-.19 0-.38-.04-.57-.11-.78-.31-1.15-1.2-.84-1.98l20.65-51.1c.31-.78 1.2-1.15 1.98-.84.78.31 1.15 1.2.84 1.98l-20.65 51.1c-.24.59-.81.95-1.41.95ZM196.19 82.71c-.21 0-.42-.04-.63-.14-.76-.35-1.1-1.25-.75-2.01.02-.06 2.5-5.6 2.62-12.14.15-8.49-3.61-14.65-11.18-18.31-.75-.36-1.07-1.27-.71-2.03.36-.76 1.27-1.07 2.03-.71 20.82 10.06 10.11 34.2 10 34.44-.25.56-.81.89-1.38.89v.01Z"
8
+ fill="#00C5CA"
9
+ />
10
+ <path
11
+ d="M144.48 116.46c-8.31 0-18.13-4.6-23.24-11.36-4.04-5.35-4.6-11.3-1.57-16.75 2.32-4.17 5.6-6.86 9.76-7.98 8.69-2.35 18 3.08 18.4 3.31l-2.06 3.48c-.08-.05-8.26-4.8-15.29-2.88-3.1.84-5.47 2.82-7.26 6.04-2.83 5.09-.87 9.52 1.26 12.35 5.1 6.74 16.07 11.12 23.47 9.38 1.99-.47 4.33-1.44 4.18-3.44-.27-3.62-7.49-9.63-17.75-10.46l.33-4.04c10.93.88 20.96 7.51 21.46 14.19.13 1.76-.31 6.04-7.29 7.68-1.39.33-2.86.48-4.39.48h-.01Z"
12
+ fill="#0B3EE3"
13
+ />
14
+ <path
15
+ d="M138.02 128.25c-5.25 0-11.98-1.75-18.62-8.39-5.93-5.93-8.32-11.08-7.09-15.3 1.48-5.09 7.53-6.49 7.78-6.54l.89 3.95s-3.99.95-4.79 3.74c-.75 2.62 1.4 6.63 6.06 11.29 5.43 5.43 11.44 7.82 17.88 7.1 5.81-.65 9.72-3.61 10.44-4.5.08-.57-.05-1.43-.54-2.2-.33-.52-.95-1.19-2.02-1.4l.78-3.97c1.94.38 3.59 1.52 4.66 3.2 1.08 1.7 1.46 3.76 1.01 5.53-.56 2.24-5.18 5.27-10.08 6.63-1.66.46-3.84.86-6.37.87l.01-.01Z"
16
+ fill="#0B3EE3"
17
+ />
18
+ <path
19
+ d="M142.72 142.75c-.83 0-1.7-.04-2.61-.12-21.16-1.92-21.31-23.99-21.3-24.22h4.05c0 .77.19 18.6 17.62 20.18 3.14.28 7.19.15 8.63-2.15 2.01-3.2-1.07-9.8-2.31-11.87l3.47-2.08c.62 1.03 5.94 10.24 2.26 16.1-1.73 2.76-5.03 4.15-9.81 4.15v.01ZM235.72 159.91c-24.43 0-54.21-11.76-55.54-12.29l1.5-3.76c.34.13 33.93 13.39 58.12 11.88l.25 4.04c-1.42.09-2.86.13-4.32.13h-.01ZM196.48 116.11l-3.94-.93c.01-.06.41-2.12-1.24-4.31-1.6-2.14-5.49-4.85-14.92-5.63-8.59-.71-14.03-3.11-16.15-7.13-2.02-3.82-.24-7.57.11-8.25 9.27-20.23 30.13-12.4 30.34-12.32 25.05 10.56 48.09 8.75 48.33 8.73l.34 4.03c-.98.08-24.27 1.91-50.19-9.01-.66-.25-17.51-6.49-25.17 10.31-.03.05-.05.11-.08.16-.04.08-1.25 2.34-.09 4.49 1.42 2.62 5.99 4.38 12.89 4.95 8.88.73 14.91 3.21 17.93 7.37 2.7 3.72 1.87 7.38 1.83 7.54h.01Z"
20
+ fill="#0B3EE3"
21
+ />
22
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
2
+ <path
3
+ d="M133.94 165.85c-2.88 0-5.61-1.57-7.03-4.28-1.01-1.92-1.2-4.12-.53-6.18.66-2.04 2.07-3.69 3.98-4.64 6.87-3.44 17.93-6.91 24.11-8.73-2.58-2.4-4.34-6.01-4.32-9.54 0-2.68 1.14-9.19 11.43-11.65 16.11-3.86 78.12 18.71 80.75 19.67l-1.37 3.76c-.16-.06-16.14-5.89-33.81-11.18-29.21-8.75-40.4-9.37-44.64-8.36-5.38 1.29-8.35 4.05-8.36 7.77-.01 3.88 3.08 7.55 5.86 8.23.89.22 1.51 1.01 1.52 1.92 0 .91-.6 1.71-1.48 1.95-.18.05-18.53 5.04-27.9 9.73-.94.47-1.63 1.28-1.96 2.29-.33 1.03-.24 2.13.27 3.09.96 1.83 3.13 2.61 5.04 1.82 9.09-3.77 20.95-8.25 26.02-8.25h.12l-.06 4c-3.34-.08-12.27 2.85-24.55 7.94-1.01.42-2.05.62-3.08.62l-.01.02Z"
4
+ fill="#0B3EE3"
5
+ />
6
+ <path
7
+ d="M137.85 182.28c-3.78 0-7.45-2.01-9.39-5.54-2.16-3.92-1.62-8.82 1.33-12.19l1.47-1.68 3.01 2.63-1.47 1.68c-1.85 2.11-2.18 5.17-.83 7.63 1.76 3.21 5.81 4.41 9.02 2.67 12.01-6.5 20.06-9.57 23.94-9.11l-.47 3.97c-2.88-.34-10.93 2.9-21.57 8.66-1.6.87-3.33 1.28-5.04 1.28Z"
8
+ fill="#0B3EE3"
9
+ />
10
+ <path
11
+ d="M240.77 205.74c-39.81-19.17-81.44-13.88-92.88-10.51-2.82.83-5.84.2-8.1-1.68-2.34-1.95-3.52-5.04-3.07-8.05l.77-5.2 3.96.59-.77 5.2c-.25 1.64.4 3.33 1.67 4.39 1.23 1.03 2.88 1.37 4.41.92 11.83-3.48 54.8-8.97 95.75 10.74l-1.73 3.6h-.01ZM169.987 142.243l-.698 3.938 10.349 1.834.698-3.938-10.349-1.834Z"
12
+ fill="#0B3EE3"
13
+ />
14
+ <path
15
+ d="M191.551 162.85c-10.44-5.97-15.77-22.75-15.99-23.46l3.82-1.19c.05.16 5.09 15.99 14.16 21.18l-1.99 3.47ZM163.743 148.684l-3.982.379 2.843 29.855 3.982-.379-2.843-29.855Z"
16
+ fill="#0B3EE3"
17
+ />
18
+ <path
19
+ d="M85.52 154.04c32.872 0 59.52-26.648 59.52-59.52S118.392 35 85.52 35 26 61.648 26 94.52s26.648 59.52 59.52 59.52Z"
20
+ fill="#AAEEEF"
21
+ />
22
+ <path
23
+ d="M82.4798 130.63c2.5626 0 4.64-2.077 4.64-4.64 0-2.563-2.0774-4.64-4.64-4.64-2.5626 0-4.64 2.077-4.64 4.64 0 2.563 2.0774 4.64 4.64 4.64ZM82.24 114.86c-.83 0-1.5-.67-1.5-1.5 0-18.43 5.9-22.29 12.15-26.38.95-.62 1.93-1.26 2.88-1.96 4.85-3.55 6.86-9.58 5.11-15.38-1.34-4.42-5.25-9.26-12.22-9.58h-.26c-.24 0-.54.01-.88-.04-4.42-.72-11.67 1.68-15.44 6.38-2.86 3.57-3.33 7.82-1.41 12.63.31.77-.07 1.64-.84 1.95-.77.31-1.64-.07-1.95-.84-2.93-7.34-.61-12.54 1.85-15.62 4.57-5.7 13.04-8.31 18.26-7.46.11.02.22 0 .33 0h.47c7.14.32 12.87 4.81 14.96 11.71 2.12 7.03-.32 14.36-6.22 18.67-1.01.74-2.03 1.4-3.01 2.05-5.79 3.79-10.79 7.06-10.79 23.87 0 .83-.67 1.5-1.5 1.5h.01Z"
24
+ fill="#00C5CA"
25
+ />
26
+ </svg>
@@ -0,0 +1,48 @@
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
2
+ <path
3
+ d="M12 47c0-8.8366 7.1634-16 16-16h71c8.837 0 16 7.1634 16 16v151c0 8.837-7.163 16-16 16H28c-8.8366 0-16-7.163-16-16V47Z"
4
+ fill="#AAEEEF"
5
+ />
6
+ <path
7
+ fill-rule="evenodd"
8
+ clip-rule="evenodd"
9
+ d="M16 50.9292C16 42.1317 23.1317 35 31.9292 35h64.1416C104.868 35 112 42.1317 112 50.9292V195.071c0 8.797-7.132 15.929-15.9292 15.929H31.9292C23.1317 211 16 203.868 16 195.071V50.9292ZM31.9292 37C24.2363 37 18 43.2363 18 50.9292V195.071C18 202.764 24.2363 209 31.9292 209h64.1416C103.764 209 110 202.764 110 195.071V50.9292C110 43.2363 103.764 37 96.0708 37H31.9292Z"
10
+ fill="#00C5CA"
11
+ />
12
+ <path
13
+ d="M42 45c0-1.6569 1.3431-3 3-3h37c1.6569 0 3 1.3431 3 3s-1.3431 3-3 3H45c-1.6569 0-3-1.3431-3-3Z"
14
+ fill="#00C5CA"
15
+ />
16
+ <path
17
+ fill-rule="evenodd"
18
+ clip-rule="evenodd"
19
+ d="M24.1953 82.863c0-5.1409 4.1675-9.3083 9.3083-9.3083h61.9925c5.1409 0 9.3079 4.1674 9.3079 9.3083v34.511c0 5.141-4.167 9.309-9.3079 9.309H33.5036c-5.1408 0-9.3083-4.168-9.3083-9.309V82.863Zm9.3083-7.3083c-4.0363 0-7.3083 3.272-7.3083 7.3083v34.511c0 4.036 3.272 7.309 7.3083 7.309h61.9925c4.0362 0 7.3079-3.273 7.3079-7.309V82.863c0-4.0363-3.2717-7.3083-7.3079-7.3083H33.5036Z"
20
+ fill="#00C5CA"
21
+ />
22
+ <path
23
+ fill-rule="evenodd"
24
+ clip-rule="evenodd"
25
+ d="M103.679 114.82H25.0703v-2h78.6087v2ZM92.1746 80.0312c-3.3303 0-6.0301 2.6998-6.0301 6.0301s2.6998 6.0301 6.0301 6.0301 6.0301-2.6998 6.0301-6.0301-2.6998-6.0301-6.0301-6.0301Zm-8.0301 6.0301c0-4.4349 3.5952-8.0301 8.0301-8.0301 4.4349 0 8.0304 3.5952 8.0304 8.0301 0 4.4349-3.5955 8.0301-8.0304 8.0301-4.4349 0-8.0301-3.5952-8.0301-8.0301ZM52.9121 84.5039c0 .5523-.4477 1-1 1h-19.812c-.5523 0-1-.4477-1-1s.4477-1 1-1h19.812c.5523 0 1 .4477 1 1ZM52.9121 88.9766c0 .5522-.4477 1-1 1h-19.812c-.5523 0-1-.4478-1-1 0-.5523.4477-1 1-1h19.812c.5523 0 1 .4477 1 1ZM55.1054 69.4473c-.494.247-1.0947.0468-1.3417-.4472L48.6582 58.789c-.247-.494-.0468-1.0947.4472-1.3417.4939-.247 1.0946-.0467 1.3416.4472l5.1056 10.2112c.247.494.0467 1.0946-.4472 1.3416ZM71.122 68.5218c-.4848-.2644-.6635-.8719-.399-1.3567l5.0423-9.2442c.2645-.4849.8719-.6635 1.3567-.3991.4849.2645.6635.8719.3991 1.3568l-5.0423 9.2442c-.2645.4848-.8719.6635-1.3568.399ZM56.9411 132.336c.5201.185.7911.758.6054 1.278l-4.3274 12.116c-.1857.52-.7579.791-1.278.606-.5201-.186-.7912-.758-.6054-1.279l4.3273-12.116c.1857-.52.758-.791 1.2781-.605ZM72.9084 131.579c.5015-.231 1.0956-.012 1.3271.489l5.1618 11.184c.2315.502.0126 1.096-.4889 1.327-.5014.232-1.0955.013-1.327-.489l-5.1619-11.184c-.2314-.501-.0125-1.095.4889-1.327Z"
26
+ fill="#00C5CA"
27
+ />
28
+ <path
29
+ d="M133.026 95.4111c10.19-1.93 81.474-6.4098 109.474 9.0889l1.41-3.74c-24.41-15.7622-101.104-11.2689-111.624-9.2689-5.67 1.07-9.65 6.1-9.26 11.6799.25 3.64 2.38 8.28 11.09 9.68 15.98 2.57 29.78-.26 30.36-.38l-.82-3.92c-.14.03-13.65 2.8-28.9.34-7.4-1.2-7.66-4.82-7.74-6.01-.25-3.5599 2.33-6.7699 6.01-7.4699Z"
30
+ fill="#0B3EE3"
31
+ />
32
+ <path
33
+ d="M169.026 134.771c-.25 0-.5-.01-.74-.04-2.86-.28-4.82-2.19-5.36-5.23-.75-4.24 1.3-10.09 6.11-17.36 3.44-5.21 7.03-9.24 7.18-9.41l2.98 2.67c-3.83 4.28-13.5 16.84-12.33 23.41.28 1.59 1.04 1.88 1.81 1.95 4.02.4 12.54-5.66 14.87-11.62l3.72 1.46c-2.77 7.07-12.05 14.18-18.25 14.18l.01-.01Z"
34
+ fill="#0B3EE3"
35
+ />
36
+ <path
37
+ d="M189.457 135.551c-.76-3.95-6.5-7.16-8.65-8.07l1.55-3.69c.4.17 9.71 4.14 11.03 11l-3.93.75v.01ZM155.287 133.011c-3.2 0-6.37-.78-8.24-3.29-2.41-3.24-3.22-8.18-2-12.31.99-3.35 3.17-5.81 6.13-6.91.74-.28 1.53-.47 2.35-.57l.5 3.97c-.52.06-1.01.18-1.46.35-2.25.84-3.25 2.8-3.69 4.29-.86 2.93-.3 6.54 1.37 8.78 2.42 3.25 11.11.99 13.96-.06l1.38 3.75c-.84.31-5.61 1.99-10.31 1.99l.01.01Z"
38
+ fill="#0B3EE3"
39
+ />
40
+ <path
41
+ d="M168.897 147.651c-2.27 0-4.46-.51-6.55-1.52-8.18-3.97-11.68-14.35-11.83-14.79l3.8-1.25c.03.09 3.14 9.23 9.79 12.45 2.91 1.41 6.03 1.48 9.51.21 3.5-1.27 5.57-2.79 5.68-4.17.14-1.9-3.15-4.62-5.42-5.85l1.9-3.52c.81.44 7.89 4.42 7.51 9.66-.23 3.15-3.02 5.72-8.3 7.64-2.08.76-4.12 1.14-6.09 1.14Z"
42
+ fill="#0B3EE3"
43
+ />
44
+ <path
45
+ d="M241 156.998c-35.5 4.5-64.721-10.34-65.647-10.804l1.798-3.575c.218.104 30.849 14.379 63.595 10.389l.254 3.99Z"
46
+ fill="#0B3EE3"
47
+ />
48
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
2
+ <path
3
+ d="M221.881 180.37c-.11-.13-10.98-13.21-23.59-26.68-20.84-22.26-30.19-28.43-34.36-29.69-5.3-1.6-9.25-.7-11.14 2.51-1.96 3.35-1.13 8.07.92 10.06.66.63.8 1.63.35 2.42-.45.79-1.38 1.18-2.26.94-.18-.05-18.54-4.97-29.01-5.63-1.04-.06-2.06.29-2.85.99-.8.72-1.27 1.72-1.32 2.8-.09 2.07 1.38 3.83 3.43 4.11 9.84 1.33 22.46 3.45 26.75 6.03l-2.06 3.43c-2.84-1.71-12.03-3.71-25.22-5.49-4.11-.56-7.08-4.1-6.89-8.25.1-2.17 1.04-4.16 2.65-5.6 1.59-1.43 3.64-2.14 5.77-2.01 7.67.48 18.97 3.05 25.23 4.59-1.02-3.37-.72-7.38 1.07-10.42 1.36-2.31 5.61-7.36 15.74-4.31 15.87 4.78 58.09 55.48 59.88 57.64l-3.08 2.55-.01.01Z"
4
+ fill="#0B3EE3"
5
+ />
6
+ <path
7
+ d="M141.65 166.14c-2.31-1.73-10.9-2.99-22.99-3.37-5.84-.18-10.47-5.09-10.32-10.94.11-4.48 3.04-8.44 7.28-9.87l2.11-.71 1.27 3.79-2.11.71c-2.66.89-4.49 3.37-4.56 6.17-.09 3.66 2.8 6.73 6.45 6.85 13.65.43 22.16 1.83 25.27 4.17l-2.4 3.2Z"
8
+ fill="#0B3EE3"
9
+ />
10
+ <path
11
+ d="M181.73 225.31c-16.99-25.12-39-41.13-65.42-47.6l-.51-.12c-2.85-.7-5.15-2.77-6.15-5.53-1.04-2.87-.5-6.13 1.4-8.5l3.28-4.1 3.12 2.5-3.29 4.1c-1.04 1.3-1.33 3.07-.77 4.64.55 1.51 1.8 2.63 3.35 3.01l.5.12c27.41 6.71 50.22 23.28 67.78 49.25l-3.31 2.24.02-.01ZM161.573 142.908l-2.586 3.052 8.02 6.793 2.585-3.052-8.019-6.793Z"
12
+ fill="#0B3EE3"
13
+ />
14
+ <path
15
+ d="M169.83 171.57c-6.01-10.42-2.18-27.59-2.01-28.32l3.9.89c-.04.16-3.65 16.37 1.58 25.42l-3.46 2-.01.01ZM149.299 143.674 136.725 170.9l3.631 1.677 12.575-27.226-3.632-1.677Z"
16
+ fill="#0B3EE3"
17
+ />
18
+ <path
19
+ d="M134.75 27.82c-4.15-4.68-9.41-8.27-15.31-10.44-5.9-2.18-12.26-2.88-18.51-2.03-3.7799.51-7.4499 1.58-10.8899 3.15-4.49 2.05-7.86 5.81-10.65 9.88l-3.1 4.53c-3.74-2.62-7.92-4.57-12.35-5.72-4.86-1.26-9.92-1.56-14.89-.88-4.97.68-9.77 2.33-14.1 4.86-4.33 2.52-8.13 5.87-11.16 9.85-3.04 3.98-5.25 8.52-6.53 13.35-1.28 4.83-1.59 9.87-.91 14.81.68 4.95 2.34 9.71 4.87 14.02 2.53 4.31 5.9 8.08 9.89 11.09L104.6 133.21l26.72-45.64 10.54-20.04c1.85-4.42 3.76-12.92 1.34-23.34-1.41-6.07-4.32-11.7-8.47-16.38l.02.01Z"
20
+ fill="#AAEEEF"
21
+ />
22
+ <path
23
+ d="M26.2295 69.79c-.79 0-1.45-.62-1.5-1.42-1.37-25.26 18.17-33.75 28.7-34.71.83-.08 1.55.53 1.63 1.36.08.83-.53 1.55-1.35 1.63-1.12.11-27.54 2.92-25.98 31.56.04.83-.59 1.53-1.42 1.58h-.08Z"
24
+ fill="#00C5CA"
25
+ />
26
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
2
+ <path
3
+ d="M102.76 55c27.83 0 50.39 22.56 50.39 50.39 0 1.8-.1 3.58-.28 5.33l-3.63-2.63-3.97-1.84s-5.58.69-6.49 0c-.91-.69-3.36.07-3.68.25-.32.18-3.22 3.07-3.22 3.07l-1.28 3.54v3.94l1.28 2.9v1.89l-5.56-1.38s-.81-.19-2.71-.63c-1.89-.44-7.77-.02-7.96-.87-.19-.85-.1-.92-1.53-1.1-1.43-.17-4.95-.81-4.95-.81l-2.77-.35-2.72-.24s-3.41.83-3.63.98c-.2299.15-2.6699 6.32-2.6699 6.32v1.98l-.93 1.54-2.44 1.36-3.35 3.73.43 8.12 4.02 4.73-4.02 5.58.99 3.82c-22.7-4.9-39.71-25.08-39.71-49.25 0-27.83 22.56-50.39 50.3899-50.39V55Z"
4
+ fill="#AAEEEF"
5
+ />
6
+ <path
7
+ d="M202.651 164.54c-.11-.13-10.98-13.21-23.59-26.68-20.84-22.26-30.19-28.43-34.36-29.69-5.3-1.6-9.25-.7-11.14 2.51-1.96 3.35-1.13 8.07.92 10.06.66.63.8 1.63.35 2.42-.45.79-1.38 1.18-2.26.94-.18-.05-18.54-4.97-29.01-5.63-1.05-.06-2.06.29-2.85.99-.8004.72-1.2704 1.72-1.3204 2.8-.09 2.07 1.3904 3.83 3.4304 4.11 9.84 1.33 22.46 3.45 26.75 6.03l-2.06 3.43c-2.84-1.71-12.03-3.71-25.22-5.49-4.1104-.55-7.0804-4.1-6.9004-8.25.1-2.17 1.04-4.16 2.65-5.6 1.59-1.43 3.6404-2.14 5.7704-2.01 7.67.48 18.97 3.05 25.23 4.59-1.02-3.37-.72-7.37 1.07-10.42 1.36-2.31 5.61-7.36 15.74-4.31 15.87 4.78 58.09 55.48 59.88 57.64l-3.08 2.55v.01Z"
8
+ fill="#0B3EE3"
9
+ />
10
+ <path
11
+ d="M122.41 150.3c-2.3-1.73-10.9-2.99-22.9898-3.37-5.84-.18-10.47-5.09-10.32-10.94.11-4.47 3.04-8.44 7.28-9.87l2.11-.71 1.27 3.79-2.11.71c-2.66.89-4.49 3.37-4.55 6.17-.09 3.66 2.8 6.73 6.45 6.85 13.6498.43 22.1598 1.83 25.2698 4.17l-2.4 3.2h-.01Z"
12
+ fill="#0B3EE3"
13
+ />
14
+ <path
15
+ d="M162.49 209.47c-16.99-25.12-39-41.13-65.4198-47.6l-.51-.12c-2.85-.7-5.15-2.77-6.15-5.53-1.04-2.86-.5-6.12 1.4-8.5l3.29-4.1 3.12 2.5-3.29 4.1c-1.04 1.3-1.33 3.07-.76 4.64.55 1.51 1.8 2.63 3.35 3.02l.5.12c27.4098 6.71 50.2198 23.28 67.7798 49.25l-3.31 2.24v-.02ZM142.327 127.059l-2.585 3.052 8.021 6.792 2.585-3.052-8.021-6.792Z"
16
+ fill="#0B3EE3"
17
+ />
18
+ <path
19
+ d="M150.6 155.74c-6.01-10.42-2.18-27.59-2.01-28.32l3.9.89c-.04.16-3.65 16.38 1.58 25.42l-3.46 2-.01.01ZM130.063 127.83l-12.575 27.227 3.632 1.677 12.574-27.226-3.631-1.678Z"
20
+ fill="#0B3EE3"
21
+ />
22
+ <path
23
+ d="M123.15 84.47c-.39 0-.79-.15-1.08-.46-.57-.6-.55-1.55.05-2.12l31.26-29.92c.6-.57 1.55-.55 2.12.05.57.6.55 1.55-.05 2.12l-31.26 29.92c-.29.28-.66.42-1.04.42v-.01ZM106.62 75.54c-.82 0-1.49-.66-1.5-1.48l-.45-41.54c0-.83.66-1.51 1.48-1.52h.02c.82 0 1.49.66 1.5 1.48l.45 41.54c0 .83-.66 1.51-1.48 1.52h-.02ZM87.8601 82.24c-.39 0-.78-.15-1.07-.45l-26.8-27.47c-.58-.59-.57-1.54.03-2.12.59-.58 1.54-.57 2.12.03l26.8 27.47c.58.59.57 1.54-.03 2.12-.29.28-.67.43-1.05.43v-.01ZM82.0598 100.99c-.06 0-.12 0-.18-.01l-45.55-5.36c-.82-.1-1.41-.84-1.31-1.67.1-.82.84-1.41 1.66-1.31l45.56 5.36c.82.1 1.41.84 1.31 1.67-.09.76-.74 1.32-1.49 1.32Z"
24
+ fill="#00C5CA"
25
+ />
26
+ </svg>