@particle-network/icons 0.7.0-beta.1 → 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/CompassIcon.d.ts +7 -0
- package/dist/native/CompassIcon.js +24 -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/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 +27 -0
- package/dist/native/index.js +28 -1
- 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/CompassIcon.d.ts +7 -0
- package/dist/web/CompassIcon.js +21 -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/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 +27 -0
- package/dist/web/index.js +28 -1
- 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
|
@@ -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, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default BlockHandleIcon;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { ms } from "react-native-size-matters";
|
|
4
|
+
import external_react_native_svg_default, { Path } from "react-native-svg";
|
|
5
|
+
import { isThemeColor, useIconsContext } from "../core/index.js";
|
|
6
|
+
const BlockHandleIcon_BlockHandleIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
|
|
7
|
+
const { getColor } = useIconsContext();
|
|
8
|
+
const _color = isThemeColor(color) ? getColor(color) : color;
|
|
9
|
+
const fill = props.fill || _color;
|
|
10
|
+
return /*#__PURE__*/ jsx(external_react_native_svg_default, {
|
|
11
|
+
width: width,
|
|
12
|
+
height: height,
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
fill: "none",
|
|
15
|
+
...props,
|
|
16
|
+
children: /*#__PURE__*/ jsx(Path, {
|
|
17
|
+
d: "M18.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",
|
|
18
|
+
fill: fill
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
BlockHandleIcon_BlockHandleIcon.displayName = 'BlockHandleIcon|block-handle';
|
|
23
|
+
const BlockHandleIcon = BlockHandleIcon_BlockHandleIcon;
|
|
24
|
+
export { 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, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default ChartPie1Icon;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { ms } from "react-native-size-matters";
|
|
4
|
+
import external_react_native_svg_default, { Path } from "react-native-svg";
|
|
5
|
+
import { isThemeColor, useIconsContext } from "../core/index.js";
|
|
6
|
+
const ChartPie1Icon_ChartPie1Icon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
|
|
7
|
+
const { getColor } = useIconsContext();
|
|
8
|
+
const _color = isThemeColor(color) ? getColor(color) : color;
|
|
9
|
+
const fill = props.fill || _color;
|
|
10
|
+
return /*#__PURE__*/ jsx(external_react_native_svg_default, {
|
|
11
|
+
width: width,
|
|
12
|
+
height: height,
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
fill: "none",
|
|
15
|
+
...props,
|
|
16
|
+
children: /*#__PURE__*/ jsx(Path, {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
d: "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",
|
|
20
|
+
fill: fill
|
|
21
|
+
})
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
ChartPie1Icon_ChartPie1Icon.displayName = 'ChartPie1Icon|chart-pie-1';
|
|
25
|
+
const ChartPie1Icon = ChartPie1Icon_ChartPie1Icon;
|
|
26
|
+
export { 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,41 @@
|
|
|
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, { Defs, LinearGradient, Path, Stop } from "react-native-svg";
|
|
5
|
+
const ColorChartLineIcon_ColorChartLineIcon = ({ size = ms(16), width = ms(size), height = ms(size), ...props })=>/*#__PURE__*/ jsxs(external_react_native_svg_default, {
|
|
6
|
+
width: width,
|
|
7
|
+
height: height,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
...props,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx(Path, {
|
|
13
|
+
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",
|
|
14
|
+
stroke: "url(#prefix__paint0_linear_60363_259262)",
|
|
15
|
+
strokeWidth: 1.5,
|
|
16
|
+
strokeLinecap: "round"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ jsx(Defs, {
|
|
19
|
+
children: /*#__PURE__*/ jsxs(LinearGradient, {
|
|
20
|
+
id: "prefix__paint0_linear_60363_259262",
|
|
21
|
+
x1: 13,
|
|
22
|
+
y1: 22,
|
|
23
|
+
x2: 13.5,
|
|
24
|
+
y2: 9.5,
|
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
|
26
|
+
children: [
|
|
27
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
28
|
+
stopColor: "#E84A5A"
|
|
29
|
+
}),
|
|
30
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
31
|
+
offset: 1,
|
|
32
|
+
stopColor: "#45B167"
|
|
33
|
+
})
|
|
34
|
+
]
|
|
35
|
+
})
|
|
36
|
+
})
|
|
37
|
+
]
|
|
38
|
+
});
|
|
39
|
+
ColorChartLineIcon_ColorChartLineIcon.displayName = 'ColorChartLineIcon|color-chart-line';
|
|
40
|
+
const ColorChartLineIcon = ColorChartLineIcon_ColorChartLineIcon;
|
|
41
|
+
export { ColorChartLineIcon as default };
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { ms } from "react-native-size-matters";
|
|
3
|
+
import external_react_native_svg_default, { Defs, LinearGradient, Path, Stop } from "react-native-svg";
|
|
4
|
+
const ColorDiamondIcon = ({ size = ms(16), width = ms(size), height = ms(size), ...props })=>/*#__PURE__*/ jsxs(external_react_native_svg_default, {
|
|
5
|
+
width: width,
|
|
6
|
+
height: height,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
...props,
|
|
10
|
+
children: [
|
|
11
|
+
/*#__PURE__*/ jsx(Path, {
|
|
12
|
+
d: "M5.88816 3.86717L0.999268 9.80672L5.88816 11.65L8.74001 4.68642L5.88816 3.86717Z",
|
|
13
|
+
fill: "#B158E7"
|
|
14
|
+
}),
|
|
15
|
+
/*#__PURE__*/ jsx(Path, {
|
|
16
|
+
d: "M8.74001 4.68642L5.88816 11.65H18.1104L15.2585 4.68642H8.74001Z",
|
|
17
|
+
fill: "#B158E7"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx(Path, {
|
|
20
|
+
d: "M5.88816 11.65L11.9993 22.0954L18.1104 11.65H5.88816Z",
|
|
21
|
+
fill: "#B158E7"
|
|
22
|
+
}),
|
|
23
|
+
/*#__PURE__*/ jsx(Path, {
|
|
24
|
+
d: "M0.999268 9.80672L11.9993 22.0954L5.88816 11.65L0.999268 9.80672Z",
|
|
25
|
+
fill: "#B158E7"
|
|
26
|
+
}),
|
|
27
|
+
/*#__PURE__*/ jsx(Path, {
|
|
28
|
+
d: "M11.9993 22.0954L22.9993 9.80672L18.1104 11.65L11.9993 22.0954Z",
|
|
29
|
+
fill: "#B158E7"
|
|
30
|
+
}),
|
|
31
|
+
/*#__PURE__*/ jsx(Path, {
|
|
32
|
+
d: "M22.9993 9.80672L18.1104 3.86717L15.2585 4.68642L18.1104 11.65L22.9993 9.80672Z",
|
|
33
|
+
fill: "#B158E7"
|
|
34
|
+
}),
|
|
35
|
+
/*#__PURE__*/ jsx(Path, {
|
|
36
|
+
d: "M5.88816 3.86717L8.74001 4.68642H15.2585L18.1104 3.86717L11.9993 3.23828L5.88816 3.86717Z",
|
|
37
|
+
fill: "#B158E7"
|
|
38
|
+
}),
|
|
39
|
+
/*#__PURE__*/ jsx(Path, {
|
|
40
|
+
d: "M5.88816 3.86717L0.999268 9.80672L5.88816 11.65L8.74001 4.68642L5.88816 3.86717Z",
|
|
41
|
+
fill: "url(#paint0_linear_17425_24761)",
|
|
42
|
+
opacity: 0.5
|
|
43
|
+
}),
|
|
44
|
+
/*#__PURE__*/ jsx(Path, {
|
|
45
|
+
d: "M8.74001 4.68642L5.88816 11.65H18.1104L15.2585 4.68642H8.74001Z",
|
|
46
|
+
fill: "url(#paint1_linear_17425_24761)",
|
|
47
|
+
opacity: 0.4
|
|
48
|
+
}),
|
|
49
|
+
/*#__PURE__*/ jsx(Path, {
|
|
50
|
+
d: "M5.88816 11.65L11.9993 22.0954L18.1104 11.65H5.88816Z",
|
|
51
|
+
fill: "url(#paint2_linear_17425_24761)",
|
|
52
|
+
opacity: 0.5
|
|
53
|
+
}),
|
|
54
|
+
/*#__PURE__*/ jsx(Path, {
|
|
55
|
+
d: "M0.999268 9.80672L11.9993 22.0954L5.88816 11.65L0.999268 9.80672Z",
|
|
56
|
+
fill: "url(#paint3_linear_17425_24761)",
|
|
57
|
+
opacity: 0.5
|
|
58
|
+
}),
|
|
59
|
+
/*#__PURE__*/ jsx(Path, {
|
|
60
|
+
d: "M11.9993 22.0954L22.9993 9.80672L18.1104 11.65L11.9993 22.0954Z",
|
|
61
|
+
fill: "url(#paint4_linear_17425_24761)",
|
|
62
|
+
opacity: 0.5
|
|
63
|
+
}),
|
|
64
|
+
/*#__PURE__*/ jsx(Path, {
|
|
65
|
+
d: "M22.9993 9.80672L18.1104 3.86717L15.2585 4.68642L18.1104 11.65L22.9993 9.80672Z",
|
|
66
|
+
fill: "url(#paint5_linear_17425_24761)",
|
|
67
|
+
opacity: 0.5
|
|
68
|
+
}),
|
|
69
|
+
/*#__PURE__*/ jsx(Path, {
|
|
70
|
+
d: "M5.88816 3.86717L8.74001 4.68642H15.2585L18.1104 3.86717L11.9993 3.23828L5.88816 3.86717Z",
|
|
71
|
+
fill: "url(#paint6_linear_17425_24761)",
|
|
72
|
+
opacity: 0.5
|
|
73
|
+
}),
|
|
74
|
+
/*#__PURE__*/ jsxs(Defs, {
|
|
75
|
+
children: [
|
|
76
|
+
/*#__PURE__*/ jsxs(LinearGradient, {
|
|
77
|
+
id: "paint0_linear_17425_24761",
|
|
78
|
+
x1: 8.69927,
|
|
79
|
+
y1: 4.6803,
|
|
80
|
+
x2: 5.80825,
|
|
81
|
+
y2: 11.5592,
|
|
82
|
+
gradientUnits: "userSpaceOnUse",
|
|
83
|
+
children: [
|
|
84
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
85
|
+
stopColor: "#494949"
|
|
86
|
+
}),
|
|
87
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
88
|
+
offset: 1,
|
|
89
|
+
stopColor: "#E9E9E9"
|
|
90
|
+
})
|
|
91
|
+
]
|
|
92
|
+
}),
|
|
93
|
+
/*#__PURE__*/ jsxs(LinearGradient, {
|
|
94
|
+
id: "paint1_linear_17425_24761",
|
|
95
|
+
x1: 11.9993,
|
|
96
|
+
y1: 4.46809,
|
|
97
|
+
x2: 11.9993,
|
|
98
|
+
y2: 11.642,
|
|
99
|
+
gradientUnits: "userSpaceOnUse",
|
|
100
|
+
children: [
|
|
101
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
102
|
+
stopColor: "white",
|
|
103
|
+
stopOpacity: 0.8
|
|
104
|
+
}),
|
|
105
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
106
|
+
offset: 1,
|
|
107
|
+
stopColor: "white",
|
|
108
|
+
stopOpacity: 0
|
|
109
|
+
})
|
|
110
|
+
]
|
|
111
|
+
}),
|
|
112
|
+
/*#__PURE__*/ jsxs(LinearGradient, {
|
|
113
|
+
id: "paint2_linear_17425_24761",
|
|
114
|
+
x1: 11.9993,
|
|
115
|
+
y1: 11.642,
|
|
116
|
+
x2: 11.9993,
|
|
117
|
+
y2: 22.0954,
|
|
118
|
+
gradientUnits: "userSpaceOnUse",
|
|
119
|
+
children: [
|
|
120
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
121
|
+
stopColor: "#4C4C4C"
|
|
122
|
+
}),
|
|
123
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
124
|
+
offset: 1,
|
|
125
|
+
stopColor: "#B8B8B8"
|
|
126
|
+
})
|
|
127
|
+
]
|
|
128
|
+
}),
|
|
129
|
+
/*#__PURE__*/ jsxs(LinearGradient, {
|
|
130
|
+
id: "paint3_linear_17425_24761",
|
|
131
|
+
x1: 5.88816,
|
|
132
|
+
y1: 11.642,
|
|
133
|
+
x2: 12.0557,
|
|
134
|
+
y2: 22.062,
|
|
135
|
+
gradientUnits: "userSpaceOnUse",
|
|
136
|
+
children: [
|
|
137
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
138
|
+
stopColor: "#565656"
|
|
139
|
+
}),
|
|
140
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
141
|
+
offset: 1,
|
|
142
|
+
stopColor: "#FAFAFA"
|
|
143
|
+
})
|
|
144
|
+
]
|
|
145
|
+
}),
|
|
146
|
+
/*#__PURE__*/ jsxs(LinearGradient, {
|
|
147
|
+
id: "paint4_linear_17425_24761",
|
|
148
|
+
x1: 18.3098,
|
|
149
|
+
y1: 11.724,
|
|
150
|
+
x2: 11.9546,
|
|
151
|
+
y2: 22.068,
|
|
152
|
+
gradientUnits: "userSpaceOnUse",
|
|
153
|
+
children: [
|
|
154
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
155
|
+
stopColor: "#323232"
|
|
156
|
+
}),
|
|
157
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
158
|
+
offset: 1,
|
|
159
|
+
stopColor: "#9A9A9A"
|
|
160
|
+
})
|
|
161
|
+
]
|
|
162
|
+
}),
|
|
163
|
+
/*#__PURE__*/ jsxs(LinearGradient, {
|
|
164
|
+
id: "paint5_linear_17425_24761",
|
|
165
|
+
x1: 15.0548,
|
|
166
|
+
y1: 4.26313,
|
|
167
|
+
x2: 18.1428,
|
|
168
|
+
y2: 11.6284,
|
|
169
|
+
gradientUnits: "userSpaceOnUse",
|
|
170
|
+
children: [
|
|
171
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
172
|
+
stopColor: "#494949"
|
|
173
|
+
}),
|
|
174
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
175
|
+
offset: 1,
|
|
176
|
+
stopColor: "#999999"
|
|
177
|
+
})
|
|
178
|
+
]
|
|
179
|
+
}),
|
|
180
|
+
/*#__PURE__*/ jsxs(LinearGradient, {
|
|
181
|
+
id: "paint6_linear_17425_24761",
|
|
182
|
+
x1: 11.9993,
|
|
183
|
+
y1: 3.45755,
|
|
184
|
+
x2: 11.9993,
|
|
185
|
+
y2: 4.67306,
|
|
186
|
+
gradientUnits: "userSpaceOnUse",
|
|
187
|
+
children: [
|
|
188
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
189
|
+
stopColor: "#7C7C7C"
|
|
190
|
+
}),
|
|
191
|
+
/*#__PURE__*/ jsx(Stop, {
|
|
192
|
+
offset: 1,
|
|
193
|
+
stopColor: "white"
|
|
194
|
+
})
|
|
195
|
+
]
|
|
196
|
+
})
|
|
197
|
+
]
|
|
198
|
+
})
|
|
199
|
+
]
|
|
200
|
+
});
|
|
201
|
+
ColorDiamondIcon.displayName = 'ColorDiamondIcon|color-diamond';
|
|
202
|
+
const native_ColorDiamondIcon = ColorDiamondIcon;
|
|
203
|
+
export { native_ColorDiamondIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const CompassIcon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default CompassIcon;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { ms } from "react-native-size-matters";
|
|
4
|
+
import external_react_native_svg_default, { Path } from "react-native-svg";
|
|
5
|
+
import { isThemeColor, useIconsContext } from "../core/index.js";
|
|
6
|
+
const CompassIcon_CompassIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
|
|
7
|
+
const { getColor } = useIconsContext();
|
|
8
|
+
const _color = isThemeColor(color) ? getColor(color) : color;
|
|
9
|
+
const fill = props.fill || _color;
|
|
10
|
+
return /*#__PURE__*/ jsx(external_react_native_svg_default, {
|
|
11
|
+
width: width,
|
|
12
|
+
height: height,
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
fill: "none",
|
|
15
|
+
...props,
|
|
16
|
+
children: /*#__PURE__*/ jsx(Path, {
|
|
17
|
+
d: "M12.0001 2C13.3133 2 14.614 2.2582 15.8273 2.76074C17.0405 3.26329 18.1429 4.00015 19.0714 4.92871C20 5.85727 20.7368 6.95964 21.2394 8.17285C21.7419 9.38611 22.0001 10.6868 22.0001 12C22.0001 13.9778 21.4134 15.9112 20.3146 17.5557C19.2158 19.2001 17.6545 20.4824 15.8273 21.2393C14 21.9961 11.9888 22.1935 10.049 21.8076C8.10926 21.4217 6.32728 20.4697 4.92883 19.0713C3.53038 17.6728 2.5784 15.8909 2.1925 13.9512C1.80665 12.0114 2.00399 10.0001 2.76086 8.17285C3.51773 6.34567 4.80004 4.78434 6.44446 3.68555C8.08895 2.58673 10.0223 2 12.0001 2ZM12.0001 3.5C9.74578 3.5 7.58344 4.3952 5.98938 5.98926C4.39532 7.58332 3.50012 9.74566 3.50012 12C3.50012 13.6811 3.99875 15.3248 4.93274 16.7227C5.86667 18.1203 7.19423 19.2092 8.74719 19.8525C10.3003 20.4959 12.0095 20.6649 13.6583 20.3369C15.3072 20.0089 16.8221 19.1995 18.0109 18.0107C19.1996 16.822 20.0091 15.307 20.337 13.6582C20.665 12.0094 20.496 10.3002 19.8527 8.74707C19.2093 7.19411 18.1204 5.86655 16.7228 4.93262C15.325 3.99863 13.6813 3.5 12.0001 3.5ZM16.34 7.18457C16.4176 7.18209 16.495 7.19794 16.5656 7.23047C16.636 7.26296 16.6977 7.31154 16.7462 7.37207C16.7947 7.43273 16.8286 7.50412 16.8448 7.58008C16.8611 7.65594 16.8594 7.73446 16.84 7.80957L15.34 13.835C15.252 14.1865 15.0698 14.5074 14.8136 14.7637C14.5573 15.0199 14.2364 15.2021 13.8849 15.29L7.86047 16.79H7.73547C7.65788 16.7925 7.58039 16.7766 7.50989 16.7441C7.43935 16.7116 7.37677 16.6632 7.32825 16.6025C7.27978 16.5419 7.24683 16.4704 7.23059 16.3945C7.21436 16.3186 7.21604 16.2402 7.23547 16.165L8.73547 10.1396C8.82341 9.78822 9.00473 9.46712 9.26086 9.21094C9.51704 8.95476 9.83813 8.77254 10.1896 8.68457L16.1896 7.18457H16.34ZM10.5304 10.165C10.4421 10.1869 10.3613 10.2326 10.297 10.2969C10.2327 10.3612 10.187 10.442 10.1652 10.5303L9.05969 14.9395L13.4698 13.835C13.5581 13.8131 13.6389 13.7674 13.7032 13.7031C13.7676 13.6388 13.8132 13.558 13.8351 13.4697L14.9396 9.05957L10.5304 10.165ZM12.0001 11.251C12.1989 11.251 12.3898 11.3292 12.5304 11.4697C12.6709 11.6103 12.75 11.8013 12.7501 12C12.7501 12.1483 12.7056 12.2937 12.6232 12.417C12.5408 12.5402 12.4242 12.6366 12.2872 12.6934C12.1502 12.7501 11.9991 12.7653 11.8536 12.7363C11.7083 12.7074 11.5747 12.636 11.4698 12.5312C11.365 12.4264 11.2937 12.292 11.2648 12.1465C11.2359 12.0012 11.2502 11.8507 11.3068 11.7139C11.3635 11.5769 11.4599 11.4594 11.5831 11.377C11.7065 11.2945 11.8518 11.251 12.0001 11.251Z",
|
|
18
|
+
fill: fill
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
CompassIcon_CompassIcon.displayName = 'CompassIcon|compass';
|
|
23
|
+
const CompassIcon = CompassIcon_CompassIcon;
|
|
24
|
+
export { CompassIcon as default };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { ms } from "react-native-size-matters";
|
|
3
|
+
import external_react_native_svg_default, { Path } from "react-native-svg";
|
|
4
|
+
import { useIconsContext } from "../core/index.js";
|
|
5
|
+
const DevBuyIcon = ({ size = ms(16), width = ms(size), height = ms(size), ...props })=>{
|
|
6
|
+
const { getColor } = useIconsContext();
|
|
7
|
+
const c1 = getColor('foreground');
|
|
8
|
+
const c2 = getColor('secondary');
|
|
9
|
+
return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
|
|
10
|
+
width: width,
|
|
11
|
+
height: height,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
fill: "none",
|
|
14
|
+
...props,
|
|
15
|
+
children: [
|
|
16
|
+
/*#__PURE__*/ jsx(Path, {
|
|
17
|
+
d: "M7.4701 16.0261H13.8889H16.5532M11.9614 5.38574C14.0152 5.38574 15.7402 6.79403 16.2233 8.69766L16.4247 8.69817C18.0436 8.69817 19.3559 10.0105 19.3559 11.6294C19.3559 13.1701 18.1672 14.4332 16.6568 14.5515L16.6575 17.4917C16.6575 18.3012 16.0013 18.9573 15.1919 18.9573H8.8281C8.01868 18.9573 7.36251 18.3012 7.36251 17.4917L7.36204 14.5484C5.86932 14.4125 4.69995 13.1575 4.69995 11.6294C4.69995 10.0105 6.01229 8.69817 7.63114 8.69817L7.69943 8.69766C8.18252 6.79403 9.90748 5.38574 11.9614 5.38574Z",
|
|
18
|
+
stroke: c2,
|
|
19
|
+
strokeWidth: 1.04
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx(Path, {
|
|
22
|
+
d: "M14.1117 10.4438H14.7932L15.4495 11.6833H15.4776L16.1338 10.4438H16.8154L15.7657 12.3044V13.3218H15.1614V12.3044L14.1117 10.4438Z",
|
|
23
|
+
fill: c1
|
|
24
|
+
}),
|
|
25
|
+
/*#__PURE__*/ jsx(Path, {
|
|
26
|
+
d: "M13.1712 10.4438H13.7796V12.3128C13.7796 12.5227 13.7295 12.7063 13.6293 12.8637C13.53 13.021 13.3909 13.1438 13.2119 13.2318C13.033 13.319 12.8246 13.3625 12.5866 13.3625C12.3477 13.3625 12.1388 13.319 11.9599 13.2318C11.7809 13.1438 11.6418 13.021 11.5425 12.8637C11.4432 12.7063 11.3936 12.5227 11.3936 12.3128V10.4438H12.002V12.2608C12.002 12.3704 12.0259 12.4679 12.0737 12.5531C12.1224 12.6384 12.1908 12.7053 12.2789 12.7541C12.3669 12.8028 12.4695 12.8271 12.5866 12.8271C12.7046 12.8271 12.8072 12.8028 12.8943 12.7541C12.9824 12.7053 13.0503 12.6384 13.0981 12.5531C13.1468 12.4679 13.1712 12.3704 13.1712 12.2608V10.4438Z",
|
|
27
|
+
fill: c1
|
|
28
|
+
}),
|
|
29
|
+
/*#__PURE__*/ jsx(Path, {
|
|
30
|
+
d: "M8.77734 13.3218V10.4438H9.92964C10.1414 10.4438 10.3179 10.4752 10.4594 10.538C10.6009 10.6008 10.7072 10.6879 10.7784 10.7994C10.8496 10.9099 10.8852 11.0373 10.8852 11.1816C10.8852 11.294 10.8627 11.3928 10.8177 11.4781C10.7728 11.5624 10.7109 11.6317 10.6323 11.6861C10.5545 11.7395 10.4655 11.7774 10.3653 11.7999V11.828C10.4749 11.8327 10.5774 11.8636 10.673 11.9207C10.7695 11.9779 10.8477 12.058 10.9077 12.161C10.9676 12.2632 10.9976 12.3849 10.9976 12.5264C10.9976 12.6791 10.9597 12.8154 10.8838 12.9353C10.8088 13.0543 10.6978 13.1485 10.5507 13.2178C10.4037 13.2871 10.2224 13.3218 10.0069 13.3218H8.77734ZM9.38581 12.8243H9.88186C10.0514 12.8243 10.1751 12.792 10.2528 12.7274C10.3306 12.6618 10.3695 12.5747 10.3695 12.466C10.3695 12.3863 10.3503 12.3161 10.3119 12.2552C10.2734 12.1943 10.2186 12.1465 10.1474 12.1119C10.0772 12.0772 9.99334 12.0599 9.89591 12.0599H9.38581V12.8243ZM9.38581 11.6481H9.83689C9.92027 11.6481 9.99428 11.6336 10.0589 11.6046C10.1245 11.5746 10.176 11.5324 10.2135 11.4781C10.2519 11.4238 10.2711 11.3587 10.2711 11.2828C10.2711 11.1788 10.2341 11.0949 10.1601 11.0312C10.087 10.9675 9.98303 10.9357 9.84813 10.9357H9.38581V11.6481Z",
|
|
31
|
+
fill: c1
|
|
32
|
+
})
|
|
33
|
+
]
|
|
34
|
+
});
|
|
35
|
+
};
|
|
36
|
+
DevBuyIcon.displayName = 'DevBuyIcon|dev-buy';
|
|
37
|
+
const native_DevBuyIcon = DevBuyIcon;
|
|
38
|
+
export { native_DevBuyIcon as default };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { ms } from "react-native-size-matters";
|
|
3
|
+
import external_react_native_svg_default, { Path } from "react-native-svg";
|
|
4
|
+
import { useIconsContext } from "../core/index.js";
|
|
5
|
+
const DevSellIcon = ({ size = ms(16), width = ms(size), height = ms(size), ...props })=>{
|
|
6
|
+
const { getColor } = useIconsContext();
|
|
7
|
+
const c1 = getColor('foreground');
|
|
8
|
+
const c2 = getColor('secondary');
|
|
9
|
+
return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
|
|
10
|
+
width: width,
|
|
11
|
+
height: height,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
fill: "none",
|
|
14
|
+
...props,
|
|
15
|
+
children: [
|
|
16
|
+
/*#__PURE__*/ jsx(Path, {
|
|
17
|
+
d: "M7.4701 16.0261H13.8889H16.5532M11.9614 5.38574C14.0152 5.38574 15.7402 6.79403 16.2233 8.69766L16.4247 8.69817C18.0436 8.69817 19.3559 10.0105 19.3559 11.6294C19.3559 13.1701 18.1672 14.4332 16.6568 14.5515L16.6575 17.4917C16.6575 18.3012 16.0013 18.9573 15.1919 18.9573H8.8281C8.01868 18.9573 7.36251 18.3012 7.36251 17.4917L7.36204 14.5484C5.86932 14.4125 4.69995 13.1575 4.69995 11.6294C4.69995 10.0105 6.01229 8.69817 7.63114 8.69817L7.69943 8.69766C8.18252 6.79403 9.90748 5.38574 11.9614 5.38574Z",
|
|
18
|
+
stroke: c2,
|
|
19
|
+
strokeWidth: 1.04
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx(Path, {
|
|
22
|
+
d: "M15.0238 13.3218V10.4438H15.6323V12.8201H16.8661V13.3218H15.0238Z",
|
|
23
|
+
fill: c1
|
|
24
|
+
}),
|
|
25
|
+
/*#__PURE__*/ jsx(Path, {
|
|
26
|
+
d: "M12.7786 13.3218V10.4438H13.387V12.8201H14.6208V13.3218H12.7786Z",
|
|
27
|
+
fill: c1
|
|
28
|
+
}),
|
|
29
|
+
/*#__PURE__*/ jsx(Path, {
|
|
30
|
+
d: "M10.3557 13.3218V10.4438H12.2949V10.9455H10.9642V11.6313H12.1952V12.1329H10.9642V12.8201H12.3006V13.3218H10.3557Z",
|
|
31
|
+
fill: c1
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx(Path, {
|
|
34
|
+
d: "M9.32388 11.2713C9.31264 11.158 9.26439 11.0699 9.17914 11.0071C9.09389 10.9444 8.97819 10.913 8.83205 10.913C8.73275 10.913 8.6489 10.927 8.58051 10.9551C8.51213 10.9823 8.45966 11.0203 8.42313 11.069C8.38753 11.1177 8.36973 11.173 8.36973 11.2348C8.36785 11.2863 8.37863 11.3313 8.40205 11.3697C8.42641 11.4081 8.45966 11.4414 8.50182 11.4695C8.54398 11.4966 8.59269 11.5205 8.64796 11.5411C8.70324 11.5608 8.76226 11.5777 8.82502 11.5917L9.08359 11.6535C9.20912 11.6817 9.32435 11.7191 9.42927 11.766C9.5342 11.8128 9.62507 11.8704 9.70189 11.9388C9.77871 12.0072 9.8382 12.0878 9.88035 12.1805C9.92345 12.2733 9.94546 12.3796 9.9464 12.4995C9.94546 12.6756 9.9005 12.8283 9.8115 12.9576C9.72344 13.086 9.59603 13.1857 9.42927 13.2569C9.26346 13.3272 9.06345 13.3623 8.82924 13.3623C8.59691 13.3623 8.39455 13.3267 8.22218 13.2555C8.05074 13.1843 7.91677 13.0789 7.82028 12.9393C7.72473 12.7988 7.67461 12.625 7.66992 12.418H8.25871C8.26527 12.5145 8.29291 12.5951 8.34162 12.6597C8.39128 12.7234 8.45732 12.7716 8.53976 12.8044C8.62314 12.8363 8.71729 12.8522 8.82221 12.8522C8.92526 12.8522 9.01473 12.8372 9.09061 12.8072C9.16743 12.7773 9.22692 12.7356 9.26908 12.6822C9.31124 12.6288 9.33231 12.5674 9.33231 12.4981C9.33231 12.4335 9.31311 12.3791 9.2747 12.3351C9.23723 12.2911 9.18195 12.2536 9.10888 12.2227C9.03675 12.1918 8.94822 12.1636 8.84329 12.1384L8.52992 12.0597C8.28729 12.0006 8.09571 11.9084 7.95518 11.7828C7.81466 11.6573 7.74487 11.4882 7.7458 11.2755C7.74487 11.1013 7.79124 10.9491 7.88492 10.8188C7.97954 10.6886 8.10929 10.587 8.27417 10.5139C8.43905 10.4408 8.62642 10.4043 8.83627 10.4043C9.04986 10.4043 9.23629 10.4408 9.39555 10.5139C9.55575 10.587 9.68034 10.6886 9.76934 10.8188C9.85834 10.9491 9.90424 11.0999 9.90705 11.2713H9.32388Z",
|
|
35
|
+
fill: c1
|
|
36
|
+
})
|
|
37
|
+
]
|
|
38
|
+
});
|
|
39
|
+
};
|
|
40
|
+
DevSellIcon.displayName = 'DevSellIcon|dev-sell';
|
|
41
|
+
const native_DevSellIcon = DevSellIcon;
|
|
42
|
+
export { native_DevSellIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const FishIcon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default FishIcon;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { ms } from "react-native-size-matters";
|
|
4
|
+
import external_react_native_svg_default, { Path } from "react-native-svg";
|
|
5
|
+
import { isThemeColor, useIconsContext } from "../core/index.js";
|
|
6
|
+
const FishIcon_FishIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
|
|
7
|
+
const { getColor } = useIconsContext();
|
|
8
|
+
const _color = isThemeColor(color) ? getColor(color) : color;
|
|
9
|
+
const fill = props.fill || _color;
|
|
10
|
+
const stroke = props.stroke || _color;
|
|
11
|
+
return /*#__PURE__*/ jsx(external_react_native_svg_default, {
|
|
12
|
+
width: width,
|
|
13
|
+
height: height,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
fill: "none",
|
|
16
|
+
...props,
|
|
17
|
+
children: /*#__PURE__*/ jsx(Path, {
|
|
18
|
+
d: "M17.33 12.9317L11.068 6.6687C10.7738 6.89441 10.4949 7.13927 10.233 7.4017C8.14997 9.4847 7.32497 12.4307 7.75797 16.2407C11.568 16.6737 14.514 15.8487 16.598 13.7657C16.8601 13.5038 17.1046 13.2248 17.33 12.9307V12.9317ZM17.898 12.0857C19.008 10.1927 19.399 7.8067 19.072 4.9277C16.192 4.6007 13.807 4.9917 11.914 6.1017L17.898 12.0857ZM8.02597 17.2747L7.69397 20.9277C7.67683 21.117 7.60609 21.2975 7.49003 21.4481C7.37397 21.5986 7.2174 21.713 7.03867 21.7778C6.85995 21.8425 6.66646 21.855 6.4809 21.8137C6.29534 21.7724 6.12539 21.6791 5.99097 21.5447L2.45497 18.0087C2.32056 17.8743 2.22724 17.7043 2.18597 17.5188C2.14469 17.3332 2.15716 17.1397 2.22191 16.961C2.28667 16.7823 2.40102 16.6257 2.55158 16.5096C2.70213 16.3936 2.88265 16.3228 3.07197 16.3057L6.72497 15.9737C6.35797 12.0597 7.28197 8.9397 9.52597 6.6957C11.843 4.3787 15.092 3.4687 19.185 3.9337C19.4097 3.95941 19.619 4.06051 19.7788 4.22052C19.9387 4.38053 20.0395 4.58999 20.065 4.8147C20.531 8.9077 19.621 12.1567 17.305 14.4737C15.06 16.7177 11.94 17.6417 8.02497 17.2737L8.02597 17.2747ZM7.05097 16.9487L3.16197 17.3017L6.69797 20.8377L7.05097 16.9477V16.9487ZM16.951 7.7557C16.9048 7.80346 16.8497 7.84155 16.7887 7.86775C16.7277 7.89396 16.6621 7.90775 16.5957 7.90833C16.5293 7.90891 16.4634 7.89626 16.402 7.87111C16.3405 7.84597 16.2847 7.80885 16.2378 7.7619C16.1908 7.71496 16.1537 7.65913 16.1286 7.59768C16.1034 7.53623 16.0908 7.47039 16.0913 7.404C16.0919 7.33761 16.1057 7.272 16.1319 7.211C16.1581 7.15 16.1962 7.09483 16.244 7.0487C16.3383 6.95762 16.4646 6.90723 16.5957 6.90837C16.7268 6.90951 16.8522 6.96209 16.9449 7.0548C17.0376 7.1475 17.0902 7.27291 17.0913 7.404C17.0924 7.5351 17.042 7.6614 16.951 7.7557Z",
|
|
19
|
+
fill: fill,
|
|
20
|
+
stroke: stroke,
|
|
21
|
+
strokeWidth: 0.45
|
|
22
|
+
})
|
|
23
|
+
});
|
|
24
|
+
};
|
|
25
|
+
FishIcon_FishIcon.displayName = 'FishIcon|fish';
|
|
26
|
+
const FishIcon = FishIcon_FishIcon;
|
|
27
|
+
export { FishIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const FloatingIcon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default FloatingIcon;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { ms } from "react-native-size-matters";
|
|
4
|
+
import external_react_native_svg_default, { Path } from "react-native-svg";
|
|
5
|
+
import { isThemeColor, useIconsContext } from "../core/index.js";
|
|
6
|
+
const FloatingIcon_FloatingIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
|
|
7
|
+
const { getColor } = useIconsContext();
|
|
8
|
+
const _color = isThemeColor(color) ? getColor(color) : color;
|
|
9
|
+
const fill = props.fill || _color;
|
|
10
|
+
return /*#__PURE__*/ jsx(external_react_native_svg_default, {
|
|
11
|
+
width: width,
|
|
12
|
+
height: height,
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
fill: "none",
|
|
15
|
+
...props,
|
|
16
|
+
children: /*#__PURE__*/ jsx(Path, {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
d: "M6.5064 13.478C8.27162 13.0384 10.4201 13.3356 12.7417 15.0767C14.7425 16.5773 16.4335 16.838 17.7007 16.6402C18.9973 16.4377 19.9375 15.7419 20.3853 15.2046C20.6681 14.8655 21.1729 14.8195 21.5123 15.1021C21.8514 15.3849 21.8974 15.8897 21.6148 16.229C20.9424 17.0359 19.6643 17.9531 17.9478 18.2212C16.2016 18.4938 14.0827 18.0826 11.7818 16.357C9.80192 14.8722 8.14122 14.7199 6.89311 15.0308C5.60337 15.352 4.64572 16.1956 4.17534 16.854C3.91853 17.2135 3.41863 17.2963 3.05913 17.0396C2.69984 16.7827 2.61587 16.2828 2.87261 15.9234C3.52259 15.0135 4.7831 13.9073 6.5064 13.478ZM6.5064 5.41262C8.27168 4.97293 10.42 5.26998 12.7417 7.01125C14.7425 8.5118 16.4335 8.77256 17.7007 8.57472C18.9972 8.37226 19.9375 7.67646 20.3853 7.13918C20.6681 6.79977 21.1728 6.75383 21.5123 7.03664C21.8515 7.31952 21.8976 7.82423 21.6148 8.16359C20.9423 8.97048 19.6643 9.88768 17.9478 10.1558C16.2016 10.4284 14.0827 10.0172 11.7818 8.29152C9.8018 6.80655 8.14127 6.65447 6.89311 6.96535C5.60325 7.28668 4.64564 8.13018 4.17534 8.78859C3.91852 9.148 3.41861 9.23086 3.05913 8.97414C2.69966 8.71734 2.61586 8.21744 2.87261 7.85793C3.52252 6.94806 4.78298 5.84192 6.5064 5.41262Z",
|
|
20
|
+
fill: fill
|
|
21
|
+
})
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
FloatingIcon_FloatingIcon.displayName = 'FloatingIcon|floating';
|
|
25
|
+
const FloatingIcon = FloatingIcon_FloatingIcon;
|
|
26
|
+
export { FloatingIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const HeaddressIcon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default HeaddressIcon;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { ms } from "react-native-size-matters";
|
|
4
|
+
import external_react_native_svg_default, { Path } from "react-native-svg";
|
|
5
|
+
import { isThemeColor, useIconsContext } from "../core/index.js";
|
|
6
|
+
const HeaddressIcon_HeaddressIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
|
|
7
|
+
const { getColor } = useIconsContext();
|
|
8
|
+
const _color = isThemeColor(color) ? getColor(color) : color;
|
|
9
|
+
const fill = props.fill || _color;
|
|
10
|
+
const stroke = props.stroke || _color;
|
|
11
|
+
return /*#__PURE__*/ jsx(external_react_native_svg_default, {
|
|
12
|
+
width: width,
|
|
13
|
+
height: height,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
fill: "none",
|
|
16
|
+
...props,
|
|
17
|
+
children: /*#__PURE__*/ jsx(Path, {
|
|
18
|
+
d: "M2.91633 3.72907C2.62532 3.91095 2.57855 4.03567 2.52659 4.78917C2.46943 5.55306 2.511 8.88924 2.58895 10.1728C2.8072 13.5921 3.44118 15.8266 4.89102 18.2586C5.41587 19.1472 6.17456 20.1606 6.40321 20.2957C6.64225 20.436 7.03199 20.3372 7.14632 20.1138C7.16711 20.067 7.19828 17.9572 7.21387 15.4265L7.23986 10.8276H12.0207H16.8015L16.8119 15.2966C16.8223 17.7545 16.8275 19.8384 16.8275 19.9267C16.8275 20.3009 17.316 20.4983 17.6278 20.2541C17.7005 20.1969 17.9603 19.8851 18.1994 19.5629C19.7843 17.4583 20.7041 15.2758 21.1406 12.61C21.4004 11.0146 21.5304 8.54107 21.494 5.89083C21.4732 4.37344 21.468 4.26951 21.3589 4.06684C21.1718 3.70309 21.0575 3.65632 20.3092 3.66151C19.1296 3.66671 17.6381 4.10322 16.4689 4.79436L16.1519 4.97624L12.0051 4.98144L7.85305 4.98663L7.52567 4.79436C6.43959 4.16038 4.92739 3.70309 3.73219 3.65112C3.13978 3.62514 3.06703 3.63033 2.91633 3.72907ZM4.44931 4.5917C5.27037 4.74759 6.33566 5.13214 6.91767 5.47511C7.08396 5.57384 7.24505 5.65699 7.27104 5.65699C7.33339 5.65699 7.3282 5.71935 7.26064 5.90123C7.11514 6.28057 6.85012 7.19517 6.7254 7.73561C6.4188 9.1075 6.4188 9.13348 6.38762 14.2313L6.35644 18.9342L5.91993 18.2846C5.68089 17.926 5.28076 17.2193 5.02613 16.7048C4.12193 14.8705 3.65944 13.0361 3.47236 10.5158C3.41 9.68431 3.33725 4.72161 3.38402 4.59689C3.42559 4.48777 3.88289 4.48777 4.44931 4.5917ZM20.6469 5.40755C20.6833 6.36892 20.6002 9.65833 20.517 10.6457C20.2156 14.0026 19.4413 16.3255 17.872 18.5652L17.6589 18.8718V14.5379C17.6589 11.9448 17.6381 9.96493 17.6018 9.60636C17.503 8.48911 17.3264 7.65766 16.9314 6.42088C16.8119 6.05193 16.7288 5.71935 16.7391 5.68297C16.7807 5.58943 17.7161 5.12174 18.2565 4.92947C18.9581 4.68004 19.7064 4.51894 20.1845 4.51894L20.6106 4.51375L20.6469 5.40755ZM11.6309 7.91749V9.97012H9.44839C7.31781 9.97012 7.26584 9.97012 7.26584 9.87139C7.26584 9.62195 7.43733 8.48911 7.55165 7.96945C7.6244 7.65246 7.79069 7.05486 7.9258 6.62874L8.16484 5.86485H9.90049H11.6309V7.91749ZM15.9804 6.25459C16.391 7.48098 16.6716 8.68657 16.7495 9.56999L16.7859 9.97012L14.6397 9.95973L12.4884 9.94414L12.4728 7.96945C12.4676 6.88337 12.4728 5.96358 12.4884 5.92721C12.504 5.87524 12.8729 5.86485 14.1824 5.87524L15.8557 5.89083L15.9804 6.25459Z",
|
|
19
|
+
fill: fill,
|
|
20
|
+
stroke: stroke,
|
|
21
|
+
strokeWidth: 0.5
|
|
22
|
+
})
|
|
23
|
+
});
|
|
24
|
+
};
|
|
25
|
+
HeaddressIcon_HeaddressIcon.displayName = 'HeaddressIcon|headdress';
|
|
26
|
+
const HeaddressIcon = HeaddressIcon_HeaddressIcon;
|
|
27
|
+
export { HeaddressIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const LayoutMultiLineIcon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default LayoutMultiLineIcon;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { ms } from "react-native-size-matters";
|
|
4
|
+
import external_react_native_svg_default, { Path } from "react-native-svg";
|
|
5
|
+
import { isThemeColor, useIconsContext } from "../core/index.js";
|
|
6
|
+
const LayoutMultiLineIcon_LayoutMultiLineIcon = ({ size = ms(16), width = ms(size), height = ms(size), color = 'default', ...props })=>{
|
|
7
|
+
const { getColor } = useIconsContext();
|
|
8
|
+
const _color = isThemeColor(color) ? getColor(color) : color;
|
|
9
|
+
const fill = props.fill || _color;
|
|
10
|
+
return /*#__PURE__*/ jsx(external_react_native_svg_default, {
|
|
11
|
+
width: width,
|
|
12
|
+
height: height,
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
fill: "none",
|
|
15
|
+
...props,
|
|
16
|
+
children: /*#__PURE__*/ jsx(Path, {
|
|
17
|
+
d: "M18.1226 14.4058C18.7276 14.4672 19.2006 14.9788 19.2007 15.6001V17.9995L19.1938 18.1226C19.1365 18.6873 18.6874 19.1365 18.1226 19.1938L18.0005 19.1997H6.00049L5.87744 19.1938C5.2724 19.1323 4.80029 18.6208 4.80029 17.9995V15.6001C4.80042 14.9789 5.27247 14.4673 5.87744 14.4058L6.00049 14.3999H18.0005L18.1226 14.4058ZM6.00049 17.9995H18.0005V15.6001H6.00049V17.9995ZM14.3999 4.80029C15.0625 4.80042 15.6001 5.33783 15.6001 6.00049V8.3999C15.6001 9.06256 15.0625 9.59997 14.3999 9.6001H6.00049L5.87744 9.59424C5.2724 9.53272 4.80029 9.02117 4.80029 8.3999V6.00049C4.80029 5.37921 5.27239 4.86766 5.87744 4.80615L6.00049 4.80029H14.3999ZM6.00049 8.3999H14.3999V6.00049H6.00049V8.3999Z",
|
|
18
|
+
fill: fill
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
LayoutMultiLineIcon_LayoutMultiLineIcon.displayName = 'LayoutMultiLineIcon|layout-multi-line';
|
|
23
|
+
const LayoutMultiLineIcon = LayoutMultiLineIcon_LayoutMultiLineIcon;
|
|
24
|
+
export { LayoutMultiLineIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const LayoutSingleLineIcon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default LayoutSingleLineIcon;
|