Skip to content

Commit a07a285

Browse files
camera icon replaced
1 parent 7131d13 commit a07a285

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const App = () => {
2727
Icons can be configured with inline props:
2828

2929
```javascript
30-
<Camera stroke="red" fill="#fff" width={32} height={32} />
30+
<Activity stroke="red" fill="#fff" width={32} height={32} />
3131
```
3232

3333
You can also include the whole icon pack:
@@ -36,7 +36,7 @@ You can also include the whole icon pack:
3636
import * as Icon from "react-native-feather";
3737

3838
const App = () => {
39-
return <Icon.Camera />;
39+
return <Icon.Activity />;
4040
};
4141
```
4242

0 commit comments

Comments
 (0)