/andcards-icons-kit

🎀 andCards Icons Kit for React and React Native.

Primary LanguageJavaScriptMIT LicenseMIT

andcards-icons-kit

Greenkeeper badge Build Status npm package Dependency Status devDependency Status peerDependency Status

andCards Icons Kit for React and React Native.

Designed for:

General Icons

Brand Icons

Usage Examples

Installation

yarn add andcards-icons-kit

// In case you don't have yet. Only for React Native.
yarn add react-native-svg
react-native link react-native-svg

The Gist

import Apple from "andcards-icons-kit/Apple";

<Apple color="#cccccc" size={32} />;

Basic API

prop type default value
color string #000000
size number 20

Advanced API

Check out svgs docs.

License

MIT