@antadesign/anta 0.1.1-dev.8 → 0.2.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 (239) hide show
  1. package/README.md +42 -3
  2. package/dist/components/Button.js +4 -3
  3. package/dist/components/Progress.module.css +0 -5
  4. package/dist/components/Tag.d.ts +55 -0
  5. package/dist/components/Tag.js +40 -0
  6. package/dist/components/Text.d.ts +4 -2
  7. package/dist/components/Text.module.css +0 -6
  8. package/dist/components/Tooltip.d.ts +4 -2
  9. package/dist/elements/a-button.css +1 -733
  10. package/dist/elements/a-icon.css +1 -43
  11. package/dist/elements/a-icon.shapes.css +1 -373
  12. package/dist/elements/a-icon.shapes.d.ts +2 -1
  13. package/dist/elements/a-icon.shapes.js +3 -1
  14. package/dist/elements/a-progress.css +1 -68
  15. package/dist/elements/a-tag.css +1 -0
  16. package/dist/elements/a-text.css +1 -86
  17. package/dist/elements/a-title.css +1 -64
  18. package/dist/elements/a-tooltip.css +1 -42
  19. package/dist/elements/a-tooltip.d.ts +7 -0
  20. package/dist/elements/a-tooltip.js +96 -19
  21. package/dist/elements/index.d.ts +2 -4
  22. package/dist/elements/index.js +1 -6
  23. package/dist/general_types.d.ts +15 -35
  24. package/dist/index.d.ts +3 -4
  25. package/dist/index.js +2 -4
  26. package/dist/jsx-runtime.d.ts +19 -16
  27. package/dist/reset.css +1 -205
  28. package/dist/tokens.css +1 -285
  29. package/package.json +15 -15
  30. package/dist/components/Button.module.css +0 -2
  31. package/dist/components/Sticker.d.ts +0 -31
  32. package/dist/components/Sticker.js +0 -17
  33. package/dist/components/StickerAnimated.d.ts +0 -23
  34. package/dist/components/StickerAnimated.js +0 -28
  35. package/dist/components/__generated__/stickers/angry-animated.d.ts +0 -3
  36. package/dist/components/__generated__/stickers/angry-animated.js +0 -7
  37. package/dist/components/__generated__/stickers/angry.d.ts +0 -3
  38. package/dist/components/__generated__/stickers/angry.js +0 -7
  39. package/dist/components/__generated__/stickers/ask-animated.d.ts +0 -3
  40. package/dist/components/__generated__/stickers/ask-animated.js +0 -7
  41. package/dist/components/__generated__/stickers/ask.d.ts +0 -3
  42. package/dist/components/__generated__/stickers/ask.js +0 -7
  43. package/dist/components/__generated__/stickers/balance-animated.d.ts +0 -3
  44. package/dist/components/__generated__/stickers/balance-animated.js +0 -7
  45. package/dist/components/__generated__/stickers/balance.d.ts +0 -3
  46. package/dist/components/__generated__/stickers/balance.js +0 -7
  47. package/dist/components/__generated__/stickers/butterfly-animated.d.ts +0 -3
  48. package/dist/components/__generated__/stickers/butterfly-animated.js +0 -7
  49. package/dist/components/__generated__/stickers/butterfly-snake-animated.d.ts +0 -3
  50. package/dist/components/__generated__/stickers/butterfly-snake-animated.js +0 -7
  51. package/dist/components/__generated__/stickers/butterfly-snake.d.ts +0 -3
  52. package/dist/components/__generated__/stickers/butterfly-snake.js +0 -7
  53. package/dist/components/__generated__/stickers/butterfly.d.ts +0 -3
  54. package/dist/components/__generated__/stickers/butterfly.js +0 -7
  55. package/dist/components/__generated__/stickers/catch-animated.d.ts +0 -3
  56. package/dist/components/__generated__/stickers/catch-animated.js +0 -7
  57. package/dist/components/__generated__/stickers/catch.d.ts +0 -3
  58. package/dist/components/__generated__/stickers/catch.js +0 -7
  59. package/dist/components/__generated__/stickers/clap-animated.d.ts +0 -3
  60. package/dist/components/__generated__/stickers/clap-animated.js +0 -7
  61. package/dist/components/__generated__/stickers/clap.d.ts +0 -3
  62. package/dist/components/__generated__/stickers/clap.js +0 -7
  63. package/dist/components/__generated__/stickers/coding-animated.d.ts +0 -3
  64. package/dist/components/__generated__/stickers/coding-animated.js +0 -7
  65. package/dist/components/__generated__/stickers/coding.d.ts +0 -3
  66. package/dist/components/__generated__/stickers/coding.js +0 -7
  67. package/dist/components/__generated__/stickers/cowboy-animated.d.ts +0 -3
  68. package/dist/components/__generated__/stickers/cowboy-animated.js +0 -7
  69. package/dist/components/__generated__/stickers/cowboy.d.ts +0 -3
  70. package/dist/components/__generated__/stickers/cowboy.js +0 -7
  71. package/dist/components/__generated__/stickers/dance-animated.d.ts +0 -3
  72. package/dist/components/__generated__/stickers/dance-animated.js +0 -7
  73. package/dist/components/__generated__/stickers/dance.d.ts +0 -3
  74. package/dist/components/__generated__/stickers/dance.js +0 -7
  75. package/dist/components/__generated__/stickers/detective-animated.d.ts +0 -3
  76. package/dist/components/__generated__/stickers/detective-animated.js +0 -7
  77. package/dist/components/__generated__/stickers/detective.d.ts +0 -3
  78. package/dist/components/__generated__/stickers/detective.js +0 -7
  79. package/dist/components/__generated__/stickers/disapprove-animated.d.ts +0 -3
  80. package/dist/components/__generated__/stickers/disapprove-animated.js +0 -7
  81. package/dist/components/__generated__/stickers/disapprove.d.ts +0 -3
  82. package/dist/components/__generated__/stickers/disapprove.js +0 -7
  83. package/dist/components/__generated__/stickers/distracted-animated.d.ts +0 -3
  84. package/dist/components/__generated__/stickers/distracted-animated.js +0 -7
  85. package/dist/components/__generated__/stickers/distracted.d.ts +0 -3
  86. package/dist/components/__generated__/stickers/distracted.js +0 -7
  87. package/dist/components/__generated__/stickers/dive-animated.d.ts +0 -3
  88. package/dist/components/__generated__/stickers/dive-animated.js +0 -7
  89. package/dist/components/__generated__/stickers/dive.d.ts +0 -3
  90. package/dist/components/__generated__/stickers/dive.js +0 -7
  91. package/dist/components/__generated__/stickers/eat-animated.d.ts +0 -3
  92. package/dist/components/__generated__/stickers/eat-animated.js +0 -7
  93. package/dist/components/__generated__/stickers/eat.d.ts +0 -3
  94. package/dist/components/__generated__/stickers/eat.js +0 -7
  95. package/dist/components/__generated__/stickers/facepalm-animated.d.ts +0 -3
  96. package/dist/components/__generated__/stickers/facepalm-animated.js +0 -7
  97. package/dist/components/__generated__/stickers/facepalm.d.ts +0 -3
  98. package/dist/components/__generated__/stickers/facepalm.js +0 -7
  99. package/dist/components/__generated__/stickers/failed-animated.d.ts +0 -3
  100. package/dist/components/__generated__/stickers/failed-animated.js +0 -7
  101. package/dist/components/__generated__/stickers/failed.d.ts +0 -3
  102. package/dist/components/__generated__/stickers/failed.js +0 -7
  103. package/dist/components/__generated__/stickers/found-animated.d.ts +0 -3
  104. package/dist/components/__generated__/stickers/found-animated.js +0 -7
  105. package/dist/components/__generated__/stickers/found.d.ts +0 -3
  106. package/dist/components/__generated__/stickers/found.js +0 -7
  107. package/dist/components/__generated__/stickers/grow-animated.d.ts +0 -3
  108. package/dist/components/__generated__/stickers/grow-animated.js +0 -7
  109. package/dist/components/__generated__/stickers/grow.d.ts +0 -3
  110. package/dist/components/__generated__/stickers/grow.js +0 -7
  111. package/dist/components/__generated__/stickers/handstand-animated.d.ts +0 -3
  112. package/dist/components/__generated__/stickers/handstand-animated.js +0 -7
  113. package/dist/components/__generated__/stickers/handstand.d.ts +0 -3
  114. package/dist/components/__generated__/stickers/handstand.js +0 -7
  115. package/dist/components/__generated__/stickers/heart-animated.d.ts +0 -3
  116. package/dist/components/__generated__/stickers/heart-animated.js +0 -7
  117. package/dist/components/__generated__/stickers/heart.d.ts +0 -3
  118. package/dist/components/__generated__/stickers/heart.js +0 -7
  119. package/dist/components/__generated__/stickers/hello-animated.d.ts +0 -3
  120. package/dist/components/__generated__/stickers/hello-animated.js +0 -7
  121. package/dist/components/__generated__/stickers/hello.d.ts +0 -3
  122. package/dist/components/__generated__/stickers/hello.js +0 -7
  123. package/dist/components/__generated__/stickers/idea-animated.d.ts +0 -3
  124. package/dist/components/__generated__/stickers/idea-animated.js +0 -7
  125. package/dist/components/__generated__/stickers/idea.d.ts +0 -3
  126. package/dist/components/__generated__/stickers/idea.js +0 -7
  127. package/dist/components/__generated__/stickers/index.d.ts +0 -99
  128. package/dist/components/__generated__/stickers/index.js +0 -198
  129. package/dist/components/__generated__/stickers/laugh-animated.d.ts +0 -3
  130. package/dist/components/__generated__/stickers/laugh-animated.js +0 -7
  131. package/dist/components/__generated__/stickers/laugh.d.ts +0 -3
  132. package/dist/components/__generated__/stickers/laugh.js +0 -7
  133. package/dist/components/__generated__/stickers/love-animated.d.ts +0 -3
  134. package/dist/components/__generated__/stickers/love-animated.js +0 -7
  135. package/dist/components/__generated__/stickers/love.d.ts +0 -3
  136. package/dist/components/__generated__/stickers/love.js +0 -7
  137. package/dist/components/__generated__/stickers/nap-animated.d.ts +0 -3
  138. package/dist/components/__generated__/stickers/nap-animated.js +0 -7
  139. package/dist/components/__generated__/stickers/nap.d.ts +0 -3
  140. package/dist/components/__generated__/stickers/nap.js +0 -7
  141. package/dist/components/__generated__/stickers/party-animated.d.ts +0 -3
  142. package/dist/components/__generated__/stickers/party-animated.js +0 -7
  143. package/dist/components/__generated__/stickers/party.d.ts +0 -3
  144. package/dist/components/__generated__/stickers/party.js +0 -7
  145. package/dist/components/__generated__/stickers/passed-animated.d.ts +0 -3
  146. package/dist/components/__generated__/stickers/passed-animated.js +0 -7
  147. package/dist/components/__generated__/stickers/passed.d.ts +0 -3
  148. package/dist/components/__generated__/stickers/passed.js +0 -7
  149. package/dist/components/__generated__/stickers/peekaboo-animated.d.ts +0 -3
  150. package/dist/components/__generated__/stickers/peekaboo-animated.js +0 -7
  151. package/dist/components/__generated__/stickers/peekaboo.d.ts +0 -3
  152. package/dist/components/__generated__/stickers/peekaboo.js +0 -7
  153. package/dist/components/__generated__/stickers/pizza-animated.d.ts +0 -3
  154. package/dist/components/__generated__/stickers/pizza-animated.js +0 -7
  155. package/dist/components/__generated__/stickers/pizza.d.ts +0 -3
  156. package/dist/components/__generated__/stickers/pizza.js +0 -7
  157. package/dist/components/__generated__/stickers/puzzle-animated.d.ts +0 -3
  158. package/dist/components/__generated__/stickers/puzzle-animated.js +0 -7
  159. package/dist/components/__generated__/stickers/puzzle.d.ts +0 -3
  160. package/dist/components/__generated__/stickers/puzzle.js +0 -7
  161. package/dist/components/__generated__/stickers/sad-animated.d.ts +0 -3
  162. package/dist/components/__generated__/stickers/sad-animated.js +0 -7
  163. package/dist/components/__generated__/stickers/sad.d.ts +0 -3
  164. package/dist/components/__generated__/stickers/sad.js +0 -7
  165. package/dist/components/__generated__/stickers/scared-animated.d.ts +0 -3
  166. package/dist/components/__generated__/stickers/scared-animated.js +0 -7
  167. package/dist/components/__generated__/stickers/scared.d.ts +0 -3
  168. package/dist/components/__generated__/stickers/scared.js +0 -7
  169. package/dist/components/__generated__/stickers/scroll-animated.d.ts +0 -3
  170. package/dist/components/__generated__/stickers/scroll-animated.js +0 -7
  171. package/dist/components/__generated__/stickers/scroll.d.ts +0 -3
  172. package/dist/components/__generated__/stickers/scroll.js +0 -7
  173. package/dist/components/__generated__/stickers/search-animated.d.ts +0 -3
  174. package/dist/components/__generated__/stickers/search-animated.js +0 -7
  175. package/dist/components/__generated__/stickers/search.d.ts +0 -3
  176. package/dist/components/__generated__/stickers/search.js +0 -7
  177. package/dist/components/__generated__/stickers/shield-animated.d.ts +0 -3
  178. package/dist/components/__generated__/stickers/shield-animated.js +0 -7
  179. package/dist/components/__generated__/stickers/shield.d.ts +0 -3
  180. package/dist/components/__generated__/stickers/shield.js +0 -7
  181. package/dist/components/__generated__/stickers/shocked-animated.d.ts +0 -3
  182. package/dist/components/__generated__/stickers/shocked-animated.js +0 -7
  183. package/dist/components/__generated__/stickers/shocked.d.ts +0 -3
  184. package/dist/components/__generated__/stickers/shocked.js +0 -7
  185. package/dist/components/__generated__/stickers/sleep-animated.d.ts +0 -3
  186. package/dist/components/__generated__/stickers/sleep-animated.js +0 -7
  187. package/dist/components/__generated__/stickers/sleep.d.ts +0 -3
  188. package/dist/components/__generated__/stickers/sleep.js +0 -7
  189. package/dist/components/__generated__/stickers/stressed-animated.d.ts +0 -3
  190. package/dist/components/__generated__/stickers/stressed-animated.js +0 -7
  191. package/dist/components/__generated__/stickers/stressed.d.ts +0 -3
  192. package/dist/components/__generated__/stickers/stressed.js +0 -7
  193. package/dist/components/__generated__/stickers/suspicious-animated.d.ts +0 -3
  194. package/dist/components/__generated__/stickers/suspicious-animated.js +0 -7
  195. package/dist/components/__generated__/stickers/suspicious.d.ts +0 -3
  196. package/dist/components/__generated__/stickers/suspicious.js +0 -7
  197. package/dist/components/__generated__/stickers/thanks-animated.d.ts +0 -3
  198. package/dist/components/__generated__/stickers/thanks-animated.js +0 -7
  199. package/dist/components/__generated__/stickers/thanks.d.ts +0 -3
  200. package/dist/components/__generated__/stickers/thanks.js +0 -7
  201. package/dist/components/__generated__/stickers/think-animated.d.ts +0 -3
  202. package/dist/components/__generated__/stickers/think-animated.js +0 -7
  203. package/dist/components/__generated__/stickers/think-of-you-animated.d.ts +0 -3
  204. package/dist/components/__generated__/stickers/think-of-you-animated.js +0 -7
  205. package/dist/components/__generated__/stickers/think-of-you.d.ts +0 -3
  206. package/dist/components/__generated__/stickers/think-of-you.js +0 -7
  207. package/dist/components/__generated__/stickers/think.d.ts +0 -3
  208. package/dist/components/__generated__/stickers/think.js +0 -7
  209. package/dist/components/__generated__/stickers/thumbs-up-animated.d.ts +0 -3
  210. package/dist/components/__generated__/stickers/thumbs-up-animated.js +0 -7
  211. package/dist/components/__generated__/stickers/thumbs-up.d.ts +0 -3
  212. package/dist/components/__generated__/stickers/thumbs-up.js +0 -7
  213. package/dist/components/__generated__/stickers/vacation-animated.d.ts +0 -3
  214. package/dist/components/__generated__/stickers/vacation-animated.js +0 -7
  215. package/dist/components/__generated__/stickers/vacation.d.ts +0 -3
  216. package/dist/components/__generated__/stickers/vacation.js +0 -7
  217. package/dist/components/__generated__/stickers/wait-animated.d.ts +0 -3
  218. package/dist/components/__generated__/stickers/wait-animated.js +0 -7
  219. package/dist/components/__generated__/stickers/wait.d.ts +0 -3
  220. package/dist/components/__generated__/stickers/wait.js +0 -7
  221. package/dist/components/__generated__/stickers/wink-animated.d.ts +0 -3
  222. package/dist/components/__generated__/stickers/wink-animated.js +0 -7
  223. package/dist/components/__generated__/stickers/wink.d.ts +0 -3
  224. package/dist/components/__generated__/stickers/wink.js +0 -7
  225. package/dist/components/__generated__/stickers/work-animated.d.ts +0 -3
  226. package/dist/components/__generated__/stickers/work-animated.js +0 -7
  227. package/dist/components/__generated__/stickers/work.d.ts +0 -3
  228. package/dist/components/__generated__/stickers/work.js +0 -7
  229. package/dist/components/__generated__/stickers/zen-animated.d.ts +0 -3
  230. package/dist/components/__generated__/stickers/zen-animated.js +0 -7
  231. package/dist/components/__generated__/stickers/zen.d.ts +0 -3
  232. package/dist/components/__generated__/stickers/zen.js +0 -7
  233. package/dist/elements/a-sticker-animated.css +0 -9
  234. package/dist/elements/a-sticker-animated.d.ts +0 -39
  235. package/dist/elements/a-sticker-animated.js +0 -81
  236. package/dist/elements/a-sticker.css +0 -9
  237. package/dist/elements/a-sticker.d.ts +0 -19
  238. package/dist/elements/a-sticker.js +0 -32
  239. package/dist/generate-stickers.mjs +0 -293
@@ -1,3 +0,0 @@
1
- import { type StickerProps } from '@antadesign/anta';
2
- export declare const svg = "<svg width=\"256\" height=\"256\" viewBox=\"0 0 256 256\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M123.649 161.27L124.381 164.045L80.767 168.234L103.379 160.213L123.649 161.27Z\" fill=\"#8B8BD1\"/>\n<path d=\"M9.3894 175.422L202.263 155.325\" stroke=\"#A6A6E8\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M189.674 154.864C187.588 135.554 139.196 127.3 110.289 112.435L95.9225 151.554C113.29 158.398 192.035 176.763 189.669 154.859L189.674 154.864Z\" fill=\"#BEBEF4\"/>\n<path d=\"M189.674 154.864C187.588 135.554 139.196 127.3 110.289 112.435L95.9225 151.554C113.29 158.398 192.035 176.763 189.669 154.859L189.674 154.864Z\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M53.0783 120.13C44.8566 132.239 36.4249 146.778 30.8256 173.318L123.784 161.624C121.353 154.287 119.612 146.461 119.346 137.444C118.894 122.109 127.055 105.368 140.288 96.4298L108.488 75.5923C92.2363 83.4878 66.372 100.559 53.0783 120.14V120.13Z\" fill=\"#BEBEF4\"/>\n<path d=\"M66.6381 169.128L124.05 162.499C121.619 155.162 119.617 146.461 119.351 137.439C119.039 126.853 122.832 115.601 129.561 106.704C89.1474 128.598 74.9951 147.662 66.6381 169.128Z\" fill=\"#7D7DC6\"/>\n<path d=\"M105.763 73.0038C89.5113 80.8993 66.372 100.55 53.0782 120.13C45.1412 131.82 36.5042 148.095 30.8722 173.108\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M118.39 147.285C117.905 144.152 117.587 140.879 117.485 137.439C117.032 122.104 125.193 105.363 138.426 96.425\" stroke=\"#78EFC4\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M123.784 161.619C121.353 154.282 119.617 146.456 119.346 137.434C118.894 122.099 127.055 105.359 140.288 96.4204\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M193.944 192.507C193.995 194.225 192.124 195.729 188.83 196.101L126.154 202.572C123.938 202.782 121.666 202.256 119.458 201.027C112.814 197.316 96.6925 188.22 89.5953 184.216C87.5423 183.057 86.0631 182.186 85.8578 178.616C85.8578 178.616 174.523 189.118 193.939 192.512L193.944 192.507Z\" fill=\"#E3E8FF\" stroke=\"#A6A6E8\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M193.608 192.722L125.31 199.84C124.297 199.947 121.362 198.848 118.759 197.391L89.0774 180.771C86.4737 179.314 85.1812 178.043 86.1937 177.941L158.826 170.371C159.839 170.264 162.774 171.363 165.378 172.82L190.724 189.891C193.328 191.348 194.62 192.619 193.608 192.722Z\" fill=\"#E3E8FF\" stroke=\"#A6A6E8\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M126.537 195.859L111.181 187.4L169.782 181.293L185.134 189.751L126.537 195.859Z\" fill=\"#49488A\"/>\n<path d=\"M128.557 182.363C128.277 182.275 119.388 177.373 119.384 177.373L142.649 174.947C142.929 175.036 151.673 180.199 151.678 180.199L128.557 182.363Z\" fill=\"#E3E8FF\" stroke=\"#A6A6E8\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M59.2842 113.441C28.8332 126.718 10.0381 148.305 13.4303 162.271L72.2374 157.341C72.2374 157.341 81.0983 140.125 94.98 129.022\" fill=\"#BEBEF4\"/>\n<path d=\"M59.2842 113.441C28.8332 126.718 10.0381 148.305 13.4303 162.271\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M115.483 86.9049C99.6368 93.1384 77.2348 104.647 57.2591 112.216C51.7671 116.448 38.856 120.605 38.856 120.605C51.2025 119.995 68.7098 117.253 77.4307 114.297C87.6635 110.829 94.6254 107.323 106.473 103.59C118.32 99.8561 135.641 100.066 135.641 100.066C137.11 98.7435 138.66 97.5238 140.288 96.4251L121.064 82.9012L115.478 86.9049H115.483Z\" fill=\"#333372\"/>\n<path d=\"M57.2591 112.216C51.7671 116.448 38.856 120.605 38.856 120.605C72.8906 118.883 94.2614 107.905 94.2661 107.901\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M57.2592 112.216C76.2923 88.1618 105.763 73.0039 105.763 73.0039L134.642 88.4039C68.8965 112.817 57.2545 112.216 57.2545 112.216H57.2592Z\" fill=\"#696FBC\"/>\n<path d=\"M57.2592 112.216C76.2922 88.1618 105.763 73.0039 105.763 73.0039\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5274 144.143C11.3679 151.805 12.2031 160.004 12.2031 160.004C12.2031 160.004 14.8208 155.795 19.0343 153.416\" fill=\"#BEBEF4\"/>\n<path d=\"M20.5274 144.143C11.3679 151.805 12.2031 160.004 12.2031 160.004C12.2031 160.004 14.8208 155.795 19.0343 153.416\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M29.0478 134.492C14.5315 141.415 10.0427 152.304 10.0427 152.304C10.0427 152.304 17.6905 147.779 23.9851 146.089\" fill=\"#BEBEF4\"/>\n<path d=\"M29.0478 134.492C14.5315 141.415 10.0427 152.304 10.0427 152.304C10.0427 152.304 17.6905 147.779 23.9851 146.089\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4862 162.573C20.4247 181.497 62.8024 178.928 84.5651 177.983L83.2306 142.606C83.2306 142.606 77.9579 142.439 56.6618 140.577\" fill=\"#BEBEF4\"/>\n<path d=\"M78.7838 164.491C86.4736 171.367 89.6185 178.755 89.6185 178.755C89.6185 178.755 84.8731 177.959 80.5336 177.741\" fill=\"#57539F\"/>\n<path d=\"M68.0005 178.29L84.5652 177.978L84.0239 172.792C87.8128 166.298 98.0736 153.789 95.0779 149.101C92.1663 144.543 89.3853 142.639 83.1793 142.304C76.0168 141.917 68.705 141.294 68.705 141.294C68.705 141.294 63.7683 145.497 55.4953 149.427C55.4953 149.427 62.5691 154.44 66.2507 156.177C66.2507 156.177 58.9342 158.951 49.7 160.343C49.7 160.343 55.5606 166.018 63.6843 168.974C63.6843 168.974 59.4521 172.415 54.1188 173.048C54.1188 173.048 63.2923 177.81 68.0005 178.295\" fill=\"#333372\"/>\n<path d=\"M68.7191 141.038C65.2848 140.791 61.2766 140.535 56.6058 140.274\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4303 162.271C18.577 176.316 43.2468 178.523 64.5243 178.341\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M86.1656 172.829C88.5593 176.26 89.6185 178.751 89.6185 178.751C89.6185 178.751 84.8778 177.931 80.5336 177.736C77.3327 177.592 71.9526 178.388 64.5242 178.341\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M87.7754 143.016C87.7754 143.016 83.8279 142.127 68.719 141.042\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M179.618 167.545C186.006 164.473 188.577 159.65 188.577 159.65C184.098 160.572 178.093 157.145 178.093 157.145C181.91 156.321 184.331 153.724 184.331 153.724C177.178 153.938 169.848 150.749 169.848 150.749C171.341 148.016 170.646 146.773 170.646 146.773C170.646 146.773 166.978 148.742 162.275 148.961C162.275 148.961 162.275 147.769 161.808 144.324C161.808 144.324 157.445 147.867 149.699 154.692C149.699 154.692 154.851 160.944 160.604 163.588C166.362 166.233 179.618 167.55 179.618 167.55V167.545Z\" fill=\"#57539F\"/>\n<path d=\"M161.808 144.32C161.808 144.32 157.445 147.862 149.699 154.687\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M179.618 167.545C185.474 165.045 188.577 159.65 188.577 159.65L179.618 167.545Z\" fill=\"#57539F\"/>\n<path d=\"M179.618 167.545C185.474 165.045 188.577 159.65 188.577 159.65\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M167.832 170.059C175.68 170.692 179.614 167.545 179.614 167.545C176.548 166.139 175.41 164.51 175.41 164.51C175.279 162.257 174.948 161.377 174.948 161.377C169.297 161.703 169.185 160.558 169.185 160.558L169.05 158.179C166.511 158.37 159.974 157.425 159.974 157.425C161.169 156.13 161.794 154.445 161.794 154.445C161.794 154.445 154.804 154.389 149.699 154.683C149.699 154.683 144.557 158.584 151.463 164.11C158.369 169.636 167.837 170.055 167.837 170.055L167.832 170.059Z\" fill=\"#BEBEF4\"/>\n<path d=\"M167.832 170.059C175.68 170.692 179.614 167.545 179.614 167.545\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M149.7 154.687C149.7 154.687 142.897 153.733 137.442 155.441C133.14 156.791 129.08 159.897 129.603 161.945C130.097 163.877 136.924 165.325 139.892 164.915C139.892 164.915 145.799 165.236 149.896 163.9\" fill=\"#BEBEF4\"/>\n<path d=\"M149.7 154.687C149.7 154.687 142.897 153.733 137.442 155.441C133.14 156.791 129.08 159.897 129.603 161.945C130.097 163.877 136.924 165.325 139.892 164.915C139.892 164.915 145.799 165.236 149.896 163.9\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M129.607 161.945C130.097 163.849 136.742 165.288 139.77 164.929C140.255 161.098 138.744 157.625 137.442 155.441C133.121 156.726 129.08 159.897 129.603 161.945H129.607Z\" fill=\"#3F3E77\"/>\n<path d=\"M137.442 155.441C133.121 156.726 129.08 159.897 129.603 161.945C130.093 163.849 136.737 165.288 139.765 164.929\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M129.607 161.945C130.097 163.849 136.742 165.288 139.77 164.929\" stroke=\"#85DDC0\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M150.689 158.276C150.689 158.276 144.296 160.753 142.546 164.971C141.002 168.695 142.588 176.642 145.024 176.749C147.32 176.851 150.656 171.893 152.369 168.197C152.369 168.197 156.199 166.675 158.663 164.049\" fill=\"#BEBEF4\"/>\n<path d=\"M150.689 158.276C150.689 158.276 144.296 160.753 142.546 164.971C141.002 168.695 142.588 176.642 145.024 176.749C147.32 176.851 150.656 171.893 152.369 168.197C152.369 168.197 156.199 166.675 158.663 164.049\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M141.935 168.486C141.874 172.27 143.214 176.674 145.019 176.754C146.909 176.837 149.499 173.499 151.314 170.255C149.849 169.291 146.48 167.596 141.935 168.486Z\" fill=\"#3F3E77\"/>\n<path d=\"M141.935 168.486C141.874 172.271 143.214 176.675 145.019 176.754C146.909 176.837 149.499 173.5 151.314 170.255\" stroke=\"#85DDC0\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M158.476 162.657C154.128 164.17 152.298 166.018 151.911 167.671C151.524 169.324 151.986 178.467 155.084 178.709C158.182 178.951 160.795 171.805 160.795 171.805C164.491 171.893 167.832 170.059 167.832 170.059\" fill=\"#BEBEF4\"/>\n<path d=\"M158.476 162.657C154.128 164.17 152.298 166.018 151.911 167.671C151.524 169.324 151.986 178.467 155.084 178.709C158.182 178.951 160.795 171.805 160.795 171.805C164.491 171.893 167.832 170.059 167.832 170.059\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M151.85 170.893C152.07 174.147 152.952 178.537 155.089 178.709C158.187 178.956 160.8 171.805 160.8 171.805C157.898 170.106 154.23 170.413 151.855 170.893H151.85Z\" fill=\"#3F3E77\"/>\n<path d=\"M151.85 170.893C152.07 174.147 152.952 178.537 155.089 178.709C158.187 178.956 160.8 171.805 160.8 171.805\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M87.2202 146.577C82.9087 148.025 79.5118 152.243 79.5118 152.243C81.9475 152.001 83.394 153.202 83.394 153.202C79.3485 154.799 76.1989 157.625 76.1989 157.625C80.5523 159.878 83.8933 163.733 83.8933 163.733C80.8603 166.465 79.9364 168.788 79.9364 168.788C82.0922 170.818 85.4471 174.324 85.4471 174.324C95.3673 173.006 96.2025 166.381 103.552 168.225C103.552 168.225 127.433 155.004 115.879 146.14C108.792 140.702 83.7906 144.352 83.7906 144.352C85.1391 145.688 87.2249 146.577 87.2249 146.577H87.2202Z\" fill=\"#BEBEF4\"/>\n<path d=\"M85.447 174.328C93.93 173.202 95.7685 168.197 100.719 167.918\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M111.638 144.017C100.962 142.206 83.786 144.357 83.786 144.357\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M111.517 154.091C115.072 153.067 117.951 153.365 118.731 153.486C121.941 153.998 126.075 156.116 127.601 154.752C129.589 152.969 126.43 144.045 118.885 142.825C115.847 142.336 111.615 142.909 107.201 144.739\" fill=\"#BEBEF4\"/>\n<path d=\"M111.517 154.091C115.072 153.067 117.951 153.365 118.731 153.486C121.941 153.998 126.075 156.116 127.601 154.752C129.589 152.969 126.43 144.045 118.885 142.825C115.847 142.336 111.615 142.909 107.201 144.739\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M118.73 153.491C121.941 154.003 126.075 156.121 127.601 154.757C128.973 153.528 127.941 148.57 124.143 145.344C119.897 147.811 118.73 153.491 118.73 153.491Z\" fill=\"#3F3E77\"/>\n<path d=\"M118.73 153.491C121.941 154.003 126.075 156.121 127.601 154.757C128.973 153.528 127.941 148.57 124.143 145.344\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M118.73 153.491C121.941 154.003 126.075 156.121 127.601 154.757C128.091 154.315 128.277 153.393 128.133 152.243\" stroke=\"#85DDC0\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M109.632 161.796C112.683 162.927 115.651 169.231 118.161 168.835C120.452 168.472 122.776 161.07 118.553 155.409C116.631 152.834 112.697 150.009 108.022 150.781\" fill=\"#BEBEF4\"/>\n<path d=\"M109.632 161.796C112.683 162.927 115.651 169.231 118.161 168.835C120.452 168.472 122.776 161.07 118.553 155.409C116.631 152.834 112.697 150.009 108.022 150.781\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M111.405 162.964C113.822 165.134 116.141 169.156 118.161 168.835C119.981 168.546 121.815 163.826 120.387 159.058C116.808 159.524 113.407 161.554 111.405 162.964Z\" fill=\"#3F3E77\"/>\n<path d=\"M111.405 162.964C113.822 165.134 116.141 169.156 118.161 168.835C119.981 168.546 121.815 163.826 120.387 159.058\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M116.197 168.062C116.878 168.616 117.531 168.933 118.161 168.835C119.981 168.546 121.815 163.826 120.387 159.058\" stroke=\"#85DDC0\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M98.1622 168.048C100.206 168.546 103.608 168.006 103.608 168.006C106.967 168.9 108.722 172.312 110.392 171.828C112.567 171.2 114.998 164.664 111.498 160.301C110.765 159.389 107.266 156.037 101.727 157.085\" fill=\"#BEBEF4\"/>\n<path d=\"M98.1622 168.048C100.206 168.546 103.608 168.006 103.608 168.006C106.967 168.9 108.722 172.312 110.392 171.828C112.567 171.2 114.998 164.664 111.498 160.301C110.765 159.389 107.266 156.037 101.727 157.085\" stroke=\"#7481BA\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M112.823 162.75C109.496 163.9 105.661 166.288 103.566 168.002C106.949 168.877 108.712 172.317 110.397 171.833C112.189 171.316 114.158 166.777 112.823 162.75Z\" fill=\"#3F3E77\"/>\n<path d=\"M103.566 168.002C106.949 168.877 108.712 172.317 110.397 171.833C112.189 171.316 114.158 166.777 112.823 162.75\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M108.218 170.925C109.025 171.582 109.716 172.028 110.397 171.833C112.189 171.316 114.158 166.777 112.823 162.75\" stroke=\"#85DDC0\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M223.368 155.32L209.16 119.036L66.6381 165.679L127.246 198.424L223.368 155.32Z\" fill=\"url(#paint0_linear_1604_4363)\"/>\n<path d=\"M194.494 192.638L129.262 198.918C127.274 199.104 126.448 198.113 127.41 196.697L150.941 162.271C151.907 160.86 154.296 159.566 156.284 159.38L221.516 153.1C223.504 152.914 224.33 153.905 223.368 155.32L199.837 189.747C198.871 191.157 196.482 192.452 194.494 192.638Z\" fill=\"#E3E8FF\"/>\n<path d=\"M194.494 192.638L129.262 198.918C127.274 199.104 126.448 198.113 127.41 196.697L150.941 162.271C151.907 160.86 154.296 159.566 156.284 159.38L221.516 153.1C223.504 152.914 224.33 153.905 223.368 155.32L199.837 189.747C198.871 191.157 196.482 192.452 194.494 192.638Z\" stroke=\"#A6A6E8\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M169.195 175.455C168.495 176.479 167.352 177.238 165.994 177.638C166.95 177.824 167.146 178.453 166.446 179.477L164.524 182.294C164.076 182.95 164.314 183.239 165.266 183.15L166.605 183.024L165.653 184.412L163.647 184.598C161.771 184.775 161.122 184.03 162.032 182.694L164.305 179.365C164.753 178.709 164.529 178.402 163.605 178.49L162.653 178.579L163.577 177.224L164.529 177.135C165.452 177.047 166.157 176.656 166.605 176L168.891 172.652C169.801 171.316 171.626 170.343 173.502 170.166L175.508 169.98L174.556 171.367L173.217 171.493C172.265 171.582 171.579 171.954 171.126 172.61L169.19 175.446L169.195 175.455Z\" fill=\"#503CBC\"/>\n<path d=\"M193.818 174.403L194.77 174.314L193.846 175.669L192.894 175.757C191.97 175.846 191.265 176.232 190.817 176.893L188.545 180.222C187.635 181.558 185.811 182.531 183.907 182.708L181.928 182.894L182.88 181.507L184.192 181.386C185.143 181.297 185.829 180.925 186.282 180.268L188.204 177.452C188.904 176.428 190.076 175.669 191.405 175.269C190.472 175.082 190.253 174.454 190.953 173.43L192.889 170.595C193.337 169.938 193.099 169.65 192.147 169.738L190.836 169.859L191.788 168.472L193.766 168.286C195.67 168.109 196.319 168.853 195.404 170.185L193.118 173.532C192.67 174.189 192.894 174.496 193.818 174.407V174.403Z\" fill=\"#503CBC\"/>\n<path d=\"M180.888 173.262C182.796 173.085 183.375 174.361 182.176 176.111C180.977 177.866 178.457 179.431 176.548 179.608C174.64 179.784 174.061 178.509 175.261 176.758C176.46 175.003 178.979 173.439 180.888 173.262Z\" fill=\"#54525D\"/>\n<g opacity=\"0.7\">\n<path d=\"M174.383 173.644C174.519 173.546 174.589 173.495 174.654 173.458C174.948 173.281 175.293 173.197 175.522 173.239C175.573 173.248 175.62 173.267 175.709 173.309L176.716 173.756C176.81 173.798 176.856 173.816 176.884 173.839C177.015 173.951 176.95 174.161 176.716 174.366C176.665 174.412 176.6 174.459 176.46 174.556C176.324 174.654 176.254 174.705 176.189 174.743C175.895 174.919 175.55 175.003 175.321 174.961C175.27 174.952 175.223 174.933 175.135 174.892L174.127 174.445C174.033 174.403 173.987 174.384 173.959 174.361C173.828 174.249 173.893 174.04 174.127 173.835C174.178 173.788 174.243 173.742 174.383 173.644Z\" fill=\"#54525D\"/>\n<path d=\"M171.649 176.907C171.607 176.954 171.57 177.005 171.5 177.112C171.43 177.219 171.393 177.27 171.374 177.312C171.285 177.513 171.402 177.648 171.663 177.657C171.719 177.657 171.794 177.652 171.943 177.638L172.974 177.54C173.124 177.526 173.198 177.522 173.268 177.508C173.581 177.443 173.912 177.266 174.104 177.056C174.146 177.01 174.183 176.959 174.253 176.851C174.323 176.744 174.36 176.693 174.379 176.651C174.467 176.451 174.351 176.316 174.09 176.307C174.034 176.307 173.959 176.311 173.81 176.325L172.778 176.423C172.629 176.437 172.554 176.442 172.484 176.456C172.172 176.521 171.84 176.698 171.649 176.907Z\" fill=\"#54525D\"/>\n<path d=\"M183.342 175.813C183.3 175.86 183.263 175.911 183.193 176.018C183.123 176.125 183.086 176.176 183.067 176.218C182.978 176.418 183.095 176.553 183.356 176.563C183.412 176.563 183.487 176.558 183.636 176.544L184.667 176.446C184.817 176.432 184.891 176.428 184.961 176.414C185.274 176.349 185.605 176.172 185.797 175.962C185.839 175.916 185.876 175.864 185.946 175.757C186.016 175.65 186.053 175.599 186.072 175.557C186.161 175.357 186.044 175.222 185.783 175.213C185.727 175.213 185.652 175.217 185.503 175.231L184.471 175.329C184.322 175.343 184.247 175.348 184.177 175.362C183.865 175.427 183.534 175.604 183.342 175.813Z\" fill=\"#54525D\"/>\n<path d=\"M180.967 178.313C180.832 178.411 180.762 178.462 180.711 178.504C180.482 178.709 180.412 178.918 180.543 179.03C180.571 179.053 180.617 179.077 180.711 179.114L181.718 179.561C181.812 179.603 181.858 179.621 181.905 179.631C182.129 179.673 182.474 179.589 182.773 179.412C182.838 179.375 182.908 179.323 183.044 179.226C183.179 179.128 183.249 179.077 183.3 179.035C183.529 178.83 183.599 178.62 183.468 178.509C183.44 178.485 183.394 178.462 183.3 178.425L182.292 177.978C182.199 177.936 182.152 177.918 182.106 177.908C181.882 177.866 181.537 177.95 181.238 178.127C181.173 178.164 181.103 178.215 180.967 178.313Z\" fill=\"#54525D\"/>\n<path d=\"M169.717 180.473C169.703 180.389 169.699 180.348 169.708 180.306C169.745 180.119 169.974 179.896 170.287 179.742C170.357 179.71 170.436 179.677 170.604 179.612L172.4 178.904C172.564 178.839 172.648 178.807 172.718 178.788C173.04 178.695 173.306 178.723 173.385 178.863C173.404 178.895 173.408 178.937 173.422 179.021C173.436 179.105 173.441 179.146 173.432 179.188C173.394 179.375 173.166 179.598 172.853 179.752C172.783 179.784 172.704 179.817 172.536 179.882L170.739 180.59C170.576 180.655 170.492 180.687 170.422 180.706C170.1 180.799 169.834 180.771 169.755 180.632C169.736 180.599 169.731 180.557 169.717 180.473Z\" fill=\"#54525D\"/>\n<path d=\"M184.005 173.69C183.996 173.732 184.005 173.774 184.014 173.858C184.028 173.942 184.033 173.984 184.052 174.016C184.131 174.156 184.397 174.184 184.719 174.091C184.789 174.072 184.873 174.04 185.036 173.974L186.833 173.267C186.996 173.202 187.08 173.169 187.15 173.136C187.463 172.983 187.691 172.759 187.729 172.573C187.738 172.531 187.729 172.489 187.719 172.406C187.705 172.322 187.701 172.28 187.682 172.247C187.603 172.108 187.337 172.08 187.015 172.173C186.945 172.191 186.861 172.224 186.697 172.289L184.901 172.997C184.738 173.062 184.654 173.095 184.584 173.127C184.271 173.281 184.042 173.504 184.005 173.69Z\" fill=\"#54525D\"/>\n</g>\n<path d=\"M141.081 90.6151C136.891 93.8413 131.306 92.5983 131.306 92.5983\" stroke=\"#191935\" stroke-width=\"1.41086\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.16\" d=\"M160.609 71.081C161.5 70.4991 170.366 70.2943 173.66 71.5512C176.954 72.8082 176.306 88.4922 175.233 89.5257C174.103 90.615 164.417 91.2575 163.53 91.0433C162.643 90.8292 157.959 72.8175 160.609 71.081Z\" fill=\"#DEF5FF\"/>\n<path d=\"M160.609 71.081C161.5 70.4991 170.366 70.2943 173.66 71.5512C176.954 72.8082 176.306 88.4922 175.233 89.5257C174.103 90.615 164.417 91.2575 163.53 91.0433C162.643 90.8292 157.959 72.8175 160.609 71.081Z\" stroke=\"black\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M98.6149 85.7734C98.6149 85.7734 107.075 70.6527 117.503 66.6025C127.129 62.8689 139.271 64.6566 152.135 68.5997C196.888 82.3284 233.106 126.508 244.557 149.957C250.889 162.927 241.342 160.921 232.332 152.895C177.743 104.26 148.085 136.554 109.146 104.05\" fill=\"#696FBC\"/>\n<path d=\"M237.376 138.156C228.678 135.628 222.244 138.696 217.699 141.14C217.699 141.14 229.098 149.976 233.778 153.965C245.565 164.016 248.257 157.652 246.083 152.639C244.328 148.598 240.418 143.812 237.371 138.156H237.376Z\" fill=\"#333372\"/>\n<path d=\"M145.747 67.0914C202.268 80.3406 239.961 140.847 245.248 151.922C245.248 151.922 247.17 158.081 244.478 159.417C241.361 147.993 209.053 90.508 145.743 67.0961L145.747 67.0914Z\" fill=\"#8588D1\" stroke=\"#8588D1\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M206.589 132.425C168.163 111.359 144.03 128.78 111.479 104.05\" stroke=\"#78EFC4\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M211.708 135.851C177.724 109.725 143.517 126.303 111.479 104.05\" stroke=\"#78EFC4\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M98.6149 85.7734C98.6149 85.7734 107.075 70.6527 117.503 66.6025C127.13 62.8689 139.271 64.6566 152.135 68.5997C196.888 82.3284 233.106 126.508 244.557 149.957C250.889 162.927 241.342 160.921 232.332 152.895C177.743 104.26 148.085 136.554 109.146 104.05\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M148.379 71.0949C148.379 71.0949 149.518 68.3716 150.553 68.0364C151.589 67.7012 157.077 67.5801 158.047 68.1481C159.018 68.716 160.604 71.081 160.604 71.081\" stroke=\"black\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M113.864 76.458C113.864 76.458 100.729 67.2962 97.271 67.543C96.1791 67.6221 91.7743 72.3287 91.0044 76.8537C90.1925 81.6395 93.0808 86.2669 94.504 86.6952C96.921 87.4215 102.245 86.0993 102.245 86.0993\" fill=\"#A9A9E0\"/>\n<path d=\"M113.864 76.458C113.864 76.458 100.729 67.2962 97.271 67.543C96.1791 67.6221 91.7743 72.3287 91.0044 76.8537C90.1925 81.6395 93.0808 86.2669 94.504 86.6952C96.921 87.4215 102.245 86.0993 102.245 86.0993\" stroke=\"#373772\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M104.648 74.3398C99.8605 70.4805 95.6704 73.2178 95.6704 73.2178C97.6115 73.8882 99.1326 75.0986 99.1326 75.0986C96.6923 76.5651 95.3857 79.1767 95.3857 79.1767C95.3857 79.1767 97.4202 79.2093 98.6707 79.0324C98.6707 79.0324 98.96 80.5547 99.4919 81.8675C99.4919 81.8675 105.595 79.9728 107.373 78.9579C107.373 78.9579 106.673 75.9785 104.648 74.3444V74.3398Z\" fill=\"#5056A0\"/>\n<path d=\"M108.488 79.889C108.488 79.889 104.937 71.1742 95.5444 68.7673\" stroke=\"#373772\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M235.537 148.961C236.989 151.465 238.944 152.555 240.367 153.574C241.174 154.152 240.367 155.432 239.172 154.482C236.597 152.429 235.533 148.956 235.533 148.956L235.537 148.961Z\" fill=\"black\" stroke=\"black\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M130.302 109.725C130.302 109.725 140.335 117.146 154.786 121.42\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M141.706 62.422C139.191 60.9742 135.328 61.9565 131.464 60.7228\" stroke=\"#191935\" stroke-width=\"2.82171\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M160.889 60.3225C157.977 60.7182 155.444 58.4604 152.798 62.0962\" stroke=\"#191935\" stroke-width=\"2.82171\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M133.041 107.738C130.074 110.568 126.551 111.094 126.551 111.094\" stroke=\"#191935\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M138.37 77.7476C128.217 75.8994 123.457 93.5759 136.018 94.5442C148.58 95.5126 147.782 79.4655 138.37 77.7476Z\" fill=\"white\"/>\n<path d=\"M138.813 85.3684C132.174 84.5677 130.498 96.5693 137.987 96.9277C145.477 97.2862 144.973 86.1133 138.813 85.3684Z\" fill=\"#1A1A21\"/>\n<path d=\"M132.626 79.1768C136.765 76.8584 141.697 79.0744 141.697 79.0744\" stroke=\"#191935\" stroke-width=\"1.41086\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M130.704 92.8588C133.895 94.8327 139.751 95.0701 143.788 91.9185C144.506 101.616 131.357 102.221 130.704 92.8588Z\" fill=\"#696FBC\"/>\n<path d=\"M143.792 91.9185C139.751 95.0701 133.9 94.8327 130.708 92.8588\" stroke=\"#191935\" stroke-width=\"1.41086\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M148.379 71.095C137.073 68.7534 127.246 75.1266 123.238 78.269C122.011 79.228 121.339 80.7037 121.479 82.1842C121.899 86.7045 122.902 91.3878 123.733 94.7211C124.474 97.7052 127.246 99.721 130.447 99.5767C138.678 99.2042 145.052 95.8477 148.766 93.2872C151.09 91.6858 152.378 89.0183 152.121 86.3414C151.006 74.824 148.379 71.095 148.379 71.095Z\" fill=\"url(#paint1_linear_1604_4363)\"/>\n<path d=\"M148.379 71.095C137.073 68.7534 127.246 75.1266 123.238 78.269C122.011 79.228 121.339 80.7037 121.479 82.1842C121.899 86.7045 122.902 91.3878 123.733 94.7211C124.474 97.7052 127.246 99.721 130.447 99.5767C138.678 99.2042 145.052 95.8477 148.766 93.2872C151.09 91.6858 152.378 89.0183 152.121 86.3414C151.006 74.824 148.379 71.095 148.379 71.095Z\" stroke=\"black\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M127.115 98.8923C128.109 99.3811 129.253 99.6325 130.452 99.5767C138.683 99.2042 145.057 95.8477 148.771 93.2872\" stroke=\"#85DDC0\" stroke-width=\"1.88114\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.3\" d=\"M154.66 74.1582C157.394 75.5176 158.252 77.7289 158.252 77.7289\" stroke=\"#191935\" stroke-width=\"1.41086\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.3\" d=\"M158.486 74.1582C159.694 75.3407 162.223 77.012 162.223 77.012\" stroke=\"#191935\" stroke-width=\"1.41086\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M138.59 87.1842C139.205 86.1274 142.383 88.3899 141.497 89.5398C140.689 90.5872 138.058 88.1013 138.59 87.1842Z\" fill=\"white\"/>\n<defs>\n<linearGradient id=\"paint0_linear_1604_4363\" x1=\"158.393\" y1=\"184.84\" x2=\"143.252\" y2=\"153.31\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#85DDC0\"/>\n<stop offset=\"1\" stop-color=\"#85DDC0\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_1604_4363\" x1=\"135.309\" y1=\"93.5526\" x2=\"138.073\" y2=\"76.847\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#85DDC0\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#85DDC0\" stop-opacity=\"0.1\"/>\n</linearGradient>\n</defs>\n</svg>\n";
3
- export declare const StickerWork: (props: StickerProps) => any;
@@ -1,7 +0,0 @@
1
- import { Sticker } from "@antadesign/anta";
2
- const svg = '<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M123.649 161.27L124.381 164.045L80.767 168.234L103.379 160.213L123.649 161.27Z" fill="#8B8BD1"/>\n<path d="M9.3894 175.422L202.263 155.325" stroke="#A6A6E8" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M189.674 154.864C187.588 135.554 139.196 127.3 110.289 112.435L95.9225 151.554C113.29 158.398 192.035 176.763 189.669 154.859L189.674 154.864Z" fill="#BEBEF4"/>\n<path d="M189.674 154.864C187.588 135.554 139.196 127.3 110.289 112.435L95.9225 151.554C113.29 158.398 192.035 176.763 189.669 154.859L189.674 154.864Z" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M53.0783 120.13C44.8566 132.239 36.4249 146.778 30.8256 173.318L123.784 161.624C121.353 154.287 119.612 146.461 119.346 137.444C118.894 122.109 127.055 105.368 140.288 96.4298L108.488 75.5923C92.2363 83.4878 66.372 100.559 53.0783 120.14V120.13Z" fill="#BEBEF4"/>\n<path d="M66.6381 169.128L124.05 162.499C121.619 155.162 119.617 146.461 119.351 137.439C119.039 126.853 122.832 115.601 129.561 106.704C89.1474 128.598 74.9951 147.662 66.6381 169.128Z" fill="#7D7DC6"/>\n<path d="M105.763 73.0038C89.5113 80.8993 66.372 100.55 53.0782 120.13C45.1412 131.82 36.5042 148.095 30.8722 173.108" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M118.39 147.285C117.905 144.152 117.587 140.879 117.485 137.439C117.032 122.104 125.193 105.363 138.426 96.425" stroke="#78EFC4" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M123.784 161.619C121.353 154.282 119.617 146.456 119.346 137.434C118.894 122.099 127.055 105.359 140.288 96.4204" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M193.944 192.507C193.995 194.225 192.124 195.729 188.83 196.101L126.154 202.572C123.938 202.782 121.666 202.256 119.458 201.027C112.814 197.316 96.6925 188.22 89.5953 184.216C87.5423 183.057 86.0631 182.186 85.8578 178.616C85.8578 178.616 174.523 189.118 193.939 192.512L193.944 192.507Z" fill="#E3E8FF" stroke="#A6A6E8" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M193.608 192.722L125.31 199.84C124.297 199.947 121.362 198.848 118.759 197.391L89.0774 180.771C86.4737 179.314 85.1812 178.043 86.1937 177.941L158.826 170.371C159.839 170.264 162.774 171.363 165.378 172.82L190.724 189.891C193.328 191.348 194.62 192.619 193.608 192.722Z" fill="#E3E8FF" stroke="#A6A6E8" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M126.537 195.859L111.181 187.4L169.782 181.293L185.134 189.751L126.537 195.859Z" fill="#49488A"/>\n<path d="M128.557 182.363C128.277 182.275 119.388 177.373 119.384 177.373L142.649 174.947C142.929 175.036 151.673 180.199 151.678 180.199L128.557 182.363Z" fill="#E3E8FF" stroke="#A6A6E8" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M59.2842 113.441C28.8332 126.718 10.0381 148.305 13.4303 162.271L72.2374 157.341C72.2374 157.341 81.0983 140.125 94.98 129.022" fill="#BEBEF4"/>\n<path d="M59.2842 113.441C28.8332 126.718 10.0381 148.305 13.4303 162.271" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M115.483 86.9049C99.6368 93.1384 77.2348 104.647 57.2591 112.216C51.7671 116.448 38.856 120.605 38.856 120.605C51.2025 119.995 68.7098 117.253 77.4307 114.297C87.6635 110.829 94.6254 107.323 106.473 103.59C118.32 99.8561 135.641 100.066 135.641 100.066C137.11 98.7435 138.66 97.5238 140.288 96.4251L121.064 82.9012L115.478 86.9049H115.483Z" fill="#333372"/>\n<path d="M57.2591 112.216C51.7671 116.448 38.856 120.605 38.856 120.605C72.8906 118.883 94.2614 107.905 94.2661 107.901" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M57.2592 112.216C76.2923 88.1618 105.763 73.0039 105.763 73.0039L134.642 88.4039C68.8965 112.817 57.2545 112.216 57.2545 112.216H57.2592Z" fill="#696FBC"/>\n<path d="M57.2592 112.216C76.2922 88.1618 105.763 73.0039 105.763 73.0039" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M20.5274 144.143C11.3679 151.805 12.2031 160.004 12.2031 160.004C12.2031 160.004 14.8208 155.795 19.0343 153.416" fill="#BEBEF4"/>\n<path d="M20.5274 144.143C11.3679 151.805 12.2031 160.004 12.2031 160.004C12.2031 160.004 14.8208 155.795 19.0343 153.416" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M29.0478 134.492C14.5315 141.415 10.0427 152.304 10.0427 152.304C10.0427 152.304 17.6905 147.779 23.9851 146.089" fill="#BEBEF4"/>\n<path d="M29.0478 134.492C14.5315 141.415 10.0427 152.304 10.0427 152.304C10.0427 152.304 17.6905 147.779 23.9851 146.089" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M13.4862 162.573C20.4247 181.497 62.8024 178.928 84.5651 177.983L83.2306 142.606C83.2306 142.606 77.9579 142.439 56.6618 140.577" fill="#BEBEF4"/>\n<path d="M78.7838 164.491C86.4736 171.367 89.6185 178.755 89.6185 178.755C89.6185 178.755 84.8731 177.959 80.5336 177.741" fill="#57539F"/>\n<path d="M68.0005 178.29L84.5652 177.978L84.0239 172.792C87.8128 166.298 98.0736 153.789 95.0779 149.101C92.1663 144.543 89.3853 142.639 83.1793 142.304C76.0168 141.917 68.705 141.294 68.705 141.294C68.705 141.294 63.7683 145.497 55.4953 149.427C55.4953 149.427 62.5691 154.44 66.2507 156.177C66.2507 156.177 58.9342 158.951 49.7 160.343C49.7 160.343 55.5606 166.018 63.6843 168.974C63.6843 168.974 59.4521 172.415 54.1188 173.048C54.1188 173.048 63.2923 177.81 68.0005 178.295" fill="#333372"/>\n<path d="M68.7191 141.038C65.2848 140.791 61.2766 140.535 56.6058 140.274" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M13.4303 162.271C18.577 176.316 43.2468 178.523 64.5243 178.341" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M86.1656 172.829C88.5593 176.26 89.6185 178.751 89.6185 178.751C89.6185 178.751 84.8778 177.931 80.5336 177.736C77.3327 177.592 71.9526 178.388 64.5242 178.341" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M87.7754 143.016C87.7754 143.016 83.8279 142.127 68.719 141.042" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M179.618 167.545C186.006 164.473 188.577 159.65 188.577 159.65C184.098 160.572 178.093 157.145 178.093 157.145C181.91 156.321 184.331 153.724 184.331 153.724C177.178 153.938 169.848 150.749 169.848 150.749C171.341 148.016 170.646 146.773 170.646 146.773C170.646 146.773 166.978 148.742 162.275 148.961C162.275 148.961 162.275 147.769 161.808 144.324C161.808 144.324 157.445 147.867 149.699 154.692C149.699 154.692 154.851 160.944 160.604 163.588C166.362 166.233 179.618 167.55 179.618 167.55V167.545Z" fill="#57539F"/>\n<path d="M161.808 144.32C161.808 144.32 157.445 147.862 149.699 154.687" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M179.618 167.545C185.474 165.045 188.577 159.65 188.577 159.65L179.618 167.545Z" fill="#57539F"/>\n<path d="M179.618 167.545C185.474 165.045 188.577 159.65 188.577 159.65" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M167.832 170.059C175.68 170.692 179.614 167.545 179.614 167.545C176.548 166.139 175.41 164.51 175.41 164.51C175.279 162.257 174.948 161.377 174.948 161.377C169.297 161.703 169.185 160.558 169.185 160.558L169.05 158.179C166.511 158.37 159.974 157.425 159.974 157.425C161.169 156.13 161.794 154.445 161.794 154.445C161.794 154.445 154.804 154.389 149.699 154.683C149.699 154.683 144.557 158.584 151.463 164.11C158.369 169.636 167.837 170.055 167.837 170.055L167.832 170.059Z" fill="#BEBEF4"/>\n<path d="M167.832 170.059C175.68 170.692 179.614 167.545 179.614 167.545" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M149.7 154.687C149.7 154.687 142.897 153.733 137.442 155.441C133.14 156.791 129.08 159.897 129.603 161.945C130.097 163.877 136.924 165.325 139.892 164.915C139.892 164.915 145.799 165.236 149.896 163.9" fill="#BEBEF4"/>\n<path d="M149.7 154.687C149.7 154.687 142.897 153.733 137.442 155.441C133.14 156.791 129.08 159.897 129.603 161.945C130.097 163.877 136.924 165.325 139.892 164.915C139.892 164.915 145.799 165.236 149.896 163.9" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M129.607 161.945C130.097 163.849 136.742 165.288 139.77 164.929C140.255 161.098 138.744 157.625 137.442 155.441C133.121 156.726 129.08 159.897 129.603 161.945H129.607Z" fill="#3F3E77"/>\n<path d="M137.442 155.441C133.121 156.726 129.08 159.897 129.603 161.945C130.093 163.849 136.737 165.288 139.765 164.929" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M129.607 161.945C130.097 163.849 136.742 165.288 139.77 164.929" stroke="#85DDC0" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M150.689 158.276C150.689 158.276 144.296 160.753 142.546 164.971C141.002 168.695 142.588 176.642 145.024 176.749C147.32 176.851 150.656 171.893 152.369 168.197C152.369 168.197 156.199 166.675 158.663 164.049" fill="#BEBEF4"/>\n<path d="M150.689 158.276C150.689 158.276 144.296 160.753 142.546 164.971C141.002 168.695 142.588 176.642 145.024 176.749C147.32 176.851 150.656 171.893 152.369 168.197C152.369 168.197 156.199 166.675 158.663 164.049" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M141.935 168.486C141.874 172.27 143.214 176.674 145.019 176.754C146.909 176.837 149.499 173.499 151.314 170.255C149.849 169.291 146.48 167.596 141.935 168.486Z" fill="#3F3E77"/>\n<path d="M141.935 168.486C141.874 172.271 143.214 176.675 145.019 176.754C146.909 176.837 149.499 173.5 151.314 170.255" stroke="#85DDC0" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M158.476 162.657C154.128 164.17 152.298 166.018 151.911 167.671C151.524 169.324 151.986 178.467 155.084 178.709C158.182 178.951 160.795 171.805 160.795 171.805C164.491 171.893 167.832 170.059 167.832 170.059" fill="#BEBEF4"/>\n<path d="M158.476 162.657C154.128 164.17 152.298 166.018 151.911 167.671C151.524 169.324 151.986 178.467 155.084 178.709C158.182 178.951 160.795 171.805 160.795 171.805C164.491 171.893 167.832 170.059 167.832 170.059" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M151.85 170.893C152.07 174.147 152.952 178.537 155.089 178.709C158.187 178.956 160.8 171.805 160.8 171.805C157.898 170.106 154.23 170.413 151.855 170.893H151.85Z" fill="#3F3E77"/>\n<path d="M151.85 170.893C152.07 174.147 152.952 178.537 155.089 178.709C158.187 178.956 160.8 171.805 160.8 171.805" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M87.2202 146.577C82.9087 148.025 79.5118 152.243 79.5118 152.243C81.9475 152.001 83.394 153.202 83.394 153.202C79.3485 154.799 76.1989 157.625 76.1989 157.625C80.5523 159.878 83.8933 163.733 83.8933 163.733C80.8603 166.465 79.9364 168.788 79.9364 168.788C82.0922 170.818 85.4471 174.324 85.4471 174.324C95.3673 173.006 96.2025 166.381 103.552 168.225C103.552 168.225 127.433 155.004 115.879 146.14C108.792 140.702 83.7906 144.352 83.7906 144.352C85.1391 145.688 87.2249 146.577 87.2249 146.577H87.2202Z" fill="#BEBEF4"/>\n<path d="M85.447 174.328C93.93 173.202 95.7685 168.197 100.719 167.918" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M111.638 144.017C100.962 142.206 83.786 144.357 83.786 144.357" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M111.517 154.091C115.072 153.067 117.951 153.365 118.731 153.486C121.941 153.998 126.075 156.116 127.601 154.752C129.589 152.969 126.43 144.045 118.885 142.825C115.847 142.336 111.615 142.909 107.201 144.739" fill="#BEBEF4"/>\n<path d="M111.517 154.091C115.072 153.067 117.951 153.365 118.731 153.486C121.941 153.998 126.075 156.116 127.601 154.752C129.589 152.969 126.43 144.045 118.885 142.825C115.847 142.336 111.615 142.909 107.201 144.739" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M118.73 153.491C121.941 154.003 126.075 156.121 127.601 154.757C128.973 153.528 127.941 148.57 124.143 145.344C119.897 147.811 118.73 153.491 118.73 153.491Z" fill="#3F3E77"/>\n<path d="M118.73 153.491C121.941 154.003 126.075 156.121 127.601 154.757C128.973 153.528 127.941 148.57 124.143 145.344" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M118.73 153.491C121.941 154.003 126.075 156.121 127.601 154.757C128.091 154.315 128.277 153.393 128.133 152.243" stroke="#85DDC0" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M109.632 161.796C112.683 162.927 115.651 169.231 118.161 168.835C120.452 168.472 122.776 161.07 118.553 155.409C116.631 152.834 112.697 150.009 108.022 150.781" fill="#BEBEF4"/>\n<path d="M109.632 161.796C112.683 162.927 115.651 169.231 118.161 168.835C120.452 168.472 122.776 161.07 118.553 155.409C116.631 152.834 112.697 150.009 108.022 150.781" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M111.405 162.964C113.822 165.134 116.141 169.156 118.161 168.835C119.981 168.546 121.815 163.826 120.387 159.058C116.808 159.524 113.407 161.554 111.405 162.964Z" fill="#3F3E77"/>\n<path d="M111.405 162.964C113.822 165.134 116.141 169.156 118.161 168.835C119.981 168.546 121.815 163.826 120.387 159.058" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M116.197 168.062C116.878 168.616 117.531 168.933 118.161 168.835C119.981 168.546 121.815 163.826 120.387 159.058" stroke="#85DDC0" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M98.1622 168.048C100.206 168.546 103.608 168.006 103.608 168.006C106.967 168.9 108.722 172.312 110.392 171.828C112.567 171.2 114.998 164.664 111.498 160.301C110.765 159.389 107.266 156.037 101.727 157.085" fill="#BEBEF4"/>\n<path d="M98.1622 168.048C100.206 168.546 103.608 168.006 103.608 168.006C106.967 168.9 108.722 172.312 110.392 171.828C112.567 171.2 114.998 164.664 111.498 160.301C110.765 159.389 107.266 156.037 101.727 157.085" stroke="#7481BA" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M112.823 162.75C109.496 163.9 105.661 166.288 103.566 168.002C106.949 168.877 108.712 172.317 110.397 171.833C112.189 171.316 114.158 166.777 112.823 162.75Z" fill="#3F3E77"/>\n<path d="M103.566 168.002C106.949 168.877 108.712 172.317 110.397 171.833C112.189 171.316 114.158 166.777 112.823 162.75" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M108.218 170.925C109.025 171.582 109.716 172.028 110.397 171.833C112.189 171.316 114.158 166.777 112.823 162.75" stroke="#85DDC0" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M223.368 155.32L209.16 119.036L66.6381 165.679L127.246 198.424L223.368 155.32Z" fill="url(#paint0_linear_1604_4363)"/>\n<path d="M194.494 192.638L129.262 198.918C127.274 199.104 126.448 198.113 127.41 196.697L150.941 162.271C151.907 160.86 154.296 159.566 156.284 159.38L221.516 153.1C223.504 152.914 224.33 153.905 223.368 155.32L199.837 189.747C198.871 191.157 196.482 192.452 194.494 192.638Z" fill="#E3E8FF"/>\n<path d="M194.494 192.638L129.262 198.918C127.274 199.104 126.448 198.113 127.41 196.697L150.941 162.271C151.907 160.86 154.296 159.566 156.284 159.38L221.516 153.1C223.504 152.914 224.33 153.905 223.368 155.32L199.837 189.747C198.871 191.157 196.482 192.452 194.494 192.638Z" stroke="#A6A6E8" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M169.195 175.455C168.495 176.479 167.352 177.238 165.994 177.638C166.95 177.824 167.146 178.453 166.446 179.477L164.524 182.294C164.076 182.95 164.314 183.239 165.266 183.15L166.605 183.024L165.653 184.412L163.647 184.598C161.771 184.775 161.122 184.03 162.032 182.694L164.305 179.365C164.753 178.709 164.529 178.402 163.605 178.49L162.653 178.579L163.577 177.224L164.529 177.135C165.452 177.047 166.157 176.656 166.605 176L168.891 172.652C169.801 171.316 171.626 170.343 173.502 170.166L175.508 169.98L174.556 171.367L173.217 171.493C172.265 171.582 171.579 171.954 171.126 172.61L169.19 175.446L169.195 175.455Z" fill="#503CBC"/>\n<path d="M193.818 174.403L194.77 174.314L193.846 175.669L192.894 175.757C191.97 175.846 191.265 176.232 190.817 176.893L188.545 180.222C187.635 181.558 185.811 182.531 183.907 182.708L181.928 182.894L182.88 181.507L184.192 181.386C185.143 181.297 185.829 180.925 186.282 180.268L188.204 177.452C188.904 176.428 190.076 175.669 191.405 175.269C190.472 175.082 190.253 174.454 190.953 173.43L192.889 170.595C193.337 169.938 193.099 169.65 192.147 169.738L190.836 169.859L191.788 168.472L193.766 168.286C195.67 168.109 196.319 168.853 195.404 170.185L193.118 173.532C192.67 174.189 192.894 174.496 193.818 174.407V174.403Z" fill="#503CBC"/>\n<path d="M180.888 173.262C182.796 173.085 183.375 174.361 182.176 176.111C180.977 177.866 178.457 179.431 176.548 179.608C174.64 179.784 174.061 178.509 175.261 176.758C176.46 175.003 178.979 173.439 180.888 173.262Z" fill="#54525D"/>\n<g opacity="0.7">\n<path d="M174.383 173.644C174.519 173.546 174.589 173.495 174.654 173.458C174.948 173.281 175.293 173.197 175.522 173.239C175.573 173.248 175.62 173.267 175.709 173.309L176.716 173.756C176.81 173.798 176.856 173.816 176.884 173.839C177.015 173.951 176.95 174.161 176.716 174.366C176.665 174.412 176.6 174.459 176.46 174.556C176.324 174.654 176.254 174.705 176.189 174.743C175.895 174.919 175.55 175.003 175.321 174.961C175.27 174.952 175.223 174.933 175.135 174.892L174.127 174.445C174.033 174.403 173.987 174.384 173.959 174.361C173.828 174.249 173.893 174.04 174.127 173.835C174.178 173.788 174.243 173.742 174.383 173.644Z" fill="#54525D"/>\n<path d="M171.649 176.907C171.607 176.954 171.57 177.005 171.5 177.112C171.43 177.219 171.393 177.27 171.374 177.312C171.285 177.513 171.402 177.648 171.663 177.657C171.719 177.657 171.794 177.652 171.943 177.638L172.974 177.54C173.124 177.526 173.198 177.522 173.268 177.508C173.581 177.443 173.912 177.266 174.104 177.056C174.146 177.01 174.183 176.959 174.253 176.851C174.323 176.744 174.36 176.693 174.379 176.651C174.467 176.451 174.351 176.316 174.09 176.307C174.034 176.307 173.959 176.311 173.81 176.325L172.778 176.423C172.629 176.437 172.554 176.442 172.484 176.456C172.172 176.521 171.84 176.698 171.649 176.907Z" fill="#54525D"/>\n<path d="M183.342 175.813C183.3 175.86 183.263 175.911 183.193 176.018C183.123 176.125 183.086 176.176 183.067 176.218C182.978 176.418 183.095 176.553 183.356 176.563C183.412 176.563 183.487 176.558 183.636 176.544L184.667 176.446C184.817 176.432 184.891 176.428 184.961 176.414C185.274 176.349 185.605 176.172 185.797 175.962C185.839 175.916 185.876 175.864 185.946 175.757C186.016 175.65 186.053 175.599 186.072 175.557C186.161 175.357 186.044 175.222 185.783 175.213C185.727 175.213 185.652 175.217 185.503 175.231L184.471 175.329C184.322 175.343 184.247 175.348 184.177 175.362C183.865 175.427 183.534 175.604 183.342 175.813Z" fill="#54525D"/>\n<path d="M180.967 178.313C180.832 178.411 180.762 178.462 180.711 178.504C180.482 178.709 180.412 178.918 180.543 179.03C180.571 179.053 180.617 179.077 180.711 179.114L181.718 179.561C181.812 179.603 181.858 179.621 181.905 179.631C182.129 179.673 182.474 179.589 182.773 179.412C182.838 179.375 182.908 179.323 183.044 179.226C183.179 179.128 183.249 179.077 183.3 179.035C183.529 178.83 183.599 178.62 183.468 178.509C183.44 178.485 183.394 178.462 183.3 178.425L182.292 177.978C182.199 177.936 182.152 177.918 182.106 177.908C181.882 177.866 181.537 177.95 181.238 178.127C181.173 178.164 181.103 178.215 180.967 178.313Z" fill="#54525D"/>\n<path d="M169.717 180.473C169.703 180.389 169.699 180.348 169.708 180.306C169.745 180.119 169.974 179.896 170.287 179.742C170.357 179.71 170.436 179.677 170.604 179.612L172.4 178.904C172.564 178.839 172.648 178.807 172.718 178.788C173.04 178.695 173.306 178.723 173.385 178.863C173.404 178.895 173.408 178.937 173.422 179.021C173.436 179.105 173.441 179.146 173.432 179.188C173.394 179.375 173.166 179.598 172.853 179.752C172.783 179.784 172.704 179.817 172.536 179.882L170.739 180.59C170.576 180.655 170.492 180.687 170.422 180.706C170.1 180.799 169.834 180.771 169.755 180.632C169.736 180.599 169.731 180.557 169.717 180.473Z" fill="#54525D"/>\n<path d="M184.005 173.69C183.996 173.732 184.005 173.774 184.014 173.858C184.028 173.942 184.033 173.984 184.052 174.016C184.131 174.156 184.397 174.184 184.719 174.091C184.789 174.072 184.873 174.04 185.036 173.974L186.833 173.267C186.996 173.202 187.08 173.169 187.15 173.136C187.463 172.983 187.691 172.759 187.729 172.573C187.738 172.531 187.729 172.489 187.719 172.406C187.705 172.322 187.701 172.28 187.682 172.247C187.603 172.108 187.337 172.08 187.015 172.173C186.945 172.191 186.861 172.224 186.697 172.289L184.901 172.997C184.738 173.062 184.654 173.095 184.584 173.127C184.271 173.281 184.042 173.504 184.005 173.69Z" fill="#54525D"/>\n</g>\n<path d="M141.081 90.6151C136.891 93.8413 131.306 92.5983 131.306 92.5983" stroke="#191935" stroke-width="1.41086" stroke-linecap="round" stroke-linejoin="round"/>\n<path opacity="0.16" d="M160.609 71.081C161.5 70.4991 170.366 70.2943 173.66 71.5512C176.954 72.8082 176.306 88.4922 175.233 89.5257C174.103 90.615 164.417 91.2575 163.53 91.0433C162.643 90.8292 157.959 72.8175 160.609 71.081Z" fill="#DEF5FF"/>\n<path d="M160.609 71.081C161.5 70.4991 170.366 70.2943 173.66 71.5512C176.954 72.8082 176.306 88.4922 175.233 89.5257C174.103 90.615 164.417 91.2575 163.53 91.0433C162.643 90.8292 157.959 72.8175 160.609 71.081Z" stroke="black" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M98.6149 85.7734C98.6149 85.7734 107.075 70.6527 117.503 66.6025C127.129 62.8689 139.271 64.6566 152.135 68.5997C196.888 82.3284 233.106 126.508 244.557 149.957C250.889 162.927 241.342 160.921 232.332 152.895C177.743 104.26 148.085 136.554 109.146 104.05" fill="#696FBC"/>\n<path d="M237.376 138.156C228.678 135.628 222.244 138.696 217.699 141.14C217.699 141.14 229.098 149.976 233.778 153.965C245.565 164.016 248.257 157.652 246.083 152.639C244.328 148.598 240.418 143.812 237.371 138.156H237.376Z" fill="#333372"/>\n<path d="M145.747 67.0914C202.268 80.3406 239.961 140.847 245.248 151.922C245.248 151.922 247.17 158.081 244.478 159.417C241.361 147.993 209.053 90.508 145.743 67.0961L145.747 67.0914Z" fill="#8588D1" stroke="#8588D1" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M206.589 132.425C168.163 111.359 144.03 128.78 111.479 104.05" stroke="#78EFC4" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M211.708 135.851C177.724 109.725 143.517 126.303 111.479 104.05" stroke="#78EFC4" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M98.6149 85.7734C98.6149 85.7734 107.075 70.6527 117.503 66.6025C127.13 62.8689 139.271 64.6566 152.135 68.5997C196.888 82.3284 233.106 126.508 244.557 149.957C250.889 162.927 241.342 160.921 232.332 152.895C177.743 104.26 148.085 136.554 109.146 104.05" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M148.379 71.0949C148.379 71.0949 149.518 68.3716 150.553 68.0364C151.589 67.7012 157.077 67.5801 158.047 68.1481C159.018 68.716 160.604 71.081 160.604 71.081" stroke="black" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M113.864 76.458C113.864 76.458 100.729 67.2962 97.271 67.543C96.1791 67.6221 91.7743 72.3287 91.0044 76.8537C90.1925 81.6395 93.0808 86.2669 94.504 86.6952C96.921 87.4215 102.245 86.0993 102.245 86.0993" fill="#A9A9E0"/>\n<path d="M113.864 76.458C113.864 76.458 100.729 67.2962 97.271 67.543C96.1791 67.6221 91.7743 72.3287 91.0044 76.8537C90.1925 81.6395 93.0808 86.2669 94.504 86.6952C96.921 87.4215 102.245 86.0993 102.245 86.0993" stroke="#373772" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M104.648 74.3398C99.8605 70.4805 95.6704 73.2178 95.6704 73.2178C97.6115 73.8882 99.1326 75.0986 99.1326 75.0986C96.6923 76.5651 95.3857 79.1767 95.3857 79.1767C95.3857 79.1767 97.4202 79.2093 98.6707 79.0324C98.6707 79.0324 98.96 80.5547 99.4919 81.8675C99.4919 81.8675 105.595 79.9728 107.373 78.9579C107.373 78.9579 106.673 75.9785 104.648 74.3444V74.3398Z" fill="#5056A0"/>\n<path d="M108.488 79.889C108.488 79.889 104.937 71.1742 95.5444 68.7673" stroke="#373772" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M235.537 148.961C236.989 151.465 238.944 152.555 240.367 153.574C241.174 154.152 240.367 155.432 239.172 154.482C236.597 152.429 235.533 148.956 235.533 148.956L235.537 148.961Z" fill="black" stroke="black" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M130.302 109.725C130.302 109.725 140.335 117.146 154.786 121.42" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M141.706 62.422C139.191 60.9742 135.328 61.9565 131.464 60.7228" stroke="#191935" stroke-width="2.82171" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M160.889 60.3225C157.977 60.7182 155.444 58.4604 152.798 62.0962" stroke="#191935" stroke-width="2.82171" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M133.041 107.738C130.074 110.568 126.551 111.094 126.551 111.094" stroke="#191935" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M138.37 77.7476C128.217 75.8994 123.457 93.5759 136.018 94.5442C148.58 95.5126 147.782 79.4655 138.37 77.7476Z" fill="white"/>\n<path d="M138.813 85.3684C132.174 84.5677 130.498 96.5693 137.987 96.9277C145.477 97.2862 144.973 86.1133 138.813 85.3684Z" fill="#1A1A21"/>\n<path d="M132.626 79.1768C136.765 76.8584 141.697 79.0744 141.697 79.0744" stroke="#191935" stroke-width="1.41086" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M130.704 92.8588C133.895 94.8327 139.751 95.0701 143.788 91.9185C144.506 101.616 131.357 102.221 130.704 92.8588Z" fill="#696FBC"/>\n<path d="M143.792 91.9185C139.751 95.0701 133.9 94.8327 130.708 92.8588" stroke="#191935" stroke-width="1.41086" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M148.379 71.095C137.073 68.7534 127.246 75.1266 123.238 78.269C122.011 79.228 121.339 80.7037 121.479 82.1842C121.899 86.7045 122.902 91.3878 123.733 94.7211C124.474 97.7052 127.246 99.721 130.447 99.5767C138.678 99.2042 145.052 95.8477 148.766 93.2872C151.09 91.6858 152.378 89.0183 152.121 86.3414C151.006 74.824 148.379 71.095 148.379 71.095Z" fill="url(#paint1_linear_1604_4363)"/>\n<path d="M148.379 71.095C137.073 68.7534 127.246 75.1266 123.238 78.269C122.011 79.228 121.339 80.7037 121.479 82.1842C121.899 86.7045 122.902 91.3878 123.733 94.7211C124.474 97.7052 127.246 99.721 130.447 99.5767C138.678 99.2042 145.052 95.8477 148.766 93.2872C151.09 91.6858 152.378 89.0183 152.121 86.3414C151.006 74.824 148.379 71.095 148.379 71.095Z" stroke="black" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M127.115 98.8923C128.109 99.3811 129.253 99.6325 130.452 99.5767C138.683 99.2042 145.057 95.8477 148.771 93.2872" stroke="#85DDC0" stroke-width="1.88114" stroke-linecap="round" stroke-linejoin="round"/>\n<path opacity="0.3" d="M154.66 74.1582C157.394 75.5176 158.252 77.7289 158.252 77.7289" stroke="#191935" stroke-width="1.41086" stroke-linecap="round" stroke-linejoin="round"/>\n<path opacity="0.3" d="M158.486 74.1582C159.694 75.3407 162.223 77.012 162.223 77.012" stroke="#191935" stroke-width="1.41086" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M138.59 87.1842C139.205 86.1274 142.383 88.3899 141.497 89.5398C140.689 90.5872 138.058 88.1013 138.59 87.1842Z" fill="white"/>\n<defs>\n<linearGradient id="paint0_linear_1604_4363" x1="158.393" y1="184.84" x2="143.252" y2="153.31" gradientUnits="userSpaceOnUse">\n<stop stop-color="#85DDC0"/>\n<stop offset="1" stop-color="#85DDC0" stop-opacity="0"/>\n</linearGradient>\n<linearGradient id="paint1_linear_1604_4363" x1="135.309" y1="93.5526" x2="138.073" y2="76.847" gradientUnits="userSpaceOnUse">\n<stop stop-color="#85DDC0" stop-opacity="0.5"/>\n<stop offset="1" stop-color="#85DDC0" stop-opacity="0.1"/>\n</linearGradient>\n</defs>\n</svg>\n';
3
- const StickerWork = (props) => Sticker({ ...props, svg });
4
- export {
5
- StickerWork,
6
- svg
7
- };