@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,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const SnakeIcon_SnakeIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const fill = props.fill || _color;
10
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: /*#__PURE__*/ jsx(Path, {
17
+ d: "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",
18
+ fill: fill
19
+ })
20
+ });
21
+ };
22
+ SnakeIcon_SnakeIcon.displayName = 'SnakeIcon|snake';
23
+ const SnakeIcon = SnakeIcon_SnakeIcon;
24
+ 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, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Sprout1Icon;
@@ -0,0 +1,27 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const Sprout1Icon_Sprout1Icon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const stroke = props.stroke || _color;
10
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: /*#__PURE__*/ jsx(Path, {
17
+ d: "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",
18
+ stroke: stroke,
19
+ strokeWidth: 1.45,
20
+ strokeLinecap: "round",
21
+ strokeLinejoin: "round"
22
+ })
23
+ });
24
+ };
25
+ Sprout1Icon_Sprout1Icon.displayName = 'Sprout1Icon|sprout-1';
26
+ const Sprout1Icon = Sprout1Icon_Sprout1Icon;
27
+ 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, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default TradingRewardsIcon;
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const TradingRewardsIcon_TradingRewardsIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const fill = props.fill || _color;
10
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: /*#__PURE__*/ jsx(Path, {
17
+ d: "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",
18
+ fill: fill
19
+ })
20
+ });
21
+ };
22
+ TradingRewardsIcon_TradingRewardsIcon.displayName = 'TradingRewardsIcon|trading-rewards';
23
+ const TradingRewardsIcon = TradingRewardsIcon_TradingRewardsIcon;
24
+ 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,34 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { ms } from "react-native-size-matters";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { useIconsContext } from "../core/index.js";
5
+ const TrailingStopIcon = ({ size = ms(16), width = ms(size), height = ms(size), ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const c1 = getColor('foreground');
8
+ const c2 = getColor('secondary');
9
+ const c3 = getColor('tertiary');
10
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: [
17
+ /*#__PURE__*/ jsx(Path, {
18
+ 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",
19
+ fill: c2
20
+ }),
21
+ /*#__PURE__*/ jsx(Path, {
22
+ 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",
23
+ fill: c3
24
+ }),
25
+ /*#__PURE__*/ jsx(Path, {
26
+ 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",
27
+ fill: c1
28
+ })
29
+ ]
30
+ });
31
+ };
32
+ TrailingStopIcon.displayName = 'TrailingStopIcon|trailing-stop';
33
+ const native_TrailingStopIcon = TrailingStopIcon;
34
+ export { native_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,53 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { ms } from "react-native-size-matters";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { useIconsContext } from "../core/index.js";
5
+ const TriggerIcon = ({ size = ms(16), width = ms(size), height = ms(size), ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const c1 = getColor('foreground');
8
+ const c2 = getColor('secondary');
9
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 24 24",
13
+ fill: "none",
14
+ ...props,
15
+ children: [
16
+ /*#__PURE__*/ jsx(Path, {
17
+ d: "M5.34375 16.1074L5.34375 18.8274",
18
+ stroke: c2,
19
+ strokeWidth: 1.36,
20
+ strokeLinecap: "round"
21
+ }),
22
+ /*#__PURE__*/ jsx(Path, {
23
+ d: "M11.8718 14.1797L11.8718 18.8037",
24
+ stroke: c2,
25
+ strokeWidth: 1.36,
26
+ strokeLinecap: "round"
27
+ }),
28
+ /*#__PURE__*/ jsx(Path, {
29
+ d: "M18.4 11.7324L18.4 18.8044",
30
+ stroke: c2,
31
+ strokeWidth: 1.36,
32
+ strokeLinecap: "round"
33
+ }),
34
+ /*#__PURE__*/ jsx(Path, {
35
+ d: "M18.808 7.78823L8.88005 13.2516L4.80005 11.8916",
36
+ stroke: c1,
37
+ strokeWidth: 1.088,
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ }),
41
+ /*#__PURE__*/ jsx(Path, {
42
+ d: "M16.9533 6.8874L19.4173 7.03371L19.0713 9.47686",
43
+ stroke: c1,
44
+ strokeWidth: 1.088,
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round"
47
+ })
48
+ ]
49
+ });
50
+ };
51
+ TriggerIcon.displayName = 'TriggerIcon|trigger';
52
+ const native_TriggerIcon = TriggerIcon;
53
+ export { native_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,34 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { ms } from "react-native-size-matters";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { useIconsContext } from "../core/index.js";
5
+ const TwapIcon = ({ size = ms(16), width = ms(size), height = ms(size), ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const c1 = getColor('foreground');
8
+ const c2 = getColor('secondary');
9
+ const c3 = getColor('tertiary');
10
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: [
17
+ /*#__PURE__*/ jsx(Path, {
18
+ 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",
19
+ fill: c1
20
+ }),
21
+ /*#__PURE__*/ jsx(Path, {
22
+ 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",
23
+ fill: c2
24
+ }),
25
+ /*#__PURE__*/ jsx(Path, {
26
+ 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",
27
+ fill: c3
28
+ })
29
+ ]
30
+ });
31
+ };
32
+ TwapIcon.displayName = 'TwapIcon|twap';
33
+ const native_TwapIcon = TwapIcon;
34
+ export { native_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, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default UserCheckIcon;
@@ -0,0 +1,32 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const UserCheckIcon_UserCheckIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const fill = props.fill || _color;
10
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 23 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: [
17
+ /*#__PURE__*/ jsx(Path, {
18
+ fillRule: "evenodd",
19
+ clipRule: "evenodd",
20
+ 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",
21
+ fill: fill
22
+ }),
23
+ /*#__PURE__*/ jsx(Path, {
24
+ 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",
25
+ fill: fill
26
+ })
27
+ ]
28
+ });
29
+ };
30
+ UserCheckIcon_UserCheckIcon.displayName = 'UserCheckIcon|user-check';
31
+ const UserCheckIcon = UserCheckIcon_UserCheckIcon;
32
+ 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, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default UserSwitchIcon;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import { ms } from "react-native-size-matters";
4
+ import external_react_native_svg_default, { Path } from "react-native-svg";
5
+ import { isThemeColor, useIconsContext } from "../core/index.js";
6
+ const UserSwitchIcon_UserSwitchIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
7
+ const { getColor } = useIconsContext();
8
+ const _color = isThemeColor(color) ? getColor(color) : color;
9
+ const fill = props.fill || _color;
10
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: /*#__PURE__*/ jsx(Path, {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M13.1079 17.8906C13.2413 17.8907 13.3706 17.931 13.48 18.0039L13.5825 18.0879L13.6665 18.1895C13.7395 18.2989 13.7788 18.429 13.7788 18.5625C13.7788 18.7405 13.7083 18.9112 13.5825 19.0371C13.4567 19.163 13.2859 19.2333 13.1079 19.2334H8.79443L9.17139 19.6797L9.17627 19.6855L9.24854 19.7939C9.30977 19.9089 9.33688 20.0403 9.32471 20.1719C9.3084 20.3472 9.22389 20.5094 9.08936 20.623C8.95477 20.7367 8.7806 20.7927 8.60498 20.7793C8.42947 20.7659 8.2657 20.6843 8.1499 20.5518L8.14502 20.5459L6.83643 18.9951C6.75415 18.8974 6.70103 18.778 6.68408 18.6514C6.66719 18.5247 6.68687 18.3952 6.74072 18.2793L6.7876 18.1963C6.83956 18.1165 6.9079 18.0477 6.98877 17.9961C7.09655 17.9274 7.22227 17.8907 7.3501 17.8906H13.1079ZM10.229 3.21875C13.075 3.21923 15.3821 5.52602 15.3823 8.37207C15.3822 10.1441 14.4874 11.7072 13.1255 12.6348C14.0997 13.024 14.9962 13.6081 15.7524 14.3643C17.217 15.8291 18.0404 17.8163 18.0405 19.8877C18.0404 20.2878 17.715 20.613 17.3149 20.6133C16.9147 20.6132 16.5905 20.2879 16.5903 19.8877C16.5903 18.2008 15.9197 16.5826 14.7271 15.3896C13.5342 14.1968 11.9159 13.5266 10.229 13.5264C8.54189 13.5264 6.92298 14.1967 5.72998 15.3896C4.53712 16.5826 3.86678 18.2007 3.8667 19.8877C3.86657 20.2878 3.54219 20.613 3.14209 20.6133C2.74176 20.6133 2.41664 20.288 2.4165 19.8877C2.41658 17.8161 3.2398 15.8291 4.70459 14.3643C5.46087 13.608 6.35721 13.0239 7.33154 12.6348C5.96953 11.7072 5.07479 10.1442 5.07471 8.37207C5.0749 5.52572 7.38261 3.21875 10.229 3.21875ZM16.2925 4.19336C16.4968 3.84906 16.9423 3.73619 17.2866 3.94043C18.0149 4.37258 18.626 4.97788 19.0649 5.70215C19.5038 6.42648 19.7573 7.2481 19.8032 8.09375C19.849 8.93961 19.6857 9.78408 19.3276 10.5518C19.096 11.0483 18.7859 11.5016 18.4136 11.8984C20.0907 13.4746 21.5834 16.1322 21.5835 19.002C21.5834 19.4021 21.258 19.7273 20.8579 19.7275C20.4578 19.7273 20.1334 19.4021 20.1333 19.002C20.1331 16.2777 18.4966 13.7086 16.8804 12.4961C16.6979 12.3593 16.5905 12.1441 16.5903 11.916C16.5903 11.6878 16.6979 11.4729 16.8804 11.3359C17.3672 10.9706 17.7568 10.4901 18.0142 9.93848C18.2713 9.38702 18.3888 8.78043 18.356 8.17285C18.323 7.56504 18.1401 6.97374 17.8247 6.45312C17.5093 5.9327 17.0698 5.49802 16.5464 5.1875C16.2021 4.98322 16.0882 4.53772 16.2925 4.19336ZM11.9829 14.5898C12.1084 14.6247 12.2221 14.6964 12.3091 14.7959L12.314 14.8008L13.6226 16.3516C13.6843 16.4247 13.7294 16.5101 13.7554 16.6016L13.7749 16.6953L13.7808 16.791C13.7798 16.8861 13.7586 16.9805 13.7183 17.0674C13.6644 17.1833 13.5789 17.2818 13.4712 17.3506C13.3634 17.4194 13.2378 17.456 13.1099 17.4561H7.35205C7.17401 17.456 7.00333 17.3847 6.87744 17.2588C6.78313 17.1644 6.71964 17.045 6.69385 16.916L6.68018 16.7842L6.69385 16.6523C6.71974 16.5236 6.78318 16.4038 6.87744 16.3096C7.00331 16.1839 7.17415 16.1133 7.35205 16.1133H11.6646L11.2876 15.667L11.2827 15.6621L11.2837 15.6611C11.1725 15.5247 11.119 15.3501 11.1353 15.1748L11.1597 15.0469C11.1966 14.922 11.2696 14.8089 11.3706 14.7236L11.478 14.6494C11.5917 14.5864 11.7225 14.5575 11.854 14.5674L11.9829 14.5898ZM10.229 4.66797C8.18342 4.66797 6.52509 6.32653 6.5249 8.37207C6.52503 10.3536 8.08075 11.9719 10.0376 12.0713L10.229 12.0762L10.4194 12.0713C12.3761 11.9717 13.933 10.3535 13.9331 8.37207C13.9329 6.32683 12.2742 4.66845 10.229 4.66797Z",
20
+ fill: fill
21
+ })
22
+ });
23
+ };
24
+ UserSwitchIcon_UserSwitchIcon.displayName = 'UserSwitchIcon|user-switch';
25
+ const UserSwitchIcon = UserSwitchIcon_UserSwitchIcon;
26
+ export { UserSwitchIcon as default };
@@ -19,6 +19,7 @@ export { default as AxiomIcon } from './AxiomIcon';
19
19
  export { default as BallIcon } from './BallIcon';
20
20
  export { default as BanIcon } from './BanIcon';
21
21
  export { default as BinanceIcon } from './BinanceIcon';
22
+ export { default as BlockHandleIcon } from './BlockHandleIcon';
22
23
  export { default as BookmarkXFilledIcon } from './BookmarkXFilledIcon';
23
24
  export { default as BookmarkXIcon } from './BookmarkXIcon';
24
25
  export { default as BookmarkIcon } from './BookmarkIcon';
@@ -52,6 +53,7 @@ export { default as ChartLine2Icon } from './ChartLine2Icon';
52
53
  export { default as ChartLineCheckedIcon } from './ChartLineCheckedIcon';
53
54
  export { default as ChartLineRectangleIcon } from './ChartLineRectangleIcon';
54
55
  export { default as ChartLineIcon } from './ChartLineIcon';
56
+ export { default as ChartPie1Icon } from './ChartPie1Icon';
55
57
  export { default as ChartPieIcon } from './ChartPieIcon';
56
58
  export { default as ChartUpIcon } from './ChartUpIcon';
57
59
  export { default as CheckIcon } from './CheckIcon';
@@ -92,6 +94,7 @@ export { default as ClockIcon } from './ClockIcon';
92
94
  export { default as CloseIcon } from './CloseIcon';
93
95
  export { default as ClothesIcon } from './ClothesIcon';
94
96
  export { default as ColorBullxIcon } from './ColorBullxIcon';
97
+ export { default as ColorChartLineIcon } from './ColorChartLineIcon';
95
98
  export { default as ColorCoingeckoIcon } from './ColorCoingeckoIcon';
96
99
  export { default as ColorDiceIcon } from './ColorDiceIcon';
97
100
  export { default as ColorGmgnIcon } from './ColorGmgnIcon';
@@ -112,10 +115,11 @@ export { default as ColorTruthSocialIcon } from './ColorTruthSocialIcon';
112
115
  export { default as ColorTwitchAppIcon } from './ColorTwitchAppIcon';
113
116
  export { default as ColorYoutubeIcon } from './ColorYoutubeIcon';
114
117
  export { default as ColumnsIcon } from './ColumnsIcon';
118
+ export { default as CompassIcon } from './CompassIcon';
115
119
  export { default as ConceptIcon } from './ConceptIcon';
116
120
  export { default as ConvertFlashIcon } from './ConvertFlashIcon';
117
121
  export { default as ConvertIcon } from './ConvertIcon';
118
- export { default as CopyPlusIcon } from './CopyPlusIcon';
122
+ export { default as CopyTradeIcon } from './CopyTradeIcon';
119
123
  export { default as CopyXIcon } from './CopyXIcon';
120
124
  export { default as CopyIcon } from './CopyIcon';
121
125
  export { default as CreatorTeamIcon } from './CreatorTeamIcon';
@@ -148,11 +152,13 @@ export { default as FaqIcon } from './FaqIcon';
148
152
  export { default as FileTextIcon } from './FileTextIcon';
149
153
  export { default as FilterIcon } from './FilterIcon';
150
154
  export { default as FingerprintIcon } from './FingerprintIcon';
155
+ export { default as FishIcon } from './FishIcon';
151
156
  export { default as FlagIcon } from './FlagIcon';
152
157
  export { default as FlameFilledIcon } from './FlameFilledIcon';
153
158
  export { default as FlameIcon } from './FlameIcon';
154
159
  export { default as Flash1Icon } from './Flash1Icon';
155
160
  export { default as FlashIcon } from './FlashIcon';
161
+ export { default as FloatingIcon } from './FloatingIcon';
156
162
  export { default as FolderIcon } from './FolderIcon';
157
163
  export { default as FullscreenIcon } from './FullscreenIcon';
158
164
  export { default as GasFeeIcon } from './GasFeeIcon';
@@ -160,6 +166,7 @@ export { default as GhostIcon } from './GhostIcon';
160
166
  export { default as GiftIcon } from './GiftIcon';
161
167
  export { default as GithubIcon } from './GithubIcon';
162
168
  export { default as GrassIcon } from './GrassIcon';
169
+ export { default as HeaddressIcon } from './HeaddressIcon';
163
170
  export { default as HeadsetIcon } from './HeadsetIcon';
164
171
  export { default as HeartIcon } from './HeartIcon';
165
172
  export { default as HexagonDollarIcon } from './HexagonDollarIcon';
@@ -180,7 +187,9 @@ export { default as LayersIcon } from './LayersIcon';
180
187
  export { default as LayoutBottomIcon } from './LayoutBottomIcon';
181
188
  export { default as LayoutFloatIcon } from './LayoutFloatIcon';
182
189
  export { default as LayoutLeftIcon } from './LayoutLeftIcon';
190
+ export { default as LayoutMultiLineIcon } from './LayoutMultiLineIcon';
183
191
  export { default as LayoutRightIcon } from './LayoutRightIcon';
192
+ export { default as LayoutSingleLineIcon } from './LayoutSingleLineIcon';
184
193
  export { default as LayoutSplitIcon } from './LayoutSplitIcon';
185
194
  export { default as LayoutIcon } from './LayoutIcon';
186
195
  export { default as LeaderboardIcon } from './LeaderboardIcon';
@@ -205,19 +214,23 @@ export { default as MailIcon } from './MailIcon';
205
214
  export { default as ManualIcon } from './ManualIcon';
206
215
  export { default as MarketStatsIcon } from './MarketStatsIcon';
207
216
  export { default as MarketTrendIcon } from './MarketTrendIcon';
217
+ export { default as MegaphoneIcon } from './MegaphoneIcon';
208
218
  export { default as MenuIcon } from './MenuIcon';
209
219
  export { default as MoonIcon } from './MoonIcon';
210
220
  export { default as MoveUpRightIcon } from './MoveUpRightIcon';
211
221
  export { default as MusicIcon } from './MusicIcon';
212
222
  export { default as NavAccountUxIcon } from './NavAccountUxIcon';
223
+ export { default as NavCopyTradeIcon } from './NavCopyTradeIcon';
213
224
  export { default as NavCryptoUxIcon } from './NavCryptoUxIcon';
214
225
  export { default as NavEarnIcon } from './NavEarnIcon';
215
226
  export { default as NavHomeUxIcon } from './NavHomeUxIcon';
216
227
  export { default as NavHomeIcon } from './NavHomeIcon';
217
228
  export { default as NavMarketIcon } from './NavMarketIcon';
218
229
  export { default as NavStockUxIcon } from './NavStockUxIcon';
230
+ export { default as NavTrackerIcon } from './NavTrackerIcon';
219
231
  export { default as NavTradeIcon } from './NavTradeIcon';
220
232
  export { default as NavWalletIcon } from './NavWalletIcon';
233
+ export { default as OffchainIcon } from './OffchainIcon';
221
234
  export { default as OrderIcon } from './OrderIcon';
222
235
  export { default as OrientationSwitchIcon } from './OrientationSwitchIcon';
223
236
  export { default as OwnerAddressIcon } from './OwnerAddressIcon';
@@ -226,6 +239,7 @@ export { default as ParticleTwitterIcon } from './ParticleTwitterIcon';
226
239
  export { default as PartyPopperIcon } from './PartyPopperIcon';
227
240
  export { default as PasswordIcon } from './PasswordIcon';
228
241
  export { default as PauseIcon } from './PauseIcon';
242
+ export { default as PercentBagIcon } from './PercentBagIcon';
229
243
  export { default as PercentIcon } from './PercentIcon';
230
244
  export { default as PinOnIcon } from './PinOnIcon';
231
245
  export { default as PinIcon } from './PinIcon';
@@ -249,6 +263,7 @@ export { default as RecordBuyIcon } from './RecordBuyIcon';
249
263
  export { default as RecordSellIcon } from './RecordSellIcon';
250
264
  export { default as RedPacketIcon } from './RedPacketIcon';
251
265
  export { default as RedditIcon } from './RedditIcon';
266
+ export { default as RefreshCcwDollarIcon } from './RefreshCcwDollarIcon';
252
267
  export { default as RefreshCcwIcon } from './RefreshCcwIcon';
253
268
  export { default as RefreshCwIcon } from './RefreshCwIcon';
254
269
  export { default as RocketIcon } from './RocketIcon';
@@ -281,6 +296,7 @@ export { default as SlidersHorizontalIcon } from './SlidersHorizontalIcon';
281
296
  export { default as SlidersVerticalIcon } from './SlidersVerticalIcon';
282
297
  export { default as SlippageIcon } from './SlippageIcon';
283
298
  export { default as SmartphoneIcon } from './SmartphoneIcon';
299
+ export { default as SnakeIcon } from './SnakeIcon';
284
300
  export { default as SnowflakeIcon } from './SnowflakeIcon';
285
301
  export { default as SortAscIcon } from './SortAscIcon';
286
302
  export { default as SortDescIcon } from './SortDescIcon';
@@ -290,6 +306,7 @@ export { default as SortUp1Icon } from './SortUp1Icon';
290
306
  export { default as SortUpIcon } from './SortUpIcon';
291
307
  export { default as SortIcon } from './SortIcon';
292
308
  export { default as SpaceIcon } from './SpaceIcon';
309
+ export { default as Sprout1Icon } from './Sprout1Icon';
293
310
  export { default as SproutIcon } from './SproutIcon';
294
311
  export { default as StakeIcon } from './StakeIcon';
295
312
  export { default as StarOnIcon } from './StarOnIcon';
@@ -312,6 +329,7 @@ export { default as Top10HoldersIcon } from './Top10HoldersIcon';
312
329
  export { default as TrackIcon } from './TrackIcon';
313
330
  export { default as TradeMainIcon } from './TradeMainIcon';
314
331
  export { default as TradeIcon } from './TradeIcon';
332
+ export { default as TradingRewardsIcon } from './TradingRewardsIcon';
315
333
  export { default as TrainIcon } from './TrainIcon';
316
334
  export { default as TranslateIcon } from './TranslateIcon';
317
335
  export { default as TrashAllIcon } from './TrashAllIcon';
@@ -334,10 +352,12 @@ export { default as UnlinkIcon } from './UnlinkIcon';
334
352
  export { default as UpdateIcon } from './UpdateIcon';
335
353
  export { default as UploadIcon } from './UploadIcon';
336
354
  export { default as UserBanIcon } from './UserBanIcon';
355
+ export { default as UserCheckIcon } from './UserCheckIcon';
337
356
  export { default as UserFollowIcon } from './UserFollowIcon';
338
357
  export { default as UserPasskeyIcon } from './UserPasskeyIcon';
339
358
  export { default as UserPasskeysIcon } from './UserPasskeysIcon';
340
359
  export { default as UserStarIcon } from './UserStarIcon';
360
+ export { default as UserSwitchIcon } from './UserSwitchIcon';
341
361
  export { default as UserTieIcon } from './UserTieIcon';
342
362
  export { default as UserIcon } from './UserIcon';
343
363
  export { default as Users1Icon } from './Users1Icon';
@@ -355,3 +375,12 @@ export { default as WrenchIcon } from './WrenchIcon';
355
375
  export { default as XStocksIcon } from './XStocksIcon';
356
376
  export { default as YapsIcon } from './YapsIcon';
357
377
  export { default as YoutubeIcon } from './YoutubeIcon';
378
+ export { default as ColorDiamondIcon } from './ColorDiamondIcon';
379
+ export { default as DevBuyIcon } from './DevBuyIcon';
380
+ export { default as DevSellIcon } from './DevSellIcon';
381
+ export { default as LimitOrderIcon } from './LimitOrderIcon';
382
+ export { default as MarketOrderIcon } from './MarketOrderIcon';
383
+ export { default as MigratedTradeIcon } from './MigratedTradeIcon';
384
+ export { default as TrailingStopIcon } from './TrailingStopIcon';
385
+ export { default as TriggerIcon } from './TriggerIcon';
386
+ export { default as TwapIcon } from './TwapIcon';