@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.
- package/dist/native/BlockHandleIcon.d.ts +7 -0
- package/dist/native/BlockHandleIcon.js +24 -0
- package/dist/native/ChartPie1Icon.d.ts +7 -0
- package/dist/native/ChartPie1Icon.js +26 -0
- package/dist/native/ColorChartLineIcon.d.ts +7 -0
- package/dist/native/ColorChartLineIcon.js +41 -0
- package/dist/native/ColorDiamondIcon.d.ts +6 -0
- package/dist/native/ColorDiamondIcon.js +203 -0
- package/dist/native/{CopyPlusIcon.d.ts → CompassIcon.d.ts} +2 -2
- package/dist/native/CompassIcon.js +24 -0
- package/dist/native/CopyTradeIcon.d.ts +7 -0
- package/dist/native/CopyTradeIcon.js +30 -0
- package/dist/native/DevBuyIcon.d.ts +6 -0
- package/dist/native/DevBuyIcon.js +38 -0
- package/dist/native/DevSellIcon.d.ts +6 -0
- package/dist/native/DevSellIcon.js +42 -0
- package/dist/native/FishIcon.d.ts +7 -0
- package/dist/native/FishIcon.js +27 -0
- package/dist/native/FloatingIcon.d.ts +7 -0
- package/dist/native/FloatingIcon.js +26 -0
- package/dist/native/HeaddressIcon.d.ts +7 -0
- package/dist/native/HeaddressIcon.js +27 -0
- package/dist/native/LayoutMultiLineIcon.d.ts +7 -0
- package/dist/native/LayoutMultiLineIcon.js +24 -0
- package/dist/native/LayoutSingleLineIcon.d.ts +7 -0
- package/dist/native/LayoutSingleLineIcon.js +24 -0
- package/dist/native/LimitOrderIcon.d.ts +6 -0
- package/dist/native/LimitOrderIcon.js +29 -0
- package/dist/native/MarketOrderIcon.d.ts +6 -0
- package/dist/native/MarketOrderIcon.js +29 -0
- package/dist/native/MegaphoneIcon.d.ts +7 -0
- package/dist/native/MegaphoneIcon.js +27 -0
- package/dist/native/MigratedTradeIcon.d.ts +6 -0
- package/dist/native/MigratedTradeIcon.js +43 -0
- package/dist/native/NavCopyTradeIcon.d.ts +7 -0
- package/dist/native/NavCopyTradeIcon.js +30 -0
- package/dist/native/NavTrackerIcon.d.ts +7 -0
- package/dist/native/NavTrackerIcon.js +26 -0
- package/dist/native/NavWalletIcon.js +2 -2
- package/dist/native/OffchainIcon.d.ts +7 -0
- package/dist/native/OffchainIcon.js +24 -0
- package/dist/native/PercentBagIcon.d.ts +7 -0
- package/dist/native/PercentBagIcon.js +26 -0
- package/dist/native/RefreshCcwDollarIcon.d.ts +7 -0
- package/dist/native/RefreshCcwDollarIcon.js +26 -0
- package/dist/native/SnakeIcon.d.ts +7 -0
- package/dist/native/SnakeIcon.js +24 -0
- package/dist/native/Sprout1Icon.d.ts +7 -0
- package/dist/native/Sprout1Icon.js +27 -0
- package/dist/native/TradingRewardsIcon.d.ts +7 -0
- package/dist/native/TradingRewardsIcon.js +24 -0
- package/dist/native/TrailingStopIcon.d.ts +6 -0
- package/dist/native/TrailingStopIcon.js +34 -0
- package/dist/native/TriggerIcon.d.ts +6 -0
- package/dist/native/TriggerIcon.js +53 -0
- package/dist/native/TwapIcon.d.ts +6 -0
- package/dist/native/TwapIcon.js +34 -0
- package/dist/native/UserCheckIcon.d.ts +7 -0
- package/dist/native/UserCheckIcon.js +32 -0
- package/dist/native/UserSwitchIcon.d.ts +7 -0
- package/dist/native/UserSwitchIcon.js +26 -0
- package/dist/native/index.d.ts +30 -1
- package/dist/native/index.js +31 -2
- package/dist/native/pro-types.d.ts +4 -0
- package/dist/native/pro-types.js +0 -0
- package/dist/native-pro/ColorDiamondIcon.d.ts +6 -0
- package/dist/native-pro/ColorDiamondIcon.js +203 -0
- package/dist/native-pro/DevBuyIcon.d.ts +6 -0
- package/dist/native-pro/DevBuyIcon.js +38 -0
- package/dist/native-pro/DevSellIcon.d.ts +6 -0
- package/dist/native-pro/DevSellIcon.js +42 -0
- package/dist/native-pro/LimitOrderIcon.d.ts +6 -0
- package/dist/native-pro/LimitOrderIcon.js +29 -0
- package/dist/native-pro/MarketOrderIcon.d.ts +6 -0
- package/dist/native-pro/MarketOrderIcon.js +29 -0
- package/dist/native-pro/MigratedTradeIcon.d.ts +6 -0
- package/dist/native-pro/MigratedTradeIcon.js +43 -0
- package/dist/native-pro/TrailingStopIcon.d.ts +6 -0
- package/dist/native-pro/TrailingStopIcon.js +34 -0
- package/dist/native-pro/TriggerIcon.d.ts +6 -0
- package/dist/native-pro/TriggerIcon.js +53 -0
- package/dist/native-pro/TwapIcon.d.ts +6 -0
- package/dist/native-pro/TwapIcon.js +34 -0
- package/dist/native-pro/index.d.ts +9 -0
- package/dist/native-pro/index.js +10 -0
- package/dist/native-pro/pro-types.d.ts +4 -0
- package/dist/native-pro/pro-types.js +0 -0
- package/dist/web/BlockHandleIcon.d.ts +7 -0
- package/dist/web/BlockHandleIcon.js +21 -0
- package/dist/web/ChartPie1Icon.d.ts +7 -0
- package/dist/web/ChartPie1Icon.js +23 -0
- package/dist/web/ColorChartLineIcon.d.ts +7 -0
- package/dist/web/ColorChartLineIcon.js +39 -0
- package/dist/web/ColorDiamondIcon.d.ts +6 -0
- package/dist/web/ColorDiamondIcon.js +216 -0
- package/dist/web/{CopyPlusIcon.d.ts → CompassIcon.d.ts} +2 -2
- package/dist/web/CompassIcon.js +21 -0
- package/dist/web/CopyTradeIcon.d.ts +7 -0
- package/dist/web/CopyTradeIcon.js +27 -0
- package/dist/web/DevBuyIcon.d.ts +6 -0
- package/dist/web/DevBuyIcon.js +35 -0
- package/dist/web/DevSellIcon.d.ts +6 -0
- package/dist/web/DevSellIcon.js +40 -0
- package/dist/web/FishIcon.d.ts +7 -0
- package/dist/web/FishIcon.js +23 -0
- package/dist/web/FloatingIcon.d.ts +7 -0
- package/dist/web/FloatingIcon.js +23 -0
- package/dist/web/HeaddressIcon.d.ts +7 -0
- package/dist/web/HeaddressIcon.js +23 -0
- package/dist/web/LayoutMultiLineIcon.d.ts +7 -0
- package/dist/web/LayoutMultiLineIcon.js +21 -0
- package/dist/web/LayoutSingleLineIcon.d.ts +7 -0
- package/dist/web/LayoutSingleLineIcon.js +21 -0
- package/dist/web/LimitOrderIcon.d.ts +6 -0
- package/dist/web/LimitOrderIcon.js +24 -0
- package/dist/web/MarketOrderIcon.d.ts +6 -0
- package/dist/web/MarketOrderIcon.js +24 -0
- package/dist/web/MegaphoneIcon.d.ts +7 -0
- package/dist/web/MegaphoneIcon.js +23 -0
- package/dist/web/MigratedTradeIcon.d.ts +6 -0
- package/dist/web/MigratedTradeIcon.js +39 -0
- package/dist/web/NavCopyTradeIcon.d.ts +7 -0
- package/dist/web/NavCopyTradeIcon.js +27 -0
- package/dist/web/NavTrackerIcon.d.ts +7 -0
- package/dist/web/NavTrackerIcon.js +23 -0
- package/dist/web/NavWalletIcon.js +2 -2
- package/dist/web/OffchainIcon.d.ts +7 -0
- package/dist/web/OffchainIcon.js +21 -0
- package/dist/web/PercentBagIcon.d.ts +7 -0
- package/dist/web/PercentBagIcon.js +23 -0
- package/dist/web/RefreshCcwDollarIcon.d.ts +7 -0
- package/dist/web/RefreshCcwDollarIcon.js +23 -0
- package/dist/web/SnakeIcon.d.ts +7 -0
- package/dist/web/SnakeIcon.js +21 -0
- package/dist/web/Sprout1Icon.d.ts +7 -0
- package/dist/web/Sprout1Icon.js +24 -0
- package/dist/web/TradingRewardsIcon.d.ts +7 -0
- package/dist/web/TradingRewardsIcon.js +21 -0
- package/dist/web/TrailingStopIcon.d.ts +6 -0
- package/dist/web/TrailingStopIcon.js +29 -0
- package/dist/web/TriggerIcon.d.ts +6 -0
- package/dist/web/TriggerIcon.js +51 -0
- package/dist/web/TwapIcon.d.ts +6 -0
- package/dist/web/TwapIcon.js +29 -0
- package/dist/web/UserCheckIcon.d.ts +7 -0
- package/dist/web/UserCheckIcon.js +29 -0
- package/dist/web/UserSwitchIcon.d.ts +7 -0
- package/dist/web/UserSwitchIcon.js +23 -0
- package/dist/web/index.d.ts +30 -1
- package/dist/web/index.js +31 -2
- package/dist/web/pro-types.d.ts +4 -0
- package/dist/web/pro-types.js +0 -0
- package/dist/web-pro/ColorDiamondIcon.d.ts +6 -0
- package/dist/web-pro/ColorDiamondIcon.js +216 -0
- package/dist/web-pro/DevBuyIcon.d.ts +6 -0
- package/dist/web-pro/DevBuyIcon.js +35 -0
- package/dist/web-pro/DevSellIcon.d.ts +6 -0
- package/dist/web-pro/DevSellIcon.js +40 -0
- package/dist/web-pro/LimitOrderIcon.d.ts +6 -0
- package/dist/web-pro/LimitOrderIcon.js +24 -0
- package/dist/web-pro/MarketOrderIcon.d.ts +6 -0
- package/dist/web-pro/MarketOrderIcon.js +24 -0
- package/dist/web-pro/MigratedTradeIcon.d.ts +6 -0
- package/dist/web-pro/MigratedTradeIcon.js +39 -0
- package/dist/web-pro/TrailingStopIcon.d.ts +6 -0
- package/dist/web-pro/TrailingStopIcon.js +29 -0
- package/dist/web-pro/TriggerIcon.d.ts +6 -0
- package/dist/web-pro/TriggerIcon.js +51 -0
- package/dist/web-pro/TwapIcon.d.ts +6 -0
- package/dist/web-pro/TwapIcon.js +29 -0
- package/dist/web-pro/index.d.ts +9 -0
- package/dist/web-pro/index.js +10 -0
- package/dist/web-pro/pro-types.d.ts +4 -0
- package/dist/web-pro/pro-types.js +0 -0
- package/package.json +11 -3
- package/dist/native/CopyPlusIcon.js +0 -30
- package/dist/web/CopyPlusIcon.js +0 -27
|
@@ -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_pro_MarketOrderIcon = MarketOrderIcon;
|
|
29
|
+
export { native_pro_MarketOrderIcon as default };
|
|
@@ -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_pro_MigratedTradeIcon = MigratedTradeIcon;
|
|
43
|
+
export { native_pro_MigratedTradeIcon as default };
|
|
@@ -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_pro_TrailingStopIcon = TrailingStopIcon;
|
|
34
|
+
export { native_pro_TrailingStopIcon as default };
|
|
@@ -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_pro_TriggerIcon = TriggerIcon;
|
|
53
|
+
export { native_pro_TriggerIcon as default };
|
|
@@ -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_pro_TwapIcon = TwapIcon;
|
|
34
|
+
export { native_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 };
|
|
File without changes
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const BlockHandleIcon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, className, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default BlockHandleIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { useWebColor } from "../core/index.js";
|
|
4
|
+
const BlockHandleIcon = ({ size = 16, width = size, height = size, className, color = 'currentColor', ...props })=>{
|
|
5
|
+
const clsx = useWebColor(color, className);
|
|
6
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
7
|
+
width: width,
|
|
8
|
+
height: height,
|
|
9
|
+
className: clsx,
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
...props,
|
|
13
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
14
|
+
d: "M18.0322 20.5332L18.0742 20.4893L18.1377 20.5527L17.2988 21.3926L16.4355 20.5293C16.445 20.6211 16.4367 20.7146 16.4043 20.8047C16.3462 20.969 16.2242 21.1 16.0635 21.1719C16.0473 21.1798 15.7664 21.3136 15.3604 21.4541C14.3124 21.8162 13.2106 22 12.0869 22C6.56545 22 2.07324 17.5137 2.07324 12C2.07327 10.3127 2.49311 8.72187 3.23242 7.32617L1.74219 5.83594L2.53809 5.03906L18.0322 20.5332ZM4.33594 8.42969C3.83401 9.5168 3.55276 10.7261 3.55273 12C3.55273 16.7123 7.38601 20.5457 12.0986 20.5459C13.0821 20.5459 14.0462 20.3804 14.9639 20.0537C15.2775 19.9428 15.4078 19.8761 15.4131 19.873C15.513 19.8288 15.6181 19.8111 15.7207 19.8145L13.3662 17.46C12.9584 17.599 12.5303 17.6728 12.0928 17.6729C12.0701 17.6729 12.0468 17.6722 12.0234 17.6719C9.58546 17.6291 7.64228 15.3271 7.69043 12.541C7.69465 12.3029 7.71374 12.0688 7.74609 11.8398L4.33594 8.42969ZM12.0498 2C17.5372 2 22.0028 6.48607 22.0029 12V12.0645C22.0029 13.9379 21.3671 15.681 20.3027 16.7266C19.6725 17.3457 18.94 17.6719 18.1816 17.6719C18.1669 17.6719 18.1512 17.6722 18.1357 17.6719C17.0418 17.6527 16.2115 16.9604 15.667 15.6143C15.5514 15.792 15.4256 15.9585 15.293 16.1152L14.2891 15.1113C14.7379 14.454 15.0127 13.5956 15.0127 12.6553C15.0126 10.5943 13.7054 8.91797 12.0986 8.91797C11.1074 8.91811 10.2335 9.55728 9.70801 10.5303L8.66602 9.48828C9.49018 8.31593 10.7587 7.56364 12.1729 7.56348C12.1955 7.56348 12.2188 7.56409 12.2422 7.56445C13.3934 7.5847 14.1808 8.10668 15.1904 8.91309V8.21973C15.1904 8.12201 15.2018 7.9987 15.2832 7.91797C15.3731 7.8288 15.502 7.83079 15.6738 7.83008L15.8799 7.83105L15.9346 7.83008C16.1334 7.83113 16.2997 7.82825 16.4102 7.93848C16.476 8.00362 16.5078 8.09615 16.5078 8.21973V12.3584C16.5078 14.6851 17.1694 16.2001 18.1934 16.2178H18.2129C18.7772 16.2178 19.3645 15.7961 19.8262 15.0566C20.3339 14.244 20.6247 13.157 20.6445 11.998C20.6443 7.28758 16.8106 3.4541 12.0986 3.4541C9.50828 3.4542 7.18518 4.61338 5.61719 6.43945L4.57031 5.39258C6.3994 3.31396 9.07391 2.00009 12.0498 2ZM9.23535 13.3291C9.48329 15.0693 10.6713 16.3934 12.0986 16.3936C12.1629 16.3936 12.2268 16.3891 12.29 16.3838L9.23535 13.3291Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
BlockHandleIcon.displayName = 'BlockHandleIcon|block-handle';
|
|
20
|
+
const web_BlockHandleIcon = BlockHandleIcon;
|
|
21
|
+
export { web_BlockHandleIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const ChartPie1Icon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, className, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default ChartPie1Icon;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { useWebColor } from "../core/index.js";
|
|
4
|
+
const ChartPie1Icon = ({ size = 16, width = size, height = size, className, color = 'currentColor', ...props })=>{
|
|
5
|
+
const clsx = useWebColor(color, className);
|
|
6
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
7
|
+
width: width,
|
|
8
|
+
height: height,
|
|
9
|
+
className: clsx,
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
...props,
|
|
13
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M12.0021 2.77881C17.0969 2.77881 21.2267 6.90859 21.2267 12.0034C21.2267 14.5133 20.223 16.7876 18.5968 18.4507C18.5761 18.4783 18.5555 18.5066 18.5304 18.5317C18.5057 18.5564 18.4774 18.5758 18.4503 18.5962C16.7871 20.2232 14.5127 21.228 12.0021 21.228C6.9073 21.228 2.77747 17.0982 2.77747 12.0034C2.77747 6.90863 6.9073 2.77887 12.0021 2.77881ZM11.2775 4.26221C7.32324 4.62779 4.22668 7.9538 4.22668 12.0034C4.22668 16.2974 7.70812 19.7787 12.0021 19.7788C13.888 19.7788 15.6167 19.1067 16.963 17.9897L11.4894 12.5161C11.3534 12.3802 11.2775 12.1957 11.2775 12.0034V4.26221ZM12.7267 11.7026L17.9884 16.9644C19.1054 15.618 19.7775 13.8894 19.7775 12.0034C19.7775 7.95372 16.681 4.62768 12.7267 4.26221V11.7026Z",
|
|
17
|
+
fill: "currentColor"
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
ChartPie1Icon.displayName = 'ChartPie1Icon|chart-pie-1';
|
|
22
|
+
const web_ChartPie1Icon = ChartPie1Icon;
|
|
23
|
+
export { web_ChartPie1Icon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const ColorChartLineIcon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default ColorChartLineIcon;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const ColorChartLineIcon = ({ 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: "M3.1333 13.4233C3.29997 12.2567 3.8333 9.92334 4.6333 9.92334C5.6333 9.92334 7.1333 15.4233 8.1333 15.4233C9.1333 15.4233 11.1333 3.92334 13.1333 3.92334C15.1333 3.92334 16.6333 20.4233 18.1333 20.4233C19.6333 20.4233 20.6333 16.09 21.1333 13.9233",
|
|
12
|
+
stroke: "url(#prefix__paint0_linear_60363_259262)",
|
|
13
|
+
strokeWidth: 1.5,
|
|
14
|
+
strokeLinecap: "round"
|
|
15
|
+
}),
|
|
16
|
+
/*#__PURE__*/ jsx("defs", {
|
|
17
|
+
children: /*#__PURE__*/ jsxs("linearGradient", {
|
|
18
|
+
id: "prefix__paint0_linear_60363_259262",
|
|
19
|
+
x1: 13,
|
|
20
|
+
y1: 22,
|
|
21
|
+
x2: 13.5,
|
|
22
|
+
y2: 9.5,
|
|
23
|
+
gradientUnits: "userSpaceOnUse",
|
|
24
|
+
children: [
|
|
25
|
+
/*#__PURE__*/ jsx("stop", {
|
|
26
|
+
stopColor: "#E84A5A"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("stop", {
|
|
29
|
+
offset: 1,
|
|
30
|
+
stopColor: "#45B167"
|
|
31
|
+
})
|
|
32
|
+
]
|
|
33
|
+
})
|
|
34
|
+
})
|
|
35
|
+
]
|
|
36
|
+
});
|
|
37
|
+
ColorChartLineIcon.displayName = 'ColorChartLineIcon|color-chart-line';
|
|
38
|
+
const web_ColorChartLineIcon = ColorChartLineIcon;
|
|
39
|
+
export { web_ColorChartLineIcon as default };
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const ColorDiamondIcon = ({ 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.88816 3.86717L0.999268 9.80672L5.88816 11.65L8.74001 4.68642L5.88816 3.86717Z",
|
|
12
|
+
fill: "#B158E7"
|
|
13
|
+
}),
|
|
14
|
+
/*#__PURE__*/ jsx("path", {
|
|
15
|
+
d: "M8.74001 4.68642L5.88816 11.65H18.1104L15.2585 4.68642H8.74001Z",
|
|
16
|
+
fill: "#B158E7"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ jsx("path", {
|
|
19
|
+
d: "M5.88816 11.65L11.9993 22.0954L18.1104 11.65H5.88816Z",
|
|
20
|
+
fill: "#B158E7"
|
|
21
|
+
}),
|
|
22
|
+
/*#__PURE__*/ jsx("path", {
|
|
23
|
+
d: "M0.999268 9.80672L11.9993 22.0954L5.88816 11.65L0.999268 9.80672Z",
|
|
24
|
+
fill: "#B158E7"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M11.9993 22.0954L22.9993 9.80672L18.1104 11.65L11.9993 22.0954Z",
|
|
28
|
+
fill: "#B158E7"
|
|
29
|
+
}),
|
|
30
|
+
/*#__PURE__*/ jsx("path", {
|
|
31
|
+
d: "M22.9993 9.80672L18.1104 3.86717L15.2585 4.68642L18.1104 11.65L22.9993 9.80672Z",
|
|
32
|
+
fill: "#B158E7"
|
|
33
|
+
}),
|
|
34
|
+
/*#__PURE__*/ jsx("path", {
|
|
35
|
+
d: "M5.88816 3.86717L8.74001 4.68642H15.2585L18.1104 3.86717L11.9993 3.23828L5.88816 3.86717Z",
|
|
36
|
+
fill: "#B158E7"
|
|
37
|
+
}),
|
|
38
|
+
/*#__PURE__*/ jsx("path", {
|
|
39
|
+
d: "M5.88816 3.86717L0.999268 9.80672L5.88816 11.65L8.74001 4.68642L5.88816 3.86717Z",
|
|
40
|
+
fill: "url(#paint0_linear_17425_24761)",
|
|
41
|
+
style: {
|
|
42
|
+
mixBlendMode: 'soft-light'
|
|
43
|
+
}
|
|
44
|
+
}),
|
|
45
|
+
/*#__PURE__*/ jsx("path", {
|
|
46
|
+
d: "M8.74001 4.68642L5.88816 11.65H18.1104L15.2585 4.68642H8.74001Z",
|
|
47
|
+
fill: "url(#paint1_linear_17425_24761)",
|
|
48
|
+
style: {
|
|
49
|
+
mixBlendMode: 'plus-lighter'
|
|
50
|
+
}
|
|
51
|
+
}),
|
|
52
|
+
/*#__PURE__*/ jsx("path", {
|
|
53
|
+
d: "M5.88816 11.65L11.9993 22.0954L18.1104 11.65H5.88816Z",
|
|
54
|
+
fill: "url(#paint2_linear_17425_24761)",
|
|
55
|
+
style: {
|
|
56
|
+
mixBlendMode: 'overlay'
|
|
57
|
+
}
|
|
58
|
+
}),
|
|
59
|
+
/*#__PURE__*/ jsx("path", {
|
|
60
|
+
d: "M0.999268 9.80672L11.9993 22.0954L5.88816 11.65L0.999268 9.80672Z",
|
|
61
|
+
fill: "url(#paint3_linear_17425_24761)",
|
|
62
|
+
style: {
|
|
63
|
+
mixBlendMode: 'soft-light'
|
|
64
|
+
}
|
|
65
|
+
}),
|
|
66
|
+
/*#__PURE__*/ jsx("path", {
|
|
67
|
+
d: "M11.9993 22.0954L22.9993 9.80672L18.1104 11.65L11.9993 22.0954Z",
|
|
68
|
+
fill: "url(#paint4_linear_17425_24761)",
|
|
69
|
+
style: {
|
|
70
|
+
mixBlendMode: 'overlay'
|
|
71
|
+
}
|
|
72
|
+
}),
|
|
73
|
+
/*#__PURE__*/ jsx("path", {
|
|
74
|
+
d: "M22.9993 9.80672L18.1104 3.86717L15.2585 4.68642L18.1104 11.65L22.9993 9.80672Z",
|
|
75
|
+
fill: "url(#paint5_linear_17425_24761)",
|
|
76
|
+
style: {
|
|
77
|
+
mixBlendMode: 'soft-light'
|
|
78
|
+
}
|
|
79
|
+
}),
|
|
80
|
+
/*#__PURE__*/ jsx("path", {
|
|
81
|
+
d: "M5.88816 3.86717L8.74001 4.68642H15.2585L18.1104 3.86717L11.9993 3.23828L5.88816 3.86717Z",
|
|
82
|
+
fill: "url(#paint6_linear_17425_24761)",
|
|
83
|
+
style: {
|
|
84
|
+
mixBlendMode: 'soft-light'
|
|
85
|
+
}
|
|
86
|
+
}),
|
|
87
|
+
/*#__PURE__*/ jsxs("defs", {
|
|
88
|
+
children: [
|
|
89
|
+
/*#__PURE__*/ jsxs("linearGradient", {
|
|
90
|
+
id: "paint0_linear_17425_24761",
|
|
91
|
+
x1: 8.69927,
|
|
92
|
+
y1: 4.6803,
|
|
93
|
+
x2: 5.80825,
|
|
94
|
+
y2: 11.5592,
|
|
95
|
+
gradientUnits: "userSpaceOnUse",
|
|
96
|
+
children: [
|
|
97
|
+
/*#__PURE__*/ jsx("stop", {
|
|
98
|
+
stopColor: "#494949"
|
|
99
|
+
}),
|
|
100
|
+
/*#__PURE__*/ jsx("stop", {
|
|
101
|
+
offset: 1,
|
|
102
|
+
stopColor: "#E9E9E9"
|
|
103
|
+
})
|
|
104
|
+
]
|
|
105
|
+
}),
|
|
106
|
+
/*#__PURE__*/ jsxs("linearGradient", {
|
|
107
|
+
id: "paint1_linear_17425_24761",
|
|
108
|
+
x1: 11.9993,
|
|
109
|
+
y1: 4.46809,
|
|
110
|
+
x2: 11.9993,
|
|
111
|
+
y2: 11.642,
|
|
112
|
+
gradientUnits: "userSpaceOnUse",
|
|
113
|
+
children: [
|
|
114
|
+
/*#__PURE__*/ jsx("stop", {
|
|
115
|
+
stopColor: "white",
|
|
116
|
+
stopOpacity: 0.8
|
|
117
|
+
}),
|
|
118
|
+
/*#__PURE__*/ jsx("stop", {
|
|
119
|
+
offset: 1,
|
|
120
|
+
stopColor: "white",
|
|
121
|
+
stopOpacity: 0
|
|
122
|
+
})
|
|
123
|
+
]
|
|
124
|
+
}),
|
|
125
|
+
/*#__PURE__*/ jsxs("linearGradient", {
|
|
126
|
+
id: "paint2_linear_17425_24761",
|
|
127
|
+
x1: 11.9993,
|
|
128
|
+
y1: 11.642,
|
|
129
|
+
x2: 11.9993,
|
|
130
|
+
y2: 22.0954,
|
|
131
|
+
gradientUnits: "userSpaceOnUse",
|
|
132
|
+
children: [
|
|
133
|
+
/*#__PURE__*/ jsx("stop", {
|
|
134
|
+
stopColor: "#4C4C4C"
|
|
135
|
+
}),
|
|
136
|
+
/*#__PURE__*/ jsx("stop", {
|
|
137
|
+
offset: 1,
|
|
138
|
+
stopColor: "#B8B8B8"
|
|
139
|
+
})
|
|
140
|
+
]
|
|
141
|
+
}),
|
|
142
|
+
/*#__PURE__*/ jsxs("linearGradient", {
|
|
143
|
+
id: "paint3_linear_17425_24761",
|
|
144
|
+
x1: 5.88816,
|
|
145
|
+
y1: 11.642,
|
|
146
|
+
x2: 12.0557,
|
|
147
|
+
y2: 22.062,
|
|
148
|
+
gradientUnits: "userSpaceOnUse",
|
|
149
|
+
children: [
|
|
150
|
+
/*#__PURE__*/ jsx("stop", {
|
|
151
|
+
stopColor: "#565656"
|
|
152
|
+
}),
|
|
153
|
+
/*#__PURE__*/ jsx("stop", {
|
|
154
|
+
offset: 1,
|
|
155
|
+
stopColor: "#FAFAFA"
|
|
156
|
+
})
|
|
157
|
+
]
|
|
158
|
+
}),
|
|
159
|
+
/*#__PURE__*/ jsxs("linearGradient", {
|
|
160
|
+
id: "paint4_linear_17425_24761",
|
|
161
|
+
x1: 18.3098,
|
|
162
|
+
y1: 11.724,
|
|
163
|
+
x2: 11.9546,
|
|
164
|
+
y2: 22.068,
|
|
165
|
+
gradientUnits: "userSpaceOnUse",
|
|
166
|
+
children: [
|
|
167
|
+
/*#__PURE__*/ jsx("stop", {
|
|
168
|
+
stopColor: "#323232"
|
|
169
|
+
}),
|
|
170
|
+
/*#__PURE__*/ jsx("stop", {
|
|
171
|
+
offset: 1,
|
|
172
|
+
stopColor: "#9A9A9A"
|
|
173
|
+
})
|
|
174
|
+
]
|
|
175
|
+
}),
|
|
176
|
+
/*#__PURE__*/ jsxs("linearGradient", {
|
|
177
|
+
id: "paint5_linear_17425_24761",
|
|
178
|
+
x1: 15.0548,
|
|
179
|
+
y1: 4.26313,
|
|
180
|
+
x2: 18.1428,
|
|
181
|
+
y2: 11.6284,
|
|
182
|
+
gradientUnits: "userSpaceOnUse",
|
|
183
|
+
children: [
|
|
184
|
+
/*#__PURE__*/ jsx("stop", {
|
|
185
|
+
stopColor: "#494949"
|
|
186
|
+
}),
|
|
187
|
+
/*#__PURE__*/ jsx("stop", {
|
|
188
|
+
offset: 1,
|
|
189
|
+
stopColor: "#999999"
|
|
190
|
+
})
|
|
191
|
+
]
|
|
192
|
+
}),
|
|
193
|
+
/*#__PURE__*/ jsxs("linearGradient", {
|
|
194
|
+
id: "paint6_linear_17425_24761",
|
|
195
|
+
x1: 11.9993,
|
|
196
|
+
y1: 3.45755,
|
|
197
|
+
x2: 11.9993,
|
|
198
|
+
y2: 4.67306,
|
|
199
|
+
gradientUnits: "userSpaceOnUse",
|
|
200
|
+
children: [
|
|
201
|
+
/*#__PURE__*/ jsx("stop", {
|
|
202
|
+
stopColor: "#7C7C7C"
|
|
203
|
+
}),
|
|
204
|
+
/*#__PURE__*/ jsx("stop", {
|
|
205
|
+
offset: 1,
|
|
206
|
+
stopColor: "white"
|
|
207
|
+
})
|
|
208
|
+
]
|
|
209
|
+
})
|
|
210
|
+
]
|
|
211
|
+
})
|
|
212
|
+
]
|
|
213
|
+
});
|
|
214
|
+
ColorDiamondIcon.displayName = 'ColorDiamondIcon|color-diamond';
|
|
215
|
+
const web_ColorDiamondIcon = ColorDiamondIcon;
|
|
216
|
+
export { web_ColorDiamondIcon as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type IconColor } from '../core';
|
|
2
2
|
import { type IconProps } from './types';
|
|
3
|
-
declare const
|
|
3
|
+
declare const CompassIcon: {
|
|
4
4
|
<T extends string = IconColor>({ size, width, height, className, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
displayName: string;
|
|
6
6
|
};
|
|
7
|
-
export default
|
|
7
|
+
export default CompassIcon;
|