wallet-icons
v1.2.22
Published
A cross-platform Icon component.
Downloads
49
Readme
Wallet Icons
A cross-platform Icon component.
| App | Web | | ------------------------- | ------------------------- | | | |
- Checkout the app example/ and web example/ folder for use examples.
Getting started
Mostly automatic installation
$ yarn add wallet-icons
or
$ npm install wallet-icons
iOS/ANDROID Usage
import Icons from "wallet-icons";
// TODO: What to do with the module?
<Icon.SVG name="example" size={20} />;