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

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 (89) hide show
  1. package/dist/native/ColorDiamondIcon.d.ts +6 -0
  2. package/dist/native/ColorDiamondIcon.js +203 -0
  3. package/dist/native/DevBuyIcon.d.ts +6 -0
  4. package/dist/native/DevBuyIcon.js +38 -0
  5. package/dist/native/DevSellIcon.d.ts +6 -0
  6. package/dist/native/DevSellIcon.js +42 -0
  7. package/dist/native/LimitOrderIcon.d.ts +6 -0
  8. package/dist/native/LimitOrderIcon.js +29 -0
  9. package/dist/native/MarketOrderIcon.d.ts +6 -0
  10. package/dist/native/MarketOrderIcon.js +29 -0
  11. package/dist/native/MigratedTradeIcon.d.ts +6 -0
  12. package/dist/native/MigratedTradeIcon.js +43 -0
  13. package/dist/native/TrailingStopIcon.d.ts +6 -0
  14. package/dist/native/TrailingStopIcon.js +34 -0
  15. package/dist/native/TriggerIcon.d.ts +6 -0
  16. package/dist/native/TriggerIcon.js +53 -0
  17. package/dist/native/TwapIcon.d.ts +6 -0
  18. package/dist/native/TwapIcon.js +34 -0
  19. package/dist/native/index.d.ts +9 -0
  20. package/dist/native/index.js +10 -1
  21. package/dist/native/pro-types.d.ts +4 -0
  22. package/dist/native/pro-types.js +0 -0
  23. package/dist/native-pro/ColorDiamondIcon.d.ts +6 -0
  24. package/dist/native-pro/ColorDiamondIcon.js +203 -0
  25. package/dist/native-pro/DevBuyIcon.d.ts +6 -0
  26. package/dist/native-pro/DevBuyIcon.js +38 -0
  27. package/dist/native-pro/DevSellIcon.d.ts +6 -0
  28. package/dist/native-pro/DevSellIcon.js +42 -0
  29. package/dist/native-pro/LimitOrderIcon.d.ts +6 -0
  30. package/dist/native-pro/LimitOrderIcon.js +29 -0
  31. package/dist/native-pro/MarketOrderIcon.d.ts +6 -0
  32. package/dist/native-pro/MarketOrderIcon.js +29 -0
  33. package/dist/native-pro/MigratedTradeIcon.d.ts +6 -0
  34. package/dist/native-pro/MigratedTradeIcon.js +43 -0
  35. package/dist/native-pro/TrailingStopIcon.d.ts +6 -0
  36. package/dist/native-pro/TrailingStopIcon.js +34 -0
  37. package/dist/native-pro/TriggerIcon.d.ts +6 -0
  38. package/dist/native-pro/TriggerIcon.js +53 -0
  39. package/dist/native-pro/TwapIcon.d.ts +6 -0
  40. package/dist/native-pro/TwapIcon.js +34 -0
  41. package/dist/native-pro/index.d.ts +9 -0
  42. package/dist/native-pro/index.js +10 -0
  43. package/dist/native-pro/pro-types.d.ts +4 -0
  44. package/dist/native-pro/pro-types.js +0 -0
  45. package/dist/web/ColorDiamondIcon.d.ts +6 -0
  46. package/dist/web/ColorDiamondIcon.js +216 -0
  47. package/dist/web/DevBuyIcon.d.ts +6 -0
  48. package/dist/web/DevBuyIcon.js +35 -0
  49. package/dist/web/DevSellIcon.d.ts +6 -0
  50. package/dist/web/DevSellIcon.js +40 -0
  51. package/dist/web/LimitOrderIcon.d.ts +6 -0
  52. package/dist/web/LimitOrderIcon.js +24 -0
  53. package/dist/web/MarketOrderIcon.d.ts +6 -0
  54. package/dist/web/MarketOrderIcon.js +24 -0
  55. package/dist/web/MigratedTradeIcon.d.ts +6 -0
  56. package/dist/web/MigratedTradeIcon.js +39 -0
  57. package/dist/web/TrailingStopIcon.d.ts +6 -0
  58. package/dist/web/TrailingStopIcon.js +29 -0
  59. package/dist/web/TriggerIcon.d.ts +6 -0
  60. package/dist/web/TriggerIcon.js +51 -0
  61. package/dist/web/TwapIcon.d.ts +6 -0
  62. package/dist/web/TwapIcon.js +29 -0
  63. package/dist/web/index.d.ts +9 -0
  64. package/dist/web/index.js +10 -1
  65. package/dist/web/pro-types.d.ts +4 -0
  66. package/dist/web/pro-types.js +0 -0
  67. package/dist/web-pro/ColorDiamondIcon.d.ts +6 -0
  68. package/dist/web-pro/ColorDiamondIcon.js +216 -0
  69. package/dist/web-pro/DevBuyIcon.d.ts +6 -0
  70. package/dist/web-pro/DevBuyIcon.js +35 -0
  71. package/dist/web-pro/DevSellIcon.d.ts +6 -0
  72. package/dist/web-pro/DevSellIcon.js +40 -0
  73. package/dist/web-pro/LimitOrderIcon.d.ts +6 -0
  74. package/dist/web-pro/LimitOrderIcon.js +24 -0
  75. package/dist/web-pro/MarketOrderIcon.d.ts +6 -0
  76. package/dist/web-pro/MarketOrderIcon.js +24 -0
  77. package/dist/web-pro/MigratedTradeIcon.d.ts +6 -0
  78. package/dist/web-pro/MigratedTradeIcon.js +39 -0
  79. package/dist/web-pro/TrailingStopIcon.d.ts +6 -0
  80. package/dist/web-pro/TrailingStopIcon.js +29 -0
  81. package/dist/web-pro/TriggerIcon.d.ts +6 -0
  82. package/dist/web-pro/TriggerIcon.js +51 -0
  83. package/dist/web-pro/TwapIcon.d.ts +6 -0
  84. package/dist/web-pro/TwapIcon.js +29 -0
  85. package/dist/web-pro/index.d.ts +9 -0
  86. package/dist/web-pro/index.js +10 -0
  87. package/dist/web-pro/pro-types.d.ts +4 -0
  88. package/dist/web-pro/pro-types.js +0 -0
  89. package/package.json +1 -1
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const ColorDiamondIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default ColorDiamondIcon;
@@ -0,0 +1,203 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { ms } from "react-native-size-matters";
3
+ import external_react_native_svg_default, { Defs, LinearGradient, Path, Stop } from "react-native-svg";
4
+ const ColorDiamondIcon = ({ size = ms(16), width = ms(size), height = ms(size), ...props })=>/*#__PURE__*/ jsxs(external_react_native_svg_default, {
5
+ width: width,
6
+ height: height,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ ...props,
10
+ children: [
11
+ /*#__PURE__*/ jsx(Path, {
12
+ d: "M5.88816 3.86717L0.999268 9.80672L5.88816 11.65L8.74001 4.68642L5.88816 3.86717Z",
13
+ fill: "#B158E7"
14
+ }),
15
+ /*#__PURE__*/ jsx(Path, {
16
+ d: "M8.74001 4.68642L5.88816 11.65H18.1104L15.2585 4.68642H8.74001Z",
17
+ fill: "#B158E7"
18
+ }),
19
+ /*#__PURE__*/ jsx(Path, {
20
+ d: "M5.88816 11.65L11.9993 22.0954L18.1104 11.65H5.88816Z",
21
+ fill: "#B158E7"
22
+ }),
23
+ /*#__PURE__*/ jsx(Path, {
24
+ d: "M0.999268 9.80672L11.9993 22.0954L5.88816 11.65L0.999268 9.80672Z",
25
+ fill: "#B158E7"
26
+ }),
27
+ /*#__PURE__*/ jsx(Path, {
28
+ d: "M11.9993 22.0954L22.9993 9.80672L18.1104 11.65L11.9993 22.0954Z",
29
+ fill: "#B158E7"
30
+ }),
31
+ /*#__PURE__*/ jsx(Path, {
32
+ d: "M22.9993 9.80672L18.1104 3.86717L15.2585 4.68642L18.1104 11.65L22.9993 9.80672Z",
33
+ fill: "#B158E7"
34
+ }),
35
+ /*#__PURE__*/ jsx(Path, {
36
+ d: "M5.88816 3.86717L8.74001 4.68642H15.2585L18.1104 3.86717L11.9993 3.23828L5.88816 3.86717Z",
37
+ fill: "#B158E7"
38
+ }),
39
+ /*#__PURE__*/ jsx(Path, {
40
+ d: "M5.88816 3.86717L0.999268 9.80672L5.88816 11.65L8.74001 4.68642L5.88816 3.86717Z",
41
+ fill: "url(#paint0_linear_17425_24761)",
42
+ opacity: 0.5
43
+ }),
44
+ /*#__PURE__*/ jsx(Path, {
45
+ d: "M8.74001 4.68642L5.88816 11.65H18.1104L15.2585 4.68642H8.74001Z",
46
+ fill: "url(#paint1_linear_17425_24761)",
47
+ opacity: 0.4
48
+ }),
49
+ /*#__PURE__*/ jsx(Path, {
50
+ d: "M5.88816 11.65L11.9993 22.0954L18.1104 11.65H5.88816Z",
51
+ fill: "url(#paint2_linear_17425_24761)",
52
+ opacity: 0.5
53
+ }),
54
+ /*#__PURE__*/ jsx(Path, {
55
+ d: "M0.999268 9.80672L11.9993 22.0954L5.88816 11.65L0.999268 9.80672Z",
56
+ fill: "url(#paint3_linear_17425_24761)",
57
+ opacity: 0.5
58
+ }),
59
+ /*#__PURE__*/ jsx(Path, {
60
+ d: "M11.9993 22.0954L22.9993 9.80672L18.1104 11.65L11.9993 22.0954Z",
61
+ fill: "url(#paint4_linear_17425_24761)",
62
+ opacity: 0.5
63
+ }),
64
+ /*#__PURE__*/ jsx(Path, {
65
+ d: "M22.9993 9.80672L18.1104 3.86717L15.2585 4.68642L18.1104 11.65L22.9993 9.80672Z",
66
+ fill: "url(#paint5_linear_17425_24761)",
67
+ opacity: 0.5
68
+ }),
69
+ /*#__PURE__*/ jsx(Path, {
70
+ d: "M5.88816 3.86717L8.74001 4.68642H15.2585L18.1104 3.86717L11.9993 3.23828L5.88816 3.86717Z",
71
+ fill: "url(#paint6_linear_17425_24761)",
72
+ opacity: 0.5
73
+ }),
74
+ /*#__PURE__*/ jsxs(Defs, {
75
+ children: [
76
+ /*#__PURE__*/ jsxs(LinearGradient, {
77
+ id: "paint0_linear_17425_24761",
78
+ x1: 8.69927,
79
+ y1: 4.6803,
80
+ x2: 5.80825,
81
+ y2: 11.5592,
82
+ gradientUnits: "userSpaceOnUse",
83
+ children: [
84
+ /*#__PURE__*/ jsx(Stop, {
85
+ stopColor: "#494949"
86
+ }),
87
+ /*#__PURE__*/ jsx(Stop, {
88
+ offset: 1,
89
+ stopColor: "#E9E9E9"
90
+ })
91
+ ]
92
+ }),
93
+ /*#__PURE__*/ jsxs(LinearGradient, {
94
+ id: "paint1_linear_17425_24761",
95
+ x1: 11.9993,
96
+ y1: 4.46809,
97
+ x2: 11.9993,
98
+ y2: 11.642,
99
+ gradientUnits: "userSpaceOnUse",
100
+ children: [
101
+ /*#__PURE__*/ jsx(Stop, {
102
+ stopColor: "white",
103
+ stopOpacity: 0.8
104
+ }),
105
+ /*#__PURE__*/ jsx(Stop, {
106
+ offset: 1,
107
+ stopColor: "white",
108
+ stopOpacity: 0
109
+ })
110
+ ]
111
+ }),
112
+ /*#__PURE__*/ jsxs(LinearGradient, {
113
+ id: "paint2_linear_17425_24761",
114
+ x1: 11.9993,
115
+ y1: 11.642,
116
+ x2: 11.9993,
117
+ y2: 22.0954,
118
+ gradientUnits: "userSpaceOnUse",
119
+ children: [
120
+ /*#__PURE__*/ jsx(Stop, {
121
+ stopColor: "#4C4C4C"
122
+ }),
123
+ /*#__PURE__*/ jsx(Stop, {
124
+ offset: 1,
125
+ stopColor: "#B8B8B8"
126
+ })
127
+ ]
128
+ }),
129
+ /*#__PURE__*/ jsxs(LinearGradient, {
130
+ id: "paint3_linear_17425_24761",
131
+ x1: 5.88816,
132
+ y1: 11.642,
133
+ x2: 12.0557,
134
+ y2: 22.062,
135
+ gradientUnits: "userSpaceOnUse",
136
+ children: [
137
+ /*#__PURE__*/ jsx(Stop, {
138
+ stopColor: "#565656"
139
+ }),
140
+ /*#__PURE__*/ jsx(Stop, {
141
+ offset: 1,
142
+ stopColor: "#FAFAFA"
143
+ })
144
+ ]
145
+ }),
146
+ /*#__PURE__*/ jsxs(LinearGradient, {
147
+ id: "paint4_linear_17425_24761",
148
+ x1: 18.3098,
149
+ y1: 11.724,
150
+ x2: 11.9546,
151
+ y2: 22.068,
152
+ gradientUnits: "userSpaceOnUse",
153
+ children: [
154
+ /*#__PURE__*/ jsx(Stop, {
155
+ stopColor: "#323232"
156
+ }),
157
+ /*#__PURE__*/ jsx(Stop, {
158
+ offset: 1,
159
+ stopColor: "#9A9A9A"
160
+ })
161
+ ]
162
+ }),
163
+ /*#__PURE__*/ jsxs(LinearGradient, {
164
+ id: "paint5_linear_17425_24761",
165
+ x1: 15.0548,
166
+ y1: 4.26313,
167
+ x2: 18.1428,
168
+ y2: 11.6284,
169
+ gradientUnits: "userSpaceOnUse",
170
+ children: [
171
+ /*#__PURE__*/ jsx(Stop, {
172
+ stopColor: "#494949"
173
+ }),
174
+ /*#__PURE__*/ jsx(Stop, {
175
+ offset: 1,
176
+ stopColor: "#999999"
177
+ })
178
+ ]
179
+ }),
180
+ /*#__PURE__*/ jsxs(LinearGradient, {
181
+ id: "paint6_linear_17425_24761",
182
+ x1: 11.9993,
183
+ y1: 3.45755,
184
+ x2: 11.9993,
185
+ y2: 4.67306,
186
+ gradientUnits: "userSpaceOnUse",
187
+ children: [
188
+ /*#__PURE__*/ jsx(Stop, {
189
+ stopColor: "#7C7C7C"
190
+ }),
191
+ /*#__PURE__*/ jsx(Stop, {
192
+ offset: 1,
193
+ stopColor: "white"
194
+ })
195
+ ]
196
+ })
197
+ ]
198
+ })
199
+ ]
200
+ });
201
+ ColorDiamondIcon.displayName = 'ColorDiamondIcon|color-diamond';
202
+ const native_ColorDiamondIcon = ColorDiamondIcon;
203
+ export { native_ColorDiamondIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const DevBuyIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default DevBuyIcon;
@@ -0,0 +1,38 @@
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 DevBuyIcon = ({ 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: "M7.4701 16.0261H13.8889H16.5532M11.9614 5.38574C14.0152 5.38574 15.7402 6.79403 16.2233 8.69766L16.4247 8.69817C18.0436 8.69817 19.3559 10.0105 19.3559 11.6294C19.3559 13.1701 18.1672 14.4332 16.6568 14.5515L16.6575 17.4917C16.6575 18.3012 16.0013 18.9573 15.1919 18.9573H8.8281C8.01868 18.9573 7.36251 18.3012 7.36251 17.4917L7.36204 14.5484C5.86932 14.4125 4.69995 13.1575 4.69995 11.6294C4.69995 10.0105 6.01229 8.69817 7.63114 8.69817L7.69943 8.69766C8.18252 6.79403 9.90748 5.38574 11.9614 5.38574Z",
18
+ stroke: c2,
19
+ strokeWidth: 1.04
20
+ }),
21
+ /*#__PURE__*/ jsx(Path, {
22
+ d: "M14.1117 10.4438H14.7932L15.4495 11.6833H15.4776L16.1338 10.4438H16.8154L15.7657 12.3044V13.3218H15.1614V12.3044L14.1117 10.4438Z",
23
+ fill: c1
24
+ }),
25
+ /*#__PURE__*/ jsx(Path, {
26
+ d: "M13.1712 10.4438H13.7796V12.3128C13.7796 12.5227 13.7295 12.7063 13.6293 12.8637C13.53 13.021 13.3909 13.1438 13.2119 13.2318C13.033 13.319 12.8246 13.3625 12.5866 13.3625C12.3477 13.3625 12.1388 13.319 11.9599 13.2318C11.7809 13.1438 11.6418 13.021 11.5425 12.8637C11.4432 12.7063 11.3936 12.5227 11.3936 12.3128V10.4438H12.002V12.2608C12.002 12.3704 12.0259 12.4679 12.0737 12.5531C12.1224 12.6384 12.1908 12.7053 12.2789 12.7541C12.3669 12.8028 12.4695 12.8271 12.5866 12.8271C12.7046 12.8271 12.8072 12.8028 12.8943 12.7541C12.9824 12.7053 13.0503 12.6384 13.0981 12.5531C13.1468 12.4679 13.1712 12.3704 13.1712 12.2608V10.4438Z",
27
+ fill: c1
28
+ }),
29
+ /*#__PURE__*/ jsx(Path, {
30
+ d: "M8.77734 13.3218V10.4438H9.92964C10.1414 10.4438 10.3179 10.4752 10.4594 10.538C10.6009 10.6008 10.7072 10.6879 10.7784 10.7994C10.8496 10.9099 10.8852 11.0373 10.8852 11.1816C10.8852 11.294 10.8627 11.3928 10.8177 11.4781C10.7728 11.5624 10.7109 11.6317 10.6323 11.6861C10.5545 11.7395 10.4655 11.7774 10.3653 11.7999V11.828C10.4749 11.8327 10.5774 11.8636 10.673 11.9207C10.7695 11.9779 10.8477 12.058 10.9077 12.161C10.9676 12.2632 10.9976 12.3849 10.9976 12.5264C10.9976 12.6791 10.9597 12.8154 10.8838 12.9353C10.8088 13.0543 10.6978 13.1485 10.5507 13.2178C10.4037 13.2871 10.2224 13.3218 10.0069 13.3218H8.77734ZM9.38581 12.8243H9.88186C10.0514 12.8243 10.1751 12.792 10.2528 12.7274C10.3306 12.6618 10.3695 12.5747 10.3695 12.466C10.3695 12.3863 10.3503 12.3161 10.3119 12.2552C10.2734 12.1943 10.2186 12.1465 10.1474 12.1119C10.0772 12.0772 9.99334 12.0599 9.89591 12.0599H9.38581V12.8243ZM9.38581 11.6481H9.83689C9.92027 11.6481 9.99428 11.6336 10.0589 11.6046C10.1245 11.5746 10.176 11.5324 10.2135 11.4781C10.2519 11.4238 10.2711 11.3587 10.2711 11.2828C10.2711 11.1788 10.2341 11.0949 10.1601 11.0312C10.087 10.9675 9.98303 10.9357 9.84813 10.9357H9.38581V11.6481Z",
31
+ fill: c1
32
+ })
33
+ ]
34
+ });
35
+ };
36
+ DevBuyIcon.displayName = 'DevBuyIcon|dev-buy';
37
+ const native_DevBuyIcon = DevBuyIcon;
38
+ export { native_DevBuyIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const DevSellIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default DevSellIcon;
@@ -0,0 +1,42 @@
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 DevSellIcon = ({ 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: "M7.4701 16.0261H13.8889H16.5532M11.9614 5.38574C14.0152 5.38574 15.7402 6.79403 16.2233 8.69766L16.4247 8.69817C18.0436 8.69817 19.3559 10.0105 19.3559 11.6294C19.3559 13.1701 18.1672 14.4332 16.6568 14.5515L16.6575 17.4917C16.6575 18.3012 16.0013 18.9573 15.1919 18.9573H8.8281C8.01868 18.9573 7.36251 18.3012 7.36251 17.4917L7.36204 14.5484C5.86932 14.4125 4.69995 13.1575 4.69995 11.6294C4.69995 10.0105 6.01229 8.69817 7.63114 8.69817L7.69943 8.69766C8.18252 6.79403 9.90748 5.38574 11.9614 5.38574Z",
18
+ stroke: c2,
19
+ strokeWidth: 1.04
20
+ }),
21
+ /*#__PURE__*/ jsx(Path, {
22
+ d: "M15.0238 13.3218V10.4438H15.6323V12.8201H16.8661V13.3218H15.0238Z",
23
+ fill: c1
24
+ }),
25
+ /*#__PURE__*/ jsx(Path, {
26
+ d: "M12.7786 13.3218V10.4438H13.387V12.8201H14.6208V13.3218H12.7786Z",
27
+ fill: c1
28
+ }),
29
+ /*#__PURE__*/ jsx(Path, {
30
+ d: "M10.3557 13.3218V10.4438H12.2949V10.9455H10.9642V11.6313H12.1952V12.1329H10.9642V12.8201H12.3006V13.3218H10.3557Z",
31
+ fill: c1
32
+ }),
33
+ /*#__PURE__*/ jsx(Path, {
34
+ d: "M9.32388 11.2713C9.31264 11.158 9.26439 11.0699 9.17914 11.0071C9.09389 10.9444 8.97819 10.913 8.83205 10.913C8.73275 10.913 8.6489 10.927 8.58051 10.9551C8.51213 10.9823 8.45966 11.0203 8.42313 11.069C8.38753 11.1177 8.36973 11.173 8.36973 11.2348C8.36785 11.2863 8.37863 11.3313 8.40205 11.3697C8.42641 11.4081 8.45966 11.4414 8.50182 11.4695C8.54398 11.4966 8.59269 11.5205 8.64796 11.5411C8.70324 11.5608 8.76226 11.5777 8.82502 11.5917L9.08359 11.6535C9.20912 11.6817 9.32435 11.7191 9.42927 11.766C9.5342 11.8128 9.62507 11.8704 9.70189 11.9388C9.77871 12.0072 9.8382 12.0878 9.88035 12.1805C9.92345 12.2733 9.94546 12.3796 9.9464 12.4995C9.94546 12.6756 9.9005 12.8283 9.8115 12.9576C9.72344 13.086 9.59603 13.1857 9.42927 13.2569C9.26346 13.3272 9.06345 13.3623 8.82924 13.3623C8.59691 13.3623 8.39455 13.3267 8.22218 13.2555C8.05074 13.1843 7.91677 13.0789 7.82028 12.9393C7.72473 12.7988 7.67461 12.625 7.66992 12.418H8.25871C8.26527 12.5145 8.29291 12.5951 8.34162 12.6597C8.39128 12.7234 8.45732 12.7716 8.53976 12.8044C8.62314 12.8363 8.71729 12.8522 8.82221 12.8522C8.92526 12.8522 9.01473 12.8372 9.09061 12.8072C9.16743 12.7773 9.22692 12.7356 9.26908 12.6822C9.31124 12.6288 9.33231 12.5674 9.33231 12.4981C9.33231 12.4335 9.31311 12.3791 9.2747 12.3351C9.23723 12.2911 9.18195 12.2536 9.10888 12.2227C9.03675 12.1918 8.94822 12.1636 8.84329 12.1384L8.52992 12.0597C8.28729 12.0006 8.09571 11.9084 7.95518 11.7828C7.81466 11.6573 7.74487 11.4882 7.7458 11.2755C7.74487 11.1013 7.79124 10.9491 7.88492 10.8188C7.97954 10.6886 8.10929 10.587 8.27417 10.5139C8.43905 10.4408 8.62642 10.4043 8.83627 10.4043C9.04986 10.4043 9.23629 10.4408 9.39555 10.5139C9.55575 10.587 9.68034 10.6886 9.76934 10.8188C9.85834 10.9491 9.90424 11.0999 9.90705 11.2713H9.32388Z",
35
+ fill: c1
36
+ })
37
+ ]
38
+ });
39
+ };
40
+ DevSellIcon.displayName = 'DevSellIcon|dev-sell';
41
+ const native_DevSellIcon = DevSellIcon;
42
+ export { native_DevSellIcon 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,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,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 };
@@ -357,3 +357,12 @@ export { default as WrenchIcon } from './WrenchIcon';
357
357
  export { default as XStocksIcon } from './XStocksIcon';
358
358
  export { default as YapsIcon } from './YapsIcon';
359
359
  export { default as YoutubeIcon } from './YoutubeIcon';
360
+ export { default as DevBuyIcon } from './DevBuyIcon';
361
+ export { default as DevSellIcon } from './DevSellIcon';
362
+ export { default as LimitOrderIcon } from './LimitOrderIcon';
363
+ export { default as MarketOrderIcon } from './MarketOrderIcon';
364
+ export { default as MigratedTradeIcon } from './MigratedTradeIcon';
365
+ export { default as TrailingStopIcon } from './TrailingStopIcon';
366
+ export { default as TriggerIcon } from './TriggerIcon';
367
+ export { default as TwapIcon } from './TwapIcon';
368
+ export { default as ColorDiamondIcon } from './ColorDiamondIcon';