nzk-react-components 1.1.4 → 1.1.6
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/cjs/icons/Ant.js +126 -0
- package/dist/cjs/icons/Ant.js.map +1 -0
- package/dist/cjs/icons/ArrowDown.js +35 -0
- package/dist/cjs/icons/ArrowDown.js.map +1 -0
- package/dist/cjs/icons/ArrowUp.js +35 -0
- package/dist/cjs/icons/ArrowUp.js.map +1 -0
- package/dist/cjs/icons/Bertie.js +190 -0
- package/dist/cjs/icons/Bertie.js.map +1 -0
- package/dist/cjs/icons/Claw.js +125 -0
- package/dist/cjs/icons/Claw.js.map +1 -0
- package/dist/cjs/icons/Dictionary.js +65 -0
- package/dist/cjs/icons/Dictionary.js.map +1 -0
- package/dist/cjs/icons/Eek.js +210 -0
- package/dist/cjs/icons/Eek.js.map +1 -0
- package/dist/cjs/icons/Heroes.js +94 -0
- package/dist/cjs/icons/Heroes.js.map +1 -0
- package/dist/cjs/icons/Maji.js +173 -0
- package/dist/cjs/icons/Maji.js.map +1 -0
- package/dist/cjs/icons/MrWhale.js +93 -0
- package/dist/cjs/icons/MrWhale.js.map +1 -0
- package/dist/cjs/icons/Panda.js +117 -0
- package/dist/cjs/icons/Panda.js.map +1 -0
- package/dist/cjs/icons/Ryan.js +255 -0
- package/dist/cjs/icons/Ryan.js.map +1 -0
- package/dist/cjs/icons/Sally.js +62 -0
- package/dist/cjs/icons/Sally.js.map +1 -0
- package/dist/cjs/icons/Sepatpus.js +1786 -0
- package/dist/cjs/icons/Sepatpus.js.map +1 -0
- package/dist/cjs/icons/Vincent.js +123 -0
- package/dist/cjs/icons/Vincent.js.map +1 -0
- package/dist/cjs/index.js +30 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/icons/Ant.js +102 -0
- package/dist/esm/icons/Ant.js.map +1 -0
- package/dist/esm/icons/ArrowDown.js +11 -0
- package/dist/esm/icons/ArrowDown.js.map +1 -0
- package/dist/esm/icons/ArrowUp.js +11 -0
- package/dist/esm/icons/ArrowUp.js.map +1 -0
- package/dist/esm/icons/Bertie.js +166 -0
- package/dist/esm/icons/Bertie.js.map +1 -0
- package/dist/esm/icons/Claw.js +101 -0
- package/dist/esm/icons/Claw.js.map +1 -0
- package/dist/esm/icons/Dictionary.js +41 -0
- package/dist/esm/icons/Dictionary.js.map +1 -0
- package/dist/esm/icons/Eek.js +186 -0
- package/dist/esm/icons/Eek.js.map +1 -0
- package/dist/esm/icons/Heroes.js +70 -0
- package/dist/esm/icons/Heroes.js.map +1 -0
- package/dist/esm/icons/Maji.js +149 -0
- package/dist/esm/icons/Maji.js.map +1 -0
- package/dist/esm/icons/MrWhale.js +69 -0
- package/dist/esm/icons/MrWhale.js.map +1 -0
- package/dist/esm/icons/Panda.js +93 -0
- package/dist/esm/icons/Panda.js.map +1 -0
- package/dist/esm/icons/Ryan.js +231 -0
- package/dist/esm/icons/Ryan.js.map +1 -0
- package/dist/esm/icons/Sally.js +38 -0
- package/dist/esm/icons/Sally.js.map +1 -0
- package/dist/esm/icons/Sepatpus.js +1762 -0
- package/dist/esm/icons/Sepatpus.js.map +1 -0
- package/dist/esm/icons/Vincent.js +99 -0
- package/dist/esm/icons/Vincent.js.map +1 -0
- package/dist/esm/index.js +15 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/icons/Ant.d.ts +3 -0
- package/dist/icons/ArrowDown.d.ts +3 -0
- package/dist/icons/ArrowUp.d.ts +3 -0
- package/dist/icons/Bertie.d.ts +3 -0
- package/dist/icons/Claw.d.ts +3 -0
- package/dist/icons/Dictionary.d.ts +3 -0
- package/dist/icons/Eek.d.ts +3 -0
- package/dist/icons/Heroes.d.ts +3 -0
- package/dist/icons/Maji.d.ts +3 -0
- package/dist/icons/MrWhale.d.ts +3 -0
- package/dist/icons/Panda.d.ts +3 -0
- package/dist/icons/Ryan.d.ts +3 -0
- package/dist/icons/Sally.d.ts +3 -0
- package/dist/icons/Sepatpus.d.ts +3 -0
- package/dist/icons/Vincent.d.ts +3 -0
- package/dist/icons/index.d.ts +15 -0
- package/package.json +1 -1
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgAnt = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "1em", height: "1em", viewBox: "0 0 120 120.004" }, props),
|
|
29
|
+
React__namespace.createElement("defs", null,
|
|
30
|
+
React__namespace.createElement("linearGradient", { id: "ant_svg__a", x1: -413.253, y1: -65.058, x2: -412.464, y2: -65.058, gradientUnits: "objectBoundingBox" },
|
|
31
|
+
React__namespace.createElement("stop", { offset: 0, stopColor: "#ff7100" }),
|
|
32
|
+
React__namespace.createElement("stop", { offset: 0.934, stopColor: "#c00001" }),
|
|
33
|
+
React__namespace.createElement("stop", { offset: 1, stopColor: "#c51401" })),
|
|
34
|
+
React__namespace.createElement("linearGradient", { id: "ant_svg__c", x1: -125.194, y1: -74.027, x2: -125.032, y2: -74.027, xlinkHref: "#ant_svg__a" }),
|
|
35
|
+
React__namespace.createElement("linearGradient", { id: "ant_svg__b", x1: 0.5, y1: 0.985, x2: 0.5, y2: 0.001, gradientUnits: "objectBoundingBox" },
|
|
36
|
+
React__namespace.createElement("stop", { offset: 0, stopColor: "#c51401" }),
|
|
37
|
+
React__namespace.createElement("stop", { offset: 0.036, stopColor: "#c00001" }),
|
|
38
|
+
React__namespace.createElement("stop", { offset: 1, stopColor: "#ff7100" })),
|
|
39
|
+
React__namespace.createElement("linearGradient", { id: "ant_svg__d", x1: -580.759, y1: -20.719, x2: -576.276, y2: -20.719, xlinkHref: "#ant_svg__a" }),
|
|
40
|
+
React__namespace.createElement("linearGradient", { id: "ant_svg__e", x1: 69.721, y1: -52.95, x2: 69.991, y2: -53.535, xlinkHref: "#ant_svg__b" }),
|
|
41
|
+
React__namespace.createElement("linearGradient", { id: "ant_svg__f", x1: 122.549, y1: -47.424, x2: 121.406, y2: -47.917, xlinkHref: "#ant_svg__b" })),
|
|
42
|
+
React__namespace.createElement("path", { fill: "none", d: "M0 0h120v120.004H0z" }),
|
|
43
|
+
React__namespace.createElement("path", { "data-name": "Path 3444", d: "M97.803 43.498c-.5-1.5-2.292-2.919-3.968-3.841-.107-.059-.211-.109-.316-.164s-.183-.1-.273-.141c-.119-.058-.232-.108-.348-.16-.079-.036-.161-.076-.238-.109-.116-.049-.223-.089-.332-.131-.071-.027-.146-.059-.214-.084-.107-.038-.2-.066-.3-.1-.061-.019-.128-.043-.186-.059-.1-.026-.181-.041-.268-.058-.049-.01-.1-.026-.149-.033a1.716 1.716 0 0 0-.216-.014c-.036 0-.08-.009-.112-.007a.526.526 0 0 0-.159.036c-.02.007-.049.007-.065.015a.193.193 0 0 0-.1.13c-.206.917-4.811 12.686-4.811 12.686-.41.329-1.058 1.309-1.313 4.2v.052l-.028.356-.009.13-.022.381c0 .045-.005.089-.007.135-.007.135-.012.274-.017.416v.134c0 .147-.008.3-.01.453v.755c0 .207 0 .419.006.638v.022c.011.69.037 1.44.082 2.256l.007.109c.013.232.027.467.043.709 0 .073.011.15.016.225.015.212.03.426.047.645l.021.263.054.647.028.312c.02.212.039.425.061.644l.034.348.068.656.041.376.077.68.047.4q.041.348.086.706l.052.417c.031.245.064.494.1.746l.057.426.108.781.064.45c.038.271.079.547.12.825l.066.447.136.884.07.449c.05.316.1.639.155.964l.067.416c.059.361.122.73.185 1.1l.056.333c.073.43.15.87.229 1.316l.031.181q.414 2.336.923 4.95v.012q.166.856.345 1.745l.041.2c.1.525.213 1.056.324 1.6l.084.4c.1.484.2.973.307 1.471.034.162.069.329.1.493.1.477.2.958.309 1.448l.12.552c.1.485.212.973.321 1.47l.126.567.339 1.523.057.253v-.005l.037.167c-3.735-1.187-12.446-2.532-32.75-2.572a.671.671 0 0 0-.227-.058 3.283 3.283 0 0 0-.482-1.058 12.034 12.034 0 0 0-2.6.292q-.417-.567-.87-1.132c-.19-.237-.384-.47-.578-.7l-.191-.226q-.3-.35-.594-.688l-.155-.175q-.243-.273-.481-.536l-.028-.03-.148-.163c-.2-.214-.387-.419-.573-.618l-.166-.177a190.64 190.64 0 0 0-.5-.524l-.064-.068-.478-.49-.133-.135-.392-.393-.092-.091-.245-.242-.084-.083-.187-.181-.057-.055-.025-.024-.021-.02v-2.347c2.153.453 4.313.386 5.2-.146a55.075 55.075 0 0 0 3.613-5c4.291-2.532 12.029-9.088 17.937-16.6a12.024 12.024 0 0 0 2.292-4.566l.015-.046a8.22 8.22 0 0 0 .254-1.509c0-.052.009-.1.013-.155.011-.139.017-.285.022-.438a11.705 11.705 0 0 0-.122-2.255c0-.022 0-.041-.007-.063v.006c0-.03-.011-.059-.016-.089 1.367-2.981 2.363-5.788 2.363-5.788-1.582-8.268-9.373-8.172-12.009-7.894a18.93 18.93 0 0 0-.655-.449 23 23 0 0 0-5.747-2.327c3.5-2.337 9.464-9.919 12.031-14.166 2.318-3.835 2.5-4.88 2.506-5.428a49.637 49.637 0 0 0 8.837.161q-2.217-1.207-4.564-2.2c-2.851.691-5.083 1.334-5.083 1.334s-.009.024-.018.056a3.876 3.876 0 0 0-1.565 1.061c-1.148 1.183-10.48 15.343-12.867 18.974a75.528 75.528 0 0 0-12.174-2.182c-.4-2.274-2.591-14.254-4.878-20.286q-1.67.591-3.281 1.294a26.085 26.085 0 0 0 .911 2.772c1.92 4.968 5.79 14 6.724 16.174a43.908 43.908 0 0 0-8.468-.054 12.845 12.845 0 0 0-2.039.146 9.872 9.872 0 0 0-6.8 4.313 46.923 46.923 0 0 0-4.456 4.406 10.005 10.005 0 0 0-.766.986l-.08.118a9.633 9.633 0 0 0-.631 1.092l-.009.021a10.116 10.116 0 0 0-.817 2.4c-.007.034-.02.065-.027.1s-.012.074-.018.11a5.657 5.657 0 0 0-.039.227q-.051.3-.087.6l-.006.051a11.367 11.367 0 0 0-.077 1.517v.201c0 .021.006.041.007.061.14 5.734 3.676 11.968 6.385 15.471.135.175.281.354.434.534l.142.164c.111.127.224.255.342.385l.18.193a23.633 23.633 0 0 0 .551.569q.186.188.379.376l.2.2c.14.134.284.269.429.4l.181.168c.175.161.354.322.535.483.035.03.068.061.1.092.443.391.9.783 1.372 1.173l.037.031.483.4a109.762 109.762 0 0 0 7.31 9.608v5.565l-.422.458v.006c-.177.193-.4.441-.669.734l-.022.025c-.263.29-.561.622-.887.987l-.043.049c-.324.364-.673.758-1.037 1.174l-.056.064c-.363.415-.739.85-1.121 1.3l-.067.079c-.379.444-.76.9-1.136 1.352l-.079.095q-.267.324-.527.645l-.027.033q-.271.336-.534.668l-.075.1c-.12.153-.238.3-.353.454l-.008.011-.1.136-.032.041a24.761 24.761 0 0 0-1.8 2.609l-.007.01a13.557 13.557 0 0 0-1.794 4.771c-.07.391-.127.8-.164 1.225a3.681 3.681 0 0 0 1.721.853.838.838 0 0 0-.043.13s-.012.089-.031.249q1.136.722 2.311 1.386l-.233-1.7a7.6 7.6 0 0 0 1.022-.215 1.665 1.665 0 0 0 .6-.3 85.055 85.055 0 0 1 3.346 4.568 50.3 50.3 0 0 0 12.4 3.574c1.892-5.394 3.315-10.691 3.57-13.471a1.436 1.436 0 0 0 .709-.855 7.227 7.227 0 0 0 .427-1.856c2.129.57 32.587 8.6 35.619 2.564 0 0 .052-.233-.328-.592a1.247 1.247 0 0 0 .193-.427s2.438-37.665-5.146-43.5c2.763-1.501 11.124-5.962 10.279-8.487Z", opacity: 0.3 }),
|
|
44
|
+
React__namespace.createElement("path", { "data-name": "Path 3445", d: "M2630.842 594.8s4.6-11.769 4.81-12.685 6.254 1.743 7.25 4.716-10.788 8.636-11.2 8.969-.86-1-.86-1Z", transform: "translate(-2535.113 -543.333)", fill: "url(#ant_svg__a)" }),
|
|
45
|
+
React__namespace.createElement("path", { "data-name": "Path 3446", d: "M95.729 51.467s.44 1.333.856 1c0 0 6.449-7.51 7.237-12.811-1.644-.905-3.181-1.329-3.283-.874-.206.916-4.81 12.685-4.81 12.685Z", fill: "#fd6006" }),
|
|
46
|
+
React__namespace.createElement("path", { "data-name": "Path 3447", d: "M2602.32 635.463c36.529.073 35.544 4.368 35.544 4.368-3.141 6.254-35.74-2.6-35.74-2.6a1.042 1.042 0 0 1-.6-1.187c.13-.919.796-.581.796-.581Z", transform: "translate(-2535.113 -543.333)", fill: "url(#ant_svg__c)" }),
|
|
47
|
+
React__namespace.createElement("path", { "data-name": "Path 3448", d: "M60.8 92.443a12.146 12.146 0 0 1 5.7-1.429s1.341 1.679.208 4.776-6.498-1.957-5.908-3.347Z", fill: "#fd6006" }),
|
|
48
|
+
React__namespace.createElement("path", { "data-name": "Path 3449", d: "M65.611 91.058a5.182 5.182 0 0 1 .619 2.771", fill: "none", stroke: "#990412", strokeLinecap: "round", strokeWidth: 0.551 }),
|
|
49
|
+
React__namespace.createElement("path", { "data-name": "Path 3450", d: "M2592.944 627.881c-2.705-2.893-5.532 0-5.532 0s-7.941 8.542-9.289 11.573v.184c.43 2.755 1.774 2.526 7.331 10.7a23.025 23.025 0 0 1 1.754 3.05 50.967 50.967 0 0 0 8.059.645c.7 0 1.393-.025 2.086-.053 2.424-6.81 4.14-13.6 3.741-15.49-.756-3.583-8.15-10.609-8.15-10.609Z", transform: "translate(-2535.113 -543.333)", fill: "url(#ant_svg__b)" }),
|
|
50
|
+
React__namespace.createElement("path", { "data-name": "Path 3451", d: "m61.025 87.842-10.577 6.009s2.574 11.141 5.869 12.607c2.806 1.247 5.27.649 6.562-1.713q.3-.711.57-1.392a3.538 3.538 0 0 1 .235-.6 27.009 27.009 0 0 0 1.554-8.477c-.158-2.18-2.42-3.817-4.213-6.434Z", fill: "#fd6006", opacity: 0.3 }),
|
|
51
|
+
React__namespace.createElement("path", { "data-name": "Path 3452", d: "M61.296 97.61c2.849-.7 5.317-3.212 1.754-7.38v-.027a66.1 66.1 0 0 0-5.22-5.655c-2.705-2.893-5.532 0-5.532 0s-4.4 4.734-7.206 8.405l.023.026s1.857-2.582 4.059.692c2.568 3.815 8.657 4.796 12.122 3.939Z", fill: "#fd6e07" }),
|
|
52
|
+
React__namespace.createElement("path", { "data-name": "Path 3453", d: "M52.299 78.204v7.775s3.856 2.2 5.532 0v-7.775Z", fill: "#a01f05" }),
|
|
53
|
+
React__namespace.createElement("path", { "data-name": "Path 3454", d: "M2635.3 639.055c-10.13-44.454-4.1-44.423-4.1-44.423 9.254 2.123 6.53 44.18 6.53 44.18a1.4 1.4 0 0 1-1.421 1.051c-1.273.093-1.009-.808-1.009-.808Z", transform: "translate(-2535.113 -543.333)", fill: "url(#ant_svg__d)" }),
|
|
54
|
+
React__namespace.createElement("path", { "data-name": "Path 3455", d: "M45.237 96.742s1.834-3.326 2.728-3.922-.991-.888-1.364-.789a8.7 8.7 0 0 0-1.364.734l-1.946 2.807s-.62 1.514 1.946 1.17Z", fill: "#fd6006", opacity: 0.5 }),
|
|
55
|
+
React__namespace.createElement("path", { "data-name": "Path 3456", d: "M45.116 92.979s1.857-2.582 4.059.692c2.567 3.815 8.656 4.793 12.121 3.939 2.849-.7 5.317-3.212 1.754-7.38", fill: "none", stroke: "#990412", strokeLinecap: "round", strokeWidth: 0.792 }),
|
|
56
|
+
React__namespace.createElement("path", { "data-name": "Path 3457", d: "M44.264 101.678a1.2 1.2 0 0 0-1.254.874s-.243 1.94-.535 4.974a50.44 50.44 0 0 0 3.4 1.12 470.487 470.487 0 0 0-.817-6.155c-.001 0 .277-.813-.794-.813Z", fill: "#fd6e07" }),
|
|
57
|
+
React__namespace.createElement("path", { "data-name": "Path 3458", d: "M43.287 95.572a13.766 13.766 0 0 0-1.959 6s1.551 1.614 4.748.705-1.342-7.199-2.789-6.705Z", fill: "#fd6006" }),
|
|
58
|
+
React__namespace.createElement("path", { "data-name": "Path 3459", d: "M41.496 100.343s1.705 1.858 5.7.355", fill: "none", stroke: "#990412", strokeLinecap: "round", strokeWidth: 0.604 }),
|
|
59
|
+
React__namespace.createElement("path", { "data-name": "Path 3460", d: "M94.415 55.667c-.441 5.013.3 15.773 5.507 38.87s-2.7-26.617-3.538-31.939-.359-10.062-1.969-6.931Z", fill: "#fd6006" }),
|
|
60
|
+
React__namespace.createElement("path", { "data-name": "Path 3461", d: "M44.987 69.375s6.726 9.918 9.447 11.565 7.211 1.946 8.595 1.115a43.157 43.157 0 0 0 4.322-6.291c1.03-2.212-22.364-6.389-22.364-6.389Z", fill: "#fd6006" }),
|
|
61
|
+
React__namespace.createElement("path", { "data-name": "Path 3462", d: "M44.987 69.375s6.726 9.918 9.447 11.565 7.211 1.946 8.595 1.115a43.157 43.157 0 0 0 4.322-6.291c1.03-2.212-22.364-6.389-22.364-6.389Z", fill: "#fd6006" }),
|
|
62
|
+
React__namespace.createElement("path", { "data-name": "Path 3463", d: "M50.77 72.838s4.467 6.115 5.312 6.553a34.17 34.17 0 0 0 6.074.9 9.815 9.815 0 0 0 1.7-3.287c.416-1.697-18.269-8.637-13.086-4.166Z", fill: "#990412" }),
|
|
63
|
+
React__namespace.createElement("path", { "data-name": "Path 3464", d: "M45.845 33.128s-4.089 1.456-10.051 8.136-.159 17.787 3.836 22.953S55.3 76.741 55.3 76.741s6.028 1.932 8.921 1.405 13.036-8.377 20.359-17.688-2.509-19.763-7.852-23.246-24.697-6.597-30.883-4.084Z", fill: "#fd6006" }),
|
|
64
|
+
React__namespace.createElement("path", { "data-name": "Path 3465", d: "M2604.813 578.863s12.107-18.465 13.424-19.823 2.444-1.338 2.394-.782.411.967-2.507 5.794-10.224 13.965-13.311 14.811Z", transform: "translate(-2535.113 -543.333)", fill: "url(#ant_svg__e)" }),
|
|
65
|
+
React__namespace.createElement("path", { "data-name": "Path 3466", d: "M85.362 15.278c16.69 1.575 15.962-3.461 15.962-3.461-2.773-1.216-16.617 2.773-16.617 2.773s-.274.6.655.688Z", fill: "#fd6006" }),
|
|
66
|
+
React__namespace.createElement("path", { "data-name": "Path 3467", d: "M85.648 54.128c1.449.534.8 3.118 1.239 1.718a10.7 10.7 0 0 0 .16-4.42", fill: "#fd6006" }),
|
|
67
|
+
React__namespace.createElement("path", { "data-name": "Path 3468", d: "m101.24 11.867.087.005Z", fill: "#fd6006" }),
|
|
68
|
+
React__namespace.createElement("path", { "data-name": "Path 3469", d: "M101.24 11.867s.086 0 .237.015a8.334 8.334 0 0 1 3.491 1.044c1.624 1 4.609 1.785 5.071 1.553s-.19 2.563-3.445 2.833-5.268-5.442-5.268-5.442", fill: "#fd6006" }),
|
|
69
|
+
React__namespace.createElement("path", { "data-name": "Path 3470", d: "M2645.152 557.815a.386.386 0 0 1-.126.032 6.181 6.181 0 0 1-4.641 2.242 2.2 2.2 0 0 1-.875-.179 3.15 3.15 0 0 0 2.2.738c3.252-.27 3.904-3.066 3.442-2.833Z", transform: "translate(-2535.113 -543.333)", fill: "#990412", opacity: 0.3, style: {
|
|
70
|
+
mixBlendMode: "multiply",
|
|
71
|
+
isolation: "isolate",
|
|
72
|
+
} }),
|
|
73
|
+
React__namespace.createElement("path", { "data-name": "Path 3471", d: "M45.845 33.128s-4.089 1.456-10.051 8.136a9.993 9.993 0 0 0-2.329 4.72 11.678 11.678 0 0 0-.226 2.7c.029.761.315 1.471.364 2.241.514.06 2-1.9 2.413-2.321.371-.382.678-.817 1.048-1.2a26 26 0 0 1 8.453-5.769c3.125-1.329 7.161-3.044 10.532-1.506 1.686.771 2.263 2.956 3.337 4.382a14.261 14.261 0 0 0 4.681 3.788 7.673 7.673 0 0 0 6.016.445c1.995-.892 3.541-2.59 5.393-3.668 1.563-.909 3.681-.136 5.377.285 1.255.311 2.545.846 3.8 1.033.727-1.545-2.13-4.02-2.971-4.931a26.567 26.567 0 0 0-4.95-4.257c-5.345-3.477-24.701-6.591-30.887-4.078Z", fill: "#fc7c09" }),
|
|
74
|
+
React__namespace.createElement("path", { "data-name": "Path 3472", d: "M85.242 55.126c.254-.431.408-.995.655-1.465a72.764 72.764 0 0 0 3.494-8.106c-1.911-9.986-12.886-7.771-12.886-7.771s-4.544 7.676-5.08 11.575", fill: "#fd6006" }),
|
|
75
|
+
React__namespace.createElement("path", { "data-name": "Path 3473", d: "M43.04 50.343c-3.084-3.25-4.256-10.435-4.256-10.435a10.4 10.4 0 0 1 8.268-7.363c6.7-1.06 12.282 3.55 12.282 3.55-.092 1.521 1.479 13.307 1.476 13.491", fill: "#fd6006" }),
|
|
76
|
+
React__namespace.createElement("path", { "data-name": "Path 3474", d: "M56.827 39.293c.06-.8-2.206-4.478-7.7-3.989a9.414 9.414 0 0 0-7.522 4.372s.013 2.508-.063 2.423a61.135 61.135 0 0 0 3.38 7.875c1.545 2.655 13.273-3.659 13.273-3.659Z", fill: "#fcb986" }),
|
|
77
|
+
React__namespace.createElement("path", { "data-name": "Path 3475", d: "M72.887 51.745c-.543 4.733 11.531 4.285 11.771 3.843s3.281-8.754 3.281-8.754c-2.729-7.609-10.708-5.547-10.708-5.547s-3.728 5.137-4.344 10.458Z", fill: "#fcb986" }),
|
|
78
|
+
React__namespace.createElement("path", { "data-name": "Path 3476", d: "M48.787 34.584a11.328 11.328 0 0 0-7.731 5.857s.566 1.743.49 1.658a10.245 10.245 0 0 1 7.137-5.241 9.58 9.58 0 0 1 8.149 2.435l-.252-2.8s-4.685-2.465-7.793-1.909Z", fill: "#990412" }),
|
|
79
|
+
React__namespace.createElement("path", { "data-name": "Path 3477", d: "M84.921 54.961c-3.7 3.7-12.029-3.216-12.029-3.216s1.114-5.06 1.522-5.369c6.383-4.828 12.589 0 12.12 4.291", fill: "#cd1601" }),
|
|
80
|
+
React__namespace.createElement("path", { "data-name": "Path 3478", d: "M44.6 49.358s8.764 7.2 13.594-3.043l-.677-3.476a8.26 8.26 0 0 0-8.147-2.689c-5.414 1.024-6.64 5.128-6.64 5.128s1.257 3.08 1.87 4.08Z", fill: "#cd1601" }),
|
|
81
|
+
React__namespace.createElement("path", { "data-name": "Path 3480", d: "M2604.021 609.05a.784.784 0 0 0 .09.7c.23.389 1.6-.7 2.336-.268s-1.367-1.469-2.426-.432Z", transform: "translate(-2535.113 -543.333)", fill: "#990412", style: {
|
|
82
|
+
mixBlendMode: "multiply",
|
|
83
|
+
isolation: "isolate",
|
|
84
|
+
} }),
|
|
85
|
+
React__namespace.createElement("path", { "data-name": "Path 3481", d: "M2594.7 608.012a.785.785 0 0 1-.188.676c-.282.353-1.491-.919-2.275-.593s1.563-1.259 2.463-.083Z", transform: "translate(-2535.113 -543.333)", fill: "#990412", style: {
|
|
86
|
+
mixBlendMode: "multiply",
|
|
87
|
+
isolation: "isolate",
|
|
88
|
+
} }),
|
|
89
|
+
React__namespace.createElement("path", { "data-name": "Path 3482", d: "M2584.869 552.416s-1.115 1.52 1.079 7.2 6.931 16.654 6.931 16.654l.387-.043s-3.764-21.818-6.825-23.982c-1.172-.833-1.572.171-1.572.171Z", transform: "translate(-2535.113 -543.333)", fill: "url(#ant_svg__f)" }),
|
|
90
|
+
React__namespace.createElement("path", { "data-name": "Path 3483", d: "m73.115 54.367-.548 5.979a9.621 9.621 0 0 1 6.676-1.338c3.804.674-6.128-4.641-6.128-4.641Z", fill: "#990412", opacity: 0.2 }),
|
|
91
|
+
React__namespace.createElement("path", { "data-name": "Path 3484", d: "M52.35 55.167s4.045.469 5.183 2.3c0 0 .308-5 .5-5.968s.245-1.49.245-1.49Z", fill: "#990412", opacity: 0.2 }),
|
|
92
|
+
React__namespace.createElement("path", { "data-name": "Path 3485", d: "M58.194 46.315s1.518 3.05-1.607 6.553a6.448 6.448 0 0 1-10.121-.239c-2.37-3.014-3.239-6.8 1.329-9.437s8.592.164 10.399 3.123Z", fill: "#fff" }),
|
|
93
|
+
React__namespace.createElement("path", { "data-name": "Path 3486", d: "M72.963 51.24a9.716 9.716 0 0 1 5.427-4.359c3.607-.984 6.265 2.164 6.857 3.551s-.166 8.141-4.43 8.553-8.566-1.966-7.854-7.745Z", fill: "#fff" }),
|
|
94
|
+
React__namespace.createElement("g", { "data-name": "Path 3487" },
|
|
95
|
+
React__namespace.createElement("path", { d: "M52.018 51.485c-.31 0-.598-.123-.808-.346-.195-.206-.417-.596-.376-1.28.094-1.57 1.192-1.693 1.527-1.693.163 0 .277.024.29.027.03.007.746.17 1.046.744.174.333.172.72-.004 1.15-.355.862-.996 1.398-1.675 1.398Z" }),
|
|
96
|
+
React__namespace.createElement("path", { d: "M52.36 48.442c-.397 0-1.175.164-1.251 1.433-.103 1.711 1.63 1.808 2.329.107.502-1.222-.846-1.52-.846-1.52s-.092-.02-.231-.02m0-.551c.188 0 .323.027.348.032.09.02.88.212 1.232.886.147.281.267.749.007 1.382-.398.968-1.137 1.57-1.93 1.57-.388 0-.746-.154-1.009-.433-.231-.246-.497-.703-.45-1.486.086-1.439.987-1.951 1.802-1.951Z", fill: "#29abe2" })),
|
|
97
|
+
React__namespace.createElement("g", { "data-name": "Path 3488" },
|
|
98
|
+
React__namespace.createElement("path", { d: "M76.711 54.407a1.1 1.1 0 0 1-.809-.347c-.194-.206-.417-.595-.376-1.28.094-1.569 1.191-1.69 1.526-1.69.164 0 .278.023.29.026.032.007.748.17 1.048.744.174.333.172.72-.004 1.149-.354.862-.996 1.398-1.675 1.398Z" }),
|
|
99
|
+
React__namespace.createElement("path", { d: "M77.052 51.365c-.399 0-1.175.164-1.25 1.432-.103 1.71 1.63 1.808 2.329.107.502-1.221-.847-1.519-.847-1.519s-.093-.02-.232-.02m0-.551c.189 0 .324.027.349.032.09.02.88.212 1.233.887.147.28.267.748.007 1.38-.398.968-1.137 1.57-1.93 1.57-.387 0-.746-.154-1.01-.434-.23-.245-.497-.702-.45-1.485.086-1.438.986-1.95 1.8-1.95Z", fill: "#29abe2" })),
|
|
100
|
+
React__namespace.createElement("path", { "data-name": "Path 3489", d: "M71.853 62.734c.074-.217.144-.435.2-.653s.118-.437.164-.66c.1-.442.174-.89.233-1.34.127-.9.2-1.8.245-2.711s.063-1.817.052-2.727-.031-1.822-.08-2.723v-.058a25.72 25.72 0 0 1 .591-2.672c.06-.221.127-.44.2-.657s.14-.435.227-.648.168-.426.266-.633l.154-.308.178-.294.021.011-.114.32-.1.324c-.056.219-.12.434-.167.654-.106.438-.193.879-.28 1.321s-.166.886-.242 1.33-.153.889-.219 1.332v-.059c.039.464.049.921.063 1.381s.018.92.016 1.38a36.764 36.764 0 0 1-.122 2.755 23.846 23.846 0 0 1-.379 2.736c-.095.451-.207.9-.342 1.34-.065.222-.141.44-.22.657s-.175.426-.272.634Z", fill: "#cd1601" }),
|
|
101
|
+
React__namespace.createElement("path", { "data-name": "Path 3490", d: "m87.657 47.619.287-.785v-.012l.321-.921a7.1 7.1 0 0 0-1.954-4.012 5.392 5.392 0 0 0-.4-.418l-.009-.009c-2.716-2.587-7.176-2.23-7.176-2.23l-1.492 2.055s4.75-1.23 8.173 1.7c.143.144 2.28 2.31 2.25 4.632Z", fill: "#990412" }),
|
|
102
|
+
React__namespace.createElement("path", { "data-name": "Path 3491", d: "M57.713 60.884c-.05-.23-.1-.459-.135-.694s-.067-.468-.09-.7-.044-.471-.062-.707-.026-.472-.031-.708c-.024-.944-.008-1.891.048-2.834s.145-1.882.25-2.821.247-1.869.405-2.8v.046c0-.479-.019-.974-.044-1.459s-.074-.976-.134-1.46c-.036-.24-.067-.483-.112-.721l-.135-.717a5.987 5.987 0 0 0-.182-.7c-.036-.115-.064-.233-.107-.345l-.118-.342.387-.163c.1.236.2.469.278.711s.15.483.221.726.124.49.171.737.088.495.129.743q.108.746.165 1.5c.04.5.055 1 .05 1.508v.046c-.17.915-.3 1.846-.445 2.77s-.257 1.856-.349 2.787-.178 1.865-.207 2.8c-.014.467-.023.935-.012 1.4s.041.934.1 1.4Z", fill: "#cd1601" }),
|
|
103
|
+
React__namespace.createElement("path", { "data-name": "Path 3492", d: "M43.134 56.159a.6.6 0 1 1-.258-.814.6.6 0 0 1 .258.814Z" }),
|
|
104
|
+
React__namespace.createElement("path", { "data-name": "Path 3493", d: "M76.336 63.473a.472.472 0 1 1-.2-.634.47.47 0 0 1 .2.634Z" }),
|
|
105
|
+
React__namespace.createElement("path", { "data-name": "Path 3494", d: "M77.552 67.923a.471.471 0 1 1-.2-.636.472.472 0 0 1 .2.636Z" }),
|
|
106
|
+
React__namespace.createElement("path", { "data-name": "Path 3495", d: "M81.358 63.451a.472.472 0 1 1-.2-.635.471.471 0 0 1 .2.635Z" }),
|
|
107
|
+
React__namespace.createElement("path", { "data-name": "Path 3496", d: "M44.575 63.021a.6.6 0 1 1-.259-.815.6.6 0 0 1 .259.815Z" }),
|
|
108
|
+
React__namespace.createElement("path", { "data-name": "Path 3497", d: "M49.927 61.157a.6.6 0 1 1-.259-.814.6.6 0 0 1 .259.814Z" }),
|
|
109
|
+
React__namespace.createElement("path", { "data-name": "Path 3498", d: "M50.419 8.554S39.763.502 36.247.454c0 0-4.867 1.548 13.339 8.677.001-.004 1.895.207.833-.577Z", fill: "#fd6006" }),
|
|
110
|
+
React__namespace.createElement("path", { "data-name": "Path 3499", d: "M35.94 1.487a1.048 1.048 0 0 0-.191.1c.5 1.172 3.325 3.427 13.837 7.544 0 0 .226.025.477.026-1.513-1.09-10.894-7.69-14.123-7.67Z", fill: "#fd6006" }),
|
|
111
|
+
React__namespace.createElement("path", { "data-name": "Path 3500", d: "M35.987.623s-.071.049-.192.14a8.483 8.483 0 0 0-2.4 2.739c-.851 1.708-2.961 3.959-3.47 4.01s1.483 2.048 4.363.536S35.917.672 35.917.672", fill: "#fd6006" }),
|
|
112
|
+
React__namespace.createElement("path", { "data-name": "Path 3501", d: "M2571.274 547.6a5.126 5.126 0 0 1-1.949 2.652c-1.973 1.257-3.454 1-4.2.57a.3.3 0 0 1-.082.025c-.508.052 1.483 2.048 4.363.536 1.303-.683 1.758-2.264 1.868-3.783Z", transform: "translate(-2535.113 -543.333)", fill: "#990412", opacity: 0.3, style: {
|
|
113
|
+
mixBlendMode: "multiply",
|
|
114
|
+
isolation: "isolate",
|
|
115
|
+
} }),
|
|
116
|
+
React__namespace.createElement("path", { "data-name": "Path 3502", d: "M2574.743 607.55a33.06 33.06 0 0 0 4.885 4.768c-12.171-11.435-11.048-23.9-8.719-27.719-5.964 6.679-.161 17.785 3.834 22.951Z", transform: "translate(-2535.113 -543.333)", fill: "#c1272d", opacity: 0.8, style: {
|
|
117
|
+
mixBlendMode: "multiply",
|
|
118
|
+
isolation: "isolate",
|
|
119
|
+
} }),
|
|
120
|
+
React__namespace.createElement("path", { "data-name": "Path 3503", d: "M2599.429 579.546s.215 0 .618.029a13.085 13.085 0 0 1 1.73.257 9.587 9.587 0 0 1 2.56.942 6.269 6.269 0 0 1 1.361 1.01l.163.157c.067.07.1.12.151.181.092.121.194.23.28.364s.166.285.249.429.124.307.187.462a4.474 4.474 0 0 1-.787 4.091 3.635 3.635 0 0 1-1.941 1.349c-.056.015-.092.029-.162.043l-.145.02c-.092.017-.213.016-.319.024a4.577 4.577 0 0 1-.622-.039 6.253 6.253 0 0 1-1.206-.291 8.358 8.358 0 0 1-2.223-1.179 5.641 5.641 0 0 1-1.7-1.963 3.623 3.623 0 0 1-.265-2.637 2.575 2.575 0 0 1 .1-.321 2.21 2.21 0 0 1 .128-.312 3.063 3.063 0 0 1 .153-.308 2.692 2.692 0 0 1 .176-.279 2.533 2.533 0 0 1 1.085-.875 3.081 3.081 0 0 1 1.34-.233 5.282 5.282 0 0 1 1.311.22 8.549 8.549 0 0 1 2.345 1.122 6.736 6.736 0 0 1 1 .823 3.4 3.4 0 0 1 .422.506 1.915 1.915 0 0 1 .169.3 1.793 1.793 0 0 1 .065.172l.041.15a2.918 2.918 0 0 1-.645 2.459 2.471 2.471 0 0 1-2.29.872 4.334 4.334 0 0 1-2.1-1.046 4.525 4.525 0 0 1-1.376-1.744 1.606 1.606 0 0 1-.033-1.124 1.542 1.542 0 0 1 .731-.8 2.948 2.948 0 0 1 1.906-.249 3.65 3.65 0 0 1 1.573.691 1.963 1.963 0 0 1 .544.6 1.114 1.114 0 0 1 .125.772 1.1 1.1 0 0 1-.4.6 1.418 1.418 0 0 1-.584.256 1.493 1.493 0 0 1-1.025-.173 1.793 1.793 0 0 1-.568-.5 1.709 1.709 0 0 1-.149-.225 1.133 1.133 0 0 1-.091-.172 7.235 7.235 0 0 1-.067-.143l.085.132a1.681 1.681 0 0 0 .11.159 1.91 1.91 0 0 0 .168.2 1.89 1.89 0 0 0 .574.427 1.426 1.426 0 0 0 .921.1 1.193 1.193 0 0 0 .484-.237.9.9 0 0 0 .3-.476.854.854 0 0 0-.11-.589 1.7 1.7 0 0 0-.477-.507 3.336 3.336 0 0 0-1.462-.612 2.63 2.63 0 0 0-1.688.244 1.217 1.217 0 0 0-.566.625 1.236 1.236 0 0 0 .038.877 2.9 2.9 0 0 0 .521.844 4.776 4.776 0 0 0 .355.379l.2.188.2.17a4.026 4.026 0 0 0 1.915.957 2.1 2.1 0 0 0 1.951-.739 2.561 2.561 0 0 0 .575-2.121l-.04-.151c-.009-.033-.032-.08-.045-.119a1.568 1.568 0 0 0-.139-.243 3.1 3.1 0 0 0-.377-.456 6.5 6.5 0 0 0-.945-.78 7.587 7.587 0 0 0-2.243-1.067 4.945 4.945 0 0 0-1.219-.19 2.712 2.712 0 0 0-1.174.215 2.14 2.14 0 0 0-.889.735 2.43 2.43 0 0 0-.164.267 2.457 2.457 0 0 0-.128.268 2 2 0 0 0-.114.283c-.028.1-.072.191-.09.29a3.181 3.181 0 0 0 .262 2.321 5.408 5.408 0 0 0 1.575 1.79 7.871 7.871 0 0 0 2.091 1.115 6.344 6.344 0 0 0 1.115.284 4.224 4.224 0 0 0 .555.044c.088-.007.164 0 .264-.015l.145-.019c.025 0 .081-.021.12-.031a3.225 3.225 0 0 0 1.73-1.174 4.174 4.174 0 0 0 .8-3.745c-.055-.143-.1-.291-.16-.427s-.139-.259-.208-.387-.18-.246-.267-.367c-.044-.055-.095-.13-.132-.167l-.151-.154a6.073 6.073 0 0 0-1.281-1.006 9.945 9.945 0 0 0-2.478-1.013 12.838 12.838 0 0 0-1.706-.324 8.177 8.177 0 0 0-.614-.054Z", transform: "translate(-2535.113 -543.333)", fill: "#cd1601", style: {
|
|
121
|
+
mixBlendMode: "multiply",
|
|
122
|
+
isolation: "isolate",
|
|
123
|
+
} }))); };
|
|
124
|
+
|
|
125
|
+
module.exports = SvgAnt;
|
|
126
|
+
//# sourceMappingURL=Ant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Ant.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgArrowDown = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
|
|
29
|
+
React__namespace.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }),
|
|
30
|
+
React__namespace.createElement("path", { "data-name": "Path 1406", d: "M27.932 64.627a4.747 4.747 0 0 1-1.686-3.793c0-1.686.317-2.948 1.686-3.9l7.584-7.689a5.987 5.987 0 0 1 3.9-1.686 5.467 5.467 0 0 1 3.791 1.686l16.75 16.538L76.602 49.14a5.4 5.4 0 0 1 3.9-1.581 5.467 5.467 0 0 1 3.793 1.686l7.689 7.689a5.23 5.23 0 0 1 1.686 4 5.459 5.459 0 0 1-1.686 3.791l-28.125 28.02a5.1 5.1 0 0 1-3.793 1.686 5.159 5.159 0 0 1-3.9-1.686Z", fill: "rgba(0,0,0,0.3)" }),
|
|
31
|
+
React__namespace.createElement("path", { "data-name": "Path 153", d: "M27.932 59.627a4.747 4.747 0 0 1-1.686-3.793c0-1.686.317-2.948 1.686-3.9l7.584-7.689a5.987 5.987 0 0 1 3.9-1.686 5.467 5.467 0 0 1 3.791 1.686l16.75 16.538L76.602 44.14a5.4 5.4 0 0 1 3.9-1.581 5.467 5.467 0 0 1 3.793 1.686l7.689 7.689a5.23 5.23 0 0 1 1.686 4 5.459 5.459 0 0 1-1.686 3.791l-28.125 28.02a5.1 5.1 0 0 1-3.793 1.686 5.159 5.159 0 0 1-3.9-1.686Z", fill: "#afafaf" }),
|
|
32
|
+
React__namespace.createElement("path", { "data-name": "Path 154", d: "M27.686 54.627A4.747 4.747 0 0 1 26 50.834c0-1.686.317-2.948 1.686-3.9l7.584-7.689a5.987 5.987 0 0 1 3.9-1.686 5.467 5.467 0 0 1 3.791 1.686l16.75 16.538L76.356 39.14a5.4 5.4 0 0 1 3.9-1.581 5.467 5.467 0 0 1 3.793 1.686l7.689 7.689a5.23 5.23 0 0 1 1.686 4 5.459 5.459 0 0 1-1.686 3.791l-28.125 28.02a5.1 5.1 0 0 1-3.793 1.686 5.159 5.159 0 0 1-3.9-1.686Z", fill: "#fff" }))); };
|
|
33
|
+
|
|
34
|
+
module.exports = SvgArrowDown;
|
|
35
|
+
//# sourceMappingURL=ArrowDown.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowDown.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgArrowUp = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
|
|
29
|
+
React__namespace.createElement("path", { fill: "none", d: "M120 0v120H0V0z" }),
|
|
30
|
+
React__namespace.createElement("path", { "data-name": "Path 1406", d: "M91.978 69.373a4.747 4.747 0 0 1 1.686 3.793c0 1.686-.317 2.948-1.686 3.9l-7.584 7.689a5.987 5.987 0 0 1-3.9 1.686 5.467 5.467 0 0 1-3.791-1.686l-16.75-16.538L43.308 84.86a5.4 5.4 0 0 1-3.9 1.581 5.467 5.467 0 0 1-3.793-1.686l-7.689-7.689a5.23 5.23 0 0 1-1.686-4 5.459 5.459 0 0 1 1.686-3.791l28.125-28.02a5.1 5.1 0 0 1 3.793-1.686 5.159 5.159 0 0 1 3.9 1.686Z", fill: "rgba(0,0,0,0.3)" }),
|
|
31
|
+
React__namespace.createElement("path", { "data-name": "Path 153", d: "M91.978 64.373a4.747 4.747 0 0 1 1.686 3.793c0 1.686-.317 2.948-1.686 3.9l-7.584 7.689a5.987 5.987 0 0 1-3.9 1.686 5.467 5.467 0 0 1-3.791-1.686l-16.75-16.538L43.308 79.86a5.4 5.4 0 0 1-3.9 1.581 5.467 5.467 0 0 1-3.793-1.686l-7.689-7.689a5.23 5.23 0 0 1-1.686-4 5.459 5.459 0 0 1 1.686-3.791l28.125-28.02a5.1 5.1 0 0 1 3.793-1.686 5.159 5.159 0 0 1 3.9 1.686Z", fill: "#afafaf" }),
|
|
32
|
+
React__namespace.createElement("path", { "data-name": "Path 154", d: "M91.732 59.373a4.747 4.747 0 0 1 1.686 3.793c0 1.686-.317 2.948-1.686 3.9l-7.584 7.689a5.987 5.987 0 0 1-3.9 1.686 5.467 5.467 0 0 1-3.791-1.686l-16.75-16.538L43.062 74.86a5.4 5.4 0 0 1-3.9 1.581 5.467 5.467 0 0 1-3.793-1.686l-7.689-7.689a5.23 5.23 0 0 1-1.686-4 5.459 5.459 0 0 1 1.686-3.791l28.125-28.02a5.1 5.1 0 0 1 3.793-1.686 5.159 5.159 0 0 1 3.9 1.686Z", fill: "#fff" }))); };
|
|
33
|
+
|
|
34
|
+
module.exports = SvgArrowUp;
|
|
35
|
+
//# sourceMappingURL=ArrowUp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowUp.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgBertie = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "1em", height: "1em", viewBox: "0 0 120 120.226" }, props),
|
|
29
|
+
React__namespace.createElement("defs", null,
|
|
30
|
+
React__namespace.createElement("linearGradient", { id: "bertie_svg__a", y1: 0.5, x2: 1, y2: 0.5, gradientUnits: "objectBoundingBox" },
|
|
31
|
+
React__namespace.createElement("stop", { offset: 0.163, stopColor: "#fdbd10" }),
|
|
32
|
+
React__namespace.createElement("stop", { offset: 0.52, stopColor: "#fd0" })),
|
|
33
|
+
React__namespace.createElement("linearGradient", { id: "bertie_svg__b", y1: 0.5, x2: 1, y2: 0.5, gradientUnits: "objectBoundingBox" },
|
|
34
|
+
React__namespace.createElement("stop", { offset: 0.163, stopColor: "#fcb614" }),
|
|
35
|
+
React__namespace.createElement("stop", { offset: 0.274, stopColor: "#fed105" }),
|
|
36
|
+
React__namespace.createElement("stop", { offset: 0.342, stopColor: "#fd0" }),
|
|
37
|
+
React__namespace.createElement("stop", { offset: 0.456, stopColor: "#fed006" }),
|
|
38
|
+
React__namespace.createElement("stop", { offset: 0.653, stopColor: "#fdc10e" }),
|
|
39
|
+
React__namespace.createElement("stop", { offset: 0.811, stopColor: "#fdbc11" }),
|
|
40
|
+
React__namespace.createElement("stop", { offset: 0.826, stopColor: "#fdc20d" }),
|
|
41
|
+
React__namespace.createElement("stop", { offset: 0.881, stopColor: "#fed503" }),
|
|
42
|
+
React__namespace.createElement("stop", { offset: 0.918, stopColor: "#fd0" })),
|
|
43
|
+
React__namespace.createElement("linearGradient", { id: "bertie_svg__c", x1: -101.77, y1: 460.95, x2: -100.772, y2: 460.95, xlinkHref: "#bertie_svg__a" })),
|
|
44
|
+
React__namespace.createElement("path", { "data-name": "Path 3504", d: "M75.802 11.72c-.3-.1-.591-.193-.89-.284a48.992 48.992 0 0 0-4.124 4.446c-1.122-4.3-8.659-6.981-17.43-6.053a32.947 32.947 0 0 0-5.051.927c-.026-.046-.054-.086-.081-.131-.18.043-.362.08-.541.125.032.055.062.1.1.158a21.406 21.406 0 0 0-6.526 3.042 8.014 8.014 0 0 0-3.862 7.977c0 .058-.009.117-.01.175a21.467 21.467 0 0 0-1.93 1.757 12.343 12.343 0 0 0-3.986 7.715c-.009.079-.012.159-.019.239-.018.135-.046.266-.058.4a9.588 9.588 0 0 0 .053 2.581c.037.235.089.466.149.7.737 3.427 3.326 6.25 7.072 8.172a18.311 18.311 0 0 0 .271 4.007 4.978 4.978 0 0 0 1.771 2.543 18.263 18.263 0 0 1 2.057 2.67 39.672 39.672 0 0 1 2.654 4.457 7.469 7.469 0 0 0 1.083 1.554 24.651 24.651 0 0 0-3.205 1.471 36.873 36.873 0 0 0-2.924-5.081c-7.855-11.444-20.472-16.43-28.18-11.138q-.364.25-.706.525a51.233 51.233 0 0 0-1.386 25.834 37.223 37.223 0 0 0 2.358 3.942 36.213 36.213 0 0 0 5.686 6.495 19.8 19.8 0 0 0-3.832 1.821 51 51 0 0 0 41.522 28.267c.231-.018.463-.031.692-.053l.57-.057c.215-.023.429-.052.644-.078q.608-.072 1.21-.159l.072-.009c.122-.018.247-.028.369-.047s.265-.05.4-.071c.171-.028.343-.054.515-.083.35-.061.7-.129 1.045-.2.185-.036.374-.062.559-.1.134-.027.265-.064.4-.092.178-.038.358-.07.535-.11.3-.069.6-.15.9-.223s.595-.142.891-.22c.229-.061.456-.124.684-.188.2-.056.4-.118.606-.177l.3-.087c.23-.069.463-.132.692-.2.3-.1.6-.2.906-.3.2-.067.4-.135.6-.205.224-.079.451-.149.674-.23.381-.14.755-.3 1.132-.443.244-.1.488-.19.73-.289a51.581 51.581 0 0 0 1.848-.807c.177-.081.356-.158.532-.242q1.088-.513 2.145-1.076c.056-.03.114-.057.17-.087.691-.371 1.373-.76 2.046-1.161.134-.08.272-.153.406-.235a51.137 51.137 0 0 0 7.778-5.827l.077-.067c.181-.165.351-.339.529-.506l.086-.083q.281-.264.555-.531c.2-.194.407-.38.6-.577l-.028-.011a51.521 51.521 0 0 0 2.524-2.7 30.038 30.038 0 0 0-7.451-10.363 22.578 22.578 0 0 0 1.939-7.246c0-1.79-.285-2.527-.64-2.764a1.093 1.093 0 0 0 .324-1.057c-.075-.228-.4-.5-.908-.808l-.171-.1c-.172-.1-.36-.208-.566-.319l-.119-.065-.392-.2-.176-.091-.494-.25-.032-.016c-.842-.422-1.816-.9-2.874-1.444l-.171-.089q-.361-.187-.734-.386l-.164-.087c3.835-7.668 5.313-15.481 3.291-19.875a5.238 5.238 0 0 0-5.765-3.189c-.066-.6-.148-1.183-.255-1.732a30.108 30.108 0 0 1-.864-4.688v-.293c.235-.221.464-.445.683-.673a12.337 12.337 0 0 0 3.987-7.715c.009-.083.013-.166.02-.249.017-.131.044-.259.056-.392a9.587 9.587 0 0 0-.053-2.581 7 7 0 0 0-.149-.7c-.769-3.576-3.557-6.49-7.568-8.414l-.025-.516-.025-.019a4.462 4.462 0 0 0-.015-.641c-.006-.052-.025-.1-.032-.152a35.582 35.582 0 0 1 4.914-4.668Zm2.888 62.345a8.043 8.043 0 0 0 3.885-.075 46 46 0 0 0-3.182 6.533c-.2-.133-.4-.265-.606-.39-.3-1.214-.692-2.552-1.119-4.076a12.386 12.386 0 0 0-.689-2.408c.65.183 1.234.322 1.711.416Z", opacity: 0.3 }),
|
|
45
|
+
React__namespace.createElement("path", { "data-name": "Path 3505", d: "M70.008 54.856c-7.841 9.785-11.893 22.728-9.05 28.907s11.5 3.257 19.347-6.527 11.891-22.727 9.048-28.906-11.504-3.259-19.345 6.526Z", fill: "#6fcbdc", opacity: 0.3 }),
|
|
46
|
+
React__namespace.createElement("path", { "data-name": "Path 3506", d: "M36.523 81.482c-5.617-3.243-13.529-.52-19.5 6.094a51.2 51.2 0 0 0 21.756 18.994c5.439-10.092 4.5-21.186-2.256-25.088Z", fill: "#6fcbdc", opacity: 0.3 }),
|
|
47
|
+
React__namespace.createElement("path", { "data-name": "Path 3507", d: "M48.824 55.288c7.856 11.443 7.975 25.01.267 30.3s-20.325.305-28.181-11.137-7.973-25.011-.266-30.3 20.325-.307 28.18 11.137Z", fill: "#6fcbdc", opacity: 0.3 }),
|
|
48
|
+
React__namespace.createElement("path", { "data-name": "Path 3508", d: "M2725.993 633.633s15.106 4.706 20.243 13.63c0 0-8.016-7.216-10.865-8.173", transform: "translate(-2706.465 -574.887)", fill: "#6fcbdc", opacity: 0.3, style: {
|
|
49
|
+
mixBlendMode: "screen",
|
|
50
|
+
isolation: "isolate",
|
|
51
|
+
} }),
|
|
52
|
+
React__namespace.createElement("path", { "data-name": "Path 3509", d: "M2782.473 638.456s4.239-3.332 8.414-1.359c0 0-4.89-.8-7.094 1.2", transform: "translate(-2706.465 -574.887)", fill: "#6fcbdc", opacity: 0.3, style: {
|
|
53
|
+
mixBlendMode: "screen",
|
|
54
|
+
isolation: "isolate",
|
|
55
|
+
} }),
|
|
56
|
+
React__namespace.createElement("path", { "data-name": "Path 3510", d: "M74.805 63.247s.99-1.919 6.285 1.9 11.408 5.8 11.77 6.915-1.77 2.775-5.717 2-15.175-4.635-12.338-10.815Z" }),
|
|
57
|
+
React__namespace.createElement("path", { "data-name": "Path 3511", d: "M91.955 71.256c-1.95-1.2-6.663-3.075-10.865-6.107a15.458 15.458 0 0 0-3.667-2.085c-.568.708 1.483 3.276 3.705 4.413 0 0 8.381 4.619 10.827 3.779Z", fill: "#29a9e1", opacity: 0.4 }),
|
|
58
|
+
React__namespace.createElement("path", { "data-name": "Path 3512", d: "M2747.077 646.755s-8.211-13.476-5.3-22.9c0 0 .511 8.528 1.753 12.294", transform: "translate(-2706.465 -574.887)", fill: "#6fcbdc", opacity: 0.3, style: {
|
|
59
|
+
mixBlendMode: "screen",
|
|
60
|
+
isolation: "isolate",
|
|
61
|
+
} }),
|
|
62
|
+
React__namespace.createElement("path", { "data-name": "Path 3513", d: "M23.545 70.828s15.992 3.094 22.83-1.569-3.586-4.546-5.6-4.643-10.229 2.2-13.263 3.542-5.767 2.374-3.967 2.67Z" }),
|
|
63
|
+
React__namespace.createElement("path", { "data-name": "Path 3514", d: "M2776.595 633.319c-16.862-5.171-35.064 9.064-34.18 35.261a23.561 23.561 0 0 0 5.028 13.826 51.1 51.1 0 0 0 36.573.622c4.237-5.029 7.6-12.421 9.271-22.657 0 0 .17-21.882-16.692-27.052Z", transform: "translate(-2706.465 -574.887)", fill: "url(#bertie_svg__a)" }),
|
|
64
|
+
React__namespace.createElement("path", { "data-name": "Path 3515", d: "M37.215 89.983C48.961 73.956 79.839 77.21 80.089 77.299a18.351 18.351 0 0 1 7.563 4.963 44.214 44.214 0 0 0-1.53-6.205c-1.44-8.174-9.463-10.519-15.983-11.949-15.916-3.492-29.294 8.266-33.733 20.828-.912 3.5-.477 2.694-.471 6.876q.61-.912 1.28-1.829Z" }),
|
|
65
|
+
React__namespace.createElement("path", { "data-name": "Path 3516", d: "M42.762 64.688s2.241 1.334-.008 1.61-16.4 2.36-17.068 2.655 10.223-4.768 17.076-4.265Z", fill: "#29a9e1", opacity: 0.4 }),
|
|
66
|
+
React__namespace.createElement("path", { "data-name": "Path 3517", d: "M2744.6 649.142s-5.135-3.514-13.167.567c0 0 8.056-2.5 12.339-.531", transform: "translate(-2706.465 -574.887)", fill: "#6fcbdc", opacity: 0.3, style: {
|
|
67
|
+
mixBlendMode: "screen",
|
|
68
|
+
isolation: "isolate",
|
|
69
|
+
} }),
|
|
70
|
+
React__namespace.createElement("path", { "data-name": "Path 3518", d: "M41.288 69.792a27.3 27.3 0 0 1-5-.875 34.463 34.463 0 0 0 3.635.923c1.212.173 1.365-.048 1.365-.048Z", fill: "#676767" }),
|
|
71
|
+
React__namespace.createElement("path", { "data-name": "Path 3519", d: "M91.47 71.832a27.342 27.342 0 0 1-5.051-.461 34.375 34.375 0 0 0 3.7.621c1.216.074 1.351-.16 1.351-.16Z", fill: "#676767" }),
|
|
72
|
+
React__namespace.createElement("path", { "data-name": "Path 3520", d: "M91.235 73.639s-5.331 8.7-4.332 12.642l1 3.946s5.263-9.705 5.272-14.342-1.94-2.246-1.94-2.246Z" }),
|
|
73
|
+
React__namespace.createElement("path", { "data-name": "Path 3521", d: "M87.505 88.651s.71-7.01 2.269-10.005.945-4.119.945-4.119-3.575 6.6-3.839 9.452a9.484 9.484 0 0 0 .625 4.672Z", fill: "#29a9e1", opacity: 0.4 }),
|
|
74
|
+
React__namespace.createElement("path", { "data-name": "Path 3522", d: "M88.435 89.09a7.938 7.938 0 0 0-5.149 2.624 20.166 20.166 0 0 0-2.982 4.954s1.444.575 4.315-1.763a12.607 12.607 0 0 0 3.816-5.815Z" }),
|
|
75
|
+
React__namespace.createElement("path", { "data-name": "Path 3523", d: "M84.618 94.905c-2.871 2.338-4.315 1.763-4.315 1.763a17.1 17.1 0 0 1 .835-1.743c.009.007 1.781 1.339 4.12-.591a9.808 9.808 0 0 1-.64.571Z", fill: "#29a9e1", opacity: 0.4 }),
|
|
76
|
+
React__namespace.createElement("path", { "data-name": "Path 3524", d: "M89.881 84.07a33.08 33.08 0 0 0 2.731-4.916 40.7 40.7 0 0 1-1.753 3.743c-.688 1.165-.978 1.173-.978 1.173Z", fill: "#676767" }),
|
|
77
|
+
React__namespace.createElement("path", { "data-name": "Path 3525", d: "M32.735 70.568a27.322 27.322 0 0 1-5.013-.772 34.519 34.519 0 0 0 3.653.847c1.207.15 1.36-.075 1.36-.075Z", fill: "#676767" }),
|
|
78
|
+
React__namespace.createElement("path", { "data-name": "Path 3526", d: "M52.496 73.333a15.191 15.191 0 0 1 .568-5.125 18.017 18.017 0 0 0-.94 3.637c-.069 1.25.372 1.488.372 1.488Z", fill: "#676767" }),
|
|
79
|
+
React__namespace.createElement("path", { "data-name": "Path 3527", d: "M76.385 74.862a18.077 18.077 0 0 0-.753-5.063 22.162 22.162 0 0 1 .982 3.623c.126 1.23-.229 1.44-.229 1.44Z", fill: "#676767" }),
|
|
80
|
+
React__namespace.createElement("path", { "data-name": "Path 3528", d: "M84.068 75.524a14.432 14.432 0 0 0-.572-4.517 17.328 17.328 0 0 1 .847 3.219c.083 1.099-.275 1.298-.275 1.298Z", fill: "#676767" }),
|
|
81
|
+
React__namespace.createElement("path", { "data-name": "Path 3529", d: "M66.024 58.792a8.815 8.815 0 0 1 1.758 3.619", fill: "#c49a6c" }),
|
|
82
|
+
React__namespace.createElement("path", { "data-name": "Path 3530", d: "M49.954 66.318a8.805 8.805 0 0 1 .7-3.963", fill: "#c49a6c" }),
|
|
83
|
+
React__namespace.createElement("path", { "data-name": "Path 3531", d: "M43.45 72.503a6.536 6.536 0 0 1 .31-2.776", fill: "#c49a6c" }),
|
|
84
|
+
React__namespace.createElement("path", { "data-name": "Path 3532", d: "M2751.125 640.966s-3.511 6.1-2.828 9.846l-3.426 4.571s.091-4.2.826-5.794 4.263-8.24 5.428-8.623Z", transform: "translate(-2706.465 -574.887)", fill: "#ddbd25", style: {
|
|
85
|
+
mixBlendMode: "multiply",
|
|
86
|
+
isolation: "isolate",
|
|
87
|
+
} }),
|
|
88
|
+
React__namespace.createElement("path", { "data-name": "Path 3533", d: "M35.985 83.137s-3.472 7.667-2.244 11.742c0 0 2.866-3.947 3.491-4.959s.303-4.366-1.247-6.783Z" }),
|
|
89
|
+
React__namespace.createElement("path", { "data-name": "Path 3534", d: "M34.523 87.081s-.771 5.446.6 5.88l-1.382 1.918s-1.006-1.656.782-7.798Z", fill: "#29a9e1", opacity: 0.4 }),
|
|
90
|
+
React__namespace.createElement("path", { "data-name": "Path 3535", d: "M2736.089 676.035a50.976 50.976 0 0 0 69.064-7.654c-4.281-9.834-12.933-15.7-20.229-16.655-14.172-1.863-35.258-2.708-48.835 24.309Z", transform: "translate(-2706.465 -574.887)", fill: "url(#bertie_svg__b)" }),
|
|
91
|
+
React__namespace.createElement("path", { "data-name": "Path 3536", d: "M31.981 102.793a50.979 50.979 0 0 0 64.211-6.588 65.721 65.721 0 0 0-22.215-4.612c-21.599-.98-35.25 6.236-41.996 11.2Z" }),
|
|
92
|
+
React__namespace.createElement("path", { "data-name": "Path 3537", d: "M38.22 86.703a12.414 12.414 0 0 1 .464-4.19 14.659 14.659 0 0 0-.768 2.973c-.057 1.027.304 1.217.304 1.217Z", fill: "#676767" }),
|
|
93
|
+
React__namespace.createElement("path", { "data-name": "Path 3538", d: "M52.904 108.995a25.377 25.377 0 0 1 1.779-6.12 31.348 31.348 0 0 0-1.764 4.345c-.368 1.493-.015 1.775-.015 1.775Z", fill: "#676767" }),
|
|
94
|
+
React__namespace.createElement("path", { "data-name": "Path 3539", d: "M37.921 107.882a25.449 25.449 0 0 1 1.779-6.12 31.427 31.427 0 0 0-1.764 4.345c-.369 1.491-.015 1.775-.015 1.775Z", fill: "#676767" }),
|
|
95
|
+
React__namespace.createElement("path", { "data-name": "Path 3540", d: "M45.1 92.334a11.014 11.014 0 0 1 .386-5.014", fill: "#c49a6c" }),
|
|
96
|
+
React__namespace.createElement("path", { "data-name": "Path 3541", d: "M84.467 82.671a11.03 11.03 0 0 1 2.2 4.522", fill: "#c49a6c" }),
|
|
97
|
+
React__namespace.createElement("path", { "data-name": "Path 3542", d: "M60.674 86.668a11 11 0 0 1 .868-4.951", fill: "#c49a6c" }),
|
|
98
|
+
React__namespace.createElement("path", { "data-name": "Path 3543", d: "M66.765 76.037c12.051-5.7 8.147-15.457 8.147-15.457l5.288 3.954s.591 9.235-1.741 12.3Z", fill: "#c0272d" }),
|
|
99
|
+
React__namespace.createElement("path", { "data-name": "Path 3544", d: "M63.241 76.188c-9.237 1.359-14.029 7.767-17.147 11.717-2.111 2.674-7.143 2.842-10.175 2.671a2.551 2.551 0 0 0-2.4 1.212l-4.924 8.557c.256.2.508.407.768.6a3.144 3.144 0 0 1 .344.033l.048.015.043.013c1.132.35 12.562 3.5 19.367-9.766 7.164-13.968 26.56-14.592 26.56-14.592s-3.248-1.819-12.484-.46Z", fill: "#ec1e24" }),
|
|
100
|
+
React__namespace.createElement("path", { "data-name": "Path 3545", d: "M75.725 76.652s-3.248-1.823-12.484-.464c-8.759 1.288-13.52 7.117-16.649 11.085a10.451 10.451 0 0 0 .66 7.128 25.235 25.235 0 0 0 1.913-3.157c7.164-13.968 26.56-14.592 26.56-14.592Z", fill: "#f2f2f2", opacity: 0.2 }),
|
|
101
|
+
React__namespace.createElement("path", { "data-name": "Path 3547", d: "m53.575 67.93 3.209-2.3 3.6 1.629.386 3.93-3.209 2.3-3.6-1.63Z", fill: "#faec22" }),
|
|
102
|
+
React__namespace.createElement("path", { "data-name": "Path 3548", d: "m2761.037 643.269 2.319-1.661 2.6 1.179.279 2.839-2.319 1.661-2.6-1.178Z", transform: "translate(-2706.465 -574.887)", fill: "#ddbd25", opacity: 0.5, style: {
|
|
103
|
+
mixBlendMode: "multiply",
|
|
104
|
+
isolation: "isolate",
|
|
105
|
+
} }),
|
|
106
|
+
React__namespace.createElement("path", { "data-name": "Path 3549", d: "m55.04 68.341 1.755-1.433 2.41 1.057.1 2.271-1.92 1.495-2.322-.852Z", fill: "#faec22" }),
|
|
107
|
+
React__namespace.createElement("path", { "data-name": "Path 3550", d: "M36.495 84.213a24.9 24.9 0 0 1-13.313-13.631s4.822.672 7.419 3.311 5.894 10.32 5.894 10.32Z" }),
|
|
108
|
+
React__namespace.createElement("path", { "data-name": "Path 3551", d: "M35.866 82.813s-6.211-6.836-6.942-7.809-2.949-4.025-1.243-3.068 4.622 2.187 8.185 10.877Z", fill: "#29a9e1", opacity: 0.4 }),
|
|
109
|
+
React__namespace.createElement("path", { "data-name": "Path 3552", d: "M29.078 77.464a28.925 28.925 0 0 0 4.12 2.791s-2.233-1.163-3.2-1.859-.92-.932-.92-.932Z", fill: "#676767" }),
|
|
110
|
+
React__namespace.createElement("path", { "data-name": "Path 3553", d: "M79.376 16.53c.495 4.676-6.566 9.255-15.773 10.23a29.2 29.2 0 0 1-9.139-.386 18.6 18.6 0 0 1-3.7-1.173 9.4 9.4 0 0 0-1.448-.685 19.978 19.978 0 0 0-2.2-.145 3.366 3.366 0 0 0-1.494-.01 16.677 16.677 0 0 0 .226-2.434 8.013 8.013 0 0 1 3.862-7.977 25.525 25.525 0 0 1 12.1-4.121c9.208-.974 17.072 2.027 17.566 6.701Z", fill: "#c49a6c" }),
|
|
111
|
+
React__namespace.createElement("path", { "data-name": "Path 3554", d: "m79.701 22.932-.285-5.742c-3.1-2.739-9.808-4.179-17.364-3.379-4.613.488-9.452 1.718-13.292 4.247a11.708 11.708 0 0 0-2.872 2.547l.351 7.063-1.938.1q-.056.381-.12.755a4.018 4.018 0 0 1 1.635 0 23.349 23.349 0 0 1 2.408.123 10.636 10.636 0 0 1 1.578.67 21.443 21.443 0 0 0 4.04 1.138 34.851 34.851 0 0 0 10 .294c8.245-.873 14.941-4.14 16.846-7.858Z", fill: "#ec1e79" }),
|
|
112
|
+
React__namespace.createElement("path", { "data-name": "Path 3555", d: "M87.211 29.399a9.587 9.587 0 0 0-.053-2.581 7.214 7.214 0 0 0-.149-.7c-1.686-7.847-13.078-12.522-25.827-10.484-7.289 1.166-13.473 4.279-17.276 8.223a12.338 12.338 0 0 0-3.986 7.715 9.588 9.588 0 0 0 .052 2.581c.037.233.089.467.149.7C41.808 42.7 53.2 47.376 65.948 45.336c7.29-1.165 13.473-4.279 17.276-8.223a12.337 12.337 0 0 0 3.987-7.714Z", fill: "#c6b198" }),
|
|
113
|
+
React__namespace.createElement("path", { "data-name": "Path 3556", d: "M87.135 30.04a9.548 9.548 0 0 0-.053-2.581 7.657 7.657 0 0 0-.148-.7c-1.688-7.846-13.078-12.523-25.827-10.483-7.29 1.166-13.474 4.278-17.276 8.223a12.332 12.332 0 0 0-3.988 7.714 9.568 9.568 0 0 0 .053 2.581c.037.235.089.467.149.7 1.687 7.846 13.079 12.522 25.827 10.483 7.29-1.166 13.474-4.279 17.276-8.223a12.337 12.337 0 0 0 3.987-7.714Z", fill: "#8c6339" }),
|
|
114
|
+
React__namespace.createElement("path", { "data-name": "Path 3557", d: "M2755.147 601.139s3.211-6.792 16.616-7.042 17.819 5.914 17.17 11.168-17.626 11.982-28.6 8.485-5.186-12.611-5.186-12.611Z", transform: "translate(-2706.465 -574.887)", fill: "#8c6339", opacity: 0.5, style: {
|
|
115
|
+
mixBlendMode: "multiply",
|
|
116
|
+
isolation: "isolate",
|
|
117
|
+
} }),
|
|
118
|
+
React__namespace.createElement("path", { "data-name": "Path 3558", d: "M60.87 20.799c-5.257-19.328-17.5-20.8-17.5-20.8s-6.867 2 7.287 5.782C57.454 7.599 60.87 20.799 60.87 20.799Z" }),
|
|
119
|
+
React__namespace.createElement("path", { "data-name": "Path 3559", d: "M60.87 20.799C54.941 6.064 52.311 6.477 52.311 6.477l.787-.013a28.868 28.868 0 0 1 7.115 12.3" }),
|
|
120
|
+
React__namespace.createElement("path", { "data-name": "Path 3560", d: "M74.243 23.091s10.21-18.877 25.839-19.974c0 0 4.678 1.624-10.892 5.965-7.472 2.082-14.947 14.009-14.947 14.009Z" }),
|
|
121
|
+
React__namespace.createElement("path", { "data-name": "Path 3561", d: "M43.368 0a3.292 3.292 0 0 0-1.5.933c-.354.575 1.406-.047 1.627-.161s6.439 2.128 7.4 2.963S46.977.282 43.368 0Z", fill: "#29a9e1", opacity: 0.4 }),
|
|
122
|
+
React__namespace.createElement("path", { "data-name": "Path 3562", d: "M100.082 3.113a73.831 73.831 0 0 1-7.568 3.1A42.881 42.881 0 0 0 86.78 8.52a29.2 29.2 0 0 1 6.358-3.818 22.746 22.746 0 0 1 6.944-1.589Z", fill: "#29a9e1", opacity: 0.4 }),
|
|
123
|
+
React__namespace.createElement("path", { "data-name": "Path 3563", d: "m2783.346 616.589-26.722-17.008s-8.032 6.46-6.888 15.263c3.382 3.379 9.151 5.483 15.843 5.688l17.421-3.765c.113-.06.231-.118.346-.178Z", transform: "translate(-2706.465 -574.887)", fill: "#8c6339", opacity: 0.5, style: {
|
|
124
|
+
mixBlendMode: "multiply",
|
|
125
|
+
isolation: "isolate",
|
|
126
|
+
} }),
|
|
127
|
+
React__namespace.createElement("path", { "data-name": "Path 3564", d: "M76.411 23.05c-9.6-4.394-21.673-3.857-25.892 3.991a26.386 26.386 0 0 0-3.363 13.114c.074 2.453-.269 5.12.232 7.519a4.976 4.976 0 0 0 1.771 2.543 18.261 18.261 0 0 1 2.057 2.67 39.939 39.939 0 0 1 2.655 4.457 4.465 4.465 0 0 0 3.766 2.671 28.585 28.585 0 0 0 7.093.285 58.065 58.065 0 0 0 3.345-.617c.966-.2 2.022-.3 2.924-.584 1.034-.325 1.007-.9 1.363-1.759.394-.949 1.523-1.367 2.249-2.056 2.724-2.586 8.927-2.563 9.1-7.313a20.92 20.92 0 0 0-.382-4.562 30.108 30.108 0 0 1-.864-4.688c-.071-1.922.054-3.845.026-5.77-.056-4.296-1.551-7.826-6.08-9.901Z" }),
|
|
128
|
+
React__namespace.createElement("path", { "data-name": "Path 3565", d: "M76.411 23.05c-9.6-4.394-21.673-3.857-25.892 3.991a26.386 26.386 0 0 0-3.363 13.114c.074 2.453-.269 5.12.232 7.519a4.976 4.976 0 0 0 1.771 2.543 18.261 18.261 0 0 1 2.057 2.67 39.939 39.939 0 0 1 2.655 4.457c1 1.8 1.94 2.754 4.263 2.662 2.847-.11 9.867-.209 12.564-.755 1.246-.253 1.556-.82 1.909-1.906.368-1.135 1.39-1.475 2.307-2.184a8.988 8.988 0 0 1 2.78-1.79 19.778 19.778 0 0 0 2.775-1.1c1.747-.88 3.169-2.232 3.246-4.3a20.92 20.92 0 0 0-.382-4.562 30.108 30.108 0 0 1-.864-4.688c-.071-1.922.054-3.845.026-5.77-.06-4.296-1.555-7.826-6.084-9.901Z", fill: "#29a9e1", opacity: 0.3 }),
|
|
129
|
+
React__namespace.createElement("path", { "data-name": "Path 3566", d: "M50.935 29.533s1.077-5.042 4.586-5.93 6.994-1.662 9.083.041 8.519.761 8.524.76c.76-.111 1.509-.337 2.27-.416a8.877 8.877 0 0 1 3.115.307 7.3 7.3 0 0 0-2.029-1.151 8.352 8.352 0 0 0-1.327-.68 3.189 3.189 0 0 0-1.313-.048 3.718 3.718 0 0 1-1.066-.133c-.686-.13-1.391-.193-2.084-.288-.98-.137-2.027-.185-2.991-.416l-4.254-1.017-2.376-.174a33.639 33.639 0 0 1-3.7.975 2.7 2.7 0 0 0-.909.36 10.747 10.747 0 0 1-2.762.974c-.68.182-3.513 2.83-2.767 6.836Z" }),
|
|
130
|
+
React__namespace.createElement("path", { "data-name": "Path 3567", d: "M51.714 24.849s-1.82 8.276-.662 12.68a8.374 8.374 0 0 0-3.961 2.629s.185-9.69 4.623-15.309Z", fill: "#cccbcb" }),
|
|
131
|
+
React__namespace.createElement("path", { "data-name": "Path 3568", d: "M56.913 21.534a7.012 7.012 0 0 1 3.822-.339c1.278.263 2.31 1.177 3.505 1.672a14.066 14.066 0 0 0 4.155 1 38.271 38.271 0 0 0 4.6-.326c.73-.025 1.08-.431 1.724-.618a3.542 3.542 0 0 1 1.887.174c-1.242-.377-2.327-1.142-3.6-1.441-.914-.213-1.8-.556-2.712-.785a23.453 23.453 0 0 0-6.886-.7 21.31 21.31 0 0 0-6.495 1.363Z", fill: "#676767" }),
|
|
132
|
+
React__namespace.createElement("path", { "data-name": "Path 3569", d: "M74.876 36.395s-1.947-7.851 1.82-9.362 6.163 2.023 4.932 11.022l-2.687-1a12.447 12.447 0 0 0-4.065-.66Z", fill: "#676767" }),
|
|
133
|
+
React__namespace.createElement("path", { "data-name": "Path 3570", d: "M53.982 37.649c-1.688-5.914-.241-11.1 5.965-11.568s5.313 9.653 5.313 9.653a28.44 28.44 0 0 0-2.938.139 19.574 19.574 0 0 0-4.318.986 22.866 22.866 0 0 1-4.147.8", fill: "#676767" }),
|
|
134
|
+
React__namespace.createElement("path", { "data-name": "Path 3571", d: "M74.86 36.169s-2.008-8.669 1.749-10.3 6.183 2.28 5.019 12.188l-2.7-1.124s-2.793-1.011-4.068-.764Z", fill: "#29a9e1", opacity: 0.3 }),
|
|
135
|
+
React__namespace.createElement("path", { "data-name": "Path 3572", d: "M53.965 37.375c-1.734-6.531-.326-12.238 5.88-12.7s5.388 10.683 5.388 10.683a25.687 25.687 0 0 0-2.936.129 17.746 17.746 0 0 0-4.314 1.051 20.83 20.83 0 0 1-4.144.849", fill: "#29a9e1", opacity: 0.3 }),
|
|
136
|
+
React__namespace.createElement("path", { "data-name": "Path 3573", d: "M52.47 37.263a5.026 5.026 0 0 0 2.047.307c1.115-.077 5.87-2.378 10.6-2.117 0 0 .194-6.765-2.315-8.069s-9.328 1.641-7.407 9.656a8.173 8.173 0 0 1-2.925.223Z", fill: "#4d4e4e" }),
|
|
137
|
+
React__namespace.createElement("path", { "data-name": "Path 3574", d: "M75.035 36.49s-.817-7.393.872-8.861 6.089 1.515 4.585 10.177a11.1 11.1 0 0 0-5.457-1.316Z", fill: "#4d4e4e" }),
|
|
138
|
+
React__namespace.createElement("path", { "data-name": "Path 3575", d: "M64.535 35.38s-.035-7.625-3.489-7.267c-2.961.307-5.733 2.569-4.972 8.8-.001 0 4.685-1.956 8.461-1.533Z", fill: "#fff" }),
|
|
139
|
+
React__namespace.createElement("path", { "data-name": "Path 3576", d: "M75.035 36.304s-.531-6.147.425-7.392 3.08-.731 3.882 1.608a13.54 13.54 0 0 1 .273 7.014 8.738 8.738 0 0 0-4.58-1.23Z", fill: "#fff" }),
|
|
140
|
+
React__namespace.createElement("path", { "data-name": "Path 3577", d: "M53.635 23.356c.24-.194.488-.374.737-.543a11.152 11.152 0 0 1 1.664-.767 5.006 5.006 0 0 0 1.547-.775 4.376 4.376 0 0 0-1.366.411 9.067 9.067 0 0 1-.949.364c-.175.039-.37.038-.539.091a7 7 0 0 0-1.183.339c-1.467.774-2 2.545-2.354 4.062a51.13 51.13 0 0 0-1.036 5.9 20.762 20.762 0 0 0-.165 5.493 5.66 5.66 0 0 1 1.058-.4c-.645-2.453-.365-6.105.008-8.861a3.893 3.893 0 0 1 .077-.558c.069-.464.138-.894.2-1.282a5.9 5.9 0 0 1 2.301-3.474Z", fill: "#cccbcb" }),
|
|
141
|
+
React__namespace.createElement("path", { "data-name": "Path 3578", d: "M47.554 39.2s1.362-5.248 1.812-7.786.539-3.637.539-3.637a24.051 24.051 0 0 0-2.89 11.29", fill: "#cccbcb" }),
|
|
142
|
+
React__namespace.createElement("path", { "data-name": "Path 3579", d: "M58.552 24.661s8.351.8 10.032 1.318 7.451-.132 8.519-.245", fill: "#4d4e4e" }),
|
|
143
|
+
React__namespace.createElement("path", { "data-name": "Path 3580", d: "M63.645 26.713s5.192.5 6.237.821 4.633-.083 5.3-.153", fill: "#4d4e4e" }),
|
|
144
|
+
React__namespace.createElement("path", { "data-name": "Path 3581", d: "M73.902 38.526s4.113 7.309 2.409 11.242" }),
|
|
145
|
+
React__namespace.createElement("path", { "data-name": "Path 3582", d: "M66.335 38.298s-5.418 5.768-4.771 12.752" }),
|
|
146
|
+
React__namespace.createElement("path", { "data-name": "Path 3583", d: "M2761.762 613.478s5.067.017 6.969-1.063a8.7 8.7 0 0 1 2.854-1.186s-2.432.667-3.437 1.085a59.505 59.505 0 0 1-6.386 1.164Z", transform: "translate(-2706.465 -574.887)", fill: "#ddbd25", style: {
|
|
147
|
+
mixBlendMode: "multiply",
|
|
148
|
+
isolation: "isolate",
|
|
149
|
+
} }),
|
|
150
|
+
React__namespace.createElement("path", { "data-name": "Path 3584", d: "M2781.528 611.893s3.014 2.072 5.091 1.619a13.709 13.709 0 0 1-2.659-.588c-.453-.282-2.432-1.031-2.432-1.031Z", transform: "translate(-2706.465 -574.887)", fill: "#ddbd25", style: {
|
|
151
|
+
mixBlendMode: "multiply",
|
|
152
|
+
isolation: "isolate",
|
|
153
|
+
} }),
|
|
154
|
+
React__namespace.createElement("path", { "data-name": "Path 3585", d: "M59.435 32.006a1.927 1.927 0 0 0-.051 2.893c1.48 1.569 2.455-1.506 1.935-2.362s-1.384-1.203-1.884-.531Z", fill: "#f05a26" }),
|
|
155
|
+
React__namespace.createElement("path", { "data-name": "Path 3586", d: "M59.665 32.387a1.416 1.416 0 0 0-.038 2.125c1.088 1.152 1.8-1.106 1.423-1.734s-1.015-.884-1.385-.391Z" }),
|
|
156
|
+
React__namespace.createElement("path", { "data-name": "Path 3587", d: "M64.576 36.213s.054-5.824-3.4-5.51c-2.963.269-5.76 2.03-5.072 6.78a26.475 26.475 0 0 1 8.472-1.27Z", fill: "none" }),
|
|
157
|
+
React__namespace.createElement("path", { "data-name": "Path 3588", d: "M76.035 32.835a2 2 0 0 0-.067 2.769c1.26 1.456 2.12-1.512 1.681-2.315s-1.177-1.108-1.614-.454Z", fill: "#f05a26" }),
|
|
158
|
+
React__namespace.createElement("path", { "data-name": "Path 3589", d: "M76.18 33.275a1.4 1.4 0 0 0-.047 1.937c.882 1.018 1.484-1.056 1.178-1.62s-.827-.779-1.131-.317Z" }),
|
|
159
|
+
React__namespace.createElement("path", { "data-name": "Path 3590", d: "M75.058 36.795s-.458-4.689.512-5.652 3.087-.594 3.861 1.184a7.983 7.983 0 0 1 .19 5.353 10.508 10.508 0 0 0-4.563-.885Z", fill: "none" }),
|
|
160
|
+
React__namespace.createElement("path", { "data-name": "Path 3591", d: "M64.586 28.832c-.216-.993-1.088-5.181-1.145-5.648-.063-.5-.213-1.013-.82-.95-.776.081-1.216.028-1.243.249l-.13 1.1-.683-.843s-.182-.419-1.224-.055a11.373 11.373 0 0 0-5.093 3.524 6 6 0 0 0-1.1 2.567l-.012.014.009.006a9.393 9.393 0 0 0 .056 3.492c0-.025.008-.047.011-.073a11.09 11.09 0 0 0 .1 1.225 8.292 8.292 0 0 1 .211-2.733 8.459 8.459 0 0 1 .3-.864c.867-2.029 2.815-3.421 6.095-3.649 3.7-.254 4.866 2.819 5.2 5.345a11.258 11.258 0 0 0-.532-2.707Zm-.182-.5a2.662 2.662 0 0 1 .177.489 8.575 8.575 0 0 0-.145-.388Z", fill: "#cccbcb" }),
|
|
161
|
+
React__namespace.createElement("path", { "data-name": "Path 3592", d: "M80.392 25.921a6.92 6.92 0 0 0-3.513-2.394c-.685-.194-.755.171-.755.171l-.342.771-.189-.9c-.037-.18-.307-.092-.8-.077-.382.01-.425.451-.415.871.007.24-.038 1.668-.081 2.935a16.582 16.582 0 0 0-.076 2.016v.026-.013c.015.838.069 1.469.069 1.469a5.85 5.85 0 0 1 .138-1.15 10.877 10.877 0 0 0-.095 2.263c-.033-1.98.4-4.182 2.332-4.883a3.621 3.621 0 0 1 2.979.017h.007a2.767 2.767 0 0 1 .377.24h.005l.066.056c.061.048.118.1.177.156a4.556 4.556 0 0 1 1.072 1.674c.027.08.054.158.076.244l-.016-.081a7.357 7.357 0 0 1 .349 1.505 9.05 9.05 0 0 0-1.365-4.916Z", fill: "#cccbcb" }),
|
|
162
|
+
React__namespace.createElement("path", { "data-name": "Path 3593", d: "m2768.351 613.484-9.181 3.039.65 3.139 8.451-4.03Z", transform: "translate(-2706.465 -574.887)", fill: "#6fcbdc", opacity: 0.3, style: {
|
|
163
|
+
mixBlendMode: "overlay",
|
|
164
|
+
isolation: "isolate",
|
|
165
|
+
} }),
|
|
166
|
+
React__namespace.createElement("path", { "data-name": "Path 3594", d: "m2783.644 613.564-.316 2.4 5.443 3.709-.246-3.933Z", transform: "translate(-2706.465 -574.887)", fill: "#6fcbdc", opacity: 0.3, style: {
|
|
167
|
+
mixBlendMode: "overlay",
|
|
168
|
+
isolation: "isolate",
|
|
169
|
+
} }),
|
|
170
|
+
React__namespace.createElement("path", { "data-name": "Path 3595", d: "M67.128 38.621s-2.2.626-2.39 3.679c0 0 6.57 1.517 10.621.4 0 0-.272-3.261-2.106-3.879a54.808 54.808 0 0 0-6.125-.2Z", fill: "gray" }),
|
|
171
|
+
React__namespace.createElement("path", { "data-name": "Path 3596", d: "M67.235 38.944a3.312 3.312 0 0 0-1.655 2.813 7.95 7.95 0 0 1 .658-1.59 3.814 3.814 0 0 1 .997-1.223Z", fill: "#b3b2b3" }),
|
|
172
|
+
React__namespace.createElement("path", { "data-name": "Path 3597", d: "M67.747 39.661a2.612 2.612 0 0 0-1.07 2.344 9.761 9.761 0 0 1 .441-1.3 3.7 3.7 0 0 1 .629-1.044Z", fill: "#b3b2b3" }),
|
|
173
|
+
React__namespace.createElement("path", { "data-name": "Path 3598", d: "M68.468 40.384s-.736.291-.655 1.839a9.009 9.009 0 0 1 .267-1.023 3.086 3.086 0 0 1 .388-.816Z", fill: "#b3b2b3" }),
|
|
174
|
+
React__namespace.createElement("path", { "data-name": "Path 3599", d: "M69.313 41.13s-.436.2-.385 1.267a7.176 7.176 0 0 1 .157-.705 2.25 2.25 0 0 1 .228-.562Z", fill: "#b3b2b3" }),
|
|
175
|
+
React__namespace.createElement("path", { "data-name": "Path 3600", d: "M73.081 39.445a3.392 3.392 0 0 1 1.407 2.787 8 8 0 0 0-.54-1.542 4.01 4.01 0 0 0-.867-1.245Z", fill: "#b3b2b3" }),
|
|
176
|
+
React__namespace.createElement("path", { "data-name": "Path 3601", d: "M72.571 40.048a2.633 2.633 0 0 1 .889 2.285 9.737 9.737 0 0 0-.35-1.254 3.731 3.731 0 0 0-.539-1.031Z", fill: "#b3b2b3" }),
|
|
177
|
+
React__namespace.createElement("path", { "data-name": "Path 3602", d: "M71.877 40.631s.667.352.529 1.77a8.917 8.917 0 0 0-.206-.974 3.05 3.05 0 0 0-.323-.796Z", fill: "#b3b2b3" }),
|
|
178
|
+
React__namespace.createElement("path", { "data-name": "Path 3603", d: "M71.066 41.213s.4.236.3 1.214c0 0-.053-.426-.115-.669a2.332 2.332 0 0 0-.185-.545Z", fill: "#b3b2b3" }),
|
|
179
|
+
React__namespace.createElement("path", { "data-name": "Path 3604", d: "M2771.855 612.059a52.741 52.741 0 0 0 4.754 3.307c2.108 1.235 4.572-3.308 4.572-3.308", transform: "translate(-2706.465 -574.887)", fill: "url(#bertie_svg__c)" }),
|
|
180
|
+
React__namespace.createElement("path", { "data-name": "Path 3605", d: "M47.091 40.158a5.308 5.308 0 0 0-.223-1.22 27.813 27.813 0 0 1-.3-3.154 23.992 23.992 0 0 1 .2-4.253 13.6 13.6 0 0 1 1.229-4.448c.33-.615.908-1.052 1.27-1.646a9.5 9.5 0 0 1 .7-.936 7.131 7.131 0 0 1 2-1.657 9.556 9.556 0 0 1 3.334-1.19c.377-.07.816-.2 1.219-.3.288-.07.554-.232.841-.3.262-.067.546-.1.814-.156a2.687 2.687 0 0 1 1.288-.112c-.3.142-.664.174-.983.3-.389.153-.761.34-1.149.5-.6.24-1.223.408-1.8.693a10.871 10.871 0 0 1-1.63.869 3.238 3.238 0 0 0-1.64 1.584c-.326.511-.674.978-.96 1.514a33.044 33.044 0 0 0-1.48 3.187 43.306 43.306 0 0 0-2.585 9.7c-.051.335-.101.68-.145 1.025Z", fill: "#cccbcb" }),
|
|
181
|
+
React__namespace.createElement("path", { "data-name": "Path 3606", d: "M63.597 21.1a8.327 8.327 0 0 0 1.108.3c.906.164 1.812.34 2.722.479a47.639 47.639 0 0 0 7.038.37c-1.238-.993-3.639-1.339-5.149-1.631a24.24 24.24 0 0 0-3.826-.428 18.839 18.839 0 0 0-1.939-.062c-1.605.111-2.114.238-1.971.346a19.115 19.115 0 0 1 2.017.626Z", fill: "#cccbcb" }),
|
|
182
|
+
React__namespace.createElement("path", { "data-name": "Path 3607", d: "m57.235 21.091-2.424 1.473s4.5-1.978 7.8-1.8l.114-.572a43.442 43.442 0 0 0-5.49.899Z", fill: "#cccbcb" }),
|
|
183
|
+
React__namespace.createElement("path", { "data-name": "Path 3608", d: "M52.163 51.413s6.833 5.8 8.019 6.163c.681.205 1.311 1.1 1.877 1.515 5.305 3.865 11.352-1.806 14.743-5.625a6.6 6.6 0 0 0-2.2 1.6 8.637 8.637 0 0 1-2.145 1.145 10.251 10.251 0 0 1-2.815 1.057 39.11 39.11 0 0 1-3 .221 9.107 9.107 0 0 1-3.531-.7 5.3 5.3 0 0 1-1.178-.659 1.841 1.841 0 0 0-1.4-.343 7.456 7.456 0 0 1-4.279-1.752 12.859 12.859 0 0 0-1.653-1.308c-.808-.446-1.641-.836-2.438-1.314Z" }),
|
|
184
|
+
React__namespace.createElement("path", { "data-name": "Path 3609", d: "M65.904 46.283s1.008 4.351 1.81 4.79a4.929 4.929 0 0 0 3.256.22c.581-.315 2.541-4.049 2.688-4.534s-.566-.45-2.949-.715-5.031-.66-4.805.239Z", fill: "#ec1e79" }),
|
|
185
|
+
React__namespace.createElement("path", { "data-name": "Path 3610", d: "M70.613 51.407a1.861 1.861 0 0 0 .309-1.091 2.457 2.457 0 0 0-2.771-2.034 3.06 3.06 0 0 0-1.556.507 5.181 5.181 0 0 0 1.119 2.284 5.348 5.348 0 0 0 2.899.334Z", fill: "#a00813" }),
|
|
186
|
+
React__namespace.createElement("path", { "data-name": "Path 3611", d: "M96.191 96.207a65.684 65.684 0 0 0-22.214-4.614 73.031 73.031 0 0 0-27.347 3.638c-.069.082-6.573 7.707-5.958 11.635.322.316.66.625 1.009.93a50.989 50.989 0 0 0 54.51-11.589Z", fill: "#29a9e1", opacity: 0.3 }),
|
|
187
|
+
React__namespace.createElement("path", { fill: "none", d: "M0 .226h120v120H0z" }))); };
|
|
188
|
+
|
|
189
|
+
module.exports = SvgBertie;
|
|
190
|
+
//# sourceMappingURL=Bertie.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Bertie.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|