@unocss/preset-icons 0.48.4 → 0.49.0
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ We use [Iconify](https://iconify.design) as our data source of icons. You need t
|
|
|
39
39
|
```ts
|
|
40
40
|
import presetIcons from '@unocss/preset-icons'
|
|
41
41
|
|
|
42
|
-
|
|
42
|
+
UnoCSS({
|
|
43
43
|
presets: [
|
|
44
44
|
presetIcons({ /* options */ }),
|
|
45
45
|
// ...other presets
|
|
@@ -57,7 +57,7 @@ npm i -D @iconify/json
|
|
|
57
57
|
|
|
58
58
|
## Configuration
|
|
59
59
|
|
|
60
|
-
Refer to the [type definition](https://github.com/unocss/unocss/blob/main/packages/preset-icons/src/types.ts#L4) for all configurations
|
|
60
|
+
Refer to the [type definition](https://github.com/unocss/unocss/blob/main/packages/preset-icons/src/types.ts#L4) for all configurations available.
|
|
61
61
|
|
|
62
62
|
### Extra Properties
|
|
63
63
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.49.0",
|
|
4
4
|
"description": "Pure CSS Icons for UnoCSS",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
],
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@iconify/utils": "^2.0.10",
|
|
51
|
-
"@unocss/core": "0.
|
|
51
|
+
"@unocss/core": "0.49.0",
|
|
52
52
|
"ohmyfetch": "^0.4.21"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|