@versini/ui-icons 4.26.0 → 4.26.1
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/1843.js +11 -5
- package/dist/all.js +1 -1
- package/dist/index.js +11 -5
- package/package.json +2 -2
package/dist/1843.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SvgIcon, jsx } from "./1787.js";
|
|
1
|
+
import { jsxs, SvgIcon, jsx } from "./1787.js";
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -13,16 +13,22 @@ import { SvgIcon, jsx } from "./1787.js";
|
|
|
13
13
|
*
|
|
14
14
|
*/
|
|
15
15
|
const IconBookmarkHollow = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
16
|
-
return /*#__PURE__*/
|
|
16
|
+
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
17
17
|
defaultViewBox: "0 0 384 512",
|
|
18
18
|
size: "size-5",
|
|
19
19
|
viewBox: viewBox,
|
|
20
20
|
className: className,
|
|
21
21
|
title: title || "Bookmark Hollow",
|
|
22
22
|
...rest,
|
|
23
|
-
children:
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
children: [
|
|
24
|
+
/*#__PURE__*/ jsx("path", {
|
|
25
|
+
d: "M96 0v322.1c0 12.8 14.2 20.4 24.9 13.3L192 288l71.1 47.4c10.6 7.1 24.9-.5 24.9-13.3V0z",
|
|
26
|
+
opacity: ".4"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M0 48C0 21.5 21.5 0 48 0h288c26.5 0 48 21.5 48 48v441.9c0 12.2-9.9 22.1-22.1 22.1-4.4 0-8.6-1.3-12.3-3.7L192 403.2 34.4 508.3c-3.6 2.4-7.9 3.7-12.3 3.7C9.9 512 0 502.1 0 489.9zm32 423.4 151.1-100.7c5.4-3.6 12.4-3.6 17.8 0L352 471.4V48c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16z"
|
|
30
|
+
})
|
|
31
|
+
]
|
|
26
32
|
});
|
|
27
33
|
};
|
|
28
34
|
/* export default */ const Icons_IconBookmarkHollow = (IconBookmarkHollow);
|
package/dist/all.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -272,16 +272,22 @@ const IconBookmark = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
272
272
|
*
|
|
273
273
|
*/
|
|
274
274
|
const IconBookmarkHollow = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
275
|
-
return /*#__PURE__*/
|
|
275
|
+
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
276
276
|
defaultViewBox: "0 0 384 512",
|
|
277
277
|
size: "size-5",
|
|
278
278
|
viewBox: viewBox,
|
|
279
279
|
className: className,
|
|
280
280
|
title: title || "Bookmark Hollow",
|
|
281
281
|
...rest,
|
|
282
|
-
children:
|
|
283
|
-
|
|
284
|
-
|
|
282
|
+
children: [
|
|
283
|
+
/*#__PURE__*/ jsx("path", {
|
|
284
|
+
d: "M96 0v322.1c0 12.8 14.2 20.4 24.9 13.3L192 288l71.1 47.4c10.6 7.1 24.9-.5 24.9-13.3V0z",
|
|
285
|
+
opacity: ".4"
|
|
286
|
+
}),
|
|
287
|
+
/*#__PURE__*/ jsx("path", {
|
|
288
|
+
d: "M0 48C0 21.5 21.5 0 48 0h288c26.5 0 48 21.5 48 48v441.9c0 12.2-9.9 22.1-22.1 22.1-4.4 0-8.6-1.3-12.3-3.7L192 403.2 34.4 508.3c-3.6 2.4-7.9 3.7-12.3 3.7C9.9 512 0 502.1 0 489.9zm32 423.4 151.1-100.7c5.4-3.6 12.4-3.6 17.8 0L352 471.4V48c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16z"
|
|
289
|
+
})
|
|
290
|
+
]
|
|
285
291
|
});
|
|
286
292
|
};
|
|
287
293
|
/* export default */ const Icons_IconBookmarkHollow = ((/* unused pure expression or super */ null && (IconBookmarkHollow)));
|
|
@@ -3859,7 +3865,7 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3859
3865
|
/**
|
|
3860
3866
|
* This file is automatically generated.
|
|
3861
3867
|
* Do not edit it manually.
|
|
3862
|
-
* Last updated on 3/
|
|
3868
|
+
* Last updated on 3/29/2026, 1:36:01 PM.
|
|
3863
3869
|
*/
|
|
3864
3870
|
|
|
3865
3871
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-icons",
|
|
3
|
-
"version": "4.26.
|
|
3
|
+
"version": "4.26.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -535,5 +535,5 @@
|
|
|
535
535
|
"sideEffects": [
|
|
536
536
|
"**/*.css"
|
|
537
537
|
],
|
|
538
|
-
"gitHead": "
|
|
538
|
+
"gitHead": "e0dab23cbecfc785e72c6fa97935a7abdf69d386"
|
|
539
539
|
}
|