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,149 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgMaji = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 119.897 119.898" }, props),
5
+ React.createElement("path", { "data-name": "Path 3612", d: "M24.178 43.861c3.491-8.811.781-11.782-1.439-12.784l-.13-.075c.531-2.142 2.7-8.281 10.941-14.841a43.318 43.318 0 0 1 7.349-4.917C35.351.051 29.242.873 29.242.873s-2.613 4.763-5.747 9.452S7.741 27.839 7.741 27.839a29.479 29.479 0 0 0 1.27 9.7c1.583 5.029-.6 13.056-.6 13.056l2.877 2.333 8.243.718a93.853 93.853 0 0 0 4.647-9.785Z", fill: "#281a7f" }),
6
+ React.createElement("path", { "data-name": "Path 3613", d: "m23.491 29.618-.724-5.57s-.112-.417-.253-.492.142.3.169.922.358 5.982.358 5.982Z", fill: "#545dcf" }),
7
+ React.createElement("path", { "data-name": "Path 3614", d: "M9.011 37.537c1.583 5.029-.6 13.056-.6 13.056l2.877 2.333 6.964.607.989-3.737q-.5-.357-1.009-.713a9.273 9.273 0 0 1-.919-.638c-.218-.2-.189-.312-.117-.6a.594.594 0 0 0-.408-.692c-.429-.114-.857.232-1.276.034a2.582 2.582 0 0 1-.934-1.189 17.447 17.447 0 0 1-.826-1.964 36.287 36.287 0 0 0-1.627-4.164c-1.133-2.187-4.383-12.033-4.383-12.033a29.479 29.479 0 0 0 1.269 9.7Z", fill: "#9657d3" }),
8
+ React.createElement("path", { "data-name": "Path 3615", d: "M15.426 59.135s-5.066 2.561-5.591 3.209-2.97 4.3-2.781 6.821 1.144 5.451 1.208 6.449-1.161 2.412-2.758.014-4.687-9.8-4.017-16.42c0 0 6.357-7.65 11.456-8.615", fill: "#e9d6f6" }),
9
+ React.createElement("path", { "data-name": "Path 3616", d: "M12.943 50.593a7.469 7.469 0 0 0-.924.242 6.888 6.888 0 0 1-.338 6.13c-1.794 2.885-5.235 7.233-4.406 10.388a16.808 16.808 0 0 1 2.56-5.009c.525-.648 5.591-3.209 5.591-3.209Z", fill: "#846db4" }),
10
+ React.createElement("path", { "data-name": "Path 3617", d: "M16.898 58.645c2.257-4.477 4.938-8.876 7.278-14.782a24.627 24.627 0 0 0 1.48-5.106c.69-2.219.319-4.8.1-7.192l-.088-.946a2.53 2.53 0 0 0-3.064.385 6.242 6.242 0 0 0 0 2.677c.253 2.108.524 7.9.524 7.9l-5.894 8.156-4.163-.271a13.094 13.094 0 0 0 1.61 10.048 3 3 0 0 0 2.217-.869Z", fill: "#3c28af" }),
11
+ React.createElement("path", { "data-name": "Path 3618", d: "M41.191 76.946s20.706 31.174 28.231 32.774c0 0 14.986-1.353 27.62-14.872s13.415-27.508 13.415-27.508L55.305 50.593Z", fill: "#1e1263" }),
12
+ React.createElement("path", { "data-name": "Path 3619", d: "m32.369 93.003 11.428 14.676s7.75 4.374 23.118 2.419v-4.839L55.526 68.435H33.117Z", fill: "#261777" }),
13
+ React.createElement("path", { "data-name": "Path 3620", d: "m50.901 109.888.659-1s-1.705-7.693-1.5-9.775l.793-8.114-8.485-12.315s-7.064 6.426-9.828 8.772l-.169 5.549 11.428 14.676a24.874 24.874 0 0 0 7.102 2.207Z", fill: "#1e1263" }),
14
+ React.createElement("path", { "data-name": "Path 3621", d: "M100.557 69.903s3.46 10.921 3.46 12.462-2.379 4.25-2.379 4.25l-4.541-2.439a86.748 86.748 0 0 0-6.693 5.971c-5.827 5.431-4.337 13.386-4.337 13.386.019.041.053.073.076.113a49.817 49.817 0 0 0 10.9-8.8c10.179-10.891 12.662-22.083 13.244-26.023Z", fill: "#261777" }),
15
+ React.createElement("path", { "data-name": "Path 3622", d: "M22.739 31.077c2.22 1 4.93 3.973 1.439 12.784-5.263 13.282-12.255 18.942-12.255 35.018s18.383 38.135 21.05 39.433 10.381.288 11.318 0 5.645-4.18 8.654-6.918 2.448-5.7 2.448-5.7c-2.163-6.993-8.291-6.92-8.291-6.92s2.524 3.244 1.588 4.181a6.067 6.067 0 0 1-3.029 1.153c2.883 1.73 2.667 3.965 2.667 3.965-2.595 1.874-8.867 2.433-8.867 2.433l-1.731-1.617-1.02-2.85-2.079-7.662s-2.667-4.578 4.316-14.152 11.207-7.495 11.207-7.495l1.957-5.326-.551-6.008 7.186-5.45s.4.548.455-2.244 2.1-4.778 4.034-6.58 9.573-9.93 9.573-9.93l-1.426-.248a12.948 12.948 0 0 0 1.426-2.221c.113-.505-3.43-5.551-3.43-5.551s1.082-8.8.577-10.309-5.767-10.237-5.767-10.237c-14.5-5.6-20.4-4.613-30.638 3.533-8.244 6.56-10.41 12.7-10.941 14.841Z", fill: "#3c28af" }),
16
+ React.createElement("path", { "data-name": "Path 3623", d: "m59.176 58.381 1.3-.4a11.333 11.333 0 0 0 4.313 8.248c4.3 3.352 10.138 1.73 19.87 12 0 0 1.406-10.269 6.164-15.894 0 0-3.569 8.352-1.3 14.61 0 0 7.786-4.2 13.193-4.595a27.527 27.527 0 0 1 8.867.616s1.926-1.887 1.5-6.963 1.562-8.549 5.6-11.895c0 0 2.739-8.752-10.562-32.109 0 0-11.018-15.575-15.89-18.331 0 0-7.353 1.894-10.059 4.057s-7.806 8.487-9.87 8.857-5.236.371-5.6.731.36 4.9.36 4.9V33.82l-2.28 7.127-5.246 11.111-2.2 5.155Z", fill: "#3c28af" }),
17
+ React.createElement("path", { "data-name": "Path 3624", d: "M118.691 54.109S121.43 45.357 108.129 22c0 0-.723-1.022-1.877-2.585a99.883 99.883 0 0 1 2.058 13.831c.36 6.56-4.254 20.978-4.254 20.978l-12.9 6.16a42.712 42.712 0 0 1-13.913 6.956c-7.568 1.942-15.346-4.508-15.349-4.51a11.091 11.091 0 0 0 2.9 3.4c4.3 3.352 10.138 1.73 19.87 12 0 0 1.406-10.269 6.164-15.894 0 0-3.568 8.352-1.3 14.61 0 0 7.786-4.2 13.193-4.595a27.527 27.527 0 0 1 8.867.616s1.926-1.887 1.5-6.963 1.564-8.549 5.603-11.895Z", fill: "#7b43c5" }),
18
+ React.createElement("path", { "data-name": "Path 3625", d: "M92.236 3.669s-.219.057-.572.155c0 0 7.56 8.588 8.424 9.669s2.307 2.884 9.156 14.418 6.56 25.376 6.56 25.376-3.676 6.776-3.421 10.309a70.352 70.352 0 0 1 0 7.81l.195-.245a12.337 12.337 0 0 0 .512-5.157c-.422-5.075 1.562-8.549 5.6-11.895 0 0 2.739-8.752-10.562-32.109-.002.003-11.02-15.576-15.892-18.331Z", fill: "#b193d1" }),
19
+ React.createElement("path", { "data-name": "Path 3626", d: "M36.813 80.62c2.171-4.241 9.809-10.2 11.2-9.075a6.424 6.424 0 0 0 3.545 1.131v.005l-.1.292-1.3 3.758c-5.321-2.033-14.135 9.9-15.608 16.33-.653 2.853.213 6.727 1.379 10.155a41.374 41.374 0 0 0 1.8 5.674c-10.213-11.853-3.086-24.028-.916-28.27Z", fill: "#281a7f" }),
20
+ React.createElement("path", { "data-name": "Path 3627", d: "M63.235 51.124c1.931-1.8 9.573-9.93 9.573-9.93l-1.426-.248a12.948 12.948 0 0 0 1.426-2.221c.113-.505-3.43-5.551-3.43-5.551s1.082-8.8.577-10.309-5.767-10.237-5.767-10.237c-2.5-.966-4.743-1.731-6.8-2.3.423.682 3.013 1.934 3.544 2.4a10.23 10.23 0 0 1 3.332 5.849c1.049 5.785-3.678 13.307-4.46 14.594s-8 5.115-9.7 6.319-.715 4.506.03 5.587a49.4 49.4 0 0 1 3.551 9.02c.078 1.119-.262 2.647.014 2.7a26.423 26.423 0 0 1 2.376 1.369h.224l1.609-.008 1.175 1.209a12.875 12.875 0 0 0 .116-1.656c.061-2.799 2.105-4.785 4.036-6.587Z", fill: "#281a7f" }),
21
+ React.createElement("path", { "data-name": "Path 3628", d: "M50.206 44.988a9.077 9.077 0 0 1-.844-1.99 3.371 3.371 0 0 1 .007-2.491c.831-1.477 5.917-4.185 5.917-4.185s2.252-1.469 3.045-.684a4.47 4.47 0 0 1 .869 2.482c.047.162-1.79 4.479-2.94 5.459a9.708 9.708 0 0 1-1.905 1.017l-2.08 1.058a2.543 2.543 0 0 0-.813.557.865.865 0 0 0-.173.92 7.554 7.554 0 0 0-.866-1.769 14.411 14.411 0 0 1-.217-.374Z", fill: "#201b3e" }),
22
+ React.createElement("path", { "data-name": "Path 3629", d: "M50.853 44.86a3.74 3.74 0 0 1 2.451-3.344 8.471 8.471 0 0 0 2.424-.852.819.819 0 0 1 .207-.135.217.217 0 0 1 .231.04.286.286 0 0 1 .051.092l.221.536a5.055 5.055 0 0 1 .257.729 3.607 3.607 0 0 1 .088.767 2.972 2.972 0 0 1-.72 2.217 3.817 3.817 0 0 1-1.079.665 15.641 15.641 0 0 1-1.857.781 2.945 2.945 0 0 1-.921.17 1.319 1.319 0 0 1-.868-.3 1.776 1.776 0 0 1-.485-1.366Z", fill: "#3c28af" }),
23
+ React.createElement("path", { "data-name": "Path 3630", d: "M51.428 43.797a3.675 3.675 0 0 1 .633-1.019 4.3 4.3 0 0 1 2.707-1.173 1.232 1.232 0 0 1 .883.128 1.275 1.275 0 0 1 .4.8 2.794 2.794 0 0 1-.28 2.441 2.93 2.93 0 0 1-1.47.735l-1.022.285a2.992 2.992 0 0 1-.8.146c-1.398-.006-1.488-1.337-1.051-2.343Z", fill: "#bbb3ee" }),
24
+ React.createElement("path", { "data-name": "Path 3631", d: "M51.428 43.796a2.213 2.213 0 0 0-.112 1.66 1.118 1.118 0 0 0 1.088.175 1.772 1.772 0 0 0 1.127-1.028 3.189 3.189 0 0 0 .2-1.55 1.039 1.039 0 0 0-.285-.731.815.815 0 0 0-.318-.151 1.244 1.244 0 0 0-.191-.031 3.081 3.081 0 0 0-.88.638 3.685 3.685 0 0 0-.629 1.018Z", fill: "#120f36" }),
25
+ React.createElement("path", { "data-name": "Path 3632", d: "M53.174 43.077a.332.332 0 0 0 .223.039 6.494 6.494 0 0 1 1.758.15.808.808 0 0 0 .374.026.254.254 0 0 0 .2-.275.365.365 0 0 0-.156-.188c-.408-.311-.973-.937-1.547-.819-.261.055-1.216.793-.852 1.067Z", fill: "#fff" }),
26
+ React.createElement("path", { "data-name": "Path 3633", d: "M52.245 43.103a.242.242 0 0 0-.12.3.261.261 0 0 0 .282.159.287.287 0 0 0 .228-.236.267.267 0 0 0-.1-.256.219.219 0 0 0-.269.015", fill: "#fff" }),
27
+ React.createElement("path", { "data-name": "Path 3634", d: "M75.308 46.554s-3.974.695-4.434.8-5.326 1.081-5.326 1.081 1.6-3.866 1.785-4.677.513-2.595.513-2.595 8.164.811 10.922-1.136 3.379-3.784 3.406-4.244-.135-.027-.324.352a7.385 7.385 0 0 1-5.434 4.4 30.03 30.03 0 0 1-8.435.193s-.432-.2-.675.563-2.515 6.736-2.515 7.331 4.65-.405 5.894-.676 4.812-.925 4.623-1.392Z", fill: "#545ecf" }),
28
+ React.createElement("path", { "data-name": "Path 3635", d: "M71.225 27.028s.387 4.319 2.434 6.11a7.946 7.946 0 0 0 5.433 1.811s.352-.27 0-.27-3.8-.108-5.608-2.379a9.634 9.634 0 0 1-1.745-5.515s-.324-.541-.514.243Z", fill: "#545ecf" }),
29
+ React.createElement("path", { "data-name": "Path 3636", d: "M49.013 70.156a8.293 8.293 0 0 1-.252-3.352l1.477.9s-.288-8.92 7.642-8.191l-2.354-2.3h1.816l3.277 3.127.369.8-.711 3.712-7.125 7.494-.66.436-1.1-.937s-.216-1.189-.721-1.334-1.658-.355-1.658-.355Z", fill: "#281a7f" }),
30
+ React.createElement("path", { "data-name": "Path 3637", d: "M59.916 63.513v-.927a3.258 3.258 0 0 0-2.4-.865 6.121 6.121 0 0 0-5.308 4.326c-1.108 3.316 1.091 4.181 1.091 4.181l.409 1.766-1.219.613-.932-.721s.445-1.586-2.547-1.73c0 0 .033.216.449.288s1.924.036 1.728 1.622a7.394 7.394 0 0 0 1.3.9 10.3 10.3 0 0 0 1.495-.793l-.433-2.306a2.678 2.678 0 0 1-1.343-1.586c-.274-1.081 1.055-4.29 2.569-5.047s5.141.279 5.141.279Z", fill: "#545ecf" }),
31
+ React.createElement("path", { "data-name": "Path 3638", d: "M59.113 62.412s-6.625-1.172-7.084 5.657c0 0 1.325 3.822 1.427 4.485s.866 5.606-1.427 7.492-7.492 5.5-7.746 5.656-2.6 2.345 0 2.5 9.559-1.172 12.246-2.65a43.713 43.713 0 0 0 6.61-4.587c.252-.362.313-13.505-4.026-18.553Z", fill: "#e9d6f6" }),
32
+ React.createElement("path", { "data-name": "Path 3639", d: "M61.391 82.366a14.967 14.967 0 0 0 1.746-1.4c.255-.357.313-13.5-4.026-18.551 0 0-5.738-1.012-6.9 4.356a5.419 5.419 0 0 1 4.912-.687c4.437 1.156 4.9 12.69 4.793 13.506-.053.413-.298 1.666-.525 2.776Z", fill: "#846db3" }),
33
+ React.createElement("path", { "data-name": "Path 3640", d: "m56.222 56.171 4.494 4.551a14.11 14.11 0 0 1-.529 3.234l.291.559a12.867 12.867 0 0 0 .79-3.659c-.059-1.34-5.046-4.685-5.046-4.685Z", fill: "#545ecf" }),
34
+ React.createElement("path", { "data-name": "Path 3641", d: "M55.131 59.152a4.983 4.983 0 0 0-2.4 1.151c-.07.063-.2.123-.241.04a4 4 0 0 1 1.285-.962 6.282 6.282 0 0 1 2.148-.71 3.7 3.7 0 0 1 2.194.4 5.1 5.1 0 0 1-1.305-.029 7.137 7.137 0 0 0-1.681.11Z", fill: "#545ecf" }),
35
+ React.createElement("path", { "data-name": "Path 3642", d: "M56.273 58.31a3.045 3.045 0 0 1 1.054.207c.048-.056-.029-.133-.1-.165a3.944 3.944 0 0 0-2.867-.188 1.393 1.393 0 0 0-.653.353 2.512 2.512 0 0 0 .892-.125 7.776 7.776 0 0 1 1.674-.082Z", fill: "#545ecf" }),
36
+ React.createElement("path", { "data-name": "Path 3643", d: "M23.546 34.612a6.937 6.937 0 0 1 0-1.692c.057-.339.218-.723.555-.8a.668.668 0 0 1 .615.238 1.874 1.874 0 0 1 .324.606 13.983 13.983 0 0 1 .887 3.4 7.571 7.571 0 0 1-.365 3.472c-.146.39-.61.947-1.023.509a3.934 3.934 0 0 1-.514-1.709 33.2 33.2 0 0 1-.479-4.024Z", fill: "#201b3e" }),
37
+ React.createElement("path", { "data-name": "Path 3644", d: "M24.196 37.857a4.921 4.921 0 0 1 .352-1.911c.053-.125.132-.262.265-.286.155-.028.287.109.371.242a4.1 4.1 0 0 1 .47 1.547l.111.68a3.436 3.436 0 0 1 .067.72 1.164 1.164 0 0 1-.229.674.965.965 0 0 1-.642.336c-.168.021-.473.037-.585-.12a.886.886 0 0 1-.072-.372c-.02-.164-.039-.328-.055-.492a9.879 9.879 0 0 1-.053-1.018Z", fill: "#3c28af" }),
38
+ React.createElement("path", { "data-name": "Path 3645", d: "M24.366 39.661a9.077 9.077 0 0 1 .026-2.089 1.462 1.462 0 0 1 .217-.765.3.3 0 0 1 .325-.137.35.35 0 0 1 .134.125 4.26 4.26 0 0 1 .629 1.1 3.632 3.632 0 0 1 .1 1.835 7.723 7.723 0 0 1-.282 1.076 2.072 2.072 0 0 1-.177.512c-.132.189-.074.181-.259.024a2.865 2.865 0 0 1-.713-1.681Z", fill: "#bab2ee" }),
39
+ React.createElement("path", { "data-name": "Path 3646", d: "M25.421 37.32a.535.535 0 0 0-.221.134.994.994 0 0 0-.225.37 3.491 3.491 0 0 0-.09 2.315c.073.235.209.494.451.535a.411.411 0 0 0 .227-.03 7.322 7.322 0 0 0 .233-.91 3.643 3.643 0 0 0-.1-1.835 3.339 3.339 0 0 0-.275-.579Z", fill: "#120f36" }),
40
+ React.createElement("path", { "data-name": "Path 3647", d: "M25.213 38.475a2.38 2.38 0 0 0-.037.82.208.208 0 0 0 .072.159.148.148 0 0 0 .179-.032.39.39 0 0 0 .086-.175 1.265 1.265 0 0 0 .007-.765.263.263 0 0 0-.08-.125c-.099-.077-.206.02-.227.118Z", fill: "#fff" }),
41
+ React.createElement("path", { "data-name": "Path 3648", d: "M24.777 37.421a.386.386 0 0 0-.069.2.189.189 0 0 0 .1.174.175.175 0 0 0 .18-.03.256.256 0 0 0 .083-.169.184.184 0 0 0-.032-.139.193.193 0 0 0-.211-.037", fill: "#fff" }),
42
+ React.createElement("path", { "data-name": "Path 3649", d: "M60.341 22.62a2.47 2.47 0 0 0-1.039.077l-.79-1.352a1.31 1.31 0 0 0 .922-1.867 2.241 2.241 0 0 0-2.077-1.075 2.293 2.293 0 0 1-.544-.021 1.829 1.829 0 0 1-.914-.73 19.675 19.675 0 0 0-3.489-3.316 6.052 6.052 0 0 0-2.267-1.1 14.654 14.654 0 0 0-2.339-.181 1.073 1.073 0 0 0-.362-.869.743.743 0 0 0-.9-.034.572.572 0 0 0-.033.851 7.124 7.124 0 0 1-1.823.1 1.157 1.157 0 0 1-1.069-.228c-.1-.1-.176-.227-.285-.32a.885.885 0 0 0-.731-.161 2.109 2.109 0 0 0-.7.308.706.706 0 0 0-.32.319c-.052.167.116.307.078.443-.072.256-.328.252-.569.318q-1.083.3-2.135.693a39.017 39.017 0 0 0-10.143 6.081 33.233 33.233 0 0 0-2.781 3.432c-.837 2.281-.5 4.978-.264 7.58.216 2.392.587 4.973-.1 7.192a24.627 24.627 0 0 1-1.48 5.106c-5.263 13.282-12.255 18.942-12.255 35.018a26.79 26.79 0 0 0 .69 5.76c.061.026.124.05.184.077.885.4 1.684.977 2.579 1.356 2.448 1.035 5.3.464 7.719-.629 5.429-2.45 9.4-7.233 13.018-11.962a40.229 40.229 0 0 0 3.585-5.274c.4-.74 2.332-2.379 2.233-3.046a2.3 2.3 0 0 0-.468-.813c-.354-.558.334-1.487.48-2.07.229-.911.435-1.818.7-2.712.152-.524.2-2.11.708-2.353a4 4 0 0 1 .471-.1c.358-.122.468-.567.511-.943a.769.769 0 0 0-.027-.4c-.078-.176-.269-.267-.429-.375-1.535-1.038-.77-5.831-.855-7.44a2.772 2.772 0 0 1 .182-1.437.95.95 0 0 1 1.222-.481c.246-1.937.346-4.07 1.346-5.763a16.716 16.716 0 0 1 3.888-4.151c2.2-1.8 4.635-3.289 6.851-5.067.531-.426 1.23-1.341 1.845-1.587a1.911 1.911 0 0 1 .879-.052 2.847 2.847 0 0 0 1.081-.066 1.139 1.139 0 0 0 .773-.706.725.725 0 0 0-.415-.89c-.2-.062-.432-.019-.609-.131a.538.538 0 0 1-.19-.572c.148-.657-.046-1.528.546-2.008.247-.2.584-.268.823-.478a1.119 1.119 0 0 0-.155-1.632 1.549 1.549 0 0 0-.757-.319Z", fill: "#905fcc" }),
43
+ React.createElement("path", { "data-name": "Path 3650", d: "M72.406 88.212s-.505 7.392.793 11.14 3.343 8.7 3.343 8.7l.91-.405-3.028-6.849s-1.642-4.325-1.614-6.632.245-5.921-.404-5.954Z", fill: "#6d30a7" }),
44
+ React.createElement("path", { "data-name": "Path 3651", d: "M58.984 100.951c6.843 6.9 8.912 8.444 10.438 8.769a35.273 35.273 0 0 0 7.12-1.672l-.718-1.811-7.924-2.7Z", fill: "#6c499f" }),
45
+ React.createElement("path", { "data-name": "Path 3652", d: "M69.422 109.72s-6.61-4.5-9.506-7.887c-1.223-1.428-3.328-4.062-5.354-6.628-2.772-3.513-5.393-6.9-5.393-6.9a76.4 76.4 0 0 0 5.295 7.767c2.839 3.569 7.285 8.867 9.868 11.03a25.683 25.683 0 0 0 3.842 2.824Z", fill: "#6d30a7" }),
46
+ React.createElement("path", { "data-name": "Path 3653", d: "M45.599 32.642a6.765 6.765 0 0 0-3.072-4.468 9.242 9.242 0 0 0-11.846 1.992 8.529 8.529 0 0 0-1.5 8.694 7.352 7.352 0 0 0 4.851 4.254 9.514 9.514 0 0 0 6.517-.636 8.547 8.547 0 0 0 4.659-4.953 11.253 11.253 0 0 0 .426-2.542 9.845 9.845 0 0 0-.035-2.341Zm-9.786-4.226a8.323 8.323 0 0 1 4.975.649c-.144.865-1.154 5.19-4.182 4.686s-.793-5.335-.793-5.335Zm-5.478 4.686a7.475 7.475 0 0 1 4.109-4.181 20.371 20.371 0 0 0-.577 3.46 3.019 3.019 0 0 0 1.018 2.018 3.822 3.822 0 0 0-1.811.938c-.865.793-1.658 4.109-1.658 4.109a6.845 6.845 0 0 1-1.081-6.343Zm6.632 8.434a5.94 5.94 0 0 1-4.758-1.225s1.225-5.047 3.893-5.335.865 6.56.865 6.56Zm6.776-4.974c-1.369 4.181-5.84 5.062-5.84 5.062s2.236-4.431.506-6.657c0 0 3.1-.568 3.748-4.965a6.026 6.026 0 0 1 1.586 6.56Z", fill: "#fdfcfc" }),
47
+ React.createElement("path", { "data-name": "Path 3654", d: "M36.137 47.014a38.429 38.429 0 0 0-5.407-1.234 11.147 11.147 0 0 0-4.325.629s-.288.344.288.2a11.328 11.328 0 0 1 4-.541c1.658.181 4.83.946 4.83.946s.434.152.614 0Z", fill: "#6d30a7" }),
48
+ React.createElement("path", { "data-name": "Path 3655", d: "M20.458 51.872a19.308 19.308 0 0 1 7.929-1.442 17.7 17.7 0 0 1 7.75 2.271s-.036.18-.432 0a24.471 24.471 0 0 0-7.408-1.983c-3.514-.252-8.056 1.478-8.056 1.478Z", fill: "#6d30a7" }),
49
+ React.createElement("path", { "data-name": "Path 3656", d: "M15.456 61.757a43.737 43.737 0 0 1 9.444-1.154c4.433.072 10.525 2.559 10.525 2.559s.072.253-.829 0a37.613 37.613 0 0 0-9.768-2.306 28.583 28.583 0 0 0-9.624 1.3Z", fill: "#6d30a7" }),
50
+ React.createElement("path", { "data-name": "Path 3657", d: "M12.491 77.103a41.846 41.846 0 0 0 8.362 1.226 70.576 70.576 0 0 0 8.543-.4s.468-.108-.289.18a42.979 42.979 0 0 1-8.65.541c-1.946-.213-7.785-.97-7.966-1.547Z", fill: "#4537b5" }),
51
+ React.createElement("path", { "data-name": "Path 3658", d: "M26.571 27.096a.678.678 0 0 0-.388.558.543.543 0 0 0 .328.444 1.233 1.233 0 0 0 .569.088.878.878 0 0 0 .5-.134.585.585 0 0 0 .119-.756.841.841 0 0 0-1.128-.2Z", fill: "none" }),
52
+ React.createElement("path", { "data-name": "Path 3659", d: "M28.566 28.839c-.145 0-.289-.04-.433-.028s-.3.112-.3.257a.264.264 0 0 0 .137.211.661.661 0 0 0 .251.073.8.8 0 0 0 .364-.013.327.327 0 0 0 .231-.26.209.209 0 0 0-.221-.228", fill: "#3c28af" }),
53
+ React.createElement("path", { "data-name": "Path 3660", d: "M33.681 17.503a.91.91 0 0 0-.038.825.713.713 0 0 0 .139.2.737.737 0 0 0 .468.2.656.656 0 0 0 .342-.057.794.794 0 0 0 .34-.414 1.106 1.106 0 0 0 .077-.759c-.211-.65-1.038-.495-1.328.005Z", fill: "#3c28af" }),
54
+ React.createElement("path", { "data-name": "Path 3661", d: "M38.716 17.603c.27-.56-.74-.429-.968-.339-.14.055-.291.15-.307.3-.019.181.172.314.349.355a1.011 1.011 0 0 0 .669-.08.541.541 0 0 0 .257-.236Z", fill: "#3c28af" }),
55
+ React.createElement("path", { "data-name": "Path 3662", d: "M39.016 15.421c.116-.587-.722-.562-1.015-.316a.4.4 0 0 0-.116.492.481.481 0 0 0 .3.178.874.874 0 0 0 .5 0 .5.5 0 0 0 .331-.354Z", fill: "#3c28af" }),
56
+ React.createElement("path", { "data-name": "Path 3663", d: "M40.923 14.858a2.363 2.363 0 0 0-.62.463.807.807 0 0 0-.2.719.414.414 0 0 0 .15.23.591.591 0 0 0 .308.078 2.207 2.207 0 0 0 .8-.086 1.165 1.165 0 0 0 .636-.473.794.794 0 0 0 .045-.772.78.78 0 0 0-1.119-.159Z", fill: "#3c28af" }),
57
+ React.createElement("path", { "data-name": "Path 3664", d: "M44.509 14.403a.505.505 0 0 0 .23.4.931.931 0 0 0 .432.136c.206.022.459-.013.544-.2a.359.359 0 0 0-.051-.349.726.726 0 0 0-.292-.22c-.292-.142-.87-.293-.863.233Z", fill: "#3c28af" }),
58
+ React.createElement("path", { "data-name": "Path 3665", d: "M45.345 16.553c.21-.129.254-.38.048-.5a.934.934 0 0 0-.735.074.313.313 0 0 0-.168.338.3.3 0 0 0 .216.191.738.738 0 0 0 .3 0 .871.871 0 0 0 .339-.103Z", fill: "#3c28af" }),
59
+ React.createElement("path", { "data-name": "Path 3666", d: "M47.475 13.93a1.454 1.454 0 0 0-.4.639 1.023 1.023 0 0 0-.052.829.715.715 0 0 0 .529.344 1.659 1.659 0 0 0 .649-.056 1.242 1.242 0 0 0 .748-.416 1.017 1.017 0 0 0-1.469-1.34Z", fill: "#3c28af" }),
60
+ React.createElement("path", { "data-name": "Path 3667", d: "M50.762 15.869a1.239 1.239 0 0 0-.114.549.424.424 0 0 0 .04.226.344.344 0 0 0 .13.118.641.641 0 0 0 .754-.107.855.855 0 0 0 .17-.272.772.772 0 0 0 .024-.622c-.212-.442-.821-.247-1.004.108Z", fill: "#3c28af" }),
61
+ React.createElement("path", { "data-name": "Path 3668", d: "M52.524 20.68a.546.546 0 0 0 .1.449.7.7 0 0 0 .569.173.617.617 0 0 0 .45-.171.677.677 0 0 0 .046-.607.632.632 0 0 0-.164-.328.663.663 0 0 0-.358-.122.788.788 0 0 0-.256-.005c-.237.048-.351.404-.387.611Z", fill: "#3c28af" }),
62
+ React.createElement("path", { "data-name": "Path 3669", d: "M54.156 18.103a1.249 1.249 0 0 0 .421.863.852.852 0 0 0 .308.253.588.588 0 0 0 .413-.011.934.934 0 0 0 .594-.8.975.975 0 0 0-.474-.882.8.8 0 0 0-1.262.577Z", fill: "#3c28af" }),
63
+ React.createElement("path", { "data-name": "Path 3670", d: "M56.735 20.552c-.255-.29-1.122-.019-.991.431a.37.37 0 0 0 .213.215.707.707 0 0 0 .435.05.553.553 0 0 0 .375-.257.389.389 0 0 0-.032-.439Z", fill: "#3c28af" }),
64
+ React.createElement("path", { "data-name": "Path 3671", d: "M57.791 24.481a.741.741 0 0 0-.449.64 1.034 1.034 0 0 0 .373.654 3.734 3.734 0 0 0 .345.312.988.988 0 0 0 .885.248.957.957 0 0 0 .524-.57 2.163 2.163 0 0 0 .158-.6.758.758 0 0 0-.015-.311.853.853 0 0 0-.392-.42 1.6 1.6 0 0 0-1.429.047Z", fill: "#3c28af" }),
65
+ React.createElement("path", { "data-name": "Path 3672", d: "M59.014 22.276c-.206-.307-.941-.383-1.026.072a.458.458 0 0 0 .213.415.734.734 0 0 0 .438.167.461.461 0 0 0 .4-.214.427.427 0 0 0-.025-.44Z", fill: "#3c28af" }),
66
+ React.createElement("path", { "data-name": "Path 3673", d: "M55.068 29.817a1.147 1.147 0 0 0-.294.492.693.693 0 0 0-.044.262.568.568 0 0 0 .505.466 1.585 1.585 0 0 0 .725-.122.848.848 0 0 0 .321-.167.566.566 0 0 0 .02-.7.808.808 0 0 0-1.233-.231Z", fill: "#3c28af" }),
67
+ React.createElement("path", { "data-name": "Path 3674", d: "M57.646 29.767c.078-.351-.453-.536-.635-.25a.342.342 0 0 0 .227.507.355.355 0 0 0 .408-.257Z", fill: "#3c28af" }),
68
+ React.createElement("path", { "data-name": "Path 3675", d: "M58.166 31.959c.377.026.77.29.5.661a.538.538 0 0 1-.47.163c-.228-.009-.5-.1-.553-.32-.093-.383.209-.526.523-.504Z", fill: "#6437bc" }),
69
+ React.createElement("path", { "data-name": "Path 3676", d: "M61.71 20.573a.669.669 0 0 0-.349.534.647.647 0 0 0 .233.588.919.919 0 0 0 .192.1 1.019 1.019 0 0 0 .916.027.65.65 0 0 0 .272-.629.939.939 0 0 0-1.264-.62Z", fill: "#8050c5" }),
70
+ React.createElement("path", { "data-name": "Path 3677", d: "M63.005 25.862c.381-.383-.551-.546-.78-.471-.157.051-.315.2-.262.357a.353.353 0 0 0 .272.189 1.629 1.629 0 0 0 .366.048.547.547 0 0 0 .404-.123Z", fill: "#6437bc" }),
71
+ React.createElement("path", { "data-name": "Path 3678", d: "M58.976 16.071a1.047 1.047 0 0 0-.546-.024.364.364 0 0 0-.263.422c.05.149.215.22.363.274a2.09 2.09 0 0 0 .614.154.358.358 0 0 0 .209-.041.3.3 0 0 0 .109-.3.6.6 0 0 0-.486-.485Z", fill: "none" }),
72
+ React.createElement("path", { "data-name": "Path 3679", d: "M57.498 13.876a.404.404 0 1 0-.727.351.404.404 0 0 0 .727-.351Z", fill: "none" }),
73
+ React.createElement("path", { "data-name": "Path 3680", d: "M53.798 13.833a1.156 1.156 0 0 0 .824.218.422.422 0 0 0 .288-.169.366.366 0 0 0-.038-.4.754.754 0 0 0-.35-.236c-.234-.089-.712-.219-.932-.03-.251.214.001.487.208.617Z", fill: "none" }),
74
+ React.createElement("path", { "data-name": "Path 3681", d: "M50.262 12.02a.449.449 0 0 0 .434-.049.382.382 0 0 0 .1-.288.71.71 0 0 0-.249-.523.742.742 0 0 0-.556-.168c-.263.03-.538.257-.438.541.086.241.488.422.709.487Z", fill: "none" }),
75
+ React.createElement("path", { "data-name": "Path 3682", d: "M44.603 11.603a.3.3 0 0 0 .237-.065.244.244 0 0 0 .062-.181c-.009-.315-.635-.826-.9-.532-.318.338.316.753.601.778Z", fill: "#6437bc" }),
76
+ React.createElement("path", { "data-name": "Path 3683", d: "M39.779 12.943c-.4-.409-1.123 0-1.357.378a.278.278 0 0 0-.054.157c.005.119.133.191.247.226a1.6 1.6 0 0 0 .948-.008.589.589 0 0 0 .258-.147.458.458 0 0 0-.042-.606Z", fill: "none" }),
77
+ React.createElement("path", { "data-name": "Path 3684", d: "M36.54 14.767c.3.133.026.44-.209.479a1.856 1.856 0 0 1-.371.025.224.224 0 0 1-.186-.073.2.2 0 0 1 .052-.23.8.8 0 0 1 .662-.22Z", fill: "none" }),
78
+ React.createElement("path", { "data-name": "Path 3685", d: "M8.779 32.54a.388.388 0 0 0-.361.23.7.7 0 0 0-.1.5.373.373 0 0 0 .7.129.716.716 0 0 0 .095-.4c0-.2-.1-.444-.3-.469", fill: "#3c28af" }),
79
+ React.createElement("path", { "data-name": "Path 3686", d: "M8.797 35.103a.578.578 0 0 0 .633.19.416.416 0 0 0 .17-.108.463.463 0 0 0 .041-.476.8.8 0 0 0-.233-.317c-.492-.412-.938.278-.611.711Z", fill: "#3c28af" }),
80
+ React.createElement("path", { "data-name": "Path 3687", d: "M11.131 38.603c-.021-.655-.922-.247-.755.128a.4.4 0 0 0 .258.176.476.476 0 0 0 .3.034.339.339 0 0 0 .197-.338Z", fill: "#3c28af" }),
81
+ React.createElement("path", { "data-name": "Path 3688", d: "M10.503 39.72a.886.886 0 0 0-.164 0 .465.465 0 0 0-.372.456.529.529 0 0 0 .365.477.617.617 0 0 0 .594-.147c.132-.127.3-.446.2-.634-.107-.213-.406-.144-.623-.152Z", fill: "#3c28af" }),
82
+ React.createElement("path", { "data-name": "Path 3689", d: "M11.162 42.19a.5.5 0 0 0 .683.412.268.268 0 0 0 .122-.09.322.322 0 0 0 0-.278c-.059-.183-.234-.661-.473-.676-.253-.017-.352.44-.332.632Z", fill: "#3c28af" }),
83
+ React.createElement("path", { "data-name": "Path 3690", d: "M12.014 46.051a.892.892 0 0 0 .024.831.5.5 0 0 0 .159.177.6.6 0 0 0 .158.065 1.277 1.277 0 0 0 .98-.063.7.7 0 0 0 .319-.859 1.108 1.108 0 0 0-.385-.381c-.452-.318-.968-.344-1.255.23Z", fill: "#3c28af" }),
84
+ React.createElement("path", { "data-name": "Path 3691", d: "M14.724 47.446a.632.632 0 0 0-.57.261.271.271 0 0 0-.051.249c.042.1.167.133.276.146a2.4 2.4 0 0 0 .406.013c.161-.009.353-.061.4-.216a.317.317 0 0 0-.095-.29.572.572 0 0 0-.361-.174", fill: "#3c28af" }),
85
+ React.createElement("path", { "data-name": "Path 3692", d: "M14.509 48.703c-.136 0-.267-.046-.4-.055a.358.358 0 0 0-.35.156.3.3 0 0 0 .1.353.675.675 0 0 0 .372.124 1.968 1.968 0 0 0 .454-.011.29.29 0 0 0 .106-.032c.1-.066.078-.229 0-.322s-.193-.151-.268-.247", fill: "#3c28af" }),
86
+ React.createElement("path", { "data-name": "Path 3693", d: "M9.272 28.429a.582.582 0 0 0 .54.338.423.423 0 0 0 .253-.087.464.464 0 0 0 .134-.2.63.63 0 0 0-.144-.656.506.506 0 0 0-.783.605Z", fill: "#9859d5" }),
87
+ React.createElement("path", { "data-name": "Path 3694", d: "M9.446 30.626a.894.894 0 0 0 .31.465.662.662 0 0 0 .3.161.558.558 0 0 0 .583-.416 1.4 1.4 0 0 0-.045-.772c-.29-1.047-1.303-.151-1.148.562Z", fill: "#8f52d0" }),
88
+ React.createElement("path", { "data-name": "Path 3695", d: "M11.698 30.728a.912.912 0 0 0-.488.2.462.462 0 0 0-.15.48.436.436 0 0 0 .441.266.644.644 0 0 0 .459-.276.537.537 0 0 0 .114-.418.309.309 0 0 0-.32-.249", fill: "#8a4ecd" }),
89
+ React.createElement("path", { "data-name": "Path 3696", d: "M11.928 34.993a.718.718 0 0 0 .361-.219 1.124 1.124 0 0 0 .267-.35c.227-.515-.444-.878-.831-.57-.351.279-.468 1.244.203 1.139Z", fill: "#7f46c8" }),
90
+ React.createElement("path", { "data-name": "Path 3697", d: "M11.024 35.782a.655.655 0 0 0 .081.534.482.482 0 0 0 .485.2.385.385 0 0 0 .3-.412.528.528 0 0 0-.25-.332.46.46 0 0 0-.571-.026", fill: "#7e45c7" }),
91
+ React.createElement("path", { "data-name": "Path 3698", d: "M12.759 36.591a1.412 1.412 0 0 0-.293.743 1.146 1.146 0 0 0 .067.654.677.677 0 0 0 .423.355.629.629 0 0 0 .541-.1 1.084 1.084 0 0 0 .3-.938c-.028-.594-.392-1.458-1.038-.714Z", fill: "#7740c3" }),
92
+ React.createElement("path", { "data-name": "Path 3699", d: "M16.408 37.103a.4.4 0 0 0-.1.6.471.471 0 0 0 .628.042.332.332 0 0 0-.034-.56.685.685 0 0 0-.449-.095", fill: "#6b39be" }),
93
+ React.createElement("path", { "data-name": "Path 3700", d: "M14.545 40.738a.529.529 0 0 0 .342.645.686.686 0 0 0 .5-.161 3.183 3.183 0 0 0 .477-.405.609.609 0 0 0 .224-.564c-.068-.216-.323-.3-.546-.338a.951.951 0 0 0-.997.823Z", fill: "#6c39be" }),
94
+ React.createElement("path", { "data-name": "Path 3701", d: "M18.912 41.663c.234-.577-.818-.6-1.079-.3a.387.387 0 0 0 .048.567.567.567 0 0 0 .27.06 1.239 1.239 0 0 0 .437-.045.522.522 0 0 0 .324-.282Z", fill: "#5e2eb6" }),
95
+ React.createElement("path", { "data-name": "Path 3702", d: "M15.073 43.62a.314.314 0 0 1 .353.03.4.4 0 0 1 .142.335.457.457 0 0 1-.3.408.407.407 0 0 1-.466-.179.366.366 0 0 1 .119-.475c.14-.088-.017-.127.152-.119Z", fill: "#753fc2" }),
96
+ React.createElement("path", { "data-name": "Path 3703", d: "M17.141 45.552a.938.938 0 0 0 .239-.086.9.9 0 0 0 .439-.471c.255-.685-.8-1.3-1.339-.9a.828.828 0 0 0 .661 1.457Z", fill: "#6c39be" }),
97
+ React.createElement("path", { "data-name": "Path 3704", d: "M56.859 16.328a.459.459 0 0 0 .01.593 1.052 1.052 0 0 0 .558.312 1.186 1.186 0 0 0 .687.025.53.53 0 0 0 .381-.522.69.69 0 0 0-.169-.34 1.241 1.241 0 0 0-.661-.468.634.634 0 0 0-.707.292", fill: "#6437bc" }),
98
+ React.createElement("path", { "data-name": "Path 3705", d: "M56.991 13.528a.479.479 0 1 0 .505.8.685.685 0 0 0 .173-.291.607.607 0 0 0-.033-.538.311.311 0 0 0-.478-.046", fill: "#6437bc" }),
99
+ React.createElement("path", { "data-name": "Path 3706", d: "M53.334 13.387a2.151 2.151 0 0 0 .643.538c.284.156.7.215.881-.055a.533.533 0 0 0-.17-.678 1.547 1.547 0 0 0-.721-.248.8.8 0 0 0-.409.005.272.272 0 0 0-.181.324", fill: "#6437bc" }),
100
+ React.createElement("path", { "data-name": "Path 3707", d: "M49.343 11.147a.833.833 0 0 1 .746-.466.677.677 0 0 1 .64.564.572.572 0 0 1-.534.625 1.03 1.03 0 0 1-.66-.382c-.065-.065-.127-.185-.049-.233-.211-.178-.267.139-.143-.108Z", fill: "#6437bc" }),
101
+ React.createElement("path", { "data-name": "Path 3708", d: "M43.961 10.921c-.157.175-.054.462.112.629a.718.718 0 0 0 .386.215.427.427 0 0 0 .4-.145.513.513 0 0 0-.029-.57.677.677 0 0 0-.375-.293.464.464 0 0 0-.451.106", fill: "none" }),
102
+ React.createElement("path", { "data-name": "Path 3709", d: "M39.279 12.828a1.327 1.327 0 0 0-.756.325.352.352 0 0 0-.137.217c-.015.163.16.274.316.32a1.288 1.288 0 0 0 .917-.053.47.47 0 0 0 .3-.361.4.4 0 0 0-.236-.352 1.185 1.185 0 0 0-.434-.095", fill: "#6437bc" }),
103
+ React.createElement("path", { "data-name": "Path 3710", d: "M36.391 14.741a.848.848 0 0 0-.3.116c-.1.063-.19.183-.135.285a.25.25 0 0 0 .209.1.572.572 0 0 0 .322-.054.288.288 0 0 0 .156-.271.2.2 0 0 0-.238-.165", fill: "#8f5fcc" }),
104
+ React.createElement("path", { "data-name": "Path 3711", d: "M14.691 59.514s-2.132-4.932-1.871-6.733a16.948 16.948 0 0 1 .663-2.936l3.536.27s-.375.775.844-.8 5.637-7.524 5.637-7.524-1.039-8.887-1-9.677.095 5.964.636 9.469l-5.894 8.156-4.163-.271a9.981 9.981 0 0 0-.628 4.067 37.411 37.411 0 0 0 1.641 5.44.559.559 0 0 0 .599.539Z", fill: "#545dcf" }),
105
+ React.createElement("path", { "data-name": "Path 3712", d: "m22.791 38.254-2.445-2.934s-.216-.2-.324-.19.19.121.432.468 2.385 3.3 2.385 3.3Z", fill: "#545dcf" }),
106
+ React.createElement("path", { "data-name": "Path 3713", d: "m47.457 99.389.961 2.361a1.014 1.014 0 0 1 .108.658.909.909 0 0 1-.324.414 4.564 4.564 0 0 1-2.133.975 1.28 1.28 0 0 0-.81.312 8.26 8.26 0 0 1 2.986 2.909 7.192 7.192 0 0 0-1.947-2.738 3.735 3.735 0 0 0 2.357-.988 10.244 10.244 0 0 0 .292 2.107 6.572 6.572 0 0 0-1.407-6.515.544.544 0 0 0-.377-.214c-.016.274.189.46.294.719Z", fill: "#545ecf" }),
107
+ React.createElement("path", { "data-name": "Path 3714", d: "M38.154 114.857c-.76.753-1.063 1.744-2.013 2.415a5.454 5.454 0 0 1-3.125 1.084c-.014-.573 1.776-.828 2.36-1.172a14.615 14.615 0 0 0 2.778-2.327Z", fill: "#545ecf" }),
108
+ React.createElement("path", { "data-name": "Path 3715", d: "M16.07 88.361a1.718 1.718 0 0 0-.308 2.4 1.087 1.087 0 0 0 .751.42c.623.03 1.055-.71.95-1.325a3 3 0 0 0-1.008-1.537", fill: "#6537bc" }),
109
+ React.createElement("path", { "data-name": "Path 3716", d: "M23.263 86.476a1.092 1.092 0 0 0-.4 1.189 1.416 1.416 0 0 0 .915.909 1.591 1.591 0 0 0 1.9-.783 1.438 1.438 0 0 0-2.538-1.343", fill: "#905fcc" }),
110
+ React.createElement("path", { "data-name": "Path 3717", d: "M18.998 84.998a1.176 1.176 0 0 1-.845-1.375 1.826 1.826 0 0 1 1.167-1.268 1.156 1.156 0 0 1 1.006 0 .953.953 0 0 1 .389.944 2.014 2.014 0 0 1-.475.956 1.558 1.558 0 0 1-1.224.706", fill: "#3c28af" }),
111
+ React.createElement("path", { "data-name": "Path 3718", d: "M20.983 90.678a1.394 1.394 0 0 0-.4 1.3 1.862 1.862 0 0 0 .8 1.139 1.107 1.107 0 0 0 .836.222.979.979 0 0 0 .68-.919 2.571 2.571 0 0 0-.3-1.177 1.874 1.874 0 0 0-.527-.77.692.692 0 0 0-.867-.01", fill: "#6537bc" }),
112
+ React.createElement("path", { "data-name": "Path 3719", d: "M20.204 98.675a1.781 1.781 0 0 0 .23.818.611.611 0 0 0 .741.254 1.5 1.5 0 0 0-.354-1.267l-.391-.04", fill: "#6537bc" }),
113
+ React.createElement("path", { "data-name": "Path 3720", d: "M39.316 70.954c-.4.06-.484.685-.178.947a.987.987 0 0 0 1.131-.014 1.1 1.1 0 0 0 .552-.831.68.68 0 0 0-.587-.723c-.418-.018-.7.41-1.063.613", fill: "#6537bc" }),
114
+ React.createElement("path", { "data-name": "Path 3721", d: "M26.226 26.567a.649.649 0 1 0 .144-.124", fill: "#3c28af" }),
115
+ React.createElement("path", { "data-name": "Path 3722", d: "M40.213 58.666a1.845 1.845 0 0 0-.87.9c-.124.408.211.953.625.847a.9.9 0 0 0 .4-.28 1.627 1.627 0 0 0 .537-.851c.047-.338-.229-.735-.564-.671", fill: "#3c28af" }),
116
+ React.createElement("path", { "data-name": "Path 3723", d: "M67.03 63.963c-.487-.33-1.513 0-1.107.684a.852.852 0 0 0 .826.351.664.664 0 0 0 .535-.306.6.6 0 0 0-.254-.729Z", fill: "#a865dd" }),
117
+ React.createElement("path", { "data-name": "Path 3724", d: "M73.444 66.303c.842-.579.223-2.049-.564-2.323-1.063-.369-1.966.559-1.248 1.533a2.634 2.634 0 0 0 .77.771 1 1 0 0 0 1.042.019Z", fill: "none" }),
118
+ React.createElement("path", { "data-name": "Path 3725", d: "M77.891 60.933a1.133 1.133 0 0 0-.769.132.577.577 0 0 0-.239.691.72.72 0 0 0 .549.342.959.959 0 0 0 .972-.316c.2-.3.005-.816-.355-.8", fill: "#9858d4" }),
119
+ React.createElement("path", { "data-name": "Path 3726", d: "M79.548 59.346a1.434 1.434 0 0 0-.789.767.779.779 0 0 0 .353.963.967.967 0 0 0 .989-.283 1.146 1.146 0 0 0 .419-.988.614.614 0 0 0-.829-.474", fill: "#a361db" }),
120
+ React.createElement("path", { "data-name": "Path 3727", d: "M84.291 60.536a2.348 2.348 0 0 0-.872.721 1.013 1.013 0 0 0-.064 1.078 1.226 1.226 0 0 0 1.407.315 1.8 1.8 0 0 0 .876-.572 1.109 1.109 0 0 0 .21-1 .954.954 0 0 0-1.3-.527", fill: "#3c28af" }),
121
+ React.createElement("path", { "data-name": "Path 3728", d: "M92.01 56.909a6.953 6.953 0 0 0-1.714 1 1.032 1.032 0 0 0-.336.381.766.766 0 0 0 .531.943 1.9 1.9 0 0 0 1.191-.113 2.684 2.684 0 0 0 1.058-.6 1.156 1.156 0 0 0 .329-1.12.75.75 0 0 0-.969-.484", fill: "#5527b2" }),
122
+ React.createElement("path", { "data-name": "Path 3729", d: "M87.198 54.486a.8.8 0 0 0 .506.691.811.811 0 0 0 .454-.057 2.527 2.527 0 0 0 1.256-1.006 1.487 1.487 0 0 0 .216-1.3c-.732-1.878-2.645.468-2.432 1.672Z", fill: "#6030b7" }),
123
+ React.createElement("path", { "data-name": "Path 3730", d: "M91.648 53.821a.819.819 0 0 0-.734.791.576.576 0 0 0 .857.448.946.946 0 0 0 .266-.468.835.835 0 0 0 .065-.43.287.287 0 0 0-.311-.243", fill: "#5426b1" }),
124
+ React.createElement("path", { "data-name": "Path 3731", d: "M98.912 51.329a1.064 1.064 0 0 0-1.352.982 1.144 1.144 0 0 0 1.367 1.028 1.237 1.237 0 0 0 .82-1.544c-.1-.286-.39-.559-.671-.45", fill: "#5023b0" }),
125
+ React.createElement("path", { "data-name": "Path 3732", d: "M101.216 53.629c.24-.2.639.069.649.38a.913.913 0 0 1-.5.741 1.048 1.048 0 0 1-.553.183.7.7 0 1 1 .193-1.369c.344-.111-.067-.161.211.065Z", fill: "#5829b3" }),
126
+ React.createElement("path", { "data-name": "Path 3733", d: "M103.564 49.503c.225-.586-.269-.9-.816-.783-.572.124-.946.762-.367 1.2a.822.822 0 0 0 1.183-.417Z", fill: "#6030b7" }),
127
+ React.createElement("path", { "data-name": "Path 3734", d: "M103.503 40.49a1.017 1.017 0 0 0-1.321.594 1.624 1.624 0 0 0 .311 1.531.99.99 0 0 0 .338.3 1.093 1.093 0 0 0 .8-.017 1.858 1.858 0 0 0 1.144-.848.925.925 0 0 0-.372-1.248c-.28-.113-.645-.056-.844-.283", fill: "#733dc1" }),
128
+ React.createElement("path", { "data-name": "Path 3735", d: "M105.856 35.616a1.588 1.588 0 0 0-.652 1.009.816.816 0 0 0 .627.915.9.9 0 0 0 .783-.4 1.112 1.112 0 0 0 .185-1.069.741.741 0 0 0-.929-.42", fill: "#8449c9" }),
129
+ React.createElement("path", { "data-name": "Path 3736", d: "M106.754 28.903c-.44-.753-2.008.681-1.1 1.323a.59.59 0 0 0 .617 0 1.12 1.12 0 0 0 .422-.483.9.9 0 0 0 .061-.84Z", fill: "#9859d5" }),
130
+ React.createElement("path", { "data-name": "Path 3737", d: "M104.747 29.435c-.042-.747-1.267-.524-1.321.117a.56.56 0 0 0 .314.559.642.642 0 0 0 .334.036.747.747 0 0 0 .673-.712Z", fill: "#9859d5" }),
131
+ React.createElement("path", { "data-name": "Path 3738", d: "M109.147 33.903c.146-.859-1.24.022-.407.259a.337.337 0 0 0 .407-.259Z", fill: "#3c28af" }),
132
+ React.createElement("path", { "data-name": "Path 3739", d: "M110.691 34.788a.371.371 0 0 1 .064.565.494.494 0 0 1-.2.084c-.214.05-1.567.109-1.221-.392.083-.12.435-.171.566-.22a.823.823 0 0 1 .791-.037Z", fill: "#3c28af" }),
133
+ React.createElement("path", { "data-name": "Path 3740", d: "M108.332 38.86a.8.8 0 0 0-.311.485.59.59 0 0 0 .317.544 1.268 1.268 0 0 0 .644.135 1.191 1.191 0 0 0 .485-.081.536.536 0 0 0 .316-.356.727.727 0 0 0 0-.259 2.8 2.8 0 0 0-.118-.477.516.516 0 0 0-.077-.16c-.313-.388-.98-.076-1.256.169Z", fill: "#3c28af" }),
134
+ React.createElement("path", { "data-name": "Path 3741", d: "M109.891 43.218a1.2 1.2 0 0 1 .843-.044.62.62 0 0 1 .356.42.56.56 0 0 1-.154.523.733.733 0 0 1-.249.144 1.218 1.218 0 0 1-.993-.072c-.603-.328-.328-.801.197-.971Z", fill: "#3c28af" }),
135
+ React.createElement("path", { "data-name": "Path 3742", d: "M108.475 49.068c.345-.038.882.277.406.646a.4.4 0 0 1-.56-.139c-.188-.336-.051-.484.154-.507Z", fill: "#3c28af" }),
136
+ React.createElement("path", { "data-name": "Path 3743", d: "M105.991 50.453a1.235 1.235 0 0 0-.408.563.767.767 0 0 0 .088.674.377.377 0 0 0 .164.137.5.5 0 0 0 .214.019 2.769 2.769 0 0 0 .937-.24.629.629 0 0 0 .4-.4.68.68 0 0 0-.134-.445c-.316-.537-.74-.737-1.261-.308Z", fill: "#3c28af" }),
137
+ React.createElement("path", { "data-name": "Path 3744", d: "M104.481 55.274a.469.469 0 0 0 .106.212.46.46 0 0 0 .306.114 1.131 1.131 0 0 0 .645-.157.5.5 0 0 0 .205-.205c.09-.195-.033-.417-.151-.6-.164-.247-.459-.626-.8-.471s-.394.792-.311 1.107Z", fill: "#3c28af" }),
138
+ React.createElement("path", { "data-name": "Path 3745", d: "M100.796 60.418a.677.677 0 0 0-.029.668.637.637 0 0 0 .257.279.994.994 0 0 0 .488.082 1.233 1.233 0 0 0 .735-.168.921.921 0 0 0 .323-.752.791.791 0 0 0-.358-.72.322.322 0 0 0-.16-.04c-.24.012-.346.327-.567.4-.257.089-.501-.024-.689.251Z", fill: "#3c28af" }),
139
+ React.createElement("path", { "data-name": "Path 3746", d: "M94.999 60.188a.81.81 0 0 0-.118.373.676.676 0 0 0 .174.425 1.417 1.417 0 0 0 2.368-.58 1.012 1.012 0 0 0-.555-1.154 1.555 1.555 0 0 0-1.869.936Z", fill: "#3c28af" }),
140
+ React.createElement("path", { "data-name": "Path 3747", d: "M92.085 64.594a.445.445 0 0 0 .018.178.474.474 0 0 0 .471.247.968.968 0 0 0 .762-.355.716.716 0 0 0 .043-.813c-.499-.73-1.262.202-1.294.743Z", fill: "#3c28af" }),
141
+ React.createElement("path", { "data-name": "Path 3748", d: "M88.871 62.551c-.317-.262-1.034.357-.662.635a.36.36 0 0 0 .3.029.661.661 0 0 0 .4-.235.329.329 0 0 0-.038-.429Z", fill: "#3c28af" }),
142
+ React.createElement("path", { "data-name": "Path 3749", d: "M84.308 69.097c-.095-.071-.229 0-.32.076a.379.379 0 0 0-.167.275c0 .134.135.228.262.272a1.9 1.9 0 0 0 .464.079.532.532 0 0 0 .4-.072.266.266 0 0 0 .086-.143.293.293 0 0 0-.01-.158.492.492 0 0 0-.336-.29 2.4 2.4 0 0 0-.456-.066", fill: "#3c28af" }),
143
+ React.createElement("path", { "data-name": "Path 3750", d: "M80.998 68.103a.609.609 0 0 0-.028.239.623.623 0 0 0 .1.255 1.248 1.248 0 0 0 .9.565 1.58 1.58 0 0 0 1.045-.25 1.1 1.1 0 0 0 .471-.552.366.366 0 0 0 .011-.246.465.465 0 0 0-.083-.129 2.338 2.338 0 0 0-.611-.563 1.3 1.3 0 0 0-1.805.681Z", fill: "none" }),
144
+ React.createElement("path", { "data-name": "Path 3751", d: "M75.34 69.003a.5.5 0 0 0 .44.074q.153-.025.3-.066a.975.975 0 0 0 .456-.224.417.417 0 0 0 .1-.47c-.486-.94-1.823.175-1.296.686Z", fill: "#3c28af" }),
145
+ React.createElement("path", { "data-name": "Path 3752", d: "M70.137 68.066c1.078.224.006-1.142-.374-.492a.294.294 0 0 0 .054.334.589.589 0 0 0 .32.158Z", fill: "#3c28af" }),
146
+ React.createElement("path", { fill: "none", d: "M0 0h119.898v119.898H0z" }))); };
147
+
148
+ export { SvgMaji as default };
149
+ //# sourceMappingURL=Maji.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Maji.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,69 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgMrWhale = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
5
+ React.createElement("path", { "data-name": "Path 3930", d: "M4810.877 2188.281a10.746 10.746 0 0 0-1.751.834 42.12 42.12 0 0 0-7.1-1.153 37.138 37.138 0 0 0-1.667-.064h-.049a39.527 39.527 0 0 0-1.687.006c-.12 0-.241 0-.361.007-.534.016-1.067.045-1.6.081-.154.011-.309.02-.463.032q-.757.06-1.51.142a58.422 58.422 0 0 0-1.981.251c-.25.036-.5.076-.751.116a41.176 41.176 0 0 0-2.272.4c-.309.06-.617.116-.925.179a94.67 94.67 0 0 0-1.742.373c-.076.017-.153.032-.229.05q-1.056.237-2.106.493c-.763.186-1.523.384-2.28.589l-.2.054q-1 .275-2 .568l-.468.142q-.867.261-1.728.536l-.544.178-.62.2h-.007c-.344.115-.687.234-1.03.352l-.543.19q-.846.3-1.689.61l-.466.172-.094.035-.035.013q-.867.327-1.729.669l-.27.1q-.89.356-1.776.726l-.02.008q-2.277.951-4.522 1.991a5.467 5.467 0 0 0 .517-.416 2.462 2.462 0 0 0 .695-1.407 2.943 2.943 0 0 0-.395-2.358 2.561 2.561 0 0 0-2.534-.765 2.987 2.987 0 0 0-1.984 1.811 6.638 6.638 0 0 1-.579 1.361c-.07-.088-.142-.175-.211-.263l-.2-.287a.165.165 0 0 0-.024.01 20.12 20.12 0 0 1-3.979-8.239 1.383 1.383 0 0 0-.334-.768 1.34 1.34 0 0 0-1.2-.118 24.4 24.4 0 0 0-14.055 8.823 1.642 1.642 0 0 0-.455.982 1.593 1.593 0 0 0 .325.811c1.042 1.6 2.874 3.484 3.838 5.339-.087.032-.177.054-.263.089-.262.1-.52.219-.773.343-1.538.755-3.01 2.107-3.034 3.82a3.111 3.111 0 0 0 3.644 2.935l.385-.212c-6.533 4.177-12.868 8.655-19.04 13.12-2.257 1.633-4.548 3.307-6.883 4.917a50.667 50.667 0 0 0 9.574 19.989c.437.066.873.138 1.311.2.177.024.355.053.533.076 1.058.14 2.118.261 3.18.37.3.03.6.057.9.086q1.271.118 2.544.209c.27.019.541.041.811.058q1.575.1 3.151.155c.286.01.572.015.857.022.457.013.913.029 1.369.037l-.109.075c.837.126 1.747.245 2.7.36a.632.632 0 0 0-.151.222l.04-.093a1.669 1.669 0 0 1-.122.225c-.038.023-.071.055-.11.077a5.549 5.549 0 0 1-3.111.4 5.736 5.736 0 0 0-1.281-.073.563.563 0 0 0-.266.091 4.917 4.917 0 0 0-1.4.365.4.4 0 0 0-.224.008 2.944 2.944 0 0 0-1.046.638 3 3 0 0 0-.39.462 2.214 2.214 0 0 0-.142.239c-.412.434-.8.892-1.224 1.316a5.758 5.758 0 0 1-.851.743c-.01 0-.019.013-.03.018a2.268 2.268 0 0 1-.4.117.457.457 0 0 0-.246.172c-.032.008-.066.007-.1.013.29.258.585.511.88.762a3.512 3.512 0 0 0 .577-.332 2.81 2.81 0 0 0 .748-.644c.4-.4.779-.853 1.155-1.27a.391.391 0 0 0 .065-.022l.1-.077a.489.489 0 0 0 .122-.21l-.039.093c.02-.048.055-.089.079-.136a6.674 6.674 0 0 1 .528-.492 4.732 4.732 0 0 1 3.391-.79c.062.013.125.021.187.035a.524.524 0 0 0 .277-.019 10.784 10.784 0 0 0 1.345-.017.459.459 0 0 0 .341.143 2.251 2.251 0 0 0 1.232-.391 2.289 2.289 0 0 0 .479-.429c.023-.028.038-.057.059-.085a10.647 10.647 0 0 0 1.068-.88c.183.02.359.04.544.059a61.625 61.625 0 0 0-2.423 8.462q-.394 1.575-.841 3.137a50.528 50.528 0 0 0 12.256 4.619l3.009-2.569a11.092 11.092 0 0 0 2.278-2.376 10.533 10.533 0 0 0 1.167-3.117c.6-2.375 1.1-4.774 1.531-7.186l.555.006c.447 0 .889.007 1.323.008h.54c.437 0 .87 0 1.291-.009l.421-.008a87.9 87.9 0 0 0 1.306-.028h.009c.311-.01.607-.023.9-.035-.208 1.534-.272 3.094-.381 4.641a71.889 71.889 0 0 1-1.885 12.031 51.385 51.385 0 0 0 4.3-.213l8.229-9.988a7.831 7.831 0 0 0 1.289-1.927 7.417 7.417 0 0 0 .427-2.305q.15-2.08.18-4.168c3.764-.992 7.465-2.264 11.1-3.58 3.518-1.274 7.024-2.587 10.441-4.11a37.5 37.5 0 0 0 11.577-7.418 50.913 50.913 0 0 0-4.761-44.146Zm-44.985 5.894v.019-.016Z", transform: "translate(-4707.666 -2155.19)", opacity: 0.3, style: {
6
+ mixBlendMode: "normal",
7
+ isolation: "isolate",
8
+ } }),
9
+ React.createElement("path", { "data-name": "Path 3931", d: "M73.893 67.254a73.173 73.173 0 0 1 .78 17.124 7.423 7.423 0 0 1-.427 2.306 7.825 7.825 0 0 1-1.289 1.926l-10.13 12.3a29.553 29.553 0 0 1-4.379 4.6 71.888 71.888 0 0 0 3.868-18.724 35.987 35.987 0 0 1 .829-6.933c1.237-4.558 4.6-8.185 7.848-11.614a5.4 5.4 0 0 1 2.478-1.771", fill: "#d9d9d9" }),
10
+ React.createElement("path", { "data-name": "Path 3932", d: "M92.695 20.571a60.943 60.943 0 0 0-15.671 2.127c-21.913 5.339-41.5 18.606-59.672 31.753-2.782 2.013-5.611 4.094-8.517 6.031a51.1 51.1 0 0 0 3.161 17.355c.836.192 1.672.385 2.513.557a109.018 109.018 0 0 0 20.187 2.174l-.109.075a177.415 177.415 0 0 0 28.722 1.471c7.8-.385 15.354-2.847 22.645-5.486 3.518-1.273 7.024-2.587 10.441-4.11 5.393-2.4 10.749-5.505 14.04-10.407.3-.447.577-.9.836-1.366 0-.228.017-.454.017-.684a51.125 51.125 0 0 0-18.593-39.49Z", fill: "#ececec" }),
11
+ React.createElement("path", { "data-name": "Path 3933", d: "m114.198 37.902-.714-11.3-.14-.929c-6.162-2.278-12.427-4.579-18.98-5.031-5.831-.4-11.661.68-17.34 2.063a120.871 120.871 0 0 0-30.237 12.387v46.755a161.775 161.775 0 0 0 16.522.274c7.8-.384 15.354-2.847 22.645-5.486 3.518-1.273 7.024-2.587 10.441-4.11 5.393-2.4 10.749-5.5 14.04-10.408 4.639-6.916 4.288-15.907 3.763-24.215Z", fill: "#ececec" }),
12
+ React.createElement("path", { "data-name": "Path 3934", d: "M94.364 20.637c-5.831-.4-11.661.68-17.34 2.063-12.388 3.018-24.032 8.571-35.1 15.2v42.534c.61-.029 1.221-.049 1.832-.088 13.2-.842 27.8-5.538 38.73-12.928l-.064-.263c-3.944-7.695-5.887-14.9-7.252-23.458 0 0 16.474-11.883 21.767-14.537s8.774-3.987 10.63-4.213a23.565 23.565 0 0 1 5.774.719c-6.159-2.276-12.424-4.577-18.977-5.029Z", fill: "#1d70b7" }),
13
+ React.createElement("path", { "data-name": "Path 3935", d: "M99.82 27.766a51.535 51.535 0 0 0-7.125-7.2 60.943 60.943 0 0 0-15.671 2.127c-21.913 5.339-41.5 18.606-59.672 31.753-2.782 2.013-5.611 4.094-8.517 6.031a51.1 51.1 0 0 0 3.161 17.355c.836.192 1.672.385 2.513.557a110.756 110.756 0 0 0 29.25 1.952c13.2-.842 27.8-5.538 38.73-12.928l-.064-.263c-3.944-7.7-5.887-14.9-7.252-23.458 0 0 16.474-11.883 21.767-14.537 1.036-.515 1.982-.969 2.88-1.389Z", fill: "#1d70b7" }),
14
+ React.createElement("path", { "data-name": "Path 3936", d: "M4802.645 2180.258a16.6 16.6 0 0 0 3.489-.414 13.539 13.539 0 0 0-3.5.217 94.913 94.913 0 0 0-40.5 14.042c-19.78 12.359-34.433 20.437-45.489 24.965l.017.222c2.426-.988 5-2.136 7.752-3.458 9.8-4.71 21.819-11.562 37.824-21.562a94.724 94.724 0 0 1 40.407-14.012Z", transform: "translate(-4707.666 -2155.19)", fill: "#fff", style: {
15
+ mixBlendMode: "overlay",
16
+ isolation: "isolate",
17
+ } }),
18
+ React.createElement("path", { "data-name": "Path 3937", d: "M36.522 34.517c-.939-1.906-2.855-3.856-3.927-5.5a1.593 1.593 0 0 1-.325-.811 1.642 1.642 0 0 1 .455-.982 24.4 24.4 0 0 1 14.055-8.822 1.337 1.337 0 0 1 1.2.117 1.386 1.386 0 0 1 .334.768c.906 4.26 3.121 7.435 5.954 10.609 0 0 .075.6-2.207 1.633a28.867 28.867 0 0 1-8.484 1.7 61.577 61.577 0 0 0-7.055 1.288Z", fill: "#7b2fa3" }),
19
+ React.createElement("path", { "data-name": "Path 3938", d: "M36.724 26.543a2.567 2.567 0 0 0-1.407 2.659 2.932 2.932 0 0 0 1.935 2.1c2.3.585 4.432-2.284 2.974-4.251a2.443 2.443 0 0 0-1.547-.95 2.824 2.824 0 0 0-1.955.444.246.246 0 0 0 .249.425 2.4 2.4 0 0 1 1.447-.408 1.973 1.973 0 0 1 1.242.582 2.088 2.088 0 0 1 .172 2.615 2.408 2.408 0 0 1-2.235 1.109 2.259 2.259 0 0 1-1.658-1.394 1.959 1.959 0 0 1 1.032-2.5c.268-.174.02-.601-.249-.431Z", fill: "#fff" }),
20
+ React.createElement("path", { "data-name": "Path 3939", d: "M35.934 27.266a1.866 1.866 0 0 0 .5 1.191 1.935 1.935 0 0 0 1.016.461 6.153 6.153 0 0 1 1.246.2 1.323 1.323 0 0 1 .806 1.086c.024.314.517.317.493 0a1.81 1.81 0 0 0-.683-1.285 1.749 1.749 0 0 0-.693-.341 6.147 6.147 0 0 0-.66-.079 2.478 2.478 0 0 1-1.016-.266 1.22 1.22 0 0 1-.513-.964.253.253 0 0 0-.246-.246.247.247 0 0 0-.246.246Z", fill: "#fff" }),
21
+ React.createElement("path", { "data-name": "Path 3940", d: "M37.712 30.982a2.258 2.258 0 0 1 .154-1.553c.141-.2.351-.353.492-.56a2.154 2.154 0 0 0 .246-.548 1.838 1.838 0 0 0-.5-2.191c-.271-.167-.519.259-.249.425.613.378.426 1.373.162 1.912a2.24 2.24 0 0 1-.407.5 1.653 1.653 0 0 0-.35.589 3.252 3.252 0 0 0-.044 1.429c.038.311.532.315.493 0Z", fill: "#fff" }),
22
+ React.createElement("path", { "data-name": "Path 3941", d: "M4783.327 2204.809c-21.061 12.247-43.563 16.747-58.732 18.366-2.589.276-5.058.48-7.381.628l.035.194c2.319-.148 4.779-.35 7.361-.626 15.19-1.62 37.723-6.126 58.816-18.39a.1.1 0 0 0 .035-.135.1.1 0 0 0-.134-.037Z", transform: "translate(-4707.666 -2155.19)", fill: "#fff", style: {
23
+ mixBlendMode: "overlay",
24
+ isolation: "isolate",
25
+ } }),
26
+ React.createElement("path", { "data-name": "Path 3942", d: "M4786.63 2215.129c-.079.059-8.089 5.9-23.214 9.938a118.735 118.735 0 0 1-28.427 3.858 143 143 0 0 1-16.846-.728c.019.072.042.142.061.214 4.843.481 9.618.734 14.3.734q1.25 0 2.491-.022a118.979 118.979 0 0 0 28.474-3.865c15.16-4.051 23.2-9.911 23.28-9.97a.1.1 0 0 0 .021-.138.1.1 0 0 0-.14-.021Z", transform: "translate(-4707.666 -2155.19)", fill: "#fff", style: {
27
+ mixBlendMode: "overlay",
28
+ isolation: "isolate",
29
+ } }),
30
+ React.createElement("path", { "data-name": "Path 3943", d: "M58.801 36.296s4.827 2.966 6.633 7.571c1.773 4.519-6.009 10.276-10.29 8.214a2.904 2.904 0 0 1-.241-.127c-.664-.407-8.116-6.133-8.116-6.133a5.063 5.063 0 0 1 2.571-4.852 63.328 63.328 0 0 1 9.443-4.673Z", fill: "#0c547d" }),
31
+ React.createElement("path", { "data-name": "Path 3944", d: "M65.857 44.645a6.814 6.814 0 0 1-2.331 8.328 6.965 6.965 0 0 1-8.623-1.019 6.681 6.681 0 0 1 .639-9.676c3.192-2.478 8.559-1.31 10.315 2.367Z", fill: "#fff" }),
32
+ React.createElement("path", { "data-name": "Path 3945", d: "M62.4 45.015a3.137 3.137 0 0 1-.947 4.221 3.393 3.393 0 0 1-4.335-.505c-1.6-1.795-.7-3.847 1.158-4.83a2.932 2.932 0 0 1 4.124 1.114Z", fill: "#f29100" }),
33
+ React.createElement("path", { "data-name": "Path 3946", d: "M61.709 45.424a2.37 2.37 0 0 1-.716 3.189 2.563 2.563 0 0 1-3.275-.381c-1.2-1.357-.532-2.907.875-3.65a2.216 2.216 0 0 1 3.116.842Z", fill: "#1d1d1b" }),
34
+ React.createElement("path", { "data-name": "Path 3947", d: "M61.234 44.519a1.149 1.149 0 0 1-.347 1.546 1.243 1.243 0 0 1-1.587-.185 1.092 1.092 0 0 1 .424-1.769 1.074 1.074 0 0 1 1.51.408Z", fill: "#fff" }),
35
+ React.createElement("path", { "data-name": "Path 3948", d: "M57.824 25.66a2.559 2.559 0 0 0-2.534-.766 2.987 2.987 0 0 0-1.984 1.811c-.343.887-.417 1.5-1.3 2l-4.881 2.753A13.582 13.582 0 0 1 42 33.388c-1.533.185-3.059.422-4.582.673a2.41 2.41 0 0 1 .1-.071 12.946 12.946 0 0 0-1.342.453c-.262.1-.52.219-.773.344-1.538.754-3.01 2.107-3.034 3.82a3.111 3.111 0 0 0 3.644 2.934s16.545-9.1 17.348-9.514l1.6-.955a14.393 14.393 0 0 0 2.567-1.65 2.462 2.462 0 0 0 .695-1.407 2.94 2.94 0 0 0-.399-2.355Zm.4 1.209v-.016c.002.003 0 .01 0 .016Z", fill: "#452668" }),
36
+ React.createElement("path", { "data-name": "Path 3949", d: "M68.744 40.672c2.553.067 4.863-1.543 6.584-3.43s3.063-4.108 4.9-5.879a14.957 14.957 0 0 1 16.491-2.6c.567-5.592 6.995-9.764 12.334-8.006 1.9.627 3.624 1.862 5.615 2.071a5.765 5.765 0 0 0 5.3-2.516 7.661 7.661 0 0 1-6.4 5.733l-.065-.021-.018-.006c-5.159-1.812-10.979.255-15.522 3.344-4.625 3.145-8.505 7.322-13.283 10.231s-11.039 4.382-15.908 1.631c0 0-.65-.189-.567-.433s.539-.119.539-.119Z", fill: "#1d1d1b" }),
37
+ React.createElement("path", { "data-name": "Path 3950", d: "M56.459 36.651a12.561 12.561 0 0 0-6.556 2.847c-1.808 1.6-3.284 3.849-3.193 6.263l.077.06c.108-1.916 1.942-3.278 3.75-3.923s3.8-.884 5.4-1.946a8.321 8.321 0 0 0 2.868-3.656c-.771.183-1.564.242-2.346.355Z", fill: "#1d1d1b" }),
38
+ React.createElement("path", { "data-name": "Path 3951", d: "M20.062 88.69c.726-1.091.889-2.448 2.507-2.436 1.183.009 2.223.685 3.385.709 2.009.041 3.133-2.243 4.493-3.351 1.891-1.542 4.364-.228 6.47-1.077a7.746 7.746 0 0 0 2.206-1.627 4.558 4.558 0 0 1 3.613-1.152c.635.03.633-.956 0-.986a5.62 5.62 0 0 0-3.248.607c-.938.571-1.591 1.518-2.547 2.057-1.2.676-2.611.368-3.916.373a4.879 4.879 0 0 0-2.967.866 19.664 19.664 0 0 0-2.2 2.206 2.877 2.877 0 0 1-1.9 1.1 10.721 10.721 0 0 1-2.038-.538 4.137 4.137 0 0 0-2.954.194c-.949.564-1.175 1.694-1.751 2.559-.353.53.5 1.024.851.5Z", fill: "#f8b133" }),
39
+ React.createElement("path", { "data-name": "Path 3952", d: "M17.942 88.936a1.514 1.514 0 0 1 1.126-.961 1.25 1.25 0 0 1 1.244.831 1.165 1.165 0 0 1-.447 1.46", fill: "#f8b133" }),
40
+ React.createElement("path", { "data-name": "Path 3953", d: "M17.934 88.824a3.752 3.752 0 0 0-2.994 2.239 2.823 2.823 0 0 0 1.139 3.408 3.062 3.062 0 0 0 1.506.336 3.589 3.589 0 0 0 3.514-2.916 2.77 2.77 0 0 0-3.016-3.031", fill: "#f29100" }),
41
+ React.createElement("path", { "data-name": "Path 3954", d: "M17.8 88.862a3.331 3.331 0 0 0-2.655 1.985 2.507 2.507 0 0 0 1.01 3.022 2.716 2.716 0 0 0 1.336.3 3.183 3.183 0 0 0 3.115-2.585 2.455 2.455 0 0 0-2.673-2.687", fill: "#f8b133" }),
42
+ React.createElement("path", { "data-name": "Path 3955", d: "M17.77 89.331a2.665 2.665 0 0 0-2.124 1.589 2 2 0 0 0 .808 2.418 2.179 2.179 0 0 0 1.069.239 2.548 2.548 0 0 0 2.493-2.069 1.965 1.965 0 0 0-2.14-2.151", fill: "#fff" }),
43
+ React.createElement("path", { "data-name": "Path 3956", d: "m17.876 89.357-.106-.026a2.665 2.665 0 0 0-2.124 1.589 2.02 2.02 0 0 0-.125.795 1.906 1.906 0 0 1 .1-.355 2.663 2.663 0 0 1 2.124-1.589l.106.026a1.956 1.956 0 0 1 2.145 1.838c.008-.042.018-.084.023-.127a1.965 1.965 0 0 0-2.143-2.151Z", fill: "#d9d9d9" }),
44
+ React.createElement("path", { "data-name": "Path 3957", d: "M20.698 87.28a1.64 1.64 0 0 1 .069-.2l-.05.118a1.649 1.649 0 0 1 .155-.28c.017-.026.036-.05.053-.075-.088.127-.044.058-.02.029s.077-.086.118-.126a1.564 1.564 0 0 1 .12-.107c.083-.068-.091.064-.018.014l.066-.046a1.92 1.92 0 0 1 .293-.157l-.118.05a1.72 1.72 0 0 1 .418-.116l-.131.017a1.807 1.807 0 0 1 .182-.015.493.493 0 1 0 0-.985 2.271 2.271 0 0 0-2.087 1.612.493.493 0 1 0 .95.262Z", fill: "#f29100" }),
45
+ React.createElement("path", { "data-name": "Path 3958", d: "M23.112 86.251a3.382 3.382 0 0 0 1.929.552.492.492 0 1 0 0-.985 3.139 3.139 0 0 1-.465-.025l.131.017a3 3 0 0 1-.62-.155l-.068-.027c-.057-.021.1.046.024.01-.053-.024-.106-.048-.158-.075a3 3 0 0 1-.275-.163.5.5 0 0 0-.675.177.5.5 0 0 0 .177.674Z", fill: "#f29100" }),
46
+ React.createElement("path", { "data-name": "Path 3959", d: "M26.834 86.71a2.763 2.763 0 0 0 1.814-1.26.5.5 0 0 0-.177-.674.5.5 0 0 0-.674.177 2.78 2.78 0 0 1-.131.19l.077-.1a2.322 2.322 0 0 1-.407.406l.1-.077a2.359 2.359 0 0 1-.517.3l.118-.05a2.272 2.272 0 0 1-.464.136.5.5 0 0 0-.294.227.5.5 0 0 0-.05.38.5.5 0 0 0 .227.294.55.55 0 0 0 .379.05Z", fill: "#f29100" }),
47
+ React.createElement("path", { "data-name": "Path 3960", d: "m29.881 84.141.008-.019-.049.117a2.4 2.4 0 0 1 .294-.5l-.077.1a2.488 2.488 0 0 1 .441-.441l-.1.077a2.424 2.424 0 0 1 .521-.3l-.118.05.117-.045a.53.53 0 0 0 .295-.227.505.505 0 0 0 .049-.38.5.5 0 0 0-.606-.344 2.958 2.958 0 0 0-1.046.638 3.052 3.052 0 0 0-.39.462 2.966 2.966 0 0 0-.29.556.493.493 0 0 0 .049.38.508.508 0 0 0 .295.226.494.494 0 0 0 .38-.05l.1-.077a.486.486 0 0 0 .126-.217Z", fill: "#f29100" }),
48
+ React.createElement("path", { "data-name": "Path 3961", d: "M32.549 82.745a5.423 5.423 0 0 1 1.1.034l-.131-.018q.256.036.51.095a.493.493 0 0 0 .262-.95 5.838 5.838 0 0 0-1.738-.147.527.527 0 0 0-.349.145.493.493 0 0 0 .349.841Z", fill: "#f29100" }),
49
+ React.createElement("path", { "data-name": "Path 3962", d: "M35.988 82.964a2.267 2.267 0 0 0 1.232-.391 2.294 2.294 0 0 0 .479-.43 2.494 2.494 0 0 0 .383-.653.5.5 0 0 0-.049-.38.5.5 0 0 0-.3-.226.5.5 0 0 0-.38.049.577.577 0 0 0-.226.295l-.009.022.05-.118a1.7 1.7 0 0 1-.157.291c-.017.026-.037.05-.054.076.083-.125.043-.055.018-.026a1.524 1.524 0 0 1-.121.13 1.649 1.649 0 0 1-.123.11c-.085.069.089-.063.016-.012l-.069.047a1.918 1.918 0 0 1-.3.161l.117-.05a1.8 1.8 0 0 1-.453.123l.131-.017a2 2 0 0 1-.189.013.493.493 0 0 0 0 .986Z", fill: "#f29100" }),
50
+ React.createElement("path", { "data-name": "Path 3963", d: "M39.508 80.528c-.02.027-.049.06-.011.015l.058-.069c.036-.04.073-.079.111-.117a2.683 2.683 0 0 1 .227-.2c.046-.039-.076.054 0 0l.058-.041c.045-.031.09-.06.136-.087.093-.056.19-.1.286-.15.061-.031-.083.032-.019.007l.067-.026c.05-.019.1-.036.153-.052a2.328 2.328 0 0 1 .313-.078l.07-.012c.095-.017-.07 0-.006 0 .047 0 .095-.01.142-.012a2.568 2.568 0 0 1 .341 0 .493.493 0 0 0 .492-.492.5.5 0 0 0-.492-.493 3.237 3.237 0 0 0-2.777 1.307.493.493 0 0 0 .177.674.507.507 0 0 0 .674-.176Z", fill: "#f29100" }),
51
+ React.createElement("path", { "data-name": "Path 3964", d: "m18.166 90.087-.6 1.125-.311.582c-.067.126-.257.356-.139.5s.348.04.484.015c.206-.037.41-.077.614-.12q.623-.132 1.237-.3a.124.124 0 0 0-.066-.238q-.531.146-1.068.263-.262.058-.528.109l-.275.052-.149.026-.042.007c-.059 0-.059.026 0 .086a.754.754 0 0 0 .063-.116l.062-.117.135-.252.259-.485.54-1.009c.075-.14-.138-.264-.212-.124Z", fill: "#1d1d1b" }),
52
+ React.createElement("path", { "data-name": "Path 3965", d: "M57.954 65.259a103.841 103.841 0 0 1-3.138 24.135 10.57 10.57 0 0 1-1.167 3.117 11.088 11.088 0 0 1-2.278 2.375l-17.2 14.689a41.9 41.9 0 0 1-7.257 5.347 102.123 102.123 0 0 0 10.033-25.223 51.065 51.065 0 0 1 2.871-9.488c2.856-6.067 8.452-10.307 13.84-14.3a7.654 7.654 0 0 1 3.9-1.863", fill: "#3491cf" }),
53
+ React.createElement("path", { "data-name": "Path 3966", d: "M4739.577 2260.734a.1.1 0 0 1-.064-.174c.132-.112 13.26-11.284 16.1-15.783s1.644-20.141 1.632-20.3a.1.1 0 0 1 .091-.106.111.111 0 0 1 .1.091c.051.646 1.206 15.878-1.661 20.419-2.857 4.524-16.008 15.716-16.14 15.828a.1.1 0 0 1-.058.025Z", transform: "translate(-4707.666 -2155.19)", fill: "#fff", style: {
54
+ mixBlendMode: "overlay",
55
+ isolation: "isolate",
56
+ } }),
57
+ React.createElement("path", { "data-name": "Path 3967", d: "M4743.581 2249.42a.1.1 0 0 1-.09-.06.1.1 0 0 1 .052-.129c.3-.155 4.8-5.744 5.731-8.038.9-2.228.7-9.6.7-9.672a.1.1 0 0 1 .1-.1.1.1 0 0 1 .1.1c.009.3.206 7.486-.714 9.751-.933 2.3-5.441 7.979-5.837 8.146a.093.093 0 0 1-.042.002Z", transform: "translate(-4707.666 -2155.19)", fill: "#fff", style: {
58
+ mixBlendMode: "overlay",
59
+ isolation: "isolate",
60
+ } }),
61
+ React.createElement("path", { "data-name": "Path 3968", d: "M51.719 32.86c-6.039 1.715-14.436 7.913-14.436 7.913l.422-.164a7091.23 7091.23 0 0 1 13.864-7.612Z", fill: "#201a3f" }),
62
+ React.createElement("path", { "data-name": "Path 3969", d: "M44.083 30.063a.44.44 0 0 0 .451-.277.385.385 0 0 0-.211-.471.439.439 0 0 0-.518.573.347.347 0 0 0 .278.175Z", fill: "#be92c2" }),
63
+ React.createElement("path", { "data-name": "Path 3970", d: "M37.126 33.102a.27.27 0 0 0-.319.353.21.21 0 0 0 .171.108.27.27 0 0 0 .278-.171.235.235 0 0 0-.13-.29Z", fill: "#be92c2" }),
64
+ React.createElement("path", { "data-name": "Path 3971", d: "M52.319 27.516c-.024.007-.034.018-.059.025-5.017 1.47-12.3 4.6-14.845 6.522 1.541-.254 4.473-.714 6.164-.832a28.867 28.867 0 0 0 8.484-1.7c2.282-1.034 2.207-1.633 2.207-1.633a15.12 15.12 0 0 1-1.951-2.382Zm-5.677 3.052a.439.439 0 0 1-.45.277.345.345 0 0 1-.278-.175.439.439 0 0 1 .518-.573.383.383 0 0 1 .21.471Zm2.413-.569a.253.253 0 0 1-.259.158.2.2 0 0 1-.159-.1.252.252 0 0 1 .3-.329.221.221 0 0 1 .118.271Z", fill: "#be92c2" }),
65
+ React.createElement("path", { "data-name": "Path 3972", d: "M49.975 27.563a.787.787 0 0 0 .807-.5.687.687 0 0 0-.377-.843.785.785 0 0 0-.927 1.025.616.616 0 0 0 .497.318Z", fill: "#be92c2" }),
66
+ React.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }))); };
67
+
68
+ export { SvgMrWhale as default };
69
+ //# sourceMappingURL=MrWhale.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MrWhale.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}