UNPKG

@web3sdkio/chain-icons

Version:

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

6 lines (3 loc) 175 B
import { SVGProps } from 'react'; declare const HighPerformanceBlockchain: (props: SVGProps<SVGSVGElement>) => JSX.Element; export { HighPerformanceBlockchain as default };