@ultraviolet/ui 1.29.4 → 1.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +246 -3
- package/dist/src/components/Banner/assets/default-image-small.svg.js +2 -286
- package/dist/src/components/Banner/assets/default-image.svg.js +2 -466
- package/dist/src/components/Banner/index.js +5 -2
- package/dist/src/components/NumberInputV2/index.js +299 -0
- package/dist/src/components/Stack/index.js +1 -1
- package/dist/src/components/TextArea/index.js +50 -81
- package/dist/src/components/TextInputV2/index.js +282 -0
- package/dist/src/helpers/isJSON.js +1 -2
- package/dist/src/helpers/recursivelyGetChildrenString.js +1 -2
- package/dist/src/index.js +2 -0
- package/dist/src/utils/capitalize.js +1 -2
- package/package.json +3 -3
|
@@ -1,469 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { memo } from 'react';
|
|
1
|
+
import 'react';
|
|
3
2
|
|
|
4
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _defs;
|
|
5
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
6
|
-
var SvgDefaultImage = function SvgDefaultImage(props) {
|
|
7
|
-
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
width: 140,
|
|
10
|
-
height: 140,
|
|
11
|
-
fill: "none"
|
|
12
|
-
}, props), /*#__PURE__*/React.createElement("g", {
|
|
13
|
-
clipPath: "url(#a)"
|
|
14
|
-
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
15
|
-
fill: "#fff",
|
|
16
|
-
d: "M38.607 19.498c-.739 0-.739 1.173 0 1.173s.739-1.173 0-1.173M8.748 55.052c-.74 0-.74 1.173 0 1.173.739 0 .739-1.173 0-1.173m18.244 23.126c-.74 0-.74 1.173 0 1.173.739 0 .739-1.173 0-1.173M16.04 119.409c-.738 0-.738 1.172 0 1.172.74 0 .74-1.172 0-1.172m24.913 0c-.74 0-.74 1.172 0 1.172.739 0 .739-1.172 0-1.172m29.215-15.925c-.74 0-.74 1.173 0 1.173.738 0 .738-1.173 0-1.173m.441 18.315c-.739 0-.739 1.172 0 1.172s.739-1.172 0-1.172M107.765 43.7c-.739 0-.739 1.173 0 1.173s.739-1.172 0-1.172Zm-7.941 12.431c-.74 0-.74 1.173 0 1.173.739 0 .739-1.173 0-1.173M85.853 7.044c-.739 0-.739 1.173 0 1.173s.739-1.173 0-1.173M79.41 18.396c-.74 0-.74 1.173 0 1.173.739 0 .739-1.173 0-1.173M56.642 8.568c-.739 0-.739 1.173 0 1.173s.739-1.173 0-1.173m66.809 87.058c-.739 0-.739 1.173 0 1.173s.739-1.173 0-1.173m-17.389-3.706c-.739 0-.739 1.173 0 1.173s.739-1.172 0-1.172ZM16.04 30.614c-.738 0-.738 1.173 0 1.173.74 0 .74-1.173 0-1.173m111.282 87.058c-.739 0-.739 1.173 0 1.173s.739-1.173 0-1.173M65.23 138.828c-.739 0-.739 1.173 0 1.173s.739-1.173 0-1.173"
|
|
17
|
-
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
18
|
-
fill: "url(#b)",
|
|
19
|
-
d: "M57.958 88.708c16.834 0 30.481-13.86 30.481-30.958S74.792 26.79 57.958 26.79c-16.834 0-30.481 13.86-30.481 30.959 0 17.097 13.646 30.958 30.48 30.958Z"
|
|
20
|
-
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
21
|
-
fill: "url(#c)",
|
|
22
|
-
d: "M88.438 138.123c7.92 0 14.34-6.52 14.34-14.564s-6.42-14.564-14.34-14.564-14.34 6.52-14.34 14.564 6.42 14.564 14.34 14.564"
|
|
23
|
-
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
24
|
-
fill: "url(#d)",
|
|
25
|
-
d: "m14.867 46.54 6.835-14.565 15.518-1.689-6.835 14.564z"
|
|
26
|
-
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
27
|
-
fill: "url(#e)",
|
|
28
|
-
d: "M39.743 56.39 30.39 44.85l6.835-14.564 9.444 11.797-6.927 14.306Z"
|
|
29
|
-
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
30
|
-
fill: "url(#f)",
|
|
31
|
-
d: "M24.196 58.077 14.867 46.54l15.518-1.69 9.352 11.54-15.54 1.688Z"
|
|
32
|
-
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
33
|
-
fill: "url(#g)",
|
|
34
|
-
d: "m101.027 100.293 17.873 5.324 4.827 17.941-17.873-5.324z"
|
|
35
|
-
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
36
|
-
fill: "url(#h)",
|
|
37
|
-
d: "m94.473 131.392 11.384-13.157 17.873 5.324-11.638 13.274-17.62-5.441Z"
|
|
38
|
-
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
39
|
-
fill: "url(#i)",
|
|
40
|
-
d: "m89.644 113.451 11.385-13.157 4.826 17.941-11.384 13.158z"
|
|
41
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
42
|
-
fill: "url(#j)",
|
|
43
|
-
d: "M45.17 16.776c2.13 0 3.857-1.753 3.857-3.916 0-2.164-1.726-3.917-3.856-3.917s-3.856 1.753-3.856 3.917c0 2.163 1.726 3.916 3.856 3.916Z"
|
|
44
|
-
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
45
|
-
fill: "url(#k)",
|
|
46
|
-
d: "M8.105 89.223c4.477 0 8.105-3.686 8.105-8.232 0-4.547-3.628-8.233-8.105-8.233C3.63 72.758 0 76.445 0 80.992c0 4.546 3.629 8.232 8.105 8.232Z"
|
|
47
|
-
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
48
|
-
fill: "url(#l)",
|
|
49
|
-
d: "M36.715 134.676c2.525 0 4.572-2.079 4.572-4.644s-2.047-4.644-4.572-4.644-4.572 2.079-4.572 4.644 2.047 4.644 4.572 4.644"
|
|
50
|
-
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
51
|
-
fill: "url(#m)",
|
|
52
|
-
d: "M94.032 60.705C84.61 45.155 70.87 36.338 63.135 40.747l1.963 3.307c6.835-3.894 18.981 3.916 27.317 17.66 8.452 13.907 9.791 28.636 3.002 32.881-.046.023-.115.047-.162.094l1.986 3.307s.116-.07.185-.094c7.667-4.808 6.166-21.46-3.394-37.197"
|
|
53
|
-
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
-
fill: "url(#n)",
|
|
55
|
-
d: "M57.235 118.564s.162-3.588.208-4.737c.046-1.15.162-2.017-1.385-4.316-1.547-2.298-3.857-5.84-3.857-5.84l-6.65 3.307-2.47 1.22s2.678 3.002 2.816 5.136c.139 2.134-.462 3.284 1.201 5.347 1.663 2.064 12.77 13.861 12.77 13.861l6.927-3.494z"
|
|
56
|
-
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
57
|
-
fill: "url(#o)",
|
|
58
|
-
d: "m59.32 116.875-2.078 1.689 9.56 10.484 2.078-1.689z"
|
|
59
|
-
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
60
|
-
fill: "url(#p)",
|
|
61
|
-
d: "M59.549 112.137c.046-1.15.161-2.017-1.386-4.316-1.547-2.298-3.856-5.84-3.856-5.84l-9.122 4.527s.162.164.393.469l6.65-3.307s2.31 3.541 3.857 5.84c1.547 2.298 1.455 3.166 1.385 4.315-.046 1.149-.207 4.738-.207 4.738l2.1-1.689s.163-3.588.209-4.737z"
|
|
62
|
-
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
63
|
-
fill: "url(#q)",
|
|
64
|
-
d: "M59.437 50.948s-9.33 23.97-22.007 32.178c-2.678 1.735-4.71 3.049-6.304 4.08-2.932 1.9-5.796 9.288-1.685 16.488 4.133 7.247 12.492 8.537 16.464 6.45 2.17-1.173 3.256-1.759 5.08-2.674 3.002-1.524 22.977-13.532 36.74-10.695 13.739 2.838-28.242-45.804-28.242-45.804z"
|
|
65
|
-
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
66
|
-
fill: "url(#r)",
|
|
67
|
-
d: "M29.416 103.671c-4.11-7.2-1.246-14.588 1.686-16.488-5.288 3.424-5.588 3.588-6.812 4.339-1.616.985-6.096 7.833-2.655 14.822 3.44 6.989 10.968 11.023 18.15 7.083 2.817-1.548 4.687-2.556 6.096-3.33-3.949 2.111-12.308.821-16.465-6.45z"
|
|
68
|
-
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
69
|
-
fill: "url(#s)",
|
|
70
|
-
d: "M95.405 94.59c6.786-4.246 5.443-18.97-3-32.888-8.443-13.916-20.789-21.755-27.575-17.509-6.786 4.247-5.443 18.971 3 32.888 8.443 13.917 20.789 21.756 27.575 17.51Z"
|
|
71
|
-
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
72
|
-
fill: "url(#t)",
|
|
73
|
-
d: "m79.648 62.16-15.171 8.443a61.943 61.943 0 0 0 3.371 6.473c1.94 3.19 4.064 6.051 6.304 8.514l13.07-10.953-7.574-12.5z"
|
|
74
|
-
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
75
|
-
fill: "url(#u)",
|
|
76
|
-
d: "M87.236 74.658c1.683-1.053 1.35-4.705-.745-8.157-2.094-3.451-5.155-5.396-6.838-4.342-1.683 1.053-1.35 4.705.744 8.156 2.094 3.452 5.156 5.396 6.839 4.343"
|
|
77
|
-
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
78
|
-
fill: "url(#v)",
|
|
79
|
-
d: "M124.329 17.762c-1.755 0-3.163 1.43-3.163 3.213 0 .657.208 1.267.531 1.783L89.9 48.04v-9.1c0-2.603.692-3.916 3.278-6.097 2.379-2.017 10.9-8.631 12.747-10.062a3.085 3.085 0 0 0 1.824.587c1.755 0 3.164-1.431 3.164-3.213 0-1.783-1.409-3.214-3.164-3.214-1.754 0-3.163 1.431-3.163 3.213 0 .657.185 1.267.531 1.76-2.078 1.618-10.322 8.02-12.654 10.014-2.84 2.416-3.695 4.034-3.695 6.989v10.014l-26.07 20.733.715.915 59.115-47a3.035 3.035 0 0 0 1.825.586c1.755 0 3.163-1.43 3.163-3.213 0-1.783-1.408-3.213-3.163-3.213zm-16.58.352c1.109 0 2.009.915 2.009 2.04 0 1.126-.9 2.04-2.009 2.04-1.108 0-2.009-.914-2.009-2.04 0-1.125.901-2.04 2.009-2.04m16.58 4.878c-1.108 0-2.009-.914-2.009-2.04s.901-2.04 2.009-2.04c1.109 0 2.009.914 2.009 2.04s-.9 2.04-2.009 2.04"
|
|
80
|
-
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
81
|
-
fill: "url(#w)",
|
|
82
|
-
d: "M116.642 56.695a3.081 3.081 0 0 0-2.401.305 3.063 3.063 0 0 0-1.478 1.947 3.312 3.312 0 0 0 .369 2.532L76.301 89.506l.692.938 9.86-7.505c.901.258 7.229 1.994 9.653 2.697.855.235 1.64.375 2.356.375 1.662 0 3.163-.656 5.264-2.134 2.263-1.595 4.988-3.705 6.074-4.526.3.234.646.398 1.039.516a3.4 3.4 0 0 0 .831.117c1.386 0 2.656-.938 3.048-2.369a3.215 3.215 0 0 0-.3-2.439 3.087 3.087 0 0 0-1.917-1.5c-1.685-.47-3.417.538-3.879 2.25-.254.915-.069 1.83.393 2.58-1.132.868-3.741 2.862-5.935 4.41-2.748 1.946-4.18 2.298-6.65 1.594a1696.11 1696.11 0 0 1-8.799-2.462l25.886-19.7c.301.234.67.421 1.063.539a3.4 3.4 0 0 0 .831.117c1.385 0 2.656-.938 3.048-2.369a3.215 3.215 0 0 0-.3-2.439c-.416-.75-1.085-1.29-1.917-1.501m-6.512 19.536a2.022 2.022 0 0 1 1.94-1.5c.185 0 .346.023.531.07.508.14.947.492 1.224.961.277.47.323 1.032.185 1.548-.3 1.08-1.409 1.736-2.471 1.43a2.056 2.056 0 0 1-1.409-2.508Zm7.621-15.9c-.301 1.078-1.409 1.735-2.471 1.43a2.056 2.056 0 0 1-1.409-2.51 2.021 2.021 0 0 1 1.94-1.5c.185 0 .346.023.531.07.508.14.947.492 1.224.961.254.47.323 1.032.185 1.548Z"
|
|
83
|
-
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
84
|
-
fill: "url(#x)",
|
|
85
|
-
d: "M73.272 52.38c1.755 0 3.164-1.431 3.164-3.214 0-1.782-1.409-3.213-3.164-3.213-1.755 0-3.163 1.43-3.163 3.213 0 .657.208 1.267.531 1.783L59.51 59.79l.716.914 11.222-8.935a3.033 3.033 0 0 0 1.825.586v.023Zm0-5.254c1.109 0 2.01.915 2.01 2.04 0 1.126-.901 2.04-2.01 2.04-1.108 0-2.009-.914-2.009-2.04 0-1.125.901-2.04 2.01-2.04Z"
|
|
86
|
-
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
87
|
-
fill: "url(#y)",
|
|
88
|
-
d: "M74.134 85.612A59.697 59.697 0 0 1 67.83 77.1a57.851 57.851 0 0 1-3.371-6.473c-5.265-11.75-5.358-22.82.392-26.408a2.41 2.41 0 0 0 .254-.141l-1.963-3.307s-.184.094-.277.164C55.2 45.742 56.7 62.394 66.26 78.131c9.468 15.62 23.276 24.461 30.99 19.912l-1.987-3.307c-5.242 3.096-13.67-.798-21.106-9.077z"
|
|
89
|
-
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
90
|
-
fill: "url(#z)",
|
|
91
|
-
d: "m52.227 80.991 1.454-.867s2.679 5.628 6.558 10.084l-1.339.868-6.235-3.002-.438-7.106z"
|
|
92
|
-
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
93
|
-
fill: "url(#A)",
|
|
94
|
-
d: "M36.022 93.585s13.07-8.841 16.21-12.594c0 0 2.263 5.558 6.697 10.085 0 0-11.939 5.722-18.497 9.756 0 0-4.018-2.861-4.387-7.247z"
|
|
95
|
-
})), /*#__PURE__*/React.createElement("path", {
|
|
96
|
-
stroke: "#fff",
|
|
97
|
-
strokeMiterlimit: 10,
|
|
98
|
-
strokeWidth: 1.173,
|
|
99
|
-
d: "M107.764 105.87c10.803-6.761 8.671-30.192-4.763-52.336-13.434-22.143-33.082-34.613-43.885-27.852-10.803 6.76-8.671 30.192 4.763 52.335 13.433 22.144 33.081 34.614 43.885 27.853Z",
|
|
100
|
-
style: {
|
|
101
|
-
mixBlendMode: "overlay"
|
|
102
|
-
}
|
|
103
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
104
|
-
stroke: "#fff",
|
|
105
|
-
strokeMiterlimit: 10,
|
|
106
|
-
strokeWidth: 0.586,
|
|
107
|
-
d: "M121.105 105.585c12.335-7.718 9.892-34.483-5.455-59.78-15.347-25.297-37.787-39.548-50.122-31.829-12.334 7.72-9.891 34.484 5.456 59.781 15.347 25.297 37.787 39.547 50.121 31.828Z",
|
|
108
|
-
style: {
|
|
109
|
-
mixBlendMode: "overlay"
|
|
110
|
-
}
|
|
111
|
-
})), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
112
|
-
id: "d",
|
|
113
|
-
x1: 14.867,
|
|
114
|
-
x2: 37.22,
|
|
115
|
-
y1: 38.424,
|
|
116
|
-
y2: 38.424,
|
|
117
|
-
gradientUnits: "userSpaceOnUse"
|
|
118
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
119
|
-
stopColor: "#4F0597"
|
|
120
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
121
|
-
offset: 1,
|
|
122
|
-
stopColor: "#03D3DE"
|
|
123
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
124
|
-
id: "e",
|
|
125
|
-
x1: 30.391,
|
|
126
|
-
x2: 46.67,
|
|
127
|
-
y1: 43.349,
|
|
128
|
-
y2: 43.349,
|
|
129
|
-
gradientUnits: "userSpaceOnUse"
|
|
130
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
131
|
-
stopColor: "#4F0597"
|
|
132
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
133
|
-
offset: 1,
|
|
134
|
-
stopColor: "#03D3DE"
|
|
135
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
136
|
-
id: "f",
|
|
137
|
-
x1: -16.076,
|
|
138
|
-
x2: 39.737,
|
|
139
|
-
y1: 51.464,
|
|
140
|
-
y2: 51.464,
|
|
141
|
-
gradientUnits: "userSpaceOnUse"
|
|
142
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
143
|
-
stopColor: "#4F0597"
|
|
144
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
145
|
-
offset: 1,
|
|
146
|
-
stopColor: "#03D3DE"
|
|
147
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
148
|
-
id: "g",
|
|
149
|
-
x1: 101.027,
|
|
150
|
-
x2: 123.727,
|
|
151
|
-
y1: 111.925,
|
|
152
|
-
y2: 111.925,
|
|
153
|
-
gradientUnits: "userSpaceOnUse"
|
|
154
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
155
|
-
stopColor: "#FFC700"
|
|
156
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
157
|
-
offset: 1,
|
|
158
|
-
stopColor: "#FF0CD0"
|
|
159
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
160
|
-
id: "h",
|
|
161
|
-
x1: 94.473,
|
|
162
|
-
x2: -13.759,
|
|
163
|
-
y1: 127.546,
|
|
164
|
-
y2: 127.546,
|
|
165
|
-
gradientUnits: "userSpaceOnUse"
|
|
166
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
167
|
-
stopColor: "#FFC700"
|
|
168
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
169
|
-
offset: 1,
|
|
170
|
-
stopColor: "#FF0CD0"
|
|
171
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
172
|
-
id: "i",
|
|
173
|
-
x1: 89.644,
|
|
174
|
-
x2: 105.855,
|
|
175
|
-
y1: 115.843,
|
|
176
|
-
y2: 115.843,
|
|
177
|
-
gradientUnits: "userSpaceOnUse"
|
|
178
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
179
|
-
stopColor: "#FFC700"
|
|
180
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
181
|
-
offset: 1,
|
|
182
|
-
stopColor: "#FF0CD0"
|
|
183
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
184
|
-
id: "m",
|
|
185
|
-
x1: 167.348,
|
|
186
|
-
x2: 68.933,
|
|
187
|
-
y1: 58.219,
|
|
188
|
-
y2: 70.07,
|
|
189
|
-
gradientUnits: "userSpaceOnUse"
|
|
190
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
191
|
-
stopColor: "#11053A"
|
|
192
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
193
|
-
offset: 0.52,
|
|
194
|
-
stopColor: "#4F0599"
|
|
195
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
196
|
-
offset: 1,
|
|
197
|
-
stopColor: "#FF0CD0"
|
|
198
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
199
|
-
id: "n",
|
|
200
|
-
x1: 59.891,
|
|
201
|
-
x2: 39.555,
|
|
202
|
-
y1: 112.677,
|
|
203
|
-
y2: 136.265,
|
|
204
|
-
gradientUnits: "userSpaceOnUse"
|
|
205
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
206
|
-
offset: 0.02,
|
|
207
|
-
stopColor: "#11053A"
|
|
208
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
209
|
-
offset: 0.52,
|
|
210
|
-
stopColor: "#4F0597"
|
|
211
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
212
|
-
offset: 1,
|
|
213
|
-
stopColor: "#8230D7"
|
|
214
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
215
|
-
id: "o",
|
|
216
|
-
x1: 53.224,
|
|
217
|
-
x2: 66.014,
|
|
218
|
-
y1: 112.466,
|
|
219
|
-
y2: 125.683,
|
|
220
|
-
gradientUnits: "userSpaceOnUse"
|
|
221
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
222
|
-
offset: 0.02,
|
|
223
|
-
stopColor: "#11053A"
|
|
224
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
225
|
-
offset: 0.52,
|
|
226
|
-
stopColor: "#4F0597"
|
|
227
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
228
|
-
offset: 1,
|
|
229
|
-
stopColor: "#8230D7"
|
|
230
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
231
|
-
id: "p",
|
|
232
|
-
x1: 44.654,
|
|
233
|
-
x2: 59.572,
|
|
234
|
-
y1: 97.854,
|
|
235
|
-
y2: 116.109,
|
|
236
|
-
gradientUnits: "userSpaceOnUse"
|
|
237
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
238
|
-
offset: 0.02,
|
|
239
|
-
stopColor: "#11053A"
|
|
240
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
241
|
-
offset: 0.52,
|
|
242
|
-
stopColor: "#4F0597"
|
|
243
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
244
|
-
offset: 1,
|
|
245
|
-
stopColor: "#8230D7"
|
|
246
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
247
|
-
id: "q",
|
|
248
|
-
x1: 75.509,
|
|
249
|
-
x2: 42.682,
|
|
250
|
-
y1: 116.64,
|
|
251
|
-
y2: 76.118,
|
|
252
|
-
gradientUnits: "userSpaceOnUse"
|
|
253
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
254
|
-
stopColor: "#4F0599"
|
|
255
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
256
|
-
offset: 1,
|
|
257
|
-
stopColor: "#fff"
|
|
258
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
259
|
-
id: "r",
|
|
260
|
-
x1: 50.638,
|
|
261
|
-
x2: 24.834,
|
|
262
|
-
y1: 127.194,
|
|
263
|
-
y2: 96.183,
|
|
264
|
-
gradientUnits: "userSpaceOnUse"
|
|
265
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
266
|
-
stopColor: "#11053A"
|
|
267
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
268
|
-
offset: 0.52,
|
|
269
|
-
stopColor: "#4F0599"
|
|
270
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
271
|
-
offset: 1,
|
|
272
|
-
stopColor: "#FF0CD0"
|
|
273
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
274
|
-
id: "s",
|
|
275
|
-
x1: 60.514,
|
|
276
|
-
x2: 99.725,
|
|
277
|
-
y1: 69.395,
|
|
278
|
-
y2: 69.395,
|
|
279
|
-
gradientUnits: "userSpaceOnUse"
|
|
280
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
281
|
-
stopColor: "#4F0599"
|
|
282
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
283
|
-
offset: 1,
|
|
284
|
-
stopColor: "#fff"
|
|
285
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
286
|
-
id: "t",
|
|
287
|
-
x1: 79.186,
|
|
288
|
-
x2: 70.633,
|
|
289
|
-
y1: 78.718,
|
|
290
|
-
y2: 64.434,
|
|
291
|
-
gradientUnits: "userSpaceOnUse"
|
|
292
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
293
|
-
stopColor: "#4F0599"
|
|
294
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
295
|
-
offset: 1,
|
|
296
|
-
stopColor: "#fff"
|
|
297
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
298
|
-
id: "u",
|
|
299
|
-
x1: 95.279,
|
|
300
|
-
x2: 81.503,
|
|
301
|
-
y1: 62.466,
|
|
302
|
-
y2: 69.168,
|
|
303
|
-
gradientUnits: "userSpaceOnUse"
|
|
304
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
305
|
-
stopColor: "#11053A"
|
|
306
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
307
|
-
offset: 0.52,
|
|
308
|
-
stopColor: "#4F0599"
|
|
309
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
310
|
-
offset: 1,
|
|
311
|
-
stopColor: "#FF0CD0"
|
|
312
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
313
|
-
id: "v",
|
|
314
|
-
x1: 43.3,
|
|
315
|
-
x2: 77.844,
|
|
316
|
-
y1: 77.263,
|
|
317
|
-
y2: 51.162,
|
|
318
|
-
gradientUnits: "userSpaceOnUse"
|
|
319
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
320
|
-
stopColor: "#4F0597"
|
|
321
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
322
|
-
offset: 1,
|
|
323
|
-
stopColor: "#03D3DE"
|
|
324
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
325
|
-
id: "w",
|
|
326
|
-
x1: 65.194,
|
|
327
|
-
x2: 99.737,
|
|
328
|
-
y1: 106.251,
|
|
329
|
-
y2: 80.174,
|
|
330
|
-
gradientUnits: "userSpaceOnUse"
|
|
331
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
332
|
-
stopColor: "#4F0597"
|
|
333
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
334
|
-
offset: 1,
|
|
335
|
-
stopColor: "#03D3DE"
|
|
336
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
337
|
-
id: "x",
|
|
338
|
-
x1: 41.036,
|
|
339
|
-
x2: 75.581,
|
|
340
|
-
y1: 74.284,
|
|
341
|
-
y2: 48.183,
|
|
342
|
-
gradientUnits: "userSpaceOnUse"
|
|
343
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
344
|
-
stopColor: "#4F0597"
|
|
345
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
346
|
-
offset: 1,
|
|
347
|
-
stopColor: "#03D3DE"
|
|
348
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
349
|
-
id: "y",
|
|
350
|
-
x1: 167.425,
|
|
351
|
-
x2: 68.987,
|
|
352
|
-
y1: 58.876,
|
|
353
|
-
y2: 70.727,
|
|
354
|
-
gradientUnits: "userSpaceOnUse"
|
|
355
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
356
|
-
stopColor: "#11053A"
|
|
357
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
358
|
-
offset: 0.52,
|
|
359
|
-
stopColor: "#4F0599"
|
|
360
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
361
|
-
offset: 1,
|
|
362
|
-
stopColor: "#FF0CD0"
|
|
363
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
364
|
-
id: "z",
|
|
365
|
-
x1: 51.672,
|
|
366
|
-
x2: 56.916,
|
|
367
|
-
y1: 97.737,
|
|
368
|
-
y2: 84.212,
|
|
369
|
-
gradientUnits: "userSpaceOnUse"
|
|
370
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
371
|
-
stopColor: "#4F0599"
|
|
372
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
373
|
-
offset: 1,
|
|
374
|
-
stopColor: "#fff"
|
|
375
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
376
|
-
id: "A",
|
|
377
|
-
x1: 51.47,
|
|
378
|
-
x2: 42.338,
|
|
379
|
-
y1: 100.715,
|
|
380
|
-
y2: 83.711,
|
|
381
|
-
gradientUnits: "userSpaceOnUse"
|
|
382
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
383
|
-
stopColor: "#4F0599"
|
|
384
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
385
|
-
offset: 1,
|
|
386
|
-
stopColor: "#fff"
|
|
387
|
-
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
388
|
-
id: "b",
|
|
389
|
-
cx: 0,
|
|
390
|
-
cy: 0,
|
|
391
|
-
r: 1,
|
|
392
|
-
gradientTransform: "matrix(84.2622 0 0 85.5805 38.376 35.563)",
|
|
393
|
-
gradientUnits: "userSpaceOnUse"
|
|
394
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
395
|
-
stopColor: "#8230D7"
|
|
396
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
397
|
-
offset: 0.52,
|
|
398
|
-
stopColor: "#4F0597"
|
|
399
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
400
|
-
offset: 1,
|
|
401
|
-
stopColor: "#11053A"
|
|
402
|
-
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
403
|
-
id: "c",
|
|
404
|
-
cx: 0,
|
|
405
|
-
cy: 0,
|
|
406
|
-
r: 1,
|
|
407
|
-
gradientTransform: "matrix(39.6256 0 0 40.2456 79.224 113.122)",
|
|
408
|
-
gradientUnits: "userSpaceOnUse"
|
|
409
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
410
|
-
stopColor: "#8230D7"
|
|
411
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
412
|
-
offset: 0.52,
|
|
413
|
-
stopColor: "#4F0597"
|
|
414
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
415
|
-
offset: 1,
|
|
416
|
-
stopColor: "#11053A"
|
|
417
|
-
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
418
|
-
id: "j",
|
|
419
|
-
cx: 0,
|
|
420
|
-
cy: 0,
|
|
421
|
-
r: 1,
|
|
422
|
-
gradientTransform: "matrix(23.877 0 0 24.2505 50.644 16.589)",
|
|
423
|
-
gradientUnits: "userSpaceOnUse"
|
|
424
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
425
|
-
stopColor: "#FF0CD0"
|
|
426
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
427
|
-
offset: 0.52,
|
|
428
|
-
stopColor: "#4F0599"
|
|
429
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
430
|
-
offset: 1,
|
|
431
|
-
stopColor: "#11053A"
|
|
432
|
-
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
433
|
-
id: "k",
|
|
434
|
-
cx: 0,
|
|
435
|
-
cy: 0,
|
|
436
|
-
r: 1,
|
|
437
|
-
gradientTransform: "matrix(19.6512 0 0 19.9586 11.87 75.409)",
|
|
438
|
-
gradientUnits: "userSpaceOnUse"
|
|
439
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
440
|
-
stopColor: "#FFC700"
|
|
441
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
442
|
-
offset: 1,
|
|
443
|
-
stopColor: "#FF0CD0"
|
|
444
|
-
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
445
|
-
id: "l",
|
|
446
|
-
cx: 0,
|
|
447
|
-
cy: 0,
|
|
448
|
-
r: 1,
|
|
449
|
-
gradientTransform: "matrix(14.5941 0 0 14.8224 38.1 127.429)",
|
|
450
|
-
gradientUnits: "userSpaceOnUse"
|
|
451
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
452
|
-
stopColor: "#FF0CD0"
|
|
453
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
454
|
-
offset: 0.52,
|
|
455
|
-
stopColor: "#4F0599"
|
|
456
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
457
|
-
offset: 1,
|
|
458
|
-
stopColor: "#11053A"
|
|
459
|
-
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
460
|
-
id: "a"
|
|
461
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
462
|
-
fill: "#fff",
|
|
463
|
-
d: "M0 0h140v140H0z"
|
|
464
|
-
})))));
|
|
465
|
-
};
|
|
466
|
-
var Memo = /*#__PURE__*/memo(SvgDefaultImage);
|
|
467
|
-
var defaultIllustration = Memo;
|
|
3
|
+
var defaultIllustration = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22140%22%20height%3D%22140%22%20fill%3D%22none%22%3E%20%20%20%20%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M38.607%2019.498c-.739%200-.739%201.173%200%201.173s.739-1.173%200-1.173M8.748%2055.052c-.74%200-.74%201.173%200%201.173.739%200%20.739-1.173%200-1.173m18.244%2023.126c-.74%200-.74%201.173%200%201.173.739%200%20.739-1.173%200-1.173M16.04%20119.409c-.738%200-.738%201.172%200%201.172.74%200%20.74-1.172%200-1.172m24.913%200c-.74%200-.74%201.172%200%201.172.739%200%20.739-1.172%200-1.172m29.215-15.925c-.74%200-.74%201.173%200%201.173.738%200%20.738-1.173%200-1.173m.441%2018.315c-.739%200-.739%201.172%200%201.172s.739-1.172%200-1.172M107.765%2043.7c-.739%200-.739%201.173%200%201.173s.739-1.172%200-1.172Zm-7.941%2012.431c-.74%200-.74%201.173%200%201.173.739%200%20.739-1.173%200-1.173M85.853%207.044c-.739%200-.739%201.173%200%201.173s.739-1.173%200-1.173M79.41%2018.396c-.74%200-.74%201.173%200%201.173.739%200%20.739-1.173%200-1.173M56.642%208.568c-.739%200-.739%201.173%200%201.173s.739-1.173%200-1.173m66.809%2087.058c-.739%200-.739%201.173%200%201.173s.739-1.173%200-1.173m-17.389-3.706c-.739%200-.739%201.173%200%201.173s.739-1.172%200-1.172ZM16.04%2030.614c-.738%200-.738%201.173%200%201.173.74%200%20.74-1.173%200-1.173m111.282%2087.058c-.739%200-.739%201.173%200%201.173s.739-1.173%200-1.173M65.23%20138.828c-.739%200-.739%201.173%200%201.173s.739-1.173%200-1.173%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23b%29%22%20d%3D%22M57.958%2088.708c16.834%200%2030.481-13.86%2030.481-30.958S74.792%2026.79%2057.958%2026.79c-16.834%200-30.481%2013.86-30.481%2030.959%200%2017.097%2013.646%2030.958%2030.48%2030.958Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23c%29%22%20d%3D%22M88.438%20138.123c7.92%200%2014.34-6.52%2014.34-14.564s-6.42-14.564-14.34-14.564-14.34%206.52-14.34%2014.564%206.42%2014.564%2014.34%2014.564%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23d%29%22%20d%3D%22m14.867%2046.54%206.835-14.565%2015.518-1.689-6.835%2014.564z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23e%29%22%20d%3D%22M39.743%2056.39%2030.39%2044.85l6.835-14.564%209.444%2011.797-6.927%2014.306Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23f%29%22%20d%3D%22M24.196%2058.077%2014.867%2046.54l15.518-1.69%209.352%2011.54-15.54%201.688Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23g%29%22%20d%3D%22m101.027%20100.293%2017.873%205.324%204.827%2017.941-17.873-5.324z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23h%29%22%20d%3D%22m94.473%20131.392%2011.384-13.157%2017.873%205.324-11.638%2013.274-17.62-5.441Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23i%29%22%20d%3D%22m89.644%20113.451%2011.385-13.157%204.826%2017.941-11.384%2013.158z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23j%29%22%20d%3D%22M45.17%2016.776c2.13%200%203.857-1.753%203.857-3.916%200-2.164-1.726-3.917-3.856-3.917s-3.856%201.753-3.856%203.917c0%202.163%201.726%203.916%203.856%203.916Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23k%29%22%20d%3D%22M8.105%2089.223c4.477%200%208.105-3.686%208.105-8.232%200-4.547-3.628-8.233-8.105-8.233C3.63%2072.758%200%2076.445%200%2080.992c0%204.546%203.629%208.232%208.105%208.232Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23l%29%22%20d%3D%22M36.715%20134.676c2.525%200%204.572-2.079%204.572-4.644s-2.047-4.644-4.572-4.644-4.572%202.079-4.572%204.644%202.047%204.644%204.572%204.644%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23m%29%22%20d%3D%22M94.032%2060.705C84.61%2045.155%2070.87%2036.338%2063.135%2040.747l1.963%203.307c6.835-3.894%2018.981%203.916%2027.317%2017.66%208.452%2013.907%209.791%2028.636%203.002%2032.881-.046.023-.115.047-.162.094l1.986%203.307s.116-.07.185-.094c7.667-4.808%206.166-21.46-3.394-37.197%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23n%29%22%20d%3D%22M57.235%20118.564s.162-3.588.208-4.737c.046-1.15.162-2.017-1.385-4.316-1.547-2.298-3.857-5.84-3.857-5.84l-6.65%203.307-2.47%201.22s2.678%203.002%202.816%205.136c.139%202.134-.462%203.284%201.201%205.347%201.663%202.064%2012.77%2013.861%2012.77%2013.861l6.927-3.494z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23o%29%22%20d%3D%22m59.32%20116.875-2.078%201.689%209.56%2010.484%202.078-1.689z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23p%29%22%20d%3D%22M59.549%20112.137c.046-1.15.161-2.017-1.386-4.316-1.547-2.298-3.856-5.84-3.856-5.84l-9.122%204.527s.162.164.393.469l6.65-3.307s2.31%203.541%203.857%205.84c1.547%202.298%201.455%203.166%201.385%204.315-.046%201.149-.207%204.738-.207%204.738l2.1-1.689s.163-3.588.209-4.737z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23q%29%22%20d%3D%22M59.437%2050.948s-9.33%2023.97-22.007%2032.178c-2.678%201.735-4.71%203.049-6.304%204.08-2.932%201.9-5.796%209.288-1.685%2016.488%204.133%207.247%2012.492%208.537%2016.464%206.45%202.17-1.173%203.256-1.759%205.08-2.674%203.002-1.524%2022.977-13.532%2036.74-10.695%2013.739%202.838-28.242-45.804-28.242-45.804z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23r%29%22%20d%3D%22M29.416%20103.671c-4.11-7.2-1.246-14.588%201.686-16.488-5.288%203.424-5.588%203.588-6.812%204.339-1.616.985-6.096%207.833-2.655%2014.822%203.44%206.989%2010.968%2011.023%2018.15%207.083%202.817-1.548%204.687-2.556%206.096-3.33-3.949%202.111-12.308.821-16.465-6.45z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23s%29%22%20d%3D%22M95.405%2094.59c6.786-4.246%205.443-18.97-3-32.888-8.443-13.916-20.789-21.755-27.575-17.509-6.786%204.247-5.443%2018.971%203%2032.888%208.443%2013.917%2020.789%2021.756%2027.575%2017.51Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23t%29%22%20d%3D%22m79.648%2062.16-15.171%208.443a61.943%2061.943%200%200%200%203.371%206.473c1.94%203.19%204.064%206.051%206.304%208.514l13.07-10.953-7.574-12.5z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23u%29%22%20d%3D%22M87.236%2074.658c1.683-1.053%201.35-4.705-.745-8.157-2.094-3.451-5.155-5.396-6.838-4.342-1.683%201.053-1.35%204.705.744%208.156%202.094%203.452%205.156%205.396%206.839%204.343%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23v%29%22%20d%3D%22M124.329%2017.762c-1.755%200-3.163%201.43-3.163%203.213%200%20.657.208%201.267.531%201.783L89.9%2048.04v-9.1c0-2.603.692-3.916%203.278-6.097%202.379-2.017%2010.9-8.631%2012.747-10.062a3.085%203.085%200%200%200%201.824.587c1.755%200%203.164-1.431%203.164-3.213%200-1.783-1.409-3.214-3.164-3.214-1.754%200-3.163%201.431-3.163%203.213%200%20.657.185%201.267.531%201.76-2.078%201.618-10.322%208.02-12.654%2010.014-2.84%202.416-3.695%204.034-3.695%206.989v10.014l-26.07%2020.733.715.915%2059.115-47a3.035%203.035%200%200%200%201.825.586c1.755%200%203.163-1.43%203.163-3.213%200-1.783-1.408-3.213-3.163-3.213zm-16.58.352c1.109%200%202.009.915%202.009%202.04%200%201.126-.9%202.04-2.009%202.04-1.108%200-2.009-.914-2.009-2.04%200-1.125.901-2.04%202.009-2.04m16.58%204.878c-1.108%200-2.009-.914-2.009-2.04s.901-2.04%202.009-2.04c1.109%200%202.009.914%202.009%202.04s-.9%202.04-2.009%202.04%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23w%29%22%20d%3D%22M116.642%2056.695a3.081%203.081%200%200%200-2.401.305%203.063%203.063%200%200%200-1.478%201.947%203.312%203.312%200%200%200%20.369%202.532L76.301%2089.506l.692.938%209.86-7.505c.901.258%207.229%201.994%209.653%202.697.855.235%201.64.375%202.356.375%201.662%200%203.163-.656%205.264-2.134%202.263-1.595%204.988-3.705%206.074-4.526.3.234.646.398%201.039.516a3.4%203.4%200%200%200%20.831.117c1.386%200%202.656-.938%203.048-2.369a3.215%203.215%200%200%200-.3-2.439%203.087%203.087%200%200%200-1.917-1.5c-1.685-.47-3.417.538-3.879%202.25-.254.915-.069%201.83.393%202.58-1.132.868-3.741%202.862-5.935%204.41-2.748%201.946-4.18%202.298-6.65%201.594a1696.11%201696.11%200%200%201-8.799-2.462l25.886-19.7c.301.234.67.421%201.063.539a3.4%203.4%200%200%200%20.831.117c1.385%200%202.656-.938%203.048-2.369a3.215%203.215%200%200%200-.3-2.439c-.416-.75-1.085-1.29-1.917-1.501m-6.512%2019.536a2.022%202.022%200%200%201%201.94-1.5c.185%200%20.346.023.531.07.508.14.947.492%201.224.961.277.47.323%201.032.185%201.548-.3%201.08-1.409%201.736-2.471%201.43a2.056%202.056%200%200%201-1.409-2.508Zm7.621-15.9c-.301%201.078-1.409%201.735-2.471%201.43a2.056%202.056%200%200%201-1.409-2.51%202.021%202.021%200%200%201%201.94-1.5c.185%200%20.346.023.531.07.508.14.947.492%201.224.961.254.47.323%201.032.185%201.548Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23x%29%22%20d%3D%22M73.272%2052.38c1.755%200%203.164-1.431%203.164-3.214%200-1.782-1.409-3.213-3.164-3.213-1.755%200-3.163%201.43-3.163%203.213%200%20.657.208%201.267.531%201.783L59.51%2059.79l.716.914%2011.222-8.935a3.033%203.033%200%200%200%201.825.586v.023Zm0-5.254c1.109%200%202.01.915%202.01%202.04%200%201.126-.901%202.04-2.01%202.04-1.108%200-2.009-.914-2.009-2.04%200-1.125.901-2.04%202.01-2.04Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23y%29%22%20d%3D%22M74.134%2085.612A59.697%2059.697%200%200%201%2067.83%2077.1a57.851%2057.851%200%200%201-3.371-6.473c-5.265-11.75-5.358-22.82.392-26.408a2.41%202.41%200%200%200%20.254-.141l-1.963-3.307s-.184.094-.277.164C55.2%2045.742%2056.7%2062.394%2066.26%2078.131c9.468%2015.62%2023.276%2024.461%2030.99%2019.912l-1.987-3.307c-5.242%203.096-13.67-.798-21.106-9.077z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23z%29%22%20d%3D%22m52.227%2080.991%201.454-.867s2.679%205.628%206.558%2010.084l-1.339.868-6.235-3.002-.438-7.106z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23A%29%22%20d%3D%22M36.022%2093.585s13.07-8.841%2016.21-12.594c0%200%202.263%205.558%206.697%2010.085%200%200-11.939%205.722-18.497%209.756%200%200-4.018-2.861-4.387-7.247z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.173%22%20d%3D%22M107.764%20105.87c10.803-6.761%208.671-30.192-4.763-52.336-13.434-22.143-33.082-34.613-43.885-27.852-10.803%206.76-8.671%2030.192%204.763%2052.335%2013.433%2022.144%2033.081%2034.614%2043.885%2027.853Z%22%20style%3D%22mix-blend-mode%3Aoverlay%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.586%22%20d%3D%22M121.105%20105.585c12.335-7.718%209.892-34.483-5.455-59.78-15.347-25.297-37.787-39.548-50.122-31.829-12.334%207.72-9.891%2034.484%205.456%2059.781%2015.347%2025.297%2037.787%2039.547%2050.121%2031.828Z%22%20style%3D%22mix-blend-mode%3Aoverlay%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22d%22%20x1%3D%2214.867%22%20x2%3D%2237.22%22%20y1%3D%2238.424%22%20y2%3D%2238.424%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%234F0597%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2303D3DE%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22e%22%20x1%3D%2230.391%22%20x2%3D%2246.67%22%20y1%3D%2243.349%22%20y2%3D%2243.349%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%234F0597%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2303D3DE%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22f%22%20x1%3D%22-16.076%22%20x2%3D%2239.737%22%20y1%3D%2251.464%22%20y2%3D%2251.464%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%234F0597%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2303D3DE%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22g%22%20x1%3D%22101.027%22%20x2%3D%22123.727%22%20y1%3D%22111.925%22%20y2%3D%22111.925%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFC700%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF0CD0%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22h%22%20x1%3D%2294.473%22%20x2%3D%22-13.759%22%20y1%3D%22127.546%22%20y2%3D%22127.546%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFC700%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF0CD0%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22i%22%20x1%3D%2289.644%22%20x2%3D%22105.855%22%20y1%3D%22115.843%22%20y2%3D%22115.843%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFC700%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF0CD0%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22m%22%20x1%3D%22167.348%22%20x2%3D%2268.933%22%20y1%3D%2258.219%22%20y2%3D%2270.07%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2311053A%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.52%22%20stop-color%3D%22%234F0599%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF0CD0%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22n%22%20x1%3D%2259.891%22%20x2%3D%2239.555%22%20y1%3D%22112.677%22%20y2%3D%22136.265%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.02%22%20stop-color%3D%22%2311053A%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.52%22%20stop-color%3D%22%234F0597%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238230D7%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22o%22%20x1%3D%2253.224%22%20x2%3D%2266.014%22%20y1%3D%22112.466%22%20y2%3D%22125.683%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.02%22%20stop-color%3D%22%2311053A%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.52%22%20stop-color%3D%22%234F0597%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238230D7%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22p%22%20x1%3D%2244.654%22%20x2%3D%2259.572%22%20y1%3D%2297.854%22%20y2%3D%22116.109%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.02%22%20stop-color%3D%22%2311053A%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.52%22%20stop-color%3D%22%234F0597%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238230D7%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22q%22%20x1%3D%2275.509%22%20x2%3D%2242.682%22%20y1%3D%22116.64%22%20y2%3D%2276.118%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%234F0599%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22r%22%20x1%3D%2250.638%22%20x2%3D%2224.834%22%20y1%3D%22127.194%22%20y2%3D%2296.183%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2311053A%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.52%22%20stop-color%3D%22%234F0599%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF0CD0%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22s%22%20x1%3D%2260.514%22%20x2%3D%2299.725%22%20y1%3D%2269.395%22%20y2%3D%2269.395%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%234F0599%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22t%22%20x1%3D%2279.186%22%20x2%3D%2270.633%22%20y1%3D%2278.718%22%20y2%3D%2264.434%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%234F0599%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22u%22%20x1%3D%2295.279%22%20x2%3D%2281.503%22%20y1%3D%2262.466%22%20y2%3D%2269.168%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2311053A%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.52%22%20stop-color%3D%22%234F0599%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF0CD0%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22v%22%20x1%3D%2243.3%22%20x2%3D%2277.844%22%20y1%3D%2277.263%22%20y2%3D%2251.162%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%234F0597%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2303D3DE%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22w%22%20x1%3D%2265.194%22%20x2%3D%2299.737%22%20y1%3D%22106.251%22%20y2%3D%2280.174%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%234F0597%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2303D3DE%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22x%22%20x1%3D%2241.036%22%20x2%3D%2275.581%22%20y1%3D%2274.284%22%20y2%3D%2248.183%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%234F0597%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2303D3DE%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22y%22%20x1%3D%22167.425%22%20x2%3D%2268.987%22%20y1%3D%2258.876%22%20y2%3D%2270.727%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2311053A%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.52%22%20stop-color%3D%22%234F0599%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF0CD0%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22z%22%20x1%3D%2251.672%22%20x2%3D%2256.916%22%20y1%3D%2297.737%22%20y2%3D%2284.212%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%234F0599%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22A%22%20x1%3D%2251.47%22%20x2%3D%2242.338%22%20y1%3D%22100.715%22%20y2%3D%2283.711%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%234F0599%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%20%20%20%20%3CradialGradient%20id%3D%22b%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix%2884.2622%200%200%2085.5805%2038.376%2035.563%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%238230D7%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.52%22%20stop-color%3D%22%234F0597%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2311053A%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FradialGradient%3E%20%20%20%20%20%20%20%20%3CradialGradient%20id%3D%22c%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix%2839.6256%200%200%2040.2456%2079.224%20113.122%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%238230D7%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.52%22%20stop-color%3D%22%234F0597%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2311053A%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FradialGradient%3E%20%20%20%20%20%20%20%20%3CradialGradient%20id%3D%22j%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix%2823.877%200%200%2024.2505%2050.644%2016.589%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FF0CD0%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.52%22%20stop-color%3D%22%234F0599%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2311053A%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FradialGradient%3E%20%20%20%20%20%20%20%20%3CradialGradient%20id%3D%22k%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix%2819.6512%200%200%2019.9586%2011.87%2075.409%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFC700%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF0CD0%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FradialGradient%3E%20%20%20%20%20%20%20%20%3CradialGradient%20id%3D%22l%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix%2814.5941%200%200%2014.8224%2038.1%20127.429%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FF0CD0%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.52%22%20stop-color%3D%22%234F0599%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2311053A%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FradialGradient%3E%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22a%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h140v140H0z%22%2F%3E%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%20%20%20%20%3C%2Fdefs%3E%3C%2Fsvg%3E";
|
|
468
4
|
|
|
469
5
|
export { defaultIllustration as default };
|
|
@@ -81,7 +81,7 @@ const Banner = ({
|
|
|
81
81
|
const {
|
|
82
82
|
theme
|
|
83
83
|
} = useTheme();
|
|
84
|
-
const
|
|
84
|
+
const defaultImage = size === 'small' ? defaultIllustrationSmall : defaultIllustration;
|
|
85
85
|
const [opened, setOpened] = useState(true);
|
|
86
86
|
if (!opened) return null;
|
|
87
87
|
return jsxs(Container, {
|
|
@@ -92,7 +92,10 @@ const Banner = ({
|
|
|
92
92
|
children: [jsx(ImageStack, {
|
|
93
93
|
size: size,
|
|
94
94
|
justifyContent: "center",
|
|
95
|
-
children: image ?? jsx(
|
|
95
|
+
children: image ?? jsx("img", {
|
|
96
|
+
src: defaultImage,
|
|
97
|
+
alt: ""
|
|
98
|
+
})
|
|
96
99
|
}), jsxs(Stack, {
|
|
97
100
|
direction: direction,
|
|
98
101
|
gap: 2,
|