@cuemath/leap 3.5.29 → 3.5.30-as10
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/illustrations/illustrations.js +22 -0
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/images/images.js +8 -0
- package/dist/assets/images/images.js.map +1 -1
- package/dist/assets/line-icons/icons/carat-right.js +26 -0
- package/dist/assets/line-icons/icons/carat-right.js.map +1 -0
- package/dist/assets/line-icons/icons/dots-icon.js +21 -0
- package/dist/assets/line-icons/icons/dots-icon.js.map +1 -0
- package/dist/assets/line-icons/icons/pause-icon.js +24 -0
- package/dist/assets/line-icons/icons/pause-icon.js.map +1 -0
- package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js +82 -0
- package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js.map +1 -0
- package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.styled.js +77 -0
- package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.styled.js.map +1 -0
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js +18 -91
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js.map +1 -1
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js +42 -58
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/carousel/carousel-styled.js +16 -32
- package/dist/features/circle-games/game-launcher/comps/carousel/carousel-styled.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js +88 -87
- package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js.map +1 -1
- package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +35 -35
- package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -1
- package/dist/features/homework/card-title.js +8 -8
- package/dist/features/homework/card-title.js.map +1 -1
- package/dist/features/parent-dashboard/comps/compact-header/compact-header.js +5 -5
- package/dist/features/parent-dashboard/comps/compact-header/compact-header.js.map +1 -1
- package/dist/features/timeline/monthly-report/api/use-monthly-report-get.js +13 -0
- package/dist/features/timeline/monthly-report/api/use-monthly-report-get.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/achievements/achievements.js +60 -0
- package/dist/features/timeline/monthly-report/comps/achievements/achievements.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/achievements/achievements.styled.js +15 -0
- package/dist/features/timeline/monthly-report/comps/achievements/achievements.styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.js +128 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js +53 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js +120 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js +58 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities.js +27 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/constants.js +95 -0
- package/dist/features/timeline/monthly-report/comps/activities/constants.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/utils.js +15 -0
- package/dist/features/timeline/monthly-report/comps/activities/utils.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance-constants.js +29 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance-constants.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance-utils.js +94 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance-utils.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance.js +44 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance.styled.js +39 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance.styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendence-view.js +52 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendence-view.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/feedback/feedback-styled.js +9 -0
- package/dist/features/timeline/monthly-report/comps/feedback/feedback-styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/feedback/feedback.js +94 -0
- package/dist/features/timeline/monthly-report/comps/feedback/feedback.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js +48 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js +28 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card.js +113 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-constants.js +30 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-constants.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals.js +22 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals.js.map +1 -0
- package/dist/features/timeline/monthly-report/monthly-report-styled.js +14 -0
- package/dist/features/timeline/monthly-report/monthly-report-styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/monthly-report-types.js +5 -0
- package/dist/features/timeline/monthly-report/monthly-report-types.js.map +1 -0
- package/dist/features/timeline/monthly-report/monthly-report.js +69 -0
- package/dist/features/timeline/monthly-report/monthly-report.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js +10 -0
- package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js +87 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js +9 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/constants.js +41 -0
- package/dist/features/timeline/monthly-timeline/constants.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js +9 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js +6 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js +28 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline.js +56 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline.js.map +1 -0
- package/dist/features/timeline/ptm-report/api/use-ptm-report-get.js +9 -0
- package/dist/features/timeline/ptm-report/api/use-ptm-report-get.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/key-need/key-need-styled.js +9 -0
- package/dist/features/timeline/ptm-report/comps/key-need/key-need-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/key-need/key-need.js +35 -0
- package/dist/features/timeline/ptm-report/comps/key-need/key-need.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/parent-support/parent-support.js +53 -0
- package/dist/features/timeline/ptm-report/comps/parent-support/parent-support.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js +19 -0
- package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects.js +50 -0
- package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/report-card/report-card-styled.js +9 -0
- package/dist/features/timeline/ptm-report/comps/report-card/report-card-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/report-card/report-card.js +22 -0
- package/dist/features/timeline/ptm-report/comps/report-card/report-card.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/school-support/school-support-styled.js +9 -0
- package/dist/features/timeline/ptm-report/comps/school-support/school-support-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/school-support/school-support.js +84 -0
- package/dist/features/timeline/ptm-report/comps/school-support/school-support.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/strategies/strategies-constant.js +11 -0
- package/dist/features/timeline/ptm-report/comps/strategies/strategies-constant.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/strategies/strategies.js +36 -0
- package/dist/features/timeline/ptm-report/comps/strategies/strategies.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card-styled.js +55 -0
- package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card.js +35 -0
- package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/student-info/student-info-styled.js +21 -0
- package/dist/features/timeline/ptm-report/comps/student-info/student-info-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/student-info/student-info.js +21 -0
- package/dist/features/timeline/ptm-report/comps/student-info/student-info.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/support-card/support-card-styled.js +9 -0
- package/dist/features/timeline/ptm-report/comps/support-card/support-card-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/support-card/support-card.js +30 -0
- package/dist/features/timeline/ptm-report/comps/support-card/support-card.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js +9 -0
- package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations.js +56 -0
- package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js +15 -0
- package/dist/features/timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report-constants.js +16 -0
- package/dist/features/timeline/ptm-report/ptm-report-constants.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report-helpers.js +8 -0
- package/dist/features/timeline/ptm-report/ptm-report-helpers.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report-styled.js +11 -0
- package/dist/features/timeline/ptm-report/ptm-report-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report-types.js +5 -0
- package/dist/features/timeline/ptm-report/ptm-report-types.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report.js +113 -0
- package/dist/features/timeline/ptm-report/ptm-report.js.map +1 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js +5 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js.map +1 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.js +41 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.js.map +1 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js +37 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js.map +1 -0
- package/dist/features/ui/animated-arc/animated-arc-styled.js +7 -7
- package/dist/features/ui/animated-arc/animated-arc-styled.js.map +1 -1
- package/dist/features/ui/animated-arc/animated-arc.js +37 -26
- package/dist/features/ui/animated-arc/animated-arc.js.map +1 -1
- package/dist/features/ui/linear-progress-bar/linear-progress-bar.js +39 -0
- package/dist/features/ui/linear-progress-bar/linear-progress-bar.js.map +1 -0
- package/dist/features/ui/linear-progress-bar/linear-progress-bar.styled.js +23 -0
- package/dist/features/ui/linear-progress-bar/linear-progress-bar.styled.js.map +1 -0
- package/dist/features/ui/swipable-carousel/swipable-carousel-styled.js +57 -0
- package/dist/features/ui/swipable-carousel/swipable-carousel-styled.js.map +1 -0
- package/dist/features/ui/swipable-carousel/swipable-carousel.js +132 -0
- package/dist/features/ui/swipable-carousel/swipable-carousel.js.map +1 -0
- package/dist/features/ui/swipeable-component/swipeable-component-styled.js.map +1 -0
- package/dist/features/ui/swipeable-component/swipeable-component.js +27 -0
- package/dist/features/ui/swipeable-component/swipeable-component.js.map +1 -0
- package/dist/features/ui/theme/text.js +14 -0
- package/dist/features/ui/theme/text.js.map +1 -1
- package/dist/index.d.ts +231 -25
- package/dist/index.js +588 -568
- package/dist/index.js.map +1 -1
- package/dist/static/2021.0683b580.png +0 -0
- package/dist/static/2022.d34ad7a5.png +0 -0
- package/dist/static/2023.fce87149.png +0 -0
- package/dist/static/2024.a275ee85.png +0 -0
- package/dist/static/2025.677cc187.png +0 -0
- package/dist/static/2026.63763214.png +0 -0
- package/dist/static/2027.b82dc039.png +0 -0
- package/dist/static/2028.580b8cc0.png +0 -0
- package/dist/static/coding-report-icon.91a1e900.svg +1 -0
- package/dist/static/elp-icon.d45b457d.svg +1 -0
- package/dist/static/english-icon.50c2e005.svg +1 -0
- package/dist/static/focus-blue.664be268.svg +1 -0
- package/dist/static/full-report.00112c74.svg +1 -0
- package/dist/static/key.fa0b4c98.svg +1 -0
- package/dist/static/live-session-blue.ec7fa85f.svg +1 -0
- package/dist/static/math-fit-grey.c32f37b3.svg +1 -0
- package/dist/static/no-report.4158fad3.svg +1 -0
- package/dist/static/opened-book-green.faacda34.svg +1 -0
- package/dist/static/percentage-pattern-yellow.6a25e820.svg +1 -0
- package/dist/static/pi-orange.132b108d.svg +1 -0
- package/dist/static/ptm-report-icon.5089218f.svg +1 -0
- package/dist/static/puzzle-purple.60ff4884.svg +1 -0
- package/dist/static/question-mark-yellow.1925aa04.svg +1 -0
- package/dist/static/renewal-blue.1ab3b2d4.svg +1 -0
- package/dist/static/sat-report-icon.4331be86.svg +1 -0
- package/dist/static/science-report-icon.a0014c40.svg +1 -0
- package/dist/static/thumbs-up-green.6a03b9d2.svg +1 -0
- package/dist/static/thumps-down.a1192a62.svg +1 -0
- package/dist/static/thumps-up.caa35a98.svg +1 -0
- package/dist/static/time-purple.ab1a458d.svg +1 -0
- package/package.json +3 -2
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js +0 -12
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js.map +0 -1
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js +0 -34
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js.map +0 -1
- package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component-styled.js.map +0 -1
- package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.js +0 -26
- package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.js.map +0 -1
- /package/dist/features/{circle-games/game-launcher/comps/swipable-component → ui/swipeable-component}/swipeable-component-styled.js +0 -0
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.23584 20.0001L15.8181 13.8904V26.1097L5.23584 20.0001Z" fill="#DADADA"/><path d="M34.7646 20.0001L24.1824 13.8904V26.1097L34.7646 20.0001Z" fill="#DADADA"/><path d="M20.1426 12.9452H21.6209L19.8572 27.0549H18.3789L20.1426 12.9452Z" fill="#DADADA"/><path d="M5.23584 20.0001L15.8181 13.8904V26.1097L5.23584 20.0001Z" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M34.7646 20.0001L24.1824 13.8904V26.1097L34.7646 20.0001Z" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M20.1426 12.9452H21.6209L19.8572 27.0549H18.3789L20.1426 12.9452Z" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M21.6206 11.4452L21.7808 11.4539C22.1513 11.4937 22.4964 11.6698 22.7456 11.952C22.9646 12.2001 23.0912 12.512 23.1147 12.8368C23.2079 12.7424 23.3143 12.6597 23.4321 12.5916C23.8962 12.3237 24.468 12.3237 24.9321 12.5916L35.5151 18.701C35.979 18.969 36.2641 19.4642 36.2642 19.9998C36.2642 20.5357 35.9783 21.0307 35.5142 21.2987L24.9321 27.409C24.4681 27.6768 23.8961 27.6769 23.4321 27.409C22.9682 27.1411 22.6823 26.6459 22.6821 26.1102V16.5457L21.3452 27.2411C21.2513 27.9916 20.6134 28.5545 19.8569 28.5545H18.3794C17.9492 28.5545 17.5391 28.3702 17.2544 28.0477C17.0355 27.7997 16.908 27.4885 16.8843 27.1639C16.7913 27.2579 16.6854 27.3411 16.5679 27.409C16.1038 27.6768 15.5319 27.6769 15.0679 27.409L4.48584 21.2987C4.02184 21.0307 3.73584 20.5357 3.73584 19.9998C3.73591 19.464 4.0218 18.9689 4.48584 18.701L15.0679 12.5916C15.532 12.3237 16.1038 12.3237 16.5679 12.5916C17.032 12.8596 17.3179 13.3546 17.3179 13.8905V23.4461L18.6538 12.7586L18.6782 12.6209C18.8283 11.9404 19.4338 11.4452 20.1431 11.4452H21.6206ZM8.23486 19.9998L14.3179 23.5106V16.4881L8.23486 19.9998ZM25.6821 23.5106L31.7642 19.9998L25.6821 16.4881V23.5106Z" fill="#DADADA" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M15.1519 15.0451L15.1519 24.9553L6.56787 20.0002L15.1519 15.0451Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M24.8486 15.0451L24.8486 24.9553L33.4326 20.0002L24.8486 15.0451Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M20.1426 12.9452H21.6209L19.8572 27.0549H18.3789L20.1426 12.9452Z" fill="#0D0D0D"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.1093 19.4809C27.1093 24.3888 23.9263 28.3675 20 28.3675C16.0736 28.3675 12.8906 24.3888 12.8906 19.4809C12.8906 14.5729 16.0736 10.5942 20 10.5942C23.9263 10.5942 27.1093 14.5729 27.1093 19.4809Z" fill="#DADADA"/><path d="M19.9998 21.7867L17.282 23.8139L15.7937 21.7867L13.0273 23.358C13.6759 26.616 16.5511 29.0715 19.9997 29.0715C23.4484 29.0715 26.3235 26.616 26.9721 23.358L24.1414 21.9621L22.6751 23.8139L19.9998 21.7867Z" fill="#DADADA"/><path d="M15.5555 9.38733L24.2964 9.38725L25.2701 9.38724C26.2859 9.38723 27.1094 10.2107 27.1094 11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0658L24.2964 13.0658L15.5555 13.0659L12.8907 11.2265L15.5555 9.38733Z" fill="#DADADA"/><path d="M24.2964 9.38725L15.5555 9.38733L12.8907 11.2265L15.5555 13.0659L24.2964 13.0658M24.2964 9.38725L25.2701 9.38724C26.2859 9.38723 27.1094 10.2107 27.1094 11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0658L24.2964 13.0658M24.2964 9.38725V13.0658M27.1093 19.4809C27.1093 24.3888 23.9263 28.3675 20 28.3675C16.0736 28.3675 12.8906 24.3888 12.8906 19.4809C12.8906 14.5729 16.0736 10.5942 20 10.5942C23.9263 10.5942 27.1093 14.5729 27.1093 19.4809ZM17.282 23.8139L19.9998 21.7867L22.6751 23.8139L24.1414 21.9621L26.9721 23.358C26.3235 26.616 23.4484 29.0715 19.9997 29.0715C16.5511 29.0715 13.6759 26.616 13.0273 23.358L15.7937 21.7867L17.282 23.8139Z" stroke="#0D0D0D" stroke-linecap="square"/><path d="M17.7012 21.0044L20.0088 19.2847L22.3213 21.0367L22.5732 20.7202L23.5762 19.4536L25.0264 20.1685L25.0811 20.1958C25.0982 19.9629 25.1094 19.7247 25.1094 19.481C25.1094 17.7025 24.6372 16.2056 23.9111 15.0659H16.0889C15.3628 16.2056 14.8906 17.7025 14.8906 19.481C14.8906 19.6536 14.8966 19.8235 14.9053 19.9908L16.3525 19.1685L17.7012 21.0044ZM18.4775 25.4175L17.9883 25.7818C18.6368 26.1646 19.328 26.3677 20 26.3677C20.6619 26.3677 21.3414 26.1691 21.9814 25.7974L19.9902 24.2886L18.4775 25.4175ZM29.1094 19.481C29.1094 20.3509 29.0188 21.2143 28.8467 22.0523L29.2334 22.2427L28.9336 23.7486C28.1023 27.9239 24.4209 31.0717 20 31.0718C15.5789 31.0718 11.8967 27.924 11.0654 23.7486L10.7842 22.3326L11.167 22.1148C10.9863 21.2572 10.8906 20.3726 10.8906 19.481C10.8906 17.3011 11.4566 15.1619 12.4678 13.3638L9.37012 11.2261L14.9326 7.38724H25.2705C27.3906 7.38745 29.1092 9.10606 29.1094 11.2261C29.1094 12.336 28.6368 13.3347 27.8838 14.0357C28.6742 15.6837 29.1094 17.567 29.1094 19.481Z" fill="#DADADA" stroke="#0D0D0D" stroke-linecap="square" stroke-linejoin="round"/><path d="M20 11.2612C23.427 11.2612 26.4424 14.7946 26.4424 19.4809C26.4424 24.1672 23.427 27.7006 20 27.7006C16.573 27.7006 13.5576 24.1672 13.5576 19.4809C13.5576 14.7946 16.5729 11.2612 20 11.2612Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><circle cx="17.3291" cy="15.9055" r="0.888668" fill="#0D0D0D"/><circle cx="22.6699" cy="15.9055" r="0.888668" fill="#0D0D0D"/><path d="M19.2886 16.3135L19.9997 17.2746L20.7104 16.3135L19.2886 16.3135Z" fill="#0D0D0D"/><path d="M19.9998 21.7867L17.282 23.8139L15.7937 21.7867L13.0273 23.358C13.6759 26.616 16.5511 29.0715 19.9997 29.0715C23.4484 29.0715 26.3235 26.616 26.9721 23.358L24.1414 21.9622L22.6751 23.8139L19.9998 21.7867Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M15.5555 9.38732L24.2964 9.38723L25.2701 9.38722C26.2859 9.38721 27.1094 10.2107 27.1094 11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0657L24.2964 13.0657L15.5555 13.0658L15.2389 12.8473L12.8907 11.2265L15.2389 9.60581L15.5555 9.38732Z" fill="#DADADA"/><path d="M24.2964 9.38723L24.2964 13.0657M12.8907 11.2265L15.2389 9.60581L15.5555 9.38732L25.2701 9.38722C26.2859 9.38721 27.1094 10.2107 27.1094 11.2265V11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0657L15.5555 13.0658L15.2389 12.8473L12.8907 11.2265Z" stroke="#0D0D0D" stroke-width="1.33333" stroke-linecap="square"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.20557 12.8039H20.7195V24.3178H9.20557V12.8039Z" fill="#DADADA"/><path d="M19.2808 15.6824H30.7947V27.1963H19.2808V15.6824Z" fill="#DADADA"/><path d="M9.20557 12.8039H20.7195V24.3178H9.20557V12.8039Z" stroke="#0D0D0D"/><path d="M19.2808 15.6824H30.7947V27.1963H19.2808V15.6824Z" stroke="#0D0D0D"/><path d="M22.7192 10.8039V13.6828H32.7944V29.1965H17.2808V26.3176H7.20557V10.8039H22.7192ZM22.7192 25.1965H28.7944V17.6828H22.7192V25.1965ZM11.2056 22.3176H17.2808V14.8039H11.2056V22.3176Z" fill="#DADADA" stroke="#0D0D0D"/><rect x="9.20557" y="12.8039" width="11.5139" height="11.5139" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M15.5381 15.3125L15.5586 15.3633L18.0283 21.4082L18.0752 21.5215H16.8525L16.832 21.4697L16.2051 19.9062H13.6475L13.0117 21.4697L12.9912 21.5215H11.7773L11.8232 21.4082L14.293 15.3633L14.3145 15.3125H15.5381Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.16394"/><rect x="19.2808" y="15.6824" width="11.5139" height="11.5139" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M25.6626 18.4528C26.2245 18.4528 26.6712 18.6341 26.978 18.9352C27.2846 19.2361 27.4457 19.6506 27.4458 20.1061C27.4458 20.6492 27.2248 21.1065 26.8374 21.3922C27.3639 21.698 27.6782 22.2395 27.6782 22.8873C27.6782 23.3905 27.5011 23.8358 27.1763 24.1549C26.8513 24.4741 26.3847 24.6617 25.8179 24.6617H22.9292V18.4528H25.6626Z" fill="#DADADA" stroke="#DADADA" stroke-width="0.16394"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="28" height="28" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-outside-1_916_27396" maskUnits="userSpaceOnUse" x="4" y="4.4646" width="20" height="20" fill="black"><rect fill="white" x="4" y="4.4646" width="20" height="20"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7812 7.79272C13.7812 7.61151 13.9282 7.4646 14.1094 7.4646C14.2906 7.4646 14.4375 7.61151 14.4375 7.79272V9.67698C16.5042 9.88221 18.1478 11.5259 18.3533 13.5929H20.6719C20.8531 13.5929 21 13.7398 21 13.921C21 14.1022 20.8531 14.2491 20.6719 14.2491H18.3697C18.2633 16.4186 16.5771 18.1729 14.4375 18.3854L14.4375 20.6719C14.4375 20.8531 14.2906 21.0001 14.1094 21.0001C13.9282 21.0001 13.7812 20.8531 13.7812 20.6719L13.7812 18.4016C11.5389 18.2912 9.74049 16.4922 9.63035 14.2494H7.32813C7.14691 14.2494 7 14.1025 7 13.9213C7 13.7401 7.14691 13.5932 7.32812 13.5932H9.64664C9.85924 11.4536 11.6127 9.76755 13.7812 9.66075V7.79272Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7812 7.79272C13.7812 7.61151 13.9282 7.4646 14.1094 7.4646C14.2906 7.4646 14.4375 7.61151 14.4375 7.79272V9.67698C16.5042 9.88221 18.1478 11.5259 18.3533 13.5929H20.6719C20.8531 13.5929 21 13.7398 21 13.921C21 14.1022 20.8531 14.2491 20.6719 14.2491H18.3697C18.2633 16.4186 16.5771 18.1729 14.4375 18.3854L14.4375 20.6719C14.4375 20.8531 14.2906 21.0001 14.1094 21.0001C13.9282 21.0001 13.7812 20.8531 13.7812 20.6719L13.7812 18.4016C11.5389 18.2912 9.74049 16.4922 9.63035 14.2494H7.32813C7.14691 14.2494 7 14.1025 7 13.9213C7 13.7401 7.14691 13.5932 7.32812 13.5932H9.64664C9.85924 11.4536 11.6127 9.76755 13.7812 9.66075V7.79272Z" fill="white"/><path d="M14.4375 9.67698H11.8125V12.0542L14.1781 12.2891L14.4375 9.67698ZM18.3533 13.5929L15.7412 13.8526L15.9764 16.2179H18.3533V13.5929ZM18.3697 14.2491V11.6241H15.8703L15.7478 14.1205L18.3697 14.2491ZM14.4375 18.3854L14.1781 15.7732L11.8125 16.0081L11.8125 18.3854H14.4375ZM14.4375 20.6719H17.0625V20.6719L14.4375 20.6719ZM13.7812 20.6719H16.4062V20.6719L13.7812 20.6719ZM13.7812 18.4016L16.4062 18.4016V15.9027L13.9104 15.7798L13.7812 18.4016ZM9.63035 14.2494L12.2522 14.1207L12.1296 11.6244H9.63035V14.2494ZM9.64664 13.5932V16.2182H12.0237L12.2588 13.8527L9.64664 13.5932ZM13.7812 9.66075L13.9104 12.2826L16.4062 12.1596V9.66075H13.7812ZM14.1094 4.8396C12.4784 4.8396 11.1562 6.16176 11.1562 7.79272H16.4062C16.4062 9.06125 15.3779 10.0896 14.1094 10.0896V4.8396ZM17.0625 7.79272C17.0625 6.16176 15.7403 4.8396 14.1094 4.8396V10.0896C12.8408 10.0896 11.8125 9.06125 11.8125 7.79272H17.0625ZM17.0625 9.67698V7.79272H11.8125V9.67698H17.0625ZM20.9654 13.3331C20.6362 10.0221 18.0084 7.39368 14.6969 7.06483L14.1781 12.2891C15 12.3707 15.6594 13.0298 15.7412 13.8526L20.9654 13.3331ZM18.3533 16.2179H20.6719V10.9679H18.3533V16.2179ZM20.6719 16.2179C19.4033 16.2179 18.375 15.1895 18.375 13.921H23.625C23.625 12.29 22.3028 10.9679 20.6719 10.9679V16.2179ZM18.375 13.921C18.375 12.6525 19.4033 11.6241 20.6719 11.6241V16.8741C22.3028 16.8741 23.625 15.552 23.625 13.921H18.375ZM20.6719 11.6241H18.3697V16.8741H20.6719V11.6241ZM14.6969 20.9975C18.1242 20.6572 20.8211 17.8521 20.9915 14.3777L15.7478 14.1205C15.7054 14.9852 15.03 15.6886 14.1781 15.7732L14.6969 20.9975ZM17.0625 20.6719L17.0625 18.3854L11.8125 18.3854L11.8125 20.6719L17.0625 20.6719ZM14.1094 23.6251C15.7403 23.6251 17.0625 22.3029 17.0625 20.6719H11.8125C11.8125 19.4034 12.8408 18.3751 14.1094 18.3751V23.6251ZM11.1562 20.6719C11.1562 22.3029 12.4784 23.6251 14.1094 23.6251V18.3751C15.3779 18.3751 16.4062 19.4034 16.4062 20.6719H11.1562ZM11.1562 18.4016L11.1562 20.6719L16.4062 20.6719L16.4062 18.4016L11.1562 18.4016ZM7.00851 14.3782C7.18485 17.969 10.0611 20.8465 13.6521 21.0234L13.9104 15.7798C13.0168 15.7358 12.2961 15.0155 12.2522 14.1207L7.00851 14.3782ZM7.32813 16.8744H9.63035V11.6244H7.32813V16.8744ZM4.375 13.9213C4.375 15.5523 5.69716 16.8744 7.32813 16.8744V11.6244C8.59665 11.6244 9.625 12.6528 9.625 13.9213H4.375ZM7.32812 10.9682C5.69716 10.9682 4.375 12.2903 4.375 13.9213H9.625C9.625 15.1898 8.59665 16.2182 7.32812 16.2182V10.9682ZM9.64664 10.9682H7.32812V16.2182H9.64664V10.9682ZM13.6521 7.03893C10.1782 7.21002 7.37497 9.90733 7.03451 13.3336L12.2588 13.8527C12.3435 12.9999 13.0471 12.3251 13.9104 12.2826L13.6521 7.03893ZM11.1562 7.79272V9.66075H16.4062V7.79272H11.1562Z" fill="#1EB5F0" mask="url(#path-1-outside-1_916_27396)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9953 7.00005C13.8199 7.00271 13.6797 7.147 13.6822 7.32255V9.09449C11.2229 9.25198 9.25098 11.2241 9.09344 13.6824H7.32346V13.6822C7.23819 13.6808 7.15591 13.7136 7.09503 13.7734C7.03427 13.8332 7 13.9149 7 14.0002C7 14.0855 7.03426 14.1672 7.09503 14.227C7.15591 14.2868 7.23819 14.3196 7.32346 14.3182H9.09344C9.251 16.7779 11.2229 18.7502 13.6822 18.9077V20.678C13.6812 20.7631 13.7142 20.845 13.7739 20.9055C13.8336 20.966 13.9151 21 14.0001 21C14.0851 21 14.1666 20.966 14.2263 20.9055C14.2861 20.845 14.3191 20.7631 14.318 20.678V18.9077C16.7759 18.7501 18.7478 16.7778 18.905 14.3182H20.6765C20.7618 14.3196 20.8441 14.2868 20.905 14.227C20.9657 14.1672 21 14.0855 21 14.0002C21 13.9149 20.9657 13.8332 20.905 13.7734C20.8441 13.7136 20.7618 13.6808 20.6765 13.6822H18.905C18.7475 11.2239 16.7758 9.25196 14.318 9.09438V7.32244C14.3192 7.23649 14.2856 7.15375 14.2249 7.09298C14.1641 7.03231 14.0813 6.99871 13.9953 7.00004L13.9953 7.00005ZM14.0001 9.72014C16.3669 9.72014 18.2794 11.6331 18.2794 14.0002C18.2794 16.3692 16.3668 18.282 14.0001 18.282C11.6315 18.282 9.71905 16.3692 9.71905 14.0002C9.71905 11.6329 11.6315 9.72014 14.0001 9.72014Z" fill="#0A47C2" stroke="#0A47C2" stroke-width="0.343438"/><circle cx="14" cy="14" r="1.42188" fill="#0A47C2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.75 8.56561H28.7907V28.0119H7.75V8.56561Z" fill="#DADADA"/><path d="M7.75 8.56561H28.7907V11.4347H7.75V8.56561Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2708 16.9713V16.9399H13.0105V16.9713H18.2708Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2708 16.9399H13.0105V16.9713H18.2708V16.9399Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.531 16.9399H18.2708V16.9713H23.531V16.9399Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.531 16.9713V16.9399H18.2708V16.9713H23.531Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0105 16.9399H7.75033V16.9713H13.0105V16.9399Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7911 16.9713V16.9399H23.531V16.9713H28.7911Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7911 16.9399H23.531V16.9713H28.7911V16.9399Z" fill="#DADADA"/><path d="M13.0105 22.4761H7.75033L7.75 28.0119L13.0105 28.0123V22.4761Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#DADADA"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#DADADA"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#DADADA"/><path d="M7.75 8.56561V8.31561C7.61193 8.31561 7.5 8.42754 7.5 8.56561H7.75ZM28.7907 8.56561H29.0407C29.0407 8.42754 28.9288 8.31561 28.7907 8.31561V8.56561ZM28.7907 28.0119L28.7908 28.2619C28.9288 28.2619 29.0407 28.15 29.0407 28.012L28.7907 28.0119ZM7.75 28.0119H7.5C7.5 28.15 7.61192 28.2619 7.74998 28.2619L7.75 28.0119ZM7.75 11.4347H7.5V11.4348L7.75 11.4347ZM7.75033 16.9713H7.50033C7.50033 17.1094 7.61225 17.2213 7.75033 17.2213V16.9713ZM28.7911 16.9399H29.0411C29.0411 16.8018 28.9291 16.6899 28.7911 16.6899V16.9399ZM28.7911 22.4761L29.0411 22.4761V22.4761H28.7911ZM13.0105 28.0123L13.0105 28.2623H13.0105V28.0123ZM23.531 28.0123V28.2623H23.531L23.531 28.0123ZM9.70166 9.50932V9.75932H10.2017V9.50932H9.95166H9.70166ZM12.1147 9.50932V9.75932H12.6147V9.50932H12.3647H12.1147ZM14.5274 9.50932V9.75932H15.0274V9.50932H14.7774H14.5274ZM16.941 9.50932V9.75932H17.441V9.50932H17.191H16.941ZM19.354 9.50932V9.75932H19.854V9.50932H19.604H19.354ZM21.7671 9.50932V9.75932H22.2671V9.50932H22.0171H21.7671ZM24.1803 9.50932V9.75932H24.6803V9.50932H24.4303H24.1803ZM26.5932 9.50932V9.75932H27.0932V9.50932H26.8432H26.5932ZM24.4503 29.3807L24.2028 29.4163C24.2154 29.5038 24.2733 29.5781 24.355 29.6118C24.4367 29.6455 24.5302 29.6336 24.6008 29.5803L24.4503 29.3807ZM23.3174 21.5L23.1406 21.3232C23.0849 21.3789 23.0587 21.4576 23.0699 21.5356L23.3174 21.5ZM30.9364 24.4909L31.0869 24.6906C31.1001 24.6806 31.1123 24.6694 31.1233 24.657L30.9364 24.4909ZM28.8922 26.0321L28.7417 25.8324C28.6765 25.8816 28.6394 25.9594 28.6424 26.041C28.6453 26.1225 28.6878 26.1975 28.7563 26.2419L28.8922 26.0321ZM31.433 29.1882L31.5835 29.3878C31.5947 29.3794 31.6052 29.37 31.6149 29.3597L31.433 29.1882ZM29.0353 30.9958L28.8406 31.1525C28.9252 31.2577 29.078 31.2766 29.1858 31.1954L29.0353 30.9958ZM26.4945 27.8396L26.6893 27.6828C26.6046 27.5777 26.4518 27.5587 26.344 27.64L26.4945 27.8396ZM24.3174 20.5L24.4087 20.2673C24.3162 20.231 24.2109 20.2529 24.1406 20.3232L24.3174 20.5ZM32.3174 28.25L32.4993 28.4215C32.5502 28.3675 32.5745 28.2937 32.5656 28.22C32.5567 28.1464 32.5155 28.0805 32.4533 28.0402L32.3174 28.25ZM31.8174 23.5L32.0042 23.6661C32.0583 23.6052 32.0794 23.5218 32.0607 23.4426C32.042 23.3633 31.9858 23.2981 31.9102 23.2679L31.8174 23.5ZM25.4503 28.3807L25.2028 28.4163C25.2154 28.5038 25.2733 28.5781 25.355 28.6118C25.4367 28.6455 25.5302 28.6336 25.6008 28.5803L25.4503 28.3807ZM31.9364 23.4909L32.0869 23.6906C32.1592 23.6361 32.1964 23.5467 32.1841 23.457C32.1719 23.3673 32.1121 23.2913 32.0278 23.2582L31.9364 23.4909ZM29.8922 25.0321L29.7417 24.8324C29.6877 24.8732 29.6524 24.9341 29.6441 25.0013C29.6358 25.0684 29.655 25.1361 29.6975 25.1888L29.8922 25.0321ZM32.433 28.1882L32.5835 28.3878C32.6375 28.3471 32.6727 28.2862 32.6811 28.219C32.6894 28.1519 32.6702 28.0842 32.6277 28.0315L32.433 28.1882ZM30.0353 29.9958L29.8406 30.1525C29.9252 30.2577 30.078 30.2766 30.1858 30.1954L30.0353 29.9958ZM27.4945 26.8396L27.6893 26.6828C27.6046 26.5777 27.4518 26.5587 27.344 26.64L27.4945 26.8396ZM7.75 8.56561V8.81561H28.7907V8.56561V8.31561H7.75V8.56561ZM28.7907 8.56561H28.5407V28.0119H28.7907H29.0407V8.56561H28.7907ZM28.7907 28.0119V27.7619H7.75V28.0119V28.2619H28.7907V28.0119ZM7.75 28.0119H8V8.56561H7.75H7.5V28.0119H7.75ZM28.7907 8.56561H28.5407V11.4347H28.7907H29.0407V8.56561H28.7907ZM28.7907 11.4347V11.1847H7.75V11.4347V11.6847H28.7907V11.4347ZM7.75 11.4347H8V8.56561H7.75H7.5V11.4347H7.75ZM13.0105 11.4351H12.7605V16.9713H13.0105H13.2605V11.4351H13.0105ZM13.0105 16.9713V16.7213H7.75033V16.9713V17.2213H13.0105V16.9713ZM13.0105 11.4351V11.6851H18.2708V11.4351V11.1851H13.0105V11.4351ZM18.2708 11.4351H18.0208V16.9713H18.2708H18.5208V11.4351H18.2708ZM18.2708 16.9713V16.7213H13.0105V16.9713V17.2213H18.2708V16.9713ZM18.2708 11.4351V11.6851H23.531V11.4351V11.1851H18.2708V11.4351ZM23.531 11.4351H23.281V16.9713H23.531H23.781V11.4351H23.531ZM23.531 16.9713V16.7213H18.2708V16.9713V17.2213H23.531V16.9713ZM23.531 11.4351L23.531 11.6851L28.7908 11.6847L28.7907 11.4347L28.7907 11.1847L23.531 11.1851L23.531 11.4351ZM28.7907 11.4347L28.5407 11.4348L28.5411 16.9713L28.7911 16.9713L29.0411 16.9713L29.0407 11.4347L28.7907 11.4347ZM28.7911 16.9713V16.7213H23.531V16.9713V17.2213H28.7911V16.9713ZM7.75033 16.9399V17.1899H13.0105V16.9399V16.6899H7.75033V16.9399ZM13.0105 16.9399H12.7605V22.4761H13.0105H13.2605V16.9399H13.0105ZM13.0105 22.4761V22.2261H7.75033V22.4761V22.7261H13.0105V22.4761ZM7.75033 22.4761H8.00033V16.9399H7.75033H7.50033V22.4761H7.75033ZM13.0105 16.9399V17.1899H18.2708V16.9399V16.6899H13.0105V16.9399ZM18.2708 16.9399H18.0208V22.4761H18.2708H18.5208V16.9399H18.2708ZM18.2708 22.4761V22.2261H13.0105V22.4761V22.7261H18.2708V22.4761ZM18.2708 16.9399V17.1899H23.531V16.9399V16.6899H18.2708V16.9399ZM23.531 16.9399H23.281V22.4761H23.531H23.781V16.9399H23.531ZM23.531 22.4761V22.2261H18.2708V22.4761V22.7261H23.531V22.4761ZM23.531 16.9399V17.1899H28.7911V16.9399V16.6899H23.531V16.9399ZM28.7911 16.9399H28.5411V22.4761H28.7911H29.0411V16.9399H28.7911ZM28.7911 22.4761V22.2261H23.531V22.4761V22.7261H28.7911V22.4761ZM13.0105 22.4761H12.7605V28.0123H13.0105H13.2605V22.4761H13.0105ZM13.0105 28.0123L13.0105 27.7623L7.75002 27.7619L7.75 28.0119L7.74998 28.2619L13.0105 28.2623L13.0105 28.0123ZM7.75 28.0119L8 28.012L8.00033 22.4761L7.75033 22.4761L7.50033 22.4761L7.5 28.0119L7.75 28.0119ZM18.2708 22.4761H18.0208V28.0123H18.2708H18.5208V22.4761H18.2708ZM18.2708 28.0123V27.7623H13.0105V28.0123V28.2623H18.2708V28.0123ZM23.531 22.4761H23.281V28.0123H23.531H23.781V22.4761H23.531ZM23.531 28.0123V27.7623H18.2708V28.0123V28.2623H23.531V28.0123ZM28.7911 22.4761L28.5411 22.4761L28.5407 28.0119L28.7907 28.0119L29.0407 28.012L29.0411 22.4761L28.7911 22.4761ZM28.7907 28.0119L28.7907 27.7619L23.531 27.7623L23.531 28.0123L23.531 28.2623L28.7908 28.2619L28.7907 28.0119ZM13.0105 11.4351L13.0105 11.1851L7.75002 11.1847L7.75 11.4347L7.74998 11.6847L13.0105 11.6851L13.0105 11.4351ZM7.75 11.4347L7.5 11.4348L7.50033 16.9399L7.75033 16.9399L8.00033 16.9398L8 11.4347L7.75 11.4347ZM18.2708 16.9713H18.5208V16.9399H18.2708H18.0208V16.9713H18.2708ZM13.0105 16.9399H12.7605V16.9713H13.0105H13.2605V16.9399H13.0105ZM13.0105 11.4351H12.7605V16.9399H13.0105H13.2605V11.4351H13.0105ZM18.2708 16.9399H18.5208V11.4351H18.2708H18.0208V16.9399H18.2708ZM23.531 16.9713H23.781V16.9399H23.531H23.281V16.9713H23.531ZM28.7911 16.9399H28.5411V16.9713H28.7911H29.0411V16.9399H28.7911ZM7.75033 16.9399H7.50033V16.9713H7.75033H8.00033V16.9399H7.75033ZM13.0105 16.9713H12.7605V22.4761H13.0105H13.2605V16.9713H13.0105ZM18.2708 22.4761H18.5208V16.9713H18.2708H18.0208V22.4761H18.2708ZM28.7911 16.9713H28.5411V22.4761H28.7911H29.0411V16.9713H28.7911ZM23.531 22.4761H23.781V16.9713H23.531H23.281V22.4761H23.531ZM9.95166 7.60901H9.70166V9.50932H9.95166H10.2017V7.60901H9.95166ZM12.3647 7.60901H12.1147V9.50932H12.3647H12.6147V7.60901H12.3647ZM14.7774 7.60901H14.5274V9.50932H14.7774H15.0274V7.60901H14.7774ZM17.191 7.60901H16.941V9.50932H17.191H17.441V7.60901H17.191ZM19.604 7.60901H19.354V9.50932H19.604H19.854V7.60901H19.604ZM22.0171 7.60901H21.7671V9.50932H22.0171H22.2671V7.60901H22.0171ZM24.4303 7.60901H24.1803V9.50932H24.4303H24.6803V7.60901H24.4303ZM26.8432 7.60901H26.5932V9.50932H26.8432H27.0932V7.60901H26.8432ZM30.9364 24.4909L30.7859 24.2913L28.7417 25.8324L28.8922 26.0321L29.0427 26.2317L31.0869 24.6906L30.9364 24.4909ZM31.433 29.1882L31.2825 28.9886L28.8848 30.7961L29.0353 30.9958L29.1858 31.1954L31.5835 29.3878L31.433 29.1882ZM26.4945 27.8396L26.344 27.64L24.2998 29.1811L24.4503 29.3807L24.6008 29.5803L26.645 28.0392L26.4945 27.8396ZM23.3174 21.5L23.0699 21.5356L24.2028 29.4163L24.4503 29.3807L24.6977 29.3451L23.5648 21.4644L23.3174 21.5ZM29.0353 30.9958L29.23 30.839L26.6893 27.6828L26.4945 27.8396L26.2998 27.9964L28.8406 31.1525L29.0353 30.9958ZM23.3174 21.5L23.4942 21.6768L24.4942 20.6768L24.3174 20.5L24.1406 20.3232L23.1406 21.3232L23.3174 21.5ZM28.8922 26.0321L28.7563 26.2419L32.1815 28.4598L32.3174 28.25L32.4533 28.0402L29.0281 25.8222L28.8922 26.0321ZM32.3174 28.25L32.1355 28.0785L31.2511 29.0167L31.433 29.1882L31.6149 29.3597L32.4993 28.4215L32.3174 28.25ZM24.3174 20.5L24.2245 20.7321L31.7245 23.7321L31.8174 23.5L31.9102 23.2679L24.4102 20.2679L24.3174 20.5ZM31.8174 23.5L31.6305 23.3339L30.7496 24.3248L30.9364 24.4909L31.1233 24.657L32.0042 23.6661L31.8174 23.5ZM31.9364 23.4909L31.7859 23.2913L29.7417 24.8324L29.8922 25.0321L30.0427 25.2317L32.0869 23.6906L31.9364 23.4909ZM29.8922 25.0321L29.6975 25.1888L32.2382 28.345L32.433 28.1882L32.6277 28.0315L30.0869 24.8753L29.8922 25.0321ZM32.433 28.1882L32.2825 27.9886L29.8848 29.7961L30.0353 29.9958L30.1858 30.1954L32.5835 28.3878L32.433 28.1882ZM27.4945 26.8396L27.344 26.64L25.2998 28.1811L25.4503 28.3807L25.6008 28.5803L27.645 27.0392L27.4945 26.8396ZM24.3174 20.5L24.0699 20.5356L25.2028 28.4163L25.4503 28.3807L25.6977 28.3451L24.5648 20.4644L24.3174 20.5ZM24.3174 20.5L24.226 20.7327L31.8451 23.7236L31.9364 23.4909L32.0278 23.2582L24.4087 20.2673L24.3174 20.5ZM30.0353 29.9958L30.23 29.839L27.6893 26.6828L27.4945 26.8396L27.2998 26.9964L29.8406 30.1525L30.0353 29.9958Z" fill="#0D0D0D"/><path d="M28.7905 5.81555C30.3093 5.81555 31.5405 7.0468 31.5405 8.56555L31.541 20.3815L32.9414 20.9313C33.8683 21.2952 34.5262 22.1317 34.6611 23.1183C34.7834 24.0122 34.4576 24.9012 33.8042 25.5065L34.5752 26.464C35.042 27.0439 35.2538 27.7882 35.1621 28.527C35.0704 29.2658 34.6828 29.9357 34.0884 30.3839L34.0762 30.3927L33.4341 31.0743C33.3278 31.1871 33.2121 31.2906 33.0884 31.3839L30.6909 33.1915C29.5054 34.0853 27.8241 33.8768 26.8931 32.7203L26.0205 31.6364C25.2549 32.1694 24.2692 32.2803 23.4023 31.923C22.8347 31.689 22.3718 31.2767 22.0728 30.7623L7.75 30.7618C6.23129 30.7617 5 29.5306 5 28.0118V8.56555C5.00003 7.0468 6.23124 5.81555 7.75 5.81555H28.7905Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><rect x="7.75049" y="8.56561" width="21.0407" height="19.4463" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.266667"/><rect x="7.75049" y="8.56561" width="21.0407" height="2.86913" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.266667"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2709 16.9713V16.9398H13.0107V16.9713H18.2709Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2709 16.9398H13.0107V16.9713H18.2709V16.9398Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.5311 16.9398H18.2709V16.9713H23.5311V16.9398Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.5311 16.9713V16.9398H18.2709V16.9713H23.5311Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0107 16.9398H7.75049V16.9713H13.0107V16.9398Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7912 16.9713V16.9398H23.5311V16.9713H28.7912Z" fill="black" fill-opacity="0.38"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7912 16.9398H23.5311V16.9713H28.7912V16.9398Z" fill="black" fill-opacity="0.38"/><path d="M13.0107 22.476H7.75049V28.0123H13.0107V22.476Z" fill="#DADADA"/><path d="M13.0107 11.4351V16.9713M13.0107 11.4351H18.2709M13.0107 11.4351H7.75049V16.9398M13.0107 11.4351V16.9398M13.0107 16.9713H7.75049V16.9398M13.0107 16.9713H18.2709M13.0107 16.9713V16.9398M13.0107 16.9713V22.476M18.2709 11.4351V16.9713M18.2709 11.4351H23.5311M18.2709 11.4351V16.9398M18.2709 16.9713H23.5311M18.2709 16.9713V16.9398M18.2709 16.9713V22.476M23.5311 11.4351V16.9713M23.5311 11.4351H28.7912V16.9713M23.5311 16.9713H28.7912M23.5311 16.9713V16.9398M23.5311 16.9713V22.476M28.7912 16.9713V16.9398M28.7912 16.9713V22.476M7.75049 16.9398H13.0107M7.75049 16.9398V22.476M13.0107 16.9398V22.476M13.0107 16.9398H18.2709M13.0107 22.476H7.75049M13.0107 22.476H18.2709M13.0107 22.476V28.0123M7.75049 22.476V28.0123H13.0107M18.2709 16.9398V22.476M18.2709 16.9398H23.5311M18.2709 22.476H23.5311M18.2709 22.476V28.0123M23.5311 16.9398V22.476M23.5311 16.9398H28.7912M23.5311 22.476H28.7912M23.5311 22.476V28.0123M28.7912 16.9398V22.476M28.7912 22.476V28.0123H23.5311M13.0107 28.0123H18.2709M18.2709 28.0123H23.5311" stroke="#0D0D0D" stroke-width="0.266667"/><path d="M9.95166 7.60901V9.50932M12.3647 7.60901V9.50932M14.7774 7.60901V9.50932M17.191 7.60901V9.50932M19.604 7.60901V9.50932M22.0171 7.60901V9.50932M24.4303 7.60901V9.50932M26.8432 7.60901V9.50932" stroke="#0D0D0D" stroke-width="0.266667" stroke-linecap="square"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807Z" fill="#0D0D0D"/><path d="M30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807Z" fill="#0D0D0D"/><path d="M30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909Z" fill="#0D0D0D"/><path d="M24.4503 29.3807L24.2523 29.4092C24.2624 29.4792 24.3087 29.5387 24.374 29.5656C24.4394 29.5926 24.5142 29.583 24.5707 29.5404L24.4503 29.3807ZM23.3174 21.5L23.176 21.3586C23.1314 21.4031 23.1105 21.4661 23.1194 21.5285L23.3174 21.5ZM30.9364 24.4909L31.0568 24.6506C31.0674 24.6427 31.0771 24.6337 31.0859 24.6238L30.9364 24.4909ZM28.8922 26.0321L28.7718 25.8724C28.7197 25.9117 28.69 25.9739 28.6923 26.0392C28.6947 26.1044 28.7287 26.1644 28.7835 26.1999L28.8922 26.0321ZM31.433 29.1882L31.5534 29.3479C31.5624 29.3411 31.5708 29.3336 31.5785 29.3254L31.433 29.1882ZM29.0353 30.9958L28.8795 31.1212C28.9472 31.2053 29.0695 31.2205 29.1557 31.1555L29.0353 30.9958ZM26.4945 27.8396L26.6503 27.7142C26.5826 27.6301 26.4604 27.6149 26.3741 27.6799L26.4945 27.8396ZM24.3174 20.5L24.3917 20.3143L24.2692 20.2653L24.176 20.3586L24.3174 20.5ZM32.3174 28.25L32.4629 28.3872L32.6275 28.2126L32.4261 28.0821L32.3174 28.25ZM31.8174 23.5L31.9669 23.6329L32.1561 23.4201L31.8917 23.3143L31.8174 23.5ZM30.9364 24.4909L30.816 24.3312L28.7718 25.8724L28.8922 26.0321L29.0126 26.1918L31.0568 24.6506L30.9364 24.4909ZM31.433 29.1882L31.3126 29.0285L28.9149 30.8361L29.0353 30.9958L29.1557 31.1555L31.5534 29.3479L31.433 29.1882ZM26.4945 27.8396L26.3741 27.6799L24.3299 29.221L24.4503 29.3807L24.5707 29.5404L26.6149 27.9993L26.4945 27.8396ZM23.3174 21.5L23.1194 21.5285L24.2523 29.4092L24.4503 29.3807L24.6482 29.3522L23.5153 21.4715L23.3174 21.5ZM29.0353 30.9958L29.1911 30.8703L26.6503 27.7142L26.4945 27.8396L26.3387 27.965L28.8795 31.1212L29.0353 30.9958ZM23.3174 21.5L23.4588 21.6414L24.4588 20.6414L24.3174 20.5L24.176 20.3586L23.176 21.3586L23.3174 21.5ZM28.8922 26.0321L28.7835 26.1999L32.2087 28.4179L32.3174 28.25L32.4261 28.0821L29.0009 25.8642L28.8922 26.0321ZM32.3174 28.25L32.1718 28.1128L31.2875 29.051L31.433 29.1882L31.5785 29.3254L32.4629 28.3872L32.3174 28.25ZM24.3174 20.5L24.2431 20.6857L31.7431 23.6857L31.8174 23.5L31.8917 23.3143L24.3917 20.3143L24.3174 20.5ZM31.8174 23.5L31.6679 23.3671L30.787 24.358L30.9364 24.4909L31.0859 24.6238L31.9669 23.6329L31.8174 23.5Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#0D0D0D"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#0D0D0D"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="43" height="45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.4089 21.5618C26.1183 21.5619 26.4096 22.1223 26.4099 22.4504M25.4089 21.5618V22.4504M25.4089 21.5618C24.6991 21.5618 24.4082 22.1224 24.4079 22.4504C24.4079 22.7785 24.6989 23.3401 25.4089 23.3401C26.03 23.3399 26.3308 22.9103 26.3962 22.5833L26.4099 22.4514V22.4504M25.4089 21.5618V22.4504M26.4099 22.4504H25.4089M26.4099 22.4504H25.4089M25.4089 13.9446C22.5038 13.9446 20.0428 15.5031 18.6081 17.7532H11.4206C9.68525 17.7533 8.27899 19.1604 8.27899 20.8958V24.0061C8.27899 25.2577 9.01202 26.3347 10.071 26.8401V27.8147C10.071 29.55 11.4773 30.9571 13.2126 30.9573H16.0993C17.7691 30.9571 19.1344 29.6546 19.235 28.01C20.7069 29.7867 22.8912 30.9573 25.4089 30.9573C30.0792 30.9571 33.5776 26.988 33.5778 22.4514C33.5778 17.9147 30.0793 13.9448 25.4089 13.9446Z" fill="white" stroke="#ED6CEF" stroke-width="5.58641"/><path d="M25.4089 15.8645C22.875 15.8645 20.7343 17.4474 19.7497 19.6731H11.4206C10.7458 19.6732 10.1989 20.2209 10.1989 20.8958V24.0061C10.1989 24.6809 10.7458 25.2286 11.4206 25.2288H11.9909V27.8147C11.9909 28.4895 12.5379 29.0371 13.2126 29.0374H16.0993C16.774 29.0371 17.321 28.4895 17.321 27.8147V25.2288H19.7497C20.7343 27.4544 22.875 29.0374 25.4089 29.0374C28.9103 29.0372 31.6577 26.039 31.6579 22.4514C31.6579 18.8636 28.9104 15.8647 25.4089 15.8645ZM25.4089 21.4192C25.8675 21.4194 26.3276 21.8299 26.3278 22.4504C26.3278 23.0712 25.8676 23.4825 25.4089 23.4827C24.9502 23.4827 24.4892 23.072 24.489 22.4514C24.489 21.8305 24.9501 21.4192 25.4089 21.4192Z" fill="white" stroke="#850F85" stroke-width="1.74575"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="48" height="48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M33.7097 11.8037C35.3985 11.8039 36.7671 13.1725 36.7673 14.8613V34.8164C36.7673 36.5054 35.3987 37.8748 33.7097 37.875H14.075C12.386 37.8748 11.0173 36.5054 11.0173 34.8164V14.8613C11.0175 13.1725 12.3861 11.8039 14.075 11.8037H33.7097Z" fill="#1EB5F0" stroke="#1EB5F0" stroke-width="4.89347"/><rect x="14.1916" y="14.9416" width="19.4693" height="16.8627" rx="1.278" fill="white" stroke="#0A47C2" stroke-width="1.875"/><rect x="13.5" y="33.4734" width="20.8525" height="1.6291" rx="0.814549" fill="#0A47C2"/><circle cx="23.9262" cy="23.3729" r="2.3207" fill="white" stroke="#0A47C2" stroke-width="1.875"/><path d="M28.1619 30.8668C28.1619 30.3105 28.0524 29.7597 27.8395 29.2458C27.6266 28.732 27.3146 28.265 26.9213 27.8717C26.528 27.4784 26.0611 27.1664 25.5472 26.9535C25.0333 26.7407 24.4825 26.6311 23.9263 26.6311C23.37 26.6311 22.8192 26.7407 22.3054 26.9535C21.7915 27.1664 21.3245 27.4784 20.9312 27.8717C20.5379 28.265 20.2259 28.732 20.013 29.2458C19.8002 29.7597 19.6906 30.3105 19.6906 30.8668" stroke="#0A47C2" stroke-width="1.875"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.81348 10.638H20.938V23.7626H7.81348V10.638Z" fill="#DADADA"/><path d="M32.1878 21.8623C32.1878 26.0043 28.8301 29.3621 24.6881 29.3621C20.5461 29.3621 17.1883 26.0043 17.1883 21.8623C17.1883 17.7203 20.5461 14.3626 24.6881 14.3626C28.8301 14.3626 32.1878 17.7203 32.1878 21.8623Z" fill="#DADADA"/><path d="M7.81348 10.638H20.938V23.7626H7.81348V10.638Z" stroke="#0D0D0D" stroke-width="0.5" stroke-linejoin="round"/><path d="M32.1878 21.8623C32.1878 26.0043 28.8301 29.3621 24.6881 29.3621C20.5461 29.3621 17.1883 26.0043 17.1883 21.8623C17.1883 17.7203 20.5461 14.3626 24.6881 14.3626C28.8301 14.3626 32.1878 17.7203 32.1878 21.8623Z" stroke="#0D0D0D" stroke-width="0.5" stroke-linejoin="round"/><path d="M29.375 21.8624C29.375 19.2736 27.2761 17.1752 24.6873 17.1752C24.3662 17.1752 24.0526 17.2071 23.7497 17.2686V23.7624C23.7497 24.7038 23.2866 25.5365 22.5764 26.0469C23.2109 26.3677 23.9277 26.5495 24.6873 26.5495C27.2761 26.5495 29.375 24.4511 29.375 21.8624ZM10.6253 20.95H14.416C14.6641 18.1197 16.0547 15.6173 18.1249 13.9075V13.4504H10.6253V20.95ZM34.9998 21.8624C34.9998 27.5576 30.3826 32.1744 24.6873 32.1744C20.6901 32.1743 17.2244 29.9 15.513 26.5748H7.81289C6.25965 26.5748 5.00049 25.3157 5.00049 23.7624V10.638C5.00049 9.08478 6.25965 7.82562 7.81289 7.82562H20.9373C22.4905 7.82562 23.7497 9.08478 23.7497 10.638V11.5927C24.0585 11.5649 24.3712 11.5504 24.6873 11.5504C30.3826 11.5504 34.9998 16.1671 34.9998 21.8624Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.5" stroke-linejoin="round"/><path d="M7.81348 10.638H20.938V23.7626H7.81348V10.638Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="1.33333"/><circle cx="24.6872" cy="21.8623" r="7.49975" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M20.9121 20.2309L20.9321 18.6749L28.5255 18.7727L28.5055 20.3286L27.1351 20.311L27.0983 22.8876C27.0946 23.1753 27.2293 23.4517 27.531 23.4555C27.6316 23.4568 27.7578 23.4192 27.897 23.3556L28.4187 24.827C27.9767 24.9783 27.5861 25.0386 27.2341 25.0341C26.0775 25.0192 25.4463 24.2395 25.4607 23.115L25.5008 20.2899L23.8665 20.2689L23.804 24.833L22.1697 24.812L22.2321 20.2479L20.9121 20.2309Z" fill="#0D0D0D"/><path d="M10.4404 18.0046V15.9047H13.1403V13.2048H15.2403V15.9047H17.9402V18.0046H15.2403V20.7046H13.1403V18.0046H10.4404Z" fill="#DADADA"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M10.3333 31.3333H29.8333V10.3333H24.3333V12.3333H15.8333V10.3333H10.3333V31.3333Z" fill="#DADADA"/><path d="M24.3333 8.33333H15.8333V10.3333H24.3333V8.33333Z" fill="#DADADA"/><path d="M19.2059 23.4171V17H21.1274V23.4171H19.2059ZM19 25.4788C19 24.8508 19.5078 24.3319 20.1941 24.3319C20.8118 24.3319 21.3333 24.8508 21.3333 25.4788C21.3333 26.1478 20.8118 26.6667 20.1941 26.6667C19.5078 26.6667 19 26.1478 19 25.4788Z" fill="#DADADA"/><path d="M27.3883 7C26.8739 5.82292 25.7001 5 24.3333 5H15.8333C14.4666 5 13.2928 5.82292 12.7783 7H10.3333C8.49238 7 7 8.49238 7 10.3333V31.3333C7 33.1743 8.49238 34.6667 10.3333 34.6667H29.8333C31.6743 34.6667 33.1667 33.1743 33.1667 31.3333V10.3333C33.1667 8.49238 31.6743 7 29.8333 7H27.3883Z" fill="#DADADA"/><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M10.3333 31.3333H29.8333V10.3333H24.3333V12.3333H15.8333V10.3333H10.3333V31.3333Z" fill="#DADADA"/><path d="M24.3333 8.33333H15.8333V10.3333H24.3333V8.33333Z" fill="#DADADA"/><path d="M19.2059 23.4171V17H21.1274V23.4171H19.2059ZM19 25.4788C19 24.8508 19.5078 24.3319 20.1941 24.3319C20.8118 24.3319 21.3333 24.8508 21.3333 25.4788C21.3333 26.1478 20.8118 26.6667 20.1941 26.6667C19.5078 26.6667 19 26.1478 19 25.4788Z" fill="#DADADA"/><path d="M10.3333 10.3333V10.1667H10.1667V10.3333H10.3333ZM29.8333 10.3333H30V10.1667H29.8333V10.3333ZM29.8333 31.3333V31.5H30V31.3333H29.8333ZM10.3333 31.3333H10.1667V31.5H10.3333V31.3333ZM15.8333 8.33333V8.16667H15.6667V8.33333H15.8333ZM24.3333 8.33333H24.5V8.16667H24.3333V8.33333ZM24.3333 12.3333V12.5H24.5V12.3333H24.3333ZM15.8333 12.3333H15.6667V12.5H15.8333V12.3333ZM19.2059 23.4171H19.0392C19.0392 23.5092 19.1138 23.5838 19.2059 23.5838V23.4171ZM19.2059 17V16.8333C19.1138 16.8333 19.0392 16.908 19.0392 17H19.2059ZM21.1274 17H21.2941C21.2941 16.908 21.2195 16.8333 21.1274 16.8333V17ZM21.1274 23.4171V23.5838C21.2195 23.5838 21.2941 23.5092 21.2941 23.4171H21.1274ZM27.3883 7L27.2356 7.06675C27.2622 7.12744 27.3221 7.16667 27.3883 7.16667V7ZM12.7783 7V7.16667C12.8446 7.16667 12.9045 7.12744 12.931 7.06675L12.7783 7ZM29.8333 31.3333V31.1667H10.3333V31.3333V31.5H29.8333V31.3333ZM10.3333 31.3333H10.5V10.3333H10.3333H10.1667V31.3333H10.3333ZM15.8333 8.33333V8.5H24.3333V8.33333V8.16667H15.8333V8.33333ZM24.3333 12.3333V12.1667H15.8333V12.3333V12.5H24.3333V12.3333ZM15.8333 10.3333V10.1667H10.3333V10.3333V10.5H15.8333V10.3333ZM29.8333 10.3333V10.1667H24.3333V10.3333V10.5H29.8333V10.3333ZM24.3333 10.3333H24.1667V12.3333H24.3333H24.5V10.3333H24.3333ZM15.8333 12.3333H16V10.3333H15.8333H15.6667V12.3333H15.8333ZM24.3333 8.33333H24.1667V10.3333H24.3333H24.5V8.33333H24.3333ZM15.8333 10.3333H16V8.33333H15.8333H15.6667V10.3333H15.8333ZM15.8333 10.3333V10.5H24.3333V10.3333V10.1667H15.8333V10.3333ZM19.2059 23.4171H19.3725V17H19.2059H19.0392V23.4171H19.2059ZM19.2059 17V17.1667H21.1274V17V16.8333H19.2059V17ZM21.1274 17H20.9608V23.4171H21.1274H21.2941V17H21.1274ZM21.1274 23.4171V23.2505H19.2059V23.4171V23.5838H21.1274V23.4171ZM19 25.4788H19.1667C19.1667 24.9462 19.5965 24.4986 20.1941 24.4986V24.3319V24.1653C19.4192 24.1653 18.8333 24.7553 18.8333 25.4788H19ZM20.1941 24.3319V24.4986C20.7192 24.4986 21.1667 24.9423 21.1667 25.4788H21.3333H21.5C21.5 24.7592 20.9043 24.1653 20.1941 24.1653V24.3319ZM21.3333 25.4788H21.1667C21.1667 26.0601 20.7155 26.5 20.1941 26.5V26.6667V26.8333C20.9081 26.8333 21.5 26.2356 21.5 25.4788H21.3333ZM20.1941 26.6667V26.5C19.6003 26.5 19.1667 26.0562 19.1667 25.4788H19H18.8333C18.8333 26.2394 19.4154 26.8333 20.1941 26.8333V26.6667ZM29.8333 10.3333H29.6667V31.3333H29.8333H30V10.3333H29.8333ZM24.3333 5V5.16667C25.6314 5.16667 26.7467 5.9481 27.2356 7.06675L27.3883 7L27.5411 6.93325C27.0011 5.69774 25.7687 4.83333 24.3333 4.83333V5ZM27.3883 7V7.16667H29.8333V7V6.83333H27.3883V7ZM29.8333 7V7.16667C31.5822 7.16667 33 8.58443 33 10.3333H33.1667H33.3333C33.3333 8.40034 31.7663 6.83333 29.8333 6.83333V7ZM33.1667 10.3333H33V31.3333H33.1667H33.3333V10.3333H33.1667ZM33.1667 31.3333H33C33 33.0822 31.5822 34.5 29.8333 34.5V34.6667V34.8333C31.7663 34.8333 33.3333 33.2663 33.3333 31.3333H33.1667ZM29.8333 34.6667V34.5H10.3333V34.6667V34.8333H29.8333V34.6667ZM10.3333 34.6667V34.5C8.58443 34.5 7.16667 33.0822 7.16667 31.3333H7H6.83333C6.83333 33.2663 8.40034 34.8333 10.3333 34.8333V34.6667ZM7 31.3333H7.16667V10.3333H7H6.83333V31.3333H7ZM7 10.3333H7.16667C7.16667 8.58443 8.58443 7.16667 10.3333 7.16667V7V6.83333C8.40034 6.83333 6.83333 8.40034 6.83333 10.3333H7ZM10.3333 7V7.16667H12.7783V7V6.83333H10.3333V7ZM12.7783 7L12.931 7.06675C13.42 5.9481 14.5353 5.16667 15.8333 5.16667V5V4.83333C14.3979 4.83333 13.1656 5.69774 12.6256 6.93325L12.7783 7ZM15.8333 5V5.16667H24.3333V5V4.83333H15.8333V5Z" fill="#0D0D0D"/><circle cx="20.0003" cy="21.6666" r="5.33333" fill="#0D0D0D"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" fill="#DADADA"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" fill="#DADADA"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" stroke="#0D0D0D" stroke-width="0.333333" stroke-linejoin="round"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" stroke="#0D0D0D" stroke-width="0.333333" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="48" height="48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.4531 12.2969C14.5801 10.5586 19.2444 10.5723 23.3691 12.3477L23.5879 12.4424C25.2031 13.1376 26.2498 14.7269 26.25 16.4854V34.2061C26.2497 36.8556 23.5383 38.6403 21.1045 37.5928L20.8604 37.4873C18.2395 36.3593 15.2646 36.3872 12.665 37.5635C10.2443 38.6587 7.5003 36.8884 7.5 34.2314V16.4326C7.5 14.7248 8.49972 13.1748 10.0557 12.4707L10.4531 12.2969Z" fill="#3DD771" stroke="#3DD771" stroke-width="6"/><path d="M24.7031 12.2969C28.8301 10.5586 33.4944 10.5723 37.6191 12.3477L37.8379 12.4424C39.4531 13.1376 40.4998 14.7269 40.5 16.4854V34.2061C40.4997 36.8556 37.7883 38.6403 35.3545 37.5928L35.1104 37.4873C32.4895 36.3593 29.5146 36.3872 26.915 37.5635C24.4943 38.6587 21.7503 36.8884 21.75 34.2314V16.4326L21.7617 16.1143C21.8772 14.5342 22.847 13.1308 24.3057 12.4707L24.7031 12.2969Z" fill="#3DD771" stroke="#3DD771" stroke-width="6"/><path d="M12.1797 15.877C15.7006 14.4751 19.6329 14.4863 23.1523 15.917L23.3789 16.0098C23.8674 16.2083 24.1874 16.6826 24.1875 17.21V32.8662C24.1872 33.7747 23.2665 34.3939 22.4248 34.0518L22.1963 33.959C19.1865 32.7355 15.8128 32.7653 12.8252 34.042C11.9904 34.3988 11.0625 33.7858 11.0625 32.8779V17.1963C11.0625 16.6832 11.369 16.2192 11.8408 16.0176L12.1797 15.877Z" fill="white" stroke="#005E2C" stroke-width="1.875"/><path d="M24.9297 15.877C28.4506 14.4751 32.3829 14.4863 35.9023 15.917L36.1289 16.0098C36.6174 16.2083 36.9374 16.6826 36.9375 17.21V32.8662C36.9372 33.7747 36.0165 34.3939 35.1748 34.0518L34.9463 33.959C31.9365 32.7355 28.5628 32.7653 25.5752 34.042C24.7404 34.3988 23.8125 33.7858 23.8125 32.8779V17.1963C23.8125 16.6832 24.119 16.2192 24.5908 16.0176L24.9297 15.877Z" fill="white" stroke="#005E2C" stroke-width="1.875"/></svg>
|