@cuemath/leap 2.8.45 → 2.8.46
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 +2 -0
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/sounds/sounds.js +7 -0
- package/dist/assets/sounds/sounds.js.map +1 -0
- package/dist/features/talk-meter/helper.js +11 -0
- package/dist/features/talk-meter/helper.js.map +1 -0
- package/dist/features/talk-meter/hooks/use-talk-meter.js +123 -0
- package/dist/features/talk-meter/hooks/use-talk-meter.js.map +1 -0
- package/dist/features/talk-meter/ripple/index.js +62 -0
- package/dist/features/talk-meter/ripple/index.js.map +1 -0
- package/dist/features/talk-meter/talk-meter-styled.js +89 -0
- package/dist/features/talk-meter/talk-meter-styled.js.map +1 -0
- package/dist/features/talk-meter/talk-meter-view/talk-meter-view-styled.js +22 -0
- package/dist/features/talk-meter/talk-meter-view/talk-meter-view-styled.js.map +1 -0
- package/dist/features/talk-meter/talk-meter-view/talk-meter-view.js +101 -0
- package/dist/features/talk-meter/talk-meter-view/talk-meter-view.js.map +1 -0
- package/dist/features/talk-meter/talk-meter.js +75 -0
- package/dist/features/talk-meter/talk-meter.js.map +1 -0
- package/dist/index.d.ts +41 -0
- package/dist/index.js +135 -133
- package/dist/index.js.map +1 -1
- package/dist/static/female-avatar.b8cd1012.svg +1 -0
- package/dist/static/male-avatar.2febc9eb.svg +1 -0
- package/package.json +1 -1
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"talk-meter.js","sources":["../../../src/features/talk-meter/talk-meter.tsx"],"sourcesContent":["import type { ITalkMeterProps } from './talk-meter-types';\nimport type { FC } from 'react';\n\nimport { memo } from 'react';\n\nimport { getMeterColor } from './helper';\nimport { useTalkMeter } from './hooks/use-talk-meter';\nimport Ripple from './ripple';\nimport * as Styled from './talk-meter-styled';\nimport TalkMeterView from './talk-meter-view/talk-meter-view';\n\nconst TalkMeter: FC<ITalkMeterProps> = memo(props => {\n const {\n animated = true,\n userType,\n teacherId,\n studentId,\n studentName,\n teacherName,\n teacherGender,\n classDuration,\n classStartTime,\n canDisplayBatch,\n teacherTalkTime,\n studentTalkTime,\n avPackageEnabled,\n teacherClassroomId,\n lastBatchReceivedNo,\n onDismissMeter,\n onMessageReceive,\n } = props;\n\n const { canAnimateOut, canAnimateIn, stdRatio, tchRatio, handleDismiss } = useTalkMeter({\n userType,\n studentId,\n teacherId,\n classStartTime,\n avPackageEnabled,\n teacherClassroomId,\n teacherTalkTime,\n studentTalkTime,\n lastBatchReceivedNo,\n canDisplayBatch,\n classDuration,\n onMessageReceive,\n onDismissMeter,\n });\n\n const colors = getMeterColor(stdRatio);\n const isTeacher = userType === 'TEACHER';\n\n return (\n <Styled.Wrapper\n $gutter={12}\n $gap={12}\n $isTeacher={isTeacher}\n $animated={animated}\n $canAnimateIn={canAnimateIn}\n $canAnimateOut={canAnimateOut}\n >\n {animated && canAnimateIn && (\n <>\n <Ripple delay={800} withAudio color={colors.STUDENT} />\n <Ripple delay={1050} withAudio={false} color={colors.STUDENT} />\n </>\n )}\n <TalkMeterView\n userType={userType}\n tchName={teacherName}\n stdName={studentName}\n tchRatio={tchRatio}\n stdRatio={stdRatio}\n tchGender={teacherGender}\n />\n {animated && !isTeacher && <Styled.CloseIcon onClick={handleDismiss} />}\n </Styled.Wrapper>\n );\n});\n\nexport default TalkMeter;\n"],"names":["TalkMeter","memo","props","animated","userType","teacherId","studentId","studentName","teacherName","teacherGender","classDuration","classStartTime","canDisplayBatch","teacherTalkTime","studentTalkTime","avPackageEnabled","teacherClassroomId","lastBatchReceivedNo","onDismissMeter","onMessageReceive","canAnimateOut","canAnimateIn","stdRatio","tchRatio","handleDismiss","useTalkMeter","colors","getMeterColor","isTeacher","jsxs","Styled.Wrapper","Fragment","jsx","Ripple","TalkMeterView","Styled.CloseIcon","TalkMeter$1"],"mappings":";;;;;;;AAWA,MAAMA,IAAiCC,EAAK,CAASC,MAAA;AAC7C,QAAA;AAAA,IACJ,UAAAC,IAAW;AAAA,IACX,UAAAC;AAAA,IACA,WAAAC;AAAA,IACA,WAAAC;AAAA,IACA,aAAAC;AAAA,IACA,aAAAC;AAAA,IACA,eAAAC;AAAA,IACA,eAAAC;AAAA,IACA,gBAAAC;AAAA,IACA,iBAAAC;AAAA,IACA,iBAAAC;AAAA,IACA,iBAAAC;AAAA,IACA,kBAAAC;AAAA,IACA,oBAAAC;AAAA,IACA,qBAAAC;AAAA,IACA,gBAAAC;AAAA,IACA,kBAAAC;AAAA,EACE,IAAAjB,GAEE,EAAE,eAAAkB,GAAe,cAAAC,GAAc,UAAAC,GAAU,UAAAC,GAAU,eAAAC,MAAkBC,EAAa;AAAA,IACtF,UAAArB;AAAA,IACA,WAAAE;AAAA,IACA,WAAAD;AAAA,IACA,gBAAAM;AAAA,IACA,kBAAAI;AAAA,IACA,oBAAAC;AAAA,IACA,iBAAAH;AAAA,IACA,iBAAAC;AAAA,IACA,qBAAAG;AAAA,IACA,iBAAAL;AAAA,IACA,eAAAF;AAAA,IACA,kBAAAS;AAAA,IACA,gBAAAD;AAAA,EAAA,CACD,GAEKQ,IAASC,EAAcL,CAAQ,GAC/BM,IAAYxB,MAAa;AAG7B,SAAA,gBAAAyB;AAAA,IAACC;AAAAA,IAAA;AAAA,MACC,SAAS;AAAA,MACT,MAAM;AAAA,MACN,YAAYF;AAAA,MACZ,WAAWzB;AAAA,MACX,eAAekB;AAAA,MACf,gBAAgBD;AAAA,MAEf,UAAA;AAAA,QAAAjB,KAAYkB,KAET,gBAAAQ,EAAAE,GAAA,EAAA,UAAA;AAAA,UAAA,gBAAAC,EAACC,KAAO,OAAO,KAAK,WAAS,IAAC,OAAOP,EAAO,SAAS;AAAA,UACrD,gBAAAM,EAACC,KAAO,OAAO,MAAM,WAAW,IAAO,OAAOP,EAAO,SAAS;AAAA,QAAA,GAChE;AAAA,QAEF,gBAAAM;AAAA,UAACE;AAAA,UAAA;AAAA,YACC,UAAA9B;AAAA,YACA,SAASI;AAAA,YACT,SAASD;AAAA,YACT,UAAAgB;AAAA,YACA,UAAAD;AAAA,YACA,WAAWb;AAAA,UAAA;AAAA,QACb;AAAA,QACCN,KAAY,CAACyB,KAAa,gBAAAI,EAACG,GAAA,EAAiB,SAASX,GAAe;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAG3E,CAAC,GAEDY,IAAepC;"}
|
package/dist/index.d.ts
CHANGED
@@ -413,6 +413,12 @@ export declare const GameIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
413
413
|
|
414
414
|
export declare const GameLauncher: FC<IGameLauncherProps>;
|
415
415
|
|
416
|
+
declare enum GENDER {
|
417
|
+
MALE = "MALE",
|
418
|
+
FEMALE = "FEMALE",
|
419
|
+
OTHER = "OTHER"
|
420
|
+
}
|
421
|
+
|
416
422
|
declare const getArrowTooltipConfig: IGetArrowTooltipConfig;
|
417
423
|
|
418
424
|
declare const getButtonConfig: IGetButtonConfig;
|
@@ -1587,6 +1593,7 @@ export declare const ILLUSTRATIONS: {
|
|
1587
1593
|
DURATION_60MIN_GRAY: string;
|
1588
1594
|
DURATION_90MIN_GRAY: string;
|
1589
1595
|
EARTH_GREEN: string;
|
1596
|
+
FEMALE_AVATAR: string;
|
1590
1597
|
GAME_PLAY: string;
|
1591
1598
|
GLOBE_WITH_BLUE_FILL: string;
|
1592
1599
|
GRADE_GRID_BACKGROUND: string;
|
@@ -1604,6 +1611,7 @@ export declare const ILLUSTRATIONS: {
|
|
1604
1611
|
LOADER_1: string;
|
1605
1612
|
LOCKED: string;
|
1606
1613
|
MAINTENANCE: string;
|
1614
|
+
MALE_AVATAR: string;
|
1607
1615
|
MASTERED_BADGE: string;
|
1608
1616
|
MASTERED_SHIELD_GRAY: string;
|
1609
1617
|
MASTERED_SHIELD_GREEN: string;
|
@@ -2733,6 +2741,29 @@ declare interface ITagProps {
|
|
2733
2741
|
textColor?: TColorNames;
|
2734
2742
|
}
|
2735
2743
|
|
2744
|
+
declare interface ITalkMeter {
|
2745
|
+
userType: TUserTypes;
|
2746
|
+
studentId: string;
|
2747
|
+
teacherId: string;
|
2748
|
+
classDuration?: number;
|
2749
|
+
classStartTime?: Date;
|
2750
|
+
avPackageEnabled?: boolean;
|
2751
|
+
teacherClassroomId: string;
|
2752
|
+
teacherTalkTime: number;
|
2753
|
+
studentTalkTime: number;
|
2754
|
+
lastBatchReceivedNo: number;
|
2755
|
+
canDisplayBatch: boolean;
|
2756
|
+
onMessageReceive: (data: TMessageData) => void;
|
2757
|
+
onDismissMeter: () => void;
|
2758
|
+
}
|
2759
|
+
|
2760
|
+
declare interface ITalkMeterProps extends ITalkMeter {
|
2761
|
+
studentName?: string;
|
2762
|
+
teacherName?: string;
|
2763
|
+
teacherGender: GENDER;
|
2764
|
+
animated?: boolean;
|
2765
|
+
}
|
2766
|
+
|
2736
2767
|
declare interface ITeacherReview {
|
2737
2768
|
reviewComment?: string;
|
2738
2769
|
images?: string[];
|
@@ -3896,6 +3927,8 @@ declare type TAggregateForRewardsData = {
|
|
3896
3927
|
|
3897
3928
|
declare type TAlignSelf = 'auto' | 'flex-start' | 'flex-end' | 'center' | 'stretch';
|
3898
3929
|
|
3930
|
+
export declare const TalkMeter: FC<ITalkMeterProps>;
|
3931
|
+
|
3899
3932
|
export declare type TArrowTooltipConfig = {
|
3900
3933
|
backgroundColorName: TColorNames;
|
3901
3934
|
textColorName: TColorNames;
|
@@ -4521,6 +4554,14 @@ declare type TMathSectionSummary = {
|
|
4521
4554
|
section_code: 'MATH';
|
4522
4555
|
} & TSectionSummary;
|
4523
4556
|
|
4557
|
+
declare type TMessageData = {
|
4558
|
+
teacher_classroom_id: string;
|
4559
|
+
student_classroom_id: string;
|
4560
|
+
teacher_speech_time?: number;
|
4561
|
+
student_speech_time?: number;
|
4562
|
+
batch_no: number;
|
4563
|
+
};
|
4564
|
+
|
4524
4565
|
declare type TMilestoneChapterBlockData = {
|
4525
4566
|
block_id: string;
|
4526
4567
|
block_type: TBlockType;
|
package/dist/index.js
CHANGED
@@ -10,7 +10,7 @@ import { default as E } from "./assets/line-icons/icons/bin2.js";
|
|
10
10
|
import { default as C } from "./assets/line-icons/icons/book-closed.js";
|
11
11
|
import { default as P } from "./assets/line-icons/icons/book.js";
|
12
12
|
import { default as h } from "./assets/line-icons/icons/book2.js";
|
13
|
-
import { default as
|
13
|
+
import { default as L } from "./assets/line-icons/icons/bookmark.js";
|
14
14
|
import { default as N } from "./assets/line-icons/icons/bulb.js";
|
15
15
|
import { default as O } from "./assets/line-icons/icons/bulb2.js";
|
16
16
|
import { default as D } from "./assets/line-icons/icons/calendar.js";
|
@@ -37,7 +37,7 @@ import { default as Ee } from "./assets/line-icons/icons/hand.js";
|
|
37
37
|
import { default as Ce } from "./assets/line-icons/icons/help.js";
|
38
38
|
import { default as Pe } from "./assets/line-icons/icons/highlighter.js";
|
39
39
|
import { default as he } from "./assets/line-icons/icons/home.js";
|
40
|
-
import { default as
|
40
|
+
import { default as Le } from "./assets/line-icons/icons/image.js";
|
41
41
|
import { default as Ne } from "./assets/line-icons/icons/info.js";
|
42
42
|
import { default as Oe } from "./assets/line-icons/icons/info2.js";
|
43
43
|
import { default as De } from "./assets/line-icons/icons/left.js";
|
@@ -63,7 +63,7 @@ import { default as To } from "./assets/line-icons/icons/redo.js";
|
|
63
63
|
import { default as So } from "./assets/line-icons/icons/right.js";
|
64
64
|
import { default as Ao } from "./assets/line-icons/icons/ruler.js";
|
65
65
|
import { default as _o } from "./assets/line-icons/icons/search.js";
|
66
|
-
import { default as
|
66
|
+
import { default as ko } from "./assets/line-icons/icons/sheet.js";
|
67
67
|
import { default as Mo } from "./assets/line-icons/icons/star.js";
|
68
68
|
import { default as Ho } from "./assets/line-icons/icons/skip.js";
|
69
69
|
import { default as Ro } from "./assets/line-icons/icons/skip2.js";
|
@@ -90,7 +90,7 @@ import { default as Er } from "./assets/line-icons/icons/next2.js";
|
|
90
90
|
import { AutoPlayPermissionProvider as Cr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
|
91
91
|
import { default as Pr } from "./features/hooks/use-zoom-disable.js";
|
92
92
|
import { default as hr } from "./features/hooks/use-force-reload.js";
|
93
|
-
import { default as
|
93
|
+
import { default as Lr } from "./features/ui/accordion-section/accordion-section.js";
|
94
94
|
import { default as Nr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
|
95
95
|
import { default as Or } from "./features/ui/context-menu/context-menu.js";
|
96
96
|
import { default as Dr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
|
@@ -117,7 +117,7 @@ import { default as Et } from "./features/ui/loader/app-loader/app-loader.js";
|
|
117
117
|
import { CircularLoader as Ct } from "./features/ui/loader/circular-loader/circular-loader.js";
|
118
118
|
import { default as Pt } from "./features/ui/radio-cards/radio-cards.js";
|
119
119
|
import { default as ht } from "./features/ui/section-list/section-list.js";
|
120
|
-
import { default as
|
120
|
+
import { default as Lt } from "./features/ui/text/text.js";
|
121
121
|
import { default as Nt } from "./features/ui/tag/tag.js";
|
122
122
|
import { default as Ot } from "./features/ui/callout/callout.js";
|
123
123
|
import { default as Dt, useUIContext as Gt } from "./features/ui/context/context.js";
|
@@ -143,7 +143,7 @@ import { default as Ta } from "./features/chapters/lpar-milestone-chapter/lpar-m
|
|
143
143
|
import { default as Sa } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
|
144
144
|
import { checkIfPPTNodeType as Aa } from "./features/chapters/lpar-chapter/utils/index.js";
|
145
145
|
import { GAME_LAUNCHER_ASSET_PADDING as _a } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
|
146
|
-
import { GAME_LAUNCHER_SIZE as
|
146
|
+
import { GAME_LAUNCHER_SIZE as ka } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
|
147
147
|
import { useCircleSounds as Ma } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
|
148
148
|
import { CircleSoundKey as Ha } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
|
149
149
|
import { useGetLeaderboardDal as Ra } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
|
@@ -169,66 +169,67 @@ import { default as Tf } from "./features/cue-canvas/cue-canvas.js";
|
|
169
169
|
import { default as Sf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
|
170
170
|
import { default as Af } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
|
171
171
|
import { default as _f } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
|
172
|
-
import { EVENTS as
|
172
|
+
import { EVENTS as kf } from "./features/communication/pub-sub/constants.js";
|
173
173
|
import { useInClassActionDispatcher as Mf, useInClassActionListener as Nf } from "./features/communication/pub-sub/hooks.js";
|
174
174
|
import { default as Of } from "./features/trial-session/trial-session.js";
|
175
175
|
import { EClassTimeAlertLevel as Df } from "./features/trial-session/trial-session-types.js";
|
176
176
|
import { useClassTimeAlerts as yf } from "./features/trial-session/hooks/use-class-time-alerts.js";
|
177
|
-
import { default as gf } from "./features/
|
178
|
-
import {
|
179
|
-
import {
|
180
|
-
import {
|
181
|
-
import {
|
182
|
-
import {
|
183
|
-
import {
|
184
|
-
import {
|
185
|
-
import { default as Xf } from "./features/milestone/create/
|
186
|
-
import { default as es } from "./features/milestone/create/comps/confirmation-modals/
|
187
|
-
import { default as rs } from "./features/milestone/create/
|
188
|
-
import { default as as } from "./features/milestone/
|
189
|
-
import { default as ss } from "./features/milestone/
|
190
|
-
import { default as ps } from "./features/milestone/outcome/
|
191
|
-
import { default as us } from "./features/milestone/outcome/comps/achievement/
|
192
|
-
import { default as ds } from "./features/milestone/
|
193
|
-
import { default as cs } from "./features/milestone/edit/
|
194
|
-
import { default as is } from "./features/milestone/edit/
|
195
|
-
import { default as Es } from "./features/milestone/
|
196
|
-
import { default as Cs } from "./features/milestone/milestone-
|
197
|
-
import { default as Ps } from "./features/milestone/
|
198
|
-
import { default as hs } from "./features/milestone/milestone-
|
199
|
-
import { default as
|
200
|
-
import {
|
201
|
-
import {
|
202
|
-
import {
|
203
|
-
import {
|
204
|
-
import {
|
205
|
-
import { default as ws } from "./features/pointer-sync/
|
206
|
-
import {
|
207
|
-
import {
|
208
|
-
import {
|
209
|
-
import {
|
210
|
-
import { default as Xs } from "./features/sheet-tools/
|
211
|
-
import { default as el } from "./features/
|
212
|
-
import { default as rl } from "./features/sheets/
|
213
|
-
import {
|
214
|
-
import {
|
215
|
-
import {
|
216
|
-
import { default as Pl } from "./features/
|
217
|
-
import {
|
218
|
-
import {
|
219
|
-
import {
|
220
|
-
import { default as Gl } from "./features/worksheet/worksheet
|
221
|
-
import { default as Bl } from "./features/worksheet/worksheet/worksheet-
|
222
|
-
import { default as bl } from "./features/worksheet/worksheet/worksheet-permissions/
|
223
|
-
import { default as vl } from "./features/worksheet/
|
224
|
-
import { default as Vl } from "./features/worksheet/learnosity-preloader/
|
225
|
-
import { default as Ql } from "./features/worksheet/
|
226
|
-
import { default as Kl } from "./features/
|
177
|
+
import { default as gf } from "./features/talk-meter/talk-meter.js";
|
178
|
+
import { default as Uf } from "./features/extra-practice/extra-practice.js";
|
179
|
+
import { useAutoPlayPermission as Wf } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
|
180
|
+
import { JOURNEY_ID_STUDENT as wf } from "./features/journey/journey-id/journey-id-student.js";
|
181
|
+
import { useJourney as Yf } from "./features/journey/use-journey/use-journey.js";
|
182
|
+
import { JourneyProvider as Ff } from "./features/journey/use-journey/journey-context-provider.js";
|
183
|
+
import { IndicatorType as jf } from "./features/journey/use-journey/constants.js";
|
184
|
+
import { Coachmark as qf } from "./features/journey/comps/coachmark/coachmark.js";
|
185
|
+
import { default as Xf } from "./features/milestone/create/submit-modal/submit-modal.js";
|
186
|
+
import { default as es } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
|
187
|
+
import { default as rs } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
|
188
|
+
import { default as as } from "./features/milestone/create/milestone-create-container.js";
|
189
|
+
import { default as ss } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
|
190
|
+
import { default as ps } from "./features/milestone/outcome/milestone-outcome-container.js";
|
191
|
+
import { default as us } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
|
192
|
+
import { default as ds } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
193
|
+
import { default as cs } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
194
|
+
import { default as is } from "./features/milestone/edit/goal-edit-container.js";
|
195
|
+
import { default as Es } from "./features/milestone/edit/milestone-edit-container.js";
|
196
|
+
import { default as Cs } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
197
|
+
import { default as Ps } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
|
198
|
+
import { default as hs } from "./features/milestone/start/milestone-start.js";
|
199
|
+
import { default as Ls } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
|
200
|
+
import { default as Ns } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
|
201
|
+
import { ACHIEVEMENT_ACTIONS as Os, STAGES as Rs } from "./features/milestone/outcome/milestone-outcome-constants.js";
|
202
|
+
import { invalidateMilestonesData as Gs, useGetAllMilestonesdata as ys } from "./features/milestone/milestone-list-container/api/get-milestones.js";
|
203
|
+
import { invalidateTestHelpData as gs, useGetTestHelpData as bs } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
204
|
+
import { invalidateMilestoneResources as vs, useGetMilestoneResources as Ws } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
205
|
+
import { default as ws } from "./features/pointer-sync/pointer.js";
|
206
|
+
import { default as Ys } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
207
|
+
import { DigitalMeter as Fs } from "./features/post-game-stats/digital-meter/digital-meter.js";
|
208
|
+
import { EPostGameStat as js } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
209
|
+
import { PostGameStats as qs } from "./features/post-game-stats/post-game-stats.js";
|
210
|
+
import { default as Xs } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
|
211
|
+
import { default as el } from "./features/sheet-tools/tool-header/tool-header.js";
|
212
|
+
import { default as rl } from "./features/sheets/sheets-list/sheets-list.js";
|
213
|
+
import { default as al } from "./features/sheets/reference-sheet/reference-sheet.js";
|
214
|
+
import { isV3Worksheet as sl, isV3WorksheetAttempt as ll } from "./features/sheets/utils/is-v3-worksheet.js";
|
215
|
+
import { COMPLETED_SHEET_STATE as ml, NODE_LABELS as ul, NODE_SUB_GROUP as xl, NODE_TYPE as dl, PYTHON_NODE_TYPES as nl, REWARDS_LIST as cl, SHEET_ACTIONS as Il, SHEET_ATTEMPT_LOCATION as il, SHEET_ATTEMPT_LOCATION_MAP as Tl, SHEET_ATTEMPT_STATE as El, SHEET_DATA_TYPE as Sl, SHEET_STATE as Cl } from "./features/sheets/constants/sheet.js";
|
216
|
+
import { default as Pl } from "./features/student-details/student-details.js";
|
217
|
+
import { default as hl } from "./features/utils/load-script.js";
|
218
|
+
import { ACTION_BAR_HEIGHT as Ll, QUESTIONS_GAP as Ml, QUESTION_WIDTH as Nl, TOP_NAVIGATION_HEIGHT as Hl } from "./features/worksheet/worksheet/constants.js";
|
219
|
+
import { isOkayTypeQuestion as Rl } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
220
|
+
import { default as Gl } from "./features/worksheet/worksheet/worksheet-container.js";
|
221
|
+
import { default as Bl } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
222
|
+
import { default as bl } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
223
|
+
import { default as vl } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
224
|
+
import { default as Vl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
225
|
+
import { default as Ql } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
226
|
+
import { default as Kl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
227
|
+
import { default as Jl } from "./features/maintenance/maintenance.js";
|
227
228
|
export {
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
229
|
+
Os as ACHIEVEMENT_ACTIONS,
|
230
|
+
Lr as AccordionSection,
|
231
|
+
us as AchievementNotShareReasonModal,
|
232
|
+
ds as AchievementShareInstructionModal,
|
232
233
|
d as AlertIcon,
|
233
234
|
Et as AppLoader,
|
234
235
|
Yr as ArcButton,
|
@@ -243,17 +244,17 @@ export {
|
|
243
244
|
h as Book2Icon,
|
244
245
|
C as BookClosedIcon,
|
245
246
|
P as BookIcon,
|
246
|
-
|
247
|
+
L as BookmarkIcon,
|
247
248
|
O as Bulb2Icon,
|
248
249
|
N as BulbIcon,
|
249
250
|
gr as Button,
|
250
251
|
Za as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
251
|
-
|
252
|
+
ml as COMPLETED_SHEET_STATE,
|
252
253
|
D as CalendarIcon,
|
253
254
|
Ot as Callout,
|
254
255
|
pt as CascadingSelectInput,
|
255
256
|
xa as Chapter,
|
256
|
-
|
257
|
+
rs as ChapterClearanceConfirmationModal,
|
257
258
|
na as ChaptersList,
|
258
259
|
cr as ChatIcon,
|
259
260
|
g as Check2Icon,
|
@@ -270,7 +271,7 @@ export {
|
|
270
271
|
U as ClipboardIcon,
|
271
272
|
w as Clock2Icon,
|
272
273
|
W as ClockIcon,
|
273
|
-
|
274
|
+
qf as Coachmark,
|
274
275
|
Y as CodeIcon,
|
275
276
|
Or as ContextMenu,
|
276
277
|
F as CopyIcon,
|
@@ -282,34 +283,34 @@ export {
|
|
282
283
|
q as CueRocket,
|
283
284
|
ir as CuemathLogo,
|
284
285
|
X as DashArrowIcon,
|
285
|
-
|
286
|
-
|
286
|
+
Xs as DesmosCalculator,
|
287
|
+
Fs as DigitalMeter,
|
287
288
|
ee as DownIcon,
|
288
289
|
re as DraftIcon,
|
289
290
|
ae as DragIcon,
|
290
291
|
Df as EClassTimeAlertLevel,
|
291
292
|
Ga as ELeaderboardType,
|
292
|
-
|
293
|
-
|
294
|
-
|
293
|
+
Ns as EPResourceAssign,
|
294
|
+
js as EPostGameStat,
|
295
|
+
kf as EVENTS,
|
295
296
|
pe as Edit2Icon,
|
296
297
|
se as EditIcon,
|
297
|
-
|
298
|
+
cs as EditMilestoneModal,
|
298
299
|
ue as EditStarIcon,
|
299
300
|
de as EraserIcon,
|
300
301
|
Fr as Error,
|
301
|
-
|
302
|
-
|
302
|
+
el as ExpandableHeader,
|
303
|
+
Uf as ExtraPractice,
|
303
304
|
ie as Eye2Icon,
|
304
305
|
ce as EyeIcon,
|
305
306
|
it as FlexView,
|
306
307
|
_a as GAME_LAUNCHER_ASSET_PADDING,
|
307
|
-
|
308
|
+
ka as GAME_LAUNCHER_SIZE,
|
308
309
|
ur as GameIcon,
|
309
310
|
za as GameLauncher,
|
310
|
-
|
311
|
-
|
312
|
-
|
311
|
+
es as GoalCreationConfirmationModal,
|
312
|
+
ss as GoalDraftEdit,
|
313
|
+
is as GoalEdit,
|
313
314
|
at as GooglePlacesSearchInput,
|
314
315
|
r as GradeSelector,
|
315
316
|
Ee as HandIcon,
|
@@ -320,43 +321,43 @@ export {
|
|
320
321
|
p as IMAGES,
|
321
322
|
Ja as IStatsToAwardErrorCode,
|
322
323
|
Wr as IconButton,
|
323
|
-
|
324
|
-
|
324
|
+
Le as ImageIcon,
|
325
|
+
jf as IndicatorType,
|
325
326
|
Oe as Info2Icon,
|
326
327
|
Ne as InfoIcon,
|
327
|
-
|
328
|
-
|
328
|
+
wf as JOURNEY_ID_STUDENT,
|
329
|
+
Ff as JourneyProvider,
|
329
330
|
u as LOTTIE,
|
330
331
|
Ia as LPARChapter,
|
331
332
|
Ta as LPARMilestoneChapter,
|
332
333
|
tf as Leaderboard,
|
333
|
-
|
334
|
+
Vl as LearnosityPreloader,
|
334
335
|
De as LeftIcon,
|
335
336
|
ge as Lock2Icon,
|
336
337
|
ye as LockIcon,
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
338
|
+
Jl as Maintenance,
|
339
|
+
Ps as MilestoneActionWidget,
|
340
|
+
as as MilestoneCreate,
|
341
|
+
Es as MilestoneEdit,
|
342
|
+
Cs as MilestoneList,
|
343
|
+
ps as MilestoneOutcome,
|
344
|
+
hs as MilestoneStart,
|
344
345
|
We as Minus2Icon,
|
345
346
|
Ue as MinusIcon,
|
346
347
|
we as MistakeIcon,
|
347
348
|
Ye as Mobile,
|
348
349
|
Fe as MoreVerticalIcon,
|
349
350
|
ma as MultiTabBlocker,
|
350
|
-
|
351
|
-
|
352
|
-
|
351
|
+
ul as NODE_LABELS,
|
352
|
+
xl as NODE_SUB_GROUP,
|
353
|
+
dl as NODE_TYPE,
|
353
354
|
Er as Next2Icon,
|
354
355
|
je as NextIcon,
|
355
356
|
yr as Nudge,
|
356
357
|
ut as NumRangeInput,
|
357
358
|
oa as PLATFORM_EVENTS_STUDENT,
|
358
359
|
ta as PLATFORM_EVENTS_TEACHER,
|
359
|
-
|
360
|
+
nl as PYTHON_NODE_TYPES,
|
360
361
|
qe as PencilIcon,
|
361
362
|
dt as PercentileInput,
|
362
363
|
$t as PerfectHits,
|
@@ -366,30 +367,30 @@ export {
|
|
366
367
|
so as Plus2Icon,
|
367
368
|
ao as PlusIcon,
|
368
369
|
Xe as PointerIcon,
|
369
|
-
|
370
|
+
qs as PostGameStats,
|
370
371
|
po as PracticeIcon,
|
371
|
-
|
372
|
+
Bl as PreviewWorksheet,
|
372
373
|
uo as ProgressIcon,
|
373
374
|
va as ProjectOutcome,
|
374
375
|
Qa as ProjectType,
|
375
376
|
no as QuestionIcon,
|
376
377
|
Io as QuestionLetterIcon,
|
377
|
-
|
378
|
+
cl as REWARDS_LIST,
|
378
379
|
Pt as RadioCard,
|
379
380
|
Xr as RadioInput,
|
380
381
|
To as RedoIcon,
|
381
|
-
|
382
|
-
|
382
|
+
al as ReferenceSheet,
|
383
|
+
ws as RemotePeerPointer,
|
383
384
|
So as RightIcon,
|
384
385
|
Ao as RulerIcon,
|
385
386
|
Sa as SATSheetSummary,
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
387
|
+
Il as SHEET_ACTIONS,
|
388
|
+
il as SHEET_ATTEMPT_LOCATION,
|
389
|
+
Tl as SHEET_ATTEMPT_LOCATION_MAP,
|
390
|
+
El as SHEET_ATTEMPT_STATE,
|
391
|
+
Sl as SHEET_DATA_TYPE,
|
392
|
+
Cl as SHEET_STATE,
|
393
|
+
Rs as STAGES,
|
393
394
|
$o as ScribbleIcon,
|
394
395
|
_o as SearchIcon,
|
395
396
|
rt as SearchableSelectInput,
|
@@ -397,10 +398,10 @@ export {
|
|
397
398
|
et as SelectInput,
|
398
399
|
ct as SelectionCards,
|
399
400
|
Zt as Separator,
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
401
|
+
vl as SheetError,
|
402
|
+
ko as SheetIcon,
|
403
|
+
rl as SheetList,
|
404
|
+
bl as SheetLocked,
|
404
405
|
uf as SignUp,
|
405
406
|
er as SketchIcon,
|
406
407
|
Ro as Skip2Icon,
|
@@ -411,13 +412,14 @@ export {
|
|
411
412
|
a as Stepper,
|
412
413
|
Jt as StreakIcon,
|
413
414
|
Bo as StrikedEyeIcon,
|
414
|
-
|
415
|
-
|
415
|
+
Pl as StudentDetails,
|
416
|
+
Xf as SubmitMilestoneModal,
|
416
417
|
bo as SwitchIcon,
|
417
418
|
Kt as TabComponent,
|
418
419
|
Nt as Tag,
|
419
|
-
|
420
|
-
|
420
|
+
gf as TalkMeter,
|
421
|
+
Ls as TestsCreation,
|
422
|
+
Lt as Text,
|
421
423
|
wr as TextButton,
|
422
424
|
st as TextInput,
|
423
425
|
vo as TickIcon,
|
@@ -434,45 +436,45 @@ export {
|
|
434
436
|
Zo as UserIcon,
|
435
437
|
zt as Video,
|
436
438
|
fa as WHITELIST_EVENTS,
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
439
|
+
Ll as WORKSHEET_ACTION_BAR_HEIGHT,
|
440
|
+
Ml as WORKSHEET_QUESTIONS_GAP,
|
441
|
+
Nl as WORKSHEET_QUESTION_WIDTH,
|
442
|
+
Hl as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
441
443
|
ba as WebView,
|
442
444
|
Va as WebViewEvent,
|
443
|
-
|
445
|
+
Gl as Worksheet,
|
444
446
|
Aa as checkIfPPTNodeType,
|
445
447
|
vt as getTheme,
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
448
|
+
vs as invalidateMilestoneResources,
|
449
|
+
Gs as invalidateMilestonesData,
|
450
|
+
gs as invalidateTestHelpData,
|
451
|
+
Rl as isOkayTypeQuestion,
|
452
|
+
sl as isV3Worksheet,
|
453
|
+
ll as isV3WorksheetAttempt,
|
454
|
+
hl as loadScript,
|
455
|
+
Wf as useAutoPlayPermission,
|
454
456
|
Sf as useCanvasSyncBroker,
|
455
457
|
Ma as useCircleSounds,
|
456
458
|
yf as useClassTimeAlerts,
|
457
459
|
bt as useContextMenuClickHandler,
|
458
460
|
hr as useForceReload,
|
459
|
-
|
461
|
+
ys as useGetAllMilestonesdata,
|
460
462
|
$a as useGetCircleHomeDetailsDal,
|
461
463
|
Ra as useGetLeaderboardDal,
|
462
|
-
|
463
|
-
|
464
|
+
Ws as useGetMilestoneResources,
|
465
|
+
bs as useGetTestHelpData,
|
464
466
|
Mf as useInClassActionDispatcher,
|
465
467
|
Nf as useInClassActionListener,
|
466
468
|
Af as useInClassMessageBroker,
|
467
|
-
|
469
|
+
Ql as useIsLearnosityLoaded,
|
468
470
|
la as useIsTabBlocked,
|
469
|
-
|
470
|
-
|
471
|
+
Yf as useJourney,
|
472
|
+
Ys as usePointerSync,
|
471
473
|
of as usePostUpdateCircleJourneyDal,
|
472
474
|
Bt as useTrackingContext,
|
473
475
|
_f as useTrialSessionMessageBroker,
|
474
476
|
Gt as useUIContext,
|
475
|
-
|
477
|
+
Kl as useWorksheetLayout,
|
476
478
|
Pr as useZoomDisable
|
477
479
|
};
|
478
480
|
//# sourceMappingURL=index.js.map
|
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="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2255_1070" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="32" height="32"><circle cx="16" cy="16" r="16" fill="#C4C4C4"/></mask><g mask="url(#mask0_2255_1070)"><path d="M12.7706 20.0752C13.4534 20.0545 15.4796 19.4079 15.8824 19.1095L12.7706 20.0752Z" fill="#FFDC83"/><path d="M12.4895 23.262C11.2296 25.0267 7.15584 25.5505 6.46078 25.8028C5.32076 26.2348 5.12686 27.4028 5.11 28.039C5.06129 29.8517 4.84865 32.9613 5.48469 34.6046" fill="#FFDC83"/><path d="M12.4895 23.262C13.2539 21.8841 12.7706 20.0752 12.7706 20.0752C12.7706 20.0752 11.2896 20.1458 10.6957 19.8418C9.55379 19.3495 8.19739 17.5491 8.21144 14.9712C8.24382 12.6497 8.73181 10.3574 9.64746 8.22576C10.4737 6.07894 15.6004 4.07235 19.4626 7.82199C19.4626 7.82199 21.545 9.73446 20.3357 12.9128" fill="#FFDC83"/><path d="M26.3365 34.6046C26.8864 32.8343 26.67 28.1792 26.5904 27.5223C26.5107 26.8654 26.2035 25.5326 24.5764 25.127C23.857 24.9453 19.3521 24.2135 18.4378 22.9439" fill="#FFDC83"/><path d="M18.2168 18.1439C18.2168 18.1439 19.7296 17.2808 20.3329 15.4813C20.9361 13.6818 20.3357 12.9128 20.3357 12.9128C19.8514 12.1872 17.9245 12.0093 17.9245 14.1985" fill="#FFDC83"/><path d="M18.2168 18.1439C18.1015 20.4309 18.0725 21.4803 18.4378 22.9439L18.2168 18.1439Z" fill="#FFDC83"/><path d="M12.4895 23.262C11.2296 25.0267 7.15584 25.5505 6.46078 25.8028C5.32076 26.2348 5.12686 27.4028 5.11 28.039C5.06129 29.8517 4.84865 32.9613 5.48469 34.6046H26.3365C26.8864 32.8343 26.67 28.1792 26.5904 27.5223C26.5107 26.8654 26.2035 25.5326 24.5764 25.127C23.857 24.9453 19.3521 24.2135 18.4378 22.9439C18.0725 21.4803 18.1015 20.4309 18.2168 18.1439C18.2168 18.1439 19.7296 17.2808 20.3329 15.4813C20.9361 13.6818 20.3357 12.9128 20.3357 12.9128C21.545 9.73446 19.4626 7.82199 19.4626 7.82199C15.6004 4.07235 10.4737 6.07894 9.64746 8.22576C8.73181 10.3574 8.24382 12.6497 8.21144 14.9712C8.19739 17.5491 9.55379 19.3495 10.6957 19.8418C11.2896 20.1458 12.7706 20.0752 12.7706 20.0752C12.7706 20.0752 13.2539 21.8841 12.4895 23.262Z" fill="#FFDC83"/><path opacity="0.4" d="M12.7919 20.0025C12.8826 20.643 13.0231 21.5842 12.7919 22.3371C13.649 22.1329 16.0686 20.4524 16.0686 19.0876C15.0099 19.5031 13.9121 19.8096 12.7919 20.0025Z" fill="black" fill-opacity="0.3"/><path d="M19.2319 13.4429C19.5972 13.5426 19.8464 14.097 19.556 14.6946" stroke="#2B2B2B" stroke-width="0.282353" stroke-linecap="round"/><path d="M26.4168 33.8516C26.9693 32.0813 26.7519 27.4262 26.6719 26.7693C26.5919 26.1123 26.2832 24.7796 24.6483 24.374C23.9255 24.1923 19.4267 23.5128 18.5081 22.2432" fill="#1EB5F0"/><path d="M26.4168 33.8516C26.9693 32.0813 26.7519 27.4262 26.6719 26.7693C26.5919 26.1123 26.2832 24.7796 24.6483 24.374C23.9255 24.1923 19.4267 23.5128 18.5081 22.2432C18.5081 22.2432 16.9553 22.9961 15.5435 22.902L12.4846 22.5255C11.2187 24.2902 7.14532 24.7975 6.44697 25.0497C5.30156 25.4817 5.10674 26.6497 5.08979 27.286C5.04085 29.0987 4.82721 32.2083 5.46626 33.8516H25.2847H26.4168Z" fill="#1EB5F0"/><path d="M15.4404 23.5139C14.9857 27.5203 14.9674 29.7664 15.4404 33.7727" stroke="white" stroke-width="0.282353" stroke-linecap="round"/><path d="M12.8611 21.5371C12.8611 22.3512 14.1551 22.7729 15.6328 22.7729C17.1104 22.7729 18.3725 22.3512 18.3725 21.5371C20.8685 23.3912 19.58 24.6373 18.2229 24.6966C16.828 24.7578 15.4116 23.4138 15.4116 23.4138C15.4116 23.4138 14.3989 24.8397 12.6182 24.6985C10.7358 24.5489 10.4065 22.9103 12.7679 21.5842" fill="#FFBA07"/><path d="M18.0687 12.6736C17.7618 12.9597 17.3192 12.8907 17.0342 12.6184C16.5014 12.1069 16.3056 11.1244 16.8429 10.5467C16.8802 10.5038 16.9077 10.4531 16.9235 10.3983C16.9392 10.3434 16.9428 10.2857 16.934 10.2293C16.8866 9.83284 16.4286 9.38574 16.0343 9.34527C15.4232 9.28087 14.8905 9.49798 14.3842 9.81168C13.8524 10.1447 13.3515 10.5228 12.7596 10.739C11.2597 11.2909 9.78995 11.1474 8.38847 10.4326C6.9633 9.7068 6.43786 8.52836 6.79939 6.9571C7.05619 5.84121 7.77014 5.07674 8.74726 4.54961C9.33919 4.22947 9.98575 4.09884 10.6514 4.05284C11.6805 3.98293 12.6776 4.08412 13.5956 4.61033C13.6266 4.63393 13.663 4.64945 13.7014 4.65555C13.7399 4.66164 13.7792 4.65812 13.8159 4.64529C14.5189 4.38126 15.2538 4.37574 15.9869 4.40058C16.8574 4.42968 17.7223 4.55305 18.5668 4.76856C19.8646 5.08288 21.0601 5.7306 22.0373 6.64892C22.9989 7.5615 23.6764 8.65715 24.149 9.89999C24.8402 11.7288 24.7774 13.5338 24.0471 15.3276C23.67 16.254 23.1364 17.0967 22.6583 17.9679C22.5099 18.2383 22.2941 18.4803 22.2267 18.7848C22.1464 19.1952 22.1365 19.6166 22.1975 20.0304C22.3268 20.9733 22.6811 21.8353 23.1209 22.6688C23.6628 23.6945 24.2729 24.6825 24.7792 25.7276C25.383 26.9796 25.8055 28.2675 25.7563 29.6695C25.7729 30.1262 25.7399 30.5834 25.658 31.0329C25.4449 32.3282 24.68 33.2959 23.7839 34.1653C23.192 34.7384 22.458 35.0723 21.6466 35.2205C20.8543 35.3658 20.0621 35.5112 19.2507 35.4044C18.4074 35.2959 17.7572 34.892 17.3747 34.1119C17.2011 33.7567 17.0476 33.3918 16.9149 33.019C16.4859 31.8231 16.628 30.7035 17.4531 29.7118C17.8346 29.2519 18.2344 28.8057 18.5513 28.2942C18.8127 27.8738 19.023 27.4249 18.9802 26.9198C18.9532 26.4268 18.7782 25.9538 18.4784 25.5638C17.5787 24.4507 17.0833 23.3661 16.9914 21.9531C16.9358 21.0911 16.7883 20.0313 17.1817 19.2714C17.403 18.8437 17.7463 18.495 18.2271 18.1325C18.7079 17.7701 19.4592 17.0286 19.7206 16.6229C20.2806 15.6837 20.3644 15.3764 20.531 14.2449C20.6075 13.7279 20.47 12.7794 19.8499 12.4491C19.2397 12.1428 18.5795 12.1851 18.0687 12.6736Z" fill="#2B2B2B"/><path d="M20.5726 15.7959C21.0776 16.1907 21.2751 16.8549 21.2751 17.6783C21.2751 18.9258 20.4993 19.9371 19.5422 19.9371C18.5851 19.9371 17.8092 18.9258 17.8092 17.6783C17.8092 16.6423 18.3443 15.7692 19.0738 15.5029" stroke="white" stroke-width="0.376471" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.6514 11.6026C15.7017 11.6623 15.694 11.7513 15.6344 11.8016C15.5748 11.8518 15.4857 11.8442 15.4355 11.7845L15.6514 11.6026ZM13.4929 10.8089L13.4691 10.6697L13.4701 10.6696L13.4929 10.8089ZM13.2339 11.024C13.1608 11.0512 13.0795 11.0139 13.0524 10.9408C13.0253 10.8678 13.0625 10.7865 13.1356 10.7593L13.2339 11.024ZM11.0834 11.0012C11.1409 11.0539 11.1449 11.1432 11.0922 11.2007C11.0396 11.2582 10.9503 11.2621 10.8928 11.2095L11.0834 11.0012ZM9.09212 10.6602L9.03274 10.5321L9.0329 10.532L9.09212 10.6602ZM8.93078 10.9206C8.86853 10.9676 8.78001 10.9552 8.73305 10.893C8.6861 10.8307 8.6985 10.7422 8.76074 10.6952L8.93078 10.9206ZM15.4355 11.7845C14.9217 11.1746 14.1839 10.8387 13.5158 10.9482L13.4701 10.6696C14.2614 10.5399 15.0917 10.9382 15.6514 11.6026L15.4355 11.7845ZM13.5167 10.948C13.4203 10.9645 13.3256 10.99 13.2339 11.024L13.1356 10.7593C13.2438 10.7192 13.3554 10.6892 13.4691 10.6697L13.5167 10.948ZM10.8928 11.2095C10.3498 10.7124 9.67981 10.5441 9.15135 10.7883L9.0329 10.532C9.69785 10.2247 10.4873 10.4554 11.0834 11.0012L10.8928 11.2095ZM9.15151 10.7882C9.0735 10.8244 8.99951 10.8688 8.93078 10.9206L8.76074 10.6952C8.84541 10.6314 8.93658 10.5767 9.03274 10.5321L9.15151 10.7882Z" fill="#2B2B2B"/><path d="M13.0139 17.3127C12.7346 17.966 11.7682 18.1229 11.3278 18.0488" stroke="#2B2B2B" stroke-width="0.282353" stroke-miterlimit="10" stroke-linecap="round"/><path d="M13.5315 14.1247C13.2397 14.1247 13.0032 13.8002 13.0032 13.4C13.0032 12.9998 13.2397 12.6753 13.5315 12.6753C13.8233 12.6753 14.0598 12.9998 14.0598 13.4C14.0598 13.8002 13.8233 14.1247 13.5315 14.1247Z" fill="#2B2B2B"/><path d="M13.1836 13.1383C13.325 12.5999 14.0322 12.5162 14.5437 12.9642" stroke="#2B2B2B" stroke-width="0.282353" stroke-linecap="round"/><path d="M9.39819 13.863C9.10641 13.863 8.86987 13.5385 8.86987 13.1383C8.86987 12.738 9.10641 12.4136 9.39819 12.4136C9.68998 12.4136 9.92651 12.738 9.92651 13.1383C9.92651 13.5385 9.68998 13.863 9.39819 13.863Z" fill="#2B2B2B"/><path d="M9.0505 12.8766C9.19195 12.3382 9.89918 12.2545 10.4106 12.7025" stroke="#2B2B2B" stroke-width="0.282353" stroke-linecap="round"/><circle cx="13.7777" cy="13.3333" r="1.33333" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4202 12.2712C14.0109 12.0539 13.5154 12.0787 13.1299 12.3357L13.1075 12.3513C13.1073 12.3556 13.105 12.3574 13.1009 12.3568C12.6728 12.6709 12.5128 13.1049 12.5678 13.6172C12.5974 13.8514 12.7004 14.0702 12.862 14.2422C13.1667 14.6047 13.6494 14.7649 14.1103 14.6564C14.6403 14.5411 15.0393 14.1029 15.1045 13.5644C15.117 13.4162 15.1111 13.267 15.0868 13.1202C15.0853 13.1161 15.0837 13.1119 15.0821 13.1078C15.0785 13.0988 15.0749 13.0897 15.0722 13.0804C14.9837 12.7283 14.7454 12.4326 14.4202 12.2712ZM14.1247 13.5769C14.2466 13.6111 14.3775 13.5872 14.4795 13.5123H14.4795C14.607 13.3789 14.6095 13.3734 14.6451 13.1395C14.7949 13.5943 14.5718 14.0881 14.1315 14.2762C13.658 14.4833 13.1063 14.2673 12.8992 13.7938C12.6922 13.3203 12.9082 12.7686 13.3817 12.5616C13.8226 12.3679 14.3152 12.5667 14.4912 12.8612C14.384 12.7876 14.2513 12.7613 14.1241 12.7883C13.9447 12.8372 13.8208 13.0009 13.8225 13.1869C13.8222 13.3707 13.9466 13.5313 14.1247 13.5769Z" fill="white"/><path d="M14.1853 12.651C13.9887 12.704 13.8529 12.8817 13.8547 13.0834C13.8544 13.2829 13.9908 13.4572 14.186 13.5067C14.3197 13.5438 14.4631 13.5179 14.5749 13.4365C14.5806 13.4647 14.5784 13.4939 14.5685 13.5209C14.4773 13.9053 14.1146 14.165 13.7172 14.1304C13.354 14.097 13.0573 13.829 12.9906 13.4739C12.9211 13.0882 13.1457 12.7099 13.5199 12.5823C13.74 12.4982 13.9875 12.5237 14.1853 12.651Z" fill="#2B2B2B"/><circle cx="9.55736" cy="13.1169" r="1.11302" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0936 12.2303C9.75195 12.0489 9.33833 12.0696 9.01647 12.2841L8.9978 12.2971C8.99763 12.3007 8.99575 12.3022 8.99228 12.3017C8.63493 12.5639 8.50134 12.9262 8.54731 13.3539C8.57199 13.5494 8.65797 13.732 8.7929 13.8756C9.04718 14.1782 9.45015 14.3119 9.8349 14.2214C10.2774 14.1251 10.6104 13.7593 10.6648 13.3098C10.6752 13.1861 10.6703 13.0615 10.6501 12.939C10.6488 12.9355 10.6474 12.9321 10.6461 12.9287C10.6431 12.9211 10.6401 12.9135 10.6379 12.9057C10.564 12.6118 10.3651 12.365 10.0936 12.2303ZM9.84703 13.3201C9.94881 13.3486 10.058 13.3287 10.1432 13.2661H10.1432C10.2496 13.1548 10.2517 13.1502 10.2814 12.9549C10.4064 13.3346 10.2202 13.7468 9.85265 13.9038C9.4574 14.0767 8.99687 13.8964 8.82403 13.5011C8.65119 13.1059 8.83149 12.6454 9.22674 12.4725C9.59479 12.3108 10.006 12.4767 10.153 12.7226C10.0635 12.6612 9.95268 12.6392 9.84651 12.6617C9.69674 12.7026 9.59332 12.8392 9.59473 12.9945C9.59445 13.1479 9.69835 13.282 9.84703 13.3201Z" fill="white"/><path d="M9.89772 12.5471C9.73356 12.5914 9.6202 12.7397 9.62175 12.9081C9.62145 13.0746 9.73533 13.2201 9.89829 13.2614C10.0098 13.2923 10.1296 13.2707 10.2229 13.2028C10.2277 13.2264 10.2258 13.2507 10.2175 13.2732C10.1414 13.5941 9.83866 13.8109 9.50697 13.782C9.20375 13.7542 8.95606 13.5304 8.90037 13.2341C8.84239 12.9121 9.0299 12.5963 9.34226 12.4898C9.52597 12.4195 9.73258 12.4408 9.89772 12.5471Z" fill="#2B2B2B"/></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="80" height="80" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2173_17452" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="80" height="80"><rect width="80" height="80" fill="#C4C4C4"/></mask><g mask="url(#mask0_2173_17452)"><path d="M34.1485 49.0765C35.8557 49.0248 40.9212 47.4083 41.9282 46.6624L34.1485 49.0765Z" fill="#FFDC83"/><path d="M33.446 57.0436C30.2962 61.4554 20.1117 62.7649 18.3741 63.3955C15.5241 64.4755 15.5422 67.4094 15.5 68.9999C15.3782 73.5317 15.5 78.9999 16 83.4999" fill="#FFDC83"/><path d="M33.446 57.0436C35.3569 53.5989 34.1485 49.0765 34.1485 49.0765C34.1485 49.0765 30.4461 49.253 28.9613 48.493C26.1066 47.2624 22.7156 42.7612 22.7507 36.3165C22.8317 30.5128 24.0517 24.7822 26.3408 19.453C28.4063 14.0859 41.2233 9.06948 50.8787 18.4436C50.8787 18.4436 56.0846 23.2248 53.0613 31.1707" fill="#FFDC83"/><path d="M68.5 83.4999C69.8747 79.0741 68.8971 69.3367 68.6981 67.6943C68.499 66.052 67.7309 62.7202 63.6631 61.7061C61.8645 61.252 50.6024 59.4224 48.3167 56.2483" fill="#FFDC83"/><path d="M47.7641 44.2483C47.7641 44.2483 51.5461 42.0907 53.0543 37.5918C54.5624 33.093 53.0613 31.1707 53.0613 31.1707C51.8506 29.3565 47.0334 28.9118 47.0334 34.3848" fill="#FFDC83"/><path d="M47.7641 44.2483C47.476 49.966 47.4034 52.5895 48.3167 56.2483L47.7641 44.2483Z" fill="#FFDC83"/><path d="M33.446 57.0436C30.2962 61.4554 20.1117 62.7649 18.3741 63.3955C15.5241 64.4755 15.5422 67.4094 15.5 68.9999C15.3782 73.5317 15.5 78.9999 16 83.4999H68.5C69.8747 79.0741 68.8971 69.3367 68.6981 67.6943C68.499 66.052 67.7309 62.7202 63.6631 61.7061C61.8645 61.252 50.6024 59.4224 48.3167 56.2483C47.4034 52.5895 47.476 49.966 47.7641 44.2483C47.7641 44.2483 51.5461 42.0907 53.0543 37.5918C54.5624 33.093 53.0613 31.1707 53.0613 31.1707C56.0846 23.2248 50.8787 18.4436 50.8787 18.4436C41.2233 9.06948 28.4063 14.0859 26.3408 19.453C24.0517 24.7822 22.8317 30.5128 22.7507 36.3165C22.7156 42.7612 26.1066 47.2624 28.9613 48.493C30.4461 49.253 34.1485 49.0765 34.1485 49.0765C34.1485 49.0765 35.3569 53.5989 33.446 57.0436Z" fill="#FFDC83"/><path opacity="0.4" d="M34.2014 48.8951C34.4282 50.4964 34.7794 52.8494 34.2014 54.7317C36.3442 54.2211 42.3932 50.0198 42.3932 46.608C39.7466 47.6466 37.0019 48.4129 34.2014 48.8951Z" fill="black" fill-opacity="0.3"/><path d="M50.3022 32.4966C51.2155 32.746 51.8385 34.1319 51.1125 35.626" stroke="#2B2B2B" stroke-width="0.705882" stroke-linecap="round"/><path d="M68.5001 83.636C69.8813 79.2101 69.3377 67.5724 69.1377 65.9301C68.9377 64.2877 68.166 60.956 64.0789 59.9419C62.521 59.5503 53.9464 58.3211 50.1403 55.9555C49.864 54.774 49.8686 53.3291 50.0907 51.7428C49.6233 52.6944 45.9133 53.436 41.4062 53.436C36.8837 53.436 33.1637 52.6893 32.7171 51.7331C33.0101 53.3268 33.0276 54.8922 32.7286 56.4866C28.8474 60.0405 20.1741 61.0539 18.5755 61.6313C15.7119 62.7113 15.2249 65.6313 15.1825 67.2218C15.0602 71.7536 14.5261 79.5277 16.1237 83.636H68.5001Z" fill="#1EB5F0"/><mask id="mask1_2173_17452" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="15" y="52" width="54" height="32"><path d="M49.6823 56.0621C49.4557 55.0932 49.4097 53.9764 49.5038 52.7758C49.4546 52.7984 49.4042 52.8205 49.3528 52.8421C48.8282 53.0625 48.1456 53.252 47.3542 53.4074C45.7681 53.719 43.6824 53.906 41.4064 53.906C39.1225 53.906 37.0303 53.7177 35.4422 53.4042C34.6499 53.2478 33.967 53.0572 33.4436 52.8352C33.4101 52.821 33.3771 52.8066 33.3445 52.792C33.4738 54.0501 33.4296 55.3022 33.1912 56.5728C33.1725 56.6729 33.1217 56.7643 33.0465 56.8331C31.0152 58.6931 27.7775 59.8577 24.9188 60.6289C23.4786 61.0174 22.1124 61.3115 21.0128 61.5435L20.7688 61.5949C19.7764 61.8039 19.0727 61.9521 18.7385 62.0722C16.1717 63.0423 15.6947 65.6717 15.6531 67.234C15.6371 67.826 15.6143 68.4698 15.5901 69.1512L15.5901 69.1514C15.5211 71.0974 15.4413 73.35 15.4788 75.5792C15.5271 78.4497 15.7707 81.2079 16.4521 83.1648H68.1467C68.7378 80.9701 68.9302 77.2328 68.9414 73.7371C68.9532 70.076 68.7672 66.7787 68.6708 65.9864C68.5744 65.1949 68.3432 64.03 67.6672 62.9494C66.9998 61.8826 65.8849 60.8742 63.9657 60.398L63.9644 60.3977C63.6758 60.3252 63.1278 60.2212 62.3846 60.0802C62.1692 60.0393 61.9373 59.9953 61.6906 59.9481C60.6062 59.7405 59.2625 59.4748 57.8466 59.1468C55.035 58.4955 51.8689 57.5833 49.8921 56.3546C49.7861 56.2888 49.7107 56.1836 49.6823 56.0621Z" fill="#EB8682"/></mask><g mask="url(#mask1_2173_17452)"><path d="M69.1775 48.2622C69.1775 48.2622 52.4005 55.9158 41.6481 55.9093C31.2631 55.903 15.0598 48.2622 15.0598 48.2622V51.5563C15.0598 51.5563 31.2638 58.6104 41.6481 58.6151C52.3999 58.62 69.1775 51.7916 69.1775 51.7916V48.2622Z" fill="#8DD5F1"/><path d="M69.1776 55.321C69.1776 55.321 52.4006 60.6217 41.6481 60.6151C31.2632 60.6089 15.0599 55.321 15.0599 55.321V58.6151C15.0599 58.6151 31.2639 63.3163 41.6481 63.321C52.3999 63.3259 69.1776 58.8504 69.1776 58.8504V55.321Z" fill="#8DD5F1"/><path d="M69.1776 60.0269C69.1776 60.0269 52.4006 65.3275 41.6481 65.321C31.2632 65.3147 15.0599 60.0269 15.0599 60.0269V63.321C15.0599 63.321 31.2639 68.0222 41.6481 68.0269C52.3999 68.0318 69.1776 63.5563 69.1776 63.5563V60.0269Z" fill="#8DD5F1"/><path d="M69.1776 64.9681C69.1776 64.9681 52.4006 70.2687 41.6481 70.2622C31.2632 70.2559 15.0599 64.9681 15.0599 64.9681V68.2622C15.0599 68.2622 31.2639 72.9634 41.6481 72.9681C52.3999 72.973 69.1776 68.4975 69.1776 68.4975V64.9681Z" fill="#8DD5F1"/><path d="M69.1776 70.6152C69.1776 70.6152 52.4006 74.9746 41.6481 74.9681C31.2632 74.9618 15.0599 70.8504 15.0599 70.8504V74.1446C15.0599 74.1446 31.2639 77.6693 41.6481 77.674C52.3999 77.6789 69.1776 74.1446 69.1776 74.1446V70.6152Z" fill="#8DD5F1"/><path d="M69.1776 76.2622C69.1776 76.2622 52.4006 79.2099 41.6481 79.2034C31.2632 79.1971 15.0599 76.2622 15.0599 76.2622V79.5563C15.0599 79.5563 31.2639 81.9046 41.6481 81.9093C52.3999 81.9141 69.1776 79.7916 69.1776 79.7916V76.2622Z" fill="#8DD5F1"/></g><path d="M48.2364 52.3795L47.954 50.3795C48.5422 50.4187 49.8834 50.9913 49.8834 51.556C49.8834 52.1207 48.7854 52.3403 48.2364 52.3795Z" fill="#0A80D5"/><path d="M34.8246 52.4972L34.4717 50.3795C33.8834 50.4187 32.8246 50.9913 32.8246 51.556C32.8246 52.1207 34.2756 52.4579 34.8246 52.4972Z" fill="#0A80D5"/><path d="M25.3485 22.7074C27.6866 24.0459 36.6451 24.9498 39.3497 24.6416C40.6155 24.4967 43.0628 24.2598 44.5427 24.0942C44.5881 24.0961 44.6319 24.1117 44.6686 24.1389C44.7052 24.1662 44.7328 24.2039 44.748 24.2472C44.7632 24.2905 44.7652 24.3374 44.7538 24.3819C44.7423 24.4264 44.7179 24.4664 44.6838 24.4967C38.3616 28.7123 46.4914 38.4522 46.9149 33.0499C47.739 28.6065 51.5842 30.2164 52.0396 30.4947C52.5881 30.8413 53.0476 31.3142 53.3805 31.8746C53.7926 32.5393 54.0088 36.0926 51.8961 39.7309C51.8717 39.7771 51.8636 39.8302 51.8731 39.8817C51.8826 39.9331 51.9092 39.9797 51.9485 40.0138L52.7089 40.6164C52.7332 40.6341 52.7608 40.6469 52.79 40.6538C52.8192 40.6608 52.8495 40.6618 52.8791 40.6569C52.9088 40.652 52.9371 40.6412 52.9626 40.6252C52.9881 40.6092 53.0102 40.5882 53.0276 40.5635C63.2109 24.867 55.9007 21.6748 54.8079 21.3022C54.7696 21.2872 54.736 21.2619 54.7108 21.2291C54.6855 21.1963 54.6695 21.1572 54.6645 21.1159C54.2342 16.7209 51.5091 11.6543 45.3713 10.6861C42.0748 10.1318 38.7555 10.7252 36.7771 11.514H36.7612C34.3502 12.3006 32.5153 10.9138 30.3616 8.82321C30.332 8.79456 30.2969 8.77234 30.2584 8.75791C30.22 8.74348 30.1791 8.73715 30.1381 8.7393C30.0972 8.74146 30.0571 8.75206 30.0203 8.77044C29.9836 8.78883 29.951 8.81461 29.9245 8.84621C28.9933 9.96624 29.0411 10.762 29.3667 11.4496C29.3807 11.4888 29.3839 11.531 29.3759 11.5719C29.368 11.6127 29.3493 11.6506 29.3217 11.6815C29.2941 11.7125 29.2587 11.7352 29.2194 11.7475C29.18 11.7597 29.1381 11.7609 29.0981 11.7509C27.1425 11.0288 22.8579 11.8866 21.2232 10.7252C21.1921 10.706 21.1568 10.6946 21.1205 10.6921C21.0841 10.6895 21.0476 10.6958 21.0141 10.7105C20.9806 10.7251 20.9511 10.7477 20.9281 10.7763C20.9051 10.8049 20.8892 10.8386 20.8817 10.8747C20.1965 16.231 22.1225 20.9135 25.3485 22.7074Z" fill="#2B2B2B"/><path d="M41.3507 27.8952C41.4763 28.0442 41.4572 28.2669 41.3082 28.3925C41.1591 28.5181 40.9364 28.499 40.8108 28.3499L41.3507 27.8952ZM35.9545 25.9108L35.8949 25.5629L35.8974 25.5625L35.9545 25.9108ZM35.3069 26.4487C35.1241 26.5166 34.921 26.4234 34.8531 26.2407C34.7853 26.058 34.8784 25.8548 35.0611 25.787L35.3069 26.4487ZM29.9307 26.3916C30.0745 26.5233 30.0843 26.7465 29.9527 26.8903C29.8211 27.0341 29.5978 27.0439 29.454 26.9123L29.9307 26.3916ZM24.9524 25.539L24.804 25.2188L24.8044 25.2186L24.9524 25.539ZM24.5491 26.1902C24.3935 26.3076 24.1722 26.2766 24.0548 26.121C23.9374 25.9654 23.9684 25.7441 24.124 25.6267L24.5491 26.1902ZM40.8108 28.3499C39.5264 26.8252 37.682 25.9855 36.0115 26.2591L35.8974 25.5625C37.8755 25.2385 39.9514 26.234 41.3507 27.8952L40.8108 28.3499ZM36.014 26.2587C35.773 26.2999 35.5362 26.3635 35.3069 26.4487L35.0611 25.787C35.3316 25.6866 35.6107 25.6115 35.8949 25.5629L36.014 26.2587ZM29.454 26.9123C28.0967 25.6697 26.4217 25.2488 25.1005 25.8594L24.8044 25.2186C26.4668 24.4504 28.4403 25.0272 29.9307 26.3916L29.454 26.9123ZM25.1009 25.8592C24.9059 25.9497 24.7209 26.0606 24.5491 26.1902L24.124 25.6267C24.3357 25.467 24.5636 25.3303 24.804 25.2188L25.1009 25.8592Z" fill="#2B2B2B"/><path d="M34.7567 42.1703C34.0585 43.8034 31.6424 44.1958 30.5414 44.0106" stroke="#2B2B2B" stroke-width="0.705882" stroke-miterlimit="10" stroke-linecap="round"/><path d="M36.0515 34.1998C35.322 34.1998 34.7307 33.3886 34.7307 32.388C34.7307 31.3874 35.322 30.5762 36.0515 30.5762C36.7809 30.5762 37.3723 31.3874 37.3723 32.388C37.3723 33.3886 36.7809 34.1998 36.0515 34.1998Z" fill="#2B2B2B"/><path d="M35.1813 31.734C35.5349 30.3881 37.303 30.1787 38.5817 31.2987" stroke="#2B2B2B" stroke-width="0.705882" stroke-linecap="round"/><path d="M25.7177 33.5458C24.9882 33.5458 24.3969 32.7346 24.3969 31.734C24.3969 30.7334 24.9882 29.9222 25.7177 29.9222C26.4472 29.9222 27.0385 30.7334 27.0385 31.734C27.0385 32.7346 26.4472 33.5458 25.7177 33.5458Z" fill="#2B2B2B"/><path d="M24.849 31.0799C25.2026 29.734 26.9707 29.5246 28.2493 30.6446" stroke="#2B2B2B" stroke-width="0.705882" stroke-linecap="round"/><circle cx="36.6666" cy="32.2124" r="3.33333" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M38.273 29.5569C37.2498 29.0137 36.011 29.0757 35.0471 29.7182L34.9912 29.7571C34.9907 29.7678 34.985 29.7724 34.9747 29.7708C33.9044 30.5561 33.5044 31.641 33.642 32.922C33.716 33.5074 33.9734 34.0544 34.3776 34.4844C35.1391 35.3907 36.3459 35.7912 37.4982 35.52C38.8233 35.2317 39.8206 34.1362 39.9836 32.7899C40.0149 32.4193 40.0001 32.0463 39.9396 31.6794C39.9357 31.669 39.9316 31.6588 39.9276 31.6485C39.9186 31.6259 39.9096 31.6032 39.903 31.5798C39.6816 30.6996 39.086 29.9604 38.273 29.5569ZM37.5342 32.8216C37.839 32.907 38.1661 32.8474 38.4212 32.66H38.4211C38.7399 32.3266 38.746 32.3127 38.835 31.7279C39.2095 32.8649 38.6517 34.0994 37.551 34.5698C36.3673 35.0875 34.9881 34.5475 34.4704 33.3638C33.9528 32.1801 34.4928 30.8009 35.6765 30.2832C36.7787 29.799 38.0104 30.2959 38.4504 31.0321C38.1823 30.8483 37.8506 30.7824 37.5326 30.85C37.0841 30.9722 36.7743 31.3815 36.7786 31.8464C36.7777 32.306 37.0889 32.7076 37.5342 32.8216Z" fill="white"/><path d="M37.6854 30.5064C37.1937 30.6391 36.8542 31.0832 36.8589 31.5876C36.858 32.0863 37.199 32.5221 37.6871 32.6458C38.0212 32.7384 38.3797 32.6737 38.6594 32.4704C38.6736 32.5408 38.6681 32.6137 38.6432 32.6812C38.4152 33.6422 37.5085 34.2914 36.5151 34.2049C35.607 34.1216 34.8652 33.4515 34.6985 32.5639C34.5248 31.5996 35.0864 30.6538 36.0219 30.3349C36.5721 30.1245 37.1908 30.1883 37.6854 30.5064Z" fill="#2B2B2B"/><circle cx="26.1158" cy="31.6714" r="2.78255" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.4565 29.4546C26.6023 29.0012 25.5683 29.0529 24.7636 29.5892L24.7169 29.6217C24.7165 29.6306 24.7118 29.6345 24.7031 29.6331C23.8098 30.2887 23.4758 31.1944 23.5907 32.2637C23.6524 32.7524 23.8674 33.209 24.2047 33.5679C24.8404 34.3245 25.8478 34.6588 26.8097 34.4324C27.9158 34.1917 28.7484 33.2772 28.8844 32.1534C28.9105 31.8441 28.8982 31.5327 28.8477 31.2264C28.8445 31.2177 28.8411 31.2092 28.8377 31.2006C28.8302 31.1817 28.8226 31.1628 28.8171 31.1432C28.6324 30.4085 28.1351 29.7914 27.4565 29.4546ZM26.8397 32.1794C27.0941 32.2507 27.3672 32.2009 27.5801 32.0445H27.5801C27.8462 31.7662 27.8513 31.7546 27.9256 31.2665C28.2382 32.2156 27.7726 33.2461 26.8537 33.6388C25.8656 34.0709 24.7143 33.6202 24.2822 32.632C23.8501 31.6439 24.3008 30.4926 25.2889 30.0605C26.2091 29.6563 27.2372 30.0711 27.6045 30.6857C27.3807 30.5322 27.1038 30.4772 26.8384 30.5336C26.4639 30.6356 26.2054 30.9773 26.2089 31.3654C26.2082 31.749 26.468 32.0843 26.8397 32.1794Z" fill="white"/><path d="M26.9665 30.2471C26.5561 30.3579 26.2727 30.7286 26.2765 31.1497C26.2758 31.566 26.5605 31.9297 26.9679 32.033C27.2468 32.1103 27.5461 32.0563 27.7795 31.8866C27.7914 31.9454 27.7868 32.0062 27.766 32.0626C27.5757 32.8648 26.8188 33.4067 25.9896 33.3345C25.2315 33.2649 24.6123 32.7056 24.4731 31.9646C24.3282 31.1597 24.7969 30.3702 25.5778 30.1039C26.0371 29.9283 26.5536 29.9816 26.9665 30.2471Z" fill="#2B2B2B"/><path d="M26.9236 37.7778C26.0347 37.7778 27.6644 38.8889 28.5903 39.4444C30.2567 40 30.8127 38.8889 31.3683 38.8889C31.9238 38.8889 28.0347 37.7778 26.9236 37.7778Z" fill="black" fill-opacity="0.3"/></g></svg>
|