0.1.2 • Published 6 months ago

yipyip-icomoon v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

yipyip-icomoon

selection.json to svg icon

Installation

npm install yipyip-icomoon

Usage

import { iconNames } from 'yipyip-icomoon';

// ...

const iconList = iconNames();

Usage

import IconMoon from 'yipyip-icomoon';

// ...

<IconMoon name="mail-envelope" size={50} color={'red'} />

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