@unocss/preset-icons 0.47.4 → 0.47.6

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/dist/core.cjs CHANGED
@@ -104,6 +104,7 @@ function createPresetIcons(lookupIconLoader) {
104
104
  "-webkit-mask": "var(--un-icon) no-repeat",
105
105
  "-webkit-mask-size": "100% 100%",
106
106
  "background-color": "currentColor",
107
+ "color": "inherit",
107
108
  ...usedProps
108
109
  };
109
110
  } else {
package/dist/core.mjs CHANGED
@@ -100,6 +100,7 @@ function createPresetIcons(lookupIconLoader) {
100
100
  "-webkit-mask": "var(--un-icon) no-repeat",
101
101
  "-webkit-mask-size": "100% 100%",
102
102
  "background-color": "currentColor",
103
+ "color": "inherit",
103
104
  ...usedProps
104
105
  };
105
106
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-icons",
3
- "version": "0.47.4",
3
+ "version": "0.47.6",
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.2",
51
- "@unocss/core": "0.47.4",
51
+ "@unocss/core": "0.47.6",
52
52
  "ohmyfetch": "^0.4.21"
53
53
  },
54
54
  "devDependencies": {