@versini/ui-icons 4.22.0 → 4.22.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/all.js +0 -15
- package/dist/index.js +0 -15
- package/package.json +2 -2
package/dist/all.js
CHANGED
|
@@ -3,21 +3,6 @@ import clsx from "clsx";
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
/*!
|
|
7
|
-
@versini/ui-svgicon v4.3.1
|
|
8
|
-
© 2026 gizmette.com
|
|
9
|
-
*/ try {
|
|
10
|
-
if (!window.__VERSINI_UI_SVGICON__) {
|
|
11
|
-
window.__VERSINI_UI_SVGICON__ = {
|
|
12
|
-
version: "4.3.1",
|
|
13
|
-
buildTime: "03/18/2026 10:38 AM EDT",
|
|
14
|
-
homepage: "https://github.com/aversini/ui-icons",
|
|
15
|
-
license: "MIT"
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
} catch (error) {
|
|
19
|
-
// nothing to declare officer
|
|
20
|
-
}
|
|
21
6
|
|
|
22
7
|
|
|
23
8
|
const SvgIcon = ({ children, fill, viewBox, className, defaultViewBox, size, title, semantic = false, ...rest })=>{
|
package/dist/index.js
CHANGED
|
@@ -3,21 +3,6 @@ import clsx from "clsx";
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
/*!
|
|
7
|
-
@versini/ui-svgicon v4.3.1
|
|
8
|
-
© 2026 gizmette.com
|
|
9
|
-
*/ try {
|
|
10
|
-
if (!window.__VERSINI_UI_SVGICON__) {
|
|
11
|
-
window.__VERSINI_UI_SVGICON__ = {
|
|
12
|
-
version: "4.3.1",
|
|
13
|
-
buildTime: "03/18/2026 10:38 AM EDT",
|
|
14
|
-
homepage: "https://github.com/aversini/ui-icons",
|
|
15
|
-
license: "MIT"
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
} catch (error) {
|
|
19
|
-
// nothing to declare officer
|
|
20
|
-
}
|
|
21
6
|
|
|
22
7
|
|
|
23
8
|
const SvgIcon = ({ children, fill, viewBox, className, defaultViewBox, size, title, semantic = false, ...rest })=>{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-icons",
|
|
3
|
-
"version": "4.22.
|
|
3
|
+
"version": "4.22.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"sideEffects": [
|
|
53
53
|
"**/*.css"
|
|
54
54
|
],
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "ed078c89fc1bc3cd6c3fc5fc2fa0ea73c52f8690"
|
|
56
56
|
}
|