We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7131d13 commit a07a285Copy full SHA for a07a285
1 file changed
README.md
@@ -27,7 +27,7 @@ const App = () => {
27
Icons can be configured with inline props:
28
29
```javascript
30
-<Camera stroke="red" fill="#fff" width={32} height={32} />
+<Activity stroke="red" fill="#fff" width={32} height={32} />
31
```
32
33
You can also include the whole icon pack:
@@ -36,7 +36,7 @@ You can also include the whole icon pack:
36
import * as Icon from "react-native-feather";
37
38
const App = () => {
39
- return <Icon.Camera />;
+ return <Icon.Activity />;
40
};
41
42
0 commit comments