https://github.com/letsskribble/milotic
An Icon Library for React Native.
https://github.com/letsskribble/milotic
component icon-pack icon-set icons react-native svg
Last synced: 3 months ago
JSON representation
An Icon Library for React Native.
- Host: GitHub
- URL: https://github.com/letsskribble/milotic
- Owner: LetsSkribble
- License: mit
- Created: 2019-04-29T08:06:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:44:37.000Z (over 3 years ago)
- Last Synced: 2025-04-21T14:18:17.256Z (about 1 year ago)
- Topics: component, icon-pack, icon-set, icons, react-native, svg
- Language: TypeScript
- Size: 3.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# milotic
An Icon Library for React Native.
[](http://commitizen.github.io/cz-cli/)
[](https://travis-ci.org/skribble-in/milotic)
[](https://codecov.io/gh/skribble-in/milotic)
[](https://www.npmjs.com/package/@skribble/milotic)
[](https://github.com/semantic-release/semantic-release)
## Installation
```bash
yarn @skribble/milotic react react-native react-native-svg
```
## Dependencies
This package is has peer dependencies of [react](https://github.com/facebook/react), [react-native](https://github.com/facebook/react-native) and [react-native-svg](https://github.com/react-native-community/react-native-svg)
## Usage
```jsx
import { ThumbsUp } from "@skribble/milotic";
export default () => {
return ;
};
```
## Props
Icons have the default SVG Props inherited from ["react-native-svg"](https://github.com/react-native-community/react-native-svg/blob/235ded3d09e1b0a05957d3ba8a42424916d34f38/index.d.ts#L313) and an additional **size** prop to set the height and width of the icon.