@particle-network/icons 0.0.16 → 0.0.17

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 (45) hide show
  1. package/dist/native/CexWalletIcon.d.ts +7 -0
  2. package/dist/native/CexWalletIcon.js +26 -0
  3. package/dist/native/ChartColorSwitchIcon.js +1 -1
  4. package/dist/native/CreatorTeamIcon.d.ts +7 -0
  5. package/dist/native/CreatorTeamIcon.js +26 -0
  6. package/dist/native/DiamondHandIcon.d.ts +7 -0
  7. package/dist/native/DiamondHandIcon.js +26 -0
  8. package/dist/native/FaqIcon.js +6 -16
  9. package/dist/native/ImageFallbackIcon.d.ts +7 -0
  10. package/dist/native/ImageFallbackIcon.js +26 -0
  11. package/dist/native/KolInfluencersIcon.d.ts +7 -0
  12. package/dist/native/KolInfluencersIcon.js +23 -0
  13. package/dist/native/LanguagesIcon.js +1 -1
  14. package/dist/native/LiquidityPoolIcon.d.ts +7 -0
  15. package/dist/native/LiquidityPoolIcon.js +23 -0
  16. package/dist/native/ManualIcon.js +1 -1
  17. package/dist/native/PaperHandIcon.d.ts +7 -0
  18. package/dist/native/PaperHandIcon.js +29 -0
  19. package/dist/native/Top10HoldersIcon.d.ts +7 -0
  20. package/dist/native/Top10HoldersIcon.js +23 -0
  21. package/dist/native/index.d.ts +8 -0
  22. package/dist/native/index.js +9 -1
  23. package/dist/web/CexWalletIcon.d.ts +7 -0
  24. package/dist/web/CexWalletIcon.js +25 -0
  25. package/dist/web/ChartColorSwitchIcon.js +1 -1
  26. package/dist/web/CreatorTeamIcon.d.ts +7 -0
  27. package/dist/web/CreatorTeamIcon.js +25 -0
  28. package/dist/web/DiamondHandIcon.d.ts +7 -0
  29. package/dist/web/DiamondHandIcon.js +25 -0
  30. package/dist/web/FaqIcon.js +6 -16
  31. package/dist/web/ImageFallbackIcon.d.ts +7 -0
  32. package/dist/web/ImageFallbackIcon.js +25 -0
  33. package/dist/web/KolInfluencersIcon.d.ts +7 -0
  34. package/dist/web/KolInfluencersIcon.js +22 -0
  35. package/dist/web/LanguagesIcon.js +1 -1
  36. package/dist/web/LiquidityPoolIcon.d.ts +7 -0
  37. package/dist/web/LiquidityPoolIcon.js +22 -0
  38. package/dist/web/ManualIcon.js +1 -1
  39. package/dist/web/PaperHandIcon.d.ts +7 -0
  40. package/dist/web/PaperHandIcon.js +28 -0
  41. package/dist/web/Top10HoldersIcon.d.ts +7 -0
  42. package/dist/web/Top10HoldersIcon.js +22 -0
  43. package/dist/web/index.d.ts +8 -0
  44. package/dist/web/index.js +9 -1
  45. package/package.json +2 -1
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const CexWalletIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default CexWalletIcon;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const CexWalletIcon_CexWalletIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ const stroke = props.stroke || _color;
10
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: /*#__PURE__*/ jsx(Path, {
17
+ d: "M21.0891 18.829C21.0891 20.0256 20.1191 20.9957 18.9226 20.9957L5.05581 20.9958C3.85933 20.9958 2.88916 20.0257 2.88916 18.8291L2.88916 5.82908C2.88916 4.87181 3.66523 4.09571 4.62254 4.09571L11.6297 4.09577L13.1637 3.33259C13.3863 3.25179 13.7282 3.22304 13.907 3.37015L14.3249 4.09574H17.6225C18.5798 4.09574 19.3558 4.87178 19.3558 5.82911V7.12904C20.3131 7.12904 21.0892 7.90502 21.0892 8.86238L21.0891 18.829ZM4.62254 4.96244C4.14393 4.96244 3.75586 5.78372 3.75586 6.26242C3.75586 6.74109 4.14387 7.1291 4.6226 7.1291H5.24883H4.81549H4.89758C4.90312 7.12688 4.90678 7.12214 4.91251 7.12001L10.1046 4.96247L4.62254 4.96244ZM13.7561 5.0406L13.2955 4.20714L11.752 4.96247H11.7481L6.96434 7.1291H14.7913L13.7561 5.0406ZM18.4892 5.82914C18.4892 5.35048 18.1012 4.96247 17.6225 4.96247H14.64L15.7035 7.12907H18.4891L18.4892 5.82914ZM19.3559 7.99583H4.62254C4.30526 7.99577 4.01157 7.90412 3.75583 7.75533V18.829C3.75583 19.547 4.33787 20.129 5.05578 20.129H18.9224C19.6404 20.129 20.2224 19.547 20.2224 18.829V15.7957H18.489C17.5317 15.7957 16.7558 15.0197 16.7558 14.0624C16.7558 13.1052 17.5317 12.3291 18.489 12.3291H20.2224V8.86244C20.2224 8.38378 19.8344 7.99583 19.3559 7.99583ZM20.2224 14.9291L20.2224 13.1957H18.4891C18.0105 13.1957 17.6225 13.5837 17.6225 14.0624C17.6225 14.5411 18.0105 14.9291 18.4891 14.9291H20.2224ZM18.7595 13.7706H19.3558V14.3416H18.7595V13.7706Z",
18
+ fill: fill,
19
+ stroke: stroke,
20
+ strokeWidth: 0.419918
21
+ })
22
+ });
23
+ };
24
+ CexWalletIcon_CexWalletIcon.displayName = 'CexWalletIcon|cex-wallet';
25
+ const CexWalletIcon = CexWalletIcon_CexWalletIcon;
26
+ export { CexWalletIcon as default };
@@ -13,7 +13,7 @@ const ChartColorSwitchIcon_ChartColorSwitchIcon = ({ size = 16, width = size, he
13
13
  fill: "none",
14
14
  ...props,
15
15
  children: /*#__PURE__*/ jsx(Path, {
16
- d: "M18.8165 13.8926C18.811 13.7316 18.8682 13.5686 18.9913 13.4453C19.2269 13.2097 19.6076 13.2098 19.8419 13.4453L22.0988 15.7051C22.2165 15.823 22.2745 15.9765 22.2745 16.1309C22.2745 16.2852 22.2155 16.4399 22.0978 16.5566C21.8621 16.7926 21.4806 16.7926 21.2462 16.5566L20.0197 15.3281L20.0197 21.8672C20.0197 22.1998 19.7501 22.4696 19.4181 22.4697C19.0859 22.4697 18.8165 22.1999 18.8165 21.8672L18.8165 13.8926ZM2.00012 11.2656C2.00015 6.84033 5.58168 3.25306 10.0001 3.25293C14.4184 3.25299 18.0009 6.43997 18.0001 10.376C17.9998 11.4853 17.5932 12.4988 16.923 13.2783C17.2241 13.3113 17.4591 13.5627 17.4591 13.873L17.4601 21.8672C17.4601 21.9064 17.455 21.9458 17.4474 21.9844C17.4445 21.9991 17.4387 22.013 17.4347 22.0273C17.4177 22.0891 17.3937 22.1494 17.3566 22.2041C17.2906 22.302 17.1965 22.3793 17.0861 22.4248C17.0718 22.4307 17.0566 22.4338 17.0421 22.4385C16.9838 22.4574 16.9221 22.4697 16.8575 22.4697C16.7926 22.4697 16.7306 22.4576 16.672 22.4385C16.6575 22.4337 16.6423 22.4307 16.6281 22.4248C16.554 22.3941 16.4875 22.3489 16.4318 22.293L14.1769 20.0342C13.9414 19.7981 13.9413 19.4176 14.1769 19.1816C14.4126 18.9459 14.7929 18.9457 15.0284 19.1816L16.256 20.4121L16.256 13.9111C15.5075 14.4857 14.5716 14.8276 13.5558 14.8281L11.9816 14.8281C11.7248 14.8271 11.4728 14.9008 11.257 15.04C11.0413 15.1792 10.87 15.3779 10.7648 15.6123C10.6595 15.8468 10.6249 16.1072 10.6642 16.3613C10.7035 16.6155 10.8153 16.8532 10.9864 17.0449C11.2085 17.2917 11.3315 17.6121 11.3322 17.9443C11.332 18.6815 10.7207 19.2783 10.0001 19.2783C5.58167 19.2782 2.00012 15.6909 2.00012 11.2656ZM3.60754 10.9951C3.46353 14.426 6.04391 17.3613 9.46008 17.6523C9.19565 17.2071 9.05373 16.6997 9.04895 16.1816C9.04421 15.6634 9.17733 15.1533 9.43372 14.7031C9.69011 14.253 10.0611 13.8788 10.5089 13.6191C10.9566 13.3596 11.4653 13.2232 11.9825 13.2246L13.5558 13.2246C14.3102 13.2241 15.0342 12.924 15.5675 12.3896C16.1008 11.8551 16.4005 11.1297 16.4005 10.374C16.4003 7.36991 13.5742 4.85455 10.0001 4.85449C6.57143 4.85681 3.75168 7.56416 3.60754 10.9951ZM12.4239 10.2979C12.3777 10.0648 12.4006 9.82304 12.4913 9.60352C12.5822 9.38397 12.7364 9.19649 12.9337 9.06445C13.1311 8.93241 13.3634 8.8623 13.6007 8.8623C13.7582 8.86232 13.9142 8.89281 14.0597 8.95312C14.2053 9.0135 14.3379 9.1023 14.4493 9.21387C14.5606 9.32537 14.6488 9.45787 14.7091 9.60352C14.7694 9.74929 14.8009 9.90569 14.8009 10.0635C14.8009 10.3011 14.7305 10.5338 14.5988 10.7314C14.4669 10.9291 14.2789 11.0828 14.0597 11.1738C13.8405 11.2648 13.5991 11.2885 13.3663 11.2422C13.1337 11.1958 12.9198 11.0819 12.7521 10.9141C12.5842 10.746 12.4703 10.531 12.4239 10.2979ZM8.82434 7.89453C8.77804 7.66153 8.80202 7.41972 8.8927 7.2002C8.9834 6.98077 9.13705 6.79322 9.33411 6.66113C9.53118 6.52908 9.76301 6.45829 10.0001 6.45801C10.1577 6.45788 10.3144 6.48852 10.4601 6.54883C10.6057 6.60916 10.7383 6.69805 10.8497 6.80957C10.9612 6.92124 11.0502 7.05428 11.1105 7.20019C11.1708 7.34621 11.2014 7.50312 11.2013 7.66113C11.2011 7.89858 11.1309 8.13074 10.9991 8.32812C10.8672 8.52558 10.6793 8.67967 10.4601 8.77051C10.2409 8.86127 9.99932 8.88524 9.76672 8.83887C9.53431 8.79243 9.32108 8.67755 9.15344 8.50977C8.98568 8.34174 8.87068 8.12757 8.82434 7.89453ZM5.22278 10.2979C5.17659 10.0648 5.20033 9.82302 5.29114 9.60352C5.38198 9.38396 5.53622 9.19649 5.73352 9.06445C5.93089 8.93244 6.16317 8.86226 6.40051 8.8623C6.71841 8.86271 7.02331 8.98882 7.24817 9.21387C7.47306 9.43913 7.60034 9.74492 7.60071 10.0635C7.60075 10.3011 7.53032 10.5338 7.39856 10.7314C7.26674 10.9291 7.07872 11.0828 6.8595 11.1738C6.64024 11.2648 6.39891 11.2885 6.16614 11.2422C5.93354 11.1958 5.71965 11.0819 5.55188 10.9141C5.38404 10.746 5.26908 10.531 5.22278 10.2979Z",
16
+ d: "M18.6851 13.0454C18.6798 12.8824 18.7379 12.7181 18.8608 12.5933C19.0391 12.4124 19.2998 12.3689 19.5181 12.4614C19.5331 12.4678 19.5467 12.4774 19.561 12.4849C19.5813 12.4955 19.6024 12.5049 19.6216 12.5181C19.6493 12.5369 19.6745 12.5593 19.6987 12.5825C19.7028 12.5864 19.7084 12.5892 19.7124 12.5933L21.9712 14.8862C22.0889 15.0059 22.147 15.1614 22.147 15.3179C22.147 15.4745 22.0871 15.6311 21.9692 15.7495C21.7334 15.9888 21.3523 15.9888 21.1177 15.7495L19.8901 14.5024L19.8901 21.1382C19.8901 21.4757 19.62 21.7493 19.2876 21.7495C18.9551 21.7495 18.6851 21.4758 18.6851 21.1382L18.6851 13.0454ZM1.85303 10.3813C1.85303 5.89098 5.43809 2.25051 9.86084 2.25049C14.2832 2.25055 17.8684 5.48428 17.8677 9.47803C17.8674 10.6033 17.4609 11.6315 16.7905 12.4224C17.0918 12.4559 17.3275 12.7112 17.3276 13.0259L17.3276 21.1382L17.3169 21.2554C17.3021 21.3326 17.2723 21.4075 17.228 21.4751L17.1509 21.5708C17.042 21.6814 16.8912 21.7494 16.7251 21.7495C16.5765 21.7495 16.4415 21.6936 16.3364 21.603C16.324 21.5923 16.3101 21.5827 16.2983 21.5708L14.0415 19.2788C13.8056 19.0393 13.8056 18.6531 14.0415 18.4136C14.2773 18.1743 14.6572 18.1744 14.8931 18.4136L16.1226 19.6616L16.1226 13.064C15.3733 13.6474 14.4366 13.9951 13.4194 13.9956L11.8442 13.9956C11.5873 13.9946 11.3347 14.0692 11.1187 14.2104C10.9027 14.3517 10.7318 14.5537 10.6265 14.7915C10.5211 15.0294 10.4857 15.2935 10.5249 15.5513C10.5642 15.8091 10.6768 16.0501 10.8481 16.2446C11.0705 16.495 11.1942 16.8206 11.1948 17.1577C11.1946 17.9057 10.582 18.5112 9.86084 18.5112C5.43823 18.5112 1.85326 14.8715 1.85303 10.3813ZM3.46143 10.106C3.31715 13.5872 5.90044 16.5664 9.31982 16.8618C9.05502 16.4099 8.91344 15.8944 8.90869 15.3687C8.90397 14.8429 9.03685 14.3254 9.29346 13.8687C9.55009 13.4119 9.92142 13.0325 10.3696 12.769C10.8177 12.5057 11.3265 12.3673 11.8442 12.3687L13.4204 12.3687C14.1754 12.368 14.8993 12.0632 15.4331 11.521C15.9669 10.9786 16.267 10.2428 16.2671 9.47607C16.2668 6.42788 13.4383 3.87555 9.86084 3.87549C6.42885 3.87773 3.60579 6.62463 3.46143 10.106ZM12.2866 9.39893C12.2404 9.16246 12.2641 8.91756 12.355 8.69482C12.4459 8.472 12.5998 8.28097 12.7974 8.14697C12.9948 8.01318 13.227 7.9419 13.4644 7.94189C13.622 7.94188 13.7786 7.97342 13.9243 8.03467C14.0699 8.09593 14.2025 8.18618 14.314 8.29932C14.4253 8.41247 14.5134 8.54704 14.5737 8.69482C14.6341 8.84273 14.6655 9.00154 14.6655 9.16162C14.6655 9.40253 14.5951 9.638 14.4634 9.83838C14.3315 10.0389 14.1437 10.1952 13.9243 10.2876C13.7049 10.3799 13.463 10.4049 13.23 10.3579C12.997 10.3109 12.7827 10.1944 12.6147 10.0239C12.4468 9.8534 12.333 9.63544 12.2866 9.39893ZM8.68408 6.96045C8.63771 6.72403 8.66171 6.47911 8.75244 6.25635C8.84322 6.03357 8.9965 5.84258 9.19385 5.7085C9.39117 5.57446 9.62342 5.50268 9.86084 5.50244C10.0186 5.50231 10.175 5.53404 10.3208 5.59521C10.4667 5.65651 10.5998 5.74651 10.7114 5.85986C10.8231 5.97323 10.9118 6.10821 10.9722 6.25635C11.0324 6.40435 11.0631 6.563 11.063 6.72314C11.0628 6.96424 10.9929 7.2005 10.8608 7.40088C10.7288 7.60121 10.5402 7.75695 10.3208 7.84912C10.1015 7.94115 9.86018 7.96548 9.62744 7.91846C9.39456 7.87137 9.18013 7.75493 9.01221 7.58447C8.84445 7.41404 8.73045 7.19676 8.68408 6.96045ZM5.07959 9.39893C5.03332 9.16243 5.05706 8.91759 5.14795 8.69482C5.2389 8.47198 5.39277 8.28096 5.59033 8.14697C5.78777 8.01319 6.01995 7.94188 6.25732 7.94189C6.5756 7.94228 6.88085 8.07088 7.10596 8.29932C7.33107 8.52791 7.45815 8.83836 7.4585 9.16162C7.45845 9.40251 7.38805 9.63801 7.25635 9.83838C7.1244 10.0389 6.93673 10.1962 6.71728 10.2886C6.49783 10.3809 6.25593 10.4049 6.02295 10.3579C5.78994 10.3109 5.57571 10.1945 5.40771 10.0239C5.23972 9.85336 5.12593 9.63551 5.07959 9.39893Z",
17
17
  fill: fill
18
18
  })
19
19
  });
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const CreatorTeamIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default CreatorTeamIcon;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const CreatorTeamIcon_CreatorTeamIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ const stroke = props.stroke || _color;
10
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: /*#__PURE__*/ jsx(Path, {
17
+ d: "M20.2703 16.9454V16.603C20.2703 16.4508 20.2289 16.2987 20.2289 16.1465C20.9319 15.9182 21.0973 15.1574 21.0973 14.5106V14.2443C21.0973 13.4835 19.8981 12.7226 18.7816 12.5704L17.0448 12.2661L18.3681 11.2008C19.0297 10.6682 19.4019 9.86932 19.4019 8.99432C19.4019 7.62476 18.4921 6.48345 17.293 6.29323L16.9621 5.53236C18.7816 5.53236 20.2703 7.09215 20.2703 9.03236C20.2703 10.1737 19.7327 11.2008 18.947 11.8095C20.353 12.0378 21.9243 13.065 21.9243 14.2443V14.5106C21.9243 15.69 21.3868 16.7171 20.2703 16.9454ZM14.9773 12.8367C17.0862 13.2171 19.4432 14.7389 19.4432 16.565V16.9454C19.4432 19.0378 18.4094 20.7498 16.1351 20.7498H7.86479C5.59045 20.7498 4.55666 19.0378 4.55666 16.9454V16.565C4.55666 14.7389 6.9137 13.2171 9.02263 12.8367C7.82343 11.8856 7.03775 10.3258 7.03775 8.57584C7.03775 5.64649 9.27074 3.24976 11.9999 3.24976C14.7292 3.24976 16.9621 5.64649 16.9621 8.61389C16.9621 10.3639 16.1765 11.8856 14.9773 12.8367ZM9.93237 13.5215C7.94749 13.5215 5.38369 15.0052 5.38369 16.565V16.9454C5.38369 17.8584 5.6318 19.9889 7.86479 19.9889H16.1351C18.3681 19.9889 18.6162 17.8584 18.6162 16.9454V16.565C18.6162 15.0052 16.0524 13.5215 14.0675 13.5215H13.8608C13.2818 13.7498 12.6616 13.9019 11.9999 13.9019C11.3383 13.9019 10.718 13.7498 10.1391 13.5215H9.93237ZM11.9999 4.01063C9.72561 4.01063 7.86479 6.06497 7.86479 8.57584C7.86479 11.0867 9.72561 13.1411 11.9999 13.1411C14.2743 13.1411 16.1351 11.1248 16.1351 8.57584C16.1351 6.06497 14.2743 4.01063 11.9999 4.01063ZM9.84966 7.96715C9.80831 8.11932 9.64291 8.23345 9.43615 8.23345C9.14669 8.23345 8.98128 8.00519 9.02263 7.73889C9.31209 6.7878 9.93237 5.98889 10.6767 5.57041C10.9662 5.41823 11.297 5.60845 11.297 5.9128C11.297 6.02693 11.2143 6.14106 11.0902 6.21715C10.5526 6.55954 10.0564 7.16823 9.84966 7.96715ZM4.55666 9.03236C4.55666 9.90736 4.92882 10.7443 5.59045 11.2389L6.9137 12.3041L5.17693 12.6085C4.10179 12.7606 2.90259 13.5215 2.90259 14.2443V14.5106C2.90259 15.1574 3.068 15.9182 3.77098 16.1465C3.77098 16.2987 3.72963 16.4508 3.72963 16.603V16.9454C2.61313 16.7171 2.07556 15.69 2.07556 14.5106V14.2443C2.07556 13.0269 3.64692 12.0378 5.05288 11.8095C4.22585 11.1628 3.72963 10.1737 3.72963 9.03236C3.72963 7.09215 5.21828 5.53236 7.03775 5.53236C7.03775 5.53236 6.78964 6.10302 6.66559 6.33128C5.46639 6.52149 4.55666 7.6628 4.55666 9.03236Z",
18
+ fill: fill,
19
+ stroke: stroke,
20
+ strokeWidth: 0.384439
21
+ })
22
+ });
23
+ };
24
+ CreatorTeamIcon_CreatorTeamIcon.displayName = 'CreatorTeamIcon|creator-team';
25
+ const CreatorTeamIcon = CreatorTeamIcon_CreatorTeamIcon;
26
+ export { CreatorTeamIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const DiamondHandIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default DiamondHandIcon;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const DiamondHandIcon_DiamondHandIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ const stroke = props.stroke || _color;
10
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: /*#__PURE__*/ jsx(Path, {
17
+ d: "M21.4675 8.87754L18.7112 4.74301C18.3312 4.17307 17.6969 3.83496 17.0142 3.83496H6.61027C5.92763 3.83496 5.29328 4.17307 4.91331 4.74301L2.15374 8.87754C1.63209 9.66001 1.70937 10.6904 2.34372 11.3827L10.8768 20.7531C11.1151 21.0139 11.4564 21.1652 11.8106 21.1652C12.1648 21.1652 12.5062 21.0139 12.7445 20.7531L21.2776 11.3827C21.9087 10.6904 21.986 9.66001 21.4675 8.87754ZM17.9062 5.27754L20.6625 9.41207C20.7205 9.49901 20.7656 9.59561 20.7946 9.69221H16.1352L14.8246 4.79775H17.011C17.3716 4.80097 17.7065 4.97808 17.9062 5.27754ZM11.8106 19.6067L8.53264 10.6614H15.0854L11.8106 19.6067ZM13.8232 4.80097L15.1337 9.69543H8.48434L9.79489 4.80097H13.8232ZM5.7151 5.27754C5.91475 4.97808 6.24963 4.79775 6.61027 4.79775H8.79668L7.48613 9.69221H2.82673C2.85571 9.59561 2.90079 9.49901 2.95875 9.41207L5.7151 5.27754ZM2.99739 10.6614H7.50545L10.5419 18.9498L3.05857 10.7323C3.03603 10.7097 3.01671 10.684 2.99739 10.6614ZM13.0793 18.9498L16.1158 10.6614H20.6239C20.6046 10.6872 20.5852 10.7097 20.5627 10.7355L13.0793 18.9498Z",
18
+ fill: fill,
19
+ stroke: stroke,
20
+ strokeWidth: 0.305828
21
+ })
22
+ });
23
+ };
24
+ DiamondHandIcon_DiamondHandIcon.displayName = 'DiamondHandIcon|diamond-hand';
25
+ const DiamondHandIcon = DiamondHandIcon_DiamondHandIcon;
26
+ export { DiamondHandIcon as default };
@@ -1,4 +1,4 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import "react";
3
3
  import external_react_native_svg_default, { Path } from "react-native-svg";
4
4
  import { isThemeColor, useIconsContext } from "../core/index.js";
@@ -6,26 +6,16 @@ const FaqIcon = ({ size = 16, width = size, height = size, color = 'currentColor
6
6
  const { getColor } = useIconsContext();
7
7
  const _color = isThemeColor(color) ? getColor(color) : color;
8
8
  const fill = props.fill || _color;
9
- return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
9
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
10
10
  width: width,
11
11
  height: height,
12
12
  viewBox: "0 0 24 24",
13
13
  fill: "none",
14
14
  ...props,
15
- children: [
16
- /*#__PURE__*/ jsx(Path, {
17
- d: "M18.7907 1.55066H5.20931C3.7612 1.55066 2.58328 2.72869 2.58328 4.17671V16.1889C2.58328 17.637 3.7612 18.8151 5.20931 18.8151H5.77912V21.7643C5.77912 22.003 5.90328 22.2245 6.10702 22.3489C6.21627 22.4155 6.33998 22.4492 6.46392 22.4492C6.57115 22.4492 6.67836 22.4241 6.7767 22.3735L13.7054 18.8151H18.7907C20.2388 18.8151 21.4168 17.637 21.4168 16.1889V4.17671C21.4167 2.72872 20.2388 1.55066 18.7907 1.55066ZM20.0471 16.1889C20.0471 16.8818 19.4835 17.4454 18.7907 17.4454H13.5397C13.4309 17.4454 13.3237 17.4714 13.227 17.5211L7.14876 20.6428V18.1303C7.14876 17.7521 6.84224 17.4454 6.46392 17.4454H5.20931C4.51647 17.4454 3.95292 16.8818 3.95292 16.1889V4.17671C3.95292 3.48399 4.51647 2.9203 5.20931 2.9203H18.7907C19.4835 2.9203 20.0471 3.48396 20.0471 4.17671V16.1889H20.0471Z",
18
- fill: fill
19
- }),
20
- /*#__PURE__*/ jsx(Path, {
21
- d: "M12 5.37146C10.2846 5.37146 8.88913 6.76707 8.88913 8.48246C8.88913 8.85407 9.19142 9.15648 9.56302 9.15648C9.93465 9.15648 10.2369 8.85407 10.2369 8.48246C10.2369 7.51031 11.0279 6.71947 12 6.71947C12.9722 6.71947 13.7631 7.51028 13.7631 8.48246C13.7631 9.19771 13.3355 9.83673 12.6715 10.112C11.8542 10.4561 11.3261 11.2513 11.3261 12.138C11.3261 12.5096 11.6284 12.812 12 12.812C12.3239 12.812 12.6021 12.5809 12.661 12.2649C12.6697 12.2263 12.6739 12.1847 12.6739 12.138C12.6739 11.7901 12.8824 11.481 13.2096 11.3483L13.2239 11.3407C14.3708 10.8493 15.1109 9.72928 15.1109 8.48249C15.1109 6.76707 13.7154 5.37146 12 5.37146Z",
22
- fill: fill
23
- }),
24
- /*#__PURE__*/ jsx(Path, {
25
- d: "M11.9343 13.5464C11.4036 13.5464 10.9718 13.9783 10.9718 14.5091C10.9718 15.0399 11.4036 15.4718 11.9343 15.4718C12.4651 15.4718 12.8969 15.0399 12.8969 14.5091C12.8969 13.9783 12.4651 13.5464 11.9343 13.5464Z",
26
- fill: fill
27
- })
28
- ]
15
+ children: /*#__PURE__*/ jsx(Path, {
16
+ d: "M18.6699 1.73608C20.0923 1.73608 21.2498 2.89299 21.25 4.31519V16.115C21.2498 17.5373 20.0922 18.6941 18.6699 18.6941H13.6748L6.86914 22.1892C6.77268 22.2388 6.66769 22.2634 6.5625 22.2634C6.44093 22.2634 6.31911 22.231 6.21191 22.1658C6.01189 22.0436 5.88978 21.8258 5.88965 21.5916V18.6941H5.33008C3.90776 18.6941 2.75019 17.5373 2.75 16.115V4.31519C2.75014 2.89296 3.90773 1.73608 5.33008 1.73608H18.6699ZM5.33008 3.08179C4.64961 3.08179 4.09584 3.63487 4.0957 4.31519V16.115C4.09589 16.7954 4.64964 17.3484 5.33008 17.3484H6.5625C6.93382 17.3486 7.23421 17.65 7.23438 18.0212V20.49L13.2051 17.4236C13.3001 17.3747 13.4058 17.3484 13.5127 17.3484H18.6699C19.3504 17.3484 19.9041 16.7954 19.9043 16.115V4.31519C19.9042 3.63484 19.3504 3.08179 18.6699 3.08179H5.33008ZM11.9355 13.5193C12.4569 13.5193 12.8809 13.9432 12.8809 14.4646C12.8809 14.986 12.4569 15.4099 11.9355 15.4099C11.4142 15.4099 10.9902 14.986 10.9902 14.4646C10.9902 13.9432 11.4142 13.5193 11.9355 13.5193ZM12 5.48901C13.6849 5.48901 15.0555 6.85977 15.0557 8.54468C15.0557 9.76936 14.3287 10.8696 13.2021 11.3523L13.1885 11.3601C12.867 11.4905 12.6621 11.7938 12.6621 12.1355C12.6621 12.1814 12.6579 12.2225 12.6494 12.2605C12.5915 12.5708 12.3181 12.7976 12 12.7976C11.635 12.7976 11.3379 12.5005 11.3379 12.1355C11.3379 11.2646 11.8566 10.4833 12.6592 10.1453C13.3115 9.87484 13.7314 9.24724 13.7314 8.54468C13.7314 7.58981 12.9549 6.81323 12 6.81323C11.0451 6.81324 10.2686 7.58984 10.2686 8.54468C10.2686 8.90962 9.97139 9.20668 9.60645 9.20679C9.24143 9.20679 8.94434 8.90969 8.94434 8.54468C8.94442 6.85979 10.3151 5.48902 12 5.48901Z",
17
+ fill: fill
18
+ })
29
19
  });
30
20
  };
31
21
  FaqIcon.displayName = 'FaqIcon|faq';
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const ImageFallbackIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default ImageFallbackIcon;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const ImageFallbackIcon_ImageFallbackIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ const stroke = props.stroke || _color;
10
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: /*#__PURE__*/ jsx(Path, {
17
+ d: "M13.1187 15.032C13.171 14.9797 13.2128 14.917 13.2337 14.8438C13.3696 14.5929 13.3278 14.2792 13.1187 14.0701L8.39301 9.3444L13.0769 4.66052C13.3487 4.38868 13.3487 3.97048 13.0769 3.69865C12.941 3.56273 12.7737 3.5 12.6064 3.5H5.46558C4.02278 3.5 2.85181 4.68143 2.85181 6.11378V17.8758C2.85181 19.3186 4.03323 20.4895 5.46558 20.4895H7.4416C7.62979 20.4895 7.79707 20.4268 7.92253 20.2909L9.02032 19.1827L13.0769 15.1052C13.0978 15.0843 13.0978 15.0633 13.1187 15.032ZM7.09658 19.1931H5.46558C4.74418 19.1931 4.15869 18.6076 4.15869 17.8862V6.12423C4.15869 5.40283 4.74418 4.81734 5.46558 4.81734H11.0068L6.96066 8.85301C6.75156 9.06212 6.70974 9.37577 6.84566 9.62669C6.87702 9.68942 6.90839 9.76261 6.96066 9.81488C6.99203 9.84625 6.99203 9.86716 7.01294 9.89852L11.7073 14.5929L7.09658 19.1931ZM18.5345 3.51045H16.5166C16.3284 3.51045 16.1612 3.57319 16.0357 3.7091L14.9275 4.81734L10.8813 8.85301C10.5468 9.21894 10.6095 9.53259 10.9336 9.88807L15.6279 14.5824L10.8813 19.3395C10.6199 19.6009 10.6199 20.0295 10.8813 20.3014C11.0172 20.4373 11.195 20.5 11.3623 20.5H18.5345C19.9773 20.5 21.1482 19.3186 21.1482 17.8862V6.12423C21.1482 4.68143 19.9773 3.51045 18.5345 3.51045ZM19.8414 17.8862C19.8414 18.6076 19.2559 19.1931 18.5345 19.1931H12.941L16.9976 15.1156C17.3112 14.8124 17.3008 14.3524 17.0498 14.0806L12.3137 9.3444L16.8512 4.80689H18.5345C19.2559 4.80689 19.8414 5.39237 19.8414 6.11378V17.8862Z",
18
+ fill: fill,
19
+ stroke: stroke,
20
+ strokeWidth: 0.203295
21
+ })
22
+ });
23
+ };
24
+ ImageFallbackIcon_ImageFallbackIcon.displayName = 'ImageFallbackIcon|image-fallback';
25
+ const ImageFallbackIcon = ImageFallbackIcon_ImageFallbackIcon;
26
+ export { ImageFallbackIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const KolInfluencersIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default KolInfluencersIcon;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const KolInfluencersIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 24 24",
13
+ fill: "none",
14
+ ...props,
15
+ children: /*#__PURE__*/ jsx(Path, {
16
+ d: "M14.8743 5.06079L19.5657 4.43384L18.9397 9.12524L22.7004 12.0002L18.9397 14.8743L19.5657 19.5657L14.8743 18.9397L12.0002 22.7004L9.12524 18.9397L4.43384 19.5657L5.06079 14.8743L1.30005 12.0002L5.06079 9.12524L4.43384 4.43384L9.12524 5.06079L12.0002 1.30005L14.8743 5.06079ZM10.1174 5.8186L9.67798 6.3938L8.96021 6.2981L5.88696 5.88696L6.2981 8.96021L6.3938 9.67798L5.8186 10.1174L3.35474 11.9993L5.8186 13.8831L6.3938 14.3225L6.2981 15.0393L5.88696 18.1116L8.96021 17.7024L9.67798 17.6067L10.1174 18.1819L11.9993 20.6438L13.8831 18.1819L14.3225 17.6067L15.0393 17.7024L18.1116 18.1116L17.7024 15.0393L17.6067 14.3225L18.1819 13.8831L20.6438 11.9993L18.1819 10.1174L17.6067 9.67798L17.7024 8.96021L18.1116 5.88696L15.0393 6.2981L14.3225 6.3938L13.8831 5.8186L11.9993 3.35474L10.1174 5.8186ZM14.6497 9.69556C14.9246 9.42143 15.359 9.40497 15.6536 9.64478L15.7102 9.69556V9.69653C16.0035 9.98979 16.0034 10.4648 15.7102 10.7581L11.7141 14.7512C11.7084 14.7579 11.703 14.7662 11.6956 14.7737L11.6946 14.7756C11.6496 14.8201 11.599 14.8553 11.5471 14.886V14.9924H11.0071L10.9807 14.9661C10.8541 14.934 10.733 14.8717 10.634 14.7727C10.6225 14.7612 10.6131 14.751 10.6077 14.7444C10.605 14.7412 10.6023 14.7385 10.6008 14.7366C10.5994 14.7348 10.5982 14.733 10.5979 14.7327L10.5989 14.7336C10.5996 14.7346 10.6011 14.7365 10.6028 14.7385C10.6051 14.7414 10.6089 14.746 10.6135 14.7512L8.6272 12.7659C8.33412 12.4726 8.33409 11.9975 8.6272 11.7043L8.68384 11.6526C8.9591 11.428 9.35675 11.4281 9.63208 11.6526L9.68872 11.7043L11.1643 13.1799L14.6497 9.69653V9.69556Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ KolInfluencersIcon.displayName = 'KolInfluencersIcon|kol-influencers';
22
+ const native_KolInfluencersIcon = KolInfluencersIcon;
23
+ export { native_KolInfluencersIcon as default };
@@ -13,7 +13,7 @@ const LanguagesIcon_LanguagesIcon = ({ size = 16, width = size, height = size, c
13
13
  fill: "none",
14
14
  ...props,
15
15
  children: /*#__PURE__*/ jsx(Path, {
16
- d: "M16.4389 5.41016C17.6105 5.41024 18.5615 6.36172 18.562 7.5332V19.5713C18.5716 20.7445 17.6191 21.6963 16.4477 21.6963H4.42719C3.24692 21.6963 2.29463 20.7455 2.29437 19.5732V7.5332C2.29482 6.36182 3.24599 5.4104 4.41742 5.41016H16.4389ZM4.41742 6.87012C4.05073 6.87029 3.75479 7.16658 3.75433 7.5332V19.5732C3.75458 19.9401 4.05059 20.2362 4.41742 20.2363H16.4389C16.8057 20.2362 17.1017 19.9401 17.102 19.5732V7.5332C17.1015 7.16656 16.8056 6.87027 16.4389 6.87012H4.41742ZM19.0414 2.2998C20.515 2.29984 21.7104 3.49617 21.7104 4.96973V17.0195C21.7103 17.4276 21.3792 17.7725 20.9575 17.7725C20.5377 17.7722 20.2056 17.4393 20.2055 17.0195V4.96973C20.2055 4.32608 19.6851 3.8057 19.0414 3.80566H6.97015C6.55027 3.80557 6.21724 3.47264 6.21722 3.05273C6.21722 2.63105 6.56207 2.2999 6.97015 2.2998H19.0414ZM9.7514 9.26367C10.0298 9.10793 10.3708 9.10533 10.6479 9.27539L10.6489 9.27441C10.7976 9.36138 10.9019 9.49447 10.9682 9.6377L10.9692 9.63965L14.0961 16.5957C14.1467 16.6969 14.1713 16.8086 14.1713 16.917C14.1713 17.1147 14.0852 17.2893 13.9438 17.4141L13.9301 17.4277L13.9291 17.4268C13.7999 17.549 13.6269 17.6208 13.4457 17.6152C13.1416 17.6271 12.8698 17.4468 12.7651 17.1582V17.1592L12.0678 15.5781H8.34711L7.64008 17.1689L7.63812 17.168C7.53366 17.445 7.26784 17.6235 6.9682 17.6152V17.6162L6.96527 17.6152C6.96357 17.6152 6.96115 17.6161 6.95941 17.6162V17.6152C6.81809 17.6136 6.68496 17.5735 6.56976 17.5059L6.45844 17.4277C6.30455 17.2994 6.21724 17.1085 6.21722 16.9082C6.21724 16.8084 6.23914 16.6997 6.28949 16.6035H6.28851L9.41937 9.63965L9.42035 9.6377C9.48778 9.49211 9.59147 9.36229 9.74359 9.26855L9.7514 9.26367ZM8.9516 14.207H11.4614L10.2026 11.3672L8.9516 14.207Z",
16
+ d: "M16.3483 5.54492C17.4961 5.54504 18.4282 6.47724 18.4284 7.625V19.417C18.4379 20.5662 17.5045 21.498 16.3571 21.498H4.5817C3.42546 21.498 2.49283 20.5665 2.49283 19.418V7.625C2.49298 6.47717 3.42504 5.54492 4.57291 5.54492H16.3483ZM4.57291 6.97559C4.21339 6.97559 3.92267 7.26552 3.92252 7.625V19.418C3.92252 19.7776 4.21329 20.0674 4.57291 20.0674H16.3483C16.7078 20.0672 16.9977 19.7775 16.9977 19.418V7.625C16.9976 7.26563 16.7077 6.97577 16.3483 6.97559H4.57291ZM18.8971 2.49805C20.3406 2.49805 21.5124 3.66982 21.5124 5.11328V16.917C21.5122 17.3167 21.188 17.6542 20.7751 17.6543C20.3637 17.6543 20.0379 17.3283 20.0378 16.917V5.11328C20.0378 4.48277 19.5276 3.97266 18.8971 3.97266H7.07291C6.66165 3.97251 6.3356 3.64665 6.3356 3.23535C6.33571 2.82242 6.67327 2.4982 7.07291 2.49805H18.8971ZM9.90298 9.26855C10.1553 9.16752 10.444 9.1841 10.6823 9.33301L10.6813 9.33398C10.8241 9.41907 10.9255 9.54723 10.9899 9.68652L10.9909 9.68848L14.0534 16.502C14.1025 16.6005 14.1266 16.7099 14.1266 16.8164C14.1265 17.0169 14.0375 17.1946 13.8903 17.3174L13.8883 17.3154C13.7565 17.44 13.5792 17.5132 13.3942 17.501V17.5C13.1042 17.5026 12.8495 17.3276 12.7497 17.0527L12.0651 15.5049H8.42252L7.72916 17.0625L7.7272 17.0615C7.62505 17.3331 7.36493 17.5082 7.07095 17.5V17.501L7.06802 17.5C7.06644 17.4999 7.06473 17.501 7.06314 17.501V17.5C6.87721 17.4981 6.70597 17.4289 6.57193 17.3174C6.4212 17.1917 6.33561 17.0041 6.3356 16.8076C6.33563 16.707 6.35705 16.5974 6.40884 16.502L9.47134 9.68848L9.47232 9.68652C9.53821 9.54401 9.64016 9.41634 9.7897 9.32422L9.79654 9.31934L9.90298 9.26855ZM9.01334 14.1621H11.4723L10.2389 11.3799L9.01334 14.1621Z",
17
17
  fill: fill
18
18
  })
19
19
  });
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const LiquidityPoolIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default LiquidityPoolIcon;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const LiquidityPoolIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 24 24",
13
+ fill: "none",
14
+ ...props,
15
+ children: /*#__PURE__*/ jsx(Path, {
16
+ d: "M8.59473 2.41333C9.21347 2.02832 10.029 2.20937 10.4258 2.82446L10.5361 2.99634C14.2314 8.74686 16.0801 12.7084 16.0801 15.0129C16.0801 15.702 15.9752 16.3666 15.7852 16.9934C15.9843 17.0235 16.1867 17.0393 16.3916 17.0393C18.6085 17.0393 20.4053 15.245 20.4053 13.0315C20.4052 11.6075 19.0968 8.79038 16.4785 4.70825L16.3984 4.58423L16.0449 5.1438L15.8057 5.52173L15.5732 5.8938L15.3379 6.27075L15.2139 6.47192L15.0918 6.67114L14.9756 6.86353L14.8789 7.02563L14.8486 7.07739C14.6623 7.39616 14.2525 7.50368 13.9336 7.31763C13.6146 7.13122 13.5069 6.72056 13.6934 6.40161L13.7686 6.27368L13.8262 6.17798L13.9355 5.99731L14.0605 5.79321L14.2471 5.49146L14.4971 5.09106L14.8447 4.53735L15.1982 3.97974L15.2686 3.86743C15.3724 3.70368 15.5108 3.56425 15.6738 3.45923C16.295 3.05926 17.1234 3.23855 17.5234 3.85962C20.3362 8.22827 21.7431 11.2419 21.7432 13.0315C21.7432 15.9842 19.347 18.3772 16.3916 18.3772C16.0074 18.3772 15.6287 18.3355 15.2598 18.2561C14.1115 20.3738 11.8738 21.8118 9.30078 21.8118C5.55672 21.8116 2.52246 18.7671 2.52246 15.0129C2.52248 12.6861 4.40736 8.66825 8.17676 2.82446C8.27989 2.66457 8.41628 2.52819 8.57617 2.42505L8.59473 2.41333ZM9.19238 3.71704C5.6374 9.24926 3.86037 13.0584 3.86035 15.0129C3.86035 18.0292 6.29661 20.4737 9.30078 20.4739C12.3051 20.4739 14.7422 18.0293 14.7422 15.0129C14.7422 13.0594 12.965 9.2505 9.41113 3.71997L9.30078 3.54907L9.19238 3.71704ZM6.36816 12.0754C6.52505 11.7505 6.91528 11.6141 7.24023 11.7708C7.24472 11.7729 7.24946 11.7753 7.25391 11.7776L7.27051 11.7854C7.5929 11.9505 7.72524 12.3424 7.56934 12.6692L7.40527 13.0139L7.37598 13.0793L7.33496 13.176L7.30859 13.2405L7.28223 13.303L7.25684 13.3645L7.2334 13.426L7.18652 13.5452L7.1543 13.6331L7.13379 13.6897L7.12402 13.718L7.10449 13.7737L7.08496 13.8284L7.06738 13.8831C7.06162 13.9008 7.05535 13.9183 7.0498 13.9358L7.03418 13.9885L7.01074 14.0647L7.00391 14.0901L6.98926 14.1399L6.98242 14.1643L6.96973 14.2131L6.95215 14.2834L6.94141 14.3293L6.92676 14.3967C6.91198 14.4661 6.89942 14.5364 6.88965 14.6067L6.88477 14.6458L6.87988 14.6838C6.87675 14.7143 6.87473 14.7451 6.87305 14.7756L6.87109 14.8108C6.87053 14.8277 6.87012 14.8443 6.87012 14.8606C6.87012 15.8295 7.39637 16.6724 8.17285 17.1135C8.2525 17.1587 8.37741 17.2176 8.54785 17.2883L7.84961 18.3772C7.79815 18.4033 7.7243 18.3915 7.62793 18.3411C6.38257 17.6885 5.53223 16.3737 5.53223 14.8606C5.53227 14.6071 5.56906 14.3254 5.6416 14.0139L5.65625 13.9534C5.67948 13.8588 5.70482 13.7645 5.73242 13.6711L5.75195 13.6057C5.76519 13.5623 5.77951 13.5184 5.79395 13.4739L5.81543 13.4065C5.83071 13.3609 5.84728 13.3151 5.86328 13.2698L5.8877 13.2004C5.92235 13.1048 5.95866 13.0098 5.99609 12.9153L6.02539 12.842L6.04004 12.8049L6.07129 12.7307L6.10254 12.6545L6.11816 12.6174L6.18457 12.4631L6.2373 12.3459L6.36816 12.0754Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ LiquidityPoolIcon.displayName = 'LiquidityPoolIcon|liquidity-pool';
22
+ const native_LiquidityPoolIcon = LiquidityPoolIcon;
23
+ export { native_LiquidityPoolIcon as default };
@@ -13,7 +13,7 @@ const ManualIcon_ManualIcon = ({ size = 16, width = size, height = size, color =
13
13
  fill: "none",
14
14
  ...props,
15
15
  children: /*#__PURE__*/ jsx(Path, {
16
- d: "M17.0976 1.99985C17.3966 1.99647 17.6901 2.0838 17.9394 2.24887C18.1069 2.35863 18.2509 2.50169 18.3613 2.6688C18.469 2.83518 18.5441 3.0219 18.581 3.21665C18.5848 3.23749 18.5865 3.27954 18.5878 3.32114C18.5894 3.36744 18.5906 3.42848 18.5917 3.49887C18.5939 3.6405 18.5957 3.82351 18.5966 4.00766C18.5974 4.14969 18.5963 4.29334 18.5966 4.42075C18.8423 4.47637 19.0803 4.56147 19.3046 4.67661H19.3076L19.33 4.68833C19.5959 4.8265 19.8397 5.00489 20.0517 5.21665C20.263 5.42873 20.4407 5.67185 20.579 5.93735L20.5908 5.95981V5.96176C20.6891 6.15615 20.7671 6.36005 20.8232 6.57016L20.874 6.78989V6.79087C20.911 6.98954 20.9294 7.19131 20.9296 7.3934V19.0467C20.9296 19.1478 20.9244 19.2482 20.915 19.3485L20.916 19.3495C20.8829 19.7431 20.7714 20.1263 20.5908 20.4774V20.4803L20.579 20.5028C20.3468 20.9472 20.0055 21.3253 19.5869 21.6014L19.5859 21.6024C19.3326 21.7654 19.0575 21.8908 18.7695 21.9754L18.4775 22.0467C18.378 22.0653 18.2773 22.0794 18.1767 22.0887L17.874 22.1024H6.21967C6.01755 22.1029 5.81579 22.085 5.61713 22.0477C5.3195 21.9929 5.0317 21.8932 4.76362 21.7528C4.49752 21.6149 4.25367 21.4375 4.04194 21.2254V21.2245C3.83078 21.0122 3.65307 20.7692 3.51459 20.5038L3.50287 20.4813V20.4764C3.37138 20.2156 3.27527 19.9383 3.22065 19.6512C3.20208 19.5518 3.18802 19.4511 3.17865 19.3504L3.16498 19.0477V7.3934C3.16464 7.19104 3.18293 6.9887 3.22065 6.78989C3.22093 6.78831 3.22036 6.78658 3.22065 6.78501L3.20502 6.78891L3.18744 6.50962C3.18448 6.28821 3.18003 5.99969 3.1767 5.72055C3.17392 5.48723 3.172 5.26052 3.17084 5.08676C3.17026 5.00019 3.16972 4.92611 3.16987 4.87094C3.17 4.81948 3.17015 4.77658 3.17182 4.75864C3.17188 4.24311 3.42674 3.76163 3.50776 3.60532C3.55345 3.51716 3.60403 3.42981 3.65912 3.34555C3.8806 3.01021 4.16809 2.72264 4.50385 2.5018L4.50483 2.50083C4.8433 2.28292 5.22078 2.13214 5.61615 2.05649C5.81548 2.01928 6.01886 2.00007 6.22162 1.99985H17.0976ZM6.33197 5.85434C5.96241 5.90044 5.61949 5.96818 5.30756 6.04673C5.26347 6.07552 5.22055 6.10616 5.17963 6.1395L5.16205 6.15219C5.09801 6.20575 5.03931 6.26531 4.9853 6.32895L4.96479 6.35337C4.90065 6.43237 4.84488 6.51803 4.7978 6.60825C4.72501 6.74985 4.67246 6.9011 4.64252 7.05747C4.62265 7.16824 4.61286 7.28086 4.61322 7.3934V19.0497C4.61045 19.2142 4.63319 19.3778 4.67963 19.535L4.73432 19.6903V19.6913C4.79067 19.8344 4.86888 19.9683 4.96576 20.0877L4.97162 20.0956C5.03146 20.1682 5.09822 20.2349 5.17084 20.2948L5.17963 20.3016C5.21835 20.3331 5.25901 20.363 5.30072 20.3905C5.43214 20.4754 5.57619 20.5404 5.72651 20.5838L5.76655 20.5946C5.80565 20.605 5.84496 20.6162 5.88471 20.6239L6.0517 20.6463C6.10748 20.6512 6.16362 20.6534 6.21967 20.6532H17.8759C18.0262 20.6549 18.1758 20.636 18.3212 20.5985L18.3691 20.5848C18.6669 20.501 18.9312 20.3275 19.1279 20.0887L19.2177 19.9657C19.3025 19.8343 19.3677 19.6911 19.4111 19.5409L19.4238 19.494C19.4605 19.3481 19.4807 19.1983 19.4804 19.0477V7.3934L19.4726 7.22544C19.4675 7.16981 19.4595 7.11438 19.4492 7.05942V7.05747C19.4413 7.01632 19.4303 6.97611 19.4199 6.93637L19.4101 6.90024C19.3955 6.84903 19.3788 6.79922 19.3593 6.75083V6.74985C19.3034 6.60671 19.225 6.47244 19.1279 6.35337L19.1152 6.33774C18.9881 6.1875 18.8335 6.06293 18.6591 5.97153V5.97055C18.5176 5.89843 18.366 5.84761 18.2099 5.81821C18.0991 5.7978 17.9867 5.78707 17.874 5.78696H6.91694C6.71594 5.80951 6.5205 5.83082 6.33197 5.85434ZM13.5966 12.4969C13.7887 12.4969 13.9735 12.573 14.1093 12.7088C14.245 12.8447 14.3212 13.0295 14.3212 13.2215C14.3211 13.4133 14.2448 13.5976 14.1093 13.7332C13.9735 13.869 13.7887 13.9461 13.5966 13.9461H7.3808C7.18892 13.946 7.00481 13.8689 6.86908 13.7332C6.73343 13.5975 6.6573 13.4134 6.65717 13.2215C6.65717 13.0295 6.73333 12.8447 6.86908 12.7088C7.0048 12.5732 7.18893 12.497 7.3808 12.4969H13.5966ZM16.7363 9.3895C16.9284 9.3895 17.1131 9.46557 17.249 9.60141C17.3845 9.73711 17.4608 9.92136 17.4609 10.1131C17.4608 10.305 17.3846 10.4901 17.249 10.6258C17.1131 10.7616 16.9283 10.8377 16.7363 10.8377H7.3808C7.18894 10.8376 7.0048 10.7615 6.86908 10.6258C6.73331 10.49 6.65724 10.3051 6.65717 10.1131C6.65729 9.92125 6.73344 9.73713 6.86908 9.60141C7.00482 9.46568 7.18886 9.38962 7.3808 9.3895H16.7363ZM6.22358 3.35337C5.99014 3.34933 5.75795 3.3927 5.54194 3.4813C5.38902 3.54105 5.24637 3.62468 5.11908 3.72837H5.11713C5.03368 3.79622 4.95745 3.87344 4.88959 3.95688V3.95786C4.82109 4.04224 4.76116 4.13396 4.71088 4.23032C4.63355 4.38075 4.57762 4.54172 4.54584 4.70786C4.53893 4.74631 4.53471 4.7853 4.53022 4.82407C4.86219 4.6143 5.23131 4.46817 5.61713 4.39438C5.81583 4.35732 6.01755 4.33895 6.21967 4.33872H17.4697V3.96958C17.4696 3.56403 17.0858 3.38995 16.9628 3.35337H6.22358Z",
16
+ d: "M16.9218 2.35095C17.2102 2.34774 17.4928 2.43199 17.7333 2.59119C17.895 2.69712 18.0339 2.83515 18.1405 2.99646C18.2446 3.15714 18.3168 3.33766 18.3524 3.52576C18.356 3.54585 18.3579 3.5855 18.3593 3.62537C18.3607 3.67016 18.3621 3.72999 18.3632 3.79822C18.3653 3.93486 18.3671 4.11084 18.368 4.28845C18.3688 4.42579 18.3678 4.56471 18.368 4.68787L18.4647 4.70935C18.6671 4.7624 18.8631 4.83832 19.0497 4.93396H19.0536L19.0751 4.94568C19.2675 5.04567 19.4478 5.16721 19.6122 5.30798L19.7714 5.45544L19.9178 5.61462C20.0586 5.77911 20.1809 5.95931 20.2811 6.15173L20.2919 6.17322V6.17615C20.4193 6.4282 20.5112 6.69655 20.5643 6.974L20.5653 6.97498C20.601 7.16655 20.6187 7.36116 20.619 7.55603V18.8021C20.619 18.9004 20.6146 18.9985 20.6053 19.0961C20.5733 19.4755 20.466 19.8446 20.2919 20.183V20.1859L20.2811 20.2074C20.057 20.6362 19.727 21.0015 19.3231 21.2679L19.3221 21.2689C18.9964 21.4785 18.6332 21.6243 18.2528 21.6976H18.2518C18.0601 21.7334 17.8649 21.7511 17.6698 21.7513H6.42371C6.22842 21.7518 6.03263 21.7347 5.8407 21.6986C5.5538 21.6457 5.27589 21.5498 5.01746 21.4144C4.76085 21.2815 4.52636 21.1092 4.32214 20.9047C4.11819 20.6998 3.9461 20.4647 3.81238 20.2084L3.80066 20.1869V20.181C3.67403 19.9296 3.58182 19.6618 3.52917 19.3851C3.49336 19.1933 3.4747 18.9982 3.47449 18.8031V7.55701C3.47413 7.36163 3.49277 7.16595 3.52917 6.974C3.52946 6.97242 3.52888 6.97069 3.52917 6.96912L3.51355 6.97302L3.49695 6.70349C3.49409 6.48982 3.49039 6.21126 3.48718 5.94177C3.4845 5.71655 3.48244 5.49717 3.48132 5.32947C3.48077 5.24596 3.48021 5.17464 3.48035 5.12146C3.48048 5.07163 3.48067 5.03028 3.4823 5.01306C3.4824 4.51533 3.72848 4.05036 3.80652 3.89978C3.85054 3.81487 3.89897 3.73094 3.95203 3.64978C4.16582 3.32604 4.44427 3.04849 4.76843 2.83533L4.76941 2.83435C5.09596 2.62422 5.46026 2.47859 5.84167 2.40564C6.03377 2.3698 6.22927 2.35119 6.42468 2.35095H16.9218ZM6.5321 6.07068C6.17558 6.11514 5.84472 6.18036 5.54382 6.25623C5.50075 6.28415 5.45866 6.3136 5.41882 6.34607L5.41394 6.34998C5.34814 6.40389 5.28735 6.46388 5.2323 6.52869L5.21179 6.5531C5.18103 6.59103 5.15167 6.63051 5.12488 6.67126L5.05066 6.79822C4.98036 6.935 4.93012 7.08173 4.90125 7.23279C4.88217 7.3394 4.87258 7.44772 4.87292 7.55603V18.8051C4.87025 18.9639 4.89156 19.1221 4.9364 19.2738L4.98914 19.4232L4.99011 19.4242C5.04448 19.5623 5.11929 19.6917 5.21277 19.807L5.22156 19.8177C5.27527 19.8826 5.33495 19.9422 5.39929 19.9965L5.4198 20.014C5.45735 20.0446 5.49652 20.0734 5.53699 20.1L5.63367 20.1576C5.73281 20.2118 5.83836 20.2551 5.94714 20.2865L5.96863 20.2924C6.01182 20.3044 6.05546 20.3161 6.09949 20.3246L6.26062 20.3461C6.31439 20.3508 6.36869 20.3531 6.42273 20.3529H17.6718C17.7921 20.3543 17.9126 20.3425 18.0302 20.3177L18.1473 20.2865C18.4348 20.2056 18.6909 20.0385 18.8807 19.808L18.9677 19.6888C19.0492 19.5624 19.1114 19.4242 19.1532 19.2797L19.1639 19.2416C19.2007 19.0984 19.2208 18.951 19.2206 18.8031V7.55603C19.2209 7.44797 19.2104 7.33995 19.1903 7.23376L19.1884 7.22498V7.224C19.18 7.1815 19.1692 7.13985 19.1581 7.099L19.1532 7.08044C19.1391 7.031 19.1222 6.98264 19.1034 6.93591V6.93494C19.0495 6.79687 18.9744 6.66797 18.8807 6.5531L18.8719 6.54236C18.7485 6.39516 18.5978 6.27315 18.4276 6.18396V6.18298C18.2911 6.11347 18.1446 6.06485 17.994 6.0365C17.8871 6.01684 17.7785 6.00633 17.6698 6.00623H7.08875C6.89753 6.02771 6.71159 6.04829 6.5321 6.07068ZM13.5419 12.4808C13.7273 12.4808 13.9059 12.5548 14.037 12.6859C14.1679 12.8169 14.241 12.9948 14.2411 13.1801C14.241 13.3651 14.1677 13.5432 14.037 13.6742C13.9059 13.8051 13.7271 13.8793 13.5419 13.8793H7.54382C7.35862 13.8791 7.18065 13.8052 7.04968 13.6742C6.91882 13.5432 6.84468 13.3652 6.8446 13.1801C6.84468 12.9949 6.91885 12.8169 7.04968 12.6859C7.18065 12.555 7.35864 12.481 7.54382 12.4808H13.5419ZM16.5721 9.48181C16.7575 9.48182 16.9352 9.55586 17.0663 9.68689C17.1973 9.81793 17.2713 9.99571 17.2714 10.181C17.2713 10.3663 17.1972 10.5442 17.0663 10.6752C16.9352 10.8061 16.7574 10.8802 16.5721 10.8802H7.54382C7.35862 10.8801 7.18065 10.8061 7.04968 10.6752C6.9188 10.5442 6.84468 10.3662 6.8446 10.181C6.84466 9.99586 6.91883 9.8179 7.04968 9.68689C7.18065 9.55592 7.35862 9.48195 7.54382 9.48181H16.5721ZM6.42761 3.65759C6.20232 3.65369 5.97788 3.69513 5.76941 3.78064C5.62168 3.83836 5.48414 3.91969 5.36121 4.0199H5.35925C5.27892 4.08526 5.20488 4.1583 5.13953 4.23865V4.2406C5.07347 4.32199 5.01615 4.41036 4.96765 4.5033C4.89296 4.64854 4.83915 4.80382 4.80847 4.96423C4.80179 5.00139 4.79734 5.03906 4.79285 5.07654C5.11301 4.87425 5.46861 4.7337 5.8407 4.66248H5.84167C6.03321 4.62675 6.22789 4.60805 6.42273 4.60779H17.2802V4.25134C17.2799 3.86013 16.9096 3.69289 16.7909 3.65759H6.42761Z",
17
17
  fill: fill
18
18
  })
19
19
  });
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const PaperHandIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default PaperHandIcon;
@@ -0,0 +1,29 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const PaperHandIcon_PaperHandIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 24 24",
13
+ fill: "none",
14
+ ...props,
15
+ children: [
16
+ /*#__PURE__*/ jsx(Path, {
17
+ d: "M17.774 3.36621C18.7648 3.45205 19.671 4.24404 20.3414 5.62109C20.5091 5.9654 20.6578 6.33763 20.7867 6.73242C20.8835 7.02845 20.9697 7.337 21.0436 7.65625C21.2652 8.61388 21.3815 9.66607 21.3815 10.7529C21.3815 10.9946 21.3763 11.235 21.3649 11.4727C21.3306 12.1851 21.2451 12.8763 21.1129 13.5283C21.0468 13.8542 20.9697 14.1705 20.8805 14.4746C20.8508 14.576 20.819 14.6758 20.7867 14.7744C20.7222 14.972 20.6531 15.164 20.5787 15.3496C20.5417 15.4421 20.503 15.5328 20.4635 15.6221C20.4239 15.7116 20.3834 15.7996 20.3414 15.8857C20.297 15.9769 20.2511 16.0653 20.2047 16.1514C20.1582 16.2375 20.1115 16.3215 20.0631 16.4023C19.9663 16.5641 19.8654 16.7151 19.7614 16.8555C19.2412 17.557 18.635 17.9873 17.9869 18.1113C17.9168 18.1248 17.8461 18.1335 17.775 18.1396V18.1494H14.528V19.2314C14.5274 19.7099 14.3371 20.1686 13.9987 20.5068C13.6603 20.8449 13.2016 21.0349 12.7233 21.0352H4.78674C4.30856 21.0346 3.84951 20.8449 3.51135 20.5068C3.17318 20.1687 2.98259 19.7097 2.98206 19.2314V10.7529L2.98401 10.2119H2.99377C3.05611 8.48225 3.41528 6.86875 4.02307 5.62109C4.73424 4.16088 5.71023 3.35742 6.77112 3.35742H17.774V3.36621ZM6.77112 4.0791C6.39779 4.0791 6.02854 4.23582 5.67346 4.54395C5.30238 4.86611 4.96483 5.33463 4.67151 5.93652C4.08775 7.13506 3.74858 8.7108 3.70764 10.4043L3.70569 10.5771V10.7529H3.70374V19.2314C3.70403 19.5182 3.81842 19.7932 4.02112 19.9961C4.22403 20.199 4.49979 20.3132 4.78674 20.3135H12.7233C13.0102 20.3132 13.285 20.199 13.4879 19.9961C13.6908 19.7932 13.805 19.5184 13.8053 19.2314V10.7529C13.8053 10.6324 13.8073 10.5122 13.8102 10.3926C13.8125 10.2936 13.8166 10.1949 13.8209 10.0967C13.8266 9.96875 13.8335 9.84143 13.8424 9.71484C13.8432 9.70313 13.8435 9.69139 13.8444 9.67969C13.8869 9.09234 13.9637 8.52182 14.0739 7.97852C14.1279 7.71206 14.1908 7.45239 14.2604 7.2002C14.2682 7.17181 14.2758 7.14343 14.2838 7.11523C14.306 7.03734 14.3286 6.96012 14.3522 6.88379C14.3601 6.85826 14.3685 6.83297 14.3766 6.80762C14.3997 6.73493 14.4234 6.66297 14.4479 6.5918C14.4549 6.57131 14.4612 6.55063 14.4684 6.53027C14.4907 6.46671 14.5143 6.40407 14.5377 6.3418C14.5525 6.30246 14.5675 6.26341 14.5826 6.22461C14.6051 6.16728 14.6286 6.11082 14.652 6.05469C14.6617 6.03129 14.6704 6.00756 14.6803 5.98438C14.71 5.91465 14.7409 5.84609 14.7721 5.77832C14.7763 5.76918 14.7806 5.76008 14.7848 5.75098C14.7913 5.73694 14.7978 5.7229 14.8043 5.70898C14.8182 5.67951 14.8321 5.65018 14.8463 5.62109C14.8562 5.60073 14.8666 5.58066 14.8766 5.56055C14.898 5.51757 14.9201 5.47541 14.942 5.43359C14.9688 5.38246 14.9947 5.33159 15.0221 5.28223C15.0379 5.25376 15.0548 5.22612 15.0709 5.19824C15.0997 5.14822 15.1284 5.09889 15.1578 5.05078C15.1852 5.00615 15.2138 4.9629 15.2418 4.91992C15.2601 4.89187 15.2771 4.86328 15.2955 4.83594C15.3177 4.80322 15.3414 4.77193 15.3639 4.74023C15.385 4.71045 15.405 4.68024 15.4264 4.65137C15.5825 4.44078 15.7462 4.25456 15.9166 4.09375C15.922 4.08868 15.9278 4.08412 15.9332 4.0791H6.77112ZM17.4664 4.08496L17.4518 4.08691C17.3389 4.09897 17.2266 4.12633 17.1149 4.16699C16.9104 4.24142 16.708 4.36222 16.5104 4.53125C16.4913 4.54755 16.4727 4.56486 16.4537 4.58203C16.0995 4.90261 15.7768 5.35782 15.4948 5.93652C15.465 5.99766 15.4354 6.05998 15.4069 6.12305C15.3907 6.15887 15.3748 6.19501 15.359 6.23145C15.3025 6.36209 15.249 6.49672 15.1979 6.63477C15.186 6.66681 15.1743 6.69902 15.1627 6.73145C15.1344 6.81073 15.1072 6.89118 15.0807 6.97266C14.9307 7.43407 14.8095 7.92975 14.7194 8.4502C14.6833 8.65808 14.6517 8.86982 14.6256 9.08496C14.5604 9.62333 14.527 10.1826 14.527 10.7529C14.527 11.5859 14.5997 12.3979 14.7379 13.1562C14.7952 13.4699 14.8636 13.7743 14.943 14.0674C14.9527 14.1032 14.9613 14.1393 14.9713 14.1748C14.9958 14.2616 15.022 14.347 15.0485 14.4316C15.105 14.6127 15.166 14.7887 15.2311 14.959C15.2945 15.1247 15.3619 15.285 15.4332 15.4395C15.4382 15.4502 15.4429 15.461 15.4479 15.4717C15.4705 15.5201 15.494 15.5674 15.5172 15.6143C15.6773 15.9372 15.8504 16.2207 16.0348 16.4629C16.0614 16.4978 16.0878 16.5322 16.1149 16.5654C16.1587 16.6193 16.2036 16.6705 16.2487 16.7197C16.2962 16.7717 16.3443 16.8212 16.3932 16.8682C16.432 16.9055 16.4711 16.941 16.5104 16.9746C16.655 17.0984 16.8022 17.1963 16.9508 17.2695C17.1012 17.3435 17.2533 17.3906 17.4069 17.4121C17.4226 17.4143 17.438 17.4183 17.4537 17.4199C17.5002 17.4248 17.5468 17.4277 17.5934 17.4277C17.6399 17.4277 17.6867 17.4248 17.733 17.4199C18.0587 17.3859 18.3802 17.2327 18.691 16.9629C19.0621 16.6407 19.3997 16.1724 19.693 15.5703C20.3166 14.2901 20.6597 12.5792 20.6598 10.7539C20.6598 8.92864 20.3165 7.21796 19.693 5.9375C19.6564 5.86226 19.6187 5.78883 19.5807 5.71777C19.3526 5.29141 19.1002 4.94087 18.8287 4.67188C18.7835 4.62701 18.7374 4.58425 18.691 4.54395C18.6467 4.50542 18.602 4.46932 18.5573 4.43555C18.2882 4.23268 18.0122 4.11514 17.733 4.08594C17.6867 4.08109 17.6399 4.0791 17.5934 4.0791C17.551 4.07911 17.5087 4.08093 17.4664 4.08496ZM14.527 17.4277H15.9332C15.8936 17.3908 15.8559 17.3511 15.817 17.3115C15.8 17.2942 15.7821 17.2776 15.7653 17.2598C15.6745 17.1637 15.5861 17.06 15.4996 16.9492C15.4834 16.9285 15.4668 16.9079 15.4508 16.8867C15.4241 16.8513 15.3979 16.8151 15.3717 16.7783C15.3463 16.7427 15.3205 16.7068 15.2955 16.6699C15.267 16.6277 15.2395 16.584 15.2115 16.54C15.1937 16.512 15.1755 16.4838 15.1578 16.4551C15.1283 16.407 15.0997 16.3576 15.0709 16.3076C15.0549 16.2797 15.0379 16.2521 15.0221 16.2236C14.9944 16.1738 14.9671 16.123 14.9401 16.0713C14.9184 16.03 14.8977 15.9878 14.8766 15.9453C14.8667 15.9255 14.8561 15.9058 14.8463 15.8857C14.8347 15.8619 14.8236 15.8376 14.8121 15.8135C14.8031 15.7944 14.7937 15.7752 14.7848 15.7559C14.7779 15.741 14.7711 15.7259 14.7643 15.7109C14.7374 15.6521 14.711 15.5925 14.6852 15.5322C14.6778 15.515 14.67 15.4978 14.6627 15.4805C14.653 15.4572 14.644 15.4336 14.6344 15.4102C14.6169 15.3675 14.5996 15.3246 14.5826 15.2812C14.5675 15.2424 14.5525 15.2034 14.5377 15.1641C14.5344 15.1552 14.5303 15.1466 14.527 15.1377V17.4277ZM17.5934 7.80078C18.0766 7.80078 18.5086 8.14245 18.8112 8.7627C19.0731 9.30039 19.2174 10.0072 19.2174 10.7529C19.2174 11.4988 19.0727 12.2064 18.8112 12.7441C18.5086 13.3644 18.0761 13.7061 17.5934 13.7061C17.1108 13.7059 16.6791 13.3641 16.3766 12.7441C16.1146 12.2064 15.9703 11.4991 15.9703 10.7529C15.9704 10.0069 16.1151 9.30039 16.3766 8.7627C16.6787 8.14267 17.1104 7.80094 17.5934 7.80078ZM17.5934 8.52246C17.4072 8.52271 17.1947 8.73094 17.025 9.0791C16.8135 9.51395 16.6921 10.1239 16.692 10.7529C16.692 11.3821 16.8134 11.993 17.025 12.4277C17.1947 12.7759 17.4081 12.9841 17.5934 12.9844C17.7787 12.9844 17.9922 12.7761 18.1617 12.4277C18.3736 11.9928 18.4957 11.3824 18.4957 10.7529C18.4957 10.1236 18.3736 9.51351 18.1617 9.0791C17.9922 8.73073 17.779 8.52246 17.5934 8.52246Z",
18
+ fill: fill
19
+ }),
20
+ /*#__PURE__*/ jsx(Path, {
21
+ d: "M17.774 3.36621H17.4854V3.6309L17.7491 3.65375L17.774 3.36621ZM20.3414 5.62109L20.0819 5.74744L20.082 5.74748L20.3414 5.62109ZM20.7867 6.73242L20.5124 6.82205L20.5124 6.82206L20.7867 6.73242ZM21.0436 7.65625L21.3248 7.59117L21.3248 7.59117L21.0436 7.65625ZM21.3815 10.7529H21.6701V10.7529L21.3815 10.7529ZM21.3649 11.4727L21.6532 11.4865V11.4865L21.3649 11.4727ZM21.1129 13.5283L20.8301 13.471V13.471L21.1129 13.5283ZM20.8805 14.4746L21.1574 14.5558L21.1574 14.5558L20.8805 14.4746ZM20.7867 14.7744L20.5124 14.6848L20.5124 14.6848L20.7867 14.7744ZM20.5787 15.3496L20.8466 15.457V15.457L20.5787 15.3496ZM20.4635 15.6221L20.1995 15.5054L20.1995 15.5054L20.4635 15.6221ZM20.3414 15.8857L20.082 15.7593L20.082 15.7594L20.3414 15.8857ZM20.2047 16.1514L20.4587 16.2885L20.4587 16.2885L20.2047 16.1514ZM20.0631 16.4023L19.8155 16.2541L19.8155 16.2541L20.0631 16.4023ZM19.7614 16.8555L19.9932 17.0274L19.9932 17.0274L19.7614 16.8555ZM17.9869 18.1113L18.0412 18.3948L18.0412 18.3948L17.9869 18.1113ZM17.775 18.1396L17.75 17.8521L17.4864 17.8751V18.1396H17.775ZM17.775 18.1494V18.438H18.0636V18.1494H17.775ZM14.528 18.1494V17.8608H14.2393V18.1494H14.528ZM14.528 19.2314L14.8166 19.2318V19.2314H14.528ZM13.9987 20.5068L14.2026 20.711L14.2027 20.711L13.9987 20.5068ZM12.7233 21.0352V21.3238H12.7234L12.7233 21.0352ZM4.78674 21.0352L4.78642 21.3238H4.78674V21.0352ZM3.51135 20.5068L3.30727 20.7109L3.30729 20.7109L3.51135 20.5068ZM2.98206 19.2314H2.69344L2.69344 19.2318L2.98206 19.2314ZM2.98206 10.7529L2.69344 10.7519V10.7529H2.98206ZM2.98401 10.2119V9.9233H2.69643L2.69539 10.2109L2.98401 10.2119ZM2.99377 10.2119V10.5005H3.27218L3.2822 10.2223L2.99377 10.2119ZM4.02307 5.62109L4.28254 5.74749L4.28255 5.74747L4.02307 5.62109ZM17.774 3.35742H18.0627V3.0688H17.774V3.35742ZM5.67346 4.54395L5.4843 4.32596L5.48425 4.326L5.67346 4.54395ZM4.67151 5.93652L4.41206 5.81009L4.41203 5.81014L4.67151 5.93652ZM3.70764 10.4043L3.41908 10.3973L3.41904 10.401L3.70764 10.4043ZM3.70569 10.5771L3.41707 10.5739V10.5771H3.70569ZM3.70569 10.7529V11.0415H3.99431V10.7529H3.70569ZM3.70374 10.7529V10.4643H3.41512V10.7529H3.70374ZM3.70374 19.2314H3.41512L3.41512 19.2317L3.70374 19.2314ZM4.02112 19.9961L3.81694 20.2001L3.81703 20.2002L4.02112 19.9961ZM4.78674 20.3135L4.78644 20.6021H4.78674V20.3135ZM12.7233 20.3135V20.6021H12.7236L12.7233 20.3135ZM13.4879 19.9961L13.692 20.2002L13.692 20.2002L13.4879 19.9961ZM13.8053 19.2314L14.0939 19.2317V19.2314H13.8053ZM13.8053 10.7529L13.5167 10.7529V10.7529H13.8053ZM13.8102 10.3926L13.5216 10.3857V10.3857L13.8102 10.3926ZM13.8209 10.0967L13.5326 10.084L13.5326 10.084L13.8209 10.0967ZM13.8424 9.71484L14.1303 9.7351L14.1303 9.735L13.8424 9.71484ZM13.8444 9.67969L14.1322 9.70054L14.1322 9.70054L13.8444 9.67969ZM14.0739 7.97852L13.791 7.92118L13.791 7.92118L14.0739 7.97852ZM14.2604 7.2002L14.5386 7.2769L14.5386 7.27682L14.2604 7.2002ZM14.2838 7.11523L14.0062 7.03626L14.0062 7.03635L14.2838 7.11523ZM14.3522 6.88379L14.6279 6.96911L14.6279 6.96901L14.3522 6.88379ZM14.3766 6.80762L14.1015 6.72013L14.1015 6.72024L14.3766 6.80762ZM14.4479 6.5918L14.7208 6.68558L14.7209 6.68545L14.4479 6.5918ZM14.4684 6.53027L14.1961 6.43466L14.196 6.43478L14.4684 6.53027ZM14.5377 6.3418L14.8079 6.44325L14.808 6.44312L14.5377 6.3418ZM14.5826 6.22461L14.3139 6.11941L14.3138 6.11953L14.5826 6.22461ZM14.652 6.05469L14.9185 6.16553L14.9185 6.16542L14.652 6.05469ZM14.6803 5.98438L14.4148 5.87114L14.4148 5.87124L14.6803 5.98438ZM14.7721 5.77832L15.0343 5.89888L15.0344 5.89881L14.7721 5.77832ZM14.7848 5.75098L15.0466 5.87248L15.0466 5.87243L14.7848 5.75098ZM14.8043 5.70898L14.5433 5.58587L14.5432 5.58596L14.8043 5.70898ZM14.8463 5.62109L15.1058 5.74753L15.1058 5.74744L14.8463 5.62109ZM14.8766 5.56055L14.6183 5.43178L14.6183 5.43185L14.8766 5.56055ZM14.942 5.43359L15.1977 5.56752L15.1977 5.5674L14.942 5.43359ZM15.0221 5.28223L14.7699 5.14186L14.7698 5.14204L15.0221 5.28223ZM15.0709 5.19824L15.321 5.34238L15.3211 5.34218L15.0709 5.19824ZM15.1578 5.05078L14.9119 4.89975L14.9117 4.89998L15.1578 5.05078ZM15.2418 4.91992L15.4836 5.07748L15.4838 5.07723L15.2418 4.91992ZM15.2955 4.83594L15.0566 4.67405L15.0564 4.67431L15.2955 4.83594ZM15.3639 4.74023L15.5992 4.90737L15.5994 4.90712L15.3639 4.74023ZM15.4264 4.65137L15.6582 4.82325L15.6582 4.82324L15.4264 4.65137ZM15.9166 4.09375L15.7185 3.88384L15.7185 3.88384L15.9166 4.09375ZM15.9332 4.0791L16.13 4.29024L16.6662 3.79048H15.9332V4.0791ZM17.4664 4.08496L17.439 3.79745L17.4283 3.79888L17.4664 4.08496ZM17.4518 4.08691L17.4825 4.37399L17.4899 4.373L17.4518 4.08691ZM17.1149 4.16699L17.0162 3.89577L17.0161 3.89578L17.1149 4.16699ZM16.5104 4.53125L16.6977 4.75078L16.698 4.75056L16.5104 4.53125ZM16.4537 4.58203L16.2603 4.36783L16.2601 4.36803L16.4537 4.58203ZM15.4948 5.93652L15.2353 5.81009L15.2353 5.81014L15.4948 5.93652ZM15.4069 6.12305L15.1438 6.00421L15.1438 6.00431L15.4069 6.12305ZM15.359 6.23145L15.6239 6.34609L15.6239 6.34599L15.359 6.23145ZM15.1979 6.63477L14.9272 6.53457L14.9272 6.53468L15.1979 6.63477ZM15.1627 6.73145L15.4346 6.82841L15.4346 6.8283L15.1627 6.73145ZM15.0807 6.97266L14.8062 6.88343L14.8062 6.88344L15.0807 6.97266ZM14.7194 8.4502L15.0037 8.49948V8.49947L14.7194 8.4502ZM14.6256 9.08496L14.3391 9.05027V9.05027L14.6256 9.08496ZM14.527 10.7529L14.2384 10.7529V10.7529H14.527ZM14.7379 13.1562L14.454 13.208L14.454 13.2081L14.7379 13.1562ZM14.943 14.0674L15.2216 13.992L15.2216 13.9919L14.943 14.0674ZM14.9713 14.1748L14.6936 14.2533L14.6936 14.2533L14.9713 14.1748ZM15.0485 14.4316L15.324 14.3457L15.324 14.3456L15.0485 14.4316ZM15.2311 14.959L14.9615 15.062L14.9615 15.0621L15.2311 14.959ZM15.4332 15.4395L15.1712 15.5604L15.1712 15.5605L15.4332 15.4395ZM15.4479 15.4717L15.7093 15.3494L15.7093 15.3493L15.4479 15.4717ZM15.5172 15.6143L15.2586 15.7425L15.2586 15.7425L15.5172 15.6143ZM16.0348 16.4629L15.8051 16.6377L15.8052 16.6377L16.0348 16.4629ZM16.1149 16.5654L16.3386 16.3831L16.3386 16.3831L16.1149 16.5654ZM16.2487 16.7197L16.0356 16.9145L16.0357 16.9145L16.2487 16.7197ZM16.3932 16.8682L16.5931 16.66L16.5931 16.66L16.3932 16.8682ZM16.5104 16.9746L16.3226 17.1938L16.3227 17.1939L16.5104 16.9746ZM16.9508 17.2695L16.8233 17.5285L16.8234 17.5285L16.9508 17.2695ZM17.4069 17.4121L17.4471 17.1263L17.4469 17.1263L17.4069 17.4121ZM17.4537 17.4199L17.4236 17.707L17.4236 17.707L17.4537 17.4199ZM17.5934 17.4277L17.5933 17.7164H17.5934V17.4277ZM17.733 17.4199L17.763 17.707L17.763 17.707L17.733 17.4199ZM18.691 16.9629L18.8802 17.1809L18.8803 17.1808L18.691 16.9629ZM19.693 15.5703L19.4335 15.4439V15.4439L19.693 15.5703ZM20.6598 10.7539L20.9484 10.7539V10.7539H20.6598ZM19.693 5.9375L19.4335 6.06385L19.4335 6.06386L19.693 5.9375ZM19.5807 5.71777L19.3262 5.85393L19.3262 5.85394L19.5807 5.71777ZM18.8287 4.67188L19.0319 4.46685L19.0319 4.46684L18.8287 4.67188ZM18.691 4.54395L18.8805 4.32623L18.8803 4.32602L18.691 4.54395ZM18.5573 4.43555L18.3835 4.66598L18.3835 4.66599L18.5573 4.43555ZM17.733 4.08594L17.7631 3.79889L17.763 3.79889L17.733 4.08594ZM17.5934 4.0791V3.79048H17.5933L17.5934 4.0791ZM14.527 17.4277H14.2384V17.7164H14.527V17.4277ZM15.9332 17.4277V17.7164H16.6664L16.13 17.2166L15.9332 17.4277ZM15.817 17.3115L16.023 17.1093L16.0228 17.1092L15.817 17.3115ZM15.7653 17.2598L15.5555 17.4581L15.5557 17.4582L15.7653 17.2598ZM15.4996 16.9492L15.7271 16.7716L15.727 16.7714L15.4996 16.9492ZM15.4508 16.8867L15.2204 17.0605L15.2206 17.0607L15.4508 16.8867ZM15.3717 16.7783L15.6067 16.6107L15.6065 16.6105L15.3717 16.7783ZM15.2955 16.6699L15.0564 16.8316L15.0566 16.8318L15.2955 16.6699ZM15.2115 16.54L15.455 16.385L15.4549 16.3849L15.2115 16.54ZM15.1578 16.4551L14.9118 16.6059L14.9119 16.6061L15.1578 16.4551ZM15.0709 16.3076L15.3211 16.1636L15.321 16.1635L15.0709 16.3076ZM15.0221 16.2236L14.7698 16.3638L14.7699 16.3639L15.0221 16.2236ZM14.9401 16.0713L15.1958 15.9375L15.1958 15.9375L14.9401 16.0713ZM14.8766 15.9453L15.1349 15.8166L15.1349 15.8166L14.8766 15.9453ZM14.8463 15.8857L15.1058 15.7594L15.1058 15.7593L14.8463 15.8857ZM14.8121 15.8135L14.5513 15.937L14.5514 15.9372L14.8121 15.8135ZM14.7848 15.7559L15.0466 15.6345L15.0466 15.6343L14.7848 15.7559ZM14.7643 15.7109L15.0268 15.5911L15.0268 15.591L14.7643 15.7109ZM14.6852 15.5322L14.4198 15.6457L14.4199 15.6458L14.6852 15.5322ZM14.6627 15.4805L14.3966 15.5922L14.3966 15.5922L14.6627 15.4805ZM14.6344 15.4102L14.9015 15.3008L14.9015 15.3007L14.6344 15.4102ZM14.5826 15.2812L14.3138 15.3863L14.3139 15.3864L14.5826 15.2812ZM14.5377 15.1641L14.2675 15.2653L14.2675 15.2654L14.5377 15.1641ZM14.527 15.1377L14.7976 15.0373L14.2384 15.1377H14.527ZM17.5934 7.80078V7.51216H17.5933L17.5934 7.80078ZM18.8112 8.7627L19.0706 8.63628L19.0706 8.63615L18.8112 8.7627ZM19.2174 10.7529H19.506V10.7529L19.2174 10.7529ZM18.8112 12.7441L19.0705 12.8707L19.0707 12.8704L18.8112 12.7441ZM17.5934 13.7061L17.5933 13.9947H17.5934V13.7061ZM16.3766 12.7441L16.1171 12.8706L16.1172 12.8707L16.3766 12.7441ZM15.9703 10.7529L15.6817 10.7529V10.7529H15.9703ZM16.3766 8.7627L16.1171 8.63629L16.117 8.63646L16.3766 8.7627ZM17.5934 8.52246V8.23384L17.593 8.23384L17.5934 8.52246ZM17.025 9.0791L16.7656 8.95265L16.7655 8.95283L17.025 9.0791ZM16.692 10.7529L16.4034 10.7529V10.7529H16.692ZM17.025 12.4277L16.7655 12.5541L16.7656 12.5542L17.025 12.4277ZM17.5934 12.9844L17.593 13.273H17.5934V12.9844ZM18.1617 12.4277L17.9023 12.3013L17.9022 12.3014L18.1617 12.4277ZM18.4957 10.7529H18.7843V10.7529L18.4957 10.7529ZM18.1617 9.0791L17.9022 9.20541L17.9023 9.20561L18.1617 9.0791ZM17.774 3.36621L17.7491 3.65375C18.5924 3.7268 19.4307 4.40992 20.0819 5.74744L20.3414 5.62109L20.6009 5.49475C19.9112 4.07816 18.9373 3.17729 17.799 3.07867L17.774 3.36621ZM20.3414 5.62109L20.082 5.74748C20.2433 6.07864 20.3871 6.43844 20.5124 6.82205L20.7867 6.73242L21.0611 6.64279C20.9285 6.23683 20.775 5.85216 20.6009 5.4947L20.3414 5.62109ZM20.7867 6.73242L20.5124 6.82206C20.6065 7.10996 20.6904 7.41032 20.7624 7.72133L21.0436 7.65625L21.3248 7.59117C21.249 7.26368 21.1605 6.94694 21.0611 6.64279L20.7867 6.73242ZM21.0436 7.65625L20.7624 7.72133C20.9787 8.65588 21.0928 9.68612 21.0929 10.7529L21.3815 10.7529L21.6701 10.7529C21.6701 9.64602 21.5517 8.57188 21.3248 7.59117L21.0436 7.65625ZM21.3815 10.7529H21.0929C21.0929 10.9905 21.0878 11.2263 21.0766 11.4588L21.3649 11.4727L21.6532 11.4865C21.6648 11.2438 21.6701 10.9987 21.6701 10.7529H21.3815ZM21.3649 11.4727L21.0766 11.4588C21.043 12.1574 20.9592 12.8339 20.8301 13.471L21.1129 13.5283L21.3958 13.5857C21.531 12.9186 21.6182 12.2129 21.6532 11.4865L21.3649 11.4727ZM21.1129 13.5283L20.8301 13.471C20.7654 13.7896 20.6902 14.0979 20.6035 14.3934L20.8805 14.4746L21.1574 14.5558C21.2492 14.243 21.3283 13.9187 21.3958 13.5857L21.1129 13.5283ZM20.8805 14.4746L20.6035 14.3934C20.575 14.4907 20.5442 14.5873 20.5124 14.6848L20.7867 14.7744L21.0611 14.8641C21.0937 14.7642 21.1265 14.6613 21.1574 14.5558L20.8805 14.4746ZM20.7867 14.7744L20.5124 14.6848C20.4496 14.8771 20.3826 15.0632 20.3108 15.2422L20.5787 15.3496L20.8466 15.457C20.9236 15.2649 20.9948 15.0669 21.0611 14.8641L20.7867 14.7744ZM20.5787 15.3496L20.3108 15.2422C20.2753 15.3309 20.238 15.4184 20.1995 15.5054L20.4635 15.6221L20.7275 15.7388C20.768 15.6472 20.808 15.5533 20.8466 15.457L20.5787 15.3496ZM20.4635 15.6221L20.1995 15.5054C20.1611 15.5923 20.1221 15.677 20.082 15.7593L20.3414 15.8857L20.6009 16.0122C20.6447 15.9222 20.6867 15.8309 20.7275 15.7388L20.4635 15.6221ZM20.3414 15.8857L20.082 15.7594C20.0396 15.8463 19.9957 15.931 19.9507 16.0143L20.2047 16.1514L20.4587 16.2885C20.5066 16.1996 20.5544 16.1076 20.6009 16.0121L20.3414 15.8857ZM20.2047 16.1514L19.9507 16.0143C19.9052 16.0986 19.8608 16.1784 19.8155 16.2541L20.0631 16.4023L20.3107 16.5506C20.3623 16.4646 20.4112 16.3764 20.4587 16.2885L20.2047 16.1514ZM20.0631 16.4023L19.8155 16.2541C19.7233 16.408 19.6277 16.5511 19.5295 16.6836L19.7614 16.8555L19.9932 17.0274C20.1031 16.8791 20.2092 16.7202 20.3107 16.5506L20.0631 16.4023ZM19.7614 16.8555L19.5295 16.6836C19.0379 17.3466 18.4888 17.7214 17.9327 17.8279L17.9869 18.1113L18.0412 18.3948C18.7811 18.2531 19.4445 17.7674 19.9932 17.0274L19.7614 16.8555ZM17.9869 18.1113L17.9327 17.8279C17.8749 17.8389 17.8145 17.8465 17.75 17.8521L17.775 18.1396L17.8001 18.4272C17.8777 18.4204 17.9587 18.4106 18.0412 18.3948L17.9869 18.1113ZM17.775 18.1396H17.4864V18.1494H17.775H18.0636V18.1396H17.775ZM17.775 18.1494V17.8608H14.528V18.1494V18.438H17.775V18.1494ZM14.528 18.1494H14.2393V19.2314H14.528H14.8166V18.1494H14.528ZM14.528 19.2314L14.2393 19.2311C14.2389 19.6331 14.079 20.0186 13.7946 20.3027L13.9987 20.5068L14.2027 20.711C14.5952 20.3187 14.8159 19.7867 14.8166 19.2318L14.528 19.2314ZM13.9987 20.5068L13.7947 20.3027C13.5104 20.5867 13.125 20.7463 12.7231 20.7465L12.7233 21.0352L12.7234 21.3238C13.2782 21.3235 13.8102 21.1031 14.2026 20.711L13.9987 20.5068ZM12.7233 21.0352V20.7465H4.78674V21.0352V21.3238H12.7233V21.0352ZM4.78674 21.0352L4.78707 20.7465C4.38502 20.7461 3.99932 20.5866 3.71541 20.3027L3.51135 20.5068L3.30729 20.7109C3.6997 21.1033 4.23211 21.3232 4.78642 21.3238L4.78674 21.0352ZM3.51135 20.5068L3.71544 20.3028C3.43126 20.0186 3.27112 19.6329 3.27067 19.2311L2.98206 19.2314L2.69344 19.2318C2.69406 19.7865 2.9151 20.3188 3.30727 20.7109L3.51135 20.5068ZM2.98206 19.2314H3.27067V10.7529H2.98206H2.69344V19.2314H2.98206ZM2.98206 10.7529L3.27067 10.754L3.27262 10.213L2.98401 10.2119L2.69539 10.2109L2.69344 10.7519L2.98206 10.7529ZM2.98401 10.2119V10.5005H2.99377V10.2119V9.9233H2.98401V10.2119ZM2.99377 10.2119L3.2822 10.2223C3.34346 8.52272 3.69637 6.95076 4.28254 5.74749L4.02307 5.62109L3.7636 5.4947C3.13419 6.78673 2.76876 8.44178 2.70534 10.2015L2.99377 10.2119ZM4.02307 5.62109L4.28255 5.74747C4.97387 4.32803 5.87341 3.64604 6.77112 3.64604V3.35742V3.0688C5.54705 3.0688 4.49462 3.99374 3.76359 5.49472L4.02307 5.62109ZM6.77112 3.35742V3.64604H17.774V3.35742V3.0688H6.77112V3.35742ZM17.774 3.35742H17.4854V3.36621H17.774H18.0627V3.35742H17.774ZM6.77112 4.0791V3.79048C6.31149 3.79048 5.87761 3.98465 5.4843 4.32596L5.67346 4.54395L5.86262 4.76193C6.17946 4.48699 6.48409 4.36772 6.77112 4.36772V4.0791ZM5.67346 4.54395L5.48425 4.326C5.07539 4.68096 4.7167 5.18497 4.41206 5.81009L4.67151 5.93652L4.93096 6.06296C5.21296 5.48429 5.52937 5.05125 5.86267 4.76189L5.67346 4.54395ZM4.67151 5.93652L4.41203 5.81014C3.80586 7.0547 3.46078 8.6734 3.41911 10.3973L3.70764 10.4043L3.99617 10.4113C4.03638 8.7482 4.36964 7.21543 4.93099 6.0629L4.67151 5.93652ZM3.70764 10.4043L3.41904 10.401L3.41709 10.5739L3.70569 10.5771L3.99429 10.5804L3.99624 10.4076L3.70764 10.4043ZM3.70569 10.5771H3.41707V10.7529H3.70569H3.99431V10.5771H3.70569ZM3.70569 10.7529V10.4643H3.70374V10.7529V11.0415H3.70569V10.7529ZM3.70374 10.7529H3.41512V19.2314H3.70374H3.99235V10.7529H3.70374ZM3.70374 19.2314L3.41512 19.2317C3.4155 19.5952 3.56044 19.9434 3.81694 20.2001L4.02112 19.9961L4.22529 19.7921C4.07641 19.6431 3.99257 19.4413 3.99235 19.2311L3.70374 19.2314ZM4.02112 19.9961L3.81703 20.2002C4.0741 20.4572 4.42319 20.6017 4.78644 20.6021L4.78674 20.3135L4.78704 20.0249C4.57638 20.0246 4.37395 19.9408 4.2252 19.792L4.02112 19.9961ZM4.78674 20.3135V20.6021H12.7233V20.3135V20.0249H4.78674V20.3135ZM12.7233 20.3135L12.7236 20.6021C13.0871 20.6017 13.4351 20.457 13.692 20.2002L13.4879 19.9961L13.2838 19.792C13.1349 19.9409 12.9333 20.0246 12.723 20.0249L12.7233 20.3135ZM13.4879 19.9961L13.692 20.2002C13.9489 19.9433 14.0935 19.5953 14.0939 19.2317L13.8053 19.2314L13.5167 19.2311C13.5165 19.4415 13.4328 19.6431 13.2838 19.792L13.4879 19.9961ZM13.8053 19.2314H14.0939V10.7529H13.8053H13.5167V19.2314H13.8053ZM13.8053 10.7529L14.0939 10.7529C14.0939 10.6355 14.0959 10.5178 14.0987 10.3995L13.8102 10.3926L13.5216 10.3857C13.5188 10.5066 13.5167 10.6292 13.5167 10.7529L13.8053 10.7529ZM13.8102 10.3926L14.0987 10.3995C14.101 10.3035 14.105 10.2073 14.1093 10.1093L13.8209 10.0967L13.5326 10.084C13.5283 10.1825 13.5241 10.2836 13.5216 10.3857L13.8102 10.3926ZM13.8209 10.0967L14.1093 10.1094C14.1148 9.98342 14.1216 9.85866 14.1303 9.7351L13.8424 9.71484L13.5545 9.69459C13.5454 9.82419 13.5383 9.95408 13.5326 10.084L13.8209 10.0967ZM13.8424 9.71484L14.1303 9.735C14.131 9.72536 14.1314 9.71618 14.1317 9.71102C14.132 9.70474 14.1321 9.70232 14.1322 9.70054L13.8444 9.67969L13.5565 9.65883C13.5558 9.66876 13.5553 9.67806 13.5551 9.6835C13.5548 9.69007 13.5546 9.69262 13.5545 9.69469L13.8424 9.71484ZM13.8444 9.67969L14.1322 9.70054C14.1739 9.12462 14.2492 8.56633 14.3567 8.03585L14.0739 7.97852L13.791 7.92118C13.6783 8.47731 13.5999 9.06006 13.5565 9.65884L13.8444 9.67969ZM14.0739 7.97852L14.3567 8.03585C14.4093 7.77642 14.4707 7.52323 14.5386 7.2769L14.2604 7.2002L13.9821 7.12349C13.911 7.38156 13.8464 7.64769 13.791 7.92118L14.0739 7.97852ZM14.2604 7.2002L14.5386 7.27682C14.5472 7.24583 14.5538 7.22089 14.5614 7.19412L14.2838 7.11523L14.0062 7.03635C13.9978 7.06596 13.9892 7.09778 13.9821 7.12357L14.2604 7.2002ZM14.2838 7.11523L14.5614 7.1942C14.5832 7.11758 14.6051 7.04263 14.6279 6.96911L14.3522 6.88379L14.0765 6.79846C14.052 6.87762 14.0287 6.95711 14.0062 7.03626L14.2838 7.11523ZM14.3522 6.88379L14.6279 6.96901C14.6359 6.94329 14.6413 6.92771 14.6517 6.89499L14.3766 6.80762L14.1015 6.72024C14.0958 6.73823 14.0843 6.77322 14.0764 6.79857L14.3522 6.88379ZM14.3766 6.80762L14.6516 6.8951C14.6741 6.8243 14.6972 6.75445 14.7208 6.68558L14.4479 6.5918L14.1749 6.49802C14.1497 6.57148 14.1253 6.64555 14.1015 6.72013L14.3766 6.80762ZM14.4479 6.5918L14.7209 6.68545C14.7361 6.64121 14.7299 6.65665 14.7407 6.62577L14.4684 6.53027L14.196 6.43478C14.1913 6.44821 14.1871 6.46115 14.1837 6.47137C14.1801 6.48246 14.1775 6.49039 14.1749 6.49814L14.4479 6.5918ZM14.4684 6.53027L14.7407 6.62589C14.7618 6.56587 14.7842 6.50644 14.8079 6.44325L14.5377 6.3418L14.2675 6.24035C14.2445 6.3017 14.2196 6.36754 14.1961 6.43466L14.4684 6.53027ZM14.5377 6.3418L14.808 6.44312C14.8222 6.40524 14.8367 6.36746 14.8515 6.32969L14.5826 6.22461L14.3138 6.11953C14.2983 6.15936 14.2828 6.19968 14.2675 6.24048L14.5377 6.3418ZM14.5826 6.22461L14.8514 6.32981C14.8725 6.27586 14.8948 6.22237 14.9185 6.16553L14.652 6.05469L14.3855 5.94384C14.3624 5.99927 14.3376 6.0587 14.3139 6.11941L14.5826 6.22461ZM14.652 6.05469L14.9185 6.16542C14.9246 6.15067 14.9304 6.13595 14.9346 6.12522C14.9393 6.11342 14.9426 6.10504 14.9458 6.09751L14.6803 5.98438L14.4148 5.87124C14.4081 5.88689 14.4022 5.90196 14.3975 5.91368C14.3925 5.92647 14.389 5.93531 14.3854 5.94395L14.652 6.05469ZM14.6803 5.98438L14.9458 6.09761C14.974 6.03132 15.0037 5.96544 15.0343 5.89888L14.7721 5.77832L14.5099 5.65776C14.4782 5.72673 14.446 5.79797 14.4148 5.87114L14.6803 5.98438ZM14.7721 5.77832L15.0344 5.89881C15.0383 5.89021 15.0416 5.88322 15.0466 5.87248L14.7848 5.75098L14.523 5.62948C14.5195 5.63694 14.5143 5.64814 14.5098 5.65783L14.7721 5.77832ZM14.7848 5.75098L15.0466 5.87243C15.0536 5.85736 15.0593 5.84488 15.0654 5.83201L14.8043 5.70898L14.5432 5.58596C14.5362 5.60092 14.529 5.61653 14.523 5.62952L14.7848 5.75098ZM14.8043 5.70898L15.0654 5.8321C15.0791 5.80292 15.0924 5.77492 15.1058 5.74753L14.8463 5.62109L14.5869 5.49466C14.5719 5.52543 14.5573 5.5561 14.5433 5.58587L14.8043 5.70898ZM14.8463 5.62109L15.1058 5.74744C15.1153 5.72788 15.1222 5.71476 15.1349 5.68924L14.8766 5.56055L14.6183 5.43185C14.6109 5.44655 14.5971 5.47358 14.5868 5.49475L14.8463 5.62109ZM14.8766 5.56055L15.1349 5.68932C15.1548 5.64938 15.1755 5.60981 15.1977 5.56752L14.942 5.43359L14.6864 5.29966C14.6647 5.34101 14.6412 5.38576 14.6183 5.43178L14.8766 5.56055ZM14.942 5.43359L15.1977 5.5674C15.2265 5.51239 15.2493 5.46755 15.2744 5.42241L15.0221 5.28223L14.7698 5.14204C14.74 5.19562 14.711 5.25254 14.6863 5.29979L14.942 5.43359ZM15.0221 5.28223L15.2743 5.42259C15.2898 5.39471 15.2988 5.38092 15.321 5.34238L15.0709 5.19824L14.8209 5.0541C14.8109 5.07133 14.7861 5.11281 14.7699 5.14186L15.0221 5.28223ZM15.0709 5.19824L15.3211 5.34218C15.3497 5.29252 15.3767 5.24608 15.4039 5.20158L15.1578 5.05078L14.9117 4.89998C14.8801 4.95169 14.8498 5.00392 14.8208 5.0543L15.0709 5.19824ZM15.1578 5.05078L15.4038 5.20181C15.4286 5.16142 15.4542 5.12263 15.4836 5.07748L15.2418 4.91992L15 4.76236C14.9734 4.80318 14.9419 4.85089 14.9119 4.89975L15.1578 5.05078ZM15.2418 4.91992L15.4838 5.07723C15.5133 5.03179 15.5152 5.02639 15.5346 4.99757L15.2955 4.83594L15.0564 4.67431C15.0389 4.70017 15.0068 4.75195 14.9998 4.76261L15.2418 4.91992ZM15.2955 4.83594L15.5345 4.99782C15.5551 4.96732 15.569 4.94981 15.5992 4.90737L15.3639 4.74023L15.1286 4.5731C15.1137 4.59406 15.0803 4.63911 15.0566 4.67405L15.2955 4.83594ZM15.3639 4.74023L15.5994 4.90712C15.6288 4.86557 15.6381 4.85047 15.6582 4.82325L15.4264 4.65137L15.1945 4.47949C15.1719 4.51001 15.1412 4.55533 15.1284 4.57335L15.3639 4.74023ZM15.4264 4.65137L15.6582 4.82324C15.8054 4.62472 15.958 4.45153 16.1147 4.30366L15.9166 4.09375L15.7185 3.88384C15.5344 4.05759 15.3596 4.25683 15.1945 4.47949L15.4264 4.65137ZM15.9166 4.09375L16.1147 4.30366C16.1128 4.30544 16.1115 4.3066 16.1112 4.30687C16.111 4.30703 16.1111 4.30695 16.1126 4.30569C16.1136 4.3048 16.1162 4.30258 16.1189 4.30023C16.1218 4.29775 16.1256 4.29432 16.13 4.29024L15.9332 4.0791L15.7365 3.86796C15.7381 3.8664 15.7393 3.86542 15.7393 3.86536C15.7394 3.86531 15.7393 3.86539 15.7389 3.86571C15.7385 3.86606 15.7381 3.86641 15.7373 3.86712C15.7359 3.86827 15.7332 3.87059 15.7303 3.87319C15.7272 3.87589 15.7231 3.87953 15.7185 3.88384L15.9166 4.09375ZM15.9332 4.0791V3.79048H6.77112V4.0791V4.36772H15.9332V4.0791ZM17.4664 4.08496L17.4283 3.79888L17.4136 3.80083L17.4518 4.08691L17.4899 4.373L17.5046 4.37105L17.4664 4.08496ZM17.4518 4.08691L17.4211 3.79993C17.2824 3.81475 17.1472 3.84808 17.0162 3.89577L17.1149 4.16699L17.2136 4.43821C17.306 4.40458 17.3955 4.38319 17.4825 4.3739L17.4518 4.08691ZM17.1149 4.16699L17.0161 3.89578C16.7746 3.98371 16.5427 4.1238 16.3228 4.31194L16.5104 4.53125L16.698 4.75056C16.8733 4.60063 17.0462 4.49914 17.2136 4.4382L17.1149 4.16699ZM16.5104 4.53125L16.323 4.31172C16.2998 4.3315 16.2744 4.35507 16.2603 4.36784L16.4537 4.58203L16.6472 4.79623C16.6711 4.77465 16.6827 4.7636 16.6977 4.75078L16.5104 4.53125ZM16.4537 4.58203L16.2601 4.36803C15.8709 4.72019 15.5283 5.2089 15.2353 5.81009L15.4948 5.93652L15.7542 6.06296C16.0253 5.50675 16.328 5.08503 16.6474 4.79603L16.4537 4.58203ZM15.4948 5.93652L15.2353 5.81014C15.2047 5.87289 15.1738 5.93785 15.1438 6.00421L15.4069 6.12305L15.6699 6.24188C15.6969 6.18211 15.7252 6.12244 15.7542 6.0629L15.4948 5.93652ZM15.4069 6.12305L15.1438 6.00431C15.1269 6.04169 15.1104 6.07924 15.0941 6.1169L15.359 6.23145L15.6239 6.34599C15.6391 6.31078 15.6545 6.27605 15.6699 6.24179L15.4069 6.12305ZM15.359 6.23145L15.0941 6.1168C15.0352 6.25286 14.9798 6.39237 14.9272 6.53457L15.1979 6.63477L15.4685 6.73496C15.5181 6.60107 15.5697 6.47132 15.6239 6.34609L15.359 6.23145ZM15.1979 6.63477L14.9272 6.53468C14.9151 6.56744 14.9029 6.60078 14.8908 6.6346L15.1627 6.73145L15.4346 6.8283C15.4457 6.79726 15.457 6.76618 15.4686 6.73485L15.1979 6.63477ZM15.1627 6.73145L14.8909 6.63448C14.8616 6.71665 14.8334 6.7997 14.8062 6.88343L15.0807 6.97266L15.3552 7.06188C15.3809 6.98265 15.4073 6.90481 15.4346 6.82841L15.1627 6.73145ZM15.0807 6.97266L14.8062 6.88344C14.6516 7.35903 14.5273 7.86815 14.435 8.40092L14.7194 8.4502L15.0037 8.49947C15.0918 7.99135 15.2098 7.50911 15.3552 7.06188L15.0807 6.97266ZM14.7194 8.4502L14.435 8.40091C14.3982 8.61323 14.3658 8.82985 14.3391 9.05027L14.6256 9.08496L14.9121 9.11965C14.9375 8.90978 14.9685 8.70292 15.0037 8.49948L14.7194 8.4502ZM14.6256 9.08496L14.3391 9.05027C14.2725 9.60054 14.2384 10.1714 14.2384 10.7529L14.527 10.7529L14.8156 10.7529C14.8156 10.1938 14.8484 9.64612 14.9121 9.11965L14.6256 9.08496ZM14.527 10.7529H14.2384C14.2384 11.6024 14.3125 12.4318 14.454 13.208L14.7379 13.1562L15.0219 13.1045C14.8869 12.3641 14.8156 11.5693 14.8156 10.7529H14.527ZM14.7379 13.1562L14.454 13.2081C14.5126 13.5292 14.5828 13.8415 14.6644 14.1428L14.943 14.0674L15.2216 13.9919C15.1444 13.7071 15.0777 13.4106 15.0218 13.1044L14.7379 13.1562ZM14.943 14.0674L14.6644 14.1428C14.6696 14.162 14.6845 14.221 14.6936 14.2533L14.9713 14.1748L15.2491 14.0964C15.2381 14.0576 15.2358 14.0445 15.2216 13.992L14.943 14.0674ZM14.9713 14.1748L14.6936 14.2533C14.7192 14.3439 14.7463 14.4324 14.773 14.5177L15.0485 14.4316L15.324 14.3456C15.2978 14.2617 15.2725 14.1792 15.2491 14.0963L14.9713 14.1748ZM15.0485 14.4316L14.7729 14.5176C14.8312 14.7043 14.8942 14.886 14.9615 15.062L15.2311 14.959L15.5007 14.8559C15.4378 14.6914 15.3787 14.5211 15.324 14.3457L15.0485 14.4316ZM15.2311 14.959L14.9615 15.0621C15.0271 15.2337 15.0971 15.3999 15.1712 15.5604L15.4332 15.4395L15.6953 15.3185C15.6268 15.1701 15.5618 15.0158 15.5007 14.8559L15.2311 14.959ZM15.4332 15.4395L15.1712 15.5605C15.1729 15.5642 15.1746 15.5679 15.1773 15.5739C15.1797 15.5792 15.1829 15.5865 15.1865 15.5941L15.4479 15.4717L15.7093 15.3493C15.7009 15.3314 15.7078 15.3455 15.6952 15.3184L15.4332 15.4395ZM15.4479 15.4717L15.1864 15.5939C15.2107 15.6459 15.2357 15.6962 15.2586 15.7425L15.5172 15.6143L15.7758 15.486C15.7523 15.4387 15.7303 15.3944 15.7093 15.3494L15.4479 15.4717ZM15.5172 15.6143L15.2586 15.7425C15.4255 16.079 15.6079 16.3787 15.8051 16.6377L16.0348 16.4629L16.2644 16.2881C16.0929 16.0628 15.9292 15.7953 15.7758 15.486L15.5172 15.6143ZM16.0348 16.4629L15.8052 16.6377C15.8319 16.6729 15.8608 16.7106 15.8911 16.7477L16.1149 16.5654L16.3386 16.3831C16.3148 16.3539 16.2908 16.3227 16.2644 16.288L16.0348 16.4629ZM16.1149 16.5654L15.8911 16.7477C15.9393 16.8068 15.9879 16.8623 16.0356 16.9145L16.2487 16.7197L16.4617 16.525C16.4193 16.4787 16.3782 16.4317 16.3386 16.3831L16.1149 16.5654ZM16.2487 16.7197L16.0357 16.9145C16.087 16.9707 16.1395 17.0247 16.1933 17.0764L16.3932 16.8682L16.5931 16.66C16.5491 16.6177 16.5053 16.5728 16.4617 16.525L16.2487 16.7197ZM16.3932 16.8682L16.1933 17.0763C16.2359 17.1173 16.279 17.1565 16.3226 17.1938L16.5104 16.9746L16.6982 16.7555C16.6633 16.7255 16.6282 16.6937 16.5931 16.66L16.3932 16.8682ZM16.5104 16.9746L16.3227 17.1939C16.4837 17.3317 16.6508 17.4435 16.8233 17.5285L16.9508 17.2695L17.0783 17.0106C16.9535 16.9492 16.8264 16.8652 16.6981 16.7554L16.5104 16.9746ZM16.9508 17.2695L16.8234 17.5285C16.9999 17.6154 17.1813 17.6719 17.3668 17.6979L17.4069 17.4121L17.4469 17.1263C17.3252 17.1092 17.2025 17.0717 17.0782 17.0106L16.9508 17.2695ZM17.4069 17.4121L17.3667 17.6979C17.366 17.6978 17.3652 17.6977 17.3767 17.6998C17.385 17.7014 17.4029 17.7048 17.4236 17.707L17.4537 17.4199L17.4839 17.1329C17.4888 17.1334 17.4912 17.134 17.4838 17.1326C17.4816 17.1322 17.4753 17.131 17.47 17.13C17.4641 17.129 17.4561 17.1276 17.4471 17.1263L17.4069 17.4121ZM17.4537 17.4199L17.4236 17.707C17.478 17.7127 17.5348 17.7163 17.5933 17.7164L17.5934 17.4277L17.5935 17.1391C17.5587 17.1391 17.5224 17.1369 17.4839 17.1329L17.4537 17.4199ZM17.5934 17.4277V17.7164C17.652 17.7164 17.709 17.7126 17.763 17.707L17.733 17.4199L17.703 17.1329C17.6643 17.1369 17.6278 17.1391 17.5934 17.1391V17.4277ZM17.733 17.4199L17.763 17.707C18.161 17.6654 18.5361 17.4795 18.8802 17.1809L18.691 16.9629L18.5019 16.7449C18.2243 16.9858 17.9563 17.1064 17.703 17.1329L17.733 17.4199ZM18.691 16.9629L18.8803 17.1808C19.2891 16.8259 19.6478 16.3221 19.9525 15.6967L19.693 15.5703L19.4335 15.4439C19.1516 16.0228 18.8352 16.4556 18.5018 16.7449L18.691 16.9629ZM19.693 15.5703L19.9525 15.6967C20.5999 14.3676 20.9483 12.611 20.9484 10.7539L20.6598 10.7539L20.3712 10.7539C20.3711 12.5474 20.0333 14.2126 19.4335 15.4439L19.693 15.5703ZM20.6598 10.7539H20.9484C20.9484 8.8968 20.5998 7.14046 19.9525 5.81114L19.693 5.9375L19.4335 6.06386C20.0332 7.29546 20.3712 8.96047 20.3712 10.7539H20.6598ZM19.693 5.9375L19.9525 5.81115C19.9141 5.7324 19.8748 5.65569 19.8352 5.58161L19.5807 5.71777L19.3262 5.85394C19.3626 5.92196 19.3986 5.99212 19.4335 6.06385L19.693 5.9375ZM19.5807 5.71777L19.8352 5.58162C19.5968 5.13609 19.3283 4.76055 19.0319 4.46685L18.8287 4.67188L18.6256 4.8769C18.8722 5.1212 19.1083 5.44673 19.3262 5.85393L19.5807 5.71777ZM18.8287 4.67188L19.0319 4.46684C18.9822 4.41761 18.9315 4.37061 18.8805 4.32623L18.691 4.54395L18.5016 4.76166C18.5432 4.79788 18.5847 4.83642 18.6256 4.87691L18.8287 4.67188ZM18.691 4.54395L18.8803 4.32602C18.8309 4.28318 18.7812 4.24291 18.731 4.2051L18.5573 4.43555L18.3835 4.66599C18.4229 4.69574 18.4624 4.72765 18.5018 4.76187L18.691 4.54395ZM18.5573 4.43555L18.731 4.20511C18.4289 3.97729 18.1044 3.83459 17.7631 3.79889L17.733 4.08594L17.703 4.37299C17.92 4.39569 18.1476 4.48807 18.3835 4.66598L18.5573 4.43555ZM17.733 4.08594L17.763 3.79889C17.705 3.79281 17.6479 3.79048 17.5934 3.79048V4.0791V4.36772C17.6318 4.36772 17.6684 4.36937 17.703 4.37299L17.733 4.08594ZM17.5934 4.0791L17.5933 3.79048C17.5428 3.7905 17.4913 3.79266 17.439 3.79765L17.4664 4.08496L17.4939 4.37227C17.5261 4.36919 17.5593 4.36773 17.5935 4.36772L17.5934 4.0791ZM14.527 17.4277V17.7164H15.9332V17.4277V17.1391H14.527V17.4277ZM15.9332 17.4277L16.13 17.2166C16.0966 17.1855 16.0664 17.1536 16.023 17.1093L15.817 17.3115L15.6111 17.5137C15.6454 17.5487 15.6907 17.5962 15.7365 17.6389L15.9332 17.4277ZM15.817 17.3115L16.0228 17.1092C15.9895 17.0753 15.9935 17.081 15.9748 17.0613L15.7653 17.2598L15.5557 17.4582C15.5708 17.4741 15.6105 17.5131 15.6112 17.5139L15.817 17.3115ZM15.7653 17.2598L15.975 17.0615C15.8912 16.9729 15.8088 16.8762 15.7271 16.7716L15.4996 16.9492L15.2721 17.1268C15.3635 17.2438 15.4577 17.3546 15.5555 17.4581L15.7653 17.2598ZM15.4996 16.9492L15.727 16.7714C15.707 16.7459 15.6953 16.7316 15.6811 16.7127L15.4508 16.8867L15.2206 17.0607C15.2383 17.0843 15.2598 17.1111 15.2723 17.127L15.4996 16.9492ZM15.4508 16.8867L15.6812 16.7129C15.6568 16.6806 15.6324 16.6467 15.6067 16.6107L15.3717 16.7783L15.1367 16.9459C15.1635 16.9835 15.1914 17.0221 15.2204 17.0605L15.4508 16.8867ZM15.3717 16.7783L15.6065 16.6105C15.5805 16.5741 15.557 16.5414 15.5345 16.5081L15.2955 16.6699L15.0566 16.8318C15.084 16.8723 15.112 16.9114 15.1369 16.9461L15.3717 16.7783ZM15.2955 16.6699L15.5346 16.5083C15.5089 16.4702 15.4844 16.4312 15.455 16.385L15.2115 16.54L14.9681 16.6951C14.9947 16.7368 15.025 16.7851 15.0564 16.8316L15.2955 16.6699ZM15.2115 16.54L15.4549 16.3849C15.4358 16.355 15.4198 16.3301 15.4038 16.3041L15.1578 16.4551L14.9119 16.6061C14.9312 16.6376 14.9515 16.669 14.9682 16.6952L15.2115 16.54ZM15.1578 16.4551L15.4039 16.3042C15.3767 16.2598 15.3497 16.2134 15.3211 16.1636L15.0709 16.3076L14.8208 16.4516C14.8497 16.5019 14.88 16.5542 14.9118 16.6059L15.1578 16.4551ZM15.0709 16.3076L15.321 16.1635C15.2986 16.1246 15.2899 16.1114 15.2743 16.0833L15.0221 16.2236L14.7699 16.3639C14.7859 16.3928 14.8111 16.4349 14.8208 16.4517L15.0709 16.3076ZM15.0221 16.2236L15.2744 16.0834C15.248 16.036 15.2219 15.9874 15.1958 15.9375L14.9401 16.0713L14.6843 16.2051C14.7123 16.2586 14.7408 16.3115 14.7698 16.3638L15.0221 16.2236ZM14.9401 16.0713L15.1958 15.9375C15.1759 15.8995 15.1571 15.8612 15.1349 15.8166L14.8766 15.9453L14.6182 16.074C14.6383 16.1143 14.661 16.1604 14.6843 16.2051L14.9401 16.0713ZM14.8766 15.9453L15.1349 15.8166C15.1156 15.7778 15.1186 15.7856 15.1058 15.7594L14.8463 15.8857L14.5868 16.0121C14.5936 16.0261 14.6178 16.0732 14.6183 16.074L14.8766 15.9453ZM14.8463 15.8857L15.1058 15.7593C15.0947 15.7366 15.0869 15.7194 15.0729 15.6898L14.8121 15.8135L14.5514 15.9372C14.5602 15.9559 14.5746 15.9871 14.5869 16.0122L14.8463 15.8857ZM14.8121 15.8135L15.073 15.6899C15.062 15.6668 15.0551 15.6528 15.0466 15.6345L14.7848 15.7559L14.5229 15.8772C14.5324 15.8976 14.5442 15.922 14.5513 15.937L14.8121 15.8135ZM14.7848 15.7559L15.0466 15.6343C15.0401 15.6204 15.0348 15.6084 15.0268 15.5911L14.7643 15.7109L14.5017 15.8308C14.5075 15.8434 14.5156 15.8615 14.523 15.8774L14.7848 15.7559ZM14.7643 15.7109L15.0268 15.591C15.0008 15.5341 14.9754 15.4767 14.9505 15.4187L14.6852 15.5322L14.4199 15.6458C14.4466 15.7084 14.474 15.77 14.5018 15.8309L14.7643 15.7109ZM14.6852 15.5322L14.9505 15.4187C14.9377 15.3886 14.9377 15.3898 14.9288 15.3688L14.6627 15.4805L14.3966 15.5922C14.4023 15.6059 14.4179 15.6413 14.4198 15.6457L14.6852 15.5322ZM14.6627 15.4805L14.9288 15.3688C14.9179 15.3427 14.9167 15.3379 14.9015 15.3008L14.6344 15.4102L14.3673 15.5195C14.3713 15.5294 14.388 15.5718 14.3966 15.5922L14.6627 15.4805ZM14.6344 15.4102L14.9015 15.3007C14.8844 15.259 14.8676 15.2175 14.8514 15.1761L14.5826 15.2812L14.3139 15.3864C14.3316 15.4316 14.3495 15.476 14.3673 15.5196L14.6344 15.4102ZM14.5826 15.2812L14.8515 15.1762C14.8367 15.1384 14.8222 15.1006 14.808 15.0628L14.5377 15.1641L14.2675 15.2654C14.2828 15.3062 14.2983 15.3465 14.3138 15.3863L14.5826 15.2812ZM14.5377 15.1641L14.808 15.0628C14.8057 15.0567 14.8036 15.0514 14.8019 15.0473C14.8003 15.0435 14.7988 15.0399 14.798 15.038C14.7958 15.0328 14.7965 15.0345 14.7976 15.0373L14.527 15.1377L14.2564 15.2381C14.2607 15.2498 14.2652 15.2602 14.2667 15.2638C14.2691 15.2693 14.2684 15.2678 14.2675 15.2653L14.5377 15.1641ZM14.527 15.1377H14.2384V17.4277H14.527H14.8156V15.1377H14.527ZM17.5934 7.80078V8.0894C17.9207 8.0894 18.2737 8.31932 18.5518 8.88924L18.8112 8.7627L19.0706 8.63615C18.7434 7.96557 18.2324 7.51216 17.5934 7.51216V7.80078ZM18.8112 8.7627L18.5517 8.88911C18.7903 9.37892 18.9287 10.0404 18.9288 10.7529L19.2174 10.7529L19.506 10.7529C19.506 9.97392 19.3559 9.22186 19.0706 8.63628L18.8112 8.7627ZM19.2174 10.7529H18.9288C18.9288 11.4655 18.79 12.1278 18.5516 12.6179L18.8112 12.7441L19.0707 12.8704C19.3555 12.2849 19.506 11.5322 19.506 10.7529H19.2174ZM18.8112 12.7441L18.5518 12.6176C18.2738 13.1874 17.9203 13.4174 17.5934 13.4174V13.7061V13.9947C18.2319 13.9947 18.7434 13.5413 19.0705 12.8707L18.8112 12.7441ZM17.5934 13.7061L17.5935 13.4174C17.2668 13.4173 16.914 13.1874 16.636 12.6176L16.3766 12.7441L16.1172 12.8707C16.4442 13.5409 16.9548 13.9945 17.5933 13.9947L17.5934 13.7061ZM16.3766 12.7441L16.636 12.6177C16.3974 12.1279 16.259 11.4658 16.259 10.7529H15.9703H15.6817C15.6817 11.5323 15.8318 12.2849 16.1171 12.8706L16.3766 12.7441ZM15.9703 10.7529L16.259 10.7529C16.259 10.0403 16.3978 9.37895 16.6361 8.88893L16.3766 8.7627L16.117 8.63646C15.8323 9.22183 15.6818 9.97353 15.6817 10.7529L15.9703 10.7529ZM16.3766 8.7627L16.6361 8.8891C16.9136 8.31945 17.2663 8.0895 17.5935 8.0894L17.5934 7.80078L17.5933 7.51216C16.9544 7.51237 16.4437 7.96588 16.1171 8.63629L16.3766 8.7627ZM17.5934 8.52246L17.593 8.23384C17.3928 8.23411 17.2245 8.34324 17.1011 8.46413C16.9731 8.58946 16.8601 8.7588 16.7656 8.95265L17.025 9.0791L17.2845 9.20555C17.3597 9.05124 17.4377 8.94239 17.505 8.8765C17.5768 8.80617 17.6078 8.81106 17.5938 8.81108L17.5934 8.52246ZM17.025 9.0791L16.7655 8.95283C16.5299 9.43699 16.4034 10.0928 16.4034 10.7529L16.692 10.7529L16.9806 10.753C16.9807 10.1551 17.097 9.59092 17.2846 9.20537L17.025 9.0791ZM16.692 10.7529H16.4034C16.4034 11.4131 16.5299 12.07 16.7655 12.5541L17.025 12.4277L17.2845 12.3014C17.097 11.9161 16.9806 11.3511 16.9806 10.7529H16.692ZM17.025 12.4277L16.7656 12.5542C16.8602 12.7482 16.9735 12.9176 17.1015 13.0428C17.2248 13.1634 17.3931 13.2727 17.593 13.273L17.5934 12.9844L17.5938 12.6958C17.6084 12.6958 17.5774 12.7008 17.5052 12.6302C17.4378 12.5643 17.3596 12.4554 17.2845 12.3013L17.025 12.4277ZM17.5934 12.9844V13.273C17.7935 13.273 17.962 13.1637 18.0853 13.043C18.2134 12.9177 18.3267 12.7482 18.4213 12.554L18.1617 12.4277L17.9022 12.3014C17.8272 12.4556 17.749 12.5645 17.6816 12.6304C17.6095 12.7009 17.5786 12.6958 17.5934 12.6958V12.9844ZM18.1617 12.4277L18.4212 12.5541C18.6571 12.07 18.7843 11.4137 18.7843 10.7529H18.4957H18.2071C18.2071 11.3511 18.0902 11.9156 17.9023 12.3013L18.1617 12.4277ZM18.4957 10.7529L18.7843 10.7529C18.7843 10.0923 18.657 9.4363 18.4212 8.95259L18.1617 9.0791L17.9023 9.20561C18.0901 9.59073 18.2071 10.1549 18.2071 10.753L18.4957 10.7529ZM18.1617 9.0791L18.4213 8.95279C18.3268 8.75864 18.2135 8.5892 18.0854 8.46387C17.9621 8.34313 17.7936 8.23384 17.5934 8.23384V8.52246V8.81108C17.5787 8.81108 17.6097 8.80593 17.6817 8.87641C17.749 8.94232 17.8272 9.05119 17.9022 9.20541L18.1617 9.0791Z",
22
+ fill: fill
23
+ })
24
+ ]
25
+ });
26
+ };
27
+ PaperHandIcon_PaperHandIcon.displayName = 'PaperHandIcon|paper-hand';
28
+ const PaperHandIcon = PaperHandIcon_PaperHandIcon;
29
+ export { PaperHandIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const Top10HoldersIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Top10HoldersIcon;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const Top10HoldersIcon_Top10HoldersIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 24 24",
13
+ fill: "none",
14
+ ...props,
15
+ children: /*#__PURE__*/ jsx(Path, {
16
+ d: "M11.5188 2.58008C11.8209 2.47326 12.1512 2.47326 12.4534 2.58008C12.6081 2.65572 12.7431 2.76664 12.8479 2.90332H12.884L16.0803 7.6084H16.1526L19.4211 5.09473H19.4934C19.6776 4.98755 19.894 4.9496 20.1038 4.9873C20.3041 4.98825 20.4971 5.06462 20.6428 5.20215C20.8269 5.30423 20.9672 5.47053 21.0374 5.66895C21.1132 5.85028 21.1386 6.04973 21.1096 6.24414L20.1428 17.376C20.2617 17.4582 20.3734 17.5523 20.4758 17.6572C20.6872 17.8614 20.8548 18.1079 20.9661 18.3799C21.0773 18.6518 21.131 18.9446 21.1233 19.2383C21.1288 19.5315 21.0741 19.8233 20.9631 20.0947C20.852 20.3664 20.6855 20.613 20.4758 20.8184C20.0595 21.2449 19.4917 21.4906 18.8958 21.501H5.13892C4.8429 21.5019 4.54936 21.4416 4.27759 21.3242C4.0059 21.2068 3.7611 21.0344 3.55884 20.8184C3.3444 20.6147 3.17318 20.3691 3.05591 20.0977C2.93881 19.8263 2.87745 19.5338 2.87622 19.2383C2.87527 18.9423 2.9357 18.6487 3.05298 18.377C3.17036 18.1051 3.34269 17.8596 3.55884 17.6572C3.67043 17.538 3.7961 17.4334 3.93091 17.3428L2.93481 6.24414C2.88865 6.05031 2.91373 5.84549 3.0061 5.66895C3.06116 5.47303 3.19026 5.30566 3.36548 5.20215C3.52577 5.06505 3.72976 4.98942 3.94067 4.9873C4.13888 4.95201 4.34294 4.99003 4.51489 5.09473H4.58716L7.85571 7.6084H7.927L11.1604 2.90332V2.86719C11.2633 2.75258 11.3844 2.65528 11.5188 2.58008ZM5.13892 18.0527C4.82469 18.0528 4.52322 18.1782 4.30103 18.4004C4.07904 18.6226 3.95435 18.9241 3.95435 19.2383C3.9545 19.5524 4.07892 19.854 4.30103 20.0762C4.52321 20.2983 4.82477 20.4237 5.13892 20.4238H18.8958C19.2067 20.4138 19.5024 20.2848 19.7219 20.0645C19.9288 19.8393 20.044 19.544 20.0442 19.2383C20.0442 18.9324 19.9288 18.6374 19.7219 18.4121C19.5024 18.1915 19.2068 18.0628 18.8958 18.0527H5.13892ZM8.82544 8.25586C8.72702 8.37228 8.61865 8.48071 8.5022 8.5791L8.07056 8.72266C7.91448 8.74746 7.75419 8.73499 7.60376 8.68652C7.4555 8.65093 7.31941 8.57609 7.20923 8.4707L4.01196 6.06445H3.97681L4.95239 16.9844C5.01435 16.9792 5.07652 16.9754 5.13892 16.9756H18.8958C18.9599 16.9767 19.0238 16.9808 19.0872 16.9873L20.0676 6.10059L16.8352 8.5791C16.7474 8.645 16.6492 8.69557 16.5452 8.72949L16.3342 8.78613C16.2275 8.80833 16.1173 8.81142 16.009 8.79395L15.5784 8.65039C15.4456 8.57117 15.3344 8.45984 15.2551 8.32715L12.0217 3.62207L8.82544 8.25586ZM14.137 9.56152C14.6284 9.56157 15.0517 9.67993 15.4055 9.91699C15.7613 10.1542 16.0355 10.4989 16.2268 10.9502C16.418 11.3996 16.5128 11.9454 16.511 12.5859C16.511 13.2304 16.415 13.7821 16.2239 14.2393C16.0345 14.6964 15.7622 15.046 15.4084 15.2871C15.0546 15.5281 14.6304 15.6484 14.137 15.6484C13.6434 15.6465 13.2184 15.5252 12.8625 15.2842C12.5087 15.0431 12.2364 14.6935 12.0452 14.2363C11.8559 13.7791 11.762 13.2286 11.7639 12.5859C11.764 11.9454 11.8588 11.3986 12.0481 10.9473C12.2394 10.4962 12.5118 10.1522 12.8655 9.91699C13.2212 9.67996 13.6455 9.56156 14.137 9.56152ZM10.4358 15.5195H9.1936V10.8213H9.15845L7.81274 11.665V10.5635L9.26782 9.6416H10.4358V15.5195ZM14.137 10.5801C13.8024 10.5802 13.5341 10.7486 13.3333 11.083C13.1327 11.4177 13.0315 11.919 13.0295 12.5859C13.0295 13.0372 13.0745 13.4146 13.1643 13.7168C13.2561 14.0171 13.3856 14.2434 13.552 14.3945C13.7183 14.5436 13.9133 14.6181 14.137 14.6182C14.4735 14.6181 14.7428 14.4488 14.9436 14.1104C15.1443 13.7717 15.2443 13.2629 15.2424 12.5859C15.2424 12.1405 15.1965 11.769 15.1047 11.4727C15.0148 11.1763 14.8864 10.9529 14.72 10.8037C14.5555 10.6546 14.3606 10.5801 14.137 10.5801Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ Top10HoldersIcon_Top10HoldersIcon.displayName = 'Top10HoldersIcon|top-10-holders';
22
+ const Top10HoldersIcon = Top10HoldersIcon_Top10HoldersIcon;
23
+ export { Top10HoldersIcon as default };