Skip to content

react-native-ui-components/icons

Repository files navigation

@react-native-ui-components/icons

Icons for React Native

Installation

npm install @react-native-ui-components/icons

Usage

import {Icon, icons} from "@react-native-ui-components/icons";

// ...

<Icon name={icons.edit} />;

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library