@sinco/react 1.1.2-rc.68 → 1.1.2-rc.69
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/71e604b0669ca34d.svg +10178 -0
- package/index.esm.js +3 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -14643,6 +14643,8 @@ const PageHeader = ({
|
|
|
14643
14643
|
}, actions))));
|
|
14644
14644
|
};
|
|
14645
14645
|
|
|
14646
|
+
var IconSvg = "../react/71e604b0669ca34d.svg";
|
|
14647
|
+
|
|
14646
14648
|
const FontIcons = ({
|
|
14647
14649
|
iconName: _iconName = 'sinco-document-check',
|
|
14648
14650
|
size: _size = 'medium'
|
|
@@ -14653,7 +14655,7 @@ const FontIcons = ({
|
|
|
14653
14655
|
height: _size === 'small' ? 50 : _size === 'medium' ? 100 : _size === 'large' ? 200 : 50
|
|
14654
14656
|
}
|
|
14655
14657
|
}, /*#__PURE__*/React__default.createElement("use", {
|
|
14656
|
-
xlinkHref:
|
|
14658
|
+
xlinkHref: `${IconSvg}#${_iconName}`
|
|
14657
14659
|
})));
|
|
14658
14660
|
};
|
|
14659
14661
|
|