@unocss/preset-icons 0.48.1 → 0.48.2

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.
Files changed (2) hide show
  1. package/dist/core.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/core.d.ts CHANGED
@@ -25,7 +25,7 @@ interface IconsOptions {
25
25
  *
26
26
  * @default `i-`
27
27
  */
28
- prefix?: string;
28
+ prefix?: string | string[];
29
29
  /**
30
30
  * Extra CSS properties applied to the generated CSS
31
31
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-icons",
3
- "version": "0.48.1",
3
+ "version": "0.48.2",
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.9",
51
- "@unocss/core": "0.48.1",
51
+ "@unocss/core": "0.48.2",
52
52
  "ohmyfetch": "^0.4.21"
53
53
  },
54
54
  "devDependencies": {