jfrausto / cryptick

a minimalistic price ticker for crypto currencies. Quickly check current info of your favorite cryptos
cryptick.vercel.app
1 stars 0 forks source link

svg icons #14

Closed jfrausto closed 3 years ago

jfrausto commented 3 years ago

render icons for each crypto currency. Could be svg's so we can manipulate them with styling and framer-motion. mentioned finding a svg converter/generator.

JOCECODE commented 3 years ago

Here are some resources that I found that could help with the icons

CRYPTOCURRENCY ICONS https://cryptologos.cc/

FILE CONVERTOR https://www.aconvert.com/

JOCECODE commented 3 years ago

I made recent commits to a new branch addSVGIcons

Ampleforth (AMPL) cryptick is showing FORTH on Coinbase they are showing Ample forth Governance token (FORTH) I believe it is not a typo ETH ( I am assuming that it is ethereum it can also be a typo for Ether Zero ETZ )

larger than most icons ZRX STORJ BAT

smaller than most icons RLC BNT

There is one icon that I missed I have 68 icons but one is a no name icon

The icons have a similar pattern on their filename

bitcoin-btc-icon dogecoin-doge-icon

Random thought I am thinking if we can render it somehow like down below just thought of this return <ChooseCryptoCard key={data.tickerName} tickerName={(data.tickerName)} fullName={data.fullName} (if something like this works would be dope lmao)
img={"${data.tickerName}-logo"}
/> <img src={"${data.tickerName}-logo"} alt="iconname" height="32px" width="32px"/>