Skip to content

LetsSkribble/milotic

Repository files navigation

milotic

An Icon Library for React Native.

Commitizen friendly Build Status codecov npm semantic-release

milotic

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.