@cuemath/leap 2.8.25 → 2.8.27

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 (238) hide show
  1. package/dist/assets/lottie/lottie.js +61 -0
  2. package/dist/assets/lottie/lottie.js.map +1 -0
  3. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js +81 -79
  4. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js.map +1 -1
  5. package/dist/features/circle-games/game-launcher/game-launcher.js +61 -65
  6. package/dist/features/circle-games/game-launcher/game-launcher.js.map +1 -1
  7. package/dist/features/circle-games/leaderboard/comps/banner/banner.js +35 -53
  8. package/dist/features/circle-games/leaderboard/comps/banner/banner.js.map +1 -1
  9. package/dist/features/circle-games/leaderboard/leaderboard.js +56 -55
  10. package/dist/features/circle-games/leaderboard/leaderboard.js.map +1 -1
  11. package/dist/features/circle-games/sign-up/comp/circular-steps/circular-steps.js +40 -41
  12. package/dist/features/circle-games/sign-up/comp/circular-steps/circular-steps.js.map +1 -1
  13. package/dist/features/circle-games/sign-up/comp/spinner/spinner-styled.js +4 -8
  14. package/dist/features/circle-games/sign-up/comp/spinner/spinner-styled.js.map +1 -1
  15. package/dist/features/circle-games/sign-up/comp/spinner/spinner.js +6 -23
  16. package/dist/features/circle-games/sign-up/comp/spinner/spinner.js.map +1 -1
  17. package/dist/features/circle-games/sign-up/comp/splash-screen/splash-screen.js +40 -35
  18. package/dist/features/circle-games/sign-up/comp/splash-screen/splash-screen.js.map +1 -1
  19. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/difficulty-and-duration-selection.js +2 -2
  20. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-card-lottie-animation.js +8 -23
  21. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-card-lottie-animation.js.map +1 -1
  22. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-radio-card.js +11 -11
  23. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-radio-card.js.map +1 -1
  24. package/dist/features/milestone/milestone-tests/tests-creation/utils/index.js +37 -43
  25. package/dist/features/milestone/milestone-tests/tests-creation/utils/index.js.map +1 -1
  26. package/dist/features/post-game-stats/accuracy/accuracy.js +38 -34
  27. package/dist/features/post-game-stats/accuracy/accuracy.js.map +1 -1
  28. package/dist/features/post-game-stats/clock/clock.js +43 -39
  29. package/dist/features/post-game-stats/clock/clock.js.map +1 -1
  30. package/dist/features/post-game-stats/points/points.js +43 -44
  31. package/dist/features/post-game-stats/points/points.js.map +1 -1
  32. package/dist/features/post-game-stats/streak/streak.js +30 -28
  33. package/dist/features/post-game-stats/streak/streak.js.map +1 -1
  34. package/dist/features/trial-session/comps/av-panels/teacher-av-panel/teacher-av-panel.js +56 -54
  35. package/dist/features/trial-session/comps/av-panels/teacher-av-panel/teacher-av-panel.js.map +1 -1
  36. package/dist/features/trial-session/comps/parent-app/parent-app.js +25 -20
  37. package/dist/features/trial-session/comps/parent-app/parent-app.js.map +1 -1
  38. package/dist/features/trial-session/comps/school-goals/school-goals-view.js +4 -4
  39. package/dist/features/trial-session/comps/school-goals/school-goals-view.js.map +1 -1
  40. package/dist/features/trial-session/comps/session-insights/session-insights.js +40 -39
  41. package/dist/features/trial-session/comps/session-insights/session-insights.js.map +1 -1
  42. package/dist/features/trial-session/trial-session-view.js +95 -79
  43. package/dist/features/trial-session/trial-session-view.js.map +1 -1
  44. package/dist/features/ui/loader/circular-loader/circular-loader.js +16 -20
  45. package/dist/features/ui/loader/circular-loader/circular-loader.js.map +1 -1
  46. package/dist/features/ui/lottie-animation/helper.js +13 -0
  47. package/dist/features/ui/lottie-animation/helper.js.map +1 -0
  48. package/dist/features/ui/lottie-animation/lottie-animation.js +37 -0
  49. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -0
  50. package/dist/features/ui/nudge/nudge-styled.js +4 -8
  51. package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
  52. package/dist/features/ui/nudge/nudge.js +13 -30
  53. package/dist/features/ui/nudge/nudge.js.map +1 -1
  54. package/dist/features/ui/perfect-hits/perfect-hits-helpers.js +22 -20
  55. package/dist/features/ui/perfect-hits/perfect-hits-helpers.js.map +1 -1
  56. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js +25 -48
  57. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js.map +1 -1
  58. package/dist/features/worksheet/worksheet/worksheet-question/header/validated-animation.js +12 -26
  59. package/dist/features/worksheet/worksheet/worksheet-question/header/validated-animation.js.map +1 -1
  60. package/dist/index.d.ts +58 -0
  61. package/dist/index.js +466 -464
  62. package/dist/index.js.map +1 -1
  63. package/dist/static/accuracy-meter.99585cba.json +4218 -0
  64. package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
  65. package/dist/static/beginner1x.489908a7.json +3508 -0
  66. package/dist/static/bronze-1.da4e4b5f.json +4176 -0
  67. package/dist/static/bronze-2.97f9c639.json +4433 -0
  68. package/dist/static/bronze-3.6a433ebd.json +4786 -0
  69. package/dist/static/circular-loader.a5a1a0a6.json +238 -0
  70. package/dist/static/clock-30min.eae818b8.json +1197 -0
  71. package/dist/static/clock-45min.df8adf51.json +1197 -0
  72. package/dist/static/clock-60min.2b48d875.json +1197 -0
  73. package/dist/static/clock-90min.3e557ed7.json +1407 -0
  74. package/dist/static/color-1.45101b9a.json +4545 -0
  75. package/dist/static/color-2.ccdc7d0a.json +4828 -0
  76. package/dist/static/color-3.5e8e1422.json +5273 -0
  77. package/dist/static/difficult.6846c064.json +2755 -0
  78. package/dist/static/easy-rescheduling-lottie.28026af9.json +9301 -0
  79. package/dist/static/easy.68242ddd.json +2658 -0
  80. package/dist/static/elite-circle.3df58972.json +6876 -0
  81. package/dist/static/error-lottie.b3507a4b.json +5255 -0
  82. package/dist/static/familiar1x.7c9c7f15.json +3046 -0
  83. package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
  84. package/dist/static/five-min-clock.6be5cc41.json +721 -0
  85. package/dist/static/gold-1.ab2489fe.json +4176 -0
  86. package/dist/static/gold-2.34045826.json +4441 -0
  87. package/dist/static/gold-3.d704698b.json +4810 -0
  88. package/dist/static/levelup-rings.b1055283.json +549 -0
  89. package/dist/static/medium.94c3829b.json +2289 -0
  90. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  91. package/dist/static/point1.b53831de.json +2942 -0
  92. package/dist/static/point10.7b5e536d.json +3179 -0
  93. package/dist/static/point100.1df16f82.json +3196 -0
  94. package/dist/static/point15.fea00c32.json +3179 -0
  95. package/dist/static/point20.c88d776d.json +3178 -0
  96. package/dist/static/point25.a18c346a.json +3178 -0
  97. package/dist/static/point30.c5224b0b.json +3202 -0
  98. package/dist/static/point35.fad343dd.json +3058 -0
  99. package/dist/static/point40.10a16f72.json +3082 -0
  100. package/dist/static/point45.2ad7561f.json +3082 -0
  101. package/dist/static/point5.da40ed1f.json +2948 -0
  102. package/dist/static/point50.5718cb3d.json +3046 -0
  103. package/dist/static/point60.17380d9f.json +3076 -0
  104. package/dist/static/proficient1x.fa6e7b80.json +3430 -0
  105. package/dist/static/silver-1.0396328a.json +4168 -0
  106. package/dist/static/silver-2.bf50615f.json +4433 -0
  107. package/dist/static/silver-3.13d66b84.json +4810 -0
  108. package/dist/static/sleepy-boi.031a1165.json +1008 -0
  109. package/dist/static/spinner-white.639e0d87.json +122 -0
  110. package/dist/static/splash-screen.bbf567ce.json +2411 -0
  111. package/dist/static/stay-connected-lottie.111439b3.json +3547 -0
  112. package/dist/static/teacher-validation.7577ecdc.json +245 -0
  113. package/dist/static/total-streak.d5ce7669.json +842 -0
  114. package/dist/static/total-time-spent.434005d3.json +200 -0
  115. package/dist/static/total-time.d979cbb9.json +24383 -0
  116. package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
  117. package/dist/static/track-progress-lottie.422108cf.json +2972 -0
  118. package/package.json +1 -1
  119. package/dist/assets/lotties/circle/100pts.json.js +0 -7957
  120. package/dist/assets/lotties/circle/100pts.json.js.map +0 -1
  121. package/dist/assets/lotties/circle/10pts.json.js +0 -7753
  122. package/dist/assets/lotties/circle/10pts.json.js.map +0 -1
  123. package/dist/assets/lotties/circle/15pts.json.js +0 -7879
  124. package/dist/assets/lotties/circle/15pts.json.js.map +0 -1
  125. package/dist/assets/lotties/circle/1pts.json.js +0 -7257
  126. package/dist/assets/lotties/circle/1pts.json.js.map +0 -1
  127. package/dist/assets/lotties/circle/20pts.json.js +0 -7845
  128. package/dist/assets/lotties/circle/20pts.json.js.map +0 -1
  129. package/dist/assets/lotties/circle/25pts.json.js +0 -7971
  130. package/dist/assets/lotties/circle/25pts.json.js.map +0 -1
  131. package/dist/assets/lotties/circle/30pts.json.js +0 -7941
  132. package/dist/assets/lotties/circle/30pts.json.js.map +0 -1
  133. package/dist/assets/lotties/circle/35pts.json.js +0 -7881
  134. package/dist/assets/lotties/circle/35pts.json.js.map +0 -1
  135. package/dist/assets/lotties/circle/40pts.json.js +0 -7725
  136. package/dist/assets/lotties/circle/40pts.json.js.map +0 -1
  137. package/dist/assets/lotties/circle/45pts.json.js +0 -7851
  138. package/dist/assets/lotties/circle/45pts.json.js.map +0 -1
  139. package/dist/assets/lotties/circle/50pts.json.js +0 -7707
  140. package/dist/assets/lotties/circle/50pts.json.js.map +0 -1
  141. package/dist/assets/lotties/circle/5pts.json.js +0 -7420
  142. package/dist/assets/lotties/circle/5pts.json.js.map +0 -1
  143. package/dist/assets/lotties/circle/60pts.json.js +0 -7701
  144. package/dist/assets/lotties/circle/60pts.json.js.map +0 -1
  145. package/dist/assets/lotties/circle/accuracy-meter-lottie.json.js +0 -6811
  146. package/dist/assets/lotties/circle/accuracy-meter-lottie.json.js.map +0 -1
  147. package/dist/assets/lotties/circle/accuracy-needle-lottie.json.js +0 -1503
  148. package/dist/assets/lotties/circle/accuracy-needle-lottie.json.js.map +0 -1
  149. package/dist/assets/lotties/circle/circular-loader.json.js +0 -635
  150. package/dist/assets/lotties/circle/circular-loader.json.js.map +0 -1
  151. package/dist/assets/lotties/circle/elite-circle-lottie.json.js +0 -12079
  152. package/dist/assets/lotties/circle/elite-circle-lottie.json.js.map +0 -1
  153. package/dist/assets/lotties/circle/levelup-rings-lottie.json.js +0 -1412
  154. package/dist/assets/lotties/circle/levelup-rings-lottie.json.js.map +0 -1
  155. package/dist/assets/lotties/circle/sleepy-boi-lottie.json.js +0 -2632
  156. package/dist/assets/lotties/circle/sleepy-boi-lottie.json.js.map +0 -1
  157. package/dist/assets/lotties/circle/spinner-white.json.js +0 -316
  158. package/dist/assets/lotties/circle/spinner-white.json.js.map +0 -1
  159. package/dist/assets/lotties/circle/splash-screen.json.js +0 -5864
  160. package/dist/assets/lotties/circle/splash-screen.json.js.map +0 -1
  161. package/dist/assets/lotties/circle/total-streak-lottie.json.js +0 -2103
  162. package/dist/assets/lotties/circle/total-streak-lottie.json.js.map +0 -1
  163. package/dist/assets/lotties/circle/total-time-lottie.json.js +0 -33016
  164. package/dist/assets/lotties/circle/total-time-lottie.json.js.map +0 -1
  165. package/dist/assets/lotties/circle/total-time-spent-lottie.json.js +0 -260
  166. package/dist/assets/lotties/circle/total-time-spent-lottie.json.js.map +0 -1
  167. package/dist/assets/lotties/circle/tournament-ripple-lottie.json.js +0 -1563
  168. package/dist/assets/lotties/circle/tournament-ripple-lottie.json.js.map +0 -1
  169. package/dist/assets/lotties/common/nudge-tap.json.js +0 -3597
  170. package/dist/assets/lotties/common/nudge-tap.json.js.map +0 -1
  171. package/dist/assets/lotties/error-lottie.json.js +0 -12755
  172. package/dist/assets/lotties/error-lottie.json.js.map +0 -1
  173. package/dist/assets/lotties/perfect-hits/bronze-1.json.js +0 -10871
  174. package/dist/assets/lotties/perfect-hits/bronze-1.json.js.map +0 -1
  175. package/dist/assets/lotties/perfect-hits/bronze-2.json.js +0 -11389
  176. package/dist/assets/lotties/perfect-hits/bronze-2.json.js.map +0 -1
  177. package/dist/assets/lotties/perfect-hits/bronze-3.json.js +0 -12169
  178. package/dist/assets/lotties/perfect-hits/bronze-3.json.js.map +0 -1
  179. package/dist/assets/lotties/perfect-hits/color-1.json.js +0 -12348
  180. package/dist/assets/lotties/perfect-hits/color-1.json.js.map +0 -1
  181. package/dist/assets/lotties/perfect-hits/color-2.json.js +0 -12941
  182. package/dist/assets/lotties/perfect-hits/color-2.json.js.map +0 -1
  183. package/dist/assets/lotties/perfect-hits/color-3.json.js +0 -14034
  184. package/dist/assets/lotties/perfect-hits/color-3.json.js.map +0 -1
  185. package/dist/assets/lotties/perfect-hits/gold-1.json.js +0 -10871
  186. package/dist/assets/lotties/perfect-hits/gold-1.json.js.map +0 -1
  187. package/dist/assets/lotties/perfect-hits/gold-2.json.js +0 -11389
  188. package/dist/assets/lotties/perfect-hits/gold-2.json.js.map +0 -1
  189. package/dist/assets/lotties/perfect-hits/gold-3.json.js +0 -12169
  190. package/dist/assets/lotties/perfect-hits/gold-3.json.js.map +0 -1
  191. package/dist/assets/lotties/perfect-hits/silver-1.json.js +0 -10871
  192. package/dist/assets/lotties/perfect-hits/silver-1.json.js.map +0 -1
  193. package/dist/assets/lotties/perfect-hits/silver-2.json.js +0 -11389
  194. package/dist/assets/lotties/perfect-hits/silver-2.json.js.map +0 -1
  195. package/dist/assets/lotties/perfect-hits/silver-3.json.js +0 -12169
  196. package/dist/assets/lotties/perfect-hits/silver-3.json.js.map +0 -1
  197. package/dist/assets/lotties/teacher-validation.json.js +0 -649
  198. package/dist/assets/lotties/teacher-validation.json.js.map +0 -1
  199. package/dist/assets/lotties/tests-creation/clock_30_min.json.js +0 -2857
  200. package/dist/assets/lotties/tests-creation/clock_30_min.json.js.map +0 -1
  201. package/dist/assets/lotties/tests-creation/clock_45_min.json.js +0 -2857
  202. package/dist/assets/lotties/tests-creation/clock_45_min.json.js.map +0 -1
  203. package/dist/assets/lotties/tests-creation/clock_60_min.json.js +0 -2857
  204. package/dist/assets/lotties/tests-creation/clock_60_min.json.js.map +0 -1
  205. package/dist/assets/lotties/tests-creation/clock_90_min.json.js +0 -3345
  206. package/dist/assets/lotties/tests-creation/clock_90_min.json.js.map +0 -1
  207. package/dist/assets/lotties/tests-creation/difficult.json.js +0 -6713
  208. package/dist/assets/lotties/tests-creation/difficult.json.js.map +0 -1
  209. package/dist/assets/lotties/tests-creation/easy.json.js +0 -6525
  210. package/dist/assets/lotties/tests-creation/easy.json.js.map +0 -1
  211. package/dist/assets/lotties/tests-creation/medium.json.js +0 -5603
  212. package/dist/assets/lotties/tests-creation/medium.json.js.map +0 -1
  213. package/dist/assets/lotties/trial-v3/15min-clock.json.js +0 -2037
  214. package/dist/assets/lotties/trial-v3/15min-clock.json.js.map +0 -1
  215. package/dist/assets/lotties/trial-v3/5min-clock.json.js +0 -2062
  216. package/dist/assets/lotties/trial-v3/5min-clock.json.js.map +0 -1
  217. package/dist/assets/lotties/trial-v3/insight/beginner1x.json.js +0 -8517
  218. package/dist/assets/lotties/trial-v3/insight/beginner1x.json.js.map +0 -1
  219. package/dist/assets/lotties/trial-v3/insight/familiar1x.json.js +0 -7396
  220. package/dist/assets/lotties/trial-v3/insight/familiar1x.json.js.map +0 -1
  221. package/dist/assets/lotties/trial-v3/insight/proficient1x.json.js +0 -8559
  222. package/dist/assets/lotties/trial-v3/insight/proficient1x.json.js.map +0 -1
  223. package/dist/assets/lotties/trial-v3/parent-app/easy-rescheduling-lottie.json.js +0 -23284
  224. package/dist/assets/lotties/trial-v3/parent-app/easy-rescheduling-lottie.json.js.map +0 -1
  225. package/dist/assets/lotties/trial-v3/parent-app/stay-connected-lottie.json.js +0 -9090
  226. package/dist/assets/lotties/trial-v3/parent-app/stay-connected-lottie.json.js.map +0 -1
  227. package/dist/assets/lotties/trial-v3/parent-app/track-progress-lottie.json.js +0 -8675
  228. package/dist/assets/lotties/trial-v3/parent-app/track-progress-lottie.json.js.map +0 -1
  229. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/fetch-lottie.js +0 -13
  230. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/fetch-lottie.js.map +0 -1
  231. package/dist/features/circle-games/game-launcher/game-launcher-styled.js +0 -10
  232. package/dist/features/circle-games/game-launcher/game-launcher-styled.js.map +0 -1
  233. package/dist/features/post-game-stats/points/points-styled.js +0 -10
  234. package/dist/features/post-game-stats/points/points-styled.js.map +0 -1
  235. package/dist/features/trial-session/comps/render-lottie/index.js +0 -26
  236. package/dist/features/trial-session/comps/render-lottie/index.js.map +0 -1
  237. package/dist/features/ui/loader/circular-loader/circular-loader-styled.js +0 -17
  238. package/dist/features/ui/loader/circular-loader/circular-loader-styled.js.map +0 -1
@@ -0,0 +1,1197 @@
1
+ {
2
+ "v": "5.9.0",
3
+ "fr": 30,
4
+ "ip": 0,
5
+ "op": 37,
6
+ "w": 350,
7
+ "h": 350,
8
+ "nm": "clock_45_min_lottie",
9
+ "ddd": 0,
10
+ "assets": [],
11
+ "layers": [
12
+ {
13
+ "ddd": 0,
14
+ "ind": 1,
15
+ "ty": 3,
16
+ "nm": "Control",
17
+ "sr": 1,
18
+ "ks": {
19
+ "o": { "a": 0, "k": 0, "ix": 11 },
20
+ "r": {
21
+ "a": 1,
22
+ "k": [
23
+ { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 15, "s": [0] },
24
+ { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 17, "s": [7] },
25
+ {
26
+ "i": { "x": [0.667], "y": [1] },
27
+ "o": { "x": [0.333], "y": [0] },
28
+ "t": 19,
29
+ "s": [-7]
30
+ },
31
+ { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 21, "s": [7] },
32
+ {
33
+ "i": { "x": [0.667], "y": [1] },
34
+ "o": { "x": [0.333], "y": [0] },
35
+ "t": 23,
36
+ "s": [-7]
37
+ },
38
+ { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 25, "s": [7] },
39
+ {
40
+ "i": { "x": [0.667], "y": [1] },
41
+ "o": { "x": [0.333], "y": [0] },
42
+ "t": 27,
43
+ "s": [-7]
44
+ },
45
+ { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 29, "s": [7] },
46
+ {
47
+ "i": { "x": [0.667], "y": [1] },
48
+ "o": { "x": [0.333], "y": [0] },
49
+ "t": 31,
50
+ "s": [-7]
51
+ },
52
+ { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 33, "s": [7] },
53
+ { "t": 35, "s": [0] }
54
+ ],
55
+ "ix": 10
56
+ },
57
+ "p": {
58
+ "a": 1,
59
+ "k": [
60
+ {
61
+ "i": { "x": 0, "y": 1 },
62
+ "o": { "x": 0.333, "y": 0 },
63
+ "t": 15,
64
+ "s": [175, 184.5, 0],
65
+ "to": [0, 0, 0],
66
+ "ti": [0, 0, 0]
67
+ },
68
+ {
69
+ "i": { "x": 0.667, "y": 1 },
70
+ "o": { "x": 1, "y": 0 },
71
+ "t": 25,
72
+ "s": [175, 170.5, 0],
73
+ "to": [0, 0, 0],
74
+ "ti": [0, 0, 0]
75
+ },
76
+ { "t": 35, "s": [175, 184.5, 0] }
77
+ ],
78
+ "ix": 2,
79
+ "l": 2
80
+ },
81
+ "a": { "a": 0, "k": [50, 50, 0], "ix": 1, "l": 2 },
82
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
83
+ },
84
+ "ao": 0,
85
+ "ip": 0,
86
+ "op": 37,
87
+ "st": 0,
88
+ "bm": 0
89
+ },
90
+ {
91
+ "ddd": 0,
92
+ "ind": 2,
93
+ "ty": 4,
94
+ "nm": "Lines",
95
+ "parent": 1,
96
+ "sr": 1,
97
+ "ks": {
98
+ "o": { "a": 0, "k": 100, "ix": 11 },
99
+ "r": { "a": 0, "k": 0, "ix": 10 },
100
+ "p": { "a": 0, "k": [49.984, 50, 0], "ix": 2, "l": 2 },
101
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
102
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
103
+ },
104
+ "ao": 0,
105
+ "shapes": [
106
+ {
107
+ "ty": "gr",
108
+ "it": [
109
+ {
110
+ "ind": 0,
111
+ "ty": "sh",
112
+ "ix": 1,
113
+ "ks": {
114
+ "a": 0,
115
+ "k": {
116
+ "i": [
117
+ [0, 0],
118
+ [0, 0],
119
+ [0, 0],
120
+ [0, 0]
121
+ ],
122
+ "o": [
123
+ [0, 0],
124
+ [0, 0],
125
+ [0, 0],
126
+ [0, 0]
127
+ ],
128
+ "v": [
129
+ [4.016, -104],
130
+ [-3.984, -104],
131
+ [-3.984, -92],
132
+ [4.016, -92]
133
+ ],
134
+ "c": true
135
+ },
136
+ "ix": 2
137
+ },
138
+ "nm": "Path 1",
139
+ "mn": "ADBE Vector Shape - Group",
140
+ "hd": false
141
+ },
142
+ {
143
+ "ind": 1,
144
+ "ty": "sh",
145
+ "ix": 2,
146
+ "ks": {
147
+ "a": 0,
148
+ "k": {
149
+ "i": [
150
+ [0, 0],
151
+ [0, 0],
152
+ [0, 0],
153
+ [0, 0]
154
+ ],
155
+ "o": [
156
+ [0, 0],
157
+ [0, 0],
158
+ [0, 0],
159
+ [0, 0]
160
+ ],
161
+ "v": [
162
+ [4.016, 92],
163
+ [-3.984, 92],
164
+ [-3.984, 104],
165
+ [4.016, 104]
166
+ ],
167
+ "c": true
168
+ },
169
+ "ix": 2
170
+ },
171
+ "nm": "Path 2",
172
+ "mn": "ADBE Vector Shape - Group",
173
+ "hd": false
174
+ },
175
+ {
176
+ "ind": 2,
177
+ "ty": "sh",
178
+ "ix": 3,
179
+ "ks": {
180
+ "a": 0,
181
+ "k": {
182
+ "i": [
183
+ [0, 0],
184
+ [0, 0],
185
+ [0, 0],
186
+ [0, 0]
187
+ ],
188
+ "o": [
189
+ [0, 0],
190
+ [0, 0],
191
+ [0, 0],
192
+ [0, 0]
193
+ ],
194
+ "v": [
195
+ [55.475, -88.066],
196
+ [48.547, -92.066],
197
+ [42.547, -81.674],
198
+ [49.475, -77.674]
199
+ ],
200
+ "c": true
201
+ },
202
+ "ix": 2
203
+ },
204
+ "nm": "Path 3",
205
+ "mn": "ADBE Vector Shape - Group",
206
+ "hd": false
207
+ },
208
+ {
209
+ "ind": 3,
210
+ "ty": "sh",
211
+ "ix": 4,
212
+ "ks": {
213
+ "a": 0,
214
+ "k": {
215
+ "i": [
216
+ [0, 0],
217
+ [0, 0],
218
+ [0, 0],
219
+ [0, 0]
220
+ ],
221
+ "o": [
222
+ [0, 0],
223
+ [0, 0],
224
+ [0, 0],
225
+ [0, 0]
226
+ ],
227
+ "v": [
228
+ [-42.525, 81.676],
229
+ [-49.453, 77.676],
230
+ [-55.453, 88.068],
231
+ [-48.525, 92.068]
232
+ ],
233
+ "c": true
234
+ },
235
+ "ix": 2
236
+ },
237
+ "nm": "Path 4",
238
+ "mn": "ADBE Vector Shape - Group",
239
+ "hd": false
240
+ },
241
+ {
242
+ "ind": 4,
243
+ "ty": "sh",
244
+ "ix": 5,
245
+ "ks": {
246
+ "a": 0,
247
+ "k": {
248
+ "i": [
249
+ [0, 0],
250
+ [0, 0],
251
+ [0, 0],
252
+ [0, 0]
253
+ ],
254
+ "o": [
255
+ [0, 0],
256
+ [0, 0],
257
+ [0, 0],
258
+ [0, 0]
259
+ ],
260
+ "v": [
261
+ [92.078, -48.537],
262
+ [88.078, -55.465],
263
+ [77.686, -49.465],
264
+ [81.686, -42.537]
265
+ ],
266
+ "c": true
267
+ },
268
+ "ix": 2
269
+ },
270
+ "nm": "Path 5",
271
+ "mn": "ADBE Vector Shape - Group",
272
+ "hd": false
273
+ },
274
+ {
275
+ "ind": 5,
276
+ "ty": "sh",
277
+ "ix": 6,
278
+ "ks": {
279
+ "a": 0,
280
+ "k": {
281
+ "i": [
282
+ [0, 0],
283
+ [0, 0],
284
+ [0, 0],
285
+ [0, 0]
286
+ ],
287
+ "o": [
288
+ [0, 0],
289
+ [0, 0],
290
+ [0, 0],
291
+ [0, 0]
292
+ ],
293
+ "v": [
294
+ [-77.656, 49.463],
295
+ [-81.656, 42.535],
296
+ [-92.049, 48.535],
297
+ [-88.049, 55.463]
298
+ ],
299
+ "c": true
300
+ },
301
+ "ix": 2
302
+ },
303
+ "nm": "Path 6",
304
+ "mn": "ADBE Vector Shape - Group",
305
+ "hd": false
306
+ },
307
+ {
308
+ "ind": 6,
309
+ "ty": "sh",
310
+ "ix": 7,
311
+ "ks": {
312
+ "a": 0,
313
+ "k": {
314
+ "i": [
315
+ [0, 0],
316
+ [0, 0],
317
+ [0, 0],
318
+ [0, 0]
319
+ ],
320
+ "o": [
321
+ [0, 0],
322
+ [0, 0],
323
+ [0, 0],
324
+ [0, 0]
325
+ ],
326
+ "v": [
327
+ [104, 3.996],
328
+ [104, -4.004],
329
+ [92, -4.004],
330
+ [92, 3.996]
331
+ ],
332
+ "c": true
333
+ },
334
+ "ix": 2
335
+ },
336
+ "nm": "Path 7",
337
+ "mn": "ADBE Vector Shape - Group",
338
+ "hd": false
339
+ },
340
+ {
341
+ "ind": 7,
342
+ "ty": "sh",
343
+ "ix": 8,
344
+ "ks": {
345
+ "a": 0,
346
+ "k": {
347
+ "i": [
348
+ [0, 0],
349
+ [0, 0],
350
+ [0, 0],
351
+ [0, 0]
352
+ ],
353
+ "o": [
354
+ [0, 0],
355
+ [0, 0],
356
+ [0, 0],
357
+ [0, 0]
358
+ ],
359
+ "v": [
360
+ [-92, 3.996],
361
+ [-92, -4.004],
362
+ [-104, -4.004],
363
+ [-104, 3.996]
364
+ ],
365
+ "c": true
366
+ },
367
+ "ix": 2
368
+ },
369
+ "nm": "Path 8",
370
+ "mn": "ADBE Vector Shape - Group",
371
+ "hd": false
372
+ },
373
+ {
374
+ "ind": 8,
375
+ "ty": "sh",
376
+ "ix": 9,
377
+ "ks": {
378
+ "a": 0,
379
+ "k": {
380
+ "i": [
381
+ [0, 0],
382
+ [0, 0],
383
+ [0, 0],
384
+ [0, 0]
385
+ ],
386
+ "o": [
387
+ [0, 0],
388
+ [0, 0],
389
+ [0, 0],
390
+ [0, 0]
391
+ ],
392
+ "v": [
393
+ [88.061, 55.451],
394
+ [92.061, 48.522],
395
+ [81.669, 42.522],
396
+ [77.669, 49.451]
397
+ ],
398
+ "c": true
399
+ },
400
+ "ix": 2
401
+ },
402
+ "nm": "Path 9",
403
+ "mn": "ADBE Vector Shape - Group",
404
+ "hd": false
405
+ },
406
+ {
407
+ "ind": 9,
408
+ "ty": "sh",
409
+ "ix": 10,
410
+ "ks": {
411
+ "a": 0,
412
+ "k": {
413
+ "i": [
414
+ [0, 0],
415
+ [0, 0],
416
+ [0, 0],
417
+ [0, 0]
418
+ ],
419
+ "o": [
420
+ [0, 0],
421
+ [0, 0],
422
+ [0, 0],
423
+ [0, 0]
424
+ ],
425
+ "v": [
426
+ [-81.674, -42.549],
427
+ [-77.674, -49.478],
428
+ [-88.066, -55.478],
429
+ [-92.066, -48.549]
430
+ ],
431
+ "c": true
432
+ },
433
+ "ix": 2
434
+ },
435
+ "nm": "Path 10",
436
+ "mn": "ADBE Vector Shape - Group",
437
+ "hd": false
438
+ },
439
+ {
440
+ "ind": 10,
441
+ "ty": "sh",
442
+ "ix": 11,
443
+ "ks": {
444
+ "a": 0,
445
+ "k": {
446
+ "i": [
447
+ [0, 0],
448
+ [0, 0],
449
+ [0, 0],
450
+ [0, 0]
451
+ ],
452
+ "o": [
453
+ [0, 0],
454
+ [0, 0],
455
+ [0, 0],
456
+ [0, 0]
457
+ ],
458
+ "v": [
459
+ [48.541, 92.047],
460
+ [55.469, 88.047],
461
+ [49.469, 77.655],
462
+ [42.541, 81.655]
463
+ ],
464
+ "c": true
465
+ },
466
+ "ix": 2
467
+ },
468
+ "nm": "Path 11",
469
+ "mn": "ADBE Vector Shape - Group",
470
+ "hd": false
471
+ },
472
+ {
473
+ "ind": 11,
474
+ "ty": "sh",
475
+ "ix": 12,
476
+ "ks": {
477
+ "a": 0,
478
+ "k": {
479
+ "i": [
480
+ [0, 0],
481
+ [0, 0],
482
+ [0, 0],
483
+ [0, 0]
484
+ ],
485
+ "o": [
486
+ [0, 0],
487
+ [0, 0],
488
+ [0, 0],
489
+ [0, 0]
490
+ ],
491
+ "v": [
492
+ [-49.459, -77.695],
493
+ [-42.531, -81.695],
494
+ [-48.531, -92.088],
495
+ [-55.459, -88.088]
496
+ ],
497
+ "c": true
498
+ },
499
+ "ix": 2
500
+ },
501
+ "nm": "Path 12",
502
+ "mn": "ADBE Vector Shape - Group",
503
+ "hd": false
504
+ },
505
+ {
506
+ "ty": "fl",
507
+ "c": { "a": 0, "k": [0.049726106226, 0.049726106226, 0.049726106226, 1], "ix": 4 },
508
+ "o": { "a": 0, "k": 100, "ix": 5 },
509
+ "r": 1,
510
+ "bm": 0,
511
+ "nm": "Fill 1",
512
+ "mn": "ADBE Vector Graphic - Fill",
513
+ "hd": false
514
+ },
515
+ {
516
+ "ty": "tr",
517
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
518
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
519
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
520
+ "r": { "a": 0, "k": 0, "ix": 6 },
521
+ "o": { "a": 0, "k": 100, "ix": 7 },
522
+ "sk": { "a": 0, "k": 0, "ix": 4 },
523
+ "sa": { "a": 0, "k": 0, "ix": 5 },
524
+ "nm": "Transform"
525
+ }
526
+ ],
527
+ "nm": "Vector",
528
+ "np": 13,
529
+ "cix": 2,
530
+ "bm": 0,
531
+ "ix": 1,
532
+ "mn": "ADBE Vector Group",
533
+ "hd": false
534
+ }
535
+ ],
536
+ "ip": 0,
537
+ "op": 37,
538
+ "st": 0,
539
+ "bm": 0
540
+ },
541
+ {
542
+ "ddd": 0,
543
+ "ind": 3,
544
+ "ty": 4,
545
+ "nm": "Alarm",
546
+ "parent": 1,
547
+ "sr": 1,
548
+ "ks": {
549
+ "o": { "a": 0, "k": 100, "ix": 11 },
550
+ "r": { "a": 0, "k": 0, "ix": 10 },
551
+ "p": { "a": 0, "k": [50, 50, 0], "ix": 2, "l": 2 },
552
+ "a": { "a": 0, "k": [-84.476, 91.682, 0], "ix": 1, "l": 2 },
553
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
554
+ },
555
+ "ao": 0,
556
+ "shapes": [
557
+ {
558
+ "ty": "gr",
559
+ "it": [
560
+ {
561
+ "ind": 0,
562
+ "ty": "sh",
563
+ "ix": 1,
564
+ "ks": {
565
+ "a": 0,
566
+ "k": {
567
+ "i": [
568
+ [0, 0],
569
+ [0, 0],
570
+ [0, 0],
571
+ [0, 0]
572
+ ],
573
+ "o": [
574
+ [0, 0],
575
+ [0, 0],
576
+ [0, 0],
577
+ [0, 0]
578
+ ],
579
+ "v": [
580
+ [-8.058, -4.074],
581
+ [4.368, 6.006],
582
+ [-3.192, 15.325],
583
+ [-15.618, 5.246]
584
+ ],
585
+ "c": true
586
+ },
587
+ "ix": 2
588
+ },
589
+ "nm": "Path 1",
590
+ "mn": "ADBE Vector Shape - Group",
591
+ "hd": false
592
+ },
593
+ {
594
+ "ind": 1,
595
+ "ty": "sh",
596
+ "ix": 2,
597
+ "ks": {
598
+ "a": 0,
599
+ "k": {
600
+ "i": [
601
+ [0, 0],
602
+ [0, 0],
603
+ [0, 0],
604
+ [0, 0]
605
+ ],
606
+ "o": [
607
+ [0, 0],
608
+ [0, 0],
609
+ [0, 0],
610
+ [0, 0]
611
+ ],
612
+ "v": [
613
+ [-9.234, -15.325],
614
+ [15.618, 4.834],
615
+ [10.578, 11.047],
616
+ [-14.274, -9.112]
617
+ ],
618
+ "c": true
619
+ },
620
+ "ix": 2
621
+ },
622
+ "nm": "Path 2",
623
+ "mn": "ADBE Vector Shape - Group",
624
+ "hd": false
625
+ },
626
+ {
627
+ "ty": "fl",
628
+ "c": { "a": 0, "k": [0.049726106226, 0.049726106226, 0.049726106226, 1], "ix": 4 },
629
+ "o": { "a": 0, "k": 100, "ix": 5 },
630
+ "r": 1,
631
+ "bm": 0,
632
+ "nm": "Fill 1",
633
+ "mn": "ADBE Vector Graphic - Fill",
634
+ "hd": false
635
+ },
636
+ {
637
+ "ty": "tr",
638
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
639
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
640
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
641
+ "r": { "a": 0, "k": 0, "ix": 6 },
642
+ "o": { "a": 0, "k": 100, "ix": 7 },
643
+ "sk": { "a": 0, "k": 0, "ix": 4 },
644
+ "sa": { "a": 0, "k": 0, "ix": 5 },
645
+ "nm": "Transform"
646
+ }
647
+ ],
648
+ "nm": "Vector",
649
+ "np": 3,
650
+ "cix": 2,
651
+ "bm": 0,
652
+ "ix": 1,
653
+ "mn": "ADBE Vector Group",
654
+ "hd": false
655
+ }
656
+ ],
657
+ "ip": 0,
658
+ "op": 37,
659
+ "st": 0,
660
+ "bm": 0
661
+ },
662
+ {
663
+ "ddd": 0,
664
+ "ind": 4,
665
+ "ty": 4,
666
+ "nm": "Top ",
667
+ "parent": 1,
668
+ "sr": 1,
669
+ "ks": {
670
+ "o": { "a": 0, "k": 100, "ix": 11 },
671
+ "r": { "a": 0, "k": 0, "ix": 10 },
672
+ "p": { "a": 0, "k": [50, 50, 0], "ix": 2, "l": 2 },
673
+ "a": { "a": 0, "k": [0, 122, 0], "ix": 1, "l": 2 },
674
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
675
+ },
676
+ "ao": 0,
677
+ "shapes": [
678
+ {
679
+ "ty": "gr",
680
+ "it": [
681
+ {
682
+ "ind": 0,
683
+ "ty": "sh",
684
+ "ix": 1,
685
+ "ks": {
686
+ "a": 0,
687
+ "k": {
688
+ "i": [
689
+ [0, 0],
690
+ [0, 0],
691
+ [0, 0],
692
+ [0, 0]
693
+ ],
694
+ "o": [
695
+ [0, 0],
696
+ [0, 0],
697
+ [0, 0],
698
+ [0, 0]
699
+ ],
700
+ "v": [
701
+ [12, -2],
702
+ [-12, -2],
703
+ [-12, 14],
704
+ [12, 14]
705
+ ],
706
+ "c": true
707
+ },
708
+ "ix": 2
709
+ },
710
+ "nm": "Path 1",
711
+ "mn": "ADBE Vector Shape - Group",
712
+ "hd": false
713
+ },
714
+ {
715
+ "ind": 1,
716
+ "ty": "sh",
717
+ "ix": 2,
718
+ "ks": {
719
+ "a": 0,
720
+ "k": {
721
+ "i": [
722
+ [0, 0],
723
+ [0, 0],
724
+ [0, 0],
725
+ [0, 0]
726
+ ],
727
+ "o": [
728
+ [0, 0],
729
+ [0, 0],
730
+ [0, 0],
731
+ [0, 0]
732
+ ],
733
+ "v": [
734
+ [24, -14],
735
+ [-24, -14],
736
+ [-24, -1.2],
737
+ [24, -1.2]
738
+ ],
739
+ "c": true
740
+ },
741
+ "ix": 2
742
+ },
743
+ "nm": "Path 2",
744
+ "mn": "ADBE Vector Shape - Group",
745
+ "hd": false
746
+ },
747
+ {
748
+ "ty": "fl",
749
+ "c": { "a": 0, "k": [0.049726106226, 0.049726106226, 0.049726106226, 1], "ix": 4 },
750
+ "o": { "a": 0, "k": 100, "ix": 5 },
751
+ "r": 1,
752
+ "bm": 0,
753
+ "nm": "Fill 1",
754
+ "mn": "ADBE Vector Graphic - Fill",
755
+ "hd": false
756
+ },
757
+ {
758
+ "ty": "tr",
759
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
760
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
761
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
762
+ "r": { "a": 0, "k": 0, "ix": 6 },
763
+ "o": { "a": 0, "k": 100, "ix": 7 },
764
+ "sk": { "a": 0, "k": 0, "ix": 4 },
765
+ "sa": { "a": 0, "k": 0, "ix": 5 },
766
+ "nm": "Transform"
767
+ }
768
+ ],
769
+ "nm": "Vector",
770
+ "np": 3,
771
+ "cix": 2,
772
+ "bm": 0,
773
+ "ix": 1,
774
+ "mn": "ADBE Vector Group",
775
+ "hd": false
776
+ }
777
+ ],
778
+ "ip": 0,
779
+ "op": 37,
780
+ "st": 0,
781
+ "bm": 0
782
+ },
783
+ {
784
+ "ddd": 0,
785
+ "ind": 5,
786
+ "ty": 4,
787
+ "nm": "Centre",
788
+ "parent": 1,
789
+ "sr": 1,
790
+ "ks": {
791
+ "o": { "a": 0, "k": 100, "ix": 11 },
792
+ "r": { "a": 0, "k": 0, "ix": 10 },
793
+ "p": { "a": 0, "k": [50, 50, 0], "ix": 2, "l": 2 },
794
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
795
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
796
+ },
797
+ "ao": 0,
798
+ "shapes": [
799
+ {
800
+ "ty": "gr",
801
+ "it": [
802
+ {
803
+ "ind": 0,
804
+ "ty": "sh",
805
+ "ix": 1,
806
+ "ks": {
807
+ "a": 0,
808
+ "k": {
809
+ "i": [
810
+ [-6.627, 0],
811
+ [0, 6.627],
812
+ [6.627, 0],
813
+ [0, -6.627]
814
+ ],
815
+ "o": [
816
+ [6.627, 0],
817
+ [0, -6.627],
818
+ [-6.627, 0],
819
+ [0, 6.627]
820
+ ],
821
+ "v": [
822
+ [0, 12],
823
+ [12, 0],
824
+ [0, -12],
825
+ [-12, 0]
826
+ ],
827
+ "c": true
828
+ },
829
+ "ix": 2
830
+ },
831
+ "nm": "Path 1",
832
+ "mn": "ADBE Vector Shape - Group",
833
+ "hd": false
834
+ },
835
+ {
836
+ "ty": "st",
837
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
838
+ "o": { "a": 0, "k": 100, "ix": 4 },
839
+ "w": { "a": 0, "k": 8, "ix": 5 },
840
+ "lc": 1,
841
+ "lj": 1,
842
+ "ml": 4,
843
+ "bm": 0,
844
+ "nm": "Stroke 1",
845
+ "mn": "ADBE Vector Graphic - Stroke",
846
+ "hd": false
847
+ },
848
+ {
849
+ "ty": "fl",
850
+ "c": { "a": 0, "k": [0.049726106226, 0.049726106226, 0.049726106226, 1], "ix": 4 },
851
+ "o": { "a": 0, "k": 100, "ix": 5 },
852
+ "r": 1,
853
+ "bm": 0,
854
+ "nm": "Fill 1",
855
+ "mn": "ADBE Vector Graphic - Fill",
856
+ "hd": false
857
+ },
858
+ {
859
+ "ty": "tr",
860
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
861
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
862
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
863
+ "r": { "a": 0, "k": 0, "ix": 6 },
864
+ "o": { "a": 0, "k": 100, "ix": 7 },
865
+ "sk": { "a": 0, "k": 0, "ix": 4 },
866
+ "sa": { "a": 0, "k": 0, "ix": 5 },
867
+ "nm": "Transform"
868
+ }
869
+ ],
870
+ "nm": "Ellipse 6405",
871
+ "np": 3,
872
+ "cix": 2,
873
+ "bm": 0,
874
+ "ix": 1,
875
+ "mn": "ADBE Vector Group",
876
+ "hd": false
877
+ }
878
+ ],
879
+ "ip": 0,
880
+ "op": 37,
881
+ "st": 0,
882
+ "bm": 0
883
+ },
884
+ {
885
+ "ddd": 0,
886
+ "ind": 6,
887
+ "ty": 4,
888
+ "nm": "Needle",
889
+ "parent": 1,
890
+ "sr": 1,
891
+ "ks": {
892
+ "o": { "a": 0, "k": 100, "ix": 11 },
893
+ "r": {
894
+ "a": 1,
895
+ "k": [
896
+ {
897
+ "i": { "x": [0.833], "y": [0.833] },
898
+ "o": { "x": [0.167], "y": [0.167] },
899
+ "t": 0,
900
+ "s": [0]
901
+ },
902
+ { "t": 15, "s": [270] }
903
+ ],
904
+ "ix": 10
905
+ },
906
+ "p": { "a": 0, "k": [49.75, 49.75, 0], "ix": 2, "l": 2 },
907
+ "a": { "a": 0, "k": [6, 9.75, 0], "ix": 1, "l": 2 },
908
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
909
+ },
910
+ "ao": 0,
911
+ "shapes": [
912
+ {
913
+ "ty": "gr",
914
+ "it": [
915
+ {
916
+ "ind": 0,
917
+ "ty": "sh",
918
+ "ix": 1,
919
+ "ks": {
920
+ "a": 0,
921
+ "k": {
922
+ "i": [
923
+ [0, 0],
924
+ [0, 0]
925
+ ],
926
+ "o": [
927
+ [0, 0],
928
+ [0, 0]
929
+ ],
930
+ "v": [
931
+ [6, 9.75],
932
+ [6, -70.5]
933
+ ],
934
+ "c": false
935
+ },
936
+ "ix": 2
937
+ },
938
+ "nm": "Path 1",
939
+ "mn": "ADBE Vector Shape - Group",
940
+ "hd": false
941
+ },
942
+ {
943
+ "ty": "st",
944
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 },
945
+ "o": { "a": 0, "k": 87, "ix": 4 },
946
+ "w": { "a": 0, "k": 2, "ix": 5 },
947
+ "lc": 2,
948
+ "lj": 2,
949
+ "bm": 0,
950
+ "nm": "Stroke 1",
951
+ "mn": "ADBE Vector Graphic - Stroke",
952
+ "hd": false
953
+ },
954
+ {
955
+ "ty": "tr",
956
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
957
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
958
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
959
+ "r": { "a": 0, "k": 0, "ix": 6 },
960
+ "o": { "a": 0, "k": 100, "ix": 7 },
961
+ "sk": { "a": 0, "k": 0, "ix": 4 },
962
+ "sa": { "a": 0, "k": 0, "ix": 5 },
963
+ "nm": "Transform"
964
+ }
965
+ ],
966
+ "nm": "Shape 1",
967
+ "np": 3,
968
+ "cix": 2,
969
+ "bm": 0,
970
+ "ix": 1,
971
+ "mn": "ADBE Vector Group",
972
+ "hd": false
973
+ }
974
+ ],
975
+ "ip": 0,
976
+ "op": 37,
977
+ "st": 0,
978
+ "bm": 0
979
+ },
980
+ {
981
+ "ddd": 0,
982
+ "ind": 7,
983
+ "ty": 4,
984
+ "nm": "Hour Fill",
985
+ "parent": 1,
986
+ "sr": 1,
987
+ "ks": {
988
+ "o": { "a": 0, "k": 100, "ix": 11 },
989
+ "r": { "a": 0, "k": 0, "ix": 10 },
990
+ "p": { "a": 0, "k": [50, 50, 0], "ix": 2, "l": 2 },
991
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
992
+ "s": { "a": 0, "k": [63, 63, 100], "ix": 6, "l": 2 }
993
+ },
994
+ "ao": 0,
995
+ "shapes": [
996
+ {
997
+ "ty": "gr",
998
+ "it": [
999
+ {
1000
+ "ind": 0,
1001
+ "ty": "sh",
1002
+ "ix": 1,
1003
+ "ks": {
1004
+ "a": 0,
1005
+ "k": {
1006
+ "i": [
1007
+ [-39.765, 0],
1008
+ [0, 39.765],
1009
+ [39.765, 0],
1010
+ [0, -39.765]
1011
+ ],
1012
+ "o": [
1013
+ [39.765, 0],
1014
+ [0, -39.765],
1015
+ [-39.765, 0],
1016
+ [0, 39.765]
1017
+ ],
1018
+ "v": [
1019
+ [0, 72],
1020
+ [72, 0],
1021
+ [0, -72],
1022
+ [-72, 0]
1023
+ ],
1024
+ "c": true
1025
+ },
1026
+ "ix": 2
1027
+ },
1028
+ "nm": "Path 1",
1029
+ "mn": "ADBE Vector Shape - Group",
1030
+ "hd": false
1031
+ },
1032
+ {
1033
+ "ty": "st",
1034
+ "c": { "a": 0, "k": [0.2, 0.8, 1, 1], "ix": 3 },
1035
+ "o": { "a": 0, "k": 100, "ix": 4 },
1036
+ "w": { "a": 0, "k": 112, "ix": 5 },
1037
+ "lc": 1,
1038
+ "lj": 1,
1039
+ "ml": 4,
1040
+ "bm": 0,
1041
+ "nm": "Stroke 1",
1042
+ "mn": "ADBE Vector Graphic - Stroke",
1043
+ "hd": false
1044
+ },
1045
+ {
1046
+ "ty": "tr",
1047
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1048
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1049
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1050
+ "r": { "a": 0, "k": 0, "ix": 6 },
1051
+ "o": { "a": 0, "k": 100, "ix": 7 },
1052
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1053
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1054
+ "nm": "Transform"
1055
+ }
1056
+ ],
1057
+ "nm": "Ellipse 6407",
1058
+ "np": 2,
1059
+ "cix": 2,
1060
+ "bm": 0,
1061
+ "ix": 1,
1062
+ "mn": "ADBE Vector Group",
1063
+ "hd": false
1064
+ },
1065
+ {
1066
+ "ty": "tm",
1067
+ "s": {
1068
+ "a": 1,
1069
+ "k": [
1070
+ {
1071
+ "i": { "x": [0.833], "y": [0.833] },
1072
+ "o": { "x": [0.167], "y": [0.167] },
1073
+ "t": 0,
1074
+ "s": [75]
1075
+ },
1076
+ { "t": 15, "s": [0] }
1077
+ ],
1078
+ "ix": 1
1079
+ },
1080
+ "e": { "a": 0, "k": 75, "ix": 2 },
1081
+ "o": { "a": 0, "k": -90, "ix": 3 },
1082
+ "m": 1,
1083
+ "ix": 2,
1084
+ "nm": "Trim Paths 1",
1085
+ "mn": "ADBE Vector Filter - Trim",
1086
+ "hd": false
1087
+ }
1088
+ ],
1089
+ "ip": 0,
1090
+ "op": 37,
1091
+ "st": 0,
1092
+ "bm": 0
1093
+ },
1094
+ {
1095
+ "ddd": 0,
1096
+ "ind": 8,
1097
+ "ty": 4,
1098
+ "nm": "Clock",
1099
+ "parent": 1,
1100
+ "sr": 1,
1101
+ "ks": {
1102
+ "o": { "a": 0, "k": 100, "ix": 11 },
1103
+ "r": { "a": 0, "k": 0, "ix": 10 },
1104
+ "p": { "a": 0, "k": [50, 50, 0], "ix": 2, "l": 2 },
1105
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
1106
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
1107
+ },
1108
+ "ao": 0,
1109
+ "shapes": [
1110
+ {
1111
+ "ty": "gr",
1112
+ "it": [
1113
+ {
1114
+ "ind": 0,
1115
+ "ty": "sh",
1116
+ "ix": 1,
1117
+ "ks": {
1118
+ "a": 0,
1119
+ "k": {
1120
+ "i": [
1121
+ [-61.856, 0],
1122
+ [0, 61.856],
1123
+ [61.856, 0],
1124
+ [0, -61.856]
1125
+ ],
1126
+ "o": [
1127
+ [61.856, 0],
1128
+ [0, -61.856],
1129
+ [-61.856, 0],
1130
+ [0, 61.856]
1131
+ ],
1132
+ "v": [
1133
+ [0, 112],
1134
+ [112, 0],
1135
+ [0, -112],
1136
+ [-112, 0]
1137
+ ],
1138
+ "c": true
1139
+ },
1140
+ "ix": 2
1141
+ },
1142
+ "nm": "Path 1",
1143
+ "mn": "ADBE Vector Shape - Group",
1144
+ "hd": false
1145
+ },
1146
+ {
1147
+ "ty": "st",
1148
+ "c": { "a": 0, "k": [0.049726106226, 0.049726106226, 0.049726106226, 1], "ix": 3 },
1149
+ "o": { "a": 0, "k": 100, "ix": 4 },
1150
+ "w": { "a": 0, "k": 8, "ix": 5 },
1151
+ "lc": 1,
1152
+ "lj": 1,
1153
+ "ml": 4,
1154
+ "bm": 0,
1155
+ "nm": "Stroke 1",
1156
+ "mn": "ADBE Vector Graphic - Stroke",
1157
+ "hd": false
1158
+ },
1159
+ {
1160
+ "ty": "fl",
1161
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 },
1162
+ "o": { "a": 0, "k": 100, "ix": 5 },
1163
+ "r": 1,
1164
+ "bm": 0,
1165
+ "nm": "Fill 1",
1166
+ "mn": "ADBE Vector Graphic - Fill",
1167
+ "hd": false
1168
+ },
1169
+ {
1170
+ "ty": "tr",
1171
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1172
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1173
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1174
+ "r": { "a": 0, "k": 0, "ix": 6 },
1175
+ "o": { "a": 0, "k": 100, "ix": 7 },
1176
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1177
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1178
+ "nm": "Transform"
1179
+ }
1180
+ ],
1181
+ "nm": "Ellipse 6404",
1182
+ "np": 3,
1183
+ "cix": 2,
1184
+ "bm": 0,
1185
+ "ix": 1,
1186
+ "mn": "ADBE Vector Group",
1187
+ "hd": false
1188
+ }
1189
+ ],
1190
+ "ip": 0,
1191
+ "op": 37,
1192
+ "st": 0,
1193
+ "bm": 0
1194
+ }
1195
+ ],
1196
+ "markers": []
1197
+ }