A cross-platform Icon component.
App | Web |
---|---|
![]() |
![]() |
- Checkout the app example/ and web example/ folder for use examples.
$ yarn add wallet-icons
or
$ npm install wallet-icons
import Icons from "wallet-icons";
// TODO: What to do with the module?
<Icon.SVG name="example" size={20} />;