https://github.com/thirdweb-dev/chain-icons
https://github.com/thirdweb-dev/chain-icons
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thirdweb-dev/chain-icons
- Owner: thirdweb-dev
- License: apache-2.0
- Created: 2021-12-11T08:39:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T00:51:36.000Z (over 2 years ago)
- Last Synced: 2025-04-01T15:22:09.010Z (9 months ago)
- Language: TypeScript
- Size: 25.5 MB
- Stars: 19
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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