@sodax/wallet-sdk-react 0.0.1-rc.2

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 (66) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +233 -0
  3. package/dist/index.cjs +1589 -0
  4. package/dist/index.cjs.map +1 -0
  5. package/dist/index.d.cts +15970 -0
  6. package/dist/index.d.ts +15970 -0
  7. package/dist/index.mjs +1513 -0
  8. package/dist/index.mjs.map +1 -0
  9. package/package.json +74 -0
  10. package/src/SodaxWalletProvider.tsx +55 -0
  11. package/src/actions/getXChainType.ts +10 -0
  12. package/src/actions/getXService.ts +25 -0
  13. package/src/actions/index.ts +2 -0
  14. package/src/assets/wallets/hana.svg +6 -0
  15. package/src/assets/wallets/havah.svg +76 -0
  16. package/src/assets/wallets/keplr.svg +30 -0
  17. package/src/assets/wallets/metamask.svg +60 -0
  18. package/src/assets/wallets/phantom.svg +4 -0
  19. package/src/assets/wallets/sui.svg +20 -0
  20. package/src/constants/index.ts +1 -0
  21. package/src/constants/xChains.ts +164 -0
  22. package/src/core/XConnector.ts +54 -0
  23. package/src/core/XService.ts +91 -0
  24. package/src/core/index.ts +2 -0
  25. package/src/hooks/index.ts +11 -0
  26. package/src/hooks/useEthereumChainId.ts +36 -0
  27. package/src/hooks/useEvmSwitchChain.ts +92 -0
  28. package/src/hooks/useWalletProvider.ts +149 -0
  29. package/src/hooks/useWalletProviderOptions.ts +51 -0
  30. package/src/hooks/useXAccount.ts +51 -0
  31. package/src/hooks/useXAccounts.ts +56 -0
  32. package/src/hooks/useXBalances.ts +66 -0
  33. package/src/hooks/useXConnect.ts +119 -0
  34. package/src/hooks/useXConnection.ts +72 -0
  35. package/src/hooks/useXConnectors.ts +56 -0
  36. package/src/hooks/useXDisconnect.ts +65 -0
  37. package/src/hooks/useXService.ts +8 -0
  38. package/src/index.ts +18 -0
  39. package/src/types/index.ts +44 -0
  40. package/src/useXWagmiStore.tsx +164 -0
  41. package/src/utils/index.ts +33 -0
  42. package/src/xchains/evm/EvmXConnector.ts +27 -0
  43. package/src/xchains/evm/EvmXService.ts +189 -0
  44. package/src/xchains/evm/index.ts +2 -0
  45. package/src/xchains/icon/IconHanaXConnector.ts +39 -0
  46. package/src/xchains/icon/IconXService.ts +115 -0
  47. package/src/xchains/icon/iconex/index.tsx +46 -0
  48. package/src/xchains/icon/index.ts +2 -0
  49. package/src/xchains/injective/InjectiveKelprXConnector.ts +37 -0
  50. package/src/xchains/injective/InjectiveMetamaskXConnector.ts +40 -0
  51. package/src/xchains/injective/InjectiveXService.ts +71 -0
  52. package/src/xchains/injective/index.ts +4 -0
  53. package/src/xchains/injective/utils.ts +17 -0
  54. package/src/xchains/solana/SolanaXConnector.ts +26 -0
  55. package/src/xchains/solana/SolanaXService.ts +50 -0
  56. package/src/xchains/solana/hooks/useAnchorProvider.tsx +9 -0
  57. package/src/xchains/solana/index.ts +2 -0
  58. package/src/xchains/stellar/CustomSorobanServer.ts +93 -0
  59. package/src/xchains/stellar/StellarWalletsKitXConnector.ts +45 -0
  60. package/src/xchains/stellar/StellarXService.ts +61 -0
  61. package/src/xchains/stellar/index.tsx +2 -0
  62. package/src/xchains/stellar/useStellarXConnectors.ts +30 -0
  63. package/src/xchains/stellar/utils.ts +49 -0
  64. package/src/xchains/sui/SuiXConnector.ts +28 -0
  65. package/src/xchains/sui/SuiXService.ts +56 -0
  66. package/src/xchains/sui/index.ts +2 -0
@@ -0,0 +1,76 @@
1
+ <svg viewBox="0 0 53 53" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5">
2
+ <circle cx="26.457" cy="26.457" r="26.457" style="fill:url(#_Linear1);"/>
3
+ <g>
4
+ <path d="M26.453,4.457l-19.053,11l0,22l19.053,11l19.052,-11l0.009,-22l-19.061,-11Zm16.026,29.505l-4.489,-2.592c-0.034,0.194 -0.114,0.377 -0.237,0.535c-0.159,0.205 -0.375,0.351 -0.624,0.423c-0.252,0.073 -0.521,0.111 -0.799,0.111c-0.478,-0 -0.995,-0.115 -1.478,-0.324c0.04,0.151 0.079,0.302 0.117,0.451l0.001,0.002c0.056,0.217 0.113,0.438 0.174,0.654l5.82,3.361l-12.998,7.504l0,-6.969c-0.147,0.254 -0.29,0.509 -0.411,0.756c-0.496,1.017 -0.724,2.119 -0.657,3.185l0.001,0.017l0,0.023c0.01,0.303 -0.093,0.597 -0.29,0.827c-0.197,0.23 -0.471,0.377 -0.772,0.414l-0.017,0.002c-0.047,0.006 -0.096,0.009 -0.144,0.009c-0.274,-0 -0.531,-0.094 -0.737,-0.253l0,1.989l-12.998,-7.504l2.871,-1.657c0.258,-0.501 0.554,-0.957 0.885,-1.364c0.378,-0.462 0.803,-0.863 1.266,-1.192l0.049,-0.035c0.38,-0.27 0.748,-0.532 1.14,-0.783c-0.407,-0.058 -0.792,-0.108 -1.14,-0.108c-0.297,-0 -0.526,0.036 -0.702,0.112c-0.154,0.067 -0.317,0.101 -0.485,0.101c-0.191,-0 -0.383,-0.047 -0.555,-0.135c-0.102,-0.052 -0.196,-0.118 -0.278,-0.195l-4.564,2.635l-0,-15.009l4.495,2.595c0.033,-0.193 0.112,-0.375 0.233,-0.533c0.159,-0.207 0.375,-0.355 0.625,-0.428c0.253,-0.074 0.523,-0.112 0.803,-0.112c0.478,0 0.996,0.116 1.479,0.325c-0.041,-0.153 -0.079,-0.303 -0.116,-0.446l-0.002,-0.008c-0.056,-0.215 -0.112,-0.434 -0.173,-0.649l-5.831,-3.366l12.998,-7.505l0,6.984c0.15,-0.258 0.297,-0.518 0.419,-0.77c0.497,-1.017 0.725,-2.119 0.658,-3.185l-0.001,-0.016l-0.001,-0.025c-0.009,-0.303 0.095,-0.597 0.293,-0.828c0.198,-0.23 0.473,-0.377 0.774,-0.413l0.017,-0.001c0.046,-0.006 0.093,-0.009 0.14,-0.009c0.271,0 0.524,0.091 0.728,0.246l0,-1.983l13.006,7.505l-2.87,1.656c-0.257,0.501 -0.553,0.957 -0.885,1.364c-0.377,0.462 -0.803,0.863 -1.266,1.193l-0.05,0.035c-0.379,0.27 -0.747,0.532 -1.139,0.783c0.407,0.058 0.792,0.108 1.14,0.108c0.296,0 0.526,-0.036 0.702,-0.112c0.154,-0.067 0.317,-0.101 0.485,-0.101c0.189,0 0.38,0.046 0.55,0.133c0.104,0.052 0.199,0.119 0.282,0.197l4.564,-2.634l-0.006,15.009l0,-0Z" style="fill:rgb(117,150,143);fill-rule:nonzero;"/>
5
+ <path d="M41.25,27.21c-0.007,-0.057 -0.056,-0.1 -0.113,-0.1l-0.011,0.001c-0.143,0.009 -0.287,0.013 -0.431,0.013c-1.118,0 -2.252,-0.267 -3.304,-0.78c-0.39,-0.191 -0.777,-0.419 -1.151,-0.64c-0.432,-0.255 -0.879,-0.519 -1.339,-0.73c-0.541,-0.248 -1.057,-0.391 -1.532,-0.428c-0.084,-0.007 -0.167,-0.011 -0.248,-0.011c-0.118,0 -0.233,0.007 -0.345,0.021c-0.098,0.013 -0.194,0.03 -0.288,0.053c0.375,-0.503 0.914,-0.67 1.512,-0.759c0.186,-0.028 0.378,-0.048 0.573,-0.069c0.049,-0.005 0.098,-0.01 0.148,-0.016c0.286,-0.03 0.577,-0.066 0.856,-0.133c0.563,-0.134 1.284,-0.493 1.617,-1.1l0.002,-0.004c0.023,-0.046 0.014,-0.102 -0.023,-0.138c-0.009,-0.01 -0.02,-0.017 -0.031,-0.022c-0.017,-0.009 -0.035,-0.014 -0.054,-0.014c-0.016,0 -0.033,0.004 -0.048,0.011c-0.248,0.106 -0.514,0.163 -0.793,0.188c-0.113,0.009 -0.229,0.014 -0.346,0.014c-0.475,0 -0.974,-0.073 -1.464,-0.144c-0.1,-0.014 -0.199,-0.029 -0.297,-0.042c-0.428,-0.06 -0.902,-0.126 -1.359,-0.126c-0.544,0 -1.064,0.094 -1.457,0.402c0.473,-0.899 1.175,-1.309 1.856,-1.652c0.78,-0.392 1.384,-0.822 2.084,-1.32l0.05,-0.035c0.097,-0.069 0.192,-0.142 0.285,-0.218c0.276,-0.228 0.532,-0.487 0.768,-0.775c0.451,-0.553 0.827,-1.216 1.122,-1.986c0.023,-0.049 0.008,-0.108 -0.036,-0.14l-0.007,-0.004c-0.02,-0.015 -0.043,-0.022 -0.067,-0.022c-0.03,-0 -0.061,0.012 -0.083,0.036l-0.005,0.005c-0.832,0.943 -1.932,1.668 -3.182,2.098c-0.412,0.142 -0.848,0.254 -1.269,0.363c-0.485,0.125 -0.987,0.254 -1.461,0.43c-0.926,0.344 -1.597,0.84 -1.964,1.447c-0.119,-0.813 0.371,-1.42 0.889,-2.059c0.21,-0.26 0.428,-0.529 0.604,-0.815c0.304,-0.494 0.56,-1.258 0.365,-1.921c-0.014,-0.05 -0.059,-0.085 -0.112,-0.087l-0.003,0c-0.051,0 -0.094,0.031 -0.112,0.077c-0.305,0.766 -1.063,1.333 -1.797,1.88c-0.081,0.061 -0.162,0.121 -0.241,0.181c-0.245,0.185 -0.508,0.384 -0.755,0.599c-0.099,0.086 -0.196,0.175 -0.287,0.266c-0.388,0.386 -0.693,0.822 -0.755,1.32c-0.299,-0.969 -0.093,-1.754 0.146,-2.477c0.275,-0.832 0.398,-1.567 0.542,-2.417l0.008,-0.051c0.027,-0.163 0.047,-0.326 0.059,-0.492c0.018,-0.253 0.018,-0.51 -0,-0.771c-0.054,-0.765 -0.262,-1.561 -0.626,-2.377c-0.012,-0.048 -0.055,-0.08 -0.103,-0.08c-0.004,0 -0.008,0 -0.013,0.001l-0.013,0.002c-0.059,0.007 -0.103,0.057 -0.101,0.116l0,0.008c0.078,1.255 -0.187,2.547 -0.767,3.734c-0.19,0.39 -0.418,0.777 -0.639,1.151c-0.255,0.432 -0.519,0.879 -0.73,1.339c-0.012,0.027 -0.024,0.054 -0.036,0.08c-0.125,0.284 -0.22,0.559 -0.287,0.825c-0.138,0.55 -0.153,1.059 -0.042,1.509c-0.661,-0.491 -0.743,-1.267 -0.829,-2.085c-0.035,-0.333 -0.071,-0.677 -0.149,-1.004c-0.134,-0.564 -0.493,-1.285 -1.1,-1.617l-0.004,-0.002c-0.017,-0.009 -0.035,-0.013 -0.054,-0.013c-0.031,0 -0.061,0.012 -0.084,0.035c-0.036,0.036 -0.046,0.089 -0.025,0.134c0.326,0.758 0.19,1.696 0.058,2.603c-0.014,0.099 -0.029,0.198 -0.042,0.296c-0.131,0.939 -0.291,2.093 0.275,2.816c-0.898,-0.473 -1.308,-1.175 -1.65,-1.855c-0.392,-0.78 -0.822,-1.385 -1.32,-2.085l-0.036,-0.05c-0.67,-0.942 -1.673,-1.674 -2.979,-2.174c-0.016,-0.007 -0.032,-0.011 -0.048,-0.011c-0.035,-0 -0.07,0.016 -0.091,0.046l-0.005,0.008c-0.034,0.046 -0.028,0.11 0.014,0.149l0.005,0.005c0.943,0.832 1.669,1.933 2.099,3.183c0.141,0.411 0.253,0.847 0.362,1.268l0.002,0.008c0.033,0.129 0.067,0.259 0.102,0.39c0.095,0.358 0.198,0.718 0.326,1.063c0.344,0.927 0.841,1.598 1.449,1.965c-0.084,0.012 -0.166,0.018 -0.246,0.018c-0.694,0 -1.241,-0.442 -1.815,-0.906c-0.26,-0.211 -0.529,-0.429 -0.815,-0.605c-0.374,-0.23 -0.903,-0.433 -1.426,-0.433c-0.168,0 -0.334,0.021 -0.495,0.068c-0.051,0.015 -0.085,0.06 -0.086,0.113c-0.001,0.051 0.029,0.096 0.077,0.114c0.537,0.214 0.976,0.65 1.379,1.145c0.157,0.193 0.309,0.396 0.46,0.597c0.014,0.019 0.028,0.038 0.043,0.057c0.06,0.081 0.119,0.161 0.179,0.24c0.571,0.755 1.273,1.684 2.184,1.796c-0.344,0.106 -0.665,0.149 -0.969,0.149c-0.55,-0 -1.042,-0.14 -1.508,-0.294c-0.832,-0.276 -1.567,-0.399 -2.418,-0.543l-0.05,-0.008c-0.286,-0.048 -0.578,-0.072 -0.874,-0.072c-0.884,-0 -1.811,0.214 -2.766,0.639c-0.052,0.014 -0.085,0.064 -0.078,0.117l0.001,0.013c0.007,0.057 0.056,0.1 0.113,0.1l0.011,-0c0.143,-0.009 0.287,-0.013 0.431,-0.013c1.118,-0 2.252,0.266 3.304,0.78c0.39,0.19 0.777,0.419 1.151,0.639c0.432,0.255 0.879,0.519 1.339,0.73c0.541,0.248 1.056,0.391 1.531,0.429c0.084,0.007 0.168,0.011 0.25,0.011c0.118,-0 0.232,-0.008 0.343,-0.022c0.099,-0.012 0.196,-0.03 0.29,-0.053c-0.375,0.503 -0.915,0.671 -1.514,0.76c-0.186,0.028 -0.378,0.048 -0.572,0.068c-0.049,0.006 -0.099,0.011 -0.149,0.016c-0.285,0.031 -0.576,0.067 -0.854,0.133c-0.564,0.134 -1.285,0.494 -1.618,1.101l-0.002,0.004c-0.023,0.046 -0.013,0.102 0.023,0.138c0.009,0.009 0.02,0.016 0.031,0.022c0.017,0.008 0.035,0.013 0.054,0.013c0.016,0 0.033,-0.003 0.049,-0.01c0.247,-0.107 0.513,-0.164 0.791,-0.188c0.114,-0.01 0.229,-0.015 0.347,-0.015c0.475,0 0.974,0.073 1.464,0.144c0.1,0.015 0.199,0.029 0.297,0.043c0.429,0.06 0.903,0.126 1.361,0.126c0.543,-0 1.062,-0.094 1.455,-0.401c-0.474,0.898 -1.175,1.308 -1.856,1.65c-0.78,0.392 -1.384,0.823 -2.085,1.321l-0.049,0.035c-0.097,0.069 -0.191,0.141 -0.283,0.217c-0.277,0.227 -0.533,0.486 -0.769,0.775c-0.451,0.553 -0.827,1.217 -1.122,1.987c-0.024,0.048 -0.009,0.107 0.035,0.139l0.004,0.003c0.021,0.015 0.045,0.023 0.069,0.023c0.031,-0 0.061,-0.012 0.084,-0.035l0.005,-0.005c0.832,-0.943 1.932,-1.669 3.183,-2.099c0.411,-0.141 0.847,-0.254 1.268,-0.362c0.485,-0.125 0.987,-0.254 1.461,-0.43c0.926,-0.344 1.597,-0.841 1.964,-1.448c0.119,0.814 -0.371,1.42 -0.889,2.059c-0.21,0.26 -0.428,0.529 -0.604,0.815c-0.304,0.494 -0.56,1.258 -0.365,1.921c0.014,0.051 0.06,0.086 0.113,0.087l0.002,-0c0.05,-0 0.094,-0.031 0.112,-0.077c0.305,-0.767 1.063,-1.333 1.797,-1.881c0.081,-0.06 0.162,-0.12 0.241,-0.18c0.242,-0.183 0.502,-0.379 0.747,-0.592c0.099,-0.085 0.195,-0.174 0.287,-0.265c0.392,-0.388 0.701,-0.826 0.763,-1.327c0.299,0.968 0.093,1.754 -0.146,2.477c-0.275,0.832 -0.398,1.567 -0.542,2.417l-0.008,0.051c-0.035,0.208 -0.057,0.419 -0.067,0.632c-0.007,0.16 -0.007,0.322 0,0.486c0.036,0.81 0.247,1.654 0.634,2.522c0.013,0.047 0.056,0.079 0.103,0.079c0.005,0 0.009,0 0.013,-0.001l0.014,-0.001c0.058,-0.007 0.102,-0.058 0.1,-0.117l-0,-0.007c-0.078,-1.256 0.187,-2.547 0.767,-3.735c0.19,-0.39 0.419,-0.777 0.639,-1.151c0.255,-0.432 0.519,-0.879 0.73,-1.339c0.01,-0.02 0.018,-0.041 0.027,-0.061c0.124,-0.278 0.22,-0.548 0.288,-0.81c0.146,-0.563 0.164,-1.084 0.05,-1.543c0.661,0.491 0.743,1.267 0.829,2.085c0.035,0.333 0.071,0.677 0.149,1.004c0.134,0.564 0.493,1.284 1.1,1.617l0.004,0.002c0.017,0.009 0.035,0.013 0.054,0.013c0.031,-0 0.062,-0.013 0.085,-0.036c0.035,-0.035 0.044,-0.088 0.024,-0.133c-0.326,-0.758 -0.19,-1.696 -0.058,-2.603c0.014,-0.099 0.029,-0.198 0.042,-0.297c0.131,-0.938 0.291,-2.092 -0.275,-2.815c0.899,0.473 1.309,1.175 1.651,1.855c0.392,0.78 0.823,1.385 1.321,2.085l0.035,0.05c0.67,0.943 1.673,1.674 2.979,2.175c0.016,0.007 0.032,0.01 0.048,0.01c0.035,0 0.07,-0.016 0.091,-0.046l0.005,-0.007c0.034,-0.046 0.028,-0.11 -0.014,-0.149l-0.005,-0.006c-0.943,-0.832 -1.669,-1.932 -2.099,-3.183c-0.142,-0.411 -0.254,-0.847 -0.363,-1.268l0,-0.001c-0.033,-0.129 -0.067,-0.26 -0.102,-0.39c-0.095,-0.36 -0.199,-0.723 -0.328,-1.07c-0.344,-0.926 -0.841,-1.598 -1.448,-1.965c0.084,-0.012 0.166,-0.018 0.245,-0.018c0.694,0 1.241,0.443 1.815,0.907c0.26,0.211 0.529,0.428 0.815,0.604c0.374,0.231 0.903,0.433 1.426,0.433l0,0c0.167,0 0.334,-0.02 0.494,-0.067c0.051,-0.014 0.086,-0.06 0.087,-0.112c0.001,-0.052 -0.029,-0.098 -0.077,-0.116c-0.533,-0.212 -0.97,-0.644 -1.371,-1.135c-0.158,-0.194 -0.311,-0.396 -0.462,-0.598c-0.015,-0.021 -0.031,-0.043 -0.047,-0.064c-0.06,-0.081 -0.121,-0.161 -0.181,-0.241c-0.571,-0.756 -1.273,-1.684 -2.184,-1.796c0.344,-0.107 0.665,-0.149 0.969,-0.149c0.55,-0 1.042,0.14 1.508,0.294c0.832,0.275 1.567,0.399 2.417,0.542l0.051,0.009c0.286,0.048 0.577,0.072 0.873,0.072l0.001,-0c0.884,-0 1.811,-0.214 2.766,-0.64c0.052,-0.014 0.085,-0.063 0.078,-0.116l-0.001,-0.014l-0,0Zm-10.777,3.645c-1.13,1.086 -2.616,1.667 -4.183,1.636c-1.567,-0.031 -3.029,-0.671 -4.115,-1.801c-1.086,-1.13 -1.667,-2.616 -1.636,-4.183c0.023,-1.124 0.359,-2.192 0.964,-3.108c0.055,-0.093 0.117,-0.189 0.19,-0.282c0.021,-0.026 0.042,-0.05 0.063,-0.074c0.177,-0.229 0.372,-0.446 0.584,-0.651c1.131,-1.086 2.616,-1.667 4.183,-1.635c1.568,0.031 3.029,0.67 4.115,1.801c1.086,1.13 1.667,2.615 1.636,4.183c-0.031,1.567 -0.671,3.028 -1.801,4.114l-0,0Z" style="fill:white;fill-rule:nonzero;"/>
6
+ <path d="M25.46,27.399c0.025,0.01 0.05,0.019 0.075,0.028c0.206,0.077 0.371,0.109 0.488,0.11c0.059,0.002 0.105,-0.004 0.14,-0.004c0.034,-0.002 0.057,0.002 0.064,0.015c0.007,0.012 -0.002,0.032 -0.029,0.061c-0.011,0.011 -0.026,0.022 -0.043,0.034c0.011,0.001 0.022,0.002 0.033,0.003c0.08,0.005 0.16,0.009 0.239,0.014c0.158,0.008 0.315,0.014 0.469,0.02c0.154,0.006 0.304,0.011 0.451,0.011c0.294,0.002 0.573,-0.014 0.833,-0.063c0.13,-0.024 0.255,-0.057 0.373,-0.098c0.119,-0.041 0.232,-0.09 0.339,-0.146c0.214,-0.112 0.405,-0.248 0.574,-0.392c0.022,-0.019 0.043,-0.038 0.064,-0.057c-0.129,0.064 -0.334,0.144 -0.6,0.223c-0.245,0.072 -0.541,0.143 -0.874,0.2c-0.334,0.056 -0.704,0.097 -1.095,0.112c-0.39,0.016 -0.763,0.004 -1.099,-0.025c-0.142,-0.012 -0.274,-0.029 -0.402,-0.046Z" style="fill:white;fill-rule:nonzero;"/>
7
+ <path d="M27.707,28.187c0.008,-0.003 0.013,-0.005 0.02,-0.007c-0.035,0.002 -0.07,0.005 -0.105,0.007l-0.024,0.006c-0.045,0.012 -0.092,0.024 -0.14,0.035c0.029,-0.003 0.057,-0.005 0.083,-0.008c0.068,-0.009 0.123,-0.02 0.166,-0.033Z" style="fill:white;fill-rule:nonzero;"/>
8
+ <path d="M24.252,26.051c-0.112,-0.015 -0.225,-0.033 -0.34,-0.055c0.086,0.041 0.174,0.082 0.266,0.123c0.056,0.026 0.115,0.052 0.174,0.077c0.035,-0.004 0.072,-0.009 0.107,-0.012c0.137,-0.012 0.269,-0.018 0.397,-0.027l0.193,-0.013c0.064,-0.005 0.127,-0.01 0.19,-0.015c0.021,-0.002 0.041,-0.004 0.062,-0.006l-0.007,-0.004c-0.218,-0.004 -0.442,-0.012 -0.673,-0.03c-0.209,0.036 -0.333,0.04 -0.344,0.005c-0.003,-0.01 0.003,-0.023 0.018,-0.038c-0.014,-0.002 -0.028,-0.003 -0.043,-0.005Z" style="fill:white;fill-rule:nonzero;"/>
9
+ <path d="M26.49,23.702c-0.039,-0.01 -0.078,-0.02 -0.116,-0.029c-0.036,0.014 -0.073,0.028 -0.11,0.042c0.096,0.072 0.197,0.147 0.3,0.224c0.05,-0.015 0.099,-0.028 0.148,-0.042l-0.222,-0.195Z" style="fill:white;fill-rule:nonzero;"/>
10
+ <path d="M27.011,26.359c0.049,-0.027 0.102,-0.053 0.156,-0.08c0.016,-0.008 0.035,-0.016 0.052,-0.025c-0.009,-0.004 -0.018,-0.007 -0.028,-0.012c-0.112,0.012 -0.217,0.021 -0.316,0.029l-0.018,0.003c0.005,0.006 0.012,0.012 0.017,0.017c0.039,0.038 0.069,0.07 0.087,0.095c0.017,-0.009 0.033,-0.018 0.05,-0.027Z" style="fill:white;fill-rule:nonzero;"/>
11
+ <path d="M24.558,28.03c0.129,0.043 0.268,0.081 0.414,0.113l-0.012,-0.003c-0.095,-0.027 -0.187,-0.052 -0.271,-0.08c-0.042,-0.014 -0.083,-0.026 -0.122,-0.04c-0.036,-0.013 -0.07,-0.026 -0.103,-0.038c-0.008,0.002 -0.017,0.003 -0.026,0.005c0.04,0.015 0.079,0.029 0.12,0.043Z" style="fill:white;fill-rule:nonzero;"/>
12
+ <path d="M24.404,27.975c0.009,-0.001 0.017,-0.003 0.025,-0.004c-0.01,0.001 -0.019,0.002 -0.03,0.002l0.005,0.002Z" style="fill:white;fill-rule:nonzero;"/>
13
+ <path d="M25.261,26.967c0.016,0.001 0.031,0.002 0.047,0.003c-0.091,-0.029 -0.18,-0.059 -0.267,-0.091c-0.073,-0.001 -0.147,-0.001 -0.22,-0.002c-0.058,-0.001 -0.116,-0.002 -0.173,-0.003c0.018,0.017 0.037,0.033 0.055,0.049c0.181,0.018 0.367,0.034 0.558,0.044Z" style="fill:white;fill-rule:nonzero;"/>
14
+ <path d="M26.986,28.261c0.028,-0 0.056,0.001 0.085,0.001l0.036,-0.001c0.008,-0.001 0.016,-0.002 0.023,-0.002c0.119,-0.02 0.23,-0.041 0.332,-0.064c-0.12,0.004 -0.241,0.006 -0.363,0.006c-0.016,0.003 -0.033,0.006 -0.053,0.009c-0.07,0.012 -0.163,0.026 -0.275,0.04c0.017,0.001 0.034,0.003 0.052,0.004c0.052,0.002 0.107,0.007 0.163,0.007Z" style="fill:white;fill-rule:nonzero;"/>
15
+ <path d="M30.26,25.007c-0.155,-0.034 -0.383,-0.111 -0.652,-0.234c-0.002,0.004 -0.004,0.007 -0.006,0.011c0.031,0.024 0.066,0.047 0.104,0.067c0.035,0.019 0.07,0.035 0.104,0.051c0.072,0.006 0.112,0.02 0.116,0.04c0,0.002 -0.001,0.005 -0.001,0.007c0.109,0.042 0.217,0.072 0.317,0.091c0.045,0.009 0.089,0.015 0.131,0.02c-0.004,-0.01 -0.009,-0.02 -0.015,-0.031l-0.098,-0.022l-0,0Z" style="fill:white;fill-rule:nonzero;"/>
16
+ <path d="M25.205,25.357l-0.041,0.015c0.04,0.028 0.079,0.057 0.119,0.085c0.018,0.003 0.037,0.006 0.056,0.009c-0.045,-0.036 -0.089,-0.072 -0.134,-0.109Z" style="fill:white;fill-rule:nonzero;"/>
17
+ <path d="M25.238,24.101c-0.038,0.014 -0.076,0.028 -0.115,0.042c-0.041,0.015 -0.08,0.03 -0.121,0.045c0.146,0.029 0.306,0.066 0.475,0.106l0.018,0.004c0.036,-0.013 0.07,-0.027 0.106,-0.04c0.025,-0.009 0.05,-0.017 0.074,-0.026c-0.134,-0.04 -0.26,-0.078 -0.374,-0.112c-0.022,-0.007 -0.042,-0.013 -0.063,-0.019Z" style="fill:white;fill-rule:nonzero;"/>
18
+ <path d="M25.373,22.111c-0.021,0.009 -0.042,0.019 -0.064,0.029c-0.025,0.011 -0.051,0.023 -0.078,0.034c-0.028,0.011 -0.056,0.023 -0.085,0.036c-0.059,0.023 -0.121,0.049 -0.186,0.075c-0.021,0.008 -0.044,0.017 -0.065,0.025c0.016,-0.004 0.033,-0.009 0.05,-0.013c0.213,-0.055 0.407,-0.097 0.572,-0.125c0.014,-0.002 0.027,-0.004 0.041,-0.006c-0.018,-0.005 -0.036,-0.01 -0.053,-0.015c-0.047,-0.014 -0.091,-0.027 -0.132,-0.04Z" style="fill:white;fill-rule:nonzero;"/>
19
+ <path d="M27.803,24.182c0.062,-0.01 0.121,-0.019 0.178,-0.027c0.04,-0.006 0.076,-0.011 0.113,-0.015c-0.183,-0.048 -0.375,-0.101 -0.574,-0.156c-0.022,0.009 -0.045,0.018 -0.068,0.027l-0.017,0.006c0.059,0.041 0.119,0.081 0.179,0.123c0.03,0.02 0.058,0.04 0.087,0.06c0.034,-0.006 0.069,-0.013 0.102,-0.018l0,-0Z" style="fill:white;fill-rule:nonzero;"/>
20
+ <path d="M24.776,25.001c-0.031,0.011 -0.061,0.022 -0.092,0.033c0.048,0.033 0.097,0.067 0.146,0.102c0.023,-0.01 0.044,-0.021 0.068,-0.032c-0.042,-0.035 -0.082,-0.069 -0.122,-0.103Z" style="fill:white;fill-rule:nonzero;"/>
21
+ <path d="M24.437,27.942l0.011,0c-0.011,-0.002 -0.022,-0.005 -0.033,-0.007c0.007,0.002 0.015,0.005 0.022,0.007Z" style="fill:white;fill-rule:nonzero;"/>
22
+ <path d="M29.832,26.641c-0.031,0.009 -0.062,0.018 -0.091,0.026c-0.184,0.048 -0.351,0.076 -0.492,0.091c-0.061,0.006 -0.116,0.009 -0.166,0.011c-0.01,0.004 -0.02,0.008 -0.03,0.013c-0.035,0.015 -0.07,0.031 -0.106,0.047c-0.035,0.015 -0.072,0.029 -0.109,0.043c-0.005,0.002 -0.011,0.004 -0.016,0.007c0.015,-0.003 0.031,-0.005 0.046,-0.007c0.448,-0.064 0.744,-0.107 0.807,-0.071c0.054,-0.053 0.107,-0.107 0.157,-0.16Z" style="fill:white;fill-rule:nonzero;"/>
23
+ <path d="M28.874,23.234c-0.099,-0.044 -0.2,-0.09 -0.305,-0.137c-0.032,-0.014 -0.066,-0.029 -0.098,-0.043c-0.01,-0.001 -0.019,-0.001 -0.029,-0.002c-0.041,-0.003 -0.083,-0.003 -0.126,-0.005l-0.064,-0.003l-0.01,0c0.087,0.043 0.175,0.086 0.264,0.131c0.034,0.018 0.068,0.035 0.102,0.053c0.004,0.001 0.007,0.001 0.01,0.002c0.252,0.067 0.587,0.189 0.945,0.353c0.026,0.012 0.051,0.024 0.076,0.036c-0.144,-0.085 -0.305,-0.169 -0.482,-0.254c-0.091,-0.043 -0.185,-0.087 -0.283,-0.131Z" style="fill:white;fill-rule:nonzero;"/>
24
+ <path d="M25.964,26.415c-0.166,0.022 -0.336,0.042 -0.507,0.061c0.178,-0.002 0.356,-0.005 0.536,-0.01c0.034,-0 0.067,-0.002 0.101,-0.003c-0.041,-0.015 -0.081,-0.03 -0.122,-0.045l-0.008,-0.003Z" style="fill:white;fill-rule:nonzero;"/>
25
+ <path d="M26.63,28.236l0.002,-0c0.145,-0.012 0.265,-0.025 0.358,-0.035c-0.225,-0.003 -0.453,-0.011 -0.684,-0.022c0.031,0.007 0.063,0.013 0.097,0.021c0.039,0.009 0.082,0.015 0.126,0.022c0.032,0.006 0.067,0.01 0.101,0.014Z" style="fill:white;fill-rule:nonzero;"/>
26
+ <path d="M28.301,28.285c-0.01,0.001 -0.019,0.003 -0.029,0.005c0.003,0.001 0.005,0.002 0.007,0.003l0.022,-0.008l-0,-0Z" style="fill:white;fill-rule:nonzero;"/>
27
+ <path d="M28.671,28.14c0.166,-0.067 0.343,-0.141 0.525,-0.224c-0.008,0.001 -0.016,0.002 -0.023,0.003c-0,0 -0.083,0.039 -0.106,0.051c-0.012,0.005 -0.024,0.011 -0.036,0.017l-0.193,0.078c-0.194,0.072 -0.411,0.138 -0.643,0.187c0.004,0.003 0.008,0.006 0.013,0.009c0.121,-0.022 0.246,-0.051 0.374,-0.086c0.03,-0.012 0.059,-0.023 0.089,-0.035l0,-0Z" style="fill:white;fill-rule:nonzero;"/>
28
+ <path d="M27.8,28.317l0.037,-0.003c0.011,-0.001 0.022,-0.001 0.033,-0.003l0.033,-0.004l0.137,-0.017c0.053,-0.008 0.106,-0.017 0.161,-0.027c-0.004,-0.003 -0.008,-0.007 -0.01,-0.01c-0.022,0.005 -0.043,0.011 -0.065,0.015c-0.11,0.02 -0.218,0.035 -0.324,0.047l-0.002,0.002Z" style="fill:white;fill-rule:nonzero;"/>
29
+ <path d="M27.978,28.155c-0.033,0.004 -0.066,0.009 -0.1,0.012c0.001,0.003 0.001,0.006 0.001,0.009c0.015,-0.003 0.029,-0.005 0.044,-0.008c0.019,-0.004 0.037,-0.008 0.055,-0.013Z" style="fill:white;fill-rule:nonzero;"/>
30
+ <path d="M27.839,28.269c0.091,-0.011 0.184,-0.024 0.278,-0.042c0.256,-0.051 0.496,-0.121 0.709,-0.198c0.053,-0.021 0.104,-0.042 0.154,-0.061l0.037,-0.015c0.012,-0.005 0.024,-0.011 0.036,-0.016l0.013,-0.006c-0.023,0.002 -0.047,0.003 -0.068,0.003c-0.013,0 -0.024,-0.001 -0.036,-0.001c-0.176,0.062 -0.379,0.128 -0.608,0.186c-0.132,0.033 -0.273,0.062 -0.419,0.088l-0.004,0.001c-0.008,0.002 -0.015,0.003 -0.023,0.005c-0.014,0.002 -0.027,0.005 -0.041,0.007c-0.006,0.015 -0.016,0.032 -0.028,0.049Z" style="fill:white;fill-rule:nonzero;"/>
31
+ <path d="M31.644,25.769c0.006,-0.01 0.011,-0.02 0.016,-0.03c0.007,-0.014 0.013,-0.026 0.02,-0.038c0.001,-0.008 0.002,-0.016 0.003,-0.023l0.003,-0.033c0.002,-0.013 0.003,-0.023 0.004,-0.032c-0.005,-0.029 -0.012,-0.057 -0.018,-0.086c0.001,0.045 -0.003,0.094 -0.015,0.146c-0.01,0.049 -0.027,0.101 -0.048,0.154l0.035,-0.058Z" style="fill:white;fill-rule:nonzero;"/>
32
+ <path d="M31.3,26.678c-0.014,0.017 -0.028,0.035 -0.042,0.05c-0.029,0.031 -0.056,0.06 -0.083,0.086l-0.002,0.002c0.001,0.004 0.002,0.009 0.003,0.014c0.03,-0.029 0.056,-0.057 0.078,-0.084c0.019,-0.024 0.033,-0.046 0.046,-0.068Z" style="fill:white;fill-rule:nonzero;"/>
33
+ <path d="M31.201,26.566c-0.012,0.018 -0.024,0.036 -0.036,0.055c-0.015,0.023 -0.033,0.047 -0.049,0.07c0.04,-0.038 0.073,-0.07 0.099,-0.094c0.038,-0.035 0.06,-0.054 0.062,-0.052c0.002,0.002 -0.016,0.025 -0.05,0.063c-0.035,0.039 -0.086,0.094 -0.15,0.162c-0.018,0.019 -0.04,0.042 -0.061,0.063c-0.035,0.049 -0.073,0.099 -0.112,0.148c0.048,-0.032 0.088,-0.061 0.118,-0.089l0.004,-0.003c-0.02,0.012 -0.031,0.017 -0.032,0.016c-0.002,-0.003 0.014,-0.018 0.044,-0.043l0.025,-0.021c0.009,-0.007 0.018,-0.016 0.029,-0.026c0.02,-0.018 0.044,-0.038 0.068,-0.064l0.039,-0.038c0.013,-0.014 0.026,-0.029 0.04,-0.044c0.028,-0.03 0.055,-0.064 0.084,-0.1c0.055,-0.073 0.112,-0.157 0.162,-0.25c0.049,-0.094 0.088,-0.187 0.117,-0.274c0.014,-0.044 0.028,-0.085 0.037,-0.125c0.004,-0.02 0.01,-0.039 0.013,-0.058l0.011,-0.053c0.002,-0.008 0.003,-0.015 0.004,-0.023l-0.015,0.029l-0.039,0.078c-0.013,0.028 -0.032,0.056 -0.051,0.088l-0.029,0.048l-0.015,0.025l-0.018,0.024c-0.014,0.022 -0.03,0.044 -0.046,0.067c-0.052,0.114 -0.111,0.22 -0.171,0.311c-0.029,0.039 -0.055,0.076 -0.082,0.11Z" style="fill:white;fill-rule:nonzero;"/>
34
+ <path d="M22.106,27.081c-0.028,-0.025 -0.055,-0.049 -0.082,-0.074c0.119,0.123 0.241,0.232 0.36,0.325c0.144,0.114 0.284,0.203 0.412,0.255c0.039,0.016 0.075,0.027 0.111,0.037c-0.059,-0.03 -0.117,-0.062 -0.175,-0.096c-0.237,-0.137 -0.448,-0.291 -0.626,-0.447Z" style="fill:white;fill-rule:nonzero;"/>
35
+ <path d="M24.157,27.96c0.021,0.008 0.044,0.017 0.065,0.024c0.021,0 0.042,0.001 0.061,0.001c0.015,-0.001 0.028,-0.002 0.041,-0.003c-0.008,-0.003 -0.015,-0.007 -0.023,-0.01c-0.047,-0.002 -0.094,-0.005 -0.145,-0.012l0.001,-0Z" style="fill:white;fill-rule:nonzero;"/>
36
+ <path d="M23.998,27.827c-0.079,-0.023 -0.157,-0.047 -0.233,-0.072c-0.145,-0.048 -0.284,-0.102 -0.42,-0.158c0.165,0.089 0.326,0.166 0.478,0.233c0.041,0.016 0.081,0.033 0.12,0.049c0.093,0.025 0.183,0.043 0.267,0.053c-0.036,-0.016 -0.071,-0.032 -0.105,-0.049c-0.037,-0.02 -0.073,-0.037 -0.107,-0.056l-0,-0Z" style="fill:white;fill-rule:nonzero;"/>
37
+ <path d="M24.265,27.905c-0.013,-0.006 -0.025,-0.011 -0.037,-0.016c-0.026,-0.006 -0.052,-0.013 -0.077,-0.02c0.033,0.015 0.066,0.03 0.101,0.046c0.021,0.009 0.045,0.018 0.067,0.027c0.013,0.001 0.027,0.001 0.04,0.001c-0.033,-0.013 -0.065,-0.026 -0.094,-0.038Z" style="fill:white;fill-rule:nonzero;"/>
38
+ <path d="M24.046,27.97c0.019,0.003 0.036,0.004 0.053,0.005l-0.012,-0.004c-0.049,-0.016 -0.1,-0.035 -0.152,-0.056c-0.017,-0.004 -0.033,-0.008 -0.05,-0.013c0.016,0.015 0.036,0.032 0.062,0.051c0.034,0.006 0.068,0.013 0.099,0.017Z" style="fill:white;fill-rule:nonzero;"/>
39
+ <path d="M23.168,27.659c-0.015,0.003 -0.033,0.007 -0.052,0.008c-0.008,0 -0.017,0 -0.025,0.001c0.121,0.055 0.239,0.104 0.354,0.144c0.169,0.06 0.328,0.106 0.472,0.135c-0.021,-0.018 -0.039,-0.035 -0.051,-0.05c-0.004,-0.001 -0.008,-0.002 -0.012,-0.003c-0.195,-0.057 -0.4,-0.153 -0.603,-0.268c-0.148,-0.085 -0.285,-0.176 -0.409,-0.269c-0.026,-0.014 -0.054,-0.028 -0.08,-0.043c-0.074,-0.043 -0.146,-0.088 -0.217,-0.131c-0.071,-0.043 -0.138,-0.089 -0.203,-0.135c-0.13,-0.092 -0.251,-0.185 -0.364,-0.277c-0.143,-0.115 -0.272,-0.227 -0.393,-0.332l0.005,0.007c0.03,0.048 0.063,0.097 0.097,0.147c0.014,0.012 0.022,0.019 0.02,0.021c-0,0.001 -0.002,0 -0.006,-0.001c0.017,0.024 0.034,0.048 0.051,0.072c0.107,0.115 0.232,0.241 0.38,0.367c0.178,0.153 0.387,0.305 0.622,0.44c0.1,0.058 0.2,0.11 0.3,0.157c0.022,0.002 0.042,0.002 0.061,0.002c0.019,-0 0.036,-0.003 0.051,-0.004c0.015,-0.001 0.027,-0.003 0.037,-0.005c0.021,-0.003 0.031,-0.004 0.032,-0.003c0,0.002 -0.01,0.005 -0.03,0.011c-0.01,0.004 -0.022,0.007 -0.037,0.009l-0,0Z" style="fill:white;fill-rule:nonzero;"/>
40
+ <path d="M26.378,28.23c-0.046,-0.012 -0.083,-0.022 -0.107,-0.029c-0.024,-0.007 -0.037,-0.012 -0.036,-0.013c-0,-0.001 0.01,0 0.026,0.003c-0.021,-0.006 -0.042,-0.012 -0.061,-0.018c-0.433,-0.024 -0.856,-0.067 -1.261,-0.134c-0.137,-0.023 -0.272,-0.049 -0.404,-0.078l-0.001,0c-0.006,0.003 -0.014,0.005 -0.022,0.007l0.064,0.022c0.039,0.013 0.08,0.024 0.122,0.037c0.084,0.027 0.175,0.051 0.271,0.077c0.192,0.048 0.405,0.093 0.631,0.128c0.038,0.006 0.075,0.01 0.112,0.015c0.079,0.005 0.156,0.008 0.231,0.01c-0.012,-0.002 -0.025,-0.003 -0.036,-0.005c-0.05,-0.007 -0.098,-0.014 -0.144,-0.021l-0.033,-0.005l-0.094,-0.018c-0.079,-0.015 -0.148,-0.027 -0.203,-0.041c-0.055,-0.014 -0.098,-0.024 -0.127,-0.032c-0.029,-0.007 -0.044,-0.012 -0.043,-0.013c-0,-0.002 0.016,0 0.045,0.005c0.03,0.005 0.073,0.013 0.129,0.024c0.055,0.011 0.124,0.021 0.203,0.034l0.062,0.01l0.032,0.006l0.033,0.004l0.144,0.018c0.104,0.013 0.219,0.025 0.343,0.033c0.067,-0.002 0.133,-0.004 0.195,-0.008l-0.071,-0.018Z" style="fill:white;fill-rule:nonzero;"/>
41
+ <path d="M26.241,28.295c0.055,0.002 0.107,0.004 0.158,0.005c-0.046,-0.002 -0.092,-0.006 -0.136,-0.009c-0.017,0.001 -0.034,0.002 -0.052,0.002c0.01,0.001 0.021,0.002 0.03,0.002Z" style="fill:white;fill-rule:nonzero;"/>
42
+ <path d="M24.148,28.061c0.076,0.029 0.164,0.057 0.264,0.081c0.199,0.051 0.439,0.102 0.707,0.142c0.083,0.012 0.17,0.022 0.257,0.031c0.152,0.006 0.309,0.01 0.471,0.01c0.071,0 0.142,-0.001 0.212,-0.002c-0.117,-0.008 -0.238,-0.02 -0.362,-0.036c-0.137,-0.009 -0.277,-0.022 -0.422,-0.044c-0.264,-0.04 -0.511,-0.101 -0.73,-0.177c-0.062,-0.021 -0.121,-0.043 -0.178,-0.066c-0.023,0.003 -0.046,0.006 -0.072,0.007l0.049,0.016c0.075,0.026 0.144,0.044 0.204,0.061c0.031,0.009 0.059,0.018 0.085,0.025l0.071,0.017c0.086,0.022 0.133,0.036 0.133,0.038c-0.001,0.003 -0.049,-0.005 -0.136,-0.022l-0.073,-0.014c-0.026,-0.006 -0.055,-0.014 -0.086,-0.021c-0.061,-0.016 -0.131,-0.032 -0.207,-0.056l-0.119,-0.036c-0.006,-0.002 -0.013,-0.004 -0.018,-0.006c-0.049,-0.001 -0.1,-0.003 -0.155,-0.01c-0.011,-0.001 -0.022,-0.003 -0.033,-0.005c0.011,0.007 0.023,0.013 0.035,0.02c0.031,0.016 0.065,0.032 0.103,0.047Z" style="fill:white;fill-rule:nonzero;"/>
43
+ <path d="M30.478,26.448c-0.035,0.02 -0.071,0.037 -0.105,0.051c-0.057,0.023 -0.11,0.035 -0.16,0.042c-0.039,0.052 -0.079,0.104 -0.121,0.158c-0.13,0.161 -0.278,0.327 -0.452,0.49c-0.174,0.162 -0.375,0.319 -0.609,0.452c-0.116,0.066 -0.241,0.126 -0.373,0.177c-0.133,0.051 -0.272,0.092 -0.415,0.123c-0.286,0.063 -0.587,0.087 -0.894,0.094c-0.153,0.003 -0.308,0.002 -0.463,-0.001c-0.105,-0.001 -0.213,-0.004 -0.32,-0.007c-0.008,0.001 -0.017,0.001 -0.03,0.002c-0.031,0.002 -0.076,0.006 -0.135,0.006c-0.118,0.002 -0.289,-0.002 -0.499,-0.025c-0.056,-0.006 -0.115,-0.014 -0.177,-0.023c-0.019,-0.001 -0.038,-0.002 -0.057,-0.004l-0.127,-0.011c-0.042,-0.004 -0.085,-0.008 -0.127,-0.013c-0.043,-0.004 -0.086,-0.009 -0.129,-0.014l-0.13,-0.017c-0.086,-0.01 -0.173,-0.025 -0.26,-0.039c-0.024,-0.004 -0.048,-0.008 -0.072,-0.012c-0.008,0.004 -0.016,0.008 -0.027,0.013c0.457,0.082 0.939,0.134 1.436,0.161c0.439,0.023 0.87,0.037 1.282,0.021c0.2,-0.008 0.395,-0.025 0.586,-0.051c0.034,-0.011 0.064,-0.02 0.085,-0.026c0.029,-0.009 0.045,-0.013 0.045,-0.012c0.001,0.002 -0.014,0.008 -0.042,0.019c-0.006,0.003 -0.015,0.006 -0.022,0.009c0.179,-0.027 0.353,-0.062 0.519,-0.109c0.057,-0.016 0.11,-0.036 0.165,-0.054c0.002,-0.003 0.004,-0.005 0.007,-0.008c0.023,-0.018 0.058,-0.038 0.102,-0.062c0.09,-0.047 0.218,-0.108 0.37,-0.19c0.152,-0.082 0.326,-0.188 0.51,-0.321c0.184,-0.132 0.375,-0.292 0.565,-0.475c0.097,-0.094 0.189,-0.189 0.277,-0.283c-0.048,0.01 -0.083,0.005 -0.102,-0.016c-0.02,-0.023 -0.018,-0.063 -0,-0.113c-0.034,0.025 -0.067,0.048 -0.101,0.068Z" style="fill:white;fill-rule:nonzero;"/>
44
+ <path d="M29.436,24.104c-0.096,-0.02 -0.209,-0.047 -0.336,-0.079c-0.024,-0.006 -0.05,-0.013 -0.075,-0.02c0.048,0.032 0.097,0.064 0.143,0.095c0.184,0.065 0.329,0.118 0.422,0.161c0.039,-0.007 0.078,-0.01 0.117,-0.01l0,-0c0.008,-0.003 0.017,-0.005 0.025,-0.008c-0.062,-0.027 -0.125,-0.056 -0.19,-0.088c-0.035,-0.016 -0.07,-0.034 -0.106,-0.051Z" style="fill:white;fill-rule:nonzero;"/>
45
+ <path d="M21.308,26.101c0.031,0.03 0.065,0.06 0.1,0.09c-0.013,-0.027 -0.026,-0.054 -0.038,-0.08c-0.016,-0.015 -0.032,-0.03 -0.049,-0.047c-0.014,-0.014 -0.029,-0.031 -0.044,-0.047c0.002,0.006 0.004,0.013 0.006,0.02c0.008,0.021 0.016,0.043 0.025,0.064Z" style="fill:white;fill-rule:nonzero;"/>
46
+ <path d="M21.483,26.515c0.022,0.037 0.043,0.073 0.065,0.105c0.011,0.016 0.02,0.031 0.031,0.046c0.01,0.015 0.021,0.029 0.03,0.042c0.028,0.038 0.053,0.069 0.074,0.095c-0.024,-0.035 -0.049,-0.072 -0.075,-0.109c-0.056,-0.084 -0.108,-0.163 -0.155,-0.234c0.01,0.018 0.02,0.038 0.03,0.055Z" style="fill:white;fill-rule:nonzero;"/>
47
+ <path d="M21.437,26.33l0.016,0.023l0.006,0.006l-0.024,-0.033c-0.007,-0.011 -0.027,-0.043 -0.027,-0.043l-0.003,-0.002c0.011,0.016 0.021,0.034 0.032,0.049Z" style="fill:white;fill-rule:nonzero;"/>
48
+ <path d="M21.497,26.361c-0.013,-0.011 -0.024,-0.021 -0.037,-0.032l0.017,0.022l0.056,0.074c-0.012,-0.022 -0.025,-0.043 -0.036,-0.064Z" style="fill:white;fill-rule:nonzero;"/>
49
+ <path d="M21.957,25.668c0.04,0.149 0.13,0.289 0.243,0.419c0.031,0.035 0.063,0.069 0.097,0.103c0.033,0.012 0.068,0.025 0.106,0.04c0.042,0.018 0.088,0.038 0.136,0.06c-0.101,-0.089 -0.191,-0.175 -0.262,-0.255c-0.058,-0.064 -0.104,-0.124 -0.138,-0.177c-0.025,-0.027 -0.048,-0.054 -0.07,-0.081c-0.054,-0.069 -0.098,-0.137 -0.132,-0.2l0.006,0.034c0.004,0.02 0.01,0.038 0.014,0.057Z" style="fill:white;fill-rule:nonzero;"/>
50
+ <path d="M21.507,25.709c0.015,0.025 0.034,0.05 0.054,0.075l-0.001,-0.004c-0.007,-0.029 -0.016,-0.057 -0.021,-0.086l-0.015,-0.086c-0.006,-0.057 -0.012,-0.115 -0.011,-0.171c0,-0.024 0.003,-0.048 0.004,-0.071l-0.006,0.015c-0.02,0.05 -0.034,0.095 -0.042,0.133c-0.003,0.02 -0.005,0.037 -0.006,0.053c0,0.015 0.001,0.029 0.004,0.045c0.006,0.03 0.02,0.063 0.04,0.097Z" style="fill:white;fill-rule:nonzero;"/>
51
+ <path d="M22.033,26.702c0.076,0.059 0.157,0.119 0.239,0.178c-0.023,-0.022 -0.047,-0.045 -0.069,-0.066c-0.059,-0.054 -0.108,-0.107 -0.152,-0.152c-0.021,-0.023 -0.042,-0.044 -0.06,-0.064c-0.018,-0.02 -0.034,-0.039 -0.049,-0.056c-0.006,-0.007 -0.01,-0.012 -0.015,-0.018c-0.114,-0.07 -0.231,-0.15 -0.349,-0.242l-0.064,-0.049c-0.02,-0.017 -0.041,-0.035 -0.062,-0.052c-0.006,-0.005 -0.013,-0.011 -0.019,-0.016c0.013,0.027 0.028,0.054 0.043,0.082c0.165,0.138 0.349,0.293 0.557,0.455Z" style="fill:white;fill-rule:nonzero;"/>
52
+ <path d="M30.672,27.122c0.008,-0.005 0.014,-0.008 0.021,-0.013c0.093,-0.093 0.179,-0.179 0.256,-0.255c0.025,-0.033 0.049,-0.066 0.073,-0.098c-0.007,0.005 -0.014,0.012 -0.02,0.017c-0.013,0.012 -0.025,0.022 -0.037,0.032l-0.012,0.009c-0.079,0.091 -0.164,0.182 -0.257,0.271c-0.006,0.011 -0.013,0.021 -0.021,0.032l-0.005,0.006l0.002,-0.001Z" style="fill:white;fill-rule:nonzero;"/>
53
+ <path d="M21.038,26.529c-0.004,-0.006 -0.007,-0.012 -0.011,-0.019l-0,0.007c-0.002,0.067 -0,0.132 0.001,0.198c0.051,0.024 0.111,0.055 0.182,0.095c-0.067,-0.104 -0.125,-0.2 -0.172,-0.281Z" style="fill:white;fill-rule:nonzero;"/>
54
+ <path d="M22.137,25.063c-0.01,-0.012 -0.02,-0.024 -0.03,-0.036c0.008,0.012 0.014,0.024 0.022,0.036l0.008,0Z" style="fill:white;fill-rule:nonzero;"/>
55
+ <path d="M21.456,26.682c0.106,0.164 0.205,0.312 0.287,0.431c0.083,0.046 0.168,0.095 0.261,0.143c0.121,0.065 0.249,0.131 0.384,0.197c-0.103,-0.093 -0.169,-0.164 -0.163,-0.171c0.008,-0.008 0.141,0.103 0.304,0.241c0.062,0.029 0.124,0.058 0.188,0.087c0.25,0.114 0.492,0.213 0.716,0.298c-0.004,-0.004 -0.007,-0.006 -0.006,-0.007c0.003,-0.006 0.065,0.025 0.169,0.068c0.008,0.003 0.016,0.006 0.025,0.009c0.054,0.02 0.108,0.04 0.159,0.058c0.084,0.029 0.162,0.057 0.237,0.082l0.004,0.001c0.336,0.096 0.622,0.108 0.621,0.122c0,0.005 -0.072,0.008 -0.187,-0.001c-0.035,-0.003 -0.075,-0.007 -0.117,-0.013c0.027,0.008 0.052,0.014 0.075,0.019l0.057,0.006c0.024,0.002 0.049,0.004 0.074,0.006c0.051,0.004 0.104,0.009 0.158,0.015c0.072,0.005 0.147,0.011 0.223,0.017c-0.194,-0.036 -0.37,-0.078 -0.521,-0.12c-0.1,-0.026 -0.189,-0.056 -0.265,-0.088c-0.038,-0.016 -0.073,-0.034 -0.104,-0.051c-0.025,-0.015 -0.048,-0.029 -0.068,-0.044c-0.068,-0.011 -0.138,-0.024 -0.212,-0.043c-0.051,-0.014 -0.104,-0.028 -0.158,-0.043c-0.054,-0.015 -0.108,-0.035 -0.165,-0.053c-0.142,-0.049 -0.291,-0.111 -0.441,-0.184c-0.061,-0.007 -0.13,-0.022 -0.204,-0.051c-0.133,-0.049 -0.279,-0.138 -0.426,-0.251c-0.148,-0.113 -0.301,-0.25 -0.444,-0.41c-0.092,-0.103 -0.174,-0.209 -0.246,-0.314l-0.005,-0.005c-0.024,-0.031 -0.047,-0.059 -0.07,-0.088c-0.015,-0.011 -0.031,-0.024 -0.047,-0.039c-0.017,-0.014 -0.034,-0.03 -0.051,-0.048c0.045,0.065 0.094,0.137 0.145,0.212c0.101,0.15 0.191,0.287 0.254,0.388c0.063,0.1 0.1,0.164 0.095,0.167c-0.004,0.004 -0.05,-0.054 -0.119,-0.151c-0.04,-0.055 -0.088,-0.123 -0.14,-0.199c-0.018,-0.012 -0.074,-0.063 -0.147,-0.15c-0.01,-0.013 -0.021,-0.026 -0.033,-0.04c-0.011,-0.015 -0.022,-0.03 -0.033,-0.046c-0.024,-0.032 -0.046,-0.068 -0.07,-0.105c-0.046,-0.076 -0.091,-0.163 -0.13,-0.257c-0.009,-0.022 -0.015,-0.044 -0.023,-0.065c-0.02,-0.034 -0.033,-0.057 -0.036,-0.067c-0.038,-0.039 -0.073,-0.077 -0.103,-0.117c-0.032,-0.042 -0.059,-0.084 -0.082,-0.126c-0.006,0.045 -0.011,0.09 -0.016,0.135c0.02,0.034 0.045,0.076 0.075,0.125c0.08,0.134 0.193,0.319 0.321,0.52Z" style="fill:white;fill-rule:nonzero;"/>
56
+ <path d="M21.285,26.852c0.047,0.026 0.095,0.054 0.148,0.085l0.062,0.036c0.021,0.012 0.043,0.024 0.065,0.037c0.037,0.021 0.076,0.043 0.114,0.065c-0.076,-0.106 -0.163,-0.232 -0.252,-0.371c-0.129,-0.201 -0.238,-0.389 -0.312,-0.528c-0.021,-0.038 -0.039,-0.072 -0.054,-0.101c-0.013,0.127 -0.022,0.256 -0.026,0.386l0.034,0.053c0.06,0.094 0.136,0.211 0.221,0.338Z" style="fill:white;fill-rule:nonzero;"/>
57
+ <path d="M21.236,26.026c-0.011,-0.031 -0.019,-0.062 -0.026,-0.093c-0.006,-0.008 -0.011,-0.014 -0.017,-0.021c-0.036,-0.055 -0.069,-0.118 -0.09,-0.19c-0.005,0.029 -0.008,0.059 -0.013,0.088c0.027,0.06 0.065,0.121 0.115,0.181c0.009,0.012 0.02,0.024 0.031,0.035Z" style="fill:white;fill-rule:nonzero;"/>
58
+ <path d="M22.263,24.808c0.007,0.008 0.015,0.015 0.023,0.022c0.032,0.03 0.069,0.059 0.111,0.083c0.006,0.003 0.013,0.006 0.019,0.009c0.001,-0.002 0.001,-0.006 0.001,-0.008c0.003,-0.019 0.008,-0.029 0.015,-0.03c0.007,-0.002 0.016,0.006 0.026,0.021c0.006,0.007 0.011,0.017 0.018,0.028c0.003,0.006 0.007,0.014 0.01,0.021c0.063,0.024 0.132,0.04 0.203,0.042c-0.04,-0.039 -0.077,-0.079 -0.111,-0.119c-0.005,-0.002 -0.009,-0.004 -0.014,-0.007c-0.01,-0.006 -0.02,-0.013 -0.031,-0.02c-0.021,-0.014 -0.04,-0.031 -0.061,-0.048c-0.015,-0.014 -0.031,-0.03 -0.046,-0.046c-0.023,-0 -0.047,-0.001 -0.07,0.001c-0.04,0.002 -0.078,0.007 -0.117,0.013l-0.008,0.001c0.003,0.005 0.006,0.009 0.01,0.013l0.022,0.024Z" style="fill:white;fill-rule:nonzero;"/>
59
+ <path d="M29.993,23.385c-0.104,-0.106 -0.215,-0.212 -0.336,-0.313c-0.06,-0.05 -0.124,-0.098 -0.19,-0.145c-0.066,-0.046 -0.136,-0.091 -0.209,-0.135c-0.074,-0.043 -0.15,-0.086 -0.229,-0.129c-0.04,-0.021 -0.08,-0.041 -0.121,-0.062c-0.041,-0.021 -0.081,-0.043 -0.123,-0.063c-0.084,-0.04 -0.168,-0.083 -0.255,-0.121c-0.043,-0.02 -0.086,-0.041 -0.131,-0.06l-0.134,-0.057c-0.36,-0.149 -0.748,-0.281 -1.159,-0.374c-0.051,-0.013 -0.103,-0.023 -0.155,-0.033c-0.052,-0.01 -0.104,-0.022 -0.157,-0.03c-0.052,-0.008 -0.105,-0.017 -0.158,-0.025c-0.054,-0.007 -0.107,-0.014 -0.161,-0.021c-0.215,-0.024 -0.434,-0.036 -0.656,-0.035c-0.123,0.002 -0.246,0.01 -0.368,0.021c0.039,0.003 0.079,0.006 0.12,0.01c0.081,0.009 0.167,0.019 0.257,0.032c0.181,0.025 0.379,0.06 0.585,0.103c0.625,0.131 1.145,0.308 1.349,0.434l0.077,0.047c0.366,0.094 0.686,0.217 0.953,0.341c0.05,0.024 0.098,0.048 0.145,0.071c0.215,0.067 0.385,0.145 0.504,0.214c0.02,0.012 0.038,0.022 0.055,0.033l0.025,0.015l0.022,0.016c0.029,0.02 0.052,0.039 0.07,0.055c0.036,0.032 0.052,0.055 0.045,0.067c-0.005,0.012 -0.029,0.014 -0.066,0.01c0.115,0.093 0.17,0.157 0.157,0.177c-0.004,0.006 -0.015,0.009 -0.03,0.007c0.011,0.008 0.023,0.015 0.034,0.023c0.147,0.101 0.274,0.203 0.381,0.305c0.092,0.087 0.168,0.173 0.229,0.254c0.029,0.018 0.056,0.036 0.082,0.054c0.214,0.147 0.332,0.266 0.306,0.317c-0.01,0.019 -0.04,0.027 -0.087,0.026c0.034,0.03 0.064,0.062 0.092,0.094c0.058,0.067 0.105,0.136 0.146,0.2c0.021,0.033 0.04,0.063 0.061,0.096c0.02,0.033 0.04,0.068 0.06,0.107c0.019,0.038 0.037,0.079 0.051,0.125c0.006,0.016 0.01,0.034 0.014,0.052c0.01,-0.073 0.011,-0.146 0.001,-0.218c-0.001,-0.014 -0.005,-0.028 -0.008,-0.041l-0.008,-0.041c-0.008,-0.027 -0.017,-0.055 -0.029,-0.083c-0.022,-0.055 -0.052,-0.113 -0.086,-0.174c-0.034,-0.06 -0.074,-0.126 -0.113,-0.192c-0.021,-0.036 -0.043,-0.074 -0.065,-0.111c-0.069,-0.079 -0.146,-0.164 -0.23,-0.254c-0.082,-0.087 -0.169,-0.181 -0.262,-0.28c-0.093,-0.099 -0.191,-0.204 -0.295,-0.309l-0,-0Z" style="fill:white;fill-rule:nonzero;"/>
60
+ <path d="M31.672,25.927c-0.001,0.005 -0.002,0.009 -0.003,0.014c0.017,-0.045 0.026,-0.07 0.03,-0.069c0.005,0.001 -0.008,0.078 -0.049,0.199l-0.017,0.047c-0.006,0.016 -0.013,0.032 -0.02,0.05c-0.013,0.035 -0.031,0.07 -0.049,0.109c-0.037,0.075 -0.082,0.155 -0.136,0.236c-0.028,0.041 -0.057,0.08 -0.086,0.117c-0.002,0.006 -0.003,0.01 -0.005,0.016c-0.012,0.033 -0.033,0.073 -0.063,0.115c-0.025,0.033 -0.057,0.069 -0.093,0.105c0,0.031 -0.006,0.069 -0.022,0.112c-0.022,0.06 -0.064,0.125 -0.119,0.189c-0.027,0.031 -0.057,0.063 -0.089,0.094c-0.019,0.018 -0.041,0.038 -0.061,0.057c-0.011,0.018 -0.044,0.062 -0.096,0.122c-0.068,0.077 -0.168,0.177 -0.289,0.277c-0.12,0.1 -0.238,0.18 -0.326,0.232c-0.088,0.053 -0.146,0.079 -0.148,0.074c-0.007,-0.01 0.21,-0.14 0.448,-0.338c0.097,-0.08 0.181,-0.158 0.249,-0.222c-0.039,0.032 -0.08,0.065 -0.122,0.099c-0.045,0.035 -0.093,0.07 -0.142,0.107c-0.025,0.018 -0.049,0.037 -0.075,0.054c-0.026,0.018 -0.052,0.036 -0.079,0.054c-0.214,0.144 -0.459,0.288 -0.728,0.417c-0.269,0.129 -0.535,0.23 -0.781,0.306c-0.123,0.039 -0.242,0.068 -0.353,0.096c-0.056,0.012 -0.11,0.023 -0.162,0.034c-0.026,0.005 -0.052,0.011 -0.077,0.015l-0.074,0.011c-0.048,0.008 -0.094,0.014 -0.137,0.02c-0.044,0.005 -0.085,0.008 -0.124,0.011c-0.039,0.003 -0.075,0.005 -0.108,0.006c-0.033,0.002 -0.064,0.001 -0.091,-0c-0.111,-0.005 -0.173,-0.021 -0.178,-0.049c-0.01,-0.058 0.213,-0.143 0.565,-0.271l0.068,-0.025c0.023,-0.008 0.046,-0.017 0.07,-0.026c0.019,-0.007 0.039,-0.015 0.059,-0.022c-0.004,-0.002 -0.008,-0.003 -0.012,-0.005c-0.068,0.013 -0.136,0.024 -0.201,0.033l-0.139,0.016l-0.034,0.003c-0.011,0.001 -0.022,0.002 -0.033,0.003l-0.065,0.003c-0.006,0.001 -0.011,0.001 -0.017,0.001c-0.042,0.033 -0.094,0.062 -0.152,0.088c-0.038,0.017 -0.079,0.032 -0.122,0.046c-0.041,0.014 -0.085,0.028 -0.132,0.042c-0.093,0.03 -0.197,0.054 -0.308,0.081c-0.056,0.013 -0.114,0.024 -0.174,0.035c-0.03,0.006 -0.061,0.012 -0.092,0.017c-0.031,0.005 -0.062,0.009 -0.094,0.014c-0.255,0.038 -0.539,0.062 -0.837,0.062c-0.298,0 -0.581,-0.023 -0.836,-0.061c-0.128,-0.017 -0.248,-0.043 -0.36,-0.066c-0.056,-0.013 -0.11,-0.026 -0.161,-0.039c-0.026,-0.007 -0.051,-0.013 -0.076,-0.02c-0.024,-0.007 -0.048,-0.014 -0.071,-0.021c-0.047,-0.014 -0.091,-0.028 -0.133,-0.042c-0.041,-0.014 -0.08,-0.029 -0.116,-0.043c-0.019,-0.007 -0.034,-0.014 -0.051,-0.021c-0.014,-0.001 -0.027,-0.003 -0.041,-0.005c-0.066,-0.007 -0.136,-0.02 -0.21,-0.034c0.015,0.005 0.028,0.011 0.043,0.016c0.12,0.044 0.236,0.083 0.342,0.116c0.107,0.033 0.203,0.061 0.284,0.083c0.162,0.045 0.264,0.069 0.263,0.075c-0.001,0.003 -0.027,0 -0.074,-0.007c-0.023,-0.004 -0.052,-0.009 -0.084,-0.016c-0.033,-0.006 -0.071,-0.014 -0.112,-0.023c-0.083,-0.019 -0.18,-0.044 -0.288,-0.075c-0.107,-0.032 -0.224,-0.07 -0.346,-0.114c-0.093,-0.034 -0.181,-0.07 -0.264,-0.106c-0.014,-0.003 -0.027,-0.006 -0.041,-0.009c-0.029,-0.008 -0.06,-0.014 -0.09,-0.023c-0.03,-0.008 -0.061,-0.017 -0.092,-0.026c-0.247,-0.071 -0.515,-0.167 -0.787,-0.29c-0.157,-0.072 -0.306,-0.15 -0.446,-0.229c0.025,0.021 0.05,0.043 0.079,0.066c0.038,0.031 0.08,0.063 0.124,0.097c0.088,0.068 0.187,0.139 0.294,0.21c0.107,0.071 0.212,0.134 0.309,0.189c0.048,0.027 0.094,0.053 0.138,0.076c0.044,0.024 0.085,0.044 0.122,0.063c0.151,0.076 0.247,0.118 0.244,0.124c-0.001,0.002 -0.026,-0.005 -0.071,-0.021c-0.022,-0.008 -0.049,-0.018 -0.08,-0.031c-0.031,-0.013 -0.067,-0.027 -0.105,-0.045c-0.039,-0.018 -0.081,-0.037 -0.126,-0.059c-0.045,-0.022 -0.091,-0.047 -0.141,-0.073c-0.098,-0.054 -0.204,-0.117 -0.313,-0.188c-0.107,-0.072 -0.207,-0.145 -0.295,-0.214c-0.043,-0.036 -0.085,-0.069 -0.122,-0.102c-0.038,-0.032 -0.073,-0.064 -0.104,-0.092c-0.026,-0.024 -0.048,-0.046 -0.069,-0.066c-0.058,-0.035 -0.114,-0.07 -0.168,-0.105c0.035,0.045 0.067,0.086 0.099,0.122c0.061,0.07 0.119,0.119 0.162,0.147c0.043,0.029 0.07,0.04 0.069,0.043c-0.001,0.003 -0.03,-0.004 -0.077,-0.029c-0.048,-0.025 -0.111,-0.072 -0.176,-0.141c-0.054,-0.057 -0.11,-0.128 -0.171,-0.205c-0.075,-0.05 -0.146,-0.101 -0.212,-0.149c-0.025,-0.019 -0.047,-0.038 -0.071,-0.056c0.035,0.045 0.07,0.09 0.107,0.136c0.105,0.129 0.21,0.247 0.307,0.353c0.05,0.052 0.096,0.102 0.141,0.147c0.023,0.023 0.044,0.045 0.065,0.066c0.021,0.021 0.042,0.041 0.061,0.06c0.038,0.039 0.075,0.072 0.106,0.102c0.031,0.03 0.058,0.055 0.081,0.076c0.044,0.042 0.068,0.066 0.066,0.068c-0.002,0.002 -0.029,-0.018 -0.077,-0.056c-0.024,-0.019 -0.053,-0.042 -0.086,-0.071c-0.032,-0.028 -0.07,-0.06 -0.11,-0.098l-0.063,-0.058c-0.022,-0.02 -0.044,-0.042 -0.067,-0.064c-0.047,-0.045 -0.094,-0.094 -0.145,-0.146c-0.099,-0.105 -0.205,-0.223 -0.311,-0.353c-0.074,-0.09 -0.14,-0.179 -0.203,-0.265l-0.048,-0.042c-0.037,-0.032 -0.071,-0.063 -0.103,-0.093c-0.032,-0.03 -0.061,-0.06 -0.088,-0.087c-0.012,-0.013 -0.022,-0.024 -0.033,-0.035c0.05,0.811 0.281,1.576 0.655,2.253c0.067,0.068 0.157,0.155 0.266,0.24c0.233,0.186 0.456,0.289 0.45,0.301c-0.002,0.004 -0.061,-0.015 -0.149,-0.06c-0.045,-0.021 -0.097,-0.05 -0.152,-0.085c-0.056,-0.035 -0.115,-0.077 -0.175,-0.124c-0.06,-0.047 -0.113,-0.095 -0.161,-0.141c-0.006,-0.006 -0.011,-0.012 -0.017,-0.018c0.1,0.172 0.211,0.337 0.329,0.497c0.016,0.013 0.032,0.026 0.05,0.039c0.193,0.149 0.367,0.245 0.362,0.256c-0.004,0.008 -0.15,-0.055 -0.321,-0.174c0.258,0.327 0.553,0.624 0.879,0.885c0.223,0.12 0.512,0.272 0.837,0.416c0.184,0.08 0.364,0.149 0.529,0.204c0.083,0.026 0.161,0.052 0.236,0.071c0.038,0.01 0.074,0.02 0.109,0.029c0.035,0.008 0.068,0.015 0.1,0.023c0.064,0.016 0.123,0.025 0.175,0.035c0.026,0.004 0.049,0.009 0.072,0.013l0.06,0.008c0.073,0.011 0.114,0.018 0.113,0.021c0,0.003 -0.041,0.001 -0.115,-0.005l-0.061,-0.005c-0.023,-0.002 -0.047,-0.006 -0.073,-0.01c-0.052,-0.007 -0.112,-0.014 -0.176,-0.029l-0.103,-0.02c-0.035,-0.008 -0.071,-0.018 -0.109,-0.027c-0.076,-0.018 -0.156,-0.043 -0.24,-0.068c-0.167,-0.054 -0.348,-0.121 -0.534,-0.202c-0.239,-0.106 -0.457,-0.218 -0.644,-0.32c0.484,0.355 1.029,0.631 1.617,0.81c0.073,0.015 0.294,0.079 0.562,0.12c0.328,0.051 0.598,0.048 0.598,0.061c0,0.005 -0.067,0.013 -0.177,0.013c-0.021,0 -0.044,-0 -0.067,-0.001c0.176,0.021 0.355,0.034 0.536,0.038c1.218,0.024 2.35,-0.361 3.266,-1.028c-0.085,0.037 -0.174,0.073 -0.268,0.108c-0.279,0.103 -0.539,0.172 -0.729,0.213c-0.095,0.02 -0.172,0.034 -0.226,0.042c-0.054,0.007 -0.084,0.01 -0.084,0.007c-0.001,-0.006 0.116,-0.03 0.303,-0.078c0.188,-0.047 0.445,-0.12 0.721,-0.223c0.138,-0.051 0.268,-0.104 0.385,-0.155c0.01,-0.004 0.02,-0.009 0.03,-0.013c0.326,-0.253 0.622,-0.542 0.882,-0.862c-0.005,0.006 -0.011,0.012 -0.016,0.018c-0.114,0.124 -0.221,0.233 -0.3,0.31c-0.08,0.077 -0.132,0.122 -0.136,0.118c-0.004,-0.005 0.041,-0.057 0.115,-0.138c0.074,-0.082 0.177,-0.194 0.29,-0.318c0.114,-0.124 0.217,-0.237 0.291,-0.318l0.012,-0.012c0.158,-0.229 0.299,-0.472 0.421,-0.725c-0.051,0.057 -0.107,0.117 -0.17,0.178c-0.067,0.063 -0.134,0.12 -0.197,0.17c-0.063,0.05 -0.121,0.092 -0.172,0.125c-0.101,0.066 -0.168,0.1 -0.171,0.096c-0.003,-0.006 0.058,-0.048 0.154,-0.12c0.048,-0.036 0.104,-0.08 0.165,-0.13c0.061,-0.051 0.126,-0.109 0.192,-0.171c0.066,-0.064 0.126,-0.126 0.18,-0.184c0.028,-0.031 0.054,-0.06 0.078,-0.088c0.174,-0.388 0.304,-0.801 0.383,-1.232c-0.032,0.059 -0.069,0.122 -0.116,0.188c-0.061,0.087 -0.134,0.178 -0.214,0.27c-0.16,0.184 -0.319,0.338 -0.439,0.444c-0.12,0.106 -0.199,0.164 -0.203,0.16c-0.004,-0.004 0.069,-0.071 0.183,-0.182c0.114,-0.11 0.269,-0.267 0.427,-0.45c0.08,-0.091 0.154,-0.18 0.215,-0.264c0.062,-0.084 0.112,-0.164 0.15,-0.234c0.004,-0.008 0.008,-0.016 0.013,-0.025c0.026,-0.162 0.047,-0.326 0.058,-0.493c-0.004,0.037 -0.016,0.097 -0.043,0.174c-0.021,0.063 -0.053,0.136 -0.096,0.214c-0.043,0.077 -0.097,0.158 -0.16,0.238c-0.127,0.16 -0.261,0.286 -0.36,0.374c-0.099,0.088 -0.163,0.138 -0.167,0.134c-0.004,-0.004 0.053,-0.063 0.147,-0.156c0.093,-0.093 0.223,-0.221 0.348,-0.377c0.124,-0.157 0.213,-0.316 0.261,-0.438c0.049,-0.121 0.065,-0.202 0.072,-0.2l0,0.001c0.005,-0.077 0.009,-0.154 0.011,-0.232c-0.033,0.07 -0.08,0.157 -0.14,0.249c-0.133,0.204 -0.276,0.342 -0.283,0.334c-0.009,-0.008 0.118,-0.156 0.248,-0.357c0.076,-0.114 0.135,-0.219 0.175,-0.289c0,-0.064 0,-0.129 -0.001,-0.193c-0.016,0.033 -0.033,0.066 -0.052,0.102c-0.04,0.074 -0.087,0.155 -0.14,0.237c-0.053,0.083 -0.107,0.158 -0.159,0.226c-0.052,0.066 -0.101,0.125 -0.144,0.172c-0.086,0.095 -0.145,0.148 -0.149,0.145c-0.004,-0.005 0.047,-0.064 0.127,-0.164c0.04,-0.049 0.086,-0.109 0.136,-0.176c0.049,-0.068 0.102,-0.144 0.155,-0.225c0.052,-0.081 0.099,-0.161 0.141,-0.234c0.031,-0.055 0.058,-0.106 0.082,-0.152c-0.002,-0.067 -0.006,-0.133 -0.011,-0.199c-0.002,0.006 -0.003,0.012 -0.005,0.018c-0.009,0.032 -0.021,0.066 -0.034,0.102c-0.027,0.071 -0.06,0.147 -0.101,0.224c-0.041,0.077 -0.086,0.147 -0.13,0.209c-0.023,0.03 -0.044,0.059 -0.066,0.085c-0.021,0.026 -0.042,0.049 -0.061,0.071c-0.078,0.083 -0.134,0.127 -0.137,0.123c-0.005,-0.004 0.044,-0.055 0.115,-0.143c0.017,-0.022 0.037,-0.046 0.056,-0.072c0.02,-0.026 0.04,-0.056 0.062,-0.086c0.041,-0.062 0.084,-0.131 0.125,-0.206c0.04,-0.076 0.073,-0.15 0.101,-0.219c0.014,-0.035 0.027,-0.067 0.037,-0.099c0.012,-0.031 0.021,-0.06 0.029,-0.087l0.002,-0.004c-0.014,-0.148 -0.033,-0.295 -0.059,-0.439l-0.003,0.008c-0,0.006 -0,0.011 -0.001,0.017c-0.002,0.028 -0.003,0.06 -0.009,0.095l-0.008,0.055c-0.003,0.019 -0.008,0.039 -0.012,0.059Zm-7.203,5.303l-0.05,-0.011c-0.018,-0.005 -0.037,-0.01 -0.058,-0.016c-0.042,-0.012 -0.09,-0.024 -0.141,-0.042l-0.082,-0.026c-0.028,-0.009 -0.057,-0.02 -0.088,-0.031c-0.06,-0.021 -0.124,-0.047 -0.191,-0.074c-0.134,-0.056 -0.278,-0.123 -0.425,-0.201c-0.147,-0.08 -0.283,-0.163 -0.403,-0.243c-0.059,-0.041 -0.116,-0.08 -0.167,-0.119c-0.026,-0.019 -0.051,-0.037 -0.075,-0.056l-0.067,-0.053c-0.043,-0.034 -0.08,-0.067 -0.113,-0.095c-0.016,-0.014 -0.031,-0.027 -0.045,-0.04l-0.037,-0.034c-0.044,-0.042 -0.068,-0.067 -0.066,-0.069c0.002,-0.002 0.029,0.018 0.076,0.056l0.04,0.032l0.047,0.037c0.034,0.027 0.072,0.058 0.116,0.09c0.022,0.016 0.045,0.033 0.069,0.051c0.023,0.017 0.049,0.035 0.075,0.053c0.052,0.038 0.109,0.075 0.168,0.115c0.121,0.078 0.256,0.16 0.401,0.238c0.147,0.078 0.289,0.145 0.421,0.203c0.066,0.027 0.129,0.054 0.188,0.077c0.03,0.011 0.059,0.023 0.087,0.033l0.08,0.028c0.051,0.019 0.098,0.034 0.139,0.048l0.057,0.019c0.017,0.005 0.034,0.01 0.048,0.015c0.058,0.018 0.09,0.03 0.089,0.033c-0.001,0.002 -0.034,-0.004 -0.093,-0.018l-0,0Zm-0.258,-2.421c-0.093,-0.039 -0.148,-0.067 -0.146,-0.072c0.004,-0.011 0.237,0.075 0.529,0.164c0.291,0.091 0.532,0.151 0.529,0.163c-0.001,0.005 -0.063,-0.003 -0.161,-0.024c-0.099,-0.02 -0.234,-0.054 -0.381,-0.099c-0.146,-0.045 -0.277,-0.094 -0.37,-0.132Zm0.639,0.696c-0.151,-0.052 -0.27,-0.103 -0.267,-0.114c0.004,-0.011 0.129,0.022 0.28,0.075c0.151,0.052 0.271,0.103 0.267,0.114c-0.004,0.011 -0.129,-0.023 -0.28,-0.075Zm2.469,-0.578c0.191,-0.016 0.347,-0.019 0.348,-0.008c0.001,0.012 -0.153,0.033 -0.345,0.049c-0.192,0.015 -0.348,0.019 -0.349,0.007c-0.001,-0.011 0.154,-0.033 0.346,-0.048Zm-0.676,1.477c-0.002,0.012 -0.093,0.012 -0.205,0.014c-0.112,0.001 -0.203,0.004 -0.204,-0.008c-0.002,-0.011 0.089,-0.032 0.204,-0.034c0.114,-0.002 0.206,0.017 0.205,0.028Zm-1.196,-1.563c0.002,-0.012 0.243,0.02 0.542,0.044c0.298,0.024 0.541,0.03 0.541,0.042c-0,0.005 -0.061,0.011 -0.16,0.012l-0.385,-0.013c-0.15,-0.012 -0.285,-0.03 -0.382,-0.047c-0.097,-0.018 -0.156,-0.033 -0.156,-0.038Zm0.652,2.124c0.215,0.03 0.39,0.048 0.389,0.06c-0,0.011 -0.178,0.012 -0.394,-0.019c-0.217,-0.029 -0.388,-0.078 -0.385,-0.089c0.003,-0.011 0.176,0.019 0.39,0.048Zm0.173,0.842c-0.244,0.007 -0.439,-0.027 -0.438,-0.038c0.002,-0.012 0.197,0.004 0.436,-0.004c0.24,-0.006 0.434,-0.033 0.436,-0.021c0.002,0.011 -0.191,0.056 -0.434,0.063Zm2.2,-0.33c0.104,-0.025 0.189,-0.046 0.247,-0.06c0.058,-0.014 0.091,-0.021 0.092,-0.018c0,0.003 -0.031,0.014 -0.088,0.033c-0.057,0.019 -0.14,0.044 -0.243,0.074c-0.207,0.058 -0.495,0.131 -0.816,0.197c-0.322,0.066 -0.615,0.112 -0.829,0.139c-0.106,0.014 -0.193,0.024 -0.252,0.028c-0.06,0.006 -0.094,0.007 -0.094,0.004c-0,-0.003 0.032,-0.009 0.091,-0.02l0.251,-0.041c0.212,-0.034 0.504,-0.085 0.824,-0.15c0.321,-0.066 0.609,-0.134 0.817,-0.186Zm-0.135,-2.767c-0.137,0.03 -0.269,0.054 -0.389,0.075c-0.12,0.019 -0.229,0.034 -0.32,0.045c-0.092,0.011 -0.166,0.017 -0.217,0.02c-0.052,0.004 -0.08,0.004 -0.081,0.001c-0,-0.006 0.112,-0.022 0.294,-0.05c0.09,-0.014 0.198,-0.032 0.318,-0.054c0.119,-0.022 0.25,-0.048 0.387,-0.078c0.136,-0.03 0.266,-0.062 0.383,-0.092c0.118,-0.03 0.223,-0.059 0.311,-0.085c0.177,-0.05 0.286,-0.083 0.288,-0.077c0.001,0.002 -0.025,0.014 -0.073,0.033c-0.048,0.019 -0.119,0.044 -0.206,0.072c-0.087,0.029 -0.192,0.061 -0.31,0.094c-0.117,0.032 -0.247,0.065 -0.385,0.096Zm2.055,1.263l-0.027,0.031c-0.01,0.011 -0.021,0.022 -0.033,0.035c-0.024,0.025 -0.051,0.054 -0.084,0.083l-0.05,0.047c-0.018,0.016 -0.037,0.031 -0.057,0.048c-0.038,0.034 -0.082,0.067 -0.128,0.102c-0.094,0.068 -0.2,0.138 -0.317,0.203c-0.117,0.063 -0.234,0.115 -0.342,0.157c-0.054,0.02 -0.106,0.039 -0.155,0.053c-0.025,0.008 -0.048,0.015 -0.071,0.022l-0.067,0.017c-0.042,0.011 -0.081,0.018 -0.115,0.025c-0.017,0.004 -0.032,0.007 -0.047,0.01l-0.04,0.005c-0.049,0.007 -0.076,0.009 -0.076,0.007c-0,-0.003 0.025,-0.011 0.073,-0.022l0.039,-0.01l0.046,-0.012c0.033,-0.009 0.071,-0.018 0.113,-0.031l0.065,-0.02c0.022,-0.007 0.045,-0.015 0.069,-0.023c0.049,-0.016 0.099,-0.036 0.152,-0.057c0.106,-0.043 0.22,-0.095 0.336,-0.158c0.115,-0.063 0.221,-0.131 0.314,-0.197c0.046,-0.034 0.09,-0.065 0.13,-0.098c0.019,-0.016 0.039,-0.03 0.057,-0.046l0.051,-0.044c0.034,-0.027 0.062,-0.055 0.088,-0.078c0.012,-0.011 0.024,-0.022 0.035,-0.032c0.011,-0.01 0.02,-0.02 0.029,-0.028c0.035,-0.033 0.056,-0.051 0.058,-0.049c0.002,0.002 -0.015,0.023 -0.046,0.06l-0,0Z" style="fill:white;fill-rule:nonzero;"/>
61
+ <path d="M23.43,22.572c0.091,-0.051 0.18,-0.098 0.265,-0.141c0.022,-0.015 0.045,-0.031 0.068,-0.047c0.055,-0.037 0.116,-0.073 0.181,-0.111c0.13,-0.072 0.278,-0.144 0.439,-0.207c0.16,-0.063 0.317,-0.111 0.462,-0.146c0.011,-0.002 0.021,-0.004 0.031,-0.007c0.002,-0.008 0.007,-0.016 0.015,-0.024l-0.036,0.007c-0.052,0.01 -0.103,0.026 -0.153,0.038l-0.076,0.02c-0.026,0.007 -0.05,0.016 -0.075,0.023c-0.2,0.058 -0.389,0.135 -0.57,0.218c-0.045,0.022 -0.089,0.044 -0.134,0.065c-0.043,0.024 -0.086,0.048 -0.128,0.071c-0.044,0.022 -0.084,0.049 -0.125,0.074l-0.061,0.038l-0.03,0.019l-0.03,0.021c-0.039,0.027 -0.077,0.054 -0.116,0.08c-0.006,0.005 -0.012,0.01 -0.019,0.015c0.045,-0.018 0.076,-0.02 0.092,-0.006l0,-0Z" style="fill:white;fill-rule:nonzero;"/>
62
+ <path d="M27.945,21.481l0.117,0.04c0.04,0.013 0.079,0.027 0.118,0.042c0.039,0.015 0.079,0.029 0.118,0.045c0.157,0.062 0.315,0.131 0.473,0.207c0.158,0.076 0.315,0.159 0.472,0.247c0.034,0.019 0.067,0.039 0.101,0.059c-0.552,-0.362 -1.175,-0.624 -1.844,-0.763c0.109,0.025 0.218,0.053 0.328,0.087l0.117,0.036Z" style="fill:white;fill-rule:nonzero;"/>
63
+ <path d="M31.119,26.612c0.011,-0.013 0.021,-0.026 0.032,-0.04l0.01,-0.015c-0.014,0.019 -0.027,0.037 -0.042,0.055Z" style="fill:white;fill-rule:nonzero;"/>
64
+ <path d="M31.171,24.156c0.036,0.067 0.072,0.132 0.108,0.203c0.036,0.07 0.071,0.144 0.098,0.224c0.008,0.022 0.014,0.047 0.02,0.07c0.007,0.005 0.013,0.011 0.02,0.016c-0.125,-0.32 -0.281,-0.626 -0.463,-0.914c0.035,0.065 0.072,0.133 0.107,0.196c0.037,0.069 0.074,0.138 0.11,0.205Z" style="fill:white;fill-rule:nonzero;"/>
65
+ <path d="M25.105,21.429c0.061,-0.009 0.123,-0.018 0.185,-0.025l0.046,-0.014c0.021,-0.007 0.043,-0.013 0.066,-0.02c0.022,-0.007 0.045,-0.014 0.069,-0.019c0.047,-0.012 0.096,-0.024 0.147,-0.036c0.051,-0.009 0.104,-0.019 0.158,-0.03c0.022,-0.004 0.045,-0.006 0.068,-0.01c-0.351,0.037 -0.692,0.107 -1.021,0.209c0.037,-0.008 0.073,-0.016 0.109,-0.024c0.058,-0.011 0.115,-0.021 0.173,-0.031Z" style="fill:white;fill-rule:nonzero;"/>
66
+ <path d="M22.947,24.113c0.016,-0.008 0.03,-0.016 0.046,-0.024c0.126,-0.068 0.262,-0.138 0.406,-0.21c0.045,-0.023 0.092,-0.046 0.138,-0.069c0.006,-0.004 0.012,-0.008 0.019,-0.013c-0.015,-0.025 -0.026,-0.047 -0.028,-0.062c-0.222,0.088 -0.428,0.166 -0.608,0.23c0.006,0.034 0.014,0.069 0.019,0.101c0.004,0.016 0.006,0.032 0.008,0.047Z" style="fill:white;fill-rule:nonzero;"/>
67
+ <path d="M23.298,24.979c0.038,0.033 0.074,0.066 0.107,0.097l0.025,0.023l0.02,0.021c0.013,0.013 0.025,0.024 0.036,0.035c0.021,0.02 0.039,0.037 0.055,0.05c0.055,-0.034 0.118,-0.071 0.189,-0.111c-0.069,-0.059 -0.13,-0.117 -0.183,-0.169c-0.023,-0.022 -0.042,-0.042 -0.062,-0.062c-0.052,0.05 -0.082,0.078 -0.1,0.069c-0.012,-0.006 -0.014,-0.034 -0.002,-0.083c0.005,-0.02 0.014,-0.044 0.026,-0.07c-0.004,-0.004 -0.008,-0.009 -0.011,-0.013l-0.001,-0.001c-0.041,0.013 -0.081,0.026 -0.118,0.038c0.006,0.027 0.012,0.054 0.014,0.082c0.002,0.028 0.001,0.058 -0.003,0.087l0.008,0.007Z" style="fill:white;fill-rule:nonzero;"/>
68
+ <path d="M22.066,26.608c-0.03,-0.017 -0.06,-0.035 -0.091,-0.054l0.029,0.031c0.019,0.019 0.041,0.039 0.063,0.061c0.045,0.043 0.095,0.095 0.155,0.147c0.026,0.024 0.054,0.049 0.083,0.075c-0.085,-0.094 -0.151,-0.176 -0.199,-0.239c-0.013,-0.007 -0.026,-0.014 -0.04,-0.021Z" style="fill:white;fill-rule:nonzero;"/>
69
+ <path d="M22.246,26.701c-0.032,-0.015 -0.064,-0.032 -0.097,-0.049c0.05,0.058 0.112,0.129 0.189,0.209c0.063,0.066 0.138,0.138 0.22,0.212c0.014,0.008 0.026,0.018 0.04,0.026c0.07,0.041 0.141,0.084 0.214,0.125c0.245,0.135 0.516,0.255 0.807,0.359c-0.012,-0.009 -0.025,-0.019 -0.035,-0.027l-0.036,-0.03c-0.02,-0.016 -0.03,-0.026 -0.029,-0.027c0.001,-0.001 0.012,0.006 0.034,0.021l0.039,0.027c0.015,0.01 0.032,0.023 0.053,0.036c0.009,0.006 0.019,0.013 0.029,0.019c0.042,0.015 0.083,0.03 0.126,0.044c0.305,0.099 0.631,0.177 0.971,0.239c0.012,-0.004 0.024,-0.008 0.035,-0.012c-0.014,-0.002 -0.028,-0.005 -0.042,-0.007c-0.044,-0.008 -0.088,-0.016 -0.132,-0.026l-0.132,-0.028c-0.044,-0.011 -0.088,-0.021 -0.132,-0.032l-0.067,-0.017l-0.066,-0.018c-0.044,-0.013 -0.089,-0.025 -0.133,-0.038c-0.088,-0.028 -0.177,-0.054 -0.265,-0.087c-0.177,-0.062 -0.352,-0.137 -0.524,-0.22c-0.171,-0.084 -0.34,-0.178 -0.504,-0.282c-0.164,-0.105 -0.323,-0.22 -0.476,-0.344c-0.03,-0.024 -0.059,-0.048 -0.087,-0.073Z" style="fill:white;fill-rule:nonzero;"/>
70
+ <path d="M23.139,24.461c0.064,-0.006 0.132,-0.011 0.207,-0.015c-0.021,-0.021 -0.043,-0.042 -0.062,-0.062c-0.05,0.027 -0.099,0.053 -0.145,0.077Z" style="fill:white;fill-rule:nonzero;"/>
71
+ <path d="M23.817,24.114c-0.071,0.03 -0.14,0.06 -0.208,0.089c-0.033,0.018 -0.064,0.036 -0.095,0.053c0.038,0.023 0.079,0.048 0.121,0.074c0.084,-0.042 0.173,-0.085 0.268,-0.128c-0.031,-0.031 -0.059,-0.06 -0.086,-0.088Z" style="fill:white;fill-rule:nonzero;"/>
72
+ </g>
73
+ <defs>
74
+ <linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3.09636e-15,50.5674,-50.5674,3.09636e-15,25.2512,1.32225)"><stop offset="0" style="stop-color:rgb(27,59,56);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(17,118,95);stop-opacity:1"/></linearGradient>
75
+ </defs>
76
+ </svg>
@@ -0,0 +1,30 @@
1
+ <svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_425_5107)">
3
+ <path d="M32.4545 0H9.54545C4.27365 0 0 4.27365 0 9.54545V32.4545C0 37.7264 4.27365 42 9.54545 42H32.4545C37.7264 42 42 37.7264 42 32.4545V9.54545C42 4.27365 37.7264 0 32.4545 0Z" fill="url(#paint0_linear_425_5107)"/>
4
+ <path d="M32.4545 0H9.54545C4.27365 0 0 4.27365 0 9.54545V32.4545C0 37.7264 4.27365 42 9.54545 42H32.4545C37.7264 42 42 37.7264 42 32.4545V9.54545C42 4.27365 37.7264 0 32.4545 0Z" fill="url(#paint1_radial_425_5107)"/>
5
+ <path d="M32.4545 0H9.54545C4.27365 0 0 4.27365 0 9.54545V32.4545C0 37.7264 4.27365 42 9.54545 42H32.4545C37.7264 42 42 37.7264 42 32.4545V9.54545C42 4.27365 37.7264 0 32.4545 0Z" fill="url(#paint2_radial_425_5107)"/>
6
+ <path d="M32.4545 0H9.54545C4.27365 0 0 4.27365 0 9.54545V32.4545C0 37.7264 4.27365 42 9.54545 42H32.4545C37.7264 42 42 37.7264 42 32.4545V9.54545C42 4.27365 37.7264 0 32.4545 0Z" fill="url(#paint3_radial_425_5107)"/>
7
+ <path d="M17.2526 32.2614V22.5192L26.7185 32.2614H31.9849V32.0079L21.0964 20.9122L31.1469 10.3857V10.2614H25.8464L17.2526 19.5635V10.2614H12.9849V32.2614H17.2526Z" fill="white"/>
8
+ </g>
9
+ <defs>
10
+ <linearGradient id="paint0_linear_425_5107" x1="21" y1="0" x2="21" y2="42" gradientUnits="userSpaceOnUse">
11
+ <stop stop-color="#1FD1FF"/>
12
+ <stop offset="1" stop-color="#1BB8FF"/>
13
+ </linearGradient>
14
+ <radialGradient id="paint1_radial_425_5107" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(2.00623 40.4086) rotate(-45.1556) scale(67.3547 68.3624)">
15
+ <stop stop-color="#232DE3"/>
16
+ <stop offset="1" stop-color="#232DE3" stop-opacity="0"/>
17
+ </radialGradient>
18
+ <radialGradient id="paint2_radial_425_5107" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(39.7379 41.7602) rotate(-138.45) scale(42.1137 64.2116)">
19
+ <stop stop-color="#8B4DFF"/>
20
+ <stop offset="1" stop-color="#8B4DFF" stop-opacity="0"/>
21
+ </radialGradient>
22
+ <radialGradient id="paint3_radial_425_5107" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(20.6501 0.311498) rotate(90) scale(33.1135 80.3423)">
23
+ <stop stop-color="#24D5FF"/>
24
+ <stop offset="1" stop-color="#1BB8FF" stop-opacity="0"/>
25
+ </radialGradient>
26
+ <clipPath id="clip0_425_5107">
27
+ <rect width="42" height="42" fill="white"/>
28
+ </clipPath>
29
+ </defs>
30
+ </svg>
@@ -0,0 +1,60 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
+ viewBox="0 0 204.8 192.4" style="enable-background:new 0 0 204.8 192.4;" xml:space="preserve">
3
+ <style type="text/css">
4
+ .st0{display:none;}
5
+ .st1{fill:#F5841F;}
6
+ .st2{fill:#E27625;}
7
+ .st3{fill:#D7C1B3;}
8
+ .st4{fill:#2F343B;}
9
+ .st5{fill:#CC6228;}
10
+ .st6{fill:#C0AD9E;}
11
+ .st7{fill:#763E1A;}
12
+ </style>
13
+ <g id="bg_x28_do_not_export_x29_" class="st0">
14
+ </g>
15
+ <g id="MM_Head_background__x28_Do_not_edit_x29_">
16
+ <g>
17
+ <path class="st1" d="M167.4,96.1l6.9-8.1l-3-2.2l4.8-4.4l-3.7-2.8l4.8-3.6l-3.1-2.4l5-24.4l-7.6-22.6 M171.5,25.6l-48.8,18.1l0,0
18
+ l0,0H82l0,0L33.2,25.6l0.3,0.2l-0.3-0.2l-7.6,22.6l5.1,24.4L27.5,75l4.9,3.6l-3.7,2.8l4.8,4.4l-3,2.2l6.9,8.1l-10.5,32.4h0l0,0
19
+ l9.7,33.1l34.1-9.4l0-0.1l0,0.1l0,0l0,0l0,0v0l0,0l0,0l0,0l6.6,5.4l13.5,9.2h23.1l13.5-9.2l6.6-5.4l0,0v0l0,0l0,0l34.2,9.4
20
+ l9.8-33.1l0,0h0l-10.6-32.4 M70.7,152.1L70.7,152.1L70.7,152.1"/>
21
+ </g>
22
+ </g>
23
+ <g id="Logos">
24
+ <g>
25
+ <polygon class="st2" points="171.5,25.6 111.6,69.7 122.7,43.7 "/>
26
+ <polygon class="st2" points="33.2,25.6 92.6,70.1 82,43.7 "/>
27
+ <polygon class="st2" points="150,127.9 134,152.1 168.2,161.5 178,128.4 "/>
28
+ <polygon class="st2" points="26.9,128.4 36.6,161.5 70.7,152.1 54.8,127.9 "/>
29
+ <polygon class="st2" points="68.9,86.9 59.4,101.2 93.2,102.7 92.1,66.5 "/>
30
+ <polygon class="st2" points="135.9,86.9 112.3,66.1 111.6,102.7 145.4,101.2 "/>
31
+ <polygon class="st2" points="70.7,152.1 91.2,142.3 73.5,128.7 "/>
32
+ <polygon class="st2" points="113.6,142.3 134,152.1 131.2,128.7 "/>
33
+ <polygon class="st3" points="134,152.1 113.6,142.3 115.3,155.5 115.1,161.1 "/>
34
+ <polygon class="st3" points="70.7,152.1 89.7,161.1 89.6,155.5 91.2,142.3 "/>
35
+ <polygon class="st4" points="90,119.9 73.1,115 85.1,109.5 "/>
36
+ <polygon class="st4" points="114.7,119.9 119.7,109.5 131.7,115 "/>
37
+ <polygon class="st5" points="70.7,152.1 73.7,127.9 54.8,128.4 "/>
38
+ <polygon class="st5" points="131.1,127.9 134,152.1 150,128.4 "/>
39
+ <polygon class="st5" points="145.4,101.2 111.6,102.7 114.7,119.9 119.7,109.5 131.7,115 "/>
40
+ <polygon class="st5" points="73.1,115 85.1,109.5 90,119.9 93.2,102.7 59.4,101.2 "/>
41
+ <polygon class="st2" points="59.4,101.2 73.5,128.7 73.1,115 "/>
42
+ <polygon class="st2" points="131.7,115 131.2,128.7 145.4,101.2 "/>
43
+ <polygon class="st2" points="93.2,102.7 90,119.9 94,140.3 94.9,113.5 "/>
44
+ <polygon class="st2" points="111.6,102.7 109.9,113.4 110.7,140.3 114.7,119.9 "/>
45
+ <polygon class="st1" points="114.7,119.9 110.7,140.3 113.6,142.3 131.2,128.7 131.7,115 "/>
46
+ <polygon class="st1" points="73.1,115 73.5,128.7 91.2,142.3 94,140.3 90,119.9 "/>
47
+ <polygon class="st6" points="115.1,161.1 115.3,155.5 113.7,154.2 91,154.2 89.6,155.5 89.7,161.1 70.7,152.1 77.3,157.5
48
+ 90.8,166.8 113.9,166.8 127.4,157.5 134,152.1 "/>
49
+ <polygon class="st4" points="113.6,142.3 110.7,140.3 94,140.3 91.2,142.3 89.6,155.5 91,154.2 113.7,154.2 115.3,155.5 "/>
50
+ <polygon class="st7" points="174.1,72.6 179.1,48.2 171.5,25.6 113.6,68.2 135.9,86.9 167.4,96.1 174.3,88 171.3,85.8 176.1,81.5
51
+ 172.4,78.6 177.2,75 "/>
52
+ <polygon class="st7" points="25.6,48.2 30.7,72.6 27.5,75 32.3,78.7 28.6,81.5 33.4,85.8 30.4,88 37.4,96.1 68.9,86.9 91.2,68.2
53
+ 33.2,25.6 "/>
54
+ <polygon class="st1" points="167.4,96.1 135.9,86.9 145.4,101.2 131.2,128.7 150,128.4 178,128.4 "/>
55
+ <polygon class="st1" points="68.9,86.9 37.4,96.1 26.9,128.4 54.8,128.4 73.5,128.7 59.4,101.2 "/>
56
+ <polygon class="st1" points="111.6,102.7 113.6,68.2 122.7,43.7 82,43.7 91.2,68.2 93.2,102.7 94,113.5 94,140.3 110.7,140.3
57
+ 110.8,113.5 "/>
58
+ </g>
59
+ </g>
60
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="128" height="128" fill="#AB9FF2"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M55.6416 82.1477C50.8744 89.4525 42.8862 98.6966 32.2568 98.6966C27.232 98.6966 22.4004 96.628 22.4004 87.6424C22.4004 64.7584 53.6445 29.3335 82.6339 29.3335C99.1257 29.3335 105.697 40.7755 105.697 53.7689C105.697 70.4471 94.8739 89.5171 84.1156 89.5171C80.7013 89.5171 79.0264 87.6424 79.0264 84.6688C79.0264 83.8931 79.1552 83.0527 79.4129 82.1477C75.7409 88.4182 68.6546 94.2361 62.0192 94.2361C57.1877 94.2361 54.7397 91.1979 54.7397 86.9314C54.7397 85.3799 55.0618 83.7638 55.6416 82.1477ZM80.6133 53.3182C80.6133 57.1044 78.3795 58.9975 75.8806 58.9975C73.3438 58.9975 71.1479 57.1044 71.1479 53.3182C71.1479 49.532 73.3438 47.6389 75.8806 47.6389C78.3795 47.6389 80.6133 49.532 80.6133 53.3182ZM94.8102 53.3184C94.8102 57.1046 92.5763 58.9977 90.0775 58.9977C87.5407 58.9977 85.3447 57.1046 85.3447 53.3184C85.3447 49.5323 87.5407 47.6392 90.0775 47.6392C92.5763 47.6392 94.8102 49.5323 94.8102 53.3184Z" fill="#FFFDF8"/>
4
+ </svg>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1"
4
+ id="svg10" sodipodi:docname="Sui SUI Coin Icon 256x256.svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
5
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 256 256"
6
+ style="enable-background:new 0 0 256 256;" xml:space="preserve">
7
+ <style type="text/css">
8
+ .st0{fill:#6FBCF0;}
9
+ .st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:#FFFFFF;stroke-width:5.8052;stroke-opacity:0;}
10
+ </style>
11
+ <sodipodi:namedview bordercolor="#666666" borderopacity="1.0" id="namedview12" inkscape:current-layer="svg10" inkscape:cx="48.20339" inkscape:cy="122.0339" inkscape:deskcolor="#d1d1d1" inkscape:pagecheckerboard="0" inkscape:pageopacity="0.0" inkscape:showpageshadow="2" inkscape:window-height="705" inkscape:window-maximized="1" inkscape:window-width="1366" inkscape:window-x="-8" inkscape:window-y="-8" inkscape:zoom="0.81944445" pagecolor="#ffffff" showgrid="false">
12
+ </sodipodi:namedview>
13
+ <circle id="path1579" class="st0" cx="128" cy="128" r="128"/>
14
+ <path id="path8" class="st1" d="M66.6,194.6c12.8,22.2,35.8,35.5,61.4,35.5c25.6,0,48.6-13.3,61.4-35.5c12.8-22.2,12.8-48.7,0-70.9
15
+ l-54-93.6c-3.3-5.7-11.5-5.7-14.8,0l-54,93.6C53.7,145.9,53.7,172.4,66.6,194.6L66.6,194.6z M112.8,74.6l11.5-20
16
+ c1.6-2.8,5.8-2.8,7.4,0l44.3,76.8c8.1,14.1,9.7,30.4,4.6,45.4c-0.5-2.4-1.3-4.9-2.3-7.4c-6.1-15.5-20-27.4-41.2-35.4
17
+ c-14.6-5.5-23.9-13.7-27.6-24.2C104.7,96.2,109.8,81.4,112.8,74.6L112.8,74.6z M93.1,108.6L80,131.4c-10,17.4-10,38.1,0,55.5
18
+ c10,17.4,28,27.7,48,27.7c13.3,0,25.7-4.6,35.5-12.7c1.3-3.2,5.2-14.9,0.3-27c-4.5-11.2-15.3-20.1-32.2-26.5
19
+ c-19-7.2-31.4-18.5-36.8-33.5C94.1,112.8,93.6,110.7,93.1,108.6z"/>
20
+ </svg>
@@ -0,0 +1 @@
1
+ export * from './xChains';
@@ -0,0 +1,164 @@
1
+ import type { XChain, ChainId } from '@sodax/types';
2
+
3
+ export const icon: XChain = {
4
+ id: 1,
5
+ name: 'ICON',
6
+ xChainId: '0x1.icon',
7
+ xChainType: 'ICON',
8
+ testnet: false,
9
+ };
10
+
11
+ export const avalanche: XChain = {
12
+ id: 43_114,
13
+ name: 'Avalanche',
14
+ xChainId: '0xa86a.avax',
15
+ xChainType: 'EVM',
16
+ testnet: false,
17
+ };
18
+
19
+ export const bsc: XChain = {
20
+ id: 56,
21
+ name: 'BNB Chain',
22
+ xChainId: '0x38.bsc',
23
+ xChainType: 'EVM',
24
+ testnet: false,
25
+ };
26
+
27
+ export const arbitrum: XChain = {
28
+ id: 42161,
29
+ name: 'Arbitrum',
30
+ xChainId: '0xa4b1.arbitrum',
31
+ xChainType: 'EVM',
32
+ testnet: false,
33
+ };
34
+
35
+ export const base: XChain = {
36
+ id: 8453,
37
+ name: 'Base',
38
+ xChainId: '0x2105.base',
39
+ xChainType: 'EVM',
40
+ testnet: false,
41
+ };
42
+
43
+ export const injective: XChain = {
44
+ id: 'injective-1',
45
+ name: 'Injective',
46
+ xChainId: 'injective-1',
47
+ xChainType: 'INJECTIVE',
48
+ testnet: false,
49
+ };
50
+
51
+ export const stellar: XChain = {
52
+ id: 'stellar',
53
+ name: 'Stellar',
54
+ xChainId: 'stellar',
55
+ xChainType: 'STELLAR',
56
+ testnet: false,
57
+ };
58
+
59
+ export const sui: XChain = {
60
+ id: 'sui',
61
+ name: 'Sui',
62
+ xChainId: 'sui',
63
+ xChainType: 'SUI',
64
+ testnet: false,
65
+ };
66
+
67
+ export const solana: XChain = {
68
+ id: 'solana',
69
+ name: 'Solana',
70
+ xChainId: 'solana',
71
+ xChainType: 'SOLANA',
72
+ testnet: false,
73
+ };
74
+
75
+ export const optimism: XChain = {
76
+ id: 10,
77
+ name: 'Optimism',
78
+ xChainId: '0xa.optimism',
79
+ xChainType: 'EVM',
80
+ testnet: false,
81
+ };
82
+
83
+ export const sonic: XChain = {
84
+ id: 146,
85
+ name: 'Sonic',
86
+ xChainId: 'sonic',
87
+ xChainType: 'EVM',
88
+ testnet: false,
89
+ };
90
+
91
+ export const polygon: XChain = {
92
+ id: 137,
93
+ name: 'Polygon',
94
+ xChainId: '0x89.polygon',
95
+ xChainType: 'EVM',
96
+ testnet: false,
97
+ };
98
+
99
+ export const nibiru: XChain = {
100
+ id: 6900,
101
+ name: 'Nibiru',
102
+ xChainId: 'nibiru',
103
+ xChainType: 'EVM',
104
+ testnet: false,
105
+ };
106
+
107
+ export const hyper: XChain = {
108
+ id: 999,
109
+ name: 'HyperEVM',
110
+ xChainId: 'hyper',
111
+ xChainType: 'EVM',
112
+ testnet: false,
113
+ };
114
+
115
+ export const lightlink: XChain = {
116
+ id: 1890,
117
+ name: 'Lightlink',
118
+ xChainId: 'lightlink',
119
+ xChainType: 'EVM',
120
+ testnet: false,
121
+ };
122
+
123
+ // the order is important, using manual order to display in the UI
124
+ export const xChainMap: { [key in ChainId]: XChain } = {
125
+ '0x1.icon': icon,
126
+ '0xa4b1.arbitrum': arbitrum,
127
+ '0xa86a.avax': avalanche,
128
+ '0x38.bsc': bsc,
129
+ '0x2105.base': base,
130
+ '0xa.optimism': optimism,
131
+ 'injective-1': injective,
132
+ stellar: stellar,
133
+ sui: sui,
134
+ solana: solana,
135
+ sonic: sonic,
136
+ '0x89.polygon': polygon,
137
+ nibiru: nibiru,
138
+ hyper: hyper,
139
+ lightlink: lightlink,
140
+ };
141
+
142
+ /**
143
+ * List of all supported chains in Sodax ecosystem
144
+ *
145
+ * Currently supported chains:
146
+ * - EVM chains:
147
+ * - Arbitrum (0xa4b1.arbitrum)
148
+ * - Avalanche (0xa86a.avax)
149
+ * - Base (0x2105.base)
150
+ * - BSC (0x38.bsc)
151
+ * - Optimism (0xa.optimism)
152
+ * - Polygon (0x89.polygon)
153
+ * - Sonic (sonic)
154
+ * - Nibiru (nibiru)
155
+ * - ICON chain: 0x1.icon
156
+ * - Sui chain: sui
157
+ * - Solana chain: solana
158
+ * - Stellar chain: stellar
159
+ * - Injective chain: injective-1
160
+ * - Nibiru chain: nibiru
161
+ * - HyperEVM chain: hyper
162
+ */
163
+
164
+ export const xChains = Object.values(xChainMap);
@@ -0,0 +1,54 @@
1
+ import type { ChainType } from '@sodax/types';
2
+ import type { XAccount } from '../types';
3
+
4
+ /**
5
+ * Base class for wallet provider connectors that handles connection management and wallet interactions
6
+ *
7
+ * @abstract
8
+ * @class XConnector
9
+ * @property {ChainType} xChainType - The blockchain type this connector supports
10
+ * @property {string} name - Display name of the wallet provider
11
+ * @property {string} _id - Unique identifier for the connector
12
+ * @property {string | undefined} _icon - Optional icon URL for the wallet provider
13
+ */
14
+
15
+ export abstract class XConnector {
16
+ /** The blockchain type this connector supports */
17
+ public readonly xChainType: ChainType;
18
+
19
+ /** Display name of the wallet provider */
20
+ public readonly name: string;
21
+
22
+ /** Unique identifier for the connector */
23
+ private readonly _id: string;
24
+
25
+ /** Optional icon URL for the wallet provider */
26
+ private readonly _icon?: string;
27
+
28
+ constructor(xChainType: ChainType, name: string, id: string) {
29
+ this.xChainType = xChainType;
30
+ this.name = name;
31
+ this._id = id;
32
+ }
33
+
34
+ /**
35
+ * Connects to the wallet provider
36
+ * @returns Promise resolving to the connected account, or undefined if connection fails
37
+ */
38
+ abstract connect(): Promise<XAccount | undefined>;
39
+
40
+ /**
41
+ * Disconnects from the wallet provider
42
+ */
43
+ abstract disconnect(): Promise<void>;
44
+
45
+ /** Get the unique identifier for this connector */
46
+ public get id(): string {
47
+ return this._id;
48
+ }
49
+
50
+ /** Get the optional icon URL for this wallet provider */
51
+ public get icon(): string | undefined {
52
+ return this._icon;
53
+ }
54
+ }
@@ -0,0 +1,91 @@
1
+ import type { ChainId, ChainType, XToken } from '@sodax/types';
2
+ import type { XConnector } from './XConnector';
3
+
4
+ /**
5
+ * Abstract base class for blockchain service implementations.
6
+ *
7
+ * The XService class serves as a foundation for implementing blockchain-specific services
8
+ * in a multi-chain environment. It provides a standardized interface for:
9
+ * 1. Managing wallet connectors for different blockchain types
10
+ * 2. Querying token balances across different chains
11
+ *
12
+ * Each blockchain implementation (e.g., Solana, EVM chains) extends this class
13
+ * to provide chain-specific functionality while maintaining a consistent interface.
14
+ *
15
+ * @abstract
16
+ * @class XService
17
+ * @property {ChainType} xChainType - The blockchain type this service handles (e.g., 'SOLANA', 'EVM')
18
+ * @property {XConnector[]} xConnectors - Available wallet connectors for this chain
19
+ *
20
+ */
21
+ export abstract class XService {
22
+ /** The blockchain type this service handles */
23
+ public readonly xChainType: ChainType;
24
+
25
+ /** Available wallet connectors for this chain */
26
+ private xConnectors: XConnector[] = [];
27
+
28
+ constructor(xChainType: ChainType) {
29
+ this.xChainType = xChainType;
30
+ }
31
+
32
+ /**
33
+ * Gets the balance of a specific token for an address
34
+ * @param address The wallet address to check
35
+ * @param xToken The token to get the balance for
36
+ * @param xChainId The chain ID to query
37
+ * @returns Promise resolving to the token balance as a bigint
38
+ */
39
+ public async getBalance(address: string | undefined, xToken: XToken, xChainId: ChainId): Promise<bigint> {
40
+ return 0n;
41
+ }
42
+
43
+ /**
44
+ * Gets balances for multiple tokens for an address
45
+ * @param address The wallet address to check
46
+ * @param xTokens Array of tokens to get balances for
47
+ * @param xChainId The chain ID to query
48
+ * @returns Promise resolving to object mapping token addresses to balances
49
+ */
50
+ public async getBalances(
51
+ address: string | undefined,
52
+ xTokens: XToken[],
53
+ xChainId: ChainId,
54
+ ): Promise<Record<string, bigint>> {
55
+ if (!address) return {};
56
+
57
+ const balancePromises = xTokens.map(async xToken => {
58
+ const balance = await this.getBalance(address, xToken, xChainId);
59
+ return { address: xToken.address, balance };
60
+ });
61
+
62
+ const balances = await Promise.all(balancePromises);
63
+ return balances.reduce<Record<string, bigint>>((acc, { address, balance }) => {
64
+ acc[address] = balance;
65
+ return acc;
66
+ }, {});
67
+ }
68
+
69
+ /**
70
+ * Gets all available connectors for this chain
71
+ */
72
+ public getXConnectors(): XConnector[] {
73
+ return this.xConnectors;
74
+ }
75
+
76
+ /**
77
+ * Sets the available connectors for this chain
78
+ */
79
+ public setXConnectors(xConnectors: XConnector[]): void {
80
+ this.xConnectors = xConnectors;
81
+ }
82
+
83
+ /**
84
+ * Gets a specific connector by its ID
85
+ * @param xConnectorId The connector ID to look up
86
+ * @returns The matching connector or undefined if not found
87
+ */
88
+ public getXConnectorById(xConnectorId: string): XConnector | undefined {
89
+ return this.getXConnectors().find(xConnector => xConnector.id === xConnectorId);
90
+ }
91
+ }
@@ -0,0 +1,2 @@
1
+ export { XService } from './XService';
2
+ export { XConnector } from './XConnector';
@@ -0,0 +1,11 @@
1
+ export { useXAccount } from './useXAccount';
2
+ export { useXAccounts } from './useXAccounts';
3
+ export { useXConnect } from './useXConnect';
4
+ export { useXConnection } from './useXConnection';
5
+ export { useXConnectors } from './useXConnectors';
6
+ export { useXDisconnect } from './useXDisconnect';
7
+ export { useXService } from './useXService';
8
+ export { useXBalances } from './useXBalances';
9
+ export { useWalletProviderOptions } from './useWalletProviderOptions';
10
+ export { useEvmSwitchChain } from './useEvmSwitchChain';
11
+ export { useWalletProvider } from './useWalletProvider';