andcards-icons-kit
andCards Icons Kit for React and React Native.
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 |