@ant-design/icons 5.4.0 → 5.5.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/dist/index.umd.js +2 -3
- package/dist/index.umd.min.js +1 -1
- package/es/components/Icon.d.ts +1 -1
- package/es/utils.d.ts +0 -1
- package/es/utils.js +0 -1
- package/lib/components/Icon.d.ts +1 -1
- package/lib/utils.d.ts +0 -1
- package/lib/utils.js +0 -1
- package/package.json +5 -5
package/dist/index.umd.js
CHANGED
|
@@ -30319,11 +30319,11 @@ module.exports = toPropertyKey, module.exports.__esModule = true, module.exports
|
|
|
30319
30319
|
function _typeof(o) {
|
|
30320
30320
|
"@babel/helpers - typeof";
|
|
30321
30321
|
|
|
30322
|
-
return
|
|
30322
|
+
return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
30323
30323
|
return typeof o;
|
|
30324
30324
|
} : function (o) {
|
|
30325
30325
|
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
30326
|
-
}, module.exports.__esModule = true, module.exports["default"] = module.exports
|
|
30326
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o);
|
|
30327
30327
|
}
|
|
30328
30328
|
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
30329
30329
|
|
|
@@ -32632,7 +32632,6 @@ function normalizeTwoToneColors(twoToneColor) {
|
|
|
32632
32632
|
var svgBaseProps = {
|
|
32633
32633
|
width: '1em',
|
|
32634
32634
|
height: '1em',
|
|
32635
|
-
fill: 'currentColor',
|
|
32636
32635
|
'aria-hidden': 'true',
|
|
32637
32636
|
focusable: 'false'
|
|
32638
32637
|
};
|