UNPKG

react-crypto-icons

Version:

A simple React component that can display 600 crypto icons

5 lines (4 loc) 137 B
import React from "react"; import { IconProps } from "./types/interfaces"; declare const Icon: React.FC<IconProps>; export default Icon;