@ape.swap/bonds-sdk 1.0.60 → 1.0.62

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 (435) hide show
  1. package/dist/components/bonds/Bonds.js +3 -2
  2. package/dist/components/uikit/Button/Button.d.ts +4 -0
  3. package/dist/components/uikit/Button/Button.js +91 -0
  4. package/dist/components/uikit/Button/IconButton.d.ts +4 -0
  5. package/dist/components/uikit/Button/IconButton.js +33 -0
  6. package/dist/components/uikit/Button/index.d.ts +2 -0
  7. package/dist/components/uikit/Button/index.js +2 -0
  8. package/dist/components/uikit/Button/styles.d.ts +3 -0
  9. package/dist/components/uikit/Button/styles.js +30 -0
  10. package/dist/components/uikit/Button/types.d.ts +46 -0
  11. package/dist/components/uikit/Button/types.js +37 -0
  12. package/dist/components/uikit/Checkbox/index.d.ts +4 -0
  13. package/dist/components/uikit/Checkbox/index.js +46 -0
  14. package/dist/components/uikit/Checkbox/types.d.ts +11 -0
  15. package/dist/components/uikit/Checkbox/types.js +5 -0
  16. package/dist/components/uikit/Dropdown/Dropdown.d.ts +4 -0
  17. package/dist/components/uikit/Dropdown/Dropdown.js +58 -0
  18. package/dist/components/uikit/Dropdown/DropdownItem.d.ts +4 -0
  19. package/dist/components/uikit/Dropdown/DropdownItem.js +47 -0
  20. package/dist/components/uikit/Dropdown/index.d.ts +3 -0
  21. package/dist/components/uikit/Dropdown/index.js +2 -0
  22. package/dist/components/uikit/Dropdown/styles.d.ts +4 -0
  23. package/dist/components/uikit/Dropdown/styles.js +16 -0
  24. package/dist/components/uikit/Dropdown/types.d.ts +58 -0
  25. package/dist/components/uikit/Dropdown/types.js +22 -0
  26. package/dist/components/uikit/Flex/index.d.ts +3 -0
  27. package/dist/components/uikit/Flex/index.js +29 -0
  28. package/dist/components/uikit/Input/Input.d.ts +4 -0
  29. package/dist/components/uikit/Input/Input.js +72 -0
  30. package/dist/components/uikit/Input/NumericInput.d.ts +10 -0
  31. package/dist/components/uikit/Input/NumericInput.js +35 -0
  32. package/dist/components/uikit/Input/StyledInput.d.ts +11 -0
  33. package/dist/components/uikit/Input/StyledInput.js +37 -0
  34. package/dist/components/uikit/Input/index.d.ts +3 -0
  35. package/dist/components/uikit/Input/index.js +3 -0
  36. package/dist/components/uikit/Link/index.d.ts +9 -0
  37. package/dist/components/uikit/Link/index.js +29 -0
  38. package/dist/components/uikit/Modal/ModalFooter.d.ts +4 -0
  39. package/dist/components/uikit/Modal/ModalFooter.js +32 -0
  40. package/dist/components/uikit/Modal/ModalHeader.d.ts +4 -0
  41. package/dist/components/uikit/Modal/ModalHeader.js +31 -0
  42. package/dist/components/uikit/Modal/index.d.ts +4 -0
  43. package/dist/components/uikit/Modal/index.js +55 -0
  44. package/dist/components/uikit/Modal/styles.d.ts +3 -0
  45. package/dist/components/uikit/Modal/styles.js +62 -0
  46. package/dist/components/uikit/Modal/types.d.ts +17 -0
  47. package/dist/components/uikit/Modal/types.js +1 -0
  48. package/dist/components/uikit/Select/Select.d.ts +4 -0
  49. package/dist/components/uikit/Select/Select.js +61 -0
  50. package/dist/components/uikit/Select/SelectItem.d.ts +4 -0
  51. package/dist/components/uikit/Select/SelectItem.js +40 -0
  52. package/dist/components/uikit/Select/index.d.ts +2 -0
  53. package/dist/components/uikit/Select/index.js +2 -0
  54. package/dist/components/uikit/Select/styles.d.ts +4 -0
  55. package/dist/components/uikit/Select/styles.js +50 -0
  56. package/dist/components/uikit/Select/types.d.ts +55 -0
  57. package/dist/components/uikit/Select/types.js +37 -0
  58. package/dist/components/uikit/Skeleton/index.d.ts +4 -0
  59. package/dist/components/uikit/Skeleton/index.js +31 -0
  60. package/dist/components/uikit/Skeleton/styles.d.ts +5 -0
  61. package/dist/components/uikit/Skeleton/styles.js +40 -0
  62. package/dist/components/uikit/Skeleton/types.d.ts +18 -0
  63. package/dist/components/uikit/Skeleton/types.js +10 -0
  64. package/dist/components/uikit/Spinner/apeSpinner.json +2764 -0
  65. package/dist/components/uikit/Spinner/index.d.ts +5 -0
  66. package/dist/components/uikit/Spinner/index.js +20 -0
  67. package/dist/components/uikit/Svg/Icons/AbondFullLogo.d.ts +4 -0
  68. package/dist/components/uikit/Svg/Icons/AbondFullLogo.js +27 -0
  69. package/dist/components/uikit/Svg/Icons/AbondSmallLogo.d.ts +4 -0
  70. package/dist/components/uikit/Svg/Icons/AbondSmallLogo.js +17 -0
  71. package/dist/components/uikit/Svg/Icons/AccountMonkey.d.ts +4 -0
  72. package/dist/components/uikit/Svg/Icons/AccountMonkey.js +27 -0
  73. package/dist/components/uikit/Svg/Icons/ApebondLogo.d.ts +4 -0
  74. package/dist/components/uikit/Svg/Icons/ApebondLogo.js +28 -0
  75. package/dist/components/uikit/Svg/Icons/ApeswapSmallLogo.d.ts +4 -0
  76. package/dist/components/uikit/Svg/Icons/ApeswapSmallLogo.js +17 -0
  77. package/dist/components/uikit/Svg/Icons/Arrow.d.ts +4 -0
  78. package/dist/components/uikit/Svg/Icons/Arrow.js +27 -0
  79. package/dist/components/uikit/Svg/Icons/Audit.d.ts +4 -0
  80. package/dist/components/uikit/Svg/Icons/Audit.js +27 -0
  81. package/dist/components/uikit/Svg/Icons/BananaIcon.d.ts +4 -0
  82. package/dist/components/uikit/Svg/Icons/BananaIcon.js +17 -0
  83. package/dist/components/uikit/Svg/Icons/BillsM1.d.ts +4 -0
  84. package/dist/components/uikit/Svg/Icons/BillsM1.js +27 -0
  85. package/dist/components/uikit/Svg/Icons/BillsM2.d.ts +4 -0
  86. package/dist/components/uikit/Svg/Icons/BillsM2.js +28 -0
  87. package/dist/components/uikit/Svg/Icons/BillsM3.d.ts +4 -0
  88. package/dist/components/uikit/Svg/Icons/BillsM3.js +27 -0
  89. package/dist/components/uikit/Svg/Icons/Bridge.d.ts +4 -0
  90. package/dist/components/uikit/Svg/Icons/Bridge.js +27 -0
  91. package/dist/components/uikit/Svg/Icons/Bubble.d.ts +4 -0
  92. package/dist/components/uikit/Svg/Icons/Bubble.js +27 -0
  93. package/dist/components/uikit/Svg/Icons/Calculator.d.ts +4 -0
  94. package/dist/components/uikit/Svg/Icons/Calculator.js +27 -0
  95. package/dist/components/uikit/Svg/Icons/Calendar.d.ts +4 -0
  96. package/dist/components/uikit/Svg/Icons/Calendar.js +16 -0
  97. package/dist/components/uikit/Svg/Icons/Cancelled.d.ts +4 -0
  98. package/dist/components/uikit/Svg/Icons/Cancelled.js +27 -0
  99. package/dist/components/uikit/Svg/Icons/Card.d.ts +4 -0
  100. package/dist/components/uikit/Svg/Icons/Card.js +27 -0
  101. package/dist/components/uikit/Svg/Icons/Caret.d.ts +4 -0
  102. package/dist/components/uikit/Svg/Icons/Caret.js +27 -0
  103. package/dist/components/uikit/Svg/Icons/Chain.d.ts +4 -0
  104. package/dist/components/uikit/Svg/Icons/Chain.js +20 -0
  105. package/dist/components/uikit/Svg/Icons/Chart.d.ts +4 -0
  106. package/dist/components/uikit/Svg/Icons/Chart.js +27 -0
  107. package/dist/components/uikit/Svg/Icons/Chat.d.ts +4 -0
  108. package/dist/components/uikit/Svg/Icons/Chat.js +27 -0
  109. package/dist/components/uikit/Svg/Icons/Close.d.ts +4 -0
  110. package/dist/components/uikit/Svg/Icons/Close.js +20 -0
  111. package/dist/components/uikit/Svg/Icons/Cog.d.ts +4 -0
  112. package/dist/components/uikit/Svg/Icons/Cog.js +27 -0
  113. package/dist/components/uikit/Svg/Icons/Collapse.d.ts +4 -0
  114. package/dist/components/uikit/Svg/Icons/Collapse.js +27 -0
  115. package/dist/components/uikit/Svg/Icons/Copy.d.ts +4 -0
  116. package/dist/components/uikit/Svg/Icons/Copy.js +27 -0
  117. package/dist/components/uikit/Svg/Icons/Discord.d.ts +4 -0
  118. package/dist/components/uikit/Svg/Icons/Discord.js +27 -0
  119. package/dist/components/uikit/Svg/Icons/DiscordNew.d.ts +4 -0
  120. package/dist/components/uikit/Svg/Icons/DiscordNew.js +27 -0
  121. package/dist/components/uikit/Svg/Icons/Docs.d.ts +4 -0
  122. package/dist/components/uikit/Svg/Icons/Docs.js +27 -0
  123. package/dist/components/uikit/Svg/Icons/DocsV2.d.ts +4 -0
  124. package/dist/components/uikit/Svg/Icons/DocsV2.js +27 -0
  125. package/dist/components/uikit/Svg/Icons/Ellipse.d.ts +4 -0
  126. package/dist/components/uikit/Svg/Icons/Ellipse.js +27 -0
  127. package/dist/components/uikit/Svg/Icons/Error.d.ts +4 -0
  128. package/dist/components/uikit/Svg/Icons/Error.js +27 -0
  129. package/dist/components/uikit/Svg/Icons/Expand.d.ts +4 -0
  130. package/dist/components/uikit/Svg/Icons/Expand.js +27 -0
  131. package/dist/components/uikit/Svg/Icons/Explorer.d.ts +4 -0
  132. package/dist/components/uikit/Svg/Icons/Explorer.js +27 -0
  133. package/dist/components/uikit/Svg/Icons/External.d.ts +4 -0
  134. package/dist/components/uikit/Svg/Icons/External.js +27 -0
  135. package/dist/components/uikit/Svg/Icons/Farm.d.ts +4 -0
  136. package/dist/components/uikit/Svg/Icons/Farm.js +27 -0
  137. package/dist/components/uikit/Svg/Icons/Fav.d.ts +4 -0
  138. package/dist/components/uikit/Svg/Icons/Fav.js +27 -0
  139. package/dist/components/uikit/Svg/Icons/FilledURL.d.ts +4 -0
  140. package/dist/components/uikit/Svg/Icons/FilledURL.js +27 -0
  141. package/dist/components/uikit/Svg/Icons/Fire.d.ts +4 -0
  142. package/dist/components/uikit/Svg/Icons/Fire.js +17 -0
  143. package/dist/components/uikit/Svg/Icons/Frame.d.ts +4 -0
  144. package/dist/components/uikit/Svg/Icons/Frame.js +27 -0
  145. package/dist/components/uikit/Svg/Icons/FullLogo.d.ts +4 -0
  146. package/dist/components/uikit/Svg/Icons/FullLogo.js +17 -0
  147. package/dist/components/uikit/Svg/Icons/Gnana.d.ts +4 -0
  148. package/dist/components/uikit/Svg/Icons/Gnana.js +27 -0
  149. package/dist/components/uikit/Svg/Icons/GreenShield.d.ts +4 -0
  150. package/dist/components/uikit/Svg/Icons/GreenShield.js +17 -0
  151. package/dist/components/uikit/Svg/Icons/Hamburger.d.ts +4 -0
  152. package/dist/components/uikit/Svg/Icons/Hamburger.js +27 -0
  153. package/dist/components/uikit/Svg/Icons/HamburgerClosed.d.ts +4 -0
  154. package/dist/components/uikit/Svg/Icons/HamburgerClosed.js +27 -0
  155. package/dist/components/uikit/Svg/Icons/Home.d.ts +4 -0
  156. package/dist/components/uikit/Svg/Icons/Home.js +27 -0
  157. package/dist/components/uikit/Svg/Icons/Info.d.ts +4 -0
  158. package/dist/components/uikit/Svg/Icons/Info.js +27 -0
  159. package/dist/components/uikit/Svg/Icons/InfoSolid.d.ts +4 -0
  160. package/dist/components/uikit/Svg/Icons/InfoSolid.js +27 -0
  161. package/dist/components/uikit/Svg/Icons/Insight.d.ts +4 -0
  162. package/dist/components/uikit/Svg/Icons/Insight.js +27 -0
  163. package/dist/components/uikit/Svg/Icons/Instagram.d.ts +4 -0
  164. package/dist/components/uikit/Svg/Icons/Instagram.js +27 -0
  165. package/dist/components/uikit/Svg/Icons/Island.d.ts +4 -0
  166. package/dist/components/uikit/Svg/Icons/Island.js +27 -0
  167. package/dist/components/uikit/Svg/Icons/Language.d.ts +4 -0
  168. package/dist/components/uikit/Svg/Icons/Language.js +16 -0
  169. package/dist/components/uikit/Svg/Icons/LanguageIcon.d.ts +4 -0
  170. package/dist/components/uikit/Svg/Icons/LanguageIcon.js +27 -0
  171. package/dist/components/uikit/Svg/Icons/LineChart.d.ts +4 -0
  172. package/dist/components/uikit/Svg/Icons/LineChart.js +17 -0
  173. package/dist/components/uikit/Svg/Icons/LiquidityIcon.d.ts +4 -0
  174. package/dist/components/uikit/Svg/Icons/LiquidityIcon.js +27 -0
  175. package/dist/components/uikit/Svg/Icons/Logout.d.ts +4 -0
  176. package/dist/components/uikit/Svg/Icons/Logout.js +27 -0
  177. package/dist/components/uikit/Svg/Icons/Medium.d.ts +4 -0
  178. package/dist/components/uikit/Svg/Icons/Medium.js +27 -0
  179. package/dist/components/uikit/Svg/Icons/MenuSettings.d.ts +4 -0
  180. package/dist/components/uikit/Svg/Icons/MenuSettings.js +27 -0
  181. package/dist/components/uikit/Svg/Icons/Message.d.ts +4 -0
  182. package/dist/components/uikit/Svg/Icons/Message.js +20 -0
  183. package/dist/components/uikit/Svg/Icons/Migrate.d.ts +4 -0
  184. package/dist/components/uikit/Svg/Icons/Migrate.js +27 -0
  185. package/dist/components/uikit/Svg/Icons/Moon.d.ts +4 -0
  186. package/dist/components/uikit/Svg/Icons/Moon.js +27 -0
  187. package/dist/components/uikit/Svg/Icons/More.d.ts +4 -0
  188. package/dist/components/uikit/Svg/Icons/More.js +27 -0
  189. package/dist/components/uikit/Svg/Icons/NFA.d.ts +4 -0
  190. package/dist/components/uikit/Svg/Icons/NFA.js +27 -0
  191. package/dist/components/uikit/Svg/Icons/NavCaret.d.ts +4 -0
  192. package/dist/components/uikit/Svg/Icons/NavCaret.js +27 -0
  193. package/dist/components/uikit/Svg/Icons/PlaceholderMonkey.d.ts +4 -0
  194. package/dist/components/uikit/Svg/Icons/PlaceholderMonkey.js +27 -0
  195. package/dist/components/uikit/Svg/Icons/Play.d.ts +4 -0
  196. package/dist/components/uikit/Svg/Icons/Play.js +16 -0
  197. package/dist/components/uikit/Svg/Icons/Pool.d.ts +4 -0
  198. package/dist/components/uikit/Svg/Icons/Pool.js +27 -0
  199. package/dist/components/uikit/Svg/Icons/Positions.d.ts +4 -0
  200. package/dist/components/uikit/Svg/Icons/Positions.js +27 -0
  201. package/dist/components/uikit/Svg/Icons/ProfileDark.d.ts +4 -0
  202. package/dist/components/uikit/Svg/Icons/ProfileDark.js +17 -0
  203. package/dist/components/uikit/Svg/Icons/ProfileIcon.d.ts +7 -0
  204. package/dist/components/uikit/Svg/Icons/ProfileIcon.js +16 -0
  205. package/dist/components/uikit/Svg/Icons/ProfileLight.d.ts +4 -0
  206. package/dist/components/uikit/Svg/Icons/ProfileLight.js +17 -0
  207. package/dist/components/uikit/Svg/Icons/Question.d.ts +4 -0
  208. package/dist/components/uikit/Svg/Icons/Question.js +17 -0
  209. package/dist/components/uikit/Svg/Icons/QuestionCircle.d.ts +4 -0
  210. package/dist/components/uikit/Svg/Icons/QuestionCircle.js +27 -0
  211. package/dist/components/uikit/Svg/Icons/QuestionFill.d.ts +4 -0
  212. package/dist/components/uikit/Svg/Icons/QuestionFill.js +27 -0
  213. package/dist/components/uikit/Svg/Icons/Quiz.d.ts +4 -0
  214. package/dist/components/uikit/Svg/Icons/Quiz.js +27 -0
  215. package/dist/components/uikit/Svg/Icons/Receipt.d.ts +4 -0
  216. package/dist/components/uikit/Svg/Icons/Receipt.js +27 -0
  217. package/dist/components/uikit/Svg/Icons/Reddit.d.ts +4 -0
  218. package/dist/components/uikit/Svg/Icons/Reddit.js +27 -0
  219. package/dist/components/uikit/Svg/Icons/Rocket.d.ts +4 -0
  220. package/dist/components/uikit/Svg/Icons/Rocket.js +27 -0
  221. package/dist/components/uikit/Svg/Icons/ScrollTop.d.ts +4 -0
  222. package/dist/components/uikit/Svg/Icons/ScrollTop.js +27 -0
  223. package/dist/components/uikit/Svg/Icons/Search.d.ts +4 -0
  224. package/dist/components/uikit/Svg/Icons/Search.js +27 -0
  225. package/dist/components/uikit/Svg/Icons/Send.d.ts +4 -0
  226. package/dist/components/uikit/Svg/Icons/Send.js +27 -0
  227. package/dist/components/uikit/Svg/Icons/Settings.d.ts +4 -0
  228. package/dist/components/uikit/Svg/Icons/Settings.js +27 -0
  229. package/dist/components/uikit/Svg/Icons/Share.d.ts +4 -0
  230. package/dist/components/uikit/Svg/Icons/Share.js +27 -0
  231. package/dist/components/uikit/Svg/Icons/Success.d.ts +4 -0
  232. package/dist/components/uikit/Svg/Icons/Success.js +27 -0
  233. package/dist/components/uikit/Svg/Icons/SuccessOutline.d.ts +4 -0
  234. package/dist/components/uikit/Svg/Icons/SuccessOutline.js +27 -0
  235. package/dist/components/uikit/Svg/Icons/SwapArrows.d.ts +4 -0
  236. package/dist/components/uikit/Svg/Icons/SwapArrows.js +27 -0
  237. package/dist/components/uikit/Svg/Icons/SwitchArrows.d.ts +4 -0
  238. package/dist/components/uikit/Svg/Icons/SwitchArrows.js +27 -0
  239. package/dist/components/uikit/Svg/Icons/Tag.d.ts +4 -0
  240. package/dist/components/uikit/Svg/Icons/Tag.js +16 -0
  241. package/dist/components/uikit/Svg/Icons/Telegram.d.ts +4 -0
  242. package/dist/components/uikit/Svg/Icons/Telegram.js +27 -0
  243. package/dist/components/uikit/Svg/Icons/TelegramNew.d.ts +4 -0
  244. package/dist/components/uikit/Svg/Icons/TelegramNew.js +27 -0
  245. package/dist/components/uikit/Svg/Icons/TextLogo.d.ts +4 -0
  246. package/dist/components/uikit/Svg/Icons/TextLogo.js +17 -0
  247. package/dist/components/uikit/Svg/Icons/TickShield.d.ts +4 -0
  248. package/dist/components/uikit/Svg/Icons/TickShield.js +27 -0
  249. package/dist/components/uikit/Svg/Icons/Trade.d.ts +4 -0
  250. package/dist/components/uikit/Svg/Icons/Trade.js +27 -0
  251. package/dist/components/uikit/Svg/Icons/Trash.d.ts +4 -0
  252. package/dist/components/uikit/Svg/Icons/Trash.js +27 -0
  253. package/dist/components/uikit/Svg/Icons/Twitter.d.ts +4 -0
  254. package/dist/components/uikit/Svg/Icons/Twitter.js +27 -0
  255. package/dist/components/uikit/Svg/Icons/URL.d.ts +4 -0
  256. package/dist/components/uikit/Svg/Icons/URL.js +27 -0
  257. package/dist/components/uikit/Svg/Icons/Vaults.d.ts +4 -0
  258. package/dist/components/uikit/Svg/Icons/Vaults.js +27 -0
  259. package/dist/components/uikit/Svg/Icons/Verified.d.ts +4 -0
  260. package/dist/components/uikit/Svg/Icons/Verified.js +17 -0
  261. package/dist/components/uikit/Svg/Icons/Wallet.d.ts +4 -0
  262. package/dist/components/uikit/Svg/Icons/Wallet.js +27 -0
  263. package/dist/components/uikit/Svg/Icons/Warning.d.ts +4 -0
  264. package/dist/components/uikit/Svg/Icons/Warning.js +27 -0
  265. package/dist/components/uikit/Svg/Icons/Watch.d.ts +4 -0
  266. package/dist/components/uikit/Svg/Icons/Watch.js +27 -0
  267. package/dist/components/uikit/Svg/Icons/Website.d.ts +4 -0
  268. package/dist/components/uikit/Svg/Icons/Website.js +27 -0
  269. package/dist/components/uikit/Svg/Icons/WebsiteNew.d.ts +4 -0
  270. package/dist/components/uikit/Svg/Icons/WebsiteNew.js +27 -0
  271. package/dist/components/uikit/Svg/Icons/WhitepaperNew.d.ts +4 -0
  272. package/dist/components/uikit/Svg/Icons/WhitepaperNew.js +27 -0
  273. package/dist/components/uikit/Svg/Icons/XNew.d.ts +4 -0
  274. package/dist/components/uikit/Svg/Icons/XNew.js +27 -0
  275. package/dist/components/uikit/Svg/Icons/YellowQuestionMark.d.ts +4 -0
  276. package/dist/components/uikit/Svg/Icons/YellowQuestionMark.js +17 -0
  277. package/dist/components/uikit/Svg/Icons/ZapArrow.d.ts +4 -0
  278. package/dist/components/uikit/Svg/Icons/ZapArrow.js +27 -0
  279. package/dist/components/uikit/Svg/Icons/ZapIcon.d.ts +4 -0
  280. package/dist/components/uikit/Svg/Icons/ZapIcon.js +27 -0
  281. package/dist/components/uikit/Svg/Icons/index.d.ts +107 -0
  282. package/dist/components/uikit/Svg/Icons/index.js +109 -0
  283. package/dist/components/uikit/Svg/Icons/polygonNew.d.ts +4 -0
  284. package/dist/components/uikit/Svg/Icons/polygonNew.js +27 -0
  285. package/dist/components/uikit/Svg/Icons/types.d.ts +16 -0
  286. package/dist/components/uikit/Svg/Icons/types.js +1 -0
  287. package/dist/components/uikit/Svg/index.d.ts +4 -0
  288. package/dist/components/uikit/Svg/index.js +341 -0
  289. package/dist/components/uikit/Svg/styles.d.ts +4 -0
  290. package/dist/components/uikit/Svg/styles.js +16 -0
  291. package/dist/components/uikit/Svg/tokens/ABOND.d.ts +4 -0
  292. package/dist/components/uikit/Svg/tokens/ABOND.js +17 -0
  293. package/dist/components/uikit/Svg/tokens/ARBITRUM.d.ts +4 -0
  294. package/dist/components/uikit/Svg/tokens/ARBITRUM.js +17 -0
  295. package/dist/components/uikit/Svg/tokens/AVAX.d.ts +4 -0
  296. package/dist/components/uikit/Svg/tokens/AVAX.js +17 -0
  297. package/dist/components/uikit/Svg/tokens/BANANA.d.ts +4 -0
  298. package/dist/components/uikit/Svg/tokens/BANANA.js +17 -0
  299. package/dist/components/uikit/Svg/tokens/BASE.d.ts +4 -0
  300. package/dist/components/uikit/Svg/tokens/BASE.js +17 -0
  301. package/dist/components/uikit/Svg/tokens/BNB.d.ts +4 -0
  302. package/dist/components/uikit/Svg/tokens/BNB.js +17 -0
  303. package/dist/components/uikit/Svg/tokens/BSC.d.ts +4 -0
  304. package/dist/components/uikit/Svg/tokens/BSC.js +17 -0
  305. package/dist/components/uikit/Svg/tokens/CELO.d.ts +4 -0
  306. package/dist/components/uikit/Svg/tokens/CELO.js +16 -0
  307. package/dist/components/uikit/Svg/tokens/CRONOS.d.ts +4 -0
  308. package/dist/components/uikit/Svg/tokens/CRONOS.js +17 -0
  309. package/dist/components/uikit/Svg/tokens/ETH.d.ts +4 -0
  310. package/dist/components/uikit/Svg/tokens/ETH.js +17 -0
  311. package/dist/components/uikit/Svg/tokens/FANTOM.d.ts +4 -0
  312. package/dist/components/uikit/Svg/tokens/FANTOM.js +17 -0
  313. package/dist/components/uikit/Svg/tokens/GNANA.d.ts +4 -0
  314. package/dist/components/uikit/Svg/tokens/GNANA.js +17 -0
  315. package/dist/components/uikit/Svg/tokens/GNOSIS.d.ts +4 -0
  316. package/dist/components/uikit/Svg/tokens/GNOSIS.js +17 -0
  317. package/dist/components/uikit/Svg/tokens/INEVM.d.ts +4 -0
  318. package/dist/components/uikit/Svg/tokens/INEVM.js +17 -0
  319. package/dist/components/uikit/Svg/tokens/IOTA.d.ts +4 -0
  320. package/dist/components/uikit/Svg/tokens/IOTA.js +17 -0
  321. package/dist/components/uikit/Svg/tokens/LIGHTLINK.d.ts +4 -0
  322. package/dist/components/uikit/Svg/tokens/LIGHTLINK.js +17 -0
  323. package/dist/components/uikit/Svg/tokens/LINEA.d.ts +4 -0
  324. package/dist/components/uikit/Svg/tokens/LINEA.js +17 -0
  325. package/dist/components/uikit/Svg/tokens/OKX.d.ts +4 -0
  326. package/dist/components/uikit/Svg/tokens/OKX.js +16 -0
  327. package/dist/components/uikit/Svg/tokens/OPTIMISM.d.ts +4 -0
  328. package/dist/components/uikit/Svg/tokens/OPTIMISM.js +19 -0
  329. package/dist/components/uikit/Svg/tokens/POLYGON.d.ts +4 -0
  330. package/dist/components/uikit/Svg/tokens/POLYGON.js +17 -0
  331. package/dist/components/uikit/Svg/tokens/POLYGONZK.d.ts +4 -0
  332. package/dist/components/uikit/Svg/tokens/POLYGONZK.js +17 -0
  333. package/dist/components/uikit/Svg/tokens/TLOS.d.ts +4 -0
  334. package/dist/components/uikit/Svg/tokens/TLOS.js +17 -0
  335. package/dist/components/uikit/Svg/tokens/index.d.ts +22 -0
  336. package/dist/components/uikit/Svg/tokens/index.js +22 -0
  337. package/dist/components/uikit/Svg/types.d.ts +168 -0
  338. package/dist/components/uikit/Svg/types.js +162 -0
  339. package/dist/components/uikit/Svg/walletIcons/BinanceChain.d.ts +4 -0
  340. package/dist/components/uikit/Svg/walletIcons/BinanceChain.js +17 -0
  341. package/dist/components/uikit/Svg/walletIcons/Bitkeep.d.ts +4 -0
  342. package/dist/components/uikit/Svg/walletIcons/Bitkeep.js +17 -0
  343. package/dist/components/uikit/Svg/walletIcons/Brave.d.ts +4 -0
  344. package/dist/components/uikit/Svg/walletIcons/Brave.js +17 -0
  345. package/dist/components/uikit/Svg/walletIcons/Coinbase.d.ts +4 -0
  346. package/dist/components/uikit/Svg/walletIcons/Coinbase.js +17 -0
  347. package/dist/components/uikit/Svg/walletIcons/MadWallet.d.ts +4 -0
  348. package/dist/components/uikit/Svg/walletIcons/MadWallet.js +17 -0
  349. package/dist/components/uikit/Svg/walletIcons/MathWallet.d.ts +4 -0
  350. package/dist/components/uikit/Svg/walletIcons/MathWallet.js +17 -0
  351. package/dist/components/uikit/Svg/walletIcons/Metamask.d.ts +4 -0
  352. package/dist/components/uikit/Svg/walletIcons/Metamask.js +17 -0
  353. package/dist/components/uikit/Svg/walletIcons/Nabox.d.ts +4 -0
  354. package/dist/components/uikit/Svg/walletIcons/Nabox.js +17 -0
  355. package/dist/components/uikit/Svg/walletIcons/OKX.d.ts +4 -0
  356. package/dist/components/uikit/Svg/walletIcons/OKX.js +17 -0
  357. package/dist/components/uikit/Svg/walletIcons/OntoWallet.d.ts +4 -0
  358. package/dist/components/uikit/Svg/walletIcons/OntoWallet.js +17 -0
  359. package/dist/components/uikit/Svg/walletIcons/SafePalWallet.d.ts +4 -0
  360. package/dist/components/uikit/Svg/walletIcons/SafePalWallet.js +17 -0
  361. package/dist/components/uikit/Svg/walletIcons/SocialLogin.d.ts +4 -0
  362. package/dist/components/uikit/Svg/walletIcons/SocialLogin.js +17 -0
  363. package/dist/components/uikit/Svg/walletIcons/TokenPocket.d.ts +4 -0
  364. package/dist/components/uikit/Svg/walletIcons/TokenPocket.js +17 -0
  365. package/dist/components/uikit/Svg/walletIcons/TorusWallet.d.ts +4 -0
  366. package/dist/components/uikit/Svg/walletIcons/TorusWallet.js +17 -0
  367. package/dist/components/uikit/Svg/walletIcons/TrustWallet.d.ts +4 -0
  368. package/dist/components/uikit/Svg/walletIcons/TrustWallet.js +17 -0
  369. package/dist/components/uikit/Svg/walletIcons/Unstoppable.d.ts +4 -0
  370. package/dist/components/uikit/Svg/walletIcons/Unstoppable.js +17 -0
  371. package/dist/components/uikit/Svg/walletIcons/WalletConnect.d.ts +4 -0
  372. package/dist/components/uikit/Svg/walletIcons/WalletConnect.js +17 -0
  373. package/dist/components/uikit/Svg/walletIcons/WalletImage.d.ts +3 -0
  374. package/dist/components/uikit/Svg/walletIcons/WalletImage.js +16 -0
  375. package/dist/components/uikit/Svg/walletIcons/index.d.ts +18 -0
  376. package/dist/components/uikit/Svg/walletIcons/index.js +18 -0
  377. package/dist/components/uikit/SwiperDots/index.d.ts +6 -0
  378. package/dist/components/uikit/SwiperDots/index.js +14 -0
  379. package/dist/components/uikit/Tabs/Tab.d.ts +4 -0
  380. package/dist/components/uikit/Tabs/Tab.js +34 -0
  381. package/dist/components/uikit/Tabs/TabPanel.d.ts +4 -0
  382. package/dist/components/uikit/Tabs/TabPanel.js +29 -0
  383. package/dist/components/uikit/Tabs/Tabs.d.ts +4 -0
  384. package/dist/components/uikit/Tabs/Tabs.js +67 -0
  385. package/dist/components/uikit/Tabs/index.d.ts +2 -0
  386. package/dist/components/uikit/Tabs/index.js +2 -0
  387. package/dist/components/uikit/Tabs/styles.d.ts +3 -0
  388. package/dist/components/uikit/Tabs/styles.js +40 -0
  389. package/dist/components/uikit/Tabs/types.d.ts +54 -0
  390. package/dist/components/uikit/Tabs/types.js +22 -0
  391. package/dist/components/uikit/Tag/ListTag.d.ts +4 -0
  392. package/dist/components/uikit/Tag/ListTag.js +20 -0
  393. package/dist/components/uikit/Tag/Tag.d.ts +4 -0
  394. package/dist/components/uikit/Tag/Tag.js +42 -0
  395. package/dist/components/uikit/Tag/index.d.ts +3 -0
  396. package/dist/components/uikit/Tag/index.js +2 -0
  397. package/dist/components/uikit/Tag/styles.d.ts +5 -0
  398. package/dist/components/uikit/Tag/styles.js +44 -0
  399. package/dist/components/uikit/Tag/types.d.ts +48 -0
  400. package/dist/components/uikit/Tag/types.js +34 -0
  401. package/dist/components/uikit/Text/index.d.ts +4 -0
  402. package/dist/components/uikit/Text/index.js +35 -0
  403. package/dist/components/uikit/Text/types.d.ts +23 -0
  404. package/dist/components/uikit/Text/types.js +13 -0
  405. package/dist/components/uikit/Toggle/index.d.ts +4 -0
  406. package/dist/components/uikit/Toggle/index.js +63 -0
  407. package/dist/components/uikit/Toggle/styles.d.ts +3 -0
  408. package/dist/components/uikit/Toggle/styles.js +39 -0
  409. package/dist/components/uikit/Toggle/types.d.ts +31 -0
  410. package/dist/components/uikit/Toggle/types.js +17 -0
  411. package/dist/components/uikit/Tooltip/index.d.ts +4 -0
  412. package/dist/components/uikit/Tooltip/index.js +66 -0
  413. package/dist/components/uikit/Tooltip/styles.d.ts +4 -0
  414. package/dist/components/uikit/Tooltip/styles.js +60 -0
  415. package/dist/components/uikit/Tooltip/types.d.ts +17 -0
  416. package/dist/components/uikit/Tooltip/types.js +8 -0
  417. package/dist/components/uikit/TutorialModal/index.d.ts +4 -0
  418. package/dist/components/uikit/TutorialModal/index.js +52 -0
  419. package/dist/components/uikit/TutorialModal/styles.d.ts +8 -0
  420. package/dist/components/uikit/TutorialModal/styles.js +86 -0
  421. package/dist/components/uikit/TutorialModal/types.d.ts +22 -0
  422. package/dist/components/uikit/TutorialModal/types.js +1 -0
  423. package/dist/components/uikit/TutorialModal/useTutorialModal.d.ts +6 -0
  424. package/dist/components/uikit/TutorialModal/useTutorialModal.js +20 -0
  425. package/dist/components/uikit/index.d.ts +18 -0
  426. package/dist/components/uikit/index.js +20 -0
  427. package/dist/contexts/ModalContext.d.ts +14 -0
  428. package/dist/contexts/ModalContext.js +78 -0
  429. package/dist/hooks/useIsAbond.d.ts +3 -0
  430. package/dist/hooks/useIsAbond.js +10 -0
  431. package/dist/hooks/useModal.d.ts +3 -0
  432. package/dist/hooks/useModal.js +39 -0
  433. package/dist/utils/numbers.d.ts +5 -0
  434. package/dist/utils/numbers.js +111 -0
  435. package/package.json +7 -1
@@ -0,0 +1,2764 @@
1
+ {
2
+ "v": "5.9.0",
3
+ "fr": 25,
4
+ "ip": 0,
5
+ "op": 50,
6
+ "w": 400,
7
+ "h": 400,
8
+ "nm": "loading",
9
+ "ddd": 0,
10
+ "assets": [],
11
+ "layers": [
12
+ {
13
+ "ddd": 0,
14
+ "ind": 1,
15
+ "ty": 4,
16
+ "nm": "capocha Outlines",
17
+ "sr": 1,
18
+ "ks": {
19
+ "o": {
20
+ "a": 1,
21
+ "k": [
22
+ {
23
+ "i": {
24
+ "x": [0.833],
25
+ "y": [0.833]
26
+ },
27
+ "o": {
28
+ "x": [0.167],
29
+ "y": [0.167]
30
+ },
31
+ "t": 0,
32
+ "s": [0]
33
+ },
34
+ {
35
+ "i": {
36
+ "x": [0.833],
37
+ "y": [0.833]
38
+ },
39
+ "o": {
40
+ "x": [0.167],
41
+ "y": [0.167]
42
+ },
43
+ "t": 13,
44
+ "s": [100]
45
+ },
46
+ {
47
+ "i": {
48
+ "x": [0.833],
49
+ "y": [0.833]
50
+ },
51
+ "o": {
52
+ "x": [0.167],
53
+ "y": [0.167]
54
+ },
55
+ "t": 41,
56
+ "s": [100]
57
+ },
58
+ {
59
+ "t": 50,
60
+ "s": [0]
61
+ }
62
+ ],
63
+ "ix": 11
64
+ },
65
+ "r": {
66
+ "a": 0,
67
+ "k": 0,
68
+ "ix": 10
69
+ },
70
+ "p": {
71
+ "a": 0,
72
+ "k": [200, 198, 0],
73
+ "ix": 2,
74
+ "l": 2
75
+ },
76
+ "a": {
77
+ "a": 0,
78
+ "k": [78.5, 69.5, 0],
79
+ "ix": 1,
80
+ "l": 2
81
+ },
82
+ "s": {
83
+ "a": 0,
84
+ "k": [248, 248, 100],
85
+ "ix": 6,
86
+ "l": 2
87
+ }
88
+ },
89
+ "ao": 0,
90
+ "hasMask": true,
91
+ "masksProperties": [
92
+ {
93
+ "inv": false,
94
+ "mode": "a",
95
+ "pt": {
96
+ "a": 1,
97
+ "k": [
98
+ {
99
+ "i": {
100
+ "x": 0.833,
101
+ "y": 0.833
102
+ },
103
+ "o": {
104
+ "x": 0.167,
105
+ "y": 0.167
106
+ },
107
+ "t": 0,
108
+ "s": [
109
+ {
110
+ "i": [
111
+ [0, 0],
112
+ [0, 0],
113
+ [0, 0],
114
+ [0, 0],
115
+ [0, 0],
116
+ [0, 0],
117
+ [0, 0],
118
+ [0, 0],
119
+ [0, 0]
120
+ ],
121
+ "o": [
122
+ [0, 0],
123
+ [0, 0],
124
+ [0, 0],
125
+ [0, 0],
126
+ [0, 0],
127
+ [0, 0],
128
+ [0, 0],
129
+ [0, 0],
130
+ [0, 0]
131
+ ],
132
+ "v": [
133
+ [122.452, 41.677],
134
+ [112.774, 44.903],
135
+ [118.419, 60.226],
136
+ [122.071, 59.53],
137
+ [123.55, 59.249],
138
+ [123.942, 59.174],
139
+ [124.944, 58.983],
140
+ [125.906, 58.8],
141
+ [126.887, 58.613]
142
+ ],
143
+ "c": true
144
+ }
145
+ ]
146
+ },
147
+ {
148
+ "i": {
149
+ "x": 0.833,
150
+ "y": 0.833
151
+ },
152
+ "o": {
153
+ "x": 0.167,
154
+ "y": 0.167
155
+ },
156
+ "t": 10,
157
+ "s": [
158
+ {
159
+ "i": [
160
+ [0, 0],
161
+ [0, 0],
162
+ [0, 0],
163
+ [0, 0],
164
+ [0, 0],
165
+ [0, 0],
166
+ [0, 0],
167
+ [0, 0],
168
+ [0, 0]
169
+ ],
170
+ "o": [
171
+ [0, 0],
172
+ [0, 0],
173
+ [0, 0],
174
+ [0, 0],
175
+ [0, 0],
176
+ [0, 0],
177
+ [0, 0],
178
+ [0, 0],
179
+ [0, 0]
180
+ ],
181
+ "v": [
182
+ [97.452, 17.282],
183
+ [88.581, 22.323],
184
+ [95.234, 36.435],
185
+ [114.2, 44.977],
186
+ [117.228, 42.664],
187
+ [118.031, 42.051],
188
+ [120.085, 40.483],
189
+ [122.055, 38.978],
190
+ [124.064, 37.444]
191
+ ],
192
+ "c": true
193
+ }
194
+ ]
195
+ },
196
+ {
197
+ "i": {
198
+ "x": 0.833,
199
+ "y": 0.833
200
+ },
201
+ "o": {
202
+ "x": 0.167,
203
+ "y": 0.167
204
+ },
205
+ "t": 13,
206
+ "s": [
207
+ {
208
+ "i": [
209
+ [0, 0],
210
+ [0, 0],
211
+ [0, 0],
212
+ [0, 0],
213
+ [0, 0],
214
+ [0, 0],
215
+ [0, 0],
216
+ [0, 0],
217
+ [0, 0]
218
+ ],
219
+ "o": [
220
+ [0, 0],
221
+ [0, 0],
222
+ [0, 0],
223
+ [0, 0],
224
+ [0, 0],
225
+ [0, 0],
226
+ [0, 0],
227
+ [0, 0],
228
+ [0, 0]
229
+ ],
230
+ "v": [
231
+ [77.895, -3.081],
232
+ [44.427, 22.323],
233
+ [61.766, 36.032],
234
+ [95.651, 32.881],
235
+ [96.513, 27.596],
236
+ [96.742, 26.195],
237
+ [97.327, 22.613],
238
+ [97.888, 19.174],
239
+ [98.46, 15.669]
240
+ ],
241
+ "c": true
242
+ }
243
+ ]
244
+ },
245
+ {
246
+ "i": {
247
+ "x": 0.833,
248
+ "y": 0.833
249
+ },
250
+ "o": {
251
+ "x": 0.167,
252
+ "y": 0.167
253
+ },
254
+ "t": 16,
255
+ "s": [
256
+ {
257
+ "i": [
258
+ [0, 0],
259
+ [0, 0],
260
+ [0, 0],
261
+ [0, 0],
262
+ [0, 0],
263
+ [0, 0],
264
+ [0, 0],
265
+ [0, 0],
266
+ [0, 0]
267
+ ],
268
+ "o": [
269
+ [0, 0],
270
+ [0, 0],
271
+ [0, 0],
272
+ [0, 0],
273
+ [0, 0],
274
+ [0, 0],
275
+ [0, 0],
276
+ [0, 0],
277
+ [0, 0]
278
+ ],
279
+ "v": [
280
+ [40.395, -6.71],
281
+ [22.25, 77.565],
282
+ [39.589, 86.435],
283
+ [72.667, 33.687],
284
+ [74.52, 25.06],
285
+ [75.011, 22.773],
286
+ [76.267, 16.924],
287
+ [77.473, 11.311],
288
+ [78.702, 5.589]
289
+ ],
290
+ "c": true
291
+ }
292
+ ]
293
+ },
294
+ {
295
+ "i": {
296
+ "x": 0.833,
297
+ "y": 0.833
298
+ },
299
+ "o": {
300
+ "x": 0.167,
301
+ "y": 0.167
302
+ },
303
+ "t": 18,
304
+ "s": [
305
+ {
306
+ "i": [
307
+ [0, 0],
308
+ [0, 0],
309
+ [0, 0],
310
+ [0, 0],
311
+ [0, 0],
312
+ [0, 0],
313
+ [0, 0],
314
+ [0, 0],
315
+ [0, 0]
316
+ ],
317
+ "o": [
318
+ [0, 0],
319
+ [0, 0],
320
+ [0, 0],
321
+ [0, 0],
322
+ [0, 0],
323
+ [0, 0],
324
+ [0, 0],
325
+ [0, 0],
326
+ [0, 0]
327
+ ],
328
+ "v": [
329
+ [2.492, -6.71],
330
+ [33.54, 127.565],
331
+ [48.863, 108.613],
332
+ [71.861, 36.913],
333
+ [66.533, 28.286],
334
+ [65.12, 25.998],
335
+ [61.508, 20.15],
336
+ [58.042, 14.537],
337
+ [54.508, 8.814]
338
+ ],
339
+ "c": true
340
+ }
341
+ ]
342
+ },
343
+ {
344
+ "i": {
345
+ "x": 0.833,
346
+ "y": 0.833
347
+ },
348
+ "o": {
349
+ "x": 0.167,
350
+ "y": 0.167
351
+ },
352
+ "t": 22,
353
+ "s": [
354
+ {
355
+ "i": [
356
+ [0, 0],
357
+ [0, 0],
358
+ [0, 0],
359
+ [0, 0],
360
+ [0, 0],
361
+ [0, 0],
362
+ [0, 0],
363
+ [0, 0],
364
+ [0, 0]
365
+ ],
366
+ "o": [
367
+ [0, 0],
368
+ [0, 0],
369
+ [0, 0],
370
+ [0, 0],
371
+ [0, 0],
372
+ [0, 0],
373
+ [0, 0],
374
+ [0, 0],
375
+ [0, 0]
376
+ ],
377
+ "v": [
378
+ [18.218, 90.064],
379
+ [38.379, 149.339],
380
+ [118.218, 121.919],
381
+ [92.829, 85.703],
382
+ [73.387, 71.505],
383
+ [68.233, 67.741],
384
+ [55.052, 58.115],
385
+ [42.403, 48.877],
386
+ [29.508, 39.46]
387
+ ],
388
+ "c": true
389
+ }
390
+ ]
391
+ },
392
+ {
393
+ "i": {
394
+ "x": 0.833,
395
+ "y": 0.833
396
+ },
397
+ "o": {
398
+ "x": 0.167,
399
+ "y": 0.167
400
+ },
401
+ "t": 27,
402
+ "s": [
403
+ {
404
+ "i": [
405
+ [0, 0],
406
+ [0, 0],
407
+ [0, 0],
408
+ [0, 0],
409
+ [0, 0],
410
+ [0, 0],
411
+ [0, 0],
412
+ [0, 0],
413
+ [0, 0]
414
+ ],
415
+ "o": [
416
+ [0, 0],
417
+ [0, 0],
418
+ [0, 0],
419
+ [0, 0],
420
+ [0, 0],
421
+ [0, 0],
422
+ [0, 0],
423
+ [0, 0],
424
+ [0, 0]
425
+ ],
426
+ "v": [
427
+ [17.008, 93.29],
428
+ [38.379, 149.339],
429
+ [157.33, 111.032],
430
+ [110.167, 18.768],
431
+ [92.088, 40.472],
432
+ [87.294, 46.227],
433
+ [75.037, 60.942],
434
+ [63.274, 75.063],
435
+ [51.282, 89.46]
436
+ ],
437
+ "c": true
438
+ }
439
+ ]
440
+ },
441
+ {
442
+ "i": {
443
+ "x": 0.833,
444
+ "y": 0.833
445
+ },
446
+ "o": {
447
+ "x": 0.167,
448
+ "y": 0.167
449
+ },
450
+ "t": 31,
451
+ "s": [
452
+ {
453
+ "i": [
454
+ [0, 0],
455
+ [0, 0],
456
+ [0, 0],
457
+ [0, 0],
458
+ [0, 0],
459
+ [0, 0],
460
+ [0, 0],
461
+ [0, 0],
462
+ [0, 0]
463
+ ],
464
+ "o": [
465
+ [0, 0],
466
+ [0, 0],
467
+ [0, 0],
468
+ [0, 0],
469
+ [0, 0],
470
+ [0, 0],
471
+ [0, 0],
472
+ [0, 0],
473
+ [0, 0]
474
+ ],
475
+ "v": [
476
+ [87.573, 78.371],
477
+ [41.605, 142.887],
478
+ [162.976, 124.742],
479
+ [102.103, 0.219],
480
+ [78.452, 5.458],
481
+ [72.182, 6.847],
482
+ [56.147, 10.399],
483
+ [40.76, 13.807],
484
+ [25.073, 17.282]
485
+ ],
486
+ "c": true
487
+ }
488
+ ]
489
+ },
490
+ {
491
+ "i": {
492
+ "x": 0.833,
493
+ "y": 0.833
494
+ },
495
+ "o": {
496
+ "x": 0.167,
497
+ "y": 0.167
498
+ },
499
+ "t": 36,
500
+ "s": [
501
+ {
502
+ "i": [
503
+ [0, 0],
504
+ [0, 0],
505
+ [0, 0],
506
+ [0, 0],
507
+ [0, 0],
508
+ [0, 0],
509
+ [0, 0],
510
+ [0, 0],
511
+ [0, 0]
512
+ ],
513
+ "o": [
514
+ [0, 0],
515
+ [0, 0],
516
+ [0, 0],
517
+ [0, 0],
518
+ [0, 0],
519
+ [0, 0],
520
+ [0, 0],
521
+ [0, 0],
522
+ [0, 0]
523
+ ],
524
+ "v": [
525
+ [84.75, 79.581],
526
+ [108.137, 128.774],
527
+ [162.976, 124.742],
528
+ [101.296, 0.219],
529
+ [8.876, 15.318],
530
+ [11.347, 30.706],
531
+ [17.665, 70.055],
532
+ [23.729, 107.817],
533
+ [29.911, 146.314]
534
+ ],
535
+ "c": true
536
+ }
537
+ ]
538
+ },
539
+ {
540
+ "i": {
541
+ "x": 0.833,
542
+ "y": 0.833
543
+ },
544
+ "o": {
545
+ "x": 0.167,
546
+ "y": 0.167
547
+ },
548
+ "t": 39,
549
+ "s": [
550
+ {
551
+ "i": [
552
+ [0, 0],
553
+ [0, 0],
554
+ [0, 0],
555
+ [0, 0],
556
+ [0, 0],
557
+ [0, 0],
558
+ [0, 0],
559
+ [0, 0],
560
+ [0, 0]
561
+ ],
562
+ "o": [
563
+ [0, 0],
564
+ [0, 0],
565
+ [0, 0],
566
+ [0, 0],
567
+ [0, 0],
568
+ [0, 0],
569
+ [0, 0],
570
+ [0, 0],
571
+ [0, 0]
572
+ ],
573
+ "v": [
574
+ [84.75, 79.581],
575
+ [135.556, 103.774],
576
+ [183.943, 93.29],
577
+ [101.296, 0.219],
578
+ [8.876, 15.318],
579
+ [25.57, 34.566],
580
+ [25.186, 131.674],
581
+ [71.053, 133.732],
582
+ [117.814, 135.831]
583
+ ],
584
+ "c": true
585
+ }
586
+ ]
587
+ },
588
+ {
589
+ "i": {
590
+ "x": 0.833,
591
+ "y": 0.833
592
+ },
593
+ "o": {
594
+ "x": 0.167,
595
+ "y": 0.167
596
+ },
597
+ "t": 40,
598
+ "s": [
599
+ {
600
+ "i": [
601
+ [0, 0],
602
+ [0, 0],
603
+ [0, 0],
604
+ [0, 0],
605
+ [0, 0],
606
+ [0, 0],
607
+ [0, 0],
608
+ [0, 0],
609
+ [0, 0]
610
+ ],
611
+ "o": [
612
+ [0, 0],
613
+ [0, 0],
614
+ [0, 0],
615
+ [0, 0],
616
+ [0, 0],
617
+ [0, 0],
618
+ [0, 0],
619
+ [0, 0],
620
+ [0, 0]
621
+ ],
622
+ "v": [
623
+ [84.75, 79.581],
624
+ [138.782, 87.645],
625
+ [183.943, 93.29],
626
+ [101.296, 0.219],
627
+ [8.876, 15.318],
628
+ [25.57, 34.566],
629
+ [25.186, 131.674],
630
+ [102.165, 146.73],
631
+ [144.427, 108.411]
632
+ ],
633
+ "c": true
634
+ }
635
+ ]
636
+ },
637
+ {
638
+ "t": 42,
639
+ "s": [
640
+ {
641
+ "i": [
642
+ [0, 0],
643
+ [0, 0],
644
+ [0, 0],
645
+ [0, 0],
646
+ [0, 0],
647
+ [0, 0],
648
+ [0, 0],
649
+ [0, 0],
650
+ [0, 0]
651
+ ],
652
+ "o": [
653
+ [0, 0],
654
+ [0, 0],
655
+ [0, 0],
656
+ [0, 0],
657
+ [0, 0],
658
+ [0, 0],
659
+ [0, 0],
660
+ [0, 0],
661
+ [0, 0]
662
+ ],
663
+ "v": [
664
+ [167.008, 102.968],
665
+ [138.782, 87.645],
666
+ [183.943, 93.29],
667
+ [101.296, 0.219],
668
+ [8.876, 15.318],
669
+ [25.57, 34.566],
670
+ [25.186, 131.674],
671
+ [102.165, 146.73],
672
+ [144.427, 108.411]
673
+ ],
674
+ "c": true
675
+ }
676
+ ]
677
+ }
678
+ ],
679
+ "ix": 1
680
+ },
681
+ "o": {
682
+ "a": 0,
683
+ "k": 100,
684
+ "ix": 3
685
+ },
686
+ "x": {
687
+ "a": 0,
688
+ "k": 0,
689
+ "ix": 4
690
+ },
691
+ "nm": "Mask 1"
692
+ }
693
+ ],
694
+ "shapes": [
695
+ {
696
+ "ty": "gr",
697
+ "it": [
698
+ {
699
+ "ind": 0,
700
+ "ty": "sh",
701
+ "ix": 1,
702
+ "ks": {
703
+ "a": 0,
704
+ "k": {
705
+ "i": [
706
+ [0, 0],
707
+ [-0.053, 4.428],
708
+ [0, 0],
709
+ [0.974, 3.584],
710
+ [0, 0],
711
+ [0.695, 1.52],
712
+ [0.587, 1.073],
713
+ [9.724, 4.498],
714
+ [0, 0],
715
+ [0, 0],
716
+ [0.302, 0.028],
717
+ [0.56, 0.024],
718
+ [0, 0],
719
+ [1.781, -0.885],
720
+ [5.035, -9.222],
721
+ [0.508, -1.109],
722
+ [0.536, -1.565],
723
+ [0, 0],
724
+ [0, -0.014],
725
+ [0, -3.622],
726
+ [0, 0],
727
+ [0.984, -4.313],
728
+ [0, 0],
729
+ [0.034, -0.157],
730
+ [0, -2.371],
731
+ [-17.094, -6.133],
732
+ [-4.349, -0.523],
733
+ [-2.251, -0.02],
734
+ [0, 0],
735
+ [0, 21.882],
736
+ [0.494, 2.256],
737
+ [0.039, 0.154],
738
+ [0, 0]
739
+ ],
740
+ "o": [
741
+ [-0.985, -4.313],
742
+ [0, 0],
743
+ [0, -3.637],
744
+ [0, 0],
745
+ [-0.533, -1.565],
746
+ [-0.509, -1.109],
747
+ [-5.234, -9.592],
748
+ [-1.434, -0.662],
749
+ [0, 0],
750
+ [-0.299, -0.035],
751
+ [-0.553, -0.049],
752
+ [0, 0],
753
+ [-9.245, 3.159],
754
+ [-9.248, 4.592],
755
+ [-0.591, 1.077],
756
+ [-0.696, 1.52],
757
+ [-0.09, -0.052],
758
+ [-0.008, 0.013],
759
+ [-0.964, 3.567],
760
+ [0, 0],
761
+ [0.056, 4.428],
762
+ [0, 0],
763
+ [-0.035, 0.157],
764
+ [-0.494, 2.259],
765
+ [0, 16.209],
766
+ [3.893, 1.401],
767
+ [2.164, 0.261],
768
+ [0, 0],
769
+ [26.826, 0],
770
+ [0, -2.371],
771
+ [-0.034, -0.157],
772
+ [0, 0],
773
+ [0, 0]
774
+ ],
775
+ "v": [
776
+ [46.896, 8.583],
777
+ [45.417, -4.555],
778
+ [45.417, -5.314],
779
+ [43.928, -16.189],
780
+ [43.062, -19.035],
781
+ [41.218, -23.672],
782
+ [39.576, -26.949],
783
+ [16.278, -49.21],
784
+ [11.661, -57.201],
785
+ [4.163, -52.691],
786
+ [3.262, -52.785],
787
+ [1.599, -52.896],
788
+ [-0.913, -58.956],
789
+ [-17.391, -48.678],
790
+ [-39.579, -26.949],
791
+ [-41.221, -23.672],
792
+ [-43.069, -19.035],
793
+ [-43.931, -16.193],
794
+ [-43.942, -16.152],
795
+ [-45.421, -5.318],
796
+ [-45.421, -4.559],
797
+ [-46.899, 8.583],
798
+ [-47.724, 11.916],
799
+ [-47.828, 12.387],
800
+ [-48.576, 19.336],
801
+ [-19.552, 55.617],
802
+ [-7.145, 58.535],
803
+ [-0.52, 58.956],
804
+ [0.005, 58.956],
805
+ [48.576, 19.332],
806
+ [47.828, 12.383],
807
+ [47.72, 11.916],
808
+ [46.896, 8.576]
809
+ ],
810
+ "c": true
811
+ },
812
+ "ix": 2
813
+ },
814
+ "nm": "Path 1",
815
+ "mn": "ADBE Vector Shape - Group",
816
+ "hd": false
817
+ },
818
+ {
819
+ "ty": "st",
820
+ "c": {
821
+ "a": 0,
822
+ "k": [0.243137269862, 0.231372563979, 0.462745127958, 1],
823
+ "ix": 3
824
+ },
825
+ "o": {
826
+ "a": 0,
827
+ "k": 100,
828
+ "ix": 4
829
+ },
830
+ "w": {
831
+ "a": 0,
832
+ "k": 3,
833
+ "ix": 5
834
+ },
835
+ "lc": 2,
836
+ "lj": 2,
837
+ "bm": 0,
838
+ "nm": "Stroke 1",
839
+ "mn": "ADBE Vector Graphic - Stroke",
840
+ "hd": false
841
+ },
842
+ {
843
+ "ty": "tr",
844
+ "p": {
845
+ "a": 0,
846
+ "k": [78.534, 69.5],
847
+ "ix": 2
848
+ },
849
+ "a": {
850
+ "a": 0,
851
+ "k": [0, 0],
852
+ "ix": 1
853
+ },
854
+ "s": {
855
+ "a": 0,
856
+ "k": [100, 100],
857
+ "ix": 3
858
+ },
859
+ "r": {
860
+ "a": 0,
861
+ "k": 0,
862
+ "ix": 6
863
+ },
864
+ "o": {
865
+ "a": 0,
866
+ "k": 100,
867
+ "ix": 7
868
+ },
869
+ "sk": {
870
+ "a": 0,
871
+ "k": 0,
872
+ "ix": 4
873
+ },
874
+ "sa": {
875
+ "a": 0,
876
+ "k": 0,
877
+ "ix": 5
878
+ },
879
+ "nm": "Transform"
880
+ }
881
+ ],
882
+ "nm": "Group 1",
883
+ "np": 2,
884
+ "cix": 2,
885
+ "bm": 0,
886
+ "ix": 1,
887
+ "mn": "ADBE Vector Group",
888
+ "hd": false
889
+ }
890
+ ],
891
+ "ip": 0,
892
+ "op": 50,
893
+ "st": 0,
894
+ "bm": 0
895
+ },
896
+ {
897
+ "ddd": 0,
898
+ "ind": 2,
899
+ "ty": 4,
900
+ "nm": "oreja der Outlines",
901
+ "sr": 1,
902
+ "ks": {
903
+ "o": {
904
+ "a": 1,
905
+ "k": [
906
+ {
907
+ "i": {
908
+ "x": [0.833],
909
+ "y": [0.833]
910
+ },
911
+ "o": {
912
+ "x": [0.167],
913
+ "y": [0.167]
914
+ },
915
+ "t": 0,
916
+ "s": [0]
917
+ },
918
+ {
919
+ "i": {
920
+ "x": [0.833],
921
+ "y": [0.833]
922
+ },
923
+ "o": {
924
+ "x": [0.167],
925
+ "y": [0.167]
926
+ },
927
+ "t": 13,
928
+ "s": [100]
929
+ },
930
+ {
931
+ "i": {
932
+ "x": [0.833],
933
+ "y": [0.833]
934
+ },
935
+ "o": {
936
+ "x": [0.167],
937
+ "y": [0.167]
938
+ },
939
+ "t": 41,
940
+ "s": [100]
941
+ },
942
+ {
943
+ "t": 50,
944
+ "s": [0]
945
+ }
946
+ ],
947
+ "ix": 11
948
+ },
949
+ "r": {
950
+ "a": 0,
951
+ "k": 0,
952
+ "ix": 10
953
+ },
954
+ "p": {
955
+ "a": 0,
956
+ "k": [200, 198, 0],
957
+ "ix": 2,
958
+ "l": 2
959
+ },
960
+ "a": {
961
+ "a": 0,
962
+ "k": [78.5, 69.5, 0],
963
+ "ix": 1,
964
+ "l": 2
965
+ },
966
+ "s": {
967
+ "a": 0,
968
+ "k": [248, 248, 100],
969
+ "ix": 6,
970
+ "l": 2
971
+ }
972
+ },
973
+ "ao": 0,
974
+ "hasMask": true,
975
+ "masksProperties": [
976
+ {
977
+ "inv": false,
978
+ "mode": "a",
979
+ "pt": {
980
+ "a": 1,
981
+ "k": [
982
+ {
983
+ "i": {
984
+ "x": 0.833,
985
+ "y": 0.833
986
+ },
987
+ "o": {
988
+ "x": 0.167,
989
+ "y": 0.167
990
+ },
991
+ "t": 0,
992
+ "s": [
993
+ {
994
+ "i": [
995
+ [0, 0],
996
+ [0, 0],
997
+ [0, 0],
998
+ [-4.738, 0.806],
999
+ [-1.37, 1.302],
1000
+ [-0.243, 0.304],
1001
+ [0, 0],
1002
+ [0, 0],
1003
+ [0, 0],
1004
+ [0, 0],
1005
+ [0, 0]
1006
+ ],
1007
+ "o": [
1008
+ [0, 0],
1009
+ [0, 0],
1010
+ [0, 0],
1011
+ [2.724, -0.464],
1012
+ [0.674, -0.641],
1013
+ [0.122, -0.153],
1014
+ [0, 0],
1015
+ [0, 0],
1016
+ [0, 0],
1017
+ [0, 0],
1018
+ [0, 0]
1019
+ ],
1020
+ "v": [
1021
+ [134.347, 72.625],
1022
+ [130.925, 73.718],
1023
+ [127.089, 74.944],
1024
+ [129.004, 82.101],
1025
+ [135.289, 78.705],
1026
+ [136.682, 77.2],
1027
+ [136.867, 76.96],
1028
+ [135.753, 75.044],
1029
+ [135.362, 74.372],
1030
+ [134.889, 73.558],
1031
+ [134.824, 73.447]
1032
+ ],
1033
+ "c": true
1034
+ }
1035
+ ]
1036
+ },
1037
+ {
1038
+ "i": {
1039
+ "x": 0.833,
1040
+ "y": 0.833
1041
+ },
1042
+ "o": {
1043
+ "x": 0.167,
1044
+ "y": 0.167
1045
+ },
1046
+ "t": 16,
1047
+ "s": [
1048
+ {
1049
+ "i": [
1050
+ [0, 0],
1051
+ [0, 0],
1052
+ [0, 0],
1053
+ [-4.738, 0.806],
1054
+ [-1.305, 0.992],
1055
+ [-2.064, 0.421],
1056
+ [0, 0],
1057
+ [0, 0],
1058
+ [0, 0],
1059
+ [0, 0],
1060
+ [0, 0]
1061
+ ],
1062
+ "o": [
1063
+ [0, 0],
1064
+ [0, 0],
1065
+ [0, 0],
1066
+ [1.974, -0.336],
1067
+ [1.216, -0.925],
1068
+ [1.037, -0.212],
1069
+ [0, 0],
1070
+ [0, 0],
1071
+ [0, 0],
1072
+ [0, 0],
1073
+ [0, 0]
1074
+ ],
1075
+ "v": [
1076
+ [130.516, 48.431],
1077
+ [127.094, 49.525],
1078
+ [123.258, 50.75],
1079
+ [125.375, 66.778],
1080
+ [128.532, 67.325],
1081
+ [135.102, 65.194],
1082
+ [136.867, 64.863],
1083
+ [134.06, 57.6],
1084
+ [133.076, 55.054],
1085
+ [131.882, 51.967],
1086
+ [131.72, 51.546]
1087
+ ],
1088
+ "c": true
1089
+ }
1090
+ ]
1091
+ },
1092
+ {
1093
+ "i": {
1094
+ "x": 0.833,
1095
+ "y": 0.833
1096
+ },
1097
+ "o": {
1098
+ "x": 0.167,
1099
+ "y": 0.167
1100
+ },
1101
+ "t": 17,
1102
+ "s": [
1103
+ {
1104
+ "i": [
1105
+ [0, 0],
1106
+ [0, 0],
1107
+ [0, 0],
1108
+ [-4.738, 0.806],
1109
+ [-1.472, 0.512],
1110
+ [-1.756, 0.063],
1111
+ [0, 0],
1112
+ [0, 0],
1113
+ [0, 0],
1114
+ [0, 0],
1115
+ [0, 0]
1116
+ ],
1117
+ "o": [
1118
+ [0, 0],
1119
+ [0, 0],
1120
+ [0, 0],
1121
+ [1.974, -0.336],
1122
+ [1.335, -0.477],
1123
+ [0.882, -0.032],
1124
+ [0, 0],
1125
+ [0, 0],
1126
+ [0, 0],
1127
+ [0, 0],
1128
+ [0, 0]
1129
+ ],
1130
+ "v": [
1131
+ [134.75, 45.811],
1132
+ [128.714, 46.713],
1133
+ [121.948, 47.726],
1134
+ [124.468, 64.661],
1135
+ [128.835, 65.006],
1136
+ [135.076, 64.293],
1137
+ [136.262, 64.258],
1138
+ [134.416, 55.1],
1139
+ [134.509, 52.52],
1140
+ [134.621, 49.393],
1141
+ [134.637, 48.966]
1142
+ ],
1143
+ "c": true
1144
+ }
1145
+ ]
1146
+ },
1147
+ {
1148
+ "i": {
1149
+ "x": 0.833,
1150
+ "y": 0.833
1151
+ },
1152
+ "o": {
1153
+ "x": 0.167,
1154
+ "y": 0.167
1155
+ },
1156
+ "t": 18,
1157
+ "s": [
1158
+ {
1159
+ "i": [
1160
+ [0, 0],
1161
+ [0, 0],
1162
+ [0, 0],
1163
+ [-4.738, 0.806],
1164
+ [-1.639, 0.032],
1165
+ [-1.447, -0.296],
1166
+ [0, 0],
1167
+ [0, 0],
1168
+ [0, 0],
1169
+ [0, 0],
1170
+ [0, 0]
1171
+ ],
1172
+ "o": [
1173
+ [0, 0],
1174
+ [0, 0],
1175
+ [0, 0],
1176
+ [1.974, -0.336],
1177
+ [1.455, -0.028],
1178
+ [0.727, 0.148],
1179
+ [0, 0],
1180
+ [0, 0],
1181
+ [0, 0],
1182
+ [0, 0],
1183
+ [0, 0]
1184
+ ],
1185
+ "v": [
1186
+ [138.984, 43.19],
1187
+ [130.334, 43.902],
1188
+ [120.637, 44.702],
1189
+ [123.56, 62.544],
1190
+ [129.137, 62.688],
1191
+ [134.445, 63.392],
1192
+ [135.657, 63.653],
1193
+ [134.772, 52.601],
1194
+ [135.942, 49.987],
1195
+ [137.36, 46.818],
1196
+ [137.553, 46.387]
1197
+ ],
1198
+ "c": true
1199
+ }
1200
+ ]
1201
+ },
1202
+ {
1203
+ "i": {
1204
+ "x": 0.833,
1205
+ "y": 0.833
1206
+ },
1207
+ "o": {
1208
+ "x": 0.167,
1209
+ "y": 0.167
1210
+ },
1211
+ "t": 20,
1212
+ "s": [
1213
+ {
1214
+ "i": [
1215
+ [0, 0],
1216
+ [0, 0],
1217
+ [0, 0],
1218
+ [1.31, -6.149],
1219
+ [-1.639, 0.032],
1220
+ [-1.626, 0.123],
1221
+ [0, 0],
1222
+ [0, 0],
1223
+ [0, 0],
1224
+ [0, 0],
1225
+ [0, 0]
1226
+ ],
1227
+ "o": [
1228
+ [0, 0],
1229
+ [0, 0],
1230
+ [0, 0],
1231
+ [-0.417, 1.958],
1232
+ [1.455, -0.028],
1233
+ [0.817, -0.062],
1234
+ [0, 0],
1235
+ [0, 0],
1236
+ [0, 0],
1237
+ [0, 0],
1238
+ [0, 0]
1239
+ ],
1240
+ "v": [
1241
+ [148.258, 54.48],
1242
+ [141.224, 46.163],
1243
+ [133.339, 36.839],
1244
+ [122.351, 47.423],
1245
+ [126.113, 58.051],
1246
+ [131.868, 57.712],
1247
+ [133.238, 57.605],
1248
+ [139.006, 57.44],
1249
+ [141.576, 56.618],
1250
+ [144.691, 55.621],
1251
+ [145.115, 55.485]
1252
+ ],
1253
+ "c": true
1254
+ }
1255
+ ]
1256
+ },
1257
+ {
1258
+ "i": {
1259
+ "x": 0.833,
1260
+ "y": 0.833
1261
+ },
1262
+ "o": {
1263
+ "x": 0.167,
1264
+ "y": 0.167
1265
+ },
1266
+ "t": 23,
1267
+ "s": [
1268
+ {
1269
+ "i": [
1270
+ [0, 0],
1271
+ [0, 0],
1272
+ [0, 0],
1273
+ [5.948, -3.528],
1274
+ [-1.639, 0.032],
1275
+ [-1.925, 0.362],
1276
+ [0, 0],
1277
+ [0, 0],
1278
+ [0, 0],
1279
+ [0, 0],
1280
+ [0, 0]
1281
+ ],
1282
+ "o": [
1283
+ [0, 0],
1284
+ [0, 0],
1285
+ [0, 0],
1286
+ [-1.722, 1.021],
1287
+ [1.455, -0.028],
1288
+ [0.967, -0.182],
1289
+ [0, 0],
1290
+ [0, 0],
1291
+ [0, 0],
1292
+ [0, 0],
1293
+ [0, 0]
1294
+ ],
1295
+ "v": [
1296
+ [150.274, 76.657],
1297
+ [149.514, 57.885],
1298
+ [148.661, 36.839],
1299
+ [127.794, 40.569],
1300
+ [122.081, 51.397],
1301
+ [128.581, 50.462],
1302
+ [132.028, 50.145],
1303
+ [136.587, 68.73],
1304
+ [140.388, 70.931],
1305
+ [144.997, 73.601],
1306
+ [145.624, 73.964]
1307
+ ],
1308
+ "c": true
1309
+ }
1310
+ ]
1311
+ },
1312
+ {
1313
+ "i": {
1314
+ "x": 0.833,
1315
+ "y": 0.833
1316
+ },
1317
+ "o": {
1318
+ "x": 0.167,
1319
+ "y": 0.167
1320
+ },
1321
+ "t": 26,
1322
+ "s": [
1323
+ {
1324
+ "i": [
1325
+ [0, 0],
1326
+ [0, 0],
1327
+ [0, 0],
1328
+ [5.948, -3.528],
1329
+ [-1.639, 0.032],
1330
+ [-0.79, -3.103],
1331
+ [0, 0],
1332
+ [0, 0],
1333
+ [0, 0],
1334
+ [0, 0],
1335
+ [0, 0]
1336
+ ],
1337
+ "o": [
1338
+ [0, 0],
1339
+ [0, 0],
1340
+ [0, 0],
1341
+ [-1.722, 1.021],
1342
+ [1.455, -0.028],
1343
+ [0.397, 1.559],
1344
+ [0, 0],
1345
+ [0, 0],
1346
+ [0, 0],
1347
+ [0, 0],
1348
+ [0, 0]
1349
+ ],
1350
+ "v": [
1351
+ [147.452, 87.343],
1352
+ [150.856, 76.762],
1353
+ [148.661, 36.839],
1354
+ [138.278, 40.367],
1355
+ [127.323, 41.518],
1356
+ [130.991, 49.228],
1357
+ [131.625, 51.96],
1358
+ [134.974, 69.536],
1359
+ [134.674, 73.724],
1360
+ [134.309, 78.801],
1361
+ [129.274, 83.663]
1362
+ ],
1363
+ "c": true
1364
+ }
1365
+ ]
1366
+ },
1367
+ {
1368
+ "i": {
1369
+ "x": 0.833,
1370
+ "y": 0.833
1371
+ },
1372
+ "o": {
1373
+ "x": 0.167,
1374
+ "y": 0.167
1375
+ },
1376
+ "t": 28,
1377
+ "s": [
1378
+ {
1379
+ "i": [
1380
+ [0, 0],
1381
+ [0, 0],
1382
+ [0, 0],
1383
+ [5.948, -3.528],
1384
+ [-1.639, 0.032],
1385
+ [1.958, -3.402],
1386
+ [0, 0],
1387
+ [0, 0],
1388
+ [0, 0],
1389
+ [0, 0],
1390
+ [0, 0]
1391
+ ],
1392
+ "o": [
1393
+ [0, 0],
1394
+ [0, 0],
1395
+ [0, 0],
1396
+ [-1.722, 1.021],
1397
+ [1.455, -0.028],
1398
+ [-0.984, 1.709],
1399
+ [0, 0],
1400
+ [0, 0],
1401
+ [0, 0],
1402
+ [0, 0],
1403
+ [0, 0]
1404
+ ],
1405
+ "v": [
1406
+ [147.452, 87.343],
1407
+ [150.856, 76.762],
1408
+ [148.661, 36.839],
1409
+ [138.278, 40.367],
1410
+ [136.597, 40.51],
1411
+ [133.409, 48.965],
1412
+ [131.625, 51.96],
1413
+ [134.974, 69.536],
1414
+ [131.666, 69.441],
1415
+ [127.656, 69.325],
1416
+ [127.258, 88.501]
1417
+ ],
1418
+ "c": true
1419
+ }
1420
+ ]
1421
+ },
1422
+ {
1423
+ "i": {
1424
+ "x": 0.833,
1425
+ "y": 0.833
1426
+ },
1427
+ "o": {
1428
+ "x": 0.167,
1429
+ "y": 0.167
1430
+ },
1431
+ "t": 31,
1432
+ "s": [
1433
+ {
1434
+ "i": [
1435
+ [0, 0],
1436
+ [0, 0],
1437
+ [0, 0],
1438
+ [5.948, -3.528],
1439
+ [-1.639, 0.032],
1440
+ [3.033, -1.849],
1441
+ [0, 0],
1442
+ [0, 0],
1443
+ [0, 0],
1444
+ [0, 0],
1445
+ [0, 0]
1446
+ ],
1447
+ "o": [
1448
+ [0, 0],
1449
+ [0, 0],
1450
+ [0, 0],
1451
+ [-1.722, 1.021],
1452
+ [1.455, -0.028],
1453
+ [-1.524, 0.929],
1454
+ [0, 0],
1455
+ [0, 0],
1456
+ [0, 0],
1457
+ [0, 0],
1458
+ [0, 0]
1459
+ ],
1460
+ "v": [
1461
+ [147.452, 87.343],
1462
+ [150.856, 76.762],
1463
+ [148.661, 36.839],
1464
+ [142.512, 39.964],
1465
+ [143.452, 47.567],
1466
+ [137.581, 52.146],
1467
+ [134.851, 53.774],
1468
+ [133.764, 57.036],
1469
+ [129.272, 57.488],
1470
+ [123.825, 58.034],
1471
+ [127.258, 88.501]
1472
+ ],
1473
+ "c": true
1474
+ }
1475
+ ]
1476
+ },
1477
+ {
1478
+ "i": {
1479
+ "x": 0.833,
1480
+ "y": 0.833
1481
+ },
1482
+ "o": {
1483
+ "x": 0.167,
1484
+ "y": 0.167
1485
+ },
1486
+ "t": 33,
1487
+ "s": [
1488
+ {
1489
+ "i": [
1490
+ [0, 0],
1491
+ [0, 0],
1492
+ [0, 0],
1493
+ [5.948, -3.528],
1494
+ [-1.639, 0.032],
1495
+ [4.881, 0.478],
1496
+ [0, 0],
1497
+ [0, 0],
1498
+ [0, 0],
1499
+ [0, 0],
1500
+ [0, 0]
1501
+ ],
1502
+ "o": [
1503
+ [0, 0],
1504
+ [0, 0],
1505
+ [0, 0],
1506
+ [-1.722, 1.021],
1507
+ [1.382, -0.027],
1508
+ [-2.84, -0.278],
1509
+ [0, 0],
1510
+ [0, 0],
1511
+ [0, 0],
1512
+ [0, 0],
1513
+ [0, 0]
1514
+ ],
1515
+ "v": [
1516
+ [147.452, 87.343],
1517
+ [150.856, 76.762],
1518
+ [148.661, 36.839],
1519
+ [142.512, 39.964],
1520
+ [146.073, 54.018],
1521
+ [137.805, 55.883],
1522
+ [132.633, 54.177],
1523
+ [128.926, 44.335],
1524
+ [124.707, 45.606],
1525
+ [119.591, 47.147],
1526
+ [127.258, 88.501]
1527
+ ],
1528
+ "c": true
1529
+ }
1530
+ ]
1531
+ },
1532
+ {
1533
+ "i": {
1534
+ "x": 0.833,
1535
+ "y": 0.833
1536
+ },
1537
+ "o": {
1538
+ "x": 0.167,
1539
+ "y": 0.167
1540
+ },
1541
+ "t": 37,
1542
+ "s": [
1543
+ {
1544
+ "i": [
1545
+ [0, 0],
1546
+ [0, 0],
1547
+ [0, 0],
1548
+ [5.948, -3.528],
1549
+ [-1.639, 0.032],
1550
+ [4.881, 0.478],
1551
+ [0, 0],
1552
+ [0, 0],
1553
+ [0, 0],
1554
+ [0, 0],
1555
+ [0, 0]
1556
+ ],
1557
+ "o": [
1558
+ [0, 0],
1559
+ [0, 0],
1560
+ [0, 0],
1561
+ [-1.722, 1.021],
1562
+ [1.382, -0.027],
1563
+ [-2.84, -0.278],
1564
+ [0, 0],
1565
+ [0, 0],
1566
+ [0, 0],
1567
+ [0, 0],
1568
+ [0, 0]
1569
+ ],
1570
+ "v": [
1571
+ [147.452, 87.343],
1572
+ [150.856, 76.762],
1573
+ [165.597, 43.29],
1574
+ [167.915, 39.964],
1575
+ [149.097, 64.905],
1576
+ [136.998, 63.746],
1577
+ [138.48, 54.984],
1578
+ [150.095, 46.956],
1579
+ [136.125, 43.488],
1580
+ [119.188, 39.284],
1581
+ [127.258, 88.501]
1582
+ ],
1583
+ "c": true
1584
+ }
1585
+ ]
1586
+ },
1587
+ {
1588
+ "i": {
1589
+ "x": 0.833,
1590
+ "y": 0.833
1591
+ },
1592
+ "o": {
1593
+ "x": 0.167,
1594
+ "y": 0.167
1595
+ },
1596
+ "t": 39,
1597
+ "s": [
1598
+ {
1599
+ "i": [
1600
+ [0, 0],
1601
+ [0, 0],
1602
+ [0, 0],
1603
+ [5.948, -3.528],
1604
+ [-1.639, 0.032],
1605
+ [4.881, 0.478],
1606
+ [0, 0],
1607
+ [0, 0],
1608
+ [0, 0],
1609
+ [0, 0],
1610
+ [0, 0]
1611
+ ],
1612
+ "o": [
1613
+ [0, 0],
1614
+ [0, 0],
1615
+ [0, 0],
1616
+ [-1.722, 1.021],
1617
+ [1.382, -0.027],
1618
+ [-2.84, -0.278],
1619
+ [0, 0],
1620
+ [0, 0],
1621
+ [0, 0],
1622
+ [0, 0],
1623
+ [0, 0]
1624
+ ],
1625
+ "v": [
1626
+ [147.452, 87.343],
1627
+ [150.856, 76.762],
1628
+ [165.597, 43.29],
1629
+ [167.915, 39.964],
1630
+ [147.484, 73.373],
1631
+ [136.393, 68.182],
1632
+ [137.673, 63.452],
1633
+ [148.482, 63.085],
1634
+ [143.799, 42.51],
1635
+ [124.027, 37.873],
1636
+ [127.258, 88.501]
1637
+ ],
1638
+ "c": true
1639
+ }
1640
+ ]
1641
+ },
1642
+ {
1643
+ "i": {
1644
+ "x": 0.833,
1645
+ "y": 0.833
1646
+ },
1647
+ "o": {
1648
+ "x": 0.167,
1649
+ "y": 0.167
1650
+ },
1651
+ "t": 40,
1652
+ "s": [
1653
+ {
1654
+ "i": [
1655
+ [0, 0],
1656
+ [0, 0],
1657
+ [0, 0],
1658
+ [5.948, -3.528],
1659
+ [-1.639, 0.032],
1660
+ [4.881, 0.478],
1661
+ [0, 0],
1662
+ [0, 0],
1663
+ [0, 0],
1664
+ [0, 0],
1665
+ [0, 0]
1666
+ ],
1667
+ "o": [
1668
+ [0, 0],
1669
+ [0, 0],
1670
+ [0, 0],
1671
+ [-1.722, 1.021],
1672
+ [1.382, -0.027],
1673
+ [-2.84, -0.278],
1674
+ [0, 0],
1675
+ [0, 0],
1676
+ [0, 0],
1677
+ [0, 0],
1678
+ [0, 0]
1679
+ ],
1680
+ "v": [
1681
+ [147.452, 87.343],
1682
+ [150.856, 76.762],
1683
+ [165.597, 43.29],
1684
+ [167.915, 39.964],
1685
+ [145.266, 77.607],
1686
+ [135.99, 70.601],
1687
+ [136.665, 67.081],
1688
+ [146.668, 72.157],
1689
+ [150.049, 43.518],
1690
+ [124.027, 37.873],
1691
+ [127.258, 88.501]
1692
+ ],
1693
+ "c": true
1694
+ }
1695
+ ]
1696
+ },
1697
+ {
1698
+ "t": 41,
1699
+ "s": [
1700
+ {
1701
+ "i": [
1702
+ [0, 0],
1703
+ [0, 0],
1704
+ [0, 0],
1705
+ [5.948, -3.528],
1706
+ [-1.639, 0.032],
1707
+ [4.881, 0.478],
1708
+ [0, 0],
1709
+ [0, 0],
1710
+ [0, 0],
1711
+ [0, 0],
1712
+ [0, 0]
1713
+ ],
1714
+ "o": [
1715
+ [0, 0],
1716
+ [0, 0],
1717
+ [0, 0],
1718
+ [-1.722, 1.021],
1719
+ [1.382, -0.027],
1720
+ [-2.84, -0.278],
1721
+ [0, 0],
1722
+ [0, 0],
1723
+ [0, 0],
1724
+ [0, 0],
1725
+ [0, 0]
1726
+ ],
1727
+ "v": [
1728
+ [147.452, 87.343],
1729
+ [150.856, 76.762],
1730
+ [165.597, 43.29],
1731
+ [167.915, 39.964],
1732
+ [145.266, 77.607],
1733
+ [151.514, 71.407],
1734
+ [151.988, 62.847],
1735
+ [146.668, 72.157],
1736
+ [150.049, 43.518],
1737
+ [124.027, 37.873],
1738
+ [127.258, 88.501]
1739
+ ],
1740
+ "c": true
1741
+ }
1742
+ ]
1743
+ }
1744
+ ],
1745
+ "ix": 1
1746
+ },
1747
+ "o": {
1748
+ "a": 0,
1749
+ "k": 100,
1750
+ "ix": 3
1751
+ },
1752
+ "x": {
1753
+ "a": 0,
1754
+ "k": 0,
1755
+ "ix": 4
1756
+ },
1757
+ "nm": "Mask 1"
1758
+ }
1759
+ ],
1760
+ "shapes": [
1761
+ {
1762
+ "ty": "gr",
1763
+ "it": [
1764
+ {
1765
+ "ind": 0,
1766
+ "ty": "sh",
1767
+ "ix": 1,
1768
+ "ks": {
1769
+ "a": 0,
1770
+ "k": {
1771
+ "i": [
1772
+ [0, 0],
1773
+ [2.602, -1.025],
1774
+ [0, 0],
1775
+ [-0.059, 5.122],
1776
+ [0, 0],
1777
+ [1.127, 4.142],
1778
+ [0, 0],
1779
+ [-3.427, -1.329],
1780
+ [7.108, -9.026]
1781
+ ],
1782
+ "o": [
1783
+ [-2.543, 3.225],
1784
+ [0, 0],
1785
+ [-1.138, -4.989],
1786
+ [0, 0],
1787
+ [0, -4.208],
1788
+ [0, 0],
1789
+ [2.199, -0.91],
1790
+ [8.767, 3.41],
1791
+ [0, 0]
1792
+ ],
1793
+ "v": [
1794
+ [2.7, 11.023],
1795
+ [-5.107, 17.222],
1796
+ [-5.605, 15.2],
1797
+ [-7.317, 0.002],
1798
+ [-7.317, -0.88],
1799
+ [-9.039, -13.46],
1800
+ [-9.804, -15.973],
1801
+ [-1.332, -15.893],
1802
+ [2.697, 11.019]
1803
+ ],
1804
+ "c": true
1805
+ },
1806
+ "ix": 2
1807
+ },
1808
+ "nm": "Path 1",
1809
+ "mn": "ADBE Vector Shape - Group",
1810
+ "hd": false
1811
+ },
1812
+ {
1813
+ "ty": "st",
1814
+ "c": {
1815
+ "a": 0,
1816
+ "k": [0.243137269862, 0.231372563979, 0.462745127958, 1],
1817
+ "ix": 3
1818
+ },
1819
+ "o": {
1820
+ "a": 0,
1821
+ "k": 100,
1822
+ "ix": 4
1823
+ },
1824
+ "w": {
1825
+ "a": 0,
1826
+ "k": 3,
1827
+ "ix": 5
1828
+ },
1829
+ "lc": 2,
1830
+ "lj": 2,
1831
+ "bm": 0,
1832
+ "nm": "Stroke 1",
1833
+ "mn": "ADBE Vector Graphic - Stroke",
1834
+ "hd": false
1835
+ },
1836
+ {
1837
+ "ty": "tr",
1838
+ "p": {
1839
+ "a": 0,
1840
+ "k": [138.405, 64.378],
1841
+ "ix": 2
1842
+ },
1843
+ "a": {
1844
+ "a": 0,
1845
+ "k": [0, 0],
1846
+ "ix": 1
1847
+ },
1848
+ "s": {
1849
+ "a": 0,
1850
+ "k": [100, 100],
1851
+ "ix": 3
1852
+ },
1853
+ "r": {
1854
+ "a": 0,
1855
+ "k": 0,
1856
+ "ix": 6
1857
+ },
1858
+ "o": {
1859
+ "a": 0,
1860
+ "k": 100,
1861
+ "ix": 7
1862
+ },
1863
+ "sk": {
1864
+ "a": 0,
1865
+ "k": 0,
1866
+ "ix": 4
1867
+ },
1868
+ "sa": {
1869
+ "a": 0,
1870
+ "k": 0,
1871
+ "ix": 5
1872
+ },
1873
+ "nm": "Transform"
1874
+ }
1875
+ ],
1876
+ "nm": "Group 1",
1877
+ "np": 2,
1878
+ "cix": 2,
1879
+ "bm": 0,
1880
+ "ix": 1,
1881
+ "mn": "ADBE Vector Group",
1882
+ "hd": false
1883
+ }
1884
+ ],
1885
+ "ip": 0,
1886
+ "op": 50,
1887
+ "st": 0,
1888
+ "bm": 0
1889
+ },
1890
+ {
1891
+ "ddd": 0,
1892
+ "ind": 3,
1893
+ "ty": 4,
1894
+ "nm": "oreja iz Outlines",
1895
+ "sr": 1,
1896
+ "ks": {
1897
+ "o": {
1898
+ "a": 1,
1899
+ "k": [
1900
+ {
1901
+ "i": {
1902
+ "x": [0.833],
1903
+ "y": [0.833]
1904
+ },
1905
+ "o": {
1906
+ "x": [0.167],
1907
+ "y": [0.167]
1908
+ },
1909
+ "t": 0,
1910
+ "s": [0]
1911
+ },
1912
+ {
1913
+ "i": {
1914
+ "x": [0.833],
1915
+ "y": [0.833]
1916
+ },
1917
+ "o": {
1918
+ "x": [0.167],
1919
+ "y": [0.167]
1920
+ },
1921
+ "t": 13,
1922
+ "s": [100]
1923
+ },
1924
+ {
1925
+ "i": {
1926
+ "x": [0.833],
1927
+ "y": [0.833]
1928
+ },
1929
+ "o": {
1930
+ "x": [0.167],
1931
+ "y": [0.167]
1932
+ },
1933
+ "t": 41,
1934
+ "s": [100]
1935
+ },
1936
+ {
1937
+ "t": 50,
1938
+ "s": [0]
1939
+ }
1940
+ ],
1941
+ "ix": 11
1942
+ },
1943
+ "r": {
1944
+ "a": 0,
1945
+ "k": 0,
1946
+ "ix": 10
1947
+ },
1948
+ "p": {
1949
+ "a": 0,
1950
+ "k": [200, 198, 0],
1951
+ "ix": 2,
1952
+ "l": 2
1953
+ },
1954
+ "a": {
1955
+ "a": 0,
1956
+ "k": [78.5, 69.5, 0],
1957
+ "ix": 1,
1958
+ "l": 2
1959
+ },
1960
+ "s": {
1961
+ "a": 0,
1962
+ "k": [248, 248, 100],
1963
+ "ix": 6,
1964
+ "l": 2
1965
+ }
1966
+ },
1967
+ "ao": 0,
1968
+ "hasMask": true,
1969
+ "masksProperties": [
1970
+ {
1971
+ "inv": false,
1972
+ "mode": "a",
1973
+ "pt": {
1974
+ "a": 1,
1975
+ "k": [
1976
+ {
1977
+ "i": {
1978
+ "x": 0.833,
1979
+ "y": 0.833
1980
+ },
1981
+ "o": {
1982
+ "x": 0.167,
1983
+ "y": 0.167
1984
+ },
1985
+ "t": 0,
1986
+ "s": [
1987
+ {
1988
+ "i": [
1989
+ [0, 0],
1990
+ [0, 0],
1991
+ [0, 0],
1992
+ [0, 0],
1993
+ [0, 0],
1994
+ [0, 0],
1995
+ [0, 0]
1996
+ ],
1997
+ "o": [
1998
+ [0, 0],
1999
+ [0, 0],
2000
+ [0, 0],
2001
+ [0, 0],
2002
+ [0, 0],
2003
+ [0, 0],
2004
+ [0, 0]
2005
+ ],
2006
+ "v": [
2007
+ [24.468, 51.556],
2008
+ [23.746, 54.535],
2009
+ [22.855, 58.21],
2010
+ [29.105, 59.218],
2011
+ [30.031, 54.589],
2012
+ [30.279, 53.346],
2013
+ [30.516, 52.161]
2014
+ ],
2015
+ "c": true
2016
+ }
2017
+ ]
2018
+ },
2019
+ {
2020
+ "i": {
2021
+ "x": 0.833,
2022
+ "y": 0.833
2023
+ },
2024
+ "o": {
2025
+ "x": 0.167,
2026
+ "y": 0.167
2027
+ },
2028
+ "t": 13,
2029
+ "s": [
2030
+ {
2031
+ "i": [
2032
+ [0, 0],
2033
+ [0, 0],
2034
+ [0, 0],
2035
+ [0, 0],
2036
+ [0, 0],
2037
+ [0, 0],
2038
+ [0, 0]
2039
+ ],
2040
+ "o": [
2041
+ [0, 0],
2042
+ [0, 0],
2043
+ [0, 0],
2044
+ [0, 0],
2045
+ [0, 0],
2046
+ [0, 0],
2047
+ [0, 0]
2048
+ ],
2049
+ "v": [
2050
+ [23.863, 61.94],
2051
+ [23.141, 68.485],
2052
+ [22.25, 76.559],
2053
+ [28.5, 78.774],
2054
+ [29.426, 68.604],
2055
+ [29.674, 65.873],
2056
+ [29.911, 63.269]
2057
+ ],
2058
+ "c": true
2059
+ }
2060
+ ]
2061
+ },
2062
+ {
2063
+ "i": {
2064
+ "x": 0.833,
2065
+ "y": 0.833
2066
+ },
2067
+ "o": {
2068
+ "x": 0.167,
2069
+ "y": 0.167
2070
+ },
2071
+ "t": 16,
2072
+ "s": [
2073
+ {
2074
+ "i": [
2075
+ [0, 0],
2076
+ [0, 0],
2077
+ [0, 0],
2078
+ [0, 0],
2079
+ [0, 0],
2080
+ [0, 0],
2081
+ [0, 0]
2082
+ ],
2083
+ "o": [
2084
+ [0, 0],
2085
+ [0, 0],
2086
+ [0, 0],
2087
+ [0, 0],
2088
+ [0, 0],
2089
+ [0, 0],
2090
+ [0, 0]
2091
+ ],
2092
+ "v": [
2093
+ [11.345, 76.31],
2094
+ [18.001, 80.69],
2095
+ [26.212, 86.092],
2096
+ [31.094, 70.135],
2097
+ [24.983, 69.165],
2098
+ [21.655, 68.955],
2099
+ [18.482, 68.754]
2100
+ ],
2101
+ "c": true
2102
+ }
2103
+ ]
2104
+ },
2105
+ {
2106
+ "i": {
2107
+ "x": 0.833,
2108
+ "y": 0.833
2109
+ },
2110
+ "o": {
2111
+ "x": 0.167,
2112
+ "y": 0.167
2113
+ },
2114
+ "t": 17,
2115
+ "s": [
2116
+ {
2117
+ "i": [
2118
+ [0, 0],
2119
+ [0, 0],
2120
+ [0, 0],
2121
+ [0, 0],
2122
+ [0, 0],
2123
+ [0, 0],
2124
+ [0, 0]
2125
+ ],
2126
+ "o": [
2127
+ [0, 0],
2128
+ [0, 0],
2129
+ [0, 0],
2130
+ [0, 0],
2131
+ [0, 0],
2132
+ [0, 0],
2133
+ [0, 0]
2134
+ ],
2135
+ "v": [
2136
+ [9.027, 71.169],
2137
+ [15.954, 79.114],
2138
+ [24.498, 88.914],
2139
+ [31.094, 72.756],
2140
+ [23.773, 70.778],
2141
+ [20.497, 68.4],
2142
+ [17.373, 66.133]
2143
+ ],
2144
+ "c": true
2145
+ }
2146
+ ]
2147
+ },
2148
+ {
2149
+ "i": {
2150
+ "x": 0.833,
2151
+ "y": 0.833
2152
+ },
2153
+ "o": {
2154
+ "x": 0.167,
2155
+ "y": 0.167
2156
+ },
2157
+ "t": 20,
2158
+ "s": [
2159
+ {
2160
+ "i": [
2161
+ [0, 0],
2162
+ [0, 0],
2163
+ [0, 0],
2164
+ [0, 0],
2165
+ [0, 0],
2166
+ [0, 0],
2167
+ [0, 0]
2168
+ ],
2169
+ "o": [
2170
+ [0, 0],
2171
+ [0, 0],
2172
+ [0, 0],
2173
+ [0, 0],
2174
+ [0, 0],
2175
+ [0, 0],
2176
+ [0, 0]
2177
+ ],
2178
+ "v": [
2179
+ [2.978, 50.605],
2180
+ [8.148, 73.463],
2181
+ [24.498, 88.914],
2182
+ [27.062, 82.232],
2183
+ [22.563, 78.842],
2184
+ [21.558, 66.867],
2185
+ [20.599, 55.448]
2186
+ ],
2187
+ "c": true
2188
+ }
2189
+ ]
2190
+ },
2191
+ {
2192
+ "i": {
2193
+ "x": 0.833,
2194
+ "y": 0.833
2195
+ },
2196
+ "o": {
2197
+ "x": 0.167,
2198
+ "y": 0.167
2199
+ },
2200
+ "t": 21,
2201
+ "s": [
2202
+ {
2203
+ "i": [
2204
+ [0, 0],
2205
+ [0, 0],
2206
+ [0, 0],
2207
+ [0, 0],
2208
+ [0, 0],
2209
+ [0, 0],
2210
+ [0, 0]
2211
+ ],
2212
+ "o": [
2213
+ [0, 0],
2214
+ [0, 0],
2215
+ [0, 0],
2216
+ [0, 0],
2217
+ [0, 0],
2218
+ [0, 0],
2219
+ [0, 0]
2220
+ ],
2221
+ "v": [
2222
+ [4.188, 48.336],
2223
+ [8.148, 73.463],
2224
+ [20.163, 86.848],
2225
+ [22.828, 80.115],
2226
+ [23.185, 69.518],
2227
+ [22.978, 61.421],
2228
+ [22.481, 50.962]
2229
+ ],
2230
+ "c": true
2231
+ }
2232
+ ]
2233
+ },
2234
+ {
2235
+ "i": {
2236
+ "x": 0.833,
2237
+ "y": 0.833
2238
+ },
2239
+ "o": {
2240
+ "x": 0.167,
2241
+ "y": 0.167
2242
+ },
2243
+ "t": 23,
2244
+ "s": [
2245
+ {
2246
+ "i": [
2247
+ [0, 0],
2248
+ [0, 0],
2249
+ [0, 0],
2250
+ [0, 0],
2251
+ [0, 0],
2252
+ [0, 0],
2253
+ [0, 0]
2254
+ ],
2255
+ "o": [
2256
+ [0, 0],
2257
+ [0, 0],
2258
+ [0, 0],
2259
+ [0, 0],
2260
+ [0, 0],
2261
+ [0, 0],
2262
+ [0, 0]
2263
+ ],
2264
+ "v": [
2265
+ [6.607, 43.8],
2266
+ [8.148, 73.463],
2267
+ [11.494, 82.715],
2268
+ [21.013, 76.486],
2269
+ [24.428, 50.868],
2270
+ [25.819, 50.529],
2271
+ [26.244, 41.99]
2272
+ ],
2273
+ "c": true
2274
+ }
2275
+ ]
2276
+ },
2277
+ {
2278
+ "i": {
2279
+ "x": 0.833,
2280
+ "y": 0.833
2281
+ },
2282
+ "o": {
2283
+ "x": 0.167,
2284
+ "y": 0.167
2285
+ },
2286
+ "t": 24,
2287
+ "s": [
2288
+ {
2289
+ "i": [
2290
+ [0, 0],
2291
+ [0, 0],
2292
+ [0, 0],
2293
+ [0, 0],
2294
+ [0, 0],
2295
+ [0, 0],
2296
+ [0, 0]
2297
+ ],
2298
+ "o": [
2299
+ [0, 0],
2300
+ [0, 0],
2301
+ [0, 0],
2302
+ [0, 0],
2303
+ [0, 0],
2304
+ [0, 0],
2305
+ [0, 0]
2306
+ ],
2307
+ "v": [
2308
+ [7.817, 41.532],
2309
+ [8.148, 73.463],
2310
+ [7.159, 80.648],
2311
+ [18.997, 74.57],
2312
+ [23.974, 51.221],
2313
+ [28.852, 47.502],
2314
+ [33.503, 43.956]
2315
+ ],
2316
+ "c": true
2317
+ }
2318
+ ]
2319
+ },
2320
+ {
2321
+ "i": {
2322
+ "x": 0.833,
2323
+ "y": 0.833
2324
+ },
2325
+ "o": {
2326
+ "x": 0.167,
2327
+ "y": 0.167
2328
+ },
2329
+ "t": 26,
2330
+ "s": [
2331
+ {
2332
+ "i": [
2333
+ [0, 0],
2334
+ [0, 0],
2335
+ [0, 0],
2336
+ [0, 0],
2337
+ [0, 0],
2338
+ [0, 0],
2339
+ [0, 0]
2340
+ ],
2341
+ "o": [
2342
+ [0, 0],
2343
+ [0, 0],
2344
+ [0, 0],
2345
+ [0, 0],
2346
+ [0, 0],
2347
+ [0, 0],
2348
+ [0, 0]
2349
+ ],
2350
+ "v": [
2351
+ [35.035, 39.717],
2352
+ [9.56, 39.39],
2353
+ [6.756, 76.011],
2354
+ [17.586, 68.522],
2355
+ [23.773, 58.681],
2356
+ [29.992, 58.058],
2357
+ [35.922, 57.464]
2358
+ ],
2359
+ "c": true
2360
+ }
2361
+ ]
2362
+ },
2363
+ {
2364
+ "i": {
2365
+ "x": 0.833,
2366
+ "y": 0.833
2367
+ },
2368
+ "o": {
2369
+ "x": 0.167,
2370
+ "y": 0.167
2371
+ },
2372
+ "t": 30,
2373
+ "s": [
2374
+ {
2375
+ "i": [
2376
+ [0, 0],
2377
+ [0, 0],
2378
+ [0, 0],
2379
+ [0, 0],
2380
+ [0, 0],
2381
+ [0, 0],
2382
+ [0, 0]
2383
+ ],
2384
+ "o": [
2385
+ [0, 0],
2386
+ [0, 0],
2387
+ [0, 0],
2388
+ [0, 0],
2389
+ [0, 0],
2390
+ [0, 0],
2391
+ [0, 0]
2392
+ ],
2393
+ "v": [
2394
+ [35.035, 39.717],
2395
+ [9.56, 39.39],
2396
+ [6.756, 61.495],
2397
+ [17.989, 60.457],
2398
+ [22.16, 76.423],
2399
+ [28.998, 77.142],
2400
+ [35.519, 77.827]
2401
+ ],
2402
+ "c": true
2403
+ }
2404
+ ]
2405
+ },
2406
+ {
2407
+ "i": {
2408
+ "x": 0.833,
2409
+ "y": 0.833
2410
+ },
2411
+ "o": {
2412
+ "x": 0.167,
2413
+ "y": 0.167
2414
+ },
2415
+ "t": 33,
2416
+ "s": [
2417
+ {
2418
+ "i": [
2419
+ [0, 0],
2420
+ [0, 0],
2421
+ [0, 0],
2422
+ [0, 0],
2423
+ [0, 0],
2424
+ [0, 0],
2425
+ [0, 0]
2426
+ ],
2427
+ "o": [
2428
+ [0, 0],
2429
+ [0, 0],
2430
+ [0, 0],
2431
+ [0, 0],
2432
+ [0, 0],
2433
+ [0, 0],
2434
+ [0, 0]
2435
+ ],
2436
+ "v": [
2437
+ [33.22, 36.693],
2438
+ [6.535, 46.85],
2439
+ [17.845, 57.664],
2440
+ [21.013, 68.32],
2441
+ [13.692, 76.221],
2442
+ [20.117, 84.783],
2443
+ [26.244, 92.948]
2444
+ ],
2445
+ "c": true
2446
+ }
2447
+ ]
2448
+ },
2449
+ {
2450
+ "i": {
2451
+ "x": 0.833,
2452
+ "y": 0.833
2453
+ },
2454
+ "o": {
2455
+ "x": 0.167,
2456
+ "y": 0.167
2457
+ },
2458
+ "t": 36,
2459
+ "s": [
2460
+ {
2461
+ "i": [
2462
+ [0, 0],
2463
+ [0, 0],
2464
+ [0, 0],
2465
+ [0, 0],
2466
+ [0, 0],
2467
+ [0, 0],
2468
+ [0, 0]
2469
+ ],
2470
+ "o": [
2471
+ [0, 0],
2472
+ [0, 0],
2473
+ [0, 0],
2474
+ [0, 0],
2475
+ [0, 0],
2476
+ [0, 0],
2477
+ [0, 0]
2478
+ ],
2479
+ "v": [
2480
+ [33.22, 36.693],
2481
+ [12.181, 42.616],
2482
+ [21.474, 52.826],
2483
+ [17.586, 60.659],
2484
+ [4.015, 60.092],
2485
+ [14.568, 78.252],
2486
+ [24.632, 95.569]
2487
+ ],
2488
+ "c": true
2489
+ }
2490
+ ]
2491
+ },
2492
+ {
2493
+ "i": {
2494
+ "x": 0.833,
2495
+ "y": 0.833
2496
+ },
2497
+ "o": {
2498
+ "x": 0.167,
2499
+ "y": 0.167
2500
+ },
2501
+ "t": 39,
2502
+ "s": [
2503
+ {
2504
+ "i": [
2505
+ [0, 0],
2506
+ [0, 0],
2507
+ [0, 0],
2508
+ [0, 0],
2509
+ [0, 0],
2510
+ [0, 0],
2511
+ [0, 0]
2512
+ ],
2513
+ "o": [
2514
+ [0, 0],
2515
+ [0, 0],
2516
+ [0, 0],
2517
+ [0, 0],
2518
+ [0, 0],
2519
+ [0, 0],
2520
+ [0, 0]
2521
+ ],
2522
+ "v": [
2523
+ [33.22, 36.693],
2524
+ [24.681, 39.793],
2525
+ [24.296, 51.616],
2526
+ [20.207, 50.578],
2527
+ [11.676, 38.52],
2528
+ [3.196, 69.241],
2529
+ [24.632, 95.569]
2530
+ ],
2531
+ "c": true
2532
+ }
2533
+ ]
2534
+ },
2535
+ {
2536
+ "i": {
2537
+ "x": 0.833,
2538
+ "y": 0.833
2539
+ },
2540
+ "o": {
2541
+ "x": 0.167,
2542
+ "y": 0.167
2543
+ },
2544
+ "t": 40,
2545
+ "s": [
2546
+ {
2547
+ "i": [
2548
+ [0, 0],
2549
+ [0, 0],
2550
+ [0, 0],
2551
+ [0, 0],
2552
+ [0, 0],
2553
+ [0, 0],
2554
+ [0, 0]
2555
+ ],
2556
+ "o": [
2557
+ [0, 0],
2558
+ [0, 0],
2559
+ [0, 0],
2560
+ [0, 0],
2561
+ [0, 0],
2562
+ [0, 0],
2563
+ [0, 0]
2564
+ ],
2565
+ "v": [
2566
+ [33.22, 36.693],
2567
+ [29.116, 39.995],
2568
+ [25.506, 50.809],
2569
+ [22.021, 39.288],
2570
+ [16.515, 36.503],
2571
+ [3.196, 69.241],
2572
+ [24.632, 95.569]
2573
+ ],
2574
+ "c": true
2575
+ }
2576
+ ]
2577
+ },
2578
+ {
2579
+ "t": 41,
2580
+ "s": [
2581
+ {
2582
+ "i": [
2583
+ [0, 0],
2584
+ [0, 0],
2585
+ [0, 0],
2586
+ [0, 0],
2587
+ [0, 0],
2588
+ [0, 0],
2589
+ [0, 0]
2590
+ ],
2591
+ "o": [
2592
+ [0, 0],
2593
+ [0, 0],
2594
+ [0, 0],
2595
+ [0, 0],
2596
+ [0, 0],
2597
+ [0, 0],
2598
+ [0, 0]
2599
+ ],
2600
+ "v": [
2601
+ [33.22, 36.693],
2602
+ [29.116, 39.995],
2603
+ [25.506, 42.745],
2604
+ [22.021, 39.288],
2605
+ [16.515, 36.503],
2606
+ [3.196, 69.241],
2607
+ [24.632, 95.569]
2608
+ ],
2609
+ "c": true
2610
+ }
2611
+ ]
2612
+ }
2613
+ ],
2614
+ "ix": 1
2615
+ },
2616
+ "o": {
2617
+ "a": 0,
2618
+ "k": 100,
2619
+ "ix": 3
2620
+ },
2621
+ "x": {
2622
+ "a": 0,
2623
+ "k": 0,
2624
+ "ix": 4
2625
+ },
2626
+ "nm": "Mask 1"
2627
+ }
2628
+ ],
2629
+ "shapes": [
2630
+ {
2631
+ "ty": "gr",
2632
+ "it": [
2633
+ {
2634
+ "ind": 0,
2635
+ "ty": "sh",
2636
+ "ix": 1,
2637
+ "ks": {
2638
+ "a": 0,
2639
+ "k": {
2640
+ "i": [
2641
+ [0, 0],
2642
+ [0, 0],
2643
+ [0.003, -0.017],
2644
+ [0, -4.191],
2645
+ [-0.007, -0.292],
2646
+ [1.137, -4.989],
2647
+ [0, 0],
2648
+ [2.564, 3.253],
2649
+ [-8.768, 3.41],
2650
+ [-2.203, -0.91]
2651
+ ],
2652
+ "o": [
2653
+ [-0.296, 0.973],
2654
+ [-0.007, 0.018],
2655
+ [-1.117, 4.128],
2656
+ [0, 0.3],
2657
+ [0.063, 5.122],
2658
+ [0, 0],
2659
+ [-2.62, -1.025],
2660
+ [-7.108, -9.023],
2661
+ [3.434, -1.332],
2662
+ [0, 0]
2663
+ ],
2664
+ "v": [
2665
+ [9.806, -15.984],
2666
+ [9.1, -13.474],
2667
+ [9.086, -13.425],
2668
+ [7.374, -0.891],
2669
+ [7.381, -0.009],
2670
+ [5.673, 15.193],
2671
+ [5.165, 17.236],
2672
+ [-2.702, 11.009],
2673
+ [1.327, -15.904],
2674
+ [9.81, -15.984]
2675
+ ],
2676
+ "c": true
2677
+ },
2678
+ "ix": 2
2679
+ },
2680
+ "nm": "Path 1",
2681
+ "mn": "ADBE Vector Shape - Group",
2682
+ "hd": false
2683
+ },
2684
+ {
2685
+ "ty": "st",
2686
+ "c": {
2687
+ "a": 0,
2688
+ "k": [0.243137269862, 0.231372563979, 0.462745127958, 1],
2689
+ "ix": 3
2690
+ },
2691
+ "o": {
2692
+ "a": 0,
2693
+ "k": 100,
2694
+ "ix": 4
2695
+ },
2696
+ "w": {
2697
+ "a": 0,
2698
+ "k": 3,
2699
+ "ix": 5
2700
+ },
2701
+ "lc": 2,
2702
+ "lj": 2,
2703
+ "bm": 0,
2704
+ "nm": "Stroke 1",
2705
+ "mn": "ADBE Vector Graphic - Stroke",
2706
+ "hd": false
2707
+ },
2708
+ {
2709
+ "ty": "tr",
2710
+ "p": {
2711
+ "a": 0,
2712
+ "k": [18.601, 64.396],
2713
+ "ix": 2
2714
+ },
2715
+ "a": {
2716
+ "a": 0,
2717
+ "k": [0, 0],
2718
+ "ix": 1
2719
+ },
2720
+ "s": {
2721
+ "a": 0,
2722
+ "k": [100, 100],
2723
+ "ix": 3
2724
+ },
2725
+ "r": {
2726
+ "a": 0,
2727
+ "k": 0,
2728
+ "ix": 6
2729
+ },
2730
+ "o": {
2731
+ "a": 0,
2732
+ "k": 100,
2733
+ "ix": 7
2734
+ },
2735
+ "sk": {
2736
+ "a": 0,
2737
+ "k": 0,
2738
+ "ix": 4
2739
+ },
2740
+ "sa": {
2741
+ "a": 0,
2742
+ "k": 0,
2743
+ "ix": 5
2744
+ },
2745
+ "nm": "Transform"
2746
+ }
2747
+ ],
2748
+ "nm": "Group 1",
2749
+ "np": 2,
2750
+ "cix": 2,
2751
+ "bm": 0,
2752
+ "ix": 1,
2753
+ "mn": "ADBE Vector Group",
2754
+ "hd": false
2755
+ }
2756
+ ],
2757
+ "ip": 0,
2758
+ "op": 50,
2759
+ "st": 0,
2760
+ "bm": 0
2761
+ }
2762
+ ],
2763
+ "markers": []
2764
+ }