@unocss/preset-icons 0.22.0 → 0.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/README.md +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -49,6 +49,12 @@ Unocss({
|
|
|
49
49
|
|
|
50
50
|
> 💡 You can also use this preset alone as a complement to your existing UI frameworks to have pure CSS icons!
|
|
51
51
|
|
|
52
|
+
If you prefer to install the all the icon sets available on Iconify at once (~130MB):
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
npm i -D @iconify/json
|
|
56
|
+
```
|
|
57
|
+
|
|
52
58
|
## Configuration
|
|
53
59
|
|
|
54
60
|
Refer to the [type definition](https://github.com/antfu/unocss/blob/main/packages/preset-icons/src/types.ts#L4) for all configurations avaliable.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-icons",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.1",
|
|
4
4
|
"description": "Pure CSS Icons for UnoCSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unocss",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@iconify/utils": "^1.0.20",
|
|
46
|
-
"@unocss/core": "0.22.
|
|
46
|
+
"@unocss/core": "0.22.1",
|
|
47
47
|
"local-pkg": "^0.4.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|