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,166 @@
|
|
|
1
|
+
import { __assign } from 'tslib';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
var SvgBertie = function (props) { return (React.createElement("svg", __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),
|
|
5
|
+
React.createElement("defs", null,
|
|
6
|
+
React.createElement("linearGradient", { id: "bertie_svg__a", y1: 0.5, x2: 1, y2: 0.5, gradientUnits: "objectBoundingBox" },
|
|
7
|
+
React.createElement("stop", { offset: 0.163, stopColor: "#fdbd10" }),
|
|
8
|
+
React.createElement("stop", { offset: 0.52, stopColor: "#fd0" })),
|
|
9
|
+
React.createElement("linearGradient", { id: "bertie_svg__b", y1: 0.5, x2: 1, y2: 0.5, gradientUnits: "objectBoundingBox" },
|
|
10
|
+
React.createElement("stop", { offset: 0.163, stopColor: "#fcb614" }),
|
|
11
|
+
React.createElement("stop", { offset: 0.274, stopColor: "#fed105" }),
|
|
12
|
+
React.createElement("stop", { offset: 0.342, stopColor: "#fd0" }),
|
|
13
|
+
React.createElement("stop", { offset: 0.456, stopColor: "#fed006" }),
|
|
14
|
+
React.createElement("stop", { offset: 0.653, stopColor: "#fdc10e" }),
|
|
15
|
+
React.createElement("stop", { offset: 0.811, stopColor: "#fdbc11" }),
|
|
16
|
+
React.createElement("stop", { offset: 0.826, stopColor: "#fdc20d" }),
|
|
17
|
+
React.createElement("stop", { offset: 0.881, stopColor: "#fed503" }),
|
|
18
|
+
React.createElement("stop", { offset: 0.918, stopColor: "#fd0" })),
|
|
19
|
+
React.createElement("linearGradient", { id: "bertie_svg__c", x1: -101.77, y1: 460.95, x2: -100.772, y2: 460.95, xlinkHref: "#bertie_svg__a" })),
|
|
20
|
+
React.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 }),
|
|
21
|
+
React.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 }),
|
|
22
|
+
React.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 }),
|
|
23
|
+
React.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 }),
|
|
24
|
+
React.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: {
|
|
25
|
+
mixBlendMode: "screen",
|
|
26
|
+
isolation: "isolate",
|
|
27
|
+
} }),
|
|
28
|
+
React.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: {
|
|
29
|
+
mixBlendMode: "screen",
|
|
30
|
+
isolation: "isolate",
|
|
31
|
+
} }),
|
|
32
|
+
React.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" }),
|
|
33
|
+
React.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 }),
|
|
34
|
+
React.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: {
|
|
35
|
+
mixBlendMode: "screen",
|
|
36
|
+
isolation: "isolate",
|
|
37
|
+
} }),
|
|
38
|
+
React.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" }),
|
|
39
|
+
React.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)" }),
|
|
40
|
+
React.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" }),
|
|
41
|
+
React.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 }),
|
|
42
|
+
React.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: {
|
|
43
|
+
mixBlendMode: "screen",
|
|
44
|
+
isolation: "isolate",
|
|
45
|
+
} }),
|
|
46
|
+
React.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" }),
|
|
47
|
+
React.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" }),
|
|
48
|
+
React.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" }),
|
|
49
|
+
React.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 }),
|
|
50
|
+
React.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" }),
|
|
51
|
+
React.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 }),
|
|
52
|
+
React.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" }),
|
|
53
|
+
React.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" }),
|
|
54
|
+
React.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" }),
|
|
55
|
+
React.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" }),
|
|
56
|
+
React.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" }),
|
|
57
|
+
React.createElement("path", { "data-name": "Path 3529", d: "M66.024 58.792a8.815 8.815 0 0 1 1.758 3.619", fill: "#c49a6c" }),
|
|
58
|
+
React.createElement("path", { "data-name": "Path 3530", d: "M49.954 66.318a8.805 8.805 0 0 1 .7-3.963", fill: "#c49a6c" }),
|
|
59
|
+
React.createElement("path", { "data-name": "Path 3531", d: "M43.45 72.503a6.536 6.536 0 0 1 .31-2.776", fill: "#c49a6c" }),
|
|
60
|
+
React.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: {
|
|
61
|
+
mixBlendMode: "multiply",
|
|
62
|
+
isolation: "isolate",
|
|
63
|
+
} }),
|
|
64
|
+
React.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" }),
|
|
65
|
+
React.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 }),
|
|
66
|
+
React.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)" }),
|
|
67
|
+
React.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" }),
|
|
68
|
+
React.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" }),
|
|
69
|
+
React.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" }),
|
|
70
|
+
React.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" }),
|
|
71
|
+
React.createElement("path", { "data-name": "Path 3540", d: "M45.1 92.334a11.014 11.014 0 0 1 .386-5.014", fill: "#c49a6c" }),
|
|
72
|
+
React.createElement("path", { "data-name": "Path 3541", d: "M84.467 82.671a11.03 11.03 0 0 1 2.2 4.522", fill: "#c49a6c" }),
|
|
73
|
+
React.createElement("path", { "data-name": "Path 3542", d: "M60.674 86.668a11 11 0 0 1 .868-4.951", fill: "#c49a6c" }),
|
|
74
|
+
React.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" }),
|
|
75
|
+
React.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" }),
|
|
76
|
+
React.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 }),
|
|
77
|
+
React.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" }),
|
|
78
|
+
React.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: {
|
|
79
|
+
mixBlendMode: "multiply",
|
|
80
|
+
isolation: "isolate",
|
|
81
|
+
} }),
|
|
82
|
+
React.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" }),
|
|
83
|
+
React.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" }),
|
|
84
|
+
React.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 }),
|
|
85
|
+
React.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" }),
|
|
86
|
+
React.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" }),
|
|
87
|
+
React.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" }),
|
|
88
|
+
React.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" }),
|
|
89
|
+
React.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" }),
|
|
90
|
+
React.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: {
|
|
91
|
+
mixBlendMode: "multiply",
|
|
92
|
+
isolation: "isolate",
|
|
93
|
+
} }),
|
|
94
|
+
React.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" }),
|
|
95
|
+
React.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" }),
|
|
96
|
+
React.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" }),
|
|
97
|
+
React.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 }),
|
|
98
|
+
React.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 }),
|
|
99
|
+
React.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: {
|
|
100
|
+
mixBlendMode: "multiply",
|
|
101
|
+
isolation: "isolate",
|
|
102
|
+
} }),
|
|
103
|
+
React.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" }),
|
|
104
|
+
React.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 }),
|
|
105
|
+
React.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" }),
|
|
106
|
+
React.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" }),
|
|
107
|
+
React.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" }),
|
|
108
|
+
React.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" }),
|
|
109
|
+
React.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" }),
|
|
110
|
+
React.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 }),
|
|
111
|
+
React.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 }),
|
|
112
|
+
React.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" }),
|
|
113
|
+
React.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" }),
|
|
114
|
+
React.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" }),
|
|
115
|
+
React.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" }),
|
|
116
|
+
React.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" }),
|
|
117
|
+
React.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" }),
|
|
118
|
+
React.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" }),
|
|
119
|
+
React.createElement("path", { "data-name": "Path 3580", d: "M63.645 26.713s5.192.5 6.237.821 4.633-.083 5.3-.153", fill: "#4d4e4e" }),
|
|
120
|
+
React.createElement("path", { "data-name": "Path 3581", d: "M73.902 38.526s4.113 7.309 2.409 11.242" }),
|
|
121
|
+
React.createElement("path", { "data-name": "Path 3582", d: "M66.335 38.298s-5.418 5.768-4.771 12.752" }),
|
|
122
|
+
React.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: {
|
|
123
|
+
mixBlendMode: "multiply",
|
|
124
|
+
isolation: "isolate",
|
|
125
|
+
} }),
|
|
126
|
+
React.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: {
|
|
127
|
+
mixBlendMode: "multiply",
|
|
128
|
+
isolation: "isolate",
|
|
129
|
+
} }),
|
|
130
|
+
React.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" }),
|
|
131
|
+
React.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" }),
|
|
132
|
+
React.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" }),
|
|
133
|
+
React.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" }),
|
|
134
|
+
React.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" }),
|
|
135
|
+
React.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" }),
|
|
136
|
+
React.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" }),
|
|
137
|
+
React.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" }),
|
|
138
|
+
React.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: {
|
|
139
|
+
mixBlendMode: "overlay",
|
|
140
|
+
isolation: "isolate",
|
|
141
|
+
} }),
|
|
142
|
+
React.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: {
|
|
143
|
+
mixBlendMode: "overlay",
|
|
144
|
+
isolation: "isolate",
|
|
145
|
+
} }),
|
|
146
|
+
React.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" }),
|
|
147
|
+
React.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" }),
|
|
148
|
+
React.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" }),
|
|
149
|
+
React.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" }),
|
|
150
|
+
React.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" }),
|
|
151
|
+
React.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" }),
|
|
152
|
+
React.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" }),
|
|
153
|
+
React.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" }),
|
|
154
|
+
React.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" }),
|
|
155
|
+
React.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)" }),
|
|
156
|
+
React.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" }),
|
|
157
|
+
React.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" }),
|
|
158
|
+
React.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" }),
|
|
159
|
+
React.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" }),
|
|
160
|
+
React.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" }),
|
|
161
|
+
React.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" }),
|
|
162
|
+
React.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 }),
|
|
163
|
+
React.createElement("path", { fill: "none", d: "M0 .226h120v120H0z" }))); };
|
|
164
|
+
|
|
165
|
+
export { SvgBertie as default };
|
|
166
|
+
//# sourceMappingURL=Bertie.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Bertie.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { __assign } from 'tslib';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
var SvgClaw = function (props) { return (React.createElement("svg", __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),
|
|
5
|
+
React.createElement("defs", null,
|
|
6
|
+
React.createElement("linearGradient", { id: "claw_svg__a", y1: 0.5, x2: 1, y2: 0.5, gradientUnits: "objectBoundingBox" },
|
|
7
|
+
React.createElement("stop", { offset: 0, stopColor: "#cba88b" }),
|
|
8
|
+
React.createElement("stop", { offset: 1, stopColor: "#b48362" })),
|
|
9
|
+
React.createElement("linearGradient", { id: "claw_svg__b", x1: 0, y1: 0.5, x2: 1, y2: 0.5, xlinkHref: "#claw_svg__a" })),
|
|
10
|
+
React.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: {
|
|
11
|
+
mixBlendMode: "normal",
|
|
12
|
+
isolation: "isolate",
|
|
13
|
+
} }),
|
|
14
|
+
React.createElement("path", { "data-name": "Path 3366", d: "m97.428 21.153.409.374a2.33 2.33 0 0 0-.409-.374Z", fill: "#af8864" }),
|
|
15
|
+
React.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" }),
|
|
16
|
+
React.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" }),
|
|
17
|
+
React.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" }),
|
|
18
|
+
React.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" }),
|
|
19
|
+
React.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" }),
|
|
20
|
+
React.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" }),
|
|
21
|
+
React.createElement("path", { "data-name": "Path 3373", d: "m77.409 37.013 1.466 37.04-3.622-32.9", fill: "#fff" }),
|
|
22
|
+
React.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" }),
|
|
23
|
+
React.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 }),
|
|
24
|
+
React.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" }),
|
|
25
|
+
React.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 }),
|
|
26
|
+
React.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)" }),
|
|
27
|
+
React.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" }),
|
|
28
|
+
React.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" }),
|
|
29
|
+
React.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: {
|
|
30
|
+
mixBlendMode: "multiply",
|
|
31
|
+
isolation: "isolate",
|
|
32
|
+
} }),
|
|
33
|
+
React.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: {
|
|
34
|
+
mixBlendMode: "multiply",
|
|
35
|
+
isolation: "isolate",
|
|
36
|
+
} }),
|
|
37
|
+
React.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: {
|
|
38
|
+
mixBlendMode: "multiply",
|
|
39
|
+
isolation: "isolate",
|
|
40
|
+
} }),
|
|
41
|
+
React.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" }),
|
|
42
|
+
React.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" }),
|
|
43
|
+
React.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" }),
|
|
44
|
+
React.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" }),
|
|
45
|
+
React.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" }),
|
|
46
|
+
React.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" }),
|
|
47
|
+
React.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" }),
|
|
48
|
+
React.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 }),
|
|
49
|
+
React.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" }),
|
|
50
|
+
React.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" }),
|
|
51
|
+
React.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" }),
|
|
52
|
+
React.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" }),
|
|
53
|
+
React.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" }),
|
|
54
|
+
React.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" }),
|
|
55
|
+
React.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" }),
|
|
56
|
+
React.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" }),
|
|
57
|
+
React.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" }),
|
|
58
|
+
React.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" }),
|
|
59
|
+
React.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" }),
|
|
60
|
+
React.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" }),
|
|
61
|
+
React.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" }),
|
|
62
|
+
React.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 }),
|
|
63
|
+
React.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 }),
|
|
64
|
+
React.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 }),
|
|
65
|
+
React.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 }),
|
|
66
|
+
React.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" }),
|
|
67
|
+
React.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: {
|
|
68
|
+
mixBlendMode: "multiply",
|
|
69
|
+
isolation: "isolate",
|
|
70
|
+
} }),
|
|
71
|
+
React.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" }),
|
|
72
|
+
React.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" }),
|
|
73
|
+
React.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" }),
|
|
74
|
+
React.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" }),
|
|
75
|
+
React.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" }),
|
|
76
|
+
React.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" }),
|
|
77
|
+
React.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" }),
|
|
78
|
+
React.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 }),
|
|
79
|
+
React.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 }),
|
|
80
|
+
React.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 }),
|
|
81
|
+
React.createElement("path", { "data-name": "Line 7", fill: "none", stroke: "#231f20", strokeWidth: 1.023, d: "m66.322 14.075 3.51 1.377" }),
|
|
82
|
+
React.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 }),
|
|
83
|
+
React.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" }),
|
|
84
|
+
React.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" }),
|
|
85
|
+
React.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" }),
|
|
86
|
+
React.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" }),
|
|
87
|
+
React.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: {
|
|
88
|
+
mixBlendMode: "multiply",
|
|
89
|
+
isolation: "isolate",
|
|
90
|
+
} }),
|
|
91
|
+
React.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" }),
|
|
92
|
+
React.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" }),
|
|
93
|
+
React.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" }),
|
|
94
|
+
React.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" }),
|
|
95
|
+
React.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" }),
|
|
96
|
+
React.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" }),
|
|
97
|
+
React.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" }),
|
|
98
|
+
React.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }))); };
|
|
99
|
+
|
|
100
|
+
export { SvgClaw as default };
|
|
101
|
+
//# sourceMappingURL=Claw.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Claw.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { __assign } from 'tslib';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
var SvgDictionary = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
|
|
5
|
+
React.createElement("path", { "data-name": "Path 3332", d: "M117.076 100.139c-1-3.325-19.009-64.808-19.009-64.808l-44-1.917-5.69-1.231.224 2.009c-7.069-.906-38.409-4.9-43.06-5.149C.292 28.765.489 33.311.489 33.311s-.033 54.684.26 60.27 4.152 4.6 4.152 4.6l50.854.384c5.188 5.018 9.032.887 9.032.887l49.952 4.045a2.38 2.38 0 0 0 2.337-3.358Z", opacity: 0.3 }),
|
|
6
|
+
React.createElement("path", { "data-name": "Path 3333", d: "m57.363 95.358-51.522-.39s-3.911 1-4.208-4.658-.263-61.061-.263-61.061-.2-4.607 5.118-4.325 45.061 5.4 45.061 5.4Z", fill: "#c1272d" }),
|
|
7
|
+
React.createElement("path", { "data-name": "Path 3334", d: "m57.682 93.881-50.274-.38s-3.815.977-4.1-4.545-.257-59.582-.257-59.582-.194-4.494 4.995-4.22 43.968 5.271 43.968 5.271Z", fill: "#d62b37" }),
|
|
8
|
+
React.createElement("path", { "data-name": "Path 3335", d: "m66.513 96.256 50.609 4.1a2.412 2.412 0 0 0 2.367-3.4c-1.01-3.369-19.26-65.659-19.26-65.659l-46.542-2.028Z", fill: "#c1272d" }),
|
|
9
|
+
React.createElement("path", { "data-name": "Path 3336", d: "m66.362 95.24 49.919 4.042a2.379 2.379 0 0 0 2.335-3.353c-1-3.324-19-64.766-19-64.766l-45.909-2Z", fill: "#d62b37" }),
|
|
10
|
+
React.createElement("path", { "data-name": "Path 3337", d: "M57.363 95.358 49.888 28.1l8.251 1.785 8.374 66.366s-3.894 4.19-9.15-.893Z", fill: "#c1272d" }),
|
|
11
|
+
React.createElement("path", { "data-name": "Path 3338", d: "m57.256 93.886-7.475-67.252 8.251 1.785 8.33 66.821s-3.851 3.729-9.106-1.354Z", fill: "#d62b37" }),
|
|
12
|
+
React.createElement("path", { "data-name": "Path 3339", d: "M61.936 93.848a11.463 11.463 0 0 1-4.887-2.005L11.191 92l-.317-4.559 45.961.816 7.888 1.706 49.152 2.811.78 3.427-48.743-3.083a5.5 5.5 0 0 1-3.976.73Z", opacity: 0.3 }),
|
|
13
|
+
React.createElement("path", { "data-name": "Path 3340", d: "m115.78 95.773-16.086-69.12s-21.1-11.683-45.753 1.44l8.148 65.095a182.42 182.42 0 0 1 53.691 2.585Z", fill: "#e6e6e6" }),
|
|
14
|
+
React.createElement("path", { "data-name": "Path 3341", d: "M64.968 92.589s31.687-3.254 46.79.593l-.686-3.191-33.533-.011s-12.069.367-12.571 2.609Z", opacity: 0.1 }),
|
|
15
|
+
React.createElement("path", { "data-name": "Path 3342", d: "M116.42 92.815 100.334 23.7s-21.744-8.725-46.393 4.4l8.148 65.095a138.8 138.8 0 0 1 54.331-.38Z", fill: "#f2f2f2" }),
|
|
16
|
+
React.createElement("path", { "data-name": "Path 3343", d: "M65.131 92.263s27.16-6.19 47.405-2.679l-1.394-4.938-44.937-1.536Z", opacity: 0.1 }),
|
|
17
|
+
React.createElement("path", { "data-name": "Path 3344", d: "m119.522 89.26-16.086-69.119S78.59 14.97 53.941 28.093l8.148 65.095s28.504-9.759 57.433-3.928Z", fill: "#fff" }),
|
|
18
|
+
React.createElement("path", { "data-name": "Path 3345", d: "m9.262 91.96-.535-68.345s21.081-10.813 45.167 4.473l8.187 65.091S36.966 84.938 9.262 91.96Z", fill: "#ccc" }),
|
|
19
|
+
React.createElement("path", { "data-name": "Path 3346", d: "m10.432 88.139.292 2.671s20.21-5.364 38.475-1.072L21.1 85.015Z", opacity: 0.1 }),
|
|
20
|
+
React.createElement("path", { "data-name": "Path 3347", d: "M7.7 90.155 7.165 21.81s22.646-9.008 46.732 6.278l8.187 65.091S35.4 83.132 7.7 90.155Z", fill: "#e6e6e6" }),
|
|
21
|
+
React.createElement("path", { "data-name": "Path 3348", d: "m10.018 84.58.157 2.2s20.472-3.548 39.2.769l-27.9-5.773Z", opacity: 0.1 }),
|
|
22
|
+
React.createElement("path", { "data-name": "Path 3349", d: "m5.547 85.779-.535-68.345a73.884 73.884 0 0 1 48.882 10.654l8.187 65.091s-28.83-14.423-56.534-7.4Z", fill: "#f2f2f2" }),
|
|
23
|
+
React.createElement("path", { "data-name": "Path 3350", d: "m24.807 38.049-6.538-.309a10.418 10.418 0 0 0-1.247 3.345.822.822 0 0 0 .479.9 4.935 4.935 0 0 0 1.551.259l-.044.924-6.331-.3.044-.925a6.408 6.408 0 0 0 .968-.139 2.547 2.547 0 0 0 .731-.29 2.042 2.042 0 0 0 .569-.517 4.746 4.746 0 0 0 .477-.8l6.8-14.939 1.709.081 4.884 13.754q.431 1.2.733 1.887a3.619 3.619 0 0 0 .668 1.062 2.08 2.08 0 0 0 .854.538 7.308 7.308 0 0 0 1.273.269l-.045.947-8.733-.413.044-.947a5.561 5.561 0 0 0 1.605-.156.719.719 0 0 0 .521-.716 2.891 2.891 0 0 0-.123-.84q-.138-.515-.38-1.268Zm-5.941-1.671 5.5.26-2.326-7.126h-.093Z", fill: "#333" }),
|
|
24
|
+
React.createElement("path", { "data-name": "Path 3351", d: "m106.067 77.729-16.875 1.383-.043-.531L99.432 61.61l-5.832.477a3.536 3.536 0 0 0-2.5 1.064 4.867 4.867 0 0 0-.97 2.748l-.9.074-.016-4.733 14.938-1.224.044.531-10.176 16.87 6.593-.54a8.3 8.3 0 0 0 2.023-.375 2.645 2.645 0 0 0 1.231-.843 3.651 3.651 0 0 0 .657-1.47 15.235 15.235 0 0 0 .3-2.276l1.06-.087Z", fill: "#333" }),
|
|
25
|
+
React.createElement("path", { "data-name": "Path 3352", d: "M35.016 30.886a42.619 42.619 0 0 1 13.122 4.275", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
26
|
+
React.createElement("path", { "data-name": "Path 3353", d: "M35.848 37.585A42.608 42.608 0 0 1 48.97 41.86", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
27
|
+
React.createElement("path", { "data-name": "Path 3354", d: "M36.369 44.327a42.6 42.6 0 0 1 13.122 4.275", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
28
|
+
React.createElement("path", { "data-name": "Path 3355", d: "M14.934 51.485c6.512-2.983 32.348 1.3 36.584 5.4", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
29
|
+
React.createElement("path", { "data-name": "Path 3356", d: "M15.155 61.324c6.512-2.984 32.347 1.3 36.584 5.4", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
30
|
+
React.createElement("path", { "data-name": "Path 3357", d: "M15.375 71.162c6.512-2.983 32.348 1.3 36.585 5.4", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
31
|
+
React.createElement("path", { "data-name": "Path 3358", d: "M61.524 35.967c5.287-4.833 31.193-8.665 36.481-6.058", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
32
|
+
React.createElement("path", { "data-name": "Path 3359", d: "M62.6 42.725c5.287-4.833 31.193-8.665 36.481-6.058", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
33
|
+
React.createElement("path", { "data-name": "Path 3360", d: "M64.278 49.714c5.287-4.834 31.193-8.666 36.482-6.059", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
34
|
+
React.createElement("path", { "data-name": "Path 3361", d: "M65.734 57.952c6.855-4.353 30.47-7.959 36.482-6.058", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
35
|
+
React.createElement("path", { "data-name": "Path 3362", d: "M67.436 66.342c2.276-2.081 7.607-4.368 14.336-4.674", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
36
|
+
React.createElement("path", { "data-name": "Path 3363", d: "M68.961 74.133c3.551-2.54 8.016-3.712 15.324-4.146", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
37
|
+
React.createElement("path", { "data-name": "Path 3364", d: "M69.589 82.04c2.3-2.1 9.458-4.336 16.463-4.21", fill: "none", stroke: "#333", strokeLinecap: "round" }),
|
|
38
|
+
React.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }))); };
|
|
39
|
+
|
|
40
|
+
export { SvgDictionary as default };
|
|
41
|
+
//# sourceMappingURL=Dictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dictionary.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|