@particle-network/icons 0.7.0-beta.1 → 0.7.0-beta.11

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 (161) 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/CompassIcon.d.ts +7 -0
  10. package/dist/native/CompassIcon.js +24 -0
  11. package/dist/native/DevBuyIcon.d.ts +6 -0
  12. package/dist/native/DevBuyIcon.js +38 -0
  13. package/dist/native/DevSellIcon.d.ts +6 -0
  14. package/dist/native/DevSellIcon.js +42 -0
  15. package/dist/native/FishIcon.d.ts +7 -0
  16. package/dist/native/FishIcon.js +27 -0
  17. package/dist/native/FloatingIcon.d.ts +7 -0
  18. package/dist/native/FloatingIcon.js +26 -0
  19. package/dist/native/HeaddressIcon.d.ts +7 -0
  20. package/dist/native/HeaddressIcon.js +27 -0
  21. package/dist/native/LayoutMultiLineIcon.d.ts +7 -0
  22. package/dist/native/LayoutMultiLineIcon.js +24 -0
  23. package/dist/native/LayoutSingleLineIcon.d.ts +7 -0
  24. package/dist/native/LayoutSingleLineIcon.js +24 -0
  25. package/dist/native/LimitOrderIcon.d.ts +6 -0
  26. package/dist/native/LimitOrderIcon.js +29 -0
  27. package/dist/native/MarketOrderIcon.d.ts +6 -0
  28. package/dist/native/MarketOrderIcon.js +29 -0
  29. package/dist/native/MegaphoneIcon.d.ts +7 -0
  30. package/dist/native/MegaphoneIcon.js +27 -0
  31. package/dist/native/MigratedTradeIcon.d.ts +6 -0
  32. package/dist/native/MigratedTradeIcon.js +43 -0
  33. package/dist/native/OffchainIcon.d.ts +7 -0
  34. package/dist/native/OffchainIcon.js +24 -0
  35. package/dist/native/PercentBagIcon.d.ts +7 -0
  36. package/dist/native/PercentBagIcon.js +26 -0
  37. package/dist/native/RefreshCcwDollarIcon.d.ts +7 -0
  38. package/dist/native/RefreshCcwDollarIcon.js +26 -0
  39. package/dist/native/SnakeIcon.d.ts +7 -0
  40. package/dist/native/SnakeIcon.js +24 -0
  41. package/dist/native/Sprout1Icon.d.ts +7 -0
  42. package/dist/native/Sprout1Icon.js +27 -0
  43. package/dist/native/TradingRewardsIcon.d.ts +7 -0
  44. package/dist/native/TradingRewardsIcon.js +24 -0
  45. package/dist/native/TrailingStopIcon.d.ts +6 -0
  46. package/dist/native/TrailingStopIcon.js +34 -0
  47. package/dist/native/TriggerIcon.d.ts +6 -0
  48. package/dist/native/TriggerIcon.js +53 -0
  49. package/dist/native/TwapIcon.d.ts +6 -0
  50. package/dist/native/TwapIcon.js +34 -0
  51. package/dist/native/UserCheckIcon.d.ts +7 -0
  52. package/dist/native/UserCheckIcon.js +32 -0
  53. package/dist/native/UserSwitchIcon.d.ts +7 -0
  54. package/dist/native/UserSwitchIcon.js +26 -0
  55. package/dist/native/index.d.ts +27 -0
  56. package/dist/native/index.js +28 -1
  57. package/dist/native/pro-types.d.ts +4 -0
  58. package/dist/native/pro-types.js +0 -0
  59. package/dist/native-pro/ColorDiamondIcon.d.ts +6 -0
  60. package/dist/native-pro/ColorDiamondIcon.js +203 -0
  61. package/dist/native-pro/DevBuyIcon.d.ts +6 -0
  62. package/dist/native-pro/DevBuyIcon.js +38 -0
  63. package/dist/native-pro/DevSellIcon.d.ts +6 -0
  64. package/dist/native-pro/DevSellIcon.js +42 -0
  65. package/dist/native-pro/LimitOrderIcon.d.ts +6 -0
  66. package/dist/native-pro/LimitOrderIcon.js +29 -0
  67. package/dist/native-pro/MarketOrderIcon.d.ts +6 -0
  68. package/dist/native-pro/MarketOrderIcon.js +29 -0
  69. package/dist/native-pro/MigratedTradeIcon.d.ts +6 -0
  70. package/dist/native-pro/MigratedTradeIcon.js +43 -0
  71. package/dist/native-pro/TrailingStopIcon.d.ts +6 -0
  72. package/dist/native-pro/TrailingStopIcon.js +34 -0
  73. package/dist/native-pro/TriggerIcon.d.ts +6 -0
  74. package/dist/native-pro/TriggerIcon.js +53 -0
  75. package/dist/native-pro/TwapIcon.d.ts +6 -0
  76. package/dist/native-pro/TwapIcon.js +34 -0
  77. package/dist/native-pro/index.d.ts +9 -0
  78. package/dist/native-pro/index.js +10 -0
  79. package/dist/native-pro/pro-types.d.ts +4 -0
  80. package/dist/native-pro/pro-types.js +0 -0
  81. package/dist/web/BlockHandleIcon.d.ts +7 -0
  82. package/dist/web/BlockHandleIcon.js +21 -0
  83. package/dist/web/ChartPie1Icon.d.ts +7 -0
  84. package/dist/web/ChartPie1Icon.js +23 -0
  85. package/dist/web/ColorChartLineIcon.d.ts +7 -0
  86. package/dist/web/ColorChartLineIcon.js +39 -0
  87. package/dist/web/ColorDiamondIcon.d.ts +6 -0
  88. package/dist/web/ColorDiamondIcon.js +216 -0
  89. package/dist/web/CompassIcon.d.ts +7 -0
  90. package/dist/web/CompassIcon.js +21 -0
  91. package/dist/web/DevBuyIcon.d.ts +6 -0
  92. package/dist/web/DevBuyIcon.js +35 -0
  93. package/dist/web/DevSellIcon.d.ts +6 -0
  94. package/dist/web/DevSellIcon.js +40 -0
  95. package/dist/web/FishIcon.d.ts +7 -0
  96. package/dist/web/FishIcon.js +23 -0
  97. package/dist/web/FloatingIcon.d.ts +7 -0
  98. package/dist/web/FloatingIcon.js +23 -0
  99. package/dist/web/HeaddressIcon.d.ts +7 -0
  100. package/dist/web/HeaddressIcon.js +23 -0
  101. package/dist/web/LayoutMultiLineIcon.d.ts +7 -0
  102. package/dist/web/LayoutMultiLineIcon.js +21 -0
  103. package/dist/web/LayoutSingleLineIcon.d.ts +7 -0
  104. package/dist/web/LayoutSingleLineIcon.js +21 -0
  105. package/dist/web/LimitOrderIcon.d.ts +6 -0
  106. package/dist/web/LimitOrderIcon.js +24 -0
  107. package/dist/web/MarketOrderIcon.d.ts +6 -0
  108. package/dist/web/MarketOrderIcon.js +24 -0
  109. package/dist/web/MegaphoneIcon.d.ts +7 -0
  110. package/dist/web/MegaphoneIcon.js +23 -0
  111. package/dist/web/MigratedTradeIcon.d.ts +6 -0
  112. package/dist/web/MigratedTradeIcon.js +39 -0
  113. package/dist/web/OffchainIcon.d.ts +7 -0
  114. package/dist/web/OffchainIcon.js +21 -0
  115. package/dist/web/PercentBagIcon.d.ts +7 -0
  116. package/dist/web/PercentBagIcon.js +23 -0
  117. package/dist/web/RefreshCcwDollarIcon.d.ts +7 -0
  118. package/dist/web/RefreshCcwDollarIcon.js +23 -0
  119. package/dist/web/SnakeIcon.d.ts +7 -0
  120. package/dist/web/SnakeIcon.js +21 -0
  121. package/dist/web/Sprout1Icon.d.ts +7 -0
  122. package/dist/web/Sprout1Icon.js +24 -0
  123. package/dist/web/TradingRewardsIcon.d.ts +7 -0
  124. package/dist/web/TradingRewardsIcon.js +21 -0
  125. package/dist/web/TrailingStopIcon.d.ts +6 -0
  126. package/dist/web/TrailingStopIcon.js +29 -0
  127. package/dist/web/TriggerIcon.d.ts +6 -0
  128. package/dist/web/TriggerIcon.js +51 -0
  129. package/dist/web/TwapIcon.d.ts +6 -0
  130. package/dist/web/TwapIcon.js +29 -0
  131. package/dist/web/UserCheckIcon.d.ts +7 -0
  132. package/dist/web/UserCheckIcon.js +29 -0
  133. package/dist/web/UserSwitchIcon.d.ts +7 -0
  134. package/dist/web/UserSwitchIcon.js +23 -0
  135. package/dist/web/index.d.ts +27 -0
  136. package/dist/web/index.js +28 -1
  137. package/dist/web/pro-types.d.ts +4 -0
  138. package/dist/web/pro-types.js +0 -0
  139. package/dist/web-pro/ColorDiamondIcon.d.ts +6 -0
  140. package/dist/web-pro/ColorDiamondIcon.js +216 -0
  141. package/dist/web-pro/DevBuyIcon.d.ts +6 -0
  142. package/dist/web-pro/DevBuyIcon.js +35 -0
  143. package/dist/web-pro/DevSellIcon.d.ts +6 -0
  144. package/dist/web-pro/DevSellIcon.js +40 -0
  145. package/dist/web-pro/LimitOrderIcon.d.ts +6 -0
  146. package/dist/web-pro/LimitOrderIcon.js +24 -0
  147. package/dist/web-pro/MarketOrderIcon.d.ts +6 -0
  148. package/dist/web-pro/MarketOrderIcon.js +24 -0
  149. package/dist/web-pro/MigratedTradeIcon.d.ts +6 -0
  150. package/dist/web-pro/MigratedTradeIcon.js +39 -0
  151. package/dist/web-pro/TrailingStopIcon.d.ts +6 -0
  152. package/dist/web-pro/TrailingStopIcon.js +29 -0
  153. package/dist/web-pro/TriggerIcon.d.ts +6 -0
  154. package/dist/web-pro/TriggerIcon.js +51 -0
  155. package/dist/web-pro/TwapIcon.d.ts +6 -0
  156. package/dist/web-pro/TwapIcon.js +29 -0
  157. package/dist/web-pro/index.d.ts +9 -0
  158. package/dist/web-pro/index.js +10 -0
  159. package/dist/web-pro/pro-types.d.ts +4 -0
  160. package/dist/web-pro/pro-types.js +0 -0
  161. package/package.json +11 -3
@@ -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 OffchainIcon: {
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 OffchainIcon;
@@ -0,0 +1,21 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const OffchainIcon_OffchainIcon = ({ 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: "M4.08134 2.98777C3.78312 3.26696 3.76776 3.73485 4.04681 4.03323L7.02094 7.21176L6.23028 7.21245C4.96582 7.21337 3.75321 7.71598 2.85909 8.61009C1.965 9.50422 1.46236 10.7168 1.46145 11.9813V11.9827C1.46226 13.2472 1.96503 14.4597 2.85909 15.3538C3.75333 16.2481 4.96635 16.7514 6.23097 16.7522H9.32042C9.72892 16.752 10.0606 16.4205 10.0607 16.0119C10.0607 15.6033 9.72895 15.2719 9.32042 15.2717H6.23097C5.35882 15.2709 4.52198 14.9244 3.90525 14.3077C3.28857 13.6909 2.94189 12.8542 2.94127 11.982C2.94199 11.1098 3.28923 10.2737 3.90594 9.65694C4.52284 9.04004 5.35924 8.69351 6.23166 8.69296V8.69158L7.98907 8.69227C8.11115 8.69226 8.22451 8.65903 8.32605 8.60664L10.7906 11.241L8.25562 11.2417C7.84696 11.2418 7.51536 11.5733 7.51536 11.982C7.51551 12.3905 7.84705 12.7222 8.25562 12.7222L12.1758 12.7215L19.4022 20.4479C19.6814 20.7462 20.1493 20.7615 20.4477 20.4824C20.7461 20.2032 20.7621 19.7347 20.4829 19.4363L17.9652 16.7446C19.1447 16.6859 20.2641 16.1914 21.103 15.3525C21.9971 14.4583 22.4999 13.2458 22.5006 11.9813L22.5013 11.9806C22.5005 10.7161 21.9972 9.50287 21.103 8.60871C20.2089 7.71483 18.9961 7.21191 17.7318 7.21107L17.7311 7.21176L14.6424 7.21107C14.2339 7.21116 13.9023 7.54285 13.9021 7.95132C13.9021 8.35996 14.2338 8.69148 14.6424 8.69158H17.7304C18.6026 8.69212 19.4393 9.03896 20.0562 9.65556C20.6728 10.2722 21.02 11.1086 21.0208 11.9806C21.0203 12.8529 20.6736 13.6894 20.0568 14.3063C19.44 14.9231 18.6034 15.2696 17.7311 15.2703H16.7713C16.714 15.2703 16.6584 15.278 16.6049 15.2903L13.6756 12.1594C13.6897 12.1024 13.6998 12.0434 13.6998 11.982C13.6998 11.5733 13.3682 11.2417 12.9595 11.2417L12.8166 11.241L5.12681 3.02229C4.84758 2.72408 4.37971 2.70864 4.08134 2.98777Z",
15
+ fill: "currentColor"
16
+ })
17
+ });
18
+ };
19
+ OffchainIcon_OffchainIcon.displayName = 'OffchainIcon|offchain';
20
+ const OffchainIcon = OffchainIcon_OffchainIcon;
21
+ export { OffchainIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const PercentBagIcon: {
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 PercentBagIcon;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const PercentBagIcon = ({ 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: "M8.13733 2.56382C10.6862 2.11938 13.2935 2.11933 15.8424 2.56382L16.3873 2.66635L16.4791 2.68393C17.0758 2.80357 17.4054 3.44816 17.1539 4.00229C16.63 5.15468 15.815 6.00465 14.8629 6.55796C15.9494 6.97677 16.9836 7.60823 17.8766 8.37632C21.1435 11.187 22.8337 17.2667 19.3932 19.8617L19.1383 20.0501C17.8402 20.9904 16.1715 21.841 12.0358 21.8412L11.3336 21.8304C8.159 21.7277 6.37255 20.9276 5.12561 20.0501L4.86585 19.8617C3.18025 18.5905 2.66029 16.3961 3.21155 13.9212C3.63582 10.8747 6.10621 7.82899 9.16467 6.5853C8.19175 6.03288 7.35754 5.17421 6.82483 4.00229C6.57334 3.44816 6.90393 2.80356 7.50061 2.68393L7.59143 2.66635L8.13733 2.56382ZM12.8522 7.26108C12.294 7.34456 11.7253 7.34754 11.1666 7.26792C9.6947 7.48717 8.2473 8.24409 7.04651 9.35581C5.60751 10.6882 4.63097 12.4281 4.40003 14.0863L4.39417 14.1341L4.38342 14.182C3.8939 16.3793 4.40761 18.0118 5.5885 18.9027C6.70792 19.7467 8.41799 20.641 12.0358 20.641C14.1576 20.6409 15.5274 20.4081 16.4908 20.0912C17.435 19.7805 18.0515 19.3695 18.6705 18.9027C19.8923 17.981 20.3253 16.3609 19.9703 14.4154C19.616 12.4746 18.5078 10.5026 17.0944 9.28647C15.8405 8.20789 14.3207 7.46815 12.8522 7.26108ZM13.2301 15.2083C13.6388 15.1477 14.0554 15.2524 14.3873 15.4984C14.7189 15.7445 14.9389 16.1124 14.9996 16.5208C15.0603 16.9295 14.9565 17.3452 14.7106 17.6771C14.4646 18.009 14.0967 18.2305 13.6881 18.2914C13.2795 18.352 12.8628 18.2472 12.5309 18.0013C12.1991 17.7553 11.9784 17.3874 11.9176 16.9789C11.8569 16.5704 11.961 16.1545 12.2067 15.8226C12.4528 15.4907 12.8214 15.2691 13.2301 15.2083ZM14.3131 10.5785C14.4482 10.5585 14.5869 10.5928 14.6969 10.6742C14.7514 10.7146 14.7977 10.7664 14.8326 10.8246C14.8674 10.8825 14.89 10.9472 14.9 11.014C14.9099 11.0809 14.9066 11.1496 14.8903 11.2152C14.8738 11.2809 14.8447 11.3434 14.8043 11.3978L9.84143 18.0931L9.84046 18.0941C9.758 18.2013 9.63651 18.2725 9.50257 18.2914C9.36864 18.3101 9.23239 18.275 9.12366 18.1947C9.01486 18.114 8.94163 17.9935 8.92053 17.8597C8.89951 17.726 8.9317 17.589 9.01038 17.4789L13.9742 10.7816C14.0558 10.672 14.1779 10.5986 14.3131 10.5785ZM13.3824 16.2298C13.2449 16.2503 13.1206 16.3253 13.0377 16.4369C12.9549 16.5486 12.9197 16.6889 12.9401 16.8265C12.9606 16.9642 13.0353 17.0884 13.1471 17.1712C13.2589 17.2539 13.3992 17.2884 13.5367 17.2679C13.6741 17.2473 13.7978 17.1735 13.8805 17.0619C13.9632 16.9501 13.9986 16.8098 13.9782 16.6722C13.9576 16.5349 13.8835 16.4113 13.7721 16.3285C13.6605 16.2457 13.5199 16.2096 13.3824 16.2298ZM10.0778 10.5794C10.28 10.5494 10.4868 10.5591 10.6852 10.6087C10.8836 10.6584 11.0707 10.7467 11.235 10.8685C11.3993 10.9903 11.5389 11.1433 11.6442 11.3187C11.7492 11.494 11.8182 11.6888 11.8483 11.891C11.8783 12.0932 11.8686 12.3 11.819 12.4984C11.7693 12.6968 11.6809 12.8839 11.5592 13.0482C11.4375 13.2124 11.2842 13.3512 11.109 13.4564C10.9336 13.5615 10.738 13.6314 10.5358 13.6615C10.1273 13.722 9.71132 13.6182 9.37952 13.3724C9.04753 13.1263 8.82704 12.7577 8.76624 12.349C8.70561 11.9403 8.80932 11.5237 9.0553 11.1917C9.30128 10.8601 9.66937 10.6403 10.0778 10.5794ZM10.2301 11.6009C10.0927 11.6215 9.9682 11.6955 9.88538 11.807C9.80266 11.9186 9.76749 12.0592 9.78772 12.1966C9.80817 12.3342 9.88314 12.4584 9.99475 12.5414C10.1064 12.624 10.2469 12.6593 10.3844 12.639C10.5219 12.6184 10.6463 12.5437 10.7291 12.432C10.8117 12.3202 10.8472 12.1798 10.8268 12.0423C10.8062 11.9049 10.7323 11.7804 10.6207 11.6976C10.509 11.6148 10.3676 11.5806 10.2301 11.6009ZM15.9157 3.79917C13.3212 3.31082 10.6586 3.31088 8.06409 3.79917C8.75446 5.07831 9.92513 5.82791 11.1793 6.05307C11.4628 6.01845 11.749 6.00034 12.0358 6.00034L12.4225 6.01108C12.5613 6.01899 12.7005 6.0311 12.8395 6.04721C14.0791 5.81379 15.2323 5.06519 15.9157 3.79917Z",
17
+ fill: "currentColor"
18
+ })
19
+ });
20
+ };
21
+ PercentBagIcon.displayName = 'PercentBagIcon|percent-bag';
22
+ const web_PercentBagIcon = PercentBagIcon;
23
+ export { web_PercentBagIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const RefreshCcwDollarIcon: {
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 RefreshCcwDollarIcon;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const RefreshCcwDollarIcon = ({ 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: "M20.6571 13.4316C20.6645 13.4326 20.6721 13.4344 20.6795 13.4355C20.7199 13.4419 20.7594 13.4519 20.7977 13.4648C20.8002 13.4657 20.803 13.4659 20.8055 13.4668C20.8129 13.4694 20.8198 13.4737 20.827 13.4766C20.8583 13.4888 20.8886 13.5031 20.9178 13.5195C20.9308 13.5269 20.9435 13.5349 20.9559 13.543C20.9833 13.5607 21.0092 13.5802 21.034 13.6016C21.0412 13.6078 21.0486 13.6137 21.0555 13.6201C21.0834 13.6462 21.109 13.6746 21.1326 13.7051C21.1362 13.7097 21.14 13.7141 21.1434 13.7188C21.197 13.7916 21.2392 13.8747 21.2625 13.9678L21.9774 16.8242C22.073 17.2069 21.8395 17.5947 21.4569 17.6904C21.0743 17.7858 20.6863 17.5534 20.5907 17.1709L20.3602 16.249C19.6723 17.3991 18.7659 18.4117 17.6834 19.2236C16.0454 20.4521 14.0804 21.1687 12.036 21.2822C12.0229 21.2829 12.009 21.2832 11.9959 21.2832C10.0897 21.2834 8.2292 20.6971 6.6678 19.6035C5.10642 18.5099 3.91971 16.9615 3.26839 15.1699C3.13401 14.7994 3.3247 14.3897 3.69515 14.2549C4.06578 14.1202 4.47532 14.3121 4.61019 14.6826C5.16131 16.1985 6.16606 17.5083 7.48714 18.4336C8.8025 19.3548 10.3689 19.8494 11.9744 19.8535C13.7307 19.7525 15.4184 19.1367 16.826 18.0811C17.8609 17.3049 18.7087 16.316 19.3201 15.1885L17.8856 15.5479C17.5031 15.6432 17.115 15.4108 17.0194 15.0283C16.9239 14.6458 17.1573 14.2578 17.5399 14.1621L20.3963 13.4473L20.4422 13.4404C20.4716 13.4351 20.501 13.4293 20.5311 13.4277L20.5399 13.4268C20.5793 13.4251 20.6186 13.4269 20.6571 13.4316ZM12.0887 6.62109C12.4467 6.62109 12.7371 6.91154 12.7371 7.26953V8.48438C13.1237 8.54603 13.4883 8.66503 13.7977 8.84863C14.2857 9.13841 14.6834 9.62596 14.6834 10.292C14.6834 10.6498 14.3937 10.9402 14.036 10.9404C13.678 10.9404 13.3875 10.6499 13.3875 10.292C13.3875 10.208 13.3506 10.0905 13.1356 9.96289C12.9124 9.83054 12.5535 9.73229 12.1034 9.73047C12.0985 9.7306 12.0935 9.73242 12.0887 9.73242C12.0825 9.7324 12.0763 9.73064 12.0701 9.73047C11.804 9.73049 11.582 9.73112 11.3856 9.74707C11.1832 9.76352 11.0539 9.7937 10.9715 9.8291C10.903 9.85857 10.8779 9.88631 10.8602 9.91699C10.8362 9.95875 10.7948 10.0633 10.7948 10.292C10.7948 10.4707 10.875 10.6427 11.1522 10.8584C11.4475 11.088 11.8605 11.284 12.3651 11.5195C12.8325 11.7377 13.3922 11.9956 13.826 12.333C14.2778 12.6845 14.6833 13.1934 14.6834 13.9219C14.6834 14.2975 14.6167 14.6475 14.4442 14.9463C14.2654 15.2556 14.0054 15.4545 13.7225 15.5762C13.4534 15.6919 13.164 15.7384 12.9012 15.7598C12.8477 15.7641 12.7929 15.7639 12.7381 15.7666V16.9521C12.7379 17.31 12.4476 17.5996 12.0897 17.5996C11.7319 17.5995 11.4414 17.3099 11.4412 16.9521V15.7422C11.0745 15.6965 10.717 15.6046 10.408 15.4385C10.154 15.3018 9.91979 15.108 9.75081 14.8398C9.58013 14.5688 9.49788 14.2565 9.49788 13.9219C9.49809 13.5641 9.78851 13.2745 10.1463 13.2744C10.5041 13.2745 10.7946 13.5641 10.7948 13.9219C10.7948 14.0408 10.8217 14.1075 10.8475 14.1484C10.8749 14.192 10.925 14.2446 11.0223 14.2969C11.2347 14.4109 11.5939 14.4843 12.0907 14.4844C12.3661 14.4844 12.5952 14.4841 12.7967 14.4678C12.999 14.4513 13.1284 14.4211 13.2108 14.3857C13.2792 14.3563 13.3044 14.3285 13.3221 14.2979C13.3461 14.2562 13.3875 14.1511 13.3875 13.9219C13.3874 13.7433 13.3069 13.5719 13.0301 13.3564C12.7348 13.1268 12.3219 12.9299 11.8172 12.6943C11.3499 12.4763 10.7901 12.2191 10.3563 11.8818C9.90436 11.5303 9.49788 11.0207 9.49788 10.292C9.49789 9.91654 9.56478 9.56726 9.73714 9.26855C9.91585 8.95903 10.1758 8.75946 10.4588 8.6377C10.728 8.52192 11.0183 8.47643 11.2811 8.45508C11.3334 8.45083 11.3867 8.44999 11.4403 8.44727V7.26953C11.4403 6.9116 11.7308 6.62119 12.0887 6.62109ZM12.0008 2.71973C13.9165 2.72513 15.7839 3.32248 17.3465 4.43066C18.909 5.53883 20.0907 7.10322 20.7293 8.90918C20.8608 9.28107 20.6657 9.68978 20.2938 9.82129C19.9219 9.95265 19.5142 9.75755 19.3826 9.38574C18.8423 7.85754 17.8425 6.53343 16.5203 5.5957C15.1985 4.65823 13.6184 4.15226 11.9979 4.14746C10.3545 4.14776 8.66223 4.85273 7.22054 5.97852C6.20244 6.77356 5.3392 7.75721 4.7264 8.79492L6.11116 8.4502C6.49377 8.35468 6.8817 8.58713 6.97737 8.96973C7.07273 9.35227 6.8394 9.7403 6.45687 9.83594L3.65218 10.5361C3.50425 10.5856 3.34029 10.5908 3.18245 10.5332C2.94764 10.4474 2.7853 10.251 2.73226 10.0244L2.01937 7.17285C1.92403 6.79036 2.15743 6.40234 2.53987 6.30664C2.92241 6.21127 3.31043 6.44462 3.40609 6.82715L3.65218 7.81348C4.34987 6.70551 5.2782 5.68298 6.34163 4.85254C7.96374 3.58592 9.9571 2.71977 11.9989 2.71973H12.0008Z",
17
+ fill: "currentColor"
18
+ })
19
+ });
20
+ };
21
+ RefreshCcwDollarIcon.displayName = 'RefreshCcwDollarIcon|refresh-ccw-dollar';
22
+ const web_RefreshCcwDollarIcon = RefreshCcwDollarIcon;
23
+ export { web_RefreshCcwDollarIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const SnakeIcon: {
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 SnakeIcon;
@@ -0,0 +1,21 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const SnakeIcon_SnakeIcon = ({ 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: "M11.2422 1.71973C12.1395 1.71986 12.985 2.08318 13.6211 2.7373C14.2495 3.38357 14.5967 4.23409 14.5967 5.12988V11.2266C14.5966 12.144 14.3158 12.8247 13.9453 13.3223H15.3486L18.2451 10.4258C18.8791 9.79202 19.91 9.79194 20.5439 10.4258C21.1775 11.0597 21.1776 12.0907 20.5439 12.7246L19.5957 13.6729C20.3175 14.1053 20.8027 14.8948 20.8027 15.7969C20.8026 16.24 20.6833 16.6555 20.4785 17.0156C21.5983 17.3393 22.4199 18.3708 22.4199 19.5938C22.4197 21.0748 21.2155 22.2792 19.7344 22.2793H4.26562C2.78449 22.2793 1.58034 21.0748 1.58008 19.5938C1.58008 18.371 2.40105 17.3394 3.52051 17.0156C3.31589 16.6556 3.19735 16.2397 3.19727 15.7969C3.19739 14.4322 4.30714 13.3223 5.67188 13.3223H7.52734C7.72613 13.1846 8.10489 12.9116 8.47559 12.5723C8.78742 12.2866 9.02711 12.0148 9.18652 11.7764C9.34952 11.5324 9.41194 11.3465 9.41211 11.2266V8.22754L9.41406 8.21777C9.41396 8.21613 9.41417 8.21382 9.41406 8.21191C9.4131 8.201 9.41078 8.18663 9.40723 8.17188C9.39962 8.14065 9.38631 8.11414 9.36914 8.0957C9.32277 8.04648 9.18574 7.9825 8.89844 7.98242C8.22414 7.98242 7.46917 7.72493 6.78027 7.28125L6.48926 7.0791C6.14244 6.82141 5.84069 6.52952 5.62012 6.23145C5.53295 6.11382 5.45945 5.99445 5.39844 5.87598H3.60156C3.21855 5.87593 2.90853 5.56556 2.9082 5.18262C2.9082 4.79939 3.21835 4.48832 3.60156 4.48828H5.34668C5.48683 4.1615 5.70838 3.84994 5.9209 3.59473C6.16891 3.29694 6.41822 3.05915 6.54688 2.94238C7.74135 1.85854 8.63196 1.71973 9 1.71973H11.2422ZM4.26562 18.2949C3.54989 18.2949 2.9668 18.878 2.9668 19.5938C2.96706 20.3093 3.55005 20.8926 4.26562 20.8926H19.7344C20.4499 20.8925 21.0329 20.3092 21.0332 19.5938C21.0332 18.8781 20.4501 18.295 19.7344 18.2949H4.26562ZM5.67188 14.709C5.07239 14.709 4.58398 15.1974 4.58398 15.7969C4.58425 16.3961 5.07255 16.8848 5.67188 16.8848H18.3281C18.9274 16.8847 19.4157 16.3961 19.416 15.7969C19.416 15.1974 18.9276 14.7091 18.3281 14.709H5.67188ZM19.5625 11.4072C19.4699 11.3147 19.3182 11.3146 19.2256 11.4072L17.3105 13.3223H17.9844L19.5625 11.7441C19.655 11.6516 19.6548 11.4999 19.5625 11.4072ZM9 3.10742C8.86101 3.10742 8.63559 3.17814 8.35254 3.33398C8.07689 3.48577 7.77068 3.70465 7.47852 3.96973C7.16132 4.25761 6.93225 4.53051 6.78418 4.74805C6.71008 4.85696 6.65749 4.95005 6.625 5.02148C6.59215 5.09383 6.58742 5.12607 6.58691 5.12695C6.58792 5.13187 6.5927 5.15586 6.6123 5.2002C6.63494 5.25118 6.67303 5.31837 6.73047 5.39746C6.81691 5.51642 6.94452 5.65859 7.12207 5.81055L7.31641 5.96582L7.52051 6.10645C8.00284 6.41769 8.51865 6.5957 8.89844 6.5957C9.52986 6.59576 10.0498 6.7774 10.4033 7.1709C10.7969 7.60938 10.808 8.12594 10.7998 8.29785V11.2266C10.7996 11.8975 10.409 12.5973 9.70996 13.3086H11.4922C11.6131 13.2835 11.9997 13.1881 12.3711 12.9346C12.9236 12.5571 13.2089 11.9933 13.209 11.2266V5.12988C13.209 4.59805 13.0025 4.09153 12.626 3.7041C12.2503 3.31779 11.7589 3.10756 11.2422 3.10742H9ZM9.09375 4.30762C9.28191 4.30761 9.46265 4.38258 9.5957 4.51562C9.66149 4.58143 9.71436 4.65917 9.75 4.74512C9.7856 4.83105 9.80365 4.92359 9.80371 5.0166C9.80371 5.10957 9.7855 5.20217 9.75 5.28809C9.71436 5.37414 9.66156 5.45269 9.5957 5.51855C9.52983 5.58443 9.45131 5.6372 9.36523 5.67285C9.27928 5.70839 9.18676 5.72656 9.09375 5.72656C9.00071 5.72652 8.90823 5.70846 8.82227 5.67285C8.73629 5.63721 8.65859 5.58435 8.59277 5.51855C8.45972 5.38551 8.38477 5.20476 8.38477 5.0166C8.38489 4.82862 8.45984 4.64856 8.59277 4.51562C8.72573 4.3827 8.90575 4.30771 9.09375 4.30762Z",
15
+ fill: "currentColor"
16
+ })
17
+ });
18
+ };
19
+ SnakeIcon_SnakeIcon.displayName = 'SnakeIcon|snake';
20
+ const SnakeIcon = SnakeIcon_SnakeIcon;
21
+ export { SnakeIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const Sprout1Icon: {
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 Sprout1Icon;
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const Sprout1Icon_Sprout1Icon = ({ 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: "M14 9.536V7C14 5.93913 14.4214 4.92172 15.1716 4.17157C15.9217 3.42143 16.9391 3 18 3H19.5C19.6326 3 19.7598 3.05268 19.8536 3.14645C19.9473 3.24021 20 3.36739 20 3.5V5C20 6.06087 19.5786 7.07828 18.8284 7.82843C18.0783 8.57857 17.0609 9 16 9C14.9391 9 13.9217 9.42143 13.1716 10.1716C12.4214 10.9217 12 11.9391 12 13M12 13C12 15 13 16 13 18C13 19.0819 12.6491 20.1345 12 21M12 13C12 12.0714 11.7414 11.1612 11.2533 10.3713C10.7651 9.58147 10.0666 8.94313 9.23607 8.52787C8.40554 8.1126 7.47578 7.93682 6.55097 8.02021C5.62616 8.1036 4.74285 8.44287 4 9C4 9.92856 4.25857 10.8388 4.74675 11.6287C5.23492 12.4185 5.9334 13.0569 6.76393 13.4721C7.59446 13.8874 8.52422 14.0632 9.44903 13.9798C10.3738 13.8964 11.2572 13.5571 12 13ZM5 21H19",
15
+ stroke: "currentColor",
16
+ strokeWidth: 1.45,
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ })
20
+ });
21
+ };
22
+ Sprout1Icon_Sprout1Icon.displayName = 'Sprout1Icon|sprout-1';
23
+ const Sprout1Icon = Sprout1Icon_Sprout1Icon;
24
+ export { Sprout1Icon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const TradingRewardsIcon: {
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 TradingRewardsIcon;
@@ -0,0 +1,21 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const TradingRewardsIcon_TradingRewardsIcon = ({ 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 1.40039C17.7436 1.40046 22.4003 6.05617 22.4004 11.7998C22.4004 17.5435 17.7437 22.2001 12 22.2002C6.25633 22.2001 1.60059 17.5435 1.60059 11.7998C1.60069 6.0562 6.25639 1.4005 12 1.40039ZM12 2.59961C6.91914 2.59971 2.79991 6.71894 2.7998 11.7998C2.7998 16.8808 6.91907 20.9999 12 21C17.081 20.9999 21.2002 16.8808 21.2002 11.7998C21.2001 6.71892 17.0809 2.59968 12 2.59961ZM18.5176 14.3164C18.6612 14.3645 18.7231 14.5632 18.6045 14.6855L18.4512 14.8418L16.5059 16.8301C16.4661 16.871 16.4178 16.9036 16.3652 16.9258L16.2842 16.9502C16.2563 16.9558 16.2278 16.959 16.1992 16.959H5.54785C5.35885 16.9587 5.25891 16.7187 5.39453 16.5801L7.50195 14.4346H7.50391C7.54374 14.3936 7.59188 14.3611 7.64453 14.3389C7.69705 14.3168 7.75357 14.3056 7.81055 14.3057H18.4512L18.5176 14.3164ZM7.84277 15.2354H7.83594L6.92969 16.1592H16.043L17.0732 15.1055H7.96875L7.84277 15.2354ZM16.2744 10.6621C16.302 10.6677 16.3294 10.6755 16.3555 10.6865C16.4081 10.7087 16.4563 10.7413 16.4961 10.7822L18.4414 12.7695L18.5947 12.9268C18.7305 13.0654 18.6305 13.3055 18.4414 13.3057H7.80078C7.77222 13.3057 7.74367 13.3025 7.71582 13.2969L7.63477 13.2715C7.58216 13.2493 7.53394 13.2167 7.49414 13.1758L5.39551 11.0322C5.25981 10.8937 5.35988 10.6537 5.54883 10.6533H16.1895L16.2744 10.6621ZM7.95703 12.5049H17.0625L16.0332 11.4531H6.92773L7.95703 12.5049ZM18.5176 7.01074C18.6614 7.05878 18.7232 7.25767 18.6045 7.37891L18.4512 7.53516L16.5059 9.52441C16.4661 9.56534 16.4178 9.59791 16.3652 9.62012L16.2842 9.64453C16.2563 9.65017 16.2278 9.65333 16.1992 9.65332H5.54785C5.38251 9.65304 5.2854 9.46967 5.35449 9.33008L5.39453 9.27344L7.50195 7.12891H7.50391C7.54372 7.08798 7.59192 7.05539 7.64453 7.0332C7.697 7.01114 7.75363 6.99996 7.81055 7H18.4512L18.5176 7.01074ZM7.84277 7.92969H7.83691L6.92969 8.85352H16.043L17.0732 7.7998H7.96875L7.84277 7.92969Z",
15
+ fill: "currentColor"
16
+ })
17
+ });
18
+ };
19
+ TradingRewardsIcon_TradingRewardsIcon.displayName = 'TradingRewardsIcon|trading-rewards';
20
+ const TradingRewardsIcon = TradingRewardsIcon_TradingRewardsIcon;
21
+ export { TradingRewardsIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const TrailingStopIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default TrailingStopIcon;
@@ -0,0 +1,29 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const TrailingStopIcon = ({ 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: "M22.0001 9.72803C22.2254 9.72803 22.4079 9.91051 22.4079 10.1358C22.4079 10.3612 22.2254 10.5437 22.0001 10.5437H1.60007C1.37474 10.5437 1.19226 10.3612 1.19226 10.1358C1.19226 9.91051 1.37474 9.72803 1.60007 9.72803H22.0001Z",
12
+ className: "text-secondary",
13
+ fill: "currentColor"
14
+ }),
15
+ /*#__PURE__*/ jsx("path", {
16
+ d: "M2.02507 15.3037C2.25041 15.3037 2.43289 15.4862 2.43289 15.7115C2.43289 15.9369 2.25041 16.1193 2.02507 16.1193H1.60007C1.37474 16.1193 1.19226 15.9369 1.19226 15.7115C1.19226 15.4862 1.37474 15.3037 1.60007 15.3037H2.02507ZM4.29148 15.3037C4.51681 15.3037 4.70007 15.4862 4.70007 15.7115C4.70007 15.9369 4.51681 16.1193 4.29148 16.1193H3.44148C3.21627 16.1192 3.03367 15.9368 3.03367 15.7115C3.03367 15.4863 3.21627 15.3039 3.44148 15.3037H4.29148ZM6.55867 15.3037C6.78388 15.3039 6.96648 15.4863 6.96648 15.7115C6.96648 15.9368 6.78388 16.1192 6.55867 16.1193H5.70867C5.48333 16.1193 5.30007 15.9369 5.30007 15.7115C5.30007 15.4862 5.48333 15.3037 5.70867 15.3037H6.55867ZM8.82507 15.3037C9.05041 15.3037 9.23289 15.4862 9.23289 15.7115C9.23289 15.9369 9.05041 16.1193 8.82507 16.1193H7.97507C7.74974 16.1193 7.56726 15.9369 7.56726 15.7115C7.56726 15.4862 7.74974 15.3037 7.97507 15.3037H8.82507ZM11.0915 15.3037C11.3168 15.3037 11.5001 15.4862 11.5001 15.7115C11.5001 15.9369 11.3168 16.1193 11.0915 16.1193H10.2415C10.0163 16.1192 9.83367 15.9368 9.83367 15.7115C9.83367 15.4863 10.0163 15.3039 10.2415 15.3037H11.0915ZM13.3587 15.3037C13.5839 15.3039 13.7665 15.4863 13.7665 15.7115C13.7665 15.9368 13.5839 16.1192 13.3587 16.1193H12.5087C12.2833 16.1193 12.1001 15.9369 12.1001 15.7115C12.1001 15.4862 12.2833 15.3037 12.5087 15.3037H13.3587ZM15.6251 15.3037C15.8504 15.3037 16.0329 15.4862 16.0329 15.7115C16.0329 15.9369 15.8504 16.1193 15.6251 16.1193H14.7751C14.5497 16.1193 14.3673 15.9369 14.3673 15.7115C14.3673 15.4862 14.5497 15.3037 14.7751 15.3037H15.6251ZM17.8915 15.3037C18.1168 15.3037 18.3001 15.4862 18.3001 15.7115C18.3001 15.9369 18.1168 16.1193 17.8915 16.1193H17.0415C16.8163 16.1192 16.6337 15.9368 16.6337 15.7115C16.6337 15.4863 16.8163 15.3039 17.0415 15.3037H17.8915ZM20.1587 15.3037C20.3839 15.3039 20.5665 15.4863 20.5665 15.7115C20.5665 15.9368 20.3839 16.1192 20.1587 16.1193H19.3087C19.0833 16.1193 18.9001 15.9369 18.9001 15.7115C18.9001 15.4862 19.0833 15.3037 19.3087 15.3037H20.1587ZM22.0001 15.3037C22.2254 15.3037 22.4079 15.4862 22.4079 15.7115C22.4079 15.9369 22.2254 16.1193 22.0001 16.1193H21.5751C21.3497 16.1193 21.1673 15.9369 21.1673 15.7115C21.1673 15.4862 21.3497 15.3037 21.5751 15.3037H22.0001Z",
17
+ className: "text-tertiary",
18
+ fill: "currentColor"
19
+ }),
20
+ /*#__PURE__*/ jsx("path", {
21
+ d: "M13.425 6.61865C13.5649 6.58071 13.7146 6.60086 13.8401 6.67334L16.1428 8.00537C16.574 7.71828 17.0919 7.55127 17.6487 7.55127L17.7883 7.55518C19.2253 7.62812 20.3682 8.81597 20.3684 10.271L20.3655 10.4116C20.2924 11.8485 19.1036 12.9905 17.6487 12.9907L17.5081 12.9878C16.1175 12.9171 15.0026 11.8021 14.9319 10.4116L14.928 10.271C14.9281 9.73217 15.0863 9.23069 15.3567 8.80811L13.7698 7.88916L9.41626 15.5718C9.34498 15.6975 9.22655 15.7903 9.08716 15.8286C8.94779 15.8669 8.7986 15.8475 8.6731 15.7759L6.25317 14.3931L4.49731 16.9712C4.32806 17.2189 3.9895 17.2825 3.74146 17.1138C3.49342 16.9445 3.42977 16.6061 3.59888 16.3579L5.63696 13.3657C5.79673 13.1314 6.11038 13.0592 6.35669 13.1997L8.73853 14.561L13.095 6.87549L13.1565 6.7876C13.2267 6.70658 13.3201 6.64723 13.425 6.61865ZM17.6487 8.63916C16.7475 8.63916 16.0171 9.36986 16.0168 10.271C16.017 11.1722 16.7474 11.9038 17.6487 11.9038C18.5497 11.9036 19.2803 11.1721 19.2805 10.271C19.2803 9.37 18.5497 8.63939 17.6487 8.63916Z",
22
+ className: "text-foreground",
23
+ fill: "currentColor"
24
+ })
25
+ ]
26
+ });
27
+ TrailingStopIcon.displayName = 'TrailingStopIcon|trailing-stop';
28
+ const web_TrailingStopIcon = TrailingStopIcon;
29
+ export { web_TrailingStopIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const TriggerIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default TriggerIcon;
@@ -0,0 +1,51 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const TriggerIcon = ({ 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.34375 16.1074L5.34375 18.8274",
12
+ className: "text-secondary",
13
+ stroke: "currentColor",
14
+ strokeWidth: "1.36",
15
+ strokeLinecap: "round"
16
+ }),
17
+ /*#__PURE__*/ jsx("path", {
18
+ d: "M11.8718 14.1797L11.8718 18.8037",
19
+ className: "text-secondary",
20
+ stroke: "currentColor",
21
+ strokeWidth: "1.36",
22
+ strokeLinecap: "round"
23
+ }),
24
+ /*#__PURE__*/ jsx("path", {
25
+ d: "M18.4 11.7324L18.4 18.8044",
26
+ className: "text-secondary",
27
+ stroke: "currentColor",
28
+ strokeWidth: "1.36",
29
+ strokeLinecap: "round"
30
+ }),
31
+ /*#__PURE__*/ jsx("path", {
32
+ d: "M18.808 7.78823L8.88005 13.2516L4.80005 11.8916",
33
+ className: "text-foreground",
34
+ stroke: "currentColor",
35
+ strokeWidth: "1.088",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round"
38
+ }),
39
+ /*#__PURE__*/ jsx("path", {
40
+ d: "M16.9533 6.8874L19.4173 7.03371L19.0713 9.47686",
41
+ className: "text-foreground",
42
+ stroke: "currentColor",
43
+ strokeWidth: "1.088",
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ })
47
+ ]
48
+ });
49
+ TriggerIcon.displayName = 'TriggerIcon|trigger';
50
+ const web_TriggerIcon = TriggerIcon;
51
+ export { web_TriggerIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const TwapIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default TwapIcon;
@@ -0,0 +1,29 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const TwapIcon = ({ 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: "M12.4189 8.59229C12.7193 8.59239 12.9629 8.83585 12.9629 9.13623V12.8501L14.9619 13.6665C15.24 13.78 15.3731 14.0964 15.2598 14.3745C15.1463 14.6525 14.8298 14.7865 14.5518 14.6733L12.2139 13.7192C11.9591 13.6151 11.8277 13.3408 11.8945 13.0815C11.883 13.0374 11.875 12.9916 11.875 12.9438V9.13623C11.875 8.83579 12.1185 8.59229 12.4189 8.59229Z",
12
+ className: "text-foreground",
13
+ fill: "currentColor"
14
+ }),
15
+ /*#__PURE__*/ jsx("path", {
16
+ d: "M12.4187 5.6001C16.4746 5.6001 19.7633 8.88798 19.7634 12.9438L19.7537 13.3218C19.6723 14.9275 19.0743 16.3965 18.1238 17.5679H16.6316C17.8866 16.4238 18.6746 14.776 18.6746 12.9438C18.6744 9.48887 15.8737 6.68799 12.4187 6.68799C8.96381 6.68812 6.16298 9.48895 6.16284 12.9438C6.16284 14.776 6.95074 16.4238 8.20581 17.5679H6.7146C5.68995 16.3052 5.07495 14.6966 5.07495 12.9438C5.07509 8.88807 8.36292 5.60023 12.4187 5.6001Z",
17
+ className: "text-secondary",
18
+ fill: "currentColor"
19
+ }),
20
+ /*#__PURE__*/ jsx("path", {
21
+ d: "M19.7601 17.5679C20.0605 17.568 20.3039 17.8112 20.3039 18.1116C20.3039 18.412 20.0605 18.6553 19.7601 18.6554H4.79998C4.49953 18.6554 4.25623 18.4121 4.25623 18.1116C4.25623 17.8112 4.49953 17.5679 4.79998 17.5679H19.7601Z",
22
+ className: "text-tertiary",
23
+ fill: "currentColor"
24
+ })
25
+ ]
26
+ });
27
+ TwapIcon.displayName = 'TwapIcon|twap';
28
+ const web_TwapIcon = TwapIcon;
29
+ export { web_TwapIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const UserCheckIcon: {
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 UserCheckIcon;
@@ -0,0 +1,29 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import { useWebColor } from "../core/index.js";
4
+ const UserCheckIcon_UserCheckIcon = ({ 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 23 24",
11
+ fill: "none",
12
+ ...props,
13
+ children: [
14
+ /*#__PURE__*/ jsx("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M18.8096 12.9429C19.0204 12.6426 19.4351 12.5699 19.7354 12.7808C20.0355 12.9916 20.1073 13.4063 19.8965 13.7065L14.7646 21.0142C14.6593 21.1641 14.4968 21.2636 14.3154 21.2896C14.134 21.3155 13.9499 21.2653 13.8066 21.1509L10.3809 18.4146C10.0943 18.1855 10.0483 17.7676 10.2773 17.481C10.5064 17.1943 10.9243 17.1474 11.2109 17.3765L14.083 19.6724L18.8096 12.9429ZM6.34766 11.187C7.49767 10.6792 8.76626 10.5458 9.99023 10.8052C11.2139 11.0645 12.3324 11.7036 13.2061 12.6343C13.4569 12.9017 13.4429 13.3226 13.1758 13.5737C12.9083 13.8244 12.4883 13.8108 12.2373 13.5435C11.5433 12.8041 10.6643 12.3062 9.71484 12.105C8.76594 11.9039 7.78163 12.0069 6.88477 12.4028C5.98721 12.7993 5.21223 13.4742 4.66406 14.3481C4.11578 15.2226 3.82025 16.2555 3.81934 17.3149V18.6431H6.26953C6.63607 18.6434 6.93346 18.9405 6.93359 19.3071C6.93352 19.6738 6.63611 19.9709 6.26953 19.9712H3.15527C2.78842 19.9712 2.49129 19.674 2.49121 19.3071V17.313C2.49242 16.0094 2.85564 14.7319 3.53906 13.6421C4.22282 12.552 5.19828 11.6947 6.34766 11.187ZM8.76074 2.6958C10.715 2.69586 12.2273 4.37246 12.2275 6.34912C12.2275 8.32598 10.7152 10.0034 8.76074 10.0034C6.80638 10.0033 5.29395 8.32593 5.29395 6.34912C5.29418 4.37251 6.80653 2.69594 8.76074 2.6958ZM8.76074 4.02393C7.61976 4.02407 6.6223 5.02426 6.62207 6.34912C6.62207 7.6742 7.61963 8.67417 8.76074 8.67432C9.90191 8.67425 10.8994 7.67426 10.8994 6.34912C10.8992 5.02421 9.90178 4.02399 8.76074 4.02393Z",
18
+ fill: "currentColor"
19
+ }),
20
+ /*#__PURE__*/ jsx("path", {
21
+ d: "M18.8096 12.9429L18.8488 12.9704L18.8488 12.9704L18.8096 12.9429ZM19.7354 12.7808L19.7629 12.7415L19.7629 12.7415L19.7354 12.7808ZM19.8965 13.7065L19.8572 13.679V13.679L19.8965 13.7065ZM14.7646 21.0142L14.8039 21.0417L14.8039 21.0417L14.7646 21.0142ZM14.3154 21.2896L14.3222 21.337V21.337L14.3154 21.2896ZM13.8066 21.1509L13.8366 21.1134L13.8366 21.1134L13.8066 21.1509ZM10.3809 18.4146L10.3509 18.452L10.3509 18.452L10.3809 18.4146ZM10.2773 17.481L10.2399 17.451L10.2399 17.451L10.2773 17.481ZM11.2109 17.3765L11.2409 17.339L11.2409 17.339L11.2109 17.3765ZM14.083 19.6724L14.053 19.7098C14.0634 19.7181 14.0767 19.7217 14.0898 19.7199C14.1029 19.718 14.1147 19.7108 14.1223 19.6999L14.083 19.6724ZM6.34766 11.187L6.32828 11.1431L6.32827 11.1431L6.34766 11.187ZM9.99023 10.8052L10.0002 10.7582H10.0002L9.99023 10.8052ZM13.2061 12.6343L13.241 12.6014L13.241 12.6014L13.2061 12.6343ZM13.1758 13.5737L13.2086 13.6087L13.2086 13.6087L13.1758 13.5737ZM12.2373 13.5435L12.2023 13.5763L12.2023 13.5763L12.2373 13.5435ZM9.71484 12.105L9.72479 12.058L9.72479 12.058L9.71484 12.105ZM6.88477 12.4028L6.86539 12.3589L6.86538 12.3589L6.88477 12.4028ZM4.66406 14.3481L4.62342 14.3227L4.62341 14.3227L4.66406 14.3481ZM3.81934 17.3149L3.77136 17.3149V17.3149H3.81934ZM3.81934 18.6431H3.77136C3.77136 18.6696 3.79284 18.691 3.81934 18.691V18.6431ZM6.26953 18.6431L6.26957 18.5951H6.26953V18.6431ZM6.93359 19.3071L6.98157 19.3071V19.3071L6.93359 19.3071ZM6.26953 19.9712V20.0192H6.26957L6.26953 19.9712ZM2.49121 19.3071H2.44323V19.3071L2.49121 19.3071ZM2.49121 17.313L2.44323 17.3129V17.313H2.49121ZM3.53906 13.6421L3.49842 13.6166L3.49841 13.6166L3.53906 13.6421ZM8.76074 2.6958L8.76074 2.64782H8.76074L8.76074 2.6958ZM12.2275 6.34912H12.2755V6.34912L12.2275 6.34912ZM8.76074 10.0034L8.76074 10.0514H8.76074L8.76074 10.0034ZM5.29395 6.34912L5.24597 6.34912V6.34912H5.29395ZM8.76074 4.02393L8.76075 3.97595H8.76074L8.76074 4.02393ZM6.62207 6.34912L6.57409 6.34911V6.34912H6.62207ZM8.76074 8.67432L8.76074 8.7223H8.76075L8.76074 8.67432ZM10.8994 6.34912H10.9474V6.34911L10.8994 6.34912ZM18.8096 12.9429L18.8488 12.9704C19.0445 12.6919 19.4292 12.6244 19.7078 12.82L19.7354 12.7808L19.7629 12.7415C19.441 12.5154 18.9964 12.5934 18.7703 12.9153L18.8096 12.9429ZM19.7354 12.7808L19.7078 12.82C19.9862 13.0156 20.0529 13.4003 19.8572 13.679L19.8965 13.7065L19.9357 13.7341C20.1618 13.4123 20.0849 12.9677 19.7629 12.7415L19.7354 12.7808ZM19.8965 13.7065L19.8572 13.679L14.7254 20.9866L14.7646 21.0142L14.8039 21.0417L19.9357 13.7341L19.8965 13.7065ZM14.7646 21.0142L14.7254 20.9866C14.6277 21.1256 14.4769 21.218 14.3086 21.2421L14.3154 21.2896L14.3222 21.337C14.5167 21.3092 14.6909 21.2025 14.8039 21.0417L14.7646 21.0142ZM14.3154 21.2896L14.3086 21.2421C14.1403 21.2662 13.9695 21.2196 13.8366 21.1134L13.8066 21.1509L13.7767 21.1884C13.9302 21.3111 14.1276 21.3649 14.3222 21.337L14.3154 21.2896ZM13.8066 21.1509L13.8366 21.1134L10.4108 18.3771L10.3809 18.4146L10.3509 18.452L13.7767 21.1884L13.8066 21.1509ZM10.3809 18.4146L10.4108 18.3771C10.145 18.1646 10.1023 17.7769 10.3148 17.5109L10.2773 17.481L10.2399 17.451C9.99439 17.7582 10.0436 18.2064 10.3509 18.452L10.3809 18.4146ZM10.2773 17.481L10.3148 17.5109C10.5273 17.245 10.9151 17.2015 11.181 17.4139L11.2109 17.3765L11.2409 17.339C10.9335 17.0934 10.4854 17.1437 10.2399 17.451L10.2773 17.481ZM11.2109 17.3765L11.181 17.4139L14.053 19.7098L14.083 19.6724L14.113 19.6349L11.2409 17.339L11.2109 17.3765ZM14.083 19.6724L14.1223 19.6999L18.8488 12.9704L18.8096 12.9429L18.7703 12.9153L14.0437 19.6448L14.083 19.6724ZM6.34766 11.187L6.36704 11.2309C7.5079 10.7271 8.76623 10.5949 9.98029 10.8521L9.99023 10.8052L10.0002 10.7582C8.76629 10.4968 7.48744 10.6313 6.32828 11.1431L6.34766 11.187ZM9.99023 10.8052L9.98029 10.8521C11.1941 11.1094 12.3039 11.7433 13.1711 12.6671L13.2061 12.6343L13.241 12.6014C12.3609 11.6638 11.2337 11.0197 10.0002 10.7582L9.99023 10.8052ZM13.2061 12.6343L13.1711 12.6671C13.4037 12.9151 13.3909 13.3057 13.1429 13.5388L13.1758 13.5737L13.2086 13.6087C13.495 13.3395 13.5101 12.8882 13.241 12.6014L13.2061 12.6343ZM13.1758 13.5737L13.143 13.5387C12.8948 13.7712 12.5051 13.7586 12.2723 13.5106L12.2373 13.5435L12.2023 13.5763C12.4714 13.8629 12.9217 13.8775 13.2086 13.6087L13.1758 13.5737ZM12.2373 13.5435L12.2723 13.5106C11.5718 12.7643 10.6841 12.2614 9.72479 12.058L9.71484 12.105L9.70489 12.1519C10.6444 12.3511 11.5148 12.8439 12.2023 13.5763L12.2373 13.5435ZM9.71484 12.105L9.72479 12.058C8.76596 11.8549 7.77139 11.9589 6.86539 12.3589L6.88477 12.4028L6.90414 12.4467C7.79187 12.0548 8.76593 11.953 9.7049 12.1519L9.71484 12.105ZM6.88477 12.4028L6.86538 12.3589C5.95873 12.7594 5.17648 13.4409 4.62342 14.3227L4.66406 14.3481L4.70471 14.3736C5.24798 13.5075 6.01569 12.8391 6.90415 12.4467L6.88477 12.4028ZM4.66406 14.3481L4.62341 14.3227C4.07025 15.2048 3.77228 16.2466 3.77136 17.3149L3.81934 17.3149L3.86732 17.315C3.86823 16.2643 4.16131 15.2403 4.70471 14.3736L4.66406 14.3481ZM3.81934 17.3149H3.77136V18.6431H3.81934H3.86732V17.3149H3.81934ZM3.81934 18.6431V18.691H6.26953V18.6431V18.5951H3.81934V18.6431ZM6.26953 18.6431L6.26949 18.691C6.60959 18.6913 6.88549 18.9671 6.88561 19.3071L6.93359 19.3071L6.98157 19.3071C6.98143 18.914 6.66256 18.5954 6.26957 18.5951L6.26953 18.6431ZM6.93359 19.3071L6.88561 19.3071C6.88554 19.6472 6.60963 19.9229 6.26949 19.9232L6.26953 19.9712L6.26957 20.0192C6.66258 20.0188 6.98149 19.7003 6.98157 19.3071L6.93359 19.3071ZM6.26953 19.9712V19.9232H3.15527V19.9712V20.0192H6.26953V19.9712ZM3.15527 19.9712V19.9232C2.81493 19.9232 2.53926 19.6475 2.53919 19.3071L2.49121 19.3071L2.44323 19.3071C2.44331 19.7004 2.76192 20.0192 3.15527 20.0192V19.9712ZM2.49121 19.3071H2.53919V17.313H2.49121H2.44323V19.3071H2.49121ZM2.49121 17.313L2.53919 17.313C2.54039 16.0182 2.90117 14.7496 3.57971 13.6676L3.53906 13.6421L3.49841 13.6166C2.81012 14.7142 2.44445 16.0005 2.44323 17.3129L2.49121 17.313ZM3.53906 13.6421L3.57971 13.6676C4.25858 12.5852 5.22678 11.7345 6.36704 11.2309L6.34766 11.187L6.32827 11.1431C5.16978 11.6548 4.18706 12.5187 3.49842 13.6166L3.53906 13.6421ZM8.76074 2.6958L8.76074 2.74378C10.6855 2.74384 12.1793 4.39583 12.1796 6.34913L12.2275 6.34912L12.2755 6.34912C12.2753 4.34909 10.7445 2.64788 8.76074 2.64782L8.76074 2.6958ZM12.2275 6.34912H12.1796C12.1796 8.30262 10.6856 9.95538 8.76074 9.95544L8.76074 10.0034L8.76074 10.0514C10.7447 10.0513 12.2755 8.34933 12.2755 6.34912H12.2275ZM8.76074 10.0034L8.76075 9.95544C6.83592 9.9553 5.34193 8.30258 5.34193 6.34912H5.29395H5.24597C5.24597 8.34929 6.77684 10.0513 8.76074 10.0514L8.76074 10.0034ZM5.29395 6.34912L5.34193 6.34913C5.34215 4.39588 6.83605 2.74392 8.76075 2.74378L8.76074 2.6958L8.76074 2.64782C6.777 2.64796 5.2462 4.34913 5.24597 6.34912L5.29395 6.34912ZM8.76074 4.02393L8.76074 3.97595C7.59065 3.97609 6.57432 5.00045 6.57409 6.34911L6.62207 6.34912L6.67005 6.34913C6.67027 5.04807 7.64887 4.07205 8.76075 4.07191L8.76074 4.02393ZM6.62207 6.34912H6.57409C6.57409 7.69802 7.59053 8.72215 8.76074 8.7223L8.76074 8.67432L8.76075 8.62634C7.64873 8.6262 6.67005 7.65039 6.67005 6.34912H6.62207ZM8.76074 8.67432L8.76075 8.7223C9.93101 8.72223 10.9474 7.69807 10.9474 6.34912H10.8994H10.8514C10.8514 7.65044 9.8728 8.62627 8.76074 8.62634L8.76074 8.67432ZM10.8994 6.34912L10.9474 6.34911C10.9472 5.0004 9.93089 3.97601 8.76075 3.97595L8.76074 4.02393L8.76074 4.07191C9.87267 4.07197 10.8512 5.04802 10.8514 6.34913L10.8994 6.34912Z",
22
+ fill: "currentColor"
23
+ })
24
+ ]
25
+ });
26
+ };
27
+ UserCheckIcon_UserCheckIcon.displayName = 'UserCheckIcon|user-check';
28
+ const UserCheckIcon = UserCheckIcon_UserCheckIcon;
29
+ export { UserCheckIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const UserSwitchIcon: {
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 UserSwitchIcon;