@egiftcard/chain-icons
v1.0.5
Published
A quick, easy and light-weight way to add chain / network icons to your react app.
Downloads
5
Maintainers
Readme
chain-icons
A quick, easy and light-weight way to add chain / network icons to your react app.
Installation
yarn add @egiftcard/chain-icons
Usage
Example of using the Polygon Icon
import React from "react";
import { Polygon } from "@egiftcard/chain-icons";
const App = () => {
return (
<div>
<h1>Polygon Icon</h1>
<Polygon />
</div>
);
};
Thanks & Inspirations
react-icons
for library inspirationcryptologos.cc
for a list of viable svg icons