andcards-icons-kit

andCards Icons Kit for React and React Native.

General Icons

iconset-general

Brand Icons

iconset-social

Usage Examples

iconset-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

GitHub