@ant-design/icons 5.5.0-alpha.0 → 5.5.1
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 +1 -0
- package/dist/index.umd.min.js +1 -1
- package/es/utils.d.ts +1 -0
- package/es/utils.js +1 -0
- package/lib/utils.d.ts +1 -0
- package/lib/utils.js +1 -0
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -32632,6 +32632,7 @@ function normalizeTwoToneColors(twoToneColor) {
|
|
|
32632
32632
|
var svgBaseProps = {
|
|
32633
32633
|
width: '1em',
|
|
32634
32634
|
height: '1em',
|
|
32635
|
+
fill: 'currentColor',
|
|
32635
32636
|
'aria-hidden': 'true',
|
|
32636
32637
|
focusable: 'false'
|
|
32637
32638
|
};
|