nzk-react-components 1.0.0-1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/icons/Achievements.js +171 -0
- package/dist/cjs/icons/Achievements.js.map +1 -0
- package/dist/cjs/icons/Audio.js +40 -0
- package/dist/cjs/icons/Audio.js.map +1 -0
- package/dist/cjs/icons/Chest.js +79 -0
- package/dist/cjs/icons/Chest.js.map +1 -0
- package/dist/cjs/icons/Featured.js +52 -0
- package/dist/cjs/icons/Featured.js.map +1 -0
- package/dist/cjs/icons/Features.js +53 -0
- package/dist/cjs/icons/Features.js.map +1 -0
- package/dist/cjs/icons/Followers.js +87 -0
- package/dist/cjs/icons/Followers.js.map +1 -0
- package/dist/cjs/icons/Pinterest.js +35 -0
- package/dist/cjs/icons/Pinterest.js.map +1 -0
- package/dist/cjs/icons/Report.js +39 -0
- package/dist/cjs/icons/Report.js.map +1 -0
- package/dist/cjs/icons/Shuffle.js +35 -0
- package/dist/cjs/icons/Shuffle.js.map +1 -0
- package/dist/cjs/icons/StarTutoring.js +44 -0
- package/dist/cjs/icons/StarTutoring.js.map +1 -0
- package/dist/cjs/icons/StopWatch.js +104 -0
- package/dist/cjs/icons/StopWatch.js.map +1 -0
- package/dist/cjs/icons/Target.js +42 -0
- package/dist/cjs/icons/Target.js.map +1 -0
- package/dist/cjs/icons/TeamFlorence.js +101 -0
- package/dist/cjs/icons/TeamFlorence.js.map +1 -0
- package/dist/cjs/icons/TeamGiraffe.js +244 -0
- package/dist/cjs/icons/TeamGiraffe.js.map +1 -0
- package/dist/cjs/icons/TeamGrudge.js +177 -0
- package/dist/cjs/icons/TeamGrudge.js.map +1 -0
- package/dist/cjs/icons/TeamSeaLion.js +184 -0
- package/dist/cjs/icons/TeamSeaLion.js.map +1 -0
- package/dist/cjs/icons/Wishlist.js +98 -0
- package/dist/cjs/icons/Wishlist.js.map +1 -0
- package/dist/cjs/icons/WritingTypeDiaryEntry.js +11 -17
- package/dist/cjs/icons/WritingTypeDiaryEntry.js.map +1 -1
- package/dist/cjs/icons/WritingTypeExplanation.js +47 -0
- package/dist/cjs/icons/WritingTypeExplanation.js.map +1 -0
- package/dist/cjs/index.js +36 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/components/Icon/Icon.stories.d.ts +0 -2
- package/dist/esm/icons/Achievements.js +147 -0
- package/dist/esm/icons/Achievements.js.map +1 -0
- package/dist/esm/icons/Audio.js +16 -0
- package/dist/esm/icons/Audio.js.map +1 -0
- package/dist/esm/icons/Chest.js +55 -0
- package/dist/esm/icons/Chest.js.map +1 -0
- package/dist/esm/icons/Featured.js +28 -0
- package/dist/esm/icons/Featured.js.map +1 -0
- package/dist/esm/icons/Features.js +29 -0
- package/dist/esm/icons/Features.js.map +1 -0
- package/dist/esm/icons/Followers.js +63 -0
- package/dist/esm/icons/Followers.js.map +1 -0
- package/dist/esm/icons/Pinterest.js +11 -0
- package/dist/esm/icons/Pinterest.js.map +1 -0
- package/dist/esm/icons/Report.js +15 -0
- package/dist/esm/icons/Report.js.map +1 -0
- package/dist/esm/icons/Shuffle.js +11 -0
- package/dist/esm/icons/Shuffle.js.map +1 -0
- package/dist/esm/icons/StarTutoring.js +20 -0
- package/dist/esm/icons/StarTutoring.js.map +1 -0
- package/dist/esm/icons/StopWatch.js +80 -0
- package/dist/esm/icons/StopWatch.js.map +1 -0
- package/dist/esm/icons/Target.js +18 -0
- package/dist/esm/icons/Target.js.map +1 -0
- package/dist/esm/icons/TeamFlorence.js +77 -0
- package/dist/esm/icons/TeamFlorence.js.map +1 -0
- package/dist/esm/icons/TeamGiraffe.js +220 -0
- package/dist/esm/icons/TeamGiraffe.js.map +1 -0
- package/dist/esm/icons/TeamGrudge.js +153 -0
- package/dist/esm/icons/TeamGrudge.js.map +1 -0
- package/dist/esm/icons/TeamSeaLion.js +160 -0
- package/dist/esm/icons/TeamSeaLion.js.map +1 -0
- package/dist/esm/icons/Wishlist.js +74 -0
- package/dist/esm/icons/Wishlist.js.map +1 -0
- package/dist/esm/icons/WritingTypeDiaryEntry.js +11 -17
- package/dist/esm/icons/WritingTypeDiaryEntry.js.map +1 -1
- package/dist/esm/icons/WritingTypeExplanation.js +23 -0
- package/dist/esm/icons/WritingTypeExplanation.js.map +1 -0
- package/dist/esm/index.js +18 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/icons/Achievements.d.ts +3 -0
- package/dist/icons/Audio.d.ts +3 -0
- package/dist/icons/Chest.d.ts +3 -0
- package/dist/icons/Featured.d.ts +3 -0
- package/dist/icons/Features.d.ts +3 -0
- package/dist/icons/Followers.d.ts +3 -0
- package/dist/icons/Pinterest.d.ts +3 -0
- package/dist/icons/Report.d.ts +3 -0
- package/dist/icons/Shuffle.d.ts +3 -0
- package/dist/icons/StarTutoring.d.ts +3 -0
- package/dist/icons/StopWatch.d.ts +3 -0
- package/dist/icons/Target.d.ts +3 -0
- package/dist/icons/TeamFlorence.d.ts +3 -0
- package/dist/icons/TeamGiraffe.d.ts +3 -0
- package/dist/icons/TeamGrudge.d.ts +3 -0
- package/dist/icons/TeamSeaLion.d.ts +3 -0
- package/dist/icons/Wishlist.d.ts +3 -0
- package/dist/icons/WritingTypeExplanation.d.ts +3 -0
- package/dist/icons/index.d.ts +18 -0
- package/package.json +1 -1
|
@@ -0,0 +1,184 @@
|
|
|
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 SvgTeamSeaLion = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 119.929 119.929" }, props),
|
|
29
|
+
React__namespace.createElement("g", { "data-name": "Group 1996" },
|
|
30
|
+
React__namespace.createElement("path", { "data-name": "Path 2946", d: "m107.737 76.729-5.293-3.518-.106-.224-.21-.448c-.758-1.625-2.759-6-4.284-10.118-.112-.3-.218-.6-.324-.893l.92-.3.508-1.228a4.247 4.247 0 0 0-.4-2.639c-.687-1.122-1.214-1.271-1.214-1.271s-.461.129-1.261.361l-.045-.225-.014-.067a59.641 59.641 0 0 1-.245-1.411c-.058-.347-.115-.707-.174-1.082l-.024-.16c-.065-.42-.13-.859-.2-1.31l-.059-.414c-.051-.356-.1-.722-.154-1.092l-.051-.369-.184-1.367-.082-.626c-.039-.3-.079-.6-.118-.909q-.111-.858-.222-1.733c0-.042-.011-.083-.016-.125-.981-7.74-1.959-16.188-2.739-18.073-1.078-2.6-3.289-7.793-4.05-9.576.033.022.076.044.108.068a4.483 4.483 0 0 1 1.629 2.109s.02-.047.046-.126l.029-.1c0-.019.01-.042.015-.063s.016-.062.023-.1.02-.1.028-.155c0-.017 0-.035.007-.052.007-.051.013-.1.017-.161v-.067c0-.056.006-.114.006-.175V19a50.39 50.39 0 0 0-38.029-8.916c0 .147 0 .3.005.441.008.166.025.329.046.491l.012.087a9.748 9.748 0 0 0 3.153 5.439c.1.091.191.175.279.251l.034.03c.078.067.151.129.219.183l.058.047.152.121.085.062.076.055c.045.032.08.054.1.066a.768.768 0 0 0 .226.056 5.717 5.717 0 0 0 .6.03c.157 0 .326 0 .5-.006.308-.007.619-.022.884-.036a7.579 7.579 0 0 0 .231 2.28c.106.123.211.231.317.34a10.419 10.419 0 0 1-.977 2.4c-1.127 1.7-9.386 15.243-9.386 15.243l-5.322 9.293a45.47 45.47 0 0 1-3.131-5.487A75.717 75.717 0 0 0 51.2 23.28a71.774 71.774 0 0 1-9.8 3.562c-.415.132-.835.263-1.259.4-.849.264-1.713.53-2.582.794a756.277 756.277 0 0 1-14.583 4.253 5.032 5.032 0 0 0-1.2.337l-.184.051-.011.031a.4.4 0 0 1-.036.017s-.027.114-.072.311c-2.04 6.084-2.4 15.214-2.424 20.153-.013.988-.007 1.983.021 2.979.007.311.013.489.013.489a47.041 47.041 0 0 0 1.427 10.439 49.29 49.29 0 0 0 9.335 18.832c.123.39.249.788.384 1.195a106.67 106.67 0 0 0 2.763 7.4 36.7 36.7 0 0 0 4.608 4.39c.276.226.564.458.864.693a51.589 51.589 0 0 0 26.673 10.756 50.751 50.751 0 0 0 42.6-33.633M79.3 14.619l2.2.535a.514.514 0 0 0-.052.02c-.978-.252-2.1-.5-3.342-.746.732.114 1.19.191 1.19.191M68.071 13.4c-.473.009-.925.026-1.36.05l-.028-.041c.431-.018.9-.017 1.388-.009", opacity: 0.3 }),
|
|
31
|
+
React__namespace.createElement("path", { "data-name": "Path 2796", d: "M11.543 32.72s-4.869 20.112-1.032 34.371 11.168 20.8 11.168 20.8l11.865-39.604s-2.292-1.044-3.981-6.874-13.609-10.9-18.02-8.693", fill: "#54121a" }),
|
|
32
|
+
React__namespace.createElement("path", { "data-name": "Path 2797", d: "M9.081 56.653s-.542-15.346 2.509-23.98c0 0 25.759-7.149 29.609-9.393 0 0-10.366 25.349-32.118 33.373", fill: "#721b26" }),
|
|
33
|
+
React__namespace.createElement("path", { "data-name": "Path 2798", d: "M11.005 34.569a11.488 11.488 0 0 0 1.368 3.51c.121.2.281.42.515.438s.432-.179.587-.36a15.622 15.622 0 0 1 4.17-3.9 3.732 3.732 0 0 1 2.092-.528 7.338 7.338 0 0 1 1.443.39 7.853 7.853 0 0 0 5.244-.233 15.538 15.538 0 0 0 2.719-1.569 101.8 101.8 0 0 0 11.972-8.9l.044-.042.04-.1c-3.85 2.244-29.609 9.394-29.609 9.394-.213.6-.406 1.237-.585 1.9", fill: "#a9292b" }),
|
|
34
|
+
React__namespace.createElement("path", { "data-name": "Path 2799", d: "M13.115 34.891a.445.445 0 0 0-.241.435.939.939 0 0 0 .2.485.647.647 0 0 0 .394.3.469.469 0 0 0 .315-.071.672.672 0 0 0 .232-.856.71.71 0 0 0-.836-.324", fill: "#721b26" }),
|
|
35
|
+
React__namespace.createElement("path", { "data-name": "Path 2800", d: "M14.968 32.822a.748.748 0 0 0-.336.252.394.394 0 0 0-.035.4.375.375 0 0 0 .483.127.547.547 0 0 0 .275-.45.4.4 0 0 0-.078-.289.211.211 0 0 0-.277-.038", fill: "#721b26" }),
|
|
36
|
+
React__namespace.createElement("path", { "data-name": "Path 2801", d: "M25.138 31.6a.479.479 0 1 0-.029.957.585.585 0 0 0 .44-.212.546.546 0 0 0 .111-.57.368.368 0 0 0-.512-.167", fill: "#721b26" }),
|
|
37
|
+
React__namespace.createElement("path", { "data-name": "Path 2802", d: "M23.573 35.222c-.291-.424-1.123-.161-1.24.295a.745.745 0 0 0 .265.735.471.471 0 0 0 .311.124.556.556 0 0 0 .273-.113 1.147 1.147 0 0 0 .415-.449.61.61 0 0 0-.024-.592", fill: "#a9292b" }),
|
|
38
|
+
React__namespace.createElement("path", { "data-name": "Path 2803", d: "M20.118 34.209c-.111-.136-.329-.054-.418.062a1.274 1.274 0 0 0-.158.677c0 .116.042.253.153.286.137.042.255-.1.315-.232a2.359 2.359 0 0 0 .143-.406.442.442 0 0 0-.035-.387", fill: "#a9292b" }),
|
|
39
|
+
React__namespace.createElement("path", { "data-name": "Path 2804", d: "M29.625 41.624s-1.142 3.787 3.363 8.516l.751-1.853s-3.747-5.571-4.243-7.495.129.832.129.832", fill: "#731925" }),
|
|
40
|
+
React__namespace.createElement("path", { "data-name": "Path 2805", d: "M22.993 94.522a50.891 50.891 0 0 0 37.253 16.1c23.939.04 41.067-18.079 45.549-28.541l-13.351-8.87s-4.5-9.426-6.006-15.081-3.379-27.463-4.693-30.637-4.317-10.2-4.317-10.2-3.728-2.178-13.034-3.488-14.559.9-14.559.9-1.126 6.016-2.252 7.719S38.2 37.672 38.2 37.672L31.252 49.8S18.113 68.254 17.737 69.187s-1.922 7.955 5.256 25.335", fill: "#8b232c" }),
|
|
41
|
+
React__namespace.createElement("path", { "data-name": "Path 2806", d: "M65.728 91.506c-2.737-2.876-10.637-7.683-14.157-9.983s-13.937-7.977-15.065-8.089-4.305.762-8.164 1.9-2.674.045-2.252-3.1c.342-2.548 4.473-18.125 6.029-23.945l-.867 1.511s-13.14 18.454-13.515 19.387-1.923 7.956 5.256 25.335a50.891 50.891 0 0 0 37.253 16.1 47.507 47.507 0 0 0 16.148-2.82c-1.222-5.719-7.93-13.424-10.666-16.3", fill: "#681720" }),
|
|
42
|
+
React__namespace.createElement("path", { "data-name": "Path 2807", d: "m26.1 65.85 6.346 10.324.54-2.74L26.442 63.2Z", fill: "#681720" }),
|
|
43
|
+
React__namespace.createElement("path", { "data-name": "Path 2808", d: "M87.844 62.422c-.564-1.521-1.065-3.005-1.406-4.291a21.162 21.162 0 0 1-.177-.737c-3.593 1.033-15.509 4.515-23.85 7.65-9.925 3.73-28.437 14.049-28.437 14.049a10.255 10.255 0 0 0 2.815 3.431l11.544-4.81s18.654-7.954 21.681-9.221c2.672-1.119 14.986-5.143 17.83-6.071", fill: "#681720" }),
|
|
44
|
+
React__namespace.createElement("path", { "data-name": "Path 2809", d: "M92.445 73.212s-4.506-9.426-6.007-15.081c-1.112-4.187-2.43-17.225-3.572-25 0 .038-.01.082-.013.12a24.366 24.366 0 0 1-2.353 9.092c-1.211 2.29-3.037 4.266-3.859 6.722-.177.529-.265 1.206.167 1.558a1.163 1.163 0 0 0 .927.171c1.093-.182 1.916-1.052 2.859-1.632s2.378-.779 3 .139c.682 1.014-.237 2.324-1.137 3.152-2.4 2.206-5.08 4.134-7.119 6.674a1.852 1.852 0 0 0-.485.955 1.359 1.359 0 0 0 1.068 1.295 4.588 4.588 0 0 0 1.808-.015 19.964 19.964 0 0 1 8.96.92c.159 1.852-1.165 3.456-2.312 4.92A39.559 39.559 0 0 0 78.1 78.766a1.71 1.71 0 0 0-.133.848c.151.807 1.315.959 2.03.553s1.2-1.132 1.912-1.543c2.11-1.219 5.164.767 7.1-.714 1.125-.862 1.887-2.814 3.23-2.36a1.7 1.7 0 0 1 .99 1.45 4.679 4.679 0 0 1-1.64 3.741c-1.008.989-2.229 1.744-3.212 2.755a8.627 8.627 0 0 0-2.329 4.679 1.661 1.661 0 0 0 .039.872c.335.827 1.512.724 2.393.591 2.843-.426 5.7.4 8.524.934a21.545 21.545 0 0 0 3.156.387 38.277 38.277 0 0 0 5.635-8.872Z", fill: "#b53034" }),
|
|
45
|
+
React__namespace.createElement("path", { "data-name": "Path 2810", d: "M75.061 60.761a1.581 1.581 0 0 0 .855.615 4.551 4.551 0 0 0 1.808-.015 19.96 19.96 0 0 1 8.959.921 3.467 3.467 0 0 1 0 .52l1.165-.38c-.137-.372-.271-.739-.4-1.1l-.042-.122a52.537 52.537 0 0 1-.329-.961c-.044-.132-.083-.259-.125-.39-.072-.226-.147-.455-.213-.674a19.131 19.131 0 0 1-.476-1.777 495.9 495.9 0 0 0-11.2 3.367", fill: "#8b232c" }),
|
|
46
|
+
React__namespace.createElement("path", { "data-name": "Path 2811", d: "M92.97 85.935a1.913 1.913 0 0 0 .2 1.832 1.19 1.19 0 0 0 .5.44c.55.229 1.152-.175 1.567-.6a2.343 2.343 0 0 0 .724-1.244c.265-1.9-2.364-1.812-2.988-.426", fill: "#8b232c" }),
|
|
47
|
+
React__namespace.createElement("path", { "data-name": "Path 2812", d: "M90.007 86.213a.665.665 0 0 0-.81-.195 1.521 1.521 0 0 0-.344.23.877.877 0 0 0-.266.925.858.858 0 0 0 1.238.352.953.953 0 0 0 .182-1.312", fill: "#8b232c" }),
|
|
48
|
+
React__namespace.createElement("path", { "data-name": "Path 2813", d: "M83.226 72.289a.845.845 0 0 0-.082.937.5.5 0 0 0 .155.15.717.717 0 0 0 .734-.131 2.7 2.7 0 0 0 .624-.593.878.878 0 0 0 .209-.479.8.8 0 0 0-.111-.4.475.475 0 0 0-.735-.22 3.978 3.978 0 0 0-.794.732", fill: "#8b232c" }),
|
|
49
|
+
React__namespace.createElement("path", { "data-name": "Path 2814", d: "M78.837 72.091a.553.553 0 0 0-.239.27.359.359 0 0 0 .179.394.588.588 0 0 0 .453.033 1.748 1.748 0 0 0 .417-.208l.316-.195c.139-.086.293-.194.311-.356a.355.355 0 0 0-.253-.348c-.42-.142-.864.186-1.184.41", fill: "#b53034" }),
|
|
50
|
+
React__namespace.createElement("path", { "data-name": "Path 2815", d: "M93.779 83.247a.383.383 0 0 0-.03.176.125.125 0 0 0 .118.113.178.178 0 0 0 .116-.077 2.905 2.905 0 0 0 .618-1.6 6.027 6.027 0 0 0-.132-1.724 1.391 1.391 0 0 0-.2-.629 1.26 1.26 0 0 0-.044.565 10.365 10.365 0 0 1-.02 1.072 8.757 8.757 0 0 1-.428 2.1", fill: "#66171f" }),
|
|
51
|
+
React__namespace.createElement("path", { "data-name": "Path 2816", d: "M96.215 81.563a.944.944 0 0 0-.076.272.232.232 0 0 0 .132.231.221.221 0 0 0 .241-.1.587.587 0 0 0 .077-.268 3.508 3.508 0 0 0-.149-1.754c-.227.074-.113.47-.106.645a2.553 2.553 0 0 1-.119.975", fill: "#66171f" }),
|
|
52
|
+
React__namespace.createElement("path", { "data-name": "Path 2817", d: "M97 78.57c.566.439.786 1.214 1.346 1.66a.312.312 0 0 0 .152.078.126.126 0 0 0 .138-.077.188.188 0 0 0-.047-.149l-.859-1.266c-.153-.226-.387-.622-.671-.7-.419-.118-.266.295-.059.456", fill: "#66171f" }),
|
|
53
|
+
React__namespace.createElement("path", { "data-name": "Path 2818", d: "M74.561 56.386a.558.558 0 0 0-.218.483c.053.207.308.283.522.283a1.788 1.788 0 0 0 1.39-.68.572.572 0 0 0 .14-.308.462.462 0 0 0-.226-.392c-.7-.458-1.146.142-1.608.614", fill: "#b53034" }),
|
|
54
|
+
React__namespace.createElement("path", { "data-name": "Path 2819", d: "M81.088 43.92a.476.476 0 0 0-.186.181.5.5 0 0 0-.033.176.561.561 0 0 0 .122.481.538.538 0 0 0 .481.028 1.755 1.755 0 0 0 .626-.276.707.707 0 0 0 .294-.592c-.071-.809-.979-.209-1.3 0", fill: "#8b232c" }),
|
|
55
|
+
React__namespace.createElement("path", { "data-name": "Path 2820", d: "M82.609 40.592a1.385 1.385 0 0 0-.4.228.43.43 0 0 0-.134.157.323.323 0 0 0 .181.4.57.57 0 0 0 .467-.027.556.556 0 0 0 .346-.413c.02-.187-.151-.39-.335-.348", fill: "#8b232c" }),
|
|
56
|
+
React__namespace.createElement("path", { "data-name": "Path 2821", d: "M80.06 35.076a.431.431 0 0 0 .381.187.8.8 0 0 0 .412-.15 1.425 1.425 0 0 0 .442-.472.785.785 0 0 0 .122-.434.569.569 0 0 0-.934-.367c-.238.223-.606.934-.423 1.236", fill: "#b53034" }),
|
|
57
|
+
React__namespace.createElement("path", { "data-name": "Path 2822", d: "m88.033 71.456-3.613 2.888-6.9 5s-3.87 2.356-4.855 2.843-1.971.909-1.971.909-.235.282.75 0 3.215-.985 7.438-3.9a71.945 71.945 0 0 0 9.151-7.414c.915-1.009 0-.331 0-.331", fill: "#c29ca0" }),
|
|
58
|
+
React__namespace.createElement("path", { "data-name": "Path 2823", d: "M92.084 72.445a25.454 25.454 0 0 1-2.5 4.105 29.273 29.273 0 0 1-6.547 5.983 59.2 59.2 0 0 1-9.854 4.974 97.568 97.568 0 0 0-10.3 4.763 54.652 54.652 0 0 0-5.632 3.5c-.117.258.188.235.564 0a120.629 120.629 0 0 1 11.635-5.987c5.021-2.135 10.3-4.153 13.562-6.359a38.561 38.561 0 0 0 7.743-6.992 34.6 34.6 0 0 0 1.593-3.424Z", fill: "#c29ca0" }),
|
|
59
|
+
React__namespace.createElement("path", { "data-name": "Path 2824", d: "M83.316 45.74a26.111 26.111 0 0 1-3.216 5.313c-1.477 1.543-1.455 1.587-1.389 1.675s.617.044 1.741-1.279a18.387 18.387 0 0 0 2.866-4.342c.463-1.213.463-1.654.353-1.852s-.256.28-.353.485", fill: "#c29ca0" }),
|
|
60
|
+
React__namespace.createElement("path", { "data-name": "Path 2825", d: "M55.651 57.005a40.635 40.635 0 0 0 11.6-2.6c5.4-2.249 7.088-4.167 7.088-4.167s.253-.264.341 0-.97 1.169-1.477 1.588a25.649 25.649 0 0 1-8.332 3.946c-4.277 1.08-8.223 1.785-9.48 1.543s.265-.309.265-.309", fill: "#c29ca0" }),
|
|
61
|
+
React__namespace.createElement("path", { "data-name": "Path 2826", d: "M93.012 91.784a1.275 1.275 0 0 0-.311.315.437.437 0 0 0-.038.423.563.563 0 0 0 .2.195.8.8 0 0 0 .182.1.568.568 0 0 0 .564-.151.9.9 0 0 0 .239-.552.691.691 0 0 0-.072-.413c-.227-.386-.53-.1-.763.086", fill: "#b53034" }),
|
|
62
|
+
React__namespace.createElement("path", { "data-name": "Path 2827", d: "M32.988 65.85c-.4 2.705-1.48 5.18-1.876 7.839-.139 1.928-.238 3.889-.424 5.823-.152 1.562-.324 3.124-.609 4.686a56.428 56.428 0 0 1-.4-10.626 19.2 19.2 0 0 1 3.309-7.722", fill: "#a45763" }),
|
|
63
|
+
React__namespace.createElement("path", { "data-name": "Path 2828", d: "M30.689 79.512c.158-1.648.255-3.312.366-4.963-.455.127-.93.263-1.418.4a55.392 55.392 0 0 0 .442 9.245c.286-1.562.457-3.124.61-4.686", fill: "#81464e" }),
|
|
64
|
+
React__namespace.createElement("path", { "data-name": "Path 2829", d: "M30.741 69.92a15.212 15.212 0 0 0-.769 2.226l1.122 1.825.019-.282a21.621 21.621 0 0 1 .515-2.382Z", fill: "#81464e" }),
|
|
65
|
+
React__namespace.createElement("path", { "data-name": "Path 2830", d: "M25.879 56.38a4.891 4.891 0 0 0-2.252 2.1c-.845 1.548.633 3.238.633 3.238s6.828 10.264 7.532 11.713 2.886 4.659 2.886 4.659l2.816-1.661s-5.28-10.136-6.406-11.9-4.857-6.88-5.209-8.156", fill: "#2a6aa6" }),
|
|
66
|
+
React__namespace.createElement("path", { "data-name": "Path 2831", d: "M23.375 81.3c-1.247 2.906-.924 6.044-.564 9.117l-.155.053c-1.137-2.8-1.882-7.021.719-9.17", fill: "#81464e" }),
|
|
67
|
+
React__namespace.createElement("path", { "data-name": "Path 2832", d: "M32.988 79.131c.243 3.148-.171 6.218.462 9.3.654 3.041 1.468 6.114 1.946 9.279h-.008c-1.689-3.624-3.333-7.422-3.61-11.46a21.261 21.261 0 0 1 1.21-7.124", fill: "#81464e" }),
|
|
68
|
+
React__namespace.createElement("path", { "data-name": "Path 2833", d: "M37.742 82.889c.566 3.106.47 6.2 1.418 9.206.964 2.957 2.091 5.929 2.892 9.028h-.008c-2.053-3.431-4.08-7.039-4.772-11.027a21.286 21.286 0 0 1 .47-7.211", fill: "#81464e" }),
|
|
69
|
+
React__namespace.createElement("path", { "data-name": "Path 2834", d: "M36.314 81.73s-1.906 2.412-2.217 2.722a3.116 3.116 0 0 0-.388 2.917 2.691 2.691 0 0 0 2.838 1.944c1.011 0 3.034-.5 2.917-3.382a5.214 5.214 0 0 0-.972-2.308c-.778-.921-1.439-1.893-1.439-1.893a.445.445 0 0 0-.739 0", fill: "#e9ea43" }),
|
|
70
|
+
React__namespace.createElement("path", { "data-name": "Path 2835", d: "M36.294 88.944a2.559 2.559 0 0 1-2.333-2.567 2.7 2.7 0 0 1 1.089-2.586 10.589 10.589 0 0 0 1.456-1.73.3.3 0 0 1-.007-.487.58.58 0 0 0-.185.156s-1.906 2.411-2.217 2.722a3.115 3.115 0 0 0-.389 2.917 2.692 2.692 0 0 0 2.839 1.944 3.09 3.09 0 0 0 1.913-.645 4.885 4.885 0 0 1-2.166.276", fill: "#bfa906" }),
|
|
71
|
+
React__namespace.createElement("path", { "data-name": "Path 2836", d: "M37.053 81.73a.662.662 0 0 0-.091-.086.489.489 0 0 1-.123.534 10.966 10.966 0 0 0 .875 1.3 8.627 8.627 0 0 1 1.244 1.75 4.9 4.9 0 0 1-.544 3.475l-.006.008a3.1 3.1 0 0 0 1.056-2.782 5.2 5.2 0 0 0-.972-2.308c-.778-.921-1.439-1.893-1.439-1.893", fill: "#f9fab4" }),
|
|
72
|
+
React__namespace.createElement("path", { "data-name": "Path 2837", d: "M36 83.52c-2.071 1.348-1.745 5.081 1.148 4.861a2.612 2.612 0 0 1-1.785-.243A2.741 2.741 0 0 1 36 83.52", fill: "#83851b" }),
|
|
73
|
+
React__namespace.createElement("path", { "data-name": "Path 2838", d: "M35.686 84.978a2.229 2.229 0 0 0 .414 2.314 1.493 1.493 0 0 1-.414-2.314", fill: "#83851b" }),
|
|
74
|
+
React__namespace.createElement("path", { "data-name": "Path 2839", d: "M36.994 84.647a1.612 1.612 0 0 1 .156 2.567 2.216 2.216 0 0 0-.156-2.567", fill: "#83851b" }),
|
|
75
|
+
React__namespace.createElement("path", { "data-name": "Path 2840", d: "M36.994 83.442c1.442.836 2.474 3.162 1.031 4.453 1.12-1.479.139-3.352-1.031-4.453", fill: "#83851b" }),
|
|
76
|
+
React__namespace.createElement("path", { "data-name": "Path 2841", d: "M43.584 96.944c1.821 3.848 3.451 7.678 6.016 11.093-3.641-1.526-6.27-7.391-6.016-11.093", fill: "#81464e" }),
|
|
77
|
+
React__namespace.createElement("path", { "data-name": "Path 2842", d: "M51.008 93.115c.495 2.189.472 4.605 1.269 6.64.794 1.777 2.176 4.377 3.048 6.171a20.1 20.1 0 0 1-4.043-5.741 12.483 12.483 0 0 1-.274-7.07", fill: "#81464e" }),
|
|
78
|
+
React__namespace.createElement("path", { "data-name": "Path 2843", d: "M53.165 89.032a27.086 27.086 0 0 1 3.095-18.5l.787.362a61.3 61.3 0 0 0-3.882 18.134", fill: "#a45763" }),
|
|
79
|
+
React__namespace.createElement("path", { "data-name": "Path 2844", d: "M55.833 74.518c.376-1.213.776-2.42 1.214-3.62l-.788-.362a29.033 29.033 0 0 0-2.088 4.69l1.662-.708", fill: "#81464e" }),
|
|
80
|
+
React__namespace.createElement("path", { "data-name": "Path 2845", d: "M52.728 82.27a24.654 24.654 0 0 0 .437 6.762 53.5 53.5 0 0 1 .657-6.062l-1.094-.7", fill: "#81464e" }),
|
|
81
|
+
React__namespace.createElement("path", { "data-name": "Path 2846", d: "M44.908 65.193A37.492 37.492 0 0 0 41.7 76.164l-1 .019c-.24-4.085 1.79-7.882 4.207-10.99", fill: "#a45763" }),
|
|
82
|
+
React__namespace.createElement("path", { "data-name": "Path 2847", d: "M40.4 60.741a37.768 37.768 0 0 0-2.224 4.559c-.419 1.647-.815 3.336-1.337 5.01-.246-3.626.62-7.237 3.564-9.568", fill: "#a45763" }),
|
|
83
|
+
React__namespace.createElement("path", { "data-name": "Path 2848", d: "M33.974 78.093s18.513-10.319 28.438-14.05 24.918-7.954 24.918-7.954.526.15 1.213 1.272A4.251 4.251 0 0 1 88.949 60l-.509 1.228s-15.4 5-18.426 6.264-21.68 9.221-21.68 9.221l-11.544 4.81a10.236 10.236 0 0 1-2.816-3.43", fill: "#337bc0" }),
|
|
84
|
+
React__namespace.createElement("path", { "data-name": "Path 2849", d: "M87.329 56.09s-14.993 4.223-24.918 7.954-28.438 14.05-28.438 14.05 19.358-9.123 22.877-10.882S87.329 56.09 87.329 56.09", fill: "#5ec7c5" }),
|
|
85
|
+
React__namespace.createElement("path", { "data-name": "Path 2850", d: "M82.394 61.325c-2.613-.043-11.747 3.211-15.618 4.478s-9.855 4.857-11.887 5.843-2.4.633-3.81.8-7.814 3.987-7.25 4.057 7.25-2.323 7.25-2.323S40.45 79.247 38.2 80.309c-1.411.665-2.109.5-2.433.278a6.809 6.809 0 0 0 1.026.936l11.544-4.81s18.653-7.954 21.68-9.221 18.423-6.264 18.423-6.264l.2-.488a38.8 38.8 0 0 1-6.248.585", fill: "#2a6aa6" }),
|
|
86
|
+
React__namespace.createElement("path", { "data-name": "Path 2851", d: "M52.136 36.364s1.716 3.993 7.615 4.636a13.617 13.617 0 0 0 10.123-3.486l-7.087-6.3s-10.887 1.051-10.651 5.15", fill: "#781a20" }),
|
|
87
|
+
React__namespace.createElement("path", { "data-name": "Path 2852", d: "M51.706 34.69s-.617 1.221 0 1.456 1.485.211 3.843-1.138a7.948 7.948 0 0 1 5.408-.87 6.287 6.287 0 0 1 4.243 1.867c2.092 1.83 3.784 4.417 5.908 1.176s-4.251-8.739-4.251-8.739l-9.312-1.156-3.579 2.166s-3.563 3.767-2.26 5.238", fill: "#d58097" }),
|
|
88
|
+
React__namespace.createElement("path", { "data-name": "Path 2853", d: "M63.784 33.7c-.927-.8-3.062-.7-5.268-.7s-3.667 2.236-3.667 2.236l-.418.358c.334-.163.694-.35 1.118-.592a7.939 7.939 0 0 1 5.408-.869 6.277 6.277 0 0 1 4.243 1.872c.31.271.61.558.9.841a19.937 19.937 0 0 0-2.32-3.144", fill: "#954250" }),
|
|
89
|
+
React__namespace.createElement("path", { "data-name": "Path 2854", d: "M48.7 17.358a14.367 14.367 0 0 1-2.9 0c-.352-.194-4.435-3.292-4.223-7.445A64.925 64.925 0 0 1 60.159.833s7.883-1.76 20.2.915c0 0 2.217.352 2.2 4.857a23.833 23.833 0 0 1-.509 6.054s-2.878 3.132-4.158 3.2-9.423-2.853-11.257-3.135-12.468-.211-13.134.282-3.314.74-4.8 4.347", fill: "#60aa65" }),
|
|
90
|
+
React__namespace.createElement("path", { "data-name": "Path 2855", d: "M45.236 10.741C47 9.25 58.658 3.508 58.658 3.508l-3.5.7L41.64 11.1c.5 3.542 3.842 6.081 4.159 6.256a14.284 14.284 0 0 0 2.9 0 7.617 7.617 0 0 1 1.333-2.181l-3.188.519s-3.437-.666-3.508-1.646.136-1.818 1.9-3.309", fill: "#3f8452" }),
|
|
91
|
+
React__namespace.createElement("path", { "data-name": "Path 2856", d: "M61.521 12.565a50.247 50.247 0 0 1 5.117.164c1.833.282 9.974 3.207 11.255 3.135s4.159-3.2 4.159-3.2a23.815 23.815 0 0 0 .508-6.054c.017-4.505-2.2-4.857-2.2-4.857A65.578 65.578 0 0 0 71.8.462a50.838 50.838 0 0 1 4.495 3.046 34.222 34.222 0 0 1 5.544 5.347c.14.425.142 2.4-.422 2.4s-5.5-2.123-10.425-6.687l.308 1.615 2.987 5.174s-9.26-1.388-12.766 1.208", fill: "#3f8452" }),
|
|
92
|
+
React__namespace.createElement("path", { "data-name": "Path 2857", d: "M82.083 3.552c-.647-1.628-1.722-1.8-1.722-1.8C68.043-.926 60.159.833 60.159.833a64.91 64.91 0 0 0-18.583 9.081 6.178 6.178 0 0 0 .054 1.1c.284-.521 1.744-2.651 7.517-4.974 6.648-2.673 7.978-3.24 7.978-3.24l4.355-1.76s11.134.033 13.364.63c1.383.37 4.824 1.257 7.239 1.878", fill: "#dcf8bc" }),
|
|
93
|
+
React__namespace.createElement("path", { "data-name": "Path 2858", d: "M54.168 11.838s7.788-2.252 18.316 1.173l5.975 2.689-.547 1.09-3.068-.824L69.3 14.62s-9.271-1.6-13.486-1.154-1.648-1.628-1.648-1.628", fill: "#4a5d6b" }),
|
|
94
|
+
React__namespace.createElement("path", { "data-name": "Path 2859", d: "M72.484 13.011c-10.528-3.426-18.316-1.173-18.316-1.173a3.078 3.078 0 0 0-.669.767l3.222-.294a78.744 78.744 0 0 1 10.4 0c3.209.3 8.092 2.073 10.551 3.033Z", fill: "#283133" }),
|
|
95
|
+
React__namespace.createElement("path", { "data-name": "Path 2860", d: "m68.988 4.658-1.618.681a3.463 3.463 0 0 0-1.1-.781h.019l-1.1-2.81-.764 2.505a2.963 2.963 0 0 0-1.471.677l-1.98-.944 1.075 2.181c-.023.049-.048.091-.07.141a2.986 2.986 0 0 0-.2 1.977l-1.863 1.347 2.986.229a3.523 3.523 0 0 0 1.543.672 3.24 3.24 0 0 0 1.4-.13h.012l1.843 1.186-.452-2.089a3.356 3.356 0 0 0 .765-1.453 3.149 3.149 0 0 0 .045-1.408Z", fill: "#3f8452" }),
|
|
96
|
+
React__namespace.createElement("path", { "data-name": "Path 2861", d: "m68.988 4.658-2.128.2a3.449 3.449 0 0 0-1.1-.78h.02l-.58-2.329-1.274 2.027a2.96 2.96 0 0 0-1.471.677l-1.98-.945L61.55 5.69c-.023.048-.048.09-.07.141a2.979 2.979 0 0 0-.2 1.977l-1.364 1.824 2.476-.249a3.527 3.527 0 0 0 1.544.672 3.251 3.251 0 0 0 1.4-.131h.012l1.847 1.184-.456-2.088a3.345 3.345 0 0 0 .761-1.453 3.144 3.144 0 0 0 .044-1.407Z", fill: "#e8e943" }),
|
|
97
|
+
React__namespace.createElement("path", { "data-name": "Path 2862", d: "M64.876 3.766a3.116 3.116 0 0 0-3.4 2.065 3.021 3.021 0 0 0 2.456 4.223A3.2 3.2 0 0 0 67.5 7.567c.5-1.967-.77-3.379-2.624-3.801", fill: "#e8e943" }),
|
|
98
|
+
React__namespace.createElement("path", { "data-name": "Path 2863", d: "M61.813 6.224a3.116 3.116 0 0 1 3.4-2.065 3.883 3.883 0 0 1 1.914 1.019 3.666 3.666 0 0 0-2.247-1.412 3.116 3.116 0 0 0-3.4 2.065 2.755 2.755 0 0 0 .555 3.25 2.761 2.761 0 0 1-.222-2.857", fill: "#fffb56" }),
|
|
99
|
+
React__namespace.createElement("path", { "data-name": "Path 2864", d: "M56.356 13.466a5.706 5.706 0 0 1 2.16 1.774 8.144 8.144 0 0 1 1.4 3.672 6.362 6.362 0 0 1-1.952-2.583 18.6 18.6 0 0 0-1.608-2.863", fill: "#a2282e" }),
|
|
100
|
+
React__namespace.createElement("path", { "data-name": "Path 2865", d: "M53.139 21.768a5.275 5.275 0 0 1-4.9-2.084 8.433 8.433 0 0 1 1.38-6.954 4.771 4.771 0 0 1 3.782-.235c2.3.7 3.723 3.52 3.723 3.52l2.626 2.956Z", fill: "#a2282e" }),
|
|
101
|
+
React__namespace.createElement("path", { "data-name": "Path 2866", d: "M48.968 15.545c.494-2.769 2.191-3 2.191-3 .122-.1.231-.2.333-.294a4.248 4.248 0 0 0-1.872.481 8.431 8.431 0 0 0-1.381 6.954 6.356 6.356 0 0 0 2.071 1.641 6.911 6.911 0 0 1-1.342-5.779", fill: "#4e2b2e" }),
|
|
102
|
+
React__namespace.createElement("path", { "data-name": "Path 2867", d: "M57.125 16.014a9.037 9.037 0 0 0-.775-1.209c-.215-.1-.427-.187-.651-.293-2.677-1.267-5.16-1.032-5.666 1.971a7.731 7.731 0 0 0 .764 5.045 5.581 5.581 0 0 0 2.342.239l6.612-2.8Z", fill: "#d2748a" }),
|
|
103
|
+
React__namespace.createElement("path", { "data-name": "Path 2868", d: "M57.125 16.014a9.46 9.46 0 0 0-1.269-1.814c-1.111.291-3.345 1.124-3.688 3.173a3.978 3.978 0 0 0 1.8 4.043l5.785-2.448Z", fill: "#a2282e" }),
|
|
104
|
+
React__namespace.createElement("path", { "data-name": "Path 2869", d: "M52.3 16.925 59.677 19l.074-.031-2.627-2.957a9.495 9.495 0 0 0-1.269-1.812c-1.023.268-2.98 1.008-3.554 2.723", fill: "#681314" }),
|
|
105
|
+
React__namespace.createElement("path", { "data-name": "Path 2870", d: "M58.658 18.841a4.519 4.519 0 0 0-6.353-1.93 3 3 0 0 0-.1.322c.32.576 1.487 2.124 4.915 2.45l.767.074 1.406-.595c-.353-.173-.614-.3-.639-.321", fill: "#fff" }),
|
|
106
|
+
React__namespace.createElement("path", { "data-name": "Path 2871", d: "M57.39 18.185a1.344 1.344 0 1 1-1.34-1.452 1.4 1.4 0 0 1 1.34 1.452", fill: "#254d68" }),
|
|
107
|
+
React__namespace.createElement("path", { "data-name": "Path 2872", d: "M56.722 18.185a.674.674 0 1 1-.671-.727.7.7 0 0 1 .671.727" }),
|
|
108
|
+
React__namespace.createElement("path", { "data-name": "Path 2873", d: "M56.017 17.7c-.173.221-.437.3-.59.185s-.135-.4.039-.617.437-.3.589-.185.135.4-.038.617", fill: "#fff" }),
|
|
109
|
+
React__namespace.createElement("path", { "data-name": "Path 2874", d: "M51.689 17.487A8.432 8.432 0 0 1 55 16.437c1.386.023 2.235.328 3.91 2.7v-.372a4.711 4.711 0 0 0-2.424-2.819c-1.93-.915-4.91.951-4.793 1.543", fill: "#271112" }),
|
|
110
|
+
React__namespace.createElement("path", { "data-name": "Path 2875", d: "M60.159 18.912a10.022 10.022 0 0 1-2.195-3.085 11.223 11.223 0 0 0-1.882-3.168c-.582-.516-3.279-2.738-6.341-1.6s-2.891 3.449-2.891 3.449a4.985 4.985 0 0 1 4.088-1.666c2.839.047 5.209 2.37 5.784 3.12s1.923 3 2.575 3.2Z", fill: "#c1c1c1" }),
|
|
111
|
+
React__namespace.createElement("path", { "data-name": "Path 2876", d: "M55.7 14.031c-1.293-1.209-2.18-2.006-5.247-1.624s-3.6 2.106-3.6 2.106a4.985 4.985 0 0 1 4.088-1.666c2.839.047 5.209 2.369 5.784 3.12s1.923 3 2.575 3.2l.235-.069c-1.131-.662-2.564-3.876-3.833-5.063", fill: "#838383" }),
|
|
112
|
+
React__namespace.createElement("path", { "data-name": "Path 2877", d: "M58.841 17.358a9.706 9.706 0 0 1-.877-1.532 11.207 11.207 0 0 0-1.883-3.167c-.581-.517-3.278-2.738-6.34-1.6-2.626.98-2.873 2.813-2.891 3.315a4.923 4.923 0 0 1 3.478-2.728 6.11 6.11 0 0 1 4.835 1.173c.405.316 3.092 4 3.678 4.535", fill: "#efeeef" }),
|
|
113
|
+
React__namespace.createElement("path", { "data-name": "Path 2878", d: "M70.856 15.862a5.719 5.719 0 0 0-2.637.929 8.156 8.156 0 0 0-2.57 2.973A6.358 6.358 0 0 0 68.366 18a18.564 18.564 0 0 1 2.49-2.142", fill: "#a2282e" }),
|
|
114
|
+
React__namespace.createElement("path", { "data-name": "Path 2879", d: "M71.044 24.764a5.277 5.277 0 0 0 5.316-.285 8.429 8.429 0 0 0 1.079-7.007 4.773 4.773 0 0 0-3.474-1.513c-2.4-.124-4.7 2.036-4.7 2.036l-3.479 1.881Z", fill: "#a2282e" }),
|
|
115
|
+
React__namespace.createElement("path", { "data-name": "Path 2880", d: "M77.089 20.34c.482-2.771-1.033-3.571-1.033-3.571a8.902 8.902 0 0 1-.212-.39 4.242 4.242 0 0 1 1.594 1.092 8.43 8.43 0 0 1-1.078 7.007 6.339 6.339 0 0 1-2.507.834 6.912 6.912 0 0 0 3.236-4.972", fill: "#4e2b2e" }),
|
|
116
|
+
React__namespace.createElement("path", { "data-name": "Path 2881", d: "M69.263 18a9.018 9.018 0 0 1 1.142-.871c.234-.016.465-.03.711-.053 2.949-.277 5.2.792 4.652 3.788a7.738 7.738 0 0 1-2.441 4.48 5.608 5.608 0 0 1-2.284-.575l-5.258-4.888Z", fill: "#d2748a" }),
|
|
117
|
+
React__namespace.createElement("path", { "data-name": "Path 2882", d: "M69.263 18a9.5 9.5 0 0 1 1.812-1.269c.944.652 2.759 2.2 2.382 4.241a3.978 3.978 0 0 1-3.071 3.186l-4.6-4.277Z", fill: "#a2282e" }),
|
|
118
|
+
React__namespace.createElement("path", { "data-name": "Path 2883", d: "m73.485 20.5-7.642-.568-.058-.054 3.478-1.882a9.5 9.5 0 0 1 1.812-1.269c.87.6 2.457 1.966 2.41 3.773", fill: "#681314" }),
|
|
119
|
+
React__namespace.createElement("path", { "data-name": "Path 2884", d: "M66.856 20.128a4.519 4.519 0 0 1 6.63.356 2.953 2.953 0 0 1-.02.336c-.5.432-2.141 1.229-5.474.364-.265-.069-.495.127-.728.067l-1.118-1.039c.39-.043.681-.076.71-.084", fill: "#fff" }),
|
|
120
|
+
React__namespace.createElement("path", { "data-name": "Path 2885", d: "M70.027 19.037a1.4 1.4 0 0 0-1.755.907 1.486 1.486 0 0 0 .142 1.33 11.241 11.241 0 0 0 1.869.28 1.528 1.528 0 0 0 .507-.7 1.4 1.4 0 0 0-.763-1.822", fill: "#254d68" }),
|
|
121
|
+
React__namespace.createElement("path", { "data-name": "Path 2886", d: "M68.9 20.172a.674.674 0 1 0 .879-.454.7.7 0 0 0-.879.454" }),
|
|
122
|
+
React__namespace.createElement("path", { "data-name": "Path 2887", d: "M68.862 19.634c-.174.221-.192.5-.041.616s.416.039.59-.182.193-.5.04-.617-.416-.038-.589.183", fill: "#fff" }),
|
|
123
|
+
React__namespace.createElement("path", { "data-name": "Path 2888", d: "M73.4 20.872a29.2 29.2 0 0 1-6.274-.026c-2.269-.426 2.509 1.4 2.509 1.4s3.439-.433 3.765-1.378", fill: "#a2282e" }),
|
|
124
|
+
React__namespace.createElement("path", { "data-name": "Path 2889", d: "M73.869 21.236a9.337 9.337 0 0 0-2.682-1.726c-1.311-.451-2.28-.846-4.664.809l.127-.349a4.779 4.779 0 0 1 3.166-1.492c2.127-.2 4.365 2.242 4.053 2.758", fill: "#271112" }),
|
|
125
|
+
React__namespace.createElement("path", { "data-name": "Path 2890", d: "M65.421 19.681a10.017 10.017 0 0 0 3.117-2.15 11.243 11.243 0 0 1 2.851-2.331c.723-.286 4.017-1.453 6.5.667s1.539 4.229 1.539 4.229a4.984 4.984 0 0 0-3.273-2.962c-2.684-.926-5.7.448-6.5.957s-2.832 2.158-3.513 2.123Z", fill: "#c1c1c1" }),
|
|
126
|
+
React__namespace.createElement("path", { "data-name": "Path 2891", d: "M71.281 16.618c1.628-.695 2.734-1.14 5.486.266s2.666 3.21 2.666 3.21a4.987 4.987 0 0 0-3.273-2.963c-2.684-.925-5.705.448-6.5.957s-2.831 2.158-3.512 2.124l-.2-.145c1.289-.236 3.734-2.767 5.332-3.449", fill: "#838383" }),
|
|
127
|
+
React__namespace.createElement("path", { "data-name": "Path 2892", d: "M67.19 18.672a9.645 9.645 0 0 0 1.347-1.14 11.245 11.245 0 0 1 2.852-2.332c.723-.286 4.017-1.453 6.5.667 2.134 1.818 1.74 3.625 1.584 4.1a4.922 4.922 0 0 0-2.336-3.752 6.113 6.113 0 0 0-4.945-.55c-.488.159-4.274 2.706-5.006 3.006", fill: "#efeeef" }),
|
|
128
|
+
React__namespace.createElement("path", { "data-name": "Path 2893", d: "M61.6 15.248a33.71 33.71 0 0 0 7.613.871.072.072 0 0 1 .084.066c-2.485.621-5.256-.121-7.755-.66a.142.142 0 0 1 .058-.277", fill: "#4e2b2e" }),
|
|
129
|
+
React__namespace.createElement("path", { "data-name": "Path 2894", d: "M60.916 17.69a7.269 7.269 0 0 0 2.186-1.4c-.238.877-1.3 1.356-2.116 1.611a.11.11 0 0 1-.07-.207", fill: "#4e2b2e" }),
|
|
130
|
+
React__namespace.createElement("path", { "data-name": "Path 2895", d: "M64.467 19.125c-.418-.709-.915-1.868-.466-2.613a6.8 6.8 0 0 0 .657 2.507.11.11 0 0 1-.191.106", fill: "#4e2b2e" }),
|
|
131
|
+
React__namespace.createElement("path", { "data-name": "Path 2896", d: "M46.847 31.557s-.183 5.11 4.312 3.932 3.147-2.937 5.323-4.307 6.99-.988 7.891-.851 1.795.222 2.685 3.277 2.106 4.036 3.892 3.8 3.187-2.48 3.569-4.031 1.344-5.285.75-5.76-6.943-6.631-10.393-8.7-9.327 1.22-9.327 1.22-6.083 3.163-6.767 4.163a14.373 14.373 0 0 0-1.935 7.256", fill: "#ce97a0" }),
|
|
132
|
+
React__namespace.createElement("path", { "data-name": "Path 2897", d: "M51.159 35.489c4.495-1.178 3.147-2.937 5.323-4.307s6.99-.988 7.891-.851 1.794.222 2.685 3.277 2.106 4.036 3.892 3.8a3.475 3.475 0 0 0 2.037-1.217 19.92 19.92 0 0 0-2.148.4c-1.661.585-2.8-1.8-3.123-3.212s-.8-3.022-1.368-3.257-.573-1.3-5.2-.975-4.98 1.417-6.155 2.912-2.949 3.167-5.469 2.866-2.679-3.366-2.679-3.366-.183 5.11 4.312 3.932", fill: "#6e1f2a" }),
|
|
133
|
+
React__namespace.createElement("path", { "data-name": "Path 2898", d: "M53.139 22.148c2.121-1.022 8.79-3.547 9.648-3.87-3.317-.323-7.238 1.866-7.238 1.866S49.466 23.3 48.782 24.3a14.431 14.431 0 0 0-1.931 7.1c.212-.835.45-1.8.685-2.813.689-2.972 3.335-5.344 5.6-6.437", fill: "#ecc2c8" }),
|
|
134
|
+
React__namespace.createElement("path", { "data-name": "Path 2899", d: "M61.188 19.81a2.2 2.2 0 0 0-1.572.036 1.178 1.178 0 0 0-.673 1.317c.217.72 1.157.9 1.67 1.452a3.313 3.313 0 0 1 .586 2.077 14.8 14.8 0 0 0 .436 2.611 8.3 8.3 0 0 1 1.006-3.189 2.471 2.471 0 0 1 1.35-1.287c.28-.079.576-.071.86-.127a1.357 1.357 0 0 0 1.131-1.616c-.231-.626-1-.842-1.66-.918a5.306 5.306 0 0 0-1.589.186c-.521.083-.985-.374-1.545-.542", fill: "#432918" }),
|
|
135
|
+
React__namespace.createElement("path", { "data-name": "Path 2900", d: "M61.916 22.534c0 .022.006.044.008.066a2.089 2.089 0 0 1-.081.617 9.852 9.852 0 0 0-.226 1.612 18.282 18.282 0 0 1 .7-1.874 3.073 3.073 0 0 1 .576-.984c.585-.592 1.518-.609 2.3-.894a4.1 4.1 0 0 0-2.064.2 1.516 1.516 0 0 1-1.606-.11 2.2 2.2 0 0 0-1.778-.275c.245-.072.685.238.872.36a7.435 7.435 0 0 1 .832.523 1.29 1.29 0 0 1 .461.758", fill: "#ca9e67" }),
|
|
136
|
+
React__namespace.createElement("path", { "data-name": "Path 2901", d: "M57.771 22.994c-.236-.167-.621.109-.645.372a.421.421 0 0 0 .333.433.442.442 0 0 0 .479-.274.468.468 0 0 0-.167-.531", fill: "#3e2126" }),
|
|
137
|
+
React__namespace.createElement("path", { "data-name": "Path 2902", d: "M55.068 22.508a.368.368 0 0 0 .443-.18c.157-.317-.205-.644-.518-.541-.364.12-.217.609.075.721", fill: "#3e2126" }),
|
|
138
|
+
React__namespace.createElement("path", { "data-name": "Path 2903", d: "M55.347 23.891a.322.322 0 0 0-.031.114.249.249 0 0 0 .073.179.391.391 0 0 0 .172.1.548.548 0 0 0 .372-.026.285.285 0 0 0 .114-.083.153.153 0 0 0 .029-.133.259.259 0 0 0-.043-.071l-.121-.156c-.188-.244-.439-.206-.565.08", fill: "#3e2126" }),
|
|
139
|
+
React__namespace.createElement("path", { "data-name": "Path 2904", d: "M57.874 26.137a.358.358 0 0 0 .1.076.347.347 0 0 0 .284 0 .451.451 0 0 0 .21-.2.392.392 0 0 0-.384-.59.449.449 0 0 0-.211.708", fill: "#3e2126" }),
|
|
140
|
+
React__namespace.createElement("path", { "data-name": "Path 2905", d: "M58.269 28.232a.344.344 0 0 0 .127.135.406.406 0 0 0 .124.038.6.6 0 0 0 .458-.05.339.339 0 0 0 .032-.532 1.433 1.433 0 0 0-.126-.09c-.147-.108-.373-.382-.56-.178a.611.611 0 0 0-.055.677", fill: "#3e2126" }),
|
|
141
|
+
React__namespace.createElement("path", { "data-name": "Path 2906", d: "M56.143 28.6a.432.432 0 0 0 .4.235.282.282 0 0 0 .1-.018.351.351 0 0 0 .173-.179.376.376 0 0 0 .021-.337.457.457 0 0 0-.157-.152.583.583 0 0 0-.226-.1c-.3-.048-.415.328-.3.552", fill: "#3e2126" }),
|
|
142
|
+
React__namespace.createElement("path", { "data-name": "Path 2907", d: "M54.191 28.1a.437.437 0 0 1 .087-.165.287.287 0 0 1 .378.012.619.619 0 0 1 .188.478c-.025.124-.151.151-.269.16a.361.361 0 0 1-.384-.485", fill: "#3e2126" }),
|
|
143
|
+
React__namespace.createElement("path", { "data-name": "Path 2908", d: "M52.373 30.4a.591.591 0 0 0 .423.185.357.357 0 0 0 .339-.276.483.483 0 0 0-.122-.352.757.757 0 0 0-.362-.281.39.39 0 0 0-.458.165.559.559 0 0 0 .18.559", fill: "#3e2126" }),
|
|
144
|
+
React__namespace.createElement("path", { "data-name": "Path 2909", d: "M51.066 28.46a.292.292 0 0 0 .295-.025.4.4 0 0 0 .081-.093.371.371 0 0 0 .076-.256.6.6 0 0 0-.135-.234.987.987 0 0 0-.147-.186c-.185-.156-.386.085-.43.263a.519.519 0 0 0 .26.531", fill: "#3e2126" }),
|
|
145
|
+
React__namespace.createElement("path", { "data-name": "Path 2910", d: "M51.333 31.648a1.339 1.339 0 0 0 .23.316.692.692 0 0 0 .242.2.248.248 0 0 0 .288-.056.311.311 0 0 0 .033-.245 1.019 1.019 0 0 0-.3-.553.512.512 0 0 0-.153-.1.34.34 0 0 0-.348.054c-.085.1-.037.285.011.389", fill: "#3e2126" }),
|
|
146
|
+
React__namespace.createElement("path", { "data-name": "Path 2911", d: "M49.023 30.863a.3.3 0 0 0-.206.154.4.4 0 0 0 .051.4.288.288 0 0 0 .3.137.311.311 0 0 0 .162-.146.442.442 0 0 0 .072-.252.337.337 0 0 0-.375-.293", fill: "#3e2126" }),
|
|
147
|
+
React__namespace.createElement("path", { "data-name": "Path 2912", d: "M48.857 27.591a.218.218 0 0 0 .2.009.3.3 0 0 0 .144-.143.388.388 0 0 0-.1-.466.194.194 0 0 0-.058-.032.234.234 0 0 0-.163.025.323.323 0 0 0-.134.094.439.439 0 0 0 .117.513", fill: "#3e2126" }),
|
|
148
|
+
React__namespace.createElement("path", { "data-name": "Path 2913", d: "M49.485 28.971a.35.35 0 0 0-.032.124.587.587 0 0 0 .029.246.275.275 0 0 0 .129.168.229.229 0 0 0 .093.02.338.338 0 0 0 .3-.219.477.477 0 0 0-.033-.385c-.049-.092-.124-.187-.234-.158a.46.46 0 0 0-.254.2", fill: "#3e2126" }),
|
|
149
|
+
React__namespace.createElement("path", { "data-name": "Path 2914", d: "M63.873 27.624a.317.317 0 0 0-.083.265.3.3 0 0 0 .089.148.58.58 0 0 0 .4.157.9.9 0 0 0 .419-.1.578.578 0 0 0 .2-.145.278.278 0 0 0 .063-.232.319.319 0 0 0-.1-.154.743.743 0 0 0-.984.062", fill: "#3e2126" }),
|
|
150
|
+
React__namespace.createElement("path", { "data-name": "Path 2915", d: "M64.9 26.011a.4.4 0 0 0 .052.077.42.42 0 0 0 .128.117.4.4 0 0 0 .224.025 2 2 0 0 0 .277-.046c.407-.1.2-.6-.1-.713-.277-.1-.725.232-.585.54", fill: "#3e2126" }),
|
|
151
|
+
React__namespace.createElement("path", { "data-name": "Path 2916", d: "M65.971 23.868a.41.41 0 0 0 .4.187.5.5 0 0 0 .366-.264.4.4 0 0 0-.435-.528c-.248.059-.474.36-.331.6", fill: "#3e2126" }),
|
|
152
|
+
React__namespace.createElement("path", { "data-name": "Path 2917", d: "M68.79 23.5a.225.225 0 0 0 .107.075.292.292 0 0 0 .227-.048.461.461 0 0 0 .2-.223.273.273 0 0 0-.358-.352.378.378 0 0 0-.178.548", fill: "#3e2126" }),
|
|
153
|
+
React__namespace.createElement("path", { "data-name": "Path 2918", d: "M65.789 29.149a.308.308 0 0 0 .244.125.512.512 0 0 0 .267-.074.759.759 0 0 0 .179-.14.508.508 0 0 0 .154-.321.308.308 0 0 0-.169-.3.41.41 0 0 0-.509.094c-.126.16-.31.409-.17.614", fill: "#3e2126" }),
|
|
154
|
+
React__namespace.createElement("path", { "data-name": "Path 2919", d: "M67.516 26.488a.321.321 0 0 1 .189.018.331.331 0 0 1 .145.175.288.288 0 0 1 .021.2.279.279 0 0 1-.178.15.462.462 0 0 1-.534-.14c-.134-.217.179-.377.357-.406", fill: "#3e2126" }),
|
|
155
|
+
React__namespace.createElement("path", { "data-name": "Path 2920", d: "M70.785 25.114a.484.484 0 0 0 .106.143.253.253 0 0 0 .353-.359.374.374 0 0 0-.1-.077c-.1-.06-.322-.133-.424-.034s.009.235.06.327", fill: "#3e2126" }),
|
|
156
|
+
React__namespace.createElement("path", { "data-name": "Path 2921", d: "M66.912 30.355a.337.337 0 0 0 0 .374.32.32 0 0 0 .251.1.714.714 0 0 0 .27-.069 1.54 1.54 0 0 0 .148-.07.371.371 0 0 0 .205-.2.411.411 0 0 0-.118-.336.358.358 0 0 0-.143-.133.271.271 0 0 0-.113-.014.691.691 0 0 0-.5.346", fill: "#3e2126" }),
|
|
157
|
+
React__namespace.createElement("path", { "data-name": "Path 2922", d: "M69.019 31.393a.216.216 0 0 0-.02.175.243.243 0 0 0 .106.116.425.425 0 0 0 .4.031.317.317 0 0 0 .172-.349.216.216 0 0 0-.042-.086.367.367 0 0 0-.267-.1.449.449 0 0 0-.137 0 .431.431 0 0 0-.216.2", fill: "#3e2126" }),
|
|
158
|
+
React__namespace.createElement("path", { "data-name": "Path 2923", d: "M71.6 29.933a.3.3 0 0 1 .105.189.246.246 0 0 1-.064.2.385.385 0 0 1-.139.083 1.422 1.422 0 0 1-.17.059.276.276 0 0 1-.239-.014.385.385 0 0 1-.078-.5.468.468 0 0 1 .585-.021", fill: "#3e2126" }),
|
|
159
|
+
React__namespace.createElement("path", { "data-name": "Path 2924", d: "M69.459 33.041a.418.418 0 0 0-.1.386.308.308 0 0 0 .253.177.649.649 0 0 0 .315-.056.873.873 0 0 0 .362-.252.5.5 0 0 0 .109-.416c-.138-.587-.748-.09-.938.161", fill: "#3e2126" }),
|
|
160
|
+
React__namespace.createElement("path", { "data-name": "Path 2925", d: "M72.22 31.3a.325.325 0 0 1 .108.015.269.269 0 0 1 .143.335.456.456 0 0 1-.288.264c-.2.073-.489-.016-.468-.278.016-.219.321-.335.505-.336", fill: "#3e2126" }),
|
|
161
|
+
React__namespace.createElement("path", { "data-name": "Path 2926", d: "M73.458 29.625a.54.54 0 0 0-.214.276.3.3 0 0 0 .093.321.362.362 0 0 0 .2.06.568.568 0 0 0 .31-.074.418.418 0 0 0 .192-.248.534.534 0 0 0 .013-.126.432.432 0 0 0-.105-.315c-.163-.161-.352.007-.49.106", fill: "#3e2126" }),
|
|
162
|
+
React__namespace.createElement("path", { "data-name": "Path 2927", d: "M54.013 27.276s-3.523.545-4.7 1.679-1.634 6.159-1.634 6.159-.578 3.833-.732 3.96a23.291 23.291 0 0 1-.013-4.406 19.3 19.3 0 0 1 1.108-5.483c.461-.734 2.653-2.209 5.355-2.617 0 0 .86-.121.616.708", fill: "#e3b3be" }),
|
|
163
|
+
React__namespace.createElement("path", { "data-name": "Path 2928", d: "M53.67 23.624s-3.558.217-4.835 1.238-2.2 5.981-2.2 5.981-.93 3.764-1.094 3.876a23.145 23.145 0 0 1 .394-4.388 19.231 19.231 0 0 1 1.61-5.357c.526-.689 2.845-1.955 5.573-2.112 0 0 .868-.041.548.762", fill: "#fdf8fa" }),
|
|
164
|
+
React__namespace.createElement("path", { "data-name": "Path 2929", d: "M53.913 25.357s-3.538.432-4.752 1.528-1.829 6.1-1.829 6.1-.7 3.814-.858 3.936a23.258 23.258 0 0 1 .128-4.4 19.207 19.207 0 0 1 1.283-5.444c.484-.719 2.721-2.124 5.435-2.446 0 0 .863-.093.593.728", fill: "#dea4b1" }),
|
|
165
|
+
React__namespace.createElement("path", { "data-name": "Path 2930", d: "M56.313 24.787s-3.524.545-4.7 1.679-1.634 6.159-1.634 6.159-.578 3.833-.732 3.96a23.383 23.383 0 0 1-.013-4.406 19.3 19.3 0 0 1 1.107-5.479c.461-.734 2.653-2.209 5.355-2.617 0 0 .86-.121.617.708", fill: "#e5bac5" }),
|
|
166
|
+
React__namespace.createElement("path", { "data-name": "Path 2931", d: "M56.631 27.024s-3.523.545-4.7 1.679-1.631 6.159-1.631 6.159-.578 3.833-.732 3.96a23.291 23.291 0 0 1-.013-4.406 19.3 19.3 0 0 1 1.108-5.483c.461-.734 2.653-2.209 5.355-2.617 0 0 .86-.121.616.708", fill: "#e0a9b6" }),
|
|
167
|
+
React__namespace.createElement("path", { "data-name": "Path 2932", d: "M55.795 30.487s-3.455.877-4.52 2.118-1.041 6.286-1.041 6.286-.211 3.871-.352 4.012a23.159 23.159 0 0 1-.432-4.385 19.277 19.277 0 0 1 .583-5.563c.389-.775 2.43-2.451 5.082-3.115 0 0 .844-.2.68.647", fill: "#e8c0c9" }),
|
|
168
|
+
React__namespace.createElement("path", { "data-name": "Path 2933", d: "M54.952 29.039s-3.523.546-4.7 1.679-1.634 6.16-1.634 6.16-.578 3.833-.732 3.96a23.291 23.291 0 0 1-.013-4.406 19.291 19.291 0 0 1 1.108-5.483c.461-.734 2.653-2.209 5.355-2.617 0 0 .86-.121.616.707", fill: "#fcf8f9" }),
|
|
169
|
+
React__namespace.createElement("path", { "data-name": "Path 2934", d: "M69.035 27.352s3.3 1.337 4.191 2.711.181 6.369.181 6.369-.315 3.864-.195 4.022a23.26 23.26 0 0 0 1.022-4.286 19.239 19.239 0 0 0 .176-5.591c-.281-.82-2.076-2.757-4.613-3.774 0 0-.81-.314-.762.549", fill: "#e3b3be" }),
|
|
170
|
+
React__namespace.createElement("path", { "data-name": "Path 2935", d: "M70.252 24.833s3.414 1.026 4.424 2.312.768 6.325.768 6.325.043 3.877.177 4.024a23.2 23.2 0 0 0 .622-4.362 19.261 19.261 0 0 0-.341-5.584c-.355-.79-2.322-2.554-4.942-3.332 0 0-.835-.238-.708.617", fill: "#fdf8fa" }),
|
|
171
|
+
React__namespace.createElement("path", { "data-name": "Path 2936", d: "M70.083 25.813s3.346 1.23 4.276 2.575.383 6.36.383 6.36-.191 3.873-.066 4.027a23.1 23.1 0 0 0 .884-4.316 19.212 19.212 0 0 0 0-5.594c-.306-.81-2.163-2.69-4.731-3.625 0 0-.819-.288-.744.573", fill: "#dea4b1" }),
|
|
172
|
+
React__namespace.createElement("path", { "data-name": "Path 2937", d: "M67.367 24.4s3.305 1.337 4.191 2.711.181 6.369.181 6.369-.315 3.864-.195 4.022a23.26 23.26 0 0 0 1.022-4.286 19.238 19.238 0 0 0 .176-5.591c-.281-.82-2.076-2.757-4.613-3.774 0 0-.81-.314-.762.549", fill: "#e5bac5" }),
|
|
173
|
+
React__namespace.createElement("path", { "data-name": "Path 2938", d: "M66.545 26.506s3.3 1.337 4.19 2.711.181 6.368.181 6.368-.314 3.865-.195 4.023a23.26 23.26 0 0 0 1.022-4.286 19.244 19.244 0 0 0 .177-5.591c-.282-.82-2.077-2.757-4.614-3.774 0 0-.81-.314-.761.549", fill: "#e0a9b6" }),
|
|
174
|
+
React__namespace.createElement("path", { "data-name": "Path 2939", d: "M67.058 29.978s2.787 1.449 3.45 2.729-.375 5.6-.375 5.6-.6 3.364-.507 3.513a20.547 20.547 0 0 0 1.255-3.675 16.992 16.992 0 0 0 .623-4.89 7.954 7.954 0 0 0-3.732-3.7s-.684-.344-.714.417", fill: "#e8c0c9" }),
|
|
175
|
+
React__namespace.createElement("path", { "data-name": "Path 2940", d: "M67.718 28.853s3.305 1.337 4.191 2.711.181 6.369.181 6.369-.315 3.864-.195 4.022a23.26 23.26 0 0 0 1.022-4.286 19.239 19.239 0 0 0 .176-5.591c-.281-.82-2.076-2.757-4.613-3.774 0 0-.81-.314-.762.549", fill: "#fcf8f9" }),
|
|
176
|
+
React__namespace.createElement("path", { "data-name": "Path 2941", d: "M31.088 64.536c-.5-.781-1.512-2.223-2.515-3.7a7.4 7.4 0 0 0-.535 1.771 3.98 3.98 0 0 0 .815 2.546 66.217 66.217 0 0 0 5.875 8.175 11.523 11.523 0 0 0 2.305 2.218c-1.309-2.5-5.022-9.57-5.945-11.012", fill: "#337bc0" }),
|
|
177
|
+
React__namespace.createElement("path", { "data-name": "Path 2942", d: "M64.82 5.381a.462.462 0 0 0 .364-.06.455.455 0 0 0 .209-.3.448.448 0 0 0-.061-.36.47.47 0 0 0-.3-.207.449.449 0 0 0-.558.353.467.467 0 0 0 .059.364.452.452 0 0 0 .291.207", fill: "#fffb56" }),
|
|
178
|
+
React__namespace.createElement("path", { "data-name": "Path 2943", d: "M65.351 7.855c-.135.035-.218.223-.237.2s-.244-.255-.263-.155c-.015.074.172.332.127.576a.515.515 0 0 1-.057.142.414.414 0 0 1-.083.092.347.347 0 0 1-.266.057.457.457 0 0 1-.4-.439 1.367 1.367 0 0 1 0-.212 1.219 1.219 0 0 1 .168-.542 5.835 5.835 0 0 1 .34-.474 2.237 2.237 0 0 0 .256-.412c.448-.8 0-.966-.062-.985a.126.126 0 0 0-.084-.064c-.022 0-.033.011-.035.037a.109.109 0 0 0 0 .033v.057a.968.968 0 0 1 0 .256.854.854 0 0 1-.485.5q-.629.337-.755.417a1.77 1.77 0 0 0-.282.233 1.174 1.174 0 0 0-.3.58.923.923 0 0 0 .148.792 1.3 1.3 0 0 0 .791.459 1.979 1.979 0 0 0 .451.051.956.956 0 0 0 .861-.461c.11-.15.3-.775.164-.741m-.358-2a.053.053 0 0 1 .04.064.052.052 0 0 1-.063.04.054.054 0 0 1-.041-.064.054.054 0 0 1 .064-.04", fill: "#fffb56" }),
|
|
179
|
+
React__namespace.createElement("path", { "data-name": "Path 2944", d: "M64.6 5.4a.462.462 0 0 0 .364-.06.455.455 0 0 0 .209-.3.448.448 0 0 0-.061-.36.47.47 0 0 0-.3-.207.449.449 0 0 0-.558.353.467.467 0 0 0 .059.364.452.452 0 0 0 .287.21", fill: "#bfa800" }),
|
|
180
|
+
React__namespace.createElement("path", { "data-name": "Path 2945", d: "M65.131 7.878c-.135.035-.218.223-.237.2s-.244-.251-.263-.151c-.015.074.172.332.127.576a.515.515 0 0 1-.057.142.414.414 0 0 1-.083.092.347.347 0 0 1-.266.057.457.457 0 0 1-.4-.439 1.366 1.366 0 0 1 0-.212 1.219 1.219 0 0 1 .168-.542 5.834 5.834 0 0 1 .341-.478 2.238 2.238 0 0 0 .256-.412c.448-.8 0-.966-.062-.985a.126.126 0 0 0-.084-.064c-.022 0-.033.011-.035.037a.109.109 0 0 0 0 .033v.057a.968.968 0 0 1 0 .256.854.854 0 0 1-.485.5q-.629.337-.755.417a1.77 1.77 0 0 0-.282.233 1.174 1.174 0 0 0-.3.58.923.923 0 0 0 .148.792 1.3 1.3 0 0 0 .791.459 1.979 1.979 0 0 0 .451.051.956.956 0 0 0 .861-.461c.11-.15.3-.775.164-.741m-.358-2a.053.053 0 0 1 .04.064.052.052 0 0 1-.063.04.054.054 0 0 1-.041-.064.054.054 0 0 1 .064-.04", fill: "#bfa800" }),
|
|
181
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1740", fill: "none", d: "M0 0h119.929v119.929H0z" })))); };
|
|
182
|
+
|
|
183
|
+
module.exports = SvgTeamSeaLion;
|
|
184
|
+
//# sourceMappingURL=TeamSeaLion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TeamSeaLion.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,98 @@
|
|
|
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 SvgWishlist = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
|
|
29
|
+
React__namespace.createElement("defs", null,
|
|
30
|
+
React__namespace.createElement("clipPath", { id: "wishlist_svg__a" },
|
|
31
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1617", fill: "none", d: "M0 0h120v120H0z" })),
|
|
32
|
+
React__namespace.createElement("clipPath", { id: "wishlist_svg__b" },
|
|
33
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1605", transform: "translate(1.85 9.348)", fill: "none", d: "M0 0h116.31v110.652H0z" })),
|
|
34
|
+
React__namespace.createElement("clipPath", { id: "wishlist_svg__c" },
|
|
35
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1607", transform: "translate(1.84 37.755)", fill: "none", d: "M0 0h23.85v19.105H0z" })),
|
|
36
|
+
React__namespace.createElement("clipPath", { id: "wishlist_svg__d" },
|
|
37
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1609", transform: "translate(37.245 9.436)", fill: "none", d: "M0 0h29.228v27.62H0z" })),
|
|
38
|
+
React__namespace.createElement("clipPath", { id: "wishlist_svg__e" },
|
|
39
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1610", transform: "translate(75.322 25.719)", fill: "none", d: "M0 0h26.073v25.931H0z" })),
|
|
40
|
+
React__namespace.createElement("clipPath", { id: "wishlist_svg__f" },
|
|
41
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1611", transform: "translate(89.619 64.58)", fill: "none", d: "M0 0h28.541v23.855H0z" })),
|
|
42
|
+
React__namespace.createElement("clipPath", { id: "wishlist_svg__g" },
|
|
43
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1613", transform: "translate(18.829 62.455)", fill: "none", d: "M0 0h65.893v48.208H0z" })),
|
|
44
|
+
React__namespace.createElement("clipPath", { id: "wishlist_svg__h" },
|
|
45
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1615", transform: "translate(5.924 3.272)", fill: "none", d: "M0 0h108.222v68.706H0z" })),
|
|
46
|
+
React__namespace.createElement("clipPath", { id: "wishlist_svg__i" },
|
|
47
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 1614", transform: "translate(5.924 3.272)", fill: "none", d: "M0 0h108.214v68.706H0z" }))),
|
|
48
|
+
React__namespace.createElement("g", { "data-name": "Group 1658", clipPath: "url(#wishlist_svg__a)" },
|
|
49
|
+
React__namespace.createElement("g", { "data-name": "Group 1636" },
|
|
50
|
+
React__namespace.createElement("g", { "data-name": "Group 1635", clipPath: "url(#wishlist_svg__a)" },
|
|
51
|
+
React__namespace.createElement("g", { "data-name": "Group 1634", opacity: 0.3 },
|
|
52
|
+
React__namespace.createElement("g", { "data-name": "Group 1633" },
|
|
53
|
+
React__namespace.createElement("g", { "data-name": "Group 1632", clipPath: "url(#wishlist_svg__b)" },
|
|
54
|
+
React__namespace.createElement("path", { "data-name": "Path 1872", d: "M63.009 9.7c8.9 1.664-.72 23.689-3.352 29.072a12.774 12.774 0 0 1-13.381 7.514C27.751 42.832 39.9 5.366 63.009 9.7" }),
|
|
55
|
+
React__namespace.createElement("path", { "data-name": "Path 1873", d: "M1.86 53.943c-.146-9.419 3.91-20.887 10.883-23.531 3.346-1.268 10.466 11.132 12.106 16.613a14.334 14.334 0 0 1-.094 10C22.2 64 15.2 67.8 9.134 65.544a11.812 11.812 0 0 1-7.264-11.6" }),
|
|
56
|
+
React__namespace.createElement("path", { "data-name": "Path 1874", d: "M80.944 59.487a12.52 12.52 0 0 1-5.124-14.093c1.464-5.68 8.348-28.141 16.017-23.719 19.9 11.5 5.056 47-10.893 37.812" }),
|
|
57
|
+
React__namespace.createElement("path", { "data-name": "Path 1875", d: "M109.893 93.177a11.8 11.8 0 0 1-13.062 4c-6.023-2.236-8.834-9.65-6.276-16.525A14.215 14.215 0 0 1 96.976 73c4.8-3.034 18.216-7.82 19.917-4.71 3.541 6.542-.832 17.815-7 24.875" }),
|
|
58
|
+
React__namespace.createElement("path", { "data-name": "Path 1876", d: "M85.668 94.847c-8.422 18.047-34.884 23.693-44.116 25.093a5.863 5.863 0 0 1-5.329-2.038c-5.944-7.2-21.921-29.041-16.17-48.1a18.661 18.661 0 0 1 23.121-12.723c.37.108.738.226 1.1.356a17.886 17.886 0 0 1 10.18 9.641 19.515 19.515 0 0 1 1.616 6.844 18.426 18.426 0 0 1 5.907-4.09 17.725 17.725 0 0 1 13.938-.2 18.548 18.548 0 0 1 10.227 24.151q-.222.542-.474 1.07" })))),
|
|
59
|
+
React__namespace.createElement("path", { "data-name": "Path 1877", d: "M63.009.346c8.9 1.664-.72 23.689-3.352 29.072a12.776 12.776 0 0 1-13.381 7.526C27.751 33.492 39.9-3.974 63.009.346", fill: "red" }),
|
|
60
|
+
React__namespace.createElement("path", { "data-name": "Path 1878", d: "M1.86 44.606c-.146-9.42 3.91-20.887 10.883-23.527 3.346-1.272 10.466 11.128 12.1 16.6a14.334 14.334 0 0 1-.094 10c-2.552 6.965-9.55 10.777-15.621 8.517A11.812 11.812 0 0 1 1.86 44.6", fill: "red" }))),
|
|
61
|
+
React__namespace.createElement("g", { "data-name": "Group 1638" },
|
|
62
|
+
React__namespace.createElement("g", { "data-name": "Group 1637", clipPath: "url(#wishlist_svg__c)" },
|
|
63
|
+
React__namespace.createElement("path", { "data-name": "Path 1879", d: "M24.849 37.754a14.19 14.19 0 0 1-.862 4.116c-2.552 6.967-9.549 10.779-15.621 8.519a11.778 11.778 0 0 1-6.5-6.765c0 .328-.018.66-.012.984a11.811 11.811 0 0 0 7.264 11.6c6.071 2.26 13.069-1.552 15.621-8.518a14.333 14.333 0 0 0 .11-9.935", fill: "#c00" }))),
|
|
64
|
+
React__namespace.createElement("g", { "data-name": "Group 1640" },
|
|
65
|
+
React__namespace.createElement("g", { "data-name": "Group 1639", clipPath: "url(#wishlist_svg__a)", fill: "red" },
|
|
66
|
+
React__namespace.createElement("path", { "data-name": "Path 1880", d: "M80.944 50.144a12.52 12.52 0 0 1-5.124-14.093c1.464-5.68 8.348-28.141 16.017-23.719 19.9 11.5 5.056 47-10.893 37.812" }),
|
|
67
|
+
React__namespace.createElement("path", { "data-name": "Path 1881", d: "M109.893 83.838a11.8 11.8 0 0 1-13.062 4C90.808 85.6 88 78.2 90.555 71.321a14.23 14.23 0 0 1 6.421-7.65c4.8-3.034 18.216-7.818 19.917-4.708 3.541 6.542-.832 17.815-7 24.875" }))),
|
|
68
|
+
React__namespace.createElement("g", { "data-name": "Group 1642" },
|
|
69
|
+
React__namespace.createElement("g", { "data-name": "Group 1641", clipPath: "url(#wishlist_svg__d)" },
|
|
70
|
+
React__namespace.createElement("path", { "data-name": "Path 1882", d: "M61.347 22.3a12.776 12.776 0 0 1-13.381 7.514c-6.882-1.282-9.524-7.26-8.95-14.042-3.6 9.246-1.988 19.445 7.26 21.167a12.77 12.77 0 0 0 13.371-7.513 80.11 80.11 0 0 0 6.818-20A99.627 99.627 0 0 1 61.337 22.3", fill: "#c00" }))),
|
|
71
|
+
React__namespace.createElement("g", { "data-name": "Group 1644" },
|
|
72
|
+
React__namespace.createElement("g", { "data-name": "Group 1643", clipPath: "url(#wishlist_svg__e)" },
|
|
73
|
+
React__namespace.createElement("path", { "data-name": "Path 1883", d: "M101.045 25.719c-1 12.315-10.467 23.855-20.373 18.149a12.465 12.465 0 0 1-5.072-6.774 12.49 12.49 0 0 0 5.34 13.05c11.6 6.677 22.6-10.266 20.093-24.431", fill: "#c00" }))),
|
|
74
|
+
React__namespace.createElement("g", { "data-name": "Group 1646" },
|
|
75
|
+
React__namespace.createElement("g", { "data-name": "Group 1645", clipPath: "url(#wishlist_svg__f)" },
|
|
76
|
+
React__namespace.createElement("path", { "data-name": "Path 1884", d: "M110.475 78.424a12.479 12.479 0 0 1-13.8 4.226 11.66 11.66 0 0 1-6.975-7.678 11.97 11.97 0 0 0 7.13 12.866 11.8 11.8 0 0 0 13.062-4c4.635-5.3 8.255-12.988 8.266-19.257a38.56 38.56 0 0 1-7.684 13.843", fill: "#c00" }))),
|
|
77
|
+
React__namespace.createElement("g", { "data-name": "Group 1648" },
|
|
78
|
+
React__namespace.createElement("g", { "data-name": "Group 1647", clipPath: "url(#wishlist_svg__a)" },
|
|
79
|
+
React__namespace.createElement("path", { "data-name": "Path 1885", d: "M85.668 85.506c-8.422 18.047-34.884 23.685-44.116 25.1a5.871 5.871 0 0 1-5.329-2.036c-5.944-7.2-21.921-29.045-16.17-48.11a18.661 18.661 0 0 1 23.121-12.716c.37.108.738.226 1.1.356a17.886 17.886 0 0 1 10.18 9.641 19.559 19.559 0 0 1 1.616 6.844 18.4 18.4 0 0 1 5.907-4.09 17.725 17.725 0 0 1 13.938-.2 18.548 18.548 0 0 1 10.227 24.151q-.222.542-.474 1.07", fill: "red" }))),
|
|
80
|
+
React__namespace.createElement("g", { "data-name": "Group 1650" },
|
|
81
|
+
React__namespace.createElement("g", { "data-name": "Group 1649", clipPath: "url(#wishlist_svg__g)" },
|
|
82
|
+
React__namespace.createElement("path", { "data-name": "Path 1886", d: "M48.35 97.667a9.438 9.438 0 0 1-8.576-3.274 150.684 150.684 0 0 1-20.236-31.938c-4.132 18.569 10.949 39.158 16.685 46.109a5.868 5.868 0 0 0 5.331 2.038c8.91-1.36 33.873-6.661 43.168-23.258A150.692 150.692 0 0 1 48.35 97.669", fill: "#c00" }))),
|
|
83
|
+
React__namespace.createElement("g", { "data-name": "Group 1657" },
|
|
84
|
+
React__namespace.createElement("g", { "data-name": "Group 1656", clipPath: "url(#wishlist_svg__a)" },
|
|
85
|
+
React__namespace.createElement("g", { "data-name": "Group 1655", opacity: 0.4 },
|
|
86
|
+
React__namespace.createElement("g", { "data-name": "Group 1654" },
|
|
87
|
+
React__namespace.createElement("g", { "data-name": "Group 1653", clipPath: "url(#wishlist_svg__h)" },
|
|
88
|
+
React__namespace.createElement("g", { "data-name": "Group 1652" },
|
|
89
|
+
React__namespace.createElement("g", { "data-name": "Group 1651", clipPath: "url(#wishlist_svg__i)", fill: "#fff" },
|
|
90
|
+
React__namespace.createElement("path", { "data-name": "Path 1887", d: "M111.444 70.109a4.412 4.412 0 0 1-4.7 1.732 4.631 4.631 0 0 1-2.562-5.916 5.969 5.969 0 0 1 2.26-2.966c1.748-1.256 6.462-3.147 7.152-2.106 1.344 2.4.068 6.6-2.15 9.256" }),
|
|
91
|
+
React__namespace.createElement("path", { "data-name": "Path 1888", d: "M6.038 32.071c.64-3.054 2.824-6.4 5.346-6.77 1.166-.144 2.6 4.4 2.588 6.288a5 5 0 0 1-.746 3.32 4.089 4.089 0 0 1-5.532 1.668 2.46 2.46 0 0 1-.174-.1 4.437 4.437 0 0 1-1.482-4.4" }),
|
|
92
|
+
React__namespace.createElement("path", { "data-name": "Path 1889", d: "M57.217 3.774c2.952 1.1-1.84 7.956-3.082 9.574a4.428 4.428 0 0 1-4.946 1.677C43.26 12.5 49.879.72 57.217 3.774" }),
|
|
93
|
+
React__namespace.createElement("path", { "data-name": "Path 1890", d: "M83.428 26.7a4.271 4.271 0 0 1-.9-4.932c.76-1.738 4.25-8.685 6.526-6.817 5.869 4.811-.98 15.671-5.622 11.749" }),
|
|
94
|
+
React__namespace.createElement("path", { "data-name": "Path 1891", d: "M42.134 51.266c1.432 2.49-5.93 4.514-7.746 4.928a4.036 4.036 0 0 1-4.447-1.7c-2.692-5.232 8.819-9.644 12.2-3.224" }),
|
|
95
|
+
React__namespace.createElement("path", { "data-name": "Path 1892", d: "M74.376 63.575c1.432 2.49-5.928 4.514-7.744 4.928a4.039 4.039 0 0 1-4.449-1.7c-2.692-5.232 8.819-9.644 12.2-3.224" }))))))))))); };
|
|
96
|
+
|
|
97
|
+
module.exports = SvgWishlist;
|
|
98
|
+
//# sourceMappingURL=Wishlist.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Wishlist.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -25,23 +25,17 @@ function _interopNamespace(e) {
|
|
|
25
25
|
|
|
26
26
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
27
|
|
|
28
|
-
var SvgWritingTypeDiaryEntry = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
|
|
29
|
-
React__namespace.createElement("
|
|
30
|
-
|
|
31
|
-
React__namespace.createElement("path", {
|
|
32
|
-
React__namespace.createElement("path", {
|
|
33
|
-
React__namespace.createElement("path", {
|
|
34
|
-
React__namespace.createElement("
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
} },
|
|
40
|
-
React__namespace.createElement("circle", { cx: 16.478, cy: 16.478, r: 16.478, style: {
|
|
41
|
-
stroke: "none",
|
|
42
|
-
} }),
|
|
43
|
-
React__namespace.createElement("circle", { className: "writing-type-diary-entry_svg__a", cx: 16.478, cy: 16.478, r: 19.043 })),
|
|
44
|
-
React__namespace.createElement("path", { className: "writing-type-diary-entry_svg__b", d: "m83.399 81.572-.038 1.965q-.114 5.34-.114 7.405a3.231 3.231 0 0 0 .336 1.788 1.518 1.518 0 0 0 1.274.444c.034 0 .095-.005.184-.012a1.875 1.875 0 0 1 .209-.013v1.457q-1.876-.1-2.84-.139t-1.687-.038q-.62 0-1.635.048t-2.282.129v-1.457a1.826 1.826 0 0 1 .215.013c.084.007.144.012.177.012a1.54 1.54 0 0 0 1.306-.45 4.873 4.873 0 0 0 .33-2.327v-3.69a4.96 4.96 0 0 0-.3-2.275 1.367 1.367 0 0 0-1.179-.426c-.127 0-.226 0-.3.007s-.146.01-.222.019l-.076-1.369q1.788-.128 3.449-.4a31.393 31.393 0 0 0 3.193-.691ZM83.552 77.475a2.539 2.539 0 1 1-2.539-2.539 2.539 2.539 0 0 1 2.539 2.539Z" }))); };
|
|
28
|
+
var SvgWritingTypeDiaryEntry = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ "data-name": "icon - diary", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
|
|
29
|
+
React__namespace.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }),
|
|
30
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 52", fill: "#3ba6dd", d: "M26.267 45.775h14.089V76.41H26.267z" }),
|
|
31
|
+
React__namespace.createElement("path", { "data-name": "Path 3072", d: "M73.081 25.24v27.464c-.612 0-1.224-.088-1.749-.088a26.763 26.763 0 0 0-26.759 26.763c0 .962.087 2.011.175 2.973H30.751a2.187 2.187 0 0 1-2.187-2.273v-3.586h2.187a3.417 3.417 0 0 0 3.585-3.149 3.362 3.362 0 0 0-3.585-3.149h-2.187V66.61h2.187a3.417 3.417 0 0 0 3.585-3.149 3.362 3.362 0 0 0-3.585-3.149h-2.187v-3.588h2.187a3.417 3.417 0 0 0 3.585-3.148 3.361 3.361 0 0 0-3.585-3.15h-2.187v-3.324h2.187a3.417 3.417 0 0 0 3.585-3.147 3.361 3.361 0 0 0-3.585-3.149h-2.187v-3.582h2.187a3.417 3.417 0 0 0 3.585-3.148 3.361 3.361 0 0 0-3.585-3.149h-2.187v-3.503a2.167 2.167 0 0 1 2.187-2.187Z", fill: "#3ba8df" }),
|
|
32
|
+
React__namespace.createElement("path", { "data-name": "Path 3073", d: "M30.273 62.002h-3.69a1.728 1.728 0 0 0-1.882 1.447c0 .8.8 1.447 1.882 1.447h3.69a1.652 1.652 0 0 0 1.808-1.447 1.7 1.7 0 0 0-1.808-1.447Z", fill: "#fff" }),
|
|
33
|
+
React__namespace.createElement("path", { "data-name": "Path 3074", d: "M30.273 71.746h-3.69a1.728 1.728 0 0 0-1.882 1.447c0 .795.8 1.447 1.882 1.447h3.69a1.652 1.652 0 0 0 1.808-1.447 1.7 1.7 0 0 0-1.808-1.447Z", fill: "#fff" }),
|
|
34
|
+
React__namespace.createElement("path", { "data-name": "Path 3075", d: "M30.273 52.338h-3.69a1.727 1.727 0 0 0-1.882 1.446c0 .8.8 1.447 1.882 1.447h3.69a1.651 1.651 0 0 0 1.808-1.447 1.65 1.65 0 0 0-1.808-1.446Z", fill: "#fff" }),
|
|
35
|
+
React__namespace.createElement("path", { "data-name": "Path 3076", d: "M30.273 42.471h-3.69a1.728 1.728 0 0 0-1.882 1.448c0 .8.8 1.447 1.882 1.447h3.69a1.651 1.651 0 0 0 1.808-1.447 1.652 1.652 0 0 0-1.808-1.448Z", fill: "#fff" }),
|
|
36
|
+
React__namespace.createElement("path", { "data-name": "Path 3077", d: "M26.581 35.609h3.692a1.651 1.651 0 0 0 1.808-1.448 1.652 1.652 0 0 0-1.808-1.447h-3.69a1.728 1.728 0 0 0-1.882 1.447 1.728 1.728 0 0 0 1.88 1.448Z", fill: "#fff" }),
|
|
37
|
+
React__namespace.createElement("path", { "data-name": "Path 3078", d: "M71.332 57.624a21.856 21.856 0 0 0-21.841 21.842 21.905 21.905 0 0 0 21.841 21.841 21.9 21.9 0 0 0 21.841-21.841 21.855 21.855 0 0 0-21.841-21.842Zm-.078 39.705a17.86 17.86 0 0 1-17.863-17.863 17.978 17.978 0 0 1 17.863-17.942 17.993 17.993 0 0 1 17.941 17.941 17.876 17.876 0 0 1-17.941 17.859Z", fill: "#fff100" }),
|
|
38
|
+
React__namespace.createElement("path", { "data-name": "Path 3079", d: "M74.843 82.977a1.885 1.885 0 0 0 .545-1.4V65.352a2 2 0 0 0-1.949-2.028 1.9 1.9 0 0 0-1.95 2.028v14.2h-8.035a1.932 1.932 0 0 0-1.951 1.95 1.932 1.932 0 0 0 1.951 1.95h9.985a1.648 1.648 0 0 0 1.404-.475Z", fill: "#fff100" }))); };
|
|
45
39
|
|
|
46
40
|
module.exports = SvgWritingTypeDiaryEntry;
|
|
47
41
|
//# sourceMappingURL=WritingTypeDiaryEntry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WritingTypeDiaryEntry.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"WritingTypeDiaryEntry.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 SvgWritingTypeExplanation = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
|
|
29
|
+
React__namespace.createElement("defs", null,
|
|
30
|
+
React__namespace.createElement("style", null, ".writing-type-explanation_svg__a{fill:none}.writing-type-explanation_svg__b{fill:#3ba6dd}.writing-type-explanation_svg__c{fill:#ffef00}")),
|
|
31
|
+
React__namespace.createElement("path", { className: "writing-type-explanation_svg__a", d: "M0 0h120v120H0z" }),
|
|
32
|
+
React__namespace.createElement("path", { className: "writing-type-explanation_svg__b", d: "M34.418 29.255v60.45a4.647 4.647 0 0 0 4.656 4.658h41.882a4.659 4.659 0 0 0 4.656-4.658v-60.45a4.648 4.648 0 0 0-4.656-4.659H39.074a4.659 4.659 0 0 0-4.656 4.659Zm46.538-1.558a1.546 1.546 0 0 1 1.553 1.558v60.45a1.556 1.556 0 0 1-1.553 1.558H39.074a1.547 1.547 0 0 1-1.553-1.558v-60.45a1.557 1.557 0 0 1 1.553-1.558Z" }),
|
|
33
|
+
React__namespace.createElement("path", { className: "writing-type-explanation_svg__c", d: "M77.978 79.183H62.656a.783.783 0 1 0 0 1.565h15.322a.783.783 0 1 0 0-1.565ZM77.978 82.161H62.656a.783.783 0 1 0 0 1.565h15.322a.783.783 0 1 0 0-1.565ZM41.745 37.583h15.322a.783.783 0 0 0 0-1.565H41.745a.783.783 0 1 0 0 1.565ZM41.413 42.841a.782.782 0 0 0 .782.783h35.783a.783.783 0 0 0 0-1.566H42.195a.782.782 0 0 0-.782.783ZM77.978 46.606H42.195a.783.783 0 0 0 0 1.565h35.783a.783.783 0 1 0 0-1.565ZM77.978 51.152H42.195a.783.783 0 0 0 0 1.565h35.783a.783.783 0 1 0 0-1.565ZM77.978 55.699H42.195a.783.783 0 0 0 0 1.565h35.783a.783.783 0 1 0 0-1.565ZM77.978 60.246H42.195a.783.783 0 0 0 0 1.565h35.783a.783.783 0 1 0 0-1.565ZM77.978 64.792H42.195a.783.783 0 0 0 0 1.566h35.783a.783.783 0 0 0 0-1.566ZM77.978 69.34H42.195a.782.782 0 0 0 0 1.564h35.783a.782.782 0 1 0 0-1.564ZM77.978 73.883H42.195a.782.782 0 0 0 0 1.564h35.783a.782.782 0 1 0 0-1.564Z" }),
|
|
34
|
+
React__namespace.createElement("g", { transform: "rotate(-88.1 84.428 17.622)", style: {
|
|
35
|
+
fill: "#fff",
|
|
36
|
+
stroke: "#231f20",
|
|
37
|
+
strokeMiterlimit: 10,
|
|
38
|
+
strokeWidth: "5.129px",
|
|
39
|
+
} },
|
|
40
|
+
React__namespace.createElement("circle", { cx: 16.478, cy: 16.478, r: 16.478, style: {
|
|
41
|
+
stroke: "none",
|
|
42
|
+
} }),
|
|
43
|
+
React__namespace.createElement("circle", { className: "writing-type-explanation_svg__a", cx: 16.478, cy: 16.478, r: 19.043 })),
|
|
44
|
+
React__namespace.createElement("path", { className: "writing-type-explanation_svg__b", d: "m83.399 81.572-.038 1.965q-.114 5.34-.114 7.405a3.231 3.231 0 0 0 .336 1.788 1.518 1.518 0 0 0 1.274.444c.034 0 .095-.005.184-.012a1.875 1.875 0 0 1 .209-.013v1.457q-1.876-.1-2.84-.139t-1.687-.038q-.62 0-1.635.048t-2.282.129v-1.457a1.826 1.826 0 0 1 .215.013c.084.007.144.012.177.012a1.54 1.54 0 0 0 1.306-.45 4.873 4.873 0 0 0 .33-2.327v-3.69a4.96 4.96 0 0 0-.3-2.275 1.367 1.367 0 0 0-1.179-.426c-.127 0-.226 0-.3.007s-.146.01-.222.019l-.076-1.369q1.788-.128 3.449-.4a31.393 31.393 0 0 0 3.193-.691ZM83.552 77.475a2.539 2.539 0 1 1-2.539-2.539 2.539 2.539 0 0 1 2.539 2.539Z" }))); };
|
|
45
|
+
|
|
46
|
+
module.exports = SvgWritingTypeExplanation;
|
|
47
|
+
//# sourceMappingURL=WritingTypeExplanation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WritingTypeExplanation.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|