@cuemath/leap 3.5.50 → 3.5.51-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 +4 -0
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/node-card-styled.js +27 -31
- package/dist/features/chapters-v2/comps/node-card/node-card-styled.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +21 -13
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -1
- package/dist/features/chapters-v2/constants/node-constants.js +1 -1
- package/dist/features/chapters-v2/constants/node-constants.js.map +1 -1
- package/dist/features/chapters-v2/utils/node-card-utils.js +86 -79
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
- package/dist/features/homework/homework-card-view.js +125 -98
- package/dist/features/homework/homework-card-view.js.map +1 -1
- package/dist/features/homework/homework-card.js +196 -161
- 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-types.js +5 -0
- package/dist/features/homework/hw-card-list/hw-card-list-types.js.map +1 -0
- package/dist/features/homework/hw-card-list/hw-card-list-view.js +96 -86
- package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
- package/dist/features/homework/hw-card-list/hw-card-list.js +45 -43
- package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -1
- package/dist/features/homework/styles.js +0 -1
- package/dist/features/homework/styles.js.map +1 -1
- package/dist/features/homework/utils.js +18 -15
- package/dist/features/homework/utils.js.map +1 -1
- package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js +325 -201
- 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 +59 -56
- package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js.map +1 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js +17 -15
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js.map +1 -1
- package/dist/features/math-fit/api/get-mathfit-assessment.js +10 -0
- package/dist/features/math-fit/api/get-mathfit-assessment.js.map +1 -0
- package/dist/features/math-fit/math-fit/math-fit.js +37 -0
- package/dist/features/math-fit/math-fit/math-fit.js.map +1 -0
- package/dist/features/math-fit/math-fit-card/math-fit-card-styled.js +22 -0
- package/dist/features/math-fit/math-fit-card/math-fit-card-styled.js.map +1 -0
- package/dist/features/math-fit/math-fit-card/math-fit-card.js +80 -0
- package/dist/features/math-fit/math-fit-card/math-fit-card.js.map +1 -0
- package/dist/features/math-fit/math-fit-overview/comps/section-card/section-card-styled.js +24 -0
- package/dist/features/math-fit/math-fit-overview/comps/section-card/section-card-styled.js.map +1 -0
- package/dist/features/math-fit/math-fit-overview/comps/section-card/section-card-types.js +5 -0
- package/dist/features/math-fit/math-fit-overview/comps/section-card/section-card-types.js.map +1 -0
- package/dist/features/math-fit/math-fit-overview/comps/section-card/section-card.js +99 -0
- package/dist/features/math-fit/math-fit-overview/comps/section-card/section-card.js.map +1 -0
- package/dist/features/math-fit/math-fit-overview/comps/stat-item/stat-item-styled.js +9 -0
- package/dist/features/math-fit/math-fit-overview/comps/stat-item/stat-item-styled.js.map +1 -0
- package/dist/features/math-fit/math-fit-overview/comps/stat-item/stat-item.js +26 -0
- package/dist/features/math-fit/math-fit-overview/comps/stat-item/stat-item.js.map +1 -0
- package/dist/features/math-fit/math-fit-overview/math-fit-overview-helpers.js +63 -0
- package/dist/features/math-fit/math-fit-overview/math-fit-overview-helpers.js.map +1 -0
- package/dist/features/math-fit/math-fit-overview/math-fit-overview-styled.js +9 -0
- package/dist/features/math-fit/math-fit-overview/math-fit-overview-styled.js.map +1 -0
- package/dist/features/math-fit/math-fit-overview/math-fit-overview-types.js +7 -0
- package/dist/features/math-fit/math-fit-overview/math-fit-overview-types.js.map +1 -0
- package/dist/features/math-fit/math-fit-overview/math-fit-overview.js +71 -0
- package/dist/features/math-fit/math-fit-overview/math-fit-overview.js.map +1 -0
- package/dist/features/math-fit/math-fit-report/comps/report-header/report-header-styled.js +38 -0
- package/dist/features/math-fit/math-fit-report/comps/report-header/report-header-styled.js.map +1 -0
- package/dist/features/math-fit/math-fit-report/comps/report-header/report-header.js +58 -0
- package/dist/features/math-fit/math-fit-report/comps/report-header/report-header.js.map +1 -0
- package/dist/features/math-fit/math-fit-report/comps/score-badge/score-badge-styled.js +28 -0
- package/dist/features/math-fit/math-fit-report/comps/score-badge/score-badge-styled.js.map +1 -0
- package/dist/features/math-fit/math-fit-report/comps/score-badge/score-badge.js +30 -0
- package/dist/features/math-fit/math-fit-report/comps/score-badge/score-badge.js.map +1 -0
- package/dist/features/math-fit/math-fit-report/comps/score-section/score-section-styled.js +9 -0
- package/dist/features/math-fit/math-fit-report/comps/score-section/score-section-styled.js.map +1 -0
- package/dist/features/math-fit/math-fit-report/comps/score-section/score-section.js +82 -0
- package/dist/features/math-fit/math-fit-report/comps/score-section/score-section.js.map +1 -0
- package/dist/features/math-fit/math-fit-report/math-fit-report-helpers.js +42 -0
- package/dist/features/math-fit/math-fit-report/math-fit-report-helpers.js.map +1 -0
- package/dist/features/math-fit/math-fit-report/math-fit-report.js +68 -0
- package/dist/features/math-fit/math-fit-report/math-fit-report.js.map +1 -0
- package/dist/features/milestone/milestone-list-container/api/get-tests-list.js +1 -1
- package/dist/features/milestone/milestone-list-container/api/get-tests-list.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js +38 -36
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js +57 -55
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js +59 -57
- package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/milestone-list-container.js +54 -52
- package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js +39 -37
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js.map +1 -1
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js +48 -56
- package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js.map +1 -1
- package/dist/features/sheet-v2/resource-list/resource-list.js +27 -23
- package/dist/features/sheet-v2/resource-list/resource-list.js.map +1 -1
- package/dist/index.d.ts +132 -7
- package/dist/index.js +131 -121
- package/dist/index.js.map +1 -1
- package/dist/static/clock-green.020570d3.svg +1 -0
- package/dist/static/math-fit-bg.4bfa3244.svg +1 -0
- package/dist/static/math-fit-card-bg.20c826bb.svg +1 -0
- package/dist/static/question-mark-blue.b6a7f37d.svg +1 -0
- package/package.json +1 -1
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="48" height="48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.0004 5.89392C33.9999 5.89408 42.1058 14.0008 42.1058 24.0004C42.1057 33.9998 33.9998 42.1057 24.0004 42.1058C14.0008 42.1058 5.89408 33.9999 5.89392 24.0004C5.89393 14.0007 14.0007 5.89393 24.0004 5.89392Z" fill="#00E573" stroke="#0D0D0D" stroke-width="0.32"/><circle cx="24.0001" cy="23.9999" r="14.5457" fill="#00E573" stroke="#0D0D0D" stroke-width="1.6"/><path d="M23.7951 15.3099L24.7431 25.2395H23.7951H22.8472L23.7951 15.3099Z" fill="#0D0D0D"/><path d="M30.3457 25.2806L23.6425 25.2395L23.7824 24.3019L23.9222 23.3643L30.3457 25.2806Z" fill="#0D0D0D"/><path d="M30.1287 12.9104L30.5391 13.1474L29.5912 14.7893L29.1807 14.5524L30.1287 12.9104Z" fill="#0D0D0D"/><path d="M18.4085 33.2103L18.819 33.4473L17.871 35.0893L17.4605 34.8523L18.4085 33.2103Z" fill="#0D0D0D"/><path d="M34.8524 17.4604L35.0894 17.8709L33.4475 18.8189L33.2105 18.4084L34.8524 17.4604Z" fill="#0D0D0D"/><path d="M14.5525 29.1806L14.7895 29.5911L13.1476 30.5391L12.9106 30.1286L14.5525 29.1806Z" fill="#0D0D0D"/><path d="M23.7629 11.3318H24.2369V13.2277H23.7629V11.3318Z" fill="#0D0D0D"/><path d="M23.7629 34.7721H24.2369V36.6681H23.7629V34.7721Z" fill="#0D0D0D"/><path d="M11.3319 24.2368L11.3319 23.7628L13.2279 23.7628L13.2279 24.2368L11.3319 24.2368Z" fill="#0D0D0D"/><path d="M34.7722 24.2368L34.7722 23.7628L36.6682 23.7628L36.6682 24.2368L34.7722 24.2368Z" fill="#0D0D0D"/><path d="M35.0896 30.1288L34.8526 30.5393L33.2107 29.5913L33.4476 29.1808L35.0896 30.1288Z" fill="#0D0D0D"/><path d="M14.7897 18.4086L14.5527 18.8191L12.9107 17.8711L13.1477 17.4606L14.7897 18.4086Z" fill="#0D0D0D"/><path d="M30.5399 34.8523L30.1294 35.0893L29.1814 33.4473L29.5919 33.2103L30.5399 34.8523Z" fill="#0D0D0D"/><path d="M18.8198 14.5524L18.4093 14.7894L17.4613 13.1474L17.8718 12.9104L18.8198 14.5524Z" fill="#0D0D0D"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="464" height="188" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M443.754 28.7027C451.026 50.7295 444.378 72.726 428.907 77.8333C413.436 82.9405 395 69.2245 387.728 47.1977C380.457 25.1709 387.104 3.17441 402.575 -1.93284C402.943 -2.05426 403.313 -2.16504 403.684 -2.26533C418.917 -6.3832 436.656 7.1996 443.754 28.7027Z" fill="#D6F5FF"/><path d="M438.907 74.8333C454.378 69.726 461.026 47.7295 453.754 25.7027C446.483 3.67593 428.047 -10.0401 412.575 -4.93284L403.684 -2.26533C418.917 -6.3832 436.656 7.1996 443.754 28.7027C451.026 50.7295 444.378 72.726 428.907 77.8333L438.907 74.8333Z" fill="#0055CC"/><path d="M439.72 30.0464C445.944 48.8726 440.254 67.6729 427.011 72.0381C413.769 76.4032 397.988 64.6802 391.765 45.854C385.541 27.0278 391.231 8.22744 404.473 3.86229C404.788 3.75852 405.104 3.66383 405.422 3.57812C418.46 0.0585833 433.644 11.6678 439.72 30.0464Z" stroke="#0086E5"/><path d="M425.515 34.6582C428.099 42.1887 425.737 49.7088 420.24 51.4549C414.743 53.2009 408.193 48.5117 405.61 40.9812C403.026 33.4507 405.388 25.9306 410.885 24.1845C411.015 24.143 411.147 24.1052 411.278 24.0709C416.691 22.6631 422.993 27.3067 425.515 34.6582Z" stroke="#0086E5"/><rect x="417.418" y="33" width="7" height="152" rx="3.5" transform="rotate(60 417.418 33)" fill="#0055CC"/><path d="M319.973 100.883C327.245 122.91 320.597 144.906 305.126 150.014C289.655 155.121 271.218 141.405 263.947 119.378C256.676 97.3512 263.323 75.3547 278.794 70.2475C279.162 70.126 279.532 70.0153 279.903 69.915C295.136 65.7971 312.875 79.3799 319.973 100.883Z" fill="#D6F5FF"/><path d="M315.126 147.014C330.597 141.906 337.245 119.91 329.973 97.883C322.702 75.8562 304.265 62.1402 288.794 67.2475L279.903 69.915C295.136 65.7971 312.875 79.3799 319.973 100.883C327.245 122.91 320.597 144.906 305.126 150.014L315.126 147.014Z" fill="#0055CC"/><path d="M315.938 102.227C322.162 121.053 316.473 139.853 303.23 144.218C289.988 148.584 274.207 136.861 267.983 118.034C261.76 99.2081 267.449 80.4077 280.692 76.0426C281.007 75.9388 281.323 75.8441 281.64 75.7584C294.679 72.2389 309.863 83.8481 315.938 102.227Z" stroke="#0086E5"/><path d="M301.734 106.838C304.318 114.369 301.956 121.889 296.459 123.635C290.962 125.381 284.412 120.692 281.828 113.162C279.245 105.631 281.607 98.1109 287.103 96.3648C287.234 96.3233 287.365 96.2855 287.497 96.2512C292.91 94.8434 299.212 99.487 301.734 106.838Z" stroke="#0086E5"/><path d="M287.535 107.75C289.209 106.784 291.35 107.357 292.316 109.031C293.283 110.705 292.709 112.846 291.035 113.812L276.313 122.312C274.639 123.279 272.498 122.705 271.532 121.031C270.565 119.357 271.139 117.216 272.813 116.25L287.535 107.75Z" fill="#0055CC"/><g opacity="0.6"><path d="M220 -47L515 123.318" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M385 -5.99994V205" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M396 -5.99994V205" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M323 -5.99994V205" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M333 -5.99994V205" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M162 -5.99979L463.377 168" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M443 -54.0002L0.46054 201.5" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M566.994 -54.0002L124.455 201.5" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M583.994 -54.0002L141.455 201.5" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M705.994 -54.0002L263.455 201.5" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M198 -47L493 123.318" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M20 -6.56094L458 246.318" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M38 -6.56094L476 246.318" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M447 -5.99994V205" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M457 -5.99994V205" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M261 -5.99982V205" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M270 -5.99982V205" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/></g><path d="M246.3 24.276V23.172C247.476 23.172 248.016 22.512 248.016 21.6H249.36V30H248.04V24.276H246.3Z" fill="#99E5FF"/><path d="M205.492 126.852C205.456 126.672 205.444 126.48 205.444 126.276C205.444 124.956 206.236 123.42 208.528 123.42C210.268 123.42 211.42 124.512 211.42 126.108C211.42 129.096 207.748 129 207.088 130.728H211.444V132H205.504V131.292C205.504 127.92 210.076 128.412 210.076 126.156C210.076 125.244 209.464 124.692 208.528 124.692C207.244 124.692 206.872 125.568 206.872 126.348C206.872 126.564 206.896 126.768 206.944 126.948L205.492 126.852Z" fill="#99E5FF"/><path d="M409.372 94.296V93.204L413.476 87.6H414.592V93.072H415.78V94.308H414.592V96H413.272V94.308L409.372 94.296ZM410.968 93.048L413.272 93.06V89.916L410.968 93.048Z" fill="#99E5FF"/><path d="M361.492 90.528C361.492 89.628 361.984 88.884 362.8 88.452C362.236 88.068 361.9 87.492 361.9 86.796C361.9 85.392 363.076 84.42 364.72 84.42C366.376 84.42 367.564 85.392 367.564 86.796C367.564 87.492 367.216 88.08 366.64 88.464C367.432 88.896 367.924 89.628 367.924 90.528C367.924 92.112 366.604 93.18 364.72 93.18C362.8 93.18 361.492 92.124 361.492 90.528ZM363.208 86.772C363.208 87.468 363.796 87.936 364.72 87.936C365.644 87.936 366.244 87.468 366.244 86.772C366.244 86.052 365.632 85.56 364.72 85.56C363.808 85.56 363.208 86.04 363.208 86.772ZM362.872 90.516C362.872 91.404 363.592 91.98 364.72 91.98C365.824 91.98 366.544 91.404 366.544 90.516C366.544 89.652 365.812 89.064 364.72 89.064C363.616 89.064 362.872 89.652 362.872 90.516Z" fill="#99E5FF"/><path d="M368.6 16.984V15.664H374.6V16.984H368.6ZM368.6 19.924V18.604H374.6V19.924H368.6Z" fill="#99E5FF"/><path d="M346.6 126.46V125.14H348.928V122.8H350.272V125.14H352.6V126.46H350.272V128.8H348.928V126.46H346.6Z" fill="#99E5FF"/><path d="M280.492 18.28C280.492 17.308 281.284 16.516 282.268 16.516C283.264 16.516 284.056 17.308 284.056 18.28C284.056 19.276 283.264 20.068 282.268 20.068C281.284 20.068 280.492 19.276 280.492 18.28ZM280.912 24.988L286.804 16.6H287.872L281.98 24.988H280.912ZM281.392 18.28C281.392 18.784 281.776 19.192 282.268 19.192C282.76 19.192 283.156 18.784 283.156 18.28C283.156 17.788 282.76 17.392 282.268 17.392C281.776 17.392 281.392 17.788 281.392 18.28ZM284.74 23.308C284.74 22.324 285.532 21.532 286.528 21.532C287.524 21.532 288.304 22.324 288.304 23.308C288.304 24.292 287.524 25.084 286.528 25.084C285.532 25.084 284.74 24.292 284.74 23.308ZM285.652 23.308C285.652 23.812 286.036 24.208 286.528 24.208C287.02 24.208 287.416 23.812 287.416 23.308C287.416 22.816 287.02 22.408 286.528 22.408C286.036 22.408 285.652 22.816 285.652 23.308Z" fill="#99E5FF"/><path d="M400.6 149.036V147.764H404.2V149.036H400.6Z" fill="#99E5FF"/><path d="M303.712 48.232C303.712 47.776 304.096 47.404 304.588 47.404C305.044 47.404 305.416 47.776 305.416 48.232C305.416 48.724 305.044 49.108 304.588 49.108C304.096 49.108 303.712 48.724 303.712 48.232ZM301.42 51.412V50.164H307.78V51.412H301.42ZM303.712 53.296C303.712 52.84 304.096 52.468 304.588 52.468C305.044 52.468 305.416 52.84 305.416 53.296C305.416 53.788 305.044 54.172 304.588 54.172C304.096 54.172 303.712 53.788 303.712 53.296Z" fill="#99E5FF"/><path d="M240.24 82.448L240.252 81.128L241.08 81.14L241.932 81.128L243.096 84.356L245.568 77.6H246.984L243.864 86H242.292L241.068 82.448H240.24Z" fill="#99E5FF"/><path d="M427.768 130.684L429.652 128.788L427.768 126.904L428.704 125.944L430.6 127.84L432.496 125.944L433.444 126.904L431.56 128.8L433.444 130.684L432.496 131.644L430.612 129.748L428.716 131.644L427.768 130.684Z" fill="#99E5FF"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="200" height="152" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_6772_8508)"><path d="M61.7732 12.5554C56.7129 27.8844 61.339 43.1924 72.1058 46.7467C82.8726 50.301 95.7031 40.7556 100.763 25.4265C105.824 10.0975 101.198 -5.21049 90.4309 -8.76476C90.1749 -8.84927 89.9177 -8.92636 89.6596 -8.99615C79.0583 -11.8619 66.7133 -2.40925 61.7732 12.5554Z" fill="#D6F5FF"/><path d="M65.1465 44.6589C54.3797 41.1046 49.7536 25.7967 54.814 10.4676C59.8743 -4.86147 72.7047 -14.4068 83.4716 -10.8525L89.6596 -8.99615C79.0583 -11.8619 66.7133 -2.40925 61.7732 12.5554C56.7129 27.8844 61.339 43.1924 72.1058 46.7467L65.1465 44.6589Z" fill="#0055CC"/><path d="M64.5816 13.4903C60.2503 26.592 64.2099 39.6757 73.4257 42.7135C82.6414 45.7513 93.6235 37.5929 97.9549 24.4912C102.286 11.3895 98.3266 -1.69412 89.1108 -4.73194C88.8917 -4.80417 88.6716 -4.87006 88.4506 -4.92971C79.3766 -7.37905 68.81 0.700093 64.5816 13.4903Z" stroke="#0086E5"/><path d="M74.4665 16.7C72.6686 21.9407 74.3122 27.1742 78.1376 28.3893C81.963 29.6044 86.5216 26.3411 88.3195 21.1004C90.1175 15.8597 88.4738 10.6263 84.6484 9.41113C84.5575 9.38224 84.4661 9.35588 84.3744 9.33202C80.6078 8.35229 76.2217 11.5839 74.4665 16.7Z" stroke="#0086E5"/><rect width="4.87149" height="105.781" rx="2.43575" transform="matrix(-0.5 0.866025 0.866025 0.5 80.1019 15.5459)" fill="#0055CC"/><path d="M147.916 62.7873C142.856 78.1164 147.482 93.4243 158.249 96.9786C169.015 100.533 181.846 90.9875 186.906 75.6585C191.966 60.3294 187.34 45.0214 176.574 41.4672C176.318 41.3827 176.06 41.3056 175.802 41.2358C165.201 38.37 152.856 47.8227 147.916 62.7873Z" fill="#D6F5FF"/><path d="M151.289 94.8908C140.522 91.3366 135.896 76.0286 140.957 60.6995C146.017 45.3705 158.847 35.8251 169.614 39.3794L175.802 41.2358C165.201 38.37 152.856 47.8227 147.916 62.7873C142.856 78.1164 147.482 93.4243 158.249 96.9786L151.289 94.8908Z" fill="#0055CC"/><path d="M150.724 63.7222C146.393 76.8239 150.353 89.9076 159.568 92.9454C168.784 95.9832 179.766 87.8249 184.098 74.7232C188.429 61.6215 184.469 48.5378 175.254 45.5C175.035 45.4278 174.814 45.3619 174.593 45.3022C165.519 42.8529 154.953 50.932 150.724 63.7222Z" stroke="#0086E5"/><path d="M160.609 66.932C158.811 72.1726 160.455 77.4061 164.28 78.6212C168.106 79.8364 172.664 76.573 174.462 71.3323C176.26 66.0917 174.616 60.8582 170.791 59.6431C170.7 59.6142 170.609 59.5878 170.517 59.564C166.75 58.5842 162.364 61.8159 160.609 66.932Z" stroke="#0086E5"/><path d="M170.491 67.5665C169.326 66.8939 167.836 67.2931 167.163 68.4581C166.491 69.6231 166.89 71.1127 168.055 71.7853L178.301 77.7007C179.466 78.3733 180.955 77.9742 181.628 76.8092C182.301 75.6442 181.901 74.1545 180.736 73.4819L170.491 67.5665Z" fill="#0055CC"/><g opacity="0.4"><path d="M217.49 -40.1285L-15.6934 94.5" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M102.608 -11.5952V181.405" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M94.6082 -11.5952V181.405" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M145.903 -11.5952V162.405" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M138.903 -11.5952V162.405" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M257.853 -11.5953L-20.3055 149" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M62.2979 -45L370.273 132.81" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M-23.9972 -45L283.978 132.81" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M-35.828 -45L272.147 132.81" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M-120.731 -45L187.244 132.81" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M232.8 -40.1285L-52.9986 124.878" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M356.675 -11.9858L51.8589 164" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M344.149 -11.9858L39.3322 164" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M59.6082 -11.5952V181.405" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M52.6082 -11.5952V181.405" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M188.903 -11.5952V162.405" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/><path d="M182.903 -11.5952V162.405" stroke="white" stroke-width="0.5" stroke-dasharray="3 3"/></g><g opacity="0.8"><path d="M199.096 11.0787V9.97473C197.956 9.97473 197.38 9.36273 197.38 8.40273H196.036V16.8027H197.356V11.0787H199.096Z" fill="#99E5FF"/><path d="M111.169 57.0299V55.9379L115.273 50.3339H116.389V55.8059H117.577V57.0419H116.389V58.7339H115.069V57.0419L111.169 57.0299ZM112.765 55.7819L115.069 55.7939V52.6499L112.765 55.7819Z" fill="#99E5FF"/><path d="M82.192 56.098C81.616 55.714 81.292 55.126 81.292 54.442C81.292 53.038 82.468 52.066 84.112 52.066C85.756 52.066 86.956 53.038 86.956 54.442C86.956 55.126 86.62 55.726 86.032 56.11C86.836 56.542 87.316 57.298 87.316 58.174C87.316 59.758 85.984 60.826 84.112 60.826C82.204 60.826 80.884 59.758 80.884 58.174C80.884 57.274 81.364 56.53 82.192 56.098ZM84.112 55.582C85.036 55.582 85.636 55.126 85.636 54.418C85.636 53.698 85.024 53.206 84.112 53.206C83.2 53.206 82.6 53.686 82.6 54.418C82.6 55.126 83.2 55.582 84.112 55.582ZM84.112 59.626C85.216 59.626 85.936 59.038 85.936 58.162C85.936 57.298 85.204 56.71 84.112 56.71C83.008 56.71 82.264 57.298 82.264 58.162C82.264 59.062 82.996 59.626 84.112 59.626Z" fill="#99E5FF"/><path d="M113.892 6.21935V4.89935H107.892V6.21935H113.892ZM113.892 9.15935V7.83935H107.892V9.15935H113.892Z" fill="#99E5FF"/><path d="M129.203 82.8555V81.5355H126.875V79.1955H125.531V81.5355H123.203V82.8555H125.531V85.1955H126.875V82.8555H129.203Z" fill="#99E5FF"/><path d="M173.466 4.83924C172.482 4.83924 171.678 5.64324 171.678 6.60324C171.678 7.58724 172.482 8.39124 173.466 8.39124C174.438 8.39124 175.242 7.58724 175.242 6.60324C175.242 5.64324 174.438 4.83924 173.466 4.83924ZM174.822 13.3112L168.93 4.92324H167.862L173.754 13.3112H174.822ZM173.466 7.51524C172.974 7.51524 172.578 7.11924 172.578 6.60324C172.578 6.11124 172.974 5.71524 173.466 5.71524C173.958 5.71524 174.342 6.11124 174.342 6.60324C174.342 7.11924 173.958 7.51524 173.466 7.51524ZM169.206 9.85524C168.21 9.85524 167.43 10.6592 167.43 11.6312C167.43 12.6032 168.21 13.4072 169.206 13.4072C170.19 13.4072 170.994 12.6032 170.994 11.6312C170.994 10.6592 170.19 9.85524 169.206 9.85524ZM169.206 12.5312C168.714 12.5312 168.318 12.1232 168.318 11.6312C168.318 11.1392 168.714 10.7312 169.206 10.7312C169.698 10.7312 170.082 11.1392 170.082 11.6312C170.082 12.1472 169.698 12.5312 169.206 12.5312Z" fill="#99E5FF"/><path d="M36.8811 21.036V19.764H33.2811V21.036H36.8811Z" fill="#99E5FF"/><path d="M161.532 23.6052C161.064 23.6052 160.704 23.9652 160.704 24.4332C160.704 24.9252 161.064 25.3092 161.532 25.3092C162.024 25.3092 162.408 24.9252 162.408 24.4332C162.408 23.9652 162.024 23.6052 161.532 23.6052ZM164.7 27.6132V26.3652H158.34V27.6132H164.7ZM161.532 28.6692C161.064 28.6692 160.704 29.0292 160.704 29.4972C160.704 29.9892 161.064 30.3732 161.532 30.3732C162.024 30.3732 162.408 29.9892 162.408 29.4972C162.408 29.0292 162.024 28.6692 161.532 28.6692Z" fill="#99E5FF"/><path d="M167.244 110.223L167.256 108.903L168.084 108.915L168.936 108.903L170.1 112.131L172.572 105.375H173.988L170.868 113.775H169.296L168.072 110.223H167.244Z" fill="#99E5FF"/><path d="M23.8527 57.644L24.8007 56.684L22.9167 54.788L24.8007 52.904L23.8647 51.944L21.9687 53.84L20.0727 51.944L19.1247 52.904L21.0087 54.8L19.1247 56.684L20.0727 57.644L21.9567 55.748L23.8527 57.644Z" fill="#99E5FF"/></g></g><defs><clipPath id="clip0_6772_8508"><rect width="200" height="152" fill="white"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="48" height="48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.5618 8.36914C38.6403 8.36915 39.5149 9.24373 39.5149 10.3223V37.4453C39.5149 38.5238 38.6403 39.3984 37.5618 39.3984H37.2532C36.3345 39.3984 35.5892 40.1429 35.5891 41.0615V41.1436C35.5891 42.9365 33.3759 43.7819 32.1809 42.4453L29.9524 39.9531C29.6368 39.6001 29.1857 39.3984 28.7122 39.3984H10.4387C9.36018 39.3984 8.48561 38.5238 8.4856 37.4453V10.3223C8.4856 9.24372 9.36017 8.36914 10.4387 8.36914H37.5618Z" fill="#33CCFF" stroke="#0D0D0D" stroke-width="0.289316"/><path d="M36.2976 13.1417H13.1523V36.287H29.6365L33.2765 39.9271V36.287H36.2976V13.1417Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.361645"/><path d="M35.2895 12.1334H12.1442V35.2787H28.6283L32.2683 38.9188V35.2787H35.2895V12.1334Z" fill="#33CCFF" stroke="#0D0D0D" stroke-width="0.361645"/><mask id="path-4-outside-1_6134_307896" maskUnits="userSpaceOnUse" x="17.9688" y="15.5117" width="12" height="17" fill="black"><rect fill="white" x="17.9688" y="15.5117" width="12" height="17"/><path d="M18.6197 21.5954C18.598 21.3784 18.5763 21.1614 18.5763 20.9444C18.5763 18.6878 19.8348 15.9971 23.7623 15.9971C27.6464 15.9971 28.8615 18.7312 28.8615 20.5322C28.8615 22.7888 27.7549 23.7002 26.5397 24.5681C25.4114 25.371 24.5435 25.9785 24.5435 27.3456V27.7144H22.6991V27.3456C22.6991 25.1323 23.8491 24.3511 24.9991 23.5917C26.019 22.919 27.0171 22.2681 27.0171 20.5973C27.0171 19.2085 26.1926 17.6679 23.7189 17.6679C21.2236 17.6679 20.399 19.4255 20.399 20.9878C20.399 21.2482 20.4207 21.5086 20.4641 21.7473L18.6197 21.5954ZM22.3953 30.4268C22.3953 29.7541 22.9378 29.2117 23.6538 29.2117C24.3048 29.2117 24.8689 29.7541 24.8689 30.4268C24.8689 31.1428 24.3048 31.6853 23.6538 31.6853C22.9378 31.6853 22.3953 31.1428 22.3953 30.4268Z"/></mask><path d="M18.6197 21.5954C18.598 21.3784 18.5763 21.1614 18.5763 20.9444C18.5763 18.6878 19.8348 15.9971 23.7623 15.9971C27.6464 15.9971 28.8615 18.7312 28.8615 20.5322C28.8615 22.7888 27.7549 23.7002 26.5397 24.5681C25.4114 25.371 24.5435 25.9785 24.5435 27.3456V27.7144H22.6991V27.3456C22.6991 25.1323 23.8491 24.3511 24.9991 23.5917C26.019 22.919 27.0171 22.2681 27.0171 20.5973C27.0171 19.2085 26.1926 17.6679 23.7189 17.6679C21.2236 17.6679 20.399 19.4255 20.399 20.9878C20.399 21.2482 20.4207 21.5086 20.4641 21.7473L18.6197 21.5954ZM22.3953 30.4268C22.3953 29.7541 22.9378 29.2117 23.6538 29.2117C24.3048 29.2117 24.8689 29.7541 24.8689 30.4268C24.8689 31.1428 24.3048 31.6853 23.6538 31.6853C22.9378 31.6853 22.3953 31.1428 22.3953 30.4268Z" fill="#0D0D0D"/><path d="M18.6197 21.5954L18.3318 21.6242L18.3558 21.864L18.596 21.8837L18.6197 21.5954ZM26.5397 24.5681L26.7075 24.8039L26.7079 24.8036L26.5397 24.5681ZM24.5435 27.7144V28.0038H24.8328V27.7144H24.5435ZM22.6991 27.7144H22.4098V28.0038H22.6991V27.7144ZM24.9991 23.5917L24.8398 23.3502L24.8397 23.3503L24.9991 23.5917ZM20.4641 21.7473L20.4404 22.0356L20.8162 22.0666L20.7488 21.6955L20.4641 21.7473ZM18.6197 21.5954L18.9076 21.5666C18.8856 21.3472 18.8656 21.1446 18.8656 20.9444H18.5763H18.287C18.287 21.1783 18.3104 21.4097 18.3318 21.6242L18.6197 21.5954ZM18.5763 20.9444H18.8656C18.8656 19.8646 19.1674 18.7003 19.9176 17.8111C20.6603 16.9309 21.8707 16.2865 23.7623 16.2865V15.9971V15.7078C21.7264 15.7078 20.3438 16.4087 19.4754 17.438C18.6145 18.4583 18.287 19.7676 18.287 20.9444H18.5763ZM23.7623 15.9971V16.2865C25.6296 16.2865 26.8214 16.9402 27.55 17.779C28.2864 18.6268 28.5722 19.6896 28.5722 20.5322H28.8615H29.1508C29.1508 19.5737 28.829 18.3691 27.9869 17.3995C27.1369 16.4211 25.7791 15.7078 23.7623 15.7078V15.9971ZM28.8615 20.5322H28.5722C28.5722 21.6084 28.3098 22.3414 27.9185 22.9061C27.5212 23.4794 26.9782 23.8994 26.3716 24.3327L26.5397 24.5681L26.7079 24.8036C27.3164 24.3689 27.9343 23.8992 28.3941 23.2357C28.8599 22.5636 29.1508 21.7126 29.1508 20.5322H28.8615ZM26.5397 24.5681L26.372 24.3324C25.8169 24.7274 25.284 25.1018 24.8976 25.5584C24.4982 26.0304 24.2541 26.5894 24.2541 27.3456H24.5435H24.8328C24.8328 26.7347 25.0227 26.3064 25.3393 25.9322C25.669 25.5426 26.1343 25.2117 26.7075 24.8039L26.5397 24.5681ZM24.5435 27.3456H24.2541V27.7144H24.5435H24.8328V27.3456H24.5435ZM24.5435 27.7144V27.4251H22.6991V27.7144V28.0038H24.5435V27.7144ZM22.6991 27.7144H22.9884V27.3456H22.6991H22.4098V27.7144H22.6991ZM22.6991 27.3456H22.9884C22.9884 26.2947 23.2594 25.6095 23.6481 25.0986C24.0452 24.5766 24.5787 24.2161 25.1586 23.8331L24.9991 23.5917L24.8397 23.3503C24.2696 23.7268 23.653 24.1365 23.1876 24.7483C22.7137 25.3711 22.4098 26.1831 22.4098 27.3456H22.6991ZM24.9991 23.5917L25.1584 23.8332C25.6607 23.5019 26.204 23.1481 26.6135 22.6532C27.034 22.1449 27.3064 21.499 27.3064 20.5973H27.0171H26.7278C26.7278 21.3663 26.5011 21.8813 26.1677 22.2843C25.8231 22.7008 25.3574 23.0088 24.8398 23.3502L24.9991 23.5917ZM27.0171 20.5973H27.3064C27.3064 19.8493 27.0845 19.0404 26.5083 18.4157C25.9272 17.7856 25.0187 17.3786 23.7189 17.3786V17.6679V17.9573C24.8927 17.9573 25.6334 18.3205 26.083 18.808C26.5375 19.3008 26.7278 19.9565 26.7278 20.5973H27.0171ZM23.7189 17.6679V17.3786C22.3962 17.3786 21.4792 17.8484 20.8991 18.5591C20.3271 19.2598 20.1097 20.1612 20.1097 20.9878H20.399H20.6883C20.6883 20.2521 20.8831 19.4937 21.3473 18.925C21.8033 18.3663 22.5462 17.9573 23.7189 17.9573V17.6679ZM20.399 20.9878H20.1097C20.1097 21.2636 20.1326 21.5414 20.1795 21.799L20.4641 21.7473L20.7488 21.6955C20.7088 21.4758 20.6883 21.2329 20.6883 20.9878H20.399ZM20.4641 21.7473L20.4878 21.459L18.6435 21.3071L18.6197 21.5954L18.596 21.8837L20.4404 22.0356L20.4641 21.7473ZM22.3953 30.4268H22.6846C22.6846 29.9205 23.0908 29.501 23.6538 29.501V29.2117V28.9223C22.7847 28.9223 22.106 29.5877 22.106 30.4268H22.3953ZM23.6538 29.2117V29.501C24.1483 29.501 24.5796 29.9172 24.5796 30.4268H24.8689H25.1583C25.1583 29.591 24.4612 28.9223 23.6538 28.9223V29.2117ZM24.8689 30.4268H24.5796C24.5796 30.9864 24.1417 31.396 23.6538 31.396V31.6853V31.9746C24.4679 31.9746 25.1583 31.2993 25.1583 30.4268H24.8689ZM23.6538 31.6853V31.396C23.0975 31.396 22.6846 30.9831 22.6846 30.4268H22.3953H22.106C22.106 31.3026 22.778 31.9746 23.6538 31.9746V31.6853Z" fill="#0D0D0D" mask="url(#path-4-outside-1_6134_307896)"/></svg>
|