react-native-ui-lib 7.39.0-snapshot.6571 → 7.39.0-snapshot.6573
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/package.json
CHANGED
|
@@ -12,10 +12,9 @@ import SvgImage from "../svgImage";
|
|
|
12
12
|
* @extendsLink: https://reactnative.dev/docs/image
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
const DEFAULT_WEB_ICON_SIZE = 16;
|
|
16
15
|
const Icon = forwardRef((props, ref) => {
|
|
17
16
|
const {
|
|
18
|
-
size
|
|
17
|
+
size,
|
|
19
18
|
tintColor,
|
|
20
19
|
style,
|
|
21
20
|
supportRTL,
|