@team-monolith/cds 1.76.9 → 1.76.11
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/AlertDialogActions.d.ts +1 -1
- package/dist/components/AlertDialog/AlertDialogActions.js +1 -1
- package/dist/components/AlertDialog/AlertDialogContent.d.ts +1 -1
- package/dist/components/AlertDialog/AlertDialogTitle.d.ts +1 -1
- package/dist/components/AlertDialog/AlertDialogTitle.js +28 -29
- package/dist/components/Banner.d.ts +1 -1
- package/dist/components/Banner.js +24 -25
- package/dist/components/CheckboxInput.d.ts +1 -1
- package/dist/components/CheckboxInput.js +5 -5
- package/dist/components/DecoratedNumber/Default/DefaultNumberLarge.d.ts +1 -1
- package/dist/components/DecoratedNumber/Default/DefaultNumberLarge.js +1 -1
- package/dist/components/DecoratedNumber/Default/DefaultNumberSmall.d.ts +1 -1
- package/dist/components/DecoratedNumber/Default/DefaultNumberSmall.js +1 -1
- package/dist/components/Input.d.ts +1 -1
- package/dist/components/Input.js +1 -3
- package/dist/components/Pagination.d.ts +1 -1
- package/dist/components/Pagination.js +3 -1
- package/dist/components/PinInput.d.ts +1 -1
- package/dist/components/PinInput.js +4 -4
- package/dist/components/Popover.js +1 -1
- package/dist/components/RadioInput.d.ts +1 -1
- package/dist/components/RadioInput.js +3 -3
- package/dist/components/Switch.d.ts +1 -1
- package/dist/components/Switch.js +1 -1
- package/dist/components/Tag.d.ts +1 -1
- package/dist/components/Tag.js +21 -21
- package/dist/components/Tooltip.d.ts +2 -2
- package/dist/components/Tooltip.js +1 -1
- package/dist/foundation/color.js +0 -1
- package/dist/foundation/font.js +0 -1
- package/dist/icons/custom/AiHelper.d.ts +6 -0
- package/dist/icons/custom/AiHelper.js +7 -0
- package/dist/icons/custom/Badge.d.ts +6 -0
- package/dist/icons/custom/Badge.js +7 -0
- package/dist/icons/custom/BadgeColor.d.ts +6 -0
- package/dist/icons/custom/BadgeColor.js +7 -0
- package/dist/icons/custom/BadgeGold.d.ts +6 -0
- package/dist/icons/custom/BadgeGold.js +23 -0
- package/dist/icons/custom/BadgeGreen.d.ts +6 -0
- package/dist/icons/custom/BadgeGreen.js +23 -0
- package/dist/icons/custom/BadgeSilver.d.ts +6 -0
- package/dist/icons/custom/BadgeSilver.js +23 -0
- package/dist/icons/custom/Basic.d.ts +6 -0
- package/dist/icons/custom/Basic.js +7 -0
- package/dist/icons/custom/BasicPlus.d.ts +6 -0
- package/dist/icons/custom/BasicPlus.js +7 -0
- package/dist/icons/custom/Board.d.ts +6 -0
- package/dist/icons/custom/Board.js +7 -0
- package/dist/icons/custom/BoardColor.d.ts +6 -0
- package/dist/icons/custom/BoardColor.js +7 -0
- package/dist/icons/custom/CastCloudy.d.ts +6 -0
- package/dist/icons/custom/CastCloudy.js +7 -0
- package/dist/icons/custom/CastCloudyColor.d.ts +6 -0
- package/dist/icons/custom/CastCloudyColor.js +7 -0
- package/dist/icons/custom/CastPartly.d.ts +6 -0
- package/dist/icons/custom/CastPartly.js +7 -0
- package/dist/icons/custom/CastPartlyColor.d.ts +6 -0
- package/dist/icons/custom/CastPartlyColor.js +7 -0
- package/dist/icons/custom/CastRainbow.d.ts +6 -0
- package/dist/icons/custom/CastRainbow.js +7 -0
- package/dist/icons/custom/CastRainbowColor.d.ts +6 -0
- package/dist/icons/custom/CastRainbowColor.js +7 -0
- package/dist/icons/custom/CastSunny.d.ts +6 -0
- package/dist/icons/custom/CastSunny.js +7 -0
- package/dist/icons/custom/CastSunnyColor.d.ts +6 -0
- package/dist/icons/custom/CastSunnyColor.js +7 -0
- package/dist/icons/custom/ClapBronze.d.ts +6 -0
- package/dist/icons/custom/ClapBronze.js +31 -0
- package/dist/icons/custom/ClapGold.d.ts +6 -0
- package/dist/icons/custom/ClapGold.js +31 -0
- package/dist/icons/custom/ClapSilver.d.ts +6 -0
- package/dist/icons/custom/ClapSilver.js +31 -0
- package/dist/icons/custom/Class.d.ts +6 -0
- package/dist/icons/custom/Class.js +7 -0
- package/dist/icons/custom/Ebook.d.ts +6 -0
- package/dist/icons/custom/Ebook.js +7 -0
- package/dist/icons/custom/EbookColor.d.ts +6 -0
- package/dist/icons/custom/EbookColor.js +7 -0
- package/dist/icons/custom/Embedded.d.ts +6 -0
- package/dist/icons/custom/Embedded.js +7 -0
- package/dist/icons/custom/EmbeddedColor.d.ts +6 -0
- package/dist/icons/custom/EmbeddedColor.js +7 -0
- package/dist/icons/custom/EmoClap.d.ts +6 -0
- package/dist/icons/custom/EmoClap.js +7 -0
- package/dist/icons/custom/EmoClapColor.d.ts +6 -0
- package/dist/icons/custom/EmoClapColor.js +7 -0
- package/dist/icons/custom/EmoGood.d.ts +6 -0
- package/dist/icons/custom/EmoGood.js +7 -0
- package/dist/icons/custom/EmoGoodColor.d.ts +6 -0
- package/dist/icons/custom/EmoGoodColor.js +7 -0
- package/dist/icons/custom/EmoGreat.d.ts +6 -0
- package/dist/icons/custom/EmoGreat.js +7 -0
- package/dist/icons/custom/EmoGreatColor.d.ts +6 -0
- package/dist/icons/custom/EmoGreatColor.js +7 -0
- package/dist/icons/custom/EmoHeart.d.ts +6 -0
- package/dist/icons/custom/EmoHeart.js +7 -0
- package/dist/icons/custom/EmoHeartColor.d.ts +6 -0
- package/dist/icons/custom/EmoHeartColor.js +7 -0
- package/dist/icons/custom/EmoHundred.d.ts +6 -0
- package/dist/icons/custom/EmoHundred.js +7 -0
- package/dist/icons/custom/EmoHundredColor.d.ts +6 -0
- package/dist/icons/custom/EmoHundredColor.js +7 -0
- package/dist/icons/custom/EmoNeutral.d.ts +6 -0
- package/dist/icons/custom/EmoNeutral.js +7 -0
- package/dist/icons/custom/EmoNeutralColor.d.ts +6 -0
- package/dist/icons/custom/EmoNeutralColor.js +7 -0
- package/dist/icons/custom/EmoStars.d.ts +6 -0
- package/dist/icons/custom/EmoStars.js +7 -0
- package/dist/icons/custom/EmoStarsColor.d.ts +6 -0
- package/dist/icons/custom/EmoStarsColor.js +7 -0
- package/dist/icons/custom/EmoThumbup.d.ts +6 -0
- package/dist/icons/custom/EmoThumbup.js +7 -0
- package/dist/icons/custom/EmoThumbupColor.d.ts +6 -0
- package/dist/icons/custom/EmoThumbupColor.js +7 -0
- package/dist/icons/custom/Empty.d.ts +6 -0
- package/dist/icons/custom/Empty.js +7 -0
- package/dist/icons/custom/Entry.d.ts +6 -0
- package/dist/icons/custom/Entry.js +7 -0
- package/dist/icons/custom/EntryColor.d.ts +6 -0
- package/dist/icons/custom/EntryColor.js +7 -0
- package/dist/icons/custom/Fab.d.ts +6 -0
- package/dist/icons/custom/Fab.js +7 -0
- package/dist/icons/custom/Google.d.ts +6 -0
- package/dist/icons/custom/Google.js +7 -0
- package/dist/icons/custom/Grant.d.ts +6 -0
- package/dist/icons/custom/Grant.js +7 -0
- package/dist/icons/custom/GrantAlt.d.ts +6 -0
- package/dist/icons/custom/GrantAlt.js +7 -0
- package/dist/icons/custom/HandFill.d.ts +6 -0
- package/dist/icons/custom/HandFill.js +7 -0
- package/dist/icons/custom/HandLine.d.ts +6 -0
- package/dist/icons/custom/HandLine.js +7 -0
- package/dist/icons/custom/Judge.d.ts +6 -0
- package/dist/icons/custom/Judge.js +7 -0
- package/dist/icons/custom/JudgeColor.d.ts +6 -0
- package/dist/icons/custom/JudgeColor.js +7 -0
- package/dist/icons/custom/Makecode.d.ts +6 -0
- package/dist/icons/custom/Makecode.js +7 -0
- package/dist/icons/custom/MakecodeColor.d.ts +6 -0
- package/dist/icons/custom/MakecodeColor.js +7 -0
- package/dist/icons/custom/Master.d.ts +6 -0
- package/dist/icons/custom/Master.js +7 -0
- package/dist/icons/custom/Material.d.ts +6 -0
- package/dist/icons/custom/Material.js +7 -0
- package/dist/icons/custom/MedalBronze.d.ts +6 -0
- package/dist/icons/custom/MedalBronze.js +35 -0
- package/dist/icons/custom/MedalGold.d.ts +6 -0
- package/dist/icons/custom/MedalGold.js +35 -0
- package/dist/icons/custom/MedalSilver.d.ts +6 -0
- package/dist/icons/custom/MedalSilver.js +35 -0
- package/dist/icons/custom/Pdf.d.ts +6 -0
- package/dist/icons/custom/Pdf.js +11 -0
- package/dist/icons/custom/PdfColor.d.ts +6 -0
- package/dist/icons/custom/PdfColor.js +22 -0
- package/dist/icons/custom/Pro.d.ts +6 -0
- package/dist/icons/custom/Pro.js +7 -0
- package/dist/icons/custom/Problem.d.ts +6 -0
- package/dist/icons/custom/Problem.js +7 -0
- package/dist/icons/custom/Python.d.ts +6 -0
- package/dist/icons/custom/Python.js +7 -0
- package/dist/icons/custom/PythonColor.d.ts +6 -0
- package/dist/icons/custom/PythonColor.js +7 -0
- package/dist/icons/custom/Quiz.d.ts +6 -0
- package/dist/icons/custom/Quiz.js +7 -0
- package/dist/icons/custom/QuizColor.d.ts +6 -0
- package/dist/icons/custom/QuizColor.js +7 -0
- package/dist/icons/custom/Resource.d.ts +6 -0
- package/dist/icons/custom/Resource.js +7 -0
- package/dist/icons/custom/ResourceColor.d.ts +6 -0
- package/dist/icons/custom/ResourceColor.js +7 -0
- package/dist/icons/custom/Scratch.d.ts +6 -0
- package/dist/icons/custom/Scratch.js +7 -0
- package/dist/icons/custom/ScratchColor.d.ts +6 -0
- package/dist/icons/custom/ScratchColor.js +7 -0
- package/dist/icons/custom/ScrollAlt.d.ts +6 -0
- package/dist/icons/custom/ScrollAlt.js +7 -0
- package/dist/icons/custom/ScrollFill.d.ts +6 -0
- package/dist/icons/custom/ScrollFill.js +7 -0
- package/dist/icons/custom/ScrollLine.d.ts +6 -0
- package/dist/icons/custom/ScrollLine.js +7 -0
- package/dist/icons/custom/Symbol.d.ts +6 -0
- package/dist/icons/custom/Symbol.js +7 -0
- package/dist/icons/custom/TypeHelper.d.ts +6 -0
- package/dist/icons/custom/TypeHelper.js +9 -0
- package/dist/icons/custom/Whale.d.ts +6 -0
- package/dist/icons/custom/Whale.js +7 -0
- package/dist/icons/custom/Worksheet.d.ts +6 -0
- package/dist/icons/custom/Worksheet.js +15 -0
- package/dist/icons/custom/WorksheetColor.d.ts +6 -0
- package/dist/icons/custom/WorksheetColor.js +19 -0
- package/dist/patterns/Dropdown/Dropdown.d.ts +1 -1
- package/dist/patterns/Dropdown/Dropdown.js +1 -1
- package/dist/patterns/Dropdown/DropdownItem/DropdownItem.d.ts +1 -1
- package/dist/patterns/Dropdown/DropdownItem/DropdownItem.js +1 -2
- package/dist/patterns/Dropdown/DropdownMenu/DropdownMenu.d.ts +1 -1
- package/dist/patterns/Dropdown/DropdownMenu/DropdownMenu.js +1 -1
- package/dist/patterns/LexicalEditor/nodes/Form/FormInput.d.ts +7 -6
- package/dist/patterns/LexicalEditor/nodes/Form/FormInput.js +1 -1
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +1 -3
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageNode.js +1 -2
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormCharacterNumber.d.ts +1 -1
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormPlaceholder.d.ts +1 -1
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.js +1 -1
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.d.ts +1 -1
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormIconAndLabel.d.ts +1 -1
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormLabel.d.ts +1 -1
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormAllowMultipleAnswers.d.ts +1 -1
- package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/index.js +1 -1
- package/dist/patterns/SegmentedControl/SegmentedControlGroup.js +1 -1
- package/dist/patterns/SegmentedControl/SegmentedControlGroupPropsContext.d.ts +1 -1
- package/package.json +4 -2
- package/dist/icons/Document/BookMarkFill.d.ts +0 -6
- package/dist/icons/Document/BookMarkFill.js +0 -5
- package/dist/icons/Document/BookMarkLine.d.ts +0 -6
- package/dist/icons/Document/BookMarkLine.js +0 -5
- package/dist/icons/Document/FileMarkFill.d.ts +0 -6
- package/dist/icons/Document/FileMarkFill.js +0 -5
- package/dist/icons/Document/FileMarkLine.d.ts +0 -6
- package/dist/icons/Document/FileMarkLine.js +0 -5
- package/dist/icons/Map/CupFill.d.ts +0 -6
- package/dist/icons/Map/CupFill.js +0 -5
- package/dist/icons/Map/CupLine.d.ts +0 -6
- package/dist/icons/Map/CupLine.js +0 -5
- package/dist/icons/Map/GobletFill.d.ts +0 -6
- package/dist/icons/Map/GobletFill.js +0 -5
- package/dist/icons/Map/GobletLine.d.ts +0 -6
- package/dist/icons/Map/GobletLine.js +0 -5
- package/dist/icons/Map/Restaurant2Fill.d.ts +0 -6
- package/dist/icons/Map/Restaurant2Fill.js +0 -5
- package/dist/icons/Map/Restaurant2Line.d.ts +0 -6
- package/dist/icons/Map/Restaurant2Line.js +0 -5
- package/dist/icons/Map/RestaurantFill.d.ts +0 -6
- package/dist/icons/Map/RestaurantFill.js +0 -5
- package/dist/icons/Map/RestaurantLine.d.ts +0 -6
- package/dist/icons/Map/RestaurantLine.js +0 -5
- package/dist/icons/Others/Cake2Fill.d.ts +0 -6
- package/dist/icons/Others/Cake2Fill.js +0 -5
- package/dist/icons/Others/Cake2Line.d.ts +0 -6
- package/dist/icons/Others/Cake2Line.js +0 -5
- package/dist/icons/Others/Cake3Fill.d.ts +0 -6
- package/dist/icons/Others/Cake3Fill.js +0 -5
- package/dist/icons/Others/Cake3Line.d.ts +0 -6
- package/dist/icons/Others/Cake3Line.js +0 -5
- package/dist/icons/Others/CakeFill.d.ts +0 -6
- package/dist/icons/Others/CakeFill.js +0 -5
- package/dist/icons/Others/CakeLine.d.ts +0 -6
- package/dist/icons/Others/CakeLine.js +0 -5
- package/dist/icons/Others/KnifeBloodFill.d.ts +0 -6
- package/dist/icons/Others/KnifeBloodFill.js +0 -5
- package/dist/icons/Others/KnifeBloodLine.d.ts +0 -6
- package/dist/icons/Others/KnifeBloodLine.js +0 -5
- package/dist/icons/Others/KnifeFill.d.ts +0 -6
- package/dist/icons/Others/KnifeFill.js +0 -5
- package/dist/icons/Others/KnifeLine.d.ts +0 -6
- package/dist/icons/Others/KnifeLine.js +0 -5
- package/dist/icons/custom/ai-helper.svg +0 -4
- package/dist/icons/custom/badge-color.svg +0 -4
- package/dist/icons/custom/badge-gold.svg +0 -11
- package/dist/icons/custom/badge-green.svg +0 -11
- package/dist/icons/custom/badge-silver.svg +0 -11
- package/dist/icons/custom/badge.svg +0 -4
- package/dist/icons/custom/basic-plus.svg +0 -32
- package/dist/icons/custom/basic.svg +0 -3
- package/dist/icons/custom/board-color.svg +0 -5
- package/dist/icons/custom/board.svg +0 -5
- package/dist/icons/custom/cast-cloudy-color.svg +0 -6
- package/dist/icons/custom/cast-cloudy.svg +0 -3
- package/dist/icons/custom/cast-partly-color.svg +0 -7
- package/dist/icons/custom/cast-partly.svg +0 -4
- package/dist/icons/custom/cast-rainbow-color.svg +0 -13
- package/dist/icons/custom/cast-rainbow.svg +0 -12
- package/dist/icons/custom/cast-sunny-color.svg +0 -4
- package/dist/icons/custom/cast-sunny.svg +0 -3
- package/dist/icons/custom/clap-bronze.svg +0 -8
- package/dist/icons/custom/clap-gold.svg +0 -8
- package/dist/icons/custom/clap-silver.svg +0 -8
- package/dist/icons/custom/class.svg +0 -13
- package/dist/icons/custom/ebook-color.svg +0 -5
- package/dist/icons/custom/ebook.svg +0 -3
- package/dist/icons/custom/embedded-color.svg +0 -39
- package/dist/icons/custom/embedded.svg +0 -5
- package/dist/icons/custom/emo-clap-color.svg +0 -252
- package/dist/icons/custom/emo-clap.svg +0 -6
- package/dist/icons/custom/emo-good-color.svg +0 -69
- package/dist/icons/custom/emo-good.svg +0 -13
- package/dist/icons/custom/emo-great-color.svg +0 -68
- package/dist/icons/custom/emo-great.svg +0 -13
- package/dist/icons/custom/emo-heart-color.svg +0 -239
- package/dist/icons/custom/emo-heart.svg +0 -5
- package/dist/icons/custom/emo-hundred-color.svg +0 -194
- package/dist/icons/custom/emo-hundred.svg +0 -3
- package/dist/icons/custom/emo-neutral-color.svg +0 -77
- package/dist/icons/custom/emo-neutral.svg +0 -15
- package/dist/icons/custom/emo-stars-color.svg +0 -121
- package/dist/icons/custom/emo-stars.svg +0 -14
- package/dist/icons/custom/emo-thumbup-color.svg +0 -238
- package/dist/icons/custom/emo-thumbup.svg +0 -3
- package/dist/icons/custom/empty.svg +0 -1
- package/dist/icons/custom/entry-color.svg +0 -4
- package/dist/icons/custom/entry.svg +0 -4
- package/dist/icons/custom/fab.svg +0 -10
- package/dist/icons/custom/google.svg +0 -14
- package/dist/icons/custom/grant-alt.svg +0 -6
- package/dist/icons/custom/grant.svg +0 -5
- package/dist/icons/custom/hand-fill.svg +0 -4
- package/dist/icons/custom/hand-line.svg +0 -3
- package/dist/icons/custom/judge-color.svg +0 -6
- package/dist/icons/custom/judge.svg +0 -3
- package/dist/icons/custom/makecode-color.svg +0 -4
- package/dist/icons/custom/makecode.svg +0 -5
- package/dist/icons/custom/master.svg +0 -13
- package/dist/icons/custom/material.svg +0 -6
- package/dist/icons/custom/medal-bronze.svg +0 -9
- package/dist/icons/custom/medal-gold.svg +0 -9
- package/dist/icons/custom/medal-silver.svg +0 -9
- package/dist/icons/custom/pdf-color.svg +0 -12
- package/dist/icons/custom/pdf.svg +0 -3
- package/dist/icons/custom/pro.svg +0 -5
- package/dist/icons/custom/problem.svg +0 -7
- package/dist/icons/custom/python-color.svg +0 -4
- package/dist/icons/custom/python.svg +0 -8
- package/dist/icons/custom/quiz-color.svg +0 -12
- package/dist/icons/custom/quiz.svg +0 -4
- package/dist/icons/custom/resource-color.svg +0 -14
- package/dist/icons/custom/resource.svg +0 -11
- package/dist/icons/custom/scratch-color.svg +0 -6
- package/dist/icons/custom/scratch.svg +0 -3
- package/dist/icons/custom/scroll-alt.svg +0 -6
- package/dist/icons/custom/scroll-fill.svg +0 -5
- package/dist/icons/custom/scroll-line.svg +0 -6
- package/dist/icons/custom/symbol.svg +0 -5
- package/dist/icons/custom/type-helper.svg +0 -9
- package/dist/icons/custom/whale.svg +0 -8
- package/dist/icons/custom/worksheet-color.svg +0 -5
- package/dist/icons/custom/worksheet.svg +0 -4
- package/dist/patterns/LexicalEditor/hr.svg +0 -3
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/menu.svg +0 -8
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/plus.svg +0 -3
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import svgImport from "svg/cds/icons/custom/emo-clap.svg";
|
|
4
|
+
export const CustomEmoClapIcon = forwardRef(function CustomEmoClapIcon(props, ref) {
|
|
5
|
+
return (_jsxs("svg", Object.assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props, { children: [_jsx("path", { d: "M6.03904 3.61279C6.08065 3.66849 6.13845 3.70998 6.20453 3.73159C6.27061 3.75319 6.34175 3.75387 6.40823 3.73351C6.4747 3.71316 6.53327 3.67277 6.57593 3.61787C6.61859 3.56297 6.64325 3.49624 6.64654 3.42679L6.75004 1.87504C6.7543 1.82 6.7452 1.76474 6.72351 1.71397C6.70182 1.6632 6.66819 1.61842 6.62548 1.58344C6.58276 1.54846 6.53223 1.52431 6.47818 1.51306C6.42413 1.5018 6.36817 1.50377 6.31504 1.51879L5.29504 1.83604C5.24227 1.85339 5.19437 1.88302 5.15528 1.92249C5.11619 1.96196 5.08703 2.01014 5.07019 2.06308C5.05335 2.11601 5.04931 2.17219 5.05842 2.22699C5.06752 2.28179 5.08949 2.33364 5.12254 2.37829L6.03904 3.61279Z", fill: "#363636" }), _jsx("path", { d: "M4.26904 4.82928L2.87404 4.24428C2.82355 4.22375 2.77889 4.19112 2.74399 4.14927C2.70908 4.10741 2.68502 4.05761 2.6739 4.00426C2.66278 3.9509 2.66496 3.89563 2.68025 3.84332C2.69553 3.79101 2.72345 3.74326 2.76154 3.70428L3.48904 2.93178C3.52635 2.89215 3.57271 2.86215 3.62415 2.84436C3.67559 2.82657 3.73057 2.82152 3.7844 2.82963C3.83822 2.83774 3.88927 2.85877 3.93318 2.89093C3.9771 2.92309 4.01256 2.96541 4.03654 3.01428L4.70404 4.37178C4.7329 4.43353 4.74248 4.50255 4.73152 4.56983C4.72056 4.63711 4.68958 4.69952 4.64261 4.74892C4.59564 4.79832 4.53486 4.83241 4.46822 4.84675C4.40158 4.86108 4.33217 4.855 4.26904 4.82928Z", fill: "#363636" }), _jsx("path", { d: "M22.3606 7.93206C22.8467 8.35164 23.1513 8.94334 23.2103 9.58281C23.2133 9.61021 23.2148 9.63774 23.2148 9.66531V16.7491C23.2726 17.865 23.0327 18.9762 22.5198 19.9689C22.0069 20.9617 21.2394 21.8003 20.2958 22.3988C19.3619 22.9567 18.2928 23.2475 17.2051 23.2396C16.4747 23.2385 15.7497 23.1153 15.0601 22.8751C14.401 23.1179 13.7044 23.2425 13.0021 23.2433C12.0234 23.2524 11.0564 23.03 10.18 22.5942C9.30359 22.1585 8.54259 21.5218 7.95906 20.7361L5.35581 16.4858L3.48081 13.3201C3.21947 12.815 3.13975 12.2354 3.255 11.6786C3.37025 11.1217 3.67347 10.6214 4.11381 10.2616C4.28251 10.1469 4.46213 10.0492 4.65006 9.96981C4.483 9.49281 4.47296 8.97487 4.62141 8.49176C4.76985 8.00864 5.06899 7.58571 5.47506 7.28481C5.63949 7.18371 5.81269 7.09762 5.99256 7.02756C5.96883 6.83341 5.97059 6.63699 5.99781 6.44331C6.04817 6.09611 6.17528 5.76451 6.36988 5.4726C6.56448 5.1807 6.82169 4.93583 7.12281 4.75581C7.53713 4.52413 8.01074 4.42024 8.48399 4.45721C8.95725 4.49418 9.40898 4.67035 9.78231 4.96356C9.90863 4.82951 10.0521 4.71275 10.2091 4.61631C10.6928 4.32643 11.2709 4.23784 11.8193 4.36956C12.1426 4.28314 12.4793 4.25896 12.8116 4.29831C13.2379 4.34433 13.6404 4.51848 13.9658 4.79781C14.0943 4.66092 14.2403 4.54163 14.4001 4.44306C14.9137 4.14049 15.5262 4.05371 16.1036 4.20172C16.6811 4.34973 17.1763 4.72048 17.4811 5.23281L19.0351 8.00781C19.2393 7.79776 19.4829 7.63002 19.752 7.5142C20.0211 7.39838 20.3104 7.33674 20.6033 7.33281C21.2445 7.29768 21.8744 7.51248 22.3606 7.93206ZM13.4746 10.7588H13.4701L13.4423 10.7783L13.4618 10.7663L13.4746 10.7588ZM8.35773 5.95442C8.20111 5.94326 8.04423 5.9724 7.90206 6.03906V6.03606C7.78999 6.09971 7.69387 6.18803 7.62098 6.29432C7.54808 6.4006 7.50032 6.52208 7.48131 6.64956C7.46173 6.79451 7.49272 6.94178 7.56906 7.06656L8.68206 8.75781C8.70511 8.43469 8.80127 8.12104 8.96329 7.84053C9.12531 7.56002 9.34894 7.31998 9.61731 7.13856C9.65368 7.11638 9.689 7.10023 9.72435 7.08407C9.74878 7.07291 9.77323 7.06173 9.79806 7.04856C9.60404 7.02361 9.42761 6.9234 9.30681 6.76956L8.84256 6.16956C8.82603 6.14821 8.81075 6.12592 8.79681 6.10281C8.66552 6.01666 8.51436 5.96558 8.35773 5.95442ZM6.64206 8.39181C6.50424 8.43144 6.37287 8.4908 6.25206 8.56806L6.25431 8.56506C6.14206 8.7007 6.06835 8.86403 6.0409 9.03794C6.01346 9.21185 6.03328 9.38994 6.09831 9.55356C6.19363 9.7362 6.26424 9.86871 6.31837 9.97028L6.32331 9.97956L7.37706 11.5636C7.4601 11.1276 7.66085 10.7228 7.95756 10.3928L6.64206 8.39181ZM6.63831 15.7156L9.20931 19.9156L9.21156 19.9126C9.66098 20.5048 10.2464 20.9802 10.9183 21.2984C11.5902 21.6167 12.3288 21.7685 13.0718 21.7411C12.7162 21.4401 12.3997 21.0956 12.1298 20.7158L9.50031 16.4236L8.38956 14.5486C8.22728 14.6385 8.0372 14.6645 7.85675 14.6213C7.67629 14.5781 7.51854 14.469 7.41456 14.3153L5.40006 11.2981C5.23803 11.3379 5.08523 11.4087 4.95006 11.5066C4.83195 11.6499 4.75274 11.8213 4.72003 12.0041C4.68732 12.187 4.70223 12.3751 4.76331 12.5506L6.63831 15.7156ZM16.2155 21.6649C17.3444 21.8909 18.5169 21.6977 19.5136 21.1216L19.5158 21.1186C20.2263 20.6615 20.8039 20.0255 21.1906 19.2744C21.5773 18.5233 21.7594 17.6836 21.7186 16.8398V9.71256C21.7065 9.58372 21.6689 9.45856 21.608 9.3444C21.5471 9.23023 21.464 9.12934 21.3637 9.04759C21.2634 8.96585 21.1478 8.90489 21.0237 8.86827C20.8996 8.83165 20.7694 8.82011 20.6408 8.83431C20.4482 8.83809 20.2637 8.91267 20.1226 9.04382C19.9815 9.17497 19.8937 9.35349 19.8758 9.54531C20.1668 10.0681 20.4083 10.4986 20.5276 10.7048C20.6172 10.8762 20.6372 11.0756 20.5833 11.2614C20.5294 11.4472 20.4058 11.605 20.2383 11.7018C20.0709 11.7986 19.8724 11.8269 19.6846 11.7809C19.4967 11.7349 19.3338 11.6181 19.2301 11.4548C19.0988 11.2283 18.8371 10.7611 18.5258 10.2023L18.4726 10.1071V10.0613C18.4692 10.0563 18.4653 10.0519 18.4614 10.0475C18.4565 10.042 18.4516 10.0365 18.4478 10.0298L16.1978 6.01056C16.1397 5.88804 16.0473 5.78497 15.9319 5.71377C15.8165 5.64257 15.6829 5.60629 15.5473 5.6093C15.4117 5.61232 15.2799 5.65449 15.1678 5.73075C15.0556 5.807 14.968 5.91408 14.9153 6.03906C15.1326 6.38955 15.3996 6.81785 15.683 7.27235L15.7666 7.40631C16.4798 8.55456 17.2523 9.78981 17.5051 10.1813C17.6132 10.3483 17.6505 10.5514 17.6089 10.7459C17.5672 10.9404 17.45 11.1104 17.2831 11.2186C17.1161 11.3267 16.913 11.364 16.7185 11.3224C16.5239 11.2807 16.3539 11.1635 16.2458 10.9966C15.9841 10.5908 15.2033 9.34131 14.4931 8.20206C14.2659 7.83762 14.0454 7.48325 13.8503 7.16968L13.5458 6.68031L13.5361 6.66456L13.5143 6.62931C13.5112 6.62587 13.5076 6.6229 13.504 6.6199C13.4998 6.61636 13.4955 6.61277 13.4918 6.60831L13.0231 5.99856C13.0073 5.97681 12.9916 5.95431 12.9781 5.93181C12.8799 5.84197 12.7526 5.79058 12.6196 5.78706C12.4307 5.75533 12.2367 5.78148 12.0631 5.86206C11.9491 5.92704 11.8513 6.01703 11.7772 6.12524C11.703 6.23345 11.6543 6.35707 11.6348 6.48681C11.6158 6.62563 11.6421 6.76689 11.7098 6.88956C12.0581 7.02763 12.3796 7.22534 12.6601 7.47381C12.8914 7.71003 13.0952 7.9717 13.2676 8.25381C13.4768 8.57031 13.7131 8.95731 13.9471 9.34731C14.1218 9.63906 14.2951 9.93306 14.4563 10.2068L14.5173 10.3096C14.7721 10.7391 14.9881 11.1033 15.1313 11.3251C15.2398 11.492 15.2775 11.6953 15.2362 11.8901C15.1948 12.0849 15.0778 12.2553 14.9108 12.3638C14.7438 12.4723 14.5406 12.51 14.3458 12.4687C14.151 12.4273 13.9806 12.3103 13.8721 12.1433C13.7007 11.8777 13.4406 11.4368 13.1613 10.9635L13.0568 10.7867L13.0561 10.7855C12.9262 10.5658 12.7933 10.3409 12.6623 10.1228C12.4313 9.73656 12.2078 9.37281 12.0173 9.08406C11.9213 8.93181 11.8351 8.81406 11.7713 8.72931C11.7423 8.68691 11.7162 8.65484 11.6968 8.6309L11.6963 8.63031C11.6876 8.6196 11.6783 8.60933 11.6686 8.59956C11.5035 8.45064 11.3116 8.33457 11.1031 8.25756C11.0474 8.24949 10.9929 8.23541 10.9403 8.21556C10.7466 8.23866 10.5616 8.30925 10.4018 8.42106C10.2865 8.55887 10.2104 8.72518 10.1815 8.90254C10.1526 9.0799 10.172 9.26176 10.2376 9.42906L10.4753 9.87081C10.7913 10.0057 11.0851 10.1875 11.3468 10.4101C11.5483 10.6071 11.7246 10.8283 11.8718 11.0686C12.0338 11.3161 12.2063 11.6078 12.3736 11.8996C12.4741 12.0743 12.5731 12.2498 12.6683 12.4193L12.6736 12.4283L12.7039 12.482C12.9234 12.8706 13.1197 13.2182 13.2803 13.4663C13.3361 13.549 13.3749 13.6419 13.3943 13.7398C13.4138 13.8376 13.4135 13.9383 13.3936 14.036C13.3736 14.1337 13.3344 14.2265 13.2781 14.3089C13.2219 14.3913 13.1498 14.4616 13.0661 14.5158C12.9823 14.5699 12.8886 14.6068 12.7904 14.6244C12.6922 14.6419 12.5915 14.6396 12.4942 14.6177C12.3969 14.5959 12.3049 14.5548 12.2237 14.4969C12.1424 14.4391 12.0736 14.3656 12.0211 14.2808C11.8239 13.9772 11.584 13.5515 11.3509 13.1377C11.2564 12.9697 11.1616 12.8018 11.0701 12.6421C10.9066 12.3563 10.7521 12.0953 10.6148 11.8861C10.5436 11.7803 10.4836 11.6926 10.4356 11.6303C10.4086 11.5942 10.3793 11.5598 10.3478 11.5276C10.1809 11.3895 9.99302 11.2788 9.79131 11.1998C9.73632 11.1907 9.6825 11.1756 9.63081 11.1548C9.43166 11.191 9.24294 11.2706 9.07806 11.3881C8.95854 11.5342 8.87853 11.7086 8.8457 11.8946C8.81287 12.0805 8.82832 12.2718 8.89056 12.4501L10.7836 15.6503L13.3808 19.8938C14.0789 20.8093 15.0867 21.4389 16.2155 21.6649Z", fill: "#363636" }), _jsx("path", { d: "M2.3018 5.307L3.60005 6.1785C3.65862 6.21906 3.7035 6.27644 3.72874 6.34306C3.75399 6.40969 3.75841 6.4824 3.74141 6.55159C3.72442 6.62078 3.68682 6.68318 3.63359 6.73053C3.58035 6.77788 3.51399 6.80794 3.4433 6.81675L1.89005 7.01925C1.83408 7.02622 1.77726 7.01949 1.72447 6.99963C1.67168 6.97976 1.62451 6.94737 1.58703 6.90523C1.54954 6.86309 1.52285 6.81248 1.50927 6.75774C1.49568 6.703 1.49561 6.64578 1.50905 6.591L1.76555 5.517C1.77949 5.4625 1.8062 5.41209 1.84346 5.36995C1.88073 5.3278 1.92748 5.29512 1.97987 5.27461C2.03225 5.2541 2.08876 5.24633 2.14474 5.25197C2.20072 5.2576 2.25455 5.27646 2.3018 5.307Z", fill: "#363636" })] })));
|
|
6
|
+
});
|
|
7
|
+
export const CustomEmoClapSvg = svgImport;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import svgImport from "svg/cds/icons/custom/emo-clap-color.svg";
|
|
4
|
+
export const CustomEmoClapColorIcon = forwardRef(function CustomEmoClapColorIcon(props, ref) {
|
|
5
|
+
return (_jsxs("svg", Object.assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props, { children: [_jsxs("g", Object.assign({ clipPath: "url(#clip0_766_12297)" }, { children: [_jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: "#FF9D25" }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: "url(#paint0_linear_766_12297)" }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: "url(#paint1_radial_766_12297)" }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: "url(#paint2_radial_766_12297)" }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: "url(#paint3_radial_766_12297)" }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: "url(#paint4_radial_766_12297)" }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: "url(#paint5_radial_766_12297)" }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: "url(#paint6_radial_766_12297)" }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: "url(#paint7_radial_766_12297)" }), _jsx("path", { d: "M18.1966 16.8357L18.0806 9.79322C18.0063 9.12494 17.6397 8.22693 16.3867 8.22693C14.9248 8.29654 14.8668 9.79322 14.8668 9.79322L12.6392 5.8137C12.0822 4.96673 11.1689 4.90778 10.5972 5.25678C10.0254 5.60577 9.90104 6.31258 9.90104 6.31258L9.43695 5.70927C9.08796 5.13751 8.04358 5.07092 7.51099 5.39601C6.62701 5.93558 6.49855 7.05276 7.07011 7.67003C7.03262 7.62954 6.59581 7.47828 5.86348 7.92528C5.29173 8.27427 5.11512 9.31758 5.43419 9.90925C5.75325 10.5009 5.79966 10.5937 5.79966 10.5937C5.79966 10.5937 5.30657 10.3617 4.52922 10.8838C3.97315 11.2573 3.77415 12.3657 4.12314 12.9374L5.99527 16.094L8.57188 20.3041C10.0867 22.4512 13.3164 23.1925 15.6631 21.7669C17.2633 20.7949 18.349 18.7408 18.1966 16.8357Z", fill: "url(#paint8_radial_766_12297)" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.04883 10.6204C5.12383 10.6535 5.20803 10.6685 5.29544 10.6606C5.396 10.6514 5.60259 10.6643 5.83638 10.7265C6.06987 10.7887 6.27455 10.8854 6.40627 11.0025C6.47066 11.0597 6.57867 11.1885 6.7263 11.3978C6.86755 11.598 7.02492 11.8426 7.18881 12.1066C7.31959 12.3173 7.45746 12.5455 7.59245 12.7689L7.59248 12.7689C7.78486 13.0873 7.97142 13.3961 8.12335 13.6309C8.27337 13.8627 8.58292 13.9291 8.81476 13.7791C9.0466 13.629 9.11294 13.3195 8.96292 13.0876C8.81538 12.8596 8.64647 12.5798 8.46401 12.2775L8.464 12.2775C8.32855 12.0531 8.18562 11.8164 8.03844 11.5792C7.871 11.3095 7.70157 11.0455 7.54346 10.8213C7.39174 10.6062 7.22782 10.3948 7.07063 10.2551C6.78047 9.99717 6.41288 9.84518 6.09364 9.76019C5.82864 9.68964 5.55834 9.65512 5.335 9.65814C5.35994 9.74772 5.39302 9.83219 5.43446 9.90904C5.75353 10.5007 5.79994 10.5935 5.79994 10.5935C5.79994 10.5935 5.51975 10.4617 5.04883 10.6204Z", fill: "url(#paint9_radial_766_12297)" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.36182 7.68912C6.43958 7.72571 6.52781 7.74272 6.61958 7.73438C6.82863 7.71537 7.21456 7.74206 7.71869 8.19017L7.71862 8.1901C7.71862 8.19011 7.72211 8.1933 7.72928 8.201C7.73682 8.2091 7.74676 8.22039 7.75917 8.23544C7.78426 8.26588 7.81511 8.30639 7.85173 8.35788C7.92512 8.46107 8.01259 8.59543 8.11154 8.75575C8.30921 9.07603 8.54011 9.47938 8.77699 9.90202C8.90009 10.1216 9.02571 10.3482 9.14888 10.5704L9.1489 10.5704C9.48991 11.1855 9.81216 11.7667 10.01 12.0725C10.16 12.3043 10.4696 12.3707 10.7014 12.2206C10.9332 12.0706 10.9996 11.7611 10.8496 11.5292C10.6717 11.2543 10.3782 10.725 10.0458 10.1256L10.0458 10.1256C9.91794 9.89494 9.78431 9.65394 9.64931 9.41308C9.41132 8.98847 9.17187 8.56976 8.96252 8.23055C8.85795 8.06113 8.75774 7.90638 8.66663 7.77828C8.58173 7.65891 8.48369 7.53221 8.38306 7.44276C7.7609 6.88973 7.17983 6.73293 6.72418 6.73022C6.71871 7.07805 6.83537 7.41625 7.07031 7.66998C7.04232 7.63975 6.79176 7.54778 6.36182 7.68912Z", fill: "url(#paint10_radial_766_12297)" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.38037 5.6277C9.38952 5.69542 9.41278 5.76234 9.45115 5.82416L9.50169 5.79279L9.43729 5.70906C9.41998 5.6807 9.40096 5.65359 9.38037 5.6277ZM9.50172 5.79283L9.45118 5.82421L9.45127 5.82435L9.45163 5.82493L9.45304 5.8272L9.45861 5.83618L9.48039 5.87126L9.56351 6.00509L9.86403 6.48872C10.1149 6.89237 10.4549 7.43892 10.811 8.01041C11.5215 9.15083 12.3009 10.3978 12.5616 10.8008C12.7117 11.0327 13.0212 11.099 13.253 10.949C13.4849 10.799 13.5512 10.4894 13.4012 10.2576C13.1464 9.8637 12.373 8.62632 11.6597 7.48158C11.3039 6.91049 10.9641 6.36427 10.7133 5.9608L10.413 5.47745L10.3798 5.42407C9.9929 5.79227 9.90137 6.31237 9.90137 6.31237L9.50172 5.79283Z", fill: "url(#paint11_radial_766_12297)" }), _jsx("g", Object.assign({ filter: "url(#filter0_f_766_12297)" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.3646 10.2531L17.4714 16.7343C17.6117 18.4875 16.6125 20.378 15.1399 21.2725C14.862 21.4413 14.5707 21.5771 14.2711 21.6814C12.6556 21.6979 11.0439 20.9508 10.1194 19.6404L8.29 17.1477L7.09921 15.081C6.7748 14.5495 6.95978 13.5192 7.47668 13.172C8.19926 12.6867 8.65761 12.9024 8.65761 12.9024C8.65761 12.9024 8.06503 11.9487 7.76845 11.3987C7.47186 10.8488 7.63075 10.0101 8.16222 9.68568C8.84295 9.27017 9.39885 9.75937 9.4337 9.79701C8.98839 9.1935 8.95185 7.83763 9.77355 7.33607C10.2686 7.03389 11.1648 6.96318 11.4892 7.49466L11.9206 8.05546C11.9206 8.05546 12.0362 7.39845 12.5677 7.07405C12.5825 7.06502 12.5975 7.05628 12.6128 7.04785L14.407 10.2531C14.407 10.2531 14.4437 9.30565 15.2238 8.94579L16.5365 11.2909C16.5365 11.2909 16.5723 10.3679 17.3199 9.99051C17.3408 10.0802 17.3553 10.1687 17.3646 10.2531Z", fill: "#F06B0C" }) })), _jsx("path", { d: "M22.4647 16.7788V9.66553C22.3897 8.99053 21.9022 8.0835 20.6366 8.0835C19.1601 8.15381 19.1015 9.66553 19.1015 9.66553L16.8515 5.64601C16.289 4.79054 15.3665 4.731 14.789 5.0835C14.2115 5.436 14.0858 6.14991 14.0858 6.14991L13.6171 5.54054C13.2646 4.96304 12.2097 4.89578 11.6718 5.22413C10.7789 5.76912 10.6492 6.89753 11.2265 7.521C11.1886 7.48011 10.5426 7.3979 10.0077 7.77882C9.41132 8.20356 9.25183 9.18511 9.5741 9.78273C9.89638 10.3803 9.94325 10.4741 9.94325 10.4741C9.94325 10.4741 9.44521 10.2397 8.66005 10.7671C8.09839 11.1443 7.89739 12.2638 8.24989 12.8413L10.1408 16.0296L12.7433 20.2821C14.2733 22.4507 17.5355 23.1995 19.9058 21.7596C21.5221 20.7778 22.6187 18.703 22.4647 16.7788Z", fill: "#FFC03C" }), _jsx("path", { d: "M22.4647 16.7788V9.66553C22.3897 8.99053 21.9022 8.0835 20.6366 8.0835C19.1601 8.15381 19.1015 9.66553 19.1015 9.66553L16.8515 5.64601C16.289 4.79054 15.3665 4.731 14.789 5.0835C14.2115 5.436 14.0858 6.14991 14.0858 6.14991L13.6171 5.54054C13.2646 4.96304 12.2097 4.89578 11.6718 5.22413C10.7789 5.76912 10.6492 6.89753 11.2265 7.521C11.1886 7.48011 10.5426 7.3979 10.0077 7.77882C9.41132 8.20356 9.25183 9.18511 9.5741 9.78273C9.89638 10.3803 9.94325 10.4741 9.94325 10.4741C9.94325 10.4741 9.44521 10.2397 8.66005 10.7671C8.09839 11.1443 7.89739 12.2638 8.24989 12.8413L10.1408 16.0296L12.7433 20.2821C14.2733 22.4507 17.5355 23.1995 19.9058 21.7596C21.5221 20.7778 22.6187 18.703 22.4647 16.7788Z", fill: "url(#paint12_radial_766_12297)" }), _jsx("path", { d: "M22.4647 16.7788V9.66553C22.3897 8.99053 21.9022 8.0835 20.6366 8.0835C19.1601 8.15381 19.1015 9.66553 19.1015 9.66553L16.8515 5.64601C16.289 4.79054 15.3665 4.731 14.789 5.0835C14.2115 5.436 14.0858 6.14991 14.0858 6.14991L13.6171 5.54054C13.2646 4.96304 12.2097 4.89578 11.6718 5.22413C10.7789 5.76912 10.6492 6.89753 11.2265 7.521C11.1886 7.48011 10.5426 7.3979 10.0077 7.77882C9.41132 8.20356 9.25183 9.18511 9.5741 9.78273C9.89638 10.3803 9.94325 10.4741 9.94325 10.4741C9.94325 10.4741 9.44521 10.2397 8.66005 10.7671C8.09839 11.1443 7.89739 12.2638 8.24989 12.8413L10.1408 16.0296L12.7433 20.2821C14.2733 22.4507 17.5355 23.1995 19.9058 21.7596C21.5221 20.7778 22.6187 18.703 22.4647 16.7788Z", fill: "url(#paint13_radial_766_12297)" }), _jsx("path", { d: "M22.4647 16.7788V9.66553C22.3897 8.99053 21.9022 8.0835 20.6366 8.0835C19.1601 8.15381 19.1015 9.66553 19.1015 9.66553L16.8515 5.64601C16.289 4.79054 15.3665 4.731 14.789 5.0835C14.2115 5.436 14.0858 6.14991 14.0858 6.14991L13.6171 5.54054C13.2646 4.96304 12.2097 4.89578 11.6718 5.22413C10.7789 5.76912 10.6492 6.89753 11.2265 7.521C11.1886 7.48011 10.5426 7.3979 10.0077 7.77882C9.41132 8.20356 9.25183 9.18511 9.5741 9.78273C9.89638 10.3803 9.94325 10.4741 9.94325 10.4741C9.94325 10.4741 9.44521 10.2397 8.66005 10.7671C8.09839 11.1443 7.89739 12.2638 8.24989 12.8413L10.1408 16.0296L12.7433 20.2821C14.2733 22.4507 17.5355 23.1995 19.9058 21.7596C21.5221 20.7778 22.6187 18.703 22.4647 16.7788Z", fill: "url(#paint14_radial_766_12297)" }), _jsx("path", { d: "M20.6367 8.0835C19.1602 8.15381 19.1016 9.66553 19.1016 9.66553L20.5078 11.9767C20.5078 11.9767 19.7695 9.87903 20.6367 8.0835Z", fill: "url(#paint15_linear_766_12297)" }), _jsx("g", Object.assign({ filter: "url(#filter1_f_766_12297)" }, { children: _jsx("path", { d: "M22.2658 17.0624L21.8439 10.3475C21.7764 9.74002 21.5767 8.39053 20.4376 8.39053L20.2033 12.2577L18.3986 9.42175L16.5704 6.18738C16.2409 5.68614 16.0197 5.61317 15.7618 5.55458C15.504 5.49598 14.7423 5.49601 14.9064 5.77727C15.0704 6.05854 16.9689 8.89442 17.6603 10.078C17.918 10.5192 16.8737 11.2733 16.4767 10.7108C16.0796 10.1483 13.2892 5.99988 13.2892 5.99988C12.9719 5.48011 11.8595 5.27856 11.8595 5.77721C11.8595 6.2835 14.5304 9.57544 15.129 11.203C15.3676 11.8516 14.4807 12.2795 14.1564 11.7773C13.8321 11.275 12.4689 9.02335 11.7892 8.10929C11.5544 7.7935 10.871 7.4375 10.6408 7.72257C10.1933 8.27658 10.714 9.10658 11.004 9.64444C11.1537 9.9219 12.8556 12.482 13.5236 13.6288C13.848 14.1858 12.6915 14.7069 12.3868 14.3202C12.0822 13.9335 11.2706 12.1884 10.5001 11.203C10.1206 10.7177 9.35052 10.7417 9.11732 10.8983C8.61182 11.2379 9.04349 12.1263 9.36075 12.646C10.8503 15.3816 15.5155 24.06 19.7814 21.4686C21.236 20.585 22.4043 18.7942 22.2658 17.0624Z", fill: "url(#paint16_radial_766_12297)" }) })), _jsx("path", { d: "M4.26888 4.82932L2.87388 4.24433C2.65638 4.15433 2.59638 3.87682 2.76138 3.70432L3.48888 2.93183C3.64638 2.75933 3.93138 2.80433 4.03638 3.01433L4.70388 4.37182C4.83138 4.64932 4.55388 4.94932 4.26888 4.82932Z", fill: "#1A80EA" }), _jsx("path", { d: "M4.26888 4.82932L2.87388 4.24433C2.65638 4.15433 2.59638 3.87682 2.76138 3.70432L3.48888 2.93183C3.64638 2.75933 3.93138 2.80433 4.03638 3.01433L4.70388 4.37182C4.83138 4.64932 4.55388 4.94932 4.26888 4.82932Z", fill: "url(#paint17_linear_766_12297)" }), _jsx("path", { d: "M4.26888 4.82932L2.87388 4.24433C2.65638 4.15433 2.59638 3.87682 2.76138 3.70432L3.48888 2.93183C3.64638 2.75933 3.93138 2.80433 4.03638 3.01433L4.70388 4.37182C4.83138 4.64932 4.55388 4.94932 4.26888 4.82932Z", fill: "url(#paint18_linear_766_12297)" }), _jsx("path", { d: "M4.26888 4.82932L2.87388 4.24433C2.65638 4.15433 2.59638 3.87682 2.76138 3.70432L3.48888 2.93183C3.64638 2.75933 3.93138 2.80433 4.03638 3.01433L4.70388 4.37182C4.83138 4.64932 4.55388 4.94932 4.26888 4.82932Z", fill: "url(#paint19_linear_766_12297)" }), _jsx("path", { d: "M6.0388 3.6128L5.1238 2.37414C4.9813 2.1806 5.0713 1.90189 5.2963 1.83221L6.3163 1.51481C6.5413 1.44513 6.7663 1.63093 6.7513 1.87092L6.6463 3.42701C6.6163 3.74442 6.2263 3.86828 6.0388 3.6128Z", fill: "#1A80EA" }), _jsx("path", { d: "M6.0388 3.6128L5.1238 2.37414C4.9813 2.1806 5.0713 1.90189 5.2963 1.83221L6.3163 1.51481C6.5413 1.44513 6.7663 1.63093 6.7513 1.87092L6.6463 3.42701C6.6163 3.74442 6.2263 3.86828 6.0388 3.6128Z", fill: "url(#paint20_linear_766_12297)" }), _jsx("path", { d: "M6.0388 3.6128L5.1238 2.37414C4.9813 2.1806 5.0713 1.90189 5.2963 1.83221L6.3163 1.51481C6.5413 1.44513 6.7663 1.63093 6.7513 1.87092L6.6463 3.42701C6.6163 3.74442 6.2263 3.86828 6.0388 3.6128Z", fill: "url(#paint21_linear_766_12297)" }), _jsx("path", { d: "M6.0388 3.6128L5.1238 2.37414C4.9813 2.1806 5.0713 1.90189 5.2963 1.83221L6.3163 1.51481C6.5413 1.44513 6.7663 1.63093 6.7513 1.87092L6.6463 3.42701C6.6163 3.74442 6.2263 3.86828 6.0388 3.6128Z", fill: "url(#paint22_linear_766_12297)" }), _jsx("path", { d: "M3.44346 6.81689L1.88984 7.01923C1.64903 7.05036 1.45483 6.83245 1.5092 6.5912L1.76555 5.51722C1.81993 5.28374 2.09958 5.1748 2.30155 5.3071L3.59882 6.17873C3.86293 6.36551 3.76195 6.77798 3.44346 6.81689Z", fill: "#1A80EA" }), _jsx("path", { d: "M3.44346 6.81689L1.88984 7.01923C1.64903 7.05036 1.45483 6.83245 1.5092 6.5912L1.76555 5.51722C1.81993 5.28374 2.09958 5.1748 2.30155 5.3071L3.59882 6.17873C3.86293 6.36551 3.76195 6.77798 3.44346 6.81689Z", fill: "url(#paint23_linear_766_12297)" }), _jsx("path", { d: "M3.44346 6.81689L1.88984 7.01923C1.64903 7.05036 1.45483 6.83245 1.5092 6.5912L1.76555 5.51722C1.81993 5.28374 2.09958 5.1748 2.30155 5.3071L3.59882 6.17873C3.86293 6.36551 3.76195 6.77798 3.44346 6.81689Z", fill: "url(#paint24_linear_766_12297)" }), _jsx("path", { d: "M3.44346 6.81689L1.88984 7.01923C1.64903 7.05036 1.45483 6.83245 1.5092 6.5912L1.76555 5.51722C1.81993 5.28374 2.09958 5.1748 2.30155 5.3071L3.59882 6.17873C3.86293 6.36551 3.76195 6.77798 3.44346 6.81689Z", fill: "url(#paint25_linear_766_12297)" }), _jsx("path", { d: "M10.0309 10.4897C9.9969 10.4758 9.96394 10.4632 9.93217 10.4518C9.90491 10.3994 9.81893 10.236 9.57443 9.7826C9.54475 9.72756 9.51931 9.66866 9.49805 9.60679C9.74796 9.60346 10.0482 9.68712 10.3133 9.79484C10.6178 9.9186 10.9438 10.1019 11.1947 10.3249C11.3465 10.4598 11.5059 10.6792 11.6557 10.9081C11.8117 11.1463 11.9795 11.4304 12.146 11.7208C12.2471 11.8971 12.3472 12.0747 12.4446 12.2475C12.6745 12.6553 12.889 13.0359 13.0651 13.308C13.1776 13.4818 13.1278 13.714 12.9539 13.8265C12.7801 13.939 12.5479 13.8893 12.4354 13.7154C12.2462 13.423 12.0127 13.0088 11.7771 12.5908C11.6826 12.4232 11.5878 12.255 11.4954 12.0938C11.3306 11.8065 11.1716 11.5379 11.0282 11.3188C10.8786 11.0903 10.7662 10.9474 10.6964 10.8854C10.5254 10.7334 10.2791 10.5905 10.0309 10.4897Z", fill: "url(#paint26_radial_766_12297)" }), _jsx("path", { d: "M11.1667 7.49189C11.0504 7.46991 10.9488 7.46354 10.8687 7.46603C11.0068 7.45589 11.1074 7.47291 11.1667 7.49189Z", fill: "url(#paint27_radial_766_12297)" }), _jsx("path", { d: "M12.1318 7.98461C11.805 7.69415 11.4724 7.55706 11.2078 7.5002C11.0148 7.28218 10.9053 7.00595 10.8817 6.71568C11.3301 6.71098 12.004 6.86757 12.63 7.42405C12.7843 7.5612 12.98 7.83593 13.1738 8.12989C13.378 8.43974 13.6114 8.82058 13.8444 9.20955C14.0183 9.49981 14.1909 9.7928 14.3523 10.0667C14.6295 10.5371 14.8735 10.9512 15.0336 11.1987C15.1462 11.3725 15.0964 11.6047 14.9225 11.7172C14.7486 11.8297 14.5165 11.78 14.404 11.6061C14.2359 11.3463 13.9766 10.9065 13.6918 10.4233C13.5324 10.1528 13.3649 9.86861 13.201 9.59495C12.9694 9.20826 12.7426 8.83862 12.5476 8.54266C12.342 8.23082 12.1991 8.04442 12.1318 7.98461Z", fill: "url(#paint28_radial_766_12297)" }), _jsx("path", { d: "M14.0884 6.13762L14.0982 6.15338C14.3491 6.55701 14.689 7.10352 15.045 7.67496C15.7559 8.81592 16.5345 10.0617 16.7946 10.4636C16.9071 10.6375 17.1392 10.6872 17.3131 10.5747C17.487 10.4622 17.5368 10.23 17.4242 10.0561C17.1686 9.66112 16.3945 8.42253 15.6816 7.27834C15.3257 6.7072 14.986 6.16093 14.7351 5.75744L14.4796 5.34619C14.1949 5.6713 14.1036 6.0638 14.0884 6.13762Z", fill: "url(#paint29_linear_766_12297)" }), _jsx("g", Object.assign({ filter: "url(#filter2_f_766_12297)" }, { children: _jsx("path", { d: "M10.9219 8.17969C11.2422 8.20312 11.5102 8.25212 11.8852 8.83337C12.2602 9.41462 13.4633 11.3881 14.0883 12.3724", stroke: "#FFE240", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter3_f_766_12297)" }, { children: _jsx("path", { d: "M9.67969 11.0625C10 11.0859 10.268 11.1349 10.643 11.7162C11.018 12.2974 11.7031 13.6406 12.3281 14.625", stroke: "#FFE240", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter4_f_766_12297)" }, { children: _jsx("path", { d: "M10.5 9.39844C10.8203 9.42188 11.1821 9.55474 11.5571 10.136C11.9321 10.7172 12.7344 12.3516 13.3594 13.3359", stroke: "url(#paint30_linear_766_12297)", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter5_f_766_12297)" }, { children: _jsx("path", { d: "M11.8125 6.60938C12.1328 6.63281 12.8932 6.87178 13.2682 7.45303C13.6432 8.03428 14.7031 10.0781 15.3281 11.0625", stroke: "url(#paint31_linear_766_12297)", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter6_f_766_12297)" }, { children: _jsx("path", { d: "M12.5835 5.83716C12.9038 5.8606 13.1718 5.90959 13.5468 6.49084C13.9218 7.07209 15.9921 10.1953 16.6171 11.1796", stroke: "#FFE240", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter7_f_766_12297)" }, { children: _jsx("path", { d: "M15.3921 5.6626C15.7124 5.68604 15.9804 5.73503 16.3554 6.31628C16.7304 6.89753 18.8242 10.7928 19.4492 11.7772", stroke: "#FFE240", strokeLinecap: "round", strokeLinejoin: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter8_f_766_12297)" }, { children: _jsx("path", { d: "M21.2598 8.88135C21.5257 9.06137 21.7336 9.23749 21.7689 9.92831C21.8041 10.6191 21.6768 15.0397 21.7278 16.2046", stroke: "#FFE240", strokeLinecap: "round", strokeLinejoin: "round" }) }))] })), _jsxs("defs", { children: [_jsxs("filter", Object.assign({ id: "filter0_f_766_12297", x: 4.43799, y: 4.54785, width: 15.5464, height: 19.6338, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 1.25, result: "effect1_foregroundBlur_766_12297" })] })), _jsxs("filter", Object.assign({ id: "filter1_f_766_12297", x: 7.88525, y: 4.49048, width: 15.3916, height: 18.4553, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.5, result: "effect1_foregroundBlur_766_12297" })] })), _jsxs("filter", Object.assign({ id: "filter2_f_766_12297", x: 9.42188, y: 6.67969, width: 6.1665, height: 7.19287, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.5, result: "effect1_foregroundBlur_766_12297" })] })), _jsxs("filter", Object.assign({ id: "filter3_f_766_12297", x: 8.17969, y: 9.5625, width: 5.64844, height: 6.5625, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.5, result: "effect1_foregroundBlur_766_12297" })] })), _jsxs("filter", Object.assign({ id: "filter4_f_766_12297", x: 9, y: 7.89844, width: 5.85938, height: 6.93774, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.25, result: "effect1_foregroundBlur_766_12297" })] })), _jsxs("filter", Object.assign({ id: "filter5_f_766_12297", x: 10.3125, y: 5.10938, width: 6.51562, height: 7.45337, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.25, result: "effect1_foregroundBlur_766_12297" })] })), _jsxs("filter", Object.assign({ id: "filter6_f_766_12297", x: 11.0835, y: 4.33716, width: 7.03369, height: 8.34253, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.5, result: "effect1_foregroundBlur_766_12297" })] })), _jsxs("filter", Object.assign({ id: "filter7_f_766_12297", x: 13.8921, y: 4.1626, width: 7.05713, height: 9.11475, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.5, result: "effect1_foregroundBlur_766_12297" })] })), _jsxs("filter", Object.assign({ id: "filter8_f_766_12297", x: 19.7598, y: 7.38135, width: 3.51514, height: 10.3232, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.5, result: "effect1_foregroundBlur_766_12297" })] })), _jsxs("linearGradient", Object.assign({ id: "paint0_linear_766_12297", x1: 15.9843, y1: 22.0313, x2: 10.2186, y2: 11.6251, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF6C4C" }), _jsx("stop", { offset: 1, stopColor: "#FF6D47", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint1_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(7.85146 9.60944) rotate(58.4429) scale(3.49313 1.39639)" }, { children: [_jsx("stop", { stopColor: "#FFAF33" }), _jsx("stop", { offset: 1, stopColor: "#FA8221" })] })), _jsxs("radialGradient", Object.assign({ id: "paint2_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(7.00771 8.48444) rotate(92.0826) scale(1.28991 1.28318)" }, { children: [_jsx("stop", { stopColor: "#FFAE28" }), _jsx("stop", { offset: 1, stopColor: "#FFAF31", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint3_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(6.09364 12.1641) rotate(57.3311) scale(3.6473 1.04478)" }, { children: [_jsx("stop", { stopColor: "#FE9E29" }), _jsx("stop", { offset: 1, stopColor: "#FE9E28", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint4_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(5.85927 11.7657) rotate(63.4349) scale(1.51983 1.24252)" }, { children: [_jsx("stop", { stopColor: "#FF9D25" }), _jsx("stop", { offset: 1, stopColor: "#FF9F24", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint5_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(8.83583 6.586) rotate(58.3392) scale(3.30427 1.42804)" }, { children: [_jsx("stop", { stopColor: "#FFC133" }), _jsx("stop", { offset: 1, stopColor: "#FFC93C", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint6_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(8.69521 5.97662) rotate(52.3738) scale(1.42044 1.0855)" }, { children: [_jsx("stop", { stopColor: "#FFC53A" }), _jsx("stop", { offset: 1, stopColor: "#FFC83C", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint7_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(11.3905 8.34381) rotate(90.6384) scale(27.8455 24.0804)" }, { children: [_jsx("stop", { offset: 0.370081, stopColor: "#FF6C5E", stopOpacity: 0 }), _jsx("stop", { offset: 0.540093, stopColor: "#FF6B5E" })] })), _jsxs("radialGradient", Object.assign({ id: "paint8_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(11.3202 5.36725) rotate(59.8163) scale(2.65713 2.92196)" }, { children: [_jsx("stop", { stopColor: "#FFAC31" }), _jsx("stop", { offset: 1, stopColor: "#FFA92E", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint9_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(6.83601 12.5634) rotate(-33.5248) scale(1.17317 3.52271)" }, { children: [_jsx("stop", { stopColor: "#DB5703" }), _jsx("stop", { offset: 0.594695, stopColor: "#C94A04" }), _jsx("stop", { offset: 1, stopColor: "#D65A05", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint10_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(7.77881 10.2764) rotate(-40.6877) scale(1.73144 5.51293)" }, { children: [_jsx("stop", { stopColor: "#DB5703" }), _jsx("stop", { offset: 0.594695, stopColor: "#C94A04" }), _jsx("stop", { offset: 1, stopColor: "#D65A05", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint11_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(10.0911 8.63323) rotate(-38.4639) scale(1.13697 3.65376)" }, { children: [_jsx("stop", { stopColor: "#DB5703" }), _jsx("stop", { offset: 0.594695, stopColor: "#C94A04" }), _jsx("stop", { offset: 1, stopColor: "#D65A05", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint12_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(16.9218 15.0938) rotate(73.3649) scale(8.0233 5.32553)" }, { children: [_jsx("stop", { stopColor: "#FFD945" }), _jsx("stop", { offset: 0.633239, stopColor: "#FFD343" }), _jsx("stop", { offset: 1, stopColor: "#FFD543", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint13_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(22.4791 11.8595) rotate(98.4363) scale(11.0413 2.91585)" }, { children: [_jsx("stop", { stopColor: "#FFE044" }), _jsx("stop", { offset: 1, stopColor: "#FFE143", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint14_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(15.5155 24.9376) rotate(-124.618) scale(17.6574 13.8967)" }, { children: [_jsx("stop", { stopColor: "#FA825D" }), _jsx("stop", { offset: 0.882533, stopColor: "#F67B7D", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint15_linear_766_12297", x1: 19.2187, y1: 10.0301, x2: 20.7539, y2: 9.9259, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#D48820" }), _jsx("stop", { offset: 0.344595, stopColor: "#E39C2A", stopOpacity: 0.648599 }), _jsx("stop", { offset: 0.735218, stopColor: "#FFC03C", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint16_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(18.422 15.328) rotate(134.506) scale(7.69007 20.1201)" }, { children: [_jsx("stop", { stopColor: "#FFDB45" }), _jsx("stop", { offset: 0.484081, stopColor: "#FFD646" }), _jsx("stop", { offset: 0.915211, stopColor: "#FFDA45", stopOpacity: 0 }), _jsx("stop", { offset: 0.970164, stopColor: "#FFDA45", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint17_linear_766_12297", x1: 2.91796, y1: 3.41016, x2: 3.33237, y2: 3.79911, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#2065A3" }), _jsx("stop", { offset: 1, stopColor: "#2067AE", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint18_linear_766_12297", x1: 3.45116, y1: 4.93945, x2: 3.68284, y2: 4.40409, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.605233, stopColor: "#1C60FF" }), _jsx("stop", { offset: 1, stopColor: "#1963FF", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint19_linear_766_12297", x1: 4.32421, y1: 3.43359, x2: 4.02156, y2: 3.5936, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#2093F1" }), _jsx("stop", { offset: 1, stopColor: "#2294F3", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint20_linear_766_12297", x1: 5.75381, y1: 1.41797, x2: 5.9502, y2: 2.06641, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#2065A3" }), _jsx("stop", { offset: 1, stopColor: "#2067AE", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint21_linear_766_12297", x1: 5.53116, y1: 3.43945, x2: 5.93941, y2: 3.14111, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.605233, stopColor: "#1C60FF" }), _jsx("stop", { offset: 1, stopColor: "#1963FF", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint22_linear_766_12297", x1: 6.70303, y1: 2.28516, x2: 6.49751, y2: 2.2745, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#2093F1" }), _jsx("stop", { offset: 1, stopColor: "#2294F3", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint23_linear_766_12297", x1: 1.5, y1: 6.1361, x2: 2.00391, y2: 6.25781, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#2065A3" }), _jsx("stop", { offset: 1, stopColor: "#2067AE", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint24_linear_766_12297", x1: 2.625, y1: 7.30078, x2: 2.57812, y2: 6.70313, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.605233, stopColor: "#1C60FF" }), _jsx("stop", { offset: 1, stopColor: "#1963FF", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint25_linear_766_12297", x1: 2.93262, y1: 5.62207, x2: 2.71582, y2: 5.93848, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#2093F1" }), _jsx("stop", { offset: 1, stopColor: "#2294F3", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint26_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(10.9924 11.7467) rotate(57.1255) scale(3.92938 0.736077)" }, { children: [_jsx("stop", { stopColor: "#B64200" }), _jsx("stop", { offset: 1, stopColor: "#FFB02E", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint27_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.6094 9.2465) rotate(57.5206) scale(4.62664 0.861227)" }, { children: [_jsx("stop", { stopColor: "#B64200" }), _jsx("stop", { offset: 1, stopColor: "#FFB02E", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint28_radial_766_12297", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.6094 9.2465) rotate(57.5206) scale(4.62664 0.861227)" }, { children: [_jsx("stop", { stopColor: "#B64200" }), _jsx("stop", { offset: 1, stopColor: "#FFB02E", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint29_linear_766_12297", x1: 15.1407, y1: 7.82819, x2: 15.7864, y2: 7.45319, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#E49224" }), _jsx("stop", { offset: 0.589269, stopColor: "#FFB02E", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint30_linear_766_12297", x1: 10.8047, y1: 11.0156, x2: 12.2344, y2: 10.1953, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FDB137" }), _jsx("stop", { offset: 0.447171, stopColor: "#FFBA3C", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#FCAD33", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint31_linear_766_12297", x1: 12.5158, y1: 8.33267, x2: 13.9455, y2: 7.51236, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FDB137" }), _jsx("stop", { offset: 0.447171, stopColor: "#FFBA3C", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#FCAD33", stopOpacity: 0 })] })), _jsx("clipPath", Object.assign({ id: "clip0_766_12297" }, { children: _jsx("rect", { width: 24, height: 24, fill: "white" }) }))] })] })));
|
|
6
|
+
});
|
|
7
|
+
export const CustomEmoClapColorSvg = svgImport;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import svgImport from "svg/cds/icons/custom/emo-good.svg";
|
|
4
|
+
export const CustomEmoGoodIcon = forwardRef(function CustomEmoGoodIcon(props, ref) {
|
|
5
|
+
return (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ref: ref }, props, { children: [_jsxs("g", Object.assign({ clipPath: "url(#clip0_5413_25976)" }, { children: [_jsx("path", { d: "M8.25 11.25C9.49264 11.25 10.5 10.2426 10.5 9C10.5 7.75736 9.49264 6.75 8.25 6.75C7.00736 6.75 6 7.75736 6 9C6 10.2426 7.00736 11.25 8.25 11.25Z", fill: "#363636" }), _jsx("path", { d: "M15.75 11.25C16.9926 11.25 18 10.2426 18 9C18 7.75736 16.9926 6.75 15.75 6.75C14.5074 6.75 13.5 7.75736 13.5 9C13.5 10.2426 14.5074 11.25 15.75 11.25Z", fill: "#363636" }), _jsx("path", { d: "M8.85004 13.8C8.60152 13.4687 8.13141 13.4015 7.80004 13.65C7.46867 13.8986 7.40152 14.3687 7.65004 14.7C8.16802 15.3907 9.66621 16.5 12 16.5C14.3339 16.5 15.8321 15.3907 16.35 14.7C16.5986 14.3687 16.5314 13.8986 16.2 13.65C15.8687 13.4015 15.3986 13.4687 15.15 13.8C14.918 14.1094 13.8662 15 12 15C10.1339 15 9.08207 14.1094 8.85004 13.8Z", fill: "#363636" }), _jsx("path", { d: "M3.57257 4.06707C5.48475 1.99064 8.3214 0.75 11.9992 0.75C15.6769 0.75 18.5136 1.99064 20.4258 4.06707C22.3286 6.13339 23.2483 8.95333 23.2483 11.9992C23.2483 15.045 22.3286 17.8649 20.4258 19.9313C18.5136 22.0077 15.6769 23.2483 11.9992 23.2483C8.3214 23.2483 5.48475 22.0077 3.57257 19.9313C1.6697 17.8649 0.75 15.045 0.75 11.9992C0.75 8.95333 1.6697 6.13339 3.57257 4.06707ZM4.67597 5.08319C3.07946 6.81683 2.25 9.24647 2.25 11.9992C2.25 14.7519 3.07946 17.1815 4.67597 18.9151C6.26316 20.6387 8.67609 21.7483 11.9992 21.7483C15.3222 21.7483 17.7352 20.6387 19.3224 18.9151C20.9189 17.1815 21.7483 14.7519 21.7483 11.9992C21.7483 9.24647 20.9189 6.81683 19.3224 5.08319C17.7352 3.35967 15.3222 2.25 11.9992 2.25C8.67609 2.25 6.26316 3.35967 4.67597 5.08319Z", fill: "#363636" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_5413_25976" }, { children: _jsx("rect", { width: 24, height: 24, fill: "white" }) })) })] })));
|
|
6
|
+
});
|
|
7
|
+
export const CustomEmoGoodSvg = svgImport;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import svgImport from "svg/cds/icons/custom/emo-good-color.svg";
|
|
4
|
+
export const CustomEmoGoodColorIcon = forwardRef(function CustomEmoGoodColorIcon(props, ref) {
|
|
5
|
+
return (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ref: ref }, props, { children: [_jsx("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_25975)" }), _jsx("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_25975)" }), _jsx("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_25975)", fillOpacity: 0.6 }), _jsx("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_25975)" }), _jsx("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_25975)" }), _jsx("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_25975)" }), _jsx("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_25975)" }), _jsx("circle", { cx: 6.76278, cy: 10.0654, r: 3.50497, fill: "url(#paint7_radial_5413_25975)" }), _jsx("circle", { cx: 14.4332, cy: 10.4574, r: 3.18323, fill: "url(#paint8_radial_5413_25975)" }), _jsx("path", { d: "M7.81439 12.1683C9.55655 12.1683 10.9689 10.756 10.9689 9.01385C10.9689 7.27168 9.55655 5.85938 7.81439 5.85938C6.07222 5.85938 4.65991 7.27168 4.65991 9.01385C4.65991 10.756 6.07222 12.1683 7.81439 12.1683Z", fill: "white" }), _jsx("path", { d: "M16.1763 12.2258C17.9343 12.2258 19.3595 10.8007 19.3595 9.04261C19.3595 7.28456 17.9343 5.85938 16.1763 5.85938C14.4182 5.85938 12.993 7.28456 12.993 9.04261C12.993 10.8007 14.4182 12.2258 16.1763 12.2258Z", fill: "white" }), _jsx("path", { d: "M8.25 11.25C9.49264 11.25 10.5 10.2426 10.5 9C10.5 7.75736 9.49264 6.75 8.25 6.75C7.00736 6.75 6 7.75736 6 9C6 10.2426 7.00736 11.25 8.25 11.25Z", fill: "url(#paint9_linear_5413_25975)" }), _jsx("path", { d: "M15.75 11.25C16.9926 11.25 18 10.2426 18 9C18 7.75736 16.9926 6.75 15.75 6.75C14.5074 6.75 13.5 7.75736 13.5 9C13.5 10.2426 14.5074 11.25 15.75 11.25Z", fill: "url(#paint10_linear_5413_25975)" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.80004 13.65C8.13142 13.4015 8.60152 13.4686 8.85004 13.8C9.08207 14.1094 10.1339 15 12 15C13.8662 15 14.918 14.1094 15.15 13.8C15.3986 13.4686 15.8687 13.4015 16.2 13.65C16.5314 13.8985 16.5986 14.3686 16.35 14.7C15.8321 15.3906 14.3339 16.5 12 16.5C9.66621 16.5 8.16802 15.3906 7.65004 14.7C7.40152 14.3686 7.46867 13.8985 7.80004 13.65Z", fill: "url(#paint11_radial_5413_25975)" }), _jsxs("defs", { children: [_jsxs("radialGradient", Object.assign({ id: "paint0_radial_5413_25975", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(19.125 6.75) rotate(131.878) scale(29.2115)" }, { children: [_jsx("stop", { stopColor: "#FFF478" }), _jsx("stop", { offset: 0.474827, stopColor: "#FFB02E" }), _jsx("stop", { offset: 1, stopColor: "#F70A8D" })] })), _jsxs("radialGradient", Object.assign({ id: "paint1_radial_5413_25975", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 9.375) rotate(101.31) scale(13.3849 17.1435)" }, { children: [_jsx("stop", { offset: 0.787821, stopColor: "#F59639", stopOpacity: 0 }), _jsx("stop", { offset: 0.972509, stopColor: "#FF7DCE" })] })), _jsxs("radialGradient", Object.assign({ id: "paint2_radial_5413_25975", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(13.5 10.5) rotate(135) scale(30.7591)" }, { children: [_jsx("stop", { offset: 0.314853, stopOpacity: 0 }), _jsx("stop", { offset: 1 })] })), _jsxs("radialGradient", Object.assign({ id: "paint3_radial_5413_25975", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 12.75) rotate(77.692) scale(21.1102)" }, { children: [_jsx("stop", { offset: 0.507903, stopColor: "#7D6133", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#715B32" })] })), _jsxs("radialGradient", Object.assign({ id: "paint4_radial_5413_25975", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.375 12.375) rotate(55.7131) scale(9.98515 7.23774)" }, { children: [_jsx("stop", { stopColor: "#FFB849" }), _jsx("stop", { offset: 1, stopColor: "#FFB847", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint5_radial_5413_25975", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(15.375 13.5) rotate(9.86581) scale(8.75446)" }, { children: [_jsx("stop", { stopColor: "#FFA64B" }), _jsx("stop", { offset: 0.900412, stopColor: "#FFAE46", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint6_radial_5413_25975", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(13.125 11.25) rotate(43.9708) scale(44.2897)" }, { children: [_jsx("stop", { offset: 0.185425, stopOpacity: 0 }), _jsx("stop", { offset: 1, stopOpacity: 0.4 })] })), _jsxs("radialGradient", Object.assign({ id: "paint7_radial_5413_25975", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.48887 7.33931) rotate(135) scale(6.82934 3.53464)" }, { children: [_jsx("stop", { stopColor: "#392108" }), _jsx("stop", { offset: 1, stopColor: "#C87928", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint8_radial_5413_25975", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(16.9091 7.98155) rotate(135) scale(5.75226 3.24724)" }, { children: [_jsx("stop", { stopColor: "#392108" }), _jsx("stop", { offset: 1, stopColor: "#C87928", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint9_linear_5413_25975", x1: 12.375, y1: 6, x2: 11.625, y2: 11.25, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#553B3E" }), _jsx("stop", { offset: 1, stopColor: "#3D2432" })] })), _jsxs("linearGradient", Object.assign({ id: "paint10_linear_5413_25975", x1: 12.375, y1: 6, x2: 11.625, y2: 11.25, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#553B3E" }), _jsx("stop", { offset: 1, stopColor: "#3D2432" })] })), _jsxs("radialGradient", Object.assign({ id: "paint11_radial_5413_25975", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 12.75) rotate(90) scale(4.125 6.31391)" }, { children: [_jsx("stop", { offset: 0.34763, stopColor: "#241A1A" }), _jsx("stop", { offset: 0.628228, stopColor: "#57444A" }), _jsx("stop", { offset: 1, stopColor: "#4E2553" }), _jsx("stop", { offset: 1, stopColor: "#502A56" })] }))] })] })));
|
|
6
|
+
});
|
|
7
|
+
export const CustomEmoGoodColorSvg = svgImport;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import svgImport from "svg/cds/icons/custom/emo-great.svg";
|
|
4
|
+
export const CustomEmoGreatIcon = forwardRef(function CustomEmoGreatIcon(props, ref) {
|
|
5
|
+
return (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ref: ref }, props, { children: [_jsxs("g", Object.assign({ clipPath: "url(#clip0_5413_25974)" }, { children: [_jsx("path", { d: "M12 18.75C5.25 18.75 5.25 12 5.25 12H18.75C18.75 12 18.75 18.75 12 18.75Z", fill: "#363636" }), _jsx("path", { d: "M7.01172 7.80939C6.85478 7.98038 6.77223 8.20769 6.73617 8.39315C6.65711 8.79975 6.2634 9.06527 5.8568 8.98621C5.45021 8.90715 5.18468 8.51345 5.26375 8.10685C5.33022 7.76496 5.4962 7.24228 5.90664 6.7951C6.33952 6.32347 6.98673 6 7.87496 6C8.77161 6 9.42152 6.33914 9.85178 6.81147C10.2599 7.25955 10.4296 7.78048 10.4889 8.12168C10.5598 8.52979 10.2864 8.91807 9.87828 8.98894C9.47017 9.05981 9.08188 8.78643 9.01102 8.37832C8.9853 8.23026 8.90649 8.0012 8.74288 7.82159C8.60137 7.66624 8.35625 7.5 7.87496 7.5C7.38524 7.5 7.14622 7.66286 7.01172 7.80939Z", fill: "#363636" }), _jsx("path", { d: "M15.2619 7.80939C15.105 7.98038 15.0224 8.20769 14.9864 8.39315C14.9073 8.79975 14.5136 9.06527 14.107 8.98621C13.7004 8.90715 13.4349 8.51345 13.5139 8.10685C13.5804 7.76496 13.7464 7.24228 14.1568 6.7951C14.5897 6.32347 15.2369 6 16.1251 6C17.0218 6 17.6717 6.33914 18.102 6.81147C18.5101 7.25955 18.6798 7.78048 18.7391 8.12168C18.8099 8.52979 18.5366 8.91807 18.1285 8.98894C17.7204 9.05981 17.3321 8.78643 17.2612 8.37832C17.2355 8.23026 17.1567 8.0012 16.9931 7.82159C16.8515 7.66624 16.6064 7.5 16.1251 7.5C15.6354 7.5 15.3964 7.66286 15.2619 7.80939Z", fill: "#363636" }), _jsx("path", { d: "M3.57257 4.06707C5.48475 1.99064 8.3214 0.75 11.9992 0.75C15.6769 0.75 18.5136 1.99064 20.4258 4.06707C22.3286 6.13339 23.2483 8.95333 23.2483 11.9992C23.2483 15.045 22.3286 17.8649 20.4258 19.9313C18.5136 22.0077 15.6769 23.2483 11.9992 23.2483C8.3214 23.2483 5.48475 22.0077 3.57257 19.9313C1.6697 17.8649 0.75 15.045 0.75 11.9992C0.75 8.95333 1.6697 6.13339 3.57257 4.06707ZM4.67597 5.08319C3.07946 6.81683 2.25 9.24647 2.25 11.9992C2.25 14.7519 3.07946 17.1815 4.67597 18.9151C6.26316 20.6387 8.67609 21.7483 11.9992 21.7483C15.3222 21.7483 17.7352 20.6387 19.3224 18.9151C20.9189 17.1815 21.7483 14.7519 21.7483 11.9992C21.7483 9.24647 20.9189 6.81683 19.3224 5.08319C17.7352 3.35967 15.3222 2.25 11.9992 2.25C8.67609 2.25 6.26316 3.35967 4.67597 5.08319Z", fill: "#363636" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_5413_25974" }, { children: _jsx("rect", { width: 24, height: 24, fill: "white" }) })) })] })));
|
|
6
|
+
});
|
|
7
|
+
export const CustomEmoGreatSvg = svgImport;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const CustomEmoGreatColorIcon: React.ForwardRefExoticComponent<{
|
|
3
|
+
className?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
} & React.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
export declare const CustomEmoGreatColorSvg: string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import svgImport from "svg/cds/icons/custom/emo-great-color.svg";
|
|
4
|
+
export const CustomEmoGreatColorIcon = forwardRef(function CustomEmoGreatColorIcon(props, ref) {
|
|
5
|
+
return (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ref: ref }, props, { children: [_jsx("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_25973)" }), _jsx("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_25973)" }), _jsx("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_25973)", fillOpacity: 0.6 }), _jsx("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_25973)" }), _jsx("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_25973)" }), _jsx("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_25973)" }), _jsx("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_25973)" }), _jsx("g", Object.assign({ opacity: 0.5, filter: "url(#filter0_f_5413_25973)" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.61725 8.75009C6.61654 8.7557 6.61579 8.76129 6.61499 8.76687C6.61457 8.76909 6.61449 8.76971 6.61468 8.76855L6.6156 8.7624L6.6164 8.75666L6.61687 8.75309L6.61712 8.75112L6.61725 8.75009ZM8.38522 8.76687C8.38498 8.76563 8.38465 8.7639 8.38419 8.76171C8.38161 8.74912 8.37572 8.72332 8.36496 8.6889C8.34254 8.61716 8.30478 8.52648 8.24638 8.44153C8.1578 8.3127 7.98513 8.125 7.50011 8.125C7.01508 8.125 6.84241 8.3127 6.75383 8.44153C6.69543 8.52648 6.65767 8.61716 6.63525 8.6889C6.62449 8.72332 6.6186 8.74912 6.61602 8.76171C6.61557 8.7639 6.61523 8.76563 6.61499 8.76687C6.538 9.30546 6.04313 9.68503 5.50107 9.61728C4.95305 9.54878 4.56432 9.04899 4.63283 8.50097L5.62511 8.625C4.63283 8.50097 4.6329 8.50042 4.63296 8.49987L4.63311 8.49874L4.63341 8.49637L4.6341 8.49117L4.63579 8.479C4.63706 8.47011 4.63864 8.45966 4.64057 8.44776C4.64443 8.42398 4.64974 8.39425 4.6569 8.35939C4.67116 8.28994 4.6931 8.19856 4.72629 8.09235C4.79176 7.88284 4.90634 7.59852 5.10575 7.30847C5.5328 6.6873 6.29763 6.125 7.50011 6.125C8.70258 6.125 9.46741 6.6873 9.89446 7.30847C10.0939 7.59852 10.2084 7.88284 10.2739 8.09235C10.3071 8.19856 10.329 8.28994 10.3433 8.35939C10.3505 8.39425 10.3558 8.42398 10.3596 8.44776C10.3616 8.45966 10.3632 8.47011 10.3644 8.479L10.3661 8.49117L10.3668 8.49637L10.3671 8.49874L10.3672 8.49987C10.3673 8.50042 10.3674 8.50097 9.37511 8.625L10.3674 8.50097C10.4359 9.04899 10.0472 9.54878 9.49914 9.61728C8.95708 9.68503 8.46221 9.30546 8.38522 8.76687Z", fill: "#9A4609" }) })), _jsx("g", Object.assign({ opacity: 0.5, filter: "url(#filter1_f_5413_25973)" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.8449 8.86841C14.844 8.87205 14.8431 8.87567 14.8421 8.87928C14.8419 8.88013 14.8417 8.88063 14.8417 8.88076C14.8416 8.88098 14.8419 8.88004 14.8425 8.87787L14.8436 8.87367L14.8443 8.87085L14.8447 8.86926L14.8449 8.86841ZM16.6579 8.87928C16.7968 9.40808 17.3357 9.72811 17.8675 9.59514C18.4033 9.46119 18.7291 8.91826 18.5951 8.38246L17.6381 8.62173C18.5951 8.38246 18.595 8.38201 18.5949 8.38155L18.5947 8.38061L18.5942 8.3786L18.593 8.37415L18.5902 8.36352L18.5825 8.33555C18.5764 8.31404 18.5683 8.28676 18.558 8.25454C18.5373 8.19031 18.5074 8.10519 18.466 8.00601C18.3845 7.8103 18.2527 7.54529 18.05 7.275C17.6323 6.71802 16.8928 6.125 15.75 6.125C14.6071 6.125 13.8677 6.71802 13.45 7.275C13.2473 7.54529 13.1155 7.8103 13.0339 8.00601C12.9926 8.10519 12.9627 8.19031 12.942 8.25454C12.9316 8.28676 12.9235 8.31404 12.9174 8.33555L12.9097 8.36352L12.907 8.37415L12.9058 8.3786L12.9053 8.38061L12.9051 8.38155C12.905 8.38201 12.9048 8.38246 13.875 8.625L12.9048 8.38246C12.7709 8.91826 13.0967 9.46119 13.6325 9.59514C14.1643 9.72811 14.7032 9.40808 14.8421 8.87928C14.8427 8.87716 14.844 8.87284 14.8461 8.86656C14.8518 8.84876 14.8628 8.81669 14.8801 8.77524C14.9157 8.6897 14.9715 8.57971 15.05 8.475C15.1948 8.28198 15.3928 8.125 15.75 8.125C16.1071 8.125 16.3052 8.28198 16.45 8.475C16.5285 8.57971 16.5842 8.6897 16.6199 8.77524C16.6372 8.81669 16.6482 8.84876 16.6539 8.86656C16.6559 8.87284 16.6572 8.87716 16.6579 8.87928ZM16.6579 8.87928C16.6581 8.88013 16.6583 8.88063 16.6583 8.88076C16.6583 8.88098 16.6581 8.88004 16.6575 8.87787L16.6564 8.87367L16.6557 8.87085L16.6553 8.86926L16.6551 8.86841C16.655 8.86798 16.6548 8.86754 17.6249 8.62503L16.6548 8.86754C16.6558 8.87146 16.6568 8.87538 16.6579 8.87928Z", fill: "#9A4609" }) })), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.74304 8.35253C6.68711 8.75853 6.31489 9.04519 5.90705 8.99421C5.49604 8.94283 5.20449 8.56799 5.25587 8.15697L6.00008 8.25C5.25587 8.15697 5.25592 8.15656 5.25597 8.15615L5.25608 8.15529L5.25632 8.15346L5.25686 8.14936L5.25824 8.13942L5.26231 8.11286C5.26565 8.09228 5.27034 8.06595 5.27676 8.03468C5.28956 7.97234 5.3095 7.88915 5.33988 7.79192C5.39997 7.59963 5.50495 7.33952 5.68674 7.0751C6.07148 6.51548 6.76229 6 7.87508 6C8.98787 6 9.67868 6.51548 10.0634 7.0751C10.2452 7.33952 10.3502 7.59963 10.4103 7.79192C10.4407 7.88915 10.4606 7.97234 10.4734 8.03468C10.4798 8.06595 10.4845 8.09228 10.4879 8.11286L10.4919 8.13942L10.4933 8.14936L10.4938 8.15346L10.4941 8.15529L10.4942 8.15615C10.4942 8.15656 10.4943 8.15697 9.75008 8.25L10.4943 8.15697C10.5457 8.56799 10.2541 8.94283 9.84311 8.99421C9.43526 9.04519 9.06304 8.75852 9.00712 8.35252C9.00673 8.3502 9.00576 8.3447 9.00406 8.33642C9.00001 8.31673 8.99211 8.28272 8.97855 8.23933C8.95075 8.15037 8.90339 8.03548 8.82736 7.9249C8.69648 7.73452 8.44979 7.5 7.87508 7.5C7.30037 7.5 7.05368 7.73452 6.9228 7.9249C6.84677 8.03548 6.7994 8.15037 6.7716 8.23933C6.75804 8.28272 6.75014 8.31673 6.7461 8.33642C6.7444 8.34471 6.74343 8.35022 6.74304 8.35253ZM9.00597 8.34381C9.00597 8.34381 9.00597 8.34381 9.00597 8.34382L9.006 8.34405C9.00599 8.34397 9.00598 8.34389 9.00597 8.34381Z", fill: "#43273B" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.9759 8.43827C14.8728 8.83632 14.4678 9.07754 14.068 8.97761C13.6662 8.87715 13.4219 8.46994 13.5223 8.0681L14.2499 8.25C13.5223 8.0681 13.5222 8.06844 13.5223 8.0681L13.5227 8.06669L13.5231 8.06513L13.524 8.06159L13.5263 8.05281L13.5329 8.0287C13.5383 8.00982 13.5455 7.98533 13.555 7.95604C13.5737 7.89761 13.6013 7.81913 13.6397 7.72716C13.7155 7.54522 13.8377 7.29959 14.0249 7.05C14.4085 6.53851 15.0803 6 16.1249 6C17.1696 6 17.8413 6.53851 18.2249 7.05C18.4121 7.29959 18.5344 7.54522 18.6102 7.72716C18.6485 7.81913 18.6761 7.89761 18.6949 7.95604C18.7043 7.98533 18.7116 8.00982 18.717 8.0287L18.7236 8.05281L18.7259 8.06159L18.7268 8.06513L18.7272 8.06669C18.7273 8.06703 18.7275 8.0681 17.9999 8.25L18.7275 8.0681C18.828 8.46994 18.5837 8.87715 18.1818 8.97761C17.7821 9.07754 17.3771 8.83632 17.2739 8.43827C17.2742 8.43903 17.2742 8.43923 17.2739 8.43827L17.2734 8.43623L17.2729 8.43432L17.2727 8.4332M17.2727 8.4332C17.2726 8.43314 17.2727 8.43327 17.2727 8.4332V8.4332ZM17.2739 8.43827C17.2742 8.43903 17.2742 8.43923 17.2739 8.43827C17.2731 8.43518 17.2706 8.42678 17.2669 8.41505C17.2593 8.39145 17.2459 8.35275 17.2256 8.30409C17.1842 8.20478 17.119 8.07541 17.0249 7.95C16.846 7.71149 16.5803 7.5 16.1249 7.5C15.6696 7.5 15.4038 7.71149 15.2249 7.95C15.1309 8.07541 15.0657 8.20478 15.0243 8.30409C15.004 8.35275 14.9906 8.39145 14.983 8.41505C14.9792 8.42678 14.9768 8.43518 14.9759 8.43827M14.9759 8.43827C14.9759 8.43827 14.9759 8.43826 14.9759 8.43827V8.43827Z", fill: "#43273B" }), _jsx("path", { d: "M12 18.75C5.25 18.75 5.25 12 5.25 12H18.75C18.75 12 18.75 18.75 12 18.75Z", fill: "url(#paint7_radial_5413_25973)" }), _jsx("path", { d: "M6 12.125V12H18V12.125C18 12.6773 17.5523 13.125 17 13.125H7C6.44772 13.125 6 12.6773 6 12.125Z", fill: "url(#paint8_linear_5413_25973)" }), _jsxs("defs", { children: [_jsxs("filter", Object.assign({ id: "filter0_f_5413_25973", x: 3.125, y: 4.625, width: 8.75024, height: 6.50012, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.75, result: "effect1_foregroundBlur_5413_25973" })] })), _jsxs("filter", Object.assign({ id: "filter1_f_5413_25973", x: 11.3748, y: 4.625, width: 8.75049, height: 6.50024, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.75, result: "effect1_foregroundBlur_5413_25973" })] })), _jsxs("radialGradient", Object.assign({ id: "paint0_radial_5413_25973", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(19.125 6.75) rotate(131.878) scale(29.2115)" }, { children: [_jsx("stop", { stopColor: "#FFF478" }), _jsx("stop", { offset: 0.474827, stopColor: "#FFB02E" }), _jsx("stop", { offset: 1, stopColor: "#F70A8D" })] })), _jsxs("radialGradient", Object.assign({ id: "paint1_radial_5413_25973", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 9.375) rotate(101.31) scale(13.3849 17.1435)" }, { children: [_jsx("stop", { offset: 0.787821, stopColor: "#F59639", stopOpacity: 0 }), _jsx("stop", { offset: 0.972509, stopColor: "#FF7DCE" })] })), _jsxs("radialGradient", Object.assign({ id: "paint2_radial_5413_25973", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(13.5 10.5) rotate(135) scale(30.7591)" }, { children: [_jsx("stop", { offset: 0.314853, stopOpacity: 0 }), _jsx("stop", { offset: 1 })] })), _jsxs("radialGradient", Object.assign({ id: "paint3_radial_5413_25973", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 12.75) rotate(77.692) scale(21.1102)" }, { children: [_jsx("stop", { offset: 0.507903, stopColor: "#7D6133", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#715B32" })] })), _jsxs("radialGradient", Object.assign({ id: "paint4_radial_5413_25973", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.375 12.375) rotate(55.7131) scale(9.98515 7.23774)" }, { children: [_jsx("stop", { stopColor: "#FFB849" }), _jsx("stop", { offset: 1, stopColor: "#FFB847", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint5_radial_5413_25973", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(15.375 13.5) rotate(9.86581) scale(8.75446)" }, { children: [_jsx("stop", { stopColor: "#FFA64B" }), _jsx("stop", { offset: 0.900412, stopColor: "#FFAE46", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ id: "paint6_radial_5413_25973", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(13.125 11.25) rotate(43.9708) scale(44.2897)" }, { children: [_jsx("stop", { offset: 0.185425, stopOpacity: 0 }), _jsx("stop", { offset: 1, stopOpacity: 0.4 })] })), _jsxs("radialGradient", Object.assign({ id: "paint7_radial_5413_25973", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 20.25) rotate(-90) scale(8.25 16.5)" }, { children: [_jsx("stop", { stopColor: "#F70A8D" }), _jsx("stop", { offset: 1, stopColor: "#89029C" })] })), _jsxs("linearGradient", Object.assign({ id: "paint8_linear_5413_25973", x1: 12, y1: 12, x2: 12, y2: 13.125, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#ECCDFF" }), _jsx("stop", { offset: 1, stopColor: "white" })] }))] })] })));
|
|
6
|
+
});
|
|
7
|
+
export const CustomEmoGreatColorSvg = svgImport;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import svgImport from "svg/cds/icons/custom/emo-heart.svg";
|
|
4
|
+
export const CustomEmoHeartIcon = forwardRef(function CustomEmoHeartIcon(props, ref) {
|
|
5
|
+
return (_jsxs("svg", Object.assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props, { children: [_jsx("path", { d: "M6.75 2.25C5.10862 2.25 3.594 2.89466 2.49454 4.08483C1.39588 5.27414 0.75 6.96468 0.75 9C0.75 10.6826 1.46615 12.3626 2.45872 13.8926C2.61307 14.1305 2.77516 14.3664 2.94375 14.5998L3.82136 14.2054C3.98405 14.1287 4.09704 14.0077 4.15465 13.8701L4.15646 13.8657L4.19635 13.7721C4.02864 13.5416 3.86845 13.3095 3.71711 13.0762C2.79947 11.6617 2.25 10.2711 2.25 9C2.25 7.28532 2.78972 5.97586 3.59636 5.10267C4.4022 4.23034 5.51259 3.75 6.75 3.75C8.4007 3.75 9.49286 4.40244 10.2051 5.05346C10.5661 5.38335 10.8326 5.71643 11.0258 5.97729C11.0744 6.0429 11.118 6.10355 11.1589 6.16041L11.1682 6.17344C11.2043 6.22372 11.2416 6.2756 11.2746 6.31978C11.3071 6.36323 11.3553 6.42636 11.4093 6.48306C11.4355 6.51065 11.4843 6.55952 11.5514 6.60631C11.6018 6.64142 11.7647 6.74971 12.0015 6.74971C12.2411 6.74971 12.4053 6.63869 12.4543 6.60416C12.5209 6.55723 12.5693 6.50835 12.5952 6.48096C12.6484 6.42455 12.6962 6.36171 12.7283 6.31846C12.7606 6.27511 12.7968 6.22447 12.8323 6.17499L12.8433 6.15956C12.8839 6.10283 12.9275 6.04223 12.9759 5.97671C13.1684 5.71615 13.4347 5.38316 13.7954 5.05334C14.5072 4.40246 15.5993 3.75 17.25 3.75C18.5541 3.75 19.6597 4.23438 20.445 5.09826C21.2343 5.96644 21.75 7.27476 21.75 9C21.75 10.2963 21.1988 11.6992 20.2824 13.1161C19.3712 14.5248 18.1394 15.885 16.8755 17.08C15.6144 18.2725 14.3397 19.2832 13.3591 19.9944C12.8688 20.3501 12.4566 20.6274 12.161 20.8131C12.1027 20.8497 12.0501 20.882 12.0031 20.9102C11.9559 20.8815 11.9029 20.8486 11.8441 20.8113C11.5481 20.6233 11.1356 20.3428 10.6449 19.9834C10.024 19.5288 9.28537 18.9537 8.50695 18.2889L7.89198 19.7325C8.56955 20.2972 9.20809 20.7905 9.75871 21.1937C10.2701 21.5681 10.7104 21.8683 11.0402 22.0776C11.2039 22.1816 11.3477 22.2678 11.4633 22.3306C11.5199 22.3614 11.5805 22.3925 11.6392 22.418C11.6682 22.4306 11.7075 22.4466 11.7525 22.4607C11.783 22.4703 11.8791 22.5 12.0015 22.5C12.1229 22.5 12.2183 22.4707 12.2485 22.4613C12.293 22.4475 12.332 22.4318 12.3608 22.4194C12.4192 22.3943 12.4796 22.3637 12.5361 22.3333C12.6514 22.2713 12.795 22.1862 12.9587 22.0834C13.2882 21.8765 13.7284 21.5796 14.2398 21.2087C15.2627 20.4668 16.5893 19.415 17.9061 18.17C19.2202 16.9275 20.543 15.4752 21.5419 13.9308C22.5355 12.3945 23.25 10.7037 23.25 9C23.25 6.97524 22.6407 5.28356 21.555 4.08925C20.4653 2.89062 18.9459 2.25 17.25 2.25C15.1507 2.25 13.7116 3.0974 12.7831 3.94636C12.4618 4.24021 12.2032 4.53251 12.0005 4.78497C11.7975 4.53256 11.5387 4.24019 11.2171 3.94625C10.2884 3.09741 8.8493 2.25 6.75 2.25Z", fill: "#363636" }), _jsx("path", { d: "M8.62648 14.8872C8.30398 14.7447 8.05648 14.4822 7.91398 14.1597L6.85648 11.6772C6.66148 11.2797 6.09898 11.2797 5.90398 11.6772L4.84648 14.1597C4.71148 14.4822 4.45648 14.7372 4.13398 14.8872L2.79898 15.4872C2.40148 15.6822 2.40148 16.2447 2.79898 16.4397L4.13398 17.0397C4.45648 17.1822 4.70398 17.4447 4.84648 17.7672L5.90398 20.2497C6.09898 20.6472 6.66148 20.6472 6.85648 20.2497L7.91398 17.7672C8.04898 17.4447 8.30398 17.1897 8.62648 17.0397L9.96148 16.4397C10.359 16.2447 10.359 15.6822 9.96148 15.4872L8.62648 14.8872Z", fill: "#363636" }), _jsx("path", { d: "M18.4666 6.74217C18.5416 6.91467 18.6766 7.05717 18.8491 7.13217L19.5691 7.44717C19.7866 7.55217 19.7866 7.85967 19.5691 7.96467L18.8416 8.28717C18.6691 8.36217 18.5341 8.50467 18.4591 8.67717L17.8891 10.0197C17.7841 10.2297 17.4766 10.2297 17.3716 10.0197L16.8016 8.67717C16.7266 8.50467 16.5916 8.36217 16.4191 8.28717L15.6916 7.96467C15.4741 7.85967 15.4741 7.55217 15.6916 7.44717L16.4191 7.12467C16.5916 7.04967 16.7266 6.90717 16.8016 6.73467L17.3791 5.39967C17.4841 5.18967 17.7916 5.18967 17.8966 5.39967L18.4666 6.74217Z", fill: "#363636" })] })));
|
|
6
|
+
});
|
|
7
|
+
export const CustomEmoHeartSvg = svgImport;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const CustomEmoHeartColorIcon: React.ForwardRefExoticComponent<{
|
|
3
|
+
className?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
} & React.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
export declare const CustomEmoHeartColorSvg: string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import svgImport from "svg/cds/icons/custom/emo-heart-color.svg";
|
|
4
|
+
export const CustomEmoHeartColorIcon = forwardRef(function CustomEmoHeartColorIcon(props, ref) {
|
|
5
|
+
return (_jsxs("svg", Object.assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props, { children: [_jsxs("g", Object.assign({ clipPath: "url(#clip0_766_12301)" }, { children: [_jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("g", Object.assign({ filter: "url(#filter0_f_766_12301)" }, { children: _jsx("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" }) })), _jsx("g", Object.assign({ filter: "url(#filter1_f_766_12301)" }, { children: _jsx("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)" }) })), _jsx("g", Object.assign({ filter: "url(#filter2_f_766_12301)" }, { children: _jsx("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)", fillOpacity: 0.5 }) })), _jsx("g", Object.assign({ filter: "url(#filter3_f_766_12301)" }, { children: _jsx("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" }) })), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("g", Object.assign({ filter: "url(#filter4_f_766_12301)" }, { children: _jsx("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)", strokeWidth: 0.1, strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter5_f_766_12301)" }, { children: _jsx("path", { d: "M6.40137 21.7039L7.22168 19.0085", stroke: "url(#paint17_linear_766_12301)", strokeWidth: 0.1, strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter6_f_766_12301)" }, { children: _jsx("path", { d: "M5.1123 15.8562L6.09668 12.5867", stroke: "url(#paint18_linear_766_12301)", strokeWidth: 0.1, strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter7_f_766_12301)" }, { children: _jsx("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" }) })), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("g", Object.assign({ filter: "url(#filter8_f_766_12301)" }, { children: _jsx("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)", strokeWidth: 0.1, strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter9_f_766_12301)" }, { children: _jsx("path", { d: "M17.3999 11.2578L17.8495 9.78052", stroke: "url(#paint27_linear_766_12301)", strokeWidth: 0.1, strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter10_f_766_12301)" }, { children: _jsx("path", { d: "M16.6934 8.0527L17.2329 6.26074", stroke: "url(#paint28_linear_766_12301)", strokeWidth: 0.1, strokeLinecap: "round" }) }))] })), _jsxs("defs", { children: [_jsxs("filter", Object.assign({ id: "filter0_f_766_12301", x: 10.4243, y: 5.75586, width: 7.38428, height: 10.5828, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 1, result: "effect1_foregroundBlur_766_12301" })] })), _jsxs("filter", Object.assign({ id: "filter1_f_766_12301", x: 14.3398, y: 4.52295, width: 8.38037, height: 8.32617, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.75, result: "effect1_foregroundBlur_766_12301" })] })), _jsxs("filter", Object.assign({ id: "filter2_f_766_12301", x: 5.27588, y: 4.11523, width: 8.14844, height: 8.55054, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.75, result: "effect1_foregroundBlur_766_12301" })] })), _jsxs("filter", Object.assign({ id: "filter3_f_766_12301", x: 3.25684, y: 11.4541, width: 4.45801, height: 5.37012, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.5, result: "effect1_foregroundBlur_766_12301" })] })), _jsxs("filter", Object.assign({ id: "filter4_f_766_12301", x: 6.27734, y: 12.2866, width: 3.85742, height: 4.61963, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.125, result: "effect1_foregroundBlur_766_12301" })] })), _jsxs("filter", Object.assign({ id: "filter5_f_766_12301", x: 6.20156, y: 18.8085, width: 1.21992, height: 3.09541, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.075, result: "effect1_foregroundBlur_766_12301" })] })), _jsxs("filter", Object.assign({ id: "filter6_f_766_12301", x: 4.7625, y: 12.2366, width: 1.68398, height: 3.96963, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.15, result: "effect1_foregroundBlur_766_12301" })] })), _jsxs("filter", Object.assign({ id: "filter7_f_766_12301", x: 14.019, y: 5.33301, width: 5.86328, height: 6.61426, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.375, result: "effect1_foregroundBlur_766_12301" })] })), _jsxs("filter", Object.assign({ id: "filter8_f_766_12301", x: 17.1963, y: 5.96069, width: 2.38525, height: 2.80298, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.125, result: "effect1_foregroundBlur_766_12301" })] })), _jsxs("filter", Object.assign({ id: "filter9_f_766_12301", x: 17.2001, y: 9.58047, width: 0.849316, height: 1.87739, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.075, result: "effect1_foregroundBlur_766_12301" })] })), _jsxs("filter", Object.assign({ id: "filter10_f_766_12301", x: 16.3436, y: 5.91069, width: 1.23916, height: 2.49209, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.15, result: "effect1_foregroundBlur_766_12301" })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { stopColor: "#F12E52" }), _jsx("stop", { offset: 0.596003, stopColor: "#FF3B79" }), _jsx("stop", { offset: 1, stopColor: "#FF4EC6" })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { offset: 0.483055, stopColor: "#B91D43", stopOpacity: 0 }), _jsx("stop", { offset: 0.833898, stopColor: "#B91D43" })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { offset: 0.40984, stopColor: "#B91D43", stopOpacity: 0 }), _jsx("stop", { offset: 0.833898, stopColor: "#B91D43" })] })), _jsxs("radialGradient", Object.assign({ id: "paint3_radial_766_12301", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(11.5702 10.6377) rotate(90) scale(14.8323)" }, { children: [_jsx("stop", { offset: 0.671096, stopColor: "#FF7AF2", stopOpacity: 0 }), _jsx("stop", { offset: 0.933555, stopColor: "#FFBCE6" })] })), _jsxs("linearGradient", Object.assign({ id: "paint4_linear_766_12301", x1: 13.2072, y1: 12.3739, x2: 19.2096, y2: 19.5172, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.694491, stopColor: "#FF7AF2", stopOpacity: 0 }), _jsx("stop", { offset: 0.933555, stopColor: "#FFBCE6" })] })), _jsxs("linearGradient", Object.assign({ id: "paint5_linear_766_12301", x1: 12.4631, y1: 12.6715, x2: 5.419, y2: 20.6085, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.694491, stopColor: "#FF7AF2", stopOpacity: 0 }), _jsx("stop", { offset: 0.933555, stopColor: "#FFBCE6" })] })), _jsxs("linearGradient", Object.assign({ id: "paint6_linear_766_12301", x1: 14.7655, y1: 7.28927, x2: 12.6607, y2: 4.9767, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.40984, stopColor: "#C12372", stopOpacity: 0 }), _jsx("stop", { offset: 0.833898, stopColor: "#B5286E" })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { stopColor: "#FF93BA" }), _jsx("stop", { offset: 1, stopColor: "#FF73A6", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { stopColor: "#FF93BA" }), _jsx("stop", { offset: 1, stopColor: "#FF73A6", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint9_linear_766_12301", x1: 7.0457, y1: 12.0823, x2: 5.00664, y2: 19.4304, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFD542" }), _jsx("stop", { offset: 1, stopColor: "#FFA847" })] })), _jsxs("linearGradient", Object.assign({ id: "paint10_linear_766_12301", x1: 5.63945, y1: 19.0086, x2: 5.06216, y2: 22.1871, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.458251, stopColor: "#E88518", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#E88518" })] })), _jsxs("linearGradient", Object.assign({ id: "paint11_linear_766_12301", x1: 4.37383, y1: 18.282, x2: 1.19797, y2: 18.1973, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.361577, stopColor: "#E88518", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#E88518" })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { stopColor: "#FFFF6B" }), _jsx("stop", { offset: 1, stopColor: "#FFFF6B", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint13_linear_766_12301", x1: 5.58086, y1: 16.7234, x2: 4.82035, y2: 18.348, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.781564, stopColor: "#E88518", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#E88518" })] })), _jsxs("linearGradient", Object.assign({ id: "paint14_linear_766_12301", x1: 5.58086, y1: 16.7234, x2: 4.82035, y2: 18.348, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.781564, stopColor: "#E88518", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#E88518" })] })), _jsxs("linearGradient", Object.assign({ id: "paint15_linear_766_12301", x1: 7.21141, y1: 20.168, x2: 5.62367, y2: 20.7006, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.776042, stopColor: "#E88518", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#E88518" })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { stopColor: "#FFF270", stopOpacity: 0 }), _jsx("stop", { offset: 0.548137, stopColor: "#FFF270" }), _jsx("stop", { offset: 1, stopColor: "#FFF270", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint17_linear_766_12301", x1: 6.7998, y1: 20.614, x2: 6.15357, y2: 19.5584, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFF270", stopOpacity: 0 }), _jsx("stop", { offset: 0.494792, stopColor: "#FFF270", stopOpacity: 0.6 }), _jsx("stop", { offset: 1, stopColor: "#FFF270", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint18_linear_766_12301", x1: 6.00293, y1: 12.3406, x2: 7.26266, y2: 14.1722, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF8A09", stopOpacity: 0.6 }), _jsx("stop", { offset: 1, stopColor: "#FF8A09", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint19_linear_766_12301", x1: 17.7532, y1: 5.98438, x2: 16.6356, y2: 10.0117, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFD542" }), _jsx("stop", { offset: 1, stopColor: "#FFA847" })] })), _jsxs("linearGradient", Object.assign({ id: "paint20_linear_766_12301", x1: 16.9824, y1: 9.78053, x2: 16.666, y2: 11.5226, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.458251, stopColor: "#E88518", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#E88518" })] })), _jsxs("linearGradient", Object.assign({ id: "paint21_linear_766_12301", x1: 16.2888, y1: 9.38231, x2: 14.5482, y2: 9.33587, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.361577, stopColor: "#E88518", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#E88518" })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { stopColor: "#FFFF6B" }), _jsx("stop", { offset: 1, stopColor: "#FFFF6B", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint23_linear_766_12301", x1: 16.9503, y1: 8.52808, x2: 16.5335, y2: 9.41851, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.781564, stopColor: "#E88518", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#E88518" })] })), _jsxs("linearGradient", Object.assign({ id: "paint24_linear_766_12301", x1: 16.9503, y1: 8.52808, x2: 16.5335, y2: 9.41851, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.781564, stopColor: "#E88518", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#E88518" })] })), _jsxs("linearGradient", Object.assign({ id: "paint25_linear_766_12301", x1: 17.8439, y1: 10.4161, x2: 16.9737, y2: 10.708, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.776042, stopColor: "#E88518", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#E88518" })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { stopColor: "#FFF270", stopOpacity: 0 }), _jsx("stop", { offset: 0.548137, stopColor: "#FFF270" }), _jsx("stop", { offset: 1, stopColor: "#FFF270", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint27_linear_766_12301", x1: 17.6183, y1: 10.6604, x2: 17.2641, y2: 10.0819, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FFF270", stopOpacity: 0 }), _jsx("stop", { offset: 0.494792, stopColor: "#FFF270", stopOpacity: 0.6 }), _jsx("stop", { offset: 1, stopColor: "#FFF270", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint28_linear_766_12301", x1: 17.1815, y1: 6.12586, x2: 17.8719, y2: 7.12973, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF8A09", stopOpacity: 0.6 }), _jsx("stop", { offset: 1, stopColor: "#FF8A09", stopOpacity: 0 })] })), _jsx("clipPath", Object.assign({ id: "clip0_766_12301" }, { children: _jsx("rect", { width: 24, height: 24, fill: "white" }) }))] })] })));
|
|
6
|
+
});
|
|
7
|
+
export const CustomEmoHeartColorSvg = svgImport;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import svgImport from "svg/cds/icons/custom/emo-hundred.svg";
|
|
4
|
+
export const CustomEmoHundredIcon = forwardRef(function CustomEmoHundredIcon(props, ref) {
|
|
5
|
+
return (_jsx("svg", Object.assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.8055 14.14C15.0447 13.3479 14.9216 12.0812 15.0376 11.022C15.0817 10.6297 15.1294 10.2349 15.177 9.84017C15.2246 9.44541 15.2722 9.05066 15.3164 8.65836C15.4576 7.49223 15.7802 6.24641 16.4596 5.29616C17.0601 4.45194 17.9883 3.91512 18.981 3.78416C19.9361 3.65816 20.9932 3.86932 21.6712 4.60861C22.4094 5.4037 22.6114 6.62813 22.4456 7.71781C22.417 7.95218 22.3879 8.18733 22.3587 8.42277C22.2901 8.97653 22.2212 9.53189 22.1593 10.0824C22.051 11.2681 21.6785 12.4807 21.017 13.4525C20.4259 14.3114 19.4883 14.8335 18.4957 14.9645C17.5415 15.0983 16.5041 14.8606 15.8055 14.14ZM18.0118 9.61427C17.9448 10.1674 17.8778 10.7209 17.8191 11.2766C17.7533 11.9307 17.9728 12.2285 18.4466 12.166C18.9279 12.1025 19.1822 11.7422 19.248 11.0881C19.3082 10.4825 19.3821 9.87905 19.456 9.27564C19.5299 8.67223 19.6038 8.06881 19.6641 7.46321C19.7299 6.80907 19.5104 6.51131 19.0291 6.57481C18.5553 6.63731 18.3011 6.99757 18.2352 7.65172C18.17 8.30767 18.0909 8.96077 18.0118 9.61427ZM7.16263 12.522C7.0466 13.5812 7.16968 14.8479 7.93049 15.64C8.62915 16.3606 9.66653 16.5983 10.6207 16.4645C11.6133 16.3335 12.5509 15.8114 13.142 14.9525C13.8035 13.9807 14.176 12.7681 14.2843 11.5824C14.3462 11.032 14.415 10.4767 14.4837 9.92296C14.5129 9.68745 14.542 9.45224 14.5706 9.21781C14.7364 8.12813 14.5344 6.9037 13.7962 6.10861C13.1182 5.36932 12.0611 5.15816 11.106 5.28416C10.1133 5.41512 9.18514 5.95194 8.5846 6.79616C7.90523 7.74641 7.58262 8.99223 7.44136 10.1584C7.39725 10.5507 7.34962 10.9454 7.30199 11.3402C7.25437 11.7349 7.20674 12.1297 7.16263 12.522ZM10.1368 11.1143L10.1368 11.1143L10.1368 11.1142C10.2159 10.4608 10.295 9.80767 10.3602 9.15172C10.4261 8.49757 10.6803 8.13731 11.1541 8.07481C11.6354 8.01131 11.8549 8.30907 11.7891 8.96321C11.7288 9.56881 11.6549 10.1722 11.581 10.7756C11.5071 11.3791 11.4332 11.9825 11.373 12.5881C11.3072 13.2422 11.0529 13.6025 10.5716 13.666C10.0978 13.7285 9.8783 13.4307 9.94413 12.7766C10.0028 12.2209 10.0698 11.6674 10.1368 11.1143ZM5.02926 18.3806L6.37485 8.625C6.37485 8.625 6.74985 6.75 5.24985 6.75C4.30181 6.75 2.51101 8.90485 1.49778 10.2323C1.08284 10.7759 1.24728 11.5485 1.83371 11.9004C2.29867 12.1793 2.89383 12.1061 3.27724 11.7226L3.37486 11.625L2.46128 18.02C2.34969 18.8012 2.95579 19.5 3.74483 19.5C4.39246 19.5 4.94077 19.0221 5.02926 18.3806ZM20.9825 15.9647C21.071 16.3693 20.8148 16.7691 20.4101 16.8576L8.41012 19.4827C8.00548 19.5712 7.60569 19.3149 7.51717 18.9102C7.42866 18.5056 7.68493 18.1058 8.08958 18.0173L20.0896 15.3923C20.4942 15.3038 20.894 15.5601 20.9825 15.9647ZM19.1064 18.9598C19.1977 19.3638 18.9441 19.7653 18.5401 19.8566L6.91505 22.4816C6.51101 22.5728 6.10951 22.3192 6.01827 21.9152C5.92704 21.5111 6.18062 21.1096 6.58466 21.0184L18.2097 18.3934C18.6137 18.3022 19.0152 18.5557 19.1064 18.9598Z", fill: "#363636" }) })));
|
|
6
|
+
});
|
|
7
|
+
export const CustomEmoHundredSvg = svgImport;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const CustomEmoHundredColorIcon: React.ForwardRefExoticComponent<{
|
|
3
|
+
className?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
} & React.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
export declare const CustomEmoHundredColorSvg: string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import svgImport from "svg/cds/icons/custom/emo-hundred-color.svg";
|
|
4
|
+
export const CustomEmoHundredColorIcon = forwardRef(function CustomEmoHundredColorIcon(props, ref) {
|
|
5
|
+
return (_jsxs("svg", Object.assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props, { children: [_jsxs("g", Object.assign({ clipPath: "url(#clip0_766_12287)" }, { children: [_jsx("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)" }), _jsx("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)" }), _jsx("g", Object.assign({ filter: "url(#filter0_f_766_12287)" }, { children: _jsx("path", { d: "M5.05322 8.85938L3.49463 10.3594L2.74463 16.4414L4.13916 16.5352L5.05322 8.85938Z", fill: "url(#paint2_linear_766_12287)" }) })), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("g", Object.assign({ filter: "url(#filter1_f_766_12287)" }, { children: _jsx("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)", strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter2_f_766_12287)" }, { children: _jsx("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)", strokeLinecap: "round" }) })), _jsx("path", { fillRule: "evenodd", clipRule: "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)" }), _jsx("path", { fillRule: "evenodd", clipRule: "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)" }), _jsx("g", Object.assign({ filter: "url(#filter3_f_766_12287)" }, { children: _jsx("circle", { cx: 5.49854, cy: 7.00781, r: 0.585938, fill: "#FF596F" }) })), _jsx("g", Object.assign({ filter: "url(#filter4_f_766_12287)" }, { children: _jsx("path", { d: "M4.33838 16.1367L5.48682 7.86328", stroke: "url(#paint16_linear_766_12287)", strokeWidth: 0.75, strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter5_f_766_12287)" }, { children: _jsx("path", { d: "M2.74463 9.88794L4.19775 8.15356", stroke: "url(#paint17_linear_766_12287)", strokeWidth: 0.75, strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter6_f_766_12287)" }, { children: _jsx("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)", strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter7_f_766_12287)" }, { children: _jsx("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)", strokeLinecap: "round" }) })), _jsx("g", Object.assign({ filter: "url(#filter8_f_766_12287)" }, { children: _jsx("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)" }) })), _jsx("g", Object.assign({ filter: "url(#filter9_f_766_12287)" }, { children: _jsx("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)" }) }))] })), _jsxs("defs", { children: [_jsxs("filter", Object.assign({ id: "filter0_f_766_12287", x: 2.49463, y: 8.60938, width: 2.80859, height: 8.17578, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.125, result: "effect1_foregroundBlur_766_12287" })] })), _jsxs("filter", Object.assign({ id: "filter1_f_766_12287", x: 17.5483, y: 2.40698, width: 5.104, height: 9.15942, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.5, result: "effect1_foregroundBlur_766_12287" })] })), _jsxs("filter", Object.assign({ id: "filter2_f_766_12287", x: 15.1343, y: 5.42554, width: 5.20312, height: 7.76221, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.5, result: "effect1_foregroundBlur_766_12287" })] })), _jsxs("filter", Object.assign({ id: "filter3_f_766_12287", x: 3.9126, y: 5.42188, width: 3.17188, height: 3.17188, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.5, result: "effect1_foregroundBlur_766_12287" })] })), _jsxs("filter", Object.assign({ id: "filter4_f_766_12287", x: 2.96338, y: 6.48828, width: 3.89844, height: 11.0234, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.5, result: "effect1_foregroundBlur_766_12287" })] })), _jsxs("filter", Object.assign({ id: "filter5_f_766_12287", x: 1.36963, y: 6.77856, width: 4.20312, height: 4.48438, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.5, result: "effect1_foregroundBlur_766_12287" })] })), _jsxs("filter", Object.assign({ id: "filter6_f_766_12287", x: 9.44775, y: 4.14136, width: 5.104, height: 9.15942, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.5, result: "effect1_foregroundBlur_766_12287" })] })), _jsxs("filter", Object.assign({ id: "filter7_f_766_12287", x: 7.03369, y: 7.15991, width: 5.20312, height: 7.76221, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.5, result: "effect1_foregroundBlur_766_12287" })] })), _jsxs("filter", Object.assign({ id: "filter8_f_766_12287", x: 19.2449, y: 14.1265, width: 1.64053, height: 1.31313, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.15, result: "effect1_foregroundBlur_766_12287" })] })), _jsxs("filter", Object.assign({ id: "filter9_f_766_12287", x: 17.5809, y: 17.3375, width: 1.64053, height: 1.31313, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: 0.15, result: "effect1_foregroundBlur_766_12287" })] })), _jsxs("linearGradient", Object.assign({ id: "paint0_linear_766_12287", x1: 5.10923, y1: 17.9273, x2: 3.07101, y2: 2.78463, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#EC008C" }), _jsx("stop", { offset: 1, stopColor: "#E81123" })] })), _jsxs("linearGradient", Object.assign({ id: "paint1_linear_766_12287", x1: 2.86205, y1: 10.7696, x2: 0.0180672, y2: 9.26951, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.151052, stopColor: "#A11749", stopOpacity: 0 }), _jsx("stop", { offset: 0.894692, stopColor: "#A21749" })] })), _jsxs("linearGradient", Object.assign({ id: "paint2_linear_766_12287", x1: 4.45557, y1: 8.84766, x2: 3.70557, y2: 14.1211, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#DB1136" }), _jsx("stop", { offset: 1, stopColor: "#DB1136", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint3_linear_766_12287", x1: 3.65869, y1: 12.668, x2: 2.4751, y2: 12.5039, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.151052, stopColor: "#A11749", stopOpacity: 0 }), _jsx("stop", { offset: 0.894692, stopColor: "#A21749" })] })), _jsxs("linearGradient", Object.assign({ id: "paint4_linear_766_12287", x1: 10.8715, y1: 17.4211, x2: 10.4877, y2: 4.86324, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#EC008C" }), _jsx("stop", { offset: 1, stopColor: "#E81123" })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { offset: 0.416667, stopColor: "#B50A47" }), _jsx("stop", { offset: 1, stopColor: "#CE0D52", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint6_linear_766_12287", x1: 8.36392, y1: 8.86696, x2: 5.74961, y2: 6.07628, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.151052, stopColor: "#A11749", stopOpacity: 0 }), _jsx("stop", { offset: 0.894692, stopColor: "#A21749" })] })), _jsxs("linearGradient", Object.assign({ id: "paint7_linear_766_12287", x1: 11.6744, y1: 12.5976, x2: 14.2056, y2: 15.0351, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.151052, stopColor: "#A11749", stopOpacity: 0 }), _jsx("stop", { offset: 0.894692, stopColor: "#A21749" })] })), _jsxs("linearGradient", Object.assign({ id: "paint8_linear_766_12287", x1: 18.9721, y1: 15.6867, x2: 18.5883, y2: 3.12887, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#EC008C" }), _jsx("stop", { offset: 1, stopColor: "#E81123" })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { offset: 0.416667, stopColor: "#B50A47" }), _jsx("stop", { offset: 1, stopColor: "#CE0D52", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint10_linear_766_12287", x1: 16.4645, y1: 7.13259, x2: 13.8502, y2: 4.3419, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.151052, stopColor: "#A11749", stopOpacity: 0 }), _jsx("stop", { offset: 0.894692, stopColor: "#A21749" })] })), _jsxs("linearGradient", Object.assign({ id: "paint11_linear_766_12287", x1: 19.775, y1: 10.8632, x2: 22.3062, y2: 13.3007, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.151052, stopColor: "#A11749", stopOpacity: 0 }), _jsx("stop", { offset: 0.894692, stopColor: "#A21749" })] })), _jsxs("linearGradient", Object.assign({ id: "paint12_linear_766_12287", x1: 21.2749, y1: 1.81642, x2: 21.3687, y2: 12.1055, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF6579", stopOpacity: 0 }), _jsx("stop", { offset: 0.36721, stopColor: "#FF6579" }), _jsx("stop", { offset: 1, stopColor: "#FF596F", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint13_linear_766_12287", x1: 16.5121, y1: 13.8963, x2: 16.4183, y2: 3.6072, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF6579", stopOpacity: 0 }), _jsx("stop", { offset: 0.36721, stopColor: "#FF6579" }), _jsx("stop", { offset: 1, stopColor: "#FF596F", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint14_linear_766_12287", x1: 13.7369, y1: 17.0977, x2: 13.2213, y2: 14.379, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#EC008C" }), _jsx("stop", { offset: 0.828125, stopColor: "#E81123" })] })), _jsxs("linearGradient", Object.assign({ id: "paint15_linear_766_12287", x1: 13.315, y1: 19.7227, x2: 12.3881, y2: 16.1292, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#EC008C" }), _jsx("stop", { offset: 0.668308, stopColor: "#E81123" })] })), _jsxs("linearGradient", Object.assign({ id: "paint16_linear_766_12287", x1: 5.83838, y1: 9.12891, x2: 4.03369, y2: 21.082, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF6579" }), _jsx("stop", { offset: 1, stopColor: "#FF596F", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint17_linear_766_12287", x1: 4.64259, y1: 8.41888, x2: 4.57852, y2: 10.9801, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF47B4", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#FF47B4" })] })), _jsxs("linearGradient", Object.assign({ id: "paint18_linear_766_12287", x1: 13.1743, y1: 3.55079, x2: 13.2681, y2: 13.8399, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF6579", stopOpacity: 0 }), _jsx("stop", { offset: 0.36721, stopColor: "#FF6579" }), _jsx("stop", { offset: 1, stopColor: "#FF596F", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint19_linear_766_12287", x1: 8.41147, y1: 15.6306, x2: 8.31772, y2: 5.34158, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF6579", stopOpacity: 0 }), _jsx("stop", { offset: 0.36721, stopColor: "#FF6579" }), _jsx("stop", { offset: 1, stopColor: "#FF596F", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint20_linear_766_12287", x1: 20.7056, y1: 14.9266, x2: 19.2667, y2: 14.9705, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF5E84" }), _jsx("stop", { offset: 1, stopColor: "#FF698D", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint21_linear_766_12287", x1: 19.0416, y1: 18.1375, x2: 17.6026, y2: 18.1814, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#FF5E84" }), _jsx("stop", { offset: 1, stopColor: "#FF698D", stopOpacity: 0 })] })), _jsx("clipPath", Object.assign({ id: "clip0_766_12287" }, { children: _jsx("rect", { width: 24, height: 24, fill: "white" }) }))] })] })));
|
|
6
|
+
});
|
|
7
|
+
export const CustomEmoHundredColorSvg = svgImport;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import svgImport from "svg/cds/icons/custom/emo-neutral.svg";
|
|
4
|
+
export const CustomEmoNeutralIcon = forwardRef(function CustomEmoNeutralIcon(props, ref) {
|
|
5
|
+
return (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ref: ref }, props, { children: [_jsxs("g", Object.assign({ clipPath: "url(#clip0_5413_25972)" }, { children: [_jsx("path", { d: "M15.3056 6.204C15.13 6.31474 15.0186 6.45429 14.942 6.57544C14.8313 6.75048 14.5996 6.80264 14.4246 6.69193C14.2496 6.58123 14.1974 6.3496 14.3081 6.17456C14.4224 5.99393 14.6061 5.75848 14.9055 5.56966C15.2074 5.37922 15.6051 5.25 16.125 5.25C16.6495 5.25 17.0451 5.38737 17.3439 5.5807C17.6382 5.77112 17.8183 6.00319 17.9283 6.15441C18.0501 6.32189 18.0131 6.55643 17.8456 6.67826C17.6782 6.80009 17.4436 6.76307 17.3218 6.59559C17.2292 6.46826 17.1141 6.32533 16.9364 6.21039C16.7633 6.09835 16.5101 6 16.125 6C15.7355 6 15.4786 6.09489 15.3056 6.204Z", fill: "#363636" }), _jsx("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: "#363636" }), _jsx("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: "#363636" }), _jsx("path", { d: "M6.69198 6.1746C6.76861 6.29576 6.88005 6.43531 7.0556 6.54604C7.22858 6.65516 7.48547 6.75005 7.87505 6.75005C8.26013 6.75005 8.51328 6.6517 8.68644 6.53966C8.86409 6.42472 8.97917 6.28179 9.07179 6.15445C9.19362 5.98697 9.42815 5.94996 9.59564 6.07179C9.76312 6.19362 9.80013 6.42815 9.6783 6.59564C9.56831 6.74686 9.38817 6.97892 9.09386 7.16935C8.79507 7.36267 8.39954 7.50005 7.87505 7.50005C7.35506 7.50005 6.95738 7.37083 6.65547 7.18039C6.35612 6.99157 6.17235 6.75612 6.05811 6.57549C5.94741 6.40045 5.99957 6.16881 6.17461 6.05811C6.34964 5.94741 6.58128 5.99956 6.69198 6.1746Z", fill: "#363636" }), _jsx("path", { 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: "#363636" }), _jsx("path", { d: "M11.9992 0.75C8.3214 0.75 5.48475 1.99064 3.57257 4.06707C1.6697 6.13339 0.75 8.95333 0.75 11.9992C0.75 15.045 1.6697 17.8649 3.57257 19.9313C5.48475 22.0077 8.3214 23.2483 11.9992 23.2483C15.6769 23.2483 18.5136 22.0077 20.4258 19.9313C22.3286 17.8649 23.2483 15.045 23.2483 11.9992C23.2483 8.95333 22.3286 6.13339 20.4258 4.06707C18.5136 1.99064 15.6769 0.75 11.9992 0.75ZM2.25 11.9992C2.25 9.24647 3.07946 6.81683 4.67597 5.08319C6.26316 3.35967 8.67609 2.25 11.9992 2.25C15.3222 2.25 17.7352 3.35967 19.3224 5.08319C20.9189 6.81683 21.7483 9.24647 21.7483 11.9992C21.7483 14.7519 20.9189 17.1815 19.3224 18.9151C17.7352 20.6387 15.3222 21.7483 11.9992 21.7483C8.67609 21.7483 6.26316 20.6387 4.67597 18.9151C3.07946 17.1815 2.25 14.7519 2.25 11.9992Z", fill: "#363636" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_5413_25972" }, { children: _jsx("rect", { width: 24, height: 24, fill: "white" }) })) })] })));
|
|
6
|
+
});
|
|
7
|
+
export const CustomEmoNeutralSvg = svgImport;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const CustomEmoNeutralColorIcon: React.ForwardRefExoticComponent<{
|
|
3
|
+
className?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
} & React.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
export declare const CustomEmoNeutralColorSvg: string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import svgImport from "svg/cds/icons/custom/emo-neutral-color.svg";
|
|
4
|
+
export const CustomEmoNeutralColorIcon = forwardRef(function CustomEmoNeutralColorIcon(props, ref) {
|
|
5
|
+
return (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ref: ref }, props, { children: [_jsx("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)" }), _jsx("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)" }), _jsx("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)", fillOpacity: 0.6 }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("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)" }), _jsx("circle", { cx: 6.75, cy: 11.25, r: 3.75, fill: "url(#paint7_radial_5413_25971)" }), _jsx("circle", { cx: 14.625, cy: 11.625, r: 3.375, fill: "url(#paint8_radial_5413_25971)" }), _jsx("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" }), _jsx("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" }), _jsx("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)" }), _jsx("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)" }), _jsx("path", { fillRule: "evenodd", clipRule: "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)" }), _jsx("path", { fillRule: "evenodd", clipRule: "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)" }), _jsx("path", { fillRule: "evenodd", clipRule: "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)" }), _jsxs("defs", { children: [_jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { stopColor: "#FFF478" }), _jsx("stop", { offset: 0.474827, stopColor: "#FFB02E" }), _jsx("stop", { offset: 1, stopColor: "#F70A8D" })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { offset: 0.787821, stopColor: "#F59639", stopOpacity: 0 }), _jsx("stop", { offset: 0.972509, stopColor: "#FF7DCE" })] })), _jsxs("radialGradient", Object.assign({ id: "paint2_radial_5413_25971", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(13.5 10.5) rotate(135) scale(30.7591)" }, { children: [_jsx("stop", { offset: 0.314853, stopOpacity: 0 }), _jsx("stop", { offset: 1 })] })), _jsxs("radialGradient", Object.assign({ id: "paint3_radial_5413_25971", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12 12.75) rotate(77.692) scale(21.1102)" }, { children: [_jsx("stop", { offset: 0.507903, stopColor: "#7D6133", stopOpacity: 0 }), _jsx("stop", { offset: 1, stopColor: "#715B32" })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { stopColor: "#FFB849" }), _jsx("stop", { offset: 1, stopColor: "#FFB847", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { stopColor: "#FFA64B" }), _jsx("stop", { offset: 0.900412, stopColor: "#FFAE46", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { offset: 0.185425, stopOpacity: 0 }), _jsx("stop", { offset: 1, stopOpacity: 0.4 })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { stopColor: "#392108" }), _jsx("stop", { offset: 1, stopColor: "#C87928", stopOpacity: 0 })] })), _jsxs("radialGradient", Object.assign({ 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)" }, { children: [_jsx("stop", { stopColor: "#392108" }), _jsx("stop", { offset: 1, stopColor: "#C87928", stopOpacity: 0 })] })), _jsxs("linearGradient", Object.assign({ id: "paint9_linear_5413_25971", x1: 16.6154, y1: 8.25, x2: 15.75, y2: 12.75, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#553B3E" }), _jsx("stop", { offset: 1, stopColor: "#3D2432" })] })), _jsxs("linearGradient", Object.assign({ id: "paint10_linear_5413_25971", x1: 16.6154, y1: 8.25, x2: 15.75, y2: 12.75, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#553B3E" }), _jsx("stop", { offset: 1, stopColor: "#3D2432" })] })), _jsxs("linearGradient", Object.assign({ id: "paint11_linear_5413_25971", x1: 12, y1: 15.25, x2: 12, y2: 16.25, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#4F3C43" }), _jsx("stop", { offset: 1, stopColor: "#512756" })] })), _jsxs("linearGradient", Object.assign({ id: "paint12_linear_5413_25971", x1: 16.1251, y1: 4.875, x2: 16.1251, y2: 5.625, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.0299084, stopColor: "#524049" }), _jsx("stop", { offset: 1, stopColor: "#4A2C42" })] })), _jsxs("linearGradient", Object.assign({ id: "paint13_linear_5413_25971", x1: 7.87511, y1: 6, x2: 7.87511, y2: 7.125, gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { offset: 0.0299084, stopColor: "#524049" }), _jsx("stop", { offset: 1, stopColor: "#4A2C42" })] }))] })] })));
|
|
6
|
+
});
|
|
7
|
+
export const CustomEmoNeutralColorSvg = svgImport;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import svgImport from "svg/cds/icons/custom/emo-stars.svg";
|
|
4
|
+
export const CustomEmoStarsIcon = forwardRef(function CustomEmoStarsIcon(props, ref) {
|
|
5
|
+
return (_jsxs("svg", Object.assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props, { children: [_jsxs("g", Object.assign({ clipPath: "url(#clip0_766_12288)" }, { children: [_jsx("path", { d: "M11.9992 2.25C13.7869 2.25 15.3113 2.57117 16.5853 3.1363L17.4254 2.01618C17.4529 1.97955 17.4816 1.94497 17.5114 1.91241C15.965 1.16343 14.1222 0.75 11.9992 0.75C9.87667 0.75 8.03432 1.16321 6.48813 1.91182C6.51815 1.94456 6.54705 1.97933 6.57469 2.01618L7.41434 3.13571C8.68813 2.57094 10.212 2.25 11.9992 2.25Z", fill: "#363636" }), _jsx("path", { d: "M2.25 11.9992C2.25 10.8277 2.40023 9.71469 2.69588 8.68897L1.42004 7.98017C1.39796 7.9679 1.37644 7.95518 1.35546 7.94201C0.94968 9.20976 0.75 10.5799 0.75 11.9992C0.75 15.045 1.6697 17.8649 3.57257 19.9313C5.48475 22.0077 8.3214 23.2483 11.9992 23.2483C15.6769 23.2483 18.5136 22.0077 20.4258 19.9313C22.3286 17.8649 23.2483 15.045 23.2483 11.9992C23.2483 10.5803 23.0487 9.21042 22.6432 7.94293C22.6226 7.95577 22.6016 7.96819 22.58 7.98017L21.3027 8.68981C21.5982 9.7153 21.7483 10.828 21.7483 11.9992C21.7483 14.7519 20.9189 17.1815 19.3224 18.9151C17.7352 20.6387 15.3222 21.7483 11.9992 21.7483C8.67609 21.7483 6.26316 20.6387 4.67597 18.9151C3.07946 17.1815 2.25 14.7519 2.25 11.9992Z", fill: "#363636" }), _jsx("path", { d: "M6.58309 10.5465L4.29551 12.3257C4.08836 12.4868 3.7888 12.3231 3.81256 12.0617L4.03656 9.5977C4.09032 9.00638 3.79022 8.43901 3.27119 8.15066L1.78423 7.32457C1.36999 7.09444 1.40852 6.48658 1.8485 6.31059L3.74556 5.55177C4.2162 5.36351 4.55993 4.95028 4.65934 4.45322L5.01313 2.6843C5.10467 2.22659 5.69458 2.09278 5.97464 2.4662L6.99777 3.83037C7.30993 4.24658 7.81546 4.47131 8.33358 4.42421L10.9529 4.18609C11.2118 4.16256 11.376 4.45692 11.2201 4.66486L9.88078 6.4506C9.56669 6.86939 9.49365 7.42164 9.68807 7.90769L10.7464 10.5536C10.8017 10.6919 10.6816 10.8363 10.5356 10.8071L7.79817 10.2596C7.37071 10.1741 6.92719 10.2788 6.58309 10.5465Z", fill: "#363636" }), _jsx("path", { d: "M5.25 12.75C5.25 12.75 5.25 19.5 12 19.5C18.75 19.5 18.75 12.75 18.75 12.75H5.25Z", fill: "#363636" }), _jsx("path", { d: "M17.4169 10.5465L19.7045 12.3257C19.9116 12.4868 20.2112 12.3231 20.1874 12.0617L19.9634 9.5977C19.9097 9.00638 20.2098 8.43901 20.7288 8.15066L22.2158 7.32457C22.63 7.09444 22.5915 6.48658 22.1515 6.31059L20.2544 5.55177C19.7838 5.36351 19.4401 4.95028 19.3407 4.45322L18.9869 2.6843C18.8953 2.22659 18.3054 2.09278 18.0254 2.4662L17.0022 3.83037C16.6901 4.24658 16.1845 4.47131 15.6664 4.42421L13.0471 4.18609C12.7882 4.16256 12.624 4.45692 12.7799 4.66486L14.1192 6.4506C14.4333 6.86939 14.5064 7.42164 14.3119 7.90769L13.2536 10.5536C13.1983 10.6919 13.3184 10.8363 13.4644 10.8071L16.2018 10.2596C16.6293 10.1741 17.0728 10.2788 17.4169 10.5465Z", fill: "#363636" })] })), _jsx("defs", { children: _jsx("clipPath", Object.assign({ id: "clip0_766_12288" }, { children: _jsx("rect", { width: 24, height: 24, fill: "white" }) })) })] })));
|
|
6
|
+
});
|
|
7
|
+
export const CustomEmoStarsSvg = svgImport;
|