@particle-network/icons 0.0.4 → 0.0.5
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/CabalLeaderIcon.js +4 -4
- package/dist/native/InternetIcon.js +1 -1
- package/dist/native/index.d.ts +1 -1
- package/dist/native/index.js +1 -1
- package/dist/web/CabalLeaderIcon.js +4 -4
- package/dist/web/InternetIcon.js +1 -1
- package/dist/web/index.d.ts +1 -1
- package/dist/web/index.js +1 -1
- package/package.json +1 -1
|
@@ -4,8 +4,8 @@ import external_react_native_svg_default, { Path } from "react-native-svg";
|
|
|
4
4
|
import { isThemeColor, useIconsContext } from "../core/index.js";
|
|
5
5
|
const CabalLeaderIcon_CabalLeaderIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
|
|
6
6
|
const { getColor } = useIconsContext();
|
|
7
|
-
isThemeColor(color)
|
|
8
|
-
props.fill;
|
|
7
|
+
const _color = isThemeColor(color) ? getColor(color) : color;
|
|
8
|
+
const fill = props.fill || _color;
|
|
9
9
|
return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
|
|
10
10
|
width: width,
|
|
11
11
|
height: height,
|
|
@@ -15,11 +15,11 @@ const CabalLeaderIcon_CabalLeaderIcon = ({ size = 16, width = size, height = siz
|
|
|
15
15
|
children: [
|
|
16
16
|
/*#__PURE__*/ jsx(Path, {
|
|
17
17
|
d: "M14.1523 17.3436C13.3722 17.3436 12.5909 17.3157 11.8124 17.3541C11.3596 17.3762 11.1223 17.2646 11.029 16.7959C10.9457 16.3778 10.7612 15.9785 10.6166 15.5727C10.4779 15.1837 10.4365 14.7626 9.93037 14.5672C9.78145 14.51 9.68112 14.014 9.76267 13.792C9.82566 13.6202 10.2424 13.4343 10.437 13.487C10.6512 13.5455 10.9101 13.8535 10.9409 14.0802C11.0189 14.6508 11.2717 14.9966 11.9867 15.2376C12.5335 15.4225 12.9716 15.2532 13.2704 14.7935C13.4838 14.4651 13.6558 14.1045 13.7966 13.7396C13.8464 13.6097 13.7969 13.3929 13.7115 13.2708C13.4736 12.9302 13.4116 12.5533 13.744 12.3253C13.9445 12.1873 14.3891 12.1858 14.5993 12.3173C14.9459 12.5339 14.9154 12.9001 14.6559 13.25C14.5584 13.3819 14.5601 13.6094 14.5721 13.7895C14.5815 13.9317 14.6709 14.0703 14.734 14.2063C15.3283 15.4872 16.2275 15.6619 17.2786 14.6851C17.3681 14.6018 17.393 14.4002 17.3742 14.2638C17.3203 13.8713 17.4423 13.5806 17.8323 13.4737C18.2063 13.3716 18.5232 13.4938 18.6513 13.8848C18.7763 14.2665 18.5883 14.515 18.2577 14.7137C18.1034 14.8065 17.9475 14.9637 17.886 15.1265C17.6727 15.6863 17.4776 16.2556 17.3209 16.8332C17.2152 17.223 17.0302 17.3727 16.6064 17.3542C15.7896 17.318 14.9705 17.3436 14.1523 17.3436Z",
|
|
18
|
-
fill:
|
|
18
|
+
fill: fill
|
|
19
19
|
}),
|
|
20
20
|
/*#__PURE__*/ jsx(Path, {
|
|
21
21
|
d: "M9.10967 15.0105C9.10967 14.1561 9.52449 13.3898 10.1809 12.8688C10.2161 12.3431 10.2614 11.8552 10.1884 11.8439C10.2116 11.3449 10.5793 11.32 10.7044 10.937C10.8087 10.6011 10.7138 10.1654 10.8822 9.85266C10.9978 9.63558 11.267 9.6328 11.3996 9.44785C11.5191 9.27858 11.5991 8.98496 11.6368 8.77804C11.7067 8.40094 11.7638 7.88421 11.586 7.51172C11.4795 7.29661 11.4151 7.27626 11.3874 7.01486C11.3537 6.70089 11.4807 5.45112 11.4872 5.22791C11.5015 4.6504 11.4858 4.60294 11.3473 4.03946L11.3483 4.03938C11.3483 4.03938 11.0608 3.53046 10.7945 3.37711L10.2615 3.28509L9.93725 2.98071C8.61309 2.16932 7.15538 2.73788 6.39597 3.04537C5.30237 3.40161 4.60922 4.69121 5.0926 6.9788C5.17766 7.3701 4.88014 7.54552 4.89827 7.75913C4.941 8.22508 4.95019 9.34724 5.39087 9.62281C5.43017 9.64783 5.74293 9.72764 5.74287 9.7057C5.78511 10.1584 5.8297 10.6126 5.87285 11.0658C5.98323 11.3705 6.32794 11.4016 6.40287 11.8283C6.40287 11.8283 6.5075 13.9548 6.22339 14.1517C5.98533 14.2138 1.26703 15.3472 1.26703 16.9479H7.70402V16.9483H8.85734V16.9479H9.9488C9.42834 16.4402 9.10967 15.7593 9.10967 15.0105ZM14.5231 16.9479H15.3191C15.2594 16.7196 15.1546 16.5085 15.015 16.3134C14.8832 16.5454 14.7171 16.7586 14.5231 16.9479Z",
|
|
22
|
-
fill:
|
|
22
|
+
fill: fill
|
|
23
23
|
})
|
|
24
24
|
]
|
|
25
25
|
});
|
|
@@ -18,6 +18,6 @@ const InternetIcon_InternetIcon = ({ size = 16, width = size, height = size, col
|
|
|
18
18
|
})
|
|
19
19
|
});
|
|
20
20
|
};
|
|
21
|
-
InternetIcon_InternetIcon.displayName = 'InternetIcon|
|
|
21
|
+
InternetIcon_InternetIcon.displayName = 'InternetIcon|Internet';
|
|
22
22
|
const InternetIcon = InternetIcon_InternetIcon;
|
|
23
23
|
export { InternetIcon as default };
|
package/dist/native/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as InternetIcon } from './InternetIcon';
|
|
1
2
|
export { default as ActivityIcon } from './ActivityIcon';
|
|
2
3
|
export { default as AlertOnIcon } from './AlertOnIcon';
|
|
3
4
|
export { default as AlertIcon } from './AlertIcon';
|
|
@@ -118,7 +119,6 @@ export { default as HexagonDollarIcon } from './HexagonDollarIcon';
|
|
|
118
119
|
export { default as HoneyPotIcon } from './HoneyPotIcon';
|
|
119
120
|
export { default as ImportExportIcon } from './ImportExportIcon';
|
|
120
121
|
export { default as InstagramIcon } from './InstagramIcon';
|
|
121
|
-
export { default as InternetIcon } from './InternetIcon';
|
|
122
122
|
export { default as InviteIcon } from './InviteIcon';
|
|
123
123
|
export { default as JackpotIcon } from './JackpotIcon';
|
|
124
124
|
export { default as JoinCommunityIcon } from './JoinCommunityIcon';
|
package/dist/native/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import external_InternetIcon_js_default from "./InternetIcon.js";
|
|
1
2
|
import external_ActivityIcon_js_default from "./ActivityIcon.js";
|
|
2
3
|
import external_AlertOnIcon_js_default from "./AlertOnIcon.js";
|
|
3
4
|
import external_AlertIcon_js_default from "./AlertIcon.js";
|
|
@@ -118,7 +119,6 @@ import external_HexagonDollarIcon_js_default from "./HexagonDollarIcon.js";
|
|
|
118
119
|
import external_HoneyPotIcon_js_default from "./HoneyPotIcon.js";
|
|
119
120
|
import external_ImportExportIcon_js_default from "./ImportExportIcon.js";
|
|
120
121
|
import external_InstagramIcon_js_default from "./InstagramIcon.js";
|
|
121
|
-
import external_InternetIcon_js_default from "./InternetIcon.js";
|
|
122
122
|
import external_InviteIcon_js_default from "./InviteIcon.js";
|
|
123
123
|
import external_JackpotIcon_js_default from "./JackpotIcon.js";
|
|
124
124
|
import external_JoinCommunityIcon_js_default from "./JoinCommunityIcon.js";
|
|
@@ -3,8 +3,8 @@ import "react";
|
|
|
3
3
|
import { isThemeColor, useIconsContext } from "../core/index.js";
|
|
4
4
|
const CabalLeaderIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
|
|
5
5
|
const { getColor } = useIconsContext();
|
|
6
|
-
isThemeColor(color)
|
|
7
|
-
props.fill;
|
|
6
|
+
const _color = isThemeColor(color) ? getColor(color) : color;
|
|
7
|
+
const fill = props.fill || _color;
|
|
8
8
|
return /*#__PURE__*/ jsxs("svg", {
|
|
9
9
|
width: width,
|
|
10
10
|
height: height,
|
|
@@ -14,11 +14,11 @@ const CabalLeaderIcon = ({ size = 16, width = size, height = size, color = 'curr
|
|
|
14
14
|
children: [
|
|
15
15
|
/*#__PURE__*/ jsx("path", {
|
|
16
16
|
d: "M14.1523 17.3436C13.3722 17.3436 12.5909 17.3157 11.8124 17.3541C11.3596 17.3762 11.1223 17.2646 11.029 16.7959C10.9457 16.3778 10.7612 15.9785 10.6166 15.5727C10.4779 15.1837 10.4365 14.7626 9.93037 14.5672C9.78145 14.51 9.68112 14.014 9.76267 13.792C9.82566 13.6202 10.2424 13.4343 10.437 13.487C10.6512 13.5455 10.9101 13.8535 10.9409 14.0802C11.0189 14.6508 11.2717 14.9966 11.9867 15.2376C12.5335 15.4225 12.9716 15.2532 13.2704 14.7935C13.4838 14.4651 13.6558 14.1045 13.7966 13.7396C13.8464 13.6097 13.7969 13.3929 13.7115 13.2708C13.4736 12.9302 13.4116 12.5533 13.744 12.3253C13.9445 12.1873 14.3891 12.1858 14.5993 12.3173C14.9459 12.5339 14.9154 12.9001 14.6559 13.25C14.5584 13.3819 14.5601 13.6094 14.5721 13.7895C14.5815 13.9317 14.6709 14.0703 14.734 14.2063C15.3283 15.4872 16.2275 15.6619 17.2786 14.6851C17.3681 14.6018 17.393 14.4002 17.3742 14.2638C17.3203 13.8713 17.4423 13.5806 17.8323 13.4737C18.2063 13.3716 18.5232 13.4938 18.6513 13.8848C18.7763 14.2665 18.5883 14.515 18.2577 14.7137C18.1034 14.8065 17.9475 14.9637 17.886 15.1265C17.6727 15.6863 17.4776 16.2556 17.3209 16.8332C17.2152 17.223 17.0302 17.3727 16.6064 17.3542C15.7896 17.318 14.9705 17.3436 14.1523 17.3436Z",
|
|
17
|
-
fill:
|
|
17
|
+
fill: fill
|
|
18
18
|
}),
|
|
19
19
|
/*#__PURE__*/ jsx("path", {
|
|
20
20
|
d: "M9.10967 15.0105C9.10967 14.1561 9.52449 13.3898 10.1809 12.8688C10.2161 12.3431 10.2614 11.8552 10.1884 11.8439C10.2116 11.3449 10.5793 11.32 10.7044 10.937C10.8087 10.6011 10.7138 10.1654 10.8822 9.85266C10.9978 9.63558 11.267 9.6328 11.3996 9.44785C11.5191 9.27858 11.5991 8.98496 11.6368 8.77804C11.7067 8.40094 11.7638 7.88421 11.586 7.51172C11.4795 7.29661 11.4151 7.27626 11.3874 7.01486C11.3537 6.70089 11.4807 5.45112 11.4872 5.22791C11.5015 4.6504 11.4858 4.60294 11.3473 4.03946L11.3483 4.03938C11.3483 4.03938 11.0608 3.53046 10.7945 3.37711L10.2615 3.28509L9.93725 2.98071C8.61309 2.16932 7.15538 2.73788 6.39597 3.04537C5.30237 3.40161 4.60922 4.69121 5.0926 6.9788C5.17766 7.3701 4.88014 7.54552 4.89827 7.75913C4.941 8.22508 4.95019 9.34724 5.39087 9.62281C5.43017 9.64783 5.74293 9.72764 5.74287 9.7057C5.78511 10.1584 5.8297 10.6126 5.87285 11.0658C5.98323 11.3705 6.32794 11.4016 6.40287 11.8283C6.40287 11.8283 6.5075 13.9548 6.22339 14.1517C5.98533 14.2138 1.26703 15.3472 1.26703 16.9479H7.70402V16.9483H8.85734V16.9479H9.9488C9.42834 16.4402 9.10967 15.7593 9.10967 15.0105ZM14.5231 16.9479H15.3191C15.2594 16.7196 15.1546 16.5085 15.015 16.3134C14.8832 16.5454 14.7171 16.7586 14.5231 16.9479Z",
|
|
21
|
-
fill:
|
|
21
|
+
fill: fill
|
|
22
22
|
})
|
|
23
23
|
]
|
|
24
24
|
});
|
package/dist/web/InternetIcon.js
CHANGED
|
@@ -17,6 +17,6 @@ const InternetIcon_InternetIcon = ({ size = 16, width = size, height = size, col
|
|
|
17
17
|
})
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
|
-
InternetIcon_InternetIcon.displayName = 'InternetIcon|
|
|
20
|
+
InternetIcon_InternetIcon.displayName = 'InternetIcon|Internet';
|
|
21
21
|
const InternetIcon = InternetIcon_InternetIcon;
|
|
22
22
|
export { InternetIcon as default };
|
package/dist/web/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as InternetIcon } from './InternetIcon';
|
|
1
2
|
export { default as ActivityIcon } from './ActivityIcon';
|
|
2
3
|
export { default as AlertOnIcon } from './AlertOnIcon';
|
|
3
4
|
export { default as AlertIcon } from './AlertIcon';
|
|
@@ -118,7 +119,6 @@ export { default as HexagonDollarIcon } from './HexagonDollarIcon';
|
|
|
118
119
|
export { default as HoneyPotIcon } from './HoneyPotIcon';
|
|
119
120
|
export { default as ImportExportIcon } from './ImportExportIcon';
|
|
120
121
|
export { default as InstagramIcon } from './InstagramIcon';
|
|
121
|
-
export { default as InternetIcon } from './InternetIcon';
|
|
122
122
|
export { default as InviteIcon } from './InviteIcon';
|
|
123
123
|
export { default as JackpotIcon } from './JackpotIcon';
|
|
124
124
|
export { default as JoinCommunityIcon } from './JoinCommunityIcon';
|
package/dist/web/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import external_InternetIcon_js_default from "./InternetIcon.js";
|
|
1
2
|
import external_ActivityIcon_js_default from "./ActivityIcon.js";
|
|
2
3
|
import external_AlertOnIcon_js_default from "./AlertOnIcon.js";
|
|
3
4
|
import external_AlertIcon_js_default from "./AlertIcon.js";
|
|
@@ -118,7 +119,6 @@ import external_HexagonDollarIcon_js_default from "./HexagonDollarIcon.js";
|
|
|
118
119
|
import external_HoneyPotIcon_js_default from "./HoneyPotIcon.js";
|
|
119
120
|
import external_ImportExportIcon_js_default from "./ImportExportIcon.js";
|
|
120
121
|
import external_InstagramIcon_js_default from "./InstagramIcon.js";
|
|
121
|
-
import external_InternetIcon_js_default from "./InternetIcon.js";
|
|
122
122
|
import external_InviteIcon_js_default from "./InviteIcon.js";
|
|
123
123
|
import external_JackpotIcon_js_default from "./JackpotIcon.js";
|
|
124
124
|
import external_JoinCommunityIcon_js_default from "./JoinCommunityIcon.js";
|