@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,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 FloatingIcon_FloatingIcon = ({ 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: "M6.5064 13.478C8.27162 13.0384 10.4201 13.3356 12.7417 15.0767C14.7425 16.5773 16.4335 16.838 17.7007 16.6402C18.9973 16.4377 19.9375 15.7419 20.3853 15.2046C20.6681 14.8655 21.1729 14.8195 21.5123 15.1021C21.8514 15.3849 21.8974 15.8897 21.6148 16.229C20.9424 17.0359 19.6643 17.9531 17.9478 18.2212C16.2016 18.4938 14.0827 18.0826 11.7818 16.357C9.80192 14.8722 8.14122 14.7199 6.89311 15.0308C5.60337 15.352 4.64572 16.1956 4.17534 16.854C3.91853 17.2135 3.41863 17.2963 3.05913 17.0396C2.69984 16.7827 2.61587 16.2828 2.87261 15.9234C3.52259 15.0135 4.7831 13.9073 6.5064 13.478ZM6.5064 5.41262C8.27168 4.97293 10.42 5.26998 12.7417 7.01125C14.7425 8.5118 16.4335 8.77256 17.7007 8.57472C18.9972 8.37226 19.9375 7.67646 20.3853 7.13918C20.6681 6.79977 21.1728 6.75383 21.5123 7.03664C21.8515 7.31952 21.8976 7.82423 21.6148 8.16359C20.9423 8.97048 19.6643 9.88768 17.9478 10.1558C16.2016 10.4284 14.0827 10.0172 11.7818 8.29152C9.8018 6.80655 8.14127 6.65447 6.89311 6.96535C5.60325 7.28668 4.64564 8.13018 4.17534 8.78859C3.91852 9.148 3.41861 9.23086 3.05913 8.97414C2.69966 8.71734 2.61586 8.21744 2.87261 7.85793C3.52252 6.94806 4.78298 5.84192 6.5064 5.41262Z",
20
+ fill: fill
21
+ })
22
+ });
23
+ };
24
+ FloatingIcon_FloatingIcon.displayName = 'FloatingIcon|floating';
25
+ const FloatingIcon = FloatingIcon_FloatingIcon;
26
+ export { FloatingIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const HeaddressIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default HeaddressIcon;
@@ -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 HeaddressIcon_HeaddressIcon = ({ 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
+ const stroke = props.stroke || _color;
11
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
12
+ width: width,
13
+ height: height,
14
+ viewBox: "0 0 24 24",
15
+ fill: "none",
16
+ ...props,
17
+ children: /*#__PURE__*/ jsx(Path, {
18
+ d: "M2.91633 3.72907C2.62532 3.91095 2.57855 4.03567 2.52659 4.78917C2.46943 5.55306 2.511 8.88924 2.58895 10.1728C2.8072 13.5921 3.44118 15.8266 4.89102 18.2586C5.41587 19.1472 6.17456 20.1606 6.40321 20.2957C6.64225 20.436 7.03199 20.3372 7.14632 20.1138C7.16711 20.067 7.19828 17.9572 7.21387 15.4265L7.23986 10.8276H12.0207H16.8015L16.8119 15.2966C16.8223 17.7545 16.8275 19.8384 16.8275 19.9267C16.8275 20.3009 17.316 20.4983 17.6278 20.2541C17.7005 20.1969 17.9603 19.8851 18.1994 19.5629C19.7843 17.4583 20.7041 15.2758 21.1406 12.61C21.4004 11.0146 21.5304 8.54107 21.494 5.89083C21.4732 4.37344 21.468 4.26951 21.3589 4.06684C21.1718 3.70309 21.0575 3.65632 20.3092 3.66151C19.1296 3.66671 17.6381 4.10322 16.4689 4.79436L16.1519 4.97624L12.0051 4.98144L7.85305 4.98663L7.52567 4.79436C6.43959 4.16038 4.92739 3.70309 3.73219 3.65112C3.13978 3.62514 3.06703 3.63033 2.91633 3.72907ZM4.44931 4.5917C5.27037 4.74759 6.33566 5.13214 6.91767 5.47511C7.08396 5.57384 7.24505 5.65699 7.27104 5.65699C7.33339 5.65699 7.3282 5.71935 7.26064 5.90123C7.11514 6.28057 6.85012 7.19517 6.7254 7.73561C6.4188 9.1075 6.4188 9.13348 6.38762 14.2313L6.35644 18.9342L5.91993 18.2846C5.68089 17.926 5.28076 17.2193 5.02613 16.7048C4.12193 14.8705 3.65944 13.0361 3.47236 10.5158C3.41 9.68431 3.33725 4.72161 3.38402 4.59689C3.42559 4.48777 3.88289 4.48777 4.44931 4.5917ZM20.6469 5.40755C20.6833 6.36892 20.6002 9.65833 20.517 10.6457C20.2156 14.0026 19.4413 16.3255 17.872 18.5652L17.6589 18.8718V14.5379C17.6589 11.9448 17.6381 9.96493 17.6018 9.60636C17.503 8.48911 17.3264 7.65766 16.9314 6.42088C16.8119 6.05193 16.7288 5.71935 16.7391 5.68297C16.7807 5.58943 17.7161 5.12174 18.2565 4.92947C18.9581 4.68004 19.7064 4.51894 20.1845 4.51894L20.6106 4.51375L20.6469 5.40755ZM11.6309 7.91749V9.97012H9.44839C7.31781 9.97012 7.26584 9.97012 7.26584 9.87139C7.26584 9.62195 7.43733 8.48911 7.55165 7.96945C7.6244 7.65246 7.79069 7.05486 7.9258 6.62874L8.16484 5.86485H9.90049H11.6309V7.91749ZM15.9804 6.25459C16.391 7.48098 16.6716 8.68657 16.7495 9.56999L16.7859 9.97012L14.6397 9.95973L12.4884 9.94414L12.4728 7.96945C12.4676 6.88337 12.4728 5.96358 12.4884 5.92721C12.504 5.87524 12.8729 5.86485 14.1824 5.87524L15.8557 5.89083L15.9804 6.25459Z",
19
+ fill: fill,
20
+ stroke: stroke,
21
+ strokeWidth: 0.5
22
+ })
23
+ });
24
+ };
25
+ HeaddressIcon_HeaddressIcon.displayName = 'HeaddressIcon|headdress';
26
+ const HeaddressIcon = HeaddressIcon_HeaddressIcon;
27
+ export { HeaddressIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const LayoutMultiLineIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default LayoutMultiLineIcon;
@@ -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 LayoutMultiLineIcon_LayoutMultiLineIcon = ({ 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: "M18.1226 14.4058C18.7276 14.4672 19.2006 14.9788 19.2007 15.6001V17.9995L19.1938 18.1226C19.1365 18.6873 18.6874 19.1365 18.1226 19.1938L18.0005 19.1997H6.00049L5.87744 19.1938C5.2724 19.1323 4.80029 18.6208 4.80029 17.9995V15.6001C4.80042 14.9789 5.27247 14.4673 5.87744 14.4058L6.00049 14.3999H18.0005L18.1226 14.4058ZM6.00049 17.9995H18.0005V15.6001H6.00049V17.9995ZM14.3999 4.80029C15.0625 4.80042 15.6001 5.33783 15.6001 6.00049V8.3999C15.6001 9.06256 15.0625 9.59997 14.3999 9.6001H6.00049L5.87744 9.59424C5.2724 9.53272 4.80029 9.02117 4.80029 8.3999V6.00049C4.80029 5.37921 5.27239 4.86766 5.87744 4.80615L6.00049 4.80029H14.3999ZM6.00049 8.3999H14.3999V6.00049H6.00049V8.3999Z",
18
+ fill: fill
19
+ })
20
+ });
21
+ };
22
+ LayoutMultiLineIcon_LayoutMultiLineIcon.displayName = 'LayoutMultiLineIcon|layout-multi-line';
23
+ const LayoutMultiLineIcon = LayoutMultiLineIcon_LayoutMultiLineIcon;
24
+ export { LayoutMultiLineIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const LayoutSingleLineIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default LayoutSingleLineIcon;
@@ -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 LayoutSingleLineIcon_LayoutSingleLineIcon = ({ 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: "M18.3921 16.5049C18.8458 16.551 19.2007 16.9345 19.2007 17.4004L19.1958 17.4922C19.1527 17.9156 18.8155 18.2518 18.3921 18.2949L18.3003 18.2998H5.70068L5.60791 18.2949C5.1544 18.2487 4.80049 17.8661 4.80029 17.4004C4.80029 16.9345 5.15426 16.5511 5.60791 16.5049L5.70068 16.5H18.3003L18.3921 16.5049ZM18.3921 11.1045C18.8458 11.1506 19.2006 11.5342 19.2007 12L19.1958 12.0918C19.1527 12.5152 18.8155 12.8514 18.3921 12.8945L18.3003 12.8994H5.70068L5.60791 12.8945C5.1544 12.8483 4.80049 12.4657 4.80029 12C4.80042 11.5343 5.15434 11.1507 5.60791 11.1045L5.70068 11.0996H18.3003L18.3921 11.1045ZM14.7925 5.70508C15.246 5.7514 15.6 6.13489 15.6001 6.60059L15.5952 6.69238C15.5521 7.11566 15.2157 7.45185 14.7925 7.49512L14.7007 7.5H5.70068L5.60791 7.49512C5.1544 7.44886 4.80049 7.06626 4.80029 6.60059C4.80042 6.13484 5.15434 5.75134 5.60791 5.70508L5.70068 5.7002H14.7007L14.7925 5.70508Z",
18
+ fill: fill
19
+ })
20
+ });
21
+ };
22
+ LayoutSingleLineIcon_LayoutSingleLineIcon.displayName = 'LayoutSingleLineIcon|layout-single-line';
23
+ const LayoutSingleLineIcon = LayoutSingleLineIcon_LayoutSingleLineIcon;
24
+ export { LayoutSingleLineIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const LimitOrderIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default LimitOrderIcon;
@@ -0,0 +1,29 @@
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 LimitOrderIcon = ({ 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: "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",
18
+ fill: c2
19
+ }),
20
+ /*#__PURE__*/ jsx(Path, {
21
+ 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",
22
+ fill: c1
23
+ })
24
+ ]
25
+ });
26
+ };
27
+ LimitOrderIcon.displayName = 'LimitOrderIcon|limit-order';
28
+ const native_LimitOrderIcon = LimitOrderIcon;
29
+ export { native_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,29 @@
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 MarketOrderIcon = ({ 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: "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",
18
+ fill: c2
19
+ }),
20
+ /*#__PURE__*/ jsx(Path, {
21
+ 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",
22
+ fill: c1
23
+ })
24
+ ]
25
+ });
26
+ };
27
+ MarketOrderIcon.displayName = 'MarketOrderIcon|market-order';
28
+ const native_MarketOrderIcon = MarketOrderIcon;
29
+ export { native_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, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default MegaphoneIcon;
@@ -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 MegaphoneIcon_MegaphoneIcon = ({ 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
+ const stroke = props.stroke || _color;
11
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
12
+ width: width,
13
+ height: height,
14
+ viewBox: "0 0 24 24",
15
+ fill: "none",
16
+ ...props,
17
+ children: /*#__PURE__*/ jsx(Path, {
18
+ 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",
19
+ fill: fill,
20
+ stroke: stroke,
21
+ strokeWidth: 0.05
22
+ })
23
+ });
24
+ };
25
+ MegaphoneIcon_MegaphoneIcon.displayName = 'MegaphoneIcon|megaphone';
26
+ const MegaphoneIcon = MegaphoneIcon_MegaphoneIcon;
27
+ 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,43 @@
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 MigratedTradeIcon = ({ 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('bullish');
10
+ const c4 = getColor('bearish');
11
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
12
+ width: width,
13
+ height: height,
14
+ viewBox: "0 0 24 24",
15
+ fill: "none",
16
+ ...props,
17
+ children: [
18
+ /*#__PURE__*/ jsx(Path, {
19
+ 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",
20
+ fill: c1
21
+ }),
22
+ /*#__PURE__*/ jsx(Path, {
23
+ 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",
24
+ fill: c3
25
+ }),
26
+ /*#__PURE__*/ jsx(Path, {
27
+ 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",
28
+ fill: c2
29
+ }),
30
+ /*#__PURE__*/ jsx(Path, {
31
+ 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",
32
+ fill: c4
33
+ }),
34
+ /*#__PURE__*/ jsx(Path, {
35
+ 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",
36
+ fill: c2
37
+ })
38
+ ]
39
+ });
40
+ };
41
+ MigratedTradeIcon.displayName = 'MigratedTradeIcon|migrated-trade';
42
+ const native_MigratedTradeIcon = MigratedTradeIcon;
43
+ export { native_MigratedTradeIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const NavCopyTradeIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default NavCopyTradeIcon;
@@ -0,0 +1,30 @@
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 NavCopyTradeIcon_NavCopyTradeIcon = ({ 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 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: [
17
+ /*#__PURE__*/ jsx(Path, {
18
+ d: "M18.5863 19.4661C18.2159 21.2921 16.6017 22.6663 14.6664 22.6663H5.33334C3.1242 22.6663 1.33334 20.8754 1.33334 18.6663V9.33325C1.33356 7.1243 3.12434 5.33325 5.33334 5.33325H5.41342C5.77088 3.57283 7.2847 2.23157 9.12729 2.13794L9.33334 2.13306H18.6664C20.8752 2.13323 22.6661 3.92425 22.6664 6.13306V15.4661C22.6664 17.6751 20.8753 19.4659 18.6664 19.4661H18.5863ZM9.22495 9.35864C8.81908 9.41021 8.44381 9.51198 8.09995 9.66431C7.5801 9.89469 7.17079 10.2157 6.87241 10.6262C6.57704 11.0368 6.43007 11.5173 6.43295 12.0667C6.4301 12.737 6.65113 13.2705 7.09409 13.6663C7.53721 14.0619 8.14167 14.3532 8.90659 14.5393L9.89487 14.7874C10.2252 14.867 10.5045 14.9556 10.7318 15.053C10.9618 15.1503 11.1371 15.2689 11.2552 15.4075C11.3762 15.5462 11.4368 15.7185 11.4369 15.9221C11.4368 16.1404 11.3702 16.334 11.2376 16.5022C11.1048 16.6705 10.9162 16.8022 10.6742 16.8967C10.4351 16.9911 10.153 17.0392 9.82846 17.0393C9.49768 17.0393 9.19974 16.9883 8.93686 16.8879C8.67738 16.7846 8.46926 16.6324 8.31284 16.4319C8.15933 16.2281 8.0718 15.9733 8.05112 15.6692H6.1937C6.20848 16.322 6.36707 16.8706 6.6683 17.3137C6.97258 17.7538 7.39539 18.0863 7.93588 18.3108C8.31854 18.4688 8.74862 18.5687 9.22495 18.6155V20.0149H10.471V18.6174C10.9485 18.5716 11.3728 18.4723 11.7425 18.3157C12.2682 18.0911 12.6709 17.776 12.9486 17.3713C13.229 16.9637 13.3704 16.4812 13.3734 15.926C13.3703 15.5483 13.3011 15.2124 13.1654 14.9202C13.0325 14.6281 12.8447 14.3739 12.6029 14.1584C12.3607 13.9429 12.0732 13.7602 11.7425 13.6125C11.4119 13.465 11.0482 13.3466 10.6527 13.2581L9.83725 13.0637C9.63944 13.0194 9.45286 12.9656 9.27866 12.9036C9.10456 12.8386 8.95055 12.7635 8.81772 12.678C8.68505 12.5895 8.58002 12.4844 8.50327 12.3635C8.42953 12.2425 8.39483 12.1001 8.40073 11.9377C8.40081 11.7429 8.45748 11.5678 8.56967 11.4143C8.68485 11.2611 8.8505 11.1414 9.06577 11.0559C9.28127 10.9674 9.54594 10.9231 9.85873 10.9231C10.3193 10.9231 10.6847 11.0222 10.9535 11.22C11.2221 11.4178 11.375 11.6958 11.4105 12.053H13.2494C13.2404 11.5126 13.0953 11.0368 12.8148 10.6262C12.5342 10.2157 12.1411 9.8947 11.6361 9.66431C11.3124 9.51585 10.9527 9.41533 10.558 9.36255V7.99927H9.22495V9.35864ZM14.6664 5.33325C16.8753 5.33326 18.6661 7.1243 18.6664 9.33325V18.1331C20.139 18.1329 21.3333 16.9387 21.3333 15.4661V6.13306C21.3331 4.66063 20.1388 3.46623 18.6664 3.46606H9.33334C8.13953 3.4662 7.12835 4.2515 6.78842 5.33325H14.6664Z",
19
+ fill: fill
20
+ }),
21
+ /*#__PURE__*/ jsx(Path, {
22
+ d: "M18.5863 19.4661V19.3594C18.5355 19.3594 18.4918 19.3951 18.4817 19.4449L18.5863 19.4661ZM14.6664 22.6663V22.773V22.773V22.6663ZM1.33334 9.33325L1.22663 9.33324V9.33325H1.33334ZM5.41342 5.33325V5.43996C5.46417 5.43996 5.5079 5.40422 5.518 5.35449L5.41342 5.33325ZM9.12729 2.13794L9.12476 2.03122L9.12187 2.03137L9.12729 2.13794ZM9.33334 2.13306V2.02632L9.33082 2.02638L9.33334 2.13306ZM18.6664 2.13306L18.6664 2.02635H18.6664V2.13306ZM22.6664 6.13306H22.7731V6.13304L22.6664 6.13306ZM18.6664 19.4661V19.5728H18.6664L18.6664 19.4661ZM9.22495 9.35864L9.2384 9.4645C9.2917 9.45773 9.33165 9.41238 9.33165 9.35864H9.22495ZM8.09995 9.66431L8.05673 9.56674L8.05671 9.56675L8.09995 9.66431ZM6.87241 10.6262L6.78609 10.5635L6.78578 10.5639L6.87241 10.6262ZM6.43295 12.0667L6.53967 12.0671L6.53966 12.0661L6.43295 12.0667ZM7.09409 13.6663L7.02298 13.7458L7.02301 13.7459L7.09409 13.6663ZM8.90659 14.5393L8.93256 14.4358L8.93181 14.4356L8.90659 14.5393ZM9.89487 14.7874L9.86889 14.8909L9.86985 14.8911L9.89487 14.7874ZM10.7318 15.053L10.6898 15.1511L10.6902 15.1512L10.7318 15.053ZM11.2552 15.4075L11.174 15.4767L11.1748 15.4776L11.2552 15.4075ZM11.4369 15.9221L11.5436 15.9221V15.9221L11.4369 15.9221ZM11.2376 16.5022L11.3214 16.5683L11.3215 16.5682L11.2376 16.5022ZM10.6742 16.8967L10.6353 16.7973L10.635 16.7975L10.6742 16.8967ZM9.82846 17.0393V17.146H9.82848L9.82846 17.0393ZM8.93686 16.8879L8.89738 16.9871L8.8988 16.9876L8.93686 16.8879ZM8.31284 16.4319L8.22759 16.4961L8.2287 16.4975L8.31284 16.4319ZM8.05112 15.6692L8.15758 15.6619C8.15377 15.606 8.10724 15.5625 8.05112 15.5625V15.6692ZM6.1937 15.6692V15.5625C6.16498 15.5625 6.13747 15.5741 6.11739 15.5946C6.09731 15.6151 6.08636 15.6429 6.08701 15.6716L6.1937 15.6692ZM6.6683 17.3137L6.58005 17.3737L6.58054 17.3744L6.6683 17.3137ZM7.93588 18.3108L7.89495 18.4093L7.89516 18.4094L7.93588 18.3108ZM9.22495 18.6155H9.33165C9.33165 18.5606 9.29 18.5146 9.23537 18.5093L9.22495 18.6155ZM9.22495 20.0149H9.11824C9.11824 20.0738 9.16601 20.1216 9.22495 20.1216V20.0149ZM10.471 20.0149V20.1216C10.53 20.1216 10.5777 20.0738 10.5777 20.0149H10.471ZM10.471 18.6174L10.4608 18.5112C10.4061 18.5165 10.3643 18.5625 10.3643 18.6174H10.471ZM11.7425 18.3157L11.7841 18.4139L11.7844 18.4138L11.7425 18.3157ZM12.9486 17.3713L12.8607 17.3109L12.8606 17.311L12.9486 17.3713ZM13.3734 15.926L13.4801 15.9266L13.4801 15.9252L13.3734 15.926ZM13.1654 14.9202L13.0682 14.9643L13.0686 14.9651L13.1654 14.9202ZM12.6029 14.1584L12.6739 14.0788L12.6738 14.0787L12.6029 14.1584ZM11.7425 13.6125L11.786 13.5151L11.786 13.5151L11.7425 13.6125ZM10.6527 13.2581L10.6279 13.3619L10.6294 13.3622L10.6527 13.2581ZM9.83725 13.0637L9.86199 12.9599L9.86056 12.9596L9.83725 13.0637ZM9.27866 12.9036L9.24136 13.0036L9.24288 13.0041L9.27866 12.9036ZM8.81772 12.678L8.7585 12.7668L8.75993 12.7677L8.81772 12.678ZM8.50327 12.3635L8.41211 12.419L8.41319 12.4207L8.50327 12.3635ZM8.40073 11.9377L8.50743 11.9416L8.50744 11.9378L8.40073 11.9377ZM8.56967 11.4143L8.48436 11.3502L8.48352 11.3513L8.56967 11.4143ZM9.06577 11.0559L9.10517 11.1551L9.1063 11.1546L9.06577 11.0559ZM9.85873 10.9231L9.85875 10.8164H9.85872L9.85873 10.9231ZM10.9535 11.22L11.0168 11.1341L11.0167 11.134L10.9535 11.22ZM11.4105 12.053L11.3043 12.0635C11.3097 12.1181 11.3556 12.1597 11.4105 12.1597V12.053ZM13.2494 12.053V12.1597C13.278 12.1597 13.3054 12.1482 13.3254 12.1278C13.3455 12.1074 13.3565 12.0798 13.3561 12.0512L13.2494 12.053ZM12.8148 10.6262L12.9029 10.566L12.9029 10.566L12.8148 10.6262ZM11.6361 9.66431L11.5916 9.7613L11.5918 9.76139L11.6361 9.66431ZM10.558 9.36255H10.4512C10.4512 9.41602 10.4908 9.46123 10.5438 9.46832L10.558 9.36255ZM10.558 7.99927H10.6647C10.6647 7.94033 10.6169 7.89256 10.558 7.89256V7.99927ZM9.22495 7.99927V7.89256C9.16601 7.89256 9.11824 7.94033 9.11824 7.99927H9.22495ZM14.6664 5.33325V5.22654V5.22654V5.33325ZM18.6664 9.33325H18.7731V9.33324L18.6664 9.33325ZM18.6664 18.1331H18.5596C18.5596 18.1614 18.5709 18.1885 18.5909 18.2085C18.6109 18.2285 18.6381 18.2398 18.6664 18.2398L18.6664 18.1331ZM21.3333 6.13306H21.4401V6.13304L21.3333 6.13306ZM18.6664 3.46606L18.6664 3.35936H18.6664V3.46606ZM9.33334 3.46606V3.35936H9.33333L9.33334 3.46606ZM6.78842 5.33325L6.68662 5.30126C6.67643 5.33368 6.68229 5.369 6.7024 5.39639C6.7225 5.42378 6.75445 5.43996 6.78842 5.43996V5.33325ZM18.5863 19.4661L18.4817 19.4449C18.1212 21.2222 16.55 22.5595 14.6664 22.5596V22.6663V22.773C16.6535 22.773 18.3106 21.3621 18.6909 19.4873L18.5863 19.4661ZM14.6664 22.6663V22.5596H5.33334V22.6663V22.773H14.6664V22.6663ZM5.33334 22.6663V22.5596C3.18314 22.5596 1.44005 20.8165 1.44005 18.6663H1.33334H1.22663C1.22663 20.9343 3.06527 22.773 5.33334 22.773V22.6663ZM1.33334 18.6663H1.44005V9.33325H1.33334H1.22663V18.6663H1.33334ZM1.33334 9.33325L1.44005 9.33326C1.44027 7.18323 3.18328 5.43996 5.33334 5.43996V5.33325V5.22654C3.0654 5.22654 1.22686 7.06537 1.22663 9.33324L1.33334 9.33325ZM5.33334 5.33325V5.43996H5.41342V5.33325V5.22654H5.33334V5.33325ZM5.41342 5.33325L5.518 5.35449C5.86591 3.64108 7.33951 2.33563 9.1327 2.24451L9.12729 2.13794L9.12187 2.03137C7.22989 2.12751 5.67586 3.50458 5.30885 5.31202L5.41342 5.33325ZM9.12729 2.13794L9.12982 2.24462L9.33587 2.23974L9.33334 2.13306L9.33082 2.02638L9.12476 2.03126L9.12729 2.13794ZM9.33334 2.13306V2.23977H18.6664V2.13306V2.02635H9.33334V2.13306ZM18.6664 2.13306L18.6663 2.23977C20.8162 2.23993 22.5594 3.98318 22.5596 6.13307L22.6664 6.13306L22.7731 6.13304C22.7728 3.86532 20.9341 2.02652 18.6664 2.02635L18.6664 2.13306ZM22.6664 6.13306H22.5596V15.4661H22.6664H22.7731V6.13306H22.6664ZM22.6664 15.4661H22.5596C22.5596 17.6162 20.8164 19.3592 18.6663 19.3594L18.6664 19.4661L18.6664 19.5728C20.9343 19.5726 22.7731 17.734 22.7731 15.4661H22.6664ZM18.6664 19.4661V19.3594H18.5863V19.4661V19.5728H18.6664V19.4661ZM9.22495 9.35864L9.21149 9.25278C8.7963 9.30554 8.4109 9.40985 8.05673 9.56674L8.09995 9.66431L8.14316 9.76187C8.47672 9.61411 8.84185 9.51489 9.2384 9.4645L9.22495 9.35864ZM8.09995 9.66431L8.05671 9.56675C7.52176 9.80383 7.09678 10.136 6.78609 10.5635L6.87241 10.6262L6.95872 10.689C7.24481 10.2954 7.63844 9.98556 8.14318 9.76186L8.09995 9.66431ZM6.87241 10.6262L6.78578 10.5639C6.47615 10.9943 6.32326 11.4973 6.32625 12.0672L6.43295 12.0667L6.53966 12.0661C6.53689 11.5373 6.67794 11.0793 6.95903 10.6885L6.87241 10.6262ZM6.43295 12.0667L6.32624 12.0662C6.32328 12.7629 6.55426 13.327 7.02298 13.7458L7.09409 13.6663L7.16519 13.5867C6.748 13.2139 6.53692 12.7112 6.53966 12.0671L6.43295 12.0667ZM7.09409 13.6663L7.02301 13.7459C7.48276 14.1564 8.10472 14.4541 8.88136 14.643L8.90659 14.5393L8.93181 14.4356C8.17862 14.2524 7.59167 13.9675 7.16516 13.5867L7.09409 13.6663ZM8.90659 14.5393L8.88061 14.6428L9.86889 14.8909L9.89487 14.7874L9.92084 14.6839L8.93256 14.4358L8.90659 14.5393ZM9.89487 14.7874L9.86985 14.8911C10.1964 14.9698 10.4696 15.0568 10.6898 15.1511L10.7318 15.053L10.7738 14.9549C10.5394 14.8545 10.254 14.7642 9.91988 14.6836L9.89487 14.7874ZM10.7318 15.053L10.6902 15.1512C10.9104 15.2445 11.0699 15.3546 11.174 15.4767L11.2552 15.4075L11.3364 15.3383C11.2043 15.1832 11.0132 15.0562 10.7734 14.9547L10.7318 15.053ZM11.2552 15.4075L11.1748 15.4776C11.2769 15.5947 11.3301 15.7413 11.3301 15.9222L11.4369 15.9221L11.5436 15.9221C11.5435 15.6958 11.4754 15.4977 11.3357 15.3374L11.2552 15.4075ZM11.4369 15.9221L11.3301 15.9221C11.3301 16.1168 11.2713 16.2871 11.1538 16.4361L11.2376 16.5022L11.3215 16.5682C11.4691 16.3809 11.5435 16.1639 11.5436 15.9221L11.4369 15.9221ZM11.2376 16.5022L11.1539 16.4361C11.0351 16.5865 10.8636 16.7082 10.6353 16.7973L10.6742 16.8967L10.713 16.9961C10.9689 16.8962 11.1744 16.7545 11.3214 16.5683L11.2376 16.5022ZM10.6742 16.8967L10.635 16.7975C10.411 16.8859 10.1428 16.9325 9.82844 16.9326L9.82846 17.0393L9.82848 17.146C10.1633 17.1459 10.4592 17.0963 10.7134 16.996L10.6742 16.8967ZM9.82846 17.0393V16.9326C9.50861 16.9326 9.22384 16.8833 8.97492 16.7882L8.93686 16.8879L8.8988 16.9876C9.17563 17.0933 9.48675 17.146 9.82846 17.146V17.0393ZM8.93686 16.8879L8.97633 16.7888C8.73272 16.6918 8.54064 16.5504 8.39697 16.3662L8.31284 16.4319L8.2287 16.4975C8.39787 16.7143 8.62204 16.8774 8.89739 16.9871L8.93686 16.8879ZM8.31284 16.4319L8.39807 16.3677C8.25924 16.1834 8.17714 15.9495 8.15758 15.6619L8.05112 15.6692L7.94465 15.6764C7.96647 15.9972 8.05942 16.2728 8.2276 16.4961L8.31284 16.4319ZM8.05112 15.6692V15.5625H6.1937V15.6692V15.7759H8.05112V15.6692ZM6.1937 15.6692L6.08701 15.6716C6.10216 16.3405 6.26498 16.9102 6.58006 17.3737L6.6683 17.3137L6.75655 17.2537C6.46917 16.831 6.31479 16.3035 6.30038 15.6668L6.1937 15.6692ZM6.6683 17.3137L6.58054 17.3744C6.89756 17.8329 7.33739 18.1778 7.89495 18.4093L7.93588 18.3108L7.97681 18.2122C7.45339 17.9948 7.04761 17.6746 6.75607 17.253L6.6683 17.3137ZM7.93588 18.3108L7.89516 18.4094C8.28921 18.5721 8.72981 18.6741 9.21452 18.7217L9.22495 18.6155L9.23537 18.5093C8.76743 18.4633 8.34787 18.3654 7.97661 18.2122L7.93588 18.3108ZM9.22495 18.6155H9.11824V20.0149H9.22495H9.33165V18.6155H9.22495ZM9.22495 20.0149V20.1216H10.471V20.0149V19.9082H9.22495V20.0149ZM10.471 20.0149H10.5777V18.6174H10.471H10.3643V20.0149H10.471ZM10.471 18.6174L10.4812 18.7237C10.9671 18.677 11.4024 18.5756 11.7841 18.4139L11.7425 18.3157L11.7009 18.2174C11.3432 18.3689 10.9299 18.4661 10.4608 18.5112L10.471 18.6174ZM11.7425 18.3157L11.7844 18.4138C12.3256 18.1827 12.7456 17.8557 13.0366 17.4317L12.9486 17.3713L12.8606 17.311C12.5962 17.6963 12.2109 17.9996 11.7006 18.2175L11.7425 18.3157ZM12.9486 17.3713L13.0365 17.4318C13.3306 17.0044 13.477 16.5004 13.4801 15.9266L13.3734 15.926L13.2667 15.9255C13.2638 16.4621 13.1275 16.9231 12.8607 17.3109L12.9486 17.3713ZM13.3734 15.926L13.4801 15.9252C13.4769 15.5348 13.4054 15.1835 13.2622 14.8752L13.1654 14.9202L13.0686 14.9651C13.1969 15.2413 13.2637 15.5617 13.2667 15.9269L13.3734 15.926ZM13.1654 14.9202L13.2625 14.876C13.1235 14.5703 12.9267 14.304 12.6739 14.0788L12.6029 14.1584L12.5319 14.2381C12.7628 14.4438 12.9416 14.686 13.0682 14.9643L13.1654 14.9202ZM12.6029 14.1584L12.6738 14.0787C12.4226 13.8552 12.1256 13.6668 11.786 13.5151L11.7425 13.6125L11.699 13.71C12.0208 13.8537 12.2988 14.0306 12.5319 14.2382L12.6029 14.1584ZM11.7425 13.6125L11.786 13.5151C11.4482 13.3643 11.0777 13.2439 10.676 13.1539L10.6527 13.2581L10.6294 13.3622C11.0188 13.4494 11.3756 13.5656 11.699 13.71L11.7425 13.6125ZM10.6527 13.2581L10.6774 13.1543L9.86199 12.9599L9.83725 13.0637L9.81251 13.1675L10.6279 13.3619L10.6527 13.2581ZM9.83725 13.0637L9.86056 12.9596C9.66679 12.9162 9.48438 12.8635 9.31443 12.803L9.27866 12.9036L9.24288 13.0041C9.42134 13.0676 9.6121 13.1227 9.81394 13.1679L9.83725 13.0637ZM9.27866 12.9036L9.31594 12.8036C9.14765 12.7408 9.00076 12.669 8.8755 12.5883L8.81772 12.678L8.75993 12.7677C8.90034 12.8581 9.06147 12.9365 9.24137 13.0035L9.27866 12.9036ZM8.81772 12.678L8.87692 12.5892C8.75526 12.5081 8.66128 12.4133 8.59334 12.3063L8.50327 12.3635L8.41319 12.4207C8.49876 12.5555 8.61483 12.6709 8.75851 12.7668L8.81772 12.678ZM8.50327 12.3635L8.5944 12.308C8.53292 12.2071 8.50213 12.0859 8.50737 11.9416L8.40073 11.9377L8.29409 11.9339C8.28754 12.1143 8.32615 12.2779 8.41213 12.419L8.50327 12.3635ZM8.40073 11.9377L8.50744 11.9378C8.50751 11.7651 8.55727 11.6121 8.65583 11.4773L8.56967 11.4143L8.48352 11.3513C8.35768 11.5235 8.29411 11.7207 8.29402 11.9377L8.40073 11.9377ZM8.56967 11.4143L8.65497 11.4784C8.75611 11.3439 8.9043 11.2349 9.10517 11.1551L9.06577 11.0559L9.02636 10.9567C8.7967 11.048 8.61359 11.1783 8.48437 11.3502L8.56967 11.4143ZM9.06577 11.0559L9.1063 11.1546C9.30535 11.0729 9.55534 11.0298 9.85875 11.0298L9.85873 10.9231L9.85872 10.8164C9.53653 10.8164 9.2572 10.862 9.02524 10.9572L9.06577 11.0559ZM9.85873 10.9231L9.85872 11.0298C10.305 11.0299 10.6456 11.1259 10.8902 11.3059L10.9535 11.22L11.0167 11.134C10.7238 10.9185 10.3336 10.8164 9.85875 10.8164L9.85873 10.9231ZM10.9535 11.22L10.8902 11.3059C11.1326 11.4844 11.2715 11.734 11.3043 12.0635L11.4105 12.053L11.5167 12.0424C11.4784 11.6576 11.3116 11.3512 11.0168 11.1341L10.9535 11.22ZM11.4105 12.053V12.1597H13.2494V12.053V11.9463H11.4105V12.053ZM13.2494 12.053L13.3561 12.0512C13.3468 11.4918 13.1962 10.9953 12.9029 10.566L12.8148 10.6262L12.7267 10.6864C12.9944 11.0782 13.134 11.5333 13.1427 12.0547L13.2494 12.053ZM12.8148 10.6262L12.9029 10.566C12.6101 10.1377 12.201 9.80474 11.6804 9.56722L11.6361 9.66431L11.5918 9.76139C12.0811 9.98466 12.4583 10.2938 12.7267 10.6864L12.8148 10.6262ZM11.6361 9.66431L11.6806 9.56731C11.3462 9.41394 10.9761 9.31079 10.5721 9.25678L10.558 9.36255L10.5438 9.46832C10.9294 9.51987 11.2787 9.61776 11.5916 9.7613L11.6361 9.66431ZM10.558 9.36255H10.6647V7.99927H10.558H10.4512V9.36255H10.558ZM10.558 7.99927V7.89256H9.22495V7.99927V8.10598H10.558V7.99927ZM9.22495 7.99927H9.11824V9.35864H9.22495H9.33165V7.99927H9.22495ZM14.6664 5.33325V5.43996C16.8164 5.43997 18.5594 7.18323 18.5596 9.33326L18.6664 9.33325L18.7731 9.33324C18.7728 7.06538 16.9343 5.22655 14.6664 5.22654V5.33325ZM18.6664 9.33325H18.5596V18.1331H18.6664H18.7731V9.33325H18.6664ZM18.6664 18.1331L18.6664 18.2398C20.1979 18.2396 21.4401 16.9977 21.4401 15.4661H21.3333H21.2266C21.2266 16.8798 20.08 18.0262 18.6663 18.0263L18.6664 18.1331ZM21.3333 15.4661H21.4401V6.13306H21.3333H21.2266V15.4661H21.3333ZM21.3333 6.13306L21.4401 6.13304C21.4398 4.6017 20.1977 3.35953 18.6664 3.35936L18.6664 3.46606L18.6663 3.57277C20.0799 3.57294 21.2264 4.71956 21.2266 6.13308L21.3333 6.13306ZM18.6664 3.46606V3.35936H9.33334V3.46606V3.57277H18.6664V3.46606ZM9.33334 3.46606L9.33333 3.35936C8.09157 3.3595 7.04012 4.17634 6.68662 5.30126L6.78842 5.33325L6.89022 5.36524C7.21659 4.32665 8.18749 3.57291 9.33336 3.57277L9.33334 3.46606ZM6.78842 5.33325V5.43996H14.6664V5.33325V5.22654H6.78842V5.33325Z",
23
+ fill: fill
24
+ })
25
+ ]
26
+ });
27
+ };
28
+ NavCopyTradeIcon_NavCopyTradeIcon.displayName = 'NavCopyTradeIcon|nav-copy-trade';
29
+ const NavCopyTradeIcon = NavCopyTradeIcon_NavCopyTradeIcon;
30
+ export { NavCopyTradeIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const NavTrackerIcon: {
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 NavTrackerIcon;
@@ -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 NavTrackerIcon_NavTrackerIcon = ({ 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: "M4.58461 6.25905C7.07274 3.77092 10.7234 2.88905 14.0905 3.93092L14.4313 4.03639L14.3297 4.37819L13.9059 5.80592L13.8043 6.14577L13.4635 6.05104C10.8016 5.31174 8.04397 5.97938 6.17446 7.84889L6.1725 7.85085C3.3446 10.6425 3.34519 15.1981 6.13637 17.9895C8.92695 20.7796 13.4445 20.7817 16.276 17.9505C18.1887 16.0378 18.8859 13.2445 18.0778 10.6731L17.9713 10.3352L19.6969 9.76003L20.0534 9.64089L20.1579 10.0022C21.1567 13.4781 20.2789 17.049 17.8288 19.5003V19.5012C14.1765 23.193 8.19782 23.1933 4.54555 19.5413C0.892579 15.8881 0.895064 9.94881 4.58461 6.25905ZM11.4108 8.09987C12.0048 8.11937 12.5814 8.22404 13.1276 8.46608C13.178 8.48818 13.2265 8.5166 13.276 8.54225C13.2839 8.54665 13.2903 8.55423 13.3034 8.56471V8.56569C13.1696 8.7057 13.041 8.84301 12.9098 8.97682C12.5268 9.36691 12.1423 9.75559 11.7584 10.1448C11.5412 10.3647 11.326 10.5849 11.1071 10.803C11.0823 10.8277 11.0468 10.8462 11.0123 10.8577C10.7775 10.9401 10.5424 11.0226 10.3297 11.1555C9.91482 11.4153 9.59026 11.7549 9.42446 12.2239C9.1904 12.8844 9.31491 13.4838 9.76528 14.0139C10.0534 14.3526 10.4192 14.5721 10.8581 14.6448C11.4882 14.7502 12.0476 14.5966 12.5192 14.1526C12.8011 13.8866 12.9918 13.5667 13.0875 13.1917C13.1025 13.1324 13.1055 13.0703 13.1188 13.011C13.1241 12.9862 13.1363 12.9574 13.1539 12.9397C13.4988 12.6055 13.8435 12.2722 14.1901 11.9407C14.5855 11.563 14.9823 11.1876 15.3795 10.8108C15.3954 10.7958 15.413 10.7816 15.4342 10.7639C15.4396 10.7719 15.4497 10.783 15.4567 10.7962C15.6295 11.1356 15.7638 11.4887 15.8356 11.8635C15.9322 12.3698 15.9454 12.8784 15.8922 13.3909C15.8372 13.9254 15.6755 14.4301 15.4459 14.9114C15.2766 15.2677 15.0569 15.598 14.7936 15.8919C14.4834 16.2376 14.1341 16.5356 13.737 16.7776C13.1988 17.1048 12.6172 17.3172 11.9957 17.4182C11.5703 17.4873 11.1414 17.4957 10.7116 17.4602C10.1044 17.4113 9.51296 17.2419 8.97133 16.9632C8.51841 16.7309 8.10954 16.4379 7.74965 16.0755C7.30104 15.6242 6.97014 15.0972 6.74672 14.5032C6.61909 14.1628 6.53858 13.8101 6.49868 13.4485C6.4641 13.1285 6.45229 12.8064 6.47621 12.4846C6.50635 12.0884 6.57772 11.7002 6.7018 11.3225C6.90926 10.6913 7.24519 10.1361 7.69204 9.64577C8.00839 9.29841 8.36533 8.9997 8.77114 8.76393C9.23039 8.49707 9.71689 8.29869 10.2409 8.1985C10.6282 8.12496 11.0173 8.08659 11.4108 8.09987ZM18.9215 1.27467C19.0252 1.27556 19.105 1.3497 19.1139 1.45339C19.1449 1.81858 19.1738 2.18292 19.2057 2.54811C19.2403 2.9425 19.2757 3.33723 19.3112 3.73073C19.3422 4.07471 19.375 4.41995 19.4069 4.76393C19.4095 4.79309 19.4131 4.82315 19.4166 4.85671H19.4186C19.572 4.86557 19.7207 4.87412 19.8688 4.8821C20.2773 4.90336 20.6859 4.92342 21.0944 4.94557C21.4657 4.96507 21.8373 4.98574 22.2086 5.00612C22.3833 5.01587 22.5584 5.0285 22.7331 5.03737C22.8279 5.04181 22.9003 5.07613 22.9323 5.16823C22.966 5.26575 22.9472 5.35734 22.8727 5.43092C22.7664 5.53543 22.6567 5.635 22.5504 5.73952C21.952 6.32729 21.354 6.9155 20.7565 7.50417C20.2299 8.0237 19.704 8.54527 19.1774 9.06569C19.1269 9.11528 19.0754 9.16347 19.0241 9.21217C18.9789 9.25458 18.9257 9.27626 18.862 9.27272C18.6244 9.25943 18.3866 9.24882 18.1491 9.23463C17.8965 9.21957 17.6448 9.20069 17.3922 9.18385C17.0749 9.16258 16.7575 9.14086 16.4401 9.12135C16.4197 9.12047 16.3918 9.12856 16.3776 9.14186C15.9024 9.60285 15.4281 10.0648 14.9547 10.5276C14.5372 10.9363 14.1224 11.3474 13.7057 11.7561C13.5036 11.9538 13.302 12.1511 13.0973 12.3469C12.8455 12.588 12.5396 12.6608 12.2018 12.6262C11.9688 12.6023 11.7707 12.5086 11.6129 12.3313C11.4791 12.1806 11.4155 12.0017 11.3942 11.8049C11.3703 11.5781 11.4033 11.3592 11.5016 11.1546C11.5388 11.0783 11.5996 11.0087 11.6608 10.9475C12.0011 10.6063 12.3451 10.2695 12.6872 9.93092C13.2119 9.41146 13.7364 8.8917 14.2594 8.37135C14.4978 8.13388 14.7356 7.89566 14.9713 7.65553C14.989 7.63702 15.0032 7.60414 15.0016 7.57936C14.983 7.36138 14.9587 7.14295 14.9401 6.92409C14.9055 6.51448 14.8725 6.1042 14.8414 5.6946C14.8326 5.57413 14.8329 5.45276 14.8258 5.33229C14.8205 5.24629 14.8496 5.17685 14.9108 5.11745C15.0978 4.93666 15.2832 4.75411 15.4684 4.57155C15.8557 4.19042 16.2421 3.8101 16.6286 3.42897C16.9495 3.11335 17.2704 2.79813 17.5905 2.48073C17.9628 2.11102 18.3341 1.74097 18.7047 1.37038C18.7659 1.30925 18.8356 1.2738 18.9215 1.27467Z",
20
+ fill: fill
21
+ })
22
+ });
23
+ };
24
+ NavTrackerIcon_NavTrackerIcon.displayName = 'NavTrackerIcon|nav-tracker';
25
+ const NavTrackerIcon = NavTrackerIcon_NavTrackerIcon;
26
+ export { NavTrackerIcon as default };
@@ -17,13 +17,13 @@ const NavWalletIcon_NavWalletIcon = ({ size = ms(16), width = ms(size), height =
17
17
  /*#__PURE__*/ jsx(Path, {
18
18
  fillRule: "evenodd",
19
19
  clipRule: "evenodd",
20
- d: "M19.7205 21H4.27786C2.83924 21 1.66797 19.8308 1.66797 18.3902V5.60989C1.66797 4.17127 2.83717 3 4.27786 3H19.7181C21.1567 3 22.328 4.1692 22.328 5.60989V7.97063H15.193C13.2098 7.97063 11.5884 9.59207 11.5884 11.5753V12.4248C11.5884 14.408 13.2098 16.0294 15.193 16.0294H22.328V18.3902C22.328 19.8288 21.1564 21 19.7205 21Z",
20
+ d: "M19.0525 21H4.60989C3.17127 21 2 19.8308 2 18.3902V5.60989C2 4.17127 3.1692 3 4.60989 3L19.0501 3C20.4888 3 21.66 4.1692 21.66 5.60989V7.97063H14.5251C12.5419 7.97063 10.9204 9.59207 10.9204 11.5753V12.4248C10.9204 14.408 12.5419 16.0294 14.5251 16.0294H21.66V18.3902C21.66 19.8288 20.4885 21 19.0525 21Z",
21
21
  fill: fill
22
22
  }),
23
23
  /*#__PURE__*/ jsx(Path, {
24
24
  fillRule: "evenodd",
25
25
  clipRule: "evenodd",
26
- d: "M13.69 13.9282C13.2842 13.5224 13.0612 12.9885 13.0612 12.4214V11.5719C13.0612 11.0048 13.2842 10.4709 13.69 10.0651C14.0957 9.65938 14.6296 9.43634 15.1968 9.43634H22.3302V14.557H15.1968C14.6296 14.557 14.0934 14.3339 13.69 13.9282ZM17.0185 11.9974C17.0185 12.5218 16.5938 12.9465 16.0694 12.9465C15.545 12.9465 15.1202 12.5218 15.1202 11.9974C15.1202 11.473 15.545 11.0482 16.0694 11.0482C16.5938 11.0482 17.0185 11.473 17.0185 11.9974Z",
26
+ d: "M13.022 13.9282C12.6163 13.5224 12.3932 12.9885 12.3932 12.4214V11.5719C12.3932 11.0048 12.6163 10.4709 13.022 10.0651C13.4278 9.65938 13.9617 9.43634 14.5288 9.43634H21.6622V14.557H14.5288C13.9617 14.557 13.4254 14.3339 13.022 13.9282ZM16.3506 11.9974C16.3506 12.5218 15.9258 12.9465 15.4014 12.9465C14.877 12.9465 14.4523 12.5218 14.4523 11.9974C14.4523 11.473 14.877 11.0482 15.4014 11.0482C15.9258 11.0482 16.3506 11.473 16.3506 11.9974Z",
27
27
  fill: fill
28
28
  })
29
29
  ]
@@ -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, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default OffchainIcon;
@@ -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 OffchainIcon_OffchainIcon = ({ 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: "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",
18
+ fill: fill
19
+ })
20
+ });
21
+ };
22
+ OffchainIcon_OffchainIcon.displayName = 'OffchainIcon|offchain';
23
+ const OffchainIcon = OffchainIcon_OffchainIcon;
24
+ 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, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default PercentBagIcon;
@@ -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 PercentBagIcon = ({ 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: "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",
20
+ fill: fill
21
+ })
22
+ });
23
+ };
24
+ PercentBagIcon.displayName = 'PercentBagIcon|percent-bag';
25
+ const native_PercentBagIcon = PercentBagIcon;
26
+ export { native_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, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default RefreshCcwDollarIcon;
@@ -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 RefreshCcwDollarIcon_RefreshCcwDollarIcon = ({ 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: "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",
20
+ fill: fill
21
+ })
22
+ });
23
+ };
24
+ RefreshCcwDollarIcon_RefreshCcwDollarIcon.displayName = 'RefreshCcwDollarIcon|refresh-ccw-dollar';
25
+ const RefreshCcwDollarIcon = RefreshCcwDollarIcon_RefreshCcwDollarIcon;
26
+ export { 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, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SnakeIcon;