@particle-network/icons 0.7.0-beta.0 → 0.7.0-beta.10

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 (177) hide show
  1. package/dist/native/BlockHandleIcon.d.ts +7 -0
  2. package/dist/native/BlockHandleIcon.js +24 -0
  3. package/dist/native/ChartPie1Icon.d.ts +7 -0
  4. package/dist/native/ChartPie1Icon.js +26 -0
  5. package/dist/native/ColorChartLineIcon.d.ts +7 -0
  6. package/dist/native/ColorChartLineIcon.js +41 -0
  7. package/dist/native/ColorDiamondIcon.d.ts +6 -0
  8. package/dist/native/ColorDiamondIcon.js +203 -0
  9. package/dist/native/{CopyPlusIcon.d.ts → CompassIcon.d.ts} +2 -2
  10. package/dist/native/CompassIcon.js +24 -0
  11. package/dist/native/CopyTradeIcon.d.ts +7 -0
  12. package/dist/native/CopyTradeIcon.js +30 -0
  13. package/dist/native/DevBuyIcon.d.ts +6 -0
  14. package/dist/native/DevBuyIcon.js +38 -0
  15. package/dist/native/DevSellIcon.d.ts +6 -0
  16. package/dist/native/DevSellIcon.js +42 -0
  17. package/dist/native/FishIcon.d.ts +7 -0
  18. package/dist/native/FishIcon.js +27 -0
  19. package/dist/native/FloatingIcon.d.ts +7 -0
  20. package/dist/native/FloatingIcon.js +26 -0
  21. package/dist/native/HeaddressIcon.d.ts +7 -0
  22. package/dist/native/HeaddressIcon.js +27 -0
  23. package/dist/native/LayoutMultiLineIcon.d.ts +7 -0
  24. package/dist/native/LayoutMultiLineIcon.js +24 -0
  25. package/dist/native/LayoutSingleLineIcon.d.ts +7 -0
  26. package/dist/native/LayoutSingleLineIcon.js +24 -0
  27. package/dist/native/LimitOrderIcon.d.ts +6 -0
  28. package/dist/native/LimitOrderIcon.js +29 -0
  29. package/dist/native/MarketOrderIcon.d.ts +6 -0
  30. package/dist/native/MarketOrderIcon.js +29 -0
  31. package/dist/native/MegaphoneIcon.d.ts +7 -0
  32. package/dist/native/MegaphoneIcon.js +27 -0
  33. package/dist/native/MigratedTradeIcon.d.ts +6 -0
  34. package/dist/native/MigratedTradeIcon.js +43 -0
  35. package/dist/native/NavCopyTradeIcon.d.ts +7 -0
  36. package/dist/native/NavCopyTradeIcon.js +30 -0
  37. package/dist/native/NavTrackerIcon.d.ts +7 -0
  38. package/dist/native/NavTrackerIcon.js +26 -0
  39. package/dist/native/NavWalletIcon.js +2 -2
  40. package/dist/native/OffchainIcon.d.ts +7 -0
  41. package/dist/native/OffchainIcon.js +24 -0
  42. package/dist/native/PercentBagIcon.d.ts +7 -0
  43. package/dist/native/PercentBagIcon.js +26 -0
  44. package/dist/native/RefreshCcwDollarIcon.d.ts +7 -0
  45. package/dist/native/RefreshCcwDollarIcon.js +26 -0
  46. package/dist/native/SnakeIcon.d.ts +7 -0
  47. package/dist/native/SnakeIcon.js +24 -0
  48. package/dist/native/Sprout1Icon.d.ts +7 -0
  49. package/dist/native/Sprout1Icon.js +27 -0
  50. package/dist/native/TradingRewardsIcon.d.ts +7 -0
  51. package/dist/native/TradingRewardsIcon.js +24 -0
  52. package/dist/native/TrailingStopIcon.d.ts +6 -0
  53. package/dist/native/TrailingStopIcon.js +34 -0
  54. package/dist/native/TriggerIcon.d.ts +6 -0
  55. package/dist/native/TriggerIcon.js +53 -0
  56. package/dist/native/TwapIcon.d.ts +6 -0
  57. package/dist/native/TwapIcon.js +34 -0
  58. package/dist/native/UserCheckIcon.d.ts +7 -0
  59. package/dist/native/UserCheckIcon.js +32 -0
  60. package/dist/native/UserSwitchIcon.d.ts +7 -0
  61. package/dist/native/UserSwitchIcon.js +26 -0
  62. package/dist/native/index.d.ts +30 -1
  63. package/dist/native/index.js +31 -2
  64. package/dist/native/pro-types.d.ts +4 -0
  65. package/dist/native/pro-types.js +0 -0
  66. package/dist/native-pro/ColorDiamondIcon.d.ts +6 -0
  67. package/dist/native-pro/ColorDiamondIcon.js +203 -0
  68. package/dist/native-pro/DevBuyIcon.d.ts +6 -0
  69. package/dist/native-pro/DevBuyIcon.js +38 -0
  70. package/dist/native-pro/DevSellIcon.d.ts +6 -0
  71. package/dist/native-pro/DevSellIcon.js +42 -0
  72. package/dist/native-pro/LimitOrderIcon.d.ts +6 -0
  73. package/dist/native-pro/LimitOrderIcon.js +29 -0
  74. package/dist/native-pro/MarketOrderIcon.d.ts +6 -0
  75. package/dist/native-pro/MarketOrderIcon.js +29 -0
  76. package/dist/native-pro/MigratedTradeIcon.d.ts +6 -0
  77. package/dist/native-pro/MigratedTradeIcon.js +43 -0
  78. package/dist/native-pro/TrailingStopIcon.d.ts +6 -0
  79. package/dist/native-pro/TrailingStopIcon.js +34 -0
  80. package/dist/native-pro/TriggerIcon.d.ts +6 -0
  81. package/dist/native-pro/TriggerIcon.js +53 -0
  82. package/dist/native-pro/TwapIcon.d.ts +6 -0
  83. package/dist/native-pro/TwapIcon.js +34 -0
  84. package/dist/native-pro/index.d.ts +9 -0
  85. package/dist/native-pro/index.js +10 -0
  86. package/dist/native-pro/pro-types.d.ts +4 -0
  87. package/dist/native-pro/pro-types.js +0 -0
  88. package/dist/web/BlockHandleIcon.d.ts +7 -0
  89. package/dist/web/BlockHandleIcon.js +21 -0
  90. package/dist/web/ChartPie1Icon.d.ts +7 -0
  91. package/dist/web/ChartPie1Icon.js +23 -0
  92. package/dist/web/ColorChartLineIcon.d.ts +7 -0
  93. package/dist/web/ColorChartLineIcon.js +39 -0
  94. package/dist/web/ColorDiamondIcon.d.ts +6 -0
  95. package/dist/web/ColorDiamondIcon.js +216 -0
  96. package/dist/web/{CopyPlusIcon.d.ts → CompassIcon.d.ts} +2 -2
  97. package/dist/web/CompassIcon.js +21 -0
  98. package/dist/web/CopyTradeIcon.d.ts +7 -0
  99. package/dist/web/CopyTradeIcon.js +27 -0
  100. package/dist/web/DevBuyIcon.d.ts +6 -0
  101. package/dist/web/DevBuyIcon.js +35 -0
  102. package/dist/web/DevSellIcon.d.ts +6 -0
  103. package/dist/web/DevSellIcon.js +40 -0
  104. package/dist/web/FishIcon.d.ts +7 -0
  105. package/dist/web/FishIcon.js +23 -0
  106. package/dist/web/FloatingIcon.d.ts +7 -0
  107. package/dist/web/FloatingIcon.js +23 -0
  108. package/dist/web/HeaddressIcon.d.ts +7 -0
  109. package/dist/web/HeaddressIcon.js +23 -0
  110. package/dist/web/LayoutMultiLineIcon.d.ts +7 -0
  111. package/dist/web/LayoutMultiLineIcon.js +21 -0
  112. package/dist/web/LayoutSingleLineIcon.d.ts +7 -0
  113. package/dist/web/LayoutSingleLineIcon.js +21 -0
  114. package/dist/web/LimitOrderIcon.d.ts +6 -0
  115. package/dist/web/LimitOrderIcon.js +24 -0
  116. package/dist/web/MarketOrderIcon.d.ts +6 -0
  117. package/dist/web/MarketOrderIcon.js +24 -0
  118. package/dist/web/MegaphoneIcon.d.ts +7 -0
  119. package/dist/web/MegaphoneIcon.js +23 -0
  120. package/dist/web/MigratedTradeIcon.d.ts +6 -0
  121. package/dist/web/MigratedTradeIcon.js +39 -0
  122. package/dist/web/NavCopyTradeIcon.d.ts +7 -0
  123. package/dist/web/NavCopyTradeIcon.js +27 -0
  124. package/dist/web/NavTrackerIcon.d.ts +7 -0
  125. package/dist/web/NavTrackerIcon.js +23 -0
  126. package/dist/web/NavWalletIcon.js +2 -2
  127. package/dist/web/OffchainIcon.d.ts +7 -0
  128. package/dist/web/OffchainIcon.js +21 -0
  129. package/dist/web/PercentBagIcon.d.ts +7 -0
  130. package/dist/web/PercentBagIcon.js +23 -0
  131. package/dist/web/RefreshCcwDollarIcon.d.ts +7 -0
  132. package/dist/web/RefreshCcwDollarIcon.js +23 -0
  133. package/dist/web/SnakeIcon.d.ts +7 -0
  134. package/dist/web/SnakeIcon.js +21 -0
  135. package/dist/web/Sprout1Icon.d.ts +7 -0
  136. package/dist/web/Sprout1Icon.js +24 -0
  137. package/dist/web/TradingRewardsIcon.d.ts +7 -0
  138. package/dist/web/TradingRewardsIcon.js +21 -0
  139. package/dist/web/TrailingStopIcon.d.ts +6 -0
  140. package/dist/web/TrailingStopIcon.js +29 -0
  141. package/dist/web/TriggerIcon.d.ts +6 -0
  142. package/dist/web/TriggerIcon.js +51 -0
  143. package/dist/web/TwapIcon.d.ts +6 -0
  144. package/dist/web/TwapIcon.js +29 -0
  145. package/dist/web/UserCheckIcon.d.ts +7 -0
  146. package/dist/web/UserCheckIcon.js +29 -0
  147. package/dist/web/UserSwitchIcon.d.ts +7 -0
  148. package/dist/web/UserSwitchIcon.js +23 -0
  149. package/dist/web/index.d.ts +30 -1
  150. package/dist/web/index.js +31 -2
  151. package/dist/web/pro-types.d.ts +4 -0
  152. package/dist/web/pro-types.js +0 -0
  153. package/dist/web-pro/ColorDiamondIcon.d.ts +6 -0
  154. package/dist/web-pro/ColorDiamondIcon.js +216 -0
  155. package/dist/web-pro/DevBuyIcon.d.ts +6 -0
  156. package/dist/web-pro/DevBuyIcon.js +35 -0
  157. package/dist/web-pro/DevSellIcon.d.ts +6 -0
  158. package/dist/web-pro/DevSellIcon.js +40 -0
  159. package/dist/web-pro/LimitOrderIcon.d.ts +6 -0
  160. package/dist/web-pro/LimitOrderIcon.js +24 -0
  161. package/dist/web-pro/MarketOrderIcon.d.ts +6 -0
  162. package/dist/web-pro/MarketOrderIcon.js +24 -0
  163. package/dist/web-pro/MigratedTradeIcon.d.ts +6 -0
  164. package/dist/web-pro/MigratedTradeIcon.js +39 -0
  165. package/dist/web-pro/TrailingStopIcon.d.ts +6 -0
  166. package/dist/web-pro/TrailingStopIcon.js +29 -0
  167. package/dist/web-pro/TriggerIcon.d.ts +6 -0
  168. package/dist/web-pro/TriggerIcon.js +51 -0
  169. package/dist/web-pro/TwapIcon.d.ts +6 -0
  170. package/dist/web-pro/TwapIcon.js +29 -0
  171. package/dist/web-pro/index.d.ts +9 -0
  172. package/dist/web-pro/index.js +10 -0
  173. package/dist/web-pro/pro-types.d.ts +4 -0
  174. package/dist/web-pro/pro-types.js +0 -0
  175. package/package.json +11 -3
  176. package/dist/native/CopyPlusIcon.js +0 -30
  177. package/dist/web/CopyPlusIcon.js +0 -27
@@ -0,0 +1,21 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const CompassIcon_CompassIcon = ({ size = 16, width = size, height = size, className, color = 'currentColor', ...props })=>{
5
+ const clsx = useWebColor(color, className);
6
+ return /*#__PURE__*/ jsx("svg", {
7
+ width: width,
8
+ height: height,
9
+ className: clsx,
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ ...props,
13
+ children: /*#__PURE__*/ jsx("path", {
14
+ d: "M12.0001 2C13.3133 2 14.614 2.2582 15.8273 2.76074C17.0405 3.26329 18.1429 4.00015 19.0714 4.92871C20 5.85727 20.7368 6.95964 21.2394 8.17285C21.7419 9.38611 22.0001 10.6868 22.0001 12C22.0001 13.9778 21.4134 15.9112 20.3146 17.5557C19.2158 19.2001 17.6545 20.4824 15.8273 21.2393C14 21.9961 11.9888 22.1935 10.049 21.8076C8.10926 21.4217 6.32728 20.4697 4.92883 19.0713C3.53038 17.6728 2.5784 15.8909 2.1925 13.9512C1.80665 12.0114 2.00399 10.0001 2.76086 8.17285C3.51773 6.34567 4.80004 4.78434 6.44446 3.68555C8.08895 2.58673 10.0223 2 12.0001 2ZM12.0001 3.5C9.74578 3.5 7.58344 4.3952 5.98938 5.98926C4.39532 7.58332 3.50012 9.74566 3.50012 12C3.50012 13.6811 3.99875 15.3248 4.93274 16.7227C5.86667 18.1203 7.19423 19.2092 8.74719 19.8525C10.3003 20.4959 12.0095 20.6649 13.6583 20.3369C15.3072 20.0089 16.8221 19.1995 18.0109 18.0107C19.1996 16.822 20.0091 15.307 20.337 13.6582C20.665 12.0094 20.496 10.3002 19.8527 8.74707C19.2093 7.19411 18.1204 5.86655 16.7228 4.93262C15.325 3.99863 13.6813 3.5 12.0001 3.5ZM16.34 7.18457C16.4176 7.18209 16.495 7.19794 16.5656 7.23047C16.636 7.26296 16.6977 7.31154 16.7462 7.37207C16.7947 7.43273 16.8286 7.50412 16.8448 7.58008C16.8611 7.65594 16.8594 7.73446 16.84 7.80957L15.34 13.835C15.252 14.1865 15.0698 14.5074 14.8136 14.7637C14.5573 15.0199 14.2364 15.2021 13.8849 15.29L7.86047 16.79H7.73547C7.65788 16.7925 7.58039 16.7766 7.50989 16.7441C7.43935 16.7116 7.37677 16.6632 7.32825 16.6025C7.27978 16.5419 7.24683 16.4704 7.23059 16.3945C7.21436 16.3186 7.21604 16.2402 7.23547 16.165L8.73547 10.1396C8.82341 9.78822 9.00473 9.46712 9.26086 9.21094C9.51704 8.95476 9.83813 8.77254 10.1896 8.68457L16.1896 7.18457H16.34ZM10.5304 10.165C10.4421 10.1869 10.3613 10.2326 10.297 10.2969C10.2327 10.3612 10.187 10.442 10.1652 10.5303L9.05969 14.9395L13.4698 13.835C13.5581 13.8131 13.6389 13.7674 13.7032 13.7031C13.7676 13.6388 13.8132 13.558 13.8351 13.4697L14.9396 9.05957L10.5304 10.165ZM12.0001 11.251C12.1989 11.251 12.3898 11.3292 12.5304 11.4697C12.6709 11.6103 12.75 11.8013 12.7501 12C12.7501 12.1483 12.7056 12.2937 12.6232 12.417C12.5408 12.5402 12.4242 12.6366 12.2872 12.6934C12.1502 12.7501 11.9991 12.7653 11.8536 12.7363C11.7083 12.7074 11.5747 12.636 11.4698 12.5312C11.365 12.4264 11.2937 12.292 11.2648 12.1465C11.2359 12.0012 11.2502 11.8507 11.3068 11.7139C11.3635 11.5769 11.4599 11.4594 11.5831 11.377C11.7065 11.2945 11.8518 11.251 12.0001 11.251Z",
15
+ fill: "currentColor"
16
+ })
17
+ });
18
+ };
19
+ CompassIcon_CompassIcon.displayName = 'CompassIcon|compass';
20
+ const CompassIcon = CompassIcon_CompassIcon;
21
+ export { CompassIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const CopyTradeIcon: {
4
+ <T extends string = IconColor>({ size, width, height, className, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default CopyTradeIcon;
@@ -0,0 +1,27 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const CopyTradeIcon = ({ size = 16, width = size, height = size, className, color = 'currentColor', ...props })=>{
5
+ const clsx = useWebColor(color, className);
6
+ return /*#__PURE__*/ jsxs("svg", {
7
+ width: width,
8
+ height: height,
9
+ className: clsx,
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ ...props,
13
+ children: [
14
+ /*#__PURE__*/ jsx("path", {
15
+ d: "M19.9395 2C20.4842 2 21.008 2.21467 21.3945 2.59863C21.781 2.98271 21.999 3.50476 21.999 4.0498V15.9395C21.9986 16.4841 21.7808 17.0059 21.3945 17.3896C21.0565 17.7253 20.6136 17.932 20.1436 17.9785L19.9404 17.9883H18.0889V19.8418C18.0884 20.3864 17.8707 20.9083 17.4844 21.292C17.1463 21.6277 16.7034 21.8344 16.2334 21.8809L16.0303 21.8906H4.06055C3.51614 21.8905 2.99286 21.6757 2.60645 21.292C2.2199 20.908 2.00213 20.3858 2.00195 19.8408V7.95215C2.00195 7.40732 2.21924 6.88502 2.60547 6.50098C2.9917 6.11706 3.51511 5.90273 4.05957 5.90234H5.91211V4.04883C5.91237 3.5041 6.13031 2.98248 6.5166 2.59863C6.90302 2.21494 7.42628 2.00012 7.9707 2H19.9395ZM3.92188 7.27148C3.78602 7.29855 3.66011 7.3649 3.56152 7.46289C3.43043 7.59335 3.35742 7.76979 3.35742 7.95215V19.8408C3.3576 20.0232 3.43127 20.1997 3.5625 20.3301C3.69388 20.4603 3.87301 20.5341 4.06055 20.5342H16.0303C16.2178 20.534 16.397 20.4603 16.5283 20.3301C16.6595 20.1997 16.7332 20.0231 16.7334 19.8408V7.95117L16.7197 7.81641C16.693 7.68403 16.6266 7.5606 16.5283 7.46289C16.3969 7.33249 16.218 7.25795 16.0303 7.25781H4.06055L3.92188 7.27148ZM10.6748 10.6084C10.9708 10.648 11.2408 10.7236 11.4834 10.835C11.8621 11.0078 12.1568 11.2488 12.3672 11.5566C12.5776 11.8646 12.6867 12.2216 12.6934 12.627H11.3135C11.2869 12.3591 11.173 12.1504 10.9717 12.002C10.7702 11.8536 10.4958 11.7794 10.1504 11.7793C9.91591 11.7793 9.71727 11.8127 9.55566 11.8789C9.39401 11.9431 9.26903 12.0333 9.18262 12.1484C9.09851 12.2636 9.05664 12.3949 9.05664 12.541C9.05229 12.6626 9.07763 12.7687 9.13281 12.8594C9.19041 12.9501 9.2695 13.0293 9.36914 13.0957C9.46877 13.1599 9.58427 13.2169 9.71484 13.2656C9.84541 13.3121 9.98555 13.3516 10.1338 13.3848L10.7451 13.5312C11.0417 13.5977 11.3145 13.6862 11.5625 13.7969C11.8105 13.9076 12.0264 14.0444 12.208 14.2061C12.3894 14.3677 12.5303 14.5583 12.6299 14.7773C12.7318 14.9967 12.7839 15.2487 12.7861 15.5322C12.7839 15.9486 12.6771 16.3096 12.4668 16.6152C12.2586 16.9187 11.9567 17.1548 11.5625 17.3232C11.2853 17.4407 10.9674 17.5164 10.6094 17.5508V18.5986H9.6748V17.5498C9.31757 17.5148 8.995 17.4388 8.70801 17.3203C8.30259 17.1519 7.98507 16.9023 7.75684 16.5723C7.53092 16.2399 7.41245 15.8285 7.40137 15.3389H8.79395C8.80946 15.5671 8.87501 15.7582 8.99023 15.9111C9.10764 16.0616 9.26415 16.1754 9.45898 16.2529C9.65609 16.3282 9.87895 16.3662 10.127 16.3662C10.3705 16.3662 10.5823 16.3306 10.7617 16.2598C10.9432 16.1889 11.084 16.0901 11.1836 15.9639C11.2832 15.8376 11.334 15.6922 11.334 15.5283C11.3339 15.3758 11.2878 15.2475 11.1973 15.1436C11.1087 15.0395 10.9773 14.95 10.8047 14.877C10.6342 14.8039 10.4245 14.7375 10.1768 14.6777L9.43555 14.4922C8.86179 14.3526 8.40853 14.1337 8.07617 13.8369C7.74378 13.54 7.57884 13.1397 7.58105 12.6367C7.57889 12.2247 7.68861 11.8646 7.91016 11.5566C8.13394 11.2488 8.44122 11.0077 8.83105 10.835C9.08888 10.7208 9.37052 10.6451 9.6748 10.6064V9.58691H10.6748V10.6084ZM7.9707 3.35547C7.78301 3.35559 7.60407 3.43015 7.47266 3.56055C7.34143 3.69098 7.26764 3.86737 7.26758 4.0498V5.90234H16.0303L16.2334 5.91211C16.7034 5.95861 17.1463 6.16532 17.4844 6.50098C17.8704 6.88459 18.0884 7.40582 18.0889 7.9502V16.6318H19.9404C20.128 16.6317 20.3071 16.5579 20.4385 16.4277C20.5697 16.2974 20.6434 16.1208 20.6436 15.9385V4.0498C20.6436 3.86733 20.5697 3.69103 20.4385 3.56055C20.307 3.43002 20.1273 3.35547 19.9395 3.35547H7.9707Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ jsx("path", {
19
+ d: "M21.3945 2.59863L21.465 2.5277L21.465 2.52768L21.3945 2.59863ZM21.999 15.9395L22.099 15.9395V15.9395H21.999ZM21.3945 17.3896L21.465 17.4606L21.465 17.4606L21.3945 17.3896ZM20.1436 17.9785L20.1484 18.0785L20.1534 18.078L20.1436 17.9785ZM19.9404 17.9883V18.0884L19.9452 18.0882L19.9404 17.9883ZM18.0889 17.9883V17.8883C18.0336 17.8883 17.9889 17.9331 17.9889 17.9883H18.0889ZM18.0889 19.8418L18.1889 19.8419V19.8418H18.0889ZM17.4844 21.292L17.5548 21.363L17.5548 21.3629L17.4844 21.292ZM16.2334 21.8809L16.2382 21.9809L16.2432 21.9804L16.2334 21.8809ZM16.0303 21.8906V21.9907L16.0351 21.9905L16.0303 21.8906ZM4.06055 21.8906L4.06053 21.9906H4.06055V21.8906ZM2.60645 21.292L2.53597 21.3629L2.53599 21.363L2.60645 21.292ZM2.00195 19.8408H1.90195L1.90195 19.8409L2.00195 19.8408ZM2.00195 7.95215H2.10195V7.95215H2.00195ZM2.60547 6.50098L2.53497 6.43005L2.53496 6.43007L2.60547 6.50098ZM4.05957 5.90234V5.80234L4.0595 5.80234L4.05957 5.90234ZM5.91211 5.90234V6.00234C5.96734 6.00234 6.01211 5.95757 6.01211 5.90234H5.91211ZM5.91211 4.04883L5.81211 4.04878V4.04883H5.91211ZM6.5166 2.59863L6.44614 2.52767L6.44612 2.5277L6.5166 2.59863ZM7.9707 2V1.9H7.97068L7.9707 2ZM3.92188 7.27148L3.91202 7.17148L3.90234 7.17341L3.92188 7.27148ZM3.56152 7.46289L3.49103 7.39197L3.49098 7.39201L3.56152 7.46289ZM3.35742 19.8408H3.25742L3.25742 19.8409L3.35742 19.8408ZM3.5625 20.3301L3.49203 20.401L3.49211 20.4011L3.5625 20.3301ZM4.06055 20.5342L4.06048 20.6342H4.06055V20.5342ZM16.0303 20.5342V20.6342H16.0303L16.0303 20.5342ZM16.5283 20.3301L16.5987 20.4011L16.5988 20.401L16.5283 20.3301ZM16.7334 19.8408L16.8334 19.8409V19.8408H16.7334ZM16.7334 7.95117H16.8339L16.8329 7.94108L16.7334 7.95117ZM16.7197 7.81641L16.8197 7.80626L16.8177 7.7966L16.7197 7.81641ZM16.5283 7.46289L16.5988 7.39196L16.5988 7.39191L16.5283 7.46289ZM16.0303 7.25781L16.0303 7.15781H16.0303V7.25781ZM4.06055 7.25781V7.15733L4.05074 7.1583L4.06055 7.25781ZM10.6748 10.6084H10.5748C10.5748 10.6585 10.6119 10.7009 10.6615 10.7075L10.6748 10.6084ZM11.4834 10.835L11.4417 10.9259L11.4419 10.9259L11.4834 10.835ZM12.3672 11.5566L12.4498 11.5002L12.4497 11.5002L12.3672 11.5566ZM12.6934 12.627V12.727C12.7202 12.727 12.7458 12.7162 12.7646 12.6971C12.7834 12.678 12.7938 12.6521 12.7933 12.6253L12.6934 12.627ZM11.3135 12.627L11.214 12.6368C11.219 12.688 11.2621 12.727 11.3135 12.727V12.627ZM10.9717 12.002L11.031 11.9215L11.031 11.9214L10.9717 12.002ZM10.1504 11.7793L10.1504 11.6793H10.1504V11.7793ZM9.55566 11.8789L9.59259 11.9718L9.59359 11.9714L9.55566 11.8789ZM9.18262 12.1484L9.10264 12.0884L9.10186 12.0895L9.18262 12.1484ZM9.05664 12.541L9.15664 12.5446V12.541H9.05664ZM9.13281 12.8594L9.04737 12.9114L9.04838 12.913L9.13281 12.8594ZM9.36914 13.0957L9.31366 13.1789L9.315 13.1798L9.36914 13.0957ZM9.71484 13.2656L9.6799 13.3593L9.68133 13.3598L9.71484 13.2656ZM10.1338 13.3848L10.1571 13.2875L10.1556 13.2872L10.1338 13.3848ZM10.7451 13.5312L10.7218 13.6285L10.7233 13.6288L10.7451 13.5312ZM11.5625 13.7969L11.6033 13.7056L11.6033 13.7056L11.5625 13.7969ZM12.208 14.2061L12.2745 14.1314L12.2745 14.1314L12.208 14.2061ZM12.6299 14.7773L12.5388 14.8187L12.5392 14.8195L12.6299 14.7773ZM12.7861 15.5322L12.8861 15.5328L12.8861 15.5314L12.7861 15.5322ZM12.4668 16.6152L12.3844 16.5586L12.3843 16.5587L12.4668 16.6152ZM11.5625 17.3232L11.6015 17.4153L11.6018 17.4152L11.5625 17.3232ZM10.6094 17.5508L10.5998 17.4512C10.5485 17.4562 10.5094 17.4993 10.5094 17.5508H10.6094ZM10.6094 18.5986V18.6986C10.6646 18.6986 10.7094 18.6539 10.7094 18.5986H10.6094ZM9.6748 18.5986H9.5748C9.5748 18.6539 9.61958 18.6986 9.6748 18.6986V18.5986ZM9.6748 17.5498H9.7748C9.7748 17.4984 9.73577 17.4553 9.68457 17.4503L9.6748 17.5498ZM8.70801 17.3203L8.66965 17.4127L8.66986 17.4127L8.70801 17.3203ZM7.75684 16.5723L7.67413 16.6285L7.67458 16.6291L7.75684 16.5723ZM7.40137 15.3389V15.2389C7.37445 15.2389 7.34868 15.2497 7.32986 15.269C7.31105 15.2882 7.30078 15.3142 7.30139 15.3411L7.40137 15.3389ZM8.79395 15.3389L8.89371 15.3321C8.89015 15.2796 8.84654 15.2389 8.79395 15.2389V15.3389ZM8.99023 15.9111L8.91036 15.9713L8.91139 15.9726L8.99023 15.9111ZM9.45898 16.2529L9.42202 16.3459L9.42333 16.3464L9.45898 16.2529ZM10.127 16.3662V16.4662H10.127L10.127 16.3662ZM10.7617 16.2598L10.7253 16.1666L10.725 16.1668L10.7617 16.2598ZM11.1836 15.9639L11.2621 16.0258L11.2621 16.0258L11.1836 15.9639ZM11.334 15.5283H11.434V15.5283L11.334 15.5283ZM11.1973 15.1436L11.1211 15.2084L11.1218 15.2092L11.1973 15.1436ZM10.8047 14.877L10.7653 14.9689L10.7657 14.969L10.8047 14.877ZM10.1768 14.6777L10.1525 14.7747L10.1533 14.7749L10.1768 14.6777ZM9.43555 14.4922L9.45983 14.3952L9.45918 14.395L9.43555 14.4922ZM8.07617 13.8369L8.00955 13.9115L8.00956 13.9115L8.07617 13.8369ZM7.58105 12.6367L7.68106 12.6372L7.68105 12.6362L7.58105 12.6367ZM7.91016 11.5566L7.82927 11.4978L7.82898 11.4982L7.91016 11.5566ZM8.83105 10.835L8.79057 10.7435L8.79054 10.7435L8.83105 10.835ZM9.6748 10.6064L9.6874 10.7056C9.73736 10.6993 9.7748 10.6568 9.7748 10.6064H9.6748ZM9.6748 9.58691V9.48691C9.61958 9.48691 9.5748 9.53169 9.5748 9.58691H9.6748ZM10.6748 9.58691H10.7748C10.7748 9.53169 10.73 9.48691 10.6748 9.48691V9.58691ZM7.9707 3.35547V3.25547H7.97064L7.9707 3.35547ZM7.47266 3.56055L7.40222 3.48956L7.40216 3.48962L7.47266 3.56055ZM7.26758 4.0498L7.16758 4.04977V4.0498H7.26758ZM7.26758 5.90234H7.16758C7.16758 5.95757 7.21235 6.00234 7.26758 6.00234V5.90234ZM16.0303 5.90234L16.0351 5.80234H16.0303V5.90234ZM16.2334 5.91211L16.2433 5.81247L16.2382 5.81222L16.2334 5.91211ZM17.4844 6.50098L17.5549 6.43004L17.5548 6.43002L17.4844 6.50098ZM18.0889 7.9502H18.1889V7.9501L18.0889 7.9502ZM18.0889 16.6318H17.9889C17.9889 16.6871 18.0336 16.7318 18.0889 16.7318V16.6318ZM19.9404 16.6318V16.7318H19.9405L19.9404 16.6318ZM20.4385 16.4277L20.5089 16.4988L20.5089 16.4987L20.4385 16.4277ZM20.6436 15.9385L20.7436 15.9386V15.9385H20.6436ZM20.4385 3.56055L20.509 3.48963L20.5089 3.48957L20.4385 3.56055ZM19.9395 2V2.1C20.4579 2.1 20.9564 2.30434 21.3241 2.66958L21.3945 2.59863L21.465 2.52768C21.0596 2.12501 20.5104 1.9 19.9395 1.9V2ZM21.3945 2.59863L21.324 2.66957C21.6917 3.03494 21.899 3.53148 21.899 4.0498H21.999H22.099C22.099 3.47803 21.8703 2.93049 21.465 2.5277L21.3945 2.59863ZM21.999 4.0498H21.899V15.9395H21.999H22.099V4.0498H21.999ZM21.999 15.9395L21.899 15.9394C21.8986 16.4573 21.6915 16.9537 21.3241 17.3187L21.3945 17.3896L21.465 17.4606C21.8702 17.0581 22.0986 16.5108 22.099 15.9395L21.999 15.9395ZM21.3945 17.3896L21.3241 17.3187C21.0025 17.638 20.581 17.8348 20.1337 17.879L20.1436 17.9785L20.1534 18.078C20.6462 18.0293 21.1105 17.8126 21.465 17.4606L21.3945 17.3896ZM20.1436 17.9785L20.1388 17.8786L19.9356 17.8884L19.9404 17.9883L19.9452 18.0882L20.1484 18.0784L20.1436 17.9785ZM19.9404 17.9883V17.8883H18.0889V17.9883V18.0883H19.9404V17.9883ZM18.0889 17.9883H17.9889V19.8418H18.0889H18.1889V17.9883H18.0889ZM18.0889 19.8418L17.9889 19.8417C17.9885 20.3597 17.7814 20.856 17.4139 21.221L17.4844 21.292L17.5548 21.3629C17.96 20.9605 18.1884 20.4131 18.1889 19.8419L18.0889 19.8418ZM17.4844 21.292L17.4139 21.221C17.0923 21.5404 16.6709 21.7371 16.2236 21.7813L16.2334 21.8809L16.2432 21.9804C16.736 21.9316 17.2004 21.7149 17.5548 21.363L17.4844 21.292ZM16.2334 21.8809L16.2286 21.781L16.0255 21.7907L16.0303 21.8906L16.0351 21.9905L16.2382 21.9807L16.2334 21.8809ZM16.0303 21.8906V21.7906H4.06055V21.8906V21.9906H16.0303V21.8906ZM4.06055 21.8906L4.06057 21.7906C3.54244 21.7905 3.04451 21.586 2.6769 21.221L2.60645 21.292L2.53599 21.363C2.9412 21.7653 3.48983 21.9905 4.06053 21.9906L4.06055 21.8906ZM2.60645 21.292L2.67692 21.221C2.30923 20.8558 2.10212 20.3591 2.10195 19.8408L2.00195 19.8408L1.90195 19.8409C1.90213 20.4125 2.13056 20.9602 2.53597 21.3629L2.60645 21.292ZM2.00195 19.8408H2.10195V7.95215H2.00195H1.90195V19.8408H2.00195ZM2.00195 7.95215H2.10195C2.10195 7.43395 2.30862 6.93717 2.67598 6.57189L2.60547 6.50098L2.53496 6.43007C2.12986 6.83288 1.90195 7.3807 1.90195 7.95215H2.00195ZM2.60547 6.50098L2.67597 6.5719C3.04333 6.20674 3.54136 6.00271 4.05964 6.00234L4.05957 5.90234L4.0595 5.80234C3.48887 5.80275 2.94008 6.02738 2.53497 6.43005L2.60547 6.50098ZM4.05957 5.90234V6.00234H5.91211V5.90234V5.80234H4.05957V5.90234ZM5.91211 5.90234H6.01211V4.04883H5.91211H5.81211V5.90234H5.91211ZM5.91211 4.04883L6.01211 4.04888C6.01235 3.53085 6.21961 3.03472 6.58709 2.66957L6.5166 2.59863L6.44612 2.5277C6.04101 2.93024 5.81238 3.47734 5.81211 4.04878L5.91211 4.04883ZM6.5166 2.59863L6.58706 2.66959C6.95468 2.30457 7.45259 2.10011 7.97073 2.1L7.9707 2L7.97068 1.9C7.39998 1.90012 6.85137 2.12531 6.44614 2.52767L6.5166 2.59863ZM7.9707 2V2.1H19.9395V2V1.9H7.9707V2ZM3.92188 7.27148L3.90234 7.17341C3.74748 7.20426 3.60377 7.2799 3.49103 7.39197L3.56152 7.46289L3.63202 7.53381C3.71645 7.44989 3.82455 7.39284 3.94141 7.36956L3.92188 7.27148ZM3.56152 7.46289L3.49098 7.39201C3.34109 7.54118 3.25742 7.7431 3.25742 7.95215H3.35742H3.45742C3.45742 7.79647 3.51977 7.64552 3.63206 7.53377L3.56152 7.46289ZM3.35742 7.95215H3.25742V19.8408H3.35742H3.45742V7.95215H3.35742ZM3.35742 19.8408L3.25742 19.8409C3.25762 20.0501 3.34209 20.2521 3.49203 20.401L3.5625 20.3301L3.63297 20.2591C3.52045 20.1474 3.45757 19.9962 3.45742 19.8407L3.35742 19.8408ZM3.5625 20.3301L3.49211 20.4011C3.64234 20.55 3.8468 20.634 4.06048 20.6342L4.06055 20.5342L4.06061 20.4342C3.89922 20.4341 3.74542 20.3706 3.63289 20.259L3.5625 20.3301ZM4.06055 20.5342V20.6342H16.0303V20.5342V20.4342H4.06055V20.5342ZM16.0303 20.5342L16.0303 20.6342C16.244 20.634 16.4485 20.55 16.5987 20.4011L16.5283 20.3301L16.4579 20.2591C16.3454 20.3706 16.1916 20.4341 16.0302 20.4342L16.0303 20.5342ZM16.5283 20.3301L16.5988 20.401C16.7487 20.2521 16.8332 20.0501 16.8334 19.8409L16.7334 19.8408L16.6334 19.8407C16.6332 19.9962 16.5703 20.1474 16.4578 20.2591L16.5283 20.3301ZM16.7334 19.8408H16.8334V7.95117H16.7334H16.6334V19.8408H16.7334ZM16.7334 7.95117L16.8329 7.94108L16.8192 7.80631L16.7197 7.81641L16.6202 7.8265L16.6339 7.96127L16.7334 7.95117ZM16.7197 7.81641L16.8177 7.7966C16.787 7.64463 16.711 7.50347 16.5988 7.39196L16.5283 7.46289L16.4578 7.53382C16.5423 7.61774 16.5989 7.72344 16.6217 7.83621L16.7197 7.81641ZM16.5283 7.46289L16.5988 7.39191C16.4487 7.24299 16.2445 7.15797 16.0303 7.15781L16.0303 7.25781L16.0302 7.35781C16.1915 7.35793 16.3451 7.42199 16.4579 7.53387L16.5283 7.46289ZM16.0303 7.25781V7.15781H4.06055V7.25781V7.35781H16.0303V7.25781ZM4.06055 7.25781L4.05074 7.1583L3.91206 7.17197L3.92188 7.27148L3.93169 7.371L4.07036 7.35733L4.06055 7.25781ZM10.6748 10.6084L10.6615 10.7075C10.9488 10.746 11.2091 10.8191 11.4417 10.9259L11.4834 10.835L11.5251 10.7441C11.2724 10.6281 10.9927 10.5501 10.6881 10.5093L10.6748 10.6084ZM11.4834 10.835L11.4419 10.9259C11.8059 11.0921 12.0856 11.3219 12.2846 11.6131L12.3672 11.5566L12.4497 11.5002C12.2279 11.1757 11.9182 10.9235 11.5249 10.744L11.4834 10.835ZM12.3672 11.5566L12.2846 11.6131C12.4831 11.9035 12.587 12.2411 12.5934 12.6286L12.6934 12.627L12.7933 12.6253C12.7864 12.202 12.6721 11.8257 12.4498 11.5002L12.3672 11.5566ZM12.6934 12.627V12.527H11.3135V12.627V12.727H12.6934V12.627ZM11.3135 12.627L11.413 12.6171C11.3839 12.3236 11.2571 12.0881 11.031 11.9215L10.9717 12.002L10.9123 12.0824C11.0889 12.2126 11.1899 12.3946 11.214 12.6368L11.3135 12.627ZM10.9717 12.002L11.031 11.9214C10.8068 11.7564 10.5091 11.6794 10.1504 11.6793L10.1504 11.7793L10.1504 11.8793C10.4824 11.8794 10.7335 11.9508 10.9124 12.0825L10.9717 12.002ZM10.1504 11.7793V11.6793C9.90705 11.6793 9.6947 11.7138 9.51774 11.7864L9.55566 11.8789L9.59359 11.9714C9.73985 11.9115 9.92478 11.8793 10.1504 11.8793V11.7793ZM9.55566 11.8789L9.51874 11.786C9.34362 11.8555 9.20224 11.9557 9.10264 12.0884L9.18262 12.1484L9.26259 12.2085C9.33582 12.1109 9.4444 12.0307 9.59258 11.9718L9.55566 11.8789ZM9.18262 12.1484L9.10186 12.0895C9.00482 12.2224 8.95664 12.3744 8.95664 12.541H9.05664H9.15664C9.15664 12.4153 9.19221 12.3049 9.26338 12.2074L9.18262 12.1484ZM9.05664 12.541L8.9567 12.5374C8.95176 12.6755 8.98059 12.8016 9.04739 12.9114L9.13281 12.8594L9.21824 12.8074C9.17467 12.7358 9.15282 12.6496 9.15658 12.5446L9.05664 12.541ZM9.13281 12.8594L9.04838 12.913C9.11426 13.0168 9.20372 13.1056 9.31367 13.1789L9.36914 13.0957L9.42461 13.0125C9.33529 12.953 9.26657 12.8835 9.21724 12.8058L9.13281 12.8594ZM9.36914 13.0957L9.315 13.1798C9.42145 13.2483 9.54353 13.3085 9.67991 13.3593L9.71484 13.2656L9.74978 13.1719C9.625 13.1254 9.5161 13.0714 9.42329 13.0116L9.36914 13.0957ZM9.71484 13.2656L9.68133 13.3598C9.81626 13.4078 9.96036 13.4484 10.1119 13.4824L10.1338 13.3848L10.1556 13.2872C10.0107 13.2547 9.87456 13.2163 9.74836 13.1714L9.71484 13.2656ZM10.1338 13.3848L10.1105 13.482L10.7218 13.6285L10.7451 13.5312L10.7684 13.434L10.1571 13.2875L10.1338 13.3848ZM10.7451 13.5312L10.7233 13.6288C11.0142 13.694 11.2806 13.7806 11.5217 13.8882L11.5625 13.7969L11.6033 13.7056C11.3485 13.5919 11.0693 13.5014 10.767 13.4337L10.7451 13.5312ZM11.5625 13.7969L11.5217 13.8882C11.7615 13.9953 11.9684 14.1267 12.1415 14.2807L12.208 14.2061L12.2745 14.1314C12.0844 13.9621 11.8595 13.82 11.6033 13.7056L11.5625 13.7969ZM12.208 14.2061L12.1415 14.2807C12.3126 14.4332 12.4451 14.6125 12.5389 14.8187L12.6299 14.7773L12.7209 14.736C12.6155 14.504 12.4662 14.3022 12.2745 14.1314L12.208 14.2061ZM12.6299 14.7773L12.5392 14.8195C12.6341 15.0238 12.684 15.2613 12.6861 15.533L12.7861 15.5322L12.8861 15.5314C12.8838 15.236 12.8294 14.9696 12.7206 14.7352L12.6299 14.7773ZM12.7861 15.5322L12.6861 15.5317C12.684 15.9304 12.582 16.2713 12.3844 16.5586L12.4668 16.6152L12.5492 16.6719C12.7721 16.3478 12.8838 15.9667 12.8861 15.5328L12.7861 15.5322ZM12.4668 16.6152L12.3843 16.5587C12.1885 16.844 11.903 17.0691 11.5232 17.2313L11.5625 17.3232L11.6018 17.4152C12.0105 17.2406 12.3286 16.9934 12.5493 16.6718L12.4668 16.6152ZM11.5625 17.3232L11.5235 17.2312C11.2573 17.3439 10.9496 17.4176 10.5998 17.4512L10.6094 17.5508L10.6189 17.6503C10.9851 17.6151 11.3133 17.5374 11.6015 17.4153L11.5625 17.3232ZM10.6094 17.5508H10.5094V18.5986H10.6094H10.7094V17.5508H10.6094ZM10.6094 18.5986V18.4986H9.6748V18.5986V18.6986H10.6094V18.5986ZM9.6748 18.5986H9.7748V17.5498H9.6748H9.5748V18.5986H9.6748ZM9.6748 17.5498L9.68457 17.4503C9.33542 17.416 9.02266 17.342 8.74616 17.2279L8.70801 17.3203L8.66986 17.4127C8.96735 17.5355 9.29972 17.6135 9.66504 17.6493L9.6748 17.5498ZM8.70801 17.3203L8.74636 17.228C8.35692 17.0662 8.05536 16.8282 7.83909 16.5154L7.75684 16.5723L7.67458 16.6291C7.91477 16.9765 8.24825 17.2377 8.66965 17.4127L8.70801 17.3203ZM7.75684 16.5723L7.83954 16.516C7.62663 16.2028 7.51208 15.8112 7.50134 15.3366L7.40137 15.3389L7.30139 15.3411C7.31281 15.8457 7.4352 16.277 7.67413 16.6285L7.75684 16.5723ZM7.40137 15.3389V15.4389H8.79395V15.3389V15.2389H7.40137V15.3389ZM8.79395 15.3389L8.69418 15.3456C8.71075 15.5894 8.78136 15.8001 8.91037 15.9713L8.99023 15.9111L9.0701 15.8509C8.96866 15.7164 8.90818 15.5448 8.89371 15.3321L8.79395 15.3389ZM8.99023 15.9111L8.91139 15.9726C9.04086 16.1386 9.21249 16.2625 9.42202 16.3458L9.45898 16.2529L9.49594 16.16C9.3158 16.0884 9.17442 15.9847 9.06908 15.8496L8.99023 15.9111ZM9.45898 16.2529L9.42333 16.3464C9.63353 16.4266 9.86874 16.4662 10.127 16.4662V16.3662V16.2662C9.88916 16.2662 9.67866 16.2297 9.49464 16.1595L9.45898 16.2529ZM10.127 16.3662L10.127 16.4662C10.3799 16.4662 10.6048 16.4293 10.7985 16.3528L10.7617 16.2598L10.725 16.1668C10.5599 16.232 10.3611 16.2662 10.1269 16.2662L10.127 16.3662ZM10.7617 16.2598L10.7981 16.3529C10.9927 16.2769 11.1493 16.1686 11.2621 16.0258L11.1836 15.9639L11.1051 15.9019C11.0186 16.0115 10.8937 16.1008 10.7253 16.1666L10.7617 16.2598ZM11.1836 15.9639L11.2621 16.0258C11.3756 15.8818 11.434 15.7146 11.434 15.5283H11.334H11.234C11.234 15.6698 11.1907 15.7934 11.1051 15.9019L11.1836 15.9639ZM11.334 15.5283L11.434 15.5283C11.4339 15.354 11.3805 15.2017 11.2727 15.0779L11.1973 15.1436L11.1218 15.2092C11.195 15.2933 11.2339 15.3977 11.234 15.5284L11.334 15.5283ZM11.1973 15.1436L11.2734 15.0787C11.1718 14.9593 11.0257 14.8619 10.8437 14.7849L10.8047 14.877L10.7657 14.969C10.9289 15.0381 11.0456 15.1197 11.1211 15.2084L11.1973 15.1436ZM10.8047 14.877L10.8441 14.785C10.6669 14.7092 10.4515 14.6411 10.2002 14.5805L10.1768 14.6777L10.1533 14.7749C10.3975 14.8338 10.6016 14.8987 10.7653 14.9689L10.8047 14.877ZM10.1768 14.6777L10.201 14.5807L9.45983 14.3952L9.43555 14.4922L9.41126 14.5892L10.1525 14.7747L10.1768 14.6777ZM9.43555 14.4922L9.45918 14.395C8.89648 14.2581 8.45961 14.0452 8.14278 13.7623L8.07617 13.8369L8.00956 13.9115C8.35746 14.2222 8.82711 14.4471 9.41191 14.5894L9.43555 14.4922ZM8.07617 13.8369L8.14279 13.7623C7.83466 13.4871 7.67895 13.1157 7.68105 12.6372L7.58105 12.6367L7.48106 12.6363C7.47873 13.1638 7.65291 13.5929 8.00955 13.9115L8.07617 13.8369ZM7.58105 12.6367L7.68105 12.6362C7.67899 12.2434 7.78321 11.9043 7.99133 11.615L7.91016 11.5566L7.82898 11.4982C7.59401 11.8248 7.47879 12.206 7.48106 12.6372L7.58105 12.6367ZM7.91016 11.5566L7.99104 11.6154C8.2033 11.3235 8.4959 11.0929 8.87157 10.9264L8.83105 10.835L8.79054 10.7435C8.38653 10.9226 8.06458 11.1742 7.82927 11.4978L7.91016 11.5566ZM8.83105 10.835L8.87154 10.9264C9.11959 10.8166 9.39171 10.7432 9.6874 10.7056L9.6748 10.6064L9.66221 10.5072C9.34933 10.547 9.05817 10.625 8.79057 10.7435L8.83105 10.835ZM9.6748 10.6064H9.7748V9.58691H9.6748H9.5748V10.6064H9.6748ZM9.6748 9.58691V9.68691H10.6748V9.58691V9.48691H9.6748V9.58691ZM10.6748 9.58691H10.5748V10.6084H10.6748H10.7748V9.58691H10.6748ZM7.9707 3.35547L7.97064 3.25547C7.75649 3.2556 7.55228 3.34066 7.40222 3.48956L7.47266 3.56055L7.54309 3.63153C7.65586 3.51964 7.80953 3.45557 7.97077 3.45547L7.9707 3.35547ZM7.47266 3.56055L7.40216 3.48962C7.25229 3.63858 7.16765 3.84039 7.16758 4.04977L7.26758 4.0498L7.36758 4.04984C7.36763 3.89436 7.43056 3.74338 7.54315 3.63147L7.47266 3.56055ZM7.26758 4.0498H7.16758V5.90234H7.26758H7.36758V4.0498H7.26758ZM7.26758 5.90234V6.00234H16.0303V5.90234V5.80234H7.26758V5.90234ZM16.0303 5.90234L16.0255 6.00223L16.2286 6.01199L16.2334 5.91211L16.2382 5.81222L16.0351 5.80246L16.0303 5.90234ZM16.2334 5.91211L16.2236 6.01162C16.6708 6.05587 17.0923 6.2526 17.4139 6.57194L17.4844 6.50098L17.5548 6.43002C17.2004 6.07804 16.736 5.86134 16.2432 5.8126L16.2334 5.91211ZM17.4844 6.50098L17.4139 6.57191C17.7811 6.93684 17.9884 7.43261 17.9889 7.95029L18.0889 7.9502L18.1889 7.9501C18.1883 7.37903 17.9597 6.83234 17.5549 6.43004L17.4844 6.50098ZM18.0889 7.9502H17.9889V16.6318H18.0889H18.1889V7.9502H18.0889ZM18.0889 16.6318V16.7318H19.9404V16.6318V16.5318H18.0889V16.6318ZM19.9404 16.6318L19.9405 16.7318C20.1542 16.7317 20.3586 16.6476 20.5089 16.4988L20.4385 16.4277L20.3681 16.3567C20.2556 16.4682 20.1018 16.5317 19.9404 16.5318L19.9404 16.6318ZM20.4385 16.4277L20.5089 16.4987C20.6589 16.3498 20.7433 16.1477 20.7436 15.9386L20.6436 15.9385L20.5436 15.9384C20.5434 16.0939 20.4805 16.245 20.368 16.3568L20.4385 16.4277ZM20.6436 15.9385H20.7436V4.0498H20.6436H20.5436V15.9385H20.6436ZM20.6436 4.0498H20.7436C20.7436 3.84032 20.6588 3.63861 20.509 3.48963L20.4385 3.56055L20.368 3.63146C20.4806 3.74345 20.5436 3.89434 20.5436 4.0498H20.6436ZM20.4385 3.56055L20.5089 3.48957C20.3587 3.34046 20.1537 3.25547 19.9395 3.25547V3.35547V3.45547C20.1009 3.45547 20.2552 3.51959 20.368 3.63153L20.4385 3.56055ZM19.9395 3.35547V3.25547H7.9707V3.35547V3.45547H19.9395V3.35547Z",
20
+ fill: "currentColor"
21
+ })
22
+ ]
23
+ });
24
+ };
25
+ CopyTradeIcon.displayName = 'CopyTradeIcon|copy-trade';
26
+ const web_CopyTradeIcon = CopyTradeIcon;
27
+ export { web_CopyTradeIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const DevBuyIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default DevBuyIcon;
@@ -0,0 +1,35 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const DevBuyIcon_DevBuyIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs("svg", {
4
+ width: width,
5
+ height: height,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ ...props,
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M7.4701 16.0261H13.8889H16.5532M11.9614 5.38574C14.0152 5.38574 15.7402 6.79403 16.2233 8.69766L16.4247 8.69817C18.0436 8.69817 19.3559 10.0105 19.3559 11.6294C19.3559 13.1701 18.1672 14.4332 16.6568 14.5515L16.6575 17.4917C16.6575 18.3012 16.0013 18.9573 15.1919 18.9573H8.8281C8.01868 18.9573 7.36251 18.3012 7.36251 17.4917L7.36204 14.5484C5.86932 14.4125 4.69995 13.1575 4.69995 11.6294C4.69995 10.0105 6.01229 8.69817 7.63114 8.69817L7.69943 8.69766C8.18252 6.79403 9.90748 5.38574 11.9614 5.38574Z",
12
+ className: "text-secondary",
13
+ stroke: "currentColor",
14
+ strokeWidth: "1.04"
15
+ }),
16
+ /*#__PURE__*/ jsx("path", {
17
+ d: "M14.1117 10.4438H14.7932L15.4495 11.6833H15.4776L16.1338 10.4438H16.8154L15.7657 12.3044V13.3218H15.1614V12.3044L14.1117 10.4438Z",
18
+ className: "text-foreground",
19
+ fill: "currentColor"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M13.1712 10.4438H13.7796V12.3128C13.7796 12.5227 13.7295 12.7063 13.6293 12.8637C13.53 13.021 13.3909 13.1438 13.2119 13.2318C13.033 13.319 12.8246 13.3625 12.5866 13.3625C12.3477 13.3625 12.1388 13.319 11.9599 13.2318C11.7809 13.1438 11.6418 13.021 11.5425 12.8637C11.4432 12.7063 11.3936 12.5227 11.3936 12.3128V10.4438H12.002V12.2608C12.002 12.3704 12.0259 12.4679 12.0737 12.5531C12.1224 12.6384 12.1908 12.7053 12.2789 12.7541C12.3669 12.8028 12.4695 12.8271 12.5866 12.8271C12.7046 12.8271 12.8072 12.8028 12.8943 12.7541C12.9824 12.7053 13.0503 12.6384 13.0981 12.5531C13.1468 12.4679 13.1712 12.3704 13.1712 12.2608V10.4438Z",
23
+ className: "text-foreground",
24
+ fill: "currentColor"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M8.77734 13.3218V10.4438H9.92964C10.1414 10.4438 10.3179 10.4752 10.4594 10.538C10.6009 10.6008 10.7072 10.6879 10.7784 10.7994C10.8496 10.9099 10.8852 11.0373 10.8852 11.1816C10.8852 11.294 10.8627 11.3928 10.8177 11.4781C10.7728 11.5624 10.7109 11.6317 10.6323 11.6861C10.5545 11.7395 10.4655 11.7774 10.3653 11.7999V11.828C10.4749 11.8327 10.5774 11.8636 10.673 11.9207C10.7695 11.9779 10.8477 12.058 10.9077 12.161C10.9676 12.2632 10.9976 12.3849 10.9976 12.5264C10.9976 12.6791 10.9597 12.8154 10.8838 12.9353C10.8088 13.0543 10.6978 13.1485 10.5507 13.2178C10.4037 13.2871 10.2224 13.3218 10.0069 13.3218H8.77734ZM9.38581 12.8243H9.88186C10.0514 12.8243 10.1751 12.792 10.2528 12.7274C10.3306 12.6618 10.3695 12.5747 10.3695 12.466C10.3695 12.3863 10.3503 12.3161 10.3119 12.2552C10.2734 12.1943 10.2186 12.1465 10.1474 12.1119C10.0772 12.0772 9.99334 12.0599 9.89591 12.0599H9.38581V12.8243ZM9.38581 11.6481H9.83689C9.92027 11.6481 9.99428 11.6336 10.0589 11.6046C10.1245 11.5746 10.176 11.5324 10.2135 11.4781C10.2519 11.4238 10.2711 11.3587 10.2711 11.2828C10.2711 11.1788 10.2341 11.0949 10.1601 11.0312C10.087 10.9675 9.98303 10.9357 9.84813 10.9357H9.38581V11.6481Z",
28
+ className: "text-foreground",
29
+ fill: "currentColor"
30
+ })
31
+ ]
32
+ });
33
+ DevBuyIcon_DevBuyIcon.displayName = 'DevBuyIcon|dev-buy';
34
+ const DevBuyIcon = DevBuyIcon_DevBuyIcon;
35
+ export { DevBuyIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const DevSellIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default DevSellIcon;
@@ -0,0 +1,40 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const DevSellIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs("svg", {
4
+ width: width,
5
+ height: height,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ ...props,
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M7.4701 16.0261H13.8889H16.5532M11.9614 5.38574C14.0152 5.38574 15.7402 6.79403 16.2233 8.69766L16.4247 8.69817C18.0436 8.69817 19.3559 10.0105 19.3559 11.6294C19.3559 13.1701 18.1672 14.4332 16.6568 14.5515L16.6575 17.4917C16.6575 18.3012 16.0013 18.9573 15.1919 18.9573H8.8281C8.01868 18.9573 7.36251 18.3012 7.36251 17.4917L7.36204 14.5484C5.86932 14.4125 4.69995 13.1575 4.69995 11.6294C4.69995 10.0105 6.01229 8.69817 7.63114 8.69817L7.69943 8.69766C8.18252 6.79403 9.90748 5.38574 11.9614 5.38574Z",
12
+ className: "text-secondary",
13
+ stroke: "currentColor",
14
+ strokeWidth: "1.04"
15
+ }),
16
+ /*#__PURE__*/ jsx("path", {
17
+ d: "M15.0238 13.3218V10.4438H15.6323V12.8201H16.8661V13.3218H15.0238Z",
18
+ className: "text-foreground",
19
+ fill: "currentColor"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M12.7786 13.3218V10.4438H13.387V12.8201H14.6208V13.3218H12.7786Z",
23
+ className: "text-foreground",
24
+ fill: "currentColor"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M10.3557 13.3218V10.4438H12.2949V10.9455H10.9642V11.6313H12.1952V12.1329H10.9642V12.8201H12.3006V13.3218H10.3557Z",
28
+ className: "text-foreground",
29
+ fill: "currentColor"
30
+ }),
31
+ /*#__PURE__*/ jsx("path", {
32
+ d: "M9.32388 11.2713C9.31264 11.158 9.26439 11.0699 9.17914 11.0071C9.09389 10.9444 8.97819 10.913 8.83205 10.913C8.73275 10.913 8.6489 10.927 8.58051 10.9551C8.51213 10.9823 8.45966 11.0203 8.42313 11.069C8.38753 11.1177 8.36973 11.173 8.36973 11.2348C8.36785 11.2863 8.37863 11.3313 8.40205 11.3697C8.42641 11.4081 8.45966 11.4414 8.50182 11.4695C8.54398 11.4966 8.59269 11.5205 8.64796 11.5411C8.70324 11.5608 8.76226 11.5777 8.82502 11.5917L9.08359 11.6535C9.20912 11.6817 9.32435 11.7191 9.42927 11.766C9.5342 11.8128 9.62507 11.8704 9.70189 11.9388C9.77871 12.0072 9.8382 12.0878 9.88035 12.1805C9.92345 12.2733 9.94546 12.3796 9.9464 12.4995C9.94546 12.6756 9.9005 12.8283 9.8115 12.9576C9.72344 13.086 9.59603 13.1857 9.42927 13.2569C9.26346 13.3272 9.06345 13.3623 8.82924 13.3623C8.59691 13.3623 8.39455 13.3267 8.22218 13.2555C8.05074 13.1843 7.91677 13.0789 7.82028 12.9393C7.72473 12.7988 7.67461 12.625 7.66992 12.418H8.25871C8.26527 12.5145 8.29291 12.5951 8.34162 12.6597C8.39128 12.7234 8.45732 12.7716 8.53976 12.8044C8.62314 12.8363 8.71729 12.8522 8.82221 12.8522C8.92526 12.8522 9.01473 12.8372 9.09061 12.8072C9.16743 12.7773 9.22692 12.7356 9.26908 12.6822C9.31124 12.6288 9.33231 12.5674 9.33231 12.4981C9.33231 12.4335 9.31311 12.3791 9.2747 12.3351C9.23723 12.2911 9.18195 12.2536 9.10888 12.2227C9.03675 12.1918 8.94822 12.1636 8.84329 12.1384L8.52992 12.0597C8.28729 12.0006 8.09571 11.9084 7.95518 11.7828C7.81466 11.6573 7.74487 11.4882 7.7458 11.2755C7.74487 11.1013 7.79124 10.9491 7.88492 10.8188C7.97954 10.6886 8.10929 10.587 8.27417 10.5139C8.43905 10.4408 8.62642 10.4043 8.83627 10.4043C9.04986 10.4043 9.23629 10.4408 9.39555 10.5139C9.55575 10.587 9.68034 10.6886 9.76934 10.8188C9.85834 10.9491 9.90424 11.0999 9.90705 11.2713H9.32388Z",
33
+ className: "text-foreground",
34
+ fill: "currentColor"
35
+ })
36
+ ]
37
+ });
38
+ DevSellIcon.displayName = 'DevSellIcon|dev-sell';
39
+ const web_DevSellIcon = DevSellIcon;
40
+ export { web_DevSellIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const FishIcon: {
4
+ <T extends string = IconColor>({ size, width, height, className, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default FishIcon;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const FishIcon_FishIcon = ({ size = 16, width = size, height = size, className, color = 'currentColor', ...props })=>{
5
+ const clsx = useWebColor(color, className);
6
+ return /*#__PURE__*/ jsx("svg", {
7
+ width: width,
8
+ height: height,
9
+ className: clsx,
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ ...props,
13
+ children: /*#__PURE__*/ jsx("path", {
14
+ d: "M17.33 12.9317L11.068 6.6687C10.7738 6.89441 10.4949 7.13927 10.233 7.4017C8.14997 9.4847 7.32497 12.4307 7.75797 16.2407C11.568 16.6737 14.514 15.8487 16.598 13.7657C16.8601 13.5038 17.1046 13.2248 17.33 12.9307V12.9317ZM17.898 12.0857C19.008 10.1927 19.399 7.8067 19.072 4.9277C16.192 4.6007 13.807 4.9917 11.914 6.1017L17.898 12.0857ZM8.02597 17.2747L7.69397 20.9277C7.67683 21.117 7.60609 21.2975 7.49003 21.4481C7.37397 21.5986 7.2174 21.713 7.03867 21.7778C6.85995 21.8425 6.66646 21.855 6.4809 21.8137C6.29534 21.7724 6.12539 21.6791 5.99097 21.5447L2.45497 18.0087C2.32056 17.8743 2.22724 17.7043 2.18597 17.5188C2.14469 17.3332 2.15716 17.1397 2.22191 16.961C2.28667 16.7823 2.40102 16.6257 2.55158 16.5096C2.70213 16.3936 2.88265 16.3228 3.07197 16.3057L6.72497 15.9737C6.35797 12.0597 7.28197 8.9397 9.52597 6.6957C11.843 4.3787 15.092 3.4687 19.185 3.9337C19.4097 3.95941 19.619 4.06051 19.7788 4.22052C19.9387 4.38053 20.0395 4.58999 20.065 4.8147C20.531 8.9077 19.621 12.1567 17.305 14.4737C15.06 16.7177 11.94 17.6417 8.02497 17.2737L8.02597 17.2747ZM7.05097 16.9487L3.16197 17.3017L6.69797 20.8377L7.05097 16.9477V16.9487ZM16.951 7.7557C16.9048 7.80346 16.8497 7.84155 16.7887 7.86775C16.7277 7.89396 16.6621 7.90775 16.5957 7.90833C16.5293 7.90891 16.4634 7.89626 16.402 7.87111C16.3405 7.84597 16.2847 7.80885 16.2378 7.7619C16.1908 7.71496 16.1537 7.65913 16.1286 7.59768C16.1034 7.53623 16.0908 7.47039 16.0913 7.404C16.0919 7.33761 16.1057 7.272 16.1319 7.211C16.1581 7.15 16.1962 7.09483 16.244 7.0487C16.3383 6.95762 16.4646 6.90723 16.5957 6.90837C16.7268 6.90951 16.8522 6.96209 16.9449 7.0548C17.0376 7.1475 17.0902 7.27291 17.0913 7.404C17.0924 7.5351 17.042 7.6614 16.951 7.7557Z",
15
+ fill: "currentColor",
16
+ stroke: "currentColor",
17
+ strokeWidth: 0.45
18
+ })
19
+ });
20
+ };
21
+ FishIcon_FishIcon.displayName = 'FishIcon|fish';
22
+ const FishIcon = FishIcon_FishIcon;
23
+ export { FishIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const FloatingIcon: {
4
+ <T extends string = IconColor>({ size, width, height, className, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default FloatingIcon;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const FloatingIcon_FloatingIcon = ({ size = 16, width = size, height = size, className, color = 'currentColor', ...props })=>{
5
+ const clsx = useWebColor(color, className);
6
+ return /*#__PURE__*/ jsx("svg", {
7
+ width: width,
8
+ height: height,
9
+ className: clsx,
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ ...props,
13
+ children: /*#__PURE__*/ jsx("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M6.5064 13.478C8.27162 13.0384 10.4201 13.3356 12.7417 15.0767C14.7425 16.5773 16.4335 16.838 17.7007 16.6402C18.9973 16.4377 19.9375 15.7419 20.3853 15.2046C20.6681 14.8655 21.1729 14.8195 21.5123 15.1021C21.8514 15.3849 21.8974 15.8897 21.6148 16.229C20.9424 17.0359 19.6643 17.9531 17.9478 18.2212C16.2016 18.4938 14.0827 18.0826 11.7818 16.357C9.80192 14.8722 8.14122 14.7199 6.89311 15.0308C5.60337 15.352 4.64572 16.1956 4.17534 16.854C3.91853 17.2135 3.41863 17.2963 3.05913 17.0396C2.69984 16.7827 2.61587 16.2828 2.87261 15.9234C3.52259 15.0135 4.7831 13.9073 6.5064 13.478ZM6.5064 5.41262C8.27168 4.97293 10.42 5.26998 12.7417 7.01125C14.7425 8.5118 16.4335 8.77256 17.7007 8.57472C18.9972 8.37226 19.9375 7.67646 20.3853 7.13918C20.6681 6.79977 21.1728 6.75383 21.5123 7.03664C21.8515 7.31952 21.8976 7.82423 21.6148 8.16359C20.9423 8.97048 19.6643 9.88768 17.9478 10.1558C16.2016 10.4284 14.0827 10.0172 11.7818 8.29152C9.8018 6.80655 8.14127 6.65447 6.89311 6.96535C5.60325 7.28668 4.64564 8.13018 4.17534 8.78859C3.91852 9.148 3.41861 9.23086 3.05913 8.97414C2.69966 8.71734 2.61586 8.21744 2.87261 7.85793C3.52252 6.94806 4.78298 5.84192 6.5064 5.41262Z",
17
+ fill: "currentColor"
18
+ })
19
+ });
20
+ };
21
+ FloatingIcon_FloatingIcon.displayName = 'FloatingIcon|floating';
22
+ const FloatingIcon = FloatingIcon_FloatingIcon;
23
+ export { FloatingIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const HeaddressIcon: {
4
+ <T extends string = IconColor>({ size, width, height, className, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default HeaddressIcon;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const HeaddressIcon = ({ size = 16, width = size, height = size, className, color = 'currentColor', ...props })=>{
5
+ const clsx = useWebColor(color, className);
6
+ return /*#__PURE__*/ jsx("svg", {
7
+ width: width,
8
+ height: height,
9
+ className: clsx,
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ ...props,
13
+ children: /*#__PURE__*/ jsx("path", {
14
+ d: "M2.91633 3.72907C2.62532 3.91095 2.57855 4.03567 2.52659 4.78917C2.46943 5.55306 2.511 8.88924 2.58895 10.1728C2.8072 13.5921 3.44118 15.8266 4.89102 18.2586C5.41587 19.1472 6.17456 20.1606 6.40321 20.2957C6.64225 20.436 7.03199 20.3372 7.14632 20.1138C7.16711 20.067 7.19828 17.9572 7.21387 15.4265L7.23986 10.8276H12.0207H16.8015L16.8119 15.2966C16.8223 17.7545 16.8275 19.8384 16.8275 19.9267C16.8275 20.3009 17.316 20.4983 17.6278 20.2541C17.7005 20.1969 17.9603 19.8851 18.1994 19.5629C19.7843 17.4583 20.7041 15.2758 21.1406 12.61C21.4004 11.0146 21.5304 8.54107 21.494 5.89083C21.4732 4.37344 21.468 4.26951 21.3589 4.06684C21.1718 3.70309 21.0575 3.65632 20.3092 3.66151C19.1296 3.66671 17.6381 4.10322 16.4689 4.79436L16.1519 4.97624L12.0051 4.98144L7.85305 4.98663L7.52567 4.79436C6.43959 4.16038 4.92739 3.70309 3.73219 3.65112C3.13978 3.62514 3.06703 3.63033 2.91633 3.72907ZM4.44931 4.5917C5.27037 4.74759 6.33566 5.13214 6.91767 5.47511C7.08396 5.57384 7.24505 5.65699 7.27104 5.65699C7.33339 5.65699 7.3282 5.71935 7.26064 5.90123C7.11514 6.28057 6.85012 7.19517 6.7254 7.73561C6.4188 9.1075 6.4188 9.13348 6.38762 14.2313L6.35644 18.9342L5.91993 18.2846C5.68089 17.926 5.28076 17.2193 5.02613 16.7048C4.12193 14.8705 3.65944 13.0361 3.47236 10.5158C3.41 9.68431 3.33725 4.72161 3.38402 4.59689C3.42559 4.48777 3.88289 4.48777 4.44931 4.5917ZM20.6469 5.40755C20.6833 6.36892 20.6002 9.65833 20.517 10.6457C20.2156 14.0026 19.4413 16.3255 17.872 18.5652L17.6589 18.8718V14.5379C17.6589 11.9448 17.6381 9.96493 17.6018 9.60636C17.503 8.48911 17.3264 7.65766 16.9314 6.42088C16.8119 6.05193 16.7288 5.71935 16.7391 5.68297C16.7807 5.58943 17.7161 5.12174 18.2565 4.92947C18.9581 4.68004 19.7064 4.51894 20.1845 4.51894L20.6106 4.51375L20.6469 5.40755ZM11.6309 7.91749V9.97012H9.44839C7.31781 9.97012 7.26584 9.97012 7.26584 9.87139C7.26584 9.62195 7.43733 8.48911 7.55165 7.96945C7.6244 7.65246 7.79069 7.05486 7.9258 6.62874L8.16484 5.86485H9.90049H11.6309V7.91749ZM15.9804 6.25459C16.391 7.48098 16.6716 8.68657 16.7495 9.56999L16.7859 9.97012L14.6397 9.95973L12.4884 9.94414L12.4728 7.96945C12.4676 6.88337 12.4728 5.96358 12.4884 5.92721C12.504 5.87524 12.8729 5.86485 14.1824 5.87524L15.8557 5.89083L15.9804 6.25459Z",
15
+ fill: "currentColor",
16
+ stroke: "currentColor",
17
+ strokeWidth: 0.5
18
+ })
19
+ });
20
+ };
21
+ HeaddressIcon.displayName = 'HeaddressIcon|headdress';
22
+ const web_HeaddressIcon = HeaddressIcon;
23
+ export { web_HeaddressIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const LayoutMultiLineIcon: {
4
+ <T extends string = IconColor>({ size, width, height, className, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default LayoutMultiLineIcon;
@@ -0,0 +1,21 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const LayoutMultiLineIcon_LayoutMultiLineIcon = ({ size = 16, width = size, height = size, className, color = 'currentColor', ...props })=>{
5
+ const clsx = useWebColor(color, className);
6
+ return /*#__PURE__*/ jsx("svg", {
7
+ width: width,
8
+ height: height,
9
+ className: clsx,
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ ...props,
13
+ children: /*#__PURE__*/ jsx("path", {
14
+ d: "M18.1226 14.4058C18.7276 14.4672 19.2006 14.9788 19.2007 15.6001V17.9995L19.1938 18.1226C19.1365 18.6873 18.6874 19.1365 18.1226 19.1938L18.0005 19.1997H6.00049L5.87744 19.1938C5.2724 19.1323 4.80029 18.6208 4.80029 17.9995V15.6001C4.80042 14.9789 5.27247 14.4673 5.87744 14.4058L6.00049 14.3999H18.0005L18.1226 14.4058ZM6.00049 17.9995H18.0005V15.6001H6.00049V17.9995ZM14.3999 4.80029C15.0625 4.80042 15.6001 5.33783 15.6001 6.00049V8.3999C15.6001 9.06256 15.0625 9.59997 14.3999 9.6001H6.00049L5.87744 9.59424C5.2724 9.53272 4.80029 9.02117 4.80029 8.3999V6.00049C4.80029 5.37921 5.27239 4.86766 5.87744 4.80615L6.00049 4.80029H14.3999ZM6.00049 8.3999H14.3999V6.00049H6.00049V8.3999Z",
15
+ fill: "currentColor"
16
+ })
17
+ });
18
+ };
19
+ LayoutMultiLineIcon_LayoutMultiLineIcon.displayName = 'LayoutMultiLineIcon|layout-multi-line';
20
+ const LayoutMultiLineIcon = LayoutMultiLineIcon_LayoutMultiLineIcon;
21
+ export { LayoutMultiLineIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const LayoutSingleLineIcon: {
4
+ <T extends string = IconColor>({ size, width, height, className, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default LayoutSingleLineIcon;
@@ -0,0 +1,21 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const LayoutSingleLineIcon = ({ size = 16, width = size, height = size, className, color = 'currentColor', ...props })=>{
5
+ const clsx = useWebColor(color, className);
6
+ return /*#__PURE__*/ jsx("svg", {
7
+ width: width,
8
+ height: height,
9
+ className: clsx,
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ ...props,
13
+ children: /*#__PURE__*/ jsx("path", {
14
+ d: "M18.3921 16.5049C18.8458 16.551 19.2007 16.9345 19.2007 17.4004L19.1958 17.4922C19.1527 17.9156 18.8155 18.2518 18.3921 18.2949L18.3003 18.2998H5.70068L5.60791 18.2949C5.1544 18.2487 4.80049 17.8661 4.80029 17.4004C4.80029 16.9345 5.15426 16.5511 5.60791 16.5049L5.70068 16.5H18.3003L18.3921 16.5049ZM18.3921 11.1045C18.8458 11.1506 19.2006 11.5342 19.2007 12L19.1958 12.0918C19.1527 12.5152 18.8155 12.8514 18.3921 12.8945L18.3003 12.8994H5.70068L5.60791 12.8945C5.1544 12.8483 4.80049 12.4657 4.80029 12C4.80042 11.5343 5.15434 11.1507 5.60791 11.1045L5.70068 11.0996H18.3003L18.3921 11.1045ZM14.7925 5.70508C15.246 5.7514 15.6 6.13489 15.6001 6.60059L15.5952 6.69238C15.5521 7.11566 15.2157 7.45185 14.7925 7.49512L14.7007 7.5H5.70068L5.60791 7.49512C5.1544 7.44886 4.80049 7.06626 4.80029 6.60059C4.80042 6.13484 5.15434 5.75134 5.60791 5.70508L5.70068 5.7002H14.7007L14.7925 5.70508Z",
15
+ fill: "currentColor"
16
+ })
17
+ });
18
+ };
19
+ LayoutSingleLineIcon.displayName = 'LayoutSingleLineIcon|layout-single-line';
20
+ const web_LayoutSingleLineIcon = LayoutSingleLineIcon;
21
+ export { web_LayoutSingleLineIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const LimitOrderIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default LimitOrderIcon;
@@ -0,0 +1,24 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const LimitOrderIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs("svg", {
4
+ width: width,
5
+ height: height,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ ...props,
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M2.0875 13.2417C2.31593 13.2418 2.50078 13.4273 2.50078 13.6558C2.50078 13.8842 2.31593 14.0697 2.0875 14.0698H1.65625C1.42772 14.0698 1.24219 13.8843 1.24219 13.6558C1.24219 13.4272 1.42772 13.2417 1.65625 13.2417H2.0875ZM4.38594 13.2417C4.61447 13.2417 4.8 13.4272 4.8 13.6558C4.8 13.8843 4.61447 14.0698 4.38594 14.0698H3.52422C3.29569 14.0698 3.11016 13.8843 3.11016 13.6558C3.11016 13.4272 3.29569 13.2417 3.52422 13.2417H4.38594ZM6.68516 13.2417C6.91361 13.2418 7.09844 13.4273 7.09844 13.6558C7.09844 13.8842 6.91361 14.0697 6.68516 14.0698H5.82266C5.59424 14.0697 5.40938 13.8842 5.40938 13.6558C5.40938 13.4273 5.59424 13.2418 5.82266 13.2417H6.68516ZM8.98359 13.2417C9.21213 13.2417 9.39766 13.4272 9.39766 13.6558C9.39766 13.8843 9.21213 14.0698 8.98359 14.0698H8.12188C7.89334 14.0698 7.70781 13.8843 7.70781 13.6558C7.70781 13.4272 7.89334 13.2417 8.12188 13.2417H8.98359ZM11.2828 13.2417C11.5113 13.2418 11.6961 13.4273 11.6961 13.6558C11.6961 13.8843 11.5113 14.0698 11.2828 14.0698H10.4203C10.1919 14.0697 10.007 13.8842 10.007 13.6558C10.007 13.4273 10.1919 13.2419 10.4203 13.2417H11.2828ZM13.5813 13.2417C13.8098 13.2417 13.9953 13.4272 13.9953 13.6558C13.9953 13.8843 13.8098 14.0698 13.5813 14.0698H12.7195C12.491 14.0698 12.3055 13.8843 12.3055 13.6558C12.3055 13.4272 12.491 13.2417 12.7195 13.2417H13.5813ZM15.8805 13.2417C16.109 13.2417 16.2945 13.4273 16.2945 13.6558C16.2945 13.8843 16.109 14.0698 15.8805 14.0698H15.018C14.7896 14.0696 14.6047 13.8842 14.6047 13.6558C14.6047 13.4273 14.7896 13.2419 15.018 13.2417H15.8805ZM18.1789 13.2417C18.4074 13.2417 18.593 13.4272 18.593 13.6558C18.593 13.8843 18.4074 14.0698 18.1789 14.0698H17.3172C17.0887 14.0698 16.9031 13.8843 16.9031 13.6558C16.9031 13.4272 17.0887 13.2417 17.3172 13.2417H18.1789ZM20.4781 13.2417C20.7066 13.2417 20.8922 13.4272 20.8922 13.6558C20.8922 13.8843 20.7066 14.0698 20.4781 14.0698H19.6164C19.3879 14.0698 19.2023 13.8843 19.2023 13.6558C19.2023 13.4272 19.3879 13.2417 19.6164 13.2417H20.4781ZM22.3461 13.2417C22.5745 13.2418 22.7594 13.4273 22.7594 13.6558C22.7594 13.8842 22.5745 14.0697 22.3461 14.0698H21.9148C21.6863 14.0698 21.5008 13.8843 21.5008 13.6558C21.5008 13.4272 21.6863 13.2417 21.9148 13.2417H22.3461Z",
12
+ className: "text-secondary",
13
+ fill: "currentColor"
14
+ }),
15
+ /*#__PURE__*/ jsx("path", {
16
+ d: "M12.2747 6.06982C12.474 6.06982 12.6584 6.17732 12.7561 6.35107L15.9211 11.9927C16.2794 11.8225 16.6798 11.7251 17.1028 11.7251C18.6261 11.7253 19.8605 12.9606 19.8606 14.4839C19.8606 16.0073 18.6262 17.2425 17.1028 17.2427C15.5792 17.2427 14.344 16.0074 14.344 14.4839C14.3441 13.7795 14.6097 13.1384 15.0442 12.6509C15.0151 12.6195 14.9879 12.5853 14.9661 12.5464L11.9524 7.17334H3.17212C2.86748 7.17334 2.62047 6.9262 2.62036 6.62158C2.62036 6.31687 2.86741 6.06982 3.17212 6.06982H12.2747ZM17.1028 12.8286C16.1887 12.8286 15.4467 13.5699 15.4465 14.4839C15.4465 15.398 16.1887 16.1391 17.1028 16.1392C18.0167 16.1389 18.7581 15.3979 18.7581 14.4839C18.7579 13.57 18.0166 12.8288 17.1028 12.8286Z",
17
+ className: "text-foreground",
18
+ fill: "currentColor"
19
+ })
20
+ ]
21
+ });
22
+ LimitOrderIcon.displayName = 'LimitOrderIcon|limit-order';
23
+ const web_LimitOrderIcon = LimitOrderIcon;
24
+ export { web_LimitOrderIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const MarketOrderIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default MarketOrderIcon;
@@ -0,0 +1,24 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const MarketOrderIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs("svg", {
4
+ width: width,
5
+ height: height,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ ...props,
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M2.82512 9.37646C3.05045 9.37646 3.23293 9.55895 3.23293 9.78428C3.23293 10.0096 3.05045 10.1921 2.82512 10.1921H2.40012C2.17479 10.1921 1.99231 10.0096 1.99231 9.78428C1.99231 9.55895 2.17479 9.37646 2.40012 9.37646H2.82512ZM5.09153 9.37646C5.31686 9.37646 5.50012 9.55895 5.50012 9.78428C5.50012 10.0096 5.31686 10.1921 5.09153 10.1921H4.24153C4.01632 10.1919 3.83372 10.0095 3.83372 9.78428C3.83372 9.55903 4.01632 9.37661 4.24153 9.37646H5.09153ZM7.35872 9.37646C7.58393 9.37661 7.76653 9.55903 7.76653 9.78428C7.76653 10.0095 7.58393 10.1919 7.35872 10.1921H6.50872C6.28338 10.1921 6.10012 10.0096 6.10012 9.78428C6.10012 9.55895 6.28338 9.37646 6.50872 9.37646H7.35872ZM9.62512 9.37646C9.85045 9.37646 10.0329 9.55895 10.0329 9.78428C10.0329 10.0096 9.85045 10.1921 9.62512 10.1921H8.77512C8.54979 10.1921 8.36731 10.0096 8.36731 9.78428C8.36731 9.55895 8.54979 9.37647 8.77512 9.37646H9.62512ZM11.8915 9.37646C12.1169 9.37646 12.3001 9.55895 12.3001 9.78428C12.3001 10.0096 12.1169 10.1921 11.8915 10.1921H11.0415C10.8163 10.1919 10.6337 10.0095 10.6337 9.78428C10.6337 9.55903 10.8163 9.37661 11.0415 9.37646H11.8915ZM14.1587 9.37646C14.3839 9.37661 14.5665 9.55903 14.5665 9.78428C14.5665 10.0095 14.3839 10.1919 14.1587 10.1921H13.3087C13.0834 10.1921 12.9001 10.0096 12.9001 9.78428C12.9001 9.55895 13.0834 9.37646 13.3087 9.37646H14.1587ZM16.4251 9.37646C16.6505 9.37646 16.8329 9.55895 16.8329 9.78428C16.8329 10.0096 16.6505 10.1921 16.4251 10.1921H15.5751C15.3498 10.1921 15.1673 10.0096 15.1673 9.78428C15.1673 9.55895 15.3498 9.37646 15.5751 9.37646H16.4251ZM18.6915 9.37646C18.9169 9.37646 19.1001 9.55895 19.1001 9.78428C19.1001 10.0096 18.9169 10.1921 18.6915 10.1921H17.8415C17.6163 10.1919 17.4337 10.0095 17.4337 9.78428C17.4337 9.55903 17.6163 9.37661 17.8415 9.37646H18.6915ZM20.9587 9.37646C21.1839 9.37661 21.3665 9.55903 21.3665 9.78428C21.3665 10.0095 21.1839 10.1919 20.9587 10.1921H20.1087C19.8834 10.1921 19.7001 10.0096 19.7001 9.78428C19.7001 9.55895 19.8834 9.37646 20.1087 9.37646H20.9587ZM22.8001 9.37646C23.0255 9.37646 23.2079 9.55895 23.2079 9.78428C23.2079 10.0096 23.0255 10.1921 22.8001 10.1921H22.3751C22.1498 10.1921 21.9673 10.0096 21.9673 9.78428C21.9673 9.55895 22.1498 9.37647 22.3751 9.37646H22.8001Z",
12
+ className: "text-secondary",
13
+ fill: "currentColor"
14
+ }),
15
+ /*#__PURE__*/ jsx("path", {
16
+ d: "M17.7732 7.20361C19.21 7.27673 20.352 8.46452 20.3523 9.91943L20.3494 10.0601C20.2763 11.4969 19.0876 12.639 17.6326 12.6392L17.4919 12.6362C16.7996 12.6009 16.1763 12.3063 15.7156 11.8481L5.39429 17.8081C5.13425 17.9582 4.80245 17.8697 4.6521 17.6099C4.50194 17.3498 4.59036 17.017 4.85034 16.8667L15.114 10.9409C15.0026 10.6664 14.9325 10.3706 14.9167 10.0601L14.9128 9.91943C14.9131 8.41754 16.1307 7.19994 17.6326 7.19971L17.7732 7.20361ZM17.6326 8.2876C16.7316 8.28783 16.001 9.01844 16.0007 9.91943C16.0009 10.8205 16.7315 11.552 17.6326 11.5522C18.5337 11.5521 19.2652 10.8205 19.2654 9.91943C19.2651 9.0184 18.5336 8.28777 17.6326 8.2876Z",
17
+ className: "text-foreground",
18
+ fill: "currentColor"
19
+ })
20
+ ]
21
+ });
22
+ MarketOrderIcon.displayName = 'MarketOrderIcon|market-order';
23
+ const web_MarketOrderIcon = MarketOrderIcon;
24
+ export { web_MarketOrderIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const MegaphoneIcon: {
4
+ <T extends string = IconColor>({ size, width, height, className, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default MegaphoneIcon;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const MegaphoneIcon_MegaphoneIcon = ({ size = 16, width = size, height = size, className, color = 'currentColor', ...props })=>{
5
+ const clsx = useWebColor(color, className);
6
+ return /*#__PURE__*/ jsx("svg", {
7
+ width: width,
8
+ height: height,
9
+ className: clsx,
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ ...props,
13
+ children: /*#__PURE__*/ jsx("path", {
14
+ d: "M20.8881 4.16163C20.567 3.87103 20.1486 3.75686 19.74 3.83989L8.00566 7.56582H4.29855C3.37421 7.56582 2.625 8.36497 2.625 9.35094V13.1495C2.625 14.1355 3.37421 14.9346 4.29855 14.9346H5.37858L7.70403 19.8126C7.82079 20.0513 8.04458 20.1862 8.28783 20.1862C8.38513 20.1862 8.48243 20.1655 8.57973 20.1136C8.90082 19.9371 9.02731 19.522 8.8619 19.1795L6.83807 14.9346H8.01539L19.6719 18.4945L19.74 18.5153C19.8178 18.5256 19.8957 18.536 19.9735 18.536C20.3043 18.536 20.6254 18.4115 20.8784 18.1831C21.1995 17.8925 21.3746 17.4774 21.3746 17.0415V5.31366C21.3843 4.86738 21.2092 4.45223 20.8881 4.16163ZM3.91908 13.1495V9.35094C3.91908 9.13299 4.09422 8.95655 4.28882 8.95655H7.61646V13.575L4.28882 13.5543C4.09422 13.5439 3.91908 13.3675 3.91908 13.1495ZM20.0903 17.0311C20.0903 17.0726 20.0708 17.1038 20.0513 17.1245C20.0416 17.1349 20.0124 17.1557 19.9832 17.1557L17.9983 16.5537V9.25753C17.9983 9.07311 17.9296 8.89624 17.8074 8.76583C17.6851 8.63542 17.5193 8.56216 17.3464 8.56216C17.1735 8.56216 17.0077 8.63542 16.8854 8.76583C16.7632 8.89624 16.6945 9.07311 16.6945 9.25753V16.1489L8.89109 13.7618C8.89109 13.7307 8.91055 13.6996 8.91055 13.6684V8.68671L19.9735 5.18911C20.0027 5.18911 20.0319 5.19949 20.0416 5.22025C20.0611 5.24101 20.0805 5.26176 20.0805 5.31366V17.0311H20.0903Z",
15
+ fill: "currentColor",
16
+ stroke: "currentColor",
17
+ strokeWidth: 0.05
18
+ })
19
+ });
20
+ };
21
+ MegaphoneIcon_MegaphoneIcon.displayName = 'MegaphoneIcon|megaphone';
22
+ const MegaphoneIcon = MegaphoneIcon_MegaphoneIcon;
23
+ export { MegaphoneIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const MigratedTradeIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default MigratedTradeIcon;
@@ -0,0 +1,39 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const MigratedTradeIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs("svg", {
4
+ width: width,
5
+ height: height,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ ...props,
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M5.11246 15.368C5.3249 15.5805 5.66876 15.5805 5.88121 15.368L10.6382 10.611L17.6523 9.94926C17.9512 9.92086 18.1704 9.65528 18.1421 9.35629C18.1138 9.0574 17.8489 8.8376 17.55 8.86567L10.3414 9.54614C10.2155 9.5581 10.098 9.61377 10.0086 9.70317L5.11246 14.5993C4.90001 14.8117 4.90001 15.1556 5.11246 15.368Z",
12
+ className: "text-foreground",
13
+ fill: "currentColor"
14
+ }),
15
+ /*#__PURE__*/ jsx("path", {
16
+ d: "M7.2345 8.79973V6.03027H8.34336C8.5471 6.03027 8.71704 6.06047 8.85317 6.12088C8.9893 6.18128 9.09162 6.26512 9.16013 6.3724C9.22865 6.47878 9.26291 6.60138 9.26291 6.74022C9.26291 6.8484 9.24127 6.94351 9.198 7.02555C9.15472 7.10668 9.09522 7.17339 9.0195 7.22568C8.94467 7.27707 8.85903 7.31358 8.76257 7.33522V7.36226C8.86804 7.36677 8.96676 7.39652 9.05871 7.45151C9.15157 7.5065 9.22685 7.58358 9.28454 7.68275C9.34224 7.78102 9.37109 7.89821 9.37109 8.03434C9.37109 8.18129 9.33458 8.31246 9.26155 8.42785C9.18943 8.54235 9.0826 8.63295 8.94107 8.69966C8.79953 8.76637 8.62508 8.79973 8.41774 8.79973H7.2345ZM7.82003 8.32102H8.29738C8.46056 8.32102 8.57956 8.28992 8.65438 8.22772C8.72921 8.16461 8.76662 8.08077 8.76662 7.97619C8.76662 7.89957 8.74814 7.83195 8.71118 7.77335C8.67422 7.71475 8.62148 7.66878 8.55296 7.63542C8.48535 7.60207 8.40466 7.58539 8.31091 7.58539H7.82003V8.32102ZM7.82003 7.18917H8.25411C8.33435 7.18917 8.40557 7.1752 8.46777 7.14725C8.53088 7.1184 8.58046 7.07783 8.61652 7.02555C8.65348 6.97326 8.67196 6.9106 8.67196 6.83758C8.67196 6.73751 8.63635 6.65683 8.56513 6.59552C8.49482 6.53422 8.39475 6.50357 8.26493 6.50357H7.82003V7.18917Z",
17
+ className: "text-bullish",
18
+ fill: "currentColor"
19
+ }),
20
+ /*#__PURE__*/ jsx("path", {
21
+ d: "M10.7688 11.7422H11.4909L12.2536 13.6029H12.286L13.0487 11.7422H13.7708V14.5116H13.2029V12.7091H13.1799L12.4632 14.4981H12.0764L11.3597 12.7023H11.3368V14.5116H10.7688V11.7422Z",
22
+ className: "text-secondary",
23
+ fill: "currentColor"
24
+ }),
25
+ /*#__PURE__*/ jsx("path", {
26
+ d: "M12.2712 6.82654C12.2604 6.71746 12.2139 6.63271 12.1319 6.57231C12.0499 6.51191 11.9385 6.48171 11.7979 6.48171C11.7023 6.48171 11.6216 6.49523 11.5558 6.52228C11.49 6.54842 11.4395 6.58493 11.4044 6.63181C11.3701 6.67869 11.353 6.73188 11.353 6.79138C11.3512 6.84096 11.3616 6.88424 11.3841 6.9212C11.4075 6.95816 11.4395 6.99016 11.4801 7.01721C11.5207 7.04335 11.5676 7.06634 11.6207 7.08618C11.6739 7.10511 11.7307 7.12134 11.7911 7.13486L12.04 7.19436C12.1608 7.2214 12.2716 7.25746 12.3726 7.30254C12.4736 7.34762 12.561 7.40306 12.635 7.46887C12.7089 7.53468 12.7661 7.61221 12.8067 7.70146C12.8482 7.79071 12.8693 7.89303 12.8702 8.00843C12.8693 8.17791 12.8261 8.32486 12.7404 8.44927C12.6557 8.57277 12.5331 8.66879 12.3726 8.7373C12.213 8.80491 12.0206 8.83872 11.7952 8.83872C11.5716 8.83872 11.3769 8.80446 11.211 8.73595C11.046 8.66743 10.9171 8.56601 10.8243 8.43169C10.7323 8.29646 10.6841 8.12923 10.6796 7.92999H11.2462C11.2525 8.02285 11.2791 8.10038 11.326 8.16259C11.3737 8.22389 11.4373 8.27032 11.5166 8.30187C11.5969 8.33252 11.6875 8.34785 11.7884 8.34785C11.8876 8.34785 11.9737 8.33342 12.0467 8.30457C12.1206 8.27573 12.1779 8.23561 12.2185 8.18422C12.259 8.13284 12.2793 8.07379 12.2793 8.00707C12.2793 7.94487 12.2608 7.89258 12.2239 7.85021C12.1878 7.80784 12.1346 7.77178 12.0643 7.74203C11.9949 7.71228 11.9097 7.68523 11.8087 7.66089L11.5072 7.58516C11.2737 7.52837 11.0893 7.43957 10.9541 7.31877C10.8188 7.19796 10.7517 7.03524 10.7526 6.8306C10.7517 6.66291 10.7963 6.51642 10.8865 6.39111C10.9775 6.2658 11.1024 6.16798 11.261 6.09766C11.4197 6.02735 11.6 5.99219 11.802 5.99219C12.0075 5.99219 12.1869 6.02735 12.3402 6.09766C12.4943 6.16798 12.6142 6.2658 12.6999 6.39111C12.7855 6.51642 12.8297 6.66156 12.8324 6.82654H12.2712Z",
27
+ className: "text-bearish",
28
+ fill: "currentColor"
29
+ }),
30
+ /*#__PURE__*/ jsx("path", {
31
+ d: "M4.00012 5.87207C4.30049 5.87216 4.54407 6.11563 4.54407 6.41602V17.2959H20.048C20.3482 17.2961 20.5919 17.5395 20.5919 17.8398C20.5919 18.1402 20.3482 18.3836 20.048 18.3838H4.00012C3.69968 18.3838 3.45618 18.1403 3.45618 17.8398V6.41602C3.45618 6.11557 3.69968 5.87207 4.00012 5.87207Z",
32
+ className: "text-secondary",
33
+ fill: "currentColor"
34
+ })
35
+ ]
36
+ });
37
+ MigratedTradeIcon.displayName = 'MigratedTradeIcon|migrated-trade';
38
+ const web_MigratedTradeIcon = MigratedTradeIcon;
39
+ export { web_MigratedTradeIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const NavCopyTradeIcon: {
4
+ <T extends string = IconColor>({ size, width, height, className, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default NavCopyTradeIcon;