@particle-network/icons 0.5.0-beta.1 → 0.5.1-beta.0
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/AddressBookIcon.d.ts +7 -0
- package/dist/native/AddressBookIcon.js +24 -0
- package/dist/native/BinanceIcon.d.ts +7 -0
- package/dist/native/BinanceIcon.js +24 -0
- package/dist/native/ClipboardIcon.d.ts +7 -0
- package/dist/native/ClipboardIcon.js +24 -0
- package/dist/native/ListIcon.js +1 -1
- package/dist/native/MailHeartIcon.js +3 -3
- package/dist/native/PresetSettingIcon.d.ts +7 -0
- package/dist/native/PresetSettingIcon.js +24 -0
- package/dist/native/RefreshCcwIcon.d.ts +7 -0
- package/dist/native/RefreshCcwIcon.js +30 -0
- package/dist/native/ScanLineIcon.d.ts +7 -0
- package/dist/native/ScanLineIcon.js +24 -0
- package/dist/native/ShieldIcon.d.ts +7 -0
- package/dist/native/ShieldIcon.js +24 -0
- package/dist/native/StrategySettingIcon.d.ts +7 -0
- package/dist/native/StrategySettingIcon.js +24 -0
- package/dist/native/Switch3Icon.d.ts +7 -0
- package/dist/native/Switch3Icon.js +24 -0
- package/dist/native/UserPasskeyIcon.d.ts +7 -0
- package/dist/native/UserPasskeyIcon.js +24 -0
- package/dist/native/UxBookIcon.d.ts +7 -0
- package/dist/native/UxBookIcon.js +24 -0
- package/dist/native/XStocksIcon.d.ts +7 -0
- package/dist/native/XStocksIcon.js +24 -0
- package/dist/native/index.d.ts +12 -0
- package/dist/native/index.js +13 -1
- package/dist/web/AddressBookIcon.d.ts +7 -0
- package/dist/web/AddressBookIcon.js +21 -0
- package/dist/web/BinanceIcon.d.ts +7 -0
- package/dist/web/BinanceIcon.js +21 -0
- package/dist/web/ClipboardIcon.d.ts +7 -0
- package/dist/web/ClipboardIcon.js +21 -0
- package/dist/web/ColorPickerIcon.d.ts +1 -1
- package/dist/web/ColorPickerIcon.js +10 -5
- package/dist/web/ListIcon.js +1 -1
- package/dist/web/MailHeartIcon.js +3 -3
- package/dist/web/PresetSettingIcon.d.ts +7 -0
- package/dist/web/PresetSettingIcon.js +21 -0
- package/dist/web/RefreshCcwIcon.d.ts +7 -0
- package/dist/web/RefreshCcwIcon.js +27 -0
- package/dist/web/ScanLineIcon.d.ts +7 -0
- package/dist/web/ScanLineIcon.js +21 -0
- package/dist/web/ShieldIcon.d.ts +7 -0
- package/dist/web/ShieldIcon.js +21 -0
- package/dist/web/StrategySettingIcon.d.ts +7 -0
- package/dist/web/StrategySettingIcon.js +21 -0
- package/dist/web/Switch3Icon.d.ts +7 -0
- package/dist/web/Switch3Icon.js +21 -0
- package/dist/web/UserPasskeyIcon.d.ts +7 -0
- package/dist/web/UserPasskeyIcon.js +21 -0
- package/dist/web/UxBookIcon.d.ts +7 -0
- package/dist/web/UxBookIcon.js +21 -0
- package/dist/web/XStocksIcon.d.ts +7 -0
- package/dist/web/XStocksIcon.js +21 -0
- package/dist/web/index.d.ts +12 -0
- package/dist/web/index.js +13 -1
- package/package.json +3 -3
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { useWebColor } from "../core/index.js";
|
|
4
|
+
const ScanLineIcon_ScanLineIcon = ({ 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: "M2.94507 15.5674C3.35667 15.5674 3.69019 15.9009 3.69019 16.3125V18.4482C3.69019 19.4772 4.52348 20.3105 5.55249 20.3105H7.68921C8.10061 20.3108 8.43335 20.6442 8.43335 21.0557H8.44312C8.44305 21.4671 8.11035 21.8006 7.69897 21.8008H5.55249C3.70028 21.8008 2.20093 20.3005 2.20093 18.4482V16.3125C2.20093 15.9011 2.53368 15.5676 2.94507 15.5674ZM21.0564 15.5674C21.4678 15.5676 21.8005 15.901 21.8005 16.3125V18.4482C21.8005 20.3005 20.3012 21.8008 18.449 21.8008H16.3132C15.9017 21.8008 15.5682 21.4672 15.5681 21.0557C15.5681 20.6441 15.9016 20.3105 16.3132 20.3105H18.449C19.478 20.3105 20.3113 19.4772 20.3113 18.4482V16.3125C20.3113 15.9009 20.6448 15.5674 21.0564 15.5674ZM19.3503 11.3496C19.7092 11.3497 19.9998 11.6411 19.9998 12C19.9997 12.3588 19.7092 12.6503 19.3503 12.6504H4.65015C4.29121 12.6504 3.99984 12.3589 3.99976 12C3.99976 11.641 4.29116 11.3496 4.65015 11.3496H19.3503ZM7.68921 2.2002C8.1006 2.20044 8.43335 2.53386 8.43335 2.94531C8.43321 3.35664 8.10052 3.68921 7.68921 3.68945H5.55249C4.52352 3.68945 3.69024 4.5228 3.69019 5.55176V7.68848H3.4353V7.69824H3.69995C3.69986 8.10961 3.36714 8.4431 2.95581 8.44336C2.54427 8.44336 2.20102 8.10977 2.20093 7.69824V5.55176C2.20098 3.6996 3.70032 2.2002 5.55249 2.2002H7.68921ZM18.449 2.2002C20.3011 2.2002 21.8005 3.6996 21.8005 5.55176V7.68848L21.5359 7.69824H21.8005C21.8004 8.10964 21.4678 8.44316 21.0564 8.44336C20.6449 8.44336 20.3114 8.10977 20.3113 7.69824V5.55176C20.3112 4.5228 19.4779 3.68945 18.449 3.68945H16.3132C15.9017 3.68945 15.5683 3.35679 15.5681 2.94531C15.5681 2.53371 15.9016 2.2002 16.3132 2.2002H18.449Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
ScanLineIcon_ScanLineIcon.displayName = 'ScanLineIcon|scan-line';
|
|
20
|
+
const ScanLineIcon = ScanLineIcon_ScanLineIcon;
|
|
21
|
+
export { ScanLineIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const ShieldIcon: {
|
|
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 ShieldIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { useWebColor } from "../core/index.js";
|
|
4
|
+
const ShieldIcon_ShieldIcon = ({ 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: "M20.6528 4.74081V4.00159L19.1136 3.97921H19.1088C17.9494 3.91587 16.8076 3.66795 15.7264 3.24482C13.9216 2.51362 12.7664 1.68002 12.7568 1.672L11.824 1L10.9056 1.66722C10.8576 1.7024 9.73598 2.512 7.93118 3.2448C6.85067 3.67578 5.70597 3.92398 4.54399 3.97921L3 4.00162V12.8816C3 14.9216 4.16798 17.2096 6.21117 19.1584C7.09118 19.9984 8.06878 20.7136 9.0432 21.2256C10.0576 21.7584 11.0176 22.0368 11.8288 22.0368C12.6352 22.0368 13.6048 21.752 14.632 21.2128C15.6585 20.6589 16.6048 19.9678 17.4448 19.1584C18.3381 18.3184 19.0983 17.3473 19.6992 16.2784C20.3344 15.1168 20.656 13.9744 20.656 12.88L20.6528 4.74241L20.6528 4.74081ZM11.784 2.8832L11.824 2.85121L11.8656 2.8832C12.0016 2.98082 13.2608 3.86402 15.1552 4.6352C17.0112 5.38722 18.7552 5.4704 19.0848 5.48001L19.1456 5.4816L19.1504 12.8816C19.1536 14.5104 18.152 16.4016 16.4064 18.072C14.8656 19.544 13.0271 20.5328 11.8288 20.5328C11.2736 20.5328 10.5264 20.3008 9.7264 19.8816C8.82233 19.394 7.98948 18.7846 7.25119 18.0704C5.50559 16.4016 4.50398 14.5104 4.50398 12.8784V5.48001L4.56797 5.47682C4.6448 5.47682 6.504 5.44162 8.49759 4.63361C9.65264 4.17029 10.7545 3.58398 11.784 2.88482V2.8832H11.784Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
ShieldIcon_ShieldIcon.displayName = 'ShieldIcon|shield';
|
|
20
|
+
const ShieldIcon = ShieldIcon_ShieldIcon;
|
|
21
|
+
export { ShieldIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const StrategySettingIcon: {
|
|
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 StrategySettingIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { useWebColor } from "../core/index.js";
|
|
4
|
+
const StrategySettingIcon_StrategySettingIcon = ({ 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: "M19 19.5996C19.3314 19.5996 19.5996 19.3314 19.5996 19L19.5996 5C19.5996 4.66863 19.3314 4.40039 19 4.40039L5 4.40039C4.66863 4.40039 4.40039 4.66863 4.40039 5L4.40039 19C4.40039 19.3314 4.66863 19.5996 5 19.5996L19 19.5996ZM15.7881 14.1865C15.788 14.7631 15.6381 15.2753 15.3398 15.7227C15.0449 16.1699 14.616 16.5228 14.0527 16.7813C13.4927 17.0397 12.8149 17.1689 12.0195 17.1689C11.2574 17.1689 10.5977 17.0485 10.041 16.8066C9.4843 16.5647 9.04825 16.2214 8.7334 15.7773C8.41857 15.33 8.24411 14.7996 8.21094 14.1865L9.75195 14.1865C9.78181 14.5543 9.90158 14.8612 10.1104 15.1064C10.3224 15.3482 10.5929 15.5292 10.9209 15.6484C11.2522 15.7643 11.6155 15.8223 12.0098 15.8223C12.4438 15.8222 12.83 15.754 13.168 15.6182C13.5093 15.479 13.7771 15.2862 13.9727 15.041C14.1681 14.7926 14.2665 14.5031 14.2666 14.1719C14.2666 13.8703 14.1802 13.6229 14.0078 13.4307C13.8388 13.2384 13.6081 13.0791 13.3164 12.9531C13.0283 12.8273 12.7021 12.7162 12.3379 12.6201L11.1348 12.292C10.3194 12.0699 9.67259 11.7434 9.19531 11.3125C8.72148 10.8817 8.48439 10.3117 8.48438 9.60254C8.48438 9.0159 8.64374 8.5039 8.96191 8.06641C9.28003 7.62899 9.71049 7.28882 10.2539 7.04688C10.7974 6.80162 11.411 6.6797 12.0938 6.67969C12.783 6.67969 13.3911 6.80018 13.918 7.04199C14.4481 7.28386 14.866 7.61699 15.1709 8.04102C15.4758 8.46194 15.6352 8.94629 15.6484 9.49316L14.167 9.49316C14.114 9.02252 13.8952 8.65794 13.5107 8.39941C13.1263 8.13758 12.6419 8.00684 12.0586 8.00684C11.6414 8.00689 11.2803 8.07267 10.9756 8.20508C10.6708 8.33428 10.4337 8.51364 10.2646 8.74219C10.099 8.96749 10.0157 9.22447 10.0156 9.5127C10.0156 9.75465 10.0719 9.96399 10.1846 10.1396C10.3005 10.3152 10.4513 10.4628 10.6367 10.582C10.8256 10.698 11.0287 10.7955 11.2441 10.875C11.4595 10.9512 11.6665 11.0148 11.8652 11.0645L12.8594 11.3223C13.184 11.4018 13.5172 11.5097 13.8584 11.6455C14.1998 11.7814 14.5169 11.9606 14.8086 12.1826C15.1002 12.4047 15.3357 12.6797 15.5146 13.0078C15.6969 13.3359 15.7881 13.7291 15.7881 14.1865ZM5 21L4.7959 20.9893C3.85435 20.8938 3.1062 20.1457 3.01074 19.2041L3 19L3 5C3 3.89543 3.89543 3 5 3L19 3C20.1046 3 21 3.89543 21 5L21 19C21 20.0357 20.2128 20.887 19.2041 20.9893L19 21L5 21Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
StrategySettingIcon_StrategySettingIcon.displayName = 'StrategySettingIcon|strategy-setting';
|
|
20
|
+
const StrategySettingIcon = StrategySettingIcon_StrategySettingIcon;
|
|
21
|
+
export { StrategySettingIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const Switch3Icon: {
|
|
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 Switch3Icon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { useWebColor } from "../core/index.js";
|
|
4
|
+
const Switch3Icon_Switch3Icon = ({ 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: "M8.18213 14.9004C8.28466 14.9013 8.38655 14.9218 8.48096 14.9609C8.57458 14.9998 8.65863 15.057 8.72998 15.1279L8.73096 15.127L12.0073 18.2881L15.2847 15.127L15.2856 15.126C15.4322 14.9894 15.6282 14.9143 15.8306 14.916C16.0326 14.9178 16.2266 14.996 16.3706 15.1348C16.5148 15.2738 16.5973 15.4629 16.5991 15.6611C16.6009 15.8594 16.5221 16.0499 16.3804 16.1914L16.3794 16.1934L12.5552 19.8809C12.4095 20.0213 12.2127 20.0995 12.0083 20.0996C11.8037 20.0996 11.6062 20.0214 11.4604 19.8809L7.63623 16.1934C7.56259 16.1245 7.50413 16.0416 7.46338 15.9502C7.4224 15.8582 7.40081 15.7586 7.3999 15.6582C7.39905 15.558 7.41831 15.4587 7.45752 15.3662C7.49683 15.2735 7.5554 15.1896 7.62842 15.1191C7.70141 15.0488 7.78825 14.9926 7.8833 14.9551C7.9782 14.9177 8.07983 14.8995 8.18213 14.9004ZM11.9917 3.90039C12.1962 3.90051 12.3939 3.97869 12.5396 4.11914L16.3638 7.80664C16.4373 7.87548 16.4959 7.95852 16.5366 8.0498C16.5775 8.14175 16.5992 8.24149 16.6001 8.3418C16.601 8.4419 16.5816 8.54132 16.5425 8.63379C16.5032 8.72637 16.4445 8.81048 16.3716 8.88086C16.2987 8.95114 16.2116 9.00741 16.1167 9.04492C16.0219 9.08223 15.92 9.1004 15.8179 9.09961C15.7155 9.09875 15.6133 9.07807 15.519 9.03906C15.4255 9.00024 15.3413 8.94285 15.27 8.87207L15.269 8.87305L11.9927 5.71191L8.71533 8.87305L8.71436 8.87402C8.5679 9.01045 8.3716 9.08556 8.16943 9.08398C7.96746 9.08221 7.77339 9.00385 7.62939 8.86523C7.48522 8.72618 7.40275 8.53709 7.40088 8.33887C7.39909 8.14058 7.47794 7.95014 7.61963 7.80859L7.62061 7.80664L11.4448 4.11914C11.5905 3.97884 11.7874 3.90051 11.9917 3.90039Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
Switch3Icon_Switch3Icon.displayName = 'Switch3Icon|switch-3';
|
|
20
|
+
const Switch3Icon = Switch3Icon_Switch3Icon;
|
|
21
|
+
export { Switch3Icon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const UserPasskeyIcon: {
|
|
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 UserPasskeyIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { useWebColor } from "../core/index.js";
|
|
4
|
+
const UserPasskeyIcon_UserPasskeyIcon = ({ 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: "M15.5967 21.127C15.5706 21.1378 15.5435 21.147 15.5166 21.1553C15.5102 21.1572 15.5035 21.1584 15.4971 21.1602C15.5307 21.1506 15.5643 21.1404 15.5967 21.127ZM3.16992 21.0908L3.09375 21.127C3.12899 21.1123 3.1625 21.0934 3.19531 21.0742C3.18671 21.0793 3.17872 21.0861 3.16992 21.0908ZM11.3838 13.4941C11.9996 13.4958 12.6088 13.6225 13.1748 13.8662C13.7408 14.11 14.2529 14.4661 14.6787 14.9131C15.5483 15.8256 16.0323 17.0414 16.0293 18.3047V20.3262C16.0292 20.4267 16.01 20.5273 15.9717 20.6201C15.9333 20.7129 15.8764 20.7981 15.8057 20.8691C15.735 20.9399 15.6508 20.9968 15.5586 21.0352C15.4662 21.0735 15.3665 21.0928 15.2666 21.0928C15.1667 21.0927 15.0669 21.0735 14.9746 21.0352C14.8824 20.9968 14.7982 20.94 14.7275 20.8691C14.6569 20.7982 14.6009 20.7129 14.5625 20.6201C14.5242 20.5273 14.504 20.4267 14.5039 20.3262V18.3047C14.5038 17.4271 14.1685 16.5901 13.5801 15.9775H13.5811C13.2977 15.6789 12.9564 15.4407 12.5791 15.2773C12.2019 15.1141 11.7955 15.0291 11.3848 15.0273H6.64551C6.23474 15.0291 5.82841 15.1142 5.45117 15.2773C5.07396 15.4406 4.73254 15.6789 4.44922 15.9775C3.85408 16.6044 3.52339 17.4388 3.52637 18.3047V20.3262C3.5263 20.4267 3.50606 20.5273 3.46777 20.6201C3.42942 20.7129 3.37341 20.7981 3.30273 20.8691C3.23197 20.9401 3.14702 20.9967 3.05469 21.0352C2.9625 21.0734 2.86339 21.0927 2.76367 21.0928C2.66375 21.0928 2.56404 21.0735 2.47168 21.0352C2.37928 20.9967 2.29443 20.9402 2.22363 20.8691C2.15293 20.7981 2.09695 20.7129 2.05859 20.6201C2.02031 20.5273 2.00007 20.4267 2 20.3262V18.3047C2.00007 17.0373 2.4832 15.8167 3.35156 14.9131L3.51562 14.75C3.90635 14.3792 4.35942 14.0795 4.85449 13.8662C5.42057 13.6225 6.0306 13.4958 6.64648 13.4941H11.3838ZM14.8154 21.0635C14.8062 21.0578 14.7962 21.0529 14.7871 21.0469L14.7197 20.9961C14.7499 21.0209 14.7823 21.0429 14.8154 21.0635ZM2.30664 21.0605C2.29926 21.0559 2.29142 21.0517 2.28418 21.0469L2.21582 20.9961C2.24448 21.0197 2.27526 21.0408 2.30664 21.0605ZM3.43066 20.876L3.37305 20.9395C3.40004 20.9123 3.42405 20.8819 3.44727 20.8516C3.44146 20.8593 3.43678 20.8685 3.43066 20.876ZM15.9336 20.876L15.877 20.9395C15.9023 20.914 15.9254 20.8858 15.9473 20.8574C15.9427 20.8634 15.9384 20.8701 15.9336 20.876ZM2.06152 20.8291C2.05646 20.822 2.05076 20.8149 2.0459 20.8076L2.00195 20.7354C2.01934 20.768 2.04004 20.799 2.06152 20.8291ZM14.5596 20.8213C14.5564 20.8168 14.5529 20.8122 14.5498 20.8076L14.5059 20.7354C14.5217 20.7651 14.5404 20.7936 14.5596 20.8213ZM14.4258 20.5186C14.4241 20.5112 14.4224 20.5035 14.4209 20.4961L14.4082 20.4111C14.4117 20.4472 14.4178 20.4833 14.4258 20.5186ZM18.5459 4.16309C19.4064 4.16496 20.2353 4.48577 20.873 5.06348C21.5108 5.64128 21.9125 6.4348 21.999 7.29102C22.0855 8.14728 21.8511 9.00552 21.3418 9.69922C20.8325 10.3928 20.084 10.873 19.2412 11.0469V12.2451L20.6318 12.2441C20.8162 12.2442 20.9927 12.3179 21.123 12.4482C21.2534 12.5787 21.3272 12.756 21.3271 12.9404C21.327 13.1247 21.2534 13.3014 21.123 13.4316C20.9926 13.562 20.8153 13.6358 20.6309 13.6357H19.2412V15.0254H20.9795C21.1638 15.0255 21.3404 15.0992 21.4707 15.2295C21.6011 15.36 21.6749 15.5372 21.6748 15.7217C21.6747 15.906 21.601 16.0826 21.4707 16.2129C21.3402 16.3433 21.163 16.4171 20.9785 16.417H19.2412V17.1123C19.238 17.2946 19.1632 17.4689 19.0332 17.5967C18.9033 17.7243 18.728 17.7958 18.5459 17.7959C18.3638 17.7959 18.1886 17.7242 18.0586 17.5967C17.9286 17.4689 17.8538 17.2946 17.8506 17.1123V11.0469C17.0052 10.876 16.2532 10.3972 15.7412 9.70312C15.2292 9.00877 14.9934 8.14838 15.0801 7.29004C15.1668 6.43175 15.5695 5.63654 16.21 5.05859C16.8504 4.48063 17.6832 4.16147 18.5459 4.16309ZM6.02148 13.4385C6.07277 13.4314 6.12426 13.4243 6.17578 13.4189L6.19531 13.417C6.13725 13.4228 6.07924 13.4305 6.02148 13.4385ZM11.8545 13.4189C11.9031 13.424 11.9516 13.4309 12 13.4375C11.9419 13.4296 11.8836 13.4227 11.8252 13.417L11.8545 13.4189ZM9.01465 3.0957C10.1321 3.09573 11.2048 3.54225 11.9951 4.33594C12.7851 5.12961 13.2295 6.20669 13.2295 7.3291C13.2292 8.45125 12.785 9.52782 11.9951 10.3213C11.2048 11.1148 10.132 11.5615 9.01465 11.5615C7.89743 11.5614 6.82535 11.1147 6.03516 10.3213C5.24521 9.52781 4.80102 8.45131 4.80078 7.3291C4.80078 6.20666 5.24513 5.12962 6.03516 4.33594C6.82537 3.54236 7.89732 3.09584 9.01465 3.0957ZM11.3789 10.9482C11.296 11.0026 11.2121 11.0559 11.126 11.1045C11.2121 11.0559 11.2959 11.0025 11.3789 10.9482ZM11.6025 10.793C11.5297 10.8475 11.4548 10.8987 11.3789 10.9482C11.4547 10.8986 11.5298 10.8475 11.6025 10.793ZM9.01465 4.62891C8.30179 4.62904 7.61827 4.9139 7.11426 5.41992C6.61031 5.92619 6.32617 6.61342 6.32617 7.3291C6.32642 8.0446 6.61033 8.73123 7.11426 9.2373C7.61825 9.74324 8.30185 10.0282 9.01465 10.0283C9.72761 10.0283 10.4119 9.74336 10.916 9.2373C11.4199 8.73123 11.7029 8.04458 11.7031 7.3291C11.7031 6.6134 11.42 5.92619 10.916 5.41992C10.4119 4.91373 9.72771 4.62893 9.01465 4.62891ZM8.75879 9.91602L8.53809 9.88477C8.52887 9.88303 8.51993 9.87976 8.51074 9.87793C8.59257 9.89426 8.67529 9.90767 8.75879 9.91602ZM18.5469 5.58984C17.9999 5.58984 17.4741 5.8051 17.084 6.18848C16.6941 6.57178 16.4705 7.09298 16.4609 7.63965C16.4506 8.01219 16.5403 8.38089 16.7207 8.70703C16.901 9.0331 17.1654 9.30483 17.4863 9.49414C17.8073 9.68345 18.1732 9.78318 18.5459 9.7832C18.9186 9.78321 19.2844 9.68344 19.6055 9.49414C19.9265 9.30473 20.1916 9.03312 20.3721 8.70703C20.5525 8.38097 20.6418 8.01217 20.6318 7.63965C20.6223 7.09292 20.3988 6.57179 20.0088 6.18848C19.6188 5.80518 19.0937 5.58994 18.5469 5.58984ZM11.5938 7.10449L11.6035 7.3291C11.6035 7.24847 11.5982 7.16751 11.5908 7.08789C11.5914 7.0933 11.5933 7.09907 11.5938 7.10449ZM10.6807 5.33789L10.8457 5.49023C10.7869 5.43119 10.7247 5.37591 10.6611 5.32324C10.6674 5.32836 10.6745 5.33269 10.6807 5.33789ZM9.22852 3C9.37093 3.00708 9.51235 3.02295 9.65234 3.04395C9.58206 3.0334 9.51138 3.02464 9.44043 3.01758L9.22852 3ZM11.7588 10.6709L11.749 10.6797C11.7102 10.7116 11.6697 10.7411 11.6299 10.7715C11.6732 10.7385 11.7167 10.7057 11.7588 10.6709Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
UserPasskeyIcon_UserPasskeyIcon.displayName = 'UserPasskeyIcon|user-passkey';
|
|
20
|
+
const UserPasskeyIcon = UserPasskeyIcon_UserPasskeyIcon;
|
|
21
|
+
export { UserPasskeyIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const UxBookIcon: {
|
|
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 UxBookIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { useWebColor } from "../core/index.js";
|
|
4
|
+
const UxBookIcon_UxBookIcon = ({ 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: "M16.5117 2.67529C16.812 2.67235 17.107 2.75955 17.3574 2.92529H17.3564C17.4831 3.0083 17.5968 3.1103 17.6924 3.22705L17.7822 3.34912L17.7832 3.3501C17.8644 3.47543 17.9268 3.61319 17.9688 3.75635L18.0039 3.90088V3.90283C18.0101 3.93721 18.0117 3.98934 18.0127 4.021C18.0141 4.06352 18.0156 4.11949 18.0166 4.18213C18.0186 4.3082 18.0197 4.47049 18.0205 4.6333C18.0213 4.79517 18.0212 5.18433 18.0215 5.54443C18.1799 5.59076 18.3345 5.64992 18.4824 5.72412H18.4883L18.5283 5.74561C18.7109 5.84051 18.8821 5.95576 19.0381 6.08936L19.1895 6.229L19.3291 6.38037C19.4625 6.53632 19.5778 6.70773 19.6729 6.89014L19.6934 6.9292V6.93506C19.8085 7.1676 19.8935 7.41445 19.9424 7.66943V7.67041C19.9762 7.85162 19.9929 8.03588 19.9932 8.22021V18.5298C19.9931 18.6226 19.9892 18.715 19.9805 18.8071C19.9507 19.1585 19.8518 19.5002 19.6934 19.8149V19.8208L19.6729 19.8608C19.4602 20.2677 19.147 20.6139 18.7637 20.8667L18.7617 20.8677C18.4531 21.0662 18.1094 21.2045 17.749 21.2739H17.748C17.5667 21.3077 17.3827 21.3245 17.1982 21.3247H6.8877C6.79539 21.3249 6.70315 21.3214 6.61133 21.313L6.33789 21.2749C6.06556 21.2248 5.80194 21.1338 5.55664 21.0054V21.0044C5.31329 20.8782 5.09019 20.7159 4.89648 20.522V20.521C4.70301 20.3266 4.53995 20.104 4.41309 19.8608L4.3916 19.8208V19.8149C4.27687 19.5827 4.19303 19.3362 4.14453 19.0815V19.0806C4.11067 18.8992 4.09297 18.7143 4.09277 18.5298V8.22021C4.09267 8.15505 4.09725 8.08991 4.10156 8.0249L4.03809 8.01416L4.02246 6.85107C4.01984 6.65524 4.01661 6.3989 4.01367 6.15186C4.01122 5.94562 4.00884 5.74438 4.00781 5.59033L4.00684 5.39795C4.00694 5.36489 4.00841 5.32633 4.00977 5.29932H4.00879C4.00901 4.79291 4.25727 4.32868 4.32715 4.19385C4.36984 4.11154 4.41735 4.02885 4.46973 3.94873V3.94775C4.62684 3.70992 4.81977 3.49728 5.04004 3.31787L5.27051 3.14893L5.27246 3.14795C5.5916 2.94252 5.94754 2.80031 6.32031 2.729H6.32129C6.50853 2.69406 6.69912 2.6755 6.88965 2.67529H16.5117ZM6.88477 6.89209C6.70306 6.88887 6.52264 6.92276 6.35449 6.9917L6.35156 6.99268C6.23392 7.03864 6.12427 7.10332 6.02637 7.18311L6.00781 7.19775C5.95322 7.24385 5.90203 7.29409 5.85645 7.34912L5.84961 7.35889C5.79681 7.42395 5.75068 7.49456 5.71191 7.56885C5.65177 7.68607 5.60874 7.81151 5.58398 7.94092C5.56756 8.03296 5.55927 8.12672 5.55957 8.22021V18.5327C5.55726 18.6689 5.57583 18.805 5.61426 18.9351L5.65918 19.063L5.66016 19.0659C5.70652 19.1836 5.77093 19.2938 5.85059 19.3921L5.85742 19.4009C5.90537 19.4588 5.95874 19.5121 6.0166 19.5601L6.02637 19.5679C6.05847 19.594 6.09235 19.6184 6.12695 19.6411H6.12598C6.23453 19.7112 6.35341 19.7645 6.47754 19.8003L6.51074 19.8101C6.54309 19.8187 6.57552 19.8272 6.6084 19.8335L6.74707 19.8521C6.79374 19.8562 6.8408 19.8581 6.8877 19.8579H17.2002C17.3217 19.8593 17.4428 19.8444 17.5605 19.8149L17.6104 19.8013C17.8559 19.7322 18.0742 19.589 18.2363 19.3921C18.2633 19.3581 18.2879 19.3245 18.3096 19.2915C18.3794 19.1832 18.433 19.0648 18.4688 18.9409L18.4727 18.9253C18.5072 18.7966 18.5265 18.6641 18.5264 18.5308V8.22021L18.5205 8.08057C18.5162 8.03419 18.5096 7.98771 18.501 7.94189L18.4971 7.92529V7.92432C18.4918 7.89854 18.4849 7.87312 18.4785 7.84814L18.4678 7.80908C18.4557 7.76669 18.4417 7.72551 18.4258 7.68604V7.68408C18.3799 7.56658 18.3151 7.45665 18.2354 7.35889L18.2275 7.34912C18.1226 7.22434 17.995 7.12028 17.8506 7.04443C17.7331 6.98452 17.6072 6.94189 17.4775 6.91748C17.3851 6.9005 17.2912 6.89218 17.1973 6.89209H6.88477ZM8.52832 13.5591C8.52832 13.7622 8.57259 13.9431 8.66113 14.1011C8.75138 14.2589 8.87794 14.3829 9.04102 14.4731C9.20421 14.5634 9.39431 14.6089 9.61133 14.6089C9.83008 14.6089 10.0202 14.5634 10.1816 14.4731C10.3448 14.3829 10.4711 14.259 10.5596 14.1011C10.6498 13.9431 10.6943 13.7621 10.6943 13.5591V10.1919H11.8223V13.6558C11.8223 14.0445 11.7295 14.3847 11.5439 14.6763C11.36 14.9679 11.102 15.1957 10.7705 15.3589C10.4389 15.5203 10.0523 15.6011 9.61133 15.6011C9.16874 15.6011 8.78173 15.5203 8.4502 15.3589C8.1186 15.1957 7.86079 14.9679 7.67676 14.6763C7.49277 14.3846 7.40039 14.0446 7.40039 13.6558V10.1919H8.52832V13.5591ZM17.5938 15.5259H16.3857L15.9912 14.3091H14.0645L13.6689 15.5259H12.4609L14.3018 10.1919H15.7549L17.5938 15.5259ZM14.3516 13.4292H15.7051L15.0498 11.4106H15.0078L14.3516 13.4292ZM6.89453 4.05615C6.68802 4.05259 6.4821 4.09105 6.29102 4.16943C6.15575 4.22231 6.02958 4.29644 5.91699 4.38818H5.91504C5.84136 4.44812 5.7738 4.51567 5.71387 4.58936V4.59131C5.65338 4.66586 5.60008 4.74643 5.55566 4.83154C5.48722 4.96465 5.43828 5.10739 5.41016 5.25439C5.39155 5.35791 5.38248 5.46367 5.38281 5.56885L6.00098 5.56494C6.11115 5.52965 6.2229 5.49886 6.33691 5.47705H6.33789C6.51922 5.44322 6.70324 5.42551 6.8877 5.42529H16.8428V4.60107C16.8426 4.24247 16.5034 4.08853 16.3945 4.05615H6.89453Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
UxBookIcon_UxBookIcon.displayName = 'UxBookIcon|ux-book';
|
|
20
|
+
const UxBookIcon = UxBookIcon_UxBookIcon;
|
|
21
|
+
export { UxBookIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const XStocksIcon: {
|
|
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 XStocksIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { useWebColor } from "../core/index.js";
|
|
4
|
+
const XStocksIcon_XStocksIcon = ({ 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: "M20.9996 3.13546C20.9996 3.06289 20.9411 3.00439 20.8686 3.00439H14.9994L11.9996 6.00421L8.99982 3.00439H3.1307C3.05813 3.00439 2.99963 3.06289 2.99963 3.13546V9.00458L5.99945 12.0044L2.99963 15.0042V20.8733C2.99963 20.9459 3.05813 21.0044 3.1307 21.0044H8.99982L11.9996 18.0046L14.9994 21.0044H20.8686C20.9411 21.0044 20.9996 20.9459 20.9996 20.8733V15.0042L17.9998 12.0044L20.9996 9.00458V3.13546Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
XStocksIcon_XStocksIcon.displayName = 'XStocksIcon|x-stocks';
|
|
20
|
+
const XStocksIcon = XStocksIcon_XStocksIcon;
|
|
21
|
+
export { XStocksIcon as default };
|
package/dist/web/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as ActivityIcon } from './ActivityIcon';
|
|
2
|
+
export { default as AddressBookIcon } from './AddressBookIcon';
|
|
2
3
|
export { default as AlertOnIcon } from './AlertOnIcon';
|
|
3
4
|
export { default as AlertIcon } from './AlertIcon';
|
|
4
5
|
export { default as AllTokensIcon } from './AllTokensIcon';
|
|
@@ -15,6 +16,7 @@ export { default as AssetsIcon } from './AssetsIcon';
|
|
|
15
16
|
export { default as AxiomIcon } from './AxiomIcon';
|
|
16
17
|
export { default as BallIcon } from './BallIcon';
|
|
17
18
|
export { default as BanIcon } from './BanIcon';
|
|
19
|
+
export { default as BinanceIcon } from './BinanceIcon';
|
|
18
20
|
export { default as BookmarkXFilledIcon } from './BookmarkXFilledIcon';
|
|
19
21
|
export { default as BookmarkXIcon } from './BookmarkXIcon';
|
|
20
22
|
export { default as BookmarkIcon } from './BookmarkIcon';
|
|
@@ -80,6 +82,7 @@ export { default as CirclePendingIcon } from './CirclePendingIcon';
|
|
|
80
82
|
export { default as CirclePlusIcon } from './CirclePlusIcon';
|
|
81
83
|
export { default as CircleQuestionIcon } from './CircleQuestionIcon';
|
|
82
84
|
export { default as ClipboardListIcon } from './ClipboardListIcon';
|
|
85
|
+
export { default as ClipboardIcon } from './ClipboardIcon';
|
|
83
86
|
export { default as Clock1Icon } from './Clock1Icon';
|
|
84
87
|
export { default as ClockIcon } from './ClockIcon';
|
|
85
88
|
export { default as CloseIcon } from './CloseIcon';
|
|
@@ -220,6 +223,7 @@ export { default as PlayCircleIcon } from './PlayCircleIcon';
|
|
|
220
223
|
export { default as PlayLeftIcon } from './PlayLeftIcon';
|
|
221
224
|
export { default as PlayIcon } from './PlayIcon';
|
|
222
225
|
export { default as PlusIcon } from './PlusIcon';
|
|
226
|
+
export { default as PresetSettingIcon } from './PresetSettingIcon';
|
|
223
227
|
export { default as PriorityFeeIcon } from './PriorityFeeIcon';
|
|
224
228
|
export { default as PrivacyPolicyIcon } from './PrivacyPolicyIcon';
|
|
225
229
|
export { default as ProcessingIcon } from './ProcessingIcon';
|
|
@@ -235,10 +239,12 @@ export { default as RecordBuyIcon } from './RecordBuyIcon';
|
|
|
235
239
|
export { default as RecordSellIcon } from './RecordSellIcon';
|
|
236
240
|
export { default as RedPacketIcon } from './RedPacketIcon';
|
|
237
241
|
export { default as RedditIcon } from './RedditIcon';
|
|
242
|
+
export { default as RefreshCcwIcon } from './RefreshCcwIcon';
|
|
238
243
|
export { default as RefreshCwIcon } from './RefreshCwIcon';
|
|
239
244
|
export { default as RocketIcon } from './RocketIcon';
|
|
240
245
|
export { default as RotateCwIcon } from './RotateCwIcon';
|
|
241
246
|
export { default as ScanFaceIcon } from './ScanFaceIcon';
|
|
247
|
+
export { default as ScanLineIcon } from './ScanLineIcon';
|
|
242
248
|
export { default as SearchListIcon } from './SearchListIcon';
|
|
243
249
|
export { default as SearchPlusIcon } from './SearchPlusIcon';
|
|
244
250
|
export { default as SearchIcon } from './SearchIcon';
|
|
@@ -255,6 +261,7 @@ export { default as ShieldCheckIcon } from './ShieldCheckIcon';
|
|
|
255
261
|
export { default as ShieldPlusIcon } from './ShieldPlusIcon';
|
|
256
262
|
export { default as ShieldXFilledIcon } from './ShieldXFilledIcon';
|
|
257
263
|
export { default as ShieldXIcon } from './ShieldXIcon';
|
|
264
|
+
export { default as ShieldIcon } from './ShieldIcon';
|
|
258
265
|
export { default as ShipIcon } from './ShipIcon';
|
|
259
266
|
export { default as ShoppingCartInIcon } from './ShoppingCartInIcon';
|
|
260
267
|
export { default as ShoppingCartOutIcon } from './ShoppingCartOutIcon';
|
|
@@ -276,8 +283,10 @@ export { default as SproutIcon } from './SproutIcon';
|
|
|
276
283
|
export { default as StakeIcon } from './StakeIcon';
|
|
277
284
|
export { default as StarOnIcon } from './StarOnIcon';
|
|
278
285
|
export { default as StarIcon } from './StarIcon';
|
|
286
|
+
export { default as StrategySettingIcon } from './StrategySettingIcon';
|
|
279
287
|
export { default as SunIcon } from './SunIcon';
|
|
280
288
|
export { default as Switch2Icon } from './Switch2Icon';
|
|
289
|
+
export { default as Switch3Icon } from './Switch3Icon';
|
|
281
290
|
export { default as SwitchIcon } from './SwitchIcon';
|
|
282
291
|
export { default as TargetIcon } from './TargetIcon';
|
|
283
292
|
export { default as TelegramIcon } from './TelegramIcon';
|
|
@@ -315,11 +324,13 @@ export { default as UpdateIcon } from './UpdateIcon';
|
|
|
315
324
|
export { default as UploadIcon } from './UploadIcon';
|
|
316
325
|
export { default as UserBanIcon } from './UserBanIcon';
|
|
317
326
|
export { default as UserFollowIcon } from './UserFollowIcon';
|
|
327
|
+
export { default as UserPasskeyIcon } from './UserPasskeyIcon';
|
|
318
328
|
export { default as UserStarIcon } from './UserStarIcon';
|
|
319
329
|
export { default as UserTieIcon } from './UserTieIcon';
|
|
320
330
|
export { default as UserIcon } from './UserIcon';
|
|
321
331
|
export { default as Users1Icon } from './Users1Icon';
|
|
322
332
|
export { default as UsersIcon } from './UsersIcon';
|
|
333
|
+
export { default as UxBookIcon } from './UxBookIcon';
|
|
323
334
|
export { default as VideoIcon } from './VideoIcon';
|
|
324
335
|
export { default as Volume1Icon } from './Volume1Icon';
|
|
325
336
|
export { default as VolumeIcon } from './VolumeIcon';
|
|
@@ -329,5 +340,6 @@ export { default as WalletPasswordIcon } from './WalletPasswordIcon';
|
|
|
329
340
|
export { default as WalletIcon } from './WalletIcon';
|
|
330
341
|
export { default as WishlistIcon } from './WishlistIcon';
|
|
331
342
|
export { default as WrenchIcon } from './WrenchIcon';
|
|
343
|
+
export { default as XStocksIcon } from './XStocksIcon';
|
|
332
344
|
export { default as YapsIcon } from './YapsIcon';
|
|
333
345
|
export { default as YoutubeIcon } from './YoutubeIcon';
|
package/dist/web/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import external_ActivityIcon_js_default from "./ActivityIcon.js";
|
|
2
|
+
import external_AddressBookIcon_js_default from "./AddressBookIcon.js";
|
|
2
3
|
import external_AlertOnIcon_js_default from "./AlertOnIcon.js";
|
|
3
4
|
import external_AlertIcon_js_default from "./AlertIcon.js";
|
|
4
5
|
import external_AllTokensIcon_js_default from "./AllTokensIcon.js";
|
|
@@ -15,6 +16,7 @@ import external_AssetsIcon_js_default from "./AssetsIcon.js";
|
|
|
15
16
|
import external_AxiomIcon_js_default from "./AxiomIcon.js";
|
|
16
17
|
import external_BallIcon_js_default from "./BallIcon.js";
|
|
17
18
|
import external_BanIcon_js_default from "./BanIcon.js";
|
|
19
|
+
import external_BinanceIcon_js_default from "./BinanceIcon.js";
|
|
18
20
|
import external_BookmarkXFilledIcon_js_default from "./BookmarkXFilledIcon.js";
|
|
19
21
|
import external_BookmarkXIcon_js_default from "./BookmarkXIcon.js";
|
|
20
22
|
import external_BookmarkIcon_js_default from "./BookmarkIcon.js";
|
|
@@ -80,6 +82,7 @@ import external_CirclePendingIcon_js_default from "./CirclePendingIcon.js";
|
|
|
80
82
|
import external_CirclePlusIcon_js_default from "./CirclePlusIcon.js";
|
|
81
83
|
import external_CircleQuestionIcon_js_default from "./CircleQuestionIcon.js";
|
|
82
84
|
import external_ClipboardListIcon_js_default from "./ClipboardListIcon.js";
|
|
85
|
+
import external_ClipboardIcon_js_default from "./ClipboardIcon.js";
|
|
83
86
|
import external_Clock1Icon_js_default from "./Clock1Icon.js";
|
|
84
87
|
import external_ClockIcon_js_default from "./ClockIcon.js";
|
|
85
88
|
import external_CloseIcon_js_default from "./CloseIcon.js";
|
|
@@ -220,6 +223,7 @@ import external_PlayCircleIcon_js_default from "./PlayCircleIcon.js";
|
|
|
220
223
|
import external_PlayLeftIcon_js_default from "./PlayLeftIcon.js";
|
|
221
224
|
import external_PlayIcon_js_default from "./PlayIcon.js";
|
|
222
225
|
import external_PlusIcon_js_default from "./PlusIcon.js";
|
|
226
|
+
import external_PresetSettingIcon_js_default from "./PresetSettingIcon.js";
|
|
223
227
|
import external_PriorityFeeIcon_js_default from "./PriorityFeeIcon.js";
|
|
224
228
|
import external_PrivacyPolicyIcon_js_default from "./PrivacyPolicyIcon.js";
|
|
225
229
|
import external_ProcessingIcon_js_default from "./ProcessingIcon.js";
|
|
@@ -235,10 +239,12 @@ import external_RecordBuyIcon_js_default from "./RecordBuyIcon.js";
|
|
|
235
239
|
import external_RecordSellIcon_js_default from "./RecordSellIcon.js";
|
|
236
240
|
import external_RedPacketIcon_js_default from "./RedPacketIcon.js";
|
|
237
241
|
import external_RedditIcon_js_default from "./RedditIcon.js";
|
|
242
|
+
import external_RefreshCcwIcon_js_default from "./RefreshCcwIcon.js";
|
|
238
243
|
import external_RefreshCwIcon_js_default from "./RefreshCwIcon.js";
|
|
239
244
|
import external_RocketIcon_js_default from "./RocketIcon.js";
|
|
240
245
|
import external_RotateCwIcon_js_default from "./RotateCwIcon.js";
|
|
241
246
|
import external_ScanFaceIcon_js_default from "./ScanFaceIcon.js";
|
|
247
|
+
import external_ScanLineIcon_js_default from "./ScanLineIcon.js";
|
|
242
248
|
import external_SearchListIcon_js_default from "./SearchListIcon.js";
|
|
243
249
|
import external_SearchPlusIcon_js_default from "./SearchPlusIcon.js";
|
|
244
250
|
import external_SearchIcon_js_default from "./SearchIcon.js";
|
|
@@ -255,6 +261,7 @@ import external_ShieldCheckIcon_js_default from "./ShieldCheckIcon.js";
|
|
|
255
261
|
import external_ShieldPlusIcon_js_default from "./ShieldPlusIcon.js";
|
|
256
262
|
import external_ShieldXFilledIcon_js_default from "./ShieldXFilledIcon.js";
|
|
257
263
|
import external_ShieldXIcon_js_default from "./ShieldXIcon.js";
|
|
264
|
+
import external_ShieldIcon_js_default from "./ShieldIcon.js";
|
|
258
265
|
import external_ShipIcon_js_default from "./ShipIcon.js";
|
|
259
266
|
import external_ShoppingCartInIcon_js_default from "./ShoppingCartInIcon.js";
|
|
260
267
|
import external_ShoppingCartOutIcon_js_default from "./ShoppingCartOutIcon.js";
|
|
@@ -276,8 +283,10 @@ import external_SproutIcon_js_default from "./SproutIcon.js";
|
|
|
276
283
|
import external_StakeIcon_js_default from "./StakeIcon.js";
|
|
277
284
|
import external_StarOnIcon_js_default from "./StarOnIcon.js";
|
|
278
285
|
import external_StarIcon_js_default from "./StarIcon.js";
|
|
286
|
+
import external_StrategySettingIcon_js_default from "./StrategySettingIcon.js";
|
|
279
287
|
import external_SunIcon_js_default from "./SunIcon.js";
|
|
280
288
|
import external_Switch2Icon_js_default from "./Switch2Icon.js";
|
|
289
|
+
import external_Switch3Icon_js_default from "./Switch3Icon.js";
|
|
281
290
|
import external_SwitchIcon_js_default from "./SwitchIcon.js";
|
|
282
291
|
import external_TargetIcon_js_default from "./TargetIcon.js";
|
|
283
292
|
import external_TelegramIcon_js_default from "./TelegramIcon.js";
|
|
@@ -315,11 +324,13 @@ import external_UpdateIcon_js_default from "./UpdateIcon.js";
|
|
|
315
324
|
import external_UploadIcon_js_default from "./UploadIcon.js";
|
|
316
325
|
import external_UserBanIcon_js_default from "./UserBanIcon.js";
|
|
317
326
|
import external_UserFollowIcon_js_default from "./UserFollowIcon.js";
|
|
327
|
+
import external_UserPasskeyIcon_js_default from "./UserPasskeyIcon.js";
|
|
318
328
|
import external_UserStarIcon_js_default from "./UserStarIcon.js";
|
|
319
329
|
import external_UserTieIcon_js_default from "./UserTieIcon.js";
|
|
320
330
|
import external_UserIcon_js_default from "./UserIcon.js";
|
|
321
331
|
import external_Users1Icon_js_default from "./Users1Icon.js";
|
|
322
332
|
import external_UsersIcon_js_default from "./UsersIcon.js";
|
|
333
|
+
import external_UxBookIcon_js_default from "./UxBookIcon.js";
|
|
323
334
|
import external_VideoIcon_js_default from "./VideoIcon.js";
|
|
324
335
|
import external_Volume1Icon_js_default from "./Volume1Icon.js";
|
|
325
336
|
import external_VolumeIcon_js_default from "./VolumeIcon.js";
|
|
@@ -329,6 +340,7 @@ import external_WalletPasswordIcon_js_default from "./WalletPasswordIcon.js";
|
|
|
329
340
|
import external_WalletIcon_js_default from "./WalletIcon.js";
|
|
330
341
|
import external_WishlistIcon_js_default from "./WishlistIcon.js";
|
|
331
342
|
import external_WrenchIcon_js_default from "./WrenchIcon.js";
|
|
343
|
+
import external_XStocksIcon_js_default from "./XStocksIcon.js";
|
|
332
344
|
import external_YapsIcon_js_default from "./YapsIcon.js";
|
|
333
345
|
import external_YoutubeIcon_js_default from "./YoutubeIcon.js";
|
|
334
|
-
export { external_ActivityIcon_js_default as ActivityIcon, external_AlertIcon_js_default as AlertIcon, external_AlertOnIcon_js_default as AlertOnIcon, external_AllTokensIcon_js_default as AllTokensIcon, external_AppLockIcon_js_default as AppLockIcon, external_AppleIcon_js_default as AppleIcon, external_ArrowDownIcon_js_default as ArrowDownIcon, external_ArrowDownToLineIcon_js_default as ArrowDownToLineIcon, external_ArrowLeftIcon_js_default as ArrowLeftIcon, external_ArrowRightIcon_js_default as ArrowRightIcon, external_ArrowRightLeftIcon_js_default as ArrowRightLeftIcon, external_ArrowUpIcon_js_default as ArrowUpIcon, external_Assets2Icon_js_default as Assets2Icon, external_AssetsIcon_js_default as AssetsIcon, external_AxiomIcon_js_default as AxiomIcon, external_BallIcon_js_default as BallIcon, external_BanIcon_js_default as BanIcon, external_BookmarkIcon_js_default as BookmarkIcon, external_BookmarkXFilledIcon_js_default as BookmarkXFilledIcon, external_BookmarkXIcon_js_default as BookmarkXIcon, external_Bot2Icon_js_default as Bot2Icon, external_BotIcon_js_default as BotIcon, external_Boxes2Icon_js_default as Boxes2Icon, external_BoxesIcon_js_default as BoxesIcon, external_BrushCleaningIcon_js_default as BrushCleaningIcon, external_Bubble1FilledIcon_js_default as Bubble1FilledIcon, external_Bubble1Icon_js_default as Bubble1Icon, external_BubbleIcon_js_default as BubbleIcon, external_BullBearIcon_js_default as BullBearIcon, external_BurgerIcon_js_default as BurgerIcon, external_CaIcon_js_default as CaIcon, external_CabalIcon_js_default as CabalIcon, external_CabalLeaderIcon_js_default as CabalLeaderIcon, external_CalendarCheckIcon_js_default as CalendarCheckIcon, external_CalendarIcon_js_default as CalendarIcon, external_CameraIcon_js_default as CameraIcon, external_Candle2Icon_js_default as Candle2Icon, external_CandleIcon_js_default as CandleIcon, external_CarIcon_js_default as CarIcon, external_CashBagIcon_js_default as CashBagIcon, external_CashInIcon_js_default as CashInIcon, external_CashOutIcon_js_default as CashOutIcon, external_CashRewardsIcon_js_default as CashRewardsIcon, external_CatIcon_js_default as CatIcon, external_CexWalletIcon_js_default as CexWalletIcon, external_ChartColorSwitchIcon_js_default as ChartColorSwitchIcon, external_ChartLine2Icon_js_default as ChartLine2Icon, external_ChartLineCheckedIcon_js_default as ChartLineCheckedIcon, external_ChartLineIcon_js_default as ChartLineIcon, external_ChartPieIcon_js_default as ChartPieIcon, external_ChartUpIcon_js_default as ChartUpIcon, external_CheckIcon_js_default as CheckIcon, external_ChefIcon_js_default as ChefIcon, external_ChefOffIcon_js_default as ChefOffIcon, external_ChevronDownIcon_js_default as ChevronDownIcon, external_ChevronDownSmallIcon_js_default as ChevronDownSmallIcon, external_ChevronLeftIcon_js_default as ChevronLeftIcon, external_ChevronLeftSmallIcon_js_default as ChevronLeftSmallIcon, external_ChevronRightIcon_js_default as ChevronRightIcon, external_ChevronRightSmallIcon_js_default as ChevronRightSmallIcon, external_ChevronUpIcon_js_default as ChevronUpIcon, external_ChevronUpSmallIcon_js_default as ChevronUpSmallIcon, external_ChevronsLeftIcon_js_default as ChevronsLeftIcon, external_ChevronsUpIcon_js_default as ChevronsUpIcon, external_CircleAlertIcon_js_default as CircleAlertIcon, external_CircleCheckFadedIcon_js_default as CircleCheckFadedIcon, external_CircleCheckFilledIcon_js_default as CircleCheckFilledIcon, external_CircleCheckIcon_js_default as CircleCheckIcon, external_CircleChevronDownIcon_js_default as CircleChevronDownIcon, external_CircleChevronUpIcon_js_default as CircleChevronUpIcon, external_CircleCloseFadedIcon_js_default as CircleCloseFadedIcon, external_CircleCloseFilledIcon_js_default as CircleCloseFilledIcon, external_CircleCloseIcon_js_default as CircleCloseIcon, external_CircleDollarIcon_js_default as CircleDollarIcon, external_CircleFilledIcon_js_default as CircleFilledIcon, external_CircleFlameIcon_js_default as CircleFlameIcon, external_CircleMinusFadedIcon_js_default as CircleMinusFadedIcon, external_CircleMinusIcon_js_default as CircleMinusIcon, external_CirclePendingIcon_js_default as CirclePendingIcon, external_CirclePlusIcon_js_default as CirclePlusIcon, external_CircleQuestionIcon_js_default as CircleQuestionIcon, external_ClipboardListIcon_js_default as ClipboardListIcon, external_Clock1Icon_js_default as Clock1Icon, external_ClockIcon_js_default as ClockIcon, external_CloseIcon_js_default as CloseIcon, external_ClothesIcon_js_default as ClothesIcon, external_ColorBullxIcon_js_default as ColorBullxIcon, external_ColorCoingeckoIcon_js_default as ColorCoingeckoIcon, external_ColorDiceIcon_js_default as ColorDiceIcon, external_ColorGmgnIcon_js_default as ColorGmgnIcon, external_ColorGoogleIcon_js_default as ColorGoogleIcon, external_ColorInstagramIcon_js_default as ColorInstagramIcon, external_ColorMedalIcon_js_default as ColorMedalIcon, external_ColorPauseIcon_js_default as ColorPauseIcon, external_ColorPepeboostIcon_js_default as ColorPepeboostIcon, external_ColorPhotonIcon_js_default as ColorPhotonIcon, external_ColorPickerIcon_js_default as ColorPickerIcon, external_ColorPlayIcon_js_default as ColorPlayIcon, external_ColorPumpfunGreyIcon_js_default as ColorPumpfunGreyIcon, external_ColorPumpfunIcon_js_default as ColorPumpfunIcon, external_ColorTgUserIcon_js_default as ColorTgUserIcon, external_ColorTiktokIcon_js_default as ColorTiktokIcon, external_ColorTrojanIcon_js_default as ColorTrojanIcon, external_ColorTruthSocialIcon_js_default as ColorTruthSocialIcon, external_ColorTwitchAppIcon_js_default as ColorTwitchAppIcon, external_ColorYoutubeIcon_js_default as ColorYoutubeIcon, external_ConceptIcon_js_default as ConceptIcon, external_ConvertFlashIcon_js_default as ConvertFlashIcon, external_ConvertIcon_js_default as ConvertIcon, external_CopyIcon_js_default as CopyIcon, external_CopyXIcon_js_default as CopyXIcon, external_CreatorTeamIcon_js_default as CreatorTeamIcon, external_CrownIcon_js_default as CrownIcon, external_CurrencyExchangeIcon_js_default as CurrencyExchangeIcon, external_DiamondHandIcon_js_default as DiamondHandIcon, external_DiamondIcon_js_default as DiamondIcon, external_DiscordIcon_js_default as DiscordIcon, external_DocumentTermsIcon_js_default as DocumentTermsIcon, external_DownloadIcon_js_default as DownloadIcon, external_Draggable2Icon_js_default as Draggable2Icon, external_DraggableIcon_js_default as DraggableIcon, external_DraggableVerticalIcon_js_default as DraggableVerticalIcon, external_EagleIcon_js_default as EagleIcon, external_EarthIcon_js_default as EarthIcon, external_Edit1Icon_js_default as Edit1Icon, external_EditIcon_js_default as EditIcon, external_EllipsisIcon_js_default as EllipsisIcon, external_EllipsisVerticalIcon_js_default as EllipsisVerticalIcon, external_EmptyIcon_js_default as EmptyIcon, external_ExpandIcon_js_default as ExpandIcon, external_ExternalLinkIcon_js_default as ExternalLinkIcon, external_EyeIcon_js_default as EyeIcon, external_EyeOffIcon_js_default as EyeOffIcon, external_FaceIcon_js_default as FaceIcon, external_FaceSadIcon_js_default as FaceSadIcon, external_FaqIcon_js_default as FaqIcon, external_FileTextIcon_js_default as FileTextIcon, external_FilterIcon_js_default as FilterIcon, external_FingerprintIcon_js_default as FingerprintIcon, external_FlagIcon_js_default as FlagIcon, external_FlameFilledIcon_js_default as FlameFilledIcon, external_FlameIcon_js_default as FlameIcon, external_Flash1Icon_js_default as Flash1Icon, external_FlashIcon_js_default as FlashIcon, external_FolderIcon_js_default as FolderIcon, external_FullscreenIcon_js_default as FullscreenIcon, external_GasFeeIcon_js_default as GasFeeIcon, external_GhostIcon_js_default as GhostIcon, external_GiftIcon_js_default as GiftIcon, external_GithubIcon_js_default as GithubIcon, external_GrassIcon_js_default as GrassIcon, external_HeadsetIcon_js_default as HeadsetIcon, external_HeartIcon_js_default as HeartIcon, external_HexagonDollarIcon_js_default as HexagonDollarIcon, external_HoneyPotIcon_js_default as HoneyPotIcon, external_ImageFallbackIcon_js_default as ImageFallbackIcon, external_ImportExportIcon_js_default as ImportExportIcon, external_InstagramIcon_js_default as InstagramIcon, external_InternetIcon_js_default as InternetIcon, external_InviteIcon_js_default as InviteIcon, external_JackpotIcon_js_default as JackpotIcon, external_JoinCommunityIcon_js_default as JoinCommunityIcon, external_KeyboardIcon_js_default as KeyboardIcon, external_KolInfluencersIcon_js_default as KolInfluencersIcon, external_LanguagesIcon_js_default as LanguagesIcon, external_Layers2Icon_js_default as Layers2Icon, external_LayersIcon_js_default as LayersIcon, external_LayoutBottomIcon_js_default as LayoutBottomIcon, external_LayoutFloatIcon_js_default as LayoutFloatIcon, external_LayoutIcon_js_default as LayoutIcon, external_LayoutLeftIcon_js_default as LayoutLeftIcon, external_LayoutRightIcon_js_default as LayoutRightIcon, external_LayoutSplitIcon_js_default as LayoutSplitIcon, external_LeaderboardIcon_js_default as LeaderboardIcon, external_LeafIcon_js_default as LeafIcon, external_LinkIcon_js_default as LinkIcon, external_LiquidityAddIcon_js_default as LiquidityAddIcon, external_LiquidityPoolIcon_js_default as LiquidityPoolIcon, external_LiquidityRemoveIcon_js_default as LiquidityRemoveIcon, external_List2Icon_js_default as List2Icon, external_ListCheckIcon_js_default as ListCheckIcon, external_ListCopyDownIcon_js_default as ListCopyDownIcon, external_ListCopyUpIcon_js_default as ListCopyUpIcon, external_ListHistoryIcon_js_default as ListHistoryIcon, external_ListIcon_js_default as ListIcon, external_ListSettingIcon_js_default as ListSettingIcon, external_ListSettingsIcon_js_default as ListSettingsIcon, external_Lock2Icon_js_default as Lock2Icon, external_LockIcon_js_default as LockIcon, external_MailHeartIcon_js_default as MailHeartIcon, external_MailIcon_js_default as MailIcon, external_ManualIcon_js_default as ManualIcon, external_MarketStatsIcon_js_default as MarketStatsIcon, external_MarketTrendIcon_js_default as MarketTrendIcon, external_MenuIcon_js_default as MenuIcon, external_MoonIcon_js_default as MoonIcon, external_MoveUpRightIcon_js_default as MoveUpRightIcon, external_MusicIcon_js_default as MusicIcon, external_NavAccountUxIcon_js_default as NavAccountUxIcon, external_NavCryptoUxIcon_js_default as NavCryptoUxIcon, external_NavEarnIcon_js_default as NavEarnIcon, external_NavHomeIcon_js_default as NavHomeIcon, external_NavHomeUxIcon_js_default as NavHomeUxIcon, external_NavMarketIcon_js_default as NavMarketIcon, external_NavStockUxIcon_js_default as NavStockUxIcon, external_NavTradeIcon_js_default as NavTradeIcon, external_NavWalletIcon_js_default as NavWalletIcon, external_OrderIcon_js_default as OrderIcon, external_OrientationSwitchIcon_js_default as OrientationSwitchIcon, external_OwnerAddressIcon_js_default as OwnerAddressIcon, external_PaperHandIcon_js_default as PaperHandIcon, external_ParticleTwitterIcon_js_default as ParticleTwitterIcon, external_PartyPopperIcon_js_default as PartyPopperIcon, external_PasswordIcon_js_default as PasswordIcon, external_PauseIcon_js_default as PauseIcon, external_PercentIcon_js_default as PercentIcon, external_PinIcon_js_default as PinIcon, external_PinOnIcon_js_default as PinOnIcon, external_PlayCircleIcon_js_default as PlayCircleIcon, external_PlayIcon_js_default as PlayIcon, external_PlayLeftIcon_js_default as PlayLeftIcon, external_PlusIcon_js_default as PlusIcon, external_PriorityFeeIcon_js_default as PriorityFeeIcon, external_PrivacyPolicyIcon_js_default as PrivacyPolicyIcon, external_ProcessingIcon_js_default as ProcessingIcon, external_PumpfunIcon_js_default as PumpfunIcon, external_QrcodeIcon_js_default as QrcodeIcon, external_QuestionIcon_js_default as QuestionIcon, external_Radar1Icon_js_default as Radar1Icon, external_RadarIcon_js_default as RadarIcon, external_RadioOffIcon_js_default as RadioOffIcon, external_RadioOnIcon_js_default as RadioOnIcon, external_ReceiveIcon_js_default as ReceiveIcon, external_RecordBuyIcon_js_default as RecordBuyIcon, external_RecordSellIcon_js_default as RecordSellIcon, external_RedPacketIcon_js_default as RedPacketIcon, external_RedditIcon_js_default as RedditIcon, external_RefreshCwIcon_js_default as RefreshCwIcon, external_RocketIcon_js_default as RocketIcon, external_RotateCwIcon_js_default as RotateCwIcon, external_ScanFaceIcon_js_default as ScanFaceIcon, external_SearchIcon_js_default as SearchIcon, external_SearchListIcon_js_default as SearchListIcon, external_SearchPlusIcon_js_default as SearchPlusIcon, external_SecureTips1Icon_js_default as SecureTips1Icon, external_SecureTips2Icon_js_default as SecureTips2Icon, external_SendIcon_js_default as SendIcon, external_SettingsIcon_js_default as SettingsIcon, external_ShareIcon_js_default as ShareIcon, external_ShieldAlertFilledIcon_js_default as ShieldAlertFilledIcon, external_ShieldAlertIcon_js_default as ShieldAlertIcon, external_ShieldBanIcon_js_default as ShieldBanIcon, external_ShieldCheckFilledIcon_js_default as ShieldCheckFilledIcon, external_ShieldCheckIcon_js_default as ShieldCheckIcon, external_ShieldPlusIcon_js_default as ShieldPlusIcon, external_ShieldXFilledIcon_js_default as ShieldXFilledIcon, external_ShieldXIcon_js_default as ShieldXIcon, external_ShipIcon_js_default as ShipIcon, external_ShoppingCartInIcon_js_default as ShoppingCartInIcon, external_ShoppingCartOutIcon_js_default as ShoppingCartOutIcon, external_SlackIcon_js_default as SlackIcon, external_SlidersHorizontalIcon_js_default as SlidersHorizontalIcon, external_SlidersVerticalIcon_js_default as SlidersVerticalIcon, external_SlippageIcon_js_default as SlippageIcon, external_SmartphoneIcon_js_default as SmartphoneIcon, external_SnowflakeIcon_js_default as SnowflakeIcon, external_SortAscIcon_js_default as SortAscIcon, external_SortDescIcon_js_default as SortDescIcon, external_SortDown1Icon_js_default as SortDown1Icon, external_SortDownIcon_js_default as SortDownIcon, external_SortIcon_js_default as SortIcon, external_SortUp1Icon_js_default as SortUp1Icon, external_SortUpIcon_js_default as SortUpIcon, external_SpaceIcon_js_default as SpaceIcon, external_SproutIcon_js_default as SproutIcon, external_StakeIcon_js_default as StakeIcon, external_StarIcon_js_default as StarIcon, external_StarOnIcon_js_default as StarOnIcon, external_SunIcon_js_default as SunIcon, external_Switch2Icon_js_default as Switch2Icon, external_SwitchIcon_js_default as SwitchIcon, external_TargetIcon_js_default as TargetIcon, external_TelegramIcon_js_default as TelegramIcon, external_TestnetsIcon_js_default as TestnetsIcon, external_TgChatGroupIcon_js_default as TgChatGroupIcon, external_ThemeSwitchIcon_js_default as ThemeSwitchIcon, external_TicketIcon_js_default as TicketIcon, external_TiktokIcon_js_default as TiktokIcon, external_TimeEndIcon_js_default as TimeEndIcon, external_TokenExchangeIcon_js_default as TokenExchangeIcon, external_Top10HoldersIcon_js_default as Top10HoldersIcon, external_TrackIcon_js_default as TrackIcon, external_TradeIcon_js_default as TradeIcon, external_TradeMainIcon_js_default as TradeMainIcon, external_TrainIcon_js_default as TrainIcon, external_TranslateIcon_js_default as TranslateIcon, external_TrashAllIcon_js_default as TrashAllIcon, external_TrashIcon_js_default as TrashIcon, external_TreeIcon_js_default as TreeIcon, external_TrenchIcon_js_default as TrenchIcon, external_TriangleAlertIcon_js_default as TriangleAlertIcon, external_TriangleDownIcon_js_default as TriangleDownIcon, external_TriangleUpIcon_js_default as TriangleUpIcon, external_TrophyIcon_js_default as TrophyIcon, external_TruthSocialIcon_js_default as TruthSocialIcon, external_TweetIcon_js_default as TweetIcon, external_TweetQuoteIcon_js_default as TweetQuoteIcon, external_TwinklingStarsIcon_js_default as TwinklingStarsIcon, external_TwitchAppIcon_js_default as TwitchAppIcon, external_TwitterIcon_js_default as TwitterIcon, external_TwitterSearchIcon_js_default as TwitterSearchIcon, external_UniversalXTwitterIcon_js_default as UniversalXTwitterIcon, external_UnlinkIcon_js_default as UnlinkIcon, external_UpdateIcon_js_default as UpdateIcon, external_UploadIcon_js_default as UploadIcon, external_UserBanIcon_js_default as UserBanIcon, external_UserFollowIcon_js_default as UserFollowIcon, external_UserIcon_js_default as UserIcon, external_UserStarIcon_js_default as UserStarIcon, external_UserTieIcon_js_default as UserTieIcon, external_Users1Icon_js_default as Users1Icon, external_UsersIcon_js_default as UsersIcon, external_VideoIcon_js_default as VideoIcon, external_Volume1Icon_js_default as Volume1Icon, external_VolumeIcon_js_default as VolumeIcon, external_WalletBackupIcon_js_default as WalletBackupIcon, external_WalletCreateIcon_js_default as WalletCreateIcon, external_WalletIcon_js_default as WalletIcon, external_WalletPasswordIcon_js_default as WalletPasswordIcon, external_WishlistIcon_js_default as WishlistIcon, external_WrenchIcon_js_default as WrenchIcon, external_YapsIcon_js_default as YapsIcon, external_YoutubeIcon_js_default as YoutubeIcon };
|
|
346
|
+
export { external_ActivityIcon_js_default as ActivityIcon, external_AddressBookIcon_js_default as AddressBookIcon, external_AlertIcon_js_default as AlertIcon, external_AlertOnIcon_js_default as AlertOnIcon, external_AllTokensIcon_js_default as AllTokensIcon, external_AppLockIcon_js_default as AppLockIcon, external_AppleIcon_js_default as AppleIcon, external_ArrowDownIcon_js_default as ArrowDownIcon, external_ArrowDownToLineIcon_js_default as ArrowDownToLineIcon, external_ArrowLeftIcon_js_default as ArrowLeftIcon, external_ArrowRightIcon_js_default as ArrowRightIcon, external_ArrowRightLeftIcon_js_default as ArrowRightLeftIcon, external_ArrowUpIcon_js_default as ArrowUpIcon, external_Assets2Icon_js_default as Assets2Icon, external_AssetsIcon_js_default as AssetsIcon, external_AxiomIcon_js_default as AxiomIcon, external_BallIcon_js_default as BallIcon, external_BanIcon_js_default as BanIcon, external_BinanceIcon_js_default as BinanceIcon, external_BookmarkIcon_js_default as BookmarkIcon, external_BookmarkXFilledIcon_js_default as BookmarkXFilledIcon, external_BookmarkXIcon_js_default as BookmarkXIcon, external_Bot2Icon_js_default as Bot2Icon, external_BotIcon_js_default as BotIcon, external_Boxes2Icon_js_default as Boxes2Icon, external_BoxesIcon_js_default as BoxesIcon, external_BrushCleaningIcon_js_default as BrushCleaningIcon, external_Bubble1FilledIcon_js_default as Bubble1FilledIcon, external_Bubble1Icon_js_default as Bubble1Icon, external_BubbleIcon_js_default as BubbleIcon, external_BullBearIcon_js_default as BullBearIcon, external_BurgerIcon_js_default as BurgerIcon, external_CaIcon_js_default as CaIcon, external_CabalIcon_js_default as CabalIcon, external_CabalLeaderIcon_js_default as CabalLeaderIcon, external_CalendarCheckIcon_js_default as CalendarCheckIcon, external_CalendarIcon_js_default as CalendarIcon, external_CameraIcon_js_default as CameraIcon, external_Candle2Icon_js_default as Candle2Icon, external_CandleIcon_js_default as CandleIcon, external_CarIcon_js_default as CarIcon, external_CashBagIcon_js_default as CashBagIcon, external_CashInIcon_js_default as CashInIcon, external_CashOutIcon_js_default as CashOutIcon, external_CashRewardsIcon_js_default as CashRewardsIcon, external_CatIcon_js_default as CatIcon, external_CexWalletIcon_js_default as CexWalletIcon, external_ChartColorSwitchIcon_js_default as ChartColorSwitchIcon, external_ChartLine2Icon_js_default as ChartLine2Icon, external_ChartLineCheckedIcon_js_default as ChartLineCheckedIcon, external_ChartLineIcon_js_default as ChartLineIcon, external_ChartPieIcon_js_default as ChartPieIcon, external_ChartUpIcon_js_default as ChartUpIcon, external_CheckIcon_js_default as CheckIcon, external_ChefIcon_js_default as ChefIcon, external_ChefOffIcon_js_default as ChefOffIcon, external_ChevronDownIcon_js_default as ChevronDownIcon, external_ChevronDownSmallIcon_js_default as ChevronDownSmallIcon, external_ChevronLeftIcon_js_default as ChevronLeftIcon, external_ChevronLeftSmallIcon_js_default as ChevronLeftSmallIcon, external_ChevronRightIcon_js_default as ChevronRightIcon, external_ChevronRightSmallIcon_js_default as ChevronRightSmallIcon, external_ChevronUpIcon_js_default as ChevronUpIcon, external_ChevronUpSmallIcon_js_default as ChevronUpSmallIcon, external_ChevronsLeftIcon_js_default as ChevronsLeftIcon, external_ChevronsUpIcon_js_default as ChevronsUpIcon, external_CircleAlertIcon_js_default as CircleAlertIcon, external_CircleCheckFadedIcon_js_default as CircleCheckFadedIcon, external_CircleCheckFilledIcon_js_default as CircleCheckFilledIcon, external_CircleCheckIcon_js_default as CircleCheckIcon, external_CircleChevronDownIcon_js_default as CircleChevronDownIcon, external_CircleChevronUpIcon_js_default as CircleChevronUpIcon, external_CircleCloseFadedIcon_js_default as CircleCloseFadedIcon, external_CircleCloseFilledIcon_js_default as CircleCloseFilledIcon, external_CircleCloseIcon_js_default as CircleCloseIcon, external_CircleDollarIcon_js_default as CircleDollarIcon, external_CircleFilledIcon_js_default as CircleFilledIcon, external_CircleFlameIcon_js_default as CircleFlameIcon, external_CircleMinusFadedIcon_js_default as CircleMinusFadedIcon, external_CircleMinusIcon_js_default as CircleMinusIcon, external_CirclePendingIcon_js_default as CirclePendingIcon, external_CirclePlusIcon_js_default as CirclePlusIcon, external_CircleQuestionIcon_js_default as CircleQuestionIcon, external_ClipboardIcon_js_default as ClipboardIcon, external_ClipboardListIcon_js_default as ClipboardListIcon, external_Clock1Icon_js_default as Clock1Icon, external_ClockIcon_js_default as ClockIcon, external_CloseIcon_js_default as CloseIcon, external_ClothesIcon_js_default as ClothesIcon, external_ColorBullxIcon_js_default as ColorBullxIcon, external_ColorCoingeckoIcon_js_default as ColorCoingeckoIcon, external_ColorDiceIcon_js_default as ColorDiceIcon, external_ColorGmgnIcon_js_default as ColorGmgnIcon, external_ColorGoogleIcon_js_default as ColorGoogleIcon, external_ColorInstagramIcon_js_default as ColorInstagramIcon, external_ColorMedalIcon_js_default as ColorMedalIcon, external_ColorPauseIcon_js_default as ColorPauseIcon, external_ColorPepeboostIcon_js_default as ColorPepeboostIcon, external_ColorPhotonIcon_js_default as ColorPhotonIcon, external_ColorPickerIcon_js_default as ColorPickerIcon, external_ColorPlayIcon_js_default as ColorPlayIcon, external_ColorPumpfunGreyIcon_js_default as ColorPumpfunGreyIcon, external_ColorPumpfunIcon_js_default as ColorPumpfunIcon, external_ColorTgUserIcon_js_default as ColorTgUserIcon, external_ColorTiktokIcon_js_default as ColorTiktokIcon, external_ColorTrojanIcon_js_default as ColorTrojanIcon, external_ColorTruthSocialIcon_js_default as ColorTruthSocialIcon, external_ColorTwitchAppIcon_js_default as ColorTwitchAppIcon, external_ColorYoutubeIcon_js_default as ColorYoutubeIcon, external_ConceptIcon_js_default as ConceptIcon, external_ConvertFlashIcon_js_default as ConvertFlashIcon, external_ConvertIcon_js_default as ConvertIcon, external_CopyIcon_js_default as CopyIcon, external_CopyXIcon_js_default as CopyXIcon, external_CreatorTeamIcon_js_default as CreatorTeamIcon, external_CrownIcon_js_default as CrownIcon, external_CurrencyExchangeIcon_js_default as CurrencyExchangeIcon, external_DiamondHandIcon_js_default as DiamondHandIcon, external_DiamondIcon_js_default as DiamondIcon, external_DiscordIcon_js_default as DiscordIcon, external_DocumentTermsIcon_js_default as DocumentTermsIcon, external_DownloadIcon_js_default as DownloadIcon, external_Draggable2Icon_js_default as Draggable2Icon, external_DraggableIcon_js_default as DraggableIcon, external_DraggableVerticalIcon_js_default as DraggableVerticalIcon, external_EagleIcon_js_default as EagleIcon, external_EarthIcon_js_default as EarthIcon, external_Edit1Icon_js_default as Edit1Icon, external_EditIcon_js_default as EditIcon, external_EllipsisIcon_js_default as EllipsisIcon, external_EllipsisVerticalIcon_js_default as EllipsisVerticalIcon, external_EmptyIcon_js_default as EmptyIcon, external_ExpandIcon_js_default as ExpandIcon, external_ExternalLinkIcon_js_default as ExternalLinkIcon, external_EyeIcon_js_default as EyeIcon, external_EyeOffIcon_js_default as EyeOffIcon, external_FaceIcon_js_default as FaceIcon, external_FaceSadIcon_js_default as FaceSadIcon, external_FaqIcon_js_default as FaqIcon, external_FileTextIcon_js_default as FileTextIcon, external_FilterIcon_js_default as FilterIcon, external_FingerprintIcon_js_default as FingerprintIcon, external_FlagIcon_js_default as FlagIcon, external_FlameFilledIcon_js_default as FlameFilledIcon, external_FlameIcon_js_default as FlameIcon, external_Flash1Icon_js_default as Flash1Icon, external_FlashIcon_js_default as FlashIcon, external_FolderIcon_js_default as FolderIcon, external_FullscreenIcon_js_default as FullscreenIcon, external_GasFeeIcon_js_default as GasFeeIcon, external_GhostIcon_js_default as GhostIcon, external_GiftIcon_js_default as GiftIcon, external_GithubIcon_js_default as GithubIcon, external_GrassIcon_js_default as GrassIcon, external_HeadsetIcon_js_default as HeadsetIcon, external_HeartIcon_js_default as HeartIcon, external_HexagonDollarIcon_js_default as HexagonDollarIcon, external_HoneyPotIcon_js_default as HoneyPotIcon, external_ImageFallbackIcon_js_default as ImageFallbackIcon, external_ImportExportIcon_js_default as ImportExportIcon, external_InstagramIcon_js_default as InstagramIcon, external_InternetIcon_js_default as InternetIcon, external_InviteIcon_js_default as InviteIcon, external_JackpotIcon_js_default as JackpotIcon, external_JoinCommunityIcon_js_default as JoinCommunityIcon, external_KeyboardIcon_js_default as KeyboardIcon, external_KolInfluencersIcon_js_default as KolInfluencersIcon, external_LanguagesIcon_js_default as LanguagesIcon, external_Layers2Icon_js_default as Layers2Icon, external_LayersIcon_js_default as LayersIcon, external_LayoutBottomIcon_js_default as LayoutBottomIcon, external_LayoutFloatIcon_js_default as LayoutFloatIcon, external_LayoutIcon_js_default as LayoutIcon, external_LayoutLeftIcon_js_default as LayoutLeftIcon, external_LayoutRightIcon_js_default as LayoutRightIcon, external_LayoutSplitIcon_js_default as LayoutSplitIcon, external_LeaderboardIcon_js_default as LeaderboardIcon, external_LeafIcon_js_default as LeafIcon, external_LinkIcon_js_default as LinkIcon, external_LiquidityAddIcon_js_default as LiquidityAddIcon, external_LiquidityPoolIcon_js_default as LiquidityPoolIcon, external_LiquidityRemoveIcon_js_default as LiquidityRemoveIcon, external_List2Icon_js_default as List2Icon, external_ListCheckIcon_js_default as ListCheckIcon, external_ListCopyDownIcon_js_default as ListCopyDownIcon, external_ListCopyUpIcon_js_default as ListCopyUpIcon, external_ListHistoryIcon_js_default as ListHistoryIcon, external_ListIcon_js_default as ListIcon, external_ListSettingIcon_js_default as ListSettingIcon, external_ListSettingsIcon_js_default as ListSettingsIcon, external_Lock2Icon_js_default as Lock2Icon, external_LockIcon_js_default as LockIcon, external_MailHeartIcon_js_default as MailHeartIcon, external_MailIcon_js_default as MailIcon, external_ManualIcon_js_default as ManualIcon, external_MarketStatsIcon_js_default as MarketStatsIcon, external_MarketTrendIcon_js_default as MarketTrendIcon, external_MenuIcon_js_default as MenuIcon, external_MoonIcon_js_default as MoonIcon, external_MoveUpRightIcon_js_default as MoveUpRightIcon, external_MusicIcon_js_default as MusicIcon, external_NavAccountUxIcon_js_default as NavAccountUxIcon, external_NavCryptoUxIcon_js_default as NavCryptoUxIcon, external_NavEarnIcon_js_default as NavEarnIcon, external_NavHomeIcon_js_default as NavHomeIcon, external_NavHomeUxIcon_js_default as NavHomeUxIcon, external_NavMarketIcon_js_default as NavMarketIcon, external_NavStockUxIcon_js_default as NavStockUxIcon, external_NavTradeIcon_js_default as NavTradeIcon, external_NavWalletIcon_js_default as NavWalletIcon, external_OrderIcon_js_default as OrderIcon, external_OrientationSwitchIcon_js_default as OrientationSwitchIcon, external_OwnerAddressIcon_js_default as OwnerAddressIcon, external_PaperHandIcon_js_default as PaperHandIcon, external_ParticleTwitterIcon_js_default as ParticleTwitterIcon, external_PartyPopperIcon_js_default as PartyPopperIcon, external_PasswordIcon_js_default as PasswordIcon, external_PauseIcon_js_default as PauseIcon, external_PercentIcon_js_default as PercentIcon, external_PinIcon_js_default as PinIcon, external_PinOnIcon_js_default as PinOnIcon, external_PlayCircleIcon_js_default as PlayCircleIcon, external_PlayIcon_js_default as PlayIcon, external_PlayLeftIcon_js_default as PlayLeftIcon, external_PlusIcon_js_default as PlusIcon, external_PresetSettingIcon_js_default as PresetSettingIcon, external_PriorityFeeIcon_js_default as PriorityFeeIcon, external_PrivacyPolicyIcon_js_default as PrivacyPolicyIcon, external_ProcessingIcon_js_default as ProcessingIcon, external_PumpfunIcon_js_default as PumpfunIcon, external_QrcodeIcon_js_default as QrcodeIcon, external_QuestionIcon_js_default as QuestionIcon, external_Radar1Icon_js_default as Radar1Icon, external_RadarIcon_js_default as RadarIcon, external_RadioOffIcon_js_default as RadioOffIcon, external_RadioOnIcon_js_default as RadioOnIcon, external_ReceiveIcon_js_default as ReceiveIcon, external_RecordBuyIcon_js_default as RecordBuyIcon, external_RecordSellIcon_js_default as RecordSellIcon, external_RedPacketIcon_js_default as RedPacketIcon, external_RedditIcon_js_default as RedditIcon, external_RefreshCcwIcon_js_default as RefreshCcwIcon, external_RefreshCwIcon_js_default as RefreshCwIcon, external_RocketIcon_js_default as RocketIcon, external_RotateCwIcon_js_default as RotateCwIcon, external_ScanFaceIcon_js_default as ScanFaceIcon, external_ScanLineIcon_js_default as ScanLineIcon, external_SearchIcon_js_default as SearchIcon, external_SearchListIcon_js_default as SearchListIcon, external_SearchPlusIcon_js_default as SearchPlusIcon, external_SecureTips1Icon_js_default as SecureTips1Icon, external_SecureTips2Icon_js_default as SecureTips2Icon, external_SendIcon_js_default as SendIcon, external_SettingsIcon_js_default as SettingsIcon, external_ShareIcon_js_default as ShareIcon, external_ShieldAlertFilledIcon_js_default as ShieldAlertFilledIcon, external_ShieldAlertIcon_js_default as ShieldAlertIcon, external_ShieldBanIcon_js_default as ShieldBanIcon, external_ShieldCheckFilledIcon_js_default as ShieldCheckFilledIcon, external_ShieldCheckIcon_js_default as ShieldCheckIcon, external_ShieldIcon_js_default as ShieldIcon, external_ShieldPlusIcon_js_default as ShieldPlusIcon, external_ShieldXFilledIcon_js_default as ShieldXFilledIcon, external_ShieldXIcon_js_default as ShieldXIcon, external_ShipIcon_js_default as ShipIcon, external_ShoppingCartInIcon_js_default as ShoppingCartInIcon, external_ShoppingCartOutIcon_js_default as ShoppingCartOutIcon, external_SlackIcon_js_default as SlackIcon, external_SlidersHorizontalIcon_js_default as SlidersHorizontalIcon, external_SlidersVerticalIcon_js_default as SlidersVerticalIcon, external_SlippageIcon_js_default as SlippageIcon, external_SmartphoneIcon_js_default as SmartphoneIcon, external_SnowflakeIcon_js_default as SnowflakeIcon, external_SortAscIcon_js_default as SortAscIcon, external_SortDescIcon_js_default as SortDescIcon, external_SortDown1Icon_js_default as SortDown1Icon, external_SortDownIcon_js_default as SortDownIcon, external_SortIcon_js_default as SortIcon, external_SortUp1Icon_js_default as SortUp1Icon, external_SortUpIcon_js_default as SortUpIcon, external_SpaceIcon_js_default as SpaceIcon, external_SproutIcon_js_default as SproutIcon, external_StakeIcon_js_default as StakeIcon, external_StarIcon_js_default as StarIcon, external_StarOnIcon_js_default as StarOnIcon, external_StrategySettingIcon_js_default as StrategySettingIcon, external_SunIcon_js_default as SunIcon, external_Switch2Icon_js_default as Switch2Icon, external_Switch3Icon_js_default as Switch3Icon, external_SwitchIcon_js_default as SwitchIcon, external_TargetIcon_js_default as TargetIcon, external_TelegramIcon_js_default as TelegramIcon, external_TestnetsIcon_js_default as TestnetsIcon, external_TgChatGroupIcon_js_default as TgChatGroupIcon, external_ThemeSwitchIcon_js_default as ThemeSwitchIcon, external_TicketIcon_js_default as TicketIcon, external_TiktokIcon_js_default as TiktokIcon, external_TimeEndIcon_js_default as TimeEndIcon, external_TokenExchangeIcon_js_default as TokenExchangeIcon, external_Top10HoldersIcon_js_default as Top10HoldersIcon, external_TrackIcon_js_default as TrackIcon, external_TradeIcon_js_default as TradeIcon, external_TradeMainIcon_js_default as TradeMainIcon, external_TrainIcon_js_default as TrainIcon, external_TranslateIcon_js_default as TranslateIcon, external_TrashAllIcon_js_default as TrashAllIcon, external_TrashIcon_js_default as TrashIcon, external_TreeIcon_js_default as TreeIcon, external_TrenchIcon_js_default as TrenchIcon, external_TriangleAlertIcon_js_default as TriangleAlertIcon, external_TriangleDownIcon_js_default as TriangleDownIcon, external_TriangleUpIcon_js_default as TriangleUpIcon, external_TrophyIcon_js_default as TrophyIcon, external_TruthSocialIcon_js_default as TruthSocialIcon, external_TweetIcon_js_default as TweetIcon, external_TweetQuoteIcon_js_default as TweetQuoteIcon, external_TwinklingStarsIcon_js_default as TwinklingStarsIcon, external_TwitchAppIcon_js_default as TwitchAppIcon, external_TwitterIcon_js_default as TwitterIcon, external_TwitterSearchIcon_js_default as TwitterSearchIcon, external_UniversalXTwitterIcon_js_default as UniversalXTwitterIcon, external_UnlinkIcon_js_default as UnlinkIcon, external_UpdateIcon_js_default as UpdateIcon, external_UploadIcon_js_default as UploadIcon, external_UserBanIcon_js_default as UserBanIcon, external_UserFollowIcon_js_default as UserFollowIcon, external_UserIcon_js_default as UserIcon, external_UserPasskeyIcon_js_default as UserPasskeyIcon, external_UserStarIcon_js_default as UserStarIcon, external_UserTieIcon_js_default as UserTieIcon, external_Users1Icon_js_default as Users1Icon, external_UsersIcon_js_default as UsersIcon, external_UxBookIcon_js_default as UxBookIcon, external_VideoIcon_js_default as VideoIcon, external_Volume1Icon_js_default as Volume1Icon, external_VolumeIcon_js_default as VolumeIcon, external_WalletBackupIcon_js_default as WalletBackupIcon, external_WalletCreateIcon_js_default as WalletCreateIcon, external_WalletIcon_js_default as WalletIcon, external_WalletPasswordIcon_js_default as WalletPasswordIcon, external_WishlistIcon_js_default as WishlistIcon, external_WrenchIcon_js_default as WrenchIcon, external_XStocksIcon_js_default as XStocksIcon, external_YapsIcon_js_default as YapsIcon, external_YoutubeIcon_js_default as YoutubeIcon };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.1-beta.0",
|
|
5
5
|
"description": "Icon library for Particle Network design system",
|
|
6
6
|
"exports": {
|
|
7
7
|
"./core": "./dist/core/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"react-native-size-matters": "^0.4.2",
|
|
36
36
|
"tailwind-merge": "2.6.0",
|
|
37
|
-
"@particle-network/ui-shared": "0.
|
|
37
|
+
"@particle-network/ui-shared": "0.4.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@rsbuild/plugin-react": "^1.3.1",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "pnpm generate-icons && rslib build",
|
|
52
52
|
"build:fast": "rslib build",
|
|
53
|
-
"type-check": "npx
|
|
53
|
+
"type-check": "npx tsc --noEmit -p ./tsconfig.json",
|
|
54
54
|
"lint": "eslint . --no-error-on-unmatched-pattern --quiet",
|
|
55
55
|
"lint:fix": "eslint . --fix --no-error-on-unmatched-pattern --quiet",
|
|
56
56
|
"clean": "rm -rf .turbo node_modules dist",
|