@cuemath/leap 3.1.0-gg2 → 3.1.1-beta-0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/gif/gif.js +22 -22
- package/dist/assets/gif/gif.js.map +1 -1
- package/dist/assets/illustrations/illustrations.js +128 -127
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/images/images.js +32 -32
- package/dist/assets/images/images.js.map +1 -1
- package/dist/assets/line-icons/icons/check.js +3 -3
- package/dist/assets/line-icons/icons/check.js.map +1 -1
- package/dist/assets/line-icons/icons/puzzle-icon.js +51 -0
- package/dist/assets/line-icons/icons/puzzle-icon.js.map +1 -0
- package/dist/assets/line-icons/icons/share.js +48 -0
- package/dist/assets/line-icons/icons/share.js.map +1 -0
- package/dist/assets/line-icons/icons/tile.js +54 -0
- package/dist/assets/line-icons/icons/tile.js.map +1 -0
- package/dist/assets/lottie/lottie.js +86 -86
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +34 -32
- package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -1
- package/dist/features/chapters-v2/chapter-details/chapter-details.js +47 -45
- package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +11 -11
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +47 -46
- package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +165 -124
- package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +1 -1
- package/dist/features/chapters-v2/utils/node-card-utils.js +41 -41
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
- package/dist/features/cue-canvas/bottombar/homework-controls.js +73 -0
- package/dist/features/cue-canvas/bottombar/homework-controls.js.map +1 -0
- package/dist/features/cue-canvas/cue-canvas-context.js +8 -5
- package/dist/features/cue-canvas/cue-canvas-context.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-core.js +80 -75
- package/dist/features/cue-canvas/cue-canvas-core.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-helpers.js +31 -25
- package/dist/features/cue-canvas/cue-canvas-helpers.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-provider.js +14 -12
- package/dist/features/cue-canvas/cue-canvas-provider.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas.js +79 -65
- package/dist/features/cue-canvas/cue-canvas.js.map +1 -1
- package/dist/features/cue-canvas/cue-cavas-styled.js +45 -42
- package/dist/features/cue-canvas/cue-cavas-styled.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +61 -54
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js +18 -14
- package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-upload-helper.js +23 -0
- package/dist/features/cue-canvas/hooks/use-upload-helper.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/helper.js +20 -0
- package/dist/features/cue-canvas/sidebar/homework/helper.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-menu.js +33 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-menu.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-request.js +68 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-request.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-styled.js +25 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-styled.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework.js +39 -0
- package/dist/features/cue-canvas/sidebar/homework/homework.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js +13 -0
- package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js +60 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js +44 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters.js +107 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js +42 -0
- package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js +84 -0
- package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js +36 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js +133 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js +96 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js +29 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/utils.js +120 -0
- package/dist/features/cue-canvas/sidebar/puzzles/utils.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/sidebar-styled.js +32 -0
- package/dist/features/cue-canvas/sidebar/sidebar-styled.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/sidebar.js +29 -0
- package/dist/features/cue-canvas/sidebar/sidebar.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/tiles/tile.js +16 -0
- package/dist/features/cue-canvas/sidebar/tiles/tile.js.map +1 -0
- package/dist/features/cue-canvas/toolbar/grid-menu.js +13 -13
- package/dist/features/cue-canvas/toolbar/grid-menu.js.map +1 -1
- package/dist/features/cue-canvas/toolbar/tool.js +22 -20
- package/dist/features/cue-canvas/toolbar/tool.js.map +1 -1
- package/dist/features/homework/homework-card-view.js +56 -54
- package/dist/features/homework/homework-card-view.js.map +1 -1
- package/dist/features/homework/homework-card.js +53 -52
- package/dist/features/homework/homework-card.js.map +1 -1
- package/dist/features/homework/hw-card-list/api/get-homeworks.js +1 -1
- package/dist/features/homework/hw-card-list/api/get-homeworks.js.map +1 -1
- package/dist/features/homework/hw-card-list/hw-card-list-utils.js +12 -0
- package/dist/features/homework/hw-card-list/hw-card-list-utils.js.map +1 -0
- package/dist/features/homework/hw-card-list/hw-card-list-view.js +137 -107
- package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
- package/dist/features/homework/styles.js +5 -4
- package/dist/features/homework/styles.js.map +1 -1
- package/dist/features/hooks/use-debounce.js +16 -0
- package/dist/features/hooks/use-debounce.js.map +1 -0
- package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js +199 -262
- package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js.map +1 -1
- package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js +15 -15
- package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js.map +1 -1
- package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js +38 -36
- package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js.map +1 -1
- package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js +24 -22
- package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js.map +1 -1
- package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js +23 -22
- package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js.map +1 -1
- package/dist/features/milestone/create/comps/chapters-selection-step/utils.js +49 -47
- package/dist/features/milestone/create/comps/chapters-selection-step/utils.js.map +1 -1
- package/dist/features/milestone/create/comps/class-details-step/class-details-step.js +94 -87
- package/dist/features/milestone/create/comps/class-details-step/class-details-step.js.map +1 -1
- package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js +13 -12
- package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js.map +1 -1
- package/dist/features/milestone/create/comps/test-type-step/test-type-step.js +23 -21
- package/dist/features/milestone/create/comps/test-type-step/test-type-step.js.map +1 -1
- package/dist/features/milestone/create/milestone-create-helpers.js +165 -162
- package/dist/features/milestone/create/milestone-create-helpers.js.map +1 -1
- package/dist/features/trial-session/comps/pricing/india-pricing/index.js +96 -0
- package/dist/features/trial-session/comps/pricing/india-pricing/index.js.map +1 -0
- package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js +59 -0
- package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js.map +1 -0
- package/dist/features/trial-session/comps/pricing/pricing.js +36 -35
- package/dist/features/trial-session/comps/pricing/pricing.js.map +1 -1
- package/dist/features/ui/stepper/stepper.js +7 -7
- package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js +22 -19
- package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js.map +1 -1
- package/dist/index.d.ts +311 -260
- package/dist/index.js +184 -180
- package/dist/index.js.map +1 -1
- package/dist/static/accuracy-meter.99585cba.json +4218 -0
- package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
- package/dist/static/achievement_bg.0d0555ac.png +0 -0
- package/dist/static/advance-mode-segment-lottie.51ff6707.json +1 -0
- package/dist/static/alarm-clock-orange.31fb90d9.svg +1 -0
- package/dist/static/alarm-clock-purple.06d4911c.svg +1 -0
- package/dist/static/alien-1.fc7ba696.svg +1 -0
- package/dist/static/alien-2.15fdda07.svg +1 -0
- package/dist/static/alien-3.2664a37f.svg +1 -0
- package/dist/static/alien-4.06ac66da.svg +1 -0
- package/dist/static/ashta.0d3926b2.png +0 -0
- package/dist/static/avatar-selected.860ee923.json +1 -0
- package/dist/static/awesome.8e1cf046.png +0 -0
- package/dist/static/badge_success.2f6c8e65.png +0 -0
- package/dist/static/beginner1x.489908a7.json +3508 -0
- package/dist/static/bg_empty_resources.63b187fd.png +0 -0
- package/dist/static/blue-clip.87cc4543.svg +1 -0
- package/dist/static/bobwave.5603c70b.gif +0 -0
- package/dist/static/book-green.20f6eed3.svg +1 -0
- package/dist/static/book-open-blue.d4f8d08c.svg +5 -0
- package/dist/static/book-orange.04bdc75e.svg +1 -0
- package/dist/static/book-yellow.c210ac06.svg +1 -0
- package/dist/static/bronze-1.da4e4b5f.json +4176 -0
- package/dist/static/bronze-2.97f9c639.json +4433 -0
- package/dist/static/bronze-3.6a433ebd.json +4786 -0
- package/dist/static/bullet-yellow.2f892d88.svg +1 -0
- package/dist/static/calendar-blue.e0d52d09.svg +1 -0
- package/dist/static/calendar-gray.1c72682a.svg +1 -0
- package/dist/static/calendar-green.a2b6a393.svg +1 -0
- package/dist/static/caution.5766a967.svg +1 -0
- package/dist/static/chapter-1.8a1683a0.svg +1 -0
- package/dist/static/chapter-10.c97de4a5.svg +1 -0
- package/dist/static/chapter-2.71ac6dfc.svg +1 -0
- package/dist/static/chapter-3.003fc901.svg +1 -0
- package/dist/static/chapter-4.8abbacd8.svg +1 -0
- package/dist/static/chapter-5.c774b439.svg +1 -0
- package/dist/static/chapter-6.cb5cf1cb.svg +1 -0
- package/dist/static/chapter-7.57b0beb4.svg +1 -0
- package/dist/static/chapter-8.68d36477.svg +1 -0
- package/dist/static/chapter-9.0c00e26f.svg +1 -0
- package/dist/static/chapter-completed.1241399b.json +497 -0
- package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
- package/dist/static/chapter-header-bg.4ed173c2.svg +1 -0
- package/dist/static/chatva.d0c57a95.png +0 -0
- package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
- package/dist/static/circle-cuemath-logo.8bcb1ad4.svg +1 -0
- package/dist/static/circle-outercircle-bg.65f21460.svg +1 -0
- package/dist/static/circular-loader.a5a1a0a6.json +238 -0
- package/dist/static/clock-30min.eae818b8.json +1197 -0
- package/dist/static/clock-45min.df8adf51.json +1197 -0
- package/dist/static/clock-60min.2b48d875.json +1197 -0
- package/dist/static/clock-90min.3e557ed7.json +1407 -0
- package/dist/static/clock-orange.c144059b.svg +6 -0
- package/dist/static/color-1.45101b9a.json +4545 -0
- package/dist/static/color-2.ccdc7d0a.json +4828 -0
- package/dist/static/color-3.5e8e1422.json +5273 -0
- package/dist/static/community-bulb.3b42af21.svg +1 -0
- package/dist/static/competitive-arena.b9c40801.json +1 -0
- package/dist/static/congrats.75718de8.png +0 -0
- package/dist/static/cool.1893941c.png +0 -0
- package/dist/static/cosa.46c0c49b.png +0 -0
- package/dist/static/crosshair-circle.522a26ea.svg +1 -0
- package/dist/static/crown-overlay.11fb073c.svg +1 -0
- package/dist/static/crown.c18fa217.svg +1 -0
- package/dist/static/cuecoin-gold.bcb8085e.svg +1 -0
- package/dist/static/cuemath-app-qr-code.4beefe48.svg +1 -0
- package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
- package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
- package/dist/static/default-chapter.8ede1160.png +0 -0
- package/dist/static/desktop-with-purple-fill.dfec66cc.svg +1 -0
- package/dist/static/difficult.6846c064.json +2755 -0
- package/dist/static/dob.9ce3c15b.json +1 -0
- package/dist/static/doda.3103971c.png +0 -0
- package/dist/static/duration-30min-gray.f6442df4.svg +1 -0
- package/dist/static/duration-45min-gray.ad90fb23.svg +1 -0
- package/dist/static/duration-60min-gray.874e52a2.svg +1 -0
- package/dist/static/duration-90min-gray.32a04cef.svg +1 -0
- package/dist/static/dvi.fc7b32a5.png +0 -0
- package/dist/static/earth-green.e1329b7a.svg +1 -0
- package/dist/static/easy-rescheduling.3a6d1a00.gif +0 -0
- package/dist/static/easy.68242ddd.json +2658 -0
- package/dist/static/eka.b10a06fa.png +0 -0
- package/dist/static/elite-circle.3df58972.json +6876 -0
- package/dist/static/ellipse-clip.dfb25608.svg +1 -0
- package/dist/static/empty_mix_tests.1d251f07.png +0 -0
- package/dist/static/enrichment-mini.fc3c0f83.gif +0 -0
- package/dist/static/enrichment.571feac0.gif +0 -0
- package/dist/static/error-lottie.b3507a4b.json +5255 -0
- package/dist/static/error.cbe1ddde.json +1 -0
- package/dist/static/familiar1x.7c9c7f15.json +3046 -0
- package/dist/static/female-avatar.b8cd1012.svg +1 -0
- package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
- package/dist/static/five-min-clock.6be5cc41.json +721 -0
- package/dist/static/game-play.4982b0cb.svg +1 -0
- package/dist/static/games.47abcb18.gif +0 -0
- package/dist/static/globe-with-blue-fill.beae6ca4.svg +1 -0
- package/dist/static/gold-1.ab2489fe.json +4176 -0
- package/dist/static/gold-2.34045826.json +4441 -0
- package/dist/static/gold-3.d704698b.json +4810 -0
- package/dist/static/grade-grid-background.b17b4ccb.svg +1 -0
- package/dist/static/grade.b3730524.json +1 -0
- package/dist/static/graduate-hat.4b49eb44.svg +1 -0
- package/dist/static/graduate-icon-pink.01fbfb1b.svg +1 -0
- package/dist/static/graduate-pink-filled-bg.c91e9c53.svg +1 -0
- package/dist/static/great.2a5dcc34.png +0 -0
- package/dist/static/green-balloon.67ac8587.svg +1 -0
- package/dist/static/green-face.1b4dd82f.svg +1 -0
- package/dist/static/hexo.eab4b9f5.png +0 -0
- package/dist/static/infinite-button-bg.5909225e.json +1 -0
- package/dist/static/infinite-button-symbol.aa31350c.json +1 -0
- package/dist/static/jigii-wave.150a6d18.gif +0 -0
- package/dist/static/key.d6846476.json +1 -0
- package/dist/static/kudos.b7e2aeb6.png +0 -0
- package/dist/static/learn.71b13323.json +1 -0
- package/dist/static/learned-shield-gray.1495b0d5.svg +1 -0
- package/dist/static/learned-shield-green.7c26b423.svg +1 -0
- package/dist/static/learning-plan.72d64a61.png +0 -0
- package/dist/static/learning-session.71cc8f22.gif +0 -0
- package/dist/static/learnt.870c5e38.svg +1 -0
- package/dist/static/lesson-overview-banner.f5404af6.png +0 -0
- package/dist/static/levelup-rings.b1055283.json +549 -0
- package/dist/static/like.cb492460.svg +1 -0
- package/dist/static/live-session.a0d25c78.svg +1 -0
- package/dist/static/loader-1.6524355e.svg +1 -0
- package/dist/static/loader.52f8c35c.svg +1 -0
- package/dist/static/locked.0c3b7577.svg +1 -0
- package/dist/static/mail.c30e8708.json +1 -0
- package/dist/static/maintenance.a26aca65.svg +1 -0
- package/dist/static/male-avatar.2febc9eb.svg +1 -0
- package/dist/static/mastered-badge.81f156fb.svg +1 -0
- package/dist/static/mastered-shield-gray.a58cbe19.svg +1 -0
- package/dist/static/mastered-shield-green.070fa4eb.svg +1 -0
- package/dist/static/max-wave.44e002c9.gif +0 -0
- package/dist/static/medium.94c3829b.json +2289 -0
- package/dist/static/mental-math.3c95f169.svg +1 -0
- package/dist/static/milestone-intro-1.281a354c.svg +1 -0
- package/dist/static/milestone-intro-2.19faee69.svg +1 -0
- package/dist/static/milestone-intro-3.6f6055d6.svg +1 -0
- package/dist/static/mistake.476d1aa7.svg +1 -0
- package/dist/static/no-info.f4bfe437.png +0 -0
- package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
- package/dist/static/node-learn-bg.b61f815c.svg +1 -0
- package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
- package/dist/static/node-project-bg.e6a33e28.svg +1 -0
- package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
- package/dist/static/node-recap-bg.546154e4.svg +1 -0
- package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
- package/dist/static/node-video-bg.3df3f73a.svg +1 -0
- package/dist/static/nudge-tap.5cb30093.json +1057 -0
- package/dist/static/number-1-orange.cbf526ed.svg +1 -0
- package/dist/static/number-2-orange.6f29eb72.svg +1 -0
- package/dist/static/number-3-orange.58baf717.svg +1 -0
- package/dist/static/number-4-orange.5ed1ec5e.svg +1 -0
- package/dist/static/octo.3020bd93.png +0 -0
- package/dist/static/one-star-filled.b6084257.svg +1 -0
- package/dist/static/orange-face.5824c2e9.svg +1 -0
- package/dist/static/otp.2d08f874.json +1 -0
- package/dist/static/otp.a3029760.json +1 -0
- package/dist/static/parent-avatar.772d53e0.json +1 -0
- package/dist/static/people-with-orange-fill.3835b8f1.svg +1 -0
- package/dist/static/phone-number.0be312ea.json +1 -0
- package/dist/static/phone-number.84f55562.json +1 -0
- package/dist/static/play-icon.13baaa7d.svg +1 -0
- package/dist/static/play.68d16dec.svg +1 -0
- package/dist/static/point1.b53831de.json +2942 -0
- package/dist/static/point10.7b5e536d.json +3179 -0
- package/dist/static/point100.1df16f82.json +3196 -0
- package/dist/static/point15.fea00c32.json +3179 -0
- package/dist/static/point2.7cec6e24.json +1 -0
- package/dist/static/point20.c88d776d.json +3178 -0
- package/dist/static/point25.a18c346a.json +3178 -0
- package/dist/static/point3.f96fe7aa.json +1 -0
- package/dist/static/point30.c5224b0b.json +3202 -0
- package/dist/static/point35.fad343dd.json +3058 -0
- package/dist/static/point4.fe04fb83.json +1 -0
- package/dist/static/point40.10a16f72.json +3082 -0
- package/dist/static/point45.2ad7561f.json +3082 -0
- package/dist/static/point5.da40ed1f.json +2948 -0
- package/dist/static/point50.5718cb3d.json +3046 -0
- package/dist/static/point60.17380d9f.json +3076 -0
- package/dist/static/points-sum.360e63de.svg +1 -0
- package/dist/static/practice.158dd488.json +1 -0
- package/dist/static/practiced-shield-green.90278855.svg +1 -0
- package/dist/static/practiced-shield-grey.16cf4fe0.svg +1 -0
- package/dist/static/proficient-badge.1a6dbb72.svg +1 -0
- package/dist/static/proficient1x.fa6e7b80.json +3430 -0
- package/dist/static/profile-board.4f4a17e6.svg +1 -0
- package/dist/static/project.eb665827.json +1 -0
- package/dist/static/puzzle-student.de530364.svg +1 -0
- package/dist/static/puzzle.5aad5cf8.svg +1 -0
- package/dist/static/puzzle.b298c7e4.json +1 -0
- package/dist/static/puzzle_card_easy.7d9439b5.png +0 -0
- package/dist/static/puzzle_card_hard.185a19c4.png +0 -0
- package/dist/static/puzzle_card_medium.17daef9c.png +0 -0
- package/dist/static/puzzles.1e269965.gif +0 -0
- package/dist/static/random-mode-segment-lottie.79cf1c07.json +1 -0
- package/dist/static/recap.0dd2c1e2.json +1 -0
- package/dist/static/refund-policy-with-headphone.589398e0.svg +1 -0
- package/dist/static/refund-policy.912dbb4c.svg +1 -0
- package/dist/static/report-404.dd67785c.svg +1 -0
- package/dist/static/rocket-broken.1f86fa43.svg +1 -0
- package/dist/static/rocket-yellow.62d27e15.svg +1 -0
- package/dist/static/school-success-mini.f74a852f.gif +0 -0
- package/dist/static/school-success.f9669771.gif +0 -0
- package/dist/static/score.41971107.svg +1 -0
- package/dist/static/sequence-mode-segment-lottie.11ac49e9.json +1 -0
- package/dist/static/shared.3af01b49.png +0 -0
- package/dist/static/sheet-reference.9da7a09f.png +0 -0
- package/dist/static/silver-1.0396328a.json +4168 -0
- package/dist/static/silver-2.bf50615f.json +4433 -0
- package/dist/static/silver-3.13d66b84.json +4810 -0
- package/dist/static/skills.90ce4cbb.gif +0 -0
- package/dist/static/sleepy-boi.031a1165.json +1008 -0
- package/dist/static/smiley.49bb7d7c.svg +1 -0
- package/dist/static/speckie-wave.510639ce.gif +0 -0
- package/dist/static/spinner-white.639e0d87.json +122 -0
- package/dist/static/spiral_pattern.9fd3e6e9.png +0 -0
- package/dist/static/splash-screen.bbf567ce.json +2411 -0
- package/dist/static/star-orange-filled.a7ff9c8f.svg +1 -0
- package/dist/static/star-orange.a91a341f.svg +1 -0
- package/dist/static/star-with-green-fill.86877d41.svg +1 -0
- package/dist/static/stay-connected.371d3d9d.gif +0 -0
- package/dist/static/streak-green.b59bf4dd.svg +1 -0
- package/dist/static/streak-white.2cbdc9b8.svg +1 -0
- package/dist/static/student-avatar.524226bd.json +1 -0
- package/dist/static/table-mode-reveal.b44a82c3.json +1 -0
- package/dist/static/table-mode-star.b8a1d762.json +1 -0
- package/dist/static/table-segment-star.78e851d6.json +1 -0
- package/dist/static/target-achieved-text.053bd142.json +2830 -0
- package/dist/static/target-achieved-text.10db8475.json +1 -0
- package/dist/static/teacher-validation.7577ecdc.json +245 -0
- package/dist/static/tera-wave.2954a6a4.gif +0 -0
- package/dist/static/test-difficulty-easy.56df71dd.svg +1 -0
- package/dist/static/test-difficulty-hard.7250f1f4.svg +1 -0
- package/dist/static/test-difficulty-medium.2fd9686e.svg +1 -0
- package/dist/static/test-prep-mini.718e5734.gif +0 -0
- package/dist/static/test-prep.ea433f71.gif +0 -0
- package/dist/static/test.803d6036.json +1 -0
- package/dist/static/tetra.354ff2b9.png +0 -0
- package/dist/static/three-stars-filled.72b51f03.svg +1 -0
- package/dist/static/tick-green.a1654049.svg +1 -0
- package/dist/static/total-streak.d5ce7669.json +842 -0
- package/dist/static/total-time-spent.434005d3.json +200 -0
- package/dist/static/total-time.d979cbb9.json +24383 -0
- package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
- package/dist/static/track-progress.c75b1031.gif +0 -0
- package/dist/static/trophy-blue-filled.7e2b40ab.svg +1 -0
- package/dist/static/trophy-blue.e684ba4c.svg +1 -0
- package/dist/static/trophy-circle.b7b23e36.svg +1 -0
- package/dist/static/trophy-green.6c0741c8.svg +10 -0
- package/dist/static/two-stars-filled.a51a14b4.svg +1 -0
- package/dist/static/up-arrow.a6946bd3.svg +1 -0
- package/dist/static/user-crown-grid-background.c2875a73.svg +1 -0
- package/dist/static/user-down.a06f2f94.svg +1 -0
- package/dist/static/user-pin.5f334465.svg +1 -0
- package/dist/static/user-profile-background.199977a9.svg +1 -0
- package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
- package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
- package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
- package/dist/static/user-up.2aecbbae.svg +1 -0
- package/dist/static/username.9e034d51.json +1 -0
- package/dist/static/video.b41451e2.json +1 -0
- package/dist/static/vinnie-wave.10734dd5.gif +0 -0
- package/dist/static/way-forward.1428093e.gif +0 -0
- package/dist/static/wow.864fbb02.png +0 -0
- package/dist/static/yellow-face.b7525a33.svg +1 -0
- package/dist/static/your-goals.63ffbee5.gif +0 -0
- package/dist/static/zodasa.336c3bb0.png +0 -0
- package/package.json +3 -2
@@ -0,0 +1,549 @@
|
|
1
|
+
{
|
2
|
+
"v": "4.8.0",
|
3
|
+
"meta": { "g": "LottieFiles AE 3.4.5", "a": "", "k": "", "d": "", "tc": "" },
|
4
|
+
"fr": 30,
|
5
|
+
"ip": 0,
|
6
|
+
"op": 200,
|
7
|
+
"w": 1000,
|
8
|
+
"h": 1000,
|
9
|
+
"nm": "Green Progress circle",
|
10
|
+
"ddd": 0,
|
11
|
+
"assets": [],
|
12
|
+
"layers": [
|
13
|
+
{
|
14
|
+
"ddd": 0,
|
15
|
+
"ind": 1,
|
16
|
+
"ty": 4,
|
17
|
+
"nm": "Green 03",
|
18
|
+
"sr": 1,
|
19
|
+
"ks": {
|
20
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
21
|
+
"r": { "a": 0, "k": -90, "ix": 10 },
|
22
|
+
"p": { "a": 0, "k": [500, 500, 0], "ix": 2 },
|
23
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
|
24
|
+
"s": {
|
25
|
+
"a": 1,
|
26
|
+
"k": [
|
27
|
+
{
|
28
|
+
"i": { "x": [0.49, 0.49, 0.49], "y": [1, 1, 1] },
|
29
|
+
"o": { "x": [0.51, 0.51, 0.51], "y": [0, 0, 0] },
|
30
|
+
"t": 90,
|
31
|
+
"s": [224, 224, 100]
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"i": { "x": [0.49, 0.49, 0.49], "y": [1, 1, 1] },
|
35
|
+
"o": { "x": [0.51, 0.51, 0.51], "y": [0, 0, 0] },
|
36
|
+
"t": 190,
|
37
|
+
"s": [239, 239, 100]
|
38
|
+
},
|
39
|
+
{ "t": 200, "s": [254, 254, 100] }
|
40
|
+
],
|
41
|
+
"ix": 6
|
42
|
+
}
|
43
|
+
},
|
44
|
+
"ao": 0,
|
45
|
+
"shapes": [
|
46
|
+
{
|
47
|
+
"ty": "gr",
|
48
|
+
"it": [
|
49
|
+
{
|
50
|
+
"ty": "rc",
|
51
|
+
"d": 1,
|
52
|
+
"s": { "a": 0, "k": [377.308, 377.308], "ix": 2 },
|
53
|
+
"p": { "a": 0, "k": [0, 0], "ix": 3 },
|
54
|
+
"r": { "a": 0, "k": 211, "ix": 4 },
|
55
|
+
"nm": "Rectangle Path 1",
|
56
|
+
"mn": "ADBE Vector Shape - Rect",
|
57
|
+
"hd": false
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"ty": "st",
|
61
|
+
"c": {
|
62
|
+
"a": 1,
|
63
|
+
"k": [
|
64
|
+
{
|
65
|
+
"i": { "x": [0.833], "y": [0.833] },
|
66
|
+
"o": { "x": [0.167], "y": [0.167] },
|
67
|
+
"t": 190,
|
68
|
+
"s": [0.239215686275, 0.843137254902, 0.443137254902, 1]
|
69
|
+
},
|
70
|
+
{ "t": 200, "s": [1, 1, 1, 1] }
|
71
|
+
],
|
72
|
+
"ix": 3
|
73
|
+
},
|
74
|
+
"o": { "a": 0, "k": 100, "ix": 4 },
|
75
|
+
"w": { "a": 0, "k": 2.5, "ix": 5 },
|
76
|
+
"lc": 1,
|
77
|
+
"lj": 1,
|
78
|
+
"ml": 4,
|
79
|
+
"bm": 0,
|
80
|
+
"nm": "Stroke 1",
|
81
|
+
"mn": "ADBE Vector Graphic - Stroke",
|
82
|
+
"hd": false
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"ty": "tr",
|
86
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
87
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
88
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
89
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
90
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
91
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
92
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
93
|
+
"nm": "Transform"
|
94
|
+
}
|
95
|
+
],
|
96
|
+
"nm": "Rectangle 16370",
|
97
|
+
"np": 2,
|
98
|
+
"cix": 2,
|
99
|
+
"bm": 0,
|
100
|
+
"ix": 1,
|
101
|
+
"mn": "ADBE Vector Group",
|
102
|
+
"hd": false
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"ty": "tm",
|
106
|
+
"s": { "a": 0, "k": 0, "ix": 1 },
|
107
|
+
"e": {
|
108
|
+
"a": 1,
|
109
|
+
"k": [
|
110
|
+
{
|
111
|
+
"i": { "x": [0.833], "y": [0.833] },
|
112
|
+
"o": { "x": [0.167], "y": [0.167] },
|
113
|
+
"t": 100,
|
114
|
+
"s": [0]
|
115
|
+
},
|
116
|
+
{ "t": 190, "s": [100] }
|
117
|
+
],
|
118
|
+
"ix": 2
|
119
|
+
},
|
120
|
+
"o": { "a": 0, "k": 0, "ix": 3 },
|
121
|
+
"m": 1,
|
122
|
+
"ix": 2,
|
123
|
+
"nm": "Trim Paths 1",
|
124
|
+
"mn": "ADBE Vector Filter - Trim",
|
125
|
+
"hd": false
|
126
|
+
}
|
127
|
+
],
|
128
|
+
"ip": 190,
|
129
|
+
"op": 310,
|
130
|
+
"st": 0,
|
131
|
+
"bm": 0
|
132
|
+
},
|
133
|
+
{
|
134
|
+
"ddd": 0,
|
135
|
+
"ind": 2,
|
136
|
+
"ty": 4,
|
137
|
+
"nm": "Green 02",
|
138
|
+
"sr": 1,
|
139
|
+
"ks": {
|
140
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
141
|
+
"r": { "a": 0, "k": -90, "ix": 10 },
|
142
|
+
"p": { "a": 0, "k": [500, 500, 0], "ix": 2 },
|
143
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
|
144
|
+
"s": {
|
145
|
+
"a": 1,
|
146
|
+
"k": [
|
147
|
+
{
|
148
|
+
"i": { "x": [0.49, 0.49, 0.49], "y": [1, 1, 1] },
|
149
|
+
"o": { "x": [0.51, 0.51, 0.51], "y": [0, 0, 0] },
|
150
|
+
"t": 90,
|
151
|
+
"s": [224, 224, 100]
|
152
|
+
},
|
153
|
+
{ "t": 100, "s": [239, 239, 100] }
|
154
|
+
],
|
155
|
+
"ix": 6
|
156
|
+
}
|
157
|
+
},
|
158
|
+
"ao": 0,
|
159
|
+
"shapes": [
|
160
|
+
{
|
161
|
+
"ty": "gr",
|
162
|
+
"it": [
|
163
|
+
{
|
164
|
+
"ty": "rc",
|
165
|
+
"d": 1,
|
166
|
+
"s": { "a": 0, "k": [377.308, 377.308], "ix": 2 },
|
167
|
+
"p": { "a": 0, "k": [0, 0], "ix": 3 },
|
168
|
+
"r": { "a": 0, "k": 211, "ix": 4 },
|
169
|
+
"nm": "Rectangle Path 1",
|
170
|
+
"mn": "ADBE Vector Shape - Rect",
|
171
|
+
"hd": false
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"ty": "st",
|
175
|
+
"c": {
|
176
|
+
"a": 1,
|
177
|
+
"k": [
|
178
|
+
{
|
179
|
+
"i": { "x": [0.833], "y": [0.833] },
|
180
|
+
"o": { "x": [0.167], "y": [0.167] },
|
181
|
+
"t": 190,
|
182
|
+
"s": [0.239215686275, 0.843137254902, 0.443137254902, 1]
|
183
|
+
},
|
184
|
+
{ "t": 200, "s": [1, 1, 1, 1] }
|
185
|
+
],
|
186
|
+
"ix": 3
|
187
|
+
},
|
188
|
+
"o": { "a": 0, "k": 100, "ix": 4 },
|
189
|
+
"w": { "a": 0, "k": 2.5, "ix": 5 },
|
190
|
+
"lc": 1,
|
191
|
+
"lj": 1,
|
192
|
+
"ml": 4,
|
193
|
+
"bm": 0,
|
194
|
+
"nm": "Stroke 1",
|
195
|
+
"mn": "ADBE Vector Graphic - Stroke",
|
196
|
+
"hd": false
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"ty": "tr",
|
200
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
201
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
202
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
203
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
204
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
205
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
206
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
207
|
+
"nm": "Transform"
|
208
|
+
}
|
209
|
+
],
|
210
|
+
"nm": "Rectangle 16370",
|
211
|
+
"np": 2,
|
212
|
+
"cix": 2,
|
213
|
+
"bm": 0,
|
214
|
+
"ix": 1,
|
215
|
+
"mn": "ADBE Vector Group",
|
216
|
+
"hd": false
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"ty": "tm",
|
220
|
+
"s": { "a": 0, "k": 0, "ix": 1 },
|
221
|
+
"e": {
|
222
|
+
"a": 1,
|
223
|
+
"k": [
|
224
|
+
{
|
225
|
+
"i": { "x": [0.833], "y": [0.833] },
|
226
|
+
"o": { "x": [0.167], "y": [0.167] },
|
227
|
+
"t": 100,
|
228
|
+
"s": [0]
|
229
|
+
},
|
230
|
+
{ "t": 190, "s": [100] }
|
231
|
+
],
|
232
|
+
"ix": 2
|
233
|
+
},
|
234
|
+
"o": { "a": 0, "k": 0, "ix": 3 },
|
235
|
+
"m": 1,
|
236
|
+
"ix": 2,
|
237
|
+
"nm": "Trim Paths 1",
|
238
|
+
"mn": "ADBE Vector Filter - Trim",
|
239
|
+
"hd": false
|
240
|
+
}
|
241
|
+
],
|
242
|
+
"ip": 91,
|
243
|
+
"op": 190,
|
244
|
+
"st": 0,
|
245
|
+
"bm": 0
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"ddd": 0,
|
249
|
+
"ind": 3,
|
250
|
+
"ty": 4,
|
251
|
+
"nm": "White 02",
|
252
|
+
"sr": 1,
|
253
|
+
"ks": {
|
254
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
255
|
+
"r": { "a": 0, "k": -90, "ix": 10 },
|
256
|
+
"p": { "a": 0, "k": [500, 500, 0], "ix": 2 },
|
257
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
|
258
|
+
"s": {
|
259
|
+
"a": 1,
|
260
|
+
"k": [
|
261
|
+
{
|
262
|
+
"i": { "x": [0.49, 0.49, 0.49], "y": [1, 1, 1] },
|
263
|
+
"o": { "x": [0.51, 0.51, 0.51], "y": [0, 0, 0] },
|
264
|
+
"t": 90,
|
265
|
+
"s": [224, 224, 100]
|
266
|
+
},
|
267
|
+
{ "t": 100, "s": [239, 239, 100] }
|
268
|
+
],
|
269
|
+
"ix": 6
|
270
|
+
}
|
271
|
+
},
|
272
|
+
"ao": 0,
|
273
|
+
"shapes": [
|
274
|
+
{
|
275
|
+
"ty": "gr",
|
276
|
+
"it": [
|
277
|
+
{
|
278
|
+
"ty": "rc",
|
279
|
+
"d": 1,
|
280
|
+
"s": { "a": 0, "k": [377.308, 377.308], "ix": 2 },
|
281
|
+
"p": { "a": 0, "k": [0, 0], "ix": 3 },
|
282
|
+
"r": { "a": 0, "k": 211, "ix": 4 },
|
283
|
+
"nm": "Rectangle Path 1",
|
284
|
+
"mn": "ADBE Vector Shape - Rect",
|
285
|
+
"hd": false
|
286
|
+
},
|
287
|
+
{
|
288
|
+
"ty": "st",
|
289
|
+
"c": {
|
290
|
+
"a": 1,
|
291
|
+
"k": [
|
292
|
+
{
|
293
|
+
"i": { "x": [0.833], "y": [0.833] },
|
294
|
+
"o": { "x": [0.167], "y": [0.167] },
|
295
|
+
"t": 90,
|
296
|
+
"s": [0.239215686275, 0.843137254902, 0.443137254902, 1]
|
297
|
+
},
|
298
|
+
{ "t": 100, "s": [1, 1, 1, 1] }
|
299
|
+
],
|
300
|
+
"ix": 3
|
301
|
+
},
|
302
|
+
"o": { "a": 0, "k": 100, "ix": 4 },
|
303
|
+
"w": {
|
304
|
+
"a": 1,
|
305
|
+
"k": [
|
306
|
+
{
|
307
|
+
"i": { "x": [0.833], "y": [0.833] },
|
308
|
+
"o": { "x": [0.167], "y": [0.167] },
|
309
|
+
"t": 190,
|
310
|
+
"s": [2.5]
|
311
|
+
},
|
312
|
+
{ "t": 200, "s": [1.8] }
|
313
|
+
],
|
314
|
+
"ix": 5
|
315
|
+
},
|
316
|
+
"lc": 1,
|
317
|
+
"lj": 1,
|
318
|
+
"ml": 4,
|
319
|
+
"bm": 0,
|
320
|
+
"nm": "Stroke 1",
|
321
|
+
"mn": "ADBE Vector Graphic - Stroke",
|
322
|
+
"hd": false
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"ty": "tr",
|
326
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
327
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
328
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
329
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
330
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
331
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
332
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
333
|
+
"nm": "Transform"
|
334
|
+
}
|
335
|
+
],
|
336
|
+
"nm": "Rectangle 16370",
|
337
|
+
"np": 2,
|
338
|
+
"cix": 2,
|
339
|
+
"bm": 0,
|
340
|
+
"ix": 1,
|
341
|
+
"mn": "ADBE Vector Group",
|
342
|
+
"hd": false
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"ty": "tm",
|
346
|
+
"s": { "a": 0, "k": 0, "ix": 1 },
|
347
|
+
"e": {
|
348
|
+
"a": 1,
|
349
|
+
"k": [
|
350
|
+
{
|
351
|
+
"i": { "x": [0.833], "y": [0.833] },
|
352
|
+
"o": { "x": [0.167], "y": [0.167] },
|
353
|
+
"t": 0,
|
354
|
+
"s": [0]
|
355
|
+
},
|
356
|
+
{ "t": 90, "s": [100] }
|
357
|
+
],
|
358
|
+
"ix": 2
|
359
|
+
},
|
360
|
+
"o": { "a": 0, "k": 0, "ix": 3 },
|
361
|
+
"m": 1,
|
362
|
+
"ix": 2,
|
363
|
+
"nm": "Trim Paths 1",
|
364
|
+
"mn": "ADBE Vector Filter - Trim",
|
365
|
+
"hd": false
|
366
|
+
}
|
367
|
+
],
|
368
|
+
"ip": 91,
|
369
|
+
"op": 308,
|
370
|
+
"st": 0,
|
371
|
+
"bm": 0
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"ddd": 0,
|
375
|
+
"ind": 4,
|
376
|
+
"ty": 4,
|
377
|
+
"nm": "gREEN 01",
|
378
|
+
"sr": 1,
|
379
|
+
"ks": {
|
380
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
381
|
+
"r": { "a": 0, "k": -90, "ix": 10 },
|
382
|
+
"p": { "a": 0, "k": [500, 500, 0], "ix": 2 },
|
383
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
|
384
|
+
"s": { "a": 0, "k": [224, 224, 100], "ix": 6 }
|
385
|
+
},
|
386
|
+
"ao": 0,
|
387
|
+
"shapes": [
|
388
|
+
{
|
389
|
+
"ty": "gr",
|
390
|
+
"it": [
|
391
|
+
{
|
392
|
+
"ty": "rc",
|
393
|
+
"d": 1,
|
394
|
+
"s": { "a": 0, "k": [377.308, 377.308], "ix": 2 },
|
395
|
+
"p": { "a": 0, "k": [0, 0], "ix": 3 },
|
396
|
+
"r": { "a": 0, "k": 211, "ix": 4 },
|
397
|
+
"nm": "Rectangle Path 1",
|
398
|
+
"mn": "ADBE Vector Shape - Rect",
|
399
|
+
"hd": false
|
400
|
+
},
|
401
|
+
{
|
402
|
+
"ty": "st",
|
403
|
+
"c": { "a": 0, "k": [0.239215686275, 0.843137254902, 0.443137254902, 1], "ix": 3 },
|
404
|
+
"o": { "a": 0, "k": 100, "ix": 4 },
|
405
|
+
"w": { "a": 0, "k": 2.5, "ix": 5 },
|
406
|
+
"lc": 1,
|
407
|
+
"lj": 1,
|
408
|
+
"ml": 4,
|
409
|
+
"bm": 0,
|
410
|
+
"nm": "Stroke 1",
|
411
|
+
"mn": "ADBE Vector Graphic - Stroke",
|
412
|
+
"hd": false
|
413
|
+
},
|
414
|
+
{
|
415
|
+
"ty": "tr",
|
416
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
417
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
418
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
419
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
420
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
421
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
422
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
423
|
+
"nm": "Transform"
|
424
|
+
}
|
425
|
+
],
|
426
|
+
"nm": "Rectangle 16370",
|
427
|
+
"np": 2,
|
428
|
+
"cix": 2,
|
429
|
+
"bm": 0,
|
430
|
+
"ix": 1,
|
431
|
+
"mn": "ADBE Vector Group",
|
432
|
+
"hd": false
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"ty": "tm",
|
436
|
+
"s": { "a": 0, "k": 0, "ix": 1 },
|
437
|
+
"e": {
|
438
|
+
"a": 1,
|
439
|
+
"k": [
|
440
|
+
{
|
441
|
+
"i": { "x": [0.833], "y": [0.833] },
|
442
|
+
"o": { "x": [0.167], "y": [0.167] },
|
443
|
+
"t": 0,
|
444
|
+
"s": [0]
|
445
|
+
},
|
446
|
+
{ "t": 90, "s": [100] }
|
447
|
+
],
|
448
|
+
"ix": 2
|
449
|
+
},
|
450
|
+
"o": { "a": 0, "k": 0, "ix": 3 },
|
451
|
+
"m": 1,
|
452
|
+
"ix": 2,
|
453
|
+
"nm": "Trim Paths 1",
|
454
|
+
"mn": "ADBE Vector Filter - Trim",
|
455
|
+
"hd": false
|
456
|
+
}
|
457
|
+
],
|
458
|
+
"ip": 0,
|
459
|
+
"op": 91,
|
460
|
+
"st": 0,
|
461
|
+
"bm": 0
|
462
|
+
},
|
463
|
+
{
|
464
|
+
"ddd": 0,
|
465
|
+
"ind": 5,
|
466
|
+
"ty": 4,
|
467
|
+
"nm": "WHITE 01",
|
468
|
+
"sr": 1,
|
469
|
+
"ks": {
|
470
|
+
"o": { "a": 0, "k": 100, "ix": 11 },
|
471
|
+
"r": { "a": 0, "k": 0, "ix": 10 },
|
472
|
+
"p": { "a": 0, "k": [500, 500, 0], "ix": 2 },
|
473
|
+
"a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
|
474
|
+
"s": { "a": 0, "k": [224, 224, 100], "ix": 6 }
|
475
|
+
},
|
476
|
+
"ao": 0,
|
477
|
+
"shapes": [
|
478
|
+
{
|
479
|
+
"ty": "gr",
|
480
|
+
"it": [
|
481
|
+
{
|
482
|
+
"ty": "rc",
|
483
|
+
"d": 1,
|
484
|
+
"s": { "a": 0, "k": [377.308, 377.308], "ix": 2 },
|
485
|
+
"p": { "a": 0, "k": [0, 0], "ix": 3 },
|
486
|
+
"r": { "a": 0, "k": 211, "ix": 4 },
|
487
|
+
"nm": "Rectangle Path 1",
|
488
|
+
"mn": "ADBE Vector Shape - Rect",
|
489
|
+
"hd": false
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"ty": "st",
|
493
|
+
"c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
|
494
|
+
"o": { "a": 0, "k": 100, "ix": 4 },
|
495
|
+
"w": {
|
496
|
+
"a": 1,
|
497
|
+
"k": [
|
498
|
+
{
|
499
|
+
"i": { "x": [0.833], "y": [0.833] },
|
500
|
+
"o": { "x": [0.167], "y": [0.167] },
|
501
|
+
"t": 90,
|
502
|
+
"s": [2.5]
|
503
|
+
},
|
504
|
+
{ "t": 100, "s": [1.8] }
|
505
|
+
],
|
506
|
+
"ix": 5
|
507
|
+
},
|
508
|
+
"lc": 1,
|
509
|
+
"lj": 1,
|
510
|
+
"ml": 4,
|
511
|
+
"bm": 0,
|
512
|
+
"nm": "Stroke 1",
|
513
|
+
"mn": "ADBE Vector Graphic - Stroke",
|
514
|
+
"hd": false
|
515
|
+
},
|
516
|
+
{
|
517
|
+
"ty": "tr",
|
518
|
+
"p": { "a": 0, "k": [0, 0], "ix": 2 },
|
519
|
+
"a": { "a": 0, "k": [0, 0], "ix": 1 },
|
520
|
+
"s": { "a": 0, "k": [100, 100], "ix": 3 },
|
521
|
+
"r": { "a": 0, "k": 0, "ix": 6 },
|
522
|
+
"o": { "a": 0, "k": 100, "ix": 7 },
|
523
|
+
"sk": { "a": 0, "k": 0, "ix": 4 },
|
524
|
+
"sa": { "a": 0, "k": 0, "ix": 5 },
|
525
|
+
"nm": "Transform"
|
526
|
+
}
|
527
|
+
],
|
528
|
+
"nm": "Rectangle 16370",
|
529
|
+
"np": 2,
|
530
|
+
"cix": 2,
|
531
|
+
"bm": 0,
|
532
|
+
"ix": 1,
|
533
|
+
"mn": "ADBE Vector Group",
|
534
|
+
"hd": false
|
535
|
+
}
|
536
|
+
],
|
537
|
+
"ip": 0,
|
538
|
+
"op": 309,
|
539
|
+
"st": 0,
|
540
|
+
"bm": 0
|
541
|
+
}
|
542
|
+
],
|
543
|
+
"markers": [
|
544
|
+
{ "tm": 90, "cm": "1", "dr": 0 },
|
545
|
+
{ "tm": 100, "cm": "2", "dr": 0 },
|
546
|
+
{ "tm": 190, "cm": "3", "dr": 0 },
|
547
|
+
{ "tm": 200, "cm": "4", "dr": 0 }
|
548
|
+
]
|
549
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="48" height="64" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Frame 78037"><g id="Group 78502"><g id="Vector"><path d="M7.76944 30.0561C7.58395 33.3648 10.1051 36.1968 13.4005 36.3815C10.1051 36.1968 7.28322 38.7293 7.09774 42.038C6.91226 45.3467 9.43337 48.1787 12.7288 48.3635C9.43337 48.1787 6.61153 50.7112 6.42604 54.0199C6.24056 57.3287 8.76168 60.1607 12.0571 60.3454L35.6066 61.6656C38.902 61.8503 41.7239 59.3178 41.9093 56.0091L41.9317 55.6097L43.2527 32.0453C43.4382 28.7365 40.9171 25.9045 37.6217 25.7198L37.1618 25.694L24.6291 24.9914L14.0722 24.3996C10.7768 24.2149 7.95492 26.7474 7.76944 30.0561Z" fill="black"/><path d="M42.6292 14.6186C44.4478 11.455 43.2009 7.36091 39.8561 5.92724C37.1979 4.78782 34.0946 5.74228 32.609 8.23284C29.0415 14.2138 26.6354 19.1842 24.6291 24.9914L37.1618 25.694C38.6455 22.0299 40.3879 18.5176 42.6292 14.6186Z" fill="black"/><path d="M13.4005 36.3815C10.1051 36.1968 7.58395 33.3648 7.76944 30.0561C7.95492 26.7474 10.7768 24.2149 14.0722 24.3996L24.6291 24.9914M13.4005 36.3815C10.1051 36.1968 7.28322 38.7293 7.09774 42.038C6.91226 45.3467 9.43337 48.1787 12.7288 48.3635M13.4005 36.3815L28.278 37.2156M12.7288 48.3635C9.43337 48.1787 6.61153 50.7112 6.42604 54.0199C6.24056 57.3287 8.76168 60.1607 12.0571 60.3454L35.6066 61.6656C38.902 61.8503 41.7239 59.3178 41.9093 56.0091L41.9317 55.6097L43.2527 32.0453C43.4382 28.7365 40.9171 25.9045 37.6217 25.7198L37.1618 25.694M12.7288 48.3635L27.6063 49.1975M24.6291 24.9914C26.6354 19.1842 29.0415 14.2138 32.609 8.23284C34.0946 5.74228 37.1979 4.78782 39.8561 5.92724C43.2009 7.36091 44.4478 11.455 42.6292 14.6186C40.3879 18.5176 38.6455 22.0299 37.1618 25.694M24.6291 24.9914L37.1618 25.694" stroke="black" stroke-width="1.71613"/></g><g id="Vector_2"><path d="M4.67959 28.2016C4.49411 31.5103 7.01523 34.3423 10.3107 34.5271C7.01523 34.3423 4.19338 36.8748 4.0079 40.1835C3.82241 43.4922 6.34353 46.3242 9.63897 46.509C6.34353 46.3242 3.52168 48.8567 3.3362 52.1654C3.15071 55.4742 5.67183 58.3062 8.96727 58.4909L32.5167 59.8111C35.8122 59.9958 38.634 57.4634 38.8195 54.1546L38.8419 53.7552L40.1629 30.1908C40.3484 26.8821 37.8273 24.05 34.5318 23.8653L34.0719 23.8395L21.5393 23.1369L10.9824 22.5451C7.68693 22.3604 4.86508 24.8929 4.67959 28.2016Z" fill="#FFBA07"/><path d="M39.5393 12.7642C41.3579 9.60052 40.1111 5.50641 36.7663 4.07274C34.108 2.93333 31.0047 3.88779 29.5192 6.37835C25.9516 12.3593 23.5456 17.3298 21.5393 23.1369L34.0719 23.8395C35.5557 20.1754 37.2981 16.6631 39.5393 12.7642Z" fill="#FFBA07"/><path d="M10.3107 34.5271C7.01523 34.3423 4.49411 31.5103 4.67959 28.2016C4.86508 24.8929 7.68693 22.3604 10.9824 22.5451L21.5393 23.1369M10.3107 34.5271C7.01523 34.3423 4.19338 36.8748 4.0079 40.1835C3.82241 43.4922 6.34353 46.3242 9.63897 46.509M10.3107 34.5271L25.1882 35.3611M9.63897 46.509C6.34353 46.3242 3.52168 48.8567 3.3362 52.1654C3.15071 55.4742 5.67183 58.3062 8.96727 58.4909L32.5167 59.8111C35.8122 59.9958 38.634 57.4634 38.8195 54.1546L38.8419 53.7552L40.1629 30.1908C40.3484 26.8821 37.8273 24.05 34.5318 23.8653L34.0719 23.8395M9.63897 46.509L24.5165 47.343M21.5393 23.1369C23.5456 17.3298 25.9516 12.3593 29.5192 6.37835C31.0047 3.88779 34.108 2.93333 36.7663 4.07274C40.1111 5.50641 41.3579 9.60052 39.5393 12.7642C37.2981 16.6631 35.5557 20.1754 34.0719 23.8395M21.5393 23.1369L34.0719 23.8395" stroke="black" stroke-width="1.71613"/></g></g></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.4727 7.5H9.38337C8.05359 7.5 6.97559 8.578 6.97559 9.90779V23.2111C6.97559 24.5408 8.05359 25.6189 9.38337 25.6189H22.4727C23.8025 25.6189 24.8805 24.5409 24.8805 23.2111V9.90779C24.8805 8.578 23.8025 7.5 22.4727 7.5Z" fill="#FFBA07" stroke="#FFBA07" stroke-width="4"/><rect x="9.46094" y="9.96094" width="12.9795" height="11.2418" rx="0.851999" fill="white" stroke="#995200" stroke-width="1.25"/><rect x="9" y="22.3154" width="13.9016" height="1.08607" rx="0.543033" fill="#995200"/><circle cx="15.9514" cy="15.582" r="1.54713" fill="white" stroke="#995200" stroke-width="1.25"/><path d="M18.7745 20.5779C18.7745 20.2071 18.7015 19.8399 18.5595 19.4973C18.4176 19.1547 18.2096 18.8434 17.9474 18.5812C17.6852 18.319 17.3739 18.111 17.0313 17.9691C16.6887 17.8272 16.3215 17.7542 15.9507 17.7542C15.5799 17.7542 15.2127 17.8272 14.8701 17.9691C14.5275 18.111 14.2162 18.319 13.954 18.5812C13.6918 18.8434 13.4838 19.1547 13.3419 19.4973C13.2 19.8399 13.127 20.2071 13.127 20.5779" stroke="#995200" stroke-width="1.25"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 3.66675V7.00008" stroke="white" stroke-width="1.66667" stroke-linecap="square" stroke-linejoin="round"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.875s" repeatCount="indefinite"/></path><path d="M12 17V20.3333" stroke="white" stroke-width="1.66667" stroke-linecap="square" stroke-linejoin="round"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.75s" repeatCount="indefinite"/></path><path d="M6.1084 6.1084L8.46673 8.46673" stroke="white" stroke-width="1.66667" stroke-linecap="square" stroke-linejoin="round"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.625s" repeatCount="indefinite"/></path><path d="M15.5337 15.5332L17.892 17.8915" stroke="white" stroke-width="1.66667" stroke-linecap="square" stroke-linejoin="round"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5s" repeatCount="indefinite"/></path><path d="M3.6665 12H6.99984" stroke="white" stroke-width="1.66667" stroke-linecap="square" stroke-linejoin="round"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.375s" repeatCount="indefinite"/></path><path d="M17 12H20.3333" stroke="white" stroke-width="1.66667" stroke-linecap="square" stroke-linejoin="round"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.25s" repeatCount="indefinite"/></path><path d="M6.1084 17.8915L8.46673 15.5332" stroke="white" stroke-width="1.66667" stroke-linecap="square" stroke-linejoin="round"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.125s" repeatCount="indefinite"/></path><path d="M15.5337 8.46673L17.892 6.1084" stroke="white" stroke-width="1.66667" stroke-linecap="square" stroke-linejoin="round"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"/></path></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; display: block; shape-rendering: auto;" width="200px" height="200px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><g transform="rotate(0 50 50)"><rect x="47" y="24" rx="3" ry="6" width="6" height="12" fill="#a19e9f"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.9166666666666666s" repeatCount="indefinite"/></rect></g><g transform="rotate(30 50 50)"><rect x="47" y="24" rx="3" ry="6" width="6" height="12" fill="#a19e9f"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.8333333333333334s" repeatCount="indefinite"/></rect></g><g transform="rotate(60 50 50)"><rect x="47" y="24" rx="3" ry="6" width="6" height="12" fill="#a19e9f"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.75s" repeatCount="indefinite"/></rect></g><g transform="rotate(90 50 50)"><rect x="47" y="24" rx="3" ry="6" width="6" height="12" fill="#a19e9f"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.6666666666666666s" repeatCount="indefinite"/></rect></g><g transform="rotate(120 50 50)"><rect x="47" y="24" rx="3" ry="6" width="6" height="12" fill="#a19e9f"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5833333333333334s" repeatCount="indefinite"/></rect></g><g transform="rotate(150 50 50)"><rect x="47" y="24" rx="3" ry="6" width="6" height="12" fill="#a19e9f"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5s" repeatCount="indefinite"/></rect></g><g transform="rotate(180 50 50)"><rect x="47" y="24" rx="3" ry="6" width="6" height="12" fill="#a19e9f"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.4166666666666667s" repeatCount="indefinite"/></rect></g><g transform="rotate(210 50 50)"><rect x="47" y="24" rx="3" ry="6" width="6" height="12" fill="#a19e9f"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.3333333333333333s" repeatCount="indefinite"/></rect></g><g transform="rotate(240 50 50)"><rect x="47" y="24" rx="3" ry="6" width="6" height="12" fill="#a19e9f"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.25s" repeatCount="indefinite"/></rect></g><g transform="rotate(270 50 50)"><rect x="47" y="24" rx="3" ry="6" width="6" height="12" fill="#a19e9f"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.16666666666666666s" repeatCount="indefinite"/></rect></g><g transform="rotate(300 50 50)"><rect x="47" y="24" rx="3" ry="6" width="6" height="12" fill="#a19e9f"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.08333333333333333s" repeatCount="indefinite"/></rect></g><g transform="rotate(330 50 50)"><rect x="47" y="24" rx="3" ry="6" width="6" height="12" fill="#a19e9f"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"/></rect></g><!--[ldio] generated by https://loading.io/--></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="200" height="200" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-outside-1_977_95157" maskUnits="userSpaceOnUse" x="38.8571" y="35.2852" width="122" height="129" fill="black"><rect fill="white" x="38.8571" y="35.2852" width="122" height="129"/><path fill-rule="evenodd" clip-rule="evenodd" d="M83.928 80.327V93.1605H114.61V80.327C114.61 76.0725 112.994 71.9921 110.117 68.9837C107.24 65.9753 103.338 64.2852 99.269 64.2852C95.2003 64.2852 91.2983 65.9753 88.4213 68.9837C85.5443 71.9921 83.928 76.0725 83.928 80.327ZM74.9999 100.753H125C128.945 100.753 132.143 103.598 132.143 107.108V129.352C132.143 132.862 128.945 135.707 125 135.707H74.9999C71.055 135.707 67.8571 132.862 67.8571 129.352V107.108C67.8571 103.598 71.055 100.753 74.9999 100.753Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M83.928 80.327V93.1605H114.61V80.327C114.61 76.0725 112.994 71.9921 110.117 68.9837C107.24 65.9753 103.338 64.2852 99.269 64.2852C95.2003 64.2852 91.2983 65.9753 88.4213 68.9837C85.5443 71.9921 83.928 76.0725 83.928 80.327ZM74.9999 100.753H125C128.945 100.753 132.143 103.598 132.143 107.108V129.352C132.143 132.862 128.945 135.707 125 135.707H74.9999C71.055 135.707 67.8571 132.862 67.8571 129.352V107.108C67.8571 103.598 71.055 100.753 74.9999 100.753Z" fill="#808080"/><path d="M83.928 93.1605H55.3566V121.732H83.928V93.1605ZM114.61 93.1605V121.732H143.181V93.1605H114.61ZM110.117 68.9837L89.4675 88.7306L89.4675 88.7306L110.117 68.9837ZM88.4213 68.9837L67.7721 49.2368L67.7721 49.2368L88.4213 68.9837ZM112.499 93.1605V80.327H55.3566V93.1605H112.499ZM114.61 64.5891H83.928V121.732H114.61V64.5891ZM86.0384 80.327V93.1605H143.181V80.327H86.0384ZM89.4675 88.7306C87.1363 86.2929 86.0384 83.2484 86.0384 80.327H143.181C143.181 68.8965 138.851 57.6914 130.766 49.2368L89.4675 88.7306ZM99.269 92.8566C95.3377 92.8566 91.8401 91.2117 89.4675 88.7306L130.766 49.2369C122.639 40.7389 111.338 35.7137 99.269 35.7137V92.8566ZM109.07 88.7306C106.698 91.2117 103.2 92.8566 99.269 92.8566V35.7137C87.2003 35.7137 75.8988 40.7389 67.7721 49.2368L109.07 88.7306ZM112.499 80.327C112.499 83.2484 111.402 86.2929 109.07 88.7306L67.7721 49.2368C59.687 57.6914 55.3566 68.8965 55.3566 80.327H112.499ZM125 72.1814H74.9999V129.324H125V72.1814ZM160.714 107.108C160.714 84.7722 141.495 72.1814 125 72.1814V129.324C116.395 129.324 103.571 122.424 103.571 107.108H160.714ZM160.714 129.352V107.108H103.571V129.352H160.714ZM125 164.279C141.495 164.279 160.714 151.688 160.714 129.352H103.571C103.571 114.036 116.395 107.136 125 107.136V164.279ZM74.9999 164.279H125V107.136H74.9999V164.279ZM39.2856 129.352C39.2856 151.688 58.5047 164.279 74.9999 164.279V107.136C83.6053 107.136 96.4285 114.036 96.4285 129.352H39.2856ZM39.2856 107.108V129.352H96.4285V107.108H39.2856ZM74.9999 72.1814C58.5047 72.1814 39.2856 84.7723 39.2856 107.108H96.4285C96.4285 122.424 83.6053 129.324 74.9999 129.324V72.1814Z" fill="#808080" mask="url(#path-1-outside-1_977_95157)"/><mask id="path-3-outside-2_977_95157" maskUnits="userSpaceOnUse" x="59.8571" y="56.2852" width="80" height="87" fill="black"><rect fill="white" x="59.8571" y="56.2852" width="80" height="87"/><path fill-rule="evenodd" clip-rule="evenodd" d="M85.7142 80.1582V92.8566H114.286V80.1582C114.286 75.9484 112.781 71.911 110.101 68.9343C107.422 65.9575 103.789 64.2852 99.9999 64.2852C96.2111 64.2852 92.5775 65.9575 89.8984 68.9343C87.2193 71.911 85.7142 75.9484 85.7142 80.1582ZM67.8571 106.493C67.8571 102.907 71.055 99.9994 74.9999 99.9994H125C128.945 99.9994 132.143 102.907 132.143 106.493V129.22C132.143 132.806 128.945 135.714 125 135.714H74.9999C71.055 135.714 67.8571 132.806 67.8571 129.22V106.493Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M85.7142 80.1582V92.8566H114.286V80.1582C114.286 75.9484 112.781 71.911 110.101 68.9343C107.422 65.9575 103.789 64.2852 99.9999 64.2852C96.2111 64.2852 92.5775 65.9575 89.8984 68.9343C87.2193 71.911 85.7142 75.9484 85.7142 80.1582ZM67.8571 106.493C67.8571 102.907 71.055 99.9994 74.9999 99.9994H125C128.945 99.9994 132.143 102.907 132.143 106.493V129.22C132.143 132.806 128.945 135.714 125 135.714H74.9999C71.055 135.714 67.8571 132.806 67.8571 129.22V106.493Z" fill="white"/><path d="M85.7142 92.8566H78.5713V99.9994H85.7142V92.8566ZM114.286 92.8566V99.9994H121.428V92.8566H114.286ZM110.101 68.9343L104.792 73.7126L104.792 73.7126L110.101 68.9343ZM92.8571 92.8566V80.1582H78.5713V92.8566H92.8571ZM114.286 85.7137H85.7142V99.9994H114.286V85.7137ZM107.143 80.1582V92.8566H121.428V80.1582H107.143ZM104.792 73.7126C106.226 75.3061 107.143 77.6141 107.143 80.1582H121.428C121.428 74.2827 119.335 68.516 115.411 64.1559L104.792 73.7126ZM99.9999 71.428C101.637 71.428 103.38 72.1439 104.792 73.7126L115.411 64.1559C111.464 59.771 105.941 57.1423 99.9999 57.1423V71.428ZM95.2076 73.7126C96.6194 72.1439 98.3629 71.428 99.9999 71.428V57.1423C94.0593 57.1423 88.5355 59.771 84.5891 64.1559L95.2076 73.7126ZM92.8571 80.1582C92.8571 77.6141 93.7735 75.3061 95.2076 73.7126L84.5891 64.1559C80.6651 68.516 78.5713 74.2827 78.5713 80.1582H92.8571ZM74.9999 92.8566C67.766 92.8566 60.7142 98.3364 60.7142 106.493H74.9999C74.9999 106.673 74.9571 106.844 74.8946 106.979C74.8357 107.105 74.7748 107.168 74.754 107.187C74.718 107.219 74.7857 107.142 74.9999 107.142V92.8566ZM125 92.8566H74.9999V107.142H125V92.8566ZM139.286 106.493C139.286 98.3364 132.234 92.8566 125 92.8566V107.142C125.214 107.142 125.282 107.219 125.246 107.187C125.225 107.168 125.164 107.105 125.105 106.979C125.043 106.844 125 106.673 125 106.493H139.286ZM139.286 129.22V106.493H125V129.22H139.286ZM125 142.857C132.234 142.857 139.286 137.377 139.286 129.22H125C125 129.04 125.043 128.869 125.105 128.735C125.164 128.608 125.225 128.546 125.246 128.527C125.282 128.494 125.214 128.571 125 128.571V142.857ZM74.9999 142.857H125V128.571H74.9999V142.857ZM60.7142 129.22C60.7142 137.377 67.766 142.857 74.9999 142.857V128.571C74.7857 128.571 74.718 128.494 74.754 128.527C74.7748 128.546 74.8357 128.608 74.8946 128.735C74.9571 128.869 74.9999 129.04 74.9999 129.22H60.7142ZM60.7142 106.493V129.22H74.9999V106.493H60.7142Z" fill="#2B2B2B" fill-opacity="0.75" mask="url(#path-3-outside-2_977_95157)"/></svg>
|