@structyl/icons 1.0.0 → 1.0.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/LICENSE +1 -1
- package/README.md +2 -2
- package/package.json +12 -1
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2026
|
|
3
|
+
Copyright (c) 2026 Mohammed Irfanul Alam Tanveer
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|

|
|
7
7
|
|
|
8
|
-
The icon layer for [structyl](https://structyl.
|
|
8
|
+
The icon layer for [structyl](https://www.structyl.com). It re-exports the full [lucide-react](https://lucide.dev) icon set as individual React components, fully typed for React 18 and 19. Using it through `@structyl/icons` keeps your imports on the structyl scope, so the underlying icon source can evolve without changing your application code.
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
@@ -78,7 +78,7 @@ For the full searchable icon catalog, see [lucide.dev/icons](https://lucide.dev/
|
|
|
78
78
|
|
|
79
79
|
## Part of structyl
|
|
80
80
|
|
|
81
|
-
This package is part of [structyl](https://github.com/imirfanul/structyl) — see the [documentation](https://structyl.
|
|
81
|
+
This package is part of [structyl](https://github.com/imirfanul/structyl) — see the [documentation](https://www.structyl.com) for the full component library.
|
|
82
82
|
|
|
83
83
|
## License
|
|
84
84
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@structyl/icons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/imirfanul/structyl.git",
|
|
7
|
+
"directory": "packages/icons"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://www.structyl.com",
|
|
10
|
+
"bugs": "https://github.com/imirfanul/structyl/issues",
|
|
11
|
+
"author": {
|
|
12
|
+
"name": "Mohammed Irfanul Alam Tanveer",
|
|
13
|
+
"url": "https://www.imirfanul.com"
|
|
14
|
+
},
|
|
4
15
|
"publishConfig": {
|
|
5
16
|
"access": "public"
|
|
6
17
|
},
|