nzk-react-components 1.1.5 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/dist/cjs/icons/Ant.js +126 -0
  2. package/dist/cjs/icons/Ant.js.map +1 -0
  3. package/dist/cjs/icons/Bertie.js +190 -0
  4. package/dist/cjs/icons/Bertie.js.map +1 -0
  5. package/dist/cjs/icons/Claw.js +125 -0
  6. package/dist/cjs/icons/Claw.js.map +1 -0
  7. package/dist/cjs/icons/Doug.js +945 -0
  8. package/dist/cjs/icons/Doug.js.map +1 -0
  9. package/dist/cjs/icons/Eek.js +210 -0
  10. package/dist/cjs/icons/Eek.js.map +1 -0
  11. package/dist/cjs/icons/Guglum.js +220 -0
  12. package/dist/cjs/icons/Guglum.js.map +1 -0
  13. package/dist/cjs/icons/Heroes.js +94 -0
  14. package/dist/cjs/icons/Heroes.js.map +1 -0
  15. package/dist/cjs/icons/Maji.js +173 -0
  16. package/dist/cjs/icons/Maji.js.map +1 -0
  17. package/dist/cjs/icons/MrWhale.js +93 -0
  18. package/dist/cjs/icons/MrWhale.js.map +1 -0
  19. package/dist/cjs/icons/Nozza.js +932 -0
  20. package/dist/cjs/icons/Nozza.js.map +1 -0
  21. package/dist/cjs/icons/Panda.js +117 -0
  22. package/dist/cjs/icons/Panda.js.map +1 -0
  23. package/dist/cjs/icons/Ryan.js +255 -0
  24. package/dist/cjs/icons/Ryan.js.map +1 -0
  25. package/dist/cjs/icons/Sally.js +62 -0
  26. package/dist/cjs/icons/Sally.js.map +1 -0
  27. package/dist/cjs/icons/Sepatpus.js +1786 -0
  28. package/dist/cjs/icons/Sepatpus.js.map +1 -0
  29. package/dist/cjs/icons/Shell.js +882 -0
  30. package/dist/cjs/icons/Shell.js.map +1 -0
  31. package/dist/cjs/icons/Vincent.js +123 -0
  32. package/dist/cjs/icons/Vincent.js.map +1 -0
  33. package/dist/cjs/index.js +32 -0
  34. package/dist/cjs/index.js.map +1 -1
  35. package/dist/esm/icons/Ant.js +102 -0
  36. package/dist/esm/icons/Ant.js.map +1 -0
  37. package/dist/esm/icons/Bertie.js +166 -0
  38. package/dist/esm/icons/Bertie.js.map +1 -0
  39. package/dist/esm/icons/Claw.js +101 -0
  40. package/dist/esm/icons/Claw.js.map +1 -0
  41. package/dist/esm/icons/Doug.js +921 -0
  42. package/dist/esm/icons/Doug.js.map +1 -0
  43. package/dist/esm/icons/Eek.js +186 -0
  44. package/dist/esm/icons/Eek.js.map +1 -0
  45. package/dist/esm/icons/Guglum.js +196 -0
  46. package/dist/esm/icons/Guglum.js.map +1 -0
  47. package/dist/esm/icons/Heroes.js +70 -0
  48. package/dist/esm/icons/Heroes.js.map +1 -0
  49. package/dist/esm/icons/Maji.js +149 -0
  50. package/dist/esm/icons/Maji.js.map +1 -0
  51. package/dist/esm/icons/MrWhale.js +69 -0
  52. package/dist/esm/icons/MrWhale.js.map +1 -0
  53. package/dist/esm/icons/Nozza.js +908 -0
  54. package/dist/esm/icons/Nozza.js.map +1 -0
  55. package/dist/esm/icons/Panda.js +93 -0
  56. package/dist/esm/icons/Panda.js.map +1 -0
  57. package/dist/esm/icons/Ryan.js +231 -0
  58. package/dist/esm/icons/Ryan.js.map +1 -0
  59. package/dist/esm/icons/Sally.js +38 -0
  60. package/dist/esm/icons/Sally.js.map +1 -0
  61. package/dist/esm/icons/Sepatpus.js +1762 -0
  62. package/dist/esm/icons/Sepatpus.js.map +1 -0
  63. package/dist/esm/icons/Shell.js +858 -0
  64. package/dist/esm/icons/Shell.js.map +1 -0
  65. package/dist/esm/icons/Vincent.js +99 -0
  66. package/dist/esm/icons/Vincent.js.map +1 -0
  67. package/dist/esm/index.js +16 -0
  68. package/dist/esm/index.js.map +1 -1
  69. package/dist/icons/Ant.d.ts +3 -0
  70. package/dist/icons/Bertie.d.ts +3 -0
  71. package/dist/icons/Claw.d.ts +3 -0
  72. package/dist/icons/Doug.d.ts +3 -0
  73. package/dist/icons/Eek.d.ts +3 -0
  74. package/dist/icons/Guglum.d.ts +3 -0
  75. package/dist/icons/Heroes.d.ts +3 -0
  76. package/dist/icons/Maji.d.ts +3 -0
  77. package/dist/icons/MrWhale.d.ts +3 -0
  78. package/dist/icons/Nozza.d.ts +3 -0
  79. package/dist/icons/Panda.d.ts +3 -0
  80. package/dist/icons/Ryan.d.ts +3 -0
  81. package/dist/icons/Sally.d.ts +3 -0
  82. package/dist/icons/Sepatpus.d.ts +3 -0
  83. package/dist/icons/Shell.d.ts +3 -0
  84. package/dist/icons/Vincent.d.ts +3 -0
  85. package/dist/icons/index.d.ts +16 -0
  86. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Shell.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,123 @@
1
+ 'use strict';
2
+
3
+ var tslib = require('tslib');
4
+ var React = require('react');
5
+
6
+ function _interopNamespace(e) {
7
+ if (e && e.__esModule) return e;
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () {
16
+ return e[k];
17
+ }
18
+ });
19
+ }
20
+ });
21
+ }
22
+ n['default'] = e;
23
+ return Object.freeze(n);
24
+ }
25
+
26
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
+
28
+ var SvgVincent = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
29
+ React__namespace.createElement("path", { "data-name": "Path 3973", d: "M91.323 20.778a21.5 21.5 0 0 0-1.822 3.542 12.045 12.045 0 0 0 1.084 11.849 2.447 2.447 0 0 0-.35.948 3.65 3.65 0 0 0 .411 2.347 13.946 13.946 0 0 0 1.21 1.6c.3.387.444.864.7 1.244a65.285 65.285 0 0 1-.429 1.69c-.074.278-.142.557-.232.831a28.232 28.232 0 0 1-1.06 2.756q-.272.613-.569 1.213t-.63 1.2a31.16 31.16 0 0 1-1.04 1.715c-.064.1-.126.2-.192.3-.262.4-.544.78-.824 1.165-.016-.055-.034-.109-.051-.164-.091-.3-.184-.607-.28-.9s-.2-.587-.3-.876-.2-.581-.309-.861c-.13-.336-.267-.657-.4-.981-.2-.462-.4-.91-.608-1.348-.1-.211-.2-.424-.306-.63a26.696 26.696 0 0 0-.461-.858q-.15-.27-.3-.533c-.169-.287-.34-.571-.516-.846-.085-.134-.173-.261-.26-.391a22.231 22.231 0 0 0-2.143-2.738c-.051-.055-.1-.113-.153-.168a19.13 19.13 0 0 0-.957-.945c-.272-.253-.548-.5-.831-.731l-.032-.025a18.124 18.124 0 0 0-3-2 17.862 17.862 0 0 0-2.4-1.06 9.29 9.29 0 0 0 1.125-1.335 4.156 4.156 0 0 0 .836-2.4 3.036 3.036 0 0 0-.472-1.485c.567-.05 1.134-.1 1.7-.148a4.257 4.257 0 0 0 1.588-.355 2.412 2.412 0 0 0 1.154-1.462 3.011 3.011 0 0 0 .09-.379 3.12 3.12 0 0 0 .042-.387 3.2 3.2 0 0 0-.009-.387 3.644 3.644 0 0 0-.141-.718v-.018a4.525 4.525 0 0 0-.27-.673l-.009-.02a5.631 5.631 0 0 0-.375-.636l-.006-.01a7.315 7.315 0 0 0-.455-.6c-.019-.021-.036-.044-.055-.066-1.751-2.025-4.3-3.153-6.779-4.155a11.56 11.56 0 0 0-2.174-.709 12.06 12.06 0 0 0-2.93-.067 13.661 13.661 0 0 0-4.327.727c-1.572.628-3.135 1.278-4.7 1.917l-.38.155q-1.251-1.242-2.554-2.433t-2.672-2.34a3.709 3.709 0 0 0-.63-.453 1.514 1.514 0 0 0-.237-.1 2.481 2.481 0 0 0-1.587.155l-.057.023a9.347 9.347 0 0 0-1.152.496l-.049.023a10.994 10.994 0 0 0-1.171.69h-.006a10.88 10.88 0 0 0-2.185 1.945 1.339 1.339 0 0 0-.434 1.058 1.383 1.383 0 0 0 .612.758 28.858 28.858 0 0 0 5.183 3q-1.042.426-2.086.85c-1.37.559-2.742 1.118-4.074 1.764a34.685 34.685 0 0 0-9.721 7.021 13.347 13.347 0 0 0-2.67 3.707 7.409 7.409 0 0 0-.289.755c0 .016-.011.031-.016.047a6.459 6.459 0 0 0-.18.733 2.122 2.122 0 0 0-.021.115 5.546 5.546 0 0 0-.074.731v.113a5.146 5.146 0 0 0 .043.772 4.177 4.177 0 0 0 .259.938 3.16 3.16 0 0 0 .538.933 2.507 2.507 0 0 0 .509.447 3.3 3.3 0 0 0 1.873.463 6.3 6.3 0 0 0 .66-.044 9.731 9.731 0 0 0 1.793-.387c.112-.035.221-.081.331-.119a3.328 3.328 0 0 0-.1 1.66 3.2 3.2 0 0 0 2.086 2.3 41.013 41.013 0 0 0-4.1 5.148l-.011.018q-.4.6-.791 1.228c-.524.85-1.03 1.743-1.51 2.678a37.638 37.638 0 0 0-3.191 8.766c-.739-.458-1.483-.91-2.209-1.388-.406-.268-.837-.544-1.273-.826a27.358 27.358 0 0 1-3.2-2.341 10.037 10.037 0 0 1-1.523-1.653c-.053-.068-.11-.136-.158-.207a11.27 11.27 0 0 1-.369-.6c-.041-.07-.082-.148-.122-.22a20.464 20.464 0 0 1-.248-.452c-.051-.1-.1-.2-.153-.3a29.85 29.85 0 0 1-.224-.44l-.188-.378-.233-.473c-1.432-2.927-3.112-6.411-5.95-7.16a15.119 15.119 0 0 0-1.816-.359l-.171-.561-.551-1.68a3.538 3.538 0 0 0 1.1-2.218 8.317 8.317 0 0 0-.133-3.516 50.5 50.5 0 0 0-3.279 17.935c0 .751.025 1.5.057 2.241a2.178 2.178 0 0 1 .546.086c.786.255 1.128 1.148 1.438 1.915.137.337.3.663.463.989l-.006.008c.021.043.047.083.069.125a19.909 19.909 0 0 0 .67 1.171 15.918 15.918 0 0 0 .809 1.171c.1.134.2.27.3.4.273.344.555.681.85 1l.068.076.224.253c.926 1.038 1.817 2.1 2.805 3.079.279.28.564.555.866.817l.014.013c.251.219.512.433.776.645l.1.08a24.779 24.779 0 0 0 4.827 3.027l.025.011q.384.18.774.344.464.2.934.365a17.258 17.258 0 0 0 2.152.627c.4.088.808.164 1.214.219.021.149.042.3.065.444.077.482.163.959.265 1.425.034.152.073.3.109.451a25.384 25.384 0 0 0 .419 1.548c.013.042.024.087.038.13v-.012c.138.439.28.875.44 1.3q.3.787.645 1.539a24.322 24.322 0 0 0 1.56 2.862c.184.289.382.565.576.845v.013c.04.057.084.109.124.166.239.337.487.666.741.989.1.123.188.248.286.368.3.367.607.723.922 1.071.061.067.118.138.18.205.385.417.78.824 1.187 1.213s.834.769 1.264 1.134l.038.034c.669.567 1.36 1.1 2.066 1.6l-.2.159-.138.111-.25.2-.138.112-.155.129-.111.093-.138.115c-.1.083-.2.168-.3.255l-.12.1c-.115.1-.232.2-.349.307l-.081.07a32.287 32.287 0 0 0-4.122 4.372l-.018.023a23.38 23.38 0 0 0-.754 1.05 50.491 50.491 0 0 0 5.689 3.031 17.158 17.158 0 0 1 1.3-1.687 19.6 19.6 0 0 1 1.77-1.777c.166-.147.332-.287.5-.424.141-.117.281-.231.419-.34l.009-.008c.137-.107.272-.213.406-.313q.2-.153.4-.294c.131-.095.259-.185.385-.272q.19-.132.372-.252c.243-.16.473-.306.688-.437.537-.328.974-.563 1.256-.708l.164-.083a30.041 30.041 0 0 0 5.872 1.71c.146.027.289.046.433.07s.3.05.443.071c.344.049.683.091 1.016.124.123.012.241.018.362.029.229.019.457.036.682.047a21.308 21.308 0 0 0 1.019.022c.139 0 .279 0 .415-.005.218-.006.429-.018.639-.032.1-.007.2-.01.3-.019.287-.025.565-.06.836-.1.114-.017.223-.039.335-.06s.217-.035.321-.057v-.008c.119-.026.245-.045.359-.073.264-.066.541-.142.826-.223l.266-.078c.208-.061.42-.125.638-.194l.308-.1q.357-.116.729-.245c.08-.028.159-.054.24-.084q.486-.172 1-.368l.288-.114c.25-.1.5-.2.761-.307l.352-.149.083-.038.682-.3c.133-.059.266-.117.4-.179l.338-.158c.07-.032.141-.067.211-.1.147-.07.293-.138.442-.21.111-.054.222-.111.334-.166.3-.149.6-.3.9-.461.154-.08.309-.164.463-.248q.354-.19.711-.389c.166-.093.332-.186.5-.282q.371-.214.746-.44c.149-.09.3-.176.448-.269.084-.051.167-.106.251-.158.037-.023.074-.043.111-.067.249-.157.5-.314.749-.478.162-.106.325-.218.487-.327.233-.157.465-.315.7-.477a49.124 49.124 0 0 0 1.2-.873l.535-.4c.277-.216.553-.438.828-.662q.345-.282.686-.573c.236-.2.472-.4.705-.611.179-.159.356-.323.533-.486.2-.186.4-.373.6-.563.178-.172.356-.344.532-.52.206-.206.408-.417.611-.628.144-.151.291-.3.434-.451l.082.032.032.013a4.367 4.367 0 0 1 .246.115c.057.028.114.059.173.091.03.016.06.034.09.052.062.036.125.073.188.115.025.015.05.034.075.05a4.692 4.692 0 0 1 .655.539c.033.032.065.063.1.1a3.187 3.187 0 0 1 .277.328c.057.071.113.144.167.222.034.049.066.1.1.151a5.092 5.092 0 0 1 .366.661 5.624 5.624 0 0 1 .245.63 6.314 6.314 0 0 1 .172.656 7.4 7.4 0 0 1 .116.737c.079.733.2 1.581.339 2.486l.007.039q.093.589.2 1.207l.027.15c.035.2.071.393.107.591l.086.452.07.363q.087.444.18.889l.075.361c.289 1.358.61 2.687.944 3.851a50.608 50.608 0 0 0 6.042-4.147 84.597 84.597 0 0 0-.966-5.025l-.01-.043a60.814 60.814 0 0 0-.5-2.051 27.54 27.54 0 0 0-1.427-4.238 6.114 6.114 0 0 0-.575-.98 8.342 8.342 0 0 0-3.184-2.6c-.059-.029-.116-.053-.175-.081-.119-.056-.237-.11-.352-.159-.067-.029-.13-.054-.195-.08s-.113-.048-.166-.068a36.023 36.023 0 0 0 .906-1.455c.07-.119.139-.24.208-.36.119-.208.239-.416.354-.628.126-.229.246-.463.366-.7.1-.192.2-.384.294-.578.016-.033.035-.063.05-.095v-.008c.023-.048.045-.1.069-.147.114-.24.229-.48.338-.724.141-.313.274-.633.406-.954.088-.215.182-.427.267-.646q.273-.709.518-1.443l-.011.016c.253-.758.486-1.532.687-2.331q.229-.9.409-1.845c.048-.248.083-.5.125-.755.069-.4.138-.806.192-1.219.041-.306.07-.618.1-.929.039-.371.078-.743.106-1.121.025-.333.04-.672.056-1.011.01-.221.03-.436.036-.66l-.014-.012c.01-.335.03-.664.031-1 .078-.081.158-.162.242-.245.051-.05.116-.116.186-.188l.036-.037q.1-.108.234-.246l.013-.014c.115-.122.241-.259.381-.414a43 43 0 0 0 3.329-4.137q.321-.441.656-.919l.059-.082.046-.068c.4-.576.814-1.186 1.235-1.836l.058-.088c.385-.6.775-1.225 1.168-1.88l.142-.239q.51-.858 1.02-1.779l.141-.256q.486-.888.966-1.833c.023-.046.048-.09.071-.135l.043-.09q.6-1.188 1.177-2.46l.008-.018q.546-1.212 1.065-2.5l.04-.092c.016-.041.03-.084.047-.125q.5-1.25.958-2.567l.054-.144c.017-.044.022-.073.034-.108q.155-.45.305-.908a18.448 18.448 0 0 0 1.955.1 11.124 11.124 0 0 0 2.2-.225 50.758 50.758 0 0 0-16.039-21.889Z", opacity: 0.3 }),
30
+ React__namespace.createElement("path", { "data-name": "Path 3974", d: "m94.623 29.531-.018.076c-.25 1.007-.458 2.013-.781 3.005a30.9 30.9 0 0 1-2.4 5.477 33.812 33.812 0 0 1-5.731 7.531 23.522 23.522 0 0 1-3.3 2.831s-3.337 4.1 1.934 6.619 5.782 1.331 7.2-.062a66.725 66.725 0 0 0 14.544-25.359l1.015-8.163-.257-6.686-4.139-2.68-3.843 4.541-1.7 4.015c-.114.27 1.007 1.854 1.146 2.11a6.193 6.193 0 0 1 .919 3.173 1.959 1.959 0 0 1-.826 1.463c-.533.222-1.282-.348-1.681-.645a2.955 2.955 0 0 0-.695-.438.8.8 0 0 0-.783.082 1 1 0 0 0-.289.648c-.12.846-.121 1.633-.315 2.462Z", fill: "#a8ae65" }),
31
+ React__namespace.createElement("path", { "data-name": "Path 3975", d: "M85.322 45.985a21.862 21.862 0 0 1-2.926 2.466s-3.337 4.1 1.934 6.619 5.782 1.331 7.2-.062c.234-.23.666-.681 1.239-1.333Z", fill: "#71a161" }),
32
+ React__namespace.createElement("path", { "data-name": "Path 3976", d: "M97.124 48.015a70.489 70.489 0 0 0 4.309-7.193l-8.727-5.3q-.58 1.311-1.278 2.567a33.273 33.273 0 0 1-2.908 4.355Z", fill: "#71a161" }),
33
+ React__namespace.createElement("path", { "data-name": "Path 3977", d: "m105.428 30.639-10.754-1.383c-.017.092-.029.182-.051.275l-.018.076c-.226.912-.423 1.823-.7 2.723 1.211.725 2.893 1.688 4.556 2.492a48.124 48.124 0 0 0 4.917 1.948 67.357 67.357 0 0 0 2.355-6.1Z", fill: "#71a161" }),
34
+ React__namespace.createElement("path", { "data-name": "Path 3978", d: "M100.787 31.157c.01.146.046.324.186.369.2.064.335-.2.366-.407a5.112 5.112 0 0 0-.055-1.82c-.12-.557-.721-1.17-.768-.312a20.564 20.564 0 0 0 .271 2.17Z", fill: "#6e7428" }),
35
+ React__namespace.createElement("path", { "data-name": "Path 3979", d: "M90.822 52.051c-1.692-1.413-6.512-3.573-7.732-4.108-.228.175-.457.348-.694.508 0 0-3.337 4.1 1.934 6.619s5.782 1.331 7.2-.062a45.475 45.475 0 0 0 5.189-6.4 70.235 70.235 0 0 0 5.14-8.6q1.354-2.682 2.473-5.472.6-1.489 1.123-3.008c.187-.539.328-1.11.544-1.637a4.574 4.574 0 0 0 .474-1.07.717.717 0 0 0-.363-.762c-.321-.137-.674.067-.989.22a5.808 5.808 0 0 1-3.749.174 29.964 29.964 0 0 0-2.949-.666c-.751-.086-1.354-.127-1.822-.825a10.475 10.475 0 0 1-.767-1.825 5.153 5.153 0 0 0-1.324-1.846 11.621 11.621 0 0 1 1.127 3.688 1.871 1.871 0 0 0 .274.919 1.741 1.741 0 0 0 1.129.509c1.129.2 2.956.17 3.547 1.38a1.326 1.326 0 0 0 .272.471.879.879 0 0 0 .367.15l2.491.6c.443.107 1.131.336 1.182.882.037.4-.464 1.048-.652 1.4a62.807 62.807 0 0 1-1.749 3.069 92.572 92.572 0 0 1-3.835 5.794 115.308 115.308 0 0 1-7.841 9.898Z", opacity: 0.3 }),
36
+ React__namespace.createElement("path", { "data-name": "Path 3980", d: "M93.287 24.055a12.771 12.771 0 0 1-1.15-12.564c3.026-7.436 7.674-9.283 9.33-10.064s5.4-.852 10.552 3.189 9.5 10.367 6.713 17.13-6.519 8.772-10.849 8.8a19.188 19.188 0 0 1-14.596-6.491Z", fill: "#a3917f" }),
37
+ React__namespace.createElement("path", { "data-name": "Path 3981", d: "M92.434 23.434a12.772 12.772 0 0 1-1.15-12.564c3.026-7.436 7.674-9.283 9.33-10.064s5.4-.852 10.552 3.189 9.5 10.367 6.713 17.13-6.519 8.772-10.849 8.8a19.187 19.187 0 0 1-14.596-6.491Z", fill: "#d6c3ac" }),
38
+ React__namespace.createElement("path", { "data-name": "Path 3982", d: "M99.848 22.285a3 3 0 0 0 3.583.729 4.345 4.345 0 0 0 1.656-1.917 5.284 5.284 0 0 0 .687-3.231 2.647 2.647 0 0 0-2.162-2.258 2.975 2.975 0 0 0-1.551.342c-2.24 1.074-4.134 4.106-2.213 6.335Z", fill: "#c9b6a1" }),
39
+ React__namespace.createElement("path", { "data-name": "Path 3983", d: "M99.679 21.495a3 3 0 0 0 3.583.728 4.335 4.335 0 0 0 1.656-1.917 5.294 5.294 0 0 0 .687-3.231 2.646 2.646 0 0 0-2.162-2.258 2.983 2.983 0 0 0-1.551.342c-2.24 1.078-4.134 4.106-2.213 6.336Z", fill: "#a8ae65" }),
40
+ React__namespace.createElement("path", { "data-name": "Path 3984", d: "M99.679 21.495a3 3 0 0 0 3.583.728 4.335 4.335 0 0 0 1.656-1.917 5.294 5.294 0 0 0 .687-3.231 2.646 2.646 0 0 0-2.162-2.258 2.983 2.983 0 0 0-1.551.342c-2.24 1.078-4.134 4.106-2.213 6.336Z", fill: "#a8ae65" }),
41
+ React__namespace.createElement("path", { "data-name": "Path 3985", d: "M99.679 21.495a3 3 0 0 0 3.583.728 4.335 4.335 0 0 0 1.656-1.917 5.294 5.294 0 0 0 .687-3.231 2.646 2.646 0 0 0-2.162-2.258 2.983 2.983 0 0 0-1.551.342c-2.24 1.078-4.134 4.106-2.213 6.336Z", fill: "#a8ae65" }),
42
+ React__namespace.createElement("path", { "data-name": "Path 3986", d: "M99.679 21.495a3 3 0 0 0 3.583.728 4.335 4.335 0 0 0 1.656-1.917 5.294 5.294 0 0 0 .687-3.231 2.646 2.646 0 0 0-2.162-2.258 2.983 2.983 0 0 0-1.551.342c-2.24 1.078-4.134 4.106-2.213 6.336Z", opacity: 0.1 }),
43
+ React__namespace.createElement("path", { "data-name": "Path 3987", d: "M103.262 22.224a4.335 4.335 0 0 0 1.656-1.917 5.839 5.839 0 0 0 .731-2.65 2.781 2.781 0 0 0-3.948-1.9 5.085 5.085 0 0 0-2.614 2.5 3.188 3.188 0 0 0 .592 3.232 3 3 0 0 0 3.583.735Z", fill: "#a8ae65" }),
44
+ React__namespace.createElement("path", { "data-name": "Path 3988", d: "M103.046 22.315a70.896 70.896 0 0 0-2.4-1.212c-.52-.249-1.063-.529-1.619-.778a3.226 3.226 0 0 0 .65 1.17 3.023 3.023 0 0 0 3.369.82Z", fill: "#71a161" }),
45
+ React__namespace.createElement("path", { "data-name": "Path 3989", d: "M92.944 17.842a2.707 2.707 0 0 0 .911 1.277 3.2 3.2 0 0 0 2.022.42 2.573 2.573 0 0 0 .97-.193 2.931 2.931 0 0 0 .906-.793 3.73 3.73 0 0 0 1.137-2.118 3.315 3.315 0 0 0-.691-1.9 5.509 5.509 0 0 0-1.141-1.343 2.434 2.434 0 0 0-1.633-.575c-2.496.155-3.218 3.3-2.481 5.225Z", fill: "#c9b6a1" }),
46
+ React__namespace.createElement("path", { "data-name": "Path 3990", d: "M99.321 9.294a3.821 3.821 0 0 0 2.5 1.532 2.318 2.318 0 0 0 1.9-.306 2.257 2.257 0 0 0 .705-1.49 2.94 2.94 0 0 0-.039-1.126 3.216 3.216 0 0 0-.9-1.417 3.558 3.558 0 0 0-2.054-1.124c-2.025-.222-3.133 2.379-2.112 3.931Z", fill: "#c9b6a1" }),
47
+ React__namespace.createElement("path", { "data-name": "Path 3991", d: "M107.81 11.186a2.494 2.494 0 0 0 1.128 1.562 3.029 3.029 0 0 0 1.9.411 2.069 2.069 0 0 0 1.387-.65 1.728 1.728 0 0 0 .372-1.205 2.514 2.514 0 0 0-.424-1.205 3.3 3.3 0 0 0-1.608-1.287 2.385 2.385 0 0 0-1.222-.141 2.128 2.128 0 0 0-1.533 2.515Z", fill: "#c9b6a1" }),
48
+ React__namespace.createElement("path", { "data-name": "Path 3992", d: "M110.807 23.567a3.412 3.412 0 0 0 1.666 1.411 1.313 1.313 0 0 0 .863.066 1.123 1.123 0 0 0 .4-.248 1.646 1.646 0 0 0 .323-.414 2.824 2.824 0 0 0 .237-.647 10.2 10.2 0 0 0 .333-2.994 2.079 2.079 0 0 0-.095-.628 1.691 1.691 0 0 0-.283-.477 2.771 2.771 0 0 0-2.283-1.093 2.042 2.042 0 0 0-1.867 1.576 3.488 3.488 0 0 0-.036.575 5.257 5.257 0 0 0 .742 2.873Z", fill: "#c9b6a1" }),
49
+ React__namespace.createElement("path", { "data-name": "Path 3993", d: "M92.775 17.051a2.712 2.712 0 0 0 .91 1.278 3.217 3.217 0 0 0 2.023.42 2.556 2.556 0 0 0 .97-.194 2.92 2.92 0 0 0 .906-.792 3.727 3.727 0 0 0 1.137-2.119 3.315 3.315 0 0 0-.691-1.9 5.546 5.546 0 0 0-1.141-1.343 2.441 2.441 0 0 0-1.633-.575c-2.496.156-3.218 3.298-2.481 5.225Z", fill: "#6088b9" }),
50
+ React__namespace.createElement("path", { "data-name": "Path 3994", d: "M93.557 14.452a.385.385 0 0 1-.252-.526.815.815 0 0 1 .509-.412.6.6 0 0 1 .648.075.473.473 0 0 1-.124.645 1.365 1.365 0 0 1-.691.219c-.087.011-.002.01-.09-.001Z", fill: "#b6c8de" }),
51
+ React__namespace.createElement("path", { "data-name": "Path 3995", d: "M95.244 14.906c.159.1.363.133.492.269a1.5 1.5 0 0 1 .219.518.721.721 0 0 0 .435.437.493.493 0 0 0 .561-.191.7.7 0 0 0 .08-.3 1.468 1.468 0 0 0-.013-.39 1.739 1.739 0 0 0-.152-.426 1.949 1.949 0 0 0-.772-.927.918.918 0 0 0-1.029.075.656.656 0 0 0 .179.935Z", fill: "#b6c8de" }),
52
+ React__namespace.createElement("path", { "data-name": "Path 3996", d: "M96.287 13.477a3.433 3.433 0 0 1 1.4 1.3 4.005 4.005 0 0 0-.817-1.5 2.171 2.171 0 0 0-1.506-.739 1.5 1.5 0 0 0-1.4.826c.046-.1.379-.216.486-.238a2.195 2.195 0 0 1 .612 0 3.426 3.426 0 0 1 1.225.351Z", fill: "#29aae1" }),
53
+ React__namespace.createElement("path", { "data-name": "Path 3997", d: "M99.151 8.503a3.825 3.825 0 0 0 2.506 1.532 2.311 2.311 0 0 0 1.9-.306 2.259 2.259 0 0 0 .705-1.49 2.941 2.941 0 0 0-.039-1.126 3.213 3.213 0 0 0-.9-1.416 3.554 3.554 0 0 0-2.054-1.125c-2.031-.222-3.138 2.38-2.118 3.931Z", fill: "#83944b" }),
54
+ React__namespace.createElement("path", { "data-name": "Path 3998", d: "M100.195 6.865c.225-.148.249-.505.489-.628a.691.691 0 0 1 .3-.052c.152-.005.3-.012.455-.022a.574.574 0 0 0 .4-.138.394.394 0 0 0 .023-.435 1.152 1.152 0 0 0-.314-.335 1.274 1.274 0 0 0-.65-.346 1.932 1.932 0 0 0-1.4.936c-.18.392.121 1.398.697 1.02Z", fill: "#c5cdae" }),
55
+ React__namespace.createElement("path", { "data-name": "Path 3999", d: "M103.019 6.089c-.278-.474-1.094.07-.809.489a.474.474 0 0 0 .809-.489Z", fill: "#c5cdae" }),
56
+ React__namespace.createElement("path", { "data-name": "Path 4000", d: "M107.641 10.395a2.492 2.492 0 0 0 1.128 1.562 3.028 3.028 0 0 0 1.9.412 2.072 2.072 0 0 0 1.387-.65 1.731 1.731 0 0 0 .372-1.206 2.528 2.528 0 0 0-.424-1.205 3.293 3.293 0 0 0-1.608-1.286 2.378 2.378 0 0 0-1.222-.142 2.127 2.127 0 0 0-1.533 2.515Z", fill: "#eadd54" }),
57
+ React__namespace.createElement("path", { "data-name": "Path 4001", d: "M108.724 10.232a.516.516 0 0 0 .45-.118c.121-.11.189-.276.328-.361.257-.158.648.026.867-.182a.414.414 0 0 0 .022-.519.911.911 0 0 0-.461-.312 1.678 1.678 0 0 0-.4-.1 1.175 1.175 0 0 0-.941.316c-.332.335-.474 1.139.135 1.276Z", fill: "#f5efac" }),
58
+ React__namespace.createElement("path", { "data-name": "Path 4002", d: "M111.187 10.648a.423.423 0 0 0 .336-.108.473.473 0 0 0 .182-.324.555.555 0 0 0-.064-.264c-.127-.269-.627-.625-.794-.191-.096.256.034.829.34.887Z", fill: "#f5efac" }),
59
+ React__namespace.createElement("path", { "data-name": "Path 4003", d: "M110.638 22.776a3.414 3.414 0 0 0 1.666 1.412 1.312 1.312 0 0 0 .863.066 1.129 1.129 0 0 0 .4-.248 1.654 1.654 0 0 0 .324-.414 2.834 2.834 0 0 0 .237-.648 10.194 10.194 0 0 0 .333-2.993 2.081 2.081 0 0 0-.095-.629 1.7 1.7 0 0 0-.283-.476 2.769 2.769 0 0 0-2.283-1.094 2.043 2.043 0 0 0-1.867 1.576 3.548 3.548 0 0 0-.037.576 5.26 5.26 0 0 0 .742 2.872Z", fill: "#c45e58" }),
60
+ React__namespace.createElement("path", { "data-name": "Path 4004", d: "M113.148 22.516a.539.539 0 0 0 .142.351.378.378 0 0 0 .517-.042.494.494 0 0 0 .053-.541.214.214 0 0 0-.06-.079.255.255 0 0 0-.125-.04 2.431 2.431 0 0 0-.226-.02.339.339 0 0 0-.155.02c-.112.053-.137.2-.148.322", fill: "#e1b4b3" }),
61
+ React__namespace.createElement("path", { "data-name": "Path 4005", d: "M113.265 21.402c-.073-.212-.079-.443-.152-.655a1.276 1.276 0 0 0-.457-.6c-.159-.118-.352-.216-.431-.4a.492.492 0 0 1 .17-.564.7.7 0 0 1 .6-.094 1.266 1.266 0 0 1 .534.329 2.21 2.21 0 0 1 .627 1.961c-.104.587-.711.545-.891.023Z", fill: "#e1b4b3" }),
62
+ React__namespace.createElement("path", { "data-name": "Path 4006", d: "M112.031 18.715c.359-.007.715.06 1.073.084a1.781 1.781 0 0 0-.734-.48 1.182 1.182 0 0 0-.864.041 1.446 1.446 0 0 0-.632.864 2.464 2.464 0 0 1 .648-.433 1.865 1.865 0 0 1 .509-.076Z", fill: "red" }),
63
+ React__namespace.createElement("path", { "data-name": "Path 4007", d: "M93.787 28.619a15.011 15.011 0 0 1-1.283-1.69 3.879 3.879 0 0 1-.436-2.489 2.413 2.413 0 0 1 .525-1.215 1.388 1.388 0 0 1 1.19-.491 2.007 2.007 0 0 1 1.265.991 16.475 16.475 0 0 1 1.821 4.217.978.978 0 0 1 0 .879c-.253.335-.771.207-1.186.271-.6.091-.667.691-1.126.889-.295-.409-.451-.938-.77-1.362Z", fill: "#a8ae65" }),
64
+ React__namespace.createElement("path", { "data-name": "Path 4008", d: "M19.354 49.715c-1.993-2.993-3.814-9.535-7.938-10.624s-8.4-.461-8.134 1.83.949 2.793.949 2.793a2.364 2.364 0 0 0-.435 3.019 3.041 3.041 0 0 0 2.086 4.884 4.942 4.942 0 0 1 1.035.122c.834.271 1.2 1.217 1.525 2.03a17.567 17.567 0 0 0 3.348 5.162 51.686 51.686 0 0 0 4.216 4.494c3.375 2.929 7.863 5.413 12.379 5.737a4.81 4.81 0 0 0 2.941-.583 4.44 4.44 0 0 0 1.795-2.922 13.956 13.956 0 0 0-.075-4.466 5.038 5.038 0 0 0-.4-1.663c-.509-1.012-2.1-1.58-3.066-2.16q-1.871-1.126-3.7-2.323c-2.213-1.459-5.023-3.073-6.526-5.33Z", fill: "#a8ae65" }),
65
+ React__namespace.createElement("path", { "data-name": "Path 4009", d: "M19.354 49.715a28.327 28.327 0 0 1-1.637-3.047 38.533 38.533 0 0 0-8.791 8.159 18.416 18.416 0 0 0 2.864 4.1c.1.115.206.233.309.349l7.648-9.043c-.133-.17-.273-.339-.393-.518Z", fill: "#71a161" }),
66
+ React__namespace.createElement("path", { "data-name": "Path 4010", d: "M14.406 61.855a21.7 21.7 0 0 0 1.6 1.57c.561.487 1.156.96 1.774 1.415.958-.881 5.535-5.22 7.909-9.919a38.96 38.96 0 0 1-4.552-3.234 65.221 65.221 0 0 1-6.731 10.168Z", fill: "#71a161" }),
67
+ React__namespace.createElement("path", { "data-name": "Path 4011", d: "M29.887 57.545c-3.18 2.165-7.354 7.037-9.133 9.2a20.616 20.616 0 0 0 5.417 2.089 74.073 74.073 0 0 0 6.25-9.633 8.4 8.4 0 0 0-2.534-1.656Z", fill: "#71a161" }),
68
+ React__namespace.createElement("path", { "data-name": "Path 4012", d: "M11.787 58.931a51.827 51.827 0 0 0 4.216 4.494c3.375 2.929 7.863 5.413 12.379 5.737a4.81 4.81 0 0 0 2.941-.583 3.535 3.535 0 0 0 .991-.974q-.85-.328-1.7-.651c-.345-.132-1.053-.14-1.273-.431a1.313 1.313 0 0 1-.2-.743 9.758 9.758 0 0 1 .186-2.185 19.32 19.32 0 0 1 1.524-4.771 6.712 6.712 0 0 0-3.659 2.523 13.367 13.367 0 0 1-1.549 1.981c-1.927 1.822-4.349.169-6.331-.788a35.778 35.778 0 0 1-5.154-3.013 23.74 23.74 0 0 1-4.5-4.048 7.192 7.192 0 0 1-1.219-1.71 17.567 17.567 0 0 0 3.348 5.162Z", opacity: 0.3 }),
69
+ React__namespace.createElement("path", { "data-name": "Path 4013", d: "M8.424 52.136a8.589 8.589 0 0 0 2.628 4.206c.115.1.289.2.4.1a.332.332 0 0 0 .063-.3 14.462 14.462 0 0 0-1.986-5.724c-.283-.466-1.13-.941-1.543-.291-.268.429.311 1.538.438 2.009Z", opacity: 0.3 }),
70
+ React__namespace.createElement("path", { "data-name": "Path 4014", d: "M11.687 46.553s1.56 6.53 1.816 7.69.966 3.663-.089 4.284-3.625-5.3-3.625-5.3l-1.028-3.419a2.905 2.905 0 0 0-.469-2.236c-.75-.844.578-1.073.583-2.051a2.332 2.332 0 0 0-.456-1.5l.963-1.328s-.376-1.7-.747-1.676a32.818 32.818 0 0 1-3.55-1.285l-1.027-2.737 4.126-2.3 1.121 3.414 1.2 3.938a10.025 10.025 0 0 0-1.333 1.6c-.235.5-.756 2.349.515 2.694s1.857-.404 2 .212Z", fill: "#d6c3ac" }),
71
+ React__namespace.createElement("path", { "data-name": "Path 4015", d: "M13.418 58.524c1.055-.621.345-3.124.089-4.284l-.084-.372a11.135 11.135 0 0 0-2.9.921c.843 1.708 2.199 4.147 2.895 3.735Z", fill: "#f0df55" }),
72
+ React__namespace.createElement("path", { "data-name": "Path 4016", d: "M6.501 40.299c-.608-2.1-.994-3.517-.994-3.517a4.347 4.347 0 0 0-.253-.446l-1.192.663 1.027 2.737s.66.271 1.412.563Z" }),
73
+ React__namespace.createElement("path", { "data-name": "Path 4017", d: "M13.418 58.524c-1.245-.78-3.324-6.594-5.039-12.015-.279.319-.5.6-.083 1.062a2.9 2.9 0 0 1 .469 2.235l1.028 3.42s2.57 5.921 3.625 5.298Z" }),
74
+ React__namespace.createElement("path", { "data-name": "Path 4018", d: "M6.975 37.201a3.556 3.556 0 0 0 2.921-3.218c.285-1.942.263-4.482-1.5-5.739-.664-.473-1.472-.717-2.126-1.2a1.821 1.821 0 0 1-.777-2.113c.124-.249.34-.471.346-.749a.183.183 0 0 0-.032-.121.21.21 0 0 0-.153-.056c-1.19-.069-2.612 1.382-3.307 2.261a10.266 10.266 0 0 0-2.01 5.453c-.55 5.905 4.13 6.065 6.638 5.482Z", fill: "#1a2a14" }),
75
+ React__namespace.createElement("path", { "data-name": "Path 4019", d: "M8.395 28.244c-.664-.473-1.472-.717-2.126-1.2a1.821 1.821 0 0 1-.777-2.113c.124-.249.34-.471.346-.749a.178.178 0 0 0-.032-.121.21.21 0 0 0-.153-.056c-1.19-.069-2.612 1.382-3.307 2.261a10.078 10.078 0 0 0-1.959 5.058 2.912 2.912 0 0 0 .343.11 4.086 4.086 0 0 0 1.059.088 3.856 3.856 0 0 0 1.478-.258 1.681 1.681 0 0 0 .99-1.069 2.645 2.645 0 0 0 .747 1.957c1.559 1.431 3.259-.9 2.833-2.435a1.057 1.057 0 0 0 1.286-.109 1.428 1.428 0 0 0 .249-.285 3.4 3.4 0 0 0-.977-1.079Z", fill: "#c45e58" }),
76
+ React__namespace.createElement("path", { "data-name": "Path 4020", d: "M.994 33.441a2.075 2.075 0 0 0 .064.564 1.441 1.441 0 0 0 .812 1.117 1.011 1.011 0 0 0 1.039-.325 1.47 1.47 0 0 0 .317-1.077 1.662 1.662 0 0 0-.082-.408c-.405-1.188-2.078-1.331-2.15.129Z", fill: "#c45e58" }),
77
+ React__namespace.createElement("path", { "data-name": "Path 4021", d: "M8.447 32.389a1.116 1.116 0 0 0-.36.871 12.059 12.059 0 0 1-1.113 3.9 16.661 16.661 0 0 0-.21-3c-.035-.219-.19-.5-.392-.414l-.063 3.586c.234-.035.458-.078.666-.126a4.612 4.612 0 0 0 .832-.285 13.052 13.052 0 0 0 .754-4.154.453.453 0 0 0-.114-.378Z", fill: "#434f3e" }),
78
+ React__namespace.createElement("path", { "data-name": "Path 4022", d: "M4.114 34.617c-.052-.09-.124-.193-.229-.191-.176 0-.193.262-.143.431a6.734 6.734 0 0 0 1.16 2.264 3.315 3.315 0 0 0 .279.3c.256-.005.509-.021.752-.047a30.918 30.918 0 0 1-1.819-2.757Z", fill: "#434f3e" }),
79
+ React__namespace.createElement("path", { "data-name": "Path 4023", d: "M9.649 42.455a1.692 1.692 0 0 0-.667-1.145 6.709 6.709 0 0 0-3.507-1.654.409.409 0 0 0-.386.08.288.288 0 0 0 .078.386.911.911 0 0 0 .409.146 7.775 7.775 0 0 1 1.951.65 3.029 3.029 0 0 1 1.11.825 1.379 1.379 0 0 1 .246 1.311c-.279.7-1.182.9-1.938.87a6.993 6.993 0 0 1-3.515-1.118l.592.766-.181.414c1.35.744 3.008.491 4.526.218-.271.542.331 1.175.2 1.766-.123.532-.759.748-1.3.808a7.178 7.178 0 0 1-3.785-.622.648.648 0 0 1 .131.9 14.248 14.248 0 0 0 2.706.476 7.682 7.682 0 0 1 1.205.083 1.514 1.514 0 0 1 1 .617.856.856 0 0 1-.13 1.1 1.364 1.364 0 0 1-.83.2l-1.533.033a.852.852 0 0 0-.466.1.292.292 0 0 0-.087.416.425.425 0 0 0 .306.09l1.418.04a2.283 2.283 0 0 0 2.081-.889 1.267 1.267 0 0 0 .187-.4 1.09 1.09 0 0 0-.155-1.048 2.391 2.391 0 0 0-.76-.407.494.494 0 0 1-.2-.149c-.1-.149.031-.344.118-.47l.548-.793a2.186 2.186 0 0 0 1.657.661 4.814 4.814 0 0 0 1.776-.431 4.212 4.212 0 0 0 .942 2.037.9.9 0 0 0 .444.327.359.359 0 0 0 .441-.237c.043-.242-.231-.4-.438-.533a1.722 1.722 0 0 1-.768-1.58c.021-.217.074-.466-.07-.628-.2-.217-.547-.085-.811.039a3.037 3.037 0 0 1-2.025.3 1.362 1.362 0 0 1-.941-.776 1.853 1.853 0 0 1-.1-.731 2.228 2.228 0 0 1 .175-.839 2.613 2.613 0 0 1 1.323-1.113 4.146 4.146 0 0 1 1.615-.537c.258-.014.957-.066.746-.523-.142-.308-.773-.2-1.029-.163a3.956 3.956 0 0 0-2.309 1.127Z", fill: "#6e7428" }),
80
+ React__namespace.createElement("path", { "data-name": "Path 4024", d: "M88.469 99.291s.945 2.173 7.607 1.817 9.01-5.057 8.1-8.149-5.57-5.227-10.406.817-5.301 5.515-5.301 5.515Z", fill: "#1d2f16" }),
81
+ React__namespace.createElement("path", { "data-name": "Path 4025", d: "M80.966 79.672s3.442.548 3.919 4.953 2.166 12.606 3.584 14.666 5.665-3.013 5.283-5.984-1.648-10.327-3.382-14.108-6.592-4.715-6.592-4.715-5.071 3.014-2.812 5.188Z", fill: "#71a161" }),
82
+ React__namespace.createElement("path", { "data-name": "Path 4026", d: "m93.701 92.924-6 4.745a7.843 7.843 0 0 0 .772 1.621c1.418 2.059 5.664-3.013 5.282-5.984-.018-.116-.036-.251-.054-.382Z", fill: "#a8ae65" }),
83
+ React__namespace.createElement("path", { "data-name": "Path 4027", d: "M92.881 88.074a70.117 70.117 0 0 0-1-4.381 11.957 11.957 0 0 0-6.639 3.568 83.127 83.127 0 0 0 1.079 5.572 39.173 39.173 0 0 1 6.56-4.759Z", fill: "#a8ae65" }),
84
+ React__namespace.createElement("path", { "data-name": "Path 4028", d: "M83.778 74.484s-5.071 3.014-2.812 5.188a4.85 4.85 0 0 1 3.354 2.808 14.262 14.262 0 0 1 5.441-4.319c-2.05-2.912-5.983-3.677-5.983-3.677Z", fill: "#a8ae65" }),
85
+ React__namespace.createElement("path", { "data-name": "Path 4029", d: "M89.311 96.396c-.038-.864-3.116-15.924-4.169-17.725s1.821-2.955 1.821-2.955l.006-.005a11.823 11.823 0 0 0-3.191-1.227s-5.071 3.014-2.812 5.188c0 0 3.442.548 3.919 4.953s2.166 12.606 3.585 14.666c.432.628 1.128.59 1.876.153a14.691 14.691 0 0 1-1.035-3.048Z", opacity: 0.3 }),
86
+ React__namespace.createElement("path", { "data-name": "Path 4030", d: "M29.163 101.167a16.612 16.612 0 0 1 1.134-3.651c2.99-6.51 11-11.742 11-11.742s6.463 1.761 4.829 5.3c0 0-7.842 3.536-10.275 10.988a53.9 53.9 0 0 0-.877 2.956Z", fill: "#a8ae65" }),
87
+ React__namespace.createElement("path", { "data-name": "Path 4031", d: "M41.301 85.774a41.7 41.7 0 0 0-4.823 3.831 4.229 4.229 0 0 1 .5.224 11.473 11.473 0 0 1 1.94 1.351 19.069 19.069 0 0 1 2.649 2.865 22.354 22.354 0 0 1 4.56-2.974c1.637-3.536-4.826-5.297-4.826-5.297Z", fill: "#71a161" }),
88
+ React__namespace.createElement("path", { "data-name": "Path 4032", d: "M35.354 94.246a14.917 14.917 0 0 1-1.877-1.545 21.32 21.32 0 0 0-3.18 4.815c-.13.282-.247.577-.359.877.056.063.112.126.172.185a6.9 6.9 0 0 0 3.8 1.761 14.644 14.644 0 0 0 2.565.143 17.042 17.042 0 0 1 2.694-4.1 25.738 25.738 0 0 1-3.815-2.136Z", fill: "#71a161" }),
89
+ React__namespace.createElement("path", { "data-name": "Path 4033", d: "M35.855 102.059c2.433-7.452 10.275-10.988 10.275-10.988 1.634-3.536-4.829-5.3-4.829-5.3a38.867 38.867 0 0 0-3.192 2.408c2.2.4 3.529 2.022 2.422 4.743a15.135 15.135 0 0 1-1.954 3.094 25.594 25.594 0 0 0-2.247 3.666c-.6 1.212-1.374 2.594-.97 3.971-.096-.329.39-1.274.495-1.594Z", opacity: 0.3 }),
90
+ React__namespace.createElement("path", { "data-name": "Path 4034", d: "M36.187 35.157c-.412-2.043 1.164-3.914 2.71-5.311a47.816 47.816 0 0 1 10.9-7.4c2.058-1.016 4.194-1.886 6.153-3.08 1.728-1.054 3.3-2.351 5.051-3.37a9.736 9.736 0 0 1 5.764-1.56 13.031 13.031 0 0 1 2.966.786l2.686.943a11.463 11.463 0 0 1 3.1 1.448 3.877 3.877 0 0 1 1.69 2.854 4.4 4.4 0 0 1-.887 2.547c-2.139 3.167-5.961 4.664-9.548 5.983l-14.4 5.292c-2.449.9-4.9 1.8-7.423 2.48a35.237 35.237 0 0 1-3.839.825 5.313 5.313 0 0 1-2.627.038 3.418 3.418 0 0 1-2.296-2.475Z", fill: "#1e3017" }),
91
+ React__namespace.createElement("path", { "data-name": "Path 4035", d: "M44.72 10.236a1.463 1.463 0 0 1-.649-.805 1.419 1.419 0 0 1 .46-1.122 11.581 11.581 0 0 1 4.9-3.372 2.643 2.643 0 0 1 1.684-.165 2.916 2.916 0 0 1 .918.588q2.886 2.42 5.56 5.079a1.677 1.677 0 0 1 .553.839 1.144 1.144 0 0 1-.5 1.064 3.365 3.365 0 0 1-1.138.472c-2.01.556-4.043 1.638-6.014.738a31.226 31.226 0 0 1-5.774-3.316Z", fill: "#223219" }),
92
+ React__namespace.createElement("path", { "data-name": "Path 4036", d: "M52.031 5.36a2.9 2.9 0 0 0-.918-.587 2.637 2.637 0 0 0-1.684.164 11.536 11.536 0 0 0-2.582 1.311c.193.054.363.1.486.149a35.721 35.721 0 0 1 8.789 5.376 6.4 6.4 0 0 0 1.192.76 1.974 1.974 0 0 0 .327-.191 1.144 1.144 0 0 0 .5-1.064 1.677 1.677 0 0 0-.553-.839q-2.667-2.657-5.557-5.079Z", fill: "#172914" }),
93
+ React__namespace.createElement("path", { "data-name": "Path 4037", d: "M78.507 18.734a4.52 4.52 0 0 0 1.684-.376 2.842 2.842 0 0 0 1.354-2.774 5.294 5.294 0 0 0-1.394-2.9c-1.857-2.146-4.557-3.343-7.188-4.405a12.276 12.276 0 0 0-2.306-.752 12.764 12.764 0 0 0-3.106-.071 14.516 14.516 0 0 0-4.588.771c-1.667.667-3.325 1.355-4.987 2.033l-9.972 4.065c-1.454.593-2.908 1.186-4.32 1.87a36.779 36.779 0 0 0-10.308 7.445c-1.959 2.017-3.788 4.609-3.4 7.394a3.466 3.466 0 0 0 1.384 2.457 4.035 4.035 0 0 0 2.686.445 13.8 13.8 0 0 0 6.985-3.3c1.024-.84 1.977-1.766 3-2.6a45.66 45.66 0 0 1 6.58-4.214 22.923 22.923 0 0 1 2.6-1.319 21.054 21.054 0 0 1 5.682-1.16c1.637-.183 3.167-.078 4.822-.156a45.469 45.469 0 0 0 7.8-1.575 53.255 53.255 0 0 1 6.992-.878Z", fill: "#223219" }),
94
+ React__namespace.createElement("path", { "data-name": "Path 4038", d: "M80.209 12.752a2.749 2.749 0 0 0 .268.608c.547.937 1.178 2.216.4 2.973-.68.662-1.792.249-2.687-.064-4.2-1.471-8.813.256-13.253-.022a26.516 26.516 0 0 0-3.412-.2 12.21 12.21 0 0 0-4.128 1.228c-8.3 3.736-15.665 9.871-24.6 11.59a2.306 2.306 0 0 1-1.48-.058 1.2 1.2 0 0 1-.771-1.241 6.3 6.3 0 0 0-.569 3.464 3.466 3.466 0 0 0 1.384 2.457 4.035 4.035 0 0 0 2.686.445 13.8 13.8 0 0 0 6.985-3.3c1.024-.84 1.977-1.766 3-2.6a45.66 45.66 0 0 1 6.58-4.214 22.923 22.923 0 0 1 2.6-1.319 21.054 21.054 0 0 1 5.682-1.16c1.637-.183 3.167-.078 4.822-.156a45.469 45.469 0 0 0 7.8-1.575 53.255 53.255 0 0 1 6.989-.867 4.52 4.52 0 0 0 1.684-.376 2.843 2.843 0 0 0 1.354-2.773 5.229 5.229 0 0 0-1.334-2.84Z", fill: "#172914" }),
95
+ React__namespace.createElement("path", { "data-name": "Path 4039", d: "M47.262 30.335s-18.627 10.2-20.018 32.936 22.617 32.2 32.5 29.721 34.457-14.6 31.233-42.764-22.79-33.404-43.715-19.893Z", fill: "#6e9d5c" }),
96
+ React__namespace.createElement("path", { "data-name": "Path 4040", d: "M56.196 75.417s-2.448-7.909-5.712-19.925c-3.238-11.919-1.949-25.735-1.927-25.959-.431.264-.862.522-1.295.8a29.035 29.035 0 0 0-3.013 2.011l.838 5.02s2.7 17.229 3.278 22.417 2.835 18.267 3.506 24.285a57.839 57.839 0 0 1 .285 8.917 19.247 19.247 0 0 0 7.212.093c-.881-6.233-3.172-17.659-3.172-17.659Z", fill: "#a0a95f" }),
97
+ React__namespace.createElement("path", { "data-name": "Path 4041", d: "M40.102 35.874q-.547.525-1.107 1.1l.722 12.05.611 14.97s-1 9.62-.851 15.321a61.458 61.458 0 0 0 1.071 9.114 33.974 33.974 0 0 0 3.439 1.895 47.785 47.785 0 0 1 .941-7.125c.924-3.973-.182-10.88-1.01-19.4s-2.263-16.339-3.251-21.84a39.453 39.453 0 0 1-.565-6.085Z", fill: "#a0a95f" }),
98
+ React__namespace.createElement("path", { "data-name": "Path 4042", d: "M37.064 65.109c-.181-5.239-1.649-19.589-2.132-23.3a41.516 41.516 0 0 0-3.326 5.415c.727 4.552 1.743 11.328 2.275 14.738.822 5.27-1.162 14.021-1.162 14.021s-.491 2.22-.892 4.262a28.554 28.554 0 0 0 5.028 5.492c.089-3.466.382-15.589.209-20.628Z", fill: "#a0a95f" }),
99
+ React__namespace.createElement("path", { "data-name": "Path 4043", d: "M28.717 54.585a41.023 41.023 0 0 0-1.473 8.686 27.536 27.536 0 0 0 1.167 10.032 75.962 75.962 0 0 0 1.028-11 53.846 53.846 0 0 0-.722-7.718Z", fill: "#a0a95f" }),
100
+ React__namespace.createElement("path", { "data-name": "Path 4044", d: "M87.193 52.836c-3.451-2.891-8.85-12.52-10.43-15.893-1.1-2.348-4.854-9.513-7.033-13.65a24.911 24.911 0 0 0-4.257.053c.987 2.046 2.269 4.506 2.269 4.506s5.514 13.794 5.743 14.291 3.538 5.551 5.182 7.8 7.869 9.809 8.77 10.807c.48.531 1.7 2.169 2.726 3.585a36.911 36.911 0 0 0 1.089-8 215.19 215.19 0 0 0-4.059-3.499Z", fill: "#a0a95f" }),
101
+ React__namespace.createElement("path", { "data-name": "Path 4045", d: "M77.671 25.551a36.653 36.653 0 0 0 5.577 10.83c3.355 4.534 5.664 7.412 6.968 8.984-2.049-10.114-6.548-16.624-12.545-19.814Z", fill: "#a0a95f" }),
102
+ React__namespace.createElement("path", { "data-name": "Path 4046", d: "M87.753 70.951c-.01-.026-.906-2.475-4.686-7.714-3.8-5.268-9.048-11.734-9.048-11.734s-6-6.394-8.033-11.645c-1.387-3.585-4.131-10.9-5.78-15.529a39.091 39.091 0 0 0-4.468 1.534c1.306 2.716 3.071 6.435 3.328 7.222.415 1.271 4.995 12.09 5.495 14.176s5.57 10.8 5.57 10.8 5.226 13.974 6.256 15.051c.776.811 4.06 4.52 5.636 6.3a36.6 36.6 0 0 0 5.73-8.461Z", fill: "#a0a95f" }),
103
+ React__namespace.createElement("path", { "data-name": "Path 4047", d: "M69.262 80.67s-6.341-14.479-6.545-14.871-5.861-12.939-7.028-18.727-4.4-15.276-4.4-15.276l4.01 19.782s3.366 12.985 6.35 26.392a75.146 75.146 0 0 0 3.824 13.051 50.336 50.336 0 0 0 7.025-3.672Z", fill: "#a0a95f" }),
104
+ React__namespace.createElement("path", { "data-name": "Path 4048", d: "M79.353 35.524q1.505 2.187 2.824 4.492c.4.688.886 1.462 1.672 1.567a1.61 1.61 0 0 0 1.431-.661 3.071 3.071 0 0 0 .553-1.534c.335-2.8-1.389-5.423-3.3-7.5a23.85 23.85 0 0 0-4.749-4.056c-1.164-.736-2.752-1.321-3.838-.473-1.628 1.272-.385 3.308 1.027 4.014a11.616 11.616 0 0 1 4.38 4.151Z", fill: "#fff", opacity: 0.5 }),
105
+ React__namespace.createElement("path", { "data-name": "Path 4049", d: "M82.83 45.818a6.668 6.668 0 0 0-.1 2.244 2.443 2.443 0 0 0 .544 1.562 1.928 1.928 0 0 0 2.39-.063 5.147 5.147 0 0 0 1.827-2.974 4.216 4.216 0 0 0 .124-2.028 2 2 0 0 0-1.269-1.493c-1.491-.456-3.183 1.458-3.516 2.752Z", fill: "#fff", opacity: 0.5 }),
106
+ React__namespace.createElement("path", { "data-name": "Path 4050", d: "M42.587 43.659a5.235 5.235 0 0 0 1.364 2.75 3.8 3.8 0 0 0 2.795 1.166c.326-.012.648-.073.973-.109a5.122 5.122 0 0 0 1.121-.172 3.665 3.665 0 0 0 1.412-1.1 13.566 13.566 0 0 0 .943-1.1 5.9 5.9 0 0 0 1.181-3.271 4.73 4.73 0 0 0-1.124-3.259 6.733 6.733 0 0 0-1.765-1.345 4.274 4.274 0 0 0-2.159-.7 5.22 5.22 0 0 0-3.981 2.817 6.532 6.532 0 0 0-.76 4.323Z", fill: "#4d633a" }),
107
+ React__namespace.createElement("path", { "data-name": "Path 4051", d: "M43.387 40.287a6.179 6.179 0 0 0 .168 4.1 3.87 3.87 0 0 0 3.211 2.692 4.748 4.748 0 0 0 2.939-1.332 5.843 5.843 0 0 0 2.156-2.814 4.227 4.227 0 0 0-.1-2.344 5.327 5.327 0 0 0-2.253-2.953c-2.591-1.588-5.248-.078-6.121 2.651Z", fill: "#913d2d" }),
108
+ React__namespace.createElement("path", { "data-name": "Path 4052", d: "M51.755 40.588a5.329 5.329 0 0 0-2.252-2.953c-2.586-1.587-5.243-.077-6.12 2.651a6.182 6.182 0 0 0 .168 4.1c.03.077.07.151.1.227a3.449 3.449 0 0 0 2.7 1.394 5.681 5.681 0 0 0 3.18-1.36 6.192 6.192 0 0 0 2.385-2.757c.021-.064.027-.129.044-.193a4.948 4.948 0 0 0-.205-1.109Z", fill: "#a44834" }),
109
+ React__namespace.createElement("path", { "data-name": "Path 4053", d: "M47.22 41.133a1.7 1.7 0 0 0-.762 1.58.859.859 0 0 0 .206.511.761.761 0 0 0 .962.021 1.681 1.681 0 0 0 .555-.871 1.027 1.027 0 0 0-.141-1.126 1.1 1.1 0 0 0-.742-.153", fill: "#590f06" }),
110
+ React__namespace.createElement("path", { "data-name": "Path 4054", d: "M55.267 35.24a7.35 7.35 0 0 1 .829-1.326 6.583 6.583 0 0 1 2-1.461 7.086 7.086 0 0 1 3.571-1.073 6.555 6.555 0 0 1 2.85.967 6.655 6.655 0 0 1 1.6 1.5 4.726 4.726 0 0 1 1.154 2.1 6.33 6.33 0 0 1-.068 3.15 7.888 7.888 0 0 1-1.4 2.845 6.831 6.831 0 0 1-2.135 1.829 8.13 8.13 0 0 1-4.536.984 5.919 5.919 0 0 1-2.849-1.058 6.625 6.625 0 0 1-2.026-6.346 8.467 8.467 0 0 1 1.01-2.111Z", fill: "#4d633a" }),
111
+ React__namespace.createElement("path", { "data-name": "Path 4055", d: "M55.879 34.886a7.161 7.161 0 0 0-1.23 2.274 5.727 5.727 0 0 0 7.988 6.832 8.315 8.315 0 0 0 3.283-3.25 7.5 7.5 0 0 0 .864-1.866 5.475 5.475 0 0 0-2.059-5.71c-2.977-2.185-6.738-.982-8.846 1.72Z", fill: "#913d2d" }),
112
+ React__namespace.createElement("path", { "data-name": "Path 4056", d: "M62.209 42.762a8.777 8.777 0 0 0 3.47-3.434 7.956 7.956 0 0 0 .913-1.973 5.08 5.08 0 0 0 .176-1.127 5.565 5.565 0 0 0-2.043-3.062c-2.977-2.185-6.733-.982-8.846 1.72a7.142 7.142 0 0 0-1.23 2.274 5.821 5.821 0 0 0 .29 4.065 5.672 5.672 0 0 0 .677.7 6.2 6.2 0 0 0 6.593.837Z", fill: "#a44834" }),
113
+ React__namespace.createElement("path", { "data-name": "Path 4057", d: "M60.287 37.273a.732.732 0 0 0-1.336.145 1.687 1.687 0 0 0-.142.654 3.344 3.344 0 0 0 .1.781c.094.475.336 1.019.816 1.083a.873.873 0 0 0 .864-.609 2.193 2.193 0 0 0 .021-1.129 2.24 2.24 0 0 0-.323-.925Z", fill: "#590f06" }),
114
+ React__namespace.createElement("path", { "data-name": "Path 4058", d: "M50.726 46.224s1.223-.857 1.82-.049.25 1.388-.453 1.929-5.24 4.4-11.219 3.1-5.979-5.435-5.979-5.435.182-.623.642.26 3.68 4.248 7.82 3.421a20.566 20.566 0 0 0 7.369-3.226Z", fill: "#1b2b15" }),
115
+ React__namespace.createElement("path", { "data-name": "Path 4059", d: "M53.86 45.468a1.641 1.641 0 0 0 1.6 1.865c1.814.144 6.03 1.161 10.48-1.851s3.793-6.785 3.793-6.785-.268-.929-.55.132a10.02 10.02 0 0 1-6.351 6.116 12.608 12.608 0 0 1-6.976.044s-1.71-.765-1.996.479Z", fill: "#1b2b15" }),
116
+ React__namespace.createElement("path", { "data-name": "Path 4060", d: "M50.713 49.959a4.36 4.36 0 0 0 4.59 1.619A4.815 4.815 0 0 0 58.78 48.1a5.84 5.84 0 0 1 2.783 1.825c1.053 1.361 1.531 5.426-1.449 6.8s-6.925.165-9.161-2.315c-1.747-1.936-.24-4.451-.24-4.451Z", fill: "#913d2d" }),
117
+ React__namespace.createElement("path", { "data-name": "Path 4061", d: "M58.487 54.424c-3.447-.46-3.35 2.527-3.349 2.552a7.2 7.2 0 0 0 4.976-.253 4.044 4.044 0 0 0 2.255-3.814c-2.223-.585-3.882 1.515-3.882 1.515Z", fill: "#6e1709" }),
118
+ React__namespace.createElement("path", { "data-name": "Path 4062", d: "M56.006 53.924a1.907 1.907 0 0 1 .155-.781c.094-.245.21-.48.327-.715a1.326 1.326 0 0 1 .39-.534c.125-.087.329-.112.407.02a.4.4 0 0 1 .01.267 1.494 1.494 0 0 0 .05.816.867.867 0 0 0 .586.54.812.812 0 0 0 .674-.174 1.212 1.212 0 0 0 .4-1.03.934.934 0 0 0-.458-.679 2.078 2.078 0 0 1-.36-.2.285.285 0 0 1-.079-.367.33.33 0 0 1 .225-.1 2.142 2.142 0 0 1 .494.009 8.111 8.111 0 0 1 .824.107 5 5 0 0 1 .743.166 2.309 2.309 0 0 1 1.069.71c.824 1.087-.527 2.023-1.328 2.562-.34.228-.682.453-1.04.652a.769.769 0 0 1-.585.124 6.44 6.44 0 0 1-1.639-.4c-.461-.184-.834-.434-.865-.993Z", fill: "#3f0601" }),
119
+ React__namespace.createElement("path", { "data-name": "Path 4063", d: "M89.444 66.793c-3.982 6.367-18.56 15.585-26.1 17.833s-15.646 2.759-24.674-4.014-11.429-17.341-11.429-17.341c-1.39 22.732 22.617 32.2 32.5 29.721 7.682-1.926 24.202-9.66 29.703-26.199Z", opacity: 0.3 }),
120
+ React__namespace.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }))); };
121
+
122
+ module.exports = SvgVincent;
123
+ //# sourceMappingURL=Vincent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Vincent.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/cjs/index.js CHANGED
@@ -23,6 +23,7 @@ var AboutUs = require('./icons/AboutUs.js');
23
23
  var Achievements = require('./icons/Achievements.js');
24
24
  var Activities = require('./icons/Activities.js');
25
25
  var AdvancedTutoring = require('./icons/AdvancedTutoring.js');
26
+ var Ant = require('./icons/Ant.js');
26
27
  var Archive = require('./icons/Archive.js');
27
28
  var ArrowDown = require('./icons/ArrowDown.js');
28
29
  var ArrowLeft = require('./icons/ArrowLeft.js');
@@ -31,11 +32,13 @@ var ArrowUp = require('./icons/ArrowUp.js');
31
32
  var Audio = require('./icons/Audio.js');
32
33
  var Awards = require('./icons/Awards.js');
33
34
  var Bear = require('./icons/Bear.js');
35
+ var Bertie = require('./icons/Bertie.js');
34
36
  var CardSkills = require('./icons/CardSkills.js');
35
37
  var Challenges = require('./icons/Challenges.js');
36
38
  var Chart = require('./icons/Chart.js');
37
39
  var Checkmark = require('./icons/Checkmark.js');
38
40
  var Chest = require('./icons/Chest.js');
41
+ var Claw = require('./icons/Claw.js');
39
42
  var CloseCopy = require('./icons/CloseCopy.js');
40
43
  var Close = require('./icons/Close.js');
41
44
  var Collect = require('./icons/Collect.js');
@@ -45,6 +48,7 @@ var Controller = require('./icons/Controller.js');
45
48
  var Create = require('./icons/Create.js');
46
49
  var Customise = require('./icons/Customise.js');
47
50
  var Dictionary = require('./icons/Dictionary.js');
51
+ var Doug = require('./icons/Doug.js');
48
52
  var Download = require('./icons/Download.js');
49
53
  var Draft = require('./icons/Draft.js');
50
54
  var DrawingTask = require('./icons/DrawingTask.js');
@@ -65,6 +69,7 @@ var DrawingToolRedo = require('./icons/DrawingToolRedo.js');
65
69
  var DrawingToolSmallLine = require('./icons/DrawingToolSmallLine.js');
66
70
  var DrawingToolStickers = require('./icons/DrawingToolStickers.js');
67
71
  var DrawingToolUndo = require('./icons/DrawingToolUndo.js');
72
+ var Eek = require('./icons/Eek.js');
68
73
  var Egg = require('./icons/Egg.js');
69
74
  var Enclosure = require('./icons/Enclosure.js');
70
75
  var ExclamationGrey = require('./icons/ExclamationGrey.js');
@@ -82,8 +87,10 @@ var Games = require('./icons/Games.js');
82
87
  var Gift = require('./icons/Gift.js');
83
88
  var Giraffe = require('./icons/Giraffe.js');
84
89
  var Goals = require('./icons/Goals.js');
90
+ var Guglum = require('./icons/Guglum.js');
85
91
  var Heart = require('./icons/Heart.js');
86
92
  var Help = require('./icons/Help.js');
93
+ var Heroes = require('./icons/Heroes.js');
87
94
  var IdeaCreator = require('./icons/IdeaCreator.js');
88
95
  var Info = require('./icons/Info.js');
89
96
  var Instagram = require('./icons/Instagram.js');
@@ -94,21 +101,25 @@ var Link = require('./icons/Link.js');
94
101
  var List = require('./icons/List.js');
95
102
  var Lock = require('./icons/Lock.js');
96
103
  var Logout = require('./icons/Logout.js');
104
+ var Maji = require('./icons/Maji.js');
97
105
  var Megaphone = require('./icons/Megaphone.js');
98
106
  var Menu = require('./icons/Menu.js');
99
107
  var Message = require('./icons/Message.js');
100
108
  var Minus = require('./icons/Minus.js');
101
109
  var More = require('./icons/More.js');
110
+ var MrWhale = require('./icons/MrWhale.js');
102
111
  var MyHistory = require('./icons/MyHistory.js');
103
112
  var MyZoo = require('./icons/MyZoo.js');
104
113
  var New = require('./icons/New.js');
105
114
  var Notifications = require('./icons/Notifications.js');
115
+ var Nozza = require('./icons/Nozza.js');
106
116
  var NzktvBlue = require('./icons/NzktvBlue.js');
107
117
  var NzktvGreen = require('./icons/NzktvGreen.js');
108
118
  var OrbDisabled = require('./icons/OrbDisabled.js');
109
119
  var Orb = require('./icons/Orb.js');
110
120
  var Padlock = require('./icons/Padlock.js');
111
121
  var PaintBucket = require('./icons/PaintBucket.js');
122
+ var Panda = require('./icons/Panda.js');
112
123
  var Pdf = require('./icons/Pdf.js');
113
124
  var Pencil = require('./icons/Pencil.js');
114
125
  var Pending = require('./icons/Pending.js');
@@ -123,11 +134,15 @@ var Projects = require('./icons/Projects.js');
123
134
  var Refresh = require('./icons/Refresh.js');
124
135
  var Report = require('./icons/Report.js');
125
136
  var Rewards = require('./icons/Rewards.js');
137
+ var Ryan = require('./icons/Ryan.js');
138
+ var Sally = require('./icons/Sally.js');
126
139
  var Sealion = require('./icons/Sealion.js');
127
140
  var Search = require('./icons/Search.js');
128
141
  var Send = require('./icons/Send.js');
142
+ var Sepatpus = require('./icons/Sepatpus.js');
129
143
  var Settings = require('./icons/Settings.js');
130
144
  var Sharing = require('./icons/Sharing.js');
145
+ var Shell = require('./icons/Shell.js');
131
146
  var Shop = require('./icons/Shop.js');
132
147
  var Shuffle = require('./icons/Shuffle.js');
133
148
  var SoundOff = require('./icons/SoundOff.js');
@@ -154,6 +169,7 @@ var Upload = require('./icons/Upload.js');
154
169
  var User = require('./icons/User.js');
155
170
  var Users = require('./icons/Users.js');
156
171
  var Video = require('./icons/Video.js');
172
+ var Vincent = require('./icons/Vincent.js');
157
173
  var Whatsapp = require('./icons/Whatsapp.js');
158
174
  var Wishlist = require('./icons/Wishlist.js');
159
175
  var WritingToolAlignCenter = require('./icons/WritingToolAlignCenter.js');
@@ -202,6 +218,7 @@ exports.AboutUs = AboutUs;
202
218
  exports.Achievements = Achievements;
203
219
  exports.Activities = Activities;
204
220
  exports.AdvancedTutoring = AdvancedTutoring;
221
+ exports.Ant = Ant;
205
222
  exports.Archive = Archive;
206
223
  exports.ArrowDown = ArrowDown;
207
224
  exports.ArrowLeft = ArrowLeft;
@@ -210,11 +227,13 @@ exports.ArrowUp = ArrowUp;
210
227
  exports.Audio = Audio;
211
228
  exports.Awards = Awards;
212
229
  exports.Bear = Bear;
230
+ exports.Bertie = Bertie;
213
231
  exports.CardSkills = CardSkills;
214
232
  exports.Challenges = Challenges;
215
233
  exports.Chart = Chart;
216
234
  exports.Checkmark = Checkmark;
217
235
  exports.Chest = Chest;
236
+ exports.Claw = Claw;
218
237
  exports.CloseCopy = CloseCopy;
219
238
  exports.Close = Close;
220
239
  exports.Collect = Collect;
@@ -224,6 +243,7 @@ exports.Controller = Controller;
224
243
  exports.Create = Create;
225
244
  exports.Customise = Customise;
226
245
  exports.Dictionary = Dictionary;
246
+ exports.Doug = Doug;
227
247
  exports.Download = Download;
228
248
  exports.Draft = Draft;
229
249
  exports.DrawingTask = DrawingTask;
@@ -244,6 +264,7 @@ exports.DrawingToolRedo = DrawingToolRedo;
244
264
  exports.DrawingToolSmallLine = DrawingToolSmallLine;
245
265
  exports.DrawingToolStickers = DrawingToolStickers;
246
266
  exports.DrawingToolUndo = DrawingToolUndo;
267
+ exports.Eek = Eek;
247
268
  exports.Egg = Egg;
248
269
  exports.Enclosure = Enclosure;
249
270
  exports.ExclamationGrey = ExclamationGrey;
@@ -261,8 +282,10 @@ exports.Games = Games;
261
282
  exports.Gift = Gift;
262
283
  exports.Giraffe = Giraffe;
263
284
  exports.Goals = Goals;
285
+ exports.Guglum = Guglum;
264
286
  exports.Heart = Heart;
265
287
  exports.Help = Help;
288
+ exports.Heroes = Heroes;
266
289
  exports.IdeaCreator = IdeaCreator;
267
290
  exports.Info = Info;
268
291
  exports.Instagram = Instagram;
@@ -273,21 +296,25 @@ exports.Link = Link;
273
296
  exports.List = List;
274
297
  exports.Lock = Lock;
275
298
  exports.Logout = Logout;
299
+ exports.Maji = Maji;
276
300
  exports.Megaphone = Megaphone;
277
301
  exports.Menu = Menu;
278
302
  exports.Message = Message;
279
303
  exports.Minus = Minus;
280
304
  exports.More = More;
305
+ exports.MrWhale = MrWhale;
281
306
  exports.MyHistory = MyHistory;
282
307
  exports.MyZoo = MyZoo;
283
308
  exports.New = New;
284
309
  exports.Notifications = Notifications;
310
+ exports.Nozza = Nozza;
285
311
  exports.NzktvBlue = NzktvBlue;
286
312
  exports.NzktvGreen = NzktvGreen;
287
313
  exports.OrbDisabled = OrbDisabled;
288
314
  exports.Orb = Orb;
289
315
  exports.Padlock = Padlock;
290
316
  exports.PaintBucket = PaintBucket;
317
+ exports.Panda = Panda;
291
318
  exports.Pdf = Pdf;
292
319
  exports.Pencil = Pencil;
293
320
  exports.Pending = Pending;
@@ -302,11 +329,15 @@ exports.Projects = Projects;
302
329
  exports.Refresh = Refresh;
303
330
  exports.Report = Report;
304
331
  exports.Rewards = Rewards;
332
+ exports.Ryan = Ryan;
333
+ exports.Sally = Sally;
305
334
  exports.Sealion = Sealion;
306
335
  exports.Search = Search;
307
336
  exports.Send = Send;
337
+ exports.Sepatpus = Sepatpus;
308
338
  exports.Settings = Settings;
309
339
  exports.Sharing = Sharing;
340
+ exports.Shell = Shell;
310
341
  exports.Shop = Shop;
311
342
  exports.Shuffle = Shuffle;
312
343
  exports.SoundOff = SoundOff;
@@ -333,6 +364,7 @@ exports.Upload = Upload;
333
364
  exports.User = User;
334
365
  exports.Users = Users;
335
366
  exports.Video = Video;
367
+ exports.Vincent = Vincent;
336
368
  exports.Whatsapp = Whatsapp;
337
369
  exports.Wishlist = Wishlist;
338
370
  exports.WritingToolAlignCenter = WritingToolAlignCenter;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,102 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgAnt = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "1em", height: "1em", viewBox: "0 0 120 120.004" }, props),
5
+ React.createElement("defs", null,
6
+ React.createElement("linearGradient", { id: "ant_svg__a", x1: -413.253, y1: -65.058, x2: -412.464, y2: -65.058, gradientUnits: "objectBoundingBox" },
7
+ React.createElement("stop", { offset: 0, stopColor: "#ff7100" }),
8
+ React.createElement("stop", { offset: 0.934, stopColor: "#c00001" }),
9
+ React.createElement("stop", { offset: 1, stopColor: "#c51401" })),
10
+ React.createElement("linearGradient", { id: "ant_svg__c", x1: -125.194, y1: -74.027, x2: -125.032, y2: -74.027, xlinkHref: "#ant_svg__a" }),
11
+ React.createElement("linearGradient", { id: "ant_svg__b", x1: 0.5, y1: 0.985, x2: 0.5, y2: 0.001, gradientUnits: "objectBoundingBox" },
12
+ React.createElement("stop", { offset: 0, stopColor: "#c51401" }),
13
+ React.createElement("stop", { offset: 0.036, stopColor: "#c00001" }),
14
+ React.createElement("stop", { offset: 1, stopColor: "#ff7100" })),
15
+ React.createElement("linearGradient", { id: "ant_svg__d", x1: -580.759, y1: -20.719, x2: -576.276, y2: -20.719, xlinkHref: "#ant_svg__a" }),
16
+ React.createElement("linearGradient", { id: "ant_svg__e", x1: 69.721, y1: -52.95, x2: 69.991, y2: -53.535, xlinkHref: "#ant_svg__b" }),
17
+ React.createElement("linearGradient", { id: "ant_svg__f", x1: 122.549, y1: -47.424, x2: 121.406, y2: -47.917, xlinkHref: "#ant_svg__b" })),
18
+ React.createElement("path", { fill: "none", d: "M0 0h120v120.004H0z" }),
19
+ React.createElement("path", { "data-name": "Path 3444", d: "M97.803 43.498c-.5-1.5-2.292-2.919-3.968-3.841-.107-.059-.211-.109-.316-.164s-.183-.1-.273-.141c-.119-.058-.232-.108-.348-.16-.079-.036-.161-.076-.238-.109-.116-.049-.223-.089-.332-.131-.071-.027-.146-.059-.214-.084-.107-.038-.2-.066-.3-.1-.061-.019-.128-.043-.186-.059-.1-.026-.181-.041-.268-.058-.049-.01-.1-.026-.149-.033a1.716 1.716 0 0 0-.216-.014c-.036 0-.08-.009-.112-.007a.526.526 0 0 0-.159.036c-.02.007-.049.007-.065.015a.193.193 0 0 0-.1.13c-.206.917-4.811 12.686-4.811 12.686-.41.329-1.058 1.309-1.313 4.2v.052l-.028.356-.009.13-.022.381c0 .045-.005.089-.007.135-.007.135-.012.274-.017.416v.134c0 .147-.008.3-.01.453v.755c0 .207 0 .419.006.638v.022c.011.69.037 1.44.082 2.256l.007.109c.013.232.027.467.043.709 0 .073.011.15.016.225.015.212.03.426.047.645l.021.263.054.647.028.312c.02.212.039.425.061.644l.034.348.068.656.041.376.077.68.047.4q.041.348.086.706l.052.417c.031.245.064.494.1.746l.057.426.108.781.064.45c.038.271.079.547.12.825l.066.447.136.884.07.449c.05.316.1.639.155.964l.067.416c.059.361.122.73.185 1.1l.056.333c.073.43.15.87.229 1.316l.031.181q.414 2.336.923 4.95v.012q.166.856.345 1.745l.041.2c.1.525.213 1.056.324 1.6l.084.4c.1.484.2.973.307 1.471.034.162.069.329.1.493.1.477.2.958.309 1.448l.12.552c.1.485.212.973.321 1.47l.126.567.339 1.523.057.253v-.005l.037.167c-3.735-1.187-12.446-2.532-32.75-2.572a.671.671 0 0 0-.227-.058 3.283 3.283 0 0 0-.482-1.058 12.034 12.034 0 0 0-2.6.292q-.417-.567-.87-1.132c-.19-.237-.384-.47-.578-.7l-.191-.226q-.3-.35-.594-.688l-.155-.175q-.243-.273-.481-.536l-.028-.03-.148-.163c-.2-.214-.387-.419-.573-.618l-.166-.177a190.64 190.64 0 0 0-.5-.524l-.064-.068-.478-.49-.133-.135-.392-.393-.092-.091-.245-.242-.084-.083-.187-.181-.057-.055-.025-.024-.021-.02v-2.347c2.153.453 4.313.386 5.2-.146a55.075 55.075 0 0 0 3.613-5c4.291-2.532 12.029-9.088 17.937-16.6a12.024 12.024 0 0 0 2.292-4.566l.015-.046a8.22 8.22 0 0 0 .254-1.509c0-.052.009-.1.013-.155.011-.139.017-.285.022-.438a11.705 11.705 0 0 0-.122-2.255c0-.022 0-.041-.007-.063v.006c0-.03-.011-.059-.016-.089 1.367-2.981 2.363-5.788 2.363-5.788-1.582-8.268-9.373-8.172-12.009-7.894a18.93 18.93 0 0 0-.655-.449 23 23 0 0 0-5.747-2.327c3.5-2.337 9.464-9.919 12.031-14.166 2.318-3.835 2.5-4.88 2.506-5.428a49.637 49.637 0 0 0 8.837.161q-2.217-1.207-4.564-2.2c-2.851.691-5.083 1.334-5.083 1.334s-.009.024-.018.056a3.876 3.876 0 0 0-1.565 1.061c-1.148 1.183-10.48 15.343-12.867 18.974a75.528 75.528 0 0 0-12.174-2.182c-.4-2.274-2.591-14.254-4.878-20.286q-1.67.591-3.281 1.294a26.085 26.085 0 0 0 .911 2.772c1.92 4.968 5.79 14 6.724 16.174a43.908 43.908 0 0 0-8.468-.054 12.845 12.845 0 0 0-2.039.146 9.872 9.872 0 0 0-6.8 4.313 46.923 46.923 0 0 0-4.456 4.406 10.005 10.005 0 0 0-.766.986l-.08.118a9.633 9.633 0 0 0-.631 1.092l-.009.021a10.116 10.116 0 0 0-.817 2.4c-.007.034-.02.065-.027.1s-.012.074-.018.11a5.657 5.657 0 0 0-.039.227q-.051.3-.087.6l-.006.051a11.367 11.367 0 0 0-.077 1.517v.201c0 .021.006.041.007.061.14 5.734 3.676 11.968 6.385 15.471.135.175.281.354.434.534l.142.164c.111.127.224.255.342.385l.18.193a23.633 23.633 0 0 0 .551.569q.186.188.379.376l.2.2c.14.134.284.269.429.4l.181.168c.175.161.354.322.535.483.035.03.068.061.1.092.443.391.9.783 1.372 1.173l.037.031.483.4a109.762 109.762 0 0 0 7.31 9.608v5.565l-.422.458v.006c-.177.193-.4.441-.669.734l-.022.025c-.263.29-.561.622-.887.987l-.043.049c-.324.364-.673.758-1.037 1.174l-.056.064c-.363.415-.739.85-1.121 1.3l-.067.079c-.379.444-.76.9-1.136 1.352l-.079.095q-.267.324-.527.645l-.027.033q-.271.336-.534.668l-.075.1c-.12.153-.238.3-.353.454l-.008.011-.1.136-.032.041a24.761 24.761 0 0 0-1.8 2.609l-.007.01a13.557 13.557 0 0 0-1.794 4.771c-.07.391-.127.8-.164 1.225a3.681 3.681 0 0 0 1.721.853.838.838 0 0 0-.043.13s-.012.089-.031.249q1.136.722 2.311 1.386l-.233-1.7a7.6 7.6 0 0 0 1.022-.215 1.665 1.665 0 0 0 .6-.3 85.055 85.055 0 0 1 3.346 4.568 50.3 50.3 0 0 0 12.4 3.574c1.892-5.394 3.315-10.691 3.57-13.471a1.436 1.436 0 0 0 .709-.855 7.227 7.227 0 0 0 .427-1.856c2.129.57 32.587 8.6 35.619 2.564 0 0 .052-.233-.328-.592a1.247 1.247 0 0 0 .193-.427s2.438-37.665-5.146-43.5c2.763-1.501 11.124-5.962 10.279-8.487Z", opacity: 0.3 }),
20
+ React.createElement("path", { "data-name": "Path 3445", d: "M2630.842 594.8s4.6-11.769 4.81-12.685 6.254 1.743 7.25 4.716-10.788 8.636-11.2 8.969-.86-1-.86-1Z", transform: "translate(-2535.113 -543.333)", fill: "url(#ant_svg__a)" }),
21
+ React.createElement("path", { "data-name": "Path 3446", d: "M95.729 51.467s.44 1.333.856 1c0 0 6.449-7.51 7.237-12.811-1.644-.905-3.181-1.329-3.283-.874-.206.916-4.81 12.685-4.81 12.685Z", fill: "#fd6006" }),
22
+ React.createElement("path", { "data-name": "Path 3447", d: "M2602.32 635.463c36.529.073 35.544 4.368 35.544 4.368-3.141 6.254-35.74-2.6-35.74-2.6a1.042 1.042 0 0 1-.6-1.187c.13-.919.796-.581.796-.581Z", transform: "translate(-2535.113 -543.333)", fill: "url(#ant_svg__c)" }),
23
+ React.createElement("path", { "data-name": "Path 3448", d: "M60.8 92.443a12.146 12.146 0 0 1 5.7-1.429s1.341 1.679.208 4.776-6.498-1.957-5.908-3.347Z", fill: "#fd6006" }),
24
+ React.createElement("path", { "data-name": "Path 3449", d: "M65.611 91.058a5.182 5.182 0 0 1 .619 2.771", fill: "none", stroke: "#990412", strokeLinecap: "round", strokeWidth: 0.551 }),
25
+ React.createElement("path", { "data-name": "Path 3450", d: "M2592.944 627.881c-2.705-2.893-5.532 0-5.532 0s-7.941 8.542-9.289 11.573v.184c.43 2.755 1.774 2.526 7.331 10.7a23.025 23.025 0 0 1 1.754 3.05 50.967 50.967 0 0 0 8.059.645c.7 0 1.393-.025 2.086-.053 2.424-6.81 4.14-13.6 3.741-15.49-.756-3.583-8.15-10.609-8.15-10.609Z", transform: "translate(-2535.113 -543.333)", fill: "url(#ant_svg__b)" }),
26
+ React.createElement("path", { "data-name": "Path 3451", d: "m61.025 87.842-10.577 6.009s2.574 11.141 5.869 12.607c2.806 1.247 5.27.649 6.562-1.713q.3-.711.57-1.392a3.538 3.538 0 0 1 .235-.6 27.009 27.009 0 0 0 1.554-8.477c-.158-2.18-2.42-3.817-4.213-6.434Z", fill: "#fd6006", opacity: 0.3 }),
27
+ React.createElement("path", { "data-name": "Path 3452", d: "M61.296 97.61c2.849-.7 5.317-3.212 1.754-7.38v-.027a66.1 66.1 0 0 0-5.22-5.655c-2.705-2.893-5.532 0-5.532 0s-4.4 4.734-7.206 8.405l.023.026s1.857-2.582 4.059.692c2.568 3.815 8.657 4.796 12.122 3.939Z", fill: "#fd6e07" }),
28
+ React.createElement("path", { "data-name": "Path 3453", d: "M52.299 78.204v7.775s3.856 2.2 5.532 0v-7.775Z", fill: "#a01f05" }),
29
+ React.createElement("path", { "data-name": "Path 3454", d: "M2635.3 639.055c-10.13-44.454-4.1-44.423-4.1-44.423 9.254 2.123 6.53 44.18 6.53 44.18a1.4 1.4 0 0 1-1.421 1.051c-1.273.093-1.009-.808-1.009-.808Z", transform: "translate(-2535.113 -543.333)", fill: "url(#ant_svg__d)" }),
30
+ React.createElement("path", { "data-name": "Path 3455", d: "M45.237 96.742s1.834-3.326 2.728-3.922-.991-.888-1.364-.789a8.7 8.7 0 0 0-1.364.734l-1.946 2.807s-.62 1.514 1.946 1.17Z", fill: "#fd6006", opacity: 0.5 }),
31
+ React.createElement("path", { "data-name": "Path 3456", d: "M45.116 92.979s1.857-2.582 4.059.692c2.567 3.815 8.656 4.793 12.121 3.939 2.849-.7 5.317-3.212 1.754-7.38", fill: "none", stroke: "#990412", strokeLinecap: "round", strokeWidth: 0.792 }),
32
+ React.createElement("path", { "data-name": "Path 3457", d: "M44.264 101.678a1.2 1.2 0 0 0-1.254.874s-.243 1.94-.535 4.974a50.44 50.44 0 0 0 3.4 1.12 470.487 470.487 0 0 0-.817-6.155c-.001 0 .277-.813-.794-.813Z", fill: "#fd6e07" }),
33
+ React.createElement("path", { "data-name": "Path 3458", d: "M43.287 95.572a13.766 13.766 0 0 0-1.959 6s1.551 1.614 4.748.705-1.342-7.199-2.789-6.705Z", fill: "#fd6006" }),
34
+ React.createElement("path", { "data-name": "Path 3459", d: "M41.496 100.343s1.705 1.858 5.7.355", fill: "none", stroke: "#990412", strokeLinecap: "round", strokeWidth: 0.604 }),
35
+ React.createElement("path", { "data-name": "Path 3460", d: "M94.415 55.667c-.441 5.013.3 15.773 5.507 38.87s-2.7-26.617-3.538-31.939-.359-10.062-1.969-6.931Z", fill: "#fd6006" }),
36
+ React.createElement("path", { "data-name": "Path 3461", d: "M44.987 69.375s6.726 9.918 9.447 11.565 7.211 1.946 8.595 1.115a43.157 43.157 0 0 0 4.322-6.291c1.03-2.212-22.364-6.389-22.364-6.389Z", fill: "#fd6006" }),
37
+ React.createElement("path", { "data-name": "Path 3462", d: "M44.987 69.375s6.726 9.918 9.447 11.565 7.211 1.946 8.595 1.115a43.157 43.157 0 0 0 4.322-6.291c1.03-2.212-22.364-6.389-22.364-6.389Z", fill: "#fd6006" }),
38
+ React.createElement("path", { "data-name": "Path 3463", d: "M50.77 72.838s4.467 6.115 5.312 6.553a34.17 34.17 0 0 0 6.074.9 9.815 9.815 0 0 0 1.7-3.287c.416-1.697-18.269-8.637-13.086-4.166Z", fill: "#990412" }),
39
+ React.createElement("path", { "data-name": "Path 3464", d: "M45.845 33.128s-4.089 1.456-10.051 8.136-.159 17.787 3.836 22.953S55.3 76.741 55.3 76.741s6.028 1.932 8.921 1.405 13.036-8.377 20.359-17.688-2.509-19.763-7.852-23.246-24.697-6.597-30.883-4.084Z", fill: "#fd6006" }),
40
+ React.createElement("path", { "data-name": "Path 3465", d: "M2604.813 578.863s12.107-18.465 13.424-19.823 2.444-1.338 2.394-.782.411.967-2.507 5.794-10.224 13.965-13.311 14.811Z", transform: "translate(-2535.113 -543.333)", fill: "url(#ant_svg__e)" }),
41
+ React.createElement("path", { "data-name": "Path 3466", d: "M85.362 15.278c16.69 1.575 15.962-3.461 15.962-3.461-2.773-1.216-16.617 2.773-16.617 2.773s-.274.6.655.688Z", fill: "#fd6006" }),
42
+ React.createElement("path", { "data-name": "Path 3467", d: "M85.648 54.128c1.449.534.8 3.118 1.239 1.718a10.7 10.7 0 0 0 .16-4.42", fill: "#fd6006" }),
43
+ React.createElement("path", { "data-name": "Path 3468", d: "m101.24 11.867.087.005Z", fill: "#fd6006" }),
44
+ React.createElement("path", { "data-name": "Path 3469", d: "M101.24 11.867s.086 0 .237.015a8.334 8.334 0 0 1 3.491 1.044c1.624 1 4.609 1.785 5.071 1.553s-.19 2.563-3.445 2.833-5.268-5.442-5.268-5.442", fill: "#fd6006" }),
45
+ React.createElement("path", { "data-name": "Path 3470", d: "M2645.152 557.815a.386.386 0 0 1-.126.032 6.181 6.181 0 0 1-4.641 2.242 2.2 2.2 0 0 1-.875-.179 3.15 3.15 0 0 0 2.2.738c3.252-.27 3.904-3.066 3.442-2.833Z", transform: "translate(-2535.113 -543.333)", fill: "#990412", opacity: 0.3, style: {
46
+ mixBlendMode: "multiply",
47
+ isolation: "isolate",
48
+ } }),
49
+ React.createElement("path", { "data-name": "Path 3471", d: "M45.845 33.128s-4.089 1.456-10.051 8.136a9.993 9.993 0 0 0-2.329 4.72 11.678 11.678 0 0 0-.226 2.7c.029.761.315 1.471.364 2.241.514.06 2-1.9 2.413-2.321.371-.382.678-.817 1.048-1.2a26 26 0 0 1 8.453-5.769c3.125-1.329 7.161-3.044 10.532-1.506 1.686.771 2.263 2.956 3.337 4.382a14.261 14.261 0 0 0 4.681 3.788 7.673 7.673 0 0 0 6.016.445c1.995-.892 3.541-2.59 5.393-3.668 1.563-.909 3.681-.136 5.377.285 1.255.311 2.545.846 3.8 1.033.727-1.545-2.13-4.02-2.971-4.931a26.567 26.567 0 0 0-4.95-4.257c-5.345-3.477-24.701-6.591-30.887-4.078Z", fill: "#fc7c09" }),
50
+ React.createElement("path", { "data-name": "Path 3472", d: "M85.242 55.126c.254-.431.408-.995.655-1.465a72.764 72.764 0 0 0 3.494-8.106c-1.911-9.986-12.886-7.771-12.886-7.771s-4.544 7.676-5.08 11.575", fill: "#fd6006" }),
51
+ React.createElement("path", { "data-name": "Path 3473", d: "M43.04 50.343c-3.084-3.25-4.256-10.435-4.256-10.435a10.4 10.4 0 0 1 8.268-7.363c6.7-1.06 12.282 3.55 12.282 3.55-.092 1.521 1.479 13.307 1.476 13.491", fill: "#fd6006" }),
52
+ React.createElement("path", { "data-name": "Path 3474", d: "M56.827 39.293c.06-.8-2.206-4.478-7.7-3.989a9.414 9.414 0 0 0-7.522 4.372s.013 2.508-.063 2.423a61.135 61.135 0 0 0 3.38 7.875c1.545 2.655 13.273-3.659 13.273-3.659Z", fill: "#fcb986" }),
53
+ React.createElement("path", { "data-name": "Path 3475", d: "M72.887 51.745c-.543 4.733 11.531 4.285 11.771 3.843s3.281-8.754 3.281-8.754c-2.729-7.609-10.708-5.547-10.708-5.547s-3.728 5.137-4.344 10.458Z", fill: "#fcb986" }),
54
+ React.createElement("path", { "data-name": "Path 3476", d: "M48.787 34.584a11.328 11.328 0 0 0-7.731 5.857s.566 1.743.49 1.658a10.245 10.245 0 0 1 7.137-5.241 9.58 9.58 0 0 1 8.149 2.435l-.252-2.8s-4.685-2.465-7.793-1.909Z", fill: "#990412" }),
55
+ React.createElement("path", { "data-name": "Path 3477", d: "M84.921 54.961c-3.7 3.7-12.029-3.216-12.029-3.216s1.114-5.06 1.522-5.369c6.383-4.828 12.589 0 12.12 4.291", fill: "#cd1601" }),
56
+ React.createElement("path", { "data-name": "Path 3478", d: "M44.6 49.358s8.764 7.2 13.594-3.043l-.677-3.476a8.26 8.26 0 0 0-8.147-2.689c-5.414 1.024-6.64 5.128-6.64 5.128s1.257 3.08 1.87 4.08Z", fill: "#cd1601" }),
57
+ React.createElement("path", { "data-name": "Path 3480", d: "M2604.021 609.05a.784.784 0 0 0 .09.7c.23.389 1.6-.7 2.336-.268s-1.367-1.469-2.426-.432Z", transform: "translate(-2535.113 -543.333)", fill: "#990412", style: {
58
+ mixBlendMode: "multiply",
59
+ isolation: "isolate",
60
+ } }),
61
+ React.createElement("path", { "data-name": "Path 3481", d: "M2594.7 608.012a.785.785 0 0 1-.188.676c-.282.353-1.491-.919-2.275-.593s1.563-1.259 2.463-.083Z", transform: "translate(-2535.113 -543.333)", fill: "#990412", style: {
62
+ mixBlendMode: "multiply",
63
+ isolation: "isolate",
64
+ } }),
65
+ React.createElement("path", { "data-name": "Path 3482", d: "M2584.869 552.416s-1.115 1.52 1.079 7.2 6.931 16.654 6.931 16.654l.387-.043s-3.764-21.818-6.825-23.982c-1.172-.833-1.572.171-1.572.171Z", transform: "translate(-2535.113 -543.333)", fill: "url(#ant_svg__f)" }),
66
+ React.createElement("path", { "data-name": "Path 3483", d: "m73.115 54.367-.548 5.979a9.621 9.621 0 0 1 6.676-1.338c3.804.674-6.128-4.641-6.128-4.641Z", fill: "#990412", opacity: 0.2 }),
67
+ React.createElement("path", { "data-name": "Path 3484", d: "M52.35 55.167s4.045.469 5.183 2.3c0 0 .308-5 .5-5.968s.245-1.49.245-1.49Z", fill: "#990412", opacity: 0.2 }),
68
+ React.createElement("path", { "data-name": "Path 3485", d: "M58.194 46.315s1.518 3.05-1.607 6.553a6.448 6.448 0 0 1-10.121-.239c-2.37-3.014-3.239-6.8 1.329-9.437s8.592.164 10.399 3.123Z", fill: "#fff" }),
69
+ React.createElement("path", { "data-name": "Path 3486", d: "M72.963 51.24a9.716 9.716 0 0 1 5.427-4.359c3.607-.984 6.265 2.164 6.857 3.551s-.166 8.141-4.43 8.553-8.566-1.966-7.854-7.745Z", fill: "#fff" }),
70
+ React.createElement("g", { "data-name": "Path 3487" },
71
+ React.createElement("path", { d: "M52.018 51.485c-.31 0-.598-.123-.808-.346-.195-.206-.417-.596-.376-1.28.094-1.57 1.192-1.693 1.527-1.693.163 0 .277.024.29.027.03.007.746.17 1.046.744.174.333.172.72-.004 1.15-.355.862-.996 1.398-1.675 1.398Z" }),
72
+ React.createElement("path", { d: "M52.36 48.442c-.397 0-1.175.164-1.251 1.433-.103 1.711 1.63 1.808 2.329.107.502-1.222-.846-1.52-.846-1.52s-.092-.02-.231-.02m0-.551c.188 0 .323.027.348.032.09.02.88.212 1.232.886.147.281.267.749.007 1.382-.398.968-1.137 1.57-1.93 1.57-.388 0-.746-.154-1.009-.433-.231-.246-.497-.703-.45-1.486.086-1.439.987-1.951 1.802-1.951Z", fill: "#29abe2" })),
73
+ React.createElement("g", { "data-name": "Path 3488" },
74
+ React.createElement("path", { d: "M76.711 54.407a1.1 1.1 0 0 1-.809-.347c-.194-.206-.417-.595-.376-1.28.094-1.569 1.191-1.69 1.526-1.69.164 0 .278.023.29.026.032.007.748.17 1.048.744.174.333.172.72-.004 1.149-.354.862-.996 1.398-1.675 1.398Z" }),
75
+ React.createElement("path", { d: "M77.052 51.365c-.399 0-1.175.164-1.25 1.432-.103 1.71 1.63 1.808 2.329.107.502-1.221-.847-1.519-.847-1.519s-.093-.02-.232-.02m0-.551c.189 0 .324.027.349.032.09.02.88.212 1.233.887.147.28.267.748.007 1.38-.398.968-1.137 1.57-1.93 1.57-.387 0-.746-.154-1.01-.434-.23-.245-.497-.702-.45-1.485.086-1.438.986-1.95 1.8-1.95Z", fill: "#29abe2" })),
76
+ React.createElement("path", { "data-name": "Path 3489", d: "M71.853 62.734c.074-.217.144-.435.2-.653s.118-.437.164-.66c.1-.442.174-.89.233-1.34.127-.9.2-1.8.245-2.711s.063-1.817.052-2.727-.031-1.822-.08-2.723v-.058a25.72 25.72 0 0 1 .591-2.672c.06-.221.127-.44.2-.657s.14-.435.227-.648.168-.426.266-.633l.154-.308.178-.294.021.011-.114.32-.1.324c-.056.219-.12.434-.167.654-.106.438-.193.879-.28 1.321s-.166.886-.242 1.33-.153.889-.219 1.332v-.059c.039.464.049.921.063 1.381s.018.92.016 1.38a36.764 36.764 0 0 1-.122 2.755 23.846 23.846 0 0 1-.379 2.736c-.095.451-.207.9-.342 1.34-.065.222-.141.44-.22.657s-.175.426-.272.634Z", fill: "#cd1601" }),
77
+ React.createElement("path", { "data-name": "Path 3490", d: "m87.657 47.619.287-.785v-.012l.321-.921a7.1 7.1 0 0 0-1.954-4.012 5.392 5.392 0 0 0-.4-.418l-.009-.009c-2.716-2.587-7.176-2.23-7.176-2.23l-1.492 2.055s4.75-1.23 8.173 1.7c.143.144 2.28 2.31 2.25 4.632Z", fill: "#990412" }),
78
+ React.createElement("path", { "data-name": "Path 3491", d: "M57.713 60.884c-.05-.23-.1-.459-.135-.694s-.067-.468-.09-.7-.044-.471-.062-.707-.026-.472-.031-.708c-.024-.944-.008-1.891.048-2.834s.145-1.882.25-2.821.247-1.869.405-2.8v.046c0-.479-.019-.974-.044-1.459s-.074-.976-.134-1.46c-.036-.24-.067-.483-.112-.721l-.135-.717a5.987 5.987 0 0 0-.182-.7c-.036-.115-.064-.233-.107-.345l-.118-.342.387-.163c.1.236.2.469.278.711s.15.483.221.726.124.49.171.737.088.495.129.743q.108.746.165 1.5c.04.5.055 1 .05 1.508v.046c-.17.915-.3 1.846-.445 2.77s-.257 1.856-.349 2.787-.178 1.865-.207 2.8c-.014.467-.023.935-.012 1.4s.041.934.1 1.4Z", fill: "#cd1601" }),
79
+ React.createElement("path", { "data-name": "Path 3492", d: "M43.134 56.159a.6.6 0 1 1-.258-.814.6.6 0 0 1 .258.814Z" }),
80
+ React.createElement("path", { "data-name": "Path 3493", d: "M76.336 63.473a.472.472 0 1 1-.2-.634.47.47 0 0 1 .2.634Z" }),
81
+ React.createElement("path", { "data-name": "Path 3494", d: "M77.552 67.923a.471.471 0 1 1-.2-.636.472.472 0 0 1 .2.636Z" }),
82
+ React.createElement("path", { "data-name": "Path 3495", d: "M81.358 63.451a.472.472 0 1 1-.2-.635.471.471 0 0 1 .2.635Z" }),
83
+ React.createElement("path", { "data-name": "Path 3496", d: "M44.575 63.021a.6.6 0 1 1-.259-.815.6.6 0 0 1 .259.815Z" }),
84
+ React.createElement("path", { "data-name": "Path 3497", d: "M49.927 61.157a.6.6 0 1 1-.259-.814.6.6 0 0 1 .259.814Z" }),
85
+ React.createElement("path", { "data-name": "Path 3498", d: "M50.419 8.554S39.763.502 36.247.454c0 0-4.867 1.548 13.339 8.677.001-.004 1.895.207.833-.577Z", fill: "#fd6006" }),
86
+ React.createElement("path", { "data-name": "Path 3499", d: "M35.94 1.487a1.048 1.048 0 0 0-.191.1c.5 1.172 3.325 3.427 13.837 7.544 0 0 .226.025.477.026-1.513-1.09-10.894-7.69-14.123-7.67Z", fill: "#fd6006" }),
87
+ React.createElement("path", { "data-name": "Path 3500", d: "M35.987.623s-.071.049-.192.14a8.483 8.483 0 0 0-2.4 2.739c-.851 1.708-2.961 3.959-3.47 4.01s1.483 2.048 4.363.536S35.917.672 35.917.672", fill: "#fd6006" }),
88
+ React.createElement("path", { "data-name": "Path 3501", d: "M2571.274 547.6a5.126 5.126 0 0 1-1.949 2.652c-1.973 1.257-3.454 1-4.2.57a.3.3 0 0 1-.082.025c-.508.052 1.483 2.048 4.363.536 1.303-.683 1.758-2.264 1.868-3.783Z", transform: "translate(-2535.113 -543.333)", fill: "#990412", opacity: 0.3, style: {
89
+ mixBlendMode: "multiply",
90
+ isolation: "isolate",
91
+ } }),
92
+ React.createElement("path", { "data-name": "Path 3502", d: "M2574.743 607.55a33.06 33.06 0 0 0 4.885 4.768c-12.171-11.435-11.048-23.9-8.719-27.719-5.964 6.679-.161 17.785 3.834 22.951Z", transform: "translate(-2535.113 -543.333)", fill: "#c1272d", opacity: 0.8, style: {
93
+ mixBlendMode: "multiply",
94
+ isolation: "isolate",
95
+ } }),
96
+ React.createElement("path", { "data-name": "Path 3503", d: "M2599.429 579.546s.215 0 .618.029a13.085 13.085 0 0 1 1.73.257 9.587 9.587 0 0 1 2.56.942 6.269 6.269 0 0 1 1.361 1.01l.163.157c.067.07.1.12.151.181.092.121.194.23.28.364s.166.285.249.429.124.307.187.462a4.474 4.474 0 0 1-.787 4.091 3.635 3.635 0 0 1-1.941 1.349c-.056.015-.092.029-.162.043l-.145.02c-.092.017-.213.016-.319.024a4.577 4.577 0 0 1-.622-.039 6.253 6.253 0 0 1-1.206-.291 8.358 8.358 0 0 1-2.223-1.179 5.641 5.641 0 0 1-1.7-1.963 3.623 3.623 0 0 1-.265-2.637 2.575 2.575 0 0 1 .1-.321 2.21 2.21 0 0 1 .128-.312 3.063 3.063 0 0 1 .153-.308 2.692 2.692 0 0 1 .176-.279 2.533 2.533 0 0 1 1.085-.875 3.081 3.081 0 0 1 1.34-.233 5.282 5.282 0 0 1 1.311.22 8.549 8.549 0 0 1 2.345 1.122 6.736 6.736 0 0 1 1 .823 3.4 3.4 0 0 1 .422.506 1.915 1.915 0 0 1 .169.3 1.793 1.793 0 0 1 .065.172l.041.15a2.918 2.918 0 0 1-.645 2.459 2.471 2.471 0 0 1-2.29.872 4.334 4.334 0 0 1-2.1-1.046 4.525 4.525 0 0 1-1.376-1.744 1.606 1.606 0 0 1-.033-1.124 1.542 1.542 0 0 1 .731-.8 2.948 2.948 0 0 1 1.906-.249 3.65 3.65 0 0 1 1.573.691 1.963 1.963 0 0 1 .544.6 1.114 1.114 0 0 1 .125.772 1.1 1.1 0 0 1-.4.6 1.418 1.418 0 0 1-.584.256 1.493 1.493 0 0 1-1.025-.173 1.793 1.793 0 0 1-.568-.5 1.709 1.709 0 0 1-.149-.225 1.133 1.133 0 0 1-.091-.172 7.235 7.235 0 0 1-.067-.143l.085.132a1.681 1.681 0 0 0 .11.159 1.91 1.91 0 0 0 .168.2 1.89 1.89 0 0 0 .574.427 1.426 1.426 0 0 0 .921.1 1.193 1.193 0 0 0 .484-.237.9.9 0 0 0 .3-.476.854.854 0 0 0-.11-.589 1.7 1.7 0 0 0-.477-.507 3.336 3.336 0 0 0-1.462-.612 2.63 2.63 0 0 0-1.688.244 1.217 1.217 0 0 0-.566.625 1.236 1.236 0 0 0 .038.877 2.9 2.9 0 0 0 .521.844 4.776 4.776 0 0 0 .355.379l.2.188.2.17a4.026 4.026 0 0 0 1.915.957 2.1 2.1 0 0 0 1.951-.739 2.561 2.561 0 0 0 .575-2.121l-.04-.151c-.009-.033-.032-.08-.045-.119a1.568 1.568 0 0 0-.139-.243 3.1 3.1 0 0 0-.377-.456 6.5 6.5 0 0 0-.945-.78 7.587 7.587 0 0 0-2.243-1.067 4.945 4.945 0 0 0-1.219-.19 2.712 2.712 0 0 0-1.174.215 2.14 2.14 0 0 0-.889.735 2.43 2.43 0 0 0-.164.267 2.457 2.457 0 0 0-.128.268 2 2 0 0 0-.114.283c-.028.1-.072.191-.09.29a3.181 3.181 0 0 0 .262 2.321 5.408 5.408 0 0 0 1.575 1.79 7.871 7.871 0 0 0 2.091 1.115 6.344 6.344 0 0 0 1.115.284 4.224 4.224 0 0 0 .555.044c.088-.007.164 0 .264-.015l.145-.019c.025 0 .081-.021.12-.031a3.225 3.225 0 0 0 1.73-1.174 4.174 4.174 0 0 0 .8-3.745c-.055-.143-.1-.291-.16-.427s-.139-.259-.208-.387-.18-.246-.267-.367c-.044-.055-.095-.13-.132-.167l-.151-.154a6.073 6.073 0 0 0-1.281-1.006 9.945 9.945 0 0 0-2.478-1.013 12.838 12.838 0 0 0-1.706-.324 8.177 8.177 0 0 0-.614-.054Z", transform: "translate(-2535.113 -543.333)", fill: "#cd1601", style: {
97
+ mixBlendMode: "multiply",
98
+ isolation: "isolate",
99
+ } }))); };
100
+
101
+ export { SvgAnt as default };
102
+ //# sourceMappingURL=Ant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Ant.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}