@nutui/icons-react-taro 3.0.2-cpp.1 → 3.0.2-cpp.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/icons/Eye48.js +11 -0
- package/dist/es/icons/IconFontConfig.js +1 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/index.es.js +1 -0
- package/dist/lib/index.umd.js +10 -10
- package/dist/style_icon.css +1 -1
- package/dist/style_iconfont.css +1 -1
- package/dist/types/icons-react-taro.mjs +566 -562
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -136,6 +136,8 @@ export declare const EditF: FunctionComponent<SVG_IconProps>;
|
|
|
136
136
|
|
|
137
137
|
export declare const Eye: FunctionComponent<SVG_IconProps>;
|
|
138
138
|
|
|
139
|
+
export declare const Eye48: FunctionComponent<SVG_IconProps>;
|
|
140
|
+
|
|
139
141
|
export declare const EyeF: FunctionComponent<SVG_IconProps>;
|
|
140
142
|
|
|
141
143
|
export declare const Fabulous: FunctionComponent<SVG_IconProps>;
|