@particle-network/icons 0.0.11 → 0.0.13
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/CashRewardsIcon.js +1 -1
- package/dist/native/{DollarWhiteIcon.d.ts → CircleDollarIcon.d.ts} +2 -2
- package/dist/native/CircleDollarIcon.js +23 -0
- package/dist/native/CirclePendingIcon.js +4 -24
- package/dist/native/SlidersHorizontalIcon.js +5 -2
- package/dist/native/TimeEndIcon.js +3 -3
- package/dist/native/{TimerIcon.d.ts → UserFollowIcon.d.ts} +2 -2
- package/dist/native/UserFollowIcon.js +23 -0
- package/dist/native/WalletCreateIcon.js +1 -1
- package/dist/native/index.d.ts +2 -4
- package/dist/native/index.js +3 -5
- package/dist/web/CashRewardsIcon.js +1 -1
- package/dist/{native/PersonFollowIcon.d.ts → web/CircleDollarIcon.d.ts} +2 -2
- package/dist/web/CircleDollarIcon.js +22 -0
- package/dist/web/CirclePendingIcon.js +4 -24
- package/dist/web/SlidersHorizontalIcon.js +5 -2
- package/dist/web/TimeEndIcon.js +3 -3
- package/dist/web/{TimerIcon.d.ts → UserFollowIcon.d.ts} +2 -2
- package/dist/web/UserFollowIcon.js +22 -0
- package/dist/web/WalletCreateIcon.js +1 -1
- package/dist/web/index.d.ts +2 -4
- package/dist/web/index.js +3 -5
- package/package.json +1 -1
- package/dist/native/DollarWhiteIcon.js +0 -38
- package/dist/native/PersonFollowIcon.js +0 -43
- package/dist/native/TimerIcon.js +0 -45
- package/dist/native/WalletImportIcon.d.ts +0 -7
- package/dist/native/WalletImportIcon.js +0 -30
- package/dist/web/DollarWhiteIcon.d.ts +0 -7
- package/dist/web/DollarWhiteIcon.js +0 -37
- package/dist/web/PersonFollowIcon.d.ts +0 -7
- package/dist/web/PersonFollowIcon.js +0 -42
- package/dist/web/TimerIcon.js +0 -44
- package/dist/web/WalletImportIcon.d.ts +0 -7
- package/dist/web/WalletImportIcon.js +0 -29
package/dist/web/TimerIcon.js
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import { isThemeColor, useIconsContext } from "../core/index.js";
|
|
4
|
-
const TimerIcon_TimerIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
|
|
5
|
-
const { getColor } = useIconsContext();
|
|
6
|
-
const _color = isThemeColor(color) ? getColor(color) : color;
|
|
7
|
-
const fill = props.fill || _color;
|
|
8
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
9
|
-
width: width,
|
|
10
|
-
height: height,
|
|
11
|
-
viewBox: "0 0 13 13",
|
|
12
|
-
fill: "none",
|
|
13
|
-
...props,
|
|
14
|
-
children: [
|
|
15
|
-
/*#__PURE__*/ jsxs("g", {
|
|
16
|
-
clipPath: "url(#prefix__clip0_1726_1157)",
|
|
17
|
-
children: [
|
|
18
|
-
/*#__PURE__*/ jsx("path", {
|
|
19
|
-
d: "M11.9133 3.06158C11.6433 3.01658 11.3833 3.19158 11.3333 3.46158L11.3033 3.61658C11.1033 3.29658 10.8683 2.99658 10.5983 2.72158C10.1232 2.24609 9.5588 1.86922 8.93754 1.61265C8.31629 1.35608 7.65043 1.22488 6.97828 1.22658C4.15828 1.22658 1.86328 3.52158 1.86328 6.34158C1.86328 9.16158 4.15828 11.4616 6.97828 11.4616C7.65077 11.4626 8.31682 11.3305 8.93809 11.0731C9.55936 10.8157 10.1236 10.4379 10.5983 9.96158C10.8133 9.74658 10.8133 9.40158 10.5983 9.18158C10.3833 8.96658 10.0383 8.96658 9.81828 9.18158C9.44575 9.55536 9.00315 9.85198 8.51582 10.0545C8.02849 10.2569 7.506 10.3613 6.97828 10.3616C4.76328 10.3616 2.96328 8.55658 2.96328 6.34158C2.96328 4.12658 4.76328 2.32658 6.97828 2.32658C8.04828 2.32658 9.05828 2.74158 9.81828 3.49658C10.0733 3.75658 10.2833 4.04158 10.4583 4.34158L9.97828 4.10658C9.72828 3.98658 9.43328 4.08658 9.30828 4.33158C9.18328 4.58158 9.28828 4.88158 9.53328 5.00158L10.9533 5.70158C11.0583 5.75658 11.1733 5.78158 11.2933 5.78158C11.4133 5.78158 11.5183 5.75658 11.6233 5.70658C11.8383 5.60158 11.9883 5.40158 12.0333 5.16658L12.3133 3.63658C12.3369 3.50665 12.3081 3.37264 12.2331 3.26392C12.1582 3.15521 12.0431 3.08065 11.9133 3.05658V3.06158Z",
|
|
20
|
-
fill: fill
|
|
21
|
-
}),
|
|
22
|
-
/*#__PURE__*/ jsx("path", {
|
|
23
|
-
d: "M6.77266 3.76586C6.46766 3.76586 6.22266 4.01086 6.22266 4.31586V6.69586L7.92266 8.40086C8.02766 8.51086 8.17266 8.56086 8.31266 8.56086C8.45266 8.56086 8.59266 8.50586 8.70266 8.40086C8.91766 8.18586 8.91766 7.83586 8.70266 7.62086L7.32266 6.23586V4.30586C7.32266 4.00086 7.07766 3.75586 6.77266 3.75586V3.76586Z",
|
|
24
|
-
fill: fill
|
|
25
|
-
})
|
|
26
|
-
]
|
|
27
|
-
}),
|
|
28
|
-
/*#__PURE__*/ jsx("defs", {
|
|
29
|
-
children: /*#__PURE__*/ jsx("clipPath", {
|
|
30
|
-
id: "prefix__clip0_1726_1157",
|
|
31
|
-
children: /*#__PURE__*/ jsx("rect", {
|
|
32
|
-
width: 12,
|
|
33
|
-
height: 12,
|
|
34
|
-
fill: "white",
|
|
35
|
-
transform: "translate(0.75 0.400391)"
|
|
36
|
-
})
|
|
37
|
-
})
|
|
38
|
-
})
|
|
39
|
-
]
|
|
40
|
-
});
|
|
41
|
-
};
|
|
42
|
-
TimerIcon_TimerIcon.displayName = 'TimerIcon|timer';
|
|
43
|
-
const TimerIcon = TimerIcon_TimerIcon;
|
|
44
|
-
export { TimerIcon as default };
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type IconColor } from '../core';
|
|
2
|
-
import { type IconProps } from './types';
|
|
3
|
-
declare const WalletImportIcon: {
|
|
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 WalletImportIcon;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import { isThemeColor, useIconsContext } from "../core/index.js";
|
|
4
|
-
const WalletImportIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
|
|
5
|
-
const { getColor } = useIconsContext();
|
|
6
|
-
const _color = isThemeColor(color) ? getColor(color) : color;
|
|
7
|
-
const fill = props.fill || _color;
|
|
8
|
-
const stroke = props.stroke || _color;
|
|
9
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
10
|
-
width: width,
|
|
11
|
-
height: height,
|
|
12
|
-
viewBox: "0 0 50 50",
|
|
13
|
-
fill: "none",
|
|
14
|
-
...props,
|
|
15
|
-
children: [
|
|
16
|
-
/*#__PURE__*/ jsx("path", {
|
|
17
|
-
d: "M38.4756 26.1035C38.9348 26.1036 39.3755 26.2857 39.7002 26.6104C40.0248 26.9351 40.207 27.3758 40.207 27.835V33.3359C40.2047 34.7131 39.6564 36.034 38.6826 37.0078C37.7088 37.9815 36.3888 38.529 35.0117 38.5312H13.5273C12.1495 38.5312 10.8278 37.9841 9.85352 37.0098C8.87935 36.0355 8.33203 34.7137 8.33203 33.3359V27.835C8.33203 27.3758 8.51423 26.9351 8.83887 26.6104C9.16356 26.2857 9.6043 26.1036 10.0635 26.1035C10.5227 26.1035 10.9633 26.2857 11.2881 26.6104C11.6129 26.9351 11.7959 27.3757 11.7959 27.835V33.3359C11.7959 33.7951 11.9781 34.2358 12.3027 34.5605C12.6275 34.8853 13.068 35.0684 13.5273 35.0684H35.0117C35.471 35.0684 35.9116 34.8853 36.2363 34.5605C36.561 34.2358 36.7432 33.7951 36.7432 33.3359V27.835C36.7432 27.3757 36.9262 26.9351 37.251 26.6104C37.5757 26.2857 38.0163 26.1035 38.4756 26.1035ZM24.6865 10.832C25.1457 10.8321 25.5864 11.0142 25.9111 11.3389C26.2358 11.6636 26.4179 12.1043 26.418 12.5635V23.9727L28.2539 22.1318C28.4135 21.9666 28.6044 21.8349 28.8154 21.7441C29.0267 21.6534 29.2544 21.6055 29.4844 21.6035C29.7143 21.6015 29.9425 21.6454 30.1553 21.7324C30.3679 21.8195 30.5611 21.9479 30.7236 22.1104C30.8862 22.2729 31.0155 22.466 31.1025 22.6787C31.1896 22.8914 31.2334 23.1198 31.2314 23.3496C31.2294 23.5795 31.1816 23.8073 31.0908 24.0186C31.0001 24.2298 30.8675 24.4204 30.7021 24.5801L25.9102 29.374C25.747 29.5327 25.5555 29.6597 25.3457 29.748C25.1361 29.8351 24.9115 29.8799 24.6846 29.8799C24.4575 29.8799 24.2321 29.8352 24.0225 29.748L24.0244 29.7412C23.815 29.6532 23.6242 29.5262 23.4619 29.3672L18.2666 24.1719C17.9512 23.8453 17.7764 23.408 17.7803 22.9541C17.7842 22.5 17.967 22.0652 18.2881 21.7441C18.6091 21.4232 19.0432 21.2413 19.4971 21.2373C19.9509 21.2334 20.3883 21.4075 20.7148 21.7227L22.9541 23.9746V12.5635C22.9542 12.1043 23.1372 11.6636 23.4619 11.3389C23.7867 11.0143 24.2274 10.832 24.6865 10.832Z",
|
|
18
|
-
fill: fill
|
|
19
|
-
}),
|
|
20
|
-
/*#__PURE__*/ jsx("path", {
|
|
21
|
-
d: "M38.4756 26.1035C38.9348 26.1036 39.3755 26.2857 39.7002 26.6104C40.0248 26.9351 40.207 27.3758 40.207 27.835V33.3359C40.2047 34.7131 39.6564 36.034 38.6826 37.0078C37.7088 37.9815 36.3888 38.529 35.0117 38.5312H13.5273C12.1495 38.5312 10.8278 37.9841 9.85352 37.0098C8.87935 36.0355 8.33203 34.7137 8.33203 33.3359V27.835C8.33203 27.3758 8.51423 26.9351 8.83887 26.6104C9.16356 26.2857 9.6043 26.1036 10.0635 26.1035C10.5227 26.1035 10.9633 26.2857 11.2881 26.6104C11.6129 26.9351 11.7959 27.3757 11.7959 27.835V33.3359C11.7959 33.7951 11.9781 34.2358 12.3027 34.5605C12.6275 34.8853 13.068 35.0684 13.5273 35.0684H35.0117C35.471 35.0684 35.9116 34.8853 36.2363 34.5605C36.561 34.2358 36.7432 33.7951 36.7432 33.3359V27.835C36.7432 27.3757 36.9262 26.9351 37.251 26.6104C37.5757 26.2857 38.0163 26.1035 38.4756 26.1035ZM24.6865 10.832C25.1457 10.8321 25.5864 11.0142 25.9111 11.3389C26.2358 11.6636 26.4179 12.1043 26.418 12.5635V23.9727L28.2539 22.1318C28.4135 21.9666 28.6044 21.8349 28.8154 21.7441C29.0267 21.6534 29.2544 21.6055 29.4844 21.6035C29.7143 21.6015 29.9425 21.6454 30.1553 21.7324C30.3679 21.8195 30.5611 21.9479 30.7236 22.1104C30.8862 22.2729 31.0155 22.466 31.1025 22.6787C31.1896 22.8914 31.2334 23.1198 31.2314 23.3496C31.2294 23.5795 31.1816 23.8073 31.0908 24.0186C31.0001 24.2298 30.8675 24.4204 30.7021 24.5801L25.9102 29.374C25.747 29.5327 25.5555 29.6597 25.3457 29.748C25.1361 29.8351 24.9115 29.8799 24.6846 29.8799C24.4575 29.8799 24.2321 29.8352 24.0225 29.748L24.0244 29.7412C23.815 29.6532 23.6242 29.5262 23.4619 29.3672L18.2666 24.1719C17.9512 23.8453 17.7764 23.408 17.7803 22.9541C17.7842 22.5 17.967 22.0652 18.2881 21.7441C18.6091 21.4232 19.0432 21.2413 19.4971 21.2373C19.9509 21.2334 20.3883 21.4075 20.7148 21.7227L22.9541 23.9746V12.5635C22.9542 12.1043 23.1372 11.6636 23.4619 11.3389C23.7867 11.0143 24.2274 10.832 24.6865 10.832Z",
|
|
22
|
-
stroke: stroke
|
|
23
|
-
})
|
|
24
|
-
]
|
|
25
|
-
});
|
|
26
|
-
};
|
|
27
|
-
WalletImportIcon.displayName = 'WalletImportIcon|wallet-import';
|
|
28
|
-
const web_WalletImportIcon = WalletImportIcon;
|
|
29
|
-
export { web_WalletImportIcon as default };
|