An open API service indexing awesome lists of open source software.

https://github.com/thirdweb-dev/chain-icons


https://github.com/thirdweb-dev/chain-icons

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# chain-icons

A quick, easy and light-weight way to add chain / network icons to your react app.

## Installation

```sh
yarn add @thirdweb-dev/chain-icons
```

## Usage

_Example of using the Polygon Icon_

```jsx
import React from "react";
import { Polygon } from "@thirdweb-dev/chain-icons";

const App = () => {
return (


Polygon Icon




);
};
```

### Thanks & Inspirations

- `react-icons` for library inspiration
- `cryptologos.cc` for a list of viable svg icons