react-feedback-surveys 1.5.0 → 1.5.2
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/README.md +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +51 -51
- package/package.json +17 -11
package/README.md
CHANGED
|
@@ -619,7 +619,7 @@ You can then style these classes in your app stylesheet.
|
|
|
619
619
|
|
|
620
620
|
## Demo
|
|
621
621
|
|
|
622
|
-
- Live demo: [View Storybook](https://feedback.tools/react-feedback-surveys/storybook)
|
|
622
|
+
- Live demo: [View Storybook](https://feedback.tools/react-feedback-surveys/storybook/)
|
|
623
623
|
- Run locally: `npm run storybook`
|
|
624
624
|
|
|
625
625
|
## Contributing
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,:host{--ft-color-text: 30 8% 14%;--ft-color-bg: 0 0% 100%;--ft-color-muted: 222 11% 46%;--ft-color-error: 32 95% 44%;--ft-color-border: 214 14% 83%;--ft-color-outline: 218 14% 65%;--ft-color-shadow: 0 0% 0%;--ft-color-control: 214 20% 96%;--ft-popup-z-index: 49;--ft-popup-head-offset: 0;--ft-surface-padding: 24px;--ft-surface-padding-mobile: 20px}body{margin:0;box-sizing:border-box;padding:0}*,*:before,*:after{margin:0;box-sizing:border-box;padding:0}._base_12dcz_1{display:inline-block;position:relative;padding:var(--ft-surface-padding);overflow:auto;background-color:hsl(var(--ft-color-bg)/100%);border-radius:8px;box-shadow:0 0 10px hsl(var(--ft-color-shadow)/20%)}@media(max-width:399px){._base_12dcz_1{padding:var(--ft-surface-padding-mobile)}}._base_1yyqn_1{position:fixed;display:flex;margin:0;box-sizing:border-box;max-width:calc(100vw - var(--ft-surface-padding) * 2);max-height:calc(100vh - var(--ft-surface-padding) * 2);transform-origin:50% 100%;z-index:var(--ft-popup-z-index);--ft-popup-head-offset: 32px}@media(max-width:399px){._base_1yyqn_1{max-width:calc(100vw - var(--ft-surface-padding-mobile) * 2);max-height:calc(100vh - var(--ft-surface-padding-mobile) * 2)}}._animated_1yyqn_19{opacity:0;animation:_fadeForward_1yyqn_1 .12s ease-in-out forwards}@keyframes _fadeForward_1yyqn_1{0%{opacity:0;transform:translateY(8px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}._topLeft_1yyqn_34{top:var(--ft-surface-padding);left:var(--ft-surface-padding)}@media(max-width:399px){._topLeft_1yyqn_34{top:var(--ft-surface-padding-mobile);left:var(--ft-surface-padding-mobile)}}._topRight_1yyqn_45{top:var(--ft-surface-padding);right:var(--ft-surface-padding)}@media(max-width:399px){._topRight_1yyqn_45{top:var(--ft-surface-padding-mobile);right:var(--ft-surface-padding-mobile)}}._bottomRight_1yyqn_56{right:var(--ft-surface-padding);bottom:var(--ft-surface-padding)}@media(max-width:399px){._bottomRight_1yyqn_56{right:var(--ft-surface-padding-mobile);bottom:var(--ft-surface-padding-mobile)}}._bottomLeft_1yyqn_67{bottom:var(--ft-surface-padding);left:var(--ft-surface-padding)}@media(max-width:399px){._bottomLeft_1yyqn_67{bottom:var(--ft-surface-padding-mobile);left:var(--ft-surface-padding-mobile)}}._close_1yyqn_78{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._close_1yyqn_78:disabled{cursor:default}._close_1yyqn_78{position:absolute;top:var(--ft-surface-padding);inset-inline-end:var(--ft-surface-padding);width:24px;height:24px;color:hsl(var(--ft-color-outline)/100%);transition:color .15s}@media(max-width:399px){._close_1yyqn_78{top:var(--ft-surface-padding-mobile);inset-inline-end:var(--ft-surface-padding-mobile)}}._close_1yyqn_78:hover{color:hsl(var(--ft-color-text)/100%)}._close_1yyqn_78:before,._close_1yyqn_78:after{position:absolute;top:50%;left:50%;content:"";background-color:currentcolor;border-radius:1px;transform:rotate(45deg)}._close_1yyqn_78:before{margin:-1px 0 0 -8px;width:16px;height:2px}._close_1yyqn_78:after{margin:-8px 0 0 -1px;width:2px;height:16px}._choices_1fbp9_1{margin:0 0 12px}._choice_1fbp9_1{display:flex}._choice_1fbp9_1+._choice_1fbp9_1{margin-top:12px}._label_1fbp9_12{position:relative;display:inline-flex;align-items:flex-start;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}._sr_1fbp9_21{position:absolute;margin:-1px;width:1px;height:1px;padding:0;overflow:hidden;white-space:nowrap;border-width:0;clip:rect(0,0,0,0)}._checkbox_1fbp9_33{position:absolute;width:1px;height:1px;overflow:hidden;white-space:nowrap;clip-path:inset(50%)}._check_1fbp9_33{height:20px;min-width:20px;border:1px solid hsl(var(--ft-color-border)/100%);border-radius:4px}._label_1fbp9_12:hover ._check_1fbp9_33{border-color:hsl(var(--ft-color-text)/100%)}._checkbox_1fbp9_33:checked+._check_1fbp9_33{position:relative;background-color:hsl(var(--ft-color-text)/100%);border-color:hsl(var(--ft-color-text)/100%)}._checkbox_1fbp9_33:checked+._check_1fbp9_33:after{position:absolute;top:50%;left:50%;width:10px;height:7px;content:"";border:2px solid;border-color:transparent transparent hsl(var(--ft-color-bg)/100%) hsl(var(--ft-color-bg)/100%);transform:translate(-45%,-75%) rotate(-45deg);pointer-events:none}._input_1fbp9_70{margin-top:8px;height:32px}._textarea_1fbp9_75{height:192px}._input_1fbp9_70,._textarea_1fbp9_75{width:100%;padding:8px 12px;font-size:16px;line-height:1.5;background-color:hsl(var(--ft-color-bg)/100%);border:1px solid hsl(var(--ft-color-border)/100%);border-radius:8px;outline:0 solid hsl(var(--ft-color-outline)/14%);resize:none;transition:background-color .15s,border-color .15s,outline-width .2s}._input_1fbp9_70:focus,._textarea_1fbp9_75:focus{outline:4px solid hsl(var(--ft-color-outline)/14%)}._input_1fbp9_70._invalid_1fbp9_96,._textarea_1fbp9_75._invalid_1fbp9_96{border-color:hsl(var(--ft-color-error)/100%)}._submit_1fbp9_101{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._submit_1fbp9_101:disabled{cursor:default}._submit_1fbp9_101{padding:8px 32px;font-size:16px;font-weight:400;text-align:center;color:hsl(var(--ft-color-bg)/100%);background-color:hsl(var(--ft-color-text)/100%);border-radius:8px;transition:opacity .2s}._submit_1fbp9_101:hover{opacity:.85}._submit_1fbp9_101{margin-top:16px;width:100%}._success_1fbp9_133{padding:16px 0 32px;font-size:16px;font-weight:600;line-height:1.5;text-align:center}._base_1ilpx_1{padding:0 24px;text-align:center}._icon_1ilpx_6{display:inline-block}._base_q2v0p_1{padding:0;font-family:Helvetica Neue,Arial Nova,Helvetica,Arial,sans-serif;color:hsl(var(--ft-color-text)/100%)}._head_q2v0p_7{display:flex;gap:8px;padding-block:0 20px;padding-inline:0 var(--ft-popup-head-offset)}._title_q2v0p_14{flex:1 0;font-family:inherit;font-size:16px;font-weight:500;font-style:normal;line-height:1.4}._base_1ji5q_1{margin:12px 0 0;display:flex}._label_1ji5q_6{font-size:14px;line-height:1.4286;color:hsl(var(--ft-color-muted)/100%);flex:0 0 50%;max-width:50%}._between_1ji5q_14{justify-content:space-between}._between_1ji5q_14 ._label_1ji5q_6{flex:0 0 50%;max-width:50%}._between_1ji5q_14 ._label_1ji5q_6:first-child{text-align:start}._between_1ji5q_14 ._label_1ji5q_6:last-child{text-align:end}._center_1ji5q_28 ._label_1ji5q_6{flex:0 0 50%;max-width:50%}._center_1ji5q_28 ._label_1ji5q_6:first-child{padding-right:8px;text-align:end}._center_1ji5q_28 ._label_1ji5q_6:last-child{padding-left:8px;text-align:start}._center_1ji5q_28 ._text_1ji5q_40{display:inline-block;text-align:center;min-width:56px}@media(max-width:599px){._center_1ji5q_28 ._text_1ji5q_40{min-width:48px}}._list_1ba1e_1{display:flex;justify-content:center;gap:16px}._icon_1ba1e_7{transition:transform .12s ease;transform:scale(1)}._button_1ba1e_12{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._button_1ba1e_12:disabled{cursor:default}._button_1ba1e_12{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background-color:hsl(var(--ft-color-control)/100%);border-radius:50%}@media(max-width:399px){._button_1ba1e_12{width:48px;height:48px}}._button_1ba1e_12:hover ._icon_1ba1e_7{transform:scale(1.15)}._button_1ba1e_12:focus-visible{outline:2px solid hsl(var(--ft-color-outline)/100%)}._list_1exln_1{display:flex;justify-content:center;gap:16px}._icon_1exln_7{transition:transform .12s ease;transform:scale(1)}._button_1exln_12{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._button_1exln_12:disabled{cursor:default}._button_1exln_12{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background-color:hsl(var(--ft-color-control)/100%);border-radius:50%}._button_1exln_12:hover ._icon_1exln_7{transform:scale(1.15)}._button_1exln_12:focus-visible{outline:2px solid hsl(var(--ft-color-outline)/100%)}._base_113r0_1{max-width:100%}._rating_113r0_5,._feedback_113r0_6,._success_113r0_7{width:280px}@media(max-width:399px){._rating_113r0_5,._feedback_113r0_6,._success_113r0_7{width:100%}}._list_1pt0e_1{display:flex;justify-content:space-between}._icon_1pt0e_6{transition:transform .12s ease;transform:scale(1)}._button_1pt0e_11{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._button_1pt0e_11:disabled{cursor:default}._button_1pt0e_11{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background-color:hsl(var(--ft-color-control)/100%);border-radius:50%}@media(max-width:399px){._button_1pt0e_11{width:48px;height:48px}}._button_1pt0e_11:hover ._icon_1pt0e_6{transform:scale(1.15)}._button_1pt0e_11:focus-visible{outline:2px solid hsl(var(--ft-color-outline)/100%)}._list_yy136_1{display:flex;justify-content:space-between}._button_yy136_6{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._button_yy136_6:disabled{cursor:default}._button_yy136_6{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:18px;font-weight:700;color:hsl(var(--ft-color-muted)/100%);background-color:hsl(var(--ft-color-control)/100%);border-radius:50%;box-shadow:0 0 hsl(var(--ft-color-control)/100%);transition:color .12s ease,box-shadow .12s ease}._button_yy136_6:hover{color:hsl(var(--ft-color-text)/100%);box-shadow:0 0 0 2px hsl(var(--ft-color-control)/100%)}._button_yy136_6:focus-visible{outline:2px solid hsl(var(--ft-color-outline)/100%)}._list_20ac1_1{display:flex;justify-content:space-between}._icon_20ac1_6{transition:transform .12s ease;transform:scale(1)}._button_20ac1_11{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._button_20ac1_11:disabled{cursor:default}._button_20ac1_11{display:flex;align-items:center;justify-content:center;width:40px;height:40px}._button_20ac1_11:hover ._icon_20ac1_6{transform:scale(1.1)}._button_20ac1_11:focus-visible{outline:2px solid hsl(var(--ft-color-outline)/100%)}._base_m4qio_1{max-width:100%}._rating_m4qio_5,._feedback_m4qio_6,._success_m4qio_7{width:320px}@media(max-width:399px){._rating_m4qio_5,._feedback_m4qio_6,._success_m4qio_7{width:100%}}._list_1ehe7_1{display:flex;justify-content:space-between;gap:6px}@media(max-width:599px){._list_1ehe7_1{flex-direction:column-reverse;gap:4px}}._button_1ehe7_13{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._button_1ehe7_13:disabled{cursor:default}._button_1ehe7_13{display:inline-block;width:40px;height:40px;font-size:18px;font-weight:700;text-align:center;color:hsl(var(--ft-color-muted)/100%);background-color:hsl(var(--ft-color-control)/100%);border-radius:50%;box-shadow:0 0 hsl(var(--ft-color-control)/100%);transition:color .12s ease,box-shadow .12s ease}._button_1ehe7_13:hover{color:hsl(var(--ft-color-text)/100%);box-shadow:0 0 0 2px hsl(var(--ft-color-control)/100%)}@media(max-width:599px){._button_1ehe7_13:hover{box-shadow:none}}._button_1ehe7_13:focus-visible{outline:2px solid hsl(var(--ft-color-outline)/100%)}._button_1ehe7_13 ._score_1ehe7_52{display:inline}._button_1ehe7_13 ._label_1ehe7_55{display:none}@media(max-width:599px){._button_1ehe7_13 ._label_1ehe7_55{display:inline}}@media(max-width:599px){._button_1ehe7_13{width:100%;height:auto;padding:6px;font-size:14px;line-height:20px;border-radius:6px}}@media(max-width:599px){._labels_1ehe7_75{display:none}}._base_12no3_1{max-width:100%}._rating_12no3_5{width:340px}@media(max-width:599px){._rating_12no3_5{width:280px}}@media(max-width:399px){._rating_12no3_5{width:100%}}._feedback_12no3_19,._success_12no3_20{width:280px}@media(max-width:599px){._feedback_12no3_19,._success_12no3_20{width:100%}}._list_getzs_1{display:flex;justify-content:space-between;gap:6px}@media(max-width:599px){._list_getzs_1{flex-direction:column-reverse;gap:4px}}._button_getzs_13{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._button_getzs_13:disabled{cursor:default}._button_getzs_13{display:block;width:40px;height:40px;font-size:18px;font-weight:700;text-align:center;color:hsl(var(--ft-color-muted)/100%);background-color:hsl(var(--ft-color-control)/100%);border-radius:50%;box-shadow:0 0 hsl(var(--ft-color-control)/100%);transition:color .12s ease,box-shadow .12s ease}._button_getzs_13:hover{color:hsl(var(--ft-color-text)/100%);box-shadow:0 0 0 2px hsl(var(--ft-color-control)/100%)}@media(max-width:599px){._button_getzs_13:hover{box-shadow:none}}._button_getzs_13:focus-visible{outline:2px solid hsl(var(--ft-color-outline)/100%)}._button_getzs_13 ._score_getzs_52{display:inline}._button_getzs_13 ._label_getzs_55{display:none}@media(max-width:599px){._button_getzs_13 ._label_getzs_55{display:inline}}@media(max-width:599px){._button_getzs_13{width:100%;height:auto;padding:6px;font-size:14px;line-height:20px;border-radius:6px}}@media(max-width:599px){._labels_getzs_75{display:none}}._base_1invl_1{max-width:100%}._rating_1invl_5{width:520px}@media(max-width:599px){._rating_1invl_5{width:320px}}@media(max-width:399px){._rating_1invl_5{width:100%}}._feedback_1invl_19,._success_1invl_20{width:280px}@media(max-width:599px){._feedback_1invl_19,._success_1invl_20{width:100%}}
|
|
1
|
+
:root,:host{--ft-color-text: 30 8% 14%;--ft-color-bg: 0 0% 100%;--ft-color-muted: 222 11% 46%;--ft-color-error: 32 95% 44%;--ft-color-border: 214 14% 83%;--ft-color-outline: 218 14% 65%;--ft-color-shadow: 0 0% 0%;--ft-color-control: 214 20% 96%;--ft-popup-z-index: 49;--ft-popup-head-offset: 0;--ft-surface-padding: 24px;--ft-surface-padding-mobile: 20px}body{margin:0;box-sizing:border-box;padding:0}*,*:before,*:after{margin:0;box-sizing:border-box;padding:0}._base_ro34p_1{position:relative;display:inline-block;padding:var(--ft-surface-padding);overflow:auto;background-color:hsl(var(--ft-color-bg)/100%);border-radius:8px;box-shadow:0 0 10px hsl(var(--ft-color-shadow)/20%)}@media(max-width:399px){._base_ro34p_1{padding:var(--ft-surface-padding-mobile)}}._base_11c6u_1{--ft-popup-head-offset: 32px;position:fixed;z-index:var(--ft-popup-z-index);margin:0;display:flex;box-sizing:border-box;max-width:calc(100vw - var(--ft-surface-padding) * 2);max-height:calc(100vh - var(--ft-surface-padding) * 2);transform-origin:50% 100%}@media(max-width:399px){._base_11c6u_1{max-width:calc(100vw - var(--ft-surface-padding-mobile) * 2);max-height:calc(100vh - var(--ft-surface-padding-mobile) * 2)}}._animated_11c6u_19{opacity:0;animation:_fadeForward_11c6u_1 .12s ease-in-out forwards}@keyframes _fadeForward_11c6u_1{0%{opacity:0;transform:translateY(8px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}._topLeft_11c6u_34{top:var(--ft-surface-padding);left:var(--ft-surface-padding)}@media(max-width:399px){._topLeft_11c6u_34{top:var(--ft-surface-padding-mobile);left:var(--ft-surface-padding-mobile)}}._topRight_11c6u_45{top:var(--ft-surface-padding);right:var(--ft-surface-padding)}@media(max-width:399px){._topRight_11c6u_45{top:var(--ft-surface-padding-mobile);right:var(--ft-surface-padding-mobile)}}._bottomRight_11c6u_56{right:var(--ft-surface-padding);bottom:var(--ft-surface-padding)}@media(max-width:399px){._bottomRight_11c6u_56{right:var(--ft-surface-padding-mobile);bottom:var(--ft-surface-padding-mobile)}}._bottomLeft_11c6u_67{bottom:var(--ft-surface-padding);left:var(--ft-surface-padding)}@media(max-width:399px){._bottomLeft_11c6u_67{bottom:var(--ft-surface-padding-mobile);left:var(--ft-surface-padding-mobile)}}._close_11c6u_78{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._close_11c6u_78:disabled{cursor:default}._close_11c6u_78{position:absolute;top:var(--ft-surface-padding);width:24px;height:24px;color:hsl(var(--ft-color-outline)/100%);transition:color .15s;inset-inline-end:var(--ft-surface-padding)}._close_11c6u_78:hover{color:hsl(var(--ft-color-text)/100%)}._close_11c6u_78:before,._close_11c6u_78:after{position:absolute;top:50%;left:50%;content:"";background-color:currentcolor;border-radius:1px;transform:rotate(45deg)}._close_11c6u_78:before{margin:-1px 0 0 -8px;width:16px;height:2px}._close_11c6u_78:after{margin:-8px 0 0 -1px;width:2px;height:16px}@media(max-width:399px){._close_11c6u_78{top:var(--ft-surface-padding-mobile);inset-inline-end:var(--ft-surface-padding-mobile)}}._choices_1fbp9_1{margin:0 0 12px}._choice_1fbp9_1{display:flex}._choice_1fbp9_1+._choice_1fbp9_1{margin-top:12px}._label_1fbp9_12{position:relative;display:inline-flex;align-items:flex-start;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}._sr_1fbp9_21{position:absolute;margin:-1px;width:1px;height:1px;padding:0;overflow:hidden;white-space:nowrap;border-width:0;clip:rect(0,0,0,0)}._checkbox_1fbp9_33{position:absolute;width:1px;height:1px;overflow:hidden;white-space:nowrap;clip-path:inset(50%)}._check_1fbp9_33{height:20px;min-width:20px;border:1px solid hsl(var(--ft-color-border)/100%);border-radius:4px}._label_1fbp9_12:hover ._check_1fbp9_33{border-color:hsl(var(--ft-color-text)/100%)}._checkbox_1fbp9_33:checked+._check_1fbp9_33{position:relative;background-color:hsl(var(--ft-color-text)/100%);border-color:hsl(var(--ft-color-text)/100%)}._checkbox_1fbp9_33:checked+._check_1fbp9_33:after{position:absolute;top:50%;left:50%;width:10px;height:7px;content:"";border:2px solid;border-color:transparent transparent hsl(var(--ft-color-bg)/100%) hsl(var(--ft-color-bg)/100%);transform:translate(-45%,-75%) rotate(-45deg);pointer-events:none}._input_1fbp9_70{margin-top:8px;height:32px}._textarea_1fbp9_75{height:192px}._input_1fbp9_70,._textarea_1fbp9_75{width:100%;padding:8px 12px;font-size:16px;line-height:1.5;background-color:hsl(var(--ft-color-bg)/100%);border:1px solid hsl(var(--ft-color-border)/100%);border-radius:8px;outline:0 solid hsl(var(--ft-color-outline)/14%);resize:none;transition:background-color .15s,border-color .15s,outline-width .2s}._input_1fbp9_70:focus,._textarea_1fbp9_75:focus{outline:4px solid hsl(var(--ft-color-outline)/14%)}._input_1fbp9_70._invalid_1fbp9_96,._textarea_1fbp9_75._invalid_1fbp9_96{border-color:hsl(var(--ft-color-error)/100%)}._submit_1fbp9_101{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._submit_1fbp9_101:disabled{cursor:default}._submit_1fbp9_101{padding:8px 32px;font-size:16px;font-weight:400;text-align:center;color:hsl(var(--ft-color-bg)/100%);background-color:hsl(var(--ft-color-text)/100%);border-radius:8px;transition:opacity .2s}._submit_1fbp9_101:hover{opacity:.85}._submit_1fbp9_101{margin-top:16px;width:100%}._success_1fbp9_133{padding:16px 0 32px;font-size:16px;font-weight:600;line-height:1.5;text-align:center}._base_1ilpx_1{padding:0 24px;text-align:center}._icon_1ilpx_6{display:inline-block}._base_q2v0p_1{padding:0;font-family:Helvetica Neue,Arial Nova,Helvetica,Arial,sans-serif;color:hsl(var(--ft-color-text)/100%)}._head_q2v0p_7{display:flex;gap:8px;padding-block:0 20px;padding-inline:0 var(--ft-popup-head-offset)}._title_q2v0p_14{flex:1 0;font-family:inherit;font-size:16px;font-weight:500;font-style:normal;line-height:1.4}._base_1qmlv_1{margin:12px 0 0;display:flex}._label_1qmlv_6{flex:0 0 50%;max-width:50%;font-size:14px;line-height:1.4286;color:hsl(var(--ft-color-muted)/100%)}._between_1qmlv_14{justify-content:space-between}._between_1qmlv_14 ._label_1qmlv_6{flex:0 0 50%;max-width:50%}._between_1qmlv_14 ._label_1qmlv_6:first-child{text-align:start}._between_1qmlv_14 ._label_1qmlv_6:last-child{text-align:end}._center_1qmlv_28 ._label_1qmlv_6{flex:0 0 50%;max-width:50%}._center_1qmlv_28 ._label_1qmlv_6:first-child{padding-right:8px;text-align:end}._center_1qmlv_28 ._label_1qmlv_6:last-child{padding-left:8px;text-align:start}._center_1qmlv_28 ._text_1qmlv_40{display:inline-block;min-width:56px;text-align:center}@media(max-width:599px){._center_1qmlv_28 ._text_1qmlv_40{min-width:48px}}._list_lrkzm_1{display:flex;justify-content:center;gap:16px}._icon_lrkzm_7{transition:transform .12s ease;transform:scale(1)}._button_lrkzm_12{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._button_lrkzm_12:disabled{cursor:default}._button_lrkzm_12{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background-color:hsl(var(--ft-color-control)/100%);border-radius:50%}._button_lrkzm_12:hover ._icon_lrkzm_7{transform:scale(1.15)}._button_lrkzm_12:focus-visible{outline:2px solid hsl(var(--ft-color-outline)/100%)}@media(max-width:399px){._button_lrkzm_12{width:48px;height:48px}}._list_1exln_1{display:flex;justify-content:center;gap:16px}._icon_1exln_7{transition:transform .12s ease;transform:scale(1)}._button_1exln_12{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._button_1exln_12:disabled{cursor:default}._button_1exln_12{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background-color:hsl(var(--ft-color-control)/100%);border-radius:50%}._button_1exln_12:hover ._icon_1exln_7{transform:scale(1.15)}._button_1exln_12:focus-visible{outline:2px solid hsl(var(--ft-color-outline)/100%)}._base_113r0_1{max-width:100%}._rating_113r0_5,._feedback_113r0_6,._success_113r0_7{width:280px}@media(max-width:399px){._rating_113r0_5,._feedback_113r0_6,._success_113r0_7{width:100%}}._list_v3ie2_1{display:flex;justify-content:space-between}._icon_v3ie2_6{transition:transform .12s ease;transform:scale(1)}._button_v3ie2_11{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._button_v3ie2_11:disabled{cursor:default}._button_v3ie2_11{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background-color:hsl(var(--ft-color-control)/100%);border-radius:50%}._button_v3ie2_11:hover ._icon_v3ie2_6{transform:scale(1.15)}._button_v3ie2_11:focus-visible{outline:2px solid hsl(var(--ft-color-outline)/100%)}@media(max-width:399px){._button_v3ie2_11{width:48px;height:48px}}._list_yy136_1{display:flex;justify-content:space-between}._button_yy136_6{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._button_yy136_6:disabled{cursor:default}._button_yy136_6{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:18px;font-weight:700;color:hsl(var(--ft-color-muted)/100%);background-color:hsl(var(--ft-color-control)/100%);border-radius:50%;box-shadow:0 0 hsl(var(--ft-color-control)/100%);transition:color .12s ease,box-shadow .12s ease}._button_yy136_6:hover{color:hsl(var(--ft-color-text)/100%);box-shadow:0 0 0 2px hsl(var(--ft-color-control)/100%)}._button_yy136_6:focus-visible{outline:2px solid hsl(var(--ft-color-outline)/100%)}._list_20ac1_1{display:flex;justify-content:space-between}._icon_20ac1_6{transition:transform .12s ease;transform:scale(1)}._button_20ac1_11{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._button_20ac1_11:disabled{cursor:default}._button_20ac1_11{display:flex;align-items:center;justify-content:center;width:40px;height:40px}._button_20ac1_11:hover ._icon_20ac1_6{transform:scale(1.1)}._button_20ac1_11:focus-visible{outline:2px solid hsl(var(--ft-color-outline)/100%)}._base_m4qio_1{max-width:100%}._rating_m4qio_5,._feedback_m4qio_6,._success_m4qio_7{width:320px}@media(max-width:399px){._rating_m4qio_5,._feedback_m4qio_6,._success_m4qio_7{width:100%}}._list_1ehe7_1{display:flex;justify-content:space-between;gap:6px}@media(max-width:599px){._list_1ehe7_1{flex-direction:column-reverse;gap:4px}}._button_1ehe7_13{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._button_1ehe7_13:disabled{cursor:default}._button_1ehe7_13{display:inline-block;width:40px;height:40px;font-size:18px;font-weight:700;text-align:center;color:hsl(var(--ft-color-muted)/100%);background-color:hsl(var(--ft-color-control)/100%);border-radius:50%;box-shadow:0 0 hsl(var(--ft-color-control)/100%);transition:color .12s ease,box-shadow .12s ease}._button_1ehe7_13:hover{color:hsl(var(--ft-color-text)/100%);box-shadow:0 0 0 2px hsl(var(--ft-color-control)/100%)}@media(max-width:599px){._button_1ehe7_13:hover{box-shadow:none}}._button_1ehe7_13:focus-visible{outline:2px solid hsl(var(--ft-color-outline)/100%)}._button_1ehe7_13 ._score_1ehe7_52{display:inline}._button_1ehe7_13 ._label_1ehe7_55{display:none}@media(max-width:599px){._button_1ehe7_13 ._label_1ehe7_55{display:inline}}@media(max-width:599px){._button_1ehe7_13{width:100%;height:auto;padding:6px;font-size:14px;line-height:20px;border-radius:6px}}@media(max-width:599px){._labels_1ehe7_75{display:none}}._base_12no3_1{max-width:100%}._rating_12no3_5{width:340px}@media(max-width:599px){._rating_12no3_5{width:280px}}@media(max-width:399px){._rating_12no3_5{width:100%}}._feedback_12no3_19,._success_12no3_20{width:280px}@media(max-width:599px){._feedback_12no3_19,._success_12no3_20{width:100%}}._list_getzs_1{display:flex;justify-content:space-between;gap:6px}@media(max-width:599px){._list_getzs_1{flex-direction:column-reverse;gap:4px}}._button_getzs_13{margin:0;appearance:none;padding:0;font-family:inherit;text-align:center;background-color:transparent;border:none;box-shadow:none;cursor:pointer}._button_getzs_13:disabled{cursor:default}._button_getzs_13{display:block;width:40px;height:40px;font-size:18px;font-weight:700;text-align:center;color:hsl(var(--ft-color-muted)/100%);background-color:hsl(var(--ft-color-control)/100%);border-radius:50%;box-shadow:0 0 hsl(var(--ft-color-control)/100%);transition:color .12s ease,box-shadow .12s ease}._button_getzs_13:hover{color:hsl(var(--ft-color-text)/100%);box-shadow:0 0 0 2px hsl(var(--ft-color-control)/100%)}@media(max-width:599px){._button_getzs_13:hover{box-shadow:none}}._button_getzs_13:focus-visible{outline:2px solid hsl(var(--ft-color-outline)/100%)}._button_getzs_13 ._score_getzs_52{display:inline}._button_getzs_13 ._label_getzs_55{display:none}@media(max-width:599px){._button_getzs_13 ._label_getzs_55{display:inline}}@media(max-width:599px){._button_getzs_13{width:100%;height:auto;padding:6px;font-size:14px;line-height:20px;border-radius:6px}}@media(max-width:599px){._labels_getzs_75{display:none}}._base_1invl_1{max-width:100%}._rating_1invl_5{width:520px}@media(max-width:599px){._rating_1invl_5{width:320px}}@media(max-width:399px){._rating_1invl_5{width:100%}}._feedback_1invl_19,._success_1invl_20{width:280px}@media(max-width:599px){._feedback_1invl_19,._success_1invl_20{width:100%}}
|
package/dist/index.js
CHANGED
|
@@ -9,12 +9,12 @@ function i(...t) {
|
|
|
9
9
|
};
|
|
10
10
|
return t.forEach(l), n.join(" ");
|
|
11
11
|
}
|
|
12
|
-
const te = "
|
|
12
|
+
const te = "_base_ro34p_1", ae = {
|
|
13
13
|
base: te
|
|
14
14
|
}, re = ({
|
|
15
15
|
className: t,
|
|
16
16
|
children: n
|
|
17
|
-
}) => /* @__PURE__ */ a("div", { className: i(ae.base, t), children: n }), ne = "
|
|
17
|
+
}) => /* @__PURE__ */ a("div", { className: i(ae.base, t), children: n }), ne = "_base_11c6u_1", le = "_animated_11c6u_19", se = "_fadeForward_11c6u_1", ie = "_topLeft_11c6u_34", oe = "_topRight_11c6u_45", ce = "_bottomRight_11c6u_56", pe = "_bottomLeft_11c6u_67", fe = "_close_11c6u_78", N = {
|
|
18
18
|
base: ne,
|
|
19
19
|
animated: le,
|
|
20
20
|
fadeForward: se,
|
|
@@ -23,7 +23,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
23
23
|
bottomRight: ce,
|
|
24
24
|
bottomLeft: pe,
|
|
25
25
|
close: fe
|
|
26
|
-
},
|
|
26
|
+
}, j1 = ({
|
|
27
27
|
animated: t = !0,
|
|
28
28
|
className: n,
|
|
29
29
|
classNames: l,
|
|
@@ -339,11 +339,11 @@ const te = "_base_12dcz_1", ae = {
|
|
|
339
339
|
onScoreChange: u,
|
|
340
340
|
onFeedbackChange: x
|
|
341
341
|
};
|
|
342
|
-
}, ke = "
|
|
342
|
+
}, ke = "_base_1qmlv_1", $e = "_label_1qmlv_6", Te = "_between_1qmlv_14", qe = "_center_1qmlv_28", Ne = "_text_1qmlv_40", v = {
|
|
343
343
|
base: ke,
|
|
344
344
|
label: $e,
|
|
345
|
-
between:
|
|
346
|
-
center:
|
|
345
|
+
between: Te,
|
|
346
|
+
center: qe,
|
|
347
347
|
text: Ne
|
|
348
348
|
}, M = ({
|
|
349
349
|
className: t,
|
|
@@ -354,11 +354,11 @@ const te = "_base_12dcz_1", ae = {
|
|
|
354
354
|
}) => /* @__PURE__ */ E("div", { className: i(v.base, v[o], n?.base, t), children: [
|
|
355
355
|
/* @__PURE__ */ a("div", { className: i(v.label, n?.label), children: /* @__PURE__ */ a("span", { className: v.text, children: l }) }),
|
|
356
356
|
/* @__PURE__ */ a("div", { className: i(v.label, n?.label), children: /* @__PURE__ */ a("span", { className: v.text, children: s }) })
|
|
357
|
-
] }), Q = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_5688_13)", d: "M20 38c9.942 0 18-8.058 18-18 0-9.94-8.058-18-18-18-9.94 0-18 8.06-18 18 0 9.942 8.06 18 18 18" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_5688_13)", d: "M20 38c9.942 0 18-8.058 18-18 0-9.94-8.058-18-18-18-9.94 0-18 8.06-18 18 0 9.942 8.06 18 18 18", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_5688_13)", d: "M16.93 13.666c.191-.697-.45-1.339-1.744-1.687-1.102-.292-3.679-.338-5.918 1.361-.416.315 0 .652.372.484 1.26-.597 4.297-.979 6.379-.169.832.326.91.011.91.011" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_5688_13)", d: "M14.117 20.968c.957 0 1.732-1.174 1.732-2.622s-.775-2.62-1.732-2.62-1.732 1.173-1.732 2.62.775 2.622 1.732 2.622" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_5688_13)", d: "M14.117 16.602c.742 0 1.395.653 1.732 1.61-.022-1.418-.787-2.555-1.732-2.555s-1.71 1.137-1.732 2.554c.337-.956.99-1.609 1.732-1.609" }), /* @__PURE__ */ e.createElement("path", { fill: "#643800", d: "M12.45 30.845a.46.46 0 0 0 .384-.112c1.833-1.62 4.668-2.498 6.794-2.498h.743c2.127 0 4.962.878 6.795 2.498.101.09.248.134.383.112.146-.022.224-.18.146-.304-1.564-2.565-4.466-4.151-7.605-4.151h-.18c-3.15 0-6.042 1.586-7.606 4.151-.09.125-.01.282.147.304" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_5688_13)", d: "M12.452 30.845a.46.46 0 0 0 .383-.112c1.833-1.62 4.668-2.498 6.794-2.498h.743c2.126 0 4.961.877 6.795 2.498.101.09.248.134.382.112.147-.022.226-.18.147-.304-.012-.023-.034-.045-.046-.079-.145.079-.303.158-.472-.01-1.744-1.846-4.32-2.948-7.088-2.948h-.202c-2.779 0-5.377 1.113-7.121 2.992-.157.169-.304.09-.45 0-.012.023-.022.034-.034.057-.067.112.012.27.17.292" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_5688_13)", d: "M23.072 13.666c-.191-.697.45-1.339 1.744-1.687 1.103-.292 3.679-.338 5.918 1.361.416.315 0 .652-.372.484-1.26-.597-4.297-.979-6.379-.169-.832.326-.91.011-.91.011" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_5688_13)", d: "M25.873 20.968c.957 0 1.732-1.174 1.732-2.622s-.775-2.62-1.732-2.62-1.732 1.173-1.732 2.62.775 2.622 1.732 2.622" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_5688_13)", d: "M25.873 16.602c.742 0 1.395.653 1.732 1.61-.022-1.418-.787-2.555-1.732-2.555s-1.71 1.137-1.732 2.554c.337-.956.99-1.609 1.732-1.609" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_5688_13", x1: 12.647, x2: 13.424, y1: 14.976, y2: 12.074, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_5688_13", x1: 14.12, x2: 14.12, y1: 15.657, y2: 18.213, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_5688_13", x1: 19.997, x2: 19.997, y1: 26.57, y2: 29.09, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_5688_13", x1: 27.323, x2: 26.545, y1: 15.046, y2: 12.144, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_5688_13", x1: 25.873, x2: 25.873, y1: 15.657, y2: 18.213, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.454 12.705)scale(21.7148)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.454 12.705)scale(17.084)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(73.854 -5.448 18.256)scale(2.54329 1.64547)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(73.854 .428 26.075)scale(2.54329 1.64547)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), X = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16891)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16891)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16891)", d: "M16.04 10.67c0-.72-.78-1.17-2.13-1.17-1.13 0-3.64.63-5.36 2.85-.32.4.17.63.48.37a9.7 9.7 0 0 1 6.12-1.81c.89.09.89-.24.89-.24" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16891)", d: "M14.12 19.42c.95 0 1.73-1.18 1.73-2.63 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.63 1.74 2.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16891)", d: "M14.12 15.06c.74 0 1.4.65 1.73 1.61-.02-1.42-.79-2.55-1.73-2.55-.95 0-1.71 1.13-1.74 2.55.34-.96 1-1.6 1.74-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16891)", d: "M23.96 10.67c0-.72.78-1.17 2.13-1.17 1.13 0 3.64.63 5.36 2.85.32.4-.17.63-.48.37a9.7 9.7 0 0 0-6.12-1.81c-.9.09-.89-.24-.89-.24" }), /* @__PURE__ */ e.createElement("path", { fill: "#643800", d: "M27.95 25.27a.5.5 0 0 0-.4.12 11.3 11.3 0 0 1-7.17 2.79h-.76c-2.25 0-5.23-.98-7.17-2.8a.5.5 0 0 0-.4-.11c-.16.03-.24.2-.16.33a9.3 9.3 0 0 0 8.02 4.63h.2a9.3 9.3 0 0 0 8.02-4.63.25.25 0 0 0-.18-.33" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_radial_15759_16891)", d: "M25.87 19.42c.96 0 1.73-1.18 1.73-2.63 0-1.44-.77-2.62-1.73-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.63 1.73 2.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16891)", d: "M25.87 15.06c-.74 0-1.4.65-1.73 1.61.02-1.42.79-2.55 1.73-2.55.95 0 1.71 1.13 1.73 2.55-.33-.96-.99-1.6-1.73-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16891)", d: "M27.95 25.27a.5.5 0 0 0-.4.12 11.3 11.3 0 0 1-7.17 2.79h-.76c-2.25 0-5.23-.98-7.17-2.8a.5.5 0 0 0-.4-.11c-.16.03-.24.2-.16.33l.05.08c.16-.09.33-.18.5.01a10 10 0 0 0 7.47 3.3h.2a10 10 0 0 0 7.5-3.34c.17-.2.33-.1.48 0l.03-.06c.07-.12 0-.3-.17-.32" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16891", x1: 12.24, x2: 12.24, y1: 11.88, y2: 9.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16891", x1: 14.12, x2: 14.12, y1: 14.16, y2: 16.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16891", x1: 27.75, x2: 27.75, y1: 11.88, y2: 9.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16891", x1: 25.87, x2: 25.87, y1: 14.16, y2: 16.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16891", x1: 20, x2: 20, y1: 26.54, y2: 29.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.45 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.45 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 16.87)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint6_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(74 1.45 25.3)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), ze = "_list_1ba1e_1", Fe = "_icon_1ba1e_7", je = "_button_1ba1e_12", $ = {
|
|
357
|
+
] }), Q = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_5688_13)", d: "M20 38c9.942 0 18-8.058 18-18 0-9.94-8.058-18-18-18-9.94 0-18 8.06-18 18 0 9.942 8.06 18 18 18" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_5688_13)", d: "M20 38c9.942 0 18-8.058 18-18 0-9.94-8.058-18-18-18-9.94 0-18 8.06-18 18 0 9.942 8.06 18 18 18", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_5688_13)", d: "M16.93 13.666c.191-.697-.45-1.339-1.744-1.687-1.102-.292-3.679-.338-5.918 1.361-.416.315 0 .652.372.484 1.26-.597 4.297-.979 6.379-.169.832.326.91.011.91.011" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_5688_13)", d: "M14.117 20.968c.957 0 1.732-1.174 1.732-2.622s-.775-2.62-1.732-2.62-1.732 1.173-1.732 2.62.775 2.622 1.732 2.622" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_5688_13)", d: "M14.117 16.602c.742 0 1.395.653 1.732 1.61-.022-1.418-.787-2.555-1.732-2.555s-1.71 1.137-1.732 2.554c.337-.956.99-1.609 1.732-1.609" }), /* @__PURE__ */ e.createElement("path", { fill: "#643800", d: "M12.45 30.845a.46.46 0 0 0 .384-.112c1.833-1.62 4.668-2.498 6.794-2.498h.743c2.127 0 4.962.878 6.795 2.498.101.09.248.134.383.112.146-.022.224-.18.146-.304-1.564-2.565-4.466-4.151-7.605-4.151h-.18c-3.15 0-6.042 1.586-7.606 4.151-.09.125-.01.282.147.304" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_5688_13)", d: "M12.452 30.845a.46.46 0 0 0 .383-.112c1.833-1.62 4.668-2.498 6.794-2.498h.743c2.126 0 4.961.877 6.795 2.498.101.09.248.134.382.112.147-.022.226-.18.147-.304-.012-.023-.034-.045-.046-.079-.145.079-.303.158-.472-.01-1.744-1.846-4.32-2.948-7.088-2.948h-.202c-2.779 0-5.377 1.113-7.121 2.992-.157.169-.304.09-.45 0-.012.023-.022.034-.034.057-.067.112.012.27.17.292" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_5688_13)", d: "M23.072 13.666c-.191-.697.45-1.339 1.744-1.687 1.103-.292 3.679-.338 5.918 1.361.416.315 0 .652-.372.484-1.26-.597-4.297-.979-6.379-.169-.832.326-.91.011-.91.011" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_5688_13)", d: "M25.873 20.968c.957 0 1.732-1.174 1.732-2.622s-.775-2.62-1.732-2.62-1.732 1.173-1.732 2.62.775 2.622 1.732 2.622" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_5688_13)", d: "M25.873 16.602c.742 0 1.395.653 1.732 1.61-.022-1.418-.787-2.555-1.732-2.555s-1.71 1.137-1.732 2.554c.337-.956.99-1.609 1.732-1.609" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_5688_13", x1: 12.647, x2: 13.424, y1: 14.976, y2: 12.074, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_5688_13", x1: 14.12, x2: 14.12, y1: 15.657, y2: 18.213, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_5688_13", x1: 19.997, x2: 19.997, y1: 26.57, y2: 29.09, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_5688_13", x1: 27.323, x2: 26.545, y1: 15.046, y2: 12.144, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_5688_13", x1: 25.873, x2: 25.873, y1: 15.657, y2: 18.213, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.454 12.705)scale(21.7148)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.454 12.705)scale(17.084)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(73.854 -5.448 18.256)scale(2.54329 1.64547)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_5688_13", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(73.854 .428 26.075)scale(2.54329 1.64547)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 1e-3, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), X = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16891)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16891)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16891)", d: "M16.04 10.67c0-.72-.78-1.17-2.13-1.17-1.13 0-3.64.63-5.36 2.85-.32.4.17.63.48.37a9.7 9.7 0 0 1 6.12-1.81c.89.09.89-.24.89-.24" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16891)", d: "M14.12 19.42c.95 0 1.73-1.18 1.73-2.63 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.63 1.74 2.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16891)", d: "M14.12 15.06c.74 0 1.4.65 1.73 1.61-.02-1.42-.79-2.55-1.73-2.55-.95 0-1.71 1.13-1.74 2.55.34-.96 1-1.6 1.74-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16891)", d: "M23.96 10.67c0-.72.78-1.17 2.13-1.17 1.13 0 3.64.63 5.36 2.85.32.4-.17.63-.48.37a9.7 9.7 0 0 0-6.12-1.81c-.9.09-.89-.24-.89-.24" }), /* @__PURE__ */ e.createElement("path", { fill: "#643800", d: "M27.95 25.27a.5.5 0 0 0-.4.12 11.3 11.3 0 0 1-7.17 2.79h-.76c-2.25 0-5.23-.98-7.17-2.8a.5.5 0 0 0-.4-.11c-.16.03-.24.2-.16.33a9.3 9.3 0 0 0 8.02 4.63h.2a9.3 9.3 0 0 0 8.02-4.63.25.25 0 0 0-.18-.33" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_radial_15759_16891)", d: "M25.87 19.42c.96 0 1.73-1.18 1.73-2.63 0-1.44-.77-2.62-1.73-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.63 1.73 2.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16891)", d: "M25.87 15.06c-.74 0-1.4.65-1.73 1.61.02-1.42.79-2.55 1.73-2.55.95 0 1.71 1.13 1.73 2.55-.33-.96-.99-1.6-1.73-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16891)", d: "M27.95 25.27a.5.5 0 0 0-.4.12 11.3 11.3 0 0 1-7.17 2.79h-.76c-2.25 0-5.23-.98-7.17-2.8a.5.5 0 0 0-.4-.11c-.16.03-.24.2-.16.33l.05.08c.16-.09.33-.18.5.01a10 10 0 0 0 7.47 3.3h.2a10 10 0 0 0 7.5-3.34c.17-.2.33-.1.48 0l.03-.06c.07-.12 0-.3-.17-.32" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16891", x1: 12.24, x2: 12.24, y1: 11.88, y2: 9.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16891", x1: 14.12, x2: 14.12, y1: 14.16, y2: 16.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16891", x1: 27.75, x2: 27.75, y1: 11.88, y2: 9.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16891", x1: 25.87, x2: 25.87, y1: 14.16, y2: 16.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16891", x1: 20, x2: 20, y1: 26.54, y2: 29.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.45 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.45 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 16.87)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint6_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(74 1.45 25.3)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), ze = "_list_lrkzm_1", Fe = "_icon_lrkzm_7", Ae = "_button_lrkzm_12", $ = {
|
|
358
358
|
list: ze,
|
|
359
359
|
icon: Fe,
|
|
360
|
-
button:
|
|
361
|
-
},
|
|
360
|
+
button: Ae
|
|
361
|
+
}, Ie = ({
|
|
362
362
|
classNames: t,
|
|
363
363
|
minLabel: n,
|
|
364
364
|
maxLabel: l,
|
|
@@ -401,7 +401,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
401
401
|
}
|
|
402
402
|
)
|
|
403
403
|
] });
|
|
404
|
-
}, Ie = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_linear_15759_16997)", d: "M20.1 36c1.24 0 1.71-1 1.62-2.91-.07-1.27-.5-4.8 1.3-6.59 1.66-1.67 2.15-1.52 4.05-3.67s3.48-1.71 5.7-1.52c2.77.24 1.83-15.21-.13-14.94-1.4.19-4.56.57-5.07.57-.5 0-3.98-2.7-7.02-2.73-4.94-.05-7.66.83-7.66.83l-1.45 3.28-.48 10 2.3 4.82s3.1-.5 4 .9c.88 1.38-.7 3.1-.7 7.08 0 4 2.91 4.88 3.54 4.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_linear_15759_16997)", d: "m12.72 5.07.18.68c.56.06 1.28-.2 2.25-.19 4.67.04 9.13 1.38 11.05 2.9 1.25.99 1.8 2.31 2.69 1.93 1.09-.47 4.2-1.2 5.33.25-.32-2.47-.89-4.37-1.58-4.27-1.4.19-4.56.57-5.07.57-.5 0-3.88-2.62-7.02-2.73-4.07-.13-7.68.57-7.68.57z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16997)", d: "M30.79 20.33c-1.84-.5-3 .34-3.94 1.48-.94 1.13-1.74 2.13-4.09 3.65s-2.04 5.7-1.85 7.1c.2 1.39.07 3.44-.8 3.44 1.23 0 1.7-1 1.6-2.91-.06-1.27-.48-4.8 1.3-6.59 1.67-1.67 2.16-1.52 4.06-3.67s3.48-1.71 5.7-1.52c0-.48-.15-.47-1.98-.98" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_linear_15759_16997)", d: "M17.26 24.03c.88 1.4-.7 3.1-.7 7.1 0 3.98 2.91 4.87 3.54 4.87q.26 0 .45-.05c-2.58-.17-4.14-3.42-3.25-6.78.73-2.73 1.09-4.91-.1-6.2-.76-.83-2.27-.68-3.93.18 0 0 3.1-.51 3.99.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16997)", d: "M17.08 22.61c1.52-.5 5.36-1.7 8.26-4.33 7.37-6.69-5.2-7.52-7.8-13.24-.5-1.09-3.4 5.73-3.4 5.73l-.94 1.58 2.71 7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16997)", d: "M16.86 22.03c1.52-.5 7.72-4.48 7.72-6.45 0-5.66-4.3-2.87-6.62-9.55-.32-.93-1.45-1.7-1.45-1.7-.95.76-2.37 6.44-2.37 6.44l-.94 1.58 2.71 7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16997)", d: "M13.35 4.66 10.45 8 9.8 21.88l7.28.73c1.67-.9 1.87-2.13 1.25-4.1-.27-.84.8-1.07.86-3.5.05-1.67-1.05-1.68-1.05-2.18s.55-.45.73-1.9c.26-2.07-1.47-2.1-1.47-2.55s.96-.7.9-2.39c-.07-2.14 3.9-1.7 6.58.24 1.1.8 2.06.88 2.81.7h-.12c-.5 0-3.9-2.72-7.02-2.72-3.65 0-6.17.22-7.2.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16997)", d: "M12.68 21.7c2.25 0 3.49-2.2 2.63-3.89-.85-1.69 1.58-3.92 1.33-5.02s-.7-3.88-1.04-4.34c-.35-.47.57-1.51.57-1.51l-2.85-.35-2.66 1.17.1 8.05-.29 5.03z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16997)", d: "M27.07 22.83c1.23-1.4 2.33-1.7 3.56-1.7-.36-.56-.6-1.19-.58-1.8.07-1.6-.28-3.57-.55-1.52-.2 1.57-1.27 3.5-2.54 5.14z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16997)", d: "M10.98 23.2c2.66.11 7.43.26 7.54-2.52.08-2.02-1.35-2.69-3.57-2.77l-4.23-.16c-.92-.04-3.8-.02-3.83 2.42-.04 3.05 4.1 3.04 4.1 3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_linear_15759_16997)", d: "M15.35 13.14c.71.02 2.83-.51 3.03-1.85.15-1.06-.39-2.43-2.23-2.75-2.33-.4-6.21-.62-7.66-.08-.65.25-1.22.92-1.25 1.95a2.4 2.4 0 0 0 2.4 2.47c1.66.05 2.52.02 3.47.13 1.14.14 1.67.12 2.24.13" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_linear_15759_16997)", d: "M16.1 8.45c.8 0 1.8-.72 1.8-1.9 0-1.19-.31-2.07-2.04-2.4a15 15 0 0 0-5.56.28C9.5 4.7 9.2 5.45 9.2 6.71s.78 1.48 1.63 1.48c.86 0 1.9-.15 2.49-.12 1.65.08 1.98.38 2.78.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_linear_15759_16997)", d: "M11.2 22.65c2.33.08 6.5.22 6.58-1.98.06-1.6-1.19-2.13-3.12-2.2s-7.02-.17-7.04 1.76c-.02 2.4 3.59 2.42 3.59 2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_linear_15759_16997)", d: "M15.14 12.58c.62.01 2.35-.13 2.52-1.42.11-.87-.34-1.98-1.94-2.25-2.03-.34-5.41-.52-6.68-.07-.56.2-1.05.75-1.08 1.6-.02.83.76 1.87 2.2 1.91s2.22-.1 3.04 0c1 .11 1.44.21 1.94.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16997)", d: "M15.75 8.01c.7 0 1.56-.57 1.56-1.53 0-.95-.27-1.66-1.77-1.93a14 14 0 0 0-4.8.23c-.7.21-.97.82-.97 1.84 0 1.01.68 1.19 1.42 1.19s1.64-.13 2.15-.1c1.43.07 1.71.3 2.4.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_linear_15759_16997)", d: "M16.17 20.67c-.05 1.51-1.26 2.24-2.8 2.57 2.45-.05 5.07-.5 5.15-2.56.08-2.02-1.35-2.69-3.57-2.77q-.36 0-.69-.03c1.25.37 1.97 1.19 1.91 2.79" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_linear_15759_16997)", d: "M15.97 22.97c1.41-.31 2.5-.98 2.55-2.3.06-1.67-.91-2.41-2.52-2.66 3.26 1.3 2.09 4.5-.03 4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16997)", d: "M22.18 7.88c.25-.91 2.01-1.21 3.93-.67s3.27 1.7 3.02 2.6-2.02 1.21-3.94.67c-1.91-.53-3.27-1.7-3.01-2.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16997)", d: "M9 20.26c.01-1.17 1.57-1.72 3.27-1.82 1.4-.09 2.94.9 2.9 2.04s-.24 2.14-3.14 2.04c-1.7-.05-3.05-1.12-3.04-2.26" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16997)", d: "M8.68 10.02c.01-1.61 1.79-1.3 3.49-1.42 2.16-.14 3.6.53 3.6 1.67s-.83 1.97-3.72 1.97c-1.71 0-3.38-.15-3.37-2.22" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16997)", d: "M10.24 5.95c.01-1.37 1.62-1.56 3.15-1.56s3.18.8 3.18 1.78c0 .97-.73 1.68-3.32 1.68-1.52 0-3.02-.13-3-1.9" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16997)", d: "M16.4 10.96c-.25 1.84-1.66 1.73-3.27 1.92 1.86.14 2.64.16 2.64.16q.26.03.57 0c.6-.14 1.29-.41 1.7-.93a2 2 0 0 0 .34-.82c.13-1.06-.39-2.43-2.23-2.75l-.85-.13-.47-.06-.13-.01c1.01.48 1.87 1.27 1.7 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint22_linear_15759_16997)", d: "m15.95 13.05.39-.01c.6-.14 1.3-.42 1.7-.94q.2-.29.32-.7 0-.05.02-.11c.18-1.05-.34-2.28-1.94-2.69 2.74 1.52 1.57 4.45-.5 4.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint23_linear_15759_16997)", d: "M14.35 8.17c.81.12 1.14.28 1.74.28.8 0 1.8-.71 1.8-1.9q.02-.65-.17-1.16a2 2 0 0 0-.6-.76q-.44-.32-1.26-.48a9 9 0 0 0-1.23-.13c.85.49 2.28.75 1.98 2.4-.33 1.82-1.42 1.57-2.26 1.75" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint24_linear_15759_16997)", d: "M16.13 8.45c.8-.02 1.77-.73 1.77-1.9 0-1.09-.26-1.92-1.64-2.3 2.15 1.38 1.46 3.7-.13 4.2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint25_linear_15759_16997)", d: "M6.89 20.17q0 .4.08.75c-.21-.95.64-1.9 2.88-2.36 1.5-.3 5.44-.68 8.18.4-.59-.71-1.68-1-3.08-1.05l-4.23-.16c-.92-.04-3.8-.02-3.83 2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint26_linear_15759_16997)", d: "M7.24 10.48c0 1.02.77 2.35 2.4 2.4 1.66.05 2.52.02 3.47.13 1.14.14 1.67.12 2.24.13.43.02 1.5-.11 2.22-.56a10 10 0 0 0-4-.59c-4.46.29-5.73-.25-6.33-1.51" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint27_linear_15759_16997)", d: "M16.3 17.75c.96.02 2.46-.54 2.5-2.51s-1.68-2.44-2.44-2.46c-.76-.01-3.42-.2-6.69-.26s-3.71 1.7-3.73 2.62.56 2.58 2.53 2.62c5.7.12 7.84-.01 7.84-.01" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint28_linear_15759_16997)", d: "M15.8 17.18c.82.01 2.13-.41 2.16-1.93s-1.47-1.9-2.13-1.9c-.66-.02-2.97-.16-5.81-.22-2.85-.06-3.23 1.3-3.24 2.01s.08 2 1.8 2.03c4.95.1 7.22 0 7.22 0" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint29_linear_15759_16997)", d: "M16.77 15.43c-.1 2.02-1.51 2.03-3.1 2.38a58 58 0 0 0 2.64-.06c.95.02 2.45-.54 2.5-2.51.03-1.97-1.7-2.44-2.45-2.46-.27 0-.8-.03-1.5-.06 1.05.43 1.98 1.22 1.9 2.7" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint30_radial_15759_16997)", d: "M7.6 15.22c-.06-1.61 1.73-1.92 3.44-2 1.7-.08 3.6.78 3.65 1.92s-.73 2-3.62 2.15c-1.7.08-3.38 0-3.46-2.07" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint31_linear_15759_16997)", d: "M16.49 17.75a2.37 2.37 0 0 0 2.31-2.51c.04-1.87-1.51-2.4-2.32-2.45 3.12 1.26 2.1 4.77 0 4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint32_linear_15759_16997)", d: "M5.94 15.33c.41-2.91 8.12-2.38 12.29-1.75-.57-.6-1.4-.79-1.87-.8-.76-.01-3.42-.2-6.69-.26s-3.71 1.7-3.73 2.62z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint33_linear_15759_16997)", d: "M9.8 8.84c1.5-.07 5.45-.56 8.33.99-.33-.6-.95-1.1-1.98-1.29-2.33-.4-6.21-.62-7.66-.08-.65.25-1.22.92-1.25 1.95.1-.9.95-1.5 2.56-1.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint34_linear_15759_16997)", d: "M9.3 5.6c.98-.75 2.67-1.18 5.1-.77 1.52.25 2.55.34 3.23.36-.27-.5-.8-.85-1.77-1.04a15 15 0 0 0-5.56.28q-.78.25-1 1.17" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint35_linear_15759_16997)", d: "M17.58 7.62c-1.81.65-2.7-.32-4.63-.32-2 0-2.97.8-3.68.04.22.7.87.85 1.55.85.86 0 1.9-.15 2.49-.12 1.65.08 1.98.38 2.78.38.53 0 1.13-.3 1.49-.83" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint36_linear_15759_16997)", d: "M32.64 6.37c-1.4.19-4.56.57-5.07.57 4.6 3.28 2.55 10.26.86 13.79q-.35.74-.47 1.25c1.53-1.17 2.94-.83 4.8-.67 2.78.24 1.84-15.21-.12-14.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint37_linear_15759_16997)", d: "M27.57 6.93c.4.34.87.9 1.3 1.45 0 0 2.3-1.18 4.77-.62-.28-.9-.62-1.45-1-1.4-1.4.2-4.56.57-5.07.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint38_radial_15759_16997)", d: "M18.63 30.2c.9-.2 1.63 1.04 2.04 2.5.34 1.19-.12 2.7-1 2.87-.89.17-1.7.18-2.2-2.34-.28-1.48.28-2.85 1.16-3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint39_linear_15759_16997)", d: "M13.27 23.15s3.1-.51 3.99.88c.88 1.4-.7 3.1-.7 7.1 0 3.98 2.91 4.87 3.54 4.87 1.24 0 1.71-1 1.62-2.91-.07-1.27-.5-4.8 1.3-6.59 1.66-1.67 2.15-1.52 4.05-3.67s-11.78-.6-13.8.32" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M16.13 8.45c.5 0 1-.23 1.35-.6.36-.38.52-.92.5-1.43s-.1-1.03-.42-1.45a2.2 2.2 0 0 0-1.3-.73c.46.17.92.4 1.2.8s.35.9.35 1.39c.03.48-.11.96-.43 1.33-.3.37-.75.63-1.25.69M16.92 12.86q.53-.14.95-.5c.29-.24.46-.58.56-.93q.1-.49.03-.98-.1-.49-.4-.9a2.6 2.6 0 0 0-1.62-.95c.6.2 1.16.53 1.5 1.04.36.5.46 1.15.34 1.75-.09.33-.22.66-.48.9q-.38.36-.88.57" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M16.49 17.75c.59 0 1.2-.21 1.64-.63.46-.42.7-1.03.74-1.63s-.05-1.25-.42-1.74a2.4 2.4 0 0 0-1.53-.9c.57.17 1.1.5 1.42.97.33.48.42 1.08.36 1.65a2.4 2.4 0 0 1-.66 1.56c-.4.4-.97.65-1.55.72M15.97 22.97c.64-.11 1.29-.3 1.82-.72.55-.4.85-1.1.81-1.77a2.3 2.3 0 0 0-.76-1.8c-.52-.44-1.2-.6-1.84-.67.64.13 1.28.34 1.76.77.48.42.69 1.07.68 1.7.04.64-.23 1.27-.73 1.67-.5.41-1.12.65-1.74.82M18.13 9.83q-.31-.57-.86-.94a3 3 0 0 0-1.2-.42q-1.27-.22-2.53-.33-1.27-.08-2.55-.05c-.84.03-1.7.07-2.5.37.4-.13.82-.17 1.24-.2q.63-.07 1.27-.06 1.26 0 2.53.1 1.26.09 2.52.28c.81.11 1.64.5 2.08 1.25" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M18.23 13.58c-.3-.34-.72-.59-1.16-.72-.44-.15-.91-.13-1.36-.16l-2.73-.13-2.73-.08a6 6 0 0 0-2.7.34c.87-.3 1.8-.29 2.7-.23l2.73.13 2.73.08c.45.02.9 0 1.34.12q.67.17 1.18.65M8.47 17.76a90 90 0 0 0 7.84.06c.67 0 1.36-.25 1.83-.74q.37-.37.52-.86.14-.48.14-.98a2.6 2.6 0 0 1-.72 1.78c-.46.46-1.13.68-1.77.67l-1.96.03-1.96.03h-1.96z" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_15759_16997", x1: 13.17, x2: 22.69, y1: 20.37, y2: 19.99, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint1_linear_15759_16997", x1: 22.77, x2: 23.43, y1: 15.41, y2: 8.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16997", x1: 24.66, x2: 17.49, y1: 26.01, y2: 15.76, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint3_linear_15759_16997", x1: 29.85, x2: 11.48, y1: 30.1, y2: 28.72, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.31, stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ff8900" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16997", x1: 30.2, x2: 6.08, y1: 13.77, y2: 13.77, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16997", x1: 34.09, x2: -13.56, y1: 13.73, y2: 12.21, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16997", x1: 26.52, x2: 18.64, y1: 7.5, y2: 11.77, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16997", x1: 17.49, x2: 10.92, y1: 13.57, y2: 14.43, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#643800", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16997", x1: 29.16, x2: 27.73, y1: 28.08, y2: 4.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 20.5, y2: 20.5, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint10_linear_15759_16997", x1: 7.34, x2: 16.67, y1: 10.64, y2: 10.64, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint11_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 6.22, y2: 6.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint12_linear_15759_16997", x1: 17.92, x2: 13.06, y1: 20.45, y2: 20.56, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint13_linear_15759_16997", x1: 9.42, x2: 14.38, y1: 10.57, y2: 10.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16997", x1: 9.42, x2: 14.38, y1: 6.22, y2: 6.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint15_linear_15759_16997", x1: 15.47, x2: 18.11, y1: 20.56, y2: 20.56, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint16_linear_15759_16997", x1: 15.94, x2: 18.98, y1: 20.49, y2: 20.49, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#e89043" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16997", x1: 15.15, x2: 18.98, y1: 10.69, y2: 10.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint22_linear_15759_16997", x1: 15.97, x2: 18.03, y1: 10.83, y2: 10.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint23_linear_15759_16997", x1: 15.29, x2: 19.77, y1: 6.2, y2: 7.02, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint24_linear_15759_16997", x1: 15.75, x2: 17.65, y1: 6.34, y2: 6.34, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint25_linear_15759_16997", x1: 12.74, x2: 11.53, y1: 21.08, y2: 15.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint26_linear_15759_16997", x1: 11.82, x2: 13.13, y1: 9.57, y2: 14.31, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint27_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 15.16, y2: 15.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint28_linear_15759_16997", x1: 17.04, x2: 9.89, y1: 15.42, y2: 15.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.74, stopColor: "#ffd748" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffcb4b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint29_linear_15759_16997", x1: 14.25, x2: 19.59, y1: 15.26, y2: 15.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint31_linear_15759_16997", x1: 16.73, x2: 18.42, y1: 15.27, y2: 15.27, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint32_linear_15759_16997", x1: 12.29, x2: 11.28, y1: 15.78, y2: 9.34, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint33_linear_15759_16997", x1: 13, x2: 10.4, y1: 10.8, y2: 5.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint34_linear_15759_16997", x1: 13.51, x2: 13.13, y1: 5.85, y2: 2.29, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint35_linear_15759_16997", x1: 13.42, x2: 13.42, y1: 6.39, y2: 8.97, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint36_linear_15759_16997", x1: 31.12, x2: 34.45, y1: 15.85, y2: 25.99, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#c86f34", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint37_linear_15759_16997", x1: 30.55, x2: 30.74, y1: 9.69, y2: 2.43, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint39_linear_15759_16997", x1: 20.38, x2: 17.94, y1: 21.74, y2: 43.79, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.57 -1 .46 -1.66 26 9.47)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(182 6.22 10.13)scale(3.17 2.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.4 0 0 -1.84 12.23 10.25)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.12 0 0 -1.95 13.41 6.12)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint30_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(177 5.4 7.76)scale(3.49 2.3)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint38_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(259 23.1 8.58)scale(3.35 1.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })))), Re = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_linear_15759_16949)", d: "M19.9 4c-1.24 0-1.71 1-1.62 2.91.07 1.27.5 4.8-1.3 6.59-1.66 1.67-2.15 1.52-4.05 3.67s-3.48 1.71-5.7 1.52c-2.77-.24-1.83 15.21.13 14.94 1.4-.19 4.56-.57 5.07-.57.5 0 3.98 2.7 7.02 2.73 4.94.05 7.66-.83 7.66-.83l1.45-3.28.48-10.01-2.3-4.82s-3.1.51-4-.88c-.88-1.4.7-3.1.7-7.1C23.44 4.9 20.53 4 19.9 4" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_linear_15759_16949)", d: "m27.29 34.93-.2-.68c-.55-.06-1.26.2-2.24.19-4.67-.04-9.13-1.38-11.05-2.9-1.25-1-1.8-2.31-2.69-1.93-1.09.47-4.2 1.2-5.33-.25.32 2.47.89 4.37 1.58 4.27 1.4-.19 4.56-.57 5.07-.57.5 0 3.88 2.62 7.02 2.73 4.07.13 7.68-.57 7.68-.57z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16949)", d: "M9.21 19.67c1.84.5 3-.34 3.94-1.48.94-1.13 1.74-2.13 4.09-3.65s2.04-5.7 1.85-7.1c-.2-1.39-.07-3.44.8-3.44-1.23 0-1.7 1-1.6 2.91.06 1.27.48 4.8-1.3 6.59-1.67 1.67-2.16 1.52-4.06 3.67s-3.48 1.71-5.7 1.52c0 .48.15.47 1.98.98" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_linear_15759_16949)", d: "M22.74 15.97c-.88-1.4.7-3.1.7-7.1C23.44 4.9 20.53 4 19.9 4q-.26 0-.45.05c2.58.17 4.14 3.42 3.25 6.78-.73 2.73-1.09 4.91.1 6.2.76.83 2.27.68 3.93-.18 0 0-3.1.51-3.99-.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16949)", d: "M22.92 17.39c-1.52.5-5.36 1.7-8.26 4.33-7.37 6.68 5.2 7.52 7.8 13.24.5 1.09 3.4-5.73 3.4-5.73l.94-1.58-2.71-7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16949)", d: "M23.14 17.97c-1.52.5-7.72 4.48-7.72 6.45 0 5.66 4.3 2.87 6.62 9.55.32.93 1.46 1.7 1.46 1.7.94-.76 2.36-6.44 2.36-6.44l.94-1.58-2.71-7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16949)", d: "m26.65 35.34 2.9-3.33.65-13.89-7.28-.73c-1.67.9-1.87 2.13-1.25 4.1.27.83-.8 1.07-.86 3.5-.05 1.67 1.05 1.68 1.05 2.18s-.55.45-.73 1.9c-.26 2.07 1.47 2.1 1.47 2.55s-.96.7-.9 2.39c.07 2.13-3.9 1.7-6.58-.24-1.1-.8-2.06-.88-2.81-.7h.12c.5 0 3.9 2.72 7.02 2.72 3.65 0 6.17-.22 7.2-.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16949)", d: "M27.32 18.3c-2.25 0-3.48 2.2-2.63 3.89s-1.58 3.92-1.33 5.02.7 3.88 1.04 4.34-.57 1.5-.57 1.5l2.85.36 2.66-1.18-.1-8.04.29-5.03z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16949)", d: "M12.93 17.17c-1.23 1.4-2.33 1.7-3.56 1.7.36.56.6 1.19.58 1.8-.07 1.6.28 3.57.55 1.52.2-1.57 1.27-3.5 2.54-5.14z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16949)", d: "M29.02 16.8c-2.66-.11-7.43-.26-7.54 2.52-.08 2.02 1.35 2.69 3.57 2.77l4.24.16c.91.04 3.8.02 3.82-2.42.04-3.05-4.1-3.04-4.1-3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_linear_15759_16949)", d: "M24.65 26.86c-.71-.02-2.83.5-3.03 1.85-.15 1.06.39 2.43 2.23 2.75 2.33.4 6.21.62 7.67.08.64-.25 1.2-.93 1.24-1.95a2.4 2.4 0 0 0-2.4-2.47c-1.66-.05-2.52-.02-3.47-.13-1.14-.14-1.67-.12-2.24-.13" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_linear_15759_16949)", d: "M23.9 31.55c-.8 0-1.8.72-1.8 1.9 0 1.19.31 2.07 2.04 2.4 1.74.33 4.51.05 5.56-.28.81-.26 1.11-1.02 1.11-2.28s-.78-1.48-1.63-1.48c-.86 0-1.9.15-2.49.12-1.65-.08-1.98-.38-2.78-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_linear_15759_16949)", d: "M28.8 17.35c-2.33-.09-6.5-.22-6.58 1.98-.06 1.6 1.19 2.13 3.12 2.2s7.02.17 7.04-1.76c.02-2.4-3.59-2.42-3.59-2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_linear_15759_16949)", d: "M24.86 27.42c-.62-.01-2.35.13-2.52 1.42-.11.87.34 1.98 1.94 2.25 2.03.34 5.41.52 6.68.07.56-.2 1.05-.75 1.08-1.6.02-.83-.76-1.87-2.2-1.91s-2.22.1-3.04 0c-1-.11-1.44-.21-1.94-.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16949)", d: "M24.25 31.99c-.7 0-1.56.57-1.56 1.53 0 .95.27 1.66 1.77 1.93 1.5.26 3.9.04 4.8-.23.7-.21.97-.82.97-1.84 0-1.01-.68-1.19-1.42-1.19s-1.64.13-2.15.1c-1.43-.07-1.71-.3-2.4-.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_linear_15759_16949)", d: "M23.83 19.33c.05-1.51 1.26-2.24 2.8-2.58-2.45.06-5.07.52-5.15 2.57-.08 2.02 1.35 2.69 3.57 2.77q.36 0 .69.03c-1.24-.37-1.97-1.19-1.91-2.79" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_linear_15759_16949)", d: "M24.04 17.03c-1.42.3-2.51.98-2.56 2.3-.06 1.67.92 2.41 2.52 2.66-3.25-1.3-2.09-4.5.04-4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16949)", d: "M20.26 32.98c-.38.86-2.16.92-3.99.12s-3-2.14-2.63-3 2.16-.91 3.99-.12c1.83.8 3 2.14 2.63 3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16949)", d: "M31 19.74c-.01 1.17-1.57 1.72-3.27 1.82-1.4.09-2.94-.9-2.9-2.04s.24-2.15 3.14-2.04c1.7.05 3.06 1.12 3.04 2.26" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16949)", d: "M31.32 29.98c-.01 1.61-1.79 1.3-3.49 1.42-2.16.14-3.6-.53-3.6-1.67s.83-1.97 3.73-1.98c1.7 0 3.37.16 3.36 2.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16949)", d: "M29.76 34.05c-.01 1.37-1.62 1.56-3.15 1.56s-3.18-.8-3.18-1.78c0-.97.73-1.68 3.32-1.68 1.53 0 3.02.13 3 1.9" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16949)", d: "M23.6 29.04c.25-1.84 1.66-1.73 3.27-1.92-1.86-.14-2.64-.16-2.64-.16a3 3 0 0 0-.57 0c-.6.14-1.29.41-1.7.93a2 2 0 0 0-.34.82c-.13 1.06.39 2.43 2.23 2.75l.85.13.47.06.13.01c-1.01-.48-1.87-1.27-1.7-2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint22_linear_15759_16949)", d: "m24.05 26.95-.39.01c-.6.14-1.3.42-1.7.94q-.2.29-.32.7 0 .05-.02.11c-.18 1.05.34 2.28 1.94 2.69-2.74-1.52-1.57-4.45.5-4.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint23_linear_15759_16949)", d: "M25.65 31.83c-.8-.12-1.14-.28-1.74-.28-.8 0-1.8.71-1.8 1.9q-.01.65.17 1.16.2.42.6.76.44.32 1.26.48.57.1 1.23.13c-.84-.49-2.28-.75-1.98-2.4.33-1.82 1.42-1.57 2.26-1.75" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint24_linear_15759_16949)", d: "M23.87 31.55c-.8.02-1.77.73-1.77 1.9 0 1.09.26 1.92 1.64 2.3-2.15-1.38-1.46-3.7.13-4.2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint25_linear_15759_16949)", d: "M33.11 19.83q0-.4-.08-.75c.21.95-.63 1.9-2.88 2.36-1.49.3-5.44.68-8.18-.4.6.71 1.68 1 3.08 1.05l4.24.16c.91.04 3.8.02 3.82-2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint26_linear_15759_16949)", d: "M32.76 29.52c0-1.02-.77-2.35-2.4-2.4-1.66-.05-2.52-.02-3.47-.13-1.14-.14-1.67-.12-2.24-.13-.43-.02-1.5.11-2.21.56.8.29 2.13.7 3.99.59 4.46-.29 5.73.25 6.33 1.51" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint27_linear_15759_16949)", d: "M23.7 22.25c-.96-.02-2.46.54-2.5 2.51s1.68 2.44 2.44 2.46c.76.01 3.42.2 6.69.26s3.71-1.7 3.73-2.62-.56-2.58-2.53-2.62c-5.7-.12-7.84.01-7.84.01" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint28_linear_15759_16949)", d: "M24.2 22.82c-.82-.01-2.13.41-2.16 1.93-.03 1.53 1.47 1.9 2.13 1.9.66.02 2.97.16 5.81.22 2.85.06 3.23-1.3 3.24-2.01s-.08-2-1.8-2.03c-4.95-.1-7.22 0-7.22 0" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint29_linear_15759_16949)", d: "M23.23 24.57c.1-2.02 1.51-2.03 3.1-2.38-1.86.01-2.64.06-2.64.06-.95-.02-2.45.54-2.5 2.51-.03 1.97 1.7 2.44 2.45 2.46q.44 0 1.5.06c-1.05-.43-1.98-1.22-1.9-2.7" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint30_radial_15759_16949)", d: "M32.4 24.78c.06 1.61-1.73 1.92-3.43 2s-3.6-.78-3.66-1.92c-.05-1.14.73-2 3.62-2.15 1.7-.08 3.38 0 3.46 2.07" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint31_linear_15759_16949)", d: "M23.52 22.25c-.95.05-2.29.66-2.32 2.51-.04 1.87 1.52 2.4 2.32 2.45-3.12-1.26-2.1-4.77 0-4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint32_linear_15759_16949)", d: "M34.06 24.67c-.41 2.91-8.12 2.38-12.29 1.75.57.6 1.4.79 1.87.8.76.01 3.42.2 6.69.26s3.71-1.7 3.73-2.62z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint33_linear_15759_16949)", d: "M30.2 31.16c-1.5.07-5.45.56-8.33-.99.33.6.95 1.1 1.98 1.29 2.33.4 6.21.62 7.66.08.65-.25 1.22-.92 1.25-1.95-.1.9-.95 1.5-2.56 1.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint34_linear_15759_16949)", d: "M30.7 34.4c-.98.74-2.67 1.18-5.1.77-1.52-.25-2.55-.34-3.23-.36.27.5.8.85 1.77 1.04 1.74.33 4.51.05 5.56-.28q.79-.26 1-1.17" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint35_linear_15759_16949)", d: "M22.42 32.38c1.81-.65 2.7.32 4.63.32 2 0 2.97-.8 3.68-.04-.22-.7-.87-.85-1.55-.85-.86 0-1.9.15-2.49.12-1.65-.08-1.98-.38-2.78-.38-.52 0-1.13.3-1.49.83" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint36_linear_15759_16949)", d: "M7.37 33.63c1.39-.19 4.55-.57 5.06-.57-4.6-3.28-2.55-10.26-.86-13.8q.36-.73.47-1.24c-1.53 1.17-2.94.83-4.8.67-2.78-.24-1.84 15.21.13 14.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint37_linear_15759_16949)", d: "M10.26 30.46c-.48-.63-.06.73.32 1.71.32.84-2.16.34-4.05.55.24.61.53.96.84.91 1.39-.19 4.55-.57 5.06-.57-.72-.6-1.7-1.96-2.17-2.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint38_linear_15759_16949)", d: "M12.43 33.07c-.4-.34-.87-.9-1.3-1.45 0 0-2.3 1.18-4.77.62.28.9.62 1.45 1 1.4a95 95 0 0 1 5.07-.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint39_radial_15759_16949)", d: "M21.16 9.94c-.9.2-1.64-1.05-2.05-2.5-.34-1.19.12-2.7 1-2.88.9-.17 1.71-.17 2.2 2.35.29 1.48-.27 2.84-1.15 3.03" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M23.87 31.55c-.5.06-.94.32-1.25.69s-.46.85-.43 1.33c0 .5.08.99.35 1.38.28.4.74.64 1.2.8-.48-.1-.98-.3-1.3-.72s-.4-.96-.42-1.45c-.02-.51.14-1.05.5-1.43.35-.37.85-.6 1.35-.6M23.08 27.14q-.5.21-.88.57a2 2 0 0 0-.48.9c-.12.6-.02 1.25.33 1.75s.91.84 1.51 1.04a2.6 2.6 0 0 1-1.62-.96q-.3-.4-.4-.9-.08-.48.03-.96.14-.56.56-.94.42-.35.95-.5M23.52 22.25a2.6 2.6 0 0 0-1.56.72c-.4.41-.63.98-.66 1.56-.06.57.03 1.17.36 1.65.32.47.85.8 1.42.96-.58-.1-1.16-.4-1.53-.89a2.5 2.5 0 0 1-.42-1.74c.05-.6.29-1.21.74-1.63a2.5 2.5 0 0 1 1.65-.63M24.04 17.03c-.63.17-1.26.4-1.75.82-.5.4-.77 1.03-.73 1.67 0 .63.2 1.28.69 1.7.47.43 1.11.64 1.75.77a3.4 3.4 0 0 1-1.84-.67 2.3 2.3 0 0 1-.76-1.8 2.1 2.1 0 0 1 .81-1.77c.54-.41 1.19-.6 1.83-.72" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M21.87 30.17a2.8 2.8 0 0 0 2.09 1.25q1.25.2 2.51.27 1.28.12 2.54.11.63 0 1.26-.05c.42-.04.84-.08 1.25-.21-.8.3-1.67.34-2.51.37q-1.28.03-2.55-.05-1.26-.11-2.52-.33-.65-.1-1.2-.43a2.3 2.3 0 0 1-.87-.93M21.77 26.42q.5.48 1.18.64c.43.13.89.1 1.34.13l2.73.08 2.73.13c.9.06 1.83.07 2.7-.23-.85.36-1.8.39-2.7.34l-2.73-.08-2.73-.13c-.45-.03-.92-.01-1.36-.16a2.6 2.6 0 0 1-1.16-.72M31.53 22.24q-.98.01-1.96.01H27.6l-1.96.03q-.97-.01-1.95.04c-.65-.02-1.32.2-1.78.66-.47.46-.7 1.12-.72 1.78q0-.5.14-.98.16-.49.52-.86a2.6 2.6 0 0 1 1.83-.73q1.95-.1 3.92-.06 1.95.01 3.92.1" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_15759_16949", x1: 26.83, x2: 17.31, y1: 19.63, y2: 20.01, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint1_linear_15759_16949", x1: 16.56, x2: 16.37, y1: 32.83, y2: 27.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16949", x1: 15.34, x2: 22.51, y1: 13.98, y2: 24.24, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint3_linear_15759_16949", x1: 10.15, x2: 28.52, y1: 9.9, y2: 11.27, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.31, stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ff8900" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16949", x1: 9.8, x2: 33.92, y1: 26.23, y2: 26.23, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16949", x1: 5.91, x2: 53.56, y1: 26.27, y2: 27.79, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16949", x1: 13.48, x2: 21.36, y1: 32.5, y2: 28.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16949", x1: 22.51, x2: 29.08, y1: 26.43, y2: 25.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#643800", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16949", x1: 10.84, x2: 12.27, y1: 11.92, y2: 35.53, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 19.5, y2: 19.5, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint10_linear_15759_16949", x1: 32.66, x2: 23.33, y1: 29.36, y2: 29.36, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint11_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 33.78, y2: 33.78, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint12_linear_15759_16949", x1: 22.08, x2: 26.94, y1: 19.55, y2: 19.44, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint13_linear_15759_16949", x1: 30.58, x2: 25.62, y1: 29.42, y2: 29.42, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16949", x1: 30.58, x2: 25.62, y1: 33.78, y2: 33.78, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint15_linear_15759_16949", x1: 24.53, x2: 21.89, y1: 19.44, y2: 19.44, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint16_linear_15759_16949", x1: 24.06, x2: 21.02, y1: 19.51, y2: 19.51, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#e89043" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16949", x1: 24.85, x2: 21.02, y1: 29.31, y2: 29.31, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint22_linear_15759_16949", x1: 24.03, x2: 21.97, y1: 29.17, y2: 29.17, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint23_linear_15759_16949", x1: 24.71, x2: 20.23, y1: 33.8, y2: 32.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint24_linear_15759_16949", x1: 24.25, x2: 22.35, y1: 33.66, y2: 33.66, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint25_linear_15759_16949", x1: 27.26, x2: 28.47, y1: 18.92, y2: 24.74, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint26_linear_15759_16949", x1: 28.18, x2: 26.87, y1: 30.43, y2: 25.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint27_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 24.83, y2: 24.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint28_linear_15759_16949", x1: 22.96, x2: 30.11, y1: 24.57, y2: 24.84, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.74, stopColor: "#ffd748" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffcb4b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint29_linear_15759_16949", x1: 25.75, x2: 20.41, y1: 24.74, y2: 24.74, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint31_linear_15759_16949", x1: 23.27, x2: 21.58, y1: 24.73, y2: 24.73, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint32_linear_15759_16949", x1: 27.71, x2: 28.72, y1: 24.22, y2: 30.66, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint33_linear_15759_16949", x1: 27, x2: 29.6, y1: 29.2, y2: 34.84, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint34_linear_15759_16949", x1: 26.49, x2: 26.87, y1: 34.15, y2: 37.71, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint35_linear_15759_16949", x1: 26.58, x2: 26.58, y1: 33.61, y2: 31.03, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint36_linear_15759_16949", x1: 9.18, x2: 1.11, y1: 26.49, y2: 38.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#c86f34", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint37_linear_15759_16949", x1: 8.65, x2: 9.98, y1: 29.19, y2: 35.13, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint38_linear_15759_16949", x1: 9.45, x2: 9.26, y1: 30.3, y2: 37.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(24 -65.8 55.54)scale(3.7 1.72)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.17 .11 -.07 2.08 27.92 19.53)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.4 0 0 1.84 27.77 29.75)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.12 0 0 1.95 26.6 33.88)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint30_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.49 -.17 .1 2.29 28.85 24.75)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint39_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(79 5.98 16.17)scale(3.35 1.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })))), Be = "_list_1exln_1", De = "_icon_1exln_7", He = "_button_1exln_12", q = {
|
|
404
|
+
}, Re = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_linear_15759_16997)", d: "M20.1 36c1.24 0 1.71-1 1.62-2.91-.07-1.27-.5-4.8 1.3-6.59 1.66-1.67 2.15-1.52 4.05-3.67s3.48-1.71 5.7-1.52c2.77.24 1.83-15.21-.13-14.94-1.4.19-4.56.57-5.07.57-.5 0-3.98-2.7-7.02-2.73-4.94-.05-7.66.83-7.66.83l-1.45 3.28-.48 10 2.3 4.82s3.1-.5 4 .9c.88 1.38-.7 3.1-.7 7.08 0 4 2.91 4.88 3.54 4.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_linear_15759_16997)", d: "m12.72 5.07.18.68c.56.06 1.28-.2 2.25-.19 4.67.04 9.13 1.38 11.05 2.9 1.25.99 1.8 2.31 2.69 1.93 1.09-.47 4.2-1.2 5.33.25-.32-2.47-.89-4.37-1.58-4.27-1.4.19-4.56.57-5.07.57-.5 0-3.88-2.62-7.02-2.73-4.07-.13-7.68.57-7.68.57z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16997)", d: "M30.79 20.33c-1.84-.5-3 .34-3.94 1.48-.94 1.13-1.74 2.13-4.09 3.65s-2.04 5.7-1.85 7.1c.2 1.39.07 3.44-.8 3.44 1.23 0 1.7-1 1.6-2.91-.06-1.27-.48-4.8 1.3-6.59 1.67-1.67 2.16-1.52 4.06-3.67s3.48-1.71 5.7-1.52c0-.48-.15-.47-1.98-.98" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_linear_15759_16997)", d: "M17.26 24.03c.88 1.4-.7 3.1-.7 7.1 0 3.98 2.91 4.87 3.54 4.87q.26 0 .45-.05c-2.58-.17-4.14-3.42-3.25-6.78.73-2.73 1.09-4.91-.1-6.2-.76-.83-2.27-.68-3.93.18 0 0 3.1-.51 3.99.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16997)", d: "M17.08 22.61c1.52-.5 5.36-1.7 8.26-4.33 7.37-6.69-5.2-7.52-7.8-13.24-.5-1.09-3.4 5.73-3.4 5.73l-.94 1.58 2.71 7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16997)", d: "M16.86 22.03c1.52-.5 7.72-4.48 7.72-6.45 0-5.66-4.3-2.87-6.62-9.55-.32-.93-1.45-1.7-1.45-1.7-.95.76-2.37 6.44-2.37 6.44l-.94 1.58 2.71 7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16997)", d: "M13.35 4.66 10.45 8 9.8 21.88l7.28.73c1.67-.9 1.87-2.13 1.25-4.1-.27-.84.8-1.07.86-3.5.05-1.67-1.05-1.68-1.05-2.18s.55-.45.73-1.9c.26-2.07-1.47-2.1-1.47-2.55s.96-.7.9-2.39c-.07-2.14 3.9-1.7 6.58.24 1.1.8 2.06.88 2.81.7h-.12c-.5 0-3.9-2.72-7.02-2.72-3.65 0-6.17.22-7.2.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16997)", d: "M12.68 21.7c2.25 0 3.49-2.2 2.63-3.89-.85-1.69 1.58-3.92 1.33-5.02s-.7-3.88-1.04-4.34c-.35-.47.57-1.51.57-1.51l-2.85-.35-2.66 1.17.1 8.05-.29 5.03z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16997)", d: "M27.07 22.83c1.23-1.4 2.33-1.7 3.56-1.7-.36-.56-.6-1.19-.58-1.8.07-1.6-.28-3.57-.55-1.52-.2 1.57-1.27 3.5-2.54 5.14z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16997)", d: "M10.98 23.2c2.66.11 7.43.26 7.54-2.52.08-2.02-1.35-2.69-3.57-2.77l-4.23-.16c-.92-.04-3.8-.02-3.83 2.42-.04 3.05 4.1 3.04 4.1 3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_linear_15759_16997)", d: "M15.35 13.14c.71.02 2.83-.51 3.03-1.85.15-1.06-.39-2.43-2.23-2.75-2.33-.4-6.21-.62-7.66-.08-.65.25-1.22.92-1.25 1.95a2.4 2.4 0 0 0 2.4 2.47c1.66.05 2.52.02 3.47.13 1.14.14 1.67.12 2.24.13" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_linear_15759_16997)", d: "M16.1 8.45c.8 0 1.8-.72 1.8-1.9 0-1.19-.31-2.07-2.04-2.4a15 15 0 0 0-5.56.28C9.5 4.7 9.2 5.45 9.2 6.71s.78 1.48 1.63 1.48c.86 0 1.9-.15 2.49-.12 1.65.08 1.98.38 2.78.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_linear_15759_16997)", d: "M11.2 22.65c2.33.08 6.5.22 6.58-1.98.06-1.6-1.19-2.13-3.12-2.2s-7.02-.17-7.04 1.76c-.02 2.4 3.59 2.42 3.59 2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_linear_15759_16997)", d: "M15.14 12.58c.62.01 2.35-.13 2.52-1.42.11-.87-.34-1.98-1.94-2.25-2.03-.34-5.41-.52-6.68-.07-.56.2-1.05.75-1.08 1.6-.02.83.76 1.87 2.2 1.91s2.22-.1 3.04 0c1 .11 1.44.21 1.94.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16997)", d: "M15.75 8.01c.7 0 1.56-.57 1.56-1.53 0-.95-.27-1.66-1.77-1.93a14 14 0 0 0-4.8.23c-.7.21-.97.82-.97 1.84 0 1.01.68 1.19 1.42 1.19s1.64-.13 2.15-.1c1.43.07 1.71.3 2.4.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_linear_15759_16997)", d: "M16.17 20.67c-.05 1.51-1.26 2.24-2.8 2.57 2.45-.05 5.07-.5 5.15-2.56.08-2.02-1.35-2.69-3.57-2.77q-.36 0-.69-.03c1.25.37 1.97 1.19 1.91 2.79" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_linear_15759_16997)", d: "M15.97 22.97c1.41-.31 2.5-.98 2.55-2.3.06-1.67-.91-2.41-2.52-2.66 3.26 1.3 2.09 4.5-.03 4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16997)", d: "M22.18 7.88c.25-.91 2.01-1.21 3.93-.67s3.27 1.7 3.02 2.6-2.02 1.21-3.94.67c-1.91-.53-3.27-1.7-3.01-2.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16997)", d: "M9 20.26c.01-1.17 1.57-1.72 3.27-1.82 1.4-.09 2.94.9 2.9 2.04s-.24 2.14-3.14 2.04c-1.7-.05-3.05-1.12-3.04-2.26" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16997)", d: "M8.68 10.02c.01-1.61 1.79-1.3 3.49-1.42 2.16-.14 3.6.53 3.6 1.67s-.83 1.97-3.72 1.97c-1.71 0-3.38-.15-3.37-2.22" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16997)", d: "M10.24 5.95c.01-1.37 1.62-1.56 3.15-1.56s3.18.8 3.18 1.78c0 .97-.73 1.68-3.32 1.68-1.52 0-3.02-.13-3-1.9" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16997)", d: "M16.4 10.96c-.25 1.84-1.66 1.73-3.27 1.92 1.86.14 2.64.16 2.64.16q.26.03.57 0c.6-.14 1.29-.41 1.7-.93a2 2 0 0 0 .34-.82c.13-1.06-.39-2.43-2.23-2.75l-.85-.13-.47-.06-.13-.01c1.01.48 1.87 1.27 1.7 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint22_linear_15759_16997)", d: "m15.95 13.05.39-.01c.6-.14 1.3-.42 1.7-.94q.2-.29.32-.7 0-.05.02-.11c.18-1.05-.34-2.28-1.94-2.69 2.74 1.52 1.57 4.45-.5 4.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint23_linear_15759_16997)", d: "M14.35 8.17c.81.12 1.14.28 1.74.28.8 0 1.8-.71 1.8-1.9q.02-.65-.17-1.16a2 2 0 0 0-.6-.76q-.44-.32-1.26-.48a9 9 0 0 0-1.23-.13c.85.49 2.28.75 1.98 2.4-.33 1.82-1.42 1.57-2.26 1.75" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint24_linear_15759_16997)", d: "M16.13 8.45c.8-.02 1.77-.73 1.77-1.9 0-1.09-.26-1.92-1.64-2.3 2.15 1.38 1.46 3.7-.13 4.2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint25_linear_15759_16997)", d: "M6.89 20.17q0 .4.08.75c-.21-.95.64-1.9 2.88-2.36 1.5-.3 5.44-.68 8.18.4-.59-.71-1.68-1-3.08-1.05l-4.23-.16c-.92-.04-3.8-.02-3.83 2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint26_linear_15759_16997)", d: "M7.24 10.48c0 1.02.77 2.35 2.4 2.4 1.66.05 2.52.02 3.47.13 1.14.14 1.67.12 2.24.13.43.02 1.5-.11 2.22-.56a10 10 0 0 0-4-.59c-4.46.29-5.73-.25-6.33-1.51" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint27_linear_15759_16997)", d: "M16.3 17.75c.96.02 2.46-.54 2.5-2.51s-1.68-2.44-2.44-2.46c-.76-.01-3.42-.2-6.69-.26s-3.71 1.7-3.73 2.62.56 2.58 2.53 2.62c5.7.12 7.84-.01 7.84-.01" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint28_linear_15759_16997)", d: "M15.8 17.18c.82.01 2.13-.41 2.16-1.93s-1.47-1.9-2.13-1.9c-.66-.02-2.97-.16-5.81-.22-2.85-.06-3.23 1.3-3.24 2.01s.08 2 1.8 2.03c4.95.1 7.22 0 7.22 0" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint29_linear_15759_16997)", d: "M16.77 15.43c-.1 2.02-1.51 2.03-3.1 2.38a58 58 0 0 0 2.64-.06c.95.02 2.45-.54 2.5-2.51.03-1.97-1.7-2.44-2.45-2.46-.27 0-.8-.03-1.5-.06 1.05.43 1.98 1.22 1.9 2.7" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint30_radial_15759_16997)", d: "M7.6 15.22c-.06-1.61 1.73-1.92 3.44-2 1.7-.08 3.6.78 3.65 1.92s-.73 2-3.62 2.15c-1.7.08-3.38 0-3.46-2.07" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint31_linear_15759_16997)", d: "M16.49 17.75a2.37 2.37 0 0 0 2.31-2.51c.04-1.87-1.51-2.4-2.32-2.45 3.12 1.26 2.1 4.77 0 4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint32_linear_15759_16997)", d: "M5.94 15.33c.41-2.91 8.12-2.38 12.29-1.75-.57-.6-1.4-.79-1.87-.8-.76-.01-3.42-.2-6.69-.26s-3.71 1.7-3.73 2.62z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint33_linear_15759_16997)", d: "M9.8 8.84c1.5-.07 5.45-.56 8.33.99-.33-.6-.95-1.1-1.98-1.29-2.33-.4-6.21-.62-7.66-.08-.65.25-1.22.92-1.25 1.95.1-.9.95-1.5 2.56-1.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint34_linear_15759_16997)", d: "M9.3 5.6c.98-.75 2.67-1.18 5.1-.77 1.52.25 2.55.34 3.23.36-.27-.5-.8-.85-1.77-1.04a15 15 0 0 0-5.56.28q-.78.25-1 1.17" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint35_linear_15759_16997)", d: "M17.58 7.62c-1.81.65-2.7-.32-4.63-.32-2 0-2.97.8-3.68.04.22.7.87.85 1.55.85.86 0 1.9-.15 2.49-.12 1.65.08 1.98.38 2.78.38.53 0 1.13-.3 1.49-.83" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint36_linear_15759_16997)", d: "M32.64 6.37c-1.4.19-4.56.57-5.07.57 4.6 3.28 2.55 10.26.86 13.79q-.35.74-.47 1.25c1.53-1.17 2.94-.83 4.8-.67 2.78.24 1.84-15.21-.12-14.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint37_linear_15759_16997)", d: "M27.57 6.93c.4.34.87.9 1.3 1.45 0 0 2.3-1.18 4.77-.62-.28-.9-.62-1.45-1-1.4-1.4.2-4.56.57-5.07.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint38_radial_15759_16997)", d: "M18.63 30.2c.9-.2 1.63 1.04 2.04 2.5.34 1.19-.12 2.7-1 2.87-.89.17-1.7.18-2.2-2.34-.28-1.48.28-2.85 1.16-3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint39_linear_15759_16997)", d: "M13.27 23.15s3.1-.51 3.99.88c.88 1.4-.7 3.1-.7 7.1 0 3.98 2.91 4.87 3.54 4.87 1.24 0 1.71-1 1.62-2.91-.07-1.27-.5-4.8 1.3-6.59 1.66-1.67 2.15-1.52 4.05-3.67s-11.78-.6-13.8.32" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M16.13 8.45c.5 0 1-.23 1.35-.6.36-.38.52-.92.5-1.43s-.1-1.03-.42-1.45a2.2 2.2 0 0 0-1.3-.73c.46.17.92.4 1.2.8s.35.9.35 1.39c.03.48-.11.96-.43 1.33-.3.37-.75.63-1.25.69M16.92 12.86q.53-.14.95-.5c.29-.24.46-.58.56-.93q.1-.49.03-.98-.1-.49-.4-.9a2.6 2.6 0 0 0-1.62-.95c.6.2 1.16.53 1.5 1.04.36.5.46 1.15.34 1.75-.09.33-.22.66-.48.9q-.38.36-.88.57" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M16.49 17.75c.59 0 1.2-.21 1.64-.63.46-.42.7-1.03.74-1.63s-.05-1.25-.42-1.74a2.4 2.4 0 0 0-1.53-.9c.57.17 1.1.5 1.42.97.33.48.42 1.08.36 1.65a2.4 2.4 0 0 1-.66 1.56c-.4.4-.97.65-1.55.72M15.97 22.97c.64-.11 1.29-.3 1.82-.72.55-.4.85-1.1.81-1.77a2.3 2.3 0 0 0-.76-1.8c-.52-.44-1.2-.6-1.84-.67.64.13 1.28.34 1.76.77.48.42.69 1.07.68 1.7.04.64-.23 1.27-.73 1.67-.5.41-1.12.65-1.74.82M18.13 9.83q-.31-.57-.86-.94a3 3 0 0 0-1.2-.42q-1.27-.22-2.53-.33-1.27-.08-2.55-.05c-.84.03-1.7.07-2.5.37.4-.13.82-.17 1.24-.2q.63-.07 1.27-.06 1.26 0 2.53.1 1.26.09 2.52.28c.81.11 1.64.5 2.08 1.25" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M18.23 13.58c-.3-.34-.72-.59-1.16-.72-.44-.15-.91-.13-1.36-.16l-2.73-.13-2.73-.08a6 6 0 0 0-2.7.34c.87-.3 1.8-.29 2.7-.23l2.73.13 2.73.08c.45.02.9 0 1.34.12q.67.17 1.18.65M8.47 17.76a90 90 0 0 0 7.84.06c.67 0 1.36-.25 1.83-.74q.37-.37.52-.86.14-.48.14-.98a2.6 2.6 0 0 1-.72 1.78c-.46.46-1.13.68-1.77.67l-1.96.03-1.96.03h-1.96z" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_15759_16997", x1: 13.17, x2: 22.69, y1: 20.37, y2: 19.99, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint1_linear_15759_16997", x1: 22.77, x2: 23.43, y1: 15.41, y2: 8.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16997", x1: 24.66, x2: 17.49, y1: 26.01, y2: 15.76, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint3_linear_15759_16997", x1: 29.85, x2: 11.48, y1: 30.1, y2: 28.72, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.31, stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ff8900" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16997", x1: 30.2, x2: 6.08, y1: 13.77, y2: 13.77, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16997", x1: 34.09, x2: -13.56, y1: 13.73, y2: 12.21, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16997", x1: 26.52, x2: 18.64, y1: 7.5, y2: 11.77, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16997", x1: 17.49, x2: 10.92, y1: 13.57, y2: 14.43, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#643800", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16997", x1: 29.16, x2: 27.73, y1: 28.08, y2: 4.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 20.5, y2: 20.5, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint10_linear_15759_16997", x1: 7.34, x2: 16.67, y1: 10.64, y2: 10.64, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint11_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 6.22, y2: 6.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint12_linear_15759_16997", x1: 17.92, x2: 13.06, y1: 20.45, y2: 20.56, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint13_linear_15759_16997", x1: 9.42, x2: 14.38, y1: 10.57, y2: 10.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16997", x1: 9.42, x2: 14.38, y1: 6.22, y2: 6.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint15_linear_15759_16997", x1: 15.47, x2: 18.11, y1: 20.56, y2: 20.56, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint16_linear_15759_16997", x1: 15.94, x2: 18.98, y1: 20.49, y2: 20.49, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#e89043" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16997", x1: 15.15, x2: 18.98, y1: 10.69, y2: 10.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint22_linear_15759_16997", x1: 15.97, x2: 18.03, y1: 10.83, y2: 10.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint23_linear_15759_16997", x1: 15.29, x2: 19.77, y1: 6.2, y2: 7.02, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint24_linear_15759_16997", x1: 15.75, x2: 17.65, y1: 6.34, y2: 6.34, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint25_linear_15759_16997", x1: 12.74, x2: 11.53, y1: 21.08, y2: 15.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint26_linear_15759_16997", x1: 11.82, x2: 13.13, y1: 9.57, y2: 14.31, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint27_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 15.16, y2: 15.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint28_linear_15759_16997", x1: 17.04, x2: 9.89, y1: 15.42, y2: 15.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.74, stopColor: "#ffd748" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffcb4b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint29_linear_15759_16997", x1: 14.25, x2: 19.59, y1: 15.26, y2: 15.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint31_linear_15759_16997", x1: 16.73, x2: 18.42, y1: 15.27, y2: 15.27, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint32_linear_15759_16997", x1: 12.29, x2: 11.28, y1: 15.78, y2: 9.34, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint33_linear_15759_16997", x1: 13, x2: 10.4, y1: 10.8, y2: 5.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint34_linear_15759_16997", x1: 13.51, x2: 13.13, y1: 5.85, y2: 2.29, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint35_linear_15759_16997", x1: 13.42, x2: 13.42, y1: 6.39, y2: 8.97, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint36_linear_15759_16997", x1: 31.12, x2: 34.45, y1: 15.85, y2: 25.99, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#c86f34", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint37_linear_15759_16997", x1: 30.55, x2: 30.74, y1: 9.69, y2: 2.43, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint39_linear_15759_16997", x1: 20.38, x2: 17.94, y1: 21.74, y2: 43.79, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.57 -1 .46 -1.66 26 9.47)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(182 6.22 10.13)scale(3.17 2.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.4 0 0 -1.84 12.23 10.25)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.12 0 0 -1.95 13.41 6.12)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint30_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(177 5.4 7.76)scale(3.49 2.3)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint38_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(259 23.1 8.58)scale(3.35 1.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })))), je = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_linear_15759_16949)", d: "M19.9 4c-1.24 0-1.71 1-1.62 2.91.07 1.27.5 4.8-1.3 6.59-1.66 1.67-2.15 1.52-4.05 3.67s-3.48 1.71-5.7 1.52c-2.77-.24-1.83 15.21.13 14.94 1.4-.19 4.56-.57 5.07-.57.5 0 3.98 2.7 7.02 2.73 4.94.05 7.66-.83 7.66-.83l1.45-3.28.48-10.01-2.3-4.82s-3.1.51-4-.88c-.88-1.4.7-3.1.7-7.1C23.44 4.9 20.53 4 19.9 4" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_linear_15759_16949)", d: "m27.29 34.93-.2-.68c-.55-.06-1.26.2-2.24.19-4.67-.04-9.13-1.38-11.05-2.9-1.25-1-1.8-2.31-2.69-1.93-1.09.47-4.2 1.2-5.33-.25.32 2.47.89 4.37 1.58 4.27 1.4-.19 4.56-.57 5.07-.57.5 0 3.88 2.62 7.02 2.73 4.07.13 7.68-.57 7.68-.57z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16949)", d: "M9.21 19.67c1.84.5 3-.34 3.94-1.48.94-1.13 1.74-2.13 4.09-3.65s2.04-5.7 1.85-7.1c-.2-1.39-.07-3.44.8-3.44-1.23 0-1.7 1-1.6 2.91.06 1.27.48 4.8-1.3 6.59-1.67 1.67-2.16 1.52-4.06 3.67s-3.48 1.71-5.7 1.52c0 .48.15.47 1.98.98" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_linear_15759_16949)", d: "M22.74 15.97c-.88-1.4.7-3.1.7-7.1C23.44 4.9 20.53 4 19.9 4q-.26 0-.45.05c2.58.17 4.14 3.42 3.25 6.78-.73 2.73-1.09 4.91.1 6.2.76.83 2.27.68 3.93-.18 0 0-3.1.51-3.99-.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16949)", d: "M22.92 17.39c-1.52.5-5.36 1.7-8.26 4.33-7.37 6.68 5.2 7.52 7.8 13.24.5 1.09 3.4-5.73 3.4-5.73l.94-1.58-2.71-7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16949)", d: "M23.14 17.97c-1.52.5-7.72 4.48-7.72 6.45 0 5.66 4.3 2.87 6.62 9.55.32.93 1.46 1.7 1.46 1.7.94-.76 2.36-6.44 2.36-6.44l.94-1.58-2.71-7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16949)", d: "m26.65 35.34 2.9-3.33.65-13.89-7.28-.73c-1.67.9-1.87 2.13-1.25 4.1.27.83-.8 1.07-.86 3.5-.05 1.67 1.05 1.68 1.05 2.18s-.55.45-.73 1.9c-.26 2.07 1.47 2.1 1.47 2.55s-.96.7-.9 2.39c.07 2.13-3.9 1.7-6.58-.24-1.1-.8-2.06-.88-2.81-.7h.12c.5 0 3.9 2.72 7.02 2.72 3.65 0 6.17-.22 7.2-.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16949)", d: "M27.32 18.3c-2.25 0-3.48 2.2-2.63 3.89s-1.58 3.92-1.33 5.02.7 3.88 1.04 4.34-.57 1.5-.57 1.5l2.85.36 2.66-1.18-.1-8.04.29-5.03z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16949)", d: "M12.93 17.17c-1.23 1.4-2.33 1.7-3.56 1.7.36.56.6 1.19.58 1.8-.07 1.6.28 3.57.55 1.52.2-1.57 1.27-3.5 2.54-5.14z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16949)", d: "M29.02 16.8c-2.66-.11-7.43-.26-7.54 2.52-.08 2.02 1.35 2.69 3.57 2.77l4.24.16c.91.04 3.8.02 3.82-2.42.04-3.05-4.1-3.04-4.1-3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_linear_15759_16949)", d: "M24.65 26.86c-.71-.02-2.83.5-3.03 1.85-.15 1.06.39 2.43 2.23 2.75 2.33.4 6.21.62 7.67.08.64-.25 1.2-.93 1.24-1.95a2.4 2.4 0 0 0-2.4-2.47c-1.66-.05-2.52-.02-3.47-.13-1.14-.14-1.67-.12-2.24-.13" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_linear_15759_16949)", d: "M23.9 31.55c-.8 0-1.8.72-1.8 1.9 0 1.19.31 2.07 2.04 2.4 1.74.33 4.51.05 5.56-.28.81-.26 1.11-1.02 1.11-2.28s-.78-1.48-1.63-1.48c-.86 0-1.9.15-2.49.12-1.65-.08-1.98-.38-2.78-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_linear_15759_16949)", d: "M28.8 17.35c-2.33-.09-6.5-.22-6.58 1.98-.06 1.6 1.19 2.13 3.12 2.2s7.02.17 7.04-1.76c.02-2.4-3.59-2.42-3.59-2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_linear_15759_16949)", d: "M24.86 27.42c-.62-.01-2.35.13-2.52 1.42-.11.87.34 1.98 1.94 2.25 2.03.34 5.41.52 6.68.07.56-.2 1.05-.75 1.08-1.6.02-.83-.76-1.87-2.2-1.91s-2.22.1-3.04 0c-1-.11-1.44-.21-1.94-.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16949)", d: "M24.25 31.99c-.7 0-1.56.57-1.56 1.53 0 .95.27 1.66 1.77 1.93 1.5.26 3.9.04 4.8-.23.7-.21.97-.82.97-1.84 0-1.01-.68-1.19-1.42-1.19s-1.64.13-2.15.1c-1.43-.07-1.71-.3-2.4-.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_linear_15759_16949)", d: "M23.83 19.33c.05-1.51 1.26-2.24 2.8-2.58-2.45.06-5.07.52-5.15 2.57-.08 2.02 1.35 2.69 3.57 2.77q.36 0 .69.03c-1.24-.37-1.97-1.19-1.91-2.79" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_linear_15759_16949)", d: "M24.04 17.03c-1.42.3-2.51.98-2.56 2.3-.06 1.67.92 2.41 2.52 2.66-3.25-1.3-2.09-4.5.04-4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16949)", d: "M20.26 32.98c-.38.86-2.16.92-3.99.12s-3-2.14-2.63-3 2.16-.91 3.99-.12c1.83.8 3 2.14 2.63 3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16949)", d: "M31 19.74c-.01 1.17-1.57 1.72-3.27 1.82-1.4.09-2.94-.9-2.9-2.04s.24-2.15 3.14-2.04c1.7.05 3.06 1.12 3.04 2.26" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16949)", d: "M31.32 29.98c-.01 1.61-1.79 1.3-3.49 1.42-2.16.14-3.6-.53-3.6-1.67s.83-1.97 3.73-1.98c1.7 0 3.37.16 3.36 2.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16949)", d: "M29.76 34.05c-.01 1.37-1.62 1.56-3.15 1.56s-3.18-.8-3.18-1.78c0-.97.73-1.68 3.32-1.68 1.53 0 3.02.13 3 1.9" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16949)", d: "M23.6 29.04c.25-1.84 1.66-1.73 3.27-1.92-1.86-.14-2.64-.16-2.64-.16a3 3 0 0 0-.57 0c-.6.14-1.29.41-1.7.93a2 2 0 0 0-.34.82c-.13 1.06.39 2.43 2.23 2.75l.85.13.47.06.13.01c-1.01-.48-1.87-1.27-1.7-2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint22_linear_15759_16949)", d: "m24.05 26.95-.39.01c-.6.14-1.3.42-1.7.94q-.2.29-.32.7 0 .05-.02.11c-.18 1.05.34 2.28 1.94 2.69-2.74-1.52-1.57-4.45.5-4.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint23_linear_15759_16949)", d: "M25.65 31.83c-.8-.12-1.14-.28-1.74-.28-.8 0-1.8.71-1.8 1.9q-.01.65.17 1.16.2.42.6.76.44.32 1.26.48.57.1 1.23.13c-.84-.49-2.28-.75-1.98-2.4.33-1.82 1.42-1.57 2.26-1.75" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint24_linear_15759_16949)", d: "M23.87 31.55c-.8.02-1.77.73-1.77 1.9 0 1.09.26 1.92 1.64 2.3-2.15-1.38-1.46-3.7.13-4.2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint25_linear_15759_16949)", d: "M33.11 19.83q0-.4-.08-.75c.21.95-.63 1.9-2.88 2.36-1.49.3-5.44.68-8.18-.4.6.71 1.68 1 3.08 1.05l4.24.16c.91.04 3.8.02 3.82-2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint26_linear_15759_16949)", d: "M32.76 29.52c0-1.02-.77-2.35-2.4-2.4-1.66-.05-2.52-.02-3.47-.13-1.14-.14-1.67-.12-2.24-.13-.43-.02-1.5.11-2.21.56.8.29 2.13.7 3.99.59 4.46-.29 5.73.25 6.33 1.51" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint27_linear_15759_16949)", d: "M23.7 22.25c-.96-.02-2.46.54-2.5 2.51s1.68 2.44 2.44 2.46c.76.01 3.42.2 6.69.26s3.71-1.7 3.73-2.62-.56-2.58-2.53-2.62c-5.7-.12-7.84.01-7.84.01" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint28_linear_15759_16949)", d: "M24.2 22.82c-.82-.01-2.13.41-2.16 1.93-.03 1.53 1.47 1.9 2.13 1.9.66.02 2.97.16 5.81.22 2.85.06 3.23-1.3 3.24-2.01s-.08-2-1.8-2.03c-4.95-.1-7.22 0-7.22 0" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint29_linear_15759_16949)", d: "M23.23 24.57c.1-2.02 1.51-2.03 3.1-2.38-1.86.01-2.64.06-2.64.06-.95-.02-2.45.54-2.5 2.51-.03 1.97 1.7 2.44 2.45 2.46q.44 0 1.5.06c-1.05-.43-1.98-1.22-1.9-2.7" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint30_radial_15759_16949)", d: "M32.4 24.78c.06 1.61-1.73 1.92-3.43 2s-3.6-.78-3.66-1.92c-.05-1.14.73-2 3.62-2.15 1.7-.08 3.38 0 3.46 2.07" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint31_linear_15759_16949)", d: "M23.52 22.25c-.95.05-2.29.66-2.32 2.51-.04 1.87 1.52 2.4 2.32 2.45-3.12-1.26-2.1-4.77 0-4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint32_linear_15759_16949)", d: "M34.06 24.67c-.41 2.91-8.12 2.38-12.29 1.75.57.6 1.4.79 1.87.8.76.01 3.42.2 6.69.26s3.71-1.7 3.73-2.62z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint33_linear_15759_16949)", d: "M30.2 31.16c-1.5.07-5.45.56-8.33-.99.33.6.95 1.1 1.98 1.29 2.33.4 6.21.62 7.66.08.65-.25 1.22-.92 1.25-1.95-.1.9-.95 1.5-2.56 1.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint34_linear_15759_16949)", d: "M30.7 34.4c-.98.74-2.67 1.18-5.1.77-1.52-.25-2.55-.34-3.23-.36.27.5.8.85 1.77 1.04 1.74.33 4.51.05 5.56-.28q.79-.26 1-1.17" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint35_linear_15759_16949)", d: "M22.42 32.38c1.81-.65 2.7.32 4.63.32 2 0 2.97-.8 3.68-.04-.22-.7-.87-.85-1.55-.85-.86 0-1.9.15-2.49.12-1.65-.08-1.98-.38-2.78-.38-.52 0-1.13.3-1.49.83" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint36_linear_15759_16949)", d: "M7.37 33.63c1.39-.19 4.55-.57 5.06-.57-4.6-3.28-2.55-10.26-.86-13.8q.36-.73.47-1.24c-1.53 1.17-2.94.83-4.8.67-2.78-.24-1.84 15.21.13 14.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint37_linear_15759_16949)", d: "M10.26 30.46c-.48-.63-.06.73.32 1.71.32.84-2.16.34-4.05.55.24.61.53.96.84.91 1.39-.19 4.55-.57 5.06-.57-.72-.6-1.7-1.96-2.17-2.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint38_linear_15759_16949)", d: "M12.43 33.07c-.4-.34-.87-.9-1.3-1.45 0 0-2.3 1.18-4.77.62.28.9.62 1.45 1 1.4a95 95 0 0 1 5.07-.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint39_radial_15759_16949)", d: "M21.16 9.94c-.9.2-1.64-1.05-2.05-2.5-.34-1.19.12-2.7 1-2.88.9-.17 1.71-.17 2.2 2.35.29 1.48-.27 2.84-1.15 3.03" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M23.87 31.55c-.5.06-.94.32-1.25.69s-.46.85-.43 1.33c0 .5.08.99.35 1.38.28.4.74.64 1.2.8-.48-.1-.98-.3-1.3-.72s-.4-.96-.42-1.45c-.02-.51.14-1.05.5-1.43.35-.37.85-.6 1.35-.6M23.08 27.14q-.5.21-.88.57a2 2 0 0 0-.48.9c-.12.6-.02 1.25.33 1.75s.91.84 1.51 1.04a2.6 2.6 0 0 1-1.62-.96q-.3-.4-.4-.9-.08-.48.03-.96.14-.56.56-.94.42-.35.95-.5M23.52 22.25a2.6 2.6 0 0 0-1.56.72c-.4.41-.63.98-.66 1.56-.06.57.03 1.17.36 1.65.32.47.85.8 1.42.96-.58-.1-1.16-.4-1.53-.89a2.5 2.5 0 0 1-.42-1.74c.05-.6.29-1.21.74-1.63a2.5 2.5 0 0 1 1.65-.63M24.04 17.03c-.63.17-1.26.4-1.75.82-.5.4-.77 1.03-.73 1.67 0 .63.2 1.28.69 1.7.47.43 1.11.64 1.75.77a3.4 3.4 0 0 1-1.84-.67 2.3 2.3 0 0 1-.76-1.8 2.1 2.1 0 0 1 .81-1.77c.54-.41 1.19-.6 1.83-.72" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M21.87 30.17a2.8 2.8 0 0 0 2.09 1.25q1.25.2 2.51.27 1.28.12 2.54.11.63 0 1.26-.05c.42-.04.84-.08 1.25-.21-.8.3-1.67.34-2.51.37q-1.28.03-2.55-.05-1.26-.11-2.52-.33-.65-.1-1.2-.43a2.3 2.3 0 0 1-.87-.93M21.77 26.42q.5.48 1.18.64c.43.13.89.1 1.34.13l2.73.08 2.73.13c.9.06 1.83.07 2.7-.23-.85.36-1.8.39-2.7.34l-2.73-.08-2.73-.13c-.45-.03-.92-.01-1.36-.16a2.6 2.6 0 0 1-1.16-.72M31.53 22.24q-.98.01-1.96.01H27.6l-1.96.03q-.97-.01-1.95.04c-.65-.02-1.32.2-1.78.66-.47.46-.7 1.12-.72 1.78q0-.5.14-.98.16-.49.52-.86a2.6 2.6 0 0 1 1.83-.73q1.95-.1 3.92-.06 1.95.01 3.92.1" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_15759_16949", x1: 26.83, x2: 17.31, y1: 19.63, y2: 20.01, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint1_linear_15759_16949", x1: 16.56, x2: 16.37, y1: 32.83, y2: 27.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16949", x1: 15.34, x2: 22.51, y1: 13.98, y2: 24.24, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint3_linear_15759_16949", x1: 10.15, x2: 28.52, y1: 9.9, y2: 11.27, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.31, stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ff8900" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16949", x1: 9.8, x2: 33.92, y1: 26.23, y2: 26.23, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16949", x1: 5.91, x2: 53.56, y1: 26.27, y2: 27.79, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16949", x1: 13.48, x2: 21.36, y1: 32.5, y2: 28.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16949", x1: 22.51, x2: 29.08, y1: 26.43, y2: 25.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#643800", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16949", x1: 10.84, x2: 12.27, y1: 11.92, y2: 35.53, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 19.5, y2: 19.5, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint10_linear_15759_16949", x1: 32.66, x2: 23.33, y1: 29.36, y2: 29.36, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint11_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 33.78, y2: 33.78, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint12_linear_15759_16949", x1: 22.08, x2: 26.94, y1: 19.55, y2: 19.44, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint13_linear_15759_16949", x1: 30.58, x2: 25.62, y1: 29.42, y2: 29.42, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16949", x1: 30.58, x2: 25.62, y1: 33.78, y2: 33.78, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint15_linear_15759_16949", x1: 24.53, x2: 21.89, y1: 19.44, y2: 19.44, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint16_linear_15759_16949", x1: 24.06, x2: 21.02, y1: 19.51, y2: 19.51, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#e89043" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16949", x1: 24.85, x2: 21.02, y1: 29.31, y2: 29.31, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint22_linear_15759_16949", x1: 24.03, x2: 21.97, y1: 29.17, y2: 29.17, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint23_linear_15759_16949", x1: 24.71, x2: 20.23, y1: 33.8, y2: 32.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint24_linear_15759_16949", x1: 24.25, x2: 22.35, y1: 33.66, y2: 33.66, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint25_linear_15759_16949", x1: 27.26, x2: 28.47, y1: 18.92, y2: 24.74, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint26_linear_15759_16949", x1: 28.18, x2: 26.87, y1: 30.43, y2: 25.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint27_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 24.83, y2: 24.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint28_linear_15759_16949", x1: 22.96, x2: 30.11, y1: 24.57, y2: 24.84, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.74, stopColor: "#ffd748" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffcb4b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint29_linear_15759_16949", x1: 25.75, x2: 20.41, y1: 24.74, y2: 24.74, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint31_linear_15759_16949", x1: 23.27, x2: 21.58, y1: 24.73, y2: 24.73, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint32_linear_15759_16949", x1: 27.71, x2: 28.72, y1: 24.22, y2: 30.66, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint33_linear_15759_16949", x1: 27, x2: 29.6, y1: 29.2, y2: 34.84, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint34_linear_15759_16949", x1: 26.49, x2: 26.87, y1: 34.15, y2: 37.71, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint35_linear_15759_16949", x1: 26.58, x2: 26.58, y1: 33.61, y2: 31.03, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint36_linear_15759_16949", x1: 9.18, x2: 1.11, y1: 26.49, y2: 38.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#c86f34", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint37_linear_15759_16949", x1: 8.65, x2: 9.98, y1: 29.19, y2: 35.13, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint38_linear_15759_16949", x1: 9.45, x2: 9.26, y1: 30.3, y2: 37.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(24 -65.8 55.54)scale(3.7 1.72)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.17 .11 -.07 2.08 27.92 19.53)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.4 0 0 1.84 27.77 29.75)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.12 0 0 1.95 26.6 33.88)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint30_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.49 -.17 .1 2.29 28.85 24.75)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint39_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(79 5.98 16.17)scale(3.35 1.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })))), Be = "_list_1exln_1", De = "_icon_1exln_7", He = "_button_1exln_12", T = {
|
|
405
405
|
list: Be,
|
|
406
406
|
icon: De,
|
|
407
407
|
button: He
|
|
@@ -412,17 +412,17 @@ const te = "_base_12dcz_1", ae = {
|
|
|
412
412
|
onChange: s
|
|
413
413
|
}) => {
|
|
414
414
|
const o = [
|
|
415
|
-
[
|
|
416
|
-
[
|
|
415
|
+
[Re, 0, n ?? "Thumbs down"],
|
|
416
|
+
[je, 1, l ?? "Thumbs up"]
|
|
417
417
|
], r = b((p) => {
|
|
418
418
|
s(Number(p.currentTarget.value));
|
|
419
419
|
}, [s]);
|
|
420
|
-
return /* @__PURE__ */ E("div", { className: i(
|
|
421
|
-
/* @__PURE__ */ a("div", { className: i(
|
|
420
|
+
return /* @__PURE__ */ E("div", { className: i(T.base, t?.base), children: [
|
|
421
|
+
/* @__PURE__ */ a("div", { className: i(T.list, t?.list), children: o.map(([p, d, f]) => /* @__PURE__ */ a(
|
|
422
422
|
"button",
|
|
423
423
|
{
|
|
424
424
|
"aria-label": f,
|
|
425
|
-
className: i(
|
|
425
|
+
className: i(T.button, t?.button),
|
|
426
426
|
type: "button",
|
|
427
427
|
value: d,
|
|
428
428
|
onClick: r,
|
|
@@ -430,7 +430,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
430
430
|
p,
|
|
431
431
|
{
|
|
432
432
|
"aria-hidden": "true",
|
|
433
|
-
className: i(
|
|
433
|
+
className: i(T.icon, t?.icon),
|
|
434
434
|
width: 32,
|
|
435
435
|
height: 32
|
|
436
436
|
}
|
|
@@ -441,7 +441,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
441
441
|
!!n && !!l && /* @__PURE__ */ a(
|
|
442
442
|
M,
|
|
443
443
|
{
|
|
444
|
-
className: i(
|
|
444
|
+
className: i(T.labels, t?.labels),
|
|
445
445
|
minLabel: n,
|
|
446
446
|
maxLabel: l,
|
|
447
447
|
placement: "center"
|
|
@@ -498,7 +498,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
498
498
|
onFeedback: y,
|
|
499
499
|
children: [
|
|
500
500
|
l === "emoji" && /* @__PURE__ */ a(
|
|
501
|
-
|
|
501
|
+
Ie,
|
|
502
502
|
{
|
|
503
503
|
classNames: t?.scale,
|
|
504
504
|
minLabel: o,
|
|
@@ -518,7 +518,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
518
518
|
]
|
|
519
519
|
}
|
|
520
520
|
);
|
|
521
|
-
}, Je = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16822)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16822)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_radial_15759_16822)", d: "M19.66 27.32s3.73-.02 5.01 2.95q.14.29.15.6c.04.4-.25.83-.97.56a14 14 0 0 0-4.2-.68c-1.09 0-3.05.23-4.19.68-.7.27-1-.15-.97-.56q.03-.32.15-.6c1.28-2.96 5.02-2.95 5.02-2.95" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16822)", d: "M14.12 24.56c.96 0 1.74-1.17 1.74-2.62 0-1.44-.78-2.62-1.74-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.62 1.73 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16822)", d: "M13.44 21c1.01 0 1.86 1.04 2.1 2.45q.31-.66.32-1.5c0-1.46-.78-2.63-1.74-2.63-.83 0-1.52.88-1.69 2.06q.46-.37 1-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16822)", d: "M12.27 15.56c-1.55 0-2.88 1.79-1.14 2.06 1.73.28 4.89 1.77 6.22 2.8.1.12.49.08.46-.23 0-1.18-3.65-4.63-5.54-4.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16822)", d: "M19.66 28.3s3.04-.01 5.11 2.32l-.1-.34c-1.29-2.97-5.02-2.95-5.02-2.95s-3.74-.02-5.02 2.95q-.07.17-.1.34c2.08-2.33 5.13-2.32 5.13-2.32" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_15759_16822)", d: "M25.88 24.56c.95 0 1.73-1.17 1.73-2.62 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.62 1.74 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16822)", d: "M26.56 21c-1 0-1.86 1.04-2.1 2.45q-.31-.66-.32-1.5c0-1.46.78-2.63 1.74-2.63.83 0 1.52.88 1.69 2.06a1.6 1.6 0 0 0-1-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16822)", d: "M27.73 15.56c1.55 0 2.88 1.79 1.14 2.06a18 18 0 0 0-6.22 2.8c-.1.12-.49.08-.46-.23 0-1.18 3.65-4.63 5.54-4.63" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffdf30" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb82e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe95f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbb47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint2_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.94 0 0 2.1 19.65 29.42)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 22)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(106 4.96 20.92)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16822", x1: 14.14, x2: 14.14, y1: 20.12, y2: 22.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16822", x1: 14.06, x2: 14.06, y1: 21.79, y2: 16.35, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16822", x1: 19.65, x2: 19.65, y1: 26.03, y2: 28.87, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16822", x1: 25.86, x2: 25.86, y1: 20.12, y2: 22.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16822", x1: 25.94, x2: 25.94, y1: 21.79, y2: 16.35, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), Qe = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_radial_15759_16856)", d: "m32.4 25.99.04-.3a.8.8 0 0 0-.55-.74 1 1 0 0 0-.53-.02 42.4 42.4 0 0 1-22.72 0 .85.85 0 0 0-1.08.75q0 .17.04.35l.2.84.17.51c1.26 2.95 4.55 8.13 12.04 8.13s10.77-5.2 12.04-8.14l.15-.45z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_radial_15759_16856)", d: "M20 34.7c2.9 0 5.13-.84 6.83-2.02A16 16 0 0 0 20 31.25c-2.71 0-4.97.56-6.84 1.44 1.71 1.18 3.94 2 6.84 2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16856)", d: "m32.2 26.89.2-.87.03-.34a.85.85 0 0 0-1.08-.75 42.4 42.4 0 0 1-22.72 0 .85.85 0 0 0-1.08.75l.03.35.2.86q.07.23.17.49c.5 1.2 1.35 2.75 2.66 4.17-1.23-1.46.28-2.26 2.99-1.93s6.39.34 6.39.34 3.69-.01 6.39-.34 4.22.48 3 1.93a15 15 0 0 0 2.65-4.17q.1-.26.16-.5" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_15759_16856)", d: "M20 27.3q-5.86 0-11.46-1.55l.04.5c.1.97.8 1.77 1.75 1.98a45 45 0 0 0 20.07-.16c.5-.13.87-.55.93-1.07l.12-1.24A43 43 0 0 1 20 27.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_radial_15759_16856)", d: "M14.38 9.25c3.35 2.22 3.4 7.1 1.76 9.23-1.8 2.35-3.7 2.49-7.93 2.1 3.07 1.67 6.94 2.12 6.94 2.12s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-3.54-2.28", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_radial_15759_16856)", d: "M9.6 12.77c.72.67.45 2.17-.63 3.34S6.43 17.67 5.7 17c-.73-.68-.46-2.17.62-3.34s2.54-1.57 3.28-.9", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_radial_15759_16856)", d: "M13.63 10.12c.76.33.95 1.58.42 2.8-.53 1.2-1.56 1.9-2.33 1.58-.76-.33-.94-1.58-.42-2.8.53-1.2 1.57-1.9 2.33-1.58", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16856)", d: "M13.25 10.52c2.06-.2 4.96 1.66 3.57 6.25-.84 2.75-2.26 4.6-4.84 5.29 1.79.5 3.18.66 3.18.66s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-7.4.92s1.21-1.8 2.72-1.95", opacity: 0.32 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_radial_15759_16856)", d: "M34.73 13.2c.56 3.99-3.07 7.26-5.75 7.45-2.96.22-4.31-1.12-6.83-4.54.77 3.4 3 6.61 3 6.61s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-.62-4.18", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16856)", d: "M28.91 11.96c-.02 1-1.33 1.79-2.91 1.75-1.59-.03-2.86-.86-2.85-1.87.02-1 1.33-1.78 2.91-1.75 1.6.03 2.87.87 2.85 1.87", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16856)", d: "M33.58 13.23c.26.79-.55 1.75-1.8 2.16-1.25.4-2.48.1-2.73-.69-.26-.79.55-1.75 1.8-2.16 1.24-.41 2.47-.1 2.73.69", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16856)", d: "M33.03 13.2c1.52 1.4 2.03 4.8-2.32 6.81-2.61 1.2-4.94 1.35-7.17-.11.81 1.66 1.62 2.82 1.62 2.82s8.25-.99 10.2-5.33a3.91 3.91 0 0 0-5.6-4.93s2.17-.29 3.27.73", opacity: 0.32 }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint2_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(8.02 5.15 -3.76 5.85 10 20.16)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#eb672a", stopOpacity: 0.5 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.43, stopColor: "#dc641b", stopOpacity: 0.28 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.99, stopColor: "#c25e00", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(147 12.04 14.48)scale(9.53 6.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#eb672a", stopOpacity: 0.5 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.43, stopColor: "#dc641b", stopOpacity: 0.28 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.99, stopColor: "#c25e00", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint4_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(20 30.2)scale(9.56)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint5_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(7.61 0 0 2.3 20.14 33.39)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(20 27.51)scale(20.98)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#a9bcbe" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint8_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(6.6 -8.99 7.13 5.23 9.46 15.03)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.86, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint9_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(5.68 -7.74 6.14 4.5 9.43 14.3)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint10_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(6.6 -8.99 7.13 5.23 9.46 15.03)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint11_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(-51 25.15 -7.08)scale(8.14 4.02)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#bd2719", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint12_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2 -2.08 1.3 1.25 7.64 14.9)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint13_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(-65 16 -3.77)scale(2.4 1.49)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint15_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(11.1 -1.02 .81 8.8 27.1 13.36)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.86, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint16_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(9.56 -.88 .7 7.58 27.64 12.85)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(11.1 -1.02 .81 8.8 27.1 13.36)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(8.13 -.3 .15 4.02 29.22 18.45)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#bd2719", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2.89 .12 -.08 1.8 26.04 11.91)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2.3 -.69 .43 1.43 31.33 13.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16856", x1: 32.3, x2: 7.85, y1: 28.23, y2: 28.23, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.5, stopColor: "#512d00" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#3c2200" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16856", x1: 18.6, x2: 12.19, y1: 26.74, y2: 9.21, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#860805" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16856", x1: 24.43, x2: 33.3, y1: 27.96, y2: 11.54, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#860805" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })))), Xe = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16937)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16937)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16937)", d: "M16.75 12.13c.11-.86-.6-1.5-1.92-1.67-1.14-.15-3.72.28-5.76 2.7-.39.45.06.78.42.5 1.2-.93 4.19-1.94 6.35-1.37.86.22.9-.16.9-.16" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16937)", d: "M14.13 20.76c.95 0 1.73-1.17 1.73-2.62 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.62 1.74 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16937)", d: "M14.13 16.41c.74 0 1.4.65 1.73 1.61-.02-1.42-.79-2.55-1.73-2.55-.95 0-1.71 1.13-1.74 2.55.34-.96.98-1.6 1.74-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_radial_15759_16937)", d: "M25.87 20.76c.96 0 1.74-1.17 1.74-2.62 0-1.44-.78-2.62-1.74-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.62 1.73 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16937)", d: "M25.87 16.48c-.74 0-1.4.65-1.73 1.6.02-1.41.79-2.55 1.73-2.55.95 0 1.71 1.14 1.74 2.56-.34-.96-.98-1.61-1.74-1.61" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16937)", d: "M23.25 12.13c-.11-.86.6-1.5 1.92-1.67 1.14-.15 3.72.28 5.76 2.7.39.45-.06.78-.42.5-1.2-.93-4.19-1.94-6.35-1.37-.86.22-.9-.16-.9-.16" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_radial_15759_16937)", d: "M27.58 27.85H12.42a.85.85 0 0 1-.85-.84c0-.46.39-.85.85-.85h15.16c.46 0 .85.39.85.85s-.39.84-.85.84" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16937)", d: "M12.34 26.62h15.33c.33 0 .62.19.76.46V27a.85.85 0 0 0-.85-.85H12.42a.85.85 0 0 0-.85.85v.07a.9.9 0 0 1 .77-.46" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 18.21)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint5_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(74 .56 25.97)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint8_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(5.99 0 0 1.08 20 27)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16937", x1: 12.8, x2: 13.09, y1: 13.08, y2: 10.82, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16937", x1: 14.12, x2: 14.12, y1: 15.51, y2: 17.95, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16937", x1: 25.88, x2: 25.88, y1: 15.58, y2: 18.02, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16937", x1: 27.2, x2: 26.91, y1: 13.08, y2: 10.82, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16937", x1: 11.57, x2: 28.43, y1: 26.61, y2: 26.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })))), Ze = "_list_1pt0e_1", Le = "_icon_1pt0e_6", e1 = "_button_1pt0e_11", F = {
|
|
521
|
+
}, Je = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16822)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16822)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_radial_15759_16822)", d: "M19.66 27.32s3.73-.02 5.01 2.95q.14.29.15.6c.04.4-.25.83-.97.56a14 14 0 0 0-4.2-.68c-1.09 0-3.05.23-4.19.68-.7.27-1-.15-.97-.56q.03-.32.15-.6c1.28-2.96 5.02-2.95 5.02-2.95" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16822)", d: "M14.12 24.56c.96 0 1.74-1.17 1.74-2.62 0-1.44-.78-2.62-1.74-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.62 1.73 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16822)", d: "M13.44 21c1.01 0 1.86 1.04 2.1 2.45q.31-.66.32-1.5c0-1.46-.78-2.63-1.74-2.63-.83 0-1.52.88-1.69 2.06q.46-.37 1-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16822)", d: "M12.27 15.56c-1.55 0-2.88 1.79-1.14 2.06 1.73.28 4.89 1.77 6.22 2.8.1.12.49.08.46-.23 0-1.18-3.65-4.63-5.54-4.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16822)", d: "M19.66 28.3s3.04-.01 5.11 2.32l-.1-.34c-1.29-2.97-5.02-2.95-5.02-2.95s-3.74-.02-5.02 2.95q-.07.17-.1.34c2.08-2.33 5.13-2.32 5.13-2.32" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_15759_16822)", d: "M25.88 24.56c.95 0 1.73-1.17 1.73-2.62 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.62 1.74 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16822)", d: "M26.56 21c-1 0-1.86 1.04-2.1 2.45q-.31-.66-.32-1.5c0-1.46.78-2.63 1.74-2.63.83 0 1.52.88 1.69 2.06a1.6 1.6 0 0 0-1-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16822)", d: "M27.73 15.56c1.55 0 2.88 1.79 1.14 2.06a18 18 0 0 0-6.22 2.8c-.1.12-.49.08-.46-.23 0-1.18 3.65-4.63 5.54-4.63" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffdf30" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb82e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe95f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbb47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint2_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.94 0 0 2.1 19.65 29.42)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 22)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(106 4.96 20.92)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16822", x1: 14.14, x2: 14.14, y1: 20.12, y2: 22.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16822", x1: 14.06, x2: 14.06, y1: 21.79, y2: 16.35, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16822", x1: 19.65, x2: 19.65, y1: 26.03, y2: 28.87, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16822", x1: 25.86, x2: 25.86, y1: 20.12, y2: 22.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16822", x1: 25.94, x2: 25.94, y1: 21.79, y2: 16.35, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), Qe = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_radial_15759_16856)", d: "m32.4 25.99.04-.3a.8.8 0 0 0-.55-.74 1 1 0 0 0-.53-.02 42.4 42.4 0 0 1-22.72 0 .85.85 0 0 0-1.08.75q0 .17.04.35l.2.84.17.51c1.26 2.95 4.55 8.13 12.04 8.13s10.77-5.2 12.04-8.14l.15-.45z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_radial_15759_16856)", d: "M20 34.7c2.9 0 5.13-.84 6.83-2.02A16 16 0 0 0 20 31.25c-2.71 0-4.97.56-6.84 1.44 1.71 1.18 3.94 2 6.84 2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16856)", d: "m32.2 26.89.2-.87.03-.34a.85.85 0 0 0-1.08-.75 42.4 42.4 0 0 1-22.72 0 .85.85 0 0 0-1.08.75l.03.35.2.86q.07.23.17.49c.5 1.2 1.35 2.75 2.66 4.17-1.23-1.46.28-2.26 2.99-1.93s6.39.34 6.39.34 3.69-.01 6.39-.34 4.22.48 3 1.93a15 15 0 0 0 2.65-4.17q.1-.26.16-.5" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_15759_16856)", d: "M20 27.3q-5.86 0-11.46-1.55l.04.5c.1.97.8 1.77 1.75 1.98a45 45 0 0 0 20.07-.16c.5-.13.87-.55.93-1.07l.12-1.24A43 43 0 0 1 20 27.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_radial_15759_16856)", d: "M14.38 9.25c3.35 2.22 3.4 7.1 1.76 9.23-1.8 2.35-3.7 2.49-7.93 2.1 3.07 1.67 6.94 2.12 6.94 2.12s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-3.54-2.28", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_radial_15759_16856)", d: "M9.6 12.77c.72.67.45 2.17-.63 3.34S6.43 17.67 5.7 17c-.73-.68-.46-2.17.62-3.34s2.54-1.57 3.28-.9", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_radial_15759_16856)", d: "M13.63 10.12c.76.33.95 1.58.42 2.8-.53 1.2-1.56 1.9-2.33 1.58-.76-.33-.94-1.58-.42-2.8.53-1.2 1.57-1.9 2.33-1.58", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16856)", d: "M13.25 10.52c2.06-.2 4.96 1.66 3.57 6.25-.84 2.75-2.26 4.6-4.84 5.29 1.79.5 3.18.66 3.18.66s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-7.4.92s1.21-1.8 2.72-1.95", opacity: 0.32 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_radial_15759_16856)", d: "M34.73 13.2c.56 3.99-3.07 7.26-5.75 7.45-2.96.22-4.31-1.12-6.83-4.54.77 3.4 3 6.61 3 6.61s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-.62-4.18", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16856)", d: "M28.91 11.96c-.02 1-1.33 1.79-2.91 1.75-1.59-.03-2.86-.86-2.85-1.87.02-1 1.33-1.78 2.91-1.75 1.6.03 2.87.87 2.85 1.87", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16856)", d: "M33.58 13.23c.26.79-.55 1.75-1.8 2.16-1.25.4-2.48.1-2.73-.69-.26-.79.55-1.75 1.8-2.16 1.24-.41 2.47-.1 2.73.69", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16856)", d: "M33.03 13.2c1.52 1.4 2.03 4.8-2.32 6.81-2.61 1.2-4.94 1.35-7.17-.11.81 1.66 1.62 2.82 1.62 2.82s8.25-.99 10.2-5.33a3.91 3.91 0 0 0-5.6-4.93s2.17-.29 3.27.73", opacity: 0.32 }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint2_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(8.02 5.15 -3.76 5.85 10 20.16)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#eb672a", stopOpacity: 0.5 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.43, stopColor: "#dc641b", stopOpacity: 0.28 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.99, stopColor: "#c25e00", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(147 12.04 14.48)scale(9.53 6.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#eb672a", stopOpacity: 0.5 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.43, stopColor: "#dc641b", stopOpacity: 0.28 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.99, stopColor: "#c25e00", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint4_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(20 30.2)scale(9.56)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint5_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(7.61 0 0 2.3 20.14 33.39)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(20 27.51)scale(20.98)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#a9bcbe" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint8_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(6.6 -8.99 7.13 5.23 9.46 15.03)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.86, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint9_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(5.68 -7.74 6.14 4.5 9.43 14.3)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint10_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(6.6 -8.99 7.13 5.23 9.46 15.03)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint11_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(-51 25.15 -7.08)scale(8.14 4.02)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#bd2719", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint12_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2 -2.08 1.3 1.25 7.64 14.9)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint13_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(-65 16 -3.77)scale(2.4 1.49)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint15_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(11.1 -1.02 .81 8.8 27.1 13.36)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.86, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint16_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(9.56 -.88 .7 7.58 27.64 12.85)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(11.1 -1.02 .81 8.8 27.1 13.36)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(8.13 -.3 .15 4.02 29.22 18.45)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#bd2719", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2.89 .12 -.08 1.8 26.04 11.91)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2.3 -.69 .43 1.43 31.33 13.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16856", x1: 32.3, x2: 7.85, y1: 28.23, y2: 28.23, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.5, stopColor: "#512d00" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#3c2200" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16856", x1: 18.6, x2: 12.19, y1: 26.74, y2: 9.21, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#860805" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16856", x1: 24.43, x2: 33.3, y1: 27.96, y2: 11.54, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#860805" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })))), Xe = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16937)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16937)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16937)", d: "M16.75 12.13c.11-.86-.6-1.5-1.92-1.67-1.14-.15-3.72.28-5.76 2.7-.39.45.06.78.42.5 1.2-.93 4.19-1.94 6.35-1.37.86.22.9-.16.9-.16" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16937)", d: "M14.13 20.76c.95 0 1.73-1.17 1.73-2.62 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.62 1.74 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16937)", d: "M14.13 16.41c.74 0 1.4.65 1.73 1.61-.02-1.42-.79-2.55-1.73-2.55-.95 0-1.71 1.13-1.74 2.55.34-.96.98-1.6 1.74-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_radial_15759_16937)", d: "M25.87 20.76c.96 0 1.74-1.17 1.74-2.62 0-1.44-.78-2.62-1.74-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.62 1.73 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16937)", d: "M25.87 16.48c-.74 0-1.4.65-1.73 1.6.02-1.41.79-2.55 1.73-2.55.95 0 1.71 1.14 1.74 2.56-.34-.96-.98-1.61-1.74-1.61" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16937)", d: "M23.25 12.13c-.11-.86.6-1.5 1.92-1.67 1.14-.15 3.72.28 5.76 2.7.39.45-.06.78-.42.5-1.2-.93-4.19-1.94-6.35-1.37-.86.22-.9-.16-.9-.16" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_radial_15759_16937)", d: "M27.58 27.85H12.42a.85.85 0 0 1-.85-.84c0-.46.39-.85.85-.85h15.16c.46 0 .85.39.85.85s-.39.84-.85.84" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16937)", d: "M12.34 26.62h15.33c.33 0 .62.19.76.46V27a.85.85 0 0 0-.85-.85H12.42a.85.85 0 0 0-.85.85v.07a.9.9 0 0 1 .77-.46" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 18.21)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint5_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(74 .56 25.97)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint8_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(5.99 0 0 1.08 20 27)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16937", x1: 12.8, x2: 13.09, y1: 13.08, y2: 10.82, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16937", x1: 14.12, x2: 14.12, y1: 15.51, y2: 17.95, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16937", x1: 25.88, x2: 25.88, y1: 15.58, y2: 18.02, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16937", x1: 27.2, x2: 26.91, y1: 13.08, y2: 10.82, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16937", x1: 11.57, x2: 28.43, y1: 26.61, y2: 26.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })))), Ze = "_list_v3ie2_1", Le = "_icon_v3ie2_6", e1 = "_button_v3ie2_11", F = {
|
|
522
522
|
list: Ze,
|
|
523
523
|
icon: Le,
|
|
524
524
|
button: e1
|
|
@@ -567,7 +567,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
567
567
|
}
|
|
568
568
|
)
|
|
569
569
|
] });
|
|
570
|
-
}, r1 = "_list_yy136_1", n1 = "_button_yy136_6",
|
|
570
|
+
}, r1 = "_list_yy136_1", n1 = "_button_yy136_6", A = {
|
|
571
571
|
list: r1,
|
|
572
572
|
button: n1
|
|
573
573
|
}, l1 = [1, 2, 3, 4, 5], s1 = ({
|
|
@@ -579,16 +579,16 @@ const te = "_base_12dcz_1", ae = {
|
|
|
579
579
|
const o = b((r) => {
|
|
580
580
|
s(Number(r.currentTarget.value));
|
|
581
581
|
}, [s]);
|
|
582
|
-
return /* @__PURE__ */ E("div", { className: i(
|
|
583
|
-
/* @__PURE__ */ a("div", { className: i(
|
|
582
|
+
return /* @__PURE__ */ E("div", { className: i(A.base, t?.base), children: [
|
|
583
|
+
/* @__PURE__ */ a("div", { className: i(A.list, t?.list), children: l1.map((r) => /* @__PURE__ */ a(
|
|
584
584
|
"button",
|
|
585
585
|
{
|
|
586
586
|
"aria-label": `Score ${r}`,
|
|
587
|
-
className: i(
|
|
587
|
+
className: i(A.button, t?.button),
|
|
588
588
|
type: "button",
|
|
589
589
|
value: r,
|
|
590
590
|
onClick: o,
|
|
591
|
-
children: /* @__PURE__ */ a("span", { className: i(
|
|
591
|
+
children: /* @__PURE__ */ a("span", { className: i(A.score, t?.score), children: r })
|
|
592
592
|
},
|
|
593
593
|
r
|
|
594
594
|
)) }),
|
|
@@ -601,7 +601,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
601
601
|
}
|
|
602
602
|
)
|
|
603
603
|
] });
|
|
604
|
-
}, i1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "#d0d5dd", stroke: "#d0d5dd", strokeLinecap: "round", strokeLinejoin: "round", d: "M18.8 5.76c.39-.78.58-1.17.84-1.3.23-.1.5-.1.72 0 .26.13.45.52.84 1.3l3.64 7.38c.11.23.17.34.25.43a1 1 0 0 0 .26.2c.11.04.24.06.5.1l8.14 1.19c.86.12 1.3.19 1.5.4q.25.29.21.68c-.04.29-.35.59-.97 1.2l-5.9 5.74c-.18.18-.27.27-.33.37q-.08.15-.1.3c-.01.13 0 .25.05.5l1.4 8.12c.14.86.21 1.28.08 1.54a.8.8 0 0 1-.59.42c-.28.05-.66-.15-1.43-.55l-7.29-3.84a2 2 0 0 0-.46-.2 1 1 0 0 0-.32 0c-.12.02-.23.08-.46.2l-7.29 3.84c-.77.4-1.15.6-1.44.55a.8.8 0 0 1-.58-.42c-.13-.26-.06-.68.09-1.54l1.39-8.11c.04-.26.06-.38.05-.5a1 1 0 0 0-.1-.3c-.06-.11-.15-.2-.34-.38l-5.9-5.75c-.61-.6-.92-.9-.96-1.19a.8.8 0 0 1 .22-.68c.2-.21.63-.28 1.48-.4l8.16-1.2c.25-.03.38-.05.49-.1q.14-.06.26-.19c.08-.09.14-.2.25-.43z" })), o1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "#fec84b", stroke: "#fec84b", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M18.8 5.76c.39-.78.58-1.17.84-1.3.23-.1.5-.1.72 0 .26.13.45.52.84 1.3l3.64 7.38c.11.23.17.34.25.43a1 1 0 0 0 .26.2c.11.04.24.06.5.1l8.14 1.19c.86.12 1.3.19 1.5.4q.25.29.21.68c-.04.29-.35.59-.97 1.2l-5.9 5.74c-.18.18-.27.27-.33.37q-.08.15-.1.3c-.01.13 0 .25.05.5l1.4 8.12c.14.86.21 1.28.08 1.54a.8.8 0 0 1-.59.42c-.28.05-.66-.15-1.43-.55l-7.29-3.84a2 2 0 0 0-.46-.2 1 1 0 0 0-.32 0c-.12.02-.23.08-.46.2l-7.29 3.84c-.77.4-1.15.6-1.44.55a.8.8 0 0 1-.58-.42c-.13-.26-.06-.68.09-1.54l1.39-8.11c.04-.26.06-.38.05-.5a1 1 0 0 0-.1-.3c-.06-.11-.15-.2-.34-.38l-5.9-5.75c-.61-.6-.92-.9-.96-1.19a.8.8 0 0 1 .22-.68c.2-.21.63-.28 1.48-.4l8.16-1.2c.25-.03.38-.05.49-.1q.14-.06.26-.19c.08-.09.14-.2.25-.43z" })), c1 = "_list_20ac1_1", p1 = "_icon_20ac1_6", f1 = "_button_20ac1_11",
|
|
604
|
+
}, i1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "#d0d5dd", stroke: "#d0d5dd", strokeLinecap: "round", strokeLinejoin: "round", d: "M18.8 5.76c.39-.78.58-1.17.84-1.3.23-.1.5-.1.72 0 .26.13.45.52.84 1.3l3.64 7.38c.11.23.17.34.25.43a1 1 0 0 0 .26.2c.11.04.24.06.5.1l8.14 1.19c.86.12 1.3.19 1.5.4q.25.29.21.68c-.04.29-.35.59-.97 1.2l-5.9 5.74c-.18.18-.27.27-.33.37q-.08.15-.1.3c-.01.13 0 .25.05.5l1.4 8.12c.14.86.21 1.28.08 1.54a.8.8 0 0 1-.59.42c-.28.05-.66-.15-1.43-.55l-7.29-3.84a2 2 0 0 0-.46-.2 1 1 0 0 0-.32 0c-.12.02-.23.08-.46.2l-7.29 3.84c-.77.4-1.15.6-1.44.55a.8.8 0 0 1-.58-.42c-.13-.26-.06-.68.09-1.54l1.39-8.11c.04-.26.06-.38.05-.5a1 1 0 0 0-.1-.3c-.06-.11-.15-.2-.34-.38l-5.9-5.75c-.61-.6-.92-.9-.96-1.19a.8.8 0 0 1 .22-.68c.2-.21.63-.28 1.48-.4l8.16-1.2c.25-.03.38-.05.49-.1q.14-.06.26-.19c.08-.09.14-.2.25-.43z" })), o1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "#fec84b", stroke: "#fec84b", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M18.8 5.76c.39-.78.58-1.17.84-1.3.23-.1.5-.1.72 0 .26.13.45.52.84 1.3l3.64 7.38c.11.23.17.34.25.43a1 1 0 0 0 .26.2c.11.04.24.06.5.1l8.14 1.19c.86.12 1.3.19 1.5.4q.25.29.21.68c-.04.29-.35.59-.97 1.2l-5.9 5.74c-.18.18-.27.27-.33.37q-.08.15-.1.3c-.01.13 0 .25.05.5l1.4 8.12c.14.86.21 1.28.08 1.54a.8.8 0 0 1-.59.42c-.28.05-.66-.15-1.43-.55l-7.29-3.84a2 2 0 0 0-.46-.2 1 1 0 0 0-.32 0c-.12.02-.23.08-.46.2l-7.29 3.84c-.77.4-1.15.6-1.44.55a.8.8 0 0 1-.58-.42c-.13-.26-.06-.68.09-1.54l1.39-8.11c.04-.26.06-.38.05-.5a1 1 0 0 0-.1-.3c-.06-.11-.15-.2-.34-.38l-5.9-5.75c-.61-.6-.92-.9-.96-1.19a.8.8 0 0 1 .22-.68c.2-.21.63-.28 1.48-.4l8.16-1.2c.25-.03.38-.05.49-.1q.14-.06.26-.19c.08-.09.14-.2.25-.43z" })), c1 = "_list_20ac1_1", p1 = "_icon_20ac1_6", f1 = "_button_20ac1_11", q = {
|
|
605
605
|
list: c1,
|
|
606
606
|
icon: p1,
|
|
607
607
|
button: f1
|
|
@@ -620,18 +620,18 @@ const te = "_base_12dcz_1", ae = {
|
|
|
620
620
|
}, []), m = b((c) => {
|
|
621
621
|
l(Number(c.currentTarget.value));
|
|
622
622
|
}, [l]);
|
|
623
|
-
return /* @__PURE__ */ E("div", { className: i(
|
|
623
|
+
return /* @__PURE__ */ E("div", { className: i(q.base, s?.base), children: [
|
|
624
624
|
/* @__PURE__ */ a(
|
|
625
625
|
"div",
|
|
626
626
|
{
|
|
627
|
-
className: i(
|
|
627
|
+
className: i(q.list, s?.list),
|
|
628
628
|
onBlur: f,
|
|
629
629
|
onMouseLeave: f,
|
|
630
630
|
children: d1.map((c) => /* @__PURE__ */ a(
|
|
631
631
|
"button",
|
|
632
632
|
{
|
|
633
633
|
"aria-label": `${c} ${c > 1 ? "stars" : "star"}`,
|
|
634
|
-
className: i(
|
|
634
|
+
className: i(q.button, s?.button),
|
|
635
635
|
type: "button",
|
|
636
636
|
value: c,
|
|
637
637
|
onClick: m,
|
|
@@ -641,7 +641,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
641
641
|
o1,
|
|
642
642
|
{
|
|
643
643
|
"aria-hidden": "true",
|
|
644
|
-
className: i(
|
|
644
|
+
className: i(q.icon, s?.icon),
|
|
645
645
|
width: 40,
|
|
646
646
|
height: 40
|
|
647
647
|
}
|
|
@@ -649,7 +649,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
649
649
|
i1,
|
|
650
650
|
{
|
|
651
651
|
"aria-hidden": "true",
|
|
652
|
-
className: i(
|
|
652
|
+
className: i(q.icon, s?.icon),
|
|
653
653
|
width: 40,
|
|
654
654
|
height: 40
|
|
655
655
|
}
|
|
@@ -668,7 +668,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
668
668
|
}
|
|
669
669
|
)
|
|
670
670
|
] });
|
|
671
|
-
}, m1 = "_base_m4qio_1", E1 = "_rating_m4qio_5", u1 = "_feedback_m4qio_6", b1 = "_success_m4qio_7",
|
|
671
|
+
}, m1 = "_base_m4qio_1", E1 = "_rating_m4qio_5", u1 = "_feedback_m4qio_6", b1 = "_success_m4qio_7", I = {
|
|
672
672
|
base: m1,
|
|
673
673
|
rating: E1,
|
|
674
674
|
feedback: u1,
|
|
@@ -700,12 +700,12 @@ const te = "_base_12dcz_1", ae = {
|
|
|
700
700
|
return /* @__PURE__ */ E(
|
|
701
701
|
H,
|
|
702
702
|
{
|
|
703
|
-
className:
|
|
703
|
+
className: I.base,
|
|
704
704
|
classNames: {
|
|
705
705
|
...t?.base,
|
|
706
|
-
rating: i(
|
|
707
|
-
feedback: i(
|
|
708
|
-
success: i(
|
|
706
|
+
rating: i(I.rating, t?.base?.rating),
|
|
707
|
+
feedback: i(I.feedback, t?.base?.feedback),
|
|
708
|
+
success: i(I.success, t?.base?.success)
|
|
709
709
|
},
|
|
710
710
|
dir: n,
|
|
711
711
|
screen: x,
|
|
@@ -753,7 +753,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
753
753
|
score: C1,
|
|
754
754
|
label: g1,
|
|
755
755
|
labels: x1
|
|
756
|
-
},
|
|
756
|
+
}, R = [1, 2, 3, 4, 5, 6, 7], U1 = ({
|
|
757
757
|
classNames: t,
|
|
758
758
|
minLabel: n,
|
|
759
759
|
maxLabel: l,
|
|
@@ -763,7 +763,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
763
763
|
s(Number(r.currentTarget.value));
|
|
764
764
|
}, [s]);
|
|
765
765
|
return /* @__PURE__ */ E("div", { className: i(O.base, t?.base), children: [
|
|
766
|
-
/* @__PURE__ */ a("div", { className: i(O.list, t?.list), children:
|
|
766
|
+
/* @__PURE__ */ a("div", { className: i(O.list, t?.list), children: R.map((r) => /* @__PURE__ */ E(
|
|
767
767
|
"button",
|
|
768
768
|
{
|
|
769
769
|
"aria-label": `Score ${r}`,
|
|
@@ -773,7 +773,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
773
773
|
onClick: o,
|
|
774
774
|
children: [
|
|
775
775
|
/* @__PURE__ */ a("span", { className: i(O.score, t?.score), children: r }),
|
|
776
|
-
r ===
|
|
776
|
+
r === R[0] && !!n && /* @__PURE__ */ a(
|
|
777
777
|
"span",
|
|
778
778
|
{
|
|
779
779
|
className: O.label,
|
|
@@ -781,7 +781,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
781
781
|
},
|
|
782
782
|
"left"
|
|
783
783
|
),
|
|
784
|
-
r ===
|
|
784
|
+
r === R[R.length - 1] && !!l && /* @__PURE__ */ a(
|
|
785
785
|
"span",
|
|
786
786
|
{
|
|
787
787
|
className: O.label,
|
|
@@ -802,7 +802,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
802
802
|
}
|
|
803
803
|
)
|
|
804
804
|
] });
|
|
805
|
-
}, O1 = "_base_12no3_1", S1 = "_rating_12no3_5", M1 = "_feedback_12no3_19", G1 = "_success_12no3_20",
|
|
805
|
+
}, O1 = "_base_12no3_1", S1 = "_rating_12no3_5", M1 = "_feedback_12no3_19", G1 = "_success_12no3_20", j = {
|
|
806
806
|
base: O1,
|
|
807
807
|
rating: S1,
|
|
808
808
|
feedback: M1,
|
|
@@ -834,12 +834,12 @@ const te = "_base_12dcz_1", ae = {
|
|
|
834
834
|
return /* @__PURE__ */ a(
|
|
835
835
|
H,
|
|
836
836
|
{
|
|
837
|
-
className:
|
|
837
|
+
className: j.base,
|
|
838
838
|
classNames: {
|
|
839
839
|
...t?.base,
|
|
840
|
-
rating: i(
|
|
841
|
-
feedback: i(
|
|
842
|
-
success: i(
|
|
840
|
+
rating: i(j.rating, t?.base?.rating),
|
|
841
|
+
feedback: i(j.feedback, t?.base?.feedback),
|
|
842
|
+
success: i(j.success, t?.base?.success)
|
|
843
843
|
},
|
|
844
844
|
dir: n,
|
|
845
845
|
screen: x,
|
|
@@ -861,13 +861,13 @@ const te = "_base_12dcz_1", ae = {
|
|
|
861
861
|
)
|
|
862
862
|
}
|
|
863
863
|
);
|
|
864
|
-
}, v1 = "_list_getzs_1", w1 = "_button_getzs_13", k1 = "_score_getzs_52", $1 = "_label_getzs_55",
|
|
864
|
+
}, v1 = "_list_getzs_1", w1 = "_button_getzs_13", k1 = "_score_getzs_52", $1 = "_label_getzs_55", T1 = "_labels_getzs_75", S = {
|
|
865
865
|
list: v1,
|
|
866
866
|
button: w1,
|
|
867
867
|
score: k1,
|
|
868
868
|
label: $1,
|
|
869
|
-
labels:
|
|
870
|
-
}, B = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
|
|
869
|
+
labels: T1
|
|
870
|
+
}, B = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], q1 = ({
|
|
871
871
|
classNames: t,
|
|
872
872
|
minLabel: n,
|
|
873
873
|
maxLabel: l,
|
|
@@ -916,11 +916,11 @@ const te = "_base_12dcz_1", ae = {
|
|
|
916
916
|
}
|
|
917
917
|
)
|
|
918
918
|
] });
|
|
919
|
-
}, N1 = "_base_1invl_1", z1 = "_rating_1invl_5", F1 = "_feedback_1invl_19",
|
|
919
|
+
}, N1 = "_base_1invl_1", z1 = "_rating_1invl_5", F1 = "_feedback_1invl_19", A1 = "_success_1invl_20", D = {
|
|
920
920
|
base: N1,
|
|
921
921
|
rating: z1,
|
|
922
922
|
feedback: F1,
|
|
923
|
-
success:
|
|
923
|
+
success: A1
|
|
924
924
|
}, P1 = ({
|
|
925
925
|
classNames: t,
|
|
926
926
|
dir: n,
|
|
@@ -965,7 +965,7 @@ const te = "_base_12dcz_1", ae = {
|
|
|
965
965
|
thankYouMessage: c,
|
|
966
966
|
onFeedback: y,
|
|
967
967
|
children: l === "numbers" && /* @__PURE__ */ a(
|
|
968
|
-
|
|
968
|
+
q1,
|
|
969
969
|
{
|
|
970
970
|
classNames: t?.scale,
|
|
971
971
|
minLabel: o,
|
|
@@ -981,6 +981,6 @@ export {
|
|
|
981
981
|
B1 as CSAT2Survey,
|
|
982
982
|
D1 as CSAT5Survey,
|
|
983
983
|
P1 as NPS10Survey,
|
|
984
|
-
|
|
984
|
+
j1 as Popup,
|
|
985
985
|
re as Surface
|
|
986
986
|
};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "react-feedback-surveys",
|
|
3
3
|
"description": "CSAT, CES, and NPS survey widgets for React",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "1.5.
|
|
5
|
+
"version": "1.5.2",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"dev": "vite build --watch",
|
|
38
38
|
"build": "tsc -b && vite build",
|
|
39
39
|
"lint": "eslint .",
|
|
40
|
+
"test": "npx vitest --project=storybook",
|
|
40
41
|
"storybook": "storybook dev -p 6006",
|
|
41
42
|
"build-storybook": "storybook build",
|
|
42
43
|
"typecheck": "tsc --noEmit",
|
|
@@ -46,32 +47,37 @@
|
|
|
46
47
|
"devDependencies": {
|
|
47
48
|
"@chromatic-com/storybook": "^4.1.3",
|
|
48
49
|
"@eslint/js": "^9.39.2",
|
|
49
|
-
"@storybook/addon-a11y": "^10.1.
|
|
50
|
-
"@storybook/addon-docs": "^10.1.
|
|
51
|
-
"@storybook/addon-themes": "^10.1.
|
|
52
|
-
"@storybook/
|
|
50
|
+
"@storybook/addon-a11y": "^10.1.11",
|
|
51
|
+
"@storybook/addon-docs": "^10.1.11",
|
|
52
|
+
"@storybook/addon-themes": "^10.1.11",
|
|
53
|
+
"@storybook/addon-vitest": "^10.1.11",
|
|
54
|
+
"@storybook/react-vite": "^10.1.11",
|
|
53
55
|
"@stylistic/stylelint-plugin": "^4.0.0",
|
|
54
56
|
"@types/node": "^24.10.4",
|
|
55
57
|
"@types/react": "^19.2.7",
|
|
56
58
|
"@types/react-dom": "^19.2.3",
|
|
57
59
|
"@vitejs/plugin-react-swc": "^4.2.2",
|
|
60
|
+
"@vitest/browser-playwright": "^4.0.16",
|
|
61
|
+
"@vitest/coverage-v8": "^4.0.16",
|
|
58
62
|
"eslint": "^9.39.2",
|
|
59
63
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
60
64
|
"eslint-plugin-react-refresh": "^0.4.26",
|
|
61
|
-
"eslint-plugin-storybook": "^10.1.
|
|
65
|
+
"eslint-plugin-storybook": "^10.1.11",
|
|
62
66
|
"globals": "^16.5.0",
|
|
67
|
+
"playwright": "^1.57.0",
|
|
63
68
|
"react": "^19.2.3",
|
|
64
69
|
"react-dom": "^19.2.3",
|
|
65
|
-
"sass": "^1.97.
|
|
66
|
-
"storybook": "^10.1.
|
|
70
|
+
"sass": "^1.97.2",
|
|
71
|
+
"storybook": "^10.1.11",
|
|
67
72
|
"stylelint": "^16.26.1",
|
|
68
73
|
"stylelint-config-standard-scss": "^16.0.0",
|
|
69
|
-
"stylelint-order": "^7.0.
|
|
74
|
+
"stylelint-order": "^7.0.1",
|
|
70
75
|
"typescript": "~5.9.3",
|
|
71
76
|
"typescript-eslint": "^8.50.1",
|
|
72
|
-
"vite": "^7.3.
|
|
77
|
+
"vite": "^7.3.1",
|
|
73
78
|
"vite-plugin-dts": "^4.5.4",
|
|
74
|
-
"vite-plugin-svgr": "^4.5.0"
|
|
79
|
+
"vite-plugin-svgr": "^4.5.0",
|
|
80
|
+
"vitest": "^4.0.16"
|
|
75
81
|
},
|
|
76
82
|
"peerDependencies": {
|
|
77
83
|
"react": "^18 || ^19",
|