import React from "react" import { Content, Row, Col, Box } from "adminlte-2-react" import { FontAwesomeIcon } from "@fortawesome/react-fontawesome" class Icons extends React.Component { state = {} render() { return (

Upload your token icon

You currently have 0 BCH. Go to the Portfolio page and Create a Wallet. Then deposit some BCH to use the SLP Icons tool. Get free BCH from the Bitcoin.com Faucet!

) } } export default Icons