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