@deemlol/next-icons 0.1.0 → 0.1.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/README.md +1 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Lightweight library for React and Next.js, designed for simplicity and seamless
|
|
|
8
8
|
|
|
9
9
|
## Important Information
|
|
10
10
|
|
|
11
|
-
- Website is not done yet, you can only see avaiable icons in the source code of the package, in **icons** folder.
|
|
11
|
+
- Website is not done yet, you can only see avaiable icons in the source code of the package, in [**icons**](https://github.com/Next-Icons/next-icons/tree/main/src/icons) folder.
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
@@ -59,7 +59,3 @@ You can also use custom style, if you want to use some effect or something...
|
|
|
59
59
|
- Prop: **set** | Type: **string** | Options: **light**, **bold**, **two-tone**, **bulk**, **broken**, **curved** | Default: **light**
|
|
60
60
|
- Prop: **stroke** | Type: **string** | Options: **light**, **regular**, **bold** | Default: **regular**
|
|
61
61
|
- Prop: **style** | Type: **object**
|
|
62
|
-
|
|
63
|
-
## License
|
|
64
|
-
|
|
65
|
-
MIT © [Alexandr Virgovič](https://github.com/devdeem)
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.1.
|
|
2
|
+
"version": "0.1.1",
|
|
3
3
|
"name": "@deemlol/next-icons",
|
|
4
4
|
"description": "A lightweight icon library for React and Next.js, designed for simplicity and seamless integration.",
|
|
5
5
|
"module": "dist/index.modern.js",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"homepage": "https://www.next-icons.xyz",
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|
|
38
|
-
"url": "https://github.com/
|
|
38
|
+
"url": "https://github.com/Next-Icons/next-icons.git"
|
|
39
39
|
},
|
|
40
40
|
"bugs": {
|
|
41
|
-
"url": "https://github.com/
|
|
41
|
+
"url": "https://github.com/Next-Icons/next-icons/issues"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
44
|
"node": ">=20"
|