Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FDiskas authored Jul 1, 2021
1 parent 6916c49 commit cfe408f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can also include the whole icon pack:
import * as Icon from "react-native-unicons";

const App = () => {
return <Icon.AwardAlt />;
return <Icon.AwardAlt color="red" />;
};
```

Expand All @@ -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

Expand Down

0 comments on commit cfe408f

Please sign in to comment.