@versini/ui-icons 4.16.0 → 4.16.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/index.js +18 -23
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-icons v4.16.
|
|
2
|
+
@versini/ui-icons v4.16.1
|
|
3
3
|
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
try {
|
|
6
6
|
if (!window.__VERSINI_UI_ICONS__) {
|
|
7
7
|
window.__VERSINI_UI_ICONS__ = {
|
|
8
|
-
version: "4.16.
|
|
9
|
-
buildTime: "01/02/2026
|
|
8
|
+
version: "4.16.1",
|
|
9
|
+
buildTime: "01/02/2026 08:37 PM EST",
|
|
10
10
|
homepage: "https://github.com/aversini/ui-icons",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
};
|
|
@@ -30,7 +30,7 @@ import clsx from "clsx";
|
|
|
30
30
|
if (!window.__VERSINI_UI_SVGICON__) {
|
|
31
31
|
window.__VERSINI_UI_SVGICON__ = {
|
|
32
32
|
version: "4.3.0",
|
|
33
|
-
buildTime: "01/02/2026
|
|
33
|
+
buildTime: "01/02/2026 08:37 PM EST",
|
|
34
34
|
homepage: "https://github.com/aversini/ui-icons",
|
|
35
35
|
license: "MIT"
|
|
36
36
|
};
|
|
@@ -345,14 +345,15 @@ const IconBookSparklesLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
345
345
|
*
|
|
346
346
|
* To update this file, run `yarn build:icons`.
|
|
347
347
|
*
|
|
348
|
-
* Original name:
|
|
348
|
+
* Original name: split.svg
|
|
349
349
|
*
|
|
350
350
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
351
351
|
*
|
|
352
352
|
*/
|
|
353
353
|
const IconBranch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
354
|
-
|
|
355
|
-
|
|
354
|
+
/* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
|
|
355
|
+
/* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
356
|
+
defaultViewBox: "0 0 512 512",
|
|
356
357
|
size: "size-5",
|
|
357
358
|
viewBox: viewBox,
|
|
358
359
|
className: className,
|
|
@@ -360,11 +361,11 @@ const IconBranch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
360
361
|
...rest,
|
|
361
362
|
children: [
|
|
362
363
|
/*#__PURE__*/ jsx("path", {
|
|
363
|
-
d: "
|
|
364
|
-
opacity:
|
|
364
|
+
d: "M165.5 288c25.5 0 49.9-10.1 67.9-28.1l3.9-3.9 86.6 86.6c6 6 14.1 9.4 22.6 9.4H384v-32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64c-6.1 6.1-14.3 9.4-22.6 9.4-4.1 0-8.3-.8-12.2-2.4-12-5-19.8-16.6-19.8-29.6v-32h-37.5c-25.5 0-49.9-10.1-67.9-28.1l-90.5-90.5c-6-6-14.1-9.4-22.6-9.4z",
|
|
365
|
+
opacity: opacity
|
|
365
366
|
}),
|
|
366
367
|
/*#__PURE__*/ jsx("path", {
|
|
367
|
-
d: "
|
|
368
|
+
d: "M438.6 41.4c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6v32h-37.5c-25.5 0-49.9 10.1-67.9 28.1L188 214.7c-6 6-14.1 9.4-22.6 9.4L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32h133.5c25.5 0 49.9-10.1 67.9-28.1l90.5-90.5c6-6 14.1-9.4 22.6-9.4H384v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c6-6 9.4-14.1 9.4-22.6s-3.4-16.6-9.4-22.6l-64-64z"
|
|
368
369
|
})
|
|
369
370
|
]
|
|
370
371
|
});
|
|
@@ -378,28 +379,22 @@ const IconBranch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
378
379
|
*
|
|
379
380
|
* To update this file, run `yarn build:icons`.
|
|
380
381
|
*
|
|
381
|
-
* Original name:
|
|
382
|
+
* Original name: split.svg
|
|
382
383
|
*
|
|
383
384
|
* ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
|
|
384
385
|
*
|
|
385
386
|
*/
|
|
386
387
|
const IconBranchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
387
|
-
return /*#__PURE__*/
|
|
388
|
-
defaultViewBox: "0 0
|
|
388
|
+
return /*#__PURE__*/ jsx(SvgIcon, {
|
|
389
|
+
defaultViewBox: "0 0 512 512",
|
|
389
390
|
size: "size-5",
|
|
390
391
|
viewBox: viewBox,
|
|
391
392
|
className: className,
|
|
392
393
|
title: title || "Branch",
|
|
393
394
|
...rest,
|
|
394
|
-
children:
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
opacity: ".4"
|
|
398
|
-
}),
|
|
399
|
-
/*#__PURE__*/ jsx("path", {
|
|
400
|
-
d: "M80 128a48 48 0 1 0 0-96 48 48 0 1 0 0 96m80-48c0 38.7-27.5 71-64 78.4v115.2c20.3-20.7 48.7-33.6 80-33.6h96c44.2 0 80-35.8 80-80v-1.6c-36.5-7.4-64-39.7-64-78.4 0-44.2 35.8-80 80-80s80 35.8 80 80c0 38.7-27.5 71-64 78.4v1.6c0 61.9-50.1 112-112 112h-96c-44.2 0-80 35.8-80 80v1.6c36.5 7.4 64 39.7 64 78.4 0 44.2-35.8 80-80 80S0 476.2 0 432c0-38.7 27.5-71 64-78.4V158.4C27.5 151 0 118.7 0 80 0 35.8 35.8 0 80 0s80 35.8 80 80m208 48a48 48 0 1 0 0-96 48 48 0 1 0 0 96M80 480a48 48 0 1 0 0-96 48 48 0 1 0 0 96"
|
|
401
|
-
})
|
|
402
|
-
]
|
|
395
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
396
|
+
d: "M404.7 36.7c6.2-6.2 16.4-6.2 22.6 0l80 80c6.2 6.2 6.2 16.4 0 22.6l-80 80c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l52.7-52.7H339.9c-8.5 0-16.6 3.4-22.6 9.4L214.6 256l102.7 102.6c6 6 14.1 9.4 22.6 9.4h117.5l-52.7-52.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l80 80c6.2 6.2 6.2 16.4 0 22.6l-80 80c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l52.7-52.7H339.9c-17 0-33.3-6.7-45.3-18.7L190.1 276.7c-3-3-7.1-4.7-11.3-4.7H16c-8.8 0-16-7.2-16-16s7.2-16 16-16h162.7c4.2 0 8.3-1.7 11.3-4.7l104.6-104.6c12-12 28.3-18.7 45.3-18.7h117.5l-52.7-52.7c-6.2-6.2-6.2-16.4 0-22.6"
|
|
397
|
+
})
|
|
403
398
|
});
|
|
404
399
|
};
|
|
405
400
|
|
|
@@ -3450,7 +3445,7 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3450
3445
|
/**
|
|
3451
3446
|
* This file is automatically generated.
|
|
3452
3447
|
* Do not edit it manually.
|
|
3453
|
-
* Last updated on 1/2/2026,
|
|
3448
|
+
* Last updated on 1/2/2026, 8:26:18 PM.
|
|
3454
3449
|
*/
|
|
3455
3450
|
|
|
3456
3451
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-icons",
|
|
3
|
-
"version": "4.16.
|
|
3
|
+
"version": "4.16.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"sideEffects": [
|
|
45
45
|
"**/*.css"
|
|
46
46
|
],
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "eb1e1811af6fa2c2a3c6907b0f98b06a5f6e2de3"
|
|
48
48
|
}
|