@modul-es/icons 0.2.3 → 0.2.4

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/Icon.js +1 -2
  2. package/package.json +1 -1
package/dist/Icon.js CHANGED
@@ -141,8 +141,7 @@ function Icon(_a) {
141
141
  return null;
142
142
  }
143
143
  return ((0, jsx_runtime_1.jsx)("span", { style: {
144
- display: 'inline-flex',
145
144
  width: iconSize,
146
145
  height: iconSize,
147
- }, children: processedSvg && (0, jsx_runtime_1.jsx)("span", { dangerouslySetInnerHTML: { __html: processedSvg } }) }));
146
+ }, dangerouslySetInnerHTML: processedSvg ? { __html: processedSvg } : undefined }));
148
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modul-es/icons",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Icon component system",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",