@pagopa/io-app-design-system 1.6.1 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +34 -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 +24 -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 +12 -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 +39 -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,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>
@@ -1,34 +1,18 @@
1
1
  <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
2
2
  <path
3
- d="M181.123 37.8645 53.4195 71.3597c-3.6208.9361-7.3172-1.238-8.2546-4.8615l-6.3496-24.5421c-.9374-3.616 1.2397-7.3075 4.868-8.2436L171.387.21733c3.621-.93608 7.317 1.23805 8.255 4.8616l6.349 24.54207c.938 3.616-1.239 7.3075-4.868 8.2435ZM78.2362 171.992h-8.0807c-2.88 0-5.2082-2.332-5.2082-5.201V85.2912c0-2.8762 2.3357-5.2014 5.2082-5.2014H192.795c2.88 0 5.208 2.3327 5.208 5.2014v80.1938c0 2.876-2.336 5.201-5.208 5.201h-71.797l-2.767-5.02-6.523-5.828-7.416-1.872-7.2185.196-9.2901 4.839-9.5396 8.984-.0076.007Z"
3
+ d="M76.1996 43.73 189.8 73.56c3.22.83 6.51-1.11 7.34-4.33l5.65-21.86c.83-3.22-1.11-6.51-4.33-7.34L84.8596 10.19c-3.22-.83-6.51 1.11-7.34 4.33l-5.65 21.86c-.83 3.22 1.11 6.51 4.33 7.34v.01ZM179.55 157.73v-72.6c0-2.56-2.08-4.64-4.64-4.64H65.8197c-2.56 0-4.64 2.08-4.64 4.64v71.44c0 2.56 2.08 4.64 4.64 4.64H129.69l-.55-4.65 4.67-6.35 6.64-4.86 9.01-2.33 15.19 3.55"
4
4
  fill="#AAEEEF"
5
5
  />
6
6
  <path
7
- d="m53.5174 192.639-3.2429 3.11c-.0907.083-.136.196-.136.317s.0453.234.1285.325l2.4718 2.574c.0907.091.2117.136.3251.136.1133 0 .2267-.045.3174-.129l37.6822-36.092c1.1944-.573 9.3955-4.295 17.0155-1.645 4.725 1.638 8.474 5.435 11.142 11.286-.053 1.132-.4 4.37-2.645 5.571-2.994 1.6-9.132-.589-16.827-5.994-.0983-.068-.2193-.098-.3402-.076-.121.023-.2268.091-.2948.189l-2.0485 2.914c-.0681.098-.0983.219-.0756.34.0226.12.0907.226.1889.294 9.6912 6.809 16.7362 8.863 21.5362 6.266 5.155-2.786 4.996-9.738 4.989-10.033-.015-.287-.076-.566-.189-.815-3.198-7.293-7.907-12.056-13.992-14.155-10.1822-3.518-20.387 1.835-20.8179 2.061-.1739.098-.3402.212-.4914.355l-31.4459 30.113-16.3957-15.015c-.1814-.166-.4687-.158-.6425.03l-2.4114 2.627c-.0831.091-.1209.204-.1209.325 0 .121.0604.234.1436.317l16.1841 14.819-.0076-.015Z"
8
- fill="#0B3EE3"
9
- />
10
- <path
11
- d="M157.463 170.506c-.075-.166-.234-.272-.415-.272l-3.75.038c-.151 0-.294.076-.378.204-.083.128-.098.287-.037.43.869 2.001 1.776 5.405 1.043 6.726-.65 1.178-2.132 1.578-2.525 1.661h-.272c-.771 0-1.519.023-2.275.046 1.595-3.428.831-6.93-.461-8.863-.084-.128-.265-.204-.394-.204l-3.696.106c-.181 0-.34.128-.401.302-.06.173 0 .377.129.498.242.226 1.134 2.053 1.02 4.212-.09 1.759-.808 3.231-2.124 4.379-26.956 3.155-44.9009 21.462-59.5807 36.439-8.2923 8.463-15.4508 15.77-22.4128 18.495-9.9931 3.903-24.0606-6.431-34.1142-15.785-11.2934-10.516-20.08462-22.164-20.16777-22.285-.07559-.098-.18142-.158-.30237-.173-.12094-.015-.24189.015-.34016.083l-2.84979 2.136c-.19653.151-.24189.431-.0907.634 1.24725 1.661 30.78829 40.682 53.23889 40.682 2.2148 0 4.3162-.385 6.2514-1.14 7.8539-3.072 15.3223-10.697 23.985-19.537 15.5262-15.845 34.8472-35.571 64.5772-35.571h.439c.143 0 .219 0 .325-.022.166-.023 4.036-.574 5.911-3.903 1.391-2.469 1.27-5.609-.355-9.331l.022.015Z"
12
- fill="#0B3EE3"
13
- />
14
- <path
15
- d="M55.2491 67.1869c-.4989 0-.96-.3321-1.0961-.8455-.1587-.6039.1965-1.2229.8088-1.3815L177.17 32.6046c1.126-.2944 2.064-1.0191 2.646-2.0231.582-1.004.733-2.1817.431-3.299l-3.311-12.2672c-.167-.6039.196-1.2229.801-1.389.605-.1661 1.225.1963 1.391.8002l3.311 12.2672c.461 1.7061.227 3.4952-.658 5.0277-.884 1.5325-2.321 2.6271-4.029 3.08L55.5439 67.1567c-.0983.0227-.1965.0378-.2948.0378v-.0076ZM188.674 166.7h-64.222c-.627 0-1.134-.506-1.134-1.132 0-.627.507-1.133 1.134-1.133h64.222c1.905 0 3.447-1.547 3.447-3.442V90.7339c0-.6265.507-1.1323 1.134-1.1323.628 0 1.134.5058 1.134 1.1323v70.2591c0 3.148-2.562 5.707-5.715 5.707ZM190.138 53.3575c-.31 0-.613-.1208-.839-.3699-.424-.4605-.393-1.1777.068-1.6004l26.298-24.0891c.461-.4227 1.179-.3925 1.602.0679.424.4605.393 1.1777-.068 1.6004l-26.298 24.0891c-.219.1963-.491.2944-.763.2944v.0076Z"
7
+ d="M188.171 70.34c-.13 0-.26-.02-.39-.05L80.9709 41.46c-1.65-.44-3.03-1.49-3.88-2.97-.85-1.48-1.08-3.2-.64-4.85l2.95-10.93c.22-.8 1.03-1.27 1.84-1.06.8.22 1.27 1.04 1.06 1.84l-2.95 10.93c-.24.87-.12 1.78.34 2.57.45.78 1.18 1.34 2.06 1.57L188.561 67.38c.8.22 1.27 1.04 1.06 1.84-.18.67-.79 1.11-1.45 1.11v.01ZM131.44 155.34H71.6796c-3.08 0-5.58-2.5-5.58-5.58V89.99c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v59.77c0 1.42 1.16 2.58 2.58 2.58H131.44c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5ZM64.44 56.92c-.36 0-.73-.13-1.01-.39l-23.4-21.46c-.61-.56-.65-1.51-.09-2.12.56-.61 1.51-.65 2.12-.09l23.39 21.46c.61.56.65 1.51.09 2.12-.3.32-.7.49-1.11.49l.01-.01ZM60.7404 68.7c-.07 0-.15 0-.22-.02l-33.24-4.92c-.82-.12-1.39-.88-1.26-1.7.12-.82.89-1.39 1.7-1.26l33.24 4.92c.82.12 1.39.88 1.26 1.7-.11.75-.75 1.28-1.48 1.28Z"
16
8
  fill="#00C5CA"
17
9
  />
18
10
  <path
19
- fill-rule="evenodd"
20
- clip-rule="evenodd"
21
- d="M191.138 54.3575h-1c-.576 0-1.151-.228-1.577-.6949-.795-.867-.739-2.2163.13-3.0125l26.298-24.0891c0 .0001 0-.0001 0 0 .867-.7947 2.217-.7389 3.015.1283.797.867.74 2.2175-.129 3.0142l-26.307 24.0971c-.133.1194-.278.2196-.43.3004v.2565Zm-1-1.0076c.272 0 .544-.0981.763-.2944l26.298-24.0891c.461-.4227.492-1.1399.068-1.6004-.423-.4604-1.141-.4906-1.602-.0679l-26.298 24.0891c-.392.3588-.473.9298-.229 1.3759.043.0794.097.1549.161.2245.194.2132.443.3324.705.3623.045.0051.089.0076.134.0076v-.0076Z"
22
- fill="#00C5CA"
23
- />
24
- <path
25
- d="M194.287 66.5923c-.552 0-1.035-.4077-1.119-.9663-.09-.619.333-1.1928.953-1.2833l37.372-5.526c.62-.0905 1.195.3322 1.285.9512.091.619-.332 1.1928-.952 1.2834l-37.372 5.5259c-.053.0075-.114.0151-.167.0151Z"
26
- fill="#00C5CA"
11
+ d="M174.141 230.45c-14.96-4.85-23.75-15.74-32.24-26.27-12.08-14.98-23.49-29.12-51.7505-29.39-.14 0-.28-.02-.42-.05-3.46-.78-9.81-4.65-9.03-13.7l3.99.34c-.62 7.24 4.68 9.11 5.75 9.41 29.9805.37 42.4905 15.88 54.5805 30.88 8.5 10.54 16.53 20.5 30.36 24.98l-1.231 3.81-.009-.01Z"
12
+ fill="#0B3EE3"
27
13
  />
28
14
  <path
29
- fill-rule="evenodd"
30
- clip-rule="evenodd"
31
- d="M192.179 65.7732v-.0022c-.17-1.1607.626-2.2461 1.796-2.4177 0 .0001.001 0 0 0l37.374-5.526c1.159-.1695 2.247.6233 2.419 1.7956.17 1.1608-.626 2.2462-1.797 2.4177 0 .0001 0 0 0 0l-37.376 5.5266c-.054.0077-.177.0251-.308.0251-1.042 0-1.951-.7656-2.108-1.8191Zm2.275.804c-.053.0075-.114.0151-.167.0151-.552 0-1.035-.4077-1.119-.9663-.09-.619.333-1.1928.953-1.2833l37.372-5.526c.62-.0905 1.195.3322 1.285.9512.091.619-.332 1.1928-.952 1.2834l-37.372 5.5259Z"
32
- fill="#00C5CA"
15
+ d="M98.4708 174.84c-8.32-6.55-8.42-13.34-8.42-13.63h4-2l2-.02c0 .21.2 5.24 6.8902 10.51l-2.4702 3.14ZM211.62 193.75l-41.86-40.14c-5.14-4.93-11.67-7.68-18.4-7.76h-.32c-8.7 0-15.49 4.21-20.17 12.52-1.55 2.75-1.65 5.99-.26 8.47.89 1.58 2.13 2.54 3.81 2.92 2.99.68 8.89-.15 20.02-7.99l2.3 3.27c-10.04 7.07-17.63 9.88-23.21 8.62-2.77-.63-4.99-2.31-6.42-4.87-2.07-3.69-1.96-8.44.27-12.39 6.87-12.18 16.82-14.61 24.02-14.56 7.74.09 15.24 3.24 21.12 8.87l41.86 40.14-2.77 2.89.01.01Z"
16
+ fill="#0B3EE3"
33
17
  />
34
18
  </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="m163.7 156.28-8.51-5.4-3.63-6.05 2.33-3.93 4.14-5.57-5.33-6.74-.55-5.22 7.37-2.49-1.05-4.44 3.79-2.49s9.52 1.63 9.77 1.63c.2 0 17.76 13.61 24.84 19.11 3.66-5.07 8.6-15.33 8.6-29.28 0-8.14-2.04-16.16-5.93-23.34-3.89-7.18-9.52-13.29-16.39-17.8-6.86-4.51-14.75-7.27-22.96-8.04-4.96-.47-9.94-.2-14.79.79-6.31 1.28-11.72 5.07-16.46 9.42l-15 13.78 17 28.16-24.5 24.7 15 29.15-21.4996 23.71 9.9996 24.21 57.96-49.85-4.21-4.02h.01Z"
4
+ fill="#AAEEEF"
5
+ />
6
+ <path
7
+ d="M84.1001 58.86c6.14 2.27 11.78 5.73 16.5799 10.17l-5.0399 9.55 20.4699 30.29-20.4699 24.83 16.9699 27.31-16.9699 24.82 9.4899 21.35-72.4499-65.43c-4.8-4.44-8.68-9.78-11.4-15.71-2.73-5.93-4.25-12.33-4.49-18.85-.24-6.52.82-13.01 3.1-19.13 2.29-6.11 5.76-11.71 10.23-16.49 4.46-4.77 9.83-8.63 15.79-11.34 5.96-2.71 12.4-4.23 18.95-4.47 6.55-.24 13.09.81 19.23 3.09l.01.01Z"
8
+ fill="#AAEEEF"
9
+ />
10
+ <path
11
+ d="M228.62 188.2c-6.57-23.39-19.88-61.6-27.59-64.53l1.42-3.74c12.13 4.61 28.23 60.79 30.03 67.19l-3.85 1.08h-.01ZM179.01 138.19c-16.4-8.82-23.68-15.46-22.92-20.87.47-3.31 3.83-4.9 5.75-5.32 10.67-2.24 33.76 18.83 36.36 21.24l-2.72 2.93c-9.22-8.56-26.31-21.63-32.8-20.26 0 0-2.44.62-2.62 1.97-.12.87.34 5.74 20.85 16.78l-1.89 3.52-.01.01Z"
12
+ fill="#0B3EE3"
13
+ />
14
+ <path
15
+ d="M174.17 150.49c-23.37-14.99-24.79-21.56-23.82-25.21 1.3-4.9 8.2-5.39 8.98-5.43l.21 3.99c-1.55.09-4.89.81-5.33 2.47-.35 1.33.21 6.76 22.12 20.81l-2.16 3.37Z"
16
+ fill="#0B3EE3"
17
+ />
18
+ <path
19
+ d="M187.81 216.85c-1.08-4.01-2.06-8.13-3.09-12.5-4.67-19.74-9.51-40.15-23.38-47.08-7.43-3.71-11.2-7.79-11.19-12.11 0-5.82 6.88-9.29 7.17-9.44l1.78 3.58c-1.38.69-4.96 3.1-4.96 5.87 0 2.6 3.19 5.63 8.98 8.52 15.54 7.77 20.59 29.11 25.48 49.74 1.03 4.34 2 8.44 3.06 12.39l-3.86 1.04.01-.01Z"
20
+ fill="#0B3EE3"
21
+ />
22
+ <path
23
+ d="M30.7095 64.21c-.24 0-.48-.07-.69-.21L8.52952 49.25c-.56-.38-.7-1.14-.32-1.7.38-.56 1.14-.69 1.69-.32L31.3895 61.98c.56.38.7 1.14.32 1.7-.24.34-.62.53-1.01.53h.01ZM40.0601 55.47c-.54 0-1.04-.37-1.18-.92l-7.63-30.03c-.17-.65.23-1.32.88-1.48.65-.16 1.32.23 1.48.88l7.63 30.03c.17.65-.23 1.32-.88 1.48-.1.03-.2.04-.3.04ZM77.7702 174.8c-.37 0-.74-.14-1.03-.41l-38.61-36.71c-7.1-6.75-12.09-16.59-12.72-25.08-3.29-44.4 36.91-48.46 37.32-48.5.83-.07 1.55.54 1.62 1.36.07.82-.54 1.55-1.36 1.63-1.54.14-37.67 3.87-34.59 45.29.58 7.79 5.21 16.87 11.8 23.13l38.61 36.71c.6.57.62 1.52.05 2.12-.29.31-.69.47-1.09.47v-.01Z"
24
+ fill="#00C5CA"
25
+ />
26
+ </svg>
@@ -1,21 +1,22 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 64 64">
2
- <g clip-path="url(#a)">
3
- <g clip-path="url(#b)">
4
- <path fill="#0B3EE3" fill-rule="evenodd" d="M20.5176 40.1409c-.0003-.0003-.0006-.0004.3153-.4302.3147-.4282.3158-.4297.3159-.4297l.0038.0028.0136.0099c.0122.0089.0308.0224.0557.0403.0497.0359.1244.0893.223.1589.1971.139.4896.3424.8687.5976.7582.5105 1.8623 1.2284 3.2415 2.0548 2.7598 1.6536 6.6146 3.7376 10.9998 5.4647 8.8084 3.4691 19.5767 5.4296 27.9625-.1438l.5904.8883c-8.8496 5.8817-20.0712 3.7424-28.9438.2479-4.4552-1.7546-8.3638-3.8684-11.1571-5.5421-1.3974-.8373-2.5174-1.5654-3.2891-2.085-.3858-.2598-.6847-.4676-.8878-.6108a31.98028 31.98028 0 0 1-.2316-.165c-.0263-.019-.0463-.0335-.0599-.0434l-.0156-.0113-.0053-.0039Z" clip-rule="evenodd"/>
5
- <path fill="#AAEEEF" d="M30.3118 10.7271c-2.5823-1.73966-6.4608-1.93295-8.9519-.0712l-1.9241 1.7599c-.6582.4985-2.3392 2.2788-2.805 2.9604l-4.7646 6.6234c.7595.2136 1.1257.6303 1.7333 1.2 1.4785 1.3734 1.3334 1.3333 1.5325 2.2666-.6379 1.2513.8608 1.5483-.5974 1.2939.8101 1.1293-1.6017 0-.6684 3.0724-.5873 1.1394-.4.4337-1.5291.5671.5873 1.0071.5468 3.3216 0 4.4-1.0042 1.3333-3.38228.2478-5.67089-.8-.59747-.2747-1.21519-1.1117-1.6-1.6l-3.02785 4.8085-.17215 14.3036 2.82532-1.0275 11.81767-4.3135 10.9266-16.3382-4.5468-2.5128-2.6127-2.0856-1.2557-2.8078.3241-1.1394 1.1848-1.7701 1.7215-.5494 2.3393-.1933 1.4481.8037 2.4607 1.0377 3.7064 2.0652 1.0632-3.9371c.8203-3.0418-.3746-6.2667-2.9772-8.0165h.0203ZM7.73963 48.2868c-.91139-2.1669-3.37215-3.0622-4.77975-3.3979l.08101-6.9382 1.21519-.3967c2.65317.6205 7.21012 2.3093 10.95692 6.8771l.1621 1.058-7.6456 2.7875.01013.0102Z"/>
6
- <path fill="#0B3EE3" fill-rule="evenodd" d="M64.8886 16.5486c0 .0002-.0001.0004.5018.1807.502.1804.5018.1807.5017.1811l-.0004.001-.0011.0031-.0038.0104c-.0033.0088-.0079.0211-.0139.037a7.13563 7.13563 0 0 1-.0529.1355c-.0467.1167-.1165.2848-.211.4958-.189.4219-.4769 1.0161-.8759 1.7144-.7973 1.395-2.0435 3.2144-3.8391 4.9046-3.6112 3.3992-9.4145 6.2416-18.12 4.1345-3.3128-.8008-6.4079-2.2853-9.2239-4.1644l-.0002-.0001c-1.8793-1.2553-4.57-2.8953-7.091-3.8772-1.2626-.4918-2.4482-.8046-3.4494-.8387-.9974-.034-1.7437.2082-2.2388.7469-.8079.8813-1.0454 1.6695-1.0054 2.3495.041.6981.3796 1.3702.8884 1.9915 1.0258 1.2525 2.6038 2.1298 3.0622 2.3601.0149.0075.031.0155.0483.0242.5315.2666 2.1878 1.0973 3.5695 2.1298.708.529 1.3895 1.1438 1.7995 1.7974.4186.6673.6068 1.4791.0924 2.2449l-.8855-.5947c.1894-.282.1851-.6122-.1105-1.0833-.3042-.4849-.8588-1.0051-1.5344-1.5099-1.3038-.9743-2.8887-1.7695-3.4162-2.0342a15.72749 15.72749 0 0 1-.0419-.021c-.4935-.2479-2.2369-1.2068-3.4086-2.6375-.59-.7203-1.0691-1.6015-1.1281-2.6047-.06-1.0211.3202-2.0817 1.2843-3.1332l.0004-.0004c.7808-.8499 1.8838-1.1316 3.0607-1.0915 1.1731.04 2.4869.3993 3.8002.9108 2.6309 1.0248 5.3985 2.7165 7.2964 3.9842 2.7333 1.8239 5.7141 3.2489 8.8822 4.0147l.0002.0001c8.3171 2.0131 13.7594-.6941 17.1381-3.8745 1.6993-1.5995 2.8841-3.3274 3.6441-4.6572.3795-.6641.6519-1.2267.8285-1.6211.0882-.1971.1525-.3519.1942-.4561.0209-.0521.0361-.0916.0458-.1173a1.3943 1.3943 0 0 0 .0105-.0281l.0023-.0061.0003-.001Z" clip-rule="evenodd"/>
7
- <path fill="#0073E6" d="M10.5899 35.7312c.9763 0 1.7064-.299 2.18-.895 1.1769-1.4824.151-4.1887.1055-4.3019l-.9059.3738c.242.628.7197 2.4436.0434 3.2916-.4054.5084-1.2162.6493-2.41576.4208-2.55435-.487-4.35583-2.7619-4.94943-4.6693-.28543-.9164-.26888-1.7216.04136-2.0527L3.98585 27.2c-.58119.6237-.68047 1.7387-.26888 3.0609.6784 2.1851 2.7529 4.7911 5.70229 5.3528.42193.0791.81074.1196 1.16864.1196l.002-.0021Z"/>
8
- <path fill="#0073E6" d="M11.6568 30.9334c1.6111 0 2.2968-.561 2.5777-1.1387.4213-.8667-.0228-1.9843-.6754-2.5241l-.6134.7739c.3139.2572.6216.8793.4151 1.3074-.2685.5545-1.5656.894-4.39929.1876-4.0709-1.0142-5.06436-3.8926-5.29361-5.5163-.10327-.7401.07642-1.4613.49363-1.9821.46471-.5799.97693-.6663 1.66264-.2783l.47297-.8688c-1.09466-.62-2.11909-.4365-2.88742.5187-.5907.7338-.84888 1.7397-.7043 2.7539.26437 1.8725 1.40034 5.1853 6.02683 6.3408 1.21445.3037 2.17275.426 2.92665.426h-.0021Z"/>
9
- <path fill="#00C5CA" fill-rule="evenodd" d="M25.2897 29.8016c.1832.1234.2317.372.1082.5552l-8.5333 12.6667c-.1234.1832-.372.2317-.5552.1083-.1833-.1235-.2317-.3721-.1083-.5553l8.5333-12.6666c.1235-.1833.3721-.2317.5553-.1083ZM31.0131 13.646c.1955-.1029.4374-.0278.5403.1677 1.4255 2.7085.4295 5.4084-.434 6.5596-.1325.1768-.3832.2126-.56.08-.1767-.1325-.2125-.3832-.08-.56.7366-.9821 1.6072-3.3489.3661-5.707-.1029-.1955-.0279-.4374.1676-.5403Z" clip-rule="evenodd"/>
10
- <path fill="#0B3EE3" d="M13.7537 27.9284c-.1911.0484-.3944.0716-.6099.0716l.002-.0021c-1.283 0-3.0235-.8356-5.51216-2.6287-1.47614-1.065-2.17355-2.7908-2.01089-4.9902.14843-2.031 1.64897-3.6789 3.48704-3.8326 1.29021-.1106 3.55651-.5461 5.55651 1.5874l-.5334.7991c-1.6-1.92-3.9625-1.7315-4.94382-1.3973-1.37245.1158-2.4948 1.3701-2.60867 2.9192-.13826 1.8563.40259 3.2348 1.60221 4.0999 2.59238 1.8689 4.34098 2.6561 5.35158 2.4077.3863-.0947.673-.3431.9027-.7829.2257-.4315-.1423-1.086-.3802-1.4375-1.124-1.6538-3.64-3.215-4.75269-3.2159-.05252 0-.10301.0042-.14949.0105l-.14437-.9808c.6134-.0985 1.45455.1619 2.32275.6191V21.2l.9028.5159c1.0461.6981 2.0308 1.6084 2.6058 2.4557.8113 1.1955.6852 2.01.4372 2.4835-.3599.684-.8723 1.1134-1.525 1.2733Z"/>
11
- </g>
12
- </g>
13
- <defs>
14
- <clipPath id="a">
15
- <path fill="#fff" d="M0 0h64v64H0z"/>
16
- </clipPath>
17
- <clipPath id="b">
18
- <path fill="#fff" d="M0 0h64v42.6667H0z" transform="translate(1.86621 9.33334)"/>
19
- </clipPath>
20
- </defs>
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
2
+ <path
3
+ d="m114.24 60.39-26.41 33.4 3.46 2.32 3.8 3.66 3.27 5.19v3.94l-4 2.71-4.08-.07 3.06 1.9 1.02 3.28-1.13 2.72-2.95 1.31s-.26 1.11-.34 1.41c-.08.3.98 3.38.98 3.38l-1.46 7.32-2.53 2.93-3.67.83-6.06-1.24-5.09-2.47-4.9-4.58L56.9 140.2l-.9 47.91 45.66-17.42 35.63-52.16-1.69-1.46-9.46-5.56-10.25-4.39-6.4-8.19.78-5.97 6.21-6.99 8.99-1.87 14.31 3.67 9.85 7.83 3.79-5.06c8.42-11.23 5.8-27.21-5.75-35.18-10.72-7.4-25.35-5.2-33.43 5.02v.01ZM71.81 178.11c-3.15-9.61-12.77-8.86-12.77-8.86l1.01-24.84c20.88-1.35 36.99 23.48 36.99 23.48L71.81 178.1v.01Z"
4
+ fill="#AAEEEF"
5
+ />
6
+ <path
7
+ d="M100.22 160.11c-.3102 0-.6202-.09-.8902-.29-.67-.49-.81-1.43-.32-2.1l32.2002-43.91c.49-.67 1.43-.81 2.1-.32.67.49.81 1.43.32 2.1l-32.2 43.91c-.29.4-.75.61-1.21.61ZM145.19 93.58c-.33 0-.66-.11-.94-.33-.65-.52-.75-1.46-.23-2.11.04-.05 3.76-4.75 5.46-10.99 2.21-8.1.11-14.91-6.25-20.25-.63-.53-.72-1.48-.18-2.11.53-.63 1.48-.72 2.11-.18 17.49 14.69 1.37 35.21 1.2 35.42-.3.37-.73.56-1.17.56v-.01Z"
8
+ fill="#00C5CA"
9
+ />
10
+ <path
11
+ d="M91.7298 113.89h-.32c-9.06-.16-19.97-8-23.82-17.13-2.57-6.1-1.66-11.94 2.57-16.43 3.23-3.43 7.03-5.21 11.29-5.27h.25c8.78 0 16.25 7.33 16.56 7.64l-2.82 2.83c-.07-.07-6.63-6.48-13.74-6.48h-.2c-3.17.06-5.93 1.37-8.42 4.02-3.94 4.19-3.15 8.91-1.79 12.13 3.24 7.69 12.68 14.56 20.2 14.69 2.03.03 4.5-.33 4.84-2.28.62-3.53-4.83-11.05-14.45-14.33l1.29-3.79c10.25 3.5 18.2402 12.29 17.1002 18.81-.3002 1.69-1.7202 5.59-8.5302 5.59h-.01Z"
12
+ fill="#0B3EE3"
13
+ />
14
+ <path
15
+ d="M83.8496 123.72c-5.34 0-14.79-1.83-21.61-13.29-4.24-7.12-5.27-12.63-3.06-16.37 2.66-4.52 8.79-4.38 9.04-4.38l-.12 4 .06-2-.05 2s-4.05-.06-5.49 2.42c-1.36 2.33-.27 6.69 3.06 12.28 3.88 6.52 9.06 10.27 15.4 11.15 5.72.79 10.19-1.09 11.09-1.77.22-.53.3-1.38.02-2.24-.19-.58-.62-1.37-1.6-1.83l1.72-3.61c1.76.84 3.07 2.33 3.68 4.2.62 1.89.48 3.96-.38 5.54-1.08 2.01-6.24 3.79-11.27 3.9h-.5.01Z"
16
+ fill="#0B3EE3"
17
+ />
18
+ <path
19
+ d="M83.3394 138.63c-1.97 0-4.24-.45-6.8-1.35-19.8-6.99-14.57-28.16-14.52-28.37l3.87 1s-1.15 4.64-.19 9.85c1.25 6.72 5.34 11.35 12.16 13.76 2.94 1.04 6.85 1.89 8.78.04 2.69-2.56 1.36-9.65.68-11.93l3.83-1.15c.34 1.14 3.2 11.25-1.75 15.97-1.53 1.46-3.56 2.19-6.08 2.19l.02-.01ZM166.88 178.05c-10.96-1.06-23.28-5.82-36.6-14.16-9.87-6.17-16.45-11.96-16.73-12.2l2.65-3c.26.23 26.34 22.99 51.07 25.38l-.38 3.98h-.01ZM136.97 125.59l-3.54-1.85c.02-.05.91-1.93-.13-4.43-1.01-2.44-4.08-5.98-12.92-9.02-8.06-2.77-12.68-6.39-13.73-10.76-1-4.14 1.61-7.31 2.11-7.87 13.8-17.12 31.88-4.55 32.06-4.42.03.02.06.04.08.06 21.25 16.88 43.78 20.01 44.01 20.04l-.52 3.97c-.96-.13-23.83-3.3-45.93-20.83-1.01-.7-15.37-10.26-26.62 3.74-.04.05-.08.09-.12.13-.06.07-1.77 1.94-1.18 4.28.72 2.86 4.67 5.65 11.14 7.88 8.33 2.86 13.5 6.71 15.38 11.42 1.68 4.22 0 7.52-.08 7.66h-.01Z"
20
+ fill="#0B3EE3"
21
+ />
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="M220.46 181.2c-.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.59-9.25-.71-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-.07-2.06.29-2.85.99-.81.72-1.28 1.72-1.32 2.81-.09 2.07 1.39 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-.55-7.08-4.1-6.9-8.25.1-2.17 1.04-4.16 2.65-5.61 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.37 1.07-10.42 1.36-2.31 5.61-7.37 15.74-4.31 15.87 4.78 58.09 55.48 59.88 57.64l-3.08 2.55v.01Z"
4
+ fill="#0B3EE3"
5
+ />
6
+ <path
7
+ d="M140.22 166.97c-2.3-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.55 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.2h-.01Z"
8
+ fill="#0B3EE3"
9
+ />
10
+ <path
11
+ d="M180.309 226.14c-16.99-25.12-39-41.13-65.42-47.6l-.5-.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.41 6.71 50.22 23.28 67.78 49.25l-3.31 2.24-.01-.02ZM160.152 143.719l-2.585 3.053 8.021 6.792 2.585-3.052-8.021-6.793Z"
12
+ fill="#0B3EE3"
13
+ />
14
+ <path
15
+ d="M168.409 172.4c-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.01ZM147.883 144.507l-12.574 27.227 3.631 1.677 12.575-27.227-3.632-1.677Z"
16
+ fill="#0B3EE3"
17
+ />
18
+ <path
19
+ d="M76.52 132.04c32.872 0 59.52-26.648 59.52-59.52S109.392 13 76.52 13 17 39.648 17 72.52s26.648 59.52 59.52 59.52Z"
20
+ fill="#AAEEEF"
21
+ />
22
+ <path
23
+ d="M73.4798 108.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.64ZM73.24 92.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-.71-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="M8 47c0-8.8366 7.1634-16 16-16h71c8.837 0 16 7.1634 16 16v151c0 8.837-7.163 16-16 16H24c-8.8366 0-16-7.163-16-16V47Z"
4
+ fill="#AAEEEF"
5
+ />
6
+ <path
7
+ fill-rule="evenodd"
8
+ clip-rule="evenodd"
9
+ d="M12 50.9292C12 42.1317 19.1317 35 27.9292 35h64.1416C100.868 35 108 42.1317 108 50.9292V195.071c0 8.797-7.132 15.929-15.9292 15.929H27.9292C19.1317 211 12 203.868 12 195.071V50.9292ZM27.9292 37C20.2363 37 14 43.2363 14 50.9292V195.071C14 202.764 20.2363 209 27.9292 209h64.1416C99.7637 209 106 202.764 106 195.071V50.9292C106 43.2363 99.7637 37 92.0708 37H27.9292Z"
10
+ fill="#00C5CA"
11
+ />
12
+ <path
13
+ d="M38 45c0-1.6569 1.3431-3 3-3h37c1.6569 0 3 1.3431 3 3s-1.3431 3-3 3H41c-1.6569 0-3-1.3431-3-3Z"
14
+ fill="#00C5CA"
15
+ />
16
+ <path
17
+ fill-rule="evenodd"
18
+ clip-rule="evenodd"
19
+ d="M20.1953 82.8647c0-5.1408 4.1675-9.3083 9.3083-9.3083h61.9925c5.1408 0 9.3079 4.1675 9.3079 9.3083v34.5113c0 5.141-4.1671 9.308-9.3079 9.308H29.5036c-5.1408 0-9.3083-4.167-9.3083-9.308V82.8647Zm9.3083-7.3083c-4.0363 0-7.3083 3.272-7.3083 7.3083v34.5113c0 4.036 3.272 7.308 7.3083 7.308h61.9925c4.0362 0 7.3082-3.272 7.3082-7.308V82.8647c0-4.0363-3.272-7.3083-7.3082-7.3083H29.5036Z"
20
+ fill="#00C5CA"
21
+ />
22
+ <path
23
+ fill-rule="evenodd"
24
+ clip-rule="evenodd"
25
+ d="M99.6784 114.82H21.0693v-2h78.6091v2ZM88.1746 80.0301c-3.3303 0-6.0301 2.6997-6.0301 6.0301 0 3.3303 2.6998 6.03 6.0301 6.03s6.0301-2.6997 6.0301-6.03c0-3.3304-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.0301 3.5952 8.0301 8.0301 0 4.4349-3.5952 8.03-8.0301 8.03-4.4349 0-8.0301-3.5951-8.0301-8.03ZM48.9111 84.5038c0 .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 1ZM48.9111 88.9774c0 .5523-.4477 1-1 1h-19.812c-.5523 0-1-.4477-1-1 0-.5522.4477-1 1-1h19.812c.5523 0 1 .4478 1 1ZM51.1054 69.4472c-.494.247-1.0947.0468-1.3417-.4472l-5.1055-10.2111c-.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.3416ZM67.122 68.5211c-.4848-.2644-.6635-.8718-.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.4849-.8719.6635-1.3568.399ZM52.942 132.336c.5202.186.7912.758.6055 1.278l-4.3274 12.117c-.1857.52-.7579.791-1.2781.605-.5201-.185-.7911-.758-.6054-1.278l4.3274-12.116c.1857-.52.7579-.791 1.278-.606ZM68.9084 131.581c.5015-.232 1.0956-.013 1.3271.489l5.1618 11.184c.2315.501.0126 1.095-.4889 1.327-.5014.231-1.0955.012-1.327-.489l-5.1619-11.184c-.2314-.502-.0125-1.096.4889-1.327Z"
26
+ fill="#00C5CA"
27
+ />
28
+ <path
29
+ d="m230.646 170.292-4-.03c.15-22.75-14.42-47.52-23.12-60.26-3.67-5.38-8.74-9.39-14.65-11.6195-22.53-8.49-48.66-4.9-58.85-2.97-3.68.7-6.26 3.91-6.01 7.4695.08 1.19.34 4.81 7.74 6.01 15.25 2.46 28.76-.31 28.9-.34l.82 3.92c-.58.12-14.38 2.95-30.36.38-8.71-1.4-10.84-6.04-11.09-9.68-.39-5.5795 3.59-10.6095 9.26-11.6795 10.52-2 37.53-5.69 61 3.15 6.69 2.52 12.41 7.0495 16.54 13.1095 8.96 13.13 23.97 38.71 23.82 62.54Z"
30
+ fill="#0B3EE3"
31
+ />
32
+ <path
33
+ d="M166.026 134.772c-.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="M186.457 135.552c-.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.01ZM152.287 133.012c-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="M165.897 147.652c-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="M186.956 187.162c-12.94-17.55-15.65-42.07-15.76-43.1l3.98-.42c.03.24 2.71 24.48 15 41.15l-3.22 2.37Z"
46
+ fill="#0B3EE3"
47
+ />
48
+ </svg>
@@ -0,0 +1,34 @@
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
2
+ <path
3
+ d="m141.77 150.53-6.78-5.15-5.25-8.14-4.4-2.54-2.43-3.7.41-5.76 1.29-4.15-10.77 8.77-12.07 5.45-6.83.88-2.61-4.45 3.59-7.1 10.84-8.99 13.26-8.03-2.57-6.63 3.1-7.02 14.34-2.62h10.44V38.46c0-3.02-2.44-5.46-5.46-5.46H26.46C23.44 33 21 35.44 21 38.46V201c0 3.02 2.44 5.46 5.46 5.46h113.42c3.02 0 5.46-2.44 5.46-5.46v-50.47h-3.57Z"
4
+ fill="#AAEEEF"
5
+ />
6
+ <path
7
+ d="M83.1695 98.1c-11.8 0-21.4-9.6-21.4-21.4 0-11.8 9.6-21.4 21.4-21.4 11.8 0 21.4005 9.6 21.4005 21.4 0 11.8-9.6005 21.4-21.4005 21.4Zm0-39.79c-10.14 0-18.4 8.25-18.4 18.4 0 10.15 8.25 18.4 18.4 18.4 10.15 0 18.4005-8.25 18.4005-18.4 0-10.15-8.2505-18.4-18.4005-18.4Z"
8
+ fill="#00C5CA"
9
+ />
10
+ <path
11
+ d="M52.9199 128.34c-.83 0-1.5-.67-1.5-1.5 0-17.5 14.24-31.75 31.75-31.75 11.53 0 21.3501 5.44 26.9301 14.94.42.71.18 1.63-.53 2.05-.72.42-1.63.18-2.05-.53-5.02-8.55-13.9001-13.46-24.3401-13.46-15.85 0-28.75 12.9-28.75 28.75 0 .83-.67 1.5-1.5 1.5h-.01Z"
12
+ fill="#00C5CA"
13
+ />
14
+ <path
15
+ d="M97.6999 138.17c-2.49 0-4.81-1.24-6.19-3.42-1.69-2.66-1.54-6.01.4-8.52C103.41 111.3 134 98.56 135.3 98.03l.27-.09c42.2-10.7 61.59-21.58 61.78-21.69l1.98 3.47c-.79.45-19.92 11.22-62.63 22.06-2.18.92-31.13 13.28-41.6201 26.89-1.09 1.41-.81 2.96-.19 3.93.61.96 1.88 1.86 3.61 1.48 8.9801-2 22.0001-7.96 33.0201-24.95l3.36 2.17c-11.75 18.13-25.79 24.51-35.5001 26.68-.56.12-1.11.18-1.66.18l-.02.01Z"
16
+ fill="#0B3EE3"
17
+ />
18
+ <path
19
+ d="M127.91 137.26c-2.88-.57-4.99-1.99-6.25-4.22-2.57-4.52-.44-10.68-.34-10.94l3.77 1.34-1.88-.67 1.89.66c-.46 1.3-1.33 5.21.06 7.64.68 1.18 1.84 1.92 3.55 2.26l-.78 3.92-.02.01Z"
20
+ fill="#0B3EE3"
21
+ />
22
+ <path
23
+ d="M145.83 153.23c-4.25 0-9.23-2.03-13.89-6.89-3.67-3.83-5.16-7.83-4.44-11.91 1.47-8.28 11.79-13.42 12.23-13.63l1.76 3.59c-.09.04-8.94 4.47-10.05 10.75-.48 2.74.66 5.58 3.39 8.43 6.02 6.28 12.57 6.79 15.68 4.07 2.55-2.23 2.19-6.2-.92-10.1l3.13-2.49c5.19 6.5 3.95 12.52.42 15.61-1.87 1.64-4.42 2.58-7.31 2.58v-.01Z"
24
+ fill="#0B3EE3"
25
+ />
26
+ <path
27
+ d="M154.04 138.88c-6.55 0-10.76-.44-11.05-.48l.43-3.98c.47.05 46.78 4.75 73.2-18.54l2.65 3c-8.03 7.08-23.01 16.14-48.75 19.07-6.27.71-11.94.93-16.48.93Zm-33.08-30.97c-.65-.46-6.32-4.62-6.02-9.54.15-2.5 1.72-4.57 4.67-6.16 9.43-5.08 39.97-1.85 41.27-1.71l-.43 3.98c-8.48-.92-32.02-2.48-38.94 1.25-1.64.89-2.51 1.86-2.57 2.88-.14 2.3 3.17 5.21 4.34 6.04l-2.31 3.26h-.01Z"
28
+ fill="#0B3EE3"
29
+ />
30
+ <path
31
+ d="M125.35 156.14H42.9095c-.91 0-1.64-.73-1.64-1.64 0-.91.73-1.64 1.64-1.64H125.35c.91 0 1.64.73 1.64 1.64 0 .91-.73 1.64-1.64 1.64Zm0 12.43H42.9095c-.91 0-1.64-.73-1.64-1.64 0-.91.73-1.64 1.64-1.64H125.35c.91 0 1.64.73 1.64 1.64 0 .91-.73 1.64-1.64 1.64Z"
32
+ fill="#00C5CA"
33
+ />
34
+ </svg>
@@ -0,0 +1,34 @@
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
2
+ <path
3
+ d="M133.44 75.65c-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.59v-33.63l-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"
4
+ fill="#AAEEEF"
5
+ />
6
+ <path
7
+ d="M77.6902 107.37c-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"
8
+ fill="#00C5CA"
9
+ />
10
+ <path
11
+ d="M50.5502 134.51c-.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 159.46H41.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 170.61H41.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"
12
+ fill="#00C5CA"
13
+ />
14
+ <path
15
+ d="M145.69 154.12h-.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.49-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 4.76 2.59 18.84 4.24 39.56 2.09l.41 3.98c-18.97 1.97-35.41.97-41.89-2.56-2.42-1.32-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.17-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.48 9.19 24.51 8.26.8-.05 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.62-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-.12 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-.02.04Z"
16
+ fill="#0B3EE3"
17
+ />
18
+ <path
19
+ d="M148.65 168.29c-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.91c.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.48-2.08-3.98-1.96l-.33-3.99c2.38-.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.54l.01-.01Z"
20
+ fill="#0B3EE3"
21
+ />
22
+ <path
23
+ d="M190.28 170.42c-20.19 0-31-3.71-31.62-3.93l1.33-3.77-.67 1.89.66-1.89c.2.07 20.68 7.04 57.79 1.59l.58 3.96c-10.77 1.58-20.15 2.15-28.08 2.15h.01ZM128.19 134.25c-.78 0-1.2-.02-1.27-.02l.17-4c.08 0 8.16.3 25.54-2.16l.56 3.96c-14.06 1.99-22.08 2.22-25 2.22Z"
24
+ fill="#0B3EE3"
25
+ />
26
+ <path
27
+ d="M125.89 65.44c-.81 0-1.47-.66-1.47-1.47v-28.5c0-.81.66-1.47 1.47-1.47.81 0 1.47.66 1.47 1.47v28.5c0 .81-.66 1.47-1.47 1.47Z"
28
+ fill="#00C5CA"
29
+ />
30
+ <path
31
+ d="M140.14 51.19h-28.5c-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.47 1.47-1.47h28.5c.81 0 1.47.66 1.47 1.47 0 .81-.66 1.47-1.47 1.47Z"
32
+ fill="#00C5CA"
33
+ />
34
+ </svg>