@nutui/icons-react-taro 4.0.1-beta.0 → 4.0.1-beta.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/es/index.es.js +1 -1
- package/package.json +1 -1
package/dist/es/index.es.js
CHANGED
|
@@ -117,4 +117,4 @@ export { default as WaitReceive } from "./icons/WaitReceive.js";
|
|
|
117
117
|
export { default as Wallet } from "./icons/Wallet.js";
|
|
118
118
|
export { default as Warning } from "./icons/Warning.js";
|
|
119
119
|
export { default as Zoom } from "./icons/Zoom.js";
|
|
120
|
-
|
|
120
|
+
import "../style_icon.css";
|