From af7e77561b1d3978974e96bbdbd925ba4dacd572 Mon Sep 17 00:00:00 2001 From: Ricky Date: Tue, 8 Oct 2024 00:14:39 +0800 Subject: [PATCH] docs: update the props name for strokeWidth --- 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 |