@team-monolith/cds 1.102.0 → 1.102.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AlertDialog/AlertDialogTitle.js +1 -3
- package/dist/components/Banner.js +2 -6
- package/dist/components/Button.js +5 -9
- package/dist/components/SquareButton.js +1 -0
- package/dist/icons/custom/colored/ai-helper.svg +4 -0
- package/dist/icons/custom/colored/ai-quiz-color.svg +20 -0
- package/dist/icons/custom/colored/badge-color.svg +4 -0
- package/dist/icons/custom/colored/badge-gold.svg +11 -0
- package/dist/icons/custom/colored/badge-green.svg +11 -0
- package/dist/icons/custom/colored/badge-silver.svg +11 -0
- package/dist/icons/custom/colored/basic-plus.svg +32 -0
- package/dist/icons/custom/colored/basic.svg +3 -0
- package/dist/icons/custom/colored/board-color.svg +5 -0
- package/dist/icons/custom/colored/cast-cloudy-color.svg +6 -0
- package/dist/icons/custom/colored/cast-partly-color.svg +7 -0
- package/dist/icons/custom/colored/cast-rainbow-color.svg +13 -0
- package/dist/icons/custom/colored/cast-sunny-color.svg +4 -0
- package/dist/icons/custom/colored/clap-bronze.svg +8 -0
- package/dist/icons/custom/colored/clap-gold.svg +8 -0
- package/dist/icons/custom/colored/clap-silver.svg +8 -0
- package/dist/icons/custom/colored/class.svg +13 -0
- package/dist/icons/custom/colored/codap-color.svg +13 -0
- package/dist/icons/custom/colored/ebook-color.svg +5 -0
- package/dist/icons/custom/colored/embedded-color.svg +39 -0
- package/dist/icons/custom/colored/emo-clap-color.svg +252 -0
- package/dist/icons/custom/colored/emo-good-color.svg +69 -0
- package/dist/icons/custom/colored/emo-great-color.svg +68 -0
- package/dist/icons/custom/colored/emo-heart-color.svg +239 -0
- package/dist/icons/custom/colored/emo-hundred-color.svg +194 -0
- package/dist/icons/custom/colored/emo-neutral-color.svg +77 -0
- package/dist/icons/custom/colored/emo-stars-color.svg +121 -0
- package/dist/icons/custom/colored/emo-thumbup-color.svg +238 -0
- package/dist/icons/custom/colored/empty.svg +1 -0
- package/dist/icons/custom/colored/entry-color.svg +4 -0
- package/dist/icons/custom/colored/filename-all-color.svg +4 -0
- package/dist/icons/custom/colored/filename-doc-color.svg +5 -0
- package/dist/icons/custom/colored/filename-hwp-color.svg +6 -0
- package/dist/icons/custom/colored/filename-img-color.svg +6 -0
- package/dist/icons/custom/colored/filename-mp4-color.svg +5 -0
- package/dist/icons/custom/colored/filename-pdf-color.svg +12 -0
- package/dist/icons/custom/colored/filename-ppt-color.svg +6 -0
- package/dist/icons/custom/colored/filename-xls-color.svg +5 -0
- package/dist/icons/custom/colored/filename-zip-color.svg +5 -0
- package/dist/icons/custom/colored/google.svg +14 -0
- package/dist/icons/custom/colored/hand-fill.svg +4 -0
- package/dist/icons/custom/colored/judge-color.svg +6 -0
- package/dist/icons/custom/colored/makecode-color.svg +4 -0
- package/dist/icons/custom/colored/master.svg +13 -0
- package/dist/icons/custom/colored/material.svg +6 -0
- package/dist/icons/custom/colored/medal-bronze.svg +9 -0
- package/dist/icons/custom/colored/medal-gold.svg +9 -0
- package/dist/icons/custom/colored/medal-silver.svg +9 -0
- package/dist/icons/custom/colored/pro.svg +5 -0
- package/dist/icons/custom/colored/problem.svg +7 -0
- package/dist/icons/custom/colored/python-color.svg +4 -0
- package/dist/icons/custom/colored/quiz-color.svg +12 -0
- package/dist/icons/custom/colored/resource-color.svg +14 -0
- package/dist/icons/custom/colored/scratch-color.svg +6 -0
- package/dist/icons/custom/colored/type-helper.svg +9 -0
- package/dist/icons/custom/colored/whale.svg +8 -0
- package/dist/icons/custom/colored/worksheet-color.svg +5 -0
- package/dist/icons/custom/default/ai-quiz.svg +8 -0
- package/dist/icons/custom/default/badge.svg +4 -0
- package/dist/icons/custom/default/board.svg +5 -0
- package/dist/icons/custom/default/cast-cloudy.svg +3 -0
- package/dist/icons/custom/default/cast-partly.svg +4 -0
- package/dist/icons/custom/default/cast-rainbow.svg +12 -0
- package/dist/icons/custom/default/cast-sunny.svg +3 -0
- package/dist/icons/custom/default/codap.svg +11 -0
- package/dist/icons/custom/default/ebook.svg +3 -0
- package/dist/icons/custom/default/embedded.svg +5 -0
- package/dist/icons/custom/default/emo-clap.svg +6 -0
- package/dist/icons/custom/default/emo-good.svg +13 -0
- package/dist/icons/custom/default/emo-great.svg +13 -0
- package/dist/icons/custom/default/emo-heart.svg +5 -0
- package/dist/icons/custom/default/emo-hundred.svg +3 -0
- package/dist/icons/custom/default/emo-neutral.svg +15 -0
- package/dist/icons/custom/default/emo-stars.svg +14 -0
- package/dist/icons/custom/default/emo-thumbup.svg +3 -0
- package/dist/icons/custom/default/entry.svg +4 -0
- package/dist/icons/custom/default/fab.svg +10 -0
- package/dist/icons/custom/default/grant-alt.svg +6 -0
- package/dist/icons/custom/default/grant.svg +5 -0
- package/dist/icons/custom/default/hand-line.svg +3 -0
- package/dist/icons/custom/default/judge.svg +3 -0
- package/dist/icons/custom/default/makecode.svg +5 -0
- package/dist/icons/custom/default/pdf.svg +3 -0
- package/dist/icons/custom/default/python.svg +8 -0
- package/dist/icons/custom/default/quiz.svg +4 -0
- package/dist/icons/custom/default/resource.svg +11 -0
- package/dist/icons/custom/default/scratch.svg +3 -0
- package/dist/icons/custom/default/scroll-alt.svg +6 -0
- package/dist/icons/custom/default/scroll-fill.svg +5 -0
- package/dist/icons/custom/default/scroll-line.svg +6 -0
- package/dist/icons/custom/default/symbol.svg +5 -0
- package/dist/icons/custom/default/worksheet.svg +4 -0
- package/dist/patterns/LexicalEditor/hr.svg +3 -0
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +1 -3
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/InputComponent.js +1 -3
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.js +1 -5
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.js +1 -3
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/FormSelection.js +2 -8
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormQuestion.js +1 -3
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/EvaluationComponent.js +1 -3
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/InputComponent.js +1 -3
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectComponent.js +1 -3
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormSelection.js +1 -5
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/menu.svg +8 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/plus.svg +3 -0
- package/dist/patterns/SegmentedControl/SegmentedControlSquareButton.d.ts +1 -1
- package/dist/patterns/SegmentedControl/SegmentedControlSquareButton.js +8 -20
- package/package.json +1 -1
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_766_12301)">
|
|
3
|
+
<path d="M11.1001 22.0422C11.6292 22.3511 12.2775 22.3355 12.8056 22.025C15.517 20.4309 19.9903 16.964 21.7749 12.495C24.4637 6.52258 18.1505 1.75502 13.7873 5.18402C13.377 5.50647 12.8715 5.87091 12.4874 6.22369C12.2417 6.44932 11.8155 6.47219 11.5645 6.25254C11.0483 5.80098 10.3223 5.26137 9.84274 4.93693C6.123 2.42029 -0.645163 5.73766 2.2419 12.8177C3.27464 15.921 8.10464 20.2932 11.1001 22.0422Z" fill="url(#paint0_radial_766_12301)"/>
|
|
4
|
+
<path d="M11.1001 22.0422C11.6292 22.3511 12.2775 22.3355 12.8056 22.025C15.517 20.4309 19.9903 16.964 21.7749 12.495C24.4637 6.52258 18.1505 1.75502 13.7873 5.18402C13.377 5.50647 12.8715 5.87091 12.4874 6.22369C12.2417 6.44932 11.8155 6.47219 11.5645 6.25254C11.0483 5.80098 10.3223 5.26137 9.84274 4.93693C6.123 2.42029 -0.645163 5.73766 2.2419 12.8177C3.27464 15.921 8.10464 20.2932 11.1001 22.0422Z" fill="url(#paint1_radial_766_12301)"/>
|
|
5
|
+
<path d="M11.1001 22.0422C11.6292 22.3511 12.2775 22.3355 12.8056 22.025C15.517 20.4309 19.9903 16.964 21.7749 12.495C24.4637 6.52258 18.1505 1.75502 13.7873 5.18402C13.377 5.50647 12.8715 5.87091 12.4874 6.22369C12.2417 6.44932 11.8155 6.47219 11.5645 6.25254C11.0483 5.80098 10.3223 5.26137 9.84274 4.93693C6.123 2.42029 -0.645163 5.73766 2.2419 12.8177C3.27464 15.921 8.10464 20.2932 11.1001 22.0422Z" fill="url(#paint2_radial_766_12301)"/>
|
|
6
|
+
<path d="M11.1001 22.0422C11.6292 22.3511 12.2775 22.3355 12.8056 22.025C15.517 20.4309 19.9903 16.964 21.7749 12.495C24.4637 6.52258 18.1505 1.75502 13.7873 5.18402C13.377 5.50647 12.8715 5.87091 12.4874 6.22369C12.2417 6.44932 11.8155 6.47219 11.5645 6.25254C11.0483 5.80098 10.3223 5.26137 9.84274 4.93693C6.123 2.42029 -0.645163 5.73766 2.2419 12.8177C3.27464 15.921 8.10464 20.2932 11.1001 22.0422Z" fill="url(#paint3_radial_766_12301)"/>
|
|
7
|
+
<path d="M11.1001 22.0422C11.6292 22.3511 12.2775 22.3355 12.8056 22.025C15.517 20.4309 19.9903 16.964 21.7749 12.495C24.4637 6.52258 18.1505 1.75502 13.7873 5.18402C13.377 5.50647 12.8715 5.87091 12.4874 6.22369C12.2417 6.44932 11.8155 6.47219 11.5645 6.25254C11.0483 5.80098 10.3223 5.26137 9.84274 4.93693C6.123 2.42029 -0.645163 5.73766 2.2419 12.8177C3.27464 15.921 8.10464 20.2932 11.1001 22.0422Z" fill="url(#paint4_linear_766_12301)"/>
|
|
8
|
+
<path d="M11.1001 22.0422C11.6292 22.3511 12.2775 22.3355 12.8056 22.025C15.517 20.4309 19.9903 16.964 21.7749 12.495C24.4637 6.52258 18.1505 1.75502 13.7873 5.18402C13.377 5.50647 12.8715 5.87091 12.4874 6.22369C12.2417 6.44932 11.8155 6.47219 11.5645 6.25254C11.0483 5.80098 10.3223 5.26137 9.84274 4.93693C6.123 2.42029 -0.645163 5.73766 2.2419 12.8177C3.27464 15.921 8.10464 20.2932 11.1001 22.0422Z" fill="url(#paint5_linear_766_12301)"/>
|
|
9
|
+
<path d="M11.5962 6.28298C12.4462 7.13499 13.8355 6.8593 14.6417 5.96571C15.4681 5.04968 16.5667 4.21401 17.961 4.1253C16.5923 3.8621 15.1014 4.15136 13.7874 5.18407C13.6744 5.27284 13.5542 5.3648 13.4313 5.45882C13.0679 5.7369 12.6809 6.03304 12.3872 6.31825C12.1973 6.50271 11.8641 6.5216 11.6676 6.34417C11.6381 6.31758 11.6078 6.29059 11.5767 6.26327C11.583 6.26974 11.5896 6.27632 11.5962 6.28298Z" fill="url(#paint6_linear_766_12301)"/>
|
|
10
|
+
<g filter="url(#filter0_f_766_12301)">
|
|
11
|
+
<path d="M12.4243 9.52355V11.8445C12.4243 14.5591 15.2615 15.3722 15.6958 12.6926C15.8711 11.6112 15.8568 10.5303 15.5495 9.54143C15.2829 8.68332 14.7083 8.14267 14.1036 7.86388C13.1272 7.41375 12.4243 8.44841 12.4243 9.52355Z" fill="#FA1C56"/>
|
|
12
|
+
</g>
|
|
13
|
+
<g filter="url(#filter1_f_766_12301)">
|
|
14
|
+
<ellipse cx="18.5302" cy="8.68595" rx="3.11821" ry="2.14556" transform="rotate(-44.1901 18.5302 8.68595)" fill="url(#paint7_radial_766_12301)"/>
|
|
15
|
+
</g>
|
|
16
|
+
<g filter="url(#filter2_f_766_12301)">
|
|
17
|
+
<ellipse cx="9.35008" cy="8.39053" rx="3.11821" ry="2.14556" transform="rotate(-128.955 9.35008 8.39053)" fill="url(#paint8_radial_766_12301)" fill-opacity="0.5"/>
|
|
18
|
+
</g>
|
|
19
|
+
<g filter="url(#filter3_f_766_12301)">
|
|
20
|
+
<path d="M6.71475 15.1832L6.2959 12.754C6.18393 12.4079 5.93262 12.3673 5.79199 12.6016L4.25684 15.8243L6.71475 15.1832Z" fill="#A71135"/>
|
|
21
|
+
</g>
|
|
22
|
+
<path d="M5.11977 14.9462C5.00775 15.2924 4.75042 15.5726 4.41496 15.7137L2.57096 16.4891C2.26476 16.6178 2.26476 17.0517 2.57096 17.1804L4.42365 17.9594C4.75984 18.1008 5.01753 18.3819 5.12915 18.7291L5.96214 21.32C6.07369 21.667 6.56459 21.667 6.67614 21.32L7.50649 18.7373C7.61781 18.3911 7.87443 18.1105 8.2094 17.9687L10.0732 17.1801C10.3784 17.051 10.3784 16.6185 10.0732 16.4894L8.21807 15.7044C7.88384 15.563 7.62758 15.2833 7.51586 14.938L6.67593 12.3418C6.56396 11.9958 6.07432 11.9958 5.96235 12.3418L5.11977 14.9462Z" fill="url(#paint9_linear_766_12301)"/>
|
|
23
|
+
<path d="M5.11977 14.9462C5.00775 15.2924 4.75042 15.5726 4.41496 15.7137L2.57096 16.4891C2.26476 16.6178 2.26476 17.0517 2.57096 17.1804L4.42365 17.9594C4.75984 18.1008 5.01753 18.3819 5.12915 18.7291L5.96214 21.32C6.07369 21.667 6.56459 21.667 6.67614 21.32L7.50649 18.7373C7.61781 18.3911 7.87443 18.1105 8.2094 17.9687L10.0732 17.1801C10.3784 17.051 10.3784 16.6185 10.0732 16.4894L8.21807 15.7044C7.88384 15.563 7.62758 15.2833 7.51586 14.938L6.67593 12.3418C6.56396 11.9958 6.07432 11.9958 5.96235 12.3418L5.11977 14.9462Z" fill="url(#paint10_linear_766_12301)"/>
|
|
24
|
+
<path d="M5.11977 14.9462C5.00775 15.2924 4.75042 15.5726 4.41496 15.7137L2.57096 16.4891C2.26476 16.6178 2.26476 17.0517 2.57096 17.1804L4.42365 17.9594C4.75984 18.1008 5.01753 18.3819 5.12915 18.7291L5.96214 21.32C6.07369 21.667 6.56459 21.667 6.67614 21.32L7.50649 18.7373C7.61781 18.3911 7.87443 18.1105 8.2094 17.9687L10.0732 17.1801C10.3784 17.051 10.3784 16.6185 10.0732 16.4894L8.21807 15.7044C7.88384 15.563 7.62758 15.2833 7.51586 14.938L6.67593 12.3418C6.56396 11.9958 6.07432 11.9958 5.96235 12.3418L5.11977 14.9462Z" fill="url(#paint11_linear_766_12301)"/>
|
|
25
|
+
<path d="M5.11977 14.9462C5.00775 15.2924 4.75042 15.5726 4.41496 15.7137L2.57096 16.4891C2.26476 16.6178 2.26476 17.0517 2.57096 17.1804L4.42365 17.9594C4.75984 18.1008 5.01753 18.3819 5.12915 18.7291L5.96214 21.32C6.07369 21.667 6.56459 21.667 6.67614 21.32L7.50649 18.7373C7.61781 18.3911 7.87443 18.1105 8.2094 17.9687L10.0732 17.1801C10.3784 17.051 10.3784 16.6185 10.0732 16.4894L8.21807 15.7044C7.88384 15.563 7.62758 15.2833 7.51586 14.938L6.67593 12.3418C6.56396 11.9958 6.07432 11.9958 5.96235 12.3418L5.11977 14.9462Z" fill="url(#paint12_radial_766_12301)"/>
|
|
26
|
+
<path d="M5.15019 18.1883H4.82619C4.74763 18.1162 4.65652 18.0573 4.55606 18.0151L2.57096 17.1804C2.26476 17.0517 2.26476 16.6178 2.57096 16.4891L4.54705 15.6582C4.79865 15.5524 4.99165 15.3422 5.07566 15.0825L5.96235 12.3418C6.07432 11.9958 6.56396 11.9958 6.67593 12.3418L7.55984 15.0739C7.64363 15.3329 7.83582 15.5427 8.0865 15.6487L10.0732 16.4894C10.3784 16.6185 10.3784 17.051 10.0732 17.1801L4.65508 17.5027C4.55941 17.5432 5.00371 17.8484 5.15019 18.1883Z" fill="url(#paint13_linear_766_12301)"/>
|
|
27
|
+
<path d="M5.15019 18.1883H4.82619C4.74763 18.1162 4.65652 18.0573 4.55606 18.0151L2.57096 17.1804C2.26476 17.0517 2.26476 16.6178 2.57096 16.4891L4.54705 15.6582C4.79865 15.5524 4.99165 15.3422 5.07566 15.0825L5.96235 12.3418C6.07432 11.9958 6.56396 11.9958 6.67593 12.3418L7.55984 15.0739C7.64363 15.3329 7.83582 15.5427 8.0865 15.6487L10.0732 16.4894C10.3784 16.6185 10.3784 17.051 10.0732 17.1801L4.65508 17.5027C4.55941 17.5432 5.00371 17.8484 5.15019 18.1883Z" fill="url(#paint14_linear_766_12301)"/>
|
|
28
|
+
<path d="M4.82617 18.1882C4.94479 18.297 5.0348 18.4357 5.08517 18.5924L5.96211 21.32C6.07366 21.667 6.56457 21.667 6.67612 21.32L7.5503 18.601C7.602 18.4402 7.69548 18.2982 7.81882 18.1882H4.82617Z" fill="url(#paint15_linear_766_12301)"/>
|
|
29
|
+
<g filter="url(#filter4_f_766_12301)">
|
|
30
|
+
<path d="M6.57715 12.5867L7.23171 14.7794C7.41003 15.3768 7.8567 15.8569 8.43969 16.0777L9.83496 16.6062" stroke="url(#paint16_radial_766_12301)" stroke-width="0.1" stroke-linecap="round"/>
|
|
31
|
+
</g>
|
|
32
|
+
<g filter="url(#filter5_f_766_12301)">
|
|
33
|
+
<path d="M6.40137 21.7039L7.22168 19.0085" stroke="url(#paint17_linear_766_12301)" stroke-width="0.1" stroke-linecap="round"/>
|
|
34
|
+
</g>
|
|
35
|
+
<g filter="url(#filter6_f_766_12301)">
|
|
36
|
+
<path d="M5.1123 15.8562L6.09668 12.5867" stroke="url(#paint18_linear_766_12301)" stroke-width="0.1" stroke-linecap="round"/>
|
|
37
|
+
</g>
|
|
38
|
+
<g filter="url(#filter7_f_766_12301)">
|
|
39
|
+
<path d="M16.3975 7.50578C16.2674 7.79236 16.034 8.01931 15.7439 8.14131L14.8949 8.49827C14.7271 8.56883 14.7271 8.80663 14.8949 8.87719L15.7623 9.2419C16.0446 9.36062 16.2736 9.57889 16.4056 9.85527L16.9787 11.0546C17.0398 11.2447 17.3089 11.2447 17.37 11.0546L17.566 10.0792C17.6474 9.67401 17.9238 9.33525 18.3044 9.17421L19.0068 8.87702C19.174 8.80625 19.174 8.56922 19.0068 8.49845L18.2278 8.16886C17.8936 8.02744 17.6374 7.748 17.5257 7.4027C17.3768 6.9425 17.1818 6.33972 17.1448 6.22527C17.0834 6.03559 17.0403 6.03559 16.9789 6.22527L16.3975 7.50578Z" fill="#C01942"/>
|
|
40
|
+
</g>
|
|
41
|
+
<path d="M16.7774 7.30757C16.6653 7.6538 16.408 7.93403 16.0726 8.07508L15.3007 8.39964C15.1328 8.4702 15.1328 8.708 15.3007 8.77856L16.0767 9.10488C16.4129 9.24624 16.6706 9.52737 16.7822 9.87457L17.1593 11.0474C17.2204 11.2376 17.4895 11.2376 17.5506 11.0474L17.9265 9.87833C18.0378 9.53207 18.2944 9.25147 18.6294 9.10974L19.4125 8.77838C19.5798 8.70761 19.5798 8.47058 19.4125 8.39982L18.6336 8.07023C18.2994 7.92881 18.0431 7.64911 17.9314 7.30382L17.5505 6.12664C17.4892 5.93695 17.2208 5.93695 17.1594 6.12664L16.7774 7.30757Z" fill="url(#paint19_linear_766_12301)"/>
|
|
42
|
+
<path d="M16.7774 7.30757C16.6653 7.6538 16.408 7.93403 16.0726 8.07508L15.3007 8.39964C15.1328 8.4702 15.1328 8.708 15.3007 8.77856L16.0767 9.10488C16.4129 9.24624 16.6706 9.52737 16.7822 9.87457L17.1593 11.0474C17.2204 11.2376 17.4895 11.2376 17.5506 11.0474L17.9265 9.87833C18.0378 9.53207 18.2944 9.25147 18.6294 9.10974L19.4125 8.77838C19.5798 8.70761 19.5798 8.47058 19.4125 8.39982L18.6336 8.07023C18.2994 7.92881 18.0431 7.64911 17.9314 7.30382L17.5505 6.12664C17.4892 5.93695 17.2208 5.93695 17.1594 6.12664L16.7774 7.30757Z" fill="url(#paint20_linear_766_12301)"/>
|
|
43
|
+
<path d="M16.7774 7.30757C16.6653 7.6538 16.408 7.93403 16.0726 8.07508L15.3007 8.39964C15.1328 8.4702 15.1328 8.708 15.3007 8.77856L16.0767 9.10488C16.4129 9.24624 16.6706 9.52737 16.7822 9.87457L17.1593 11.0474C17.2204 11.2376 17.4895 11.2376 17.5506 11.0474L17.9265 9.87833C18.0378 9.53207 18.2944 9.25147 18.6294 9.10974L19.4125 8.77838C19.5798 8.70761 19.5798 8.47058 19.4125 8.39982L18.6336 8.07023C18.2994 7.92881 18.0431 7.64911 17.9314 7.30382L17.5505 6.12664C17.4892 5.93695 17.2208 5.93695 17.1594 6.12664L16.7774 7.30757Z" fill="url(#paint21_linear_766_12301)"/>
|
|
44
|
+
<path d="M16.7774 7.30757C16.6653 7.6538 16.408 7.93403 16.0726 8.07508L15.3007 8.39964C15.1328 8.4702 15.1328 8.708 15.3007 8.77856L16.0767 9.10488C16.4129 9.24624 16.6706 9.52737 16.7822 9.87457L17.1593 11.0474C17.2204 11.2376 17.4895 11.2376 17.5506 11.0474L17.9265 9.87833C18.0378 9.53207 18.2944 9.25147 18.6294 9.10974L19.4125 8.77838C19.5798 8.70761 19.5798 8.47058 19.4125 8.39982L18.6336 8.07023C18.2994 7.92881 18.0431 7.64911 17.9314 7.30382L17.5505 6.12664C17.4892 5.93695 17.2208 5.93695 17.1594 6.12664L16.7774 7.30757Z" fill="url(#paint22_radial_766_12301)"/>
|
|
45
|
+
<path d="M16.7143 9.33093H16.5367C16.4937 9.29146 16.4437 9.25919 16.3887 9.23604L15.3007 8.77856C15.1328 8.708 15.1328 8.4702 15.3007 8.39964L16.3837 7.94424C16.5216 7.88626 16.6274 7.77107 16.6734 7.62875L17.1594 6.12664C17.2208 5.93695 17.4892 5.93695 17.5505 6.12664L18.035 7.62404C18.0809 7.76597 18.1862 7.88095 18.3236 7.93908L19.4125 8.39982C19.5798 8.47059 19.5798 8.70761 19.4125 8.77838L16.4429 8.9552C16.3905 8.97738 16.634 9.14467 16.7143 9.33093Z" fill="url(#paint23_linear_766_12301)"/>
|
|
46
|
+
<path d="M16.7143 9.33093H16.5367C16.4937 9.29146 16.4437 9.25919 16.3887 9.23604L15.3007 8.77856C15.1328 8.708 15.1328 8.4702 15.3007 8.39964L16.3837 7.94424C16.5216 7.88626 16.6274 7.77107 16.6734 7.62875L17.1594 6.12664C17.2208 5.93695 17.4892 5.93695 17.5505 6.12664L18.035 7.62404C18.0809 7.76597 18.1862 7.88095 18.3236 7.93908L19.4125 8.39982C19.5798 8.47059 19.5798 8.70761 19.4125 8.77838L16.4429 8.9552C16.3905 8.97738 16.634 9.14467 16.7143 9.33093Z" fill="url(#paint24_linear_766_12301)"/>
|
|
47
|
+
<path d="M16.5366 9.33105C16.6016 9.39066 16.651 9.46669 16.6786 9.55255L17.1592 11.0475C17.2203 11.2377 17.4894 11.2377 17.5505 11.0475L18.0297 9.55727C18.058 9.46913 18.1092 9.39135 18.1768 9.33105H16.5366Z" fill="url(#paint25_linear_766_12301)"/>
|
|
48
|
+
<g filter="url(#filter8_f_766_12301)">
|
|
49
|
+
<path d="M17.4961 6.26074L17.727 7.0342C17.9053 7.63157 18.352 8.11162 18.935 8.33245L19.2816 8.46376" stroke="url(#paint26_radial_766_12301)" stroke-width="0.1" stroke-linecap="round"/>
|
|
50
|
+
</g>
|
|
51
|
+
<g filter="url(#filter9_f_766_12301)">
|
|
52
|
+
<path d="M17.3999 11.2578L17.8495 9.78052" stroke="url(#paint27_linear_766_12301)" stroke-width="0.1" stroke-linecap="round"/>
|
|
53
|
+
</g>
|
|
54
|
+
<g filter="url(#filter10_f_766_12301)">
|
|
55
|
+
<path d="M16.6934 8.0527L17.2329 6.26074" stroke="url(#paint28_linear_766_12301)" stroke-width="0.1" stroke-linecap="round"/>
|
|
56
|
+
</g>
|
|
57
|
+
</g>
|
|
58
|
+
<defs>
|
|
59
|
+
<filter id="filter0_f_766_12301" x="10.4243" y="5.75586" width="7.38428" height="10.5828" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
60
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
61
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
62
|
+
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_766_12301"/>
|
|
63
|
+
</filter>
|
|
64
|
+
<filter id="filter1_f_766_12301" x="14.3398" y="4.52295" width="8.38037" height="8.32617" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
65
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
66
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
67
|
+
<feGaussianBlur stdDeviation="0.75" result="effect1_foregroundBlur_766_12301"/>
|
|
68
|
+
</filter>
|
|
69
|
+
<filter id="filter2_f_766_12301" x="5.27588" y="4.11523" width="8.14844" height="8.55054" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
70
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
71
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
72
|
+
<feGaussianBlur stdDeviation="0.75" result="effect1_foregroundBlur_766_12301"/>
|
|
73
|
+
</filter>
|
|
74
|
+
<filter id="filter3_f_766_12301" x="3.25684" y="11.4541" width="4.45801" height="5.37012" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
75
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
76
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
77
|
+
<feGaussianBlur stdDeviation="0.5" result="effect1_foregroundBlur_766_12301"/>
|
|
78
|
+
</filter>
|
|
79
|
+
<filter id="filter4_f_766_12301" x="6.27734" y="12.2866" width="3.85742" height="4.61963" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
80
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
81
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
82
|
+
<feGaussianBlur stdDeviation="0.125" result="effect1_foregroundBlur_766_12301"/>
|
|
83
|
+
</filter>
|
|
84
|
+
<filter id="filter5_f_766_12301" x="6.20156" y="18.8085" width="1.21992" height="3.09541" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
85
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
86
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
87
|
+
<feGaussianBlur stdDeviation="0.075" result="effect1_foregroundBlur_766_12301"/>
|
|
88
|
+
</filter>
|
|
89
|
+
<filter id="filter6_f_766_12301" x="4.7625" y="12.2366" width="1.68398" height="3.96963" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
90
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
91
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
92
|
+
<feGaussianBlur stdDeviation="0.15" result="effect1_foregroundBlur_766_12301"/>
|
|
93
|
+
</filter>
|
|
94
|
+
<filter id="filter7_f_766_12301" x="14.019" y="5.33301" width="5.86328" height="6.61426" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
95
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
96
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
97
|
+
<feGaussianBlur stdDeviation="0.375" result="effect1_foregroundBlur_766_12301"/>
|
|
98
|
+
</filter>
|
|
99
|
+
<filter id="filter8_f_766_12301" x="17.1963" y="5.96069" width="2.38525" height="2.80298" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
100
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
101
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
102
|
+
<feGaussianBlur stdDeviation="0.125" result="effect1_foregroundBlur_766_12301"/>
|
|
103
|
+
</filter>
|
|
104
|
+
<filter id="filter9_f_766_12301" x="17.2001" y="9.58047" width="0.849316" height="1.87739" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
105
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
106
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
107
|
+
<feGaussianBlur stdDeviation="0.075" result="effect1_foregroundBlur_766_12301"/>
|
|
108
|
+
</filter>
|
|
109
|
+
<filter id="filter10_f_766_12301" x="16.3436" y="5.91069" width="1.23916" height="2.49209" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
110
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
111
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
112
|
+
<feGaussianBlur stdDeviation="0.15" result="effect1_foregroundBlur_766_12301"/>
|
|
113
|
+
</filter>
|
|
114
|
+
<radialGradient id="paint0_radial_766_12301" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(14.1001 21.9975) rotate(-90) scale(24.4063 41.4908)">
|
|
115
|
+
<stop stop-color="#F12E52"/>
|
|
116
|
+
<stop offset="0.596003" stop-color="#FF3B79"/>
|
|
117
|
+
<stop offset="1" stop-color="#FF4EC6"/>
|
|
118
|
+
</radialGradient>
|
|
119
|
+
<radialGradient id="paint1_radial_766_12301" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(17.1623 8.80044) rotate(142.986) scale(19.6471 36.8009)">
|
|
120
|
+
<stop offset="0.483055" stop-color="#B91D43" stop-opacity="0"/>
|
|
121
|
+
<stop offset="0.833898" stop-color="#B91D43"/>
|
|
122
|
+
</radialGradient>
|
|
123
|
+
<radialGradient id="paint2_radial_766_12301" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(14.8938 13.614) rotate(-158.663) scale(17.0422 24.0915)">
|
|
124
|
+
<stop offset="0.40984" stop-color="#B91D43" stop-opacity="0"/>
|
|
125
|
+
<stop offset="0.833898" stop-color="#B91D43"/>
|
|
126
|
+
</radialGradient>
|
|
127
|
+
<radialGradient id="paint3_radial_766_12301" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(11.5702 10.6377) rotate(90) scale(14.8323)">
|
|
128
|
+
<stop offset="0.671096" stop-color="#FF7AF2" stop-opacity="0"/>
|
|
129
|
+
<stop offset="0.933555" stop-color="#FFBCE6"/>
|
|
130
|
+
</radialGradient>
|
|
131
|
+
<linearGradient id="paint4_linear_766_12301" x1="13.2072" y1="12.3739" x2="19.2096" y2="19.5172" gradientUnits="userSpaceOnUse">
|
|
132
|
+
<stop offset="0.694491" stop-color="#FF7AF2" stop-opacity="0"/>
|
|
133
|
+
<stop offset="0.933555" stop-color="#FFBCE6"/>
|
|
134
|
+
</linearGradient>
|
|
135
|
+
<linearGradient id="paint5_linear_766_12301" x1="12.4631" y1="12.6715" x2="5.419" y2="20.6085" gradientUnits="userSpaceOnUse">
|
|
136
|
+
<stop offset="0.694491" stop-color="#FF7AF2" stop-opacity="0"/>
|
|
137
|
+
<stop offset="0.933555" stop-color="#FFBCE6"/>
|
|
138
|
+
</linearGradient>
|
|
139
|
+
<linearGradient id="paint6_linear_766_12301" x1="14.7655" y1="7.28927" x2="12.6607" y2="4.9767" gradientUnits="userSpaceOnUse">
|
|
140
|
+
<stop offset="0.40984" stop-color="#C12372" stop-opacity="0"/>
|
|
141
|
+
<stop offset="0.833898" stop-color="#B5286E"/>
|
|
142
|
+
</linearGradient>
|
|
143
|
+
<radialGradient id="paint7_radial_766_12301" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(21.6684 9.3457) rotate(-176.775) scale(4.61132 3.11377)">
|
|
144
|
+
<stop stop-color="#FF93BA"/>
|
|
145
|
+
<stop offset="1" stop-color="#FF73A6" stop-opacity="0"/>
|
|
146
|
+
</radialGradient>
|
|
147
|
+
<radialGradient id="paint8_radial_766_12301" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(11.1908 8.96998) rotate(-178.3) scale(6.63749 4.48193)">
|
|
148
|
+
<stop stop-color="#FF93BA"/>
|
|
149
|
+
<stop offset="1" stop-color="#FF73A6" stop-opacity="0"/>
|
|
150
|
+
</radialGradient>
|
|
151
|
+
<linearGradient id="paint9_linear_766_12301" x1="7.0457" y1="12.0823" x2="5.00664" y2="19.4304" gradientUnits="userSpaceOnUse">
|
|
152
|
+
<stop stop-color="#FFD542"/>
|
|
153
|
+
<stop offset="1" stop-color="#FFA847"/>
|
|
154
|
+
</linearGradient>
|
|
155
|
+
<linearGradient id="paint10_linear_766_12301" x1="5.63945" y1="19.0086" x2="5.06216" y2="22.1871" gradientUnits="userSpaceOnUse">
|
|
156
|
+
<stop offset="0.458251" stop-color="#E88518" stop-opacity="0"/>
|
|
157
|
+
<stop offset="1" stop-color="#E88518"/>
|
|
158
|
+
</linearGradient>
|
|
159
|
+
<linearGradient id="paint11_linear_766_12301" x1="4.37383" y1="18.282" x2="1.19797" y2="18.1973" gradientUnits="userSpaceOnUse">
|
|
160
|
+
<stop offset="0.361577" stop-color="#E88518" stop-opacity="0"/>
|
|
161
|
+
<stop offset="1" stop-color="#E88518"/>
|
|
162
|
+
</linearGradient>
|
|
163
|
+
<radialGradient id="paint12_radial_766_12301" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(7.6082 9.4695) rotate(103.828) scale(5.38257 14.8716)">
|
|
164
|
+
<stop stop-color="#FFFF6B"/>
|
|
165
|
+
<stop offset="1" stop-color="#FFFF6B" stop-opacity="0"/>
|
|
166
|
+
</radialGradient>
|
|
167
|
+
<linearGradient id="paint13_linear_766_12301" x1="5.58086" y1="16.7234" x2="4.82035" y2="18.348" gradientUnits="userSpaceOnUse">
|
|
168
|
+
<stop offset="0.781564" stop-color="#E88518" stop-opacity="0"/>
|
|
169
|
+
<stop offset="1" stop-color="#E88518"/>
|
|
170
|
+
</linearGradient>
|
|
171
|
+
<linearGradient id="paint14_linear_766_12301" x1="5.58086" y1="16.7234" x2="4.82035" y2="18.348" gradientUnits="userSpaceOnUse">
|
|
172
|
+
<stop offset="0.781564" stop-color="#E88518" stop-opacity="0"/>
|
|
173
|
+
<stop offset="1" stop-color="#E88518"/>
|
|
174
|
+
</linearGradient>
|
|
175
|
+
<linearGradient id="paint15_linear_766_12301" x1="7.21141" y1="20.168" x2="5.62367" y2="20.7006" gradientUnits="userSpaceOnUse">
|
|
176
|
+
<stop offset="0.776042" stop-color="#E88518" stop-opacity="0"/>
|
|
177
|
+
<stop offset="1" stop-color="#E88518"/>
|
|
178
|
+
</linearGradient>
|
|
179
|
+
<radialGradient id="paint16_radial_766_12301" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6.09668 12.5867) rotate(43.142) scale(5.87815 5.02625)">
|
|
180
|
+
<stop stop-color="#FFF270" stop-opacity="0"/>
|
|
181
|
+
<stop offset="0.548137" stop-color="#FFF270"/>
|
|
182
|
+
<stop offset="1" stop-color="#FFF270" stop-opacity="0"/>
|
|
183
|
+
</radialGradient>
|
|
184
|
+
<linearGradient id="paint17_linear_766_12301" x1="6.7998" y1="20.614" x2="6.15357" y2="19.5584" gradientUnits="userSpaceOnUse">
|
|
185
|
+
<stop stop-color="#FFF270" stop-opacity="0"/>
|
|
186
|
+
<stop offset="0.494792" stop-color="#FFF270" stop-opacity="0.6"/>
|
|
187
|
+
<stop offset="1" stop-color="#FFF270" stop-opacity="0"/>
|
|
188
|
+
</linearGradient>
|
|
189
|
+
<linearGradient id="paint18_linear_766_12301" x1="6.00293" y1="12.3406" x2="7.26266" y2="14.1722" gradientUnits="userSpaceOnUse">
|
|
190
|
+
<stop stop-color="#FF8A09" stop-opacity="0.6"/>
|
|
191
|
+
<stop offset="1" stop-color="#FF8A09" stop-opacity="0"/>
|
|
192
|
+
</linearGradient>
|
|
193
|
+
<linearGradient id="paint19_linear_766_12301" x1="17.7532" y1="5.98438" x2="16.6356" y2="10.0117" gradientUnits="userSpaceOnUse">
|
|
194
|
+
<stop stop-color="#FFD542"/>
|
|
195
|
+
<stop offset="1" stop-color="#FFA847"/>
|
|
196
|
+
</linearGradient>
|
|
197
|
+
<linearGradient id="paint20_linear_766_12301" x1="16.9824" y1="9.78053" x2="16.666" y2="11.5226" gradientUnits="userSpaceOnUse">
|
|
198
|
+
<stop offset="0.458251" stop-color="#E88518" stop-opacity="0"/>
|
|
199
|
+
<stop offset="1" stop-color="#E88518"/>
|
|
200
|
+
</linearGradient>
|
|
201
|
+
<linearGradient id="paint21_linear_766_12301" x1="16.2888" y1="9.38231" x2="14.5482" y2="9.33587" gradientUnits="userSpaceOnUse">
|
|
202
|
+
<stop offset="0.361577" stop-color="#E88518" stop-opacity="0"/>
|
|
203
|
+
<stop offset="1" stop-color="#E88518"/>
|
|
204
|
+
</linearGradient>
|
|
205
|
+
<radialGradient id="paint22_radial_766_12301" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(18.0615 4.55237) rotate(103.828) scale(2.95007 8.15082)">
|
|
206
|
+
<stop stop-color="#FFFF6B"/>
|
|
207
|
+
<stop offset="1" stop-color="#FFFF6B" stop-opacity="0"/>
|
|
208
|
+
</radialGradient>
|
|
209
|
+
<linearGradient id="paint23_linear_766_12301" x1="16.9503" y1="8.52808" x2="16.5335" y2="9.41851" gradientUnits="userSpaceOnUse">
|
|
210
|
+
<stop offset="0.781564" stop-color="#E88518" stop-opacity="0"/>
|
|
211
|
+
<stop offset="1" stop-color="#E88518"/>
|
|
212
|
+
</linearGradient>
|
|
213
|
+
<linearGradient id="paint24_linear_766_12301" x1="16.9503" y1="8.52808" x2="16.5335" y2="9.41851" gradientUnits="userSpaceOnUse">
|
|
214
|
+
<stop offset="0.781564" stop-color="#E88518" stop-opacity="0"/>
|
|
215
|
+
<stop offset="1" stop-color="#E88518"/>
|
|
216
|
+
</linearGradient>
|
|
217
|
+
<linearGradient id="paint25_linear_766_12301" x1="17.8439" y1="10.4161" x2="16.9737" y2="10.708" gradientUnits="userSpaceOnUse">
|
|
218
|
+
<stop offset="0.776042" stop-color="#E88518" stop-opacity="0"/>
|
|
219
|
+
<stop offset="1" stop-color="#E88518"/>
|
|
220
|
+
</linearGradient>
|
|
221
|
+
<radialGradient id="paint26_radial_766_12301" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(17.2328 6.26074) rotate(43.142) scale(3.22169 2.75478)">
|
|
222
|
+
<stop stop-color="#FFF270" stop-opacity="0"/>
|
|
223
|
+
<stop offset="0.548137" stop-color="#FFF270"/>
|
|
224
|
+
<stop offset="1" stop-color="#FFF270" stop-opacity="0"/>
|
|
225
|
+
</radialGradient>
|
|
226
|
+
<linearGradient id="paint27_linear_766_12301" x1="17.6183" y1="10.6604" x2="17.2641" y2="10.0819" gradientUnits="userSpaceOnUse">
|
|
227
|
+
<stop stop-color="#FFF270" stop-opacity="0"/>
|
|
228
|
+
<stop offset="0.494792" stop-color="#FFF270" stop-opacity="0.6"/>
|
|
229
|
+
<stop offset="1" stop-color="#FFF270" stop-opacity="0"/>
|
|
230
|
+
</linearGradient>
|
|
231
|
+
<linearGradient id="paint28_linear_766_12301" x1="17.1815" y1="6.12586" x2="17.8719" y2="7.12973" gradientUnits="userSpaceOnUse">
|
|
232
|
+
<stop stop-color="#FF8A09" stop-opacity="0.6"/>
|
|
233
|
+
<stop offset="1" stop-color="#FF8A09" stop-opacity="0"/>
|
|
234
|
+
</linearGradient>
|
|
235
|
+
<clipPath id="clip0_766_12301">
|
|
236
|
+
<rect width="24" height="24" fill="white"/>
|
|
237
|
+
</clipPath>
|
|
238
|
+
</defs>
|
|
239
|
+
</svg>
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_766_12287)">
|
|
3
|
+
<path d="M3.71166 17.8829C4.49755 17.762 5.03002 16.8048 5.14721 16.1954C5.5515 13.4532 6.09056 9.89658 6.34841 7.47666C6.41548 6.84717 6.11956 6.32181 5.79763 6.07627C5.15869 5.60226 4.50842 5.85951 3.94608 6.40439C3.32928 6.99444 2.87378 7.54697 1.87768 8.754C1.51866 9.18906 1.27046 10.1834 1.87767 10.6466C2.30577 10.9598 2.91479 10.7403 3.28979 10.4767C3.00267 12.5099 2.6101 15.211 2.47533 16.7638C2.47632 17.5582 2.87377 18.0118 3.71166 17.8829Z" fill="url(#paint0_linear_766_12287)"/>
|
|
4
|
+
<path d="M3.71166 17.8829C4.49755 17.762 5.03002 16.8048 5.14721 16.1954C5.5515 13.4532 6.09056 9.89658 6.34841 7.47666C6.41548 6.84717 6.11956 6.32181 5.79763 6.07627C5.15869 5.60226 4.50842 5.85951 3.94608 6.40439C3.32928 6.99444 2.87378 7.54697 1.87768 8.754C1.51866 9.18906 1.27046 10.1834 1.87767 10.6466C2.30577 10.9598 2.91479 10.7403 3.28979 10.4767C3.00267 12.5099 2.6101 15.211 2.47533 16.7638C2.47632 17.5582 2.87377 18.0118 3.71166 17.8829Z" fill="url(#paint1_linear_766_12287)"/>
|
|
5
|
+
<g filter="url(#filter0_f_766_12287)">
|
|
6
|
+
<path d="M5.05322 8.85938L3.49463 10.3594L2.74463 16.4414L4.13916 16.5352L5.05322 8.85938Z" fill="url(#paint2_linear_766_12287)"/>
|
|
7
|
+
</g>
|
|
8
|
+
<path d="M4.05593 17.7718C3.9475 17.8257 3.83247 17.8642 3.71143 17.8828C2.87354 18.0117 2.47609 17.5581 2.4751 16.7637C2.59613 15.3691 2.92512 13.0483 3.1989 11.1169C3.22767 10.9139 3.25583 10.7152 3.28308 10.5224L3.30713 10.4883L5.27588 9.17578L4.05593 17.7718Z" fill="url(#paint3_linear_766_12287)"/>
|
|
9
|
+
<path d="M6.78182 11.5371C6.69978 12.4394 6.61347 13.6087 7.31501 14.4082C7.95966 15.1359 8.57477 15.2929 9.74079 15.2226C10.8834 15.0117 11.8619 14.2734 12.3189 13.8164C12.9869 13.1484 13.626 12.0665 13.8072 10.9511C13.9434 10.2142 14.0158 9.35891 14.1412 8.61324C14.3697 7.25387 14.2642 6.22848 13.7193 5.48433C13.3209 4.86324 12.4846 4.47819 11.5338 4.53512C10.5455 4.59428 9.35179 5.16097 8.51033 6.14645C7.78014 7.00162 7.29158 7.99801 7.09387 9.21149C7.00447 9.89645 6.88142 10.7929 6.78182 11.5371ZM9.48883 11.4726C9.6236 10.3945 9.72907 9.5273 9.88727 8.40816C9.99321 7.79323 10.5494 7.44137 10.8834 7.44137C11.3625 7.41268 11.5663 7.77938 11.4927 8.40816C11.3756 9.41012 11.2647 10.3711 11.1002 11.3261C10.9942 11.9411 10.5669 12.3268 10.0878 12.3555C9.68867 12.3794 9.44782 12.1054 9.48883 11.4726Z" fill="url(#paint4_linear_766_12287)"/>
|
|
10
|
+
<path d="M6.78182 11.5371C6.69978 12.4394 6.61347 13.6087 7.31501 14.4082C7.95966 15.1359 8.57477 15.2929 9.74079 15.2226C10.8834 15.0117 11.8619 14.2734 12.3189 13.8164C12.9869 13.1484 13.626 12.0665 13.8072 10.9511C13.9434 10.2142 14.0158 9.35891 14.1412 8.61324C14.3697 7.25387 14.2642 6.22848 13.7193 5.48433C13.3209 4.86324 12.4846 4.47819 11.5338 4.53512C10.5455 4.59428 9.35179 5.16097 8.51033 6.14645C7.78014 7.00162 7.29158 7.99801 7.09387 9.21149C7.00447 9.89645 6.88142 10.7929 6.78182 11.5371ZM9.48883 11.4726C9.6236 10.3945 9.72907 9.5273 9.88727 8.40816C9.99321 7.79323 10.5494 7.44137 10.8834 7.44137C11.3625 7.41268 11.5663 7.77938 11.4927 8.40816C11.3756 9.41012 11.2647 10.3711 11.1002 11.3261C10.9942 11.9411 10.5669 12.3268 10.0878 12.3555C9.68867 12.3794 9.44782 12.1054 9.48883 11.4726Z" fill="url(#paint5_radial_766_12287)"/>
|
|
11
|
+
<path d="M6.78182 11.5371C6.69978 12.4394 6.61347 13.6087 7.31501 14.4082C7.95966 15.1359 8.57477 15.2929 9.74079 15.2226C10.8834 15.0117 11.8619 14.2734 12.3189 13.8164C12.9869 13.1484 13.626 12.0665 13.8072 10.9511C13.9434 10.2142 14.0158 9.35891 14.1412 8.61324C14.3697 7.25387 14.2642 6.22848 13.7193 5.48433C13.3209 4.86324 12.4846 4.47819 11.5338 4.53512C10.5455 4.59428 9.35179 5.16097 8.51033 6.14645C7.78014 7.00162 7.29158 7.99801 7.09387 9.21149C7.00447 9.89645 6.88142 10.7929 6.78182 11.5371ZM9.48883 11.4726C9.6236 10.3945 9.72907 9.5273 9.88727 8.40816C9.99321 7.79323 10.5494 7.44137 10.8834 7.44137C11.3625 7.41268 11.5663 7.77938 11.4927 8.40816C11.3756 9.41012 11.2647 10.3711 11.1002 11.3261C10.9942 11.9411 10.5669 12.3268 10.0878 12.3555C9.68867 12.3794 9.44782 12.1054 9.48883 11.4726Z" fill="url(#paint6_linear_766_12287)"/>
|
|
12
|
+
<path d="M6.78182 11.5371C6.69978 12.4394 6.61347 13.6087 7.31501 14.4082C7.95966 15.1359 8.57477 15.2929 9.74079 15.2226C10.8834 15.0117 11.8619 14.2734 12.3189 13.8164C12.9869 13.1484 13.626 12.0665 13.8072 10.9511C13.9434 10.2142 14.0158 9.35891 14.1412 8.61324C14.3697 7.25387 14.2642 6.22848 13.7193 5.48433C13.3209 4.86324 12.4846 4.47819 11.5338 4.53512C10.5455 4.59428 9.35179 5.16097 8.51033 6.14645C7.78014 7.00162 7.29158 7.99801 7.09387 9.21149C7.00447 9.89645 6.88142 10.7929 6.78182 11.5371ZM9.48883 11.4726C9.6236 10.3945 9.72907 9.5273 9.88727 8.40816C9.99321 7.79323 10.5494 7.44137 10.8834 7.44137C11.3625 7.41268 11.5663 7.77938 11.4927 8.40816C11.3756 9.41012 11.2647 10.3711 11.1002 11.3261C10.9942 11.9411 10.5669 12.3268 10.0878 12.3555C9.68867 12.3794 9.44782 12.1054 9.48883 11.4726Z" fill="url(#paint7_linear_766_12287)"/>
|
|
13
|
+
<path d="M14.8824 9.8027C14.8004 10.705 14.7141 11.8743 15.4156 12.6738C16.0602 13.4016 16.6754 13.5586 17.8414 13.4882C18.9839 13.2773 19.9625 12.539 20.4195 12.082C21.0875 11.414 21.7266 10.3321 21.9078 9.21676C22.044 8.4798 22.1164 7.62454 22.2418 6.87887C22.4703 5.51949 22.3648 4.4941 21.8199 3.74996C21.4214 3.12887 20.5851 2.74381 19.6343 2.80074C18.6461 2.85991 17.4524 3.42659 16.6109 4.41207C15.8807 5.26724 15.3922 6.26363 15.1945 7.47712C15.1051 8.16207 14.982 9.05855 14.8824 9.8027ZM17.5894 9.73824C17.7242 8.66012 17.8297 7.79293 17.9879 6.67379C18.0938 6.05886 18.65 5.70699 18.984 5.70699C19.4631 5.6783 19.6669 6.04501 19.5933 6.67379C19.4761 7.67574 19.3653 8.63676 19.2007 9.59176C19.0948 10.2067 18.6675 10.5924 18.1883 10.6211C17.7893 10.645 17.5484 10.3711 17.5894 9.73824Z" fill="url(#paint8_linear_766_12287)"/>
|
|
14
|
+
<path d="M14.8824 9.8027C14.8004 10.705 14.7141 11.8743 15.4156 12.6738C16.0602 13.4016 16.6754 13.5586 17.8414 13.4882C18.9839 13.2773 19.9625 12.539 20.4195 12.082C21.0875 11.414 21.7266 10.3321 21.9078 9.21676C22.044 8.4798 22.1164 7.62454 22.2418 6.87887C22.4703 5.51949 22.3648 4.4941 21.8199 3.74996C21.4214 3.12887 20.5851 2.74381 19.6343 2.80074C18.6461 2.85991 17.4524 3.42659 16.6109 4.41207C15.8807 5.26724 15.3922 6.26363 15.1945 7.47712C15.1051 8.16207 14.982 9.05855 14.8824 9.8027ZM17.5894 9.73824C17.7242 8.66012 17.8297 7.79293 17.9879 6.67379C18.0938 6.05886 18.65 5.70699 18.984 5.70699C19.4631 5.6783 19.6669 6.04501 19.5933 6.67379C19.4761 7.67574 19.3653 8.63676 19.2007 9.59176C19.0948 10.2067 18.6675 10.5924 18.1883 10.6211C17.7893 10.645 17.5484 10.3711 17.5894 9.73824Z" fill="url(#paint9_radial_766_12287)"/>
|
|
15
|
+
<path d="M14.8824 9.8027C14.8004 10.705 14.7141 11.8743 15.4156 12.6738C16.0602 13.4016 16.6754 13.5586 17.8414 13.4882C18.9839 13.2773 19.9625 12.539 20.4195 12.082C21.0875 11.414 21.7266 10.3321 21.9078 9.21676C22.044 8.4798 22.1164 7.62454 22.2418 6.87887C22.4703 5.51949 22.3648 4.4941 21.8199 3.74996C21.4214 3.12887 20.5851 2.74381 19.6343 2.80074C18.6461 2.85991 17.4524 3.42659 16.6109 4.41207C15.8807 5.26724 15.3922 6.26363 15.1945 7.47712C15.1051 8.16207 14.982 9.05855 14.8824 9.8027ZM17.5894 9.73824C17.7242 8.66012 17.8297 7.79293 17.9879 6.67379C18.0938 6.05886 18.65 5.70699 18.984 5.70699C19.4631 5.6783 19.6669 6.04501 19.5933 6.67379C19.4761 7.67574 19.3653 8.63676 19.2007 9.59176C19.0948 10.2067 18.6675 10.5924 18.1883 10.6211C17.7893 10.645 17.5484 10.3711 17.5894 9.73824Z" fill="url(#paint10_linear_766_12287)"/>
|
|
16
|
+
<path d="M14.8824 9.8027C14.8004 10.705 14.7141 11.8743 15.4156 12.6738C16.0602 13.4016 16.6754 13.5586 17.8414 13.4882C18.9839 13.2773 19.9625 12.539 20.4195 12.082C21.0875 11.414 21.7266 10.3321 21.9078 9.21676C22.044 8.4798 22.1164 7.62454 22.2418 6.87887C22.4703 5.51949 22.3648 4.4941 21.8199 3.74996C21.4214 3.12887 20.5851 2.74381 19.6343 2.80074C18.6461 2.85991 17.4524 3.42659 16.6109 4.41207C15.8807 5.26724 15.3922 6.26363 15.1945 7.47712C15.1051 8.16207 14.982 9.05855 14.8824 9.8027ZM17.5894 9.73824C17.7242 8.66012 17.8297 7.79293 17.9879 6.67379C18.0938 6.05886 18.65 5.70699 18.984 5.70699C19.4631 5.6783 19.6669 6.04501 19.5933 6.67379C19.4761 7.67574 19.3653 8.63676 19.2007 9.59176C19.0948 10.2067 18.6675 10.5924 18.1883 10.6211C17.7893 10.645 17.5484 10.3711 17.5894 9.73824Z" fill="url(#paint11_linear_766_12287)"/>
|
|
17
|
+
<g filter="url(#filter1_f_766_12287)">
|
|
18
|
+
<path d="M19.0483 4.01954C19.3374 3.90236 20.0515 3.77579 20.5952 4.20704C21.2749 4.74611 21.1812 5.51954 21.0874 6.01173C21.0124 6.40548 20.7905 8.90236 20.5952 10.0664" stroke="url(#paint12_linear_766_12287)" stroke-linecap="round"/>
|
|
19
|
+
</g>
|
|
20
|
+
<g filter="url(#filter2_f_766_12287)">
|
|
21
|
+
<path d="M18.8374 11.2148C18.603 11.5056 17.7355 11.9369 17.1917 11.5056C16.5121 10.9666 16.6058 10.1931 16.6996 9.70095C16.7746 9.3072 16.9964 8.08975 17.1917 6.92569" stroke="url(#paint13_linear_766_12287)" stroke-linecap="round"/>
|
|
22
|
+
</g>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.754 14.7225C20.8425 15.1484 20.5691 15.5653 20.1433 15.6539L13.6683 17.0004L8.72842 18.1008C8.3039 18.1953 7.8831 17.9278 7.78854 17.5033C7.69398 17.0788 7.96146 16.658 8.38598 16.5634L13.3367 15.4607L19.8226 14.1119C20.2485 14.0233 20.6654 14.2967 20.754 14.7225Z" fill="url(#paint14_linear_766_12287)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.1477 17.8828C19.2384 18.3081 18.967 18.7265 18.5417 18.8171L11.9476 20.2226L7.00228 21.3007C6.57734 21.3934 6.15775 21.124 6.06511 20.6991C5.97247 20.2741 6.24186 19.8545 6.6668 19.7619L11.6157 18.683L18.2133 17.2767C18.6387 17.1861 19.057 17.4574 19.1477 17.8828Z" fill="url(#paint15_linear_766_12287)"/>
|
|
25
|
+
<g filter="url(#filter3_f_766_12287)">
|
|
26
|
+
<circle cx="5.49854" cy="7.00781" r="0.585938" fill="#FF596F"/>
|
|
27
|
+
</g>
|
|
28
|
+
<g filter="url(#filter4_f_766_12287)">
|
|
29
|
+
<path d="M4.33838 16.1367L5.48682 7.86328" stroke="url(#paint16_linear_766_12287)" stroke-width="0.75" stroke-linecap="round"/>
|
|
30
|
+
</g>
|
|
31
|
+
<g filter="url(#filter5_f_766_12287)">
|
|
32
|
+
<path d="M2.74463 9.88794L4.19775 8.15356" stroke="url(#paint17_linear_766_12287)" stroke-width="0.75" stroke-linecap="round"/>
|
|
33
|
+
</g>
|
|
34
|
+
<g filter="url(#filter6_f_766_12287)">
|
|
35
|
+
<path d="M10.9478 5.75392C11.2368 5.63673 11.9509 5.51017 12.4946 5.94142C13.1743 6.48048 13.0806 7.25392 12.9868 7.74611C12.9118 8.13986 12.6899 10.6367 12.4946 11.8008" stroke="url(#paint18_linear_766_12287)" stroke-linecap="round"/>
|
|
36
|
+
</g>
|
|
37
|
+
<g filter="url(#filter7_f_766_12287)">
|
|
38
|
+
<path d="M10.7368 12.9491C10.5024 13.24 9.63491 13.6713 9.09116 13.24C8.41147 12.701 8.50522 11.9275 8.59897 11.4353C8.67397 11.0416 8.89584 9.82413 9.09116 8.66007" stroke="url(#paint19_linear_766_12287)" stroke-linecap="round"/>
|
|
39
|
+
</g>
|
|
40
|
+
<g filter="url(#filter8_f_766_12287)">
|
|
41
|
+
<ellipse cx="20.0653" cy="14.7831" rx="0.527344" ry="0.345703" transform="rotate(-12.6263 20.0653 14.7831)" fill="url(#paint20_linear_766_12287)"/>
|
|
42
|
+
</g>
|
|
43
|
+
<g filter="url(#filter9_f_766_12287)">
|
|
44
|
+
<ellipse cx="18.4012" cy="17.994" rx="0.527344" ry="0.345703" transform="rotate(-12.6263 18.4012 17.994)" fill="url(#paint21_linear_766_12287)"/>
|
|
45
|
+
</g>
|
|
46
|
+
</g>
|
|
47
|
+
<defs>
|
|
48
|
+
<filter id="filter0_f_766_12287" x="2.49463" y="8.60938" width="2.80859" height="8.17578" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
49
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
50
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
51
|
+
<feGaussianBlur stdDeviation="0.125" result="effect1_foregroundBlur_766_12287"/>
|
|
52
|
+
</filter>
|
|
53
|
+
<filter id="filter1_f_766_12287" x="17.5483" y="2.40698" width="5.104" height="9.15942" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
54
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
55
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
56
|
+
<feGaussianBlur stdDeviation="0.5" result="effect1_foregroundBlur_766_12287"/>
|
|
57
|
+
</filter>
|
|
58
|
+
<filter id="filter2_f_766_12287" x="15.1343" y="5.42554" width="5.20312" height="7.76221" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
59
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
60
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
61
|
+
<feGaussianBlur stdDeviation="0.5" result="effect1_foregroundBlur_766_12287"/>
|
|
62
|
+
</filter>
|
|
63
|
+
<filter id="filter3_f_766_12287" x="3.9126" y="5.42188" width="3.17188" height="3.17188" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
64
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
65
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
66
|
+
<feGaussianBlur stdDeviation="0.5" result="effect1_foregroundBlur_766_12287"/>
|
|
67
|
+
</filter>
|
|
68
|
+
<filter id="filter4_f_766_12287" x="2.96338" y="6.48828" width="3.89844" height="11.0234" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
69
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
70
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
71
|
+
<feGaussianBlur stdDeviation="0.5" result="effect1_foregroundBlur_766_12287"/>
|
|
72
|
+
</filter>
|
|
73
|
+
<filter id="filter5_f_766_12287" x="1.36963" y="6.77856" width="4.20312" height="4.48438" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
74
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
75
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
76
|
+
<feGaussianBlur stdDeviation="0.5" result="effect1_foregroundBlur_766_12287"/>
|
|
77
|
+
</filter>
|
|
78
|
+
<filter id="filter6_f_766_12287" x="9.44775" y="4.14136" width="5.104" height="9.15942" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
79
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
80
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
81
|
+
<feGaussianBlur stdDeviation="0.5" result="effect1_foregroundBlur_766_12287"/>
|
|
82
|
+
</filter>
|
|
83
|
+
<filter id="filter7_f_766_12287" x="7.03369" y="7.15991" width="5.20312" height="7.76221" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
84
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
85
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
86
|
+
<feGaussianBlur stdDeviation="0.5" result="effect1_foregroundBlur_766_12287"/>
|
|
87
|
+
</filter>
|
|
88
|
+
<filter id="filter8_f_766_12287" x="19.2449" y="14.1265" width="1.64053" height="1.31313" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
89
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
90
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
91
|
+
<feGaussianBlur stdDeviation="0.15" result="effect1_foregroundBlur_766_12287"/>
|
|
92
|
+
</filter>
|
|
93
|
+
<filter id="filter9_f_766_12287" x="17.5809" y="17.3375" width="1.64053" height="1.31313" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
94
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
95
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
96
|
+
<feGaussianBlur stdDeviation="0.15" result="effect1_foregroundBlur_766_12287"/>
|
|
97
|
+
</filter>
|
|
98
|
+
<linearGradient id="paint0_linear_766_12287" x1="5.10923" y1="17.9273" x2="3.07101" y2="2.78463" gradientUnits="userSpaceOnUse">
|
|
99
|
+
<stop stop-color="#EC008C"/>
|
|
100
|
+
<stop offset="1" stop-color="#E81123"/>
|
|
101
|
+
</linearGradient>
|
|
102
|
+
<linearGradient id="paint1_linear_766_12287" x1="2.86205" y1="10.7696" x2="0.0180672" y2="9.26951" gradientUnits="userSpaceOnUse">
|
|
103
|
+
<stop offset="0.151052" stop-color="#A11749" stop-opacity="0"/>
|
|
104
|
+
<stop offset="0.894692" stop-color="#A21749"/>
|
|
105
|
+
</linearGradient>
|
|
106
|
+
<linearGradient id="paint2_linear_766_12287" x1="4.45557" y1="8.84766" x2="3.70557" y2="14.1211" gradientUnits="userSpaceOnUse">
|
|
107
|
+
<stop stop-color="#DB1136"/>
|
|
108
|
+
<stop offset="1" stop-color="#DB1136" stop-opacity="0"/>
|
|
109
|
+
</linearGradient>
|
|
110
|
+
<linearGradient id="paint3_linear_766_12287" x1="3.65869" y1="12.668" x2="2.4751" y2="12.5039" gradientUnits="userSpaceOnUse">
|
|
111
|
+
<stop offset="0.151052" stop-color="#A11749" stop-opacity="0"/>
|
|
112
|
+
<stop offset="0.894692" stop-color="#A21749"/>
|
|
113
|
+
</linearGradient>
|
|
114
|
+
<linearGradient id="paint4_linear_766_12287" x1="10.8715" y1="17.4211" x2="10.4877" y2="4.86324" gradientUnits="userSpaceOnUse">
|
|
115
|
+
<stop stop-color="#EC008C"/>
|
|
116
|
+
<stop offset="1" stop-color="#E81123"/>
|
|
117
|
+
</linearGradient>
|
|
118
|
+
<radialGradient id="paint5_radial_766_12287" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(10.4877 10.0664) rotate(-172.166) scale(1.30993 3.40941)">
|
|
119
|
+
<stop offset="0.416667" stop-color="#B50A47"/>
|
|
120
|
+
<stop offset="1" stop-color="#CE0D52" stop-opacity="0"/>
|
|
121
|
+
</radialGradient>
|
|
122
|
+
<linearGradient id="paint6_linear_766_12287" x1="8.36392" y1="8.86696" x2="5.74961" y2="6.07628" gradientUnits="userSpaceOnUse">
|
|
123
|
+
<stop offset="0.151052" stop-color="#A11749" stop-opacity="0"/>
|
|
124
|
+
<stop offset="0.894692" stop-color="#A21749"/>
|
|
125
|
+
</linearGradient>
|
|
126
|
+
<linearGradient id="paint7_linear_766_12287" x1="11.6744" y1="12.5976" x2="14.2056" y2="15.0351" gradientUnits="userSpaceOnUse">
|
|
127
|
+
<stop offset="0.151052" stop-color="#A11749" stop-opacity="0"/>
|
|
128
|
+
<stop offset="0.894692" stop-color="#A21749"/>
|
|
129
|
+
</linearGradient>
|
|
130
|
+
<linearGradient id="paint8_linear_766_12287" x1="18.9721" y1="15.6867" x2="18.5883" y2="3.12887" gradientUnits="userSpaceOnUse">
|
|
131
|
+
<stop stop-color="#EC008C"/>
|
|
132
|
+
<stop offset="1" stop-color="#E81123"/>
|
|
133
|
+
</linearGradient>
|
|
134
|
+
<radialGradient id="paint9_radial_766_12287" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(18.5883 8.33199) rotate(-172.166) scale(1.30993 3.40941)">
|
|
135
|
+
<stop offset="0.416667" stop-color="#B50A47"/>
|
|
136
|
+
<stop offset="1" stop-color="#CE0D52" stop-opacity="0"/>
|
|
137
|
+
</radialGradient>
|
|
138
|
+
<linearGradient id="paint10_linear_766_12287" x1="16.4645" y1="7.13259" x2="13.8502" y2="4.3419" gradientUnits="userSpaceOnUse">
|
|
139
|
+
<stop offset="0.151052" stop-color="#A11749" stop-opacity="0"/>
|
|
140
|
+
<stop offset="0.894692" stop-color="#A21749"/>
|
|
141
|
+
</linearGradient>
|
|
142
|
+
<linearGradient id="paint11_linear_766_12287" x1="19.775" y1="10.8632" x2="22.3062" y2="13.3007" gradientUnits="userSpaceOnUse">
|
|
143
|
+
<stop offset="0.151052" stop-color="#A11749" stop-opacity="0"/>
|
|
144
|
+
<stop offset="0.894692" stop-color="#A21749"/>
|
|
145
|
+
</linearGradient>
|
|
146
|
+
<linearGradient id="paint12_linear_766_12287" x1="21.2749" y1="1.81642" x2="21.3687" y2="12.1055" gradientUnits="userSpaceOnUse">
|
|
147
|
+
<stop stop-color="#FF6579" stop-opacity="0"/>
|
|
148
|
+
<stop offset="0.36721" stop-color="#FF6579"/>
|
|
149
|
+
<stop offset="1" stop-color="#FF596F" stop-opacity="0"/>
|
|
150
|
+
</linearGradient>
|
|
151
|
+
<linearGradient id="paint13_linear_766_12287" x1="16.5121" y1="13.8963" x2="16.4183" y2="3.6072" gradientUnits="userSpaceOnUse">
|
|
152
|
+
<stop stop-color="#FF6579" stop-opacity="0"/>
|
|
153
|
+
<stop offset="0.36721" stop-color="#FF6579"/>
|
|
154
|
+
<stop offset="1" stop-color="#FF596F" stop-opacity="0"/>
|
|
155
|
+
</linearGradient>
|
|
156
|
+
<linearGradient id="paint14_linear_766_12287" x1="13.7369" y1="17.0977" x2="13.2213" y2="14.379" gradientUnits="userSpaceOnUse">
|
|
157
|
+
<stop stop-color="#EC008C"/>
|
|
158
|
+
<stop offset="0.828125" stop-color="#E81123"/>
|
|
159
|
+
</linearGradient>
|
|
160
|
+
<linearGradient id="paint15_linear_766_12287" x1="13.315" y1="19.7227" x2="12.3881" y2="16.1292" gradientUnits="userSpaceOnUse">
|
|
161
|
+
<stop stop-color="#EC008C"/>
|
|
162
|
+
<stop offset="0.668308" stop-color="#E81123"/>
|
|
163
|
+
</linearGradient>
|
|
164
|
+
<linearGradient id="paint16_linear_766_12287" x1="5.83838" y1="9.12891" x2="4.03369" y2="21.082" gradientUnits="userSpaceOnUse">
|
|
165
|
+
<stop stop-color="#FF6579"/>
|
|
166
|
+
<stop offset="1" stop-color="#FF596F" stop-opacity="0"/>
|
|
167
|
+
</linearGradient>
|
|
168
|
+
<linearGradient id="paint17_linear_766_12287" x1="4.64259" y1="8.41888" x2="4.57852" y2="10.9801" gradientUnits="userSpaceOnUse">
|
|
169
|
+
<stop stop-color="#FF47B4" stop-opacity="0"/>
|
|
170
|
+
<stop offset="1" stop-color="#FF47B4"/>
|
|
171
|
+
</linearGradient>
|
|
172
|
+
<linearGradient id="paint18_linear_766_12287" x1="13.1743" y1="3.55079" x2="13.2681" y2="13.8399" gradientUnits="userSpaceOnUse">
|
|
173
|
+
<stop stop-color="#FF6579" stop-opacity="0"/>
|
|
174
|
+
<stop offset="0.36721" stop-color="#FF6579"/>
|
|
175
|
+
<stop offset="1" stop-color="#FF596F" stop-opacity="0"/>
|
|
176
|
+
</linearGradient>
|
|
177
|
+
<linearGradient id="paint19_linear_766_12287" x1="8.41147" y1="15.6306" x2="8.31772" y2="5.34158" gradientUnits="userSpaceOnUse">
|
|
178
|
+
<stop stop-color="#FF6579" stop-opacity="0"/>
|
|
179
|
+
<stop offset="0.36721" stop-color="#FF6579"/>
|
|
180
|
+
<stop offset="1" stop-color="#FF596F" stop-opacity="0"/>
|
|
181
|
+
</linearGradient>
|
|
182
|
+
<linearGradient id="paint20_linear_766_12287" x1="20.7056" y1="14.9266" x2="19.2667" y2="14.9705" gradientUnits="userSpaceOnUse">
|
|
183
|
+
<stop stop-color="#FF5E84"/>
|
|
184
|
+
<stop offset="1" stop-color="#FF698D" stop-opacity="0"/>
|
|
185
|
+
</linearGradient>
|
|
186
|
+
<linearGradient id="paint21_linear_766_12287" x1="19.0416" y1="18.1375" x2="17.6026" y2="18.1814" gradientUnits="userSpaceOnUse">
|
|
187
|
+
<stop stop-color="#FF5E84"/>
|
|
188
|
+
<stop offset="1" stop-color="#FF698D" stop-opacity="0"/>
|
|
189
|
+
</linearGradient>
|
|
190
|
+
<clipPath id="clip0_766_12287">
|
|
191
|
+
<rect width="24" height="24" fill="white"/>
|
|
192
|
+
</clipPath>
|
|
193
|
+
</defs>
|
|
194
|
+
</svg>
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
2
|
+
<path d="M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z" fill="url(#paint0_radial_5413_25971)"/>
|
|
3
|
+
<path d="M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z" fill="url(#paint1_radial_5413_25971)"/>
|
|
4
|
+
<path d="M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z" fill="url(#paint2_radial_5413_25971)" fill-opacity="0.6"/>
|
|
5
|
+
<path d="M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z" fill="url(#paint3_radial_5413_25971)"/>
|
|
6
|
+
<path d="M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z" fill="url(#paint4_radial_5413_25971)"/>
|
|
7
|
+
<path d="M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z" fill="url(#paint5_radial_5413_25971)"/>
|
|
8
|
+
<path d="M11.9992 22.4983C19 22.4983 22.4983 17.7977 22.4983 11.9992C22.4983 6.20064 19 1.5 11.9992 1.5C4.99833 1.5 1.5 6.20064 1.5 11.9992C1.5 17.7977 4.99833 22.4983 11.9992 22.4983Z" fill="url(#paint6_radial_5413_25971)"/>
|
|
9
|
+
<circle cx="6.75" cy="11.25" r="3.75" fill="url(#paint7_radial_5413_25971)"/>
|
|
10
|
+
<circle cx="14.625" cy="11.625" r="3.375" fill="url(#paint8_radial_5413_25971)"/>
|
|
11
|
+
<path d="M7.875 13.5C9.73896 13.5 11.25 11.989 11.25 10.125C11.25 8.26104 9.73896 6.75 7.875 6.75C6.01104 6.75 4.5 8.26104 4.5 10.125C4.5 11.989 6.01104 13.5 7.875 13.5Z" fill="white"/>
|
|
12
|
+
<path d="M16.125 13.5C17.989 13.5 19.5 11.989 19.5 10.125C19.5 8.26104 17.989 6.75 16.125 6.75C14.261 6.75 12.75 8.26104 12.75 10.125C12.75 11.989 14.261 13.5 16.125 13.5Z" fill="white"/>
|
|
13
|
+
<path d="M8.25 12.75C9.49264 12.75 10.5 11.7426 10.5 10.5C10.5 9.25736 9.49264 8.25 8.25 8.25C7.00736 8.25 6 9.25736 6 10.5C6 11.7426 7.00736 12.75 8.25 12.75Z" fill="url(#paint9_linear_5413_25971)"/>
|
|
14
|
+
<path d="M15.75 12.75C16.9926 12.75 18 11.7426 18 10.5C18 9.25736 16.9926 8.25 15.75 8.25C14.5074 8.25 13.5 9.25736 13.5 10.5C13.5 11.7426 14.5074 12.75 15.75 12.75Z" fill="url(#paint10_linear_5413_25971)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 15.75C9 15.3358 9.33579 15 9.75 15H14.25C14.6642 15 15 15.3358 15 15.75C15 16.1642 14.6642 16.5 14.25 16.5H9.75C9.33579 16.5 9 16.1642 9 15.75Z" fill="url(#paint11_linear_5413_25971)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.0721 5.84912C15.0708 5.85163 15.0695 5.85412 15.0682 5.8566C15.0679 5.85723 15.0677 5.85757 15.0677 5.85761L15.0677 5.85754L15.0691 5.85499L15.0705 5.85229L15.0713 5.85058L15.0718 5.84962L15.0721 5.84912ZM17.182 5.8566C17.1815 5.85571 17.1806 5.85425 17.1794 5.85226C17.1747 5.84444 17.1647 5.8288 17.1489 5.80781C17.1173 5.76562 17.0639 5.70382 16.9846 5.64043C16.8325 5.51875 16.5662 5.375 16.1251 5.375C15.6841 5.375 15.4177 5.51875 15.2656 5.64043C15.1864 5.70382 15.1329 5.76562 15.1013 5.80781C15.0855 5.8288 15.0756 5.84444 15.0708 5.85226C15.0696 5.85425 15.0687 5.85572 15.0682 5.8566C14.9423 6.09774 14.6458 6.19437 14.4015 6.07221C14.1545 5.94872 14.0544 5.64838 14.1779 5.40139L14.6251 5.625C14.1779 5.40139 14.178 5.40113 14.1782 5.40086L14.1784 5.40031L14.179 5.39915L14.1803 5.39662L14.1834 5.39071L14.1915 5.37562C14.1978 5.36415 14.2059 5.3499 14.216 5.33328C14.2362 5.30009 14.2643 5.25714 14.3013 5.20781C14.3751 5.10938 14.4857 4.98368 14.6409 4.85957C14.9575 4.60625 15.4412 4.375 16.1251 4.375C16.8091 4.375 17.2927 4.60625 17.6093 4.85957C17.7645 4.98368 17.8751 5.10938 17.9489 5.20781C17.9859 5.25714 18.014 5.30009 18.0342 5.33328C18.0443 5.3499 18.0524 5.36415 18.0587 5.37562L18.0668 5.39071L18.0699 5.39662L18.0712 5.39915L18.0718 5.40031L18.0721 5.40086C18.0722 5.40113 18.0723 5.40139 17.6251 5.625L18.0723 5.40139C18.1958 5.64838 18.0957 5.94872 17.8487 6.07221C17.6044 6.19437 17.3079 6.09774 17.182 5.8566Z" fill="url(#paint12_linear_5413_25971)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.82206 6.15088C6.82081 6.14837 6.81953 6.14588 6.81824 6.1434C6.81788 6.14277 6.81769 6.14243 6.81766 6.14239L6.8177 6.14246L6.81907 6.14501L6.82046 6.14771L6.82133 6.14942L6.82181 6.15038L6.82206 6.15088ZM8.93198 6.1434C8.93147 6.14429 8.93061 6.14575 8.92941 6.14774C8.92466 6.15556 8.91468 6.1712 8.89894 6.19219C8.86729 6.23438 8.81386 6.29618 8.73464 6.35957C8.58253 6.48125 8.31615 6.625 7.87511 6.625C7.43407 6.625 7.16769 6.48125 7.01558 6.35957C6.93636 6.29618 6.88292 6.23438 6.85128 6.19219C6.83554 6.1712 6.82556 6.15556 6.82081 6.14774C6.8196 6.14575 6.81875 6.14428 6.81824 6.1434C6.69231 5.90226 6.39581 5.80563 6.1515 5.92779C5.90451 6.05128 5.8044 6.35162 5.9279 6.59861L6.37511 6.375C5.9279 6.59861 5.92803 6.59887 5.92816 6.59914L5.92844 6.59969L5.92902 6.60085L5.93031 6.60338L5.93337 6.60929L5.94149 6.62438C5.94779 6.63585 5.95594 6.6501 5.96603 6.66672C5.98618 6.69991 6.01429 6.74286 6.05128 6.79219C6.12511 6.89062 6.23574 7.01632 6.39089 7.14043C6.70753 7.39375 7.19115 7.625 7.87511 7.625C8.55907 7.625 9.04269 7.39375 9.35933 7.14043C9.51448 7.01632 9.62511 6.89062 9.69894 6.79219C9.73593 6.74286 9.76404 6.69991 9.78419 6.66672C9.79428 6.6501 9.80243 6.63585 9.80873 6.62438L9.81685 6.60929L9.81991 6.60338L9.8212 6.60085L9.82178 6.59969L9.82206 6.59914C9.82219 6.59887 9.82232 6.59861 9.37511 6.375L9.82232 6.59861C9.94582 6.35162 9.84571 6.05128 9.59872 5.92779C9.35441 5.80563 9.05791 5.90226 8.93198 6.1434Z" fill="url(#paint13_linear_5413_25971)"/>
|
|
18
|
+
<defs>
|
|
19
|
+
<radialGradient id="paint0_radial_5413_25971" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(19.125 6.75) rotate(131.878) scale(29.2115)">
|
|
20
|
+
<stop stop-color="#FFF478"/>
|
|
21
|
+
<stop offset="0.474827" stop-color="#FFB02E"/>
|
|
22
|
+
<stop offset="1" stop-color="#F70A8D"/>
|
|
23
|
+
</radialGradient>
|
|
24
|
+
<radialGradient id="paint1_radial_5413_25971" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(12 9.375) rotate(101.31) scale(13.3849 17.1435)">
|
|
25
|
+
<stop offset="0.787821" stop-color="#F59639" stop-opacity="0"/>
|
|
26
|
+
<stop offset="0.972509" stop-color="#FF7DCE"/>
|
|
27
|
+
</radialGradient>
|
|
28
|
+
<radialGradient id="paint2_radial_5413_25971" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13.5 10.5) rotate(135) scale(30.7591)">
|
|
29
|
+
<stop offset="0.314853" stop-opacity="0"/>
|
|
30
|
+
<stop offset="1"/>
|
|
31
|
+
</radialGradient>
|
|
32
|
+
<radialGradient id="paint3_radial_5413_25971" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(12 12.75) rotate(77.692) scale(21.1102)">
|
|
33
|
+
<stop offset="0.507903" stop-color="#7D6133" stop-opacity="0"/>
|
|
34
|
+
<stop offset="1" stop-color="#715B32"/>
|
|
35
|
+
</radialGradient>
|
|
36
|
+
<radialGradient id="paint4_radial_5413_25971" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(12.375 12.375) rotate(55.7131) scale(9.98515 7.23774)">
|
|
37
|
+
<stop stop-color="#FFB849"/>
|
|
38
|
+
<stop offset="1" stop-color="#FFB847" stop-opacity="0"/>
|
|
39
|
+
</radialGradient>
|
|
40
|
+
<radialGradient id="paint5_radial_5413_25971" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(15.375 13.5) rotate(9.86581) scale(8.75446)">
|
|
41
|
+
<stop stop-color="#FFA64B"/>
|
|
42
|
+
<stop offset="0.900412" stop-color="#FFAE46" stop-opacity="0"/>
|
|
43
|
+
</radialGradient>
|
|
44
|
+
<radialGradient id="paint6_radial_5413_25971" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13.125 11.25) rotate(43.9708) scale(44.2897)">
|
|
45
|
+
<stop offset="0.185425" stop-opacity="0"/>
|
|
46
|
+
<stop offset="1" stop-opacity="0.4"/>
|
|
47
|
+
</radialGradient>
|
|
48
|
+
<radialGradient id="paint7_radial_5413_25971" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(9.66667 8.33333) rotate(135) scale(7.30677 3.78174)">
|
|
49
|
+
<stop stop-color="#392108"/>
|
|
50
|
+
<stop offset="1" stop-color="#C87928" stop-opacity="0"/>
|
|
51
|
+
</radialGradient>
|
|
52
|
+
<radialGradient id="paint8_radial_5413_25971" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(17.25 9) rotate(135) scale(6.0988 3.44287)">
|
|
53
|
+
<stop stop-color="#392108"/>
|
|
54
|
+
<stop offset="1" stop-color="#C87928" stop-opacity="0"/>
|
|
55
|
+
</radialGradient>
|
|
56
|
+
<linearGradient id="paint9_linear_5413_25971" x1="16.6154" y1="8.25" x2="15.75" y2="12.75" gradientUnits="userSpaceOnUse">
|
|
57
|
+
<stop stop-color="#553B3E"/>
|
|
58
|
+
<stop offset="1" stop-color="#3D2432"/>
|
|
59
|
+
</linearGradient>
|
|
60
|
+
<linearGradient id="paint10_linear_5413_25971" x1="16.6154" y1="8.25" x2="15.75" y2="12.75" gradientUnits="userSpaceOnUse">
|
|
61
|
+
<stop stop-color="#553B3E"/>
|
|
62
|
+
<stop offset="1" stop-color="#3D2432"/>
|
|
63
|
+
</linearGradient>
|
|
64
|
+
<linearGradient id="paint11_linear_5413_25971" x1="12" y1="15.25" x2="12" y2="16.25" gradientUnits="userSpaceOnUse">
|
|
65
|
+
<stop stop-color="#4F3C43"/>
|
|
66
|
+
<stop offset="1" stop-color="#512756"/>
|
|
67
|
+
</linearGradient>
|
|
68
|
+
<linearGradient id="paint12_linear_5413_25971" x1="16.1251" y1="4.875" x2="16.1251" y2="5.625" gradientUnits="userSpaceOnUse">
|
|
69
|
+
<stop offset="0.0299084" stop-color="#524049"/>
|
|
70
|
+
<stop offset="1" stop-color="#4A2C42"/>
|
|
71
|
+
</linearGradient>
|
|
72
|
+
<linearGradient id="paint13_linear_5413_25971" x1="7.87511" y1="6" x2="7.87511" y2="7.125" gradientUnits="userSpaceOnUse">
|
|
73
|
+
<stop offset="0.0299084" stop-color="#524049"/>
|
|
74
|
+
<stop offset="1" stop-color="#4A2C42"/>
|
|
75
|
+
</linearGradient>
|
|
76
|
+
</defs>
|
|
77
|
+
</svg>
|