From 6b68c9f491bce96fe74568637172ad1efc880330 Mon Sep 17 00:00:00 2001 From: Ricky Date: Tue, 10 Dec 2024 05:23:48 +0800 Subject: [PATCH] docs: update the props name for strokeWidth (#1238) --- docs/icons/react-native.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/icons/react-native.mdx b/docs/icons/react-native.mdx index 65200deb6..a91a80fb5 100644 --- a/docs/icons/react-native.mdx +++ b/docs/icons/react-native.mdx @@ -36,4 +36,4 @@ You can pass additional props to adjust the icon. | ------------- | -------- | ------------ | | `size` | _Number_ | 24 | | `color` | _String_ | currentColor | -| `stroke` | _Number_ | 2 | +| `strokeWidth` | _Number_ | 2 |