An Icon Library for React Native.
An Icon Library for React Native.
@skribble/milotic"">

yarn @skribble/milotic react react-native react-native-svg
This package is has peer dependencies of react, react-native and react-native-svg
import { ThumbsUp } from "@skribble/milotic";export default () => {return <ThumbsUp size={35} fill="blue" ></ThumbsUp>;};
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.