@jstnmthw/react-fluentui-emoji
Version:
Fluent Emoji SVG icons for UI react development.
836 lines • 75 kB
JSX
const React = require("react");
const PersonRaisingHandIcon = ({ title, titleId, ...props }) => (
<svg
width="1em"
height="1em"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<path
d="M3.78014 9.24911C3.65515 7.32724 3.4989 6.29078 3.45202 5.60849C3.41683 5.09623 3.47546 4.54208 4.16296 4.41708C4.76062 4.34286 5.04577 4.8689 5.0692 5.07724C5.0666 4.87672 5.0692 4.39771 5.0692 4.27255C5.0692 4.06161 5.07702 3.29598 5.92858 3.29598C6.52992 3.29598 6.74499 3.88322 6.72937 4.15927C6.73978 4.0577 6.75202 3.74598 6.76452 3.45223C6.78296 3.01893 7.01609 2.46317 7.70984 2.47567C8.30749 2.51473 8.5028 3.08895 8.47545 3.45223L8.35827 5.31942C8.3817 5.13192 8.46062 4.65458 8.63562 3.97958C8.81062 3.30458 9.33719 3.25979 9.59264 3.29598C9.91862 3.34216 10.4723 3.65692 10.2411 4.56942C9.96608 5.72567 9.77885 7.21395 9.71374 7.85458C10.0333 7.72369 10.3186 7.42587 10.6708 7.05833L10.6864 7.04208C11.0458 6.66708 11.62 6.71004 11.8583 6.93661C12.2216 7.17098 12.4208 7.87411 12.0184 8.27645C11.5559 8.70145 9.88952 10.6814 9.06139 11.671C8.83222 11.9626 8.06452 12.546 6.82702 12.546C4.62389 12.4522 3.88555 10.8699 3.78014 9.24911Z"
fill="url(#paint0_radial_4002_3859)"
/>
<path
d="M3.78014 9.24911C3.65515 7.32724 3.4989 6.29078 3.45202 5.60849C3.41683 5.09623 3.47546 4.54208 4.16296 4.41708C4.76062 4.34286 5.04577 4.8689 5.0692 5.07724C5.0666 4.87672 5.0692 4.39771 5.0692 4.27255C5.0692 4.06161 5.07702 3.29598 5.92858 3.29598C6.52992 3.29598 6.74499 3.88322 6.72937 4.15927C6.73978 4.0577 6.75202 3.74598 6.76452 3.45223C6.78296 3.01893 7.01609 2.46317 7.70984 2.47567C8.30749 2.51473 8.5028 3.08895 8.47545 3.45223L8.35827 5.31942C8.3817 5.13192 8.46062 4.65458 8.63562 3.97958C8.81062 3.30458 9.33719 3.25979 9.59264 3.29598C9.91862 3.34216 10.4723 3.65692 10.2411 4.56942C9.96608 5.72567 9.77885 7.21395 9.71374 7.85458C10.0333 7.72369 10.3186 7.42587 10.6708 7.05833L10.6864 7.04208C11.0458 6.66708 11.62 6.71004 11.8583 6.93661C12.2216 7.17098 12.4208 7.87411 12.0184 8.27645C11.5559 8.70145 9.88952 10.6814 9.06139 11.671C8.83222 11.9626 8.06452 12.546 6.82702 12.546C4.62389 12.4522 3.88555 10.8699 3.78014 9.24911Z"
fill="url(#paint1_radial_4002_3859)"
/>
<path
d="M3.78014 9.24911C3.65515 7.32724 3.4989 6.29078 3.45202 5.60849C3.41683 5.09623 3.47546 4.54208 4.16296 4.41708C4.76062 4.34286 5.04577 4.8689 5.0692 5.07724C5.0666 4.87672 5.0692 4.39771 5.0692 4.27255C5.0692 4.06161 5.07702 3.29598 5.92858 3.29598C6.52992 3.29598 6.74499 3.88322 6.72937 4.15927C6.73978 4.0577 6.75202 3.74598 6.76452 3.45223C6.78296 3.01893 7.01609 2.46317 7.70984 2.47567C8.30749 2.51473 8.5028 3.08895 8.47545 3.45223L8.35827 5.31942C8.3817 5.13192 8.46062 4.65458 8.63562 3.97958C8.81062 3.30458 9.33719 3.25979 9.59264 3.29598C9.91862 3.34216 10.4723 3.65692 10.2411 4.56942C9.96608 5.72567 9.77885 7.21395 9.71374 7.85458C10.0333 7.72369 10.3186 7.42587 10.6708 7.05833L10.6864 7.04208C11.0458 6.66708 11.62 6.71004 11.8583 6.93661C12.2216 7.17098 12.4208 7.87411 12.0184 8.27645C11.5559 8.70145 9.88952 10.6814 9.06139 11.671C8.83222 11.9626 8.06452 12.546 6.82702 12.546C4.62389 12.4522 3.88555 10.8699 3.78014 9.24911Z"
fill="url(#paint2_linear_4002_3859)"
/>
<path
d="M3.78014 9.24911C3.65515 7.32724 3.4989 6.29078 3.45202 5.60849C3.41683 5.09623 3.47546 4.54208 4.16296 4.41708C4.76062 4.34286 5.04577 4.8689 5.0692 5.07724C5.0666 4.87672 5.0692 4.39771 5.0692 4.27255C5.0692 4.06161 5.07702 3.29598 5.92858 3.29598C6.52992 3.29598 6.74499 3.88322 6.72937 4.15927C6.73978 4.0577 6.75202 3.74598 6.76452 3.45223C6.78296 3.01893 7.01609 2.46317 7.70984 2.47567C8.30749 2.51473 8.5028 3.08895 8.47545 3.45223L8.35827 5.31942C8.3817 5.13192 8.46062 4.65458 8.63562 3.97958C8.81062 3.30458 9.33719 3.25979 9.59264 3.29598C9.91862 3.34216 10.4723 3.65692 10.2411 4.56942C9.96608 5.72567 9.77885 7.21395 9.71374 7.85458C10.0333 7.72369 10.3186 7.42587 10.6708 7.05833L10.6864 7.04208C11.0458 6.66708 11.62 6.71004 11.8583 6.93661C12.2216 7.17098 12.4208 7.87411 12.0184 8.27645C11.5559 8.70145 9.88952 10.6814 9.06139 11.671C8.83222 11.9626 8.06452 12.546 6.82702 12.546C4.62389 12.4522 3.88555 10.8699 3.78014 9.24911Z"
fill="url(#paint3_radial_4002_3859)"
/>
<path
d="M3.78014 9.24911C3.65515 7.32724 3.4989 6.29078 3.45202 5.60849C3.41683 5.09623 3.47546 4.54208 4.16296 4.41708C4.76062 4.34286 5.04577 4.8689 5.0692 5.07724C5.0666 4.87672 5.0692 4.39771 5.0692 4.27255C5.0692 4.06161 5.07702 3.29598 5.92858 3.29598C6.52992 3.29598 6.74499 3.88322 6.72937 4.15927C6.73978 4.0577 6.75202 3.74598 6.76452 3.45223C6.78296 3.01893 7.01609 2.46317 7.70984 2.47567C8.30749 2.51473 8.5028 3.08895 8.47545 3.45223L8.35827 5.31942C8.3817 5.13192 8.46062 4.65458 8.63562 3.97958C8.81062 3.30458 9.33719 3.25979 9.59264 3.29598C9.91862 3.34216 10.4723 3.65692 10.2411 4.56942C9.96608 5.72567 9.77885 7.21395 9.71374 7.85458C10.0333 7.72369 10.3186 7.42587 10.6708 7.05833L10.6864 7.04208C11.0458 6.66708 11.62 6.71004 11.8583 6.93661C12.2216 7.17098 12.4208 7.87411 12.0184 8.27645C11.5559 8.70145 9.88952 10.6814 9.06139 11.671C8.83222 11.9626 8.06452 12.546 6.82702 12.546C4.62389 12.4522 3.88555 10.8699 3.78014 9.24911Z"
fill="url(#paint4_radial_4002_3859)"
/>
<path
d="M3.78014 9.24911C3.65515 7.32724 3.4989 6.29078 3.45202 5.60849C3.41683 5.09623 3.47546 4.54208 4.16296 4.41708C4.76062 4.34286 5.04577 4.8689 5.0692 5.07724C5.0666 4.87672 5.0692 4.39771 5.0692 4.27255C5.0692 4.06161 5.07702 3.29598 5.92858 3.29598C6.52992 3.29598 6.74499 3.88322 6.72937 4.15927C6.73978 4.0577 6.75202 3.74598 6.76452 3.45223C6.78296 3.01893 7.01609 2.46317 7.70984 2.47567C8.30749 2.51473 8.5028 3.08895 8.47545 3.45223L8.35827 5.31942C8.3817 5.13192 8.46062 4.65458 8.63562 3.97958C8.81062 3.30458 9.33719 3.25979 9.59264 3.29598C9.91862 3.34216 10.4723 3.65692 10.2411 4.56942C9.96608 5.72567 9.77885 7.21395 9.71374 7.85458C10.0333 7.72369 10.3186 7.42587 10.6708 7.05833L10.6864 7.04208C11.0458 6.66708 11.62 6.71004 11.8583 6.93661C12.2216 7.17098 12.4208 7.87411 12.0184 8.27645C11.5559 8.70145 9.88952 10.6814 9.06139 11.671C8.83222 11.9626 8.06452 12.546 6.82702 12.546C4.62389 12.4522 3.88555 10.8699 3.78014 9.24911Z"
fill="url(#paint5_radial_4002_3859)"
/>
<path
d="M3.78014 9.24911C3.65515 7.32724 3.4989 6.29078 3.45202 5.60849C3.41683 5.09623 3.47546 4.54208 4.16296 4.41708C4.76062 4.34286 5.04577 4.8689 5.0692 5.07724C5.0666 4.87672 5.0692 4.39771 5.0692 4.27255C5.0692 4.06161 5.07702 3.29598 5.92858 3.29598C6.52992 3.29598 6.74499 3.88322 6.72937 4.15927C6.73978 4.0577 6.75202 3.74598 6.76452 3.45223C6.78296 3.01893 7.01609 2.46317 7.70984 2.47567C8.30749 2.51473 8.5028 3.08895 8.47545 3.45223L8.35827 5.31942C8.3817 5.13192 8.46062 4.65458 8.63562 3.97958C8.81062 3.30458 9.33719 3.25979 9.59264 3.29598C9.91862 3.34216 10.4723 3.65692 10.2411 4.56942C9.96608 5.72567 9.77885 7.21395 9.71374 7.85458C10.0333 7.72369 10.3186 7.42587 10.6708 7.05833L10.6864 7.04208C11.0458 6.66708 11.62 6.71004 11.8583 6.93661C12.2216 7.17098 12.4208 7.87411 12.0184 8.27645C11.5559 8.70145 9.88952 10.6814 9.06139 11.671C8.83222 11.9626 8.06452 12.546 6.82702 12.546C4.62389 12.4522 3.88555 10.8699 3.78014 9.24911Z"
fill="url(#paint6_radial_4002_3859)"
/>
<path
d="M3.78014 9.24911C3.65515 7.32724 3.4989 6.29078 3.45202 5.60849C3.41683 5.09623 3.47546 4.54208 4.16296 4.41708C4.76062 4.34286 5.04577 4.8689 5.0692 5.07724C5.0666 4.87672 5.0692 4.39771 5.0692 4.27255C5.0692 4.06161 5.07702 3.29598 5.92858 3.29598C6.52992 3.29598 6.74499 3.88322 6.72937 4.15927C6.73978 4.0577 6.75202 3.74598 6.76452 3.45223C6.78296 3.01893 7.01609 2.46317 7.70984 2.47567C8.30749 2.51473 8.5028 3.08895 8.47545 3.45223L8.35827 5.31942C8.3817 5.13192 8.46062 4.65458 8.63562 3.97958C8.81062 3.30458 9.33719 3.25979 9.59264 3.29598C9.91862 3.34216 10.4723 3.65692 10.2411 4.56942C9.96608 5.72567 9.77885 7.21395 9.71374 7.85458C10.0333 7.72369 10.3186 7.42587 10.6708 7.05833L10.6864 7.04208C11.0458 6.66708 11.62 6.71004 11.8583 6.93661C12.2216 7.17098 12.4208 7.87411 12.0184 8.27645C11.5559 8.70145 9.88952 10.6814 9.06139 11.671C8.83222 11.9626 8.06452 12.546 6.82702 12.546C4.62389 12.4522 3.88555 10.8699 3.78014 9.24911Z"
fill="url(#paint7_radial_4002_3859)"
/>
<path
d="M3.78014 9.24911C3.65515 7.32724 3.4989 6.29078 3.45202 5.60849C3.41683 5.09623 3.47546 4.54208 4.16296 4.41708C4.76062 4.34286 5.04577 4.8689 5.0692 5.07724C5.0666 4.87672 5.0692 4.39771 5.0692 4.27255C5.0692 4.06161 5.07702 3.29598 5.92858 3.29598C6.52992 3.29598 6.74499 3.88322 6.72937 4.15927C6.73978 4.0577 6.75202 3.74598 6.76452 3.45223C6.78296 3.01893 7.01609 2.46317 7.70984 2.47567C8.30749 2.51473 8.5028 3.08895 8.47545 3.45223L8.35827 5.31942C8.3817 5.13192 8.46062 4.65458 8.63562 3.97958C8.81062 3.30458 9.33719 3.25979 9.59264 3.29598C9.91862 3.34216 10.4723 3.65692 10.2411 4.56942C9.96608 5.72567 9.77885 7.21395 9.71374 7.85458C10.0333 7.72369 10.3186 7.42587 10.6708 7.05833L10.6864 7.04208C11.0458 6.66708 11.62 6.71004 11.8583 6.93661C12.2216 7.17098 12.4208 7.87411 12.0184 8.27645C11.5559 8.70145 9.88952 10.6814 9.06139 11.671C8.83222 11.9626 8.06452 12.546 6.82702 12.546C4.62389 12.4522 3.88555 10.8699 3.78014 9.24911Z"
fill="url(#paint8_radial_4002_3859)"
/>
<path
d="M3.78014 9.24911C3.65515 7.32724 3.4989 6.29078 3.45202 5.60849C3.41683 5.09623 3.47546 4.54208 4.16296 4.41708C4.76062 4.34286 5.04577 4.8689 5.0692 5.07724C5.0666 4.87672 5.0692 4.39771 5.0692 4.27255C5.0692 4.06161 5.07702 3.29598 5.92858 3.29598C6.52992 3.29598 6.74499 3.88322 6.72937 4.15927C6.73978 4.0577 6.75202 3.74598 6.76452 3.45223C6.78296 3.01893 7.01609 2.46317 7.70984 2.47567C8.30749 2.51473 8.5028 3.08895 8.47545 3.45223L8.35827 5.31942C8.3817 5.13192 8.46062 4.65458 8.63562 3.97958C8.81062 3.30458 9.33719 3.25979 9.59264 3.29598C9.91862 3.34216 10.4723 3.65692 10.2411 4.56942C9.96608 5.72567 9.77885 7.21395 9.71374 7.85458C10.0333 7.72369 10.3186 7.42587 10.6708 7.05833L10.6864 7.04208C11.0458 6.66708 11.62 6.71004 11.8583 6.93661C12.2216 7.17098 12.4208 7.87411 12.0184 8.27645C11.5559 8.70145 9.88952 10.6814 9.06139 11.671C8.83222 11.9626 8.06452 12.546 6.82702 12.546C4.62389 12.4522 3.88555 10.8699 3.78014 9.24911Z"
fill="url(#paint9_radial_4002_3859)"
/>
<path
d="M3.78014 9.24911C3.65515 7.32724 3.4989 6.29078 3.45202 5.60849C3.41683 5.09623 3.47546 4.54208 4.16296 4.41708C4.76062 4.34286 5.04577 4.8689 5.0692 5.07724C5.0666 4.87672 5.0692 4.39771 5.0692 4.27255C5.0692 4.06161 5.07702 3.29598 5.92858 3.29598C6.52992 3.29598 6.74499 3.88322 6.72937 4.15927C6.73978 4.0577 6.75202 3.74598 6.76452 3.45223C6.78296 3.01893 7.01609 2.46317 7.70984 2.47567C8.30749 2.51473 8.5028 3.08895 8.47545 3.45223L8.35827 5.31942C8.3817 5.13192 8.46062 4.65458 8.63562 3.97958C8.81062 3.30458 9.33719 3.25979 9.59264 3.29598C9.91862 3.34216 10.4723 3.65692 10.2411 4.56942C9.96608 5.72567 9.77885 7.21395 9.71374 7.85458C10.0333 7.72369 10.3186 7.42587 10.6708 7.05833L10.6864 7.04208C11.0458 6.66708 11.62 6.71004 11.8583 6.93661C12.2216 7.17098 12.4208 7.87411 12.0184 8.27645C11.5559 8.70145 9.88952 10.6814 9.06139 11.671C8.83222 11.9626 8.06452 12.546 6.82702 12.546C4.62389 12.4522 3.88555 10.8699 3.78014 9.24911Z"
fill="url(#paint10_radial_4002_3859)"
/>
<path
d="M4.85022 12.1784C4.85022 12.0679 4.93976 11.9784 5.05022 11.9784H8.86116C8.97161 11.9784 9.06116 12.0679 9.06116 12.1784V13.8925H4.85022V12.1784Z"
fill="url(#paint11_linear_4002_3859)"
/>
<path
d="M4.85022 12.1784C4.85022 12.0679 4.93976 11.9784 5.05022 11.9784H8.86116C8.97161 11.9784 9.06116 12.0679 9.06116 12.1784V13.8925H4.85022V12.1784Z"
fill="url(#paint12_linear_4002_3859)"
/>
<path
d="M20.5268 21.0018H21.5C24 21.0018 29 24.5018 29 30.0018H11V26.5018C11 26.2252 10.8299 25.969 10.5843 25.8768L7.5 24.5018C5 23.5018 4 21.0018 4 19.3038V14.0163C4 13.4527 4.42517 13.0018 4.93537 13.0018L9.06463 13.0018C9.58428 13.0018 10 13.463 10 14.0163V18.0018C10 19.3038 11 19.5018 11 19.5018L17 21.0018H20.5268Z"
fill="#FF611D"
/>
<path
d="M20.5268 21.0018H21.5C24 21.0018 29 24.5018 29 30.0018H11V26.5018C11 26.2252 10.8299 25.969 10.5843 25.8768L7.5 24.5018C5 23.5018 4 21.0018 4 19.3038V14.0163C4 13.4527 4.42517 13.0018 4.93537 13.0018L9.06463 13.0018C9.58428 13.0018 10 13.463 10 14.0163V18.0018C10 19.3038 11 19.5018 11 19.5018L17 21.0018H20.5268Z"
fill="url(#paint13_radial_4002_3859)"
/>
<path
d="M20.5268 21.0018H21.5C24 21.0018 29 24.5018 29 30.0018H11V26.5018C11 26.2252 10.8299 25.969 10.5843 25.8768L7.5 24.5018C5 23.5018 4 21.0018 4 19.3038V14.0163C4 13.4527 4.42517 13.0018 4.93537 13.0018L9.06463 13.0018C9.58428 13.0018 10 13.463 10 14.0163V18.0018C10 19.3038 11 19.5018 11 19.5018L17 21.0018H20.5268Z"
fill="url(#paint14_radial_4002_3859)"
/>
<path
d="M18.858 21.1112L10.9843 26.3565C10.9369 26.139 10.7861 25.9525 10.5843 25.8768L7.5 24.5018C5 23.5018 4 21.0018 4 19.3038V14.0163C4 13.4527 4.42517 13.0018 4.93537 13.0018L9.06463 13.0018C9.58428 13.0018 10 13.463 10 14.0163V18.0018C10 19.3038 11 19.5018 11 19.5018L17 21.0018L18.858 21.1112Z"
fill="url(#paint15_linear_4002_3859)"
/>
<path
d="M18.858 21.1112L10.9843 26.3565C10.9369 26.139 10.7861 25.9525 10.5843 25.8768L7.5 24.5018C5 23.5018 4 21.0018 4 19.3038V14.0163C4 13.4527 4.42517 13.0018 4.93537 13.0018L9.06463 13.0018C9.58428 13.0018 10 13.463 10 14.0163V18.0018C10 19.3038 11 19.5018 11 19.5018L17 21.0018L18.858 21.1112Z"
fill="url(#paint16_radial_4002_3859)"
/>
<path
d="M18.858 21.1112L10.9843 26.3565C10.9369 26.139 10.7861 25.9525 10.5843 25.8768L7.5 24.5018C5 23.5018 4 21.0018 4 19.3038V14.0163C4 13.4527 4.42517 13.0018 4.93537 13.0018L9.06463 13.0018C9.58428 13.0018 10 13.463 10 14.0163V18.0018C10 19.3038 11 19.5018 11 19.5018L17 21.0018L18.858 21.1112Z"
fill="url(#paint17_radial_4002_3859)"
/>
<path
d="M18.858 21.1112L10.9843 26.3565C10.9369 26.139 10.7861 25.9525 10.5843 25.8768L7.5 24.5018C5 23.5018 4 21.0018 4 19.3038V14.0163C4 13.4527 4.42517 13.0018 4.93537 13.0018L9.06463 13.0018C9.58428 13.0018 10 13.463 10 14.0163V18.0018C10 19.3038 11 19.5018 11 19.5018L17 21.0018L18.858 21.1112Z"
fill="url(#paint18_linear_4002_3859)"
/>
<path
d="M19.5001 24.0018C18.2323 24.0018 17.2039 23.0164 17.2039 21.8016V19.2021C17.2039 17.9873 18.2323 17.0018 19.5001 17.0018C20.7678 17.0018 21.7962 17.9873 21.7962 19.2021V21.8016C21.7962 23.0164 20.7678 24.0018 19.5001 24.0018Z"
fill="url(#paint19_linear_4002_3859)"
/>
<path
d="M19.5001 24.0018C18.2323 24.0018 17.2039 23.0164 17.2039 21.8016V19.2021C17.2039 17.9873 18.2323 17.0018 19.5001 17.0018C20.7678 17.0018 21.7962 17.9873 21.7962 19.2021V21.8016C21.7962 23.0164 20.7678 24.0018 19.5001 24.0018Z"
fill="url(#paint20_radial_4002_3859)"
/>
<path
d="M25.2456 15.6699C25.6418 15.6571 26.0129 15.5228 26.3148 15.3052V16.4056C26.3148 17.4612 25.6859 18.4016 24.7299 18.7918C24.9312 18.3632 25.0695 17.8962 25.1387 17.3972L25.2456 15.6699Z"
fill="url(#paint21_radial_4002_3859)"
/>
<path
d="M25.2456 15.6699C25.6418 15.6571 26.0129 15.5228 26.3148 15.3052V16.4056C26.3148 17.4612 25.6859 18.4016 24.7299 18.7918C24.9312 18.3632 25.0695 17.8962 25.1387 17.3972L25.2456 15.6699Z"
fill="url(#paint22_radial_4002_3859)"
/>
<path
d="M13.7544 15.6699C13.3582 15.6571 12.9871 15.5228 12.6852 15.3052V16.4056C12.6852 17.4612 13.3141 18.4016 14.2701 18.7918C14.0688 18.3632 13.9305 17.8962 13.8613 17.3972L13.7544 15.6699Z"
fill="url(#paint23_radial_4002_3859)"
/>
<path
d="M13.7544 15.6699C13.3582 15.6571 12.9871 15.5228 12.6852 15.3052V16.4056C12.6852 17.4612 13.3141 18.4016 14.2701 18.7918C14.0688 18.3632 13.9305 17.8962 13.8613 17.3972L13.7544 15.6699Z"
fill="url(#paint24_radial_4002_3859)"
/>
<g filter="url(#filter0_ii_4002_3859)">
<path
d="M13.7974 17.4606C14.1014 19.7681 16.0651 21.4861 18.3899 21.4861H20.6197C22.9444 21.4861 24.9081 19.7681 25.2122 17.4606C25.3516 15.2343 25.4918 13.0169 25.5953 10.7917C25.5827 9.88515 24.8681 9.13712 23.9655 9.09909H22.3105C21.1822 9.09909 20.1604 8.43346 19.6966 7.39382C19.5775 7.09587 19.2891 6.89935 18.9694 6.89935H17.4649C15.2835 6.89935 13.5157 8.68703 13.5157 10.8931C13.5157 13.0923 13.6531 15.2559 13.7974 17.4606Z"
fill="url(#paint25_radial_4002_3859)"
/>
</g>
<path
d="M13.7974 17.4606C14.1014 19.7681 16.0651 21.4861 18.3899 21.4861H20.6197C22.9444 21.4861 24.9081 19.7681 25.2122 17.4606C25.3516 15.2343 25.4918 13.0169 25.5953 10.7917C25.5827 9.88515 24.8681 9.13712 23.9655 9.09909H22.3105C21.1822 9.09909 20.1604 8.43346 19.6966 7.39382C19.5775 7.09587 19.2891 6.89935 18.9694 6.89935H17.4649C15.2835 6.89935 13.5157 8.68703 13.5157 10.8931C13.5157 13.0923 13.6531 15.2559 13.7974 17.4606Z"
fill="url(#paint26_radial_4002_3859)"
/>
<path
d="M13.7974 17.4606C14.1014 19.7681 16.0651 21.4861 18.3899 21.4861H20.6197C22.9444 21.4861 24.9081 19.7681 25.2122 17.4606C25.3516 15.2343 25.4918 13.0169 25.5953 10.7917C25.5827 9.88515 24.8681 9.13712 23.9655 9.09909H22.3105C21.1822 9.09909 20.1604 8.43346 19.6966 7.39382C19.5775 7.09587 19.2891 6.89935 18.9694 6.89935H17.4649C15.2835 6.89935 13.5157 8.68703 13.5157 10.8931C13.5157 13.0923 13.6531 15.2559 13.7974 17.4606Z"
fill="url(#paint27_radial_4002_3859)"
/>
<path
d="M13.7974 17.4606C14.1014 19.7681 16.0651 21.4861 18.3899 21.4861H20.6197C22.9444 21.4861 24.9081 19.7681 25.2122 17.4606C25.3516 15.2343 25.4918 13.0169 25.5953 10.7917C25.5827 9.88515 24.8681 9.13712 23.9655 9.09909H22.3105C21.1822 9.09909 20.1604 8.43346 19.6966 7.39382C19.5775 7.09587 19.2891 6.89935 18.9694 6.89935H17.4649C15.2835 6.89935 13.5157 8.68703 13.5157 10.8931C13.5157 13.0923 13.6531 15.2559 13.7974 17.4606Z"
fill="url(#paint28_radial_4002_3859)"
/>
<path
d="M13.7974 17.4606C14.1014 19.7681 16.0651 21.4861 18.3899 21.4861H20.6197C22.9444 21.4861 24.9081 19.7681 25.2122 17.4606C25.3516 15.2343 25.4918 13.0169 25.5953 10.7917C25.5827 9.88515 24.8681 9.13712 23.9655 9.09909H22.3105C21.1822 9.09909 20.1604 8.43346 19.6966 7.39382C19.5775 7.09587 19.2891 6.89935 18.9694 6.89935H17.4649C15.2835 6.89935 13.5157 8.68703 13.5157 10.8931C13.5157 13.0923 13.6531 15.2559 13.7974 17.4606Z"
fill="url(#paint29_radial_4002_3859)"
/>
<g filter="url(#filter1_f_4002_3859)">
<path
d="M18.9255 13.5794L18.175 15.7522C18.0468 16.1991 18.3545 16.646 18.7904 16.646H19.7198C20.1556 16.646 20.4633 16.1922 20.3351 15.7522L19.707 13.5794C19.5723 13.0981 19.0665 13.0981 18.9255 13.5794Z"
fill="#EE9020"
/>
</g>
<g filter="url(#filter2_f_4002_3859)">
<path
d="M19.0482 13.348L18.42 15.5208C18.2918 15.9677 18.5995 16.4147 19.0354 16.4147H19.9648C20.4006 16.4147 20.7083 15.9608 20.5801 15.5208L19.9519 13.348C19.8173 12.8667 19.1892 12.8667 19.0482 13.348Z"
fill="url(#paint30_linear_4002_3859)"
/>
<path
d="M19.0482 13.348L18.42 15.5208C18.2918 15.9677 18.5995 16.4147 19.0354 16.4147H19.9648C20.4006 16.4147 20.7083 15.9608 20.5801 15.5208L19.9519 13.348C19.8173 12.8667 19.1892 12.8667 19.0482 13.348Z"
fill="url(#paint31_linear_4002_3859)"
/>
<path
d="M19.0482 13.348L18.42 15.5208C18.2918 15.9677 18.5995 16.4147 19.0354 16.4147H19.9648C20.4006 16.4147 20.7083 15.9608 20.5801 15.5208L19.9519 13.348C19.8173 12.8667 19.1892 12.8667 19.0482 13.348Z"
fill="url(#paint32_linear_4002_3859)"
/>
<path
d="M19.0482 13.348L18.42 15.5208C18.2918 15.9677 18.5995 16.4147 19.0354 16.4147H19.9648C20.4006 16.4147 20.7083 15.9608 20.5801 15.5208L19.9519 13.348C19.8173 12.8667 19.1892 12.8667 19.0482 13.348Z"
fill="url(#paint33_linear_4002_3859)"
/>
</g>
<g filter="url(#filter3_f_4002_3859)">
<path
d="M17.8972 17.1615L17.8972 17.1615L17.8965 17.1611C17.7822 17.103 17.663 17.1394 17.5922 17.2138C17.5211 17.2887 17.4926 17.4097 17.5665 17.517C17.9759 18.137 18.6886 18.5499 19.5 18.5499C20.3116 18.5499 21.0245 18.1367 21.4339 17.5165C21.5065 17.4073 21.4798 17.2865 21.4074 17.2113C21.3359 17.137 21.2168 17.1035 21.1035 17.1611L21.1035 17.1611L21.1028 17.1615C20.64 17.4028 20.0941 17.5412 19.5 17.5412C18.9118 17.5412 18.36 17.4027 17.8972 17.1615Z"
stroke="url(#paint34_radial_4002_3859)"
strokeWidth={0.15}
/>
</g>
<path
d="M19.5 17.6162C18.9002 17.6162 18.3364 17.475 17.8625 17.228C17.7006 17.1457 17.5266 17.328 17.6286 17.475C18.0245 18.0749 18.7143 18.4749 19.5 18.4749C20.2857 18.4749 20.9755 18.0749 21.3714 17.475C21.4733 17.3221 21.2994 17.1457 21.1375 17.228C20.6636 17.475 20.1058 17.6162 19.5 17.6162Z"
fill="url(#paint35_radial_4002_3859)"
/>
<g filter="url(#filter4_ii_4002_3859)">
<path
d="M25.238 6.34147C25.8461 6.55067 26.3914 6.9754 26.7362 7.58397C27.2878 8.55388 27.2063 9.71397 26.6108 10.5698C26.404 10.8741 26.2911 11.2354 26.2911 11.6031V13.0072C26.07 12.8532 25.7784 12.7391 25.5025 12.6903L25.5953 10.7917C25.5828 9.88514 24.8682 9.1371 23.9655 9.09906H22.3106C21.1822 9.09906 20.1605 8.43344 19.6966 7.39379C19.5775 7.09585 19.2891 6.89933 18.9694 6.89933H17.465C15.2835 6.89933 13.5158 8.68701 13.5158 10.8931L13.552 12.7101C13.2518 12.7542 12.9383 12.8545 12.7009 13.0217V11.6031C12.7009 11.2354 12.588 10.8741 12.3812 10.5698C11.817 9.73933 11.7167 8.62362 12.2119 7.67906C12.5567 7.02611 13.1146 6.56969 13.7477 6.34781C14.4247 6.10692 15.0014 5.65049 15.3838 5.03558C15.8728 4.25584 16.7316 3.73602 17.7157 3.73602C18.0981 3.73602 18.4617 3.81843 18.8002 3.9579C19.2515 4.15442 19.7593 4.15442 20.2106 3.9579C20.5429 3.81843 20.9064 3.73602 21.2888 3.73602C22.2855 3.73602 23.1568 4.27486 23.6395 5.07361C24.0031 5.67585 24.5735 6.11326 25.238 6.34147Z"
fill="url(#paint36_linear_4002_3859)"
/>
<path
d="M25.238 6.34147C25.8461 6.55067 26.3914 6.9754 26.7362 7.58397C27.2878 8.55388 27.2063 9.71397 26.6108 10.5698C26.404 10.8741 26.2911 11.2354 26.2911 11.6031V13.0072C26.07 12.8532 25.7784 12.7391 25.5025 12.6903L25.5953 10.7917C25.5828 9.88514 24.8682 9.1371 23.9655 9.09906H22.3106C21.1822 9.09906 20.1605 8.43344 19.6966 7.39379C19.5775 7.09585 19.2891 6.89933 18.9694 6.89933H17.465C15.2835 6.89933 13.5158 8.68701 13.5158 10.8931L13.552 12.7101C13.2518 12.7542 12.9383 12.8545 12.7009 13.0217V11.6031C12.7009 11.2354 12.588 10.8741 12.3812 10.5698C11.817 9.73933 11.7167 8.62362 12.2119 7.67906C12.5567 7.02611 13.1146 6.56969 13.7477 6.34781C14.4247 6.10692 15.0014 5.65049 15.3838 5.03558C15.8728 4.25584 16.7316 3.73602 17.7157 3.73602C18.0981 3.73602 18.4617 3.81843 18.8002 3.9579C19.2515 4.15442 19.7593 4.15442 20.2106 3.9579C20.5429 3.81843 20.9064 3.73602 21.2888 3.73602C22.2855 3.73602 23.1568 4.27486 23.6395 5.07361C24.0031 5.67585 24.5735 6.11326 25.238 6.34147Z"
fill="url(#paint37_radial_4002_3859)"
/>
<path
d="M25.238 6.34147C25.8461 6.55067 26.3914 6.9754 26.7362 7.58397C27.2878 8.55388 27.2063 9.71397 26.6108 10.5698C26.404 10.8741 26.2911 11.2354 26.2911 11.6031V13.0072C26.07 12.8532 25.7784 12.7391 25.5025 12.6903L25.5953 10.7917C25.5828 9.88514 24.8682 9.1371 23.9655 9.09906H22.3106C21.1822 9.09906 20.1605 8.43344 19.6966 7.39379C19.5775 7.09585 19.2891 6.89933 18.9694 6.89933H17.465C15.2835 6.89933 13.5158 8.68701 13.5158 10.8931L13.552 12.7101C13.2518 12.7542 12.9383 12.8545 12.7009 13.0217V11.6031C12.7009 11.2354 12.588 10.8741 12.3812 10.5698C11.817 9.73933 11.7167 8.62362 12.2119 7.67906C12.5567 7.02611 13.1146 6.56969 13.7477 6.34781C14.4247 6.10692 15.0014 5.65049 15.3838 5.03558C15.8728 4.25584 16.7316 3.73602 17.7157 3.73602C18.0981 3.73602 18.4617 3.81843 18.8002 3.9579C19.2515 4.15442 19.7593 4.15442 20.2106 3.9579C20.5429 3.81843 20.9064 3.73602 21.2888 3.73602C22.2855 3.73602 23.1568 4.27486 23.6395 5.07361C24.0031 5.67585 24.5735 6.11326 25.238 6.34147Z"
fill="url(#paint38_radial_4002_3859)"
/>
<path
d="M25.238 6.34147C25.8461 6.55067 26.3914 6.9754 26.7362 7.58397C27.2878 8.55388 27.2063 9.71397 26.6108 10.5698C26.404 10.8741 26.2911 11.2354 26.2911 11.6031V13.0072C26.07 12.8532 25.7784 12.7391 25.5025 12.6903L25.5953 10.7917C25.5828 9.88514 24.8682 9.1371 23.9655 9.09906H22.3106C21.1822 9.09906 20.1605 8.43344 19.6966 7.39379C19.5775 7.09585 19.2891 6.89933 18.9694 6.89933H17.465C15.2835 6.89933 13.5158 8.68701 13.5158 10.8931L13.552 12.7101C13.2518 12.7542 12.9383 12.8545 12.7009 13.0217V11.6031C12.7009 11.2354 12.588 10.8741 12.3812 10.5698C11.817 9.73933 11.7167 8.62362 12.2119 7.67906C12.5567 7.02611 13.1146 6.56969 13.7477 6.34781C14.4247 6.10692 15.0014 5.65049 15.3838 5.03558C15.8728 4.25584 16.7316 3.73602 17.7157 3.73602C18.0981 3.73602 18.4617 3.81843 18.8002 3.9579C19.2515 4.15442 19.7593 4.15442 20.2106 3.9579C20.5429 3.81843 20.9064 3.73602 21.2888 3.73602C22.2855 3.73602 23.1568 4.27486 23.6395 5.07361C24.0031 5.67585 24.5735 6.11326 25.238 6.34147Z"
fill="url(#paint39_radial_4002_3859)"
/>
<path
d="M25.238 6.34147C25.8461 6.55067 26.3914 6.9754 26.7362 7.58397C27.2878 8.55388 27.2063 9.71397 26.6108 10.5698C26.404 10.8741 26.2911 11.2354 26.2911 11.6031V13.0072C26.07 12.8532 25.7784 12.7391 25.5025 12.6903L25.5953 10.7917C25.5828 9.88514 24.8682 9.1371 23.9655 9.09906H22.3106C21.1822 9.09906 20.1605 8.43344 19.6966 7.39379C19.5775 7.09585 19.2891 6.89933 18.9694 6.89933H17.465C15.2835 6.89933 13.5158 8.68701 13.5158 10.8931L13.552 12.7101C13.2518 12.7542 12.9383 12.8545 12.7009 13.0217V11.6031C12.7009 11.2354 12.588 10.8741 12.3812 10.5698C11.817 9.73933 11.7167 8.62362 12.2119 7.67906C12.5567 7.02611 13.1146 6.56969 13.7477 6.34781C14.4247 6.10692 15.0014 5.65049 15.3838 5.03558C15.8728 4.25584 16.7316 3.73602 17.7157 3.73602C18.0981 3.73602 18.4617 3.81843 18.8002 3.9579C19.2515 4.15442 19.7593 4.15442 20.2106 3.9579C20.5429 3.81843 20.9064 3.73602 21.2888 3.73602C22.2855 3.73602 23.1568 4.27486 23.6395 5.07361C24.0031 5.67585 24.5735 6.11326 25.238 6.34147Z"
fill="url(#paint40_radial_4002_3859)"
/>
</g>
<g filter="url(#filter5_i_4002_3859)">
<path
d="M23.912 10.671C23.7049 10.4906 23.4641 10.2995 23.0994 10.1847C22.7398 10.0715 22.2894 10.0411 21.6664 10.1173C21.4867 10.1393 21.3588 10.3028 21.3808 10.4825C21.4028 10.6622 21.5663 10.79 21.746 10.768C22.3147 10.6985 22.663 10.7346 22.9025 10.81C23.1369 10.8838 23.2954 11.0033 23.4814 11.1653C23.6179 11.2842 23.825 11.2699 23.9439 11.1334C24.0628 10.9969 24.0485 10.7899 23.912 10.671Z"
fill="#C05029"
/>
</g>
<g filter="url(#filter6_i_4002_3859)">
<path
d="M15.4687 10.5421C15.5752 10.4784 15.7284 10.3968 15.922 10.3207C16.309 10.1686 16.8621 10.0364 17.5239 10.1174C17.7036 10.1394 17.8314 10.3028 17.8094 10.4825C17.7875 10.6622 17.624 10.7901 17.4443 10.7681C16.9143 10.7032 16.4722 10.8088 16.1618 10.9308C16.0067 10.9918 15.8858 11.0564 15.8053 11.1046C15.7651 11.1287 15.7353 11.1485 15.7166 11.1614C15.7072 11.1679 15.7006 11.1726 15.697 11.1753L15.6937 11.1777C15.5509 11.2879 15.3457 11.2619 15.2348 11.1194C15.1237 10.9765 15.1494 10.7706 15.2923 10.6594L15.4687 10.5421Z"
fill="#C05029"
/>
</g>
<g filter="url(#filter7_f_4002_3859)">
<path
d="M19.7748 7.55553C19.7472 7.5027 19.7211 7.44879 19.6966 7.39383C19.5775 7.09588 19.2891 6.89936 18.9694 6.89936H17.465C15.2835 6.89936 13.5158 8.68704 13.5158 10.8931V11.2183C13.1139 10.9125 12.6085 10.2674 12.6085 9.22351C12.6085 7.9567 13.5325 7.31637 14.1218 6.90792C14.2882 6.79261 14.4279 6.69578 14.5127 6.60855C14.5486 6.57149 14.5878 6.52993 14.6305 6.48472C15.0436 6.04656 15.7796 5.26587 17.065 4.92468C17.7543 4.74172 18.4535 4.71039 18.9946 4.73472C19.4669 4.75596 19.7997 5.16408 19.7997 5.63693V7.53963L19.7748 7.55553Z"
fill="url(#paint41_radial_4002_3859)"
/>
<path
d="M19.7748 7.55553C19.7472 7.5027 19.7211 7.44879 19.6966 7.39383C19.5775 7.09588 19.2891 6.89936 18.9694 6.89936H17.465C15.2835 6.89936 13.5158 8.68704 13.5158 10.8931V11.2183C13.1139 10.9125 12.6085 10.2674 12.6085 9.22351C12.6085 7.9567 13.5325 7.31637 14.1218 6.90792C14.2882 6.79261 14.4279 6.69578 14.5127 6.60855C14.5486 6.57149 14.5878 6.52993 14.6305 6.48472C15.0436 6.04656 15.7796 5.26587 17.065 4.92468C17.7543 4.74172 18.4535 4.71039 18.9946 4.73472C19.4669 4.75596 19.7997 5.16408 19.7997 5.63693V7.53963L19.7748 7.55553Z"
fill="url(#paint42_radial_4002_3859)"
/>
</g>
<g filter="url(#filter8_f_4002_3859)">
<path
d="M25.6609 11.5412L25.6264 10.7952C25.6139 9.89282 24.8682 9.14824 23.9656 9.11038H22.3107C21.2601 9.11038 20.3019 8.53602 19.8004 7.62159C19.8004 7.62159 19.6774 7.33664 19.5874 6.8758C19.3951 5.89132 20.3134 5.15963 21.3018 5.33085C22.5214 5.54213 23.9871 5.94109 25.0453 6.63132C27.1072 7.97616 26.7463 10.3998 25.6609 11.5412Z"
fill="url(#paint43_radial_4002_3859)"
/>
<path
d="M25.6609 11.5412L25.6264 10.7952C25.6139 9.89282 24.8682 9.14824 23.9656 9.11038H22.3107C21.2601 9.11038 20.3019 8.53602 19.8004 7.62159C19.8004 7.62159 19.6774 7.33664 19.5874 6.8758C19.3951 5.89132 20.3134 5.15963 21.3018 5.33085C22.5214 5.54213 23.9871 5.94109 25.0453 6.63132C27.1072 7.97616 26.7463 10.3998 25.6609 11.5412Z"
fill="url(#paint44_radial_4002_3859)"
/>
<path
d="M25.6609 11.5412L25.6264 10.7952C25.6139 9.89282 24.8682 9.14824 23.9656 9.11038H22.3107C21.2601 9.11038 20.3019 8.53602 19.8004 7.62159C19.8004 7.62159 19.6774 7.33664 19.5874 6.8758C19.3951 5.89132 20.3134 5.15963 21.3018 5.33085C22.5214 5.54213 23.9871 5.94109 25.0453 6.63132C27.1072 7.97616 26.7463 10.3998 25.6609 11.5412Z"
fill="url(#paint45_radial_4002_3859)"
/>
<path
d="M25.6609 11.5412L25.6264 10.7952C25.6139 9.89282 24.8682 9.14824 23.9656 9.11038H22.3107C21.2601 9.11038 20.3019 8.53602 19.8004 7.62159C19.8004 7.62159 19.6774 7.33664 19.5874 6.8758C19.3951 5.89132 20.3134 5.15963 21.3018 5.33085C22.5214 5.54213 23.9871 5.94109 25.0453 6.63132C27.1072 7.97616 26.7463 10.3998 25.6609 11.5412Z"
fill="url(#paint46_radial_4002_3859)"
/>
<path
d="M25.6609 11.5412L25.6264 10.7952C25.6139 9.89282 24.8682 9.14824 23.9656 9.11038H22.3107C21.2601 9.11038 20.3019 8.53602 19.8004 7.62159C19.8004 7.62159 19.6774 7.33664 19.5874 6.8758C19.3951 5.89132 20.3134 5.15963 21.3018 5.33085C22.5214 5.54213 23.9871 5.94109 25.0453 6.63132C27.1072 7.97616 26.7463 10.3998 25.6609 11.5412Z"
fill="url(#paint47_radial_4002_3859)"
/>
</g>
<path
d="M22.326 12.2248C23.098 12.2248 23.75 12.757 23.9274 13.4762C23.9801 13.6823 23.8219 13.8789 23.611 13.8789H20.974C20.8062 13.8789 20.6719 13.7255 20.7055 13.5577C20.8541 12.8001 21.5206 12.2248 22.326 12.2248Z"
fill="white"
/>
<path
d="M22.0814 12.546C22.6663 12.546 23.1362 13.0207 23.1362 13.6008C23.1362 13.6967 23.1218 13.7926 23.0978 13.8789H21.0601C21.0362 13.7878 21.0218 13.6967 21.0218 13.6008C21.0218 13.0207 21.4964 12.546 22.0814 12.546Z"
fill="url(#paint48_radial_4002_3859)"
/>
<path
d="M21.4772 13.6008C21.4772 13.2652 21.7457 12.9967 22.0813 12.9967C22.417 12.9967 22.6855 13.2652 22.6855 13.6008C22.6855 13.7015 22.6615 13.7974 22.6183 13.8789H21.5492C21.5012 13.7974 21.4772 13.7015 21.4772 13.6008Z"
fill="black"
/>
<g filter="url(#filter9_f_4002_3859)">
<path
d="M22.0038 12.769C22.0789 12.8695 21.9219 12.9921 21.7433 13.1256C21.5647 13.2591 21.4322 13.3531 21.357 13.2526C21.2819 13.1521 21.3657 12.9624 21.5443 12.8288C21.7229 12.6953 21.9286 12.6685 22.0038 12.769Z"
fill="#C7A7A3"
/>
<path
d="M22.0038 12.769C22.0789 12.8695 21.9219 12.9921 21.7433 13.1256C21.5647 13.2591 21.4322 13.3531 21.357 13.2526C21.2819 13.1521 21.3657 12.9624 21.5443 12.8288C21.7229 12.6953 21.9286 12.6685 22.0038 12.769Z"
fill="url(#paint49_radial_4002_3859)"
/>
</g>
<g filter="url(#filter10_f_4002_3859)">
<path
d="M23.0209 13.4619C22.9819 13.1892 22.8224 12.9837 22.7475 12.915L22.4403 13.2522L22.5789 13.5218L23.0209 13.4619Z"
fill="url(#paint50_linear_4002_3859)"
/>
</g>
<path
d="M16.6742 12.2247C15.9023 12.2247 15.2502 12.7569 15.0728 13.4762C15.02 13.6823 15.1783 13.8789 15.3892 13.8789H18.0264C18.1942 13.8789 18.3284 13.7255 18.2949 13.5577C18.1462 12.8001 17.475 12.2247 16.6742 12.2247Z"
fill="white"
/>
<path
d="M16.9187 12.546C16.3337 12.546 15.8638 13.0206 15.8638 13.6008C15.8638 13.6967 15.8782 13.7926 15.9022 13.8789H17.94C17.9639 13.7878 17.9783 13.6967 17.9783 13.6008C17.9735 13.0206 17.5036 12.546 16.9187 12.546Z"
fill="url(#paint51_radial_4002_3859)"
/>
<path
d="M17.5227 13.6008C17.5227 13.2652 17.2542 12.9967 16.9186 12.9967C16.583 12.9967 16.3145 13.2652 16.3145 13.6008C16.3145 13.7015 16.3384 13.7974 16.3816 13.8789H17.4508C17.494 13.7974 17.5227 13.7015 17.5227 13.6008Z"
fill="black"
/>
<g filter="url(#filter11_f_4002_3859)">
<path
d="M17.8824 13.4769C17.8824 13.136 17.6052 12.9088 17.5303 12.8401L17.1894 13.1697L17.3992 13.5968L17.8824 13.4769Z"
fill="url(#paint52_linear_4002_3859)"
/>
</g>
<g filter="url(#filter12_f_4002_3859)">
<ellipse
cx={16.6004}
cy={12.9967}
rx={0.460497}
ry={0.233054}
transform="rotate(-27.914 16.6004 12.9967)"
fill="#C7A7A3"
fillOpacity={0.9}
/>
<ellipse
cx={16.6004}
cy={12.9967}
rx={0.460497}
ry={0.233054}
transform="rotate(-27.914 16.6004 12.9967)"
fill="url(#paint53_radial_4002_3859)"
/>
</g>
<path
d="M25.3172 15.7775C25.395 14.5197 25.47 13.2634 25.5354 12.0057C26.4284 12.1619 27.1071 12.9412 27.1071 13.8789C27.1071 14.8917 26.3155 15.7196 25.3172 15.7775Z"
fill="url(#paint54_linear_4002_3859)"
/>
<path
d="M25.3172 15.7775C25.395 14.5197 25.47 13.2634 25.5354 12.0057C26.4284 12.1619 27.1071 12.9412 27.1071 13.8789C27.1071 14.8917 26.3155 15.7196 25.3172 15.7775Z"
fill="url(#paint55_radial_4002_3859)"
/>
<path
d="M25.3172 15.7775C25.395 14.5197 25.47 13.2634 25.5354 12.0057C26.4284 12.1619 27.1071 12.9412 27.1071 13.8789C27.1071 14.8917 26.3155 15.7196 25.3172 15.7775Z"
fill="url(#paint56_radial_4002_3859)"
/>
<path
d="M13.5267 11.9958C12.6033 12.1261 11.8929 12.9195 11.8929 13.8789C11.8929 14.8942 12.6886 15.7237 13.6904 15.7779C13.6141 14.515 13.5512 13.2592 13.5267 11.9958Z"
fill="url(#paint57_linear_4002_3859)"
/>
<path
d="M13.5267 11.9958C12.6033 12.1261 11.8929 12.9195 11.8929 13.8789C11.8929 14.8942 12.6886 15.7237 13.6904 15.7779C13.6141 14.515 13.5512 13.2592 13.5267 11.9958Z"
fill="url(#paint58_radial_4002_3859)"
/>
<g filter="url(#filter13_f_4002_3859)">
<path
d="M13.5467 12.7771C13.0424 12.8902 12.6656 13.3405 12.6656 13.8789C12.6656 14.4519 13.0923 14.9252 13.6453 14.9983C13.6043 14.2575 13.5697 13.5181 13.5467 12.7771Z"
fill="#DD8224"
/>
</g>
<g filter="url(#filter14_f_4002_3859)">
<path
d="M25.3644 15.0081C25.4099 14.2581 25.454 13.5085 25.4951 12.7585C26.0521 12.828 26.4831 13.3031 26.4831 13.8789C26.4831 14.4991 25.9832 15.0024 25.3644 15.0081Z"
fill="#FFC837"
/>
</g>
<g filter="url(#filter15_f_4002_3859)">
<path
d="M15.5132 10.8727C15.8169 10.6548 16.574 10.2715 17.4694 10.422"
stroke="#C96953"
strokeWidth={0.25}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter16_f_4002_3859)">
<path
d="M23.7088 10.8183C23.405 10.6003 22.648 10.217 21.7525 10.3676"
stroke="#C96953"
strokeWidth={0.25}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter17_f_4002_3859)">
<path
d="M7.84241 13.6581V19.675C7.84241 20.5409 8.39955 21.3084 9.22279 21.5766L13.4049 22.9393"
stroke="url(#paint59_linear_4002_3859)"
/>
</g>
<g filter="url(#filter18_f_4002_3859)">
<path
d="M5.07678 5.23621L5.22522 7.18152"
stroke="url(#paint60_linear_4002_3859)"
strokeWidth={0.075}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter19_f_4002_3859)">
<path
d="M6.73303 4.25964L6.66272 6.55652"
stroke="url(#paint61_linear_4002_3859)"
strokeWidth={0.075}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter20_f_4002_3859)">
<path
d="M8.34241 5.40808L8.10803 6.81433"
stroke="url(#paint62_linear_4002_3859)"
strokeWidth={0.075}
strokeLinecap="round"
/>
</g>
<defs>
<filter
id="filter0_ii_4002_3859"
x={13.5157}
y={6.89935}
width={12.8295}
height={14.7867}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={0.75} />
<feGaussianBlur stdDeviation={0.6} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.823529 0 0 0 0 0.623529 0 0 0 0 0.313726 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_4002_3859"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy={0.2} />
<feGaussianBlur stdDeviation={0.375} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.980392 0 0 0 0 0.54902 0 0 0 0 0.0941176 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="effect1_innerShadow_4002_3859"
result="effect2_innerShadow_4002_3859"
/>
</filter>
<filter
id="filter1_f_4002_3859"
x={17.1457}
y={12.2184}
width={4.21875}
height={5.42761}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.5}
result="effect1_foregroundBlur_4002_3859"
/>
</filter>
<filter
id="filter2_f_4002_3859"
x={18.2907}
y={12.8871}
width={2.41875}
height={3.62761}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.05}
result="effect1_foregroundBlur_4002_3859"
/>
</filter>
<filter
id="filter3_f_4002_3859"
x={17.3481}
y={16.9569}
width={4.30382}
height={1.76799}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.05}
result="effect1_foregroundBlur_4002_3859"
/>
</filter>
<filter
id="filter4_ii_4002_3859"
x={11.8929}
y={3.23602}
width={15.2143}
height={9.78571}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy={-0.5} />
<feGaussianBlur stdDeviation={0.625} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.945098 0 0 0 0 0.509804 0 0 0 0 0.0627451 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_4002_3859"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy={-0.2} />
<feGaussianBlur stdDeviation={0.2} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.862745 0 0 0 0 0.486275 0 0 0 0 0.0470588 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="effect1_innerShadow_4002_3859"
result="effect2_innerShadow_4002_3859"
/>
</filter>
<filter
id="filter5_i_4002_3859"
x={21.3784}
y={9.87532}
width={2.74612}
height={1.37059}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={0.1} dy={-0.2} />
<feGaussianBlur stdDeviation={0.125} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.603922 0 0 0 0 0.243137 0 0 0 0 0.152941 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_4002_3859"
/>
</filter>
<filter
id="filter6_i_4002_3859"
x={15.1658}
y={9.89277}
width={2.74612}
height={1.35314}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={0.1} dy={-0.2} />
<feGaussianBlur stdDeviation={0.125} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.603922 0 0 0 0 0.243137 0 0 0 0 0.152941 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_4002_3859"
/>
</filter>
<filter
id="filter7_f_4002_3859"
x={12.1085}
y={4.22754}
width={8.19116}
height={7.49078}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.25}
result="effect1_foregroundBlur_4002_3859"
/>
</filter>
<filter
id="filter8_f_4002_3859"
x={19.0617}
y={4.80591}
width={7.97357}
height={7.23523}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.25}
result="effect1_foregroundBlur_4002_3859"
/>
</filter>
<filter
id="filter9_f_4002_3859"
x={21.2295}
y={12.6082}
width={0.893604}
height={0.786548}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.05}
result="effect1_foregroundBlur_4002_3859"
/>
</filter>
<filter
id="filter10_f_4002_3859"
x={22.2403}
y={12.715}
width={0.980566}
height={1.00681}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.1}
result="effect1_foregroundBlur_4002_3859"
/>
</filter>
<filter
id="filter11_f_4002_3859"
x={16.9894}
y={12.6401}
width={1.09299}
height={1.15665}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.1}
result="effect1_foregroundBlur_4002_3859"
/>
</filter>
<filter
id="filter12_f_4002_3859"
x={16.079}
y={12.5985}
width={1.04283}
height={0.796313}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.05}
result="effect1_foregroundBlur_4002_3859"
/>
</filter>
<filter
id="filter13_f_4002_3859"
x={12.4156}
y={12.5271}
width={1.47968}
height={2.72119}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.125}
result="effect1_foregroundBlur_4002_3859"
/>
</filter>
<filter
id="filter14_f_4002_3859"
x={25.1144}
y={12.5085}
width={1.61871}
height={2.74957}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.125}
result="effect1_foregroundBlur_4002_3859"
/>
</filter>
<filter
id="filter15_f_4002_3859"
x={15.1382}
y={10.0128}
width={2.7063}
height={1.23486}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.125}
result="effect1_foregroundBlur_4002_3859"
/>
</filter>
<filter
id="filter16_f_4002_3859"
x={21.3775}
y={9.95837}
width={2.7063}
height={1.23486}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.125}
result="effect1_foregroundBlur_4002_3859"
/>
</filter>
<filter
id="filter17_f_4002_3859"
x={5.84241}
y={12.158