nzk-react-components 1.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.
Files changed (92) hide show
  1. package/dist/cjs/icons/Achievements.js +171 -0
  2. package/dist/cjs/icons/Achievements.js.map +1 -0
  3. package/dist/cjs/icons/Audio.js +40 -0
  4. package/dist/cjs/icons/Audio.js.map +1 -0
  5. package/dist/cjs/icons/Chest.js +79 -0
  6. package/dist/cjs/icons/Chest.js.map +1 -0
  7. package/dist/cjs/icons/Featured.js +52 -0
  8. package/dist/cjs/icons/Featured.js.map +1 -0
  9. package/dist/cjs/icons/Features.js +53 -0
  10. package/dist/cjs/icons/Features.js.map +1 -0
  11. package/dist/cjs/icons/Followers.js +87 -0
  12. package/dist/cjs/icons/Followers.js.map +1 -0
  13. package/dist/cjs/icons/Pinterest.js +35 -0
  14. package/dist/cjs/icons/Pinterest.js.map +1 -0
  15. package/dist/cjs/icons/Report.js +39 -0
  16. package/dist/cjs/icons/Report.js.map +1 -0
  17. package/dist/cjs/icons/Shuffle.js +35 -0
  18. package/dist/cjs/icons/Shuffle.js.map +1 -0
  19. package/dist/cjs/icons/StarTutoring.js +44 -0
  20. package/dist/cjs/icons/StarTutoring.js.map +1 -0
  21. package/dist/cjs/icons/StopWatch.js +104 -0
  22. package/dist/cjs/icons/StopWatch.js.map +1 -0
  23. package/dist/cjs/icons/Target.js +42 -0
  24. package/dist/cjs/icons/Target.js.map +1 -0
  25. package/dist/cjs/icons/TeamFlorence.js +101 -0
  26. package/dist/cjs/icons/TeamFlorence.js.map +1 -0
  27. package/dist/cjs/icons/TeamGiraffe.js +244 -0
  28. package/dist/cjs/icons/TeamGiraffe.js.map +1 -0
  29. package/dist/cjs/icons/TeamGrudge.js +177 -0
  30. package/dist/cjs/icons/TeamGrudge.js.map +1 -0
  31. package/dist/cjs/icons/TeamSeaLion.js +184 -0
  32. package/dist/cjs/icons/TeamSeaLion.js.map +1 -0
  33. package/dist/cjs/icons/Wishlist.js +98 -0
  34. package/dist/cjs/icons/Wishlist.js.map +1 -0
  35. package/dist/cjs/index.js +34 -0
  36. package/dist/cjs/index.js.map +1 -1
  37. package/dist/components/Icon/Icon.stories.d.ts +0 -2
  38. package/dist/esm/icons/Achievements.js +147 -0
  39. package/dist/esm/icons/Achievements.js.map +1 -0
  40. package/dist/esm/icons/Audio.js +16 -0
  41. package/dist/esm/icons/Audio.js.map +1 -0
  42. package/dist/esm/icons/Chest.js +55 -0
  43. package/dist/esm/icons/Chest.js.map +1 -0
  44. package/dist/esm/icons/Featured.js +28 -0
  45. package/dist/esm/icons/Featured.js.map +1 -0
  46. package/dist/esm/icons/Features.js +29 -0
  47. package/dist/esm/icons/Features.js.map +1 -0
  48. package/dist/esm/icons/Followers.js +63 -0
  49. package/dist/esm/icons/Followers.js.map +1 -0
  50. package/dist/esm/icons/Pinterest.js +11 -0
  51. package/dist/esm/icons/Pinterest.js.map +1 -0
  52. package/dist/esm/icons/Report.js +15 -0
  53. package/dist/esm/icons/Report.js.map +1 -0
  54. package/dist/esm/icons/Shuffle.js +11 -0
  55. package/dist/esm/icons/Shuffle.js.map +1 -0
  56. package/dist/esm/icons/StarTutoring.js +20 -0
  57. package/dist/esm/icons/StarTutoring.js.map +1 -0
  58. package/dist/esm/icons/StopWatch.js +80 -0
  59. package/dist/esm/icons/StopWatch.js.map +1 -0
  60. package/dist/esm/icons/Target.js +18 -0
  61. package/dist/esm/icons/Target.js.map +1 -0
  62. package/dist/esm/icons/TeamFlorence.js +77 -0
  63. package/dist/esm/icons/TeamFlorence.js.map +1 -0
  64. package/dist/esm/icons/TeamGiraffe.js +220 -0
  65. package/dist/esm/icons/TeamGiraffe.js.map +1 -0
  66. package/dist/esm/icons/TeamGrudge.js +153 -0
  67. package/dist/esm/icons/TeamGrudge.js.map +1 -0
  68. package/dist/esm/icons/TeamSeaLion.js +160 -0
  69. package/dist/esm/icons/TeamSeaLion.js.map +1 -0
  70. package/dist/esm/icons/Wishlist.js +74 -0
  71. package/dist/esm/icons/Wishlist.js.map +1 -0
  72. package/dist/esm/index.js +17 -0
  73. package/dist/esm/index.js.map +1 -1
  74. package/dist/icons/Achievements.d.ts +3 -0
  75. package/dist/icons/Audio.d.ts +3 -0
  76. package/dist/icons/Chest.d.ts +3 -0
  77. package/dist/icons/Featured.d.ts +3 -0
  78. package/dist/icons/Features.d.ts +3 -0
  79. package/dist/icons/Followers.d.ts +3 -0
  80. package/dist/icons/Pinterest.d.ts +3 -0
  81. package/dist/icons/Report.d.ts +3 -0
  82. package/dist/icons/Shuffle.d.ts +3 -0
  83. package/dist/icons/StarTutoring.d.ts +3 -0
  84. package/dist/icons/StopWatch.d.ts +3 -0
  85. package/dist/icons/Target.d.ts +3 -0
  86. package/dist/icons/TeamFlorence.d.ts +3 -0
  87. package/dist/icons/TeamGiraffe.d.ts +3 -0
  88. package/dist/icons/TeamGrudge.d.ts +3 -0
  89. package/dist/icons/TeamSeaLion.d.ts +3 -0
  90. package/dist/icons/Wishlist.d.ts +3 -0
  91. package/dist/icons/index.d.ts +17 -0
  92. package/package.json +1 -1
@@ -0,0 +1,244 @@
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 SvgTeamGiraffe = 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.004" }, props),
29
+ React__namespace.createElement("defs", null,
30
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__a" },
31
+ React__namespace.createElement("path", { "data-name": "Rectangle 1710", fill: "none", d: "M0 0h119.936v119.969H0z" })),
32
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__b" },
33
+ React__namespace.createElement("path", { "data-name": "Rectangle 1696", transform: "translate(9.42 9.344)", fill: "none", d: "M0 0h97.136v99.766H0z" })),
34
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__c" },
35
+ React__namespace.createElement("path", { "data-name": "Rectangle 1697", transform: "translate(77.953 38.826)", fill: "none", d: "M0 0h13.345v23.084H0z" })),
36
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__d" },
37
+ React__namespace.createElement("path", { "data-name": "Rectangle 1698", transform: "translate(84.496 76.058)", fill: "none", d: "M0 0h1.263v5.738H0z" })),
38
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__e" },
39
+ React__namespace.createElement("path", { "data-name": "Rectangle 1700", transform: "translate(10.419 32.252)", fill: "none", d: "M0 0h27.503v36.348H0z" })),
40
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__f" },
41
+ React__namespace.createElement("path", { "data-name": "Path 2422", d: "M12.55 32.252s6.507 12.292 10.385 16.959a45.813 45.813 0 0 0 5.588 6l7.557 6.871 1.842 3.821-1.553 2.697a8.764 8.764 0 0 0-3.769-1.773c-1.84-.2-10.977-1.61-12.489-1.742s-7.954-.427-9.071-4.009-.559-18.307.394-23.434a46.332 46.332 0 0 1 1.118-5.39", fill: "none" })),
42
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__h" },
43
+ React__namespace.createElement("path", { "data-name": "Rectangle 1701", transform: "translate(12.452 32.252)", fill: "none", d: "M0 0h24.311v31.251H0z" })),
44
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__i" },
45
+ React__namespace.createElement("path", { "data-name": "Rectangle 1702", transform: "translate(38.275 33.656)", fill: "none", d: "M0 0h3.979v14.963H0z" })),
46
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__j" },
47
+ React__namespace.createElement("path", { "data-name": "Rectangle 1703", transform: "translate(63.973 9.72)", fill: "none", d: "M0 0h40.094v36.012H0z" })),
48
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__k" },
49
+ React__namespace.createElement("path", { "data-name": "Rectangle 1704", transform: "translate(51.61 28.308)", fill: "none", d: "M0 0h6.431v12.646H0z" })),
50
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__l" },
51
+ React__namespace.createElement("path", { "data-name": "Rectangle 1705", transform: "translate(64.8 98.189)", fill: "none", d: "M0 0h42.052v19.536H0z" })),
52
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__m" },
53
+ React__namespace.createElement("path", { "data-name": "Rectangle 1706", transform: "translate(71.468 44.566)", fill: "none", d: "M0 0h37.764v66.91H0z" })),
54
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__n" },
55
+ React__namespace.createElement("path", { "data-name": "Rectangle 1707", transform: "translate(47.101 42.386)", fill: "none", d: "M0 0h33.738v48.757H0z" })),
56
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__o" },
57
+ React__namespace.createElement("path", { "data-name": "Rectangle 1708", transform: "translate(35.073 55.215)", fill: "none", d: "M0 0h21.47v49.431H0z" })),
58
+ React__namespace.createElement("clipPath", { id: "team-giraffe_svg__p" },
59
+ React__namespace.createElement("path", { "data-name": "Rectangle 1709", transform: "translate(85.333 59.661)", fill: "none", d: "M0 0h5.965v3.342H0z" })),
60
+ React__namespace.createElement("linearGradient", { id: "team-giraffe_svg__g", x1: -0.354, y1: 2.413, x2: -0.319, y2: 2.413, gradientUnits: "objectBoundingBox" },
61
+ React__namespace.createElement("stop", { offset: 0, stopColor: "#fff" }),
62
+ React__namespace.createElement("stop", { offset: 1, stopColor: "#1d1d1b" }))),
63
+ React__namespace.createElement("g", { "data-name": "Group 1911", clipPath: "url(#team-giraffe_svg__a)" },
64
+ React__namespace.createElement("g", { "data-name": "Group 1872", opacity: 0.3 },
65
+ React__namespace.createElement("g", { "data-name": "Group 1871" },
66
+ React__namespace.createElement("g", { "data-name": "Group 1870", clipPath: "url(#team-giraffe_svg__b)" },
67
+ React__namespace.createElement("path", { "data-name": "Path 2399", d: "M19.109 69.085c1.512.131 10.649 1.545 12.489 1.742a8.747 8.747 0 0 1 3.77 1.773c-.007.463-.017.946-.032 1.455q-.012.463-.03.949c0 .1-.007.2-.011.3q-.03.833-.069 1.709v.034c-.026.594-.056 1.2-.088 1.814 0 .07-.007.14-.011.211-.026.5-.054 1.01-.083 1.518l-.049.84-.021.362-.05.825-.021.33-.058.907-.015.235c-.05.767-.1 1.518-.151 2.243 0 .069-.009.136-.014.2l-.06.851-.022.3-.051.715-.022.293-.05.668-.02.271-.058.757-.006.08-.055.705-.015.181-.052.65c0 .049-.008.093-.011.141l-.038.451c0 .069-.011.132-.016.2l-.027.318-.015.169-.021.233c0 .045-.008.092-.012.132l-.015.156-.009.091-.014.12a.327.327 0 0 0 .042.16c0 .011.017.028.023.04a2.139 2.139 0 0 0 .132.23 33.363 33.363 0 0 0 4.6 5.015c.188.17.377.335.565.5l.04.033c.177.154.354.3.531.447.067.054.133.111.2.164.174.141.347.273.52.4.068.052.137.108.205.158.175.129.345.246.516.363.063.043.128.092.191.133.23.152.457.293.676.417l.392.217c1.771.981 4.685 2.487 7.244 3.792a997.43 997.43 0 0 0 5.073 2.564l.035-.043.046-.054.074-.085.061-.069.024-.027.106-.119.064-.071.065-.072c1.193-1.307 4.475-4.6 7.763-5.157a3.1 3.1 0 0 1 .641-.023 3.578 3.578 0 0 1 .486.059c.1.018.205.033.309.059.167.042.336.1.506.159.1.038.206.074.309.118.173.073.347.157.521.247a9.813 9.813 0 0 1 .833.486c.1.065.2.131.3.2q.265.183.527.383c.1.074.193.149.289.226.175.14.349.283.521.431.092.079.183.16.274.241.171.153.341.307.507.465.087.082.172.165.258.248.164.161.327.321.485.483.081.082.159.164.237.247.156.162.31.325.457.485l.217.24c.142.159.284.317.417.47a.28.28 0 0 1 .057.091c.259.3.494.583.71.847a50.616 50.616 0 0 0 23.5-13.234l-12-9.8s-.1-.079-.254-.207c.047-.024.092-.048.137-.075a2.784 2.784 0 0 0 1.211-2.118c.015-.108.026-.214.034-.321v-.043c.007-.1.011-.2.013-.3v-.403q-.006-.125-.015-.243c0-.028-.006-.056-.008-.084a9.483 9.483 0 0 0-.022-.207c0-.031-.009-.059-.013-.09a3.417 3.417 0 0 0-.026-.17c0-.033-.011-.061-.017-.092l-.024-.128c-.008-.039-.016-.066-.024-.1l-.019-.078a1.54 1.54 0 0 0-.039-.121 1.445 1.445 0 0 0-.14-.253c-.019-.03-.042-.061-.064-.093s-.058-.086-.093-.133l-.066-.084-.058-.074-.057-.071-.085-.1-.088-.1-.047-.054-.071-.08c-.048-.055-.1-.106-.14-.156l-.079-.086-.121-.114c.024-.108.046-.231.069-.355.012-.066.024-.127.035-.2q.054-.327.094-.719c0-.032.009-.057.011-.089a19.31 19.31 0 0 0 .032-3.045 14.264 14.264 0 0 0-.773-3.767 5.741 5.741 0 0 0 .434-1.145c.01-.037.018-.078.027-.116.026-.109.05-.22.069-.335.01-.055.016-.112.024-.169.014-.1.026-.21.034-.319 0-.066.006-.133.009-.2v-.321c0-.073-.007-.146-.013-.22a4.927 4.927 0 0 0-.041-.332c-.012-.077-.023-.153-.04-.23a4.31 4.31 0 0 0-.09-.351c-.022-.077-.041-.153-.067-.23-.045-.13-.1-.263-.16-.395-.03-.067-.053-.132-.086-.2l-.021-.046A13.673 13.673 0 0 0 84.366 67c.06-.008.119-.019.179-.027l.252-.039q.258-.04.514-.09c.081-.015.161-.03.242-.047q.267-.053.529-.113l.264-.061.408-.1.231-.059q.285-.075.555-.152l.229-.066.345-.1.226-.069c.129-.04.252-.079.371-.118l.155-.05.055-.019c.114-.038.224-.074.327-.11l.184-.064.036-.012.177-.063.113-.04.129-.048.043-.015.085-.032.073-.028.1-.036.031-.012.033-.013.048-.017v-.732c0-2.545-.047-11-.658-13.567-.724-3.032-4.01-8.274-4.01-8.274L81.9 48.556l-4.709 7.23a65.114 65.114 0 0 0-2.741-2.671 29.032 29.032 0 0 0-3.817-4.407l.111-.226.029-.058c.013-.025.035-.066.049-.1a22.67 22.67 0 0 1 1.436-2.396l.041-.058c.175-.255.361-.518.564-.789.038-.051.084-.1.123-.157.184-.241.371-.484.576-.733a22.185 22.185 0 0 1 1.528-1.663c.125-.123.256-.244.387-.365q.246-.229.5-.455c.132-.115.265-.229.4-.341.21-.173.43-.341.652-.507.11-.082.216-.168.329-.248q.5-.354 1.037-.678c.107-.064.22-.123.329-.185.273-.155.55-.305.837-.445q.207-.1.419-.195.429-.193.878-.361l.4-.15a13.665 13.665 0 0 1 1.345-.389 25.342 25.342 0 0 1 4.12-.556l.213-.011c.275-.015.553-.023.831-.032.153-.005.3-.014.458-.018H89.939c.444.007.889.019 1.331.038l.169.008c.166.007.329.018.494.027.279.014.559.027.836.046l.149.01c.306.021.607.046.909.071.123.01.249.018.372.029l.159.014c.368.033.729.07 1.086.107l.162.016.161.017q.61.066 1.195.14l.18.022c.259.032.5.066.754.1l.356.047.183.026c.333.047.651.094.961.142l.064.009.165.025c.323.051.63.1.931.151a51.152 51.152 0 0 1 5.991 1.524 50.72 50.72 0 0 0-7.708-12.576 10.684 10.684 0 0 1-2.258-.7 13.212 13.212 0 0 1-2.037-1.329c-3.855-2.805-8.565-4.644-12.821-6.792a50.21 50.21 0 0 0-15.957-4.943c-.237-.032-.469-.078-.707-.107-.6.366-1.309.838-2.1 1.406l-.068.05a7.876 7.876 0 0 0-.233-.484 3.425 3.425 0 0 1-.148-.32c-.019-.047-.035-.1-.053-.151-.026-.073-.053-.143-.077-.22s-.039-.139-.059-.21-.038-.132-.055-.2-.04-.173-.059-.26c-.013-.06-.028-.118-.04-.18-.021-.1-.039-.207-.058-.312l-.027-.148q-.03-.183-.057-.369c0-.033-.01-.065-.014-.1a20.67 20.67 0 0 1-.055-.426l-.005-.041a32.72 32.72 0 0 1-.179-2.366h-.14l-.315 1.449a2.519 2.519 0 0 1-.41-.557 5.158 5.158 0 0 1-.388-.92c-.189 0-.375-.014-.565-.014-.258 0-.513.015-.771.019.08 1.043.356 2.235.644 3.839a9.73 9.73 0 0 1-.393 4.8l-.075.071c-.222.2-.446.416-.672.632a36.178 36.178 0 0 0-1.555-3.467 84.11 84.11 0 0 1-1.6-3.45A16.3 16.3 0 0 1 54.8 9.6q-2.481.254-4.888.745a10.128 10.128 0 0 0-.59 3.49c.01.1.021.183.031.267 0 .036.008.069.013.1l.02.162.021.161c0 .036.009.071.013.107l.013.11.01.089.011.112c.004.037 0 .057.007.085s0 .08.008.121v.603c0 .051 0 .1-.008.155 0 .037-.005.076-.008.114 0 .055-.009.11-.014.168l-.014.14-.019.181v.034c-.018.154-.039.319-.065.5s-.053.369-.085.577l-.022.14-.09.557-.03.184-.141.826c-.61 3.51 1.038 6.023 2.711 7.98-.06.094-.12.187-.179.282-.157.251-.311.51-.466.767q-.369.617-.73 1.261c-.175.312-.349.624-.52.946q-.416.778-.817 1.6c-.14.287-.279.575-.417.87-.05.107-.1.208-.146.328a56.275 56.275 0 0 0-2.689 7.118 5.952 5.952 0 0 1-.428-.372 22.978 22.978 0 0 1-2.636-3.683l-.087-.147c-.073-.125-.14-.241-.191-.333-.138-.251-.268-.427-.373-.615a1.174 1.174 0 0 1-.05-.092 1.241 1.241 0 0 1-.06-.144 1.516 1.516 0 0 1-.039-.108 1.82 1.82 0 0 1-.061-.309 2.72 2.72 0 0 1-.016-.217v-.182c0-.087 0-.178.012-.279 0-.043.009-.093.013-.138a9.125 9.125 0 0 0 .159-1.115c.025-.137.05-.281.071-.432.023-.136.046-.266.068-.408v-.034c.021-.144.038-.3.058-.451.025-.19.049-.377.07-.578.017-.159.03-.326.044-.491.019-.213.036-.426.05-.65a28.425 28.425 0 0 0 .043-1.251v-.562c0-.257-.011-.519-.022-.786a30.117 30.117 0 0 0-.029-.585 27.657 27.657 0 0 0-.075-.87c-.019-.193-.036-.383-.06-.581a25.78 25.78 0 0 0-.149-1.006c-.028-.172-.05-.34-.082-.514-.1-.518-.207-1.044-.343-1.581a13.825 13.825 0 0 0-4.031-7.274c-.022-.025-.04-.056-.061-.081a50.818 50.818 0 0 0-11.73 8.051c0 .157-.007.311 0 .475v.081c0 .074.008.156.01.231a24.674 24.674 0 0 0 .103 1.591l.032.337c.036.347.077.71.127 1.1a6.854 6.854 0 0 0 2.656 4.234 23.209 23.209 0 0 0 3.742 2.427 22.1 22.1 0 0 1 1.152.693c.067.043.134.084.2.128q.542.357 1.05.762c.065.051.128.1.191.154a11.825 11.825 0 0 0 1.08 1.029 5.822 5.822 0 0 1 1.145 1.796c.1.273.2.566.3.874l.017.058c.09.3.176.61.258.935.137.541.265 1.111.378 1.715 0 .019.007.04.011.059.251 1.347.445 2.824.575 4.334a48.439 48.439 0 0 1 .067 5.6l-.037.039-.056.057a16.52 16.52 0 0 0-.749.865q-.215.262-.421.542c-.052.07-.1.139-.156.21q-.269.375-.521.773c-.033.052-.063.108-.1.161q-.2.334-.394.687a22.3 22.3 0 0 0-.14.266q-.185.36-.353.738c-.027.061-.057.12-.083.182-.133.31-.256.631-.371.96-.029.084-.056.172-.084.258q-.127.39-.237.8c-.027.1-.055.2-.08.306-.088.359-.169.724-.233 1.1V59.605c0 .41.011 1.123.034 2.057a174.531 174.531 0 0 0 .072 2.194c.012.315.027.641.043.973 0 .087.008.175.013.264q.021.414.045.84c0 .055.005.107.008.163l-7.557-6.872a45.734 45.734 0 0 1-5.588-6 66.294 66.294 0 0 1-4.955-7.359l-.523-.874-.044-.075-.454-.771a10.355 10.355 0 0 1-.083-.141c-.137-.235-.273-.467-.407-.7l-.087-.151c-.32-.552-.63-1.093-.924-1.612l-.03-.053c-.138-.242-.272-.48-.4-.712l-.053-.094a114.66 114.66 0 0 1-.363-.648l-.046-.083a2.062 2.062 0 0 1-.045-.08 50.262 50.262 0 0 0-4.1 17.365 34.214 34.214 0 0 0 .618 7.85c1.117 3.583 7.559 3.879 9.071 4.01" })))),
68
+ React__namespace.createElement("path", { "data-name": "Path 2400", d: "m77.953 52.147 8.677-13.322s3.286 5.242 4.009 8.274.658 14.3.658 14.3-5.982 2.39-9.137 1.543-4.207-10.794-4.207-10.794", fill: "#fffb8a" }),
69
+ React__namespace.createElement("path", { "data-name": "Path 2401", d: "M90.64 47.1c-.724-3.032-4.01-8.274-4.01-8.274l-3.73 5.731c.553 2.36 1.485 6.43 1.625 7.591.16 1.318.807 7.224.845 10.856A29.277 29.277 0 0 0 91.3 61.4s.066-11.267-.657-14.3", fill: "#c28344" }),
70
+ React__namespace.createElement("g", { "data-name": "Group 1875", opacity: 0.5, style: {
71
+ mixBlendMode: "overlay",
72
+ isolation: "isolate",
73
+ } },
74
+ React__namespace.createElement("g", { "data-name": "Group 1874" },
75
+ React__namespace.createElement("g", { "data-name": "Group 1873", clipPath: "url(#team-giraffe_svg__c)" },
76
+ React__namespace.createElement("path", { "data-name": "Path 2402", d: "M91.3 61.4s.066-11.267-.657-14.3-4.01-8.274-4.01-8.274l-8.68 13.322s.033.307.1.811L86.5 41.718a39.7 39.7 0 0 1 2.892 8.108c.525 2.821.505 9.515.475 12.084.869-.287 1.431-.511 1.431-.511", fill: "#fff" })))),
77
+ React__namespace.createElement("path", { "data-name": "Path 2403", d: "M85.512 44.566A6.056 6.056 0 0 1 87.1 41.63a6.048 6.048 0 0 1-1.585 2.936", fill: "#d6ac7b" }),
78
+ React__namespace.createElement("path", { "data-name": "Path 2404", d: "M87.4 55.768a6.059 6.059 0 0 1 3.325-.277 6.037 6.037 0 0 1-3.325.277", fill: "#d6ac7b" }),
79
+ React__namespace.createElement("path", { "data-name": "Path 2405", d: "M85.118 47.962c.923-1.014 1.9-1.975 2.765-3.047a4.272 4.272 0 0 1-2.765 3.047", fill: "#d6ac7b" }),
80
+ React__namespace.createElement("path", { "data-name": "Path 2406", d: "M87.122 51.586c1.106-.811 2.257-1.558 3.315-2.438a4.268 4.268 0 0 1-3.315 2.438", fill: "#d6ac7b" }),
81
+ React__namespace.createElement("path", { "data-name": "Path 2407", d: "M86.282 57.435c1.355.209 2.7.494 4.068.62a4.271 4.271 0 0 1-4.068-.62", fill: "#d6ac7b" }),
82
+ React__namespace.createElement("path", { "data-name": "Path 2408", d: "M85.849 59.8c1.015.128 1.907.283 2.93.35a3.084 3.084 0 0 1-2.93-.35", fill: "#d6ac7b" }),
83
+ React__namespace.createElement("path", { "data-name": "Path 2409", d: "M85.118 50.406c1.515-1.272 3.292-2.226 4.557-3.767-.638 1.953-2.757 3.052-4.557 3.767", fill: "#d6ac7b" }),
84
+ React__namespace.createElement("path", { "data-name": "Path 2410", d: "M85.6 55.353c1.515-1.272 3.292-2.226 4.557-3.767-.638 1.953-2.757 3.052-4.557 3.767", fill: "#d6ac7b" }),
85
+ React__namespace.createElement("path", { "data-name": "Path 2411", d: "M79.366 58.545a10.779 10.779 0 0 1 4.305 4.01 5.172 5.172 0 0 1-.164 5.85l-5.686-.132-1.512-9.4Z", fill: "#bf7f43" }),
86
+ React__namespace.createElement("path", { "data-name": "Path 2412", d: "M75.192 48.883s4.733 4.273 5.127 5.653S79 62.358 77.756 63.41s-5-12.292-2.564-14.527", fill: "#2b295a" }),
87
+ React__namespace.createElement("path", { "data-name": "Path 2413", d: "M84.231 75.668a8.759 8.759 0 0 1 1.315 1.632c.2.5.788 3.955-1.512 4.711s-5.39-1.742-5.39-1.742l.887-6.123s2.6.8 4.7 1.522", fill: "#fffb8a" }),
88
+ React__namespace.createElement("path", { "data-name": "Path 2414", d: "m78.695 76.945-.051-.055Z", fill: "#2b295a" }),
89
+ React__namespace.createElement("path", { "data-name": "Path 2415", d: "M85.248 76.822a13.922 13.922 0 0 0-1.017-1.153c-2.1-.723-4.7-1.522-4.7-1.522l-.458 3.161a5.116 5.116 0 0 0 3.679 1.549 3.618 3.618 0 0 0 2.5-2.035", fill: "#2b295a" }),
90
+ React__namespace.createElement("g", { "data-name": "Group 1878", opacity: 0.5, style: {
91
+ mixBlendMode: "overlay",
92
+ isolation: "isolate",
93
+ } },
94
+ React__namespace.createElement("g", { "data-name": "Group 1877" },
95
+ React__namespace.createElement("g", { "data-name": "Group 1876", clipPath: "url(#team-giraffe_svg__d)" },
96
+ React__namespace.createElement("path", { "data-name": "Path 2416", d: "M84.6 76.058c-.093.6-.154 1.4.136 1.681.463.443.427 2.769-.239 4.057 1.746-1.042 1.231-4.029 1.048-4.495a5.8 5.8 0 0 0-.945-1.243", fill: "#fff" })))),
97
+ React__namespace.createElement("path", { "data-name": "Path 2417", d: "M78.315 66.729a3 3 0 0 1 2.629-2.136c2.137-.2 3.55 3.8 3.747 6.9s-.3 5.006-.592 5.4a4.157 4.157 0 0 1-4.242-.135c-1.641-1.117-3.35-6.179-3.35-6.179Z", fill: "#fff" }),
98
+ React__namespace.createElement("path", { "data-name": "Path 2418", d: "M84.66 74.535a6.158 6.158 0 0 1-2.73 1.373 4.965 4.965 0 0 1-3.139-.357 4.384 4.384 0 0 0 1.065 1.2 4.159 4.159 0 0 0 4.243.135 5.911 5.911 0 0 0 .561-2.353", fill: "#f5f5f5" }),
99
+ React__namespace.createElement("path", { "data-name": "Path 2419", d: "M77.953 69a1.375 1.375 0 0 1 1.019-.164 1.5 1.5 0 0 1 1.183 1.249c.066.624.029 3.1-.478 3.713a1.282 1.282 0 0 1-1.4.241Z", fill: "#1d0605" }),
100
+ React__namespace.createElement("path", { "data-name": "Path 2420", d: "M78.9 71.06a.969.969 0 0 0 .083.407.384.384 0 0 0 .331.221.39.39 0 0 0 .319-.237 1.123 1.123 0 0 0 .082-.407c.023-.306.088-1.024-.385-1.033-.455-.009-.442.741-.43 1.049", fill: "#fff" }),
101
+ React__namespace.createElement("path", { "data-name": "Path 2421", d: "M12.55 32.252s6.507 12.292 10.386 16.959a45.7 45.7 0 0 0 5.587 6l7.558 6.872 1.842 3.821-1.554 2.696a8.755 8.755 0 0 0-3.769-1.773c-1.84-.2-10.977-1.61-12.489-1.742s-7.953-.427-9.071-4.009-.559-18.307.395-23.434a46.724 46.724 0 0 1 1.117-5.39", fill: "#642b33" }),
102
+ React__namespace.createElement("g", { "data-name": "Group 1883", style: {
103
+ mixBlendMode: "multiply",
104
+ isolation: "isolate",
105
+ } },
106
+ React__namespace.createElement("g", { "data-name": "Group 1882" },
107
+ React__namespace.createElement("g", { "data-name": "Group 1881", clipPath: "url(#team-giraffe_svg__e)" },
108
+ React__namespace.createElement("g", { "data-name": "Group 1880" },
109
+ React__namespace.createElement("g", { "data-name": "Group 1879", clipPath: "url(#team-giraffe_svg__f)" },
110
+ React__namespace.createElement("path", { "data-name": "Rectangle 1699", transform: "translate(9.921 32.252)", fill: "url(#team-giraffe_svg__g)", d: "M0 0h28.001v36.349H0z" })))))),
111
+ React__namespace.createElement("path", { "data-name": "Path 2423", d: "M13.339 48.159a38.9 38.9 0 0 0 5.456 14.4c.46.72 18.514 4.416 18.514 4.416l.614-1.063-1.842-3.821-7.558-6.872a45.7 45.7 0 0 1-5.587-6C19.058 44.544 12.55 32.252 12.55 32.252a55.277 55.277 0 0 0 .789 15.907", fill: "#fef999" }),
112
+ React__namespace.createElement("path", { "data-name": "Path 2424", d: "M18.071 48.291c-.141-1.446-.131-4.2-.091-6.438-2.867-4.76-5.43-9.6-5.43-9.6a55.232 55.232 0 0 0 .788 15.908 39.527 39.527 0 0 0 5.338 14.218c-.307-5.464-.444-12.438-.605-14.087", fill: "#c28344" }),
113
+ React__namespace.createElement("path", { "data-name": "Path 2425", d: "M14.653 50.679a90.951 90.951 0 0 1 3.068 5.149 8.046 8.046 0 0 1-3.068-5.149", fill: "#d6ac7b" }),
114
+ React__namespace.createElement("path", { "data-name": "Path 2426", d: "M13.689 43.4a178.96 178.96 0 0 0 2.8 5.017c-1.8-.966-2.461-3.144-2.8-5.017", fill: "#d6ac7b" }),
115
+ React__namespace.createElement("path", { "data-name": "Path 2427", d: "M13.689 37.6a37.271 37.271 0 0 0 2.235 4.557 5.588 5.588 0 0 1-2.235-4.557", fill: "#d6ac7b" }),
116
+ React__namespace.createElement("path", { "data-name": "Path 2428", d: "M15.091 42.156c.607.588 1.074 1.105 1.709 1.665a2.131 2.131 0 0 1-1.709-1.665", fill: "#d6ac7b" }),
117
+ React__namespace.createElement("path", { "data-name": "Path 2429", d: "M15.946 44.772c.607.588 1.074 1.1 1.709 1.665a2.131 2.131 0 0 1-1.709-1.665", fill: "#d6ac7b" }),
118
+ React__namespace.createElement("g", { "data-name": "Group 1886", opacity: 0.5, style: {
119
+ mixBlendMode: "overlay",
120
+ isolation: "isolate",
121
+ } },
122
+ React__namespace.createElement("g", { "data-name": "Group 1885" },
123
+ React__namespace.createElement("g", { "data-name": "Group 1884", clipPath: "url(#team-giraffe_svg__h)" },
124
+ React__namespace.createElement("path", { "data-name": "Path 2430", d: "m36.08 62.086-7.558-6.872a45.7 45.7 0 0 1-5.587-6c-3.878-4.667-10.386-16.959-10.386-16.959-.028.431-.063.886-.1 1.373 1.523 2.97 5.925 11.22 10.286 16.2 3.844 4.384 10.512 10.513 14.028 13.672Z", fill: "#fff" })))),
125
+ React__namespace.createElement("path", { "data-name": "Path 2431", d: "M39.807 48.62a54.5 54.5 0 0 0 0-6.946 32.185 32.185 0 0 0-1.534-7.974c-.745-1.972-2.936-3.506-4.82-4.558s-5.96-3.2-6.4-6.66a16.487 16.487 0 0 1 .263-7.362 5.758 5.758 0 0 0 .57 1.972 9.178 9.178 0 0 1 .438-4.558 7.779 7.779 0 0 0 .876 1.709 18.6 18.6 0 0 1-.263-4.031 14.55 14.55 0 0 0-1.314-5.785 10.087 10.087 0 0 1 3.5 3.637s-.263-3.856 1.8-6a11.294 11.294 0 0 0 1.187 5.079c1.227 2.06 1.622 2.673 1.622 2.673a11.269 11.269 0 0 1 .568-3.549 8.067 8.067 0 0 0 .7 2.278 8.315 8.315 0 0 1 .263-2.41s.088 3.2 1.315 4.558a13.831 13.831 0 0 1 4.032 7.274 25.435 25.435 0 0 1 .35 10.78c-.438 2.366-.044 2.366.416 3.2a24.714 24.714 0 0 0 2.915 4.163 54.3 54.3 0 0 0 8.457 5.565c1.753.745-14.943 6.946-14.943 6.946", fill: "#e0c865" }),
126
+ React__namespace.createElement("g", { "data-name": "Group 1889", opacity: 0.3 },
127
+ React__namespace.createElement("g", { "data-name": "Group 1888" },
128
+ React__namespace.createElement("g", { "data-name": "Group 1887", clipPath: "url(#team-giraffe_svg__i)" },
129
+ React__namespace.createElement("path", { "data-name": "Path 2432", d: "m42.254 47.691-2.635-13.28a1.055 1.055 0 0 0-1.344-.7 32.206 32.206 0 0 1 1.532 7.968 54.5 54.5 0 0 1 0 6.946s.984-.366 2.447-.929", fill: "#1d1d1b" })))),
130
+ React__namespace.createElement("path", { "data-name": "Path 2433", d: "M37.694 32.153c-.494.069-1.455-1.129-1.719-1.342a17.524 17.524 0 0 0-2.523-1.67c-1.884-1.052-5.959-3.2-6.4-6.661a16.5 16.5 0 0 1 .263-7.362 5.758 5.758 0 0 0 .57 1.972 9.191 9.191 0 0 1 .438-4.558 7.75 7.75 0 0 0 .877 1.709 18.533 18.533 0 0 1-.263-4.031 14.551 14.551 0 0 0-1.315-5.785 10.091 10.091 0 0 1 3.508 3.638s-.263-3.857 1.8-6a11.292 11.292 0 0 0 1.18 5.079c1.227 2.06 1.621 2.673 1.621 2.673a11.279 11.279 0 0 1 .57-3.549A8.048 8.048 0 0 0 37 8.545a8.284 8.284 0 0 1 .263-2.411s.087 3.2 1.314 4.558a13.829 13.829 0 0 1 4.032 7.274 25.438 25.438 0 0 1 .351 10.78c-.111.6.028 1.4-.657 1.649a2.452 2.452 0 0 1-.806.1l-1.8.019a2.123 2.123 0 0 0-1.283.289 1.062 1.062 0 0 0-.394.618c-.031.143-.031.292-.067.433-.049.194-.14.283-.259.3", fill: "#cc6c2c" }),
131
+ React__namespace.createElement("path", { "data-name": "Path 2434", d: "M32.927 2.059c-2.06 2.147-1.8 6-1.8 6a10.084 10.084 0 0 0-3.5-3.638 6.814 6.814 0 0 1 .66 1.708 41.64 41.64 0 0 1 4.248 6.4s-1.118-6.551.394-10.473", fill: "#954113" }),
132
+ React__namespace.createElement("path", { "data-name": "Path 2435", d: "M43.378 31.946c-.46-.833-.855-.833-.416-3.2l.075-.429c-2.708-1.766-5.115-5.991-5.115-5.991l1.122 5.451c-.842-.707-2.234-1.711-4.671-3.479a12.654 12.654 0 0 1-5.318-10.251 9.619 9.619 0 0 1-.73-1.515 9.191 9.191 0 0 0-.438 4.558 5.781 5.781 0 0 1-.57-1.972 16.489 16.489 0 0 0-.262 7.362c.438 3.461 4.513 5.609 6.4 6.66s4.076 2.586 4.821 4.558a17.565 17.565 0 0 1 .57 1.868c.546.282.941.326.92-.159A17.308 17.308 0 0 0 38.58 31.2s2.234 3.418 2.892 3.089-.066-3.023-.066-3.023.657 1.051 1.249 1.972 1.094-.658 1.094-.658a20.11 20.11 0 0 1-.371-.635", fill: "#954113" }),
133
+ React__namespace.createElement("path", { "data-name": "Path 2436", d: "M29 12.7c.026.27.054.517.082.73A4.142 4.142 0 0 0 29 12.7", fill: "#954113" }),
134
+ React__namespace.createElement("path", { "data-name": "Path 2437", d: "M37.594 29.754c-.723-.92-1.183-.526-5.916-4.415A12.229 12.229 0 0 1 27 16.463a18.345 18.345 0 0 0 .05 6.02c.438 3.462 4.514 5.609 6.4 6.66s4.075 2.586 4.82 4.558a17.557 17.557 0 0 1 .571 1.868c.545.282.94.326.919-.159a9.4 9.4 0 0 0-.44-2.115 20.1 20.1 0 0 0-1.729-3.538", fill: "#742f0d" }),
135
+ React__namespace.createElement("path", { "data-name": "Path 2438", d: "M42.491 27.925a58.244 58.244 0 0 1-4.568-5.225 11.069 11.069 0 0 1-2.323-7.363s.066 5.281 6.891 12.588", fill: "#fffe8c" }),
136
+ React__namespace.createElement("path", { "data-name": "Path 2439", d: "m30.844 16.755.023.029-.023-.029", fill: "#fffe8c" }),
137
+ React__namespace.createElement("path", { "data-name": "Path 2440", d: "M30.844 16.755a6.118 6.118 0 0 1-1.244-3.322c-.087-1.952-.221-4.826-.9-5.646a9.741 9.741 0 0 1 .243 2.424 18.6 18.6 0 0 0 .263 4.031 7.779 7.779 0 0 1-.876-1.709 8.463 8.463 0 0 0 1.27 2.805c.656.693 1.14 1.284 1.248 1.417", fill: "#fffe8c" }),
138
+ React__namespace.createElement("path", { "data-name": "Path 2441", d: "M35.863 11.832c.028.277-.067-.938-.157-2.056-.1-.162-.541-.863-1.6-2.633A9.685 9.685 0 0 1 33 3.358a7.134 7.134 0 0 0-.381 2.076A8.343 8.343 0 0 0 34 9.159a16.307 16.307 0 0 1 1.866 2.673", fill: "#e8a543" }),
139
+ React__namespace.createElement("path", { "data-name": "Path 2442", d: "M35.863 23.488a20.7 20.7 0 0 0-1.227-5.171C33.847 16.871 32.168 7.7 33.1 4.069a13.145 13.145 0 0 1-.169-2.009c-.034.035-.062.074-.094.11a25.447 25.447 0 0 0-.3 10.533c1.095 6.229 1.577 5.527 2.059 6.886s1.271 3.9 1.271 3.9", fill: "#fffe8c" }),
140
+ React__namespace.createElement("path", { "data-name": "Path 2443", d: "M41.91 21.631a15.966 15.966 0 0 0 .351 4.223 9.77 9.77 0 0 0 .84 2.052 25.419 25.419 0 0 0-.49-9.94 13.834 13.834 0 0 0-4.031-7.274 3.425 3.425 0 0 1-.541-.852 29.723 29.723 0 0 0 2.338 5.495 12.774 12.774 0 0 1 1.534 6.294", fill: "#fffe8c" }),
141
+ React__namespace.createElement("path", { "data-name": "Path 2444", d: "M54.75 41.674a54.356 54.356 0 0 1-8.458-5.565 24.743 24.743 0 0 1-2.914-4.163 2.742 2.742 0 0 1-.514-2.613 68.293 68.293 0 0 1-2.108 1.169 7.74 7.74 0 0 0 .278 3.2s1.711 3.724 3.288 5.127a83.334 83.334 0 0 0 7.491 4.906c2.124-1 3.507-1.816 2.937-2.058", fill: "#fffb8a" }),
142
+ React__namespace.createElement("path", { "data-name": "Path 2445", d: "M66.067 9.72c-4.385 2.694-14.676 10.58-19.585 27.5-6.335 21.837 25.1 7.58 25.1 7.58s3.882-8.713 12.024-10.588c6.914-1.593 17.438.279 20.456.88a50.706 50.706 0 0 0-38-25.374", fill: "#fffb8a" }),
143
+ React__namespace.createElement("path", { "data-name": "Path 2446", d: "M74.564 40.189c-1.348-.9-2.833-1.637-3.46-3.126a5.791 5.791 0 0 1-.359-2.153 16.858 16.858 0 0 1 1.082-6.218l-6.241-4.363a3.057 3.057 0 0 1-.873-.8 3.456 3.456 0 0 1-.284-2.1 15.6 15.6 0 0 0-1.442-8.489c-.133-.24-.272-.492-.42-.745A46.568 46.568 0 0 0 49.4 29.358a14.068 14.068 0 0 0 5.333 5.828 1.068 1.068 0 0 0 .553.2 1.122 1.122 0 0 0 .665-.357l4.638-4.081a1.586 1.586 0 0 1 .943-.5 1.482 1.482 0 0 1 .816.329 15.439 15.439 0 0 1 2.995 2.655 12.881 12.881 0 0 0-2.376 7.861 20.425 20.425 0 0 0 1.139 6.269 67.672 67.672 0 0 0 7.481-2.762 22.443 22.443 0 0 1 2.977-4.613", fill: "#c69a39" }),
144
+ React__namespace.createElement("path", { "data-name": "Path 2447", d: "M77.628 12.53a50.21 50.21 0 0 0-10.853-2.7c-.005.05-.015.1-.019.15a31.649 31.649 0 0 0 1.094 10.871 6.443 6.443 0 0 0 1.183 2.538 6.757 6.757 0 0 0 1.713 1.283l5.054 3a41.147 41.147 0 0 0 4.9-5.635l-3.126-3.693a2.453 2.453 0 0 1-.533-.843 2.456 2.456 0 0 1-.037-.925 37.124 37.124 0 0 1 .62-4.051", fill: "#c69a39" }),
145
+ React__namespace.createElement("path", { "data-name": "Path 2448", d: "M88.375 18.083a50.669 50.669 0 0 0-5.643-3.313c-.117.536-.218 1.019-.324 1.348a.91.91 0 0 0-.065.438.867.867 0 0 0 .383.485l3.016 2.324a19.567 19.567 0 0 0 2.633-1.282", fill: "#c69a39" }),
146
+ React__namespace.createElement("path", { "data-name": "Path 2449", d: "M91.037 20.031a5.782 5.782 0 0 0-1.006.313 9.933 9.933 0 0 0-5.5 5.873 3.941 3.941 0 0 0-.255 1.474 4.841 4.841 0 0 0 .555 1.729q1 2.152 2.011 4.3c.294-.026.59-.047.888-.065l.214-.011c.426-.023.855-.041 1.288-.05h.2q.656-.01 1.317 0h.2q.667.01 1.332.038l.17.008c.445.019.889.043 1.328.073l.152.01q.646.045 1.278.1l.159.014q.635.057 1.248.123l.161.017c.408.044.805.091 1.195.139l.18.022c.381.048.75.1 1.11.148l.186.026c.354.05.694.1 1.023.151l.167.026c.322.05.628.1.922.148l.164.028c.289.048.56.1.815.141l.124.022c.26.046.5.091.718.132l.071.013.6.117h.017a50.978 50.978 0 0 0-13.03-15.064", fill: "#c69a39" }),
147
+ React__namespace.createElement("path", { "data-name": "Path 2450", d: "M83.61 34.214c.364-.084.741-.155 1.124-.22l-.072-.331a39.885 39.885 0 0 0-1.709-5.595c-.394-1.017-1.146-2.2-2.18-2a1.922 1.922 0 0 0-.96.613c-.6.622-1.036 1.39-1.589 2.056-1.345 1.619-3.4 2.7-4.108 4.707a8.393 8.393 0 0 0-.348 2.389 1.918 1.918 0 0 0 .141 1.031 1.8 1.8 0 0 0 .494.505L76 38.619a15.953 15.953 0 0 1 7.614-4.4", fill: "#c69a39" }),
148
+ React__namespace.createElement("path", { "data-name": "Path 2451", d: "M74.011 14.291a4.345 4.345 0 0 1 1.973 4.409 32.5 32.5 0 0 0-1.973-4.409", fill: "#b28a51" }),
149
+ React__namespace.createElement("path", { "data-name": "Path 2452", d: "M87.368 26a4.346 4.346 0 0 1 1.972 4.409A32.62 32.62 0 0 0 87.368 26", fill: "#b28a51" }),
150
+ React__namespace.createElement("path", { "data-name": "Path 2453", d: "M71.531 21.3a3.585 3.585 0 0 1 2.228 3.507c-.811-1.239-1.373-2.3-2.228-3.507", fill: "#b28a51" }),
151
+ React__namespace.createElement("path", { "data-name": "Path 2454", d: "M67.952 11.194a1.849 1.849 0 0 1-.31 3.288 3.668 3.668 0 0 0 .31-3.288", fill: "#b28a51" }),
152
+ React__namespace.createElement("path", { "data-name": "Path 2455", d: "M80.963 26.612a3.678 3.678 0 0 1 .646 4.153c-.252-1.474-.352-2.69-.646-4.153", fill: "#b28a51" }),
153
+ React__namespace.createElement("path", { "data-name": "Path 2456", d: "M61.19 27.184a6.465 6.465 0 0 1 4.335 3.008 40.88 40.88 0 0 1-4.335-3.008", fill: "#b28a51" }),
154
+ React__namespace.createElement("path", { "data-name": "Path 2457", d: "M65.475 32.876a6.465 6.465 0 0 1 4.335 3.008 40.88 40.88 0 0 1-4.335-3.008", fill: "#b28a51" }),
155
+ React__namespace.createElement("path", { "data-name": "Path 2458", d: "M95.426 26.68a4.393 4.393 0 0 1-1.1 4.727 33.715 33.715 0 0 0 1.1-4.727", fill: "#b28a51" }),
156
+ React__namespace.createElement("path", { "data-name": "Path 2459", d: "M51.61 39.877s4.678-4.207 5.333-8.414-1.648-5.24-3.52-7.309-4.151-4.785-3.45-8.817.526-3.895.35-5.5A14.3 14.3 0 0 1 54.878 0a27.361 27.361 0 0 0 1.664 7.786c1.406 3.257 3.072 6.149 3.335 7.551a9.829 9.829 0 0 0 .964-6.137c-.614-3.418-1.207-5 .141-7.143 0 0 .122 3.55 1.349 4.777l.438-2.016s.052 4.294.9 5.872 2.866 7.5 1.99 10.939-2.542 3.708-2.542 3.708-1.139.588-.788 2.567a34.3 34.3 0 0 1 0 6.712c-.088 1.4-.472 3.623 2.875 8.3s-10.931.49-10.931.49Z", fill: "#e0c865" }),
157
+ React__namespace.createElement("g", { "data-name": "Group 1892", opacity: 0.3 },
158
+ React__namespace.createElement("g", { "data-name": "Group 1891" },
159
+ React__namespace.createElement("g", { "data-name": "Group 1890", clipPath: "url(#team-giraffe_svg__j)" },
160
+ React__namespace.createElement("path", { "data-name": "Path 2460", d: "M83.61 34.214c6.914-1.592 17.438.28 20.457.881a50.71 50.71 0 0 0-38-25.375c-.6.367-1.308.838-2.094 1.406.064.014 20.393 4.525 29.108 16.437 0 0 2.036 3.8-9.306 2.842s-18.1 13.781-18.1 13.781l3.674 1.546c1.382-.544 2.236-.929 2.236-.929s3.882-8.714 12.024-10.589", fill: "#1d1d1b" })))),
161
+ React__namespace.createElement("path", { "data-name": "Path 2461", d: "M65.206 42.916c-3.347-4.674-2.963-6.9-2.876-8.3a34.148 34.148 0 0 0 0-6.712c-.35-1.979.789-2.567.789-2.567a1.626 1.626 0 0 0 .567-.264c-1.044-.365-2.9-.934-3.249-.514-.495.592-.823 6.442-.823 6.442a28.391 28.391 0 0 1 0 3.628 37.2 37.2 0 0 0 1.814 10.34c2.961.386 5.374.173 3.778-2.056", fill: "#fffb8a" }),
162
+ React__namespace.createElement("g", { "data-name": "Group 1895", opacity: 0.3 },
163
+ React__namespace.createElement("g", { "data-name": "Group 1894" },
164
+ React__namespace.createElement("g", { "data-name": "Group 1893", clipPath: "url(#team-giraffe_svg__k)" },
165
+ React__namespace.createElement("path", { "data-name": "Path 2462", d: "M57.576 28.308h-.787a6.632 6.632 0 0 1 .154 3.155c-.655 4.207-5.333 8.414-5.333 8.414l.813 1.077A15.568 15.568 0 0 0 56.543 36c2.593-4.336 1.033-7.691 1.033-7.691", fill: "#1d1d1b" })))),
166
+ React__namespace.createElement("path", { "data-name": "Path 2463", d: "m62.769 4.82-.438 2.016c-1.231-1.227-1.348-4.777-1.348-4.777-1.349 2.147-.756 3.725-.142 7.143a9.829 9.829 0 0 1-.964 6.135c-.263-1.4-1.928-4.294-3.334-7.551A27.323 27.323 0 0 1 54.879 0a14.294 14.294 0 0 0-4.555 9.84c.175 1.6.35 1.466-.351 5.5s1.578 6.749 3.45 8.817c1.646 1.819 3.623 2.84 3.632 5.918.593.7 1.236 1.17 1.7-.193a3.266 3.266 0 0 0 .988 2.588 11.822 11.822 0 0 0 1.58-4.57 12.744 12.744 0 0 1 1.162 1.561 12.39 12.39 0 0 0-.154-1.559c-.351-1.979.789-2.567.789-2.567s1.665-.274 2.541-3.708-1.139-9.361-1.989-10.939-.9-5.872-.9-5.872", fill: "#cc6c2c" }),
167
+ React__namespace.createElement("path", { "data-name": "Path 2464", d: "M62.915 7.3s-.378 1.975.757 6.137c1.045 3.835.818 9.7.173 11.527a5.9 5.9 0 0 0 1.816-3.328c.877-3.435-1.139-9.362-1.989-10.939a10.453 10.453 0 0 1-.757-3.4", fill: "#fffe8c" }),
168
+ React__namespace.createElement("path", { "data-name": "Path 2465", d: "M55.016 1.447A26.845 26.845 0 0 1 54.879 0a14.3 14.3 0 0 0-4.555 9.84 10.143 10.143 0 0 1-.129 4.183 22.147 22.147 0 0 0 1.729 4.85 23.962 23.962 0 0 1 0-9.627 19.942 19.942 0 0 1 3.092-7.8", fill: "#954113" }),
169
+ React__namespace.createElement("path", { "data-name": "Path 2466", d: "M52.646 20.815c-1.315-2.169-2.238-8.282-2.238-8.282-.073.632-.207 1.5-.434 2.805-.7 4.032 1.577 6.749 3.45 8.818a25.871 25.871 0 0 1 2.827 3.044c-.452-2.19-2.543-4.629-3.6-6.382", fill: "#9b511e" }),
170
+ React__namespace.createElement("path", { "data-name": "Path 2467", d: "M55.21 8.194c2.038 5.521 1.751 5.061 2.65 6.442a39.443 39.443 0 0 1 3.726 8.852s-1.019-5.645-1.615-8.33a5.127 5.127 0 0 1-.094.179c-.263-1.4-1.928-4.3-3.334-7.551A27.333 27.333 0 0 1 54.879 0s-1.707 2.674.331 8.2", fill: "#fffe8c" }),
171
+ React__namespace.createElement("path", { "data-name": "Path 2468", d: "M59.747 32.467a11.79 11.79 0 0 0 1.085-2.4A57.726 57.726 0 0 0 56.9 16.754c-2.146-4.747-3.329-6.391-3.263-7.968a12.777 12.777 0 0 0 .577 9.465 69.376 69.376 0 0 1 4.252 12.232 2.139 2.139 0 0 0 .3-.6 3.266 3.266 0 0 0 .989 2.588", fill: "#954113" }),
172
+ React__namespace.createElement("path", { "data-name": "Path 2469", d: "M54.826 12.27s1.633 5.723 2.487 7.594A96.6 96.6 0 0 1 60.8 30.169a11.841 11.841 0 0 0 .392-1.482c-.011-.063-1.32-7.479-2.236-8.823s-4.131-7.594-4.131-7.594", fill: "#eaa842" }),
173
+ React__namespace.createElement("path", { "data-name": "Path 2470", d: "M63.361 17.923a17.827 17.827 0 0 1-.506 3.708c.348-2.207-1.269-8.2-1.269-8.2.958 5.363-.531 8.2-.531 8.2-.425 1.52.238 4.724.8 6.935.221.292.433.59.629.9a12.188 12.188 0 0 0-.154-1.559c-.35-1.979.789-2.567.789-2.567a2.686 2.686 0 0 0 1.555-1.315 50.337 50.337 0 0 0-1.314-6.1", fill: "#954113" }),
174
+ React__namespace.createElement("path", { "data-name": "Path 2471", d: "M47.519 42.419s-9.991 2.98-11.656 12.8c0 0 0 4.995.438 9.9s-1.14 24.365-1.227 24.891 4.82 6.135 8.238 8.063 12.708 6.573 12.708 6.573 4.12-4.995 8.239-5.7 10.079 7.712 10.079 7.712a8.652 8.652 0 0 1 5.346 2.542c2.191 2.366 2.016 2.541 3.067 3.5s12.27 8.064 24.19 3.506l.964-3.681 2.1-.263-9.465-10.78 2.016-4.732-18.139-14.804S80.911 79.141 80.385 78s-1.753-2.892-1.928-8.238.175-13.936.175-13.936a4.445 4.445 0 0 0-.526-2.454c-.7-1.49-4.469-7.011-6.836-8.939s-12.971-5-23.751-2.016", fill: "#fffb8a" }),
175
+ React__namespace.createElement("path", { "data-name": "Path 2472", d: "M79.677 76.511a18.385 18.385 0 0 1-1.22-6.748c-.063-1.926-.058-4.272-.025-6.486-5.767-2.893-10.245-1.583-10.245-1.583L64.018 63.8s-1.512-.92-.854 1.249-1.249 15.973-1.249 15.973l10.494-4.162c6.681.045 7.268-.352 7.268-.352", fill: "#5f4f73" }),
176
+ React__namespace.createElement("path", { "data-name": "Path 2473", d: "M72.409 76.863a31.133 31.133 0 0 1-2.454-6.4c-.621-2.587-1.181-5.964-1.77-8.769L64.018 63.8s-1.511-.92-.854 1.249-1.249 15.973-1.249 15.973Z", fill: "#4f405c" }),
177
+ React__namespace.createElement("path", { "data-name": "Path 2474", d: "M88.887 103.047s10.78 10.648 11.218 10.648c.207 0 3.839-.2 7.613-.42l.187-.716 2.1-.263-9.466-10.78 2.016-4.733-9.132-7.456c-4.277-1.036-9.282-1.605-12.594.1a13.514 13.514 0 0 0-2.227 1.438Z", fill: "#a26d4d" }),
178
+ React__namespace.createElement("path", { "data-name": "Path 2475", d: "M79.684 109.23c2.191 2.366 2.016 2.542 3.068 3.506s12.269 8.063 24.189 3.5l.964-3.681 1.967-.245-.718-.818c-4.36.429-11.24-1.832-11.24-1.832l-6.135-9.553v-4.552a29.333 29.333 0 0 0-3.594-1.315c-1.4-.351-4.294-.7-4.294-.7s-.527-.7-3.153-4.061c-6.741 3.534-7.892 11.26-8.2 13.179a11.767 11.767 0 0 0-.133 1.607 35.554 35.554 0 0 1 1.93 2.424 8.658 8.658 0 0 1 5.346 2.542", fill: "#915b39" }),
179
+ React__namespace.createElement("path", { "data-name": "Path 2476", d: "m107.872 112.488.033-.127 2.1-.263-.038-.042c-2.026 0-5.036-.074-9.515-.312-13.234-.7-26.118-12.708-26.118-12.708s9.29 9.9 19.544 12.358a48.94 48.94 0 0 0 13.99 1.094", fill: "#553224" }),
180
+ React__namespace.createElement("path", { "data-name": "Path 2477", d: "M83.891 93.538s-.527-.7-3.152-4.06a13.459 13.459 0 0 0-2.469 1.664l13.509 8.969v-4.557a29.512 29.512 0 0 0-3.594-1.315c-1.4-.35-4.294-.7-4.294-.7", fill: "#804e2e" }),
181
+ React__namespace.createElement("path", { "data-name": "Path 2478", d: "m100.543 101.515 2.016-4.733s-9.713-.785-10.78-1.23v4.558s5.609 1.583 8.764 1.4", fill: "#925d39" }),
182
+ React__namespace.createElement("g", { "data-name": "Group 1898", opacity: 0.3 },
183
+ React__namespace.createElement("g", { "data-name": "Group 1897" },
184
+ React__namespace.createElement("g", { "data-name": "Group 1896", clipPath: "url(#team-giraffe_svg__l)" },
185
+ React__namespace.createElement("path", { "data-name": "Path 2479", d: "M106.854 116.245c-.2.014-.386.026-.59.042-11.018.862-21.24-3.7-21.24-3.7a8.433 8.433 0 0 1-2.184-2.153c-1.4-1.753-3.156-4.12-5-4.62a8.99 8.99 0 0 1-3.505-1.866c-.525-.438-3.156-3.856-4.733-5.171s-4.733 0-4.733 0l-.072.14c4.081.047 9.538 7.748 9.538 7.748a8.652 8.652 0 0 1 5.346 2.542c2.191 2.366 2.016 2.541 3.067 3.5s12.215 8.026 24.1 3.537", fill: "#1d1d1b" })))),
186
+ React__namespace.createElement("g", { "data-name": "Group 1901", opacity: 0.5, style: {
187
+ mixBlendMode: "overlay",
188
+ isolation: "isolate",
189
+ } },
190
+ React__namespace.createElement("g", { "data-name": "Group 1900" },
191
+ React__namespace.createElement("g", { "data-name": "Group 1899", clipPath: "url(#team-giraffe_svg__m)" },
192
+ React__namespace.createElement("path", { "data-name": "Path 2480", d: "m107.751 111.476 1.481-.183-8.492-9.672 2.016-4.732-18.142-14.812s-3.506-2.8-4.031-3.944-1.753-2.892-1.929-8.238.176-13.935.176-13.935a4.444 4.444 0 0 0-.526-2.454c-.7-1.49-4.47-7.012-6.836-8.94 0 0 6.047 8.414 6.222 9.465s-.526 7.362-.613 8.852S77.427 73.8 79 77.019a10.3 10.3 0 0 0 3.6 4.357l17.091 14.11-3.064.667 4.739.446-2.2 4.864Z", fill: "#fff" })))),
193
+ React__namespace.createElement("path", { "data-name": "Path 2481", d: "M45.35 64s2.958-2.695-.712-3.318-8.668-.86-8.669-.86c.029.711.065 1.474.111 2.263 1.117.452 8.241 2.264 8.241 2.264Z", fill: "#4f405c" }),
194
+ React__namespace.createElement("path", { "data-name": "Path 2482", d: "M36.134 74.9c2.09.45 12.042 3.691 12.042 3.691s1.972-1.841-.328-3.024S36.3 71.212 36.3 71.212a247.53 247.53 0 0 1-.166 3.688Z", fill: "#4f405c" }),
195
+ React__namespace.createElement("path", { "data-name": "Path 2483", d: "M50.872 46.582s-6.55 8.388-6.55 17.768 3.724 15.887 6.878 17.53 6.639 3.09 10.714-.394 2.17-19.586 1.118-23.532-1.117-3.944-1.643-4.667c0 0-8.434-9.872-10.517-6.7", fill: "#2b295a" }),
196
+ React__namespace.createElement("g", { "data-name": "Group 1904", opacity: 0.3 },
197
+ React__namespace.createElement("g", { "data-name": "Group 1903" },
198
+ React__namespace.createElement("g", { "data-name": "Group 1902", clipPath: "url(#team-giraffe_svg__n)" },
199
+ React__namespace.createElement("path", { "data-name": "Path 2484", d: "M80.838 89.423c.023-.036-.249-.335-.282-.378l-.325-.414-.707-.9-.892-1.136c-4.469-5.7-7.625-11.745-8.676-16.127s-1.928-11.043-3.068-13.321-8.063-11.394-11.043-13.41-8.736-1.174-8.744-1.172c3.175.317 3.771 4.021 3.771 4.021-1.552 5.628 3.072 13.079 3.072 13.079l7.642 18.36L78.27 91.142c.01.008.41-.335.45-.366q.238-.185.483-.358.505-.358 1.041-.668c.1-.055.191-.109.288-.161a1.792 1.792 0 0 1 .272-.147.074.074 0 0 0 .034-.019", fill: "#1d1d1b" })))),
200
+ React__namespace.createElement("path", { "data-name": "Path 2485", d: "M52.909 59.86s-4.638-.078-5.521 7.954 5.192 10.78 5.192 10.78l8.48-3.024s2.169-16.63-8.151-15.71", fill: "#bf7f43" }),
201
+ React__namespace.createElement("path", { "data-name": "Path 2486", d: "M52.909 59.86a2.131 2.131 0 0 0-.262.02l1.717.9a4.606 4.606 0 0 1 1.569.619 28.109 28.109 0 0 1 5.306 9.923c-.117-4.86-1.434-12.077-8.33-11.462", fill: "#e9c96e" }),
202
+ React__namespace.createElement("path", { "data-name": "Path 2487", d: "M57.867 66.529a5.348 5.348 0 0 0-6.267-1.738c-3.981 1.517-3.373 9.273-1.566 11.325s7.838-9.587 7.838-9.587", fill: "#493127" }),
203
+ React__namespace.createElement("path", { "data-name": "Path 2488", d: "M53.106 65.572s-3.681.926-3.681 6.711 3.352 8.282 6.179 8.282c2.637 0 5.146-1.03 5.584-5.544.032-.325.052-.667.062-1.029.138-5.39-4.463-9.938-8.144-8.42", fill: "#fff" }),
204
+ React__namespace.createElement("path", { "data-name": "Path 2489", d: "M54.618 70.373s-1.006.239-1.052 1.779-.657 3.615 1.052 3.747 1.775-1.118 1.84-1.972.789-3.821-1.84-3.554", fill: "#1d0605" }),
205
+ React__namespace.createElement("path", { "data-name": "Path 2490", d: "M55.126 72.949a.5.5 0 0 0 .263.4.374.374 0 0 0 .372-.095.813.813 0 0 0 .2-.347 1.418 1.418 0 0 0-.174-1.325.217.217 0 0 0-.148-.1.226.226 0 0 0-.168.1 1.7 1.7 0 0 0-.343 1.355", fill: "#fff" }),
206
+ React__namespace.createElement("path", { "data-name": "Path 2491", d: "M61.215 74.681c-.565 1.527-1.75 3.622-4.077 4.044-3.046.552-6.193-2.024-7.593-4.69.605 4.535 3.538 6.53 6.059 6.53 2.637 0 5.147-1.03 5.584-5.544.011-.11.019-.225.027-.34", fill: "#eeeceb" }),
207
+ React__namespace.createElement("path", { "data-name": "Path 2492", d: "M36.134 76.358c-.027 0-.052 0-.079-.005-.369 6.562-.93 13.349-.981 13.656a.926.926 0 0 0 .2.43 18.371 18.371 0 0 0 6.64-4.023c.789-1.052.639-4.733.639-4.733a13.027 13.027 0 0 0-6.415-5.325", fill: "#a1722d" }),
208
+ React__namespace.createElement("path", { "data-name": "Path 2493", d: "M39.719 85.868a5.482 5.482 0 0 1 1.643-1.994 3.341 3.341 0 0 1-1.643 1.994", fill: "#b28a51" }),
209
+ React__namespace.createElement("path", { "data-name": "Path 2494", d: "M38.426 85.627a10.742 10.742 0 0 1 1.994-2.761 5.559 5.559 0 0 1-1.994 2.761", fill: "#b28a51" }),
210
+ React__namespace.createElement("path", { "data-name": "Path 2495", d: "M37.134 83.874A5.251 5.251 0 0 1 39.71 81.3a11.329 11.329 0 0 1-2.576 2.577", fill: "#b28a51" }),
211
+ React__namespace.createElement("path", { "data-name": "Path 2496", d: "M36.317 87.394a5.254 5.254 0 0 1 1.971-3.065 11.3 11.3 0 0 1-1.971 3.065", fill: "#b28a51" }),
212
+ React__namespace.createElement("path", { "data-name": "Path 2497", d: "M36.652 81.047a2.558 2.558 0 0 1 1.95-1.753 16.6 16.6 0 0 1-1.95 1.753", fill: "#b28a51" }),
213
+ React__namespace.createElement("path", { "data-name": "Path 2498", d: "M43.312 98.072c3.418 1.928 12.708 6.573 12.708 6.573s.2-.245.561-.633a44.519 44.519 0 0 0-1.481-5.823 10.794 10.794 0 0 0-3.374-4.236c-1.227-.7-5.084-1.052-6.661-.7s-4.631 2.7-4.631 2.7a18.654 18.654 0 0 0 2.879 2.119", fill: "#a1722d" }),
214
+ React__namespace.createElement("path", { "data-name": "Path 2499", d: "M46.073 96.056a2.182 2.182 0 0 1 1.709-1.534c-.558.558-1.1 1.016-1.709 1.534", fill: "#b28a51" }),
215
+ React__namespace.createElement("path", { "data-name": "Path 2500", d: "M52.418 96.676a2.183 2.183 0 0 1-.431 2.255c.1-.782.261-1.474.431-2.255", fill: "#b28a51" }),
216
+ React__namespace.createElement("path", { "data-name": "Path 2501", d: "M48.127 97.212a3.758 3.758 0 0 1-2.054 2.088 6.343 6.343 0 0 1 2.054-2.087", fill: "#b28a51" }),
217
+ React__namespace.createElement("path", { "data-name": "Path 2502", d: "M44.912 95.15a4.593 4.593 0 0 1-2.479 1.558 9.48 9.48 0 0 1 2.479-1.558", fill: "#b28a51" }),
218
+ React__namespace.createElement("path", { "data-name": "Path 2503", d: "M50 101.229a3.754 3.754 0 0 1 .425-2.9 6.335 6.335 0 0 1-.425 2.9", fill: "#b28a51" }),
219
+ React__namespace.createElement("path", { "data-name": "Path 2504", d: "M53.189 102.838c-.355-1.228-.358-2.939.755-3.786-.722 1.152-.6 2.479-.755 3.786", fill: "#b28a51" }),
220
+ React__namespace.createElement("g", { "data-name": "Group 1907", opacity: 0.3 },
221
+ React__namespace.createElement("g", { "data-name": "Group 1906" },
222
+ React__namespace.createElement("g", { "data-name": "Group 1905", clipPath: "url(#team-giraffe_svg__o)" },
223
+ React__namespace.createElement("path", { "data-name": "Path 2505", d: "M35.074 90.009c-.088.526 4.82 6.135 8.238 8.063s12.709 6.573 12.709 6.573.188-.228.522-.591c-3.163-2.043-11.072-7.167-13.231-8.7-2.716-1.928-5.346-6.661-5.346-6.661s.351-8.413 0-16.263a147.033 147.033 0 0 0-2.1-17.216s0 4.995.438 9.9-1.139 24.365-1.227 24.891", fill: "#1d1d1b" })))),
224
+ React__namespace.createElement("path", { "data-name": "Path 2506", d: "M45.153 48.466c.72-2.688.6-4.208.007-5.061-3.061 1.536-8.151 5.053-9.3 11.81v.385c.036.068.066.138.1.205a6.432 6.432 0 0 0 3.837 1.863s4.031-4.294 5.346-9.2", fill: "#a1722d" }),
225
+ React__namespace.createElement("path", { "data-name": "Path 2507", d: "M59.137 86.328a4.9 4.9 0 0 0 1.013 1.883 9.265 9.265 0 0 0 4.45 3.007c1.019.314 2.3.375 2.977-.447a2.369 2.369 0 0 0 .1-2.462 5.684 5.684 0 0 0-2.377-2.426 16.978 16.978 0 0 0-3.184-1.306c-1.663-.553-3.578-.711-2.981 1.751", fill: "#a1722d" }),
226
+ React__namespace.createElement("path", { "data-name": "Path 2508", d: "M74.657 48.2a28.054 28.054 0 0 0-2.97-3.4h-.011a57.038 57.038 0 0 0-6.47-1.88 1.557 1.557 0 0 0-1.031 0c-.61.3-.571 1.18-.375 1.832a10.569 10.569 0 0 0 1.764 3.43 3.282 3.282 0 0 0 .748.749 3.515 3.515 0 0 0 .983.4 10.4 10.4 0 0 0 3.89.453 5.569 5.569 0 0 0 3.472-1.584", fill: "#a1722d" }),
227
+ React__namespace.createElement("path", { "data-name": "Path 2509", d: "M65.251 44.363a17.058 17.058 0 0 1 2.382 3.155 5.63 5.63 0 0 1-2.382-3.155", fill: "#b28a51" }),
228
+ React__namespace.createElement("path", { "data-name": "Path 2510", d: "M68.126 45.58c1.008.641 2.162 1.736 1.988 3.04a35.351 35.351 0 0 0-1.988-3.04", fill: "#b28a51" }),
229
+ React__namespace.createElement("path", { "data-name": "Path 2511", d: "M69.983 45.317a11.4 11.4 0 0 1 2.334 2.646 6.487 6.487 0 0 1-2.334-2.646", fill: "#b28a51" }),
230
+ React__namespace.createElement("path", { "data-name": "Path 2512", d: "M39.089 54.9a2.808 2.808 0 0 1 2.153-1.265 14.005 14.005 0 0 1-2.153 1.265", fill: "#b28a51" }),
231
+ React__namespace.createElement("path", { "data-name": "Path 2513", d: "M39.336 52.991a5.079 5.079 0 0 1 2.9-2.837 33.52 33.52 0 0 1-2.9 2.837", fill: "#b28a51" }),
232
+ React__namespace.createElement("path", { "data-name": "Path 2514", d: "M38.262 52.147a6.875 6.875 0 0 1 1.475-2.267l.607-.669a11.454 11.454 0 0 1-2.082 2.936", fill: "#b28a51" }),
233
+ React__namespace.createElement("path", { "data-name": "Path 2515", d: "M61.915 85.333c-.381.9-.9 1.6-1.262 2.5a2.921 2.921 0 0 1 1.262-2.5", fill: "#b28a51" }),
234
+ React__namespace.createElement("path", { "data-name": "Path 2516", d: "M63.339 87.423c-.127.966-.436 1.78-.546 2.748a2.92 2.92 0 0 1 .546-2.748", fill: "#b28a51" }),
235
+ React__namespace.createElement("path", { "data-name": "Path 2517", d: "M64.84 90.524a31.679 31.679 0 0 0 .7-3.422 4.018 4.018 0 0 1-.7 3.422", fill: "#b28a51" }),
236
+ React__namespace.createElement("path", { "data-name": "Path 2518", d: "M83.672 62.555a11.843 11.843 0 0 0-3.657-3.662 1.657 1.657 0 0 0 .009 1.427 7.926 7.926 0 0 0 2.2 2.235c.65.367 1.928 1.155 2 4.436a4.907 4.907 0 0 0-.557-4.436", fill: "#e9c96e" }),
237
+ React__namespace.createElement("g", { "data-name": "Group 1910", opacity: 0.3 },
238
+ React__namespace.createElement("g", { "data-name": "Group 1909" },
239
+ React__namespace.createElement("g", { "data-name": "Group 1908", clipPath: "url(#team-giraffe_svg__p)" },
240
+ React__namespace.createElement("path", { "data-name": "Path 2519", d: "M87.524 61.488c-.561.109-1.14.077-1.708.143a3.488 3.488 0 0 0-.483.093c.017.447.029.878.033 1.279A29.255 29.255 0 0 0 91.3 61.4s0-.676 0-1.738c-.684.4-1.375.79-2.079 1.156a6.392 6.392 0 0 1-1.693.671", fill: "#1d1d1b" }))))),
241
+ React__namespace.createElement("path", { "data-name": "Rectangle 1662", fill: "none", d: "M0 0h120v120.004H0z" }))); };
242
+
243
+ module.exports = SvgTeamGiraffe;
244
+ //# sourceMappingURL=TeamGiraffe.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TeamGiraffe.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,177 @@
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 SvgTeamGrudge = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 119.964 119.929" }, props),
29
+ React__namespace.createElement("defs", null,
30
+ React__namespace.createElement("clipPath", { id: "team-grudge_svg__a" },
31
+ React__namespace.createElement("path", { "data-name": "Rectangle 1735", fill: "none", d: "M0 0h119.964v119.929H0z" })),
32
+ React__namespace.createElement("clipPath", { id: "team-grudge_svg__b" },
33
+ React__namespace.createElement("path", { "data-name": "Rectangle 1728", transform: "translate(9.902 9.419)", fill: "none", d: "M0 0h99.56v100.968H0z" })),
34
+ React__namespace.createElement("clipPath", { id: "team-grudge_svg__c" },
35
+ React__namespace.createElement("path", { "data-name": "Rectangle 1729", transform: "translate(29.693 19.129)", fill: "none", d: "M0 0h5.835v14.085H0z" })),
36
+ React__namespace.createElement("clipPath", { id: "team-grudge_svg__d" },
37
+ React__namespace.createElement("path", { "data-name": "Rectangle 1730", transform: "translate(14.127 39.538)", fill: "none", d: "M0 0h87.987v40.156H0z" })),
38
+ React__namespace.createElement("clipPath", { id: "team-grudge_svg__e" },
39
+ React__namespace.createElement("path", { "data-name": "Rectangle 1731", transform: "translate(0 12.256)", fill: "none", d: "M0 0h101.03v54.798H0z" })),
40
+ React__namespace.createElement("clipPath", { id: "team-grudge_svg__f" },
41
+ React__namespace.createElement("path", { "data-name": "Rectangle 1732", transform: "translate(36.792 53.623)", fill: "none", d: "M0 0h65.548v39.047H0z" })),
42
+ React__namespace.createElement("clipPath", { id: "team-grudge_svg__g" },
43
+ React__namespace.createElement("path", { "data-name": "Rectangle 1733", transform: "translate(61.288 66.568)", fill: "none", d: "M0 0h41.703v34.29H0z" }))),
44
+ React__namespace.createElement("g", { "data-name": "Group 1988", clipPath: "url(#team-grudge_svg__a)" },
45
+ React__namespace.createElement("g", { "data-name": "Group 1987" },
46
+ React__namespace.createElement("g", { "data-name": "Group 1986", clipPath: "url(#team-grudge_svg__a)" },
47
+ React__namespace.createElement("g", { "data-name": "Group 1970", opacity: 0.3 },
48
+ React__namespace.createElement("g", { "data-name": "Group 1969" },
49
+ React__namespace.createElement("g", { "data-name": "Group 1968", clipPath: "url(#team-grudge_svg__b)" },
50
+ React__namespace.createElement("path", { "data-name": "Path 2686", d: "M96.416 81.582c.183-.4.3-.675.362-.818l.012-.028a6.18 6.18 0 0 1 .038-.093q-.4-.615-.8-1.171c-.055-.076-.109-.142-.164-.217l-.289-.385c-.233-.307-.463-.6-.693-.879-.094-.115-.188-.232-.282-.342-.3-.354-.6-.691-.887-1l-.028-.031c-.3-.315-.587-.6-.871-.871-.085-.08-.166-.154-.249-.23q-.319-.3-.622-.553l-.208-.177a19.912 19.912 0 0 0-.326-.263 29.571 29.571 0 0 0 1.356-3.016c6.963-4.122 11.763-8.25 14.334-11.35.051-.061.1-.123.153-.184.132-.163.259-.322.379-.479.1-.137.2-.269.3-.4.1-.148.208-.293.3-.434q.183-.273.335-.53c.042-.072.083-.142.122-.212.123-.22.235-.434.322-.633a2.971 2.971 0 0 0 .122-.364l.031-.121q.042-.171.078-.372l.022-.119c.028-.176.054-.365.076-.569 0-.047.009-.1.014-.146a17.6 17.6 0 0 0 .045-.533l.014-.207c.013-.222.024-.452.033-.7v-.067c.008-.267.013-.549.016-.839v-1.205c0-.315-.01-.639-.019-.974 0-.071 0-.145-.006-.218a90.801 90.801 0 0 0-.028-.841c0-.111-.009-.222-.014-.335a54.865 54.865 0 0 0-.025-.546 50.8 50.8 0 0 0-33.03-37.009 3.131 3.131 0 0 0-.461.227 3.2 3.2 0 0 0-.321.221 2.659 2.659 0 0 0-.539.557 2.215 2.215 0 0 0-.195.333 1.774 1.774 0 0 0-.1 1.3 1.422 1.422 0 0 0 .088.2.277.277 0 0 0 .086.108.223.223 0 0 0 .116.021.438.438 0 0 0 .063.012 4.23 4.23 0 0 0 .435-.026 1.38 1.38 0 0 0 .415-.112c.148-.07.279-.174.429-.241a1 1 0 0 1 .29-.079 1.181 1.181 0 0 1 .3 0 1.578 1.578 0 0 1 .294.065 1.911 1.911 0 0 1 .276.115c.272.138.575.471.893.492.025 0 .044-.014.068-.017.108.177.227.366.356.564l.006.011.006.009c.408.628.883 1.318 1.25 1.84v.02a.243.243 0 0 1-.142.108 11.817 11.817 0 0 0-1.707 1.187 10.609 10.609 0 0 0-.92.787 2.2 2.2 0 0 0-.833-.109 2.922 2.922 0 0 0-1.607.634 2.477 2.477 0 0 0-.841 1.147 1.642 1.642 0 0 0 .064 1.2 1.45 1.45 0 0 0 .1.178.264.264 0 0 0 .092.09.293.293 0 0 0 .169.009 1.956 1.956 0 0 0 .766-.226c.129-.082.237-.193.368-.272a1.265 1.265 0 0 1 1.077-.042 5.292 5.292 0 0 0 .759.332 14.1 14.1 0 0 0 1.074 1.282l.009.01c.3.329.561.591.73.741l.012.011a.243.243 0 0 1 .052.3l-.066.139-.006.013a9.956 9.956 0 0 0-.5 1.27 2.7 2.7 0 0 0-1.645.955 2.976 2.976 0 0 0-.21.281 2.472 2.472 0 0 0-.444 1.351 1.642 1.642 0 0 0 .433 1.124 1.344 1.344 0 0 0 .155.137.26.26 0 0 0 .115.057.283.283 0 0 0 .163-.044 1.942 1.942 0 0 0 .659-.452c.1-.118.166-.257.265-.373a1.029 1.029 0 0 1 .461-.3 1.664 1.664 0 0 1 .551-.075 4.681 4.681 0 0 1 .509.077l.172.1a4 4 0 0 0 1.453.5c.13.027.267.049.409.07H81.841c.125.018.252.034.386.048.109.013.2.027.324.039a.136.136 0 0 1 .03 0 .124.124 0 0 1 .061.011c.041.019.069.071.024.2a5.73 5.73 0 0 0-.406 1.49v.018c0 .017-.006.04 0 .056s0 .026.006.041a1.2 1.2 0 0 0 0 .135 1.047 1.047 0 0 0 .167.435c.012.021.027.051.037.065a.208.208 0 0 0 .027.037L73.874 41.4c0-.016-.005-.031-.009-.057l-.012-.084-.023-.141v-.028a34.152 34.152 0 0 0-.161-.9v-.017a37.089 37.089 0 0 0-.922-3.706l-.013-.042a19.426 19.426 0 0 0-.2-.623V35.8s1.356-.67-.95-2.506a20.155 20.155 0 0 0-1.358-2.613 8.937 8.937 0 0 0-2-2.172c-.89-1.108-1.745-2.06-2.024-2.39a61.652 61.652 0 0 1-2.96-5.54l-.009-.076a39.31 39.31 0 0 0-.3-2.873l-.019-.132c-.077-.5-.167-.983-.272-1.4l-.014-.054a6.097 6.097 0 0 0-.177-.578 2.703 2.703 0 0 0-.112-.269 19.616 19.616 0 0 0-1.591-2.6c-.1-.151-.2-.3-.309-.423l-.279-.338-1.983-2.416a50.5 50.5 0 0 0-35.827 16.7 43.828 43.828 0 0 0-1.075 3.039c-.07.225-.134.454-.2.681l-.053.181c-.128.452-.25.907-.358 1.364l1.658 3.731.032.07s-3.8 1.2-4.365 1.76a3.885 3.885 0 0 0-.774 4.364 5.234 5.234 0 0 0 2.285 2.337l.016.007a4.943 4.943 0 0 0 .654.285c.051.018.1.026.154.042a4.576 4.576 0 0 0 .534.141c.113.02.224.021.336.032s.236.032.352.032a3.292 3.292 0 0 0 .669-.063c1.76-.351 3.66-.844 3.66-.844l.182.463.442 1.137.362.943c.184.485.369.976.528 1.41.053.144.1.282.149.412a6.533 6.533 0 0 1 .308.984c0 .22-.275 1.238-.481 2.09a7.337 7.337 0 0 0-.223 1.148 65.949 65.949 0 0 0 1.822 6.479L9.9 67.781a50.723 50.723 0 0 0 45.17 42.606c.05 0 .1-.006.148-.011.144-.013.291-.032.436-.046a51.71 51.71 0 0 0 1.247-.14c.2-.025.406-.056.61-.084.368-.051.738-.1 1.111-.164.231-.037.464-.079.7-.12.354-.062.709-.127 1.067-.2q.369-.072.739-.152.53-.112 1.065-.239c.253-.06.507-.12.763-.185.358-.09.719-.187 1.081-.286.255-.07.51-.14.766-.214.376-.11.753-.228 1.132-.348.247-.078.492-.153.74-.236.418-.139.839-.29 1.26-.443.211-.076.42-.146.632-.226a53.937 53.937 0 0 0 1.914-.761A51.408 51.408 0 0 0 94.45 85.289l.022-.037c.464-.788.854-1.5 1.175-2.115.322-.618.574-1.137.761-1.54l.007-.014M71.994 43.347l-.35.361v-.019l.472-.472-.4.412Zm10.353-10.388" })))),
51
+ React__namespace.createElement("path", { "data-name": "Path 2687", d: "M84.637 22.48c-.13.079-.239.19-.367.272a1.949 1.949 0 0 1-.767.226.293.293 0 0 1-.169-.009.256.256 0 0 1-.092-.09 1.379 1.379 0 0 1-.1-.178 1.641 1.641 0 0 1-.064-1.2 2.476 2.476 0 0 1 .841-1.146 2.632 2.632 0 0 1 2.618-.465.916.916 0 0 1 .4.3 1.19 1.19 0 0 1 .133.736c-.014.4.108 1.837-.469 1.871-.3.018-.615-.255-.882-.35a1.27 1.27 0 0 0-1.078.042", fill: "#589137" }),
52
+ React__namespace.createElement("path", { "data-name": "Path 2688", d: "M83.947 20.616a2.362 2.362 0 0 1 2.045-.493 1.961 1.961 0 0 1 .83.656l-.1-.791a1.367 1.367 0 0 0-.188-.1 2.634 2.634 0 0 0-2.618.465 2.469 2.469 0 0 0-.841 1.146 1.641 1.641 0 0 0 .064 1.2s-.026-1.562.808-2.085", fill: "#76ba4a" }),
53
+ React__namespace.createElement("path", { "data-name": "Path 2689", d: "M86.182 22.314c-.833-.678-1.62-.481-1.954 0a2.142 2.142 0 0 1-.874.656.325.325 0 0 0 .149.008 1.944 1.944 0 0 0 .767-.226c.129-.082.237-.193.367-.273a1.278 1.278 0 0 1 1.078-.041 3.866 3.866 0 0 0 .8.338 1.024 1.024 0 0 0-.333-.462", fill: "#3d6b21" }),
54
+ React__namespace.createElement("path", { "data-name": "Path 2690", d: "M85.388 14.721c-.15.067-.281.171-.43.241a2.077 2.077 0 0 1-.849.137.306.306 0 0 1-.18-.032.282.282 0 0 1-.085-.108 1.471 1.471 0 0 1-.088-.2 1.769 1.769 0 0 1 .1-1.3 2.673 2.673 0 0 1 1.044-1.111 2.837 2.837 0 0 1 2.86-.143.994.994 0 0 1 .388.37 1.29 1.29 0 0 1 .043.805c-.07.427-.134 1.978-.756 1.936-.318-.021-.622-.356-.9-.494a1.365 1.365 0 0 0-1.157-.1", fill: "#f28c7d" }),
55
+ React__namespace.createElement("path", { "data-name": "Path 2691", d: "M84.9 12.635a2.541 2.541 0 0 1 2.252-.249 2.11 2.11 0 0 1 .8.812v-.858a1.455 1.455 0 0 0-.187-.135 2.839 2.839 0 0 0-2.86.142 2.657 2.657 0 0 0-1.054 1.112 1.766 1.766 0 0 0-.1 1.294s.184-1.672 1.146-2.118", fill: "#f6bbb5" }),
56
+ React__namespace.createElement("path", { "data-name": "Path 2692", d: "M87.061 14.754c-.8-.838-1.666-.734-2.088-.265a2.315 2.315 0 0 1-1.023.582.355.355 0 0 0 .159.029 2.1 2.1 0 0 0 .85-.138c.148-.07.279-.174.429-.241a1.366 1.366 0 0 1 1.157.1 4.2 4.2 0 0 0 .81.469 1.106 1.106 0 0 0-.294-.538", fill: "#883f36" }),
57
+ React__namespace.createElement("path", { "data-name": "Path 2693", d: "M97.367 72.655s4.195 1.429 8.488 7.988A51.379 51.379 0 0 1 79.5 106.534a50.629 50.629 0 0 1-37.468.935c-1.693-.673 1.889-15.216 1.889-15.216l12.074-14.061 10.956-8.822s24.58 1.877 30.416 3.285", fill: "#9cd0e1" }),
58
+ React__namespace.createElement("path", { "data-name": "Path 2694", d: "M47.15 103.532c-.54-4.465.381-12.72.785-15.951l-4.009 4.671s-3.582 14.543-1.888 15.217a40.765 40.765 0 0 0 5.984 1.829c-.286-1.576-.6-3.543-.872-5.766", fill: "#5da6c5" }),
59
+ React__namespace.createElement("path", { "data-name": "Path 2695", d: "M98.62 73.275a16.955 16.955 0 0 0-6.231 2.875s-12.837 8.8-19.407 17.15-6.851 10.23-12.107 7.977a9.783 9.783 0 0 1-5.912-7.133 46.139 46.139 0 0 0-2.957 15.9 50.72 50.72 0 0 0 53.849-29.4 22.6 22.6 0 0 0-7.235-7.368", fill: "#c5e7eb" }),
60
+ React__namespace.createElement("path", { "data-name": "Path 2696", d: "M97.367 72.655c-1.778-.429-5.3-.9-9.329-1.351.007 0 7.377 4.455 10.848 8.908a32.2 32.2 0 0 1 3.848 6.3 39.683 39.683 0 0 0 3.121-5.868c-4.293-6.559-8.488-7.988-8.488-7.988", fill: "#6ab2cf" }),
61
+ React__namespace.createElement("path", { "data-name": "Path 2697", d: "M86.98 14.129a9.454 9.454 0 0 0 .89 1.744c.559.84 1.183 1.6 1.183 1.6s.24.267-.071.381S86 19.8 85.666 20.772s1.881 3.28 1.881 3.28l.751.762a.243.243 0 0 1 .053.3 6.6 6.6 0 0 0-.726 2.289 1.825 1.825 0 0 0 .881 1.685 5.173 5.173 0 0 0 3.077.955s.206-.048.115.2a5.249 5.249 0 0 0-.413 1.563 1.274 1.274 0 0 0 .246.724.47.47 0 0 1-.157.421c-.211.228-10.352 10.388-10.352 10.388l-2.97 3.06L73.4 63.128 61.579 77.769l1.455 1.775S81.851 81.63 95.3 75.019s21.139-14.073 22.736-17.733-1.338-29.441-3.308-36.928a22.8 22.8 0 0 0-6.087-5.241c-4.194-2.616-7.921-4.781-7.921-4.781s-7.6-.573-9.431-.181-4.389 2.136-4.309 3.974", fill: "#5c98b9" }),
62
+ React__namespace.createElement("path", { "data-name": "Path 2698", d: "m76.176 67.931-5.549-1.363-9.048 11.2 1.455 1.775a80.653 80.653 0 0 0 17.582-.368 34.359 34.359 0 0 1-3.41-4.158c-2.041-3.032-1.03-7.088-1.03-7.088", fill: "#4d87a0" }),
63
+ React__namespace.createElement("path", { "data-name": "Path 2699", d: "M62.073 78.839c10.792 2.471 22.264.052 32.56-3.532.029-.012.049.036.018.047-10.37 3.932-21.783 6.671-32.864 4.443a.5.5 0 1 1 .286-.958", fill: "#335e70" }),
64
+ React__namespace.createElement("path", { "data-name": "Path 2700", d: "M107.12 14.177c-3.535-2.175-6.4-3.841-6.4-3.841s-7.6-.573-9.431-.181-4.386 2.136-4.305 3.974a9.454 9.454 0 0 0 .89 1.744c.558.84 1.183 1.6 1.183 1.6s.24.267-.071.381S86 19.8 85.666 20.772s1.882 3.28 1.882 3.28l.751.762a.242.242 0 0 1 .052.3 6.621 6.621 0 0 0-.725 2.29 1.823 1.823 0 0 0 .881 1.685 5.182 5.182 0 0 0 3.077.954s.206-.048.115.2a5.226 5.226 0 0 0-.413 1.564 1.277 1.277 0 0 0 .245.723.469.469 0 0 1-.156.422c-.212.227-10.353 10.387-10.353 10.387l-2.969 3.06L73.4 63.128l-5.86 7.256a17.272 17.272 0 0 0 7.68-.782s17.05-6.488 24.722-14.048c0 0 7.954-20.417 8.518-28.876a39.818 39.818 0 0 0-1.34-12.5", fill: "#72aec9" }),
65
+ React__namespace.createElement("path", { "data-name": "Path 2701", d: "M108.459 26.678a39.818 39.818 0 0 0-1.34-12.5c-3.535-2.174-6.4-3.84-6.4-3.84s-7.6-.575-9.431-.181-4.388 2.135-4.308 3.973a9.4 9.4 0 0 0 .891 1.743c.558.841 1.182 1.6 1.182 1.6s.241.269-.071.383S86 19.8 85.666 20.772s1.881 3.28 1.881 3.28l.751.762a.242.242 0 0 1 .053.3 6.59 6.59 0 0 0-.726 2.289 1.823 1.823 0 0 0 .882 1.684 5.166 5.166 0 0 0 3.076.956s.206-.05.116.2a5.234 5.234 0 0 0-.414 1.563 1.27 1.27 0 0 0 .246.724.472.472 0 0 1-.157.422 6233.54 6233.54 0 0 1-10.352 10.387l-2.969 3.06L73.4 63.128l-5.861 7.256a17.264 17.264 0 0 0 7.681-.783s17.044-6.488 24.717-14.047c0 0 7.954-20.417 8.517-28.876", fill: "#6ab2cf" }),
66
+ React__namespace.createElement("path", { "data-name": "Path 2702", d: "M34.479 19.557a50.578 50.578 0 0 0-4.787 11.826l1.69 3.8s-3.8 1.2-4.364 1.759a3.886 3.886 0 0 0-.775 4.364 4.9 4.9 0 0 0 5 2.816c1.76-.352 3.66-.845 3.66-.845s1.971 5 1.971 5.35-.7 2.745-.7 3.238 2.182 8.306 2.957 9.291S60.946 52.5 60.946 52.5l19.568-8.657 2.393-2.394s-.844-6.264-3.66-10.769-11.4-6.335-11.4-6.335-11.966-13.515-20.2-10.277-13.163 5.49-13.163 5.49", fill: "#87d3e8" }),
67
+ React__namespace.createElement("path", { "data-name": "Path 2703", d: "M75.225 26.117c.644.761 4.344 4.827 4.493 6.489s-8.289-1.5-8.289-1.5", fill: "#97c0c6" }),
68
+ React__namespace.createElement("path", { "data-name": "Path 2704", d: "M71.429 31.1s-2.565-8.463.832-10.532a62.165 62.165 0 0 0 2.964 5.548", fill: "#97c0c6" }),
69
+ React__namespace.createElement("path", { "data-name": "Path 2705", d: "M34.775 19.754s.585 2.091 4.1 3.217 5 .933 5 .933a12.305 12.305 0 0 0 4.012-6.177c.81-3.66-.818-3.434-.818-3.434Z", fill: "#72acc7" }),
70
+ React__namespace.createElement("path", { "data-name": "Path 2706", d: "M35.852 20.214a11.555 11.555 0 0 0 7.532 1.842s3.353-3.754 3.506-5.572-12.27 2.134-11.038 3.73", fill: "#2a586c" }),
71
+ React__namespace.createElement("g", { "data-name": "Group 1973", opacity: 0.5 },
72
+ React__namespace.createElement("g", { "data-name": "Group 1972" },
73
+ React__namespace.createElement("g", { "data-name": "Group 1971", clipPath: "url(#team-grudge_svg__c)" },
74
+ React__namespace.createElement("path", { "data-name": "Path 2707", d: "m29.693 31.383.814 1.831s4.282-11.679 4.793-12.532a2.037 2.037 0 0 0 .135-1.553c-.625.277-.957.428-.957.428a50.62 50.62 0 0 0-4.786 11.826", fill: "#fff" })))),
75
+ React__namespace.createElement("path", { "data-name": "Path 2708", d: "M39.037 19.754s.933 1.164 1.355 1.118 4.7-2.077 4.7-2.077a2.162 2.162 0 0 0 1.024-1.648c.211-1.267-7.426 2.363-7.074 2.607", fill: "#123544" }),
76
+ React__namespace.createElement("path", { "data-name": "Path 2709", d: "M40.24 20.672s-.176.129-.211.059a4.477 4.477 0 0 1 .786-1.549 6.145 6.145 0 0 1 3.05-.915 5.882 5.882 0 0 1 1.244.246c.176.106.11.293-.021.282s-1.845.023-1.845.023l-1.337.311-.821.6Z", fill: "#081d26" }),
77
+ React__namespace.createElement("path", { "data-name": "Path 2710", d: "M40.24 20.672a5.009 5.009 0 0 1 1.666-1.543 4.8 4.8 0 0 1 1.742-.346l1.056.093h.359l-.57.852-1.2.481-1.812.739-.69.172Z", fill: "#f5fbfb" }),
78
+ React__namespace.createElement("path", { "data-name": "Path 2711", d: "M40.392 20.871a2.98 2.98 0 0 1 1.7-1.572 7 7 0 0 1 2.945-.34l.07-.235a10.761 10.761 0 0 0-2.628 0 3.259 3.259 0 0 0-1.795 1.185 3.2 3.2 0 0 0-.5.716c0 .058-.012.258.211.246", fill: "#97c0c6" }),
79
+ React__namespace.createElement("path", { "data-name": "Path 2712", d: "M41.636 20.73a1.158 1.158 0 0 1 .481-1.314c.751-.446 1.267.481 1.267.481a5.669 5.669 0 0 1-.833.528 7.759 7.759 0 0 1-.915.305", fill: "#417993" }),
80
+ React__namespace.createElement("path", { "data-name": "Path 2713", d: "M41.976 20.519a.612.612 0 0 1 .317-.7A.49.49 0 0 1 43 20s-.786.551-1.021.516", fill: "#081d26" }),
81
+ React__namespace.createElement("path", { "data-name": "Path 2714", d: "M40.533 20.872a2.84 2.84 0 0 1 .34.058 1.694 1.694 0 0 0 1.1-.41 4.717 4.717 0 0 1 1.607-.681 1.433 1.433 0 0 0 1-.543c.26-.353.223-.36.458-.337s-.211.616-.352.771-.176.273-1.361.707-1.6.622-1.842.681-1.056.071-.95-.246", fill: "#081d26" }),
82
+ React__namespace.createElement("path", { "data-name": "Path 2715", d: "M47.227 16.651s-6.835 2.807-8.19 3.1-4.029 1.282-4.733-.161 1.143-2.763 3.73-3.133l2.587-.369 5-3.837a12.834 12.834 0 0 1 2.912 0c1.382.194.371 2.5.371 2.5s-.032 1.1-1.675 1.893", fill: "#517c8a" }),
83
+ React__namespace.createElement("path", { "data-name": "Path 2716", d: "M40.8 16.354s-4.523.651-5.455 1.408a1.74 1.74 0 0 0-.739 1.83c.07.246 1.443.821 3.713.138s8.13-3.077 8.13-3.077l1.02-.39.951-3.692-2.693-.194Z", fill: "#d5eef2" }),
84
+ React__namespace.createElement("path", { "data-name": "Path 2717", d: "M36.375 17.292a3.556 3.556 0 0 0-1.033.47 1.744 1.744 0 0 0-.74 1.83c.018.063.122.147.3.225a2.2 2.2 0 0 1 1.472-2.125Z", fill: "#fff" }),
85
+ React__namespace.createElement("path", { "data-name": "Path 2718", d: "M40.8 16.354h.493l4.962-3.766a3.463 3.463 0 0 0-.385-.2l-.143-.01Z", fill: "#fff" }),
86
+ React__namespace.createElement("path", { "data-name": "Path 2719", d: "M45.724 12.377a2.968 2.968 0 0 1 1.966 2.563 2.059 2.059 0 0 0 .054.243l.672-2.612Z", fill: "#97c0c6" }),
87
+ React__namespace.createElement("path", { "data-name": "Path 2720", d: "m80.515 43.842 2.393-2.393a35.57 35.57 0 0 0-1.825-6.981l-29.357 6.206 5.717 13.408c2.095-.937 3.5-1.582 3.5-1.582Z", fill: "#6ab2cf" }),
88
+ React__namespace.createElement("path", { "data-name": "Path 2721", d: "M67.07 47.009a51.686 51.686 0 0 1-15.345-6.335S50.176 39.2 47.15 16.952c0 0 1.337-5.349 2.147-6.37a27.269 27.269 0 0 1 3.484-2.991s8.552-4.752 12.283-.775l4.4 5.35a20.852 20.852 0 0 1 1.9 3.027c.739 1.513.95 6.264.95 6.264s.669 5.209.634 5.315.442 1.274 3.977 3.731 4.793 3.833 4.631 5.3a42.688 42.688 0 0 1-1.147 6.143c-.282.457-2.745 1.337-2.745 1.337Z", fill: "#d5eef2" }),
89
+ React__namespace.createElement("path", { "data-name": "Path 2722", d: "M36.1 41.308s-.352.141-4.223 1.76a4.233 4.233 0 0 1-5.543-1.61 4.874 4.874 0 0 0 4.909 2.666c1.76-.352 3.66-.845 3.66-.845s1.971 5 1.971 5.35-.7 2.745-.7 3.237 2.183 8.307 2.957 9.292c.073.093.33.091.733.01l2.927-5.078Z", fill: "#6ab2cf" }),
90
+ React__namespace.createElement("path", { "data-name": "Path 2723", d: "M33.236 37.155s1.29 0 1.642 2.6l-2.674 1.2a1.742 1.742 0 0 1-1.807-.633c-.845-.962.469-2.042.985-2.347a18.762 18.762 0 0 1 1.854-.821", fill: "#73adc7" }),
91
+ React__namespace.createElement("path", { "data-name": "Path 2724", d: "M50.693 10.524a22.9 22.9 0 0 1 2.956-2.393l.238-1.087c-.679.314-1.106.547-1.106.547a27.216 27.216 0 0 0-3.481 2.992c-.81 1.02-2.147 6.37-2.147 6.37l2.135-2.675s.563-2.815 1.408-3.754", fill: "#fff" }),
92
+ React__namespace.createElement("path", { "data-name": "Path 2725", d: "M57.638 16.483a17.14 17.14 0 0 1 3.238-2.593 24.48 24.48 0 0 1 4.908-2.238s2.742.327 3.68 1.688 1.439 1.6 1.54 2.44 1.463 11.4 1.463 11.4a4.574 4.574 0 0 0 2.482 2.581 12.7 12.7 0 0 1 3.1 2.071l1.453 1.473a4.832 4.832 0 0 1-2.769 2.879c-2.3 1.039-6.053 2.288-6.053 2.288a19.844 19.844 0 0 1-6.812-2.658 10.92 10.92 0 0 1-3.602-3.514s-4.083-9.667-2.628-15.815", fill: "#270a27" }),
93
+ React__namespace.createElement("path", { "data-name": "Path 2726", d: "m58.708 18.842-1.071-1.01.809-2.323 3.483-2.322 4.507-1.795h1.619l1.129.435.574.753-2.935.985-2.639 1.381-1.514.775-1.478.915Z", fill: "#c8d9dc" }),
94
+ React__namespace.createElement("path", { "data-name": "Path 2727", d: "M57.638 20.214s4.341-2.228 7.45-.821 5.177 5.563 5.859 6.727.44 5.99.44 5.99l-10.644 1.2s-3.1-7.252-3.1-13.094", fill: "#170516" }),
95
+ React__namespace.createElement("path", { "data-name": "Path 2728", d: "M58.2 25.071a4.288 4.288 0 0 1 3.942-1.079c2.581.469 5.725 8.638 5.725 8.638l-6.992.982s-2.6-5.854-2.675-8.184" }),
96
+ React__namespace.createElement("path", { "data-name": "Path 2729", d: "M60.876 32.72s.456-.751 3-1.314c0 0 1.086-1.971 4.558-1.924s9.069 4.7 9.532 5.543-1.013 1.682-1.013 1.682l-3.732 1.767s-4.486.035-7.555-1.765a18.408 18.408 0 0 1-4.787-3.989", fill: "#702b4f" }),
97
+ React__namespace.createElement("path", { "data-name": "Path 2730", d: "M80.511 33.214c-2.448-1.9-4.334-3.136-5.384-4.053a19.738 19.738 0 0 1-2.18-2.388l-1.02-9.257s-1.149-3.75-2.464-5.349a27.5 27.5 0 0 0 .938 3.1c.329.657 1.267 9.338 1.361 11.168s2.394 3.329 3.238 3.939 5.4 3.15 5.4 3.15c-.939 1.976-6.429 4.546-6.429 4.546-7.3.231-13.093-5.349-13.093-5.349a65.648 65.648 0 0 1-2.436-7.743c-.653-3.1-.755-7.368 0-8.613s6-4.2 7.786-4.668a4.386 4.386 0 0 1 3.238.47 3.239 3.239 0 0 0-4.153-1.2c-1.76.563-6.828 3.308-7.673 4.435 0 0-.7.622-.633 3.725s1.478 11.762 3.1 14.084 9.25 6.889 14.993 6.968a16 16 0 0 0 6.456-4.379s1.4-.687-1.045-2.585", fill: "#123544" }),
98
+ React__namespace.createElement("path", { "data-name": "Path 2731", d: "M80.219 32.63s.387.846.156 1.076-3.275 3.343-3.275 3.343l-4.558 1.425-2.006-.387-.44-.326L70 37.4l.676-.559 2.537.125.085.121 2.059-.844.37.035.281-.211 1.32-.792.433-.07.218.087-.32-.314.6-.724.264-.9.684-.253Z", fill: "#c8d9dc" }),
99
+ React__namespace.createElement("path", { "data-name": "Path 2732", d: "M70.09 37.67s-1.049-3.026-.3-3.448c0 0 1.182-.359 3.354 2.646.05.07.1.142.154.216 0 0-.088-.932.475-1.284s1.689.193 1.953.475c0 0-.44-.986 0-1.373s2.252.387 2.252.387a2.164 2.164 0 0 1-.7-1 .581.581 0 0 1 .422-.763s-1.126-2.14-.933-2.879 1.725.351 2.5.9 1.337 1.566 1.021 1.83a2.534 2.534 0 0 1-1.426.317s.511.722-.14.986l-.757.351-.581.511a3.541 3.541 0 0 1-1.478.7c-.722.088-.616.4-1.443.668s-1.073.018-1.073.018a1.134 1.134 0 0 0-.546.229 3.74 3.74 0 0 1-2.752.515", fill: "#f5fbfb" }),
100
+ React__namespace.createElement("path", { "data-name": "Path 2733", d: "M60.876 32.72s5.8 5.581 13.093 5.35c0 0 5.49-2.571 6.428-4.547l.736 1.068-2.554 3.338-4.892 1.724-3.52-1.179-7.813-3.674Z", fill: "#123544" }),
101
+ React__namespace.createElement("path", { "data-name": "Path 2734", d: "M67.563 13.75s1.423 2.409 2.217 2.323.969-2.344-.316-3.907c0 0-.81-.739-2.112.775 0 0-.81-.74-1.408-.528s-.809 1.153-.809 1.153-.669-.907-1.338-.414a1.237 1.237 0 0 0-.493 1.232 1.356 1.356 0 0 0-1.374.211c-.843.528-.456 1.2-.456 1.2a2.837 2.837 0 0 0-2.448.945 2.338 2.338 0 0 0-.543 1.906s2.1 1.987 3.273 1.493.174-3.6.174-3.6.917.951 1.55.6.247-1.69.247-1.69.774.951 1.548.458.352-1.513.352-1.513.88 1.126 1.478.844a1.186 1.186 0 0 0 .458-1.478", fill: "#f5fbfb" }),
102
+ React__namespace.createElement("path", { "data-name": "Path 2735", d: "M62.335 11.2a4.225 4.225 0 0 1 .6 1.181", fill: "none", stroke: "#123544", strokeWidth: 0.5 }),
103
+ React__namespace.createElement("path", { "data-name": "Path 2736", d: "M53.273 4.916a3.173 3.173 0 0 0-.825 2.924c.508 1.581 5.879 4.924 10.092 3.552a4.63 4.63 0 0 0 2.488-3.942c.352-3.1-.985-3.836-.985-3.836a14.634 14.634 0 0 0-10.77 1.3", fill: "#2a586c" }),
104
+ React__namespace.createElement("path", { "data-name": "Path 2737", d: "M56.019 7.42c-.544-.059-3.137.188-3.606.234.015.062.015.123.036.186.387 1.2 3.6 3.426 6.966 3.812-.374-.592-2.8-4.167-3.4-4.232", fill: "#123544" }),
105
+ React__namespace.createElement("path", { "data-name": "Path 2738", d: "M64.893 4.971c-.026.015-.874.512-.885.754a20.643 20.643 0 0 0 0 4.43 5.387 5.387 0 0 0 1.022-2.7 6.306 6.306 0 0 0-.135-2.479", fill: "#123544" }),
106
+ React__namespace.createElement("path", { "data-name": "Path 2739", d: "M64.476 4.058a1.618 1.618 0 0 0-.433-.444 14.64 14.64 0 0 0-10.77 1.3 3.385 3.385 0 0 0-.912 2.47l1.792-2.154a21.722 21.722 0 0 1 10.323-1.172", fill: "#577c8b" }),
107
+ React__namespace.createElement("path", { "data-name": "Path 2740", d: "M59.406 11.657a49.835 49.835 0 0 0-3.238-3.876c-.164-.11-.14-.124-.363-.126-1.122.012-2.258.082-3.39.025l-.005-.053a12.341 12.341 0 0 1 3.754-.413 13.575 13.575 0 0 1 3.242 4.443", fill: "#417993" }),
108
+ React__namespace.createElement("path", { "data-name": "Path 2741", d: "M64.9 4.983c-.21.283-.5.5-.681.771.011-.068-.015.2-.015.21A36.174 36.174 0 0 0 64 10.157a12.74 12.74 0 0 1-.22-4.226.737.737 0 0 1 .11-.444 1.456 1.456 0 0 1 1.012-.5", fill: "#417993" }),
109
+ React__namespace.createElement("path", { "data-name": "Path 2742", d: "M53.349 5.016c-1.655 1.814-.938 3.484 1.012 4.659 2.39 1.549 5.521 2.555 8.308 1.59 1.766-.959 2.429-3.1 2.366-5a3.362 3.362 0 0 0-1.01-2.594 14.436 14.436 0 0 0-10.676 1.345m-.151-.2a14.832 14.832 0 0 1 10.863-1.257 3.378 3.378 0 0 1 1.067 2.7c.073 1.943-.6 4.121-2.4 5.109-2.847 1.006-6 0-8.449-1.564C52.225 8.6 51.5 6.756 53.2 4.816", fill: "#417993" }),
110
+ React__namespace.createElement("path", { "data-name": "Path 2743", d: "M43 25.294a11.071 11.071 0 0 0 .211 4.4 4.579 4.579 0 0 1-1.035-3.423c.082-.4.307-.913.824-.976", fill: "#589bbb" }),
111
+ React__namespace.createElement("path", { "data-name": "Path 2744", d: "M34.721 24.655a11.059 11.059 0 0 0 1.738 4.045 4.579 4.579 0 0 1-2.169-2.844 1.092 1.092 0 0 1 .431-1.2", fill: "#589bbb" }),
112
+ React__namespace.createElement("path", { "data-name": "Path 2745", d: "M32.27 25.036a11.086 11.086 0 0 0 1.119 4.26 4.582 4.582 0 0 1-1.723-3.134 1.093 1.093 0 0 1 .6-1.126", fill: "#589bbb" }),
113
+ React__namespace.createElement("path", { "data-name": "Path 2746", d: "M41.056 26.394a5.382 5.382 0 0 0 .106 2.2c-.387-.526-.981-1.85-.106-2.2", fill: "#589bbb" }),
114
+ React__namespace.createElement("path", { "data-name": "Path 2747", d: "M32.39 30.564a5.381 5.381 0 0 0 .825 2.043c-.539-.369-1.536-1.423-.825-2.043", fill: "#589bbb" }),
115
+ React__namespace.createElement("path", { "data-name": "Path 2748", d: "M32.852 22.734a5.383 5.383 0 0 0 .825 2.042c-.539-.369-1.536-1.423-.825-2.042", fill: "#589bbb" }),
116
+ React__namespace.createElement("path", { "data-name": "Path 2749", d: "M44.374 24.76a4.013 4.013 0 0 0 .21 1.629c-.325-.388-.839-1.289-.21-1.629", fill: "#589bbb" }),
117
+ React__namespace.createElement("path", { "data-name": "Path 2750", d: "M27.8 37.409a6.921 6.921 0 0 1 .674.944c.215.356.556.554.734.963-.729-.041-1.958-1.174-1.408-1.907", fill: "#a8dce8" }),
118
+ React__namespace.createElement("path", { "data-name": "Path 2751", d: "M29.574 37.366c.334.1.532.234.492.612-.392.215-.716-.282-.492-.612", fill: "#a8dce8" }),
119
+ React__namespace.createElement("path", { "data-name": "Path 2752", d: "M26.869 39.827A9.177 9.177 0 0 0 29 40.8a1.481 1.481 0 0 1-2.132-.969", fill: "#a8dce8" }),
120
+ React__namespace.createElement("path", { "data-name": "Path 2753", d: "M60.638 4.632a3.751 3.751 0 0 1 .091 1.2", fill: "none", stroke: "#417993", strokeLinecap: "round", strokeWidth: 0.25 }),
121
+ React__namespace.createElement("path", { "data-name": "Path 2754", d: "M62.417 4.188a3.8 3.8 0 0 1 .232 1.179", fill: "none", stroke: "#417993", strokeLinecap: "round", strokeWidth: 0.25 }),
122
+ React__namespace.createElement("path", { "data-name": "Path 2755", d: "M63.144 4.309a3.789 3.789 0 0 1 .164.58", fill: "none", stroke: "#417993", strokeLinecap: "round", strokeWidth: 0.25 }),
123
+ React__namespace.createElement("path", { "data-name": "Path 2756", d: "M61.34 4.188a7.174 7.174 0 0 1 .26 1.643", fill: "none", stroke: "#417993", strokeLinecap: "round", strokeWidth: 0.25 }),
124
+ React__namespace.createElement("path", { "data-name": "Path 2757", d: "M11.393 71.512s11.144 1.236 19.848-5.521 12.6-11.9 17.176-14.724 6.546-1.325 6.546-1.325a11.755 11.755 0 0 1 12.107-2.933s6.392-7.391 13.379-4.294c0 0 2.768 9.855-2.4 21.68s-13.242 13.8-13.242 13.8S46.1 91.508 42.038 107.469a50.926 50.926 0 0 1-21.31-15.642c-8.844-11.383-9.335-20.315-9.335-20.315", fill: "#405b8b" }),
125
+ React__namespace.createElement("path", { "data-name": "Path 2758", d: "M78.053 64.4c5.164-11.826 2.4-21.681 2.4-21.681-6.987-3.1-13.379 4.295-13.379 4.295a11.756 11.756 0 0 0-12.107 2.933s-1.971-1.5-6.546 1.325-8.47 7.966-17.175 14.724-19.849 5.521-19.849 5.521.327 5.8 5.077 14.011c20.022 6.289 43.665-4.887 47.99-7.074.221-.164.351-.258.351-.258s8.078-1.97 13.242-13.8", fill: "#517db8" }),
126
+ React__namespace.createElement("path", { "data-name": "Path 2759", d: "M14.656 82.084s12.053 3.867 31.635.938c0 0-18.447 6.059-30.369 1.529Z", fill: "#658bbf" }),
127
+ React__namespace.createElement("path", { "data-name": "Path 2760", d: "M66.951 46.978a11.763 11.763 0 0 0-11.988 2.964s-1.971-1.5-6.546 1.326-8.471 7.966-17.175 14.723-19.849 5.521-19.849 5.521.031.493.183 1.371c.042.018.077.036.121.053 0 0 8.939 2.815 20.366-5.068S45.578 53.7 52.241 52.57c0 0-4.411 5.538-2.815 6.194S66.695 47.69 66.695 47.69Z", fill: "#658bbf" }),
128
+ React__namespace.createElement("path", { "data-name": "Path 2761", d: "M80.449 44.275a10.668 10.668 0 0 0 .09-1.194c-.054-.236-.09-.365-.09-.365-6.987-3.1-13.379 4.293-13.379 4.293-.041-.013-.079-.018-.119-.031 0 0-6.169 7.845-.82 9.346s13.406-5 14.318-12.049", fill: "#658bbf" }),
129
+ React__namespace.createElement("path", { "data-name": "Path 2762", d: "M61.93 59.915 35.723 80.726a24.625 24.625 0 0 0 14.36-1.971c6.945-3.473 10.273-11.213 11.847-18.84", fill: "#446dac" }),
130
+ React__namespace.createElement("path", { "data-name": "Path 2763", d: "M37.694 85.231c6.991-2.092 13.985-4.1 20.947-6.236 4.171-.848 8.507-1.724 11.637-4.767a34.408 34.408 0 0 0 9.662-31.406l.231.333c-3.856-2.14-8.614-.046-11.512 2.917-3.333 3.028-4.429 7.428-5.486 11.652-1.1 4.288-2.1 8.77-4.294 12.809-2.248 3.951-5.728 7.406-10.053 8.8.887-.694 1.872-1.21 2.738-1.91.478-.4 1.458-1.182 1.9-1.569.341-.356 1.346-1.393 1.705-1.765l1.455-1.971a33.071 33.071 0 0 0 3.5-8.281c1.4-4.817 2.075-9.988 4.652-14.418a16.7 16.7 0 0 1 9.023-7.668 9.045 9.045 0 0 1 7.111.633l.041.235A34.756 34.756 0 0 1 71.16 75.2c-3.3 3.2-7.917 4.213-12.247 4.98-7.023 1.888-14.1 3.6-21.219 5.048", fill: "#404d7e" }),
131
+ React__namespace.createElement("path", { "data-name": "Path 2764", d: "M27.283 98.645a50.8 50.8 0 0 0 14.754 8.824c2.35-9.232 9.6-17.573 15.293-22.97h-.006c-17.329 11.464-30.013 14.14-30.041 14.146", fill: "#406493" }),
132
+ React__namespace.createElement("path", { "data-name": "Path 2765", d: "M66.741 46.26c-5.627-1.94-11.308 1.519-14.851 5.792-8.937 12.59-23.558 24.842-39.972 21.317a.556.556 0 0 0-.25.011l.218 1c10.874 2.453 21.939-2.46 30.02-9.553a68.1 68.1 0 0 0 10.928-12.058c3.14-3.773 8.45-7.122 13.487-5.333a.624.624 0 1 0 .42-1.176", fill: "#404d7e" }),
133
+ React__namespace.createElement("path", { "data-name": "Path 2766", d: "M54.817 50.42c-4.038-.6-7.852 2.018-10.624 4.765-2.97 2.934-5.863 6.068-9.163 8.766-6.442 5.32-15.149 9.336-23.638 7.577a.016.016 0 0 1 0-.032c8.913-.268 16.122-2.54 22.892-8.446 3.232-2.644 6.073-5.718 9.093-8.7 3.038-2.973 7.253-5.7 11.729-4.882a.5.5 0 1 1-.292.957", fill: "#404d7e" }),
134
+ React__namespace.createElement("path", { "data-name": "Path 2767", d: "M87.268 29.575c-.1.116-.168.255-.265.372a1.945 1.945 0 0 1-.659.453.283.283 0 0 1-.163.044.26.26 0 0 1-.115-.057 1.445 1.445 0 0 1-.155-.137 1.642 1.642 0 0 1-.433-1.125 2.474 2.474 0 0 1 .444-1.351 2.633 2.633 0 0 1 2.344-1.254.932.932 0 0 1 .472.157 1.2 1.2 0 0 1 .355.659c.111.386.672 1.713.134 1.924-.276.109-.664-.051-.947-.059a1.27 1.27 0 0 0-1.012.374", fill: "#fcf09d" }),
135
+ React__namespace.createElement("path", { "data-name": "Path 2768", d: "M86.033 28.017c.631-.756 1.221-1.138 1.792-1.1a1.967 1.967 0 0 1 .992.366l-.341-.72a1.388 1.388 0 0 0-.21-.04 2.634 2.634 0 0 0-2.344 1.254 2.474 2.474 0 0 0-.444 1.351 1.642 1.642 0 0 0 .433 1.125s-.509-1.477.122-2.233", fill: "#fdf6c3" }),
136
+ React__namespace.createElement("path", { "data-name": "Path 2769", d: "M88.685 28.939c-1-.387-1.689.045-1.858.606a2.143 2.143 0 0 1-.628.894.312.312 0 0 0 .145-.039 1.956 1.956 0 0 0 .656-.452c.1-.118.165-.257.265-.373a1.269 1.269 0 0 1 1.011-.374 3.914 3.914 0 0 0 .866.073 1.023 1.023 0 0 0-.46-.335", fill: "#ddcf7c" }),
137
+ React__namespace.createElement("path", { "data-name": "Path 2770", d: "m90.743 33.6.025.014.606-.652a68.28 68.28 0 0 1-.631.638", fill: "#5c98b9" }),
138
+ React__namespace.createElement("path", { "data-name": "Path 2771", d: "M94.037 28.035a2.578 2.578 0 0 1-1.862-2.049s.631-2.786 1.385-5 .633-5.584-.493-6.278c-.923-.568-4.726-.829-6.073-.9a1.952 1.952 0 0 0-.014.324 9.479 9.479 0 0 0 .89 1.745c.559.839 1.183 1.6 1.183 1.6s.24.268-.071.381S86 19.8 85.666 20.772s1.881 3.28 1.881 3.28l.751.762a.242.242 0 0 1 .053.3 6.6 6.6 0 0 0-.726 2.29 1.826 1.826 0 0 0 .882 1.685 5.175 5.175 0 0 0 3.076.954s.206-.048.116.2a5.224 5.224 0 0 0-.414 1.564 1.279 1.279 0 0 0 .246.724.469.469 0 0 1-.156.42c.947-1.018 2.74-2.948 3.4-3.662.919-.988.851-.916-.741-1.261", fill: "#5c98b9" }),
139
+ React__namespace.createElement("path", { "data-name": "Path 2772", d: "M94.037 28.035a2.578 2.578 0 0 1-1.862-2.049s.631-2.786 1.385-5a9.453 9.453 0 0 0 .437-2.2h-.005a6.791 6.791 0 0 0-3.084 6.382 5.739 5.739 0 0 0 3.177 4.877l.693-.746c.919-.988.851-.916-.741-1.261", fill: "#8abfd2" }),
140
+ React__namespace.createElement("path", { "data-name": "Path 2773", d: "M89.456 16.319s.608 1.83 1.663 2.252a2.465 2.465 0 0 0 1.9 0 1.476 1.476 0 0 0-.516-2.58c-2.135-.986-2.722-.718-2.957-.7s-.318.471-.091 1.027", fill: "#336685" }),
141
+ React__namespace.createElement("path", { "data-name": "Path 2774", d: "M87.467 21.876s.392-.9 2.456-.671 2.37 1.731 1.807 2.388-2.285 1.47-4.263-1.717", fill: "#336685" }),
142
+ React__namespace.createElement("path", { "data-name": "Path 2775", d: "M92.846 27.085c-2.124-1.158-3.39 1.3-3.39 1.3a2.5 2.5 0 0 0 3.048.656s.676-.106.948-1.214Z", fill: "#336685" }),
143
+ React__namespace.createElement("path", { "data-name": "Path 2776", d: "M89.219 17.871c-1.206.852-2.78 1.63-3.427 3 .186 1.484 1.535 2.679 2.515 3.752.272.329.716.324 1.149.538a1.239 1.239 0 0 1-.7.027c-.7-.163-1.1-.877-1.584-1.351-.7-.971-2.334-2.426-1.319-3.671a14.037 14.037 0 0 1 3.221-2.542l.148.243", fill: "#487a92" }),
144
+ React__namespace.createElement("path", { "data-name": "Path 2777", d: "M88.585 25a6.124 6.124 0 0 0-.756 2.783c.387 1.6 2.663 2 3.915 2.095.253-.056.5-.053.76-.119a.99.99 0 0 1-.695.443c-3.643-.161-5.6-1.785-3.5-5.351l.28.149", fill: "#487a92" }),
145
+ React__namespace.createElement("path", { "data-name": "Path 2778", d: "M91.851 30.075c-.163.835-.7 1.819-.062 2.553l-.1.184c-1.138-.534-.365-1.991.009-2.8l.149.059", fill: "#487a92" }),
146
+ React__namespace.createElement("path", { "data-name": "Path 2779", d: "M80.551 43.439c5.64-5.613 11.292-11.2 16.816-16.927-5.154 6.074-10.775 11.71-16.439 17.306l-.377-.379", fill: "#487a92" }),
147
+ React__namespace.createElement("path", { "data-name": "Path 2780", d: "M95.643 28.509a3.884 3.884 0 0 1-3.664-2.435 22.247 22.247 0 0 1 1.064-4.055c.458-1.253 1.238-2.461 1.053-3.839-.012-.034.048-.054.054-.014a4.413 4.413 0 0 1-.205 2.02 25.749 25.749 0 0 0-1.557 5.838l-.016-.125a4.166 4.166 0 0 0 1.265 1.694 3.223 3.223 0 0 0 1.994.659.129.129 0 0 1 .012.257", fill: "#487a92" }),
148
+ React__namespace.createElement("path", { "data-name": "Path 2781", d: "M100.716 10.336s-7.6-.573-9.431-.181-4.385 2.136-4.305 3.974c0 0 .1.258.267.622.628-1.55 1.568-2.445 4.284-3.546 3.209-1.3 9.972-.133 10.643-.012-.911-.539-1.458-.857-1.458-.857", fill: "#d5eef2" }),
149
+ React__namespace.createElement("path", { "data-name": "Path 2782", d: "M115.411 23.5a5.552 5.552 0 0 0 .188 1.014c-.063-.35-.126-.687-.188-1.014", fill: "#c0d8e4" }),
150
+ React__namespace.createElement("path", { "data-name": "Path 2783", d: "M116.812 53.321a21.253 21.253 0 0 1-2.406 8.72 17.733 17.733 0 0 0 3.626-4.755c1.147-2.628-.043-16.663-1.535-27.14a180.044 180.044 0 0 1 .315 23.175", fill: "#c0d8e4" }),
151
+ React__namespace.createElement("path", { "data-name": "Path 2784", d: "m90.768 33.612.606-.652a68.28 68.28 0 0 1-.631.638Z", fill: "none", stroke: "#487a92", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.25 }),
152
+ React__namespace.createElement("path", { "data-name": "Path 2785", d: "M104.729 63.51c1.041-1.612 2.687-3.79 3.8-5.379a9.5 9.5 0 0 1-3.8 5.379", fill: "#8abfd2" }),
153
+ React__namespace.createElement("path", { "data-name": "Path 2786", d: "M110.42 56.653c.678-1.795 1.829-4.271 2.583-6.059a9.5 9.5 0 0 1-2.583 6.059", fill: "#8abfd2" }),
154
+ React__namespace.createElement("path", { "data-name": "Path 2787", d: "M105.188 58.322c.738-1.139 1.9-2.677 2.688-3.8a6.769 6.769 0 0 1-2.688 3.8", fill: "#8abfd2" }),
155
+ React__namespace.createElement("path", { "data-name": "Path 2788", d: "M87.317 55.708c1.377-2.14 3.524-4.965 4.991-7.064-.568 2.928-2.706 5.288-4.991 7.064", fill: "#8abfd2" }),
156
+ React__namespace.createElement("path", { "data-name": "Path 2789", d: "M94.791 46.7c.895-2.382 2.4-5.6 3.392-7.956.061 2.981-1.532 5.738-3.392 7.956", fill: "#8abfd2" }),
157
+ React__namespace.createElement("path", { "data-name": "Path 2790", d: "M87.92 48.9c1.112-1.711 2.373-3.325 3.53-4.995a8.844 8.844 0 0 1-3.53 4.995", fill: "#8abfd2" }),
158
+ React__namespace.createElement("path", { "data-name": "Path 2791", d: "M89.712 18.548c-.98-1.447-2.275-2.733-2.86-4.4-.053-1.815 2-3.107 3.43-3.851 1.412-.839 3.671-.618 5.241-.636a42.76 42.76 0 0 1 5.445.24 119.928 119.928 0 0 1 10.727 7.375 12.27 12.27 0 0 1 3.029 3.079 13.676 13.676 0 0 0-3.235-2.806c-2.007-1.455-5.075-3.412-7.17-4.813-1.208-.788-2.4-1.6-3.6-2.4-1.728-.183-3.47-.2-5.206-.252-1.725.023-3.526-.31-5.092.528-1.347.668-3.3 1.865-3.308 3.507.507 1.6 1.773 2.96 2.6 4.429", fill: "#487a92" }),
159
+ React__namespace.createElement("g", { "data-name": "Group 1976", opacity: 0.5 },
160
+ React__namespace.createElement("g", { "data-name": "Group 1975" },
161
+ React__namespace.createElement("g", { "data-name": "Group 1974", clipPath: "url(#team-grudge_svg__d)" },
162
+ React__namespace.createElement("path", { "data-name": "Path 2792", d: "M14.127 72.561a88.171 88.171 0 0 0 37.361.488c19.667-4.743 39.22-16.332 50.626-33.511-2.012 8.594-7.593 16.1-13.973 22.082a71.727 71.727 0 0 1-19.475 12.667c-1.464.554-4.051 1.59-5.488 2.13A79.7 79.7 0 0 1 52.578 79c-13.048 1.85-26.922.118-38.451-6.436", fill: "#c1ff00" })))),
163
+ React__namespace.createElement("g", { "data-name": "Group 1979", opacity: 0.5 },
164
+ React__namespace.createElement("g", { "data-name": "Group 1978" },
165
+ React__namespace.createElement("g", { "data-name": "Group 1977", clipPath: "url(#team-grudge_svg__e)" },
166
+ React__namespace.createElement("path", { "data-name": "Path 2793", d: "M0 57.223c21.564 6.171 44.732 6.574 65.182-2.935 9.892-4.407 19.207-10.429 25.989-18.943 2.285-3.151 4.764-6.127 5.506-10.132.91-4.8.12-11.235-5.836-11.564a18.081 18.081 0 0 0-4.213.156 14.141 14.141 0 0 1 4.172-1.414c9.122-1.516 11.591 10.156 9.564 16.958C92.671 49.8 71.778 62.416 50.995 66.055A80.305 80.305 0 0 1 0 57.223", fill: "#ff0068" })))),
167
+ React__namespace.createElement("g", { "data-name": "Group 1982", opacity: 0.6 },
168
+ React__namespace.createElement("g", { "data-name": "Group 1981" },
169
+ React__namespace.createElement("g", { "data-name": "Group 1980", clipPath: "url(#team-grudge_svg__f)" },
170
+ React__namespace.createElement("path", { "data-name": "Path 2794", d: "M36.792 91.935C56.807 90.6 77.07 83.841 92.186 70.48c4.8-4.535 9-10.083 9.928-16.857A18.537 18.537 0 0 1 100.56 64c-9.567 21.163-42.121 31.644-63.768 27.935", fill: "#ffed00" })))),
171
+ React__namespace.createElement("g", { "data-name": "Group 1985", opacity: 0.6 },
172
+ React__namespace.createElement("g", { "data-name": "Group 1984" },
173
+ React__namespace.createElement("g", { "data-name": "Group 1983", clipPath: "url(#team-grudge_svg__g)" },
174
+ React__namespace.createElement("path", { "data-name": "Path 2795", d: "M61.288 100.858c10.053-3.234 20.179-7.244 28.266-14.11a57.97 57.97 0 0 0 10.84-13.63 23.042 23.042 0 0 0 2.565-6.55 12.3 12.3 0 0 1-.313 3.611C100.93 77.3 96.3 83.485 90.964 88.361c-8.385 6.986-19.049 10.747-29.676 12.5", fill: "#64e2ff" }))))))))); };
175
+
176
+ module.exports = SvgTeamGrudge;
177
+ //# sourceMappingURL=TeamGrudge.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TeamGrudge.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}