@jstnmthw/react-fluentui-emoji
Version:
Fluent Emoji SVG icons for UI react development.
917 lines (916 loc) • 74 kB
JSX
const React = require("react");
const WomanPoutingIcon = ({ 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}
<g filter="url(#filter0_i_13036_4557)">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.285 12.2199C23.5002 11.7792 23.6129 11.2873 23.6129 10.7749C23.6129 10.3017 23.5156 9.85772 23.341 9.45299H23.3464C23.2649 9.26971 23.1734 9.09656 23.0616 8.93352L23.0596 8.93035C22.7111 8.39747 22.5267 7.77236 22.5267 7.13699V7.12675C22.5267 5.28215 21.0305 3.78598 19.1859 3.78598C19.0015 3.78598 18.8272 3.704 18.7248 3.55028C18.1201 2.70996 17.126 2.15659 16.009 2.15659C14.892 2.15659 13.898 2.70996 13.2933 3.55028C13.1909 3.69375 13.0167 3.78598 12.8322 3.78598C12.8034 3.78598 12.7747 3.78634 12.7461 3.78707C10.9413 3.83276 9.49143 5.31094 9.49143 7.12675V7.13699C9.49143 7.77236 9.30697 8.39747 8.95855 8.93035L8.95622 8.93407C8.60928 9.46614 8.40527 10.0899 8.40527 10.7749C8.40527 11.2976 8.52825 11.7792 8.7332 12.2199C8.80494 12.3633 8.80494 12.5376 8.7332 12.681C8.52825 13.1114 8.40527 13.5931 8.40527 14.1055C8.40527 15.9091 9.86045 17.3643 11.6641 17.3643H20.3542C22.1578 17.3643 23.6129 15.9091 23.6129 14.1055C23.6129 13.5931 23.49 13.1114 23.285 12.681C23.2133 12.5376 23.2133 12.3633 23.285 12.2199ZM10.8701 9.51376H10.8577L12.0715 11.899C12.1963 14.7369 13.3039 11.899 16.009 11.899C18.7141 11.899 19.8938 15.0578 20.0186 12.2199L21.1689 8.9824C21.1145 7.72185 20.201 7.63338 20.0186 7.63338H16.758C15.4704 7.63338 14.2554 7.00314 13.5285 5.93897C13.4039 5.76333 13.1443 5.79433 13.0612 5.99063L12.9781 6.18693C12.7497 6.75518 12.3135 7.18911 11.7736 7.43708C11.758 7.44224 11.7398 7.44999 11.7216 7.45774C11.7035 7.46549 11.6853 7.47324 11.6697 7.4784C11.4309 7.60238 10.8701 7.97433 10.8494 8.93518L10.8597 9.24513L10.8701 9.51376Z"
fill="url(#paint0_linear_13036_4557)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.285 12.2199C23.5002 11.7792 23.6129 11.2873 23.6129 10.7749C23.6129 10.3017 23.5156 9.85772 23.341 9.45299H23.3464C23.2649 9.26971 23.1734 9.09656 23.0616 8.93352L23.0596 8.93035C22.7111 8.39747 22.5267 7.77236 22.5267 7.13699V7.12675C22.5267 5.28215 21.0305 3.78598 19.1859 3.78598C19.0015 3.78598 18.8272 3.704 18.7248 3.55028C18.1201 2.70996 17.126 2.15659 16.009 2.15659C14.892 2.15659 13.898 2.70996 13.2933 3.55028C13.1909 3.69375 13.0167 3.78598 12.8322 3.78598C12.8034 3.78598 12.7747 3.78634 12.7461 3.78707C10.9413 3.83276 9.49143 5.31094 9.49143 7.12675V7.13699C9.49143 7.77236 9.30697 8.39747 8.95855 8.93035L8.95622 8.93407C8.60928 9.46614 8.40527 10.0899 8.40527 10.7749C8.40527 11.2976 8.52825 11.7792 8.7332 12.2199C8.80494 12.3633 8.80494 12.5376 8.7332 12.681C8.52825 13.1114 8.40527 13.5931 8.40527 14.1055C8.40527 15.9091 9.86045 17.3643 11.6641 17.3643H20.3542C22.1578 17.3643 23.6129 15.9091 23.6129 14.1055C23.6129 13.5931 23.49 13.1114 23.285 12.681C23.2133 12.5376 23.2133 12.3633 23.285 12.2199ZM10.8701 9.51376H10.8577L12.0715 11.899C12.1963 14.7369 13.3039 11.899 16.009 11.899C18.7141 11.899 19.8938 15.0578 20.0186 12.2199L21.1689 8.9824C21.1145 7.72185 20.201 7.63338 20.0186 7.63338H16.758C15.4704 7.63338 14.2554 7.00314 13.5285 5.93897C13.4039 5.76333 13.1443 5.79433 13.0612 5.99063L12.9781 6.18693C12.7497 6.75518 12.3135 7.18911 11.7736 7.43708C11.758 7.44224 11.7398 7.44999 11.7216 7.45774C11.7035 7.46549 11.6853 7.47324 11.6697 7.4784C11.4309 7.60238 10.8701 7.97433 10.8494 8.93518L10.8597 9.24513L10.8701 9.51376Z"
fill="url(#paint1_radial_13036_4557)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.285 12.2199C23.5002 11.7792 23.6129 11.2873 23.6129 10.7749C23.6129 10.3017 23.5156 9.85772 23.341 9.45299H23.3464C23.2649 9.26971 23.1734 9.09656 23.0616 8.93352L23.0596 8.93035C22.7111 8.39747 22.5267 7.77236 22.5267 7.13699V7.12675C22.5267 5.28215 21.0305 3.78598 19.1859 3.78598C19.0015 3.78598 18.8272 3.704 18.7248 3.55028C18.1201 2.70996 17.126 2.15659 16.009 2.15659C14.892 2.15659 13.898 2.70996 13.2933 3.55028C13.1909 3.69375 13.0167 3.78598 12.8322 3.78598C12.8034 3.78598 12.7747 3.78634 12.7461 3.78707C10.9413 3.83276 9.49143 5.31094 9.49143 7.12675V7.13699C9.49143 7.77236 9.30697 8.39747 8.95855 8.93035L8.95622 8.93407C8.60928 9.46614 8.40527 10.0899 8.40527 10.7749C8.40527 11.2976 8.52825 11.7792 8.7332 12.2199C8.80494 12.3633 8.80494 12.5376 8.7332 12.681C8.52825 13.1114 8.40527 13.5931 8.40527 14.1055C8.40527 15.9091 9.86045 17.3643 11.6641 17.3643H20.3542C22.1578 17.3643 23.6129 15.9091 23.6129 14.1055C23.6129 13.5931 23.49 13.1114 23.285 12.681C23.2133 12.5376 23.2133 12.3633 23.285 12.2199ZM10.8701 9.51376H10.8577L12.0715 11.899C12.1963 14.7369 13.3039 11.899 16.009 11.899C18.7141 11.899 19.8938 15.0578 20.0186 12.2199L21.1689 8.9824C21.1145 7.72185 20.201 7.63338 20.0186 7.63338H16.758C15.4704 7.63338 14.2554 7.00314 13.5285 5.93897C13.4039 5.76333 13.1443 5.79433 13.0612 5.99063L12.9781 6.18693C12.7497 6.75518 12.3135 7.18911 11.7736 7.43708C11.758 7.44224 11.7398 7.44999 11.7216 7.45774C11.7035 7.46549 11.6853 7.47324 11.6697 7.4784C11.4309 7.60238 10.8701 7.97433 10.8494 8.93518L10.8597 9.24513L10.8701 9.51376Z"
fill="url(#paint2_radial_13036_4557)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.285 12.2199C23.5002 11.7792 23.6129 11.2873 23.6129 10.7749C23.6129 10.3017 23.5156 9.85772 23.341 9.45299H23.3464C23.2649 9.26971 23.1734 9.09656 23.0616 8.93352L23.0596 8.93035C22.7111 8.39747 22.5267 7.77236 22.5267 7.13699V7.12675C22.5267 5.28215 21.0305 3.78598 19.1859 3.78598C19.0015 3.78598 18.8272 3.704 18.7248 3.55028C18.1201 2.70996 17.126 2.15659 16.009 2.15659C14.892 2.15659 13.898 2.70996 13.2933 3.55028C13.1909 3.69375 13.0167 3.78598 12.8322 3.78598C12.8034 3.78598 12.7747 3.78634 12.7461 3.78707C10.9413 3.83276 9.49143 5.31094 9.49143 7.12675V7.13699C9.49143 7.77236 9.30697 8.39747 8.95855 8.93035L8.95622 8.93407C8.60928 9.46614 8.40527 10.0899 8.40527 10.7749C8.40527 11.2976 8.52825 11.7792 8.7332 12.2199C8.80494 12.3633 8.80494 12.5376 8.7332 12.681C8.52825 13.1114 8.40527 13.5931 8.40527 14.1055C8.40527 15.9091 9.86045 17.3643 11.6641 17.3643H20.3542C22.1578 17.3643 23.6129 15.9091 23.6129 14.1055C23.6129 13.5931 23.49 13.1114 23.285 12.681C23.2133 12.5376 23.2133 12.3633 23.285 12.2199ZM10.8701 9.51376H10.8577L12.0715 11.899C12.1963 14.7369 13.3039 11.899 16.009 11.899C18.7141 11.899 19.8938 15.0578 20.0186 12.2199L21.1689 8.9824C21.1145 7.72185 20.201 7.63338 20.0186 7.63338H16.758C15.4704 7.63338 14.2554 7.00314 13.5285 5.93897C13.4039 5.76333 13.1443 5.79433 13.0612 5.99063L12.9781 6.18693C12.7497 6.75518 12.3135 7.18911 11.7736 7.43708C11.758 7.44224 11.7398 7.44999 11.7216 7.45774C11.7035 7.46549 11.6853 7.47324 11.6697 7.4784C11.4309 7.60238 10.8701 7.97433 10.8494 8.93518L10.8597 9.24513L10.8701 9.51376Z"
fill="url(#paint3_radial_13036_4557)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.285 12.2199C23.5002 11.7792 23.6129 11.2873 23.6129 10.7749C23.6129 10.3017 23.5156 9.85772 23.341 9.45299H23.3464C23.2649 9.26971 23.1734 9.09656 23.0616 8.93352L23.0596 8.93035C22.7111 8.39747 22.5267 7.77236 22.5267 7.13699V7.12675C22.5267 5.28215 21.0305 3.78598 19.1859 3.78598C19.0015 3.78598 18.8272 3.704 18.7248 3.55028C18.1201 2.70996 17.126 2.15659 16.009 2.15659C14.892 2.15659 13.898 2.70996 13.2933 3.55028C13.1909 3.69375 13.0167 3.78598 12.8322 3.78598C12.8034 3.78598 12.7747 3.78634 12.7461 3.78707C10.9413 3.83276 9.49143 5.31094 9.49143 7.12675V7.13699C9.49143 7.77236 9.30697 8.39747 8.95855 8.93035L8.95622 8.93407C8.60928 9.46614 8.40527 10.0899 8.40527 10.7749C8.40527 11.2976 8.52825 11.7792 8.7332 12.2199C8.80494 12.3633 8.80494 12.5376 8.7332 12.681C8.52825 13.1114 8.40527 13.5931 8.40527 14.1055C8.40527 15.9091 9.86045 17.3643 11.6641 17.3643H20.3542C22.1578 17.3643 23.6129 15.9091 23.6129 14.1055C23.6129 13.5931 23.49 13.1114 23.285 12.681C23.2133 12.5376 23.2133 12.3633 23.285 12.2199ZM10.8701 9.51376H10.8577L12.0715 11.899C12.1963 14.7369 13.3039 11.899 16.009 11.899C18.7141 11.899 19.8938 15.0578 20.0186 12.2199L21.1689 8.9824C21.1145 7.72185 20.201 7.63338 20.0186 7.63338H16.758C15.4704 7.63338 14.2554 7.00314 13.5285 5.93897C13.4039 5.76333 13.1443 5.79433 13.0612 5.99063L12.9781 6.18693C12.7497 6.75518 12.3135 7.18911 11.7736 7.43708C11.758 7.44224 11.7398 7.44999 11.7216 7.45774C11.7035 7.46549 11.6853 7.47324 11.6697 7.4784C11.4309 7.60238 10.8701 7.97433 10.8494 8.93518L10.8597 9.24513L10.8701 9.51376Z"
fill="url(#paint4_radial_13036_4557)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.285 12.2199C23.5002 11.7792 23.6129 11.2873 23.6129 10.7749C23.6129 10.3017 23.5156 9.85772 23.341 9.45299H23.3464C23.2649 9.26971 23.1734 9.09656 23.0616 8.93352L23.0596 8.93035C22.7111 8.39747 22.5267 7.77236 22.5267 7.13699V7.12675C22.5267 5.28215 21.0305 3.78598 19.1859 3.78598C19.0015 3.78598 18.8272 3.704 18.7248 3.55028C18.1201 2.70996 17.126 2.15659 16.009 2.15659C14.892 2.15659 13.898 2.70996 13.2933 3.55028C13.1909 3.69375 13.0167 3.78598 12.8322 3.78598C12.8034 3.78598 12.7747 3.78634 12.7461 3.78707C10.9413 3.83276 9.49143 5.31094 9.49143 7.12675V7.13699C9.49143 7.77236 9.30697 8.39747 8.95855 8.93035L8.95622 8.93407C8.60928 9.46614 8.40527 10.0899 8.40527 10.7749C8.40527 11.2976 8.52825 11.7792 8.7332 12.2199C8.80494 12.3633 8.80494 12.5376 8.7332 12.681C8.52825 13.1114 8.40527 13.5931 8.40527 14.1055C8.40527 15.9091 9.86045 17.3643 11.6641 17.3643H20.3542C22.1578 17.3643 23.6129 15.9091 23.6129 14.1055C23.6129 13.5931 23.49 13.1114 23.285 12.681C23.2133 12.5376 23.2133 12.3633 23.285 12.2199ZM10.8701 9.51376H10.8577L12.0715 11.899C12.1963 14.7369 13.3039 11.899 16.009 11.899C18.7141 11.899 19.8938 15.0578 20.0186 12.2199L21.1689 8.9824C21.1145 7.72185 20.201 7.63338 20.0186 7.63338H16.758C15.4704 7.63338 14.2554 7.00314 13.5285 5.93897C13.4039 5.76333 13.1443 5.79433 13.0612 5.99063L12.9781 6.18693C12.7497 6.75518 12.3135 7.18911 11.7736 7.43708C11.758 7.44224 11.7398 7.44999 11.7216 7.45774C11.7035 7.46549 11.6853 7.47324 11.6697 7.4784C11.4309 7.60238 10.8701 7.97433 10.8494 8.93518L10.8597 9.24513L10.8701 9.51376Z"
fill="url(#paint5_radial_13036_4557)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.285 12.2199C23.5002 11.7792 23.6129 11.2873 23.6129 10.7749C23.6129 10.3017 23.5156 9.85772 23.341 9.45299H23.3464C23.2649 9.26971 23.1734 9.09656 23.0616 8.93352L23.0596 8.93035C22.7111 8.39747 22.5267 7.77236 22.5267 7.13699V7.12675C22.5267 5.28215 21.0305 3.78598 19.1859 3.78598C19.0015 3.78598 18.8272 3.704 18.7248 3.55028C18.1201 2.70996 17.126 2.15659 16.009 2.15659C14.892 2.15659 13.898 2.70996 13.2933 3.55028C13.1909 3.69375 13.0167 3.78598 12.8322 3.78598C12.8034 3.78598 12.7747 3.78634 12.7461 3.78707C10.9413 3.83276 9.49143 5.31094 9.49143 7.12675V7.13699C9.49143 7.77236 9.30697 8.39747 8.95855 8.93035L8.95622 8.93407C8.60928 9.46614 8.40527 10.0899 8.40527 10.7749C8.40527 11.2976 8.52825 11.7792 8.7332 12.2199C8.80494 12.3633 8.80494 12.5376 8.7332 12.681C8.52825 13.1114 8.40527 13.5931 8.40527 14.1055C8.40527 15.9091 9.86045 17.3643 11.6641 17.3643H20.3542C22.1578 17.3643 23.6129 15.9091 23.6129 14.1055C23.6129 13.5931 23.49 13.1114 23.285 12.681C23.2133 12.5376 23.2133 12.3633 23.285 12.2199ZM10.8701 9.51376H10.8577L12.0715 11.899C12.1963 14.7369 13.3039 11.899 16.009 11.899C18.7141 11.899 19.8938 15.0578 20.0186 12.2199L21.1689 8.9824C21.1145 7.72185 20.201 7.63338 20.0186 7.63338H16.758C15.4704 7.63338 14.2554 7.00314 13.5285 5.93897C13.4039 5.76333 13.1443 5.79433 13.0612 5.99063L12.9781 6.18693C12.7497 6.75518 12.3135 7.18911 11.7736 7.43708C11.758 7.44224 11.7398 7.44999 11.7216 7.45774C11.7035 7.46549 11.6853 7.47324 11.6697 7.4784C11.4309 7.60238 10.8701 7.97433 10.8494 8.93518L10.8597 9.24513L10.8701 9.51376Z"
fill="url(#paint6_radial_13036_4557)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.285 12.2199C23.5002 11.7792 23.6129 11.2873 23.6129 10.7749C23.6129 10.3017 23.5156 9.85772 23.341 9.45299H23.3464C23.2649 9.26971 23.1734 9.09656 23.0616 8.93352L23.0596 8.93035C22.7111 8.39747 22.5267 7.77236 22.5267 7.13699V7.12675C22.5267 5.28215 21.0305 3.78598 19.1859 3.78598C19.0015 3.78598 18.8272 3.704 18.7248 3.55028C18.1201 2.70996 17.126 2.15659 16.009 2.15659C14.892 2.15659 13.898 2.70996 13.2933 3.55028C13.1909 3.69375 13.0167 3.78598 12.8322 3.78598C12.8034 3.78598 12.7747 3.78634 12.7461 3.78707C10.9413 3.83276 9.49143 5.31094 9.49143 7.12675V7.13699C9.49143 7.77236 9.30697 8.39747 8.95855 8.93035L8.95622 8.93407C8.60928 9.46614 8.40527 10.0899 8.40527 10.7749C8.40527 11.2976 8.52825 11.7792 8.7332 12.2199C8.80494 12.3633 8.80494 12.5376 8.7332 12.681C8.52825 13.1114 8.40527 13.5931 8.40527 14.1055C8.40527 15.9091 9.86045 17.3643 11.6641 17.3643H20.3542C22.1578 17.3643 23.6129 15.9091 23.6129 14.1055C23.6129 13.5931 23.49 13.1114 23.285 12.681C23.2133 12.5376 23.2133 12.3633 23.285 12.2199ZM10.8701 9.51376H10.8577L12.0715 11.899C12.1963 14.7369 13.3039 11.899 16.009 11.899C18.7141 11.899 19.8938 15.0578 20.0186 12.2199L21.1689 8.9824C21.1145 7.72185 20.201 7.63338 20.0186 7.63338H16.758C15.4704 7.63338 14.2554 7.00314 13.5285 5.93897C13.4039 5.76333 13.1443 5.79433 13.0612 5.99063L12.9781 6.18693C12.7497 6.75518 12.3135 7.18911 11.7736 7.43708C11.758 7.44224 11.7398 7.44999 11.7216 7.45774C11.7035 7.46549 11.6853 7.47324 11.6697 7.4784C11.4309 7.60238 10.8701 7.97433 10.8494 8.93518L10.8597 9.24513L10.8701 9.51376Z"
fill="url(#paint7_radial_13036_4557)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.285 12.2199C23.5002 11.7792 23.6129 11.2873 23.6129 10.7749C23.6129 10.3017 23.5156 9.85772 23.341 9.45299H23.3464C23.2649 9.26971 23.1734 9.09656 23.0616 8.93352L23.0596 8.93035C22.7111 8.39747 22.5267 7.77236 22.5267 7.13699V7.12675C22.5267 5.28215 21.0305 3.78598 19.1859 3.78598C19.0015 3.78598 18.8272 3.704 18.7248 3.55028C18.1201 2.70996 17.126 2.15659 16.009 2.15659C14.892 2.15659 13.898 2.70996 13.2933 3.55028C13.1909 3.69375 13.0167 3.78598 12.8322 3.78598C12.8034 3.78598 12.7747 3.78634 12.7461 3.78707C10.9413 3.83276 9.49143 5.31094 9.49143 7.12675V7.13699C9.49143 7.77236 9.30697 8.39747 8.95855 8.93035L8.95622 8.93407C8.60928 9.46614 8.40527 10.0899 8.40527 10.7749C8.40527 11.2976 8.52825 11.7792 8.7332 12.2199C8.80494 12.3633 8.80494 12.5376 8.7332 12.681C8.52825 13.1114 8.40527 13.5931 8.40527 14.1055C8.40527 15.9091 9.86045 17.3643 11.6641 17.3643H20.3542C22.1578 17.3643 23.6129 15.9091 23.6129 14.1055C23.6129 13.5931 23.49 13.1114 23.285 12.681C23.2133 12.5376 23.2133 12.3633 23.285 12.2199ZM10.8701 9.51376H10.8577L12.0715 11.899C12.1963 14.7369 13.3039 11.899 16.009 11.899C18.7141 11.899 19.8938 15.0578 20.0186 12.2199L21.1689 8.9824C21.1145 7.72185 20.201 7.63338 20.0186 7.63338H16.758C15.4704 7.63338 14.2554 7.00314 13.5285 5.93897C13.4039 5.76333 13.1443 5.79433 13.0612 5.99063L12.9781 6.18693C12.7497 6.75518 12.3135 7.18911 11.7736 7.43708C11.758 7.44224 11.7398 7.44999 11.7216 7.45774C11.7035 7.46549 11.6853 7.47324 11.6697 7.4784C11.4309 7.60238 10.8701 7.97433 10.8494 8.93518L10.8597 9.24513L10.8701 9.51376Z"
fill="url(#paint8_radial_13036_4557)"
/>
</g>
<path
d="M9.15684 24.6039L5.25146 24.7874C5.82891 19.5343 10.2812 15.4476 15.6881 15.4476H16.3131C21.7275 15.4476 26.1848 19.5458 26.7521 24.8095L22.3751 24.6039V29.7914H9.15684V24.6039Z"
fill="url(#paint9_radial_13036_4557)"
/>
<path
d="M9.15684 24.6039L5.25146 24.7874C5.82891 19.5343 10.2812 15.4476 15.6881 15.4476H16.3131C21.7275 15.4476 26.1848 19.5458 26.7521 24.8095L22.3751 24.6039V29.7914H9.15684V24.6039Z"
fill="url(#paint10_radial_13036_4557)"
/>
<path
d="M9.15684 24.6039L5.25146 24.7874C5.82891 19.5343 10.2812 15.4476 15.6881 15.4476H16.3131C21.7275 15.4476 26.1848 19.5458 26.7521 24.8095L22.3751 24.6039V29.7914H9.15684V24.6039Z"
fill="url(#paint11_linear_13036_4557)"
/>
<path
d="M9.15684 24.6039L5.25146 24.7874C5.82891 19.5343 10.2812 15.4476 15.6881 15.4476H16.3131C21.7275 15.4476 26.1848 19.5458 26.7521 24.8095L22.3751 24.6039V29.7914H9.15684V24.6039Z"
fill="url(#paint12_radial_13036_4557)"
/>
<path
d="M22.925 17.7905C25.0201 19.4908 26.4474 21.982 26.7521 24.8095L22.925 24.6297V17.7905Z"
fill="url(#paint13_radial_13036_4557)"
/>
<path
d="M22.925 17.7905C25.0201 19.4908 26.4474 21.982 26.7521 24.8095L22.925 24.6297V17.7905Z"
fill="url(#paint14_linear_13036_4557)"
/>
<path
d="M5.25146 24.7874L9.09827 24.6273L9.15686 24.8095H9.18811V17.7009C7.03748 19.3983 5.56677 21.9189 5.25146 24.7874Z"
fill="url(#paint15_radial_13036_4557)"
/>
<path
d="M5.25146 24.7874L9.09827 24.6273L9.15686 24.8095H9.18811V17.7009C7.03748 19.3983 5.56677 21.9189 5.25146 24.7874Z"
fill="url(#paint16_linear_13036_4557)"
/>
<path
d="M5.25146 24.7874L9.09827 24.6273L9.15686 24.8095H9.18811V17.7009C7.03748 19.3983 5.56677 21.9189 5.25146 24.7874Z"
fill="url(#paint17_radial_13036_4557)"
/>
<g filter="url(#filter1_i_13036_4557)">
<path
d="M26.3744 28.3852C26.9744 27.3352 26.8275 25.5727 26.7494 24.7875L22.8119 24.6195C22.3994 24.832 21.2859 24.7081 20.7806 24.6195L11.8833 23.2133C11.2661 23.0961 9.78679 22.9816 9.10986 23.3461C8.34424 23.7584 8.10986 24.5388 8.17236 24.9242C12.4432 26.4555 20.8041 29.4867 21.9291 29.7367C23.7494 30.0492 25.6244 29.6977 26.3744 28.3852Z"
fill="url(#paint18_radial_13036_4557)"
/>
</g>
<path
d="M26.3744 28.3852C26.9744 27.3352 26.8275 25.5727 26.7494 24.7875L22.8119 24.6195C22.3994 24.832 21.2859 24.7081 20.7806 24.6195L11.8833 23.2133C11.2661 23.0961 9.78679 22.9816 9.10986 23.3461C8.34424 23.7584 8.10986 24.5388 8.17236 24.9242C12.4432 26.4555 20.8041 29.4867 21.9291 29.7367C23.7494 30.0492 25.6244 29.6977 26.3744 28.3852Z"
fill="url(#paint19_radial_13036_4557)"
/>
<path
d="M26.3744 28.3852C26.9744 27.3352 26.8275 25.5727 26.7494 24.7875L22.8119 24.6195C22.3994 24.832 21.2859 24.7081 20.7806 24.6195L11.8833 23.2133C11.2661 23.0961 9.78679 22.9816 9.10986 23.3461C8.34424 23.7584 8.10986 24.5388 8.17236 24.9242C12.4432 26.4555 20.8041 29.4867 21.9291 29.7367C23.7494 30.0492 25.6244 29.6977 26.3744 28.3852Z"
fill="url(#paint20_radial_13036_4557)"
/>
<g filter="url(#filter2_i_13036_4557)">
<path
d="M5.6256 28.3852C5.0256 27.3352 5.17246 25.5727 5.2506 24.7875L9.18811 24.6195C9.60061 24.832 10.7141 24.7081 11.2194 24.6195L20.8912 23.057C21.5084 22.9398 22.3393 22.88 23.0162 23.2445C23.7444 23.6366 23.7164 24.2098 23.6582 24.5966C23.6528 24.6325 23.6291 24.6618 23.5949 24.6741C19.3094 26.2137 11.1912 29.4878 10.0709 29.7367C8.25061 30.0492 6.3756 29.6977 5.6256 28.3852Z"
fill="url(#paint21_radial_13036_4557)"
/>
</g>
<rect
x={13.8755}
y={12.5419}
width={4.2229}
height={6.02758}
rx={2.11145}
fill="url(#paint22_radial_13036_4557)"
/>
<rect
x={13.8755}
y={12.5419}
width={4.2229}
height={6.02758}
rx={2.11145}
fill="url(#paint23_radial_13036_4557)"
/>
<g filter="url(#filter3_i_13036_4557)">
<path
d="M11.2644 12.4218C12.1643 12.4218 12.8938 11.6923 12.8938 10.7924C12.8938 9.8925 12.1643 9.16299 11.2644 9.16299C10.3645 9.16299 9.63501 9.8925 9.63501 10.7924C9.63501 11.6923 10.3645 12.4218 11.2644 12.4218Z"
fill="url(#paint24_linear_13036_4557)"
/>
</g>
<g filter="url(#filter4_i_13036_4557)">
<path
d="M20.8972 12.4218C21.7971 12.4218 22.5266 11.6923 22.5266 10.7924C22.5266 9.8925 21.7971 9.16299 20.8972 9.16299C19.9973 9.16299 19.2678 9.8925 19.2678 10.7924C19.2678 11.6923 19.9973 12.4218 20.8972 12.4218Z"
fill="url(#paint25_radial_13036_4557)"
/>
</g>
<g filter="url(#filter5_f_13036_4557)">
<path
d="M20.8972 11.88C21.4979 11.88 21.9849 11.3931 21.9849 10.7924C21.9849 10.1917 21.4979 9.70471 20.8972 9.70471C20.2965 9.70471 19.8096 10.1917 19.8096 10.7924C19.8096 11.3931 20.2965 11.88 20.8972 11.88Z"
fill="#FFCA38"
/>
<path
d="M20.8972 11.88C21.4979 11.88 21.9849 11.3931 21.9849 10.7924C21.9849 10.1917 21.4979 9.70471 20.8972 9.70471C20.2965 9.70471 19.8096 10.1917 19.8096 10.7924C19.8096 11.3931 20.2965 11.88 20.8972 11.88Z"
fill="url(#paint26_radial_13036_4557)"
/>
</g>
<g filter="url(#filter6_f_13036_4557)">
<path
d="M11.284 11.88C11.8847 11.88 12.3716 11.3931 12.3716 10.7924C12.3716 10.1917 11.8847 9.70471 11.284 9.70471C10.6833 9.70471 10.1963 10.1917 10.1963 10.7924C10.1963 11.3931 10.6833 11.88 11.284 11.88Z"
fill="#E28527"
/>
<path
d="M11.284 11.88C11.8847 11.88 12.3716 11.3931 12.3716 10.7924C12.3716 10.1917 11.8847 9.70471 11.284 9.70471C10.6833 9.70471 10.1963 10.1917 10.1963 10.7924C10.1963 11.3931 10.6833 11.88 11.284 11.88Z"
fill="url(#paint27_radial_13036_4557)"
/>
</g>
<g filter="url(#filter7_i_13036_4557)">
<path
d="M10.8577 9.51376H10.8701L10.8597 9.24513L10.8494 8.93518C10.8701 7.97433 11.4309 7.60239 11.6697 7.4784C11.6853 7.47324 11.7035 7.46549 11.7216 7.45774C11.7398 7.44999 11.758 7.44224 11.7736 7.43708C12.3135 7.18912 12.7497 6.75518 12.9781 6.18693L13.0612 5.99063C13.1443 5.79433 13.4039 5.76333 13.5285 5.93897C14.2554 7.00314 15.4704 7.63338 16.758 7.63338H20.0187C20.201 7.63338 21.1145 7.72186 21.1689 8.9824L21.0486 12.0942C20.9237 14.9321 18.7076 16.8377 16.0025 16.8377C13.2973 16.8377 11.0812 14.9321 10.9563 12.0942L10.8577 9.51376Z"
fill="url(#paint28_radial_13036_4557)"
/>
<path
d="M10.8577 9.51376H10.8701L10.8597 9.24513L10.8494 8.93518C10.8701 7.97433 11.4309 7.60239 11.6697 7.4784C11.6853 7.47324 11.7035 7.46549 11.7216 7.45774C11.7398 7.44999 11.758 7.44224 11.7736 7.43708C12.3135 7.18912 12.7497 6.75518 12.9781 6.18693L13.0612 5.99063C13.1443 5.79433 13.4039 5.76333 13.5285 5.93897C14.2554 7.00314 15.4704 7.63338 16.758 7.63338H20.0187C20.201 7.63338 21.1145 7.72186 21.1689 8.9824L21.0486 12.0942C20.9237 14.9321 18.7076 16.8377 16.0025 16.8377C13.2973 16.8377 11.0812 14.9321 10.9563 12.0942L10.8577 9.51376Z"
fill="url(#paint29_radial_13036_4557)"
/>
<path
d="M10.8577 9.51376H10.8701L10.8597 9.24513L10.8494 8.93518C10.8701 7.97433 11.4309 7.60239 11.6697 7.4784C11.6853 7.47324 11.7035 7.46549 11.7216 7.45774C11.7398 7.44999 11.758 7.44224 11.7736 7.43708C12.3135 7.18912 12.7497 6.75518 12.9781 6.18693L13.0612 5.99063C13.1443 5.79433 13.4039 5.76333 13.5285 5.93897C14.2554 7.00314 15.4704 7.63338 16.758 7.63338H20.0187C20.201 7.63338 21.1145 7.72186 21.1689 8.9824L21.0486 12.0942C20.9237 14.9321 18.7076 16.8377 16.0025 16.8377C13.2973 16.8377 11.0812 14.9321 10.9563 12.0942L10.8577 9.51376Z"
fill="url(#paint30_radial_13036_4557)"
/>
<path
d="M10.8577 9.51376H10.8701L10.8597 9.24513L10.8494 8.93518C10.8701 7.97433 11.4309 7.60239 11.6697 7.4784C11.6853 7.47324 11.7035 7.46549 11.7216 7.45774C11.7398 7.44999 11.758 7.44224 11.7736 7.43708C12.3135 7.18912 12.7497 6.75518 12.9781 6.18693L13.0612 5.99063C13.1443 5.79433 13.4039 5.76333 13.5285 5.93897C14.2554 7.00314 15.4704 7.63338 16.758 7.63338H20.0187C20.201 7.63338 21.1145 7.72186 21.1689 8.9824L21.0486 12.0942C20.9237 14.9321 18.7076 16.8377 16.0025 16.8377C13.2973 16.8377 11.0812 14.9321 10.9563 12.0942L10.8577 9.51376Z"
fill="url(#paint31_radial_13036_4557)"
/>
<path
d="M10.8577 9.51376H10.8701L10.8597 9.24513L10.8494 8.93518C10.8701 7.97433 11.4309 7.60239 11.6697 7.4784C11.6853 7.47324 11.7035 7.46549 11.7216 7.45774C11.7398 7.44999 11.758 7.44224 11.7736 7.43708C12.3135 7.18912 12.7497 6.75518 12.9781 6.18693L13.0612 5.99063C13.1443 5.79433 13.4039 5.76333 13.5285 5.93897C14.2554 7.00314 15.4704 7.63338 16.758 7.63338H20.0187C20.201 7.63338 21.1145 7.72186 21.1689 8.9824L21.0486 12.0942C20.9237 14.9321 18.7076 16.8377 16.0025 16.8377C13.2973 16.8377 11.0812 14.9321 10.9563 12.0942L10.8577 9.51376Z"
fill="url(#paint32_radial_13036_4557)"
/>
<path
d="M10.8577 9.51376H10.8701L10.8597 9.24513L10.8494 8.93518C10.8701 7.97433 11.4309 7.60239 11.6697 7.4784C11.6853 7.47324 11.7035 7.46549 11.7216 7.45774C11.7398 7.44999 11.758 7.44224 11.7736 7.43708C12.3135 7.18912 12.7497 6.75518 12.9781 6.18693L13.0612 5.99063C13.1443 5.79433 13.4039 5.76333 13.5285 5.93897C14.2554 7.00314 15.4704 7.63338 16.758 7.63338H20.0187C20.201 7.63338 21.1145 7.72186 21.1689 8.9824L21.0486 12.0942C20.9237 14.9321 18.7076 16.8377 16.0025 16.8377C13.2973 16.8377 11.0812 14.9321 10.9563 12.0942L10.8577 9.51376Z"
fill="url(#paint33_radial_13036_4557)"
/>
</g>
<path
d="M10.8577 9.51376H10.8701L10.8597 9.24513L10.8494 8.93518C10.8701 7.97433 11.4309 7.60239 11.6697 7.4784C11.6853 7.47324 11.7035 7.46549 11.7216 7.45774C11.7398 7.44999 11.758 7.44224 11.7736 7.43708C12.3135 7.18912 12.7497 6.75518 12.9781 6.18693L13.0612 5.99063C13.1443 5.79433 13.4039 5.76333 13.5285 5.93897C14.2554 7.00314 15.4704 7.63338 16.758 7.63338H20.0187C20.201 7.63338 21.1145 7.72186 21.1689 8.9824L21.0486 12.0942C20.9237 14.9321 18.7076 16.8377 16.0025 16.8377C13.2973 16.8377 11.0812 14.9321 10.9563 12.0942L10.8577 9.51376Z"
fill="url(#paint34_radial_13036_4557)"
/>
<g filter="url(#filter8_f_13036_4557)">
<path
d="M15.6116 10.5668L14.9194 12.2883C14.8096 12.6424 15.0732 12.9965 15.4466 12.9965H16.2429C16.6163 12.9965 16.8799 12.6369 16.7701 12.2883L16.2319 10.5668C16.1166 10.1855 15.7324 10.1855 15.6116 10.5668Z"
fill="#EB8B29"
/>
</g>
<g filter="url(#filter9_f_13036_4557)">
<path
d="M15.6219 10.4266L15.0837 12.1481C14.9739 12.5022 15.2375 12.8563 15.6109 12.8563H16.4072C16.7806 12.8563 17.0442 12.4967 16.9344 12.1481L16.3962 10.4266C16.2809 10.0453 15.7427 10.0453 15.6219 10.4266Z"
fill="url(#paint35_linear_13036_4557)"
/>
<path
d="M15.6219 10.4266L15.0837 12.1481C14.9739 12.5022 15.2375 12.8563 15.6109 12.8563H16.4072C16.7806 12.8563 17.0442 12.4967 16.9344 12.1481L16.3962 10.4266C16.2809 10.0453 15.7427 10.0453 15.6219 10.4266Z"
fill="url(#paint36_radial_13036_4557)"
/>
<path
d="M15.6219 10.4266L15.0837 12.1481C14.9739 12.5022 15.2375 12.8563 15.6109 12.8563H16.4072C16.7806 12.8563 17.0442 12.4967 16.9344 12.1481L16.3962 10.4266C16.2809 10.0453 15.7427 10.0453 15.6219 10.4266Z"
fill="url(#paint37_linear_13036_4557)"
/>
<path
d="M15.6219 10.4266L15.0837 12.1481C14.9739 12.5022 15.2375 12.8563 15.6109 12.8563H16.4072C16.7806 12.8563 17.0442 12.4967 16.9344 12.1481L16.3962 10.4266C16.2809 10.0453 15.7427 10.0453 15.6219 10.4266Z"
fill="url(#paint38_linear_13036_4557)"
/>
</g>
<path
d="M15.6219 10.4266L15.0837 12.1481C14.9739 12.5022 15.2375 12.8563 15.6109 12.8563H16.4072C16.7806 12.8563 17.0442 12.4967 16.9344 12.1481L16.3962 10.4266C16.2809 10.0453 15.7427 10.0453 15.6219 10.4266Z"
fill="url(#paint39_linear_13036_4557)"
/>
<path
d="M15.6219 10.4266L15.0837 12.1481C14.9739 12.5022 15.2375 12.8563 15.6109 12.8563H16.4072C16.7806 12.8563 17.0442 12.4967 16.9344 12.1481L16.3962 10.4266C16.2809 10.0453 15.7427 10.0453 15.6219 10.4266Z"
fill="url(#paint40_radial_13036_4557)"
/>
<g filter="url(#filter10_i_13036_4557)">
<path
d="M17.1657 10.2161C17.4345 9.74342 17.843 9.37006 18.7225 9.37006C19.1075 9.37006 19.4788 9.47673 19.8088 9.74342C20.081 9.96341 20.0446 10.2449 19.8338 10.3502L19.2707 10.6717C18.6106 10.4584 17.8808 10.4295 17.1657 10.2161Z"
fill="#383034"
/>
</g>
<g filter="url(#filter11_i_13036_4557)">
<path
d="M14.8529 10.2161C14.5841 9.74342 14.1755 9.37006 13.2961 9.37006C12.9111 9.37006 12.5398 9.47673 12.2097 9.74342C11.9375 9.96341 11.974 10.2449 12.1848 10.3502L12.7479 10.6717C13.4079 10.4584 14.1378 10.4295 14.8529 10.2161Z"
fill="#35292E"
/>
</g>
<path
d="M18.4302 9.4295C19.0916 9.4295 19.6502 9.88547 19.8022 10.5016C19.8474 10.6783 19.7118 10.8467 19.5311 10.8467H17.2718C17.1281 10.8467 17.013 10.7152 17.0418 10.5715C17.1691 9.92244 17.7401 9.4295 18.4302 9.4295Z"
fill="white"
/>
<path
d="M18.2208 9.70471C18.722 9.70471 19.1245 10.1114 19.1245 10.6084C19.1245 10.6906 19.1122 10.7727 19.0917 10.8467H17.3459C17.3253 10.7686 17.313 10.6906 17.313 10.6084C17.313 10.1114 17.7197 9.70471 18.2208 9.70471Z"
fill="url(#paint41_radial_13036_4557)"
/>
<path
d="M17.7031 10.6084C17.7031 10.3209 17.9332 10.0909 18.2207 10.0909C18.5082 10.0909 18.7383 10.3209 18.7383 10.6084C18.7383 10.6947 18.7177 10.7768 18.6808 10.8467H17.7647C17.7237 10.7768 17.7031 10.6947 17.7031 10.6084Z"
fill="black"
/>
<g filter="url(#filter12_f_13036_4557)">
<path
d="M18.1544 9.89576C18.2187 9.98187 18.0842 10.0869 17.9311 10.2013C17.7781 10.3157 17.6646 10.3962 17.6002 10.3101C17.5358 10.224 17.6077 10.0614 17.7607 9.94699C17.9137 9.83258 18.09 9.80964 18.1544 9.89576Z"
fill="#C7A7A3"
/>
<path
d="M18.1544 9.89576C18.2187 9.98187 18.0842 10.0869 17.9311 10.2013C17.7781 10.3157 17.6646 10.3962 17.6002 10.3101C17.5358 10.224 17.6077 10.0614 17.7607 9.94699C17.9137 9.83258 18.09 9.80964 18.1544 9.89576Z"
fill="url(#paint42_radial_13036_4557)"
/>
</g>
<g filter="url(#filter13_f_13036_4557)">
<path
d="M19.0257 10.4894C18.9924 10.2558 18.8557 10.0797 18.7915 10.0209L18.5283 10.3097L18.6471 10.5408L19.0257 10.4894Z"
fill="url(#paint43_linear_13036_4557)"
/>
</g>
<path
d="M13.588 9.4295C12.9267 9.4295 12.368 9.88547 12.216 10.5016C12.1708 10.6783 12.3064 10.8467 12.4871 10.8467H14.7464C14.8902 10.8467 15.0052 10.7152 14.9765 10.5715C14.8491 9.92244 14.274 9.4295 13.588 9.4295Z"
fill="white"
/>
<path
d="M13.7975 9.70471C13.2964 9.70471 12.8938 10.1114 12.8938 10.6084C12.8938 10.6906 12.9061 10.7727 12.9267 10.8467H14.6725C14.693 10.7686 14.7053 10.6906 14.7053 10.6084C14.7012 10.1114 14.2987 9.70471 13.7975 9.70471Z"
fill="url(#paint44_radial_13036_4557)"
/>
<path
d="M14.315 10.6084C14.315 10.3209 14.0849 10.0909 13.7974 10.0909C13.5098 10.0909 13.2798 10.3209 13.2798 10.6084C13.2798 10.6947 13.3003 10.7769 13.3373 10.8467H14.2533C14.2903 10.7769 14.315 10.6947 14.315 10.6084Z"
fill="black"
/>
<g filter="url(#filter14_f_13036_4557)">
<path
d="M14.623 10.5023C14.623 10.2102 14.3855 10.0155 14.3213 9.9567L14.0293 10.2391L14.209 10.605L14.623 10.5023Z"
fill="url(#paint45_linear_13036_4557)"
/>
</g>
<g filter="url(#filter15_f_13036_4557)">
<ellipse
cx={13.5249}
cy={10.0908}
rx={0.39452}
ry={0.199664}
transform="rotate(-27.914 13.5249 10.0908)"
fill="#C7A7A3"
fillOpacity={0.9}
/>
<ellipse
cx={13.5249}
cy={10.0908}
rx={0.39452}
ry={0.199664}
transform="rotate(-27.914 13.5249 10.0908)"
fill="url(#paint46_radial_13036_4557)"
/>
</g>
<g filter="url(#filter16_f_13036_4557)">
<path
d="M11.0531 4.70253C11.682 4.14242 12.5891 4.13677 13.0983 4.22729L13.5057 5.5342C13.2454 5.49459 13.0135 5.58512 12.8183 5.77182C12.3566 7.04818 10.7702 7.75199 10.0347 7.94434C9.88198 6.43376 9.96684 5.66998 11.0531 4.70253Z"
fill="url(#paint47_radial_13036_4557)"
/>
<path
d="M11.0531 4.70253C11.682 4.14242 12.5891 4.13677 13.0983 4.22729L13.5057 5.5342C13.2454 5.49459 13.0135 5.58512 12.8183 5.77182C12.3566 7.04818 10.7702 7.75199 10.0347 7.94434C9.88198 6.43376 9.96684 5.66998 11.0531 4.70253Z"
fill="url(#paint48_radial_13036_4557)"
/>
</g>
<g filter="url(#filter17_f_13036_4557)">
<path
d="M15.771 3.10156C14.624 2.84833 13.1554 3.92724 13.0366 4.35156C14.5981 8.0177 16.7096 7.61428 19.3697 7.31871C20.9622 7.14177 21.1349 7.8675 21.2707 8.21827C20.8294 4.11084 18.3848 3.67864 15.771 3.10156Z"
fill="url(#paint49_radial_13036_4557)"
/>
<path
d="M15.771 3.10156C14.624 2.84833 13.1554 3.92724 13.0366 4.35156C14.5981 8.0177 16.7096 7.61428 19.3697 7.31871C20.9622 7.14177 21.1349 7.8675 21.2707 8.21827C20.8294 4.11084 18.3848 3.67864 15.771 3.10156Z"
fill="url(#paint50_radial_13036_4557)"
/>
<path
d="M15.771 3.10156C14.624 2.84833 13.1554 3.92724 13.0366 4.35156C14.5981 8.0177 16.7096 7.61428 19.3697 7.31871C20.9622 7.14177 21.1349 7.8675 21.2707 8.21827C20.8294 4.11084 18.3848 3.67864 15.771 3.10156Z"
fill="url(#paint51_radial_13036_4557)"
/>
</g>
<g filter="url(#filter18_f_13036_4557)">
<path
d="M13.0813 4.16788C13.1049 4.41398 13.3189 5.339 13.6329 5.89911"
stroke="url(#paint52_linear_13036_4557)"
strokeWidth={0.1}
strokeLinecap="round"
/>
</g>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M16.8456 14.2108C16.3611 13.8806 15.653 13.8811 15.1733 14.2104C15.0823 14.273 14.9578 14.2498 14.8952 14.1588C14.8327 14.0677 14.8559 13.9432 14.9469 13.8807C15.5635 13.4573 16.4509 13.4578 17.0709 13.8803C17.1622 13.9425 17.1857 14.0669 17.1235 14.1582C17.0613 14.2495 16.9369 14.273 16.8456 14.2108Z"
fill="#87014D"
/>
<g filter="url(#filter19_f_13036_4557)">
<path
d="M16.4742 14.8808C16.4742 14.5981 16.245 14.3688 15.9622 14.3688C15.6794 14.3688 15.4502 14.5981 15.4502 14.8808H16.4742Z"
fill="url(#paint53_linear_13036_4557)"
/>
</g>
<g filter="url(#filter20_i_13036_4557)">
<rect
x={12.3787}
y={8.33826}
width={2.64844}
height={0.541128}
rx={0.270564}
fill="#C75C21"
/>
</g>
<g filter="url(#filter21_i_13036_4557)">
<rect
x={16.8975}
y={8.33826}
width={2.64844}
height={0.541128}
rx={0.270564}
fill="#C75C21"
/>
</g>
<g filter="url(#filter22_f_13036_4557)">
<path
d="M17.2451 8.56195H19.3154"
stroke="url(#paint54_linear_13036_4557)"
strokeWidth={0.2}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter23_f_13036_4557)">
<path
d="M12.7502 8.56195H14.8206"
stroke="url(#paint55_linear_13036_4557)"
strokeWidth={0.2}
strokeLinecap="round"
/>
</g>
<defs>
<filter
id="filter0_i_13036_4557"
x={8.40527}
y={1.90659}
width={15.4576}
height={15.4577}
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.25} dy={-0.25} />
<feGaussianBlur stdDeviation={0.375} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.92549 0 0 0 0 0.537255 0 0 0 0 0.12549 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_13036_4557"
/>
</filter>
<filter
id="filter1_i_13036_4557"
x={8.16272}
y={22.599}
width={19.1613}
height={7.24442}
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.5} dy={-0.5} />
<feGaussianBlur stdDeviation={0.75} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.847059 0 0 0 0 0.486275 0 0 0 0 0.321569 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_13036_4557"
/>
</filter>
<filter
id="filter2_i_13036_4557"
x={5.17603}
y={22.6669}
width={19.0088}
height={7.17656}
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.5} dy={-0.3} />
<feGaussianBlur stdDeviation={0.5} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.839216 0 0 0 0 0.552941 0 0 0 0 0.286275 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_13036_4557"
/>
</filter>
<filter
id="filter3_i_13036_4557"
x={9.63501}
y={9.16299}
width={3.40879}
height={3.50879}
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.15} dy={0.25} />
<feGaussianBlur stdDeviation={0.25} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.835294 0 0 0 0 0.627451 0 0 0 0 0.305882 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_13036_4557"
/>
</filter>
<filter
id="filter4_i_13036_4557"
x={19.2678}
y={8.91299}
width={3.25879}
height={3.50879}
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.25} />
<feGaussianBlur stdDeviation={0.25} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.937255 0 0 0 0 0.576471 0 0 0 0 0.341176 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_13036_4557"
/>
</filter>
<filter
id="filter5_f_13036_4557"
x={19.3096}
y={9.20471}
width={3.17529}
height={3.17532}
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_13036_4557"
/>
</filter>
<filter
id="filter6_f_13036_4557"
x={9.69629}
y={9.20471}
width={3.17529}
height={3.17532}
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_13036_4557"
/>
</filter>
<filter
id="filter7_i_13036_4557"
x={10.8494}
y={5.82361}
width={10.3195}
height={11.4141}
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.4} />
<feGaussianBlur stdDeviation={0.3} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.92549 0 0 0 0 0.529412 0 0 0 0 0.137255 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_13036_4557"
/>
</filter>
<filter
id="filter8_f_13036_4557"
x={14.3943}
y={9.78082}
width={2.901}
height={3.71567}
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_13036_4557"
/>
</filter>
<filter
id="filter9_f_13036_4557"
x={14.8086}
y={9.89062}
width={2.401}
height={3.21567}
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_13036_4557"
/>
</filter>
<filter
id="filter10_i_13036_4557"
x={16.9656}
y={9.37006}
width={3.03679}
height={1.30167}
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.2} />
<feGaussianBlur stdDeviation={0.2} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.141176 0 0 0 0 0.0862745 0 0 0 0 0.176471 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_13036_4557"
/>
</filter>
<filter
id="filter11_i_13036_4557"
x={12.0161}
y={9.37006}
width={3.03679}
height={1.30167}
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.2} />
<feGaussianBlur stdDeviation={0.125} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.133333 0 0 0 0 0.0784314 0 0 0 0 0.168627 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_13036_4557"
/>
</filter>
<filter
id="filter12_f_13036_4557"
x={17.4767}
y={9.74363}
width={0.794238}
height={0.702563}
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_13036_4557"
/>
</filter>
<filter
id="filter13_f_13036_4557"
x={18.3283}
y={9.82087}
width={0.897437}
height={0.919897}
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_13036_4557"
/>
</filter>
<filter
id="filter14_f_13036_4557"
x={13.8293}
y={9.7567}
width={0.99375}
height={1.04825}
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_13036_4557"
/>
</filter>
<filter
id="filter15_f_13036_4557"
x={13.0638}
y={9.73542}
width={0.922046}
height={0.710834}
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_13036_4557"
/>
</filter>
<filter
id="filter16_f_13036_4557"
x={9.22632}
y={3.43393}
width={5.0293}
height={5.26041}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.375}
result="effect1_foregroundBlur_13036_4557"
/>
</filter>
<filter
id="filter17_f_13036_4557"
x={12.5366}
y={2.56354}
width={9.23413}
height={6.15472}
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_13036_4557"
/>
</filter>
<filter
id="filter18_f_13036_4557"
x={12.9312}
y={4.01786}
width={0.851733}
height={2.03127}
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_13036_4557"
/>
</filter>
<filter
id="filter19_f_13036_4557"
x={15.3502}
y={14.2688}
width={1.22405}
height={0.711993}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"