@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,35 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const DevBuyIcon_DevBuyIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs("svg", {
4
+ width: width,
5
+ height: height,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ ...props,
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M7.4701 16.0261H13.8889H16.5532M11.9614 5.38574C14.0152 5.38574 15.7402 6.79403 16.2233 8.69766L16.4247 8.69817C18.0436 8.69817 19.3559 10.0105 19.3559 11.6294C19.3559 13.1701 18.1672 14.4332 16.6568 14.5515L16.6575 17.4917C16.6575 18.3012 16.0013 18.9573 15.1919 18.9573H8.8281C8.01868 18.9573 7.36251 18.3012 7.36251 17.4917L7.36204 14.5484C5.86932 14.4125 4.69995 13.1575 4.69995 11.6294C4.69995 10.0105 6.01229 8.69817 7.63114 8.69817L7.69943 8.69766C8.18252 6.79403 9.90748 5.38574 11.9614 5.38574Z",
12
+ className: "text-secondary",
13
+ stroke: "currentColor",
14
+ strokeWidth: "1.04"
15
+ }),
16
+ /*#__PURE__*/ jsx("path", {
17
+ d: "M14.1117 10.4438H14.7932L15.4495 11.6833H15.4776L16.1338 10.4438H16.8154L15.7657 12.3044V13.3218H15.1614V12.3044L14.1117 10.4438Z",
18
+ className: "text-foreground",
19
+ fill: "currentColor"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M13.1712 10.4438H13.7796V12.3128C13.7796 12.5227 13.7295 12.7063 13.6293 12.8637C13.53 13.021 13.3909 13.1438 13.2119 13.2318C13.033 13.319 12.8246 13.3625 12.5866 13.3625C12.3477 13.3625 12.1388 13.319 11.9599 13.2318C11.7809 13.1438 11.6418 13.021 11.5425 12.8637C11.4432 12.7063 11.3936 12.5227 11.3936 12.3128V10.4438H12.002V12.2608C12.002 12.3704 12.0259 12.4679 12.0737 12.5531C12.1224 12.6384 12.1908 12.7053 12.2789 12.7541C12.3669 12.8028 12.4695 12.8271 12.5866 12.8271C12.7046 12.8271 12.8072 12.8028 12.8943 12.7541C12.9824 12.7053 13.0503 12.6384 13.0981 12.5531C13.1468 12.4679 13.1712 12.3704 13.1712 12.2608V10.4438Z",
23
+ className: "text-foreground",
24
+ fill: "currentColor"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M8.77734 13.3218V10.4438H9.92964C10.1414 10.4438 10.3179 10.4752 10.4594 10.538C10.6009 10.6008 10.7072 10.6879 10.7784 10.7994C10.8496 10.9099 10.8852 11.0373 10.8852 11.1816C10.8852 11.294 10.8627 11.3928 10.8177 11.4781C10.7728 11.5624 10.7109 11.6317 10.6323 11.6861C10.5545 11.7395 10.4655 11.7774 10.3653 11.7999V11.828C10.4749 11.8327 10.5774 11.8636 10.673 11.9207C10.7695 11.9779 10.8477 12.058 10.9077 12.161C10.9676 12.2632 10.9976 12.3849 10.9976 12.5264C10.9976 12.6791 10.9597 12.8154 10.8838 12.9353C10.8088 13.0543 10.6978 13.1485 10.5507 13.2178C10.4037 13.2871 10.2224 13.3218 10.0069 13.3218H8.77734ZM9.38581 12.8243H9.88186C10.0514 12.8243 10.1751 12.792 10.2528 12.7274C10.3306 12.6618 10.3695 12.5747 10.3695 12.466C10.3695 12.3863 10.3503 12.3161 10.3119 12.2552C10.2734 12.1943 10.2186 12.1465 10.1474 12.1119C10.0772 12.0772 9.99334 12.0599 9.89591 12.0599H9.38581V12.8243ZM9.38581 11.6481H9.83689C9.92027 11.6481 9.99428 11.6336 10.0589 11.6046C10.1245 11.5746 10.176 11.5324 10.2135 11.4781C10.2519 11.4238 10.2711 11.3587 10.2711 11.2828C10.2711 11.1788 10.2341 11.0949 10.1601 11.0312C10.087 10.9675 9.98303 10.9357 9.84813 10.9357H9.38581V11.6481Z",
28
+ className: "text-foreground",
29
+ fill: "currentColor"
30
+ })
31
+ ]
32
+ });
33
+ DevBuyIcon_DevBuyIcon.displayName = 'DevBuyIcon|dev-buy';
34
+ const DevBuyIcon = DevBuyIcon_DevBuyIcon;
35
+ export { DevBuyIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const DevSellIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default DevSellIcon;
@@ -0,0 +1,40 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const DevSellIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs("svg", {
4
+ width: width,
5
+ height: height,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ ...props,
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M7.4701 16.0261H13.8889H16.5532M11.9614 5.38574C14.0152 5.38574 15.7402 6.79403 16.2233 8.69766L16.4247 8.69817C18.0436 8.69817 19.3559 10.0105 19.3559 11.6294C19.3559 13.1701 18.1672 14.4332 16.6568 14.5515L16.6575 17.4917C16.6575 18.3012 16.0013 18.9573 15.1919 18.9573H8.8281C8.01868 18.9573 7.36251 18.3012 7.36251 17.4917L7.36204 14.5484C5.86932 14.4125 4.69995 13.1575 4.69995 11.6294C4.69995 10.0105 6.01229 8.69817 7.63114 8.69817L7.69943 8.69766C8.18252 6.79403 9.90748 5.38574 11.9614 5.38574Z",
12
+ className: "text-secondary",
13
+ stroke: "currentColor",
14
+ strokeWidth: "1.04"
15
+ }),
16
+ /*#__PURE__*/ jsx("path", {
17
+ d: "M15.0238 13.3218V10.4438H15.6323V12.8201H16.8661V13.3218H15.0238Z",
18
+ className: "text-foreground",
19
+ fill: "currentColor"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M12.7786 13.3218V10.4438H13.387V12.8201H14.6208V13.3218H12.7786Z",
23
+ className: "text-foreground",
24
+ fill: "currentColor"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M10.3557 13.3218V10.4438H12.2949V10.9455H10.9642V11.6313H12.1952V12.1329H10.9642V12.8201H12.3006V13.3218H10.3557Z",
28
+ className: "text-foreground",
29
+ fill: "currentColor"
30
+ }),
31
+ /*#__PURE__*/ jsx("path", {
32
+ d: "M9.32388 11.2713C9.31264 11.158 9.26439 11.0699 9.17914 11.0071C9.09389 10.9444 8.97819 10.913 8.83205 10.913C8.73275 10.913 8.6489 10.927 8.58051 10.9551C8.51213 10.9823 8.45966 11.0203 8.42313 11.069C8.38753 11.1177 8.36973 11.173 8.36973 11.2348C8.36785 11.2863 8.37863 11.3313 8.40205 11.3697C8.42641 11.4081 8.45966 11.4414 8.50182 11.4695C8.54398 11.4966 8.59269 11.5205 8.64796 11.5411C8.70324 11.5608 8.76226 11.5777 8.82502 11.5917L9.08359 11.6535C9.20912 11.6817 9.32435 11.7191 9.42927 11.766C9.5342 11.8128 9.62507 11.8704 9.70189 11.9388C9.77871 12.0072 9.8382 12.0878 9.88035 12.1805C9.92345 12.2733 9.94546 12.3796 9.9464 12.4995C9.94546 12.6756 9.9005 12.8283 9.8115 12.9576C9.72344 13.086 9.59603 13.1857 9.42927 13.2569C9.26346 13.3272 9.06345 13.3623 8.82924 13.3623C8.59691 13.3623 8.39455 13.3267 8.22218 13.2555C8.05074 13.1843 7.91677 13.0789 7.82028 12.9393C7.72473 12.7988 7.67461 12.625 7.66992 12.418H8.25871C8.26527 12.5145 8.29291 12.5951 8.34162 12.6597C8.39128 12.7234 8.45732 12.7716 8.53976 12.8044C8.62314 12.8363 8.71729 12.8522 8.82221 12.8522C8.92526 12.8522 9.01473 12.8372 9.09061 12.8072C9.16743 12.7773 9.22692 12.7356 9.26908 12.6822C9.31124 12.6288 9.33231 12.5674 9.33231 12.4981C9.33231 12.4335 9.31311 12.3791 9.2747 12.3351C9.23723 12.2911 9.18195 12.2536 9.10888 12.2227C9.03675 12.1918 8.94822 12.1636 8.84329 12.1384L8.52992 12.0597C8.28729 12.0006 8.09571 11.9084 7.95518 11.7828C7.81466 11.6573 7.74487 11.4882 7.7458 11.2755C7.74487 11.1013 7.79124 10.9491 7.88492 10.8188C7.97954 10.6886 8.10929 10.587 8.27417 10.5139C8.43905 10.4408 8.62642 10.4043 8.83627 10.4043C9.04986 10.4043 9.23629 10.4408 9.39555 10.5139C9.55575 10.587 9.68034 10.6886 9.76934 10.8188C9.85834 10.9491 9.90424 11.0999 9.90705 11.2713H9.32388Z",
33
+ className: "text-foreground",
34
+ fill: "currentColor"
35
+ })
36
+ ]
37
+ });
38
+ DevSellIcon.displayName = 'DevSellIcon|dev-sell';
39
+ const web_pro_DevSellIcon = DevSellIcon;
40
+ export { web_pro_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,24 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const LimitOrderIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs("svg", {
4
+ width: width,
5
+ height: height,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ ...props,
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M2.0875 13.2417C2.31593 13.2418 2.50078 13.4273 2.50078 13.6558C2.50078 13.8842 2.31593 14.0697 2.0875 14.0698H1.65625C1.42772 14.0698 1.24219 13.8843 1.24219 13.6558C1.24219 13.4272 1.42772 13.2417 1.65625 13.2417H2.0875ZM4.38594 13.2417C4.61447 13.2417 4.8 13.4272 4.8 13.6558C4.8 13.8843 4.61447 14.0698 4.38594 14.0698H3.52422C3.29569 14.0698 3.11016 13.8843 3.11016 13.6558C3.11016 13.4272 3.29569 13.2417 3.52422 13.2417H4.38594ZM6.68516 13.2417C6.91361 13.2418 7.09844 13.4273 7.09844 13.6558C7.09844 13.8842 6.91361 14.0697 6.68516 14.0698H5.82266C5.59424 14.0697 5.40938 13.8842 5.40938 13.6558C5.40938 13.4273 5.59424 13.2418 5.82266 13.2417H6.68516ZM8.98359 13.2417C9.21213 13.2417 9.39766 13.4272 9.39766 13.6558C9.39766 13.8843 9.21213 14.0698 8.98359 14.0698H8.12188C7.89334 14.0698 7.70781 13.8843 7.70781 13.6558C7.70781 13.4272 7.89334 13.2417 8.12188 13.2417H8.98359ZM11.2828 13.2417C11.5113 13.2418 11.6961 13.4273 11.6961 13.6558C11.6961 13.8843 11.5113 14.0698 11.2828 14.0698H10.4203C10.1919 14.0697 10.007 13.8842 10.007 13.6558C10.007 13.4273 10.1919 13.2419 10.4203 13.2417H11.2828ZM13.5813 13.2417C13.8098 13.2417 13.9953 13.4272 13.9953 13.6558C13.9953 13.8843 13.8098 14.0698 13.5813 14.0698H12.7195C12.491 14.0698 12.3055 13.8843 12.3055 13.6558C12.3055 13.4272 12.491 13.2417 12.7195 13.2417H13.5813ZM15.8805 13.2417C16.109 13.2417 16.2945 13.4273 16.2945 13.6558C16.2945 13.8843 16.109 14.0698 15.8805 14.0698H15.018C14.7896 14.0696 14.6047 13.8842 14.6047 13.6558C14.6047 13.4273 14.7896 13.2419 15.018 13.2417H15.8805ZM18.1789 13.2417C18.4074 13.2417 18.593 13.4272 18.593 13.6558C18.593 13.8843 18.4074 14.0698 18.1789 14.0698H17.3172C17.0887 14.0698 16.9031 13.8843 16.9031 13.6558C16.9031 13.4272 17.0887 13.2417 17.3172 13.2417H18.1789ZM20.4781 13.2417C20.7066 13.2417 20.8922 13.4272 20.8922 13.6558C20.8922 13.8843 20.7066 14.0698 20.4781 14.0698H19.6164C19.3879 14.0698 19.2023 13.8843 19.2023 13.6558C19.2023 13.4272 19.3879 13.2417 19.6164 13.2417H20.4781ZM22.3461 13.2417C22.5745 13.2418 22.7594 13.4273 22.7594 13.6558C22.7594 13.8842 22.5745 14.0697 22.3461 14.0698H21.9148C21.6863 14.0698 21.5008 13.8843 21.5008 13.6558C21.5008 13.4272 21.6863 13.2417 21.9148 13.2417H22.3461Z",
12
+ className: "text-secondary",
13
+ fill: "currentColor"
14
+ }),
15
+ /*#__PURE__*/ jsx("path", {
16
+ d: "M12.2747 6.06982C12.474 6.06982 12.6584 6.17732 12.7561 6.35107L15.9211 11.9927C16.2794 11.8225 16.6798 11.7251 17.1028 11.7251C18.6261 11.7253 19.8605 12.9606 19.8606 14.4839C19.8606 16.0073 18.6262 17.2425 17.1028 17.2427C15.5792 17.2427 14.344 16.0074 14.344 14.4839C14.3441 13.7795 14.6097 13.1384 15.0442 12.6509C15.0151 12.6195 14.9879 12.5853 14.9661 12.5464L11.9524 7.17334H3.17212C2.86748 7.17334 2.62047 6.9262 2.62036 6.62158C2.62036 6.31687 2.86741 6.06982 3.17212 6.06982H12.2747ZM17.1028 12.8286C16.1887 12.8286 15.4467 13.5699 15.4465 14.4839C15.4465 15.398 16.1887 16.1391 17.1028 16.1392C18.0167 16.1389 18.7581 15.3979 18.7581 14.4839C18.7579 13.57 18.0166 12.8288 17.1028 12.8286Z",
17
+ className: "text-foreground",
18
+ fill: "currentColor"
19
+ })
20
+ ]
21
+ });
22
+ LimitOrderIcon.displayName = 'LimitOrderIcon|limit-order';
23
+ const web_pro_LimitOrderIcon = LimitOrderIcon;
24
+ export { web_pro_LimitOrderIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const MarketOrderIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default MarketOrderIcon;
@@ -0,0 +1,24 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const MarketOrderIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs("svg", {
4
+ width: width,
5
+ height: height,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ ...props,
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M2.82512 9.37646C3.05045 9.37646 3.23293 9.55895 3.23293 9.78428C3.23293 10.0096 3.05045 10.1921 2.82512 10.1921H2.40012C2.17479 10.1921 1.99231 10.0096 1.99231 9.78428C1.99231 9.55895 2.17479 9.37646 2.40012 9.37646H2.82512ZM5.09153 9.37646C5.31686 9.37646 5.50012 9.55895 5.50012 9.78428C5.50012 10.0096 5.31686 10.1921 5.09153 10.1921H4.24153C4.01632 10.1919 3.83372 10.0095 3.83372 9.78428C3.83372 9.55903 4.01632 9.37661 4.24153 9.37646H5.09153ZM7.35872 9.37646C7.58393 9.37661 7.76653 9.55903 7.76653 9.78428C7.76653 10.0095 7.58393 10.1919 7.35872 10.1921H6.50872C6.28338 10.1921 6.10012 10.0096 6.10012 9.78428C6.10012 9.55895 6.28338 9.37646 6.50872 9.37646H7.35872ZM9.62512 9.37646C9.85045 9.37646 10.0329 9.55895 10.0329 9.78428C10.0329 10.0096 9.85045 10.1921 9.62512 10.1921H8.77512C8.54979 10.1921 8.36731 10.0096 8.36731 9.78428C8.36731 9.55895 8.54979 9.37647 8.77512 9.37646H9.62512ZM11.8915 9.37646C12.1169 9.37646 12.3001 9.55895 12.3001 9.78428C12.3001 10.0096 12.1169 10.1921 11.8915 10.1921H11.0415C10.8163 10.1919 10.6337 10.0095 10.6337 9.78428C10.6337 9.55903 10.8163 9.37661 11.0415 9.37646H11.8915ZM14.1587 9.37646C14.3839 9.37661 14.5665 9.55903 14.5665 9.78428C14.5665 10.0095 14.3839 10.1919 14.1587 10.1921H13.3087C13.0834 10.1921 12.9001 10.0096 12.9001 9.78428C12.9001 9.55895 13.0834 9.37646 13.3087 9.37646H14.1587ZM16.4251 9.37646C16.6505 9.37646 16.8329 9.55895 16.8329 9.78428C16.8329 10.0096 16.6505 10.1921 16.4251 10.1921H15.5751C15.3498 10.1921 15.1673 10.0096 15.1673 9.78428C15.1673 9.55895 15.3498 9.37646 15.5751 9.37646H16.4251ZM18.6915 9.37646C18.9169 9.37646 19.1001 9.55895 19.1001 9.78428C19.1001 10.0096 18.9169 10.1921 18.6915 10.1921H17.8415C17.6163 10.1919 17.4337 10.0095 17.4337 9.78428C17.4337 9.55903 17.6163 9.37661 17.8415 9.37646H18.6915ZM20.9587 9.37646C21.1839 9.37661 21.3665 9.55903 21.3665 9.78428C21.3665 10.0095 21.1839 10.1919 20.9587 10.1921H20.1087C19.8834 10.1921 19.7001 10.0096 19.7001 9.78428C19.7001 9.55895 19.8834 9.37646 20.1087 9.37646H20.9587ZM22.8001 9.37646C23.0255 9.37646 23.2079 9.55895 23.2079 9.78428C23.2079 10.0096 23.0255 10.1921 22.8001 10.1921H22.3751C22.1498 10.1921 21.9673 10.0096 21.9673 9.78428C21.9673 9.55895 22.1498 9.37647 22.3751 9.37646H22.8001Z",
12
+ className: "text-secondary",
13
+ fill: "currentColor"
14
+ }),
15
+ /*#__PURE__*/ jsx("path", {
16
+ d: "M17.7732 7.20361C19.21 7.27673 20.352 8.46452 20.3523 9.91943L20.3494 10.0601C20.2763 11.4969 19.0876 12.639 17.6326 12.6392L17.4919 12.6362C16.7996 12.6009 16.1763 12.3063 15.7156 11.8481L5.39429 17.8081C5.13425 17.9582 4.80245 17.8697 4.6521 17.6099C4.50194 17.3498 4.59036 17.017 4.85034 16.8667L15.114 10.9409C15.0026 10.6664 14.9325 10.3706 14.9167 10.0601L14.9128 9.91943C14.9131 8.41754 16.1307 7.19994 17.6326 7.19971L17.7732 7.20361ZM17.6326 8.2876C16.7316 8.28783 16.001 9.01844 16.0007 9.91943C16.0009 10.8205 16.7315 11.552 17.6326 11.5522C18.5337 11.5521 19.2652 10.8205 19.2654 9.91943C19.2651 9.0184 18.5336 8.28777 17.6326 8.2876Z",
17
+ className: "text-foreground",
18
+ fill: "currentColor"
19
+ })
20
+ ]
21
+ });
22
+ MarketOrderIcon.displayName = 'MarketOrderIcon|market-order';
23
+ const web_pro_MarketOrderIcon = MarketOrderIcon;
24
+ export { web_pro_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,39 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const MigratedTradeIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs("svg", {
4
+ width: width,
5
+ height: height,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ ...props,
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M5.11246 15.368C5.3249 15.5805 5.66876 15.5805 5.88121 15.368L10.6382 10.611L17.6523 9.94926C17.9512 9.92086 18.1704 9.65528 18.1421 9.35629C18.1138 9.0574 17.8489 8.8376 17.55 8.86567L10.3414 9.54614C10.2155 9.5581 10.098 9.61377 10.0086 9.70317L5.11246 14.5993C4.90001 14.8117 4.90001 15.1556 5.11246 15.368Z",
12
+ className: "text-foreground",
13
+ fill: "currentColor"
14
+ }),
15
+ /*#__PURE__*/ jsx("path", {
16
+ d: "M7.2345 8.79973V6.03027H8.34336C8.5471 6.03027 8.71704 6.06047 8.85317 6.12088C8.9893 6.18128 9.09162 6.26512 9.16013 6.3724C9.22865 6.47878 9.26291 6.60138 9.26291 6.74022C9.26291 6.8484 9.24127 6.94351 9.198 7.02555C9.15472 7.10668 9.09522 7.17339 9.0195 7.22568C8.94467 7.27707 8.85903 7.31358 8.76257 7.33522V7.36226C8.86804 7.36677 8.96676 7.39652 9.05871 7.45151C9.15157 7.5065 9.22685 7.58358 9.28454 7.68275C9.34224 7.78102 9.37109 7.89821 9.37109 8.03434C9.37109 8.18129 9.33458 8.31246 9.26155 8.42785C9.18943 8.54235 9.0826 8.63295 8.94107 8.69966C8.79953 8.76637 8.62508 8.79973 8.41774 8.79973H7.2345ZM7.82003 8.32102H8.29738C8.46056 8.32102 8.57956 8.28992 8.65438 8.22772C8.72921 8.16461 8.76662 8.08077 8.76662 7.97619C8.76662 7.89957 8.74814 7.83195 8.71118 7.77335C8.67422 7.71475 8.62148 7.66878 8.55296 7.63542C8.48535 7.60207 8.40466 7.58539 8.31091 7.58539H7.82003V8.32102ZM7.82003 7.18917H8.25411C8.33435 7.18917 8.40557 7.1752 8.46777 7.14725C8.53088 7.1184 8.58046 7.07783 8.61652 7.02555C8.65348 6.97326 8.67196 6.9106 8.67196 6.83758C8.67196 6.73751 8.63635 6.65683 8.56513 6.59552C8.49482 6.53422 8.39475 6.50357 8.26493 6.50357H7.82003V7.18917Z",
17
+ className: "text-bullish",
18
+ fill: "currentColor"
19
+ }),
20
+ /*#__PURE__*/ jsx("path", {
21
+ d: "M10.7688 11.7422H11.4909L12.2536 13.6029H12.286L13.0487 11.7422H13.7708V14.5116H13.2029V12.7091H13.1799L12.4632 14.4981H12.0764L11.3597 12.7023H11.3368V14.5116H10.7688V11.7422Z",
22
+ className: "text-secondary",
23
+ fill: "currentColor"
24
+ }),
25
+ /*#__PURE__*/ jsx("path", {
26
+ d: "M12.2712 6.82654C12.2604 6.71746 12.2139 6.63271 12.1319 6.57231C12.0499 6.51191 11.9385 6.48171 11.7979 6.48171C11.7023 6.48171 11.6216 6.49523 11.5558 6.52228C11.49 6.54842 11.4395 6.58493 11.4044 6.63181C11.3701 6.67869 11.353 6.73188 11.353 6.79138C11.3512 6.84096 11.3616 6.88424 11.3841 6.9212C11.4075 6.95816 11.4395 6.99016 11.4801 7.01721C11.5207 7.04335 11.5676 7.06634 11.6207 7.08618C11.6739 7.10511 11.7307 7.12134 11.7911 7.13486L12.04 7.19436C12.1608 7.2214 12.2716 7.25746 12.3726 7.30254C12.4736 7.34762 12.561 7.40306 12.635 7.46887C12.7089 7.53468 12.7661 7.61221 12.8067 7.70146C12.8482 7.79071 12.8693 7.89303 12.8702 8.00843C12.8693 8.17791 12.8261 8.32486 12.7404 8.44927C12.6557 8.57277 12.5331 8.66879 12.3726 8.7373C12.213 8.80491 12.0206 8.83872 11.7952 8.83872C11.5716 8.83872 11.3769 8.80446 11.211 8.73595C11.046 8.66743 10.9171 8.56601 10.8243 8.43169C10.7323 8.29646 10.6841 8.12923 10.6796 7.92999H11.2462C11.2525 8.02285 11.2791 8.10038 11.326 8.16259C11.3737 8.22389 11.4373 8.27032 11.5166 8.30187C11.5969 8.33252 11.6875 8.34785 11.7884 8.34785C11.8876 8.34785 11.9737 8.33342 12.0467 8.30457C12.1206 8.27573 12.1779 8.23561 12.2185 8.18422C12.259 8.13284 12.2793 8.07379 12.2793 8.00707C12.2793 7.94487 12.2608 7.89258 12.2239 7.85021C12.1878 7.80784 12.1346 7.77178 12.0643 7.74203C11.9949 7.71228 11.9097 7.68523 11.8087 7.66089L11.5072 7.58516C11.2737 7.52837 11.0893 7.43957 10.9541 7.31877C10.8188 7.19796 10.7517 7.03524 10.7526 6.8306C10.7517 6.66291 10.7963 6.51642 10.8865 6.39111C10.9775 6.2658 11.1024 6.16798 11.261 6.09766C11.4197 6.02735 11.6 5.99219 11.802 5.99219C12.0075 5.99219 12.1869 6.02735 12.3402 6.09766C12.4943 6.16798 12.6142 6.2658 12.6999 6.39111C12.7855 6.51642 12.8297 6.66156 12.8324 6.82654H12.2712Z",
27
+ className: "text-bearish",
28
+ fill: "currentColor"
29
+ }),
30
+ /*#__PURE__*/ jsx("path", {
31
+ d: "M4.00012 5.87207C4.30049 5.87216 4.54407 6.11563 4.54407 6.41602V17.2959H20.048C20.3482 17.2961 20.5919 17.5395 20.5919 17.8398C20.5919 18.1402 20.3482 18.3836 20.048 18.3838H4.00012C3.69968 18.3838 3.45618 18.1403 3.45618 17.8398V6.41602C3.45618 6.11557 3.69968 5.87207 4.00012 5.87207Z",
32
+ className: "text-secondary",
33
+ fill: "currentColor"
34
+ })
35
+ ]
36
+ });
37
+ MigratedTradeIcon.displayName = 'MigratedTradeIcon|migrated-trade';
38
+ const web_pro_MigratedTradeIcon = MigratedTradeIcon;
39
+ export { web_pro_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,29 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const TrailingStopIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs("svg", {
4
+ width: width,
5
+ height: height,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ ...props,
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M22.0001 9.72803C22.2254 9.72803 22.4079 9.91051 22.4079 10.1358C22.4079 10.3612 22.2254 10.5437 22.0001 10.5437H1.60007C1.37474 10.5437 1.19226 10.3612 1.19226 10.1358C1.19226 9.91051 1.37474 9.72803 1.60007 9.72803H22.0001Z",
12
+ className: "text-secondary",
13
+ fill: "currentColor"
14
+ }),
15
+ /*#__PURE__*/ jsx("path", {
16
+ d: "M2.02507 15.3037C2.25041 15.3037 2.43289 15.4862 2.43289 15.7115C2.43289 15.9369 2.25041 16.1193 2.02507 16.1193H1.60007C1.37474 16.1193 1.19226 15.9369 1.19226 15.7115C1.19226 15.4862 1.37474 15.3037 1.60007 15.3037H2.02507ZM4.29148 15.3037C4.51681 15.3037 4.70007 15.4862 4.70007 15.7115C4.70007 15.9369 4.51681 16.1193 4.29148 16.1193H3.44148C3.21627 16.1192 3.03367 15.9368 3.03367 15.7115C3.03367 15.4863 3.21627 15.3039 3.44148 15.3037H4.29148ZM6.55867 15.3037C6.78388 15.3039 6.96648 15.4863 6.96648 15.7115C6.96648 15.9368 6.78388 16.1192 6.55867 16.1193H5.70867C5.48333 16.1193 5.30007 15.9369 5.30007 15.7115C5.30007 15.4862 5.48333 15.3037 5.70867 15.3037H6.55867ZM8.82507 15.3037C9.05041 15.3037 9.23289 15.4862 9.23289 15.7115C9.23289 15.9369 9.05041 16.1193 8.82507 16.1193H7.97507C7.74974 16.1193 7.56726 15.9369 7.56726 15.7115C7.56726 15.4862 7.74974 15.3037 7.97507 15.3037H8.82507ZM11.0915 15.3037C11.3168 15.3037 11.5001 15.4862 11.5001 15.7115C11.5001 15.9369 11.3168 16.1193 11.0915 16.1193H10.2415C10.0163 16.1192 9.83367 15.9368 9.83367 15.7115C9.83367 15.4863 10.0163 15.3039 10.2415 15.3037H11.0915ZM13.3587 15.3037C13.5839 15.3039 13.7665 15.4863 13.7665 15.7115C13.7665 15.9368 13.5839 16.1192 13.3587 16.1193H12.5087C12.2833 16.1193 12.1001 15.9369 12.1001 15.7115C12.1001 15.4862 12.2833 15.3037 12.5087 15.3037H13.3587ZM15.6251 15.3037C15.8504 15.3037 16.0329 15.4862 16.0329 15.7115C16.0329 15.9369 15.8504 16.1193 15.6251 16.1193H14.7751C14.5497 16.1193 14.3673 15.9369 14.3673 15.7115C14.3673 15.4862 14.5497 15.3037 14.7751 15.3037H15.6251ZM17.8915 15.3037C18.1168 15.3037 18.3001 15.4862 18.3001 15.7115C18.3001 15.9369 18.1168 16.1193 17.8915 16.1193H17.0415C16.8163 16.1192 16.6337 15.9368 16.6337 15.7115C16.6337 15.4863 16.8163 15.3039 17.0415 15.3037H17.8915ZM20.1587 15.3037C20.3839 15.3039 20.5665 15.4863 20.5665 15.7115C20.5665 15.9368 20.3839 16.1192 20.1587 16.1193H19.3087C19.0833 16.1193 18.9001 15.9369 18.9001 15.7115C18.9001 15.4862 19.0833 15.3037 19.3087 15.3037H20.1587ZM22.0001 15.3037C22.2254 15.3037 22.4079 15.4862 22.4079 15.7115C22.4079 15.9369 22.2254 16.1193 22.0001 16.1193H21.5751C21.3497 16.1193 21.1673 15.9369 21.1673 15.7115C21.1673 15.4862 21.3497 15.3037 21.5751 15.3037H22.0001Z",
17
+ className: "text-tertiary",
18
+ fill: "currentColor"
19
+ }),
20
+ /*#__PURE__*/ jsx("path", {
21
+ d: "M13.425 6.61865C13.5649 6.58071 13.7146 6.60086 13.8401 6.67334L16.1428 8.00537C16.574 7.71828 17.0919 7.55127 17.6487 7.55127L17.7883 7.55518C19.2253 7.62812 20.3682 8.81597 20.3684 10.271L20.3655 10.4116C20.2924 11.8485 19.1036 12.9905 17.6487 12.9907L17.5081 12.9878C16.1175 12.9171 15.0026 11.8021 14.9319 10.4116L14.928 10.271C14.9281 9.73217 15.0863 9.23069 15.3567 8.80811L13.7698 7.88916L9.41626 15.5718C9.34498 15.6975 9.22655 15.7903 9.08716 15.8286C8.94779 15.8669 8.7986 15.8475 8.6731 15.7759L6.25317 14.3931L4.49731 16.9712C4.32806 17.2189 3.9895 17.2825 3.74146 17.1138C3.49342 16.9445 3.42977 16.6061 3.59888 16.3579L5.63696 13.3657C5.79673 13.1314 6.11038 13.0592 6.35669 13.1997L8.73853 14.561L13.095 6.87549L13.1565 6.7876C13.2267 6.70658 13.3201 6.64723 13.425 6.61865ZM17.6487 8.63916C16.7475 8.63916 16.0171 9.36986 16.0168 10.271C16.017 11.1722 16.7474 11.9038 17.6487 11.9038C18.5497 11.9036 19.2803 11.1721 19.2805 10.271C19.2803 9.37 18.5497 8.63939 17.6487 8.63916Z",
22
+ className: "text-foreground",
23
+ fill: "currentColor"
24
+ })
25
+ ]
26
+ });
27
+ TrailingStopIcon.displayName = 'TrailingStopIcon|trailing-stop';
28
+ const web_pro_TrailingStopIcon = TrailingStopIcon;
29
+ export { web_pro_TrailingStopIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const TriggerIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default TriggerIcon;
@@ -0,0 +1,51 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const TriggerIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs("svg", {
4
+ width: width,
5
+ height: height,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ ...props,
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M5.34375 16.1074L5.34375 18.8274",
12
+ className: "text-secondary",
13
+ stroke: "currentColor",
14
+ strokeWidth: "1.36",
15
+ strokeLinecap: "round"
16
+ }),
17
+ /*#__PURE__*/ jsx("path", {
18
+ d: "M11.8718 14.1797L11.8718 18.8037",
19
+ className: "text-secondary",
20
+ stroke: "currentColor",
21
+ strokeWidth: "1.36",
22
+ strokeLinecap: "round"
23
+ }),
24
+ /*#__PURE__*/ jsx("path", {
25
+ d: "M18.4 11.7324L18.4 18.8044",
26
+ className: "text-secondary",
27
+ stroke: "currentColor",
28
+ strokeWidth: "1.36",
29
+ strokeLinecap: "round"
30
+ }),
31
+ /*#__PURE__*/ jsx("path", {
32
+ d: "M18.808 7.78823L8.88005 13.2516L4.80005 11.8916",
33
+ className: "text-foreground",
34
+ stroke: "currentColor",
35
+ strokeWidth: "1.088",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round"
38
+ }),
39
+ /*#__PURE__*/ jsx("path", {
40
+ d: "M16.9533 6.8874L19.4173 7.03371L19.0713 9.47686",
41
+ className: "text-foreground",
42
+ stroke: "currentColor",
43
+ strokeWidth: "1.088",
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ })
47
+ ]
48
+ });
49
+ TriggerIcon.displayName = 'TriggerIcon|trigger';
50
+ const web_pro_TriggerIcon = TriggerIcon;
51
+ export { web_pro_TriggerIcon as default };
@@ -0,0 +1,6 @@
1
+ import { type TwoToneIconProps } from './pro-types';
2
+ declare const TwapIcon: {
3
+ ({ size, width, height, ...props }: TwoToneIconProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default TwapIcon;
@@ -0,0 +1,29 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const TwapIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs("svg", {
4
+ width: width,
5
+ height: height,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ ...props,
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M12.4189 8.59229C12.7193 8.59239 12.9629 8.83585 12.9629 9.13623V12.8501L14.9619 13.6665C15.24 13.78 15.3731 14.0964 15.2598 14.3745C15.1463 14.6525 14.8298 14.7865 14.5518 14.6733L12.2139 13.7192C11.9591 13.6151 11.8277 13.3408 11.8945 13.0815C11.883 13.0374 11.875 12.9916 11.875 12.9438V9.13623C11.875 8.83579 12.1185 8.59229 12.4189 8.59229Z",
12
+ className: "text-foreground",
13
+ fill: "currentColor"
14
+ }),
15
+ /*#__PURE__*/ jsx("path", {
16
+ d: "M12.4187 5.6001C16.4746 5.6001 19.7633 8.88798 19.7634 12.9438L19.7537 13.3218C19.6723 14.9275 19.0743 16.3965 18.1238 17.5679H16.6316C17.8866 16.4238 18.6746 14.776 18.6746 12.9438C18.6744 9.48887 15.8737 6.68799 12.4187 6.68799C8.96381 6.68812 6.16298 9.48895 6.16284 12.9438C6.16284 14.776 6.95074 16.4238 8.20581 17.5679H6.7146C5.68995 16.3052 5.07495 14.6966 5.07495 12.9438C5.07509 8.88807 8.36292 5.60023 12.4187 5.6001Z",
17
+ className: "text-secondary",
18
+ fill: "currentColor"
19
+ }),
20
+ /*#__PURE__*/ jsx("path", {
21
+ d: "M19.7601 17.5679C20.0605 17.568 20.3039 17.8112 20.3039 18.1116C20.3039 18.412 20.0605 18.6553 19.7601 18.6554H4.79998C4.49953 18.6554 4.25623 18.4121 4.25623 18.1116C4.25623 17.8112 4.49953 17.5679 4.79998 17.5679H19.7601Z",
22
+ className: "text-tertiary",
23
+ fill: "currentColor"
24
+ })
25
+ ]
26
+ });
27
+ TwapIcon.displayName = 'TwapIcon|twap';
28
+ const web_pro_TwapIcon = TwapIcon;
29
+ export { web_pro_TwapIcon as default };
@@ -0,0 +1,9 @@
1
+ export { default as ColorDiamondIcon } from './ColorDiamondIcon';
2
+ export { default as DevBuyIcon } from './DevBuyIcon';
3
+ export { default as DevSellIcon } from './DevSellIcon';
4
+ export { default as LimitOrderIcon } from './LimitOrderIcon';
5
+ export { default as MarketOrderIcon } from './MarketOrderIcon';
6
+ export { default as MigratedTradeIcon } from './MigratedTradeIcon';
7
+ export { default as TrailingStopIcon } from './TrailingStopIcon';
8
+ export { default as TriggerIcon } from './TriggerIcon';
9
+ export { default as TwapIcon } from './TwapIcon';
@@ -0,0 +1,10 @@
1
+ import external_ColorDiamondIcon_js_default from "./ColorDiamondIcon.js";
2
+ import external_DevBuyIcon_js_default from "./DevBuyIcon.js";
3
+ import external_DevSellIcon_js_default from "./DevSellIcon.js";
4
+ import external_LimitOrderIcon_js_default from "./LimitOrderIcon.js";
5
+ import external_MarketOrderIcon_js_default from "./MarketOrderIcon.js";
6
+ import external_MigratedTradeIcon_js_default from "./MigratedTradeIcon.js";
7
+ import external_TrailingStopIcon_js_default from "./TrailingStopIcon.js";
8
+ import external_TriggerIcon_js_default from "./TriggerIcon.js";
9
+ import external_TwapIcon_js_default from "./TwapIcon.js";
10
+ export { external_ColorDiamondIcon_js_default as ColorDiamondIcon, external_DevBuyIcon_js_default as DevBuyIcon, external_DevSellIcon_js_default as DevSellIcon, external_LimitOrderIcon_js_default as LimitOrderIcon, external_MarketOrderIcon_js_default as MarketOrderIcon, external_MigratedTradeIcon_js_default as MigratedTradeIcon, external_TrailingStopIcon_js_default as TrailingStopIcon, external_TriggerIcon_js_default as TriggerIcon, external_TwapIcon_js_default as TwapIcon };
@@ -0,0 +1,4 @@
1
+ import { type SVGProps } from 'react';
2
+ export type TwoToneIconProps = SVGProps<SVGSVGElement> & {
3
+ size?: number;
4
+ };
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@particle-network/icons",
3
3
  "type": "module",
4
- "version": "0.7.0-beta.0",
4
+ "version": "0.7.0-beta.10",
5
5
  "description": "Icon library for Particle Network design system",
6
6
  "exports": {
7
7
  "./core": "./dist/core/index.js",
@@ -31,10 +31,14 @@
31
31
  "files": [
32
32
  "dist"
33
33
  ],
34
+ "peerDependencies": {
35
+ "react": ">=16.9.0",
36
+ "react-native-svg": ">=13.0.0"
37
+ },
34
38
  "dependencies": {
35
39
  "react-native-size-matters": "^0.4.2",
36
40
  "tailwind-merge": "2.6.0",
37
- "@particle-network/ui-shared": "0.5.0"
41
+ "@particle-network/ui-shared": "0.6.0-beta.3"
38
42
  },
39
43
  "devDependencies": {
40
44
  "@rsbuild/plugin-react": "^1.3.1",
@@ -43,9 +47,13 @@
43
47
  "@svgr/plugin-jsx": "^8.1.0",
44
48
  "@svgr/plugin-prettier": "^8.1.0",
45
49
  "@svgr/plugin-svgo": "^8.1.0",
50
+ "@types/react": "19.1.10",
51
+ "@types/react-dom": "^19.1.10",
46
52
  "p-limit": "^7.1.1",
53
+ "react": "19.1.0",
54
+ "react-dom": "19.1.0",
47
55
  "react-native-svg": "15.11.2",
48
- "@particle-network/eslint-config": "0.3.0"
56
+ "@particle-network/eslint-config": "0.4.0-beta.1"
49
57
  },
50
58
  "scripts": {
51
59
  "build": "pnpm generate-icons && rslib build",
@@ -1,30 +0,0 @@
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 CopyPlusIcon_CopyPlusIcon = ({ 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: "M19.9395 2C20.4842 2 21.008 2.21467 21.3945 2.59863C21.781 2.98271 21.999 3.50476 21.999 4.0498V15.9395C21.9986 16.4841 21.7808 17.0059 21.3945 17.3896C21.0565 17.7253 20.6136 17.932 20.1436 17.9785L19.9404 17.9883H18.0889V19.8418C18.0884 20.3864 17.8707 20.9083 17.4844 21.292C17.1463 21.6277 16.7034 21.8344 16.2334 21.8809L16.0303 21.8906H4.06055C3.51614 21.8905 2.99286 21.6757 2.60645 21.292C2.2199 20.908 2.00213 20.3858 2.00195 19.8408V7.95215C2.00195 7.40732 2.21924 6.88502 2.60547 6.50098C2.9917 6.11706 3.51511 5.90273 4.05957 5.90234H5.91211V4.04883C5.91237 3.5041 6.13031 2.98248 6.5166 2.59863C6.90302 2.21494 7.42628 2.00012 7.9707 2H19.9395ZM3.92188 7.27148C3.78602 7.29855 3.66011 7.3649 3.56152 7.46289C3.43043 7.59335 3.35742 7.76979 3.35742 7.95215V19.8408C3.3576 20.0232 3.43127 20.1997 3.5625 20.3301C3.69388 20.4603 3.87301 20.5341 4.06055 20.5342H16.0303C16.2178 20.534 16.397 20.4603 16.5283 20.3301C16.6595 20.1997 16.7332 20.0231 16.7334 19.8408V7.95117L16.7197 7.81641C16.693 7.68403 16.6266 7.5606 16.5283 7.46289C16.3969 7.33249 16.218 7.25795 16.0303 7.25781H4.06055L3.92188 7.27148ZM10.167 10.0029C10.5316 10.0399 10.8161 10.3483 10.8164 10.7227V13.3701H13.4629C13.8623 13.3701 14.1854 13.6935 14.1855 14.0928L14.1826 14.167C14.1455 14.5316 13.8373 14.8154 13.4629 14.8154H10.8164V17.4629C10.8163 17.8375 10.5317 18.1457 10.167 18.1826L10.0938 18.1855C9.69454 18.1854 9.3702 17.8622 9.37012 17.4629V14.8154H6.72363C6.34947 14.8152 6.04108 14.5315 6.00391 14.167L6.00098 14.0928C6.00111 13.6936 6.32448 13.3703 6.72363 13.3701H9.37012V10.7227C9.37041 10.3236 9.69463 10.0002 10.0938 10L10.167 10.0029ZM7.9707 3.35547C7.78301 3.35559 7.60407 3.43015 7.47266 3.56055C7.34143 3.69098 7.26764 3.86737 7.26758 4.0498V5.90234H16.0303L16.2334 5.91211C16.7034 5.95861 17.1463 6.16532 17.4844 6.50098C17.8704 6.88459 18.0884 7.40582 18.0889 7.9502V16.6318H19.9404C20.128 16.6317 20.3071 16.5579 20.4385 16.4277C20.5697 16.2974 20.6434 16.1208 20.6436 15.9385V4.0498C20.6436 3.86733 20.5697 3.69103 20.4385 3.56055C20.307 3.43002 20.1273 3.35547 19.9395 3.35547H7.9707Z",
19
- fill: fill
20
- }),
21
- /*#__PURE__*/ jsx(Path, {
22
- d: "M21.3945 2.59863L21.465 2.5277L21.465 2.52768L21.3945 2.59863ZM21.999 15.9395L22.099 15.9395V15.9395H21.999ZM21.3945 17.3896L21.465 17.4606L21.465 17.4606L21.3945 17.3896ZM20.1436 17.9785L20.1484 18.0785L20.1534 18.078L20.1436 17.9785ZM19.9404 17.9883V18.0884L19.9452 18.0882L19.9404 17.9883ZM18.0889 17.9883V17.8883C18.0336 17.8883 17.9889 17.9331 17.9889 17.9883H18.0889ZM18.0889 19.8418L18.1889 19.8419V19.8418H18.0889ZM17.4844 21.292L17.5548 21.363L17.5548 21.3629L17.4844 21.292ZM16.2334 21.8809L16.2382 21.9809L16.2432 21.9804L16.2334 21.8809ZM16.0303 21.8906V21.9907L16.0351 21.9905L16.0303 21.8906ZM4.06055 21.8906L4.06052 21.9906H4.06055V21.8906ZM2.60645 21.292L2.53597 21.3629L2.53599 21.363L2.60645 21.292ZM2.00195 19.8408H1.90195L1.90195 19.8409L2.00195 19.8408ZM2.00195 7.95215H2.10195V7.95215H2.00195ZM2.60547 6.50098L2.53497 6.43005L2.53496 6.43007L2.60547 6.50098ZM4.05957 5.90234V5.80234L4.0595 5.80234L4.05957 5.90234ZM5.91211 5.90234V6.00234C5.96734 6.00234 6.01211 5.95757 6.01211 5.90234H5.91211ZM5.91211 4.04883L5.81211 4.04878V4.04883H5.91211ZM6.5166 2.59863L6.44614 2.52767L6.44612 2.5277L6.5166 2.59863ZM7.9707 2V1.9H7.97068L7.9707 2ZM3.92188 7.27148L3.91202 7.17148L3.90234 7.17341L3.92188 7.27148ZM3.56152 7.46289L3.49103 7.39197L3.49098 7.39201L3.56152 7.46289ZM3.35742 7.95215H3.45742V7.95215H3.35742ZM3.35742 19.8408H3.25742L3.25742 19.8409L3.35742 19.8408ZM3.5625 20.3301L3.49203 20.401L3.49211 20.4011L3.5625 20.3301ZM4.06055 20.5342L4.06048 20.6342H4.06055V20.5342ZM16.0303 20.5342V20.6342H16.0303L16.0303 20.5342ZM16.5283 20.3301L16.5987 20.4011L16.5988 20.401L16.5283 20.3301ZM16.7334 19.8408L16.8334 19.8409V19.8408H16.7334ZM16.7334 7.95117H16.8339L16.8329 7.94108L16.7334 7.95117ZM16.7197 7.81641L16.8197 7.80626L16.8177 7.7966L16.7197 7.81641ZM16.5283 7.46289L16.5988 7.39196L16.5988 7.39191L16.5283 7.46289ZM16.0303 7.25781L16.0303 7.15781H16.0303V7.25781ZM4.06055 7.25781V7.15733L4.05074 7.1583L4.06055 7.25781ZM10.167 10.0029L10.1771 9.90325L10.171 9.90301L10.167 10.0029ZM10.8164 10.7227H10.9164V10.7226L10.8164 10.7227ZM10.8164 13.3701H10.7164C10.7164 13.4253 10.7612 13.4701 10.8164 13.4701V13.3701ZM14.1855 14.0928L14.2855 14.0967L14.2855 14.0927L14.1855 14.0928ZM14.1826 14.167L14.2823 14.1771L14.2825 14.1709L14.1826 14.167ZM10.8164 14.8154V14.7154C10.7612 14.7154 10.7164 14.7602 10.7164 14.8154H10.8164ZM10.8164 17.4629L10.9164 17.4629V17.4629H10.8164ZM10.167 18.1826L10.171 18.2827L10.1771 18.2821L10.167 18.1826ZM10.0938 18.1855L10.0937 18.2856L10.0977 18.2855L10.0938 18.1855ZM9.37012 17.4629H9.27012V17.4629L9.37012 17.4629ZM9.37012 14.8154H9.47012C9.47012 14.7602 9.42535 14.7154 9.37012 14.7154V14.8154ZM6.72363 14.8154L6.72358 14.9154H6.72363V14.8154ZM6.00391 14.167L5.90379 14.1709L5.90442 14.1771L6.00391 14.167ZM6.00098 14.0928L5.9009 14.0927L5.90105 14.0967L6.00098 14.0928ZM6.72363 13.3701V13.2701H6.72358L6.72363 13.3701ZM9.37012 13.3701V13.4701C9.42535 13.4701 9.47012 13.4253 9.47012 13.3701H9.37012ZM9.37012 10.7227L9.27012 10.7226V10.7227H9.37012ZM10.0938 10L10.0977 9.9L10.0937 9.9L10.0938 10ZM7.9707 3.35547V3.25547H7.97064L7.9707 3.35547ZM7.47266 3.56055L7.40222 3.48956L7.40216 3.48962L7.47266 3.56055ZM7.26758 4.0498L7.16758 4.04977V4.0498H7.26758ZM7.26758 5.90234H7.16758C7.16758 5.95757 7.21235 6.00234 7.26758 6.00234V5.90234ZM16.0303 5.90234L16.0351 5.80234H16.0303V5.90234ZM16.2334 5.91211L16.2433 5.81247L16.2382 5.81222L16.2334 5.91211ZM17.4844 6.50098L17.5549 6.43004L17.5548 6.43002L17.4844 6.50098ZM18.0889 7.9502H18.1889V7.9501L18.0889 7.9502ZM18.0889 16.6318H17.9889C17.9889 16.6871 18.0336 16.7318 18.0889 16.7318V16.6318ZM19.9404 16.6318V16.7318H19.9405L19.9404 16.6318ZM20.4385 16.4277L20.5089 16.4988L20.5089 16.4987L20.4385 16.4277ZM20.6436 15.9385L20.7436 15.9386V15.9385H20.6436ZM20.4385 3.56055L20.509 3.48963L20.5089 3.48957L20.4385 3.56055ZM19.9395 2V2.1C20.4579 2.1 20.9564 2.30434 21.3241 2.66958L21.3945 2.59863L21.465 2.52768C21.0596 2.12501 20.5104 1.9 19.9395 1.9V2ZM21.3945 2.59863L21.324 2.66957C21.6917 3.03494 21.899 3.53148 21.899 4.0498H21.999H22.099C22.099 3.47803 21.8703 2.93049 21.465 2.5277L21.3945 2.59863ZM21.999 4.0498H21.899V15.9395H21.999H22.099V4.0498H21.999ZM21.999 15.9395L21.899 15.9394C21.8986 16.4573 21.6915 16.9537 21.3241 17.3187L21.3945 17.3896L21.465 17.4606C21.8702 17.0581 22.0986 16.5108 22.099 15.9395L21.999 15.9395ZM21.3945 17.3896L21.3241 17.3187C21.0025 17.638 20.581 17.8348 20.1337 17.879L20.1436 17.9785L20.1534 18.078C20.6462 18.0293 21.1105 17.8126 21.465 17.4606L21.3945 17.3896ZM20.1436 17.9785L20.1388 17.8786L19.9356 17.8884L19.9404 17.9883L19.9452 18.0882L20.1484 18.0784L20.1436 17.9785ZM19.9404 17.9883V17.8883H18.0889V17.9883V18.0883H19.9404V17.9883ZM18.0889 17.9883H17.9889V19.8418H18.0889H18.1889V17.9883H18.0889ZM18.0889 19.8418L17.9889 19.8417C17.9885 20.3597 17.7814 20.856 17.4139 21.221L17.4844 21.292L17.5548 21.3629C17.96 20.9605 18.1884 20.4131 18.1889 19.8419L18.0889 19.8418ZM17.4844 21.292L17.4139 21.221C17.0923 21.5404 16.6709 21.7371 16.2236 21.7813L16.2334 21.8809L16.2432 21.9804C16.736 21.9316 17.2004 21.7149 17.5548 21.363L17.4844 21.292ZM16.2334 21.8809L16.2286 21.781L16.0255 21.7907L16.0303 21.8906L16.0351 21.9905L16.2382 21.9807L16.2334 21.8809ZM16.0303 21.8906V21.7906H4.06055V21.8906V21.9906H16.0303V21.8906ZM4.06055 21.8906L4.06057 21.7906C3.54244 21.7905 3.04451 21.586 2.6769 21.221L2.60645 21.292L2.53599 21.363C2.9412 21.7653 3.48983 21.9905 4.06052 21.9906L4.06055 21.8906ZM2.60645 21.292L2.67692 21.221C2.30923 20.8558 2.10212 20.3591 2.10195 19.8408L2.00195 19.8408L1.90195 19.8409C1.90213 20.4125 2.13056 20.9602 2.53597 21.3629L2.60645 21.292ZM2.00195 19.8408H2.10195V7.95215H2.00195H1.90195V19.8408H2.00195ZM2.00195 7.95215H2.10195C2.10195 7.43395 2.30862 6.93717 2.67598 6.57189L2.60547 6.50098L2.53496 6.43007C2.12986 6.83288 1.90195 7.3807 1.90195 7.95215H2.00195ZM2.60547 6.50098L2.67597 6.5719C3.04333 6.20674 3.54136 6.00271 4.05964 6.00234L4.05957 5.90234L4.0595 5.80234C3.48887 5.80275 2.94008 6.02738 2.53497 6.43005L2.60547 6.50098ZM4.05957 5.90234V6.00234H5.91211V5.90234V5.80234H4.05957V5.90234ZM5.91211 5.90234H6.01211V4.04883H5.91211H5.81211V5.90234H5.91211ZM5.91211 4.04883L6.01211 4.04888C6.01235 3.53085 6.21961 3.03472 6.58709 2.66957L6.5166 2.59863L6.44612 2.5277C6.04101 2.93024 5.81238 3.47734 5.81211 4.04878L5.91211 4.04883ZM6.5166 2.59863L6.58706 2.66959C6.95468 2.30457 7.45259 2.10011 7.97073 2.1L7.9707 2L7.97068 1.9C7.39998 1.90012 6.85137 2.12531 6.44614 2.52767L6.5166 2.59863ZM7.9707 2V2.1H19.9395V2V1.9H7.9707V2ZM3.92188 7.27148L3.90234 7.17341C3.74748 7.20426 3.60377 7.2799 3.49103 7.39197L3.56152 7.46289L3.63202 7.53381C3.71645 7.44989 3.82455 7.39284 3.94141 7.36956L3.92188 7.27148ZM3.56152 7.46289L3.49098 7.39201C3.34109 7.54118 3.25742 7.7431 3.25742 7.95215H3.35742H3.45742C3.45742 7.79647 3.51977 7.64552 3.63206 7.53377L3.56152 7.46289ZM3.35742 7.95215H3.25742V19.8408H3.35742H3.45742V7.95215H3.35742ZM3.35742 19.8408L3.25742 19.8409C3.25762 20.0501 3.34209 20.2521 3.49203 20.401L3.5625 20.3301L3.63297 20.2591C3.52045 20.1474 3.45757 19.9962 3.45742 19.8407L3.35742 19.8408ZM3.5625 20.3301L3.49211 20.4011C3.64234 20.55 3.8468 20.634 4.06048 20.6342L4.06055 20.5342L4.06061 20.4342C3.89922 20.4341 3.74542 20.3706 3.63289 20.259L3.5625 20.3301ZM4.06055 20.5342V20.6342H16.0303V20.5342V20.4342H4.06055V20.5342ZM16.0303 20.5342L16.0303 20.6342C16.244 20.634 16.4485 20.55 16.5987 20.4011L16.5283 20.3301L16.4579 20.2591C16.3454 20.3706 16.1916 20.4341 16.0302 20.4342L16.0303 20.5342ZM16.5283 20.3301L16.5988 20.401C16.7487 20.2521 16.8332 20.0501 16.8334 19.8409L16.7334 19.8408L16.6334 19.8407C16.6332 19.9962 16.5703 20.1474 16.4578 20.2591L16.5283 20.3301ZM16.7334 19.8408H16.8334V7.95117H16.7334H16.6334V19.8408H16.7334ZM16.7334 7.95117L16.8329 7.94108L16.8192 7.80631L16.7197 7.81641L16.6202 7.8265L16.6339 7.96127L16.7334 7.95117ZM16.7197 7.81641L16.8177 7.7966C16.787 7.64463 16.711 7.50347 16.5988 7.39196L16.5283 7.46289L16.4578 7.53382C16.5423 7.61774 16.5989 7.72344 16.6217 7.83621L16.7197 7.81641ZM16.5283 7.46289L16.5988 7.39191C16.4487 7.24299 16.2445 7.15797 16.0303 7.15781L16.0303 7.25781L16.0302 7.35781C16.1915 7.35793 16.3451 7.42199 16.4579 7.53387L16.5283 7.46289ZM16.0303 7.25781V7.15781H4.06055V7.25781V7.35781H16.0303V7.25781ZM4.06055 7.25781L4.05074 7.1583L3.91206 7.17197L3.92188 7.27148L3.93169 7.371L4.07036 7.35733L4.06055 7.25781ZM10.167 10.0029L10.1569 10.1024C10.4709 10.1342 10.7162 10.4 10.7164 10.7227L10.8164 10.7227L10.9164 10.7226C10.9161 10.2965 10.5924 9.94552 10.1771 9.90344L10.167 10.0029ZM10.8164 10.7227H10.7164V13.3701H10.8164H10.9164V10.7227H10.8164ZM10.8164 13.3701V13.4701H13.4629V13.3701V13.2701H10.8164V13.3701ZM13.4629 13.3701V13.4701C13.807 13.4701 14.0854 13.7487 14.0855 14.0928L14.1855 14.0928L14.2855 14.0927C14.2854 13.6383 13.9176 13.2701 13.4629 13.2701V13.3701ZM14.1855 14.0928L14.0856 14.0888L14.0827 14.163L14.1826 14.167L14.2825 14.1709L14.2855 14.0967L14.1855 14.0928ZM14.1826 14.167L14.0831 14.1569C14.0511 14.4707 13.7856 14.7154 13.4629 14.7154V14.8154V14.9154C13.8889 14.9154 14.2398 14.5924 14.2821 14.1771L14.1826 14.167ZM13.4629 14.8154V14.7154H10.8164V14.8154V14.9154H13.4629V14.8154ZM10.8164 14.8154H10.7164V17.4629H10.8164H10.9164V14.8154H10.8164ZM10.8164 17.4629L10.7164 17.4629C10.7163 17.7857 10.471 18.0513 10.1569 18.0831L10.167 18.1826L10.1771 18.2821C10.5924 18.2401 10.9163 17.8893 10.9164 17.4629L10.8164 17.4629ZM10.167 18.1826L10.163 18.0827L10.0898 18.0856L10.0938 18.1855L10.0977 18.2855L10.171 18.2825L10.167 18.1826ZM10.0938 18.1855L10.0938 18.0855C9.74957 18.0854 9.47019 17.8068 9.47012 17.4629L9.37012 17.4629L9.27012 17.4629C9.27021 17.9176 9.6395 18.2854 10.0937 18.2855L10.0938 18.1855ZM9.37012 17.4629H9.47012V14.8154H9.37012H9.27012V17.4629H9.37012ZM9.37012 14.8154V14.7154H6.72363V14.8154V14.9154H9.37012V14.8154ZM6.72363 14.8154L6.72369 14.7154C6.4011 14.7153 6.13539 14.4706 6.10339 14.1568L6.00391 14.167L5.90442 14.1771C5.94677 14.5923 6.29784 14.9152 6.72358 14.9154L6.72363 14.8154ZM6.00391 14.167L6.10383 14.163L6.1009 14.0888L6.00098 14.0928L5.90105 14.0967L5.90398 14.1709L6.00391 14.167ZM6.00098 14.0928L6.10098 14.0928C6.10109 13.7488 6.37969 13.4703 6.72369 13.4701L6.72363 13.3701L6.72358 13.2701C6.26926 13.2704 5.90113 13.6383 5.90098 14.0927L6.00098 14.0928ZM6.72363 13.3701V13.4701H9.37012V13.3701V13.2701H6.72363V13.3701ZM9.37012 13.3701H9.47012V10.7227H9.37012H9.27012V13.3701H9.37012ZM9.37012 10.7227L9.47012 10.7227C9.47037 10.379 9.74972 10.1002 10.0938 10.1L10.0938 10L10.0937 9.9C9.63953 9.9002 9.27045 10.2682 9.27012 10.7226L9.37012 10.7227ZM10.0938 10L10.0898 10.0999L10.163 10.1028L10.167 10.0029L10.171 9.90301L10.0977 9.90008L10.0938 10ZM7.9707 3.35547L7.97064 3.25547C7.75649 3.2556 7.55228 3.34066 7.40222 3.48956L7.47266 3.56055L7.54309 3.63153C7.65586 3.51964 7.80953 3.45557 7.97077 3.45547L7.9707 3.35547ZM7.47266 3.56055L7.40216 3.48962C7.25229 3.63858 7.16765 3.84039 7.16758 4.04977L7.26758 4.0498L7.36758 4.04984C7.36763 3.89436 7.43056 3.74338 7.54315 3.63147L7.47266 3.56055ZM7.26758 4.0498H7.16758V5.90234H7.26758H7.36758V4.0498H7.26758ZM7.26758 5.90234V6.00234H16.0303V5.90234V5.80234H7.26758V5.90234ZM16.0303 5.90234L16.0255 6.00223L16.2286 6.01199L16.2334 5.91211L16.2382 5.81222L16.0351 5.80246L16.0303 5.90234ZM16.2334 5.91211L16.2236 6.01162C16.6708 6.05587 17.0923 6.2526 17.4139 6.57194L17.4844 6.50098L17.5548 6.43002C17.2004 6.07804 16.736 5.86134 16.2432 5.8126L16.2334 5.91211ZM17.4844 6.50098L17.4139 6.57191C17.7811 6.93684 17.9884 7.43261 17.9889 7.95029L18.0889 7.9502L18.1889 7.9501C18.1883 7.37903 17.9597 6.83234 17.5549 6.43004L17.4844 6.50098ZM18.0889 7.9502H17.9889V16.6318H18.0889H18.1889V7.9502H18.0889ZM18.0889 16.6318V16.7318H19.9404V16.6318V16.5318H18.0889V16.6318ZM19.9404 16.6318L19.9405 16.7318C20.1542 16.7317 20.3586 16.6476 20.5089 16.4988L20.4385 16.4277L20.3681 16.3567C20.2556 16.4682 20.1018 16.5317 19.9404 16.5318L19.9404 16.6318ZM20.4385 16.4277L20.5089 16.4987C20.6589 16.3498 20.7433 16.1477 20.7436 15.9386L20.6436 15.9385L20.5436 15.9384C20.5434 16.0939 20.4805 16.245 20.368 16.3568L20.4385 16.4277ZM20.6436 15.9385H20.7436V4.0498H20.6436H20.5436V15.9385H20.6436ZM20.6436 4.0498H20.7436C20.7436 3.84032 20.6588 3.63861 20.509 3.48963L20.4385 3.56055L20.368 3.63146C20.4806 3.74345 20.5436 3.89434 20.5436 4.0498H20.6436ZM20.4385 3.56055L20.5089 3.48957C20.3587 3.34046 20.1537 3.25547 19.9395 3.25547V3.35547V3.45547C20.1009 3.45547 20.2552 3.51959 20.368 3.63153L20.4385 3.56055ZM19.9395 3.35547V3.25547H7.9707V3.35547V3.45547H19.9395V3.35547Z",
23
- fill: fill
24
- })
25
- ]
26
- });
27
- };
28
- CopyPlusIcon_CopyPlusIcon.displayName = 'CopyPlusIcon|copy-plus';
29
- const CopyPlusIcon = CopyPlusIcon_CopyPlusIcon;
30
- export { CopyPlusIcon as default };
@@ -1,27 +0,0 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
2
- import "react";
3
- import { useWebColor } from "../core/index.js";
4
- const CopyPlusIcon_CopyPlusIcon = ({ size = 16, width = size, height = size, className, color = 'currentColor', ...props })=>{
5
- const clsx = useWebColor(color, className);
6
- return /*#__PURE__*/ jsxs("svg", {
7
- width: width,
8
- height: height,
9
- className: clsx,
10
- viewBox: "0 0 24 24",
11
- fill: "none",
12
- ...props,
13
- children: [
14
- /*#__PURE__*/ jsx("path", {
15
- d: "M19.9395 2C20.4842 2 21.008 2.21467 21.3945 2.59863C21.781 2.98271 21.999 3.50476 21.999 4.0498V15.9395C21.9986 16.4841 21.7808 17.0059 21.3945 17.3896C21.0565 17.7253 20.6136 17.932 20.1436 17.9785L19.9404 17.9883H18.0889V19.8418C18.0884 20.3864 17.8707 20.9083 17.4844 21.292C17.1463 21.6277 16.7034 21.8344 16.2334 21.8809L16.0303 21.8906H4.06055C3.51614 21.8905 2.99286 21.6757 2.60645 21.292C2.2199 20.908 2.00213 20.3858 2.00195 19.8408V7.95215C2.00195 7.40732 2.21924 6.88502 2.60547 6.50098C2.9917 6.11706 3.51511 5.90273 4.05957 5.90234H5.91211V4.04883C5.91237 3.5041 6.13031 2.98248 6.5166 2.59863C6.90302 2.21494 7.42628 2.00012 7.9707 2H19.9395ZM3.92188 7.27148C3.78602 7.29855 3.66011 7.3649 3.56152 7.46289C3.43043 7.59335 3.35742 7.76979 3.35742 7.95215V19.8408C3.3576 20.0232 3.43127 20.1997 3.5625 20.3301C3.69388 20.4603 3.87301 20.5341 4.06055 20.5342H16.0303C16.2178 20.534 16.397 20.4603 16.5283 20.3301C16.6595 20.1997 16.7332 20.0231 16.7334 19.8408V7.95117L16.7197 7.81641C16.693 7.68403 16.6266 7.5606 16.5283 7.46289C16.3969 7.33249 16.218 7.25795 16.0303 7.25781H4.06055L3.92188 7.27148ZM10.167 10.0029C10.5316 10.0399 10.8161 10.3483 10.8164 10.7227V13.3701H13.4629C13.8623 13.3701 14.1854 13.6935 14.1855 14.0928L14.1826 14.167C14.1455 14.5316 13.8373 14.8154 13.4629 14.8154H10.8164V17.4629C10.8163 17.8375 10.5317 18.1457 10.167 18.1826L10.0938 18.1855C9.69454 18.1854 9.3702 17.8622 9.37012 17.4629V14.8154H6.72363C6.34947 14.8152 6.04108 14.5315 6.00391 14.167L6.00098 14.0928C6.00111 13.6936 6.32448 13.3703 6.72363 13.3701H9.37012V10.7227C9.37041 10.3236 9.69463 10.0002 10.0938 10L10.167 10.0029ZM7.9707 3.35547C7.78301 3.35559 7.60407 3.43015 7.47266 3.56055C7.34143 3.69098 7.26764 3.86737 7.26758 4.0498V5.90234H16.0303L16.2334 5.91211C16.7034 5.95861 17.1463 6.16532 17.4844 6.50098C17.8704 6.88459 18.0884 7.40582 18.0889 7.9502V16.6318H19.9404C20.128 16.6317 20.3071 16.5579 20.4385 16.4277C20.5697 16.2974 20.6434 16.1208 20.6436 15.9385V4.0498C20.6436 3.86733 20.5697 3.69103 20.4385 3.56055C20.307 3.43002 20.1273 3.35547 19.9395 3.35547H7.9707Z",
16
- fill: "currentColor"
17
- }),
18
- /*#__PURE__*/ jsx("path", {
19
- d: "M21.3945 2.59863L21.465 2.5277L21.465 2.52768L21.3945 2.59863ZM21.999 15.9395L22.099 15.9395V15.9395H21.999ZM21.3945 17.3896L21.465 17.4606L21.465 17.4606L21.3945 17.3896ZM20.1436 17.9785L20.1484 18.0785L20.1534 18.078L20.1436 17.9785ZM19.9404 17.9883V18.0884L19.9452 18.0882L19.9404 17.9883ZM18.0889 17.9883V17.8883C18.0336 17.8883 17.9889 17.9331 17.9889 17.9883H18.0889ZM18.0889 19.8418L18.1889 19.8419V19.8418H18.0889ZM17.4844 21.292L17.5548 21.363L17.5548 21.3629L17.4844 21.292ZM16.2334 21.8809L16.2382 21.9809L16.2432 21.9804L16.2334 21.8809ZM16.0303 21.8906V21.9907L16.0351 21.9905L16.0303 21.8906ZM4.06055 21.8906L4.06052 21.9906H4.06055V21.8906ZM2.60645 21.292L2.53597 21.3629L2.53599 21.363L2.60645 21.292ZM2.00195 19.8408H1.90195L1.90195 19.8409L2.00195 19.8408ZM2.00195 7.95215H2.10195V7.95215H2.00195ZM2.60547 6.50098L2.53497 6.43005L2.53496 6.43007L2.60547 6.50098ZM4.05957 5.90234V5.80234L4.0595 5.80234L4.05957 5.90234ZM5.91211 5.90234V6.00234C5.96734 6.00234 6.01211 5.95757 6.01211 5.90234H5.91211ZM5.91211 4.04883L5.81211 4.04878V4.04883H5.91211ZM6.5166 2.59863L6.44614 2.52767L6.44612 2.5277L6.5166 2.59863ZM7.9707 2V1.9H7.97068L7.9707 2ZM3.92188 7.27148L3.91202 7.17148L3.90234 7.17341L3.92188 7.27148ZM3.56152 7.46289L3.49103 7.39197L3.49098 7.39201L3.56152 7.46289ZM3.35742 7.95215H3.45742V7.95215H3.35742ZM3.35742 19.8408H3.25742L3.25742 19.8409L3.35742 19.8408ZM3.5625 20.3301L3.49203 20.401L3.49211 20.4011L3.5625 20.3301ZM4.06055 20.5342L4.06048 20.6342H4.06055V20.5342ZM16.0303 20.5342V20.6342H16.0303L16.0303 20.5342ZM16.5283 20.3301L16.5987 20.4011L16.5988 20.401L16.5283 20.3301ZM16.7334 19.8408L16.8334 19.8409V19.8408H16.7334ZM16.7334 7.95117H16.8339L16.8329 7.94108L16.7334 7.95117ZM16.7197 7.81641L16.8197 7.80626L16.8177 7.7966L16.7197 7.81641ZM16.5283 7.46289L16.5988 7.39196L16.5988 7.39191L16.5283 7.46289ZM16.0303 7.25781L16.0303 7.15781H16.0303V7.25781ZM4.06055 7.25781V7.15733L4.05074 7.1583L4.06055 7.25781ZM10.167 10.0029L10.1771 9.90325L10.171 9.90301L10.167 10.0029ZM10.8164 10.7227H10.9164V10.7226L10.8164 10.7227ZM10.8164 13.3701H10.7164C10.7164 13.4253 10.7612 13.4701 10.8164 13.4701V13.3701ZM14.1855 14.0928L14.2855 14.0967L14.2855 14.0927L14.1855 14.0928ZM14.1826 14.167L14.2823 14.1771L14.2825 14.1709L14.1826 14.167ZM10.8164 14.8154V14.7154C10.7612 14.7154 10.7164 14.7602 10.7164 14.8154H10.8164ZM10.8164 17.4629L10.9164 17.4629V17.4629H10.8164ZM10.167 18.1826L10.171 18.2827L10.1771 18.2821L10.167 18.1826ZM10.0938 18.1855L10.0937 18.2856L10.0977 18.2855L10.0938 18.1855ZM9.37012 17.4629H9.27012V17.4629L9.37012 17.4629ZM9.37012 14.8154H9.47012C9.47012 14.7602 9.42535 14.7154 9.37012 14.7154V14.8154ZM6.72363 14.8154L6.72358 14.9154H6.72363V14.8154ZM6.00391 14.167L5.90379 14.1709L5.90442 14.1771L6.00391 14.167ZM6.00098 14.0928L5.9009 14.0927L5.90105 14.0967L6.00098 14.0928ZM6.72363 13.3701V13.2701H6.72358L6.72363 13.3701ZM9.37012 13.3701V13.4701C9.42535 13.4701 9.47012 13.4253 9.47012 13.3701H9.37012ZM9.37012 10.7227L9.27012 10.7226V10.7227H9.37012ZM10.0938 10L10.0977 9.9L10.0937 9.9L10.0938 10ZM7.9707 3.35547V3.25547H7.97064L7.9707 3.35547ZM7.47266 3.56055L7.40222 3.48956L7.40216 3.48962L7.47266 3.56055ZM7.26758 4.0498L7.16758 4.04977V4.0498H7.26758ZM7.26758 5.90234H7.16758C7.16758 5.95757 7.21235 6.00234 7.26758 6.00234V5.90234ZM16.0303 5.90234L16.0351 5.80234H16.0303V5.90234ZM16.2334 5.91211L16.2433 5.81247L16.2382 5.81222L16.2334 5.91211ZM17.4844 6.50098L17.5549 6.43004L17.5548 6.43002L17.4844 6.50098ZM18.0889 7.9502H18.1889V7.9501L18.0889 7.9502ZM18.0889 16.6318H17.9889C17.9889 16.6871 18.0336 16.7318 18.0889 16.7318V16.6318ZM19.9404 16.6318V16.7318H19.9405L19.9404 16.6318ZM20.4385 16.4277L20.5089 16.4988L20.5089 16.4987L20.4385 16.4277ZM20.6436 15.9385L20.7436 15.9386V15.9385H20.6436ZM20.4385 3.56055L20.509 3.48963L20.5089 3.48957L20.4385 3.56055ZM19.9395 2V2.1C20.4579 2.1 20.9564 2.30434 21.3241 2.66958L21.3945 2.59863L21.465 2.52768C21.0596 2.12501 20.5104 1.9 19.9395 1.9V2ZM21.3945 2.59863L21.324 2.66957C21.6917 3.03494 21.899 3.53148 21.899 4.0498H21.999H22.099C22.099 3.47803 21.8703 2.93049 21.465 2.5277L21.3945 2.59863ZM21.999 4.0498H21.899V15.9395H21.999H22.099V4.0498H21.999ZM21.999 15.9395L21.899 15.9394C21.8986 16.4573 21.6915 16.9537 21.3241 17.3187L21.3945 17.3896L21.465 17.4606C21.8702 17.0581 22.0986 16.5108 22.099 15.9395L21.999 15.9395ZM21.3945 17.3896L21.3241 17.3187C21.0025 17.638 20.581 17.8348 20.1337 17.879L20.1436 17.9785L20.1534 18.078C20.6462 18.0293 21.1105 17.8126 21.465 17.4606L21.3945 17.3896ZM20.1436 17.9785L20.1388 17.8786L19.9356 17.8884L19.9404 17.9883L19.9452 18.0882L20.1484 18.0784L20.1436 17.9785ZM19.9404 17.9883V17.8883H18.0889V17.9883V18.0883H19.9404V17.9883ZM18.0889 17.9883H17.9889V19.8418H18.0889H18.1889V17.9883H18.0889ZM18.0889 19.8418L17.9889 19.8417C17.9885 20.3597 17.7814 20.856 17.4139 21.221L17.4844 21.292L17.5548 21.3629C17.96 20.9605 18.1884 20.4131 18.1889 19.8419L18.0889 19.8418ZM17.4844 21.292L17.4139 21.221C17.0923 21.5404 16.6709 21.7371 16.2236 21.7813L16.2334 21.8809L16.2432 21.9804C16.736 21.9316 17.2004 21.7149 17.5548 21.363L17.4844 21.292ZM16.2334 21.8809L16.2286 21.781L16.0255 21.7907L16.0303 21.8906L16.0351 21.9905L16.2382 21.9807L16.2334 21.8809ZM16.0303 21.8906V21.7906H4.06055V21.8906V21.9906H16.0303V21.8906ZM4.06055 21.8906L4.06057 21.7906C3.54244 21.7905 3.04451 21.586 2.6769 21.221L2.60645 21.292L2.53599 21.363C2.9412 21.7653 3.48983 21.9905 4.06052 21.9906L4.06055 21.8906ZM2.60645 21.292L2.67692 21.221C2.30923 20.8558 2.10212 20.3591 2.10195 19.8408L2.00195 19.8408L1.90195 19.8409C1.90213 20.4125 2.13056 20.9602 2.53597 21.3629L2.60645 21.292ZM2.00195 19.8408H2.10195V7.95215H2.00195H1.90195V19.8408H2.00195ZM2.00195 7.95215H2.10195C2.10195 7.43395 2.30862 6.93717 2.67598 6.57189L2.60547 6.50098L2.53496 6.43007C2.12986 6.83288 1.90195 7.3807 1.90195 7.95215H2.00195ZM2.60547 6.50098L2.67597 6.5719C3.04333 6.20674 3.54136 6.00271 4.05964 6.00234L4.05957 5.90234L4.0595 5.80234C3.48887 5.80275 2.94008 6.02738 2.53497 6.43005L2.60547 6.50098ZM4.05957 5.90234V6.00234H5.91211V5.90234V5.80234H4.05957V5.90234ZM5.91211 5.90234H6.01211V4.04883H5.91211H5.81211V5.90234H5.91211ZM5.91211 4.04883L6.01211 4.04888C6.01235 3.53085 6.21961 3.03472 6.58709 2.66957L6.5166 2.59863L6.44612 2.5277C6.04101 2.93024 5.81238 3.47734 5.81211 4.04878L5.91211 4.04883ZM6.5166 2.59863L6.58706 2.66959C6.95468 2.30457 7.45259 2.10011 7.97073 2.1L7.9707 2L7.97068 1.9C7.39998 1.90012 6.85137 2.12531 6.44614 2.52767L6.5166 2.59863ZM7.9707 2V2.1H19.9395V2V1.9H7.9707V2ZM3.92188 7.27148L3.90234 7.17341C3.74748 7.20426 3.60377 7.2799 3.49103 7.39197L3.56152 7.46289L3.63202 7.53381C3.71645 7.44989 3.82455 7.39284 3.94141 7.36956L3.92188 7.27148ZM3.56152 7.46289L3.49098 7.39201C3.34109 7.54118 3.25742 7.7431 3.25742 7.95215H3.35742H3.45742C3.45742 7.79647 3.51977 7.64552 3.63206 7.53377L3.56152 7.46289ZM3.35742 7.95215H3.25742V19.8408H3.35742H3.45742V7.95215H3.35742ZM3.35742 19.8408L3.25742 19.8409C3.25762 20.0501 3.34209 20.2521 3.49203 20.401L3.5625 20.3301L3.63297 20.2591C3.52045 20.1474 3.45757 19.9962 3.45742 19.8407L3.35742 19.8408ZM3.5625 20.3301L3.49211 20.4011C3.64234 20.55 3.8468 20.634 4.06048 20.6342L4.06055 20.5342L4.06061 20.4342C3.89922 20.4341 3.74542 20.3706 3.63289 20.259L3.5625 20.3301ZM4.06055 20.5342V20.6342H16.0303V20.5342V20.4342H4.06055V20.5342ZM16.0303 20.5342L16.0303 20.6342C16.244 20.634 16.4485 20.55 16.5987 20.4011L16.5283 20.3301L16.4579 20.2591C16.3454 20.3706 16.1916 20.4341 16.0302 20.4342L16.0303 20.5342ZM16.5283 20.3301L16.5988 20.401C16.7487 20.2521 16.8332 20.0501 16.8334 19.8409L16.7334 19.8408L16.6334 19.8407C16.6332 19.9962 16.5703 20.1474 16.4578 20.2591L16.5283 20.3301ZM16.7334 19.8408H16.8334V7.95117H16.7334H16.6334V19.8408H16.7334ZM16.7334 7.95117L16.8329 7.94108L16.8192 7.80631L16.7197 7.81641L16.6202 7.8265L16.6339 7.96127L16.7334 7.95117ZM16.7197 7.81641L16.8177 7.7966C16.787 7.64463 16.711 7.50347 16.5988 7.39196L16.5283 7.46289L16.4578 7.53382C16.5423 7.61774 16.5989 7.72344 16.6217 7.83621L16.7197 7.81641ZM16.5283 7.46289L16.5988 7.39191C16.4487 7.24299 16.2445 7.15797 16.0303 7.15781L16.0303 7.25781L16.0302 7.35781C16.1915 7.35793 16.3451 7.42199 16.4579 7.53387L16.5283 7.46289ZM16.0303 7.25781V7.15781H4.06055V7.25781V7.35781H16.0303V7.25781ZM4.06055 7.25781L4.05074 7.1583L3.91206 7.17197L3.92188 7.27148L3.93169 7.371L4.07036 7.35733L4.06055 7.25781ZM10.167 10.0029L10.1569 10.1024C10.4709 10.1342 10.7162 10.4 10.7164 10.7227L10.8164 10.7227L10.9164 10.7226C10.9161 10.2965 10.5924 9.94552 10.1771 9.90344L10.167 10.0029ZM10.8164 10.7227H10.7164V13.3701H10.8164H10.9164V10.7227H10.8164ZM10.8164 13.3701V13.4701H13.4629V13.3701V13.2701H10.8164V13.3701ZM13.4629 13.3701V13.4701C13.807 13.4701 14.0854 13.7487 14.0855 14.0928L14.1855 14.0928L14.2855 14.0927C14.2854 13.6383 13.9176 13.2701 13.4629 13.2701V13.3701ZM14.1855 14.0928L14.0856 14.0888L14.0827 14.163L14.1826 14.167L14.2825 14.1709L14.2855 14.0967L14.1855 14.0928ZM14.1826 14.167L14.0831 14.1569C14.0511 14.4707 13.7856 14.7154 13.4629 14.7154V14.8154V14.9154C13.8889 14.9154 14.2398 14.5924 14.2821 14.1771L14.1826 14.167ZM13.4629 14.8154V14.7154H10.8164V14.8154V14.9154H13.4629V14.8154ZM10.8164 14.8154H10.7164V17.4629H10.8164H10.9164V14.8154H10.8164ZM10.8164 17.4629L10.7164 17.4629C10.7163 17.7857 10.471 18.0513 10.1569 18.0831L10.167 18.1826L10.1771 18.2821C10.5924 18.2401 10.9163 17.8893 10.9164 17.4629L10.8164 17.4629ZM10.167 18.1826L10.163 18.0827L10.0898 18.0856L10.0938 18.1855L10.0977 18.2855L10.171 18.2825L10.167 18.1826ZM10.0938 18.1855L10.0938 18.0855C9.74957 18.0854 9.47019 17.8068 9.47012 17.4629L9.37012 17.4629L9.27012 17.4629C9.27021 17.9176 9.6395 18.2854 10.0937 18.2855L10.0938 18.1855ZM9.37012 17.4629H9.47012V14.8154H9.37012H9.27012V17.4629H9.37012ZM9.37012 14.8154V14.7154H6.72363V14.8154V14.9154H9.37012V14.8154ZM6.72363 14.8154L6.72369 14.7154C6.4011 14.7153 6.13539 14.4706 6.10339 14.1568L6.00391 14.167L5.90442 14.1771C5.94677 14.5923 6.29784 14.9152 6.72358 14.9154L6.72363 14.8154ZM6.00391 14.167L6.10383 14.163L6.1009 14.0888L6.00098 14.0928L5.90105 14.0967L5.90398 14.1709L6.00391 14.167ZM6.00098 14.0928L6.10098 14.0928C6.10109 13.7488 6.37969 13.4703 6.72369 13.4701L6.72363 13.3701L6.72358 13.2701C6.26926 13.2704 5.90113 13.6383 5.90098 14.0927L6.00098 14.0928ZM6.72363 13.3701V13.4701H9.37012V13.3701V13.2701H6.72363V13.3701ZM9.37012 13.3701H9.47012V10.7227H9.37012H9.27012V13.3701H9.37012ZM9.37012 10.7227L9.47012 10.7227C9.47037 10.379 9.74972 10.1002 10.0938 10.1L10.0938 10L10.0937 9.9C9.63953 9.9002 9.27045 10.2682 9.27012 10.7226L9.37012 10.7227ZM10.0938 10L10.0898 10.0999L10.163 10.1028L10.167 10.0029L10.171 9.90301L10.0977 9.90008L10.0938 10ZM7.9707 3.35547L7.97064 3.25547C7.75649 3.2556 7.55228 3.34066 7.40222 3.48956L7.47266 3.56055L7.54309 3.63153C7.65586 3.51964 7.80953 3.45557 7.97077 3.45547L7.9707 3.35547ZM7.47266 3.56055L7.40216 3.48962C7.25229 3.63858 7.16765 3.84039 7.16758 4.04977L7.26758 4.0498L7.36758 4.04984C7.36763 3.89436 7.43056 3.74338 7.54315 3.63147L7.47266 3.56055ZM7.26758 4.0498H7.16758V5.90234H7.26758H7.36758V4.0498H7.26758ZM7.26758 5.90234V6.00234H16.0303V5.90234V5.80234H7.26758V5.90234ZM16.0303 5.90234L16.0255 6.00223L16.2286 6.01199L16.2334 5.91211L16.2382 5.81222L16.0351 5.80246L16.0303 5.90234ZM16.2334 5.91211L16.2236 6.01162C16.6708 6.05587 17.0923 6.2526 17.4139 6.57194L17.4844 6.50098L17.5548 6.43002C17.2004 6.07804 16.736 5.86134 16.2432 5.8126L16.2334 5.91211ZM17.4844 6.50098L17.4139 6.57191C17.7811 6.93684 17.9884 7.43261 17.9889 7.95029L18.0889 7.9502L18.1889 7.9501C18.1883 7.37903 17.9597 6.83234 17.5549 6.43004L17.4844 6.50098ZM18.0889 7.9502H17.9889V16.6318H18.0889H18.1889V7.9502H18.0889ZM18.0889 16.6318V16.7318H19.9404V16.6318V16.5318H18.0889V16.6318ZM19.9404 16.6318L19.9405 16.7318C20.1542 16.7317 20.3586 16.6476 20.5089 16.4988L20.4385 16.4277L20.3681 16.3567C20.2556 16.4682 20.1018 16.5317 19.9404 16.5318L19.9404 16.6318ZM20.4385 16.4277L20.5089 16.4987C20.6589 16.3498 20.7433 16.1477 20.7436 15.9386L20.6436 15.9385L20.5436 15.9384C20.5434 16.0939 20.4805 16.245 20.368 16.3568L20.4385 16.4277ZM20.6436 15.9385H20.7436V4.0498H20.6436H20.5436V15.9385H20.6436ZM20.6436 4.0498H20.7436C20.7436 3.84032 20.6588 3.63861 20.509 3.48963L20.4385 3.56055L20.368 3.63146C20.4806 3.74345 20.5436 3.89434 20.5436 4.0498H20.6436ZM20.4385 3.56055L20.5089 3.48957C20.3587 3.34046 20.1537 3.25547 19.9395 3.25547V3.35547V3.45547C20.1009 3.45547 20.2552 3.51959 20.368 3.63153L20.4385 3.56055ZM19.9395 3.35547V3.25547H7.9707V3.35547V3.45547H19.9395V3.35547Z",
20
- fill: "currentColor"
21
- })
22
- ]
23
- });
24
- };
25
- CopyPlusIcon_CopyPlusIcon.displayName = 'CopyPlusIcon|copy-plus';
26
- const CopyPlusIcon = CopyPlusIcon_CopyPlusIcon;
27
- export { CopyPlusIcon as default };