milotic
An Icon Library for React Native.
Installation
yarn @skribble/milotic react react-native react-native-svg
Dependencies
This package is has peer dependencies of react, react-native and react-native-svg
Usage
import { ThumbsUp } from "@skribble/milotic";
export default () => {
return <ThumbsUp size={35} fill="blue" />;
};
Props
Icons have the default SVG Props inherited from "react-native-svg" and an additional size prop to set the height and width of the icon.