From cfe408f58086d2eea3ac4565e442a30cf5da79f5 Mon Sep 17 00:00:00 2001 From: Vytenis Date: Thu, 1 Jul 2021 14:32:22 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a5e8d3..5ec02bb 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ You can also include the whole icon pack: import * as Icon from "react-native-unicons"; const App = () => { - return ; + return ; }; ``` @@ -60,7 +60,7 @@ Any [Svg property](https://github.com/react-native-community/react-native-svg#co | **`height`** | Height of the icon. | `24` | | **`stroke`** | The stroke prop refers to the color outline the icon. | `"currentColor"` | | **`strokeWidth`** | The strokeWidth prop specifies the width of the outline on the icon. | `2` | -| **`fill, color`** | The fill prop refers to the color inside the icon. | `"none"` | +| **`fill`** | The fill prop refers to the color inside the icon. | `"currentColor"` | ### Author