nzk-react-components 1.1.5 → 1.1.7
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/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/Doug.js +945 -0
- package/dist/cjs/icons/Doug.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/Guglum.js +220 -0
- package/dist/cjs/icons/Guglum.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/Nozza.js +932 -0
- package/dist/cjs/icons/Nozza.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/Shell.js +882 -0
- package/dist/cjs/icons/Shell.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 +32 -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/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/Doug.js +921 -0
- package/dist/esm/icons/Doug.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/Guglum.js +196 -0
- package/dist/esm/icons/Guglum.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/Nozza.js +908 -0
- package/dist/esm/icons/Nozza.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/Shell.js +858 -0
- package/dist/esm/icons/Shell.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 +16 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/icons/Ant.d.ts +3 -0
- package/dist/icons/Bertie.d.ts +3 -0
- package/dist/icons/Claw.d.ts +3 -0
- package/dist/icons/Doug.d.ts +3 -0
- package/dist/icons/Eek.d.ts +3 -0
- package/dist/icons/Guglum.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/Nozza.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/Shell.d.ts +3 -0
- package/dist/icons/Vincent.d.ts +3 -0
- package/dist/icons/index.d.ts +16 -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,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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,125 @@
|
|
|
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 SvgClaw = 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" }, props),
|
|
29
|
+
React__namespace.createElement("defs", null,
|
|
30
|
+
React__namespace.createElement("linearGradient", { id: "claw_svg__a", y1: 0.5, x2: 1, y2: 0.5, gradientUnits: "objectBoundingBox" },
|
|
31
|
+
React__namespace.createElement("stop", { offset: 0, stopColor: "#cba88b" }),
|
|
32
|
+
React__namespace.createElement("stop", { offset: 1, stopColor: "#b48362" })),
|
|
33
|
+
React__namespace.createElement("linearGradient", { id: "claw_svg__b", x1: 0, y1: 0.5, x2: 1, y2: 0.5, xlinkHref: "#claw_svg__a" })),
|
|
34
|
+
React__namespace.createElement("path", { "data-name": "Path 3365", d: "m2083.756 402.668-21.993-11.451-.138-.531-.527-13.323a32.255 32.255 0 0 1 2.267-2.3s4.442 1.57 6.958-1.175.85-8.922.85-8.922l.024-.042.031-.052.085-.154.011-.021.051-.1c.019-.037.051-.1.078-.159.013-.026.025-.049.038-.078v-.008l.079-.172c.027-.061.059-.13.089-.2l.025-.062.016-.036.069-.168c.033-.085.067-.176.1-.269l.015-.04.026-.068v-.015c.047-.133.092-.271.139-.418l.081-.274a11.451 11.451 0 0 0 .199-.804c.036-.167.07-.333.1-.511.006-.038.015-.072.021-.11v-.06c.013-.083.023-.169.036-.252a51.093 51.093 0 0 0-68.355-8.982c0 .282-.005.562.011.87.347 6.691 4.536 9.556 6.777 10.14a34.822 34.822 0 0 0 7.268.28c-4.888 11.744-19.7 48.253-18.643 56.944l.137-.007a1.243 1.243 0 0 0 .1.505c.086.139.182.27.269.408l.013.032q.623.987 1.289 1.945c.123.175.254.344.378.518.415.58.839 1.151 1.277 1.712.06.077.114.159.174.235l.121.135a51.218 51.218 0 0 0 25.869 17.37l.066-.091.042.013-.033.046c.274.079.548.16.824.234l.028-.037a41.3 41.3 0 0 0 7.013 1.454c.4.048.666.068 1 .117a51.139 51.139 0 0 0 45.645-42.066Z", transform: "translate(-1973.44 -333.787)", opacity: 0.3, style: {
|
|
35
|
+
mixBlendMode: "normal",
|
|
36
|
+
isolation: "isolate",
|
|
37
|
+
} }),
|
|
38
|
+
React__namespace.createElement("path", { "data-name": "Path 3366", d: "m97.428 21.153.409.374a2.33 2.33 0 0 0-.409-.374Z", fill: "#af8864" }),
|
|
39
|
+
React__namespace.createElement("path", { "data-name": "Path 3367", d: "M25.778 97.741a51.9 51.9 0 0 0 27.92 13.081c.46.054.731.071 1.136.138q2.531.252 5.13.256a50.935 50.935 0 0 0 26.156-7.189c1.853-13.172-4.568-34.067-8.119-47.884l-1.08-22.753s-1.454-15.844-19.418-18.65c-15.691-2.452-19.231 4.531-21.193 11 0 0-21.445 50.21-20.182 60.606l.138-.007a1.241 1.241 0 0 0 .1.505 51.3 51.3 0 0 0 3.4 4.85c1.388 1.568 3.317 3.549 6.012 6.047Z", fill: "#f6cb9d" }),
|
|
40
|
+
React__namespace.createElement("path", { "data-name": "Path 3368", d: "m16.429 84.353 55.962 25.336a51.257 51.257 0 0 0 36.933-36.124L75.86 56.143s-56.862.518-59.431 28.21Z", fill: "#f6cb9d" }),
|
|
41
|
+
React__namespace.createElement("path", { "data-name": "Path 3369", d: "M70.069 66.504c3.361-23.781-3.366-30.112-3.9-30.75s-23.255-6.619-23.255-6.619-23.078 40.652-25.287 48.069a25.751 25.751 0 0 0-1.362 9.139s.133.345.384.945a51.274 51.274 0 0 0 29.111 21.915c1.179-1.645 2.378-3.262 3.345-4.449-.001 0 17.785-15.751 20.964-38.25Z", fill: "#f4e1be" }),
|
|
42
|
+
React__namespace.createElement("path", { "data-name": "Path 3370", d: "m78.127 57.323.194 2.747 21.115 22.589 6.208.451a50.794 50.794 0 0 0 3.68-9.545Z", fill: "#f6d5b1" }),
|
|
43
|
+
React__namespace.createElement("path", { "data-name": "Path 3371", d: "M61.338 99.713c.42-.542.805-1.116 1.2-1.674s.794-1.116 1.172-1.69l1.148-1.706c.749-1.151 1.5-2.295 2.225-3.457s1.453-2.328 2.145-3.483l1.118-1.867 1.682 1.435.721.615c.246.2.515.4.774.6s.536.389.81.582.548.386.835.567c1.128.751 2.317 1.449 3.518 2.132a103.039 103.039 0 0 0 7.451 3.785l-.022.07c-2.754-.528-5.5-1.155-8.229-1.913-1.365-.385-2.731-.791-4.1-1.28-.341-.114-.681-.246-1.022-.378s-.684-.256-1.024-.41c-.158-.07-.317-.137-.475-.2-.592.578-1.184 1.152-1.784 1.722-1 .961-2.026 1.9-3.043 2.844l-1.551 1.389c-.51.467-1.042.915-1.567 1.367s-1.041.91-1.589 1.338l-1.612 1.3-.031-.031Z", fill: "#fffeba" }),
|
|
44
|
+
React__namespace.createElement("path", { "data-name": "Path 3372", d: "M63.736 105.521c.394-.562.793-1.117 1.172-1.691l1.148-1.706c.749-1.15 1.5-2.3 2.225-3.457s1.453-2.328 2.145-3.482l1.118-1.868 1.683 1.435.72.615c.246.205.515.4.774.6s.536.39.81.583.548.385.835.567c1.128.75 2.317 1.448 3.518 2.131a103.039 103.039 0 0 0 7.451 3.785l-.022.07a104.013 104.013 0 0 1-8.228-1.913c-1.366-.385-2.732-.79-4.095-1.28-.342-.114-.682-.246-1.023-.378s-.684-.256-1.024-.41c-.158-.07-.316-.136-.475-.205-.592.579-1.184 1.152-1.784 1.722-1 .961-2.026 1.9-3.043 2.844l-1.55 1.39c-.511.466-1.043.915-1.568 1.366s-1.041.909-1.588 1.339l-1.613 1.3-.031-.031 1.241-1.652c.42-.543.805-1.116 1.204-1.674Z", fill: "#fffeba" }),
|
|
45
|
+
React__namespace.createElement("path", { "data-name": "Path 3373", d: "m77.409 37.013 1.466 37.04-3.622-32.9", fill: "#fff" }),
|
|
46
|
+
React__namespace.createElement("path", { "data-name": "Path 3374", d: "m52.203 4.593-.65-2.278c-.118 0 7.925-3.59 14.481-1.539l.45 4.636Z", fill: "#7fb7df" }),
|
|
47
|
+
React__namespace.createElement("path", { "data-name": "Path 3375", d: "m57.621.797 3.053 3.13 5.15-.026L65.48.709a15.86 15.86 0 0 0-7.859.088Z", fill: "#fff", opacity: 0.43 }),
|
|
48
|
+
React__namespace.createElement("path", { "data-name": "Path 3376", d: "m78.04 11.123 1.849-2.458c.087.051-3.663-5.775-9.56-6.97l-1.343 4.71Z", fill: "#7fb7df" }),
|
|
49
|
+
React__namespace.createElement("path", { "data-name": "Path 3377", d: "m71.191 1.961.855 4.288 4.332 2.786 1.451-2.865a15.852 15.852 0 0 0-6.638-4.209Z", fill: "#fff", opacity: 0.43 }),
|
|
50
|
+
React__namespace.createElement("path", { "data-name": "Path 3378", d: "M2012.909 376.593a30.37 30.37 0 0 1 .227 9.716c-.646 4.184-1.616 8.782-1.14 13.031.6 5.391 11.334 9.262 15.853 8.709s8.893-4.9 8.893-4.9 4.418-10.589 3.675-17.221c-.532-4.745-8.7-7.228-12.363-8.39-5.795-1.839-12.879-2.018-16.708-7.5a56.593 56.593 0 0 1 1.563 6.555Z", transform: "translate(-1973.44 -333.787)", opacity: 0.57, fill: "url(#claw_svg__a)" }),
|
|
51
|
+
React__namespace.createElement("path", { "data-name": "Path 3379", d: "M79.937 41.271s4.442 1.57 6.957-1.175.851-8.922.851-8.922-6.055 4.27-7.808 10.097Z", fill: "#f6cb9d" }),
|
|
52
|
+
React__namespace.createElement("path", { "data-name": "Path 3381", d: "M35.891 29.355s-6.146.354-8.387-.229-6.431-3.449-6.777-10.14 3.69-7.045 4.488-7.154a27.387 27.387 0 0 0 7.829-2.275c3.036-1.56 18.274-6.518 28.128-6.627s17.541 5.988 20.1 8.02a24.527 24.527 0 0 1 4.079 4.054 7.123 7.123 0 0 1 .782 2.663q.393 1.627.831 3.244a.816.816 0 0 0 .127.3.938.938 0 0 0 .311.217c1.9 1.027 1.74 3.428 1.72 5.286a11.125 11.125 0 0 1-1.381 4.461s-5.271 7.781-7.808 10.1c-5.92 5.4-11.448 15.445-11.269 17.667a27.061 27.061 0 0 1-.555 5.826c-3.3 7.954-10.455 7.088-18.159 3.781s-5.995-15.087-5.963-17.472-.272-5.354-3.7-10.458a31.839 31.839 0 0 1-4.4-11.26", fill: "#f6cb9d" }),
|
|
53
|
+
React__namespace.createElement("path", { "data-name": "Path 3382", d: "M2061.929 363.328a27.294 27.294 0 0 0-13.406 8.557 52.938 52.938 0 0 0-4.25 6.069 20.1 20.1 0 0 0-4.106 15.8 7.487 7.487 0 0 0 .512 2.686 2.963 2.963 0 0 0 1.036 1.22 23.069 23.069 0 0 0 .393-4.936c-.179-2.222 5.349-12.265 11.269-17.667 2.537-2.316 7.808-10.1 7.808-10.1a8.9 8.9 0 0 0 .744-1.629Z", transform: "translate(-1973.44 -333.787)", opacity: 0.5, fill: "url(#claw_svg__a)", style: {
|
|
54
|
+
mixBlendMode: "multiply",
|
|
55
|
+
isolation: "isolate",
|
|
56
|
+
} }),
|
|
57
|
+
React__namespace.createElement("path", { "data-name": "Path 3383", d: "M2012.285 350.993a11.712 11.712 0 0 1-6.761.812c-3.244-.812-5.408-1.439-6.9.227s-.4 8.818 10.686 7.671a15.39 15.39 0 0 1 2.975-8.71Z", transform: "translate(-1973.44 -333.787)", opacity: 0.5, fill: "url(#claw_svg__a)", style: {
|
|
58
|
+
mixBlendMode: "multiply",
|
|
59
|
+
isolation: "isolate",
|
|
60
|
+
} }),
|
|
61
|
+
React__namespace.createElement("path", { "data-name": "Path 3384", d: "M2012.285 350.993a11.712 11.712 0 0 1-6.761.812c-3.244-.812-5.408-1.439-6.9.227s-.4 8.818 10.686 7.671a15.39 15.39 0 0 1 2.975-8.71Z", transform: "translate(-1973.44 -333.787)", opacity: 0.5, fill: "url(#claw_svg__a)", style: {
|
|
62
|
+
mixBlendMode: "multiply",
|
|
63
|
+
isolation: "isolate",
|
|
64
|
+
} }),
|
|
65
|
+
React__namespace.createElement("path", { "data-name": "Path 3386", d: "m88.794 22.947-8.857 2.969-10.1-7.123v-3.342a10.1 10.1 0 0 0-8.244 2.274c-2.735 2.176-10.212 18.714-13.74 25.285a38.53 38.53 0 0 0-4.009 13.914c.188 4.3 1.352 9.577 6.114 11.621 7.7 3.307 14.858 4.173 18.159-3.781 0 0 .207-1.02.375-2.307-1.034-2.913-2.988-3.952 2.107-14.347S82.66 34.183 82.66 34.183a23.78 23.78 0 0 0 5.082-3.009 10.874 10.874 0 0 0 1.287-3.764 23.209 23.209 0 0 0-.235-4.463Z", fill: "#f4e1be" }),
|
|
66
|
+
React__namespace.createElement("path", { "data-name": "Path 3387", d: "M66.46 67.652a22.987 22.987 0 0 1-15.969-3.164s-4.61-2.648-4.806-11.671a163.94 163.94 0 0 0-.144-4.28 39.332 39.332 0 0 0-1.7 8.387c.011.251.026.507.044.764l.008.108q.025.35.063.7c0 .036.007.073.011.109.057.54.134 1.086.235 1.631l.02.1q.064.339.142.676l.05.208q.07.294.153.585l.061.217c.063.214.132.425.2.635.015.045.028.09.044.134q.136.383.295.753l.062.134q.129.3.275.582c.038.075.079.149.119.224a10.562 10.562 0 0 0 .414.704c.1.161.213.317.325.472.044.06.086.122.131.181.16.209.329.413.508.608.026.029.056.055.083.084.154.164.316.324.485.477.066.059.135.116.2.173a8.24 8.24 0 0 0 .674.518c.157.109.322.212.49.312.077.046.152.093.231.137.25.138.508.268.781.385l.011.005c.22.094.44.187.659.277l.229.092c.146.06.293.119.439.176l.273.106c.13.05.26.1.39.148l.293.108c.123.045.245.088.367.131.1.036.2.072.3.106q.175.06.351.117c.1.034.206.069.309.1l.349.107q.312.1.623.182c.088.025.177.051.265.074l.381.1c.08.02.161.041.242.06.129.031.258.06.387.089l.225.049c.133.028.266.054.4.079l.2.036c.141.025.281.049.421.071l.132.02a15.134 15.134 0 0 0 2.066.169h.038c.16 0 .32 0 .478-.008h.068a10.4 10.4 0 0 0 .47-.028h.051a8.287 8.287 0 0 0 6.1-3.252Z", fill: "#f6cb9d" }),
|
|
67
|
+
React__namespace.createElement("path", { "data-name": "Path 3388", d: "M65.872 58.921c1.353-12.825 12.106-24.254 12.106-24.254l1.335-1.668-2.772-1.6-6.31-1.444-3.767-1.582-3.519-1.288s-8.343 20.131-8.533 22.293 11.46 9.543 11.46 9.543Z", fill: "#45121c" }),
|
|
68
|
+
React__namespace.createElement("path", { "data-name": "Path 3389", d: "M69.289 31.927s1.334 8.435-7.7 13.535-8.146-6.935-8.146-6.935 6.133-12.68 9.291-13.072a6.12 6.12 0 0 1 6.555 6.472Z", fill: "#17070a" }),
|
|
69
|
+
React__namespace.createElement("path", { "data-name": "Path 3390", d: "M53.983 37.447s5.534 3.013 5.927 6.642c0 0 3.832 1.667 4.907 5.3s.942 9.146-.61 11.928c0 0-7.1-1.033-7.606-1.16s-8.153-.81-7.179-7.162 4.561-15.548 4.561-15.548Z", fill: "#793b46" }),
|
|
70
|
+
React__namespace.createElement("path", { "data-name": "Path 3391", d: "M64.817 28.375s-2.251-2.231-4.052-1.631c0 0 1.159-1.629 2.76-1.321a6.14 6.14 0 0 1 4.144 2c1.45 1.554-2.852.952-2.852.952Z", fill: "#45121c" }),
|
|
71
|
+
React__namespace.createElement("path", { "data-name": "Path 3392", d: "M65.714 27.264s-1.463.089-1.906 2.881a9.914 9.914 0 0 0 .177 4.522 33.663 33.663 0 0 0 3.99-3.493c.975-1.206.266-3.289-2.261-3.91Z", fill: "#fff" }),
|
|
72
|
+
React__namespace.createElement("path", { "data-name": "Path 3393", d: "M67.249 58.449c-.081-1.925.634-4.807 3.346-10.339a36.715 36.715 0 0 1 7.341-10.294", fill: "none", stroke: "#af8864", strokeWidth: 0.78 }),
|
|
73
|
+
React__namespace.createElement("path", { "data-name": "Path 3394", d: "M78.525 32.805s-.887 3.768-2.261 5.186 4.384-.089 5.471-3.254c.558-1.624-3.092-2.388-3.21-1.932Z", fill: "#fff" }),
|
|
74
|
+
React__namespace.createElement("path", { "data-name": "Path 3395", d: "M78.525 32.805a4.356 4.356 0 0 1-2.7 1.685 3.337 3.337 0 0 1 0-2.483c.528-1.374 3.498-.354 2.7.798Z", fill: "#fff" }),
|
|
75
|
+
React__namespace.createElement("path", { "data-name": "Path 3396", d: "M72.186 30.965a10 10 0 0 0 0 3.126s1.862.177 3.635-2.084a2.79 2.79 0 0 0-2.084-1.155c-1.507-.175-1.551.113-1.551.113Z", fill: "#fff" }),
|
|
76
|
+
React__namespace.createElement("path", { "data-name": "Path 3397", d: "M69.393 29.879a5.516 5.516 0 0 0-.177 3.039 3.621 3.621 0 0 0 2.918-1.519 2.754 2.754 0 0 0-2.741-1.52Z", fill: "#fff" }),
|
|
77
|
+
React__namespace.createElement("path", { "data-name": "Path 3398", d: "M67.975 31.174s1.064-.659 1.6-.378a14.919 14.919 0 0 0 2.563.6l3.687.608 2.7.8 2.737.674s-2.914-2.073-3.092-2.3-.323-.355-1.048-.448-5.778-.582-6.266-.848-3.147-2.392-3.369-2.614a2.605 2.605 0 0 0-2.155.121Z", fill: "#fff" }),
|
|
78
|
+
React__namespace.createElement("path", { "data-name": "Path 3399", d: "M49.422 52.991a5.139 5.139 0 0 0 .207 2.538c.466.669 1.862-1.556 1.862-1.556a6.043 6.043 0 0 0 0-2.224 1.849 1.849 0 0 0-2.069 1.242Z", fill: "#fff" }),
|
|
79
|
+
React__namespace.createElement("path", { "data-name": "Path 3400", d: "M54.078 58.939a10.623 10.623 0 0 0 .839-6.776c-2.627-.259-4.439 3.113-4.439 3.113s-.1 1.9 1.128 2.68a7.481 7.481 0 0 0 2.472.983Z", fill: "#fff" }),
|
|
80
|
+
React__namespace.createElement("path", { "data-name": "Path 3401", d: "M64.526 60.439s2.1-2.819 3.869-3.116a6.982 6.982 0 0 1-.869 5.062 7.294 7.294 0 0 1-2.709-.549c-1.274-.569-.291-1.397-.291-1.397Z", fill: "#fff" }),
|
|
81
|
+
React__namespace.createElement("path", { "data-name": "Path 3402", d: "M64.207 61.313a3.983 3.983 0 0 0-.2-2.374s-1.552-.31-2.845 1.6a5.592 5.592 0 0 0 1.57.77 3.951 3.951 0 0 0 1.475.004Z", fill: "#fff" }),
|
|
82
|
+
React__namespace.createElement("path", { "data-name": "Path 3403", d: "M57.388 60.153a4.779 4.779 0 0 1 1.966-1.679c.982-.259 1.623 1.6 1.536 2.069s-3.502-.39-3.502-.39Z", fill: "#fff" }),
|
|
83
|
+
React__namespace.createElement("path", { "data-name": "Path 3404", d: "M57.388 60.153s-.517-1.99-1.086-2.4a4.1 4.1 0 0 0-2.737 1.068c-.936.744 3.823 1.332 3.823 1.332Z", fill: "#fff" }),
|
|
84
|
+
React__namespace.createElement("path", { "data-name": "Path 3405", d: "M49.36 53.689a5.367 5.367 0 0 0 2.75 5.147c3.259 2.069 5.793 1.415 7.6 1.845s4.82.839 5.487 1.307a5.089 5.089 0 0 0 2.323.4l-1.172-1.222a8.807 8.807 0 0 1-2.706-.155 35.125 35.125 0 0 0-3.881-.855l-3.672-.128s-5.805-2.795-6.729-6.339Z", fill: "#fff" }),
|
|
85
|
+
React__namespace.createElement("path", { "data-name": "Path 3406", d: "M62.321 25.913a4.4 4.4 0 0 0-1.093 4.936s2.536-1.283 3.378-2.79-1.023-2.294-2.285-2.146Z", fill: "#fff" }),
|
|
86
|
+
React__namespace.createElement("path", { "data-name": "Path 3407", d: "M53.983 37.447s5.534 3.013 5.927 6.642c0 0 .317 4.309.98 5.609", fill: "none", stroke: "#45121c", strokeWidth: 0.673 }),
|
|
87
|
+
React__namespace.createElement("path", { "data-name": "Path 3408", d: "M79.932 26.203s0 2.242-2.493 4.649c0 0 4.228 1.593 4.349 3.638", fill: "none", stroke: "#af8864", strokeWidth: 0.78 }),
|
|
88
|
+
React__namespace.createElement("path", { "data-name": "Path 3409", d: "M77.439 30.852s-6.385-.847-6.583-.974-4.711-4.709-7.554-4.494", fill: "none", stroke: "#af8864", strokeWidth: 0.78 }),
|
|
89
|
+
React__namespace.createElement("path", { "data-name": "Path 3410", d: "M63.525 25.423s-3.009-.939-8.608 10.236-5.512 14.979-5.555 18.03 1.2 4.543 4.057 6.053a69.107 69.107 0 0 0 7.479 1.191c4.29.455 4.7 1.24 5.139 1.456s1.708.782 1.886-.773", fill: "none", stroke: "#af8864", strokeWidth: 0.78 }),
|
|
90
|
+
React__namespace.createElement("path", { "data-name": "Path 3411", d: "M69.833 18.793s8.779 6.978 10.1 7.642c0 0 5.91.248 8.767-2.667l.09-.821a16.718 16.718 0 0 0-5.672.5 3.2 3.2 0 0 1-1.927-.828 39.811 39.811 0 0 0-6.711-4.488c-1.259-.467-4.049-1.132-4.647.662Z", fill: "#5b222f" }),
|
|
91
|
+
React__namespace.createElement("path", { "data-name": "Path 3412", d: "M2023.935 398.275s-4.61-2.648-4.806-11.671-.785-13.534-3.04-18.045-4.722-11.475 4.308-25.2c0 0-.345.259-.9.7 0 0-8.446 5.168-14.631 4.96s-9.532.843-6.351 6.841a3.781 3.781 0 0 1 .114-3.828c1.487-1.666 3.651-1.039 6.9-.227a11.518 11.518 0 0 0 6.609-.746 9.547 9.547 0 0 0-1.74 2.982 20.766 20.766 0 0 0-.542 11.431c.239.9.572 2.013 1.02 3.22.065.166.122.329.192.5l.031.083a26.962 26.962 0 0 0 2.64 5.129c3.425 5.1 3.729 8.072 3.7 10.458s-1.742 14.165 5.963 17.472c6.6 2.833 12.795 3.869 16.51-.893a22.988 22.988 0 0 1-15.977-3.166Z", transform: "translate(-1973.44 -333.787)", opacity: 0.5, fill: "url(#claw_svg__a)", style: {
|
|
92
|
+
mixBlendMode: "multiply",
|
|
93
|
+
isolation: "isolate",
|
|
94
|
+
} }),
|
|
95
|
+
React__namespace.createElement("path", { "data-name": "Path 3413", d: "M56.601 10.159s2.944-1.963 4.988-1.369 6.641 4.075 6.641 4.075l1.059 1.039-5.46-2.607s-6.448-1.347-7.228-1.138Z", fill: "#af8864" }),
|
|
96
|
+
React__namespace.createElement("path", { "data-name": "Path 3414", d: "M68.986 15.795s1.1-2.839.847-4.005-3.591-6.134-12.341-5.063c-4.552.557-4.463 2.778-4.463 2.778a9.016 9.016 0 0 0 6.176 4.4c4.522.945 8.925 1.713 9.22 1.891", fill: "#f4e1be" }),
|
|
97
|
+
React__namespace.createElement("path", { "data-name": "Path 3415", d: "M68.986 15.119c.088-.014.174-.036.26-.057a8.268 8.268 0 0 0 .587-3.273c-.255-1.166-3.591-6.133-12.341-5.062-4.552.557-4.463 2.778-4.463 2.778 2.539-.392 15.957 5.614 15.957 5.614Z", fill: "#af8864" }),
|
|
98
|
+
React__namespace.createElement("path", { "data-name": "Path 3416", d: "M54.734 9.775s4.961-.756 8.52.667 3.55 3.9 2.665 3.918-6.543-.94-8.563-2.395a15.414 15.414 0 0 1-2.622-2.19Z", fill: "#fff" }),
|
|
99
|
+
React__namespace.createElement("path", { "data-name": "Path 3417", d: "M60.43 13.113s2.36.35 2.99-.56a1.561 1.561 0 0 0 0-1.925c-.192-.193-4.6-1.838-7.158-.823s3.19 3.041 4.168 3.308Z", fill: "#a06355" }),
|
|
100
|
+
React__namespace.createElement("ellipse", { "data-name": "Ellipse 392", cx: 1.716, cy: 1.271, rx: 1.716, ry: 1.271, transform: "translate(57.628 9.576)", fill: "#211d1c" }),
|
|
101
|
+
React__namespace.createElement("path", { "data-name": "Path 3418", d: "M62.423 11.713c-.062.265-.624.359-1.254.21s-1.09-.484-1.027-.749.624-.359 1.254-.21 1.09.487 1.027.749Z", fill: "#fcfcfc" }),
|
|
102
|
+
React__namespace.createElement("path", { "data-name": "Path 3419", d: "M54.16 7.778a13.768 13.768 0 0 1 10.2-.54c5.29 1.975 5.467 4.583 5.467 5.406", fill: "none", stroke: "#231f20", strokeWidth: 1.128 }),
|
|
103
|
+
React__namespace.createElement("path", { "data-name": "Path 3420", d: "M54.917 9.733a16.877 16.877 0 0 1 7.378.416c3.722 1.143 4.4 2.964 4.27 3.925", fill: "none", stroke: "#231f20", strokeWidth: 0.588 }),
|
|
104
|
+
React__namespace.createElement("path", { "data-name": "Path 3421", d: "M54.409 9.567a17.649 17.649 0 0 1 1.679 1.556c.728.793 5.856 3.341 10.362 3.237", fill: "none", stroke: "#231f20", strokeWidth: 0.642 }),
|
|
105
|
+
React__namespace.createElement("path", { "data-name": "Line 7", fill: "none", stroke: "#231f20", strokeWidth: 1.023, d: "m66.322 14.075 3.51 1.377" }),
|
|
106
|
+
React__namespace.createElement("path", { "data-name": "Path 3422", d: "M81.093 14.854s6.966-2.262 6.082 1.117", fill: "none", stroke: "#231f20", strokeWidth: 1.273 }),
|
|
107
|
+
React__namespace.createElement("path", { "data-name": "Path 3423", d: "M80.753 15.042s-.654 1.141.764 2.321 5.719 3.365 6.332 4.164", fill: "none" }),
|
|
108
|
+
React__namespace.createElement("path", { "data-name": "Path 3424", d: "M87.103 15.47s-.178 1.755-.148 1.852a2.616 2.616 0 0 0 0 1.251 8.327 8.327 0 0 1 .033 2.512c-.046.259-5.252-3.461-5.608-3.85s-2.193-2.3.762-2.6 5.106-.822 4.961.835Z", fill: "#af8864" }),
|
|
109
|
+
React__namespace.createElement("path", { "data-name": "Path 3425", d: "M81.836 17.613c1.345 1.038 5.109 3.691 5.148 3.471a8.327 8.327 0 0 0-.033-2.512 1.847 1.847 0 0 1-.042-.959Z", fill: "#af8864" }),
|
|
110
|
+
React__namespace.createElement("path", { "data-name": "Path 3426", d: "M81.414 17.269c.529.505 5.525 4.07 5.57 3.816a8.327 8.327 0 0 0-.033-2.512 2.616 2.616 0 0 1 0-1.251.292.292 0 0 1 0-.053Z", fill: "#f6cb9d" }),
|
|
111
|
+
React__namespace.createElement("path", { "data-name": "Path 3427", d: "M2054.854 351.056c.529.505 5.525 4.07 5.57 3.816a8.327 8.327 0 0 0-.033-2.512 2.616 2.616 0 0 1 0-1.251.292.292 0 0 1 0-.053Z", transform: "translate(-1973.44 -333.787)", opacity: 0.5, fill: "url(#claw_svg__b)", style: {
|
|
112
|
+
mixBlendMode: "multiply",
|
|
113
|
+
isolation: "isolate",
|
|
114
|
+
} }),
|
|
115
|
+
React__namespace.createElement("path", { "data-name": "Path 3428", d: "M83.274 18.543s2.206.2 2.853-.232.613-.946.265-1.211a5.829 5.829 0 0 0-5.523-.481 3.983 3.983 0 0 0 1.067 1.089c.681.459 1.338.835 1.338.835Z", fill: "#fff" }),
|
|
116
|
+
React__namespace.createElement("path", { "data-name": "Path 3429", d: "M83.91 16.178a3.327 3.327 0 0 1 1.515 1.007c.535.712-.809 1.412-1.179 1.4s-.972-.045-.972-.045a10.254 10.254 0 0 1-1.9-1.308c-.444-.506-.9-.581.147-.925a3.65 3.65 0 0 1 2.389-.129Z", fill: "#8d5b43" }),
|
|
117
|
+
React__namespace.createElement("path", { "data-name": "Path 3430", d: "M81.609 16.343s1.322-.21 1.82.432a.961.961 0 0 1-.679 1.454 9.8 9.8 0 0 1-1.488-1.1.514.514 0 0 1 .347-.786Z", fill: "#211f23" }),
|
|
118
|
+
React__namespace.createElement("path", { "data-name": "Path 3431", d: "M84.783 17.602c-.031.139-.447.164-.929.057s-.848-.309-.817-.448.448-.164.93-.057.847.308.816.448Z", fill: "#fcfcfa" }),
|
|
119
|
+
React__namespace.createElement("path", { "data-name": "Path 3432", d: "M80.891 16.653a5.81 5.81 0 0 1 5.5.447c.348.265.381.78-.265 1.211s-2.853.232-2.853.232l.325.214s1.825.066 2.189 0a1.406 1.406 0 0 0 .985-.877c.117-.432.965-.664.965-.664s-3.512-2.412-7.045-.875Z", fill: "#231f20" }),
|
|
120
|
+
React__namespace.createElement("path", { "data-name": "Path 3434", d: "M81.03 106.574c-1.2-.683-2.39-1.381-3.518-2.131-.287-.182-.562-.375-.835-.568s-.554-.378-.81-.582-.528-.393-.774-.6l-.721-.615-1.682-1.435-1.118 1.867c-.692 1.155-1.415 2.329-2.145 3.484s-1.477 2.305-2.225 3.456l-.916 1.361q1.506-.185 2.985-.457c.856-.791 1.715-1.582 2.558-2.391.6-.57 1.193-1.143 1.785-1.722.158.068.317.135.475.2.34.154.683.277 1.024.41s.681.264 1.022.378c.659.237 1.319.452 1.979.657q1.536-.584 3.021-1.264a.415.415 0 0 1-.105-.048Z", fill: "#fffeba" }),
|
|
121
|
+
React__namespace.createElement("path", { "data-name": "Path 3435", d: "M67.254 79.702a97.545 97.545 0 0 1-14.11 20.486c-1.591 1.919-3.536 3.583-4.98 5.645a114.848 114.848 0 0 1-2.33 3.338c.274.079.547.16.824.234a36.285 36.285 0 0 0 2.433-3.473c7.214-7.843 14.035-16.3 18.251-26.188.028-.056-.064-.096-.088-.042Z", fill: "#af8864" }),
|
|
122
|
+
React__namespace.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }))); };
|
|
123
|
+
|
|
124
|
+
module.exports = SvgClaw;
|
|
125
|
+
//# sourceMappingURL=Claw.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Claw.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|